/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #ifndef INCLUDED_EDITENG_WGHTITEM_HXX #define INCLUDED_EDITENG_WGHTITEM_HXX #include #include #include class SvXMLUnitConverter; // class SvxWeightItem --------------------------------------------------- /* [Description] This item describes the font weight. */ class EDITENG_DLLPUBLIC SvxWeightItem : public SfxEnumItem { public: TYPEINFO(); SvxWeightItem( const FontWeight eWght /*= WEIGHT_NORMAL*/, const sal_uInt16 nId ); // "pure virtual Methods" from SfxPoolItem + SfxEnumItem virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres, SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric, OUString &rText, const IntlWrapper * = 0 ) const; virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const; virtual SfxPoolItem* Create(SvStream &, sal_uInt16) const; virtual SvStream& Store(SvStream &, sal_uInt16 nItemVersion) const; virtual OUString GetValueTextByPos( sal_uInt16 nPos ) const; virtual sal_uInt16 GetValueCount() const; virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const; virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ); virtual int HasBoolValue() const; virtual sal_Bool GetBoolValue() const; virtual void SetBoolValue( sal_Bool bVal ); inline SvxWeightItem& operator=(const SvxWeightItem& rWeight) { SetValue( rWeight.GetValue() ); return *this; } // enum cast FontWeight GetWeight() const { return (FontWeight)GetValue(); } void SetWeight( FontWeight eNew ) { SetValue( (sal_uInt16)eNew ); } }; #endif // INCLUDED_EDITENG_WGHTITEM_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ option value='distro/collabora/lov-5.2'>distro/collabora/lov-5.2 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
path: root/source/ka
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-11-20 11:00:15 +0100
committerAndras Timar <atimar@suse.com>2012-11-20 11:00:15 +0100
commitb2cf0bf6fb5d098ed7997099349b74de8fb5e1f1 (patch)
treebeb7d143ffddf782f7ad8a9d6833184044e7b3e7 /source/ka
parentf044f8923d796ba10814d4bbe8f22c527225e56f (diff)
initial import of LibreOffice 4.0 translations
Change-Id: I577494b6b4189ed19723af4b5e273ea4da85e708
Diffstat (limited to 'source/ka')
-rw-r--r--source/ka/accessibility/source/helper.po22
-rw-r--r--source/ka/avmedia/source/framework.po99
-rw-r--r--source/ka/avmedia/source/viewer.po43
-rw-r--r--source/ka/basctl/source/basicide.po1543
-rw-r--r--source/ka/basctl/source/dlged.po169
-rw-r--r--source/ka/basctl/uiconfig/basicide/ui.po68
-rw-r--r--source/ka/basic/source/classes.po1090
-rw-r--r--source/ka/basic/source/sbx.po57
-rw-r--r--source/ka/chart2/source/controller/dialogs.po4629
-rw-r--r--source/ka/connectivity/registry/ado/org/openoffice/Office/DataAccess.po32
-rw-r--r--source/ka/connectivity/registry/calc/org/openoffice/Office/DataAccess.po18
-rw-r--r--source/ka/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po16
-rw-r--r--source/ka/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po36
-rw-r--r--source/ka/connectivity/registry/flat/org/openoffice/Office/DataAccess.po18
-rw-r--r--source/ka/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po16
-rw-r--r--source/ka/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po24
-rw-r--r--source/ka/connectivity/registry/kab/org/openoffice/Office/DataAccess.po19
-rw-r--r--source/ka/connectivity/registry/macab/org/openoffice/Office/DataAccess.po16
-rw-r--r--source/ka/connectivity/registry/mork/org/openoffice/Office/DataAccess.po27
-rw-r--r--source/ka/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po48
-rw-r--r--source/ka/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po27
-rw-r--r--source/ka/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po32
-rw-r--r--source/ka/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po16
-rw-r--r--source/ka/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po16
-rw-r--r--source/ka/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po19
-rw-r--r--source/ka/connectivity/registry/tdeab/org/openoffice/Office/DataAccess.po26
-rw-r--r--source/ka/connectivity/source/resource.po1015
-rw-r--r--source/ka/cui/source/customize.po1860
-rw-r--r--source/ka/cui/source/dialogs.po5288
-rw-r--r--source/ka/cui/source/options.po7390
-rw-r--r--source/ka/cui/source/tabpages.po12066
-rw-r--r--source/ka/cui/uiconfig/ui.po1947
-rw-r--r--source/ka/dbaccess/source/core/resource.po489
-rw-r--r--source/ka/dbaccess/source/ext/macromigration.po382
-rw-r--r--source/ka/dbaccess/source/sdbtools/resource.po57
-rw-r--r--source/ka/dbaccess/source/ui/app.po482
-rw-r--r--source/ka/dbaccess/source/ui/browser.po279
-rw-r--r--source/ka/dbaccess/source/ui/control.po149
-rw-r--r--source/ka/dbaccess/source/ui/dlg.po3907
-rw-r--r--source/ka/dbaccess/source/ui/inc.po85
-rw-r--r--source/ka/dbaccess/source/ui/misc.po444
-rw-r--r--source/ka/dbaccess/source/ui/querydesign.po638
-rw-r--r--source/ka/dbaccess/source/ui/relationdesign.po64
-rw-r--r--source/ka/dbaccess/source/ui/tabledesign.po523
-rw-r--r--source/ka/dbaccess/source/ui/uno.po111
-rw-r--r--source/ka/desktop/source/app.po223
-rw-r--r--source/ka/desktop/source/deployment/gui.po846
-rw-r--r--source/ka/desktop/source/deployment/manager.po50
-rw-r--r--source/ka/desktop/source/deployment/misc.po36
-rw-r--r--source/ka/desktop/source/deployment/registry.po50
-rw-r--r--source/ka/desktop/source/deployment/registry/component.po50
-rw-r--r--source/ka/desktop/source/deployment/registry/configuration.po22
-rw-r--r--source/ka/desktop/source/deployment/registry/help.po31
-rw-r--r--source/ka/desktop/source/deployment/registry/package.po15
-rw-r--r--source/ka/desktop/source/deployment/registry/script.po36
-rw-r--r--source/ka/desktop/source/deployment/registry/sfwk.po15
-rw-r--r--source/ka/desktop/source/deployment/unopkg.po81
-rw-r--r--source/ka/desktop/uiconfig/ui.po106
-rw-r--r--source/ka/dictionaries/af_ZA.po15
-rw-r--r--source/ka/dictionaries/an_ES.po15
-rw-r--r--source/ka/dictionaries/ar.po15
-rw-r--r--source/ka/dictionaries/be_BY.po15
-rw-r--r--source/ka/dictionaries/bg_BG.po15
-rw-r--r--source/ka/dictionaries/bn_BD.po15
-rw-r--r--source/ka/dictionaries/br_FR.po15
-rw-r--r--source/ka/dictionaries/ca.po15
-rw-r--r--source/ka/dictionaries/cs_CZ.po15
-rw-r--r--source/ka/dictionaries/da_DK.po15
-rw-r--r--source/ka/dictionaries/de.po15
-rw-r--r--source/ka/dictionaries/el_GR.po15
-rw-r--r--source/ka/dictionaries/en.po15
-rw-r--r--source/ka/dictionaries/en/dialog.po350
-rw-r--r--source/ka/dictionaries/en/dialog/registry/data/org/openoffice/Office.po178
-rw-r--r--source/ka/dictionaries/es.po24
-rw-r--r--source/ka/dictionaries/es_ES.po19
-rw-r--r--source/ka/dictionaries/et_EE.po15
-rw-r--r--source/ka/dictionaries/fr_FR.po15
-rw-r--r--source/ka/dictionaries/gd_GB.po15
-rw-r--r--source/ka/dictionaries/gl.po17
-rw-r--r--source/ka/dictionaries/gu_IN.po15
-rw-r--r--source/ka/dictionaries/he_IL.po15
-rw-r--r--source/ka/dictionaries/hi_IN.po15
-rw-r--r--source/ka/dictionaries/hr_HR.po15
-rw-r--r--source/ka/dictionaries/hu_HU.po15
-rw-r--r--source/ka/dictionaries/hu_HU/dialog.po307
-rw-r--r--source/ka/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po160
-rw-r--r--source/ka/dictionaries/it_IT.po15
-rw-r--r--source/ka/dictionaries/ku_TR.po15
-rw-r--r--source/ka/dictionaries/lt_LT.po15
-rw-r--r--source/ka/dictionaries/lv_LV.po15
-rw-r--r--source/ka/dictionaries/ne_NP.po15
-rw-r--r--source/ka/dictionaries/nl_NL.po15
-rw-r--r--source/ka/dictionaries/no.po15
-rw-r--r--source/ka/dictionaries/oc_FR.po15
-rw-r--r--source/ka/dictionaries/pl_PL.po15
-rw-r--r--source/ka/dictionaries/pt_BR.po15
-rw-r--r--source/ka/dictionaries/pt_PT.po15
-rw-r--r--source/ka/dictionaries/ro.po15
-rw-r--r--source/ka/dictionaries/ru_RU.po15
-rw-r--r--source/ka/dictionaries/ru_RU/dialog.po142
-rw-r--r--source/ka/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po90
-rw-r--r--source/ka/dictionaries/si_LK.po15
-rw-r--r--source/ka/dictionaries/sk_SK.po15
-rw-r--r--source/ka/dictionaries/sl_SI.po15
-rw-r--r--source/ka/dictionaries/sr.po15
-rw-r--r--source/ka/dictionaries/sv_SE.po15
-rw-r--r--source/ka/dictionaries/sw_TZ.po15
-rw-r--r--source/ka/dictionaries/te_IN.po15
-rw-r--r--source/ka/dictionaries/th_TH.po15
-rw-r--r--source/ka/dictionaries/uk_UA.po15
-rw-r--r--source/ka/dictionaries/vi.po15
-rw-r--r--source/ka/dictionaries/zu_ZA.po15
-rw-r--r--source/ka/editeng/source/accessibility.po22
-rw-r--r--source/ka/editeng/source/editeng.po133
-rw-r--r--source/ka/editeng/source/items.po1871
-rw-r--r--source/ka/editeng/source/misc.po53
-rw-r--r--source/ka/editeng/source/outliner.po53
-rw-r--r--source/ka/extensions/source/abpilot.po320
-rw-r--r--source/ka/extensions/source/bibliography.po637
-rw-r--r--source/ka/extensions/source/dbpilots.po563
-rw-r--r--source/ka/extensions/source/propctrlr.po3166
-rw-r--r--source/ka/extensions/source/scanner.po235
-rw-r--r--source/ka/extensions/source/update/check.po346
-rw-r--r--source/ka/extensions/source/update/check/org/openoffice/Office.po18
-rw-r--r--source/ka/filter/source/config/fragments/filters.po910
-rw-r--r--source/ka/filter/source/config/fragments/internalgraphicfilters.po480
-rw-r--r--source/ka/filter/source/config/fragments/types.po271
-rw-r--r--source/ka/filter/source/flash.po23
-rw-r--r--source/ka/filter/source/graphicfilter/eps.po15
-rw-r--r--source/ka/filter/source/pdf.po1031
-rw-r--r--source/ka/filter/source/t602.po85
-rw-r--r--source/ka/filter/source/xsltdialog.po783
-rw-r--r--source/ka/forms/source/resource.po608
-rw-r--r--source/ka/formula/source/core/resource.po2496
-rw-r--r--source/ka/formula/source/ui/dlg.po401
-rw-r--r--source/ka/fpicker/source/office.po556
-rw-r--r--source/ka/framework/source/classes.po293
-rw-r--r--source/ka/framework/source/services.po62
-rw-r--r--source/ka/helpcontent2/source/text/sbasic/guide.po1074
-rw-r--r--source/ka/helpcontent2/source/text/sbasic/shared.po51760
-rw-r--r--source/ka/helpcontent2/source/text/sbasic/shared/01.po719
-rw-r--r--source/ka/helpcontent2/source/text/sbasic/shared/02.po1973
-rw-r--r--source/ka/helpcontent2/source/text/scalc.po2003
-rw-r--r--source/ka/helpcontent2/source/text/scalc/00.po2225
-rw-r--r--source/ka/helpcontent2/source/text/scalc/01.po76521
-rw-r--r--source/ka/helpcontent2/source/text/scalc/02.po1325
-rw-r--r--source/ka/helpcontent2/source/text/scalc/04.po1650
-rw-r--r--source/ka/helpcontent2/source/text/scalc/05.po1254
-rw-r--r--source/ka/helpcontent2/source/text/scalc/guide.po14125
-rw-r--r--source/ka/helpcontent2/source/text/schart.po864
-rw-r--r--source/ka/helpcontent2/source/text/schart/00.po509
-rw-r--r--source/ka/helpcontent2/source/text/schart/01.po9472
-rw-r--r--source/ka/helpcontent2/source/text/schart/02.po249
-rw-r--r--source/ka/helpcontent2/source/text/schart/04.po272
-rw-r--r--source/ka/helpcontent2/source/text/sdraw.po1380
-rw-r--r--source/ka/helpcontent2/source/text/sdraw/00.po23
-rw-r--r--source/ka/helpcontent2/source/text/sdraw/01.po31
-rw-r--r--source/ka/helpcontent2/source/text/sdraw/04.po844
-rw-r--r--source/ka/helpcontent2/source/text/sdraw/guide.po2787
-rw-r--r--source/ka/helpcontent2/source/text/shared.po3781
-rw-r--r--source/ka/helpcontent2/source/text/shared/00.po16149
-rw-r--r--source/ka/helpcontent2/source/text/shared/01.po58010
-rw-r--r--source/ka/helpcontent2/source/text/shared/02.po22884
-rw-r--r--source/ka/helpcontent2/source/text/shared/04.po2579
-rw-r--r--source/ka/helpcontent2/source/text/shared/05.po1517
-rw-r--r--source/ka/helpcontent2/source/text/shared/07.po63
-rw-r--r--source/ka/helpcontent2/source/text/shared/autokorr.po500
-rw-r--r--source/ka/helpcontent2/source/text/shared/autopi.po12254
-rw-r--r--source/ka/helpcontent2/source/text/shared/explorer/database.po19393
-rw-r--r--source/ka/helpcontent2/source/text/shared/guide.po23873
-rw-r--r--source/ka/helpcontent2/source/text/shared/optionen.po20069
-rw-r--r--source/ka/helpcontent2/source/text/simpress.po2531
-rw-r--r--source/ka/helpcontent2/source/text/simpress/00.po1841
-rw-r--r--source/ka/helpcontent2/source/text/simpress/01.po11199
-rw-r--r--source/ka/helpcontent2/source/text/simpress/02.po7501
-rw-r--r--source/ka/helpcontent2/source/text/simpress/04.po1751
-rw-r--r--source/ka/helpcontent2/source/text/simpress/guide.po6329
-rw-r--r--source/ka/helpcontent2/source/text/smath.po777
-rw-r--r--source/ka/helpcontent2/source/text/smath/00.po670
-rw-r--r--source/ka/helpcontent2/source/text/smath/01.po17205
-rw-r--r--source/ka/helpcontent2/source/text/smath/02.po58
-rw-r--r--source/ka/helpcontent2/source/text/smath/04.po220
-rw-r--r--source/ka/helpcontent2/source/text/smath/guide.po970
-rw-r--r--source/ka/helpcontent2/source/text/swriter.po2865
-rw-r--r--source/ka/helpcontent2/source/text/swriter/00.po3311
-rw-r--r--source/ka/helpcontent2/source/text/swriter/01.po38577
-rw-r--r--source/ka/helpcontent2/source/text/swriter/02.po4616
-rw-r--r--source/ka/helpcontent2/source/text/swriter/04.po2158
-rw-r--r--source/ka/helpcontent2/source/text/swriter/guide.po21905
-rw-r--r--source/ka/instsetoo_native/inc_openoffice/windows/msi_languages.po5196
-rw-r--r--source/ka/librelogo/source.po35
-rw-r--r--source/ka/librelogo/source/help/en-US.po2622
-rw-r--r--source/ka/librelogo/source/pythonpath.po1215
-rw-r--r--source/ka/librelogo/source/registry/data/org/openoffice/Office.po123
-rw-r--r--source/ka/librelogo/source/registry/data/org/openoffice/Office/UI.po42
-rw-r--r--source/ka/mysqlc/source.po22
-rw-r--r--source/ka/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po18
-rw-r--r--source/ka/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po366
-rw-r--r--source/ka/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po22
-rw-r--r--source/ka/nlpsolver/src/locale.po413
-rw-r--r--source/ka/officecfg/registry/data/org/openoffice/Office.po11638
-rw-r--r--source/ka/officecfg/registry/data/org/openoffice/Office/UI.po29353
-rw-r--r--source/ka/padmin/source.po1532
-rw-r--r--source/ka/readlicense_oo/docs.po (renamed from source/ka/readlicense_oo/docs/readme.po)885
-rw-r--r--source/ka/reportbuilder/java/com/sun/star/report/function/metadata.po58
-rw-r--r--source/ka/reportbuilder/registry/data/org/openoffice/Office.po110
-rw-r--r--source/ka/reportbuilder/registry/data/org/openoffice/Office/UI.po596
-rw-r--r--source/ka/reportbuilder/registry/data/org/openoffice/TypeDetection.po51
-rw-r--r--source/ka/reportbuilder/util.po22
-rw-r--r--source/ka/reportdesign/source/core/resource.po136
-rw-r--r--source/ka/reportdesign/source/ui/dlg.po1471
-rw-r--r--source/ka/reportdesign/source/ui/inspection.po689
-rw-r--r--source/ka/reportdesign/source/ui/report.po763
-rw-r--r--source/ka/sc/source/core/src.po96
-rw-r--r--source/ka/sc/source/ui/cctrl.po59
-rw-r--r--source/ka/sc/source/ui/dbgui.po2868
-rw-r--r--source/ka/sc/source/ui/docshell.po40
-rw-r--r--source/ka/sc/source/ui/drawfunc.po392
-rw-r--r--source/ka/sc/source/ui/formdlg.po135
-rw-r--r--source/ka/sc/source/ui/miscdlgs.po1131
-rw-r--r--source/ka/sc/source/ui/navipi.po313
-rw-r--r--source/ka/sc/source/ui/optdlg.po89
-rw-r--r--source/ka/sc/source/ui/pagedlg.po814
-rw-r--r--source/ka/sc/source/ui/src.po35575
-rw-r--r--source/ka/sc/source/ui/styleui.po198
-rw-r--r--source/ka/sc/uiconfig/scalc/ui.po35
-rw-r--r--source/ka/scaddins/source/analysis.po6733
-rw-r--r--source/ka/scaddins/source/datefunc.po380
-rw-r--r--source/ka/sccomp/source/solver.po85
-rw-r--r--source/ka/scp2/source/accessories.po4046
-rw-r--r--source/ka/scp2/source/activex.po22
-rw-r--r--source/ka/scp2/source/base.po98
-rw-r--r--source/ka/scp2/source/binfilter.po73
-rw-r--r--source/ka/scp2/source/calc.po197
-rw-r--r--source/ka/scp2/source/draw.po113
-rw-r--r--source/ka/scp2/source/extensions.po489
-rw-r--r--source/ka/scp2/source/gnome.po22
-rw-r--r--source/ka/scp2/source/graphicfilter.po222
-rw-r--r--source/ka/scp2/source/impress.po179
-rw-r--r--source/ka/scp2/source/javafilter.po180
-rw-r--r--source/ka/scp2/source/kde.po22
-rw-r--r--source/ka/scp2/source/math.po102
-rw-r--r--source/ka/scp2/source/onlineupdate.po22
-rw-r--r--source/ka/scp2/source/ooo.po5437
-rw-r--r--source/ka/scp2/source/python.po48
-rw-r--r--source/ka/scp2/source/quickstart.po22
-rw-r--r--source/ka/scp2/source/sdkoo.po22
-rw-r--r--source/ka/scp2/source/smoketest.po25
-rw-r--r--source/ka/scp2/source/stdlibs.po22
-rw-r--r--source/ka/scp2/source/tde.po22
-rw-r--r--source/ka/scp2/source/winexplorerext.po22
-rw-r--r--source/ka/scp2/source/writer.po257
-rw-r--r--source/ka/scp2/source/xsltfilter.po24
-rw-r--r--source/ka/scripting/source/pyprov.po22
-rw-r--r--source/ka/sd/source/core.po688
-rw-r--r--source/ka/sd/source/filter/html.po512
-rw-r--r--source/ka/sd/source/ui/accessibility.po94
-rw-r--r--source/ka/sd/source/ui/animations.po1488
-rw-r--r--source/ka/sd/source/ui/annotations.po244
-rw-r--r--source/ka/sd/source/ui/app.po4234
-rw-r--r--source/ka/sd/source/ui/dlg.po4091
-rw-r--r--source/ka/sd/source/ui/slideshow.po152
-rw-r--r--source/ka/sd/source/ui/table.po106
-rw-r--r--source/ka/sd/source/ui/view.po498
-rw-r--r--source/ka/sd/uiconfig/sdraw/ui.po140
-rw-r--r--source/ka/sd/uiconfig/simpress/ui.po151
-rw-r--r--source/ka/sdext/source/minimizer.po22
-rw-r--r--source/ka/sdext/source/minimizer/registry/data/org/openoffice/Office.po16
-rw-r--r--source/ka/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po559
-rw-r--r--source/ka/sdext/source/pdfimport.po25
-rw-r--r--source/ka/sdext/source/presenter.po22
-rw-r--r--source/ka/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po316
-rw-r--r--source/ka/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po609
-rw-r--r--source/ka/setup_native/source/mac.po183
-rw-r--r--source/ka/sfx2/source/appl.po1228
-rw-r--r--source/ka/sfx2/source/bastyp.po22
-rw-r--r--source/ka/sfx2/source/dialog.po2470
-rw-r--r--source/ka/sfx2/source/doc.po1694
-rw-r--r--source/ka/sfx2/source/menu.po81
-rw-r--r--source/ka/sfx2/source/view.po191
-rw-r--r--source/ka/sfx2/uiconfig/ui.po131
-rw-r--r--source/ka/shell/source/win32/shlxthandler/res.po267
-rw-r--r--source/ka/starmath/source.po3672
-rw-r--r--source/ka/starmath/uiconfig/smath/ui.po98
-rw-r--r--source/ka/svl/source/items.po17
-rw-r--r--source/ka/svl/source/misc.po601
-rw-r--r--source/ka/svtools/source/contnr.po550
-rw-r--r--source/ka/svtools/source/control.po484
-rw-r--r--source/ka/svtools/source/dialogs.po2104
-rw-r--r--source/ka/svtools/source/filter.po342
-rw-r--r--source/ka/svtools/source/java.po98
-rw-r--r--source/ka/svtools/source/misc.po3624
-rw-r--r--source/ka/svtools/source/toolpanel.po22
-rw-r--r--source/ka/svtools/uiconfig/ui.po671
-rw-r--r--source/ka/svtools/workben/unodialog.po36
-rw-r--r--source/ka/svx/inc.po549
-rw-r--r--source/ka/svx/source/accessibility.po267
-rw-r--r--source/ka/svx/source/core.po25
-rw-r--r--source/ka/svx/source/dialog.po9040
-rw-r--r--source/ka/svx/source/engine3d.po1234
-rw-r--r--source/ka/svx/source/fmcomp.po184
-rw-r--r--source/ka/svx/source/form.po2903
-rw-r--r--source/ka/svx/source/gallery2.po1254
-rw-r--r--source/ka/svx/source/items.po1266
-rw-r--r--source/ka/svx/source/src.po986
-rw-r--r--source/ka/svx/source/stbctrls.po225
-rw-r--r--source/ka/svx/source/svdraw.po4461
-rw-r--r--source/ka/svx/source/table.po15
-rw-r--r--source/ka/svx/source/tbxctrls.po973
-rw-r--r--source/ka/svx/source/toolbars.po164
-rw-r--r--source/ka/svx/source/unodialogs/textconversiondlgs.po578
-rw-r--r--source/ka/sw/source/core/layout.po25
-rw-r--r--source/ka/sw/source/core/undo.po1125
-rw-r--r--source/ka/sw/source/core/unocore.po57
-rw-r--r--source/ka/sw/source/ui/app.po2535
-rw-r--r--source/ka/sw/source/ui/chrdlg.po1103
-rw-r--r--source/ka/sw/source/ui/config.po3030
-rw-r--r--source/ka/sw/source/ui/dbui.po3439
-rw-r--r--source/ka/sw/source/ui/dialog.po858
-rw-r--r--source/ka/sw/source/ui/dochdl.po86
-rw-r--r--source/ka/sw/source/ui/docvw.po857
-rw-r--r--source/ka/sw/source/ui/envelp.po1683
-rw-r--r--source/ka/sw/source/ui/fldui.po2109
-rw-r--r--source/ka/sw/source/ui/fmtui.po383
-rw-r--r--source/ka/sw/source/ui/frmdlg.po2074
-rw-r--r--source/ka/sw/source/ui/globdoc.po22
-rw-r--r--source/ka/sw/source/ui/index.po1567
-rw-r--r--source/ka/sw/source/ui/lingu.po129
-rw-r--r--source/ka/sw/source/ui/misc.po2760
-rw-r--r--source/ka/sw/source/ui/ribbar.po855
-rw-r--r--source/ka/sw/source/ui/shells.po407
-rw-r--r--source/ka/sw/source/ui/smartmenu.po16
-rw-r--r--source/ka/sw/source/ui/table.po898
-rw-r--r--source/ka/sw/source/ui/uiview.po275
-rw-r--r--source/ka/sw/source/ui/utlui.po4497
-rw-r--r--source/ka/sw/source/ui/web.po85
-rw-r--r--source/ka/sw/source/ui/wrtsh.po50
-rw-r--r--source/ka/sw/uiconfig/sw/ui.po311
-rw-r--r--source/ka/sw/uiconfig/swriter/ui.po2152
-rw-r--r--source/ka/swext/mediawiki/help.po850
-rw-r--r--source/ka/swext/mediawiki/src.po22
-rw-r--r--source/ka/swext/mediawiki/src/registry/data/org/openoffice/Office.po28
-rw-r--r--source/ka/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po282
-rw-r--r--source/ka/sysui/desktop/share.po632
-rw-r--r--source/ka/uui/source.po1481
-rw-r--r--source/ka/vcl/qa/cppunit/builder.po832
-rw-r--r--source/ka/vcl/source/edit.po60
-rw-r--r--source/ka/vcl/source/src.po1896
-rw-r--r--source/ka/vcl/uiconfig/ui.po666
-rw-r--r--source/ka/wizards/source/euro.po589
-rw-r--r--source/ka/wizards/source/formwizard.po5391
-rw-r--r--source/ka/wizards/source/importwizard.po549
-rw-r--r--source/ka/wizards/source/schedule.po213
-rw-r--r--source/ka/wizards/source/template.po579
-rw-r--r--source/ka/xmlsecurity/source/component.po15
-rw-r--r--source/ka/xmlsecurity/source/dialogs.po717
356 files changed, 578049 insertions, 185721 deletions
diff --git a/source/ka/accessibility/source/helper.po b/source/ka/accessibility/source/helper.po
index 77de7bfba6c..6b57b38cf2a 100644
--- a/source/ka/accessibility/source/helper.po
+++ b/source/ka/accessibility/source/helper.po
@@ -1,9 +1,9 @@
-#. extracted from accessibility/source/helper.oo
+#. extracted from accessibility/source/helper
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+accessibility%2Fsource%2Fhelper.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-09-22 09:51+0200\n"
"Last-Translator: ka.libreoffice.org <bankadmin@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,13 +12,23 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: accessiblestrings.src#RID_STR_ACC_NAME_BROWSEBUTTON.string.text
+#. !m?W
+#: accessiblestrings.src
+msgctxt ""
+"accessiblestrings.src\n"
+"RID_STR_ACC_NAME_BROWSEBUTTON\n"
+"string.text"
msgid "Browse"
msgstr "მოძიება"
-#: accessiblestrings.src#RID_STR_ACC_DESC_PANELDECL_TABBAR.string.text
+#. pfc%
+#: accessiblestrings.src
+msgctxt ""
+"accessiblestrings.src\n"
+"RID_STR_ACC_DESC_PANELDECL_TABBAR\n"
+"string.text"
msgid "Panel Deck Tab Bar"
msgstr "პანელის გვერდითი ტაბი"
diff --git a/source/ka/avmedia/source/framework.po b/source/ka/avmedia/source/framework.po
index cd52423f08d..e0a7779b60f 100644
--- a/source/ka/avmedia/source/framework.po
+++ b/source/ka/avmedia/source/framework.po
@@ -1,9 +1,9 @@
-#. extracted from avmedia/source/framework.oo
+#. extracted from avmedia/source/framework
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+avmedia%2Fsource%2Fframework.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,57 +12,122 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: mediacontrol.src#AVMEDIA_STR_OPEN.string.text
+#. ~FXR
+#: mediacontrol.src
+msgctxt ""
+"mediacontrol.src\n"
+"AVMEDIA_STR_OPEN\n"
+"string.text"
msgid "Open"
msgstr "გახსნა"
-#: mediacontrol.src#AVMEDIA_STR_INSERT.string.text
+#. Zoi}
+#: mediacontrol.src
+msgctxt ""
+"mediacontrol.src\n"
+"AVMEDIA_STR_INSERT\n"
+"string.text"
msgid "Apply"
msgstr "გამოყენება"
-#: mediacontrol.src#AVMEDIA_STR_PLAY.string.text
+#. jsqR
+#: mediacontrol.src
+msgctxt ""
+"mediacontrol.src\n"
+"AVMEDIA_STR_PLAY\n"
+"string.text"
msgid "Play"
msgstr "დაკვრა"
-#: mediacontrol.src#AVMEDIA_STR_PAUSE.string.text
+#. -A$L
+#: mediacontrol.src
+msgctxt ""
+"mediacontrol.src\n"
+"AVMEDIA_STR_PAUSE\n"
+"string.text"
msgid "Pause"
msgstr "პაუზა"
-#: mediacontrol.src#AVMEDIA_STR_STOP.string.text
+#. _Ew|
+#: mediacontrol.src
+msgctxt ""
+"mediacontrol.src\n"
+"AVMEDIA_STR_STOP\n"
+"string.text"
msgid "Stop"
msgstr "შეჩერება"
-#: mediacontrol.src#AVMEDIA_STR_ENDLESS.string.text
+#. W7Lq
+#: mediacontrol.src
+msgctxt ""
+"mediacontrol.src\n"
+"AVMEDIA_STR_ENDLESS\n"
+"string.text"
msgid "Repeat"
msgstr "გამეორება"
-#: mediacontrol.src#AVMEDIA_STR_MUTE.string.text
+#. iM66
+#: mediacontrol.src
+msgctxt ""
+"mediacontrol.src\n"
+"AVMEDIA_STR_MUTE\n"
+"string.text"
msgid "Mute"
msgstr "ხმის გათიშვა"
-#: mediacontrol.src#AVMEDIA_STR_ZOOM.string.text
+#. 9![y
+#: mediacontrol.src
+msgctxt ""
+"mediacontrol.src\n"
+"AVMEDIA_STR_ZOOM\n"
+"string.text"
msgid "View"
msgstr "ნახვა"
-#: mediacontrol.src#AVMEDIA_STR_ZOOM_50.string.text
+#. =PkP
+#: mediacontrol.src
+msgctxt ""
+"mediacontrol.src\n"
+"AVMEDIA_STR_ZOOM_50\n"
+"string.text"
msgid "50%"
msgstr "50%"
-#: mediacontrol.src#AVMEDIA_STR_ZOOM_100.string.text
+#. T!PD
+#: mediacontrol.src
+msgctxt ""
+"mediacontrol.src\n"
+"AVMEDIA_STR_ZOOM_100\n"
+"string.text"
msgid "100%"
msgstr "100%"
-#: mediacontrol.src#AVMEDIA_STR_ZOOM_200.string.text
+#. t;+,
+#: mediacontrol.src
+msgctxt ""
+"mediacontrol.src\n"
+"AVMEDIA_STR_ZOOM_200\n"
+"string.text"
msgid "200%"
msgstr "200%"
-#: mediacontrol.src#AVMEDIA_STR_ZOOM_FIT.string.text
+#. TnMj
+#: mediacontrol.src
+msgctxt ""
+"mediacontrol.src\n"
+"AVMEDIA_STR_ZOOM_FIT\n"
+"string.text"
msgid "Scaled"
msgstr "ზომაშეცვლილი"
-#: mediacontrol.src#AVMEDIA_STR_MEDIAPLAYER.string.text
+#. 0jm/
+#: mediacontrol.src
+msgctxt ""
+"mediacontrol.src\n"
+"AVMEDIA_STR_MEDIAPLAYER\n"
+"string.text"
msgid "Media Player"
msgstr "მედია საკრავი"
diff --git a/source/ka/avmedia/source/viewer.po b/source/ka/avmedia/source/viewer.po
index 472cd301f53..f4d3088ef38 100644
--- a/source/ka/avmedia/source/viewer.po
+++ b/source/ka/avmedia/source/viewer.po
@@ -1,9 +1,9 @@
-#. extracted from avmedia/source/viewer.oo
+#. extracted from avmedia/source/viewer
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+avmedia%2Fsource%2Fviewer.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,25 +12,50 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: mediawindow.src#AVMEDIA_STR_INSERTMEDIA_DLG.string.text
+#. 5cxF
+#: mediawindow.src
+msgctxt ""
+"mediawindow.src\n"
+"AVMEDIA_STR_INSERTMEDIA_DLG\n"
+"string.text"
msgid "Insert Movie and Sound"
msgstr "ფილმისა და ხმის ჩასმა"
-#: mediawindow.src#AVMEDIA_STR_OPENMEDIA_DLG.string.text
+#. F:?1
+#: mediawindow.src
+msgctxt ""
+"mediawindow.src\n"
+"AVMEDIA_STR_OPENMEDIA_DLG\n"
+"string.text"
msgid "Open Movie and Sound"
msgstr "ფილმისა და ხმის გახსნა"
-#: mediawindow.src#AVMEDIA_STR_ALL_MEDIAFILES.string.text
+#. DFNw
+#: mediawindow.src
+msgctxt ""
+"mediawindow.src\n"
+"AVMEDIA_STR_ALL_MEDIAFILES\n"
+"string.text"
msgid "All movie and sound files"
msgstr "ყველა ფილმისა და ხმის ფაილი"
-#: mediawindow.src#AVMEDIA_STR_ALL_FILES.string.text
+#. l}VA
+#: mediawindow.src
+msgctxt ""
+"mediawindow.src\n"
+"AVMEDIA_STR_ALL_FILES\n"
+"string.text"
msgid "All files"
msgstr ""
-#: mediawindow.src#AVMEDIA_ERR_URL.errorbox.text
+#. 7ms(
+#: mediawindow.src
+msgctxt ""
+"mediawindow.src\n"
+"AVMEDIA_ERR_URL\n"
+"errorbox.text"
msgid "The format of the selected file is not supported."
msgstr "არჩეული ფაილის ფორმატი მხარდაუჭერელია."
diff --git a/source/ka/basctl/source/basicide.po b/source/ka/basctl/source/basicide.po
index e634dbc29e8..e65490324df 100644
--- a/source/ka/basctl/source/basicide.po
+++ b/source/ka/basctl/source/basicide.po
@@ -1,203 +1,90 @@
-#. extracted from basctl/source/basicide.oo
+#. extracted from basctl/source/basicide
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+basctl%2Fsource%2Fbasicide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
-"PO-Revision-Date: 2011-04-11 23:18+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
+"PO-Revision-Date: 2012-09-25 05:58+0200\n"
+"Last-Translator: Luka <mail@luka.ge>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ka\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: moduldlg.src#RID_TD_ORGANIZE.RID_TC_ORGANIZE.RID_TP_MOD.pageitem.text
-msgctxt "moduldlg.src#RID_TD_ORGANIZE.RID_TC_ORGANIZE.RID_TP_MOD.pageitem.text"
-msgid "Modules"
-msgstr "მოდულები"
-
-#: moduldlg.src#RID_TD_ORGANIZE.RID_TC_ORGANIZE.RID_TP_DLG.pageitem.text
-msgid "Dialogs"
-msgstr "დიალოგები"
-
-#: moduldlg.src#RID_TD_ORGANIZE.RID_TC_ORGANIZE.RID_TP_LIB.pageitem.text
-msgid "Libraries"
-msgstr "ბიბლიოთეკები"
-
-#: moduldlg.src#RID_TD_ORGANIZE.tabdialog.text
-msgid "%PRODUCTNAME Basic Macro Organizer"
-msgstr "%PRODUCTNAME მაკროების ძირითადი მნე"
-
-#: moduldlg.src#RID_TP_MODULS.RID_STR_LIB.fixedtext.text
-msgid "M~odule"
-msgstr "მ~ოდული"
-
-#: moduldlg.src#RID_TP_MODULS.RID_PB_EDIT.pushbutton.text
-msgctxt "moduldlg.src#RID_TP_MODULS.RID_PB_EDIT.pushbutton.text"
-msgid "~Edit"
-msgstr "~რედაქტირება"
-
-#: moduldlg.src#RID_TP_MODULS.RID_PB_CLOSE.cancelbutton.text
-msgctxt "moduldlg.src#RID_TP_MODULS.RID_PB_CLOSE.cancelbutton.text"
-msgid "Close"
-msgstr "დახურვა"
-
-#: moduldlg.src#RID_TP_MODULS.RID_PB_NEWMOD.pushbutton.text
-msgctxt "moduldlg.src#RID_TP_MODULS.RID_PB_NEWMOD.pushbutton.text"
-msgid "~New..."
-msgstr "~ახალი..."
-
-#: moduldlg.src#RID_TP_MODULS.RID_PB_NEWDLG.pushbutton.text
-msgctxt "moduldlg.src#RID_TP_MODULS.RID_PB_NEWDLG.pushbutton.text"
-msgid "~New..."
-msgstr "~ახალი..."
-
-#: moduldlg.src#RID_TP_MODULS.RID_PB_DELETE.pushbutton.text
-msgctxt "moduldlg.src#RID_TP_MODULS.RID_PB_DELETE.pushbutton.text"
-msgid "~Delete"
-msgstr "~წაშლა"
-
-#: moduldlg.src#RID_TP_DLGS.RID_STR_LIB.fixedtext.text
-msgctxt "moduldlg.src#RID_TP_DLGS.RID_STR_LIB.fixedtext.text"
-msgid "Dialog"
-msgstr "დიალოგი"
-
-#: moduldlg.src#RID_TP_DLGS.RID_PB_EDIT.pushbutton.text
-msgctxt "moduldlg.src#RID_TP_DLGS.RID_PB_EDIT.pushbutton.text"
-msgid "~Edit"
-msgstr "~რედაქტირება"
-
-#: moduldlg.src#RID_TP_DLGS.RID_PB_CLOSE.cancelbutton.text
-msgctxt "moduldlg.src#RID_TP_DLGS.RID_PB_CLOSE.cancelbutton.text"
-msgid "Close"
-msgstr "დახურვა"
-
-#: moduldlg.src#RID_TP_DLGS.RID_PB_NEWMOD.pushbutton.text
-msgctxt "moduldlg.src#RID_TP_DLGS.RID_PB_NEWMOD.pushbutton.text"
-msgid "~New..."
-msgstr "~ახალი..."
-
-#: moduldlg.src#RID_TP_DLGS.RID_PB_NEWDLG.pushbutton.text
-msgctxt "moduldlg.src#RID_TP_DLGS.RID_PB_NEWDLG.pushbutton.text"
-msgid "~New..."
-msgstr "~ახალი..."
-
-#: moduldlg.src#RID_TP_DLGS.RID_PB_DELETE.pushbutton.text
-msgctxt "moduldlg.src#RID_TP_DLGS.RID_PB_DELETE.pushbutton.text"
-msgid "~Delete"
-msgstr "~წაშლა"
-
-#: moduldlg.src#RID_TP_LIBS.RID_STR_BASICS.fixedtext.text
-msgid "L~ocation"
-msgstr "მდ~ებარეობა"
-
-#: moduldlg.src#RID_TP_LIBS.RID_STR_LIB.fixedtext.text
-msgid "~Library"
-msgstr "~ბიბლიოთეკა"
-
-#: moduldlg.src#RID_TP_LIBS.RID_PB_EDIT.pushbutton.text
-msgctxt "moduldlg.src#RID_TP_LIBS.RID_PB_EDIT.pushbutton.text"
-msgid "~Edit"
-msgstr "~რედაქტირება"
-
-#: moduldlg.src#RID_TP_LIBS.RID_PB_CLOSE.cancelbutton.text
-msgctxt "moduldlg.src#RID_TP_LIBS.RID_PB_CLOSE.cancelbutton.text"
-msgid "Close"
-msgstr "დახურვა"
-
-#: moduldlg.src#RID_TP_LIBS.RID_PB_PASSWORD.pushbutton.text
-msgid "~Password..."
-msgstr "~პაროლი..."
-
-#: moduldlg.src#RID_TP_LIBS.RID_PB_NEWLIB.pushbutton.text
-msgctxt "moduldlg.src#RID_TP_LIBS.RID_PB_NEWLIB.pushbutton.text"
-msgid "~New..."
-msgstr "~ახალი..."
-
-#: moduldlg.src#RID_TP_LIBS.RID_PB_APPEND.pushbutton.text
-msgid "~Import..."
-msgstr "~იმპორტი..."
-
-#: moduldlg.src#RID_TP_LIBS.RID_PB_EXPORT.pushbutton.text
-msgid "E~xport..."
-msgstr "ე~ქსპორტი..."
-
-#: moduldlg.src#RID_TP_LIBS.RID_PB_DELETE.pushbutton.text
-msgctxt "moduldlg.src#RID_TP_LIBS.RID_PB_DELETE.pushbutton.text"
-msgid "~Delete"
-msgstr "~წაშლა"
-
-#: moduldlg.src#RID_DLG_LIBS.RID_FL_OPTIONS.fixedline.text
-msgid "Options"
-msgstr "პარამეტრები"
-
-#: moduldlg.src#RID_DLG_LIBS.RID_CB_REF.checkbox.text
-msgid "Insert as reference (read-only)"
-msgstr "ჩასმა როგორც მიმართვა(მხოლოდ კითხვადი)"
-
-#: moduldlg.src#RID_DLG_LIBS.RID_CB_REPL.checkbox.text
-msgid "Replace existing libraries"
-msgstr "არსებული ბიბლიოთეკების ჩანაცვლება"
-
-#: moduldlg.src#RID_DLG_GOTOLINE.RID_FT_LINE.fixedtext.text
-msgid "~Line Number:"
-msgstr ""
-
-#: moduldlg.src#RID_DLG_NEWLIB.RID_FT_NEWLIB.fixedtext.text
-msgid "~Name:"
-msgstr "~სახელი:"
-
-#: moduldlg.src#RID_DLG_EXPORT.RB_EXPORTASPACKAGE.radiobutton.text
-msgid "Export as ~extension"
-msgstr "გა~ფართოებად ექპორტი"
-
-#: moduldlg.src#RID_DLG_EXPORT.RB_EXPORTASBASIC.radiobutton.text
-msgctxt "moduldlg.src#RID_DLG_EXPORT.RB_EXPORTASBASIC.radiobutton.text"
-msgid "Export as BASIC library"
-msgstr "BASIC-ის ბიბლოითეკად ექსპორტი"
-
-#: moduldlg.src#RID_DLG_EXPORT.modaldialog.text
-msgid "Export Basic library"
-msgstr "ძირითადი ბიბლოთეკის ექსპორტი"
-
-#: moduldlg.src#RID_STR_EXPORTPACKAGE.string.text
-msgid "Export library as extension"
-msgstr "ბიბლიოთეკის გაფართოებად ექპორტი."
-
-#: moduldlg.src#RID_STR_EXPORTBASIC.string.text
-msgctxt "moduldlg.src#RID_STR_EXPORTBASIC.string.text"
-msgid "Export as BASIC library"
-msgstr "BASIC-ის ბიბლიოთეკად ექსპორტი"
+#. deMc
+#: objdlg.src
+msgctxt ""
+"objdlg.src\n"
+"RID_BASICIDE_OBJCAT\n"
+"string.text"
+msgid "Object Catalog"
+msgstr "ობიექტების კატალოგი"
-#: moduldlg.src#RID_STR_PACKAGE_BUNDLE.string.text
-msgid "Extension"
-msgstr "გაფართოება"
+#. V`%U
+#: objdlg.src
+#, fuzzy
+msgctxt ""
+"objdlg.src\n"
+"RID_STR_TLB_MACROS\n"
+"string.text"
+msgid "Objects Tree"
+msgstr "ობიექტები"
-#: basidesh.src#RID_STR_FILTER_ALLFILES.string.text
+#. ZE~=
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_FILTER_ALLFILES\n"
+"string.text"
msgid "<All>"
msgstr "<ყველა>"
-#: basidesh.src#RID_STR_NOMODULE.string.text
+#. W2+)
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_NOMODULE\n"
+"string.text"
msgid "< No Module >"
msgstr "< უმოდულო >"
-#: basidesh.src#RID_STR_WRONGPASSWORD.string.text
+#. M]dX
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_WRONGPASSWORD\n"
+"string.text"
msgid "Incorrect Password"
msgstr "მცდარი პაროლი"
-#: basidesh.src#RID_STR_OPEN.string.text
+#. r,H6
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_OPEN\n"
+"string.text"
msgid "Load"
msgstr "ჩატვირთვა"
-#: basidesh.src#RID_STR_SAVE.string.text
+#. g+qX
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_SAVE\n"
+"string.text"
msgid "Save"
msgstr "შენახვა"
-#: basidesh.src#RID_STR_SOURCETOBIG.string.text
+#. :\(K
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_SOURCETOBIG\n"
+"string.text"
msgid ""
"The source text is too large and can be neither compiled nor saved.\n"
"Delete some of the comments or transfer some methods into another module."
@@ -205,67 +92,147 @@ msgstr ""
"საწყისი ტექსტი არის ძალიან დიდი და შეუძლებელია მისი შენახვა თუ კომპილაცია.\n"
" წაშალეთ ზოგიერთი კომენტარი ან გადაიტანეთ ზოგი მეთოდი სხვა მოდულში."
-#: basidesh.src#RID_STR_ERROROPENSTORAGE.string.text
+#. 6Nvl
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_ERROROPENSTORAGE\n"
+"string.text"
msgid "Error opening file"
msgstr "შეცდომა ფაილის გახსნისას "
-#: basidesh.src#RID_STR_ERROROPENLIB.string.text
+#. I#3L
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_ERROROPENLIB\n"
+"string.text"
msgid "Error loading library"
msgstr "შეცდომა ბიბლიოთეკის ჩატვირთვისას"
-#: basidesh.src#RID_STR_NOLIBINSTORAGE.string.text
+#. $@^F
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_NOLIBINSTORAGE\n"
+"string.text"
msgid "The file does not contain any BASIC libraries"
msgstr "ფაილი არ შეიცავს BASIC-ის ბიბლიოთეკებს"
-#: basidesh.src#RID_STR_BADSBXNAME.string.text
+#. qcF/
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_BADSBXNAME\n"
+"string.text"
msgid "Invalid Name"
msgstr "მცდარი სახელი"
-#: basidesh.src#RID_STR_LIBNAMETOLONG.string.text
+#. U@~0
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_LIBNAMETOLONG\n"
+"string.text"
msgid "A library name can have up to 30 characters."
msgstr "ბიბლიოთეკის სახელი შეიძლება შეიცავდეს 30-ამდე ასონიშანს."
-#: basidesh.src#RID_STR_ERRORCHOOSEMACRO.string.text
+#. JMM[
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_ERRORCHOOSEMACRO\n"
+"string.text"
msgid "Macros from other documents are not accessible."
msgstr "მაკროები სხვა დოკუმენტებიდან ხელმისაწვდომი არ არის."
-#: basidesh.src#RID_STR_LIBISREADONLY.string.text
+#. %NUf
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_LIBISREADONLY\n"
+"string.text"
msgid "This library is read-only."
msgstr "ეს ბიბლიოთეკა არის მხოლოდ წაკითხვადი."
-#: basidesh.src#RID_STR_REPLACELIB.string.text
+#. CHXF
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_REPLACELIB\n"
+"string.text"
msgid "'XX' cannot be replaced."
msgstr "„XX“-ის ჩანაცვლება შეუძლებელია."
-#: basidesh.src#RID_STR_IMPORTNOTPOSSIBLE.string.text
+#. pDgK
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_IMPORTNOTPOSSIBLE\n"
+"string.text"
msgid "'XX' cannot be added."
msgstr "„XX“-ის დამატება შეუძლებელია."
-#: basidesh.src#RID_STR_NOIMPORT.string.text
+#. 1pz+
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_NOIMPORT\n"
+"string.text"
msgid "'XX' was not added."
msgstr "ვერ მოხერხდა „XX“-ის დამატება."
-#: basidesh.src#RID_STR_ENTERPASSWORD.string.text
+#. AJK1
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_ENTERPASSWORD\n"
+"string.text"
msgid "Enter password for 'XX'"
msgstr "შეიტანეთ პაროლი „XX“'-სთვის"
-#: basidesh.src#RID_STR_SBXNAMEALLREADYUSED.string.text
+#. kC\9
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_SBXNAMEALLREADYUSED\n"
+"string.text"
msgid "Name already exists"
msgstr "სახელი უკვე არსებობს"
-#: basidesh.src#RID_STR_SIGNED.string.text
+#. r)bk
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_SIGNED\n"
+"string.text"
msgid "(Signed)"
msgstr "(ხელმოწერილი)"
-#: basidesh.src#RID_STR_SBXNAMEALLREADYUSED2.string.text
+#. FxwV
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_SBXNAMEALLREADYUSED2\n"
+"string.text"
msgid "Object with same name already exists"
msgstr "ობიექტი იგივე სახელით უკვე არსებობს"
-#: basidesh.src#RID_STR_FILEEXISTS.string.text
+#. k~#P
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_FILEEXISTS\n"
+"string.text"
msgid "The 'XX' file already exists"
msgstr "„XX“ ფაილი უკვე არსებობს"
-#: basidesh.src#RID_STR_CANNOTRUNMACRO.string.text
+#. F[$.
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_CANNOTRUNMACRO\n"
+"string.text"
msgid ""
"For security reasons, you cannot run this macro.\n"
"\n"
@@ -275,176 +242,390 @@ msgstr ""
"\n"
"დამატებითი ინფორმაციისთვის, შეამოწმეთ უსაფრთხოების პარამეტრები."
-#: basidesh.src#RID_STR_COMPILEERROR.string.text
+#. ZTC%
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_COMPILEERROR\n"
+"string.text"
msgid "Compile Error: "
msgstr "კომპილაციის შეცდომა: "
-#: basidesh.src#RID_STR_RUNTIMEERROR.string.text
+#. ~kzi
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_RUNTIMEERROR\n"
+"string.text"
msgid "Runtime Error: #"
msgstr "შეცდომა შესრულებისას: #"
-#: basidesh.src#RID_STR_SEARCHNOTFOUND.string.text
+#. 3.!B
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_SEARCHNOTFOUND\n"
+"string.text"
msgid "Search key not found"
msgstr "საძიებო სიტყვა ვერ მოიძებნა"
-#: basidesh.src#RID_STR_SEARCHFROMSTART.string.text
+#. wXS@
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_SEARCHFROMSTART\n"
+"string.text"
msgid "Search to last module complete. Continue at first module?"
msgstr "ბოლო მოდულის ძიება დასრულებულია. გავაგრძელო პირველი მოდულიდან?"
-#: basidesh.src#RID_STR_SEARCHREPLACES.string.text
+#. ?Hng
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_SEARCHREPLACES\n"
+"string.text"
msgid "Search key replaced XX times"
msgstr "საძიებო სიტყვა შეიცვალა XX-ჯერ"
-#: basidesh.src#RID_STR_COULDNTREAD.string.text
+#. dX9n
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_COULDNTREAD\n"
+"string.text"
msgid "The file could not be read"
msgstr "ფაილის წაკითხვა ვერ ხერხდება"
-#: basidesh.src#RID_STR_COULDNTWRITE.string.text
+#. 9[xg
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_COULDNTWRITE\n"
+"string.text"
msgid "The file could not be saved"
msgstr "ფაილის დამახსოვრება ვერ ხერხდება"
-#: basidesh.src#RID_STR_CANNOTCHANGENAMESTDLIB.string.text
+#. lKe\
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_CANNOTCHANGENAMESTDLIB\n"
+"string.text"
msgid "The name of the default library cannot be changed."
msgstr "ნაგულისხმევი ბიბლიოთეკის სახელის შეცვლა შეუძლებელია."
-#: basidesh.src#RID_STR_CANNOTCHANGENAMEREFLIB.string.text
+#. ,#9v
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_CANNOTCHANGENAMEREFLIB\n"
+"string.text"
msgid "The name of a referenced library cannot be changed."
msgstr "მიმართული ბიბლიოთეკის სახელის შეცვლა შეუძლებელია."
-#: basidesh.src#RID_STR_CANNOTUNLOADSTDLIB.string.text
+#. ^}M`
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_CANNOTUNLOADSTDLIB\n"
+"string.text"
msgid "The default library cannot be deactivated"
msgstr "ნაგულისხმევი ბიბლიოთეკის დეაქტივაცია შეუძლებელია"
-#: basidesh.src#RID_STR_GENERATESOURCE.string.text
+#. Zr~A
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_GENERATESOURCE\n"
+"string.text"
msgid "Generating source"
msgstr "წყაროს შექმნა"
-#: basidesh.src#RID_STR_FILENAME.string.text
+#. W83h
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_FILENAME\n"
+"string.text"
msgid "File name:"
msgstr "ფაილის სახელი:"
-#: basidesh.src#RID_STR_APPENDLIBS.string.text
+#. ,=wX
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_APPENDLIBS\n"
+"string.text"
msgid "Import Libraries"
msgstr "ბიბლიოთეკების იმპორტი"
-#: basidesh.src#RID_STR_QUERYDELMACRO.string.text
+#. e3f;
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_QUERYDELMACRO\n"
+"string.text"
msgid "Do you want to delete the macro XX?"
msgstr "ნამდვილად გსურთ წაშალოთ XX მაკრო?"
-#: basidesh.src#RID_STR_QUERYDELDIALOG.string.text
+#. H~pG
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_QUERYDELDIALOG\n"
+"string.text"
msgid "Do you want to delete the XX dialog?"
msgstr "ნამდვილად გსურთ წაშალოთ XX დიალოგი?"
-#: basidesh.src#RID_STR_QUERYDELLIB.string.text
+#. |SeE
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_QUERYDELLIB\n"
+"string.text"
msgid "Do you want to delete the XX library?"
msgstr "ნამდვილად გსურთ წაშალოთ XX ბიბლიოთეკა?"
-#: basidesh.src#RID_STR_QUERYDELLIBREF.string.text
+#. je{o
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_QUERYDELLIBREF\n"
+"string.text"
msgid "Do you want to delete the reference to the XX library?"
msgstr "ნამდვილად გსურთ წაშალოთ XX ბიბლიოთეკაზე მიმართვა?"
-#: basidesh.src#RID_STR_QUERYDELMODULE.string.text
+#. Xm7Q
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_QUERYDELMODULE\n"
+"string.text"
msgid "Do you want to delete the XX module?"
msgstr "ნამდვილად გსურთ XX მოდულის წაშლა?"
-#: basidesh.src#RID_STR_OBJNOTFOUND.string.text
+#. =z=.
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_OBJNOTFOUND\n"
+"string.text"
msgid "Object or method not found"
msgstr "ობიექტი ან მეთოდი ვერ მოიძებნა"
-#: basidesh.src#RID_STR_BASIC.string.text
+#. 5lGk
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_BASIC\n"
+"string.text"
msgid "BASIC"
msgstr "BASIC"
-#: basidesh.src#RID_STR_LINE.string.text
+#. q#Ee
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_LINE\n"
+"string.text"
msgid "Ln"
msgstr "სტქ"
-#: basidesh.src#RID_STR_COLUMN.string.text
+#. d@%(
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_COLUMN\n"
+"string.text"
msgid "Col"
msgstr "სვტ"
-#: basidesh.src#RID_STR_DOC.string.text
+#. GksX
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_DOC\n"
+"string.text"
msgid "Document"
msgstr "დოკუმენტი"
-#: basidesh.src#RID_BASICIDE_OBJECTBAR.string.text
+#. [HYz
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_BASICIDE_OBJECTBAR\n"
+"string.text"
msgid "Macro Bar"
msgstr "მაკროს ზოლი"
-#: basidesh.src#RID_STR_CANNOTCLOSE.string.text
+#. WT!/
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_CANNOTCLOSE\n"
+"string.text"
msgid "The window cannot be closed while BASIC is running."
msgstr "ფანჯარა ვერ დაიხურება სანამ BASIC-ია გაშვებული."
-#: basidesh.src#RID_STR_REPLACESTDLIB.string.text
+#. ob;X
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_REPLACESTDLIB\n"
+"string.text"
msgid "The default library cannot be replaced."
msgstr "ნაგულისხმევი ბიბლიოთეკის ჩანაცვლება შეუძლებელია."
-#: basidesh.src#RID_STR_REFNOTPOSSIBLE.string.text
+#. _sL@
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_REFNOTPOSSIBLE\n"
+"string.text"
msgid "Reference to 'XX' not possible."
msgstr "„XX“-ზე მიმართვა შეუძლებელია."
-#: basidesh.src#RID_STR_WATCHNAME.string.text
+#. $;d+
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_WATCHNAME\n"
+"string.text"
msgid "Watch"
msgstr "თვალის დევნა"
-#: basidesh.src#RID_STR_WATCHVARIABLE.string.text
+#. q[F0
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_WATCHVARIABLE\n"
+"string.text"
msgid "Variable"
msgstr "ცვლადი"
-#: basidesh.src#RID_STR_WATCHVALUE.string.text
+#. [\2#
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_WATCHVALUE\n"
+"string.text"
msgid "Value"
msgstr "მნიშვნელობა"
-#: basidesh.src#RID_STR_WATCHTYPE.string.text
+#. `~4,
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_WATCHTYPE\n"
+"string.text"
msgid "Type"
msgstr "ტიპი"
-#: basidesh.src#RID_STR_STACKNAME.string.text
+#. IPB!
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_STACKNAME\n"
+"string.text"
msgid "Call Stack"
msgstr "გამოძახების დასტა"
-#: basidesh.src#RID_STR_INITIDE.string.text
+#. mK3f
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_INITIDE\n"
+"string.text"
msgid "BASIC Initialization"
msgstr "BASIC-ის ინიციალიზაცია"
-#: basidesh.src#RID_STR_STDMODULENAME.string.text
+#. 8;n!
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_STDMODULENAME\n"
+"string.text"
msgid "Module"
msgstr "მოდული"
-#: basidesh.src#RID_STR_STDDIALOGNAME.string.text
-msgctxt "basidesh.src#RID_STR_STDDIALOGNAME.string.text"
+#. U5LV
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_STDDIALOGNAME\n"
+"string.text"
msgid "Dialog"
msgstr "დიალოგი"
-#: basidesh.src#RID_STR_STDLIBNAME.string.text
+#. *?3+
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_STDLIBNAME\n"
+"string.text"
msgid "Library"
msgstr "ბიბლიოთეკა"
-#: basidesh.src#RID_STR_NEWLIB.string.text
+#. p-J$
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_NEWLIB\n"
+"string.text"
msgid "New Library"
msgstr "ახალი ბიბლიოთეკა"
-#: basidesh.src#RID_STR_NEWMOD.string.text
+#. wl|E
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_NEWMOD\n"
+"string.text"
msgid "New Module"
msgstr "ახალი მოდული"
-#: basidesh.src#RID_STR_NEWDLG.string.text
+#. )f3c
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_NEWDLG\n"
+"string.text"
msgid "New Dialog"
msgstr "ახალი დიალოგი"
-#: basidesh.src#RID_STR_ALL.string.text
+#. Ub!,
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_ALL\n"
+"string.text"
msgid "All"
msgstr "ყველა"
-#: basidesh.src#RID_STR_PAGE.string.text
+#. }RLC
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_PAGE\n"
+"string.text"
msgid "Page"
msgstr "გვერდი"
-#: basidesh.src#RID_STR_MACRONAMEREQ.string.text
+#. :WO!
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_MACRONAMEREQ\n"
+"string.text"
msgid "A name must be entered."
msgstr "სახელის შეტანა აუცილებელია."
-#: basidesh.src#RID_STR_WILLSTOPPRG.string.text
+#. -@v4
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_WILLSTOPPRG\n"
+"string.text"
msgid ""
"You will have to restart the program after this edit.\n"
"Continue?"
@@ -452,126 +633,276 @@ msgstr ""
"ამ რედაქტირების შემდეგ თქვენ საჭიროა პროგრამის კვლავგაშვება.\n"
"განვაგრძო?"
-#: basidesh.src#RID_STR_SEARCHALLMODULES.string.text
+#. dU+x
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_SEARCHALLMODULES\n"
+"string.text"
msgid "Do you want to replace the text in all active modules?"
msgstr "ტექსტის ჩანაცვლება ყველა აქტიურ მოდულში გნებავთ ?"
-#: basidesh.src#RID_IMGBTN_REMOVEWATCH.imagebutton.text
+#. fOE;
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_IMGBTN_REMOVEWATCH\n"
+"imagebutton.text"
msgid "-"
msgstr "-"
-#: basidesh.src#RID_IMGBTN_REMOVEWATCH.imagebutton.quickhelptext
+#. $`24
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_IMGBTN_REMOVEWATCH\n"
+"imagebutton.quickhelptext"
msgid "Remove Watch"
msgstr "თვალის დევნების შეწყვეტა"
-#: basidesh.src#RID_STR_REMOVEWATCH.string.text
+#. p0?t
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_REMOVEWATCH\n"
+"string.text"
msgid "Watch:"
msgstr "მეთვალყურეობა:"
-#: basidesh.src#RID_STR_STACK.string.text
+#. )hOO
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_STACK\n"
+"string.text"
msgid "Calls: "
msgstr "გამოძახებები:"
-#: basidesh.src#RID_STR_USERMACROS.string.text
+#. C-#U
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_USERMACROS\n"
+"string.text"
msgid "My Macros"
msgstr "ჩემი მაკროები"
-#: basidesh.src#RID_STR_USERDIALOGS.string.text
+#. ?!XO
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_USERDIALOGS\n"
+"string.text"
msgid "My Dialogs"
msgstr "ჩემი დიალოგები"
-#: basidesh.src#RID_STR_USERMACROSDIALOGS.string.text
+#. sJGU
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_USERMACROSDIALOGS\n"
+"string.text"
msgid "My Macros & Dialogs"
msgstr "ჩემი მაკროები და დიალოგები"
-#: basidesh.src#RID_STR_SHAREMACROS.string.text
+#. iWd/
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_SHAREMACROS\n"
+"string.text"
msgid "%PRODUCTNAME Macros"
msgstr "%PRODUCTNAME მაკროები"
-#: basidesh.src#RID_STR_SHAREDIALOGS.string.text
+#. RsXB
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_SHAREDIALOGS\n"
+"string.text"
msgid "%PRODUCTNAME Dialogs"
msgstr "%PRODUCTNAME დიალოგები"
-#: basidesh.src#RID_STR_SHAREMACROSDIALOGS.string.text
+#. gllN
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_SHAREMACROSDIALOGS\n"
+"string.text"
msgid "%PRODUCTNAME Macros & Dialogs"
msgstr "%PRODUCTNAME მაკროები და დიალოგები"
-#: basidesh.src#RID_POPUP_BRKPROPS.RID_ACTIV.menuitem.text
-msgctxt "basidesh.src#RID_POPUP_BRKPROPS.RID_ACTIV.menuitem.text"
+#. lH-y
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_POPUP_BRKPROPS\n"
+"RID_ACTIV\n"
+"menuitem.text"
msgid "Active"
msgstr "აქტიური"
-#: basidesh.src#RID_POPUP_BRKPROPS.RID_BRKPROPS.menuitem.text
-msgctxt "basidesh.src#RID_POPUP_BRKPROPS.RID_BRKPROPS.menuitem.text"
+#. mQvu
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_POPUP_BRKPROPS\n"
+"RID_BRKPROPS\n"
+"menuitem.text"
msgid "Properties..."
msgstr "თვისებები..."
-#: basidesh.src#RID_POPUP_BRKPROPS.menu.text
+#. 3sc.
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_POPUP_BRKPROPS\n"
+"menu.text"
msgid "Properties"
msgstr "თვისებები"
-#: basidesh.src#RID_POPUP_BRKDLG.RID_BRKDLG.menuitem.text
+#. a@W+
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_POPUP_BRKDLG\n"
+"RID_BRKDLG\n"
+"menuitem.text"
msgid "Manage Breakpoints..."
msgstr "წყვეტის წერტილების მართვა..."
-#: basidesh.src#RID_POPUP_BRKDLG.menu.text
-msgctxt "basidesh.src#RID_POPUP_BRKDLG.menu.text"
+#. Wcy=
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_POPUP_BRKDLG\n"
+"menu.text"
msgid "Manage Breakpoints"
msgstr "წყვეტის წერტილების მართვა"
-#: basidesh.src#RID_POPUP_TABBAR.RID_INSERT.SID_BASICIDE_NEWMODULE.menuitem.text
+#. s2^S
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_POPUP_TABBAR.RID_INSERT\n"
+"SID_BASICIDE_NEWMODULE\n"
+"menuitem.text"
msgid "BASIC Module"
msgstr "BASIC-ის მოდული"
-#: basidesh.src#RID_POPUP_TABBAR.RID_INSERT.SID_BASICIDE_NEWDIALOG.menuitem.text
+#. 5IIo
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_POPUP_TABBAR.RID_INSERT\n"
+"SID_BASICIDE_NEWDIALOG\n"
+"menuitem.text"
msgid "BASIC Dialog"
msgstr "BASIC-ის დიალოგი"
-#: basidesh.src#RID_POPUP_TABBAR.RID_INSERT.menuitem.text
+#. \%gc
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_POPUP_TABBAR\n"
+"RID_INSERT\n"
+"menuitem.text"
msgid "Insert"
msgstr "ჩასმა"
-#: basidesh.src#RID_POPUP_TABBAR.SID_BASICIDE_DELETECURRENT.menuitem.text
-msgctxt "basidesh.src#RID_POPUP_TABBAR.SID_BASICIDE_DELETECURRENT.menuitem.text"
+#. LAie
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_POPUP_TABBAR\n"
+"SID_BASICIDE_DELETECURRENT\n"
+"menuitem.text"
msgid "Delete"
msgstr "წაშლა"
-#: basidesh.src#RID_POPUP_TABBAR.SID_BASICIDE_RENAMECURRENT.menuitem.text
-msgctxt "basidesh.src#RID_POPUP_TABBAR.SID_BASICIDE_RENAMECURRENT.menuitem.text"
+#. UkD8
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_POPUP_TABBAR\n"
+"SID_BASICIDE_RENAMECURRENT\n"
+"menuitem.text"
msgid "Rename"
msgstr "გადარქმევა"
-#: basidesh.src#RID_POPUP_TABBAR.SID_BASICIDE_HIDECURPAGE.menuitem.text
+#. M.5i
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_POPUP_TABBAR\n"
+"SID_BASICIDE_HIDECURPAGE\n"
+"menuitem.text"
msgid "Hide"
msgstr "დამალვა"
-#: basidesh.src#RID_POPUP_TABBAR.SID_BASICIDE_MODULEDLG.menuitem.text
+#. CQ?d
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_POPUP_TABBAR\n"
+"SID_BASICIDE_MODULEDLG\n"
+"menuitem.text"
msgid "Modules..."
msgstr "მოდულები..."
-#: basidesh.src#RID_POPUP_DLGED.SID_SHOW_PROPERTYBROWSER.menuitem.text
-msgctxt "basidesh.src#RID_POPUP_DLGED.SID_SHOW_PROPERTYBROWSER.menuitem.text"
+#. SdR)
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_POPUP_DLGED\n"
+"SID_SHOW_PROPERTYBROWSER\n"
+"menuitem.text"
msgid "Properties..."
msgstr "თვისებები..."
-#: basidesh.src#RID_STR_QUERYREPLACEMACRO.string.text
+#. aau`
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_QUERYREPLACEMACRO\n"
+"string.text"
msgid "Do you want to overwrite the XX macro?"
msgstr "გსურთ ზედ გადააწეროთ XX მაკროს?"
-#: basidesh.src#RID_STR_TRANSLATION_NOTLOCALIZED.string.text
+#. %DZ@
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_TRANSLATION_NOTLOCALIZED\n"
+"string.text"
msgid "<Not localized>"
msgstr "<ლოკალიზაციის გარეშე>"
-#: basidesh.src#RID_STR_TRANSLATION_DEFAULT.string.text
+#. ofo`
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_TRANSLATION_DEFAULT\n"
+"string.text"
msgid "[Default Language]"
msgstr "[ნაგულისხმევი ენა]"
-#: basidesh.src#RID_STR_DOCUMENT_OBJECTS.string.text
+#. G@B=
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_DOCUMENT_OBJECTS\n"
+"string.text"
msgid "Document Objects"
msgstr ""
-#: basidesh.src#RID_STR_USERFORMS.string.text
+#. ^X3N
+#: basidesh.src
#, fuzzy
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_USERFORMS\n"
+"string.text"
msgid "Forms"
msgstr ""
"#-#-#-#-# shells.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -585,22 +916,40 @@ msgstr ""
"#-#-#-#-# form.po (PACKAGE VERSION) #-#-#-#-#\n"
"ფორმა"
-#: basidesh.src#RID_STR_NORMAL_MODULES.string.text
-msgctxt "basidesh.src#RID_STR_NORMAL_MODULES.string.text"
+#. L4Z+
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_NORMAL_MODULES\n"
+"string.text"
msgid "Modules"
msgstr "მოდულები"
-#: basidesh.src#RID_STR_CLASS_MODULES.string.text
+#. Mx!0
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_CLASS_MODULES\n"
+"string.text"
msgid "Class Modules"
msgstr ""
-#: basidesh.src#RID_STR_DLGIMP_CLASH_RENAME.string.text
-msgctxt "basidesh.src#RID_STR_DLGIMP_CLASH_RENAME.string.text"
+#. M@CT
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_DLGIMP_CLASH_RENAME\n"
+"string.text"
msgid "Rename"
msgstr "გადარქმევა"
-#: basidesh.src#RID_STR_DLGIMP_CLASH_REPLACE.string.text
+#. eq\m
+#: basidesh.src
#, fuzzy
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_DLGIMP_CLASH_REPLACE\n"
+"string.text"
msgid "Replace"
msgstr ""
"#-#-#-#-# misc.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -616,11 +965,21 @@ msgstr ""
"#-#-#-#-# items.po (PACKAGE VERSION) #-#-#-#-#\n"
"ჩანაცვლებაჰ"
-#: basidesh.src#RID_STR_DLGIMP_CLASH_TITLE.string.text
+#. W@VC
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_DLGIMP_CLASH_TITLE\n"
+"string.text"
msgid "Dialog Import - Name already used"
msgstr ""
-#: basidesh.src#RID_STR_DLGIMP_CLASH_TEXT.string.text
+#. T3_B
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_DLGIMP_CLASH_TEXT\n"
+"string.text"
msgid ""
"The library already contains a dialog with the name:\n"
"\n"
@@ -630,19 +989,39 @@ msgid ""
" "
msgstr ""
-#: basidesh.src#RID_STR_DLGIMP_MISMATCH_ADD.string.text
+#. :_6e
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_DLGIMP_MISMATCH_ADD\n"
+"string.text"
msgid "Add"
msgstr "დამატება"
-#: basidesh.src#RID_STR_DLGIMP_MISMATCH_OMIT.string.text
+#. Yr+\
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_DLGIMP_MISMATCH_OMIT\n"
+"string.text"
msgid "Omit"
-msgstr ""
-
-#: basidesh.src#RID_STR_DLGIMP_MISMATCH_TITLE.string.text
+msgstr "გამოტოვება"
+
+#. ^T?v
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_DLGIMP_MISMATCH_TITLE\n"
+"string.text"
msgid "Dialog Import - Language Mismatch"
-msgstr ""
-
-#: basidesh.src#RID_STR_DLGIMP_MISMATCH_TEXT.string.text
+msgstr "დიალოგის იმპორტი - ენა არ ემთხვევა"
+
+#. :5]p
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_DLGIMP_MISMATCH_TEXT\n"
+"string.text"
msgid ""
"The dialog to be imported supports other languages than the target library.\n"
"\n"
@@ -651,175 +1030,559 @@ msgid ""
"Note: For languages not supported by the dialog the resources of the dialog's default language will be used.\n"
" "
msgstr ""
+"იმპორტირებულ დიალოგს სამიზნე ბიბლიოთეკის გარდა სხვა ენების მხარდაჭერაც აქვს.\n"
+"დიალოგის დამატებითი ენის რესურსების გამოსაყენებლად დაამატეთ ეს ენები ბიბლიოთეკას, ან გამოტოვეთ ბიბლიოთეკის ახლანდელი ენის დასატოვებლად.\n"
+"შენიშვნა: იმ ენებისთვის, რომელთა მხარდაჭერაც დიალოგს არ აქვს, მოხდება დიალოგის default ენის გამოყენება.\n"
+" "
-#: basidesh.src#RID_STR_GETLINE.string.text
+#. cm14
+#: basidesh.src
+msgctxt ""
+"basidesh.src\n"
+"RID_STR_GETLINE\n"
+"string.text"
msgid "Goto Line"
-msgstr ""
+msgstr "ხაზზე გადასვლა"
+
+#. t.GK
+#: moptions.src
+msgctxt ""
+"moptions.src\n"
+"RID_MACROOPTIONS\n"
+"RID_FT_DESCR\n"
+"fixedtext.text"
+msgid "Description"
+msgstr "აღწერილობა"
-#: basicprint.src#RID_PRINTDLG_STRLIST.1.itemlist.text
-#, fuzzy
-msgid "Print range"
-msgstr ""
-"#-#-#-#-# pagedlg.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ბეჭდვის შუალედი\n"
-"#-#-#-#-# dialogs.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ბეჭდვის არე"
+#. lKY=
+#: moptions.src
+msgctxt ""
+"moptions.src\n"
+"RID_MACROOPTIONS\n"
+"RID_FL_HELP\n"
+"fixedline.text"
+msgid "Help information"
+msgstr "დახმარების ინფორმაცია"
-#: basicprint.src#RID_PRINTDLG_STRLIST.2.itemlist.text
-msgid "All ~Pages"
-msgstr ""
+#. ?gj(
+#: moptions.src
+msgctxt ""
+"moptions.src\n"
+"RID_MACROOPTIONS\n"
+"RID_FT_HELPID\n"
+"fixedtext.text"
+msgid "Help ID"
+msgstr "დახმარების ID"
-#: basicprint.src#RID_PRINTDLG_STRLIST.3.itemlist.text
-msgid "Pa~ges"
-msgstr "გვერდები"
+#. -p|Q
+#: moptions.src
+msgctxt ""
+"moptions.src\n"
+"RID_MACROOPTIONS\n"
+"RID_FT_HELPNAME\n"
+"fixedtext.text"
+msgid "Help file name"
+msgstr "დახმარების ფაილის სახელი"
-#: brkdlg.src#RID_BASICIDE_BREAKPOINTDLG.RID_PB_NEW.pushbutton.text
+#. #``S
+#: moptions.src
+msgctxt ""
+"moptions.src\n"
+"RID_MACROOPTIONS\n"
+"modaldialog.text"
+msgid "Description"
+msgstr "აღწერილობა"
+
+#. Mq-_
+#: brkdlg.src
+msgctxt ""
+"brkdlg.src\n"
+"RID_BASICIDE_BREAKPOINTDLG\n"
+"RID_PB_NEW\n"
+"pushbutton.text"
msgid "New"
msgstr "ახალი"
-#: brkdlg.src#RID_BASICIDE_BREAKPOINTDLG.RID_PB_DEL.pushbutton.text
-msgctxt "brkdlg.src#RID_BASICIDE_BREAKPOINTDLG.RID_PB_DEL.pushbutton.text"
+#. qYmA
+#: brkdlg.src
+msgctxt ""
+"brkdlg.src\n"
+"RID_BASICIDE_BREAKPOINTDLG\n"
+"RID_PB_DEL\n"
+"pushbutton.text"
msgid "Delete"
msgstr "წაშლა"
-#: brkdlg.src#RID_BASICIDE_BREAKPOINTDLG.RID_CHKB_ACTIVE.checkbox.text
-msgctxt "brkdlg.src#RID_BASICIDE_BREAKPOINTDLG.RID_CHKB_ACTIVE.checkbox.text"
+#. I$iQ
+#: brkdlg.src
+msgctxt ""
+"brkdlg.src\n"
+"RID_BASICIDE_BREAKPOINTDLG\n"
+"RID_CHKB_ACTIVE\n"
+"checkbox.text"
msgid "Active"
msgstr "აქტიური"
-#: brkdlg.src#RID_BASICIDE_BREAKPOINTDLG.RID_FT_PASS.fixedtext.text
+#. jk[T
+#: brkdlg.src
+msgctxt ""
+"brkdlg.src\n"
+"RID_BASICIDE_BREAKPOINTDLG\n"
+"RID_FT_PASS\n"
+"fixedtext.text"
msgid "Pass Count:"
msgstr "გატარების ანათვალი:"
-#: brkdlg.src#RID_BASICIDE_BREAKPOINTDLG.RID_FT_BRKPOINTS.fixedtext.text
+#. WAj7
+#: brkdlg.src
+msgctxt ""
+"brkdlg.src\n"
+"RID_BASICIDE_BREAKPOINTDLG\n"
+"RID_FT_BRKPOINTS\n"
+"fixedtext.text"
msgid "Breakpoints"
msgstr "წყვეტის წერტილები"
-#: brkdlg.src#RID_BASICIDE_BREAKPOINTDLG.modaldialog.text
-msgctxt "brkdlg.src#RID_BASICIDE_BREAKPOINTDLG.modaldialog.text"
+#. jB*a
+#: brkdlg.src
+msgctxt ""
+"brkdlg.src\n"
+"RID_BASICIDE_BREAKPOINTDLG\n"
+"modaldialog.text"
msgid "Manage Breakpoints"
msgstr "წყვეტის წერტილების მართვა"
-#: objdlg.src#RID_BASICIDE_OBJCAT.RID_TB_TOOLBOX.TBITEM_SHOW.toolboxitem.text
-msgid "Show"
-msgstr "ჩვენება"
-
-#: objdlg.src#RID_BASICIDE_OBJCAT.dockingwindow.text
-msgid "Object Catalog"
-msgstr ""
-
-#: objdlg.src#RID_STR_TLB_MACROS.string.text
-#, fuzzy
-msgid "Objects Tree"
-msgstr "ობიექტები"
+#. D?0f
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_TD_ORGANIZE.RID_TC_ORGANIZE\n"
+"RID_TP_MOD\n"
+"pageitem.text"
+msgid "Modules"
+msgstr "მოდულები"
-#: moptions.src#RID_MACROOPTIONS.RID_FT_DESCR.fixedtext.text
-msgctxt "moptions.src#RID_MACROOPTIONS.RID_FT_DESCR.fixedtext.text"
-msgid "Description"
-msgstr "აღწერილობა"
+#. W_]=
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_TD_ORGANIZE.RID_TC_ORGANIZE\n"
+"RID_TP_DLG\n"
+"pageitem.text"
+msgid "Dialogs"
+msgstr "დიალოგები"
-#: moptions.src#RID_MACROOPTIONS.RID_FL_HELP.fixedline.text
-msgid "Help information"
-msgstr "დახმარების ინფორმაცია"
+#. 36Js
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_TD_ORGANIZE.RID_TC_ORGANIZE\n"
+"RID_TP_LIB\n"
+"pageitem.text"
+msgid "Libraries"
+msgstr "ბიბლიოთეკები"
-#: moptions.src#RID_MACROOPTIONS.RID_FT_HELPID.fixedtext.text
-msgid "Help ID"
-msgstr "დახმარების ID"
+#. !*g@
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_TD_ORGANIZE\n"
+"tabdialog.text"
+msgid "%PRODUCTNAME Basic Macro Organizer"
+msgstr "%PRODUCTNAME მაკროების ძირითადი მნე"
-#: moptions.src#RID_MACROOPTIONS.RID_FT_HELPNAME.fixedtext.text
-msgid "Help file name"
-msgstr "დახმარების ფაილის სახელი"
+#. i6H6
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_TP_MODULS\n"
+"RID_STR_LIB\n"
+"fixedtext.text"
+msgid "M~odule"
+msgstr "მ~ოდული"
-#: moptions.src#RID_MACROOPTIONS.modaldialog.text
-msgctxt "moptions.src#RID_MACROOPTIONS.modaldialog.text"
-msgid "Description"
-msgstr "აღწერილობა"
+#. }0uw
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_TP_MODULS\n"
+"RID_PB_EDIT\n"
+"pushbutton.text"
+msgid "~Edit"
+msgstr "~რედაქტირება"
-#: macrodlg.src#RID_MACROCHOOSER.RID_TXT_MACROSIN.fixedtext.text
-msgid "Existing macros ~in:"
-msgstr "არსებული მაკროე~ბი:"
+#. sCzN
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_TP_MODULS\n"
+"RID_PB_CLOSE\n"
+"cancelbutton.text"
+msgid "Close"
+msgstr "დახურვა"
-#: macrodlg.src#RID_MACROCHOOSER.RID_TXT_MACRONAME.fixedtext.text
-msgid "~Macro name"
-msgstr "~მაკროს სახელი"
+#. ,ASe
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_TP_MODULS\n"
+"RID_PB_NEWMOD\n"
+"pushbutton.text"
+msgid "~New..."
+msgstr "~ახალი..."
-#: macrodlg.src#RID_MACROCHOOSER.RID_TXT_MACROFROM.fixedtext.text
-msgid "Macro ~from"
-msgstr "მაკრო ~დან"
+#. WT=T
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_TP_MODULS\n"
+"RID_PB_NEWDLG\n"
+"pushbutton.text"
+msgid "~New..."
+msgstr "~ახალი..."
-#: macrodlg.src#RID_MACROCHOOSER.RID_TXT_SAVEMACRO.fixedtext.text
-msgid "Save m~acro in"
-msgstr "შეინახე მა~კრო"
+#. frR:
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_TP_MODULS\n"
+"RID_PB_DELETE\n"
+"pushbutton.text"
+msgid "~Delete"
+msgstr "~წაშლა"
-#: macrodlg.src#RID_MACROCHOOSER.RID_TXT_DESCRIPTION.fixedtext.text
-msgid "De~scription"
-msgstr "აღწ~ერილობა"
+#. #kf+
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_TP_DLGS\n"
+"RID_STR_LIB\n"
+"fixedtext.text"
+msgid "Dialog"
+msgstr "დიალოგი"
-#: macrodlg.src#RID_MACROCHOOSER.RID_PB_RUN.pushbutton.text
-msgid "R~un"
-msgstr "გაშ~ვება"
+#. Fpj/
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_TP_DLGS\n"
+"RID_PB_EDIT\n"
+"pushbutton.text"
+msgid "~Edit"
+msgstr "~რედაქტირება"
-#: macrodlg.src#RID_MACROCHOOSER.RID_PB_CLOSE.cancelbutton.text
-msgctxt "macrodlg.src#RID_MACROCHOOSER.RID_PB_CLOSE.cancelbutton.text"
+#. ~UGN
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_TP_DLGS\n"
+"RID_PB_CLOSE\n"
+"cancelbutton.text"
msgid "Close"
msgstr "დახურვა"
-#: macrodlg.src#RID_MACROCHOOSER.RID_PB_ASSIGN.pushbutton.text
-msgid "~Assign..."
-msgstr "~მინიჭება..."
+#. ABdx
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_TP_DLGS\n"
+"RID_PB_NEWMOD\n"
+"pushbutton.text"
+msgid "~New..."
+msgstr "~ახალი..."
+
+#. JU]Z
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_TP_DLGS\n"
+"RID_PB_NEWDLG\n"
+"pushbutton.text"
+msgid "~New..."
+msgstr "~ახალი..."
+
+#. YAwH
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_TP_DLGS\n"
+"RID_PB_DELETE\n"
+"pushbutton.text"
+msgid "~Delete"
+msgstr "~წაშლა"
+
+#. 78@@
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_TP_LIBS\n"
+"RID_STR_BASICS\n"
+"fixedtext.text"
+msgid "L~ocation"
+msgstr "მდ~ებარეობა"
+
+#. nCdL
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_TP_LIBS\n"
+"RID_STR_LIB\n"
+"fixedtext.text"
+msgid "~Library"
+msgstr "~ბიბლიოთეკა"
-#: macrodlg.src#RID_MACROCHOOSER.RID_PB_EDIT.pushbutton.text
-msgctxt "macrodlg.src#RID_MACROCHOOSER.RID_PB_EDIT.pushbutton.text"
+#. \U8x
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_TP_LIBS\n"
+"RID_PB_EDIT\n"
+"pushbutton.text"
msgid "~Edit"
msgstr "~რედაქტირება"
-#: macrodlg.src#RID_MACROCHOOSER.RID_PB_NEWLIB.pushbutton.text
-msgid "New ~Library"
-msgstr "ახალი ~ბიბლიოთეკა"
+#. hP(Q
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_TP_LIBS\n"
+"RID_PB_CLOSE\n"
+"cancelbutton.text"
+msgid "Close"
+msgstr "დახურვა"
+
+#. 1tDJ
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_TP_LIBS\n"
+"RID_PB_PASSWORD\n"
+"pushbutton.text"
+msgid "~Password..."
+msgstr "~პაროლი..."
+
+#. A^5`
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_TP_LIBS\n"
+"RID_PB_NEWLIB\n"
+"pushbutton.text"
+msgid "~New..."
+msgstr "~ახალი..."
+
+#. VTeK
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_TP_LIBS\n"
+"RID_PB_APPEND\n"
+"pushbutton.text"
+msgid "~Import..."
+msgstr "~იმპორტი..."
-#: macrodlg.src#RID_MACROCHOOSER.RID_PB_NEWMOD.pushbutton.text
-msgid "New M~odule"
-msgstr "ახალი მ~ოდული"
+#. NG%_
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_TP_LIBS\n"
+"RID_PB_EXPORT\n"
+"pushbutton.text"
+msgid "E~xport..."
+msgstr "ე~ქსპორტი..."
-#: macrodlg.src#RID_MACROCHOOSER.RID_PB_DEL.pushbutton.text
-msgctxt "macrodlg.src#RID_MACROCHOOSER.RID_PB_DEL.pushbutton.text"
+#. zp?S
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_TP_LIBS\n"
+"RID_PB_DELETE\n"
+"pushbutton.text"
msgid "~Delete"
msgstr "~წაშლა"
-#: macrodlg.src#RID_MACROCHOOSER.RID_PB_ORG.pushbutton.text
-msgid "~Organizer..."
-msgstr "~მოწესრიგება..."
+#. Kc.v
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_DLG_LIBS\n"
+"RID_FL_OPTIONS\n"
+"fixedline.text"
+msgid "Options"
+msgstr "პარამეტრები"
+
+#. Y1`2
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_DLG_LIBS\n"
+"RID_CB_REF\n"
+"checkbox.text"
+msgid "Insert as reference (read-only)"
+msgstr "ჩასმა როგორც მიმართვა(მხოლოდ კითხვადი)"
+
+#. 4c8N
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_DLG_LIBS\n"
+"RID_CB_REPL\n"
+"checkbox.text"
+msgid "Replace existing libraries"
+msgstr "არსებული ბიბლიოთეკების ჩანაცვლება"
-#: macrodlg.src#RID_MACROCHOOSER.modaldialog.text
-msgid "%PRODUCTNAME Basic Macros"
-msgstr "%PRODUCTNAME ძირითადი მაკროები"
+#. p;}g
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_DLG_GOTOLINE\n"
+"RID_FT_LINE\n"
+"fixedtext.text"
+msgid "~Line Number:"
+msgstr ""
+
+#. `(e~
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_DLG_NEWLIB\n"
+"RID_FT_NEWLIB\n"
+"fixedtext.text"
+msgid "~Name:"
+msgstr "~სახელი:"
-#: macrodlg.src#RID_STR_STDMACRONAME.string.text
-msgid "Macro"
-msgstr "მაკრო"
+#. iO@h
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_DLG_EXPORT\n"
+"RB_EXPORTASPACKAGE\n"
+"radiobutton.text"
+msgid "Export as ~extension"
+msgstr "გა~ფართოებად ექპორტი"
-#: macrodlg.src#RID_STR_BTNDEL.string.text
-msgctxt "macrodlg.src#RID_STR_BTNDEL.string.text"
+#. 9)l.
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_DLG_EXPORT\n"
+"RB_EXPORTASBASIC\n"
+"radiobutton.text"
+msgid "Export as BASIC library"
+msgstr "BASIC-ის ბიბლოითეკად ექსპორტი"
+
+#. \D2F
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_DLG_EXPORT\n"
+"modaldialog.text"
+msgid "Export Basic library"
+msgstr "ძირითადი ბიბლოთეკის ექსპორტი"
+
+#. T7$-
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_STR_EXPORTPACKAGE\n"
+"string.text"
+msgid "Export library as extension"
+msgstr "ბიბლიოთეკის გაფართოებად ექპორტი."
+
+#. rsB+
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_STR_EXPORTBASIC\n"
+"string.text"
+msgid "Export as BASIC library"
+msgstr "BASIC-ის ბიბლიოთეკად ექსპორტი"
+
+#. /g+L
+#: moduldlg.src
+msgctxt ""
+"moduldlg.src\n"
+"RID_STR_PACKAGE_BUNDLE\n"
+"string.text"
+msgid "Extension"
+msgstr "გაფართოება"
+
+#. ch4W
+#: macrodlg.src
+msgctxt ""
+"macrodlg.src\n"
+"RID_STR_BTNDEL\n"
+"string.text"
msgid "~Delete"
msgstr "~წაშლა"
-#: macrodlg.src#RID_STR_BTNNEW.string.text
+#. ,b1I
+#: macrodlg.src
+msgctxt ""
+"macrodlg.src\n"
+"RID_STR_BTNNEW\n"
+"string.text"
msgid "~New"
msgstr "~ახალი"
-#: macrodlg.src#RID_STR_CLOSE.string.text
-msgctxt "macrodlg.src#RID_STR_CLOSE.string.text"
-msgid "Close"
-msgstr "დახურვა"
-
-#: macrodlg.src#RID_STR_CHOOSE.string.text
+#. Kn8D
+#: macrodlg.src
+msgctxt ""
+"macrodlg.src\n"
+"RID_STR_CHOOSE\n"
+"string.text"
msgid "Choose"
msgstr "არჩევა"
-#: macrodlg.src#RID_STR_RUN.string.text
+#. ic*r
+#: macrodlg.src
+msgctxt ""
+"macrodlg.src\n"
+"RID_STR_RUN\n"
+"string.text"
msgid "Run"
msgstr "გაშვება"
-#: macrodlg.src#RID_STR_RECORD.string.text
+#. ,D#!
+#: macrodlg.src
+msgctxt ""
+"macrodlg.src\n"
+"RID_STR_RECORD\n"
+"string.text"
msgid "~Save"
msgstr "~შენახვა"
+
+#. pRPI
+#: basicprint.src
+#, fuzzy
+msgctxt ""
+"basicprint.src\n"
+"RID_PRINTDLG_STRLIST\n"
+"1\n"
+"itemlist.text"
+msgid "Print range"
+msgstr ""
+"#-#-#-#-# pagedlg.po (PACKAGE VERSION) #-#-#-#-#\n"
+"ბეჭდვის შუალედი\n"
+"#-#-#-#-# dialogs.po (PACKAGE VERSION) #-#-#-#-#\n"
+"ბეჭდვის არე"
+
+#. D_5S
+#: basicprint.src
+msgctxt ""
+"basicprint.src\n"
+"RID_PRINTDLG_STRLIST\n"
+"2\n"
+"itemlist.text"
+msgid "All ~Pages"
+msgstr ""
+
+#. 2N4s
+#: basicprint.src
+msgctxt ""
+"basicprint.src\n"
+"RID_PRINTDLG_STRLIST\n"
+"3\n"
+"itemlist.text"
+msgid "Pa~ges"
+msgstr "გვერდები"
diff --git a/source/ka/basctl/source/dlged.po b/source/ka/basctl/source/dlged.po
index 46685d11cf7..369d35731d1 100644
--- a/source/ka/basctl/source/dlged.po
+++ b/source/ka/basctl/source/dlged.po
@@ -1,9 +1,9 @@
-#. extracted from basctl/source/dlged.oo
+#. extracted from basctl/source/dlged
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+basctl%2Fsource%2Fdlged.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,50 +12,114 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: managelang.src#RID_DLG_MANAGE_LANGUAGE.FT_LANGUAGE.fixedtext.text
+#. DhnW
+#: managelang.src
+msgctxt ""
+"managelang.src\n"
+"RID_DLG_MANAGE_LANGUAGE\n"
+"FT_LANGUAGE\n"
+"fixedtext.text"
msgid "Present Languages"
msgstr "ენების წარმოჩენა"
-#: managelang.src#RID_DLG_MANAGE_LANGUAGE.PB_ADD_LANG.pushbutton.text
+#. JGIq
+#: managelang.src
+msgctxt ""
+"managelang.src\n"
+"RID_DLG_MANAGE_LANGUAGE\n"
+"PB_ADD_LANG\n"
+"pushbutton.text"
msgid "Add..."
msgstr "დამატება..."
-#: managelang.src#RID_DLG_MANAGE_LANGUAGE.PB_DEL_LANG.pushbutton.text
+#. _oXj
+#: managelang.src
+msgctxt ""
+"managelang.src\n"
+"RID_DLG_MANAGE_LANGUAGE\n"
+"PB_DEL_LANG\n"
+"pushbutton.text"
msgid "Delete"
msgstr "წაშლა"
-#: managelang.src#RID_DLG_MANAGE_LANGUAGE.PB_MAKE_DEFAULT.pushbutton.text
+#. p]vE
+#: managelang.src
+msgctxt ""
+"managelang.src\n"
+"RID_DLG_MANAGE_LANGUAGE\n"
+"PB_MAKE_DEFAULT\n"
+"pushbutton.text"
msgid "Default"
msgstr "ნაგულისხმევი"
-#: managelang.src#RID_DLG_MANAGE_LANGUAGE.FT_INFO.fixedtext.text
+#. }IS0
+#: managelang.src
+msgctxt ""
+"managelang.src\n"
+"RID_DLG_MANAGE_LANGUAGE\n"
+"FT_INFO\n"
+"fixedtext.text"
msgid "The default language is used if no localization for a user interface locale is present. Furthermore all strings from the default language are copied to resources of newly added languages."
msgstr "თუ მომხმარებლის ინტერფეისის ლოკალისათვის ვერ მოიძებნა ლოკალიზაცია, მაშინ ნაგულისხმევი ენა იქნება გამოიყენებული. შემდგომში ყველა პწკარის ასლის გადაღება მოხდება ნაგულისხმევი ენიდან ახლად დამატებული ენის რესურსებში."
-#: managelang.src#RID_DLG_MANAGE_LANGUAGE.PB_CLOSE.okbutton.text
+#. *TMb
+#: managelang.src
+msgctxt ""
+"managelang.src\n"
+"RID_DLG_MANAGE_LANGUAGE\n"
+"PB_CLOSE\n"
+"okbutton.text"
msgid "~Close"
msgstr "~დახურვა"
-#: managelang.src#RID_DLG_MANAGE_LANGUAGE.STR_DEF_LANG.string.text
+#. SfP_
+#: managelang.src
+msgctxt ""
+"managelang.src\n"
+"RID_DLG_MANAGE_LANGUAGE\n"
+"STR_DEF_LANG\n"
+"string.text"
msgid "[Default Language]"
msgstr "[ ნაგულისხმევი ენა ]"
-#: managelang.src#RID_DLG_MANAGE_LANGUAGE.STR_DELETE.string.text
+#. so),
+#: managelang.src
+msgctxt ""
+"managelang.src\n"
+"RID_DLG_MANAGE_LANGUAGE\n"
+"STR_DELETE\n"
+"string.text"
msgid "~Delete"
msgstr "~წაშლა"
-#: managelang.src#RID_DLG_MANAGE_LANGUAGE.STR_CREATE_LANG.string.text
+#. @,QV
+#: managelang.src
+msgctxt ""
+"managelang.src\n"
+"RID_DLG_MANAGE_LANGUAGE\n"
+"STR_CREATE_LANG\n"
+"string.text"
msgid "<Press 'Add' to create language resources>"
msgstr "<დაწკაპეთ „დამატება“ ენის რესურსთა შესქმნელად>"
-#: managelang.src#RID_DLG_MANAGE_LANGUAGE.modaldialog.text
+#. Z@]S
+#: managelang.src
+msgctxt ""
+"managelang.src\n"
+"RID_DLG_MANAGE_LANGUAGE\n"
+"modaldialog.text"
msgid "Manage User Interface Languages [$1]"
msgstr "მომხმარებლის ინტერფეისის ენების მართვა [$1]"
-#: managelang.src#RID_QRYBOX_LANGUAGE.querybox.text
+#. {@Ru
+#: managelang.src
+msgctxt ""
+"managelang.src\n"
+"RID_QRYBOX_LANGUAGE\n"
+"querybox.text"
msgid ""
"You are about to delete the resources for the selected language(s). All user interface strings for this language(s) will be deleted.\n"
"\n"
@@ -65,42 +129,97 @@ msgstr ""
"\n"
"ნამდვილად გსურთ წაშალოთ რესურსები მონიშნული ენებისათვის? "
-#: managelang.src#RID_QRYBOX_LANGUAGE.querybox.title
+#. Q13J
+#: managelang.src
+msgctxt ""
+"managelang.src\n"
+"RID_QRYBOX_LANGUAGE\n"
+"querybox.title"
msgid "Delete Language Resources"
msgstr "ენის რესურსების წაშლა"
-#: managelang.src#RID_DLG_SETDEF_LANGUAGE.FT_DEF_LANGUAGE.fixedtext.text
+#. Ag$]
+#: managelang.src
+msgctxt ""
+"managelang.src\n"
+"RID_DLG_SETDEF_LANGUAGE\n"
+"FT_DEF_LANGUAGE\n"
+"fixedtext.text"
msgid "Default language"
msgstr "სტანდარტული ენა"
-#: managelang.src#RID_DLG_SETDEF_LANGUAGE.FT_DEF_INFO.fixedtext.text
+#. ?(~F
+#: managelang.src
+msgctxt ""
+"managelang.src\n"
+"RID_DLG_SETDEF_LANGUAGE\n"
+"FT_DEF_INFO\n"
+"fixedtext.text"
msgid "Select a language to define the default user interface language. All currently present strings will be assigned to the resources created for the selected language."
msgstr "ამოირჩიეთ ენა ნაგულისხმევი მომხმარებლის ინტერფეისის ენის განსასაზღვრად. ამჟამად არსებული ყველა პწკარი მიენიჭება არჩეული ენისათვის შექმნილ რესურსებს."
-#: managelang.src#RID_DLG_SETDEF_LANGUAGE.STR_ADDLANG_TITLE.string.text
+#. 0~l0
+#: managelang.src
+msgctxt ""
+"managelang.src\n"
+"RID_DLG_SETDEF_LANGUAGE\n"
+"STR_ADDLANG_TITLE\n"
+"string.text"
msgid "Add User Interface Languages"
msgstr "მომხმარებლის ინტერფეისის ენების დამატება"
-#: managelang.src#RID_DLG_SETDEF_LANGUAGE.STR_ADDLANG_LABEL.string.text
+#. \JB_
+#: managelang.src
+msgctxt ""
+"managelang.src\n"
+"RID_DLG_SETDEF_LANGUAGE\n"
+"STR_ADDLANG_LABEL\n"
+"string.text"
msgid "Available Languages"
msgstr "ხელმისაწვდომი ენები"
-#: managelang.src#RID_DLG_SETDEF_LANGUAGE.STR_ADDLANG_INFO.string.text
+#. OuG~
+#: managelang.src
+msgctxt ""
+"managelang.src\n"
+"RID_DLG_SETDEF_LANGUAGE\n"
+"STR_ADDLANG_INFO\n"
+"string.text"
msgid "Select languages to be added. Resources for these languages will be created in the library. Strings of the current default user interface language will be copied to these new resources by default."
msgstr "ამოირჩიეთ დასამატებელი ენები. ბიბლიოთეკაში შეიქმნება რესურსები ამ ენებისათვის. მიმდინარე ნაგულისხმევი მომხმარებლის ინტრეფეისის ენის პწკარების ასლები გადაიღება ამ ახალ რესურსებში ნაგულისხმევად."
-#: managelang.src#RID_DLG_SETDEF_LANGUAGE.modaldialog.text
+#. 6a+c
+#: managelang.src
+msgctxt ""
+"managelang.src\n"
+"RID_DLG_SETDEF_LANGUAGE\n"
+"modaldialog.text"
msgid "Set Default User Interface Language"
msgstr "მომხმარებლის ინტერფეისის ნაგულისხმევი ენის დაყენება"
-#: dlgresid.src#RID_STR_BRWTITLE_PROPERTIES.string.text
+#. ]nNM
+#: dlgresid.src
+msgctxt ""
+"dlgresid.src\n"
+"RID_STR_BRWTITLE_PROPERTIES\n"
+"string.text"
msgid "Properties: "
msgstr "თვისებები: "
-#: dlgresid.src#RID_STR_BRWTITLE_NO_PROPERTIES.string.text
+#. I_7p
+#: dlgresid.src
+msgctxt ""
+"dlgresid.src\n"
+"RID_STR_BRWTITLE_NO_PROPERTIES\n"
+"string.text"
msgid "No Control marked"
msgstr "არცერთი კონტროლი არ არის მონიშნული"
-#: dlgresid.src#RID_STR_BRWTITLE_MULTISELECT.string.text
+#. ,!pS
+#: dlgresid.src
+msgctxt ""
+"dlgresid.src\n"
+"RID_STR_BRWTITLE_MULTISELECT\n"
+"string.text"
msgid "Multiselection"
msgstr "მრავლობითი არჩევა"
diff --git a/source/ka/basctl/uiconfig/basicide/ui.po b/source/ka/basctl/uiconfig/basicide/ui.po
new file mode 100644
index 00000000000..9cae806716b
--- /dev/null
+++ b/source/ka/basctl/uiconfig/basicide/ui.po
@@ -0,0 +1,68 @@
+#. extracted from basctl/uiconfig/basicide/ui
+msgid ""
+msgstr ""
+"Project-Id-Version: LibO 40l10n\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
+"PO-Revision-Date: 2012-11-17 19:02+0200\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: ka\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
+
+#. dCgB
+#: basicmacrodialog.ui
+msgctxt ""
+"basicmacrodialog.ui\n"
+"BasicMacroDialog\n"
+"title\n"
+"string.text"
+msgid "%PRODUCTNAME Basic Macros"
+msgstr "%PRODUCTNAME ძირითადი მაკროები"
+
+#. ;$kl
+#: basicmacrodialog.ui
+#, fuzzy
+msgctxt ""
+"basicmacrodialog.ui\n"
+"existingmacrosft\n"
+"label\n"
+"string.text"
+msgid "Existing macros in:"
+msgstr "არსებული მაკროე~ბი:"
+
+#. peL)
+#: basicmacrodialog.ui
+#, fuzzy
+msgctxt ""
+"basicmacrodialog.ui\n"
+"macrofromft\n"
+"label\n"
+"string.text"
+msgid "Macro from"
+msgstr "მაკრო ~დან"
+
+#. O@}F
+#: basicmacrodialog.ui
+#, fuzzy
+msgctxt ""
+"basicmacrodialog.ui\n"
+"macrotoft\n"
+"label\n"
+"string.text"
+msgid "Save macro in"
+msgstr "შეინახე მა~კრო"
+
+#. 0h%}
+#: basicmacrodialog.ui
+msgctxt ""
+"basicmacrodialog.ui\n"
+"libraryft1\n"
+"label\n"
+"string.text"
+msgid "Macro name"
+msgstr "მაკროს სახელი"
diff --git a/source/ka/basic/source/classes.po b/source/ka/basic/source/classes.po
index aeaf673e39f..468c53d8d1d 100644
--- a/source/ka/basic/source/classes.po
+++ b/source/ka/basic/source/classes.po
@@ -1,9 +1,9 @@
-#. extracted from basic/source/classes.oo
+#. extracted from basic/source/classes
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+basic%2Fsource%2Fclasses.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,551 +12,1357 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: sb.src#RID_BASIC_START.SbERR_SYNTAX___ERRCODE_RES_MASK.string.text
+#. 1SiU
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_SYNTAX & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Syntax error."
msgstr "სინტაქსური შეცომა."
-#: sb.src#RID_BASIC_START.SbERR_NO_GOSUB___ERRCODE_RES_MASK.string.text
+#. Zz8?
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_NO_GOSUB & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Return without Gosub."
msgstr "Return Gosub-ის გარეშე."
-#: sb.src#RID_BASIC_START.SbERR_REDO_FROM_START___ERRCODE_RES_MASK.string.text
+#. S[$m
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_REDO_FROM_START & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Incorrect entry; please retry."
msgstr "ჩანაწერი არასწორია; გთხოვთ თავიდან ცადოთ."
-#: sb.src#RID_BASIC_START.SbERR_BAD_ARGUMENT___ERRCODE_RES_MASK.string.text
+#. ES_7
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_BAD_ARGUMENT & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Invalid procedure call."
msgstr "არასწორი პროცედურის გამოძახება."
-#: sb.src#RID_BASIC_START.SbERR_MATH_OVERFLOW___ERRCODE_RES_MASK.string.text
+#. ;hGR
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_MATH_OVERFLOW & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Overflow."
msgstr "გადავსება."
-#: sb.src#RID_BASIC_START.SbERR_NO_MEMORY___ERRCODE_RES_MASK.string.text
+#. \AfP
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_NO_MEMORY & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Not enough memory."
msgstr "არ არის საკმარისი მეხსიერება."
-#: sb.src#RID_BASIC_START.SbERR_ALREADY_DIM___ERRCODE_RES_MASK.string.text
+#. ml6H
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_ALREADY_DIM & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Array already dimensioned."
msgstr "მასივს უკვე გააჩნია განზომილებები."
-#: sb.src#RID_BASIC_START.SbERR_OUT_OF_RANGE___ERRCODE_RES_MASK.string.text
+#. b|NG
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_OUT_OF_RANGE & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Index out of defined range."
msgstr "ინდექსი განსაზღვრული შუალედის გარეთაა."
-#: sb.src#RID_BASIC_START.SbERR_DUPLICATE_DEF___ERRCODE_RES_MASK.string.text
+#. \~}O
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_DUPLICATE_DEF & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Duplicate definition."
msgstr "ორმაგი დეფინიცია."
-#: sb.src#RID_BASIC_START.SbERR_ZERODIV___ERRCODE_RES_MASK.string.text
+#. _#VG
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_ZERODIV & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Division by zero."
msgstr "ნულზე გაყოფა."
-#: sb.src#RID_BASIC_START.SbERR_VAR_UNDEFINED___ERRCODE_RES_MASK.string.text
+#. $4kM
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_VAR_UNDEFINED & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Variable not defined."
msgstr "ცვლადი არ არის განსაზღვრული."
-#: sb.src#RID_BASIC_START.SbERR_CONVERSION___ERRCODE_RES_MASK.string.text
+#. l6X6
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_CONVERSION & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Data type mismatch."
msgstr "მონაცემთა ტიპების აცდენა."
-#: sb.src#RID_BASIC_START.SbERR_BAD_PARAMETER___ERRCODE_RES_MASK.string.text
+#. jcL%
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_BAD_PARAMETER & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Invalid parameter."
msgstr "არასწორი პარამეტრი."
-#: sb.src#RID_BASIC_START.SbERR_USER_ABORT___ERRCODE_RES_MASK.string.text
+#. q/0#
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_USER_ABORT & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Process interrupted by user."
msgstr "პროცესი შეწყვეტილია მომხმარებლის მიერ."
-#: sb.src#RID_BASIC_START.SbERR_BAD_RESUME___ERRCODE_RES_MASK.string.text
+#. _dYH
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_BAD_RESUME & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Resume without error."
msgstr "შეცდომის გარეშე გაგრძელება."
-#: sb.src#RID_BASIC_START.SbERR_STACK_OVERFLOW___ERRCODE_RES_MASK.string.text
+#. hYO\
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_STACK_OVERFLOW & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Not enough stack memory."
msgstr "არასაკმარისი სტეკური მეხსიერება."
-#: sb.src#RID_BASIC_START.SbERR_PROC_UNDEFINED___ERRCODE_RES_MASK.string.text
+#. %_Dv
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_PROC_UNDEFINED & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Sub-procedure or function procedure not defined."
msgstr "ქვე-პროცედურა ან ფუნქცია არ არის განსაზვრული."
-#: sb.src#RID_BASIC_START.SbERR_BAD_DLL_LOAD___ERRCODE_RES_MASK.string.text
+#. 7rBQ
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_BAD_DLL_LOAD & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Error loading DLL file."
msgstr "შეცდომა DLL ფაილის ჩატვირთვისას."
-#: sb.src#RID_BASIC_START.SbERR_BAD_DLL_CALL___ERRCODE_RES_MASK.string.text
+#. :I|%
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_BAD_DLL_CALL & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Wrong DLL call convention."
msgstr "DLL-ის არასწორი გამოძახების კონვენცია."
-#: sb.src#RID_BASIC_START.SbERR_INTERNAL_ERROR___ERRCODE_RES_MASK.string.text
+#. [so#
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_INTERNAL_ERROR & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Internal error $(ARG1)."
msgstr "შიდა შეცდომა $(ARG1)."
-#: sb.src#RID_BASIC_START.SbERR_BAD_CHANNEL___ERRCODE_RES_MASK.string.text
+#. M75T
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_BAD_CHANNEL & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Invalid file name or file number."
msgstr "ფაილის სახელი ან ნომერი არასწორია."
-#: sb.src#RID_BASIC_START.SbERR_FILE_NOT_FOUND___ERRCODE_RES_MASK.string.text
+#. }_Yn
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_FILE_NOT_FOUND & ERRCODE_RES_MASK\n"
+"string.text"
msgid "File not found."
msgstr "ფაილი ვერ მოიძებნა."
-#: sb.src#RID_BASIC_START.SbERR_BAD_FILE_MODE___ERRCODE_RES_MASK.string.text
+#. ;Ybb
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_BAD_FILE_MODE & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Incorrect file mode."
msgstr "ფაილის რეჟიმი არასწორია."
-#: sb.src#RID_BASIC_START.SbERR_FILE_ALREADY_OPEN___ERRCODE_RES_MASK.string.text
+#. Zp9;
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_FILE_ALREADY_OPEN & ERRCODE_RES_MASK\n"
+"string.text"
msgid "File already open."
msgstr "ფაილი უკვე გახსნილია."
-#: sb.src#RID_BASIC_START.SbERR_IO_ERROR___ERRCODE_RES_MASK.string.text
+#. UsS4
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_IO_ERROR & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Device I/O error."
msgstr "მოწყობილობის I/O შეცდომა."
-#: sb.src#RID_BASIC_START.SbERR_FILE_EXISTS___ERRCODE_RES_MASK.string.text
+#. TIHT
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_FILE_EXISTS & ERRCODE_RES_MASK\n"
+"string.text"
msgid "File already exists."
msgstr "ფაილი უკვე არსებობს."
-#: sb.src#RID_BASIC_START.SbERR_BAD_RECORD_LENGTH___ERRCODE_RES_MASK.string.text
+#. os1N
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_BAD_RECORD_LENGTH & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Incorrect record length."
msgstr "ჩანაწერის სიგრძე არასწორია."
-#: sb.src#RID_BASIC_START.SbERR_DISK_FULL___ERRCODE_RES_MASK.string.text
+#. sZrg
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_DISK_FULL & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Disk or hard drive full."
msgstr "მყარი დისკი სავსეა."
-#: sb.src#RID_BASIC_START.SbERR_READ_PAST_EOF___ERRCODE_RES_MASK.string.text
+#. _s0e
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_READ_PAST_EOF & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Reading exceeds EOF."
msgstr "წაკითხვა აჭარბებს EOF-ს."
-#: sb.src#RID_BASIC_START.SbERR_BAD_RECORD_NUMBER___ERRCODE_RES_MASK.string.text
+#. /3x%
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_BAD_RECORD_NUMBER & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Incorrect record number."
msgstr "ჩანაწერის ნომერი არასწორია."
-#: sb.src#RID_BASIC_START.SbERR_TOO_MANY_FILES___ERRCODE_RES_MASK.string.text
+#. h4Q[
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_TOO_MANY_FILES & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Too many files."
msgstr "ძალიან ბევრი ფაილი."
-#: sb.src#RID_BASIC_START.SbERR_NO_DEVICE___ERRCODE_RES_MASK.string.text
+#. 5da~
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_NO_DEVICE & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Device not available."
msgstr "მოწყობილობა მიუწვდომელია."
-#: sb.src#RID_BASIC_START.SbERR_ACCESS_DENIED___ERRCODE_RES_MASK.string.text
+#. 84*.
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_ACCESS_DENIED & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Access denied."
msgstr "შეღწევა შეუძლებელია."
-#: sb.src#RID_BASIC_START.SbERR_NOT_READY___ERRCODE_RES_MASK.string.text
+#. gcYO
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_NOT_READY & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Disk not ready."
msgstr "დისკი არ არის მზად."
-#: sb.src#RID_BASIC_START.SbERR_NOT_IMPLEMENTED___ERRCODE_RES_MASK.string.text
+#. S!Ag
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_NOT_IMPLEMENTED & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Not implemented."
msgstr "არ არის ჩადებული."
-#: sb.src#RID_BASIC_START.SbERR_DIFFERENT_DRIVE___ERRCODE_RES_MASK.string.text
+#. sK~8
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_DIFFERENT_DRIVE & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Renaming on different drives impossible."
msgstr "სახელის შეცვლა სხვა დისკზე შეუძლებელია."
-#: sb.src#RID_BASIC_START.SbERR_ACCESS_ERROR___ERRCODE_RES_MASK.string.text
+#. hY25
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_ACCESS_ERROR & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Path/File access error."
msgstr "ფაილის/გზის მიწვდომის შეცდომა."
-#: sb.src#RID_BASIC_START.SbERR_PATH_NOT_FOUND___ERRCODE_RES_MASK.string.text
+#. Xsrw
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_PATH_NOT_FOUND & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Path not found."
msgstr "მდებარეობა ვერ მოიძებნა."
-#: sb.src#RID_BASIC_START.SbERR_NO_OBJECT___ERRCODE_RES_MASK.string.text
+#. H2ek
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_NO_OBJECT & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Object variable not set."
msgstr "ობიექტის ცვლადი არ არის დაყენებული."
-#: sb.src#RID_BASIC_START.SbERR_BAD_PATTERN___ERRCODE_RES_MASK.string.text
+#. t1Oh
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_BAD_PATTERN & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Invalid string pattern."
msgstr "სტრიქონის შაბლონი არასწორია."
-#: sb.src#RID_BASIC_START.SBERR_IS_NULL___ERRCODE_RES_MASK.string.text
+#. 1=Ek
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SBERR_IS_NULL & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Use of zero not permitted."
msgstr "ნულის გამოყენება დაუშვებელია."
-#: sb.src#RID_BASIC_START.SbERR_DDE_ERROR___ERRCODE_RES_MASK.string.text
+#. COPc
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_DDE_ERROR & ERRCODE_RES_MASK\n"
+"string.text"
msgid "DDE Error."
msgstr "DDE შეცდომა."
-#: sb.src#RID_BASIC_START.SbERR_DDE_WAITINGACK___ERRCODE_RES_MASK.string.text
+#. tGZl
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_DDE_WAITINGACK & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Awaiting response to DDE connection."
msgstr "ველოდები DDE კავშირის პასუხს."
-#: sb.src#RID_BASIC_START.SbERR_DDE_OUTOFCHANNELS___ERRCODE_RES_MASK.string.text
+#. 4!fm
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_DDE_OUTOFCHANNELS & ERRCODE_RES_MASK\n"
+"string.text"
msgid "No DDE channels available."
msgstr "DDE არხები მიუწვდომელია."
-#: sb.src#RID_BASIC_START.SbERR_DDE_NO_RESPONSE___ERRCODE_RES_MASK.string.text
+#. P*QO
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_DDE_NO_RESPONSE & ERRCODE_RES_MASK\n"
+"string.text"
msgid "No application responded to DDE connect initiation."
msgstr "პროგრამა არ გამოეხმაურა DDE კავშირის ინიციატივა."
-#: sb.src#RID_BASIC_START.SbERR_DDE_MULT_RESPONSES___ERRCODE_RES_MASK.string.text
+#. EOuh
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_DDE_MULT_RESPONSES & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Too many applications responded to DDE connect initiation."
msgstr "DDE კავშირის ინიციატივას გამოეხმაურა ზედმეტად ბევრი პროგრამა."
-#: sb.src#RID_BASIC_START.SbERR_DDE_CHANNEL_LOCKED___ERRCODE_RES_MASK.string.text
+#. fDA1
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_DDE_CHANNEL_LOCKED & ERRCODE_RES_MASK\n"
+"string.text"
msgid "DDE channel locked."
msgstr "DDE არხი ჩაკეტილია."
-#: sb.src#RID_BASIC_START.SbERR_DDE_NOTPROCESSED___ERRCODE_RES_MASK.string.text
+#. b+-d
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_DDE_NOTPROCESSED & ERRCODE_RES_MASK\n"
+"string.text"
msgid "External application cannot execute DDE operation."
msgstr "გარე პროგრამას არ შეუძლია გაუშვას DDE ოპერაცია."
-#: sb.src#RID_BASIC_START.SbERR_DDE_TIMEOUT___ERRCODE_RES_MASK.string.text
+#. B:IX
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_DDE_TIMEOUT & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Timeout while waiting for DDE response."
msgstr "DDE გამოხმაურების ლოდინში მოხდა დროის გასვლა."
-#: sb.src#RID_BASIC_START.SbERR_DDE_USER_INTERRUPT___ERRCODE_RES_MASK.string.text
+#. $TRU
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_DDE_USER_INTERRUPT & ERRCODE_RES_MASK\n"
+"string.text"
msgid "User pressed ESCAPE during DDE operation."
msgstr "DDE ოპერაციის დროს მომხმარებელმა დააჭირა ESCAPE ღილაკს."
-#: sb.src#RID_BASIC_START.SbERR_DDE_BUSY___ERRCODE_RES_MASK.string.text
+#. hPzU
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_DDE_BUSY & ERRCODE_RES_MASK\n"
+"string.text"
msgid "External application busy."
msgstr "გარე პროგრამა დაკავებულია."
-#: sb.src#RID_BASIC_START.SbERR_DDE_NO_DATA___ERRCODE_RES_MASK.string.text
+#. [Ik;
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_DDE_NO_DATA & ERRCODE_RES_MASK\n"
+"string.text"
msgid "DDE operation without data."
msgstr "DDE ოპერაცია მონაცემების გარეშე."
-#: sb.src#RID_BASIC_START.SbERR_DDE_WRONG_DATA_FORMAT___ERRCODE_RES_MASK.string.text
+#. NydK
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_DDE_WRONG_DATA_FORMAT & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Data are in wrong format."
msgstr "მონაცემები არასწორ ფორმატშია."
-#: sb.src#RID_BASIC_START.SbERR_DDE_PARTNER_QUIT___ERRCODE_RES_MASK.string.text
+#. G?W:
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_DDE_PARTNER_QUIT & ERRCODE_RES_MASK\n"
+"string.text"
msgid "External application has been terminated."
msgstr "გარე პროგრამა შეწყდა."
-#: sb.src#RID_BASIC_START.SbERR_DDE_CONV_CLOSED___ERRCODE_RES_MASK.string.text
+#. Ql6A
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_DDE_CONV_CLOSED & ERRCODE_RES_MASK\n"
+"string.text"
msgid "DDE connection interrupted or modified."
msgstr "DDE შეერთება შეწყდა ან შეიცვალა."
-#: sb.src#RID_BASIC_START.SbERR_DDE_NO_CHANNEL___ERRCODE_RES_MASK.string.text
+#. `R@[
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_DDE_NO_CHANNEL & ERRCODE_RES_MASK\n"
+"string.text"
msgid "DDE method invoked with no channel open."
msgstr "DDE მეთოდი აღიძრა არხის გახსნის გარეშე."
-#: sb.src#RID_BASIC_START.SbERR_DDE_INVALID_LINK___ERRCODE_RES_MASK.string.text
+#. Eaq)
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_DDE_INVALID_LINK & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Invalid DDE link format."
msgstr "DDE კავშირის ფორმატი არასწორეა."
-#: sb.src#RID_BASIC_START.SbERR_DDE_QUEUE_OVERFLOW___ERRCODE_RES_MASK.string.text
+#. FuG|
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_DDE_QUEUE_OVERFLOW & ERRCODE_RES_MASK\n"
+"string.text"
msgid "DDE message has been lost."
msgstr "DDE შეტყობინება დაიკარგა."
-#: sb.src#RID_BASIC_START.SbERR_DDE_LINK_ALREADY_EST___ERRCODE_RES_MASK.string.text
+#. EaPZ
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_DDE_LINK_ALREADY_EST & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Paste link already performed."
msgstr "ჩასმის ბმული უკვე შესრულდა."
-#: sb.src#RID_BASIC_START.SbERR_DDE_LINK_INV_TOPIC___ERRCODE_RES_MASK.string.text
+#. aJ-`
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_DDE_LINK_INV_TOPIC & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Link mode cannot be set due to invalid link topic."
msgstr "არასწორი ბმულის სათაურის გამო რეჟიმის გამოყენება შეუძლებელია."
-#: sb.src#RID_BASIC_START.SbERR_DDE_DLL_NOT_FOUND___ERRCODE_RES_MASK.string.text
+#. w[Uz
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_DDE_DLL_NOT_FOUND & ERRCODE_RES_MASK\n"
+"string.text"
msgid "DDE requires the DDEML.DLL file."
msgstr "DDE-ს ჭირდება DDEML.DDL ფაილს."
-#: sb.src#RID_BASIC_START.SbERR_CANNOT_LOAD___ERRCODE_RES_MASK.string.text
+#. 3n#`
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_CANNOT_LOAD & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Module cannot be loaded; invalid format."
msgstr "მოდული ვერ ჩაიტვირთა; ფორმატი არასწორია."
-#: sb.src#RID_BASIC_START.SbERR_BAD_INDEX___ERRCODE_RES_MASK.string.text
+#. X3pu
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_BAD_INDEX & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Invalid object index."
msgstr "ობიექტის ინდექსი არასწორია."
-#: sb.src#RID_BASIC_START.SbERR_NO_ACTIVE_OBJECT___ERRCODE_RES_MASK.string.text
+#. .IBB
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_NO_ACTIVE_OBJECT & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Object is not available."
msgstr "ობიექტი მიუწვდომელია."
-#: sb.src#RID_BASIC_START.SbERR_BAD_PROP_VALUE___ERRCODE_RES_MASK.string.text
+#. |~H?
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_BAD_PROP_VALUE & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Incorrect property value."
msgstr "თვისების არასწორი მნიშვნელობა."
-#: sb.src#RID_BASIC_START.SbERR_PROP_READONLY___ERRCODE_RES_MASK.string.text
+#. dgFD
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_PROP_READONLY & ERRCODE_RES_MASK\n"
+"string.text"
msgid "This property is read-only."
msgstr "ეს თვისება მხოლოდ წაკითხვადია."
-#: sb.src#RID_BASIC_START.SbERR_PROP_WRITEONLY___ERRCODE_RES_MASK.string.text
+#. E*c;
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_PROP_WRITEONLY & ERRCODE_RES_MASK\n"
+"string.text"
msgid "This property is write only."
msgstr "ეს თვისება მხოლოდ ჩაწერადია."
-#: sb.src#RID_BASIC_START.SbERR_INVALID_OBJECT___ERRCODE_RES_MASK.string.text
+#. F_sE
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_INVALID_OBJECT & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Invalid object reference."
msgstr "არასწირი ობიექტის მიმართვა."
-#: sb.src#RID_BASIC_START.SbERR_NO_METHOD___ERRCODE_RES_MASK.string.text
+#. b\Y;
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_NO_METHOD & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Property or method not found: $(ARG1)."
msgstr "თვისება ან მეთოდი არ მოიძებნა."
-#: sb.src#RID_BASIC_START.SbERR_NEEDS_OBJECT___ERRCODE_RES_MASK.string.text
+#. )D(6
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_NEEDS_OBJECT & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Object required."
msgstr "ობიექტი საჭიროა."
-#: sb.src#RID_BASIC_START.SbERR_INVALID_USAGE_OBJECT___ERRCODE_RES_MASK.string.text
+#. LX{Z
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_INVALID_USAGE_OBJECT & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Invalid use of an object."
msgstr "ობიექტი არასწორედ გამოიყენება."
-#: sb.src#RID_BASIC_START.SbERR_NO_OLE___ERRCODE_RES_MASK.string.text
+#. r5h!
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_NO_OLE & ERRCODE_RES_MASK\n"
+"string.text"
msgid "OLE Automation is not supported by this object."
msgstr "ამ ობიექტს არ გააჩნია OLE -ს ავტომატირების მხარდაჭერა."
-#: sb.src#RID_BASIC_START.SbERR_BAD_METHOD___ERRCODE_RES_MASK.string.text
+#. 1_B^
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_BAD_METHOD & ERRCODE_RES_MASK\n"
+"string.text"
msgid "This property or method is not supported by the object."
msgstr "ობიექტს არ გააჩნია ამ თვისების ან მეთოდის მხარაჭერა."
-#: sb.src#RID_BASIC_START.SbERR_OLE_ERROR___ERRCODE_RES_MASK.string.text
+#. y;7g
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_OLE_ERROR & ERRCODE_RES_MASK\n"
+"string.text"
msgid "OLE Automation Error."
msgstr "შეცდომა OLE ავტომატიზაციისას."
-#: sb.src#RID_BASIC_START.SbERR_BAD_ACTION___ERRCODE_RES_MASK.string.text
+#. gjcL
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_BAD_ACTION & ERRCODE_RES_MASK\n"
+"string.text"
msgid "This action is not supported by given object."
msgstr "მოცემულ ობიექტს არ გააჩნია ამ მოქმედების მხარაჭერა."
-#: sb.src#RID_BASIC_START.SbERR_NO_NAMED_ARGS___ERRCODE_RES_MASK.string.text
+#. ^ssg
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_NO_NAMED_ARGS & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Named arguments are not supported by given object."
msgstr "მოცემულ ობიექტს არ გააჩნია დასახელებული არგუმენტების მარდაჭერა."
-#: sb.src#RID_BASIC_START.SbERR_BAD_LOCALE___ERRCODE_RES_MASK.string.text
+#. CXa8
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_BAD_LOCALE & ERRCODE_RES_MASK\n"
+"string.text"
msgid "The current locale setting is not supported by the given object."
msgstr "მოცემულ ობიექტს არ გააჩნია მიმდინარე ადგილის პარამეტრების მხარდაჭერა."
-#: sb.src#RID_BASIC_START.SbERR_NAMED_NOT_FOUND___ERRCODE_RES_MASK.string.text
+#. ~~$5
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_NAMED_NOT_FOUND & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Named argument not found."
msgstr "დასახელებული არგუმენტი ვერ მოიძებნა."
-#: sb.src#RID_BASIC_START.SbERR_NOT_OPTIONAL___ERRCODE_RES_MASK.string.text
+#. 0Sm4
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_NOT_OPTIONAL & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Argument is not optional."
msgstr "არგუმენტი სავალდებულოა."
-#: sb.src#RID_BASIC_START.SbERR_WRONG_ARGS___ERRCODE_RES_MASK.string.text
-msgctxt "sb.src#RID_BASIC_START.SbERR_WRONG_ARGS___ERRCODE_RES_MASK.string.text"
+#. \wCF
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_WRONG_ARGS & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Invalid number of arguments."
msgstr "არგუმენტების არასწორი რაოდენობა."
-#: sb.src#RID_BASIC_START.SbERR_NOT_A_COLL___ERRCODE_RES_MASK.string.text
+#. p:r?
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_NOT_A_COLL & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Object is not a list."
msgstr "ობიექტი სია არ არის."
-#: sb.src#RID_BASIC_START.SbERR_BAD_ORDINAL___ERRCODE_RES_MASK.string.text
+#. N_,C
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_BAD_ORDINAL & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Invalid ordinal number."
msgstr "რიგობითი რიცხვი არასწორია."
-#: sb.src#RID_BASIC_START.SbERR_DLLPROC_NOT_FOUND___ERRCODE_RES_MASK.string.text
+#. odO9
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_DLLPROC_NOT_FOUND & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Specified DLL function not found."
msgstr "მითითებული DDL ფუნქცია ვერ მოიძებნა."
-#: sb.src#RID_BASIC_START.SbERR_BAD_CLIPBD_FORMAT___ERRCODE_RES_MASK.string.text
+#. %ilX
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_BAD_CLIPBD_FORMAT & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Invalid clipboard format."
msgstr "გაცვლის ბუფერის ფორმატი არასწორია."
-#: sb.src#RID_BASIC_START.SbERR_PROPERTY_NOT_FOUND___ERRCODE_RES_MASK.string.text
+#. `,mF
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_PROPERTY_NOT_FOUND & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Object does not have this property."
msgstr "ეს თვისება ობიექტს არ გააჩნია."
-#: sb.src#RID_BASIC_START.SbERR_METHOD_NOT_FOUND___ERRCODE_RES_MASK.string.text
+#. ^[|F
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_METHOD_NOT_FOUND & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Object does not have this method."
msgstr "ეს მეთოდი ობიექტს არ გააჩნია."
-#: sb.src#RID_BASIC_START.SbERR_ARG_MISSING___ERRCODE_RES_MASK.string.text
+#. M4QZ
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_ARG_MISSING & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Required argument lacking."
msgstr "საჭირო არგუმენტი აკლია."
-#: sb.src#RID_BASIC_START.SbERR_BAD_NUMBER_OF_ARGS___ERRCODE_RES_MASK.string.text
-msgctxt "sb.src#RID_BASIC_START.SbERR_BAD_NUMBER_OF_ARGS___ERRCODE_RES_MASK.string.text"
+#. 8ZCD
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_BAD_NUMBER_OF_ARGS & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Invalid number of arguments."
msgstr "არგუმენტების არასწორი რაოდენობა."
-#: sb.src#RID_BASIC_START.SbERR_METHOD_FAILED___ERRCODE_RES_MASK.string.text
+#. ^V?f
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_METHOD_FAILED & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Error executing a method."
msgstr "შეცდომა მეთოდის შესრულებისას."
-#: sb.src#RID_BASIC_START.SbERR_SETPROP_FAILED___ERRCODE_RES_MASK.string.text
+#. mpQe
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_SETPROP_FAILED & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Unable to set property."
msgstr "თვისების მინიჭება შეუძლებელია."
-#: sb.src#RID_BASIC_START.SbERR_GETPROP_FAILED___ERRCODE_RES_MASK.string.text
+#. S61)
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_GETPROP_FAILED & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Unable to determine property."
msgstr "თვისების განსაზღვრა შეუძლებელია."
-#: sb.src#RID_BASIC_START.SbERR_UNEXPECTED___ERRCODE_RES_MASK.string.text
+#. 3ALz
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_UNEXPECTED & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Unexpected symbol: $(ARG1)."
msgstr "მოულოდნელი სიმბოლო: $(ARG1)."
-#: sb.src#RID_BASIC_START.SbERR_EXPECTED___ERRCODE_RES_MASK.string.text
+#. ;,vQ
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_EXPECTED & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Expected: $(ARG1)."
msgstr "მოულოდნელი: $(ARG1)."
-#: sb.src#RID_BASIC_START.SbERR_SYMBOL_EXPECTED___ERRCODE_RES_MASK.string.text
+#. \5Ps
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_SYMBOL_EXPECTED & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Symbol expected."
msgstr "მოსალოდნელია სიმბოლო."
-#: sb.src#RID_BASIC_START.SbERR_VAR_EXPECTED___ERRCODE_RES_MASK.string.text
+#. 2YW\
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_VAR_EXPECTED & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Variable expected."
msgstr "მოსალოდნელია ცვლადი."
-#: sb.src#RID_BASIC_START.SbERR_LABEL_EXPECTED___ERRCODE_RES_MASK.string.text
+#. 0YGl
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_LABEL_EXPECTED & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Label expected."
msgstr "მოსალოდნელია წარწერა."
-#: sb.src#RID_BASIC_START.SbERR_LVALUE_EXPECTED___ERRCODE_RES_MASK.string.text
+#. #RU$
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_LVALUE_EXPECTED & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Value cannot be applied."
msgstr "მნიშვნელობა ვერ მიენიჭა."
-#: sb.src#RID_BASIC_START.SbERR_VAR_DEFINED___ERRCODE_RES_MASK.string.text
+#. L_i+
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_VAR_DEFINED & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Variable $(ARG1) already defined."
msgstr "ცვლადი $(ARG1) უკვე განსაზღვრულია."
-#: sb.src#RID_BASIC_START.SbERR_PROC_DEFINED___ERRCODE_RES_MASK.string.text
+#. kW8M
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_PROC_DEFINED & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Sub procedure or function procedure $(ARG1) already defined."
msgstr "ქვეპროცედურა ან ფუნქციის პროცედურა $(ARG1) უკვე განსაზღვრულია."
-#: sb.src#RID_BASIC_START.SbERR_LABEL_DEFINED___ERRCODE_RES_MASK.string.text
+#. dyMK
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_LABEL_DEFINED & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Label $(ARG1) already defined."
msgstr "Label $(ARG1) უკვე განსაზღვრულია."
-#: sb.src#RID_BASIC_START.SbERR_UNDEF_VAR___ERRCODE_RES_MASK.string.text
+#. Qq+^
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_UNDEF_VAR & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Variable $(ARG1) not found."
msgstr "ცვლადი $(ARG1) ვერ მოიძებნა."
-#: sb.src#RID_BASIC_START.SbERR_UNDEF_ARRAY___ERRCODE_RES_MASK.string.text
+#. WDkj
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_UNDEF_ARRAY & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Array or procedure $(ARG1) not found."
msgstr "მასივი ან პროცედურა $(ARG1) ვერ მოიძებნა."
-#: sb.src#RID_BASIC_START.SbERR_UNDEF_PROC___ERRCODE_RES_MASK.string.text
+#. hlPl
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_UNDEF_PROC & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Procedure $(ARG1) not found."
msgstr "პროცედურა $(ARG1) ვერ მოიძებნა."
-#: sb.src#RID_BASIC_START.SbERR_UNDEF_LABEL___ERRCODE_RES_MASK.string.text
+#. pDfg
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_UNDEF_LABEL & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Label $(ARG1) undefined."
msgstr "Label $(ARG1) განუსაზღვრელია."
-#: sb.src#RID_BASIC_START.SbERR_UNDEF_TYPE___ERRCODE_RES_MASK.string.text
+#. P?iO
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_UNDEF_TYPE & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Unknown data type $(ARG1)."
msgstr "მონაცემების ტიპი $(ARG1) უცნობია."
-#: sb.src#RID_BASIC_START.SbERR_BAD_EXIT___ERRCODE_RES_MASK.string.text
+#. e_}A
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_BAD_EXIT & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Exit $(ARG1) expected."
msgstr "Exit $(ARG1) მოსალოდნელია."
-#: sb.src#RID_BASIC_START.SbERR_BAD_BLOCK___ERRCODE_RES_MASK.string.text
+#. DQDp
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_BAD_BLOCK & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Statement block still open: $(ARG1) missing."
msgstr "დებულების ბლოკი კვლავ ღიაა: $(ARG1) აკლია."
-#: sb.src#RID_BASIC_START.SbERR_BAD_BRACKETS___ERRCODE_RES_MASK.string.text
+#. !:%@
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_BAD_BRACKETS & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Parentheses do not match."
msgstr "ფრჩხილები არ ემთხვევა."
-#: sb.src#RID_BASIC_START.SbERR_BAD_DECLARATION___ERRCODE_RES_MASK.string.text
+#. i9/Z
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_BAD_DECLARATION & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Symbol $(ARG1) already defined differently."
msgstr "Symbol $(ARG1) უკვე სხვანაირად განისაზღვრა."
-#: sb.src#RID_BASIC_START.SbERR_BAD_PARAMETERS___ERRCODE_RES_MASK.string.text
+#. \LXI
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_BAD_PARAMETERS & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Parameters do not correspond to procedure."
msgstr "პარამეტრები პროცედურას არ შეესაბამება."
-#: sb.src#RID_BASIC_START.SbERR_BAD_CHAR_IN_NUMBER___ERRCODE_RES_MASK.string.text
+#. ]_#9
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_BAD_CHAR_IN_NUMBER & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Invalid character in number."
msgstr "სიმბოლო რიცხვში არასწორა."
-#: sb.src#RID_BASIC_START.SbERR_MUST_HAVE_DIMS___ERRCODE_RES_MASK.string.text
+#. yd^N
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_MUST_HAVE_DIMS & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Array must be dimensioned."
msgstr "მასივი უნდა იყოს განზომილებიანი."
-#: sb.src#RID_BASIC_START.SbERR_NO_IF___ERRCODE_RES_MASK.string.text
+#. U]7r
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_NO_IF & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Else/Endif without If."
msgstr "Else/Endif If-ის გარეშე."
-#: sb.src#RID_BASIC_START.SbERR_NOT_IN_SUBR___ERRCODE_RES_MASK.string.text
+#. l,@@
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_NOT_IN_SUBR & ERRCODE_RES_MASK\n"
+"string.text"
msgid "$(ARG1) not allowed within a procedure."
msgstr "$(ARG1) დაუშვებელია პროცედურის შიგნით."
-#: sb.src#RID_BASIC_START.SbERR_NOT_IN_MAIN___ERRCODE_RES_MASK.string.text
+#. rQae
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_NOT_IN_MAIN & ERRCODE_RES_MASK\n"
+"string.text"
msgid "$(ARG1) not allowed outside a procedure."
msgstr "$(ARG1) დაუშვებელია პროცედურის გარეთ."
-#: sb.src#RID_BASIC_START.SbERR_WRONG_DIMS___ERRCODE_RES_MASK.string.text
+#. o71[
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_WRONG_DIMS & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Dimension specifications do not match."
msgstr "განზომილების სპეციფიკაციები არ ემთხვევა."
-#: sb.src#RID_BASIC_START.SbERR_BAD_OPTION___ERRCODE_RES_MASK.string.text
+#. tGW%
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_BAD_OPTION & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Unknown option: $(ARG1)."
msgstr "უცნობი პარამეტრი: $(ARG1)."
-#: sb.src#RID_BASIC_START.SbERR_CONSTANT_REDECLARED___ERRCODE_RES_MASK.string.text
+#. a+s?
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_CONSTANT_REDECLARED & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Constant $(ARG1) redefined."
msgstr "მუდმივა $(ARG1) თავიდან განისაზღვრა."
-#: sb.src#RID_BASIC_START.SbERR_PROG_TOO_LARGE___ERRCODE_RES_MASK.string.text
+#. {Kr_
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_PROG_TOO_LARGE & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Program too large."
msgstr "პროგრამა ძალიან დიდია."
-#: sb.src#RID_BASIC_START.SbERR_NO_STRINGS_ARRAYS___ERRCODE_RES_MASK.string.text
+#. XTNn
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"SbERR_NO_STRINGS_ARRAYS & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Strings or arrays not permitted."
msgstr "სტრინგები ან მასივები დაუშვებელია."
-#: sb.src#RID_BASIC_START.ERRCODE_BASIC_EXCEPTION___ERRCODE_RES_MASK.string.text
+#. 7Lkp
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"ERRCODE_BASIC_EXCEPTION & ERRCODE_RES_MASK\n"
+"string.text"
msgid "An exception occurred $(ARG1)."
msgstr "გამონაკლისი წარმოიშვა $(ARG1)."
-#: sb.src#RID_BASIC_START.ERRCODE_BASIC_ARRAY_FIX___ERRCODE_RES_MASK.string.text
+#. ECV`
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"ERRCODE_BASIC_ARRAY_FIX & ERRCODE_RES_MASK\n"
+"string.text"
msgid "This array is fixed or temporarily locked."
msgstr ""
-#: sb.src#RID_BASIC_START.ERRCODE_BASIC_STRING_OVERFLOW___ERRCODE_RES_MASK.string.text
+#. uD8]
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"ERRCODE_BASIC_STRING_OVERFLOW & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Out of string space."
msgstr ""
-#: sb.src#RID_BASIC_START.ERRCODE_BASIC_EXPR_TOO_COMPLEX___ERRCODE_RES_MASK.string.text
+#. 3@]t
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"ERRCODE_BASIC_EXPR_TOO_COMPLEX & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Expression Too Complex."
msgstr ""
-#: sb.src#RID_BASIC_START.ERRCODE_BASIC_OPER_NOT_PERFORM___ERRCODE_RES_MASK.string.text
+#. mE%R
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"ERRCODE_BASIC_OPER_NOT_PERFORM & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Can't perform requested operation."
msgstr ""
-#: sb.src#RID_BASIC_START.ERRCODE_BASIC_TOO_MANY_DLL___ERRCODE_RES_MASK.string.text
+#. MY$g
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"ERRCODE_BASIC_TOO_MANY_DLL & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Too many DLL application clients."
msgstr ""
-#: sb.src#RID_BASIC_START.ERRCODE_BASIC_LOOP_NOT_INIT___ERRCODE_RES_MASK.string.text
+#. E-7l
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"ERRCODE_BASIC_LOOP_NOT_INIT & ERRCODE_RES_MASK\n"
+"string.text"
msgid "For loop not initialized."
msgstr ""
-#: sb.src#RID_BASIC_START.ERRCODE_BASIC_COMPAT___ERRCODE_RES_MASK.string.text
+#. ,T}E
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"RID_BASIC_START\n"
+"ERRCODE_BASIC_COMPAT & ERRCODE_RES_MASK\n"
+"string.text"
msgid "$(ARG1)"
msgstr ""
-#: sb.src#IDS_SBERR_TERMINATED.string.text
+#. j@+e
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"IDS_SBERR_TERMINATED\n"
+"string.text"
msgid "The macro running has been interrupted"
msgstr "მაკროს მუშაობა შეწყდა"
-#: sb.src#IDS_SBERR_STOREREF.string.text
+#. xR6k
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"IDS_SBERR_STOREREF\n"
+"string.text"
msgid "Reference will not be saved: "
msgstr "მითითება არ შეინახება: "
-#: sb.src#ERRCODE_BASMGR_LIBLOAD___ERRCODE_RES_MASK.string.text
+#. 0pV\
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"ERRCODE_BASMGR_LIBLOAD & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Error loading library '$(ARG1)'."
msgstr "შეცდომა '$(ARG1)' ბიბლიოთეკის ჩატვირთვისას."
-#: sb.src#ERRCODE_BASMGR_LIBSAVE___ERRCODE_RES_MASK.string.text
+#. AT.h
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"ERRCODE_BASMGR_LIBSAVE & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Error saving library: '$(ARG1)'."
msgstr "შეცდომა '$(ARG1)' ბიბლიოთეკის შენახვისას."
-#: sb.src#ERRCODE_BASMGR_MGROPEN___ERRCODE_RES_MASK.string.text
+#. {tfT
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"ERRCODE_BASMGR_MGROPEN & ERRCODE_RES_MASK\n"
+"string.text"
msgid "The BASIC from the file '$(ARG1)' could not be initialized."
msgstr "BASIC-ი '$(ARG1)' ფაილიდან ვერ ინიციალიზირდა."
-#: sb.src#ERRCODE_BASMGR_MGRSAVE___ERRCODE_RES_MASK.string.text
+#. }9dQ
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"ERRCODE_BASMGR_MGRSAVE & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Error saving BASIC: '$(ARG1)'."
msgstr "შეცდომა BASIC: '$(ARG1)' შენახვისას."
-#: sb.src#ERRCODE_BASMGR_REMOVELIB___ERRCODE_RES_MASK.string.text
+#. n{Uv
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"ERRCODE_BASMGR_REMOVELIB & ERRCODE_RES_MASK\n"
+"string.text"
msgid "Error removing library."
msgstr "შეცდომა ბიბლიოთეკის წაშლისას."
-#: sb.src#ERRCODE_BASMGR_UNLOADLIB___ERRCODE_RES_MASK.string.text
+#. ZSrL
+#: sb.src
+msgctxt ""
+"sb.src\n"
+"ERRCODE_BASMGR_UNLOADLIB & ERRCODE_RES_MASK\n"
+"string.text"
msgid "The library could not be removed from memory."
msgstr "შეუძლებელია ბიბლიოთეკის წაშლა მახსოვრობიდან."
diff --git a/source/ka/basic/source/sbx.po b/source/ka/basic/source/sbx.po
index ddfb36aadd3..12c6c93de5c 100644
--- a/source/ka/basic/source/sbx.po
+++ b/source/ka/basic/source/sbx.po
@@ -1,9 +1,9 @@
-#. extracted from basic/source/sbx.oo
+#. extracted from basic/source/sbx
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+basic%2Fsource%2Fsbx.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,33 +12,68 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: format.src#STR_BASICKEY_FORMAT_ON.string.text
+#. Z9}?
+#: format.src
+msgctxt ""
+"format.src\n"
+"STR_BASICKEY_FORMAT_ON\n"
+"string.text"
msgid "On"
msgstr "ჩართვა"
-#: format.src#STR_BASICKEY_FORMAT_OFF.string.text
+#. X209
+#: format.src
+msgctxt ""
+"format.src\n"
+"STR_BASICKEY_FORMAT_OFF\n"
+"string.text"
msgid "Off"
msgstr "გამორთვა"
-#: format.src#STR_BASICKEY_FORMAT_TRUE.string.text
+#. Q-y5
+#: format.src
+msgctxt ""
+"format.src\n"
+"STR_BASICKEY_FORMAT_TRUE\n"
+"string.text"
msgid "True"
msgstr "ჭეშმარიტი"
-#: format.src#STR_BASICKEY_FORMAT_FALSE.string.text
+#. \YCB
+#: format.src
+msgctxt ""
+"format.src\n"
+"STR_BASICKEY_FORMAT_FALSE\n"
+"string.text"
msgid "False"
msgstr "მცდარი"
-#: format.src#STR_BASICKEY_FORMAT_YES.string.text
+#. ld7q
+#: format.src
+msgctxt ""
+"format.src\n"
+"STR_BASICKEY_FORMAT_YES\n"
+"string.text"
msgid "Yes"
msgstr "დიახ"
-#: format.src#STR_BASICKEY_FORMAT_NO.string.text
+#. nKe!
+#: format.src
+msgctxt ""
+"format.src\n"
+"STR_BASICKEY_FORMAT_NO\n"
+"string.text"
msgid "No"
msgstr "არა"
-#: format.src#STR_BASICKEY_FORMAT_CURRENCY.string.text
+#. )lVb
+#: format.src
+msgctxt ""
+"format.src\n"
+"STR_BASICKEY_FORMAT_CURRENCY\n"
+"string.text"
msgid "@0.00 $;@(0.00 $)"
msgstr "@0.00 $;@(0.00 $)"
diff --git a/source/ka/chart2/source/controller/dialogs.po b/source/ka/chart2/source/controller/dialogs.po
index 8c207524181..f0fb66c290a 100644
--- a/source/ka/chart2/source/controller/dialogs.po
+++ b/source/ka/chart2/source/controller/dialogs.po
@@ -1,251 +1,1983 @@
-#. extracted from chart2/source/controller/dialogs.oo
+#. extracted from chart2/source/controller/dialogs
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+chart2%2Fsource%2Fcontroller%2Fdialogs.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
-"PO-Revision-Date: 2011-04-12 00:26+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
+"PO-Revision-Date: 2012-10-27 13:07+0200\n"
+"Last-Translator: Luka <mail@luka.ge>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ka\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: tp_TitleRotation.src#TP_ALIGNMENT.BTN_TXTSTACKED.tristatebox.text
-msgctxt "tp_TitleRotation.src#TP_ALIGNMENT.BTN_TXTSTACKED.tristatebox.text"
-msgid "Ve~rtically stacked"
-msgstr ""
-
-#: tp_TitleRotation.src#TP_ALIGNMENT.FT_DEGREES.fixedtext.text
-msgctxt "tp_TitleRotation.src#TP_ALIGNMENT.FT_DEGREES.fixedtext.text"
-msgid "~Degrees"
-msgstr "~გრადუსი"
+#. *]e{
+#: tp_LegendPosition.src
+msgctxt ""
+"tp_LegendPosition.src\n"
+"TP_LEGEND_POS\n"
+"GRP_LEGEND\n"
+"fixedline.text"
+msgid "Position"
+msgstr "პოზიცია"
-#: tp_TitleRotation.src#TP_ALIGNMENT.FL_ALIGN.fixedline.text
-msgctxt "tp_TitleRotation.src#TP_ALIGNMENT.FL_ALIGN.fixedline.text"
+#. 2bA!
+#: tp_LegendPosition.src
+#, fuzzy
+msgctxt ""
+"tp_LegendPosition.src\n"
+"TP_LEGEND_POS\n"
+"FL_LEGEND_TEXTORIENT\n"
+"fixedline.text"
msgid "Text orientation"
-msgstr ""
+msgstr "ტექსტის მიმართულება"
-#: tp_TitleRotation.src#TP_ALIGNMENT.FT_TEXTDIR.fixedtext.text
-msgctxt "tp_TitleRotation.src#TP_ALIGNMENT.FT_TEXTDIR.fixedtext.text"
+#. (Y46
+#: tp_LegendPosition.src
+msgctxt ""
+"tp_LegendPosition.src\n"
+"TP_LEGEND_POS\n"
+"FT_LEGEND_TEXTDIR\n"
+"fixedtext.text"
msgid "Te~xt direction"
msgstr "ტექსტის მიმართულება"
-#: Strings_ChartTypes.src#STR_TYPE_COLUMN.string.text
-msgid "Column"
-msgstr "სვეტი"
+#. Ta3j
+#: tp_3D_SceneAppearance.src
+#, fuzzy
+msgctxt ""
+"tp_3D_SceneAppearance.src\n"
+"TP_3D_SCENEAPPEARANCE\n"
+"FT_SCHEME\n"
+"fixedtext.text"
+msgid "Sche~me"
+msgstr "სქემა"
+
+#. wD[=
+#: tp_3D_SceneAppearance.src
+msgctxt ""
+"tp_3D_SceneAppearance.src\n"
+"TP_3D_SCENEAPPEARANCE\n"
+"CB_SHADING\n"
+"checkbox.text"
+msgid "~Shading"
+msgstr "~ინტერვალი"
-#: Strings_ChartTypes.src#STR_TYPE_BAR.string.text
-msgid "Bar"
+#. /QqL
+#: tp_3D_SceneAppearance.src
+msgctxt ""
+"tp_3D_SceneAppearance.src\n"
+"TP_3D_SCENEAPPEARANCE\n"
+"CB_OBJECTLINES\n"
+"checkbox.text"
+msgid "~Object borders"
msgstr ""
-#: Strings_ChartTypes.src#STR_TYPE_AREA.string.text
-msgctxt "Strings_ChartTypes.src#STR_TYPE_AREA.string.text"
-msgid "Area"
+#. QmzN
+#: tp_3D_SceneAppearance.src
+#, fuzzy
+msgctxt ""
+"tp_3D_SceneAppearance.src\n"
+"TP_3D_SCENEAPPEARANCE\n"
+"CB_ROUNDEDEDGE\n"
+"checkbox.text"
+msgid "~Rounded edges"
+msgstr "დამ~რგვალებული კიდეები"
+
+#. aS{~
+#: dlg_DataSource.src
+#, fuzzy
+msgctxt ""
+"dlg_DataSource.src\n"
+"DLG_DATA_SOURCE\n"
+"tabdialog.text"
+msgid "Data Ranges"
+msgstr "მონაცემთა თანრიგი"
+
+#. oDtD
+#: res_LegendPosition_tmpl.hrc
+msgctxt ""
+"res_LegendPosition_tmpl.hrc\n"
+"RESOURCE_LEGENDDISPLAY( xpos , ypos )\n"
+"CBX_SHOWLEGEND\n"
+"checkbox.text"
+msgid "~Display legend"
msgstr ""
-#: Strings_ChartTypes.src#STR_TYPE_PIE.string.text
-msgid "Pie"
+#. !n%9
+#: res_LegendPosition_tmpl.hrc
+msgctxt ""
+"res_LegendPosition_tmpl.hrc\n"
+"RESOURCE_LEGENDPOSITION( xpos , ypos )\n"
+"RBT_LEFT\n"
+"radiobutton.text"
+msgid "~Left"
+msgstr "~მარცხნივ"
+
+#. 1P9H
+#: res_LegendPosition_tmpl.hrc
+msgctxt ""
+"res_LegendPosition_tmpl.hrc\n"
+"RESOURCE_LEGENDPOSITION( xpos , ypos )\n"
+"RBT_RIGHT\n"
+"radiobutton.text"
+msgid "~Right"
+msgstr "~მარჯვნივ"
+
+#. N~Zf
+#: res_LegendPosition_tmpl.hrc
+msgctxt ""
+"res_LegendPosition_tmpl.hrc\n"
+"RESOURCE_LEGENDPOSITION( xpos , ypos )\n"
+"RBT_TOP\n"
+"radiobutton.text"
+msgid "~Top"
+msgstr "~ზემოთ"
+
+#. N+Ks
+#: res_LegendPosition_tmpl.hrc
+msgctxt ""
+"res_LegendPosition_tmpl.hrc\n"
+"RESOURCE_LEGENDPOSITION( xpos , ypos )\n"
+"RBT_BOTTOM\n"
+"radiobutton.text"
+msgid "~Bottom"
+msgstr "~ქვემოთ"
+
+#. `]m)
+#: Strings_Statistic.src
+msgctxt ""
+"Strings_Statistic.src\n"
+"STR_INDICATE_BOTH\n"
+"string.text"
+msgid "Negative and Positive"
msgstr ""
-#: Strings_ChartTypes.src#STR_PIE_EXPLODED.string.text
-msgid "Exploded Pie Chart"
+#. GeY)
+#: Strings_Statistic.src
+msgctxt ""
+"Strings_Statistic.src\n"
+"STR_INDICATE_DOWN\n"
+"string.text"
+msgid "Negative"
msgstr ""
-#: Strings_ChartTypes.src#STR_DONUT_EXPLODED.string.text
-msgid "Exploded Donut Chart"
+#. .l[7
+#: Strings_Statistic.src
+msgctxt ""
+"Strings_Statistic.src\n"
+"STR_INDICATE_UP\n"
+"string.text"
+msgid "Positive"
+msgstr "პოზიცია"
+
+#. -21e
+#: Strings_Statistic.src
+msgctxt ""
+"Strings_Statistic.src\n"
+"STR_CONTROLTEXT_ERROR_BARS_FROM_DATA\n"
+"string.text"
+msgid "From Data Table"
msgstr ""
-#: Strings_ChartTypes.src#STR_DONUT.string.text
-msgid "Donut"
+#. tqK@
+#: Strings_Statistic.src
+msgctxt ""
+"Strings_Statistic.src\n"
+"STR_REGRESSION_LINEAR\n"
+"string.text"
+msgid "Linear (%SERIESNAME)"
msgstr ""
-#: Strings_ChartTypes.src#STR_TYPE_LINE.string.text
-msgctxt "Strings_ChartTypes.src#STR_TYPE_LINE.string.text"
-msgid "Line"
+#. 5^hJ
+#: Strings_Statistic.src
+msgctxt ""
+"Strings_Statistic.src\n"
+"STR_REGRESSION_LOG\n"
+"string.text"
+msgid "Logarithmic (%SERIESNAME)"
msgstr ""
-#: Strings_ChartTypes.src#STR_TYPE_XY.string.text
-msgid "XY (Scatter)"
+#. =?g\
+#: Strings_Statistic.src
+msgctxt ""
+"Strings_Statistic.src\n"
+"STR_REGRESSION_EXP\n"
+"string.text"
+msgid "Exponential (%SERIESNAME)"
msgstr ""
-#: Strings_ChartTypes.src#STR_POINTS_AND_LINES.string.text
-msgid "Points and Lines"
+#. F=I/
+#: Strings_Statistic.src
+msgctxt ""
+"Strings_Statistic.src\n"
+"STR_REGRESSION_POWER\n"
+"string.text"
+msgid "Power (%SERIESNAME)"
msgstr ""
-#: Strings_ChartTypes.src#STR_POINTS_ONLY.string.text
-msgid "Points Only"
+#. cI\E
+#: Strings_Statistic.src
+msgctxt ""
+"Strings_Statistic.src\n"
+"STR_REGRESSION_MEAN\n"
+"string.text"
+msgid "Mean (%SERIESNAME)"
msgstr ""
-#: Strings_ChartTypes.src#STR_LINES_ONLY.string.text
-msgid "Lines Only"
-msgstr "მხოლოდ ხაზები"
+#. ?J)8
+#: res_TextSeparator.src
+msgctxt ""
+"res_TextSeparator.src\n"
+"LB_TEXT_SEPARATOR\n"
+"1\n"
+"stringlist.text"
+msgid "Space"
+msgstr "სივრცე"
-#: Strings_ChartTypes.src#STR_LINES_3D.string.text
-msgid "3D Lines"
-msgstr ""
+#. W4nI
+#: res_TextSeparator.src
+#, fuzzy
+msgctxt ""
+"res_TextSeparator.src\n"
+"LB_TEXT_SEPARATOR\n"
+"2\n"
+"stringlist.text"
+msgid "Comma"
+msgstr "მ~ძიმე"
-#: Strings_ChartTypes.src#STR_TYPE_COMBI_COLUMN_LINE.string.text
-msgid "Column and Line"
-msgstr ""
+#. ABZF
+#: res_TextSeparator.src
+#, fuzzy
+msgctxt ""
+"res_TextSeparator.src\n"
+"LB_TEXT_SEPARATOR\n"
+"3\n"
+"stringlist.text"
+msgid "Semicolon"
+msgstr "~წერტილ-მძიმე"
-#: Strings_ChartTypes.src#STR_LINE_COLUMN.string.text
-msgid "Columns and Lines"
+#. Fp7(
+#: res_TextSeparator.src
+#, fuzzy
+msgctxt ""
+"res_TextSeparator.src\n"
+"LB_TEXT_SEPARATOR\n"
+"4\n"
+"stringlist.text"
+msgid "New line"
+msgstr "ახალი ხაზი"
+
+#. 93Rx
+#: Strings_AdditionalControls.src
+msgctxt ""
+"Strings_AdditionalControls.src\n"
+"STR_3DSCHEME_SIMPLE\n"
+"string.text"
+msgid "Simple"
+msgstr "ნიმუში"
+
+#. X)Cq
+#: Strings_AdditionalControls.src
+msgctxt ""
+"Strings_AdditionalControls.src\n"
+"STR_3DSCHEME_REALISTIC\n"
+"string.text"
+msgid "Realistic"
msgstr ""
-#: Strings_ChartTypes.src#STR_LINE_STACKEDCOLUMN.string.text
-msgid "Stacked Columns and Lines"
+#. *(X]
+#: Strings_AdditionalControls.src
+#, fuzzy
+msgctxt ""
+"Strings_AdditionalControls.src\n"
+"STR_3DSCHEME_CUSTOM\n"
+"string.text"
+msgid "Custom"
+msgstr "ინდივიდუალური:"
+
+#. h.]G
+#: Strings_AdditionalControls.src
+msgctxt ""
+"Strings_AdditionalControls.src\n"
+"STR_BAR_GEOMETRY\n"
+"string.text"
+msgid "Shape"
+msgstr "ფორმა"
+
+#. (BCV
+#: Strings_AdditionalControls.src
+msgctxt ""
+"Strings_AdditionalControls.src\n"
+"STR_NUMBER_OF_LINES\n"
+"string.text"
+msgid "~Number of lines"
+msgstr "~ხაზების რაოდენობა"
+
+#. ;4CQ
+#: Strings_AdditionalControls.src
+#, fuzzy
+msgctxt ""
+"Strings_AdditionalControls.src\n"
+"STR_TEXT_SEPARATOR\n"
+"string.text"
+msgid "Separator"
msgstr ""
+"#-#-#-#-# index.po (PACKAGE VERSION) #-#-#-#-#\n"
+"გამყოფი\n"
+"#-#-#-#-# frmdlg.po (PACKAGE VERSION) #-#-#-#-#\n"
+"საძიებო სისტემა"
+
+#. 9e|j
+#: Strings_ChartTypes.src
+msgctxt ""
+"Strings_ChartTypes.src\n"
+"STR_TYPE_COLUMN\n"
+"string.text"
+msgid "Column"
+msgstr "სვეტი"
+
+#. Q:Pn
+#: Strings_ChartTypes.src
+msgctxt ""
+"Strings_ChartTypes.src\n"
+"STR_TYPE_BAR\n"
+"string.text"
+msgid "Bar"
+msgstr "ჰორიზონტალუეი"
+
+#. :%2T
+#: Strings_ChartTypes.src
+msgctxt ""
+"Strings_ChartTypes.src\n"
+"STR_TYPE_AREA\n"
+"string.text"
+msgid "Area"
+msgstr "სივრცე"
+
+#. -v_=
+#: Strings_ChartTypes.src
+msgctxt ""
+"Strings_ChartTypes.src\n"
+"STR_TYPE_PIE\n"
+"string.text"
+msgid "Pie"
+msgstr "წრიული"
+
+#. ~WAm
+#: Strings_ChartTypes.src
+msgctxt ""
+"Strings_ChartTypes.src\n"
+"STR_PIE_EXPLODED\n"
+"string.text"
+msgid "Exploded Pie Chart"
+msgstr "დაშლილი წრიული დიაგრამა"
+
+#. 6.V@
+#: Strings_ChartTypes.src
+msgctxt ""
+"Strings_ChartTypes.src\n"
+"STR_DONUT_EXPLODED\n"
+"string.text"
+msgid "Exploded Donut Chart"
+msgstr "დაშლილი წრეწირული დიაგრამა"
+
+#. [bQ{
+#: Strings_ChartTypes.src
+msgctxt ""
+"Strings_ChartTypes.src\n"
+"STR_DONUT\n"
+"string.text"
+msgid "Donut"
+msgstr "წრეწირული დიაგრამა"
+
+#. OMPv
+#: Strings_ChartTypes.src
+msgctxt ""
+"Strings_ChartTypes.src\n"
+"STR_TYPE_LINE\n"
+"string.text"
+msgid "Line"
+msgstr "ხაზი"
+
+#. x#-|
+#: Strings_ChartTypes.src
+msgctxt ""
+"Strings_ChartTypes.src\n"
+"STR_TYPE_XY\n"
+"string.text"
+msgid "XY (Scatter)"
+msgstr "2D სივრცული დიაგრამა"
+
+#. 4*:L
+#: Strings_ChartTypes.src
+msgctxt ""
+"Strings_ChartTypes.src\n"
+"STR_POINTS_AND_LINES\n"
+"string.text"
+msgid "Points and Lines"
+msgstr "წერტილები და წრფეები"
+
+#. HY{t
+#: Strings_ChartTypes.src
+msgctxt ""
+"Strings_ChartTypes.src\n"
+"STR_POINTS_ONLY\n"
+"string.text"
+msgid "Points Only"
+msgstr "მხოლოდ წერტილები"
+
+#. 6sa/
+#: Strings_ChartTypes.src
+msgctxt ""
+"Strings_ChartTypes.src\n"
+"STR_LINES_ONLY\n"
+"string.text"
+msgid "Lines Only"
+msgstr "მხოლოდ ხაზები"
-#: Strings_ChartTypes.src#STR_TYPE_NET.string.text
+#. #R3E
+#: Strings_ChartTypes.src
+msgctxt ""
+"Strings_ChartTypes.src\n"
+"STR_LINES_3D\n"
+"string.text"
+msgid "3D Lines"
+msgstr "3დ ხაზები"
+
+#. `4;t
+#: Strings_ChartTypes.src
+msgctxt ""
+"Strings_ChartTypes.src\n"
+"STR_TYPE_COMBI_COLUMN_LINE\n"
+"string.text"
+msgid "Column and Line"
+msgstr "სვეტი და ხაზი"
+
+#. XvZ.
+#: Strings_ChartTypes.src
+msgctxt ""
+"Strings_ChartTypes.src\n"
+"STR_LINE_COLUMN\n"
+"string.text"
+msgid "Columns and Lines"
+msgstr "სვეტები და ხაზები"
+
+#. $G_8
+#: Strings_ChartTypes.src
+msgctxt ""
+"Strings_ChartTypes.src\n"
+"STR_LINE_STACKEDCOLUMN\n"
+"string.text"
+msgid "Stacked Columns and Lines"
+msgstr "დაჯგუფებული სვეტები და ხაზები"
+
+#. d3jd
+#: Strings_ChartTypes.src
+msgctxt ""
+"Strings_ChartTypes.src\n"
+"STR_TYPE_NET\n"
+"string.text"
msgid "Net"
msgstr "ქსელი"
-#: Strings_ChartTypes.src#STR_TYPE_STOCK.string.text
+#. 0;S`
+#: Strings_ChartTypes.src
+msgctxt ""
+"Strings_ChartTypes.src\n"
+"STR_TYPE_STOCK\n"
+"string.text"
msgid "Stock"
-msgstr ""
-
-#: Strings_ChartTypes.src#STR_STOCK_1.string.text
+msgstr "საბირჟო"
+
+#. R:j4
+#: Strings_ChartTypes.src
+msgctxt ""
+"Strings_ChartTypes.src\n"
+"STR_STOCK_1\n"
+"string.text"
msgid "Stock Chart 1"
msgstr "საბირჟო დიაგრამა 1"
-#: Strings_ChartTypes.src#STR_STOCK_2.string.text
+#. iAu$
+#: Strings_ChartTypes.src
+msgctxt ""
+"Strings_ChartTypes.src\n"
+"STR_STOCK_2\n"
+"string.text"
msgid "Stock Chart 2"
msgstr "საბირჟო დიაგრამა 2"
-#: Strings_ChartTypes.src#STR_STOCK_3.string.text
+#. jV!_
+#: Strings_ChartTypes.src
+msgctxt ""
+"Strings_ChartTypes.src\n"
+"STR_STOCK_3\n"
+"string.text"
msgid "Stock Chart 3"
msgstr "საბირჟო დიაგრამა 3"
-#: Strings_ChartTypes.src#STR_STOCK_4.string.text
+#. =09H
+#: Strings_ChartTypes.src
+msgctxt ""
+"Strings_ChartTypes.src\n"
+"STR_STOCK_4\n"
+"string.text"
msgid "Stock Chart 4"
msgstr "საბირჟო დიაგრამა 4"
-#: Strings_ChartTypes.src#STR_NORMAL.string.text
+#. p^8~
+#: Strings_ChartTypes.src
+msgctxt ""
+"Strings_ChartTypes.src\n"
+"STR_NORMAL\n"
+"string.text"
msgid "Normal"
msgstr "ნორმალური"
-#: Strings_ChartTypes.src#STR_STACKED.string.text
+#. SuFe
+#: Strings_ChartTypes.src
+msgctxt ""
+"Strings_ChartTypes.src\n"
+"STR_STACKED\n"
+"string.text"
msgid "Stacked"
msgstr "ჩადგმით"
-#: Strings_ChartTypes.src#STR_PERCENT.string.text
+#. (Gg1
+#: Strings_ChartTypes.src
+msgctxt ""
+"Strings_ChartTypes.src\n"
+"STR_PERCENT\n"
+"string.text"
msgid "Percent Stacked"
+msgstr "პროცენტულად ჩაწყობილი"
+
+#. ?LZx
+#: Strings_ChartTypes.src
+msgctxt ""
+"Strings_ChartTypes.src\n"
+"STR_DEEP\n"
+"string.text"
+msgid "Deep"
+msgstr "ღრმად"
+
+#. 8`?Y
+#: Strings_ChartTypes.src
+msgctxt ""
+"Strings_ChartTypes.src\n"
+"STR_FILLED\n"
+"string.text"
+msgid "Filled"
+msgstr "შევსებული"
+
+#. CIIf
+#: Strings_ChartTypes.src
+msgctxt ""
+"Strings_ChartTypes.src\n"
+"STR_TYPE_BUBBLE\n"
+"string.text"
+msgid "Bubble"
+msgstr "ბურთულა"
+
+#. .*xv
+#: Strings_ChartTypes.src
+msgctxt ""
+"Strings_ChartTypes.src\n"
+"STR_BUBBLE_1\n"
+"string.text"
+msgid "Bubble Chart"
+msgstr "ბურთულებიანი დიაგრამა"
+
+#. =E`M
+#: dlg_View3D.src
+msgctxt ""
+"dlg_View3D.src\n"
+"DLG_3D_VIEW\n"
+"tabdialog.text"
+msgid "3D View"
+msgstr "სამგანზომილებიანი ხედი"
+
+#. |)N:
+#: dlg_DataEditor.src
+msgctxt ""
+"dlg_DataEditor.src\n"
+"DLG_DIAGRAM_DATA.TBX_DATA\n"
+"TBI_DATA_INSERT_ROW\n"
+"toolboxitem.text"
+msgid "Insert Row"
+msgstr "სტრიქონის ჩასმა"
+
+#. .2pr
+#: dlg_DataEditor.src
+#, fuzzy
+msgctxt ""
+"dlg_DataEditor.src\n"
+"DLG_DIAGRAM_DATA.TBX_DATA\n"
+"TBI_DATA_INSERT_COL\n"
+"toolboxitem.text"
+msgid "Insert Series"
+msgstr "სკრიპტის ჩასმა"
+
+#. 4^5V
+#: dlg_DataEditor.src
+msgctxt ""
+"dlg_DataEditor.src\n"
+"DLG_DIAGRAM_DATA.TBX_DATA\n"
+"TBI_DATA_INSERT_TEXT_COL\n"
+"toolboxitem.text"
+msgid "Insert Text Column"
+msgstr ""
+
+#. #HR6
+#: dlg_DataEditor.src
+msgctxt ""
+"dlg_DataEditor.src\n"
+"DLG_DIAGRAM_DATA.TBX_DATA\n"
+"TBI_DATA_DELETE_ROW\n"
+"toolboxitem.text"
+msgid "Delete Row"
+msgstr "სტრიქონის ჩასმა"
+
+#. km3:
+#: dlg_DataEditor.src
+msgctxt ""
+"dlg_DataEditor.src\n"
+"DLG_DIAGRAM_DATA.TBX_DATA\n"
+"TBI_DATA_DELETE_COL\n"
+"toolboxitem.text"
+msgid "Delete Series"
+msgstr ""
+
+#. $3sv
+#: dlg_DataEditor.src
+msgctxt ""
+"dlg_DataEditor.src\n"
+"DLG_DIAGRAM_DATA.TBX_DATA\n"
+"TBI_DATA_SWAP_COL\n"
+"toolboxitem.text"
+msgid "Move Series Right"
+msgstr ""
+
+#. P/dj
+#: dlg_DataEditor.src
+msgctxt ""
+"dlg_DataEditor.src\n"
+"DLG_DIAGRAM_DATA.TBX_DATA\n"
+"TBI_DATA_SWAP_ROW\n"
+"toolboxitem.text"
+msgid "Move Row Down"
+msgstr ""
+
+#. $$77
+#: dlg_DataEditor.src
+msgctxt ""
+"dlg_DataEditor.src\n"
+"DLG_DIAGRAM_DATA\n"
+"modaldialog.text"
+msgid "Data Table"
+msgstr ""
+
+#. =E\\
+#: tp_RangeChooser.src
+#, fuzzy
+msgctxt ""
+"tp_RangeChooser.src\n"
+"TP_RANGECHOOSER\n"
+"FT_CAPTION_FOR_WIZARD\n"
+"fixedtext.text"
+msgid "Choose a data range"
+msgstr "მონაცემთა ბაზის არჩევა"
+
+#. t;Y!
+#: tp_RangeChooser.src
+#, fuzzy
+msgctxt ""
+"tp_RangeChooser.src\n"
+"TP_RANGECHOOSER\n"
+"FT_RANGE\n"
+"fixedtext.text"
+msgid "~Data range"
+msgstr "მონაცემთა თანრიგი"
+
+#. @p99
+#: tp_RangeChooser.src
+msgctxt ""
+"tp_RangeChooser.src\n"
+"TP_RANGECHOOSER\n"
+"RB_DATAROWS\n"
+"radiobutton.text"
+msgid "Data series in ~rows"
+msgstr ""
+
+#. 69eT
+#: tp_RangeChooser.src
+msgctxt ""
+"tp_RangeChooser.src\n"
+"TP_RANGECHOOSER\n"
+"RB_DATACOLS\n"
+"radiobutton.text"
+msgid "Data series in ~columns"
+msgstr ""
+
+#. K@Zi
+#: tp_RangeChooser.src
+msgctxt ""
+"tp_RangeChooser.src\n"
+"TP_RANGECHOOSER\n"
+"CB_FIRST_ROW_ASLABELS\n"
+"checkbox.text"
+msgid "~First row as label"
+msgstr ""
+
+#. [w4)
+#: tp_RangeChooser.src
+msgctxt ""
+"tp_RangeChooser.src\n"
+"TP_RANGECHOOSER\n"
+"CB_FIRST_COLUMN_ASLABELS\n"
+"checkbox.text"
+msgid "F~irst column as label"
+msgstr ""
+
+#. 8]is
+#: res_Trendline_tmpl.hrc
+msgctxt ""
+"res_Trendline_tmpl.hrc\n"
+"RESOURCE_TRENDLINE(availablewidth, yoffset)\n"
+"FL_TYPE\n"
+"fixedline.text"
+msgid "Regression Type"
+msgstr ""
+
+#. (wAr
+#: res_Trendline_tmpl.hrc
+#, fuzzy
+msgctxt ""
+"res_Trendline_tmpl.hrc\n"
+"RESOURCE_TRENDLINE(availablewidth, yoffset)\n"
+"RB_NONE\n"
+"radiobutton.text"
+msgid "~None"
+msgstr "არაფერი"
+
+#. GG9S
+#: res_Trendline_tmpl.hrc
+#, fuzzy
+msgctxt ""
+"res_Trendline_tmpl.hrc\n"
+"RESOURCE_TRENDLINE(availablewidth, yoffset)\n"
+"RB_LINEAR\n"
+"radiobutton.text"
+msgid "~Linear"
+msgstr "წრფივი"
+
+#. 4:q_
+#: res_Trendline_tmpl.hrc
+#, fuzzy
+msgctxt ""
+"res_Trendline_tmpl.hrc\n"
+"RESOURCE_TRENDLINE(availablewidth, yoffset)\n"
+"RB_LOGARITHMIC\n"
+"radiobutton.text"
+msgid "L~ogarithmic"
+msgstr "ლოგარითმი"
+
+#. 9K`S
+#: res_Trendline_tmpl.hrc
+msgctxt ""
+"res_Trendline_tmpl.hrc\n"
+"RESOURCE_TRENDLINE(availablewidth, yoffset)\n"
+"RB_EXPONENTIAL\n"
+"radiobutton.text"
+msgid "E~xponential"
+msgstr ""
+
+#. b9pq
+#: res_Trendline_tmpl.hrc
+msgctxt ""
+"res_Trendline_tmpl.hrc\n"
+"RESOURCE_TRENDLINE(availablewidth, yoffset)\n"
+"RB_POWER\n"
+"radiobutton.text"
+msgid "~Power"
+msgstr ""
+
+#. knid
+#: res_Trendline_tmpl.hrc
+#, fuzzy
+msgctxt ""
+"res_Trendline_tmpl.hrc\n"
+"RESOURCE_TRENDLINE(availablewidth, yoffset)\n"
+"FL_EQUATION\n"
+"fixedline.text"
+msgid "Equation"
+msgstr "განათლება"
+
+#. l)?b
+#: res_Trendline_tmpl.hrc
+msgctxt ""
+"res_Trendline_tmpl.hrc\n"
+"RESOURCE_TRENDLINE(availablewidth, yoffset)\n"
+"CB_SHOW_EQUATION\n"
+"checkbox.text"
+msgid "Show ~equation"
+msgstr ""
+
+#. fljX
+#: res_Trendline_tmpl.hrc
+msgctxt ""
+"res_Trendline_tmpl.hrc\n"
+"RESOURCE_TRENDLINE(availablewidth, yoffset)\n"
+"CB_SHOW_CORRELATION_COEFF\n"
+"checkbox.text"
+msgid "Show ~coefficient of determination (R²)"
+msgstr ""
+
+#. W|.3
+#: tp_PolarOptions.src
+msgctxt ""
+"tp_PolarOptions.src\n"
+"TP_POLAROPTIONS\n"
+"CB_CLOCKWISE\n"
+"checkbox.text"
+msgid "~Clockwise direction"
+msgstr ""
+
+#. ,hUr
+#: tp_PolarOptions.src
+#, fuzzy
+msgctxt ""
+"tp_PolarOptions.src\n"
+"TP_POLAROPTIONS\n"
+"FL_STARTING_ANGLE\n"
+"fixedline.text"
+msgid "Starting angle"
+msgstr "საწყისი კუთხე"
+
+#. 8icR
+#: tp_PolarOptions.src
+msgctxt ""
+"tp_PolarOptions.src\n"
+"TP_POLAROPTIONS\n"
+"FT_ROTATION_DEGREES\n"
+"fixedtext.text"
+msgid "~Degrees"
+msgstr "~გრადუსი"
+
+#. E8Nh
+#: tp_PolarOptions.src
+#, fuzzy
+msgctxt ""
+"tp_PolarOptions.src\n"
+"TP_POLAROPTIONS\n"
+"FL_PLOT_OPTIONS_POLAR\n"
+"fixedline.text"
+msgid "Plot options"
+msgstr "ბეჭდვის პარამეტრები"
+
+#. 5SC{
+#: tp_PolarOptions.src
+msgctxt ""
+"tp_PolarOptions.src\n"
+"TP_POLAROPTIONS\n"
+"CB_INCLUDE_HIDDEN_CELLS_POLAR\n"
+"checkbox.text"
+msgid "Include ~values from hidden cells"
+msgstr ""
+
+#. ;bc;
+#: tp_3D_SceneIllumination.src
+msgctxt ""
+"tp_3D_SceneIllumination.src\n"
+"TP_3D_SCENEILLUMINATION\n"
+"FT_LIGHTSOURCE\n"
+"fixedtext.text"
+msgid "~Light source"
+msgstr "~სინათლის წყარო"
+
+#. b@)R
+#: tp_3D_SceneIllumination.src
+msgctxt ""
+"tp_3D_SceneIllumination.src\n"
+"TP_3D_SCENEILLUMINATION\n"
+"FT_AMBIENTLIGHT\n"
+"fixedtext.text"
+msgid "~Ambient light"
+msgstr "~გარემომცველი სინათლე"
+
+#. jXhM
+#: tp_3D_SceneIllumination.src
+#, fuzzy
+msgctxt ""
+"tp_3D_SceneIllumination.src\n"
+"STR_LIGHT_PREVIEW\n"
+"string.text"
+msgid "Light Preview"
+msgstr "ღია მწვანე"
+
+#. i80-
+#: tp_TitleRotation.src
+msgctxt ""
+"tp_TitleRotation.src\n"
+"TP_ALIGNMENT\n"
+"BTN_TXTSTACKED\n"
+"tristatebox.text"
+msgid "Ve~rtically stacked"
+msgstr "~ვერტიკალური დახრით"
+
+#. i\vL
+#: tp_TitleRotation.src
+msgctxt ""
+"tp_TitleRotation.src\n"
+"TP_ALIGNMENT\n"
+"FT_DEGREES\n"
+"fixedtext.text"
+msgid "~Degrees"
+msgstr "~გრადუსი"
+
+#. 0.Y#
+#: tp_TitleRotation.src
+msgctxt ""
+"tp_TitleRotation.src\n"
+"TP_ALIGNMENT\n"
+"FL_ALIGN\n"
+"fixedline.text"
+msgid "Text orientation"
+msgstr "ტექსტის მიმართულება"
+
+#. hDoi
+#: tp_TitleRotation.src
+msgctxt ""
+"tp_TitleRotation.src\n"
+"TP_ALIGNMENT\n"
+"FT_TEXTDIR\n"
+"fixedtext.text"
+msgid "Te~xt direction"
+msgstr "~ტექსტის მიმართულება"
+
+#. YA|:
+#: dlg_ShapeFont.src
+#, fuzzy
+msgctxt ""
+"dlg_ShapeFont.src\n"
+"DLG_SHAPE_FONT.1\n"
+"RID_SVXPAGE_CHAR_NAME\n"
+"pageitem.text"
+msgid "Font"
+msgstr "შრიფტი"
+
+#. SBG(
+#: dlg_ShapeFont.src
+msgctxt ""
+"dlg_ShapeFont.src\n"
+"DLG_SHAPE_FONT.1\n"
+"RID_SVXPAGE_CHAR_EFFECTS\n"
+"pageitem.text"
+msgid "Font Effects"
+msgstr "შრიფტის ეფექტები"
+
+#. I@Wu
+#: dlg_ShapeFont.src
+#, fuzzy
+msgctxt ""
+"dlg_ShapeFont.src\n"
+"DLG_SHAPE_FONT.1\n"
+"RID_SVXPAGE_CHAR_POSITION\n"
+"pageitem.text"
+msgid "Font Position"
+msgstr "გასვლის პოზიცია"
+
+#. VWxy
+#: dlg_ShapeFont.src
+msgctxt ""
+"dlg_ShapeFont.src\n"
+"DLG_SHAPE_FONT\n"
+"tabdialog.text"
+msgid "Character"
+msgstr "სიმბოლოები"
+
+#. VD+x
+#: Strings_Scale.src
+msgctxt ""
+"Strings_Scale.src\n"
+"STR_INVALID_NUMBER\n"
+"string.text"
+msgid "Numbers are required. Check your input."
+msgstr ""
+
+#. #o=H
+#: Strings_Scale.src
+msgctxt ""
+"Strings_Scale.src\n"
+"STR_STEP_GT_ZERO\n"
+"string.text"
+msgid "The major interval requires a positive number. Check your input."
+msgstr ""
+
+#. c9]c
+#: Strings_Scale.src
+msgctxt ""
+"Strings_Scale.src\n"
+"STR_BAD_LOGARITHM\n"
+"string.text"
+msgid "The logarithmic scale requires positive numbers. Check your input."
+msgstr ""
+
+#. dA{W
+#: Strings_Scale.src
+msgctxt ""
+"Strings_Scale.src\n"
+"STR_MIN_GREATER_MAX\n"
+"string.text"
+msgid "The minimum must be lower than the maximum. Check your input."
+msgstr ""
+
+#. uCXQ
+#: Strings_Scale.src
+msgctxt ""
+"Strings_Scale.src\n"
+"STR_INVALID_INTERVALS\n"
+"string.text"
+msgid "The major interval needs to be greater than the minor interval. Check your input."
+msgstr ""
+
+#. [=Fj
+#: Strings_Scale.src
+msgctxt ""
+"Strings_Scale.src\n"
+"STR_INVALID_TIME_UNIT\n"
+"string.text"
+msgid "The major and minor interval need to be greater or equal to the resolution. Check your input."
+msgstr ""
+
+#. jLX5
+#: dlg_InsertAxis_Grid.src
+msgctxt ""
+"dlg_InsertAxis_Grid.src\n"
+"DLG_AXIS_OR_GRID\n"
+"FL_PRIMARY_AXIS\n"
+"fixedline.text"
+msgid "Axes"
+msgstr ""
+
+#. OO2y
+#: dlg_InsertAxis_Grid.src
+msgctxt ""
+"dlg_InsertAxis_Grid.src\n"
+"DLG_AXIS_OR_GRID\n"
+"FL_PRIMARY_GRID\n"
+"fixedline.text"
+msgid "Major grids"
+msgstr ""
+
+#. B[TW
+#: dlg_InsertAxis_Grid.src
+msgctxt ""
+"dlg_InsertAxis_Grid.src\n"
+"DLG_AXIS_OR_GRID\n"
+"CB_X_PRIMARY\n"
+"checkbox.text"
+msgid "~X axis"
+msgstr "~X ღერძი"
+
+#. L068
+#: dlg_InsertAxis_Grid.src
+msgctxt ""
+"dlg_InsertAxis_Grid.src\n"
+"DLG_AXIS_OR_GRID\n"
+"CB_Y_PRIMARY\n"
+"checkbox.text"
+msgid "~Y axis"
+msgstr "~Y ღერძი"
+
+#. 9]MJ
+#: dlg_InsertAxis_Grid.src
+msgctxt ""
+"dlg_InsertAxis_Grid.src\n"
+"DLG_AXIS_OR_GRID\n"
+"CB_Z_PRIMARY\n"
+"checkbox.text"
+msgid "~Z axis"
+msgstr "~Z ღერძი"
+
+#. S|.I
+#: dlg_InsertAxis_Grid.src
+msgctxt ""
+"dlg_InsertAxis_Grid.src\n"
+"DLG_AXIS_OR_GRID\n"
+"FL_SECONDARY_AXIS\n"
+"fixedline.text"
+msgid "Secondary axes"
+msgstr ""
+
+#. L(K}
+#: dlg_InsertAxis_Grid.src
+msgctxt ""
+"dlg_InsertAxis_Grid.src\n"
+"DLG_AXIS_OR_GRID\n"
+"FL_SECONDARY_GRID\n"
+"fixedline.text"
+msgid "Minor grids"
+msgstr ""
+
+#. #+EL
+#: tp_ChartType.src
+msgctxt ""
+"tp_ChartType.src\n"
+"TP_CHARTTYPE\n"
+"FT_CHARTTYPE\n"
+"fixedtext.text"
+msgid "Choose a chart type"
+msgstr ""
+
+#. !A4Y
+#: tp_ChartType.src
+msgctxt ""
+"tp_ChartType.src\n"
+"TP_CHARTTYPE\n"
+"CB_X_AXIS_CATEGORIES\n"
+"checkbox.text"
+msgid "X axis with Categories"
+msgstr ""
+
+#. [QFc
+#: tp_ChartType.src
+#, fuzzy
+msgctxt ""
+"tp_ChartType.src\n"
+"TP_CHARTTYPE\n"
+"CB_3D_LOOK\n"
+"checkbox.text"
+msgid "~3D Look"
+msgstr "3D ხედი"
+
+#. }\g@
+#: tp_ChartType.src
+msgctxt ""
+"tp_ChartType.src\n"
+"TP_CHARTTYPE\n"
+"CB_STACKED\n"
+"checkbox.text"
+msgid "~Stack series"
+msgstr ""
+
+#. wAj`
+#: tp_ChartType.src
+msgctxt ""
+"tp_ChartType.src\n"
+"TP_CHARTTYPE\n"
+"RB_STACK_Y\n"
+"radiobutton.text"
+msgid "On top"
msgstr ""
-#: Strings_ChartTypes.src#STR_DEEP.string.text
-msgctxt "Strings_ChartTypes.src#STR_DEEP.string.text"
+#. {_ID
+#: tp_ChartType.src
+msgctxt ""
+"tp_ChartType.src\n"
+"TP_CHARTTYPE\n"
+"RB_STACK_Y_PERCENT\n"
+"radiobutton.text"
+msgid "Percent"
+msgstr "პროცენტი"
+
+#. fJnZ
+#: tp_ChartType.src
+#, fuzzy
+msgctxt ""
+"tp_ChartType.src\n"
+"TP_CHARTTYPE\n"
+"RB_STACK_Z\n"
+"radiobutton.text"
msgid "Deep"
+msgstr "ღრმად"
+
+#. 4Y]o
+#: tp_ChartType.src
+#, fuzzy
+msgctxt ""
+"tp_ChartType.src\n"
+"TP_CHARTTYPE\n"
+"CB_SPLINES\n"
+"checkbox.text"
+msgid "S~mooth lines"
+msgstr "მომრგვალებული ხაზები"
+
+#. 4M\0
+#: tp_ChartType.src
+#, fuzzy
+msgctxt ""
+"tp_ChartType.src\n"
+"TP_CHARTTYPE\n"
+"PB_SPLINE_DIALOG\n"
+"pushbutton.text"
+msgid "Properties..."
msgstr ""
+"#-#-#-#-# dlg.po (PACKAGE VERSION) #-#-#-#-#\n"
+"თვისებები\n"
+"#-#-#-#-# navipi.po (PACKAGE VERSION) #-#-#-#-#\n"
+"პარამეტრები...\n"
+"#-#-#-#-# UI.po (PACKAGE VERSION) #-#-#-#-#\n"
+"თვისებები...\n"
+"#-#-#-#-# tabpages.po (PACKAGE VERSION) #-#-#-#-#\n"
+"თვისებები\n"
+"#-#-#-#-# source.po (PACKAGE VERSION) #-#-#-#-#\n"
+"თვისებები\n"
+"#-#-#-#-# dialog.po (PACKAGE VERSION) #-#-#-#-#\n"
+"თ~ვისებები..."
-#: Strings_ChartTypes.src#STR_FILLED.string.text
-msgid "Filled"
-msgstr "შევსებული"
+#. CX=Y
+#: tp_ChartType.src
+msgctxt ""
+"tp_ChartType.src\n"
+"TP_CHARTTYPE\n"
+"CB_XVALUE_SORTING\n"
+"checkbox.text"
+msgid "~Sort by X values"
+msgstr ""
-#: Strings_ChartTypes.src#STR_TYPE_BUBBLE.string.text
-msgid "Bubble"
+#. lEJ3
+#: tp_ChartType.src
+msgctxt ""
+"tp_ChartType.src\n"
+"DLG_SPLINE_PROPERTIES\n"
+"RB_SPLINES_CUBIC\n"
+"radiobutton.text"
+msgid "Cubic spline"
msgstr ""
-#: Strings_ChartTypes.src#STR_BUBBLE_1.string.text
-msgid "Bubble Chart"
+#. =8uq
+#: tp_ChartType.src
+msgctxt ""
+"tp_ChartType.src\n"
+"DLG_SPLINE_PROPERTIES\n"
+"RB_SPLINES_B\n"
+"radiobutton.text"
+msgid "B-Spline"
+msgstr "B-მრუდი"
+
+#. P[^4
+#: tp_ChartType.src
+msgctxt ""
+"tp_ChartType.src\n"
+"DLG_SPLINE_PROPERTIES\n"
+"FT_SPLINE_RESOLUTION\n"
+"fixedtext.text"
+msgid "~Resolution"
+msgstr "~გარჩევადობა"
+
+#. 7znu
+#: tp_ChartType.src
+msgctxt ""
+"tp_ChartType.src\n"
+"DLG_SPLINE_PROPERTIES\n"
+"FT_SPLINE_ORDER\n"
+"fixedtext.text"
+msgid "~Degree of polynomials"
msgstr ""
-#: Strings.src#STR_DLG_CHART_WIZARD.string.text
-msgid "Chart Wizard"
+#. Yq=6
+#: tp_DataSource.src
+msgctxt ""
+"tp_DataSource.src\n"
+"TP_DATA_SOURCE\n"
+"FT_CAPTION_FOR_WIZARD\n"
+"fixedtext.text"
+msgid "Customize data ranges for individual data series"
msgstr ""
-#: Strings.src#STR_DLG_SMOOTH_LINE_PROPERTIES.string.text
-msgid "Smooth Lines"
+#. s+aV
+#: tp_DataSource.src
+msgctxt ""
+"tp_DataSource.src\n"
+"TP_DATA_SOURCE\n"
+"FT_SERIES\n"
+"fixedtext.text"
+msgid "Data ~series"
msgstr ""
-#: Strings.src#STR_DLG_NUMBERFORMAT_FOR_PERCENTAGE_VALUE.string.text
-msgid "Number Format for Percentage Value"
+#. JWm_
+#: tp_DataSource.src
+#, fuzzy
+msgctxt ""
+"tp_DataSource.src\n"
+"TP_DATA_SOURCE\n"
+"FT_ROLE\n"
+"fixedtext.text"
+msgid "~Data ranges"
+msgstr "მონაცემთა თანრიგი"
+
+#. .:VG
+#: tp_DataSource.src
+msgctxt ""
+"tp_DataSource.src\n"
+"TP_DATA_SOURCE\n"
+"FT_RANGE\n"
+"fixedtext.text"
+msgid "Ran~ge for %VALUETYPE"
+msgstr ""
+
+#. Zl#c
+#: tp_DataSource.src
+msgctxt ""
+"tp_DataSource.src\n"
+"TP_DATA_SOURCE\n"
+"FT_CATEGORIES\n"
+"fixedtext.text"
+msgid "~Categories"
+msgstr "~კატეგორიები"
+
+#. 1m2y
+#: tp_DataSource.src
+msgctxt ""
+"tp_DataSource.src\n"
+"TP_DATA_SOURCE\n"
+"FT_DATALABELS\n"
+"fixedtext.text"
+msgid "Data ~labels"
+msgstr ""
+
+#. f[R%
+#: tp_DataSource.src
+#, fuzzy
+msgctxt ""
+"tp_DataSource.src\n"
+"TP_DATA_SOURCE\n"
+"BTN_ADD\n"
+"pushbutton.text"
+msgid "~Add"
+msgstr ""
+"#-#-#-#-# lingu.po (PACKAGE VERSION) #-#-#-#-#\n"
+"~დამატება\n"
+"#-#-#-#-# table.po (PACKAGE VERSION) #-#-#-#-#\n"
+"~დამატება\n"
+"#-#-#-#-# fldui.po (PACKAGE VERSION) #-#-#-#-#\n"
+"~დამატება\n"
+"#-#-#-#-# dlg.po (PACKAGE VERSION) #-#-#-#-#\n"
+"~დამატება\n"
+"#-#-#-#-# dbgui.po (PACKAGE VERSION) #-#-#-#-#\n"
+"დ~ამატება\n"
+"#-#-#-#-# UI.po (PACKAGE VERSION) #-#-#-#-#\n"
+"~დამატება\n"
+"#-#-#-#-# source.po (PACKAGE VERSION) #-#-#-#-#\n"
+"~დამატება\n"
+"#-#-#-#-# options.po (PACKAGE VERSION) #-#-#-#-#\n"
+"~დამატება\n"
+"#-#-#-#-# tabpages.po (PACKAGE VERSION) #-#-#-#-#\n"
+"~დამატება\n"
+"#-#-#-#-# source.po (PACKAGE VERSION) #-#-#-#-#\n"
+"~დამატება\n"
+"#-#-#-#-# textconversiondlgs.po (PACKAGE VERSION) #-#-#-#-#\n"
+"~დამატება"
+
+#. kBDc
+#: tp_DataSource.src
+#, fuzzy
+msgctxt ""
+"tp_DataSource.src\n"
+"TP_DATA_SOURCE\n"
+"BTN_REMOVE\n"
+"pushbutton.text"
+msgid "~Remove"
+msgstr ""
+"#-#-#-#-# index.po (PACKAGE VERSION) #-#-#-#-#\n"
+"~ამოღება\n"
+"#-#-#-#-# fldui.po (PACKAGE VERSION) #-#-#-#-#\n"
+"~ამოშლა\n"
+"#-#-#-#-# misc.po (PACKAGE VERSION) #-#-#-#-#\n"
+"~მოშორება\n"
+"#-#-#-#-# dialogs.po (PACKAGE VERSION) #-#-#-#-#\n"
+"~მოშორება\n"
+"#-#-#-#-# tabpages.po (PACKAGE VERSION) #-#-#-#-#\n"
+"Remove\n"
+"#-#-#-#-# gui.po (PACKAGE VERSION) #-#-#-#-#\n"
+"~ამოღება"
+
+#. G^6K
+#: tp_AxisLabel.src
+msgctxt ""
+"tp_AxisLabel.src\n"
+"TP_AXIS_LABEL\n"
+"CB_AXIS_LABEL_SCHOW_DESCR\n"
+"checkbox.text"
+msgid "Sho~w labels"
+msgstr "ეტიკეტების ჩ~ვენება"
+
+#. Zoa+
+#: tp_AxisLabel.src
+#, fuzzy
+msgctxt ""
+"tp_AxisLabel.src\n"
+"TP_AXIS_LABEL\n"
+"FL_AXIS_LABEL_ORIENTATION\n"
+"fixedline.text"
+msgid "Text orientation"
+msgstr "ტექსტის მიმართულება"
+
+#. a`5r
+#: tp_AxisLabel.src
+#, fuzzy
+msgctxt ""
+"tp_AxisLabel.src\n"
+"TP_AXIS_LABEL\n"
+"PB_AXIS_LABEL_TEXTSTACKED\n"
+"tristatebox.text"
+msgid "Ve~rtically stacked"
+msgstr "~ვერტიკალური დახრით"
+
+#. 68oB
+#: tp_AxisLabel.src
+msgctxt ""
+"tp_AxisLabel.src\n"
+"TP_AXIS_LABEL\n"
+"FT_AXIS_LABEL_DEGREES\n"
+"fixedtext.text"
+msgid "~Degrees"
+msgstr "~გრადუსი"
+
+#. e9@?
+#: tp_AxisLabel.src
+msgctxt ""
+"tp_AxisLabel.src\n"
+"TP_AXIS_LABEL\n"
+"FL_AXIS_LABEL_TEXTFLOW\n"
+"fixedline.text"
+msgid "Text flow"
+msgstr "ტექსტის მიყოლა"
+
+#. 0egC
+#: tp_AxisLabel.src
+msgctxt ""
+"tp_AxisLabel.src\n"
+"TP_AXIS_LABEL\n"
+"CB_AXIS_LABEL_TEXTOVERLAP\n"
+"checkbox.text"
+msgid "O~verlap"
+msgstr "მი~ფარება"
+
+#. l:ya
+#: tp_AxisLabel.src
+msgctxt ""
+"tp_AxisLabel.src\n"
+"TP_AXIS_LABEL\n"
+"CB_AXIS_LABEL_TEXTBREAK\n"
+"checkbox.text"
+msgid "~Break"
+msgstr "~შეწყვეტა"
+
+#. .@6\
+#: tp_AxisLabel.src
+msgctxt ""
+"tp_AxisLabel.src\n"
+"TP_AXIS_LABEL\n"
+"FL_AXIS_LABEL_ORDER\n"
+"fixedline.text"
+msgid "Order"
+msgstr "თანრიგი"
+
+#. g:FP
+#: tp_AxisLabel.src
+msgctxt ""
+"tp_AxisLabel.src\n"
+"TP_AXIS_LABEL\n"
+"RB_AXIS_LABEL_SIDEBYSIDE\n"
+"radiobutton.text"
+msgid "~Tile"
+msgstr "~მოზაიკა"
+
+#. ,jVO
+#: tp_AxisLabel.src
+msgctxt ""
+"tp_AxisLabel.src\n"
+"TP_AXIS_LABEL\n"
+"RB_AXIS_LABEL_UPDOWN\n"
+"radiobutton.text"
+msgid "St~agger odd"
+msgstr "~ზიგზაგი კენტი"
+
+#. 8H5\
+#: tp_AxisLabel.src
+msgctxt ""
+"tp_AxisLabel.src\n"
+"TP_AXIS_LABEL\n"
+"RB_AXIS_LABEL_DOWNUP\n"
+"radiobutton.text"
+msgid "Stagger ~even"
+msgstr "ზიგზაგი ~ლუწი"
+
+#. 6S](
+#: tp_AxisLabel.src
+msgctxt ""
+"tp_AxisLabel.src\n"
+"TP_AXIS_LABEL\n"
+"RB_AXIS_LABEL_AUTOORDER\n"
+"radiobutton.text"
+msgid "A~utomatic"
+msgstr "ა~ვტომატური"
+
+#. 1o^t
+#: tp_AxisLabel.src
+msgctxt ""
+"tp_AxisLabel.src\n"
+"TP_AXIS_LABEL\n"
+"FT_AXIS_TEXTDIR\n"
+"fixedtext.text"
+msgid "Te~xt direction"
+msgstr "ტექსტის მიმართულება"
+
+#. 0/!M
+#: res_Titlesx_tmpl.hrc
+msgctxt ""
+"res_Titlesx_tmpl.hrc\n"
+"TITLES( xpos, ypos, availableWidth, indentLabel, fixedLinesHeight )\n"
+"FT_MAINTITLE\n"
+"fixedtext.text"
+msgid "~Title"
+msgstr "სათაური"
+
+#. PZFl
+#: res_Titlesx_tmpl.hrc
+msgctxt ""
+"res_Titlesx_tmpl.hrc\n"
+"TITLES( xpos, ypos, availableWidth, indentLabel, fixedLinesHeight )\n"
+"FT_SUBTITLE\n"
+"fixedtext.text"
+msgid "~Subtitle"
+msgstr "~ქვესათაური"
+
+#. VBni
+#: res_Titlesx_tmpl.hrc
+msgctxt ""
+"res_Titlesx_tmpl.hrc\n"
+"TITLES( xpos, ypos, availableWidth, indentLabel, fixedLinesHeight )\n"
+"FL_AXES\n"
+"fixedline.text"
+msgid "Axes"
+msgstr ""
+
+#. %y.|
+#: res_Titlesx_tmpl.hrc
+msgctxt ""
+"res_Titlesx_tmpl.hrc\n"
+"TITLES( xpos, ypos, availableWidth, indentLabel, fixedLinesHeight )\n"
+"FT_TITLE_X_AXIS\n"
+"fixedtext.text"
+msgid "~X axis"
+msgstr "~X ღერძი"
+
+#. 1O{i
+#: res_Titlesx_tmpl.hrc
+msgctxt ""
+"res_Titlesx_tmpl.hrc\n"
+"TITLES( xpos, ypos, availableWidth, indentLabel, fixedLinesHeight )\n"
+"FT_TITLE_Y_AXIS\n"
+"fixedtext.text"
+msgid "~Y axis"
+msgstr "~Y ღერძი"
+
+#. QkE=
+#: res_Titlesx_tmpl.hrc
+msgctxt ""
+"res_Titlesx_tmpl.hrc\n"
+"TITLES( xpos, ypos, availableWidth, indentLabel, fixedLinesHeight )\n"
+"FT_TITLE_Z_AXIS\n"
+"fixedtext.text"
+msgid "~Z axis"
+msgstr "~Z ღერძი"
+
+#. ffL@
+#: res_Titlesx_tmpl.hrc
+msgctxt ""
+"res_Titlesx_tmpl.hrc\n"
+"TITLES( xpos, ypos, availableWidth, indentLabel, fixedLinesHeight )\n"
+"FL_SECONDARY_AXES\n"
+"fixedline.text"
+msgid "Secondary Axes"
+msgstr ""
+
+#. @8#P
+#: res_Titlesx_tmpl.hrc
+msgctxt ""
+"res_Titlesx_tmpl.hrc\n"
+"TITLES( xpos, ypos, availableWidth, indentLabel, fixedLinesHeight )\n"
+"FT_TITLE_SECONDARY_X_AXIS\n"
+"fixedtext.text"
+msgid "X ~axis"
+msgstr ""
+
+#. TS(}
+#: res_Titlesx_tmpl.hrc
+msgctxt ""
+"res_Titlesx_tmpl.hrc\n"
+"TITLES( xpos, ypos, availableWidth, indentLabel, fixedLinesHeight )\n"
+"FT_TITLE_SECONDARY_Y_AXIS\n"
+"fixedtext.text"
+msgid "Y ax~is"
+msgstr ""
+
+#. -C0w
+#: dlg_ShapeParagraph.src
+#, fuzzy
+msgctxt ""
+"dlg_ShapeParagraph.src\n"
+"DLG_SHAPE_PARAGRAPH.1\n"
+"RID_SVXPAGE_STD_PARAGRAPH\n"
+"pageitem.text"
+msgid "Indents & Spacing"
+msgstr ""
+"#-#-#-#-# fmtui.po (PACKAGE VERSION) #-#-#-#-#\n"
+"ტაბულაციები და ჰარეები\n"
+"#-#-#-#-# dialogs.po (PACKAGE VERSION) #-#-#-#-#\n"
+"შეწევა და დაშორება\n"
+"#-#-#-#-# form.po (PACKAGE VERSION) #-#-#-#-#\n"
+"დაშორება და დაშორებები"
+
+#. :WTi
+#: dlg_ShapeParagraph.src
+msgctxt ""
+"dlg_ShapeParagraph.src\n"
+"DLG_SHAPE_PARAGRAPH.1\n"
+"RID_SVXPAGE_ALIGN_PARAGRAPH\n"
+"pageitem.text"
+msgid "Alignment"
+msgstr "გასწორება"
+
+#. 8tw(
+#: dlg_ShapeParagraph.src
+#, fuzzy
+msgctxt ""
+"dlg_ShapeParagraph.src\n"
+"DLG_SHAPE_PARAGRAPH.1\n"
+"RID_SVXPAGE_PARA_ASIAN\n"
+"pageitem.text"
+msgid "Asian Typography"
+msgstr "აზიური ტიპოგრაფია"
+
+#. {Klu
+#: dlg_ShapeParagraph.src
+#, fuzzy
+msgctxt ""
+"dlg_ShapeParagraph.src\n"
+"DLG_SHAPE_PARAGRAPH.1\n"
+"RID_SVXPAGE_TABULATOR\n"
+"pageitem.text"
+msgid "Tab"
+msgstr "ტაბულაციები"
+
+#. jers
+#: dlg_ShapeParagraph.src
+#, fuzzy
+msgctxt ""
+"dlg_ShapeParagraph.src\n"
+"DLG_SHAPE_PARAGRAPH\n"
+"tabdialog.text"
+msgid "Paragraph"
+msgstr ""
+"#-#-#-#-# unocore.po (PACKAGE VERSION) #-#-#-#-#\n"
+"პარაგრაფი\n"
+"#-#-#-#-# shells.po (PACKAGE VERSION) #-#-#-#-#\n"
+"აბზაცი\n"
+"#-#-#-#-# tabpages.po (PACKAGE VERSION) #-#-#-#-#\n"
+"აბზაცი\n"
+"#-#-#-#-# dlg.po (PACKAGE VERSION) #-#-#-#-#\n"
+"აბზაცი\n"
+"#-#-#-#-# form.po (PACKAGE VERSION) #-#-#-#-#\n"
+"აბზაცი\n"
+"#-#-#-#-# items.po (PACKAGE VERSION) #-#-#-#-#\n"
+"აბზაცი"
+
+#. #C55
+#: tp_3D_SceneGeometry.src
+msgctxt ""
+"tp_3D_SceneGeometry.src\n"
+"CUSTOMUNITTEXT_DEGREE\n"
+"#define.text"
+msgid " degrees"
+msgstr "გრადუსი"
+
+#. BMbV
+#: tp_3D_SceneGeometry.src
+msgctxt ""
+"tp_3D_SceneGeometry.src\n"
+"TP_3D_SCENEGEOMETRY\n"
+"CBX_RIGHT_ANGLED_AXES\n"
+"checkbox.text"
+msgid "~Right-angled axes"
+msgstr ""
+
+#. jWQx
+#: tp_3D_SceneGeometry.src
+msgctxt ""
+"tp_3D_SceneGeometry.src\n"
+"TP_3D_SCENEGEOMETRY\n"
+"FT_X_ROTATION\n"
+"fixedtext.text"
+msgid "~X rotation"
+msgstr ""
+
+#. (%\N
+#: tp_3D_SceneGeometry.src
+msgctxt ""
+"tp_3D_SceneGeometry.src\n"
+"TP_3D_SCENEGEOMETRY\n"
+"FT_Y_ROTATION\n"
+"fixedtext.text"
+msgid "~Y rotation"
+msgstr ""
+
+#. miUt
+#: tp_3D_SceneGeometry.src
+msgctxt ""
+"tp_3D_SceneGeometry.src\n"
+"TP_3D_SCENEGEOMETRY\n"
+"FT_Z_ROTATION\n"
+"fixedtext.text"
+msgid "~Z rotation"
+msgstr ""
+
+#. N=!e
+#: tp_3D_SceneGeometry.src
+msgctxt ""
+"tp_3D_SceneGeometry.src\n"
+"TP_3D_SCENEGEOMETRY\n"
+"CBX_PERSPECTIVE\n"
+"checkbox.text"
+msgid "~Perspective"
+msgstr "~კუთხე"
+
+#. =YB6
+#: res_SecondaryAxisCheckBoxes_tmpl.hrc
+msgctxt ""
+"res_SecondaryAxisCheckBoxes_tmpl.hrc\n"
+"SECONDARYAXISCHECKBOXES( xpos, ypos, xOffset, yOffset )\n"
+"CB_X_SECONDARY\n"
+"checkbox.text"
+msgid "X ~axis"
+msgstr ""
+
+#. hZjk
+#: res_SecondaryAxisCheckBoxes_tmpl.hrc
+msgctxt ""
+"res_SecondaryAxisCheckBoxes_tmpl.hrc\n"
+"SECONDARYAXISCHECKBOXES( xpos, ypos, xOffset, yOffset )\n"
+"CB_Y_SECONDARY\n"
+"checkbox.text"
+msgid "Y ax~is"
+msgstr ""
+
+#. N7M7
+#: res_SecondaryAxisCheckBoxes_tmpl.hrc
+msgctxt ""
+"res_SecondaryAxisCheckBoxes_tmpl.hrc\n"
+"SECONDARYAXISCHECKBOXES( xpos, ypos, xOffset, yOffset )\n"
+"CB_Z_SECONDARY\n"
+"checkbox.text"
+msgid "Z axi~s"
msgstr ""
-#: Strings.src#STR_PAGE_CHARTTYPE.string.text
+#. #b?E
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_DLG_CHART_WIZARD\n"
+"string.text"
+msgid "Chart Wizard"
+msgstr "ცხრილების ასისტენტი"
+
+#. OV$q
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_DLG_SMOOTH_LINE_PROPERTIES\n"
+"string.text"
+msgid "Smooth Lines"
+msgstr "მომრგვალებული ხაზები"
+
+#. MLs=
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_DLG_NUMBERFORMAT_FOR_PERCENTAGE_VALUE\n"
+"string.text"
+msgid "Number Format for Percentage Value"
+msgstr "რიცხვის ფორმატი პროცენტული მნიშვნელობისთვის"
+
+#. [2mK
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_PAGE_CHARTTYPE\n"
+"string.text"
msgid "Chart Type"
msgstr "დიაგრამის ტიპი"
-#: Strings.src#STR_PAGE_DATA_RANGE.string.text
+#. }`h%
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_PAGE_DATA_RANGE\n"
+"string.text"
msgid "Data Range"
msgstr "მონაცემთა თანრიგი"
-#: Strings.src#STR_PAGE_CHART_ELEMENTS.string.text
+#. @QzI
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_PAGE_CHART_ELEMENTS\n"
+"string.text"
msgid "Chart Elements"
-msgstr ""
-
-#: Strings.src#STR_PAGE_CHART_LOCATION.string.text
+msgstr "დიაგრამის ელემენტები"
+
+#. ,QlR
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_PAGE_CHART_LOCATION\n"
+"string.text"
msgid "Chart Location"
-msgstr ""
-
-#: Strings.src#STR_PAGE_LINE.string.text
-msgctxt "Strings.src#STR_PAGE_LINE.string.text"
+msgstr "დიაგრამის მდებარეობა"
+
+#. GOT7
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_PAGE_LINE\n"
+"string.text"
msgid "Line"
-msgstr ""
-
-#: Strings.src#STR_PAGE_BORDER.string.text
+msgstr "ხაზი"
+
+#. w^ul
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_PAGE_BORDER\n"
+"string.text"
msgid "Borders"
msgstr "ჩარჩოები"
-#: Strings.src#STR_PAGE_AREA.string.text
-msgctxt "Strings.src#STR_PAGE_AREA.string.text"
+#. bx$a
+#: Strings.src
+#, fuzzy
+msgctxt ""
+"Strings.src\n"
+"STR_PAGE_AREA\n"
+"string.text"
msgid "Area"
-msgstr ""
+msgstr "სივრცე"
-#: Strings.src#STR_PAGE_TRANSPARENCY.string.text
+#. HE9j
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_PAGE_TRANSPARENCY\n"
+"string.text"
msgid "Transparency"
msgstr "გამჭირვალეობა"
-#: Strings.src#STR_PAGE_FONT.string.text
-msgctxt "Strings.src#STR_PAGE_FONT.string.text"
+#. :7)n
+#: Strings.src
+#, fuzzy
+msgctxt ""
+"Strings.src\n"
+"STR_PAGE_FONT\n"
+"string.text"
msgid "Font"
-msgstr ""
-
-#: Strings.src#STR_PAGE_FONT_EFFECTS.string.text
-msgctxt "Strings.src#STR_PAGE_FONT_EFFECTS.string.text"
+msgstr "შრიფტი"
+
+#. Rje4
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_PAGE_FONT_EFFECTS\n"
+"string.text"
msgid "Font Effects"
msgstr "შრიფტის ეფექტები"
-#: Strings.src#STR_PAGE_NUMBERS.string.text
+#. _Au`
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_PAGE_NUMBERS\n"
+"string.text"
msgid "Numbers"
msgstr "რაოდენობა"
-#: Strings.src#STR_PAGE_POSITION.string.text
-msgctxt "Strings.src#STR_PAGE_POSITION.string.text"
+#. `Y1Y
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_PAGE_POSITION\n"
+"string.text"
msgid "Position"
msgstr "პოზიცია"
-#: Strings.src#STR_BUTTON_UP.string.text
+#. 8QM_
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_BUTTON_UP\n"
+"string.text"
msgid "Up"
-msgstr ""
-
-#: Strings.src#STR_BUTTON_DOWN.string.text
+msgstr "ზემოთ"
+
+#. 1$X/
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_BUTTON_DOWN\n"
+"string.text"
msgid "Down"
-msgstr ""
-
-#: Strings.src#STR_PAGE_LAYOUT.string.text
+msgstr "დაბლა"
+
+#. rr/8
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_PAGE_LAYOUT\n"
+"string.text"
msgid "Layout"
msgstr "განლაგება"
-#: Strings.src#STR_PAGE_OPTIONS.string.text
+#. ]S?b
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_PAGE_OPTIONS\n"
+"string.text"
msgid "Options"
msgstr "პარამეტრები"
-#: Strings.src#STR_PAGE_SCALE.string.text
-msgctxt "Strings.src#STR_PAGE_SCALE.string.text"
+#. 4L1%
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_PAGE_SCALE\n"
+"string.text"
msgid "Scale"
msgstr "მასშტაბირება"
-#: Strings.src#STR_PAGE_POSITIONING.string.text
+#. 3l@l
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_PAGE_POSITIONING\n"
+"string.text"
msgid "Positioning"
msgstr "პოზიცია"
-#: Strings.src#STR_PAGE_TRENDLINE_TYPE.string.text
+#. x\.E
+#: Strings.src
#, fuzzy
+msgctxt ""
+"Strings.src\n"
+"STR_PAGE_TRENDLINE_TYPE\n"
+"string.text"
msgid "Type"
msgstr ""
"#-#-#-#-# utlui.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -271,230 +2003,496 @@ msgstr ""
"#-#-#-#-# xsltdialog.po (PACKAGE VERSION) #-#-#-#-#\n"
"ტიპი"
-#: Strings.src#STR_PAGE_XERROR_BARS.string.text
-msgctxt "Strings.src#STR_PAGE_XERROR_BARS.string.text"
+#. 4MGk
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_PAGE_XERROR_BARS\n"
+"string.text"
msgid "X Error Bars"
msgstr ""
-#: Strings.src#STR_PAGE_YERROR_BARS.string.text
-msgctxt "Strings.src#STR_PAGE_YERROR_BARS.string.text"
+#. 0Igp
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_PAGE_YERROR_BARS\n"
+"string.text"
msgid "Y Error Bars"
msgstr ""
-#: Strings.src#STR_PAGE_ZERROR_BARS.string.text
-msgctxt "Strings.src#STR_PAGE_ZERROR_BARS.string.text"
+#. Y]0*
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_PAGE_ZERROR_BARS\n"
+"string.text"
msgid "Z Error Bars"
msgstr ""
-#: Strings.src#STR_PAGE_ALIGNMENT.string.text
-msgctxt "Strings.src#STR_PAGE_ALIGNMENT.string.text"
+#. YU\X
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_PAGE_ALIGNMENT\n"
+"string.text"
msgid "Alignment"
msgstr "გასწორება"
-#: Strings.src#STR_PAGE_PERSPECTIVE.string.text
+#. 5=oK
+#: Strings.src
#, fuzzy
+msgctxt ""
+"Strings.src\n"
+"STR_PAGE_PERSPECTIVE\n"
+"string.text"
msgid "Perspective"
msgstr "~კუთხე"
-#: Strings.src#STR_PAGE_APPEARANCE.string.text
+#. e{?y
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_PAGE_APPEARANCE\n"
+"string.text"
msgid "Appearance"
msgstr "ხილვადობა"
-#: Strings.src#STR_PAGE_ILLUMINATION.string.text
+#. [)o%
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_PAGE_ILLUMINATION\n"
+"string.text"
msgid "Illumination"
-msgstr ""
+msgstr "ილუმინაცია"
-#: Strings.src#STR_PAGE_ASIAN.string.text
-msgctxt "Strings.src#STR_PAGE_ASIAN.string.text"
+#. /(B=
+#: Strings.src
+#, fuzzy
+msgctxt ""
+"Strings.src\n"
+"STR_PAGE_ASIAN\n"
+"string.text"
msgid "Asian Typography"
-msgstr ""
-
-#: Strings.src#STR_OBJECT_AVERAGE_LINE_WITH_PARAMETERS.string.text
+msgstr "აზიური ტიპოგრაფია"
+
+#. :+op
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_AVERAGE_LINE_WITH_PARAMETERS\n"
+"string.text"
msgid "Mean value line with value %AVERAGE_VALUE and standard deviation %STD_DEVIATION"
msgstr ""
-#: Strings.src#STR_OBJECT_AXIS.string.text
+#. E%IQ
+#: Strings.src
+#, fuzzy
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_AXIS\n"
+"string.text"
msgid "Axis"
-msgstr ""
-
-#: Strings.src#STR_OBJECT_AXIS_X.string.text
+msgstr "ღ~ერძი"
+
+#. ibaz
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_AXIS_X\n"
+"string.text"
msgid "X Axis"
msgstr ""
-#: Strings.src#STR_OBJECT_AXIS_Y.string.text
+#. ,/Rn
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_AXIS_Y\n"
+"string.text"
msgid "Y Axis"
msgstr ""
-#: Strings.src#STR_OBJECT_AXIS_Z.string.text
+#. 1om8
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_AXIS_Z\n"
+"string.text"
msgid "Z Axis"
msgstr ""
-#: Strings.src#STR_OBJECT_SECONDARY_X_AXIS.string.text
+#. -#_=
+#: Strings.src
+#, fuzzy
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_SECONDARY_X_AXIS\n"
+"string.text"
msgid "Secondary X Axis"
-msgstr ""
+msgstr "~მეორადი X ღერძი..."
-#: Strings.src#STR_OBJECT_SECONDARY_Y_AXIS.string.text
+#. gWrK
+#: Strings.src
+#, fuzzy
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_SECONDARY_Y_AXIS\n"
+"string.text"
msgid "Secondary Y Axis"
-msgstr ""
-
-#: Strings.src#STR_OBJECT_AXES.string.text
-msgctxt "Strings.src#STR_OBJECT_AXES.string.text"
+msgstr "~მეორადი Y ღერძი..."
+
+#. ?[f8
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_AXES\n"
+"string.text"
msgid "Axes"
msgstr ""
-#: Strings.src#STR_OBJECT_GRIDS.string.text
-msgctxt "Strings.src#STR_OBJECT_GRIDS.string.text"
+#. YgOW
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_GRIDS\n"
+"string.text"
msgid "Grids"
msgstr "ბადე"
-#: Strings.src#STR_OBJECT_GRID.string.text
+#. ke3*
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_GRID\n"
+"string.text"
msgid "Grid"
msgstr "ბადე"
-#: Strings.src#STR_OBJECT_GRID_MAJOR_X.string.text
+#. lOW(
+#: Strings.src
+#, fuzzy
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_GRID_MAJOR_X\n"
+"string.text"
msgid "X Axis Major Grid"
-msgstr ""
+msgstr "~X ღერძის მთავარი საკოორდინაციო ბადე"
-#: Strings.src#STR_OBJECT_GRID_MAJOR_Y.string.text
+#. #wk1
+#: Strings.src
+#, fuzzy
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_GRID_MAJOR_Y\n"
+"string.text"
msgid "Y Axis Major Grid"
-msgstr ""
+msgstr "~Y ღერძის მთავარი საკოორდინაციო ბადე"
-#: Strings.src#STR_OBJECT_GRID_MAJOR_Z.string.text
+#. UH@@
+#: Strings.src
+#, fuzzy
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_GRID_MAJOR_Z\n"
+"string.text"
msgid "Z Axis Major Grid"
-msgstr ""
+msgstr "~Z ღერძის მთავარი საკოორდინაციო ბადე"
-#: Strings.src#STR_OBJECT_GRID_MINOR_X.string.text
+#. 9?cE
+#: Strings.src
+#, fuzzy
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_GRID_MINOR_X\n"
+"string.text"
msgid "X Axis Minor Grid"
-msgstr ""
+msgstr "X ღერძის არამთავარი საკოორდინაციო ბადე"
-#: Strings.src#STR_OBJECT_GRID_MINOR_Y.string.text
+#. YWO5
+#: Strings.src
+#, fuzzy
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_GRID_MINOR_Y\n"
+"string.text"
msgid "Y Axis Minor Grid"
-msgstr ""
+msgstr "Y ღერძის არამთავარი ~საკოორდინაციო ბადე"
-#: Strings.src#STR_OBJECT_GRID_MINOR_Z.string.text
+#. 4j6J
+#: Strings.src
+#, fuzzy
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_GRID_MINOR_Z\n"
+"string.text"
msgid "Z Axis Minor Grid"
-msgstr ""
-
-#: Strings.src#STR_OBJECT_LEGEND.string.text
+msgstr "Z ~ღერძის არამთავარი საკოორდინაციო ბადე"
+
+#. sYEn
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_LEGEND\n"
+"string.text"
msgid "Legend"
msgstr "ლეგენდა"
-#: Strings.src#STR_OBJECT_TITLE.string.text
+#. 8c`i
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_TITLE\n"
+"string.text"
msgid "Title"
msgstr "სათაური"
-#: Strings.src#STR_OBJECT_TITLES.string.text
+#. kLHp
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_TITLES\n"
+"string.text"
msgid "Titles"
msgstr "სათაურები"
-#: Strings.src#STR_OBJECT_TITLE_MAIN.string.text
+#. m[@6
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_TITLE_MAIN\n"
+"string.text"
msgid "Main Title"
msgstr ""
-#: Strings.src#STR_OBJECT_TITLE_SUB.string.text
+#. .lG5
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_TITLE_SUB\n"
+"string.text"
msgid "Subtitle"
msgstr "~ქვესათაური"
-#: Strings.src#STR_OBJECT_TITLE_X_AXIS.string.text
+#. *jdG
+#: Strings.src
+#, fuzzy
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_TITLE_X_AXIS\n"
+"string.text"
msgid "X Axis Title"
-msgstr ""
+msgstr "სათაური (~X ღერძი)..."
-#: Strings.src#STR_OBJECT_TITLE_Y_AXIS.string.text
+#. SX[Q
+#: Strings.src
+#, fuzzy
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_TITLE_Y_AXIS\n"
+"string.text"
msgid "Y Axis Title"
-msgstr ""
+msgstr "სათაური (~Y ღერძი)..."
-#: Strings.src#STR_OBJECT_TITLE_Z_AXIS.string.text
+#. ]7.b
+#: Strings.src
+#, fuzzy
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_TITLE_Z_AXIS\n"
+"string.text"
msgid "Z Axis Title"
-msgstr ""
-
-#: Strings.src#STR_OBJECT_TITLE_SECONDARY_X_AXIS.string.text
+msgstr "სათაური (~Z ღერძი)..."
+
+#. $HXQ
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_TITLE_SECONDARY_X_AXIS\n"
+"string.text"
msgid "Secondary X Axis Title"
msgstr ""
-#: Strings.src#STR_OBJECT_TITLE_SECONDARY_Y_AXIS.string.text
+#. @.5E
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_TITLE_SECONDARY_Y_AXIS\n"
+"string.text"
msgid "Secondary Y Axis Title"
msgstr ""
-#: Strings.src#STR_OBJECT_LABEL.string.text
+#. ?5k5
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_LABEL\n"
+"string.text"
msgid "Label"
msgstr "ეტიკეტი"
-#: Strings.src#STR_OBJECT_DATALABELS.string.text
+#. .%E/
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_DATALABELS\n"
+"string.text"
msgid "Data Labels"
msgstr ""
-#: Strings.src#STR_OBJECT_DATAPOINT.string.text
+#. oe^C
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_DATAPOINT\n"
+"string.text"
msgid "Data Point"
msgstr "მონაცემთა წერტილი"
-#: Strings.src#STR_OBJECT_DATAPOINTS.string.text
+#. *`4I
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_DATAPOINTS\n"
+"string.text"
msgid "Data Points"
msgstr "მონაცემთა წერტილი"
-#: Strings.src#STR_OBJECT_LEGEND_SYMBOL.string.text
+#. 5;Uc
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_LEGEND_SYMBOL\n"
+"string.text"
msgid "Legend Key"
msgstr ""
-#: Strings.src#STR_OBJECT_DATASERIES.string.text
-msgctxt "Strings.src#STR_OBJECT_DATASERIES.string.text"
+#. 1mXl
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_DATASERIES\n"
+"string.text"
msgid "Data Series"
msgstr ""
-#: Strings.src#STR_OBJECT_DATASERIES_PLURAL.string.text
-msgctxt "Strings.src#STR_OBJECT_DATASERIES_PLURAL.string.text"
+#. A^\/
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_DATASERIES_PLURAL\n"
+"string.text"
msgid "Data Series"
msgstr ""
-#: Strings.src#STR_OBJECT_CURVE.string.text
+#. Q.Bm
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_CURVE\n"
+"string.text"
msgid "Trend Line"
msgstr ""
-#: Strings.src#STR_OBJECT_CURVES.string.text
+#. 3A2I
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_CURVES\n"
+"string.text"
msgid "Trend Lines"
msgstr ""
-#: Strings.src#STR_OBJECT_CURVE_WITH_PARAMETERS.string.text
+#. ~J6k
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_CURVE_WITH_PARAMETERS\n"
+"string.text"
msgid "Trend line %FORMULA with accuracy R² = %RSQUARED"
msgstr ""
-#: Strings.src#STR_OBJECT_AVERAGE_LINE.string.text
+#. vzbm
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_AVERAGE_LINE\n"
+"string.text"
msgid "Mean Value Line"
msgstr ""
-#: Strings.src#STR_OBJECT_CURVE_EQUATION.string.text
-msgctxt "Strings.src#STR_OBJECT_CURVE_EQUATION.string.text"
+#. (_Oj
+#: Strings.src
+#, fuzzy
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_CURVE_EQUATION\n"
+"string.text"
msgid "Equation"
-msgstr ""
-
-#: Strings.src#STR_OBJECT_ERROR_BARS_X.string.text
-msgctxt "Strings.src#STR_OBJECT_ERROR_BARS_X.string.text"
+msgstr "განათლება"
+
+#. 1hj{
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_ERROR_BARS_X\n"
+"string.text"
msgid "X Error Bars"
msgstr ""
-#: Strings.src#STR_OBJECT_ERROR_BARS_Y.string.text
-msgctxt "Strings.src#STR_OBJECT_ERROR_BARS_Y.string.text"
+#. RN#6
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_ERROR_BARS_Y\n"
+"string.text"
msgid "Y Error Bars"
msgstr ""
-#: Strings.src#STR_OBJECT_ERROR_BARS_Z.string.text
-msgctxt "Strings.src#STR_OBJECT_ERROR_BARS_Z.string.text"
+#. Jr2O
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_ERROR_BARS_Z\n"
+"string.text"
msgid "Z Error Bars"
msgstr ""
-#: Strings.src#STR_OBJECT_STOCK_LOSS.string.text
+#. Zp(8
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_STOCK_LOSS\n"
+"string.text"
msgid "Stock Loss"
msgstr ""
-#: Strings.src#STR_OBJECT_STOCK_GAIN.string.text
+#. ;nt8
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_STOCK_GAIN\n"
+"string.text"
msgid "Stock Gain"
msgstr ""
-#: Strings.src#STR_OBJECT_PAGE.string.text
+#. 33)~
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_PAGE\n"
+"string.text"
msgid "Chart Area"
msgstr "დიაგრამის არე"
-#: Strings.src#STR_OBJECT_DIAGRAM.string.text
+#. 3-4`
+#: Strings.src
#, fuzzy
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_DIAGRAM\n"
+"string.text"
msgid "Chart"
msgstr ""
"#-#-#-#-# appl.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -506,117 +2504,265 @@ msgstr ""
"#-#-#-#-# dialog.po (PACKAGE VERSION) #-#-#-#-#\n"
"გრაფიკები"
-#: Strings.src#STR_OBJECT_DIAGRAM_WALL.string.text
+#. t8[[
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_DIAGRAM_WALL\n"
+"string.text"
msgid "Chart Wall"
msgstr "დიაგრამის სტენდი"
-#: Strings.src#STR_OBJECT_DIAGRAM_FLOOR.string.text
+#. 0Hq|
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_DIAGRAM_FLOOR\n"
+"string.text"
msgid "Chart Floor"
msgstr "დიაგრამის ფუძე"
-#: Strings.src#STR_OBJECT_SHAPE.string.text
+#. awbi
+#: Strings.src
+#, fuzzy
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_SHAPE\n"
+"string.text"
msgid "Drawing Object"
-msgstr ""
+msgstr "ხატვის ობიექტები"
-#: Strings.src#STR_TIP_SELECT_RANGE.string.text
+#. T0^x
+#: Strings.src
+#, fuzzy
+msgctxt ""
+"Strings.src\n"
+"STR_TIP_SELECT_RANGE\n"
+"string.text"
msgid "Select data range"
-msgstr ""
-
-#: Strings.src#STR_TIP_CHOOSECOLOR.string.text
+msgstr "მონაცემთა ბაზის მონიშვნა"
+
+#. YlE)
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_TIP_CHOOSECOLOR\n"
+"string.text"
msgid "Select a color using the color dialog"
msgstr ""
-#: Strings.src#STR_TIP_LIGHTSOURCE_X.string.text
+#. 5Wbc
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_TIP_LIGHTSOURCE_X\n"
+"string.text"
msgid "Light Source %LIGHTNUMBER"
msgstr ""
-#: Strings.src#STR_TIP_DATASERIES.string.text
+#. bv_+
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_TIP_DATASERIES\n"
+"string.text"
msgid "Data Series '%SERIESNAME'"
msgstr ""
-#: Strings.src#STR_TIP_DATAPOINT_INDEX.string.text
+#. -x7j
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_TIP_DATAPOINT_INDEX\n"
+"string.text"
msgid "Data Point %POINTNUMBER"
msgstr ""
-#: Strings.src#STR_TIP_DATAPOINT_VALUES.string.text
+#. R7n^
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_TIP_DATAPOINT_VALUES\n"
+"string.text"
msgid "Values: %POINTVALUES"
msgstr ""
-#: Strings.src#STR_TIP_DATAPOINT.string.text
+#. DM-.
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_TIP_DATAPOINT\n"
+"string.text"
msgid "Data Point %POINTNUMBER, data series %SERIESNUMBER, values: %POINTVALUES"
msgstr ""
-#: Strings.src#STR_STATUS_DATAPOINT_MARKED.string.text
+#. _ofE
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_STATUS_DATAPOINT_MARKED\n"
+"string.text"
msgid "Data point %POINTNUMBER in data series %SERIESNUMBER selected, values: %POINTVALUES"
msgstr ""
-#: Strings.src#STR_STATUS_OBJECT_MARKED.string.text
+#. 3f^o
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_STATUS_OBJECT_MARKED\n"
+"string.text"
msgid "%OBJECTNAME selected"
msgstr ""
-#: Strings.src#STR_STATUS_PIE_SEGMENT_EXPLODED.string.text
+#. }NA@
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_STATUS_PIE_SEGMENT_EXPLODED\n"
+"string.text"
msgid "Pie exploded by %PERCENTVALUE percent"
msgstr ""
-#: Strings.src#STR_OBJECT_FOR_SERIES.string.text
+#. {Pez
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_FOR_SERIES\n"
+"string.text"
msgid "%OBJECTNAME for Data Series '%SERIESNAME'"
msgstr ""
-#: Strings.src#STR_OBJECT_FOR_ALL_SERIES.string.text
+#. Tkh#
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_OBJECT_FOR_ALL_SERIES\n"
+"string.text"
msgid "%OBJECTNAME for all Data Series"
msgstr ""
-#: Strings.src#STR_ACTION_EDIT_CHARTTYPE.string.text
+#. f,Vj
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_ACTION_EDIT_CHARTTYPE\n"
+"string.text"
msgid "Edit chart type"
msgstr ""
-#: Strings.src#STR_ACTION_EDIT_DATA_RANGES.string.text
+#. owTG
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_ACTION_EDIT_DATA_RANGES\n"
+"string.text"
msgid "Edit data ranges"
msgstr ""
-#: Strings.src#STR_ACTION_EDIT_3D_VIEW.string.text
+#. h[n4
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_ACTION_EDIT_3D_VIEW\n"
+"string.text"
msgid "Edit 3D view"
msgstr ""
-#: Strings.src#STR_ACTION_EDIT_CHART_DATA.string.text
+#. 7wE:
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_ACTION_EDIT_CHART_DATA\n"
+"string.text"
msgid "Edit chart data"
msgstr ""
-#: Strings.src#STR_ACTION_TOGGLE_LEGEND.string.text
+#. G9*d
+#: Strings.src
+#, fuzzy
+msgctxt ""
+"Strings.src\n"
+"STR_ACTION_TOGGLE_LEGEND\n"
+"string.text"
msgid "Legend on/off"
-msgstr ""
+msgstr "ლეგენდა ჩარტული/გამორთული"
-#: Strings.src#STR_ACTION_TOGGLE_GRID_HORZ.string.text
+#. ms!r
+#: Strings.src
+#, fuzzy
+msgctxt ""
+"Strings.src\n"
+"STR_ACTION_TOGGLE_GRID_HORZ\n"
+"string.text"
msgid "Horizontal grid on/off"
-msgstr ""
-
-#: Strings.src#STR_ACTION_SCALE_TEXT.string.text
+msgstr "ჰორიზონტალური საკოორდინაციო ბადე ჩარტული/გამორთული"
+
+#. zxjI
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_ACTION_SCALE_TEXT\n"
+"string.text"
msgid "Scale Text"
msgstr "ტექსტის მაშტაბირება"
-#: Strings.src#STR_ACTION_REARRANGE_CHART.string.text
+#. ]oB2
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_ACTION_REARRANGE_CHART\n"
+"string.text"
msgid "Automatic Layout"
msgstr "რეორგანიზებული დიაგრამა"
-#: Strings.src#STR_ACTION_NOTPOSSIBLE.string.text
+#. 1Gan
+#: Strings.src
+#, fuzzy
+msgctxt ""
+"Strings.src\n"
+"STR_ACTION_NOTPOSSIBLE\n"
+"string.text"
msgid "This function cannot be completed with the selected objects."
msgstr ""
+"ამ ფუნქციის გაშვება არჩეულ \n"
+"ობიექტებთან ერთად შეუძლებელია."
-#: Strings.src#STR_ACTION_EDIT_TEXT.string.text
+#. KLJ:
+#: Strings.src
#, fuzzy
+msgctxt ""
+"Strings.src\n"
+"STR_ACTION_EDIT_TEXT\n"
+"string.text"
msgid "Edit text"
msgstr "შენიშვნის რედაქტირება"
-#: Strings.src#STR_COLUMN_LABEL.string.text
+#. zNY4
+#: Strings.src
+#, fuzzy
+msgctxt ""
+"Strings.src\n"
+"STR_COLUMN_LABEL\n"
+"string.text"
msgid "Column %COLUMNNUMBER"
-msgstr ""
-
-#: Strings.src#STR_ROW_LABEL.string.text
+msgstr "სვეტი %COLUMNLETTER"
+
+#. 23K3
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_ROW_LABEL\n"
+"string.text"
msgid "Row %ROWNUMBER"
msgstr "სტრიქონი %ROWNUMBER"
-#: Strings.src#STR_DATA_ROLE_LABEL.string.text
+#. S=*e
+#: Strings.src
#, fuzzy
+msgctxt ""
+"Strings.src\n"
+"STR_DATA_ROLE_LABEL\n"
+"string.text"
msgid "Name"
msgstr ""
"#-#-#-#-# misc.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -640,451 +2786,725 @@ msgstr ""
"#-#-#-#-# xsltdialog.po (PACKAGE VERSION) #-#-#-#-#\n"
"სახელი"
-#: Strings.src#STR_DATA_ROLE_X.string.text
+#. $=l!
+#: Strings.src
+#, fuzzy
+msgctxt ""
+"Strings.src\n"
+"STR_DATA_ROLE_X\n"
+"string.text"
msgid "X-Values"
-msgstr ""
+msgstr "მნიშვნელობები"
-#: Strings.src#STR_DATA_ROLE_Y.string.text
+#. $f\y
+#: Strings.src
+#, fuzzy
+msgctxt ""
+"Strings.src\n"
+"STR_DATA_ROLE_Y\n"
+"string.text"
msgid "Y-Values"
-msgstr ""
-
-#: Strings.src#STR_DATA_ROLE_SIZE.string.text
+msgstr "მნიშვნელობები"
+
+#. I[7E
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_DATA_ROLE_SIZE\n"
+"string.text"
msgid "Bubble Sizes"
msgstr ""
-#: Strings.src#STR_DATA_ROLE_X_ERROR.string.text
+#. q(j;
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_DATA_ROLE_X_ERROR\n"
+"string.text"
msgid "X-Error-Bars"
msgstr ""
-#: Strings.src#STR_DATA_ROLE_X_ERROR_POSITIVE.string.text
+#. lrQ\
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_DATA_ROLE_X_ERROR_POSITIVE\n"
+"string.text"
msgid "Positive X-Error-Bars"
msgstr ""
-#: Strings.src#STR_DATA_ROLE_X_ERROR_NEGATIVE.string.text
+#. QFp(
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_DATA_ROLE_X_ERROR_NEGATIVE\n"
+"string.text"
msgid "Negative X-Error-Bars"
msgstr ""
-#: Strings.src#STR_DATA_ROLE_Y_ERROR.string.text
+#. imSO
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_DATA_ROLE_Y_ERROR\n"
+"string.text"
msgid "Y-Error-Bars"
msgstr ""
-#: Strings.src#STR_DATA_ROLE_Y_ERROR_POSITIVE.string.text
+#. `UFh
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_DATA_ROLE_Y_ERROR_POSITIVE\n"
+"string.text"
msgid "Positive Y-Error-Bars"
msgstr ""
-#: Strings.src#STR_DATA_ROLE_Y_ERROR_NEGATIVE.string.text
+#. l@)o
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_DATA_ROLE_Y_ERROR_NEGATIVE\n"
+"string.text"
msgid "Negative Y-Error-Bars"
msgstr ""
-#: Strings.src#STR_DATA_ROLE_FIRST.string.text
+#. ],hv
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_DATA_ROLE_FIRST\n"
+"string.text"
msgid "Open Values"
msgstr ""
-#: Strings.src#STR_DATA_ROLE_LAST.string.text
+#. B*OJ
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_DATA_ROLE_LAST\n"
+"string.text"
msgid "Close Values"
msgstr ""
-#: Strings.src#STR_DATA_ROLE_MIN.string.text
+#. i3VT
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_DATA_ROLE_MIN\n"
+"string.text"
msgid "Low Values"
msgstr ""
-#: Strings.src#STR_DATA_ROLE_MAX.string.text
+#. cD^v
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_DATA_ROLE_MAX\n"
+"string.text"
msgid "High Values"
msgstr ""
-#: Strings.src#STR_DATA_ROLE_CATEGORIES.string.text
+#. ;-Ya
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_DATA_ROLE_CATEGORIES\n"
+"string.text"
msgid "Categories"
-msgstr ""
-
-#: Strings.src#STR_DATA_UNNAMED_SERIES.string.text
+msgstr "კატეგორიები"
+
+#. IZBn
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_DATA_UNNAMED_SERIES\n"
+"string.text"
msgid "Unnamed Series"
msgstr ""
-#: Strings.src#STR_DATA_UNNAMED_SERIES_WITH_INDEX.string.text
+#. ~O0Z
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_DATA_UNNAMED_SERIES_WITH_INDEX\n"
+"string.text"
msgid "Unnamed Series %NUMBER"
msgstr ""
-#: Strings.src#STR_DATA_SELECT_RANGE_FOR_SERIES.string.text
+#. |QKQ
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_DATA_SELECT_RANGE_FOR_SERIES\n"
+"string.text"
msgid "Select Range for %VALUETYPE of %SERIESNAME"
msgstr ""
-#: Strings.src#STR_DATA_SELECT_RANGE_FOR_CATEGORIES.string.text
+#. x!Se
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_DATA_SELECT_RANGE_FOR_CATEGORIES\n"
+"string.text"
msgid "Select Range for Categories"
msgstr ""
-#: Strings.src#STR_DATA_SELECT_RANGE_FOR_DATALABELS.string.text
+#. m3}R
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_DATA_SELECT_RANGE_FOR_DATALABELS\n"
+"string.text"
msgid "Select Range for data labels"
msgstr ""
-#: Strings.src#STR_DATA_SELECT_RANGE_FOR_POSITIVE_ERRORBARS.string.text
+#. RJb?
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_DATA_SELECT_RANGE_FOR_POSITIVE_ERRORBARS\n"
+"string.text"
msgid "Select Range for Positive Error Bars"
msgstr ""
-#: Strings.src#STR_DATA_SELECT_RANGE_FOR_NEGATIVE_ERRORBARS.string.text
+#. `C$+
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_DATA_SELECT_RANGE_FOR_NEGATIVE_ERRORBARS\n"
+"string.text"
msgid "Select Range for Negative Error Bars"
msgstr ""
-#: Strings.src#STR_DATA_EDITOR_INCORRECT_INPUT.string.text
+#. ?E$Z
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_DATA_EDITOR_INCORRECT_INPUT\n"
+"string.text"
msgid ""
"Your last input is incorrect.\n"
"Ignore this change and close the dialog?"
msgstr ""
-#: Strings.src#STR_TEXT_DIRECTION_LTR.string.text
+#. nCOv
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_TEXT_DIRECTION_LTR\n"
+"string.text"
msgid "Left-to-right"
msgstr "მარცხნიდან მარჯვნივ"
-#: Strings.src#STR_TEXT_DIRECTION_RTL.string.text
+#. $kId
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_TEXT_DIRECTION_RTL\n"
+"string.text"
msgid "Right-to-left"
msgstr "მარჯვნიდან მარცხნივ"
-#: Strings.src#STR_TEXT_DIRECTION_SUPER.string.text
+#. S`BX
+#: Strings.src
+msgctxt ""
+"Strings.src\n"
+"STR_TEXT_DIRECTION_SUPER\n"
+"string.text"
msgid "Use superordinate object settings"
msgstr "მაქვემდებარებელი ობიექტის პარამეტრების გამოყენება"
-#: tp_AxisLabel.src#TP_AXIS_LABEL.CB_AXIS_LABEL_SCHOW_DESCR.checkbox.text
-msgid "Sho~w labels"
-msgstr "ეტიკეტების ჩ~ვენება"
-
-#: tp_AxisLabel.src#TP_AXIS_LABEL.FL_AXIS_LABEL_ORIENTATION.fixedline.text
-msgctxt "tp_AxisLabel.src#TP_AXIS_LABEL.FL_AXIS_LABEL_ORIENTATION.fixedline.text"
-msgid "Text orientation"
-msgstr ""
-
-#: tp_AxisLabel.src#TP_AXIS_LABEL.PB_AXIS_LABEL_TEXTSTACKED.tristatebox.text
-msgctxt "tp_AxisLabel.src#TP_AXIS_LABEL.PB_AXIS_LABEL_TEXTSTACKED.tristatebox.text"
-msgid "Ve~rtically stacked"
-msgstr ""
-
-#: tp_AxisLabel.src#TP_AXIS_LABEL.FT_AXIS_LABEL_DEGREES.fixedtext.text
-msgctxt "tp_AxisLabel.src#TP_AXIS_LABEL.FT_AXIS_LABEL_DEGREES.fixedtext.text"
-msgid "~Degrees"
-msgstr "~გრადუსი"
-
-#: tp_AxisLabel.src#TP_AXIS_LABEL.FL_AXIS_LABEL_TEXTFLOW.fixedline.text
-msgid "Text flow"
-msgstr "ტექსტის მიყოლა"
-
-#: tp_AxisLabel.src#TP_AXIS_LABEL.CB_AXIS_LABEL_TEXTOVERLAP.checkbox.text
-msgid "O~verlap"
-msgstr "მი~ფარება"
-
-#: tp_AxisLabel.src#TP_AXIS_LABEL.CB_AXIS_LABEL_TEXTBREAK.checkbox.text
-msgid "~Break"
-msgstr "~შეწყვეტა"
-
-#: tp_AxisLabel.src#TP_AXIS_LABEL.FL_AXIS_LABEL_ORDER.fixedline.text
-msgid "Order"
-msgstr "თანრიგი"
-
-#: tp_AxisLabel.src#TP_AXIS_LABEL.RB_AXIS_LABEL_SIDEBYSIDE.radiobutton.text
-msgid "~Tile"
-msgstr "~მოზაიკა"
-
-#: tp_AxisLabel.src#TP_AXIS_LABEL.RB_AXIS_LABEL_UPDOWN.radiobutton.text
-msgid "St~agger odd"
-msgstr "~ზიგზაგი კენტი"
-
-#: tp_AxisLabel.src#TP_AXIS_LABEL.RB_AXIS_LABEL_DOWNUP.radiobutton.text
-msgid "Stagger ~even"
-msgstr "ზიგზაგი ~ლუწი"
-
-#: tp_AxisLabel.src#TP_AXIS_LABEL.RB_AXIS_LABEL_AUTOORDER.radiobutton.text
-msgctxt "tp_AxisLabel.src#TP_AXIS_LABEL.RB_AXIS_LABEL_AUTOORDER.radiobutton.text"
-msgid "A~utomatic"
-msgstr "ა~ვტომატური"
-
-#: tp_AxisLabel.src#TP_AXIS_LABEL.FT_AXIS_TEXTDIR.fixedtext.text
-msgctxt "tp_AxisLabel.src#TP_AXIS_LABEL.FT_AXIS_TEXTDIR.fixedtext.text"
-msgid "Te~xt direction"
-msgstr "ტექსტის მიმართულება"
-
-#: tp_DataSource.src#TP_DATA_SOURCE.FT_CAPTION_FOR_WIZARD.fixedtext.text
-msgid "Customize data ranges for individual data series"
+#. rckm
+#: tp_AxisPositions.src
+msgctxt ""
+"tp_AxisPositions.src\n"
+"TP_AXIS_POSITIONS\n"
+"FL_AXIS_LINE\n"
+"fixedline.text"
+msgid "Axis line"
msgstr ""
-#: tp_DataSource.src#TP_DATA_SOURCE.FT_SERIES.fixedtext.text
-msgid "Data ~series"
+#. SD6X
+#: tp_AxisPositions.src
+msgctxt ""
+"tp_AxisPositions.src\n"
+"TP_AXIS_POSITIONS\n"
+"FT_CROSSES_OTHER_AXIS_AT\n"
+"fixedtext.text"
+msgid "~Cross other axis at"
msgstr ""
-#: tp_DataSource.src#TP_DATA_SOURCE.FT_ROLE.fixedtext.text
+#. c9cc
+#: tp_AxisPositions.src
#, fuzzy
-msgid "~Data ranges"
-msgstr "მონაცემთა თანრიგი"
-
-#: tp_DataSource.src#TP_DATA_SOURCE.FT_RANGE.fixedtext.text
-msgid "Ran~ge for %VALUETYPE"
-msgstr ""
-
-#: tp_DataSource.src#TP_DATA_SOURCE.FT_CATEGORIES.fixedtext.text
-msgid "~Categories"
-msgstr ""
-
-#: tp_DataSource.src#TP_DATA_SOURCE.FT_DATALABELS.fixedtext.text
-msgid "Data ~labels"
+msgctxt ""
+"tp_AxisPositions.src\n"
+"TP_AXIS_POSITIONS.LB_CROSSES_OTHER_AXIS_AT\n"
+"1\n"
+"stringlist.text"
+msgid "Start"
msgstr ""
+"#-#-#-#-# navipi.po (PACKAGE VERSION) #-#-#-#-#\n"
+"გაშვება\n"
+"#-#-#-#-# animations.po (PACKAGE VERSION) #-#-#-#-#\n"
+"დაწყება"
-#: tp_DataSource.src#TP_DATA_SOURCE.BTN_ADD.pushbutton.text
-#, fuzzy
-msgid "~Add"
-msgstr ""
-"#-#-#-#-# lingu.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~დამატება\n"
-"#-#-#-#-# table.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~დამატება\n"
-"#-#-#-#-# fldui.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~დამატება\n"
-"#-#-#-#-# dlg.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~დამატება\n"
-"#-#-#-#-# dbgui.po (PACKAGE VERSION) #-#-#-#-#\n"
-"დ~ამატება\n"
-"#-#-#-#-# UI.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~დამატება\n"
-"#-#-#-#-# source.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~დამატება\n"
-"#-#-#-#-# options.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~დამატება\n"
-"#-#-#-#-# tabpages.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~დამატება\n"
-"#-#-#-#-# source.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~დამატება\n"
-"#-#-#-#-# textconversiondlgs.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~დამატება"
+#. YVFb
+#: tp_AxisPositions.src
+msgctxt ""
+"tp_AxisPositions.src\n"
+"TP_AXIS_POSITIONS.LB_CROSSES_OTHER_AXIS_AT\n"
+"2\n"
+"stringlist.text"
+msgid "End"
+msgstr "დასასრული"
-#: tp_DataSource.src#TP_DATA_SOURCE.BTN_REMOVE.pushbutton.text
-#, fuzzy
-msgid "~Remove"
-msgstr ""
-"#-#-#-#-# index.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~ამოღება\n"
-"#-#-#-#-# fldui.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~ამოშლა\n"
-"#-#-#-#-# misc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~მოშორება\n"
-"#-#-#-#-# dialogs.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~მოშორება\n"
-"#-#-#-#-# tabpages.po (PACKAGE VERSION) #-#-#-#-#\n"
-"Remove\n"
-"#-#-#-#-# gui.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~ამოღება"
+#. Hw.^
+#: tp_AxisPositions.src
+msgctxt ""
+"tp_AxisPositions.src\n"
+"TP_AXIS_POSITIONS.LB_CROSSES_OTHER_AXIS_AT\n"
+"3\n"
+"stringlist.text"
+msgid "Value"
+msgstr "მნიშვნელობა"
-#: tp_ChartType.src#TP_CHARTTYPE.FT_CHARTTYPE.fixedtext.text
-msgid "Choose a chart type"
-msgstr ""
+#. +-{(
+#: tp_AxisPositions.src
+msgctxt ""
+"tp_AxisPositions.src\n"
+"TP_AXIS_POSITIONS.LB_CROSSES_OTHER_AXIS_AT\n"
+"4\n"
+"stringlist.text"
+msgid "Category"
+msgstr "კატეგორია"
-#: tp_ChartType.src#TP_CHARTTYPE.CB_X_AXIS_CATEGORIES.checkbox.text
-msgid "X axis with Categories"
+#. ~`FW
+#: tp_AxisPositions.src
+msgctxt ""
+"tp_AxisPositions.src\n"
+"TP_AXIS_POSITIONS\n"
+"CB_AXIS_BETWEEN_CATEGORIES\n"
+"checkbox.text"
+msgid "Axis ~between categories"
msgstr ""
-#: tp_ChartType.src#TP_CHARTTYPE.CB_3D_LOOK.checkbox.text
-msgid "~3D Look"
-msgstr ""
+#. LY7z
+#: tp_AxisPositions.src
+msgctxt ""
+"tp_AxisPositions.src\n"
+"TP_AXIS_POSITIONS\n"
+"FL_LABELS\n"
+"fixedline.text"
+msgid "Labels"
+msgstr "ეტიკეტი"
-#: tp_ChartType.src#TP_CHARTTYPE.CB_STACKED.checkbox.text
-msgid "~Stack series"
+#. 8[W:
+#: tp_AxisPositions.src
+msgctxt ""
+"tp_AxisPositions.src\n"
+"TP_AXIS_POSITIONS\n"
+"FT_PLACE_LABELS\n"
+"fixedtext.text"
+msgid "~Place labels"
msgstr ""
-#: tp_ChartType.src#TP_CHARTTYPE.RB_STACK_Y.radiobutton.text
-msgid "On top"
+#. D[s0
+#: tp_AxisPositions.src
+msgctxt ""
+"tp_AxisPositions.src\n"
+"TP_AXIS_POSITIONS.LB_PLACE_LABELS\n"
+"1\n"
+"stringlist.text"
+msgid "Near axis"
msgstr ""
-#: tp_ChartType.src#TP_CHARTTYPE.RB_STACK_Y_PERCENT.radiobutton.text
-msgid "Percent"
-msgstr "პროცენტი"
-
-#: tp_ChartType.src#TP_CHARTTYPE.RB_STACK_Z.radiobutton.text
-msgctxt "tp_ChartType.src#TP_CHARTTYPE.RB_STACK_Z.radiobutton.text"
-msgid "Deep"
+#. S%S2
+#: tp_AxisPositions.src
+msgctxt ""
+"tp_AxisPositions.src\n"
+"TP_AXIS_POSITIONS.LB_PLACE_LABELS\n"
+"2\n"
+"stringlist.text"
+msgid "Near axis (other side)"
msgstr ""
-#: tp_ChartType.src#TP_CHARTTYPE.CB_SPLINES.checkbox.text
-msgid "S~mooth lines"
+#. 1Qec
+#: tp_AxisPositions.src
+msgctxt ""
+"tp_AxisPositions.src\n"
+"TP_AXIS_POSITIONS.LB_PLACE_LABELS\n"
+"3\n"
+"stringlist.text"
+msgid "Outside start"
msgstr ""
-#: tp_ChartType.src#TP_CHARTTYPE.PB_SPLINE_DIALOG.pushbutton.text
+#. %t1}
+#: tp_AxisPositions.src
#, fuzzy
-msgid "Properties..."
-msgstr ""
-"#-#-#-#-# dlg.po (PACKAGE VERSION) #-#-#-#-#\n"
-"თვისებები\n"
-"#-#-#-#-# navipi.po (PACKAGE VERSION) #-#-#-#-#\n"
-"პარამეტრები...\n"
-"#-#-#-#-# UI.po (PACKAGE VERSION) #-#-#-#-#\n"
-"თვისებები...\n"
-"#-#-#-#-# tabpages.po (PACKAGE VERSION) #-#-#-#-#\n"
-"თვისებები\n"
-"#-#-#-#-# source.po (PACKAGE VERSION) #-#-#-#-#\n"
-"თვისებები\n"
-"#-#-#-#-# dialog.po (PACKAGE VERSION) #-#-#-#-#\n"
-"თ~ვისებები..."
-
-#: tp_ChartType.src#TP_CHARTTYPE.CB_XVALUE_SORTING.checkbox.text
-msgid "~Sort by X values"
-msgstr ""
-
-#: tp_ChartType.src#DLG_SPLINE_PROPERTIES.RB_SPLINES_CUBIC.radiobutton.text
-msgid "Cubic spline"
-msgstr ""
-
-#: tp_ChartType.src#DLG_SPLINE_PROPERTIES.RB_SPLINES_B.radiobutton.text
-msgid "B-Spline"
-msgstr "B-მრუდი"
-
-#: tp_ChartType.src#DLG_SPLINE_PROPERTIES.FT_SPLINE_RESOLUTION.fixedtext.text
-msgid "~Resolution"
-msgstr "~გარჩევადობა"
+msgctxt ""
+"tp_AxisPositions.src\n"
+"TP_AXIS_POSITIONS.LB_PLACE_LABELS\n"
+"4\n"
+"stringlist.text"
+msgid "Outside end"
+msgstr "მხოლოდ გარეთ"
+
+#. QN1h
+#: tp_AxisPositions.src
+msgctxt ""
+"tp_AxisPositions.src\n"
+"TP_AXIS_POSITIONS\n"
+"FT_AXIS_LABEL_DISTANCE\n"
+"fixedtext.text"
+msgid "~Distance"
+msgstr "~დისტანცია"
-#: tp_ChartType.src#DLG_SPLINE_PROPERTIES.FT_SPLINE_ORDER.fixedtext.text
-msgid "~Degree of polynomials"
+#. mPyG
+#: tp_AxisPositions.src
+msgctxt ""
+"tp_AxisPositions.src\n"
+"TP_AXIS_POSITIONS\n"
+"FL_TICKS\n"
+"fixedline.text"
+msgid "Interval marks"
msgstr ""
-#: tp_RangeChooser.src#TP_RANGECHOOSER.FT_CAPTION_FOR_WIZARD.fixedtext.text
-msgid "Choose a data range"
+#. /VJ\
+#: tp_AxisPositions.src
+msgctxt ""
+"tp_AxisPositions.src\n"
+"TP_AXIS_POSITIONS\n"
+"FT_MAJOR\n"
+"fixedtext.text"
+msgid "Major:"
msgstr ""
-#: tp_RangeChooser.src#TP_RANGECHOOSER.FT_RANGE.fixedtext.text
+#. t^2?
+#: tp_AxisPositions.src
#, fuzzy
-msgid "~Data range"
-msgstr "მონაცემთა თანრიგი"
-
-#: tp_RangeChooser.src#TP_RANGECHOOSER.RB_DATAROWS.radiobutton.text
-msgid "Data series in ~rows"
-msgstr ""
-
-#: tp_RangeChooser.src#TP_RANGECHOOSER.RB_DATACOLS.radiobutton.text
-msgid "Data series in ~columns"
-msgstr ""
-
-#: tp_RangeChooser.src#TP_RANGECHOOSER.CB_FIRST_ROW_ASLABELS.checkbox.text
-msgid "~First row as label"
-msgstr ""
+msgctxt ""
+"tp_AxisPositions.src\n"
+"TP_AXIS_POSITIONS\n"
+"CB_TICKS_INNER\n"
+"checkbox.text"
+msgid "~Inner"
+msgstr "შიდა"
-#: tp_RangeChooser.src#TP_RANGECHOOSER.CB_FIRST_COLUMN_ASLABELS.checkbox.text
-msgid "F~irst column as label"
+#. ~FK?
+#: tp_AxisPositions.src
+#, fuzzy
+msgctxt ""
+"tp_AxisPositions.src\n"
+"TP_AXIS_POSITIONS\n"
+"CB_TICKS_OUTER\n"
+"checkbox.text"
+msgid "~Outer"
+msgstr "გარე"
+
+#. @~-@
+#: tp_AxisPositions.src
+msgctxt ""
+"tp_AxisPositions.src\n"
+"TP_AXIS_POSITIONS\n"
+"FT_MINOR\n"
+"fixedtext.text"
+msgid "Minor:"
msgstr ""
-#: tp_SeriesToAxis.src#TP_OPTIONS.1.fixedline.text
-msgid "Align data series to"
-msgstr "მონაცემთა სერიების განლაგება"
+#. 3/jC
+#: tp_AxisPositions.src
+msgctxt ""
+"tp_AxisPositions.src\n"
+"TP_AXIS_POSITIONS\n"
+"CB_MINOR_INNER\n"
+"checkbox.text"
+msgid "I~nner"
+msgstr "შ~იდა"
-#: tp_SeriesToAxis.src#TP_OPTIONS.RBT_OPT_AXIS_1.radiobutton.text
-msgid "Primary Y axis"
-msgstr "პირველადი Y ღერძი"
+#. q[lj
+#: tp_AxisPositions.src
+msgctxt ""
+"tp_AxisPositions.src\n"
+"TP_AXIS_POSITIONS\n"
+"CB_MINOR_OUTER\n"
+"checkbox.text"
+msgid "O~uter"
+msgstr "გ~არე"
-#: tp_SeriesToAxis.src#TP_OPTIONS.RBT_OPT_AXIS_2.radiobutton.text
-msgid "Secondary Y axis"
+#. -O43
+#: tp_AxisPositions.src
+msgctxt ""
+"tp_AxisPositions.src\n"
+"TP_AXIS_POSITIONS\n"
+"FT_PLACE_TICKS\n"
+"fixedtext.text"
+msgid "Place ~marks"
msgstr ""
-#: tp_SeriesToAxis.src#TP_OPTIONS.GB_BAR.fixedline.text
-msgid "Settings"
-msgstr "პარამეტრები"
-
-#: tp_SeriesToAxis.src#TP_OPTIONS.FT_OVERLAP.fixedtext.text
-msgid "~Overlap"
-msgstr "~გადაფარვა"
-
-#: tp_SeriesToAxis.src#TP_OPTIONS.FT_GAP.fixedtext.text
-msgid "~Spacing"
-msgstr "~ინტერვალი"
-
-#: tp_SeriesToAxis.src#TP_OPTIONS.CB_CONNECTOR.checkbox.text
-msgid "Connection lines"
-msgstr "კავშირის ხაზები"
-
-#: tp_SeriesToAxis.src#TP_OPTIONS.CB_BARS_SIDE_BY_SIDE.checkbox.text
-msgid "Show ~bars side by side"
+#. jiQk
+#: tp_AxisPositions.src
+msgctxt ""
+"tp_AxisPositions.src\n"
+"TP_AXIS_POSITIONS.LB_PLACE_TICKS\n"
+"1\n"
+"stringlist.text"
+msgid "At labels"
msgstr ""
-#: tp_SeriesToAxis.src#TP_OPTIONS.FL_PLOT_OPTIONS.fixedline.text
-msgctxt "tp_SeriesToAxis.src#TP_OPTIONS.FL_PLOT_OPTIONS.fixedline.text"
-msgid "Plot options"
+#. V3YC
+#: tp_AxisPositions.src
+msgctxt ""
+"tp_AxisPositions.src\n"
+"TP_AXIS_POSITIONS.LB_PLACE_TICKS\n"
+"2\n"
+"stringlist.text"
+msgid "At axis"
msgstr ""
-#: tp_SeriesToAxis.src#TP_OPTIONS.FT_MISSING_VALUES.fixedtext.text
-msgid "Plot missing values"
+#. 8E8C
+#: tp_AxisPositions.src
+msgctxt ""
+"tp_AxisPositions.src\n"
+"TP_AXIS_POSITIONS.LB_PLACE_TICKS\n"
+"3\n"
+"stringlist.text"
+msgid "At axis and labels"
msgstr ""
-#: tp_SeriesToAxis.src#TP_OPTIONS.RB_DONT_PAINT.radiobutton.text
-msgid "~Leave gap"
-msgstr ""
+#. ;!Z4
+#: tp_AxisPositions.src
+msgctxt ""
+"tp_AxisPositions.src\n"
+"TP_AXIS_POSITIONS\n"
+"FL_GRIDS\n"
+"fixedline.text"
+msgid "Grids"
+msgstr "ბადე"
-#: tp_SeriesToAxis.src#TP_OPTIONS.RB_ASSUME_ZERO.radiobutton.text
-msgid "~Assume zero"
+#. XP5Z
+#: tp_AxisPositions.src
+msgctxt ""
+"tp_AxisPositions.src\n"
+"TP_AXIS_POSITIONS\n"
+"CB_MAJOR_GRID\n"
+"checkbox.text"
+msgid "Show major ~grid"
msgstr ""
-#: tp_SeriesToAxis.src#TP_OPTIONS.RB_CONTINUE_LINE.radiobutton.text
-msgid "~Continue line"
+#. /pjH
+#: tp_AxisPositions.src
+#, fuzzy
+msgctxt ""
+"tp_AxisPositions.src\n"
+"TP_AXIS_POSITIONS\n"
+"PB_MAJOR_GRID\n"
+"pushbutton.text"
+msgid "Mo~re..."
+msgstr "დამატებით..."
+
+#. 3LQ!
+#: tp_AxisPositions.src
+msgctxt ""
+"tp_AxisPositions.src\n"
+"TP_AXIS_POSITIONS\n"
+"CB_MINOR_GRID\n"
+"checkbox.text"
+msgid "~Show minor grid"
msgstr ""
-#: tp_SeriesToAxis.src#TP_OPTIONS.CB_INCLUDE_HIDDEN_CELLS.checkbox.text
-msgctxt "tp_SeriesToAxis.src#TP_OPTIONS.CB_INCLUDE_HIDDEN_CELLS.checkbox.text"
-msgid "Include ~values from hidden cells"
+#. ZpxH
+#: tp_AxisPositions.src
+#, fuzzy
+msgctxt ""
+"tp_AxisPositions.src\n"
+"TP_AXIS_POSITIONS\n"
+"PB_MINOR_GRID\n"
+"pushbutton.text"
+msgid "Mor~e..."
+msgstr "დამატებით..."
+
+#. =[g1
+#: res_ErrorBar_tmpl.hrc
+msgctxt ""
+"res_ErrorBar_tmpl.hrc\n"
+"WORKAROUND\n"
+"1\n"
+"stringlist.text"
+msgid "Standard Error"
msgstr ""
-#: tp_3D_SceneGeometry.src#CUSTOMUNITTEXT_DEGREE.#define.text
-msgid " degrees"
-msgstr "გრადუსი"
-
-#: tp_3D_SceneGeometry.src#TP_3D_SCENEGEOMETRY.CBX_RIGHT_ANGLED_AXES.checkbox.text
-msgid "~Right-angled axes"
-msgstr ""
+#. hiJ@
+#: res_ErrorBar_tmpl.hrc
+msgctxt ""
+"res_ErrorBar_tmpl.hrc\n"
+"WORKAROUND\n"
+"2\n"
+"stringlist.text"
+msgid "Standard Deviation"
+msgstr "~სტანდარტული გადახრა"
-#: tp_3D_SceneGeometry.src#TP_3D_SCENEGEOMETRY.FT_X_ROTATION.fixedtext.text
-msgid "~X rotation"
-msgstr ""
+#. ;Hm,
+#: res_ErrorBar_tmpl.hrc
+msgctxt ""
+"res_ErrorBar_tmpl.hrc\n"
+"WORKAROUND\n"
+"3\n"
+"stringlist.text"
+msgid "Variance"
+msgstr "~ვარიანტები"
-#: tp_3D_SceneGeometry.src#TP_3D_SCENEGEOMETRY.FT_Y_ROTATION.fixedtext.text
-msgid "~Y rotation"
-msgstr ""
+#. D]IP
+#: res_ErrorBar_tmpl.hrc
+msgctxt ""
+"res_ErrorBar_tmpl.hrc\n"
+"WORKAROUND\n"
+"4\n"
+"stringlist.text"
+msgid "Error Margin"
+msgstr "უხეში შე~ცდომა"
-#: tp_3D_SceneGeometry.src#TP_3D_SCENEGEOMETRY.FT_Z_ROTATION.fixedtext.text
-msgid "~Z rotation"
-msgstr ""
+#. ,[ic
+#: res_ErrorBar_tmpl.hrc
+msgctxt ""
+"res_ErrorBar_tmpl.hrc\n"
+"RESOURCE_ERRORBARS(availablewidth, yoffset)\n"
+"FL_ERROR\n"
+"fixedline.text"
+msgid "Error Category"
+msgstr "შეცდომის კატეგორია"
-#: tp_3D_SceneGeometry.src#TP_3D_SCENEGEOMETRY.CBX_PERSPECTIVE.checkbox.text
-msgid "~Perspective"
-msgstr "~კუთხე"
+#. |Bzt
+#: res_ErrorBar_tmpl.hrc
+#, fuzzy
+msgctxt ""
+"res_ErrorBar_tmpl.hrc\n"
+"RESOURCE_ERRORBARS(availablewidth, yoffset)\n"
+"RB_NONE\n"
+"radiobutton.text"
+msgid "~None"
+msgstr "არაფერი"
+
+#. (T]f
+#: res_ErrorBar_tmpl.hrc
+msgctxt ""
+"res_ErrorBar_tmpl.hrc\n"
+"RESOURCE_ERRORBARS(availablewidth, yoffset)\n"
+"RB_CONST\n"
+"radiobutton.text"
+msgid "~Constant Value"
+msgstr "~კონსტანტური მნიშვნელობა"
-#: res_Trendline_tmpl.hrc#RESOURCE_TRENDLINE_availablewidth__yoffset_.FL_TYPE.fixedline.text
-msgid "Regression Type"
-msgstr ""
+#. 21lr
+#: res_ErrorBar_tmpl.hrc
+msgctxt ""
+"res_ErrorBar_tmpl.hrc\n"
+"RESOURCE_ERRORBARS(availablewidth, yoffset)\n"
+"RB_PERCENT\n"
+"radiobutton.text"
+msgid "~Percentage"
+msgstr "~პროცენტი"
-#: res_Trendline_tmpl.hrc#RESOURCE_TRENDLINE_availablewidth__yoffset_.RB_NONE.radiobutton.text
-msgctxt "res_Trendline_tmpl.hrc#RESOURCE_TRENDLINE_availablewidth__yoffset_.RB_NONE.radiobutton.text"
-msgid "~None"
-msgstr ""
+#. 40%j
+#: res_ErrorBar_tmpl.hrc
+#, fuzzy
+msgctxt ""
+"res_ErrorBar_tmpl.hrc\n"
+"RESOURCE_ERRORBARS(availablewidth, yoffset)\n"
+"RB_RANGE\n"
+"radiobutton.text"
+msgid "Cell ~Range"
+msgstr "უჯრის შუალედი"
+
+#. ;Mat
+#: res_ErrorBar_tmpl.hrc
+msgctxt ""
+"res_ErrorBar_tmpl.hrc\n"
+"RESOURCE_ERRORBARS(availablewidth, yoffset)\n"
+"FL_PARAMETERS\n"
+"fixedline.text"
+msgid "Parameters"
+msgstr "პარამეტრები"
-#: res_Trendline_tmpl.hrc#RESOURCE_TRENDLINE_availablewidth__yoffset_.RB_LINEAR.radiobutton.text
-msgid "~Linear"
+#. [9VJ
+#: res_ErrorBar_tmpl.hrc
+msgctxt ""
+"res_ErrorBar_tmpl.hrc\n"
+"RESOURCE_ERRORBARS(availablewidth, yoffset)\n"
+"FT_POSITIVE\n"
+"fixedtext.text"
+msgid "P~ositive (+)"
msgstr ""
-#: res_Trendline_tmpl.hrc#RESOURCE_TRENDLINE_availablewidth__yoffset_.RB_LOGARITHMIC.radiobutton.text
-msgid "L~ogarithmic"
+#. 1,gt
+#: res_ErrorBar_tmpl.hrc
+msgctxt ""
+"res_ErrorBar_tmpl.hrc\n"
+"RESOURCE_ERRORBARS(availablewidth, yoffset)\n"
+"FT_NEGATIVE\n"
+"fixedtext.text"
+msgid "~Negative (-)"
msgstr ""
-#: res_Trendline_tmpl.hrc#RESOURCE_TRENDLINE_availablewidth__yoffset_.RB_EXPONENTIAL.radiobutton.text
-msgid "E~xponential"
+#. LUUh
+#: res_ErrorBar_tmpl.hrc
+msgctxt ""
+"res_ErrorBar_tmpl.hrc\n"
+"RESOURCE_ERRORBARS(availablewidth, yoffset)\n"
+"CB_SYN_POS_NEG\n"
+"checkbox.text"
+msgid "Same value for both"
msgstr ""
-#: res_Trendline_tmpl.hrc#RESOURCE_TRENDLINE_availablewidth__yoffset_.RB_POWER.radiobutton.text
-msgid "~Power"
-msgstr ""
+#. Fj-Q
+#: res_ErrorBar_tmpl.hrc
+msgctxt ""
+"res_ErrorBar_tmpl.hrc\n"
+"RESOURCE_ERRORBARS(availablewidth, yoffset)\n"
+"FL_INDICATE\n"
+"fixedline.text"
+msgid "Error Indicator"
+msgstr "შეცდომის ~ინდიკატორი"
-#: res_Trendline_tmpl.hrc#RESOURCE_TRENDLINE_availablewidth__yoffset_.FL_EQUATION.fixedline.text
-msgctxt "res_Trendline_tmpl.hrc#RESOURCE_TRENDLINE_availablewidth__yoffset_.FL_EQUATION.fixedline.text"
-msgid "Equation"
+#. cl0H
+#: res_ErrorBar_tmpl.hrc
+msgctxt ""
+"res_ErrorBar_tmpl.hrc\n"
+"RESOURCE_ERRORBARS(availablewidth, yoffset)\n"
+"RB_BOTH\n"
+"radiobutton.text"
+msgid "Positive ~and Negative"
msgstr ""
-#: res_Trendline_tmpl.hrc#RESOURCE_TRENDLINE_availablewidth__yoffset_.CB_SHOW_EQUATION.checkbox.text
-msgid "Show ~equation"
-msgstr ""
+#. _eU_
+#: res_ErrorBar_tmpl.hrc
+msgctxt ""
+"res_ErrorBar_tmpl.hrc\n"
+"RESOURCE_ERRORBARS(availablewidth, yoffset)\n"
+"RB_POSITIVE\n"
+"radiobutton.text"
+msgid "Pos~itive"
+msgstr "პოზიცია"
-#: res_Trendline_tmpl.hrc#RESOURCE_TRENDLINE_availablewidth__yoffset_.CB_SHOW_CORRELATION_COEFF.checkbox.text
-msgid "Show ~coefficient of determination (R²)"
+#. FS4-
+#: res_ErrorBar_tmpl.hrc
+msgctxt ""
+"res_ErrorBar_tmpl.hrc\n"
+"RESOURCE_ERRORBARS(availablewidth, yoffset)\n"
+"RB_NEGATIVE\n"
+"radiobutton.text"
+msgid "Ne~gative"
msgstr ""
-#: tp_Scale.src#STR_LIST_TIME_UNIT.1.stringlist.text
+#. 5KHP
+#: tp_Scale.src
#, fuzzy
+msgctxt ""
+"tp_Scale.src\n"
+"STR_LIST_TIME_UNIT\n"
+"1\n"
+"stringlist.text"
msgid "Days"
msgstr ""
"#-#-#-#-# dbgui.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -1092,33 +3512,74 @@ msgstr ""
"#-#-#-#-# analysis.po (PACKAGE VERSION) #-#-#-#-#\n"
"დღეები"
-#: tp_Scale.src#STR_LIST_TIME_UNIT.2.stringlist.text
+#. *u.K
+#: tp_Scale.src
+msgctxt ""
+"tp_Scale.src\n"
+"STR_LIST_TIME_UNIT\n"
+"2\n"
+"stringlist.text"
msgid "Months"
msgstr "თვეებით"
-#: tp_Scale.src#STR_LIST_TIME_UNIT.3.stringlist.text
+#. )(SQ
+#: tp_Scale.src
+msgctxt ""
+"tp_Scale.src\n"
+"STR_LIST_TIME_UNIT\n"
+"3\n"
+"stringlist.text"
msgid "Years"
msgstr "წლებით"
-#: tp_Scale.src#TP_SCALE.FL_SCALE.fixedline.text
-msgctxt "tp_Scale.src#TP_SCALE.FL_SCALE.fixedline.text"
+#. ~9J`
+#: tp_Scale.src
+msgctxt ""
+"tp_Scale.src\n"
+"TP_SCALE\n"
+"FL_SCALE\n"
+"fixedline.text"
msgid "Scale"
msgstr "მასშტაბირება"
-#: tp_Scale.src#TP_SCALE.CBX_REVERSE.checkbox.text
+#. dTXi
+#: tp_Scale.src
+msgctxt ""
+"tp_Scale.src\n"
+"TP_SCALE\n"
+"CBX_REVERSE\n"
+"checkbox.text"
msgid "~Reverse direction"
msgstr ""
-#: tp_Scale.src#TP_SCALE.CBX_LOGARITHM.checkbox.text
+#. :\7L
+#: tp_Scale.src
+msgctxt ""
+"tp_Scale.src\n"
+"TP_SCALE\n"
+"CBX_LOGARITHM\n"
+"checkbox.text"
msgid "~Logarithmic scale"
msgstr ""
-#: tp_Scale.src#TP_SCALE.TXT_AXIS_TYPE.fixedtext.text
+#. )tli
+#: tp_Scale.src
+msgctxt ""
+"tp_Scale.src\n"
+"TP_SCALE\n"
+"TXT_AXIS_TYPE\n"
+"fixedtext.text"
msgid "T~ype"
msgstr "აკ~რეფვა"
-#: tp_Scale.src#TP_SCALE.LB_AXIS_TYPE.1.stringlist.text
+#. fGyk
+#: tp_Scale.src
#, fuzzy
+msgctxt ""
+"tp_Scale.src\n"
+"TP_SCALE.LB_AXIS_TYPE\n"
+"1\n"
+"stringlist.text"
msgid "Automatic"
msgstr ""
"#-#-#-#-# app.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -1138,12 +3599,24 @@ msgstr ""
"#-#-#-#-# tbxctrls.po (PACKAGE VERSION) #-#-#-#-#\n"
"ავტომატური"
-#: tp_Scale.src#TP_SCALE.LB_AXIS_TYPE.2.stringlist.text
+#. _1xX
+#: tp_Scale.src
+msgctxt ""
+"tp_Scale.src\n"
+"TP_SCALE.LB_AXIS_TYPE\n"
+"2\n"
+"stringlist.text"
msgid "Text"
msgstr "ტექსტი"
-#: tp_Scale.src#TP_SCALE.LB_AXIS_TYPE.3.stringlist.text
+#. :yj^
+#: tp_Scale.src
#, fuzzy
+msgctxt ""
+"tp_Scale.src\n"
+"TP_SCALE.LB_AXIS_TYPE\n"
+"3\n"
+"stringlist.text"
msgid "Date"
msgstr ""
"#-#-#-#-# ribbar.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -1173,247 +3646,200 @@ msgstr ""
"#-#-#-#-# dialog.po (PACKAGE VERSION) #-#-#-#-#\n"
"თარიღი"
-#: tp_Scale.src#TP_SCALE.TXT_MIN.fixedtext.text
+#. j%DR
+#: tp_Scale.src
+msgctxt ""
+"tp_Scale.src\n"
+"TP_SCALE\n"
+"TXT_MIN\n"
+"fixedtext.text"
msgid "~Minimum"
msgstr "~მონიმუმი"
-#: tp_Scale.src#TP_SCALE.CBX_AUTO_MIN.checkbox.text
+#. #X(g
+#: tp_Scale.src
+msgctxt ""
+"tp_Scale.src\n"
+"TP_SCALE\n"
+"CBX_AUTO_MIN\n"
+"checkbox.text"
msgid "~Automatic"
msgstr "ავტომატური"
-#: tp_Scale.src#TP_SCALE.TXT_MAX.fixedtext.text
+#. V^*c
+#: tp_Scale.src
+msgctxt ""
+"tp_Scale.src\n"
+"TP_SCALE\n"
+"TXT_MAX\n"
+"fixedtext.text"
msgid "Ma~ximum"
msgstr "მა~ქსიმუმი"
-#: tp_Scale.src#TP_SCALE.CBX_AUTO_MAX.checkbox.text
-msgctxt "tp_Scale.src#TP_SCALE.CBX_AUTO_MAX.checkbox.text"
+#. ez:a
+#: tp_Scale.src
+msgctxt ""
+"tp_Scale.src\n"
+"TP_SCALE\n"
+"CBX_AUTO_MAX\n"
+"checkbox.text"
msgid "A~utomatic"
msgstr "ა~ვტომატური"
-#: tp_Scale.src#TP_SCALE.TXT_TIME_RESOLUTION.fixedtext.text
+#. 52OW
+#: tp_Scale.src
#, fuzzy
+msgctxt ""
+"tp_Scale.src\n"
+"TP_SCALE\n"
+"TXT_TIME_RESOLUTION\n"
+"fixedtext.text"
msgid "R~esolution"
msgstr "~გარჩევადობა"
-#: tp_Scale.src#TP_SCALE.CBX_AUTO_TIME_RESOLUTION.checkbox.text
+#. vO{%
+#: tp_Scale.src
#, fuzzy
-msgctxt "tp_Scale.src#TP_SCALE.CBX_AUTO_TIME_RESOLUTION.checkbox.text"
+msgctxt ""
+"tp_Scale.src\n"
+"TP_SCALE\n"
+"CBX_AUTO_TIME_RESOLUTION\n"
+"checkbox.text"
msgid "Automat~ic"
msgstr "ავტომატური"
-#: tp_Scale.src#TP_SCALE.TXT_STEP_MAIN.fixedtext.text
+#. CUJ9
+#: tp_Scale.src
#, fuzzy
+msgctxt ""
+"tp_Scale.src\n"
+"TP_SCALE\n"
+"TXT_STEP_MAIN\n"
+"fixedtext.text"
msgid "Ma~jor interval"
msgstr "და~შორებები"
-#: tp_Scale.src#TP_SCALE.CBX_AUTO_STEP_MAIN.checkbox.text
+#. XCc[
+#: tp_Scale.src
+msgctxt ""
+"tp_Scale.src\n"
+"TP_SCALE\n"
+"CBX_AUTO_STEP_MAIN\n"
+"checkbox.text"
msgid "Au~tomatic"
msgstr "ავტომატური"
-#: tp_Scale.src#TP_SCALE.TXT_STEP_HELP_COUNT.fixedtext.text
+#. ;r1\
+#: tp_Scale.src
+msgctxt ""
+"tp_Scale.src\n"
+"TP_SCALE\n"
+"TXT_STEP_HELP_COUNT\n"
+"fixedtext.text"
msgid "Minor inter~val count"
msgstr ""
-#: tp_Scale.src#TP_SCALE.TXT_STEP_HELP.fixedtext.text
+#. {bi6
+#: tp_Scale.src
#, fuzzy
+msgctxt ""
+"tp_Scale.src\n"
+"TP_SCALE\n"
+"TXT_STEP_HELP\n"
+"fixedtext.text"
msgid "Minor inter~val"
msgstr "დაშორების ინტერვალის დაცვა"
-#: tp_Scale.src#TP_SCALE.CBX_AUTO_STEP_HELP.checkbox.text
+#. {*X1
+#: tp_Scale.src
+msgctxt ""
+"tp_Scale.src\n"
+"TP_SCALE\n"
+"CBX_AUTO_STEP_HELP\n"
+"checkbox.text"
msgid "Aut~omatic"
msgstr "ავტომატური"
-#: tp_Scale.src#TP_SCALE.TXT_ORIGIN.fixedtext.text
+#. [;l[
+#: tp_Scale.src
#, fuzzy
+msgctxt ""
+"tp_Scale.src\n"
+"TP_SCALE\n"
+"TXT_ORIGIN\n"
+"fixedtext.text"
msgid "Re~ference value"
msgstr "მოხსენიების მნიშვნელობა (ჩართვა)"
-#: tp_Scale.src#TP_SCALE.CBX_AUTO_ORIGIN.checkbox.text
+#. =H40
+#: tp_Scale.src
#, fuzzy
-msgctxt "tp_Scale.src#TP_SCALE.CBX_AUTO_ORIGIN.checkbox.text"
+msgctxt ""
+"tp_Scale.src\n"
+"TP_SCALE\n"
+"CBX_AUTO_ORIGIN\n"
+"checkbox.text"
msgid "Automat~ic"
msgstr "ავტომატური"
-#: dlg_InsertAxis_Grid.src#DLG_AXIS_OR_GRID.FL_PRIMARY_AXIS.fixedline.text
-msgctxt "dlg_InsertAxis_Grid.src#DLG_AXIS_OR_GRID.FL_PRIMARY_AXIS.fixedline.text"
-msgid "Axes"
-msgstr ""
-
-#: dlg_InsertAxis_Grid.src#DLG_AXIS_OR_GRID.FL_PRIMARY_GRID.fixedline.text
-msgid "Major grids"
-msgstr ""
-
-#: dlg_InsertAxis_Grid.src#DLG_AXIS_OR_GRID.CB_X_PRIMARY.checkbox.text
-msgctxt "dlg_InsertAxis_Grid.src#DLG_AXIS_OR_GRID.CB_X_PRIMARY.checkbox.text"
-msgid "~X axis"
-msgstr "~X ღერძი"
-
-#: dlg_InsertAxis_Grid.src#DLG_AXIS_OR_GRID.CB_Y_PRIMARY.checkbox.text
-msgctxt "dlg_InsertAxis_Grid.src#DLG_AXIS_OR_GRID.CB_Y_PRIMARY.checkbox.text"
-msgid "~Y axis"
-msgstr "~Y ღერძი"
-
-#: dlg_InsertAxis_Grid.src#DLG_AXIS_OR_GRID.CB_Z_PRIMARY.checkbox.text
-msgctxt "dlg_InsertAxis_Grid.src#DLG_AXIS_OR_GRID.CB_Z_PRIMARY.checkbox.text"
-msgid "~Z axis"
-msgstr "~Z ღერძი"
-
-#: dlg_InsertAxis_Grid.src#DLG_AXIS_OR_GRID.FL_SECONDARY_AXIS.fixedline.text
-msgid "Secondary axes"
-msgstr ""
-
-#: dlg_InsertAxis_Grid.src#DLG_AXIS_OR_GRID.FL_SECONDARY_GRID.fixedline.text
-msgid "Minor grids"
-msgstr ""
-
-#: Strings_Statistic.src#STR_INDICATE_BOTH.string.text
-msgid "Negative and Positive"
-msgstr ""
-
-#: Strings_Statistic.src#STR_INDICATE_DOWN.string.text
-msgid "Negative"
-msgstr ""
-
-#: Strings_Statistic.src#STR_INDICATE_UP.string.text
-msgid "Positive"
-msgstr "პოზიცია"
-
-#: Strings_Statistic.src#STR_CONTROLTEXT_ERROR_BARS_FROM_DATA.string.text
-msgid "From Data Table"
-msgstr ""
-
-#: Strings_Statistic.src#STR_REGRESSION_LINEAR.string.text
-msgid "Linear (%SERIESNAME)"
-msgstr ""
-
-#: Strings_Statistic.src#STR_REGRESSION_LOG.string.text
-msgid "Logarithmic (%SERIESNAME)"
-msgstr ""
-
-#: Strings_Statistic.src#STR_REGRESSION_EXP.string.text
-msgid "Exponential (%SERIESNAME)"
-msgstr ""
-
-#: Strings_Statistic.src#STR_REGRESSION_POWER.string.text
-msgid "Power (%SERIESNAME)"
-msgstr ""
-
-#: Strings_Statistic.src#STR_REGRESSION_MEAN.string.text
-msgid "Mean (%SERIESNAME)"
-msgstr ""
-
-#: res_TextSeparator.src#LB_TEXT_SEPARATOR.1.stringlist.text
-msgid "Space"
-msgstr "სივრცე"
-
-#: res_TextSeparator.src#LB_TEXT_SEPARATOR.2.stringlist.text
-msgid "Comma"
-msgstr ""
-
-#: res_TextSeparator.src#LB_TEXT_SEPARATOR.3.stringlist.text
-msgid "Semicolon"
-msgstr ""
-
-#: res_TextSeparator.src#LB_TEXT_SEPARATOR.4.stringlist.text
-msgid "New line"
-msgstr ""
-
-#: res_BarGeometry.src#LB_BAR_GEOMETRY.1.stringlist.text
+#. 6:Wa
+#: res_BarGeometry.src
+msgctxt ""
+"res_BarGeometry.src\n"
+"LB_BAR_GEOMETRY\n"
+"1\n"
+"stringlist.text"
msgid "Box"
-msgstr ""
-
-#: res_BarGeometry.src#LB_BAR_GEOMETRY.2.stringlist.text
+msgstr "ყუთი"
+
+#. -l2b
+#: res_BarGeometry.src
+msgctxt ""
+"res_BarGeometry.src\n"
+"LB_BAR_GEOMETRY\n"
+"2\n"
+"stringlist.text"
msgid "Cylinder"
msgstr "ცილინდრი"
-#: res_BarGeometry.src#LB_BAR_GEOMETRY.3.stringlist.text
+#. PKtY
+#: res_BarGeometry.src
+msgctxt ""
+"res_BarGeometry.src\n"
+"LB_BAR_GEOMETRY\n"
+"3\n"
+"stringlist.text"
msgid "Cone"
msgstr "კონუსი"
-#: res_BarGeometry.src#LB_BAR_GEOMETRY.4.stringlist.text
+#. 57Zr
+#: res_BarGeometry.src
+msgctxt ""
+"res_BarGeometry.src\n"
+"LB_BAR_GEOMETRY\n"
+"4\n"
+"stringlist.text"
msgid "Pyramid"
msgstr "პირამიდა"
-#: tp_3D_SceneIllumination.src#TP_3D_SCENEILLUMINATION.FT_LIGHTSOURCE.fixedtext.text
-msgid "~Light source"
-msgstr "~სინათლის წყარო"
-
-#: tp_3D_SceneIllumination.src#TP_3D_SCENEILLUMINATION.FT_AMBIENTLIGHT.fixedtext.text
-msgid "~Ambient light"
-msgstr "~გარემომცველი სინათლე"
-
-#: tp_3D_SceneIllumination.src#STR_LIGHT_PREVIEW.string.text
-#, fuzzy
-msgid "Light Preview"
-msgstr "ღია მწვანე"
-
-#: dlg_DataSource.src#DLG_DATA_SOURCE.tabdialog.text
-#, fuzzy
-msgid "Data Ranges"
-msgstr "მონაცემთა თანრიგი"
-
-#: dlg_DataEditor.src#DLG_DIAGRAM_DATA.TBX_DATA.TBI_DATA_INSERT_ROW.toolboxitem.text
-msgid "Insert Row"
-msgstr "სტრიქონის ჩასმა"
-
-#: dlg_DataEditor.src#DLG_DIAGRAM_DATA.TBX_DATA.TBI_DATA_INSERT_COL.toolboxitem.text
-msgid "Insert Series"
-msgstr ""
-
-#: dlg_DataEditor.src#DLG_DIAGRAM_DATA.TBX_DATA.TBI_DATA_INSERT_TEXT_COL.toolboxitem.text
-msgid "Insert Text Column"
-msgstr ""
-
-#: dlg_DataEditor.src#DLG_DIAGRAM_DATA.TBX_DATA.TBI_DATA_DELETE_ROW.toolboxitem.text
-msgid "Delete Row"
-msgstr ""
-
-#: dlg_DataEditor.src#DLG_DIAGRAM_DATA.TBX_DATA.TBI_DATA_DELETE_COL.toolboxitem.text
-msgid "Delete Series"
-msgstr ""
-
-#: dlg_DataEditor.src#DLG_DIAGRAM_DATA.TBX_DATA.TBI_DATA_SWAP_COL.toolboxitem.text
-msgid "Move Series Right"
-msgstr ""
-
-#: dlg_DataEditor.src#DLG_DIAGRAM_DATA.TBX_DATA.TBI_DATA_SWAP_ROW.toolboxitem.text
-msgid "Move Row Down"
-msgstr ""
-
-#: dlg_DataEditor.src#DLG_DIAGRAM_DATA.modaldialog.text
-msgid "Data Table"
-msgstr ""
-
-#: Strings_Scale.src#STR_INVALID_NUMBER.string.text
-msgid "Numbers are required. Check your input."
-msgstr ""
-
-#: Strings_Scale.src#STR_STEP_GT_ZERO.string.text
-msgid "The major interval requires a positive number. Check your input."
-msgstr ""
-
-#: Strings_Scale.src#STR_BAD_LOGARITHM.string.text
-msgid "The logarithmic scale requires positive numbers. Check your input."
-msgstr ""
-
-#: Strings_Scale.src#STR_MIN_GREATER_MAX.string.text
-msgid "The minimum must be lower than the maximum. Check your input."
-msgstr ""
-
-#: Strings_Scale.src#STR_INVALID_INTERVALS.string.text
-msgid "The major interval needs to be greater than the minor interval. Check your input."
-msgstr ""
-
-#: Strings_Scale.src#STR_INVALID_TIME_UNIT.string.text
-msgid "The major and minor interval need to be greater or equal to the resolution. Check your input."
-msgstr ""
-
-#: res_DataLabel_tmpl.hrc#WORKAROUND.1.stringlist.text
+#. -7}K
+#: res_DataLabel_tmpl.hrc
+msgctxt ""
+"res_DataLabel_tmpl.hrc\n"
+"WORKAROUND\n"
+"1\n"
+"stringlist.text"
msgid "Best fit"
msgstr ""
-#: res_DataLabel_tmpl.hrc#WORKAROUND.2.stringlist.text
+#. s8-Y
+#: res_DataLabel_tmpl.hrc
#, fuzzy
+msgctxt ""
+"res_DataLabel_tmpl.hrc\n"
+"WORKAROUND\n"
+"2\n"
+"stringlist.text"
msgid "Center"
msgstr ""
"#-#-#-#-# UI.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -1427,8 +3853,14 @@ msgstr ""
"#-#-#-#-# tbxctrls.po (PACKAGE VERSION) #-#-#-#-#\n"
"ცენტრი"
-#: res_DataLabel_tmpl.hrc#WORKAROUND.3.stringlist.text
+#. bSEA
+#: res_DataLabel_tmpl.hrc
#, fuzzy
+msgctxt ""
+"res_DataLabel_tmpl.hrc\n"
+"WORKAROUND\n"
+"3\n"
+"stringlist.text"
msgid "Above"
msgstr ""
"#-#-#-#-# config.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -1436,20 +3868,44 @@ msgstr ""
"#-#-#-#-# tabpages.po (PACKAGE VERSION) #-#-#-#-#\n"
"ზემოდან"
-#: res_DataLabel_tmpl.hrc#WORKAROUND.4.stringlist.text
+#. u\_G
+#: res_DataLabel_tmpl.hrc
+msgctxt ""
+"res_DataLabel_tmpl.hrc\n"
+"WORKAROUND\n"
+"4\n"
+"stringlist.text"
msgid "Top left"
msgstr "მაღლა ზევით"
-#: res_DataLabel_tmpl.hrc#WORKAROUND.5.stringlist.text
+#. a9#w
+#: res_DataLabel_tmpl.hrc
+msgctxt ""
+"res_DataLabel_tmpl.hrc\n"
+"WORKAROUND\n"
+"5\n"
+"stringlist.text"
msgid "Left"
msgstr "~მარცხნივ"
-#: res_DataLabel_tmpl.hrc#WORKAROUND.6.stringlist.text
+#. =-^)
+#: res_DataLabel_tmpl.hrc
+msgctxt ""
+"res_DataLabel_tmpl.hrc\n"
+"WORKAROUND\n"
+"6\n"
+"stringlist.text"
msgid "Bottom left"
msgstr "ქვემოთ მარცხნივ"
-#: res_DataLabel_tmpl.hrc#WORKAROUND.7.stringlist.text
+#. i3le
+#: res_DataLabel_tmpl.hrc
#, fuzzy
+msgctxt ""
+"res_DataLabel_tmpl.hrc\n"
+"WORKAROUND\n"
+"7\n"
+"stringlist.text"
msgid "Below"
msgstr ""
"#-#-#-#-# config.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -1459,494 +3915,327 @@ msgstr ""
"#-#-#-#-# dialog.po (PACKAGE VERSION) #-#-#-#-#\n"
"ქვემოთ"
-#: res_DataLabel_tmpl.hrc#WORKAROUND.8.stringlist.text
+#. ui1O
+#: res_DataLabel_tmpl.hrc
+msgctxt ""
+"res_DataLabel_tmpl.hrc\n"
+"WORKAROUND\n"
+"8\n"
+"stringlist.text"
msgid "Bottom right"
msgstr "ქვემოთ მარჯვნივ"
-#: res_DataLabel_tmpl.hrc#WORKAROUND.9.stringlist.text
+#. G8,p
+#: res_DataLabel_tmpl.hrc
+msgctxt ""
+"res_DataLabel_tmpl.hrc\n"
+"WORKAROUND\n"
+"9\n"
+"stringlist.text"
msgid "Right"
msgstr "~მარჯვნივ"
-#: res_DataLabel_tmpl.hrc#WORKAROUND.10.stringlist.text
+#. DnRS
+#: res_DataLabel_tmpl.hrc
+msgctxt ""
+"res_DataLabel_tmpl.hrc\n"
+"WORKAROUND\n"
+"10\n"
+"stringlist.text"
msgid "Top right"
msgstr "მაღლა მარჯვნივ"
-#: res_DataLabel_tmpl.hrc#WORKAROUND.11.stringlist.text
+#. @A~T
+#: res_DataLabel_tmpl.hrc
+msgctxt ""
+"res_DataLabel_tmpl.hrc\n"
+"WORKAROUND\n"
+"11\n"
+"stringlist.text"
msgid "Inside"
msgstr "შიგნით"
-#: res_DataLabel_tmpl.hrc#WORKAROUND.12.stringlist.text
+#. Ub2P
+#: res_DataLabel_tmpl.hrc
+msgctxt ""
+"res_DataLabel_tmpl.hrc\n"
+"WORKAROUND\n"
+"12\n"
+"stringlist.text"
msgid "Outside"
msgstr "გარეთ"
-#: res_DataLabel_tmpl.hrc#WORKAROUND.13.stringlist.text
+#. ^q^+
+#: res_DataLabel_tmpl.hrc
+msgctxt ""
+"res_DataLabel_tmpl.hrc\n"
+"WORKAROUND\n"
+"13\n"
+"stringlist.text"
msgid "Near origin"
msgstr ""
-#: res_DataLabel_tmpl.hrc#RESOURCE_DATALABEL__xpos__ypos__.CB_VALUE_AS_NUMBER.checkbox.text
+#. r(m@
+#: res_DataLabel_tmpl.hrc
+msgctxt ""
+"res_DataLabel_tmpl.hrc\n"
+"RESOURCE_DATALABEL( xpos, ypos )\n"
+"CB_VALUE_AS_NUMBER\n"
+"checkbox.text"
msgid "Show value as ~number"
msgstr ""
-#: res_DataLabel_tmpl.hrc#RESOURCE_DATALABEL__xpos__ypos__.PB_NUMBERFORMAT.pushbutton.text
+#. 1j\s
+#: res_DataLabel_tmpl.hrc
+#, fuzzy
+msgctxt ""
+"res_DataLabel_tmpl.hrc\n"
+"RESOURCE_DATALABEL( xpos, ypos )\n"
+"PB_NUMBERFORMAT\n"
+"pushbutton.text"
msgid "Number ~format..."
-msgstr ""
-
-#: res_DataLabel_tmpl.hrc#RESOURCE_DATALABEL__xpos__ypos__.CB_VALUE_AS_PERCENTAGE.checkbox.text
+msgstr "ციფრების ფორმატირება..."
+
+#. b5UV
+#: res_DataLabel_tmpl.hrc
+msgctxt ""
+"res_DataLabel_tmpl.hrc\n"
+"RESOURCE_DATALABEL( xpos, ypos )\n"
+"CB_VALUE_AS_PERCENTAGE\n"
+"checkbox.text"
msgid "Show value as ~percentage"
msgstr ""
-#: res_DataLabel_tmpl.hrc#RESOURCE_DATALABEL__xpos__ypos__.PB_PERCENT_NUMBERFORMAT.pushbutton.text
+#. kGL.
+#: res_DataLabel_tmpl.hrc
+msgctxt ""
+"res_DataLabel_tmpl.hrc\n"
+"RESOURCE_DATALABEL( xpos, ypos )\n"
+"PB_PERCENT_NUMBERFORMAT\n"
+"pushbutton.text"
msgid "Percentage f~ormat..."
msgstr ""
-#: res_DataLabel_tmpl.hrc#RESOURCE_DATALABEL__xpos__ypos__.CB_CATEGORY.checkbox.text
+#. Hgqq
+#: res_DataLabel_tmpl.hrc
+msgctxt ""
+"res_DataLabel_tmpl.hrc\n"
+"RESOURCE_DATALABEL( xpos, ypos )\n"
+"CB_CATEGORY\n"
+"checkbox.text"
msgid "Show ~category"
msgstr ""
-#: res_DataLabel_tmpl.hrc#RESOURCE_DATALABEL__xpos__ypos__.CB_SYMBOL.checkbox.text
+#. =L9T
+#: res_DataLabel_tmpl.hrc
+msgctxt ""
+"res_DataLabel_tmpl.hrc\n"
+"RESOURCE_DATALABEL( xpos, ypos )\n"
+"CB_SYMBOL\n"
+"checkbox.text"
msgid "Show ~legend key"
msgstr ""
-#: res_DataLabel_tmpl.hrc#RESOURCE_DATALABEL__xpos__ypos__.FT_LABEL_PLACEMENT.fixedtext.text
+#. V0kj
+#: res_DataLabel_tmpl.hrc
+#, fuzzy
+msgctxt ""
+"res_DataLabel_tmpl.hrc\n"
+"RESOURCE_DATALABEL( xpos, ypos )\n"
+"FT_LABEL_PLACEMENT\n"
+"fixedtext.text"
msgid "Place~ment"
-msgstr ""
-
-#: res_DataLabel_tmpl.hrc#RESOURCE_DATALABEL__xpos__ypos__.FL_LABEL_ROTATE.fixedline.text
+msgstr "განთავსება"
+
+#. HUEL
+#: res_DataLabel_tmpl.hrc
+msgctxt ""
+"res_DataLabel_tmpl.hrc\n"
+"RESOURCE_DATALABEL( xpos, ypos )\n"
+"FL_LABEL_ROTATE\n"
+"fixedline.text"
msgid "Rotate Text"
msgstr "ტექსტის მოტრიალება"
-#: res_DataLabel_tmpl.hrc#RESOURCE_DATALABEL__xpos__ypos__.FT_LABEL_DEGREES.fixedtext.text
-msgctxt "res_DataLabel_tmpl.hrc#RESOURCE_DATALABEL__xpos__ypos__.FT_LABEL_DEGREES.fixedtext.text"
+#. ;\$8
+#: res_DataLabel_tmpl.hrc
+msgctxt ""
+"res_DataLabel_tmpl.hrc\n"
+"RESOURCE_DATALABEL( xpos, ypos )\n"
+"FT_LABEL_DEGREES\n"
+"fixedtext.text"
msgid "~Degrees"
msgstr "~გრადუსი"
-#: res_DataLabel_tmpl.hrc#RESOURCE_DATALABEL__xpos__ypos__.FT_LABEL_TEXTDIR.fixedtext.text
-msgctxt "res_DataLabel_tmpl.hrc#RESOURCE_DATALABEL__xpos__ypos__.FT_LABEL_TEXTDIR.fixedtext.text"
+#. 4#_y
+#: res_DataLabel_tmpl.hrc
+msgctxt ""
+"res_DataLabel_tmpl.hrc\n"
+"RESOURCE_DATALABEL( xpos, ypos )\n"
+"FT_LABEL_TEXTDIR\n"
+"fixedtext.text"
msgid "Te~xt direction"
msgstr "ტექსტის მიმართულება"
-#: dlg_ShapeParagraph.src#DLG_SHAPE_PARAGRAPH.1.RID_SVXPAGE_STD_PARAGRAPH.pageitem.text
-#, fuzzy
-msgid "Indents & Spacing"
-msgstr ""
-"#-#-#-#-# fmtui.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ტაბულაციები და ჰარეები\n"
-"#-#-#-#-# dialogs.po (PACKAGE VERSION) #-#-#-#-#\n"
-"შეწევა და დაშორება\n"
-"#-#-#-#-# form.po (PACKAGE VERSION) #-#-#-#-#\n"
-"დაშორება და დაშორებები"
-
-#: dlg_ShapeParagraph.src#DLG_SHAPE_PARAGRAPH.1.RID_SVXPAGE_ALIGN_PARAGRAPH.pageitem.text
-msgctxt "dlg_ShapeParagraph.src#DLG_SHAPE_PARAGRAPH.1.RID_SVXPAGE_ALIGN_PARAGRAPH.pageitem.text"
-msgid "Alignment"
-msgstr "გასწორება"
-
-#: dlg_ShapeParagraph.src#DLG_SHAPE_PARAGRAPH.1.RID_SVXPAGE_PARA_ASIAN.pageitem.text
-msgctxt "dlg_ShapeParagraph.src#DLG_SHAPE_PARAGRAPH.1.RID_SVXPAGE_PARA_ASIAN.pageitem.text"
-msgid "Asian Typography"
-msgstr ""
+#. ng[|
+#: tp_SeriesToAxis.src
+msgctxt ""
+"tp_SeriesToAxis.src\n"
+"TP_OPTIONS\n"
+"1\n"
+"fixedline.text"
+msgid "Align data series to"
+msgstr "მონაცემთა სერიების განლაგება"
-#: dlg_ShapeParagraph.src#DLG_SHAPE_PARAGRAPH.1.RID_SVXPAGE_TABULATOR.pageitem.text
-msgid "Tab"
-msgstr ""
+#. ~_SB
+#: tp_SeriesToAxis.src
+msgctxt ""
+"tp_SeriesToAxis.src\n"
+"TP_OPTIONS\n"
+"RBT_OPT_AXIS_1\n"
+"radiobutton.text"
+msgid "Primary Y axis"
+msgstr "პირველადი Y ღერძი"
-#: dlg_ShapeParagraph.src#DLG_SHAPE_PARAGRAPH.tabdialog.text
+#. _zJy
+#: tp_SeriesToAxis.src
#, fuzzy
-msgid "Paragraph"
-msgstr ""
-"#-#-#-#-# unocore.po (PACKAGE VERSION) #-#-#-#-#\n"
-"პარაგრაფი\n"
-"#-#-#-#-# shells.po (PACKAGE VERSION) #-#-#-#-#\n"
-"აბზაცი\n"
-"#-#-#-#-# tabpages.po (PACKAGE VERSION) #-#-#-#-#\n"
-"აბზაცი\n"
-"#-#-#-#-# dlg.po (PACKAGE VERSION) #-#-#-#-#\n"
-"აბზაცი\n"
-"#-#-#-#-# form.po (PACKAGE VERSION) #-#-#-#-#\n"
-"აბზაცი\n"
-"#-#-#-#-# items.po (PACKAGE VERSION) #-#-#-#-#\n"
-"აბზაცი"
-
-#: dlg_ShapeFont.src#DLG_SHAPE_FONT.1.RID_SVXPAGE_CHAR_NAME.pageitem.text
-msgctxt "dlg_ShapeFont.src#DLG_SHAPE_FONT.1.RID_SVXPAGE_CHAR_NAME.pageitem.text"
-msgid "Font"
-msgstr ""
-
-#: dlg_ShapeFont.src#DLG_SHAPE_FONT.1.RID_SVXPAGE_CHAR_EFFECTS.pageitem.text
-msgctxt "dlg_ShapeFont.src#DLG_SHAPE_FONT.1.RID_SVXPAGE_CHAR_EFFECTS.pageitem.text"
-msgid "Font Effects"
-msgstr "შრიფტის ეფექტები"
-
-#: dlg_ShapeFont.src#DLG_SHAPE_FONT.1.RID_SVXPAGE_CHAR_POSITION.pageitem.text
-msgid "Font Position"
-msgstr ""
-
-#: dlg_ShapeFont.src#DLG_SHAPE_FONT.tabdialog.text
-msgid "Character"
-msgstr "სიმბოლოები"
+msgctxt ""
+"tp_SeriesToAxis.src\n"
+"TP_OPTIONS\n"
+"RBT_OPT_AXIS_2\n"
+"radiobutton.text"
+msgid "Secondary Y axis"
+msgstr "~მეორადი Y ღერძი..."
+
+#. XQNr
+#: tp_SeriesToAxis.src
+msgctxt ""
+"tp_SeriesToAxis.src\n"
+"TP_OPTIONS\n"
+"GB_BAR\n"
+"fixedline.text"
+msgid "Settings"
+msgstr "პარამეტრები"
-#: tp_3D_SceneAppearance.src#TP_3D_SCENEAPPEARANCE.FT_SCHEME.fixedtext.text
-msgid "Sche~me"
-msgstr ""
+#. KMAa
+#: tp_SeriesToAxis.src
+msgctxt ""
+"tp_SeriesToAxis.src\n"
+"TP_OPTIONS\n"
+"FT_OVERLAP\n"
+"fixedtext.text"
+msgid "~Overlap"
+msgstr "~გადაფარვა"
-#: tp_3D_SceneAppearance.src#TP_3D_SCENEAPPEARANCE.CB_SHADING.checkbox.text
-msgid "~Shading"
+#. p1=I
+#: tp_SeriesToAxis.src
+msgctxt ""
+"tp_SeriesToAxis.src\n"
+"TP_OPTIONS\n"
+"FT_GAP\n"
+"fixedtext.text"
+msgid "~Spacing"
msgstr "~ინტერვალი"
-#: tp_3D_SceneAppearance.src#TP_3D_SCENEAPPEARANCE.CB_OBJECTLINES.checkbox.text
-msgid "~Object borders"
-msgstr ""
-
-#: tp_3D_SceneAppearance.src#TP_3D_SCENEAPPEARANCE.CB_ROUNDEDEDGE.checkbox.text
-msgid "~Rounded edges"
-msgstr ""
-
-#: res_SecondaryAxisCheckBoxes_tmpl.hrc#SECONDARYAXISCHECKBOXES__xpos__ypos__xOffset__yOffset__.CB_X_SECONDARY.checkbox.text
-msgctxt "res_SecondaryAxisCheckBoxes_tmpl.hrc#SECONDARYAXISCHECKBOXES__xpos__ypos__xOffset__yOffset__.CB_X_SECONDARY.checkbox.text"
-msgid "X ~axis"
-msgstr ""
-
-#: res_SecondaryAxisCheckBoxes_tmpl.hrc#SECONDARYAXISCHECKBOXES__xpos__ypos__xOffset__yOffset__.CB_Y_SECONDARY.checkbox.text
-msgctxt "res_SecondaryAxisCheckBoxes_tmpl.hrc#SECONDARYAXISCHECKBOXES__xpos__ypos__xOffset__yOffset__.CB_Y_SECONDARY.checkbox.text"
-msgid "Y ax~is"
-msgstr ""
-
-#: res_SecondaryAxisCheckBoxes_tmpl.hrc#SECONDARYAXISCHECKBOXES__xpos__ypos__xOffset__yOffset__.CB_Z_SECONDARY.checkbox.text
-msgid "Z axi~s"
-msgstr ""
-
-#: res_Titlesx_tmpl.hrc#TITLES__xpos__ypos__availableWidth__indentLabel__fixedLinesHeight__.FT_MAINTITLE.fixedtext.text
-msgid "~Title"
-msgstr "სათაური"
-
-#: res_Titlesx_tmpl.hrc#TITLES__xpos__ypos__availableWidth__indentLabel__fixedLinesHeight__.FT_SUBTITLE.fixedtext.text
-msgid "~Subtitle"
-msgstr "~ქვესათაური"
-
-#: res_Titlesx_tmpl.hrc#TITLES__xpos__ypos__availableWidth__indentLabel__fixedLinesHeight__.FL_AXES.fixedline.text
-msgctxt "res_Titlesx_tmpl.hrc#TITLES__xpos__ypos__availableWidth__indentLabel__fixedLinesHeight__.FL_AXES.fixedline.text"
-msgid "Axes"
-msgstr ""
-
-#: res_Titlesx_tmpl.hrc#TITLES__xpos__ypos__availableWidth__indentLabel__fixedLinesHeight__.FT_TITLE_X_AXIS.fixedtext.text
-msgctxt "res_Titlesx_tmpl.hrc#TITLES__xpos__ypos__availableWidth__indentLabel__fixedLinesHeight__.FT_TITLE_X_AXIS.fixedtext.text"
-msgid "~X axis"
-msgstr "~X ღერძი"
-
-#: res_Titlesx_tmpl.hrc#TITLES__xpos__ypos__availableWidth__indentLabel__fixedLinesHeight__.FT_TITLE_Y_AXIS.fixedtext.text
-msgctxt "res_Titlesx_tmpl.hrc#TITLES__xpos__ypos__availableWidth__indentLabel__fixedLinesHeight__.FT_TITLE_Y_AXIS.fixedtext.text"
-msgid "~Y axis"
-msgstr "~Y ღერძი"
-
-#: res_Titlesx_tmpl.hrc#TITLES__xpos__ypos__availableWidth__indentLabel__fixedLinesHeight__.FT_TITLE_Z_AXIS.fixedtext.text
-msgctxt "res_Titlesx_tmpl.hrc#TITLES__xpos__ypos__availableWidth__indentLabel__fixedLinesHeight__.FT_TITLE_Z_AXIS.fixedtext.text"
-msgid "~Z axis"
-msgstr "~Z ღერძი"
-
-#: res_Titlesx_tmpl.hrc#TITLES__xpos__ypos__availableWidth__indentLabel__fixedLinesHeight__.FL_SECONDARY_AXES.fixedline.text
-msgid "Secondary Axes"
-msgstr ""
-
-#: res_Titlesx_tmpl.hrc#TITLES__xpos__ypos__availableWidth__indentLabel__fixedLinesHeight__.FT_TITLE_SECONDARY_X_AXIS.fixedtext.text
-msgctxt "res_Titlesx_tmpl.hrc#TITLES__xpos__ypos__availableWidth__indentLabel__fixedLinesHeight__.FT_TITLE_SECONDARY_X_AXIS.fixedtext.text"
-msgid "X ~axis"
-msgstr ""
-
-#: res_Titlesx_tmpl.hrc#TITLES__xpos__ypos__availableWidth__indentLabel__fixedLinesHeight__.FT_TITLE_SECONDARY_Y_AXIS.fixedtext.text
-msgctxt "res_Titlesx_tmpl.hrc#TITLES__xpos__ypos__availableWidth__indentLabel__fixedLinesHeight__.FT_TITLE_SECONDARY_Y_AXIS.fixedtext.text"
-msgid "Y ax~is"
-msgstr ""
-
-#: tp_Wizard_TitlesAndObjects.src#TP_WIZARD_TITLEANDOBJECTS.FT_TITLEDESCRIPTION.fixedtext.text
-msgid "Choose titles, legend, and grid settings"
-msgstr ""
-
-#: tp_Wizard_TitlesAndObjects.src#TP_WIZARD_TITLEANDOBJECTS.FL_GRIDS.fixedline.text
-msgid "Display grids"
-msgstr ""
-
-#: tp_PolarOptions.src#TP_POLAROPTIONS.CB_CLOCKWISE.checkbox.text
-msgid "~Clockwise direction"
-msgstr ""
-
-#: tp_PolarOptions.src#TP_POLAROPTIONS.FL_STARTING_ANGLE.fixedline.text
-msgid "Starting angle"
-msgstr ""
-
-#: tp_PolarOptions.src#TP_POLAROPTIONS.FT_ROTATION_DEGREES.fixedtext.text
-msgctxt "tp_PolarOptions.src#TP_POLAROPTIONS.FT_ROTATION_DEGREES.fixedtext.text"
-msgid "~Degrees"
-msgstr "~გრადუსი"
-
-#: tp_PolarOptions.src#TP_POLAROPTIONS.FL_PLOT_OPTIONS_POLAR.fixedline.text
-msgctxt "tp_PolarOptions.src#TP_POLAROPTIONS.FL_PLOT_OPTIONS_POLAR.fixedline.text"
-msgid "Plot options"
-msgstr ""
-
-#: tp_PolarOptions.src#TP_POLAROPTIONS.CB_INCLUDE_HIDDEN_CELLS_POLAR.checkbox.text
-msgctxt "tp_PolarOptions.src#TP_POLAROPTIONS.CB_INCLUDE_HIDDEN_CELLS_POLAR.checkbox.text"
-msgid "Include ~values from hidden cells"
-msgstr ""
-
-#: res_ErrorBar_tmpl.hrc#WORKAROUND.1.stringlist.text
-msgid "Standard Error"
-msgstr ""
-
-#: res_ErrorBar_tmpl.hrc#WORKAROUND.2.stringlist.text
-msgid "Standard Deviation"
-msgstr "~სტანდარტული გადახრა"
-
-#: res_ErrorBar_tmpl.hrc#WORKAROUND.3.stringlist.text
-msgid "Variance"
-msgstr "~ვარიანტები"
-
-#: res_ErrorBar_tmpl.hrc#WORKAROUND.4.stringlist.text
-msgid "Error Margin"
-msgstr "უხეში შე~ცდომა"
-
-#: res_ErrorBar_tmpl.hrc#RESOURCE_ERRORBARS_availablewidth__yoffset_.FL_ERROR.fixedline.text
-msgid "Error Category"
-msgstr "შეცდომის კატეგორია"
-
-#: res_ErrorBar_tmpl.hrc#RESOURCE_ERRORBARS_availablewidth__yoffset_.RB_NONE.radiobutton.text
-msgctxt "res_ErrorBar_tmpl.hrc#RESOURCE_ERRORBARS_availablewidth__yoffset_.RB_NONE.radiobutton.text"
-msgid "~None"
-msgstr ""
-
-#: res_ErrorBar_tmpl.hrc#RESOURCE_ERRORBARS_availablewidth__yoffset_.RB_CONST.radiobutton.text
-msgid "~Constant Value"
-msgstr "~კონსტანტური მნიშვნელობა"
-
-#: res_ErrorBar_tmpl.hrc#RESOURCE_ERRORBARS_availablewidth__yoffset_.RB_PERCENT.radiobutton.text
-msgid "~Percentage"
-msgstr "~პროცენტი"
-
-#: res_ErrorBar_tmpl.hrc#RESOURCE_ERRORBARS_availablewidth__yoffset_.RB_RANGE.radiobutton.text
-msgid "Cell ~Range"
-msgstr ""
-
-#: res_ErrorBar_tmpl.hrc#RESOURCE_ERRORBARS_availablewidth__yoffset_.FL_PARAMETERS.fixedline.text
-msgid "Parameters"
-msgstr ""
-
-#: res_ErrorBar_tmpl.hrc#RESOURCE_ERRORBARS_availablewidth__yoffset_.FT_POSITIVE.fixedtext.text
-msgid "P~ositive (+)"
-msgstr ""
-
-#: res_ErrorBar_tmpl.hrc#RESOURCE_ERRORBARS_availablewidth__yoffset_.FT_NEGATIVE.fixedtext.text
-msgid "~Negative (-)"
-msgstr ""
-
-#: res_ErrorBar_tmpl.hrc#RESOURCE_ERRORBARS_availablewidth__yoffset_.CB_SYN_POS_NEG.checkbox.text
-msgid "Same value for both"
-msgstr ""
-
-#: res_ErrorBar_tmpl.hrc#RESOURCE_ERRORBARS_availablewidth__yoffset_.FL_INDICATE.fixedline.text
-msgid "Error Indicator"
-msgstr "შეცდომის ~ინდიკატორი"
-
-#: res_ErrorBar_tmpl.hrc#RESOURCE_ERRORBARS_availablewidth__yoffset_.RB_BOTH.radiobutton.text
-msgid "Positive ~and Negative"
-msgstr ""
-
-#: res_ErrorBar_tmpl.hrc#RESOURCE_ERRORBARS_availablewidth__yoffset_.RB_POSITIVE.radiobutton.text
-msgid "Pos~itive"
-msgstr "პოზიცია"
-
-#: res_ErrorBar_tmpl.hrc#RESOURCE_ERRORBARS_availablewidth__yoffset_.RB_NEGATIVE.radiobutton.text
-msgid "Ne~gative"
-msgstr ""
-
-#: tp_LegendPosition.src#TP_LEGEND_POS.GRP_LEGEND.fixedline.text
-msgctxt "tp_LegendPosition.src#TP_LEGEND_POS.GRP_LEGEND.fixedline.text"
-msgid "Position"
-msgstr "პოზიცია"
-
-#: tp_LegendPosition.src#TP_LEGEND_POS.FL_LEGEND_TEXTORIENT.fixedline.text
-msgctxt "tp_LegendPosition.src#TP_LEGEND_POS.FL_LEGEND_TEXTORIENT.fixedline.text"
-msgid "Text orientation"
-msgstr ""
-
-#: tp_LegendPosition.src#TP_LEGEND_POS.FT_LEGEND_TEXTDIR.fixedtext.text
-msgctxt "tp_LegendPosition.src#TP_LEGEND_POS.FT_LEGEND_TEXTDIR.fixedtext.text"
-msgid "Te~xt direction"
-msgstr "ტექსტის მიმართულება"
-
-#: res_LegendPosition_tmpl.hrc#RESOURCE_LEGENDDISPLAY__xpos___ypos__.CBX_SHOWLEGEND.checkbox.text
-msgid "~Display legend"
-msgstr ""
-
-#: res_LegendPosition_tmpl.hrc#RESOURCE_LEGENDPOSITION__xpos___ypos__.RBT_LEFT.radiobutton.text
-msgid "~Left"
-msgstr "~მარცხნივ"
-
-#: res_LegendPosition_tmpl.hrc#RESOURCE_LEGENDPOSITION__xpos___ypos__.RBT_RIGHT.radiobutton.text
-msgid "~Right"
-msgstr "~მარჯვნივ"
-
-#: res_LegendPosition_tmpl.hrc#RESOURCE_LEGENDPOSITION__xpos___ypos__.RBT_TOP.radiobutton.text
-msgid "~Top"
-msgstr "~ზემოთ"
-
-#: res_LegendPosition_tmpl.hrc#RESOURCE_LEGENDPOSITION__xpos___ypos__.RBT_BOTTOM.radiobutton.text
-msgid "~Bottom"
-msgstr "~ქვემოთ"
-
-#: dlg_View3D.src#DLG_3D_VIEW.tabdialog.text
-msgid "3D View"
-msgstr "სამგანზომილებიანი ხედი"
-
-#: tp_AxisPositions.src#TP_AXIS_POSITIONS.FL_AXIS_LINE.fixedline.text
-msgid "Axis line"
-msgstr ""
+#. Z[1D
+#: tp_SeriesToAxis.src
+msgctxt ""
+"tp_SeriesToAxis.src\n"
+"TP_OPTIONS\n"
+"CB_CONNECTOR\n"
+"checkbox.text"
+msgid "Connection lines"
+msgstr "კავშირის ხაზები"
-#: tp_AxisPositions.src#TP_AXIS_POSITIONS.FT_CROSSES_OTHER_AXIS_AT.fixedtext.text
-msgid "~Cross other axis at"
+#. 0*o)
+#: tp_SeriesToAxis.src
+msgctxt ""
+"tp_SeriesToAxis.src\n"
+"TP_OPTIONS\n"
+"CB_BARS_SIDE_BY_SIDE\n"
+"checkbox.text"
+msgid "Show ~bars side by side"
msgstr ""
-#: tp_AxisPositions.src#TP_AXIS_POSITIONS.LB_CROSSES_OTHER_AXIS_AT.1.stringlist.text
+#. QK3f
+#: tp_SeriesToAxis.src
#, fuzzy
-msgid "Start"
-msgstr ""
-"#-#-#-#-# navipi.po (PACKAGE VERSION) #-#-#-#-#\n"
-"გაშვება\n"
-"#-#-#-#-# animations.po (PACKAGE VERSION) #-#-#-#-#\n"
-"დაწყება"
-
-#: tp_AxisPositions.src#TP_AXIS_POSITIONS.LB_CROSSES_OTHER_AXIS_AT.2.stringlist.text
-msgid "End"
-msgstr "დასასრული"
-
-#: tp_AxisPositions.src#TP_AXIS_POSITIONS.LB_CROSSES_OTHER_AXIS_AT.3.stringlist.text
-msgid "Value"
-msgstr "მნიშვნელობა"
-
-#: tp_AxisPositions.src#TP_AXIS_POSITIONS.LB_CROSSES_OTHER_AXIS_AT.4.stringlist.text
-msgid "Category"
-msgstr "კატეგორია"
-
-#: tp_AxisPositions.src#TP_AXIS_POSITIONS.CB_AXIS_BETWEEN_CATEGORIES.checkbox.text
-msgid "Axis ~between categories"
-msgstr ""
-
-#: tp_AxisPositions.src#TP_AXIS_POSITIONS.FL_LABELS.fixedline.text
-msgid "Labels"
-msgstr "ეტიკეტი"
-
-#: tp_AxisPositions.src#TP_AXIS_POSITIONS.FT_PLACE_LABELS.fixedtext.text
-msgid "~Place labels"
-msgstr ""
-
-#: tp_AxisPositions.src#TP_AXIS_POSITIONS.LB_PLACE_LABELS.1.stringlist.text
-msgid "Near axis"
-msgstr ""
-
-#: tp_AxisPositions.src#TP_AXIS_POSITIONS.LB_PLACE_LABELS.2.stringlist.text
-msgid "Near axis (other side)"
-msgstr ""
-
-#: tp_AxisPositions.src#TP_AXIS_POSITIONS.LB_PLACE_LABELS.3.stringlist.text
-msgid "Outside start"
-msgstr ""
-
-#: tp_AxisPositions.src#TP_AXIS_POSITIONS.LB_PLACE_LABELS.4.stringlist.text
-msgid "Outside end"
-msgstr ""
-
-#: tp_AxisPositions.src#TP_AXIS_POSITIONS.FT_AXIS_LABEL_DISTANCE.fixedtext.text
-msgid "~Distance"
-msgstr "~დისტანცია"
-
-#: tp_AxisPositions.src#TP_AXIS_POSITIONS.FL_TICKS.fixedline.text
-msgid "Interval marks"
-msgstr ""
-
-#: tp_AxisPositions.src#TP_AXIS_POSITIONS.FT_MAJOR.fixedtext.text
-msgid "Major:"
-msgstr ""
-
-#: tp_AxisPositions.src#TP_AXIS_POSITIONS.CB_TICKS_INNER.checkbox.text
-msgid "~Inner"
-msgstr ""
-
-#: tp_AxisPositions.src#TP_AXIS_POSITIONS.CB_TICKS_OUTER.checkbox.text
-msgid "~Outer"
-msgstr ""
-
-#: tp_AxisPositions.src#TP_AXIS_POSITIONS.FT_MINOR.fixedtext.text
-msgid "Minor:"
-msgstr ""
-
-#: tp_AxisPositions.src#TP_AXIS_POSITIONS.CB_MINOR_INNER.checkbox.text
-msgid "I~nner"
-msgstr "შ~იდა"
-
-#: tp_AxisPositions.src#TP_AXIS_POSITIONS.CB_MINOR_OUTER.checkbox.text
-msgid "O~uter"
-msgstr "გ~არე"
-
-#: tp_AxisPositions.src#TP_AXIS_POSITIONS.FT_PLACE_TICKS.fixedtext.text
-msgid "Place ~marks"
-msgstr ""
-
-#: tp_AxisPositions.src#TP_AXIS_POSITIONS.LB_PLACE_TICKS.1.stringlist.text
-msgid "At labels"
-msgstr ""
-
-#: tp_AxisPositions.src#TP_AXIS_POSITIONS.LB_PLACE_TICKS.2.stringlist.text
-msgid "At axis"
-msgstr ""
-
-#: tp_AxisPositions.src#TP_AXIS_POSITIONS.LB_PLACE_TICKS.3.stringlist.text
-msgid "At axis and labels"
-msgstr ""
-
-#: tp_AxisPositions.src#TP_AXIS_POSITIONS.FL_GRIDS.fixedline.text
-msgctxt "tp_AxisPositions.src#TP_AXIS_POSITIONS.FL_GRIDS.fixedline.text"
-msgid "Grids"
-msgstr "ბადე"
-
-#: tp_AxisPositions.src#TP_AXIS_POSITIONS.CB_MAJOR_GRID.checkbox.text
-msgid "Show major ~grid"
+msgctxt ""
+"tp_SeriesToAxis.src\n"
+"TP_OPTIONS\n"
+"FL_PLOT_OPTIONS\n"
+"fixedline.text"
+msgid "Plot options"
+msgstr "ბეჭდვის პარამეტრები"
+
+#. |\AV
+#: tp_SeriesToAxis.src
+msgctxt ""
+"tp_SeriesToAxis.src\n"
+"TP_OPTIONS\n"
+"FT_MISSING_VALUES\n"
+"fixedtext.text"
+msgid "Plot missing values"
msgstr ""
-#: tp_AxisPositions.src#TP_AXIS_POSITIONS.PB_MAJOR_GRID.pushbutton.text
-msgid "Mo~re..."
+#. #96`
+#: tp_SeriesToAxis.src
+msgctxt ""
+"tp_SeriesToAxis.src\n"
+"TP_OPTIONS\n"
+"RB_DONT_PAINT\n"
+"radiobutton.text"
+msgid "~Leave gap"
msgstr ""
-#: tp_AxisPositions.src#TP_AXIS_POSITIONS.CB_MINOR_GRID.checkbox.text
-msgid "~Show minor grid"
+#. um\c
+#: tp_SeriesToAxis.src
+msgctxt ""
+"tp_SeriesToAxis.src\n"
+"TP_OPTIONS\n"
+"RB_ASSUME_ZERO\n"
+"radiobutton.text"
+msgid "~Assume zero"
msgstr ""
-#: tp_AxisPositions.src#TP_AXIS_POSITIONS.PB_MINOR_GRID.pushbutton.text
-msgid "Mor~e..."
+#. ATS2
+#: tp_SeriesToAxis.src
+msgctxt ""
+"tp_SeriesToAxis.src\n"
+"TP_OPTIONS\n"
+"RB_CONTINUE_LINE\n"
+"radiobutton.text"
+msgid "~Continue line"
msgstr ""
-#: Strings_AdditionalControls.src#STR_3DSCHEME_SIMPLE.string.text
-msgid "Simple"
-msgstr "ნიმუში"
-
-#: Strings_AdditionalControls.src#STR_3DSCHEME_REALISTIC.string.text
-msgid "Realistic"
+#. _SmQ
+#: tp_SeriesToAxis.src
+msgctxt ""
+"tp_SeriesToAxis.src\n"
+"TP_OPTIONS\n"
+"CB_INCLUDE_HIDDEN_CELLS\n"
+"checkbox.text"
+msgid "Include ~values from hidden cells"
msgstr ""
-#: Strings_AdditionalControls.src#STR_3DSCHEME_CUSTOM.string.text
-msgid "Custom"
+#. ]ma^
+#: tp_Wizard_TitlesAndObjects.src
+msgctxt ""
+"tp_Wizard_TitlesAndObjects.src\n"
+"TP_WIZARD_TITLEANDOBJECTS\n"
+"FT_TITLEDESCRIPTION\n"
+"fixedtext.text"
+msgid "Choose titles, legend, and grid settings"
msgstr ""
-#: Strings_AdditionalControls.src#STR_BAR_GEOMETRY.string.text
-msgid "Shape"
-msgstr "ფორმა"
-
-#: Strings_AdditionalControls.src#STR_NUMBER_OF_LINES.string.text
-msgid "~Number of lines"
-msgstr "~ხაზების რაოდენობა"
-
-#: Strings_AdditionalControls.src#STR_TEXT_SEPARATOR.string.text
+#. @8D|
+#: tp_Wizard_TitlesAndObjects.src
#, fuzzy
-msgid "Separator"
-msgstr ""
-"#-#-#-#-# index.po (PACKAGE VERSION) #-#-#-#-#\n"
-"გამყოფი\n"
-"#-#-#-#-# frmdlg.po (PACKAGE VERSION) #-#-#-#-#\n"
-"საძიებო სისტემა"
+msgctxt ""
+"tp_Wizard_TitlesAndObjects.src\n"
+"TP_WIZARD_TITLEANDOBJECTS\n"
+"FL_GRIDS\n"
+"fixedline.text"
+msgid "Display grids"
+msgstr "ბადის ჩვენება"
diff --git a/source/ka/connectivity/registry/ado/org/openoffice/Office/DataAccess.po b/source/ka/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
index 494a022796e..8d5736ea638 100644
--- a/source/ka/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
+++ b/source/ka/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
@@ -1,9 +1,9 @@
-#. extracted from connectivity/registry/ado/org/openoffice/Office/DataAccess.oo
+#. extracted from connectivity/registry/ado/org/openoffice/Office/DataAccess
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fregistry%2Fado%2Forg%2Fopenoffice%2FOffice%2FDataAccess.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11,17 +11,35 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: Drivers.xcu#.Drivers.Installed.sdbc_ado__.DriverTypeDisplayName.value.text
+#. ALWO
+#: Drivers.xcu
+msgctxt ""
+"Drivers.xcu\n"
+".Drivers.Installed.sdbc:ado:*\n"
+"DriverTypeDisplayName\n"
+"value.text"
msgid "ADO"
msgstr ""
-#: Drivers.xcu#.Drivers.Installed.sdbc_ado_access_PROVIDER_Microsoft.Jet.OLEDB.4.0_DATA_SOURCE__.DriverTypeDisplayName.value.text
+#. =/ma
+#: Drivers.xcu
+msgctxt ""
+"Drivers.xcu\n"
+".Drivers.Installed.sdbc:ado:access:PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=*\n"
+"DriverTypeDisplayName\n"
+"value.text"
msgid "Microsoft Access"
msgstr ""
-#: Drivers.xcu#.Drivers.Installed.sdbc_ado_access_Provider_Microsoft.ACE.OLEDB.12.0_DATA_SOURCE__.DriverTypeDisplayName.value.text
+#. NuVU
+#: Drivers.xcu
+msgctxt ""
+"Drivers.xcu\n"
+".Drivers.Installed.sdbc:ado:access:Provider=Microsoft.ACE.OLEDB.12.0;DATA SOURCE=*\n"
+"DriverTypeDisplayName\n"
+"value.text"
msgid "Microsoft Access 2007"
msgstr ""
diff --git a/source/ka/connectivity/registry/calc/org/openoffice/Office/DataAccess.po b/source/ka/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
index e1c3cc07bb7..42c25379f48 100644
--- a/source/ka/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
+++ b/source/ka/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
@@ -1,9 +1,9 @@
-#. extracted from connectivity/registry/calc/org/openoffice/Office/DataAccess.oo
+#. extracted from connectivity/registry/calc/org/openoffice/Office/DataAccess
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fregistry%2Fcalc%2Forg%2Fopenoffice%2FOffice%2FDataAccess.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11,9 +11,15 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: Drivers.xcu#.Drivers.Installed.sdbc_calc__.DriverTypeDisplayName.value.text
+#. :[M$
+#: Drivers.xcu
+msgctxt ""
+"Drivers.xcu\n"
+".Drivers.Installed.sdbc:calc:*\n"
+"DriverTypeDisplayName\n"
+"value.text"
msgid "Spreadsheet"
-msgstr ""
+msgstr "ელცხრილი"
diff --git a/source/ka/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po b/source/ka/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
index 6689e7df396..69b1bac195a 100644
--- a/source/ka/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
+++ b/source/ka/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
@@ -1,9 +1,9 @@
-#. extracted from connectivity/registry/dbase/org/openoffice/Office/DataAccess.oo
+#. extracted from connectivity/registry/dbase/org/openoffice/Office/DataAccess
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fregistry%2Fdbase%2Forg%2Fopenoffice%2FOffice%2FDataAccess.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11,9 +11,15 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: Drivers.xcu#.Drivers.Installed.sdbc_dbase__.DriverTypeDisplayName.value.text
+#. +A^i
+#: Drivers.xcu
+msgctxt ""
+"Drivers.xcu\n"
+".Drivers.Installed.sdbc:dbase:*\n"
+"DriverTypeDisplayName\n"
+"value.text"
msgid "dBASE"
msgstr ""
diff --git a/source/ka/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po b/source/ka/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
index 58c4cc6e9c5..6b64343ac0e 100644
--- a/source/ka/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
+++ b/source/ka/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
@@ -1,9 +1,9 @@
-#. extracted from connectivity/registry/evoab2/org/openoffice/Office/DataAccess.oo
+#. extracted from connectivity/registry/evoab2/org/openoffice/Office/DataAccess
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fregistry%2Fevoab2%2Forg%2Fopenoffice%2FOffice%2FDataAccess.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11,17 +11,35 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: Drivers.xcu#.Drivers.Installed.sdbc_address_evolution_local.DriverTypeDisplayName.value.text
+#. Tc`~
+#: Drivers.xcu
+msgctxt ""
+"Drivers.xcu\n"
+".Drivers.Installed.sdbc:address:evolution:local\n"
+"DriverTypeDisplayName\n"
+"value.text"
msgid "Evolution Local"
msgstr ""
-#: Drivers.xcu#.Drivers.Installed.sdbc_address_evolution_ldap.DriverTypeDisplayName.value.text
+#. hK7\
+#: Drivers.xcu
+msgctxt ""
+"Drivers.xcu\n"
+".Drivers.Installed.sdbc:address:evolution:ldap\n"
+"DriverTypeDisplayName\n"
+"value.text"
msgid "Evolution LDAP"
-msgstr ""
+msgstr "Evolution LDAP"
-#: Drivers.xcu#.Drivers.Installed.sdbc_address_evolution_groupwise.DriverTypeDisplayName.value.text
+#. kWa#
+#: Drivers.xcu
+msgctxt ""
+"Drivers.xcu\n"
+".Drivers.Installed.sdbc:address:evolution:groupwise\n"
+"DriverTypeDisplayName\n"
+"value.text"
msgid "Groupwise"
-msgstr ""
+msgstr "Groupwise"
diff --git a/source/ka/connectivity/registry/flat/org/openoffice/Office/DataAccess.po b/source/ka/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
index 7673c487cb4..27544300086 100644
--- a/source/ka/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
+++ b/source/ka/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
@@ -1,9 +1,9 @@
-#. extracted from connectivity/registry/flat/org/openoffice/Office/DataAccess.oo
+#. extracted from connectivity/registry/flat/org/openoffice/Office/DataAccess
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fregistry%2Fflat%2Forg%2Fopenoffice%2FOffice%2FDataAccess.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11,9 +11,15 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: Drivers.xcu#.Drivers.Installed.sdbc_flat__.DriverTypeDisplayName.value.text
+#. LIZi
+#: Drivers.xcu
+msgctxt ""
+"Drivers.xcu\n"
+".Drivers.Installed.sdbc:flat:*\n"
+"DriverTypeDisplayName\n"
+"value.text"
msgid "Text"
-msgstr ""
+msgstr "ტექსტი"
diff --git a/source/ka/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po b/source/ka/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
index 99482e023ee..4ee0f9c52f6 100644
--- a/source/ka/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
+++ b/source/ka/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
@@ -1,9 +1,9 @@
-#. extracted from connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.oo
+#. extracted from connectivity/registry/hsqldb/org/openoffice/Office/DataAccess
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fregistry%2Fhsqldb%2Forg%2Fopenoffice%2FOffice%2FDataAccess.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11,9 +11,15 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: Drivers.xcu#.Drivers.Installed.sdbc_embedded_hsqldb.DriverTypeDisplayName.value.text
+#. B1h3
+#: Drivers.xcu
+msgctxt ""
+"Drivers.xcu\n"
+".Drivers.Installed.sdbc:embedded:hsqldb\n"
+"DriverTypeDisplayName\n"
+"value.text"
msgid "HSQL database engine"
msgstr ""
diff --git a/source/ka/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po b/source/ka/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
index 0e2f6fee8d9..99038ca1247 100644
--- a/source/ka/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
+++ b/source/ka/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
@@ -1,9 +1,9 @@
-#. extracted from connectivity/registry/jdbc/org/openoffice/Office/DataAccess.oo
+#. extracted from connectivity/registry/jdbc/org/openoffice/Office/DataAccess
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fregistry%2Fjdbc%2Forg%2Fopenoffice%2FOffice%2FDataAccess.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11,13 +11,25 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: Drivers.xcu#.Drivers.Installed.jdbc__.DriverTypeDisplayName.value.text
+#. 2wEV
+#: Drivers.xcu
+msgctxt ""
+"Drivers.xcu\n"
+".Drivers.Installed.jdbc:*\n"
+"DriverTypeDisplayName\n"
+"value.text"
msgid "JDBC"
msgstr ""
-#: Drivers.xcu#.Drivers.Installed.jdbc_oracle_thin__.DriverTypeDisplayName.value.text
+#. 73*p
+#: Drivers.xcu
+msgctxt ""
+"Drivers.xcu\n"
+".Drivers.Installed.jdbc:oracle:thin:*\n"
+"DriverTypeDisplayName\n"
+"value.text"
msgid "Oracle JDBC"
msgstr ""
diff --git a/source/ka/connectivity/registry/kab/org/openoffice/Office/DataAccess.po b/source/ka/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
index 58c75998d17..2ca68b64dca 100644
--- a/source/ka/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
+++ b/source/ka/connectivity/registry/kab/org/openoffice/Office/DataAccess.po
@@ -1,9 +1,9 @@
-#. extracted from connectivity/registry/kab/org/openoffice/Office/DataAccess.oo
+#. extracted from connectivity/registry/kab/org/openoffice/Office/DataAccess
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fregistry%2Fkab%2Forg%2Fopenoffice%2FOffice%2FDataAccess.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:38+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11,9 +11,16 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: Drivers.xcu#.Drivers.Installed.sdbc_address_kab.DriverTypeDisplayName.value.text
+#. 6J-U
+#: Drivers.xcu
+#, fuzzy
+msgctxt ""
+"Drivers.xcu\n"
+".Drivers.Installed.sdbc:address:kab\n"
+"DriverTypeDisplayName\n"
+"value.text"
msgid "KDE Address Book"
-msgstr ""
+msgstr "KDE მისამართების წიგნი"
diff --git a/source/ka/connectivity/registry/macab/org/openoffice/Office/DataAccess.po b/source/ka/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
index 50f547d62e8..385f64001db 100644
--- a/source/ka/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
+++ b/source/ka/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
@@ -1,9 +1,9 @@
-#. extracted from connectivity/registry/macab/org/openoffice/Office/DataAccess.oo
+#. extracted from connectivity/registry/macab/org/openoffice/Office/DataAccess
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fregistry%2Fmacab%2Forg%2Fopenoffice%2FOffice%2FDataAccess.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11,9 +11,15 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: Drivers.xcu#.Drivers.Installed.sdbc_address_macab.DriverTypeDisplayName.value.text
+#. KR!^
+#: Drivers.xcu
+msgctxt ""
+"Drivers.xcu\n"
+".Drivers.Installed.sdbc:address:macab\n"
+"DriverTypeDisplayName\n"
+"value.text"
msgid "Mac OS X Address Book"
msgstr ""
diff --git a/source/ka/connectivity/registry/mork/org/openoffice/Office/DataAccess.po b/source/ka/connectivity/registry/mork/org/openoffice/Office/DataAccess.po
new file mode 100644
index 00000000000..854651832e1
--- /dev/null
+++ b/source/ka/connectivity/registry/mork/org/openoffice/Office/DataAccess.po
@@ -0,0 +1,27 @@
+#. extracted from connectivity/registry/mork/org/openoffice/Office/DataAccess
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
+"PO-Revision-Date: 2011-04-05 23:14+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: ka\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
+
+#. Glo9
+#: Drivers.xcu
+msgctxt ""
+"Drivers.xcu\n"
+".Drivers.Installed.sdbc:address:thunderbird:\n"
+"DriverTypeDisplayName\n"
+"value.text"
+msgid "Thunderbird/Icedove Address Book"
+msgstr ""
diff --git a/source/ka/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po b/source/ka/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
index 88f6cfbd245..d18a0816692 100644
--- a/source/ka/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
+++ b/source/ka/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po
@@ -1,9 +1,9 @@
-#. extracted from connectivity/registry/mozab/org/openoffice/Office/DataAccess.oo
+#. extracted from connectivity/registry/mozab/org/openoffice/Office/DataAccess
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fregistry%2Fmozab%2Forg%2Fopenoffice%2FOffice%2FDataAccess.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11,25 +11,55 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: Drivers.xcu#.Drivers.Installed.sdbc_address_outlook.DriverTypeDisplayName.value.text
+#. Br*`
+#: Drivers.xcu
+msgctxt ""
+"Drivers.xcu\n"
+".Drivers.Installed.sdbc:address:outlook\n"
+"DriverTypeDisplayName\n"
+"value.text"
msgid "Microsoft Outlook Address Book"
msgstr ""
-#: Drivers.xcu#.Drivers.Installed.sdbc_address_outlookexp.DriverTypeDisplayName.value.text
+#. [/:1
+#: Drivers.xcu
+msgctxt ""
+"Drivers.xcu\n"
+".Drivers.Installed.sdbc:address:outlookexp\n"
+"DriverTypeDisplayName\n"
+"value.text"
msgid "Microsoft Windows Address Book"
msgstr ""
-#: Drivers.xcu#.Drivers.Installed.sdbc_address_mozilla_.DriverTypeDisplayName.value.text
+#. %2[M
+#: Drivers.xcu
+msgctxt ""
+"Drivers.xcu\n"
+".Drivers.Installed.sdbc:address:mozilla:\n"
+"DriverTypeDisplayName\n"
+"value.text"
msgid "SeaMonkey Address Book"
msgstr ""
-#: Drivers.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text
+#. 54[^
+#: Drivers.xcu
+msgctxt ""
+"Drivers.xcu\n"
+".Drivers.Installed.sdbc:address:thunderbird:\n"
+"DriverTypeDisplayName\n"
+"value.text"
msgid "Thunderbird/Icedove Address Book"
msgstr ""
-#: Drivers.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text
+#. zqSc
+#: Drivers.xcu
+msgctxt ""
+"Drivers.xcu\n"
+".Drivers.Installed.sdbc:address:ldap:*\n"
+"DriverTypeDisplayName\n"
+"value.text"
msgid "LDAP Address Book"
msgstr ""
diff --git a/source/ka/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po b/source/ka/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
deleted file mode 100644
index a1034b468ab..00000000000
--- a/source/ka/connectivity/registry/mozab2/org/openoffice/Office/DataAccess.po
+++ /dev/null
@@ -1,27 +0,0 @@
-#. extracted from connectivity/registry/mozab2/org/openoffice/Office/DataAccess.oo
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fregistry%2Fmozab2%2Forg%2Fopenoffice%2FOffice%2FDataAccess.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:38+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ka\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
-"X-Accelerator-Marker: ~\n"
-
-#: Drivers.xcu#.Drivers.Installed.sdbc_address_mozilla_.DriverTypeDisplayName.value.text
-msgid "SeaMonkey Address Book"
-msgstr ""
-
-#: Drivers.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text
-msgid "Thunderbird/Icedove Address Book"
-msgstr ""
-
-#: Drivers.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text
-msgid "LDAP Address Book"
-msgstr ""
diff --git a/source/ka/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po b/source/ka/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
index dd0182c5410..b9e07d9a04a 100644
--- a/source/ka/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
+++ b/source/ka/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po
@@ -1,9 +1,9 @@
-#. extracted from connectivity/registry/mysql/org/openoffice/Office/DataAccess.oo
+#. extracted from connectivity/registry/mysql/org/openoffice/Office/DataAccess
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fregistry%2Fmysql%2Forg%2Fopenoffice%2FOffice%2FDataAccess.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:40+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11,17 +11,35 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: Drivers.xcu#.Drivers.Installed.sdbc_mysql_jdbc__.DriverTypeDisplayName.value.text
+#. (_UU
+#: Drivers.xcu
+msgctxt ""
+"Drivers.xcu\n"
+".Drivers.Installed.sdbc:mysql:jdbc:*\n"
+"DriverTypeDisplayName\n"
+"value.text"
msgid "MySQL (JDBC)"
msgstr ""
-#: Drivers.xcu#.Drivers.Installed.sdbc_mysql_odbc__.DriverTypeDisplayName.value.text
+#. ORu8
+#: Drivers.xcu
+msgctxt ""
+"Drivers.xcu\n"
+".Drivers.Installed.sdbc:mysql:odbc:*\n"
+"DriverTypeDisplayName\n"
+"value.text"
msgid "MySQL (ODBC)"
msgstr ""
-#: Drivers.xcu#.Drivers.Installed.sdbc_mysql_mysqlc__.DriverTypeDisplayName.value.text
+#. bwU]
+#: Drivers.xcu
+msgctxt ""
+"Drivers.xcu\n"
+".Drivers.Installed.sdbc:mysql:mysqlc:*\n"
+"DriverTypeDisplayName\n"
+"value.text"
msgid "MySQL (Native)"
msgstr ""
diff --git a/source/ka/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po b/source/ka/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
index bb2cbaea9f5..72831502983 100644
--- a/source/ka/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
+++ b/source/ka/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
@@ -1,9 +1,9 @@
-#. extracted from connectivity/registry/odbc/org/openoffice/Office/DataAccess.oo
+#. extracted from connectivity/registry/odbc/org/openoffice/Office/DataAccess
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fregistry%2Fodbc%2Forg%2Fopenoffice%2FOffice%2FDataAccess.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11,9 +11,15 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: Drivers.xcu#.Drivers.Installed.sdbc_odbc__.DriverTypeDisplayName.value.text
+#. FkM2
+#: Drivers.xcu
+msgctxt ""
+"Drivers.xcu\n"
+".Drivers.Installed.sdbc:odbc:*\n"
+"DriverTypeDisplayName\n"
+"value.text"
msgid "ODBC"
msgstr ""
diff --git a/source/ka/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po b/source/ka/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
index 70bb9c87d94..e857cbb02ca 100644
--- a/source/ka/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
+++ b/source/ka/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
@@ -1,9 +1,9 @@
-#. extracted from connectivity/registry/postgresql/org/openoffice/Office/DataAccess.oo
+#. extracted from connectivity/registry/postgresql/org/openoffice/Office/DataAccess
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fregistry%2Fpostgresql%2Forg%2Fopenoffice%2FOffice%2FDataAccess.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11,9 +11,15 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: Drivers.xcu#.Drivers.Installed.sdbc_postgresql__.DriverTypeDisplayName.value.text
+#. Ckhc
+#: Drivers.xcu
+msgctxt ""
+"Drivers.xcu\n"
+".Drivers.Installed.sdbc:postgresql:*\n"
+"DriverTypeDisplayName\n"
+"value.text"
msgid "PostgreSQL"
msgstr ""
diff --git a/source/ka/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po b/source/ka/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
deleted file mode 100644
index 7d1d5fa9f2f..00000000000
--- a/source/ka/connectivity/registry/tdeab/org/openofffice/Office/DataAccess.po
+++ /dev/null
@@ -1,19 +0,0 @@
-#. extracted from connectivity/registry/tdeab/org/openofffice/Office/DataAccess.oo
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fregistry%2Ftdeab%2Forg%2Fopenofffice%2FOffice%2FDataAccess.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ka\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
-"X-Accelerator-Marker: ~\n"
-
-#: Drivers.xcu#.Drivers.Installed.sdbc_address_tdeab.DriverTypeDisplayName.value.text
-msgid "TDE Address Book"
-msgstr ""
diff --git a/source/ka/connectivity/registry/tdeab/org/openoffice/Office/DataAccess.po b/source/ka/connectivity/registry/tdeab/org/openoffice/Office/DataAccess.po
new file mode 100644
index 00000000000..db85e6b2e59
--- /dev/null
+++ b/source/ka/connectivity/registry/tdeab/org/openoffice/Office/DataAccess.po
@@ -0,0 +1,26 @@
+#. extracted from connectivity/registry/tdeab/org/openoffice/Office/DataAccess
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: ka\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
+
+#. 4\P|
+#: Drivers.xcu
+#, fuzzy
+msgctxt ""
+"Drivers.xcu\n"
+".Drivers.Installed.sdbc:address:tdeab\n"
+"DriverTypeDisplayName\n"
+"value.text"
+msgid "TDE Address Book"
+msgstr "KDE მისამართების წიგნი"
diff --git a/source/ka/connectivity/source/resource.po b/source/ka/connectivity/source/resource.po
index 50889681727..0c54a7f0304 100644
--- a/source/ka/connectivity/source/resource.po
+++ b/source/ka/connectivity/source/resource.po
@@ -1,9 +1,9 @@
-#. extracted from connectivity/source/resource.oo
+#. extracted from connectivity/source/resource
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+connectivity%2Fsource%2Fresource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-04-11 23:18+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,556 +12,1229 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: conn_error_message.src#256___2_100___0.string.text
-msgid "The record operation has been vetoed."
-msgstr ""
-
-#: conn_error_message.src#256___2_200___0.string.text
-msgid "The statement contains a cyclic reference to one or more sub queries."
-msgstr ""
-
-#: conn_error_message.src#256___2_300___0.string.text
-msgid "The name must not contain any slashes ('/')."
-msgstr ""
-
-#: conn_error_message.src#256___2_301___0.string.text
-msgid "$1$ is no SQL conform identifier."
-msgstr ""
-
-#: conn_error_message.src#256___2_302___0.string.text
-msgid "Query names must not contain quote characters."
-msgstr ""
-
-#: conn_error_message.src#256___2_303___0.string.text
-msgid "The name '$1$' is already in use in the database."
-msgstr ""
-
-#: conn_error_message.src#256___2_304___0.string.text
-msgid "No connection to the database exists."
-msgstr ""
-
-#: conn_error_message.src#256___2_500___0.string.text
-msgid "No $1$ exists."
-msgstr ""
-
-#: conn_error_message.src#256___2_550___0.string.text
-msgid "Unable to display the complete table content. Please apply a filter."
-msgstr ""
-
#. This must be the term referring to address books in the user's Mozilla/Seamonkey profile in the system.
-#: conn_shared_res.src#STR_MOZILLA_ADDRESSBOOKS.string.text
+#. a,YE
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_MOZILLA_ADDRESSBOOKS\n"
+"string.text"
msgid "Mozilla/Seamonkey Addressbook Directory"
msgstr ""
#. This must be the term referring to address books in the user's Thunderbird profile in the system.
-#: conn_shared_res.src#STR_THUNDERBIRD_ADDRESSBOOKS.string.text
+#. GH!r
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_THUNDERBIRD_ADDRESSBOOKS\n"
+"string.text"
msgid "Thunderbird Addressbook Directory"
msgstr ""
-#: conn_shared_res.src#STR_OE_ADDRESSBOOK.string.text
+#. $Ihk
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_OE_ADDRESSBOOK\n"
+"string.text"
msgid "Outlook Express Addressbook"
msgstr ""
-#: conn_shared_res.src#STR_OUTLOOK_MAPI_ADDRESSBOOK.string.text
+#. @KYo
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_OUTLOOK_MAPI_ADDRESSBOOK\n"
+"string.text"
msgid "Outlook (MAPI) Addressbook"
msgstr ""
-#: conn_shared_res.src#STR_NO_TABLE_CREATION_SUPPORT.string.text
+#. HEsi
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_NO_TABLE_CREATION_SUPPORT\n"
+"string.text"
msgid "Creating tables is not supported for this kind of address books."
msgstr "ცხრილების შექმნა არ არის მხარდაჭერილი ამ ტიპის მისამართების წიგნისათვის."
-#: conn_shared_res.src#STR_MOZILLA_IS_RUNNING.string.text
+#. +$$T
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_MOZILLA_IS_RUNNING\n"
+"string.text"
msgid "Cannot create new address books while Mozilla is running."
msgstr "შეუძლებელია ახალი მისამართების წიგნის შექმნა მაშინ როდესაც Mozilla არის გაშვებული."
-#: conn_shared_res.src#STR_COULD_NOT_RETRIEVE_AB_ENTRY.string.text
+#. u+vQ
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_COULD_NOT_RETRIEVE_AB_ENTRY\n"
+"string.text"
msgid "An address book entry could not be retrieved, an unknown error occurred."
msgstr "შეუძლებელია მისამართების წიგნის ჩანაწერის უკან გამოხმობა,წარმოიქმნა უცნობი შეცდომა."
-#: conn_shared_res.src#STR_COULD_NOT_GET_DIRECTORY_NAME.string.text
+#. mY;=
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_COULD_NOT_GET_DIRECTORY_NAME\n"
+"string.text"
msgid "An address book directory name could not be retrieved, an unknown error occurred."
msgstr "შეუძლებელია მისამართების წიგნის დირექტორიის სახელი უკან გამოხმობა,წარმოიქმნა უცნობი შეცდომა."
-#: conn_shared_res.src#STR_TIMEOUT_WAITING.string.text
+#. Ux%b
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_TIMEOUT_WAITING\n"
+"string.text"
msgid "Timed out while waiting for the result."
msgstr "შედეგების ლოდინის დრო გავიდა."
-#: conn_shared_res.src#STR_ERR_EXECUTING_QUERY.string.text
+#. yaqt
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_ERR_EXECUTING_QUERY\n"
+"string.text"
msgid "An error occurred while executing the query."
msgstr "შეცდომაა მოთხოვნის გამოყენებისას."
-#: conn_shared_res.src#STR_MOZILLA_IS_RUNNIG_NO_CHANGES.string.text
+#. P3*D
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_MOZILLA_IS_RUNNIG_NO_CHANGES\n"
+"string.text"
msgid "You can't make any changes to mozilla address book when mozilla is running."
msgstr "თქვენ არ შეგიძლიათ შეიტანოთ რაიმე შესწორება mozilla-ს მისამართების წიგნში მაშინ როდესაც mozilla არის გაშვებული."
-#: conn_shared_res.src#STR_FOREIGN_PROCESS_CHANGED_AB.string.text
+#. `d;g
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_FOREIGN_PROCESS_CHANGED_AB\n"
+"string.text"
msgid "Mozilla Address Book has been changed out of this process, we can't modify it in this condition."
msgstr "მოზილას მისამარტების წიგნი შეცვლილია ამ პროცესით, ჩვენ არ შეგვიძლია მისი შეცვლა ამ პირობით."
-#: conn_shared_res.src#STR_CANT_FIND_ROW.string.text
+#. RrJO
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_CANT_FIND_ROW\n"
+"string.text"
msgid "Can't find the requested row."
msgstr "შეუძლებელია მოთხოვნილი ჩანაწერის მოძებნა."
-#: conn_shared_res.src#STR_CANT_FIND_CARD_FOR_ROW.string.text
+#. TAhb
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_CANT_FIND_CARD_FOR_ROW\n"
+"string.text"
msgid "Can't find the card for the requested row."
msgstr "შეუძლებელია მოთხოვნილი ჩანაწერის პლატის მოძებნა."
-#: conn_shared_res.src#STR_QUERY_AT_LEAST_ONE_TABLES.string.text
+#. /Wy+
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_QUERY_AT_LEAST_ONE_TABLES\n"
+"string.text"
msgid "The query can not be executed. It needs at least one table."
msgstr ""
-#: conn_shared_res.src#STR_NO_COUNT_SUPPORT.string.text
+#. 1W%h
+#: conn_shared_res.src
+#, fuzzy
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_NO_COUNT_SUPPORT\n"
+"string.text"
msgid "The driver does not support the 'COUNT' function."
-msgstr ""
-
-#: conn_shared_res.src#STR_STMT_TYPE_NOT_SUPPORTED.string.text
+msgstr "ამ ფუნქციას არ აქვს დრაივერის მხარდაჭერა."
+
+#. $@ms
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_STMT_TYPE_NOT_SUPPORTED\n"
+"string.text"
msgid "This statement type not supported by this database driver."
msgstr ""
-#: conn_shared_res.src#STR_UNSPECIFIED_ERROR.string.text
+#. EL7J
+#: conn_shared_res.src
#, fuzzy
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_UNSPECIFIED_ERROR\n"
+"string.text"
msgid "An unknown error occurred."
msgstr "უცნობი შეცდომა"
-#: conn_shared_res.src#STR_COULD_NOT_CREATE_ADDRESSBOOK.string.text
+#. @3sw
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_COULD_NOT_CREATE_ADDRESSBOOK\n"
+"string.text"
msgid "Could not create a new address book. Mozilla error code is $1$."
msgstr ""
-#: conn_shared_res.src#STR_COULD_NOT_LOAD_LIB.string.text
+#. `0Um
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_COULD_NOT_LOAD_LIB\n"
+"string.text"
msgid "The library '$libname$' could not be loaded."
msgstr ""
-#: conn_shared_res.src#STR_ERROR_REFRESH_ROW.string.text
+#. +MQ~
+#: conn_shared_res.src
#, fuzzy
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_ERROR_REFRESH_ROW\n"
+"string.text"
msgid "An error occurred while refreshing the current row."
msgstr "შეცდომა კალენდარის შექმნისას"
-#: conn_shared_res.src#STR_ERROR_GET_ROW.string.text
+#. NMzi
+#: conn_shared_res.src
#, fuzzy
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_ERROR_GET_ROW\n"
+"string.text"
msgid "An error occurred while getting the current row."
msgstr "შეცდომა კალენდარის შექმნისას"
-#: conn_shared_res.src#STR_CAN_NOT_CANCEL_ROW_UPDATE.string.text
+#. OSgY
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_CAN_NOT_CANCEL_ROW_UPDATE\n"
+"string.text"
msgid "The row update can not be canceled."
msgstr ""
-#: conn_shared_res.src#STR_CAN_NOT_CREATE_ROW.string.text
+#. cW9u
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_CAN_NOT_CREATE_ROW\n"
+"string.text"
msgid "A new row can not be created."
msgstr ""
-#: conn_shared_res.src#STR_QUERY_INVALID_IS_NULL_COLUMN.string.text
+#. $E$+
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_QUERY_INVALID_IS_NULL_COLUMN\n"
+"string.text"
msgid "The query can not be executed. The 'IS NULL' can only be used with a column name."
msgstr ""
-#: conn_shared_res.src#STR_ILLEGAL_MOVEMENT.string.text
+#. Fb]K
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_ILLEGAL_MOVEMENT\n"
+"string.text"
msgid "Illegal cursor movement occurred."
msgstr ""
-#: conn_shared_res.src#STR_COMMIT_ROW.string.text
+#. 23.f
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_COMMIT_ROW\n"
+"string.text"
msgid "Please commit row '$position$' before update rows or insert new rows."
msgstr ""
-#: conn_shared_res.src#STR_INVALID_ROW_UPDATE.string.text
+#. ;4ia
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_INVALID_ROW_UPDATE\n"
+"string.text"
msgid "The update call can not be executed. The row is invalid."
msgstr ""
-#: conn_shared_res.src#STR_ROW_CAN_NOT_SAVE.string.text
+#. =+Aj
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_ROW_CAN_NOT_SAVE\n"
+"string.text"
msgid "The current row can not be saved."
msgstr ""
-#: conn_shared_res.src#STR_NO_HOSTNAME.string.text
+#. Q%m0
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_NO_HOSTNAME\n"
+"string.text"
msgid "No hostname was provided."
msgstr ""
-#: conn_shared_res.src#STR_NO_BASEDN.string.text
+#. R^[G
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_NO_BASEDN\n"
+"string.text"
msgid "No Base DN was provided."
msgstr ""
-#: conn_shared_res.src#STR_COULD_NOT_CONNECT_LDAP.string.text
+#. |cpH
+#: conn_shared_res.src
+#, fuzzy
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_COULD_NOT_CONNECT_LDAP\n"
+"string.text"
msgid "The connection to the LDAP server could not be established."
-msgstr ""
-
-#: conn_shared_res.src#STR_NO_CONNECTION_GIVEN.string.text
+msgstr "კავშირი მონაცემთა ბაზასთან ვერ მყარდება."
+
+#. o-5b
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_NO_CONNECTION_GIVEN\n"
+"string.text"
msgid "It doesn't exist a connection to the database."
msgstr ""
-#: conn_shared_res.src#STR_WRONG_PARAM_INDEX.string.text
+#. KDhr
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_WRONG_PARAM_INDEX\n"
+"string.text"
msgid "You tried to set a parameter at position '$pos$' but there is/are only '$count$' parameter(s) allowed. One reason may be that the property \"ParameterNameSubstitution\" is not set to TRUE in the data source."
msgstr ""
-#: conn_shared_res.src#STR_INPUTSTREAM_WRONG_LEN.string.text
+#. yvZX
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_INPUTSTREAM_WRONG_LEN\n"
+"string.text"
msgid "End of InputStream reached before satisfying length specified when InputStream was set."
msgstr ""
-#: conn_shared_res.src#STR_NO_INPUTSTREAM.string.text
+#. #Wb^
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_NO_INPUTSTREAM\n"
+"string.text"
msgid "The input stream was not set."
msgstr ""
-#: conn_shared_res.src#STR_NO_ELEMENT_NAME.string.text
+#. :KKT
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_NO_ELEMENT_NAME\n"
+"string.text"
msgid "There is no element named '$name$'."
msgstr ""
-#: conn_shared_res.src#STR_INVALID_BOOKMARK.string.text
+#. ;HCE
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_INVALID_BOOKMARK\n"
+"string.text"
msgid "Invalid bookmark value"
msgstr ""
-#: conn_shared_res.src#STR_PRIVILEGE_NOT_GRANTED.string.text
+#. (FRl
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_PRIVILEGE_NOT_GRANTED\n"
+"string.text"
msgid "Privilege not granted: Only table privileges can be granted."
msgstr ""
-#: conn_shared_res.src#STR_PRIVILEGE_NOT_REVOKED.string.text
+#. DeN#
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_PRIVILEGE_NOT_REVOKED\n"
+"string.text"
msgid "Privilege not revoked: Only table privileges can be revoked."
msgstr ""
-#: conn_shared_res.src#STR_UNKNOWN_COLUMN_NAME.string.text
+#. ;H!L
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_UNKNOWN_COLUMN_NAME\n"
+"string.text"
msgid "The column name '$columnname$' is unknown."
msgstr ""
-#: conn_shared_res.src#STR_ERRORMSG_SEQUENCE.string.text
+#. N7LX
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_ERRORMSG_SEQUENCE\n"
+"string.text"
msgid "Function sequence error."
msgstr ""
-#: conn_shared_res.src#STR_INVALID_INDEX.string.text
+#. xmW\
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_INVALID_INDEX\n"
+"string.text"
msgid "Invalid descriptor index."
msgstr ""
-#: conn_shared_res.src#STR_UNSUPPORTED_FUNCTION.string.text
+#. kM=T
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_UNSUPPORTED_FUNCTION\n"
+"string.text"
msgid "The driver does not support the function '$functionname$'."
msgstr ""
-#: conn_shared_res.src#STR_UNSUPPORTED_FEATURE.string.text
+#. 7iBd
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_UNSUPPORTED_FEATURE\n"
+"string.text"
msgid "The driver does not support the functionality for '$featurename$'. It is not implemented."
msgstr ""
-#: conn_shared_res.src#STR_FORMULA_WRONG.string.text
+#. E0Xc
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_FORMULA_WRONG\n"
+"string.text"
msgid "The formula for TypeInfoSettings is wrong!"
msgstr ""
-#: conn_shared_res.src#STR_STRING_LENGTH_EXCEEDED.string.text
+#. ;#iF
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_STRING_LENGTH_EXCEEDED\n"
+"string.text"
msgid "The string '$string$' exceeds the maximum length of $maxlen$ characters when converted to the target character set '$charset$'."
msgstr ""
-#: conn_shared_res.src#STR_CANNOT_CONVERT_STRING.string.text
+#. Jb4D
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_CANNOT_CONVERT_STRING\n"
+"string.text"
msgid "The string '$string$' cannot be converted using the encoding '$charset$'."
msgstr ""
-#: conn_shared_res.src#STR_URI_SYNTAX_ERROR.string.text
+#. DMWV
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_URI_SYNTAX_ERROR\n"
+"string.text"
msgid "The connection URL is invalid."
msgstr ""
-#: conn_shared_res.src#STR_QUERY_TOO_COMPLEX.string.text
+#. 84as
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_QUERY_TOO_COMPLEX\n"
+"string.text"
msgid "The query can not be executed. It is too complex."
msgstr ""
-#: conn_shared_res.src#STR_OPERATOR_TOO_COMPLEX.string.text
+#. !w]^
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_OPERATOR_TOO_COMPLEX\n"
+"string.text"
msgid "The query can not be executed. The operator is too complex."
msgstr ""
-#: conn_shared_res.src#STR_QUERY_INVALID_LIKE_COLUMN.string.text
+#. !=}r
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_QUERY_INVALID_LIKE_COLUMN\n"
+"string.text"
msgid "The query can not be executed. You cannot use 'LIKE' with columns of this type."
msgstr ""
-#: conn_shared_res.src#STR_QUERY_INVALID_LIKE_STRING.string.text
+#. k1,7
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_QUERY_INVALID_LIKE_STRING\n"
+"string.text"
msgid "The query can not be executed. 'LIKE' can be used with a string argument only."
msgstr ""
-#: conn_shared_res.src#STR_QUERY_NOT_LIKE_TOO_COMPLEX.string.text
+#. V(Tp
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_QUERY_NOT_LIKE_TOO_COMPLEX\n"
+"string.text"
msgid "The query can not be executed. The 'NOT LIKE' condition is too complex."
msgstr ""
-#: conn_shared_res.src#STR_QUERY_LIKE_WILDCARD.string.text
+#. NizQ
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_QUERY_LIKE_WILDCARD\n"
+"string.text"
msgid "The query can not be executed. The 'LIKE' condition contains wildcard in the middle."
msgstr ""
-#: conn_shared_res.src#STR_QUERY_LIKE_WILDCARD_MANY.string.text
+#. Zp#N
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_QUERY_LIKE_WILDCARD_MANY\n"
+"string.text"
msgid "The query can not be executed. The 'LIKE' condition contains too many wildcards."
msgstr ""
-#: conn_shared_res.src#STR_INVALID_COLUMNNAME.string.text
+#. t@2d
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_INVALID_COLUMNNAME\n"
+"string.text"
msgid "The column name '$columnname$' is not valid."
msgstr ""
-#: conn_shared_res.src#STR_INVALID_COLUMN_SELECTION.string.text
+#. [EUN
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_INVALID_COLUMN_SELECTION\n"
+"string.text"
msgid "The statement contains an invalid selection of columns."
msgstr ""
-#: conn_shared_res.src#STR_COLUMN_NOT_UPDATEABLE.string.text
+#. bW^]
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_COLUMN_NOT_UPDATEABLE\n"
+"string.text"
msgid "The column at position '$position$' could not be updated."
msgstr ""
-#: conn_shared_res.src#STR_COULD_NOT_LOAD_FILE.string.text
+#. 7JGA
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_COULD_NOT_LOAD_FILE\n"
+"string.text"
msgid "The file $filename$ could not be loaded."
msgstr ""
-#: conn_shared_res.src#STR_LOAD_FILE_ERROR_MESSAGE.string.text
+#. blWo
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_LOAD_FILE_ERROR_MESSAGE\n"
+"string.text"
msgid ""
"The attempt to load the file resulted in the following error message ($exception_type$):\n"
"\n"
"$error_message$"
msgstr ""
-#: conn_shared_res.src#STR_TYPE_NOT_CONVERT.string.text
+#. pcTO
+#: conn_shared_res.src
+#, fuzzy
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_TYPE_NOT_CONVERT\n"
+"string.text"
msgid "The type could not be converted."
-msgstr ""
-
-#: conn_shared_res.src#STR_INVALID_COLUMN_DESCRIPTOR_ERROR.string.text
+msgstr "ფაილი ვერ შეიქმნა."
+
+#. @l*(
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_INVALID_COLUMN_DESCRIPTOR_ERROR\n"
+"string.text"
msgid "Could not append column: invalid column descriptor."
msgstr ""
-#: conn_shared_res.src#STR_INVALID_GROUP_DESCRIPTOR_ERROR.string.text
+#. MtK~
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_INVALID_GROUP_DESCRIPTOR_ERROR\n"
+"string.text"
msgid "Could not create group: invalid object descriptor."
msgstr ""
-#: conn_shared_res.src#STR_INVALID_INDEX_DESCRIPTOR_ERROR.string.text
+#. WOm(
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_INVALID_INDEX_DESCRIPTOR_ERROR\n"
+"string.text"
msgid "Could not create index: invalid object descriptor."
msgstr ""
-#: conn_shared_res.src#STR_INVALID_KEY_DESCRIPTOR_ERROR.string.text
+#. ^3J2
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_INVALID_KEY_DESCRIPTOR_ERROR\n"
+"string.text"
msgid "Could not create key: invalid object descriptor."
msgstr ""
-#: conn_shared_res.src#STR_INVALID_TABLE_DESCRIPTOR_ERROR.string.text
+#. U-bq
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_INVALID_TABLE_DESCRIPTOR_ERROR\n"
+"string.text"
msgid "Could not create table: invalid object descriptor."
msgstr ""
-#: conn_shared_res.src#STR_INVALID_USER_DESCRIPTOR_ERROR.string.text
+#. b1dt
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_INVALID_USER_DESCRIPTOR_ERROR\n"
+"string.text"
msgid "Could not create user: invalid object descriptor."
msgstr ""
-#: conn_shared_res.src#STR_INVALID_VIEW_DESCRIPTOR_ERROR.string.text
+#. (L0,
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_INVALID_VIEW_DESCRIPTOR_ERROR\n"
+"string.text"
msgid "Could not create view: invalid object descriptor."
msgstr ""
-#: conn_shared_res.src#STR_VIEW_NO_COMMAND_ERROR.string.text
+#. 7|fo
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_VIEW_NO_COMMAND_ERROR\n"
+"string.text"
msgid "Could not create view: no command object."
msgstr ""
-#: conn_shared_res.src#STR_NO_CONNECTION.string.text
+#. q4w0
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_NO_CONNECTION\n"
+"string.text"
msgid "The connection could not be created. May be the necessary data provider is not installed."
msgstr ""
-#: conn_shared_res.src#STR_COULD_NOT_DELETE_INDEX.string.text
+#. ?4_.
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_COULD_NOT_DELETE_INDEX\n"
+"string.text"
msgid "The index could not be deleted. An unknown error while accessing the file system occurred."
msgstr ""
-#: conn_shared_res.src#STR_ONL_ONE_COLUMN_PER_INDEX.string.text
+#. nBp5
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_ONL_ONE_COLUMN_PER_INDEX\n"
+"string.text"
msgid "The index could not be created. Only one column per index is allowed."
msgstr ""
-#: conn_shared_res.src#STR_COULD_NOT_CREATE_INDEX_NOT_UNIQUE.string.text
+#. Q+[N
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_COULD_NOT_CREATE_INDEX_NOT_UNIQUE\n"
+"string.text"
msgid "The index could not be created. The values are not unique."
msgstr ""
-#: conn_shared_res.src#STR_COULD_NOT_CREATE_INDEX.string.text
+#. `g]A
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_COULD_NOT_CREATE_INDEX\n"
+"string.text"
msgid "The index could not be created. An unknown error appeared."
msgstr ""
-#: conn_shared_res.src#STR_COULD_NOT_CREATE_INDEX_NAME.string.text
+#. n2d9
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_COULD_NOT_CREATE_INDEX_NAME\n"
+"string.text"
msgid "The index could not be created. The file '$filename$' is used by an other index."
msgstr ""
-#: conn_shared_res.src#STR_COULD_NOT_CREATE_INDEX_KEYSIZE.string.text
+#. @84P
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_COULD_NOT_CREATE_INDEX_KEYSIZE\n"
+"string.text"
msgid "The index could not be created. The size of the chosen column is to big."
msgstr ""
-#: conn_shared_res.src#STR_SQL_NAME_ERROR.string.text
+#. }+.?
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_SQL_NAME_ERROR\n"
+"string.text"
msgid "The name '$name$' doesn't match SQL naming constraints."
msgstr ""
-#: conn_shared_res.src#STR_COULD_NOT_DELETE_FILE.string.text
+#. 9^!2
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_COULD_NOT_DELETE_FILE\n"
+"string.text"
msgid "The file $filename$ could not be deleted."
msgstr ""
-#: conn_shared_res.src#STR_INVALID_COLUMN_TYPE.string.text
+#. 6z@%
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_INVALID_COLUMN_TYPE\n"
+"string.text"
msgid "Invalid column type for column '$columnname$'."
msgstr ""
-#: conn_shared_res.src#STR_INVALID_COLUMN_PRECISION.string.text
+#. nGQz
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_INVALID_COLUMN_PRECISION\n"
+"string.text"
msgid "Invalid precision for column '$columnname$'."
msgstr ""
-#: conn_shared_res.src#STR_INVALID_PRECISION_SCALE.string.text
+#. EZe!
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_INVALID_PRECISION_SCALE\n"
+"string.text"
msgid "Precision is less than scale for column '$columnname$'."
msgstr ""
-#: conn_shared_res.src#STR_INVALID_COLUMN_NAME_LENGTH.string.text
+#. 9oP9
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_INVALID_COLUMN_NAME_LENGTH\n"
+"string.text"
msgid "Invalid column name length for column '$columnname$'."
msgstr ""
-#: conn_shared_res.src#STR_DUPLICATE_VALUE_IN_COLUMN.string.text
+#. q00K
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_DUPLICATE_VALUE_IN_COLUMN\n"
+"string.text"
msgid "Duplicate value found in column '$columnname$'."
msgstr ""
-#: conn_shared_res.src#STR_INVALID_COLUMN_DECIMAL_VALUE.string.text
+#. X(VT
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_INVALID_COLUMN_DECIMAL_VALUE\n"
+"string.text"
msgid ""
"The '$columnname$' column has been defined as a \"Decimal\" type, the max. length is $precision$ characters (with $scale$ decimal places).\n"
"\n"
"The specified value \"$value$ is longer than the number of digits allowed."
msgstr ""
-#: conn_shared_res.src#STR_COLUMN_NOT_ALTERABLE.string.text
+#. p${!
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_COLUMN_NOT_ALTERABLE\n"
+"string.text"
msgid "The column '$columnname$' could not be altered. May be the file system is write protected."
msgstr ""
-#: conn_shared_res.src#STR_INVALID_COLUMN_VALUE.string.text
+#. ]j@H
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_INVALID_COLUMN_VALUE\n"
+"string.text"
msgid "The column '$columnname$' could not be updated. The value is invalid for that column."
msgstr ""
-#: conn_shared_res.src#STR_COLUMN_NOT_ADDABLE.string.text
+#. uj.0
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_COLUMN_NOT_ADDABLE\n"
+"string.text"
msgid "The column '$columnname$' could not be added. May be the file system is write protected."
msgstr ""
-#: conn_shared_res.src#STR_COLUMN_NOT_DROP.string.text
+#. m7a$
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_COLUMN_NOT_DROP\n"
+"string.text"
msgid "The column at position '$position$' could not be dropped. May be the file system is write protected."
msgstr ""
-#: conn_shared_res.src#STR_TABLE_NOT_DROP.string.text
+#. :c@#
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_TABLE_NOT_DROP\n"
+"string.text"
msgid "The table '$tablename$' could not be dropped. May be the file system is write protected."
msgstr ""
-#: conn_shared_res.src#STR_COULD_NOT_ALTER_TABLE.string.text
+#. u)|,
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_COULD_NOT_ALTER_TABLE\n"
+"string.text"
msgid "The table could not be altered."
msgstr ""
-#: conn_shared_res.src#STR_INVALID_DBASE_FILE.string.text
+#. oY{3
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_INVALID_DBASE_FILE\n"
+"string.text"
msgid "The file '$filename$' is an invalid (or unrecognized) dBase file."
msgstr ""
-#: conn_shared_res.src#STR_CANNOT_OPEN_BOOK.string.text
+#. Dk63
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_CANNOT_OPEN_BOOK\n"
+"string.text"
msgid "Cannot open Evolution address book."
msgstr ""
-#: conn_shared_res.src#STR_SORT_BY_COL_ONLY.string.text
+#. Mg+@
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_SORT_BY_COL_ONLY\n"
+"string.text"
msgid "Can only sort by table columns."
msgstr ""
-#: conn_shared_res.src#STR_QUERY_COMPLEX_COUNT.string.text
+#. km~f
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_QUERY_COMPLEX_COUNT\n"
+"string.text"
msgid "The query can not be executed. It is too complex. Only \"COUNT(*)\" is supported."
msgstr ""
-#: conn_shared_res.src#STR_QUERY_INVALID_BETWEEN.string.text
+#. =nFX
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_QUERY_INVALID_BETWEEN\n"
+"string.text"
msgid "The query can not be executed. The 'BETWEEN' arguments are not correct."
msgstr ""
-#: conn_shared_res.src#STR_QUERY_FUNCTION_NOT_SUPPORTED.string.text
+#. -}C%
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_QUERY_FUNCTION_NOT_SUPPORTED\n"
+"string.text"
msgid "The query can not be executed. The function is not supported."
msgstr ""
-#: conn_shared_res.src#STR_TABLE_READONLY.string.text
+#. $jt2
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_TABLE_READONLY\n"
+"string.text"
msgid "The table can not be changed. It is read only."
msgstr ""
-#: conn_shared_res.src#STR_DELETE_ROW.string.text
+#. 0b)4
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_DELETE_ROW\n"
+"string.text"
msgid "The row could not be deleted. The option \"Display inactive records\" is set."
msgstr ""
-#: conn_shared_res.src#STR_ROW_ALREADY_DELETED.string.text
+#. )y.K
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_ROW_ALREADY_DELETED\n"
+"string.text"
msgid "The row could not be deleted. It is already deleted."
msgstr ""
-#: conn_shared_res.src#STR_QUERY_MORE_TABLES.string.text
+#. #l*3
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_QUERY_MORE_TABLES\n"
+"string.text"
msgid "The query can not be executed. It contains more than one table."
msgstr ""
-#: conn_shared_res.src#STR_QUERY_NO_TABLE.string.text
+#. =rQW
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_QUERY_NO_TABLE\n"
+"string.text"
msgid "The query can not be executed. It contains no valid table."
msgstr ""
-#: conn_shared_res.src#STR_QUERY_NO_COLUMN.string.text
+#. Hkkg
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_QUERY_NO_COLUMN\n"
+"string.text"
msgid "The query can not be executed. It contains no valid columns."
msgstr ""
-#: conn_shared_res.src#STR_INVALID_PARA_COUNT.string.text
+#. j$,Q
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_INVALID_PARA_COUNT\n"
+"string.text"
msgid "The count of the given parameter values doesn't match the parameters."
msgstr ""
-#: conn_shared_res.src#STR_NO_VALID_FILE_URL.string.text
+#. $BfU
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_NO_VALID_FILE_URL\n"
+"string.text"
msgid "The URL '$URL$' is not valid. A connection can not be created."
msgstr ""
-#: conn_shared_res.src#STR_NO_CLASSNAME.string.text
+#. 6.QN
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_NO_CLASSNAME\n"
+"string.text"
msgid "The driver class '$classname$' could not be loaded."
msgstr ""
-#: conn_shared_res.src#STR_NO_JAVA.string.text
+#. shWj
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_NO_JAVA\n"
+"string.text"
msgid "No Java installation could be found. Please check your installation."
msgstr ""
-#: conn_shared_res.src#STR_NO_RESULTSET.string.text
+#. 6m3%
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_NO_RESULTSET\n"
+"string.text"
msgid "The execution of the query doesn't return a valid result set."
msgstr ""
-#: conn_shared_res.src#STR_NO_ROWCOUNT.string.text
+#. 2Lf)
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_NO_ROWCOUNT\n"
+"string.text"
msgid "The execution of the update statement doesn't effect any rows."
msgstr ""
-#: conn_shared_res.src#STR_NO_CLASSNAME_PATH.string.text
+#. o@ek
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_NO_CLASSNAME_PATH\n"
+"string.text"
msgid "The additional driver class path is '$classpath$'."
msgstr ""
-#: conn_shared_res.src#STR_UNKNOWN_PARA_TYPE.string.text
+#. nw8%
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_UNKNOWN_PARA_TYPE\n"
+"string.text"
msgid "The type of parameter at position '$position$' is unknown."
msgstr ""
-#: conn_shared_res.src#STR_UNKNOWN_COLUMN_TYPE.string.text
+#. )YD2
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_UNKNOWN_COLUMN_TYPE\n"
+"string.text"
msgid "The type of column at position '$position$' is unknown."
msgstr ""
-#: conn_shared_res.src#STR_NO_KDE_INST.string.text
+#. :lOr
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_NO_KDE_INST\n"
+"string.text"
msgid "No suitable KDE installation was found."
msgstr ""
-#: conn_shared_res.src#STR_KDE_VERSION_TOO_OLD.string.text
+#. kc(d
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_KDE_VERSION_TOO_OLD\n"
+"string.text"
msgid "KDE version $major$.$minor$ or higher is required to access the KDE Address Book."
msgstr ""
-#: conn_shared_res.src#STR_KDE_VERSION_TOO_NEW.string.text
+#. mO]c
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_KDE_VERSION_TOO_NEW\n"
+"string.text"
msgid "The found KDE version is too new. Only KDE up to version $major$.$minor$ is known to work with this product.\n"
msgstr ""
-#: conn_shared_res.src#STR_KDE_VERSION_TOO_NEW_WORK_AROUND.string.text
+#. p0jK
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_KDE_VERSION_TOO_NEW_WORK_AROUND\n"
+"string.text"
msgid ""
"If you are sure that your KDE version works, you might execute the following Basic macro to disable this version check:\n"
"\n"
msgstr ""
-#: conn_shared_res.src#STR_PARA_ONLY_PREPARED.string.text
+#. ^EJF
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_PARA_ONLY_PREPARED\n"
+"string.text"
msgid "Parameters can appear only in prepared statements."
msgstr ""
-#: conn_shared_res.src#STR_NO_TABLE.string.text
+#. s-^1
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_NO_TABLE\n"
+"string.text"
msgid "No such table!"
msgstr ""
-#: conn_shared_res.src#STR_NO_MAC_OS_FOUND.string.text
+#. nSH:
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_NO_MAC_OS_FOUND\n"
+"string.text"
msgid "No suitable Mac OS installation was found."
msgstr ""
-#: conn_shared_res.src#STR_NO_STROAGE.string.text
+#. =qP1
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_NO_STROAGE\n"
+"string.text"
msgid "The connection can not be established. No storage or URL was given."
msgstr ""
-#: conn_shared_res.src#STR_INVALID_FILE_URL.string.text
+#. jzB,
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_INVALID_FILE_URL\n"
+"string.text"
msgid "The given URL contains no valid local file system path. Please check the location of your database file."
msgstr ""
-#: conn_shared_res.src#STR_NO_TABLE_CONTAINER.string.text
+#. )?4o
+#: conn_shared_res.src
#, fuzzy
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_NO_TABLE_CONTAINER\n"
+"string.text"
msgid "An error occurred while obtaining the connection's table container."
msgstr "შეცდომა კალენდარის შექმნისას"
-#: conn_shared_res.src#STR_NO_TABLE_EDITOR_DIALOG.string.text
+#. (05j
+#: conn_shared_res.src
#, fuzzy
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_NO_TABLE_EDITOR_DIALOG\n"
+"string.text"
msgid "An error occurred while creating the table editor dialog."
msgstr "შეცდომა კალენდარის შექმნისას"
-#: conn_shared_res.src#STR_NO_TABLENAME.string.text
+#. Kh;I
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_NO_TABLENAME\n"
+"string.text"
msgid "There is no table named '$tablename$'."
msgstr ""
-#: conn_shared_res.src#STR_NO_DOCUMENTUI.string.text
+#. tx_=
+#: conn_shared_res.src
+msgctxt ""
+"conn_shared_res.src\n"
+"STR_NO_DOCUMENTUI\n"
+"string.text"
msgid "The provided DocumentUI is not allowed to be NULL."
msgstr ""
+
+#. E[k2
+#: conn_error_message.src
+msgctxt ""
+"conn_error_message.src\n"
+"256 + 2*100 + 0\n"
+"string.text"
+msgid "The record operation has been vetoed."
+msgstr ""
+
+#. bWU`
+#: conn_error_message.src
+msgctxt ""
+"conn_error_message.src\n"
+"256 + 2*200 + 0\n"
+"string.text"
+msgid "The statement contains a cyclic reference to one or more sub queries."
+msgstr ""
+
+#. 53In
+#: conn_error_message.src
+msgctxt ""
+"conn_error_message.src\n"
+"256 + 2*300 + 0\n"
+"string.text"
+msgid "The name must not contain any slashes ('/')."
+msgstr ""
+
+#. lXOt
+#: conn_error_message.src
+msgctxt ""
+"conn_error_message.src\n"
+"256 + 2*301 + 0\n"
+"string.text"
+msgid "$1$ is no SQL conform identifier."
+msgstr ""
+
+#. H52a
+#: conn_error_message.src
+msgctxt ""
+"conn_error_message.src\n"
+"256 + 2*302 + 0\n"
+"string.text"
+msgid "Query names must not contain quote characters."
+msgstr ""
+
+#. OJa/
+#: conn_error_message.src
+msgctxt ""
+"conn_error_message.src\n"
+"256 + 2*303 + 0\n"
+"string.text"
+msgid "The name '$1$' is already in use in the database."
+msgstr ""
+
+#. Dlp:
+#: conn_error_message.src
+msgctxt ""
+"conn_error_message.src\n"
+"256 + 2*304 + 0\n"
+"string.text"
+msgid "No connection to the database exists."
+msgstr ""
+
+#. zt(%
+#: conn_error_message.src
+msgctxt ""
+"conn_error_message.src\n"
+"256 + 2*500 + 0\n"
+"string.text"
+msgid "No $1$ exists."
+msgstr ""
+
+#. @b{T
+#: conn_error_message.src
+msgctxt ""
+"conn_error_message.src\n"
+"256 + 2*550 + 0\n"
+"string.text"
+msgid "Unable to display the complete table content. Please apply a filter."
+msgstr ""
diff --git a/source/ka/cui/source/customize.po b/source/ka/cui/source/customize.po
index 73d25babaab..ebce03b28a8 100644
--- a/source/ka/cui/source/customize.po
+++ b/source/ka/cui/source/customize.po
@@ -1,9 +1,9 @@
-#. extracted from cui/source/customize.oo
+#. extracted from cui/source/customize
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+cui%2Fsource%2Fcustomize.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,777 +12,855 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: macropg.src#RID_SVXPAGE_MACROASSIGN.STR_EVENT.string.text
-msgctxt "macropg.src#RID_SVXPAGE_MACROASSIGN.STR_EVENT.string.text"
+#. j-B^
+#: eventdlg.src
+msgctxt ""
+"eventdlg.src\n"
+"RID_SVXPAGE_EVENTS\n"
+"STR_EVENT\n"
+"string.text"
msgid "Event"
msgstr "მოვლენა"
-#: macropg.src#RID_SVXPAGE_MACROASSIGN.STR_ASSMACRO.string.text
-msgctxt "macropg.src#RID_SVXPAGE_MACROASSIGN.STR_ASSMACRO.string.text"
+#. _xpn
+#: eventdlg.src
+msgctxt ""
+"eventdlg.src\n"
+"RID_SVXPAGE_EVENTS\n"
+"STR_ASSMACRO\n"
+"string.text"
msgid "Assigned Action"
msgstr "მინიჭებული მოქმედება"
-#: macropg.src#RID_SVXPAGE_MACROASSIGN.FT_ASSIGN.fixedtext.text
-msgctxt "macropg.src#RID_SVXPAGE_MACROASSIGN.FT_ASSIGN.fixedtext.text"
+#. ja\n
+#: eventdlg.src
+msgctxt ""
+"eventdlg.src\n"
+"RID_SVXPAGE_EVENTS\n"
+"TXT_SAVEIN\n"
+"fixedtext.text"
+msgid "Save In"
+msgstr "მდებარეობა"
+
+#. |M9I
+#: eventdlg.src
+msgctxt ""
+"eventdlg.src\n"
+"RID_SVXPAGE_EVENTS\n"
+"FT_ASSIGN\n"
+"fixedtext.text"
msgid "Assign:"
msgstr "მინიჭება:"
-#: macropg.src#RID_SVXPAGE_MACROASSIGN.PB_ASSIGN.pushbutton.text
-msgctxt "macropg.src#RID_SVXPAGE_MACROASSIGN.PB_ASSIGN.pushbutton.text"
+#. uAWW
+#: eventdlg.src
+msgctxt ""
+"eventdlg.src\n"
+"RID_SVXPAGE_EVENTS\n"
+"PB_ASSIGN\n"
+"pushbutton.text"
msgid "M~acro..."
-msgstr "მ~აკროსი..."
-
-#: macropg.src#RID_SVXPAGE_MACROASSIGN.PB_ASSIGN_COMPONENT.pushbutton.text
-msgid "Com~ponent..."
-msgstr "~კომპონენტი..."
+msgstr "მ~აკრო..."
-#: macropg.src#RID_SVXPAGE_MACROASSIGN.PB_DELETE.pushbutton.text
-msgctxt "macropg.src#RID_SVXPAGE_MACROASSIGN.PB_DELETE.pushbutton.text"
+#. $*0r
+#: eventdlg.src
+msgctxt ""
+"eventdlg.src\n"
+"RID_SVXPAGE_EVENTS\n"
+"PB_DELETE\n"
+"pushbutton.text"
msgid "~Remove"
-msgstr "~მოშორება"
-
-#: macropg.src#RID_SVXPAGE_MACROASSIGN.tabpage.text
-msgid "Assign action"
-msgstr "ქმედების მიმაგრება"
-
-#: macropg.src#RID_SVXDLG_ASSIGNCOMPONENT.FT_METHOD.fixedtext.text
-msgid "Component method name"
-msgstr "კომპონენტის მეთოდის სახელი"
-
-#: macropg.src#RID_SVXDLG_ASSIGNCOMPONENT.modaldialog.text
-msgid "Assign Component"
-msgstr "კომპონენტის მიმაგრება"
-
-#: macropg.src#RID_SVXSTR_EVENT_STARTAPP.string.text
-msgid "Start Application"
-msgstr "პროგრამის დაწყება"
-
-#: macropg.src#RID_SVXSTR_EVENT_CLOSEAPP.string.text
-msgid "Close Application"
-msgstr "პროგრამის დახურვა"
-
-#: macropg.src#RID_SVXSTR_EVENT_NEWDOC.string.text
-msgid "New Document"
-msgstr "დოკუმენტის გახსნა"
-
-#: macropg.src#RID_SVXSTR_EVENT_CLOSEDOC.string.text
-msgid "Document closed"
-msgstr ""
-
-#: macropg.src#RID_SVXSTR_EVENT_PREPARECLOSEDOC.string.text
-msgid "Document is going to be closed"
-msgstr ""
-
-#: macropg.src#RID_SVXSTR_EVENT_OPENDOC.string.text
-msgid "Open Document"
-msgstr "დოკუმენტის გახსნა"
-
-#: macropg.src#RID_SVXSTR_EVENT_SAVEDOC.string.text
-msgid "Save Document"
-msgstr "დოკუმენტის შენახვა"
-
-#: macropg.src#RID_SVXSTR_EVENT_SAVEASDOC.string.text
-msgid "Save Document As"
-msgstr "დოკუმენტის შენახვა როგორც"
-
-#: macropg.src#RID_SVXSTR_EVENT_SAVEDOCDONE.string.text
-msgid "Document has been saved"
-msgstr "დოკუმენტი შენახულია"
-
-#: macropg.src#RID_SVXSTR_EVENT_SAVEASDOCDONE.string.text
-msgid "Document has been saved as"
-msgstr "დოკუმენტის შენახულია როგორც"
-
-#: macropg.src#RID_SVXSTR_EVENT_ACTIVATEDOC.string.text
-msgid "Activate Document"
-msgstr "დოკუმენტის აქტივირება"
-
-#: macropg.src#RID_SVXSTR_EVENT_DEACTIVATEDOC.string.text
-msgid "Deactivate Document"
-msgstr "დოკუმენტის დეაქტივირება"
-
-#: macropg.src#RID_SVXSTR_EVENT_PRINTDOC.string.text
-msgid "Print Document"
-msgstr "დოკუმენტის ბეჭდვა"
-
-#: macropg.src#RID_SVXSTR_EVENT_MODIFYCHANGED.string.text
-msgid "'Modified' status was changed"
-msgstr "'შეცვლილია' სტატუსი შეიცვალა"
-
-#: macropg.src#RID_SVXSTR_EVENT_MAILMERGE.string.text
-msgid "Printing of form letters started"
-msgstr ""
-
-#: macropg.src#RID_SVXSTR_EVENT_MAILMERGE_END.string.text
-msgid "Printing of form letters finished"
-msgstr ""
-
-#: macropg.src#RID_SVXSTR_EVENT_FIELDMERGE.string.text
-msgid "Merging of form fields started"
-msgstr ""
-
-#: macropg.src#RID_SVXSTR_EVENT_FIELDMERGE_FINISHED.string.text
-msgid "Merging of form fields finished"
-msgstr ""
-
-#: macropg.src#RID_SVXSTR_EVENT_PAGECOUNTCHANGE.string.text
-msgid "Changing the page count"
-msgstr "გვედების რაოდენობა იცვლება"
-
-#: macropg.src#RID_SVXSTR_EVENT_SUBCOMPONENT_OPENED.string.text
-msgid "Loaded a sub component"
-msgstr ""
-
-#: macropg.src#RID_SVXSTR_EVENT_SUBCOMPONENT_CLOSED.string.text
-msgid "Closed a sub component"
-msgstr ""
-
-#: macropg.src#RID_SVXSTR_EVENT_APPROVEPARAMETER.string.text
-msgid "Fill parameters"
-msgstr "შეავსეთ პარამეტრები"
-
-#: macropg.src#RID_SVXSTR_EVENT_ACTIONPERFORMED.string.text
-msgid "Execute action"
-msgstr ""
-
-#: macropg.src#RID_SVXSTR_EVENT_AFTERUPDATE.string.text
-msgid "After updating"
-msgstr "განახლების შემდეგ"
-
-#: macropg.src#RID_SVXSTR_EVENT_BEFOREUPDATE.string.text
-msgid "Before updating"
-msgstr "განახლებამდე"
-
-#: macropg.src#RID_SVXSTR_EVENT_APPROVEROWCHANGE.string.text
-msgid "Before record action"
-msgstr "ჩანაწერის ქმედების წინ"
-
-#: macropg.src#RID_SVXSTR_EVENT_ROWCHANGE.string.text
-msgid "After record action"
-msgstr "ჩანაწერის ქმედების შემდეგ"
-
-#: macropg.src#RID_SVXSTR_EVENT_CONFIRMDELETE.string.text
-msgid "Confirm deletion"
-msgstr "წაშლის დადასტურება"
-
-#: macropg.src#RID_SVXSTR_EVENT_ERROROCCURRED.string.text
-msgid "Error occurred"
-msgstr "მოხდა შეცდომა"
-
-#: macropg.src#RID_SVXSTR_EVENT_ADJUSTMENTVALUECHANGED.string.text
-msgid "While adjusting"
-msgstr "რეგულირების დროს"
-
-#: macropg.src#RID_SVXSTR_EVENT_FOCUSGAINED.string.text
-msgid "When receiving focus"
-msgstr "ფოკუსის მიღებისას"
-
-#: macropg.src#RID_SVXSTR_EVENT_FOCUSLOST.string.text
-msgid "When losing focus"
-msgstr "ფოკუსის დაკარგვისას"
-
-#: macropg.src#RID_SVXSTR_EVENT_ITEMSTATECHANGED.string.text
-msgid "Item status changed"
-msgstr "ელემენტის სტატუსი შეიცვლა"
-
-#: macropg.src#RID_SVXSTR_EVENT_KEYTYPED.string.text
-msgid "Key pressed"
-msgstr "კლავიში დაჭერილია"
-
-#: macropg.src#RID_SVXSTR_EVENT_KEYUP.string.text
-msgid "Key released"
-msgstr "კლავიში აშვებულია"
-
-#: macropg.src#RID_SVXSTR_EVENT_LOADED.string.text
-msgid "When loading"
-msgstr "ჩატვირთვისას"
-
-#: macropg.src#RID_SVXSTR_EVENT_RELOADING.string.text
-msgid "Before reloading"
-msgstr "ჩატვირთვამდე"
-
-#: macropg.src#RID_SVXSTR_EVENT_RELOADED.string.text
-msgid "When reloading"
-msgstr "ხელახალი ჩატვირთვისას"
-
-#: macropg.src#RID_SVXSTR_EVENT_MOUSEDRAGGED.string.text
-msgid "Mouse moved while key pressed"
-msgstr "მაუსი მოძრაობდა, სანამ კლავიში დაჭერილია"
-
-#: macropg.src#RID_SVXSTR_EVENT_MOUSEENTERED.string.text
-msgid "Mouse inside"
-msgstr "მაუსი შიგნითაა"
-
-#: macropg.src#RID_SVXSTR_EVENT_MOUSEEXITED.string.text
-msgid "Mouse outside"
-msgstr "მაუსი გარეთაა"
-
-#: macropg.src#RID_SVXSTR_EVENT_MOUSEMOVED.string.text
-msgid "Mouse moved"
-msgstr "მაუსი გადაადგილდა"
-
-#: macropg.src#RID_SVXSTR_EVENT_MOUSEPRESSED.string.text
-msgid "Mouse button pressed"
-msgstr "მაუსის ღილაკი დაჭერილია"
-
-#: macropg.src#RID_SVXSTR_EVENT_MOUSERELEASED.string.text
-msgid "Mouse button released"
-msgstr "მაუსის ღილაკი გაშვებულია"
-
-#: macropg.src#RID_SVXSTR_EVENT_POSITIONING.string.text
-msgid "Before record change"
-msgstr "ჩანაწერის ცვლილებამდე"
-
-#: macropg.src#RID_SVXSTR_EVENT_POSITIONED.string.text
-msgid "After record change"
-msgstr "ჩანაწერის ცვლილების შემდეგ"
-
-#: macropg.src#RID_SVXSTR_EVENT_RESETTED.string.text
-msgid "After resetting"
-msgstr "ჩამოყრის შემდეგ"
-
-#: macropg.src#RID_SVXSTR_EVENT_APPROVERESETTED.string.text
-msgid "Prior to reset"
-msgstr "ჩამოყრამდე"
-
-#: macropg.src#RID_SVXSTR_EVENT_APPROVEACTIONPERFORMED.string.text
-msgid "Approve action"
-msgstr ""
-
-#: macropg.src#RID_SVXSTR_EVENT_SUBMITTED.string.text
-msgid "Before submitting"
-msgstr "შეყვანამდე"
-
-#: macropg.src#RID_SVXSTR_EVENT_TEXTCHANGED.string.text
-msgid "Text modified"
-msgstr "ტექსტი მოდიფიცირებული"
-
-#: macropg.src#RID_SVXSTR_EVENT_UNLOADING.string.text
-msgid "Before unloading"
-msgstr "ამოტვირთვამდე"
-
-#: macropg.src#RID_SVXSTR_EVENT_UNLOADED.string.text
-msgid "When unloading"
-msgstr "ამოტვირთვის დროს"
-
-#: macropg.src#RID_SVXSTR_EVENT_CHANGED.string.text
-msgid "Changed"
-msgstr "შეცვლილია"
-
-#: macropg.src#RID_SVXSTR_EVENT_CREATEDOC.string.text
-msgid "Document created"
-msgstr ""
-
-#: macropg.src#RID_SVXSTR_EVENT_LOADDOCFINISHED.string.text
-msgid "Document loading finished"
-msgstr ""
-
-#: macropg.src#RID_SVXSTR_EVENT_SAVEDOCFAILED.string.text
-msgid "Saving of document failed"
-msgstr ""
-
-#: macropg.src#RID_SVXSTR_EVENT_SAVEASDOCFAILED.string.text
-msgid "'Save as' has failed"
-msgstr ""
-
-#: macropg.src#RID_SVXSTR_EVENT_COPYTODOC.string.text
-msgid "Storing or exporting copy of document"
-msgstr ""
-
-#: macropg.src#RID_SVXSTR_EVENT_COPYTODOCDONE.string.text
-msgid "Document copy has been created"
-msgstr ""
-
-#: macropg.src#RID_SVXSTR_EVENT_COPYTODOCFAILED.string.text
-msgid "Creating of document copy failed"
-msgstr ""
-
-#: macropg.src#RID_SVXSTR_EVENT_VIEWCREATED.string.text
-msgid "View created"
-msgstr ""
-
-#: macropg.src#RID_SVXSTR_EVENT_PREPARECLOSEVIEW.string.text
-msgid "View is going to be closed"
-msgstr ""
-
-#: macropg.src#RID_SVXSTR_EVENT_CLOSEVIEW.string.text
-msgid "View closed"
-msgstr ""
-
-#: macropg.src#RID_SVXSTR_EVENT_TITLECHANGED.string.text
-msgid "Document title changed"
-msgstr ""
-
-#: macropg.src#RID_SVXSTR_EVENT_MODECHANGED.string.text
-msgid "Document mode changed"
-msgstr ""
-
-#: macropg.src#RID_SVXSTR_EVENT_VISAREACHANGED.string.text
-msgid "Visible area changed"
-msgstr ""
-
-#: macropg.src#RID_SVXSTR_EVENT_STORAGECHANGED.string.text
-msgid "Document has got a new storage"
-msgstr ""
-
-#: macropg.src#RID_SVXSTR_EVENT_LAYOUT_FINISHED.string.text
-msgid "Document layout finished"
-msgstr ""
-
-#: macropg.src#RID_SVXSTR_EVENT_SELECTIONCHANGED.string.text
-msgid "Selection changed"
-msgstr ""
-
-#: macropg.src#RID_SVXSTR_EVENT_DOUBLECLICK.string.text
-msgid "Double click"
-msgstr ""
-
-#: macropg.src#RID_SVXSTR_EVENT_RIGHTCLICK.string.text
-msgid "Right click"
-msgstr ""
-
-#: macropg.src#RID_SVXSTR_EVENT_CALCULATE.string.text
-msgid "Formulas calculated"
-msgstr ""
-
-#: macropg.src#RID_SVXSTR_EVENT_CONTENTCHANGED.string.text
-msgid "Content changed"
-msgstr ""
-
-#: selector.src#FIXEDTEXT_DIALOG_DESCRIPTION.#define.text
-msgid "Select the library that contains the macro you want. Then select the macro under 'Macro name'."
-msgstr "მონიშნეთ ბიბლიოთეკა, რომელიც შეიცავს მაკროს რომელიც გჭირდებათ. შემდეგ მონიშნეთ მაკრო 'მაკროს სახელი'-ს ქვეშ."
-
-#: selector.src#STR_SELECTOR_ADD_COMMANDS.string.text
-msgid "Add Commands"
-msgstr "ბრძანებების დამატება"
-
-#: selector.src#STR_SELECTOR_MACROS.string.text
-msgctxt "selector.src#STR_SELECTOR_MACROS.string.text"
-msgid "%PRODUCTNAME Macros"
-msgstr "%PRODUCTNAME მაკროსები"
-
-#: selector.src#STR_SELECTOR_CATEGORIES.string.text
-msgctxt "selector.src#STR_SELECTOR_CATEGORIES.string.text"
-msgid "~Category"
-msgstr "~კატეგორია"
-
-#: selector.src#STR_SELECTOR_COMMANDS.string.text
-msgctxt "selector.src#STR_SELECTOR_COMMANDS.string.text"
-msgid "Commands"
-msgstr "ბრძანებები"
-
-#: selector.src#STR_SELECTOR_ADD.string.text
-msgid "Add"
-msgstr "დამატება"
-
-#: selector.src#STR_SELECTOR_RUN.string.text
-msgid "Run"
-msgstr "გაშვება"
-
-#: selector.src#STR_SELECTOR_CLOSE.string.text
-msgid "Close"
-msgstr "დახურვა"
-
-#: selector.src#STR_SELECTOR_ADD_COMMANDS_DESCRIPTION.string.text
-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 "ბრძანების ხელსაწყოთა ზოლზე დასამატებლად, ამოირჩიეთ კატეგორია და ბრძანება. შემდეგ გადაათრიეთ ბრძანება ბრძანებათა სიაში ხელსაწყოთა ზოლის ჩანართზე მორგების დიალოგში."
-
-#: selector.src#STR_BASICMACROS.string.text
-msgctxt "selector.src#STR_BASICMACROS.string.text"
-msgid "BASIC Macros"
-msgstr "BASIC მაკროები"
-
-#: selector.src#RID_DLG_SCRIPTSELECTOR.TXT_SELECTOR_CATEGORIES.fixedtext.text
-msgid "Library"
-msgstr "ბიბლიოთეკა"
-
-#: selector.src#RID_DLG_SCRIPTSELECTOR.BOX_SELECTOR_CATEGORIES.STR_MYMACROS.string.text
-msgctxt "selector.src#RID_DLG_SCRIPTSELECTOR.BOX_SELECTOR_CATEGORIES.STR_MYMACROS.string.text"
-msgid "My Macros"
-msgstr "ჩემი მაკროსები"
-
-#: selector.src#RID_DLG_SCRIPTSELECTOR.BOX_SELECTOR_CATEGORIES.STR_PRODMACROS.string.text
-msgctxt "selector.src#RID_DLG_SCRIPTSELECTOR.BOX_SELECTOR_CATEGORIES.STR_PRODMACROS.string.text"
-msgid "%PRODUCTNAME Macros"
-msgstr "%PRODUCTNAME მაკროსები"
-
-#: selector.src#RID_DLG_SCRIPTSELECTOR.TXT_SELECTOR_COMMANDS.fixedtext.text
-msgid "Macro name"
-msgstr "მაკროს სახელი"
-
-#: selector.src#RID_DLG_SCRIPTSELECTOR.GRP_SELECTOR_DESCRIPTION.fixedline.text
-msgctxt "selector.src#RID_DLG_SCRIPTSELECTOR.GRP_SELECTOR_DESCRIPTION.fixedline.text"
-msgid "Description"
-msgstr "განმარტება"
-
-#: selector.src#RID_DLG_SCRIPTSELECTOR.modelessdialog.text
-msgid "Macro Selector"
-msgstr ""
+msgstr "~მოცილება"
-#: cfg.src#RID_SVXDLG_CUSTOMIZE.1.RID_SVXPAGE_MENUS.pageitem.text
+#. S8A)
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXDLG_CUSTOMIZE.1\n"
+"RID_SVXPAGE_MENUS\n"
+"pageitem.text"
msgid "Menus"
msgstr "მენიუები"
-#: cfg.src#RID_SVXDLG_CUSTOMIZE.1.RID_SVXPAGE_KEYBOARD.pageitem.text
+#. B%*x
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXDLG_CUSTOMIZE.1\n"
+"RID_SVXPAGE_KEYBOARD\n"
+"pageitem.text"
msgid "Keyboard"
msgstr "კლავიატურა"
-#: cfg.src#RID_SVXDLG_CUSTOMIZE.1.RID_SVXPAGE_TOOLBARS.pageitem.text
+#. cJGx
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXDLG_CUSTOMIZE.1\n"
+"RID_SVXPAGE_TOOLBARS\n"
+"pageitem.text"
msgid "Toolbars"
msgstr "ხელსაწყოთა ზოლები"
-#: cfg.src#RID_SVXDLG_CUSTOMIZE.1.RID_SVXPAGE_EVENTS.pageitem.text
+#. lU#W
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXDLG_CUSTOMIZE.1\n"
+"RID_SVXPAGE_EVENTS\n"
+"pageitem.text"
msgid "Events"
msgstr "მოვლენები"
-#: cfg.src#RID_SVXDLG_CUSTOMIZE.tabdialog.text
+#. 0wGy
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXDLG_CUSTOMIZE\n"
+"tabdialog.text"
msgid "Customize"
msgstr "მორგება"
-#: cfg.src#TEXT_MENU.#define.text
+#. +L?G
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"TEXT_MENU\n"
+"#define.text"
msgid "Menu"
msgstr "მენიუ"
-#: cfg.src#TEXT_BEGIN_GROUP.#define.text
+#. eR2U
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"TEXT_BEGIN_GROUP\n"
+"#define.text"
msgid "Begin a Group"
msgstr "ჯგუფის დასაწყისი"
-#: cfg.src#TEXT_RENAME.#define.text
+#. b_K*
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"TEXT_RENAME\n"
+"#define.text"
msgid "Rename..."
msgstr "გადარქმევა..."
-#: cfg.src#TEXT_DELETE.#define.text
-msgctxt "cfg.src#TEXT_DELETE.#define.text"
+#. r%|N
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"TEXT_DELETE\n"
+"#define.text"
msgid "Delete..."
msgstr "წაშლა..."
-#: cfg.src#TEXT_DELETE_NODOTS.#define.text
+#. d(`f
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"TEXT_DELETE_NODOTS\n"
+"#define.text"
msgid "Delete"
msgstr "წაშლა"
-#: cfg.src#TEXT_MOVE.#define.text
+#. L4rV
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"TEXT_MOVE\n"
+"#define.text"
msgid "Move..."
msgstr "გადაადგილება..."
-#: cfg.src#TEXT_DEFAULT_STYLE.#define.text
+#. }SVT
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"TEXT_DEFAULT_STYLE\n"
+"#define.text"
msgid "Restore Default Settings"
msgstr "ნაფულისხმევი პარამეტრების აღდგენა"
-#: cfg.src#TEXT_DEFAULT_COMMAND.#define.text
+#. #ivo
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"TEXT_DEFAULT_COMMAND\n"
+"#define.text"
msgid "Restore Default Command"
msgstr "ნაგულისხმევი ბრძანების აღდგენა"
-#: cfg.src#TEXT_TEXT_ONLY.#define.text
+#. =DbR
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"TEXT_TEXT_ONLY\n"
+"#define.text"
msgid "Text only"
msgstr "მხოლოდ ტექსტური"
-#: cfg.src#TEXT_TOOLBAR_NAME.#define.text
+#. 6,\u
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"TEXT_TOOLBAR_NAME\n"
+"#define.text"
msgid "Toolbar Name"
msgstr "ხელსაწყოთა ზოლის სახელი"
-#: cfg.src#TEXT_SAVE_IN.#define.text
-msgctxt "cfg.src#TEXT_SAVE_IN.#define.text"
+#. 9[PA
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"TEXT_SAVE_IN\n"
+"#define.text"
msgid "Save In"
msgstr "მდებარეობა"
-#: cfg.src#RID_SVXPAGE_MENUS.GRP_MENUS.fixedline.text
+#. eXdU
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXPAGE_MENUS\n"
+"GRP_MENUS\n"
+"fixedline.text"
msgid "%PRODUCTNAME %MODULENAME Menus"
msgstr "%PRODUCTNAME %MODULENAME-ის მენიუები"
-#: cfg.src#RID_SVXPAGE_MENUS.BTN_NEW.pushbutton.text
+#. t$1q
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXPAGE_MENUS\n"
+"BTN_NEW\n"
+"pushbutton.text"
msgid "New..."
msgstr "ახალი..."
-#: cfg.src#RID_SVXPAGE_MENUS.GRP_MENU_SEPARATOR.fixedline.text
+#. @~lW
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXPAGE_MENUS\n"
+"GRP_MENU_SEPARATOR\n"
+"fixedline.text"
msgid "Menu Content"
msgstr "მენიუს შეგთავსი"
-#: cfg.src#RID_SVXPAGE_MENUS.GRP_MENU_ENTRIES.fixedtext.text
+#. lic=
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXPAGE_MENUS\n"
+"GRP_MENU_ENTRIES\n"
+"fixedtext.text"
msgid "Entries"
msgstr "შენატანები"
-#: cfg.src#RID_SVXPAGE_MENUS.BTN_ADD_COMMANDS.pushbutton.text
+#. ={na
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXPAGE_MENUS\n"
+"BTN_ADD_COMMANDS\n"
+"pushbutton.text"
msgid "Add..."
msgstr "დამატება..."
-#: cfg.src#RID_SVXPAGE_MENUS.BTN_CHANGE_ENTRY.menubutton.text
+#. Cz(c
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXPAGE_MENUS\n"
+"BTN_CHANGE_ENTRY\n"
+"menubutton.text"
msgid "Modify"
msgstr "შეცვლა"
-#: cfg.src#RID_SVXPAGE_MENUS.FT_DESCRIPTION.fixedtext.text
-msgctxt "cfg.src#RID_SVXPAGE_MENUS.FT_DESCRIPTION.fixedtext.text"
+#. VCwD
+#: cfg.src
+#, fuzzy
+msgctxt ""
+"cfg.src\n"
+"RID_SVXPAGE_MENUS\n"
+"FT_DESCRIPTION\n"
+"fixedtext.text"
msgid "Description"
msgstr "აღწერილობა"
-#: cfg.src#MODIFY_ENTRY.ID_ADD_SUBMENU.menuitem.text
+#. %5;f
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"MODIFY_ENTRY\n"
+"ID_ADD_SUBMENU\n"
+"menuitem.text"
msgid "Add Submenu..."
msgstr "ქვემენიუს დამატება..."
-#: cfg.src#MODIFY_TOOLBAR.ID_ICONS_ONLY.menuitem.text
+#. l0_N
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"MODIFY_TOOLBAR\n"
+"ID_ICONS_ONLY\n"
+"menuitem.text"
msgid "Icons Only"
msgstr "მხოლოდ ხატულები"
-#: cfg.src#MODIFY_TOOLBAR.ID_ICONS_AND_TEXT.menuitem.text
+#. T0]N
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"MODIFY_TOOLBAR\n"
+"ID_ICONS_AND_TEXT\n"
+"menuitem.text"
msgid "Icons & Text"
msgstr "ხატულები და ტექსტი"
-#: cfg.src#MODIFY_TOOLBAR_CONTENT.ID_CHANGE_SYMBOL.menuitem.text
+#. ^udJ
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"MODIFY_TOOLBAR_CONTENT\n"
+"ID_CHANGE_SYMBOL\n"
+"menuitem.text"
msgid "Change Icon..."
msgstr "ხატულას შეცვლა..."
-#: cfg.src#MODIFY_TOOLBAR_CONTENT.ID_RESET_SYMBOL.menuitem.text
+#. 7wjq
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"MODIFY_TOOLBAR_CONTENT\n"
+"ID_RESET_SYMBOL\n"
+"menuitem.text"
msgid "Reset Icon"
msgstr "ხატულას ჩამოყრა"
-#: cfg.src#RID_SVXSTR_NEW_MENU.string.text
+#. }~_]
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXSTR_NEW_MENU\n"
+"string.text"
msgid "New Menu %n"
msgstr "ახალი მენიუ %n"
-#: cfg.src#RID_SVXSTR_NEW_TOOLBAR.string.text
+#. J{=Y
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXSTR_NEW_TOOLBAR\n"
+"string.text"
msgid "New Toolbar %n"
msgstr "ახალი ხელსაწყოთა ზოლი %n"
-#: cfg.src#RID_SVXSTR_MOVE_MENU.string.text
+#. 1~C[
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXSTR_MOVE_MENU\n"
+"string.text"
msgid "Move Menu"
msgstr "მენიუს გადაადგილება"
-#: cfg.src#RID_SVXSTR_ADD_SUBMENU.string.text
+#. HII,
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXSTR_ADD_SUBMENU\n"
+"string.text"
msgid "Add Submenu"
msgstr "ქვემენიუს დამატება"
-#: cfg.src#RID_SVXSTR_SUBMENU_NAME.string.text
+#. !6m^
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXSTR_SUBMENU_NAME\n"
+"string.text"
msgid "Submenu name"
msgstr "ქვემენიუს დამატება"
-#: cfg.src#RID_SVXSTR_MENU_ADDCOMMANDS_DESCRIPTION.string.text
+#. H]bA
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXSTR_MENU_ADDCOMMANDS_DESCRIPTION\n"
+"string.text"
msgid "To add a command to a menu, select the category and then the command. You can also drag the command to the Commands list of the Menus tab page in the Customize dialog."
msgstr "ბრძანების მენიუში დასამატებლად, მონიშნეთ კატეგორია და შემდეგ ბრძანება. აგრეთვე შეგიძლიათ გადაათრიოთ ბრძანება მენიუს ჩანართის ბრძანებათა სიაში მორგების დიალოგში."
-#: cfg.src#MD_MENU_ORGANISER.TXT_MENU_NAME.fixedtext.text
+#. OPXN
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"MD_MENU_ORGANISER\n"
+"TXT_MENU_NAME\n"
+"fixedtext.text"
msgid "Menu name"
msgstr "მენიუს სახელი"
-#: cfg.src#MD_MENU_ORGANISER.TXT_MENU.fixedtext.text
+#. JS(w
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"MD_MENU_ORGANISER\n"
+"TXT_MENU\n"
+"fixedtext.text"
msgid "Menu position"
msgstr "მენიუს ადგილმდებარეობა"
-#: cfg.src#MD_MENU_ORGANISER.modaldialog.text
+#. -k#d
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"MD_MENU_ORGANISER\n"
+"modaldialog.text"
msgid "New Menu"
msgstr ""
-#: cfg.src#MD_NEW_TOOLBAR.modaldialog.text
+#. 4dv?
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"MD_NEW_TOOLBAR\n"
+"modaldialog.text"
msgid "Name"
msgstr "სახელი"
-#: cfg.src#MD_ICONSELECTOR.FT_SYMBOLS.fixedtext.text
+#. L}y(
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"MD_ICONSELECTOR\n"
+"FT_SYMBOLS\n"
+"fixedtext.text"
msgid "Icons"
msgstr "ხატულები"
-#: cfg.src#MD_ICONSELECTOR.BTN_IMPORT.pushbutton.text
+#. .?[S
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"MD_ICONSELECTOR\n"
+"BTN_IMPORT\n"
+"pushbutton.text"
msgid "Import..."
msgstr "იმპორტი..."
-#: cfg.src#MD_ICONSELECTOR.BTN_DELETE.pushbutton.text
-msgctxt "cfg.src#MD_ICONSELECTOR.BTN_DELETE.pushbutton.text"
+#. ry*^
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"MD_ICONSELECTOR\n"
+"BTN_DELETE\n"
+"pushbutton.text"
msgid "Delete..."
msgstr "წაშლა..."
-#: cfg.src#MD_ICONSELECTOR.FT_NOTE.fixedtext.text
+#. 7iIT
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"MD_ICONSELECTOR\n"
+"FT_NOTE\n"
+"fixedtext.text"
msgid ""
"Note:\n"
"The size of an icon should be 16x16 pixel to achieve best quality. Different sized icons will be scaled automatically."
msgstr ""
-#: cfg.src#MD_ICONSELECTOR.modaldialog.text
+#. \DF}
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"MD_ICONSELECTOR\n"
+"modaldialog.text"
msgid "Change Icon"
msgstr "ხატულას შეცვლა..."
-#: cfg.src#MD_ICONCHANGE.FTCHGE_DESCRIPTION.fixedtext.text
+#. dRXT
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"MD_ICONCHANGE\n"
+"FTCHGE_DESCRIPTION\n"
+"fixedtext.text"
msgid ""
"The files listed below could not be imported.\n"
"The file format could not be interpreted."
msgstr ""
-#: cfg.src#MD_ICONCHANGE.modaldialog.text
+#. -f4B
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"MD_ICONCHANGE\n"
+"modaldialog.text"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
-#: cfg.src#RID_SVXSTR_IMPORT_ICON_ERROR.string.text
+#. s/P=
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXSTR_IMPORT_ICON_ERROR\n"
+"string.text"
msgid "The files listed below could not be imported. The file format could not be interpreted."
msgstr ""
-#: cfg.src#RID_SVXSTR_DELETE_ICON_CONFIRM.string.text
+#. 6?o6
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXSTR_DELETE_ICON_CONFIRM\n"
+"string.text"
msgid "Are you sure to delete the image?"
msgstr ""
-#: cfg.src#RID_SVXSTR_REPLACE_ICON_WARNING.string.text
+#. 3bqk
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXSTR_REPLACE_ICON_WARNING\n"
+"string.text"
msgid ""
"The icon %ICONNAME is already contained in the image list.\n"
"Would you like to replace the existing icon?"
msgstr ""
-#: cfg.src#RID_SVXSTR_REPLACE_ICON_CONFIRM.string.text
+#. e1J_
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXSTR_REPLACE_ICON_CONFIRM\n"
+"string.text"
msgid "Confirm Icon Replacement"
msgstr ""
-#: cfg.src#RID_SVXSTR_YESTOALL.string.text
+#. %\@%
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXSTR_YESTOALL\n"
+"string.text"
msgid "Yes to All"
msgstr "დიახ ყველასათვის"
-#: cfg.src#RID_SVXSTR_PRODUCTNAME_TOOLBARS.string.text
+#. w#!6
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXSTR_PRODUCTNAME_TOOLBARS\n"
+"string.text"
msgid "%PRODUCTNAME %MODULENAME Toolbars"
msgstr "%PRODUCTNAME %MODULENAME ხელსაწყოთა ზოლები"
-#: cfg.src#RID_SVXSTR_TOOLBAR.string.text
+#. ig)B
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXSTR_TOOLBAR\n"
+"string.text"
msgid "Toolbar"
msgstr "ხელსაწყოთა ზოლი"
-#: cfg.src#RID_SVXSTR_TOOLBAR_CONTENT.string.text
+#. Z}q6
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXSTR_TOOLBAR_CONTENT\n"
+"string.text"
msgid "Toolbar Content"
msgstr "ხელსაწყოთა ზოლის შემცველობა"
-#: cfg.src#RID_SVXSTR_COMMANDS.string.text
-msgctxt "cfg.src#RID_SVXSTR_COMMANDS.string.text"
+#. o\66
+#: cfg.src
+#, fuzzy
+msgctxt ""
+"cfg.src\n"
+"RID_SVXSTR_COMMANDS\n"
+"string.text"
msgid "Commands"
msgstr "ბრძანებები"
-#: cfg.src#RID_SVXSTR_COMMAND.string.text
+#. NF$r
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXSTR_COMMAND\n"
+"string.text"
msgid "Command"
msgstr "ბრძანება"
-#: cfg.src#QBX_CONFIRM_DELETE_MENU.querybox.text
+#. 13cn
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"QBX_CONFIRM_DELETE_MENU\n"
+"querybox.text"
msgid "Are you sure you want to delete the '%MENUNAME' menu?"
msgstr "დარწმუნებული ხართ, რომ გინდათ წაშალოთ '%MENUNAME'-ის მენიუ?"
-#: cfg.src#QBX_CONFIRM_DELETE_TOOLBAR.querybox.text
+#. naB`
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"QBX_CONFIRM_DELETE_TOOLBAR\n"
+"querybox.text"
msgid "There are no more commands on the toolbar. Do you want to delete the toolbar?"
msgstr "ხელსაწყოთა ზოლზე ბრძანებები აღარაა განთავსებული. გნებავთ ხელსაწყოთა ზოლის წაშლა?"
-#: cfg.src#QBX_CONFIRM_RESET.querybox.text
-msgctxt "cfg.src#QBX_CONFIRM_RESET.querybox.text"
+#. #p\j
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"QBX_CONFIRM_RESET\n"
+"querybox.text"
msgid "The menu configuration for %SAVE IN SELECTION% will be reset to the factory settings. Do you want to continue?"
msgstr "მენიუს კონფიგურაცია %შენახვა მონიშვნაში%-სათვის, იქნება დაბრუნებული ქარხნულ პარამეტრებზე. გსურთ გაგრძელება?"
-#: cfg.src#RID_SVXSTR_CONFIRM_MENU_RESET.string.text
-msgctxt "cfg.src#RID_SVXSTR_CONFIRM_MENU_RESET.string.text"
+#. /TiS
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXSTR_CONFIRM_MENU_RESET\n"
+"string.text"
msgid "The menu configuration for %SAVE IN SELECTION% will be reset to the factory settings. Do you want to continue?"
msgstr "მენიუს კონფიგურაცია %შენახვა მონიშვნაში%-სათვის, იქნება დაბრუნებული ქარხნულ პარამეტრებზე. გსურთ გაგრძელება?"
-#: cfg.src#RID_SVXSTR_CONFIRM_TOOLBAR_RESET.string.text
+#. iWEu
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXSTR_CONFIRM_TOOLBAR_RESET\n"
+"string.text"
msgid "The toolbar configuration for %SAVE IN SELECTION% will be reset to the factory settings. Do you want to continue?"
msgstr "მენიუს კონფიგურაცია %SAVE IN SELECTION%-თვის ჩამოიყრება საქარხნო პარამეტრებზე. გნებავთ გაგრძელება?"
-#: cfg.src#QBX_CONFIRM_RESTORE_DEFAULT.querybox.text
+#. _oP[
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"QBX_CONFIRM_RESTORE_DEFAULT\n"
+"querybox.text"
msgid "This will delete all changes previously made to this toolbar. Do you really want to reset the toolbar?"
msgstr "ეს წაშლის ხელსაწყოთა ზოლში განხორციელებულ ყველა ცვლილებას. გნებავთ ხელსაწყოთა ზოლის ჩამოყრა?"
-#: cfg.src#IBX_MNUCFG_ALREADY_INCLUDED.infobox.text
+#. Q\pG
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"IBX_MNUCFG_ALREADY_INCLUDED\n"
+"infobox.text"
msgid "Function is already included in this popup."
msgstr "ფუნქცია უკვე თან ახლავს ამ ამომხტარ ფანჯარას."
-#: cfg.src#RID_SVXSTR_LABEL_NEW_NAME.string.text
+#. E7RS
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXSTR_LABEL_NEW_NAME\n"
+"string.text"
msgid "~New name"
msgstr "~ახალი სახელი"
-#: cfg.src#RID_SVXSTR_RENAME_MENU.string.text
+#. ^i*M
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXSTR_RENAME_MENU\n"
+"string.text"
msgid "Rename Menu"
msgstr "მენიუს სახელის გადარქმევა"
-#: cfg.src#RID_SVXSTR_RENAME_TOOLBAR.string.text
+#. YbJA
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"RID_SVXSTR_RENAME_TOOLBAR\n"
+"string.text"
msgid "Rename Toolbar"
msgstr "ხელსაწყოთა ზოლის გადარქმევა"
-#: cfg.src#BUTTON_STR_UP.string.text
+#. jZ03
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"BUTTON_STR_UP\n"
+"string.text"
msgid "Up"
-msgstr ""
-
-#: cfg.src#BUTTON_STR_DOWN.string.text
+msgstr "ზემოთ"
+
+#. D|%U
+#: cfg.src
+msgctxt ""
+"cfg.src\n"
+"BUTTON_STR_DOWN\n"
+"string.text"
msgid "Down"
-msgstr ""
-
-#: acccfg.src#PUSHBUTTON_TEXT_SAVE.#define.text
+msgstr "დაბლა"
+
+#. 6/DA
+#: acccfg.src
+msgctxt ""
+"acccfg.src\n"
+"PUSHBUTTON_TEXT_SAVE\n"
+"#define.text"
msgid "~Save..."
msgstr "~შენახვა..."
-#: acccfg.src#PUSHBUTTON_TEXT_RESET.#define.text
+#. [P~Y
+#: acccfg.src
+msgctxt ""
+"acccfg.src\n"
+"PUSHBUTTON_TEXT_RESET\n"
+"#define.text"
msgid "R~eset"
msgstr "~ხელახალი კონფიგურაცია"
-#: acccfg.src#PUSHBUTTON_TEXT_LOAD.#define.text
+#. Cf|1
+#: acccfg.src
+msgctxt ""
+"acccfg.src\n"
+"PUSHBUTTON_TEXT_LOAD\n"
+"#define.text"
msgid "~Load..."
msgstr "~ჩატვირთვა..."
-#: acccfg.src#PUSHBUTTON_TEXT_REMOVE.#define.text
+#. HmDi
+#: acccfg.src
+msgctxt ""
+"acccfg.src\n"
+"PUSHBUTTON_TEXT_REMOVE\n"
+"#define.text"
msgid "~Delete"
msgstr "~წაშლა"
-#: acccfg.src#PUSHBUTTON_TEXT_CHANGE.#define.text
+#. k8Ud
+#: acccfg.src
+msgctxt ""
+"acccfg.src\n"
+"PUSHBUTTON_TEXT_CHANGE\n"
+"#define.text"
msgid "~Modify"
msgstr "~მოდიფიკაცია"
-#: acccfg.src#PUSHBUTTON_TEXT_NEW.#define.text
+#. 2!F~
+#: acccfg.src
+msgctxt ""
+"acccfg.src\n"
+"PUSHBUTTON_TEXT_NEW\n"
+"#define.text"
msgid "~New"
msgstr "~ახალი"
-#: acccfg.src#FIXEDTEXT_TEXT_GROUP.#define.text
-msgctxt "acccfg.src#FIXEDTEXT_TEXT_GROUP.#define.text"
+#. ${0m
+#: acccfg.src
+#, fuzzy
+msgctxt ""
+"acccfg.src\n"
+"FIXEDTEXT_TEXT_GROUP\n"
+"#define.text"
msgid "~Category"
msgstr "~კატეგორია"
-#: acccfg.src#FIXEDTEXT_TEXT_FUNCTION.#define.text
+#. GiBa
+#: acccfg.src
+msgctxt ""
+"acccfg.src\n"
+"FIXEDTEXT_TEXT_FUNCTION\n"
+"#define.text"
msgid "Function"
msgstr "ფუნქცია"
-#: acccfg.src#GROUPBOX_TEXT_FUNCTIONS.#define.text
+#. Amm=
+#: acccfg.src
+msgctxt ""
+"acccfg.src\n"
+"GROUPBOX_TEXT_FUNCTIONS\n"
+"#define.text"
msgid "Functions"
msgstr "ფუნქციები"
-#: acccfg.src#RID_SVXPAGE_KEYBOARD.GRP_ACC_KEYBOARD.fixedline.text
+#. c3f:
+#: acccfg.src
+#, fuzzy
+msgctxt ""
+"acccfg.src\n"
+"RID_SVXPAGE_KEYBOARD\n"
+"GRP_ACC_KEYBOARD\n"
+"fixedline.text"
msgid "Shortcut keys"
-msgstr ""
-
-#: acccfg.src#RID_SVXPAGE_KEYBOARD.TXT_ACC_KEY.fixedtext.text
+msgstr "მალსახმობი ღილაკები"
+
+#. ~gAl
+#: acccfg.src
+msgctxt ""
+"acccfg.src\n"
+"RID_SVXPAGE_KEYBOARD\n"
+"TXT_ACC_KEY\n"
+"fixedtext.text"
msgid "~Keys"
msgstr ""
-#: acccfg.src#RID_SVXPAGE_KEYBOARD.STR_LOADACCELCONFIG.string.text
+#. q/*9
+#: acccfg.src
+msgctxt ""
+"acccfg.src\n"
+"RID_SVXPAGE_KEYBOARD\n"
+"STR_LOADACCELCONFIG\n"
+"string.text"
msgid "Load Keyboard Configuration"
msgstr ""
-#: acccfg.src#RID_SVXPAGE_KEYBOARD.STR_SAVEACCELCONFIG.string.text
+#. )7Vi
+#: acccfg.src
+msgctxt ""
+"acccfg.src\n"
+"RID_SVXPAGE_KEYBOARD\n"
+"STR_SAVEACCELCONFIG\n"
+"string.text"
msgid "Save Keyboard Configuration"
msgstr ""
-#: acccfg.src#RID_SVXPAGE_KEYBOARD.STR_FILTERNAME_CFG.string.text
+#. S:G]
+#: acccfg.src
+msgctxt ""
+"acccfg.src\n"
+"RID_SVXPAGE_KEYBOARD\n"
+"STR_FILTERNAME_CFG\n"
+"string.text"
msgid "Configuration"
msgstr "კონფიგურაცია"
-#: acccfg.src#RID_SVXPAGE_CONFIGGROUPBOX.STR_MYMACROS.string.text
-msgctxt "acccfg.src#RID_SVXPAGE_CONFIGGROUPBOX.STR_MYMACROS.string.text"
-msgid "My Macros"
-msgstr "ჩემი მაკროსები"
-
-#: acccfg.src#RID_SVXPAGE_CONFIGGROUPBOX.STR_PRODMACROS.string.text
-msgctxt "acccfg.src#RID_SVXPAGE_CONFIGGROUPBOX.STR_PRODMACROS.string.text"
-msgid "%PRODUCTNAME Macros"
-msgstr "%PRODUCTNAME მაკროსები"
-
-#: acccfg.src#RID_SVXPAGE_CONFIGGROUPBOX.STR_BASICMACROS.string.text
-msgctxt "acccfg.src#RID_SVXPAGE_CONFIGGROUPBOX.STR_BASICMACROS.string.text"
+#. ~{9d
+#: acccfg.src
+#, fuzzy
+msgctxt ""
+"acccfg.src\n"
+"RID_SVXPAGE_CONFIGGROUPBOX\n"
+"STR_BASICMACROS\n"
+"string.text"
msgid "BASIC Macros"
msgstr "BASIC მაკროები"
-#: acccfg.src#RID_SVXPAGE_CONFIGGROUPBOX.STR_DLG_MACROS.string.text
-msgctxt "acccfg.src#RID_SVXPAGE_CONFIGGROUPBOX.STR_DLG_MACROS.string.text"
-msgid "%PRODUCTNAME Macros"
-msgstr "%PRODUCTNAME მაკროსები"
-
-#: acccfg.src#RID_SVXPAGE_CONFIGGROUPBOX.STR_GROUP_STYLES.string.text
+#. MfpT
+#: acccfg.src
#, fuzzy
+msgctxt ""
+"acccfg.src\n"
+"RID_SVXPAGE_CONFIGGROUPBOX\n"
+"STR_GROUP_STYLES\n"
+"string.text"
msgid "Styles"
msgstr ""
"#-#-#-#-# index.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -792,32 +870,756 @@ msgstr ""
"#-#-#-#-# dialog.po (PACKAGE VERSION) #-#-#-#-#\n"
"სტილები"
-#: eventdlg.src#RID_SVXPAGE_EVENTS.STR_EVENT.string.text
-msgctxt "eventdlg.src#RID_SVXPAGE_EVENTS.STR_EVENT.string.text"
+#. $W23
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXPAGE_MACROASSIGN\n"
+"STR_EVENT\n"
+"string.text"
msgid "Event"
msgstr "მოვლენა"
-#: eventdlg.src#RID_SVXPAGE_EVENTS.STR_ASSMACRO.string.text
-msgctxt "eventdlg.src#RID_SVXPAGE_EVENTS.STR_ASSMACRO.string.text"
+#. sp!~
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXPAGE_MACROASSIGN\n"
+"STR_ASSMACRO\n"
+"string.text"
msgid "Assigned Action"
msgstr "მინიჭებული მოქმედება"
-#: eventdlg.src#RID_SVXPAGE_EVENTS.TXT_SAVEIN.fixedtext.text
-msgctxt "eventdlg.src#RID_SVXPAGE_EVENTS.TXT_SAVEIN.fixedtext.text"
-msgid "Save In"
-msgstr "მდებარეობა"
-
-#: eventdlg.src#RID_SVXPAGE_EVENTS.FT_ASSIGN.fixedtext.text
-msgctxt "eventdlg.src#RID_SVXPAGE_EVENTS.FT_ASSIGN.fixedtext.text"
+#. 7-A1
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXPAGE_MACROASSIGN\n"
+"FT_ASSIGN\n"
+"fixedtext.text"
msgid "Assign:"
msgstr "მინიჭება:"
-#: eventdlg.src#RID_SVXPAGE_EVENTS.PB_ASSIGN.pushbutton.text
-msgctxt "eventdlg.src#RID_SVXPAGE_EVENTS.PB_ASSIGN.pushbutton.text"
+#. hQ$Q
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXPAGE_MACROASSIGN\n"
+"PB_ASSIGN\n"
+"pushbutton.text"
msgid "M~acro..."
-msgstr "მ~აკრო..."
+msgstr "მ~აკროსი..."
+
+#. StBD
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXPAGE_MACROASSIGN\n"
+"PB_ASSIGN_COMPONENT\n"
+"pushbutton.text"
+msgid "Com~ponent..."
+msgstr "~კომპონენტი..."
-#: eventdlg.src#RID_SVXPAGE_EVENTS.PB_DELETE.pushbutton.text
-msgctxt "eventdlg.src#RID_SVXPAGE_EVENTS.PB_DELETE.pushbutton.text"
+#. k+F@
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXPAGE_MACROASSIGN\n"
+"PB_DELETE\n"
+"pushbutton.text"
msgid "~Remove"
-msgstr "~მოცილება"
+msgstr "~მოშორება"
+
+#. wO#o
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXPAGE_MACROASSIGN\n"
+"tabpage.text"
+msgid "Assign action"
+msgstr "ქმედების მიმაგრება"
+
+#. }ncg
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXDLG_ASSIGNCOMPONENT\n"
+"FT_METHOD\n"
+"fixedtext.text"
+msgid "Component method name"
+msgstr "კომპონენტის მეთოდის სახელი"
+
+#. s\`/
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXDLG_ASSIGNCOMPONENT\n"
+"modaldialog.text"
+msgid "Assign Component"
+msgstr "კომპონენტის მიმაგრება"
+
+#. dLYQ
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_STARTAPP\n"
+"string.text"
+msgid "Start Application"
+msgstr "პროგრამის დაწყება"
+
+#. v2d[
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_CLOSEAPP\n"
+"string.text"
+msgid "Close Application"
+msgstr "პროგრამის დახურვა"
+
+#. %H!x
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_NEWDOC\n"
+"string.text"
+msgid "New Document"
+msgstr "დოკუმენტის გახსნა"
+
+#. AL^0
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_CLOSEDOC\n"
+"string.text"
+msgid "Document closed"
+msgstr ""
+
+#. @3Vd
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_PREPARECLOSEDOC\n"
+"string.text"
+msgid "Document is going to be closed"
+msgstr ""
+
+#. w;PH
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_OPENDOC\n"
+"string.text"
+msgid "Open Document"
+msgstr "დოკუმენტის გახსნა"
+
+#. %)}(
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_SAVEDOC\n"
+"string.text"
+msgid "Save Document"
+msgstr "დოკუმენტის შენახვა"
+
+#. `$b`
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_SAVEASDOC\n"
+"string.text"
+msgid "Save Document As"
+msgstr "დოკუმენტის შენახვა როგორც"
+
+#. E*BO
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_SAVEDOCDONE\n"
+"string.text"
+msgid "Document has been saved"
+msgstr "დოკუმენტი შენახულია"
+
+#. U?F8
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_SAVEASDOCDONE\n"
+"string.text"
+msgid "Document has been saved as"
+msgstr "დოკუმენტის შენახულია როგორც"
+
+#. njr\
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_ACTIVATEDOC\n"
+"string.text"
+msgid "Activate Document"
+msgstr "დოკუმენტის აქტივირება"
+
+#. zUV@
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_DEACTIVATEDOC\n"
+"string.text"
+msgid "Deactivate Document"
+msgstr "დოკუმენტის დეაქტივირება"
+
+#. N-3~
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_PRINTDOC\n"
+"string.text"
+msgid "Print Document"
+msgstr "დოკუმენტის ბეჭდვა"
+
+#. G]Kg
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_MODIFYCHANGED\n"
+"string.text"
+msgid "'Modified' status was changed"
+msgstr "'შეცვლილია' სტატუსი შეიცვალა"
+
+#. 0/eq
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_MAILMERGE\n"
+"string.text"
+msgid "Printing of form letters started"
+msgstr ""
+
+#. 8-#P
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_MAILMERGE_END\n"
+"string.text"
+msgid "Printing of form letters finished"
+msgstr ""
+
+#. o`,X
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_FIELDMERGE\n"
+"string.text"
+msgid "Merging of form fields started"
+msgstr ""
+
+#. %*EA
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_FIELDMERGE_FINISHED\n"
+"string.text"
+msgid "Merging of form fields finished"
+msgstr ""
+
+#. C;1I
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_PAGECOUNTCHANGE\n"
+"string.text"
+msgid "Changing the page count"
+msgstr "გვედების რაოდენობა იცვლება"
+
+#. `CT^
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_SUBCOMPONENT_OPENED\n"
+"string.text"
+msgid "Loaded a sub component"
+msgstr ""
+
+#. d/Pf
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_SUBCOMPONENT_CLOSED\n"
+"string.text"
+msgid "Closed a sub component"
+msgstr ""
+
+#. I,`n
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_APPROVEPARAMETER\n"
+"string.text"
+msgid "Fill parameters"
+msgstr "შეავსეთ პარამეტრები"
+
+#. XsHX
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_ACTIONPERFORMED\n"
+"string.text"
+msgid "Execute action"
+msgstr ""
+
+#. K)DR
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_AFTERUPDATE\n"
+"string.text"
+msgid "After updating"
+msgstr "განახლების შემდეგ"
+
+#. VH)#
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_BEFOREUPDATE\n"
+"string.text"
+msgid "Before updating"
+msgstr "განახლებამდე"
+
+#. NysH
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_APPROVEROWCHANGE\n"
+"string.text"
+msgid "Before record action"
+msgstr "ჩანაწერის ქმედების წინ"
+
+#. -=So
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_ROWCHANGE\n"
+"string.text"
+msgid "After record action"
+msgstr "ჩანაწერის ქმედების შემდეგ"
+
+#. Qtkn
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_CONFIRMDELETE\n"
+"string.text"
+msgid "Confirm deletion"
+msgstr "წაშლის დადასტურება"
+
+#. zTYx
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_ERROROCCURRED\n"
+"string.text"
+msgid "Error occurred"
+msgstr "მოხდა შეცდომა"
+
+#. qc3.
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_ADJUSTMENTVALUECHANGED\n"
+"string.text"
+msgid "While adjusting"
+msgstr "რეგულირების დროს"
+
+#. rL.|
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_FOCUSGAINED\n"
+"string.text"
+msgid "When receiving focus"
+msgstr "ფოკუსის მიღებისას"
+
+#. Y.6e
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_FOCUSLOST\n"
+"string.text"
+msgid "When losing focus"
+msgstr "ფოკუსის დაკარგვისას"
+
+#. B%3l
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_ITEMSTATECHANGED\n"
+"string.text"
+msgid "Item status changed"
+msgstr "ელემენტის სტატუსი შეიცვლა"
+
+#. zIW^
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_KEYTYPED\n"
+"string.text"
+msgid "Key pressed"
+msgstr "კლავიში დაჭერილია"
+
+#. Q(de
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_KEYUP\n"
+"string.text"
+msgid "Key released"
+msgstr "კლავიში აშვებულია"
+
+#. .Tf=
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_LOADED\n"
+"string.text"
+msgid "When loading"
+msgstr "ჩატვირთვისას"
+
+#. X2fy
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_RELOADING\n"
+"string.text"
+msgid "Before reloading"
+msgstr "ჩატვირთვამდე"
+
+#. E.Q#
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_RELOADED\n"
+"string.text"
+msgid "When reloading"
+msgstr "ხელახალი ჩატვირთვისას"
+
+#. p#Vl
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_MOUSEDRAGGED\n"
+"string.text"
+msgid "Mouse moved while key pressed"
+msgstr "მაუსი მოძრაობდა, სანამ კლავიში დაჭერილია"
+
+#. e*M;
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_MOUSEENTERED\n"
+"string.text"
+msgid "Mouse inside"
+msgstr "მაუსი შიგნითაა"
+
+#. ]faH
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_MOUSEEXITED\n"
+"string.text"
+msgid "Mouse outside"
+msgstr "მაუსი გარეთაა"
+
+#. Yuu*
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_MOUSEMOVED\n"
+"string.text"
+msgid "Mouse moved"
+msgstr "მაუსი გადაადგილდა"
+
+#. LkIT
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_MOUSEPRESSED\n"
+"string.text"
+msgid "Mouse button pressed"
+msgstr "მაუსის ღილაკი დაჭერილია"
+
+#. JAG]
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_MOUSERELEASED\n"
+"string.text"
+msgid "Mouse button released"
+msgstr "მაუსის ღილაკი გაშვებულია"
+
+#. !gkv
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_POSITIONING\n"
+"string.text"
+msgid "Before record change"
+msgstr "ჩანაწერის ცვლილებამდე"
+
+#. w`-2
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_POSITIONED\n"
+"string.text"
+msgid "After record change"
+msgstr "ჩანაწერის ცვლილების შემდეგ"
+
+#. Y0}2
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_RESETTED\n"
+"string.text"
+msgid "After resetting"
+msgstr "ჩამოყრის შემდეგ"
+
+#. JWpx
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_APPROVERESETTED\n"
+"string.text"
+msgid "Prior to reset"
+msgstr "ჩამოყრამდე"
+
+#. eps}
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_APPROVEACTIONPERFORMED\n"
+"string.text"
+msgid "Approve action"
+msgstr ""
+
+#. seFP
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_SUBMITTED\n"
+"string.text"
+msgid "Before submitting"
+msgstr "შეყვანამდე"
+
+#. \(IG
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_TEXTCHANGED\n"
+"string.text"
+msgid "Text modified"
+msgstr "ტექსტი მოდიფიცირებული"
+
+#. A%T%
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_UNLOADING\n"
+"string.text"
+msgid "Before unloading"
+msgstr "ამოტვირთვამდე"
+
+#. !pfh
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_UNLOADED\n"
+"string.text"
+msgid "When unloading"
+msgstr "ამოტვირთვის დროს"
+
+#. M,J1
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_CHANGED\n"
+"string.text"
+msgid "Changed"
+msgstr "შეცვლილია"
+
+#. RTE-
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_CREATEDOC\n"
+"string.text"
+msgid "Document created"
+msgstr ""
+
+#. Dr.t
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_LOADDOCFINISHED\n"
+"string.text"
+msgid "Document loading finished"
+msgstr ""
+
+#. cV)6
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_SAVEDOCFAILED\n"
+"string.text"
+msgid "Saving of document failed"
+msgstr ""
+
+#. YXUB
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_SAVEASDOCFAILED\n"
+"string.text"
+msgid "'Save as' has failed"
+msgstr ""
+
+#. !%^]
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_COPYTODOC\n"
+"string.text"
+msgid "Storing or exporting copy of document"
+msgstr ""
+
+#. A)]:
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_COPYTODOCDONE\n"
+"string.text"
+msgid "Document copy has been created"
+msgstr ""
+
+#. J%Q:
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_COPYTODOCFAILED\n"
+"string.text"
+msgid "Creating of document copy failed"
+msgstr ""
+
+#. Y{ap
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_VIEWCREATED\n"
+"string.text"
+msgid "View created"
+msgstr ""
+
+#. RZ([
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_PREPARECLOSEVIEW\n"
+"string.text"
+msgid "View is going to be closed"
+msgstr ""
+
+#. p:$f
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_CLOSEVIEW\n"
+"string.text"
+msgid "View closed"
+msgstr ""
+
+#. Y,ra
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_TITLECHANGED\n"
+"string.text"
+msgid "Document title changed"
+msgstr ""
+
+#. bNLp
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_MODECHANGED\n"
+"string.text"
+msgid "Document mode changed"
+msgstr ""
+
+#. KLrx
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_VISAREACHANGED\n"
+"string.text"
+msgid "Visible area changed"
+msgstr ""
+
+#. gd`i
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_STORAGECHANGED\n"
+"string.text"
+msgid "Document has got a new storage"
+msgstr ""
+
+#. A3BV
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_LAYOUT_FINISHED\n"
+"string.text"
+msgid "Document layout finished"
+msgstr ""
+
+#. Rmvf
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_SELECTIONCHANGED\n"
+"string.text"
+msgid "Selection changed"
+msgstr ""
+
+#. iihC
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_DOUBLECLICK\n"
+"string.text"
+msgid "Double click"
+msgstr ""
+
+#. 2!XX
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_RIGHTCLICK\n"
+"string.text"
+msgid "Right click"
+msgstr ""
+
+#. %[cV
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_CALCULATE\n"
+"string.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. ^,UT
+#: macropg.src
+msgctxt ""
+"macropg.src\n"
+"RID_SVXSTR_EVENT_CONTENTCHANGED\n"
+"string.text"
+msgid "Content changed"
+msgstr ""
diff --git a/source/ka/cui/source/dialogs.po b/source/ka/cui/source/dialogs.po
index 16274541d13..109d6fb0580 100644
--- a/source/ka/cui/source/dialogs.po
+++ b/source/ka/cui/source/dialogs.po
@@ -1,9 +1,9 @@
-#. extracted from cui/source/dialogs.oo
+#. extracted from cui/source/dialogs
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+cui%2Fsource%2Fdialogs.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-13 20:42+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2012-06-16 14:28+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,1677 +12,3206 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: thesdlg.src#RID_SVXDLG_THESAURUS.FT_WORD.fixedtext.text
-msgid "~Current word"
-msgstr ""
-
-#: thesdlg.src#RID_SVXDLG_THESAURUS.MB_LANGUAGE.menubutton.text
-msgid "~Language"
-msgstr "~ენა..."
-
-#: thesdlg.src#RID_SVXDLG_THESAURUS.FT_THES_ALTERNATIVES.fixedtext.text
-msgid "~Alternatives"
-msgstr ""
-
-#: thesdlg.src#RID_SVXDLG_THESAURUS.FT_REPL.fixedtext.text
+#. JQkn
+#: newtabledlg.src
#, fuzzy
-msgid "~Replace with"
-msgstr ""
-"#-#-#-#-# inc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ჩ~ანაცვლება\n"
-"#-#-#-#-# fmcomp.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ჩან~აცვლება"
-
-#: thesdlg.src#RID_SVXDLG_THESAURUS.BTN_THES_OK.okbutton.text
-msgid "Replace"
-msgstr "ჩ~ანაცვლება"
-
-#: thesdlg.src#RID_SVXDLG_THESAURUS.STR_ERR_TEXTNOTFOUND.string.text
-msgid "No alternatives found."
-msgstr ""
-
-#: thesdlg.src#RID_SVXDLG_THESAURUS.modaldialog.text
-msgid "Thesaurus"
-msgstr "თეზაურუსი"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_INTERNET.GRP_LINKTYPE.fixedline.text
-msgid "Hyperlink type"
-msgstr "ჰიპერბმულის ტიპი"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_INTERNET.RB_LINKTYP_INTERNET.radiobutton.text
-msgid "~Web"
-msgstr "~Web"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_INTERNET.RB_LINKTYP_FTP.radiobutton.text
-msgid "~FTP"
-msgstr "~FTP"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_INTERNET.FT_TARGET_HTML.fixedtext.text
-msgid "Tar~get"
-msgstr "სამი~ზნე"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_INTERNET.FT_LOGIN.fixedtext.text
-msgid "~Login name"
-msgstr "შ~ესვლის სახელი"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_INTERNET.FT_PASSWD.fixedtext.text
-msgid "~Password"
-msgstr "~პაროლი"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_INTERNET.CBX_ANONYMOUS.checkbox.text
-msgid "Anonymous ~user"
-msgstr "ანონიმური ~მომხმარებელი"
+msgctxt ""
+"newtabledlg.src\n"
+"RID_SVX_NEWTABLE_DLG\n"
+"FT_COLUMNS\n"
+"fixedtext.text"
+msgid "Number of columns:"
+msgstr "ფერთა რიცხვი:"
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_INTERNET.BTN_BROWSE.imagebutton.text
+#. AH!B
+#: newtabledlg.src
#, fuzzy
-msgid "WWW Browser"
-msgstr "WWW ბრაუზერი"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_INTERNET.BTN_BROWSE.imagebutton.quickhelptext
-msgid "Open web browser, copy an URL, and paste it to Target field"
-msgstr ""
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_INTERNET.GRP_MORE.fixedline.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_INTERNET.GRP_MORE.fixedline.text"
-msgid "Further settings"
-msgstr "მომდევნო პარამეტრები"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_INTERNET.FT_FRAME.fixedtext.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_INTERNET.FT_FRAME.fixedtext.text"
-msgid "F~rame"
-msgstr "ჩ~არჩო"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_INTERNET.FT_FORM.fixedtext.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_INTERNET.FT_FORM.fixedtext.text"
-msgid "F~orm"
-msgstr "ფ~ორმა"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_INTERNET.LB_FORM.1.stringlist.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_INTERNET.LB_FORM.1.stringlist.text"
-msgid "Text"
-msgstr "ტექსტი"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_INTERNET.LB_FORM.2.stringlist.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_INTERNET.LB_FORM.2.stringlist.text"
-msgid "Button"
-msgstr "ღილაკი"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_INTERNET.FT_INDICATION.fixedtext.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_INTERNET.FT_INDICATION.fixedtext.text"
-msgid "Te~xt"
-msgstr "ტე~ქსტი"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_INTERNET.FT_TEXT.fixedtext.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_INTERNET.FT_TEXT.fixedtext.text"
-msgid "N~ame"
-msgstr "ს~ახელი"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_INTERNET.BTN_SCRIPT.imagebutton.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_INTERNET.BTN_SCRIPT.imagebutton.text"
-msgid "Events"
-msgstr "მოვლენები"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_INTERNET.BTN_SCRIPT.imagebutton.quickhelptext
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_INTERNET.BTN_SCRIPT.imagebutton.quickhelptext"
-msgid "Events"
-msgstr "მოვლენები"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_INTERNET.tabpage.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_INTERNET.tabpage.text"
-msgid "Hyperlink"
-msgstr "ბმული"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.GRP_MAILNEWS.fixedline.text
-msgid "Mail & news"
-msgstr "ელფოსტა და ახალი ამბები"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.RB_LINKTYP_MAIL.radiobutton.text
-msgid "~E-mail"
-msgstr "ელფოსტა"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.RB_LINKTYP_NEWS.radiobutton.text
-msgid "~News"
-msgstr "ახალი ამბები"
+msgctxt ""
+"newtabledlg.src\n"
+"RID_SVX_NEWTABLE_DLG\n"
+"FT_ROWS\n"
+"fixedtext.text"
+msgid "Number of rows:"
+msgstr "სიტყვების რაოდენობა:"
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.FT_RECEIVER.fixedtext.text
-msgid "Re~cipient"
+#. #JL_
+#: newtabledlg.src
+#, fuzzy
+msgctxt ""
+"newtabledlg.src\n"
+"RID_SVX_NEWTABLE_DLG\n"
+"modaldialog.text"
+msgid "Insert Table"
msgstr ""
+"#-#-#-#-# table.po (PACKAGE VERSION) #-#-#-#-#\n"
+"ჩასვი ცხრილი\n"
+"#-#-#-#-# app.po (PACKAGE VERSION) #-#-#-#-#\n"
+"ფაილის ჩასმა"
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.FT_SUBJECT.fixedtext.text
-msgid "~Subject"
-msgstr "თ~ემა"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.BTN_ADRESSBOOK.imagebutton.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.BTN_ADRESSBOOK.imagebutton.text"
-msgid "Data Sources..."
-msgstr "მონაცემთა წყაროები..."
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.BTN_ADRESSBOOK.imagebutton.quickhelptext
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.BTN_ADRESSBOOK.imagebutton.quickhelptext"
-msgid "Data Sources..."
-msgstr "მონაცემთა წყაროები..."
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.GRP_MORE.fixedline.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.GRP_MORE.fixedline.text"
-msgid "Further settings"
-msgstr "მომდევნო პარამეტრები"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.FT_FRAME.fixedtext.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.FT_FRAME.fixedtext.text"
-msgid "F~rame"
-msgstr "ჩ~არჩო"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.FT_FORM.fixedtext.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.FT_FORM.fixedtext.text"
-msgid "F~orm"
-msgstr "ფ~ორმა"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.LB_FORM.1.stringlist.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.LB_FORM.1.stringlist.text"
-msgid "Text"
-msgstr "ტექსტი"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.LB_FORM.2.stringlist.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.LB_FORM.2.stringlist.text"
-msgid "Button"
-msgstr "ღილაკი"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.FT_INDICATION.fixedtext.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.FT_INDICATION.fixedtext.text"
-msgid "Te~xt"
-msgstr "ტე~ქსტი"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.FT_TEXT.fixedtext.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.FT_TEXT.fixedtext.text"
-msgid "N~ame"
-msgstr "ს~ახელი"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.BTN_SCRIPT.imagebutton.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.BTN_SCRIPT.imagebutton.text"
-msgid "Events"
-msgstr "მოვლენები"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.BTN_SCRIPT.imagebutton.quickhelptext
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.BTN_SCRIPT.imagebutton.quickhelptext"
-msgid "Events"
-msgstr "მოვლენები"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.tabpage.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.tabpage.text"
-msgid "Hyperlink"
-msgstr "ბმული"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.GRP_DOCUMENT.fixedline.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.GRP_DOCUMENT.fixedline.text"
-msgid "Document"
-msgstr "დოკუმენტი"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.FT_PATH_DOC.fixedtext.text
-msgid "~Path"
-msgstr "~მდებარეობა"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.BTN_FILEOPEN.imagebutton.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.BTN_FILEOPEN.imagebutton.text"
-msgid "Open File"
-msgstr "ფაილის გახსნა"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.BTN_FILEOPEN.imagebutton.quickhelptext
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.BTN_FILEOPEN.imagebutton.quickhelptext"
-msgid "Open File"
-msgstr "ფაილის გახსნა"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.GRP_TARGET.fixedline.text
-msgid "Target in document"
-msgstr "სამიზნე დოკუმენტში"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.FT_TARGET_DOC.fixedtext.text
-msgid "Targ~et"
-msgstr "სამიზნე"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.FT_URL.fixedtext.text
-msgid "URL"
-msgstr "URL"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.FT_FULL_URL.fixedtext.text
-msgid "Test text"
-msgstr "ტესტური ტექსტი"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.BTN_BROWSE.imagebutton.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.BTN_BROWSE.imagebutton.text"
-msgid "Target in Document"
-msgstr "სამიზნე დოკუმენტში"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.BTN_BROWSE.imagebutton.quickhelptext
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.BTN_BROWSE.imagebutton.quickhelptext"
-msgid "Target in Document"
-msgstr "სამიზნე დოკუმენტში"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.GRP_MORE.fixedline.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.GRP_MORE.fixedline.text"
-msgid "Further settings"
-msgstr "მომდევნო პარამეტრები"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.FT_FRAME.fixedtext.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.FT_FRAME.fixedtext.text"
-msgid "F~rame"
-msgstr "ჩ~არჩო"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.FT_FORM.fixedtext.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.FT_FORM.fixedtext.text"
-msgid "F~orm"
-msgstr "ფ~ორმა"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.LB_FORM.1.stringlist.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.LB_FORM.1.stringlist.text"
-msgid "Text"
-msgstr "ტექსტი"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.LB_FORM.2.stringlist.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.LB_FORM.2.stringlist.text"
-msgid "Button"
-msgstr "ღილაკი"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.FT_INDICATION.fixedtext.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.FT_INDICATION.fixedtext.text"
-msgid "Te~xt"
-msgstr "ტე~ქსტი"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.FT_TEXT.fixedtext.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.FT_TEXT.fixedtext.text"
-msgid "N~ame"
-msgstr "ს~ახელი"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.BTN_SCRIPT.imagebutton.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.BTN_SCRIPT.imagebutton.text"
-msgid "Events"
-msgstr "მოვლენები"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.BTN_SCRIPT.imagebutton.quickhelptext
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.BTN_SCRIPT.imagebutton.quickhelptext"
-msgid "Events"
-msgstr "მოვლენები"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.tabpage.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_DOCUMENT.tabpage.text"
-msgid "Hyperlink"
-msgstr "ბმული"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.GRP_NEWDOCUMENT.fixedline.text
-msgid "New document"
-msgstr "ახალი დოკუმენტი"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.RB_EDITNOW.radiobutton.text
-msgid "Edit ~now"
-msgstr "რედაქტირება ~ეხლა"
+#. -+=O
+#: commonlingui.src
+msgctxt ""
+"commonlingui.src\n"
+"RID_SVX_WND_COMMON_LINGU\n"
+"FT_WORD\n"
+"fixedtext.text"
+msgid "Origi~nal"
+msgstr "ორიგი~ნალური"
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.RB_EDITLATER.radiobutton.text
-msgid "Edit ~later"
-msgstr "რედაქტირება ~მოგვიანებით"
+#. !@n?
+#: commonlingui.src
+#, fuzzy
+msgctxt ""
+"commonlingui.src\n"
+"RID_SVX_WND_COMMON_LINGU\n"
+"FT_NEWWORD\n"
+"fixedtext.text"
+msgid "~Word"
+msgstr "ს~იტყვა"
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.FT_PATH_NEWDOC.fixedtext.text
-msgid "~File"
-msgstr "~ფაილი"
+#. [Zi`
+#: commonlingui.src
+msgctxt ""
+"commonlingui.src\n"
+"RID_SVX_WND_COMMON_LINGU\n"
+"FT_SUGGESTION\n"
+"fixedtext.text"
+msgid "~Suggestions"
+msgstr "~შეთავაზებები"
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.FT_DOCUMENT_TYPES.fixedtext.text
-msgid "File ~type"
-msgstr "ფაილის ~ტიპი"
+#. UxL3
+#: commonlingui.src
+msgctxt ""
+"commonlingui.src\n"
+"RID_SVX_WND_COMMON_LINGU\n"
+"BTN_IGNORE\n"
+"pushbutton.text"
+msgid "~Ignore"
+msgstr "~უარყოფა"
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.BTN_CREATE.imagebutton.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.BTN_CREATE.imagebutton.text"
-msgid "Select Path"
-msgstr "ადგილმდებარეობის არჩევა"
+#. PE#P
+#: commonlingui.src
+msgctxt ""
+"commonlingui.src\n"
+"RID_SVX_WND_COMMON_LINGU\n"
+"BTN_IGNOREALL\n"
+"pushbutton.text"
+msgid "Always I~gnore"
+msgstr "ყოველთვის უა~რყოფა"
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.BTN_CREATE.imagebutton.quickhelptext
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.BTN_CREATE.imagebutton.quickhelptext"
-msgid "Select Path"
-msgstr "ადგილმდებარეობის არჩევა"
+#. dqEi
+#: commonlingui.src
+msgctxt ""
+"commonlingui.src\n"
+"RID_SVX_WND_COMMON_LINGU\n"
+"BTN_CHANGE\n"
+"pushbutton.text"
+msgid "~Replace"
+msgstr "ჩ~ანაცვლება"
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.GRP_MORE.fixedline.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.GRP_MORE.fixedline.text"
-msgid "Further settings"
-msgstr "მომდევნო პარამეტრები"
+#. VVYV
+#: commonlingui.src
+msgctxt ""
+"commonlingui.src\n"
+"RID_SVX_WND_COMMON_LINGU\n"
+"BTN_CHANGEALL\n"
+"pushbutton.text"
+msgid "Always R~eplace"
+msgstr "ყოველთვის ჩანა~ცვლება"
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.FT_FRAME.fixedtext.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.FT_FRAME.fixedtext.text"
-msgid "F~rame"
-msgstr "ჩ~არჩო"
+#. (+Di
+#: commonlingui.src
+msgctxt ""
+"commonlingui.src\n"
+"RID_SVX_WND_COMMON_LINGU\n"
+"BTN_OPTIONS\n"
+"pushbutton.text"
+msgid "Options..."
+msgstr "პარამეტრები..."
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.FT_FORM.fixedtext.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.FT_FORM.fixedtext.text"
-msgid "F~orm"
-msgstr "ფ~ორმა"
+#. 0O{B
+#: commonlingui.src
+msgctxt ""
+"commonlingui.src\n"
+"RID_SVX_WND_COMMON_LINGU\n"
+"BTN_SPL_CANCEL\n"
+"cancelbutton.text"
+msgid "~Close"
+msgstr "~დახურვა"
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.LB_FORM.1.stringlist.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.LB_FORM.1.stringlist.text"
-msgid "Text"
-msgstr "ტექსტი"
+#. KT;n
+#: tbxform.src
+msgctxt ""
+"tbxform.src\n"
+"RID_SVX_DLG_INPUTRECORDNO\n"
+"1\n"
+"fixedtext.text"
+msgid "go to record"
+msgstr "ჩაწერაზე გადასვლა"
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.LB_FORM.2.stringlist.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.LB_FORM.2.stringlist.text"
-msgid "Button"
-msgstr "ღილაკი"
+#. 7ojd
+#: tbxform.src
+msgctxt ""
+"tbxform.src\n"
+"RID_SVX_DLG_INPUTRECORDNO\n"
+"modaldialog.text"
+msgid "Record Number"
+msgstr "რიცხვის ჩაწერა"
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.FT_INDICATION.fixedtext.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.FT_INDICATION.fixedtext.text"
-msgid "Te~xt"
-msgstr "ტე~ქსტი"
+#. {EtJ
+#: dlgname.src
+msgctxt ""
+"dlgname.src\n"
+"RID_SVXDLG_NAME\n"
+"modaldialog.text"
+msgid "Name"
+msgstr "სახელი"
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.FT_TEXT.fixedtext.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.FT_TEXT.fixedtext.text"
-msgid "N~ame"
+#. S,q=
+#: dlgname.src
+msgctxt ""
+"dlgname.src\n"
+"RID_SVXDLG_OBJECT_NAME\n"
+"NTD_FT_NAME\n"
+"fixedtext.text"
+msgid "~Name"
msgstr "ს~ახელი"
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.BTN_SCRIPT.imagebutton.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.BTN_SCRIPT.imagebutton.text"
-msgid "Events"
-msgstr "მოვლენები"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.BTN_SCRIPT.imagebutton.quickhelptext
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.BTN_SCRIPT.imagebutton.quickhelptext"
-msgid "Events"
-msgstr "მოვლენები"
-
-#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.tabpage.text
-msgctxt "hyperdlg.src#RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.tabpage.text"
-msgid "Hyperlink"
-msgstr "ბმული"
+#. 45eG
+#: dlgname.src
+msgctxt ""
+"dlgname.src\n"
+"RID_SVXDLG_OBJECT_NAME\n"
+"modaldialog.text"
+msgid "Name"
+msgstr "სახელი"
-#: hyperdlg.src#RID_SVXDLG_NEWHYPERLINK.modaldialog.text
-msgctxt "hyperdlg.src#RID_SVXDLG_NEWHYPERLINK.modaldialog.text"
-msgid "Hyperlink"
-msgstr "ბმული"
+#. QO;H
+#: dlgname.src
+msgctxt ""
+"dlgname.src\n"
+"RID_SVXDLG_OBJECT_TITLE_DESC\n"
+"NTD_FT_TITLE\n"
+"fixedtext.text"
+msgid "~Title"
+msgstr "სათაური"
-#: hyperdlg.src#RID_SVXSTR_HYPDLG_APPLYBUT.string.text
+#. p|s1
+#: dlgname.src
#, fuzzy
-msgctxt "hyperdlg.src#RID_SVXSTR_HYPDLG_APPLYBUT.string.text"
-msgid "Apply"
+msgctxt ""
+"dlgname.src\n"
+"RID_SVXDLG_OBJECT_TITLE_DESC\n"
+"NTD_FT_DESC\n"
+"fixedtext.text"
+msgid "~Description"
msgstr ""
-"#-#-#-#-# fldui.po (PACKAGE VERSION) #-#-#-#-#\n"
-"გააქტიურება\n"
+"#-#-#-#-# tabledesign.po (PACKAGE VERSION) #-#-#-#-#\n"
+"განმარტება\n"
+"#-#-#-#-# app.po (PACKAGE VERSION) #-#-#-#-#\n"
+"აღწერილობა\n"
+"#-#-#-#-# miscdlgs.po (PACKAGE VERSION) #-#-#-#-#\n"
+"აღწერა\n"
"#-#-#-#-# dialog.po (PACKAGE VERSION) #-#-#-#-#\n"
-"გააქტიურება\n"
-"#-#-#-#-# options.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მინიჭება\n"
-"#-#-#-#-# dlg.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მისადაგება\n"
-"#-#-#-#-# framework.po (PACKAGE VERSION) #-#-#-#-#\n"
-"გამოყენება"
-
-#: hyperdlg.src#RID_SVXSTR_HYPDLG_CLOSEBUT.string.text
-msgctxt "hyperdlg.src#RID_SVXSTR_HYPDLG_CLOSEBUT.string.text"
-msgid "Close"
-msgstr "დახურვა"
-
-#: hyperdlg.src#RID_SVXSTR_HYPDLG_MACROACT1.string.text
-msgid "Mouse over object"
-msgstr "მაუსი ობიექტის ზევიდან"
-
-#: hyperdlg.src#RID_SVXSTR_HYPDLG_MACROACT2.string.text
-msgid "Trigger hyperlink"
-msgstr "სასხლეტი ჰიპერბმული"
-
-#: hyperdlg.src#RID_SVXSTR_HYPDLG_MACROACT3.string.text
-msgid "Mouse leaves object"
-msgstr "მაუსი ტოვებს ობიექტს"
-
-#: hyperdlg.src#RID_SVXSTR_HYPDLG_NOVALIDFILENAME.string.text
-msgid "Please type in a valid file name."
-msgstr "გთხოვთ აკრიფოთ ვარგისი სახელი."
-
-#: hyperdlg.src#RID_SVXSTR_HYPERDLG_HLINETTP.string.text
-msgid "Internet"
-msgstr "ინტერნეტი"
+"აღწერილობა\n"
+"#-#-#-#-# doc.po (PACKAGE VERSION) #-#-#-#-#\n"
+"აღწერილობა\n"
+"#-#-#-#-# res.po (PACKAGE VERSION) #-#-#-#-#\n"
+"განმარტება\n"
+"#-#-#-#-# contnr.po (PACKAGE VERSION) #-#-#-#-#\n"
+"აღწერილობა"
-#: hyperdlg.src#RID_SVXSTR_HYPERDLG_HLINETTP_HELP.string.text
+#. l78d
+#: dlgname.src
#, fuzzy
-msgid "This is where you create a hyperlink to a Web page or FTP server connection."
-msgstr "აქ ქმნით ჰიპერბმულს ვებგვერდზე, FTP სერვერზე ან Telnet კავშირზე."
-
-#: hyperdlg.src#RID_SVXSTR_HYPERDLG_HLMAILTP.string.text
-msgid "Mail & News"
-msgstr "ელფოსტა და ახალი ამბები"
-
-#: hyperdlg.src#RID_SVXSTR_HYPERDLG_HLMAILTP_HELP.string.text
-msgid "This is where you create a hyperlink to an e-mail address or newsgroup."
-msgstr "აქ ქმნით ჰიპერბმულს ელფოსტის მისამართზე ან სადისკუსიო ჯგუფზე."
-
-#: hyperdlg.src#RID_SVXSTR_HYPERDLG_HLDOCTP.string.text
-msgctxt "hyperdlg.src#RID_SVXSTR_HYPERDLG_HLDOCTP.string.text"
-msgid "Document"
-msgstr "დოკუმენტი"
-
-#: hyperdlg.src#RID_SVXSTR_HYPERDLG_HLDOCTP_HELP.string.text
-msgid "This is where you create a hyperlink to an existing document or a target within a document."
-msgstr ""
-
-#: hyperdlg.src#RID_SVXSTR_HYPERDLG_HLDOCNTP.string.text
-msgid "New Document"
-msgstr "ახალი დოკუმენტი"
-
-#: hyperdlg.src#RID_SVXSTR_HYPERDLG_HLDOCNTP_HELP.string.text
-msgid "This is where you create a new document to which the new link points."
-msgstr "აქ ქმნით ახალ დოკუმენტს, რომელზეც მიუთითებს ახალი ბმული."
-
-#: hyperdlg.src#RID_SVXSTR_HYPERDLG_FORM_BUTTON.string.text
-msgctxt "hyperdlg.src#RID_SVXSTR_HYPERDLG_FORM_BUTTON.string.text"
-msgid "Button"
-msgstr "ღილაკი"
-
-#: hyperdlg.src#RID_SVXSTR_HYPERDLG_FROM_TEXT.string.text
-msgctxt "hyperdlg.src#RID_SVXSTR_HYPERDLG_FROM_TEXT.string.text"
-msgid "Text"
-msgstr "ტექსტი"
-
-#: hyperdlg.src#RID_SVXSTR_HYPERDLG_QUERYOVERWRITE.string.text
-msgid "The file already exists. Overwrite?"
-msgstr "ფაილი უკვე არსებობს. გადავაწერო ზემოდან?"
-
-#: charmap.src#RID_SVXDLG_CHARMAP.FT_FONT.fixedtext.text
-msgid "~Font"
-msgstr "შრ~იფთი"
-
-#: charmap.src#RID_SVXDLG_CHARMAP.FT_SUBSET.fixedtext.text
-msgid "~Subset"
-msgstr "~ქვეწყობა"
-
-#: charmap.src#RID_SVXDLG_CHARMAP.FT_SYMBOLE.fixedtext.text
-msgid "Characters:"
-msgstr "სიმბოლოები:"
-
-#: charmap.src#RID_SVXDLG_CHARMAP.BTN_DELETE.pushbutton.text
-msgctxt "charmap.src#RID_SVXDLG_CHARMAP.BTN_DELETE.pushbutton.text"
-msgid "~Delete"
-msgstr "წ~აშლა"
-
-#: charmap.src#RID_SVXDLG_CHARMAP.modaldialog.text
-msgid "Special Characters"
-msgstr "სპეციალური სიმბოლოები"
-
-#: hlmarkwn.src#RID_SVXFLOAT_HYPERLINK_MARKWND.BT_APPLY.pushbutton.text
-msgctxt "hlmarkwn.src#RID_SVXFLOAT_HYPERLINK_MARKWND.BT_APPLY.pushbutton.text"
-msgid "Apply"
-msgstr "მისადაგება"
-
-#: hlmarkwn.src#RID_SVXFLOAT_HYPERLINK_MARKWND.BT_CLOSE.pushbutton.text
-msgctxt "hlmarkwn.src#RID_SVXFLOAT_HYPERLINK_MARKWND.BT_CLOSE.pushbutton.text"
-msgid "Close"
-msgstr "დახურვა"
-
-#: hlmarkwn.src#RID_SVXFLOAT_HYPERLINK_MARKWND.modaldialog.text
-msgctxt "hlmarkwn.src#RID_SVXFLOAT_HYPERLINK_MARKWND.modaldialog.text"
-msgid "Target in Document"
-msgstr "სამიზნე დოკუმენტში"
-
-#: hlmarkwn.src#RID_SVXSTR_HYPDLG_ERR_LERR_NOENTRIES.string.text
-msgid "Targets do not exist in the document."
-msgstr "სამიზნე არ არის გახსნილი დოკუმენტში"
-
-#: hlmarkwn.src#RID_SVXSTR_HYPDLG_ERR_LERR_DOCNOTOPEN.string.text
-msgid "Couldn't open the document."
-msgstr "შეუძლებელია ამ დოკუმენტის გახსნა"
-
-#: hlmarkwn.src#STR_MARK_TREE.string.text
-msgid "Mark Tree"
-msgstr ""
-
-#: scriptdlg.src#RID_DLG_SCRIPTORGANIZER.SF_TXT_SCRIPTS.fixedtext.text
-msgid "~Macros"
-msgstr "~მაკროები"
-
-#: scriptdlg.src#RID_DLG_SCRIPTORGANIZER.SF_CTRL_SCRIPTSBOX.STR_MYMACROS.string.text
-msgid "My Macros"
-msgstr "ჩემი მაკროსები"
-
-#: scriptdlg.src#RID_DLG_SCRIPTORGANIZER.SF_CTRL_SCRIPTSBOX.STR_PRODMACROS.string.text
-msgid "%PRODUCTNAME Macros"
-msgstr "%PRODUCTNAME მაკროსები"
-
-#: scriptdlg.src#RID_DLG_SCRIPTORGANIZER.SF_PB_RUN.pushbutton.text
-msgid "R~un"
-msgstr "გაშ~ვება"
-
-#: scriptdlg.src#RID_DLG_SCRIPTORGANIZER.SF_PB_CLOSE.cancelbutton.text
-msgctxt "scriptdlg.src#RID_DLG_SCRIPTORGANIZER.SF_PB_CLOSE.cancelbutton.text"
-msgid "Close"
-msgstr "დახურვა"
-
-#: scriptdlg.src#RID_DLG_SCRIPTORGANIZER.SF_PB_CREATE.pushbutton.text
-msgid "~Create..."
-msgstr "შ~ექმნა..."
-
-#: scriptdlg.src#RID_DLG_SCRIPTORGANIZER.SF_PB_EDIT.pushbutton.text
-msgid "~Edit"
-msgstr "რედა~ქტირება"
-
-#: scriptdlg.src#RID_DLG_SCRIPTORGANIZER.SF_PB_RENAME.pushbutton.text
-msgid "Rename..."
-msgstr "გადარქმევა"
-
-#: scriptdlg.src#RID_DLG_SCRIPTORGANIZER.SF_PB_DEL.pushbutton.text
-msgid "~Delete..."
-msgstr "წ~აშლა..."
-
-#: scriptdlg.src#RID_DLG_SCRIPTORGANIZER.modaldialog.text
-msgid "%MACROLANG Macros"
+msgctxt ""
+"dlgname.src\n"
+"RID_SVXDLG_OBJECT_TITLE_DESC\n"
+"modaldialog.text"
+msgid "Description"
msgstr ""
+"#-#-#-#-# tabledesign.po (PACKAGE VERSION) #-#-#-#-#\n"
+"განმარტება\n"
+"#-#-#-#-# app.po (PACKAGE VERSION) #-#-#-#-#\n"
+"აღწერილობა\n"
+"#-#-#-#-# miscdlgs.po (PACKAGE VERSION) #-#-#-#-#\n"
+"აღწერა\n"
+"#-#-#-#-# dialog.po (PACKAGE VERSION) #-#-#-#-#\n"
+"აღწერილობა\n"
+"#-#-#-#-# doc.po (PACKAGE VERSION) #-#-#-#-#\n"
+"აღწერილობა\n"
+"#-#-#-#-# res.po (PACKAGE VERSION) #-#-#-#-#\n"
+"განმარტება\n"
+"#-#-#-#-# contnr.po (PACKAGE VERSION) #-#-#-#-#\n"
+"აღწერილობა"
-#: scriptdlg.src#RID_DLG_NEWLIB.FT_NEWLIB.fixedtext.text
+#. (/fB
+#: scriptdlg.src
+msgctxt ""
+"scriptdlg.src\n"
+"RID_DLG_NEWLIB\n"
+"FT_NEWLIB\n"
+"fixedtext.text"
msgid "Enter the name for the new library."
msgstr "შეიყვანეთ სახელი ახალი ბიბლიოთეკისათვის."
-#: scriptdlg.src#RID_DLG_NEWLIB.STR_NEWLIB.string.text
-msgctxt "scriptdlg.src#RID_DLG_NEWLIB.STR_NEWLIB.string.text"
+#. !N=@
+#: scriptdlg.src
+msgctxt ""
+"scriptdlg.src\n"
+"RID_DLG_NEWLIB\n"
+"STR_NEWLIB\n"
+"string.text"
msgid "Create Library"
msgstr "ბიბლიოთეკის შექმნა"
-#: scriptdlg.src#RID_DLG_NEWLIB.STR_NEWMACRO.string.text
+#. `J?K
+#: scriptdlg.src
+msgctxt ""
+"scriptdlg.src\n"
+"RID_DLG_NEWLIB\n"
+"STR_NEWMACRO\n"
+"string.text"
msgid "Create Macro"
msgstr "მაკროს შექმნა"
-#: scriptdlg.src#RID_DLG_NEWLIB.STR_FT_NEWMACRO.string.text
+#. g/m.
+#: scriptdlg.src
+msgctxt ""
+"scriptdlg.src\n"
+"RID_DLG_NEWLIB\n"
+"STR_FT_NEWMACRO\n"
+"string.text"
msgid "Enter the name for the new macro."
msgstr "შეყვანეთ სახელი ახალი მაკროსათვის."
-#: scriptdlg.src#RID_DLG_NEWLIB.STR_RENAME.string.text
+#. |{iY
+#: scriptdlg.src
+msgctxt ""
+"scriptdlg.src\n"
+"RID_DLG_NEWLIB\n"
+"STR_RENAME\n"
+"string.text"
msgid "Rename"
msgstr "გადარქმევა"
-#: scriptdlg.src#RID_DLG_NEWLIB.STR_FT_RENAME.string.text
+#. W%2?
+#: scriptdlg.src
+msgctxt ""
+"scriptdlg.src\n"
+"RID_DLG_NEWLIB\n"
+"STR_FT_RENAME\n"
+"string.text"
msgid "Enter the new name for the selected object."
msgstr "შეიყვანეთ ახალი სახელი მონიშნული ობიექტისათვის."
-#: scriptdlg.src#RID_DLG_NEWLIB.modaldialog.text
-msgctxt "scriptdlg.src#RID_DLG_NEWLIB.modaldialog.text"
+#. ri[#
+#: scriptdlg.src
+msgctxt ""
+"scriptdlg.src\n"
+"RID_DLG_NEWLIB\n"
+"modaldialog.text"
msgid "Create Library"
msgstr "ბიბლიოთეკის შექმნა"
-#: scriptdlg.src#RID_SVXSTR_DELQUERY.string.text
+#. ,-^k
+#: scriptdlg.src
+msgctxt ""
+"scriptdlg.src\n"
+"RID_SVXSTR_DELQUERY\n"
+"string.text"
msgid "Do you want to delete the following object?"
msgstr "გნებავთ შემდეგი ობიექტის წაშლა?"
-#: scriptdlg.src#RID_SVXSTR_DELQUERY_TITLE.string.text
+#. ~0)[
+#: scriptdlg.src
+msgctxt ""
+"scriptdlg.src\n"
+"RID_SVXSTR_DELQUERY_TITLE\n"
+"string.text"
msgid "Confirm Deletion"
msgstr "წაშლის დასტური"
-#: scriptdlg.src#RID_SVXSTR_DELFAILED.string.text
+#. _3$.
+#: scriptdlg.src
+msgctxt ""
+"scriptdlg.src\n"
+"RID_SVXSTR_DELFAILED\n"
+"string.text"
msgid "The selected object could not be deleted."
msgstr "მონიშნული ობიექტი ვერ წაიშლება."
-#: scriptdlg.src#RID_SVXSTR_DELFAILEDPERM.string.text
+#. H18j
+#: scriptdlg.src
+msgctxt ""
+"scriptdlg.src\n"
+"RID_SVXSTR_DELFAILEDPERM\n"
+"string.text"
msgid " You do not have permission to delete this object."
msgstr " თქვენ არ გაქვთ უფლება ამ ობიექტის წაშლაზე."
-#: scriptdlg.src#RID_SVXSTR_DELFAILED_TITLE.string.text
+#. 1Jv:
+#: scriptdlg.src
+msgctxt ""
+"scriptdlg.src\n"
+"RID_SVXSTR_DELFAILED_TITLE\n"
+"string.text"
msgid "Error Deleting Object"
msgstr "შეცდომა ობიექტის წაშლისას"
-#: scriptdlg.src#RID_SVXSTR_CREATEFAILED.string.text
+#. cHhH
+#: scriptdlg.src
+msgctxt ""
+"scriptdlg.src\n"
+"RID_SVXSTR_CREATEFAILED\n"
+"string.text"
msgid "The object could not be created."
msgstr "ობიექტი ვერ შეიქმნება."
-#: scriptdlg.src#RID_SVXSTR_CREATEFAILEDDUP.string.text
+#. K*6W
+#: scriptdlg.src
+msgctxt ""
+"scriptdlg.src\n"
+"RID_SVXSTR_CREATEFAILEDDUP\n"
+"string.text"
msgid " Object with the same name already exists."
msgstr " ობიექტის არნიშნული სახელით უკვე არსებობს."
-#: scriptdlg.src#RID_SVXSTR_CREATEFAILEDPERM.string.text
+#. Yq_l
+#: scriptdlg.src
+msgctxt ""
+"scriptdlg.src\n"
+"RID_SVXSTR_CREATEFAILEDPERM\n"
+"string.text"
msgid " You do not have permission to create this object."
msgstr "თქვენ არ გაქვთ უფლება ამ ობიექტის შექმნაზე."
-#: scriptdlg.src#RID_SVXSTR_CREATEFAILED_TITLE.string.text
+#. spOJ
+#: scriptdlg.src
+msgctxt ""
+"scriptdlg.src\n"
+"RID_SVXSTR_CREATEFAILED_TITLE\n"
+"string.text"
msgid "Error Creating Object"
msgstr "შეცდომა ობიექტის შექმნისას"
-#: scriptdlg.src#RID_SVXSTR_RENAMEFAILED.string.text
+#. NQAL
+#: scriptdlg.src
+msgctxt ""
+"scriptdlg.src\n"
+"RID_SVXSTR_RENAMEFAILED\n"
+"string.text"
msgid "The object could not be renamed."
msgstr "ობიექტს სახელი ვერ გადაერქმევა."
-#: scriptdlg.src#RID_SVXSTR_RENAMEFAILEDPERM.string.text
+#. 1*3R
+#: scriptdlg.src
+msgctxt ""
+"scriptdlg.src\n"
+"RID_SVXSTR_RENAMEFAILEDPERM\n"
+"string.text"
msgid " You do not have permission to rename this object."
msgstr "თქვენ არ გაქვთ უფლება ამ ობიექტის გადარქმევაზე."
-#: scriptdlg.src#RID_SVXSTR_RENAMEFAILED_TITLE.string.text
+#. HYLl
+#: scriptdlg.src
+msgctxt ""
+"scriptdlg.src\n"
+"RID_SVXSTR_RENAMEFAILED_TITLE\n"
+"string.text"
msgid "Error Renaming Object"
msgstr "შეცდომა ობიექტის გადარქმევისას"
-#: scriptdlg.src#RID_SVXSTR_ERROR_TITLE.string.text
+#. s6](
+#: scriptdlg.src
+msgctxt ""
+"scriptdlg.src\n"
+"RID_SVXSTR_ERROR_TITLE\n"
+"string.text"
msgid "%PRODUCTNAME Error"
msgstr "%PRODUCTNAME-ის შეცდომა"
-#: scriptdlg.src#RID_SVXSTR_ERROR_LANG_NOT_SUPPORTED.string.text
+#. C$nb
+#: scriptdlg.src
+msgctxt ""
+"scriptdlg.src\n"
+"RID_SVXSTR_ERROR_LANG_NOT_SUPPORTED\n"
+"string.text"
msgid "The scripting language %LANGUAGENAME is not supported."
msgstr "სკრიპული ენა %LANGUAGENAME-ი მხარდაჭერილი არ არის."
-#: scriptdlg.src#RID_SVXSTR_ERROR_RUNNING.string.text
+#. D#N(
+#: scriptdlg.src
+msgctxt ""
+"scriptdlg.src\n"
+"RID_SVXSTR_ERROR_RUNNING\n"
+"string.text"
msgid "An error occurred while running the %LANGUAGENAME script %SCRIPTNAME."
msgstr "მოხდა შეცდომა %LANGUAGENAME-ის script-ის %SCRIPTNAME გაშვებისას."
-#: scriptdlg.src#RID_SVXSTR_EXCEPTION_RUNNING.string.text
+#. E2ZD
+#: scriptdlg.src
+msgctxt ""
+"scriptdlg.src\n"
+"RID_SVXSTR_EXCEPTION_RUNNING\n"
+"string.text"
msgid "An exception occurred while running the %LANGUAGENAME script %SCRIPTNAME."
msgstr "მოხდა გამონალისი %LANGUAGENAME-ის script-ის %SCRIPTNAME გაშვებისას."
-#: scriptdlg.src#RID_SVXSTR_ERROR_AT_LINE.string.text
+#. gw)D
+#: scriptdlg.src
+msgctxt ""
+"scriptdlg.src\n"
+"RID_SVXSTR_ERROR_AT_LINE\n"
+"string.text"
msgid "An error occurred while running the %LANGUAGENAME script %SCRIPTNAME at line: %LINENUMBER."
msgstr "მოხდა შეცდომა %LANGUAGENAME-ის script-ის %SCRIPTNAME გაშვებისას ხაზზე: %LINENUMBER."
-#: scriptdlg.src#RID_SVXSTR_EXCEPTION_AT_LINE.string.text
+#. p1zM
+#: scriptdlg.src
+msgctxt ""
+"scriptdlg.src\n"
+"RID_SVXSTR_EXCEPTION_AT_LINE\n"
+"string.text"
msgid "An exception occurred while running the %LANGUAGENAME script %SCRIPTNAME at line: %LINENUMBER."
msgstr "მოხდა გამონაკლისი %LANGUAGENAME-ის script-ის %SCRIPTNAME გაშვებისას ხაზზე: %LINENUMBER."
-#: scriptdlg.src#RID_SVXSTR_FRAMEWORK_ERROR_RUNNING.string.text
+#. HtXI
+#: scriptdlg.src
+msgctxt ""
+"scriptdlg.src\n"
+"RID_SVXSTR_FRAMEWORK_ERROR_RUNNING\n"
+"string.text"
msgid "A Scripting Framework error occurred while running the %LANGUAGENAME script %SCRIPTNAME."
msgstr "სკრიპტის სამუშაო გარემოს შეცდომა %LANGUAGENAME-ის script-ის %SCRIPTNAME გაშვებისას."
-#: scriptdlg.src#RID_SVXSTR_FRAMEWORK_ERROR_AT_LINE.string.text
+#. 8qs{
+#: scriptdlg.src
+msgctxt ""
+"scriptdlg.src\n"
+"RID_SVXSTR_FRAMEWORK_ERROR_AT_LINE\n"
+"string.text"
msgid "A Scripting Framework error occurred while running the %LANGUAGENAME script %SCRIPTNAME at line: %LINENUMBER."
msgstr "სკრიპტის სამუშაო გარემოს შეცდომა %LANGUAGENAME-ის script-ის %SCRIPTNAME გაშვებისას ხაზზე: %LINENUMBER."
-#: scriptdlg.src#RID_SVXSTR_ERROR_TYPE_LABEL.string.text
-msgctxt "scriptdlg.src#RID_SVXSTR_ERROR_TYPE_LABEL.string.text"
+#. Dz^m
+#: scriptdlg.src
+msgctxt ""
+"scriptdlg.src\n"
+"RID_SVXSTR_ERROR_TYPE_LABEL\n"
+"string.text"
msgid "Type:"
msgstr "აკრეფა:"
-#: scriptdlg.src#RID_SVXSTR_ERROR_MESSAGE_LABEL.string.text
+#. k7^}
+#: scriptdlg.src
+msgctxt ""
+"scriptdlg.src\n"
+"RID_SVXSTR_ERROR_MESSAGE_LABEL\n"
+"string.text"
msgid "Message:"
msgstr "შეტყობინება:"
-#: newtabledlg.src#RID_SVX_NEWTABLE_DLG.FT_COLUMNS.fixedtext.text
-msgid "Number of columns:"
+#. 3lg2
+#: colorpicker.src
+msgctxt ""
+"colorpicker.src\n"
+"RID_CUI_DIALOG_COLORPICKER\n"
+"modaldialog.text"
+msgid "Color Picker"
msgstr ""
-#: newtabledlg.src#RID_SVX_NEWTABLE_DLG.FT_ROWS.fixedtext.text
-msgid "Number of rows:"
+#. 3JWk
+#: colorpicker.src
+msgctxt ""
+"colorpicker.src\n"
+"RID_CUI_DIALOG_COLORPICKER\n"
+"PB_PICKER\n"
+"imagebutton.text"
+msgid "-"
+msgstr "-"
+
+#. xoSg
+#: colorpicker.src
+msgctxt ""
+"colorpicker.src\n"
+"RID_CUI_DIALOG_COLORPICKER\n"
+"PB_PICKER\n"
+"imagebutton.quickhelptext"
+msgid "Pick a color from the document"
msgstr ""
-#: newtabledlg.src#RID_SVX_NEWTABLE_DLG.modaldialog.text
+#. {iK^
+#: colorpicker.src
+msgctxt ""
+"colorpicker.src\n"
+"RID_CUI_DIALOG_COLORPICKER\n"
+"FL_RGB\n"
+"fixedline.text"
+msgid "RGB"
+msgstr "RGB"
+
+#. =m%B
+#: colorpicker.src
#, fuzzy
-msgid "Insert Table"
+msgctxt ""
+"colorpicker.src\n"
+"RID_CUI_DIALOG_COLORPICKER\n"
+"CT_RED\n"
+"fixedtext.text"
+msgid "~Red"
+msgstr "წითელი"
+
+#. 0D3o
+#: colorpicker.src
+#, fuzzy
+msgctxt ""
+"colorpicker.src\n"
+"RID_CUI_DIALOG_COLORPICKER\n"
+"CT_GREEN\n"
+"fixedtext.text"
+msgid "~Green"
+msgstr "მწვანე"
+
+#. \#ic
+#: colorpicker.src
+#, fuzzy
+msgctxt ""
+"colorpicker.src\n"
+"RID_CUI_DIALOG_COLORPICKER\n"
+"CT_BLUE\n"
+"fixedtext.text"
+msgid "~Blue"
+msgstr "ლურჯი"
+
+#. fIkP
+#: colorpicker.src
+msgctxt ""
+"colorpicker.src\n"
+"RID_CUI_DIALOG_COLORPICKER\n"
+"CT_HEX\n"
+"fixedtext.text"
+msgid "Hex ~#"
+msgstr ""
+
+#. 8)ee
+#: colorpicker.src
+msgctxt ""
+"colorpicker.src\n"
+"RID_CUI_DIALOG_COLORPICKER\n"
+"FL_HSB\n"
+"fixedline.text"
+msgid "HSB"
+msgstr ""
+
+#. s:(.
+#: colorpicker.src
+msgctxt ""
+"colorpicker.src\n"
+"RID_CUI_DIALOG_COLORPICKER\n"
+"CT_HUE\n"
+"fixedtext.text"
+msgid "H~ue"
+msgstr ""
+
+#. N57m
+#: colorpicker.src
+msgctxt ""
+"colorpicker.src\n"
+"RID_CUI_DIALOG_COLORPICKER\n"
+"CT_SATURATION\n"
+"fixedtext.text"
+msgid "~Saturation"
msgstr ""
-"#-#-#-#-# table.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ჩასვი ცხრილი\n"
-"#-#-#-#-# app.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ფაილის ჩასმა"
-#: gallery.src#RID_SVXTABDLG_GALLERY.1.RID_SVXTABPAGE_GALLERY_GENERAL.pageitem.text
-msgctxt "gallery.src#RID_SVXTABDLG_GALLERY.1.RID_SVXTABPAGE_GALLERY_GENERAL.pageitem.text"
+#. cPyX
+#: colorpicker.src
+#, fuzzy
+msgctxt ""
+"colorpicker.src\n"
+"RID_CUI_DIALOG_COLORPICKER\n"
+"CT_BRIGHTNESS\n"
+"fixedtext.text"
+msgid "Bright~ness"
+msgstr "სიკაშკაშე"
+
+#. b+|\
+#: colorpicker.src
+msgctxt ""
+"colorpicker.src\n"
+"RID_CUI_DIALOG_COLORPICKER\n"
+"FL_CMYK\n"
+"fixedline.text"
+msgid "CMYK"
+msgstr "CMYK"
+
+#. ag@c
+#: colorpicker.src
+msgctxt ""
+"colorpicker.src\n"
+"RID_CUI_DIALOG_COLORPICKER\n"
+"CT_CYAN\n"
+"fixedtext.text"
+msgid "~Cyan"
+msgstr ""
+
+#. 5mFC
+#: colorpicker.src
+#, fuzzy
+msgctxt ""
+"colorpicker.src\n"
+"RID_CUI_DIALOG_COLORPICKER\n"
+"CT_MAGENTA\n"
+"fixedtext.text"
+msgid "~Magenta"
+msgstr "იისფერი"
+
+#. 53Xa
+#: colorpicker.src
+#, fuzzy
+msgctxt ""
+"colorpicker.src\n"
+"RID_CUI_DIALOG_COLORPICKER\n"
+"CT_YELLOW\n"
+"fixedtext.text"
+msgid "~Yellow"
+msgstr "ყვითელი"
+
+#. ]emz
+#: colorpicker.src
+msgctxt ""
+"colorpicker.src\n"
+"RID_CUI_DIALOG_COLORPICKER\n"
+"CT_KEY\n"
+"fixedtext.text"
+msgid "~Key"
+msgstr ""
+
+#. \pA8
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXTABDLG_GALLERY.1\n"
+"RID_SVXTABPAGE_GALLERY_GENERAL\n"
+"pageitem.text"
msgid "General"
msgstr "ზოგადი"
-#: gallery.src#RID_SVXTABDLG_GALLERY.tabdialog.text
-msgctxt "gallery.src#RID_SVXTABDLG_GALLERY.tabdialog.text"
+#. 2F1Z
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXTABDLG_GALLERY\n"
+"tabdialog.text"
msgid "Properties of "
msgstr "თვისებები"
-#: gallery.src#RID_SVXTABDLG_GALLERYTHEME.1.RID_SVXTABPAGE_GALLERY_GENERAL.pageitem.text
-msgctxt "gallery.src#RID_SVXTABDLG_GALLERYTHEME.1.RID_SVXTABPAGE_GALLERY_GENERAL.pageitem.text"
+#. 15EY
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXTABDLG_GALLERYTHEME.1\n"
+"RID_SVXTABPAGE_GALLERY_GENERAL\n"
+"pageitem.text"
msgid "General"
msgstr "ზოგადი"
-#: gallery.src#RID_SVXTABDLG_GALLERYTHEME.1.RID_SVXTABPAGE_GALLERYTHEME_FILES.pageitem.text
-msgctxt "gallery.src#RID_SVXTABDLG_GALLERYTHEME.1.RID_SVXTABPAGE_GALLERYTHEME_FILES.pageitem.text"
+#. RbR?
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXTABDLG_GALLERYTHEME.1\n"
+"RID_SVXTABPAGE_GALLERYTHEME_FILES\n"
+"pageitem.text"
msgid "Files"
msgstr "ფაილები"
-#: gallery.src#RID_SVXTABDLG_GALLERYTHEME.tabdialog.text
-msgctxt "gallery.src#RID_SVXTABDLG_GALLERYTHEME.tabdialog.text"
+#. 1WZ%
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXTABDLG_GALLERYTHEME\n"
+"tabdialog.text"
msgid "Properties of "
msgstr "თვისებები"
-#: gallery.src#RID_SVXTABPAGE_GALLERY_GENERAL.FT_MS_TYPE.fixedtext.text
+#. is@h
+#: gallery.src
#, fuzzy
-msgctxt "gallery.src#RID_SVXTABPAGE_GALLERY_GENERAL.FT_MS_TYPE.fixedtext.text"
+msgctxt ""
+"gallery.src\n"
+"RID_SVXTABPAGE_GALLERY_GENERAL\n"
+"FT_MS_TYPE\n"
+"fixedtext.text"
msgid "Type:"
msgstr "ტიპი:"
-#: gallery.src#RID_SVXTABPAGE_GALLERY_GENERAL.FT_MS_PATH.fixedtext.text
+#. kA7V
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXTABPAGE_GALLERY_GENERAL\n"
+"FT_MS_PATH\n"
+"fixedtext.text"
msgid "Location:"
msgstr "მდებარეობა:"
-#: gallery.src#RID_SVXTABPAGE_GALLERY_GENERAL.FT_MS_CONTENT.fixedtext.text
+#. )MmX
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXTABPAGE_GALLERY_GENERAL\n"
+"FT_MS_CONTENT\n"
+"fixedtext.text"
msgid "Contents:"
msgstr "შიგთავსი:"
-#: gallery.src#RID_SVXTABPAGE_GALLERY_GENERAL.FT_MS_CHANGEDATE.fixedtext.text
+#. L(!(
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXTABPAGE_GALLERY_GENERAL\n"
+"FT_MS_CHANGEDATE\n"
+"fixedtext.text"
msgid "Modified:"
msgstr "შეცვლილი:"
-#: gallery.src#RID_SVXTABPAGE_GALLERYTHEME_FILES.FT_FILETYPE.fixedtext.text
+#. ib8I
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXTABPAGE_GALLERYTHEME_FILES\n"
+"FT_FILETYPE\n"
+"fixedtext.text"
msgid "~File type"
msgstr "~ფაილის ტიპი"
-#: gallery.src#RID_SVXTABPAGE_GALLERYTHEME_FILES.BTN_SEARCH.pushbutton.text
+#. v)hb
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXTABPAGE_GALLERYTHEME_FILES\n"
+"BTN_SEARCH\n"
+"pushbutton.text"
msgid "~Find Files..."
msgstr "~ფაილების ძებნა..."
-#: gallery.src#RID_SVXTABPAGE_GALLERYTHEME_FILES.BTN_TAKE.pushbutton.text
-msgctxt "gallery.src#RID_SVXTABPAGE_GALLERYTHEME_FILES.BTN_TAKE.pushbutton.text"
+#. pL8^
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXTABPAGE_GALLERYTHEME_FILES\n"
+"BTN_TAKE\n"
+"pushbutton.text"
msgid "~Add"
msgstr "~დამატემა"
-#: gallery.src#RID_SVXTABPAGE_GALLERYTHEME_FILES.BTN_TAKEALL.pushbutton.text
+#. YxAu
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXTABPAGE_GALLERYTHEME_FILES\n"
+"BTN_TAKEALL\n"
+"pushbutton.text"
msgid "A~dd All"
msgstr "ყველას დ~ამატება"
-#: gallery.src#RID_SVXTABPAGE_GALLERYTHEME_FILES.CBX_PREVIEW.checkbox.text
+#. eEF:
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXTABPAGE_GALLERYTHEME_FILES\n"
+"CBX_PREVIEW\n"
+"checkbox.text"
msgid "Pr~eview"
msgstr "გა~დახედვა"
-#: gallery.src#RID_SVXTABPAGE_GALLERYTHEME_FILES.BTN_MADDIN1.pushbutton.text
+#. in)o
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXTABPAGE_GALLERYTHEME_FILES\n"
+"BTN_MADDIN1\n"
+"pushbutton.text"
msgid "Maddin1"
msgstr "Maddin1"
-#: gallery.src#RID_SVXTABPAGE_GALLERYTHEME_FILES.BTN_MADDIN2.pushbutton.text
+#. 2!m.
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXTABPAGE_GALLERYTHEME_FILES\n"
+"BTN_MADDIN2\n"
+"pushbutton.text"
msgid "Maddin2"
msgstr "Maddin2"
-#: gallery.src#RID_SVXDLG_GALLERY_TITLE.FL_TITLE.fixedline.text
+#. ?3/P
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXDLG_GALLERY_TITLE\n"
+"FL_TITLE\n"
+"fixedline.text"
msgid "Title"
msgstr "სათაური"
-#: gallery.src#RID_SVXDLG_GALLERY_TITLE.modaldialog.text
+#. h*#`
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXDLG_GALLERY_TITLE\n"
+"modaldialog.text"
msgid "Enter Title"
msgstr "შეიყვანეთ სათაური"
-#: gallery.src#RID_SVXDLG_GALLERY_SEARCH_PROGRESS.FL_SEARCH_DIR.fixedline.text
+#. I9!p
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXDLG_GALLERY_SEARCH_PROGRESS\n"
+"FL_SEARCH_DIR\n"
+"fixedline.text"
msgid "Directory"
msgstr "დირექტორია"
-#: gallery.src#RID_SVXDLG_GALLERY_SEARCH_PROGRESS.FL_SEARCH_TYPE.fixedline.text
+#. VH{G
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXDLG_GALLERY_SEARCH_PROGRESS\n"
+"FL_SEARCH_TYPE\n"
+"fixedline.text"
msgid "File type"
msgstr "ფაილის ტიპი"
-#: gallery.src#RID_SVXDLG_GALLERY_SEARCH_PROGRESS.modaldialog.text
+#. -Fub
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXDLG_GALLERY_SEARCH_PROGRESS\n"
+"modaldialog.text"
msgid "Find"
msgstr "ძიება"
-#: gallery.src#RID_SVXDLG_GALLERY_TAKE_PROGRESS.FL_TAKE_PROGRESS.fixedline.text
-msgctxt "gallery.src#RID_SVXDLG_GALLERY_TAKE_PROGRESS.FL_TAKE_PROGRESS.fixedline.text"
+#. cJ,d
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXDLG_GALLERY_TAKE_PROGRESS\n"
+"FL_TAKE_PROGRESS\n"
+"fixedline.text"
msgid "File"
msgstr "ფაილი"
-#: gallery.src#RID_SVXDLG_GALLERY_TAKE_PROGRESS.modaldialog.text
-msgctxt "gallery.src#RID_SVXDLG_GALLERY_TAKE_PROGRESS.modaldialog.text"
+#. ~mtv
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXDLG_GALLERY_TAKE_PROGRESS\n"
+"modaldialog.text"
msgid "Apply"
msgstr "გამოყენება"
-#: gallery.src#RID_SVXDLG_GALLERY_ACTUALIZE_PROGRESS.FL_ACTUALIZE_PROGRESS.fixedline.text
-msgctxt "gallery.src#RID_SVXDLG_GALLERY_ACTUALIZE_PROGRESS.FL_ACTUALIZE_PROGRESS.fixedline.text"
+#. gdfS
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXDLG_GALLERY_ACTUALIZE_PROGRESS\n"
+"FL_ACTUALIZE_PROGRESS\n"
+"fixedline.text"
msgid "File"
msgstr "ფაილი"
-#: gallery.src#RID_SVXDLG_GALLERY_ACTUALIZE_PROGRESS.modaldialog.text
+#. Ip#V
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXDLG_GALLERY_ACTUALIZE_PROGRESS\n"
+"modaldialog.text"
msgid "Update"
msgstr "განახლება"
-#: gallery.src#RID_SVXDLG_GALLERY_THEMEID.FL_ID.fixedline.text
+#. oY*p
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXDLG_GALLERY_THEMEID\n"
+"FL_ID\n"
+"fixedline.text"
msgid "ID"
msgstr "ID"
-#: gallery.src#RID_SVXDLG_GALLERY_THEMEID.modaldialog.text
+#. ZViV
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXDLG_GALLERY_THEMEID\n"
+"modaldialog.text"
msgid "Theme ID"
msgstr "თემის ID"
-#: gallery.src#RID_SVXSTR_GALLERY_NOFILES.string.text
+#. \{J1
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXSTR_GALLERY_NOFILES\n"
+"string.text"
msgid "<No Files>"
msgstr "<ფაილები არ არის>"
-#: gallery.src#RID_SVXSTR_GALLERY_SEARCH.string.text
+#. jGG?
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXSTR_GALLERY_SEARCH\n"
+"string.text"
msgid "Do you want to update the file list?"
msgstr "გნებავთ ფაილთა ცხრილის განახლება?"
-#: gallery.src#RID_SVXSTR_GALLERYPROPS_OBJECT.string.text
+#. Di38
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXSTR_GALLERYPROPS_OBJECT\n"
+"string.text"
msgid "Object;Objects"
msgstr "ობიექტი;ობიექტები"
-#: gallery.src#RID_SVXSTR_GALLERY_READONLY.string.text
+#. pJ-W
+#: gallery.src
#, fuzzy
+msgctxt ""
+"gallery.src\n"
+"RID_SVXSTR_GALLERY_READONLY\n"
+"string.text"
msgid "(read-only)"
msgstr "(მხოლოდ კითხვადი)"
-#: gallery.src#RID_SVXSTR_GALLERY_ALLFILES.string.text
+#. 3:9w
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXSTR_GALLERY_ALLFILES\n"
+"string.text"
msgid "<All Files>"
msgstr "<ყველა ფაილი>"
-#: gallery.src#RID_SVXSTR_GALLERY_ID_EXISTS.string.text
+#. \^i-
+#: gallery.src
+msgctxt ""
+"gallery.src\n"
+"RID_SVXSTR_GALLERY_ID_EXISTS\n"
+"string.text"
msgid "This ID already exists..."
msgstr "ეს ID უკვე არსებობს..."
-#: tbxform.src#RID_SVX_DLG_INPUTRECORDNO.1.fixedtext.text
-msgid "go to record"
-msgstr "ჩაწერაზე გადასვლა"
+#. _*.H
+#: about.src
+msgctxt ""
+"about.src\n"
+"RID_DEFAULTABOUT\n"
+"ABOUT_STR_VERSION\n"
+"string.text"
+msgid "Version %ABOUTBOXPRODUCTVERSION%ABOUTBOXPRODUCTVERSIONSUFFIX %PRODUCTEXTENSION"
+msgstr ""
-#: tbxform.src#RID_SVX_DLG_INPUTRECORDNO.modaldialog.text
-msgid "Record Number"
-msgstr "რიცხვის ჩაწერა"
+#. fnif
+#: about.src
+msgctxt ""
+"about.src\n"
+"RID_DEFAULTABOUT\n"
+"ABOUT_STR_DESCRIPTION\n"
+"string.text"
+msgid "%PRODUCTNAME is a modern, easy-to-use, open source productivity suite for word processing, spreadsheets, presentations and more."
+msgstr ""
-#: showcols.src#RID_SVX_DLG_SHOWGRIDCOLUMNS.1.fixedtext.text
-msgid "The following columns are currently hidden. Please mark the fields you want to show and choose OK."
-msgstr "აღნიშნილი სვეტები ამ დროისთვის არიან დამალულები. გთხოვთ მონიშნეთ ის ველები , რომლებიც გინდათ , რომ გამოჩდნებ და აირჩიეთ OK."
+#. vJe3
+#: about.src
+msgctxt ""
+"about.src\n"
+"RID_DEFAULTABOUT\n"
+"ABOUT_STR_VENDOR\n"
+"string.text"
+msgid "This release was supplied by %OOOVENDOR"
+msgstr ""
-#: showcols.src#RID_SVX_DLG_SHOWGRIDCOLUMNS.modaldialog.text
-msgid "Show columns"
-msgstr "სვეტების ჩვენება"
+#. W=Y_
+#: about.src
+msgctxt ""
+"about.src\n"
+"RID_DEFAULTABOUT\n"
+"ABOUT_STR_COPYRIGHT\n"
+"string.text"
+msgid "Copyright © 2000 - 2012 LibreOffice contributors and/or their affiliates"
+msgstr ""
-#: multipat.src#RID_SVXDLG_MULTIPATH.FL_MULTIPATH.fixedline.text
-msgid "Paths"
-msgstr "გეზები"
+#. PQ#6
+#: about.src
+msgctxt ""
+"about.src\n"
+"RID_DEFAULTABOUT\n"
+"ABOUT_STR_BASED\n"
+"string.text"
+msgid "LibreOffice was based on OpenOffice.org"
+msgstr ""
-#: multipat.src#RID_SVXDLG_MULTIPATH.FT_RADIOBUTTON.fixedtext.text
-msgid "Mark the default path for new files."
-msgstr "მონიშნეთ გზა ნაგულისხმევად ახალი ფაილებისთვის."
+#. Inr3
+#: about.src
+msgctxt ""
+"about.src\n"
+"RID_DEFAULTABOUT\n"
+"ABOUT_STR_BASED_DERIVED\n"
+"string.text"
+msgid "%PRODUCTNAME is derived from LibreOffice which was based on OpenOffice.org"
+msgstr ""
-#: multipat.src#RID_SVXDLG_MULTIPATH.BTN_ADD_MULTIPATH.pushbutton.text
-msgid "~Add..."
-msgstr "~დამატება..."
+#. 9iuu
+#: about.src
+msgctxt ""
+"about.src\n"
+"RID_DEFAULTABOUT\n"
+"ABOUT_STR_BUILD\n"
+"string.text"
+msgid "(Build ID: $BUILDID)"
+msgstr ""
-#: multipat.src#RID_SVXDLG_MULTIPATH.BTN_DEL_MULTIPATH.pushbutton.text
-msgctxt "multipat.src#RID_SVXDLG_MULTIPATH.BTN_DEL_MULTIPATH.pushbutton.text"
-msgid "~Delete"
-msgstr "~წაშლა"
+#. NSIV
+#: about.src
+msgctxt ""
+"about.src\n"
+"RID_DEFAULTABOUT\n"
+"ABOUT_STR_LINK_CREDITS\n"
+"string.text"
+msgid "http://www.libreoffice.org/about-us/credits/"
+msgstr ""
-#: multipat.src#RID_SVXDLG_MULTIPATH.STR_HEADER_PATHS.string.text
-msgid "Path list"
-msgstr "გზათა სია"
+#. =p`t
+#: about.src
+msgctxt ""
+"about.src\n"
+"RID_DEFAULTABOUT\n"
+"ABOUT_BTN_CREDITS\n"
+"pushbutton.text"
+msgid "Credits"
+msgstr ""
-#: multipat.src#RID_SVXDLG_MULTIPATH.modaldialog.text
-msgid "Select Paths"
-msgstr "ამოირჩიეთ გზები"
+#. J3Jn
+#: about.src
+#, fuzzy
+msgctxt ""
+"about.src\n"
+"RID_DEFAULTABOUT\n"
+"ABOUT_BTN_WEBSITE\n"
+"pushbutton.text"
+msgid "Website"
+msgstr "ჩემი ვებგვერდი"
+
+#. i2V.
+#: about.src
+msgctxt ""
+"about.src\n"
+"RID_DEFAULTABOUT\n"
+"ABOUT_BTN_CANCEL\n"
+"cancelbutton.text"
+msgid "~Close"
+msgstr "~დახურვა"
-#: multipat.src#RID_MULTIPATH_DBL_ERR.string.text
-msgid "The path %1 already exists."
-msgstr "გზა %1 უკვე არსებობს."
+#. G*]4
+#: srchxtra.src
+msgctxt ""
+"srchxtra.src\n"
+"RID_SVXDLG_SEARCHFORMAT.1\n"
+"RID_SVXPAGE_CHAR_NAME\n"
+"pageitem.text"
+msgid "Font"
+msgstr "შრიფტი"
-#: multipat.src#RID_SVXSTR_FILE_TITLE.string.text
-msgid "Select files"
-msgstr "ფაილების მონიშვნა"
+#. vUQR
+#: srchxtra.src
+msgctxt ""
+"srchxtra.src\n"
+"RID_SVXDLG_SEARCHFORMAT.1\n"
+"RID_SVXPAGE_CHAR_EFFECTS\n"
+"pageitem.text"
+msgid "Font Effects"
+msgstr "შფრიფტის ეფექტები"
-#: multipat.src#RID_SVXSTR_FILE_HEADLINE.string.text
-msgctxt "multipat.src#RID_SVXSTR_FILE_HEADLINE.string.text"
-msgid "Files"
-msgstr "ფაილები"
+#. 3?)^
+#: srchxtra.src
+msgctxt ""
+"srchxtra.src\n"
+"RID_SVXDLG_SEARCHFORMAT.1\n"
+"RID_SVXPAGE_CHAR_POSITION\n"
+"pageitem.text"
+msgid "Position"
+msgstr "მდებარეობა"
-#: multipat.src#RID_SVXSTR_ARCHIVE_TITLE.string.text
-msgid "Select Archives"
-msgstr "არქივების მონიშვნა"
+#. hlh#
+#: srchxtra.src
+msgctxt ""
+"srchxtra.src\n"
+"RID_SVXDLG_SEARCHFORMAT.1\n"
+"RID_SVXPAGE_CHAR_TWOLINES\n"
+"pageitem.text"
+msgid "Asian Layout"
+msgstr "აზიური განლაგება"
-#: multipat.src#RID_SVXSTR_ARCHIVE_HEADLINE.string.text
-msgid "Archives"
-msgstr "არქივები"
+#. d\(S
+#: srchxtra.src
+msgctxt ""
+"srchxtra.src\n"
+"RID_SVXDLG_SEARCHFORMAT.1\n"
+"RID_SVXPAGE_STD_PARAGRAPH\n"
+"pageitem.text"
+msgid "Indents & Spacing"
+msgstr "შეწევა და დაშორება"
-#: multipat.src#RID_SVXSTR_MULTIFILE_DBL_ERR.string.text
-msgid "The file %1 already exists."
-msgstr "ფაილი %1 უკვე არსებობს."
+#. y/f$
+#: srchxtra.src
+msgctxt ""
+"srchxtra.src\n"
+"RID_SVXDLG_SEARCHFORMAT.1\n"
+"RID_SVXPAGE_ALIGN_PARAGRAPH\n"
+"pageitem.text"
+msgid "Alignment"
+msgstr "სწორება"
+
+#. D6qF
+#: srchxtra.src
+msgctxt ""
+"srchxtra.src\n"
+"RID_SVXDLG_SEARCHFORMAT.1\n"
+"RID_SVXPAGE_EXT_PARAGRAPH\n"
+"pageitem.text"
+msgid "Text Flow"
+msgstr "ტექსტის დინება"
+
+#. UD_4
+#: srchxtra.src
+msgctxt ""
+"srchxtra.src\n"
+"RID_SVXDLG_SEARCHFORMAT.1\n"
+"RID_SVXPAGE_PARA_ASIAN\n"
+"pageitem.text"
+msgid "Asian Typography"
+msgstr "აზიური ტიპოგრაფია"
+
+#. aTLc
+#: srchxtra.src
+msgctxt ""
+"srchxtra.src\n"
+"RID_SVXDLG_SEARCHFORMAT.1\n"
+"RID_SVXPAGE_BACKGROUND\n"
+"pageitem.text"
+msgid "Background"
+msgstr "ფონი"
+
+#. }1,p
+#: srchxtra.src
+msgctxt ""
+"srchxtra.src\n"
+"RID_SVXDLG_SEARCHFORMAT\n"
+"tabdialog.text"
+msgid "Text Format"
+msgstr "ტექსტის ფორმატი"
+
+#. v$gu
+#: srchxtra.src
+msgctxt ""
+"srchxtra.src\n"
+"RID_SVXDLG_SEARCHATTR\n"
+"FL_ATTR\n"
+"fixedtext.text"
+msgid "~Options"
+msgstr "~პარამეტრები"
+
+#. SM1b
+#: srchxtra.src
+msgctxt ""
+"srchxtra.src\n"
+"RID_SVXDLG_SEARCHATTR\n"
+"modaldialog.text"
+msgid "Attributes"
+msgstr "ატრიბუტები"
+
+#. LD%H
+#: srchxtra.src
+msgctxt ""
+"srchxtra.src\n"
+"RID_SVXDLG_SEARCHSIMILARITY\n"
+"FT_OTHER\n"
+"fixedtext.text"
+msgid "~Exchange characters"
+msgstr "~სიმბოლოების გაცვლა"
+
+#. [Pi9
+#: srchxtra.src
+msgctxt ""
+"srchxtra.src\n"
+"RID_SVXDLG_SEARCHSIMILARITY\n"
+"FT_LONGER\n"
+"fixedtext.text"
+msgid "~Add characters"
+msgstr "ს~იმბოლოების დამატება"
+
+#. +(O;
+#: srchxtra.src
+msgctxt ""
+"srchxtra.src\n"
+"RID_SVXDLG_SEARCHSIMILARITY\n"
+"FT_SHORTER\n"
+"fixedtext.text"
+msgid "~Remove characters"
+msgstr "სი~მბოლოების ამოღება"
+
+#. J:4C
+#: srchxtra.src
+msgctxt ""
+"srchxtra.src\n"
+"RID_SVXDLG_SEARCHSIMILARITY\n"
+"CB_RELAX\n"
+"checkbox.text"
+msgid "~Combine"
+msgstr "კომბინირება"
+
+#. gbBC
+#: srchxtra.src
+msgctxt ""
+"srchxtra.src\n"
+"RID_SVXDLG_SEARCHSIMILARITY\n"
+"FL_SIMILARITY\n"
+"fixedline.text"
+msgid "Settings"
+msgstr "პარამეტრები"
+
+#. DuTs
+#: srchxtra.src
+msgctxt ""
+"srchxtra.src\n"
+"RID_SVXDLG_SEARCHSIMILARITY\n"
+"modaldialog.text"
+msgid "Similarity Search"
+msgstr "მსგავსის ძებნა"
-#: svuidlg.src#MD_PASTE_OBJECT.FT_SOURCE.fixedtext.text
+#. k]@_
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_PASTE_OBJECT\n"
+"FT_SOURCE\n"
+"fixedtext.text"
msgid "Source:"
msgstr "წყარო:"
-#: svuidlg.src#MD_PASTE_OBJECT.RB_PASTE.radiobutton.text
+#. !A.C
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_PASTE_OBJECT\n"
+"RB_PASTE\n"
+"radiobutton.text"
msgid "~Insert as"
msgstr "ჩასმა როგორც"
-#: svuidlg.src#MD_PASTE_OBJECT.RB_PASTE_LINK.radiobutton.text
+#. OMLL
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_PASTE_OBJECT\n"
+"RB_PASTE_LINK\n"
+"radiobutton.text"
msgid "Link to"
msgstr "მბული"
-#: svuidlg.src#MD_PASTE_OBJECT.CB_DISPLAY_AS_ICON.checkbox.text
+#. q{bE
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_PASTE_OBJECT\n"
+"CB_DISPLAY_AS_ICON\n"
+"checkbox.text"
msgid "~As icon"
msgstr "როგორც ხატულა"
-#: svuidlg.src#MD_PASTE_OBJECT.PB_CHANGE_ICON.pushbutton.text
+#. ,1%~
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_PASTE_OBJECT\n"
+"PB_CHANGE_ICON\n"
+"pushbutton.text"
msgid "~Other Icon..."
msgstr "სხვა ხატულა"
-#: svuidlg.src#MD_PASTE_OBJECT.FL_CHOICE.fixedline.text
+#. )@lS
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_PASTE_OBJECT\n"
+"FL_CHOICE\n"
+"fixedline.text"
msgid "Selection"
msgstr "მონიშნული"
-#: svuidlg.src#MD_PASTE_OBJECT.S_OBJECT.string.text
+#. U@@a
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_PASTE_OBJECT\n"
+"S_OBJECT\n"
+"string.text"
msgid "Object"
msgstr "ობიექტი"
-#: svuidlg.src#MD_PASTE_OBJECT.modaldialog.text
+#. v8_5
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_PASTE_OBJECT\n"
+"modaldialog.text"
msgid "Paste Special"
msgstr "სპეციალური ჩასმა"
-#: svuidlg.src#MD_UPDATE_BASELINKS.FT_FILES.fixedtext.text
-msgctxt "svuidlg.src#MD_UPDATE_BASELINKS.FT_FILES.fixedtext.text"
+#. c`$+
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_UPDATE_BASELINKS\n"
+"FT_FILES\n"
+"fixedtext.text"
msgid "Source file"
msgstr "საწყისი ფაილი"
-#: svuidlg.src#MD_UPDATE_BASELINKS.FT_LINKS.fixedtext.text
-msgctxt "svuidlg.src#MD_UPDATE_BASELINKS.FT_LINKS.fixedtext.text"
+#. a,w^
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_UPDATE_BASELINKS\n"
+"FT_LINKS\n"
+"fixedtext.text"
msgid "Element:"
msgstr "ელემენტი:"
-#: svuidlg.src#MD_UPDATE_BASELINKS.FT_TYPE.fixedtext.text
+#. kM@g
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_UPDATE_BASELINKS\n"
+"FT_TYPE\n"
+"fixedtext.text"
msgid "Type"
msgstr "აკრეფა"
-#: svuidlg.src#MD_UPDATE_BASELINKS.FT_STATUS.fixedtext.text
+#. hI/s
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_UPDATE_BASELINKS\n"
+"FT_STATUS\n"
+"fixedtext.text"
msgid "Status"
msgstr "სტატუსი"
-#: svuidlg.src#MD_UPDATE_BASELINKS.1.cancelbutton.text
-msgctxt "svuidlg.src#MD_UPDATE_BASELINKS.1.cancelbutton.text"
+#. tL)m
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_UPDATE_BASELINKS\n"
+"1\n"
+"cancelbutton.text"
msgid "~Close"
msgstr "~დახურვა"
-#: svuidlg.src#MD_UPDATE_BASELINKS.PB_UPDATE_NOW.pushbutton.text
+#. l3_@
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_UPDATE_BASELINKS\n"
+"PB_UPDATE_NOW\n"
+"pushbutton.text"
msgid "~Update"
msgstr "~განახლება"
-#: svuidlg.src#MD_UPDATE_BASELINKS.PB_OPEN_SOURCE.pushbutton.text
+#. /@R+
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_UPDATE_BASELINKS\n"
+"PB_OPEN_SOURCE\n"
+"pushbutton.text"
msgid "~Open"
msgstr "~გახსნა"
-#: svuidlg.src#MD_UPDATE_BASELINKS.PB_CHANGE_SOURCE.pushbutton.text
+#. KQqI
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_UPDATE_BASELINKS\n"
+"PB_CHANGE_SOURCE\n"
+"pushbutton.text"
msgid "~Modify..."
msgstr "შ~ეცვლა..."
-#: svuidlg.src#MD_UPDATE_BASELINKS.PB_BREAK_LINK.pushbutton.text
+#. ;R,p
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_UPDATE_BASELINKS\n"
+"PB_BREAK_LINK\n"
+"pushbutton.text"
msgid "~Break Link"
msgstr "~მულის წყვეტა"
-#: svuidlg.src#MD_UPDATE_BASELINKS.FT_FILES2.fixedtext.text
-msgctxt "svuidlg.src#MD_UPDATE_BASELINKS.FT_FILES2.fixedtext.text"
+#. sLvl
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_UPDATE_BASELINKS\n"
+"FT_FILES2\n"
+"fixedtext.text"
msgid "Source file"
msgstr "საწყისი ფაილი"
-#: svuidlg.src#MD_UPDATE_BASELINKS.FT_SOURCE2.fixedtext.text
-msgctxt "svuidlg.src#MD_UPDATE_BASELINKS.FT_SOURCE2.fixedtext.text"
+#. 6!L8
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_UPDATE_BASELINKS\n"
+"FT_SOURCE2\n"
+"fixedtext.text"
msgid "Element:"
msgstr "ელემენტი:"
-#: svuidlg.src#MD_UPDATE_BASELINKS.FT_TYPE2.fixedtext.text
-msgctxt "svuidlg.src#MD_UPDATE_BASELINKS.FT_TYPE2.fixedtext.text"
+#. b-eK
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_UPDATE_BASELINKS\n"
+"FT_TYPE2\n"
+"fixedtext.text"
msgid "Type:"
msgstr "აკრეფა:"
-#: svuidlg.src#MD_UPDATE_BASELINKS.FT_UPDATE.fixedtext.text
+#. sE5o
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_UPDATE_BASELINKS\n"
+"FT_UPDATE\n"
+"fixedtext.text"
msgid "Update:"
msgstr "განახლება:"
-#: svuidlg.src#MD_UPDATE_BASELINKS.RB_AUTOMATIC.radiobutton.text
-msgctxt "svuidlg.src#MD_UPDATE_BASELINKS.RB_AUTOMATIC.radiobutton.text"
+#. qVkM
+#: svuidlg.src
+#, fuzzy
+msgctxt ""
+"svuidlg.src\n"
+"MD_UPDATE_BASELINKS\n"
+"RB_AUTOMATIC\n"
+"radiobutton.text"
msgid "~Automatic"
msgstr "~ავტომატური"
-#: svuidlg.src#MD_UPDATE_BASELINKS.RB_MANUAL.radiobutton.text
+#. KO-M
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_UPDATE_BASELINKS\n"
+"RB_MANUAL\n"
+"radiobutton.text"
msgid "Ma~nual"
msgstr "ხე~ლით"
-#: svuidlg.src#MD_UPDATE_BASELINKS.STR_AUTOLINK.string.text
+#. U|Nc
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_UPDATE_BASELINKS\n"
+"STR_AUTOLINK\n"
+"string.text"
msgid "Automatic"
msgstr "ავტომატური"
-#: svuidlg.src#MD_UPDATE_BASELINKS.STR_MANUALLINK.string.text
+#. YZ[\
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_UPDATE_BASELINKS\n"
+"STR_MANUALLINK\n"
+"string.text"
msgid "Manual"
msgstr "ხელით"
-#: svuidlg.src#MD_UPDATE_BASELINKS.STR_BROKENLINK.string.text
+#. 2CId
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_UPDATE_BASELINKS\n"
+"STR_BROKENLINK\n"
+"string.text"
msgid "Not available"
msgstr "არ არის ხელმისაწვდომი"
-#: svuidlg.src#MD_UPDATE_BASELINKS.STR_GRAPHICLINK.string.text
+#. oEVY
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_UPDATE_BASELINKS\n"
+"STR_GRAPHICLINK\n"
+"string.text"
msgid "Graphic"
msgstr "გრაფიკა"
-#: svuidlg.src#MD_UPDATE_BASELINKS.STR_BUTTONCLOSE.string.text
-msgctxt "svuidlg.src#MD_UPDATE_BASELINKS.STR_BUTTONCLOSE.string.text"
+#. m8~j
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_UPDATE_BASELINKS\n"
+"STR_BUTTONCLOSE\n"
+"string.text"
msgid "~Close"
msgstr "~დახურვა"
-#: svuidlg.src#MD_UPDATE_BASELINKS.STR_CLOSELINKMSG.string.text
-msgctxt "svuidlg.src#MD_UPDATE_BASELINKS.STR_CLOSELINKMSG.string.text"
+#. 1Y;1
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_UPDATE_BASELINKS\n"
+"STR_CLOSELINKMSG\n"
+"string.text"
msgid "Are you sure you want to remove the selected link?"
msgstr "დარწმუნებული ხართ რომ გსურთ არჩეული ბმულის წაშლა?"
-#: svuidlg.src#MD_UPDATE_BASELINKS.STR_CLOSELINKMSG_MULTI.string.text
-msgctxt "svuidlg.src#MD_UPDATE_BASELINKS.STR_CLOSELINKMSG_MULTI.string.text"
+#. =-S)
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_UPDATE_BASELINKS\n"
+"STR_CLOSELINKMSG_MULTI\n"
+"string.text"
msgid "Are you sure you want to remove the selected link?"
msgstr "დარწმუნებული ხართ რომ გსურთ არჩეული ბმულის წაშლა?"
-#: svuidlg.src#MD_UPDATE_BASELINKS.STR_WAITINGLINK.string.text
+#. 6j/[
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_UPDATE_BASELINKS\n"
+"STR_WAITINGLINK\n"
+"string.text"
msgid "Waiting"
msgstr "ცდა"
-#: svuidlg.src#MD_UPDATE_BASELINKS.modaldialog.text
+#. *=%J
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_UPDATE_BASELINKS\n"
+"modaldialog.text"
msgid "Edit Links"
msgstr "ბმულების რედაქტირება"
-#: svuidlg.src#MD_LINKEDIT.2.fixedtext.text
+#. ]q+~
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_LINKEDIT\n"
+"2\n"
+"fixedtext.text"
msgid "Exchange source:"
msgstr "წყაროს გაცვლა:"
-#: svuidlg.src#MD_LINKEDIT.ED_FULL_SOURCE_NAME.edit.text
+#. 4I9;
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_LINKEDIT\n"
+"ED_FULL_SOURCE_NAME\n"
+"edit.text"
msgid "Edit"
msgstr "რედაქტირება"
-#: svuidlg.src#MD_LINKEDIT.modaldialog.text
+#. aG_H
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_LINKEDIT\n"
+"modaldialog.text"
msgid "Modify Link"
msgstr "მბულის განახლება"
-#: svuidlg.src#MD_INSERT_OLEOBJECT.RB_NEW_OBJECT.radiobutton.text
-msgid "~Create new"
-msgstr "~ახლის შექმნა"
-
-#: svuidlg.src#MD_INSERT_OLEOBJECT.RB_OBJECT_FROMFILE.radiobutton.text
-msgid "Create from ~file"
-msgstr "ფაილიდან შექმნა"
-
-#: svuidlg.src#MD_INSERT_OLEOBJECT.BTN_FILEPATH.pushbutton.text
-msgctxt "svuidlg.src#MD_INSERT_OLEOBJECT.BTN_FILEPATH.pushbutton.text"
-msgid "~Search..."
-msgstr "ძ~იება..."
-
-#: svuidlg.src#MD_INSERT_OLEOBJECT.CB_FILELINK.checkbox.text
-msgid "~Link to file"
-msgstr "~ბმული ფაილზე"
-
-#: svuidlg.src#MD_INSERT_OLEOBJECT.GB_OBJECT.fixedline.text
-msgid "Object type"
-msgstr "ობიექტის ტიპი"
-
-#: svuidlg.src#MD_INSERT_OLEOBJECT.STR_FILE.string.text
-msgctxt "svuidlg.src#MD_INSERT_OLEOBJECT.STR_FILE.string.text"
-msgid "File"
-msgstr "ფაილი"
-
-#: svuidlg.src#MD_INSERT_OLEOBJECT.modaldialog.text
-msgid "Insert OLE Object"
-msgstr "OLE ობიექტის ჩასმა"
-
-#: svuidlg.src#MD_INSERT_OBJECT_PLUGIN.BTN_FILEURL.pushbutton.text
-msgid "~Browse..."
-msgstr "~დათვალიერება..."
-
-#: svuidlg.src#MD_INSERT_OBJECT_PLUGIN.GB_FILEURL.fixedline.text
-msgid "File / URL"
-msgstr "ფაილი / URL"
-
-#: svuidlg.src#MD_INSERT_OBJECT_PLUGIN.GB_PLUGINS_OPTIONS.fixedline.text
-msgctxt "svuidlg.src#MD_INSERT_OBJECT_PLUGIN.GB_PLUGINS_OPTIONS.fixedline.text"
-msgid "Options"
-msgstr "პარამეტრები"
-
-#: svuidlg.src#MD_INSERT_OBJECT_PLUGIN.modaldialog.text
-msgid "Insert Plug-in"
-msgstr "დანამატის ჩასმა"
-
-#: svuidlg.src#MD_INSERT_OBJECT_APPLET.FT_CLASSFILE.fixedtext.text
+#. (}N.
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_INSERT_OBJECT_APPLET\n"
+"FT_CLASSFILE\n"
+"fixedtext.text"
msgid "~Class"
msgstr "~კლასი"
-#: svuidlg.src#MD_INSERT_OBJECT_APPLET.FT_CLASSLOCATION.fixedtext.text
+#. ii$;
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_INSERT_OBJECT_APPLET\n"
+"FT_CLASSLOCATION\n"
+"fixedtext.text"
msgid "Class ~Location"
msgstr "~კლასის ადგილმდებარეობა"
-#: svuidlg.src#MD_INSERT_OBJECT_APPLET.BTN_CLASS.pushbutton.text
-msgctxt "svuidlg.src#MD_INSERT_OBJECT_APPLET.BTN_CLASS.pushbutton.text"
+#. T2j\
+#: svuidlg.src
+#, fuzzy
+msgctxt ""
+"svuidlg.src\n"
+"MD_INSERT_OBJECT_APPLET\n"
+"BTN_CLASS\n"
+"pushbutton.text"
msgid "~Search..."
msgstr "ძ~ებნა..."
-#: svuidlg.src#MD_INSERT_OBJECT_APPLET.GB_CLASS.fixedline.text
-msgctxt "svuidlg.src#MD_INSERT_OBJECT_APPLET.GB_CLASS.fixedline.text"
+#. 0QcZ
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_INSERT_OBJECT_APPLET\n"
+"GB_CLASS\n"
+"fixedline.text"
msgid "File"
msgstr "ფაილი"
-#: svuidlg.src#MD_INSERT_OBJECT_APPLET.GB_APPLET_OPTIONS.fixedline.text
-msgctxt "svuidlg.src#MD_INSERT_OBJECT_APPLET.GB_APPLET_OPTIONS.fixedline.text"
+#. _a(?
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_INSERT_OBJECT_APPLET\n"
+"GB_APPLET_OPTIONS\n"
+"fixedline.text"
msgid "Options"
msgstr "პარამეტრები"
-#: svuidlg.src#MD_INSERT_OBJECT_APPLET.modaldialog.text
+#. Es_Q
+#: svuidlg.src
+msgctxt ""
+"svuidlg.src\n"
+"MD_INSERT_OBJECT_APPLET\n"
+"modaldialog.text"
msgid "Insert Applet"
msgstr "აპლეტის ჩასმა"
-#: svuidlg.src#MD_INSERT_OBJECT_IFRAME.FT_FRAMENAME.fixedtext.text
-msgctxt "svuidlg.src#MD_INSERT_OBJECT_IFRAME.FT_FRAMENAME.fixedtext.text"
-msgid "~Name"
-msgstr "ს~ახელი"
+#. %a#=
+#: postdlg.src
+msgctxt ""
+"postdlg.src\n"
+"RID_SVXDLG_POSTIT\n"
+"FT_LASTEDITLABEL\n"
+"fixedtext.text"
+msgid "Author"
+msgstr "ავტორი"
-#: svuidlg.src#MD_INSERT_OBJECT_IFRAME.FT_URL.fixedtext.text
-msgid "~Contents"
-msgstr "~სარჩევი"
+#. :A[;
+#: postdlg.src
+msgctxt ""
+"postdlg.src\n"
+"RID_SVXDLG_POSTIT\n"
+"FT_EDIT\n"
+"fixedtext.text"
+msgid "~Text"
+msgstr "~ტექსტი"
-#: svuidlg.src#MD_INSERT_OBJECT_IFRAME.RB_SCROLLINGON.radiobutton.text
-msgid "~On"
-msgstr "ჩართ~ულია"
+#. !W!A
+#: postdlg.src
+msgctxt ""
+"postdlg.src\n"
+"RID_SVXDLG_POSTIT\n"
+"FL_POSTIT\n"
+"fixedline.text"
+msgid "Contents"
+msgstr "სარჩევი"
-#: svuidlg.src#MD_INSERT_OBJECT_IFRAME.RB_SCROLLINGOFF.radiobutton.text
-msgid "O~ff"
-msgstr "გამორთუ~ლია"
+#. Ss^W
+#: postdlg.src
+msgctxt ""
+"postdlg.src\n"
+"RID_SVXDLG_POSTIT\n"
+"FT_AUTHOR\n"
+"fixedtext.text"
+msgid "~Insert"
+msgstr "ჩ~ასმა"
-#: svuidlg.src#MD_INSERT_OBJECT_IFRAME.RB_SCROLLINGAUTO.radiobutton.text
-msgid "Au~tomatic"
-msgstr "ავტომატური"
+#. @2#v
+#: postdlg.src
+msgctxt ""
+"postdlg.src\n"
+"RID_SVXDLG_POSTIT\n"
+"BTN_AUTHOR\n"
+"pushbutton.text"
+msgid "Author"
+msgstr "ავტორი"
-#: svuidlg.src#MD_INSERT_OBJECT_IFRAME.GB_SCROLLING.fixedline.text
-msgid "Scroll bar"
-msgstr "რბიას ზოლი"
+#. ,40J
+#: postdlg.src
+msgctxt ""
+"postdlg.src\n"
+"RID_SVXDLG_POSTIT\n"
+"STR_NOTIZ_EDIT\n"
+"string.text"
+msgid "Edit Comment"
+msgstr "Edit Comment"
-#: svuidlg.src#MD_INSERT_OBJECT_IFRAME.RB_FRMBORDER_ON.radiobutton.text
-msgid "On"
-msgstr "ჩართულია"
+#. K2K_
+#: postdlg.src
+#, fuzzy
+msgctxt ""
+"postdlg.src\n"
+"RID_SVXDLG_POSTIT\n"
+"STR_NOTIZ_INSERT\n"
+"string.text"
+msgid "Insert Comment"
+msgstr "ბრძანების ჩასმა"
+
+#. eB(6
+#: postdlg.src
+msgctxt ""
+"postdlg.src\n"
+"RID_SVXDLG_POSTIT\n"
+"modaldialog.text"
+msgid "Comment"
+msgstr "კომენტარი"
+
+#. ^tib
+#: sdrcelldlg.src
+msgctxt ""
+"sdrcelldlg.src\n"
+"RID_SVX_FORMAT_CELLS_DLG.1\n"
+"RID_SVXPAGE_CHAR_NAME\n"
+"pageitem.text"
+msgid "Font"
+msgstr "შრიფტი"
-#: svuidlg.src#MD_INSERT_OBJECT_IFRAME.RB_FRMBORDER_OFF.radiobutton.text
-msgid "Off"
-msgstr "გამორთული"
+#. GZZ.
+#: sdrcelldlg.src
+msgctxt ""
+"sdrcelldlg.src\n"
+"RID_SVX_FORMAT_CELLS_DLG.1\n"
+"RID_SVXPAGE_CHAR_EFFECTS\n"
+"pageitem.text"
+msgid "Font Effects"
+msgstr "შფრიფტის ეფექტები"
-#: svuidlg.src#MD_INSERT_OBJECT_IFRAME.GB_BORDER.fixedline.text
-msgid "Border"
+#. Ah.s
+#: sdrcelldlg.src
+msgctxt ""
+"sdrcelldlg.src\n"
+"RID_SVX_FORMAT_CELLS_DLG.1\n"
+"RID_SVXPAGE_BORDER\n"
+"pageitem.text"
+msgid "Borders"
msgstr "ჩარჩო"
-#: svuidlg.src#MD_INSERT_OBJECT_IFRAME.FT_MARGINWIDTH.fixedtext.text
-msgctxt "svuidlg.src#MD_INSERT_OBJECT_IFRAME.FT_MARGINWIDTH.fixedtext.text"
-msgid "~Width"
-msgstr "ს~იგანე"
+#. l\ks
+#: sdrcelldlg.src
+msgctxt ""
+"sdrcelldlg.src\n"
+"RID_SVX_FORMAT_CELLS_DLG.1\n"
+"RID_SVXPAGE_AREA\n"
+"pageitem.text"
+msgid "Background"
+msgstr "ფონი"
-#: svuidlg.src#MD_INSERT_OBJECT_IFRAME.CB_MARGINWIDTHDEFAULT.checkbox.text
-msgid "~Default"
-msgstr "სტ~ანდარტული"
+#. Nt}G
+#: sdrcelldlg.src
+msgctxt ""
+"sdrcelldlg.src\n"
+"RID_SVX_FORMAT_CELLS_DLG\n"
+"1\n"
+"pushbutton.text"
+msgid "Return"
+msgstr "დაბრუნება"
-#: svuidlg.src#MD_INSERT_OBJECT_IFRAME.FT_MARGINHEIGHT.fixedtext.text
-msgctxt "svuidlg.src#MD_INSERT_OBJECT_IFRAME.FT_MARGINHEIGHT.fixedtext.text"
-msgid "H~eight"
-msgstr "ს~იმაღლე"
+#. $)x;
+#: sdrcelldlg.src
+#, fuzzy
+msgctxt ""
+"sdrcelldlg.src\n"
+"RID_SVX_FORMAT_CELLS_DLG\n"
+"tabdialog.text"
+msgid "Format Cells"
+msgstr "უჯრის ფორმატი"
+
+#. pjv\
+#: grfflt.src
+msgctxt ""
+"grfflt.src\n"
+"RID_SVX_GRFFILTER_DLG_MOSAIC\n"
+"FL_PARAMETER\n"
+"fixedline.text"
+msgid "Parameters"
+msgstr "პარამეტრები"
-#: svuidlg.src#MD_INSERT_OBJECT_IFRAME.CB_MARGINHEIGHTDEFAULT.checkbox.text
-msgid "Defa~ult"
-msgstr "ნაგულისხ~მევი"
+#. SN+G
+#: grfflt.src
+#, fuzzy
+msgctxt ""
+"grfflt.src\n"
+"RID_SVX_GRFFILTER_DLG_MOSAIC\n"
+"DLG_FILTERMOSAIC_FT_WIDTH\n"
+"fixedtext.text"
+msgid "~Width"
+msgstr "ს~იგანე"
-#: svuidlg.src#MD_INSERT_OBJECT_IFRAME.GB_MARGIN.fixedline.text
-msgid "Spacing to contents"
-msgstr "დაშორება სარჩევში"
+#. p1X7
+#: grfflt.src
+#, fuzzy
+msgctxt ""
+"grfflt.src\n"
+"RID_SVX_GRFFILTER_DLG_MOSAIC\n"
+"DLG_FILTERMOSAIC_MTR_WIDTH\n"
+"metricfield.text"
+msgid " Pixel"
+msgstr "პიქსელები"
-#: svuidlg.src#MD_INSERT_OBJECT_IFRAME.modaldialog.text
-msgid "Floating Frame Properties"
-msgstr "მცურავი ჩარჩოს პარამეტრები"
+#. nwbg
+#: grfflt.src
+#, fuzzy
+msgctxt ""
+"grfflt.src\n"
+"RID_SVX_GRFFILTER_DLG_MOSAIC\n"
+"DLG_FILTERMOSAIC_FT_HEIGHT\n"
+"fixedtext.text"
+msgid "H~eight"
+msgstr "სი~მაღლე"
-#: svuidlg.src#MD_INSERT_OBJECT_IFRAME.string.text
-msgid "Select File for Floating Frame"
-msgstr "ფაილის მონიშვნა მცურავი ჩარჩოსათვის"
+#. N7R~
+#: grfflt.src
+#, fuzzy
+msgctxt ""
+"grfflt.src\n"
+"RID_SVX_GRFFILTER_DLG_MOSAIC\n"
+"DLG_FILTERMOSAIC_MTR_HEIGHT\n"
+"metricfield.text"
+msgid " Pixel"
+msgstr "პიქსელები"
+
+#. p3!y
+#: grfflt.src
+msgctxt ""
+"grfflt.src\n"
+"RID_SVX_GRFFILTER_DLG_MOSAIC\n"
+"DLG_FILTERMOSAIC_CBX_EDGES\n"
+"checkbox.text"
+msgid "E~nhance edges"
+msgstr "გაფართოებული კ~იდეები"
-#: about.src#RID_DEFAULTABOUT.ABOUT_STR_VERSION.string.text
-msgid "Version %ABOUTBOXPRODUCTVERSION%ABOUTBOXPRODUCTVERSIONSUFFIX %PRODUCTEXTENSION"
-msgstr ""
+#. !bNm
+#: grfflt.src
+msgctxt ""
+"grfflt.src\n"
+"RID_SVX_GRFFILTER_DLG_MOSAIC\n"
+"modaldialog.text"
+msgid "Mosaic"
+msgstr "მოზაიკა"
-#: about.src#RID_DEFAULTABOUT.ABOUT_STR_DESCRIPTION.string.text
-msgid "%PRODUCTNAME is a modern, easy-to-use, open source productivity suite for word processing, spreadsheets, presentations and more."
-msgstr ""
+#. _0,q
+#: grfflt.src
+msgctxt ""
+"grfflt.src\n"
+"RID_SVX_GRFFILTER_DLG_SOLARIZE\n"
+"FL_PARAMETER\n"
+"fixedline.text"
+msgid "Parameters"
+msgstr "პარამეტრები"
-#: about.src#RID_DEFAULTABOUT.ABOUT_STR_VENDOR.string.text
-msgid "This release was supplied by %OOOVENDOR"
-msgstr ""
+#. ^PlP
+#: grfflt.src
+msgctxt ""
+"grfflt.src\n"
+"RID_SVX_GRFFILTER_DLG_SOLARIZE\n"
+"DLG_FILTERSOLARIZE_FT_THRESHOLD\n"
+"fixedtext.text"
+msgid "Threshold ~value"
+msgstr "~ზღვრული მნიშვნელობა"
-#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT.string.text
-msgid "Copyright © 2000 - 2012 LibreOffice contributors and/or their affiliates"
-msgstr ""
+#. ~)5X
+#: grfflt.src
+msgctxt ""
+"grfflt.src\n"
+"RID_SVX_GRFFILTER_DLG_SOLARIZE\n"
+"DLG_FILTERSOLARIZE_CBX_INVERT\n"
+"checkbox.text"
+msgid "~Invert"
+msgstr "~გარდაქმნა"
-#: about.src#RID_DEFAULTABOUT.ABOUT_STR_BASED.string.text
-msgid "LibreOffice was based on OpenOffice.org"
-msgstr ""
+#. W(wS
+#: grfflt.src
+msgctxt ""
+"grfflt.src\n"
+"RID_SVX_GRFFILTER_DLG_SOLARIZE\n"
+"modaldialog.text"
+msgid "Solarization"
+msgstr "სოლარიზაცა"
-#: about.src#RID_DEFAULTABOUT.ABOUT_STR_BASED_DERIVED.string.text
-msgid "%PRODUCTNAME is derived from LibreOffice which was based on OpenOffice.org"
-msgstr ""
+#. _G@@
+#: grfflt.src
+msgctxt ""
+"grfflt.src\n"
+"RID_SVX_GRFFILTER_DLG_SEPIA\n"
+"FL_PARAMETER\n"
+"fixedline.text"
+msgid "Parameters"
+msgstr "პარამეტრები"
-#: about.src#RID_DEFAULTABOUT.ABOUT_STR_BUILD.string.text
-msgid "(Build ID: $BUILDID)"
-msgstr ""
+#. M2,n
+#: grfflt.src
+msgctxt ""
+"grfflt.src\n"
+"RID_SVX_GRFFILTER_DLG_SEPIA\n"
+"DLG_FILTERSEPIA_FT_SEPIA\n"
+"fixedtext.text"
+msgid "Aging degree"
+msgstr "ასაკიანი ხარისხი"
-#: about.src#RID_DEFAULTABOUT.ABOUT_STR_LINK_CREDITS.string.text
-msgid "http://www.libreoffice.org/about-us/credits/"
-msgstr ""
+#. :d9]
+#: grfflt.src
+msgctxt ""
+"grfflt.src\n"
+"RID_SVX_GRFFILTER_DLG_SEPIA\n"
+"modaldialog.text"
+msgid "Aging"
+msgstr "ასაკიანი"
-#: about.src#RID_DEFAULTABOUT.ABOUT_BTN_CREDITS.pushbutton.text
-msgid "Credits"
-msgstr ""
+#. XZc%
+#: grfflt.src
+msgctxt ""
+"grfflt.src\n"
+"RID_SVX_GRFFILTER_DLG_POSTER\n"
+"FL_PARAMETER\n"
+"fixedline.text"
+msgid "Parameters"
+msgstr "პარამეტრები"
-#: about.src#RID_DEFAULTABOUT.ABOUT_BTN_WEBSITE.pushbutton.text
-msgid "Website"
-msgstr ""
+#. xiDI
+#: grfflt.src
+msgctxt ""
+"grfflt.src\n"
+"RID_SVX_GRFFILTER_DLG_POSTER\n"
+"DLG_FILTERPOSTER_FT_POSTER\n"
+"fixedtext.text"
+msgid "Poster colors"
+msgstr "ლოგოს ფერები"
-#: about.src#RID_DEFAULTABOUT.ABOUT_BTN_CANCEL.cancelbutton.text
-msgctxt "about.src#RID_DEFAULTABOUT.ABOUT_BTN_CANCEL.cancelbutton.text"
-msgid "~Close"
-msgstr "~დახურვა"
+#. gVT(
+#: grfflt.src
+msgctxt ""
+"grfflt.src\n"
+"RID_SVX_GRFFILTER_DLG_POSTER\n"
+"modaldialog.text"
+msgid "Posterize"
+msgstr "პოსტერიზაცია"
-#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.modaldialog.text
-msgid "Color Picker"
-msgstr ""
+#. .oe|
+#: grfflt.src
+msgctxt ""
+"grfflt.src\n"
+"RID_SVX_GRFFILTER_DLG_EMBOSS\n"
+"FL_PARAMETER\n"
+"fixedline.text"
+msgid "Parameters"
+msgstr "პარამეტრები"
-#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.PB_PICKER.imagebutton.text
-msgid "-"
-msgstr "-"
+#. \5\Z
+#: grfflt.src
+msgctxt ""
+"grfflt.src\n"
+"RID_SVX_GRFFILTER_DLG_EMBOSS\n"
+"DLG_FILTEREMBOSS_FT_LIGHT\n"
+"fixedtext.text"
+msgid "Light source"
+msgstr "განათების წყარო"
-#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.PB_PICKER.imagebutton.quickhelptext
-msgid "Pick a color from the document"
-msgstr ""
+#. dx+o
+#: grfflt.src
+msgctxt ""
+"grfflt.src\n"
+"RID_SVX_GRFFILTER_DLG_EMBOSS\n"
+"modaldialog.text"
+msgid "Relief"
+msgstr "რელიეფი"
-#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.FL_RGB.fixedline.text
-msgid "RGB"
-msgstr "RGB"
+#. !#1M
+#: grfflt.src
+#, fuzzy
+msgctxt ""
+"grfflt.src\n"
+"RID_SVX_GRFFILTER_DLG_SMOOTH\n"
+"FL_PARAMETER\n"
+"fixedline.text"
+msgid "Parameters"
+msgstr "პარამეტრები"
-#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.CT_RED.fixedtext.text
-msgid "~Red"
+#. c3c4
+#: grfflt.src
+msgctxt ""
+"grfflt.src\n"
+"RID_SVX_GRFFILTER_DLG_SMOOTH\n"
+"DLG_FILTERSMOOTH_FT_RADIUS\n"
+"fixedtext.text"
+msgid "Smooth Radius"
msgstr ""
-#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.CT_GREEN.fixedtext.text
-msgid "~Green"
-msgstr ""
+#. v%.e
+#: grfflt.src
+msgctxt ""
+"grfflt.src\n"
+"RID_SVX_GRFFILTER_DLG_SMOOTH\n"
+"modaldialog.text"
+msgid "Smooth"
+msgstr "გლუვი"
+
+#. :KSr
+#: multipat.src
+msgctxt ""
+"multipat.src\n"
+"RID_SVXDLG_MULTIPATH\n"
+"FL_MULTIPATH\n"
+"fixedline.text"
+msgid "Paths"
+msgstr "გეზები"
-#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.CT_BLUE.fixedtext.text
-msgid "~Blue"
-msgstr ""
+#. KdMM
+#: multipat.src
+msgctxt ""
+"multipat.src\n"
+"RID_SVXDLG_MULTIPATH\n"
+"FT_RADIOBUTTON\n"
+"fixedtext.text"
+msgid "Mark the default path for new files."
+msgstr "მონიშნეთ გზა ნაგულისხმევად ახალი ფაილებისთვის."
-#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.CT_HEX.fixedtext.text
-msgid "Hex ~#"
-msgstr ""
+#. [51a
+#: multipat.src
+msgctxt ""
+"multipat.src\n"
+"RID_SVXDLG_MULTIPATH\n"
+"BTN_ADD_MULTIPATH\n"
+"pushbutton.text"
+msgid "~Add..."
+msgstr "~დამატება..."
-#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.FL_HSB.fixedline.text
-msgid "HSB"
-msgstr ""
+#. )N])
+#: multipat.src
+#, fuzzy
+msgctxt ""
+"multipat.src\n"
+"RID_SVXDLG_MULTIPATH\n"
+"BTN_DEL_MULTIPATH\n"
+"pushbutton.text"
+msgid "~Delete"
+msgstr "~წაშლა"
-#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.CT_HUE.fixedtext.text
-msgid "H~ue"
-msgstr ""
+#. En0v
+#: multipat.src
+msgctxt ""
+"multipat.src\n"
+"RID_SVXDLG_MULTIPATH\n"
+"STR_HEADER_PATHS\n"
+"string.text"
+msgid "Path list"
+msgstr "გზათა სია"
-#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.CT_SATURATION.fixedtext.text
-msgid "~Saturation"
-msgstr ""
+#. TRw.
+#: multipat.src
+msgctxt ""
+"multipat.src\n"
+"RID_SVXDLG_MULTIPATH\n"
+"modaldialog.text"
+msgid "Select Paths"
+msgstr "ამოირჩიეთ გზები"
-#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.CT_BRIGHTNESS.fixedtext.text
-msgid "Bright~ness"
-msgstr ""
+#. m6Tt
+#: multipat.src
+msgctxt ""
+"multipat.src\n"
+"RID_MULTIPATH_DBL_ERR\n"
+"string.text"
+msgid "The path %1 already exists."
+msgstr "გზა %1 უკვე არსებობს."
-#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.FL_CMYK.fixedline.text
-msgid "CMYK"
-msgstr "CMYK"
+#. ct+:
+#: multipat.src
+msgctxt ""
+"multipat.src\n"
+"RID_SVXSTR_FILE_TITLE\n"
+"string.text"
+msgid "Select files"
+msgstr "ფაილების მონიშვნა"
-#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.CT_CYAN.fixedtext.text
-msgid "~Cyan"
-msgstr ""
+#. qaxg
+#: multipat.src
+msgctxt ""
+"multipat.src\n"
+"RID_SVXSTR_FILE_HEADLINE\n"
+"string.text"
+msgid "Files"
+msgstr "ფაილები"
-#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.CT_MAGENTA.fixedtext.text
-msgid "~Magenta"
-msgstr ""
+#. WqDs
+#: multipat.src
+msgctxt ""
+"multipat.src\n"
+"RID_SVXSTR_ARCHIVE_TITLE\n"
+"string.text"
+msgid "Select Archives"
+msgstr "არქივების მონიშვნა"
-#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.CT_YELLOW.fixedtext.text
-msgid "~Yellow"
-msgstr ""
+#. N4GD
+#: multipat.src
+msgctxt ""
+"multipat.src\n"
+"RID_SVXSTR_ARCHIVE_HEADLINE\n"
+"string.text"
+msgid "Archives"
+msgstr "არქივები"
-#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.CT_KEY.fixedtext.text
-msgid "~Key"
-msgstr ""
+#. Ejr6
+#: multipat.src
+msgctxt ""
+"multipat.src\n"
+"RID_SVXSTR_MULTIFILE_DBL_ERR\n"
+"string.text"
+msgid "The file %1 already exists."
+msgstr "ფაილი %1 უკვე არსებობს."
-#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.FT_LANGUAGE.fixedtext.text
+#. C!dE
+#: SpellDialog.src
+msgctxt ""
+"SpellDialog.src\n"
+"RID_SVXDLG_SPELLCHECK\n"
+"FT_LANGUAGE\n"
+"fixedtext.text"
msgid "Text languag~e"
msgstr ""
-#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.LINK_EXPLAIN.fixedtext.text
+#. dq#@
+#: SpellDialog.src
+msgctxt ""
+"SpellDialog.src\n"
+"RID_SVXDLG_SPELLCHECK\n"
+"LINK_EXPLAIN\n"
+"fixedtext.text"
msgid "More..."
msgstr "დამატებით..."
-#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.FT_NOTINDICT.fixedtext.text
+#. D]i)
+#: SpellDialog.src
+msgctxt ""
+"SpellDialog.src\n"
+"RID_SVXDLG_SPELLCHECK\n"
+"FT_NOTINDICT\n"
+"fixedtext.text"
msgid "~Not in dictionary"
msgstr "~არ არის ლექსიკონში"
-#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.FT_SUGGESTION.fixedtext.text
-msgctxt "SpellDialog.src#RID_SVXDLG_SPELLCHECK.FT_SUGGESTION.fixedtext.text"
+#. 19.u
+#: SpellDialog.src
+msgctxt ""
+"SpellDialog.src\n"
+"RID_SVXDLG_SPELLCHECK\n"
+"FT_SUGGESTION\n"
+"fixedtext.text"
msgid "~Suggestions"
msgstr "~რჩევები"
-#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.CB_CHECK_GRAMMAR.checkbox.text
+#. Qj94
+#: SpellDialog.src
+msgctxt ""
+"SpellDialog.src\n"
+"RID_SVXDLG_SPELLCHECK\n"
+"CB_CHECK_GRAMMAR\n"
+"checkbox.text"
msgid "Check ~grammar"
msgstr ""
-#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.PB_IGNORE.pushbutton.text
+#. mi]-
+#: SpellDialog.src
+msgctxt ""
+"SpellDialog.src\n"
+"RID_SVXDLG_SPELLCHECK\n"
+"PB_IGNORE\n"
+"pushbutton.text"
msgid "~Ignore Once"
msgstr "~ერთის უარყოფა"
-#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.PB_IGNOREALL.pushbutton.text
+#. 0}6\
+#: SpellDialog.src
+msgctxt ""
+"SpellDialog.src\n"
+"RID_SVXDLG_SPELLCHECK\n"
+"PB_IGNOREALL\n"
+"pushbutton.text"
msgid "I~gnore All"
msgstr "~ყველას უარყოფა"
-#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.PB_IGNORERULE.pushbutton.text
+#. k#aT
+#: SpellDialog.src
+msgctxt ""
+"SpellDialog.src\n"
+"RID_SVXDLG_SPELLCHECK\n"
+"PB_IGNORERULE\n"
+"pushbutton.text"
msgid "I~gnore Rule"
msgstr "~ყველას უარყოფა"
-#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.MB_ADDTODICT.menubutton.text
-msgctxt "SpellDialog.src#RID_SVXDLG_SPELLCHECK.MB_ADDTODICT.menubutton.text"
+#. y:He
+#: SpellDialog.src
+msgctxt ""
+"SpellDialog.src\n"
+"RID_SVXDLG_SPELLCHECK\n"
+"MB_ADDTODICT\n"
+"menubutton.text"
msgid "~Add"
msgstr "დ~ამატება"
-#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.PB_ADDTODICT.pushbutton.text
-msgctxt "SpellDialog.src#RID_SVXDLG_SPELLCHECK.PB_ADDTODICT.pushbutton.text"
+#. _VN:
+#: SpellDialog.src
+msgctxt ""
+"SpellDialog.src\n"
+"RID_SVXDLG_SPELLCHECK\n"
+"PB_ADDTODICT\n"
+"pushbutton.text"
msgid "~Add"
msgstr "~დამატემა"
-#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.PB_CHANGE.pushbutton.text
+#. Ut6,
+#: SpellDialog.src
+msgctxt ""
+"SpellDialog.src\n"
+"RID_SVXDLG_SPELLCHECK\n"
+"PB_CHANGE\n"
+"pushbutton.text"
msgid "~Change"
msgstr "შ~ეცვლა"
-#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.PB_CHANGEALL.pushbutton.text
+#. -f98
+#: SpellDialog.src
+msgctxt ""
+"SpellDialog.src\n"
+"RID_SVXDLG_SPELLCHECK\n"
+"PB_CHANGEALL\n"
+"pushbutton.text"
msgid "Change A~ll"
msgstr "ყ~ველას შეცვლა"
-#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.PB_AUTOCORR.pushbutton.text
+#. ;8tW
+#: SpellDialog.src
+msgctxt ""
+"SpellDialog.src\n"
+"RID_SVXDLG_SPELLCHECK\n"
+"PB_AUTOCORR\n"
+"pushbutton.text"
msgid "AutoCor~rect"
msgstr "ავ~ტოკორექცია"
-#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.PB_OPTIONS.pushbutton.text
+#. .q5C
+#: SpellDialog.src
+msgctxt ""
+"SpellDialog.src\n"
+"RID_SVXDLG_SPELLCHECK\n"
+"PB_OPTIONS\n"
+"pushbutton.text"
msgid "O~ptions..."
msgstr "~პარამეტრები..."
-#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.PB_UNDO.pushbutton.text
+#. 2}-4
+#: SpellDialog.src
+msgctxt ""
+"SpellDialog.src\n"
+"RID_SVXDLG_SPELLCHECK\n"
+"PB_UNDO\n"
+"pushbutton.text"
msgid "~Undo"
msgstr "~მოქმედების დაბრუნება"
-#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.PB_CLOSE.pushbutton.text
+#. epNd
+#: SpellDialog.src
+msgctxt ""
+"SpellDialog.src\n"
+"RID_SVXDLG_SPELLCHECK\n"
+"PB_CLOSE\n"
+"pushbutton.text"
msgid "Cl~ose"
msgstr "და~ხურვა"
-#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.ST_RESUME.string.text
+#. ]$lP
+#: SpellDialog.src
+msgctxt ""
+"SpellDialog.src\n"
+"RID_SVXDLG_SPELLCHECK\n"
+"ST_RESUME\n"
+"string.text"
msgid "Resu~me"
msgstr "~გაგრძელება"
-#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.ST_NOSUGGESTIONS.string.text
+#. 3pED
+#: SpellDialog.src
+msgctxt ""
+"SpellDialog.src\n"
+"RID_SVXDLG_SPELLCHECK\n"
+"ST_NOSUGGESTIONS\n"
+"string.text"
msgid "(no suggestions)"
msgstr "(წინადადებები არ არის)"
-#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.ST_SPELLING.string.text
+#. A_hh
+#: SpellDialog.src
+msgctxt ""
+"SpellDialog.src\n"
+"RID_SVXDLG_SPELLCHECK\n"
+"ST_SPELLING\n"
+"string.text"
msgid "Spelling: $LANGUAGE ($LOCATION)"
msgstr ""
-#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.ST_SPELLING_AND_GRAMMAR.string.text
+#. :35q
+#: SpellDialog.src
+msgctxt ""
+"SpellDialog.src\n"
+"RID_SVXDLG_SPELLCHECK\n"
+"ST_SPELLING_AND_GRAMMAR\n"
+"string.text"
msgid "Spelling and Grammar: $LANGUAGE ($LOCATION)"
msgstr ""
-#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.ST_SPELLING_AND_GRAMMAR_VENDORNAME.string.text
+#. B3,S
+#: SpellDialog.src
+msgctxt ""
+"SpellDialog.src\n"
+"RID_SVXDLG_SPELLCHECK\n"
+"ST_SPELLING_AND_GRAMMAR_VENDORNAME\n"
+"string.text"
msgid "Spelling and Grammar: $LANGUAGE ($LOCATION) [$VendorName]"
msgstr ""
-#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.modelessdialog.text
+#. Oruo
+#: SpellDialog.src
+msgctxt ""
+"SpellDialog.src\n"
+"RID_SVXDLG_SPELLCHECK\n"
+"modelessdialog.text"
msgid "Spellcheck: "
msgstr "მართლწერის შემოწმება: "
-#: grfflt.src#RID_SVX_GRFFILTER_DLG_MOSAIC.FL_PARAMETER.fixedline.text
-msgctxt "grfflt.src#RID_SVX_GRFFILTER_DLG_MOSAIC.FL_PARAMETER.fixedline.text"
-msgid "Parameters"
-msgstr "პარამეტრები"
+#. lQDX
+#: splitcelldlg.src
+msgctxt ""
+"splitcelldlg.src\n"
+"RID_SVX_SPLITCELLDLG\n"
+"FT_COUNT\n"
+"fixedtext.text"
+msgid "~Split cell into"
+msgstr ""
-#: grfflt.src#RID_SVX_GRFFILTER_DLG_MOSAIC.DLG_FILTERMOSAIC_FT_WIDTH.fixedtext.text
-msgctxt "grfflt.src#RID_SVX_GRFFILTER_DLG_MOSAIC.DLG_FILTERMOSAIC_FT_WIDTH.fixedtext.text"
-msgid "~Width"
-msgstr "ს~იგანე"
+#. %S?v
+#: splitcelldlg.src
+msgctxt ""
+"splitcelldlg.src\n"
+"RID_SVX_SPLITCELLDLG\n"
+"FL_COUNT\n"
+"fixedline.text"
+msgid "Split"
+msgstr "გაყოფა"
-#: grfflt.src#RID_SVX_GRFFILTER_DLG_MOSAIC.DLG_FILTERMOSAIC_MTR_WIDTH.metricfield.text
-msgctxt "grfflt.src#RID_SVX_GRFFILTER_DLG_MOSAIC.DLG_FILTERMOSAIC_MTR_WIDTH.metricfield.text"
-msgid " Pixel"
+#. T\yI
+#: splitcelldlg.src
+#, fuzzy
+msgctxt ""
+"splitcelldlg.src\n"
+"RID_SVX_SPLITCELLDLG\n"
+"RB_HORZ\n"
+"imageradiobutton.text"
+msgid "H~orizontally"
+msgstr "ჰორიზონტალური"
+
+#. ^C%S
+#: splitcelldlg.src
+msgctxt ""
+"splitcelldlg.src\n"
+"RID_SVX_SPLITCELLDLG\n"
+"CB_PROP\n"
+"checkbox.text"
+msgid "~Into equal proportions"
msgstr ""
-#: grfflt.src#RID_SVX_GRFFILTER_DLG_MOSAIC.DLG_FILTERMOSAIC_FT_HEIGHT.fixedtext.text
-msgctxt "grfflt.src#RID_SVX_GRFFILTER_DLG_MOSAIC.DLG_FILTERMOSAIC_FT_HEIGHT.fixedtext.text"
-msgid "H~eight"
-msgstr "სი~მაღლე"
+#. y(/I
+#: splitcelldlg.src
+msgctxt ""
+"splitcelldlg.src\n"
+"RID_SVX_SPLITCELLDLG\n"
+"RB_VERT\n"
+"imageradiobutton.text"
+msgid "~Vertically"
+msgstr "~ვერტიკალურად"
-#: grfflt.src#RID_SVX_GRFFILTER_DLG_MOSAIC.DLG_FILTERMOSAIC_MTR_HEIGHT.metricfield.text
-msgctxt "grfflt.src#RID_SVX_GRFFILTER_DLG_MOSAIC.DLG_FILTERMOSAIC_MTR_HEIGHT.metricfield.text"
-msgid " Pixel"
+#. sYN+
+#: splitcelldlg.src
+msgctxt ""
+"splitcelldlg.src\n"
+"RID_SVX_SPLITCELLDLG\n"
+"FL_DIR\n"
+"fixedline.text"
+msgid "Direction"
+msgstr "მიმართულება"
+
+#. 3hto
+#: splitcelldlg.src
+msgctxt ""
+"splitcelldlg.src\n"
+"RID_SVX_SPLITCELLDLG\n"
+"modaldialog.text"
+msgid "Split Cells"
+msgstr "უჯრების გაყოფა"
+
+#. K\)t
+#: cuires.src
+msgctxt ""
+"cuires.src\n"
+"RID_SVXSTR_ERR_TEXTNOTFOUND\n"
+"string.text"
+msgid "No alternatives found."
msgstr ""
-#: grfflt.src#RID_SVX_GRFFILTER_DLG_MOSAIC.DLG_FILTERMOSAIC_CBX_EDGES.checkbox.text
-msgid "E~nhance edges"
-msgstr "გაფართოებული კ~იდეები"
+#. [o|L
+#: cuires.src
+msgctxt ""
+"cuires.src\n"
+"RID_SVXSTR_SELECT_FILE_IFRAME\n"
+"string.text"
+msgid "Select File for Floating Frame"
+msgstr "ფაილის მონიშვნა მცურავი ჩარჩოსათვის"
-#: grfflt.src#RID_SVX_GRFFILTER_DLG_MOSAIC.modaldialog.text
-msgid "Mosaic"
-msgstr "მოზაიკა"
+#. Bx0.
+#: cuires.src
+msgctxt ""
+"cuires.src\n"
+"RID_SVXSTR_MYMACROS\n"
+"string.text"
+msgid "My Macros"
+msgstr "ჩემი მაკროსები"
-#: grfflt.src#RID_SVX_GRFFILTER_DLG_SOLARIZE.FL_PARAMETER.fixedline.text
-msgctxt "grfflt.src#RID_SVX_GRFFILTER_DLG_SOLARIZE.FL_PARAMETER.fixedline.text"
-msgid "Parameters"
-msgstr "პარამეტრები"
+#. [2V#
+#: cuires.src
+msgctxt ""
+"cuires.src\n"
+"RID_SVXSTR_PRODMACROS\n"
+"string.text"
+msgid "%PRODUCTNAME Macros"
+msgstr "%PRODUCTNAME მაკროსები"
-#: grfflt.src#RID_SVX_GRFFILTER_DLG_SOLARIZE.DLG_FILTERSOLARIZE_FT_THRESHOLD.fixedtext.text
-msgid "Threshold ~value"
-msgstr "~ზღვრული მნიშვნელობა"
+#. S7)b
+#: cuires.src
+msgctxt ""
+"cuires.src\n"
+"RID_SVXSTR_SELECTOR_ADD_COMMANDS\n"
+"string.text"
+msgid "Add Commands"
+msgstr "ბრძანებების დამატება"
+
+#. s2Fv
+#: cuires.src
+#, fuzzy
+msgctxt ""
+"cuires.src\n"
+"RID_SVXSTR_SELECTOR_RUN\n"
+"string.text"
+msgid "Run"
+msgstr "გაშ~ვება"
-#: grfflt.src#RID_SVX_GRFFILTER_DLG_SOLARIZE.DLG_FILTERSOLARIZE_CBX_INVERT.checkbox.text
-msgid "~Invert"
-msgstr "~გარდაქმნა"
+#. mRwK
+#: cuires.src
+msgctxt ""
+"cuires.src\n"
+"RID_SVXSTR_ROW\n"
+"string.text"
+msgid "Insert Rows"
+msgstr "სტრქონის ჩასმა"
-#: grfflt.src#RID_SVX_GRFFILTER_DLG_SOLARIZE.modaldialog.text
-msgid "Solarization"
-msgstr "სოლარიზაცა"
+#. EWNK
+#: cuires.src
+#, fuzzy
+msgctxt ""
+"cuires.src\n"
+"RID_SVXSTR_COL\n"
+"string.text"
+msgid "Insert Columns"
+msgstr "ს~ვეტების ჩასმა"
+
+#. DJr*
+#: iconcdlg.src
+msgctxt ""
+"iconcdlg.src\n"
+"RID_SVXSTR_ICONCHOICEDLG_RESETBUT\n"
+"string.text"
+msgid "~Back"
+msgstr "~უკან"
-#: grfflt.src#RID_SVX_GRFFILTER_DLG_SEPIA.FL_PARAMETER.fixedline.text
-msgctxt "grfflt.src#RID_SVX_GRFFILTER_DLG_SEPIA.FL_PARAMETER.fixedline.text"
-msgid "Parameters"
-msgstr "პარამეტრები"
+#. hm/:
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA\n"
+"PB_FIND\n"
+"pushbutton.text"
+msgid "~Find"
+msgstr "~ზებნა"
-#: grfflt.src#RID_SVX_GRFFILTER_DLG_SEPIA.DLG_FILTERSEPIA_FT_SEPIA.fixedtext.text
-msgid "Aging degree"
-msgstr "ასაკიანი ხარისხი"
+#. ?=/h
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA\n"
+"FT_FORMAT\n"
+"fixedtext.text"
+msgid "Format"
+msgstr "ფორმატი"
-#: grfflt.src#RID_SVX_GRFFILTER_DLG_SEPIA.modaldialog.text
-msgid "Aging"
-msgstr "ასაკიანი"
+#. gP:z
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA\n"
+"RB_SIMPLE_CONVERSION\n"
+"radiobutton.text"
+msgid "~Hangul/Hanja"
+msgstr "~ჰანგული/ჰანჯა"
-#: grfflt.src#RID_SVX_GRFFILTER_DLG_POSTER.FL_PARAMETER.fixedline.text
-msgctxt "grfflt.src#RID_SVX_GRFFILTER_DLG_POSTER.FL_PARAMETER.fixedline.text"
-msgid "Parameters"
-msgstr "პარამეტრები"
+#. E*l:
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA\n"
+"RB_HANJA_HANGUL_BRACKETED\n"
+"radiobutton.text"
+msgid "Hanja (Han~gul)"
+msgstr "ჰანჯა (ჰან~გული)"
-#: grfflt.src#RID_SVX_GRFFILTER_DLG_POSTER.DLG_FILTERPOSTER_FT_POSTER.fixedtext.text
-msgid "Poster colors"
-msgstr "ლოგოს ფერები"
+#. ~\ef
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA\n"
+"RB_HANGUL_HANJA_BRACKETED\n"
+"radiobutton.text"
+msgid "Hang~ul (Hanja)"
+msgstr "ჰანგ~ული (ჰანჯა)"
-#: grfflt.src#RID_SVX_GRFFILTER_DLG_POSTER.modaldialog.text
-msgid "Posterize"
-msgstr "პოსტერიზაცია"
+#. 9f_J
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA\n"
+"RB_HANGUL_HANJA_ABOVE\n"
+"radiobutton.text"
+msgid "Hangu~l"
+msgstr "ჰანგუ~ლი"
-#: grfflt.src#RID_SVX_GRFFILTER_DLG_EMBOSS.FL_PARAMETER.fixedline.text
-msgctxt "grfflt.src#RID_SVX_GRFFILTER_DLG_EMBOSS.FL_PARAMETER.fixedline.text"
-msgid "Parameters"
-msgstr "პარამეტრები"
+#. =6~o
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA\n"
+"RB_HANGUL_HANJA_BELOW\n"
+"radiobutton.text"
+msgid "Hang~ul"
+msgstr "ჰანგ~ული"
-#: grfflt.src#RID_SVX_GRFFILTER_DLG_EMBOSS.DLG_FILTEREMBOSS_FT_LIGHT.fixedtext.text
-msgid "Light source"
-msgstr "განათების წყარო"
+#. {*IQ
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA\n"
+"RB_HANJA_HANGUL_ABOVE\n"
+"radiobutton.text"
+msgid "Han~ja"
+msgstr "ჰანჯ~ა"
-#: grfflt.src#RID_SVX_GRFFILTER_DLG_EMBOSS.modaldialog.text
-msgid "Relief"
-msgstr "რელიეფი"
+#. qDL6
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA\n"
+"RB_HANJA_HANGUL_BELOW\n"
+"radiobutton.text"
+msgid "Ha~nja"
+msgstr "ჰა~ნჯა"
-#: dlgname.src#RID_SVXDLG_NAME.modaldialog.text
-msgctxt "dlgname.src#RID_SVXDLG_NAME.modaldialog.text"
-msgid "Name"
-msgstr "სახელი"
+#. r^LZ
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA\n"
+"FT_CONVERSION\n"
+"fixedtext.text"
+msgid "Conversion"
+msgstr "გარდაქმნა"
-#: dlgname.src#RID_SVXDLG_OBJECT_NAME.NTD_FT_NAME.fixedtext.text
-msgctxt "dlgname.src#RID_SVXDLG_OBJECT_NAME.NTD_FT_NAME.fixedtext.text"
-msgid "~Name"
-msgstr "ს~ახელი"
+#. ,*V$
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA\n"
+"CB_HANGUL_ONLY\n"
+"checkbox.text"
+msgid "Hangul ~only"
+msgstr "~მხოლოდ ჰანგული"
-#: dlgname.src#RID_SVXDLG_OBJECT_NAME.modaldialog.text
-msgctxt "dlgname.src#RID_SVXDLG_OBJECT_NAME.modaldialog.text"
-msgid "Name"
-msgstr "სახელი"
+#. .)vB
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA\n"
+"CB_HANJA_ONLY\n"
+"checkbox.text"
+msgid "Hanja onl~y"
+msgstr "მხოლო~დ ჰანჯა"
-#: dlgname.src#RID_SVXDLG_OBJECT_TITLE_DESC.NTD_FT_TITLE.fixedtext.text
-msgid "~Title"
-msgstr "სათაური"
+#. .{gr
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA\n"
+"CB_REPLACE_BY_CHARACTER\n"
+"checkbox.text"
+msgid "Replace b~y character"
+msgstr "ჩანა~ცვლება სიმბოლოთი"
-#: dlgname.src#RID_SVXDLG_OBJECT_TITLE_DESC.NTD_FT_DESC.fixedtext.text
-#, fuzzy
-msgctxt "dlgname.src#RID_SVXDLG_OBJECT_TITLE_DESC.NTD_FT_DESC.fixedtext.text"
-msgid "~Description"
-msgstr ""
-"#-#-#-#-# tabledesign.po (PACKAGE VERSION) #-#-#-#-#\n"
-"განმარტება\n"
-"#-#-#-#-# app.po (PACKAGE VERSION) #-#-#-#-#\n"
-"აღწერილობა\n"
-"#-#-#-#-# miscdlgs.po (PACKAGE VERSION) #-#-#-#-#\n"
-"აღწერა\n"
-"#-#-#-#-# dialog.po (PACKAGE VERSION) #-#-#-#-#\n"
-"აღწერილობა\n"
-"#-#-#-#-# doc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"აღწერილობა\n"
-"#-#-#-#-# res.po (PACKAGE VERSION) #-#-#-#-#\n"
-"განმარტება\n"
-"#-#-#-#-# contnr.po (PACKAGE VERSION) #-#-#-#-#\n"
-"აღწერილობა"
+#. WK3M
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA\n"
+"STR_HANGUL\n"
+"string.text"
+msgid "Hangul"
+msgstr "ჰანგული"
-#: dlgname.src#RID_SVXDLG_OBJECT_TITLE_DESC.modaldialog.text
+#. D;Ps
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA\n"
+"STR_HANJA\n"
+"string.text"
+msgid "Hanja"
+msgstr "ჰანჯა"
+
+#. Z|[0
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA\n"
+"modaldialog.text"
+msgid "Hangul/Hanja Conversion"
+msgstr "ჰანგული/ჰანჯა საუბარი"
+
+#. k=@D
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA_OPT\n"
+"FT_USERDEFDICT\n"
+"fixedtext.text"
+msgid "User-defined dictionaries"
+msgstr "მომხმარებლის მიერ განსაზღვრული ლექსიკონები"
+
+#. =VVJ
+#: hangulhanjadlg.src
#, fuzzy
-msgid "Description"
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA_OPT\n"
+"FL_OPTIONS\n"
+"fixedline.text"
+msgid "Options"
msgstr ""
-"#-#-#-#-# tabledesign.po (PACKAGE VERSION) #-#-#-#-#\n"
-"განმარტება\n"
-"#-#-#-#-# app.po (PACKAGE VERSION) #-#-#-#-#\n"
-"აღწერილობა\n"
-"#-#-#-#-# miscdlgs.po (PACKAGE VERSION) #-#-#-#-#\n"
-"აღწერა\n"
+"#-#-#-#-# index.po (PACKAGE VERSION) #-#-#-#-#\n"
+"პარამეტრები\n"
+"#-#-#-#-# chrdlg.po (PACKAGE VERSION) #-#-#-#-#\n"
+"პარამეტრი\n"
+"#-#-#-#-# misc.po (PACKAGE VERSION) #-#-#-#-#\n"
+"საშუალება\n"
+"#-#-#-#-# dlg.po (PACKAGE VERSION) #-#-#-#-#\n"
+"პარამეტრები\n"
+"#-#-#-#-# querydesign.po (PACKAGE VERSION) #-#-#-#-#\n"
+"პარამეტრები\n"
+"#-#-#-#-# misc.po (PACKAGE VERSION) #-#-#-#-#\n"
+"პარამეტრები\n"
+"#-#-#-#-# dialogs.po (PACKAGE VERSION) #-#-#-#-#\n"
+"პარამეტრები\n"
+"#-#-#-#-# html.po (PACKAGE VERSION) #-#-#-#-#\n"
+"პრამეტრები\n"
+"#-#-#-#-# basicide.po (PACKAGE VERSION) #-#-#-#-#\n"
+"პარამეტრები\n"
+"#-#-#-#-# all.po (PACKAGE VERSION) #-#-#-#-#\n"
+"პარამეტრები\n"
"#-#-#-#-# dialog.po (PACKAGE VERSION) #-#-#-#-#\n"
-"აღწერილობა\n"
-"#-#-#-#-# doc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"აღწერილობა\n"
-"#-#-#-#-# res.po (PACKAGE VERSION) #-#-#-#-#\n"
-"განმარტება\n"
-"#-#-#-#-# contnr.po (PACKAGE VERSION) #-#-#-#-#\n"
-"აღწერილობა"
+"პარამეტრები"
-#: srchxtra.src#RID_SVXDLG_SEARCHFORMAT.1.RID_SVXPAGE_CHAR_NAME.pageitem.text
-msgctxt "srchxtra.src#RID_SVXDLG_SEARCHFORMAT.1.RID_SVXPAGE_CHAR_NAME.pageitem.text"
-msgid "Font"
-msgstr "შრიფტი"
+#. R8%Y
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA_OPT\n"
+"CB_IGNOREPOST\n"
+"checkbox.text"
+msgid "Ignore post-positional word"
+msgstr "პოზიციის შემდეგი სიტყვის იგნორირება"
-#: srchxtra.src#RID_SVXDLG_SEARCHFORMAT.1.RID_SVXPAGE_CHAR_EFFECTS.pageitem.text
-msgctxt "srchxtra.src#RID_SVXDLG_SEARCHFORMAT.1.RID_SVXPAGE_CHAR_EFFECTS.pageitem.text"
-msgid "Font Effects"
-msgstr "შფრიფტის ეფექტები"
+#. i4n,
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA_OPT\n"
+"CB_SHOWRECENTLYFIRST\n"
+"checkbox.text"
+msgid "Show recently used entries first"
+msgstr "პირველად ხშირად გამოყენებული შენატანების ჩვენება"
-#: srchxtra.src#RID_SVXDLG_SEARCHFORMAT.1.RID_SVXPAGE_CHAR_POSITION.pageitem.text
-msgctxt "srchxtra.src#RID_SVXDLG_SEARCHFORMAT.1.RID_SVXPAGE_CHAR_POSITION.pageitem.text"
-msgid "Position"
-msgstr "მდებარეობა"
+#. Qk`Y
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA_OPT\n"
+"CB_AUTOREPLACEUNIQUE\n"
+"checkbox.text"
+msgid "Replace all unique entries automatically"
+msgstr "უნიკალური შენატანების ავტომატური ჩანაცვლება"
-#: srchxtra.src#RID_SVXDLG_SEARCHFORMAT.1.RID_SVXPAGE_CHAR_TWOLINES.pageitem.text
-msgid "Asian Layout"
-msgstr "აზიური განლაგება"
+#. /\;u
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA_OPT\n"
+"PB_HHO_NEW\n"
+"pushbutton.text"
+msgid "New..."
+msgstr "ახალი..."
-#: srchxtra.src#RID_SVXDLG_SEARCHFORMAT.1.RID_SVXPAGE_STD_PARAGRAPH.pageitem.text
-msgid "Indents & Spacing"
-msgstr "შეწევა და დაშორება"
+#. Ms/R
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA_OPT\n"
+"PB_HHO_EDIT\n"
+"pushbutton.text"
+msgid "Edit..."
+msgstr "რედაქტირება..."
-#: srchxtra.src#RID_SVXDLG_SEARCHFORMAT.1.RID_SVXPAGE_ALIGN_PARAGRAPH.pageitem.text
-msgid "Alignment"
-msgstr "სწორება"
+#. /8LZ
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA_OPT\n"
+"PB_HHO_DELETE\n"
+"pushbutton.text"
+msgid "Delete"
+msgstr "წაშლა"
-#: srchxtra.src#RID_SVXDLG_SEARCHFORMAT.1.RID_SVXPAGE_EXT_PARAGRAPH.pageitem.text
-msgid "Text Flow"
-msgstr "ტექსტის დინება"
+#. pf5k
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA_OPT\n"
+"modaldialog.text"
+msgid "Hangul/Hanja Options"
+msgstr "ჰანგული/ჰანჯა პარამეტრები"
-#: srchxtra.src#RID_SVXDLG_SEARCHFORMAT.1.RID_SVXPAGE_PARA_ASIAN.pageitem.text
-msgid "Asian Typography"
-msgstr "აზიური ტიპოგრაფია"
+#. z;6c
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA_NEWDICT\n"
+"FL_NEWDICT\n"
+"fixedline.text"
+msgid "Dictionary"
+msgstr "ლექსიკონი"
-#: srchxtra.src#RID_SVXDLG_SEARCHFORMAT.1.RID_SVXPAGE_BACKGROUND.pageitem.text
-msgctxt "srchxtra.src#RID_SVXDLG_SEARCHFORMAT.1.RID_SVXPAGE_BACKGROUND.pageitem.text"
-msgid "Background"
-msgstr "ფონი"
+#. =2[0
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA_NEWDICT\n"
+"FT_DICTNAME\n"
+"fixedtext.text"
+msgid "~Name"
+msgstr "ს~ახელი"
-#: srchxtra.src#RID_SVXDLG_SEARCHFORMAT.tabdialog.text
-msgid "Text Format"
-msgstr "ტექსტის ფორმატი"
+#. ][6Z
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA_NEWDICT\n"
+"modaldialog.text"
+msgid "New Dictionary"
+msgstr "ახალი ლექსიკონი"
-#: srchxtra.src#RID_SVXDLG_SEARCHATTR.FL_ATTR.fixedtext.text
-msgid "~Options"
-msgstr "~პარამეტრები"
+#. HMg`
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA_EDIT\n"
+"STR_EDITHINT\n"
+"string.text"
+msgid "[Enter text here]"
+msgstr "[შეიყვანეთ ტექსტი აქ]"
-#: srchxtra.src#RID_SVXDLG_SEARCHATTR.modaldialog.text
-msgid "Attributes"
-msgstr "ატრიბუტები"
+#. .c/~
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA_EDIT\n"
+"FT_BOOK\n"
+"fixedtext.text"
+msgid "Book"
+msgstr "წიგნი"
-#: srchxtra.src#RID_SVXDLG_SEARCHSIMILARITY.FT_OTHER.fixedtext.text
-msgid "~Exchange characters"
-msgstr "~სიმბოლოების გაცვლა"
+#. F[$_
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA_EDIT\n"
+"FT_ORIGINAL\n"
+"fixedtext.text"
+msgid "Original"
+msgstr "დედანი"
-#: srchxtra.src#RID_SVXDLG_SEARCHSIMILARITY.FT_LONGER.fixedtext.text
-msgid "~Add characters"
-msgstr "ს~იმბოლოების დამატება"
+#. rs.K
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA_EDIT\n"
+"FT_SUGGESTIONS\n"
+"fixedtext.text"
+msgid "Suggestions (max. 8)"
+msgstr "წინადადებები (მაქს. 8)"
-#: srchxtra.src#RID_SVXDLG_SEARCHSIMILARITY.FT_SHORTER.fixedtext.text
-msgid "~Remove characters"
-msgstr "სი~მბოლოების ამოღება"
+#. Q$)s
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA_EDIT\n"
+"PB_HHE_NEW\n"
+"pushbutton.text"
+msgid "New"
+msgstr "ახალი"
-#: srchxtra.src#RID_SVXDLG_SEARCHSIMILARITY.CB_RELAX.checkbox.text
-msgid "~Combine"
-msgstr "კომბინირება"
+#. g([7
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA_EDIT\n"
+"PB_HHE_DELETE\n"
+"pushbutton.text"
+msgid "Delete"
+msgstr "წაშლა"
-#: srchxtra.src#RID_SVXDLG_SEARCHSIMILARITY.FL_SIMILARITY.fixedline.text
-msgctxt "srchxtra.src#RID_SVXDLG_SEARCHSIMILARITY.FL_SIMILARITY.fixedline.text"
-msgid "Settings"
-msgstr "პარამეტრები"
+#. GF,c
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA_EDIT\n"
+"PB_HHE_CLOSE\n"
+"cancelbutton.text"
+msgid "Close"
+msgstr "დახურვა"
-#: srchxtra.src#RID_SVXDLG_SEARCHSIMILARITY.modaldialog.text
-msgctxt "srchxtra.src#RID_SVXDLG_SEARCHSIMILARITY.modaldialog.text"
-msgid "Similarity Search"
-msgstr "მსგავსის ძებნა"
+#. rr^7
+#: hangulhanjadlg.src
+msgctxt ""
+"hangulhanjadlg.src\n"
+"RID_SVX_MDLG_HANGULHANJA_EDIT\n"
+"modaldialog.text"
+msgid "Edit Custom Dictionary"
+msgstr "მორგებული ლექსიკონის რედაქტირება"
-#: sdrcelldlg.src#RID_SVX_FORMAT_CELLS_DLG.1.RID_SVXPAGE_CHAR_NAME.pageitem.text
-msgctxt "sdrcelldlg.src#RID_SVX_FORMAT_CELLS_DLG.1.RID_SVXPAGE_CHAR_NAME.pageitem.text"
-msgid "Font"
-msgstr "შრიფტი"
+#. p3_c
+#: hlmarkwn.src
+msgctxt ""
+"hlmarkwn.src\n"
+"RID_SVXFLOAT_HYPERLINK_MARKWND\n"
+"BT_APPLY\n"
+"pushbutton.text"
+msgid "Apply"
+msgstr "მისადაგება"
-#: sdrcelldlg.src#RID_SVX_FORMAT_CELLS_DLG.1.RID_SVXPAGE_CHAR_EFFECTS.pageitem.text
-msgctxt "sdrcelldlg.src#RID_SVX_FORMAT_CELLS_DLG.1.RID_SVXPAGE_CHAR_EFFECTS.pageitem.text"
-msgid "Font Effects"
-msgstr "შფრიფტის ეფექტები"
+#. z*]I
+#: hlmarkwn.src
+msgctxt ""
+"hlmarkwn.src\n"
+"RID_SVXFLOAT_HYPERLINK_MARKWND\n"
+"BT_CLOSE\n"
+"pushbutton.text"
+msgid "Close"
+msgstr "დახურვა"
-#: sdrcelldlg.src#RID_SVX_FORMAT_CELLS_DLG.1.RID_SVXPAGE_BORDER.pageitem.text
-msgid "Borders"
-msgstr "ჩარჩო"
+#. gy4G
+#: hlmarkwn.src
+msgctxt ""
+"hlmarkwn.src\n"
+"RID_SVXFLOAT_HYPERLINK_MARKWND\n"
+"modaldialog.text"
+msgid "Target in Document"
+msgstr "სამიზნე დოკუმენტში"
-#: sdrcelldlg.src#RID_SVX_FORMAT_CELLS_DLG.1.RID_SVXPAGE_AREA.pageitem.text
-msgctxt "sdrcelldlg.src#RID_SVX_FORMAT_CELLS_DLG.1.RID_SVXPAGE_AREA.pageitem.text"
-msgid "Background"
-msgstr "ფონი"
+#. X/m:
+#: hlmarkwn.src
+msgctxt ""
+"hlmarkwn.src\n"
+"RID_SVXSTR_HYPDLG_ERR_LERR_NOENTRIES\n"
+"string.text"
+msgid "Targets do not exist in the document."
+msgstr "სამიზნე არ არის გახსნილი დოკუმენტში"
-#: sdrcelldlg.src#RID_SVX_FORMAT_CELLS_DLG.1.pushbutton.text
-msgid "Return"
+#. i3C0
+#: hlmarkwn.src
+msgctxt ""
+"hlmarkwn.src\n"
+"RID_SVXSTR_HYPDLG_ERR_LERR_DOCNOTOPEN\n"
+"string.text"
+msgid "Couldn't open the document."
+msgstr "შეუძლებელია ამ დოკუმენტის გახსნა"
+
+#. dTPN
+#: hlmarkwn.src
+msgctxt ""
+"hlmarkwn.src\n"
+"STR_MARK_TREE\n"
+"string.text"
+msgid "Mark Tree"
msgstr ""
-#: sdrcelldlg.src#RID_SVX_FORMAT_CELLS_DLG.tabdialog.text
-msgid "Format Cells"
+#. BA]n
+#: passwdomdlg.src
+msgctxt ""
+"passwdomdlg.src\n"
+"RID_DLG_PASSWORD_TO_OPEN_MODIFY\n"
+"FL_FILE_ENCRYPTION\n"
+"fixedline.text"
+msgid "File encryption password"
+msgstr ""
+
+#. 8$u*
+#: passwdomdlg.src
+msgctxt ""
+"passwdomdlg.src\n"
+"RID_DLG_PASSWORD_TO_OPEN_MODIFY\n"
+"FT_PASSWD_TO_OPEN\n"
+"fixedtext.text"
+msgid "~Enter password to open"
+msgstr ""
+
+#. NH6r
+#: passwdomdlg.src
+msgctxt ""
+"passwdomdlg.src\n"
+"RID_DLG_PASSWORD_TO_OPEN_MODIFY\n"
+"FT_REENTER_PASSWD_TO_OPEN\n"
+"fixedtext.text"
+msgid "Confirm password"
+msgstr ""
+
+#. T3/i
+#: passwdomdlg.src
+msgctxt ""
+"passwdomdlg.src\n"
+"RID_DLG_PASSWORD_TO_OPEN_MODIFY\n"
+"FT_PASSWD_NOTE\n"
+"fixedtext.text"
+msgid "Note: After a password has been set, the document will only open with "
+msgstr ""
+
+#. Ty55
+#: passwdomdlg.src
+msgctxt ""
+"passwdomdlg.src\n"
+"RID_DLG_PASSWORD_TO_OPEN_MODIFY\n"
+"FL_FILE_SHARING_OPTIONS\n"
+"fixedline.text"
+msgid "File sharing password"
+msgstr ""
+
+#. mSdf
+#: passwdomdlg.src
+msgctxt ""
+"passwdomdlg.src\n"
+"RID_DLG_PASSWORD_TO_OPEN_MODIFY\n"
+"CB_OPEN_READONLY\n"
+"checkbox.text"
+msgid "Open file read-only"
+msgstr ""
+
+#. eY%Q
+#: passwdomdlg.src
+msgctxt ""
+"passwdomdlg.src\n"
+"RID_DLG_PASSWORD_TO_OPEN_MODIFY\n"
+"FT_PASSWD_TO_MODIFY\n"
+"fixedtext.text"
+msgid "Enter password to allow editing"
+msgstr ""
+
+#. ?qQg
+#: passwdomdlg.src
+msgctxt ""
+"passwdomdlg.src\n"
+"RID_DLG_PASSWORD_TO_OPEN_MODIFY\n"
+"FT_REENTER_PASSWD_TO_MODIFY\n"
+"fixedtext.text"
+msgid "Confirm password"
+msgstr ""
+
+#. CzkZ
+#: passwdomdlg.src
+msgctxt ""
+"passwdomdlg.src\n"
+"RID_DLG_PASSWORD_TO_OPEN_MODIFY\n"
+"STR_PASSWD_MUST_BE_CONFIRMED\n"
+"string.text"
+msgid "Password must be confirmed"
+msgstr ""
+
+#. X7bk
+#: passwdomdlg.src
+msgctxt ""
+"passwdomdlg.src\n"
+"RID_DLG_PASSWORD_TO_OPEN_MODIFY\n"
+"STR_MORE_OPTIONS\n"
+"string.text"
+msgid "More ~Options"
+msgstr "მეტი ~პარამეტრები"
+
+#. N8Nb
+#: passwdomdlg.src
+msgctxt ""
+"passwdomdlg.src\n"
+"RID_DLG_PASSWORD_TO_OPEN_MODIFY\n"
+"STR_FEWER_OPTIONS\n"
+"string.text"
+msgid "Fewer ~Options"
+msgstr ""
+
+#. J=eq
+#: passwdomdlg.src
+msgctxt ""
+"passwdomdlg.src\n"
+"RID_DLG_PASSWORD_TO_OPEN_MODIFY\n"
+"STR_ONE_PASSWORD_MISMATCH\n"
+"string.text"
+msgid "The confirmation password did not match the password. Set the password again by entering the same password in both boxes."
+msgstr ""
+
+#. DBsf
+#: passwdomdlg.src
+msgctxt ""
+"passwdomdlg.src\n"
+"RID_DLG_PASSWORD_TO_OPEN_MODIFY\n"
+"STR_TWO_PASSWORDS_MISMATCH\n"
+"string.text"
+msgid "The confirmation passwords did not match the original passwords. Set the passwords again."
+msgstr ""
+
+#. KIwu
+#: passwdomdlg.src
+msgctxt ""
+"passwdomdlg.src\n"
+"RID_DLG_PASSWORD_TO_OPEN_MODIFY\n"
+"STR_INVALID_STATE_FOR_OK_BUTTON\n"
+"string.text"
+msgid "Please enter a password to open or to modify, or check the open read-only option to continue."
msgstr ""
-#: cuiimapdlg.src#RID_SVXDLG_IMAPURL.FT_URL1.fixedtext.text
+#. T913
+#: passwdomdlg.src
+#, fuzzy
+msgctxt ""
+"passwdomdlg.src\n"
+"RID_DLG_PASSWORD_TO_OPEN_MODIFY\n"
+"modaldialog.text"
+msgid "Set Password"
+msgstr "ახალი პაროლი"
+
+#. GtFb
+#: showcols.src
+msgctxt ""
+"showcols.src\n"
+"RID_SVX_DLG_SHOWGRIDCOLUMNS\n"
+"1\n"
+"fixedtext.text"
+msgid "The following columns are currently hidden. Please mark the fields you want to show and choose OK."
+msgstr "აღნიშნილი სვეტები ამ დროისთვის არიან დამალულები. გთხოვთ მონიშნეთ ის ველები , რომლებიც გინდათ , რომ გამოჩდნებ და აირჩიეთ OK."
+
+#. 66\h
+#: showcols.src
+msgctxt ""
+"showcols.src\n"
+"RID_SVX_DLG_SHOWGRIDCOLUMNS\n"
+"modaldialog.text"
+msgid "Show columns"
+msgstr "სვეტების ჩვენება"
+
+#. ;Nl/
+#: cuiimapdlg.src
+msgctxt ""
+"cuiimapdlg.src\n"
+"RID_SVXDLG_IMAPURL\n"
+"FT_URL1\n"
+"fixedtext.text"
msgid "~URL"
msgstr "~URL"
-#: cuiimapdlg.src#RID_SVXDLG_IMAPURL.FT_TARGET.fixedtext.text
-msgctxt "cuiimapdlg.src#RID_SVXDLG_IMAPURL.FT_TARGET.fixedtext.text"
+#. vyqo
+#: cuiimapdlg.src
+msgctxt ""
+"cuiimapdlg.src\n"
+"RID_SVXDLG_IMAPURL\n"
+"FT_TARGET\n"
+"fixedtext.text"
msgid "F~rame"
msgstr "ჩ~არჩო"
-#: cuiimapdlg.src#RID_SVXDLG_IMAPURL.FT_NAME.fixedtext.text
-msgctxt "cuiimapdlg.src#RID_SVXDLG_IMAPURL.FT_NAME.fixedtext.text"
+#. dJ$b
+#: cuiimapdlg.src
+msgctxt ""
+"cuiimapdlg.src\n"
+"RID_SVXDLG_IMAPURL\n"
+"FT_NAME\n"
+"fixedtext.text"
msgid "~Name"
msgstr "ს~ახელი"
-#: cuiimapdlg.src#RID_SVXDLG_IMAPURL.FT_URLDESCRIPTION.fixedtext.text
+#. x[gT
+#: cuiimapdlg.src
+msgctxt ""
+"cuiimapdlg.src\n"
+"RID_SVXDLG_IMAPURL\n"
+"FT_URLDESCRIPTION\n"
+"fixedtext.text"
msgid "Alternative ~text"
msgstr "ალტენატიული ~ტექსტი"
-#: cuiimapdlg.src#RID_SVXDLG_IMAPURL.FT_DESCRIPTION.fixedtext.text
+#. Jj@1
+#: cuiimapdlg.src
#, fuzzy
-msgctxt "cuiimapdlg.src#RID_SVXDLG_IMAPURL.FT_DESCRIPTION.fixedtext.text"
+msgctxt ""
+"cuiimapdlg.src\n"
+"RID_SVXDLG_IMAPURL\n"
+"FT_DESCRIPTION\n"
+"fixedtext.text"
msgid "~Description"
msgstr ""
"#-#-#-#-# tabledesign.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -1700,638 +3229,1281 @@ msgstr ""
"#-#-#-#-# contnr.po (PACKAGE VERSION) #-#-#-#-#\n"
"აღწერილობა"
-#: cuiimapdlg.src#RID_SVXDLG_IMAPURL.modaldialog.text
+#. m%N9
+#: cuiimapdlg.src
+msgctxt ""
+"cuiimapdlg.src\n"
+"RID_SVXDLG_IMAPURL\n"
+"modaldialog.text"
msgid "Properties"
msgstr "თვისებები"
-#: insrc.src#DLG_INS_ROW_COL.CB_POS_BEFORE.radiobutton.text
-msgid "~Before"
-msgstr "~ოპერაციამდე"
-
-#: insrc.src#DLG_INS_ROW_COL.CB_POS_AFTER.radiobutton.text
-msgid "A~fter"
-msgstr "შ~ემდეგ"
-
-#: insrc.src#DLG_INS_ROW_COL.FL_INS.fixedline.text
-#, fuzzy
-msgid "Insert"
-msgstr "ჩასმა"
-
-#: insrc.src#DLG_INS_ROW_COL.FL_POS.fixedline.text
-#, fuzzy
-msgctxt "insrc.src#DLG_INS_ROW_COL.FL_POS.fixedline.text"
-msgid "Position"
-msgstr ""
-"#-#-#-#-# config.po (PACKAGE VERSION) #-#-#-#-#\n"
-"პოზიცია\n"
-"#-#-#-#-# fldui.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მდგომარეობა\n"
-"#-#-#-#-# chrdlg.po (PACKAGE VERSION) #-#-#-#-#\n"
-"პოზიცია\n"
-"#-#-#-#-# template.po (PACKAGE VERSION) #-#-#-#-#\n"
-"პოზიცია\n"
-"#-#-#-#-# dialogs.po (PACKAGE VERSION) #-#-#-#-#\n"
-"პოზიცია\n"
-"#-#-#-#-# form.po (PACKAGE VERSION) #-#-#-#-#\n"
-"პოზიცია\n"
-"#-#-#-#-# items.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მდებარეობა"
-
-#: insrc.src#DLG_INS_ROW_COL.FT_COUNT.fixedtext.text
-#, fuzzy
-msgid "~Number"
-msgstr ""
-"#-#-#-#-# misc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~ნომერი\n"
-"#-#-#-#-# tabpages.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~ციფრი"
-
-#: insrc.src#DLG_INS_ROW_COL.STR_ROW.string.text
-msgid "Insert Rows"
-msgstr "სტრქონის ჩასმა"
-
-#: insrc.src#DLG_INS_ROW_COL.STR_COL.string.text
-msgid "Insert Columns"
-msgstr ""
-
-#: hyphen.src#RID_SVXSTR_HMERR_CHECKINSTALL.string.text
-msgid ""
-"is not available for spellchecking\n"
-"Please check your installation and install the desired language\n"
-msgstr ""
-"თუ მარლწერა მხარდაჭერილი არაა\n"
-"გთხოვთ შეამოწმოთ თქვენი ინსტალაცია და დაამატეთ სასურველი ენა\n"
-
-#: hyphen.src#RID_SVXDLG_HYPHENATE.FT_WORD.fixedtext.text
-msgctxt "hyphen.src#RID_SVXDLG_HYPHENATE.FT_WORD.fixedtext.text"
-msgid "~Word"
-msgstr "ს~იტყვა"
-
-#: hyphen.src#RID_SVXDLG_HYPHENATE.BTN_HYPH_CUT.okbutton.text
-msgid "H~yphenate"
-msgstr ""
-
-#: hyphen.src#RID_SVXDLG_HYPHENATE.BTN_HYPH_CONTINUE.pushbutton.text
-msgid "~Skip"
-msgstr ""
-
-#: hyphen.src#RID_SVXDLG_HYPHENATE.BTN_HYPH_DELETE.pushbutton.text
-msgid "~Remove"
-msgstr "~მოშორება"
-
-#: hyphen.src#RID_SVXDLG_HYPHENATE.BTN_HYPH_ALL.pushbutton.text
-msgid "Hyphenate ~All"
-msgstr ""
-
-#: hyphen.src#RID_SVXDLG_HYPHENATE.BTN_HYPH_CANCEL.cancelbutton.text
-msgctxt "hyphen.src#RID_SVXDLG_HYPHENATE.BTN_HYPH_CANCEL.cancelbutton.text"
-msgid "~Close"
-msgstr "~დახურვა"
-
-#: hyphen.src#RID_SVXDLG_HYPHENATE.modaldialog.text
-msgid "Hyphenation"
-msgstr "გადატანა"
-
-#: fmsearch.src#RID_SVXDLG_SEARCHFORM.FL_SEARCHFOR.fixedline.text
+#. -|w`
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_SVXDLG_SEARCHFORM\n"
+"FL_SEARCHFOR\n"
+"fixedline.text"
msgid "Search for"
msgstr "ძიება"
-#: fmsearch.src#RID_SVXDLG_SEARCHFORM.RB_SEARCHFORTEXT.radiobutton.text
-msgctxt "fmsearch.src#RID_SVXDLG_SEARCHFORM.RB_SEARCHFORTEXT.radiobutton.text"
+#. cjUW
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_SVXDLG_SEARCHFORM\n"
+"RB_SEARCHFORTEXT\n"
+"radiobutton.text"
msgid "~Text"
msgstr "~ტექსტი"
-#: fmsearch.src#RID_SVXDLG_SEARCHFORM.RB_SEARCHFORNULL.radiobutton.text
+#. 1wk!
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_SVXDLG_SEARCHFORM\n"
+"RB_SEARCHFORNULL\n"
+"radiobutton.text"
msgid "Field content is ~NULL"
msgstr "ველის შემცველობა არის ნოლი"
-#: fmsearch.src#RID_SVXDLG_SEARCHFORM.RB_SEARCHFORNOTNULL.radiobutton.text
+#. iIi@
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_SVXDLG_SEARCHFORM\n"
+"RB_SEARCHFORNOTNULL\n"
+"radiobutton.text"
msgid "Field content is not NU~LL"
msgstr "ველის შემცველობა არ არის ნოლი"
-#: fmsearch.src#RID_SVXDLG_SEARCHFORM.FL_WHERE.fixedline.text
+#. F:2/
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_SVXDLG_SEARCHFORM\n"
+"FL_WHERE\n"
+"fixedline.text"
msgid "Where to search"
msgstr "სად მოძებნოს"
-#: fmsearch.src#RID_SVXDLG_SEARCHFORM.FT_FORM.fixedtext.text
+#. ,ugO
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_SVXDLG_SEARCHFORM\n"
+"FT_FORM\n"
+"fixedtext.text"
msgid "Form"
msgstr "ფორმა"
-#: fmsearch.src#RID_SVXDLG_SEARCHFORM.RB_ALLFIELDS.radiobutton.text
+#. HDyg
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_SVXDLG_SEARCHFORM\n"
+"RB_ALLFIELDS\n"
+"radiobutton.text"
msgid "All Fields"
msgstr "ყველა ველი"
-#: fmsearch.src#RID_SVXDLG_SEARCHFORM.RB_SINGLEFIELD.radiobutton.text
+#. 8B5A
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_SVXDLG_SEARCHFORM\n"
+"RB_SINGLEFIELD\n"
+"radiobutton.text"
msgid "Single field"
msgstr "ერთმაგი ველი"
-#: fmsearch.src#RID_SVXDLG_SEARCHFORM.FL_OPTIONS.fixedline.text
-msgctxt "fmsearch.src#RID_SVXDLG_SEARCHFORM.FL_OPTIONS.fixedline.text"
+#. }9g]
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_SVXDLG_SEARCHFORM\n"
+"FL_OPTIONS\n"
+"fixedline.text"
msgid "Settings"
msgstr "პარამეტრები"
-#: fmsearch.src#RID_SVXDLG_SEARCHFORM.FT_POSITION.fixedtext.text
-msgctxt "fmsearch.src#RID_SVXDLG_SEARCHFORM.FT_POSITION.fixedtext.text"
+#. p%(*
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_SVXDLG_SEARCHFORM\n"
+"FT_POSITION\n"
+"fixedtext.text"
msgid "Position"
msgstr "პოზიცია"
-#: fmsearch.src#RID_SVXDLG_SEARCHFORM.CB_USEFORMATTER.checkbox.text
+#. -Tst
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_SVXDLG_SEARCHFORM\n"
+"CB_USEFORMATTER\n"
+"checkbox.text"
msgid "Apply field format"
msgstr "ველის ფორმატის გააქტიურება"
-#: fmsearch.src#RID_SVXDLG_SEARCHFORM.CB_CASE.checkbox.text
+#. n\8{
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_SVXDLG_SEARCHFORM\n"
+"CB_CASE\n"
+"checkbox.text"
msgid "Match case"
msgstr "რეგისტრის დამთხვევა"
-#: fmsearch.src#RID_SVXDLG_SEARCHFORM.CB_BACKWARD.checkbox.text
+#. it|3
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_SVXDLG_SEARCHFORM\n"
+"CB_BACKWARD\n"
+"checkbox.text"
msgid "Search backwards"
msgstr "დაბრუნდი ძებნაში"
-#: fmsearch.src#RID_SVXDLG_SEARCHFORM.CB_STARTOVER.checkbox.text
+#. O`ez
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_SVXDLG_SEARCHFORM\n"
+"CB_STARTOVER\n"
+"checkbox.text"
msgid "From Beginning"
msgstr "დასაწყისი"
-#: fmsearch.src#RID_SVXDLG_SEARCHFORM.CB_WILDCARD.checkbox.text
+#. 16xC
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_SVXDLG_SEARCHFORM\n"
+"CB_WILDCARD\n"
+"checkbox.text"
msgid "Wildcard expression"
msgstr ""
-#: fmsearch.src#RID_SVXDLG_SEARCHFORM.CB_REGULAR.checkbox.text
+#. 0g-H
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_SVXDLG_SEARCHFORM\n"
+"CB_REGULAR\n"
+"checkbox.text"
msgid "Regular expression"
msgstr "რეგულარული გამოსახულება"
-#: fmsearch.src#RID_SVXDLG_SEARCHFORM.CB_APPROX.checkbox.text
-msgctxt "fmsearch.src#RID_SVXDLG_SEARCHFORM.CB_APPROX.checkbox.text"
+#. W8;M
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_SVXDLG_SEARCHFORM\n"
+"CB_APPROX\n"
+"checkbox.text"
msgid "Similarity Search"
msgstr "მსგავსი ძებნა"
-#: fmsearch.src#RID_SVXDLG_SEARCHFORM.PB_APPROXSETTINGS.pushbutton.text
-msgctxt "fmsearch.src#RID_SVXDLG_SEARCHFORM.PB_APPROXSETTINGS.pushbutton.text"
+#. m31=
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_SVXDLG_SEARCHFORM\n"
+"PB_APPROXSETTINGS\n"
+"pushbutton.text"
msgid "..."
msgstr "..."
-#: fmsearch.src#RID_SVXDLG_SEARCHFORM.CB_HALFFULLFORMS.checkbox.text
+#. jJ*}
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_SVXDLG_SEARCHFORM\n"
+"CB_HALFFULLFORMS\n"
+"checkbox.text"
msgid "Match character width"
msgstr "ემთხვევა სიმბოლოს სიგანეს"
-#: fmsearch.src#RID_SVXDLG_SEARCHFORM.CB_SOUNDSLIKECJK.checkbox.text
+#. 3`xm
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_SVXDLG_SEARCHFORM\n"
+"CB_SOUNDSLIKECJK\n"
+"checkbox.text"
msgid "Sounds like (Japanese)"
msgstr "ხმის ბმული (იაპონური)"
-#: fmsearch.src#RID_SVXDLG_SEARCHFORM.PB_SOUNDSLIKESETTINGS.pushbutton.text
-msgctxt "fmsearch.src#RID_SVXDLG_SEARCHFORM.PB_SOUNDSLIKESETTINGS.pushbutton.text"
+#. j7Sm
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_SVXDLG_SEARCHFORM\n"
+"PB_SOUNDSLIKESETTINGS\n"
+"pushbutton.text"
msgid "..."
msgstr "..."
-#: fmsearch.src#RID_SVXDLG_SEARCHFORM.FL_STATE.fixedline.text
+#. |`#C
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_SVXDLG_SEARCHFORM\n"
+"FL_STATE\n"
+"fixedline.text"
msgid "State"
msgstr "შტატი"
-#: fmsearch.src#RID_SVXDLG_SEARCHFORM.FT_RECORDLABEL.fixedtext.text
+#. 9VXk
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_SVXDLG_SEARCHFORM\n"
+"FT_RECORDLABEL\n"
+"fixedtext.text"
msgid "Record :"
msgstr "ჩაწერა:"
-#: fmsearch.src#RID_SVXDLG_SEARCHFORM.PB_SEARCH.pushbutton.text
+#. +m`C
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_SVXDLG_SEARCHFORM\n"
+"PB_SEARCH\n"
+"pushbutton.text"
msgid "Search"
msgstr "ძებნა"
-#: fmsearch.src#RID_SVXDLG_SEARCHFORM.1.cancelbutton.text
-msgctxt "fmsearch.src#RID_SVXDLG_SEARCHFORM.1.cancelbutton.text"
+#. ON)R
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_SVXDLG_SEARCHFORM\n"
+"1\n"
+"cancelbutton.text"
msgid "~Close"
msgstr "~დახურვა"
-#: fmsearch.src#RID_SVXDLG_SEARCHFORM.1.helpbutton.text
+#. F([F
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_SVXDLG_SEARCHFORM\n"
+"1\n"
+"helpbutton.text"
msgid "~Help"
msgstr "~დახმარება"
-#: fmsearch.src#RID_SVXDLG_SEARCHFORM.modaldialog.text
+#. USgK
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_SVXDLG_SEARCHFORM\n"
+"modaldialog.text"
msgid "Record Search"
msgstr "ცანაწერის ძებნა"
-#: fmsearch.src#RID_STR_SEARCH_ANYWHERE.string.text
+#. kZ`W
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_STR_SEARCH_ANYWHERE\n"
+"string.text"
msgid "anywhere in the field"
msgstr ""
-#: fmsearch.src#RID_STR_SEARCH_BEGINNING.string.text
+#. $?Bi
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_STR_SEARCH_BEGINNING\n"
+"string.text"
msgid "beginning of field"
msgstr ""
-#: fmsearch.src#RID_STR_SEARCH_END.string.text
+#. 2m2z
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_STR_SEARCH_END\n"
+"string.text"
msgid "end of field"
msgstr ""
-#: fmsearch.src#RID_STR_SEARCH_WHOLE.string.text
+#. 9y\(
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_STR_SEARCH_WHOLE\n"
+"string.text"
msgid "entire field"
msgstr ""
-#: fmsearch.src#RID_STR_FROM_TOP.string.text
+#. Fyg1
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_STR_FROM_TOP\n"
+"string.text"
msgid "From top"
msgstr "ზემოდან"
-#: fmsearch.src#RID_STR_FROM_BOTTOM.string.text
+#. |pB(
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_STR_FROM_BOTTOM\n"
+"string.text"
msgid "From bottom"
msgstr "ქვემოდან"
-#: fmsearch.src#RID_SVXERR_SEARCH_NORECORD.errorbox.text
+#. W1kf
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_SVXERR_SEARCH_NORECORD\n"
+"errorbox.text"
msgid "No records corresponding to your data found."
msgstr "თქვენს ჩანაწერთან დაკავშირებული ჩანაწერები ვერ მოიძებნა."
-#: fmsearch.src#RID_SVXERR_SEARCH_GENERAL_ERROR.errorbox.text
+#. Nrm$
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_SVXERR_SEARCH_GENERAL_ERROR\n"
+"errorbox.text"
msgid "An unknown error occurred. The search could not be finished."
msgstr "გამოვლინდა უცნობი შეცდომა. ძებნა ვერ დასრულდა."
-#: fmsearch.src#RID_STR_OVERFLOW_FORWARD.string.text
+#. $9EZ
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_STR_OVERFLOW_FORWARD\n"
+"string.text"
msgid "Overflow, search continued at the beginning"
msgstr ""
-#: fmsearch.src#RID_STR_OVERFLOW_BACKWARD.string.text
+#. *9Ss
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_STR_OVERFLOW_BACKWARD\n"
+"string.text"
msgid "Overflow, search continued at the end"
msgstr ""
-#: fmsearch.src#RID_STR_SEARCH_COUNTING.string.text
+#. _wV?
+#: fmsearch.src
+msgctxt ""
+"fmsearch.src\n"
+"RID_STR_SEARCH_COUNTING\n"
+"string.text"
msgid "counting records"
msgstr "ჩაწერის მთვლელი"
-#: zoom.src#RID_SVXDLG_ZOOM.FL_ZOOM.fixedline.text
-msgid "Zoom factor"
-msgstr "მაშტაბირების ფაქტორი"
-
-#: zoom.src#RID_SVXDLG_ZOOM.BTN_OPTIMAL.radiobutton.text
-msgid "~Optimal"
-msgstr "~ოფტიმალური"
+#. r7HA
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_INTERNET\n"
+"GRP_LINKTYPE\n"
+"fixedline.text"
+msgid "Hyperlink type"
+msgstr "ჰიპერბმულის ტიპი"
-#: zoom.src#RID_SVXDLG_ZOOM.BTN_WHOLE_PAGE.radiobutton.text
-msgid "~Fit width and height"
-msgstr ""
+#. 0NYm
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_INTERNET\n"
+"RB_LINKTYP_INTERNET\n"
+"radiobutton.text"
+msgid "~Web"
+msgstr "~Web"
-#: zoom.src#RID_SVXDLG_ZOOM.BTN_PAGE_WIDTH.radiobutton.text
-msgid "Fit ~width"
-msgstr "მოარგე ~სიგანე"
+#. $Qtr
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_INTERNET\n"
+"RB_LINKTYP_FTP\n"
+"radiobutton.text"
+msgid "~FTP"
+msgstr "~FTP"
-#: zoom.src#RID_SVXDLG_ZOOM.BTN_USER.radiobutton.text
-msgid "~Variable"
-msgstr "~ცვლადი"
+#. (f_?
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_INTERNET\n"
+"FT_TARGET_HTML\n"
+"fixedtext.text"
+msgid "Tar~get"
+msgstr "სამი~ზნე"
-#: zoom.src#RID_SVXDLG_ZOOM.FL_VIEWLAYOUT.fixedline.text
-msgid "View layout"
-msgstr ""
+#. SeM#
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_INTERNET\n"
+"FT_LOGIN\n"
+"fixedtext.text"
+msgid "~Login name"
+msgstr "შ~ესვლის სახელი"
-#: zoom.src#RID_SVXDLG_ZOOM.BTN_AUTOMATIC.radiobutton.text
-msgctxt "zoom.src#RID_SVXDLG_ZOOM.BTN_AUTOMATIC.radiobutton.text"
-msgid "~Automatic"
-msgstr "~ავტომატური"
+#. ,LPj
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_INTERNET\n"
+"FT_PASSWD\n"
+"fixedtext.text"
+msgid "~Password"
+msgstr "~პაროლი"
-#: zoom.src#RID_SVXDLG_ZOOM.BTN_SINGLE.radiobutton.text
-msgid "~Single page"
-msgstr "~ერთი გვერდი"
+#. eU:P
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_INTERNET\n"
+"CBX_ANONYMOUS\n"
+"checkbox.text"
+msgid "Anonymous ~user"
+msgstr "ანონიმური ~მომხმარებელი"
-#: zoom.src#RID_SVXDLG_ZOOM.BTN_COLUMNS.radiobutton.text
-msgid "~Columns"
-msgstr " სვეტები"
+#. ,Bu[
+#: hyperdlg.src
+#, fuzzy
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_INTERNET\n"
+"BTN_BROWSE\n"
+"imagebutton.text"
+msgid "WWW Browser"
+msgstr "WWW ბრაუზერი"
-#: zoom.src#RID_SVXDLG_ZOOM.CHK_BOOK.checkbox.text
-msgid "~Book mode"
+#. pVIH
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_INTERNET\n"
+"BTN_BROWSE\n"
+"imagebutton.quickhelptext"
+msgid "Open web browser, copy an URL, and paste it to Target field"
msgstr ""
-#: zoom.src#RID_SVXDLG_ZOOM.modaldialog.text
-msgid "Zoom & View Layout"
-msgstr ""
+#. jP[4
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_INTERNET\n"
+"GRP_MORE\n"
+"fixedline.text"
+msgid "Further settings"
+msgstr "მომდევნო პარამეტრები"
-#: passwdomdlg.src#RID_DLG_PASSWORD_TO_OPEN_MODIFY.FL_FILE_ENCRYPTION.fixedline.text
-msgid "File encryption password"
-msgstr ""
+#. pwv)
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_INTERNET\n"
+"FT_FRAME\n"
+"fixedtext.text"
+msgid "F~rame"
+msgstr "ჩ~არჩო"
-#: passwdomdlg.src#RID_DLG_PASSWORD_TO_OPEN_MODIFY.FT_PASSWD_TO_OPEN.fixedtext.text
-msgid "~Enter password to open"
-msgstr ""
+#. V44A
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_INTERNET\n"
+"FT_FORM\n"
+"fixedtext.text"
+msgid "F~orm"
+msgstr "ფ~ორმა"
-#: passwdomdlg.src#RID_DLG_PASSWORD_TO_OPEN_MODIFY.FT_REENTER_PASSWD_TO_OPEN.fixedtext.text
-msgctxt "passwdomdlg.src#RID_DLG_PASSWORD_TO_OPEN_MODIFY.FT_REENTER_PASSWD_TO_OPEN.fixedtext.text"
-msgid "Confirm password"
-msgstr ""
+#. i352
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_INTERNET.LB_FORM\n"
+"1\n"
+"stringlist.text"
+msgid "Text"
+msgstr "ტექსტი"
-#: passwdomdlg.src#RID_DLG_PASSWORD_TO_OPEN_MODIFY.FT_PASSWD_NOTE.fixedtext.text
-msgid "Note: After a password has been set, the document will only open with "
-msgstr ""
+#. JoDD
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_INTERNET.LB_FORM\n"
+"2\n"
+"stringlist.text"
+msgid "Button"
+msgstr "ღილაკი"
-#: passwdomdlg.src#RID_DLG_PASSWORD_TO_OPEN_MODIFY.FL_FILE_SHARING_OPTIONS.fixedline.text
-msgid "File sharing password"
-msgstr ""
+#. +.[]
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_INTERNET\n"
+"FT_INDICATION\n"
+"fixedtext.text"
+msgid "Te~xt"
+msgstr "ტე~ქსტი"
-#: passwdomdlg.src#RID_DLG_PASSWORD_TO_OPEN_MODIFY.CB_OPEN_READONLY.checkbox.text
-msgid "Open file read-only"
-msgstr ""
+#. TQ1?
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_INTERNET\n"
+"FT_TEXT\n"
+"fixedtext.text"
+msgid "N~ame"
+msgstr "ს~ახელი"
-#: passwdomdlg.src#RID_DLG_PASSWORD_TO_OPEN_MODIFY.FT_PASSWD_TO_MODIFY.fixedtext.text
-msgid "Enter password to allow editing"
-msgstr ""
+#. xp?2
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_INTERNET\n"
+"BTN_SCRIPT\n"
+"imagebutton.text"
+msgid "Events"
+msgstr "მოვლენები"
-#: passwdomdlg.src#RID_DLG_PASSWORD_TO_OPEN_MODIFY.FT_REENTER_PASSWD_TO_MODIFY.fixedtext.text
-msgctxt "passwdomdlg.src#RID_DLG_PASSWORD_TO_OPEN_MODIFY.FT_REENTER_PASSWD_TO_MODIFY.fixedtext.text"
-msgid "Confirm password"
-msgstr ""
+#. pB%$
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_INTERNET\n"
+"BTN_SCRIPT\n"
+"imagebutton.quickhelptext"
+msgid "Events"
+msgstr "მოვლენები"
-#: passwdomdlg.src#RID_DLG_PASSWORD_TO_OPEN_MODIFY.STR_PASSWD_MUST_BE_CONFIRMED.string.text
-msgid "Password must be confirmed"
-msgstr ""
+#. IOK:
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_INTERNET\n"
+"tabpage.text"
+msgid "Hyperlink"
+msgstr "ბმული"
-#: passwdomdlg.src#RID_DLG_PASSWORD_TO_OPEN_MODIFY.STR_MORE_OPTIONS.string.text
-msgid "More ~Options"
-msgstr "მეტი ~პარამეტრები"
+#. P^3(
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_MAIL\n"
+"GRP_MAILNEWS\n"
+"fixedline.text"
+msgid "Mail & news"
+msgstr "ელფოსტა და ახალი ამბები"
-#: passwdomdlg.src#RID_DLG_PASSWORD_TO_OPEN_MODIFY.STR_FEWER_OPTIONS.string.text
-msgid "Fewer ~Options"
-msgstr ""
+#. ?o1U
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_MAIL\n"
+"RB_LINKTYP_MAIL\n"
+"radiobutton.text"
+msgid "~E-mail"
+msgstr "ელფოსტა"
-#: passwdomdlg.src#RID_DLG_PASSWORD_TO_OPEN_MODIFY.STR_ONE_PASSWORD_MISMATCH.string.text
-msgid "The confirmation password did not match the password. Set the password again by entering the same password in both boxes."
-msgstr ""
+#. 5#*Q
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_MAIL\n"
+"RB_LINKTYP_NEWS\n"
+"radiobutton.text"
+msgid "~News"
+msgstr "ახალი ამბები"
-#: passwdomdlg.src#RID_DLG_PASSWORD_TO_OPEN_MODIFY.STR_TWO_PASSWORDS_MISMATCH.string.text
-msgid "The confirmation passwords did not match the original passwords. Set the passwords again."
-msgstr ""
+#. PCm2
+#: hyperdlg.src
+#, fuzzy
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_MAIL\n"
+"FT_RECEIVER\n"
+"fixedtext.text"
+msgid "Re~cipient"
+msgstr "მიმ~ღები"
+
+#. V4A0
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_MAIL\n"
+"FT_SUBJECT\n"
+"fixedtext.text"
+msgid "~Subject"
+msgstr "თ~ემა"
-#: passwdomdlg.src#RID_DLG_PASSWORD_TO_OPEN_MODIFY.STR_INVALID_STATE_FOR_OK_BUTTON.string.text
-msgid "Please enter a password to open or to modify, or check the open read-only option to continue."
-msgstr ""
+#. Q=F`
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_MAIL\n"
+"BTN_ADRESSBOOK\n"
+"imagebutton.text"
+msgid "Data Sources..."
+msgstr "მონაცემთა წყაროები..."
-#: passwdomdlg.src#RID_DLG_PASSWORD_TO_OPEN_MODIFY.modaldialog.text
-msgid "Set Password"
-msgstr ""
+#. A)ZY
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_MAIL\n"
+"BTN_ADRESSBOOK\n"
+"imagebutton.quickhelptext"
+msgid "Data Sources..."
+msgstr "მონაცემთა წყაროები..."
-#: splitcelldlg.src#RID_SVX_SPLITCELLDLG.FT_COUNT.fixedtext.text
-msgid "~Split cell into"
-msgstr ""
+#. h}Wq
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_MAIL\n"
+"GRP_MORE\n"
+"fixedline.text"
+msgid "Further settings"
+msgstr "მომდევნო პარამეტრები"
-#: splitcelldlg.src#RID_SVX_SPLITCELLDLG.FL_COUNT.fixedline.text
-msgid "Split"
-msgstr "გაყოფა"
+#. _-w;
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_MAIL\n"
+"FT_FRAME\n"
+"fixedtext.text"
+msgid "F~rame"
+msgstr "ჩ~არჩო"
-#: splitcelldlg.src#RID_SVX_SPLITCELLDLG.RB_HORZ.imageradiobutton.text
-msgid "H~orizontally"
-msgstr ""
+#. 9I9S
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_MAIL\n"
+"FT_FORM\n"
+"fixedtext.text"
+msgid "F~orm"
+msgstr "ფ~ორმა"
-#: splitcelldlg.src#RID_SVX_SPLITCELLDLG.CB_PROP.checkbox.text
-msgid "~Into equal proportions"
-msgstr ""
+#. !$_;
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_MAIL.LB_FORM\n"
+"1\n"
+"stringlist.text"
+msgid "Text"
+msgstr "ტექსტი"
-#: splitcelldlg.src#RID_SVX_SPLITCELLDLG.RB_VERT.imageradiobutton.text
-msgid "~Vertically"
-msgstr "~ვერტიკალურად"
+#. 59P;
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_MAIL.LB_FORM\n"
+"2\n"
+"stringlist.text"
+msgid "Button"
+msgstr "ღილაკი"
-#: splitcelldlg.src#RID_SVX_SPLITCELLDLG.FL_DIR.fixedline.text
-msgid "Direction"
-msgstr "მიმართულება"
+#. ^@0{
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_MAIL\n"
+"FT_INDICATION\n"
+"fixedtext.text"
+msgid "Te~xt"
+msgstr "ტე~ქსტი"
-#: splitcelldlg.src#RID_SVX_SPLITCELLDLG.modaldialog.text
-msgid "Split Cells"
-msgstr "უჯრების გაყოფა"
+#. /dnx
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_MAIL\n"
+"FT_TEXT\n"
+"fixedtext.text"
+msgid "N~ame"
+msgstr "ს~ახელი"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA.PB_FIND.pushbutton.text
-msgid "~Find"
-msgstr "~ზებნა"
+#. p`hr
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_MAIL\n"
+"BTN_SCRIPT\n"
+"imagebutton.text"
+msgid "Events"
+msgstr "მოვლენები"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA.FT_FORMAT.fixedtext.text
-msgid "Format"
-msgstr "ფორმატი"
+#. aBLz
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_MAIL\n"
+"BTN_SCRIPT\n"
+"imagebutton.quickhelptext"
+msgid "Events"
+msgstr "მოვლენები"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA.RB_SIMPLE_CONVERSION.radiobutton.text
-msgid "~Hangul/Hanja"
-msgstr "~ჰანგული/ჰანჯა"
+#. ?Rac
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_MAIL\n"
+"tabpage.text"
+msgid "Hyperlink"
+msgstr "ბმული"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA.RB_HANJA_HANGUL_BRACKETED.radiobutton.text
-msgid "Hanja (Han~gul)"
-msgstr "ჰანჯა (ჰან~გული)"
+#. j6u`
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_DOCUMENT\n"
+"GRP_DOCUMENT\n"
+"fixedline.text"
+msgid "Document"
+msgstr "დოკუმენტი"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA.RB_HANGUL_HANJA_BRACKETED.radiobutton.text
-msgid "Hang~ul (Hanja)"
-msgstr "ჰანგ~ული (ჰანჯა)"
+#. 1=Te
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_DOCUMENT\n"
+"FT_PATH_DOC\n"
+"fixedtext.text"
+msgid "~Path"
+msgstr "~მდებარეობა"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA.RB_HANGUL_HANJA_ABOVE.radiobutton.text
-msgid "Hangu~l"
-msgstr "ჰანგუ~ლი"
+#. ~!|B
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_DOCUMENT\n"
+"BTN_FILEOPEN\n"
+"imagebutton.text"
+msgid "Open File"
+msgstr "ფაილის გახსნა"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA.RB_HANGUL_HANJA_BELOW.radiobutton.text
-msgid "Hang~ul"
-msgstr "ჰანგ~ული"
+#. s-25
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_DOCUMENT\n"
+"BTN_FILEOPEN\n"
+"imagebutton.quickhelptext"
+msgid "Open File"
+msgstr "ფაილის გახსნა"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA.RB_HANJA_HANGUL_ABOVE.radiobutton.text
-msgid "Han~ja"
-msgstr "ჰანჯ~ა"
+#. NgmW
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_DOCUMENT\n"
+"GRP_TARGET\n"
+"fixedline.text"
+msgid "Target in document"
+msgstr "სამიზნე დოკუმენტში"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA.RB_HANJA_HANGUL_BELOW.radiobutton.text
-msgid "Ha~nja"
-msgstr "ჰა~ნჯა"
+#. #MYW
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_DOCUMENT\n"
+"FT_TARGET_DOC\n"
+"fixedtext.text"
+msgid "Targ~et"
+msgstr "სამიზნე"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA.FT_CONVERSION.fixedtext.text
-msgid "Conversion"
-msgstr "გარდაქმნა"
+#. A@6_
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_DOCUMENT\n"
+"FT_URL\n"
+"fixedtext.text"
+msgid "URL"
+msgstr "URL"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA.CB_HANGUL_ONLY.checkbox.text
-msgid "Hangul ~only"
-msgstr "~მხოლოდ ჰანგული"
+#. ph[;
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_DOCUMENT\n"
+"FT_FULL_URL\n"
+"fixedtext.text"
+msgid "Test text"
+msgstr "ტესტური ტექსტი"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA.CB_HANJA_ONLY.checkbox.text
-msgid "Hanja onl~y"
-msgstr "მხოლო~დ ჰანჯა"
+#. $R`(
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_DOCUMENT\n"
+"BTN_BROWSE\n"
+"imagebutton.text"
+msgid "Target in Document"
+msgstr "სამიზნე დოკუმენტში"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA.CB_REPLACE_BY_CHARACTER.checkbox.text
-msgid "Replace b~y character"
-msgstr "ჩანა~ცვლება სიმბოლოთი"
+#. 0]co
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_DOCUMENT\n"
+"BTN_BROWSE\n"
+"imagebutton.quickhelptext"
+msgid "Target in Document"
+msgstr "სამიზნე დოკუმენტში"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA.STR_HANGUL.string.text
-msgid "Hangul"
-msgstr "ჰანგული"
+#. FF^(
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_DOCUMENT\n"
+"GRP_MORE\n"
+"fixedline.text"
+msgid "Further settings"
+msgstr "მომდევნო პარამეტრები"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA.STR_HANJA.string.text
-msgid "Hanja"
-msgstr "ჰანჯა"
+#. {awi
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_DOCUMENT\n"
+"FT_FRAME\n"
+"fixedtext.text"
+msgid "F~rame"
+msgstr "ჩ~არჩო"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA.modaldialog.text
-msgid "Hangul/Hanja Conversion"
-msgstr "ჰანგული/ჰანჯა საუბარი"
+#. ZV\O
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_DOCUMENT\n"
+"FT_FORM\n"
+"fixedtext.text"
+msgid "F~orm"
+msgstr "ფ~ორმა"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA_OPT.FT_USERDEFDICT.fixedtext.text
-msgid "User-defined dictionaries"
-msgstr "მომხმარებლის მიერ განსაზღვრული ლექსიკონები"
+#. [z4K
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_DOCUMENT.LB_FORM\n"
+"1\n"
+"stringlist.text"
+msgid "Text"
+msgstr "ტექსტი"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA_OPT.FL_OPTIONS.fixedline.text
-#, fuzzy
-msgctxt "hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA_OPT.FL_OPTIONS.fixedline.text"
-msgid "Options"
-msgstr ""
-"#-#-#-#-# index.po (PACKAGE VERSION) #-#-#-#-#\n"
-"პარამეტრები\n"
-"#-#-#-#-# chrdlg.po (PACKAGE VERSION) #-#-#-#-#\n"
-"პარამეტრი\n"
-"#-#-#-#-# misc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"საშუალება\n"
-"#-#-#-#-# dlg.po (PACKAGE VERSION) #-#-#-#-#\n"
-"პარამეტრები\n"
-"#-#-#-#-# querydesign.po (PACKAGE VERSION) #-#-#-#-#\n"
-"პარამეტრები\n"
-"#-#-#-#-# misc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"პარამეტრები\n"
-"#-#-#-#-# dialogs.po (PACKAGE VERSION) #-#-#-#-#\n"
-"პარამეტრები\n"
-"#-#-#-#-# html.po (PACKAGE VERSION) #-#-#-#-#\n"
-"პრამეტრები\n"
-"#-#-#-#-# basicide.po (PACKAGE VERSION) #-#-#-#-#\n"
-"პარამეტრები\n"
-"#-#-#-#-# all.po (PACKAGE VERSION) #-#-#-#-#\n"
-"პარამეტრები\n"
-"#-#-#-#-# dialog.po (PACKAGE VERSION) #-#-#-#-#\n"
-"პარამეტრები"
+#. ,U.W
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_DOCUMENT.LB_FORM\n"
+"2\n"
+"stringlist.text"
+msgid "Button"
+msgstr "ღილაკი"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA_OPT.CB_IGNOREPOST.checkbox.text
-msgid "Ignore post-positional word"
-msgstr "პოზიციის შემდეგი სიტყვის იგნორირება"
+#. kvbO
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_DOCUMENT\n"
+"FT_INDICATION\n"
+"fixedtext.text"
+msgid "Te~xt"
+msgstr "ტე~ქსტი"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA_OPT.CB_SHOWRECENTLYFIRST.checkbox.text
-msgid "Show recently used entries first"
-msgstr "პირველად ხშირად გამოყენებული შენატანების ჩვენება"
+#. `|m|
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_DOCUMENT\n"
+"FT_TEXT\n"
+"fixedtext.text"
+msgid "N~ame"
+msgstr "ს~ახელი"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA_OPT.CB_AUTOREPLACEUNIQUE.checkbox.text
-msgid "Replace all unique entries automatically"
-msgstr "უნიკალური შენატანების ავტომატური ჩანაცვლება"
+#. D\6F
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_DOCUMENT\n"
+"BTN_SCRIPT\n"
+"imagebutton.text"
+msgid "Events"
+msgstr "მოვლენები"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA_OPT.PB_HHO_NEW.pushbutton.text
-msgid "New..."
-msgstr "ახალი..."
+#. td!k
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_DOCUMENT\n"
+"BTN_SCRIPT\n"
+"imagebutton.quickhelptext"
+msgid "Events"
+msgstr "მოვლენები"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA_OPT.PB_HHO_EDIT.pushbutton.text
-msgid "Edit..."
-msgstr "რედაქტირება..."
+#. ]%Px
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_DOCUMENT\n"
+"tabpage.text"
+msgid "Hyperlink"
+msgstr "ბმული"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA_OPT.PB_HHO_DELETE.pushbutton.text
-msgctxt "hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA_OPT.PB_HHO_DELETE.pushbutton.text"
-msgid "Delete"
-msgstr "წაშლა"
+#. *-*d
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_NEWDOCUMENT\n"
+"GRP_NEWDOCUMENT\n"
+"fixedline.text"
+msgid "New document"
+msgstr "ახალი დოკუმენტი"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA_OPT.modaldialog.text
-msgid "Hangul/Hanja Options"
-msgstr "ჰანგული/ჰანჯა პარამეტრები"
+#. Q9Pb
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_NEWDOCUMENT\n"
+"RB_EDITNOW\n"
+"radiobutton.text"
+msgid "Edit ~now"
+msgstr "რედაქტირება ~ეხლა"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA_NEWDICT.FL_NEWDICT.fixedline.text
-msgid "Dictionary"
-msgstr "ლექსიკონი"
+#. 6:]p
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_NEWDOCUMENT\n"
+"RB_EDITLATER\n"
+"radiobutton.text"
+msgid "Edit ~later"
+msgstr "რედაქტირება ~მოგვიანებით"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA_NEWDICT.FT_DICTNAME.fixedtext.text
-msgctxt "hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA_NEWDICT.FT_DICTNAME.fixedtext.text"
-msgid "~Name"
-msgstr "ს~ახელი"
+#. 5m$V
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_NEWDOCUMENT\n"
+"FT_PATH_NEWDOC\n"
+"fixedtext.text"
+msgid "~File"
+msgstr "~ფაილი"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA_NEWDICT.modaldialog.text
-msgid "New Dictionary"
-msgstr "ახალი ლექსიკონი"
+#. V0m0
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_NEWDOCUMENT\n"
+"FT_DOCUMENT_TYPES\n"
+"fixedtext.text"
+msgid "File ~type"
+msgstr "ფაილის ~ტიპი"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA_EDIT.STR_EDITHINT.string.text
-msgid "[Enter text here]"
-msgstr "[შეიყვანეთ ტექსტი აქ]"
+#. sNOa
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_NEWDOCUMENT\n"
+"BTN_CREATE\n"
+"imagebutton.text"
+msgid "Select Path"
+msgstr "ადგილმდებარეობის არჩევა"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA_EDIT.FT_BOOK.fixedtext.text
-msgid "Book"
-msgstr "წიგნი"
+#. (:A,
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_NEWDOCUMENT\n"
+"BTN_CREATE\n"
+"imagebutton.quickhelptext"
+msgid "Select Path"
+msgstr "ადგილმდებარეობის არჩევა"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA_EDIT.FT_ORIGINAL.fixedtext.text
-msgid "Original"
-msgstr "დედანი"
+#. -]a3
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_NEWDOCUMENT\n"
+"GRP_MORE\n"
+"fixedline.text"
+msgid "Further settings"
+msgstr "მომდევნო პარამეტრები"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA_EDIT.FT_SUGGESTIONS.fixedtext.text
-msgid "Suggestions (max. 8)"
-msgstr "წინადადებები (მაქს. 8)"
+#. fmXl
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_NEWDOCUMENT\n"
+"FT_FRAME\n"
+"fixedtext.text"
+msgid "F~rame"
+msgstr "ჩ~არჩო"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA_EDIT.PB_HHE_NEW.pushbutton.text
-msgid "New"
-msgstr "ახალი"
+#. |86V
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_NEWDOCUMENT\n"
+"FT_FORM\n"
+"fixedtext.text"
+msgid "F~orm"
+msgstr "ფ~ორმა"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA_EDIT.PB_HHE_DELETE.pushbutton.text
-msgctxt "hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA_EDIT.PB_HHE_DELETE.pushbutton.text"
-msgid "Delete"
-msgstr "წაშლა"
+#. mKrs
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.LB_FORM\n"
+"1\n"
+"stringlist.text"
+msgid "Text"
+msgstr "ტექსტი"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA_EDIT.PB_HHE_CLOSE.cancelbutton.text
-msgctxt "hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA_EDIT.PB_HHE_CLOSE.cancelbutton.text"
-msgid "Close"
-msgstr "დახურვა"
+#. IFOf
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_NEWDOCUMENT.LB_FORM\n"
+"2\n"
+"stringlist.text"
+msgid "Button"
+msgstr "ღილაკი"
-#: hangulhanjadlg.src#RID_SVX_MDLG_HANGULHANJA_EDIT.modaldialog.text
-msgid "Edit Custom Dictionary"
-msgstr "მორგებული ლექსიკონის რედაქტირება"
+#. r6BB
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_NEWDOCUMENT\n"
+"FT_INDICATION\n"
+"fixedtext.text"
+msgid "Te~xt"
+msgstr "ტე~ქსტი"
-#: commonlingui.src#RID_SVX_WND_COMMON_LINGU.FT_WORD.fixedtext.text
-msgid "Origi~nal"
-msgstr "ორიგი~ნალური"
+#. ~Mq(
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_NEWDOCUMENT\n"
+"FT_TEXT\n"
+"fixedtext.text"
+msgid "N~ame"
+msgstr "ს~ახელი"
-#: commonlingui.src#RID_SVX_WND_COMMON_LINGU.FT_NEWWORD.fixedtext.text
-msgctxt "commonlingui.src#RID_SVX_WND_COMMON_LINGU.FT_NEWWORD.fixedtext.text"
-msgid "~Word"
-msgstr "ს~იტყვა"
+#. dZXk
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_NEWDOCUMENT\n"
+"BTN_SCRIPT\n"
+"imagebutton.text"
+msgid "Events"
+msgstr "მოვლენები"
-#: commonlingui.src#RID_SVX_WND_COMMON_LINGU.FT_SUGGESTION.fixedtext.text
-msgctxt "commonlingui.src#RID_SVX_WND_COMMON_LINGU.FT_SUGGESTION.fixedtext.text"
-msgid "~Suggestions"
-msgstr "~შეთავაზებები"
+#. zK]z
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_NEWDOCUMENT\n"
+"BTN_SCRIPT\n"
+"imagebutton.quickhelptext"
+msgid "Events"
+msgstr "მოვლენები"
-#: commonlingui.src#RID_SVX_WND_COMMON_LINGU.BTN_IGNORE.pushbutton.text
-msgid "~Ignore"
-msgstr "~უარყოფა"
+#. x;ZE
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXPAGE_HYPERLINK_NEWDOCUMENT\n"
+"tabpage.text"
+msgid "Hyperlink"
+msgstr "ბმული"
-#: commonlingui.src#RID_SVX_WND_COMMON_LINGU.BTN_IGNOREALL.pushbutton.text
-msgid "Always I~gnore"
-msgstr "ყოველთვის უა~რყოფა"
+#. 09mE
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXDLG_NEWHYPERLINK\n"
+"modaldialog.text"
+msgid "Hyperlink"
+msgstr "ბმული"
-#: commonlingui.src#RID_SVX_WND_COMMON_LINGU.BTN_CHANGE.pushbutton.text
-msgid "~Replace"
-msgstr "ჩ~ანაცვლება"
+#. ]-/)
+#: hyperdlg.src
+#, fuzzy
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXSTR_HYPDLG_APPLYBUT\n"
+"string.text"
+msgid "Apply"
+msgstr ""
+"#-#-#-#-# fldui.po (PACKAGE VERSION) #-#-#-#-#\n"
+"გააქტიურება\n"
+"#-#-#-#-# dialog.po (PACKAGE VERSION) #-#-#-#-#\n"
+"გააქტიურება\n"
+"#-#-#-#-# options.po (PACKAGE VERSION) #-#-#-#-#\n"
+"მინიჭება\n"
+"#-#-#-#-# dlg.po (PACKAGE VERSION) #-#-#-#-#\n"
+"მისადაგება\n"
+"#-#-#-#-# framework.po (PACKAGE VERSION) #-#-#-#-#\n"
+"გამოყენება"
-#: commonlingui.src#RID_SVX_WND_COMMON_LINGU.BTN_CHANGEALL.pushbutton.text
-msgid "Always R~eplace"
-msgstr "ყოველთვის ჩანა~ცვლება"
+#. TQGN
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXSTR_HYPDLG_CLOSEBUT\n"
+"string.text"
+msgid "Close"
+msgstr "დახურვა"
-#: commonlingui.src#RID_SVX_WND_COMMON_LINGU.BTN_OPTIONS.pushbutton.text
-msgid "Options..."
-msgstr "პარამეტრები..."
+#. N$)L
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXSTR_HYPDLG_MACROACT1\n"
+"string.text"
+msgid "Mouse over object"
+msgstr "მაუსი ობიექტის ზევიდან"
-#: commonlingui.src#RID_SVX_WND_COMMON_LINGU.BTN_SPL_CANCEL.cancelbutton.text
-msgctxt "commonlingui.src#RID_SVX_WND_COMMON_LINGU.BTN_SPL_CANCEL.cancelbutton.text"
-msgid "~Close"
-msgstr "~დახურვა"
+#. ~,38
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXSTR_HYPDLG_MACROACT2\n"
+"string.text"
+msgid "Trigger hyperlink"
+msgstr "სასხლეტი ჰიპერბმული"
-#: postdlg.src#RID_SVXDLG_POSTIT.FT_LASTEDITLABEL.fixedtext.text
-msgctxt "postdlg.src#RID_SVXDLG_POSTIT.FT_LASTEDITLABEL.fixedtext.text"
-msgid "Author"
-msgstr "ავტორი"
+#. !\1h
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXSTR_HYPDLG_MACROACT3\n"
+"string.text"
+msgid "Mouse leaves object"
+msgstr "მაუსი ტოვებს ობიექტს"
-#: postdlg.src#RID_SVXDLG_POSTIT.FT_EDIT.fixedtext.text
-msgctxt "postdlg.src#RID_SVXDLG_POSTIT.FT_EDIT.fixedtext.text"
-msgid "~Text"
-msgstr "~ტექსტი"
+#. (2V!
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXSTR_HYPDLG_NOVALIDFILENAME\n"
+"string.text"
+msgid "Please type in a valid file name."
+msgstr "გთხოვთ აკრიფოთ ვარგისი სახელი."
-#: postdlg.src#RID_SVXDLG_POSTIT.FL_POSTIT.fixedline.text
-msgid "Contents"
-msgstr "სარჩევი"
+#. .mG@
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXSTR_HYPERDLG_HLINETTP\n"
+"string.text"
+msgid "Internet"
+msgstr "ინტერნეტი"
-#: postdlg.src#RID_SVXDLG_POSTIT.FT_AUTHOR.fixedtext.text
-msgid "~Insert"
-msgstr "ჩ~ასმა"
+#. mSyU
+#: hyperdlg.src
+#, fuzzy
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXSTR_HYPERDLG_HLINETTP_HELP\n"
+"string.text"
+msgid "This is where you create a hyperlink to a Web page or FTP server connection."
+msgstr "აქ ქმნით ჰიპერბმულს ვებგვერდზე, FTP სერვერზე ან Telnet კავშირზე."
-#: postdlg.src#RID_SVXDLG_POSTIT.BTN_AUTHOR.pushbutton.text
-msgctxt "postdlg.src#RID_SVXDLG_POSTIT.BTN_AUTHOR.pushbutton.text"
-msgid "Author"
-msgstr "ავტორი"
+#. A5}_
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXSTR_HYPERDLG_HLMAILTP\n"
+"string.text"
+msgid "Mail & News"
+msgstr "ელფოსტა და ახალი ამბები"
-#: postdlg.src#RID_SVXDLG_POSTIT.STR_NOTIZ_EDIT.string.text
-msgid "Edit Comment"
-msgstr ""
+#. cHu(
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXSTR_HYPERDLG_HLMAILTP_HELP\n"
+"string.text"
+msgid "This is where you create a hyperlink to an e-mail address or newsgroup."
+msgstr "აქ ქმნით ჰიპერბმულს ელფოსტის მისამართზე ან სადისკუსიო ჯგუფზე."
-#: postdlg.src#RID_SVXDLG_POSTIT.STR_NOTIZ_INSERT.string.text
-msgid "Insert Comment"
-msgstr ""
+#. KN!U
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXSTR_HYPERDLG_HLDOCTP\n"
+"string.text"
+msgid "Document"
+msgstr "დოკუმენტი"
-#: postdlg.src#RID_SVXDLG_POSTIT.modaldialog.text
-msgid "Comment"
+#. eP`}
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXSTR_HYPERDLG_HLDOCTP_HELP\n"
+"string.text"
+msgid "This is where you create a hyperlink to an existing document or a target within a document."
msgstr ""
-#: iconcdlg.src#RID_SVXSTR_ICONCHOICEDLG_RESETBUT.string.text
-msgid "~Back"
-msgstr "~უკან"
+#. kU1%
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXSTR_HYPERDLG_HLDOCNTP\n"
+"string.text"
+msgid "New Document"
+msgstr "ახალი დოკუმენტი"
+
+#. %r;g
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXSTR_HYPERDLG_HLDOCNTP_HELP\n"
+"string.text"
+msgid "This is where you create a new document to which the new link points."
+msgstr "აქ ქმნით ახალ დოკუმენტს, რომელზეც მიუთითებს ახალი ბმული."
+
+#. ?h/R
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXSTR_HYPERDLG_FORM_BUTTON\n"
+"string.text"
+msgid "Button"
+msgstr "ღილაკი"
+
+#. mAnp
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXSTR_HYPERDLG_FROM_TEXT\n"
+"string.text"
+msgid "Text"
+msgstr "ტექსტი"
+
+#. X(k6
+#: hyperdlg.src
+msgctxt ""
+"hyperdlg.src\n"
+"RID_SVXSTR_HYPERDLG_QUERYOVERWRITE\n"
+"string.text"
+msgid "The file already exists. Overwrite?"
+msgstr "ფაილი უკვე არსებობს. გადავაწერო ზემოდან?"
diff --git a/source/ka/cui/source/options.po b/source/ka/cui/source/options.po
index 21213cf0de7..9e98a42b19d 100644
--- a/source/ka/cui/source/options.po
+++ b/source/ka/cui/source/options.po
@@ -1,9 +1,9 @@
-#. extracted from cui/source/options.oo
+#. extracted from cui/source/options
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+cui%2Fsource%2Foptions.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2012-06-16 14:28+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,740 +12,307 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: optgenrl.src#RID_SFXPAGE_GENERAL.FT_COMPANY.fixedtext.text
-msgid "~Company"
-msgstr "~კომპანია"
-
-#: optgenrl.src#RID_SFXPAGE_GENERAL.FT_NAME.fixedtext.text
-msgid "First/Last ~name/Initials"
-msgstr "სახელი/~გვარი /ინიციალები"
-
-#: optgenrl.src#RID_SFXPAGE_GENERAL.FT_NAME_RUSS.fixedtext.text
-msgid "Last Name/First name/Father's name/Initials"
-msgstr ""
-
-#: optgenrl.src#RID_SFXPAGE_GENERAL.FT_NAME_EASTERN.fixedtext.text
-msgid "Last/First ~name/Initials"
-msgstr "სახელი/~გვარი /ინიციალები"
-
-#: optgenrl.src#RID_SFXPAGE_GENERAL.FT_STREET.fixedtext.text
-msgid "~Street"
-msgstr "~ქუჩა"
-
-#: optgenrl.src#RID_SFXPAGE_GENERAL.FT_STREET_RUSS.fixedtext.text
-msgid "Street/Apartment number"
-msgstr "ქუჩა/ბინის ნუმერი"
-
-#: optgenrl.src#RID_SFXPAGE_GENERAL.FT_CITY.fixedtext.text
-msgid "Zip/City"
-msgstr "საფოსტო ინდექსი/ქალაქი"
-
-#: optgenrl.src#RID_SFXPAGE_GENERAL.FT_COUNTRY.fixedtext.text
-msgid "Country/Region"
-msgstr "ქვეყანა/რეგიონი"
-
-#: optgenrl.src#RID_SFXPAGE_GENERAL.FT_TITLEPOS.fixedtext.text
-msgid "~Title/Position"
-msgstr "~სათაური/პოზიცია"
-
-#: optgenrl.src#RID_SFXPAGE_GENERAL.FT_PHONE.fixedtext.text
-msgid "Tel. (Home/Work)"
-msgstr "ტელ. (სახლის/სამსახურის)"
-
-#: optgenrl.src#RID_SFXPAGE_GENERAL.FT_FAXMAIL.fixedtext.text
-msgid "Fa~x / E-mail"
-msgstr "ფა~ქსი/ელფოსტა"
-
-#: optgenrl.src#RID_SFXPAGE_GENERAL.GB_ADDRESS.fixedline.text
-msgid "Address "
-msgstr "მისამართი"
-
-#: optgenrl.src#RID_SFXPAGE_GENERAL.CB_USEDATA.checkbox.text
-msgid "Use data for document properties"
-msgstr "გამოიყენეთ მონაცემები დოკუმენტთა თვისებებისთვის"
-
-#: optgenrl.src#RID_SFXPAGE_GENERAL.STR_US_STATE.string.text
-msgid "City/State/Zip"
-msgstr "ქალაქი/შტატი/საფოსტო ინდექსი"
-
-#: optgenrl.src#RID_SFXPAGE_GENERAL.STR_QUERY_REG.string.text
-msgid "Note that street, Zip code and city are used to generate the registration key. You will not be able to change the user data again until the registration has been carried out. Do you want to modify the user data now?"
-msgstr "აღნიშნეთ რომ ქუჩა,საფოსტო ინდექსი და ქალაქი გამოიყენება სარეგისტრავციო გასაღების გენერირებისთვის.თქვენ არ შეგეძლებათ შეცვალოთ მომხმარებლის მონაცემები თავიდან სანამ რეგისტრაცია არ შესრულდება.გნებავთ მომხმარებლის მონაცემების შეცვლა ახლავე?"
-
-#: optgenrl.src#RID_SFXPAGE_GENERAL.tabpage.text
-msgctxt "optgenrl.src#RID_SFXPAGE_GENERAL.tabpage.text"
-msgid "User Data"
-msgstr "მომხმარებლის მონაცემები"
-
-#: optgenrl.src#RID_SVXQB_CHANGEDATA.querybox.text
-msgid ""
-"The User Data have been changed.\n"
-"Note that, if you continue, the registration key will become invalid.\n"
-"Therefore, a new registration key is needed within 30 days.\n"
-"You can find the registration form in the menu Help - Registration...\n"
-"Do you really want to change your User Data?"
-msgstr ""
-"მომხმარებლის მონაცემები შეიცვალა.\n"
-"აღნიშნეთ, რომ თუ თქვენ გააგრძელებთ, სარეგისტრაციო გასაღები იქნება მიუწვდომელი.\n"
-"ამიტომ ახალი სარეგისტრაციო გასაღები აუცილებელია 30 დღის განმავლობაში.\n"
-"თქვენ შეგიძლიათ იპოვოთ სარეგისტრაციო ფორმა მენიუში: დახმარება - რეგისტრაცია...\n"
-"თქვენ ნამდვილად გნებავთ შეცვალოთ თქვენი მომხმარებლის მონაცემები?"
-
-#: securityoptions.src#RID_SVXDLG_SECURITY_OPTIONS.FL_WARNINGS.fixedline.text
-msgid "Security warnings"
-msgstr ""
-
-#: securityoptions.src#RID_SVXDLG_SECURITY_OPTIONS.FI_WARNINGS.fixedtext.text
-msgid "Warn if document contains recorded changes, versions, hidden information or notes:"
-msgstr ""
-
-#: securityoptions.src#RID_SVXDLG_SECURITY_OPTIONS.CB_SAVESENDDOCS.checkbox.text
-msgid "When saving or sending"
-msgstr ""
-
-#: securityoptions.src#RID_SVXDLG_SECURITY_OPTIONS.CB_SIGNDOCS.checkbox.text
-msgid "When signing"
-msgstr ""
-
-#: securityoptions.src#RID_SVXDLG_SECURITY_OPTIONS.CB_PRINTDOCS.checkbox.text
-msgid "When printing"
-msgstr ""
-
-#: securityoptions.src#RID_SVXDLG_SECURITY_OPTIONS.CB_CREATEPDF.checkbox.text
-msgid "When creating PDF files"
-msgstr ""
-
-#: securityoptions.src#RID_SVXDLG_SECURITY_OPTIONS.FL_OPTIONS.fixedline.text
-msgid "Security options"
-msgstr ""
-
-#: securityoptions.src#RID_SVXDLG_SECURITY_OPTIONS.CB_REMOVEINFO.checkbox.text
-msgid "Remove personal information on saving"
-msgstr ""
-
-#: securityoptions.src#RID_SVXDLG_SECURITY_OPTIONS.CB_RECOMMENDPWD.checkbox.text
-msgid "Recommend password protection on saving"
-msgstr ""
-
-#: securityoptions.src#RID_SVXDLG_SECURITY_OPTIONS.CB_CTRLHYPERLINK.checkbox.text
-msgid "Ctrl-click required to follow hyperlinks"
-msgstr ""
-
-#: securityoptions.src#RID_SVXDLG_SECURITY_OPTIONS.modaldialog.text
-msgctxt "securityoptions.src#RID_SVXDLG_SECURITY_OPTIONS.modaldialog.text"
-msgid "Security options and warnings"
-msgstr ""
-
-#: optsave.src#TEXT_SAVEPAGE.#define.text
-msgctxt "optsave.src#TEXT_SAVEPAGE.#define.text"
-msgid "Save"
-msgstr "შენახვა"
-
-#: optsave.src#RID_SFXPAGE_SAVE.LB_LOAD.fixedline.text
-msgid "Load"
-msgstr "ჩატვირთვა"
-
-#: optsave.src#RID_SFXPAGE_SAVE.CB_LOAD_SETTINGS.checkbox.text
-msgid "Load user-specific settings with the document"
-msgstr "მომხმრებლის სპეციფიკური პარამეტრების ჩატვირთვა დოკუმენტთან ერთად "
-
-#: optsave.src#RID_SFXPAGE_SAVE.CB_LOAD_DOCPRINTER.checkbox.text
-msgid "Load printer settings with the document"
-msgstr "მომხმრებლის სპეციფიკური პარამეტრების ჩატვირთვა დოკუმენტთან ერთად "
-
-#: optsave.src#RID_SFXPAGE_SAVE.GB_SAVE.fixedline.text
-msgctxt "optsave.src#RID_SFXPAGE_SAVE.GB_SAVE.fixedline.text"
-msgid "Save"
-msgstr "შენახვა"
-
-#: optsave.src#RID_SFXPAGE_SAVE.BTN_DOCINFO.checkbox.text
-msgid "~Edit document properties before saving"
-msgstr "~დოკუმენტის შენახვამდე თვისებების რედაქტირება "
-
-#: optsave.src#RID_SFXPAGE_SAVE.BTN_BACKUP.checkbox.text
-msgid "Al~ways create backup copy"
-msgstr "ყ~ოველთვის შეიქმნას სარეზერვო ასლი"
-
-#: optsave.src#RID_SFXPAGE_SAVE.BTN_AUTOSAVE.checkbox.text
-msgid "Save ~AutoRecovery information every"
-msgstr "ავტოამღდგენი ინფორმაციის შ~ენახვა ყოველ "
-
-#: optsave.src#RID_SFXPAGE_SAVE.FT_MINUTE.fixedtext.text
-msgid "Minutes"
-msgstr "წუთები"
-
-#: optsave.src#RID_SFXPAGE_SAVE.BTN_RELATIVE_FSYS.checkbox.text
-msgid "Save URLs relative to file system"
-msgstr ""
-
-#: optsave.src#RID_SFXPAGE_SAVE.BTN_RELATIVE_INET.checkbox.text
-msgid "Save URLs relative to internet"
-msgstr ""
-
-#: optsave.src#RID_SFXPAGE_SAVE.FL_FILTER.fixedline.text
-msgid "Default file format and ODF settings"
-msgstr ""
-
-#: optsave.src#RID_SFXPAGE_SAVE.FT_ODF_VERSION.fixedtext.text
-msgid "ODF format version"
-msgstr ""
-
-#: optsave.src#RID_SFXPAGE_SAVE.LB_ODF_VERSION.1.stringlist.text
-msgid "1.0/1.1"
-msgstr ""
-
-#: optsave.src#RID_SFXPAGE_SAVE.LB_ODF_VERSION.2.stringlist.text
-msgid "1.2"
-msgstr ""
-
-#: optsave.src#RID_SFXPAGE_SAVE.LB_ODF_VERSION.3.stringlist.text
-msgid "1.2 Extended (compat mode)"
-msgstr ""
-
-#: optsave.src#RID_SFXPAGE_SAVE.LB_ODF_VERSION.4.stringlist.text
-msgid "1.2 Extended (recommended)"
-msgstr ""
-
-#: optsave.src#RID_SFXPAGE_SAVE.BTN_NOPRETTYPRINTING.checkbox.text
-msgid "Size optimization for ODF format"
-msgstr ""
-
-#: optsave.src#RID_SFXPAGE_SAVE.BTN_WARNALIENFORMAT.checkbox.text
-msgid "Warn when not saving in ODF or default format"
-msgstr ""
-
-#: optsave.src#RID_SFXPAGE_SAVE.FT_APP.fixedtext.text
-msgid "D~ocument type"
-msgstr "დ~ოკუმენტის ტიპი"
-
-#: optsave.src#RID_SFXPAGE_SAVE.FT_FILTER.fixedtext.text
-msgid "Always sa~ve as"
-msgstr "ყოველთვის შე~ნახვა როგორც"
-
-#: optsave.src#RID_SFXPAGE_SAVE.LB_APP.1.stringlist.text
-msgid "Text document"
-msgstr "ტექსტური დოკუმენტი"
-
-#: optsave.src#RID_SFXPAGE_SAVE.LB_APP.2.stringlist.text
-msgid "HTML document"
-msgstr "HTML დოკუმენტი"
-
-#: optsave.src#RID_SFXPAGE_SAVE.LB_APP.3.stringlist.text
-msgid "Master document"
-msgstr "მთავარი დოკუმენტი"
-
-#: optsave.src#RID_SFXPAGE_SAVE.LB_APP.4.stringlist.text
-msgctxt "optsave.src#RID_SFXPAGE_SAVE.LB_APP.4.stringlist.text"
-msgid "Spreadsheet"
-msgstr "ელცხრილი"
-
-#: optsave.src#RID_SFXPAGE_SAVE.LB_APP.5.stringlist.text
-msgid "Presentation"
-msgstr "პრეზენტაცია"
-
-#: optsave.src#RID_SFXPAGE_SAVE.LB_APP.6.stringlist.text
-msgid "Drawing"
-msgstr "ხატვა"
-
-#: optsave.src#RID_SFXPAGE_SAVE.LB_APP.7.stringlist.text
-msgctxt "optsave.src#RID_SFXPAGE_SAVE.LB_APP.7.stringlist.text"
-msgid "Formula"
-msgstr "ფორმულა"
-
-#. EN-US, the term 'extended' must not be translated.
-#: optsave.src#RID_SFXPAGE_SAVE.FT_WARN.fixedtext.text
-msgid "Not using ODF 1.2 Extended may cause information to be lost."
-msgstr ""
-
-#: optsave.src#RID_SVXDLG_FILTER_WARNING.FT_FILTER_WARNING.fixedtext.text
-msgid "Using \"%1\" as default file format may cause information loss.\n"
-msgstr "\"%1\" -ის გამოყენებამ როგორც ნაგულისხმევ ფაილის ფორმატად , შეიძლება გამოიწვიოს ინფორმაციის დაკარგვა.\n"
-
-#: readonlyimage.src#RID_SVXSTR_READONLY_CONFIG_TIP.string.text
-msgid "This setting is protected by the Administrator"
-msgstr "ეს პარამეტრი დაცულია ადმინისტრატორის მიერ"
-
-#: optinet2.src#RID_SVXPAGE_INET_MOZPLUGIN.GB_MOZPLUGIN.fixedline.text
-msgctxt "optinet2.src#RID_SVXPAGE_INET_MOZPLUGIN.GB_MOZPLUGIN.fixedline.text"
-msgid "Browser Plug-in"
-msgstr ""
-
-#: optinet2.src#RID_SVXPAGE_INET_MOZPLUGIN.CB_MOZPLUGIN_CODE.checkbox.text
-msgid "~Display documents in browser"
-msgstr ""
-
-#: optinet2.src#RID_SVXPAGE_INET_PROXY.GB_SETTINGS.fixedline.text
-msgctxt "optinet2.src#RID_SVXPAGE_INET_PROXY.GB_SETTINGS.fixedline.text"
-msgid "Settings"
-msgstr "პარამეტრები"
-
-#: optinet2.src#RID_SVXPAGE_INET_PROXY.FT_PROXYMODE.fixedtext.text
-msgid "Proxy s~erver"
-msgstr "Proxy ს~ერვერი"
-
-#: optinet2.src#RID_SVXPAGE_INET_PROXY.LB_PROXYMODE.1.stringlist.text
-#, fuzzy
-msgid "None"
-msgstr "არა"
-
-#: optinet2.src#RID_SVXPAGE_INET_PROXY.LB_PROXYMODE.2.stringlist.text
-msgctxt "optinet2.src#RID_SVXPAGE_INET_PROXY.LB_PROXYMODE.2.stringlist.text"
-msgid "System"
-msgstr "სისტემა"
-
-#: optinet2.src#RID_SVXPAGE_INET_PROXY.LB_PROXYMODE.3.stringlist.text
-msgid "Manual"
-msgstr "ხელით"
-
-#: optinet2.src#RID_SVXPAGE_INET_PROXY.ST_PROXY_FROM_BROWSER.string.text
-msgid "Use browser settings"
-msgstr "ბროუზერის პარამეტრების გამოყენება"
-
-#: optinet2.src#RID_SVXPAGE_INET_PROXY.FT_HTTP_PROXY.fixedtext.text
-msgid "HT~TP proxy"
-msgstr "HT~TP პროქსი"
-
-#: optinet2.src#RID_SVXPAGE_INET_PROXY.FT_HTTP_PORT.fixedtext.text
-msgid "~Port"
-msgstr "~Port"
-
-#: optinet2.src#RID_SVXPAGE_INET_PROXY.FT_HTTPS_PROXY.fixedtext.text
-msgid "HTTP~S proxy"
-msgstr "HT~TP პროქსი"
-
-#: optinet2.src#RID_SVXPAGE_INET_PROXY.FT_HTTPS_PORT.fixedtext.text
-msgctxt "optinet2.src#RID_SVXPAGE_INET_PROXY.FT_HTTPS_PORT.fixedtext.text"
-msgid "P~ort"
-msgstr "პ~ორტი"
-
-#: optinet2.src#RID_SVXPAGE_INET_PROXY.FT_FTP_PROXY.fixedtext.text
-msgid "~FTP proxy"
-msgstr "~FTP პროქსი"
-
-#: optinet2.src#RID_SVXPAGE_INET_PROXY.FT_FTP_PORT.fixedtext.text
-msgctxt "optinet2.src#RID_SVXPAGE_INET_PROXY.FT_FTP_PORT.fixedtext.text"
-msgid "P~ort"
-msgstr "პ~ორტი"
-
-#: optinet2.src#RID_SVXPAGE_INET_PROXY.FT_SOCKS_PROXY.fixedtext.text
-msgid "~SOCKS proxy"
-msgstr "~SOCKS პროქსი"
-
-#: optinet2.src#RID_SVXPAGE_INET_PROXY.FT_SOCKS_PORT.fixedtext.text
-msgid "Po~rt"
-msgstr "პო~რტი"
-
-#: optinet2.src#RID_SVXPAGE_INET_PROXY.FT_NOPROXYFOR.fixedtext.text
-msgid "~No proxy for:"
-msgstr "~არ არის პროქი:"
-
-#: optinet2.src#RID_SVXPAGE_INET_PROXY.ED_NOPROXYDESC.fixedtext.text
-msgid "Separator ;"
-msgstr "გამყოფი:"
-
-#: optinet2.src#RID_SVXPAGE_INET_PROXY.GB_DNS.fixedline.text
-msgid "DNS server"
-msgstr "DNS სერვერი"
-
-#: optinet2.src#RID_SVXPAGE_INET_PROXY.RB_DNS_AUTO.radiobutton.text
-msgid "~Automatic"
-msgstr "~ავტომატური"
-
-#: optinet2.src#RID_SVXPAGE_INET_PROXY.RB_DNS_MANUAL.radiobutton.text
-msgid "~Manual"
-msgstr "~ხელით"
-
-#: optinet2.src#RID_SVXPAGE_INET_PROXY.ST_MSG_255_0.string.text
-msgid "is not a valid entry for this field. Please specify a value between 0 and 255."
-msgstr "ეს მცდარი ჩანაწერია ამ ველისთვის.გთხოვთ განსაზღვროთ მნიშვნელობა 0-დან 255-მდე."
-
-#: optinet2.src#RID_SVXPAGE_INET_PROXY.ST_MSG_255_1.string.text
-msgid "is not a valid entry for this field. Please specify a value between 1 and 255."
-msgstr "ეს მცდარი ჩანაწერია ამ ველისთვის.გთხოვთ განსაზღვროთ მნიშვნელობა 1-დან 255-მდე."
-
-#: optinet2.src#RID_SVXPAGE_INET_PROXY.tabpage.text
-msgctxt "optinet2.src#RID_SVXPAGE_INET_PROXY.tabpage.text"
-msgid "Proxy"
-msgstr "პროქსი"
-
-#: optinet2.src#RID_SVXPAGE_INET_SECURITY.FL_SEC_SECURITYOPTIONS.fixedline.text
-msgctxt "optinet2.src#RID_SVXPAGE_INET_SECURITY.FL_SEC_SECURITYOPTIONS.fixedline.text"
-msgid "Security options and warnings"
-msgstr ""
-
-#: optinet2.src#RID_SVXPAGE_INET_SECURITY.FI_SEC_SECURITYOPTIONS.fixedtext.text
-msgid "Adjust security related options and define warnings for hidden information in documents."
-msgstr ""
-
-#: optinet2.src#RID_SVXPAGE_INET_SECURITY.PB_SEC_SECURITYOPTIONS.pushbutton.text
-msgid "Options..."
-msgstr "პარამეტრები..."
-
-#: optinet2.src#RID_SVXPAGE_INET_SECURITY.FL_SEC_PASSWORDS.fixedline.text
-msgid "Passwords for web connections"
-msgstr ""
-
-#: optinet2.src#RID_SVXPAGE_INET_SECURITY.CB_SEC_SAVEPASSWORDS.checkbox.text
-msgid "Persistently save passwords for web connections"
-msgstr ""
-
-#: optinet2.src#RID_SVXPAGE_INET_SECURITY.PB_SEC_CONNECTIONS.pushbutton.text
-msgid "Connections..."
-msgstr "კავშირები"
-
-#: optinet2.src#RID_SVXPAGE_INET_SECURITY.CB_SEC_MASTERPASSWORD.checkbox.text
-msgid "Protected by a master password (recommended)"
-msgstr ""
-
-#: optinet2.src#RID_SVXPAGE_INET_SECURITY.FI_SEC_MASTERPASSWORD.fixedtext.text
-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 ""
-
-#: optinet2.src#RID_SVXPAGE_INET_SECURITY.PB_SEC_MASTERPASSWORD.pushbutton.text
-msgid "Master Password..."
-msgstr ""
-
-#: optinet2.src#RID_SVXPAGE_INET_SECURITY.FL_SEC_MACROSEC.fixedline.text
-msgid "Macro security"
-msgstr "მაკრო-ს უსაპრთხოება"
-
-#: optinet2.src#RID_SVXPAGE_INET_SECURITY.FI_SEC_MACROSEC.fixedtext.text
-msgid "Adjust the security level for executing macros and specify trusted macro developers."
-msgstr "მოირგეთ უსაფრთხოეების დონე , იმისთვის რომ შესრულდეს მაკროს-ს განსაზღვრა და დადგინდეს მაკრო-დეველოვერების ნდობა."
-
-#: optinet2.src#RID_SVXPAGE_INET_SECURITY.PB_SEC_MACROSEC.pushbutton.text
-msgid "Macro Security..."
-msgstr "მაკრო-ს უსაპრთხოება..."
-
-#: optinet2.src#RID_SVXPAGE_INET_SECURITY.FL_SEC_CERTPATH.fixedline.text
-msgctxt "optinet2.src#RID_SVXPAGE_INET_SECURITY.FL_SEC_CERTPATH.fixedline.text"
-msgid "Certificate Path"
-msgstr ""
-
-#: optinet2.src#RID_SVXPAGE_INET_SECURITY.FI_SEC_CERTPATH.fixedtext.text
-msgid "Select the Network Security Services certificate directory to use for digital signatures."
-msgstr ""
-
-#: optinet2.src#RID_SVXPAGE_INET_SECURITY.PB_SEC_CERTPATH.pushbutton.text
-msgid "Certificate..."
-msgstr ""
-
-#: optinet2.src#RID_SVXPAGE_INET_SECURITY.STR_SEC_NOPASSWDSAVE.string.text
-msgid ""
-"Disabling the function to persistently store passwords deletes the list of passwords stored and resets the master password.\n"
-"\n"
-"Do you want to delete password list and reset master password?"
-msgstr ""
-
-#: optinet2.src#RID_SVXPAGE_INET_SECURITY.tabpage.text
-msgctxt "optinet2.src#RID_SVXPAGE_INET_SECURITY.tabpage.text"
-msgid "Security"
-msgstr "უსაფრთხოება"
-
-#: optinet2.src#RID_SVXERR_OPT_PROXYPORTS.errorbox.text
-msgid ""
-"Invalid value!\n"
-"\n"
-"The maximum value for a port number is 65535."
-msgstr ""
-"მნიშვნელობა არასწორია!\n"
-"\n"
-"მაქსიმალური მნიშვნელობა პორტის ნომერისთვის არის 65535."
-
-#: optinet2.src#RID_SVXDLG_OPT_JAVASCRIPT_DISABLE.FT_JSCPT_WARNING.fixedtext.text
-msgid ""
-"Please note that with Java\n"
-"you disable Javascript as well.\n"
-"\n"
-"Do you still want to disable Java?"
-msgstr ""
-"გაითვალისწინეთ რომ Java-თ\n"
-"გამორთავთ Javascript-საც.\n"
-"\n"
-"ნამდვილად გსურთ Java-ს გამორთვა?"
-
-#: optinet2.src#RID_SVXDLG_OPT_JAVASCRIPT_DISABLE.CB_JSCPT_DISABLE.checkbox.text
-msgid "~Don't show warning again"
-msgstr "~აღარ მაჩვენო გაფრთხილება კიდევ"
-
-#: optinet2.src#RID_SVXPAGE_INET_MAIL.FL_MAIL.fixedline.text
-msgid "Sending documents as e-mail attachments"
-msgstr "დოკუმენების გაგზავნა როგორც ელფოსტის დანართი "
-
-#: optinet2.src#RID_SVXPAGE_INET_MAIL.FT_MAILERURL.fixedtext.text
-msgid "~E-mail program"
-msgstr "~ელფოსტის პროგრამა"
-
-#: optinet2.src#RID_SVXPAGE_INET_MAIL.STR_DEFAULT_FILENAME.string.text
-msgid "All files"
-msgstr ""
-
-#: fontsubs.src#RID_SVX_FONT_SUBSTITUTION.CB_USETABLE.checkbox.text
+#. A=\H
+#: fontsubs.src
+msgctxt ""
+"fontsubs.src\n"
+"RID_SVX_FONT_SUBSTITUTION\n"
+"CB_USETABLE\n"
+"checkbox.text"
msgid "~Apply replacement table"
msgstr "ჩ~ანაცვლების ცხრილის მისადაგება"
-#: fontsubs.src#RID_SVX_FONT_SUBSTITUTION.FT_FONT1.fixedtext.text
+#. odH$
+#: fontsubs.src
+msgctxt ""
+"fontsubs.src\n"
+"RID_SVX_FONT_SUBSTITUTION\n"
+"FT_FONT1\n"
+"fixedtext.text"
msgid "~Font"
msgstr "შრ~იფტი"
-#: fontsubs.src#RID_SVX_FONT_SUBSTITUTION.FT_FONT2.fixedtext.text
+#. \q-r
+#: fontsubs.src
+msgctxt ""
+"fontsubs.src\n"
+"RID_SVX_FONT_SUBSTITUTION\n"
+"FT_FONT2\n"
+"fixedtext.text"
msgid "Re~place with"
msgstr "ჩა~ნაცვლება"
-#: fontsubs.src#RID_SVX_FONT_SUBSTITUTION.TBX_SUBSTNEWDEL.BT_SUBSTAPPLY.toolboxitem.text
+#. onWg
+#: fontsubs.src
+msgctxt ""
+"fontsubs.src\n"
+"RID_SVX_FONT_SUBSTITUTION.TBX_SUBSTNEWDEL\n"
+"BT_SUBSTAPPLY\n"
+"toolboxitem.text"
msgid "Apply"
msgstr "მინიჭება"
-#: fontsubs.src#RID_SVX_FONT_SUBSTITUTION.TBX_SUBSTNEWDEL.BT_SUBSTDELETE.toolboxitem.text
-msgctxt "fontsubs.src#RID_SVX_FONT_SUBSTITUTION.TBX_SUBSTNEWDEL.BT_SUBSTDELETE.toolboxitem.text"
+#. `z0Z
+#: fontsubs.src
+msgctxt ""
+"fontsubs.src\n"
+"RID_SVX_FONT_SUBSTITUTION.TBX_SUBSTNEWDEL\n"
+"BT_SUBSTDELETE\n"
+"toolboxitem.text"
msgid "Delete"
msgstr "წაშლა"
-#: fontsubs.src#RID_SVX_FONT_SUBSTITUTION.FL_SOURCEVIEW.fixedline.text
+#. ]@Zo
+#: fontsubs.src
+msgctxt ""
+"fontsubs.src\n"
+"RID_SVX_FONT_SUBSTITUTION\n"
+"FL_SOURCEVIEW\n"
+"fixedline.text"
msgid "Font settings for HTML, Basic and SQL sources"
msgstr ""
-#: fontsubs.src#RID_SVX_FONT_SUBSTITUTION.FT_FONTNAME.fixedtext.text
-msgctxt "fontsubs.src#RID_SVX_FONT_SUBSTITUTION.FT_FONTNAME.fixedtext.text"
+#. ?yp8
+#: fontsubs.src
+msgctxt ""
+"fontsubs.src\n"
+"RID_SVX_FONT_SUBSTITUTION\n"
+"FT_FONTNAME\n"
+"fixedtext.text"
msgid "Fonts"
msgstr "შრიფტები"
-#: fontsubs.src#RID_SVX_FONT_SUBSTITUTION.CB_NONPROP.checkbox.text
+#. A\x7
+#: fontsubs.src
+msgctxt ""
+"fontsubs.src\n"
+"RID_SVX_FONT_SUBSTITUTION\n"
+"CB_NONPROP\n"
+"checkbox.text"
msgid "Non-proportional fonts only"
msgstr "არაპროპორციული შრიფტი"
-#: fontsubs.src#RID_SVX_FONT_SUBSTITUTION.FT_FONTHEIGHT.fixedtext.text
+#. @jQo
+#: fontsubs.src
+msgctxt ""
+"fontsubs.src\n"
+"RID_SVX_FONT_SUBSTITUTION\n"
+"FT_FONTHEIGHT\n"
+"fixedtext.text"
msgid "~Size"
msgstr "~ზომა"
-#: fontsubs.src#RID_SVX_FONT_SUBSTITUTION.STR_HEADER1.string.text
+#. pk(;
+#: fontsubs.src
+msgctxt ""
+"fontsubs.src\n"
+"RID_SVX_FONT_SUBSTITUTION\n"
+"STR_HEADER1\n"
+"string.text"
msgid "Always"
msgstr "ყოველთვის"
-#: fontsubs.src#RID_SVX_FONT_SUBSTITUTION.STR_HEADER2.string.text
+#. j/M%
+#: fontsubs.src
+msgctxt ""
+"fontsubs.src\n"
+"RID_SVX_FONT_SUBSTITUTION\n"
+"STR_HEADER2\n"
+"string.text"
msgid "Screen only"
msgstr "მხოლოდ ჩვენება"
-#: fontsubs.src#RID_SVX_FONT_SUBSTITUTION.STR_HEADER3.string.text
+#. \8--
+#: fontsubs.src
+msgctxt ""
+"fontsubs.src\n"
+"RID_SVX_FONT_SUBSTITUTION\n"
+"STR_HEADER3\n"
+"string.text"
msgid "Font"
msgstr "შრიფტი"
-#: fontsubs.src#RID_SVX_FONT_SUBSTITUTION.STR_HEADER4.string.text
+#. NI?w
+#: fontsubs.src
+msgctxt ""
+"fontsubs.src\n"
+"RID_SVX_FONT_SUBSTITUTION\n"
+"STR_HEADER4\n"
+"string.text"
msgid "Replace with"
msgstr "ჩანაცვლება"
-#: fontsubs.src#RID_SVX_FONT_SUBSTITUTION.STR_AUTOMATIC.string.text
-msgctxt "fontsubs.src#RID_SVX_FONT_SUBSTITUTION.STR_AUTOMATIC.string.text"
+#. F?eD
+#: fontsubs.src
+msgctxt ""
+"fontsubs.src\n"
+"RID_SVX_FONT_SUBSTITUTION\n"
+"STR_AUTOMATIC\n"
+"string.text"
msgid "Automatic"
msgstr "ავტომატური"
-#: optdict.src#RID_SFXDLG_NEWDICT.FT_DICTNAME.fixedtext.text
-#, fuzzy
-msgid "~Name"
-msgstr "~სახელი"
-
-#: optdict.src#RID_SFXDLG_NEWDICT.FT_DICTLANG.fixedtext.text
-msgctxt "optdict.src#RID_SFXDLG_NEWDICT.FT_DICTLANG.fixedtext.text"
-msgid "~Language"
-msgstr "~ენა"
-
-#: optdict.src#RID_SFXDLG_NEWDICT.BTN_EXCEPT.checkbox.text
-msgid "~Exception (-)"
-msgstr "~გამონაკლისი (-)"
-
-#: optdict.src#RID_SFXDLG_NEWDICT.GB_NEWDICT.fixedline.text
-msgid "Dictionary"
-msgstr "ლექსიკონი"
-
-#: optdict.src#RID_SFXDLG_NEWDICT.modaldialog.text
-msgid "New Dictionary"
-msgstr "ახალი ლექსიკონი"
-
-#: optdict.src#RID_SFXDLG_EDITDICT.FT_BOOK.fixedtext.text
-msgid "~Book"
-msgstr "~წიგნი"
-
-#: optdict.src#RID_SFXDLG_EDITDICT.FT_DICTLANG.fixedtext.text
-msgctxt "optdict.src#RID_SFXDLG_EDITDICT.FT_DICTLANG.fixedtext.text"
-msgid "~Language"
-msgstr "~ენა"
-
-#: optdict.src#RID_SFXDLG_EDITDICT.FT_WORD.fixedtext.text
-msgid "~Word"
-msgstr "~სიტყვა"
-
-#: optdict.src#RID_SFXDLG_EDITDICT.FT_REPLACE.fixedtext.text
-msgid "Replace ~By:"
-msgstr "ჩანაცვლებ~ა:"
-
-#: optdict.src#RID_SFXDLG_EDITDICT.PB_NEW_REPLACE.pushbutton.text
-msgid "~New"
-msgstr "~ახალი"
-
-#: optdict.src#RID_SFXDLG_EDITDICT.PB_DELETE_REPLACE.pushbutton.text
-msgctxt "optdict.src#RID_SFXDLG_EDITDICT.PB_DELETE_REPLACE.pushbutton.text"
-msgid "~Delete"
-msgstr "~წაშლა"
-
-#: optdict.src#RID_SFXDLG_EDITDICT.STR_MODIFY.string.text
-msgid "~Replace"
-msgstr "~ჩანაცვლება"
-
-#: optdict.src#RID_SFXDLG_EDITDICT.BTN_EDITCLOSE.cancelbutton.text
-msgid "~Close"
-msgstr "~დახურვა"
-
-#: optdict.src#RID_SFXDLG_EDITDICT.modaldialog.text
-msgid "Edit Custom Dictionary"
-msgstr "მორგებული ლექსიკონის რედაქტირება"
-
-#: optdict.src#RID_SVXSTR_OPT_DOUBLE_DICTS.string.text
-msgid ""
-"The specified name already exists.\n"
-"Please enter a new name."
-msgstr ""
-"მიტითებული სახელი უკვე არსებობს.\n"
-"გთხოვთ შეიყვანოთ ახალი სახელი."
-
-#: optdict.src#RID_SFXQB_SET_LANGUAGE.querybox.text
-msgid "Do you want to change the '%1' dictionary language?"
-msgstr "გნებავთ '%1' ლექსიკონის ენის შეცვლა?"
-
-#: opthtml.src#RID_OFAPAGE_HTMLOPT.FT_SIZE1.fixedtext.text
-msgid "Size ~1"
-msgstr "ზომა ~1"
-
-#: opthtml.src#RID_OFAPAGE_HTMLOPT.FT_SIZE2.fixedtext.text
-msgid "Size ~2"
-msgstr "ზომა ~2"
-
-#: opthtml.src#RID_OFAPAGE_HTMLOPT.FT_SIZE3.fixedtext.text
-msgid "Size ~3"
-msgstr "ზომა ~3"
-
-#: opthtml.src#RID_OFAPAGE_HTMLOPT.FT_SIZE4.fixedtext.text
-msgid "Size ~4"
-msgstr "ზომა ~4"
-
-#: opthtml.src#RID_OFAPAGE_HTMLOPT.FT_SIZE5.fixedtext.text
-msgid "Size ~5"
-msgstr "ზომა ~5"
-
-#: opthtml.src#RID_OFAPAGE_HTMLOPT.FT_SIZE6.fixedtext.text
-msgid "Size ~6"
-msgstr "ზომა ~6"
-
-#: opthtml.src#RID_OFAPAGE_HTMLOPT.FT_SIZE7.fixedtext.text
-msgid "Size ~7"
-msgstr "ზომა ~7"
-
-#: opthtml.src#RID_OFAPAGE_HTMLOPT.GB_FONTSIZE.fixedline.text
-msgid "Font sizes"
-msgstr "შრიფტის ზომა"
-
-#: opthtml.src#RID_OFAPAGE_HTMLOPT.GB_IMPORT.fixedline.text
-msgid "Import"
-msgstr "იმპორტი"
-
-#: opthtml.src#RID_OFAPAGE_HTMLOPT.CB_NUMBERS_ENGLISH_US.checkbox.text
-msgid "~Use '%ENGLISHUSLOCALE' locale for numbers"
-msgstr "~'%ENGLISHUSLOCALE'-ის ლოკალის გამოყენება ციფრებისათვის"
-
-#: opthtml.src#RID_OFAPAGE_HTMLOPT.CB_UNKNOWN_TAGS.checkbox.text
-msgid "~Import unknown HTML tags as fields"
-msgstr "~უცნობი HTML ტეგების იმპორტი ველების სახით"
-
-#: opthtml.src#RID_OFAPAGE_HTMLOPT.CB_IGNORE_FONTNAMES.checkbox.text
-msgid "Ignore ~font settings"
-msgstr "შრიფტის პარამეტრების ~უარყოფა"
-
-#: opthtml.src#RID_OFAPAGE_HTMLOPT.GB_EXPORT.fixedline.text
-msgid "Export"
-msgstr "ექსპორტი"
-
-#: opthtml.src#CB_STARBASIC_WARNING.checkbox.text
-msgid "Display ~warning"
-msgstr "~გაფრთხილების ჩვენება"
-
-#: opthtml.src#CB_PRINT_EXTENSION.checkbox.text
-msgid "~Print layout"
-msgstr "~განთავსების ბეჭდვა"
-
-#: opthtml.src#CB_LOCAL_GRF.checkbox.text
-msgid "~Copy local graphics to Internet"
-msgstr "~ნახატების კოპირება ინტერნეტში"
-
-#: opthtml.src#FT_CHARSET.fixedtext.text
-msgid "Character set"
-msgstr "კოდირება"
-
-#: internationaloptions.src#RID_OFA_TP_INTERNATIONAL.FL_DEFTXTDIRECTION.fixedline.text
+#. ~0FQ
+#: internationaloptions.src
+msgctxt ""
+"internationaloptions.src\n"
+"RID_OFA_TP_INTERNATIONAL\n"
+"FL_DEFTXTDIRECTION\n"
+"fixedline.text"
msgid "Default text direction"
msgstr "ტექსტის ნაგულისხმევი მიმართულება"
-#: internationaloptions.src#RID_OFA_TP_INTERNATIONAL.RB_TXTDIR_LEFT2RIGHT.radiobutton.text
+#. obv%
+#: internationaloptions.src
+msgctxt ""
+"internationaloptions.src\n"
+"RID_OFA_TP_INTERNATIONAL\n"
+"RB_TXTDIR_LEFT2RIGHT\n"
+"radiobutton.text"
msgid "~Left-to-right"
msgstr "~მარცხნიდან-მარჯვნივ"
-#: internationaloptions.src#RID_OFA_TP_INTERNATIONAL.RB_TXTDIR_RIGHT2LEFT.radiobutton.text
+#. 8hHh
+#: internationaloptions.src
+msgctxt ""
+"internationaloptions.src\n"
+"RID_OFA_TP_INTERNATIONAL\n"
+"RB_TXTDIR_RIGHT2LEFT\n"
+"radiobutton.text"
msgid "~Right-to-left"
msgstr "მ~არჯვნიდან-მარცხნივ"
-#: internationaloptions.src#RID_OFA_TP_INTERNATIONAL.FL_SHEETVIEW.fixedline.text
+#. M(q2
+#: internationaloptions.src
+msgctxt ""
+"internationaloptions.src\n"
+"RID_OFA_TP_INTERNATIONAL\n"
+"FL_SHEETVIEW\n"
+"fixedline.text"
msgid "Sheet view"
msgstr "ფურცლის ხედი"
-#: internationaloptions.src#RID_OFA_TP_INTERNATIONAL.CB_SHTVW_RIGHT2LEFT.checkbox.text
+#. l@hP
+#: internationaloptions.src
+msgctxt ""
+"internationaloptions.src\n"
+"RID_OFA_TP_INTERNATIONAL\n"
+"CB_SHTVW_RIGHT2LEFT\n"
+"checkbox.text"
msgid "Right-~to-left"
msgstr "მ~არჯვნიდან-მარცხნივ"
-#: internationaloptions.src#RID_OFA_TP_INTERNATIONAL.CB_SHTVW_CURRENTDOCONLY.checkbox.text
+#. %djQ
+#: internationaloptions.src
+msgctxt ""
+"internationaloptions.src\n"
+"RID_OFA_TP_INTERNATIONAL\n"
+"CB_SHTVW_CURRENTDOCONLY\n"
+"checkbox.text"
msgid "~Current document only"
msgstr "~მხოლოდ მიმდინარე დოკუმენტი"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.FL_COLORSCHEME.fixedline.text
+#. f`v;
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG\n"
+"FL_COLORSCHEME\n"
+"fixedline.text"
msgid "Color scheme"
msgstr "ფერთა სქემა"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.FT_COLORSCHEME.fixedtext.text
+#. \BMw
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG\n"
+"FT_COLORSCHEME\n"
+"fixedtext.text"
msgid "Scheme"
msgstr "სქემა"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.PB_SAVESCHEME.pushbutton.text
+#. Mn%,
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG\n"
+"PB_SAVESCHEME\n"
+"pushbutton.text"
msgid "Save..."
msgstr "შენახვა..."
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.PB_DELETESCHEME.pushbutton.text
-msgctxt "optcolor.src#RID_SVXPAGE_COLORCONFIG.PB_DELETESCHEME.pushbutton.text"
+#. 6jmD
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG\n"
+"PB_DELETESCHEME\n"
+"pushbutton.text"
msgid "Delete"
msgstr "წაშლა"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.FL_CUSTOMCOLORS.fixedline.text
+#. k+mp
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG\n"
+"FL_CUSTOMCOLORS\n"
+"fixedline.text"
msgid "Custom colors"
msgstr "მორგებული ფერები"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.ST_ON.string.text
+#. HJdj
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG\n"
+"ST_ON\n"
+"string.text"
msgid "On"
msgstr "ჩართვა"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.ST_UIELEM.string.text
+#. `?5*
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG\n"
+"ST_UIELEM\n"
+"string.text"
msgid "User interface elements"
msgstr "მომხმარებლის ინტერფეისის ელემენტები"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.ST_COLSET.string.text
+#. K]2@
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG\n"
+"ST_COLSET\n"
+"string.text"
msgid "Color setting"
msgstr "ფერთა პარამეტრები"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.ST_PREVIEW.string.text
+#. N-WH
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG\n"
+"ST_PREVIEW\n"
+"string.text"
msgid "Preview"
msgstr "გადახედვა"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_GENERAL.fixedtext.text
+#. E!Sq
+#: optcolor.src
#, fuzzy
-msgctxt "optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_GENERAL.fixedtext.text"
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_GENERAL\n"
+"fixedtext.text"
msgid "General"
msgstr ""
"#-#-#-#-# tabledesign.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -761,272 +328,2011 @@ msgstr ""
"#-#-#-#-# bibliography.po (PACKAGE VERSION) #-#-#-#-#\n"
"ზოგადი"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_DOCCOLOR.fixedtext.text
+#. nhy+
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_DOCCOLOR\n"
+"fixedtext.text"
msgid "Document background"
msgstr "დოკუმენტის ფონი"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.CB_DOCBOUND.checkbox.text
+#. *~K*
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"CB_DOCBOUND\n"
+"checkbox.text"
msgid "Text boundaries"
msgstr "ტექსტის საზღვრები"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_APPBACKGROUND.fixedtext.text
+#. h]I.
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_APPBACKGROUND\n"
+"fixedtext.text"
msgid "Application background"
msgstr "პროგრამის ფონი"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.CB_OBJECTBOUNDARIES.checkbox.text
+#. fDF;
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"CB_OBJECTBOUNDARIES\n"
+"checkbox.text"
msgid "Object boundaries"
msgstr "ობიექტის საზღვრები"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.CB_TABLEBOUNDARIES.checkbox.text
+#. lbY~
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"CB_TABLEBOUNDARIES\n"
+"checkbox.text"
msgid "Table boundaries"
msgstr "ცხრილის საზღვრები"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_FONTCOLOR.fixedtext.text
+#. G[YZ
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_FONTCOLOR\n"
+"fixedtext.text"
msgid "Font color"
msgstr "შრიფტის ფერი"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.CB_LINKS.checkbox.text
+#. QhTp
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"CB_LINKS\n"
+"checkbox.text"
msgid "Unvisited links"
msgstr "მოუნახულებელი ბმულები"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.CB_LINKSVISITED.checkbox.text
+#. +U],
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"CB_LINKSVISITED\n"
+"checkbox.text"
msgid "Visited links"
msgstr "მონახულებული ბმულები"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_SPELL.fixedtext.text
+#. )m1@
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_SPELL\n"
+"fixedtext.text"
msgid "AutoSpellcheck"
msgstr "ავტომარლთწერა"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_SMARTTAGS.fixedtext.text
+#. h4Xu
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_SMARTTAGS\n"
+"fixedtext.text"
msgid "Smart Tags"
msgstr ""
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.CB_SHADOWCOLOR.checkbox.text
+#. hw3I
+#: optcolor.src
#, fuzzy
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"CB_SHADOWCOLOR\n"
+"checkbox.text"
msgid "Shadows"
msgstr "ჩრდილი"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_WRITER.fixedtext.text
+#. ]5`f
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_WRITER\n"
+"fixedtext.text"
msgid "Text Document"
msgstr "ტექსტური დოკუმენტი"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_WRITERTEXTGRID.fixedtext.text
-msgctxt "optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_WRITERTEXTGRID.fixedtext.text"
+#. 4s.*
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_WRITERTEXTGRID\n"
+"fixedtext.text"
msgid "Grid"
msgstr "ბადე"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.CB_WRITERFIELDSHADINGS.checkbox.text
+#. g]9j
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"CB_WRITERFIELDSHADINGS\n"
+"checkbox.text"
msgid "Field shadings"
msgstr "შტრიხველები"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.CB_WRITERIDXSHADINGS.checkbox.text
+#. VAu1
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"CB_WRITERIDXSHADINGS\n"
+"checkbox.text"
msgid "Index and table shadings"
msgstr "ინდეხ და ცხრილის შტრიხები"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_WRITERSCRIPTINDICATOR.fixedtext.text
+#. ~;h`
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_WRITERSCRIPTINDICATOR\n"
+"fixedtext.text"
msgid "Script indicator"
msgstr "სცრიპტის ინდიკატორი"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.CB_WRITERSECTIONBOUNDARIES.checkbox.text
+#. HQ?J
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"CB_WRITERSECTIONBOUNDARIES\n"
+"checkbox.text"
msgid "Section boundaries"
msgstr "მონიშნულის საზღვრები"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_WRITERHEADERFOOTERMARK.fixedtext.text
+#. i1zC
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_WRITERHEADERFOOTERMARK\n"
+"fixedtext.text"
msgid "Headers and Footer delimiter"
msgstr ""
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_WRITERPAGEBREAKS.fixedtext.text
+#. b:?Q
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_WRITERPAGEBREAKS\n"
+"fixedtext.text"
msgid "Page and column breaks"
msgstr "გვერდის და სვეტის დაცილება"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_WRITERDIRECTCURSOR.fixedtext.text
+#. 7a{;
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_WRITERDIRECTCURSOR\n"
+"fixedtext.text"
msgid "Direct cursor"
msgstr "პირდაპირი კურსორი"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_HTML.fixedtext.text
+#. *a81
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_HTML\n"
+"fixedtext.text"
msgid "HTML Document"
msgstr "HTML დოკუმენტი"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_HTMLSGML.fixedtext.text
+#. O72Y
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_HTMLSGML\n"
+"fixedtext.text"
msgid "SGML syntax highlighting"
msgstr "SGML სინტაქსის გამოყოფა"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_HTMLCOMMENT.fixedtext.text
+#. P:Mr
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_HTMLCOMMENT\n"
+"fixedtext.text"
msgid "Comment highlighting"
msgstr "ცომემტარების გამოყოფა"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_HTMLKEYWORD.fixedtext.text
+#. egNR
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_HTMLKEYWORD\n"
+"fixedtext.text"
msgid "Keyword highlighting"
msgstr "საჯვანძო სიტყვის გამოყოფა"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_HTMLUNKNOWN.fixedtext.text
+#. U^=j
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_HTMLUNKNOWN\n"
+"fixedtext.text"
msgid "Text"
msgstr "ტექსტი"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_CALC.fixedtext.text
-msgctxt "optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_CALC.fixedtext.text"
+#. #g.f
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_CALC\n"
+"fixedtext.text"
msgid "Spreadsheet"
msgstr "ელ.ცხრილი"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_CALCGRID.fixedtext.text
+#. 7fQQ
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_CALCGRID\n"
+"fixedtext.text"
msgid "Grid lines"
msgstr "ბადის ხაზები"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_CALCPAGEBREAK.fixedtext.text
+#. |N03
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_CALCPAGEBREAK\n"
+"fixedtext.text"
msgid "Page breaks"
msgstr "გვერდის დაცილება"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_CALCPAGEBREAKMANUAL.fixedtext.text
+#. Z/`c
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_CALCPAGEBREAKMANUAL\n"
+"fixedtext.text"
msgid "Manual page breaks"
msgstr "გვერდის დაცილება ხელით"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_CALCPAGEBREAKAUTO.fixedtext.text
+#. c3J6
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_CALCPAGEBREAKAUTO\n"
+"fixedtext.text"
msgid "Automatic page breaks"
msgstr "გვერდის ავტომატური დაცილება"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_CALCDETECTIVE.fixedtext.text
+#. b/b)
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_CALCDETECTIVE\n"
+"fixedtext.text"
msgid "Detective"
msgstr "აღმომჩენი"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_CALCDETECTIVEERROR.fixedtext.text
+#. dN3T
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_CALCDETECTIVEERROR\n"
+"fixedtext.text"
msgid "Detective error"
msgstr "შეცდომების აღმომჩენი"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_CALCREFERENCE.fixedtext.text
+#. 3#:,
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_CALCREFERENCE\n"
+"fixedtext.text"
msgid "References"
msgstr "რეკომენდაცია"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_CALCNOTESBACKGROUND.fixedtext.text
+#. )+)m
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_CALCNOTESBACKGROUND\n"
+"fixedtext.text"
msgid "Notes background"
msgstr "შენიშვნათა ფონი"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_DRAW.fixedtext.text
+#. xeXK
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_DRAW\n"
+"fixedtext.text"
msgid "Drawing / Presentation"
msgstr "ხატვა / პრეზენტაცია"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_DRAWGRID.fixedtext.text
-msgctxt "optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_DRAWGRID.fixedtext.text"
+#. 1~UG
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_DRAWGRID\n"
+"fixedtext.text"
msgid "Grid"
msgstr "ბადე"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_BASIC.fixedtext.text
+#. eY-7
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_BASIC\n"
+"fixedtext.text"
msgid "Basic Syntax Highlighting"
msgstr "Basic სინტაქსის გამოყოფა"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_BASICIDENTIFIER.fixedtext.text
-msgctxt "optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_BASICIDENTIFIER.fixedtext.text"
+#. E]Y%
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_BASICIDENTIFIER\n"
+"fixedtext.text"
msgid "Identifier"
msgstr "იდენტიფიკატორი"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_BASICCOMMENT.fixedtext.text
-msgctxt "optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_BASICCOMMENT.fixedtext.text"
+#. ppBS
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_BASICCOMMENT\n"
+"fixedtext.text"
msgid "Comment"
msgstr "კომენტარი"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_BASICNUMBER.fixedtext.text
-msgctxt "optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_BASICNUMBER.fixedtext.text"
+#. VRZD
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_BASICNUMBER\n"
+"fixedtext.text"
msgid "Number"
msgstr "რიცხვი"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_BASICSTRING.fixedtext.text
-msgctxt "optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_BASICSTRING.fixedtext.text"
+#. TV`8
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_BASICSTRING\n"
+"fixedtext.text"
msgid "String"
msgstr "სტრიქონი"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_BASICOPERATOR.fixedtext.text
-msgctxt "optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_BASICOPERATOR.fixedtext.text"
+#. G3n@
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_BASICOPERATOR\n"
+"fixedtext.text"
msgid "Operator"
msgstr "ოპერატორი"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_BASICKEYWORD.fixedtext.text
+#. tS83
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_BASICKEYWORD\n"
+"fixedtext.text"
msgid "Reserved expression"
msgstr "რეზერვირებული გამოსახულება"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_BASICERROR.fixedtext.text
+#. TKG7
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_BASICERROR\n"
+"fixedtext.text"
msgid "Error"
msgstr "შეცდომა"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_SQL_COMMAND.fixedtext.text
+#. /@+6
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_SQL_COMMAND\n"
+"fixedtext.text"
msgid "SQL Syntax Highlighting"
msgstr "SGML სინტაქსის გამოყოფა"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_SQLIDENTIFIER.fixedtext.text
-msgctxt "optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_SQLIDENTIFIER.fixedtext.text"
+#. rl/b
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_SQLIDENTIFIER\n"
+"fixedtext.text"
msgid "Identifier"
msgstr "იდენტიფიკატორი"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_SQLNUMBER.fixedtext.text
-msgctxt "optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_SQLNUMBER.fixedtext.text"
+#. OEOC
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_SQLNUMBER\n"
+"fixedtext.text"
msgid "Number"
msgstr "რიცხვი"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_SQLSTRING.fixedtext.text
-msgctxt "optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_SQLSTRING.fixedtext.text"
+#. t/k;
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_SQLSTRING\n"
+"fixedtext.text"
msgid "String"
msgstr "სტრიქონი"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_SQLOPERATOR.fixedtext.text
-msgctxt "optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_SQLOPERATOR.fixedtext.text"
+#. (pRG
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_SQLOPERATOR\n"
+"fixedtext.text"
msgid "Operator"
msgstr "ოპერატორი"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_SQLKEYWORD.fixedtext.text
+#. O6.s
+#: optcolor.src
+#, fuzzy
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_SQLKEYWORD\n"
+"fixedtext.text"
msgid "Keyword"
-msgstr ""
+msgstr "~საკვანძო სიტყვები"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_SQLPARAMETER.fixedtext.text
+#. [?JL
+#: optcolor.src
+#, fuzzy
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_SQLPARAMETER\n"
+"fixedtext.text"
msgid "Parameter"
-msgstr ""
+msgstr "პარამეტრები"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_SQLCOMMENT.fixedtext.text
-msgctxt "optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_SQLCOMMENT.fixedtext.text"
+#. /Y[\
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"FT_SQLCOMMENT\n"
+"fixedtext.text"
msgid "Comment"
msgstr "კომენტარი"
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.ST_EXTENSION.string.text
+#. vu[c
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"ST_EXTENSION\n"
+"string.text"
msgid "Colorsettings of the Extensions"
msgstr ""
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.ST_SPELL_CHECK_HIGHLIGHTING.string.text
+#. \ig?
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"ST_SPELL_CHECK_HIGHLIGHTING\n"
+"string.text"
msgid "Spell check highlighting"
msgstr ""
-#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.ST_GRAMMAR_CHECK_HIGHLIGHTING.string.text
+#. F@`=
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL\n"
+"ST_GRAMMAR_CHECK_HIGHLIGHTING\n"
+"string.text"
msgid "Grammar check highlighting"
msgstr ""
-#: optcolor.src#RID_SVXQB_DELETE_COLOR_CONFIG.querybox.text
+#. /7J?
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXQB_DELETE_COLOR_CONFIG\n"
+"querybox.text"
msgid "Do you really want to delete the color scheme?"
msgstr "ნამდვილად გნებავთ ფერთა სქემის წაშლა?"
-#: optcolor.src#RID_SVXSTR_COLOR_CONFIG_DELETE.string.text
+#. A*.;
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXSTR_COLOR_CONFIG_DELETE\n"
+"string.text"
msgid "Color Scheme Deletion"
msgstr "ფერთა სქემის წაშლა"
-#: optcolor.src#RID_SVXSTR_COLOR_CONFIG_SAVE1.string.text
+#. xvT}
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXSTR_COLOR_CONFIG_SAVE1\n"
+"string.text"
msgid "Save scheme"
msgstr "სქემის შენახვა"
-#: optcolor.src#RID_SVXSTR_COLOR_CONFIG_SAVE2.string.text
+#. [5mX
+#: optcolor.src
+msgctxt ""
+"optcolor.src\n"
+"RID_SVXSTR_COLOR_CONFIG_SAVE2\n"
+"string.text"
msgid "Name of color scheme"
msgstr "ფერთა სქემის სახელი"
-#: optchart.src#RID_OPTPAGE_CHART_DEFCOLORS.FL_CHART_COLOR_LIST.fixedline.text
+#. B}jR
+#: optaccessibility.src
+msgctxt ""
+"optaccessibility.src\n"
+"RID_SVXPAGE_ACCESSIBILITYCONFIG\n"
+"FL_MISCELLANEOUS\n"
+"fixedline.text"
+msgid "Miscellaneous options"
+msgstr "სხვადასხვა საშუალებები"
+
+#. =:Q$
+#: optaccessibility.src
+msgctxt ""
+"optaccessibility.src\n"
+"RID_SVXPAGE_ACCESSIBILITYCONFIG\n"
+"CB_ACCESSIBILITY_TOOL\n"
+"checkbox.text"
+msgid "Support ~assistive technology tools (program restart required)"
+msgstr "დამხმარე ~ინსტრუმენტების ტექნოლოგიის მხარდაჭერა (მოთხოვს პროგრამის გადატვირთვას)"
+
+#. WcI~
+#: optaccessibility.src
+msgctxt ""
+"optaccessibility.src\n"
+"RID_SVXPAGE_ACCESSIBILITYCONFIG\n"
+"CB_TEXTSELECTION\n"
+"checkbox.text"
+msgid "Use te~xt selection cursor in read-only text documents"
+msgstr "გამოიყენეთ ~ტექსტის მოსანიშნი კურსური მხოლოდ კითხვად ტექსტუს დოკომენტებში"
+
+#. C-dh
+#: optaccessibility.src
+msgctxt ""
+"optaccessibility.src\n"
+"RID_SVXPAGE_ACCESSIBILITYCONFIG\n"
+"CB_ANIMATED_GRAPHICS\n"
+"checkbox.text"
+msgid "Allow animated ~graphics"
+msgstr "~გრაფიკული ანიმაციის დაშვება"
+
+#. kweM
+#: optaccessibility.src
+msgctxt ""
+"optaccessibility.src\n"
+"RID_SVXPAGE_ACCESSIBILITYCONFIG\n"
+"CB_ANIMATED_TEXTS\n"
+"checkbox.text"
+msgid "Allow animated ~text"
+msgstr "ანიმირებული ~ტექსტის დაშვება"
+
+#. =|Lk
+#: optaccessibility.src
+msgctxt ""
+"optaccessibility.src\n"
+"RID_SVXPAGE_ACCESSIBILITYCONFIG\n"
+"CB_TIPHELP\n"
+"checkbox.text"
+msgid "~Help tips disappear after "
+msgstr "~დახმარების კარნახის გაქრობა "
+
+#. 4,NJ
+#: optaccessibility.src
+msgctxt ""
+"optaccessibility.src\n"
+"RID_SVXPAGE_ACCESSIBILITYCONFIG\n"
+"FT_TIPHELP\n"
+"fixedtext.text"
+msgid "seconds"
+msgstr "წამები"
+
+#. GaI6
+#: optaccessibility.src
+msgctxt ""
+"optaccessibility.src\n"
+"RID_SVXPAGE_ACCESSIBILITYCONFIG\n"
+"FL_HC_OPTIONS\n"
+"fixedline.text"
+msgid "Options for high contrast appearance"
+msgstr "ვარიანტები მაღალი კონტრასტულობის გამოსაჩენათ"
+
+#. q`[|
+#: optaccessibility.src
+msgctxt ""
+"optaccessibility.src\n"
+"RID_SVXPAGE_ACCESSIBILITYCONFIG\n"
+"CB_AUTO_DETECT_HC\n"
+"checkbox.text"
+msgid "Automatically ~detect high contrast mode of operating system"
+msgstr "ოპერაციული სისტემის კონტრასტულობის რეჟიმის ავტომატური ~დეტექტირება"
+
+#. gpk%
+#: optaccessibility.src
+msgctxt ""
+"optaccessibility.src\n"
+"RID_SVXPAGE_ACCESSIBILITYCONFIG\n"
+"CB_AUTOMATIC_FONT_COLOR\n"
+"checkbox.text"
+msgid "Use automatic font ~color for screen display"
+msgstr "ავტომატური ფონტის ~ფერის გამოყენება ეკრანზე საჩვენებლად"
+
+#. .Ij2
+#: optaccessibility.src
+msgctxt ""
+"optaccessibility.src\n"
+"RID_SVXPAGE_ACCESSIBILITYCONFIG\n"
+"CB_PAGE_PREVIEWS\n"
+"checkbox.text"
+msgid "~Use system colors for page previews"
+msgstr "სისტემური ფერების გამოყენება ~გვერდების დათვალიერებისთვის"
+
+#. 2x9@
+#: connpooloptions.src
+msgctxt ""
+"connpooloptions.src\n"
+"RID_OFAPAGE_CONNPOOLOPTIONS\n"
+"FL_POOLING\n"
+"fixedline.text"
+msgid "Connection pool"
+msgstr "კავშირის პული"
+
+#. 82!s
+#: connpooloptions.src
+msgctxt ""
+"connpooloptions.src\n"
+"RID_OFAPAGE_CONNPOOLOPTIONS\n"
+"CB_POOL_CONNS\n"
+"checkbox.text"
+msgid "Connection pooling enabled"
+msgstr "დაშვებული კავშირის პული"
+
+#. ZGsP
+#: connpooloptions.src
+msgctxt ""
+"connpooloptions.src\n"
+"RID_OFAPAGE_CONNPOOLOPTIONS\n"
+"FT_DRIVERS\n"
+"fixedtext.text"
+msgid "Drivers known in %PRODUCTNAME"
+msgstr "%PRODUCTNAME-ში ცნობილი დისკწამყვანები"
+
+#. g/*C
+#: connpooloptions.src
+msgctxt ""
+"connpooloptions.src\n"
+"RID_OFAPAGE_CONNPOOLOPTIONS\n"
+"FT_DRIVERLABEL\n"
+"fixedtext.text"
+msgid "Current driver:"
+msgstr "მიმდინარე დისკწამყვანი:"
+
+#. ?/pU
+#: connpooloptions.src
+msgctxt ""
+"connpooloptions.src\n"
+"RID_OFAPAGE_CONNPOOLOPTIONS\n"
+"CB_DRIVERPOOLING\n"
+"checkbox.text"
+msgid "Enable pooling for this driver"
+msgstr "ამ დისკწამყვანისათვის პული ნებადართულია"
+
+#. DGgy
+#: connpooloptions.src
+msgctxt ""
+"connpooloptions.src\n"
+"RID_OFAPAGE_CONNPOOLOPTIONS\n"
+"FT_TIMEOUT\n"
+"fixedtext.text"
+msgid "Timeout (seconds)"
+msgstr "ტაიმაუტი (წამები)"
+
+#. R]t8
+#: connpooloptions.src
+msgctxt ""
+"connpooloptions.src\n"
+"RID_OFAPAGE_CONNPOOLOPTIONS\n"
+"STR_DRIVER_NAME\n"
+"string.text"
+msgid "Driver name"
+msgstr "დისკწამყვანის სახელი"
+
+#. UZ7P
+#: connpooloptions.src
+msgctxt ""
+"connpooloptions.src\n"
+"RID_OFAPAGE_CONNPOOLOPTIONS\n"
+"STR_POOLED_FLAG\n"
+"string.text"
+msgid "Pool"
+msgstr "პული"
+
+#. sJ!}
+#: connpooloptions.src
+msgctxt ""
+"connpooloptions.src\n"
+"RID_OFAPAGE_CONNPOOLOPTIONS\n"
+"STR_POOL_TIMEOUT\n"
+"string.text"
+msgid "Timeout"
+msgstr "ტაიმაუტი"
+
+#. E8nj
+#: connpooloptions.src
+msgctxt ""
+"connpooloptions.src\n"
+"RID_OFAPAGE_CONNPOOLOPTIONS\n"
+"STR_YES\n"
+"string.text"
+msgid "Yes"
+msgstr "დიახ"
+
+#. Mjva
+#: connpooloptions.src
+msgctxt ""
+"connpooloptions.src\n"
+"RID_OFAPAGE_CONNPOOLOPTIONS\n"
+"STR_NO\n"
+"string.text"
+msgid "No"
+msgstr "არა"
+
+#. X6z@
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SVXDLG_EDIT_MODULES\n"
+"FL_EDIT_MODULES_OPTIONS\n"
+"fixedline.text"
+msgid "Options"
+msgstr "საშუალებები"
+
+#. h{?i
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SVXDLG_EDIT_MODULES\n"
+"FT_EDIT_MODULES_LANGUAGE\n"
+"fixedtext.text"
+msgid "Language"
+msgstr "ენა"
+
+#. 13lr
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SVXDLG_EDIT_MODULES\n"
+"PB_EDIT_MODULES_PRIO_UP\n"
+"pushbutton.text"
+msgid "Move Up"
+msgstr "ზევით აწევა"
+
+#. Kk;M
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SVXDLG_EDIT_MODULES\n"
+"PB_EDIT_MODULES_PRIO_DOWN\n"
+"pushbutton.text"
+msgid "Move Down"
+msgstr "ქვევით ჩამოწევა"
+
+#. A[h6
+#: optlingu.src
+#, fuzzy
+msgctxt ""
+"optlingu.src\n"
+"RID_SVXDLG_EDIT_MODULES\n"
+"PB_EDIT_MODULES_PRIO_BACK\n"
+"pushbutton.text"
+msgid "~Back"
+msgstr "~უკან"
+
+#. \4Fz
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SVXDLG_EDIT_MODULES\n"
+"FT_EDIT_MODULES_NEWDICTSLINK\n"
+"fixedtext.text"
+msgid "~Get more dictionaries online..."
+msgstr ""
+
+#. UK\l
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SVXDLG_EDIT_MODULES\n"
+"PB_OK\n"
+"okbutton.text"
+msgid "Close"
+msgstr "დახურვა"
+
+#. =s*M
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SVXDLG_EDIT_MODULES\n"
+"ST_SPELL\n"
+"string.text"
+msgid "Spelling"
+msgstr "მარლთწერა"
+
+#. vR0*
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SVXDLG_EDIT_MODULES\n"
+"ST_HYPH\n"
+"string.text"
+msgid "Hyphenation"
+msgstr "ჰიპერნაცია"
+
+#. l^r:
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SVXDLG_EDIT_MODULES\n"
+"ST_THES\n"
+"string.text"
+msgid "Thesaurus"
+msgstr "თეზაურუსი"
+
+#. oYol
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SVXDLG_EDIT_MODULES\n"
+"ST_GRAMMAR\n"
+"string.text"
+msgid "Grammar"
+msgstr ""
+
+#. ld~b
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SVXDLG_EDIT_MODULES\n"
+"modaldialog.text"
+msgid "Edit Modules"
+msgstr "მოდულების რედაქტირება"
+
+#. =*6X
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SVXDLG_LNG_ED_NUM_PREBREAK\n"
+"STR_NUM_PRE_BREAK_DLG\n"
+"string.text"
+msgid "Characters before break"
+msgstr "სიმბოლოები დაცილებამდე"
+
+#. l^`~
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SVXDLG_LNG_ED_NUM_PREBREAK\n"
+"STR_NUM_POST_BREAK_DLG\n"
+"string.text"
+msgid "Characters after break"
+msgstr "სიმბოლოები დაცილების შემდეგ"
+
+#. %2Y3
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SVXDLG_LNG_ED_NUM_PREBREAK\n"
+"STR_NUM_MIN_WORDLEN_DLG\n"
+"string.text"
+msgid "Minimal word length"
+msgstr "სიტყვის მინიმალური ზომა"
+
+#. plc8
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SVXDLG_LNG_ED_NUM_PREBREAK\n"
+"modaldialog.text"
+msgid "Hyphenation"
+msgstr "ჰიპერნაცია"
+
+#. g)%k
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SFXPAGE_LINGU\n"
+"FL_LINGUISTIC\n"
+"fixedline.text"
+msgid "Writing aids"
+msgstr "წერის დახმარება"
+
+#. ^2GQ
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SFXPAGE_LINGU\n"
+"FT_LINGU_MODULES\n"
+"fixedtext.text"
+msgid "Available language modules"
+msgstr "ხელმისაწვდომი ენების მოდულები"
+
+#. ;*(T
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SFXPAGE_LINGU\n"
+"PB_LINGU_MODULES_EDIT\n"
+"pushbutton.text"
+msgid "~Edit..."
+msgstr "~რედაქტირება..."
+
+#. 25qH
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SFXPAGE_LINGU\n"
+"FT_LINGU_DICS\n"
+"fixedtext.text"
+msgid "User-defined dictionaries"
+msgstr "მომხმარებლის მიერ განსაზღვრული ლექსიკონები"
+
+#. cF:O
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SFXPAGE_LINGU\n"
+"PB_LINGU_DICS_NEW_DIC\n"
+"pushbutton.text"
+msgid "~New..."
+msgstr "~ახალი..."
+
+#. 5gA+
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SFXPAGE_LINGU\n"
+"PB_LINGU_DICS_EDIT_DIC\n"
+"pushbutton.text"
+msgid "Ed~it..."
+msgstr "რ~ედაქტირება..."
+
+#. RImA
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SFXPAGE_LINGU\n"
+"PB_LINGU_DICS_DEL_DIC\n"
+"pushbutton.text"
+msgid "~Delete"
+msgstr "~წაშლა"
+
+#. D?(.
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SFXPAGE_LINGU\n"
+"FT_LINGU_OPTIONS\n"
+"fixedtext.text"
+msgid "~Options"
+msgstr "~საშუალებები"
+
+#. ~f/{
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SFXPAGE_LINGU\n"
+"PB_LINGU_OPTIONS_EDIT\n"
+"pushbutton.text"
+msgid "Edi~t..."
+msgstr "რ~ედაქტირება..."
+
+#. \0)i
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SFXPAGE_LINGU\n"
+"FT_LINGU_OPTIONS_MOREDICTS\n"
+"fixedtext.text"
+msgid "~Get more dictionaries online..."
+msgstr ""
+
+#. qh4p
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SFXPAGE_LINGU\n"
+"STR_CAPITAL_WORDS\n"
+"string.text"
+msgid "Check uppercase words"
+msgstr "ზედა რეგისტრის სიტყვების შემოწმება"
+
+#. XFy]
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SFXPAGE_LINGU\n"
+"STR_WORDS_WITH_DIGITS\n"
+"string.text"
+msgid "Check words with numbers "
+msgstr "სიტყვების და რიცხვებთან შემოწმება"
+
+#. b#n5
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SFXPAGE_LINGU\n"
+"STR_CAPITALIZATION\n"
+"string.text"
+msgid "Check capitalization"
+msgstr "შეამოწმეთ სიტყვათა გარდაქმნის ქვედა რეგისტრი"
+
+#. w+UH
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SFXPAGE_LINGU\n"
+"STR_SPELL_SPECIAL\n"
+"string.text"
+msgid "Check special regions"
+msgstr "სპეცილაური რეგიონების შემოწმება"
+
+#. J@b?
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SFXPAGE_LINGU\n"
+"STR_SPELL_AUTO\n"
+"string.text"
+msgid "Check spelling as you type"
+msgstr "შეამოწმეთ თქვენი აკრეფილის მართლწერა"
+
+#. !bY}
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SFXPAGE_LINGU\n"
+"STR_GRAMMAR_AUTO\n"
+"string.text"
+msgid "Check grammar as you type"
+msgstr ""
+
+#. vT^Y
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SFXPAGE_LINGU\n"
+"STR_NUM_MIN_WORDLEN\n"
+"string.text"
+msgid "Minimal number of characters for hyphenation: "
+msgstr "მინიმალური სიმბოლოების რიცხვი გადატანისთვის:"
+
+#. Jjl;
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SFXPAGE_LINGU\n"
+"STR_NUM_PRE_BREAK\n"
+"string.text"
+msgid "Characters before line break: "
+msgstr "სიმბოლოთა დაცილებები ხაზთან"
+
+#. $__I
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SFXPAGE_LINGU\n"
+"STR_NUM_POST_BREAK\n"
+"string.text"
+msgid "Characters after line break: "
+msgstr "სიმბოლოები ხაზის დაცილების შემდეგ:"
+
+#. c_U/
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SFXPAGE_LINGU\n"
+"STR_HYPH_AUTO\n"
+"string.text"
+msgid "Hyphenate without inquiry"
+msgstr "გადახედვის გარეშე გადატანა"
+
+#. iAE1
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SFXPAGE_LINGU\n"
+"STR_HYPH_SPECIAL\n"
+"string.text"
+msgid "Hyphenate special regions"
+msgstr "სპეციალური რეგიონების გადადატანა"
+
+#. m7s6
+#: optlingu.src
+#, fuzzy
+msgctxt ""
+"optlingu.src\n"
+"RID_SFXPAGE_LINGU\n"
+"STR_LINGU_MODULES_EDIT\n"
+"string.text"
+msgid "Edit Available language modules"
+msgstr "ხელმისაწვდომი ენების მოდულები"
+
+#. 7Q/l
+#: optlingu.src
+#, fuzzy
+msgctxt ""
+"optlingu.src\n"
+"RID_SFXPAGE_LINGU\n"
+"STR_LINGU_DICS_EDIT_DIC\n"
+"string.text"
+msgid "Edit User-defined dictionaries"
+msgstr ""
+"#-#-#-#-# appl.po (PACKAGE VERSION) #-#-#-#-#\n"
+"მომხმარებლის არჩეული ლექსიკონები\n"
+"#-#-#-#-# dialogs.po (PACKAGE VERSION) #-#-#-#-#\n"
+"მომხმარებლის მიერ განსაზღვრული ლექსიკონები"
+
+#. 7,P;
+#: optlingu.src
+#, fuzzy
+msgctxt ""
+"optlingu.src\n"
+"RID_SFXPAGE_LINGU\n"
+"STR_LINGU_OPTIONS_EDIT\n"
+"string.text"
+msgid "Edit Options"
+msgstr " პარამეტრები"
+
+#. g|q^
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SFXPAGE_LINGU\n"
+"tabpage.text"
+msgid "Options"
+msgstr "საშუალებები"
+
+#. jI9]
+#: optlingu.src
+msgctxt ""
+"optlingu.src\n"
+"RID_SFXQB_DELDICT\n"
+"querybox.text"
+msgid "Do you want to delete the dictionary?"
+msgstr "თქვენ ნამდვილად გნებავთ ლექსიკონის წაშლა?"
+
+#. OP:W
+#: optsave.src
+msgctxt ""
+"optsave.src\n"
+"TEXT_SAVEPAGE\n"
+"#define.text"
+msgid "Save"
+msgstr "შენახვა"
+
+#. (Gqx
+#: optsave.src
+msgctxt ""
+"optsave.src\n"
+"RID_SFXPAGE_SAVE\n"
+"LB_LOAD\n"
+"fixedline.text"
+msgid "Load"
+msgstr "ჩატვირთვა"
+
+#. oSZ,
+#: optsave.src
+msgctxt ""
+"optsave.src\n"
+"RID_SFXPAGE_SAVE\n"
+"CB_LOAD_SETTINGS\n"
+"checkbox.text"
+msgid "Load user-specific settings with the document"
+msgstr "მომხმრებლის სპეციფიკური პარამეტრების ჩატვირთვა დოკუმენტთან ერთად "
+
+#. `@VC
+#: optsave.src
+msgctxt ""
+"optsave.src\n"
+"RID_SFXPAGE_SAVE\n"
+"CB_LOAD_DOCPRINTER\n"
+"checkbox.text"
+msgid "Load printer settings with the document"
+msgstr "მომხმრებლის სპეციფიკური პარამეტრების ჩატვირთვა დოკუმენტთან ერთად "
+
+#. T^mK
+#: optsave.src
+msgctxt ""
+"optsave.src\n"
+"RID_SFXPAGE_SAVE\n"
+"GB_SAVE\n"
+"fixedline.text"
+msgid "Save"
+msgstr "შენახვა"
+
+#. t%iL
+#: optsave.src
+msgctxt ""
+"optsave.src\n"
+"RID_SFXPAGE_SAVE\n"
+"BTN_DOCINFO\n"
+"checkbox.text"
+msgid "~Edit document properties before saving"
+msgstr "~დოკუმენტის შენახვამდე თვისებების რედაქტირება "
+
+#. -[uP
+#: optsave.src
+msgctxt ""
+"optsave.src\n"
+"RID_SFXPAGE_SAVE\n"
+"BTN_BACKUP\n"
+"checkbox.text"
+msgid "Al~ways create backup copy"
+msgstr "ყ~ოველთვის შეიქმნას სარეზერვო ასლი"
+
+#. 0j[z
+#: optsave.src
+msgctxt ""
+"optsave.src\n"
+"RID_SFXPAGE_SAVE\n"
+"BTN_AUTOSAVE\n"
+"checkbox.text"
+msgid "Save ~AutoRecovery information every"
+msgstr "ავტოამღდგენი ინფორმაციის შ~ენახვა ყოველ "
+
+#. ;W1!
+#: optsave.src
+msgctxt ""
+"optsave.src\n"
+"RID_SFXPAGE_SAVE\n"
+"FT_MINUTE\n"
+"fixedtext.text"
+msgid "Minutes"
+msgstr "წუთები"
+
+#. nUa=
+#: optsave.src
+msgctxt ""
+"optsave.src\n"
+"RID_SFXPAGE_SAVE\n"
+"BTN_RELATIVE_FSYS\n"
+"checkbox.text"
+msgid "Save URLs relative to file system"
+msgstr ""
+
+#. V)$!
+#: optsave.src
+msgctxt ""
+"optsave.src\n"
+"RID_SFXPAGE_SAVE\n"
+"BTN_RELATIVE_INET\n"
+"checkbox.text"
+msgid "Save URLs relative to internet"
+msgstr ""
+
+#. CmX8
+#: optsave.src
+msgctxt ""
+"optsave.src\n"
+"RID_SFXPAGE_SAVE\n"
+"FL_FILTER\n"
+"fixedline.text"
+msgid "Default file format and ODF settings"
+msgstr ""
+
+#. %U6k
+#: optsave.src
+msgctxt ""
+"optsave.src\n"
+"RID_SFXPAGE_SAVE\n"
+"FT_ODF_VERSION\n"
+"fixedtext.text"
+msgid "ODF format version"
+msgstr ""
+
+#. Lr4b
+#: optsave.src
+msgctxt ""
+"optsave.src\n"
+"RID_SFXPAGE_SAVE.LB_ODF_VERSION\n"
+"1\n"
+"stringlist.text"
+msgid "1.0/1.1"
+msgstr ""
+
+#. t.nq
+#: optsave.src
+msgctxt ""
+"optsave.src\n"
+"RID_SFXPAGE_SAVE.LB_ODF_VERSION\n"
+"2\n"
+"stringlist.text"
+msgid "1.2"
+msgstr ""
+
+#. p7hQ
+#: optsave.src
+msgctxt ""
+"optsave.src\n"
+"RID_SFXPAGE_SAVE.LB_ODF_VERSION\n"
+"3\n"
+"stringlist.text"
+msgid "1.2 Extended (compat mode)"
+msgstr ""
+
+#. ?(b+
+#: optsave.src
+msgctxt ""
+"optsave.src\n"
+"RID_SFXPAGE_SAVE.LB_ODF_VERSION\n"
+"4\n"
+"stringlist.text"
+msgid "1.2 Extended (recommended)"
+msgstr ""
+
+#. q7Qe
+#: optsave.src
+msgctxt ""
+"optsave.src\n"
+"RID_SFXPAGE_SAVE\n"
+"BTN_NOPRETTYPRINTING\n"
+"checkbox.text"
+msgid "Size optimization for ODF format"
+msgstr ""
+
+#. S:3M
+#: optsave.src
+msgctxt ""
+"optsave.src\n"
+"RID_SFXPAGE_SAVE\n"
+"BTN_WARNALIENFORMAT\n"
+"checkbox.text"
+msgid "Warn when not saving in ODF or default format"
+msgstr ""
+
+#. ;w%I
+#: optsave.src
+msgctxt ""
+"optsave.src\n"
+"RID_SFXPAGE_SAVE\n"
+"FT_APP\n"
+"fixedtext.text"
+msgid "D~ocument type"
+msgstr "დ~ოკუმენტის ტიპი"
+
+#. ~PfO
+#: optsave.src
+msgctxt ""
+"optsave.src\n"
+"RID_SFXPAGE_SAVE\n"
+"FT_FILTER\n"
+"fixedtext.text"
+msgid "Always sa~ve as"
+msgstr "ყოველთვის შე~ნახვა როგორც"
+
+#. TQqH
+#: optsave.src
+msgctxt ""
+"optsave.src\n"
+"RID_SFXPAGE_SAVE.LB_APP\n"
+"1\n"
+"stringlist.text"
+msgid "Text document"
+msgstr "ტექსტური დოკუმენტი"
+
+#. F*A7
+#: optsave.src
+msgctxt ""
+"optsave.src\n"
+"RID_SFXPAGE_SAVE.LB_APP\n"
+"2\n"
+"stringlist.text"
+msgid "HTML document"
+msgstr "HTML დოკუმენტი"
+
+#. 43]|
+#: optsave.src
+msgctxt ""
+"optsave.src\n"
+"RID_SFXPAGE_SAVE.LB_APP\n"
+"3\n"
+"stringlist.text"
+msgid "Master document"
+msgstr "მთავარი დოკუმენტი"
+
+#. *6i)
+#: optsave.src
+msgctxt ""
+"optsave.src\n"
+"RID_SFXPAGE_SAVE.LB_APP\n"
+"4\n"
+"stringlist.text"
+msgid "Spreadsheet"
+msgstr "ელცხრილი"
+
+#. WUb1
+#: optsave.src
+msgctxt ""
+"optsave.src\n"
+"RID_SFXPAGE_SAVE.LB_APP\n"
+"5\n"
+"stringlist.text"
+msgid "Presentation"
+msgstr "პრეზენტაცია"
+
+#. CdO1
+#: optsave.src
+msgctxt ""
+"optsave.src\n"
+"RID_SFXPAGE_SAVE.LB_APP\n"
+"6\n"
+"stringlist.text"
+msgid "Drawing"
+msgstr "ხატვა"
+
+#. %x|?
+#: optsave.src
+msgctxt ""
+"optsave.src\n"
+"RID_SFXPAGE_SAVE.LB_APP\n"
+"7\n"
+"stringlist.text"
+msgid "Formula"
+msgstr "ფორმულა"
+
+#. EN-US, the term 'extended' must not be translated.
+#. l^u*
+#: optsave.src
+msgctxt ""
+"optsave.src\n"
+"RID_SFXPAGE_SAVE\n"
+"FT_WARN\n"
+"fixedtext.text"
+msgid "Not using ODF 1.2 Extended may cause information to be lost."
+msgstr ""
+
+#. Ls=.
+#: optsave.src
+msgctxt ""
+"optsave.src\n"
+"RID_SVXDLG_FILTER_WARNING\n"
+"FT_FILTER_WARNING\n"
+"fixedtext.text"
+msgid "Using \"%1\" as default file format may cause information loss.\n"
+msgstr "\"%1\" -ის გამოყენებამ როგორც ნაგულისხმევ ფაილის ფორმატად , შეიძლება გამოიწვიოს ინფორმაციის დაკარგვა.\n"
+
+#. zgR5
+#: opthtml.src
+msgctxt ""
+"opthtml.src\n"
+"RID_OFAPAGE_HTMLOPT\n"
+"FT_SIZE1\n"
+"fixedtext.text"
+msgid "Size ~1"
+msgstr "ზომა ~1"
+
+#. PO2R
+#: opthtml.src
+msgctxt ""
+"opthtml.src\n"
+"RID_OFAPAGE_HTMLOPT\n"
+"FT_SIZE2\n"
+"fixedtext.text"
+msgid "Size ~2"
+msgstr "ზომა ~2"
+
+#. 3g$2
+#: opthtml.src
+msgctxt ""
+"opthtml.src\n"
+"RID_OFAPAGE_HTMLOPT\n"
+"FT_SIZE3\n"
+"fixedtext.text"
+msgid "Size ~3"
+msgstr "ზომა ~3"
+
+#. 0r4N
+#: opthtml.src
+msgctxt ""
+"opthtml.src\n"
+"RID_OFAPAGE_HTMLOPT\n"
+"FT_SIZE4\n"
+"fixedtext.text"
+msgid "Size ~4"
+msgstr "ზომა ~4"
+
+#. MJC6
+#: opthtml.src
+msgctxt ""
+"opthtml.src\n"
+"RID_OFAPAGE_HTMLOPT\n"
+"FT_SIZE5\n"
+"fixedtext.text"
+msgid "Size ~5"
+msgstr "ზომა ~5"
+
+#. mreQ
+#: opthtml.src
+msgctxt ""
+"opthtml.src\n"
+"RID_OFAPAGE_HTMLOPT\n"
+"FT_SIZE6\n"
+"fixedtext.text"
+msgid "Size ~6"
+msgstr "ზომა ~6"
+
+#. VcR9
+#: opthtml.src
+msgctxt ""
+"opthtml.src\n"
+"RID_OFAPAGE_HTMLOPT\n"
+"FT_SIZE7\n"
+"fixedtext.text"
+msgid "Size ~7"
+msgstr "ზომა ~7"
+
+#. C%pS
+#: opthtml.src
+msgctxt ""
+"opthtml.src\n"
+"RID_OFAPAGE_HTMLOPT\n"
+"GB_FONTSIZE\n"
+"fixedline.text"
+msgid "Font sizes"
+msgstr "შრიფტის ზომა"
+
+#. |[RB
+#: opthtml.src
+msgctxt ""
+"opthtml.src\n"
+"RID_OFAPAGE_HTMLOPT\n"
+"GB_IMPORT\n"
+"fixedline.text"
+msgid "Import"
+msgstr "იმპორტი"
+
+#. bNGp
+#: opthtml.src
+msgctxt ""
+"opthtml.src\n"
+"RID_OFAPAGE_HTMLOPT\n"
+"CB_NUMBERS_ENGLISH_US\n"
+"checkbox.text"
+msgid "~Use '%ENGLISHUSLOCALE' locale for numbers"
+msgstr "~'%ENGLISHUSLOCALE'-ის ლოკალის გამოყენება ციფრებისათვის"
+
+#. TxmA
+#: opthtml.src
+msgctxt ""
+"opthtml.src\n"
+"RID_OFAPAGE_HTMLOPT\n"
+"CB_UNKNOWN_TAGS\n"
+"checkbox.text"
+msgid "~Import unknown HTML tags as fields"
+msgstr "~უცნობი HTML ტეგების იმპორტი ველების სახით"
+
+#. MPj\
+#: opthtml.src
+msgctxt ""
+"opthtml.src\n"
+"RID_OFAPAGE_HTMLOPT\n"
+"CB_IGNORE_FONTNAMES\n"
+"checkbox.text"
+msgid "Ignore ~font settings"
+msgstr "შრიფტის პარამეტრების ~უარყოფა"
+
+#. GM(I
+#: opthtml.src
+msgctxt ""
+"opthtml.src\n"
+"RID_OFAPAGE_HTMLOPT\n"
+"GB_EXPORT\n"
+"fixedline.text"
+msgid "Export"
+msgstr "ექსპორტი"
+
+#. ABpI
+#: opthtml.src
+msgctxt ""
+"opthtml.src\n"
+"CB_STARBASIC_WARNING\n"
+"checkbox.text"
+msgid "Display ~warning"
+msgstr "~გაფრთხილების ჩვენება"
+
+#. ^yzu
+#: opthtml.src
+msgctxt ""
+"opthtml.src\n"
+"CB_PRINT_EXTENSION\n"
+"checkbox.text"
+msgid "~Print layout"
+msgstr "~განთავსების ბეჭდვა"
+
+#. bmJi
+#: opthtml.src
+msgctxt ""
+"opthtml.src\n"
+"CB_LOCAL_GRF\n"
+"checkbox.text"
+msgid "~Copy local graphics to Internet"
+msgstr "~ნახატების კოპირება ინტერნეტში"
+
+#. *6ta
+#: opthtml.src
+msgctxt ""
+"opthtml.src\n"
+"FT_CHARSET\n"
+"fixedtext.text"
+msgid "Character set"
+msgstr "კოდირება"
+
+#. QsDh
+#: optgenrl.src
+msgctxt ""
+"optgenrl.src\n"
+"RID_SFXPAGE_GENERAL\n"
+"FT_COMPANY\n"
+"fixedtext.text"
+msgid "~Company"
+msgstr "~კომპანია"
+
+#. 5~=-
+#: optgenrl.src
+msgctxt ""
+"optgenrl.src\n"
+"RID_SFXPAGE_GENERAL\n"
+"FT_NAME\n"
+"fixedtext.text"
+msgid "First/Last ~name/Initials"
+msgstr "სახელი/~გვარი /ინიციალები"
+
+#. G#cq
+#: optgenrl.src
+msgctxt ""
+"optgenrl.src\n"
+"RID_SFXPAGE_GENERAL\n"
+"FT_NAME_RUSS\n"
+"fixedtext.text"
+msgid "Last Name/First name/Father's name/Initials"
+msgstr ""
+
+#. xakm
+#: optgenrl.src
+msgctxt ""
+"optgenrl.src\n"
+"RID_SFXPAGE_GENERAL\n"
+"FT_NAME_EASTERN\n"
+"fixedtext.text"
+msgid "Last/First ~name/Initials"
+msgstr "სახელი/~გვარი /ინიციალები"
+
+#. /2XD
+#: optgenrl.src
+msgctxt ""
+"optgenrl.src\n"
+"RID_SFXPAGE_GENERAL\n"
+"FT_STREET\n"
+"fixedtext.text"
+msgid "~Street"
+msgstr "~ქუჩა"
+
+#. D+rO
+#: optgenrl.src
+msgctxt ""
+"optgenrl.src\n"
+"RID_SFXPAGE_GENERAL\n"
+"FT_STREET_RUSS\n"
+"fixedtext.text"
+msgid "Street/Apartment number"
+msgstr "ქუჩა/ბინის ნუმერი"
+
+#. O0Ki
+#: optgenrl.src
+msgctxt ""
+"optgenrl.src\n"
+"RID_SFXPAGE_GENERAL\n"
+"FT_CITY\n"
+"fixedtext.text"
+msgid "Zip/City"
+msgstr "საფოსტო ინდექსი/ქალაქი"
+
+#. Uao{
+#: optgenrl.src
+msgctxt ""
+"optgenrl.src\n"
+"RID_SFXPAGE_GENERAL\n"
+"FT_CITY_US\n"
+"fixedtext.text"
+msgid "City/State/Zip"
+msgstr "ქალაქი/შტატი/საფოსტო ინდექსი"
+
+#. oyb1
+#: optgenrl.src
+msgctxt ""
+"optgenrl.src\n"
+"RID_SFXPAGE_GENERAL\n"
+"FT_COUNTRY\n"
+"fixedtext.text"
+msgid "Country/Region"
+msgstr "ქვეყანა/რეგიონი"
+
+#. ?D$O
+#: optgenrl.src
+msgctxt ""
+"optgenrl.src\n"
+"RID_SFXPAGE_GENERAL\n"
+"FT_TITLEPOS\n"
+"fixedtext.text"
+msgid "~Title/Position"
+msgstr "~სათაური/პოზიცია"
+
+#. [ED-
+#: optgenrl.src
+msgctxt ""
+"optgenrl.src\n"
+"RID_SFXPAGE_GENERAL\n"
+"FT_PHONE\n"
+"fixedtext.text"
+msgid "Tel. (Home/Work)"
+msgstr "ტელ. (სახლის/სამსახურის)"
+
+#. o/5*
+#: optgenrl.src
+msgctxt ""
+"optgenrl.src\n"
+"RID_SFXPAGE_GENERAL\n"
+"FT_FAXMAIL\n"
+"fixedtext.text"
+msgid "Fa~x / E-mail"
+msgstr "ფა~ქსი/ელფოსტა"
+
+#. 6dG1
+#: optgenrl.src
+msgctxt ""
+"optgenrl.src\n"
+"RID_SFXPAGE_GENERAL\n"
+"GB_ADDRESS\n"
+"fixedline.text"
+msgid "Address "
+msgstr "მისამართი"
+
+#. :M3h
+#: optgenrl.src
+msgctxt ""
+"optgenrl.src\n"
+"RID_SFXPAGE_GENERAL\n"
+"CB_USEDATA\n"
+"checkbox.text"
+msgid "Use data for document properties"
+msgstr "გამოიყენეთ მონაცემები დოკუმენტთა თვისებებისთვის"
+
+#. =jqL
+#: optgenrl.src
+msgctxt ""
+"optgenrl.src\n"
+"RID_SFXPAGE_GENERAL\n"
+"tabpage.text"
+msgid "User Data"
+msgstr "მომხმარებლის მონაცემები"
+
+#. +fXe
+#: readonlyimage.src
+msgctxt ""
+"readonlyimage.src\n"
+"RID_SVXSTR_READONLY_CONFIG_TIP\n"
+"string.text"
+msgid "This setting is protected by the Administrator"
+msgstr "ეს პარამეტრი დაცულია ადმინისტრატორის მიერ"
+
+#. Eev*
+#: securityoptions.src
+msgctxt ""
+"securityoptions.src\n"
+"RID_SVXDLG_SECURITY_OPTIONS\n"
+"FL_WARNINGS\n"
+"fixedline.text"
+msgid "Security warnings"
+msgstr ""
+
+#. 8A_[
+#: securityoptions.src
+msgctxt ""
+"securityoptions.src\n"
+"RID_SVXDLG_SECURITY_OPTIONS\n"
+"FI_WARNINGS\n"
+"fixedtext.text"
+msgid "Warn if document contains recorded changes, versions, hidden information or notes:"
+msgstr ""
+
+#. B4O_
+#: securityoptions.src
+msgctxt ""
+"securityoptions.src\n"
+"RID_SVXDLG_SECURITY_OPTIONS\n"
+"CB_SAVESENDDOCS\n"
+"checkbox.text"
+msgid "When saving or sending"
+msgstr ""
+
+#. shvw
+#: securityoptions.src
+msgctxt ""
+"securityoptions.src\n"
+"RID_SVXDLG_SECURITY_OPTIONS\n"
+"CB_SIGNDOCS\n"
+"checkbox.text"
+msgid "When signing"
+msgstr ""
+
+#. |U;4
+#: securityoptions.src
+msgctxt ""
+"securityoptions.src\n"
+"RID_SVXDLG_SECURITY_OPTIONS\n"
+"CB_PRINTDOCS\n"
+"checkbox.text"
+msgid "When printing"
+msgstr ""
+
+#. ccZm
+#: securityoptions.src
+msgctxt ""
+"securityoptions.src\n"
+"RID_SVXDLG_SECURITY_OPTIONS\n"
+"CB_CREATEPDF\n"
+"checkbox.text"
+msgid "When creating PDF files"
+msgstr ""
+
+#. kd=Z
+#: securityoptions.src
+msgctxt ""
+"securityoptions.src\n"
+"RID_SVXDLG_SECURITY_OPTIONS\n"
+"FL_OPTIONS\n"
+"fixedline.text"
+msgid "Security options"
+msgstr ""
+
+#. GF6W
+#: securityoptions.src
+msgctxt ""
+"securityoptions.src\n"
+"RID_SVXDLG_SECURITY_OPTIONS\n"
+"CB_REMOVEINFO\n"
+"checkbox.text"
+msgid "Remove personal information on saving"
+msgstr ""
+
+#. fJp-
+#: securityoptions.src
+msgctxt ""
+"securityoptions.src\n"
+"RID_SVXDLG_SECURITY_OPTIONS\n"
+"CB_RECOMMENDPWD\n"
+"checkbox.text"
+msgid "Recommend password protection on saving"
+msgstr ""
+
+#. ;MC6
+#: securityoptions.src
+msgctxt ""
+"securityoptions.src\n"
+"RID_SVXDLG_SECURITY_OPTIONS\n"
+"CB_CTRLHYPERLINK\n"
+"checkbox.text"
+msgid "Ctrl-click required to follow hyperlinks"
+msgstr ""
+
+#. K2#U
+#: securityoptions.src
+msgctxt ""
+"securityoptions.src\n"
+"RID_SVXDLG_SECURITY_OPTIONS\n"
+"modaldialog.text"
+msgid "Security options and warnings"
+msgstr ""
+
+#. Cp@J
+#: optchart.src
+msgctxt ""
+"optchart.src\n"
+"RID_OPTPAGE_CHART_DEFCOLORS\n"
+"FL_CHART_COLOR_LIST\n"
+"fixedline.text"
msgid "Chart colors"
msgstr ""
-#: optchart.src#RID_OPTPAGE_CHART_DEFCOLORS.FL_COLOR_BOX.fixedline.text
+#. ;Rls
+#: optchart.src
+msgctxt ""
+"optchart.src\n"
+"RID_OPTPAGE_CHART_DEFCOLORS\n"
+"FL_COLOR_BOX\n"
+"fixedline.text"
msgid "Color table"
msgstr "ფერთა ცხრილი"
-#: optchart.src#RID_OPTPAGE_CHART_DEFCOLORS.PB_ADD_CHART_COLOR.pushbutton.text
+#. 0\bZ
+#: optchart.src
#, fuzzy
+msgctxt ""
+"optchart.src\n"
+"RID_OPTPAGE_CHART_DEFCOLORS\n"
+"PB_ADD_CHART_COLOR\n"
+"pushbutton.text"
msgid "~Add"
msgstr "~დამატება"
-#: optchart.src#RID_OPTPAGE_CHART_DEFCOLORS.PB_REMOVE_CHART_COLOR.pushbutton.text
+#. }Jrr
+#: optchart.src
#, fuzzy
-msgctxt "optchart.src#RID_OPTPAGE_CHART_DEFCOLORS.PB_REMOVE_CHART_COLOR.pushbutton.text"
+msgctxt ""
+"optchart.src\n"
+"RID_OPTPAGE_CHART_DEFCOLORS\n"
+"PB_REMOVE_CHART_COLOR\n"
+"pushbutton.text"
msgid "~Remove"
msgstr ""
"#-#-#-#-# index.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -1042,101 +2348,489 @@ msgstr ""
"#-#-#-#-# gui.po (PACKAGE VERSION) #-#-#-#-#\n"
"~ამოღება"
-#: optchart.src#RID_OPTPAGE_CHART_DEFCOLORS.PB_RESET_TO_DEFAULT.pushbutton.text
-msgctxt "optchart.src#RID_OPTPAGE_CHART_DEFCOLORS.PB_RESET_TO_DEFAULT.pushbutton.text"
+#. VVnT
+#: optchart.src
+msgctxt ""
+"optchart.src\n"
+"RID_OPTPAGE_CHART_DEFCOLORS\n"
+"PB_RESET_TO_DEFAULT\n"
+"pushbutton.text"
msgid "~Default"
msgstr "~ნაგულისხმები"
-#: optchart.src#RID_OPTPAGE_CHART_DEFCOLORS.tabpage.text
-msgctxt "optchart.src#RID_OPTPAGE_CHART_DEFCOLORS.tabpage.text"
+#. YU9]
+#: optchart.src
+msgctxt ""
+"optchart.src\n"
+"RID_OPTPAGE_CHART_DEFCOLORS\n"
+"tabpage.text"
msgid "Default Colors"
msgstr "ნაგულისხმები ფერები"
-#: optchart.src#RID_SVXSTR_DIAGRAM_ROW.string.text
+#. mPoM
+#: optchart.src
+msgctxt ""
+"optchart.src\n"
+"RID_SVXSTR_DIAGRAM_ROW\n"
+"string.text"
msgid "Data Series $(ROW)"
msgstr ""
-#: optchart.src#RID_OPTQB_COLOR_CHART_DELETE.querybox.text
+#. bo,w
+#: optchart.src
#, fuzzy
+msgctxt ""
+"optchart.src\n"
+"RID_OPTQB_COLOR_CHART_DELETE\n"
+"querybox.text"
msgid "Do you really want to delete the chart color?"
msgstr "ნამდვილად გნებავთ ფერთა სქემის წაშლა?"
-#: optchart.src#RID_OPTSTR_COLOR_CHART_DELETE.string.text
+#. UU#8
+#: optchart.src
#, fuzzy
+msgctxt ""
+"optchart.src\n"
+"RID_OPTSTR_COLOR_CHART_DELETE\n"
+"string.text"
msgid "Chart Color Deletion"
msgstr "ფერთა სქემის წაშლა"
-#: optasian.src#RID_SVXPAGE_ASIAN_LAYOUT.GB_KERNING.fixedline.text
-msgid "Kerning"
-msgstr "კერინგი"
+#. |FlO
+#: dbregister.src
+msgctxt ""
+"dbregister.src\n"
+"RID_SFXPAGE_DBREGISTER\n"
+"FT_TYPE\n"
+"fixedtext.text"
+msgid "Registered name"
+msgstr "დარეგისტრირებული სახელი"
-#: optasian.src#RID_SVXPAGE_ASIAN_LAYOUT.RB_CHAR_KERNING.radiobutton.text
-msgid "~Western characters only"
-msgstr "~მხოლოდ დასავლური სიმბოლოები"
+#. }O[-
+#: dbregister.src
+msgctxt ""
+"dbregister.src\n"
+"RID_SFXPAGE_DBREGISTER\n"
+"FT_PATH\n"
+"fixedtext.text"
+msgid "Database file"
+msgstr "მონაცემთა ბაზის ფაილი"
-#: optasian.src#RID_SVXPAGE_ASIAN_LAYOUT.RB_CHAR_PUNCT.radiobutton.text
-msgid "Western ~text and Asian punctuation"
-msgstr "დასავლური ~ტექსტი და აზიური პუნქტუაცია"
+#. ?),S
+#: dbregister.src
+msgctxt ""
+"dbregister.src\n"
+"RID_SFXPAGE_DBREGISTER\n"
+"BTN_NEW\n"
+"pushbutton.text"
+msgid "~New..."
+msgstr "~ახალი..."
-#: optasian.src#RID_SVXPAGE_ASIAN_LAYOUT.GB_CHAR_DIST.fixedline.text
-msgid "Character spacing"
-msgstr "სიმბოლოთა ინტერვალები "
+#. wuoU
+#: dbregister.src
+msgctxt ""
+"dbregister.src\n"
+"RID_SFXPAGE_DBREGISTER\n"
+"BTN_EDIT\n"
+"pushbutton.text"
+msgid "~Edit..."
+msgstr "რ~ედაქტირება..."
-#: optasian.src#RID_SVXPAGE_ASIAN_LAYOUT.RB_NO_COMP.radiobutton.text
-msgid "~No compression"
-msgstr "~არანაირი შეკუმშვა"
+#. `{zb
+#: dbregister.src
+msgctxt ""
+"dbregister.src\n"
+"RID_SFXPAGE_DBREGISTER\n"
+"BTN_DELETE\n"
+"pushbutton.text"
+msgid "~Delete"
+msgstr "წ~აშლა"
-#: optasian.src#RID_SVXPAGE_ASIAN_LAYOUT.RB_PUNCT_COMP.radiobutton.text
-msgid "~Compress punctuation only"
-msgstr "მხოლოდ პუნქტუაციის ~შეკუმშვა"
+#. 0)Fh
+#: dbregister.src
+msgctxt ""
+"dbregister.src\n"
+"RID_SFXPAGE_DBREGISTER\n"
+"GB_STD\n"
+"fixedline.text"
+msgid "Registered databases"
+msgstr "რეგისტრირებული მონაცემთა ბაზები"
-#: optasian.src#RID_SVXPAGE_ASIAN_LAYOUT.RB_PUNCT_KANA_COMP.radiobutton.text
-msgid "Compress ~punctuation and Japanese Kana"
-msgstr "იაპონური Kana-ს და ~პუნქტუაციის შეკუმშვა"
+#. =ae0
+#: dbregister.src
+msgctxt ""
+"dbregister.src\n"
+"RID_SFXPAGE_DBREGISTER\n"
+"tabpage.text"
+msgid "Registered databases"
+msgstr "რეგისტრირებული მონაცემთა ბაზები"
-#: optasian.src#RID_SVXPAGE_ASIAN_LAYOUT.GB_START_END.fixedline.text
-msgid "First and last characters"
-msgstr "პირველი და ბოლო სიმბოლოები"
+#. hZiT
+#: optjsearch.src
+msgctxt ""
+"optjsearch.src\n"
+"RID_SVXPAGE_JSEARCH_OPTIONS\n"
+"FL_TREAT_AS_EQUAL\n"
+"fixedline.text"
+msgid "Treat as equal"
+msgstr "დაამუშავეთ როგორც ტოლი"
-#: optasian.src#RID_SVXPAGE_ASIAN_LAYOUT.FT_LANGUAGE.fixedtext.text
-msgctxt "optasian.src#RID_SVXPAGE_ASIAN_LAYOUT.FT_LANGUAGE.fixedtext.text"
-msgid "~Language"
-msgstr "~ენა"
+#. KmWi
+#: optjsearch.src
+msgctxt ""
+"optjsearch.src\n"
+"RID_SVXPAGE_JSEARCH_OPTIONS\n"
+"CB_MATCH_CASE\n"
+"checkbox.text"
+msgid "~uppercase/lowercase"
+msgstr "~ზედა რეგისტრი/ქვედა რეგისტრი"
-#: optasian.src#RID_SVXPAGE_ASIAN_LAYOUT.CB_STANDARD.checkbox.text
-msgctxt "optasian.src#RID_SVXPAGE_ASIAN_LAYOUT.CB_STANDARD.checkbox.text"
-msgid "~Default"
-msgstr "~ნაგულისხმები"
+#. +88#
+#: optjsearch.src
+msgctxt ""
+"optjsearch.src\n"
+"RID_SVXPAGE_JSEARCH_OPTIONS\n"
+"CB_MATCH_FULL_HALF_WIDTH\n"
+"checkbox.text"
+msgid "~full-width/half-width forms"
+msgstr "~მთელი "
-#: optasian.src#RID_SVXPAGE_ASIAN_LAYOUT.FT_START.fixedtext.text
-msgid "Not at start of line:"
-msgstr " ხაზის დასაწყისში არა:"
+#. Yct?
+#: optjsearch.src
+msgctxt ""
+"optjsearch.src\n"
+"RID_SVXPAGE_JSEARCH_OPTIONS\n"
+"CB_MATCH_HIRAGANA_KATAKANA\n"
+"checkbox.text"
+msgid "~hiragana/katakana"
+msgstr "~hiragana/katakana"
-#: optasian.src#RID_SVXPAGE_ASIAN_LAYOUT.FT_END.fixedtext.text
-msgid "Not at end of line:"
-msgstr "ხაზის ბოლოში არა:"
+#. wZLN
+#: optjsearch.src
+msgctxt ""
+"optjsearch.src\n"
+"RID_SVXPAGE_JSEARCH_OPTIONS\n"
+"CB_MATCH_CONTRACTIONS\n"
+"checkbox.text"
+msgid "~contractions (yo-on, sokuon)"
+msgstr "~შემცირება (yo-on, sokuon)"
-#: optasian.src#RID_SVXPAGE_ASIAN_LAYOUT.FT_HINT.fixedtext.text
-msgid "Without user-defined line break symbols"
-msgstr "განსაზღვრული მომხმარებლის გარეშე ხაზები არღვევენ სიმბოლოებს"
+#. 89|:
+#: optjsearch.src
+msgctxt ""
+"optjsearch.src\n"
+"RID_SVXPAGE_JSEARCH_OPTIONS\n"
+"CB_MATCH_MINUS_DASH_CHOON\n"
+"checkbox.text"
+msgid "~minus/dash/cho-on"
+msgstr "~მინუსი/"
-#: optasian.src#RID_SVXPAGE_ASIAN_LAYOUT.tabpage.text
-#, fuzzy
-msgctxt "optasian.src#RID_SVXPAGE_ASIAN_LAYOUT.tabpage.text"
-msgid "Proxy"
-msgstr "Proxy"
+#. :$;B
+#: optjsearch.src
+msgctxt ""
+"optjsearch.src\n"
+"RID_SVXPAGE_JSEARCH_OPTIONS\n"
+"CB_MATCH_REPEAT_CHAR_MARKS\n"
+"checkbox.text"
+msgid "'re~peat character' marks"
+msgstr "'re~peat character' სიმბოლოები"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE.PB_BACK.pushbutton.text
-msgid "~Revert"
+#. Ll#h
+#: optjsearch.src
+msgctxt ""
+"optjsearch.src\n"
+"RID_SVXPAGE_JSEARCH_OPTIONS\n"
+"CB_MATCH_VARIANT_FORM_KANJI\n"
+"checkbox.text"
+msgid "~variant-form kanji (itaiji)"
+msgstr "~კანჯი (ითაიჯი) ვარიანტი"
+
+#. RLD6
+#: optjsearch.src
+msgctxt ""
+"optjsearch.src\n"
+"RID_SVXPAGE_JSEARCH_OPTIONS\n"
+"CB_MATCH_OLD_KANA_FORMS\n"
+"checkbox.text"
+msgid "~old Kana forms"
+msgstr "ძვ~ელი Kana ფორმები"
+
+#. ?w}z
+#: optjsearch.src
+msgctxt ""
+"optjsearch.src\n"
+"RID_SVXPAGE_JSEARCH_OPTIONS\n"
+"CB_MATCH_DIZI_DUZU\n"
+"checkbox.text"
+msgid "~di/zi, du/zu"
+msgstr "~di/zi, du/zu"
+
+#. 3X4L
+#: optjsearch.src
+msgctxt ""
+"optjsearch.src\n"
+"RID_SVXPAGE_JSEARCH_OPTIONS\n"
+"CB_MATCH_BAVA_HAFA\n"
+"checkbox.text"
+msgid "~ba/va, ha/fa"
+msgstr "~ba/va, ha/fa"
+
+#. 3HC6
+#: optjsearch.src
+msgctxt ""
+"optjsearch.src\n"
+"RID_SVXPAGE_JSEARCH_OPTIONS\n"
+"CB_MATCH_TSITHICHI_DHIZI\n"
+"checkbox.text"
+msgid "~tsi/thi/chi, dhi/zi"
+msgstr "~tsi/thi/chi, dhi/zi"
+
+#. sU9=
+#: optjsearch.src
+msgctxt ""
+"optjsearch.src\n"
+"RID_SVXPAGE_JSEARCH_OPTIONS\n"
+"CB_MATCH_HYUFYU_BYUVYU\n"
+"checkbox.text"
+msgid "h~yu/fyu, byu/vyu"
+msgstr "h~yu/fyu, byu/vyu"
+
+#. rauS
+#: optjsearch.src
+msgctxt ""
+"optjsearch.src\n"
+"RID_SVXPAGE_JSEARCH_OPTIONS\n"
+"CB_MATCH_SESHE_ZEJE\n"
+"checkbox.text"
+msgid "~se/she, ze/je"
+msgstr "~se/she, ze/je"
+
+#. N7LY
+#: optjsearch.src
+msgctxt ""
+"optjsearch.src\n"
+"RID_SVXPAGE_JSEARCH_OPTIONS\n"
+"CB_MATCH_IAIYA\n"
+"checkbox.text"
+msgid "~ia/iya (piano/piyano)"
+msgstr "~ia/iya (piano/piyano)"
+
+#. ,odo
+#: optjsearch.src
+msgctxt ""
+"optjsearch.src\n"
+"RID_SVXPAGE_JSEARCH_OPTIONS\n"
+"CB_MATCH_KIKU\n"
+"checkbox.text"
+msgid "~ki/ku (tekisuto/tekusuto)"
+msgstr "~ki/ku (tekisuto/tekusuto)"
+
+#. Sz::
+#: optjsearch.src
+msgctxt ""
+"optjsearch.src\n"
+"RID_SVXPAGE_JSEARCH_OPTIONS\n"
+"CB_MATCH_PROLONGED_SOUNDMARK\n"
+"checkbox.text"
+msgid "Prolon~ged vowels (ka-/kaa)"
+msgstr "გრძელ~ი თანხმოვნები (ka-/kaa)"
+
+#. *kAs
+#: optjsearch.src
+msgctxt ""
+"optjsearch.src\n"
+"RID_SVXPAGE_JSEARCH_OPTIONS\n"
+"FL_IGNORE\n"
+"fixedline.text"
+msgid "Ignore"
+msgstr "იგნორი"
+
+#. Q([|
+#: optjsearch.src
+msgctxt ""
+"optjsearch.src\n"
+"RID_SVXPAGE_JSEARCH_OPTIONS\n"
+"CB_IGNORE_PUNCTUATION\n"
+"checkbox.text"
+msgid "Pu~nctuation characters"
+msgstr "პუ~ნქტუაციური სიმბოლოები"
+
+#. j8v1
+#: optjsearch.src
+msgctxt ""
+"optjsearch.src\n"
+"RID_SVXPAGE_JSEARCH_OPTIONS\n"
+"CB_IGNORE_WHITESPACES\n"
+"checkbox.text"
+msgid "~Whitespace characters"
+msgstr "~თეთრსივრციანი სიმბოლოები"
+
+#. +FWd
+#: optjsearch.src
+msgctxt ""
+"optjsearch.src\n"
+"RID_SVXPAGE_JSEARCH_OPTIONS\n"
+"CB_IGNORE_MIDDLE_DOT\n"
+"checkbox.text"
+msgid "Midd~le dots"
+msgstr "საშუა~ლო წერტილები"
+
+#. \.Gn
+#: optjsearch.src
+msgctxt ""
+"optjsearch.src\n"
+"RID_SVXPAGE_JSEARCH_OPTIONS\n"
+"tabpage.text"
+msgid "Searching in Japanese"
+msgstr "ზიება იაპონურში"
+
+#. FaD!
+#: optupdt.src
+msgctxt ""
+"optupdt.src\n"
+"RID_SVXPAGE_ONLINEUPDATE\n"
+"FL_OPTIONS\n"
+"fixedline.text"
+msgid "Online Update Options"
+msgstr "ონლაინ განახლების პარამეტრები"
+
+#. I9Np
+#: optupdt.src
+msgctxt ""
+"optupdt.src\n"
+"RID_SVXPAGE_ONLINEUPDATE\n"
+"CB_AUTOCHECK\n"
+"checkbox.text"
+msgid "~Check for updates automatically"
+msgstr "განახლებების ავტომატური შ~ემოწმება"
+
+#. 3?@D
+#: optupdt.src
+msgctxt ""
+"optupdt.src\n"
+"RID_SVXPAGE_ONLINEUPDATE\n"
+"RB_EVERYDAY\n"
+"radiobutton.text"
+msgid "Every Da~y"
+msgstr "ყოველ დღ~ე"
+
+#. ul)D
+#: optupdt.src
+msgctxt ""
+"optupdt.src\n"
+"RID_SVXPAGE_ONLINEUPDATE\n"
+"RB_EVERYWEEK\n"
+"radiobutton.text"
+msgid "Every ~Week"
+msgstr "ყოველ ~კვირა"
+
+#. #rsS
+#: optupdt.src
+msgctxt ""
+"optupdt.src\n"
+"RID_SVXPAGE_ONLINEUPDATE\n"
+"RB_EVERYMONTH\n"
+"radiobutton.text"
+msgid "Every ~Month"
+msgstr "ყოველ თ~ვე"
+
+#. doG(
+#: optupdt.src
+msgctxt ""
+"optupdt.src\n"
+"RID_SVXPAGE_ONLINEUPDATE\n"
+"FT_LASTCHECKED\n"
+"fixedtext.text"
+msgid "Last checked: %DATE%, %TIME%"
+msgstr ""
+
+#. Oqg^
+#: optupdt.src
+msgctxt ""
+"optupdt.src\n"
+"RID_SVXPAGE_ONLINEUPDATE\n"
+"PB_CHECKNOW\n"
+"pushbutton.text"
+msgid "Check ~now"
+msgstr "შეამოწმე ~ეხლა"
+
+#. 3a_)
+#: optupdt.src
+msgctxt ""
+"optupdt.src\n"
+"RID_SVXPAGE_ONLINEUPDATE\n"
+"CB_AUTODOWNLOAD\n"
+"checkbox.text"
+msgid "~Download updates automatically"
+msgstr "განახლებების ავტომატური ~გადმოწერა"
+
+#. RhY~
+#: optupdt.src
+msgctxt ""
+"optupdt.src\n"
+"RID_SVXPAGE_ONLINEUPDATE\n"
+"FT_DESTPATHLABEL\n"
+"fixedtext.text"
+msgid "Download destination:"
+msgstr "გადმოწერილი ფაილების ადგილმდებარეობა"
+
+#. EF+I
+#: optupdt.src
+msgctxt ""
+"optupdt.src\n"
+"RID_SVXPAGE_ONLINEUPDATE\n"
+"PB_CHANGEPATH\n"
+"pushbutton.text"
+msgid "Ch~ange..."
+msgstr "შ~ეცვლა..."
+
+#. xH/+
+#: optupdt.src
+msgctxt ""
+"optupdt.src\n"
+"RID_SVXPAGE_ONLINEUPDATE\n"
+"STR_NEVERCHECKED\n"
+"string.text"
+msgid "Last checked: Not yet"
msgstr ""
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE.ST_LOAD_ERROR.string.text
+#. (/bd
+#: optupdt.src
+msgctxt ""
+"optupdt.src\n"
+"RID_SVXPAGE_ONLINEUPDATE\n"
+"tabpage.text"
+msgid "OnlineUpdate"
+msgstr "ონლაინ განახლება"
+
+#. ,M0q
+#: treeopt.src
+#, fuzzy
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE\n"
+"PB_BACK\n"
+"pushbutton.text"
+msgid "~Revert"
+msgstr "~უკუსვლა"
+
+#. _SYW
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE\n"
+"ST_LOAD_ERROR\n"
+"string.text"
msgid "The selected module could not be loaded."
msgstr "მონიშნული მოდული ვერ ჩაიტვირთა."
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE.modaldialog.text
+#. ukL;
+#: treeopt.src
#, fuzzy
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE.modaldialog.text"
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE\n"
+"modaldialog.text"
msgid "Options"
msgstr ""
"#-#-#-#-# index.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -1162,32 +2856,64 @@ msgstr ""
"#-#-#-#-# dialog.po (PACKAGE VERSION) #-#-#-#-#\n"
"პარამეტრები"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS.1.itemlist.text
+#. !vl4
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS\n"
+"1\n"
+"itemlist.text"
msgid "%PRODUCTNAME"
msgstr "%PRODUCTNAME"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS.2.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS.2.itemlist.text"
+#. BlF]
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS\n"
+"2\n"
+"itemlist.text"
msgid "User Data"
msgstr "მომხმარებლის მონაცემები"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS.3.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS.3.itemlist.text"
+#. ,::m
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS\n"
+"3\n"
+"itemlist.text"
msgid "General"
msgstr "ზოგადი"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS.4.itemlist.text
+#. hFl~
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS\n"
+"4\n"
+"itemlist.text"
msgid "Memory"
msgstr "მეხსირება"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS.5.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS.5.itemlist.text"
+#. gG;B
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS\n"
+"5\n"
+"itemlist.text"
msgid "View"
msgstr "ხედვა"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS.6.itemlist.text
+#. {Joa
+#: treeopt.src
#, fuzzy
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS.6.itemlist.text"
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS\n"
+"6\n"
+"itemlist.text"
msgid "Print"
msgstr ""
"#-#-#-#-# config.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -1201,129 +2927,275 @@ msgstr ""
"#-#-#-#-# contnr.po (PACKAGE VERSION) #-#-#-#-#\n"
"ბეჭდვა"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS.7.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS.7.itemlist.text"
+#. /;d:
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS\n"
+"7\n"
+"itemlist.text"
msgid "Paths"
msgstr "გეზი"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS.8.itemlist.text
+#. `PF{
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS\n"
+"8\n"
+"itemlist.text"
msgid "Colors"
msgstr "ფერები"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS.9.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS.9.itemlist.text"
+#. ]X~[
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS\n"
+"9\n"
+"itemlist.text"
msgid "Fonts"
msgstr "შრიფტები"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS.10.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS.10.itemlist.text"
+#. 0@56
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS\n"
+"10\n"
+"itemlist.text"
msgid "Security"
msgstr "უსაფრთხოება"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS.11.itemlist.text
+#. HSPe
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS\n"
+"11\n"
+"itemlist.text"
msgid "Appearance"
msgstr "ხილვადობა"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS.12.itemlist.text
+#. Ek#u
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS\n"
+"12\n"
+"itemlist.text"
msgid "Accessibility"
msgstr "ხელმისაწვდომობა"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS.13.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS.13.itemlist.text"
-msgid "Java"
-msgstr "ჯავა"
-
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS.14.itemlist.text
-msgid "Network Identity"
-msgstr "ქსელის იდენტიფიკაცია"
+#. YkY/
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS\n"
+"13\n"
+"itemlist.text"
+msgid "Advanced"
+msgstr ""
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS.15.itemlist.text
+#. rwW`
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS\n"
+"14\n"
+"itemlist.text"
msgid "Online Update"
msgstr "ონლაინ განახლება"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_LANGUAGE_OPTIONS.1.itemlist.text
+#. B]l]
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_LANGUAGE_OPTIONS\n"
+"1\n"
+"itemlist.text"
msgid "Language Settings"
msgstr "ენის პარამეტრები"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_LANGUAGE_OPTIONS.2.itemlist.text
+#. lOH[
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_LANGUAGE_OPTIONS\n"
+"2\n"
+"itemlist.text"
msgid "Languages"
msgstr "ენები"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_LANGUAGE_OPTIONS.3.itemlist.text
+#. F=\y
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_LANGUAGE_OPTIONS\n"
+"3\n"
+"itemlist.text"
msgid "Writing Aids"
msgstr "წერის დამხმარე საშუალებები"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_LANGUAGE_OPTIONS.4.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_LANGUAGE_OPTIONS.4.itemlist.text"
+#. (*pv
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_LANGUAGE_OPTIONS\n"
+"4\n"
+"itemlist.text"
msgid "Searching in Japanese"
msgstr "ძებნა იაპონურად"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_LANGUAGE_OPTIONS.5.itemlist.text
+#. Hr[3
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_LANGUAGE_OPTIONS\n"
+"5\n"
+"itemlist.text"
msgid "Asian Layout"
msgstr "აზიური განლაგება"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_LANGUAGE_OPTIONS.6.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_LANGUAGE_OPTIONS.6.itemlist.text"
+#. 0@QW
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_LANGUAGE_OPTIONS\n"
+"6\n"
+"itemlist.text"
msgid "Complex Text Layout"
msgstr "ტექსტის კომპლექსური განლაგება"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_INET_DLG.1.itemlist.text
+#. 6j_?
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_INET_DLG\n"
+"1\n"
+"itemlist.text"
msgid "Internet"
msgstr "ინტერნეტი"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_INET_DLG.2.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_INET_DLG.2.itemlist.text"
+#. MRTU
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_INET_DLG\n"
+"2\n"
+"itemlist.text"
msgid "Proxy"
msgstr "პროქსი"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_INET_DLG.3.itemlist.text
+#. HxUr
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_INET_DLG\n"
+"3\n"
+"itemlist.text"
msgid "E-mail"
msgstr "ელ.ფოსტა"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_INET_DLG.4.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_INET_DLG.4.itemlist.text"
+#. :|lO
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_INET_DLG\n"
+"4\n"
+"itemlist.text"
msgid "Browser Plug-in"
msgstr ""
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.1.itemlist.text
+#. jB7_
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS\n"
+"1\n"
+"itemlist.text"
msgid "%PRODUCTNAME Writer"
msgstr "%PRODUCTNAME Writer-ი"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.2.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.2.itemlist.text"
+#. Ez,w
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS\n"
+"2\n"
+"itemlist.text"
msgid "General"
msgstr "ზოგადი"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.3.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.3.itemlist.text"
+#. cj#h
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS\n"
+"3\n"
+"itemlist.text"
msgid "View"
msgstr "ხედვა"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.4.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.4.itemlist.text"
+#. z4hb
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS\n"
+"4\n"
+"itemlist.text"
msgid "Formatting Aids"
msgstr "ფორმატირების დამხმარე საშუალებები"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.5.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.5.itemlist.text"
+#. kX$3
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS\n"
+"5\n"
+"itemlist.text"
msgid "Grid"
msgstr "ბადე"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.6.itemlist.text
+#. l.2B
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS\n"
+"6\n"
+"itemlist.text"
msgid "Basic Fonts (Western)"
msgstr ""
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.7.itemlist.text
+#. _UXE
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS\n"
+"7\n"
+"itemlist.text"
msgid "Basic Fonts (Asian)"
msgstr ""
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
+#. YX:%
+#: treeopt.src
+#, fuzzy
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS\n"
+"8\n"
+"itemlist.text"
msgid "Basic Fonts (CTL)"
-msgstr ""
+msgstr "ძირითადი შრიფტები (%1)"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.9.itemlist.text
+#. mP=E
+#: treeopt.src
#, fuzzy
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.9.itemlist.text"
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS\n"
+"9\n"
+"itemlist.text"
msgid "Print"
msgstr ""
"#-#-#-#-# config.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -1337,136 +3209,283 @@ msgstr ""
"#-#-#-#-# contnr.po (PACKAGE VERSION) #-#-#-#-#\n"
"ბეჭდვა"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.10.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.10.itemlist.text"
+#. H2Y#
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS\n"
+"10\n"
+"itemlist.text"
msgid "Table"
msgstr "ცხრილი"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.11.itemlist.text
+#. 3SB_
+#: treeopt.src
#, fuzzy
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.11.itemlist.text"
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS\n"
+"11\n"
+"itemlist.text"
msgid "Changes"
msgstr "ცვლილებები"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.12.itemlist.text
+#. $lFu
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS\n"
+"12\n"
+"itemlist.text"
msgid "Comparison"
msgstr ""
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.13.itemlist.text
+#. aB\D
+#: treeopt.src
#, fuzzy
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.13.itemlist.text"
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS\n"
+"13\n"
+"itemlist.text"
msgid "Compatibility"
msgstr "თავსებადობა"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.14.itemlist.text
+#. `=]l
+#: treeopt.src
+#, fuzzy
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS\n"
+"14\n"
+"itemlist.text"
msgid "AutoCaption"
-msgstr ""
-
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.15.itemlist.text
+msgstr "ავტო წარწერა..."
+
+#. `J:Q
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS\n"
+"15\n"
+"itemlist.text"
msgid "Mail Merge E-mail"
msgstr "წერილთა გამაერთიანებელი ელფოსტის მისამართი"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_ONLINEOPTIONS.1.itemlist.text
+#. 9dn(
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_ONLINEOPTIONS\n"
+"1\n"
+"itemlist.text"
msgid "%PRODUCTNAME Writer/Web"
msgstr "%PRODUCTNAME Writer/Web"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_ONLINEOPTIONS.2.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_ONLINEOPTIONS.2.itemlist.text"
+#. GnRw
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_ONLINEOPTIONS\n"
+"2\n"
+"itemlist.text"
msgid "View"
msgstr "ხედვა"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_ONLINEOPTIONS.3.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_ONLINEOPTIONS.3.itemlist.text"
+#. Nv%(
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_ONLINEOPTIONS\n"
+"3\n"
+"itemlist.text"
msgid "Formatting Aids"
msgstr "ფორმატირების დამხმარე საშუალებები"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_ONLINEOPTIONS.4.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_ONLINEOPTIONS.4.itemlist.text"
+#. XWQ[
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_ONLINEOPTIONS\n"
+"4\n"
+"itemlist.text"
msgid "Grid"
msgstr "ბადე"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_ONLINEOPTIONS.5.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_ONLINEOPTIONS.5.itemlist.text"
+#. :B|!
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_ONLINEOPTIONS\n"
+"5\n"
+"itemlist.text"
msgid "Print"
msgstr "ბეჭდვა"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_ONLINEOPTIONS.6.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_ONLINEOPTIONS.6.itemlist.text"
+#. Romr
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_ONLINEOPTIONS\n"
+"6\n"
+"itemlist.text"
msgid "Table"
msgstr "ცხრილი"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_ONLINEOPTIONS.7.itemlist.text
+#. [K)m
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_ONLINEOPTIONS\n"
+"7\n"
+"itemlist.text"
msgid "Background"
msgstr "ფონი"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SM_EDITOPTIONS.1.itemlist.text
+#. +iBl
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SM_EDITOPTIONS\n"
+"1\n"
+"itemlist.text"
msgid "%PRODUCTNAME Math"
msgstr "%PRODUCTNAME Math-ი"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SM_EDITOPTIONS.2.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SM_EDITOPTIONS.2.itemlist.text"
+#. +uDg
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SM_EDITOPTIONS\n"
+"2\n"
+"itemlist.text"
msgid "Settings"
msgstr "პარამეტრები"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS.1.itemlist.text
+#. 5K-k
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS\n"
+"1\n"
+"itemlist.text"
msgid "%PRODUCTNAME Calc"
msgstr "%PRODUCTNAME Calc-ი"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS.2.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS.2.itemlist.text"
+#. H9xU
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS\n"
+"2\n"
+"itemlist.text"
msgid "General"
msgstr "ზოგადი"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS.3.itemlist.text
+#. NU%N
+#: treeopt.src
#, fuzzy
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS\n"
+"3\n"
+"itemlist.text"
msgid "Defaults"
msgstr "სტანდარტული"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS.4.itemlist.text
+#. N|0.
+#: treeopt.src
#, fuzzy
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS.4.itemlist.text"
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS\n"
+"4\n"
+"itemlist.text"
msgid "View"
msgstr "ხედვა"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS.5.itemlist.text
+#. kG\1
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS\n"
+"5\n"
+"itemlist.text"
msgid "International"
msgstr "საერთაშორისო"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS.6.itemlist.text
+#. \$l3
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS\n"
+"6\n"
+"itemlist.text"
msgid "Calculate"
msgstr "გამოთვლა"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS.7.itemlist.text
+#. Sk`5
+#: treeopt.src
#, fuzzy
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS.7.itemlist.text"
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS\n"
+"7\n"
+"itemlist.text"
msgid "Formula"
msgstr "სიის სორტირება"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS.8.itemlist.text
+#. 3SG+
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS\n"
+"8\n"
+"itemlist.text"
msgid "Sort Lists"
msgstr "სიის სორტირება"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS.9.itemlist.text
+#. W6fZ
+#: treeopt.src
#, fuzzy
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS.9.itemlist.text"
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS\n"
+"9\n"
+"itemlist.text"
msgid "Changes"
msgstr "ცვლილებები"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS.10.itemlist.text
+#. T9C=
+#: treeopt.src
#, fuzzy
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS.10.itemlist.text"
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS\n"
+"10\n"
+"itemlist.text"
msgid "Compatibility"
msgstr "თავსებადობა"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS.11.itemlist.text
+#. _W9Z
+#: treeopt.src
#, fuzzy
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS.11.itemlist.text"
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS\n"
+"11\n"
+"itemlist.text"
msgid "Grid"
msgstr "ბადე"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS.12.itemlist.text
+#. ^xQ(
+#: treeopt.src
#, fuzzy
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS.12.itemlist.text"
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SC_EDITOPTIONS\n"
+"12\n"
+"itemlist.text"
msgid "Print"
msgstr ""
"#-#-#-#-# config.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -1480,206 +3499,639 @@ msgstr ""
"#-#-#-#-# contnr.po (PACKAGE VERSION) #-#-#-#-#\n"
"ბეჭდვა"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SD_EDITOPTIONS.1.itemlist.text
+#. j\gR
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SD_EDITOPTIONS\n"
+"1\n"
+"itemlist.text"
msgid "%PRODUCTNAME Impress"
msgstr "%PRODUCTNAME Impress-ი"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SD_EDITOPTIONS.2.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SD_EDITOPTIONS.2.itemlist.text"
+#. /sAH
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SD_EDITOPTIONS\n"
+"2\n"
+"itemlist.text"
msgid "General"
msgstr "ზოგადი"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SD_EDITOPTIONS.3.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SD_EDITOPTIONS.3.itemlist.text"
+#. nUS2
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SD_EDITOPTIONS\n"
+"3\n"
+"itemlist.text"
msgid "View"
msgstr "ხედვა"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SD_EDITOPTIONS.4.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SD_EDITOPTIONS.4.itemlist.text"
+#. ,J0#
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SD_EDITOPTIONS\n"
+"4\n"
+"itemlist.text"
msgid "Grid"
msgstr "ბადე"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SD_EDITOPTIONS.5.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SD_EDITOPTIONS.5.itemlist.text"
+#. !q@W
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SD_EDITOPTIONS\n"
+"5\n"
+"itemlist.text"
msgid "Print"
msgstr "ბეჭდვა"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SD_GRAPHIC_OPTIONS.1.itemlist.text
+#. GPOG
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SD_GRAPHIC_OPTIONS\n"
+"1\n"
+"itemlist.text"
msgid "%PRODUCTNAME Draw"
msgstr "%PRODUCTNAME Draw-ი"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SD_GRAPHIC_OPTIONS.2.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SD_GRAPHIC_OPTIONS.2.itemlist.text"
+#. cV2r
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SD_GRAPHIC_OPTIONS\n"
+"2\n"
+"itemlist.text"
msgid "General"
msgstr "ზოგადი"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SD_GRAPHIC_OPTIONS.3.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SD_GRAPHIC_OPTIONS.3.itemlist.text"
+#. xmuL
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SD_GRAPHIC_OPTIONS\n"
+"3\n"
+"itemlist.text"
msgid "View"
msgstr "ხედვა"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SD_GRAPHIC_OPTIONS.4.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SD_GRAPHIC_OPTIONS.4.itemlist.text"
+#. m!qY
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SD_GRAPHIC_OPTIONS\n"
+"4\n"
+"itemlist.text"
msgid "Grid"
msgstr "ბადე"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SD_GRAPHIC_OPTIONS.5.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SD_GRAPHIC_OPTIONS.5.itemlist.text"
+#. mP5D
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SD_GRAPHIC_OPTIONS\n"
+"5\n"
+"itemlist.text"
msgid "Print"
msgstr "ბეჭდვა"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SCH_EDITOPTIONS.1.itemlist.text
+#. 9)sB
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SCH_EDITOPTIONS\n"
+"1\n"
+"itemlist.text"
msgid "Charts"
msgstr "გრაფიკები"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SCH_EDITOPTIONS.2.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SCH_EDITOPTIONS.2.itemlist.text"
+#. `r:w
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SCH_EDITOPTIONS\n"
+"2\n"
+"itemlist.text"
msgid "Default Colors"
msgstr "ნაგულისხმები ფერები"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_FILTER_DLG.1.itemlist.text
+#. cKkg
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_FILTER_DLG\n"
+"1\n"
+"itemlist.text"
msgid "Load/Save"
msgstr "ჩატვირთვა/დამახსოვრება"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_FILTER_DLG.2.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_FILTER_DLG.2.itemlist.text"
+#. m?g:
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_FILTER_DLG\n"
+"2\n"
+"itemlist.text"
msgid "General"
msgstr "ზოგადი"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_FILTER_DLG.3.itemlist.text
+#. 4+LR
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_FILTER_DLG\n"
+"3\n"
+"itemlist.text"
msgid "VBA Properties"
msgstr "VBA თვისებები"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_FILTER_DLG.4.itemlist.text
+#. WbyR
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_FILTER_DLG\n"
+"4\n"
+"itemlist.text"
msgid "Microsoft Office"
msgstr "Microsoft Office"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_FILTER_DLG.5.itemlist.text
+#. OoXN
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_FILTER_DLG\n"
+"5\n"
+"itemlist.text"
msgid "HTML Compatibility"
msgstr "HTML თავსებადობა"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SB_STARBASEOPTIONS.1.itemlist.text
+#. #={;
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SB_STARBASEOPTIONS\n"
+"1\n"
+"itemlist.text"
msgid "%PRODUCTNAME Base"
msgstr "%PRODUCTNAME Base-ი"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SB_STARBASEOPTIONS.2.itemlist.text
+#. [;2j
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SB_STARBASEOPTIONS\n"
+"2\n"
+"itemlist.text"
msgid "Connections"
msgstr "კავშირები"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SB_STARBASEOPTIONS.3.itemlist.text
+#. xR[v
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_OFADLG_OPTIONS_TREE_PAGES.SID_SB_STARBASEOPTIONS\n"
+"3\n"
+"itemlist.text"
msgid "Databases"
msgstr "მონაცემთა ბაზები"
-#: treeopt.src#RID_RIDER_SLL_SITE.string.text
+#. 5!e[
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_RIDER_SLL_SITE\n"
+"string.text"
msgid "Site certificates"
msgstr "საიტის სერტიფიკატი"
-#: treeopt.src#RID_RIDER_SLL_PERSONAL.string.text
+#. lwlv
+#: treeopt.src
+msgctxt ""
+"treeopt.src\n"
+"RID_RIDER_SLL_PERSONAL\n"
+"string.text"
msgid "Personal certificates"
msgstr "პერსონალური სერტიფიკატები"
-#: optjava.src#RID_SVXPAGE_OPTIONS_JAVA.FL_JAVA.fixedline.text
+#. _aZX
+#: optasian.src
+msgctxt ""
+"optasian.src\n"
+"RID_SVXPAGE_ASIAN_LAYOUT\n"
+"GB_KERNING\n"
+"fixedline.text"
+msgid "Kerning"
+msgstr "კერინგი"
+
+#. eVTz
+#: optasian.src
+msgctxt ""
+"optasian.src\n"
+"RID_SVXPAGE_ASIAN_LAYOUT\n"
+"RB_CHAR_KERNING\n"
+"radiobutton.text"
+msgid "~Western characters only"
+msgstr "~მხოლოდ დასავლური სიმბოლოები"
+
+#. 2eI_
+#: optasian.src
+msgctxt ""
+"optasian.src\n"
+"RID_SVXPAGE_ASIAN_LAYOUT\n"
+"RB_CHAR_PUNCT\n"
+"radiobutton.text"
+msgid "Western ~text and Asian punctuation"
+msgstr "დასავლური ~ტექსტი და აზიური პუნქტუაცია"
+
+#. ApQn
+#: optasian.src
+msgctxt ""
+"optasian.src\n"
+"RID_SVXPAGE_ASIAN_LAYOUT\n"
+"GB_CHAR_DIST\n"
+"fixedline.text"
+msgid "Character spacing"
+msgstr "სიმბოლოთა ინტერვალები "
+
+#. Yn]P
+#: optasian.src
+msgctxt ""
+"optasian.src\n"
+"RID_SVXPAGE_ASIAN_LAYOUT\n"
+"RB_NO_COMP\n"
+"radiobutton.text"
+msgid "~No compression"
+msgstr "~არანაირი შეკუმშვა"
+
+#. /.mE
+#: optasian.src
+msgctxt ""
+"optasian.src\n"
+"RID_SVXPAGE_ASIAN_LAYOUT\n"
+"RB_PUNCT_COMP\n"
+"radiobutton.text"
+msgid "~Compress punctuation only"
+msgstr "მხოლოდ პუნქტუაციის ~შეკუმშვა"
+
+#. `Al!
+#: optasian.src
+msgctxt ""
+"optasian.src\n"
+"RID_SVXPAGE_ASIAN_LAYOUT\n"
+"RB_PUNCT_KANA_COMP\n"
+"radiobutton.text"
+msgid "Compress ~punctuation and Japanese Kana"
+msgstr "იაპონური Kana-ს და ~პუნქტუაციის შეკუმშვა"
+
+#. 4@Z{
+#: optasian.src
+msgctxt ""
+"optasian.src\n"
+"RID_SVXPAGE_ASIAN_LAYOUT\n"
+"GB_START_END\n"
+"fixedline.text"
+msgid "First and last characters"
+msgstr "პირველი და ბოლო სიმბოლოები"
+
+#. Ur]C
+#: optasian.src
+msgctxt ""
+"optasian.src\n"
+"RID_SVXPAGE_ASIAN_LAYOUT\n"
+"FT_LANGUAGE\n"
+"fixedtext.text"
+msgid "~Language"
+msgstr "~ენა"
+
+#. fqOF
+#: optasian.src
+msgctxt ""
+"optasian.src\n"
+"RID_SVXPAGE_ASIAN_LAYOUT\n"
+"CB_STANDARD\n"
+"checkbox.text"
+msgid "~Default"
+msgstr "~ნაგულისხმები"
+
+#. gT-)
+#: optasian.src
+msgctxt ""
+"optasian.src\n"
+"RID_SVXPAGE_ASIAN_LAYOUT\n"
+"FT_START\n"
+"fixedtext.text"
+msgid "Not at start of line:"
+msgstr " ხაზის დასაწყისში არა:"
+
+#. aB5-
+#: optasian.src
+msgctxt ""
+"optasian.src\n"
+"RID_SVXPAGE_ASIAN_LAYOUT\n"
+"FT_END\n"
+"fixedtext.text"
+msgid "Not at end of line:"
+msgstr "ხაზის ბოლოში არა:"
+
+#. I08U
+#: optasian.src
+msgctxt ""
+"optasian.src\n"
+"RID_SVXPAGE_ASIAN_LAYOUT\n"
+"FT_HINT\n"
+"fixedtext.text"
+msgid "Without user-defined line break symbols"
+msgstr "განსაზღვრული მომხმარებლის გარეშე ხაზები არღვევენ სიმბოლოებს"
+
+#. ^Bw~
+#: optasian.src
+#, fuzzy
+msgctxt ""
+"optasian.src\n"
+"RID_SVXPAGE_ASIAN_LAYOUT\n"
+"tabpage.text"
+msgid "Proxy"
+msgstr "Proxy"
+
+#. ]I@@
+#: optjava.src
+msgctxt ""
+"optjava.src\n"
+"RID_SVXPAGE_OPTIONS_JAVA\n"
+"FL_JAVA\n"
+"fixedline.text"
msgid "Java options"
msgstr "Java-ს პარამეტრები"
-#: optjava.src#RID_SVXPAGE_OPTIONS_JAVA.CB_JAVA_ENABLE.checkbox.text
+#. ^KHF
+#: optjava.src
+msgctxt ""
+"optjava.src\n"
+"RID_SVXPAGE_OPTIONS_JAVA\n"
+"CB_JAVA_ENABLE\n"
+"checkbox.text"
msgid "~Use a Java runtime environment"
msgstr "~Java-ს გაშვების რეჟიმის გარემოს გამოყენება"
-#: optjava.src#RID_SVXPAGE_OPTIONS_JAVA.FT_JAVA_FOUND.fixedtext.text
+#. PmPu
+#: optjava.src
+msgctxt ""
+"optjava.src\n"
+"RID_SVXPAGE_OPTIONS_JAVA\n"
+"FT_JAVA_FOUND\n"
+"fixedtext.text"
msgid "~Java runtime environments (JRE) already installed:"
msgstr "~Java-ს გაშვების რეჟიმის გარემო (JRE) უკვე დაყენებულია:"
-#: optjava.src#RID_SVXPAGE_OPTIONS_JAVA.PB_ADD.pushbutton.text
+#. J5Cr
+#: optjava.src
#, fuzzy
-msgctxt "optjava.src#RID_SVXPAGE_OPTIONS_JAVA.PB_ADD.pushbutton.text"
+msgctxt ""
+"optjava.src\n"
+"RID_SVXPAGE_OPTIONS_JAVA\n"
+"PB_ADD\n"
+"pushbutton.text"
msgid "~Add..."
msgstr "~დამატება..."
-#: optjava.src#RID_SVXPAGE_OPTIONS_JAVA.PB_PARAMETER.pushbutton.text
+#. u_S0
+#: optjava.src
+msgctxt ""
+"optjava.src\n"
+"RID_SVXPAGE_OPTIONS_JAVA\n"
+"PB_PARAMETER\n"
+"pushbutton.text"
msgid "~Parameters..."
msgstr "~პარამეტრები..."
-#: optjava.src#RID_SVXPAGE_OPTIONS_JAVA.PB_CLASSPATH.pushbutton.text
+#. Oo.1
+#: optjava.src
+msgctxt ""
+"optjava.src\n"
+"RID_SVXPAGE_OPTIONS_JAVA\n"
+"PB_CLASSPATH\n"
+"pushbutton.text"
msgid "~Class Path..."
msgstr "~კლასის მდებარეობა..."
-#: optjava.src#RID_SVXPAGE_OPTIONS_JAVA.STR_INSTALLED_IN.string.text
+#. V?5n
+#: optjava.src
+msgctxt ""
+"optjava.src\n"
+"RID_SVXPAGE_OPTIONS_JAVA\n"
+"FL_EXPERIMENTAL\n"
+"fixedline.text"
+msgid "Optional (unstable) options"
+msgstr ""
+
+#. dPu2
+#: optjava.src
+msgctxt ""
+"optjava.src\n"
+"RID_SVXPAGE_OPTIONS_JAVA\n"
+"CB_EXPERIMENTAL\n"
+"checkbox.text"
+msgid "Enable experimental features"
+msgstr ""
+
+#. AiLT
+#: optjava.src
+msgctxt ""
+"optjava.src\n"
+"RID_SVXPAGE_OPTIONS_JAVA\n"
+"CB_MACRO\n"
+"checkbox.text"
+msgid "Enable macro recording"
+msgstr ""
+
+#. u7\^
+#: optjava.src
+msgctxt ""
+"optjava.src\n"
+"RID_SVXPAGE_OPTIONS_JAVA\n"
+"STR_INSTALLED_IN\n"
+"string.text"
msgid "Location: "
msgstr "მდებარეობა:"
-#: optjava.src#RID_SVXPAGE_OPTIONS_JAVA.STR_ACCESSIBILITY.string.text
+#. AM%f
+#: optjava.src
+msgctxt ""
+"optjava.src\n"
+"RID_SVXPAGE_OPTIONS_JAVA\n"
+"STR_ACCESSIBILITY\n"
+"string.text"
msgid "with accessibility support"
msgstr "ხელმისაწვდომობის მხარდაჭერით"
-#: optjava.src#RID_SVXPAGE_OPTIONS_JAVA.STR_ADDDLGTEXT.string.text
+#. oER6
+#: optjava.src
+msgctxt ""
+"optjava.src\n"
+"RID_SVXPAGE_OPTIONS_JAVA\n"
+"STR_ADDDLGTEXT\n"
+"string.text"
msgid "Select a Java Runtime Environment"
msgstr "ამოირჩიეთ Java-ს გაშვების რეჟიმის გარემო"
-#: optjava.src#RID_SVXPAGE_OPTIONS_JAVA.STR_HEADER_VENDOR.string.text
+#. ?gY7
+#: optjava.src
+msgctxt ""
+"optjava.src\n"
+"RID_SVXPAGE_OPTIONS_JAVA\n"
+"STR_HEADER_VENDOR\n"
+"string.text"
msgid "Vendor"
msgstr "მწარმოებელი"
-#: optjava.src#RID_SVXPAGE_OPTIONS_JAVA.STR_HEADER_VERSION.string.text
+#. WX4e
+#: optjava.src
+msgctxt ""
+"optjava.src\n"
+"RID_SVXPAGE_OPTIONS_JAVA\n"
+"STR_HEADER_VERSION\n"
+"string.text"
msgid "Version"
msgstr "ვერსია"
-#: optjava.src#RID_SVXPAGE_OPTIONS_JAVA.STR_HEADER_FEATURES.string.text
+#. Cp`H
+#: optjava.src
+msgctxt ""
+"optjava.src\n"
+"RID_SVXPAGE_OPTIONS_JAVA\n"
+"STR_HEADER_FEATURES\n"
+"string.text"
msgid "Features"
msgstr "შესაძლებლობები"
-#: optjava.src#RID_SVXPAGE_OPTIONS_JAVA.tabpage.text
-msgctxt "optjava.src#RID_SVXPAGE_OPTIONS_JAVA.tabpage.text"
+#. -z1]
+#: optjava.src
+#, fuzzy
+msgctxt ""
+"optjava.src\n"
+"RID_SVXPAGE_OPTIONS_JAVA\n"
+"tabpage.text"
msgid "Java"
msgstr "ჯავა"
-#: optjava.src#RID_SVXDLG_JAVA_PARAMETER.FT_PARAMETER.fixedtext.text
+#. MD=`
+#: optjava.src
+msgctxt ""
+"optjava.src\n"
+"RID_SVXDLG_JAVA_PARAMETER\n"
+"FT_PARAMETER\n"
+"fixedtext.text"
msgid "Java start ~parameter"
msgstr "Java-ს გაშვების პარამეტრი"
-#: optjava.src#RID_SVXDLG_JAVA_PARAMETER.PB_ASSIGN.pushbutton.text
+#. mfGf
+#: optjava.src
+msgctxt ""
+"optjava.src\n"
+"RID_SVXDLG_JAVA_PARAMETER\n"
+"PB_ASSIGN\n"
+"pushbutton.text"
msgid "~Assign"
msgstr "~მინიჭება"
-#: optjava.src#RID_SVXDLG_JAVA_PARAMETER.FT_ASSIGNED.fixedtext.text
+#. 80/}
+#: optjava.src
+msgctxt ""
+"optjava.src\n"
+"RID_SVXDLG_JAVA_PARAMETER\n"
+"FT_ASSIGNED\n"
+"fixedtext.text"
msgid "Assig~ned start parameters"
msgstr "მინიჭებული გაშვების პარამეტრები"
-#: optjava.src#RID_SVXDLG_JAVA_PARAMETER.FT_EXAMPLE.fixedtext.text
+#. Cp@,
+#: optjava.src
+msgctxt ""
+"optjava.src\n"
+"RID_SVXDLG_JAVA_PARAMETER\n"
+"FT_EXAMPLE\n"
+"fixedtext.text"
msgid "For example: -Dmyprop=c:\\program files\\java"
msgstr "მაგალითად: -Dmyprop=c:\\program files\\java"
-#: optjava.src#RID_SVXDLG_JAVA_PARAMETER.PB_REMOVE.pushbutton.text
-msgctxt "optjava.src#RID_SVXDLG_JAVA_PARAMETER.PB_REMOVE.pushbutton.text"
+#. K?)3
+#: optjava.src
+msgctxt ""
+"optjava.src\n"
+"RID_SVXDLG_JAVA_PARAMETER\n"
+"PB_REMOVE\n"
+"pushbutton.text"
msgid "~Remove"
msgstr "~მოშორება"
-#: optjava.src#RID_SVXDLG_JAVA_PARAMETER.modaldialog.text
+#. kVa7
+#: optjava.src
+msgctxt ""
+"optjava.src\n"
+"RID_SVXDLG_JAVA_PARAMETER\n"
+"modaldialog.text"
msgid "Java Start Parameters"
msgstr "Java-ს გაშვების პარამეტრები"
-#: optjava.src#RID_SVXDLG_JAVA_CLASSPATH.FT_PATH.fixedtext.text
+#. gB:p
+#: optjava.src
+msgctxt ""
+"optjava.src\n"
+"RID_SVXDLG_JAVA_CLASSPATH\n"
+"FT_PATH\n"
+"fixedtext.text"
msgid "A~ssigned folders and archives"
msgstr "მიმაგრებული საქაღალდეების და არქივები"
-#: optjava.src#RID_SVXDLG_JAVA_CLASSPATH.PB_ADDARCHIVE.pushbutton.text
+#. \Hm@
+#: optjava.src
+msgctxt ""
+"optjava.src\n"
+"RID_SVXDLG_JAVA_CLASSPATH\n"
+"PB_ADDARCHIVE\n"
+"pushbutton.text"
msgid "~Add Archive..."
msgstr "~არქივის დამატება..."
-#: optjava.src#RID_SVXDLG_JAVA_CLASSPATH.PB_ADDPATH.pushbutton.text
+#. `*Vb
+#: optjava.src
+msgctxt ""
+"optjava.src\n"
+"RID_SVXDLG_JAVA_CLASSPATH\n"
+"PB_ADDPATH\n"
+"pushbutton.text"
msgid "Add ~Folder"
msgstr "~საქაღალდის დამატება..."
-#: optjava.src#RID_SVXDLG_JAVA_CLASSPATH.PB_REMOVE_PATH.pushbutton.text
-msgctxt "optjava.src#RID_SVXDLG_JAVA_CLASSPATH.PB_REMOVE_PATH.pushbutton.text"
+#. =A:e
+#: optjava.src
+msgctxt ""
+"optjava.src\n"
+"RID_SVXDLG_JAVA_CLASSPATH\n"
+"PB_REMOVE_PATH\n"
+"pushbutton.text"
msgid "~Remove"
msgstr "~მოშორება"
-#: optjava.src#RID_SVXDLG_JAVA_CLASSPATH.modaldialog.text
+#. ]WhV
+#: optjava.src
+msgctxt ""
+"optjava.src\n"
+"RID_SVXDLG_JAVA_CLASSPATH\n"
+"modaldialog.text"
msgid "Class Path"
msgstr "კლასის მდებარეობა"
-#: optjava.src#RID_SVXERR_JRE_NOT_RECOGNIZED.errorbox.text
+#. ;DoI
+#: optjava.src
+msgctxt ""
+"optjava.src\n"
+"RID_SVXERR_JRE_NOT_RECOGNIZED\n"
+"errorbox.text"
msgid ""
"The folder you selected does not contain a Java runtime environment.\n"
"Please select a different folder."
@@ -1687,7 +4139,12 @@ msgstr ""
"საქაღალდე, რომელიც აირჩიეთ, არ შეიცავს Java-ს გაშვების რეჟიმის გარემოს.\n"
"გთხოვთ, აირჩიოთ სხვა საქაღალდე."
-#: optjava.src#RID_SVXERR_JRE_FAILED_VERSION.errorbox.text
+#. m+7R
+#: optjava.src
+msgctxt ""
+"optjava.src\n"
+"RID_SVXERR_JRE_FAILED_VERSION\n"
+"errorbox.text"
msgid ""
"The Java runtime environment you selected is not the required version.\n"
"Please select a different folder."
@@ -1695,7 +4152,12 @@ msgstr ""
"Java-ს გაშვების რეჟიმის გარემო, რომელიც თქვენ აირჩიეთ არ არის მოთხოვნილი ვერსიის.\n"
"გთხოვთ, აირჩიოთ სხვა საქაღალდე."
-#: optjava.src#RID_SVX_MSGBOX_JAVA_RESTART.warningbox.text
+#. WZ/f
+#: optjava.src
+msgctxt ""
+"optjava.src\n"
+"RID_SVX_MSGBOX_JAVA_RESTART\n"
+"warningbox.text"
msgid ""
"For the selected Java runtime environment to work properly, %PRODUCTNAME must be restarted.\n"
"Please restart %PRODUCTNAME now."
@@ -1703,418 +4165,2025 @@ msgstr ""
"არჩეული Java-ს გაშვების რეჟიმის გარემოს გამართული მუშაობისათვის, %PRODUCTNAME-ი უნდა ჩაიტვირთოს ხელახლა.\n"
"გთხოვთ ხელახლა ჩატვირთოთ %PRODUCTNAME-ი."
-#: optjava.src#RID_SVX_MSGBOX_OPTIONS_RESTART.warningbox.text
+#. I?^k
+#: optjava.src
+msgctxt ""
+"optjava.src\n"
+"RID_SVX_MSGBOX_OPTIONS_RESTART\n"
+"warningbox.text"
msgid ""
"You have to restart %PRODUCTNAME so the new or modified values can take effect.\n"
"Please restart %PRODUCTNAME now."
msgstr ""
-#: optmemory.src#OFA_TP_MEMORY.GB_UNDO.fixedline.text
-msgid "Undo"
-msgstr "უკუსვლა"
+#. !j-G
+#: doclinkdialog.src
+msgctxt ""
+"doclinkdialog.src\n"
+"DLG_DOCUMENTLINK\n"
+"FT_URL\n"
+"fixedtext.text"
+msgid "~Database file"
+msgstr "მონაცემთა ბაზის ~ფაილი"
-#: optmemory.src#OFA_TP_MEMORY.FT_UNDO.fixedtext.text
-msgid "Number of steps"
-msgstr "ბიჯების რაოდენობა"
+#. =w2.
+#: doclinkdialog.src
+msgctxt ""
+"doclinkdialog.src\n"
+"DLG_DOCUMENTLINK\n"
+"PB_BROWSEFILE\n"
+"pushbutton.text"
+msgid "~Browse..."
+msgstr "~დათვალიერება..."
-#: optmemory.src#OFA_TP_MEMORY.GB_GRAPHICCACHE.fixedline.text
-msgid "Graphics cache"
-msgstr "გრაფიკული კეში"
+#. X\SR
+#: doclinkdialog.src
+msgctxt ""
+"doclinkdialog.src\n"
+"DLG_DOCUMENTLINK\n"
+"FT_NAME\n"
+"fixedtext.text"
+msgid "Registered ~name"
+msgstr "რეგისტრირებული სა~ხელი"
-#: optmemory.src#OFA_TP_MEMORY.FT_GRAPHICCACHE.fixedtext.text
-msgid "Use for %PRODUCTNAME"
-msgstr "%PRODUCTNAME-ის გამოყენება"
+#. iuUJ
+#: doclinkdialog.src
+msgctxt ""
+"doclinkdialog.src\n"
+"DLG_DOCUMENTLINK\n"
+"STR_EDIT_LINK\n"
+"string.text"
+msgid "Edit Database Link"
+msgstr "მონაცემთა ბაზის რედაქტირების ბმული"
-#: optmemory.src#OFA_TP_MEMORY.FT_GRAPHICCACHE_UNIT.fixedtext.text
-msgctxt "optmemory.src#OFA_TP_MEMORY.FT_GRAPHICCACHE_UNIT.fixedtext.text"
-msgid "MB"
-msgstr "მბ"
+#. }?4O
+#: doclinkdialog.src
+msgctxt ""
+"doclinkdialog.src\n"
+"DLG_DOCUMENTLINK\n"
+"STR_NEW_LINK\n"
+"string.text"
+msgid "Create Database Link"
+msgstr "შექმენით მონაცემთა ბაზის ბმული"
-#: optmemory.src#OFA_TP_MEMORY.FT_GRAPHICOBJECTCACHE.fixedtext.text
-msgid "Memory per object"
-msgstr "მეხსიერება ობიექტისათვის"
+#. ^+uQ
+#: doclinkdialog.src
+msgctxt ""
+"doclinkdialog.src\n"
+"STR_LINKEDDOC_DOESNOTEXIST\n"
+"string.text"
+msgid ""
+"The file\n"
+"$file$\n"
+"does not exist."
+msgstr ""
+"ფაილი\n"
+"$file$\n"
+"არ არის გახსნილი."
-#: optmemory.src#OFA_TP_MEMORY.FT_GRAPHICOBJECTCACHE_UNIT.fixedtext.text
-msgctxt "optmemory.src#OFA_TP_MEMORY.FT_GRAPHICOBJECTCACHE_UNIT.fixedtext.text"
-msgid "MB"
-msgstr "მბ"
+#. ^gHK
+#: doclinkdialog.src
+msgctxt ""
+"doclinkdialog.src\n"
+"STR_LINKEDDOC_NO_SYSTEM_FILE\n"
+"string.text"
+msgid ""
+"The file\n"
+"$file$\n"
+"does not exist in the local file system."
+msgstr ""
-#: optmemory.src#OFA_TP_MEMORY.FT_GRAPHICOBJECTTIME.fixedtext.text
-msgid "Remove from memory after"
-msgstr "მეხსირებიდან ამოღება"
+#. q3PM
+#: doclinkdialog.src
+msgctxt ""
+"doclinkdialog.src\n"
+"STR_NAME_CONFLICT\n"
+"string.text"
+msgid ""
+"The name '$file$' is already used for another database.\n"
+"Please choose a different name."
+msgstr ""
+"სახელი '$file$' უკვე დაკავებულია სხვა მონაცემთა ბაზის მიერ.\n"
+"გთხოვთ აირჩიოთ სხვა სახელი."
-#: optmemory.src#OFA_TP_MEMORY.FT_GRAPHICOBJECTTIME_UNIT.fixedtext.text
-msgid "hh:mm"
-msgstr "hh:mm"
+#. a%b8
+#: doclinkdialog.src
+msgctxt ""
+"doclinkdialog.src\n"
+"QUERY_DELETE_CONFIRM\n"
+"querybox.text"
+msgid "Do you want to delete the entry?"
+msgstr "გნებავთ ამ შენატანის წაშლა?"
-#: optmemory.src#OFA_TP_MEMORY.GB_OLECACHE.fixedline.text
-msgid "Cache for inserted objects"
-msgstr "ჩასმული ობიექტების კეში"
+#. p~{X
+#: optpath.src
+#, fuzzy
+msgctxt ""
+"optpath.src\n"
+"RID_SFXPAGE_PATH\n"
+"FT_TYPE\n"
+"fixedtext.text"
+msgid "Type"
+msgstr "ტიპი"
-#: optmemory.src#OFA_TP_MEMORY.FT_OLECACHE.fixedtext.text
-msgid "Number of objects"
-msgstr "ობიექტების რაოდენობა"
+#. uq/K
+#: optpath.src
+msgctxt ""
+"optpath.src\n"
+"RID_SFXPAGE_PATH\n"
+"FT_PATH\n"
+"fixedtext.text"
+msgid "Path"
+msgstr "გზა"
-#: optmemory.src#OFA_TP_MEMORY.FL_QUICKLAUNCH.fixedline.text
-msgid "%PRODUCTNAME Quickstarter"
-msgstr "%PRODUCTNAME Quickstarter-ი"
+#. fg$t
+#: optpath.src
+msgctxt ""
+"optpath.src\n"
+"RID_SFXPAGE_PATH\n"
+"BTN_PATH\n"
+"pushbutton.text"
+msgid "~Edit..."
+msgstr "~რედაქტირება..."
-#: optmemory.src#OFA_TP_MEMORY.CB_QUICKLAUNCH.checkbox.text
-msgid "Load %PRODUCTNAME during system start-up"
-msgstr "%PRODUCTNAME-ის ჩატვირთვა სისტემის გაშვების მომენტში"
+#. d=*h
+#: optpath.src
+msgctxt ""
+"optpath.src\n"
+"RID_SFXPAGE_PATH\n"
+"BTN_STANDARD\n"
+"pushbutton.text"
+msgid "~Default"
+msgstr "~ნაგულისხმები"
-#: optmemory.src#OFA_TP_MEMORY.STR_QUICKLAUNCH_UNX.string.text
-msgid "Enable systray Quickstarter"
+#. Z}*7
+#: optpath.src
+msgctxt ""
+"optpath.src\n"
+"RID_SFXPAGE_PATH\n"
+"GB_STD\n"
+"fixedline.text"
+msgid "Paths used by %PRODUCTNAME"
+msgstr "გზები გამოიყენება %PRODUCTNAME"
+
+#. Nwsb
+#: optpath.src
+msgctxt ""
+"optpath.src\n"
+"RID_SFXPAGE_PATH\n"
+"STR_MULTIPATHDLG\n"
+"string.text"
+msgid "Edit Paths: %1"
+msgstr "გზების რედაქტირება: %1"
+
+#. 0P6,
+#: optpath.src
+msgctxt ""
+"optpath.src\n"
+"RID_SFXPAGE_PATH\n"
+"tabpage.text"
+msgid "Paths"
+msgstr "გეზები"
+
+#. TOsx
+#: optpath.src
+msgctxt ""
+"optpath.src\n"
+"RID_SVXERR_OPT_DOUBLEPATHS\n"
+"errorbox.text"
+msgid ""
+"The configuration and mail directories must be specified as separate directories.\n"
+"Please choose a new path."
msgstr ""
+"კონფიგურაცია და წერილების კატალოგები უნდა იყვეს განსაზღვრული როგორც ცალკეული დირექტორიები.\n"
+"გთხოვთ ამოირჩიოთ ახალი გზა."
-#: optaccessibility.src#RID_SVXPAGE_ACCESSIBILITYCONFIG.FL_MISCELLANEOUS.fixedline.text
-msgid "Miscellaneous options"
-msgstr "სხვადასხვა საშუალებები"
+#. a%Fs
+#: optpath.src
+msgctxt ""
+"optpath.src\n"
+"RID_SVXSTR_KEY_CONFIG_DIR\n"
+"string.text"
+msgid "Configuration"
+msgstr "კონფიგურაცია"
-#: optaccessibility.src#RID_SVXPAGE_ACCESSIBILITYCONFIG.CB_ACCESSIBILITY_TOOL.checkbox.text
-msgid "Support ~assistive technology tools (program restart required)"
-msgstr "დამხმარე ~ინსტრუმენტების ტექნოლოგიის მხარდაჭერა (მოთხოვს პროგრამის გადატვირთვას)"
+#. M4Rz
+#: optpath.src
+msgctxt ""
+"optpath.src\n"
+"RID_SVXSTR_KEY_WORK_PATH\n"
+"string.text"
+msgid "My Documents"
+msgstr "ჩემი დოკუმენტები"
-#: optaccessibility.src#RID_SVXPAGE_ACCESSIBILITYCONFIG.CB_TEXTSELECTION.checkbox.text
-msgid "Use te~xt selection cursor in read-only text documents"
-msgstr "გამოიყენეთ ~ტექსტის მოსანიშნი კურსური მხოლოდ კითხვად ტექსტუს დოკომენტებში"
+#. J!sZ
+#: optpath.src
+msgctxt ""
+"optpath.src\n"
+"RID_SVXSTR_KEY_GRAPHICS_PATH\n"
+"string.text"
+msgid "Graphics"
+msgstr "გრაპიკები"
-#: optaccessibility.src#RID_SVXPAGE_ACCESSIBILITYCONFIG.CB_ANIMATED_GRAPHICS.checkbox.text
-msgid "Allow animated ~graphics"
-msgstr "~გრაფიკული ანიმაციის დაშვება"
+#. 6isK
+#: optpath.src
+msgctxt ""
+"optpath.src\n"
+"RID_SVXSTR_KEY_BITMAP_PATH\n"
+"string.text"
+msgid "Icons"
+msgstr "ხატულები"
-#: optaccessibility.src#RID_SVXPAGE_ACCESSIBILITYCONFIG.CB_ANIMATED_TEXTS.checkbox.text
-msgid "Allow animated ~text"
-msgstr "ანიმირებული ~ტექსტის დაშვება"
+#. f@It
+#: optpath.src
+msgctxt ""
+"optpath.src\n"
+"RID_SVXSTR_KEY_PALETTE_PATH\n"
+"string.text"
+msgid "Palettes"
+msgstr "პალიტრები"
-#: optaccessibility.src#RID_SVXPAGE_ACCESSIBILITYCONFIG.CB_TIPHELP.checkbox.text
-msgid "~Help tips disappear after "
-msgstr "~დახმარების კარნახის გაქრობა "
+#. Q4Fe
+#: optpath.src
+msgctxt ""
+"optpath.src\n"
+"RID_SVXSTR_KEY_BACKUP_PATH\n"
+"string.text"
+msgid "Backups"
+msgstr "სამარქაფო ასლები"
-#: optaccessibility.src#RID_SVXPAGE_ACCESSIBILITYCONFIG.FT_TIPHELP.fixedtext.text
-msgid "seconds"
-msgstr "წამები"
+#. uXYX
+#: optpath.src
+msgctxt ""
+"optpath.src\n"
+"RID_SVXSTR_KEY_MODULES_PATH\n"
+"string.text"
+msgid "Modules"
+msgstr "მოდულები"
-#: optaccessibility.src#RID_SVXPAGE_ACCESSIBILITYCONFIG.FL_HC_OPTIONS.fixedline.text
-msgid "Options for high contrast appearance"
-msgstr "ვარიანტები მაღალი კონტრასტულობის გამოსაჩენათ"
+#. y9c)
+#: optpath.src
+msgctxt ""
+"optpath.src\n"
+"RID_SVXSTR_KEY_TEMPLATE_PATH\n"
+"string.text"
+msgid "Templates"
+msgstr "შაბლონები"
-#: optaccessibility.src#RID_SVXPAGE_ACCESSIBILITYCONFIG.CB_AUTO_DETECT_HC.checkbox.text
-msgid "Automatically ~detect high contrast mode of operating system"
-msgstr "ოპერაციული სისტემის კონტრასტულობის რეჟიმის ავტომატური ~დეტექტირება"
+#. $%aO
+#: optpath.src
+msgctxt ""
+"optpath.src\n"
+"RID_SVXSTR_KEY_GLOSSARY_PATH\n"
+"string.text"
+msgid "AutoText"
+msgstr "ავტოტექსტი"
-#: optaccessibility.src#RID_SVXPAGE_ACCESSIBILITYCONFIG.CB_AUTOMATIC_FONT_COLOR.checkbox.text
-msgid "Use automatic font ~color for screen display"
-msgstr "ავტომატური ფონტის ~ფერის გამოყენება ეკრანზე საჩვენებლად"
+#. pa_k
+#: optpath.src
+#, fuzzy
+msgctxt ""
+"optpath.src\n"
+"RID_SVXSTR_KEY_DICTIONARY_PATH\n"
+"string.text"
+msgid "Dictionaries"
+msgstr "ლექსიკონები"
-#: optaccessibility.src#RID_SVXPAGE_ACCESSIBILITYCONFIG.CB_PAGE_PREVIEWS.checkbox.text
-msgid "~Use system colors for page previews"
-msgstr "სისტემური ფერების გამოყენება ~გვერდების დათვალიერებისთვის"
+#. P:~D
+#: optpath.src
+msgctxt ""
+"optpath.src\n"
+"RID_SVXSTR_KEY_HELP_DIR\n"
+"string.text"
+msgid "Help"
+msgstr "დახმარება"
-#: optctl.src#RID_SVXPAGE_OPTIONS_CTL.FL_SEQUENCECHECKING.fixedline.text
+#. Q@)T
+#: optpath.src
+msgctxt ""
+"optpath.src\n"
+"RID_SVXSTR_KEY_GALLERY_DIR\n"
+"string.text"
+msgid "Gallery"
+msgstr "გალერეა"
+
+#. S.x/
+#: optpath.src
+msgctxt ""
+"optpath.src\n"
+"RID_SVXSTR_KEY_STORAGE_DIR\n"
+"string.text"
+msgid "Message Storage"
+msgstr "შეტყობინების მოცულობა"
+
+#. !YM[
+#: optpath.src
+msgctxt ""
+"optpath.src\n"
+"RID_SVXSTR_KEY_TEMP_PATH\n"
+"string.text"
+msgid "Temporary files"
+msgstr "დროებითი ფაილები"
+
+#. \Tm)
+#: optpath.src
+msgctxt ""
+"optpath.src\n"
+"RID_SVXSTR_KEY_PLUGINS_PATH\n"
+"string.text"
+msgid "Plug-ins"
+msgstr "დანამატები"
+
+#. rnxz
+#: optpath.src
+msgctxt ""
+"optpath.src\n"
+"RID_SVXSTR_KEY_FAVORITES_DIR\n"
+"string.text"
+msgid "Folder Bookmarks"
+msgstr "დირექტორიის სანიშნები"
+
+#. n,@:
+#: optpath.src
+msgctxt ""
+"optpath.src\n"
+"RID_SVXSTR_KEY_FILTER_PATH\n"
+"string.text"
+msgid "Filters"
+msgstr "ფილტრები"
+
+#. 7NA@
+#: optpath.src
+msgctxt ""
+"optpath.src\n"
+"RID_SVXSTR_KEY_ADDINS_PATH\n"
+"string.text"
+msgid "Add-ins"
+msgstr "ჩანართები"
+
+#. 9)3c
+#: optpath.src
+msgctxt ""
+"optpath.src\n"
+"RID_SVXSTR_KEY_USERCONFIG_PATH\n"
+"string.text"
+msgid "User Configuration"
+msgstr "მომხმარებლის კონფიგურაცია"
+
+#. ,hkG
+#: optpath.src
+msgctxt ""
+"optpath.src\n"
+"RID_SVXSTR_KEY_USERDICTIONARY_DIR\n"
+"string.text"
+msgid "User-defined dictionaries"
+msgstr "მომხმარებლის მიერ განსაზღვრული ლექსიკონები"
+
+#. e%Dj
+#: optpath.src
+msgctxt ""
+"optpath.src\n"
+"RID_SVXSTR_KEY_AUTOCORRECT_DIR\n"
+"string.text"
+msgid "AutoCorrect"
+msgstr "ავტოკორექცია"
+
+#. H[\{
+#: optpath.src
+msgctxt ""
+"optpath.src\n"
+"RID_SVXSTR_KEY_LINGUISTIC_DIR\n"
+"string.text"
+msgid "Writing aids"
+msgstr "წერის დახმარება"
+
+#. 2k_@
+#: optctl.src
+msgctxt ""
+"optctl.src\n"
+"RID_SVXPAGE_OPTIONS_CTL\n"
+"FL_SEQUENCECHECKING\n"
+"fixedline.text"
msgid "Sequence checking"
msgstr "მიმდევრობითი შემოწმება"
-#: optctl.src#RID_SVXPAGE_OPTIONS_CTL.CB_SEQUENCECHECKING.checkbox.text
+#. @1PN
+#: optctl.src
+msgctxt ""
+"optctl.src\n"
+"RID_SVXPAGE_OPTIONS_CTL\n"
+"CB_SEQUENCECHECKING\n"
+"checkbox.text"
msgid "Use se~quence checking"
msgstr "მი~მდევრობითი "
-#: optctl.src#RID_SVXPAGE_OPTIONS_CTL.CB_RESTRICTED.checkbox.text
+#. V_P(
+#: optctl.src
+msgctxt ""
+"optctl.src\n"
+"RID_SVXPAGE_OPTIONS_CTL\n"
+"CB_RESTRICTED\n"
+"checkbox.text"
msgid "Restricted"
msgstr "აკრძალული"
-#: optctl.src#RID_SVXPAGE_OPTIONS_CTL.CB_TYPE_REPLACE.checkbox.text
+#. jr*4
+#: optctl.src
+msgctxt ""
+"optctl.src\n"
+"RID_SVXPAGE_OPTIONS_CTL\n"
+"CB_TYPE_REPLACE\n"
+"checkbox.text"
msgid "~Type and replace"
msgstr "~აკრეფვა და შეცვლა"
-#: optctl.src#RID_SVXPAGE_OPTIONS_CTL.FL_CURSORCONTROL.fixedline.text
+#. |9e(
+#: optctl.src
+msgctxt ""
+"optctl.src\n"
+"RID_SVXPAGE_OPTIONS_CTL\n"
+"FL_CURSORCONTROL\n"
+"fixedline.text"
msgid "Cursor control"
msgstr "კურსორის მართვა"
-#: optctl.src#RID_SVXPAGE_OPTIONS_CTL.FT_MOVEMENT.fixedtext.text
+#. 21je
+#: optctl.src
+msgctxt ""
+"optctl.src\n"
+"RID_SVXPAGE_OPTIONS_CTL\n"
+"FT_MOVEMENT\n"
+"fixedtext.text"
msgid "Movement"
msgstr "მოძრაობა"
-#: optctl.src#RID_SVXPAGE_OPTIONS_CTL.RB_MOVEMENT_LOGICAL.radiobutton.text
+#. jVib
+#: optctl.src
+msgctxt ""
+"optctl.src\n"
+"RID_SVXPAGE_OPTIONS_CTL\n"
+"RB_MOVEMENT_LOGICAL\n"
+"radiobutton.text"
msgid "Lo~gical"
msgstr "ლო~გიკური"
-#: optctl.src#RID_SVXPAGE_OPTIONS_CTL.RB_MOVEMENT_VISUAL.radiobutton.text
+#. ,_Hy
+#: optctl.src
+msgctxt ""
+"optctl.src\n"
+"RID_SVXPAGE_OPTIONS_CTL\n"
+"RB_MOVEMENT_VISUAL\n"
+"radiobutton.text"
msgid "~Visual"
msgstr "~ვიზუალური"
-#: optctl.src#RID_SVXPAGE_OPTIONS_CTL.FL_GENERAL.fixedline.text
+#. 9n4m
+#: optctl.src
+msgctxt ""
+"optctl.src\n"
+"RID_SVXPAGE_OPTIONS_CTL\n"
+"FL_GENERAL\n"
+"fixedline.text"
msgid "General options"
msgstr "მთავარი საშუალებები"
-#: optctl.src#RID_SVXPAGE_OPTIONS_CTL.FT_NUMERALS.fixedtext.text
+#. S)~V
+#: optctl.src
+msgctxt ""
+"optctl.src\n"
+"RID_SVXPAGE_OPTIONS_CTL\n"
+"FT_NUMERALS\n"
+"fixedtext.text"
msgid "~Numerals"
msgstr "~ციფრები"
-#: optctl.src#RID_SVXPAGE_OPTIONS_CTL.LB_NUMERALS.1.stringlist.text
+#. Mx/@
+#: optctl.src
+msgctxt ""
+"optctl.src\n"
+"RID_SVXPAGE_OPTIONS_CTL.LB_NUMERALS\n"
+"1\n"
+"stringlist.text"
msgid "Arabic"
msgstr "არაბული"
-#: optctl.src#RID_SVXPAGE_OPTIONS_CTL.LB_NUMERALS.2.stringlist.text
+#. JQn\
+#: optctl.src
+msgctxt ""
+"optctl.src\n"
+"RID_SVXPAGE_OPTIONS_CTL.LB_NUMERALS\n"
+"2\n"
+"stringlist.text"
msgid "Hindi"
msgstr "ინდური"
-#: optctl.src#RID_SVXPAGE_OPTIONS_CTL.LB_NUMERALS.3.stringlist.text
-msgctxt "optctl.src#RID_SVXPAGE_OPTIONS_CTL.LB_NUMERALS.3.stringlist.text"
+#. _:Y2
+#: optctl.src
+msgctxt ""
+"optctl.src\n"
+"RID_SVXPAGE_OPTIONS_CTL.LB_NUMERALS\n"
+"3\n"
+"stringlist.text"
msgid "System"
msgstr "სისტემა"
-#: optctl.src#RID_SVXPAGE_OPTIONS_CTL.LB_NUMERALS.4.stringlist.text
+#. 4!])
+#: optctl.src
+#, fuzzy
+msgctxt ""
+"optctl.src\n"
+"RID_SVXPAGE_OPTIONS_CTL.LB_NUMERALS\n"
+"4\n"
+"stringlist.text"
msgid "Context"
-msgstr ""
-
-#: optctl.src#RID_SVXPAGE_OPTIONS_CTL.tabpage.text
-msgctxt "optctl.src#RID_SVXPAGE_OPTIONS_CTL.tabpage.text"
+msgstr "კონტე~ქსტი"
+
+#. 0LeK
+#: optctl.src
+msgctxt ""
+"optctl.src\n"
+"RID_SVXPAGE_OPTIONS_CTL\n"
+"tabpage.text"
msgid "Complex Text Layout"
msgstr "რთული ტექსტური განლაგება"
-#: connpooloptions.src#RID_OFAPAGE_CONNPOOLOPTIONS.FL_POOLING.fixedline.text
-msgid "Connection pool"
-msgstr "კავშირის პული"
+#. `JwJ
+#: optdict.src
+#, fuzzy
+msgctxt ""
+"optdict.src\n"
+"RID_SFXDLG_NEWDICT\n"
+"FT_DICTNAME\n"
+"fixedtext.text"
+msgid "~Name"
+msgstr "~სახელი"
-#: connpooloptions.src#RID_OFAPAGE_CONNPOOLOPTIONS.CB_POOL_CONNS.checkbox.text
-msgid "Connection pooling enabled"
-msgstr "დაშვებული კავშირის პული"
+#. a,F2
+#: optdict.src
+msgctxt ""
+"optdict.src\n"
+"RID_SFXDLG_NEWDICT\n"
+"FT_DICTLANG\n"
+"fixedtext.text"
+msgid "~Language"
+msgstr "~ენა"
-#: connpooloptions.src#RID_OFAPAGE_CONNPOOLOPTIONS.FT_DRIVERS.fixedtext.text
-msgid "Drivers known in %PRODUCTNAME"
-msgstr "%PRODUCTNAME-ში ცნობილი დისკწამყვანები"
+#. xMXC
+#: optdict.src
+msgctxt ""
+"optdict.src\n"
+"RID_SFXDLG_NEWDICT\n"
+"BTN_EXCEPT\n"
+"checkbox.text"
+msgid "~Exception (-)"
+msgstr "~გამონაკლისი (-)"
-#: connpooloptions.src#RID_OFAPAGE_CONNPOOLOPTIONS.FT_DRIVERLABEL.fixedtext.text
-msgid "Current driver:"
-msgstr "მიმდინარე დისკწამყვანი:"
+#. 5%0s
+#: optdict.src
+msgctxt ""
+"optdict.src\n"
+"RID_SFXDLG_NEWDICT\n"
+"GB_NEWDICT\n"
+"fixedline.text"
+msgid "Dictionary"
+msgstr "ლექსიკონი"
-#: connpooloptions.src#RID_OFAPAGE_CONNPOOLOPTIONS.CB_DRIVERPOOLING.checkbox.text
-msgid "Enable pooling for this driver"
-msgstr "ამ დისკწამყვანისათვის პული ნებადართულია"
+#. mOZ)
+#: optdict.src
+msgctxt ""
+"optdict.src\n"
+"RID_SFXDLG_NEWDICT\n"
+"modaldialog.text"
+msgid "New Dictionary"
+msgstr "ახალი ლექსიკონი"
-#: connpooloptions.src#RID_OFAPAGE_CONNPOOLOPTIONS.FT_TIMEOUT.fixedtext.text
-msgid "Timeout (seconds)"
-msgstr "ტაიმაუტი (წამები)"
+#. Kvmc
+#: optdict.src
+msgctxt ""
+"optdict.src\n"
+"RID_SFXDLG_EDITDICT\n"
+"FT_BOOK\n"
+"fixedtext.text"
+msgid "~Book"
+msgstr "~წიგნი"
-#: connpooloptions.src#RID_OFAPAGE_CONNPOOLOPTIONS.STR_DRIVER_NAME.string.text
-msgid "Driver name"
-msgstr "დისკწამყვანის სახელი"
+#. Y*4t
+#: optdict.src
+msgctxt ""
+"optdict.src\n"
+"RID_SFXDLG_EDITDICT\n"
+"FT_DICTLANG\n"
+"fixedtext.text"
+msgid "~Language"
+msgstr "~ენა"
-#: connpooloptions.src#RID_OFAPAGE_CONNPOOLOPTIONS.STR_POOLED_FLAG.string.text
-msgid "Pool"
-msgstr "პული"
+#. $cYD
+#: optdict.src
+msgctxt ""
+"optdict.src\n"
+"RID_SFXDLG_EDITDICT\n"
+"FT_WORD\n"
+"fixedtext.text"
+msgid "~Word"
+msgstr "~სიტყვა"
-#: connpooloptions.src#RID_OFAPAGE_CONNPOOLOPTIONS.STR_POOL_TIMEOUT.string.text
-msgid "Timeout"
-msgstr "ტაიმაუტი"
+#. Iq}[
+#: optdict.src
+msgctxt ""
+"optdict.src\n"
+"RID_SFXDLG_EDITDICT\n"
+"FT_REPLACE\n"
+"fixedtext.text"
+msgid "Replace ~By:"
+msgstr "ჩანაცვლებ~ა:"
-#: connpooloptions.src#RID_OFAPAGE_CONNPOOLOPTIONS.STR_YES.string.text
-msgid "Yes"
-msgstr "დიახ"
+#. Z0=6
+#: optdict.src
+msgctxt ""
+"optdict.src\n"
+"RID_SFXDLG_EDITDICT\n"
+"PB_NEW_REPLACE\n"
+"pushbutton.text"
+msgid "~New"
+msgstr "~ახალი"
-#: connpooloptions.src#RID_OFAPAGE_CONNPOOLOPTIONS.STR_NO.string.text
-msgid "No"
+#. 9!S6
+#: optdict.src
+msgctxt ""
+"optdict.src\n"
+"RID_SFXDLG_EDITDICT\n"
+"PB_DELETE_REPLACE\n"
+"pushbutton.text"
+msgid "~Delete"
+msgstr "~წაშლა"
+
+#. l;`f
+#: optdict.src
+msgctxt ""
+"optdict.src\n"
+"RID_SFXDLG_EDITDICT\n"
+"STR_MODIFY\n"
+"string.text"
+msgid "~Replace"
+msgstr "~ჩანაცვლება"
+
+#. U`I*
+#: optdict.src
+msgctxt ""
+"optdict.src\n"
+"RID_SFXDLG_EDITDICT\n"
+"BTN_EDITCLOSE\n"
+"cancelbutton.text"
+msgid "~Close"
+msgstr "~დახურვა"
+
+#. =jF^
+#: optdict.src
+msgctxt ""
+"optdict.src\n"
+"RID_SFXDLG_EDITDICT\n"
+"modaldialog.text"
+msgid "Edit Custom Dictionary"
+msgstr "მორგებული ლექსიკონის რედაქტირება"
+
+#. O/91
+#: optdict.src
+msgctxt ""
+"optdict.src\n"
+"RID_SVXSTR_OPT_DOUBLE_DICTS\n"
+"string.text"
+msgid ""
+"The specified name already exists.\n"
+"Please enter a new name."
+msgstr ""
+"მიტითებული სახელი უკვე არსებობს.\n"
+"გთხოვთ შეიყვანოთ ახალი სახელი."
+
+#. !TG=
+#: optdict.src
+msgctxt ""
+"optdict.src\n"
+"RID_SFXQB_SET_LANGUAGE\n"
+"querybox.text"
+msgid "Do you want to change the '%1' dictionary language?"
+msgstr "გნებავთ '%1' ლექსიკონის ენის შეცვლა?"
+
+#. gcMt
+#: optfltr.src
+msgctxt ""
+"optfltr.src\n"
+"RID_OFAPAGE_MSFILTEROPT\n"
+"GB_WORD\n"
+"fixedline.text"
+msgid "Microsoft Word 97/2000/XP"
+msgstr ""
+
+#. qe?;
+#: optfltr.src
+msgctxt ""
+"optfltr.src\n"
+"RID_OFAPAGE_MSFILTEROPT\n"
+"CB_WBAS_CODE\n"
+"checkbox.text"
+msgid "Load Basic ~code"
+msgstr ""
+
+#. KSy7
+#: optfltr.src
+msgctxt ""
+"optfltr.src\n"
+"RID_OFAPAGE_MSFILTEROPT\n"
+"CB_WBAS_WBCTBL\n"
+"checkbox.text"
+msgid "E~xecutable code"
+msgstr ""
+
+#. \!]w
+#: optfltr.src
+msgctxt ""
+"optfltr.src\n"
+"RID_OFAPAGE_MSFILTEROPT\n"
+"CB_WBAS_STG\n"
+"checkbox.text"
+msgid "Save ~original Basic code"
+msgstr ""
+
+#. (_Nm
+#: optfltr.src
+msgctxt ""
+"optfltr.src\n"
+"RID_OFAPAGE_MSFILTEROPT\n"
+"GB_EXCEL\n"
+"fixedline.text"
+msgid "Microsoft Excel 97/2000/XP"
+msgstr ""
+
+#. r5%B
+#: optfltr.src
+msgctxt ""
+"optfltr.src\n"
+"RID_OFAPAGE_MSFILTEROPT\n"
+"CB_EBAS_CODE\n"
+"checkbox.text"
+msgid "Lo~ad Basic code"
+msgstr ""
+
+#. :vUd
+#: optfltr.src
+msgctxt ""
+"optfltr.src\n"
+"RID_OFAPAGE_MSFILTEROPT\n"
+"CB_EBAS_EXECTBL\n"
+"checkbox.text"
+msgid "E~xecutable code"
+msgstr ""
+
+#. t^0I
+#: optfltr.src
+msgctxt ""
+"optfltr.src\n"
+"RID_OFAPAGE_MSFILTEROPT\n"
+"CB_EBAS_STG\n"
+"checkbox.text"
+msgid "Sa~ve original Basic code"
+msgstr ""
+
+#. az!8
+#: optfltr.src
+msgctxt ""
+"optfltr.src\n"
+"RID_OFAPAGE_MSFILTEROPT\n"
+"GB_PPOINT\n"
+"fixedline.text"
+msgid "Microsoft PowerPoint 97/2000/XP"
+msgstr ""
+
+#. NV{`
+#: optfltr.src
+msgctxt ""
+"optfltr.src\n"
+"RID_OFAPAGE_MSFILTEROPT\n"
+"CB_PBAS_CODE\n"
+"checkbox.text"
+msgid "Load Ba~sic code"
+msgstr ""
+
+#. AJeg
+#: optfltr.src
+msgctxt ""
+"optfltr.src\n"
+"RID_OFAPAGE_MSFILTEROPT\n"
+"CB_PBAS_STG\n"
+"checkbox.text"
+msgid "Sav~e original Basic code"
+msgstr ""
+
+#. 41rG
+#: optfltr.src
+msgctxt ""
+"optfltr.src\n"
+"RID_OFAPAGE_MSFILTEROPT2\n"
+"ST_HEADER1\n"
+"string.text"
+msgid "[L]"
+msgstr "[L]"
+
+#. {)7]
+#: optfltr.src
+msgctxt ""
+"optfltr.src\n"
+"RID_OFAPAGE_MSFILTEROPT2\n"
+"ST_HEADER2\n"
+"string.text"
+msgid "[S]"
+msgstr "[S]"
+
+#. XIRT
+#: optfltr.src
+msgctxt ""
+"optfltr.src\n"
+"RID_OFAPAGE_MSFILTEROPT2\n"
+"FT_HEADER1_EXPLANATION\n"
+"fixedtext.text"
+msgid "[L]: Load and convert the object"
+msgstr "[L]: ობიექტის ჩატვირთვა და კონვერტაცია"
+
+#. thlE
+#: optfltr.src
+msgctxt ""
+"optfltr.src\n"
+"RID_OFAPAGE_MSFILTEROPT2\n"
+"FT_HEADER2_EXPLANATION\n"
+"fixedtext.text"
+msgid "[S]: Convert and save the object"
+msgstr "[S]: ობიექტის კონვერტაცია და შენახვა"
+
+#. =lGU
+#: optfltr.src
+msgctxt ""
+"optfltr.src\n"
+"RID_OFAPAGE_MSFILTEROPT2\n"
+"ST_CHG_MATH\n"
+"string.text"
+msgid "MathType to %PRODUCTNAME Math or reverse"
+msgstr ""
+
+#. %DHi
+#: optfltr.src
+msgctxt ""
+"optfltr.src\n"
+"RID_OFAPAGE_MSFILTEROPT2\n"
+"ST_CHG_WRITER\n"
+"string.text"
+msgid "WinWord to %PRODUCTNAME Writer or reverse"
+msgstr ""
+
+#. c@,c
+#: optfltr.src
+msgctxt ""
+"optfltr.src\n"
+"RID_OFAPAGE_MSFILTEROPT2\n"
+"ST_CHG_CALC\n"
+"string.text"
+msgid "Excel to %PRODUCTNAME Calc or reverse"
+msgstr ""
+
+#. Sx,`
+#: optfltr.src
+msgctxt ""
+"optfltr.src\n"
+"RID_OFAPAGE_MSFILTEROPT2\n"
+"ST_CHG_IMPRESS\n"
+"string.text"
+msgid "PowerPoint to %PRODUCTNAME Impress or reverse"
+msgstr ""
+
+#. p2,2
+#: optmemory.src
+msgctxt ""
+"optmemory.src\n"
+"OFA_TP_MEMORY\n"
+"GB_UNDO\n"
+"fixedline.text"
+msgid "Undo"
+msgstr "უკუსვლა"
+
+#. Ro8]
+#: optmemory.src
+msgctxt ""
+"optmemory.src\n"
+"OFA_TP_MEMORY\n"
+"FT_UNDO\n"
+"fixedtext.text"
+msgid "Number of steps"
+msgstr "ბიჯების რაოდენობა"
+
+#. SN_f
+#: optmemory.src
+msgctxt ""
+"optmemory.src\n"
+"OFA_TP_MEMORY\n"
+"GB_GRAPHICCACHE\n"
+"fixedline.text"
+msgid "Graphics cache"
+msgstr "გრაფიკული კეში"
+
+#. $Q^P
+#: optmemory.src
+msgctxt ""
+"optmemory.src\n"
+"OFA_TP_MEMORY\n"
+"FT_GRAPHICCACHE\n"
+"fixedtext.text"
+msgid "Use for %PRODUCTNAME"
+msgstr "%PRODUCTNAME-ის გამოყენება"
+
+#. PEO$
+#: optmemory.src
+msgctxt ""
+"optmemory.src\n"
+"OFA_TP_MEMORY\n"
+"FT_GRAPHICCACHE_UNIT\n"
+"fixedtext.text"
+msgid "MB"
+msgstr "მბ"
+
+#. x^j\
+#: optmemory.src
+msgctxt ""
+"optmemory.src\n"
+"OFA_TP_MEMORY\n"
+"FT_GRAPHICOBJECTCACHE\n"
+"fixedtext.text"
+msgid "Memory per object"
+msgstr "მეხსიერება ობიექტისათვის"
+
+#. 3pMy
+#: optmemory.src
+msgctxt ""
+"optmemory.src\n"
+"OFA_TP_MEMORY\n"
+"FT_GRAPHICOBJECTCACHE_UNIT\n"
+"fixedtext.text"
+msgid "MB"
+msgstr "მბ"
+
+#. asb/
+#: optmemory.src
+msgctxt ""
+"optmemory.src\n"
+"OFA_TP_MEMORY\n"
+"FT_GRAPHICOBJECTTIME\n"
+"fixedtext.text"
+msgid "Remove from memory after"
+msgstr "მეხსირებიდან ამოღება"
+
+#. n3R0
+#: optmemory.src
+msgctxt ""
+"optmemory.src\n"
+"OFA_TP_MEMORY\n"
+"FT_GRAPHICOBJECTTIME_UNIT\n"
+"fixedtext.text"
+msgid "hh:mm"
+msgstr "hh:mm"
+
+#. }ZKK
+#: optmemory.src
+msgctxt ""
+"optmemory.src\n"
+"OFA_TP_MEMORY\n"
+"GB_OLECACHE\n"
+"fixedline.text"
+msgid "Cache for inserted objects"
+msgstr "ჩასმული ობიექტების კეში"
+
+#. F3y+
+#: optmemory.src
+msgctxt ""
+"optmemory.src\n"
+"OFA_TP_MEMORY\n"
+"FT_OLECACHE\n"
+"fixedtext.text"
+msgid "Number of objects"
+msgstr "ობიექტების რაოდენობა"
+
+#. Ikf/
+#: optmemory.src
+msgctxt ""
+"optmemory.src\n"
+"OFA_TP_MEMORY\n"
+"FL_QUICKLAUNCH\n"
+"fixedline.text"
+msgid "%PRODUCTNAME Quickstarter"
+msgstr "%PRODUCTNAME Quickstarter-ი"
+
+#. dx^3
+#: optmemory.src
+msgctxt ""
+"optmemory.src\n"
+"OFA_TP_MEMORY\n"
+"CB_QUICKLAUNCH\n"
+"checkbox.text"
+msgid "Load %PRODUCTNAME during system start-up"
+msgstr "%PRODUCTNAME-ის ჩატვირთვა სისტემის გაშვების მომენტში"
+
+#. 6K=X
+#: optmemory.src
+msgctxt ""
+"optmemory.src\n"
+"OFA_TP_MEMORY\n"
+"STR_QUICKLAUNCH_UNX\n"
+"string.text"
+msgid "Enable systray Quickstarter"
+msgstr ""
+
+#. `!9w
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_MOZPLUGIN\n"
+"GB_MOZPLUGIN\n"
+"fixedline.text"
+msgid "Browser Plug-in"
+msgstr ""
+
+#. $;4R
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_MOZPLUGIN\n"
+"CB_MOZPLUGIN_CODE\n"
+"checkbox.text"
+msgid "~Display documents in browser"
+msgstr ""
+
+#. ~1YW
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_PROXY\n"
+"GB_SETTINGS\n"
+"fixedline.text"
+msgid "Settings"
+msgstr "პარამეტრები"
+
+#. I1kK
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_PROXY\n"
+"FT_PROXYMODE\n"
+"fixedtext.text"
+msgid "Proxy s~erver"
+msgstr "Proxy ს~ერვერი"
+
+#. SK(E
+#: optinet2.src
+#, fuzzy
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_PROXY.LB_PROXYMODE\n"
+"1\n"
+"stringlist.text"
+msgid "None"
msgstr "არა"
-#: optgdlg.src#OFA_TP_MISC.FL_HELP.fixedline.text
-msgctxt "optgdlg.src#OFA_TP_MISC.FL_HELP.fixedline.text"
-msgid "Help"
-msgstr "დახმარება"
+#. Vk}?
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_PROXY.LB_PROXYMODE\n"
+"2\n"
+"stringlist.text"
+msgid "System"
+msgstr "სისტემა"
-#: optgdlg.src#OFA_TP_MISC.CB_TOOLTIP.checkbox.text
-msgid "~Tips"
-msgstr "~რჩევები"
+#. 6O!V
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_PROXY.LB_PROXYMODE\n"
+"3\n"
+"stringlist.text"
+msgid "Manual"
+msgstr "ხელით"
-#: optgdlg.src#OFA_TP_MISC.CB_EXTHELP.checkbox.text
-msgid "~Extended tips"
-msgstr "~დამატებითი რჩევები"
+#. e*Z6
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_PROXY\n"
+"ST_PROXY_FROM_BROWSER\n"
+"string.text"
+msgid "Use browser settings"
+msgstr "ბროუზერის პარამეტრების გამოყენება"
-#: optgdlg.src#OFA_TP_MISC.FT_HELPFORMAT.fixedtext.text
-msgid "Help ~formatting"
-msgstr "დახმარების ~ფორმატირება"
+#. -Pi*
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_PROXY\n"
+"FT_HTTP_PROXY\n"
+"fixedtext.text"
+msgid "HT~TP proxy"
+msgstr "HT~TP პროქსი"
-#: optgdlg.src#OFA_TP_MISC.LB_HELPFORMAT.1.stringlist.text
-msgid "Default"
-msgstr "სტანდარტული"
+#. F\0r
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_PROXY\n"
+"FT_HTTP_PORT\n"
+"fixedtext.text"
+msgid "~Port"
+msgstr "~Port"
-#: optgdlg.src#OFA_TP_MISC.LB_HELPFORMAT.2.stringlist.text
-msgid "High Contrast #1"
-msgstr "მაღალი კონტრასტი #1"
+#. Uq`o
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_PROXY\n"
+"FT_HTTPS_PROXY\n"
+"fixedtext.text"
+msgid "HTTP~S proxy"
+msgstr "HT~TP პროქსი"
-#: optgdlg.src#OFA_TP_MISC.LB_HELPFORMAT.3.stringlist.text
-msgid "High Contrast #2"
-msgstr "მაღალი კონტრასტი #2"
+#. ZeX%
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_PROXY\n"
+"FT_HTTPS_PORT\n"
+"fixedtext.text"
+msgid "P~ort"
+msgstr "პ~ორტი"
-#: optgdlg.src#OFA_TP_MISC.LB_HELPFORMAT.4.stringlist.text
-msgid "High Contrast Black"
-msgstr "მაღალი კონტრასტი შავი"
+#. BF:g
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_PROXY\n"
+"FT_FTP_PROXY\n"
+"fixedtext.text"
+msgid "~FTP proxy"
+msgstr "~FTP პროქსი"
-#: optgdlg.src#OFA_TP_MISC.LB_HELPFORMAT.5.stringlist.text
-msgid "High Contrast White"
-msgstr "მაღალი კონტრასტი თეთრი"
+#. Mr$j
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_PROXY\n"
+"FT_FTP_PORT\n"
+"fixedtext.text"
+msgid "P~ort"
+msgstr "პ~ორტი"
+
+#. !L}c
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_PROXY\n"
+"FT_SOCKS_PROXY\n"
+"fixedtext.text"
+msgid "~SOCKS proxy"
+msgstr "~SOCKS პროქსი"
-#: optgdlg.src#OFA_TP_MISC.CB_HELPAGENT.checkbox.text
+#. L]+m
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_PROXY\n"
+"FT_SOCKS_PORT\n"
+"fixedtext.text"
+msgid "Po~rt"
+msgstr "პო~რტი"
+
+#. I*u`
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_PROXY\n"
+"FT_NOPROXYFOR\n"
+"fixedtext.text"
+msgid "~No proxy for:"
+msgstr "~არ არის პროქი:"
+
+#. AUdH
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_PROXY\n"
+"ED_NOPROXYDESC\n"
+"fixedtext.text"
+msgid "Separator ;"
+msgstr "გამყოფი:"
+
+#. fL;R
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_PROXY\n"
+"GB_DNS\n"
+"fixedline.text"
+msgid "DNS server"
+msgstr "DNS სერვერი"
+
+#. X5$^
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_PROXY\n"
+"RB_DNS_AUTO\n"
+"radiobutton.text"
+msgid "~Automatic"
+msgstr "~ავტომატური"
+
+#. K{(7
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_PROXY\n"
+"RB_DNS_MANUAL\n"
+"radiobutton.text"
+msgid "~Manual"
+msgstr "~ხელით"
+
+#. bm95
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_PROXY\n"
+"ST_MSG_255_0\n"
+"string.text"
+msgid "is not a valid entry for this field. Please specify a value between 0 and 255."
+msgstr "ეს მცდარი ჩანაწერია ამ ველისთვის.გთხოვთ განსაზღვროთ მნიშვნელობა 0-დან 255-მდე."
+
+#. pmi`
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_PROXY\n"
+"ST_MSG_255_1\n"
+"string.text"
+msgid "is not a valid entry for this field. Please specify a value between 1 and 255."
+msgstr "ეს მცდარი ჩანაწერია ამ ველისთვის.გთხოვთ განსაზღვროთ მნიშვნელობა 1-დან 255-მდე."
+
+#. idzD
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_PROXY\n"
+"tabpage.text"
+msgid "Proxy"
+msgstr "პროქსი"
+
+#. Y~::
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_SECURITY\n"
+"FL_SEC_SECURITYOPTIONS\n"
+"fixedline.text"
+msgid "Security options and warnings"
+msgstr ""
+
+#. _\Tj
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_SECURITY\n"
+"FI_SEC_SECURITYOPTIONS\n"
+"fixedtext.text"
+msgid "Adjust security related options and define warnings for hidden information in documents."
+msgstr ""
+
+#. C%[/
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_SECURITY\n"
+"PB_SEC_SECURITYOPTIONS\n"
+"pushbutton.text"
+msgid "Options..."
+msgstr "პარამეტრები..."
+
+#. j,Fn
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_SECURITY\n"
+"FL_SEC_PASSWORDS\n"
+"fixedline.text"
+msgid "Passwords for web connections"
+msgstr ""
+
+#. (D5s
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_SECURITY\n"
+"CB_SEC_SAVEPASSWORDS\n"
+"checkbox.text"
+msgid "Persistently save passwords for web connections"
+msgstr ""
+
+#. gOOu
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_SECURITY\n"
+"PB_SEC_CONNECTIONS\n"
+"pushbutton.text"
+msgid "Connections..."
+msgstr "კავშირები"
+
+#. -sma
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_SECURITY\n"
+"CB_SEC_MASTERPASSWORD\n"
+"checkbox.text"
+msgid "Protected by a master password (recommended)"
+msgstr ""
+
+#. lAZG
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_SECURITY\n"
+"FI_SEC_MASTERPASSWORD\n"
+"fixedtext.text"
+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 ""
+
+#. uHou
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_SECURITY\n"
+"PB_SEC_MASTERPASSWORD\n"
+"pushbutton.text"
+msgid "Master Password..."
+msgstr ""
+
+#. O;6$
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_SECURITY\n"
+"FL_SEC_MACROSEC\n"
+"fixedline.text"
+msgid "Macro security"
+msgstr "მაკრო-ს უსაპრთხოება"
+
+#. #8PW
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_SECURITY\n"
+"FI_SEC_MACROSEC\n"
+"fixedtext.text"
+msgid "Adjust the security level for executing macros and specify trusted macro developers."
+msgstr "მოირგეთ უსაფრთხოეების დონე , იმისთვის რომ შესრულდეს მაკროს-ს განსაზღვრა და დადგინდეს მაკრო-დეველოვერების ნდობა."
+
+#. H$.Y
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_SECURITY\n"
+"PB_SEC_MACROSEC\n"
+"pushbutton.text"
+msgid "Macro Security..."
+msgstr "მაკრო-ს უსაპრთხოება..."
+
+#. FBJ,
+#: optinet2.src
+#, fuzzy
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_SECURITY\n"
+"FL_SEC_CERTPATH\n"
+"fixedline.text"
+msgid "Certificate Path"
+msgstr "სერტიფიკატის გეზი"
+
+#. 3Kf2
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_SECURITY\n"
+"FI_SEC_CERTPATH\n"
+"fixedtext.text"
+msgid "Select the Network Security Services certificate directory to use for digital signatures."
+msgstr ""
+
+#. Zqv8
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_SECURITY\n"
+"PB_SEC_CERTPATH\n"
+"pushbutton.text"
+msgid "Certificate..."
+msgstr ""
+
+#. !a9h
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_SECURITY\n"
+"STR_SEC_NOPASSWDSAVE\n"
+"string.text"
+msgid ""
+"Disabling the function to persistently store passwords deletes the list of passwords stored and resets the master password.\n"
+"\n"
+"Do you want to delete password list and reset master password?"
+msgstr ""
+
+#. ]bE+
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_SECURITY\n"
+"tabpage.text"
+msgid "Security"
+msgstr "უსაფრთხოება"
+
+#. ,LvN
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXERR_OPT_PROXYPORTS\n"
+"errorbox.text"
+msgid ""
+"Invalid value!\n"
+"\n"
+"The maximum value for a port number is 65535."
+msgstr ""
+"მნიშვნელობა არასწორია!\n"
+"\n"
+"მაქსიმალური მნიშვნელობა პორტის ნომერისთვის არის 65535."
+
+#. 3C$K
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXDLG_OPT_JAVASCRIPT_DISABLE\n"
+"FT_JSCPT_WARNING\n"
+"fixedtext.text"
+msgid ""
+"Please note that with Java\n"
+"you disable Javascript as well.\n"
+"\n"
+"Do you still want to disable Java?"
+msgstr ""
+"გაითვალისწინეთ რომ Java-თ\n"
+"გამორთავთ Javascript-საც.\n"
+"\n"
+"ნამდვილად გსურთ Java-ს გამორთვა?"
+
+#. TY*W
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXDLG_OPT_JAVASCRIPT_DISABLE\n"
+"CB_JSCPT_DISABLE\n"
+"checkbox.text"
+msgid "~Don't show warning again"
+msgstr "~აღარ მაჩვენო გაფრთხილება კიდევ"
+
+#. qa8o
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_MAIL\n"
+"FL_MAIL\n"
+"fixedline.text"
+msgid "Sending documents as e-mail attachments"
+msgstr "დოკუმენების გაგზავნა როგორც ელფოსტის დანართი "
+
+#. hZYo
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_MAIL\n"
+"FT_MAILERURL\n"
+"fixedtext.text"
+msgid "~E-mail program"
+msgstr "~ელფოსტის პროგრამა"
+
+#. eU/[
+#: optinet2.src
+msgctxt ""
+"optinet2.src\n"
+"RID_SVXPAGE_INET_MAIL\n"
+"STR_DEFAULT_FILENAME\n"
+"string.text"
+msgid "All files"
+msgstr ""
+
+#. [(%E
+#: webconninfo.src
+msgctxt ""
+"webconninfo.src\n"
+"RID_SVXDLG_WEBCONNECTION_INFO\n"
+"FI_NEVERSHOWN\n"
+"fixedtext.text"
+msgid "Web login information (passwords are never shown)"
+msgstr ""
+
+#. tLxk
+#: webconninfo.src
+msgctxt ""
+"webconninfo.src\n"
+"RID_SVXDLG_WEBCONNECTION_INFO\n"
+"PB_REMOVE\n"
+"pushbutton.text"
+msgid "Remove"
+msgstr "~მოშორება"
+
+#. cEle
+#: webconninfo.src
+msgctxt ""
+"webconninfo.src\n"
+"RID_SVXDLG_WEBCONNECTION_INFO\n"
+"PB_REMOVEALL\n"
+"pushbutton.text"
+msgid "Remove All"
+msgstr ""
+
+#. z#ym
+#: webconninfo.src
+#, fuzzy
+msgctxt ""
+"webconninfo.src\n"
+"RID_SVXDLG_WEBCONNECTION_INFO\n"
+"PB_CHANGE\n"
+"pushbutton.text"
+msgid "Change Password..."
+msgstr "პაროლის ~შეცვლა..."
+
+#. %\[;
+#: webconninfo.src
+msgctxt ""
+"webconninfo.src\n"
+"RID_SVXDLG_WEBCONNECTION_INFO\n"
+"PB_CLOSE\n"
+"cancelbutton.text"
+msgid "Close"
+msgstr "დახურვა"
+
+#. G8nn
+#: webconninfo.src
+#, fuzzy
+msgctxt ""
+"webconninfo.src\n"
+"RID_SVXDLG_WEBCONNECTION_INFO\n"
+"STR_WEBSITE\n"
+"string.text"
+msgid "Website"
+msgstr "ჩემი ვებგვერდი"
+
+#. U9ns
+#: webconninfo.src
+#, fuzzy
+msgctxt ""
+"webconninfo.src\n"
+"RID_SVXDLG_WEBCONNECTION_INFO\n"
+"STR_USERNAME\n"
+"string.text"
+msgid "User name"
+msgstr "~მომხმარებლის სახელი"
+
+#. ix]!
+#: webconninfo.src
+msgctxt ""
+"webconninfo.src\n"
+"RID_SVXDLG_WEBCONNECTION_INFO\n"
+"modaldialog.text"
+msgid "Stored Web Connection Information"
+msgstr ""
+
+#. ,I]I
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_MISC\n"
+"FL_HELP\n"
+"fixedline.text"
+msgid "Help"
+msgstr "დახმარება"
+
+#. YD+@
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_MISC\n"
+"CB_TOOLTIP\n"
+"checkbox.text"
+msgid "~Tips"
+msgstr "~რჩევები"
+
+#. eD=X
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_MISC\n"
+"CB_EXTHELP\n"
+"checkbox.text"
+msgid "~Extended tips"
+msgstr "~დამატებითი რჩევები"
+
+#. 1#:d
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_MISC\n"
+"CB_HELPAGENT\n"
+"checkbox.text"
msgid "~Help Agent"
msgstr "~დახმარების აგენტი"
-#: optgdlg.src#OFA_TP_MISC.PB_HELPAGENT_RESET.pushbutton.text
+#. f6g6
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_MISC\n"
+"PB_HELPAGENT_RESET\n"
+"pushbutton.text"
msgid "~Reset Help Agent"
msgstr "~დახმარების აგენტის ჩამოყრა"
-#: optgdlg.src#OFA_TP_MISC.FL_FILEDLG.fixedline.text
+#. g#x(
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_MISC\n"
+"FL_FILEDLG\n"
+"fixedline.text"
msgid "Open/Save dialogs"
msgstr "გახსნა/შენახვა დიალოგები"
-#: optgdlg.src#OFA_TP_MISC.CB_FILEDLG.checkbox.text
+#. mmS2
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_MISC\n"
+"CB_FILEDLG\n"
+"checkbox.text"
msgid "~Use %PRODUCTNAME dialogs"
msgstr "%PRODUCTNAME დიალოგების ~გამოყენება"
-#: optgdlg.src#OFA_TP_MISC.CB_ODMADLG.checkbox.text
+#. j@+#
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_MISC\n"
+"CB_ODMADLG\n"
+"checkbox.text"
msgid "Show ODMA DMS dialogs first"
msgstr ""
-#: optgdlg.src#OFA_TP_MISC.FL_PRINTDLG.fixedline.text
+#. j(J3
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_MISC\n"
+"FL_PRINTDLG\n"
+"fixedline.text"
msgid "Print dialogs"
msgstr ""
-#: optgdlg.src#OFA_TP_MISC.CB_PRINTDLG.checkbox.text
+#. -#;*
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_MISC\n"
+"CB_PRINTDLG\n"
+"checkbox.text"
msgid "Use %PRODUCTNAME ~dialogs"
msgstr "%PRODUCTNAME დიალოგების ~გამოყენება"
-#: optgdlg.src#OFA_TP_MISC.FL_DOCSTATUS.fixedline.text
+#. `ed@
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_MISC\n"
+"FL_DOCSTATUS\n"
+"fixedline.text"
msgid "Document status"
msgstr "დოკუმენტის სტატუსი"
-#: optgdlg.src#OFA_TP_MISC.CB_DOCSTATUS.checkbox.text
+#. MOx)
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_MISC\n"
+"CB_DOCSTATUS\n"
+"checkbox.text"
msgid "~Printing sets \"document modified\" status"
msgstr "~ბეჭდვის მიერ \"დოკუმენტი შეიცვალა\" სტატუსის დაყენება"
-#: optgdlg.src#OFA_TP_MISC.CB_SAVE_ALWAYS.checkbox.text
+#. Ak[c
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_MISC\n"
+"CB_SAVE_ALWAYS\n"
+"checkbox.text"
msgid "Allow to save document even when the document is not modified"
msgstr ""
-#: optgdlg.src#OFA_TP_MISC.FL_TWOFIGURE.fixedline.text
+#. iK!g
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_MISC\n"
+"FL_TWOFIGURE\n"
+"fixedline.text"
msgid "Year (two digits)"
msgstr "წელი (ორი ციფრი)"
-#: optgdlg.src#OFA_TP_MISC.FT_INTERPRET.fixedtext.text
+#. lZJ7
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_MISC\n"
+"FT_INTERPRET\n"
+"fixedtext.text"
msgid "Interpret as years between"
msgstr "როგორც წლებს შორის ინტერპრეტაცია"
-#: optgdlg.src#OFA_TP_MISC.FT_TOYEAR.fixedtext.text
+#. D*H`
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_MISC\n"
+"FT_TOYEAR\n"
+"fixedtext.text"
msgid "and "
msgstr "და"
-#: optgdlg.src#OFA_TP_MISC.CB_EXPERIMENTAL.checkbox.text
-msgid "Enable experimental (unstable) features"
-msgstr ""
-
-#: optgdlg.src#OFA_TP_MISC.CB_MACRORECORDER.checkbox.text
-msgid "Enable macro recording (limited)"
-msgstr ""
-
-#: optgdlg.src#OFA_TP_VIEW.FL_USERINTERFACE.fixedline.text
+#. bKH[
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW\n"
+"FL_USERINTERFACE\n"
+"fixedline.text"
msgid "User Interface"
msgstr "მომხმარებლის ინტერფეისი"
-#: optgdlg.src#OFA_TP_VIEW.FT_WINDOWSIZE.fixedtext.text
+#. .yL.
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW\n"
+"FT_WINDOWSIZE\n"
+"fixedtext.text"
msgid "Sc~aling"
msgstr "მაშ~ტაბირება"
-#: optgdlg.src#OFA_TP_VIEW.FT_ICONSIZESTYLE.fixedtext.text
+#. $cC*
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW\n"
+"FT_ICONSIZESTYLE\n"
+"fixedtext.text"
msgid "Icon size and style"
msgstr "ხატულას ზომა და სტილი"
-#: optgdlg.src#OFA_TP_VIEW.STR_ICONSIZE.string.text
+#. VCmX
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW\n"
+"STR_ICONSIZE\n"
+"string.text"
msgid "Icon size"
msgstr "ხატულას ზომა"
-#: optgdlg.src#OFA_TP_VIEW.LB_ICONSIZE.1.stringlist.text
-msgctxt "optgdlg.src#OFA_TP_VIEW.LB_ICONSIZE.1.stringlist.text"
+#. hB~A
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW.LB_ICONSIZE\n"
+"1\n"
+"stringlist.text"
msgid "Automatic"
msgstr "ავტომატური"
-#: optgdlg.src#OFA_TP_VIEW.LB_ICONSIZE.2.stringlist.text
+#. ,kLh
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW.LB_ICONSIZE\n"
+"2\n"
+"stringlist.text"
msgid "Small"
msgstr "მცირე"
-#: optgdlg.src#OFA_TP_VIEW.LB_ICONSIZE.3.stringlist.text
+#. KvFm
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW.LB_ICONSIZE\n"
+"3\n"
+"stringlist.text"
msgid "Large"
msgstr "დიდი"
-#: optgdlg.src#OFA_TP_VIEW.LB_ICONSTYLE.1.stringlist.text
-msgctxt "optgdlg.src#OFA_TP_VIEW.LB_ICONSTYLE.1.stringlist.text"
+#. NC@)
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW.LB_ICONSTYLE\n"
+"1\n"
+"stringlist.text"
msgid "Automatic"
msgstr "ავტომატური"
-#: optgdlg.src#OFA_TP_VIEW.LB_ICONSTYLE.2.stringlist.text
+#. (z#]
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW.LB_ICONSTYLE\n"
+"2\n"
+"stringlist.text"
msgid "Galaxy (default)"
msgstr ""
-#: optgdlg.src#OFA_TP_VIEW.LB_ICONSTYLE.3.stringlist.text
+#. jH)b
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW.LB_ICONSTYLE\n"
+"3\n"
+"stringlist.text"
msgid "High Contrast"
msgstr "მაღალი კონტრასტი #1"
-#: optgdlg.src#OFA_TP_VIEW.LB_ICONSTYLE.4.stringlist.text
+#. 4Nju
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW.LB_ICONSTYLE\n"
+"4\n"
+"stringlist.text"
msgid "Industrial"
msgstr "სამრეწველო"
-#: optgdlg.src#OFA_TP_VIEW.LB_ICONSTYLE.5.stringlist.text
+#. 2xKW
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW.LB_ICONSTYLE\n"
+"5\n"
+"stringlist.text"
msgid "Crystal"
msgstr "კრისტალი"
-#: optgdlg.src#OFA_TP_VIEW.LB_ICONSTYLE.6.stringlist.text
+#. ~U.}
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW.LB_ICONSTYLE\n"
+"6\n"
+"stringlist.text"
msgid "Tango"
msgstr ""
-#: optgdlg.src#OFA_TP_VIEW.LB_ICONSTYLE.7.stringlist.text
+#. uy%%
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW.LB_ICONSTYLE\n"
+"7\n"
+"stringlist.text"
msgid "Oxygen"
msgstr ""
-#: optgdlg.src#OFA_TP_VIEW.LB_ICONSTYLE.8.stringlist.text
+#. IxiQ
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW.LB_ICONSTYLE\n"
+"8\n"
+"stringlist.text"
msgid "Classic"
msgstr ""
-#: optgdlg.src#OFA_TP_VIEW.LB_ICONSTYLE.9.stringlist.text
+#. @%|F
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW.LB_ICONSTYLE\n"
+"9\n"
+"stringlist.text"
msgid "Human"
msgstr ""
-#: optgdlg.src#OFA_TP_VIEW.CB_SYSTEM_FONT.checkbox.text
+#. obAt
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW.LB_ICONSTYLE\n"
+"10\n"
+"stringlist.text"
+msgid "Tango Testing"
+msgstr ""
+
+#. q%e@
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW\n"
+"CB_SYSTEM_FONT\n"
+"checkbox.text"
msgid "Use system ~font for user interface"
msgstr "მომხმარებლის ინტერფეისისათვის სისტემური შრიფტის გამოყენება"
-#: optgdlg.src#OFA_TP_VIEW.CB_FONTANTIALIASING.checkbox.text
+#. l/O3
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW\n"
+"CB_FONTANTIALIASING\n"
+"checkbox.text"
msgid "Screen font antialiasing"
msgstr "ეკრანული შრიფტების დაგლუვება"
-#: optgdlg.src#OFA_TP_VIEW.FT_POINTLIMIT_LABEL.fixedtext.text
+#. xn~k
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW\n"
+"FT_POINTLIMIT_LABEL\n"
+"fixedtext.text"
msgid "from"
msgstr "დან"
-#: optgdlg.src#OFA_TP_VIEW.FT_POINTLIMIT_UNIT.fixedtext.text
+#. f_!h
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW\n"
+"FT_POINTLIMIT_UNIT\n"
+"fixedtext.text"
msgid "Pixels"
msgstr "პიქსელები"
-#: optgdlg.src#OFA_TP_VIEW.FL_MENU.fixedline.text
+#. 3{aO
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW\n"
+"FL_MENU\n"
+"fixedline.text"
msgid "Menu"
msgstr "მენიუ"
-#: optgdlg.src#OFA_TP_VIEW.FT_MENU_ICONS.fixedtext.text
+#. B~H]
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW\n"
+"FT_MENU_ICONS\n"
+"fixedtext.text"
msgid "Icons in menus"
msgstr ""
-#: optgdlg.src#OFA_TP_VIEW.LB_MENU_ICONS.1.stringlist.text
-msgctxt "optgdlg.src#OFA_TP_VIEW.LB_MENU_ICONS.1.stringlist.text"
+#. ijM9
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW.LB_MENU_ICONS\n"
+"1\n"
+"stringlist.text"
msgid "Automatic"
msgstr "ავტომატური"
-#: optgdlg.src#OFA_TP_VIEW.LB_MENU_ICONS.2.stringlist.text
+#. bP%i
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW.LB_MENU_ICONS\n"
+"2\n"
+"stringlist.text"
msgid "Hide"
msgstr "დამალვა"
-#: optgdlg.src#OFA_TP_VIEW.LB_MENU_ICONS.3.stringlist.text
+#. #6tp
+#: optgdlg.src
#, fuzzy
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW.LB_MENU_ICONS\n"
+"3\n"
+"stringlist.text"
msgid "Show"
msgstr ""
"#-#-#-#-# src.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -2124,68 +6193,164 @@ msgstr ""
"#-#-#-#-# impress.po (PACKAGE VERSION) #-#-#-#-#\n"
"შოუ"
-#: optgdlg.src#OFA_TP_VIEW.FL_FONTLISTS.fixedline.text
+#. v?27
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW\n"
+"FL_FONTLISTS\n"
+"fixedline.text"
msgid "Font Lists"
msgstr "შრიფტების სიები"
-#: optgdlg.src#OFA_TP_VIEW.CB_FONT_SHOW.checkbox.text
+#. h0hR
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW\n"
+"CB_FONT_SHOW\n"
+"checkbox.text"
msgid "Show p~review of fonts"
msgstr "შრიფტების გადახედვის ჩვენება"
-#: optgdlg.src#OFA_TP_VIEW.CB_FONT_HISTORY.checkbox.text
+#. M[V(
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW\n"
+"CB_FONT_HISTORY\n"
+"checkbox.text"
msgid "Show font h~istory"
msgstr "შრიფტის ისტორიის ჩვენება"
-#: optgdlg.src#OFA_TP_VIEW.FL_RENDERING.fixedline.text
+#. 5Emv
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW\n"
+"FL_RENDERING\n"
+"fixedline.text"
msgid "Graphics output"
msgstr "ნახატის გამონატანი"
-#: optgdlg.src#OFA_TP_VIEW.CB_USE_HARDACCELL.checkbox.text
+#. *a`d
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW\n"
+"CB_USE_HARDACCELL\n"
+"checkbox.text"
msgid "Use hardware acceleration"
msgstr "აპარატურული აჩქარების გამოყენება"
-#: optgdlg.src#OFA_TP_VIEW.CB_USE_ANTIALIASE.checkbox.text
+#. 2p0?
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW\n"
+"CB_USE_ANTIALIASE\n"
+"checkbox.text"
msgid "Use Anti-Aliasing"
msgstr ""
-#: optgdlg.src#OFA_TP_VIEW.FL_MOUSE.fixedline.text
+#. aMIe
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW\n"
+"FL_MOUSE\n"
+"fixedline.text"
msgid "Mouse"
msgstr "მაუსი"
-#: optgdlg.src#OFA_TP_VIEW.FT_MOUSEPOS.fixedtext.text
+#. =HWk
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW\n"
+"FT_MOUSEPOS\n"
+"fixedtext.text"
msgid "Mouse positioning"
msgstr "მაუსის პოზიციონირება"
-#: optgdlg.src#OFA_TP_VIEW.LB_MOUSEPOS.1.stringlist.text
+#. IPmL
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW.LB_MOUSEPOS\n"
+"1\n"
+"stringlist.text"
msgid "Default button"
msgstr "ნაგუსლისხმევი ღილაკი"
-#: optgdlg.src#OFA_TP_VIEW.LB_MOUSEPOS.2.stringlist.text
+#. \bTM
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW.LB_MOUSEPOS\n"
+"2\n"
+"stringlist.text"
msgid "Dialog center"
msgstr "დიალოგის ცენტრში"
-#: optgdlg.src#OFA_TP_VIEW.LB_MOUSEPOS.3.stringlist.text
+#. KU?K
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW.LB_MOUSEPOS\n"
+"3\n"
+"stringlist.text"
msgid "No automatic positioning"
msgstr "ავტომატური პოზიციონირების გარეშე"
-#: optgdlg.src#OFA_TP_VIEW.FT_MOUSEMIDDLE.fixedtext.text
+#. futz
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW\n"
+"FT_MOUSEMIDDLE\n"
+"fixedtext.text"
msgid "Middle mouse button"
msgstr "მაუსის შუა ღილაკი"
-#: optgdlg.src#OFA_TP_VIEW.LB_MOUSEMIDDLE.1.stringlist.text
+#. q96U
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW.LB_MOUSEMIDDLE\n"
+"1\n"
+"stringlist.text"
msgid "No function"
msgstr "ფუნქციის გარეშე"
-#: optgdlg.src#OFA_TP_VIEW.LB_MOUSEMIDDLE.2.stringlist.text
+#. K2/~
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW.LB_MOUSEMIDDLE\n"
+"2\n"
+"stringlist.text"
msgid "Automatic scrolling"
msgstr "ავტომატური გადაადგილება"
-#: optgdlg.src#OFA_TP_VIEW.LB_MOUSEMIDDLE.3.stringlist.text
+#. A!(K
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW.LB_MOUSEMIDDLE\n"
+"3\n"
+"stringlist.text"
msgid "Paste clipboard"
msgstr "გაცვლის ბუფერის ჩასმა"
-#: optgdlg.src#OFA_TP_VIEW.FL_SELECTION.fixedline.text
+#. atGU
+#: optgdlg.src
#, fuzzy
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW\n"
+"FL_SELECTION\n"
+"fixedline.text"
msgid "Selection"
msgstr ""
"#-#-#-#-# utlui.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -2211,8 +6376,14 @@ msgstr ""
"#-#-#-#-# tbxctrls.po (PACKAGE VERSION) #-#-#-#-#\n"
"არჩევა"
-#: optgdlg.src#OFA_TP_VIEW.CB_SELECTION.checkbox.text
+#. $s.b
+#: optgdlg.src
#, fuzzy
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW\n"
+"CB_SELECTION\n"
+"checkbox.text"
msgid "Transparency"
msgstr ""
"#-#-#-#-# dialogs.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -2220,753 +6391,264 @@ msgstr ""
"#-#-#-#-# tbxctrls.po (PACKAGE VERSION) #-#-#-#-#\n"
"გამჭვირვალობა"
-#: optgdlg.src#OFA_TP_VIEW.MF_SELECTION.metricfield.text
+#. ,{Ex
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_VIEW\n"
+"MF_SELECTION\n"
+"metricfield.text"
msgid "%"
msgstr "%"
-#: optgdlg.src#OFA_TP_LANGUAGES.FL_UI_LANG.fixedline.text
+#. [j=#
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_LANGUAGES\n"
+"FL_UI_LANG\n"
+"fixedline.text"
msgid "Language of"
msgstr "ენა"
-#: optgdlg.src#OFA_TP_LANGUAGES.FT_USERINTERFACE.fixedtext.text
+#. VZt6
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_LANGUAGES\n"
+"FT_USERINTERFACE\n"
+"fixedtext.text"
msgid "~User interface"
msgstr "~მომხმარებლის ინტერფეისი"
-#: optgdlg.src#OFA_TP_LANGUAGES.FT_LOCALESETTING.fixedtext.text
+#. HXP_
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_LANGUAGES\n"
+"FT_LOCALESETTING\n"
+"fixedtext.text"
msgid "Locale setting"
msgstr "ლოკალის პარამეტრები"
-#: optgdlg.src#OFA_TP_LANGUAGES.FT_DECIMALSEPARATOR.fixedtext.text
+#. /%${
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_LANGUAGES\n"
+"FT_DECIMALSEPARATOR\n"
+"fixedtext.text"
msgid "Decimal separator key"
msgstr "ათწილადის გამყოფის კლავიში"
-#: optgdlg.src#OFA_TP_LANGUAGES.CB_DECIMALSEPARATOR.checkbox.text
+#. L)[t
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_LANGUAGES\n"
+"CB_DECIMALSEPARATOR\n"
+"checkbox.text"
msgid "~Same as locale setting ( %1 )"
msgstr "~იგივე, რაც ლოკალის პარამეტრები ( %1 )"
-#: optgdlg.src#OFA_TP_LANGUAGES.FT_CURRENCY.fixedtext.text
+#. hK+W
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_LANGUAGES\n"
+"FT_CURRENCY\n"
+"fixedtext.text"
msgid "~Default currency"
msgstr "~ნაგულისხმევი ვალუტა"
-#: optgdlg.src#OFA_TP_LANGUAGES.FL_LINGU_LANG.fixedline.text
+#. K8$R
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_LANGUAGES\n"
+"FT_DATEPATTERNS\n"
+"fixedtext.text"
+msgid "Date acceptance ~patterns"
+msgstr ""
+
+#. 6bDG
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_LANGUAGES\n"
+"FL_LINGU_LANG\n"
+"fixedline.text"
msgid "Default languages for documents"
msgstr "ნაგულისხმევი ენა დოკუმენტისათვის"
-#: optgdlg.src#OFA_TP_LANGUAGES.FT_WEST_LANG.fixedtext.text
+#. w)d+
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_LANGUAGES\n"
+"FT_WEST_LANG\n"
+"fixedtext.text"
msgid "Western"
msgstr "Western"
-#: optgdlg.src#OFA_TP_LANGUAGES.FT_ASIAN_LANG.fixedtext.text
+#. X4of
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_LANGUAGES\n"
+"FT_ASIAN_LANG\n"
+"fixedtext.text"
msgid "Asian"
msgstr "Asian"
-#: optgdlg.src#OFA_TP_LANGUAGES.FT_COMPLEX_LANG.fixedtext.text
+#. 3Wy@
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_LANGUAGES\n"
+"FT_COMPLEX_LANG\n"
+"fixedtext.text"
msgid "C~TL"
msgstr "C~TL"
-#: optgdlg.src#OFA_TP_LANGUAGES.CB_CURRENT_DOC.checkbox.text
+#. `nYT
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_LANGUAGES\n"
+"CB_CURRENT_DOC\n"
+"checkbox.text"
msgid "For the current document only"
msgstr "მოხოლდ მიმდინარე დოკუმენტი"
-#: optgdlg.src#OFA_TP_LANGUAGES.FL_ENHANCED.fixedline.text
+#. lKr)
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_LANGUAGES\n"
+"FL_ENHANCED\n"
+"fixedline.text"
msgid "Enhanced language support"
msgstr "ენის გაფართოებული მხარდაჭერა"
-#: optgdlg.src#OFA_TP_LANGUAGES.CB_ASIANSUPPORT.checkbox.text
-msgid "E~nabled for Asian languages"
-msgstr "ჩართულია აზიური ენებისათვის"
-
-#: optgdlg.src#OFA_TP_LANGUAGES.CB_CTLSUPPORT.checkbox.text
-msgid "Ena~bled for complex text layout (CTL)"
-msgstr "ჩართულია ტექსტის კომპლექსური განთავსებისათვის (CTL)"
-
-#: optgdlg.src#RID_SVX_MSGBOX_LANGUAGE_RESTART.infobox.text
-msgid "The language setting of the user interface has been updated and will take effect the next time you start %PRODUCTNAME %PRODUCTVERSION"
-msgstr "მომხმარებლის ინტერფეისის ენის პარამეტრები განახლდა და ძალაში შევა %PRODUCTNAME %PRODUCTVERSION-ის შემდეგი გაშვებისას"
-
-#: optfltr.src#RID_OFAPAGE_MSFILTEROPT.GB_WORD.fixedline.text
-msgid "Microsoft Word 97/2000/XP"
-msgstr ""
-
-#: optfltr.src#RID_OFAPAGE_MSFILTEROPT.CB_WBAS_CODE.checkbox.text
-msgid "Load Basic ~code"
-msgstr ""
-
-#: optfltr.src#RID_OFAPAGE_MSFILTEROPT.CB_WBAS_WBCTBL.checkbox.text
-msgctxt "optfltr.src#RID_OFAPAGE_MSFILTEROPT.CB_WBAS_WBCTBL.checkbox.text"
-msgid "E~xecutable code"
-msgstr ""
-
-#: optfltr.src#RID_OFAPAGE_MSFILTEROPT.CB_WBAS_STG.checkbox.text
-msgid "Save ~original Basic code"
-msgstr ""
-
-#: optfltr.src#RID_OFAPAGE_MSFILTEROPT.GB_EXCEL.fixedline.text
-msgid "Microsoft Excel 97/2000/XP"
-msgstr ""
-
-#: optfltr.src#RID_OFAPAGE_MSFILTEROPT.CB_EBAS_CODE.checkbox.text
-msgid "Lo~ad Basic code"
-msgstr ""
-
-#: optfltr.src#RID_OFAPAGE_MSFILTEROPT.CB_EBAS_EXECTBL.checkbox.text
-msgctxt "optfltr.src#RID_OFAPAGE_MSFILTEROPT.CB_EBAS_EXECTBL.checkbox.text"
-msgid "E~xecutable code"
-msgstr ""
-
-#: optfltr.src#RID_OFAPAGE_MSFILTEROPT.CB_EBAS_STG.checkbox.text
-msgid "Sa~ve original Basic code"
+#. W=V`
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_LANGUAGES\n"
+"CB_ASIANSUPPORT\n"
+"checkbox.text"
+msgid "Show UI elements for East Asia~n writings"
msgstr ""
-#: optfltr.src#RID_OFAPAGE_MSFILTEROPT.GB_PPOINT.fixedline.text
-msgid "Microsoft PowerPoint 97/2000/XP"
+#. ~k5-
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_LANGUAGES\n"
+"CB_CTLSUPPORT\n"
+"checkbox.text"
+msgid "Show UI elements for B~i-Directional writing"
msgstr ""
-#: optfltr.src#RID_OFAPAGE_MSFILTEROPT.CB_PBAS_CODE.checkbox.text
-msgid "Load Ba~sic code"
+#. H(%/
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"OFA_TP_LANGUAGES\n"
+"CB_IGNORE_LANG_CHANGE\n"
+"checkbox.text"
+msgid "Ignore s~ystem input language"
msgstr ""
-#: optfltr.src#RID_OFAPAGE_MSFILTEROPT.CB_PBAS_STG.checkbox.text
-msgid "Sav~e original Basic code"
-msgstr ""
-
-#: optfltr.src#RID_OFAPAGE_MSFILTEROPT2.ST_HEADER1.string.text
-msgid "[L]"
-msgstr "[L]"
-
-#: optfltr.src#RID_OFAPAGE_MSFILTEROPT2.ST_HEADER2.string.text
-msgid "[S]"
-msgstr "[S]"
-
-#: optfltr.src#RID_OFAPAGE_MSFILTEROPT2.FT_HEADER1_EXPLANATION.fixedtext.text
-msgid "[L]: Load and convert the object"
-msgstr "[L]: ობიექტის ჩატვირთვა და კონვერტაცია"
-
-#: optfltr.src#RID_OFAPAGE_MSFILTEROPT2.FT_HEADER2_EXPLANATION.fixedtext.text
-msgid "[S]: Convert and save the object"
-msgstr "[S]: ობიექტის კონვერტაცია და შენახვა"
-
-#: optfltr.src#RID_OFAPAGE_MSFILTEROPT2.ST_CHG_MATH.string.text
-msgid "MathType to %PRODUCTNAME Math or reverse"
-msgstr ""
-
-#: optfltr.src#RID_OFAPAGE_MSFILTEROPT2.ST_CHG_WRITER.string.text
-msgid "WinWord to %PRODUCTNAME Writer or reverse"
-msgstr ""
-
-#: optfltr.src#RID_OFAPAGE_MSFILTEROPT2.ST_CHG_CALC.string.text
-msgid "Excel to %PRODUCTNAME Calc or reverse"
-msgstr ""
-
-#: optfltr.src#RID_OFAPAGE_MSFILTEROPT2.ST_CHG_IMPRESS.string.text
-msgid "PowerPoint to %PRODUCTNAME Impress or reverse"
-msgstr ""
-
-#: dbregister.src#RID_SFXPAGE_DBREGISTER.FT_TYPE.fixedtext.text
-msgid "Registered name"
-msgstr "დარეგისტრირებული სახელი"
-
-#: dbregister.src#RID_SFXPAGE_DBREGISTER.FT_PATH.fixedtext.text
-msgid "Database file"
-msgstr "მონაცემთა ბაზის ფაილი"
-
-#: dbregister.src#RID_SFXPAGE_DBREGISTER.BTN_NEW.pushbutton.text
-msgctxt "dbregister.src#RID_SFXPAGE_DBREGISTER.BTN_NEW.pushbutton.text"
-msgid "~New..."
-msgstr "~ახალი..."
-
-#: dbregister.src#RID_SFXPAGE_DBREGISTER.BTN_EDIT.pushbutton.text
-msgctxt "dbregister.src#RID_SFXPAGE_DBREGISTER.BTN_EDIT.pushbutton.text"
-msgid "~Edit..."
-msgstr "რ~ედაქტირება..."
-
-#: dbregister.src#RID_SFXPAGE_DBREGISTER.BTN_DELETE.pushbutton.text
-msgctxt "dbregister.src#RID_SFXPAGE_DBREGISTER.BTN_DELETE.pushbutton.text"
-msgid "~Delete"
-msgstr "წ~აშლა"
-
-#: dbregister.src#RID_SFXPAGE_DBREGISTER.GB_STD.fixedline.text
-msgctxt "dbregister.src#RID_SFXPAGE_DBREGISTER.GB_STD.fixedline.text"
-msgid "Registered databases"
-msgstr "რეგისტრირებული მონაცემთა ბაზები"
-
-#: dbregister.src#RID_SFXPAGE_DBREGISTER.tabpage.text
-msgctxt "dbregister.src#RID_SFXPAGE_DBREGISTER.tabpage.text"
-msgid "Registered databases"
-msgstr "რეგისტრირებული მონაცემთა ბაზები"
+#. V#v[
+#: optgdlg.src
+msgctxt ""
+"optgdlg.src\n"
+"RID_SVX_MSGBOX_LANGUAGE_RESTART\n"
+"infobox.text"
+msgid "The language setting of the user interface has been updated and will take effect the next time you start %PRODUCTNAME %PRODUCTVERSION"
+msgstr "მომხმარებლის ინტერფეისის ენის პარამეტრები განახლდა და ძალაში შევა %PRODUCTNAME %PRODUCTVERSION-ის შემდეგი გაშვებისას"
-#: certpath.src#RID_SVXDLG_CERTPATH.FL_CERTPATH.fixedline.text
-msgctxt "certpath.src#RID_SVXDLG_CERTPATH.FL_CERTPATH.fixedline.text"
+#. DIQJ
+#: certpath.src
+#, fuzzy
+msgctxt ""
+"certpath.src\n"
+"RID_SVXDLG_CERTPATH\n"
+"FL_CERTPATH\n"
+"fixedline.text"
msgid "Certificate Path"
-msgstr ""
-
-#: certpath.src#RID_SVXDLG_CERTPATH.FT_CERTPATH.fixedtext.text
+msgstr "სერტიფიკატის გეზი"
+
+#. 2bc[
+#: certpath.src
+msgctxt ""
+"certpath.src\n"
+"RID_SVXDLG_CERTPATH\n"
+"FT_CERTPATH\n"
+"fixedtext.text"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures:"
msgstr ""
-#: certpath.src#RID_SVXDLG_CERTPATH.PB_ADD.pushbutton.text
+#. buLe
+#: certpath.src
#, fuzzy
-msgctxt "certpath.src#RID_SVXDLG_CERTPATH.PB_ADD.pushbutton.text"
+msgctxt ""
+"certpath.src\n"
+"RID_SVXDLG_CERTPATH\n"
+"PB_ADD\n"
+"pushbutton.text"
msgid "~Add..."
msgstr "~დამატება..."
-#: certpath.src#RID_SVXDLG_CERTPATH.STR_ADDDLGTEXT.string.text
+#. At/*
+#: certpath.src
+msgctxt ""
+"certpath.src\n"
+"RID_SVXDLG_CERTPATH\n"
+"STR_ADDDLGTEXT\n"
+"string.text"
msgid "Select a Certificate directory"
msgstr ""
-#: certpath.src#RID_SVXDLG_CERTPATH.STR_MANUAL.string.text
+#. 7lQw
+#: certpath.src
#, fuzzy
+msgctxt ""
+"certpath.src\n"
+"RID_SVXDLG_CERTPATH\n"
+"STR_MANUAL\n"
+"string.text"
msgid "manual"
msgstr "ხელით"
-#: certpath.src#RID_SVXDLG_CERTPATH.STR_PROFILE.string.text
+#. ,{`@
+#: certpath.src
+msgctxt ""
+"certpath.src\n"
+"RID_SVXDLG_CERTPATH\n"
+"STR_PROFILE\n"
+"string.text"
msgid "Profile"
msgstr ""
-#: certpath.src#RID_SVXDLG_CERTPATH.STR_DIRECTORY.string.text
+#. ]mvi
+#: certpath.src
+msgctxt ""
+"certpath.src\n"
+"RID_SVXDLG_CERTPATH\n"
+"STR_DIRECTORY\n"
+"string.text"
msgid "Directory"
-msgstr ""
-
-#: certpath.src#RID_SVXDLG_CERTPATH.modaldialog.text
-msgctxt "certpath.src#RID_SVXDLG_CERTPATH.modaldialog.text"
-msgid "Certificate Path"
-msgstr ""
-
-#: optlingu.src#RID_SVXDLG_EDIT_MODULES.FL_EDIT_MODULES_OPTIONS.fixedline.text
-msgctxt "optlingu.src#RID_SVXDLG_EDIT_MODULES.FL_EDIT_MODULES_OPTIONS.fixedline.text"
-msgid "Options"
-msgstr "საშუალებები"
-
-#: optlingu.src#RID_SVXDLG_EDIT_MODULES.FT_EDIT_MODULES_LANGUAGE.fixedtext.text
-msgid "Language"
-msgstr "ენა"
-
-#: optlingu.src#RID_SVXDLG_EDIT_MODULES.PB_EDIT_MODULES_PRIO_UP.pushbutton.text
-msgid "Move Up"
-msgstr "ზევით აწევა"
+msgstr "დირექტორია"
-#: optlingu.src#RID_SVXDLG_EDIT_MODULES.PB_EDIT_MODULES_PRIO_DOWN.pushbutton.text
-msgid "Move Down"
-msgstr "ქვევით ჩამოწევა"
-
-#: optlingu.src#RID_SVXDLG_EDIT_MODULES.PB_EDIT_MODULES_PRIO_BACK.pushbutton.text
+#. $AA:
+#: certpath.src
#, fuzzy
-msgid "~Back"
-msgstr "~უკან"
-
-#: optlingu.src#RID_SVXDLG_EDIT_MODULES.FT_EDIT_MODULES_NEWDICTSLINK.fixedtext.text
-msgctxt "optlingu.src#RID_SVXDLG_EDIT_MODULES.FT_EDIT_MODULES_NEWDICTSLINK.fixedtext.text"
-msgid "~Get more dictionaries online..."
-msgstr ""
-
-#: optlingu.src#RID_SVXDLG_EDIT_MODULES.PB_OK.okbutton.text
-msgctxt "optlingu.src#RID_SVXDLG_EDIT_MODULES.PB_OK.okbutton.text"
-msgid "Close"
-msgstr "დახურვა"
-
-#: optlingu.src#RID_SVXDLG_EDIT_MODULES.ST_SPELL.string.text
-msgid "Spelling"
-msgstr "მარლთწერა"
-
-#: optlingu.src#RID_SVXDLG_EDIT_MODULES.ST_HYPH.string.text
-msgctxt "optlingu.src#RID_SVXDLG_EDIT_MODULES.ST_HYPH.string.text"
-msgid "Hyphenation"
-msgstr "ჰიპერნაცია"
-
-#: optlingu.src#RID_SVXDLG_EDIT_MODULES.ST_THES.string.text
-msgid "Thesaurus"
-msgstr "თეზაურუსი"
-
-#: optlingu.src#RID_SVXDLG_EDIT_MODULES.ST_GRAMMAR.string.text
-msgid "Grammar"
-msgstr ""
-
-#: optlingu.src#RID_SVXDLG_EDIT_MODULES.modaldialog.text
-msgid "Edit Modules"
-msgstr "მოდულების რედაქტირება"
-
-#: optlingu.src#RID_SVXDLG_LNG_ED_NUM_PREBREAK.STR_NUM_PRE_BREAK_DLG.string.text
-msgid "Characters before break"
-msgstr "სიმბოლოები დაცილებამდე"
-
-#: optlingu.src#RID_SVXDLG_LNG_ED_NUM_PREBREAK.STR_NUM_POST_BREAK_DLG.string.text
-msgid "Characters after break"
-msgstr "სიმბოლოები დაცილების შემდეგ"
-
-#: optlingu.src#RID_SVXDLG_LNG_ED_NUM_PREBREAK.STR_NUM_MIN_WORDLEN_DLG.string.text
-msgid "Minimal word length"
-msgstr "სიტყვის მინიმალური ზომა"
-
-#: optlingu.src#RID_SVXDLG_LNG_ED_NUM_PREBREAK.modaldialog.text
-msgctxt "optlingu.src#RID_SVXDLG_LNG_ED_NUM_PREBREAK.modaldialog.text"
-msgid "Hyphenation"
-msgstr "ჰიპერნაცია"
-
-#: optlingu.src#RID_SFXPAGE_LINGU.FL_LINGUISTIC.fixedline.text
-msgctxt "optlingu.src#RID_SFXPAGE_LINGU.FL_LINGUISTIC.fixedline.text"
-msgid "Writing aids"
-msgstr "წერის დახმარება"
-
-#: optlingu.src#RID_SFXPAGE_LINGU.FT_LINGU_MODULES.fixedtext.text
-msgid "Available language modules"
-msgstr "ხელმისაწვდომი ენების მოდულები"
-
-#: optlingu.src#RID_SFXPAGE_LINGU.PB_LINGU_MODULES_EDIT.pushbutton.text
-msgctxt "optlingu.src#RID_SFXPAGE_LINGU.PB_LINGU_MODULES_EDIT.pushbutton.text"
-msgid "~Edit..."
-msgstr "~რედაქტირება..."
-
-#: optlingu.src#RID_SFXPAGE_LINGU.FT_LINGU_DICS.fixedtext.text
-msgctxt "optlingu.src#RID_SFXPAGE_LINGU.FT_LINGU_DICS.fixedtext.text"
-msgid "User-defined dictionaries"
-msgstr "მომხმარებლის მიერ განსაზღვრული ლექსიკონები"
-
-#: optlingu.src#RID_SFXPAGE_LINGU.PB_LINGU_DICS_NEW_DIC.pushbutton.text
-msgctxt "optlingu.src#RID_SFXPAGE_LINGU.PB_LINGU_DICS_NEW_DIC.pushbutton.text"
-msgid "~New..."
-msgstr "~ახალი..."
-
-#: optlingu.src#RID_SFXPAGE_LINGU.PB_LINGU_DICS_EDIT_DIC.pushbutton.text
-msgid "Ed~it..."
-msgstr "რ~ედაქტირება..."
-
-#: optlingu.src#RID_SFXPAGE_LINGU.PB_LINGU_DICS_DEL_DIC.pushbutton.text
-msgctxt "optlingu.src#RID_SFXPAGE_LINGU.PB_LINGU_DICS_DEL_DIC.pushbutton.text"
-msgid "~Delete"
-msgstr "~წაშლა"
-
-#: optlingu.src#RID_SFXPAGE_LINGU.FT_LINGU_OPTIONS.fixedtext.text
-msgid "~Options"
-msgstr "~საშუალებები"
-
-#: optlingu.src#RID_SFXPAGE_LINGU.PB_LINGU_OPTIONS_EDIT.pushbutton.text
-msgid "Edi~t..."
-msgstr "რ~ედაქტირება..."
-
-#: optlingu.src#RID_SFXPAGE_LINGU.FT_LINGU_OPTIONS_MOREDICTS.fixedtext.text
-msgctxt "optlingu.src#RID_SFXPAGE_LINGU.FT_LINGU_OPTIONS_MOREDICTS.fixedtext.text"
-msgid "~Get more dictionaries online..."
-msgstr ""
-
-#: optlingu.src#RID_SFXPAGE_LINGU.STR_CAPITAL_WORDS.string.text
-msgid "Check uppercase words"
-msgstr "ზედა რეგისტრის სიტყვების შემოწმება"
-
-#: optlingu.src#RID_SFXPAGE_LINGU.STR_WORDS_WITH_DIGITS.string.text
-msgid "Check words with numbers "
-msgstr "სიტყვების და რიცხვებთან შემოწმება"
-
-#: optlingu.src#RID_SFXPAGE_LINGU.STR_CAPITALIZATION.string.text
-msgid "Check capitalization"
-msgstr "შეამოწმეთ სიტყვათა გარდაქმნის ქვედა რეგისტრი"
-
-#: optlingu.src#RID_SFXPAGE_LINGU.STR_SPELL_SPECIAL.string.text
-msgid "Check special regions"
-msgstr "სპეცილაური რეგიონების შემოწმება"
-
-#: optlingu.src#RID_SFXPAGE_LINGU.STR_SPELL_AUTO.string.text
-msgid "Check spelling as you type"
-msgstr "შეამოწმეთ თქვენი აკრეფილის მართლწერა"
-
-#: optlingu.src#RID_SFXPAGE_LINGU.STR_GRAMMAR_AUTO.string.text
-msgid "Check grammar as you type"
-msgstr ""
-
-#: optlingu.src#RID_SFXPAGE_LINGU.STR_NUM_MIN_WORDLEN.string.text
-msgid "Minimal number of characters for hyphenation: "
-msgstr "მინიმალური სიმბოლოების რიცხვი გადატანისთვის:"
-
-#: optlingu.src#RID_SFXPAGE_LINGU.STR_NUM_PRE_BREAK.string.text
-msgid "Characters before line break: "
-msgstr "სიმბოლოთა დაცილებები ხაზთან"
-
-#: optlingu.src#RID_SFXPAGE_LINGU.STR_NUM_POST_BREAK.string.text
-msgid "Characters after line break: "
-msgstr "სიმბოლოები ხაზის დაცილების შემდეგ:"
-
-#: optlingu.src#RID_SFXPAGE_LINGU.STR_HYPH_AUTO.string.text
-msgid "Hyphenate without inquiry"
-msgstr "გადახედვის გარეშე გადატანა"
-
-#: optlingu.src#RID_SFXPAGE_LINGU.STR_HYPH_SPECIAL.string.text
-msgid "Hyphenate special regions"
-msgstr "სპეციალური რეგიონების გადადატანა"
-
-#: optlingu.src#RID_SFXPAGE_LINGU.STR_LINGU_MODULES_EDIT.string.text
-#, fuzzy
-msgid "Edit Available language modules"
-msgstr "ხელმისაწვდომი ენების მოდულები"
-
-#: optlingu.src#RID_SFXPAGE_LINGU.STR_LINGU_DICS_EDIT_DIC.string.text
-#, fuzzy
-msgid "Edit User-defined dictionaries"
-msgstr ""
-"#-#-#-#-# appl.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მომხმარებლის არჩეული ლექსიკონები\n"
-"#-#-#-#-# dialogs.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მომხმარებლის მიერ განსაზღვრული ლექსიკონები"
-
-#: optlingu.src#RID_SFXPAGE_LINGU.STR_LINGU_OPTIONS_EDIT.string.text
-#, fuzzy
-msgid "Edit Options"
-msgstr " პარამეტრები"
-
-#: optlingu.src#RID_SFXPAGE_LINGU.tabpage.text
-msgctxt "optlingu.src#RID_SFXPAGE_LINGU.tabpage.text"
-msgid "Options"
-msgstr "საშუალებები"
-
-#: optlingu.src#RID_SFXQB_DELDICT.querybox.text
-msgid "Do you want to delete the dictionary?"
-msgstr "თქვენ ნამდვილად გნებავთ ლექსიკონის წაშლა?"
-
-#: optjsearch.src#RID_SVXPAGE_JSEARCH_OPTIONS.FL_TREAT_AS_EQUAL.fixedline.text
-msgid "Treat as equal"
-msgstr "დაამუშავეთ როგორც ტოლი"
-
-#: optjsearch.src#RID_SVXPAGE_JSEARCH_OPTIONS.CB_MATCH_CASE.checkbox.text
-msgid "~uppercase/lowercase"
-msgstr "~ზედა რეგისტრი/ქვედა რეგისტრი"
-
-#: optjsearch.src#RID_SVXPAGE_JSEARCH_OPTIONS.CB_MATCH_FULL_HALF_WIDTH.checkbox.text
-msgid "~full-width/half-width forms"
-msgstr "~მთელი "
-
-#: optjsearch.src#RID_SVXPAGE_JSEARCH_OPTIONS.CB_MATCH_HIRAGANA_KATAKANA.checkbox.text
-msgid "~hiragana/katakana"
-msgstr "~hiragana/katakana"
-
-#: optjsearch.src#RID_SVXPAGE_JSEARCH_OPTIONS.CB_MATCH_CONTRACTIONS.checkbox.text
-msgid "~contractions (yo-on, sokuon)"
-msgstr "~შემცირება (yo-on, sokuon)"
-
-#: optjsearch.src#RID_SVXPAGE_JSEARCH_OPTIONS.CB_MATCH_MINUS_DASH_CHOON.checkbox.text
-msgid "~minus/dash/cho-on"
-msgstr "~მინუსი/"
-
-#: optjsearch.src#RID_SVXPAGE_JSEARCH_OPTIONS.CB_MATCH_REPEAT_CHAR_MARKS.checkbox.text
-msgid "'re~peat character' marks"
-msgstr "'re~peat character' სიმბოლოები"
-
-#: optjsearch.src#RID_SVXPAGE_JSEARCH_OPTIONS.CB_MATCH_VARIANT_FORM_KANJI.checkbox.text
-msgid "~variant-form kanji (itaiji)"
-msgstr "~კანჯი (ითაიჯი) ვარიანტი"
-
-#: optjsearch.src#RID_SVXPAGE_JSEARCH_OPTIONS.CB_MATCH_OLD_KANA_FORMS.checkbox.text
-msgid "~old Kana forms"
-msgstr "ძვ~ელი Kana ფორმები"
-
-#: optjsearch.src#RID_SVXPAGE_JSEARCH_OPTIONS.CB_MATCH_DIZI_DUZU.checkbox.text
-msgid "~di/zi, du/zu"
-msgstr "~di/zi, du/zu"
-
-#: optjsearch.src#RID_SVXPAGE_JSEARCH_OPTIONS.CB_MATCH_BAVA_HAFA.checkbox.text
-msgid "~ba/va, ha/fa"
-msgstr "~ba/va, ha/fa"
-
-#: optjsearch.src#RID_SVXPAGE_JSEARCH_OPTIONS.CB_MATCH_TSITHICHI_DHIZI.checkbox.text
-msgid "~tsi/thi/chi, dhi/zi"
-msgstr "~tsi/thi/chi, dhi/zi"
-
-#: optjsearch.src#RID_SVXPAGE_JSEARCH_OPTIONS.CB_MATCH_HYUFYU_BYUVYU.checkbox.text
-msgid "h~yu/fyu, byu/vyu"
-msgstr "h~yu/fyu, byu/vyu"
-
-#: optjsearch.src#RID_SVXPAGE_JSEARCH_OPTIONS.CB_MATCH_SESHE_ZEJE.checkbox.text
-msgid "~se/she, ze/je"
-msgstr "~se/she, ze/je"
-
-#: optjsearch.src#RID_SVXPAGE_JSEARCH_OPTIONS.CB_MATCH_IAIYA.checkbox.text
-msgid "~ia/iya (piano/piyano)"
-msgstr "~ia/iya (piano/piyano)"
-
-#: optjsearch.src#RID_SVXPAGE_JSEARCH_OPTIONS.CB_MATCH_KIKU.checkbox.text
-msgid "~ki/ku (tekisuto/tekusuto)"
-msgstr "~ki/ku (tekisuto/tekusuto)"
-
-#: optjsearch.src#RID_SVXPAGE_JSEARCH_OPTIONS.CB_MATCH_PROLONGED_SOUNDMARK.checkbox.text
-msgid "Prolon~ged vowels (ka-/kaa)"
-msgstr "გრძელ~ი თანხმოვნები (ka-/kaa)"
-
-#: optjsearch.src#RID_SVXPAGE_JSEARCH_OPTIONS.FL_IGNORE.fixedline.text
-msgid "Ignore"
-msgstr "იგნორი"
-
-#: optjsearch.src#RID_SVXPAGE_JSEARCH_OPTIONS.CB_IGNORE_PUNCTUATION.checkbox.text
-msgid "Pu~nctuation characters"
-msgstr "პუ~ნქტუაციური სიმბოლოები"
-
-#: optjsearch.src#RID_SVXPAGE_JSEARCH_OPTIONS.CB_IGNORE_WHITESPACES.checkbox.text
-msgid "~Whitespace characters"
-msgstr "~თეთრსივრციანი სიმბოლოები"
-
-#: optjsearch.src#RID_SVXPAGE_JSEARCH_OPTIONS.CB_IGNORE_MIDDLE_DOT.checkbox.text
-msgid "Midd~le dots"
-msgstr "საშუა~ლო წერტილები"
-
-#: optjsearch.src#RID_SVXPAGE_JSEARCH_OPTIONS.tabpage.text
-msgctxt "optjsearch.src#RID_SVXPAGE_JSEARCH_OPTIONS.tabpage.text"
-msgid "Searching in Japanese"
-msgstr "ზიება იაპონურში"
-
-#: doclinkdialog.src#DLG_DOCUMENTLINK.FT_URL.fixedtext.text
-msgid "~Database file"
-msgstr "მონაცემთა ბაზის ~ფაილი"
-
-#: doclinkdialog.src#DLG_DOCUMENTLINK.PB_BROWSEFILE.pushbutton.text
-msgid "~Browse..."
-msgstr "~დათვალიერება..."
-
-#: doclinkdialog.src#DLG_DOCUMENTLINK.FT_NAME.fixedtext.text
-msgid "Registered ~name"
-msgstr "რეგისტრირებული სა~ხელი"
-
-#: doclinkdialog.src#DLG_DOCUMENTLINK.STR_EDIT_LINK.string.text
-msgid "Edit Database Link"
-msgstr "მონაცემთა ბაზის რედაქტირების ბმული"
-
-#: doclinkdialog.src#DLG_DOCUMENTLINK.STR_NEW_LINK.string.text
-msgid "Create Database Link"
-msgstr "შექმენით მონაცემთა ბაზის ბმული"
-
-#: doclinkdialog.src#STR_LINKEDDOC_DOESNOTEXIST.string.text
-msgid ""
-"The file\n"
-"$file$\n"
-"does not exist."
-msgstr ""
-"ფაილი\n"
-"$file$\n"
-"არ არის გახსნილი."
-
-#: doclinkdialog.src#STR_LINKEDDOC_NO_SYSTEM_FILE.string.text
-msgid ""
-"The file\n"
-"$file$\n"
-"does not exist in the local file system."
-msgstr ""
-
-#: doclinkdialog.src#STR_NAME_CONFLICT.string.text
-msgid ""
-"The name '$file$' is already used for another database.\n"
-"Please choose a different name."
-msgstr ""
-"სახელი '$file$' უკვე დაკავებულია სხვა მონაცემთა ბაზის მიერ.\n"
-"გთხოვთ აირჩიოთ სხვა სახელი."
-
-#: doclinkdialog.src#QUERY_DELETE_CONFIRM.querybox.text
-msgid "Do you want to delete the entry?"
-msgstr "გნებავთ ამ შენატანის წაშლა?"
-
-#: optpath.src#RID_SFXPAGE_PATH.FT_TYPE.fixedtext.text
-#, fuzzy
-msgid "Type"
-msgstr "ტიპი"
-
-#: optpath.src#RID_SFXPAGE_PATH.FT_PATH.fixedtext.text
-msgid "Path"
-msgstr "გზა"
-
-#: optpath.src#RID_SFXPAGE_PATH.BTN_PATH.pushbutton.text
-msgctxt "optpath.src#RID_SFXPAGE_PATH.BTN_PATH.pushbutton.text"
-msgid "~Edit..."
-msgstr "~რედაქტირება..."
-
-#: optpath.src#RID_SFXPAGE_PATH.BTN_STANDARD.pushbutton.text
-msgctxt "optpath.src#RID_SFXPAGE_PATH.BTN_STANDARD.pushbutton.text"
-msgid "~Default"
-msgstr "~ნაგულისხმები"
-
-#: optpath.src#RID_SFXPAGE_PATH.GB_STD.fixedline.text
-msgid "Paths used by %PRODUCTNAME"
-msgstr "გზები გამოიყენება %PRODUCTNAME"
-
-#: optpath.src#RID_SFXPAGE_PATH.STR_MULTIPATHDLG.string.text
-msgid "Edit Paths: %1"
-msgstr "გზების რედაქტირება: %1"
-
-#: optpath.src#RID_SFXPAGE_PATH.tabpage.text
-msgctxt "optpath.src#RID_SFXPAGE_PATH.tabpage.text"
-msgid "Paths"
-msgstr "გეზები"
-
-#: optpath.src#RID_SVXERR_OPT_DOUBLEPATHS.errorbox.text
-msgid ""
-"The configuration and mail directories must be specified as separate directories.\n"
-"Please choose a new path."
-msgstr ""
-"კონფიგურაცია და წერილების კატალოგები უნდა იყვეს განსაზღვრული როგორც ცალკეული დირექტორიები.\n"
-"გთხოვთ ამოირჩიოთ ახალი გზა."
-
-#: optpath.src#RID_SVXSTR_KEY_CONFIG_DIR.string.text
-msgid "Configuration"
-msgstr "კონფიგურაცია"
-
-#: optpath.src#RID_SVXSTR_KEY_WORK_PATH.string.text
-msgid "My Documents"
-msgstr "ჩემი დოკუმენტები"
-
-#: optpath.src#RID_SVXSTR_KEY_GRAPHICS_PATH.string.text
-msgid "Graphics"
-msgstr "გრაპიკები"
-
-#: optpath.src#RID_SVXSTR_KEY_BITMAP_PATH.string.text
-msgid "Icons"
-msgstr "ხატულები"
-
-#: optpath.src#RID_SVXSTR_KEY_PALETTE_PATH.string.text
-msgid "Palettes"
-msgstr "პალიტრები"
-
-#: optpath.src#RID_SVXSTR_KEY_BACKUP_PATH.string.text
-msgid "Backups"
-msgstr "სამარქაფო ასლები"
-
-#: optpath.src#RID_SVXSTR_KEY_MODULES_PATH.string.text
-msgid "Modules"
-msgstr "მოდულები"
-
-#: optpath.src#RID_SVXSTR_KEY_TEMPLATE_PATH.string.text
-msgid "Templates"
-msgstr "შაბლონები"
-
-#: optpath.src#RID_SVXSTR_KEY_GLOSSARY_PATH.string.text
-msgid "AutoText"
-msgstr "ავტოტექსტი"
-
-#: optpath.src#RID_SVXSTR_KEY_DICTIONARY_PATH.string.text
-#, fuzzy
-msgid "Dictionaries"
-msgstr "ლექსიკონები"
-
-#: optpath.src#RID_SVXSTR_KEY_HELP_DIR.string.text
-msgctxt "optpath.src#RID_SVXSTR_KEY_HELP_DIR.string.text"
-msgid "Help"
-msgstr "დახმარება"
-
-#: optpath.src#RID_SVXSTR_KEY_GALLERY_DIR.string.text
-msgid "Gallery"
-msgstr "გალერეა"
-
-#: optpath.src#RID_SVXSTR_KEY_STORAGE_DIR.string.text
-msgid "Message Storage"
-msgstr "შეტყობინების მოცულობა"
-
-#: optpath.src#RID_SVXSTR_KEY_TEMP_PATH.string.text
-msgid "Temporary files"
-msgstr "დროებითი ფაილები"
-
-#: optpath.src#RID_SVXSTR_KEY_PLUGINS_PATH.string.text
-msgid "Plug-ins"
-msgstr "დანამატები"
-
-#: optpath.src#RID_SVXSTR_KEY_FAVORITES_DIR.string.text
-msgid "Folder Bookmarks"
-msgstr "დირექტორიის სანიშნები"
-
-#: optpath.src#RID_SVXSTR_KEY_FILTER_PATH.string.text
-msgid "Filters"
-msgstr "ფილტრები"
-
-#: optpath.src#RID_SVXSTR_KEY_ADDINS_PATH.string.text
-msgid "Add-ins"
-msgstr "ჩანართები"
-
-#: optpath.src#RID_SVXSTR_KEY_USERCONFIG_PATH.string.text
-msgid "User Configuration"
-msgstr "მომხმარებლის კონფიგურაცია"
-
-#: optpath.src#RID_SVXSTR_KEY_USERDICTIONARY_DIR.string.text
-msgctxt "optpath.src#RID_SVXSTR_KEY_USERDICTIONARY_DIR.string.text"
-msgid "User-defined dictionaries"
-msgstr "მომხმარებლის მიერ განსაზღვრული ლექსიკონები"
-
-#: optpath.src#RID_SVXSTR_KEY_AUTOCORRECT_DIR.string.text
-msgid "AutoCorrect"
-msgstr "ავტოკორექცია"
-
-#: optpath.src#RID_SVXSTR_KEY_LINGUISTIC_DIR.string.text
-msgctxt "optpath.src#RID_SVXSTR_KEY_LINGUISTIC_DIR.string.text"
-msgid "Writing aids"
-msgstr "წერის დახმარება"
-
-#: optupdt.src#RID_SVXPAGE_ONLINEUPDATE.FL_OPTIONS.fixedline.text
-msgid "Online Update Options"
-msgstr "ონლაინ განახლების პარამეტრები"
-
-#: optupdt.src#RID_SVXPAGE_ONLINEUPDATE.CB_AUTOCHECK.checkbox.text
-msgid "~Check for updates automatically"
-msgstr "განახლებების ავტომატური შ~ემოწმება"
-
-#: optupdt.src#RID_SVXPAGE_ONLINEUPDATE.RB_EVERYDAY.radiobutton.text
-msgid "Every Da~y"
-msgstr "ყოველ დღ~ე"
-
-#: optupdt.src#RID_SVXPAGE_ONLINEUPDATE.RB_EVERYWEEK.radiobutton.text
-msgid "Every ~Week"
-msgstr "ყოველ ~კვირა"
-
-#: optupdt.src#RID_SVXPAGE_ONLINEUPDATE.RB_EVERYMONTH.radiobutton.text
-msgid "Every ~Month"
-msgstr "ყოველ თ~ვე"
-
-#: optupdt.src#RID_SVXPAGE_ONLINEUPDATE.FT_LASTCHECKED.fixedtext.text
-msgid "Last checked: %DATE%, %TIME%"
-msgstr ""
-
-#: optupdt.src#RID_SVXPAGE_ONLINEUPDATE.PB_CHECKNOW.pushbutton.text
-msgid "Check ~now"
-msgstr "შეამოწმე ~ეხლა"
-
-#: optupdt.src#RID_SVXPAGE_ONLINEUPDATE.CB_AUTODOWNLOAD.checkbox.text
-msgid "~Download updates automatically"
-msgstr "განახლებების ავტომატური ~გადმოწერა"
-
-#: optupdt.src#RID_SVXPAGE_ONLINEUPDATE.FT_DESTPATHLABEL.fixedtext.text
-msgid "Download destination:"
-msgstr "გადმოწერილი ფაილების ადგილმდებარეობა"
-
-#: optupdt.src#RID_SVXPAGE_ONLINEUPDATE.PB_CHANGEPATH.pushbutton.text
-msgid "Ch~ange..."
-msgstr "შ~ეცვლა..."
-
-#: optupdt.src#RID_SVXPAGE_ONLINEUPDATE.STR_NEVERCHECKED.string.text
-msgid "Last checked: Not yet"
-msgstr ""
-
-#: optupdt.src#RID_SVXPAGE_ONLINEUPDATE.tabpage.text
-msgid "OnlineUpdate"
-msgstr "ონლაინ განახლება"
-
-#: webconninfo.src#RID_SVXDLG_WEBCONNECTION_INFO.FI_NEVERSHOWN.fixedtext.text
-msgid "Web login information (passwords are never shown)"
-msgstr ""
-
-#: webconninfo.src#RID_SVXDLG_WEBCONNECTION_INFO.PB_REMOVE.pushbutton.text
-msgid "Remove"
-msgstr "~მოშორება"
-
-#: webconninfo.src#RID_SVXDLG_WEBCONNECTION_INFO.PB_REMOVEALL.pushbutton.text
-msgid "Remove All"
-msgstr ""
-
-#: webconninfo.src#RID_SVXDLG_WEBCONNECTION_INFO.PB_CHANGE.pushbutton.text
-msgid "Change Password..."
-msgstr ""
-
-#: webconninfo.src#RID_SVXDLG_WEBCONNECTION_INFO.PB_CLOSE.cancelbutton.text
-msgctxt "webconninfo.src#RID_SVXDLG_WEBCONNECTION_INFO.PB_CLOSE.cancelbutton.text"
-msgid "Close"
-msgstr "დახურვა"
-
-#: webconninfo.src#RID_SVXDLG_WEBCONNECTION_INFO.STR_WEBSITE.string.text
-msgid "Website"
-msgstr ""
-
-#: webconninfo.src#RID_SVXDLG_WEBCONNECTION_INFO.STR_USERNAME.string.text
-msgid "User name"
-msgstr ""
-
-#: webconninfo.src#RID_SVXDLG_WEBCONNECTION_INFO.modaldialog.text
-msgid "Stored Web Connection Information"
-msgstr ""
+msgctxt ""
+"certpath.src\n"
+"RID_SVXDLG_CERTPATH\n"
+"modaldialog.text"
+msgid "Certificate Path"
+msgstr "სერტიფიკატის გეზი"
diff --git a/source/ka/cui/source/tabpages.po b/source/ka/cui/source/tabpages.po
index d5f7af9d3bf..c1254e0b4e1 100644
--- a/source/ka/cui/source/tabpages.po
+++ b/source/ka/cui/source/tabpages.po
@@ -1,9 +1,9 @@
-#. extracted from cui/source/tabpages.oo
+#. extracted from cui/source/tabpages
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+cui%2Fsource%2Ftabpages.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2012-06-16 14:28+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,2409 +12,6311 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: macroass.src#RID_SVXPAGE_EVENTASSIGN.STR_EVENT.string.text
-msgid "Event"
-msgstr "მოვლენა"
+#. bz*m
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_DESC_GRADIENT\n"
+"string.text"
+msgid "Please enter a name for the gradient:"
+msgstr "გთხოვთ, შეიყვანოთ სახელი გრადაციისათვის:"
-#: macroass.src#RID_SVXPAGE_EVENTASSIGN.STR_ASSMACRO.string.text
-msgid "Assigned macro"
+#. \|^?
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_ASK_DEL_GRADIENT\n"
+"string.text"
+msgid "Do you want to delete the gradient?"
+msgstr "გნებავთ გრადიენტის წაშლა?"
+
+#. J0=v
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_ASK_CHANGE_GRADIENT\n"
+"string.text"
+msgid ""
+"The gradient was modified without saving. \n"
+"Modify the selected gradient or add a new gradient."
msgstr ""
+"გრადიენტი შეიცვალა შენახვის გარეშე. \n"
+"შეცვალეთ მონიშნული გრადიენტი ან დაამატეთ ახალი გარდიენტი."
-#: macroass.src#RID_SVXPAGE_EVENTASSIGN.FT_LABEL4LB_MACROS.fixedtext.text
-#, fuzzy
-msgid "~Existing macros\n"
-msgstr "არსებული მაკროე~ბი:"
+#. aoNW
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_DESC_NEW_BITMAP\n"
+"string.text"
+msgid "Please enter a name for the bitmap:"
+msgstr "გთხოვთ, შეიყვანოთ სახელი ნახატისათვის:"
-#: macroass.src#RID_SVXPAGE_EVENTASSIGN.PB_ASSIGN.pushbutton.text
-msgid "~Assign"
-msgstr "~მინიჭება"
+#. 5`b,
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_DESC_EXT_BITMAP\n"
+"string.text"
+msgid "Please enter a name for the external bitmap:"
+msgstr "გთხოვთ, შეიყვანოთ სახელი გარე ნახატისათვის:"
-#: macroass.src#RID_SVXPAGE_EVENTASSIGN.PB_DELETE.pushbutton.text
-msgid "~Remove"
-msgstr "Remove"
+#. T!Xf
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_ASK_DEL_BITMAP\n"
+"string.text"
+msgid "Are you sure you want to delete the bitmap?"
+msgstr "დარწმუნებული ხართ, რომ გინდათ ნახატის წაშლა?"
-#: macroass.src#RID_SVXPAGE_EVENTASSIGN.STR_MACROS.string.text
-msgid "Macros"
-msgstr "მარკოსები"
+#. ^oVM
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_ASK_CHANGE_BITMAP\n"
+"string.text"
+msgid ""
+"The bitmap was modified without saving. \n"
+"Modify the selected bitmap or add a new bitmap."
+msgstr ""
+"ნახატი შეიცვალა შენახვის გარეშე. \n"
+"შეცვალეთ მნიშნული ნახატი ან დაამატეთ ახალი ნახატი."
-#: macroass.src#RID_SVXPAGE_EVENTASSIGN.tabpage.text
-msgid "Assign Macro"
+#. tc;;
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_DESC_LINESTYLE\n"
+"string.text"
+msgid "Please enter a name for the line style:"
+msgstr "გთხოვთ შეიყვანოთ სახელი ხაზის სტილისათვის:"
+
+#. D$-e
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_ASK_DEL_LINESTYLE\n"
+"string.text"
+msgid "Do you want to delete the line style?"
+msgstr "გნებავთ ხაზის სტილის წაშლა?"
+
+#. w9S4
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_ASK_CHANGE_LINESTYLE\n"
+"string.text"
+msgid ""
+"The line style was modified without saving. \n"
+"Modify the selected line style or add a new line style."
msgstr ""
+"ხაზის სტილი შეიცვალა დამახსოვრების გარეშე. \n"
+"შეცვალეთ მონიშნული ხაზის სტილი ან დაამატეთ ახალი ხაზის სტილი."
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.FL_POSITION.fixedline.text
-msgctxt "transfrm.src#RID_SVXPAGE_POSITION_SIZE.FL_POSITION.fixedline.text"
-msgid "Position"
-msgstr "მდებარეობა"
+#. N:w[
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_DESC_HATCH\n"
+"string.text"
+msgid "Please enter a name for the hatching:"
+msgstr "გთხოვთ შეიყვანოთ სახელი დაშტიხვისათვის:"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.FT_POS_X.fixedtext.text
-msgctxt "transfrm.src#RID_SVXPAGE_POSITION_SIZE.FT_POS_X.fixedtext.text"
-msgid "Position ~X"
-msgstr "მდებარეობა ~X"
+#. I2,Z
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_ASK_DEL_HATCH\n"
+"string.text"
+msgid "Do you want to delete the hatching?"
+msgstr "გნებავთ დაშტრიხვის წაშლა?"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.FT_POS_Y.fixedtext.text
-msgctxt "transfrm.src#RID_SVXPAGE_POSITION_SIZE.FT_POS_Y.fixedtext.text"
-msgid "Position ~Y"
-msgstr "მდებარეობა ~Y"
+#. NluX
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_ASK_CHANGE_HATCH\n"
+"string.text"
+msgid ""
+"The hatching type was modified but not saved. \n"
+"Modify the selected hatching type or add a new hatching type."
+msgstr ""
+"დაშტრიხვა შეიცვალა დამახსოვრების გარეშე. \n"
+"შეცვალეთ მონიშნული დაშტრიხვა ან დაამატეთ ახალი დაშტრიხვა."
+
+#. qQ5L
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_CHANGE\n"
+"string.text"
+msgid "Modify"
+msgstr "შეცვლა"
+
+#. t-9^
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_ADD\n"
+"string.text"
+msgid "Add"
+msgstr "დამატება"
+
+#. 2c?|
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_DESC_COLOR\n"
+"string.text"
+msgid "Please enter a name for the new color:"
+msgstr "გთხოვთ, შეიყვანოთ სახელი ახალი ფერისათვის:"
+
+#. Z/p*
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_ASK_DEL_COLOR\n"
+"string.text"
+msgid "Do you want to delete the color?"
+msgstr "გნებავთ ფერის წაშლა?"
+
+#. v3Pw
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_ASK_CHANGE_COLOR\n"
+"string.text"
+msgid ""
+"The color was modified without saving.\n"
+"Modify the selected color or add a new color."
+msgstr ""
+"ფერი შეიცვალა დამახსოვრების გარეშე. \n"
+"შეცვალეთ მონიშნული ფერი ან დაამატეთ ახალი ფარი."
+
+#. Wb(#
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_TABLE\n"
+"string.text"
+msgid "Table"
+msgstr "ცხრილი"
+
+#. \a0q
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_WRITE_DATA_ERROR\n"
+"string.text"
+msgid "The file could not be saved!"
+msgstr "ფაილი ვერ იქნა შენახული!"
+
+#. %Y#{
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_READ_DATA_ERROR\n"
+"string.text"
+msgid "The file could not be loaded!"
+msgstr "ფაილი ვერ იქნა ჩატვირთული!"
+
+#. x7o*
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_WARN_TABLE_OVERWRITE\n"
+"string.text"
+msgid "The list was modified without saving. Would you like to save the list now?"
+msgstr "სია შეიცვალა დამახსოვრების გარეშე. გნებავთ სიის შენახვა?"
+
+#. BY;z
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_WARN_NAME_DUPLICATE\n"
+"string.text"
+msgid ""
+"The name you have entered already exists. \n"
+"Please choose another name."
+msgstr ""
+"სახელი, რომელიც თქვენ შეიყვანეთ უკვე არსებობს. \n"
+" გთხოვთ შეიყვანოთ სხვა სახელი."
+
+#. [S=I
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_DESC_LINEEND\n"
+"string.text"
+msgid "Please enter a name for the new arrowhead:"
+msgstr "გთხოვთ შეიყვანოთ სახელი ახალი ისრის თავებისათვის:"
+
+#. `z*8
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_ASK_DEL_LINEEND\n"
+"string.text"
+msgid "Do you want to delete the arrowhead?"
+msgstr "გნებავთ ისრის თავების წაშლა?"
+
+#. _}D`
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_ASK_CHANGE_LINEEND\n"
+"string.text"
+msgid ""
+"The arrowhead was modified without saving.\n"
+"Would you like to save the arrowhead now?"
+msgstr ""
+"ისრის თავები შეიცვალა დამახსოვრების გარეშე. \n"
+"გნებავთ ისრის თავების შენახვა?"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.FT_POSREFERENCE.fixedtext.text
+#. .0;n
+#: strings.src
#, fuzzy
-msgctxt "transfrm.src#RID_SVXPAGE_POSITION_SIZE.FT_POSREFERENCE.fixedtext.text"
-msgid "Base point"
-msgstr "საბაზო წერტილი"
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_CHARNAME_TRANSPARENT\n"
+"string.text"
+msgid "Transparent"
+msgstr "გამჭვირვალე"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.CTL_POSRECT.control.text
-msgctxt "transfrm.src#RID_SVXPAGE_POSITION_SIZE.CTL_POSRECT.control.text"
-msgid "-"
-msgstr "-"
+#. ADJg
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_CHARNAME_NOSTYLE\n"
+"string.text"
+msgid "No %1"
+msgstr ""
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.CTL_POSRECT.control.quickhelptext
-msgctxt "transfrm.src#RID_SVXPAGE_POSITION_SIZE.CTL_POSRECT.control.quickhelptext"
-msgid "Base point"
-msgstr "Base point"
+#. )mlP
+#: strings.src
+#, fuzzy
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_CHARNAME_FAMILY\n"
+"string.text"
+msgid "Family"
+msgstr "თამილი"
+
+#. X3I]
+#: strings.src
+#, fuzzy
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_CHARNAME_FONT\n"
+"string.text"
+msgid "Font"
+msgstr ""
+"#-#-#-#-# dlg.po (PACKAGE VERSION) #-#-#-#-#\n"
+"შრიფტი\n"
+"#-#-#-#-# config.po (PACKAGE VERSION) #-#-#-#-#\n"
+"შრიფტი\n"
+"#-#-#-#-# dlg.po (PACKAGE VERSION) #-#-#-#-#\n"
+"ფონტი\n"
+"#-#-#-#-# styleui.po (PACKAGE VERSION) #-#-#-#-#\n"
+"შრიფტი\n"
+"#-#-#-#-# options.po (PACKAGE VERSION) #-#-#-#-#\n"
+"შრიფტი\n"
+"#-#-#-#-# animations.po (PACKAGE VERSION) #-#-#-#-#\n"
+"შრიფტი\n"
+"#-#-#-#-# inc.po (PACKAGE VERSION) #-#-#-#-#\n"
+"შრიფტი\n"
+"#-#-#-#-# form.po (PACKAGE VERSION) #-#-#-#-#\n"
+"შიფტი\n"
+"#-#-#-#-# items.po (PACKAGE VERSION) #-#-#-#-#\n"
+"შრიფტი"
+
+#. .j5E
+#: strings.src
+#, fuzzy
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_CHARNAME_STYLE\n"
+"string.text"
+msgid "Style"
+msgstr "სტილი"
+
+#. shf_
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_SVXSTR_CHARNAME_TYPEFACE\n"
+"string.text"
+msgid "Typeface"
+msgstr "მოხაზულობა"
+
+#. P!fM
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_TRANSPARENCE\n"
+"FL_PROP\n"
+"fixedline.text"
+msgid "Transparency mode"
+msgstr "გამჭირვალების რეჟიმი"
+
+#. {i/J
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_TRANSPARENCE\n"
+"RBT_TRANS_OFF\n"
+"radiobutton.text"
+msgid "~No transparency"
+msgstr "გამჭირვალების გარეშე"
+
+#. .7Zf
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_TRANSPARENCE\n"
+"RBT_TRANS_LINEAR\n"
+"radiobutton.text"
+msgid "~Transparency"
+msgstr "~გამჭვირვალეობა"
+
+#. rM_C
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_TRANSPARENCE\n"
+"RBT_TRANS_GRADIENT\n"
+"radiobutton.text"
+msgid "Gradient"
+msgstr "გრადიენტი"
+
+#. 6TX_
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_TRANSPARENCE\n"
+"FT_TRGR_TYPE\n"
+"fixedtext.text"
+msgid "Ty~pe"
+msgstr "აკრე~ფა"
+
+#. |2t9
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_TRANSPARENCE.LB_TRGR_GRADIENT_TYPES\n"
+"1\n"
+"stringlist.text"
+msgid "Linear"
+msgstr "წრფივი"
+
+#. =jQm
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_TRANSPARENCE.LB_TRGR_GRADIENT_TYPES\n"
+"2\n"
+"stringlist.text"
+msgid "Axial"
+msgstr "ღერძული"
+
+#. 3EP1
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_TRANSPARENCE.LB_TRGR_GRADIENT_TYPES\n"
+"3\n"
+"stringlist.text"
+msgid "Radial"
+msgstr "წრიული"
+
+#. ]#aZ
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_TRANSPARENCE.LB_TRGR_GRADIENT_TYPES\n"
+"4\n"
+"stringlist.text"
+msgid "Ellipsoid"
+msgstr "ელიფსური"
+
+#. Hm;f
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_TRANSPARENCE.LB_TRGR_GRADIENT_TYPES\n"
+"5\n"
+"stringlist.text"
+msgid "Quadratic"
+msgstr "კვადრატული"
+
+#. AU==
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_TRANSPARENCE.LB_TRGR_GRADIENT_TYPES\n"
+"6\n"
+"stringlist.text"
+msgid "Square"
+msgstr "კვადრატული"
+
+#. \!^1
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_TRANSPARENCE\n"
+"FT_TRGR_CENTER_X\n"
+"fixedtext.text"
+msgid "Center ~X"
+msgstr "ცენტრი ~X"
+
+#. {6$S
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_TRANSPARENCE\n"
+"FT_TRGR_CENTER_Y\n"
+"fixedtext.text"
+msgid "Center ~Y"
+msgstr "ცენტრი ~Y"
+
+#. DTd=
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_TRANSPARENCE\n"
+"FT_TRGR_ANGLE\n"
+"fixedtext.text"
+msgid "~Angle"
+msgstr "~კუთხე"
+
+#. _UQe
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_TRANSPARENCE\n"
+"MTR_TRGR_ANGLE\n"
+"metricfield.text"
+msgid " degrees"
+msgstr " გრადუსები"
+
+#. efT`
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_TRANSPARENCE\n"
+"FT_TRGR_BORDER\n"
+"fixedtext.text"
+msgid "~Border"
+msgstr "ს~აზღვარი"
+
+#. %6k1
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_TRANSPARENCE\n"
+"FT_TRGR_START_VALUE\n"
+"fixedtext.text"
+msgid "~Start value"
+msgstr "~საწყისი მნიშვნელობა"
+
+#. C:@8
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_TRANSPARENCE\n"
+"FT_TRGR_END_VALUE\n"
+"fixedtext.text"
+msgid "~End value"
+msgstr "ს~აბოლოო მნიშვნელობა"
+
+#. rCSD
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_TRANSPARENCE\n"
+"tabpage.text"
+msgid "Transparency"
+msgstr "გამჭვირვალეობა"
+
+#. SP\]
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_AREA\n"
+"FL_PROP\n"
+"fixedline.text"
+msgid "Fill"
+msgstr "შევსება"
+
+#. Vgl^
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_AREA.LB_AREA_TYPE\n"
+"1\n"
+"stringlist.text"
+msgid "None"
+msgstr "არცერთი"
+
+#. s2L2
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_AREA.LB_AREA_TYPE\n"
+"2\n"
+"stringlist.text"
+msgid "Color"
+msgstr "ფერი"
+
+#. ;9Ac
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_AREA.LB_AREA_TYPE\n"
+"3\n"
+"stringlist.text"
+msgid "Gradient"
+msgstr "გრადიენტი"
+
+#. 2e5%
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_AREA.LB_AREA_TYPE\n"
+"4\n"
+"stringlist.text"
+msgid "Hatching"
+msgstr "ჰეჩინგი"
+
+#. 9#s5
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_AREA.LB_AREA_TYPE\n"
+"5\n"
+"stringlist.text"
+msgid "Bitmap"
+msgstr "ნახატი"
+
+#. -*;%
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_AREA\n"
+"FL_STEPCOUNT\n"
+"fixedline.text"
+msgid "Increments"
+msgstr "მიმატება"
+
+#. 0Ka5
+#: tabarea.src
+#, fuzzy
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_AREA\n"
+"TSB_STEPCOUNT\n"
+"tristatebox.text"
+msgid "A~utomatic"
+msgstr "ა~ვტომატური"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.FL_SIZE.fixedline.text
-msgctxt "transfrm.src#RID_SVXPAGE_POSITION_SIZE.FL_SIZE.fixedline.text"
+#. G7o[
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_AREA\n"
+"CB_HATCHBCKGRD\n"
+"checkbox.text"
+msgid "~Background color"
+msgstr "~ფონის ფერი"
+
+#. dc;2
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_AREA\n"
+"FL_SIZE\n"
+"fixedline.text"
msgid "Size"
msgstr "ზომა"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.FT_WIDTH.fixedtext.text
-msgctxt "transfrm.src#RID_SVXPAGE_POSITION_SIZE.FT_WIDTH.fixedtext.text"
+#. c-j`
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_AREA\n"
+"TSB_ORIGINAL\n"
+"tristatebox.text"
+msgid "~Original"
+msgstr "~დედანი"
+
+#. :lE~
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_AREA\n"
+"TSB_SCALE\n"
+"tristatebox.text"
+msgid "Re~lative"
+msgstr "ფარ~დობითი"
+
+#. 5@6t
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_AREA\n"
+"FT_X_SIZE\n"
+"fixedtext.text"
msgid "Wi~dth"
msgstr "სი~განე"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.FT_HEIGHT.fixedtext.text
-#, fuzzy
-msgctxt "transfrm.src#RID_SVXPAGE_POSITION_SIZE.FT_HEIGHT.fixedtext.text"
+#. 8h5f
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_AREA\n"
+"FT_Y_SIZE\n"
+"fixedtext.text"
msgid "H~eight"
msgstr "სი~მაღლე"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.FT_SIZEREFERENCE.fixedtext.text
-msgctxt "transfrm.src#RID_SVXPAGE_POSITION_SIZE.FT_SIZEREFERENCE.fixedtext.text"
-msgid "Base point"
-msgstr "საბაზო წერტილი"
+#. *?n9
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_AREA\n"
+"FL_POSITION\n"
+"fixedline.text"
+msgid "Position"
+msgstr "მდებარეობა"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.CTL_SIZERECT.control.text
-msgctxt "transfrm.src#RID_SVXPAGE_POSITION_SIZE.CTL_SIZERECT.control.text"
-msgid "-"
-msgstr "-"
+#. ]u)i
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_AREA\n"
+"FT_X_OFFSET\n"
+"fixedtext.text"
+msgid "~X Offset"
+msgstr "~X ოფსეტი"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.CTL_SIZERECT.control.quickhelptext
-msgctxt "transfrm.src#RID_SVXPAGE_POSITION_SIZE.CTL_SIZERECT.control.quickhelptext"
-msgid "Base point"
-msgstr "Base point"
+#. QpB:
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_AREA\n"
+"FT_Y_OFFSET\n"
+"fixedtext.text"
+msgid "~Y Offset"
+msgstr "~Y ოფსეტი"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.CBX_SCALE.checkbox.text
-msgctxt "transfrm.src#RID_SVXPAGE_POSITION_SIZE.CBX_SCALE.checkbox.text"
-msgid "~Keep ratio"
-msgstr "თანაფარდობის შ~ენარჩუნება"
+#. .2MN
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_AREA\n"
+"TSB_TILE\n"
+"tristatebox.text"
+msgid "~Tile"
+msgstr "~მოზაიკა"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.FL_PROTECT.fixedline.text
-msgctxt "transfrm.src#RID_SVXPAGE_POSITION_SIZE.FL_PROTECT.fixedline.text"
-msgid "Protect"
-msgstr "დაცვა"
+#. #b^l
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_AREA\n"
+"TSB_STRETCH\n"
+"tristatebox.text"
+msgid "Auto~Fit"
+msgstr "ავტო მორგება"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.TSB_POSPROTECT.tristatebox.text
-msgctxt "transfrm.src#RID_SVXPAGE_POSITION_SIZE.TSB_POSPROTECT.tristatebox.text"
-msgid "Position"
-msgstr "მდებარეობა"
+#. `JeJ
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_AREA\n"
+"FL_OFFSET\n"
+"fixedline.text"
+msgid "Offset"
+msgstr "ოფსეტი"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.TSB_SIZEPROTECT.tristatebox.text
-msgctxt "transfrm.src#RID_SVXPAGE_POSITION_SIZE.TSB_SIZEPROTECT.tristatebox.text"
-msgid "~Size"
-msgstr "~ზომა"
+#. NLX;
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_AREA\n"
+"RBT_ROW\n"
+"radiobutton.text"
+msgid "Ro~w"
+msgstr "სტრიქონი"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.FL_ADJUST.fixedline.text
-msgid "Adapt"
-msgstr "მორგება"
+#. dO`|
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_AREA\n"
+"RBT_COLUMN\n"
+"radiobutton.text"
+msgid "Colu~mn"
+msgstr "სვეტი"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.TSB_AUTOGROW_WIDTH.tristatebox.text
-msgid "~Fit width to text"
-msgstr "სიგანის ტექსტზე ~მორგება"
+#. q?g-
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_AREA\n"
+"tabpage.text"
+msgid "Area"
+msgstr "არე"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.TSB_AUTOGROW_HEIGHT.tristatebox.text
-msgid "Fit ~height to text"
-msgstr "ს~იმაღლის ტექსტზე მორგება"
+#. O#Q2
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_SHADOW\n"
+"FL_PROP\n"
+"fixedline.text"
+msgid "Properties"
+msgstr "თვისებები"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.FL_ANCHOR.fixedline.text
-msgctxt "transfrm.src#RID_SVXPAGE_POSITION_SIZE.FL_ANCHOR.fixedline.text"
-msgid "Anchor"
-msgstr "ღუზა"
+#. ,4#.
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_SHADOW\n"
+"TSB_SHOW_SHADOW\n"
+"tristatebox.text"
+msgid "~Use shadow"
+msgstr "ჩ~რდილის გამოყენება"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.FT_ANCHOR.fixedtext.text
-msgid "~Anchor"
-msgstr "ღ~უზა"
+#. fW-$
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_SHADOW\n"
+"FT_POSITION\n"
+"fixedtext.text"
+msgid "~Position"
+msgstr "~მდებარეობა"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.LB_ANCHOR.1.stringlist.text
-msgid "To paragraph"
-msgstr "აბზაცში"
+#. n#ns
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_SHADOW\n"
+"FT_DISTANCE\n"
+"fixedtext.text"
+msgid "~Distance"
+msgstr "~დისტანცია"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.LB_ANCHOR.2.stringlist.text
-msgid "As character"
-msgstr "როგორც სიმბოლო"
+#. Fr1[
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_SHADOW\n"
+"FT_SHADOW_COLOR\n"
+"fixedtext.text"
+msgid "~Color"
+msgstr "~ფერი"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.LB_ANCHOR.3.stringlist.text
-msgid "To page"
-msgstr "გვერდზე"
+#. +{\k
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_SHADOW\n"
+"FT_TRANSPARENT\n"
+"fixedtext.text"
+msgid "~Transparency"
+msgstr "~გამჭვირვალეობა"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.LB_ANCHOR.4.stringlist.text
-msgid "To frame"
-msgstr "ჩარჩოში"
+#. @PQ:
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_SHADOW\n"
+"tabpage.text"
+msgid "Shadow"
+msgstr "ჩრდილი"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.FT_ORIENT.fixedtext.text
-msgid "P~osition"
-msgstr "პოზიცია"
+#. B-Y|
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_HATCH\n"
+"FL_PROP\n"
+"fixedline.text"
+msgid "Properties"
+msgstr "თვისებები"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.LB_ORIENT.1.stringlist.text
-msgctxt "transfrm.src#RID_SVXPAGE_POSITION_SIZE.LB_ORIENT.1.stringlist.text"
-msgid "From top"
-msgstr "ზემოდან"
+#. A0nG
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_HATCH\n"
+"FT_LINE_DISTANCE\n"
+"fixedtext.text"
+msgid "~Spacing"
+msgstr "~დაშორება"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.LB_ORIENT.2.stringlist.text
-msgid "Above"
-msgstr "ზემოდან"
+#. ,ASA
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_HATCH\n"
+"FT_LINE_ANGLE\n"
+"fixedtext.text"
+msgid "A~ngle"
+msgstr "კ~უთხე"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.LB_ORIENT.3.stringlist.text
-msgctxt "transfrm.src#RID_SVXPAGE_POSITION_SIZE.LB_ORIENT.3.stringlist.text"
-msgid "Centered"
-msgstr "ცენტრირებული"
+#. _k2A
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_HATCH\n"
+"MTR_FLD_ANGLE\n"
+"metricfield.text"
+msgid " degrees"
+msgstr " გრადუსები"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.LB_ORIENT.4.stringlist.text
-msgid "Below"
-msgstr "ქვემოდან"
+#. $~=7
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_HATCH\n"
+"FT_LINE_TYPE\n"
+"fixedtext.text"
+msgid "~Line type"
+msgstr "ხაზის ტიპი"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.LB_ORIENT.5.stringlist.text
-msgctxt "transfrm.src#RID_SVXPAGE_POSITION_SIZE.LB_ORIENT.5.stringlist.text"
-msgid "Top of character"
-msgstr "სიმბოლოს თავი"
+#. 1*KW
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_HATCH.LB_LINE_TYPE\n"
+"1\n"
+"stringlist.text"
+msgid "Single"
+msgstr "ერთმაგი"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.LB_ORIENT.6.stringlist.text
-msgctxt "transfrm.src#RID_SVXPAGE_POSITION_SIZE.LB_ORIENT.6.stringlist.text"
-msgid "Center of character"
-msgstr "სიმბოლოს ცენტრი"
+#. hQak
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_HATCH.LB_LINE_TYPE\n"
+"2\n"
+"stringlist.text"
+msgid "Crossed"
+msgstr "ჯვარედინი"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.LB_ORIENT.7.stringlist.text
-msgctxt "transfrm.src#RID_SVXPAGE_POSITION_SIZE.LB_ORIENT.7.stringlist.text"
-msgid "Bottom of character"
-msgstr "სიმბოლოს ბოლო"
+#. P;=x
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_HATCH.LB_LINE_TYPE\n"
+"3\n"
+"stringlist.text"
+msgid "Triple"
+msgstr "სამმაგი"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.LB_ORIENT.8.stringlist.text
-msgctxt "transfrm.src#RID_SVXPAGE_POSITION_SIZE.LB_ORIENT.8.stringlist.text"
-msgid "Top of line"
-msgstr "ხაზის დასაწყისი"
+#. HGtc
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_HATCH\n"
+"FT_LINE_COLOR\n"
+"fixedtext.text"
+msgid "Line ~color"
+msgstr "ხაზის ფერი"
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.LB_ORIENT.9.stringlist.text
-msgctxt "transfrm.src#RID_SVXPAGE_POSITION_SIZE.LB_ORIENT.9.stringlist.text"
-msgid "Center of line"
-msgstr "ხაზის ცენტრი"
+#. \`*%
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_HATCH\n"
+"BTN_ADD\n"
+"pushbutton.text"
+msgid "~Add..."
+msgstr "~დამატება..."
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.LB_ORIENT.10.stringlist.text
-msgctxt "transfrm.src#RID_SVXPAGE_POSITION_SIZE.LB_ORIENT.10.stringlist.text"
-msgid "Bottom of line"
-msgstr "ხაზის ბოლო"
+#. ^_8R
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_HATCH\n"
+"BTN_MODIFY\n"
+"pushbutton.text"
+msgid "~Modify..."
+msgstr "შ~ეცვლა..."
-#: transfrm.src#RID_SVXPAGE_POSITION_SIZE.tabpage.text
-msgctxt "transfrm.src#RID_SVXPAGE_POSITION_SIZE.tabpage.text"
-msgid "Position and Size"
-msgstr "მდებარეობა და ზომა"
+#. C*D-
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_HATCH\n"
+"BTN_DELETE\n"
+"pushbutton.text"
+msgid "~Delete..."
+msgstr "წ~აშლა..."
-#: transfrm.src#RID_SVXPAGE_ANGLE.FL_POSITION.fixedline.text
-msgid "Pivot point"
-msgstr "Pivot-წერტილი"
+#. mxu`
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_HATCH\n"
+"BTN_LOAD\n"
+"imagebutton.text"
+msgid "-"
+msgstr ""
-#: transfrm.src#RID_SVXPAGE_ANGLE.FT_POS_X.fixedtext.text
-msgctxt "transfrm.src#RID_SVXPAGE_ANGLE.FT_POS_X.fixedtext.text"
-msgid "Position ~X"
-msgstr "მდებარეობა ~X"
+#. B%1Q
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_HATCH\n"
+"BTN_LOAD\n"
+"imagebutton.quickhelptext"
+msgid "Load Hatches List"
+msgstr ""
-#: transfrm.src#RID_SVXPAGE_ANGLE.FT_POS_Y.fixedtext.text
-msgctxt "transfrm.src#RID_SVXPAGE_ANGLE.FT_POS_Y.fixedtext.text"
-msgid "Position ~Y"
-msgstr "მდებარეობა ~Y"
+#. sE5p
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_HATCH\n"
+"BTN_SAVE\n"
+"imagebutton.text"
+msgid "-"
+msgstr ""
-#: transfrm.src#RID_SVXPAGE_ANGLE.FT_POSPRESETS.fixedtext.text
-msgctxt "transfrm.src#RID_SVXPAGE_ANGLE.FT_POSPRESETS.fixedtext.text"
-msgid "Default settings"
-msgstr "სტანდარტული პარამეტრები"
+#. _^|?
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_HATCH\n"
+"BTN_SAVE\n"
+"imagebutton.quickhelptext"
+msgid "Save Hatches List"
+msgstr ""
-#: transfrm.src#RID_SVXPAGE_ANGLE.CTL_RECT.control.text
-msgctxt "transfrm.src#RID_SVXPAGE_ANGLE.CTL_RECT.control.text"
-msgid "-"
-msgstr "-"
+#. ma9g
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_HATCH\n"
+"BTN_EMBED\n"
+"checkbox.text"
+msgid "Embed"
+msgstr ""
-#: transfrm.src#RID_SVXPAGE_ANGLE.CTL_RECT.control.quickhelptext
-msgid "Rotation point"
-msgstr "Rotation point"
+#. T)]y
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_HATCH\n"
+"tabpage.text"
+msgid "Hatching"
+msgstr "ჰეჩინგი"
-#: transfrm.src#RID_SVXPAGE_ANGLE.FL_ANGLE.fixedline.text
-msgid "Rotation angle"
-msgstr "ბრუნვის კუთხე"
+#. Hr,+
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_BITMAP\n"
+"FL_PROP\n"
+"fixedline.text"
+msgid "Properties"
+msgstr "თვისებები"
-#: transfrm.src#RID_SVXPAGE_ANGLE.FT_ANGLE.fixedtext.text
-msgctxt "transfrm.src#RID_SVXPAGE_ANGLE.FT_ANGLE.fixedtext.text"
-msgid "~Angle"
-msgstr "~კუთხე"
+#. )o`;
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_BITMAP\n"
+"FT_PIXEL_EDIT\n"
+"fixedtext.text"
+msgid "Pattern Editor"
+msgstr "ნიმუშის რედაქტორი"
-#: transfrm.src#RID_SVXPAGE_ANGLE.MTR_FLD_ANGLE.metricfield.text
-msgctxt "transfrm.src#RID_SVXPAGE_ANGLE.MTR_FLD_ANGLE.metricfield.text"
-msgid " degrees"
-msgstr " გრადუსები"
+#. -/{@
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_BITMAP\n"
+"FT_COLOR\n"
+"fixedtext.text"
+msgid "~Foreground color"
+msgstr "~წინაპლანის ფერი"
-#: transfrm.src#RID_SVXPAGE_ANGLE.FT_ANGLEPRESETS.fixedtext.text
-msgctxt "transfrm.src#RID_SVXPAGE_ANGLE.FT_ANGLEPRESETS.fixedtext.text"
-msgid "Default settings"
-msgstr "სტანდარტული პარამეტრები"
+#. Hk2Z
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_BITMAP\n"
+"FT_BACKGROUND_COLOR\n"
+"fixedtext.text"
+msgid "~Background color"
+msgstr "~ფონის ფერი"
+
+#. -s:C
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_BITMAP\n"
+"FT_BITMAPS_HIDDEN\n"
+"fixedtext.text"
+msgid "Bitmap"
+msgstr "ნახატი"
+
+#. +Rpr
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_BITMAP\n"
+"BTN_ADD\n"
+"pushbutton.text"
+msgid "~Add..."
+msgstr "~დამატება..."
+
+#. E\/J
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_BITMAP\n"
+"BTN_MODIFY\n"
+"pushbutton.text"
+msgid "~Modify..."
+msgstr "შ~ეცვლა..."
+
+#. ZnY%
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_BITMAP\n"
+"BTN_IMPORT\n"
+"pushbutton.text"
+msgid "~Import..."
+msgstr "~იმპორტი..."
+
+#. sBG#
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_BITMAP\n"
+"BTN_DELETE\n"
+"pushbutton.text"
+msgid "~Delete..."
+msgstr "წ~აშლა..."
-#: transfrm.src#RID_SVXPAGE_ANGLE.CTL_ANGLE.control.text
-msgctxt "transfrm.src#RID_SVXPAGE_ANGLE.CTL_ANGLE.control.text"
+#. CBTJ
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_BITMAP\n"
+"BTN_LOAD\n"
+"imagebutton.text"
msgid "-"
-msgstr "-"
+msgstr ""
-#: transfrm.src#RID_SVXPAGE_ANGLE.CTL_ANGLE.control.quickhelptext
-msgid "Rotation Angle"
-msgstr "Rotation Angle"
+#. /x\5
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_BITMAP\n"
+"BTN_LOAD\n"
+"imagebutton.quickhelptext"
+msgid "Load Bitmap List"
+msgstr ""
-#: transfrm.src#RID_SVXPAGE_ANGLE.tabpage.text
-msgid "Angle"
-msgstr "კუთხე"
+#. ]CH1
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_BITMAP\n"
+"BTN_SAVE\n"
+"imagebutton.text"
+msgid "-"
+msgstr ""
-#: transfrm.src#RID_SVXPAGE_SLANT.FL_RADIUS.fixedline.text
-msgid "Corner radius"
-msgstr "კუთხის რადიუსი"
+#. 3d^L
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_BITMAP\n"
+"BTN_SAVE\n"
+"imagebutton.quickhelptext"
+msgid "Save Bitmap List"
+msgstr ""
-#: transfrm.src#RID_SVXPAGE_SLANT.FT_RADIUS.fixedtext.text
-msgid "~Radius"
-msgstr "რ~ადიუსი"
+#. z{wT
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_BITMAP\n"
+"BTN_EMBED\n"
+"checkbox.text"
+msgid "Embed"
+msgstr ""
-#: transfrm.src#RID_SVXPAGE_SLANT.FL_SLANT.fixedline.text
-msgid "Slant"
-msgstr "დაქანება"
+#. 9_@%
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_BITMAP\n"
+"tabpage.text"
+msgid "Bitmap Patterns"
+msgstr "ნახატების შაბლონები"
-#: transfrm.src#RID_SVXPAGE_SLANT.FT_ANGLE.fixedtext.text
-msgctxt "transfrm.src#RID_SVXPAGE_SLANT.FT_ANGLE.fixedtext.text"
-msgid "~Angle"
-msgstr "~კუთხე"
+#. _g2`
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_GRADIENT\n"
+"FL_PROP\n"
+"fixedline.text"
+msgid "Properties"
+msgstr "თვისებები"
-#: transfrm.src#RID_SVXPAGE_SLANT.MTR_FLD_ANGLE.metricfield.text
-msgctxt "transfrm.src#RID_SVXPAGE_SLANT.MTR_FLD_ANGLE.metricfield.text"
+#. {hGV
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_GRADIENT\n"
+"FT_TYPE\n"
+"fixedtext.text"
+msgid "Ty~pe"
+msgstr "ა~კრეფა"
+
+#. odos
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_GRADIENT.LB_GRADIENT_TYPES\n"
+"1\n"
+"stringlist.text"
+msgid "Linear"
+msgstr "წრფივი"
+
+#. ,1nA
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_GRADIENT.LB_GRADIENT_TYPES\n"
+"2\n"
+"stringlist.text"
+msgid "Axial"
+msgstr "ღერძული"
+
+#. ]n4T
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_GRADIENT.LB_GRADIENT_TYPES\n"
+"3\n"
+"stringlist.text"
+msgid "Radial"
+msgstr "წრიული"
+
+#. PGr)
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_GRADIENT.LB_GRADIENT_TYPES\n"
+"4\n"
+"stringlist.text"
+msgid "Ellipsoid"
+msgstr "ელიფსური"
+
+#. 2Zge
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_GRADIENT.LB_GRADIENT_TYPES\n"
+"5\n"
+"stringlist.text"
+msgid "Square"
+msgstr "კვადრატული"
+
+#. NDC,
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_GRADIENT.LB_GRADIENT_TYPES\n"
+"6\n"
+"stringlist.text"
+msgid "Rectangular"
+msgstr "მართკუთხედური"
+
+#. .)`T
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_GRADIENT\n"
+"FT_CENTER_X\n"
+"fixedtext.text"
+msgid "Center ~X"
+msgstr "ცენტრი ~X"
+
+#. JrEp
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_GRADIENT\n"
+"FT_CENTER_Y\n"
+"fixedtext.text"
+msgid "Center ~Y"
+msgstr "ცენტრი ~Y"
+
+#. \$He
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_GRADIENT\n"
+"FT_ANGLE\n"
+"fixedtext.text"
+msgid "A~ngle"
+msgstr "კ~უთხე"
+
+#. uzh~
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_GRADIENT\n"
+"MTR_ANGLE\n"
+"metricfield.text"
msgid " degrees"
msgstr " გრადუსები"
-#: transfrm.src#RID_SVXPAGE_SLANT.tabpage.text
-msgctxt "transfrm.src#RID_SVXPAGE_SLANT.tabpage.text"
-msgid "Slant & Corner Radius"
-msgstr "დაქანება და კუთხის რადიუსი"
+#. :;fo
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_GRADIENT\n"
+"FT_BORDER\n"
+"fixedtext.text"
+msgid "~Border"
+msgstr "ს~აზღვარი"
-#: transfrm.src#_POS_SIZE_TEXT.#define.text
-msgctxt "transfrm.src#_POS_SIZE_TEXT.#define.text"
-msgid "Position and Size"
-msgstr "მდებარეობა და ზომა"
+#. V%]P
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_GRADIENT\n"
+"FT_COLOR_FROM\n"
+"fixedtext.text"
+msgid "~From"
+msgstr "~გამგზავნი"
-#: transfrm.src#RID_SVXDLG_TRANSFORM.TAB_CONTROL.RID_SVXPAGE_ANGLE.pageitem.text
-msgid "Rotation"
-msgstr "ბრუნვა"
+#. Q.m`
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_GRADIENT\n"
+"FT_COLOR_TO\n"
+"fixedtext.text"
+msgid "~To"
+msgstr "~მიმღები"
-#: transfrm.src#RID_SVXDLG_TRANSFORM.TAB_CONTROL.RID_SVXPAGE_SLANT.pageitem.text
-msgctxt "transfrm.src#RID_SVXDLG_TRANSFORM.TAB_CONTROL.RID_SVXPAGE_SLANT.pageitem.text"
-msgid "Slant & Corner Radius"
-msgstr "დაქანება და კუთხის რადიუსი"
+#. FOW4
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_GRADIENT\n"
+"BTN_ADD\n"
+"pushbutton.text"
+msgid "~Add..."
+msgstr "~დამატება..."
-#: transfrm.src#RID_SVXDLG_TRANSFORM.tabdialog.text
-msgctxt "transfrm.src#RID_SVXDLG_TRANSFORM.tabdialog.text"
-msgid "Position and Size"
-msgstr "მდებარეობა და ზომა"
+#. /#Hb
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_GRADIENT\n"
+"BTN_MODIFY\n"
+"pushbutton.text"
+msgid "~Modify..."
+msgstr "შ~ეცვლა..."
-#: bbdlg.src#RID_SVXDLG_BBDLG.1.RID_SVXPAGE_BORDER.pageitem.text
-msgctxt "bbdlg.src#RID_SVXDLG_BBDLG.1.RID_SVXPAGE_BORDER.pageitem.text"
-msgid "Borders"
-msgstr "საზღვრები"
+#. lfp?
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_GRADIENT\n"
+"BTN_DELETE\n"
+"pushbutton.text"
+msgid "~Delete..."
+msgstr "წ~აშლა..."
-#: bbdlg.src#RID_SVXDLG_BBDLG.1.RID_SVXPAGE_BACKGROUND.pageitem.text
-msgctxt "bbdlg.src#RID_SVXDLG_BBDLG.1.RID_SVXPAGE_BACKGROUND.pageitem.text"
-msgid "Background"
-msgstr "ფონი"
+#. SvG$
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_GRADIENT\n"
+"BTN_LOAD\n"
+"imagebutton.text"
+msgid "-"
+msgstr ""
-#: bbdlg.src#RID_SVXDLG_BBDLG.tabdialog.text
-msgid "Border / Background"
-msgstr "ჩარჩო / ფონი"
+#. ,3G7
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_GRADIENT\n"
+"BTN_LOAD\n"
+"imagebutton.quickhelptext"
+msgid "Load Gradients List"
+msgstr ""
-#: backgrnd.src#UNLINKED_IMAGE.#define.text
-msgid "Unlinked graphic"
-msgstr "მიუბმელი ნახატები"
+#. MPW6
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_GRADIENT\n"
+"BTN_SAVE\n"
+"imagebutton.text"
+msgid "-"
+msgstr ""
-#: backgrnd.src#RID_SVXPAGE_BACKGROUND.FT_SELECTOR.fixedtext.text
-msgid "A~s"
-msgstr "რო~გორც"
+#. SA6:
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_GRADIENT\n"
+"BTN_SAVE\n"
+"imagebutton.quickhelptext"
+msgid "Save Gradients List"
+msgstr ""
-#: backgrnd.src#RID_SVXPAGE_BACKGROUND.LB_SELECTOR.1.stringlist.text
-msgctxt "backgrnd.src#RID_SVXPAGE_BACKGROUND.LB_SELECTOR.1.stringlist.text"
-msgid "Color"
-msgstr "ფერი"
+#. K?S@
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_GRADIENT\n"
+"BTN_EMBED\n"
+"checkbox.text"
+msgid "Embed"
+msgstr ""
-#: backgrnd.src#RID_SVXPAGE_BACKGROUND.LB_SELECTOR.2.stringlist.text
-msgid "Graphic"
-msgstr "გრაფიკა"
+#. $8p?
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_GRADIENT\n"
+"tabpage.text"
+msgid "Gradients"
+msgstr "გრადიენტები"
-#: backgrnd.src#RID_SVXPAGE_BACKGROUND.FT_TBL_DESC.fixedtext.text
-msgid "F~or"
-msgstr "F~or"
+#. 5[[J
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_COLOR\n"
+"FL_PROP\n"
+"fixedline.text"
+msgid "Properties"
+msgstr "თვისებები"
-#: backgrnd.src#RID_SVXPAGE_BACKGROUND.LB_TBL_BOX.1.stringlist.text
-msgid "Cell"
-msgstr "უჯრა"
+#. FZaU
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_COLOR\n"
+"FT_NAME\n"
+"fixedtext.text"
+msgid "~Name"
+msgstr "ს~ახელი"
-#: backgrnd.src#RID_SVXPAGE_BACKGROUND.LB_TBL_BOX.2.stringlist.text
-msgid "Row"
-msgstr "მწკრივი"
+#. TT^+
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_COLOR\n"
+"FT_COLOR\n"
+"fixedtext.text"
+msgid "C~olor"
+msgstr "ფ~ერი"
-#: backgrnd.src#RID_SVXPAGE_BACKGROUND.LB_TBL_BOX.3.stringlist.text
-msgctxt "backgrnd.src#RID_SVXPAGE_BACKGROUND.LB_TBL_BOX.3.stringlist.text"
-msgid "Table"
-msgstr "ცხრილი"
+#. 8`d!
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_COLOR\n"
+"FT_TABLE_NAME\n"
+"fixedtext.text"
+msgid "Color table"
+msgstr "ფერთა ცხრილი"
-#: backgrnd.src#RID_SVXPAGE_BACKGROUND.LB_PARA_BOX.1.stringlist.text
-msgid "Paragraph"
-msgstr "აბზაცი"
+#. \W{j
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_COLOR.LB_COLORMODEL\n"
+"1\n"
+"stringlist.text"
+msgid "RGB"
+msgstr "RGB"
-#: backgrnd.src#RID_SVXPAGE_BACKGROUND.LB_PARA_BOX.2.stringlist.text
-msgctxt "backgrnd.src#RID_SVXPAGE_BACKGROUND.LB_PARA_BOX.2.stringlist.text"
-msgid "Character"
-msgstr "სიმბოლო"
+#. G}#?
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_COLOR.LB_COLORMODEL\n"
+"2\n"
+"stringlist.text"
+msgid "CMYK"
+msgstr "CMYK"
-#: backgrnd.src#RID_SVXPAGE_BACKGROUND.GB_BGDCOLOR.fixedline.text
-msgid "Background color"
-msgstr "ფონის ფერი"
+#. GE?.
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_COLOR\n"
+"FT_1\n"
+"fixedtext.text"
+msgid "~C"
+msgstr ""
-#: backgrnd.src#RID_SVXPAGE_BACKGROUND.FT_COL_TRANS.fixedtext.text
-msgctxt "backgrnd.src#RID_SVXPAGE_BACKGROUND.FT_COL_TRANS.fixedtext.text"
-msgid "~Transparency"
-msgstr "~გამჭვირვალობა"
+#. jUr~
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_COLOR\n"
+"FT_2\n"
+"fixedtext.text"
+msgid "~M"
+msgstr ""
-#: backgrnd.src#RID_SVXPAGE_BACKGROUND.GB_FILE.fixedline.text
-msgid "File"
-msgstr "ფაილი"
+#. L^6j
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_COLOR\n"
+"FT_3\n"
+"fixedtext.text"
+msgid "~Y"
+msgstr ""
-#: backgrnd.src#RID_SVXPAGE_BACKGROUND.BTN_BROWSE.pushbutton.text
-msgid "~Browse..."
-msgstr "~დათვალიერება..."
+#. h^y|
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_COLOR\n"
+"FT_4\n"
+"fixedtext.text"
+msgid "~K"
+msgstr ""
-#: backgrnd.src#RID_SVXPAGE_BACKGROUND.BTN_LINK.checkbox.text
-msgid "~Link"
-msgstr "~ბმული"
+#. f/(;
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_COLOR\n"
+"BTN_ADD\n"
+"pushbutton.text"
+msgid "~Add"
+msgstr "~დამატება"
-#: backgrnd.src#RID_SVXPAGE_BACKGROUND.GB_POSITION.fixedline.text
-msgctxt "backgrnd.src#RID_SVXPAGE_BACKGROUND.GB_POSITION.fixedline.text"
-msgid "Type"
-msgstr "აკრეფა"
+#. b5}y
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_COLOR\n"
+"BTN_WORK_ON\n"
+"pushbutton.text"
+msgid "~Edit..."
+msgstr "რ~ედაქტირება..."
-#: backgrnd.src#RID_SVXPAGE_BACKGROUND.BTN_POSITION.radiobutton.text
-msgctxt "backgrnd.src#RID_SVXPAGE_BACKGROUND.BTN_POSITION.radiobutton.text"
-msgid "~Position"
-msgstr "~მდებარეობა"
+#. woZ.
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_COLOR\n"
+"BTN_DELETE\n"
+"pushbutton.text"
+msgid "~Delete..."
+msgstr "წ~აშლა..."
-#: backgrnd.src#RID_SVXPAGE_BACKGROUND.BTN_AREA.radiobutton.text
-msgid "Ar~ea"
-msgstr "არ~ეა"
+#. cvY+
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_COLOR\n"
+"BTN_MODIFY\n"
+"pushbutton.text"
+msgid "~Modify"
+msgstr "~ცვლილება"
-#: backgrnd.src#RID_SVXPAGE_BACKGROUND.BTN_TILE.radiobutton.text
-msgctxt "backgrnd.src#RID_SVXPAGE_BACKGROUND.BTN_TILE.radiobutton.text"
-msgid "~Tile"
-msgstr "~მოზაიკა"
+#. 2YLY
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_COLOR\n"
+"BTN_LOAD\n"
+"imagebutton.text"
+msgid "-"
+msgstr ""
-#: backgrnd.src#RID_SVXPAGE_BACKGROUND.FL_GRAPH_TRANS.fixedline.text
-msgctxt "backgrnd.src#RID_SVXPAGE_BACKGROUND.FL_GRAPH_TRANS.fixedline.text"
+#. m.ZS
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_COLOR\n"
+"BTN_LOAD\n"
+"imagebutton.quickhelptext"
+msgid "Load Color List"
+msgstr ""
+
+#. w\/b
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_COLOR\n"
+"BTN_SAVE\n"
+"imagebutton.text"
+msgid "-"
+msgstr ""
+
+#. 66ST
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_COLOR\n"
+"BTN_SAVE\n"
+"imagebutton.quickhelptext"
+msgid "Save Color List"
+msgstr ""
+
+#. JOkv
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_COLOR\n"
+"BTN_EMBED\n"
+"checkbox.text"
+msgid "Embed"
+msgstr ""
+
+#. ~R10
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXPAGE_COLOR\n"
+"tabpage.text"
+msgid "Colors"
+msgstr "ფერები"
+
+#. X(7%
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXDLG_AREA.1\n"
+"RID_SVXPAGE_AREA\n"
+"pageitem.text"
+msgid "Area"
+msgstr "არე"
+
+#. ZJUM
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXDLG_AREA.1\n"
+"RID_SVXPAGE_SHADOW\n"
+"pageitem.text"
+msgid "Shadow"
+msgstr "ჩრდილი"
+
+#. AEY7
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXDLG_AREA.1\n"
+"RID_SVXPAGE_TRANSPARENCE\n"
+"pageitem.text"
msgid "Transparency"
-msgstr "გამჭვირვალობა"
+msgstr "გამჭვირვალეობა"
-#: backgrnd.src#RID_SVXPAGE_BACKGROUND.BTN_PREVIEW.checkbox.text
-msgid "Pre~view"
-msgstr "წინასწარი დათ~ვალიერება"
+#. Ea4k
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXDLG_AREA.1\n"
+"RID_SVXPAGE_COLOR\n"
+"pageitem.text"
+msgid "Colors"
+msgstr "ფერები"
-#: backgrnd.src#RID_SVXPAGE_BACKGROUND.STR_BROWSE.string.text
-msgid "Find graphics"
-msgstr "ნახატის მოძიება"
+#. /IA}
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXDLG_AREA.1\n"
+"RID_SVXPAGE_GRADIENT\n"
+"pageitem.text"
+msgid "Gradients"
+msgstr "გრადიენტები"
-#: backgrnd.src#RID_SVXPAGE_BACKGROUND.tabpage.text
-msgctxt "backgrnd.src#RID_SVXPAGE_BACKGROUND.tabpage.text"
-msgid "Background"
-msgstr "ფონი"
+#. m_0J
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXDLG_AREA.1\n"
+"RID_SVXPAGE_HATCH\n"
+"pageitem.text"
+msgid "Hatching"
+msgstr "ჰეჩინგი"
+
+#. ).j=
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXDLG_AREA.1\n"
+"RID_SVXPAGE_BITMAP\n"
+"pageitem.text"
+msgid "Bitmaps"
+msgstr "ნახატები"
+
+#. uUYp
+#: tabarea.src
+msgctxt ""
+"tabarea.src\n"
+"RID_SVXDLG_AREA\n"
+"tabdialog.text"
+msgid "Area"
+msgstr "არე"
+
+#. 5-,:
+#: tabarea.src
+#, fuzzy
+msgctxt ""
+"tabarea.src\n"
+"STR_LB_HATCHINGSTYLE\n"
+"string.text"
+msgid "Hatching Style"
+msgstr "დაშტრიხვა"
+
+#. OTe)
+#: tabarea.src
+#, fuzzy
+msgctxt ""
+"tabarea.src\n"
+"STR_CUI_COLORMODEL\n"
+"string.text"
+msgid "Color Mode"
+msgstr "კონტურის რეჟიმი"
+
+#. 8F/d
+#: textanim.src
+msgctxt ""
+"textanim.src\n"
+"RID_SVXPAGE_TEXTANIMATION\n"
+"FL_EFFECT\n"
+"fixedline.text"
+msgid "Text animation effects"
+msgstr "ტექსტის ანიმაციის ეფექტები"
-#: numpages.src#RID_SVXPAGE_PICK_BULLET.FL_VALUES.fixedline.text
-msgctxt "numpages.src#RID_SVXPAGE_PICK_BULLET.FL_VALUES.fixedline.text"
+#. 9$j#
+#: textanim.src
+msgctxt ""
+"textanim.src\n"
+"RID_SVXPAGE_TEXTANIMATION\n"
+"FT_EFFECTS\n"
+"fixedtext.text"
+msgid "E~ffect"
+msgstr "ეფექტები"
+
+#. I1@4
+#: textanim.src
+msgctxt ""
+"textanim.src\n"
+"RID_SVXPAGE_TEXTANIMATION.LB_EFFECT\n"
+"1\n"
+"stringlist.text"
+msgid "No Effect"
+msgstr "~ეფექტები"
+
+#. Q/bR
+#: textanim.src
+msgctxt ""
+"textanim.src\n"
+"RID_SVXPAGE_TEXTANIMATION.LB_EFFECT\n"
+"2\n"
+"stringlist.text"
+msgid "Blink"
+msgstr "ციმციმი"
+
+#. mOFp
+#: textanim.src
+msgctxt ""
+"textanim.src\n"
+"RID_SVXPAGE_TEXTANIMATION.LB_EFFECT\n"
+"3\n"
+"stringlist.text"
+msgid "Scroll Through"
+msgstr "ჩათვალირება"
+
+#. 3Xr.
+#: textanim.src
+msgctxt ""
+"textanim.src\n"
+"RID_SVXPAGE_TEXTANIMATION.LB_EFFECT\n"
+"4\n"
+"stringlist.text"
+msgid "Scroll Back and Forth"
+msgstr "გადაფურცვლა"
+
+#. ZBvW
+#: textanim.src
+msgctxt ""
+"textanim.src\n"
+"RID_SVXPAGE_TEXTANIMATION.LB_EFFECT\n"
+"5\n"
+"stringlist.text"
+msgid "Scroll In"
+msgstr "გადაფურცვლა"
+
+#. j}%!
+#: textanim.src
+msgctxt ""
+"textanim.src\n"
+"RID_SVXPAGE_TEXTANIMATION\n"
+"FT_DIRECTION\n"
+"fixedtext.text"
+msgid "Direction"
+msgstr "მიმართულება"
+
+#. pKrx
+#: textanim.src
+msgctxt ""
+"textanim.src\n"
+"RID_SVXPAGE_TEXTANIMATION\n"
+"BTN_UP\n"
+"imagebutton.text"
+msgid "-"
+msgstr "-"
+
+#. $e:_
+#: textanim.src
+msgctxt ""
+"textanim.src\n"
+"RID_SVXPAGE_TEXTANIMATION\n"
+"BTN_UP\n"
+"imagebutton.quickhelptext"
+msgid "To Top"
+msgstr "To Top"
+
+#. c.)+
+#: textanim.src
+msgctxt ""
+"textanim.src\n"
+"RID_SVXPAGE_TEXTANIMATION\n"
+"BTN_LEFT\n"
+"imagebutton.text"
+msgid "-"
+msgstr "-"
+
+#. (Z1c
+#: textanim.src
+msgctxt ""
+"textanim.src\n"
+"RID_SVXPAGE_TEXTANIMATION\n"
+"BTN_LEFT\n"
+"imagebutton.quickhelptext"
+msgid "To Left"
+msgstr "To Left"
+
+#. K/;v
+#: textanim.src
+msgctxt ""
+"textanim.src\n"
+"RID_SVXPAGE_TEXTANIMATION\n"
+"BTN_RIGHT\n"
+"imagebutton.text"
+msgid "-"
+msgstr "-"
+
+#. #3*%
+#: textanim.src
+msgctxt ""
+"textanim.src\n"
+"RID_SVXPAGE_TEXTANIMATION\n"
+"BTN_RIGHT\n"
+"imagebutton.quickhelptext"
+msgid "To Right"
+msgstr "To Right"
+
+#. MaZP
+#: textanim.src
+msgctxt ""
+"textanim.src\n"
+"RID_SVXPAGE_TEXTANIMATION\n"
+"BTN_DOWN\n"
+"imagebutton.text"
+msgid "-"
+msgstr "-"
+
+#. L/2}
+#: textanim.src
+msgctxt ""
+"textanim.src\n"
+"RID_SVXPAGE_TEXTANIMATION\n"
+"BTN_DOWN\n"
+"imagebutton.quickhelptext"
+msgid "To Bottom"
+msgstr "To Bottom"
+
+#. Qf4O
+#: textanim.src
+msgctxt ""
+"textanim.src\n"
+"RID_SVXPAGE_TEXTANIMATION\n"
+"FL_PROPERTIES\n"
+"fixedline.text"
+msgid "Properties"
+msgstr "თვისებები"
+
+#. Y1^m
+#: textanim.src
+msgctxt ""
+"textanim.src\n"
+"RID_SVXPAGE_TEXTANIMATION\n"
+"TSB_START_INSIDE\n"
+"tristatebox.text"
+msgid "S~tart inside"
+msgstr "დაწყება შიგნით"
+
+#. rX=2
+#: textanim.src
+msgctxt ""
+"textanim.src\n"
+"RID_SVXPAGE_TEXTANIMATION\n"
+"TSB_STOP_INSIDE\n"
+"tristatebox.text"
+msgid "Text visible when exiting"
+msgstr "ხილული ტექსტი"
+
+#. l7}%
+#: textanim.src
+msgctxt ""
+"textanim.src\n"
+"RID_SVXPAGE_TEXTANIMATION\n"
+"FT_COUNT\n"
+"fixedtext.text"
+msgid "Animation cycles"
+msgstr "ანიმაციის ციკლები"
+
+#. /=]y
+#: textanim.src
+msgctxt ""
+"textanim.src\n"
+"RID_SVXPAGE_TEXTANIMATION\n"
+"TSB_ENDLESS\n"
+"tristatebox.text"
+msgid "~Continuous"
+msgstr "~გაგრძელება"
+
+#. eKi%
+#: textanim.src
+msgctxt ""
+"textanim.src\n"
+"RID_SVXPAGE_TEXTANIMATION\n"
+"FT_AMOUNT\n"
+"fixedtext.text"
+msgid "Increment"
+msgstr "მიმატება"
+
+#. m$A[
+#: textanim.src
+msgctxt ""
+"textanim.src\n"
+"RID_SVXPAGE_TEXTANIMATION\n"
+"TSB_PIXEL\n"
+"tristatebox.text"
+msgid "~Pixels"
+msgstr "~პიქსელები"
+
+#. 4,Ns
+#: textanim.src
+#, fuzzy
+msgctxt ""
+"textanim.src\n"
+"RID_SVXPAGE_TEXTANIMATION\n"
+"MTR_FLD_AMOUNT\n"
+"metricfield.text"
+msgid " Pixel"
+msgstr "პიქსელები"
+
+#. %=`c
+#: textanim.src
+msgctxt ""
+"textanim.src\n"
+"RID_SVXPAGE_TEXTANIMATION\n"
+"FT_DELAY\n"
+"fixedtext.text"
+msgid "Delay"
+msgstr "შეყოვნება"
+
+#. m.K)
+#: textanim.src
+msgctxt ""
+"textanim.src\n"
+"RID_SVXPAGE_TEXTANIMATION\n"
+"TSB_AUTO\n"
+"tristatebox.text"
+msgid "~Automatic"
+msgstr "~ავტომატური"
+
+#. i#+n
+#: textanim.src
+msgctxt ""
+"textanim.src\n"
+"RID_SVXPAGE_TEXTANIMATION\n"
+"MTR_FLD_DELAY\n"
+"metricfield.text"
+msgid " ms"
+msgstr ""
+
+#. R8X,
+#: textanim.src
+msgctxt ""
+"textanim.src\n"
+"RID_SVXPAGE_TEXTANIMATION\n"
+"tabpage.text"
+msgid "Animation"
+msgstr "ანიმაცია"
+
+#. 1bOU
+#: textanim.src
+msgctxt ""
+"textanim.src\n"
+"RID_SVXDLG_TEXT.1\n"
+"RID_SVXPAGE_TEXTATTR\n"
+"pageitem.text"
+msgid "Text"
+msgstr "ტექსტი"
+
+#. en:.
+#: textanim.src
+msgctxt ""
+"textanim.src\n"
+"RID_SVXDLG_TEXT.1\n"
+"RID_SVXPAGE_TEXTANIMATION\n"
+"pageitem.text"
+msgid "Text Animation"
+msgstr "ტექსტის ანიმაცია"
+
+#. %v0k
+#: textanim.src
+msgctxt ""
+"textanim.src\n"
+"RID_SVXDLG_TEXT\n"
+"tabdialog.text"
+msgid "Text"
+msgstr "ტექსტი"
+
+#. 1APd
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_PICK_BULLET\n"
+"FL_VALUES\n"
+"fixedline.text"
msgid "Selection"
msgstr "მონიშნული"
-#: numpages.src#RID_SVXPAGE_PICK_SINGLE_NUM.FL_VALUES.fixedline.text
-msgctxt "numpages.src#RID_SVXPAGE_PICK_SINGLE_NUM.FL_VALUES.fixedline.text"
+#. ?Zl?
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_PICK_SINGLE_NUM\n"
+"FL_VALUES\n"
+"fixedline.text"
msgid "Selection"
msgstr "მონიშნული"
-#: numpages.src#RID_SVXPAGE_PICK_NUM.FL_VALUES.fixedline.text
-msgctxt "numpages.src#RID_SVXPAGE_PICK_NUM.FL_VALUES.fixedline.text"
+#. }oR6
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_PICK_NUM\n"
+"FL_VALUES\n"
+"fixedline.text"
msgid "Selection"
msgstr "მონიშნული"
-#: numpages.src#RID_SVXPAGE_PICK_BMP.FL_VALUES.fixedline.text
-msgctxt "numpages.src#RID_SVXPAGE_PICK_BMP.FL_VALUES.fixedline.text"
+#. MQPK
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_PICK_BMP\n"
+"FL_VALUES\n"
+"fixedline.text"
msgid "Selection"
msgstr "მონიშნული"
-#: numpages.src#RID_SVXPAGE_PICK_BMP.CB_LINKED.checkbox.text
+#. +Chl
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_PICK_BMP\n"
+"CB_LINKED\n"
+"checkbox.text"
msgid "~Link graphics"
msgstr "~ნახატების მიბმა"
-#: numpages.src#RID_SVXPAGE_PICK_BMP.FT_ERROR.fixedtext.text
+#. \#XZ
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_PICK_BMP\n"
+"FT_ERROR\n"
+"fixedtext.text"
msgid "The Gallery theme 'Bullets' is empty (no graphics)."
msgstr "გალერეის თემა 'ბულეტები' ცარიელია (ნახატების გარეშე)."
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.FT_LEVEL.fixedtext.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.FT_LEVEL.fixedtext.text"
+#. $4M{
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS\n"
+"FT_LEVEL\n"
+"fixedtext.text"
msgid "Level"
msgstr "დონე"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.FL_FORMAT.fixedline.text
+#. RoU!
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS\n"
+"FL_FORMAT\n"
+"fixedline.text"
msgid "Format"
msgstr "ფორმატი"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.FT_FMT.fixedtext.text
+#. #,^G
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS\n"
+"FT_FMT\n"
+"fixedtext.text"
msgid "~Numbering"
msgstr "~დანომვრა"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.1.stringlist.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.1.stringlist.text"
+#. DH6,
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_FMT\n"
+"1\n"
+"stringlist.text"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.2.stringlist.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.2.stringlist.text"
+#. _*+A
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_FMT\n"
+"2\n"
+"stringlist.text"
msgid "A, B, C, ..."
msgstr "A, B, C, ..."
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.3.stringlist.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.3.stringlist.text"
+#. ON7Y
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_FMT\n"
+"3\n"
+"stringlist.text"
msgid "a, b, c, ..."
msgstr "ა, ბ, გ, ..."
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.4.stringlist.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.4.stringlist.text"
+#. Qw([
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_FMT\n"
+"4\n"
+"stringlist.text"
msgid "I, II, III, ..."
msgstr "I, II, III, ..."
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.5.stringlist.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.5.stringlist.text"
+#. `hUW
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_FMT\n"
+"5\n"
+"stringlist.text"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.6.stringlist.text
+#. eomF
+#: numpages.src
#, fuzzy
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_FMT\n"
+"6\n"
+"stringlist.text"
msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ... "
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.7.stringlist.text
+#. WMiE
+#: numpages.src
+#, fuzzy
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_FMT\n"
+"7\n"
+"stringlist.text"
msgid "a, .., aa, .., aaa, ..."
msgstr "a, .., aa, .., aaa, ..."
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.8.stringlist.text
+#. X{Ye
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_FMT\n"
+"8\n"
+"stringlist.text"
msgid "Bullet"
msgstr "ბულეტი"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.9.stringlist.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.9.stringlist.text"
+#. E-|@
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_FMT\n"
+"9\n"
+"stringlist.text"
msgid "Graphics"
msgstr "გრაფიკა"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.10.stringlist.text
+#. hzrG
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_FMT\n"
+"10\n"
+"stringlist.text"
msgid "Linked graphics"
msgstr "მიბმული ნახატები"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.11.stringlist.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.11.stringlist.text"
+#. V7o1
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_FMT\n"
+"11\n"
+"stringlist.text"
msgid "None"
msgstr "არცერთი"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.12.stringlist.text
+#. rn]D
+#: numpages.src
+#, fuzzy
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_FMT\n"
+"12\n"
+"stringlist.text"
msgid "Native Numbering"
msgstr "ნამდვილი რიცხვები"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.13.stringlist.text
+#. -]Mp
+#: numpages.src
+#, fuzzy
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_FMT\n"
+"13\n"
+"stringlist.text"
msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Аб, ... (ბულგარული)"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.14.stringlist.text
+#. mL.j
+#: numpages.src
+#, fuzzy
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_FMT\n"
+"14\n"
+"stringlist.text"
msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "а, б, .., аа, аб, ... (ბულგარული)"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.15.stringlist.text
+#. 3/2X
+#: numpages.src
+#, fuzzy
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_FMT\n"
+"15\n"
+"stringlist.text"
msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Бб, ... (ბულგარული)"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.16.stringlist.text
+#. 5.T5
+#: numpages.src
+#, fuzzy
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_FMT\n"
+"16\n"
+"stringlist.text"
msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "а, б, .., аа, бб, ... (ბულგარული)"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.17.stringlist.text
+#. )`w7
+#: numpages.src
+#, fuzzy
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_FMT\n"
+"17\n"
+"stringlist.text"
msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "А, Б, .., Аа, Аб, ... (რუსული)"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.18.stringlist.text
+#. JOTg
+#: numpages.src
+#, fuzzy
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_FMT\n"
+"18\n"
+"stringlist.text"
msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "а, б, .., аа, аб, ... (რუსული)"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.19.stringlist.text
+#. Tj,h
+#: numpages.src
+#, fuzzy
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_FMT\n"
+"19\n"
+"stringlist.text"
msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "А, Б, .., Аа, Бб, ... (რუსული)"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.20.stringlist.text
+#. )i{D
+#: numpages.src
+#, fuzzy
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_FMT\n"
+"20\n"
+"stringlist.text"
msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "а, б, .., аа, бб, ... (რუსული)"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.21.stringlist.text
+#. lhOs
+#: numpages.src
+#, fuzzy
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_FMT\n"
+"21\n"
+"stringlist.text"
msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "А, Б, .., Аа, Аб, ... (რუსული)"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.22.stringlist.text
+#. qUXC
+#: numpages.src
+#, fuzzy
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_FMT\n"
+"22\n"
+"stringlist.text"
msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "а, б, .., аа, аб, ... (რუსული)"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.23.stringlist.text
+#. ?t4n
+#: numpages.src
+#, fuzzy
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_FMT\n"
+"23\n"
+"stringlist.text"
msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "А, Б, .., Аа, Бб, ... (რუსული)"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.24.stringlist.text
+#. uo6K
+#: numpages.src
+#, fuzzy
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_FMT\n"
+"24\n"
+"stringlist.text"
msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "а, б, .., аа, бб, ... (რუსული)"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.25.stringlist.text
+#. Vm+Z
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_FMT\n"
+"25\n"
+"stringlist.text"
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr ""
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.26.stringlist.text
+#. _k/t
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_FMT\n"
+"26\n"
+"stringlist.text"
msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr ""
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.FT_PREFIX.fixedtext.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.FT_PREFIX.fixedtext.text"
+#. 4[Yd
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS\n"
+"FT_PREFIX\n"
+"fixedtext.text"
msgid "Before"
msgstr "მდე"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.FT_SUFFIX.fixedtext.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.FT_SUFFIX.fixedtext.text"
+#. g@IR
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS\n"
+"FT_SUFFIX\n"
+"fixedtext.text"
msgid "After"
msgstr "შემდეგ"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.FT_CHARFMT.fixedtext.text
+#. lJ6F
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS\n"
+"FT_CHARFMT\n"
+"fixedtext.text"
msgid "~Character Style"
msgstr "~სიმბოლოს სტილი"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.FT_BUL_COLOR.fixedtext.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.FT_BUL_COLOR.fixedtext.text"
+#. QOYj
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS\n"
+"FT_BUL_COLOR\n"
+"fixedtext.text"
msgid "Color"
msgstr "ფერი"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.FT_BUL_REL_SIZE.fixedtext.text
+#. qb8X
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS\n"
+"FT_BUL_REL_SIZE\n"
+"fixedtext.text"
msgid "~Relative size"
msgstr "შ~ეფარდებითი ზომა"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.FT_ALL_LEVEL.fixedtext.text
+#. +kJ]
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS\n"
+"FT_ALL_LEVEL\n"
+"fixedtext.text"
msgid "Show sublevels"
msgstr "ქვედონეების ჩვენება"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.FT_START.fixedtext.text
+#. r+h:
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS\n"
+"FT_START\n"
+"fixedtext.text"
msgid "Start at"
msgstr "დაწყება"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.FT_ALIGN.fixedtext.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.FT_ALIGN.fixedtext.text"
+#. 8-=M
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS\n"
+"FT_ALIGN\n"
+"fixedtext.text"
msgid "~Alignment"
msgstr "სწ~ორება"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_ALIGN.1.stringlist.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_ALIGN.1.stringlist.text"
+#. VWr;
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_ALIGN\n"
+"1\n"
+"stringlist.text"
msgid "Left"
msgstr "მარცხნივ"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_ALIGN.2.stringlist.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_ALIGN.2.stringlist.text"
+#. fDE$
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_ALIGN\n"
+"2\n"
+"stringlist.text"
msgid "Centered"
msgstr "ცენტრირებული"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_ALIGN.3.stringlist.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_ALIGN.3.stringlist.text"
+#. 9qqd
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_ALIGN\n"
+"3\n"
+"stringlist.text"
msgid "Right"
msgstr "მარჯვენა"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.STR_BULLET.string.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.STR_BULLET.string.text"
+#. :6,,
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS\n"
+"STR_BULLET\n"
+"string.text"
msgid "Character"
msgstr "სიმბოლო"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.FT_BITMAP.fixedtext.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.FT_BITMAP.fixedtext.text"
+#. .Sbe
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS\n"
+"FT_BITMAP\n"
+"fixedtext.text"
msgid "Graphics"
msgstr "გრაფიკა"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.MB_BITMAP.MN_GRAPHIC_DLG.menuitem.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.MB_BITMAP.MN_GRAPHIC_DLG.menuitem.text"
+#. ol:5
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.MB_BITMAP\n"
+"MN_GRAPHIC_DLG\n"
+"menuitem.text"
msgid "From file..."
msgstr "ფაილიდან..."
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.MB_BITMAP.MN_GALLERY.menuitem.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.MB_BITMAP.MN_GALLERY.menuitem.text"
+#. 5k%P
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.MB_BITMAP\n"
+"MN_GALLERY\n"
+"menuitem.text"
msgid "Gallery"
msgstr "გალერეა"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.MB_BITMAP.menubutton.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.MB_BITMAP.menubutton.text"
+#. .Z./
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS\n"
+"MB_BITMAP\n"
+"menubutton.text"
msgid "Select..."
msgstr "არჩევა..."
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.FT_SIZE.fixedtext.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.FT_SIZE.fixedtext.text"
+#. 4y@W
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS\n"
+"FT_SIZE\n"
+"fixedtext.text"
msgid "Width"
msgstr "სიგანე"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.FT_MULT.fixedtext.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.FT_MULT.fixedtext.text"
+#. :A!o
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS\n"
+"FT_MULT\n"
+"fixedtext.text"
msgid "Height"
msgstr "სიმაღლე"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.CB_RATIO.checkbox.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.CB_RATIO.checkbox.text"
+#. q!R}
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS\n"
+"CB_RATIO\n"
+"checkbox.text"
msgid "Keep ratio"
msgstr "ტანაფარდობის შენარჩუნება"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.FT_ORIENT.fixedtext.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.FT_ORIENT.fixedtext.text"
+#. h0e|
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS\n"
+"FT_ORIENT\n"
+"fixedtext.text"
msgid "Alignment"
msgstr "სწორება"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_ORIENT.1.stringlist.text
+#. :8T2
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_ORIENT\n"
+"1\n"
+"stringlist.text"
msgid "Top of baseline"
msgstr "საყრდენი ხაზის ზევით"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_ORIENT.2.stringlist.text
+#. ^$%:
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_ORIENT\n"
+"2\n"
+"stringlist.text"
msgid "Center of baseline"
msgstr "საყრდენი ხაზის ცენტრში"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_ORIENT.3.stringlist.text
+#. M,3T
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_ORIENT\n"
+"3\n"
+"stringlist.text"
msgid "Bottom of baseline"
msgstr "საყრდენი ხაზის ქვევით"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_ORIENT.4.stringlist.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_ORIENT.4.stringlist.text"
+#. _ZGA
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_ORIENT\n"
+"4\n"
+"stringlist.text"
msgid "Top of character"
msgstr "სიმბოლოს დასაწყისი"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_ORIENT.5.stringlist.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_ORIENT.5.stringlist.text"
+#. o^XK
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_ORIENT\n"
+"5\n"
+"stringlist.text"
msgid "Center of character"
msgstr "სიმბოლოს ცენტრი"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_ORIENT.6.stringlist.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_ORIENT.6.stringlist.text"
+#. IB](
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_ORIENT\n"
+"6\n"
+"stringlist.text"
msgid "Bottom of character"
msgstr "სიმბოლოს ბოლო"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_ORIENT.7.stringlist.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_ORIENT.7.stringlist.text"
+#. XP9L
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_ORIENT\n"
+"7\n"
+"stringlist.text"
msgid "Top of line"
msgstr "ხაზის დასაწყისი"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_ORIENT.8.stringlist.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_ORIENT.8.stringlist.text"
+#. (E:?
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_ORIENT\n"
+"8\n"
+"stringlist.text"
msgid "Center of line"
msgstr "ხაზის ცენტრი"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_ORIENT.9.stringlist.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_ORIENT.9.stringlist.text"
+#. 53yX
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS.LB_ORIENT\n"
+"9\n"
+"stringlist.text"
msgid "Bottom of line"
msgstr "ხაზის ბოლო"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.FL_SAME_LEVEL.fixedline.text
+#. =AXg
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS\n"
+"FL_SAME_LEVEL\n"
+"fixedline.text"
msgid "All levels"
msgstr "ყველა დონე"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.CB_SAME_LEVEL.checkbox.text
+#. F{=P
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS\n"
+"CB_SAME_LEVEL\n"
+"checkbox.text"
msgid "~Consecutive numbering"
msgstr "თ~ანმიმდევრული ნუმერაცია"
-#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.ST_POPUP_EMPTY_ENTRY.string.text
+#. [6w]
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_OPTIONS\n"
+"ST_POPUP_EMPTY_ENTRY\n"
+"string.text"
msgid "There are no graphics in the 'Bullets' Gallery theme."
msgstr "არ არის ნახატები 'ბულეტები'-ს გალერეის თემაში."
-#: numpages.src#RID_SVXPAGE_NUM_POSITION.FT_LEVEL.fixedtext.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_POSITION.FT_LEVEL.fixedtext.text"
+#. xh=-
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_POSITION\n"
+"FT_LEVEL\n"
+"fixedtext.text"
msgid "Level"
msgstr "დონე"
-#: numpages.src#RID_SVXPAGE_NUM_POSITION.FL_POSITION.fixedline.text
+#. s`m~
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_POSITION\n"
+"FL_POSITION\n"
+"fixedline.text"
msgid "Position and spacing"
msgstr "ადგილმდებარეობა და დაშორება"
-#: numpages.src#RID_SVXPAGE_NUM_POSITION.FT_BORDERDIST.fixedtext.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_POSITION.FT_BORDERDIST.fixedtext.text"
+#. jsIc
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_POSITION\n"
+"FT_BORDERDIST\n"
+"fixedtext.text"
msgid "Indent"
msgstr "დაშორება"
-#: numpages.src#RID_SVXPAGE_NUM_POSITION.CB_RELATIVE.checkbox.text
+#. L![.
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_POSITION\n"
+"CB_RELATIVE\n"
+"checkbox.text"
msgid "Relati~ve"
msgstr "რელა~ტიური"
-#: numpages.src#RID_SVXPAGE_NUM_POSITION.FT_INDENT.fixedtext.text
+#. 9I/5
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_POSITION\n"
+"FT_INDENT\n"
+"fixedtext.text"
msgid "Width of numbering"
msgstr ""
-#: numpages.src#RID_SVXPAGE_NUM_POSITION.FT_NUMDIST.fixedtext.text
+#. z.1r
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_POSITION\n"
+"FT_NUMDIST\n"
+"fixedtext.text"
msgid "Minimum space numbering <-> text"
msgstr "ჰარეთა მინიმალური რაოდენობა <-> ტექსტი"
-#: numpages.src#RID_SVXPAGE_NUM_POSITION.FT_ALIGN.fixedtext.text
+#. ubAm
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_POSITION\n"
+"FT_ALIGN\n"
+"fixedtext.text"
msgid "N~umbering alignment"
msgstr "ნუმერაციის გასწორება"
-#: numpages.src#RID_SVXPAGE_NUM_POSITION.LB_ALIGN.1.stringlist.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_POSITION.LB_ALIGN.1.stringlist.text"
+#. SGd5
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_POSITION.LB_ALIGN\n"
+"1\n"
+"stringlist.text"
msgid "Left"
msgstr "მარცხენა"
-#: numpages.src#RID_SVXPAGE_NUM_POSITION.LB_ALIGN.2.stringlist.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_POSITION.LB_ALIGN.2.stringlist.text"
+#. ]8wE
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_POSITION.LB_ALIGN\n"
+"2\n"
+"stringlist.text"
msgid "Centered"
msgstr "ცენტრირებული"
-#: numpages.src#RID_SVXPAGE_NUM_POSITION.LB_ALIGN.3.stringlist.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_POSITION.LB_ALIGN.3.stringlist.text"
+#. :mbi
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_POSITION.LB_ALIGN\n"
+"3\n"
+"stringlist.text"
msgid "Right"
msgstr "მარჯვენა"
-#: numpages.src#RID_SVXPAGE_NUM_POSITION.FT_LABEL_FOLLOWED_BY.fixedtext.text
+#. `H}q
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_POSITION\n"
+"FT_LABEL_FOLLOWED_BY\n"
+"fixedtext.text"
msgid "Numbering followed by"
msgstr ""
-#: numpages.src#RID_SVXPAGE_NUM_POSITION.LB_LABEL_FOLLOWED_BY.1.stringlist.text
+#. H*vP
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_POSITION.LB_LABEL_FOLLOWED_BY\n"
+"1\n"
+"stringlist.text"
msgid "Tab stop"
-msgstr ""
-
-#: numpages.src#RID_SVXPAGE_NUM_POSITION.LB_LABEL_FOLLOWED_BY.2.stringlist.text
+msgstr "ტაბულაციის შეჩერება"
+
+#. @t]i
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_POSITION.LB_LABEL_FOLLOWED_BY\n"
+"2\n"
+"stringlist.text"
msgid "Space"
msgstr "სივრცე"
-#: numpages.src#RID_SVXPAGE_NUM_POSITION.LB_LABEL_FOLLOWED_BY.3.stringlist.text
+#. #X\q
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_POSITION.LB_LABEL_FOLLOWED_BY\n"
+"3\n"
+"stringlist.text"
msgid "Nothing"
msgstr ""
-#: numpages.src#RID_SVXPAGE_NUM_POSITION.FT_LISTTAB.fixedtext.text
+#. 7/:h
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_POSITION\n"
+"FT_LISTTAB\n"
+"fixedtext.text"
msgid "at"
msgstr ""
-#: numpages.src#RID_SVXPAGE_NUM_POSITION.FT_ALIGNED_AT.fixedtext.text
+#. 5bSr
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_POSITION\n"
+"FT_ALIGNED_AT\n"
+"fixedtext.text"
msgid "Aligned at"
msgstr ""
-#: numpages.src#RID_SVXPAGE_NUM_POSITION.FT_INDENT_AT.fixedtext.text
+#. q=6;
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_POSITION\n"
+"FT_INDENT_AT\n"
+"fixedtext.text"
msgid "Indent at"
msgstr ""
-#: numpages.src#RID_SVXPAGE_NUM_POSITION.PB_STANDARD.pushbutton.text
-msgctxt "numpages.src#RID_SVXPAGE_NUM_POSITION.PB_STANDARD.pushbutton.text"
+#. d%#9
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_SVXPAGE_NUM_POSITION\n"
+"PB_STANDARD\n"
+"pushbutton.text"
msgid "Default"
msgstr "სტანდარტული"
-#: numpages.src#RID_STR_EDIT_GRAPHIC.string.text
+#. B@RJ
+#: numpages.src
+msgctxt ""
+"numpages.src\n"
+"RID_STR_EDIT_GRAPHIC\n"
+"string.text"
msgid "Link"
msgstr "ბმული"
-#: strings.src#RID_SVXSTR_DESC_GRADIENT.string.text
-msgid "Please enter a name for the gradient:"
-msgstr "გთხოვთ, შეიყვანოთ სახელი გრადაციისათვის:"
+#. 3p9J
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_STD_PARAGRAPH\n"
+"FT_LEFTINDENT\n"
+"fixedtext.text"
+msgid "Before text"
+msgstr "ტექსტამდე"
-#: strings.src#RID_SVXSTR_ASK_DEL_GRADIENT.string.text
-msgid "Do you want to delete the gradient?"
-msgstr "გნებავთ გრადიენტის წაშლა?"
+#. :(BD
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_STD_PARAGRAPH\n"
+"FT_RIGHTINDENT\n"
+"fixedtext.text"
+msgid "After text"
+msgstr "ტექსტის შემდეგ"
-#: strings.src#RID_SVXSTR_ASK_CHANGE_GRADIENT.string.text
-msgid ""
-"The gradient was modified without saving. \n"
-"Modify the selected gradient or add a new gradient."
-msgstr ""
-"გრადიენტი შეიცვალა შენახვის გარეშე. \n"
-"შეცვალეთ მონიშნული გრადიენტი ან დაამატეთ ახალი გარდიენტი."
+#. -ps@
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_STD_PARAGRAPH\n"
+"FT_FLINEINDENT\n"
+"fixedtext.text"
+msgid "~First line"
+msgstr "~პირველი ხაზი"
-#: strings.src#RID_SVXSTR_DESC_NEW_BITMAP.string.text
-msgid "Please enter a name for the bitmap:"
-msgstr "გთხოვთ, შეიყვანოთ სახელი ნახატისათვის:"
+#. M_X8
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_STD_PARAGRAPH\n"
+"CB_AUTO\n"
+"checkbox.text"
+msgid "~Automatic"
+msgstr "~ავტომატური"
-#: strings.src#RID_SVXSTR_DESC_EXT_BITMAP.string.text
-msgid "Please enter a name for the external bitmap:"
-msgstr "გთხოვთ, შეიყვანოთ სახელი გარე ნახატისათვის:"
+#. ?cX^
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_STD_PARAGRAPH\n"
+"FL_INDENT\n"
+"fixedline.text"
+msgid "Indent"
+msgstr "ინდენტური"
-#: strings.src#RID_SVXSTR_ASK_DEL_BITMAP.string.text
-msgid "Are you sure you want to delete the bitmap?"
-msgstr "დარწმუნებული ხართ, რომ გინდათ ნახატის წაშლა?"
+#. dU]0
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_STD_PARAGRAPH\n"
+"FT_TOPDIST\n"
+"fixedtext.text"
+msgid "Ab~ove paragraph"
+msgstr "აბ~ზაცის ზევით"
-#: strings.src#RID_SVXSTR_ASK_CHANGE_BITMAP.string.text
-msgid ""
-"The bitmap was modified without saving. \n"
-"Modify the selected bitmap or add a new bitmap."
+#. AV_o
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_STD_PARAGRAPH\n"
+"FT_BOTTOMDIST\n"
+"fixedtext.text"
+msgid "Below paragraph"
+msgstr "აბზაცის ქვევით"
+
+#. Yqe@
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_STD_PARAGRAPH\n"
+"CB_CONTEXTUALSPACING\n"
+"checkbox.text"
+msgid "Don't add space between paragraphs of the same style"
msgstr ""
-"ნახატი შეიცვალა შენახვის გარეშე. \n"
-"შეცვალეთ მნიშნული ნახატი ან დაამატეთ ახალი ნახატი."
-#: strings.src#RID_SVXSTR_DESC_LINESTYLE.string.text
-msgid "Please enter a name for the line style:"
-msgstr "გთხოვთ შეიყვანოთ სახელი ხაზის სტილისათვის:"
+#. g:KA
+#: paragrph.src
+#, fuzzy
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_STD_PARAGRAPH\n"
+"FL_DIST\n"
+"fixedline.text"
+msgid "Spacing"
+msgstr "დაშორება"
-#: strings.src#RID_SVXSTR_ASK_DEL_LINESTYLE.string.text
-msgid "Do you want to delete the line style?"
-msgstr "გნებავთ ხაზის სტილის წაშლა?"
+#. -}wG
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_STD_PARAGRAPH.LB_LINEDIST\n"
+"1\n"
+"stringlist.text"
+msgid "Single"
+msgstr "ერთმაგი"
-#: strings.src#RID_SVXSTR_ASK_CHANGE_LINESTYLE.string.text
-msgid ""
-"The line style was modified without saving. \n"
-"Modify the selected line style or add a new line style."
-msgstr ""
-"ხაზის სტილი შეიცვალა დამახსოვრების გარეშე. \n"
-"შეცვალეთ მონიშნული ხაზის სტილი ან დაამატეთ ახალი ხაზის სტილი."
+#. 5Z0G
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_STD_PARAGRAPH.LB_LINEDIST\n"
+"2\n"
+"stringlist.text"
+msgid "1.5 lines"
+msgstr "1.5 ხაზი"
-#: strings.src#RID_SVXSTR_DESC_HATCH.string.text
-msgid "Please enter a name for the hatching:"
-msgstr "გთხოვთ შეიყვანოთ სახელი დაშტიხვისათვის:"
+#. :wIT
+#: paragrph.src
+#, fuzzy
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_STD_PARAGRAPH.LB_LINEDIST\n"
+"3\n"
+"stringlist.text"
+msgid "Double"
+msgstr "ორმაგი"
-#: strings.src#RID_SVXSTR_ASK_DEL_HATCH.string.text
-msgid "Do you want to delete the hatching?"
-msgstr "გნებავთ დაშტრიხვის წაშლა?"
+#. m4Q1
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_STD_PARAGRAPH.LB_LINEDIST\n"
+"4\n"
+"stringlist.text"
+msgid "Proportional"
+msgstr "პროპორციული"
-#: strings.src#RID_SVXSTR_ASK_CHANGE_HATCH.string.text
-msgid ""
-"The hatching type was modified but not saved. \n"
-"Modify the selected hatching type or add a new hatching type."
-msgstr ""
-"დაშტრიხვა შეიცვალა დამახსოვრების გარეშე. \n"
-"შეცვალეთ მონიშნული დაშტრიხვა ან დაამატეთ ახალი დაშტრიხვა."
+#. p$9A
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_STD_PARAGRAPH.LB_LINEDIST\n"
+"5\n"
+"stringlist.text"
+msgid "At least"
+msgstr "სულ მცირე"
-#: strings.src#RID_SVXSTR_CHANGE.string.text
-msgid "Modify"
-msgstr "შეცვლა"
+#. ~WXN
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_STD_PARAGRAPH.LB_LINEDIST\n"
+"6\n"
+"stringlist.text"
+msgid "Leading"
+msgstr "სტრიქონთა დაშორება"
-#: strings.src#RID_SVXSTR_ADD.string.text
-msgctxt "strings.src#RID_SVXSTR_ADD.string.text"
-msgid "Add"
-msgstr "დამატება"
+#. SKqc
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_STD_PARAGRAPH\n"
+"ST_LINEDIST_ABS\n"
+"string.text"
+msgid "Fixed"
+msgstr "ფიქსირებული"
-#: strings.src#RID_SVXSTR_DESC_COLOR.string.text
-msgid "Please enter a name for the new color:"
-msgstr "გთხოვთ, შეიყვანოთ სახელი ახალი ფერისათვის:"
+#. 2YK;
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_STD_PARAGRAPH\n"
+"FT_LINEDIST\n"
+"fixedtext.text"
+msgid "of"
+msgstr "of"
-#: strings.src#RID_SVXSTR_ASK_DEL_COLOR.string.text
-msgid "Do you want to delete the color?"
-msgstr "გნებავთ ფერის წაშლა?"
+#. $47@
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_STD_PARAGRAPH\n"
+"FL_LINEDIST\n"
+"fixedline.text"
+msgid "Line spacing"
+msgstr "ხაზების დაშორება"
-#: strings.src#RID_SVXSTR_ASK_CHANGE_COLOR.string.text
-msgid ""
-"The color was modified without saving.\n"
-"Modify the selected color or add a new color."
-msgstr ""
-"ფერი შეიცვალა დამახსოვრების გარეშე. \n"
-"შეცვალეთ მონიშნული ფერი ან დაამატეთ ახალი ფარი."
+#. DF^-
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_STD_PARAGRAPH\n"
+"CB_REGISTER\n"
+"checkbox.text"
+msgid "A~ctivate"
+msgstr "ა~ქტივაცია"
-#: strings.src#RID_SVXSTR_TABLE.string.text
-msgctxt "strings.src#RID_SVXSTR_TABLE.string.text"
-msgid "Table"
-msgstr "ცხრილი"
+#. pPeY
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_STD_PARAGRAPH\n"
+"FL_REGISTER\n"
+"fixedline.text"
+msgid "Register-true"
+msgstr "რეგისტრაცია-მართებული"
-#: strings.src#RID_SVXSTR_WRITE_DATA_ERROR.string.text
-msgid "The file could not be saved!"
-msgstr "ფაილი ვერ იქნა შენახული!"
+#. p\2w
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_STD_PARAGRAPH\n"
+"tabpage.text"
+msgid "Indents and Spacing"
+msgstr "დაშორებები და ინტერვალები"
-#: strings.src#RID_SVXSTR_READ_DATA_ERROR.string.text
-msgid "The file could not be loaded!"
-msgstr "ფაილი ვერ იქნა ჩატვირთული!"
+#. +iVb
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_ALIGN_PARAGRAPH\n"
+"FL_ALIGN\n"
+"fixedline.text"
+msgid "Options"
+msgstr "პარამეტრები"
-#: strings.src#RID_SVXSTR_WARN_TABLE_OVERWRITE.string.text
-msgid "The list was modified without saving. Would you like to save the list now?"
-msgstr "სია შეიცვალა დამახსოვრების გარეშე. გნებავთ სიის შენახვა?"
+#. rn^?
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_ALIGN_PARAGRAPH\n"
+"BTN_LEFTALIGN\n"
+"radiobutton.text"
+msgid "~Left"
+msgstr "~მარცხენა"
-#: strings.src#RID_SVXSTR_WARN_NAME_DUPLICATE.string.text
-msgid ""
-"The name you have entered already exists. \n"
-"Please choose another name."
-msgstr ""
-"სახელი, რომელიც თქვენ შეიყვანეთ უკვე არსებობს. \n"
-" გთხოვთ შეიყვანოთ სხვა სახელი."
+#. S+nO
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_ALIGN_PARAGRAPH\n"
+"BTN_RIGHTALIGN\n"
+"radiobutton.text"
+msgid "Righ~t"
+msgstr "მარჯვე~ნა"
-#: strings.src#RID_SVXSTR_DESC_LINEEND.string.text
-msgid "Please enter a name for the new arrowhead:"
-msgstr "გთხოვთ შეიყვანოთ სახელი ახალი ისრის თავებისათვის:"
+#. \\qF
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_ALIGN_PARAGRAPH\n"
+"BTN_CENTERALIGN\n"
+"radiobutton.text"
+msgid "~Center"
+msgstr "ცენტრ~ი"
-#: strings.src#RID_SVXSTR_ASK_DEL_LINEEND.string.text
-msgid "Do you want to delete the arrowhead?"
-msgstr "გნებავთ ისრის თავების წაშლა?"
+#. ^eP~
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_ALIGN_PARAGRAPH\n"
+"BTN_JUSTIFYALIGN\n"
+"radiobutton.text"
+msgid "Justified"
+msgstr "გამართული"
-#: strings.src#RID_SVXSTR_ASK_CHANGE_LINEEND.string.text
-msgid ""
-"The arrowhead was modified without saving.\n"
-"Would you like to save the arrowhead now?"
-msgstr ""
-"ისრის თავები შეიცვალა დამახსოვრების გარეშე. \n"
-"გნებავთ ისრის თავების შენახვა?"
+#. -%1v
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_ALIGN_PARAGRAPH\n"
+"ST_LEFTALIGN_ASIAN\n"
+"string.text"
+msgid "~Left/Top"
+msgstr "~მარცხენა/ზედა"
-#: align.src#RID_SVXPAGE_ALIGNMENT.FL_ALIGNMENT.fixedline.text
-msgid "Text alignment"
-msgstr "ტექსტის გასწორება"
+#. QM-q
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_ALIGN_PARAGRAPH\n"
+"ST_RIGHTALIGN_ASIAN\n"
+"string.text"
+msgid "Righ~t/Bottom"
+msgstr "მარჯვე~ნა/ქვედა"
-#: align.src#RID_SVXPAGE_ALIGNMENT.FT_HORALIGN.fixedtext.text
-msgctxt "align.src#RID_SVXPAGE_ALIGNMENT.FT_HORALIGN.fixedtext.text"
-msgid "Hori~zontal"
-msgstr "ჰორ~იზონტალური"
+#. e,mA
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_ALIGN_PARAGRAPH\n"
+"FT_LASTLINE\n"
+"fixedtext.text"
+msgid "~Last line"
+msgstr "~ბოლო ხაზი"
-#: align.src#RID_SVXPAGE_ALIGNMENT.LB_HORALIGN.1.stringlist.text
-msgctxt "align.src#RID_SVXPAGE_ALIGNMENT.LB_HORALIGN.1.stringlist.text"
+#. K+u#
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_ALIGN_PARAGRAPH.LB_LASTLINE\n"
+"1\n"
+"stringlist.text"
msgid "Default"
msgstr "სტანდარტული"
-#: align.src#RID_SVXPAGE_ALIGNMENT.LB_HORALIGN.2.stringlist.text
-#, fuzzy
-msgctxt "align.src#RID_SVXPAGE_ALIGNMENT.LB_HORALIGN.2.stringlist.text"
+#. ls1d
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_ALIGN_PARAGRAPH.LB_LASTLINE\n"
+"2\n"
+"stringlist.text"
msgid "Left"
-msgstr ""
-"#-#-#-#-# dlg.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მარცხნივ\n"
-"#-#-#-#-# dialogs.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~მარცხნივ\n"
-"#-#-#-#-# dlg.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მარცხნივ\n"
-"#-#-#-#-# app.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მარცხენა\n"
-"#-#-#-#-# items.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მარცხნივ\n"
-"#-#-#-#-# svdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მარცხენა\n"
-"#-#-#-#-# tbxctrls.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მარცხენა"
-
-#: align.src#RID_SVXPAGE_ALIGNMENT.LB_HORALIGN.3.stringlist.text
-msgid "Center"
-msgstr "ცენტრი"
+msgstr "მარცხენა"
-#: align.src#RID_SVXPAGE_ALIGNMENT.LB_HORALIGN.4.stringlist.text
-msgctxt "align.src#RID_SVXPAGE_ALIGNMENT.LB_HORALIGN.4.stringlist.text"
-msgid "Right"
-msgstr "მარჯვენა"
+#. BkV=
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_ALIGN_PARAGRAPH.LB_LASTLINE\n"
+"3\n"
+"stringlist.text"
+msgid "Centered"
+msgstr "ცენტრირებული"
-#: align.src#RID_SVXPAGE_ALIGNMENT.LB_HORALIGN.5.stringlist.text
-#, fuzzy
-msgctxt "align.src#RID_SVXPAGE_ALIGNMENT.LB_HORALIGN.5.stringlist.text"
+#. v4iU
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_ALIGN_PARAGRAPH.LB_LASTLINE\n"
+"4\n"
+"stringlist.text"
msgid "Justified"
-msgstr ""
-"#-#-#-#-# inc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ორმხრივი სწორება\n"
-"#-#-#-#-# app.po (PACKAGE VERSION) #-#-#-#-#\n"
-"გათანაბრებული\n"
-"#-#-#-#-# inc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"დამოწმებული"
+msgstr "გამართული"
-#: align.src#RID_SVXPAGE_ALIGNMENT.LB_HORALIGN.6.stringlist.text
-msgid "Filled"
-msgstr "შევსებული"
+#. #g3s
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_ALIGN_PARAGRAPH\n"
+"CB_EXPAND\n"
+"checkbox.text"
+msgid "~Expand single word"
+msgstr "~გაშალეთ ერთამგი სიტყვა"
-#: align.src#RID_SVXPAGE_ALIGNMENT.LB_HORALIGN.7.stringlist.text
-#, fuzzy
-msgctxt "align.src#RID_SVXPAGE_ALIGNMENT.LB_HORALIGN.7.stringlist.text"
-msgid "Distributed"
-msgstr "გავრცელება"
+#. S(\L
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_ALIGN_PARAGRAPH\n"
+"CB_SNAP\n"
+"checkbox.text"
+msgid "Snap to text grid (if active)"
+msgstr "ტექსტურ ბადეზე მიმაგრება (თუ აქტიურია)"
-#: align.src#RID_SVXPAGE_ALIGNMENT.FT_INDENT.fixedtext.text
-msgid "I~ndent"
-msgstr "დ~აშორება"
+#. X(rr
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_ALIGN_PARAGRAPH\n"
+"FL_VERTALIGN\n"
+"fixedline.text"
+msgid "Text-to-text"
+msgstr "Text-to-text"
-#: align.src#RID_SVXPAGE_ALIGNMENT.FT_VERALIGN.fixedtext.text
-msgctxt "align.src#RID_SVXPAGE_ALIGNMENT.FT_VERALIGN.fixedtext.text"
-msgid "~Vertical"
-msgstr "ვერტიკალურ~ი"
+#. jT)2
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_ALIGN_PARAGRAPH\n"
+"FT_VERTALIGN\n"
+"fixedtext.text"
+msgid "~Alignment"
+msgstr "~სწორება"
-#: align.src#RID_SVXPAGE_ALIGNMENT.LB_VERALIGN.1.stringlist.text
-msgctxt "align.src#RID_SVXPAGE_ALIGNMENT.LB_VERALIGN.1.stringlist.text"
-msgid "Default"
-msgstr "სტანდარტული"
+#. S+0s
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_ALIGN_PARAGRAPH.LB_VERTALIGN\n"
+"1\n"
+"stringlist.text"
+msgid "Automatic"
+msgstr "ავტომატური"
+
+#. U#tn
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_ALIGN_PARAGRAPH.LB_VERTALIGN\n"
+"2\n"
+"stringlist.text"
+msgid "Base line"
+msgstr "საბაზო ხაზი"
-#: align.src#RID_SVXPAGE_ALIGNMENT.LB_VERALIGN.2.stringlist.text
-msgctxt "align.src#RID_SVXPAGE_ALIGNMENT.LB_VERALIGN.2.stringlist.text"
+#. pHU+
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_ALIGN_PARAGRAPH.LB_VERTALIGN\n"
+"3\n"
+"stringlist.text"
msgid "Top"
-msgstr "დასაწყისი"
+msgstr "ზედა"
-#: align.src#RID_SVXPAGE_ALIGNMENT.LB_VERALIGN.3.stringlist.text
-msgctxt "align.src#RID_SVXPAGE_ALIGNMENT.LB_VERALIGN.3.stringlist.text"
+#. pHHI
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_ALIGN_PARAGRAPH.LB_VERTALIGN\n"
+"4\n"
+"stringlist.text"
msgid "Middle"
msgstr "შუა"
-#: align.src#RID_SVXPAGE_ALIGNMENT.LB_VERALIGN.4.stringlist.text
-msgctxt "align.src#RID_SVXPAGE_ALIGNMENT.LB_VERALIGN.4.stringlist.text"
+#. i|[!
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_ALIGN_PARAGRAPH.LB_VERTALIGN\n"
+"5\n"
+"stringlist.text"
msgid "Bottom"
msgstr "ქვედა"
-#: align.src#RID_SVXPAGE_ALIGNMENT.LB_VERALIGN.5.stringlist.text
-#, fuzzy
-msgctxt "align.src#RID_SVXPAGE_ALIGNMENT.LB_VERALIGN.5.stringlist.text"
-msgid "Justified"
-msgstr ""
-"#-#-#-#-# inc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ორმხრივი სწორება\n"
-"#-#-#-#-# app.po (PACKAGE VERSION) #-#-#-#-#\n"
-"გათანაბრებული\n"
-"#-#-#-#-# inc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"დამოწმებული"
-
-#: align.src#RID_SVXPAGE_ALIGNMENT.LB_VERALIGN.6.stringlist.text
-#, fuzzy
-msgctxt "align.src#RID_SVXPAGE_ALIGNMENT.LB_VERALIGN.6.stringlist.text"
-msgid "Distributed"
-msgstr "გავრცელება"
-
-#: align.src#RID_SVXPAGE_ALIGNMENT.FL_ORIENTATION.fixedline.text
-msgid "Text orientation"
-msgstr "ტექსტის ორიენტაცია"
-
-#: align.src#RID_SVXPAGE_ALIGNMENT.BTN_TXTSTACKED.tristatebox.text
-msgid "Ve~rtically stacked"
-msgstr "ვერტიკალურად სტე~კირებული"
-
-#: align.src#RID_SVXPAGE_ALIGNMENT.FT_DEGREES.fixedtext.text
-msgid "De~grees"
-msgstr "~გრადუსი"
-
-#: align.src#RID_SVXPAGE_ALIGNMENT.FT_BORDER_LOCK.fixedtext.text
-msgid "Re~ference edge"
-msgstr "მით~ითების კუთხე"
-
-#: align.src#RID_SVXPAGE_ALIGNMENT.BTN_ASIAN_VERTICAL.tristatebox.text
-msgid "Asian layout ~mode"
-msgstr "~აზიური განლაგების რეჟიმი"
-
-#: align.src#RID_SVXPAGE_ALIGNMENT.FL_WRAP.fixedline.text
-msgctxt "align.src#RID_SVXPAGE_ALIGNMENT.FL_WRAP.fixedline.text"
+#. T1vl
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_ALIGN_PARAGRAPH\n"
+"FL_PROPERTIES\n"
+"fixedline.text"
msgid "Properties"
-msgstr "თვისებები"
-
-#: align.src#RID_SVXPAGE_ALIGNMENT.BTN_WRAP.tristatebox.text
-msgid "~Wrap text automatically"
-msgstr "~ტექსტის ავტომატური გადატანა "
-
-#: align.src#RID_SVXPAGE_ALIGNMENT.BTN_HYPH.tristatebox.text
-msgid "Hyphenation ~active"
-msgstr "სიტყვის გადატანა აქტ~იურია"
-
-#: align.src#RID_SVXPAGE_ALIGNMENT.BTN_SHRINK.tristatebox.text
-msgid "~Shrink to fit cell size"
-msgstr "შ~ეკუმშვა უჯრის ზომამდე"
-
-#: align.src#RID_SVXPAGE_ALIGNMENT.FT_TEXTFLOW.fixedtext.text
-msgid "Te~xt direction"
-msgstr "ტე~ქსტის მიმართულება"
-
-#: align.src#RID_SVXPAGE_ALIGNMENT.STR_BOTTOMLOCK.string.text
-msgid "Text Extension From Lower Cell Border"
-msgstr "ტექსტის გაფართოება უჯრის ქვედა კიდედან"
-
-#: align.src#RID_SVXPAGE_ALIGNMENT.STR_TOPLOCK.string.text
-msgid "Text Extension From Upper Cell Border"
-msgstr "ტექსტის გაფართოება უჯრის ზედა კიდედან"
+msgstr "პარამეტრები"
-#: align.src#RID_SVXPAGE_ALIGNMENT.STR_CELLLOCK.string.text
-msgid "Text Extension Inside Cell"
-msgstr "ტექსტის გაფართოება უჯრის შიგნით"
+#. ;pI?
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_ALIGN_PARAGRAPH\n"
+"FT_TEXTDIRECTION\n"
+"fixedtext.text"
+msgid "Text ~direction"
+msgstr "ტექსტის მიმართულება"
-#: align.src#RID_SVXPAGE_ALIGNMENT.tabpage.text
-msgctxt "align.src#RID_SVXPAGE_ALIGNMENT.tabpage.text"
+#. Sl0L
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_ALIGN_PARAGRAPH\n"
+"tabpage.text"
msgid "Alignment"
msgstr "სწორება"
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.FL_WEST.fixedline.text
-msgid "Western text font"
-msgstr "დასვალური ტექსტის შრიფტი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_WEST_STYLE.1.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_WEST_STYLE.1.stringlist.text"
-msgid "Normal"
-msgstr "ჩვეულებრივი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_WEST_STYLE.2.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_WEST_STYLE.2.stringlist.text"
-msgid "Italic"
-msgstr "კურსივი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_WEST_STYLE.3.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_WEST_STYLE.3.stringlist.text"
-msgid "Bold"
-msgstr "მუქი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_WEST_STYLE.4.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_WEST_STYLE.4.stringlist.text"
-msgid "Bold italic"
-msgstr "მუქი კურსივი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_WEST_STYLE_NOCJK.1.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_WEST_STYLE_NOCJK.1.stringlist.text"
-msgid "Normal"
-msgstr "ჩვეულებრივი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_WEST_STYLE_NOCJK.2.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_WEST_STYLE_NOCJK.2.stringlist.text"
-msgid "Italic"
-msgstr "კურსივი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_WEST_STYLE_NOCJK.3.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_WEST_STYLE_NOCJK.3.stringlist.text"
-msgid "Bold"
-msgstr "მუქი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_WEST_STYLE_NOCJK.4.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_WEST_STYLE_NOCJK.4.stringlist.text"
-msgid "Bold italic"
-msgstr "მუქი კურსივი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.FT_WEST_SIZE.fixedtext.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_NAME.FT_WEST_SIZE.fixedtext.text"
-msgid "Size"
-msgstr "ზომა"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.FT_WEST_SIZE_NOCJK.fixedtext.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_NAME.FT_WEST_SIZE_NOCJK.fixedtext.text"
-msgid "Size"
-msgstr "ზომა"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.FT_WEST_LANG.fixedtext.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_NAME.FT_WEST_LANG.fixedtext.text"
-msgid "Language"
-msgstr "ენა"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.FT_WEST_LANG_NOCJK.fixedtext.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_NAME.FT_WEST_LANG_NOCJK.fixedtext.text"
-msgid "~Language"
-msgstr "~ენა"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.FL_EAST.fixedline.text
-msgid "Asian text font"
-msgstr "აზიური ტექსტის შრიფტი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_EAST_STYLE.1.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_EAST_STYLE.1.stringlist.text"
-msgid "Normal"
-msgstr "ჩვეულებრივი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_EAST_STYLE.2.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_EAST_STYLE.2.stringlist.text"
-msgid "Italic"
-msgstr "კურსივი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_EAST_STYLE.3.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_EAST_STYLE.3.stringlist.text"
-msgid "Bold"
-msgstr "მუქი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_EAST_STYLE.4.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_EAST_STYLE.4.stringlist.text"
-msgid "Bold italic"
-msgstr "მუქი კურსივი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.FT_EAST_SIZE.fixedtext.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_NAME.FT_EAST_SIZE.fixedtext.text"
-msgid "Size"
-msgstr "ზომა"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.FT_EAST_LANG.fixedtext.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_NAME.FT_EAST_LANG.fixedtext.text"
-msgid "Language"
-msgstr "ენა"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.FL_CTL.fixedline.text
-msgid "CTL font"
-msgstr "CTL შრიფტი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_CTL_STYLE.1.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_CTL_STYLE.1.stringlist.text"
-msgid "Normal"
-msgstr "ჩვეულებრივი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_CTL_STYLE.2.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_CTL_STYLE.2.stringlist.text"
-msgid "Italic"
-msgstr "კურსივი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_CTL_STYLE.3.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_CTL_STYLE.3.stringlist.text"
-msgid "Bold"
-msgstr "მუქი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_CTL_STYLE.4.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_NAME.LB_CTL_STYLE.4.stringlist.text"
-msgid "Bold italic"
-msgstr "მუქი კურსივი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.FT_CTL_SIZE.fixedtext.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_NAME.FT_CTL_SIZE.fixedtext.text"
-msgid "Size"
-msgstr "ზომა"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.FT_CTL_LANG.fixedtext.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_NAME.FT_CTL_LANG.fixedtext.text"
-msgid "Language"
-msgstr "ენა"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.WIN_CHAR_PREVIEW.window.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_NAME.WIN_CHAR_PREVIEW.window.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.FL_COLOR2.fixedline.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_NAME.FL_COLOR2.fixedline.text"
-msgid "Color"
-msgstr "ფერი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.FT_COLOR2.fixedtext.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_NAME.FT_COLOR2.fixedtext.text"
-msgid "Font ~color"
-msgstr "შრიფტის ~ფერი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.STR_CHARNAME_NOSTYLE.string.text
-msgid "No %1"
-msgstr ""
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.STR_CHARNAME_TRANSPARENT.string.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_NAME.STR_CHARNAME_TRANSPARENT.string.text"
-msgid "Transparent"
-msgstr "გამჭვირვალე"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.STR_CHARNAME_FAMILY.string.text
-#, fuzzy
-msgid "Family"
-msgstr "თამილი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.STR_CHARNAME_FONT.string.text
-#, fuzzy
-msgid "Font"
-msgstr ""
-"#-#-#-#-# dlg.po (PACKAGE VERSION) #-#-#-#-#\n"
-"შრიფტი\n"
-"#-#-#-#-# config.po (PACKAGE VERSION) #-#-#-#-#\n"
-"შრიფტი\n"
-"#-#-#-#-# dlg.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ფონტი\n"
-"#-#-#-#-# styleui.po (PACKAGE VERSION) #-#-#-#-#\n"
-"შრიფტი\n"
-"#-#-#-#-# options.po (PACKAGE VERSION) #-#-#-#-#\n"
-"შრიფტი\n"
-"#-#-#-#-# animations.po (PACKAGE VERSION) #-#-#-#-#\n"
-"შრიფტი\n"
-"#-#-#-#-# inc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"შრიფტი\n"
-"#-#-#-#-# form.po (PACKAGE VERSION) #-#-#-#-#\n"
-"შიფტი\n"
-"#-#-#-#-# items.po (PACKAGE VERSION) #-#-#-#-#\n"
-"შრიფტი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.STR_CHARNAME_STYLE.string.text
-#, fuzzy
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_NAME.STR_CHARNAME_STYLE.string.text"
-msgid "Style"
-msgstr "სტილი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_NAME.STR_CHARNAME_TYPEFACE.string.text
-msgid "Typeface"
-msgstr "მოხაზულობა"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.FT_FONTCOLOR.fixedtext.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.FT_FONTCOLOR.fixedtext.text"
-msgid "Font ~color"
-msgstr "შრიფტის ~ფერი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.FT_EFFECTS.fixedtext.text
-msgid "~Effects"
-msgstr ""
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_EFFECTS2.1.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_EFFECTS2.1.stringlist.text"
-msgid "(Without)"
-msgstr "(გარეშე)"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_EFFECTS2.2.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_EFFECTS2.2.stringlist.text"
-msgid "Capitals"
-msgstr "მთავრულები"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_EFFECTS2.3.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_EFFECTS2.3.stringlist.text"
-msgid "Lowercase"
-msgstr "ქვედა რეგისტრი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_EFFECTS2.4.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_EFFECTS2.4.stringlist.text"
-msgid "Title"
-msgstr "სათაური"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_EFFECTS2.5.stringlist.text
-msgid "Small capitals"
-msgstr "მცირე ნუსხური"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.FT_RELIEF.fixedtext.text
-msgid "~Relief"
-msgstr "~რელიეფი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_RELIEF.1.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_RELIEF.1.stringlist.text"
-msgid "(Without)"
-msgstr "(გარეშე)"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_RELIEF.2.stringlist.text
-msgid "Embossed"
-msgstr "რელიეფური"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_RELIEF.3.stringlist.text
-msgid "Engraved"
-msgstr "გრავირებული"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.CB_OUTLINE.tristatebox.text
-msgid "Out~line"
-msgstr "მონახაზი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.CB_SHADOW.tristatebox.text
-msgid "Sha~dow"
-msgstr "ჩრდილი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.CB_BLINKING.tristatebox.text
-msgid "~Blinking"
-msgstr "~ციმციმი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.CB_CHARHIDDEN.tristatebox.text
-msgid "H~idden"
-msgstr "და~მალული"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.FT_OVERLINE.fixedtext.text
-msgid "~Overlining"
-msgstr ""
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.1.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.1.stringlist.text"
-msgid "(Without)"
-msgstr "(გარეშე)"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.2.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.2.stringlist.text"
-msgid "Single"
-msgstr "ერთმაგი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.3.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.3.stringlist.text"
-msgid "Double"
-msgstr "ორმაგი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.4.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.4.stringlist.text"
-msgid "Bold"
-msgstr "მუქი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.5.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.5.stringlist.text"
-msgid "Dotted"
-msgstr "წერტილოვანი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.6.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.6.stringlist.text"
-msgid "Dotted (Bold)"
-msgstr "წერტილოვანი (მუქი)"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.7.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.7.stringlist.text"
-msgid "Dash"
-msgstr "ტირე"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.8.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.8.stringlist.text"
-msgid "Dash (Bold)"
-msgstr "ტირე (მუქი)"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.9.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.9.stringlist.text"
-msgid "Long Dash"
-msgstr "გრძელი ტირე"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.10.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.10.stringlist.text"
-msgid "Long Dash (Bold)"
-msgstr "გრძელი ტირე (მუქი)"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.11.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.11.stringlist.text"
-msgid "Dot Dash"
-msgstr "წერტილ-ტირე"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.12.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.12.stringlist.text"
-msgid "Dot Dash (Bold)"
-msgstr "წერტილ-ტირე (მუქი)"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.13.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.13.stringlist.text"
-msgid "Dot Dot Dash"
-msgstr "წერტილ-წერტილ"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.14.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.14.stringlist.text"
-msgid "Dot Dot Dash (Bold)"
-msgstr "წერტილ-წერტილ (მუქი)"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.15.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.15.stringlist.text"
-msgid "Wave"
-msgstr "ტალღა"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.16.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.16.stringlist.text"
-msgid "Wave (Bold)"
-msgstr "ტალღა (მუქი)"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.17.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_OVERLINE.17.stringlist.text"
-msgid "Double Wave"
-msgstr "ორმაგი ტალღა"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.FT_OVERLINE_COLOR.fixedtext.text
-msgid "O~verline color"
-msgstr ""
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.FT_STRIKEOUT.fixedtext.text
-msgid "~Strikethrough"
-msgstr ""
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_STRIKEOUT.1.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_STRIKEOUT.1.stringlist.text"
-msgid "(Without)"
-msgstr "(გარეშე)"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_STRIKEOUT.2.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_STRIKEOUT.2.stringlist.text"
-msgid "Single"
-msgstr "ერთმაგი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_STRIKEOUT.3.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_STRIKEOUT.3.stringlist.text"
-msgid "Double"
-msgstr "ორმაგი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_STRIKEOUT.4.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_STRIKEOUT.4.stringlist.text"
-msgid "Bold"
-msgstr "მუქი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_STRIKEOUT.5.stringlist.text
-msgid "With /"
-msgstr "სიგანე /"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_STRIKEOUT.6.stringlist.text
-msgid "With X"
-msgstr "სიგანე X"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.FT_UNDERLINE.fixedtext.text
-msgid "~Underlining"
-msgstr ""
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.1.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.1.stringlist.text"
-msgid "(Without)"
-msgstr "(გარეშე)"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.2.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.2.stringlist.text"
-msgid "Single"
-msgstr "ერთმაგი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.3.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.3.stringlist.text"
-msgid "Double"
-msgstr "ორმაგი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.4.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.4.stringlist.text"
-msgid "Bold"
-msgstr "მუქი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.5.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.5.stringlist.text"
-msgid "Dotted"
-msgstr "წერტილოვანი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.6.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.6.stringlist.text"
-msgid "Dotted (Bold)"
-msgstr "წერტილოვანი (მუქი)"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.7.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.7.stringlist.text"
-msgid "Dash"
-msgstr "ტირე"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.8.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.8.stringlist.text"
-msgid "Dash (Bold)"
-msgstr "ტირე (მუქი)"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.9.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.9.stringlist.text"
-msgid "Long Dash"
-msgstr "გრძელი ტირე"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.10.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.10.stringlist.text"
-msgid "Long Dash (Bold)"
-msgstr "გრძელი ტირე (მუქი)"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.11.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.11.stringlist.text"
-msgid "Dot Dash"
-msgstr "წერტილ-ტირე"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.12.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.12.stringlist.text"
-msgid "Dot Dash (Bold)"
-msgstr "წერტილ-ტირე (მუქი)"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.13.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.13.stringlist.text"
-msgid "Dot Dot Dash"
-msgstr "წერტილ-წერტილ"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.14.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.14.stringlist.text"
-msgid "Dot Dot Dash (Bold)"
-msgstr "წერტილ-წერტილ (მუქი)"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.15.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.15.stringlist.text"
-msgid "Wave"
-msgstr "ტალღა"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.16.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.16.stringlist.text"
-msgid "Wave (Bold)"
-msgstr "ტალღა (მუქი)"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.17.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_UNDERLINE.17.stringlist.text"
-msgid "Double Wave"
-msgstr "ორმაგი ტალღა"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.FT_UNDERLINE_COLOR.fixedtext.text
-msgid "U~nderline color"
-msgstr ""
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.CB_INDIVIDUALWORDS.checkbox.text
-msgid "Individual ~words"
-msgstr "ინდივიდუალური ~სიტყვები"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.FT_EMPHASIS.fixedtext.text
-msgid "Emp~hasis mark"
-msgstr "აქცენტის ნიშა~ნი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_EMPHASIS.1.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_EMPHASIS.1.stringlist.text"
-msgid "(Without)"
-msgstr "(გარეშე)"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_EMPHASIS.2.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_EMPHASIS.2.stringlist.text"
-msgid "Dot"
-msgstr "წერტილი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_EMPHASIS.3.stringlist.text
-msgid "Circle"
-msgstr "წრე"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_EMPHASIS.4.stringlist.text
-msgid "Disc"
-msgstr "დისკო"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_EMPHASIS.5.stringlist.text
-msgid "Accent"
-msgstr "აქცენტი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.FT_POSITION.fixedtext.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.FT_POSITION.fixedtext.text"
-msgid "~Position"
-msgstr "~მდებარეობა"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_POSITION.1.stringlist.text
-msgid "Above text"
-msgstr "ტექსტის ზევით"
+#. O6\q
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_EXT_PARAGRAPH\n"
+"BTN_HYPHEN\n"
+"tristatebox.text"
+msgid "A~utomatically"
+msgstr "ავტომატური"
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_POSITION.2.stringlist.text
-msgid "Below text"
-msgstr "ტექსტის ქვევით"
+#. s4qf
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_EXT_PARAGRAPH\n"
+"FT_HYPHENBEFORE\n"
+"fixedtext.text"
+msgid "C~haracters at line end"
+msgstr "სიმბოლოები ხაზის ბოლოში"
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.WIN_EFFECTS_PREVIEW.window.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.WIN_EFFECTS_PREVIEW.window.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. %kqA
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_EXT_PARAGRAPH\n"
+"FT_HYPHENAFTER\n"
+"fixedtext.text"
+msgid "Cha~racters at line begin"
+msgstr "სიმბოლოები ხაზის დასწყისში"
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.STR_EFFECTS_CAPITALS.string.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.STR_EFFECTS_CAPITALS.string.text"
-msgid "Capitals"
-msgstr "მთავრულები"
+#. ;PO.
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_EXT_PARAGRAPH\n"
+"FT_MAXHYPH\n"
+"fixedtext.text"
+msgid "~Maximum number of consecutive hyphens"
+msgstr "თ~ანმიმდევრული დეფისების მაქსიმალური რაოდენობა"
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.STR_EFFECTS_LOWERCASE.string.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.STR_EFFECTS_LOWERCASE.string.text"
-msgid "Lowercase"
-msgstr "ქვედა რეგისტრი"
+#. Omad
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_EXT_PARAGRAPH\n"
+"FL_HYPHEN\n"
+"fixedline.text"
+msgid "Hyphenation"
+msgstr "გადატანა"
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.STR_EFFECTS_TITLE.string.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.STR_EFFECTS_TITLE.string.text"
-msgid "Title"
-msgstr "სათაური"
+#. ]Sp@
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_EXT_PARAGRAPH\n"
+"FL_OPTIONS\n"
+"fixedline.text"
+msgid "Options"
+msgstr "პარამეტრები"
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.STR_EFFECTS_SMALL.string.text
-msgid "Small Capitals"
-msgstr "მცირე ნუსხური"
+#. E1i\
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_EXT_PARAGRAPH\n"
+"FL_BREAKS\n"
+"fixedline.text"
+msgid "Breaks"
+msgstr "წყვეტები"
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.STR_EFFECTS_OUTLINE.string.text
-msgid "Outline"
-msgstr "მონახაზი"
+#. rU:)
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_EXT_PARAGRAPH\n"
+"BTN_PAGEBREAK\n"
+"tristatebox.text"
+msgid "Insert"
+msgstr "ჩასმა"
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.STR_EFFECTS_SHADOW.string.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.STR_EFFECTS_SHADOW.string.text"
-msgid "Shadow"
-msgstr "ჩრდილი"
+#. ^[8,
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_EXT_PARAGRAPH\n"
+"FT_BREAKTYPE\n"
+"fixedtext.text"
+msgid "~Type"
+msgstr "~აკრეფა"
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.STR_EFFECTS_BLINKING.string.text
-msgid "Blinking"
-msgstr "ციმციმი"
+#. +2m-
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_EXT_PARAGRAPH.LB_BREAKTYPE\n"
+"1\n"
+"stringlist.text"
+msgid "Page"
+msgstr "გვერდი"
-#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.STR_CHARNAME_TRANSPARENT.string.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.STR_CHARNAME_TRANSPARENT.string.text"
-msgid "Transparent"
-msgstr "გამჭვირვალე"
+#. (v\9
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_EXT_PARAGRAPH.LB_BREAKTYPE\n"
+"2\n"
+"stringlist.text"
+msgid "Column"
+msgstr "სვეტი"
-#: chardlg.src#RID_SVXPAGE_CHAR_POSITION.FL_POSITION.fixedline.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_POSITION.FL_POSITION.fixedline.text"
+#. 8C1!
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_EXT_PARAGRAPH\n"
+"FT_BREAKPOSITION\n"
+"fixedtext.text"
msgid "Position"
msgstr "მდებარეობა"
-#: chardlg.src#RID_SVXPAGE_CHAR_POSITION.RB_HIGHPOS.radiobutton.text
-msgid "Superscript"
-msgstr "ზედა რეგისტრი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_POSITION.RB_NORMALPOS.radiobutton.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_POSITION.RB_NORMALPOS.radiobutton.text"
-msgid "Normal"
-msgstr "ჩვეულებრივი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_POSITION.RB_LOWPOS.radiobutton.text
-msgid "Subscript"
-msgstr "ქვედა რეგისტრი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_POSITION.FT_HIGHLOW.fixedtext.text
-msgid "~Raise/lower by"
-msgstr "~ზედა/ქვედა"
+#. VMnE
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_EXT_PARAGRAPH.LB_BREAKPOSITION\n"
+"1\n"
+"stringlist.text"
+msgid "Before"
+msgstr "მდე"
-#: chardlg.src#RID_SVXPAGE_CHAR_POSITION.CB_HIGHLOW.checkbox.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_POSITION.CB_HIGHLOW.checkbox.text"
-msgid "A~utomatic"
-msgstr "ა~ვტომატური"
+#. G;4q
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_EXT_PARAGRAPH.LB_BREAKPOSITION\n"
+"2\n"
+"stringlist.text"
+msgid "After"
+msgstr "შემდეგ"
-#: chardlg.src#RID_SVXPAGE_CHAR_POSITION.FT_FONTSIZE.fixedtext.text
-msgid "Relative font size"
-msgstr "შრიფტის შეფრადებითი ზომა"
+#. Qx[/
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_EXT_PARAGRAPH\n"
+"BTN_PAGECOLL\n"
+"tristatebox.text"
+msgid "With Page St~yle"
+msgstr "გვერდის სტილით"
-#: chardlg.src#RID_SVXPAGE_CHAR_POSITION.FL_ROTATION_SCALING.fixedline.text
-msgid "Rotation / scaling"
-msgstr "ბრუნვა / მაშტაბირება"
+#. A||6
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_EXT_PARAGRAPH\n"
+"FT_PAGENUM\n"
+"fixedtext.text"
+msgid "Page ~number"
+msgstr "გვერდის ნომერი"
-#: chardlg.src#RID_SVXPAGE_CHAR_POSITION.FL_SCALING.fixedline.text
-msgid "Scaling"
-msgstr "მაშტაბირება"
+#. 6B?@
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_EXT_PARAGRAPH\n"
+"BTN_KEEPTOGETHER\n"
+"tristatebox.text"
+msgid "~Do not split paragraph"
+msgstr "არ გაიყოს "
-#: chardlg.src#RID_SVXPAGE_CHAR_POSITION.RB_0_DEG.radiobutton.text
-msgid "~0 degrees"
-msgstr "~0 გრადუსი"
+#. \/51
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_EXT_PARAGRAPH\n"
+"CB_KEEPTOGETHER\n"
+"tristatebox.text"
+msgid "~Keep with next paragraph"
+msgstr "მომდევნო აბზაცტან ერთად ~დატოვება"
-#: chardlg.src#RID_SVXPAGE_CHAR_POSITION.RB_90_DEG.radiobutton.text
-msgid "~90 degrees"
-msgstr "~90 გრადუსი"
+#. [q5c
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_EXT_PARAGRAPH\n"
+"BTN_ORPHANS\n"
+"tristatebox.text"
+msgid "~Orphan control"
+msgstr "ობლის კონტროლი"
-#: chardlg.src#RID_SVXPAGE_CHAR_POSITION.RB_270_DEG.radiobutton.text
-msgid "~270 degrees"
-msgstr "~270 გრადუსი"
+#. ;)R[
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_EXT_PARAGRAPH\n"
+"FT_ORPHANS\n"
+"fixedtext.text"
+msgid "Lines"
+msgstr "ხაზები"
-#: chardlg.src#RID_SVXPAGE_CHAR_POSITION.CB_FIT_TO_LINE.checkbox.text
-msgid "Fit to line"
-msgstr "ხაზზე გათანაბრება"
+#. s_uO
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_EXT_PARAGRAPH\n"
+"BTN_WIDOWS\n"
+"tristatebox.text"
+msgid "~Widow control"
+msgstr "~ფანფრის კონტროლი"
-#: chardlg.src#RID_SVXPAGE_CHAR_POSITION.FT_SCALE_WIDTH.fixedtext.text
-msgid "Scale ~width"
-msgstr "მაშტაბირება ზომ~ით"
+#. =LpZ
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_EXT_PARAGRAPH\n"
+"FT_WIDOWS\n"
+"fixedtext.text"
+msgid "Lines"
+msgstr "ხაზები"
-#: chardlg.src#RID_SVXPAGE_CHAR_POSITION.FL_KERNING2.fixedline.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_POSITION.FL_KERNING2.fixedline.text"
-msgid "Spacing"
-msgstr "დაშორება"
+#. n9mP
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_EXT_PARAGRAPH\n"
+"tabpage.text"
+msgid "Text Flow"
+msgstr "ტექსტის დინება"
-#: chardlg.src#RID_SVXPAGE_CHAR_POSITION.LB_KERNING2.1.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_POSITION.LB_KERNING2.1.stringlist.text"
-msgid "Default"
-msgstr "სტანდარტული"
+#. (Z.s
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_PARA_ASIAN\n"
+"FL_AS_OPTIONS\n"
+"fixedline.text"
+msgid "Line change"
+msgstr "ხაზის შეცვლა"
-#: chardlg.src#RID_SVXPAGE_CHAR_POSITION.LB_KERNING2.2.stringlist.text
-msgid "Expanded"
-msgstr "გაშლილი"
+#. OaEY
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_PARA_ASIAN\n"
+"CB_AS_FORBIDDEN\n"
+"tristatebox.text"
+msgid "Apply list of forbidden characters to the beginning and end of lines"
+msgstr "აკრძალული სიმბოლოების სიის მისადაგება ხაზების დასაწყისში და ბოლოში"
-#: chardlg.src#RID_SVXPAGE_CHAR_POSITION.LB_KERNING2.3.stringlist.text
-msgid "Condensed"
-msgstr "შეკუმშული"
+#. -ajB
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_PARA_ASIAN\n"
+"CB_AS_HANG_PUNC\n"
+"tristatebox.text"
+msgid "Allow hanging punctuation"
+msgstr "დაკიდებული პუნქტუაციის დაშვება"
-#: chardlg.src#RID_SVXPAGE_CHAR_POSITION.FT_KERNING2.fixedtext.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_POSITION.FT_KERNING2.fixedtext.text"
-msgid "b~y"
-msgstr "თ~ან"
+#. _OC;
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_PARA_ASIAN\n"
+"CB_AS_SCRIPT_SPACE\n"
+"tristatebox.text"
+msgid "Apply spacing between Asian, Latin and Complex text"
+msgstr "ჰარეების გამოყენება აზიურ, ლათინურ და შერეულ ტექსტს შორის"
-#: chardlg.src#RID_SVXPAGE_CHAR_POSITION.CB_PAIRKERNING.checkbox.text
-msgid "~Pair kerning"
-msgstr "წყვილი~ს კერნინგი"
+#. Wkuv
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"RID_SVXPAGE_PARA_ASIAN\n"
+"tabpage.text"
+msgid "Asian Typography"
+msgstr "აზიური ტიპოგრაფია"
-#: chardlg.src#RID_SVXPAGE_CHAR_POSITION.WIN_POS_PREVIEW.window.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_POSITION.WIN_POS_PREVIEW.window.text"
+#. Z|=E
+#: paragrph.src
+#, fuzzy
+msgctxt ""
+"paragrph.src\n"
+"STR_EXAMPLE\n"
+"string.text"
msgid "Example"
msgstr "მაგალითი"
-#: chardlg.src#RID_SVXPAGE_CHAR_TWOLINES.FL_SWITCHON.fixedline.text
-msgid "Double-lined"
-msgstr "წყვილხაზიანი"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_TWOLINES.CB_TWOLINES.checkbox.text
-msgid "~Write in double lines"
-msgstr "ჩაწერ~ა წყვილ ხაზს შორის"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_TWOLINES.FL_ENCLOSE.fixedline.text
-msgid "Enclosing character"
-msgstr "დამხურველი სიმბოლო"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_TWOLINES.FT_STARTBRACKET.fixedtext.text
-msgid "I~nitial character"
-msgstr "~გამხსნელი სიმბოლო"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_TWOLINES.ED_STARTBRACKET.1.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_TWOLINES.ED_STARTBRACKET.1.stringlist.text"
-msgid "(None)"
-msgstr "(არცერთი)"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_TWOLINES.ED_STARTBRACKET.2.stringlist.text
-msgid "("
-msgstr "("
-
-#: chardlg.src#RID_SVXPAGE_CHAR_TWOLINES.ED_STARTBRACKET.3.stringlist.text
-msgid "["
-msgstr "["
-
-#: chardlg.src#RID_SVXPAGE_CHAR_TWOLINES.ED_STARTBRACKET.4.stringlist.text
-msgid "<"
-msgstr "<"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_TWOLINES.ED_STARTBRACKET.5.stringlist.text
-msgid "{"
-msgstr "{"
-
-#: chardlg.src#RID_SVXPAGE_CHAR_TWOLINES.ED_STARTBRACKET.6.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_TWOLINES.ED_STARTBRACKET.6.stringlist.text"
-msgid "Other Characters..."
-msgstr "სხვა სიმბოლოები..."
-
-#: chardlg.src#RID_SVXPAGE_CHAR_TWOLINES.FT_ENDBRACKET.fixedtext.text
-msgid "Final charact~er"
-msgstr "დამამთავრებ~ელი სიმბოლოები"
+#. ]/7=
+#: paragrph.src
+msgctxt ""
+"paragrph.src\n"
+"STR_PAGE_STYLE\n"
+"string.text"
+msgid "Page Style"
+msgstr "გვერდის სტილი"
-#: chardlg.src#RID_SVXPAGE_CHAR_TWOLINES.ED_ENDBRACKET.1.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_TWOLINES.ED_ENDBRACKET.1.stringlist.text"
-msgid "(None)"
-msgstr "(არცერთი)"
+#. lJ(k
+#: macroass.src
+msgctxt ""
+"macroass.src\n"
+"RID_SVXPAGE_EVENTASSIGN\n"
+"STR_EVENT\n"
+"string.text"
+msgid "Event"
+msgstr "მოვლენა"
-#: chardlg.src#RID_SVXPAGE_CHAR_TWOLINES.ED_ENDBRACKET.2.stringlist.text
-msgid ")"
-msgstr ")"
+#. i0E2
+#: macroass.src
+msgctxt ""
+"macroass.src\n"
+"RID_SVXPAGE_EVENTASSIGN\n"
+"STR_ASSMACRO\n"
+"string.text"
+msgid "Assigned macro"
+msgstr ""
-#: chardlg.src#RID_SVXPAGE_CHAR_TWOLINES.ED_ENDBRACKET.3.stringlist.text
-msgid "]"
-msgstr "]"
+#. qfu2
+#: macroass.src
+#, fuzzy
+msgctxt ""
+"macroass.src\n"
+"RID_SVXPAGE_EVENTASSIGN\n"
+"FT_LABEL4LB_MACROS\n"
+"fixedtext.text"
+msgid "~Existing macros\n"
+msgstr "არსებული მაკროე~ბი:"
-#: chardlg.src#RID_SVXPAGE_CHAR_TWOLINES.ED_ENDBRACKET.4.stringlist.text
-msgid ">"
-msgstr ">"
+#. ts5_
+#: macroass.src
+msgctxt ""
+"macroass.src\n"
+"RID_SVXPAGE_EVENTASSIGN\n"
+"PB_ASSIGN\n"
+"pushbutton.text"
+msgid "~Assign"
+msgstr "~მინიჭება"
-#: chardlg.src#RID_SVXPAGE_CHAR_TWOLINES.ED_ENDBRACKET.5.stringlist.text
-msgid "}"
-msgstr "}"
+#. Jft1
+#: macroass.src
+msgctxt ""
+"macroass.src\n"
+"RID_SVXPAGE_EVENTASSIGN\n"
+"PB_DELETE\n"
+"pushbutton.text"
+msgid "~Remove"
+msgstr "Remove"
-#: chardlg.src#RID_SVXPAGE_CHAR_TWOLINES.ED_ENDBRACKET.6.stringlist.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_TWOLINES.ED_ENDBRACKET.6.stringlist.text"
-msgid "Other Characters..."
-msgstr "სხვა სიმბოლოები..."
+#. \1di
+#: macroass.src
+msgctxt ""
+"macroass.src\n"
+"RID_SVXPAGE_EVENTASSIGN\n"
+"STR_MACROS\n"
+"string.text"
+msgid "Macros"
+msgstr "მარკოსები"
-#: chardlg.src#RID_SVXPAGE_CHAR_TWOLINES.WIN_TWOLINES_PREVIEW.window.text
-msgctxt "chardlg.src#RID_SVXPAGE_CHAR_TWOLINES.WIN_TWOLINES_PREVIEW.window.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. mt7o
+#: macroass.src
+msgctxt ""
+"macroass.src\n"
+"RID_SVXPAGE_EVENTASSIGN\n"
+"tabpage.text"
+msgid "Assign Macro"
+msgstr ""
-#: autocdlg.src#RID_OFA_AUTOCORR_DLG.1.RID_OFAPAGE_AUTOCORR_REPLACE.pageitem.text
+#. $-R1
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFA_AUTOCORR_DLG.1\n"
+"RID_OFAPAGE_AUTOCORR_REPLACE\n"
+"pageitem.text"
msgid "Replace"
msgstr "ჩანაცვლება"
-#: autocdlg.src#RID_OFA_AUTOCORR_DLG.1.RID_OFAPAGE_AUTOCORR_EXCEPT.pageitem.text
+#. %iDN
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFA_AUTOCORR_DLG.1\n"
+"RID_OFAPAGE_AUTOCORR_EXCEPT\n"
+"pageitem.text"
msgid "Exceptions"
msgstr "გამონაკლისები"
-#: autocdlg.src#RID_OFA_AUTOCORR_DLG.1.RID_OFAPAGE_AUTOCORR_OPTIONS.pageitem.text
-msgctxt "autocdlg.src#RID_OFA_AUTOCORR_DLG.1.RID_OFAPAGE_AUTOCORR_OPTIONS.pageitem.text"
+#. r$zB
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFA_AUTOCORR_DLG.1\n"
+"RID_OFAPAGE_AUTOCORR_OPTIONS\n"
+"pageitem.text"
msgid "Options"
msgstr "პარამეტრები"
-#: autocdlg.src#RID_OFA_AUTOCORR_DLG.1.RID_OFAPAGE_AUTOFMT_APPLY.pageitem.text
-msgctxt "autocdlg.src#RID_OFA_AUTOCORR_DLG.1.RID_OFAPAGE_AUTOFMT_APPLY.pageitem.text"
+#. ]?@*
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFA_AUTOCORR_DLG.1\n"
+"RID_OFAPAGE_AUTOFMT_APPLY\n"
+"pageitem.text"
msgid "Options"
msgstr "პარამეტრები"
-#: autocdlg.src#RID_OFA_AUTOCORR_DLG.1.RID_OFAPAGE_AUTOCORR_QUOTE.pageitem.text
-msgctxt "autocdlg.src#RID_OFA_AUTOCORR_DLG.1.RID_OFAPAGE_AUTOCORR_QUOTE.pageitem.text"
+#. h#j_
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFA_AUTOCORR_DLG.1\n"
+"RID_OFAPAGE_AUTOCORR_QUOTE\n"
+"pageitem.text"
msgid "Localized Options"
msgstr ""
-#: autocdlg.src#RID_OFA_AUTOCORR_DLG.1.RID_OFAPAGE_AUTOCOMPLETE_OPTIONS.pageitem.text
-msgctxt "autocdlg.src#RID_OFA_AUTOCORR_DLG.1.RID_OFAPAGE_AUTOCOMPLETE_OPTIONS.pageitem.text"
+#. (O)t
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFA_AUTOCORR_DLG.1\n"
+"RID_OFAPAGE_AUTOCOMPLETE_OPTIONS\n"
+"pageitem.text"
msgid "Word Completion"
msgstr "სიტყვის დასრულება"
-#: autocdlg.src#RID_OFA_AUTOCORR_DLG.1.RID_OFAPAGE_SMARTTAG_OPTIONS.pageitem.text
-msgctxt "autocdlg.src#RID_OFA_AUTOCORR_DLG.1.RID_OFAPAGE_SMARTTAG_OPTIONS.pageitem.text"
+#. K({T
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFA_AUTOCORR_DLG.1\n"
+"RID_OFAPAGE_SMARTTAG_OPTIONS\n"
+"pageitem.text"
msgid "Smart Tags"
msgstr ""
-#: autocdlg.src#RID_OFA_AUTOCORR_DLG.FT_LANG.fixedtext.text
+#. d@N`
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFA_AUTOCORR_DLG\n"
+"FT_LANG\n"
+"fixedtext.text"
msgid "Replacements and exceptions for language:"
msgstr "ჩანაცვლებები და გამონაკლისები ენისათვის:"
-#: autocdlg.src#RID_OFA_AUTOCORR_DLG.tabdialog.text
+#. `jKj
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFA_AUTOCORR_DLG\n"
+"tabdialog.text"
msgid "AutoCorrect"
msgstr "ავტოკორექცია"
-#: autocdlg.src#COMMON_CLB_ENTRIES.ST_USE_REPLACE.string.text
+#. mv.C
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"COMMON_CLB_ENTRIES\n"
+"ST_USE_REPLACE\n"
+"string.text"
msgid "Use replacement table"
msgstr "ჩანაცვლების ცხრილის გამოყენება"
-#: autocdlg.src#COMMON_CLB_ENTRIES.ST_CPTL_STT_WORD.string.text
+#. 0X7D
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"COMMON_CLB_ENTRIES\n"
+"ST_CPTL_STT_WORD\n"
+"string.text"
msgid "Correct TWo INitial CApitals"
msgstr "Correct TWo INitial CApitals"
-#: autocdlg.src#COMMON_CLB_ENTRIES.ST_CPTL_STT_SENT.string.text
+#. FMV4
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"COMMON_CLB_ENTRIES\n"
+"ST_CPTL_STT_SENT\n"
+"string.text"
msgid "Capitalize first letter of every sentence"
msgstr "ყოველი წინანდადების პირველი სიმბოლო მხედრულით"
-#: autocdlg.src#COMMON_CLB_ENTRIES.ST_BOLD_UNDER.string.text
+#. |L6G
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"COMMON_CLB_ENTRIES\n"
+"ST_BOLD_UNDER\n"
+"string.text"
msgid "Automatic *bold* and _underline_"
msgstr "ავტომატური *გამუქება* და _ხაზგასმა_"
-#: autocdlg.src#COMMON_CLB_ENTRIES.STR_NO_DBL_SPACES.string.text
+#. H[+g
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"COMMON_CLB_ENTRIES\n"
+"STR_NO_DBL_SPACES\n"
+"string.text"
msgid "Ignore double spaces"
msgstr "ორმაგი ჰარეს უგულვებელყოფა"
-#: autocdlg.src#COMMON_CLB_ENTRIES.ST_DETECT_URL.string.text
+#. X,n4
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"COMMON_CLB_ENTRIES\n"
+"ST_DETECT_URL\n"
+"string.text"
msgid "URL Recognition"
msgstr "URL-ის ამოცნობა"
-#: autocdlg.src#COMMON_CLB_ENTRIES.ST_DASH.string.text
+#. S+Mv
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"COMMON_CLB_ENTRIES\n"
+"ST_DASH\n"
+"string.text"
msgid "Replace dashes"
msgstr "ჩაანაცვლეთ ტირეები"
-#: autocdlg.src#COMMON_CLB_ENTRIES.ST_CORRECT_ACCIDENTAL_CAPS_LOCK.string.text
+#. B`19
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"COMMON_CLB_ENTRIES\n"
+"ST_CORRECT_ACCIDENTAL_CAPS_LOCK\n"
+"string.text"
msgid "Correct accidental use of cAPS LOCK key"
msgstr ""
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_OPTIONS.tabpage.text
+#. ukmo
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_OPTIONS\n"
+"tabpage.text"
msgid "Settings"
msgstr "პარამეტრები"
-#: autocdlg.src#RID_OFAPAGE_AUTOFMT_APPLY.PB_EDIT.pushbutton.text
-msgctxt "autocdlg.src#RID_OFAPAGE_AUTOFMT_APPLY.PB_EDIT.pushbutton.text"
+#. kXDp
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOFMT_APPLY\n"
+"PB_EDIT\n"
+"pushbutton.text"
msgid "~Edit..."
msgstr "ჩ~ასწორება"
-#: autocdlg.src#RID_OFAPAGE_AUTOFMT_APPLY.STR_HEADER1.string.text
-msgctxt "autocdlg.src#RID_OFAPAGE_AUTOFMT_APPLY.STR_HEADER1.string.text"
+#. _iVG
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOFMT_APPLY\n"
+"STR_HEADER1\n"
+"string.text"
msgid "[M]"
msgstr "[M]"
-#: autocdlg.src#RID_OFAPAGE_AUTOFMT_APPLY.STR_HEADER2.string.text
-msgctxt "autocdlg.src#RID_OFAPAGE_AUTOFMT_APPLY.STR_HEADER2.string.text"
+#. E\g,
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOFMT_APPLY\n"
+"STR_HEADER2\n"
+"string.text"
msgid "[T]"
msgstr "[T]"
-#: autocdlg.src#RID_OFAPAGE_AUTOFMT_APPLY.FT_HEADER1_EXPLANATION.fixedtext.text
+#. pT*_
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOFMT_APPLY\n"
+"FT_HEADER1_EXPLANATION\n"
+"fixedtext.text"
msgid "[M]: Replace while modifying existing text"
msgstr "[M]: ჩაანაცვლეთ, სანამ მოდიფიცეირებადი ტექსტი გახსნილია"
-#: autocdlg.src#RID_OFAPAGE_AUTOFMT_APPLY.FT_HEADER2_EXPLANATION.fixedtext.text
+#. 0Qc8
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOFMT_APPLY\n"
+"FT_HEADER2_EXPLANATION\n"
+"fixedtext.text"
msgid "[T]: AutoFormat/AutoCorrect while typing"
msgstr "[T]: ავტოფორმატირება/ავტოკორექცია ტექსტის აკრეფვისას"
-#: autocdlg.src#RID_OFAPAGE_AUTOFMT_APPLY.ST_DEL_EMPTY_PARA.string.text
+#. M.gd
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOFMT_APPLY\n"
+"ST_DEL_EMPTY_PARA\n"
+"string.text"
msgid "Remove blank paragraphs"
msgstr "ცარიელი აბზაცების ამოღება"
-#: autocdlg.src#RID_OFAPAGE_AUTOFMT_APPLY.ST_USER_STYLE.string.text
+#. `1g0
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOFMT_APPLY\n"
+"ST_USER_STYLE\n"
+"string.text"
msgid "Replace Custom Styles"
msgstr "მორგებული სტილების ჩანაცვლება"
-#: autocdlg.src#RID_OFAPAGE_AUTOFMT_APPLY.ST_BULLET.string.text
+#. 3.Pp
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOFMT_APPLY\n"
+"ST_BULLET\n"
+"string.text"
msgid "Replace bullets with: "
msgstr "ბულეტების ჩანაცვლება:"
-#: autocdlg.src#RID_OFAPAGE_AUTOFMT_APPLY.ST_RIGHT_MARGIN.string.text
+#. -j6z
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOFMT_APPLY\n"
+"ST_RIGHT_MARGIN\n"
+"string.text"
msgid "Combine single line paragraphs if length greater than"
msgstr "გააერთიანეთ ერთხაზიანი აბზაცები, თუ მათი სიგრძე მეტია ვიდრე"
-#: autocdlg.src#RID_OFAPAGE_AUTOFMT_APPLY.STR_NUM.string.text
+#. ag=D
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOFMT_APPLY\n"
+"STR_NUM\n"
+"string.text"
msgid "Apply numbering - symbol: "
msgstr "ნუმერაციის - სიმბოლოს მოსადაგება:"
-#: autocdlg.src#RID_OFAPAGE_AUTOFMT_APPLY.STR_BORDER.string.text
+#. G_2y
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOFMT_APPLY\n"
+"STR_BORDER\n"
+"string.text"
msgid "Apply border"
msgstr "ჩარჩოს მისადაგება"
-#: autocdlg.src#RID_OFAPAGE_AUTOFMT_APPLY.STR_TABLE.string.text
+#. 0]MR
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOFMT_APPLY\n"
+"STR_TABLE\n"
+"string.text"
msgid "Create table"
msgstr "ცხრილის შექმნა"
-#: autocdlg.src#RID_OFAPAGE_AUTOFMT_APPLY.STR_REPLACE_TEMPLATES.string.text
+#. 8kir
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOFMT_APPLY\n"
+"STR_REPLACE_TEMPLATES\n"
+"string.text"
msgid "Apply Styles"
msgstr "სტილის მისადაგება"
-#: autocdlg.src#RID_OFAPAGE_AUTOFMT_APPLY.STR_DEL_SPACES_AT_STT_END.string.text
+#. +[L8
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOFMT_APPLY\n"
+"STR_DEL_SPACES_AT_STT_END\n"
+"string.text"
msgid "Delete spaces and tabs at beginning and end of paragraph"
msgstr "აბზაცის დასაწყისში და ბოლოში ჰარეების და ტაბულაციის წაშლა"
-#: autocdlg.src#RID_OFAPAGE_AUTOFMT_APPLY.STR_DEL_SPACES_BETWEEN_LINES.string.text
+#. ]UYr
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOFMT_APPLY\n"
+"STR_DEL_SPACES_BETWEEN_LINES\n"
+"string.text"
msgid "Delete spaces and tabs at end and start of line"
msgstr "ხაზის დასაწყისში და ბოლოში ჰარეების და ტაბულაციის წაშლა"
-#: autocdlg.src#RID_OFADLG_PRCNT_SET.FL_PRCNT.fixedline.text
+#. ^1|!
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFADLG_PRCNT_SET\n"
+"FL_PRCNT\n"
+"fixedline.text"
msgid "Minimum size"
msgstr "მინიმალური ზომა"
-#: autocdlg.src#RID_OFADLG_PRCNT_SET.modaldialog.text
+#. 6\kd
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFADLG_PRCNT_SET\n"
+"modaldialog.text"
msgid "Combine"
msgstr "გაერთიანება"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_REPLACE.FT_SHORT.fixedtext.text
-msgctxt "autocdlg.src#RID_OFAPAGE_AUTOCORR_REPLACE.FT_SHORT.fixedtext.text"
+#. Md6)
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_REPLACE\n"
+"FT_SHORT\n"
+"fixedtext.text"
msgid "Repla~ce"
msgstr "ჩანაცვ~ლება"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_REPLACE.FT_REPLACE.fixedtext.text
+#. v=7;
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_REPLACE\n"
+"FT_REPLACE\n"
+"fixedtext.text"
msgid "~With:"
msgstr "~სიგანე:"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_REPLACE.CB_TEXT_ONLY.checkbox.text
+#. j!Eh
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_REPLACE\n"
+"CB_TEXT_ONLY\n"
+"checkbox.text"
msgid "~Text only"
msgstr "~მხოლოდ ტექსტი"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_REPLACE.PB_NEW_REPLACE.pushbutton.text
-msgctxt "autocdlg.src#RID_OFAPAGE_AUTOCORR_REPLACE.PB_NEW_REPLACE.pushbutton.text"
+#. ~H{[
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_REPLACE\n"
+"PB_NEW_REPLACE\n"
+"pushbutton.text"
msgid "~New"
msgstr "~ახალი"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_REPLACE.PB_DELETE_REPLACE.pushbutton.text
-msgctxt "autocdlg.src#RID_OFAPAGE_AUTOCORR_REPLACE.PB_DELETE_REPLACE.pushbutton.text"
+#. FeJZ
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_REPLACE\n"
+"PB_DELETE_REPLACE\n"
+"pushbutton.text"
msgid "~Delete"
msgstr "~წაშლა"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_REPLACE.STR_MODIFY.string.text
+#. 5=_`
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_REPLACE\n"
+"STR_MODIFY\n"
+"string.text"
msgid "~Replace"
msgstr "~ჩანაცვლება"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_EXCEPT.FL_ABBREV.fixedline.text
+#. ECB7
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_EXCEPT\n"
+"FL_ABBREV\n"
+"fixedline.text"
msgid "Abbreviations (no subsequent capital)"
msgstr "აბრევიატურა (ქვედა რეგისტრის სიმბოლოების გარეშე)"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_EXCEPT.PB_NEWABBREV.pushbutton.text
-msgctxt "autocdlg.src#RID_OFAPAGE_AUTOCORR_EXCEPT.PB_NEWABBREV.pushbutton.text"
+#. qJB2
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_EXCEPT\n"
+"PB_NEWABBREV\n"
+"pushbutton.text"
msgid "~New"
msgstr "~ახალი"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_EXCEPT.PB_DELABBREV.pushbutton.text
-msgctxt "autocdlg.src#RID_OFAPAGE_AUTOCORR_EXCEPT.PB_DELABBREV.pushbutton.text"
+#. )H[d
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_EXCEPT\n"
+"PB_DELABBREV\n"
+"pushbutton.text"
msgid "~Delete"
msgstr "~წაშლა"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_EXCEPT.CB_AUTOABBREV.checkbox.text
+#. )n=I
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_EXCEPT\n"
+"CB_AUTOABBREV\n"
+"checkbox.text"
msgid "~AutoInclude"
msgstr "~ავტოჩასმა"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_EXCEPT.FL_DOUBLECAPS.fixedline.text
+#. qji9
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_EXCEPT\n"
+"FL_DOUBLECAPS\n"
+"fixedline.text"
msgid "Words with TWo INitial CApitals"
msgstr "სიტყვები დაწყებული ორი მთავრული ასოთი"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_EXCEPT.PB_NEWDOUBLECAPS.pushbutton.text
+#. E{Gr
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_EXCEPT\n"
+"PB_NEWDOUBLECAPS\n"
+"pushbutton.text"
msgid "Ne~w"
msgstr "ა~ხალი"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_EXCEPT.PB_DELDOUBLECAPS.pushbutton.text
+#. Jd!_
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_EXCEPT\n"
+"PB_DELDOUBLECAPS\n"
+"pushbutton.text"
msgid "Dele~te"
msgstr "წაშ~ლა"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_EXCEPT.CB_AUTOCAPS.checkbox.text
+#. a7:W
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_EXCEPT\n"
+"CB_AUTOCAPS\n"
+"checkbox.text"
msgid "A~utoInclude"
msgstr "ავ~ტოჩასმა"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_EXCEPT.STR_PB_NEWABBREV.string.text
+#. ^}`W
+#: autocdlg.src
#, fuzzy
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_EXCEPT\n"
+"STR_PB_NEWABBREV\n"
+"string.text"
msgid "New abbreviations"
msgstr "შემცირება"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_EXCEPT.STR_PB_DELABBREV.string.text
+#. RSVZ
+#: autocdlg.src
#, fuzzy
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_EXCEPT\n"
+"STR_PB_DELABBREV\n"
+"string.text"
msgid "Delete abbreviations"
msgstr "პარამეტრების წაშლა"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_EXCEPT.STR_PB_NEWDOUBLECAPS.string.text
+#. auO@
+#: autocdlg.src
#, fuzzy
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_EXCEPT\n"
+"STR_PB_NEWDOUBLECAPS\n"
+"string.text"
msgid "New words with two initial capitals"
msgstr "სიტყვები დაწყებული ორი მთავრული ასოთი"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_EXCEPT.STR_PB_DELDOUBLECAPS.string.text
+#. A.R2
+#: autocdlg.src
#, fuzzy
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_EXCEPT\n"
+"STR_PB_DELDOUBLECAPS\n"
+"string.text"
msgid "Delete words with two initial capitals"
msgstr "სიტყვები დაწყებული ორი მთავრული ასოთი"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_QUOTE.STR_HEADER1.string.text
-msgctxt "autocdlg.src#RID_OFAPAGE_AUTOCORR_QUOTE.STR_HEADER1.string.text"
+#. JFG?
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_QUOTE\n"
+"STR_HEADER1\n"
+"string.text"
msgid "[M]"
msgstr "[M]"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_QUOTE.STR_HEADER2.string.text
-msgctxt "autocdlg.src#RID_OFAPAGE_AUTOCORR_QUOTE.STR_HEADER2.string.text"
+#. dc!2
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_QUOTE\n"
+"STR_HEADER2\n"
+"string.text"
msgid "[T]"
msgstr "[T]"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_QUOTE.ST_NON_BREAK_SPACE.string.text
+#. C+Ug
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_QUOTE\n"
+"ST_NON_BREAK_SPACE\n"
+"string.text"
msgid "Add non breaking space before specific punctuation marks in french text"
msgstr ""
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_QUOTE.ST_ORDINAL.string.text
+#. ]2VJ
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_QUOTE\n"
+"ST_ORDINAL\n"
+"string.text"
msgid "Format ordinal numbers suffixes (1st -> 1^st)"
msgstr ""
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_QUOTE.FL_SINGLE.fixedline.text
+#. -A%1
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_QUOTE\n"
+"FL_SINGLE\n"
+"fixedline.text"
msgid "Single quotes"
msgstr "ერთმაგი ბრჭყალები"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_QUOTE.CB_SGL_TYPO.checkbox.text
-msgctxt "autocdlg.src#RID_OFAPAGE_AUTOCORR_QUOTE.CB_SGL_TYPO.checkbox.text"
+#. 2ie3
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_QUOTE\n"
+"CB_SGL_TYPO\n"
+"checkbox.text"
msgid "Repla~ce"
msgstr "ჩანაცვლე~ბა"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_QUOTE.FT_SGL_STARTQUOTE.fixedtext.text
+#. B74f
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_QUOTE\n"
+"FT_SGL_STARTQUOTE\n"
+"fixedtext.text"
msgid "~Start quote:"
msgstr "გა~მხსნელი ბრჭყალი:"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_QUOTE.FT_SGL_ENDQUOTE.fixedtext.text
+#. p/_n
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_QUOTE\n"
+"FT_SGL_ENDQUOTE\n"
+"fixedtext.text"
msgid "~End quote:"
msgstr "~დამხურავი ბრჭყალი:"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_QUOTE.PB_SGL_STD.pushbutton.text
-msgctxt "autocdlg.src#RID_OFAPAGE_AUTOCORR_QUOTE.PB_SGL_STD.pushbutton.text"
+#. EX/O
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_QUOTE\n"
+"PB_SGL_STD\n"
+"pushbutton.text"
msgid "~Default"
msgstr "~სტანდარტული"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_QUOTE.FL_DOUBLE.fixedline.text
+#. [iUT
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_QUOTE\n"
+"FL_DOUBLE\n"
+"fixedline.text"
msgid "Double quotes"
msgstr "ორმაგი ბრჭყალი"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_QUOTE.CB_TYPO.checkbox.text
+#. )t3#
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_QUOTE\n"
+"CB_TYPO\n"
+"checkbox.text"
msgid "Repl~ace"
msgstr "ჩანა~ცვლება"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_QUOTE.FT_STARTQUOTE.fixedtext.text
+#. DrFf
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_QUOTE\n"
+"FT_STARTQUOTE\n"
+"fixedtext.text"
msgid "Start q~uote:"
msgstr "გა~მხსნელი ბრჭყალი:"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_QUOTE.FT_ENDQUOTE.fixedtext.text
+#. :3`Z
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_QUOTE\n"
+"FT_ENDQUOTE\n"
+"fixedtext.text"
msgid "E~nd quote:"
msgstr "~დამხურავი ბრჭყალი:"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_QUOTE.PB_DBL_STD.pushbutton.text
+#. !7g6
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_QUOTE\n"
+"PB_DBL_STD\n"
+"pushbutton.text"
msgid "De~fault"
msgstr "ნაგუ~ლისხმევი"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_QUOTE.STR_CHANGE_START.string.text
+#. GPLo
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_QUOTE\n"
+"STR_CHANGE_START\n"
+"string.text"
msgid "Start quote"
msgstr "გამხსნელი ბრჭყალი"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_QUOTE.STR_CHANGE_END.string.text
+#. ).eR
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_QUOTE\n"
+"STR_CHANGE_END\n"
+"string.text"
msgid "End quote"
msgstr "დამხურავი ბრჭყალი:"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_QUOTE.ST_STANDARD.string.text
-msgctxt "autocdlg.src#RID_OFAPAGE_AUTOCORR_QUOTE.ST_STANDARD.string.text"
+#. N@eH
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_QUOTE\n"
+"ST_STANDARD\n"
+"string.text"
msgid "Default"
msgstr "სტანდარტული"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_QUOTE.STR_PB_SGL_STD.string.text
+#. ^)Z|
+#: autocdlg.src
#, fuzzy
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_QUOTE\n"
+"STR_PB_SGL_STD\n"
+"string.text"
msgid "Single quotes default"
msgstr "ერთმაგი ბრჭყალები"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_QUOTE.STR_PB_DBL_STD.string.text
+#. |kXi
+#: autocdlg.src
#, fuzzy
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_QUOTE\n"
+"STR_PB_DBL_STD\n"
+"string.text"
msgid "Double quotes default"
msgstr "ორმაგი ბრჭყალი"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_QUOTE.STR_PB_SGL_START.string.text
+#. 5X,b
+#: autocdlg.src
#, fuzzy
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_QUOTE\n"
+"STR_PB_SGL_START\n"
+"string.text"
msgid "Start quote of single quotes"
msgstr "ერთმაგი ბრჭყალები"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_QUOTE.STR_PB_DBL_START.string.text
+#. ]QB^
+#: autocdlg.src
#, fuzzy
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_QUOTE\n"
+"STR_PB_DBL_START\n"
+"string.text"
msgid "Start quote of double quotes"
msgstr "ერთმაგი ბრჭყალები"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_QUOTE.STR_PB_SGL_END.string.text
+#. $HU7
+#: autocdlg.src
#, fuzzy
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_QUOTE\n"
+"STR_PB_SGL_END\n"
+"string.text"
msgid "End quote of single quotes"
msgstr "ერთმაგი ბრჭყალები"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_QUOTE.STR_PB_DBL_END.string.text
+#. SjPl
+#: autocdlg.src
#, fuzzy
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_QUOTE\n"
+"STR_PB_DBL_END\n"
+"string.text"
msgid "End quote of double quotes"
msgstr "ორმაგი ბრჭყალი"
-#: autocdlg.src#RID_OFAPAGE_AUTOCORR_QUOTE.tabpage.text
-msgctxt "autocdlg.src#RID_OFAPAGE_AUTOCORR_QUOTE.tabpage.text"
+#. LQ^p
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCORR_QUOTE\n"
+"tabpage.text"
msgid "Localized Options"
msgstr ""
-#: autocdlg.src#RID_OFAPAGE_AUTOCOMPLETE_OPTIONS.CB_ACTIV.checkbox.text
+#. bb2+
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCOMPLETE_OPTIONS\n"
+"CB_ACTIV\n"
+"checkbox.text"
msgid "Enable word ~completion"
msgstr "სიტყვის დასრულ~ების ნების დართვა"
-#: autocdlg.src#RID_OFAPAGE_AUTOCOMPLETE_OPTIONS.CB_APPEND_SPACE.checkbox.text
+#. ~kT\
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCOMPLETE_OPTIONS\n"
+"CB_APPEND_SPACE\n"
+"checkbox.text"
msgid "~Append space"
msgstr "~სივრცის მისადაგება"
-#: autocdlg.src#RID_OFAPAGE_AUTOCOMPLETE_OPTIONS.CB_AS_TIP.checkbox.text
+#. 5Ilv
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCOMPLETE_OPTIONS\n"
+"CB_AS_TIP\n"
+"checkbox.text"
msgid "~Show as tip"
msgstr "~რჩევის შვენება"
-#: autocdlg.src#RID_OFAPAGE_AUTOCOMPLETE_OPTIONS.CB_COLLECT.checkbox.text
+#. )rBV
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCOMPLETE_OPTIONS\n"
+"CB_COLLECT\n"
+"checkbox.text"
msgid "C~ollect words"
msgstr "სი~ტყვების გაერთიანება"
-#: autocdlg.src#RID_OFAPAGE_AUTOCOMPLETE_OPTIONS.CB_REMOVE_LIST.checkbox.text
+#. Ox(#
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCOMPLETE_OPTIONS\n"
+"CB_REMOVE_LIST\n"
+"checkbox.text"
msgid "~When closing a document, remove the words collected from it from the list"
msgstr ""
-#: autocdlg.src#RID_OFAPAGE_AUTOCOMPLETE_OPTIONS.FT_EXPAND_KEY.fixedtext.text
+#. k-1!
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCOMPLETE_OPTIONS\n"
+"FT_EXPAND_KEY\n"
+"fixedtext.text"
msgid "Acc~ept with"
msgstr "მი~სადაგება"
-#: autocdlg.src#RID_OFAPAGE_AUTOCOMPLETE_OPTIONS.FT_MIN_WORDLEN.fixedtext.text
+#. eogE
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCOMPLETE_OPTIONS\n"
+"FT_MIN_WORDLEN\n"
+"fixedtext.text"
msgid "Mi~n. word length"
msgstr "სიტყვის მინიმალ~ური სიგრძე"
-#: autocdlg.src#RID_OFAPAGE_AUTOCOMPLETE_OPTIONS.FT_MAX_ENTRIES.fixedtext.text
+#. %)vT
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCOMPLETE_OPTIONS\n"
+"FT_MAX_ENTRIES\n"
+"fixedtext.text"
msgid "~Max. entries"
msgstr "მაქს. შ~ენატანები"
-#: autocdlg.src#RID_OFAPAGE_AUTOCOMPLETE_OPTIONS.PB_ENTRIES.pushbutton.text
+#. 7RkL
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCOMPLETE_OPTIONS\n"
+"PB_ENTRIES\n"
+"pushbutton.text"
msgid "~Delete Entry"
msgstr "შენ~ატანის წაშლა"
-#: autocdlg.src#RID_OFAPAGE_AUTOCOMPLETE_OPTIONS.tabpage.text
-msgctxt "autocdlg.src#RID_OFAPAGE_AUTOCOMPLETE_OPTIONS.tabpage.text"
+#. zT|y
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_AUTOCOMPLETE_OPTIONS\n"
+"tabpage.text"
msgid "Word Completion"
msgstr "სიტყვის დასრულება"
-#: autocdlg.src#RID_OFAPAGE_SMARTTAG_OPTIONS.CB_SMARTTAGS.checkbox.text
+#. OGA)
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_SMARTTAG_OPTIONS\n"
+"CB_SMARTTAGS\n"
+"checkbox.text"
msgid "Label text with smart tags"
msgstr ""
-#: autocdlg.src#RID_OFAPAGE_SMARTTAG_OPTIONS.FT_SMARTTAGS.fixedtext.text
+#. O4k5
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_SMARTTAG_OPTIONS\n"
+"FT_SMARTTAGS\n"
+"fixedtext.text"
msgid "Currently installed smart tags"
msgstr ""
-#: autocdlg.src#RID_OFAPAGE_SMARTTAG_OPTIONS.PB_SMARTTAGS.pushbutton.text
+#. Czo^
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_SMARTTAG_OPTIONS\n"
+"PB_SMARTTAGS\n"
+"pushbutton.text"
msgid "Properties..."
msgstr "თვისებები"
-#: autocdlg.src#RID_OFAPAGE_SMARTTAG_OPTIONS.tabpage.text
-msgctxt "autocdlg.src#RID_OFAPAGE_SMARTTAG_OPTIONS.tabpage.text"
+#. ME8-
+#: autocdlg.src
+msgctxt ""
+"autocdlg.src\n"
+"RID_OFAPAGE_SMARTTAG_OPTIONS\n"
+"tabpage.text"
msgid "Smart Tags"
msgstr ""
-#: page.src#RID_SVXPAGE_PAGE.FL_PAPER_SIZE.fixedline.text
+#. C%az
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE\n"
+"FL_LINE\n"
+"fixedline.text"
+msgid "Line properties"
+msgstr "ხაზის თვისებები"
+
+#. 2RU!
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE\n"
+"FT_LINE_STYLE\n"
+"fixedtext.text"
+msgid "~Style"
+msgstr "~სტილი"
+
+#. @6!$
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE\n"
+"FT_COLOR\n"
+"fixedtext.text"
+msgid "Colo~r"
+msgstr "~ფერი"
+
+#. \D?-
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE\n"
+"FT_LINE_WIDTH\n"
+"fixedtext.text"
+msgid "~Width"
+msgstr "ს~იგანე"
+
+#. -@}2
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE\n"
+"FT_TRANSPARENT\n"
+"fixedtext.text"
+msgid "~Transparency"
+msgstr "~გამჭვირვალეობა"
+
+#. Hpp[
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE\n"
+"FL_LINE_ENDS\n"
+"fixedline.text"
+msgid "Arrow styles"
+msgstr "ისრის სტილები"
+
+#. 3OsL
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE\n"
+"FT_LINE_ENDS_STYLE\n"
+"fixedtext.text"
+msgid "St~yle"
+msgstr "სტ~ილი"
+
+#. O7$H
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE\n"
+"FT_LINE_ENDS_WIDTH\n"
+"fixedtext.text"
+msgid "Wi~dth"
+msgstr "სი~განე"
+
+#. 6d+_
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE\n"
+"TSB_CENTER_START\n"
+"tristatebox.text"
+msgid "Ce~nter"
+msgstr "~ცენტრი"
+
+#. (r[L
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE\n"
+"TSB_CENTER_END\n"
+"tristatebox.text"
+msgid "C~enter"
+msgstr "ც~ენტრი"
+
+#. ~=o$
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE\n"
+"CBX_SYNCHRONIZE\n"
+"checkbox.text"
+msgid "Synchroni~ze ends"
+msgstr "ბოლოების სინქრონიზაცია"
+
+#. KoFj
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE\n"
+"FL_EDGE_STYLE\n"
+"fixedline.text"
+msgid "Corner and cap styles"
+msgstr ""
+
+#. \lyH
+#: tabline.src
+#, fuzzy
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE\n"
+"FT_EDGE_STYLE\n"
+"fixedtext.text"
+msgid "~Corner style"
+msgstr "კუთხის სტილი"
+
+#. (bCn
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE.LB_EDGE_STYLE\n"
+"1\n"
+"stringlist.text"
+msgid "Rounded"
+msgstr "მომრგვალებული"
+
+#. s4nS
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE.LB_EDGE_STYLE\n"
+"2\n"
+"stringlist.text"
+msgid "- none -"
+msgstr "- არცერთი -"
+
+#. A[nJ
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE.LB_EDGE_STYLE\n"
+"3\n"
+"stringlist.text"
+msgid "Mitered"
+msgstr "გაშუალებული"
+
+#. XHol
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE.LB_EDGE_STYLE\n"
+"4\n"
+"stringlist.text"
+msgid "Beveled"
+msgstr "დაქანებული"
+
+#. `e16
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE\n"
+"FT_CAP_STYLE\n"
+"fixedtext.text"
+msgid "Ca~p style"
+msgstr ""
+
+#. /vXe
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE.LB_CAP_STYLE\n"
+"1\n"
+"stringlist.text"
+msgid "Flat"
+msgstr "ბრტყელი"
+
+#. \%w@
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE.LB_CAP_STYLE\n"
+"2\n"
+"stringlist.text"
+msgid "Round"
+msgstr "მრგვალი"
+
+#. L}p.
+#: tabline.src
+#, fuzzy
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE.LB_CAP_STYLE\n"
+"3\n"
+"stringlist.text"
+msgid "Square"
+msgstr "კვადრატული"
+
+#. q.CD
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE\n"
+"FL_SYMBOL_FORMAT\n"
+"fixedline.text"
+msgid "Icon"
+msgstr "ხატულა"
+
+#. @bEf
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE.MB_SYMBOL_BITMAP\n"
+"MN_SYMBOLS_NONE\n"
+"menuitem.text"
+msgid "No Symbol"
+msgstr "სიმბოლოს გარეშე"
+
+#. [HWA
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE.MB_SYMBOL_BITMAP\n"
+"MN_SYMBOLS_AUTO\n"
+"menuitem.text"
+msgid "Automatic"
+msgstr "ავტომატური"
+
+#. wNoJ
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE.MB_SYMBOL_BITMAP\n"
+"MN_GRAPHIC_DLG\n"
+"menuitem.text"
+msgid "From file..."
+msgstr "ფაილიდან..."
+
+#. /_t{
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE.MB_SYMBOL_BITMAP\n"
+"MN_GALLERY\n"
+"menuitem.text"
+msgid "Gallery"
+msgstr "გალერეა"
+
+#. Rrei
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE.MB_SYMBOL_BITMAP\n"
+"MN_SYMBOLS\n"
+"menuitem.text"
+msgid "Symbols"
+msgstr "სიმბლოები"
+
+#. e=WC
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE\n"
+"MB_SYMBOL_BITMAP\n"
+"menubutton.text"
+msgid "Select..."
+msgstr "არჩევა..."
+
+#. ,L[E
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE\n"
+"FT_SYMBOL_WIDTH\n"
+"fixedtext.text"
+msgid "Width"
+msgstr "სიგანე"
+
+#. faep
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE\n"
+"FT_SYMBOL_HEIGHT\n"
+"fixedtext.text"
+msgid "Height"
+msgstr "სიმაღლე"
+
+#. O*%]
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE\n"
+"CB_SYMBOL_RATIO\n"
+"checkbox.text"
+msgid "Keep ratio"
+msgstr "თანაფარდობის შენარჩუნება"
+
+#. Y[la
+#: tabline.src
+#, fuzzy
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE\n"
+"STR_STYLE\n"
+"string.text"
+msgid "Style"
+msgstr "სტილი"
+
+#. lB[j
+#: tabline.src
+#, fuzzy
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE\n"
+"STR_LB_START_STYLE\n"
+"string.text"
+msgid "Start style"
+msgstr "საწყისი თარიღი"
+
+#. d8%,
+#: tabline.src
+#, fuzzy
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE\n"
+"STR_LB_END_STYLE\n"
+"string.text"
+msgid "End style"
+msgstr "ხაზის სტილი"
+
+#. kcar
+#: tabline.src
+#, fuzzy
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE\n"
+"STR_MTR_FLD_START_WIDTH\n"
+"string.text"
+msgid "Start width"
+msgstr "~დაწყება"
+
+#. pM`y
+#: tabline.src
+#, fuzzy
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE\n"
+"STR_MTR_FLD_END_WIDTH\n"
+"string.text"
+msgid "End width"
+msgstr "ხაზის სისქე"
+
+#. %an!
+#: tabline.src
+#, fuzzy
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE\n"
+"STR_CENTER_START\n"
+"string.text"
+msgid "Start with center"
+msgstr "~დაწყება"
+
+#. V-Kg
+#: tabline.src
+#, fuzzy
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE\n"
+"STR_CENTER_END\n"
+"string.text"
+msgid "End with center"
+msgstr "მარჯვნივ ცენტრში"
+
+#. Y[a%
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE\n"
+"tabpage.text"
+msgid "Lines"
+msgstr "ხაზები"
+
+#. R?]H
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE_DEF\n"
+"FL_DEFINITION\n"
+"fixedline.text"
+msgid "Properties"
+msgstr "თვისებები"
+
+#. ;rab
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE_DEF\n"
+"FT_TYPE\n"
+"fixedtext.text"
+msgid "~Type"
+msgstr "~აკრეფა"
+
+#. RU*2
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE_DEF.LB_TYPE_1\n"
+"1\n"
+"stringlist.text"
+msgid "Dot"
+msgstr "წერტილი"
+
+#. )_!j
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE_DEF.LB_TYPE_1\n"
+"2\n"
+"stringlist.text"
+msgid "Dash"
+msgstr "ტირე"
+
+#. 7O2m
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE_DEF.LB_TYPE_2\n"
+"1\n"
+"stringlist.text"
+msgid "Dot"
+msgstr "წერტილი"
+
+#. ^F}_
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE_DEF.LB_TYPE_2\n"
+"2\n"
+"stringlist.text"
+msgid "Dash"
+msgstr "ტირე"
+
+#. @,:%
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE_DEF\n"
+"FT_NUMBER\n"
+"fixedtext.text"
+msgid "~Number"
+msgstr "~ციფრი"
+
+#. 9wnD
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE_DEF\n"
+"FT_LENGTH\n"
+"fixedtext.text"
+msgid "~Length"
+msgstr "ს~იგრძე"
+
+#. W%eJ
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE_DEF\n"
+"FT_DISTANCE\n"
+"fixedtext.text"
+msgid "~Spacing"
+msgstr "~დაშორება"
+
+#. #-OS
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE_DEF\n"
+"CBX_SYNCHRONIZE\n"
+"checkbox.text"
+msgid "~Fit to line width"
+msgstr "~ხაზის სიგანეზე მორგება"
+
+#. S^Zl
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE_DEF\n"
+"FT_LINESTYLE\n"
+"fixedtext.text"
+msgid "Line style"
+msgstr "ხაზის სტილი"
+
+#. 4ov8
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE_DEF\n"
+"BTN_ADD\n"
+"pushbutton.text"
+msgid "~Add..."
+msgstr "~დამატება..."
+
+#. }T1#
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE_DEF\n"
+"BTN_MODIFY\n"
+"pushbutton.text"
+msgid "~Modify..."
+msgstr "შ~ეცვლა..."
+
+#. ?=2c
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE_DEF\n"
+"BTN_DELETE\n"
+"pushbutton.text"
+msgid "~Delete..."
+msgstr "წ~აშლა..."
+
+#. BF%@
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE_DEF\n"
+"BTN_LOAD\n"
+"imagebutton.text"
+msgid "-"
+msgstr "-"
+
+#. 4Cd.
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE_DEF\n"
+"BTN_LOAD\n"
+"imagebutton.quickhelptext"
+msgid "Load Line Styles"
+msgstr "Load Line Styles"
+
+#. igk%
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE_DEF\n"
+"BTN_SAVE\n"
+"imagebutton.text"
+msgid "-"
+msgstr "-"
+
+#. 7.fE
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE_DEF\n"
+"BTN_SAVE\n"
+"imagebutton.quickhelptext"
+msgid "Save Line Styles"
+msgstr "Save Line Styles"
+
+#. n%Vq
+#: tabline.src
+#, fuzzy
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE_DEF\n"
+"STR_START_TYPE\n"
+"string.text"
+msgid "Start type"
+msgstr "საწყისი თარიღი"
+
+#. p}ZC
+#: tabline.src
+#, fuzzy
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE_DEF\n"
+"STR_END_TYPE\n"
+"string.text"
+msgid "End type"
+msgstr "ბოლო თარიღი"
+
+#. vcqy
+#: tabline.src
+#, fuzzy
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE_DEF\n"
+"STR_START_NUM\n"
+"string.text"
+msgid "Start number"
+msgstr "თავიდან გადანომვრა"
+
+#. h3AC
+#: tabline.src
+#, fuzzy
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE_DEF\n"
+"STR_END_NUM\n"
+"string.text"
+msgid "End number"
+msgstr "დანომრვის გარეშე"
+
+#. QtEh
+#: tabline.src
+#, fuzzy
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE_DEF\n"
+"STR_START_LENGTH\n"
+"string.text"
+msgid "Start length"
+msgstr "დაწყება"
+
+#. ?3ke
+#: tabline.src
+#, fuzzy
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE_DEF\n"
+"STR_END_LENGTH\n"
+"string.text"
+msgid "End length"
+msgstr "ხაზის სიგრძე"
+
+#. +}V3
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINE_DEF\n"
+"tabpage.text"
+msgid "Define line styles"
+msgstr "ხაზის სტილების განსაზღვრა"
+
+#. eF$x
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINEEND_DEF\n"
+"FL_TIP\n"
+"fixedline.text"
+msgid "Organize arrow styles"
+msgstr "ისრიების სტილების მოწყობა"
+
+#. dexG
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINEEND_DEF\n"
+"FI_TIP\n"
+"fixedtext.text"
+msgid "Add a selected object to create new arrow styles."
+msgstr "ახალი ისრის სტილის შესაქმნელად მონიშნული ობიექტის დმატება"
+
+#. pN,$
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINEEND_DEF\n"
+"FT_LINE_END_STYLE\n"
+"fixedtext.text"
+msgid "Arrow style"
+msgstr "ისრის სტილი"
+
+#. ~Vj/
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINEEND_DEF\n"
+"FT_TITLE\n"
+"fixedtext.text"
+msgid "~Title"
+msgstr "~სათაური"
+
+#. ~-~j
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINEEND_DEF\n"
+"BTN_ADD\n"
+"pushbutton.text"
+msgid "~Add..."
+msgstr "~დამატება..."
+
+#. *5X^
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINEEND_DEF\n"
+"BTN_MODIFY\n"
+"pushbutton.text"
+msgid "~Modify..."
+msgstr "შ~ეცვლა..."
+
+#. gab$
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINEEND_DEF\n"
+"BTN_DELETE\n"
+"pushbutton.text"
+msgid "~Delete..."
+msgstr "წ~აშლა..."
+
+#. =aen
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINEEND_DEF\n"
+"BTN_LOAD\n"
+"imagebutton.text"
+msgid "-"
+msgstr "-"
+
+#. JGf;
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINEEND_DEF\n"
+"BTN_LOAD\n"
+"imagebutton.quickhelptext"
+msgid "Load Arrow Styles"
+msgstr "Load Arrow Styles"
+
+#. mdqE
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINEEND_DEF\n"
+"BTN_SAVE\n"
+"imagebutton.text"
+msgid "-"
+msgstr "-"
+
+#. ,)vS
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINEEND_DEF\n"
+"BTN_SAVE\n"
+"imagebutton.quickhelptext"
+msgid "Save Arrow Styles"
+msgstr "Save Arrow Styles"
+
+#. g*JP
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXPAGE_LINEEND_DEF\n"
+"tabpage.text"
+msgid "Arrowheads"
+msgstr "ისრისთავები"
+
+#. ciPm
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXDLG_LINE.TAB_CONTROL\n"
+"RID_SVXPAGE_LINE\n"
+"pageitem.text"
+msgid "Line"
+msgstr "ხაზი"
+
+#. i$sT
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXDLG_LINE.TAB_CONTROL\n"
+"RID_SVXPAGE_SHADOW\n"
+"pageitem.text"
+msgid "Shadow"
+msgstr "ჩრდილი"
+
+#. #0Y4
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXDLG_LINE.TAB_CONTROL\n"
+"RID_SVXPAGE_LINE_DEF\n"
+"pageitem.text"
+msgid "Line Styles"
+msgstr "ხაზის სტილი"
+
+#. +,@9
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXDLG_LINE.TAB_CONTROL\n"
+"RID_SVXPAGE_LINEEND_DEF\n"
+"pageitem.text"
+msgid "Arrow Styles"
+msgstr "ისრის სტილი"
+
+#. H-#b
+#: tabline.src
+msgctxt ""
+"tabline.src\n"
+"RID_SVXDLG_LINE\n"
+"tabdialog.text"
+msgid "Line"
+msgstr "ხაზი"
+
+#. /|U|
+#: numfmt.src
+msgctxt ""
+"numfmt.src\n"
+"RID_SVXPAGE_NUMBERFORMAT\n"
+"FT_CATEGORY\n"
+"fixedtext.text"
+msgid "~Category"
+msgstr "~კატეგორია"
+
+#. !Z5N
+#: numfmt.src
+msgctxt ""
+"numfmt.src\n"
+"RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY\n"
+"1\n"
+"stringlist.text"
+msgid "All"
+msgstr "ყველა"
+
+#. QQOp
+#: numfmt.src
+msgctxt ""
+"numfmt.src\n"
+"RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY\n"
+"2\n"
+"stringlist.text"
+msgid "User-defined"
+msgstr "მომხმარებლის მიერ განსაზღვრული"
+
+#. :I\4
+#: numfmt.src
+msgctxt ""
+"numfmt.src\n"
+"RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY\n"
+"3\n"
+"stringlist.text"
+msgid "Number"
+msgstr "რიცხვი"
+
+#. ^cP:
+#: numfmt.src
+msgctxt ""
+"numfmt.src\n"
+"RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY\n"
+"4\n"
+"stringlist.text"
+msgid "Percent"
+msgstr "პროცენტი"
+
+#. Q*F8
+#: numfmt.src
+msgctxt ""
+"numfmt.src\n"
+"RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY\n"
+"5\n"
+"stringlist.text"
+msgid "Currency"
+msgstr "ვალუტა"
+
+#. )s1O
+#: numfmt.src
+msgctxt ""
+"numfmt.src\n"
+"RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY\n"
+"6\n"
+"stringlist.text"
+msgid "Date"
+msgstr "თარიღი"
+
+#. sG:@
+#: numfmt.src
+msgctxt ""
+"numfmt.src\n"
+"RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY\n"
+"7\n"
+"stringlist.text"
+msgid "Time"
+msgstr "დრო"
+
+#. fj6?
+#: numfmt.src
+msgctxt ""
+"numfmt.src\n"
+"RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY\n"
+"8\n"
+"stringlist.text"
+msgid "Scientific"
+msgstr "სამეცნიერო"
+
+#. ^A8z
+#: numfmt.src
+msgctxt ""
+"numfmt.src\n"
+"RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY\n"
+"9\n"
+"stringlist.text"
+msgid "Fraction"
+msgstr "ფრაქცია"
+
+#. (iMc
+#: numfmt.src
+msgctxt ""
+"numfmt.src\n"
+"RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY\n"
+"10\n"
+"stringlist.text"
+msgid "Boolean Value"
+msgstr "ლოგიკური მნიშვნელობა"
+
+#. cqPK
+#: numfmt.src
+msgctxt ""
+"numfmt.src\n"
+"RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY\n"
+"11\n"
+"stringlist.text"
+msgid "Text"
+msgstr "ტექსტი"
+
+#. |4Oa
+#: numfmt.src
+msgctxt ""
+"numfmt.src\n"
+"RID_SVXPAGE_NUMBERFORMAT\n"
+"FT_EDFORMAT\n"
+"fixedtext.text"
+msgid "~Format code"
+msgstr "~ფორმატირებული კოდი"
+
+#. H[8Z
+#: numfmt.src
+msgctxt ""
+"numfmt.src\n"
+"RID_SVXPAGE_NUMBERFORMAT\n"
+"FT_FORMAT\n"
+"fixedtext.text"
+msgid "F~ormat"
+msgstr "ფ~ორმატირება"
+
+#. sq*T
+#: numfmt.src
+msgctxt ""
+"numfmt.src\n"
+"RID_SVXPAGE_NUMBERFORMAT.LB_CURRENCY\n"
+"1\n"
+"stringlist.text"
+msgid "Automatically"
+msgstr "ავტომატური"
+
+#. ,8.k
+#: numfmt.src
+msgctxt ""
+"numfmt.src\n"
+"RID_SVXPAGE_NUMBERFORMAT\n"
+"FT_DECIMALS\n"
+"fixedtext.text"
+msgid "~Decimal places"
+msgstr "~ათობითი ნიშნები"
+
+#. !1fL
+#: numfmt.src
+msgctxt ""
+"numfmt.src\n"
+"RID_SVXPAGE_NUMBERFORMAT\n"
+"FT_LEADZEROES\n"
+"fixedtext.text"
+msgid "Leading ~zeroes"
+msgstr "საწყისი ~ნულები"
+
+#. QV;e
+#: numfmt.src
+msgctxt ""
+"numfmt.src\n"
+"RID_SVXPAGE_NUMBERFORMAT\n"
+"BTN_NEGRED\n"
+"checkbox.text"
+msgid "~Negative numbers red"
+msgstr "~უარყოფითი რიცხვები წითლად"
+
+#. {Ro/
+#: numfmt.src
+msgctxt ""
+"numfmt.src\n"
+"RID_SVXPAGE_NUMBERFORMAT\n"
+"BTN_THOUSAND\n"
+"checkbox.text"
+msgid "~Thousands separator"
+msgstr "~ათასის გამყოფი"
+
+#. %3E4
+#: numfmt.src
+msgctxt ""
+"numfmt.src\n"
+"RID_SVXPAGE_NUMBERFORMAT\n"
+"FL_OPTIONS\n"
+"fixedline.text"
+msgid "Options"
+msgstr "პარამეტრები"
+
+#. [O\)
+#: numfmt.src
+#, fuzzy
+msgctxt ""
+"numfmt.src\n"
+"RID_SVXPAGE_NUMBERFORMAT\n"
+"FT_LANGUAGE\n"
+"fixedtext.text"
+msgid "~Language"
+msgstr "~ენა"
+
+#. X@}M
+#: numfmt.src
+msgctxt ""
+"numfmt.src\n"
+"RID_SVXPAGE_NUMBERFORMAT\n"
+"CB_SOURCEFORMAT\n"
+"checkbox.text"
+msgid "So~urce format"
+msgstr "~წყაროს ფორმატირება"
+
+#. qG\P
+#: numfmt.src
+msgctxt ""
+"numfmt.src\n"
+"RID_SVXPAGE_NUMBERFORMAT\n"
+"IB_ADD\n"
+"imagebutton.text"
+msgid "-"
+msgstr "-"
+
+#. G[Q(
+#: numfmt.src
+msgctxt ""
+"numfmt.src\n"
+"RID_SVXPAGE_NUMBERFORMAT\n"
+"IB_ADD\n"
+"imagebutton.quickhelptext"
+msgid "Add"
+msgstr "Add"
+
+#. K,^/
+#: numfmt.src
+msgctxt ""
+"numfmt.src\n"
+"RID_SVXPAGE_NUMBERFORMAT\n"
+"IB_REMOVE\n"
+"imagebutton.text"
+msgid "-"
+msgstr "-"
+
+#. *BMt
+#: numfmt.src
+msgctxt ""
+"numfmt.src\n"
+"RID_SVXPAGE_NUMBERFORMAT\n"
+"IB_REMOVE\n"
+"imagebutton.quickhelptext"
+msgid "Remove"
+msgstr "Remove"
+
+#. A/zQ
+#: numfmt.src
+msgctxt ""
+"numfmt.src\n"
+"RID_SVXPAGE_NUMBERFORMAT\n"
+"IB_INFO\n"
+"imagebutton.text"
+msgid "-"
+msgstr "-"
+
+#. Q5D7
+#: numfmt.src
+msgctxt ""
+"numfmt.src\n"
+"RID_SVXPAGE_NUMBERFORMAT\n"
+"IB_INFO\n"
+"imagebutton.quickhelptext"
+msgid "Edit Comment"
+msgstr "Edit Comment"
+
+#. bH#n
+#: numfmt.src
+msgctxt ""
+"numfmt.src\n"
+"RID_SVXPAGE_NUMBERFORMAT\n"
+"STR_AUTO_ENTRY\n"
+"string.text"
+msgid "Automatic"
+msgstr "ავტომატური"
+
+#. DUv#
+#: numfmt.src
+msgctxt ""
+"numfmt.src\n"
+"RID_SVXPAGE_NUMBERFORMAT\n"
+"tabpage.text"
+msgid "Number Format"
+msgstr "ციფრების ფორმატი"
+
+#. EWij
+#: bbdlg.src
+msgctxt ""
+"bbdlg.src\n"
+"RID_SVXDLG_BBDLG.1\n"
+"RID_SVXPAGE_BORDER\n"
+"pageitem.text"
+msgid "Borders"
+msgstr "საზღვრები"
+
+#. ?^{_
+#: bbdlg.src
+msgctxt ""
+"bbdlg.src\n"
+"RID_SVXDLG_BBDLG.1\n"
+"RID_SVXPAGE_BACKGROUND\n"
+"pageitem.text"
+msgid "Background"
+msgstr "ფონი"
+
+#. b4iR
+#: bbdlg.src
+msgctxt ""
+"bbdlg.src\n"
+"RID_SVXDLG_BBDLG\n"
+"tabdialog.text"
+msgid "Border / Background"
+msgstr "ჩარჩო / ფონი"
+
+#. NkV_
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE\n"
+"FL_PAPER_SIZE\n"
+"fixedline.text"
msgid "Paper format"
msgstr "ფურცლის ზომა"
-#: page.src#RID_SVXPAGE_PAGE.FT_PAPER_FORMAT.fixedtext.text
+#. jQ+m
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE\n"
+"FT_PAPER_FORMAT\n"
+"fixedtext.text"
msgid "~Format"
msgstr "~ფორმატი"
-#: page.src#RID_SVXPAGE_PAGE.FT_PAPER_WIDTH.fixedtext.text
-msgctxt "page.src#RID_SVXPAGE_PAGE.FT_PAPER_WIDTH.fixedtext.text"
+#. *cE#
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE\n"
+"FT_PAPER_WIDTH\n"
+"fixedtext.text"
msgid "~Width"
msgstr "ს~იგანე"
-#: page.src#RID_SVXPAGE_PAGE.FT_PAPER_HEIGHT.fixedtext.text
+#. 9a{M
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE\n"
+"FT_PAPER_HEIGHT\n"
+"fixedtext.text"
msgid "~Height"
msgstr "ს~იმაღლე"
-#: page.src#RID_SVXPAGE_PAGE.FT_ORIENTATION.fixedtext.text
+#. .8Jh
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE\n"
+"FT_ORIENTATION\n"
+"fixedtext.text"
msgid "Orientation"
msgstr "ორიენტაცია"
-#: page.src#RID_SVXPAGE_PAGE.RB_PORTRAIT.radiobutton.text
+#. +Q$L
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE\n"
+"RB_PORTRAIT\n"
+"radiobutton.text"
msgid "~Portrait"
msgstr "შ~ვეული"
-#: page.src#RID_SVXPAGE_PAGE.RB_LANDSCAPE.radiobutton.text
+#. \y3M
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE\n"
+"RB_LANDSCAPE\n"
+"radiobutton.text"
msgid "L~andscape"
msgstr "თ~არაზული"
-#: page.src#RID_SVXPAGE_PAGE.FT_TEXT_FLOW.fixedtext.text
+#. x|e8
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE\n"
+"FT_TEXT_FLOW\n"
+"fixedtext.text"
msgid "~Text direction"
msgstr "ტექსტის მიმართულება"
-#: page.src#RID_SVXPAGE_PAGE.FT_PAPER_TRAY.fixedtext.text
+#. B,2B
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE\n"
+"FT_PAPER_TRAY\n"
+"fixedtext.text"
msgid "Paper ~tray"
msgstr "ფურცლის ~ჯამი"
-#: page.src#RID_SVXPAGE_PAGE.FL_MARGIN.fixedline.text
+#. -2`o
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE\n"
+"FL_MARGIN\n"
+"fixedline.text"
msgid "Margins"
msgstr "კიდეები"
-#: page.src#RID_SVXPAGE_PAGE.FT_LEFT_MARGIN.fixedtext.text
-msgctxt "page.src#RID_SVXPAGE_PAGE.FT_LEFT_MARGIN.fixedtext.text"
+#. Y/qs
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE\n"
+"FT_LEFT_MARGIN\n"
+"fixedtext.text"
msgid "~Left"
msgstr "მ~არცხენა"
-#: page.src#RID_SVXPAGE_PAGE.FT_RIGHT_MARGIN.fixedtext.text
-msgctxt "page.src#RID_SVXPAGE_PAGE.FT_RIGHT_MARGIN.fixedtext.text"
+#. xn-)
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE\n"
+"FT_RIGHT_MARGIN\n"
+"fixedtext.text"
msgid "~Right"
msgstr "მ~არჯვენა"
-#: page.src#RID_SVXPAGE_PAGE.FT_TOP_MARGIN.fixedtext.text
-msgctxt "page.src#RID_SVXPAGE_PAGE.FT_TOP_MARGIN.fixedtext.text"
+#. dmv8
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE\n"
+"FT_TOP_MARGIN\n"
+"fixedtext.text"
msgid "~Top"
msgstr "~ზედა"
-#: page.src#RID_SVXPAGE_PAGE.FT_BOTTOM_MARGIN.fixedtext.text
-msgctxt "page.src#RID_SVXPAGE_PAGE.FT_BOTTOM_MARGIN.fixedtext.text"
+#. TXd3
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE\n"
+"FT_BOTTOM_MARGIN\n"
+"fixedtext.text"
msgid "~Bottom"
msgstr "~ქვედა"
-#: page.src#RID_SVXPAGE_PAGE.FL_LAYOUT.fixedline.text
+#. ;YeP
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE\n"
+"FL_LAYOUT\n"
+"fixedline.text"
msgid "Layout settings"
msgstr "განლაგების პარამეტრები"
-#: page.src#RID_SVXPAGE_PAGE.FT_PAGELAYOUT.fixedtext.text
+#. \/\B
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE\n"
+"FT_PAGELAYOUT\n"
+"fixedtext.text"
msgid "Page layout"
msgstr "გვერდის განლაგება"
-#: page.src#RID_SVXPAGE_PAGE.LB_LAYOUT.1.stringlist.text
+#. OKAX
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE.LB_LAYOUT\n"
+"1\n"
+"stringlist.text"
msgid "Right and left"
msgstr "მარჯვნივ და მარცხნივ"
-#: page.src#RID_SVXPAGE_PAGE.LB_LAYOUT.2.stringlist.text
+#. d$K5
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE.LB_LAYOUT\n"
+"2\n"
+"stringlist.text"
msgid "Mirrored"
msgstr "სარკისებურად"
-#: page.src#RID_SVXPAGE_PAGE.LB_LAYOUT.3.stringlist.text
+#. zkb9
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE.LB_LAYOUT\n"
+"3\n"
+"stringlist.text"
msgid "Only right"
msgstr "მხოლოდ მარჯვენა"
-#: page.src#RID_SVXPAGE_PAGE.LB_LAYOUT.4.stringlist.text
+#. ;*O#
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE.LB_LAYOUT\n"
+"4\n"
+"stringlist.text"
msgid "Only left"
msgstr "მხოლოდ მარცხენა"
-#: page.src#RID_SVXPAGE_PAGE.FT_NUMBER_FORMAT.fixedtext.text
+#. S_Tj
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE\n"
+"FT_NUMBER_FORMAT\n"
+"fixedtext.text"
msgid "For~mat"
msgstr "ფორ~მატი"
-#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.1.stringlist.text
+#. G%B}
+#: page.src
+#, fuzzy
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT\n"
+"1\n"
+"stringlist.text"
+msgid "1, 2, 3, ..."
+msgstr "1, 2, 3, ..."
+
+#. *E(=
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.1.stringlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT\n"
+"2\n"
+"stringlist.text"
msgid "A, B, C, ..."
msgstr "A, B, C, ..."
-#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.2.stringlist.text
-msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.2.stringlist.text"
+#. :qQZ
+#: page.src
+#, fuzzy
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT\n"
+"3\n"
+"stringlist.text"
msgid "a, b, c, ..."
msgstr "ა, ბ, გ, ..."
-#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.3.stringlist.text
+#. +kV=
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.3.stringlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT\n"
+"4\n"
+"stringlist.text"
msgid "I, II, III, ..."
msgstr "I, II, III, ..."
-#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.4.stringlist.text
+#. T|%B
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.4.stringlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT\n"
+"5\n"
+"stringlist.text"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
-#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.5.stringlist.text
-#, fuzzy
-msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.5.stringlist.text"
-msgid "1, 2, 3, ..."
-msgstr "1, 2, 3, ..."
-
-#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.6.stringlist.text
-msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.6.stringlist.text"
+#. m\b/
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT\n"
+"6\n"
+"stringlist.text"
msgid "None"
msgstr "არცერთი"
-#: page.src#RID_SVXPAGE_PAGE.FT_TBL_ALIGN.fixedtext.text
+#. Z_dU
+#: page.src
+#, fuzzy
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT\n"
+"7\n"
+"stringlist.text"
+msgid "A, .., AA, .., AAA, ..."
+msgstr "A, .., AA, .., AAA, ... "
+
+#. A[8%
+#: page.src
+#, fuzzy
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT\n"
+"8\n"
+"stringlist.text"
+msgid "a, .., aa, .., aaa, ..."
+msgstr "a, .., aa, .., aaa, ..."
+
+#. [e-7
+#: page.src
+#, fuzzy
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT\n"
+"9\n"
+"stringlist.text"
+msgid "Native Numbering"
+msgstr "ნამდვილი რიცხვები"
+
+#. PpFS
+#: page.src
+#, fuzzy
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT\n"
+"10\n"
+"stringlist.text"
+msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
+msgstr "А, Б, .., Аа, Аб, ... (ბულგარული)"
+
+#. 7P:)
+#: page.src
+#, fuzzy
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT\n"
+"11\n"
+"stringlist.text"
+msgid "а, б, .., аа, аб, ... (Bulgarian)"
+msgstr "а, б, .., аа, аб, ... (ბულგარული)"
+
+#. Z1l@
+#: page.src
+#, fuzzy
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT\n"
+"12\n"
+"stringlist.text"
+msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
+msgstr "А, Б, .., Аа, Бб, ... (ბულგარული)"
+
+#. Ql$!
+#: page.src
+#, fuzzy
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT\n"
+"13\n"
+"stringlist.text"
+msgid "а, б, .., аа, бб, ... (Bulgarian)"
+msgstr "а, б, .., аа, бб, ... (ბულგარული)"
+
+#. *eo*
+#: page.src
+#, fuzzy
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT\n"
+"14\n"
+"stringlist.text"
+msgid "А, Б, .., Аа, Аб, ... (Russian)"
+msgstr "А, Б, .., Аа, Аб, ... (რუსული)"
+
+#. :C\_
+#: page.src
+#, fuzzy
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT\n"
+"15\n"
+"stringlist.text"
+msgid "а, б, .., аа, аб, ... (Russian)"
+msgstr "а, б, .., аа, аб, ... (რუსული)"
+
+#. [NVz
+#: page.src
+#, fuzzy
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT\n"
+"16\n"
+"stringlist.text"
+msgid "А, Б, .., Аа, Бб, ... (Russian)"
+msgstr "А, Б, .., Аа, Бб, ... (რუსული)"
+
+#. VPcI
+#: page.src
+#, fuzzy
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT\n"
+"17\n"
+"stringlist.text"
+msgid "а, б, .., аа, бб, ... (Russian)"
+msgstr "а, б, .., аа, бб, ... (რუსული)"
+
+#. ;K\[
+#: page.src
+#, fuzzy
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT\n"
+"18\n"
+"stringlist.text"
+msgid "А, Б, .., Аа, Аб, ... (Serbian)"
+msgstr "А, Б, .., Аа, Аб, ... (რუსული)"
+
+#. 2Ii3
+#: page.src
+#, fuzzy
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT\n"
+"19\n"
+"stringlist.text"
+msgid "а, б, .., аа, аб, ... (Serbian)"
+msgstr "а, б, .., аа, аб, ... (რუსული)"
+
+#. C/`.
+#: page.src
+#, fuzzy
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT\n"
+"20\n"
+"stringlist.text"
+msgid "А, Б, .., Аа, Бб, ... (Serbian)"
+msgstr "А, Б, .., Аа, Бб, ... (რუსული)"
+
+#. no[X
+#: page.src
+#, fuzzy
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT\n"
+"21\n"
+"stringlist.text"
+msgid "а, б, .., аа, бб, ... (Serbian)"
+msgstr "а, б, .., аа, бб, ... (რუსული)"
+
+#. #/VS
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT\n"
+"22\n"
+"stringlist.text"
+msgid "Α, Β, Γ, ... (Greek Upper Letter)"
+msgstr ""
+
+#. GQ[7
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT\n"
+"23\n"
+"stringlist.text"
+msgid "α, β, γ, ... (Greek Lower Letter)"
+msgstr ""
+
+#. +;j#
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE\n"
+"FT_TBL_ALIGN\n"
+"fixedtext.text"
msgid "Table alignment"
msgstr "ცხრილის სწორება"
-#: page.src#RID_SVXPAGE_PAGE.CB_HORZ.checkbox.text
-msgctxt "page.src#RID_SVXPAGE_PAGE.CB_HORZ.checkbox.text"
+#. #0G_
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE\n"
+"CB_HORZ\n"
+"checkbox.text"
msgid "Hori~zontal"
msgstr "ჰორი~ზონტალური"
-#: page.src#RID_SVXPAGE_PAGE.CB_VERT.checkbox.text
-msgctxt "page.src#RID_SVXPAGE_PAGE.CB_VERT.checkbox.text"
+#. $ki7
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE\n"
+"CB_VERT\n"
+"checkbox.text"
msgid "~Vertical"
msgstr "~ვერტიკალური"
-#: page.src#RID_SVXPAGE_PAGE.CB_ADAPT.checkbox.text
+#. H#|a
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE\n"
+"CB_ADAPT\n"
+"checkbox.text"
msgid "~Fit object to paper format"
msgstr "~მოარგეთ ობიექტი ფურცლის ზომას"
-#: page.src#RID_SVXPAGE_PAGE.CB_REGISTER.checkbox.text
-msgctxt "page.src#RID_SVXPAGE_PAGE.CB_REGISTER.checkbox.text"
+#. #)#b
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE\n"
+"CB_REGISTER\n"
+"checkbox.text"
msgid "Register-true"
msgstr "რეგისტრაცია-მართებული"
-#: page.src#RID_SVXPAGE_PAGE.FT_REGISTER.fixedtext.text
+#. [5ro
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE\n"
+"FT_REGISTER\n"
+"fixedtext.text"
msgid "Reference ~Style"
msgstr "საცნობარო ინფორმაციის ~სტილი"
-#: page.src#RID_SVXPAGE_PAGE.STR_INSIDE.string.text
+#. j1Jh
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE\n"
+"STR_INSIDE\n"
+"string.text"
msgid "I~nner"
msgstr "შ~იდა"
-#: page.src#RID_SVXPAGE_PAGE.STR_OUTSIDE.string.text
+#. M]|d
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE\n"
+"STR_OUTSIDE\n"
+"string.text"
msgid "O~uter"
msgstr "გ~არე"
-#: page.src#RID_SVXPAGE_PAGE.STR_QUERY_PRINTRANGE.string.text
+#. 8-Fc
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXPAGE_PAGE\n"
+"STR_QUERY_PRINTRANGE\n"
+"string.text"
msgid ""
"The margin settings are out of print range.\n"
"\n"
@@ -2424,560 +6326,944 @@ msgstr ""
"\n"
"მაინც გნებავთ ამ პარამეტრების მისადაგება?"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.1.itemlist.text
+#. 0fkz
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_STD.1.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_STD\n"
+"1\n"
+"itemlist.text"
msgid "A6"
msgstr "A"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.2.itemlist.text
+#. X`J2
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_STD.2.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_STD\n"
+"2\n"
+"itemlist.text"
msgid "A5"
msgstr "A"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.3.itemlist.text
+#. [3Dd
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_STD.3.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_STD\n"
+"3\n"
+"itemlist.text"
msgid "A4"
msgstr "A4"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.4.itemlist.text
+#. 3NNO
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_STD.4.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_STD\n"
+"4\n"
+"itemlist.text"
msgid "A3"
msgstr "A"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.5.itemlist.text
+#. r;+o
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_STD.5.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_STD\n"
+"5\n"
+"itemlist.text"
msgid "B6 (ISO)"
msgstr "B5 (ISO)"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.6.itemlist.text
+#. )^.Y
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_STD.6.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_STD\n"
+"6\n"
+"itemlist.text"
msgid "B5 (ISO)"
msgstr "B5 (ISO)"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.7.itemlist.text
+#. d/2L
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_STD.7.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_STD\n"
+"7\n"
+"itemlist.text"
msgid "B4 (ISO)"
msgstr "B5 (ISO)"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.8.itemlist.text
+#. |G=H
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_STD.8.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_STD\n"
+"8\n"
+"itemlist.text"
msgid "Letter"
msgstr "წერილი"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.9.itemlist.text
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_STD.9.itemlist.text"
+#. \.[f
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_STD\n"
+"9\n"
+"itemlist.text"
msgid "Legal"
msgstr ""
-#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.10.itemlist.text
+#. \(K)
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_STD.10.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_STD\n"
+"10\n"
+"itemlist.text"
msgid "Long Bond"
msgstr "გრძელი ტირე (მუქი)"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.11.itemlist.text
+#. X{,.
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_STD.11.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_STD\n"
+"11\n"
+"itemlist.text"
msgid "Tabloid"
msgstr "ცხრილი"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.12.itemlist.text
+#. q.!A
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_STD.12.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_STD\n"
+"12\n"
+"itemlist.text"
msgid "B6 (JIS)"
msgstr "B5 (ISO)"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.13.itemlist.text
+#. $nO2
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_STD.13.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_STD\n"
+"13\n"
+"itemlist.text"
msgid "B5 (JIS)"
msgstr "B5 (ISO)"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.14.itemlist.text
+#. =4[)
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_STD.14.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_STD\n"
+"14\n"
+"itemlist.text"
msgid "B4 (JIS)"
msgstr "B5 (ISO)"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.15.itemlist.text
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_STD.15.itemlist.text"
+#. XOb`
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_STD\n"
+"15\n"
+"itemlist.text"
msgid "16 Kai"
msgstr ""
-#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.16.itemlist.text
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_STD.16.itemlist.text"
+#. py5m
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_STD\n"
+"16\n"
+"itemlist.text"
msgid "32 Kai"
msgstr ""
-#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.17.itemlist.text
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_STD.17.itemlist.text"
+#. z:bV
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_STD\n"
+"17\n"
+"itemlist.text"
msgid "Big 32 Kai"
msgstr ""
-#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.18.itemlist.text
+#. l**]
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_STD.18.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_STD\n"
+"18\n"
+"itemlist.text"
msgid "User"
msgstr "მომხმარებელი"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.19.itemlist.text
+#. .*!q
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_STD.19.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_STD\n"
+"19\n"
+"itemlist.text"
msgid "DL Envelope"
msgstr "კონვერტი"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.20.itemlist.text
+#. Vmv8
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_STD.20.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_STD\n"
+"20\n"
+"itemlist.text"
msgid "C6 Envelope"
msgstr "კონვერტი"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.21.itemlist.text
+#. @*@R
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_STD.21.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_STD\n"
+"21\n"
+"itemlist.text"
msgid "C6/5 Envelope"
msgstr "კონვერტი"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.22.itemlist.text
+#. %vH`
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_STD.22.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_STD\n"
+"22\n"
+"itemlist.text"
msgid "C5 Envelope"
msgstr "კონვერტი"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.23.itemlist.text
+#. ij/h
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_STD.23.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_STD\n"
+"23\n"
+"itemlist.text"
msgid "C4 Envelope"
msgstr "კონვერტი"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.24.itemlist.text
+#. 5aab
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_STD\n"
+"24\n"
+"itemlist.text"
msgid "#6 3/4 (Personal) Envelope"
msgstr ""
-#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.25.itemlist.text
+#. 1k)*
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_STD\n"
+"25\n"
+"itemlist.text"
msgid "#8 (Monarch) Envelope"
msgstr ""
-#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.26.itemlist.text
+#. Z}ug
+#: page.src
#, fuzzy
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_STD\n"
+"26\n"
+"itemlist.text"
msgid "#9 Envelope"
msgstr "კონვერტი"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.27.itemlist.text
+#. $WZ,
+#: page.src
#, fuzzy
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_STD\n"
+"27\n"
+"itemlist.text"
msgid "#10 Envelope"
msgstr "კონვერტი"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.28.itemlist.text
+#. V==k
+#: page.src
#, fuzzy
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_STD\n"
+"28\n"
+"itemlist.text"
msgid "#11 Envelope"
msgstr "კონვერტი"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.29.itemlist.text
+#. ?EpA
+#: page.src
#, fuzzy
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_STD\n"
+"29\n"
+"itemlist.text"
msgid "#12 Envelope"
msgstr "კონვერტი"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.30.itemlist.text
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_STD.30.itemlist.text"
+#. Rb3s
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_STD\n"
+"30\n"
+"itemlist.text"
msgid "Japanese Postcard"
msgstr ""
-#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.1.itemlist.text
+#. Z}X4
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.1.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"1\n"
+"itemlist.text"
msgid "A6"
msgstr "A"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.2.itemlist.text
+#. .(D,
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.2.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"2\n"
+"itemlist.text"
msgid "A5"
msgstr "A"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.3.itemlist.text
+#. SsJl
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.3.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"3\n"
+"itemlist.text"
msgid "A4"
msgstr "A4"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.4.itemlist.text
+#. ]uFl
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.4.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"4\n"
+"itemlist.text"
msgid "A3"
msgstr "A"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.5.itemlist.text
+#. V$N(
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"5\n"
+"itemlist.text"
msgid "A2"
msgstr ""
-#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.6.itemlist.text
+#. P06I
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"6\n"
+"itemlist.text"
msgid "A1"
msgstr ""
-#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.7.itemlist.text
+#. -k#Y
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"7\n"
+"itemlist.text"
msgid "A0"
msgstr ""
-#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.8.itemlist.text
+#. eT3W
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.8.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"8\n"
+"itemlist.text"
msgid "B6 (ISO)"
msgstr "B5 (ISO)"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.9.itemlist.text
+#. E4#h
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.9.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"9\n"
+"itemlist.text"
msgid "B5 (ISO)"
msgstr "B5 (ISO)"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.10.itemlist.text
+#. BMq@
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.10.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"10\n"
+"itemlist.text"
msgid "B4 (ISO)"
msgstr "B5 (ISO)"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.11.itemlist.text
+#. ;gT~
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.11.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"11\n"
+"itemlist.text"
msgid "Letter"
msgstr "წერილი"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.12.itemlist.text
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.12.itemlist.text"
+#. `sBE
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"12\n"
+"itemlist.text"
msgid "Legal"
msgstr ""
-#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.13.itemlist.text
+#. -In)
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.13.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"13\n"
+"itemlist.text"
msgid "Long Bond"
msgstr "გრძელი ტირე (მუქი)"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.14.itemlist.text
+#. IP*F
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.14.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"14\n"
+"itemlist.text"
msgid "Tabloid"
msgstr "ცხრილი"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.15.itemlist.text
+#. 2}2K
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.15.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"15\n"
+"itemlist.text"
msgid "B6 (JIS)"
msgstr "B5 (ISO)"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.16.itemlist.text
+#. 9A5-
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.16.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"16\n"
+"itemlist.text"
msgid "B5 (JIS)"
msgstr "B5 (ISO)"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.17.itemlist.text
+#. tb9*
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.17.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"17\n"
+"itemlist.text"
msgid "B4 (JIS)"
msgstr "B5 (ISO)"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.18.itemlist.text
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.18.itemlist.text"
+#. bZe|
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"18\n"
+"itemlist.text"
msgid "16 Kai"
msgstr ""
-#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.19.itemlist.text
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.19.itemlist.text"
+#. 2-.U
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"19\n"
+"itemlist.text"
msgid "32 Kai"
msgstr ""
-#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.20.itemlist.text
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.20.itemlist.text"
+#. 2RO}
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"20\n"
+"itemlist.text"
msgid "Big 32 Kai"
msgstr ""
-#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.21.itemlist.text
+#. =/Ol
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.21.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"21\n"
+"itemlist.text"
msgid "User"
msgstr "მომხმარებელი"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.22.itemlist.text
+#. RPXm
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.22.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"22\n"
+"itemlist.text"
msgid "DL Envelope"
msgstr "კონვერტი"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.23.itemlist.text
+#. 2Y8\
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.23.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"23\n"
+"itemlist.text"
msgid "C6 Envelope"
msgstr "კონვერტი"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.24.itemlist.text
+#. 024q
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.24.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"24\n"
+"itemlist.text"
msgid "C6/5 Envelope"
msgstr "კონვერტი"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.25.itemlist.text
+#. ?^U$
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.25.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"25\n"
+"itemlist.text"
msgid "C5 Envelope"
msgstr "კონვერტი"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.26.itemlist.text
+#. $7,l
+#: page.src
#, fuzzy
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.26.itemlist.text"
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"26\n"
+"itemlist.text"
msgid "C4 Envelope"
msgstr "კონვერტი"
-#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.27.itemlist.text
+#. A0o)
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"27\n"
+"itemlist.text"
msgid "Dia Slide"
msgstr ""
-#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.28.itemlist.text
+#. W++{
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"28\n"
+"itemlist.text"
msgid "Screen 4:3"
msgstr ""
-#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.29.itemlist.text
+#. }77H
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"29\n"
+"itemlist.text"
msgid "Screen 16:9"
msgstr ""
-#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.30.itemlist.text
-msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.30.itemlist.text"
-msgid "Japanese Postcard"
+#. -A-/
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"30\n"
+"itemlist.text"
+msgid "Screen 16:10"
msgstr ""
-#: measure.src#RID_SVXPAGE_MEASURE.FL_LINE.fixedline.text
-msgctxt "measure.src#RID_SVXPAGE_MEASURE.FL_LINE.fixedline.text"
-msgid "Line"
-msgstr "ხაზი"
-
-#: measure.src#RID_SVXPAGE_MEASURE.FT_LINE_DIST.fixedtext.text
-msgid "Line ~distance"
-msgstr "ხასთა შორის დაშორება"
-
-#: measure.src#RID_SVXPAGE_MEASURE.FT_HELPLINE_OVERHANG.fixedtext.text
-msgid "Guide ~overhang"
-msgstr "მეგზური ჩ~ამოკიდებული"
-
-#: measure.src#RID_SVXPAGE_MEASURE.FT_HELPLINE_DIST.fixedtext.text
-msgid "~Guide distance"
-msgstr "~სახელმძღვანელოს დაშორება"
-
-#: measure.src#RID_SVXPAGE_MEASURE.FT_HELPLINE1_LEN.fixedtext.text
-msgid "~Left guide"
-msgstr "~მარცხენა სახელმძღვანელო"
-
-#: measure.src#RID_SVXPAGE_MEASURE.FT_HELPLINE2_LEN.fixedtext.text
-msgid "~Right guide"
-msgstr "მ~არჯვენა სახელმძღვანელო"
-
-#: measure.src#RID_SVXPAGE_MEASURE.TSB_BELOW_REF_EDGE.tristatebox.text
-msgid "Measure ~below object"
-msgstr "ზომა ობიექტს ქვევით"
-
-#: measure.src#RID_SVXPAGE_MEASURE.FT_DECIMALPLACES.fixedtext.text
-msgid "Decimal places"
-msgstr "ათობითი ნიშნები"
-
-#: measure.src#RID_SVXPAGE_MEASURE.FL_LABEL.fixedline.text
-msgid "Legend"
-msgstr "ლეგენდა"
-
-#: measure.src#RID_SVXPAGE_MEASURE.FT_POSITION.fixedtext.text
-msgid "~Text position"
-msgstr "~ტექსტის ადგილმდებარეობა"
-
-#: measure.src#RID_SVXPAGE_MEASURE.TSB_AUTOPOSV.tristatebox.text
-msgid "~AutoVertical"
-msgstr "~ავტოვერტიკალური"
-
-#: measure.src#RID_SVXPAGE_MEASURE.TSB_AUTOPOSH.tristatebox.text
-msgid "A~utoHorizontal"
-msgstr "ა~ვტოჰორიზონტალური"
-
-#: measure.src#RID_SVXPAGE_MEASURE.TSB_PARALLEL.tristatebox.text
-msgid "~Parallel to line"
-msgstr "ხაზის პარალელური"
-
-#: measure.src#RID_SVXPAGE_MEASURE.TSB_SHOW_UNIT.tristatebox.text
-msgid "Show ~meas. units"
-msgstr "ზომის ერთ. ჩვენება"
-
-#: measure.src#RID_SVXPAGE_MEASURE.STR_MEASURE_AUTOMATIC.string.text
-msgctxt "measure.src#RID_SVXPAGE_MEASURE.STR_MEASURE_AUTOMATIC.string.text"
-msgid "Automatic"
-msgstr "ავტომატური"
-
-#: measure.src#RID_SVXPAGE_MEASURE.tabpage.text
-msgid "Dimensioning"
-msgstr "ზომების განსაზღვრა"
-
-#: textanim.src#RID_SVXPAGE_TEXTANIMATION.FL_EFFECT.fixedline.text
-msgid "Text animation effects"
-msgstr "ტექსტის ანიმაციის ეფექტები"
-
-#: textanim.src#RID_SVXPAGE_TEXTANIMATION.FT_EFFECTS.fixedtext.text
-msgid "E~ffect"
-msgstr "ეფექტები"
-
-#: textanim.src#RID_SVXPAGE_TEXTANIMATION.LB_EFFECT.1.stringlist.text
-msgid "No Effect"
-msgstr "~ეფექტები"
-
-#: textanim.src#RID_SVXPAGE_TEXTANIMATION.LB_EFFECT.2.stringlist.text
-msgid "Blink"
-msgstr "ციმციმი"
-
-#: textanim.src#RID_SVXPAGE_TEXTANIMATION.LB_EFFECT.3.stringlist.text
-msgid "Scroll Through"
-msgstr "ჩათვალირება"
-
-#: textanim.src#RID_SVXPAGE_TEXTANIMATION.LB_EFFECT.4.stringlist.text
-msgid "Scroll Back and Forth"
-msgstr "გადაფურცვლა"
-
-#: textanim.src#RID_SVXPAGE_TEXTANIMATION.LB_EFFECT.5.stringlist.text
-msgid "Scroll In"
-msgstr "გადაფურცვლა"
-
-#: textanim.src#RID_SVXPAGE_TEXTANIMATION.FT_DIRECTION.fixedtext.text
-msgid "Direction"
-msgstr "მიმართულება"
+#. ;mpl
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXSTRARY_PAPERSIZE_DRAW\n"
+"31\n"
+"itemlist.text"
+msgid "Japanese Postcard"
+msgstr ""
-#: textanim.src#RID_SVXPAGE_TEXTANIMATION.BTN_UP.imagebutton.text
-msgctxt "textanim.src#RID_SVXPAGE_TEXTANIMATION.BTN_UP.imagebutton.text"
-msgid "-"
-msgstr "-"
+#. v3v3
+#: backgrnd.src
+msgctxt ""
+"backgrnd.src\n"
+"UNLINKED_IMAGE\n"
+"#define.text"
+msgid "Unlinked graphic"
+msgstr "მიუბმელი ნახატები"
-#: textanim.src#RID_SVXPAGE_TEXTANIMATION.BTN_UP.imagebutton.quickhelptext
-msgid "To Top"
-msgstr "To Top"
+#. ,V~k
+#: backgrnd.src
+msgctxt ""
+"backgrnd.src\n"
+"RID_SVXPAGE_BACKGROUND\n"
+"FT_SELECTOR\n"
+"fixedtext.text"
+msgid "A~s"
+msgstr "რო~გორც"
-#: textanim.src#RID_SVXPAGE_TEXTANIMATION.BTN_LEFT.imagebutton.text
-msgctxt "textanim.src#RID_SVXPAGE_TEXTANIMATION.BTN_LEFT.imagebutton.text"
-msgid "-"
-msgstr "-"
+#. e!QI
+#: backgrnd.src
+msgctxt ""
+"backgrnd.src\n"
+"RID_SVXPAGE_BACKGROUND.LB_SELECTOR\n"
+"1\n"
+"stringlist.text"
+msgid "Color"
+msgstr "ფერი"
-#: textanim.src#RID_SVXPAGE_TEXTANIMATION.BTN_LEFT.imagebutton.quickhelptext
-msgid "To Left"
-msgstr "To Left"
+#. H[3@
+#: backgrnd.src
+msgctxt ""
+"backgrnd.src\n"
+"RID_SVXPAGE_BACKGROUND.LB_SELECTOR\n"
+"2\n"
+"stringlist.text"
+msgid "Graphic"
+msgstr "გრაფიკა"
-#: textanim.src#RID_SVXPAGE_TEXTANIMATION.BTN_RIGHT.imagebutton.text
-msgctxt "textanim.src#RID_SVXPAGE_TEXTANIMATION.BTN_RIGHT.imagebutton.text"
-msgid "-"
-msgstr "-"
+#. n7T@
+#: backgrnd.src
+msgctxt ""
+"backgrnd.src\n"
+"RID_SVXPAGE_BACKGROUND\n"
+"FT_TBL_DESC\n"
+"fixedtext.text"
+msgid "F~or"
+msgstr "F~or"
-#: textanim.src#RID_SVXPAGE_TEXTANIMATION.BTN_RIGHT.imagebutton.quickhelptext
-msgid "To Right"
-msgstr "To Right"
+#. /X$p
+#: backgrnd.src
+msgctxt ""
+"backgrnd.src\n"
+"RID_SVXPAGE_BACKGROUND.LB_TBL_BOX\n"
+"1\n"
+"stringlist.text"
+msgid "Cell"
+msgstr "უჯრა"
-#: textanim.src#RID_SVXPAGE_TEXTANIMATION.BTN_DOWN.imagebutton.text
-msgctxt "textanim.src#RID_SVXPAGE_TEXTANIMATION.BTN_DOWN.imagebutton.text"
-msgid "-"
-msgstr "-"
+#. 7d`s
+#: backgrnd.src
+msgctxt ""
+"backgrnd.src\n"
+"RID_SVXPAGE_BACKGROUND.LB_TBL_BOX\n"
+"2\n"
+"stringlist.text"
+msgid "Row"
+msgstr "მწკრივი"
-#: textanim.src#RID_SVXPAGE_TEXTANIMATION.BTN_DOWN.imagebutton.quickhelptext
-msgid "To Bottom"
-msgstr "To Bottom"
+#. 1yIP
+#: backgrnd.src
+msgctxt ""
+"backgrnd.src\n"
+"RID_SVXPAGE_BACKGROUND.LB_TBL_BOX\n"
+"3\n"
+"stringlist.text"
+msgid "Table"
+msgstr "ცხრილი"
-#: textanim.src#RID_SVXPAGE_TEXTANIMATION.FL_PROPERTIES.fixedline.text
-msgctxt "textanim.src#RID_SVXPAGE_TEXTANIMATION.FL_PROPERTIES.fixedline.text"
-msgid "Properties"
-msgstr "თვისებები"
+#. Jp7R
+#: backgrnd.src
+msgctxt ""
+"backgrnd.src\n"
+"RID_SVXPAGE_BACKGROUND.LB_PARA_BOX\n"
+"1\n"
+"stringlist.text"
+msgid "Paragraph"
+msgstr "აბზაცი"
-#: textanim.src#RID_SVXPAGE_TEXTANIMATION.TSB_START_INSIDE.tristatebox.text
-msgid "S~tart inside"
-msgstr "დაწყება შიგნით"
+#. W_af
+#: backgrnd.src
+msgctxt ""
+"backgrnd.src\n"
+"RID_SVXPAGE_BACKGROUND.LB_PARA_BOX\n"
+"2\n"
+"stringlist.text"
+msgid "Character"
+msgstr "სიმბოლო"
-#: textanim.src#RID_SVXPAGE_TEXTANIMATION.TSB_STOP_INSIDE.tristatebox.text
-msgid "Text visible when exiting"
-msgstr "ხილული ტექსტი"
+#. e]|x
+#: backgrnd.src
+msgctxt ""
+"backgrnd.src\n"
+"RID_SVXPAGE_BACKGROUND\n"
+"GB_BGDCOLOR\n"
+"fixedline.text"
+msgid "Background color"
+msgstr "ფონის ფერი"
-#: textanim.src#RID_SVXPAGE_TEXTANIMATION.FT_COUNT.fixedtext.text
-msgid "Animation cycles"
-msgstr "ანიმაციის ციკლები"
+#. a+(q
+#: backgrnd.src
+msgctxt ""
+"backgrnd.src\n"
+"RID_SVXPAGE_BACKGROUND\n"
+"FT_COL_TRANS\n"
+"fixedtext.text"
+msgid "~Transparency"
+msgstr "~გამჭვირვალობა"
-#: textanim.src#RID_SVXPAGE_TEXTANIMATION.TSB_ENDLESS.tristatebox.text
-msgid "~Continuous"
-msgstr "~გაგრძელება"
+#. dqI8
+#: backgrnd.src
+msgctxt ""
+"backgrnd.src\n"
+"RID_SVXPAGE_BACKGROUND\n"
+"GB_FILE\n"
+"fixedline.text"
+msgid "File"
+msgstr "ფაილი"
-#: textanim.src#RID_SVXPAGE_TEXTANIMATION.FT_AMOUNT.fixedtext.text
-msgid "Increment"
-msgstr "მიმატება"
+#. [-%/
+#: backgrnd.src
+msgctxt ""
+"backgrnd.src\n"
+"RID_SVXPAGE_BACKGROUND\n"
+"BTN_BROWSE\n"
+"pushbutton.text"
+msgid "~Browse..."
+msgstr "~დათვალიერება..."
-#: textanim.src#RID_SVXPAGE_TEXTANIMATION.TSB_PIXEL.tristatebox.text
-msgid "~Pixels"
-msgstr "~პიქსელები"
+#. s+{F
+#: backgrnd.src
+msgctxt ""
+"backgrnd.src\n"
+"RID_SVXPAGE_BACKGROUND\n"
+"BTN_LINK\n"
+"checkbox.text"
+msgid "~Link"
+msgstr "~ბმული"
-#: textanim.src#RID_SVXPAGE_TEXTANIMATION.MTR_FLD_AMOUNT.metricfield.text
-msgid " Pixel"
-msgstr ""
+#. 4p/T
+#: backgrnd.src
+msgctxt ""
+"backgrnd.src\n"
+"RID_SVXPAGE_BACKGROUND\n"
+"GB_POSITION\n"
+"fixedline.text"
+msgid "Type"
+msgstr "აკრეფა"
-#: textanim.src#RID_SVXPAGE_TEXTANIMATION.FT_DELAY.fixedtext.text
-msgid "Delay"
-msgstr "შეყოვნება"
+#. hN!D
+#: backgrnd.src
+msgctxt ""
+"backgrnd.src\n"
+"RID_SVXPAGE_BACKGROUND\n"
+"BTN_POSITION\n"
+"radiobutton.text"
+msgid "~Position"
+msgstr "~მდებარეობა"
-#: textanim.src#RID_SVXPAGE_TEXTANIMATION.TSB_AUTO.tristatebox.text
-msgctxt "textanim.src#RID_SVXPAGE_TEXTANIMATION.TSB_AUTO.tristatebox.text"
-msgid "~Automatic"
-msgstr "~ავტომატური"
+#. vIpk
+#: backgrnd.src
+msgctxt ""
+"backgrnd.src\n"
+"RID_SVXPAGE_BACKGROUND\n"
+"BTN_AREA\n"
+"radiobutton.text"
+msgid "Ar~ea"
+msgstr "არ~ეა"
-#: textanim.src#RID_SVXPAGE_TEXTANIMATION.MTR_FLD_DELAY.metricfield.text
-msgid " ms"
-msgstr ""
+#. ,ln_
+#: backgrnd.src
+msgctxt ""
+"backgrnd.src\n"
+"RID_SVXPAGE_BACKGROUND\n"
+"BTN_TILE\n"
+"radiobutton.text"
+msgid "~Tile"
+msgstr "~მოზაიკა"
-#: textanim.src#RID_SVXPAGE_TEXTANIMATION.tabpage.text
-msgid "Animation"
-msgstr "ანიმაცია"
+#. qp^.
+#: backgrnd.src
+msgctxt ""
+"backgrnd.src\n"
+"RID_SVXPAGE_BACKGROUND\n"
+"FL_GRAPH_TRANS\n"
+"fixedline.text"
+msgid "Transparency"
+msgstr "გამჭვირვალობა"
-#: textanim.src#RID_SVXDLG_TEXT.1.RID_SVXPAGE_TEXTATTR.pageitem.text
-msgctxt "textanim.src#RID_SVXDLG_TEXT.1.RID_SVXPAGE_TEXTATTR.pageitem.text"
-msgid "Text"
-msgstr "ტექსტი"
+#. J[oD
+#: backgrnd.src
+msgctxt ""
+"backgrnd.src\n"
+"RID_SVXPAGE_BACKGROUND\n"
+"BTN_PREVIEW\n"
+"checkbox.text"
+msgid "Pre~view"
+msgstr "წინასწარი დათ~ვალიერება"
-#: textanim.src#RID_SVXDLG_TEXT.1.RID_SVXPAGE_TEXTANIMATION.pageitem.text
-msgid "Text Animation"
-msgstr "ტექსტის ანიმაცია"
+#. m({C
+#: backgrnd.src
+msgctxt ""
+"backgrnd.src\n"
+"RID_SVXPAGE_BACKGROUND\n"
+"STR_BROWSE\n"
+"string.text"
+msgid "Find graphics"
+msgstr "ნახატის მოძიება"
-#: textanim.src#RID_SVXDLG_TEXT.tabdialog.text
-msgctxt "textanim.src#RID_SVXDLG_TEXT.tabdialog.text"
-msgid "Text"
-msgstr "ტექსტი"
+#. d92{
+#: backgrnd.src
+msgctxt ""
+"backgrnd.src\n"
+"RID_SVXPAGE_BACKGROUND\n"
+"tabpage.text"
+msgid "Background"
+msgstr "ფონი"
-#: border.src#RID_SVXPAGE_BORDER.FL_BORDER.fixedline.text
+#. n^lK
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXPAGE_BORDER\n"
+"FL_BORDER\n"
+"fixedline.text"
msgid "Line arrangement"
msgstr "ხაზის სწორება"
-#: border.src#RID_SVXPAGE_BORDER.FT_DEFAULT.fixedtext.text
-msgctxt "border.src#RID_SVXPAGE_BORDER.FT_DEFAULT.fixedtext.text"
+#. ]/%T
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXPAGE_BORDER\n"
+"FT_DEFAULT\n"
+"fixedtext.text"
msgid "~Default"
msgstr "~სტანდარტული"
-#: border.src#RID_SVXPAGE_BORDER.FT_USERDEF.fixedtext.text
+#. ~#B*
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXPAGE_BORDER\n"
+"FT_USERDEF\n"
+"fixedtext.text"
msgid "~User-defined"
msgstr "~მომხმარებლის მიერ განსაზღვრული"
-#: border.src#RID_SVXPAGE_BORDER.FL_LINE.fixedline.text
-msgctxt "border.src#RID_SVXPAGE_BORDER.FL_LINE.fixedline.text"
+#. cJ_Y
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXPAGE_BORDER\n"
+"FL_LINE\n"
+"fixedline.text"
msgid "Line"
msgstr "ხაზი"
-#: border.src#RID_SVXPAGE_BORDER.FT_STYLE.fixedtext.text
-msgctxt "border.src#RID_SVXPAGE_BORDER.FT_STYLE.fixedtext.text"
+#. 08X/
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXPAGE_BORDER\n"
+"FT_STYLE\n"
+"fixedtext.text"
msgid "St~yle"
msgstr "სტ~ილი"
-#: border.src#RID_SVXPAGE_BORDER.FT_WIDTH.fixedtext.text
+#. 25#7
+#: border.src
#, fuzzy
-msgctxt "border.src#RID_SVXPAGE_BORDER.FT_WIDTH.fixedtext.text"
+msgctxt ""
+"border.src\n"
+"RID_SVXPAGE_BORDER\n"
+"FT_WIDTH\n"
+"fixedtext.text"
msgid "~Width"
msgstr ""
"#-#-#-#-# table.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -2989,493 +7275,1532 @@ msgstr ""
"#-#-#-#-# dlg.po (PACKAGE VERSION) #-#-#-#-#\n"
"~სიგანე"
-#: border.src#RID_SVXPAGE_BORDER.FT_COLOR.fixedtext.text
-msgctxt "border.src#RID_SVXPAGE_BORDER.FT_COLOR.fixedtext.text"
+#. TpdV
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXPAGE_BORDER\n"
+"FT_COLOR\n"
+"fixedtext.text"
msgid "~Color"
msgstr "~ფერი"
-#: border.src#RID_SVXPAGE_BORDER.FT_LEFT.fixedtext.text
-msgctxt "border.src#RID_SVXPAGE_BORDER.FT_LEFT.fixedtext.text"
+#. +@J2
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXPAGE_BORDER\n"
+"FT_LEFT\n"
+"fixedtext.text"
msgid "~Left"
msgstr "~მარცხენა"
-#: border.src#RID_SVXPAGE_BORDER.FT_RIGHT.fixedtext.text
-msgctxt "border.src#RID_SVXPAGE_BORDER.FT_RIGHT.fixedtext.text"
+#. :=*:
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXPAGE_BORDER\n"
+"FT_RIGHT\n"
+"fixedtext.text"
msgid "Right"
msgstr "მარჯვენა"
-#: border.src#RID_SVXPAGE_BORDER.FT_TOP.fixedtext.text
-msgctxt "border.src#RID_SVXPAGE_BORDER.FT_TOP.fixedtext.text"
+#. !J6X
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXPAGE_BORDER\n"
+"FT_TOP\n"
+"fixedtext.text"
msgid "~Top"
msgstr "~ზემოდან"
-#: border.src#RID_SVXPAGE_BORDER.FT_BOTTOM.fixedtext.text
-msgctxt "border.src#RID_SVXPAGE_BORDER.FT_BOTTOM.fixedtext.text"
+#. Ecpy
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXPAGE_BORDER\n"
+"FT_BOTTOM\n"
+"fixedtext.text"
msgid "~Bottom"
msgstr "~ქვემოდან"
-#: border.src#RID_SVXPAGE_BORDER.CB_SYNC.checkbox.text
+#. _;;X
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXPAGE_BORDER\n"
+"CB_SYNC\n"
+"checkbox.text"
msgid "Synchronize"
msgstr "სინქრონიზაცია"
-#: border.src#RID_SVXPAGE_BORDER.FL_DISTANCE.fixedline.text
+#. ($FG
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXPAGE_BORDER\n"
+"FL_DISTANCE\n"
+"fixedline.text"
msgid "Spacing to contents"
msgstr "დაშორება სარჩევში"
-#: border.src#RID_SVXPAGE_BORDER.FT_SHADOWPOS.fixedtext.text
-msgctxt "border.src#RID_SVXPAGE_BORDER.FT_SHADOWPOS.fixedtext.text"
+#. b#%R
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXPAGE_BORDER\n"
+"FT_SHADOWPOS\n"
+"fixedtext.text"
msgid "~Position"
msgstr "~მდებარეობა"
-#: border.src#RID_SVXPAGE_BORDER.FT_SHADOWSIZE.fixedtext.text
+#. m7lu
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXPAGE_BORDER\n"
+"FT_SHADOWSIZE\n"
+"fixedtext.text"
msgid "Distan~ce"
msgstr "მანძ~ილი"
-#: border.src#RID_SVXPAGE_BORDER.FT_SHADOWCOLOR.fixedtext.text
-msgctxt "border.src#RID_SVXPAGE_BORDER.FT_SHADOWCOLOR.fixedtext.text"
+#. Ysn3
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXPAGE_BORDER\n"
+"FT_SHADOWCOLOR\n"
+"fixedtext.text"
msgid "C~olor"
msgstr "ფ~ერი"
-#: border.src#RID_SVXPAGE_BORDER.FL_SHADOW.fixedline.text
+#. X3X[
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXPAGE_BORDER\n"
+"FL_SHADOW\n"
+"fixedline.text"
msgid "Shadow style"
msgstr "ჩრდილოვანი სტილი"
-#: border.src#RID_SVXPAGE_BORDER.FL_PROPERTIES.fixedline.text
-msgctxt "border.src#RID_SVXPAGE_BORDER.FL_PROPERTIES.fixedline.text"
+#. d/!4
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXPAGE_BORDER\n"
+"FL_PROPERTIES\n"
+"fixedline.text"
msgid "Properties"
msgstr "თვისებები"
-#: border.src#RID_SVXPAGE_BORDER.CB_MERGEWITHNEXT.checkbox.text
+#. 2^:K
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXPAGE_BORDER\n"
+"CB_MERGEWITHNEXT\n"
+"checkbox.text"
msgid "~Merge with next paragraph"
msgstr "შ~ემდეგ აბზაცთან გაერთიანება"
-#: border.src#RID_SVXPAGE_BORDER.CB_MERGEADJACENTBORDERS.checkbox.text
+#. =\k{
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXPAGE_BORDER\n"
+"CB_MERGEADJACENTBORDERS\n"
+"checkbox.text"
msgid "~Merge adjacent line styles"
msgstr "შეაერთეთ მეზობელი ტ~იპის ხაზები"
-#: border.src#RID_SVXPAGE_BORDER.tabpage.text
-msgctxt "border.src#RID_SVXPAGE_BORDER.tabpage.text"
+#. DHQ^
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXPAGE_BORDER\n"
+"tabpage.text"
msgid "Borders"
msgstr "საზღვრები"
-#: border.src#RID_SVXSTR_TABLE_PRESET_NONE.string.text
+#. DhrX
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXSTR_TABLE_PRESET_NONE\n"
+"string.text"
msgid "Set No Borders"
msgstr "ჩარჩოების გარეშე დაყენება"
-#: border.src#RID_SVXSTR_TABLE_PRESET_ONLYOUTER.string.text
+#. z[PB
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXSTR_TABLE_PRESET_ONLYOUTER\n"
+"string.text"
msgid "Set Outer Border Only"
msgstr "მხოლოდ გარე ჩარჩოს დაყენება"
-#: border.src#RID_SVXSTR_TABLE_PRESET_OUTERHORI.string.text
+#. #bvo
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXSTR_TABLE_PRESET_OUTERHORI\n"
+"string.text"
msgid "Set Outer Border and Horizontal Lines"
msgstr "მხოლოდ გარე ჩარჩოს და ჰორიზონტალური ხაზების დაყენება"
-#: border.src#RID_SVXSTR_TABLE_PRESET_OUTERALL.string.text
+#. d,4j
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXSTR_TABLE_PRESET_OUTERALL\n"
+"string.text"
msgid "Set Outer Border and All Inner Lines"
msgstr "მხოლოდ გარე ჩარჩოს და შიდა ხაზების დაყენება"
-#: border.src#RID_SVXSTR_TABLE_PRESET_OUTERINNER.string.text
+#. |I`P
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXSTR_TABLE_PRESET_OUTERINNER\n"
+"string.text"
msgid "Set Outer Border Without Changing Inner Lines"
msgstr "მხოლოდ გარე ჩარჩოს დაყენება შიდა ხაზების დაყენების გარეშე"
-#: border.src#RID_SVXSTR_PARA_PRESET_DIAGONAL.string.text
+#. q5Ra
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXSTR_PARA_PRESET_DIAGONAL\n"
+"string.text"
msgid "Set Diagonal Lines Only"
msgstr "მხოლოდ დიაგონალური ხაზების დაყენება"
-#: border.src#RID_SVXSTR_PARA_PRESET_ALL.string.text
+#. @r`[
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXSTR_PARA_PRESET_ALL\n"
+"string.text"
msgid "Set All Four Borders"
msgstr "ყველა ჩარჩოს დაყენება"
-#: border.src#RID_SVXSTR_PARA_PRESET_LEFTRIGHT.string.text
+#. J=C/
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXSTR_PARA_PRESET_LEFTRIGHT\n"
+"string.text"
msgid "Set Left and Right Borders Only"
msgstr "მხოლოდ მარცხენა და მარჯვენა ჩარჩოების დაყენება"
-#: border.src#RID_SVXSTR_PARA_PRESET_TOPBOTTOM.string.text
+#. 6WwJ
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXSTR_PARA_PRESET_TOPBOTTOM\n"
+"string.text"
msgid "Set Top and Bottom Borders Only"
msgstr "მხოლოდ ზედა და ქვედა ჩარჩოების დაყენება"
-#: border.src#RID_SVXSTR_PARA_PRESET_ONLYLEFT.string.text
+#. *BB2
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXSTR_PARA_PRESET_ONLYLEFT\n"
+"string.text"
msgid "Set Left Border Only"
msgstr "მხოლოდ მარცხენა ჩარჩოს დაყენება"
-#: border.src#RID_SVXSTR_HOR_PRESET_ONLYHOR.string.text
+#. [qV2
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXSTR_HOR_PRESET_ONLYHOR\n"
+"string.text"
msgid "Set Top and Bottom Borders, and All Inner Lines"
msgstr "ზედა და ქვედა ჩარჩოების, აგრეთვე ყველა შიდა ხაზის დაყენება"
-#: border.src#RID_SVXSTR_VER_PRESET_ONLYVER.string.text
+#. ~x/;
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXSTR_VER_PRESET_ONLYVER\n"
+"string.text"
msgid "Set Left and Right Borders, and All Inner Lines"
msgstr "მარცხენა და მარჯვენა ჩარჩოების, აგრეთვე ყველა შიდა ხაზის დაყენება"
-#: border.src#RID_SVXSTR_SHADOW_STYLE_NONE.string.text
+#. J{ud
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXSTR_SHADOW_STYLE_NONE\n"
+"string.text"
msgid "No Shadow"
msgstr "უჩრდილო"
-#: border.src#RID_SVXSTR_SHADOW_STYLE_BOTTOMRIGHT.string.text
+#. PbcA
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXSTR_SHADOW_STYLE_BOTTOMRIGHT\n"
+"string.text"
msgid "Cast Shadow to Bottom Right"
msgstr "ჩრდილი ქვედა მარჯვენა მხარეს"
-#: border.src#RID_SVXSTR_SHADOW_STYLE_TOPRIGHT.string.text
+#. fiV;
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXSTR_SHADOW_STYLE_TOPRIGHT\n"
+"string.text"
msgid "Cast Shadow to Top Right"
msgstr "ჩრდილი ზედა მარჯვენა მხარეს"
-#: border.src#RID_SVXSTR_SHADOW_STYLE_BOTTOMLEFT.string.text
+#. Q!Ng
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXSTR_SHADOW_STYLE_BOTTOMLEFT\n"
+"string.text"
msgid "Cast Shadow to Bottom Left"
msgstr "ჩრდილი ქვედა მარცხენა მხარეს"
-#: border.src#RID_SVXSTR_SHADOW_STYLE_TOPLEFT.string.text
+#. _n^j
+#: border.src
+msgctxt ""
+"border.src\n"
+"RID_SVXSTR_SHADOW_STYLE_TOPLEFT\n"
+"string.text"
msgid "Cast Shadow to Top Left"
msgstr "ჩრდილი ზედა მარცხენა მხარეს"
-#: grfpage.src#RID_SVXPAGE_GRFCROP.FL_CROP.fixedline.text
+#. n`vD
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE\n"
+"FL_POSITION\n"
+"fixedline.text"
+msgid "Position"
+msgstr "მდებარეობა"
+
+#. -~ZG
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE\n"
+"FT_POS_X\n"
+"fixedtext.text"
+msgid "Position ~X"
+msgstr "მდებარეობა ~X"
+
+#. R@*.
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE\n"
+"FT_POS_Y\n"
+"fixedtext.text"
+msgid "Position ~Y"
+msgstr "მდებარეობა ~Y"
+
+#. wfoH
+#: transfrm.src
+#, fuzzy
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE\n"
+"FT_POSREFERENCE\n"
+"fixedtext.text"
+msgid "Base point"
+msgstr "საბაზო წერტილი"
+
+#. Es_c
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE\n"
+"CTL_POSRECT\n"
+"control.text"
+msgid "-"
+msgstr "-"
+
+#. :.As
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE\n"
+"CTL_POSRECT\n"
+"control.quickhelptext"
+msgid "Base point"
+msgstr "Base point"
+
+#. Xt|8
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE\n"
+"FL_SIZE\n"
+"fixedline.text"
+msgid "Size"
+msgstr "ზომა"
+
+#. q^/k
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE\n"
+"FT_WIDTH\n"
+"fixedtext.text"
+msgid "Wi~dth"
+msgstr "სი~განე"
+
+#. j^`5
+#: transfrm.src
+#, fuzzy
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE\n"
+"FT_HEIGHT\n"
+"fixedtext.text"
+msgid "H~eight"
+msgstr "სი~მაღლე"
+
+#. O2k/
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE\n"
+"FT_SIZEREFERENCE\n"
+"fixedtext.text"
+msgid "Base point"
+msgstr "საბაზო წერტილი"
+
+#. |`{p
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE\n"
+"CTL_SIZERECT\n"
+"control.text"
+msgid "-"
+msgstr "-"
+
+#. j{C(
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE\n"
+"CTL_SIZERECT\n"
+"control.quickhelptext"
+msgid "Base point"
+msgstr "Base point"
+
+#. ^MPq
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE\n"
+"CBX_SCALE\n"
+"checkbox.text"
+msgid "~Keep ratio"
+msgstr "თანაფარდობის შ~ენარჩუნება"
+
+#. XQKj
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE\n"
+"FL_PROTECT\n"
+"fixedline.text"
+msgid "Protect"
+msgstr "დაცვა"
+
+#. LDZh
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE\n"
+"TSB_POSPROTECT\n"
+"tristatebox.text"
+msgid "Position"
+msgstr "მდებარეობა"
+
+#. Qr=j
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE\n"
+"TSB_SIZEPROTECT\n"
+"tristatebox.text"
+msgid "~Size"
+msgstr "~ზომა"
+
+#. ,)fg
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE\n"
+"FL_ADJUST\n"
+"fixedline.text"
+msgid "Adapt"
+msgstr "მორგება"
+
+#. 18bt
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE\n"
+"TSB_AUTOGROW_WIDTH\n"
+"tristatebox.text"
+msgid "~Fit width to text"
+msgstr "სიგანის ტექსტზე ~მორგება"
+
+#. _6pH
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE\n"
+"TSB_AUTOGROW_HEIGHT\n"
+"tristatebox.text"
+msgid "Fit ~height to text"
+msgstr "ს~იმაღლის ტექსტზე მორგება"
+
+#. NcZW
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE\n"
+"FL_ANCHOR\n"
+"fixedline.text"
+msgid "Anchor"
+msgstr "ღუზა"
+
+#. p@Sq
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE\n"
+"FT_ANCHOR\n"
+"fixedtext.text"
+msgid "~Anchor"
+msgstr "ღ~უზა"
+
+#. gzF1
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE.LB_ANCHOR\n"
+"1\n"
+"stringlist.text"
+msgid "To paragraph"
+msgstr "აბზაცში"
+
+#. hHJC
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE.LB_ANCHOR\n"
+"2\n"
+"stringlist.text"
+msgid "As character"
+msgstr "როგორც სიმბოლო"
+
+#. PSai
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE.LB_ANCHOR\n"
+"3\n"
+"stringlist.text"
+msgid "To page"
+msgstr "გვერდზე"
+
+#. yIcZ
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE.LB_ANCHOR\n"
+"4\n"
+"stringlist.text"
+msgid "To frame"
+msgstr "ჩარჩოში"
+
+#. Ue[1
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE\n"
+"FT_ORIENT\n"
+"fixedtext.text"
+msgid "P~osition"
+msgstr "პოზიცია"
+
+#. !FM]
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE.LB_ORIENT\n"
+"1\n"
+"stringlist.text"
+msgid "From top"
+msgstr "ზემოდან"
+
+#. e{\b
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE.LB_ORIENT\n"
+"2\n"
+"stringlist.text"
+msgid "Above"
+msgstr "ზემოდან"
+
+#. b/n(
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE.LB_ORIENT\n"
+"3\n"
+"stringlist.text"
+msgid "Centered"
+msgstr "ცენტრირებული"
+
+#. ED^R
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE.LB_ORIENT\n"
+"4\n"
+"stringlist.text"
+msgid "Below"
+msgstr "ქვემოდან"
+
+#. (l^+
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE.LB_ORIENT\n"
+"5\n"
+"stringlist.text"
+msgid "Top of character"
+msgstr "სიმბოლოს თავი"
+
+#. arW=
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE.LB_ORIENT\n"
+"6\n"
+"stringlist.text"
+msgid "Center of character"
+msgstr "სიმბოლოს ცენტრი"
+
+#. +T?`
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE.LB_ORIENT\n"
+"7\n"
+"stringlist.text"
+msgid "Bottom of character"
+msgstr "სიმბოლოს ბოლო"
+
+#. ^e}}
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE.LB_ORIENT\n"
+"8\n"
+"stringlist.text"
+msgid "Top of line"
+msgstr "ხაზის დასაწყისი"
+
+#. $8m,
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE.LB_ORIENT\n"
+"9\n"
+"stringlist.text"
+msgid "Center of line"
+msgstr "ხაზის ცენტრი"
+
+#. s2aP
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE.LB_ORIENT\n"
+"10\n"
+"stringlist.text"
+msgid "Bottom of line"
+msgstr "ხაზის ბოლო"
+
+#. nS.J
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_POSITION_SIZE\n"
+"tabpage.text"
+msgid "Position and Size"
+msgstr "მდებარეობა და ზომა"
+
+#. )IQS
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_ANGLE\n"
+"FL_POSITION\n"
+"fixedline.text"
+msgid "Pivot point"
+msgstr "Pivot-წერტილი"
+
+#. +77j
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_ANGLE\n"
+"FT_POS_X\n"
+"fixedtext.text"
+msgid "Position ~X"
+msgstr "მდებარეობა ~X"
+
+#. )mec
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_ANGLE\n"
+"FT_POS_Y\n"
+"fixedtext.text"
+msgid "Position ~Y"
+msgstr "მდებარეობა ~Y"
+
+#. u`\N
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_ANGLE\n"
+"FT_POSPRESETS\n"
+"fixedtext.text"
+msgid "Default settings"
+msgstr "სტანდარტული პარამეტრები"
+
+#. YF-T
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_ANGLE\n"
+"CTL_RECT\n"
+"control.text"
+msgid "-"
+msgstr "-"
+
+#. UME]
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_ANGLE\n"
+"CTL_RECT\n"
+"control.quickhelptext"
+msgid "Rotation point"
+msgstr "Rotation point"
+
+#. j#M[
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_ANGLE\n"
+"FL_ANGLE\n"
+"fixedline.text"
+msgid "Rotation angle"
+msgstr "ბრუნვის კუთხე"
+
+#. jrEA
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_ANGLE\n"
+"FT_ANGLE\n"
+"fixedtext.text"
+msgid "~Angle"
+msgstr "~კუთხე"
+
+#. O^KI
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_ANGLE\n"
+"FT_ANGLEPRESETS\n"
+"fixedtext.text"
+msgid "Default settings"
+msgstr "სტანდარტული პარამეტრები"
+
+#. /j7F
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_ANGLE\n"
+"CTL_ANGLE\n"
+"control.text"
+msgid "-"
+msgstr "-"
+
+#. )zS$
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_ANGLE\n"
+"CTL_ANGLE\n"
+"control.quickhelptext"
+msgid "Rotation Angle"
+msgstr "Rotation Angle"
+
+#. 3k$u
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_ANGLE\n"
+"tabpage.text"
+msgid "Angle"
+msgstr "კუთხე"
+
+#. XXwz
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_SLANT\n"
+"FL_RADIUS\n"
+"fixedline.text"
+msgid "Corner radius"
+msgstr "კუთხის რადიუსი"
+
+#. 3dk$
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_SLANT\n"
+"FT_RADIUS\n"
+"fixedtext.text"
+msgid "~Radius"
+msgstr "რ~ადიუსი"
+
+#. #1R@
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_SLANT\n"
+"FL_SLANT\n"
+"fixedline.text"
+msgid "Slant"
+msgstr "დაქანება"
+
+#. raS]
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_SLANT\n"
+"FT_ANGLE\n"
+"fixedtext.text"
+msgid "~Angle"
+msgstr "~კუთხე"
+
+#. ZwNz
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_SLANT\n"
+"MTR_FLD_ANGLE\n"
+"metricfield.text"
+msgid " degrees"
+msgstr " გრადუსები"
+
+#. (tq)
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXPAGE_SLANT\n"
+"tabpage.text"
+msgid "Slant & Corner Radius"
+msgstr "დაქანება და კუთხის რადიუსი"
+
+#. @R?d
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"_POS_SIZE_TEXT\n"
+"#define.text"
+msgid "Position and Size"
+msgstr "მდებარეობა და ზომა"
+
+#. m+f:
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXDLG_TRANSFORM.TAB_CONTROL\n"
+"RID_SVXPAGE_ANGLE\n"
+"pageitem.text"
+msgid "Rotation"
+msgstr "ბრუნვა"
+
+#. 9TS\
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXDLG_TRANSFORM.TAB_CONTROL\n"
+"RID_SVXPAGE_SLANT\n"
+"pageitem.text"
+msgid "Slant & Corner Radius"
+msgstr "დაქანება და კუთხის რადიუსი"
+
+#. (C)n
+#: transfrm.src
+msgctxt ""
+"transfrm.src\n"
+"RID_SVXDLG_TRANSFORM\n"
+"tabdialog.text"
+msgid "Position and Size"
+msgstr "მდებარეობა და ზომა"
+
+#. F4#l
+#: grfpage.src
+msgctxt ""
+"grfpage.src\n"
+"RID_SVXPAGE_GRFCROP\n"
+"FL_CROP\n"
+"fixedline.text"
msgid "Crop"
msgstr "ამოჭრა"
-#: grfpage.src#RID_SVXPAGE_GRFCROP.FT_LEFT.fixedtext.text
-msgctxt "grfpage.src#RID_SVXPAGE_GRFCROP.FT_LEFT.fixedtext.text"
+#. 18dG
+#: grfpage.src
+msgctxt ""
+"grfpage.src\n"
+"RID_SVXPAGE_GRFCROP\n"
+"FT_LEFT\n"
+"fixedtext.text"
msgid "~Left"
msgstr "~მარცხენა"
-#: grfpage.src#RID_SVXPAGE_GRFCROP.FT_RIGHT.fixedtext.text
-msgctxt "grfpage.src#RID_SVXPAGE_GRFCROP.FT_RIGHT.fixedtext.text"
+#. mvqk
+#: grfpage.src
+msgctxt ""
+"grfpage.src\n"
+"RID_SVXPAGE_GRFCROP\n"
+"FT_RIGHT\n"
+"fixedtext.text"
msgid "~Right"
msgstr "~მარჯვენა"
-#: grfpage.src#RID_SVXPAGE_GRFCROP.FT_TOP.fixedtext.text
-msgctxt "grfpage.src#RID_SVXPAGE_GRFCROP.FT_TOP.fixedtext.text"
+#. oa]v
+#: grfpage.src
+msgctxt ""
+"grfpage.src\n"
+"RID_SVXPAGE_GRFCROP\n"
+"FT_TOP\n"
+"fixedtext.text"
msgid "~Top"
msgstr "~ზედა"
-#: grfpage.src#RID_SVXPAGE_GRFCROP.FT_BOTTOM.fixedtext.text
-msgctxt "grfpage.src#RID_SVXPAGE_GRFCROP.FT_BOTTOM.fixedtext.text"
+#. CA$2
+#: grfpage.src
+msgctxt ""
+"grfpage.src\n"
+"RID_SVXPAGE_GRFCROP\n"
+"FT_BOTTOM\n"
+"fixedtext.text"
msgid "~Bottom"
msgstr "~ქვედა"
-#: grfpage.src#RID_SVXPAGE_GRFCROP.RB_SIZECONST.radiobutton.text
+#. Xl2o
+#: grfpage.src
+msgctxt ""
+"grfpage.src\n"
+"RID_SVXPAGE_GRFCROP\n"
+"RB_SIZECONST\n"
+"radiobutton.text"
msgid "Keep image si~ze"
msgstr "~ნახატის ზომის შენახვა"
-#: grfpage.src#RID_SVXPAGE_GRFCROP.RB_ZOOMCONST.radiobutton.text
+#. L?Pb
+#: grfpage.src
+msgctxt ""
+"grfpage.src\n"
+"RID_SVXPAGE_GRFCROP\n"
+"RB_ZOOMCONST\n"
+"radiobutton.text"
msgid "Keep ~scale"
msgstr "~მაშტაბის შენახვა"
-#: grfpage.src#RID_SVXPAGE_GRFCROP.FL_ZOOM.fixedline.text
+#. FQ3(
+#: grfpage.src
+msgctxt ""
+"grfpage.src\n"
+"RID_SVXPAGE_GRFCROP\n"
+"FL_ZOOM\n"
+"fixedline.text"
msgid "Scale"
msgstr "მაშტაბი"
-#: grfpage.src#RID_SVXPAGE_GRFCROP.FT_WIDTHZOOM.fixedtext.text
-msgctxt "grfpage.src#RID_SVXPAGE_GRFCROP.FT_WIDTHZOOM.fixedtext.text"
+#. T,g[
+#: grfpage.src
+msgctxt ""
+"grfpage.src\n"
+"RID_SVXPAGE_GRFCROP\n"
+"FT_WIDTHZOOM\n"
+"fixedtext.text"
msgid "~Width"
msgstr "ს~იგანე"
-#: grfpage.src#RID_SVXPAGE_GRFCROP.FT_HEIGHTZOOM.fixedtext.text
-msgctxt "grfpage.src#RID_SVXPAGE_GRFCROP.FT_HEIGHTZOOM.fixedtext.text"
+#. [Rjf
+#: grfpage.src
+msgctxt ""
+"grfpage.src\n"
+"RID_SVXPAGE_GRFCROP\n"
+"FT_HEIGHTZOOM\n"
+"fixedtext.text"
msgid "H~eight"
msgstr "სი~მაღლე"
-#: grfpage.src#RID_SVXPAGE_GRFCROP.FL_SIZE.fixedline.text
+#. ruSg
+#: grfpage.src
+msgctxt ""
+"grfpage.src\n"
+"RID_SVXPAGE_GRFCROP\n"
+"FL_SIZE\n"
+"fixedline.text"
msgid "Image size"
msgstr "ნახატის ზომა"
-#: grfpage.src#RID_SVXPAGE_GRFCROP.FT_WIDTH.fixedtext.text
-msgctxt "grfpage.src#RID_SVXPAGE_GRFCROP.FT_WIDTH.fixedtext.text"
+#. A-[r
+#: grfpage.src
+msgctxt ""
+"grfpage.src\n"
+"RID_SVXPAGE_GRFCROP\n"
+"FT_WIDTH\n"
+"fixedtext.text"
msgid "~Width"
msgstr "ს~იგანე"
-#: grfpage.src#RID_SVXPAGE_GRFCROP.FT_HEIGHT.fixedtext.text
-msgctxt "grfpage.src#RID_SVXPAGE_GRFCROP.FT_HEIGHT.fixedtext.text"
+#. s72f
+#: grfpage.src
+msgctxt ""
+"grfpage.src\n"
+"RID_SVXPAGE_GRFCROP\n"
+"FT_HEIGHT\n"
+"fixedtext.text"
msgid "H~eight"
msgstr "სი~მაღლე"
-#: grfpage.src#RID_SVXPAGE_GRFCROP.PB_ORGSIZE.pushbutton.text
+#. UX0u
+#: grfpage.src
+msgctxt ""
+"grfpage.src\n"
+"RID_SVXPAGE_GRFCROP\n"
+"PB_ORGSIZE\n"
+"pushbutton.text"
msgid "~Original Size"
msgstr "სა~წყისი ზომა"
#. PPI is pixel per inch, %1 is a number
-#: grfpage.src#STR_PPI.string.text
+#. *HN@
+#: grfpage.src
+msgctxt ""
+"grfpage.src\n"
+"STR_PPI\n"
+"string.text"
msgid "(%1 PPI)"
msgstr ""
-#: textattr.src#RID_SVXPAGE_TEXTATTR.FL_TEXT.fixedline.text
-msgctxt "textattr.src#RID_SVXPAGE_TEXTATTR.FL_TEXT.fixedline.text"
-msgid "Text"
-msgstr "ტექსტი"
-
-#: textattr.src#RID_SVXPAGE_TEXTATTR.TSB_AUTOGROW_WIDTH.tristatebox.text
-msgid "Fit wi~dth to text"
-msgstr "სიგანის ტექსტზე მორგება"
-
-#: textattr.src#RID_SVXPAGE_TEXTATTR.TSB_AUTOGROW_HEIGHT.tristatebox.text
-msgid "Fit h~eight to text"
-msgstr "სიგრძის ტექსტზე მორგება"
-
-#: textattr.src#RID_SVXPAGE_TEXTATTR.TSB_FIT_TO_SIZE.tristatebox.text
-msgid "~Fit to frame"
-msgstr "ჩ~არჩოზე მორგება"
-
-#: textattr.src#RID_SVXPAGE_TEXTATTR.TSB_CONTOUR.tristatebox.text
-msgid "~Adjust to contour"
-msgstr "კონტურის გასწორება"
-
-#: textattr.src#RID_SVXPAGE_TEXTATTR.TSB_WORDWRAP_TEXT.tristatebox.text
-msgid "~Word wrap text in shape"
-msgstr "~ტექსტის გადატანა ფორმაში"
-
-#: textattr.src#RID_SVXPAGE_TEXTATTR.TSB_AUTOGROW_SIZE.tristatebox.text
-msgid "~Resize shape to fit text"
-msgstr "~ფორმის ტექსტზე მორგება"
-
-#: textattr.src#RID_SVXPAGE_TEXTATTR.FL_DISTANCE.fixedline.text
-msgid "Spacing to borders"
-msgstr "დაშორება კონტურიდან"
-
-#: textattr.src#RID_SVXPAGE_TEXTATTR.FT_LEFT.fixedtext.text
-msgctxt "textattr.src#RID_SVXPAGE_TEXTATTR.FT_LEFT.fixedtext.text"
-msgid "~Left"
-msgstr "~მარცხენა"
-
-#: textattr.src#RID_SVXPAGE_TEXTATTR.FT_RIGHT.fixedtext.text
-msgctxt "textattr.src#RID_SVXPAGE_TEXTATTR.FT_RIGHT.fixedtext.text"
-msgid "~Right"
-msgstr "~მარჯვენა"
-
-#: textattr.src#RID_SVXPAGE_TEXTATTR.FT_TOP.fixedtext.text
-msgctxt "textattr.src#RID_SVXPAGE_TEXTATTR.FT_TOP.fixedtext.text"
-msgid "~Top"
-msgstr "~ზედა"
-
-#: textattr.src#RID_SVXPAGE_TEXTATTR.FT_BOTTOM.fixedtext.text
-msgctxt "textattr.src#RID_SVXPAGE_TEXTATTR.FT_BOTTOM.fixedtext.text"
-msgid "~Bottom"
-msgstr "~ქვედა"
-
-#: textattr.src#RID_SVXPAGE_TEXTATTR.FL_POSITION.fixedline.text
-msgid "Text anchor"
-msgstr "ტექსტის ღუზა"
-
-#: textattr.src#RID_SVXPAGE_TEXTATTR.TSB_FULL_WIDTH.tristatebox.text
-msgid "Full ~width"
-msgstr "სრული სი~განე"
-
-#: textattr.src#RID_SVXPAGE_TEXTATTR.tabpage.text
-msgctxt "textattr.src#RID_SVXPAGE_TEXTATTR.tabpage.text"
-msgid "Text"
-msgstr "ტექსტი"
+#. L~e:
+#: measure.src
+msgctxt ""
+"measure.src\n"
+"RID_SVXPAGE_MEASURE\n"
+"FL_LINE\n"
+"fixedline.text"
+msgid "Line"
+msgstr "ხაზი"
-#: connect.src#RID_SVXPAGE_CONNECTION.FT_TYPE.fixedtext.text
-msgctxt "connect.src#RID_SVXPAGE_CONNECTION.FT_TYPE.fixedtext.text"
-msgid "~Type"
-msgstr "~აკრეფა"
+#. T/=p
+#: measure.src
+msgctxt ""
+"measure.src\n"
+"RID_SVXPAGE_MEASURE\n"
+"FT_LINE_DIST\n"
+"fixedtext.text"
+msgid "Line ~distance"
+msgstr "ხასთა შორის დაშორება"
-#: connect.src#RID_SVXPAGE_CONNECTION.FL_DELTA.fixedline.text
-msgid "Line skew"
-msgstr "ირიბი ხაზი"
+#. HuP%
+#: measure.src
+msgctxt ""
+"measure.src\n"
+"RID_SVXPAGE_MEASURE\n"
+"FT_HELPLINE_OVERHANG\n"
+"fixedtext.text"
+msgid "Guide ~overhang"
+msgstr "მეგზური ჩ~ამოკიდებული"
-#: connect.src#RID_SVXPAGE_CONNECTION.FT_LINE_1.fixedtext.text
-msgid "Line ~1"
-msgstr "ხაზი ~1"
+#. 4@kv
+#: measure.src
+msgctxt ""
+"measure.src\n"
+"RID_SVXPAGE_MEASURE\n"
+"FT_HELPLINE_DIST\n"
+"fixedtext.text"
+msgid "~Guide distance"
+msgstr "~სახელმძღვანელოს დაშორება"
-#: connect.src#RID_SVXPAGE_CONNECTION.FT_LINE_2.fixedtext.text
-msgid "Line ~2"
-msgstr "ხაზი ~2"
+#. ^Y\3
+#: measure.src
+msgctxt ""
+"measure.src\n"
+"RID_SVXPAGE_MEASURE\n"
+"FT_HELPLINE1_LEN\n"
+"fixedtext.text"
+msgid "~Left guide"
+msgstr "~მარცხენა სახელმძღვანელო"
-#: connect.src#RID_SVXPAGE_CONNECTION.FT_LINE_3.fixedtext.text
-msgid "Line ~3"
-msgstr "ხაზი ~3"
+#. Z/d!
+#: measure.src
+msgctxt ""
+"measure.src\n"
+"RID_SVXPAGE_MEASURE\n"
+"FT_HELPLINE2_LEN\n"
+"fixedtext.text"
+msgid "~Right guide"
+msgstr "მ~არჯვენა სახელმძღვანელო"
-#: connect.src#RID_SVXPAGE_CONNECTION.FL_DISTANCE.fixedline.text
-msgctxt "connect.src#RID_SVXPAGE_CONNECTION.FL_DISTANCE.fixedline.text"
-msgid "Line spacing"
-msgstr "ხაზების დაშორება"
+#. J%hw
+#: measure.src
+msgctxt ""
+"measure.src\n"
+"RID_SVXPAGE_MEASURE\n"
+"TSB_BELOW_REF_EDGE\n"
+"tristatebox.text"
+msgid "Measure ~below object"
+msgstr "ზომა ობიექტს ქვევით"
-#: connect.src#RID_SVXPAGE_CONNECTION.FT_HORZ_1.fixedtext.text
-msgid "~Begin horizontal"
-msgstr "დაწყება ჰორიზო~ნტალური"
+#. \?3I
+#: measure.src
+msgctxt ""
+"measure.src\n"
+"RID_SVXPAGE_MEASURE\n"
+"FT_DECIMALPLACES\n"
+"fixedtext.text"
+msgid "Decimal places"
+msgstr "ათობითი ნიშნები"
-#: connect.src#RID_SVXPAGE_CONNECTION.FT_HORZ_2.fixedtext.text
-msgid "End ~horizontal"
-msgstr "დასასრუ~ლი ჰორიზონტალური"
+#. pO,3
+#: measure.src
+msgctxt ""
+"measure.src\n"
+"RID_SVXPAGE_MEASURE\n"
+"FL_LABEL\n"
+"fixedline.text"
+msgid "Legend"
+msgstr "ლეგენდა"
-#: connect.src#RID_SVXPAGE_CONNECTION.FT_VERT_1.fixedtext.text
-msgid "Begin ~vertical"
-msgstr "დაწყება ვ~ერტიკალური"
+#. Mhm!
+#: measure.src
+msgctxt ""
+"measure.src\n"
+"RID_SVXPAGE_MEASURE\n"
+"FT_POSITION\n"
+"fixedtext.text"
+msgid "~Text position"
+msgstr "~ტექსტის ადგილმდებარეობა"
-#: connect.src#RID_SVXPAGE_CONNECTION.FT_VERT_2.fixedtext.text
-msgid "~End vertical"
-msgstr "დასასრული ვერტიკა~ლური"
+#. 9M%e
+#: measure.src
+msgctxt ""
+"measure.src\n"
+"RID_SVXPAGE_MEASURE\n"
+"TSB_AUTOPOSV\n"
+"tristatebox.text"
+msgid "~AutoVertical"
+msgstr "~ავტოვერტიკალური"
-#: connect.src#RID_SVXPAGE_CONNECTION.CTL_PREVIEW.control.text
-msgctxt "connect.src#RID_SVXPAGE_CONNECTION.CTL_PREVIEW.control.text"
-msgid "-"
-msgstr "-"
+#. U,m6
+#: measure.src
+msgctxt ""
+"measure.src\n"
+"RID_SVXPAGE_MEASURE\n"
+"TSB_AUTOPOSH\n"
+"tristatebox.text"
+msgid "A~utoHorizontal"
+msgstr "ა~ვტოჰორიზონტალური"
-#: connect.src#RID_SVXPAGE_CONNECTION.CTL_PREVIEW.control.quickhelptext
-msgid "Preview"
-msgstr "Preview"
+#. sASP
+#: measure.src
+msgctxt ""
+"measure.src\n"
+"RID_SVXPAGE_MEASURE\n"
+"TSB_PARALLEL\n"
+"tristatebox.text"
+msgid "~Parallel to line"
+msgstr "ხაზის პარალელური"
-#: connect.src#RID_SVXPAGE_CONNECTION.tabpage.text
-msgid "Connector"
-msgstr "კონექტორი"
+#. $Di1
+#: measure.src
+msgctxt ""
+"measure.src\n"
+"RID_SVXPAGE_MEASURE\n"
+"TSB_SHOW_UNIT\n"
+"tristatebox.text"
+msgid "Show ~meas. units"
+msgstr "ზომის ერთ. ჩვენება"
-#: labdlg.src#RID_SVXPAGE_CAPTION.FT_ABSTAND.fixedtext.text
-msgctxt "labdlg.src#RID_SVXPAGE_CAPTION.FT_ABSTAND.fixedtext.text"
-msgid "~Spacing"
-msgstr "~დაშორება"
+#. 6DJ8
+#: measure.src
+msgctxt ""
+"measure.src\n"
+"RID_SVXPAGE_MEASURE\n"
+"STR_MEASURE_AUTOMATIC\n"
+"string.text"
+msgid "Automatic"
+msgstr "ავტომატური"
-#: labdlg.src#RID_SVXPAGE_CAPTION.FT_WINKEL.fixedtext.text
-msgctxt "labdlg.src#RID_SVXPAGE_CAPTION.FT_WINKEL.fixedtext.text"
-msgid "~Angle"
-msgstr "~კუთხე"
+#. HT!4
+#: measure.src
+msgctxt ""
+"measure.src\n"
+"RID_SVXPAGE_MEASURE\n"
+"tabpage.text"
+msgid "Dimensioning"
+msgstr "ზომების განსაზღვრა"
-#: labdlg.src#RID_SVXPAGE_CAPTION.LB_WINKEL.1.stringlist.text
-msgid "Free"
-msgstr "თავისუფალი"
+#. ;b7$
+#: swpossizetabpage.src
+msgctxt ""
+"swpossizetabpage.src\n"
+"RID_SVXPAGE_SWPOSSIZE\n"
+"FL_SIZE\n"
+"fixedline.text"
+msgid "Size"
+msgstr "ზომა"
-#: labdlg.src#RID_SVXPAGE_CAPTION.LB_WINKEL.2.stringlist.text
-msgid "30 Degrees"
-msgstr "30 გრადუსი"
+#. Bf8G
+#: swpossizetabpage.src
+msgctxt ""
+"swpossizetabpage.src\n"
+"RID_SVXPAGE_SWPOSSIZE\n"
+"FT_WIDTH\n"
+"fixedtext.text"
+msgid "~Width"
+msgstr "ს~იგანე"
-#: labdlg.src#RID_SVXPAGE_CAPTION.LB_WINKEL.3.stringlist.text
-msgid "45 Degrees"
-msgstr "45 გრადუსი"
+#. FLTc
+#: swpossizetabpage.src
+msgctxt ""
+"swpossizetabpage.src\n"
+"RID_SVXPAGE_SWPOSSIZE\n"
+"FT_HEIGHT\n"
+"fixedtext.text"
+msgid "H~eight"
+msgstr "ს~იმაღლე"
-#: labdlg.src#RID_SVXPAGE_CAPTION.LB_WINKEL.4.stringlist.text
-msgid "60 Degrees"
-msgstr "60 გრადუსი"
+#. c??#
+#: swpossizetabpage.src
+msgctxt ""
+"swpossizetabpage.src\n"
+"RID_SVXPAGE_SWPOSSIZE\n"
+"CB_KEEPRATIO\n"
+"checkbox.text"
+msgid "~Keep ratio"
+msgstr "თანაფარდობის შ~ენარჩუნება"
-#: labdlg.src#RID_SVXPAGE_CAPTION.LB_WINKEL.5.stringlist.text
-msgid "90 Degrees"
-msgstr "90 გრადუსი"
+#. lJ{^
+#: swpossizetabpage.src
+msgctxt ""
+"swpossizetabpage.src\n"
+"RID_SVXPAGE_SWPOSSIZE\n"
+"FL_ANCHOR\n"
+"fixedline.text"
+msgid "Anchor"
+msgstr "ღუზა"
-#: labdlg.src#RID_SVXPAGE_CAPTION.FT_ANSATZ.fixedtext.text
-msgid "~Extension"
-msgstr "~გაფართოება"
+#. $s[M
+#: swpossizetabpage.src
+msgctxt ""
+"swpossizetabpage.src\n"
+"RID_SVXPAGE_SWPOSSIZE\n"
+"RB_TOPAGE\n"
+"radiobutton.text"
+msgid "To ~page"
+msgstr "გვერდზე"
-#: labdlg.src#RID_SVXPAGE_CAPTION.LB_ANSATZ.1.stringlist.text
-msgid "Optimal"
-msgstr "ოპტიმალური"
+#. Ogur
+#: swpossizetabpage.src
+msgctxt ""
+"swpossizetabpage.src\n"
+"RID_SVXPAGE_SWPOSSIZE\n"
+"RB_TOPARA\n"
+"radiobutton.text"
+msgid "To paragrap~h"
+msgstr "აბზაცზე"
-#: labdlg.src#RID_SVXPAGE_CAPTION.LB_ANSATZ.2.stringlist.text
-msgctxt "labdlg.src#RID_SVXPAGE_CAPTION.LB_ANSATZ.2.stringlist.text"
-msgid "From top"
-msgstr "ზემოდან"
+#. (6,q
+#: swpossizetabpage.src
+msgctxt ""
+"swpossizetabpage.src\n"
+"RID_SVXPAGE_SWPOSSIZE\n"
+"RB_TOCHAR\n"
+"radiobutton.text"
+msgid "To cha~racter"
+msgstr "სიმბოლოზე"
-#: labdlg.src#RID_SVXPAGE_CAPTION.LB_ANSATZ.3.stringlist.text
-msgid "From left"
-msgstr "მარცხნიდან"
+#. Z#V^
+#: swpossizetabpage.src
+msgctxt ""
+"swpossizetabpage.src\n"
+"RID_SVXPAGE_SWPOSSIZE\n"
+"RB_ASCHAR\n"
+"radiobutton.text"
+msgid "~As character"
+msgstr "როგორც სიმბოლო"
-#: labdlg.src#RID_SVXPAGE_CAPTION.LB_ANSATZ.4.stringlist.text
-msgctxt "labdlg.src#RID_SVXPAGE_CAPTION.LB_ANSATZ.4.stringlist.text"
-msgid "Horizontal"
-msgstr "ჰორიზონტალური"
+#. kPsZ
+#: swpossizetabpage.src
+msgctxt ""
+"swpossizetabpage.src\n"
+"RID_SVXPAGE_SWPOSSIZE\n"
+"RB_TOFRAME\n"
+"radiobutton.text"
+msgid "To ~frame"
+msgstr "ჩარჩოზე"
-#: labdlg.src#RID_SVXPAGE_CAPTION.LB_ANSATZ.5.stringlist.text
-msgctxt "labdlg.src#RID_SVXPAGE_CAPTION.LB_ANSATZ.5.stringlist.text"
-msgid "Vertical"
-msgstr "ვერტიკალური"
+#. E!fZ
+#: swpossizetabpage.src
+msgctxt ""
+"swpossizetabpage.src\n"
+"RID_SVXPAGE_SWPOSSIZE\n"
+"FL_PROTECTION\n"
+"fixedline.text"
+msgid "Protect"
+msgstr "დაცვა"
-#: labdlg.src#RID_SVXPAGE_CAPTION.FT_UM.fixedtext.text
-msgid "~By"
-msgstr "თა~ნ"
+#. .4T7
+#: swpossizetabpage.src
+msgctxt ""
+"swpossizetabpage.src\n"
+"RID_SVXPAGE_SWPOSSIZE\n"
+"CB_POSITION\n"
+"tristatebox.text"
+msgid "Position"
+msgstr "მდებარეობა"
-#: labdlg.src#RID_SVXPAGE_CAPTION.FT_ANSATZ_REL.fixedtext.text
-msgctxt "labdlg.src#RID_SVXPAGE_CAPTION.FT_ANSATZ_REL.fixedtext.text"
-msgid "~Position"
-msgstr "~მდებარეობა"
+#. N6}0
+#: swpossizetabpage.src
+msgctxt ""
+"swpossizetabpage.src\n"
+"RID_SVXPAGE_SWPOSSIZE\n"
+"CB_SIZE\n"
+"tristatebox.text"
+msgid "~Size"
+msgstr "~ზომა"
-#: labdlg.src#RID_SVXPAGE_CAPTION.FT_LAENGE.fixedtext.text
-msgctxt "labdlg.src#RID_SVXPAGE_CAPTION.FT_LAENGE.fixedtext.text"
-msgid "~Length"
-msgstr "ს~იგრძე"
+#. )8~0
+#: swpossizetabpage.src
+msgctxt ""
+"swpossizetabpage.src\n"
+"RID_SVXPAGE_SWPOSSIZE\n"
+"FL_POSITION\n"
+"fixedline.text"
+msgid "Position"
+msgstr "მდებარეობა"
-#: labdlg.src#RID_SVXPAGE_CAPTION.CB_LAENGE.checkbox.text
-msgid "~Optimal"
-msgstr "~ოფტიმალური"
+#. F/Xo
+#: swpossizetabpage.src
+#, fuzzy
+msgctxt ""
+"swpossizetabpage.src\n"
+"RID_SVXPAGE_SWPOSSIZE\n"
+"FT_HORI\n"
+"fixedtext.text"
+msgid "Hori~zontal"
+msgstr "~ჰორიზონტალური"
-#: labdlg.src#RID_SVXPAGE_CAPTION.STR_CAPTTYPE_1.string.text
-msgid "Straight Line"
-msgstr "პირდაპირი ხაზი"
+#. f.o[
+#: swpossizetabpage.src
+#, fuzzy
+msgctxt ""
+"swpossizetabpage.src\n"
+"RID_SVXPAGE_SWPOSSIZE\n"
+"FT_HORIBY\n"
+"fixedtext.text"
+msgid "b~y"
+msgstr "თ~ან"
-#: labdlg.src#RID_SVXPAGE_CAPTION.STR_CAPTTYPE_2.string.text
-msgid "Angled Line"
-msgstr "კუთხოვანი ხაზი"
+#. H-[L
+#: swpossizetabpage.src
+msgctxt ""
+"swpossizetabpage.src\n"
+"RID_SVXPAGE_SWPOSSIZE\n"
+"FT_HORITO\n"
+"fixedtext.text"
+msgid "~to"
+msgstr "~to"
-#: labdlg.src#RID_SVXPAGE_CAPTION.STR_CAPTTYPE_3.string.text
-msgid "Angled Connector Line"
-msgstr "კუთხოვანი შემაერთებელი ხაზი"
+#. YCRC
+#: swpossizetabpage.src
+msgctxt ""
+"swpossizetabpage.src\n"
+"RID_SVXPAGE_SWPOSSIZE\n"
+"CB_HORIMIRROR\n"
+"checkbox.text"
+msgid "~Mirror on even pages"
+msgstr "სარკისებურად ლუწ გვერდებზე"
-#: labdlg.src#RID_SVXPAGE_CAPTION.STR_CAPTTYPE_4.string.text
-msgid "Double-angled line"
-msgstr "ორმაგკუთხოვანი კაზი"
+#. NI9r
+#: swpossizetabpage.src
+#, fuzzy
+msgctxt ""
+"swpossizetabpage.src\n"
+"RID_SVXPAGE_SWPOSSIZE\n"
+"FT_VERT\n"
+"fixedtext.text"
+msgid "~Vertical"
+msgstr ""
+"#-#-#-#-# frmdlg.po (PACKAGE VERSION) #-#-#-#-#\n"
+"~ვერტიკალური\n"
+"#-#-#-#-# dlg.po (PACKAGE VERSION) #-#-#-#-#\n"
+"~ვერტიკალური\n"
+"#-#-#-#-# dialog.po (PACKAGE VERSION) #-#-#-#-#\n"
+"ვერტიკალურ~ი\n"
+"#-#-#-#-# engine3d.po (PACKAGE VERSION) #-#-#-#-#\n"
+"~ვერტიკალური"
-#: labdlg.src#RID_SVXPAGE_CAPTION.STR_HORZ_LIST.string.text
-msgid "Top;Middle;Bottom"
-msgstr "ზემოთ;შუაში;ქვემოთ"
+#. FA+q
+#: swpossizetabpage.src
+msgctxt ""
+"swpossizetabpage.src\n"
+"RID_SVXPAGE_SWPOSSIZE\n"
+"FT_VERTBY\n"
+"fixedtext.text"
+msgid "by"
+msgstr "by"
-#: labdlg.src#RID_SVXPAGE_CAPTION.STR_VERT_LIST.string.text
-msgid "Left;Middle;Right"
-msgstr "მარცხნივ;შუაში;მარჯვნივ"
+#. Q60h
+#: swpossizetabpage.src
+msgctxt ""
+"swpossizetabpage.src\n"
+"RID_SVXPAGE_SWPOSSIZE\n"
+"FT_VERTTO\n"
+"fixedtext.text"
+msgid "t~o"
+msgstr "t~o"
-#: labdlg.src#RID_SVXPAGE_CAPTION.tabpage.text
-msgctxt "labdlg.src#RID_SVXPAGE_CAPTION.tabpage.text"
-msgid "Callouts"
-msgstr "მიმთითებლები"
+#. nTd)
+#: swpossizetabpage.src
+msgctxt ""
+"swpossizetabpage.src\n"
+"RID_SVXPAGE_SWPOSSIZE\n"
+"CB_FOLLOW\n"
+"checkbox.text"
+msgid "Follow text flow"
+msgstr "მიყევით ტექსტის ნაკადს"
-#: labdlg.src#_POS_SIZE_TEXT.#define.text
-msgctxt "labdlg.src#_POS_SIZE_TEXT.#define.text"
+#. j~Hw
+#: swpossizetabpage.src
+msgctxt ""
+"swpossizetabpage.src\n"
+"RID_SVXPAGE_SWPOSSIZE\n"
+"tabpage.text"
msgid "Position and Size"
msgstr "მდებარეობა და ზომა"
-#: labdlg.src#RID_SVXDLG_CAPTION.TAB_CONTROL.RID_SVXPAGE_CAPTION.pageitem.text
-msgid "Callout"
-msgstr "მიმთითებელი"
-
-#: labdlg.src#RID_SVXDLG_CAPTION.tabdialog.text
-msgctxt "labdlg.src#RID_SVXDLG_CAPTION.tabdialog.text"
-msgid "Callouts"
-msgstr "მიმთითებლები"
-
-#: dstribut.src#RID_SVXPAGE_DISTRIBUTE.FL_HORIZONTAL.fixedline.text
-msgctxt "dstribut.src#RID_SVXPAGE_DISTRIBUTE.FL_HORIZONTAL.fixedline.text"
+#. \~Gz
+#: dstribut.src
+msgctxt ""
+"dstribut.src\n"
+"RID_SVXPAGE_DISTRIBUTE\n"
+"FL_HORIZONTAL\n"
+"fixedline.text"
msgid "Horizontal"
msgstr "ჰორიზონტალური"
-#: dstribut.src#RID_SVXPAGE_DISTRIBUTE.BTN_HOR_NONE.radiobutton.text
+#. ,KGs
+#: dstribut.src
+msgctxt ""
+"dstribut.src\n"
+"RID_SVXPAGE_DISTRIBUTE\n"
+"BTN_HOR_NONE\n"
+"radiobutton.text"
msgid "~None"
msgstr "~არაფერი"
-#: dstribut.src#RID_SVXPAGE_DISTRIBUTE.BTN_HOR_LEFT.radiobutton.text
-msgctxt "dstribut.src#RID_SVXPAGE_DISTRIBUTE.BTN_HOR_LEFT.radiobutton.text"
+#. 0]qv
+#: dstribut.src
+msgctxt ""
+"dstribut.src\n"
+"RID_SVXPAGE_DISTRIBUTE\n"
+"BTN_HOR_LEFT\n"
+"radiobutton.text"
msgid "~Left"
msgstr "~მარცხენა"
-#: dstribut.src#RID_SVXPAGE_DISTRIBUTE.BTN_HOR_CENTER.radiobutton.text
-msgctxt "dstribut.src#RID_SVXPAGE_DISTRIBUTE.BTN_HOR_CENTER.radiobutton.text"
+#. n_6%
+#: dstribut.src
+msgctxt ""
+"dstribut.src\n"
+"RID_SVXPAGE_DISTRIBUTE\n"
+"BTN_HOR_CENTER\n"
+"radiobutton.text"
msgid "~Center"
msgstr "ც~ენტრი"
-#: dstribut.src#RID_SVXPAGE_DISTRIBUTE.BTN_HOR_DISTANCE.radiobutton.text
-msgctxt "dstribut.src#RID_SVXPAGE_DISTRIBUTE.BTN_HOR_DISTANCE.radiobutton.text"
+#. sfIs
+#: dstribut.src
+msgctxt ""
+"dstribut.src\n"
+"RID_SVXPAGE_DISTRIBUTE\n"
+"BTN_HOR_DISTANCE\n"
+"radiobutton.text"
msgid "~Spacing"
msgstr "~დაშორება"
-#: dstribut.src#RID_SVXPAGE_DISTRIBUTE.BTN_HOR_RIGHT.radiobutton.text
-msgctxt "dstribut.src#RID_SVXPAGE_DISTRIBUTE.BTN_HOR_RIGHT.radiobutton.text"
+#. EB2X
+#: dstribut.src
+msgctxt ""
+"dstribut.src\n"
+"RID_SVXPAGE_DISTRIBUTE\n"
+"BTN_HOR_RIGHT\n"
+"radiobutton.text"
msgid "~Right"
msgstr "~მარჯვენა"
-#: dstribut.src#RID_SVXPAGE_DISTRIBUTE.FL_VERTICAL.fixedline.text
-msgctxt "dstribut.src#RID_SVXPAGE_DISTRIBUTE.FL_VERTICAL.fixedline.text"
+#. _@wT
+#: dstribut.src
+msgctxt ""
+"dstribut.src\n"
+"RID_SVXPAGE_DISTRIBUTE\n"
+"FL_VERTICAL\n"
+"fixedline.text"
msgid "Vertical"
msgstr "ვერტიკალური"
-#: dstribut.src#RID_SVXPAGE_DISTRIBUTE.BTN_VER_NONE.radiobutton.text
-msgctxt "dstribut.src#RID_SVXPAGE_DISTRIBUTE.BTN_VER_NONE.radiobutton.text"
+#. jGF%
+#: dstribut.src
+msgctxt ""
+"dstribut.src\n"
+"RID_SVXPAGE_DISTRIBUTE\n"
+"BTN_VER_NONE\n"
+"radiobutton.text"
msgid "N~one"
msgstr "არც~ერთი"
-#: dstribut.src#RID_SVXPAGE_DISTRIBUTE.BTN_VER_TOP.radiobutton.text
+#. 1/;R
+#: dstribut.src
#, fuzzy
-msgctxt "dstribut.src#RID_SVXPAGE_DISTRIBUTE.BTN_VER_TOP.radiobutton.text"
+msgctxt ""
+"dstribut.src\n"
+"RID_SVXPAGE_DISTRIBUTE\n"
+"BTN_VER_TOP\n"
+"radiobutton.text"
msgid "~Top"
msgstr ""
"#-#-#-#-# app.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -3489,18 +8814,34 @@ msgstr ""
"#-#-#-#-# inc.po (PACKAGE VERSION) #-#-#-#-#\n"
"~ზემოთ"
-#: dstribut.src#RID_SVXPAGE_DISTRIBUTE.BTN_VER_CENTER.radiobutton.text
-msgctxt "dstribut.src#RID_SVXPAGE_DISTRIBUTE.BTN_VER_CENTER.radiobutton.text"
+#. 4_W6
+#: dstribut.src
+msgctxt ""
+"dstribut.src\n"
+"RID_SVXPAGE_DISTRIBUTE\n"
+"BTN_VER_CENTER\n"
+"radiobutton.text"
msgid "C~enter"
msgstr "ც~ენტრი"
-#: dstribut.src#RID_SVXPAGE_DISTRIBUTE.BTN_VER_DISTANCE.radiobutton.text
+#. aMx.
+#: dstribut.src
+msgctxt ""
+"dstribut.src\n"
+"RID_SVXPAGE_DISTRIBUTE\n"
+"BTN_VER_DISTANCE\n"
+"radiobutton.text"
msgid "S~pacing"
msgstr "~დაშორება"
-#: dstribut.src#RID_SVXPAGE_DISTRIBUTE.BTN_VER_BOTTOM.radiobutton.text
+#. U-A9
+#: dstribut.src
#, fuzzy
-msgctxt "dstribut.src#RID_SVXPAGE_DISTRIBUTE.BTN_VER_BOTTOM.radiobutton.text"
+msgctxt ""
+"dstribut.src\n"
+"RID_SVXPAGE_DISTRIBUTE\n"
+"BTN_VER_BOTTOM\n"
+"radiobutton.text"
msgid "~Bottom"
msgstr ""
"#-#-#-#-# app.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -3514,914 +8855,1091 @@ msgstr ""
"#-#-#-#-# inc.po (PACKAGE VERSION) #-#-#-#-#\n"
"~ქცვემოთ"
-#: dstribut.src#RID_SVXPAGE_DISTRIBUTE.tabpage.text
+#. 2Lu}
+#: dstribut.src
+msgctxt ""
+"dstribut.src\n"
+"RID_SVXPAGE_DISTRIBUTE\n"
+"tabpage.text"
msgid "Distribution"
msgstr "გავრცელება"
-#: paragrph.src#RID_SVXPAGE_STD_PARAGRAPH.FT_LEFTINDENT.fixedtext.text
-msgid "Before text"
-msgstr "ტექსტამდე"
-
-#: paragrph.src#RID_SVXPAGE_STD_PARAGRAPH.FT_RIGHTINDENT.fixedtext.text
-msgid "After text"
-msgstr "ტექსტის შემდეგ"
-
-#: paragrph.src#RID_SVXPAGE_STD_PARAGRAPH.FT_FLINEINDENT.fixedtext.text
-msgid "~First line"
-msgstr "~პირველი ხაზი"
-
-#: paragrph.src#RID_SVXPAGE_STD_PARAGRAPH.CB_AUTO.checkbox.text
-msgctxt "paragrph.src#RID_SVXPAGE_STD_PARAGRAPH.CB_AUTO.checkbox.text"
-msgid "~Automatic"
-msgstr "~ავტომატური"
-
-#: paragrph.src#RID_SVXPAGE_STD_PARAGRAPH.FL_INDENT.fixedline.text
-msgctxt "paragrph.src#RID_SVXPAGE_STD_PARAGRAPH.FL_INDENT.fixedline.text"
-msgid "Indent"
-msgstr "ინდენტური"
-
-#: paragrph.src#RID_SVXPAGE_STD_PARAGRAPH.FT_TOPDIST.fixedtext.text
-msgid "Ab~ove paragraph"
-msgstr "აბ~ზაცის ზევით"
-
-#: paragrph.src#RID_SVXPAGE_STD_PARAGRAPH.FT_BOTTOMDIST.fixedtext.text
-msgid "Below paragraph"
-msgstr "აბზაცის ქვევით"
-
-#: paragrph.src#RID_SVXPAGE_STD_PARAGRAPH.CB_CONTEXTUALSPACING.checkbox.text
-msgid "Don't add space between paragraphs of the same style"
-msgstr ""
-
-#: paragrph.src#RID_SVXPAGE_STD_PARAGRAPH.FL_DIST.fixedline.text
-msgctxt "paragrph.src#RID_SVXPAGE_STD_PARAGRAPH.FL_DIST.fixedline.text"
-msgid "Spacing"
-msgstr "დაშორება"
-
-#: paragrph.src#RID_SVXPAGE_STD_PARAGRAPH.LB_LINEDIST.1.stringlist.text
-msgctxt "paragrph.src#RID_SVXPAGE_STD_PARAGRAPH.LB_LINEDIST.1.stringlist.text"
-msgid "Single"
-msgstr "ერთმაგი"
-
-#: paragrph.src#RID_SVXPAGE_STD_PARAGRAPH.LB_LINEDIST.2.stringlist.text
-msgid "1.5 lines"
-msgstr "1.5 ხაზი"
-
-#: paragrph.src#RID_SVXPAGE_STD_PARAGRAPH.LB_LINEDIST.3.stringlist.text
-msgctxt "paragrph.src#RID_SVXPAGE_STD_PARAGRAPH.LB_LINEDIST.3.stringlist.text"
-msgid "Double"
-msgstr "ორმაგი"
-
-#: paragrph.src#RID_SVXPAGE_STD_PARAGRAPH.LB_LINEDIST.4.stringlist.text
-msgid "Proportional"
-msgstr "პროპორციული"
-
-#: paragrph.src#RID_SVXPAGE_STD_PARAGRAPH.LB_LINEDIST.5.stringlist.text
-msgid "At least"
-msgstr "სულ მცირე"
-
-#: paragrph.src#RID_SVXPAGE_STD_PARAGRAPH.LB_LINEDIST.6.stringlist.text
-msgid "Leading"
-msgstr "სტრიქონთა დაშორება"
-
-#: paragrph.src#RID_SVXPAGE_STD_PARAGRAPH.ST_LINEDIST_ABS.string.text
-msgid "Fixed"
-msgstr "ფიქსირებული"
-
-#: paragrph.src#RID_SVXPAGE_STD_PARAGRAPH.FT_LINEDIST.fixedtext.text
-msgid "of"
-msgstr "of"
-
-#: paragrph.src#RID_SVXPAGE_STD_PARAGRAPH.FL_LINEDIST.fixedline.text
-msgctxt "paragrph.src#RID_SVXPAGE_STD_PARAGRAPH.FL_LINEDIST.fixedline.text"
-msgid "Line spacing"
-msgstr "ხაზების დაშორება"
-
-#: paragrph.src#RID_SVXPAGE_STD_PARAGRAPH.CB_REGISTER.checkbox.text
-msgid "A~ctivate"
-msgstr "ა~ქტივაცია"
-
-#: paragrph.src#RID_SVXPAGE_STD_PARAGRAPH.FL_REGISTER.fixedline.text
-msgctxt "paragrph.src#RID_SVXPAGE_STD_PARAGRAPH.FL_REGISTER.fixedline.text"
-msgid "Register-true"
-msgstr "რეგისტრაცია-მართებული"
-
-#: paragrph.src#RID_SVXPAGE_STD_PARAGRAPH.tabpage.text
-msgid "Indents and Spacing"
-msgstr "დაშორებები და ინტერვალები"
-
-#: paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.FL_ALIGN.fixedline.text
-msgctxt "paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.FL_ALIGN.fixedline.text"
-msgid "Options"
-msgstr "პარამეტრები"
-
-#: paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.BTN_LEFTALIGN.radiobutton.text
-msgctxt "paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.BTN_LEFTALIGN.radiobutton.text"
-msgid "~Left"
-msgstr "~მარცხენა"
-
-#: paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.BTN_RIGHTALIGN.radiobutton.text
-msgctxt "paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.BTN_RIGHTALIGN.radiobutton.text"
-msgid "Righ~t"
-msgstr "მარჯვე~ნა"
-
-#: paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.BTN_CENTERALIGN.radiobutton.text
-msgctxt "paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.BTN_CENTERALIGN.radiobutton.text"
-msgid "~Center"
-msgstr "ცენტრ~ი"
-
-#: paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.BTN_JUSTIFYALIGN.radiobutton.text
-msgctxt "paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.BTN_JUSTIFYALIGN.radiobutton.text"
-msgid "Justified"
-msgstr "გამართული"
-
-#: paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.ST_LEFTALIGN_ASIAN.string.text
-msgctxt "paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.ST_LEFTALIGN_ASIAN.string.text"
-msgid "~Left/Top"
-msgstr "~მარცხენა/ზედა"
-
-#: paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.ST_RIGHTALIGN_ASIAN.string.text
-msgctxt "paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.ST_RIGHTALIGN_ASIAN.string.text"
-msgid "Righ~t/Bottom"
-msgstr "მარჯვე~ნა/ქვედა"
+#. 8@$\
+#: align.src
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT\n"
+"FL_ALIGNMENT\n"
+"fixedline.text"
+msgid "Text alignment"
+msgstr "ტექსტის გასწორება"
-#: paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.FT_LASTLINE.fixedtext.text
-msgid "~Last line"
-msgstr "~ბოლო ხაზი"
+#. C+eC
+#: align.src
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT\n"
+"FT_HORALIGN\n"
+"fixedtext.text"
+msgid "Hori~zontal"
+msgstr "ჰორ~იზონტალური"
-#: paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.LB_LASTLINE.1.stringlist.text
-msgctxt "paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.LB_LASTLINE.1.stringlist.text"
+#. XZp4
+#: align.src
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT.LB_HORALIGN\n"
+"1\n"
+"stringlist.text"
msgid "Default"
msgstr "სტანდარტული"
-#: paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.LB_LASTLINE.2.stringlist.text
-msgctxt "paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.LB_LASTLINE.2.stringlist.text"
+#. c(al
+#: align.src
+#, fuzzy
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT.LB_HORALIGN\n"
+"2\n"
+"stringlist.text"
msgid "Left"
-msgstr "მარცხენა"
+msgstr ""
+"#-#-#-#-# dlg.po (PACKAGE VERSION) #-#-#-#-#\n"
+"მარცხნივ\n"
+"#-#-#-#-# dialogs.po (PACKAGE VERSION) #-#-#-#-#\n"
+"~მარცხნივ\n"
+"#-#-#-#-# dlg.po (PACKAGE VERSION) #-#-#-#-#\n"
+"მარცხნივ\n"
+"#-#-#-#-# app.po (PACKAGE VERSION) #-#-#-#-#\n"
+"მარცხენა\n"
+"#-#-#-#-# items.po (PACKAGE VERSION) #-#-#-#-#\n"
+"მარცხნივ\n"
+"#-#-#-#-# svdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
+"მარცხენა\n"
+"#-#-#-#-# tbxctrls.po (PACKAGE VERSION) #-#-#-#-#\n"
+"მარცხენა"
-#: paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.LB_LASTLINE.3.stringlist.text
-msgctxt "paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.LB_LASTLINE.3.stringlist.text"
-msgid "Centered"
-msgstr "ცენტრირებული"
+#. SqI!
+#: align.src
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT.LB_HORALIGN\n"
+"3\n"
+"stringlist.text"
+msgid "Center"
+msgstr "ცენტრი"
-#: paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.LB_LASTLINE.4.stringlist.text
-msgctxt "paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.LB_LASTLINE.4.stringlist.text"
-msgid "Justified"
-msgstr "გამართული"
+#. 0J*Q
+#: align.src
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT.LB_HORALIGN\n"
+"4\n"
+"stringlist.text"
+msgid "Right"
+msgstr "მარჯვენა"
-#: paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.CB_EXPAND.checkbox.text
-msgid "~Expand single word"
-msgstr "~გაშალეთ ერთამგი სიტყვა"
+#. v04T
+#: align.src
+#, fuzzy
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT.LB_HORALIGN\n"
+"5\n"
+"stringlist.text"
+msgid "Justified"
+msgstr ""
+"#-#-#-#-# inc.po (PACKAGE VERSION) #-#-#-#-#\n"
+"ორმხრივი სწორება\n"
+"#-#-#-#-# app.po (PACKAGE VERSION) #-#-#-#-#\n"
+"გათანაბრებული\n"
+"#-#-#-#-# inc.po (PACKAGE VERSION) #-#-#-#-#\n"
+"დამოწმებული"
-#: paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.CB_SNAP.checkbox.text
-msgid "Snap to text grid (if active)"
-msgstr "ტექსტურ ბადეზე მიმაგრება (თუ აქტიურია)"
+#. ^gMh
+#: align.src
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT.LB_HORALIGN\n"
+"6\n"
+"stringlist.text"
+msgid "Filled"
+msgstr "შევსებული"
-#: paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.FL_VERTALIGN.fixedline.text
-msgid "Text-to-text"
-msgstr "Text-to-text"
+#. oh4s
+#: align.src
+#, fuzzy
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT.LB_HORALIGN\n"
+"7\n"
+"stringlist.text"
+msgid "Distributed"
+msgstr "გავრცელება"
-#: paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.FT_VERTALIGN.fixedtext.text
-msgctxt "paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.FT_VERTALIGN.fixedtext.text"
-msgid "~Alignment"
-msgstr "~სწორება"
+#. zgG^
+#: align.src
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT\n"
+"FT_INDENT\n"
+"fixedtext.text"
+msgid "I~ndent"
+msgstr "დ~აშორება"
-#: paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.LB_VERTALIGN.1.stringlist.text
-msgctxt "paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.LB_VERTALIGN.1.stringlist.text"
-msgid "Automatic"
-msgstr "ავტომატური"
+#. eOO.
+#: align.src
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT\n"
+"FT_VERALIGN\n"
+"fixedtext.text"
+msgid "~Vertical"
+msgstr "ვერტიკალურ~ი"
-#: paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.LB_VERTALIGN.2.stringlist.text
-msgid "Base line"
-msgstr "საბაზო ხაზი"
+#. Xag:
+#: align.src
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT.LB_VERALIGN\n"
+"1\n"
+"stringlist.text"
+msgid "Default"
+msgstr "სტანდარტული"
-#: paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.LB_VERTALIGN.3.stringlist.text
-msgctxt "paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.LB_VERTALIGN.3.stringlist.text"
+#. ;#Aq
+#: align.src
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT.LB_VERALIGN\n"
+"2\n"
+"stringlist.text"
msgid "Top"
-msgstr "ზედა"
+msgstr "დასაწყისი"
-#: paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.LB_VERTALIGN.4.stringlist.text
-msgctxt "paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.LB_VERTALIGN.4.stringlist.text"
+#. i+n%
+#: align.src
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT.LB_VERALIGN\n"
+"3\n"
+"stringlist.text"
msgid "Middle"
msgstr "შუა"
-#: paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.LB_VERTALIGN.5.stringlist.text
-msgctxt "paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.LB_VERTALIGN.5.stringlist.text"
+#. !]9-
+#: align.src
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT.LB_VERALIGN\n"
+"4\n"
+"stringlist.text"
msgid "Bottom"
msgstr "ქვედა"
-#: paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.FL_PROPERTIES.fixedline.text
-msgctxt "paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.FL_PROPERTIES.fixedline.text"
-msgid "Properties"
-msgstr "პარამეტრები"
-
-#: paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.FT_TEXTDIRECTION.fixedtext.text
-msgid "Text ~direction"
-msgstr "ტექსტის მიმართულება"
-
-#: paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.tabpage.text
-msgctxt "paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.tabpage.text"
-msgid "Alignment"
-msgstr "სწორება"
-
-#: paragrph.src#RID_SVXPAGE_EXT_PARAGRAPH.BTN_HYPHEN.tristatebox.text
-msgid "A~utomatically"
-msgstr "ავტომატური"
-
-#: paragrph.src#RID_SVXPAGE_EXT_PARAGRAPH.FT_HYPHENBEFORE.fixedtext.text
-msgid "C~haracters at line end"
-msgstr "სიმბოლოები ხაზის ბოლოში"
-
-#: paragrph.src#RID_SVXPAGE_EXT_PARAGRAPH.FT_HYPHENAFTER.fixedtext.text
-msgid "Cha~racters at line begin"
-msgstr "სიმბოლოები ხაზის დასწყისში"
-
-#: paragrph.src#RID_SVXPAGE_EXT_PARAGRAPH.FT_MAXHYPH.fixedtext.text
-msgid "~Maximum number of consecutive hyphens"
-msgstr "თ~ანმიმდევრული დეფისების მაქსიმალური რაოდენობა"
-
-#: paragrph.src#RID_SVXPAGE_EXT_PARAGRAPH.FL_HYPHEN.fixedline.text
-msgid "Hyphenation"
-msgstr "გადატანა"
-
-#: paragrph.src#RID_SVXPAGE_EXT_PARAGRAPH.FL_OPTIONS.fixedline.text
-msgctxt "paragrph.src#RID_SVXPAGE_EXT_PARAGRAPH.FL_OPTIONS.fixedline.text"
-msgid "Options"
-msgstr "პარამეტრები"
-
-#: paragrph.src#RID_SVXPAGE_EXT_PARAGRAPH.FL_BREAKS.fixedline.text
-msgid "Breaks"
-msgstr "წყვეტები"
-
-#: paragrph.src#RID_SVXPAGE_EXT_PARAGRAPH.BTN_PAGEBREAK.tristatebox.text
-msgid "Insert"
-msgstr "ჩასმა"
-
-#: paragrph.src#RID_SVXPAGE_EXT_PARAGRAPH.FT_BREAKTYPE.fixedtext.text
-msgctxt "paragrph.src#RID_SVXPAGE_EXT_PARAGRAPH.FT_BREAKTYPE.fixedtext.text"
-msgid "~Type"
-msgstr "~აკრეფა"
-
-#: paragrph.src#RID_SVXPAGE_EXT_PARAGRAPH.LB_BREAKTYPE.1.stringlist.text
-msgid "Page"
-msgstr "გვერდი"
-
-#: paragrph.src#RID_SVXPAGE_EXT_PARAGRAPH.LB_BREAKTYPE.2.stringlist.text
-msgid "Column"
-msgstr "სვეტი"
-
-#: paragrph.src#RID_SVXPAGE_EXT_PARAGRAPH.FT_BREAKPOSITION.fixedtext.text
-msgctxt "paragrph.src#RID_SVXPAGE_EXT_PARAGRAPH.FT_BREAKPOSITION.fixedtext.text"
-msgid "Position"
-msgstr "მდებარეობა"
-
-#: paragrph.src#RID_SVXPAGE_EXT_PARAGRAPH.LB_BREAKPOSITION.1.stringlist.text
-msgctxt "paragrph.src#RID_SVXPAGE_EXT_PARAGRAPH.LB_BREAKPOSITION.1.stringlist.text"
-msgid "Before"
-msgstr "მდე"
-
-#: paragrph.src#RID_SVXPAGE_EXT_PARAGRAPH.LB_BREAKPOSITION.2.stringlist.text
-msgctxt "paragrph.src#RID_SVXPAGE_EXT_PARAGRAPH.LB_BREAKPOSITION.2.stringlist.text"
-msgid "After"
-msgstr "შემდეგ"
-
-#: paragrph.src#RID_SVXPAGE_EXT_PARAGRAPH.BTN_PAGECOLL.tristatebox.text
-msgid "With Page St~yle"
-msgstr "გვერდის სტილით"
-
-#: paragrph.src#RID_SVXPAGE_EXT_PARAGRAPH.FT_PAGENUM.fixedtext.text
-msgid "Page ~number"
-msgstr "გვერდის ნომერი"
-
-#: paragrph.src#RID_SVXPAGE_EXT_PARAGRAPH.BTN_KEEPTOGETHER.tristatebox.text
-msgid "~Do not split paragraph"
-msgstr "არ გაიყოს "
-
-#: paragrph.src#RID_SVXPAGE_EXT_PARAGRAPH.CB_KEEPTOGETHER.tristatebox.text
-msgid "~Keep with next paragraph"
-msgstr "მომდევნო აბზაცტან ერთად ~დატოვება"
-
-#: paragrph.src#RID_SVXPAGE_EXT_PARAGRAPH.BTN_ORPHANS.tristatebox.text
-msgid "~Orphan control"
-msgstr "ობლის კონტროლი"
-
-#: paragrph.src#RID_SVXPAGE_EXT_PARAGRAPH.FT_ORPHANS.fixedtext.text
-msgctxt "paragrph.src#RID_SVXPAGE_EXT_PARAGRAPH.FT_ORPHANS.fixedtext.text"
-msgid "Lines"
-msgstr "ხაზები"
-
-#: paragrph.src#RID_SVXPAGE_EXT_PARAGRAPH.BTN_WIDOWS.tristatebox.text
-msgid "~Widow control"
-msgstr "~ფანფრის კონტროლი"
-
-#: paragrph.src#RID_SVXPAGE_EXT_PARAGRAPH.FT_WIDOWS.fixedtext.text
-msgctxt "paragrph.src#RID_SVXPAGE_EXT_PARAGRAPH.FT_WIDOWS.fixedtext.text"
-msgid "Lines"
-msgstr "ხაზები"
-
-#: paragrph.src#RID_SVXPAGE_EXT_PARAGRAPH.tabpage.text
-msgid "Text Flow"
-msgstr "ტექსტის დინება"
-
-#: paragrph.src#RID_SVXPAGE_PARA_ASIAN.FL_AS_OPTIONS.fixedline.text
-msgid "Line change"
-msgstr "ხაზის შეცვლა"
-
-#: paragrph.src#RID_SVXPAGE_PARA_ASIAN.CB_AS_FORBIDDEN.tristatebox.text
-msgid "Apply list of forbidden characters to the beginning and end of lines"
-msgstr "აკრძალული სიმბოლოების სიის მისადაგება ხაზების დასაწყისში და ბოლოში"
-
-#: paragrph.src#RID_SVXPAGE_PARA_ASIAN.CB_AS_HANG_PUNC.tristatebox.text
-msgid "Allow hanging punctuation"
-msgstr "დაკიდებული პუნქტუაციის დაშვება"
-
-#: paragrph.src#RID_SVXPAGE_PARA_ASIAN.CB_AS_SCRIPT_SPACE.tristatebox.text
-msgid "Apply spacing between Asian, Latin and Complex text"
-msgstr "ჰარეების გამოყენება აზიურ, ლათინურ და შერეულ ტექსტს შორის"
-
-#: paragrph.src#RID_SVXPAGE_PARA_ASIAN.tabpage.text
-msgid "Asian Typography"
-msgstr "აზიური ტიპოგრაფია"
-
-#: paragrph.src#STR_EXAMPLE.string.text
+#. -01E
+#: align.src
#, fuzzy
-msgctxt "paragrph.src#STR_EXAMPLE.string.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: paragrph.src#STR_PAGE_STYLE.string.text
-msgid "Page Style"
-msgstr "გვერდის სტილი"
-
-#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.FT_CATEGORY.fixedtext.text
-msgid "~Category"
-msgstr "~კატეგორია"
-
-#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY.1.stringlist.text
-msgid "All"
-msgstr "ყველა"
-
-#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY.2.stringlist.text
-msgid "User-defined"
-msgstr "მომხმარებლის მიერ განსაზღვრული"
-
-#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY.3.stringlist.text
-msgid "Number"
-msgstr "რიცხვი"
-
-#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY.4.stringlist.text
-msgid "Percent"
-msgstr "პროცენტი"
-
-#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY.5.stringlist.text
-msgid "Currency"
-msgstr "ვალუტა"
-
-#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY.6.stringlist.text
-msgid "Date"
-msgstr "თარიღი"
-
-#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY.7.stringlist.text
-msgid "Time"
-msgstr "დრო"
-
-#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY.8.stringlist.text
-msgid "Scientific"
-msgstr "სამეცნიერო"
-
-#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY.9.stringlist.text
-msgid "Fraction"
-msgstr "ფრაქცია"
-
-#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY.10.stringlist.text
-msgid "Boolean Value"
-msgstr "ლოგიკური მნიშვნელობა"
-
-#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY.11.stringlist.text
-msgctxt "numfmt.src#RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY.11.stringlist.text"
-msgid "Text"
-msgstr "ტექსტი"
-
-#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.FT_EDFORMAT.fixedtext.text
-msgid "~Format code"
-msgstr "~ფორმატირებული კოდი"
-
-#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.FT_FORMAT.fixedtext.text
-msgid "F~ormat"
-msgstr "ფ~ორმატირება"
-
-#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.LB_CURRENCY.1.stringlist.text
-msgid "Automatically"
-msgstr "ავტომატური"
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT.LB_VERALIGN\n"
+"5\n"
+"stringlist.text"
+msgid "Justified"
+msgstr ""
+"#-#-#-#-# inc.po (PACKAGE VERSION) #-#-#-#-#\n"
+"ორმხრივი სწორება\n"
+"#-#-#-#-# app.po (PACKAGE VERSION) #-#-#-#-#\n"
+"გათანაბრებული\n"
+"#-#-#-#-# inc.po (PACKAGE VERSION) #-#-#-#-#\n"
+"დამოწმებული"
-#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.FT_DECIMALS.fixedtext.text
-msgid "~Decimal places"
-msgstr "~ათობითი ნიშნები"
+#. mTAR
+#: align.src
+#, fuzzy
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT.LB_VERALIGN\n"
+"6\n"
+"stringlist.text"
+msgid "Distributed"
+msgstr "გავრცელება"
-#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.FT_LEADZEROES.fixedtext.text
-msgid "Leading ~zeroes"
-msgstr "საწყისი ~ნულები"
+#. VUn^
+#: align.src
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT\n"
+"FL_ORIENTATION\n"
+"fixedline.text"
+msgid "Text orientation"
+msgstr "ტექსტის ორიენტაცია"
-#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.BTN_NEGRED.checkbox.text
-msgid "~Negative numbers red"
-msgstr "~უარყოფითი რიცხვები წითლად"
+#. {9pT
+#: align.src
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT\n"
+"BTN_TXTSTACKED\n"
+"tristatebox.text"
+msgid "Ve~rtically stacked"
+msgstr "ვერტიკალურად სტე~კირებული"
-#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.BTN_THOUSAND.checkbox.text
-msgid "~Thousands separator"
-msgstr "~ათასის გამყოფი"
+#. Mj;\
+#: align.src
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT\n"
+"FT_DEGREES\n"
+"fixedtext.text"
+msgid "De~grees"
+msgstr "~გრადუსი"
-#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.FL_OPTIONS.fixedline.text
-msgctxt "numfmt.src#RID_SVXPAGE_NUMBERFORMAT.FL_OPTIONS.fixedline.text"
-msgid "Options"
-msgstr "პარამეტრები"
+#. -bmx
+#: align.src
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT\n"
+"FT_BORDER_LOCK\n"
+"fixedtext.text"
+msgid "Re~ference edge"
+msgstr "მით~ითების კუთხე"
-#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.FT_LANGUAGE.fixedtext.text
-msgctxt "numfmt.src#RID_SVXPAGE_NUMBERFORMAT.FT_LANGUAGE.fixedtext.text"
-msgid "~Language"
-msgstr "~ენა"
+#. G-fc
+#: align.src
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT\n"
+"BTN_ASIAN_VERTICAL\n"
+"tristatebox.text"
+msgid "Asian layout ~mode"
+msgstr "~აზიური განლაგების რეჟიმი"
-#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.CB_SOURCEFORMAT.checkbox.text
-msgid "So~urce format"
-msgstr "~წყაროს ფორმატირება"
+#. Q$PC
+#: align.src
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT\n"
+"FL_WRAP\n"
+"fixedline.text"
+msgid "Properties"
+msgstr "თვისებები"
-#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.IB_ADD.imagebutton.text
-msgctxt "numfmt.src#RID_SVXPAGE_NUMBERFORMAT.IB_ADD.imagebutton.text"
-msgid "-"
-msgstr "-"
+#. eiS^
+#: align.src
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT\n"
+"BTN_WRAP\n"
+"tristatebox.text"
+msgid "~Wrap text automatically"
+msgstr "~ტექსტის ავტომატური გადატანა "
-#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.IB_ADD.imagebutton.quickhelptext
-msgctxt "numfmt.src#RID_SVXPAGE_NUMBERFORMAT.IB_ADD.imagebutton.quickhelptext"
-msgid "Add"
-msgstr "Add"
+#. ~58)
+#: align.src
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT\n"
+"BTN_HYPH\n"
+"tristatebox.text"
+msgid "Hyphenation ~active"
+msgstr "სიტყვის გადატანა აქტ~იურია"
-#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.IB_REMOVE.imagebutton.text
-msgctxt "numfmt.src#RID_SVXPAGE_NUMBERFORMAT.IB_REMOVE.imagebutton.text"
-msgid "-"
-msgstr "-"
+#. rJ[X
+#: align.src
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT\n"
+"BTN_SHRINK\n"
+"tristatebox.text"
+msgid "~Shrink to fit cell size"
+msgstr "შ~ეკუმშვა უჯრის ზომამდე"
-#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.IB_REMOVE.imagebutton.quickhelptext
-msgid "Remove"
-msgstr "Remove"
+#. jKGh
+#: align.src
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT\n"
+"FT_TEXTFLOW\n"
+"fixedtext.text"
+msgid "Te~xt direction"
+msgstr "ტე~ქსტის მიმართულება"
-#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.IB_INFO.imagebutton.text
-msgctxt "numfmt.src#RID_SVXPAGE_NUMBERFORMAT.IB_INFO.imagebutton.text"
-msgid "-"
-msgstr "-"
+#. $RvI
+#: align.src
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT\n"
+"STR_BOTTOMLOCK\n"
+"string.text"
+msgid "Text Extension From Lower Cell Border"
+msgstr "ტექსტის გაფართოება უჯრის ქვედა კიდედან"
-#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.IB_INFO.imagebutton.quickhelptext
-msgid "Edit Comment"
-msgstr "Edit Comment"
+#. Bsa~
+#: align.src
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT\n"
+"STR_TOPLOCK\n"
+"string.text"
+msgid "Text Extension From Upper Cell Border"
+msgstr "ტექსტის გაფართოება უჯრის ზედა კიდედან"
-#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.STR_AUTO_ENTRY.string.text
-msgctxt "numfmt.src#RID_SVXPAGE_NUMBERFORMAT.STR_AUTO_ENTRY.string.text"
-msgid "Automatic"
-msgstr "ავტომატური"
+#. ?pg9
+#: align.src
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT\n"
+"STR_CELLLOCK\n"
+"string.text"
+msgid "Text Extension Inside Cell"
+msgstr "ტექსტის გაფართოება უჯრის შიგნით"
-#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.tabpage.text
-msgid "Number Format"
-msgstr "ციფრების ფორმატი"
+#. G63q
+#: align.src
+msgctxt ""
+"align.src\n"
+"RID_SVXPAGE_ALIGNMENT\n"
+"tabpage.text"
+msgid "Alignment"
+msgstr "სწორება"
-#: frmdirlbox.src#RID_SVXSTR_FRAMEDIR_LTR.string.text
+#. 1XZu
+#: frmdirlbox.src
+msgctxt ""
+"frmdirlbox.src\n"
+"RID_SVXSTR_FRAMEDIR_LTR\n"
+"string.text"
msgid "Left-to-right"
msgstr "მარცხნიდან მარჯვნივ"
-#: frmdirlbox.src#RID_SVXSTR_FRAMEDIR_RTL.string.text
+#. @.,U
+#: frmdirlbox.src
+msgctxt ""
+"frmdirlbox.src\n"
+"RID_SVXSTR_FRAMEDIR_RTL\n"
+"string.text"
msgid "Right-to-left"
msgstr "მარჯვნიდან მარცხნივ"
-#: frmdirlbox.src#RID_SVXSTR_FRAMEDIR_SUPER.string.text
+#. B3w1
+#: frmdirlbox.src
+msgctxt ""
+"frmdirlbox.src\n"
+"RID_SVXSTR_FRAMEDIR_SUPER\n"
+"string.text"
msgid "Use superordinate object settings"
msgstr "მაქვემდებარებელი ობიექტის პარამეტრების გამოყენება"
-#: frmdirlbox.src#RID_SVXSTR_PAGEDIR_LTR_HORI.string.text
+#. y_lb
+#: frmdirlbox.src
+msgctxt ""
+"frmdirlbox.src\n"
+"RID_SVXSTR_PAGEDIR_LTR_HORI\n"
+"string.text"
msgid "Left-to-right (horizontal)"
msgstr "მარცხნიდან მარჯვნივ (ჰორიზონტალური)"
-#: frmdirlbox.src#RID_SVXSTR_PAGEDIR_RTL_HORI.string.text
+#. f6OC
+#: frmdirlbox.src
+msgctxt ""
+"frmdirlbox.src\n"
+"RID_SVXSTR_PAGEDIR_RTL_HORI\n"
+"string.text"
msgid "Right-to-left (horizontal)"
msgstr "მარჯვნიდან მარცხნივ (ჰორიზონტალური)"
-#: frmdirlbox.src#RID_SVXSTR_PAGEDIR_RTL_VERT.string.text
+#. 0Bn*
+#: frmdirlbox.src
+msgctxt ""
+"frmdirlbox.src\n"
+"RID_SVXSTR_PAGEDIR_RTL_VERT\n"
+"string.text"
msgid "Right-to-left (vertical)"
msgstr "მარჯვნიდან მარცხნივ (ვერტიკალური)"
-#: frmdirlbox.src#RID_SVXSTR_PAGEDIR_LTR_VERT.string.text
+#. s3_Q
+#: frmdirlbox.src
+msgctxt ""
+"frmdirlbox.src\n"
+"RID_SVXSTR_PAGEDIR_LTR_VERT\n"
+"string.text"
msgid "Left-to-right (vertical)"
msgstr "მარცხნიდან მარჯვნივ (ვერტიკალური)"
-#: tabline.src#RID_SVXPAGE_LINE.FL_LINE.fixedline.text
-msgid "Line properties"
-msgstr "ხაზის თვისებები"
-
-#: tabline.src#RID_SVXPAGE_LINE.FT_LINE_STYLE.fixedtext.text
-msgid "~Style"
-msgstr "~სტილი"
-
-#: tabline.src#RID_SVXPAGE_LINE.FT_COLOR.fixedtext.text
-msgid "Colo~r"
-msgstr "~ფერი"
-
-#: tabline.src#RID_SVXPAGE_LINE.FT_LINE_WIDTH.fixedtext.text
-msgctxt "tabline.src#RID_SVXPAGE_LINE.FT_LINE_WIDTH.fixedtext.text"
-msgid "~Width"
-msgstr "ს~იგანე"
-
-#: tabline.src#RID_SVXPAGE_LINE.FT_TRANSPARENT.fixedtext.text
-msgctxt "tabline.src#RID_SVXPAGE_LINE.FT_TRANSPARENT.fixedtext.text"
-msgid "~Transparency"
-msgstr "~გამჭვირვალეობა"
-
-#: tabline.src#RID_SVXPAGE_LINE.FL_LINE_ENDS.fixedline.text
-msgid "Arrow styles"
-msgstr "ისრის სტილები"
-
-#: tabline.src#RID_SVXPAGE_LINE.FT_LINE_ENDS_STYLE.fixedtext.text
-msgctxt "tabline.src#RID_SVXPAGE_LINE.FT_LINE_ENDS_STYLE.fixedtext.text"
-msgid "St~yle"
-msgstr "სტ~ილი"
-
-#: tabline.src#RID_SVXPAGE_LINE.FT_LINE_ENDS_WIDTH.fixedtext.text
-msgctxt "tabline.src#RID_SVXPAGE_LINE.FT_LINE_ENDS_WIDTH.fixedtext.text"
-msgid "Wi~dth"
-msgstr "სი~განე"
-
-#: tabline.src#RID_SVXPAGE_LINE.TSB_CENTER_START.tristatebox.text
-msgid "Ce~nter"
-msgstr "~ცენტრი"
-
-#: tabline.src#RID_SVXPAGE_LINE.TSB_CENTER_END.tristatebox.text
-msgctxt "tabline.src#RID_SVXPAGE_LINE.TSB_CENTER_END.tristatebox.text"
-msgid "C~enter"
-msgstr "ც~ენტრი"
-
-#: tabline.src#RID_SVXPAGE_LINE.CBX_SYNCHRONIZE.checkbox.text
-msgid "Synchroni~ze ends"
-msgstr "ბოლოების სინქრონიზაცია"
-
-#: tabline.src#RID_SVXPAGE_LINE.FL_EDGE_STYLE.fixedline.text
-msgid "Corner style"
-msgstr "კუთხის სტილი"
-
-#: tabline.src#RID_SVXPAGE_LINE.FT_EDGE_STYLE.fixedtext.text
-msgid "Sty~le"
-msgstr "სტილი"
-
-#: tabline.src#RID_SVXPAGE_LINE.LB_EDGE_STYLE.1.stringlist.text
-msgid "Rounded"
-msgstr "მომრგვალებული"
-
-#: tabline.src#RID_SVXPAGE_LINE.LB_EDGE_STYLE.2.stringlist.text
-msgid "- none -"
-msgstr "- არცერთი -"
-
-#: tabline.src#RID_SVXPAGE_LINE.LB_EDGE_STYLE.3.stringlist.text
-msgid "Mitered"
-msgstr "გაშუალებული"
-
-#: tabline.src#RID_SVXPAGE_LINE.LB_EDGE_STYLE.4.stringlist.text
-msgid "Beveled"
-msgstr "დაქანებული"
-
-#: tabline.src#RID_SVXPAGE_LINE.FL_SYMBOL_FORMAT.fixedline.text
-msgid "Icon"
-msgstr "ხატულა"
-
-#: tabline.src#RID_SVXPAGE_LINE.MB_SYMBOL_BITMAP.MN_SYMBOLS_NONE.menuitem.text
-msgid "No Symbol"
-msgstr "სიმბოლოს გარეშე"
-
-#: tabline.src#RID_SVXPAGE_LINE.MB_SYMBOL_BITMAP.MN_SYMBOLS_AUTO.menuitem.text
-msgctxt "tabline.src#RID_SVXPAGE_LINE.MB_SYMBOL_BITMAP.MN_SYMBOLS_AUTO.menuitem.text"
-msgid "Automatic"
-msgstr "ავტომატური"
-
-#: tabline.src#RID_SVXPAGE_LINE.MB_SYMBOL_BITMAP.MN_GRAPHIC_DLG.menuitem.text
-msgctxt "tabline.src#RID_SVXPAGE_LINE.MB_SYMBOL_BITMAP.MN_GRAPHIC_DLG.menuitem.text"
-msgid "From file..."
-msgstr "ფაილიდან..."
-
-#: tabline.src#RID_SVXPAGE_LINE.MB_SYMBOL_BITMAP.MN_GALLERY.menuitem.text
-msgctxt "tabline.src#RID_SVXPAGE_LINE.MB_SYMBOL_BITMAP.MN_GALLERY.menuitem.text"
-msgid "Gallery"
-msgstr "გალერეა"
+#. 0!5}
+#: textattr.src
+msgctxt ""
+"textattr.src\n"
+"RID_SVXPAGE_TEXTATTR\n"
+"FL_TEXT\n"
+"fixedline.text"
+msgid "Text"
+msgstr "ტექსტი"
-#: tabline.src#RID_SVXPAGE_LINE.MB_SYMBOL_BITMAP.MN_SYMBOLS.menuitem.text
-msgid "Symbols"
-msgstr "სიმბლოები"
+#. s:zK
+#: textattr.src
+msgctxt ""
+"textattr.src\n"
+"RID_SVXPAGE_TEXTATTR\n"
+"TSB_AUTOGROW_WIDTH\n"
+"tristatebox.text"
+msgid "Fit wi~dth to text"
+msgstr "სიგანის ტექსტზე მორგება"
-#: tabline.src#RID_SVXPAGE_LINE.MB_SYMBOL_BITMAP.menubutton.text
-msgctxt "tabline.src#RID_SVXPAGE_LINE.MB_SYMBOL_BITMAP.menubutton.text"
-msgid "Select..."
-msgstr "არჩევა..."
+#. ;m5h
+#: textattr.src
+msgctxt ""
+"textattr.src\n"
+"RID_SVXPAGE_TEXTATTR\n"
+"TSB_AUTOGROW_HEIGHT\n"
+"tristatebox.text"
+msgid "Fit h~eight to text"
+msgstr "სიგრძის ტექსტზე მორგება"
-#: tabline.src#RID_SVXPAGE_LINE.FT_SYMBOL_WIDTH.fixedtext.text
-msgctxt "tabline.src#RID_SVXPAGE_LINE.FT_SYMBOL_WIDTH.fixedtext.text"
-msgid "Width"
-msgstr "სიგანე"
+#. D.[+
+#: textattr.src
+msgctxt ""
+"textattr.src\n"
+"RID_SVXPAGE_TEXTATTR\n"
+"TSB_FIT_TO_SIZE\n"
+"tristatebox.text"
+msgid "~Fit to frame"
+msgstr "ჩ~არჩოზე მორგება"
-#: tabline.src#RID_SVXPAGE_LINE.FT_SYMBOL_HEIGHT.fixedtext.text
-msgctxt "tabline.src#RID_SVXPAGE_LINE.FT_SYMBOL_HEIGHT.fixedtext.text"
-msgid "Height"
-msgstr "სიმაღლე"
+#. 1{_R
+#: textattr.src
+msgctxt ""
+"textattr.src\n"
+"RID_SVXPAGE_TEXTATTR\n"
+"TSB_CONTOUR\n"
+"tristatebox.text"
+msgid "~Adjust to contour"
+msgstr "კონტურის გასწორება"
-#: tabline.src#RID_SVXPAGE_LINE.CB_SYMBOL_RATIO.checkbox.text
-msgctxt "tabline.src#RID_SVXPAGE_LINE.CB_SYMBOL_RATIO.checkbox.text"
-msgid "Keep ratio"
-msgstr "თანაფარდობის შენარჩუნება"
+#. yw5g
+#: textattr.src
+msgctxt ""
+"textattr.src\n"
+"RID_SVXPAGE_TEXTATTR\n"
+"TSB_WORDWRAP_TEXT\n"
+"tristatebox.text"
+msgid "~Word wrap text in shape"
+msgstr "~ტექსტის გადატანა ფორმაში"
-#: tabline.src#RID_SVXPAGE_LINE.STR_STYLE.string.text
-#, fuzzy
-msgctxt "tabline.src#RID_SVXPAGE_LINE.STR_STYLE.string.text"
-msgid "Style"
-msgstr "სტილი"
+#. J1[T
+#: textattr.src
+msgctxt ""
+"textattr.src\n"
+"RID_SVXPAGE_TEXTATTR\n"
+"TSB_AUTOGROW_SIZE\n"
+"tristatebox.text"
+msgid "~Resize shape to fit text"
+msgstr "~ფორმის ტექსტზე მორგება"
-#: tabline.src#RID_SVXPAGE_LINE.STR_LB_START_STYLE.string.text
-#, fuzzy
-msgid "Start style"
-msgstr "საწყისი თარიღი"
+#. GKRS
+#: textattr.src
+msgctxt ""
+"textattr.src\n"
+"RID_SVXPAGE_TEXTATTR\n"
+"FL_DISTANCE\n"
+"fixedline.text"
+msgid "Spacing to borders"
+msgstr "დაშორება კონტურიდან"
-#: tabline.src#RID_SVXPAGE_LINE.STR_LB_END_STYLE.string.text
-#, fuzzy
-msgid "End style"
-msgstr "ხაზის სტილი"
+#. /Vk7
+#: textattr.src
+msgctxt ""
+"textattr.src\n"
+"RID_SVXPAGE_TEXTATTR\n"
+"FT_LEFT\n"
+"fixedtext.text"
+msgid "~Left"
+msgstr "~მარცხენა"
-#: tabline.src#RID_SVXPAGE_LINE.STR_MTR_FLD_START_WIDTH.string.text
-#, fuzzy
-msgid "Start width"
-msgstr "~დაწყება"
+#. XPNI
+#: textattr.src
+msgctxt ""
+"textattr.src\n"
+"RID_SVXPAGE_TEXTATTR\n"
+"FT_RIGHT\n"
+"fixedtext.text"
+msgid "~Right"
+msgstr "~მარჯვენა"
-#: tabline.src#RID_SVXPAGE_LINE.STR_MTR_FLD_END_WIDTH.string.text
-#, fuzzy
-msgid "End width"
-msgstr "ხაზის სისქე"
+#. pQk#
+#: textattr.src
+msgctxt ""
+"textattr.src\n"
+"RID_SVXPAGE_TEXTATTR\n"
+"FT_TOP\n"
+"fixedtext.text"
+msgid "~Top"
+msgstr "~ზედა"
-#: tabline.src#RID_SVXPAGE_LINE.STR_CENTER_START.string.text
-#, fuzzy
-msgid "Start with center"
-msgstr "~დაწყება"
+#. Bj$F
+#: textattr.src
+msgctxt ""
+"textattr.src\n"
+"RID_SVXPAGE_TEXTATTR\n"
+"FT_BOTTOM\n"
+"fixedtext.text"
+msgid "~Bottom"
+msgstr "~ქვედა"
-#: tabline.src#RID_SVXPAGE_LINE.STR_CENTER_END.string.text
-#, fuzzy
-msgid "End with center"
-msgstr "მარჯვნივ ცენტრში"
+#. 1*/l
+#: textattr.src
+msgctxt ""
+"textattr.src\n"
+"RID_SVXPAGE_TEXTATTR\n"
+"FL_POSITION\n"
+"fixedline.text"
+msgid "Text anchor"
+msgstr "ტექსტის ღუზა"
-#: tabline.src#RID_SVXPAGE_LINE.tabpage.text
-msgctxt "tabline.src#RID_SVXPAGE_LINE.tabpage.text"
-msgid "Lines"
-msgstr "ხაზები"
+#. j;7?
+#: textattr.src
+msgctxt ""
+"textattr.src\n"
+"RID_SVXPAGE_TEXTATTR\n"
+"TSB_FULL_WIDTH\n"
+"tristatebox.text"
+msgid "Full ~width"
+msgstr "სრული სი~განე"
-#: tabline.src#RID_SVXPAGE_LINE_DEF.FL_DEFINITION.fixedline.text
-msgctxt "tabline.src#RID_SVXPAGE_LINE_DEF.FL_DEFINITION.fixedline.text"
-msgid "Properties"
-msgstr "თვისებები"
+#. %oGK
+#: textattr.src
+msgctxt ""
+"textattr.src\n"
+"RID_SVXPAGE_TEXTATTR\n"
+"tabpage.text"
+msgid "Text"
+msgstr "ტექსტი"
-#: tabline.src#RID_SVXPAGE_LINE_DEF.FT_TYPE.fixedtext.text
-msgctxt "tabline.src#RID_SVXPAGE_LINE_DEF.FT_TYPE.fixedtext.text"
+#. h^Y0
+#: connect.src
+msgctxt ""
+"connect.src\n"
+"RID_SVXPAGE_CONNECTION\n"
+"FT_TYPE\n"
+"fixedtext.text"
msgid "~Type"
msgstr "~აკრეფა"
-#: tabline.src#RID_SVXPAGE_LINE_DEF.LB_TYPE_1.1.stringlist.text
-msgctxt "tabline.src#RID_SVXPAGE_LINE_DEF.LB_TYPE_1.1.stringlist.text"
-msgid "Dot"
-msgstr "წერტილი"
-
-#: tabline.src#RID_SVXPAGE_LINE_DEF.LB_TYPE_1.2.stringlist.text
-msgctxt "tabline.src#RID_SVXPAGE_LINE_DEF.LB_TYPE_1.2.stringlist.text"
-msgid "Dash"
-msgstr "ტირე"
-
-#: tabline.src#RID_SVXPAGE_LINE_DEF.LB_TYPE_2.1.stringlist.text
-msgctxt "tabline.src#RID_SVXPAGE_LINE_DEF.LB_TYPE_2.1.stringlist.text"
-msgid "Dot"
-msgstr "წერტილი"
-
-#: tabline.src#RID_SVXPAGE_LINE_DEF.LB_TYPE_2.2.stringlist.text
-msgctxt "tabline.src#RID_SVXPAGE_LINE_DEF.LB_TYPE_2.2.stringlist.text"
-msgid "Dash"
-msgstr "ტირე"
+#. ^*_l
+#: connect.src
+msgctxt ""
+"connect.src\n"
+"RID_SVXPAGE_CONNECTION\n"
+"FL_DELTA\n"
+"fixedline.text"
+msgid "Line skew"
+msgstr "ირიბი ხაზი"
-#: tabline.src#RID_SVXPAGE_LINE_DEF.FT_NUMBER.fixedtext.text
-msgid "~Number"
-msgstr "~ციფრი"
+#. p^,B
+#: connect.src
+msgctxt ""
+"connect.src\n"
+"RID_SVXPAGE_CONNECTION\n"
+"FT_LINE_1\n"
+"fixedtext.text"
+msgid "Line ~1"
+msgstr "ხაზი ~1"
-#: tabline.src#RID_SVXPAGE_LINE_DEF.FT_LENGTH.fixedtext.text
-msgctxt "tabline.src#RID_SVXPAGE_LINE_DEF.FT_LENGTH.fixedtext.text"
-msgid "~Length"
-msgstr "ს~იგრძე"
+#. HmZG
+#: connect.src
+msgctxt ""
+"connect.src\n"
+"RID_SVXPAGE_CONNECTION\n"
+"FT_LINE_2\n"
+"fixedtext.text"
+msgid "Line ~2"
+msgstr "ხაზი ~2"
-#: tabline.src#RID_SVXPAGE_LINE_DEF.FT_DISTANCE.fixedtext.text
-msgctxt "tabline.src#RID_SVXPAGE_LINE_DEF.FT_DISTANCE.fixedtext.text"
-msgid "~Spacing"
-msgstr "~დაშორება"
+#. _ImA
+#: connect.src
+msgctxt ""
+"connect.src\n"
+"RID_SVXPAGE_CONNECTION\n"
+"FT_LINE_3\n"
+"fixedtext.text"
+msgid "Line ~3"
+msgstr "ხაზი ~3"
-#: tabline.src#RID_SVXPAGE_LINE_DEF.CBX_SYNCHRONIZE.checkbox.text
-msgid "~Fit to line width"
-msgstr "~ხაზის სიგანეზე მორგება"
+#. +?hF
+#: connect.src
+msgctxt ""
+"connect.src\n"
+"RID_SVXPAGE_CONNECTION\n"
+"FL_DISTANCE\n"
+"fixedline.text"
+msgid "Line spacing"
+msgstr "ხაზების დაშორება"
-#: tabline.src#RID_SVXPAGE_LINE_DEF.FT_LINESTYLE.fixedtext.text
-msgid "Line style"
-msgstr "ხაზის სტილი"
+#. Qk%$
+#: connect.src
+msgctxt ""
+"connect.src\n"
+"RID_SVXPAGE_CONNECTION\n"
+"FT_HORZ_1\n"
+"fixedtext.text"
+msgid "~Begin horizontal"
+msgstr "დაწყება ჰორიზო~ნტალური"
-#: tabline.src#RID_SVXPAGE_LINE_DEF.BTN_ADD.pushbutton.text
-msgctxt "tabline.src#RID_SVXPAGE_LINE_DEF.BTN_ADD.pushbutton.text"
-msgid "~Add..."
-msgstr "~დამატება..."
+#. 9;sg
+#: connect.src
+msgctxt ""
+"connect.src\n"
+"RID_SVXPAGE_CONNECTION\n"
+"FT_HORZ_2\n"
+"fixedtext.text"
+msgid "End ~horizontal"
+msgstr "დასასრუ~ლი ჰორიზონტალური"
-#: tabline.src#RID_SVXPAGE_LINE_DEF.BTN_MODIFY.pushbutton.text
-msgctxt "tabline.src#RID_SVXPAGE_LINE_DEF.BTN_MODIFY.pushbutton.text"
-msgid "~Modify..."
-msgstr "შ~ეცვლა..."
+#. H?@d
+#: connect.src
+msgctxt ""
+"connect.src\n"
+"RID_SVXPAGE_CONNECTION\n"
+"FT_VERT_1\n"
+"fixedtext.text"
+msgid "Begin ~vertical"
+msgstr "დაწყება ვ~ერტიკალური"
-#: tabline.src#RID_SVXPAGE_LINE_DEF.BTN_DELETE.pushbutton.text
-msgctxt "tabline.src#RID_SVXPAGE_LINE_DEF.BTN_DELETE.pushbutton.text"
-msgid "~Delete..."
-msgstr "წ~აშლა..."
+#. B8~L
+#: connect.src
+msgctxt ""
+"connect.src\n"
+"RID_SVXPAGE_CONNECTION\n"
+"FT_VERT_2\n"
+"fixedtext.text"
+msgid "~End vertical"
+msgstr "დასასრული ვერტიკა~ლური"
-#: tabline.src#RID_SVXPAGE_LINE_DEF.BTN_LOAD.imagebutton.text
-msgctxt "tabline.src#RID_SVXPAGE_LINE_DEF.BTN_LOAD.imagebutton.text"
+#. rg\6
+#: connect.src
+msgctxt ""
+"connect.src\n"
+"RID_SVXPAGE_CONNECTION\n"
+"CTL_PREVIEW\n"
+"control.text"
msgid "-"
msgstr "-"
-#: tabline.src#RID_SVXPAGE_LINE_DEF.BTN_LOAD.imagebutton.quickhelptext
-msgid "Load Line Styles"
-msgstr "Load Line Styles"
+#. G./+
+#: connect.src
+msgctxt ""
+"connect.src\n"
+"RID_SVXPAGE_CONNECTION\n"
+"CTL_PREVIEW\n"
+"control.quickhelptext"
+msgid "Preview"
+msgstr "Preview"
-#: tabline.src#RID_SVXPAGE_LINE_DEF.BTN_SAVE.imagebutton.text
-msgctxt "tabline.src#RID_SVXPAGE_LINE_DEF.BTN_SAVE.imagebutton.text"
-msgid "-"
-msgstr "-"
+#. EiaR
+#: connect.src
+msgctxt ""
+"connect.src\n"
+"RID_SVXPAGE_CONNECTION\n"
+"tabpage.text"
+msgid "Connector"
+msgstr "კონექტორი"
-#: tabline.src#RID_SVXPAGE_LINE_DEF.BTN_SAVE.imagebutton.quickhelptext
-msgid "Save Line Styles"
-msgstr "Save Line Styles"
+#. Ib+e
+#: labdlg.src
+msgctxt ""
+"labdlg.src\n"
+"RID_SVXPAGE_CAPTION\n"
+"FT_ABSTAND\n"
+"fixedtext.text"
+msgid "~Spacing"
+msgstr "~დაშორება"
-#: tabline.src#RID_SVXPAGE_LINE_DEF.STR_START_TYPE.string.text
-#, fuzzy
-msgid "Start type"
-msgstr "საწყისი თარიღი"
+#. K`^?
+#: labdlg.src
+msgctxt ""
+"labdlg.src\n"
+"RID_SVXPAGE_CAPTION\n"
+"FT_WINKEL\n"
+"fixedtext.text"
+msgid "~Angle"
+msgstr "~კუთხე"
-#: tabline.src#RID_SVXPAGE_LINE_DEF.STR_END_TYPE.string.text
-#, fuzzy
-msgid "End type"
-msgstr "ბოლო თარიღი"
+#. ~^@J
+#: labdlg.src
+msgctxt ""
+"labdlg.src\n"
+"RID_SVXPAGE_CAPTION.LB_WINKEL\n"
+"1\n"
+"stringlist.text"
+msgid "Free"
+msgstr "თავისუფალი"
-#: tabline.src#RID_SVXPAGE_LINE_DEF.STR_START_NUM.string.text
-#, fuzzy
-msgid "Start number"
-msgstr "თავიდან გადანომვრა"
+#. ;$)X
+#: labdlg.src
+msgctxt ""
+"labdlg.src\n"
+"RID_SVXPAGE_CAPTION.LB_WINKEL\n"
+"2\n"
+"stringlist.text"
+msgid "30 Degrees"
+msgstr "30 გრადუსი"
-#: tabline.src#RID_SVXPAGE_LINE_DEF.STR_END_NUM.string.text
-#, fuzzy
-msgid "End number"
-msgstr "დანომრვის გარეშე"
+#. +mfh
+#: labdlg.src
+msgctxt ""
+"labdlg.src\n"
+"RID_SVXPAGE_CAPTION.LB_WINKEL\n"
+"3\n"
+"stringlist.text"
+msgid "45 Degrees"
+msgstr "45 გრადუსი"
-#: tabline.src#RID_SVXPAGE_LINE_DEF.STR_START_LENGTH.string.text
-#, fuzzy
-msgid "Start length"
-msgstr "დაწყება"
+#. gaT3
+#: labdlg.src
+msgctxt ""
+"labdlg.src\n"
+"RID_SVXPAGE_CAPTION.LB_WINKEL\n"
+"4\n"
+"stringlist.text"
+msgid "60 Degrees"
+msgstr "60 გრადუსი"
-#: tabline.src#RID_SVXPAGE_LINE_DEF.STR_END_LENGTH.string.text
-#, fuzzy
-msgid "End length"
-msgstr "ხაზის სიგრძე"
+#. eHvk
+#: labdlg.src
+msgctxt ""
+"labdlg.src\n"
+"RID_SVXPAGE_CAPTION.LB_WINKEL\n"
+"5\n"
+"stringlist.text"
+msgid "90 Degrees"
+msgstr "90 გრადუსი"
-#: tabline.src#RID_SVXPAGE_LINE_DEF.tabpage.text
-msgid "Define line styles"
-msgstr "ხაზის სტილების განსაზღვრა"
+#. W.Q7
+#: labdlg.src
+msgctxt ""
+"labdlg.src\n"
+"RID_SVXPAGE_CAPTION\n"
+"FT_ANSATZ\n"
+"fixedtext.text"
+msgid "~Extension"
+msgstr "~გაფართოება"
-#: tabline.src#RID_SVXPAGE_LINEEND_DEF.FL_TIP.fixedline.text
-msgid "Organize arrow styles"
-msgstr "ისრიების სტილების მოწყობა"
+#. Jc5Q
+#: labdlg.src
+msgctxt ""
+"labdlg.src\n"
+"RID_SVXPAGE_CAPTION.LB_ANSATZ\n"
+"1\n"
+"stringlist.text"
+msgid "Optimal"
+msgstr "ოპტიმალური"
-#: tabline.src#RID_SVXPAGE_LINEEND_DEF.FI_TIP.fixedtext.text
-msgid "Add a selected object to create new arrow styles."
-msgstr "ახალი ისრის სტილის შესაქმნელად მონიშნული ობიექტის დმატება"
+#. BM[a
+#: labdlg.src
+msgctxt ""
+"labdlg.src\n"
+"RID_SVXPAGE_CAPTION.LB_ANSATZ\n"
+"2\n"
+"stringlist.text"
+msgid "From top"
+msgstr "ზემოდან"
-#: tabline.src#RID_SVXPAGE_LINEEND_DEF.FT_LINE_END_STYLE.fixedtext.text
-msgid "Arrow style"
-msgstr "ისრის სტილი"
+#. L,ff
+#: labdlg.src
+msgctxt ""
+"labdlg.src\n"
+"RID_SVXPAGE_CAPTION.LB_ANSATZ\n"
+"3\n"
+"stringlist.text"
+msgid "From left"
+msgstr "მარცხნიდან"
-#: tabline.src#RID_SVXPAGE_LINEEND_DEF.FT_TITLE.fixedtext.text
-msgid "~Title"
-msgstr "~სათაური"
+#. ;rcV
+#: labdlg.src
+msgctxt ""
+"labdlg.src\n"
+"RID_SVXPAGE_CAPTION.LB_ANSATZ\n"
+"4\n"
+"stringlist.text"
+msgid "Horizontal"
+msgstr "ჰორიზონტალური"
-#: tabline.src#RID_SVXPAGE_LINEEND_DEF.BTN_ADD.pushbutton.text
-msgctxt "tabline.src#RID_SVXPAGE_LINEEND_DEF.BTN_ADD.pushbutton.text"
-msgid "~Add..."
-msgstr "~დამატება..."
+#. ^NyI
+#: labdlg.src
+msgctxt ""
+"labdlg.src\n"
+"RID_SVXPAGE_CAPTION.LB_ANSATZ\n"
+"5\n"
+"stringlist.text"
+msgid "Vertical"
+msgstr "ვერტიკალური"
-#: tabline.src#RID_SVXPAGE_LINEEND_DEF.BTN_MODIFY.pushbutton.text
-msgctxt "tabline.src#RID_SVXPAGE_LINEEND_DEF.BTN_MODIFY.pushbutton.text"
-msgid "~Modify..."
-msgstr "შ~ეცვლა..."
+#. 3ZTk
+#: labdlg.src
+msgctxt ""
+"labdlg.src\n"
+"RID_SVXPAGE_CAPTION\n"
+"FT_UM\n"
+"fixedtext.text"
+msgid "~By"
+msgstr "თა~ნ"
-#: tabline.src#RID_SVXPAGE_LINEEND_DEF.BTN_DELETE.pushbutton.text
-msgctxt "tabline.src#RID_SVXPAGE_LINEEND_DEF.BTN_DELETE.pushbutton.text"
-msgid "~Delete..."
-msgstr "წ~აშლა..."
+#. y_yp
+#: labdlg.src
+msgctxt ""
+"labdlg.src\n"
+"RID_SVXPAGE_CAPTION\n"
+"FT_ANSATZ_REL\n"
+"fixedtext.text"
+msgid "~Position"
+msgstr "~მდებარეობა"
-#: tabline.src#RID_SVXPAGE_LINEEND_DEF.BTN_LOAD.imagebutton.text
-msgctxt "tabline.src#RID_SVXPAGE_LINEEND_DEF.BTN_LOAD.imagebutton.text"
-msgid "-"
-msgstr "-"
+#. Hz4o
+#: labdlg.src
+msgctxt ""
+"labdlg.src\n"
+"RID_SVXPAGE_CAPTION\n"
+"FT_LAENGE\n"
+"fixedtext.text"
+msgid "~Length"
+msgstr "ს~იგრძე"
-#: tabline.src#RID_SVXPAGE_LINEEND_DEF.BTN_LOAD.imagebutton.quickhelptext
-msgid "Load Arrow Styles"
-msgstr "Load Arrow Styles"
+#. `[\;
+#: labdlg.src
+msgctxt ""
+"labdlg.src\n"
+"RID_SVXPAGE_CAPTION\n"
+"CB_LAENGE\n"
+"checkbox.text"
+msgid "~Optimal"
+msgstr "~ოფტიმალური"
-#: tabline.src#RID_SVXPAGE_LINEEND_DEF.BTN_SAVE.imagebutton.text
-msgctxt "tabline.src#RID_SVXPAGE_LINEEND_DEF.BTN_SAVE.imagebutton.text"
-msgid "-"
-msgstr "-"
+#. =%x?
+#: labdlg.src
+msgctxt ""
+"labdlg.src\n"
+"RID_SVXPAGE_CAPTION\n"
+"STR_CAPTTYPE_1\n"
+"string.text"
+msgid "Straight Line"
+msgstr "პირდაპირი ხაზი"
-#: tabline.src#RID_SVXPAGE_LINEEND_DEF.BTN_SAVE.imagebutton.quickhelptext
-msgid "Save Arrow Styles"
-msgstr "Save Arrow Styles"
+#. kW,`
+#: labdlg.src
+msgctxt ""
+"labdlg.src\n"
+"RID_SVXPAGE_CAPTION\n"
+"STR_CAPTTYPE_2\n"
+"string.text"
+msgid "Angled Line"
+msgstr "კუთხოვანი ხაზი"
-#: tabline.src#RID_SVXPAGE_LINEEND_DEF.tabpage.text
-msgid "Arrowheads"
-msgstr "ისრისთავები"
+#. %V_/
+#: labdlg.src
+msgctxt ""
+"labdlg.src\n"
+"RID_SVXPAGE_CAPTION\n"
+"STR_CAPTTYPE_3\n"
+"string.text"
+msgid "Angled Connector Line"
+msgstr "კუთხოვანი შემაერთებელი ხაზი"
-#: tabline.src#RID_SVXDLG_LINE.TAB_CONTROL.RID_SVXPAGE_LINE.pageitem.text
-msgctxt "tabline.src#RID_SVXDLG_LINE.TAB_CONTROL.RID_SVXPAGE_LINE.pageitem.text"
-msgid "Line"
-msgstr "ხაზი"
+#. V,^$
+#: labdlg.src
+msgctxt ""
+"labdlg.src\n"
+"RID_SVXPAGE_CAPTION\n"
+"STR_CAPTTYPE_4\n"
+"string.text"
+msgid "Double-angled line"
+msgstr "ორმაგკუთხოვანი კაზი"
-#: tabline.src#RID_SVXDLG_LINE.TAB_CONTROL.RID_SVXPAGE_SHADOW.pageitem.text
-msgctxt "tabline.src#RID_SVXDLG_LINE.TAB_CONTROL.RID_SVXPAGE_SHADOW.pageitem.text"
-msgid "Shadow"
-msgstr "ჩრდილი"
+#. Bc\h
+#: labdlg.src
+msgctxt ""
+"labdlg.src\n"
+"RID_SVXPAGE_CAPTION\n"
+"STR_HORZ_LIST\n"
+"string.text"
+msgid "Top;Middle;Bottom"
+msgstr "ზემოთ;შუაში;ქვემოთ"
-#: tabline.src#RID_SVXDLG_LINE.TAB_CONTROL.RID_SVXPAGE_LINE_DEF.pageitem.text
-msgid "Line Styles"
-msgstr "ხაზის სტილი"
+#. xt/V
+#: labdlg.src
+msgctxt ""
+"labdlg.src\n"
+"RID_SVXPAGE_CAPTION\n"
+"STR_VERT_LIST\n"
+"string.text"
+msgid "Left;Middle;Right"
+msgstr "მარცხნივ;შუაში;მარჯვნივ"
-#: tabline.src#RID_SVXDLG_LINE.TAB_CONTROL.RID_SVXPAGE_LINEEND_DEF.pageitem.text
-msgid "Arrow Styles"
-msgstr "ისრის სტილი"
+#. #;mU
+#: labdlg.src
+msgctxt ""
+"labdlg.src\n"
+"RID_SVXPAGE_CAPTION\n"
+"tabpage.text"
+msgid "Callouts"
+msgstr "მიმთითებლები"
-#: tabline.src#RID_SVXDLG_LINE.tabdialog.text
-msgctxt "tabline.src#RID_SVXDLG_LINE.tabdialog.text"
-msgid "Line"
-msgstr "ხაზი"
+#. Y|g\
+#: labdlg.src
+msgctxt ""
+"labdlg.src\n"
+"_POS_SIZE_TEXT\n"
+"#define.text"
+msgid "Position and Size"
+msgstr "მდებარეობა და ზომა"
-#: tabstpge.src#RID_SVXPAGE_TABULATOR.FL_TABPOS.fixedline.text
-msgctxt "tabstpge.src#RID_SVXPAGE_TABULATOR.FL_TABPOS.fixedline.text"
+#. VrQo
+#: labdlg.src
+msgctxt ""
+"labdlg.src\n"
+"RID_SVXDLG_CAPTION.TAB_CONTROL\n"
+"RID_SVXPAGE_CAPTION\n"
+"pageitem.text"
+msgid "Callout"
+msgstr "მიმთითებელი"
+
+#. Wia\
+#: labdlg.src
+msgctxt ""
+"labdlg.src\n"
+"RID_SVXDLG_CAPTION\n"
+"tabdialog.text"
+msgid "Callouts"
+msgstr "მიმთითებლები"
+
+#. ;}xQ
+#: tabstpge.src
+msgctxt ""
+"tabstpge.src\n"
+"RID_SVXPAGE_TABULATOR\n"
+"FL_TABPOS\n"
+"fixedline.text"
msgid "Position"
msgstr "მდებარეობა"
-#: tabstpge.src#RID_SVXPAGE_TABULATOR.FL_TABTYPE.fixedline.text
-msgctxt "tabstpge.src#RID_SVXPAGE_TABULATOR.FL_TABTYPE.fixedline.text"
+#. h~0G
+#: tabstpge.src
+msgctxt ""
+"tabstpge.src\n"
+"RID_SVXPAGE_TABULATOR\n"
+"FL_TABTYPE\n"
+"fixedline.text"
msgid "Type"
msgstr "აკრეფა"
-#: tabstpge.src#RID_SVXPAGE_TABULATOR.BTN_TABTYPE_LEFT.radiobutton.text
-msgctxt "tabstpge.src#RID_SVXPAGE_TABULATOR.BTN_TABTYPE_LEFT.radiobutton.text"
+#. ^+n6
+#: tabstpge.src
+msgctxt ""
+"tabstpge.src\n"
+"RID_SVXPAGE_TABULATOR\n"
+"BTN_TABTYPE_LEFT\n"
+"radiobutton.text"
msgid "~Left"
msgstr "~მარცხენა"
-#: tabstpge.src#RID_SVXPAGE_TABULATOR.BTN_TABTYPE_RIGHT.radiobutton.text
-msgctxt "tabstpge.src#RID_SVXPAGE_TABULATOR.BTN_TABTYPE_RIGHT.radiobutton.text"
+#. 1h{,
+#: tabstpge.src
+msgctxt ""
+"tabstpge.src\n"
+"RID_SVXPAGE_TABULATOR\n"
+"BTN_TABTYPE_RIGHT\n"
+"radiobutton.text"
msgid "Righ~t"
msgstr "მარჯვე~ნა"
-#: tabstpge.src#RID_SVXPAGE_TABULATOR.BTN_TABTYPE_CENTER.radiobutton.text
+#. J.@7
+#: tabstpge.src
+msgctxt ""
+"tabstpge.src\n"
+"RID_SVXPAGE_TABULATOR\n"
+"BTN_TABTYPE_CENTER\n"
+"radiobutton.text"
msgid "C~entered"
msgstr "ცენტრში"
-#: tabstpge.src#RID_SVXPAGE_TABULATOR.BTN_TABTYPE_DECIMAL.radiobutton.text
+#. fA1r
+#: tabstpge.src
+msgctxt ""
+"tabstpge.src\n"
+"RID_SVXPAGE_TABULATOR\n"
+"BTN_TABTYPE_DECIMAL\n"
+"radiobutton.text"
msgid "Deci~mal"
msgstr "ათობითი რიცხვი"
-#: tabstpge.src#RID_SVXPAGE_TABULATOR.FT_TABTYPE_DECCHAR.fixedtext.text
+#. MFNj
+#: tabstpge.src
+msgctxt ""
+"tabstpge.src\n"
+"RID_SVXPAGE_TABULATOR\n"
+"FT_TABTYPE_DECCHAR\n"
+"fixedtext.text"
msgid "~Character"
msgstr "~სიმბოლო"
-#: tabstpge.src#RID_SVXPAGE_TABULATOR.FL_FILLCHAR.fixedline.text
+#. 0KSL
+#: tabstpge.src
+msgctxt ""
+"tabstpge.src\n"
+"RID_SVXPAGE_TABULATOR\n"
+"FL_FILLCHAR\n"
+"fixedline.text"
msgid "Fill character"
msgstr "სიმბოლო შემავსებელი"
-#: tabstpge.src#RID_SVXPAGE_TABULATOR.BTN_FILLCHAR_NO.radiobutton.text
-msgctxt "tabstpge.src#RID_SVXPAGE_TABULATOR.BTN_FILLCHAR_NO.radiobutton.text"
+#. Hn3e
+#: tabstpge.src
+msgctxt ""
+"tabstpge.src\n"
+"RID_SVXPAGE_TABULATOR\n"
+"BTN_FILLCHAR_NO\n"
+"radiobutton.text"
msgid "N~one"
msgstr "არც~ერთი"
-#: tabstpge.src#RID_SVXPAGE_TABULATOR.BTN_FILLCHAR_OTHER.radiobutton.text
-msgctxt "tabstpge.src#RID_SVXPAGE_TABULATOR.BTN_FILLCHAR_OTHER.radiobutton.text"
+#. LLSZ
+#: tabstpge.src
+msgctxt ""
+"tabstpge.src\n"
+"RID_SVXPAGE_TABULATOR\n"
+"BTN_FILLCHAR_OTHER\n"
+"radiobutton.text"
msgid "Character"
msgstr "სიმბოლო"
-#: tabstpge.src#RID_SVXPAGE_TABULATOR.BTN_NEW.pushbutton.text
-msgctxt "tabstpge.src#RID_SVXPAGE_TABULATOR.BTN_NEW.pushbutton.text"
+#. E]XT
+#: tabstpge.src
+msgctxt ""
+"tabstpge.src\n"
+"RID_SVXPAGE_TABULATOR\n"
+"BTN_NEW\n"
+"pushbutton.text"
msgid "~New"
msgstr "~ახალი"
-#: tabstpge.src#RID_SVXPAGE_TABULATOR.BTN_DELALL.pushbutton.text
+#. v5s\
+#: tabstpge.src
+msgctxt ""
+"tabstpge.src\n"
+"RID_SVXPAGE_TABULATOR\n"
+"BTN_DELALL\n"
+"pushbutton.text"
msgid "Delete ~All"
msgstr "~ყველაფრის წაშლა"
-#: tabstpge.src#RID_SVXPAGE_TABULATOR.BTN_DEL.pushbutton.text
+#. ls9o
+#: tabstpge.src
#, fuzzy
-msgctxt "tabstpge.src#RID_SVXPAGE_TABULATOR.BTN_DEL.pushbutton.text"
+msgctxt ""
+"tabstpge.src\n"
+"RID_SVXPAGE_TABULATOR\n"
+"BTN_DEL\n"
+"pushbutton.text"
msgid "~Delete"
msgstr ""
"#-#-#-#-# utlui.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -4457,19 +9975,34 @@ msgstr ""
"#-#-#-#-# textconversiondlgs.po (PACKAGE VERSION) #-#-#-#-#\n"
"~წაშლა"
-#: tabstpge.src#RID_SVXPAGE_TABULATOR.ST_LEFTTAB_ASIAN.string.text
-msgctxt "tabstpge.src#RID_SVXPAGE_TABULATOR.ST_LEFTTAB_ASIAN.string.text"
+#. ~Q-s
+#: tabstpge.src
+msgctxt ""
+"tabstpge.src\n"
+"RID_SVXPAGE_TABULATOR\n"
+"ST_LEFTTAB_ASIAN\n"
+"string.text"
msgid "~Left/Top"
msgstr "~მარცხენა/ზედა"
-#: tabstpge.src#RID_SVXPAGE_TABULATOR.ST_RIGHTTAB_ASIAN.string.text
-msgctxt "tabstpge.src#RID_SVXPAGE_TABULATOR.ST_RIGHTTAB_ASIAN.string.text"
+#. c~t_
+#: tabstpge.src
+msgctxt ""
+"tabstpge.src\n"
+"RID_SVXPAGE_TABULATOR\n"
+"ST_RIGHTTAB_ASIAN\n"
+"string.text"
msgid "Righ~t/Bottom"
msgstr "მარჯვე~ნა/ქვედა"
-#: tabstpge.src#RID_SVXPAGE_TABULATOR.ST_FILLCHAR_OTHER.string.text
+#. w-%8
+#: tabstpge.src
#, fuzzy
-msgctxt "tabstpge.src#RID_SVXPAGE_TABULATOR.ST_FILLCHAR_OTHER.string.text"
+msgctxt ""
+"tabstpge.src\n"
+"RID_SVXPAGE_TABULATOR\n"
+"ST_FILLCHAR_OTHER\n"
+"string.text"
msgid "Character"
msgstr ""
"#-#-#-#-# dlg.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -4491,754 +10024,11 @@ msgstr ""
"#-#-#-#-# items.po (PACKAGE VERSION) #-#-#-#-#\n"
"სიმბოლო"
-#: tabstpge.src#RID_SVXPAGE_TABULATOR.tabpage.text
+#. 94_f
+#: tabstpge.src
+msgctxt ""
+"tabstpge.src\n"
+"RID_SVXPAGE_TABULATOR\n"
+"tabpage.text"
msgid "Tabs"
msgstr "ჩანართები"
-
-#: swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.FL_SIZE.fixedline.text
-msgctxt "swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.FL_SIZE.fixedline.text"
-msgid "Size"
-msgstr "ზომა"
-
-#: swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.FT_WIDTH.fixedtext.text
-msgctxt "swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.FT_WIDTH.fixedtext.text"
-msgid "~Width"
-msgstr "ს~იგანე"
-
-#: swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.FT_HEIGHT.fixedtext.text
-msgctxt "swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.FT_HEIGHT.fixedtext.text"
-msgid "H~eight"
-msgstr "ს~იმაღლე"
-
-#: swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.CB_KEEPRATIO.checkbox.text
-msgctxt "swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.CB_KEEPRATIO.checkbox.text"
-msgid "~Keep ratio"
-msgstr "თანაფარდობის შ~ენარჩუნება"
-
-#: swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.FL_ANCHOR.fixedline.text
-msgctxt "swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.FL_ANCHOR.fixedline.text"
-msgid "Anchor"
-msgstr "ღუზა"
-
-#: swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.RB_TOPAGE.radiobutton.text
-msgid "To ~page"
-msgstr "გვერდზე"
-
-#: swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.RB_TOPARA.radiobutton.text
-msgid "To paragrap~h"
-msgstr "აბზაცზე"
-
-#: swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.RB_TOCHAR.radiobutton.text
-msgid "To cha~racter"
-msgstr "სიმბოლოზე"
-
-#: swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.RB_ASCHAR.radiobutton.text
-msgid "~As character"
-msgstr "როგორც სიმბოლო"
-
-#: swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.RB_TOFRAME.radiobutton.text
-msgid "To ~frame"
-msgstr "ჩარჩოზე"
-
-#: swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.FL_PROTECTION.fixedline.text
-msgctxt "swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.FL_PROTECTION.fixedline.text"
-msgid "Protect"
-msgstr "დაცვა"
-
-#: swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.CB_POSITION.tristatebox.text
-msgctxt "swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.CB_POSITION.tristatebox.text"
-msgid "Position"
-msgstr "მდებარეობა"
-
-#: swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.CB_SIZE.tristatebox.text
-msgctxt "swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.CB_SIZE.tristatebox.text"
-msgid "~Size"
-msgstr "~ზომა"
-
-#: swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.FL_POSITION.fixedline.text
-msgctxt "swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.FL_POSITION.fixedline.text"
-msgid "Position"
-msgstr "მდებარეობა"
-
-#: swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.FT_HORI.fixedtext.text
-#, fuzzy
-msgctxt "swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.FT_HORI.fixedtext.text"
-msgid "Hori~zontal"
-msgstr "~ჰორიზონტალური"
-
-#: swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.FT_HORIBY.fixedtext.text
-msgctxt "swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.FT_HORIBY.fixedtext.text"
-msgid "b~y"
-msgstr "თ~ან"
-
-#: swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.FT_HORITO.fixedtext.text
-msgid "~to"
-msgstr "~to"
-
-#: swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.CB_HORIMIRROR.checkbox.text
-msgid "~Mirror on even pages"
-msgstr "სარკისებურად ლუწ გვერდებზე"
-
-#: swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.FT_VERT.fixedtext.text
-#, fuzzy
-msgctxt "swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.FT_VERT.fixedtext.text"
-msgid "~Vertical"
-msgstr ""
-"#-#-#-#-# frmdlg.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~ვერტიკალური\n"
-"#-#-#-#-# dlg.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~ვერტიკალური\n"
-"#-#-#-#-# dialog.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ვერტიკალურ~ი\n"
-"#-#-#-#-# engine3d.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~ვერტიკალური"
-
-#: swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.FT_VERTBY.fixedtext.text
-msgid "by"
-msgstr "by"
-
-#: swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.FT_VERTTO.fixedtext.text
-msgid "t~o"
-msgstr "t~o"
-
-#: swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.CB_FOLLOW.checkbox.text
-msgid "Follow text flow"
-msgstr "მიყევით ტექსტის ნაკადს"
-
-#: swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.tabpage.text
-msgctxt "swpossizetabpage.src#RID_SVXPAGE_SWPOSSIZE.tabpage.text"
-msgid "Position and Size"
-msgstr "მდებარეობა და ზომა"
-
-#: tabarea.src#RID_SVXPAGE_TRANSPARENCE.FL_PROP.fixedline.text
-msgid "Transparency mode"
-msgstr "გამჭირვალების რეჟიმი"
-
-#: tabarea.src#RID_SVXPAGE_TRANSPARENCE.RBT_TRANS_OFF.radiobutton.text
-msgid "~No transparency"
-msgstr "გამჭირვალების გარეშე"
-
-#: tabarea.src#RID_SVXPAGE_TRANSPARENCE.RBT_TRANS_LINEAR.radiobutton.text
-msgctxt "tabarea.src#RID_SVXPAGE_TRANSPARENCE.RBT_TRANS_LINEAR.radiobutton.text"
-msgid "~Transparency"
-msgstr "~გამჭვირვალეობა"
-
-#: tabarea.src#RID_SVXPAGE_TRANSPARENCE.RBT_TRANS_GRADIENT.radiobutton.text
-msgctxt "tabarea.src#RID_SVXPAGE_TRANSPARENCE.RBT_TRANS_GRADIENT.radiobutton.text"
-msgid "Gradient"
-msgstr "გრადიენტი"
-
-#: tabarea.src#RID_SVXPAGE_TRANSPARENCE.FT_TRGR_TYPE.fixedtext.text
-msgctxt "tabarea.src#RID_SVXPAGE_TRANSPARENCE.FT_TRGR_TYPE.fixedtext.text"
-msgid "Ty~pe"
-msgstr "აკრე~ფა"
-
-#: tabarea.src#RID_SVXPAGE_TRANSPARENCE.LB_TRGR_GRADIENT_TYPES.1.stringlist.text
-msgctxt "tabarea.src#RID_SVXPAGE_TRANSPARENCE.LB_TRGR_GRADIENT_TYPES.1.stringlist.text"
-msgid "Linear"
-msgstr "წრფივი"
-
-#: tabarea.src#RID_SVXPAGE_TRANSPARENCE.LB_TRGR_GRADIENT_TYPES.2.stringlist.text
-msgctxt "tabarea.src#RID_SVXPAGE_TRANSPARENCE.LB_TRGR_GRADIENT_TYPES.2.stringlist.text"
-msgid "Axial"
-msgstr "ღერძული"
-
-#: tabarea.src#RID_SVXPAGE_TRANSPARENCE.LB_TRGR_GRADIENT_TYPES.3.stringlist.text
-msgctxt "tabarea.src#RID_SVXPAGE_TRANSPARENCE.LB_TRGR_GRADIENT_TYPES.3.stringlist.text"
-msgid "Radial"
-msgstr "წრიული"
-
-#: tabarea.src#RID_SVXPAGE_TRANSPARENCE.LB_TRGR_GRADIENT_TYPES.4.stringlist.text
-msgctxt "tabarea.src#RID_SVXPAGE_TRANSPARENCE.LB_TRGR_GRADIENT_TYPES.4.stringlist.text"
-msgid "Ellipsoid"
-msgstr "ელიფსური"
-
-#: tabarea.src#RID_SVXPAGE_TRANSPARENCE.LB_TRGR_GRADIENT_TYPES.5.stringlist.text
-msgid "Quadratic"
-msgstr "კვადრატული"
-
-#: tabarea.src#RID_SVXPAGE_TRANSPARENCE.LB_TRGR_GRADIENT_TYPES.6.stringlist.text
-msgctxt "tabarea.src#RID_SVXPAGE_TRANSPARENCE.LB_TRGR_GRADIENT_TYPES.6.stringlist.text"
-msgid "Square"
-msgstr "კვადრატული"
-
-#: tabarea.src#RID_SVXPAGE_TRANSPARENCE.FT_TRGR_CENTER_X.fixedtext.text
-msgctxt "tabarea.src#RID_SVXPAGE_TRANSPARENCE.FT_TRGR_CENTER_X.fixedtext.text"
-msgid "Center ~X"
-msgstr "ცენტრი ~X"
-
-#: tabarea.src#RID_SVXPAGE_TRANSPARENCE.FT_TRGR_CENTER_Y.fixedtext.text
-msgctxt "tabarea.src#RID_SVXPAGE_TRANSPARENCE.FT_TRGR_CENTER_Y.fixedtext.text"
-msgid "Center ~Y"
-msgstr "ცენტრი ~Y"
-
-#: tabarea.src#RID_SVXPAGE_TRANSPARENCE.FT_TRGR_ANGLE.fixedtext.text
-msgctxt "tabarea.src#RID_SVXPAGE_TRANSPARENCE.FT_TRGR_ANGLE.fixedtext.text"
-msgid "~Angle"
-msgstr "~კუთხე"
-
-#: tabarea.src#RID_SVXPAGE_TRANSPARENCE.MTR_TRGR_ANGLE.metricfield.text
-msgctxt "tabarea.src#RID_SVXPAGE_TRANSPARENCE.MTR_TRGR_ANGLE.metricfield.text"
-msgid " degrees"
-msgstr " გრადუსები"
-
-#: tabarea.src#RID_SVXPAGE_TRANSPARENCE.FT_TRGR_BORDER.fixedtext.text
-msgctxt "tabarea.src#RID_SVXPAGE_TRANSPARENCE.FT_TRGR_BORDER.fixedtext.text"
-msgid "~Border"
-msgstr "ს~აზღვარი"
-
-#: tabarea.src#RID_SVXPAGE_TRANSPARENCE.FT_TRGR_START_VALUE.fixedtext.text
-msgid "~Start value"
-msgstr "~საწყისი მნიშვნელობა"
-
-#: tabarea.src#RID_SVXPAGE_TRANSPARENCE.FT_TRGR_END_VALUE.fixedtext.text
-msgid "~End value"
-msgstr "ს~აბოლოო მნიშვნელობა"
-
-#: tabarea.src#RID_SVXPAGE_TRANSPARENCE.tabpage.text
-msgctxt "tabarea.src#RID_SVXPAGE_TRANSPARENCE.tabpage.text"
-msgid "Transparency"
-msgstr "გამჭვირვალეობა"
-
-#: tabarea.src#RID_SVXPAGE_AREA.FL_PROP.fixedline.text
-msgid "Fill"
-msgstr "შევსება"
-
-#: tabarea.src#RID_SVXPAGE_AREA.LB_AREA_TYPE.1.stringlist.text
-msgctxt "tabarea.src#RID_SVXPAGE_AREA.LB_AREA_TYPE.1.stringlist.text"
-msgid "None"
-msgstr "არცერთი"
-
-#: tabarea.src#RID_SVXPAGE_AREA.LB_AREA_TYPE.2.stringlist.text
-msgctxt "tabarea.src#RID_SVXPAGE_AREA.LB_AREA_TYPE.2.stringlist.text"
-msgid "Color"
-msgstr "ფერი"
-
-#: tabarea.src#RID_SVXPAGE_AREA.LB_AREA_TYPE.3.stringlist.text
-msgctxt "tabarea.src#RID_SVXPAGE_AREA.LB_AREA_TYPE.3.stringlist.text"
-msgid "Gradient"
-msgstr "გრადიენტი"
-
-#: tabarea.src#RID_SVXPAGE_AREA.LB_AREA_TYPE.4.stringlist.text
-msgctxt "tabarea.src#RID_SVXPAGE_AREA.LB_AREA_TYPE.4.stringlist.text"
-msgid "Hatching"
-msgstr "ჰეჩინგი"
-
-#: tabarea.src#RID_SVXPAGE_AREA.LB_AREA_TYPE.5.stringlist.text
-msgctxt "tabarea.src#RID_SVXPAGE_AREA.LB_AREA_TYPE.5.stringlist.text"
-msgid "Bitmap"
-msgstr "ნახატი"
-
-#: tabarea.src#RID_SVXPAGE_AREA.FL_STEPCOUNT.fixedline.text
-msgid "Increments"
-msgstr "მიმატება"
-
-#: tabarea.src#RID_SVXPAGE_AREA.TSB_STEPCOUNT.tristatebox.text
-msgctxt "tabarea.src#RID_SVXPAGE_AREA.TSB_STEPCOUNT.tristatebox.text"
-msgid "A~utomatic"
-msgstr "ა~ვტომატური"
-
-#: tabarea.src#RID_SVXPAGE_AREA.CB_HATCHBCKGRD.checkbox.text
-msgctxt "tabarea.src#RID_SVXPAGE_AREA.CB_HATCHBCKGRD.checkbox.text"
-msgid "~Background color"
-msgstr "~ფონის ფერი"
-
-#: tabarea.src#RID_SVXPAGE_AREA.FL_SIZE.fixedline.text
-msgctxt "tabarea.src#RID_SVXPAGE_AREA.FL_SIZE.fixedline.text"
-msgid "Size"
-msgstr "ზომა"
-
-#: tabarea.src#RID_SVXPAGE_AREA.TSB_ORIGINAL.tristatebox.text
-msgid "~Original"
-msgstr "~დედანი"
-
-#: tabarea.src#RID_SVXPAGE_AREA.TSB_SCALE.tristatebox.text
-msgid "Re~lative"
-msgstr "ფარ~დობითი"
-
-#: tabarea.src#RID_SVXPAGE_AREA.FT_X_SIZE.fixedtext.text
-msgctxt "tabarea.src#RID_SVXPAGE_AREA.FT_X_SIZE.fixedtext.text"
-msgid "Wi~dth"
-msgstr "სი~განე"
-
-#: tabarea.src#RID_SVXPAGE_AREA.FT_Y_SIZE.fixedtext.text
-msgctxt "tabarea.src#RID_SVXPAGE_AREA.FT_Y_SIZE.fixedtext.text"
-msgid "H~eight"
-msgstr "სი~მაღლე"
-
-#: tabarea.src#RID_SVXPAGE_AREA.FL_POSITION.fixedline.text
-msgctxt "tabarea.src#RID_SVXPAGE_AREA.FL_POSITION.fixedline.text"
-msgid "Position"
-msgstr "მდებარეობა"
-
-#: tabarea.src#RID_SVXPAGE_AREA.FT_X_OFFSET.fixedtext.text
-msgid "~X Offset"
-msgstr "~X ოფსეტი"
-
-#: tabarea.src#RID_SVXPAGE_AREA.FT_Y_OFFSET.fixedtext.text
-msgid "~Y Offset"
-msgstr "~Y ოფსეტი"
-
-#: tabarea.src#RID_SVXPAGE_AREA.TSB_TILE.tristatebox.text
-msgctxt "tabarea.src#RID_SVXPAGE_AREA.TSB_TILE.tristatebox.text"
-msgid "~Tile"
-msgstr "~მოზაიკა"
-
-#: tabarea.src#RID_SVXPAGE_AREA.TSB_STRETCH.tristatebox.text
-msgid "Auto~Fit"
-msgstr "ავტო მორგება"
-
-#: tabarea.src#RID_SVXPAGE_AREA.FL_OFFSET.fixedline.text
-msgid "Offset"
-msgstr "ოფსეტი"
-
-#: tabarea.src#RID_SVXPAGE_AREA.RBT_ROW.radiobutton.text
-msgid "Ro~w"
-msgstr "სტრიქონი"
-
-#: tabarea.src#RID_SVXPAGE_AREA.RBT_COLUMN.radiobutton.text
-msgid "Colu~mn"
-msgstr "სვეტი"
-
-#: tabarea.src#RID_SVXPAGE_AREA.tabpage.text
-msgctxt "tabarea.src#RID_SVXPAGE_AREA.tabpage.text"
-msgid "Area"
-msgstr "არე"
-
-#: tabarea.src#RID_SVXPAGE_SHADOW.FL_PROP.fixedline.text
-msgctxt "tabarea.src#RID_SVXPAGE_SHADOW.FL_PROP.fixedline.text"
-msgid "Properties"
-msgstr "თვისებები"
-
-#: tabarea.src#RID_SVXPAGE_SHADOW.TSB_SHOW_SHADOW.tristatebox.text
-msgid "~Use shadow"
-msgstr "ჩ~რდილის გამოყენება"
-
-#: tabarea.src#RID_SVXPAGE_SHADOW.FT_POSITION.fixedtext.text
-msgctxt "tabarea.src#RID_SVXPAGE_SHADOW.FT_POSITION.fixedtext.text"
-msgid "~Position"
-msgstr "~მდებარეობა"
-
-#: tabarea.src#RID_SVXPAGE_SHADOW.FT_DISTANCE.fixedtext.text
-msgid "~Distance"
-msgstr "~დისტანცია"
-
-#: tabarea.src#RID_SVXPAGE_SHADOW.FT_SHADOW_COLOR.fixedtext.text
-msgctxt "tabarea.src#RID_SVXPAGE_SHADOW.FT_SHADOW_COLOR.fixedtext.text"
-msgid "~Color"
-msgstr "~ფერი"
-
-#: tabarea.src#RID_SVXPAGE_SHADOW.FT_TRANSPARENT.fixedtext.text
-msgctxt "tabarea.src#RID_SVXPAGE_SHADOW.FT_TRANSPARENT.fixedtext.text"
-msgid "~Transparency"
-msgstr "~გამჭვირვალეობა"
-
-#: tabarea.src#RID_SVXPAGE_SHADOW.tabpage.text
-msgctxt "tabarea.src#RID_SVXPAGE_SHADOW.tabpage.text"
-msgid "Shadow"
-msgstr "ჩრდილი"
-
-#: tabarea.src#RID_SVXPAGE_HATCH.FL_PROP.fixedline.text
-msgctxt "tabarea.src#RID_SVXPAGE_HATCH.FL_PROP.fixedline.text"
-msgid "Properties"
-msgstr "თვისებები"
-
-#: tabarea.src#RID_SVXPAGE_HATCH.FT_LINE_DISTANCE.fixedtext.text
-msgctxt "tabarea.src#RID_SVXPAGE_HATCH.FT_LINE_DISTANCE.fixedtext.text"
-msgid "~Spacing"
-msgstr "~დაშორება"
-
-#: tabarea.src#RID_SVXPAGE_HATCH.FT_LINE_ANGLE.fixedtext.text
-msgctxt "tabarea.src#RID_SVXPAGE_HATCH.FT_LINE_ANGLE.fixedtext.text"
-msgid "A~ngle"
-msgstr "კ~უთხე"
-
-#: tabarea.src#RID_SVXPAGE_HATCH.MTR_FLD_ANGLE.metricfield.text
-msgctxt "tabarea.src#RID_SVXPAGE_HATCH.MTR_FLD_ANGLE.metricfield.text"
-msgid " degrees"
-msgstr " გრადუსები"
-
-#: tabarea.src#RID_SVXPAGE_HATCH.FT_LINE_TYPE.fixedtext.text
-msgid "~Line type"
-msgstr "ხაზის ტიპი"
-
-#: tabarea.src#RID_SVXPAGE_HATCH.LB_LINE_TYPE.1.stringlist.text
-msgctxt "tabarea.src#RID_SVXPAGE_HATCH.LB_LINE_TYPE.1.stringlist.text"
-msgid "Single"
-msgstr "ერთმაგი"
-
-#: tabarea.src#RID_SVXPAGE_HATCH.LB_LINE_TYPE.2.stringlist.text
-msgid "Crossed"
-msgstr "ჯვარედინი"
-
-#: tabarea.src#RID_SVXPAGE_HATCH.LB_LINE_TYPE.3.stringlist.text
-msgid "Triple"
-msgstr "სამმაგი"
-
-#: tabarea.src#RID_SVXPAGE_HATCH.FT_LINE_COLOR.fixedtext.text
-msgid "Line ~color"
-msgstr "ხაზის ფერი"
-
-#: tabarea.src#RID_SVXPAGE_HATCH.BTN_ADD.pushbutton.text
-msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_ADD.pushbutton.text"
-msgid "~Add..."
-msgstr "~დამატება..."
-
-#: tabarea.src#RID_SVXPAGE_HATCH.BTN_MODIFY.pushbutton.text
-msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_MODIFY.pushbutton.text"
-msgid "~Modify..."
-msgstr "შ~ეცვლა..."
-
-#: tabarea.src#RID_SVXPAGE_HATCH.BTN_DELETE.pushbutton.text
-msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_DELETE.pushbutton.text"
-msgid "~Delete..."
-msgstr "წ~აშლა..."
-
-#: tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.text
-msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.text"
-msgid "-"
-msgstr ""
-
-#: tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.quickhelptext
-msgid "Load Hatches List"
-msgstr ""
-
-#: tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.text
-msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.text"
-msgid "-"
-msgstr ""
-
-#: tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.quickhelptext
-msgid "Save Hatches List"
-msgstr ""
-
-#: tabarea.src#RID_SVXPAGE_HATCH.BTN_EMBED.checkbox.text
-msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_EMBED.checkbox.text"
-msgid "Embed"
-msgstr ""
-
-#: tabarea.src#RID_SVXPAGE_HATCH.tabpage.text
-msgctxt "tabarea.src#RID_SVXPAGE_HATCH.tabpage.text"
-msgid "Hatching"
-msgstr "ჰეჩინგი"
-
-#: tabarea.src#RID_SVXPAGE_BITMAP.FL_PROP.fixedline.text
-msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.FL_PROP.fixedline.text"
-msgid "Properties"
-msgstr "თვისებები"
-
-#: tabarea.src#RID_SVXPAGE_BITMAP.FT_PIXEL_EDIT.fixedtext.text
-msgid "Pattern Editor"
-msgstr "ნიმუშის რედაქტორი"
-
-#: tabarea.src#RID_SVXPAGE_BITMAP.FT_COLOR.fixedtext.text
-msgid "~Foreground color"
-msgstr "~წინაპლანის ფერი"
-
-#: tabarea.src#RID_SVXPAGE_BITMAP.FT_BACKGROUND_COLOR.fixedtext.text
-msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.FT_BACKGROUND_COLOR.fixedtext.text"
-msgid "~Background color"
-msgstr "~ფონის ფერი"
-
-#: tabarea.src#RID_SVXPAGE_BITMAP.FT_BITMAPS_HIDDEN.fixedtext.text
-msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.FT_BITMAPS_HIDDEN.fixedtext.text"
-msgid "Bitmap"
-msgstr "ნახატი"
-
-#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_ADD.pushbutton.text
-msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_ADD.pushbutton.text"
-msgid "~Add..."
-msgstr "~დამატება..."
-
-#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_MODIFY.pushbutton.text
-msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_MODIFY.pushbutton.text"
-msgid "~Modify..."
-msgstr "შ~ეცვლა..."
-
-#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_IMPORT.pushbutton.text
-msgid "~Import..."
-msgstr "~იმპორტი..."
-
-#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_DELETE.pushbutton.text
-msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_DELETE.pushbutton.text"
-msgid "~Delete..."
-msgstr "წ~აშლა..."
-
-#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.text
-msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.text"
-msgid "-"
-msgstr ""
-
-#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.quickhelptext
-msgid "Load Bitmap List"
-msgstr ""
-
-#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.text
-msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.text"
-msgid "-"
-msgstr ""
-
-#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.quickhelptext
-msgid "Save Bitmap List"
-msgstr ""
-
-#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_EMBED.checkbox.text
-msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_EMBED.checkbox.text"
-msgid "Embed"
-msgstr ""
-
-#: tabarea.src#RID_SVXPAGE_BITMAP.tabpage.text
-msgid "Bitmap Patterns"
-msgstr "ნახატების შაბლონები"
-
-#: tabarea.src#RID_SVXPAGE_GRADIENT.FL_PROP.fixedline.text
-msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.FL_PROP.fixedline.text"
-msgid "Properties"
-msgstr "თვისებები"
-
-#: tabarea.src#RID_SVXPAGE_GRADIENT.FT_TYPE.fixedtext.text
-msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.FT_TYPE.fixedtext.text"
-msgid "Ty~pe"
-msgstr "ა~კრეფა"
-
-#: tabarea.src#RID_SVXPAGE_GRADIENT.LB_GRADIENT_TYPES.1.stringlist.text
-msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.LB_GRADIENT_TYPES.1.stringlist.text"
-msgid "Linear"
-msgstr "წრფივი"
-
-#: tabarea.src#RID_SVXPAGE_GRADIENT.LB_GRADIENT_TYPES.2.stringlist.text
-msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.LB_GRADIENT_TYPES.2.stringlist.text"
-msgid "Axial"
-msgstr "ღერძული"
-
-#: tabarea.src#RID_SVXPAGE_GRADIENT.LB_GRADIENT_TYPES.3.stringlist.text
-msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.LB_GRADIENT_TYPES.3.stringlist.text"
-msgid "Radial"
-msgstr "წრიული"
-
-#: tabarea.src#RID_SVXPAGE_GRADIENT.LB_GRADIENT_TYPES.4.stringlist.text
-msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.LB_GRADIENT_TYPES.4.stringlist.text"
-msgid "Ellipsoid"
-msgstr "ელიფსური"
-
-#: tabarea.src#RID_SVXPAGE_GRADIENT.LB_GRADIENT_TYPES.5.stringlist.text
-msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.LB_GRADIENT_TYPES.5.stringlist.text"
-msgid "Square"
-msgstr "კვადრატული"
-
-#: tabarea.src#RID_SVXPAGE_GRADIENT.LB_GRADIENT_TYPES.6.stringlist.text
-msgid "Rectangular"
-msgstr "მართკუთხედური"
-
-#: tabarea.src#RID_SVXPAGE_GRADIENT.FT_CENTER_X.fixedtext.text
-msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.FT_CENTER_X.fixedtext.text"
-msgid "Center ~X"
-msgstr "ცენტრი ~X"
-
-#: tabarea.src#RID_SVXPAGE_GRADIENT.FT_CENTER_Y.fixedtext.text
-msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.FT_CENTER_Y.fixedtext.text"
-msgid "Center ~Y"
-msgstr "ცენტრი ~Y"
-
-#: tabarea.src#RID_SVXPAGE_GRADIENT.FT_ANGLE.fixedtext.text
-msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.FT_ANGLE.fixedtext.text"
-msgid "A~ngle"
-msgstr "კ~უთხე"
-
-#: tabarea.src#RID_SVXPAGE_GRADIENT.MTR_ANGLE.metricfield.text
-msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.MTR_ANGLE.metricfield.text"
-msgid " degrees"
-msgstr " გრადუსები"
-
-#: tabarea.src#RID_SVXPAGE_GRADIENT.FT_BORDER.fixedtext.text
-msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.FT_BORDER.fixedtext.text"
-msgid "~Border"
-msgstr "ს~აზღვარი"
-
-#: tabarea.src#RID_SVXPAGE_GRADIENT.FT_COLOR_FROM.fixedtext.text
-msgid "~From"
-msgstr "~გამგზავნი"
-
-#: tabarea.src#RID_SVXPAGE_GRADIENT.FT_COLOR_TO.fixedtext.text
-msgid "~To"
-msgstr "~მიმღები"
-
-#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_ADD.pushbutton.text
-msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_ADD.pushbutton.text"
-msgid "~Add..."
-msgstr "~დამატება..."
-
-#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_MODIFY.pushbutton.text
-msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_MODIFY.pushbutton.text"
-msgid "~Modify..."
-msgstr "შ~ეცვლა..."
-
-#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_DELETE.pushbutton.text
-msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_DELETE.pushbutton.text"
-msgid "~Delete..."
-msgstr "წ~აშლა..."
-
-#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.text
-msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.text"
-msgid "-"
-msgstr ""
-
-#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.quickhelptext
-msgid "Load Gradients List"
-msgstr ""
-
-#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.text
-msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.text"
-msgid "-"
-msgstr ""
-
-#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.quickhelptext
-msgid "Save Gradients List"
-msgstr ""
-
-#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_EMBED.checkbox.text
-msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_EMBED.checkbox.text"
-msgid "Embed"
-msgstr ""
-
-#: tabarea.src#RID_SVXPAGE_GRADIENT.tabpage.text
-msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.tabpage.text"
-msgid "Gradients"
-msgstr "გრადიენტები"
-
-#: tabarea.src#RID_SVXPAGE_COLOR.FL_PROP.fixedline.text
-msgctxt "tabarea.src#RID_SVXPAGE_COLOR.FL_PROP.fixedline.text"
-msgid "Properties"
-msgstr "თვისებები"
-
-#: tabarea.src#RID_SVXPAGE_COLOR.FT_NAME.fixedtext.text
-msgid "~Name"
-msgstr "ს~ახელი"
-
-#: tabarea.src#RID_SVXPAGE_COLOR.FT_COLOR.fixedtext.text
-msgctxt "tabarea.src#RID_SVXPAGE_COLOR.FT_COLOR.fixedtext.text"
-msgid "C~olor"
-msgstr "ფ~ერი"
-
-#: tabarea.src#RID_SVXPAGE_COLOR.FT_TABLE_NAME.fixedtext.text
-msgid "Color table"
-msgstr "ფერთა ცხრილი"
-
-#: tabarea.src#RID_SVXPAGE_COLOR.LB_COLORMODEL.1.stringlist.text
-msgid "RGB"
-msgstr "RGB"
-
-#: tabarea.src#RID_SVXPAGE_COLOR.LB_COLORMODEL.2.stringlist.text
-msgid "CMYK"
-msgstr "CMYK"
-
-#: tabarea.src#RID_SVXPAGE_COLOR.FT_1.fixedtext.text
-msgid "~C"
-msgstr ""
-
-#: tabarea.src#RID_SVXPAGE_COLOR.FT_2.fixedtext.text
-msgid "~M"
-msgstr ""
-
-#: tabarea.src#RID_SVXPAGE_COLOR.FT_3.fixedtext.text
-msgid "~Y"
-msgstr ""
-
-#: tabarea.src#RID_SVXPAGE_COLOR.FT_4.fixedtext.text
-msgid "~K"
-msgstr ""
-
-#: tabarea.src#RID_SVXPAGE_COLOR.BTN_ADD.pushbutton.text
-msgid "~Add"
-msgstr "~დამატება"
-
-#: tabarea.src#RID_SVXPAGE_COLOR.BTN_WORK_ON.pushbutton.text
-msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_WORK_ON.pushbutton.text"
-msgid "~Edit..."
-msgstr "რ~ედაქტირება..."
-
-#: tabarea.src#RID_SVXPAGE_COLOR.BTN_DELETE.pushbutton.text
-msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_DELETE.pushbutton.text"
-msgid "~Delete..."
-msgstr "წ~აშლა..."
-
-#: tabarea.src#RID_SVXPAGE_COLOR.BTN_MODIFY.pushbutton.text
-msgid "~Modify"
-msgstr "~ცვლილება"
-
-#: tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.text
-msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.text"
-msgid "-"
-msgstr ""
-
-#: tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.quickhelptext
-msgid "Load Color List"
-msgstr ""
-
-#: tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.text
-msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.text"
-msgid "-"
-msgstr ""
-
-#: tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.quickhelptext
-msgid "Save Color List"
-msgstr ""
-
-#: tabarea.src#RID_SVXPAGE_COLOR.BTN_EMBED.checkbox.text
-msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_EMBED.checkbox.text"
-msgid "Embed"
-msgstr ""
-
-#: tabarea.src#RID_SVXPAGE_COLOR.tabpage.text
-msgctxt "tabarea.src#RID_SVXPAGE_COLOR.tabpage.text"
-msgid "Colors"
-msgstr "ფერები"
-
-#: tabarea.src#RID_SVXDLG_AREA.1.RID_SVXPAGE_AREA.pageitem.text
-msgctxt "tabarea.src#RID_SVXDLG_AREA.1.RID_SVXPAGE_AREA.pageitem.text"
-msgid "Area"
-msgstr "არე"
-
-#: tabarea.src#RID_SVXDLG_AREA.1.RID_SVXPAGE_SHADOW.pageitem.text
-msgctxt "tabarea.src#RID_SVXDLG_AREA.1.RID_SVXPAGE_SHADOW.pageitem.text"
-msgid "Shadow"
-msgstr "ჩრდილი"
-
-#: tabarea.src#RID_SVXDLG_AREA.1.RID_SVXPAGE_TRANSPARENCE.pageitem.text
-msgctxt "tabarea.src#RID_SVXDLG_AREA.1.RID_SVXPAGE_TRANSPARENCE.pageitem.text"
-msgid "Transparency"
-msgstr "გამჭვირვალეობა"
-
-#: tabarea.src#RID_SVXDLG_AREA.1.RID_SVXPAGE_COLOR.pageitem.text
-msgctxt "tabarea.src#RID_SVXDLG_AREA.1.RID_SVXPAGE_COLOR.pageitem.text"
-msgid "Colors"
-msgstr "ფერები"
-
-#: tabarea.src#RID_SVXDLG_AREA.1.RID_SVXPAGE_GRADIENT.pageitem.text
-msgctxt "tabarea.src#RID_SVXDLG_AREA.1.RID_SVXPAGE_GRADIENT.pageitem.text"
-msgid "Gradients"
-msgstr "გრადიენტები"
-
-#: tabarea.src#RID_SVXDLG_AREA.1.RID_SVXPAGE_HATCH.pageitem.text
-msgctxt "tabarea.src#RID_SVXDLG_AREA.1.RID_SVXPAGE_HATCH.pageitem.text"
-msgid "Hatching"
-msgstr "ჰეჩინგი"
-
-#: tabarea.src#RID_SVXDLG_AREA.1.RID_SVXPAGE_BITMAP.pageitem.text
-msgid "Bitmaps"
-msgstr "ნახატები"
-
-#: tabarea.src#RID_SVXDLG_AREA.tabdialog.text
-msgctxt "tabarea.src#RID_SVXDLG_AREA.tabdialog.text"
-msgid "Area"
-msgstr "არე"
-
-#: tabarea.src#STR_LB_HATCHINGSTYLE.string.text
-#, fuzzy
-msgid "Hatching Style"
-msgstr "დაშტრიხვა"
-
-#: tabarea.src#STR_CUI_COLORMODEL.string.text
-#, fuzzy
-msgid "Color Mode"
-msgstr "კონტურის რეჟიმი"
diff --git a/source/ka/cui/uiconfig/ui.po b/source/ka/cui/uiconfig/ui.po
new file mode 100644
index 00000000000..0e42e5615a7
--- /dev/null
+++ b/source/ka/cui/uiconfig/ui.po
@@ -0,0 +1,1947 @@
+#. extracted from cui/uiconfig/ui
+msgid ""
+msgstr ""
+"Project-Id-Version: LibO 40l10n\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
+"PO-Revision-Date: 2012-11-17 19:02+0200\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: ka\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
+
+#. fzF8
+#: insertoleobject.ui
+msgctxt ""
+"insertoleobject.ui\n"
+"InsertOLEObjectDialog\n"
+"title\n"
+"string.text"
+msgid "Insert OLE Object"
+msgstr "OLE ობიექტის ჩასმა"
+
+#. ^M4J
+#: insertoleobject.ui
+#, fuzzy
+msgctxt ""
+"insertoleobject.ui\n"
+"createnew\n"
+"label\n"
+"string.text"
+msgid "Create new"
+msgstr "~ახლის შექმნა"
+
+#. bOEw
+#: insertoleobject.ui
+#, fuzzy
+msgctxt ""
+"insertoleobject.ui\n"
+"createfromfile\n"
+"label\n"
+"string.text"
+msgid "Create from file"
+msgstr "ფაილიდან შექმნა"
+
+#. \KD3
+#: insertoleobject.ui
+msgctxt ""
+"insertoleobject.ui\n"
+"label1\n"
+"label\n"
+"string.text"
+msgid "Object type"
+msgstr "ობიექტის ტიპი"
+
+#. phV%
+#: insertoleobject.ui
+#, fuzzy
+msgctxt ""
+"insertoleobject.ui\n"
+"urlbtn\n"
+"label\n"
+"string.text"
+msgid "Search ..."
+msgstr "ძებნა..."
+
+#. jAF*
+#: insertoleobject.ui
+#, fuzzy
+msgctxt ""
+"insertoleobject.ui\n"
+"linktofile\n"
+"label\n"
+"string.text"
+msgid "Link to file"
+msgstr "~ბმული ფაილზე"
+
+#. w:,;
+#: insertoleobject.ui
+msgctxt ""
+"insertoleobject.ui\n"
+"label2\n"
+"label\n"
+"string.text"
+msgid "File"
+msgstr "ფაილი"
+
+#. HX-2
+#: positionpage.ui
+msgctxt ""
+"positionpage.ui\n"
+"superscript\n"
+"label\n"
+"string.text"
+msgid "Superscript"
+msgstr "ზედა რეგისტრი"
+
+#. 9rL|
+#: positionpage.ui
+msgctxt ""
+"positionpage.ui\n"
+"normal\n"
+"label\n"
+"string.text"
+msgid "Normal"
+msgstr "ჩვეულებრივი"
+
+#. 3IJk
+#: positionpage.ui
+msgctxt ""
+"positionpage.ui\n"
+"subscript\n"
+"label\n"
+"string.text"
+msgid "Subscript"
+msgstr "ქვედა რეგისტრი"
+
+#. pp6o
+#: positionpage.ui
+#, fuzzy
+msgctxt ""
+"positionpage.ui\n"
+"raiselower\n"
+"label\n"
+"string.text"
+msgid "Raise/lower by"
+msgstr "~ზედა/ქვედა"
+
+#. 45,!
+#: positionpage.ui
+msgctxt ""
+"positionpage.ui\n"
+"relativefontsize\n"
+"label\n"
+"string.text"
+msgid "Relative font size"
+msgstr "შრიფტის შეფრადებითი ზომა"
+
+#. 5Vhf
+#: positionpage.ui
+#, fuzzy
+msgctxt ""
+"positionpage.ui\n"
+"automatic\n"
+"label\n"
+"string.text"
+msgid "Automatic"
+msgstr "ავტომატური"
+
+#. H~EV
+#: positionpage.ui
+#, fuzzy
+msgctxt ""
+"positionpage.ui\n"
+"label20\n"
+"label\n"
+"string.text"
+msgid "Position"
+msgstr "მდებარეობა"
+
+#. _c{-
+#: positionpage.ui
+msgctxt ""
+"positionpage.ui\n"
+"0deg\n"
+"label\n"
+"string.text"
+msgid "0 degrees"
+msgstr "0 გრადუსი"
+
+#. bp*2
+#: positionpage.ui
+msgctxt ""
+"positionpage.ui\n"
+"90deg\n"
+"label\n"
+"string.text"
+msgid "90 degrees"
+msgstr "90 გრადუსი"
+
+#. =%Q*
+#: positionpage.ui
+msgctxt ""
+"positionpage.ui\n"
+"270deg\n"
+"label\n"
+"string.text"
+msgid "270 degrees"
+msgstr "270 გრადუსი"
+
+#. CKMx
+#: positionpage.ui
+msgctxt ""
+"positionpage.ui\n"
+"fittoline\n"
+"label\n"
+"string.text"
+msgid "Fit to line"
+msgstr "ხაზზე გათანაბრება"
+
+#. W.Y0
+#: positionpage.ui
+#, fuzzy
+msgctxt ""
+"positionpage.ui\n"
+"label24\n"
+"label\n"
+"string.text"
+msgid "Scale width"
+msgstr "მაშტაბირება ზომ~ით"
+
+#. 20.0
+#: positionpage.ui
+#, fuzzy
+msgctxt ""
+"positionpage.ui\n"
+"rotateandscale\n"
+"label\n"
+"string.text"
+msgid "Rotation / Scaling"
+msgstr "ბრუნვა / მაშტაბირება"
+
+#. j5E0
+#: positionpage.ui
+#, fuzzy
+msgctxt ""
+"positionpage.ui\n"
+"rotate\n"
+"label\n"
+"string.text"
+msgid "Rotation"
+msgstr "ციტატირება"
+
+#. 1|Si
+#: positionpage.ui
+msgctxt ""
+"positionpage.ui\n"
+"kerningft\n"
+"label\n"
+"string.text"
+msgid "by"
+msgstr ""
+
+#. @lw^
+#: positionpage.ui
+#, fuzzy
+msgctxt ""
+"positionpage.ui\n"
+"pairkerning\n"
+"label\n"
+"string.text"
+msgid "Pair kerning"
+msgstr "წყვილი~ს კერნინგი"
+
+#. 8hG)
+#: positionpage.ui
+msgctxt ""
+"positionpage.ui\n"
+"label22\n"
+"label\n"
+"string.text"
+msgid "Spacing"
+msgstr "დაშორება"
+
+#. mRP9
+#: positionpage.ui
+#, fuzzy
+msgctxt ""
+"positionpage.ui\n"
+"label51\n"
+"label\n"
+"string.text"
+msgid "Preview"
+msgstr "გადახედვა"
+
+#. x2;W
+#: positionpage.ui
+#, fuzzy
+msgctxt ""
+"positionpage.ui\n"
+"liststore1\n"
+"0\n"
+"stringlist.text"
+msgid "Default"
+msgstr "ნაგულისხმები"
+
+#. YKj+
+#: positionpage.ui
+msgctxt ""
+"positionpage.ui\n"
+"liststore1\n"
+"1\n"
+"stringlist.text"
+msgid "Expanded"
+msgstr "გაშლილი"
+
+#. GJ83
+#: positionpage.ui
+msgctxt ""
+"positionpage.ui\n"
+"liststore1\n"
+"2\n"
+"stringlist.text"
+msgid "Condensed"
+msgstr "შეკუმშული"
+
+#. T{W/
+#: twolinespage.ui
+#, fuzzy
+msgctxt ""
+"twolinespage.ui\n"
+"twolines\n"
+"label\n"
+"string.text"
+msgid "Write in double lines"
+msgstr "ჩაწერ~ა წყვილ ხაზს შორის"
+
+#. Fdn%
+#: twolinespage.ui
+#, fuzzy
+msgctxt ""
+"twolinespage.ui\n"
+"label2\n"
+"label\n"
+"string.text"
+msgid "Double-lined"
+msgstr "ორმხრიანი"
+
+#. IO4p
+#: twolinespage.ui
+#, fuzzy
+msgctxt ""
+"twolinespage.ui\n"
+"label29\n"
+"label\n"
+"string.text"
+msgid "Initial character"
+msgstr "~გამხსნელი სიმბოლო"
+
+#. |fLC
+#: twolinespage.ui
+#, fuzzy
+msgctxt ""
+"twolinespage.ui\n"
+"label30\n"
+"label\n"
+"string.text"
+msgid "Final character"
+msgstr "დამამთავრებ~ელი სიმბოლოები"
+
+#. QAfs
+#: twolinespage.ui
+msgctxt ""
+"twolinespage.ui\n"
+"label28\n"
+"label\n"
+"string.text"
+msgid "Enclosing character"
+msgstr "დამხურველი სიმბოლო"
+
+#. wYR*
+#: twolinespage.ui
+#, fuzzy
+msgctxt ""
+"twolinespage.ui\n"
+"label52\n"
+"label\n"
+"string.text"
+msgid "Preview"
+msgstr "გადახედვა"
+
+#. ;Y8`
+#: twolinespage.ui
+#, fuzzy
+msgctxt ""
+"twolinespage.ui\n"
+"liststore1\n"
+"0\n"
+"stringlist.text"
+msgid "(None)"
+msgstr "(არცერთი)"
+
+#. =eLM
+#: twolinespage.ui
+msgctxt ""
+"twolinespage.ui\n"
+"liststore1\n"
+"1\n"
+"stringlist.text"
+msgid "("
+msgstr ""
+
+#. T4x(
+#: twolinespage.ui
+msgctxt ""
+"twolinespage.ui\n"
+"liststore1\n"
+"2\n"
+"stringlist.text"
+msgid "["
+msgstr ""
+
+#. ZMJ^
+#: twolinespage.ui
+msgctxt ""
+"twolinespage.ui\n"
+"liststore1\n"
+"3\n"
+"stringlist.text"
+msgid "<"
+msgstr ""
+
+#. .)fW
+#: twolinespage.ui
+msgctxt ""
+"twolinespage.ui\n"
+"liststore1\n"
+"4\n"
+"stringlist.text"
+msgid "{"
+msgstr ""
+
+#. 8{1%
+#: twolinespage.ui
+#, fuzzy
+msgctxt ""
+"twolinespage.ui\n"
+"liststore1\n"
+"5\n"
+"stringlist.text"
+msgid "Other Characters..."
+msgstr "სხვა სიმბოლოები..."
+
+#. IRms
+#: twolinespage.ui
+#, fuzzy
+msgctxt ""
+"twolinespage.ui\n"
+"liststore2\n"
+"0\n"
+"stringlist.text"
+msgid "(None)"
+msgstr "(არცერთი)"
+
+#. chCs
+#: twolinespage.ui
+msgctxt ""
+"twolinespage.ui\n"
+"liststore2\n"
+"1\n"
+"stringlist.text"
+msgid ")"
+msgstr ""
+
+#. EPeh
+#: twolinespage.ui
+msgctxt ""
+"twolinespage.ui\n"
+"liststore2\n"
+"2\n"
+"stringlist.text"
+msgid "]"
+msgstr ""
+
+#. Fy=F
+#: twolinespage.ui
+msgctxt ""
+"twolinespage.ui\n"
+"liststore2\n"
+"3\n"
+"stringlist.text"
+msgid ">"
+msgstr ""
+
+#. i(WD
+#: twolinespage.ui
+msgctxt ""
+"twolinespage.ui\n"
+"liststore2\n"
+"4\n"
+"stringlist.text"
+msgid "}"
+msgstr ""
+
+#. @{Yt
+#: twolinespage.ui
+#, fuzzy
+msgctxt ""
+"twolinespage.ui\n"
+"liststore2\n"
+"5\n"
+"stringlist.text"
+msgid "Other Characters..."
+msgstr "სხვა სიმბოლოები..."
+
+#. 0LTV
+#: scriptorganizer.ui
+msgctxt ""
+"scriptorganizer.ui\n"
+"ScriptOrganizerDialog\n"
+"title\n"
+"string.text"
+msgid "%MACROLANG Macros"
+msgstr ""
+
+#. 3NqI
+#: scriptorganizer.ui
+msgctxt ""
+"scriptorganizer.ui\n"
+"macrosft\n"
+"label\n"
+"string.text"
+msgid "Macros"
+msgstr "მარკოსები"
+
+#. Lo_D
+#: zoomdialog.ui
+msgctxt ""
+"zoomdialog.ui\n"
+"ZoomDialog\n"
+"title\n"
+"string.text"
+msgid "Zoom & View Layout"
+msgstr ""
+
+#. Q!;e
+#: zoomdialog.ui
+msgctxt ""
+"zoomdialog.ui\n"
+"optimal\n"
+"label\n"
+"string.text"
+msgid "Optimal"
+msgstr ""
+
+#. 9q=w
+#: zoomdialog.ui
+msgctxt ""
+"zoomdialog.ui\n"
+"fitwandh\n"
+"label\n"
+"string.text"
+msgid "Fit width and height"
+msgstr ""
+
+#. ]~JW
+#: zoomdialog.ui
+#, fuzzy
+msgctxt ""
+"zoomdialog.ui\n"
+"fitw\n"
+"label\n"
+"string.text"
+msgid "Fit width"
+msgstr "მოარგე ~სიგანე"
+
+#. _H?+
+#: zoomdialog.ui
+msgctxt ""
+"zoomdialog.ui\n"
+"100pc\n"
+"label\n"
+"string.text"
+msgid "100%"
+msgstr "100%"
+
+#. Xg#s
+#: zoomdialog.ui
+msgctxt ""
+"zoomdialog.ui\n"
+"variable\n"
+"label\n"
+"string.text"
+msgid "Variable"
+msgstr "ცვლადი"
+
+#. s\dE
+#: zoomdialog.ui
+msgctxt ""
+"zoomdialog.ui\n"
+"label2\n"
+"label\n"
+"string.text"
+msgid "Zoom factor"
+msgstr "მაშტაბირების ფაქტორი"
+
+#. fMR4
+#: zoomdialog.ui
+#, fuzzy
+msgctxt ""
+"zoomdialog.ui\n"
+"automatic\n"
+"label\n"
+"string.text"
+msgid "Automatic"
+msgstr "ავტომატური"
+
+#. k$e(
+#: zoomdialog.ui
+#, fuzzy
+msgctxt ""
+"zoomdialog.ui\n"
+"singlepage\n"
+"label\n"
+"string.text"
+msgid "Single page"
+msgstr "~ერთი გვერდი"
+
+#. )rgt
+#: zoomdialog.ui
+msgctxt ""
+"zoomdialog.ui\n"
+"columns\n"
+"label\n"
+"string.text"
+msgid "Columns"
+msgstr "სვეტები"
+
+#. @~{`
+#: zoomdialog.ui
+msgctxt ""
+"zoomdialog.ui\n"
+"bookmode\n"
+"label\n"
+"string.text"
+msgid "Book mode"
+msgstr ""
+
+#. l30c
+#: zoomdialog.ui
+msgctxt ""
+"zoomdialog.ui\n"
+"label1\n"
+"label\n"
+"string.text"
+msgid "View layout"
+msgstr ""
+
+#. ]e:q
+#: macroselectordialog.ui
+msgctxt ""
+"macroselectordialog.ui\n"
+"MacroSelectorDialog\n"
+"title\n"
+"string.text"
+msgid "Macro Selector"
+msgstr ""
+
+#. hM|8
+#: macroselectordialog.ui
+msgctxt ""
+"macroselectordialog.ui\n"
+"helpmacro\n"
+"label\n"
+"string.text"
+msgid "Select the library that contains the macro you want. Then select the macro under 'Macro name'."
+msgstr "მონიშნეთ ბიბლიოთეკა, რომელიც შეიცავს მაკროს რომელიც გჭირდებათ. შემდეგ მონიშნეთ მაკრო 'მაკროს სახელი'-ს ქვეშ."
+
+#. ^VMl
+#: macroselectordialog.ui
+msgctxt ""
+"macroselectordialog.ui\n"
+"helptoolbar\n"
+"label\n"
+"string.text"
+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 "ბრძანების ხელსაწყოთა ზოლზე დასამატებლად, ამოირჩიეთ კატეგორია და ბრძანება. შემდეგ გადაათრიეთ ბრძანება ბრძანებათა სიაში ხელსაწყოთა ზოლის ჩანართზე მორგების დიალოგში."
+
+#. l-*E
+#: macroselectordialog.ui
+msgctxt ""
+"macroselectordialog.ui\n"
+"libraryft\n"
+"label\n"
+"string.text"
+msgid "Library"
+msgstr "ბიბლიოთეკა"
+
+#. Xd;?
+#: macroselectordialog.ui
+msgctxt ""
+"macroselectordialog.ui\n"
+"categoryft\n"
+"label\n"
+"string.text"
+msgid "Category"
+msgstr "კატეგორია"
+
+#. (.AE
+#: macroselectordialog.ui
+msgctxt ""
+"macroselectordialog.ui\n"
+"macronameft\n"
+"label\n"
+"string.text"
+msgid "Macro name"
+msgstr "მაკროს სახელი"
+
+#. hft9
+#: macroselectordialog.ui
+msgctxt ""
+"macroselectordialog.ui\n"
+"commandsft\n"
+"label\n"
+"string.text"
+msgid "Commands"
+msgstr "ბრძანებები"
+
+#. P\TL
+#: macroselectordialog.ui
+msgctxt ""
+"macroselectordialog.ui\n"
+"label1\n"
+"label\n"
+"string.text"
+msgid "Description"
+msgstr "აღწერილობა"
+
+#. ONGJ
+#: thesaurus.ui
+msgctxt ""
+"thesaurus.ui\n"
+"ThesaurusDialog\n"
+"title\n"
+"string.text"
+msgid "Thesaurus"
+msgstr "თეზაურუსი"
+
+#. ijR5
+#: thesaurus.ui
+#, fuzzy
+msgctxt ""
+"thesaurus.ui\n"
+"replace\n"
+"label\n"
+"string.text"
+msgid "Replace"
+msgstr "ჩ~ანაცვლება"
+
+#. 8$!3
+#: thesaurus.ui
+msgctxt ""
+"thesaurus.ui\n"
+"label1\n"
+"label\n"
+"string.text"
+msgid "Current word"
+msgstr ""
+
+#. #AXW
+#: thesaurus.ui
+msgctxt ""
+"thesaurus.ui\n"
+"label2\n"
+"label\n"
+"string.text"
+msgid "Alternatives"
+msgstr ""
+
+#. Q+)g
+#: thesaurus.ui
+#, fuzzy
+msgctxt ""
+"thesaurus.ui\n"
+"label3\n"
+"label\n"
+"string.text"
+msgid "Replace with"
+msgstr "ჩა~ნაცვლება"
+
+#. q#i6
+#: thesaurus.ui
+msgctxt ""
+"thesaurus.ui\n"
+"alternatives\n"
+"label\n"
+"string.text"
+msgid "label"
+msgstr ""
+
+#. `7#G
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"fontcolorft\n"
+"label\n"
+"string.text"
+msgid "Font color"
+msgstr "შრიფტის ფერი"
+
+#. 5W_D
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"effectsft\n"
+"label\n"
+"string.text"
+msgid "Effects"
+msgstr "ეფექტები"
+
+#. iE1D
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"reliefft\n"
+"label\n"
+"string.text"
+msgid "Relief"
+msgstr "რელიეფი"
+
+#. dKiS
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"label46\n"
+"label\n"
+"string.text"
+msgid "Overlining"
+msgstr ""
+
+#. nB`/
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"label47\n"
+"label\n"
+"string.text"
+msgid "Strikethrough"
+msgstr ""
+
+#. VjM$
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"label48\n"
+"label\n"
+"string.text"
+msgid "Underlining"
+msgstr ""
+
+#. 6O?$
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"overlinecolorft\n"
+"label\n"
+"string.text"
+msgid "Overline color"
+msgstr ""
+
+#. aUBk
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"underlinecolorft\n"
+"label\n"
+"string.text"
+msgid "Underline Color"
+msgstr ""
+
+#. ;H;`
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"outlinecb\n"
+"label\n"
+"string.text"
+msgid "Outline"
+msgstr "სქემა"
+
+#. dhPb
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"shadowcb\n"
+"label\n"
+"string.text"
+msgid "Shadow"
+msgstr "ჩრდილი"
+
+#. X29q
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"blinkingcb\n"
+"label\n"
+"string.text"
+msgid "Blinking"
+msgstr "ციმციმი"
+
+#. Kwf+
+#: effectspage.ui
+#, fuzzy
+msgctxt ""
+"effectspage.ui\n"
+"hiddencb\n"
+"label\n"
+"string.text"
+msgid "Hidden"
+msgstr "და~მალული"
+
+#. ~\DY
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"individualwordscb\n"
+"label\n"
+"string.text"
+msgid "Individual words"
+msgstr "ცალკეული სიტყვები"
+
+#. Go^Z
+#: effectspage.ui
+#, fuzzy
+msgctxt ""
+"effectspage.ui\n"
+"positionft\n"
+"label\n"
+"string.text"
+msgid "Position"
+msgstr "მდებარეობა"
+
+#. v:D]
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"emphasisft\n"
+"label\n"
+"string.text"
+msgid "Emphasis mark"
+msgstr "გამოყოფილი ნიშანი"
+
+#. Mo4/
+#: effectspage.ui
+#, fuzzy
+msgctxt ""
+"effectspage.ui\n"
+"label42\n"
+"label\n"
+"string.text"
+msgid "Options"
+msgstr "პარამეტრები"
+
+#. 0@E?
+#: effectspage.ui
+#, fuzzy
+msgctxt ""
+"effectspage.ui\n"
+"label50\n"
+"label\n"
+"string.text"
+msgid "Preview"
+msgstr "გადახედვა"
+
+#. +fQ_
+#: effectspage.ui
+#, fuzzy
+msgctxt ""
+"effectspage.ui\n"
+"liststore1\n"
+"0\n"
+"stringlist.text"
+msgid "(Without)"
+msgstr "(გარეშე)"
+
+#. )1Tc
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"liststore1\n"
+"1\n"
+"stringlist.text"
+msgid "Capitals"
+msgstr "ასომთავრული ასოები"
+
+#. bPMC
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"liststore1\n"
+"2\n"
+"stringlist.text"
+msgid "Lowercase"
+msgstr "ქვედა რეგისტრი"
+
+#. #KbY
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"liststore1\n"
+"3\n"
+"stringlist.text"
+msgid "Title"
+msgstr "სათაური"
+
+#. 45Au
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"liststore1\n"
+"4\n"
+"stringlist.text"
+msgid "Small capitals"
+msgstr "მცირე ნუსხური"
+
+#. Fk%]
+#: effectspage.ui
+#, fuzzy
+msgctxt ""
+"effectspage.ui\n"
+"liststore2\n"
+"0\n"
+"stringlist.text"
+msgid "(Without)"
+msgstr "(გარეშე)"
+
+#. k/N[
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"liststore2\n"
+"1\n"
+"stringlist.text"
+msgid "Embossed"
+msgstr "რელიეფური"
+
+#. U}V)
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"liststore2\n"
+"2\n"
+"stringlist.text"
+msgid "Engraved"
+msgstr "გრავირებული"
+
+#. c.(\
+#: effectspage.ui
+#, fuzzy
+msgctxt ""
+"effectspage.ui\n"
+"liststore3\n"
+"0\n"
+"stringlist.text"
+msgid "(Without)"
+msgstr "(გარეშე)"
+
+#. M+l@
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"liststore3\n"
+"1\n"
+"stringlist.text"
+msgid "Dot"
+msgstr "წერტილი"
+
+#. +Q/}
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"liststore3\n"
+"2\n"
+"stringlist.text"
+msgid "Circle"
+msgstr "წრე"
+
+#. {3?|
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"liststore3\n"
+"3\n"
+"stringlist.text"
+msgid "Disc"
+msgstr "დისკო"
+
+#. wbE-
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"liststore3\n"
+"4\n"
+"stringlist.text"
+msgid "Accent"
+msgstr "აქცენტი"
+
+#. l)a}
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"liststore4\n"
+"0\n"
+"stringlist.text"
+msgid "Above text"
+msgstr "ტექსტის ზევით"
+
+#. G%TQ
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"liststore4\n"
+"1\n"
+"stringlist.text"
+msgid "Below text"
+msgstr "ტექსტის ქვევით"
+
+#. @8.a
+#: effectspage.ui
+#, fuzzy
+msgctxt ""
+"effectspage.ui\n"
+"liststore5\n"
+"0\n"
+"stringlist.text"
+msgid "(Without)"
+msgstr "(გარეშე)"
+
+#. hbpz
+#: effectspage.ui
+#, fuzzy
+msgctxt ""
+"effectspage.ui\n"
+"liststore5\n"
+"1\n"
+"stringlist.text"
+msgid "Single"
+msgstr "ცალი"
+
+#. VDcX
+#: effectspage.ui
+#, fuzzy
+msgctxt ""
+"effectspage.ui\n"
+"liststore5\n"
+"2\n"
+"stringlist.text"
+msgid "Double"
+msgstr "ორმაგი"
+
+#. T/+;
+#: effectspage.ui
+#, fuzzy
+msgctxt ""
+"effectspage.ui\n"
+"liststore5\n"
+"3\n"
+"stringlist.text"
+msgid "Bold"
+msgstr "მუქი"
+
+#. x8;w
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"liststore5\n"
+"4\n"
+"stringlist.text"
+msgid "With /"
+msgstr "სიგანე /"
+
+#. ?.Os
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"liststore5\n"
+"5\n"
+"stringlist.text"
+msgid "With X"
+msgstr "სიგანე X"
+
+#. z5Hc
+#: effectspage.ui
+#, fuzzy
+msgctxt ""
+"effectspage.ui\n"
+"liststore6\n"
+"0\n"
+"stringlist.text"
+msgid "(Without)"
+msgstr "(გარეშე)"
+
+#. 5Wt,
+#: effectspage.ui
+#, fuzzy
+msgctxt ""
+"effectspage.ui\n"
+"liststore6\n"
+"1\n"
+"stringlist.text"
+msgid "Single"
+msgstr "ცალი"
+
+#. N1$+
+#: effectspage.ui
+#, fuzzy
+msgctxt ""
+"effectspage.ui\n"
+"liststore6\n"
+"2\n"
+"stringlist.text"
+msgid "Double"
+msgstr "ორმაგი"
+
+#. ,XR1
+#: effectspage.ui
+#, fuzzy
+msgctxt ""
+"effectspage.ui\n"
+"liststore6\n"
+"3\n"
+"stringlist.text"
+msgid "Bold"
+msgstr "მუქი"
+
+#. LM@`
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"liststore6\n"
+"4\n"
+"stringlist.text"
+msgid "Dotted"
+msgstr "წერტილოვანი"
+
+#. o.wf
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"liststore6\n"
+"5\n"
+"stringlist.text"
+msgid "Dotted (Bold)"
+msgstr "წერტილოვანი (მუქი)"
+
+#. pR1M
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"liststore6\n"
+"6\n"
+"stringlist.text"
+msgid "Dash"
+msgstr "ტირე"
+
+#. i:6S
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"liststore6\n"
+"7\n"
+"stringlist.text"
+msgid "Dash (Bold)"
+msgstr "ტირე (მუქი)"
+
+#. ]l,[
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"liststore6\n"
+"8\n"
+"stringlist.text"
+msgid "Long Dash"
+msgstr "გრძელი ტირე"
+
+#. bGo_
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"liststore6\n"
+"9\n"
+"stringlist.text"
+msgid "Long Dash (Bold)"
+msgstr "გრძელი ტირე (მუქი)"
+
+#. 4uf2
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"liststore6\n"
+"10\n"
+"stringlist.text"
+msgid "Dot Dash"
+msgstr "წერტილ-ტირე"
+
+#. JN,A
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"liststore6\n"
+"11\n"
+"stringlist.text"
+msgid "Dot Dash (Bold)"
+msgstr "წერტილ-ტირე (მუქი)"
+
+#. [$g.
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"liststore6\n"
+"12\n"
+"stringlist.text"
+msgid "Dot Dot Dash"
+msgstr "წერტილ-წერტილ"
+
+#. cccV
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"liststore6\n"
+"13\n"
+"stringlist.text"
+msgid "Dot Dot Dash (Bold)"
+msgstr "წერტილ-წერტილ (მუქი)"
+
+#. FPu3
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"liststore6\n"
+"14\n"
+"stringlist.text"
+msgid "Wave"
+msgstr "ტალღა"
+
+#. h8:*
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"liststore6\n"
+"15\n"
+"stringlist.text"
+msgid "Wave (Bold)"
+msgstr "ტალღა (მუქი)"
+
+#. ME7o
+#: effectspage.ui
+msgctxt ""
+"effectspage.ui\n"
+"liststore6\n"
+"16\n"
+"stringlist.text"
+msgid "Double Wave"
+msgstr "ორმაგი ტალღა"
+
+#. @.{F
+#: insertrowcolumn.ui
+msgctxt ""
+"insertrowcolumn.ui\n"
+"InsertRowColumnDialog\n"
+"title\n"
+"string.text"
+msgid "Insert Row"
+msgstr "სტრიქონის ჩასმა"
+
+#. se3Q
+#: insertrowcolumn.ui
+#, fuzzy
+msgctxt ""
+"insertrowcolumn.ui\n"
+"label3\n"
+"label\n"
+"string.text"
+msgid "_Number"
+msgstr "რიცხვი"
+
+#. I_7r
+#: insertrowcolumn.ui
+msgctxt ""
+"insertrowcolumn.ui\n"
+"label1\n"
+"label\n"
+"string.text"
+msgid "Insert"
+msgstr "ჩასმა"
+
+#. +H}G
+#: insertrowcolumn.ui
+#, fuzzy
+msgctxt ""
+"insertrowcolumn.ui\n"
+"insert_before\n"
+"label\n"
+"string.text"
+msgid "_Before"
+msgstr "-მდე"
+
+#. maCG
+#: insertrowcolumn.ui
+#, fuzzy
+msgctxt ""
+"insertrowcolumn.ui\n"
+"insert_after\n"
+"label\n"
+"string.text"
+msgid "A_fter"
+msgstr "-შემდეგ"
+
+#. Z97Q
+#: insertrowcolumn.ui
+#, fuzzy
+msgctxt ""
+"insertrowcolumn.ui\n"
+"label2\n"
+"label\n"
+"string.text"
+msgid "Position"
+msgstr "მდებარეობა"
+
+#. K5U8
+#: hyphenate.ui
+msgctxt ""
+"hyphenate.ui\n"
+"HyphenateDialog\n"
+"title\n"
+"string.text"
+msgid "Hyphenation"
+msgstr "ჰიპერნაცია"
+
+#. byra
+#: hyphenate.ui
+msgctxt ""
+"hyphenate.ui\n"
+"hyphall\n"
+"label\n"
+"string.text"
+msgid "Hyphenate All"
+msgstr ""
+
+#. QJ{Y
+#: hyphenate.ui
+#, fuzzy
+msgctxt ""
+"hyphenate.ui\n"
+"label1\n"
+"label\n"
+"string.text"
+msgid "Word"
+msgstr "ს~იტყვა"
+
+#. PnrN
+#: hyphenate.ui
+msgctxt ""
+"hyphenate.ui\n"
+"ok\n"
+"label\n"
+"string.text"
+msgid "Hyphenate"
+msgstr ""
+
+#. :p?D
+#: hyphenate.ui
+msgctxt ""
+"hyphenate.ui\n"
+"continue\n"
+"label\n"
+"string.text"
+msgid "Skip"
+msgstr ""
+
+#. zGJ.
+#: charnamepage.ui
+msgctxt ""
+"charnamepage.ui\n"
+"westfontnameft-nocjk\n"
+"label\n"
+"string.text"
+msgid "Family "
+msgstr ""
+
+#. @^8,
+#: charnamepage.ui
+#, fuzzy
+msgctxt ""
+"charnamepage.ui\n"
+"weststyleft-nocjk\n"
+"label\n"
+"string.text"
+msgid "Style"
+msgstr "სტილი"
+
+#. cjw{
+#: charnamepage.ui
+#, fuzzy
+msgctxt ""
+"charnamepage.ui\n"
+"westsizeft-nocjk\n"
+"label\n"
+"string.text"
+msgid "Size"
+msgstr "ზომა"
+
+#. fz$6
+#: charnamepage.ui
+#, fuzzy
+msgctxt ""
+"charnamepage.ui\n"
+"westlangft-nocjk\n"
+"label\n"
+"string.text"
+msgid "Language"
+msgstr "ენა"
+
+#. _6aN
+#: charnamepage.ui
+#, fuzzy
+msgctxt ""
+"charnamepage.ui\n"
+"label21\n"
+"label\n"
+"string.text"
+msgid "Font"
+msgstr "შრიფტი"
+
+#. bkLe
+#: charnamepage.ui
+msgctxt ""
+"charnamepage.ui\n"
+"westfontnameft-cjk\n"
+"label\n"
+"string.text"
+msgid "Family "
+msgstr ""
+
+#. `Hcq
+#: charnamepage.ui
+#, fuzzy
+msgctxt ""
+"charnamepage.ui\n"
+"weststyleft-cjk\n"
+"label\n"
+"string.text"
+msgid "Style"
+msgstr "სტილი"
+
+#. tDAb
+#: charnamepage.ui
+#, fuzzy
+msgctxt ""
+"charnamepage.ui\n"
+"westsizeft-cjk\n"
+"label\n"
+"string.text"
+msgid "Size"
+msgstr "ზომა"
+
+#. cQ#i
+#: charnamepage.ui
+#, fuzzy
+msgctxt ""
+"charnamepage.ui\n"
+"westlangft-cjk\n"
+"label\n"
+"string.text"
+msgid "Language"
+msgstr "ენა"
+
+#. eI/w
+#: charnamepage.ui
+msgctxt ""
+"charnamepage.ui\n"
+"label4\n"
+"label\n"
+"string.text"
+msgid "Western text font"
+msgstr "დასვალური ტექსტის შრიფტი"
+
+#. f?%c
+#: charnamepage.ui
+msgctxt ""
+"charnamepage.ui\n"
+"eastfontnameft\n"
+"label\n"
+"string.text"
+msgid "Family "
+msgstr ""
+
+#. ![e0
+#: charnamepage.ui
+#, fuzzy
+msgctxt ""
+"charnamepage.ui\n"
+"eaststyleft\n"
+"label\n"
+"string.text"
+msgid "Style"
+msgstr "სტილი"
+
+#. [96A
+#: charnamepage.ui
+#, fuzzy
+msgctxt ""
+"charnamepage.ui\n"
+"eastsizeft\n"
+"label\n"
+"string.text"
+msgid "Size"
+msgstr "ზომა"
+
+#. `AqW
+#: charnamepage.ui
+#, fuzzy
+msgctxt ""
+"charnamepage.ui\n"
+"eastlangft\n"
+"label\n"
+"string.text"
+msgid "Language"
+msgstr "ენა"
+
+#. A%/9
+#: charnamepage.ui
+msgctxt ""
+"charnamepage.ui\n"
+"label5\n"
+"label\n"
+"string.text"
+msgid "Asian text font"
+msgstr "აზიური ტექსტის შრიფტი"
+
+#. nP!Z
+#: charnamepage.ui
+msgctxt ""
+"charnamepage.ui\n"
+"ctlfontnameft\n"
+"label\n"
+"string.text"
+msgid "Family "
+msgstr ""
+
+#. 9[0`
+#: charnamepage.ui
+#, fuzzy
+msgctxt ""
+"charnamepage.ui\n"
+"ctlstyleft\n"
+"label\n"
+"string.text"
+msgid "Style"
+msgstr "სტილი"
+
+#. efyW
+#: charnamepage.ui
+#, fuzzy
+msgctxt ""
+"charnamepage.ui\n"
+"ctlsizeft\n"
+"label\n"
+"string.text"
+msgid "Size"
+msgstr "ზომა"
+
+#. q[V0
+#: charnamepage.ui
+#, fuzzy
+msgctxt ""
+"charnamepage.ui\n"
+"ctllangft\n"
+"label\n"
+"string.text"
+msgid "Language"
+msgstr "ენა"
+
+#. DoEn
+#: charnamepage.ui
+msgctxt ""
+"charnamepage.ui\n"
+"label6\n"
+"label\n"
+"string.text"
+msgid "CTL font"
+msgstr "CTL შრიფტი"
+
+#. MZZM
+#: charnamepage.ui
+#, fuzzy
+msgctxt ""
+"charnamepage.ui\n"
+"label19\n"
+"label\n"
+"string.text"
+msgid "Preview"
+msgstr "გადახედვა"
+
+#. M2ds
+#: insertfloatingframe.ui
+msgctxt ""
+"insertfloatingframe.ui\n"
+"InsertFloatingFrameDialog\n"
+"title\n"
+"string.text"
+msgid "Floating Frame Properties"
+msgstr "მცურავი ჩარჩოს პარამეტრები"
+
+#. x_rI
+#: insertfloatingframe.ui
+msgctxt ""
+"insertfloatingframe.ui\n"
+"label6\n"
+"label\n"
+"string.text"
+msgid "Name"
+msgstr "სახელი"
+
+#. 9cbs
+#: insertfloatingframe.ui
+msgctxt ""
+"insertfloatingframe.ui\n"
+"label7\n"
+"label\n"
+"string.text"
+msgid "Contents"
+msgstr "შინაარსი"
+
+#. 1,k{
+#: insertfloatingframe.ui
+#, fuzzy
+msgctxt ""
+"insertfloatingframe.ui\n"
+"buttonbrowse\n"
+"label\n"
+"string.text"
+msgid "Browse..."
+msgstr "ძიება..."
+
+#. Fdl9
+#: insertfloatingframe.ui
+msgctxt ""
+"insertfloatingframe.ui\n"
+"scrollbaron\n"
+"label\n"
+"string.text"
+msgid "On"
+msgstr ""
+
+#. aMs|
+#: insertfloatingframe.ui
+#, fuzzy
+msgctxt ""
+"insertfloatingframe.ui\n"
+"scrollbaroff\n"
+"label\n"
+"string.text"
+msgid "Off"
+msgstr "გამორთუ~ლია"
+
+#. P,tS
+#: insertfloatingframe.ui
+#, fuzzy
+msgctxt ""
+"insertfloatingframe.ui\n"
+"scrollbarauto\n"
+"label\n"
+"string.text"
+msgid "Automatic"
+msgstr "ავტომატური"
+
+#. Va^(
+#: insertfloatingframe.ui
+#, fuzzy
+msgctxt ""
+"insertfloatingframe.ui\n"
+"label1\n"
+"label\n"
+"string.text"
+msgid "Scroll bar"
+msgstr "გადაადგილების ზოლები"
+
+#. Zd7=
+#: insertfloatingframe.ui
+msgctxt ""
+"insertfloatingframe.ui\n"
+"borderon\n"
+"label\n"
+"string.text"
+msgid "On"
+msgstr ""
+
+#. 6;Lm
+#: insertfloatingframe.ui
+#, fuzzy
+msgctxt ""
+"insertfloatingframe.ui\n"
+"borderoff\n"
+"label\n"
+"string.text"
+msgid "Off"
+msgstr "გამორთუ~ლია"
+
+#. TiIq
+#: insertfloatingframe.ui
+msgctxt ""
+"insertfloatingframe.ui\n"
+"label2\n"
+"label\n"
+"string.text"
+msgid "Border"
+msgstr "ჩარჩო"
+
+#. Neq]
+#: insertfloatingframe.ui
+msgctxt ""
+"insertfloatingframe.ui\n"
+"widthlabel\n"
+"label\n"
+"string.text"
+msgid "Width"
+msgstr "სიგანე"
+
+#. QVdm
+#: insertfloatingframe.ui
+msgctxt ""
+"insertfloatingframe.ui\n"
+"heightlabel\n"
+"label\n"
+"string.text"
+msgid "Height"
+msgstr "სიმაღლე"
+
+#. ^+2e
+#: insertfloatingframe.ui
+#, fuzzy
+msgctxt ""
+"insertfloatingframe.ui\n"
+"defaultwidth\n"
+"label\n"
+"string.text"
+msgid "Default"
+msgstr "ნაგულისხმები"
+
+#. r7lA
+#: insertfloatingframe.ui
+#, fuzzy
+msgctxt ""
+"insertfloatingframe.ui\n"
+"defaultheight\n"
+"label\n"
+"string.text"
+msgid "Default"
+msgstr "ნაგულისხმები"
+
+#. eJ[8
+#: insertfloatingframe.ui
+msgctxt ""
+"insertfloatingframe.ui\n"
+"label3\n"
+"label\n"
+"string.text"
+msgid "Spacing to contents"
+msgstr "დაშორება სარჩევში"
+
+#. 3;XK
+#: insertplugin.ui
+msgctxt ""
+"insertplugin.ui\n"
+"InsertPluginDialog\n"
+"title\n"
+"string.text"
+msgid "Insert Plug-in"
+msgstr "დანამატის ჩასმა"
+
+#. ]O7?
+#: insertplugin.ui
+#, fuzzy
+msgctxt ""
+"insertplugin.ui\n"
+"urlbtn\n"
+"label\n"
+"string.text"
+msgid "Browse..."
+msgstr "ძიება..."
+
+#. !+?B
+#: insertplugin.ui
+#, fuzzy
+msgctxt ""
+"insertplugin.ui\n"
+"label1\n"
+"label\n"
+"string.text"
+msgid "File/URL"
+msgstr "ფაილი / URL"
+
+#. ^)sT
+#: insertplugin.ui
+#, fuzzy
+msgctxt ""
+"insertplugin.ui\n"
+"label2\n"
+"label\n"
+"string.text"
+msgid "Options"
+msgstr "პარამეტრები"
+
+#. e^,=
+#: specialcharacters.ui
+msgctxt ""
+"specialcharacters.ui\n"
+"SpecialCharactersDialog\n"
+"title\n"
+"string.text"
+msgid "Special Characters"
+msgstr "სპეციალური სიმბოლოები"
+
+#. (EUz
+#: specialcharacters.ui
+#, fuzzy
+msgctxt ""
+"specialcharacters.ui\n"
+"fontft\n"
+"label\n"
+"string.text"
+msgid "Font"
+msgstr "შრიფტი"
+
+#. UkPh
+#: specialcharacters.ui
+msgctxt ""
+"specialcharacters.ui\n"
+"subsetft\n"
+"label\n"
+"string.text"
+msgid "Subset"
+msgstr "ქვეწყობა"
+
+#. ?@d/
+#: specialcharacters.ui
+msgctxt ""
+"specialcharacters.ui\n"
+"charcodeft\n"
+"label\n"
+"string.text"
+msgid "U+0020(32)"
+msgstr ""
+
+#. b4V[
+#: specialcharacters.ui
+msgctxt ""
+"specialcharacters.ui\n"
+"symboltext\n"
+"label\n"
+"string.text"
+msgid "Characters:"
+msgstr "ასოები:"
diff --git a/source/ka/dbaccess/source/core/resource.po b/source/ka/dbaccess/source/core/resource.po
index f7db1a921de..b7b919b88cc 100644
--- a/source/ka/dbaccess/source/core/resource.po
+++ b/source/ka/dbaccess/source/core/resource.po
@@ -1,9 +1,9 @@
-#. extracted from dbaccess/source/core/resource.oo
+#. extracted from dbaccess/source/core/resource
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fcore%2Fresource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-11 23:18+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,50 +12,105 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: strings.src#RID_STR_TRIED_OPEN_TABLE.string.text
+#. /lSI
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_TRIED_OPEN_TABLE\n"
+"string.text"
msgid "Tried to open the table $name$."
msgstr "$name$ ცხრილის გახსნის მცდელობა."
-#: strings.src#RID_STR_CONNECTION_INVALID.string.text
+#. tr!y
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_CONNECTION_INVALID\n"
+"string.text"
msgid "No connection could be established."
msgstr "კავშირი არ მყარდება."
-#: strings.src#RID_STR_TABLE_IS_FILTERED.string.text
+#. E/=,
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_TABLE_IS_FILTERED\n"
+"string.text"
msgid "The table $name$ already exists. It is not visible because it has been filtered out."
msgstr "ჩარჩო $name$ უკვე არსებობს.ხილული არ არის რადგან გაიფილტრა."
-#: strings.src#RID_STR_NEED_CONFIG_WRITE_ACCESS.string.text
+#. p,*w
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NEED_CONFIG_WRITE_ACCESS\n"
+"string.text"
msgid "You have no write access to the configuration data the object is based on."
msgstr "ობიექტის კონპიგურაციის მონაცემებში არ გაქვთ ჩაწერის უფლება."
-#: strings.src#RID_STR_COULDNOTCONNECT_UNSPECIFIED.string.text
+#. Jr@6
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_COULDNOTCONNECT_UNSPECIFIED\n"
+"string.text"
msgid "The connection to the external data source could not be established. An unknown error occurred. The driver is probably defective."
msgstr "კავშირი გარე მონაცემთა საწყისთან არ არის დამყარებული. ადგილი ჰქონდა უცნობ შეცდომას,ალბათ დრაივერია წყობიდან გამოსული."
-#: strings.src#RID_STR_COULDNOTCONNECT_NODRIVER.string.text
+#. f,gU
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_COULDNOTCONNECT_NODRIVER\n"
+"string.text"
msgid "The connection to the external data source could not be established. No SDBC driver was found for the given URL."
msgstr "კავშირი გარე მონაცემთა საწყისთან არ არის დამყარებული.მოცემული მისამართისთვის SDBC დრაივერი არ არის ნაპოვნი."
-#: strings.src#RID_STR_COULDNOTLOAD_MANAGER.string.text
+#. %rB^
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_COULDNOTLOAD_MANAGER\n"
+"string.text"
msgid "The connection to the external data source could not be established. The SDBC driver manager could not be loaded."
msgstr "კავშირი გარე მონაცემთა საწყისთან არ არის დამყარებული. SDBC დრაივერი არ არის ჩატვირთული."
-#: strings.src#RID_STR_FORM.string.text
+#. C0.?
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_FORM\n"
+"string.text"
msgid "Form"
msgstr "ფორმა"
-#: strings.src#RID_STR_REPORT.string.text
+#. 8u\$
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_REPORT\n"
+"string.text"
msgid "Report"
msgstr "ანგარიში"
-#: strings.src#RID_STR_DATASOURCE_NOT_STORED.string.text
+#. ILO.
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_DATASOURCE_NOT_STORED\n"
+"string.text"
msgid "The data source was not saved. Please use the interface XStorable to save the data source."
msgstr "მონაცემთა დასაჭყისი არ არის შენახული. გამოიყენე XStorable ინტერფეისი, მონაცემტა დასაცყისის შესანახად."
-#: strings.src#RID_STR_ONLY_QUERY.string.text
+#. B3.M
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_ONLY_QUERY\n"
+"string.text"
msgid ""
"The given command is not a SELECT statement.\n"
"Only queries are allowed."
@@ -63,119 +118,264 @@ msgstr ""
"მოცემული ბრძანება არ არის SELECT დებულება.\n"
"დასაშვებია მხოლოდ მოთხოვნები."
-#: strings.src#RID_STR_NO_VALUE_CHANGED.string.text
+#. gkPZ
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NO_VALUE_CHANGED\n"
+"string.text"
msgid "No values were modified."
msgstr "მნიშვნელობები არ შეცვლილა."
-#: strings.src#RID_STR_NO_XROWUPDATE.string.text
+#. 10Eg
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NO_XROWUPDATE\n"
+"string.text"
msgid "Values could not be inserted. The XRowUpdate interface is not supported by ResultSet."
msgstr "მნიშვნელობის ჩამატება შეუძლებელია,XResultSetUpdate ინტერფეისი არ არი ნებადართული ResultSet-ის მიერ."
-#: strings.src#RID_STR_NO_XRESULTSETUPDATE.string.text
+#. =V{\
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NO_XRESULTSETUPDATE\n"
+"string.text"
msgid "Values could not be inserted. The XResultSetUpdate interface is not supported by ResultSet."
msgstr "მნიშვნელობის ჩამატება შეუძლებელია, XResultSetUpdate ინტერფეისი არ არის ნებადართული ResultSet მიერ."
-#: strings.src#RID_STR_NO_UPDATE_MISSING_CONDITION.string.text
+#. J+0E
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NO_UPDATE_MISSING_CONDITION\n"
+"string.text"
msgid "Values could not be modified, due to a missing condition statement."
msgstr "მნიშვნელობის შეცვლა შეუძლებელია კონდიციური სტრიქონის არარსებობის გამო."
-#: strings.src#RID_STR_NO_COLUMN_ADD.string.text
+#. dJMS
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NO_COLUMN_ADD\n"
+"string.text"
msgid "The adding of columns is not supported."
msgstr "სვეტების დამატება არ არის მხარდაჭერილი."
-#: strings.src#RID_STR_NO_COLUMN_DROP.string.text
+#. `dr(
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NO_COLUMN_DROP\n"
+"string.text"
msgid "The dropping of columns is not supported."
msgstr "ჩამოშლილი სვეტი არ არის მხარდაჭერილი."
-#: strings.src#RID_STR_NO_CONDITION_FOR_PK.string.text
+#. !\c+
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NO_CONDITION_FOR_PK\n"
+"string.text"
msgid "The WHERE condition could not be created for the primary key."
msgstr "ძირითადი გასაღებისთვის WHERE პირობა ვერ შეიქმნა"
-#: strings.src#RID_STR_COLUMN_UNKNOWN_PROP.string.text
+#. DmYo
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_COLUMN_UNKNOWN_PROP\n"
+"string.text"
msgid "The column does not support the property '%value'."
msgstr "ამ სვეტს არ გააჩნია თვისების %value' მხარდაჭერა."
-#: strings.src#RID_STR_COLUMN_NOT_SEARCHABLE.string.text
+#. hROM
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_COLUMN_NOT_SEARCHABLE\n"
+"string.text"
msgid "The column is not searchable!"
msgstr "ეს სვეტი არ არის ძებნადი!"
-#: strings.src#RID_STR_NOT_SEQUENCE_INT8.string.text
+#. T^=x
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NOT_SEQUENCE_INT8\n"
+"string.text"
msgid "The value of the columns is not of the type Sequence<sal_Int8>."
msgstr "სვეტების თანმიმდევრობა არ არის აკრეფილი ტანმიმდევრობით<sal_Int8>"
-#: strings.src#RID_STR_COLUMN_NOT_VALID.string.text
+#. dmJ^
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_COLUMN_NOT_VALID\n"
+"string.text"
msgid "The column is not valid."
msgstr "ეს სვეტი არ არის მართებული."
-#: strings.src#RID_STR_COLUMN_MUST_VISIBLE.string.text
+#. GKQn
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_COLUMN_MUST_VISIBLE\n"
+"string.text"
msgid "The column '%name' must be visible as a column."
msgstr "სვეტის %name' სვეტივიტ ხილული უნა იყოს."
-#: strings.src#RID_STR_NO_XQUERIESSUPPLIER.string.text
+#. ChFg
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NO_XQUERIESSUPPLIER\n"
+"string.text"
msgid "The interface XQueriesSupplier is not available."
msgstr "XQueries supplier ინტერფასი არ არის ხელმისაწვდომი."
-#: strings.src#RID_STR_NOT_SUPPORTED_BY_DRIVER.string.text
+#. `Vl,
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NOT_SUPPORTED_BY_DRIVER\n"
+"string.text"
msgid "The driver does not support this function."
msgstr "ამ ფუნქციას არ აქვს დრაივერის მხარდაჭერა."
-#: strings.src#RID_STR_NO_ABS_ZERO.string.text
+#. b9mq
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NO_ABS_ZERO\n"
+"string.text"
msgid "An 'absolute(0)' call is not allowed."
msgstr "'absolute(0)' გამოძახება არ არის ნებადართული."
-#: strings.src#RID_STR_NO_RELATIVE.string.text
+#. #7.J
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NO_RELATIVE\n"
+"string.text"
msgid "Relative positioning is not allowed in this state."
msgstr "შესაბამისი მდებარეობა არ არის ნებაართული ამ მდგომარეობაში."
-#: strings.src#RID_STR_NO_REFESH_AFTERLAST.string.text
+#. J~{Z
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NO_REFESH_AFTERLAST\n"
+"string.text"
msgid "A row cannot be refreshed when the ResultSet is positioned after the last row."
msgstr "ახალი სტრიქონი ვერ განახლდება როდესაც ResultSet ბოლო სტრიქონის შემდეგ."
-#: strings.src#RID_STR_NO_MOVETOINSERTROW_CALLED.string.text
+#. b1[?
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NO_MOVETOINSERTROW_CALLED\n"
+"string.text"
msgid "A new row cannot be inserted when the ResultSet is not first moved to the insert row."
msgstr "ახალი სტრიქონი ვერ ჩაემატება როდესაც ResultSet პირველი არ არის ჩასმის სტრიქონში."
-#: strings.src#RID_STR_NO_UPDATEROW.string.text
+#. w:c%
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NO_UPDATEROW\n"
+"string.text"
msgid "A row cannot be modified in this state"
msgstr "ამ მდგომარეობაში სტრიქონმის შეცვლა შეუძლებელია"
-#: strings.src#RID_STR_NO_DELETEROW.string.text
+#. 2.*I
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NO_DELETEROW\n"
+"string.text"
msgid "A row cannot be deleted in this state."
msgstr "სტრიქონი არ შეიდზლება ამ მდგომარეობასში წაიშალოს."
-#: strings.src#RID_STR_NO_TABLE_RENAME.string.text
+#. E(eo
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NO_TABLE_RENAME\n"
+"string.text"
msgid "The driver does not support table renaming."
msgstr "დრაივერს ცხრილის სახელის შეცვლის მხარდჭერის ფუნქცია არააქვს."
-#: strings.src#RID_STR_NO_ALTER_COLUMN_DEF.string.text
+#. s7Q2
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NO_ALTER_COLUMN_DEF\n"
+"string.text"
msgid "The driver does not support the modification of column descriptions."
msgstr "დრაივერს სვეტის მოდიფიკაციის მხარდაჭერის ფუნქცია არააქვს."
-#: strings.src#RID_STR_COLUMN_ALTER_BY_NAME.string.text
+#. #kM]
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_COLUMN_ALTER_BY_NAME\n"
+"string.text"
msgid "The driver does not support the modification of column descriptions by changing the name."
msgstr "დრაივერს სვეტის სახლის შეცვლის მხარდაჭერა არააქვს."
-#: strings.src#RID_STR_COLUMN_ALTER_BY_INDEX.string.text
+#. UDA3
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_COLUMN_ALTER_BY_INDEX\n"
+"string.text"
msgid "The driver does not support the modification of column descriptions by changing the index."
msgstr "დრაივერს სვეტის ინდექსის შეცვლის მხარდაჭერა არ გააჩნია."
-#: strings.src#RID_STR_FILE_DOES_NOT_EXIST.string.text
+#. dSi`
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_FILE_DOES_NOT_EXIST\n"
+"string.text"
msgid "The file \"$file$\" does not exist."
msgstr "\"$file$\" ფაილი არ არსებობს."
-#: strings.src#RID_STR_TABLE_DOES_NOT_EXIST.string.text
+#. fMB5
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_TABLE_DOES_NOT_EXIST\n"
+"string.text"
msgid "There exists no table named \"$table$\"."
msgstr "ცხრილი სახელად \"$table$\" არ არსებობს."
-#: strings.src#RID_STR_QUERY_DOES_NOT_EXIST.string.text
+#. x6hr
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_QUERY_DOES_NOT_EXIST\n"
+"string.text"
msgid "There exists no query named \"$table$\"."
msgstr "ცხრილი სახელად \"$table$\" არ არსებობს."
-#: strings.src#RID_STR_CONFLICTING_NAMES.string.text
+#. 6*vj
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_CONFLICTING_NAMES\n"
+"string.text"
msgid "There are tables in the database whose names conflict with the names of existing queries. To make full use of all queries and tables, make sure they have distinct names."
msgstr "აქ არის ცხრილები მონაცემთა ბაზაში, რომელთა სახელები კონფლიკტშია არსებულ მოთხოვნასთან. გამოყენებითი რომ გახდეს მოთხოვნები და ცხრილები, დარწმუნდით რომ მათ მკაფიო სახელები გააჩნია."
-#: strings.src#RID_STR_COMMAND_LEADING_TO_ERROR.string.text
+#. +2_)
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_COMMAND_LEADING_TO_ERROR\n"
+"string.text"
msgid ""
"The SQL command leading to this error is:\n"
"\n"
@@ -185,119 +385,260 @@ msgstr ""
"\n"
"$command$"
-#: strings.src#RID_STR_STATEMENT_WITHOUT_RESULT_SET.string.text
+#. sLLi
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_STATEMENT_WITHOUT_RESULT_SET\n"
+"string.text"
msgid "The SQL command does not describe a result set."
msgstr ""
-#: strings.src#RID_STR_NAME_MUST_NOT_BE_EMPTY.string.text
+#. 1um:
+#: strings.src
+#, fuzzy
+msgctxt ""
+"strings.src\n"
+"RID_STR_NAME_MUST_NOT_BE_EMPTY\n"
+"string.text"
msgid "The name must not be empty."
-msgstr ""
-
-#: strings.src#RID_STR_NO_NULL_OBJECTS_IN_CONTAINER.string.text
+msgstr "სერვერი არ შეიძლება იყოს ცარიელი."
+
+#. aW[i
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NO_NULL_OBJECTS_IN_CONTAINER\n"
+"string.text"
msgid "The container cannot contain NULL objects."
msgstr ""
-#: strings.src#RID_STR_NAME_ALREADY_USED.string.text
+#. aG.\
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NAME_ALREADY_USED\n"
+"string.text"
msgid "There already is an object with the given name."
msgstr ""
-#: strings.src#RID_STR_OBJECT_CONTAINER_MISMATCH.string.text
+#. WVfc
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_OBJECT_CONTAINER_MISMATCH\n"
+"string.text"
msgid "This object cannot be part of this container."
msgstr ""
-#: strings.src#RID_STR_OBJECT_ALREADY_CONTAINED.string.text
+#. $n`c
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_OBJECT_ALREADY_CONTAINED\n"
+"string.text"
msgid "The object already is, with a different name, part of the container."
msgstr ""
-#: strings.src#RID_STR_NAME_NOT_FOUND.string.text
+#. L^Ws
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NAME_NOT_FOUND\n"
+"string.text"
msgid "Unable to find the document '$name$'."
msgstr ""
-#: strings.src#RID_STR_ERROR_WHILE_SAVING.string.text
+#. UTT6
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_ERROR_WHILE_SAVING\n"
+"string.text"
msgid ""
"Could not save the document to $location$:\n"
"$message$"
msgstr ""
-#: strings.src#RID_NO_SUCH_DATA_SOURCE.string.text
+#. WcZo
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_NO_SUCH_DATA_SOURCE\n"
+"string.text"
msgid ""
"Error accessing data source '$name$':\n"
"$error$"
msgstr ""
-#: strings.src#RID_STR_NO_SUB_FOLDER.string.text
+#. c/c)
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NO_SUB_FOLDER\n"
+"string.text"
msgid "There exists no folder named \"$folder$\"."
msgstr "ცხრილი სახელად \"$table$\" არ არსებობს."
-#: strings.src#RID_STR_NO_DELETE_BEFORE_AFTER.string.text
+#. p6+_
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NO_DELETE_BEFORE_AFTER\n"
+"string.text"
msgid "Cannot delete the before-first or after-last row."
msgstr ""
-#: strings.src#RID_STR_NO_DELETE_INSERT_ROW.string.text
+#. 3S;+
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NO_DELETE_INSERT_ROW\n"
+"string.text"
msgid "Cannot delete the insert-row."
msgstr ""
-#: strings.src#RID_STR_RESULT_IS_READONLY.string.text
+#. ncD}
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_RESULT_IS_READONLY\n"
+"string.text"
msgid "Result set is read only."
msgstr ""
-#: strings.src#RID_STR_NO_DELETE_PRIVILEGE.string.text
+#. {d*:
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NO_DELETE_PRIVILEGE\n"
+"string.text"
msgid "DELETE privilege not available."
msgstr ""
-#: strings.src#RID_STR_ROW_ALREADY_DELETED.string.text
+#. AaXP
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_ROW_ALREADY_DELETED\n"
+"string.text"
msgid "Current row is already deleted."
msgstr ""
-#: strings.src#RID_STR_UPDATE_FAILED.string.text
+#. T}{9
+#: strings.src
#, fuzzy
+msgctxt ""
+"strings.src\n"
+"RID_STR_UPDATE_FAILED\n"
+"string.text"
msgid "Current row could not be updated."
msgstr "მონაცემთა შიგთავსი ვერ განახლდება"
-#: strings.src#RID_STR_NO_INSERT_PRIVILEGE.string.text
+#. p--J
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NO_INSERT_PRIVILEGE\n"
+"string.text"
msgid "INSERT privilege not available."
msgstr ""
-#: strings.src#RID_STR_INTERNAL_ERROR.string.text
+#. IbfB
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_INTERNAL_ERROR\n"
+"string.text"
msgid "Internal error: no statement object provided by the database driver."
msgstr ""
-#: strings.src#RID_STR_EXPRESSION1.string.text
+#. YpbE
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_EXPRESSION1\n"
+"string.text"
msgid "Expression1"
msgstr ""
-#: strings.src#RID_STR_NO_SQL_COMMAND.string.text
+#. ~6oS
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NO_SQL_COMMAND\n"
+"string.text"
msgid "No SQL command was provided."
msgstr ""
-#: strings.src#RID_STR_INVALID_INDEX.string.text
+#. ,*fj
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_INVALID_INDEX\n"
+"string.text"
msgid "Invalid column index."
msgstr ""
-#: strings.src#RID_STR_INVALID_CURSOR_STATE.string.text
+#. */,\
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_INVALID_CURSOR_STATE\n"
+"string.text"
msgid "Invalid cursor state."
msgstr ""
-#: strings.src#RID_STR_CURSOR_BEFORE_OR_AFTER.string.text
+#. xfeZ
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_CURSOR_BEFORE_OR_AFTER\n"
+"string.text"
msgid "The cursor points to before the first or after the last row."
msgstr ""
-#: strings.src#RID_STR_NO_BOOKMARK_BEFORE_OR_AFTER.string.text
+#. /|WO
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NO_BOOKMARK_BEFORE_OR_AFTER\n"
+"string.text"
msgid "The rows before the first and after the last row don't have a bookmark."
msgstr ""
-#: strings.src#RID_STR_NO_BOOKMARK_DELETED.string.text
+#. nl.%
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NO_BOOKMARK_DELETED\n"
+"string.text"
msgid "The current row is deleted, and thus doesn't have a bookmark."
msgstr ""
-#: strings.src#RID_STR_NO_EMBEDDING.string.text
+#. st[S
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NO_EMBEDDING\n"
+"string.text"
msgid "Embedding of database documents is not supported."
msgstr ""
-#: strings.src#RID_STR_CONNECTION_REQUEST.string.text
+#. D257
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_CONNECTION_REQUEST\n"
+"string.text"
msgid "A connection for the following URL was requested \"$name$\"."
msgstr ""
-#: strings.src#RID_STR_MISSING_EXTENSION.string.text
+#. UZxP
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_MISSING_EXTENSION\n"
+"string.text"
msgid "The extension is not installed."
msgstr ""
diff --git a/source/ka/dbaccess/source/ext/macromigration.po b/source/ka/dbaccess/source/ext/macromigration.po
index 624144d8d7c..ab8edac9967 100644
--- a/source/ka/dbaccess/source/ext/macromigration.po
+++ b/source/ka/dbaccess/source/ext/macromigration.po
@@ -1,9 +1,9 @@
-#. extracted from dbaccess/source/ext/macromigration.oo
+#. extracted from dbaccess/source/ext/macromigration
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fext%2Fmacromigration.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,35 +12,76 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: macromigration.src#DLG_MACRO_MIGRATION.STR_STATE_CLOSE_SUB_DOCS.string.text
+#. /*XT
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"DLG_MACRO_MIGRATION\n"
+"STR_STATE_CLOSE_SUB_DOCS\n"
+"string.text"
msgid "Prepare"
msgstr ""
-#: macromigration.src#DLG_MACRO_MIGRATION.STR_STATE_BACKUP_DBDOC.string.text
+#. ;GCY
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"DLG_MACRO_MIGRATION\n"
+"STR_STATE_BACKUP_DBDOC\n"
+"string.text"
msgid "Backup Document"
msgstr ""
-#: macromigration.src#DLG_MACRO_MIGRATION.STR_STATE_MIGRATE.string.text
+#. wO:K
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"DLG_MACRO_MIGRATION\n"
+"STR_STATE_MIGRATE\n"
+"string.text"
msgid "Migrate"
msgstr ""
-#: macromigration.src#DLG_MACRO_MIGRATION.STR_STATE_SUMMARY.string.text
-msgctxt "macromigration.src#DLG_MACRO_MIGRATION.STR_STATE_SUMMARY.string.text"
+#. x3s]
+#: macromigration.src
+#, fuzzy
+msgctxt ""
+"macromigration.src\n"
+"DLG_MACRO_MIGRATION\n"
+"STR_STATE_SUMMARY\n"
+"string.text"
msgid "Summary"
-msgstr ""
-
-#: macromigration.src#DLG_MACRO_MIGRATION.modaldialog.text
+msgstr "მოკლე შინაარსი"
+
+#. O8E~
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"DLG_MACRO_MIGRATION\n"
+"modaldialog.text"
msgid "Database Document Macro Migration"
msgstr ""
-#: macromigration.src#TP_PREPARE.FT_HEADER.fixedtext.text
+#. URJi
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"TP_PREPARE\n"
+"FT_HEADER\n"
+"fixedtext.text"
msgid "Welcome to the Database Macro Migration Wizard"
msgstr ""
-#: macromigration.src#TP_PREPARE.FT_INTRODUCTION.fixedtext.text
+#. rNob
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"TP_PREPARE\n"
+"FT_INTRODUCTION\n"
+"fixedtext.text"
msgid ""
"This wizard will guide you through the task of migrating your macros.\n"
"\n"
@@ -51,155 +92,360 @@ msgid ""
"Before the migration can start, all forms, reports, queries and tables belonging to the document must be closed. Press 'Next' to do so."
msgstr ""
-#: macromigration.src#TP_PREPARE.FT_CLOSE_DOC_ERROR.fixedtext.text
+#. [*kI
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"TP_PREPARE\n"
+"FT_CLOSE_DOC_ERROR\n"
+"fixedtext.text"
msgid "Not all objects could be closed. Please close them manually, and re-start the wizard."
msgstr ""
-#: macromigration.src#TP_SAVE_DBDOC_AS.FT_HEADER.fixedtext.text
+#. ys;s
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"TP_SAVE_DBDOC_AS\n"
+"FT_HEADER\n"
+"fixedtext.text"
msgid "Backup your Document"
msgstr ""
-#: macromigration.src#TP_SAVE_DBDOC_AS.FT_EXPLANATION.fixedtext.text
+#. l.o/
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"TP_SAVE_DBDOC_AS\n"
+"FT_EXPLANATION\n"
+"fixedtext.text"
msgid "To allow you to go back to the state before the migration, the database document will be backed up to a location of your choice. Every change done by the wizard will be made to the original document, the backup will stay untouched."
msgstr ""
-#: macromigration.src#TP_SAVE_DBDOC_AS.FT_SAVE_AS_LABEL.fixedtext.text
+#. /T7e
+#: macromigration.src
+#, fuzzy
+msgctxt ""
+"macromigration.src\n"
+"TP_SAVE_DBDOC_AS\n"
+"FT_SAVE_AS_LABEL\n"
+"fixedtext.text"
msgid "Save To:"
-msgstr ""
-
-#: macromigration.src#TP_SAVE_DBDOC_AS.PB_BROWSE_SAVE_AS_LOCATION.pushbutton.text
+msgstr "შენახვა:"
+
+#. k[Sg
+#: macromigration.src
+#, fuzzy
+msgctxt ""
+"macromigration.src\n"
+"TP_SAVE_DBDOC_AS\n"
+"PB_BROWSE_SAVE_AS_LOCATION\n"
+"pushbutton.text"
msgid "Browse ..."
-msgstr ""
-
-#: macromigration.src#TP_SAVE_DBDOC_AS.FT_START_MIGRATION.fixedtext.text
+msgstr "ძიება..."
+
+#. sT2J
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"TP_SAVE_DBDOC_AS\n"
+"FT_START_MIGRATION\n"
+"fixedtext.text"
msgid "Press 'Next' to save a copy of your document, and to begin the migration."
msgstr ""
-#: macromigration.src#TP_MIGRATE.FT_HEADER.fixedtext.text
+#. BCGi
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"TP_MIGRATE\n"
+"FT_HEADER\n"
+"fixedtext.text"
msgid "Migration Progress"
msgstr ""
-#: macromigration.src#TP_MIGRATE.FT_OBJECT_COUNT.fixedtext.text
+#. g[FI
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"TP_MIGRATE\n"
+"FT_OBJECT_COUNT\n"
+"fixedtext.text"
msgid "The database document contains $forms$ form(s) and $reports$ report(s), which are currently being processed:"
msgstr ""
-#: macromigration.src#TP_MIGRATE.FT_CURRENT_OBJECT_LABEL.fixedtext.text
+#. Tp]j
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"TP_MIGRATE\n"
+"FT_CURRENT_OBJECT_LABEL\n"
+"fixedtext.text"
msgid "Current object:"
msgstr ""
-#: macromigration.src#TP_MIGRATE.FT_CURRENT_PROGRESS_LABEL.fixedtext.text
+#. P5HM
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"TP_MIGRATE\n"
+"FT_CURRENT_PROGRESS_LABEL\n"
+"fixedtext.text"
msgid "Current progress:"
msgstr ""
-#: macromigration.src#TP_MIGRATE.FT_ALL_PROGRESS_LABEL.fixedtext.text
+#. zf(u
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"TP_MIGRATE\n"
+"FT_ALL_PROGRESS_LABEL\n"
+"fixedtext.text"
msgid "Overall progress:"
msgstr ""
-#: macromigration.src#TP_MIGRATE.FT_OBJECT_COUNT_PROGRESS.fixedtext.text
-msgctxt "macromigration.src#TP_MIGRATE.FT_OBJECT_COUNT_PROGRESS.fixedtext.text"
+#. =+\*
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"TP_MIGRATE\n"
+"FT_OBJECT_COUNT_PROGRESS\n"
+"fixedtext.text"
msgid "document $current$ of $overall$"
msgstr ""
-#: macromigration.src#TP_MIGRATE.FT_MIGRATION_DONE.fixedtext.text
+#. OWE0
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"TP_MIGRATE\n"
+"FT_MIGRATION_DONE\n"
+"fixedtext.text"
msgid "All forms and reports have been successfully processed. Press 'Next' to show a detailed summary."
msgstr ""
-#: macromigration.src#TP_SUMMARY.FT_HEADER.fixedtext.text
-msgctxt "macromigration.src#TP_SUMMARY.FT_HEADER.fixedtext.text"
+#. IGos
+#: macromigration.src
+#, fuzzy
+msgctxt ""
+"macromigration.src\n"
+"TP_SUMMARY\n"
+"FT_HEADER\n"
+"fixedtext.text"
msgid "Summary"
-msgstr ""
-
-#: macromigration.src#TP_SUMMARY.STR_SUCCESSFUL.string.text
+msgstr "მოკლე შინაარსი"
+
+#. f%B9
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"TP_SUMMARY\n"
+"STR_SUCCESSFUL\n"
+"string.text"
msgid "The migration was successful. Below is a log of the actions which have been taken to your document."
msgstr ""
-#: macromigration.src#TP_SUMMARY.STR_UNSUCCESSFUL.string.text
+#. UOYO
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"TP_SUMMARY\n"
+"STR_UNSUCCESSFUL\n"
+"string.text"
msgid "The migration was not successful. Examine the migration log below for details."
msgstr ""
#. This refers to a form document inside a database document.
-#: macromigration.src#STR_FORM.string.text
+#. ,!c1
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"STR_FORM\n"
+"string.text"
msgid "Form '$name$'"
msgstr ""
#. This refers to a report document inside a database document.
-#: macromigration.src#STR_REPORT.string.text
+#. _dZ#
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"STR_REPORT\n"
+"string.text"
msgid "Report '$name$'"
msgstr ""
-#: macromigration.src#STR_OVERALL_PROGRESS.string.text
-msgctxt "macromigration.src#STR_OVERALL_PROGRESS.string.text"
+#. adV]
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"STR_OVERALL_PROGRESS\n"
+"string.text"
msgid "document $current$ of $overall$"
msgstr ""
-#: macromigration.src#STR_DATABASE_DOCUMENT.string.text
+#. dS]Q
+#: macromigration.src
+#, fuzzy
+msgctxt ""
+"macromigration.src\n"
+"STR_DATABASE_DOCUMENT\n"
+"string.text"
msgid "Database Document"
-msgstr ""
-
-#: macromigration.src#STR_SAVED_COPY_TO.string.text
+msgstr "მონაცემთა ბაზის დოკუმენტები"
+
+#. x,#Z
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"STR_SAVED_COPY_TO\n"
+"string.text"
msgid "saved copy to $location$"
msgstr ""
-#: macromigration.src#STR_MOVED_LIBRARY.string.text
+#. ONwp
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"STR_MOVED_LIBRARY\n"
+"string.text"
msgid "migrated $type$ library '$old$' to '$new$'"
msgstr ""
-#: macromigration.src#STR_LIBRARY_TYPE_AND_NAME.string.text
+#. (x0u
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"STR_LIBRARY_TYPE_AND_NAME\n"
+"string.text"
msgid "$type$ library '$library$'"
msgstr ""
-#: macromigration.src#STR_MIGRATING_LIBS.string.text
+#. ro*Q
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"STR_MIGRATING_LIBS\n"
+"string.text"
msgid "migrating libraries ..."
msgstr ""
-#: macromigration.src#STR_OOO_BASIC.string.text
+#. MH9T
+#: macromigration.src
+#, fuzzy
+msgctxt ""
+"macromigration.src\n"
+"STR_OOO_BASIC\n"
+"string.text"
msgid "%PRODUCTNAME Basic"
-msgstr ""
-
-#: macromigration.src#STR_JAVA_SCRIPT.string.text
+msgstr "%PRODUCTNAME ნახაზი"
+
+#. L95~
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"STR_JAVA_SCRIPT\n"
+"string.text"
msgid "JavaScript"
msgstr ""
-#: macromigration.src#STR_BEAN_SHELL.string.text
+#. K_(k
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"STR_BEAN_SHELL\n"
+"string.text"
msgid "BeanShell"
msgstr ""
-#: macromigration.src#STR_JAVA.string.text
+#. z5Zc
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"STR_JAVA\n"
+"string.text"
msgid "Java"
msgstr "ჯავა"
-#: macromigration.src#STR_PYTHON.string.text
+#. g~Jm
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"STR_PYTHON\n"
+"string.text"
msgid "Python"
msgstr ""
-#: macromigration.src#STR_DIALOG.string.text
+#. JK8L
+#: macromigration.src
+#, fuzzy
+msgctxt ""
+"macromigration.src\n"
+"STR_DIALOG\n"
+"string.text"
msgid "dialog"
-msgstr ""
-
-#: macromigration.src#STR_ERRORS.string.text
+msgstr "დიალოგი"
+
+#. {huM
+#: macromigration.src
+#, fuzzy
+msgctxt ""
+"macromigration.src\n"
+"STR_ERRORS\n"
+"string.text"
msgid "Error(s)"
-msgstr ""
-
-#: macromigration.src#STR_WARNINGS.string.text
+msgstr "შეცდომები"
+
+#. lP[k
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"STR_WARNINGS\n"
+"string.text"
msgid "Warnings"
msgstr ""
-#: macromigration.src#STR_EXCEPTION.string.text
+#. RJnt
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"STR_EXCEPTION\n"
+"string.text"
msgid "caught exception:"
msgstr ""
-#: macromigration.src#ERR_INVALID_BACKUP_LOCATION.errorbox.text
+#. JmHf
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"ERR_INVALID_BACKUP_LOCATION\n"
+"errorbox.text"
msgid "You need to choose a backup location other than the document location itself."
msgstr ""
-#: macromigration.src#STR_INVALID_NUMBER_ARGS.string.text
+#. `o=?
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"STR_INVALID_NUMBER_ARGS\n"
+"string.text"
msgid "Invalid number of initialization arguments. Expected 1."
msgstr ""
-#: macromigration.src#STR_NO_DATABASE.string.text
+#. Q7eK
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"STR_NO_DATABASE\n"
+"string.text"
msgid "No database document found in the initialization arguments."
msgstr ""
-#: macromigration.src#STR_NOT_READONLY.string.text
+#. SZ+3
+#: macromigration.src
+msgctxt ""
+"macromigration.src\n"
+"STR_NOT_READONLY\n"
+"string.text"
msgid "Not applicable to read-only documents."
msgstr ""
diff --git a/source/ka/dbaccess/source/sdbtools/resource.po b/source/ka/dbaccess/source/sdbtools/resource.po
index 9b2937edf99..6fd31780c8f 100644
--- a/source/ka/dbaccess/source/sdbtools/resource.po
+++ b/source/ka/dbaccess/source/sdbtools/resource.po
@@ -1,9 +1,9 @@
-#. extracted from dbaccess/source/sdbtools/resource.oo
+#. extracted from dbaccess/source/sdbtools/resource
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fsdbtools%2Fresource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,33 +12,68 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: sdbt_strings.src#STR_QUERY_AND_TABLE_DISTINCT_NAMES.string.text
+#. 4W,4
+#: sdbt_strings.src
+msgctxt ""
+"sdbt_strings.src\n"
+"STR_QUERY_AND_TABLE_DISTINCT_NAMES\n"
+"string.text"
msgid "You cannot give a table and a query the same name. Please use a name which is not yet used by a query or table."
msgstr "თქვენ არ შეგიძლიათ ცხრილისთვის და მოთხოვნისთვის ერთი და იმავე სახელის დარქმევა. გთხოვთ გამოიყენოთ სახელი რომელიც მოთხოვნისთვის ან ცხრილისთვის ჯერ არ დაგირქმევიათ."
-#: sdbt_strings.src#STR_BASENAME_TABLE.string.text
+#. gyh%
+#: sdbt_strings.src
+msgctxt ""
+"sdbt_strings.src\n"
+"STR_BASENAME_TABLE\n"
+"string.text"
msgid "Table"
msgstr "ცხრილი"
-#: sdbt_strings.src#STR_BASENAME_QUERY.string.text
+#. /LI:
+#: sdbt_strings.src
+msgctxt ""
+"sdbt_strings.src\n"
+"STR_BASENAME_QUERY\n"
+"string.text"
msgid "Query"
msgstr "მოთხოვნა"
-#: sdbt_strings.src#STR_CONN_WITHOUT_QUERIES_OR_TABLES.string.text
+#. 7qKO
+#: sdbt_strings.src
+msgctxt ""
+"sdbt_strings.src\n"
+"STR_CONN_WITHOUT_QUERIES_OR_TABLES\n"
+"string.text"
msgid "The given connection is no valid query and/or tables supplier."
msgstr ""
-#: sdbt_strings.src#STR_NO_TABLE_OBJECT.string.text
+#. mGK#
+#: sdbt_strings.src
+msgctxt ""
+"sdbt_strings.src\n"
+"STR_NO_TABLE_OBJECT\n"
+"string.text"
msgid "The given object is no table object."
msgstr ""
-#: sdbt_strings.src#STR_INVALID_COMPOSITION_TYPE.string.text
+#. LIUa
+#: sdbt_strings.src
+msgctxt ""
+"sdbt_strings.src\n"
+"STR_INVALID_COMPOSITION_TYPE\n"
+"string.text"
msgid "Invalid composition type - need a value from com.sun.star.sdb.tools.CompositionType."
msgstr ""
-#: sdbt_strings.src#STR_INVALID_COMMAND_TYPE.string.text
+#. _8X^
+#: sdbt_strings.src
+msgctxt ""
+"sdbt_strings.src\n"
+"STR_INVALID_COMMAND_TYPE\n"
+"string.text"
msgid "Invalid command type - only TABLE and QUERY from com.sun.star.sdb.CommandType are allowed."
msgstr ""
diff --git a/source/ka/dbaccess/source/ui/app.po b/source/ka/dbaccess/source/ui/app.po
index ef804e858cc..388315b0574 100644
--- a/source/ka/dbaccess/source/ui/app.po
+++ b/source/ka/dbaccess/source/ui/app.po
@@ -1,9 +1,9 @@
-#. extracted from dbaccess/source/ui/app.oo
+#. extracted from dbaccess/source/ui/app
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fui%2Fapp.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,209 +12,472 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: app.src#RID_STR_NEW_FORM.string.text
+#. M8+u
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_STR_NEW_FORM\n"
+"string.text"
msgid "Create Form in Design View..."
msgstr "ფორმის შექმნა დიზაინის ხედში..."
-#: app.src#RID_STR_NEW_FORM_AUTO.string.text
+#. 5}mf
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_STR_NEW_FORM_AUTO\n"
+"string.text"
msgid "Use Wizard to Create Form..."
msgstr "ფორმის შესაქმნელად ოსტატის გამოყენება..."
-#: app.src#RID_STR_NEW_REPORT_AUTO.string.text
+#. ^I:2
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_STR_NEW_REPORT_AUTO\n"
+"string.text"
msgid "Use Wizard to Create Report..."
msgstr "ანგარიშის შესაქმნელად ოსტატის გამოყენება..."
-#: app.src#RID_STR_NEW_REPORT.string.text
+#. 5%!)
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_STR_NEW_REPORT\n"
+"string.text"
msgid "Create Report in Design View..."
msgstr "ფორმის შექმნა დიზაინის ხედში..."
-#: app.src#RID_STR_NEW_QUERY.string.text
+#. QMc.
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_STR_NEW_QUERY\n"
+"string.text"
msgid "Create Query in Design View..."
msgstr "მოთხოვნის შექმნა დიზაინის ხედში..."
-#: app.src#RID_STR_NEW_QUERY_SQL.string.text
+#. wQLG
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_STR_NEW_QUERY_SQL\n"
+"string.text"
msgid "Create Query in SQL View..."
msgstr "მოთხოვნის შექმნა SQL-ის ხედში..."
-#: app.src#RID_STR_NEW_QUERY_AUTO.string.text
+#. 0j=5
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_STR_NEW_QUERY_AUTO\n"
+"string.text"
msgid "Use Wizard to Create Query..."
msgstr "ოსტატის გამოყენება მოთხოვნის შესაქმნელად..."
-#: app.src#RID_STR_NEW_TABLE.string.text
+#. c+m^
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_STR_NEW_TABLE\n"
+"string.text"
msgid "Create Table in Design View..."
msgstr "ცხრილის შექმნა დიზაინის ხედში..."
-#: app.src#RID_STR_NEW_TABLE_AUTO.string.text
+#. 8_x!
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_STR_NEW_TABLE_AUTO\n"
+"string.text"
msgid "Use Wizard to Create Table..."
msgstr "ცხრილის შესაქმნელად ოსტატის გამოყენება"
-#: app.src#RID_STR_NEW_VIEW.string.text
+#. U-|Y
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_STR_NEW_VIEW\n"
+"string.text"
msgid "Create View..."
msgstr "ხედის შექმნა..."
-#: app.src#RID_STR_FORMS_CONTAINER.string.text
+#. 52Z[
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_STR_FORMS_CONTAINER\n"
+"string.text"
msgid "Forms"
msgstr "ფორმები"
-#: app.src#RID_STR_REPORTS_CONTAINER.string.text
+#. il@k
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_STR_REPORTS_CONTAINER\n"
+"string.text"
msgid "Reports"
msgstr "ანგარიშები"
-#: app.src#RID_MENU_APP_NEW.SID_APP_NEW_FORM.menuitem.text
+#. gSSQ
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_MENU_APP_NEW\n"
+"SID_APP_NEW_FORM\n"
+"menuitem.text"
msgid "Form..."
msgstr "ფორმა..."
-#: app.src#RID_MENU_APP_NEW.SID_APP_NEW_REPORT.menuitem.text
-msgctxt "app.src#RID_MENU_APP_NEW.SID_APP_NEW_REPORT.menuitem.text"
+#. #,}Q
+#: app.src
+#, fuzzy
+msgctxt ""
+"app.src\n"
+"RID_MENU_APP_NEW\n"
+"SID_APP_NEW_REPORT\n"
+"menuitem.text"
msgid "Report..."
-msgstr ""
-
-#: app.src#RID_MENU_APP_NEW.SID_DB_NEW_VIEW_SQL.menuitem.text
+msgstr "ექსპორტი..."
+
+#. ]kPd
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_MENU_APP_NEW\n"
+"SID_DB_NEW_VIEW_SQL\n"
+"menuitem.text"
msgid "View (Simple)..."
msgstr "ხედი (მარტივი)..."
-#: app.src#RID_MENU_APP_EDIT.SID_DB_APP_PASTE_SPECIAL.menuitem.text
+#. =nyK
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_MENU_APP_EDIT\n"
+"SID_DB_APP_PASTE_SPECIAL\n"
+"menuitem.text"
msgid "Paste Special..."
msgstr "სპეციალური ჩასმა..."
-#: app.src#RID_MENU_APP_EDIT.SID_DB_APP_DELETE.menuitem.text
+#. qc.B
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_MENU_APP_EDIT\n"
+"SID_DB_APP_DELETE\n"
+"menuitem.text"
msgid "Delete"
msgstr "წაშლა"
-#: app.src#RID_MENU_APP_EDIT.SID_DB_APP_RENAME.menuitem.text
+#. TJf$
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_MENU_APP_EDIT\n"
+"SID_DB_APP_RENAME\n"
+"menuitem.text"
msgid "Rename"
msgstr "გადარქმევა"
-#: app.src#RID_MENU_APP_EDIT.SID_DB_APP_EDIT.menuitem.text
+#. M[`t
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_MENU_APP_EDIT\n"
+"SID_DB_APP_EDIT\n"
+"menuitem.text"
msgid "Edit"
msgstr "რედაქტირება"
-#: app.src#RID_MENU_APP_EDIT.SID_DB_APP_EDIT_SQL_VIEW.menuitem.text
+#. Dxkr
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_MENU_APP_EDIT\n"
+"SID_DB_APP_EDIT_SQL_VIEW\n"
+"menuitem.text"
msgid "Edit in SQL View..."
msgstr ""
-#: app.src#RID_MENU_APP_EDIT.SID_DB_APP_OPEN.menuitem.text
+#. O)+e
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_MENU_APP_EDIT\n"
+"SID_DB_APP_OPEN\n"
+"menuitem.text"
msgid "Open"
msgstr "გახსნა"
-#: app.src#RID_MENU_APP_EDIT.SID_DB_APP_CONVERTTOVIEW.menuitem.text
+#. p;88
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_MENU_APP_EDIT\n"
+"SID_DB_APP_CONVERTTOVIEW\n"
+"menuitem.text"
msgid "Create as View"
msgstr "შექმნა როგორც ხედი"
-#: app.src#RID_MENU_APP_EDIT.SID_FORM_CREATE_REPWIZ_PRE_SEL.menuitem.text
+#. Ci\=
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_MENU_APP_EDIT\n"
+"SID_FORM_CREATE_REPWIZ_PRE_SEL\n"
+"menuitem.text"
msgid "Form Wizard..."
msgstr "ფორმის ოსტატი..."
-#: app.src#RID_MENU_APP_EDIT.SID_APP_NEW_REPORT_PRE_SEL.menuitem.text
-msgctxt "app.src#RID_MENU_APP_EDIT.SID_APP_NEW_REPORT_PRE_SEL.menuitem.text"
+#. 5qX\
+#: app.src
+#, fuzzy
+msgctxt ""
+"app.src\n"
+"RID_MENU_APP_EDIT\n"
+"SID_APP_NEW_REPORT_PRE_SEL\n"
+"menuitem.text"
msgid "Report..."
-msgstr ""
-
-#: app.src#RID_MENU_APP_EDIT.SID_REPORT_CREATE_REPWIZ_PRE_SEL.menuitem.text
+msgstr "ექსპორტი..."
+
+#. iu:i
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_MENU_APP_EDIT\n"
+"SID_REPORT_CREATE_REPWIZ_PRE_SEL\n"
+"menuitem.text"
msgid "Report Wizard..."
msgstr "ანგარიშის ოსტატი..."
-#: app.src#RID_MENU_APP_EDIT.SID_SELECTALL.menuitem.text
+#. 0Q3,
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_MENU_APP_EDIT\n"
+"SID_SELECTALL\n"
+"menuitem.text"
msgid "Select All"
msgstr "ყველას არჩევა"
-#: app.src#RID_MENU_APP_EDIT.MN_PROPS.SID_DB_APP_DSPROPS.menuitem.text
+#. #W3E
+#: app.src
#, fuzzy
+msgctxt ""
+"app.src\n"
+"RID_MENU_APP_EDIT.MN_PROPS\n"
+"SID_DB_APP_DSPROPS\n"
+"menuitem.text"
msgid "Properties..."
msgstr "თვისებები"
-#: app.src#RID_MENU_APP_EDIT.MN_PROPS.SID_DB_APP_DSCONNECTION_TYPE.menuitem.text
+#. l*B:
+#: app.src
#, fuzzy
+msgctxt ""
+"app.src\n"
+"RID_MENU_APP_EDIT.MN_PROPS\n"
+"SID_DB_APP_DSCONNECTION_TYPE\n"
+"menuitem.text"
msgid "Connection Type..."
msgstr "კავშირის ტიპი"
-#: app.src#RID_MENU_APP_EDIT.MN_PROPS.SID_DB_APP_DSADVANCED_SETTINGS.menuitem.text
+#. 1Avo
+#: app.src
#, fuzzy
+msgctxt ""
+"app.src\n"
+"RID_MENU_APP_EDIT.MN_PROPS\n"
+"SID_DB_APP_DSADVANCED_SETTINGS\n"
+"menuitem.text"
msgid "Advanced Settings..."
msgstr "დამატებითი პარამეტრები"
-#: app.src#RID_MENU_APP_EDIT.MN_PROPS.menuitem.text
+#. i3v)
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_MENU_APP_EDIT\n"
+"MN_PROPS\n"
+"menuitem.text"
msgid "~Database"
msgstr "~მონაცემთა ბაზა"
-#: app.src#STR_QUERY_DELETE_DATASOURCE.string.text
+#. /bmi
+#: app.src
+msgctxt ""
+"app.src\n"
+"STR_QUERY_DELETE_DATASOURCE\n"
+"string.text"
msgid "Do you want to delete the data source '%1'?"
msgstr "გსურთ წაშალოთ მონაცემთა წყარო '%1'?"
-#: app.src#STR_APP_TITLE.string.text
+#. #e4D
+#: app.src
+msgctxt ""
+"app.src\n"
+"STR_APP_TITLE\n"
+"string.text"
msgid " - %PRODUCTNAME Base"
msgstr " - %PRODUCTNAME ბაზა"
-#: app.src#RID_STR_REPORTS_HELP_TEXT_WIZARD.string.text
+#. Y@N!
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_STR_REPORTS_HELP_TEXT_WIZARD\n"
+"string.text"
msgid "The wizard will guide you through the steps necessary to create a report."
msgstr "ოსტატი გაგიძღვებათ ანგარიშის შექმნისთვის საჭირო ნაბიჯებში."
-#: app.src#RID_STR_FORMS_HELP_TEXT.string.text
+#. R:%2
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_STR_FORMS_HELP_TEXT\n"
+"string.text"
msgid "Create a form by specifying the record source, controls, and control properties."
msgstr "ფორმის შექმნდა ჩანაწერის წყაროს, კონტროლების და კონტროლის პარამეტრების მითითებით."
-#: app.src#RID_STR_REPORT_HELP_TEXT.string.text
+#. /eW?
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_STR_REPORT_HELP_TEXT\n"
+"string.text"
msgid "Create a report by specifying the record source, controls, and control properties."
msgstr "ფორმის შექმნდა ჩანაწერის წყაროს, კონტროლების და კონტროლის პარამეტრების მითითებით."
-#: app.src#RID_STR_FORMS_HELP_TEXT_WIZARD.string.text
+#. /#er
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_STR_FORMS_HELP_TEXT_WIZARD\n"
+"string.text"
msgid "The wizard will guide you through the steps necessary to create a form."
msgstr "ოსტატი გაგიძღვებათ ფორმის შექმნისთვის საჭირო ნაბიჯებში."
-#: app.src#RID_STR_QUERIES_HELP_TEXT.string.text
+#. #+2[
+#: app.src
#, fuzzy
+msgctxt ""
+"app.src\n"
+"RID_STR_QUERIES_HELP_TEXT\n"
+"string.text"
msgid "Create a query by specifying the filters, input tables, field names, and properties for sorting or grouping."
msgstr "მოთხოვნის შექმნა ფილტრების, შეტანის ცხრილების, ველის სახელების და დაჯგუფების და დახარისხების თვისებების მითითება"
-#: app.src#RID_STR_QUERIES_HELP_TEXT_SQL.string.text
+#. `P.h
+#: app.src
#, fuzzy
+msgctxt ""
+"app.src\n"
+"RID_STR_QUERIES_HELP_TEXT_SQL\n"
+"string.text"
msgid "Create a query entering an SQL statement directly."
msgstr "მოთხოვნის შექმნდა SQL დებულების პირდაპირ შეყვანით."
-#: app.src#RID_STR_QUERIES_HELP_TEXT_WIZARD.string.text
+#. x`M;
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_STR_QUERIES_HELP_TEXT_WIZARD\n"
+"string.text"
msgid "The wizard will guide you through the steps necessary to create a query."
msgstr "ოსტატი გაგიძღვებათ მოთხოვნის შექმნისთვის საჭირო ნაბიჯებში."
-#: app.src#RID_STR_TABLES_HELP_TEXT_DESIGN.string.text
+#. muUk
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_STR_TABLES_HELP_TEXT_DESIGN\n"
+"string.text"
msgid "Create a table by specifying the field names and properties, as well as the data types."
msgstr "ცხრილის შექმნდა ველის სახელების და თვისებების, აგრეთვე მონაცემთა ტიპების მითითებით."
-#: app.src#RID_STR_TABLES_HELP_TEXT_WIZARD.string.text
+#. ,A)/
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_STR_TABLES_HELP_TEXT_WIZARD\n"
+"string.text"
msgid "Choose from a selection of business and personal table samples, which you customize to create a table."
msgstr "ამოირჩიეთ საქმიანი და პერონალური ცხრილების ნიმუშების სიიდან, რომელსაც ცხრილის შექმნისთვის მოარგებთ."
-#: app.src#RID_STR_VIEWS_HELP_TEXT_DESIGN.string.text
+#. 1}hB
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_STR_VIEWS_HELP_TEXT_DESIGN\n"
+"string.text"
msgid "Create a view by specifying the tables and field names you would like to have visible."
msgstr "ხედის შექმნდა ცხრილების და ველთა სახელების მითითება, რომელთა გამოჩენაც გსურთ."
-#: app.src#RID_STR_VIEWS_HELP_TEXT_WIZARD.string.text
+#. uecI
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_STR_VIEWS_HELP_TEXT_WIZARD\n"
+"string.text"
msgid "Opens the view wizard"
msgstr "ხსნის ხედის ოსტატს"
-#: app.src#STR_DATABASE.string.text
+#. 8!I9
+#: app.src
+msgctxt ""
+"app.src\n"
+"STR_DATABASE\n"
+"string.text"
msgid "Database"
msgstr "მონაცემთა ბაზა"
-#: app.src#STR_TASKS.string.text
+#. +oK?
+#: app.src
+msgctxt ""
+"app.src\n"
+"STR_TASKS\n"
+"string.text"
msgid "Tasks"
msgstr "დავალებები"
-#: app.src#STR_DESCRIPTION.string.text
+#. ]#8r
+#: app.src
+msgctxt ""
+"app.src\n"
+"STR_DESCRIPTION\n"
+"string.text"
msgid "Description"
msgstr "აღწერილობა"
-#: app.src#STR_PREVIEW.string.text
+#. QP~x
+#: app.src
+msgctxt ""
+"app.src\n"
+"STR_PREVIEW\n"
+"string.text"
msgid "Preview"
msgstr "გადახედვა"
-#: app.src#STR_DISABLEPREVIEW.string.text
+#. 4Q8\
+#: app.src
+msgctxt ""
+"app.src\n"
+"STR_DISABLEPREVIEW\n"
+"string.text"
msgid "Disable Preview"
msgstr "გადახედვის გათიშვა"
-#: app.src#APP_SAVEMODIFIED.querybox.text
+#. IV?f
+#: app.src
+msgctxt ""
+"app.src\n"
+"APP_SAVEMODIFIED\n"
+"querybox.text"
msgid ""
"The database has been modified.\n"
"Do you want to save the changes?"
@@ -222,7 +485,12 @@ msgstr ""
"მონაცემთა ბაზა შეიცვალა.\n"
"გსურთ ცვლილებათა შენახვა?"
-#: app.src#APP_CLOSEDOCUMENTS.querybox.text
+#. E6t=
+#: app.src
+msgctxt ""
+"app.src\n"
+"APP_CLOSEDOCUMENTS\n"
+"querybox.text"
msgid ""
"The connection type has been altered.\n"
"For the changes to take effect, all forms, reports, queries and tables must be closed.\n"
@@ -234,43 +502,96 @@ msgstr ""
"\n"
"გსურთ ყველა დოკუმენტის დახურვა?"
-#: app.src#RID_MENU_APP_PREVIEW.SID_DB_APP_DISABLE_PREVIEW.menuitem.text
+#. -xWK
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_MENU_APP_PREVIEW\n"
+"SID_DB_APP_DISABLE_PREVIEW\n"
+"menuitem.text"
msgid "None"
msgstr "არცერთი"
-#: app.src#RID_MENU_APP_PREVIEW.SID_DB_APP_VIEW_DOCINFO_PREVIEW.menuitem.text
+#. r.2f
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_MENU_APP_PREVIEW\n"
+"SID_DB_APP_VIEW_DOCINFO_PREVIEW\n"
+"menuitem.text"
msgid "Document Information"
msgstr "დოკუმენტის ინფორმაცია"
-#: app.src#RID_MENU_APP_PREVIEW.SID_DB_APP_VIEW_DOC_PREVIEW.menuitem.text
+#. 8rn:
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_MENU_APP_PREVIEW\n"
+"SID_DB_APP_VIEW_DOC_PREVIEW\n"
+"menuitem.text"
msgid "Document"
msgstr "დოკუმენტი"
-#: app.src#RID_STR_FORM.string.text
+#. \5_4
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_STR_FORM\n"
+"string.text"
msgid "Form"
msgstr "ფორმა"
-#: app.src#RID_STR_REPORT.string.text
+#. Bc1t
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_STR_REPORT\n"
+"string.text"
msgid "Report"
msgstr "ანგარიში"
-#: app.src#STR_FRM_LABEL.string.text
+#. .j2e
+#: app.src
+msgctxt ""
+"app.src\n"
+"STR_FRM_LABEL\n"
+"string.text"
msgid "F~orm name"
msgstr "~ფორმის სახელი"
-#: app.src#STR_RPT_LABEL.string.text
+#. ,lje
+#: app.src
+msgctxt ""
+"app.src\n"
+"STR_RPT_LABEL\n"
+"string.text"
msgid "~Report name"
msgstr "~ანგარიშის სახელი"
-#: app.src#STR_FOLDER_LABEL.string.text
+#. g:.c
+#: app.src
+msgctxt ""
+"app.src\n"
+"STR_FOLDER_LABEL\n"
+"string.text"
msgid "F~older name"
msgstr "~დირექტორიის სახელი"
-#: app.src#STR_SUB_DOCS_WITH_SCRIPTS.string.text
+#. LM}N
+#: app.src
+msgctxt ""
+"app.src\n"
+"STR_SUB_DOCS_WITH_SCRIPTS\n"
+"string.text"
msgid "The document contains forms or reports with embedded macros."
msgstr ""
-#: app.src#STR_SUB_DOCS_WITH_SCRIPTS_DETAIL.string.text
+#. *a0E
+#: app.src
+msgctxt ""
+"app.src\n"
+"STR_SUB_DOCS_WITH_SCRIPTS_DETAIL\n"
+"string.text"
msgid ""
"Macros should be embedded into the database document itself.\n"
"\n"
@@ -279,14 +600,29 @@ msgid ""
"Note that you won't be able to embed macros into the database document itself until this migration is done. "
msgstr ""
-#: app.src#RID_STR_EMBEDDED_DATABASE.string.text
+#. IG;w
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_STR_EMBEDDED_DATABASE\n"
+"string.text"
msgid "Embedded database"
msgstr ""
-#: app.src#RID_STR_NO_DIFF_CAT.string.text
+#. 9PgD
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_STR_NO_DIFF_CAT\n"
+"string.text"
msgid "You cannot select different categories."
msgstr ""
-#: app.src#RID_STR_UNSUPPORTED_OBJECT_TYPE.string.text
+#. !1~2
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_STR_UNSUPPORTED_OBJECT_TYPE\n"
+"string.text"
msgid "Unsupported object type found ($type$)."
msgstr ""
diff --git a/source/ka/dbaccess/source/ui/browser.po b/source/ka/dbaccess/source/ui/browser.po
index 10680fb46d6..a345cab311e 100644
--- a/source/ka/dbaccess/source/ui/browser.po
+++ b/source/ka/dbaccess/source/ui/browser.po
@@ -1,9 +1,9 @@
-#. extracted from dbaccess/source/ui/browser.oo
+#. extracted from dbaccess/source/ui/browser
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fui%2Fbrowser.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,72 +12,146 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: bcommon.src#RID_STR_TBL_TITLE.string.text
-msgctxt "bcommon.src#RID_STR_TBL_TITLE.string.text"
-msgid "Table #"
-msgstr "ცხრილი #"
-
-#: sbagrid.src#RID_SBA_GRID_COLCTXMENU.ID_BROWSER_COLATTRSET.menuitem.text
+#. Yg61
+#: sbagrid.src
+msgctxt ""
+"sbagrid.src\n"
+"RID_SBA_GRID_COLCTXMENU\n"
+"ID_BROWSER_COLATTRSET\n"
+"menuitem.text"
msgid "Column ~Format..."
msgstr "სვეტის ~ფორმატი"
-#: sbagrid.src#RID_SBA_GRID_COLCTXMENU.ID_BROWSER_COLUMNINFO.menuitem.text
+#. S*3^
+#: sbagrid.src
+msgctxt ""
+"sbagrid.src\n"
+"RID_SBA_GRID_COLCTXMENU\n"
+"ID_BROWSER_COLUMNINFO\n"
+"menuitem.text"
msgid "Copy Column D~escription"
msgstr "სვეტის ~აღწერილობის კოპირება"
-#: sbagrid.src#RID_SBA_GRID_ROWCTXMENU.ID_BROWSER_TABLEATTR.menuitem.text
+#. OrWW
+#: sbagrid.src
+msgctxt ""
+"sbagrid.src\n"
+"RID_SBA_GRID_ROWCTXMENU\n"
+"ID_BROWSER_TABLEATTR\n"
+"menuitem.text"
msgid "Table Format..."
msgstr "ცხრილის ფორმატი..."
-#: sbagrid.src#RID_SBA_GRID_ROWCTXMENU.ID_BROWSER_ROWHEIGHT.menuitem.text
+#. _*Kp
+#: sbagrid.src
+msgctxt ""
+"sbagrid.src\n"
+"RID_SBA_GRID_ROWCTXMENU\n"
+"ID_BROWSER_ROWHEIGHT\n"
+"menuitem.text"
msgid "Row Height..."
msgstr "რიგის სიმაღლე..."
-#: sbagrid.src#RID_STR_UNDO_MODIFY_RECORD.string.text
+#. tU(+
+#: sbagrid.src
+msgctxt ""
+"sbagrid.src\n"
+"RID_STR_UNDO_MODIFY_RECORD\n"
+"string.text"
msgid "Undo: Data Input"
msgstr "უკუსვლა: მონაცემების შენატანი"
-#: sbagrid.src#RID_STR_SAVE_CURRENT_RECORD.string.text
+#. -/O(
+#: sbagrid.src
+msgctxt ""
+"sbagrid.src\n"
+"RID_STR_SAVE_CURRENT_RECORD\n"
+"string.text"
msgid "Save current record"
msgstr "მიმდინარე ჩანაწერის შენახვა"
-#: sbagrid.src#STR_QRY_TITLE.string.text
+#. P*@v
+#: sbagrid.src
+msgctxt ""
+"sbagrid.src\n"
+"STR_QRY_TITLE\n"
+"string.text"
msgid "Query #"
msgstr "მოთხოვნა#"
-#: sbagrid.src#STR_TBL_TITLE.string.text
-msgctxt "sbagrid.src#STR_TBL_TITLE.string.text"
+#. 0*?p
+#: sbagrid.src
+#, fuzzy
+msgctxt ""
+"sbagrid.src\n"
+"STR_TBL_TITLE\n"
+"string.text"
msgid "Table #"
msgstr "ცხრილი #"
-#: sbagrid.src#STR_VIEW_TITLE.string.text
+#. }ltF
+#: sbagrid.src
+msgctxt ""
+"sbagrid.src\n"
+"STR_VIEW_TITLE\n"
+"string.text"
msgid "View #"
msgstr "ნახვა #"
-#: sbagrid.src#STR_NAME_ALREADY_EXISTS.string.text
+#. G~7/
+#: sbagrid.src
+msgctxt ""
+"sbagrid.src\n"
+"STR_NAME_ALREADY_EXISTS\n"
+"string.text"
msgid "The name \"#\" already exists."
msgstr "სახელი \"#\" უკვე არსებობს."
-#: sbagrid.src#STR_NO_COLUMNNAME_MATCHING.string.text
+#. 9=7^
+#: sbagrid.src
+msgctxt ""
+"sbagrid.src\n"
+"STR_NO_COLUMNNAME_MATCHING\n"
+"string.text"
msgid "No matching column names were found."
msgstr "თავსებადი სვეტები სახელები ვერ მოიძებნა."
-#: sbagrid.src#STR_ERROR_OCCURRED_WHILE_COPYING.string.text
+#. bg|4
+#: sbagrid.src
+msgctxt ""
+"sbagrid.src\n"
+"STR_ERROR_OCCURRED_WHILE_COPYING\n"
+"string.text"
msgid "An error occurred. Do you want to continue copying?"
msgstr "ნაპოვნია შეცდომა. გსურთ კოპირების გაგრძელება?"
-#: sbagrid.src#STR_DATASOURCE_GRIDCONTROL_NAME.string.text
+#. jJ/o
+#: sbagrid.src
+msgctxt ""
+"sbagrid.src\n"
+"STR_DATASOURCE_GRIDCONTROL_NAME\n"
+"string.text"
msgid "Data source table view"
msgstr "მონაცემების წყაროს ცხრილის ხედი"
-#: sbagrid.src#STR_DATASOURCE_GRIDCONTROL_DESC.string.text
+#. ^TTF
+#: sbagrid.src
+msgctxt ""
+"sbagrid.src\n"
+"STR_DATASOURCE_GRIDCONTROL_DESC\n"
+"string.text"
msgid "Shows the selected table or query."
msgstr "აჩვენებს მონიშნულ ცხრილს ან მოთხოვნას."
-#: sbabrw.src#QUERY_BRW_SAVEMODIFIED.querybox.text
+#. Y2P,
+#: sbabrw.src
+msgctxt ""
+"sbabrw.src\n"
+"QUERY_BRW_SAVEMODIFIED\n"
+"querybox.text"
msgid ""
"The current record has been changed.\n"
"Do you want to save the changes?"
@@ -85,90 +159,201 @@ msgstr ""
"მიმდინარე ჩანაწერი შეიცვალა.\n"
"გსურთ თუ არა ცვლილებების შენახვა?"
-#: sbabrw.src#QUERY_BRW_DELETE_ROWS.querybox.text
+#. kn*1
+#: sbabrw.src
+msgctxt ""
+"sbabrw.src\n"
+"QUERY_BRW_DELETE_ROWS\n"
+"querybox.text"
msgid "Do you want to delete the selected data?"
msgstr "მართლა გსურთ მონიშნული მონაცემების შენახვა?"
-#: sbabrw.src#RID_STR_DATABROWSER_FILTERED.string.text
+#. =Rsz
+#: sbabrw.src
+msgctxt ""
+"sbabrw.src\n"
+"RID_STR_DATABROWSER_FILTERED\n"
+"string.text"
msgid "(filtered)"
msgstr "(გაფილტრული)"
-#: sbabrw.src#SBA_BROWSER_SETTING_ORDER.string.text
+#. rB\v
+#: sbabrw.src
+msgctxt ""
+"sbabrw.src\n"
+"SBA_BROWSER_SETTING_ORDER\n"
+"string.text"
msgid "Error setting the sort criteria"
msgstr "დახარისხების კრიტერიუმის დაყენებისას წარმოიქმნა შეცდომა"
-#: sbabrw.src#SBA_BROWSER_SETTING_FILTER.string.text
+#. Pp/v
+#: sbabrw.src
+msgctxt ""
+"sbabrw.src\n"
+"SBA_BROWSER_SETTING_FILTER\n"
+"string.text"
msgid "Error setting the filter criteria"
msgstr "ფილტრის კრიტერიუმის დაყენებისას წარმოიქმნა შეცდომა"
-#: sbabrw.src#RID_STR_CONNECTION_LOST.string.text
+#. rQ1R
+#: sbabrw.src
+msgctxt ""
+"sbabrw.src\n"
+"RID_STR_CONNECTION_LOST\n"
+"string.text"
msgid "Connection lost"
msgstr "კავშირი დაიკარგა"
-#: sbabrw.src#RID_STR_QUERIES_CONTAINER.string.text
+#. H6bx
+#: sbabrw.src
+msgctxt ""
+"sbabrw.src\n"
+"RID_STR_QUERIES_CONTAINER\n"
+"string.text"
msgid "Queries"
msgstr "მოთხოვნები"
-#: sbabrw.src#RID_STR_TABLES_CONTAINER.string.text
+#. MA(8
+#: sbabrw.src
+msgctxt ""
+"sbabrw.src\n"
+"RID_STR_TABLES_CONTAINER\n"
+"string.text"
msgid "Tables"
msgstr "ცხრილები"
-#: sbabrw.src#MID_EDIT_DATABASE.#define.text
+#. =r`]
+#: sbabrw.src
+msgctxt ""
+"sbabrw.src\n"
+"MID_EDIT_DATABASE\n"
+"#define.text"
msgid "Edit ~Database File..."
msgstr "~მონაცემთა ფაილის რედაქტირება..."
-#: sbabrw.src#MID_ADMINISTRATE.#define.text
+#. REP(
+#: sbabrw.src
+msgctxt ""
+"sbabrw.src\n"
+"MID_ADMINISTRATE\n"
+"#define.text"
msgid "Registered databases ..."
msgstr "რეგისტრირებული მონაცემთა ბაზები ..."
-#: sbabrw.src#MID_CLOSECONN.#define.text
+#. HoF`
+#: sbabrw.src
+msgctxt ""
+"sbabrw.src\n"
+"MID_CLOSECONN\n"
+"#define.text"
msgid "Disco~nnect"
msgstr "გა~თიშვა"
-#: sbabrw.src#STR_TITLE_CONFIRM_DELETION.string.text
+#. )aE+
+#: sbabrw.src
+msgctxt ""
+"sbabrw.src\n"
+"STR_TITLE_CONFIRM_DELETION\n"
+"string.text"
msgid "Confirm Deletion"
msgstr "წაშლის დამტკიცება"
-#: sbabrw.src#STR_QUERY_DELETE_TABLE.string.text
+#. T!@5
+#: sbabrw.src
+msgctxt ""
+"sbabrw.src\n"
+"STR_QUERY_DELETE_TABLE\n"
+"string.text"
msgid "Do you want to delete the table '%1'?"
msgstr "მართლა გსურთ '%1' ცხრილის წაშლა?"
-#: sbabrw.src#QUERY_BRW_DELETE_QUERY_CONFIRM.querybox.text
+#. Cu)A
+#: sbabrw.src
+msgctxt ""
+"sbabrw.src\n"
+"QUERY_BRW_DELETE_QUERY_CONFIRM\n"
+"querybox.text"
msgid "The query already exists. Do you want to delete it?"
msgstr "მოთხოვნა უკვე არსებობს. მართლა გსურთ მისი წაშლა?"
-#: sbabrw.src#QUERY_CONNECTION_LOST.querybox.text
+#. Bmq=
+#: sbabrw.src
+msgctxt ""
+"sbabrw.src\n"
+"QUERY_CONNECTION_LOST\n"
+"querybox.text"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr "მონაცემთა ბაზასთან კავშირი დაიკარგა. მართლა გსურთ თავიდან დაკავშირება?"
-#: sbabrw.src#STR_OPENTABLES_WARNINGS.string.text
+#. huTN
+#: sbabrw.src
+msgctxt ""
+"sbabrw.src\n"
+"STR_OPENTABLES_WARNINGS\n"
+"string.text"
msgid "Warnings encountered"
msgstr "შემჩნეულია შეცდომები"
-#: sbabrw.src#STR_OPENTABLES_WARNINGS_DETAILS.string.text
+#. 6w9[
+#: sbabrw.src
+msgctxt ""
+"sbabrw.src\n"
+"STR_OPENTABLES_WARNINGS_DETAILS\n"
+"string.text"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr "ცხრილების მიღებისას გაფრთხილებების უწყება მონაცემთა ბაზის კავშირის საშუალებით შედგა."
-#: sbabrw.src#STR_CONNECTING_DATASOURCE.string.text
+#. ,R(F
+#: sbabrw.src
+msgctxt ""
+"sbabrw.src\n"
+"STR_CONNECTING_DATASOURCE\n"
+"string.text"
msgid "Connecting to \"$name$\" ..."
msgstr "\"$name$\"-სთან დაკავშირება..."
-#: sbabrw.src#STR_LOADING_QUERY.string.text
+#. VeAp
+#: sbabrw.src
+msgctxt ""
+"sbabrw.src\n"
+"STR_LOADING_QUERY\n"
+"string.text"
msgid "Loading query $name$ ..."
msgstr "მოთხოვნა $name$-ის ჩატვირთვა..."
-#: sbabrw.src#STR_LOADING_TABLE.string.text
+#. %?6?
+#: sbabrw.src
+msgctxt ""
+"sbabrw.src\n"
+"STR_LOADING_TABLE\n"
+"string.text"
msgid "Loading table $name$ ..."
msgstr "ცხრილის $name$-ის ჩატვირთვა"
-#: sbabrw.src#STR_NO_TABLE_FORMAT_INSIDE.string.text
+#. J,jS
+#: sbabrw.src
+msgctxt ""
+"sbabrw.src\n"
+"STR_NO_TABLE_FORMAT_INSIDE\n"
+"string.text"
msgid "No table format could be found."
msgstr "შეუძლებელია ცხრილის ფორმატის პოვნა."
-#: sbabrw.src#STR_COULDNOTCONNECT_DATASOURCE.string.text
+#. W=|$
+#: sbabrw.src
+msgctxt ""
+"sbabrw.src\n"
+"STR_COULDNOTCONNECT_DATASOURCE\n"
+"string.text"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "კავშირი მონაცემთა წყაროს \"$name$\"-თან ვერ დამყარდა."
-#: sbabrw.src#RID_MENU_REFRESH_DATA.ID_BROWSER_REFRESH_REBUILD.menuitem.text
+#. 3J7q
+#: sbabrw.src
+msgctxt ""
+"sbabrw.src\n"
+"RID_MENU_REFRESH_DATA\n"
+"ID_BROWSER_REFRESH_REBUILD\n"
+"menuitem.text"
msgid "Rebuild"
msgstr "თავიდან აგება"
diff --git a/source/ka/dbaccess/source/ui/control.po b/source/ka/dbaccess/source/ui/control.po
index 1ae93088a4b..f28198da592 100644
--- a/source/ka/dbaccess/source/ui/control.po
+++ b/source/ka/dbaccess/source/ui/control.po
@@ -1,9 +1,9 @@
-#. extracted from dbaccess/source/ui/control.oo
+#. extracted from dbaccess/source/ui/control
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fui%2Fcontrol.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:40+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,81 +12,178 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: undosqledit.src#STR_QUERY_UNDO_MODIFYSQLEDIT.string.text
-msgid "Modify SQL statement(s)"
-msgstr "შეცვალე SQL განცხადება(ები)"
-
-#: TableGrantCtrl.src#STR_TABLE_PRIV_NAME.string.text
+#. 8ex9
+#: TableGrantCtrl.src
+msgctxt ""
+"TableGrantCtrl.src\n"
+"STR_TABLE_PRIV_NAME\n"
+"string.text"
msgid "Table name"
msgstr "ცხრილის სახელი"
-#: TableGrantCtrl.src#STR_TABLE_PRIV_INSERT.string.text
+#. NWcr
+#: TableGrantCtrl.src
+msgctxt ""
+"TableGrantCtrl.src\n"
+"STR_TABLE_PRIV_INSERT\n"
+"string.text"
msgid "Insert data"
msgstr "მონაცემების ჩასმა"
-#: TableGrantCtrl.src#STR_TABLE_PRIV_DELETE.string.text
+#. #X=!
+#: TableGrantCtrl.src
+msgctxt ""
+"TableGrantCtrl.src\n"
+"STR_TABLE_PRIV_DELETE\n"
+"string.text"
msgid "Delete data"
msgstr "მონაცემების წაშლა"
-#: TableGrantCtrl.src#STR_TABLE_PRIV_UPDATE.string.text
+#. Eu.9
+#: TableGrantCtrl.src
+msgctxt ""
+"TableGrantCtrl.src\n"
+"STR_TABLE_PRIV_UPDATE\n"
+"string.text"
msgid "Modify data"
msgstr "მონაცემების შეცვლა"
-#: TableGrantCtrl.src#STR_TABLE_PRIV_ALTER.string.text
+#. 4KTe
+#: TableGrantCtrl.src
+msgctxt ""
+"TableGrantCtrl.src\n"
+"STR_TABLE_PRIV_ALTER\n"
+"string.text"
msgid "Alter structure"
msgstr "სტრუქტურის შეცვლა"
-#: TableGrantCtrl.src#STR_TABLE_PRIV_SELECT.string.text
+#. 0L=`
+#: TableGrantCtrl.src
+msgctxt ""
+"TableGrantCtrl.src\n"
+"STR_TABLE_PRIV_SELECT\n"
+"string.text"
msgid "Read data"
msgstr "მონაცემების წაკითხვა"
-#: TableGrantCtrl.src#STR_TABLE_PRIV_REFERENCE.string.text
+#. IwWY
+#: TableGrantCtrl.src
+msgctxt ""
+"TableGrantCtrl.src\n"
+"STR_TABLE_PRIV_REFERENCE\n"
+"string.text"
msgid "Modify references"
msgstr "დამოწმებული პარამეტრების შეცვლა"
-#: TableGrantCtrl.src#STR_TABLE_PRIV_DROP.string.text
+#. %!#X
+#: TableGrantCtrl.src
+msgctxt ""
+"TableGrantCtrl.src\n"
+"STR_TABLE_PRIV_DROP\n"
+"string.text"
msgid "Drop structure"
msgstr "სტრუქტურის ამოგდება"
-#: tabletree.src#MENU_TABLETREE_POPUP.MID_SORT_ASCENDING.menuitem.text
+#. ^[If
+#: tabletree.src
+msgctxt ""
+"tabletree.src\n"
+"MENU_TABLETREE_POPUP\n"
+"MID_SORT_ASCENDING\n"
+"menuitem.text"
msgid "Sort Ascending"
msgstr "დალაგება ზრდის მიხედვით"
-#: tabletree.src#MENU_TABLETREE_POPUP.MID_SORT_DECENDING.menuitem.text
+#. rER,
+#: tabletree.src
+msgctxt ""
+"tabletree.src\n"
+"MENU_TABLETREE_POPUP\n"
+"MID_SORT_DECENDING\n"
+"menuitem.text"
msgid "Sort Descending"
msgstr "დალაგება კლების მიხედვით"
-#: tabletree.src#STR_COULDNOTCREATE_DRIVERMANAGER.string.text
+#. P!#:
+#: tabletree.src
+msgctxt ""
+"tabletree.src\n"
+"STR_COULDNOTCREATE_DRIVERMANAGER\n"
+"string.text"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "SDBC დრაივერის მენეჯერთან შეერთება ვერ ხერხდება(#servicename#)."
-#: tabletree.src#STR_NOREGISTEREDDRIVER.string.text
+#. !+g!
+#: tabletree.src
+msgctxt ""
+"tabletree.src\n"
+"STR_NOREGISTEREDDRIVER\n"
+"string.text"
msgid "A driver is not registered for the URL #connurl#."
msgstr "დრაივერი დარეგისტრირებული არ არის URL-სთვის #connurl#."
-#: tabletree.src#STR_COULDNOTCONNECT.string.text
+#. qbiS
+#: tabletree.src
+msgctxt ""
+"tabletree.src\n"
+"STR_COULDNOTCONNECT\n"
+"string.text"
msgid "No connection could be established for the URL #connurl#."
msgstr "კავშირი ვერ დამყარდა URL-ისთვის #connurl#."
-#: tabletree.src#STR_COULDNOTCONNECT_PLEASECHECK.string.text
+#. _5\K
+#: tabletree.src
+msgctxt ""
+"tabletree.src\n"
+"STR_COULDNOTCONNECT_PLEASECHECK\n"
+"string.text"
msgid "Please check the current settings, for example user name and password."
msgstr "გთხოვთ გადაამოწმოთ მიმდინარე პარამეტრები, მაგალითად მომხმარებლის სახელი და პაროლი."
-#: tabletree.src#STR_NOTABLEINFO.string.text
+#. Y5.=
+#: tabletree.src
+msgctxt ""
+"tabletree.src\n"
+"STR_NOTABLEINFO\n"
+"string.text"
msgid "Successfully connected, but information about database tables is not available."
msgstr "დაკავშირება განხორციელდა წარმატებით, მაგრამ ინფორმაცია მონაცემთა ბაზის შესახებ მიუწვდომელია."
-#: tabletree.src#STR_ALL_TABLES.string.text
+#. GZ_O
+#: tabletree.src
+msgctxt ""
+"tabletree.src\n"
+"STR_ALL_TABLES\n"
+"string.text"
msgid "All tables"
msgstr "ყველა ცხრილი"
-#: tabletree.src#STR_ALL_VIEWS.string.text
+#. :hM%
+#: tabletree.src
+msgctxt ""
+"tabletree.src\n"
+"STR_ALL_VIEWS\n"
+"string.text"
msgid "All views"
msgstr "ყველა ხედი"
-#: tabletree.src#STR_ALL_TABLES_AND_VIEWS.string.text
+#. bYB*
+#: tabletree.src
+msgctxt ""
+"tabletree.src\n"
+"STR_ALL_TABLES_AND_VIEWS\n"
+"string.text"
msgid "All tables and views"
msgstr "ყველა ცხრილი და ხედი"
+
+#. W[Ho
+#: undosqledit.src
+msgctxt ""
+"undosqledit.src\n"
+"STR_QUERY_UNDO_MODIFYSQLEDIT\n"
+"string.text"
+msgid "Modify SQL statement(s)"
+msgstr "შეცვალე SQL განცხადება(ები)"
diff --git a/source/ka/dbaccess/source/ui/dlg.po b/source/ka/dbaccess/source/ui/dlg.po
index 469323b1e66..3e9cc23c4ae 100644
--- a/source/ka/dbaccess/source/ui/dlg.po
+++ b/source/ka/dbaccess/source/ui/dlg.po
@@ -1,9 +1,9 @@
-#. extracted from dbaccess/source/ui/dlg.oo
+#. extracted from dbaccess/source/ui/dlg
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fui%2Fdlg.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-12-15 14:16+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,379 +12,376 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: textconnectionsettings.src#DLG_TEXT_CONNECTION_SETTINGS.modaldialog.text
-msgid "Text Connection Settings"
-msgstr "კავშირის პარამეტრები"
-
-#: indexdialog.src#DLG_INDEXDESIGN.TLB_ACTIONS.ID_INDEX_NEW.toolboxitem.text
-msgid "New Index"
-msgstr "ახალი ინდექსი"
-
-#: indexdialog.src#DLG_INDEXDESIGN.TLB_ACTIONS.ID_INDEX_DROP.toolboxitem.text
-msgid "Delete Current Index"
-msgstr "მიმდინარე ინდექსის წაშლა"
-
-#: indexdialog.src#DLG_INDEXDESIGN.TLB_ACTIONS.ID_INDEX_RENAME.toolboxitem.text
-msgid "Rename Current Index"
-msgstr "მიმდინარე ინდექსის გადარქმევა"
-
-#: indexdialog.src#DLG_INDEXDESIGN.TLB_ACTIONS.ID_INDEX_SAVE.toolboxitem.text
-msgid "Save Current Index"
-msgstr "მიმდინარე ინდექსის შენახვა"
-
-#: indexdialog.src#DLG_INDEXDESIGN.TLB_ACTIONS.ID_INDEX_RESET.toolboxitem.text
-msgid "Reset Current Index"
-msgstr "მიმდინარე ინდექსის ჩამოყრა"
-
-#: indexdialog.src#DLG_INDEXDESIGN.FL_INDEXDETAILS.fixedline.text
-msgid "Index details"
-msgstr "ინდექსის დეტალები"
-
-#: indexdialog.src#DLG_INDEXDESIGN.FT_DESC_LABEL.fixedtext.text
-msgid "Index identifier:"
-msgstr "ინდექსის ამომცნობი:"
-
-#: indexdialog.src#DLG_INDEXDESIGN.CB_UNIQUE.checkbox.text
-msgid "~Unique"
-msgstr "~უნიკალური"
-
-#: indexdialog.src#DLG_INDEXDESIGN.FT_FIELDS.fixedtext.text
-msgid "Fields"
-msgstr "ველები"
-
-#: indexdialog.src#DLG_INDEXDESIGN.PB_CLOSE.pushbutton.text
-msgctxt "indexdialog.src#DLG_INDEXDESIGN.PB_CLOSE.pushbutton.text"
-msgid "~Close"
-msgstr "~დახურვა"
-
-#: indexdialog.src#DLG_INDEXDESIGN.modaldialog.text
-msgctxt "indexdialog.src#DLG_INDEXDESIGN.modaldialog.text"
-msgid "Indexes"
-msgstr "ინდექსები"
-
-#: indexdialog.src#STR_TAB_INDEX_SORTORDER.string.text
-msgctxt "indexdialog.src#STR_TAB_INDEX_SORTORDER.string.text"
-msgid "Sort order"
-msgstr "დახარისხების მიმართულება"
-
-#: indexdialog.src#STR_TAB_INDEX_FIELD.string.text
-msgid "Index field"
-msgstr "ინდექსის ველი"
-
-#: indexdialog.src#STR_ORDER_ASCENDING.string.text
-msgid "Ascending"
-msgstr "მზარდი"
-
-#: indexdialog.src#STR_ORDER_DESCENDING.string.text
-msgid "Descending"
-msgstr "კლებადი"
-
-#: indexdialog.src#STR_CONFIRM_DROP_INDEX.string.text
-msgid "Do you really want to delete the index '$name$'?"
-msgstr "დარწმუნებული ხართ, რომ გსურთ ინდექსი '$name$'-ის წაშლა?"
-
-#: indexdialog.src#STR_LOGICAL_INDEX_NAME.string.text
-msgid "index"
-msgstr "ინდექსი"
-
-#: indexdialog.src#ERR_NEED_INDEX_FIELDS.errorbox.text
-msgid "The index must contain at least one field."
-msgstr "ინდექსი უნდა შეიცავდეს სულ მცირე ერთ ველს."
-
-#: indexdialog.src#ERR_NEED_INDEX_FIELDS.errorbox.title
-msgid "Save Index"
-msgstr "ინდექსის შენახვა"
-
-#: indexdialog.src#QUERY_SAVE_CURRENT_INDEX.querybox.text
-msgid "Do you want to save the changes made to the current index?"
-msgstr "გნებავთ მიმდინარე ინდექსში შეტანილი ცვლილებების შენახვა?"
-
-#: indexdialog.src#QUERY_SAVE_CURRENT_INDEX.querybox.title
-msgid "Exit Index Design"
-msgstr "ინდექსის დიზაინის დატოვება"
-
-#: indexdialog.src#STR_INDEX_NAME_ALREADY_USED.string.text
-msgid "There is already another index named \"$name$\"."
-msgstr "სხვა ინდექსი სახელად \"$name$\" უკვე არსებობს."
-
-#: indexdialog.src#STR_INDEXDESIGN_DOUBLE_COLUMN_NAME.string.text
-msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
-msgstr "ინდექსის განმარტებაში ცხრილის სვეტი უნდა გამოჩნდეს მხოლოდ ერთხელ. თუმცა, თქვენ შეიყვანეთ სვეტი \"$name$\" ორჯერ."
-
-#: dlgattr.src#DLG_ATTR.1.pushbutton.text
-msgid "Bac~k"
-msgstr "უკა~ნ"
-
-#: dlgattr.src#DLG_ATTR.TP_ATTR_CHAR.string.text
-msgid "Font"
-msgstr "ფონტი"
-
-#: dlgattr.src#DLG_ATTR.TP_ATTR_NUMBER.string.text
-msgid "Format"
-msgstr "ფორმატი"
-
-#: dlgattr.src#DLG_ATTR.TP_ATTR_ALIGN.string.text
-msgid "Alignment"
-msgstr "შესწორება"
-
-#: dlgattr.src#DLG_ATTR.ST_ROW.string.text
-msgid "Table Format"
-msgstr "ცხრილის ფორმატირება"
-
-#: dlgattr.src#DLG_ATTR.tabdialog.text
-msgid "Field Format"
-msgstr "ველის ფორმატირება"
-
-#: adtabdlg.src#DLG_JOIN_TABADD.RB_CASE_TABLES.radiobutton.text
-msgid "Tables"
-msgstr "ცხრილები"
-
-#: adtabdlg.src#DLG_JOIN_TABADD.RB_CASE_QUERIES.radiobutton.text
-msgid "Queries"
-msgstr "მოთხოვნები"
-
-#: adtabdlg.src#DLG_JOIN_TABADD.PB_ADDTABLE.pushbutton.text
-msgid "~Add"
-msgstr "~დამატება"
-
-#: adtabdlg.src#DLG_JOIN_TABADD.PB_CLOSE.cancelbutton.text
-msgctxt "adtabdlg.src#DLG_JOIN_TABADD.PB_CLOSE.cancelbutton.text"
-msgid "~Close"
-msgstr "~დახურვა"
-
-#: adtabdlg.src#DLG_JOIN_TABADD.STR_ADD_TABLES.string.text
-msgid "Add Tables"
-msgstr "ცხრილის დამატება"
-
-#: adtabdlg.src#DLG_JOIN_TABADD.STR_ADD_TABLE_OR_QUERY.string.text
-msgid "Add Table or Query"
-msgstr "ცხრილის ან მოთხოვნის დამატება"
-
-#: paramdialog.src#DLG_PARAMETERS.FL_PARAMS.fixedline.text
-msgid "~Parameters"
-msgstr "~პარამეტრები"
-
-#: paramdialog.src#DLG_PARAMETERS.FT_VALUE.fixedtext.text
-msgid "~Value"
-msgstr "~მნიშვნელობა"
-
-#: paramdialog.src#DLG_PARAMETERS.BT_TRAVELNEXT.pushbutton.text
-msgid "~Next"
-msgstr "~შემდეგი"
-
-#: paramdialog.src#DLG_PARAMETERS.STR_COULD_NOT_CONVERT_PARAM.string.text
-msgid "The entry could not be converted to a valid value for the \"$name$\"column"
-msgstr "ჩანაწერი ვერ კონვერტირდება ვარგის მნიშვნელობად \"$name$\" სვეტისთვის"
-
-#: paramdialog.src#DLG_PARAMETERS.modaldialog.text
-msgid "Parameter Input"
-msgstr "მუდმივი შეტანა"
-
-#: dlgsave.src#DLG_SAVE_AS.FT_DESCRIPTION.fixedtext.text
-msgid "Please enter a name for the object to be created:"
-msgstr "შეიყვანეთ შესაქმნელი ობიექტის სახელი:"
-
-#: dlgsave.src#DLG_SAVE_AS.FT_CATALOG.fixedtext.text
-msgid "~Catalog"
-msgstr "~კატალოგი"
-
-#: dlgsave.src#DLG_SAVE_AS.FT_SCHEMA.fixedtext.text
-msgid "~Schema"
-msgstr "~სქემა"
-
-#: dlgsave.src#DLG_SAVE_AS.STR_TBL_LABEL.string.text
-msgid "~Table Name"
-msgstr "~ცხრილის სახელი"
-
-#: dlgsave.src#DLG_SAVE_AS.STR_VW_LABEL.string.text
-msgid "~Name of table view"
-msgstr "~ცხრილის სახელის ნახვა"
-
-#: dlgsave.src#DLG_SAVE_AS.STR_QRY_LABEL.string.text
-msgid "~Query name"
-msgstr "~მოთხოვნის სახელი"
-
-#: dlgsave.src#DLG_SAVE_AS.STR_TITLE_RENAME.string.text
-msgid "Rename to"
-msgstr "გადარქმევა"
-
-#: dlgsave.src#DLG_SAVE_AS.STR_TITLE_PASTE_AS.string.text
-msgid "Insert as"
-msgstr "ჩასმა როგორც..."
-
-#: dlgsave.src#DLG_SAVE_AS.modaldialog.text
-msgid "Save As"
-msgstr "დამახსოვრება როგორც..."
-
-#: sqlmessage.src#DLG_SQLEXCEPTIONCHAIN.FL_DETAILS.fixedline.text
-msgctxt "sqlmessage.src#DLG_SQLEXCEPTIONCHAIN.FL_DETAILS.fixedline.text"
-msgid "Details"
-msgstr "დეტალები"
-
-#: sqlmessage.src#DLG_SQLEXCEPTIONCHAIN.FT_ERRORLIST.fixedtext.text
-msgid "Error ~list:"
-msgstr "შეცდომათა ~სია:"
-
-#: sqlmessage.src#DLG_SQLEXCEPTIONCHAIN.FT_DESCRIPTION.fixedtext.text
-msgid "~Description:"
-msgstr "~განმარტება:"
-
-#: sqlmessage.src#DLG_SQLEXCEPTIONCHAIN.STR_EXCEPTION_STATUS.string.text
-msgid "SQL Status"
-msgstr "SQL სტატუსი"
-
-#: sqlmessage.src#DLG_SQLEXCEPTIONCHAIN.STR_EXCEPTION_ERRORCODE.string.text
-msgid "Error code"
-msgstr "შეცდომის კოდი"
-
-#: sqlmessage.src#DLG_SQLEXCEPTIONCHAIN.modaldialog.text
-msgid "%PRODUCTNAME Base"
-msgstr "%PRODUCTNAME ბაზა"
-
-#: sqlmessage.src#STR_EXPLAN_STRINGCONVERSION_ERROR.string.text
-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 "ამ შეცდომის ხშირი მიზეზი არის ასო-ნიშანთა წყობის შეუსაბამო პარამეტრები თქვენი მონაცემთა ბაზის ენისათვის. პარამეტრების შესამოწმებლად შეამოწმეთ რედაქტირება - მონაცემთა ბაზა - თვისებები."
-
-#: sqlmessage.src#STR_EXCEPTION_ERROR.string.text
-msgid "Error"
-msgstr "შეცდომა"
-
-#: sqlmessage.src#STR_EXCEPTION_WARNING.string.text
-msgid "Warning"
-msgstr "გაფრთხილება"
-
-#: sqlmessage.src#STR_EXCEPTION_INFO.string.text
-msgid "Information"
-msgstr "ინფორმაცია"
-
-#: sqlmessage.src#STR_EXCEPTION_DETAILS.string.text
-msgctxt "sqlmessage.src#STR_EXCEPTION_DETAILS.string.text"
-msgid "Details"
-msgstr "დეტალები"
-
-#: CollectionView.src#DLG_COLLECTION_VIEW.BTN_EXPLORERFILE_NEWFOLDER.imagebutton.text
-msgctxt "CollectionView.src#DLG_COLLECTION_VIEW.BTN_EXPLORERFILE_NEWFOLDER.imagebutton.text"
+#. ffSl
+#: CollectionView.src
+msgctxt ""
+"CollectionView.src\n"
+"DLG_COLLECTION_VIEW\n"
+"BTN_EXPLORERFILE_NEWFOLDER\n"
+"imagebutton.text"
msgid "-"
msgstr "-"
-#: CollectionView.src#DLG_COLLECTION_VIEW.BTN_EXPLORERFILE_NEWFOLDER.imagebutton.quickhelptext
+#. A5*3
+#: CollectionView.src
+msgctxt ""
+"CollectionView.src\n"
+"DLG_COLLECTION_VIEW\n"
+"BTN_EXPLORERFILE_NEWFOLDER\n"
+"imagebutton.quickhelptext"
msgid "Create New Directory"
msgstr "ახალი დირექტორიის შექმნა"
-#: CollectionView.src#DLG_COLLECTION_VIEW.BTN_EXPLORERFILE_UP.imagebutton.text
-msgctxt "CollectionView.src#DLG_COLLECTION_VIEW.BTN_EXPLORERFILE_UP.imagebutton.text"
+#. |r[Z
+#: CollectionView.src
+msgctxt ""
+"CollectionView.src\n"
+"DLG_COLLECTION_VIEW\n"
+"BTN_EXPLORERFILE_UP\n"
+"imagebutton.text"
msgid "-"
msgstr "-"
-#: CollectionView.src#DLG_COLLECTION_VIEW.BTN_EXPLORERFILE_UP.imagebutton.quickhelptext
+#. U?Au
+#: CollectionView.src
+msgctxt ""
+"CollectionView.src\n"
+"DLG_COLLECTION_VIEW\n"
+"BTN_EXPLORERFILE_UP\n"
+"imagebutton.quickhelptext"
msgid "Up One Level"
msgstr "ერთი დონით ზემოთ"
-#: CollectionView.src#DLG_COLLECTION_VIEW.FT_EXPLORERFILE_FILENAME.fixedtext.text
+#. ^CAh
+#: CollectionView.src
+msgctxt ""
+"CollectionView.src\n"
+"DLG_COLLECTION_VIEW\n"
+"FT_EXPLORERFILE_FILENAME\n"
+"fixedtext.text"
msgid "File ~name:"
msgstr "ფაილის ~სახელი:"
-#: CollectionView.src#DLG_COLLECTION_VIEW.BTN_EXPLORERFILE_SAVE.pushbutton.text
-msgctxt "CollectionView.src#DLG_COLLECTION_VIEW.BTN_EXPLORERFILE_SAVE.pushbutton.text"
+#. j)yZ
+#: CollectionView.src
+msgctxt ""
+"CollectionView.src\n"
+"DLG_COLLECTION_VIEW\n"
+"BTN_EXPLORERFILE_SAVE\n"
+"pushbutton.text"
msgid "Save"
msgstr "შენახვა"
-#: CollectionView.src#DLG_COLLECTION_VIEW.STR_PATHNAME.string.text
+#. dLcd
+#: CollectionView.src
+msgctxt ""
+"CollectionView.src\n"
+"DLG_COLLECTION_VIEW\n"
+"STR_PATHNAME\n"
+"string.text"
msgid "~Path:"
msgstr "~მდებარეობა:"
-#: CollectionView.src#DLG_COLLECTION_VIEW.modaldialog.text
-msgctxt "CollectionView.src#DLG_COLLECTION_VIEW.modaldialog.text"
+#. lEAb
+#: CollectionView.src
+msgctxt ""
+"CollectionView.src\n"
+"DLG_COLLECTION_VIEW\n"
+"modaldialog.text"
msgid "Save"
msgstr "შენახვა"
-#: CollectionView.src#STR_NEW_FOLDER.string.text
+#. fSV0
+#: CollectionView.src
+msgctxt ""
+"CollectionView.src\n"
+"STR_NEW_FOLDER\n"
+"string.text"
msgid "Folder"
msgstr "დირექტორია"
-#: CollectionView.src#STR_ALREADYEXISTOVERWRITE.string.text
+#. c4eo
+#: CollectionView.src
+msgctxt ""
+"CollectionView.src\n"
+"STR_ALREADYEXISTOVERWRITE\n"
+"string.text"
msgid "The file already exists. Overwrite?"
msgstr "ფაილი უკვე არსებობს. გადავაწერო?"
-#: dbadminsetup.src#DLG_DATABASE_WIZARD.STR_DBWIZARDTITLE.string.text
-msgctxt "dbadminsetup.src#DLG_DATABASE_WIZARD.STR_DBWIZARDTITLE.string.text"
+#. .O;!
+#: dbadmin2.src
+msgctxt ""
+"dbadmin2.src\n"
+"STR_ENTER_CONNECTION_PASSWORD\n"
+"string.text"
+msgid "A password is needed to connect to the data source \"$name$\"."
+msgstr "\"$name$\" მონაცემთა წყაროსთან დასაკავშირებლად საჭიროა პაროლი"
+
+#. RD7L
+#: dbadmin2.src
+msgctxt ""
+"dbadmin2.src\n"
+"STR_ASK_FOR_DIRECTORY_CREATION\n"
+"string.text"
+msgid ""
+"The directory\n"
+"\n"
+"$path$\n"
+"\n"
+"does not exist. Should it be created?"
+msgstr ""
+"დირექტორია \n"
+"\n"
+"$path$\n"
+"\n"
+"არ არსებობს. უნდა შეიქმნას?"
+
+#. m0z/
+#: dbadmin2.src
+msgctxt ""
+"dbadmin2.src\n"
+"STR_COULD_NOT_CREATE_DIRECTORY\n"
+"string.text"
+msgid "The directory $name$ could not be created."
+msgstr "$name$ დირექტორია ვერ შეიქმნება."
+
+#. ?SeD
+#: dbadmin2.src
+msgctxt ""
+"dbadmin2.src\n"
+"DLG_DOMAINPASSWORD\n"
+"FT_PASSWORD\n"
+"fixedline.text"
+msgid "Please enter the ~password for the user 'DOMAIN'."
+msgstr "მომხმარებელი 'DOMAIN' -სთვის შეიყვანეთ ~პაროლი"
+
+#. b~o^
+#: dbadmin2.src
+msgctxt ""
+"dbadmin2.src\n"
+"DLG_DOMAINPASSWORD\n"
+"modaldialog.text"
+msgid "Convert Database"
+msgstr "მონაცემთა ბაზის კონვერტირება"
+
+#. :ieU
+#: dbadmin2.src
+msgctxt ""
+"dbadmin2.src\n"
+"PAGE_TABLESUBSCRIPTION\n"
+"FL_SEPARATOR1\n"
+"fixedline.text"
+msgid "Tables and table filter"
+msgstr "რილების და ცხრილის ფილტრი"
+
+#. X-?g
+#: dbadmin2.src
+msgctxt ""
+"dbadmin2.src\n"
+"PAGE_TABLESUBSCRIPTION\n"
+"FT_FILTER_EXPLANATION\n"
+"fixedtext.text"
+msgid "Mark the tables that should be visible for the applications."
+msgstr "მონიშნეთ ცხრილი რომელიც ხილული იქნება პროგრამებისთვის."
+
+#. \!,2
+#: dbadmin2.src
+msgctxt ""
+"dbadmin2.src\n"
+"PAGE_TABLESUBSCRIPTION\n"
+"tabpage.text"
+msgid "Tables Filter"
+msgstr "ცხრილის ფილტრი"
+
+#. ;m0#
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"DLG_DATABASE_WIZARD\n"
+"STR_DBWIZARDTITLE\n"
+"string.text"
msgid "Database Wizard"
msgstr "მონაცემთა ბაზის ოსტატი"
-#: dbadminsetup.src#DLG_DATABASE_WIZARD.STR_PAGETITLE_INTROPAGE.string.text
+#. RNn.
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"DLG_DATABASE_WIZARD\n"
+"STR_PAGETITLE_INTROPAGE\n"
+"string.text"
msgid "Select database"
msgstr "მონაცემთა ბაზის მონიშვნა"
-#: dbadminsetup.src#DLG_DATABASE_WIZARD.STR_PAGETITLE_DBASE.string.text
+#. PC[R
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"DLG_DATABASE_WIZARD\n"
+"STR_PAGETITLE_DBASE\n"
+"string.text"
msgid "Set up dBASE connection"
msgstr "dBASE კავშირის დაყენება"
-#: dbadminsetup.src#DLG_DATABASE_WIZARD.STR_PAGETITLE_TEXT.string.text
-msgctxt "dbadminsetup.src#DLG_DATABASE_WIZARD.STR_PAGETITLE_TEXT.string.text"
+#. =#2V
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"DLG_DATABASE_WIZARD\n"
+"STR_PAGETITLE_TEXT\n"
+"string.text"
msgid "Set up a connection to text files"
msgstr "ტექსტურ ფაილებთან კავშირის შექმნა"
-#: dbadminsetup.src#DLG_DATABASE_WIZARD.STR_PAGETITLE_MSACCESS.string.text
+#. C:B\
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"DLG_DATABASE_WIZARD\n"
+"STR_PAGETITLE_MSACCESS\n"
+"string.text"
msgid "Set up Microsoft Access connection"
msgstr "Microsoft Access-ის კავშირის დაყენება"
-#: dbadminsetup.src#DLG_DATABASE_WIZARD.STR_PAGETITLE_LDAP.string.text
+#. 8]3W
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"DLG_DATABASE_WIZARD\n"
+"STR_PAGETITLE_LDAP\n"
+"string.text"
msgid "Set up LDAP connection"
msgstr "LDAP კავშირის დაყენება"
-#: dbadminsetup.src#DLG_DATABASE_WIZARD.STR_PAGETITLE_ADO.string.text
+#. ton+
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"DLG_DATABASE_WIZARD\n"
+"STR_PAGETITLE_ADO\n"
+"string.text"
msgid "Set up ADO connection"
msgstr "ADO კავშირის დაყენება"
-#: dbadminsetup.src#DLG_DATABASE_WIZARD.STR_PAGETITLE_JDBC.string.text
+#. l:9b
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"DLG_DATABASE_WIZARD\n"
+"STR_PAGETITLE_JDBC\n"
+"string.text"
msgid "Set up JDBC connection"
msgstr "JDBC კავშირის დაყენება"
-#: dbadminsetup.src#DLG_DATABASE_WIZARD.STR_PAGETITLE_ORACLE.string.text
+#. 4SO_
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"DLG_DATABASE_WIZARD\n"
+"STR_PAGETITLE_ORACLE\n"
+"string.text"
msgid "Set up Oracle database connection"
msgstr "Oracle-ის მონაცემთა ბაზის დაყენება"
-#: dbadminsetup.src#DLG_DATABASE_WIZARD.STR_PAGETITLE_MYSQL.string.text
+#. Z9!@
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"DLG_DATABASE_WIZARD\n"
+"STR_PAGETITLE_MYSQL\n"
+"string.text"
msgid "Set up MySQL connection"
msgstr "MySQL კავშირის დაყენება"
-#: dbadminsetup.src#DLG_DATABASE_WIZARD.STR_PAGETITLE_ODBC.string.text
+#. /EEM
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"DLG_DATABASE_WIZARD\n"
+"STR_PAGETITLE_ODBC\n"
+"string.text"
msgid "Set up ODBC connection"
msgstr "ODBC კავშირის დაყენება"
-#: dbadminsetup.src#DLG_DATABASE_WIZARD.STR_PAGETITLE_SPREADSHEET.string.text
+#. ^H)z
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"DLG_DATABASE_WIZARD\n"
+"STR_PAGETITLE_SPREADSHEET\n"
+"string.text"
msgid "Set up Spreadsheet connection"
msgstr "ელექტრონული ცხრილის კავშირის დაყენება"
-#: dbadminsetup.src#DLG_DATABASE_WIZARD.STR_PAGETITLE_AUTHENTIFICATION.string.text
+#. I(,a
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"DLG_DATABASE_WIZARD\n"
+"STR_PAGETITLE_AUTHENTIFICATION\n"
+"string.text"
msgid "Set up user authentication"
msgstr "მომხმარებლის ავთენტიფიკაციის დაყენება"
-#: dbadminsetup.src#DLG_DATABASE_WIZARD.STR_PAGETITLE_MYSQL_NATIVE.string.text
+#. 4)zw
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"DLG_DATABASE_WIZARD\n"
+"STR_PAGETITLE_MYSQL_NATIVE\n"
+"string.text"
msgid "Set up MySQL server data"
msgstr ""
-#: dbadminsetup.src#DLG_DATABASE_WIZARD.STR_PAGETITLE_FINAL.string.text
+#. lQF(
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"DLG_DATABASE_WIZARD\n"
+"STR_PAGETITLE_FINAL\n"
+"string.text"
msgid "Save and proceed"
msgstr "შენახვა და გაგრძელება"
-#: dbadminsetup.src#DLG_DATABASE_WIZARD.modaldialog.text
-msgctxt "dbadminsetup.src#DLG_DATABASE_WIZARD.modaldialog.text"
+#. RFmE
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"DLG_DATABASE_WIZARD\n"
+"modaldialog.text"
msgid "Database Wizard"
msgstr "მონაცემთა ბაზის ოსტატი"
-#: dbadminsetup.src#STR_DATABASEDEFAULTNAME.string.text
+#. .5,A
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"STR_DATABASEDEFAULTNAME\n"
+"string.text"
msgid "New Database"
msgstr "ახალი მონაცემთა ბაზა"
-#: dbadminsetup.src#PAGE_DBWIZARD_MYSQL_INTRO.FT_MYSQL_HEADERTEXT.fixedtext.text
+#. 13CT
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_MYSQL_INTRO\n"
+"FT_MYSQL_HEADERTEXT\n"
+"fixedtext.text"
msgid "Set up a connection to a MySQL database"
msgstr "MySQL მონაცემთა ბაზის კავშირის დაყენება"
-#: dbadminsetup.src#PAGE_DBWIZARD_MYSQL_INTRO.FT_MYSQL_HELPTEXT.fixedtext.text
+#. HRD[
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_MYSQL_INTRO\n"
+"FT_MYSQL_HELPTEXT\n"
+"fixedtext.text"
msgid ""
"You can connect to a MySQL database using either ODBC or JDBC.\n"
"Please contact your system administrator if you are unsure about the following settings."
@@ -392,80 +389,193 @@ msgstr ""
"შესაძლებელია MySQL-ის მონაცემთა ბაზასთან დაკავშირება ODBC ან JDBC-ის გამოყენებით.\n"
"დაუკავშირდით თქვენი სისტემის ადმინისტრატორს თუ არ ხართ დარწმუნებული შემდეგ პარამერტებში."
-#: dbadminsetup.src#PAGE_DBWIZARD_MYSQL_INTRO.FT_MYSQLCONNECTIONMODE.fixedtext.text
+#. [4^C
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_MYSQL_INTRO\n"
+"FT_MYSQLCONNECTIONMODE\n"
+"fixedtext.text"
msgid "How do you want to connect to your MySQL database?"
msgstr "როგორ გსურთ თქვენს MySQL მონაცემთა ბაზას დაუკავშირდეთ?"
-#: dbadminsetup.src#PAGE_DBWIZARD_MYSQL_INTRO.RB_CONNECTVIAODBC.radiobutton.text
+#. K6aj
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_MYSQL_INTRO\n"
+"RB_CONNECTVIAODBC\n"
+"radiobutton.text"
msgid "Connect using ODBC (Open Database Connectivity)"
msgstr "კავშირი ODBC-ს გამოყენებით (მონაცემთა ბაზასთან კავშირების გახსნა)"
-#: dbadminsetup.src#PAGE_DBWIZARD_MYSQL_INTRO.RB_CONNECTVIAJDBC.radiobutton.text
+#. %NHc
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_MYSQL_INTRO\n"
+"RB_CONNECTVIAJDBC\n"
+"radiobutton.text"
msgid "Connect using JDBC (Java Database Connectivity)"
msgstr "კავშირი JDBC-ს გამოყენებით (Java მონაცემთა ბაზის კავშირები)"
-#: dbadminsetup.src#PAGE_DBWIZARD_MYSQL_INTRO.RB_CONNECTVIANATIVE.radiobutton.text
+#. ,#aB
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_MYSQL_INTRO\n"
+"RB_CONNECTVIANATIVE\n"
+"radiobutton.text"
msgid "Connect directly"
msgstr ""
-#: dbadminsetup.src#PAGE_DBWIZARD_AUTHENTIFICATION.FT_AUTHENTIFICATIONHEADERTEXT.fixedtext.text
+#. MflO
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_AUTHENTIFICATION\n"
+"FT_AUTHENTIFICATIONHEADERTEXT\n"
+"fixedtext.text"
msgid "Set up the user authentication"
msgstr "მომხმარებლის ავთენტიფიკაციის დაყენება"
-#: dbadminsetup.src#PAGE_DBWIZARD_AUTHENTIFICATION.FT_AUTHENTIFICATIONHELPTEXT.fixedtext.text
+#. b~Fi
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_AUTHENTIFICATION\n"
+"FT_AUTHENTIFICATIONHELPTEXT\n"
+"fixedtext.text"
msgid "Some databases require you to enter a user name."
msgstr "ზოგიერთი მონაცემთა ბაზა ითხოვს მომხმარებლის სახელის შეყვანას."
-#: dbadminsetup.src#PAGE_DBWIZARD_AUTHENTIFICATION.FT_GENERALUSERNAME.fixedtext.text
-msgctxt "dbadminsetup.src#PAGE_DBWIZARD_AUTHENTIFICATION.FT_GENERALUSERNAME.fixedtext.text"
+#. CvQU
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_AUTHENTIFICATION\n"
+"FT_GENERALUSERNAME\n"
+"fixedtext.text"
msgid "~User name"
msgstr "~მომხმარებლის სახელი"
-#: dbadminsetup.src#PAGE_DBWIZARD_AUTHENTIFICATION.CB_GENERALPASSWORDREQUIRED.checkbox.text
+#. wx1d
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_AUTHENTIFICATION\n"
+"CB_GENERALPASSWORDREQUIRED\n"
+"checkbox.text"
msgid "Password re~quired"
msgstr "სა~ჭიროა პაროლი"
-#: dbadminsetup.src#PAGE_DBWIZARD_AUTHENTIFICATION.PB_TESTCONNECTION.pushbutton.text
+#. =y9*
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_AUTHENTIFICATION\n"
+"PB_TESTCONNECTION\n"
+"pushbutton.text"
msgid "~Test Connection"
msgstr "~კავშირის ტესტირება"
-#: dbadminsetup.src#PAGE_DBWIZARD_FINAL.FT_FINALHEADER.fixedtext.text
+#. _WJF
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_FINAL\n"
+"FT_FINALHEADER\n"
+"fixedtext.text"
msgid "Decide how to proceed after saving the database"
msgstr "მოიფიქრე თუ როგორ განაგრძო მუშაობა მონაცემთა ბაზის შენახვის შემდეგ"
-#: dbadminsetup.src#PAGE_DBWIZARD_FINAL.FT_FINALHELPTEXT.fixedtext.text
+#. $34|
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_FINAL\n"
+"FT_FINALHELPTEXT\n"
+"fixedtext.text"
msgid "Do you want the wizard to register the database in %PRODUCTNAME?"
msgstr "გნებავთ ოსტატმა დაარეგისტრიროს მონაცემთა ბაზა %PRODUCTNAME-ში?"
-#: dbadminsetup.src#PAGE_DBWIZARD_FINAL.RB_REGISTERDATASOURCE.radiobutton.text
+#. 5BE]
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_FINAL\n"
+"RB_REGISTERDATASOURCE\n"
+"radiobutton.text"
msgid "~Yes, register the database for me"
msgstr "~დიახ, დამირეგისტრირე მონაცემთა ბაზა"
-#: dbadminsetup.src#PAGE_DBWIZARD_FINAL.RB_DONTREGISTERDATASOURCE.radiobutton.text
+#. .nMS
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_FINAL\n"
+"RB_DONTREGISTERDATASOURCE\n"
+"radiobutton.text"
msgid "N~o, do not register the database"
msgstr "არ~ა, ნუ დაარეისტრირებ მონაცემთა ბაზას"
-#: dbadminsetup.src#PAGE_DBWIZARD_FINAL.FT_ADDITIONALSETTINGS.fixedtext.text
+#. ?(A\
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_FINAL\n"
+"FT_ADDITIONALSETTINGS\n"
+"fixedtext.text"
msgid "After the database file has been saved, what do you want to do?"
msgstr "~რომელი ოპერაციის შესრულება გსურთ მონაცემთა ბაზის ფაილების შენახვის შემდეგ?"
-#: dbadminsetup.src#PAGE_DBWIZARD_FINAL.CB_OPENAFTERWARDS.checkbox.text
+#. ?P6L
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_FINAL\n"
+"CB_OPENAFTERWARDS\n"
+"checkbox.text"
msgid "Open the database for editing"
msgstr "მონაცემთა ბაზის გახსნა რედაქტირებისთვის"
-#: dbadminsetup.src#PAGE_DBWIZARD_FINAL.CB_STARTTABLEWIZARD.checkbox.text
+#. ni)v
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_FINAL\n"
+"CB_STARTTABLEWIZARD\n"
+"checkbox.text"
msgid "Create tables using the table wizard"
msgstr "ცხრილების შექმნა ცხრილის ოსტატის გამოყენებით"
-#: dbadminsetup.src#PAGE_DBWIZARD_FINAL.FT_FINALTEXT.fixedtext.text
+#. UJ/7
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_FINAL\n"
+"FT_FINALTEXT\n"
+"fixedtext.text"
msgid "Click 'Finish' to save the database."
msgstr "დააწკაპუნე 'დამთავრება' მონაცემთა ბაზის შესანახად."
-#: dbadminsetup.src#PAGE_DBWIZARD_MYSQL_JDBC.STR_MYSQLJDBC_HEADERTEXT.string.text
+#. [%Ae
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_MYSQL_JDBC\n"
+"STR_MYSQLJDBC_HEADERTEXT\n"
+"string.text"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "MySQL-ის მონაცემთა ბაზისთვის კავშირის დაყენება JDBC-ს გამოყენებით"
-#: dbadminsetup.src#PAGE_DBWIZARD_MYSQL_JDBC.STR_MYSQLJDBC_HELPTEXT.string.text
+#. dL?|
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_MYSQL_JDBC\n"
+"STR_MYSQLJDBC_HELPTEXT\n"
+"string.text"
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"
"Please contact your system administrator if you are unsure about the following settings."
@@ -473,57 +583,133 @@ msgstr ""
"გთხოვთ შეიყვანოთ MySQL მონაცემთა ბაზასთან JDBC-ს გამოყენებით შეერთებისთვის საჭირო ინფორმაცია. გაითვალისწინეთ, რომ JDBC-ს დრაივერის კლასი დაინსტალირებული უნდა იყოს თქვენს სისტემაზე და რეგისტრირებული %PRODUCTNAME -სთან.\n"
"თუ არ ხართ დარწმუნებული ჩამოთვლილ პარამეტრებში, მიმართეთ თქვენს სისტემურრ ადმინისტრატორს."
-#: dbadminsetup.src#PAGE_DBWIZARD_MYSQL_JDBC.STR_MYSQL_DRIVERCLASSTEXT.string.text
+#. Oq2=
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_MYSQL_JDBC\n"
+"STR_MYSQL_DRIVERCLASSTEXT\n"
+"string.text"
msgid "MySQL JDBC d~river class:"
msgstr "MySQL JDBC დ~რაივერის კლასი:"
-#: dbadminsetup.src#PAGE_DBWIZARD_MYSQL_JDBC.STR_MYSQL_DEFAULT.string.text
-msgctxt "dbadminsetup.src#PAGE_DBWIZARD_MYSQL_JDBC.STR_MYSQL_DEFAULT.string.text"
+#. 4O*+
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_MYSQL_JDBC\n"
+"STR_MYSQL_DEFAULT\n"
+"string.text"
msgid "Default: 3306"
msgstr "სტანდარტი: 3306"
-#: dbadminsetup.src#PAGE_DBWIZARD_MYSQL_NATIVE.FT_SETUP_WIZARD_HEADER.fixedtext.text
+#. b|Hj
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_MYSQL_NATIVE\n"
+"FT_SETUP_WIZARD_HEADER\n"
+"fixedtext.text"
msgid "Set up connection to a MySQL database"
msgstr "MySQL მონაცემთა ბაზის კავშირის დაყენება"
-#: dbadminsetup.src#PAGE_DBWIZARD_MYSQL_NATIVE.FT_SETUP_WIZARD_HELP.fixedtext.text
+#. bc+h
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_MYSQL_NATIVE\n"
+"FT_SETUP_WIZARD_HELP\n"
+"fixedtext.text"
msgid "Please enter the required information to connect to a MySQL database."
msgstr ""
-#: dbadminsetup.src#PAGE_DBWIZARD_DBASE.STR_DBASE_HEADERTEXT.string.text
+#. 8Lf+
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_DBASE\n"
+"STR_DBASE_HEADERTEXT\n"
+"string.text"
msgid "Set up a connection to dBASE files"
msgstr "dBASE ფაილების კავშირის დაყენება"
-#: dbadminsetup.src#PAGE_DBWIZARD_DBASE.STR_DBASE_HELPTEXT.string.text
+#. *K-H
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_DBASE\n"
+"STR_DBASE_HELPTEXT\n"
+"string.text"
msgid "Select the folder where the dBASE files are stored."
msgstr "შენახული dBASE ფაილების დირექტორიის მონიშვნა."
-#: dbadminsetup.src#PAGE_DBWIZARD_TEXT.STR_TEXT_HEADERTEXT.string.text
-msgctxt "dbadminsetup.src#PAGE_DBWIZARD_TEXT.STR_TEXT_HEADERTEXT.string.text"
+#. ZP#(
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_TEXT\n"
+"STR_TEXT_HEADERTEXT\n"
+"string.text"
msgid "Set up a connection to text files"
msgstr "ტექსტურ ფაილებთან კავშირის შექმნა"
-#: dbadminsetup.src#PAGE_DBWIZARD_TEXT.STR_TEXT_HELPTEXT.string.text
+#. w]t#
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_TEXT\n"
+"STR_TEXT_HELPTEXT\n"
+"string.text"
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 (მძიმეებით გამოყოფილი მნიშვნელობები) ტექსტები ინახება. %PRODUCTNAME Base გაიხსნის ამ ფაილს მხოლოდ საკითხავ მოდულში."
-#: dbadminsetup.src#PAGE_DBWIZARD_TEXT.STR_TEXT_PATH_OR_FILE.string.text
+#. (G{Q
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_TEXT\n"
+"STR_TEXT_PATH_OR_FILE\n"
+"string.text"
msgid "Path to text files"
msgstr "ტექსტური ფაილების მდებარეობა"
-#: dbadminsetup.src#PAGE_DBWIZARD_MSACCESS.STR_MSACCESS_HEADERTEXT.string.text
+#. f(p8
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_MSACCESS\n"
+"STR_MSACCESS_HEADERTEXT\n"
+"string.text"
msgid "Set up a connection to a Microsoft Access database"
msgstr "Microsoft Access-ის მონაცემთა ბაზის კავშირის დაყენება"
-#: dbadminsetup.src#PAGE_DBWIZARD_MSACCESS.STR_MSACCESS_HELPTEXT.string.text
+#. Ci:K
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_MSACCESS\n"
+"STR_MSACCESS_HELPTEXT\n"
+"string.text"
msgid "Please select the Microsoft Access file you want to access."
msgstr "მონიშნეთ Microsoft Access-ის ფაილი რომელიც გსურთ რომ იყოს ხელმისაწვდომი."
-#: dbadminsetup.src#PAGE_DBWIZARD_LDAP.FT_LDAP_HEADERTEXT.fixedtext.text
+#. =EPv
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_LDAP\n"
+"FT_LDAP_HEADERTEXT\n"
+"fixedtext.text"
msgid "Set up a connection to an LDAP directory"
msgstr "LDAP დირექტორიაზე კავშირის დაყენება"
-#: dbadminsetup.src#PAGE_DBWIZARD_LDAP.FT_LDAP_HELPTEXT.fixedtext.text
+#. =iWu
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_LDAP\n"
+"FT_LDAP_HELPTEXT\n"
+"fixedtext.text"
msgid ""
"Please enter the required information to connect to an LDAP directory.\n"
"Please contact your system administrator if you are unsure about the following settings."
@@ -531,19 +717,43 @@ msgstr ""
"გთხოვთ შეიყვანოთ LDAP დირექტორიასთან შესაერთებლად საჭირო ინფორმაცია.\n"
"თუ არ ხართ დარწმუნებული ჩამოთვლილ პარამეტრებში, მიმართეთ თქვენს სისტემურრ ადმინისტრატორს."
-#: dbadminsetup.src#PAGE_DBWIZARD_LDAP.STR_LDAP_DEFAULT.string.text
+#. \,ib
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_LDAP\n"
+"STR_LDAP_DEFAULT\n"
+"string.text"
msgid "Default: 389"
msgstr "სტანდარტი: 389"
-#: dbadminsetup.src#PAGE_DBWIZARD_LDAP.CB_WIZ_USESSL.checkbox.text
+#. `5LH
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_LDAP\n"
+"CB_WIZ_USESSL\n"
+"checkbox.text"
msgid "Use ~secure connection (SSL)"
msgstr "უ~საფრთხო კავშირის (SSL) გამოყენება"
-#: dbadminsetup.src#PAGE_DBWIZARD_ADO.STR_ADO_HEADERTEXT.string.text
+#. AqsX
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_ADO\n"
+"STR_ADO_HEADERTEXT\n"
+"string.text"
msgid "Set up a connection to an ADO database"
msgstr "ADO მონაცემთა ბაზასთან კავშირის დაყენება"
-#: dbadminsetup.src#PAGE_DBWIZARD_ADO.STR_ADO_HELPTEXT.string.text
+#. rC+d
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_ADO\n"
+"STR_ADO_HELPTEXT\n"
+"string.text"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
"Click 'Browse' to configure provider-specific settings.\n"
@@ -553,11 +763,23 @@ msgstr ""
"პროვაიდერზე დამოკიდებული პარამეტრების დასაყენებლად დააჭირეთ 'ძებნას'.\n"
"თუ არ ხართ დარწმუნებული ჩამოთვლილ პარამეტრებში, მიმართეთ თქვენს სისტემურრ ადმინისტრატორს."
-#: dbadminsetup.src#PAGE_DBWIZARD_ODBC.STR_ODBC_HEADERTEXT.string.text
+#. dXJ_
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_ODBC\n"
+"STR_ODBC_HEADERTEXT\n"
+"string.text"
msgid "Set up a connection to an ODBC database"
msgstr "ODBC მონაცემთა ბაზის კავშირის დაყენება"
-#: dbadminsetup.src#PAGE_DBWIZARD_ODBC.STR_ODBC_HELPTEXT.string.text
+#. J6(6
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_ODBC\n"
+"STR_ODBC_HELPTEXT\n"
+"string.text"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
"Click 'Browse...' to select an ODBC database that is already registered in %PRODUCTNAME.\n"
@@ -567,11 +789,23 @@ msgstr ""
"%PRODUCTNAME-ში უკვე დარეგისტრირებული ODBC ბაზის ამოსარჩევათ დააჭირეთ 'ძებნას...'\n"
"თუ არ ხართ დარწმუნებული ჩამოთვლილ პარამეტრებში, მიმართეთ თქვენს სისტემურრ ადმინისტრატორს."
-#: dbadminsetup.src#PAGE_DBWIZARD_JDBC.STR_JDBC_HEADERTEXT.string.text
+#. `jQA
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_JDBC\n"
+"STR_JDBC_HEADERTEXT\n"
+"string.text"
msgid "Set up a connection to a JDBC database"
msgstr "JDBC მონაცემთა ბაზის კავშირის დაყენება"
-#: dbadminsetup.src#PAGE_DBWIZARD_JDBC.STR_JDBC_HELPTEXT.string.text
+#. sv51
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_JDBC\n"
+"STR_JDBC_HELPTEXT\n"
+"string.text"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
"Please contact your system administrator if you are unsure about the following settings."
@@ -579,19 +813,43 @@ msgstr ""
"JDBC მონაცემთა ბაზასთნ შესაერთებლად, გთხოვთ შეიყვანოთ საჭირო ინფორმაცია.\n"
"თუ არ ხართ დარწმუნებული ჩამოთვლილ პარამეტრებში, მიმართეთ თქვენს სისტემურრ ადმინისტრატორს."
-#: dbadminsetup.src#PAGE_DBWIZARD_ORACLE.STR_ORACLE_HEADERTEXT.string.text
+#. ~Z0B
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_ORACLE\n"
+"STR_ORACLE_HEADERTEXT\n"
+"string.text"
msgid "Set up a connection to an Oracle database"
msgstr "Oracle-ის მონაცემთა ბაზაზე კავშირის დაყენება"
-#: dbadminsetup.src#PAGE_DBWIZARD_ORACLE.STR_ORACLE_DEFAULT.string.text
+#. bQ#G
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_ORACLE\n"
+"STR_ORACLE_DEFAULT\n"
+"string.text"
msgid "Default: 1521"
msgstr "სტანდარტი: 1521"
-#: dbadminsetup.src#PAGE_DBWIZARD_ORACLE.STR_ORACLE_DRIVERCLASSTEXT.string.text
+#. uMc*
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_ORACLE\n"
+"STR_ORACLE_DRIVERCLASSTEXT\n"
+"string.text"
msgid "Oracle JDBC ~driver class"
msgstr "~Oracle JDBC დრაივერის კლასი"
-#: dbadminsetup.src#PAGE_DBWIZARD_ORACLE.STR_ORACLE_HELPTEXT.string.text
+#. gRsG
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_ORACLE\n"
+"STR_ORACLE_HELPTEXT\n"
+"string.text"
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"
"Please contact your system administrator if you are unsure about the following settings."
@@ -599,11 +857,23 @@ msgstr ""
"Oracle-ს მონაცემთა ბაზასთან შესაერთებლად გთხოვთ შეიყვანოთ საჭირო ინფორმაცია. გაითვალისწინეთ, რომ JDBC დრაივერის კლასი დაინსტალირებული უნდა იყოს თქვენს სისტემაში და რეგისტრირებული %PRODUCTNAME-თან.\n"
"თუ არ ხართ დარწმუნებული ჩამოთვლილ პარამეტრებში, მიმართეთ თქვენს სისტემურრ ადმინისტრატორს."
-#: dbadminsetup.src#PAGE_DBWIZARD_SPREADSHEET.STR_SPREADSHEET_HEADERTEXT.string.text
+#. ?lvf
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_SPREADSHEET\n"
+"STR_SPREADSHEET_HEADERTEXT\n"
+"string.text"
msgid "Set up a connection to spreadsheets"
msgstr "ელექტრონული ცხრილის კავშირის დაყენება"
-#: dbadminsetup.src#PAGE_DBWIZARD_SPREADSHEET.STR_SPREADSHEET_HELPTEXT.string.text
+#. Lg{}
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_SPREADSHEET\n"
+"STR_SPREADSHEET_HELPTEXT\n"
+"string.text"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
"%PRODUCTNAME will open this file in read-only mode."
@@ -611,365 +881,1540 @@ msgstr ""
"დააჭირეთ 'მოძიებას..' რათა აირჩიოთ %PRODUCTNAME-ის ან Microsoft Excel -ის ელ. ცხრილი.\n"
"%PRODUCTNAME გაიხსნის ამ ფაილს მხოლოდ წაკითხივის უფლებით."
-#: dbadminsetup.src#PAGE_DBWIZARD_SPREADSHEET.STR_SPREADSHEETPATH.string.text
+#. (oKh
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_SPREADSHEET\n"
+"STR_SPREADSHEETPATH\n"
+"string.text"
msgid "~Location and file name"
msgstr "~მდებარეობა და ფაილის სახელი"
-#: dbadminsetup.src#PAGE_DBWIZARD_SPREADSHEET.CB_SPREADSHEETPASSWORDREQUIRED.checkbox.text
+#. ;#lG
+#: dbadminsetup.src
+msgctxt ""
+"dbadminsetup.src\n"
+"PAGE_DBWIZARD_SPREADSHEET\n"
+"CB_SPREADSHEETPASSWORDREQUIRED\n"
+"checkbox.text"
msgid "~Password required"
msgstr "~სავალდებულოა პაროლი"
-#: directsql.src#DLG_DIRECTSQL.FL_SQL.fixedline.text
-msgid "SQL command"
-msgstr "SQL ბრძანება"
+#. _^lO
+#: admincontrols.src
+#, fuzzy
+msgctxt ""
+"admincontrols.src\n"
+"RID_MYSQL_NATIVE_SETTINGS\n"
+"FT_MYSQL_DATABASE_NAME\n"
+"fixedtext.text"
+msgid "~Database name"
+msgstr "მონაცემთა ბაზის სახელი"
+
+#. ;U^I
+#: admincontrols.src
+msgctxt ""
+"admincontrols.src\n"
+"RID_MYSQL_NATIVE_SETTINGS\n"
+"RB_MYSQL_HOST_PORT\n"
+"radiobutton.text"
+msgid "Se~rver / Port"
+msgstr ""
-#: directsql.src#DLG_DIRECTSQL.FT_SQL.fixedtext.text
-msgid "Command to execute"
-msgstr "შესრულების ბრძანება"
+#. 4Z}n
+#: admincontrols.src
+msgctxt ""
+"admincontrols.src\n"
+"RID_MYSQL_NATIVE_SETTINGS\n"
+"FT_COMMON_HOST_NAME\n"
+"fixedtext.text"
+msgid "~Server"
+msgstr ""
-#: directsql.src#DLG_DIRECTSQL.PB_EXECUTE.pushbutton.text
-msgid "Execute"
-msgstr "გაშვება"
+#. w|ti
+#: admincontrols.src
+#, fuzzy
+msgctxt ""
+"admincontrols.src\n"
+"RID_MYSQL_NATIVE_SETTINGS\n"
+"FT_COMMON_PORT\n"
+"fixedtext.text"
+msgid "~Port"
+msgstr ""
+"#-#-#-#-# config.po (PACKAGE VERSION) #-#-#-#-#\n"
+"~პორტი\n"
+"#-#-#-#-# options.po (PACKAGE VERSION) #-#-#-#-#\n"
+"~Port\n"
+"#-#-#-#-# all.po (PACKAGE VERSION) #-#-#-#-#\n"
+"~პორტი\n"
+"#-#-#-#-# dialog.po (PACKAGE VERSION) #-#-#-#-#\n"
+"~პორტი"
-#: directsql.src#DLG_DIRECTSQL.FT_HISTORY.fixedtext.text
-msgid "Previous commands"
-msgstr "წინა ბრძანებები"
+#. $ae)
+#: admincontrols.src
+msgctxt ""
+"admincontrols.src\n"
+"RID_MYSQL_NATIVE_SETTINGS\n"
+"FT_COMMON_PORT_DEFAULT\n"
+"fixedtext.text"
+msgid "Default: 3306"
+msgstr "სტანდარტი: 3306"
-#: directsql.src#DLG_DIRECTSQL.FL_STATUS.fixedline.text
-msgid "Status"
-msgstr "სტატუსი"
+#. e38~
+#: admincontrols.src
+msgctxt ""
+"admincontrols.src\n"
+"RID_MYSQL_NATIVE_SETTINGS\n"
+"RB_MYSQL_SOCKET\n"
+"radiobutton.text"
+msgid "So~cket"
+msgstr ""
-#: directsql.src#DLG_DIRECTSQL.PB_CLOSE.pushbutton.text
-msgid "Close"
-msgstr "დახურვა"
+#. S`c+
+#: admincontrols.src
+msgctxt ""
+"admincontrols.src\n"
+"RID_MYSQL_NATIVE_SETTINGS\n"
+"RB_MYSQL_NAMED_PIPE\n"
+"radiobutton.text"
+msgid "Named p~ipe"
+msgstr ""
-#: directsql.src#DLG_DIRECTSQL.modaldialog.text
-msgid "Execute SQL Statement"
-msgstr "SQL უწყების შესრულება"
+#. :-A#
+#: AutoControls_tmpl.hrc
+msgctxt ""
+"AutoControls_tmpl.hrc\n"
+"AUTO_BROWSECONTROLGROUP( AUTO_X, AUTO_Y, AUTOPAGE_X, AUTO_HID, AUTO_HID2)\n"
+"PB_AUTOBROWSEURL\n"
+"pushbutton.text"
+msgid "Browse"
+msgstr "მოძიება"
-#: directsql.src#STR_COMMAND_EXECUTED_SUCCESSFULLY.string.text
-msgid "Command successfully executed."
-msgstr "ბრძანება წარმატებით შესრულდა."
+#. 6x\s
+#: AutoControls_tmpl.hrc
+#, fuzzy
+msgctxt ""
+"AutoControls_tmpl.hrc\n"
+"AUTO_NAMECONTROLGROUP(AUTO_Y, AUTO_HID)\n"
+"FT_AUTODATABASENAME\n"
+"fixedtext.text"
+msgid "Database name"
+msgstr "მონაცემთა ბაზის სახელი"
+
+#. HgJa
+#: AutoControls_tmpl.hrc
+msgctxt ""
+"AutoControls_tmpl.hrc\n"
+"AUTO_HOSTCONTROLGROUP(AUTO_Y, AUTO_HID)\n"
+"FT_AUTOHOSTNAME\n"
+"fixedtext.text"
+msgid "Server"
+msgstr ""
-#: directsql.src#STR_DIRECTSQL_CONNECTIONLOST.string.text
-msgid "The connection to the database has been lost. This dialog will be closed."
-msgstr "კავშირი მონაცემთა ბაზასთან დაიკარგა. დიალოგი დაიხურება."
+#. p6EL
+#: AutoControls_tmpl.hrc
+msgctxt ""
+"AutoControls_tmpl.hrc\n"
+"AUTO_BASEDNCONTROLGROUP(AUTO_Y, AUTO_HID)\n"
+"FT_AUTOBASEDN\n"
+"fixedtext.text"
+msgid "Base ~DN"
+msgstr "ბაზა ~DN"
-#: queryorder.src#DLG_ORDERCRIT.LB_ORDERVALUE1.1.stringlist.text
-msgctxt "queryorder.src#DLG_ORDERCRIT.LB_ORDERVALUE1.1.stringlist.text"
-msgid "ascending"
-msgstr "ზრდადი"
+#. A%st
+#: AutoControls_tmpl.hrc
+msgctxt ""
+"AutoControls_tmpl.hrc\n"
+"AUTO_PORTCONTROLGROUP(AUTO_Y, AUTO_HID)\n"
+"FT_AUTOPORTNUMBER\n"
+"fixedtext.text"
+msgid "~Port number"
+msgstr "~პორტის ნომერი"
-#: queryorder.src#DLG_ORDERCRIT.LB_ORDERVALUE1.2.stringlist.text
-msgctxt "queryorder.src#DLG_ORDERCRIT.LB_ORDERVALUE1.2.stringlist.text"
-msgid "descending"
-msgstr "კლებადი"
+#. gm+d
+#: AutoControls_tmpl.hrc
+msgctxt ""
+"AutoControls_tmpl.hrc\n"
+"AUTO_CHARSET( AUTO_Y, AUTOPAGE_X )\n"
+"FL_DATACONVERT\n"
+"fixedline.text"
+msgid "Data conversion"
+msgstr "მონაცემთა კონვერტირება"
-#: queryorder.src#DLG_ORDERCRIT.LB_ORDERVALUE2.1.stringlist.text
-msgctxt "queryorder.src#DLG_ORDERCRIT.LB_ORDERVALUE2.1.stringlist.text"
-msgid "ascending"
-msgstr "ზრდადი"
+#. ~bs:
+#: AutoControls_tmpl.hrc
+msgctxt ""
+"AutoControls_tmpl.hrc\n"
+"AUTO_CHARSET( AUTO_Y, AUTOPAGE_X )\n"
+"FT_CHARSET\n"
+"fixedtext.text"
+msgid "~Character set"
+msgstr "~თვისებების საყენება"
-#: queryorder.src#DLG_ORDERCRIT.LB_ORDERVALUE2.2.stringlist.text
-msgctxt "queryorder.src#DLG_ORDERCRIT.LB_ORDERVALUE2.2.stringlist.text"
-msgid "descending"
-msgstr "კლებადი"
+#. `H!z
+#: AutoControls_tmpl.hrc
+msgctxt ""
+"AutoControls_tmpl.hrc\n"
+"AUTO_SEPARATORCONTROLGROUP(AUTO_Y,AUTOPAGE_X)\n"
+"FT_AUTOEXTENSIONHEADER\n"
+"fixedtext.text"
+msgid "Specify the type of files you want to access"
+msgstr "მიუთითე სასურველი ფაილის ტიპი"
-#: queryorder.src#DLG_ORDERCRIT.LB_ORDERVALUE3.1.stringlist.text
-msgctxt "queryorder.src#DLG_ORDERCRIT.LB_ORDERVALUE3.1.stringlist.text"
-msgid "ascending"
-msgstr "ზრდადი"
+#. xRp+
+#: AutoControls_tmpl.hrc
+msgctxt ""
+"AutoControls_tmpl.hrc\n"
+"AUTO_SEPARATORCONTROLGROUP(AUTO_Y,AUTOPAGE_X)\n"
+"RB_AUTOACCESSCTEXTFILES\n"
+"radiobutton.text"
+msgid "Plain text files (*.txt)"
+msgstr "ცარიელი ტექსტის ფაილები (*.txt)"
-#: queryorder.src#DLG_ORDERCRIT.LB_ORDERVALUE3.2.stringlist.text
-msgctxt "queryorder.src#DLG_ORDERCRIT.LB_ORDERVALUE3.2.stringlist.text"
-msgid "descending"
-msgstr "კლებადი"
+#. CWPo
+#: AutoControls_tmpl.hrc
+msgctxt ""
+"AutoControls_tmpl.hrc\n"
+"AUTO_SEPARATORCONTROLGROUP(AUTO_Y,AUTOPAGE_X)\n"
+"RB_AUTOACCESSCCSVFILES\n"
+"radiobutton.text"
+msgid "'Comma separated value' files (*.csv)"
+msgstr "'მძიმით გამოყოფილი' ფაილები (*.csv)"
-#: queryorder.src#DLG_ORDERCRIT.FT_ORDERFIELD.fixedtext.text
-msgctxt "queryorder.src#DLG_ORDERCRIT.FT_ORDERFIELD.fixedtext.text"
-msgid "Field name"
-msgstr "ველის სახელი"
+#. 1C2B
+#: AutoControls_tmpl.hrc
+msgctxt ""
+"AutoControls_tmpl.hrc\n"
+"AUTO_SEPARATORCONTROLGROUP(AUTO_Y,AUTOPAGE_X)\n"
+"RB_AUTOACCESSOTHERS\n"
+"radiobutton.text"
+msgid "Custom:"
+msgstr "ინდივიდუალური:"
-#: queryorder.src#DLG_ORDERCRIT.FT_ORDERAFTER1.fixedtext.text
-msgctxt "queryorder.src#DLG_ORDERCRIT.FT_ORDERAFTER1.fixedtext.text"
-msgid "and then"
-msgstr "and then"
+#. 1STv
+#: AutoControls_tmpl.hrc
+msgctxt ""
+"AutoControls_tmpl.hrc\n"
+"AUTO_SEPARATORCONTROLGROUP(AUTO_Y,AUTOPAGE_X)\n"
+"FT_AUTOOWNEXTENSIONAPPENDIX\n"
+"fixedtext.text"
+msgid "Custom: *.abc"
+msgstr "ინდივიდუალური: *.abc"
-#: queryorder.src#DLG_ORDERCRIT.FT_ORDERAFTER2.fixedtext.text
-msgctxt "queryorder.src#DLG_ORDERCRIT.FT_ORDERAFTER2.fixedtext.text"
-msgid "and then"
-msgstr "and then"
+#. \?;M
+#: AutoControls_tmpl.hrc
+msgctxt ""
+"AutoControls_tmpl.hrc\n"
+"AUTO_SEPARATORCONTROLGROUP(AUTO_Y,AUTOPAGE_X)\n"
+"FL_AUTOSEPARATOR2\n"
+"fixedline.text"
+msgid "Row Format"
+msgstr "სტრიქონის ფორმატირება"
-#: queryorder.src#DLG_ORDERCRIT.FT_ORDEROPER.fixedtext.text
-msgctxt "queryorder.src#DLG_ORDERCRIT.FT_ORDEROPER.fixedtext.text"
-msgid "Operator"
-msgstr "ოპერატორი"
+#. [9b?
+#: AutoControls_tmpl.hrc
+msgctxt ""
+"AutoControls_tmpl.hrc\n"
+"AUTO_SEPARATORCONTROLGROUP(AUTO_Y,AUTOPAGE_X)\n"
+"FT_AUTOFIELDSEPARATOR\n"
+"fixedtext.text"
+msgid "Field separator"
+msgstr "ველის გამყოფი"
-#: queryorder.src#DLG_ORDERCRIT.FT_ORDERDIR.fixedtext.text
-msgid "Order"
-msgstr "ბრძანება"
+#. +,P3
+#: AutoControls_tmpl.hrc
+msgctxt ""
+"AutoControls_tmpl.hrc\n"
+"AUTO_SEPARATORCONTROLGROUP(AUTO_Y,AUTOPAGE_X)\n"
+"FT_AUTOTEXTSEPARATOR\n"
+"fixedtext.text"
+msgid "Text separator"
+msgstr "ტექსტური გამყოფი"
-#: queryorder.src#DLG_ORDERCRIT.FL_ORDER.fixedline.text
-msgctxt "queryorder.src#DLG_ORDERCRIT.FL_ORDER.fixedline.text"
-msgid "Sort order"
-msgstr "დახარისხება"
+#. ^yUz
+#: AutoControls_tmpl.hrc
+msgctxt ""
+"AutoControls_tmpl.hrc\n"
+"AUTO_SEPARATORCONTROLGROUP(AUTO_Y,AUTOPAGE_X)\n"
+"FT_AUTODECIMALSEPARATOR\n"
+"fixedtext.text"
+msgid "Decimal separator"
+msgstr "ათობითი გამყოფი"
-#: queryorder.src#DLG_ORDERCRIT.STR_NOENTRY.string.text
-msgid "<none>"
-msgstr "<არაფერი>"
+#. XGXf
+#: AutoControls_tmpl.hrc
+msgctxt ""
+"AutoControls_tmpl.hrc\n"
+"FT_AUTOTHOUSANDSSEPARATOR\n"
+"fixedtext.text"
+msgid "Thousands separator"
+msgstr "ათასების გამყოფი"
-#: queryorder.src#DLG_ORDERCRIT.modaldialog.text
-msgid "Sort Order"
-msgstr "სორტირების ბრძანება"
+#. 1oA.
+#: AutoControls_tmpl.hrc
+msgctxt ""
+"AutoControls_tmpl.hrc\n"
+"CB_AUTOHEADER\n"
+"checkbox.text"
+msgid "~Text contains headers"
+msgstr "~ტექსტი შეიცავს ჰედერს"
+
+#. J~Fh
+#: AutoControls_tmpl.hrc
+msgctxt ""
+"AutoControls_tmpl.hrc\n"
+"STR_AUTOTEXT_FIELD_SEP_NONE\n"
+"string.text"
+msgid "{None}"
+msgstr "{არაფერი}"
+
+#. EM Dec 2002: \'Space\' refers to what you get when you hit the space bar on your keyboard.
+#. =nL2
+#: AutoControls_tmpl.hrc
+msgctxt ""
+"AutoControls_tmpl.hrc\n"
+"STR_AUTOFIELDSEPARATORLIST\n"
+"string.text"
+msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
+msgstr ""
+
+#. 3m#(
+#: AutoControls_tmpl.hrc
+msgctxt ""
+"AutoControls_tmpl.hrc\n"
+"STR_AUTODELIMITER_MISSING\n"
+"string.text"
+msgid "#1 must be set."
+msgstr "#1 დაყენებული უნდა იყოს."
+
+#. +We1
+#: AutoControls_tmpl.hrc
+msgctxt ""
+"AutoControls_tmpl.hrc\n"
+"STR_AUTODELIMITER_MUST_DIFFER\n"
+"string.text"
+msgid "#1 and #2 must be different."
+msgstr "#1 და #2 განსხვავებული უნდა იყოს."
+
+#. {1mo
+#: AutoControls_tmpl.hrc
+msgctxt ""
+"AutoControls_tmpl.hrc\n"
+"STR_AUTONO_WILDCARDS\n"
+"string.text"
+msgid "Wildcards such as ?,* are not allowed in #1."
+msgstr "ჩანაცვლების სიმბოლო როგორიცაა ?,* არ დაიშვება #1."
+
+#. jeZ\
+#: AutoControls_tmpl.hrc
+msgctxt ""
+"AutoControls_tmpl.hrc\n"
+"AUTO_JDBCDRIVERCLASSGROUP(AUTO_Y, AUTO_HID, AUTO_HID2)\n"
+"FT_AUTOJDBCDRIVERCLASS\n"
+"fixedtext.text"
+msgid "JDBC d~river class"
+msgstr "JDBC დ~რაივერის კლასი"
+
+#. LceU
+#: AutoControls_tmpl.hrc
+#, fuzzy
+msgctxt ""
+"AutoControls_tmpl.hrc\n"
+"AUTO_JDBCDRIVERCLASSGROUP(AUTO_Y, AUTO_HID, AUTO_HID2)\n"
+"PB_AUTOTESTDRIVERCLASS\n"
+"pushbutton.text"
+msgid "Test class"
+msgstr "ტესტური კლასი"
+
+#. sA+g
+#: AutoControls_tmpl.hrc
+msgctxt ""
+"AutoControls_tmpl.hrc\n"
+"AUTO_SOCKETCONTROLGROUP(AUTO_Y)\n"
+"FT_SOCKET\n"
+"fixedtext.text"
+msgid "Socket"
+msgstr ""
+
+#. YDRn
+#: adtabdlg.src
+msgctxt ""
+"adtabdlg.src\n"
+"DLG_JOIN_TABADD\n"
+"RB_CASE_TABLES\n"
+"radiobutton.text"
+msgid "Tables"
+msgstr "ცხრილები"
+
+#. T9F\
+#: adtabdlg.src
+msgctxt ""
+"adtabdlg.src\n"
+"DLG_JOIN_TABADD\n"
+"RB_CASE_QUERIES\n"
+"radiobutton.text"
+msgid "Queries"
+msgstr "მოთხოვნები"
+
+#. ;GDK
+#: adtabdlg.src
+msgctxt ""
+"adtabdlg.src\n"
+"DLG_JOIN_TABADD\n"
+"PB_ADDTABLE\n"
+"pushbutton.text"
+msgid "~Add"
+msgstr "~დამატება"
+
+#. }OFr
+#: adtabdlg.src
+msgctxt ""
+"adtabdlg.src\n"
+"DLG_JOIN_TABADD\n"
+"PB_CLOSE\n"
+"cancelbutton.text"
+msgid "~Close"
+msgstr "~დახურვა"
+
+#. :@gb
+#: adtabdlg.src
+msgctxt ""
+"adtabdlg.src\n"
+"DLG_JOIN_TABADD\n"
+"STR_ADD_TABLES\n"
+"string.text"
+msgid "Add Tables"
+msgstr "ცხრილის დამატება"
+
+#. MQVE
+#: adtabdlg.src
+msgctxt ""
+"adtabdlg.src\n"
+"DLG_JOIN_TABADD\n"
+"STR_ADD_TABLE_OR_QUERY\n"
+"string.text"
+msgid "Add Table or Query"
+msgstr "ცხრილის ან მოთხოვნის დამატება"
+
+#. ;2;l
+#: UserAdmin.src
+msgctxt ""
+"UserAdmin.src\n"
+"TAB_PAGE_USERADMIN\n"
+"FL_USER\n"
+"fixedline.text"
+msgid "User selection"
+msgstr "მომხმარებლის შერჩევა"
+
+#. 7F_B
+#: UserAdmin.src
+msgctxt ""
+"UserAdmin.src\n"
+"TAB_PAGE_USERADMIN\n"
+"FT_USER\n"
+"fixedtext.text"
+msgid "Us~er:"
+msgstr "მომხმარე~ბელი:"
-#: ConnectionPage.src#PAGE_CONNECTION.FL_SEPARATOR1.fixedline.text
-msgctxt "ConnectionPage.src#PAGE_CONNECTION.FL_SEPARATOR1.fixedline.text"
+#. bvaS
+#: UserAdmin.src
+msgctxt ""
+"UserAdmin.src\n"
+"TAB_PAGE_USERADMIN\n"
+"PB_NEWUSER\n"
+"pushbutton.text"
+msgid "~Add User..."
+msgstr "~მომხმარებლის დამატება..."
+
+#. 0p(6
+#: UserAdmin.src
+msgctxt ""
+"UserAdmin.src\n"
+"TAB_PAGE_USERADMIN\n"
+"PB_CHANGEPWD\n"
+"pushbutton.text"
+msgid "Change ~Password..."
+msgstr "პაროლის ~შეცვლა..."
+
+#. ET(d
+#: UserAdmin.src
+msgctxt ""
+"UserAdmin.src\n"
+"TAB_PAGE_USERADMIN\n"
+"PB_DELETEUSER\n"
+"pushbutton.text"
+msgid "~Delete User..."
+msgstr "~მომხმარებლის წაშლა..."
+
+#. .fB!
+#: UserAdmin.src
+msgctxt ""
+"UserAdmin.src\n"
+"TAB_PAGE_USERADMIN\n"
+"FL_TABLE_GRANTS\n"
+"fixedline.text"
+msgid "Access rights for selected user"
+msgstr "მონიშნული მომხმარებლის წვდომის უფლებები"
+
+#. -JJP
+#: UserAdmin.src
+msgctxt ""
+"UserAdmin.src\n"
+"QUERY_USERADMIN_DELETE_USER\n"
+"querybox.text"
+msgid "Do you really want to delete the user?"
+msgstr "გნებავთ წაშალოთ მომხმარებელი?"
+
+#. UN`:
+#: UserAdmin.src
+msgctxt ""
+"UserAdmin.src\n"
+"STR_USERADMIN_NOT_AVAILABLE\n"
+"string.text"
+msgid "The database does not support user administration."
+msgstr "მონაცემთა ბაზა არ ეთანხმება მომხმარებლის ადმინისტრაციას."
+
+#. pamf
+#: UserAdmin.src
+msgctxt ""
+"UserAdmin.src\n"
+"DLG_PASSWORD\n"
+"FL_USER\n"
+"fixedline.text"
+msgid "User \"$name$: $\""
+msgstr "მომხარებელი \"$name$: $\""
+
+#. fD9T
+#: UserAdmin.src
+msgctxt ""
+"UserAdmin.src\n"
+"DLG_PASSWORD\n"
+"FT_OLDPASSWORD\n"
+"fixedtext.text"
+msgid "Old p~assword"
+msgstr "ძველი პ~აროლი"
+
+#. SinN
+#: UserAdmin.src
+msgctxt ""
+"UserAdmin.src\n"
+"DLG_PASSWORD\n"
+"FT_PASSWORD\n"
+"fixedtext.text"
+msgid "~Password"
+msgstr "~პაროლი"
+
+#. Qj;-
+#: UserAdmin.src
+#, fuzzy
+msgctxt ""
+"UserAdmin.src\n"
+"DLG_PASSWORD\n"
+"FT_PASSWORD_REPEAT\n"
+"fixedtext.text"
+msgid "~Confirm password"
+msgstr "~პაროლის დადასტურება"
+
+#. irnY
+#: UserAdmin.src
+msgctxt ""
+"UserAdmin.src\n"
+"DLG_PASSWORD\n"
+"modaldialog.text"
+msgid "Change Password"
+msgstr "პაროლის შეცვლა"
+
+#. ]7nT
+#: UserAdmin.src
+msgctxt ""
+"UserAdmin.src\n"
+"STR_ERROR_PASSWORDS_NOT_IDENTICAL\n"
+"string.text"
+msgid "The passwords do not match. Please enter the password again."
+msgstr "პაროლი არ ემთხვევა. გთხოვთ შეიყვანეთ პაროლი ხელმეორედ."
+
+#. @`Wp
+#: ConnectionPage.src
+msgctxt ""
+"ConnectionPage.src\n"
+"PAGE_CONNECTION\n"
+"FL_SEPARATOR1\n"
+"fixedline.text"
msgid "General"
msgstr "ზოგადი"
-#: ConnectionPage.src#PAGE_CONNECTION.FT_HOSTNAME.fixedtext.text
-msgctxt "ConnectionPage.src#PAGE_CONNECTION.FT_HOSTNAME.fixedtext.text"
+#. 5BSd
+#: ConnectionPage.src
+msgctxt ""
+"ConnectionPage.src\n"
+"PAGE_CONNECTION\n"
+"FT_HOSTNAME\n"
+"fixedtext.text"
msgid "~Host name"
msgstr "~ჰოსტის სახელი"
-#: ConnectionPage.src#PAGE_CONNECTION.FL_SEPARATOR2.fixedline.text
-msgctxt "ConnectionPage.src#PAGE_CONNECTION.FL_SEPARATOR2.fixedline.text"
+#. O?pb
+#: ConnectionPage.src
+msgctxt ""
+"ConnectionPage.src\n"
+"PAGE_CONNECTION\n"
+"FL_SEPARATOR2\n"
+"fixedline.text"
msgid "User authentication"
msgstr "მომხმარებლის ავთენტიფიკაცია"
-#: ConnectionPage.src#PAGE_CONNECTION.FT_USERNAME.fixedtext.text
-msgctxt "ConnectionPage.src#PAGE_CONNECTION.FT_USERNAME.fixedtext.text"
+#. 8n{0
+#: ConnectionPage.src
+msgctxt ""
+"ConnectionPage.src\n"
+"PAGE_CONNECTION\n"
+"FT_USERNAME\n"
+"fixedtext.text"
msgid "~User name"
msgstr "~მომხმარებლის სახელი"
-#: ConnectionPage.src#PAGE_CONNECTION.CB_PASSWORD_REQUIRED.checkbox.text
-msgctxt "ConnectionPage.src#PAGE_CONNECTION.CB_PASSWORD_REQUIRED.checkbox.text"
+#. d)K?
+#: ConnectionPage.src
+msgctxt ""
+"ConnectionPage.src\n"
+"PAGE_CONNECTION\n"
+"CB_PASSWORD_REQUIRED\n"
+"checkbox.text"
msgid "Password required"
msgstr "პაროლი სავალდებულოა"
-#: ConnectionPage.src#PAGE_CONNECTION.FL_SEPARATOR3.fixedline.text
+#. w6dh
+#: ConnectionPage.src
+msgctxt ""
+"ConnectionPage.src\n"
+"PAGE_CONNECTION\n"
+"FL_SEPARATOR3\n"
+"fixedline.text"
msgid "JDBC properties"
msgstr "JDBC-ს თვისებები"
-#: ConnectionPage.src#PAGE_CONNECTION.FT_JDBCDRIVERCLASS.fixedtext.text
+#. d=^3
+#: ConnectionPage.src
+msgctxt ""
+"ConnectionPage.src\n"
+"PAGE_CONNECTION\n"
+"FT_JDBCDRIVERCLASS\n"
+"fixedtext.text"
msgid "~JDBC driver class"
msgstr "~JDBC დრაივერის კლასი"
-#: ConnectionPage.src#PAGE_CONNECTION.PB_TESTDRIVERCLASS.pushbutton.text
+#. oO(K
+#: ConnectionPage.src
+msgctxt ""
+"ConnectionPage.src\n"
+"PAGE_CONNECTION\n"
+"PB_TESTDRIVERCLASS\n"
+"pushbutton.text"
msgid "Test Class"
msgstr "კლასის ტესტირება"
-#: ConnectionPage.src#PAGE_CONNECTION.PB_TESTCONNECTION.pushbutton.text
+#. @#%8
+#: ConnectionPage.src
+msgctxt ""
+"ConnectionPage.src\n"
+"PAGE_CONNECTION\n"
+"PB_TESTCONNECTION\n"
+"pushbutton.text"
msgid "Test Connection"
msgstr "კავშირის ტესტირება"
-#: ConnectionPage.src#STR_CONNECTION_TEST.string.text
+#. Vc?;
+#: ConnectionPage.src
+msgctxt ""
+"ConnectionPage.src\n"
+"STR_CONNECTION_TEST\n"
+"string.text"
msgid "Connection Test"
msgstr "კავშირის ტესტირება"
-#: ConnectionPage.src#STR_CONNECTION_SUCCESS.string.text
+#. IL]+
+#: ConnectionPage.src
+msgctxt ""
+"ConnectionPage.src\n"
+"STR_CONNECTION_SUCCESS\n"
+"string.text"
msgid "The connection was established successfully."
msgstr "დაკავშირება წარმატებით განხორციელდა."
-#: ConnectionPage.src#STR_CONNECTION_NO_SUCCESS.string.text
+#. \tud
+#: ConnectionPage.src
+msgctxt ""
+"ConnectionPage.src\n"
+"STR_CONNECTION_NO_SUCCESS\n"
+"string.text"
msgid "The connection could not be established."
msgstr "დაკავშირება არ განხორციელდა წარმატებით."
-#: ConnectionPage.src#STR_JDBCDRIVER_SUCCESS.string.text
+#. Az|t
+#: ConnectionPage.src
+msgctxt ""
+"ConnectionPage.src\n"
+"STR_JDBCDRIVER_SUCCESS\n"
+"string.text"
msgid "The JDBC driver was loaded successfully."
msgstr "JDBC დრაივერი წარმატებით ჩაიტვირთა."
-#: ConnectionPage.src#STR_JDBCDRIVER_NO_SUCCESS.string.text
+#. iPjC
+#: ConnectionPage.src
+msgctxt ""
+"ConnectionPage.src\n"
+"STR_JDBCDRIVER_NO_SUCCESS\n"
+"string.text"
msgid "The JDBC driver could not be loaded."
msgstr "JDBC დრაივერი ვერ ჩაიტვირთა."
-#: ConnectionPage.src#STR_MSACCESS_FILTERNAME.string.text
+#. /-LM
+#: ConnectionPage.src
+msgctxt ""
+"ConnectionPage.src\n"
+"STR_MSACCESS_FILTERNAME\n"
+"string.text"
msgid "MS Access file"
msgstr "MS წვდომის ფაილი"
-#: ConnectionPage.src#STR_MSACCESS_2007_FILTERNAME.string.text
+#. ZbpT
+#: ConnectionPage.src
+msgctxt ""
+"ConnectionPage.src\n"
+"STR_MSACCESS_2007_FILTERNAME\n"
+"string.text"
msgid "MS Access 2007 file"
msgstr ""
-#: UserAdminDlg.src#DLG_DATABASE_USERADMIN.STR_PAGETITLE_USERADMIN.string.text
+#. D36C
+#: indexdialog.src
+msgctxt ""
+"indexdialog.src\n"
+"DLG_INDEXDESIGN.TLB_ACTIONS\n"
+"ID_INDEX_NEW\n"
+"toolboxitem.text"
+msgid "New Index"
+msgstr "ახალი ინდექსი"
+
+#. 8l#U
+#: indexdialog.src
+msgctxt ""
+"indexdialog.src\n"
+"DLG_INDEXDESIGN.TLB_ACTIONS\n"
+"ID_INDEX_DROP\n"
+"toolboxitem.text"
+msgid "Delete Current Index"
+msgstr "მიმდინარე ინდექსის წაშლა"
+
+#. 9MlT
+#: indexdialog.src
+msgctxt ""
+"indexdialog.src\n"
+"DLG_INDEXDESIGN.TLB_ACTIONS\n"
+"ID_INDEX_RENAME\n"
+"toolboxitem.text"
+msgid "Rename Current Index"
+msgstr "მიმდინარე ინდექსის გადარქმევა"
+
+#. R6,[
+#: indexdialog.src
+msgctxt ""
+"indexdialog.src\n"
+"DLG_INDEXDESIGN.TLB_ACTIONS\n"
+"ID_INDEX_SAVE\n"
+"toolboxitem.text"
+msgid "Save Current Index"
+msgstr "მიმდინარე ინდექსის შენახვა"
+
+#. iUa]
+#: indexdialog.src
+msgctxt ""
+"indexdialog.src\n"
+"DLG_INDEXDESIGN.TLB_ACTIONS\n"
+"ID_INDEX_RESET\n"
+"toolboxitem.text"
+msgid "Reset Current Index"
+msgstr "მიმდინარე ინდექსის ჩამოყრა"
+
+#. 7RS/
+#: indexdialog.src
+msgctxt ""
+"indexdialog.src\n"
+"DLG_INDEXDESIGN\n"
+"FL_INDEXDETAILS\n"
+"fixedline.text"
+msgid "Index details"
+msgstr "ინდექსის დეტალები"
+
+#. w$KI
+#: indexdialog.src
+msgctxt ""
+"indexdialog.src\n"
+"DLG_INDEXDESIGN\n"
+"FT_DESC_LABEL\n"
+"fixedtext.text"
+msgid "Index identifier:"
+msgstr "ინდექსის ამომცნობი:"
+
+#. ZQl)
+#: indexdialog.src
+msgctxt ""
+"indexdialog.src\n"
+"DLG_INDEXDESIGN\n"
+"CB_UNIQUE\n"
+"checkbox.text"
+msgid "~Unique"
+msgstr "~უნიკალური"
+
+#. /.[`
+#: indexdialog.src
+msgctxt ""
+"indexdialog.src\n"
+"DLG_INDEXDESIGN\n"
+"FT_FIELDS\n"
+"fixedtext.text"
+msgid "Fields"
+msgstr "ველები"
+
+#. rvRK
+#: indexdialog.src
+msgctxt ""
+"indexdialog.src\n"
+"DLG_INDEXDESIGN\n"
+"PB_CLOSE\n"
+"pushbutton.text"
+msgid "~Close"
+msgstr "~დახურვა"
+
+#. SSe{
+#: indexdialog.src
+msgctxt ""
+"indexdialog.src\n"
+"DLG_INDEXDESIGN\n"
+"modaldialog.text"
+msgid "Indexes"
+msgstr "ინდექსები"
+
+#. @J((
+#: indexdialog.src
+msgctxt ""
+"indexdialog.src\n"
+"STR_TAB_INDEX_SORTORDER\n"
+"string.text"
+msgid "Sort order"
+msgstr "დახარისხების მიმართულება"
+
+#. +20R
+#: indexdialog.src
+msgctxt ""
+"indexdialog.src\n"
+"STR_TAB_INDEX_FIELD\n"
+"string.text"
+msgid "Index field"
+msgstr "ინდექსის ველი"
+
+#. 2[30
+#: indexdialog.src
+msgctxt ""
+"indexdialog.src\n"
+"STR_ORDER_ASCENDING\n"
+"string.text"
+msgid "Ascending"
+msgstr "მზარდი"
+
+#. ;o^d
+#: indexdialog.src
+msgctxt ""
+"indexdialog.src\n"
+"STR_ORDER_DESCENDING\n"
+"string.text"
+msgid "Descending"
+msgstr "კლებადი"
+
+#. 3*]#
+#: indexdialog.src
+msgctxt ""
+"indexdialog.src\n"
+"STR_CONFIRM_DROP_INDEX\n"
+"string.text"
+msgid "Do you really want to delete the index '$name$'?"
+msgstr "დარწმუნებული ხართ, რომ გსურთ ინდექსი '$name$'-ის წაშლა?"
+
+#. yAOm
+#: indexdialog.src
+msgctxt ""
+"indexdialog.src\n"
+"STR_LOGICAL_INDEX_NAME\n"
+"string.text"
+msgid "index"
+msgstr "ინდექსი"
+
+#. ^shB
+#: indexdialog.src
+msgctxt ""
+"indexdialog.src\n"
+"ERR_NEED_INDEX_FIELDS\n"
+"errorbox.text"
+msgid "The index must contain at least one field."
+msgstr "ინდექსი უნდა შეიცავდეს სულ მცირე ერთ ველს."
+
+#. rLRc
+#: indexdialog.src
+msgctxt ""
+"indexdialog.src\n"
+"ERR_NEED_INDEX_FIELDS\n"
+"errorbox.title"
+msgid "Save Index"
+msgstr "ინდექსის შენახვა"
+
+#. SgJ^
+#: indexdialog.src
+msgctxt ""
+"indexdialog.src\n"
+"QUERY_SAVE_CURRENT_INDEX\n"
+"querybox.text"
+msgid "Do you want to save the changes made to the current index?"
+msgstr "გნებავთ მიმდინარე ინდექსში შეტანილი ცვლილებების შენახვა?"
+
+#. WPnm
+#: indexdialog.src
+msgctxt ""
+"indexdialog.src\n"
+"QUERY_SAVE_CURRENT_INDEX\n"
+"querybox.title"
+msgid "Exit Index Design"
+msgstr "ინდექსის დიზაინის დატოვება"
+
+#. T/54
+#: indexdialog.src
+msgctxt ""
+"indexdialog.src\n"
+"STR_INDEX_NAME_ALREADY_USED\n"
+"string.text"
+msgid "There is already another index named \"$name$\"."
+msgstr "სხვა ინდექსი სახელად \"$name$\" უკვე არსებობს."
+
+#. 4,G}
+#: indexdialog.src
+msgctxt ""
+"indexdialog.src\n"
+"STR_INDEXDESIGN_DOUBLE_COLUMN_NAME\n"
+"string.text"
+msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
+msgstr "ინდექსის განმარტებაში ცხრილის სვეტი უნდა გამოჩნდეს მხოლოდ ერთხელ. თუმცა, თქვენ შეიყვანეთ სვეტი \"$name$\" ორჯერ."
+
+#. YvCP
+#: RelationDlg.src
+msgctxt ""
+"RelationDlg.src\n"
+"DLG_REL_PROPERTIES.WND_CONTROL\n"
+"FL_INVOLVED_TABLES\n"
+"fixedline.text"
+msgid "Tables involved"
+msgstr "შემავალი ცხრილები"
+
+#. !kk6
+#: RelationDlg.src
+msgctxt ""
+"RelationDlg.src\n"
+"DLG_REL_PROPERTIES.WND_CONTROL\n"
+"FL_INVOLVED_FIELDS\n"
+"fixedline.text"
+msgid "Fields involved"
+msgstr "შემავალი ველები"
+
+#. $5V0
+#: RelationDlg.src
+msgctxt ""
+"RelationDlg.src\n"
+"DLG_REL_PROPERTIES\n"
+"FL_CASC_UPD\n"
+"fixedline.text"
+msgid "Update options"
+msgstr "პარამეტრების განახლება"
+
+#. hWIU
+#: RelationDlg.src
+msgctxt ""
+"RelationDlg.src\n"
+"DLG_REL_PROPERTIES\n"
+"RB_NO_CASC_UPD\n"
+"radiobutton.text"
+msgid "~No action"
+msgstr "~უმოქმოდოდ"
+
+#. 1%#_
+#: RelationDlg.src
+msgctxt ""
+"RelationDlg.src\n"
+"DLG_REL_PROPERTIES\n"
+"RB_CASC_UPD\n"
+"radiobutton.text"
+msgid "~Update cascade"
+msgstr "~კასკადის განახლება"
+
+#. FA!m
+#: RelationDlg.src
+msgctxt ""
+"RelationDlg.src\n"
+"DLG_REL_PROPERTIES\n"
+"RB_CASC_UPD_NULL\n"
+"radiobutton.text"
+msgid "~Set null"
+msgstr "~განულება"
+
+#. TL$:
+#: RelationDlg.src
+msgctxt ""
+"RelationDlg.src\n"
+"DLG_REL_PROPERTIES\n"
+"RB_CASC_UPD_DEFAULT\n"
+"radiobutton.text"
+msgid "Set ~default"
+msgstr "~საწყისზე დაყენება"
+
+#. P/w[
+#: RelationDlg.src
+msgctxt ""
+"RelationDlg.src\n"
+"DLG_REL_PROPERTIES\n"
+"FL_CASC_DEL\n"
+"fixedline.text"
+msgid "Delete options"
+msgstr "პარამეტრების წაშლა"
+
+#. VVn6
+#: RelationDlg.src
+msgctxt ""
+"RelationDlg.src\n"
+"DLG_REL_PROPERTIES\n"
+"RB_NO_CASC_DEL\n"
+"radiobutton.text"
+msgid "~No action"
+msgstr "~უმოქმედოდ"
+
+#. CRXV
+#: RelationDlg.src
+msgctxt ""
+"RelationDlg.src\n"
+"DLG_REL_PROPERTIES\n"
+"RB_CASC_DEL\n"
+"radiobutton.text"
+msgid "Delete ~cascade"
+msgstr "კასკადის~წაშლა"
+
+#. k,W^
+#: RelationDlg.src
+msgctxt ""
+"RelationDlg.src\n"
+"DLG_REL_PROPERTIES\n"
+"RB_CASC_DEL_NULL\n"
+"radiobutton.text"
+msgid "~Set null"
+msgstr "~განულება"
+
+#. $ewE
+#: RelationDlg.src
+msgctxt ""
+"RelationDlg.src\n"
+"DLG_REL_PROPERTIES\n"
+"RB_CASC_DEL_DEFAULT\n"
+"radiobutton.text"
+msgid "Set ~default"
+msgstr "~საწყისზე დაყენება"
+
+#. C+##
+#: RelationDlg.src
+msgctxt ""
+"RelationDlg.src\n"
+"DLG_REL_PROPERTIES\n"
+"modaldialog.text"
+msgid "Relations"
+msgstr "კავშირები"
+
+#. WM_x
+#: dsselect.src
+msgctxt ""
+"dsselect.src\n"
+"DLG_DATASOURCE_SELECTION\n"
+"FT_DESCRIPTION\n"
+"fixedtext.text"
+msgid "Choose a data source:"
+msgstr "მონაცემთა წყაროს არჩევა:"
+
+#. %K`o
+#: dsselect.src
+msgctxt ""
+"dsselect.src\n"
+"DLG_DATASOURCE_SELECTION\n"
+"PB_MANAGE\n"
+"pushbutton.text"
+msgid "Organize..."
+msgstr "ორგანიზება..."
+
+#. LmJ3
+#: dsselect.src
+msgctxt ""
+"dsselect.src\n"
+"DLG_DATASOURCE_SELECTION\n"
+"PB_CREATE\n"
+"pushbutton.text"
+msgid "Create..."
+msgstr "შექმნა..."
+
+#. g59A
+#: dsselect.src
+msgctxt ""
+"dsselect.src\n"
+"DLG_DATASOURCE_SELECTION\n"
+"STR_LOCAL_DATASOURCES\n"
+"string.text"
+msgid "Local Databases"
+msgstr "ადგილობრივი მონაცემთა ბაზა"
+
+#. EOo,
+#: dsselect.src
+msgctxt ""
+"dsselect.src\n"
+"DLG_DATASOURCE_SELECTION\n"
+"STR_DESCRIPTION2\n"
+"string.text"
+msgid "Choose a database"
+msgstr "მონაცემთა ბაზის არჩევა"
+
+#. |,ZV
+#: dsselect.src
+msgctxt ""
+"dsselect.src\n"
+"DLG_DATASOURCE_SELECTION\n"
+"modaldialog.text"
+msgid "Data Source"
+msgstr "მონაცემთა წყარო"
+
+#. /kst
+#: paramdialog.src
+msgctxt ""
+"paramdialog.src\n"
+"DLG_PARAMETERS\n"
+"FL_PARAMS\n"
+"fixedline.text"
+msgid "~Parameters"
+msgstr "~პარამეტრები"
+
+#. pRnb
+#: paramdialog.src
+msgctxt ""
+"paramdialog.src\n"
+"DLG_PARAMETERS\n"
+"FT_VALUE\n"
+"fixedtext.text"
+msgid "~Value"
+msgstr "~მნიშვნელობა"
+
+#. NA%L
+#: paramdialog.src
+msgctxt ""
+"paramdialog.src\n"
+"DLG_PARAMETERS\n"
+"BT_TRAVELNEXT\n"
+"pushbutton.text"
+msgid "~Next"
+msgstr "~შემდეგი"
+
+#. qDEP
+#: paramdialog.src
+msgctxt ""
+"paramdialog.src\n"
+"DLG_PARAMETERS\n"
+"STR_COULD_NOT_CONVERT_PARAM\n"
+"string.text"
+msgid "The entry could not be converted to a valid value for the \"$name$\"column"
+msgstr "ჩანაწერი ვერ კონვერტირდება ვარგის მნიშვნელობად \"$name$\" სვეტისთვის"
+
+#. B}3N
+#: paramdialog.src
+msgctxt ""
+"paramdialog.src\n"
+"DLG_PARAMETERS\n"
+"modaldialog.text"
+msgid "Parameter Input"
+msgstr "მუდმივი შეტანა"
+
+#. ;zAN
+#: dlgsize.src
+msgctxt ""
+"dlgsize.src\n"
+"DLG_ROWHEIGHT\n"
+"FT_VALUE\n"
+"fixedtext.text"
+msgid "~Height"
+msgstr "~სიმაღლე"
+
+#. -y\s
+#: dlgsize.src
+msgctxt ""
+"dlgsize.src\n"
+"DLG_ROWHEIGHT\n"
+"CB_STANDARD\n"
+"checkbox.text"
+msgid "~Automatic"
+msgstr "~ავტომატური"
+
+#. %^F0
+#: dlgsize.src
+msgctxt ""
+"dlgsize.src\n"
+"DLG_ROWHEIGHT\n"
+"modaldialog.text"
+msgid "Row Height"
+msgstr "სტრიქონის სიმაღლე"
+
+#. ?GHK
+#: dlgsize.src
+msgctxt ""
+"dlgsize.src\n"
+"DLG_COLWIDTH\n"
+"FT_VALUE\n"
+"fixedtext.text"
+msgid "~Width"
+msgstr "~სიგანე"
+
+#. VE;(
+#: dlgsize.src
+msgctxt ""
+"dlgsize.src\n"
+"DLG_COLWIDTH\n"
+"CB_STANDARD\n"
+"checkbox.text"
+msgid "~Automatic"
+msgstr "~ავტომატური"
+
+#. U3F2
+#: dlgsize.src
+msgctxt ""
+"dlgsize.src\n"
+"DLG_COLWIDTH\n"
+"modaldialog.text"
+msgid "Column Width"
+msgstr "სვტის სიგანე"
+
+#. %@Zj
+#: UserAdminDlg.src
+msgctxt ""
+"UserAdminDlg.src\n"
+"DLG_DATABASE_USERADMIN\n"
+"STR_PAGETITLE_USERADMIN\n"
+"string.text"
msgid "User Settings"
msgstr "მომხმარებლის პარამეტრები"
-#: UserAdminDlg.src#DLG_DATABASE_USERADMIN.tabdialog.text
+#. [n;|
+#: UserAdminDlg.src
+msgctxt ""
+"UserAdminDlg.src\n"
+"DLG_DATABASE_USERADMIN\n"
+"tabdialog.text"
msgid "User administration"
msgstr "მომხმარებლის ადმინისტრაცია"
-#: queryfilter.src#DLG_FILTERCRIT.LB_WHERECOND2.1.stringlist.text
-msgctxt "queryfilter.src#DLG_FILTERCRIT.LB_WHERECOND2.1.stringlist.text"
+#. ,IC5
+#: queryfilter.src
+msgctxt ""
+"queryfilter.src\n"
+"DLG_FILTERCRIT.LB_WHERECOND2\n"
+"1\n"
+"stringlist.text"
msgid "AND"
msgstr "AND"
-#: queryfilter.src#DLG_FILTERCRIT.LB_WHERECOND2.2.stringlist.text
-msgctxt "queryfilter.src#DLG_FILTERCRIT.LB_WHERECOND2.2.stringlist.text"
+#. A8/!
+#: queryfilter.src
+msgctxt ""
+"queryfilter.src\n"
+"DLG_FILTERCRIT.LB_WHERECOND2\n"
+"2\n"
+"stringlist.text"
msgid "OR"
msgstr "OR"
-#: queryfilter.src#DLG_FILTERCRIT.LB_WHERECOND3.1.stringlist.text
-msgctxt "queryfilter.src#DLG_FILTERCRIT.LB_WHERECOND3.1.stringlist.text"
+#. nm[J
+#: queryfilter.src
+msgctxt ""
+"queryfilter.src\n"
+"DLG_FILTERCRIT.LB_WHERECOND3\n"
+"1\n"
+"stringlist.text"
msgid "AND"
msgstr "AND"
-#: queryfilter.src#DLG_FILTERCRIT.LB_WHERECOND3.2.stringlist.text
-msgctxt "queryfilter.src#DLG_FILTERCRIT.LB_WHERECOND3.2.stringlist.text"
+#. Rd28
+#: queryfilter.src
+msgctxt ""
+"queryfilter.src\n"
+"DLG_FILTERCRIT.LB_WHERECOND3\n"
+"2\n"
+"stringlist.text"
msgid "OR"
msgstr "OR"
-#: queryfilter.src#DLG_FILTERCRIT.FT_WHEREFIELD.fixedtext.text
-msgctxt "queryfilter.src#DLG_FILTERCRIT.FT_WHEREFIELD.fixedtext.text"
+#. (k^l
+#: queryfilter.src
+msgctxt ""
+"queryfilter.src\n"
+"DLG_FILTERCRIT\n"
+"FT_WHEREFIELD\n"
+"fixedtext.text"
msgid "Field name"
msgstr "ველის სახელი"
-#: queryfilter.src#DLG_FILTERCRIT.FT_WHERECOMP.fixedtext.text
+#. yu4j
+#: queryfilter.src
+msgctxt ""
+"queryfilter.src\n"
+"DLG_FILTERCRIT\n"
+"FT_WHERECOMP\n"
+"fixedtext.text"
msgid "Condition"
msgstr "მდგომარეობა"
-#: queryfilter.src#DLG_FILTERCRIT.FT_WHEREVALUE.fixedtext.text
+#. hI8?
+#: queryfilter.src
+msgctxt ""
+"queryfilter.src\n"
+"DLG_FILTERCRIT\n"
+"FT_WHEREVALUE\n"
+"fixedtext.text"
msgid "Value"
msgstr "მნიშვნელობა"
-#: queryfilter.src#DLG_FILTERCRIT.FT_WHEREOPER.fixedtext.text
-msgctxt "queryfilter.src#DLG_FILTERCRIT.FT_WHEREOPER.fixedtext.text"
+#. WE?/
+#: queryfilter.src
+msgctxt ""
+"queryfilter.src\n"
+"DLG_FILTERCRIT\n"
+"FT_WHEREOPER\n"
+"fixedtext.text"
msgid "Operator"
msgstr "ოპერატორი"
-#: queryfilter.src#DLG_FILTERCRIT.FL_FIELDS.fixedline.text
+#. +,T)
+#: queryfilter.src
+msgctxt ""
+"queryfilter.src\n"
+"DLG_FILTERCRIT\n"
+"FL_FIELDS\n"
+"fixedline.text"
msgid "Criteria"
msgstr "კროტერიუმი"
-#: queryfilter.src#DLG_FILTERCRIT.STR_NOENTRY.string.text
+#. =p+m
+#: queryfilter.src
+msgctxt ""
+"queryfilter.src\n"
+"DLG_FILTERCRIT\n"
+"STR_NOENTRY\n"
+"string.text"
msgid "- none -"
msgstr "-არაფერი-"
-#: queryfilter.src#DLG_FILTERCRIT.STR_COMPARE_OPERATORS.string.text
+#. FQ8-
+#: queryfilter.src
+msgctxt ""
+"queryfilter.src\n"
+"DLG_FILTERCRIT\n"
+"STR_COMPARE_OPERATORS\n"
+"string.text"
msgid "=;<>;<;<=;>;>=;like;not like;null;not null"
msgstr "=;<>;<;<=;>;>=;მსგავსი;განსხვავებული;ნული;ნული არა"
-#: queryfilter.src#DLG_FILTERCRIT.modaldialog.text
+#. wMcy
+#: queryfilter.src
+msgctxt ""
+"queryfilter.src\n"
+"DLG_FILTERCRIT\n"
+"modaldialog.text"
msgid "Standard Filter"
msgstr "სტანდარტული ფილტრი"
-#: dlgsize.src#DLG_ROWHEIGHT.FT_VALUE.fixedtext.text
-msgid "~Height"
-msgstr "~სიმაღლე"
-
-#: dlgsize.src#DLG_ROWHEIGHT.CB_STANDARD.checkbox.text
-msgctxt "dlgsize.src#DLG_ROWHEIGHT.CB_STANDARD.checkbox.text"
-msgid "~Automatic"
-msgstr "~ავტომატური"
-
-#: dlgsize.src#DLG_ROWHEIGHT.modaldialog.text
-msgid "Row Height"
-msgstr "სტრიქონის სიმაღლე"
-
-#: dlgsize.src#DLG_COLWIDTH.FT_VALUE.fixedtext.text
-msgid "~Width"
-msgstr "~სიგანე"
-
-#: dlgsize.src#DLG_COLWIDTH.CB_STANDARD.checkbox.text
-msgctxt "dlgsize.src#DLG_COLWIDTH.CB_STANDARD.checkbox.text"
-msgid "~Automatic"
-msgstr "~ავტომატური"
-
-#: dlgsize.src#DLG_COLWIDTH.modaldialog.text
-msgid "Column Width"
-msgstr "სვტის სიგანე"
-
-#: dbfindex.src#DLG_DBASE_INDEXES.FT_TABLES.fixedtext.text
-msgid "~Table"
-msgstr "~ცხრილი"
-
-#: dbfindex.src#DLG_DBASE_INDEXES.FL_INDEXES.fixedline.text
-msgid "Assignment"
-msgstr "მინიჭება"
-
-#: dbfindex.src#DLG_DBASE_INDEXES.FT_TABLEINDEXES.fixedtext.text
-msgid "T~able indexes"
-msgstr "ც~რილის ინდექსი"
-
-#: dbfindex.src#DLG_DBASE_INDEXES.FT_ALLINDEXES.fixedtext.text
-msgid "~Free indexes"
-msgstr "~თავისუფალი ინდექსი"
-
-#: dbfindex.src#DLG_DBASE_INDEXES.modaldialog.text
-msgctxt "dbfindex.src#DLG_DBASE_INDEXES.modaldialog.text"
-msgid "Indexes"
-msgstr "ინდექსები"
-
-#: advancedsettings.src#AUTO_DATAHANDLING_AUTO_Y_.FL_DATAHANDLING.fixedline.text
+#. ~R+m
+#: advancedsettings.src
+msgctxt ""
+"advancedsettings.src\n"
+"AUTO_DATAHANDLING(AUTO_Y)\n"
+"FL_DATAHANDLING\n"
+"fixedline.text"
msgid "Options"
msgstr "პარამეტრები"
-#: advancedsettings.src#AUTO_SQL92CHECK_AUTO_Y_.CB_SQL92CHECK.checkbox.text
+#. B{1#
+#: advancedsettings.src
+msgctxt ""
+"advancedsettings.src\n"
+"AUTO_SQL92CHECK(AUTO_Y)\n"
+"CB_SQL92CHECK\n"
+"checkbox.text"
msgid "Use SQL92 naming constraints"
msgstr "SQL92 დასახელებითი შეზღუდვები"
-#: advancedsettings.src#AUTO_APPENDTABLEALIAS_AUTO_Y_.CB_APPENDTABLEALIAS.checkbox.text
+#. j77S
+#: advancedsettings.src
+msgctxt ""
+"advancedsettings.src\n"
+"AUTO_APPENDTABLEALIAS(AUTO_Y)\n"
+"CB_APPENDTABLEALIAS\n"
+"checkbox.text"
msgid "Append the table alias name on SELECT statements"
msgstr "ცხრილის მეტსახელის დამატება SELECT განცხადებაზე"
-#: advancedsettings.src#AUTO_AS_BEFORE_CORR_NAME_AUTO_Y_.CB_AS_BEFORE_CORR_NAME.checkbox.text
+#. %-b#
+#: advancedsettings.src
+msgctxt ""
+"advancedsettings.src\n"
+"AUTO_AS_BEFORE_CORR_NAME(AUTO_Y)\n"
+"CB_AS_BEFORE_CORR_NAME\n"
+"checkbox.text"
msgid "Use keyword AS before table alias names"
msgstr ""
-#: advancedsettings.src#AUTO_ENABLEOUTERJOIN_AUTO_Y_.CB_ENABLEOUTERJOIN.checkbox.text
+#. g*$x
+#: advancedsettings.src
+msgctxt ""
+"advancedsettings.src\n"
+"AUTO_ENABLEOUTERJOIN(AUTO_Y)\n"
+"CB_ENABLEOUTERJOIN\n"
+"checkbox.text"
msgid "Use Outer Join syntax '{OJ }'"
msgstr "Outer Join syntax '{OJ }'-ის გამოყენება"
-#: advancedsettings.src#AUTO_IGNOREDRIVER_PRIV_AUTO_Y_.CB_IGNOREDRIVER_PRIV.checkbox.text
+#. 6AM.
+#: advancedsettings.src
+msgctxt ""
+"advancedsettings.src\n"
+"AUTO_IGNOREDRIVER_PRIV(AUTO_Y)\n"
+"CB_IGNOREDRIVER_PRIV\n"
+"checkbox.text"
msgid "Ignore the privileges from the database driver"
msgstr "მონაცემთა ბაზის დრაივერიდან უპირატესობების უგულებელყოფა"
-#: advancedsettings.src#AUTO_PARAMETERNAMESUBST_AUTO_Y_.CB_PARAMETERNAMESUBST.checkbox.text
+#. 3u}1
+#: advancedsettings.src
+msgctxt ""
+"advancedsettings.src\n"
+"AUTO_PARAMETERNAMESUBST(AUTO_Y)\n"
+"CB_PARAMETERNAMESUBST\n"
+"checkbox.text"
msgid "Replace named parameters with '?'"
msgstr "დასათაურებული პარამერტების '?'-თი ჩანაცვლება."
-#: advancedsettings.src#AUTO_SUPPRESVERSIONCOLUMN_AUTO_Y_.CB_SUPPRESVERSIONCL.checkbox.text
+#. 5d?c
+#: advancedsettings.src
+msgctxt ""
+"advancedsettings.src\n"
+"AUTO_SUPPRESVERSIONCOLUMN(AUTO_Y)\n"
+"CB_SUPPRESVERSIONCL\n"
+"checkbox.text"
msgid "Display version columns (when available)"
msgstr "ვერსიების სვეტების ჩვენება (როცა შესაძლებელია)"
-#: advancedsettings.src#AUTO_CATALOG_AUTO_Y_.CB_CATALOG.checkbox.text
+#. {~yG
+#: advancedsettings.src
+msgctxt ""
+"advancedsettings.src\n"
+"AUTO_CATALOG(AUTO_Y)\n"
+"CB_CATALOG\n"
+"checkbox.text"
msgid "Use catalog name in SELECT statements"
msgstr "კატალოგის სახელის გამოყენება SELECT განცხადებაში"
-#: advancedsettings.src#AUTO_SCHEMA_AUTO_Y_.CB_SCHEMA.checkbox.text
+#. aF\2
+#: advancedsettings.src
+msgctxt ""
+"advancedsettings.src\n"
+"AUTO_SCHEMA(AUTO_Y)\n"
+"CB_SCHEMA\n"
+"checkbox.text"
msgid "Use schema name in SELECT statements"
msgstr "სქემის სახელის გამოყენება SELECT განცხადებაში"
-#: advancedsettings.src#AUTO_IGNOREINDEXAPPENDIX_AUTO_Y_.CB_IGNOREINDEXAPPENDIX.checkbox.text
+#. hQP1
+#: advancedsettings.src
+msgctxt ""
+"advancedsettings.src\n"
+"AUTO_IGNOREINDEXAPPENDIX(AUTO_Y)\n"
+"CB_IGNOREINDEXAPPENDIX\n"
+"checkbox.text"
msgid "Create index with ASC or DESC statement"
msgstr "ASC or DESC-ის უწყებით ინდექსის შექმნა"
-#: advancedsettings.src#AUTO_DOSLINEENDS_AUTO_Y_.CB_DOSLINEENDS.checkbox.text
+#. }Li9
+#: advancedsettings.src
+msgctxt ""
+"advancedsettings.src\n"
+"AUTO_DOSLINEENDS(AUTO_Y)\n"
+"CB_DOSLINEENDS\n"
+"checkbox.text"
msgid "End text lines with CR+LF"
msgstr "ტექსტის ხაზის დასრულება CR+LF-ით"
-#: advancedsettings.src#AUTO_IGNORECURRENCY_AUTO_Y_.CB_IGNORECURRENCY.checkbox.text
+#. \h1o
+#: advancedsettings.src
+msgctxt ""
+"advancedsettings.src\n"
+"AUTO_IGNORECURRENCY(AUTO_Y)\n"
+"CB_IGNORECURRENCY\n"
+"checkbox.text"
msgid "Ignore currency field information"
msgstr ""
-#: advancedsettings.src#AUTO_CHECKREQUIRED_AUTO_Y_.CB_CHECK_REQUIRED.checkbox.text
+#. xb9,
+#: advancedsettings.src
+msgctxt ""
+"advancedsettings.src\n"
+"AUTO_CHECKREQUIRED(AUTO_Y)\n"
+"CB_CHECK_REQUIRED\n"
+"checkbox.text"
msgid "Form data input checks for required fields"
msgstr ""
-#: advancedsettings.src#AUTO_ESCAPE_DATETIME_AUTO_Y_.CB_ESCAPE_DATETIME.checkbox.text
+#. ^L^J
+#: advancedsettings.src
+msgctxt ""
+"advancedsettings.src\n"
+"AUTO_ESCAPE_DATETIME(AUTO_Y)\n"
+"CB_ESCAPE_DATETIME\n"
+"checkbox.text"
msgid "Use ODBC conformant date/time literals"
msgstr ""
-#: advancedsettings.src#AUTO_PRIMARY_KEY_SUPPORT_AUTO_Y_.CB_PRIMARY_KEY_SUPPORT.checkbox.text
+#. rH;A
+#: advancedsettings.src
+msgctxt ""
+"advancedsettings.src\n"
+"AUTO_PRIMARY_KEY_SUPPORT(AUTO_Y)\n"
+"CB_PRIMARY_KEY_SUPPORT\n"
+"checkbox.text"
msgid "Supports primary keys"
msgstr ""
-#: advancedsettings.src#AUTO_RESPECTRESULTSETTYPE_AUTO_Y_.CB_RESPECTRESULTSETTYPE.checkbox.text
+#. el(|
+#: advancedsettings.src
+msgctxt ""
+"advancedsettings.src\n"
+"AUTO_RESPECTRESULTSETTYPE(AUTO_Y)\n"
+"CB_RESPECTRESULTSETTYPE\n"
+"checkbox.text"
msgid "Respect the result set type from the database driver"
msgstr ""
-#: advancedsettings.src#WORKAROUND.1.stringlist.text
+#. RaMX
+#: advancedsettings.src
#, fuzzy
+msgctxt ""
+"advancedsettings.src\n"
+"WORKAROUND\n"
+"1\n"
+"stringlist.text"
msgid "Default"
msgstr ""
"#-#-#-#-# config.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -983,513 +2428,888 @@ msgstr ""
"#-#-#-#-# dialog.po (PACKAGE VERSION) #-#-#-#-#\n"
"სტანდარტული"
-#: advancedsettings.src#WORKAROUND.2.stringlist.text
+#. j(P5
+#: advancedsettings.src
+msgctxt ""
+"advancedsettings.src\n"
+"WORKAROUND\n"
+"2\n"
+"stringlist.text"
msgid "SQL"
msgstr "SQL"
-#: advancedsettings.src#WORKAROUND.3.stringlist.text
+#. E[lr
+#: advancedsettings.src
+msgctxt ""
+"advancedsettings.src\n"
+"WORKAROUND\n"
+"3\n"
+"stringlist.text"
msgid "Mixed"
msgstr ""
-#: advancedsettings.src#WORKAROUND.4.stringlist.text
+#. ;-|W
+#: advancedsettings.src
+msgctxt ""
+"advancedsettings.src\n"
+"WORKAROUND\n"
+"4\n"
+"stringlist.text"
msgid "MS Access"
msgstr ""
-#: advancedsettings.src#AUTO_BOOLEANCOMPARISON_AUTO_Y_.FT_BOOLEANCOMPARISON.fixedtext.text
+#. V%%y
+#: advancedsettings.src
+msgctxt ""
+"advancedsettings.src\n"
+"AUTO_BOOLEANCOMPARISON(AUTO_Y)\n"
+"FT_BOOLEANCOMPARISON\n"
+"fixedtext.text"
msgid "Comparison of Boolean values"
msgstr "Boolean მნიშვნელობების შედარება"
-#: advancedsettings.src#AUTO_MAXROWSCAN_AUTO_Y_.FT_MAXROWSCAN.fixedtext.text
+#. .4_P
+#: advancedsettings.src
+msgctxt ""
+"advancedsettings.src\n"
+"AUTO_MAXROWSCAN(AUTO_Y)\n"
+"FT_MAXROWSCAN\n"
+"fixedtext.text"
msgid "Rows to scan column types"
msgstr ""
-#: advancedsettings.src#PAGE_GENERATED_VALUES.FL_SEPARATORAUTO.fixedline.text
+#. Hgyf
+#: advancedsettings.src
+msgctxt ""
+"advancedsettings.src\n"
+"PAGE_GENERATED_VALUES\n"
+"FL_SEPARATORAUTO\n"
+"fixedline.text"
msgid "Settings"
msgstr "პარამეტრები"
-#: advancedsettings.src#PAGE_GENERATED_VALUES.CB_RETRIEVE_AUTO.checkbox.text
+#. V.?p
+#: advancedsettings.src
+msgctxt ""
+"advancedsettings.src\n"
+"PAGE_GENERATED_VALUES\n"
+"CB_RETRIEVE_AUTO\n"
+"checkbox.text"
msgid "Re~trieve generated values"
msgstr "წ~არმოებული მნიშვნელობების აღდგენა"
-#: advancedsettings.src#PAGE_GENERATED_VALUES.FT_AUTOINCREMENTVALUE.fixedtext.text
+#. ?q57
+#: advancedsettings.src
+msgctxt ""
+"advancedsettings.src\n"
+"PAGE_GENERATED_VALUES\n"
+"FT_AUTOINCREMENTVALUE\n"
+"fixedtext.text"
msgid "~Auto-increment statement"
msgstr "~ავტო-მზარდი განცხადება"
-#: advancedsettings.src#PAGE_GENERATED_VALUES.FT_RETRIEVE_AUTO.fixedtext.text
+#. jUJD
+#: advancedsettings.src
+msgctxt ""
+"advancedsettings.src\n"
+"PAGE_GENERATED_VALUES\n"
+"FT_RETRIEVE_AUTO\n"
+"fixedtext.text"
msgid "~Query of generated values"
msgstr "~წარმოებული მნიშვნელობების მოთხოვნა"
-#: advancedsettings.src#DLG_DATABASE_ADVANCED.STR_GENERATED_VALUE.string.text
+#. L`U^
+#: advancedsettings.src
+msgctxt ""
+"advancedsettings.src\n"
+"DLG_DATABASE_ADVANCED\n"
+"STR_GENERATED_VALUE\n"
+"string.text"
msgid "Generated Values"
msgstr "გენერირებული თვისებები"
-#: advancedsettings.src#DLG_DATABASE_ADVANCED.STR_DS_BEHAVIOUR.string.text
+#. _B5}
+#: advancedsettings.src
+msgctxt ""
+"advancedsettings.src\n"
+"DLG_DATABASE_ADVANCED\n"
+"STR_DS_BEHAVIOUR\n"
+"string.text"
msgid "Special Settings"
msgstr "საგანგებო პარამეტრები"
-#: advancedsettings.src#DLG_DATABASE_ADVANCED.tabdialog.text
-msgid "Advanced Settings"
-msgstr ""
-
-#: UserAdmin.src#TAB_PAGE_USERADMIN.FL_USER.fixedline.text
-msgid "User selection"
-msgstr "მომხმარებლის შერჩევა"
-
-#: UserAdmin.src#TAB_PAGE_USERADMIN.FT_USER.fixedtext.text
-msgid "Us~er:"
-msgstr "მომხმარე~ბელი:"
-
-#: UserAdmin.src#TAB_PAGE_USERADMIN.PB_NEWUSER.pushbutton.text
-msgid "~Add User..."
-msgstr "~მომხმარებლის დამატება..."
-
-#: UserAdmin.src#TAB_PAGE_USERADMIN.PB_CHANGEPWD.pushbutton.text
-msgid "Change ~Password..."
-msgstr "პაროლის ~შეცვლა..."
-
-#: UserAdmin.src#TAB_PAGE_USERADMIN.PB_DELETEUSER.pushbutton.text
-msgid "~Delete User..."
-msgstr "~მომხმარებლის წაშლა..."
-
-#: UserAdmin.src#TAB_PAGE_USERADMIN.FL_TABLE_GRANTS.fixedline.text
-msgid "Access rights for selected user"
-msgstr "მონიშნული მომხმარებლის წვდომის უფლებები"
-
-#: UserAdmin.src#QUERY_USERADMIN_DELETE_USER.querybox.text
-msgid "Do you really want to delete the user?"
-msgstr "გნებავთ წაშალოთ მომხმარებელი?"
-
-#: UserAdmin.src#STR_USERADMIN_NOT_AVAILABLE.string.text
-msgid "The database does not support user administration."
-msgstr "მონაცემთა ბაზა არ ეთანხმება მომხმარებლის ადმინისტრაციას."
-
-#: UserAdmin.src#DLG_PASSWORD.FL_USER.fixedline.text
-msgid "User \"$name$: $\""
-msgstr "მომხარებელი \"$name$: $\""
-
-#: UserAdmin.src#DLG_PASSWORD.FT_OLDPASSWORD.fixedtext.text
-msgid "Old p~assword"
-msgstr "ძველი პ~აროლი"
-
-#: UserAdmin.src#DLG_PASSWORD.FT_PASSWORD.fixedtext.text
-msgid "~Password"
-msgstr "~პაროლი"
-
-#: UserAdmin.src#DLG_PASSWORD.FT_PASSWORD_REPEAT.fixedtext.text
+#. 2D^.
+#: advancedsettings.src
#, fuzzy
-msgid "~Confirm password"
-msgstr "~პაროლის დადასტურება"
-
-#: UserAdmin.src#DLG_PASSWORD.modaldialog.text
-msgid "Change Password"
-msgstr "პაროლის შეცვლა"
-
-#: UserAdmin.src#STR_ERROR_PASSWORDS_NOT_IDENTICAL.string.text
-msgid "The passwords do not match. Please enter the password again."
-msgstr "პაროლი არ ემთხვევა. გთხოვთ შეიყვანეთ პაროლი ხელმეორედ."
-
-#: admincontrols.src#RID_MYSQL_NATIVE_SETTINGS.FT_MYSQL_DATABASE_NAME.fixedtext.text
-msgid "~Database name"
-msgstr ""
-
-#: admincontrols.src#RID_MYSQL_NATIVE_SETTINGS.RB_MYSQL_HOST_PORT.radiobutton.text
-msgid "Se~rver / Port"
-msgstr ""
-
-#: admincontrols.src#RID_MYSQL_NATIVE_SETTINGS.FT_COMMON_HOST_NAME.fixedtext.text
-msgid "~Server"
-msgstr ""
-
-#: admincontrols.src#RID_MYSQL_NATIVE_SETTINGS.FT_COMMON_PORT.fixedtext.text
-#, fuzzy
-msgid "~Port"
-msgstr ""
-"#-#-#-#-# config.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~პორტი\n"
-"#-#-#-#-# options.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~Port\n"
-"#-#-#-#-# all.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~პორტი\n"
-"#-#-#-#-# dialog.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~პორტი"
-
-#: admincontrols.src#RID_MYSQL_NATIVE_SETTINGS.FT_COMMON_PORT_DEFAULT.fixedtext.text
-msgctxt "admincontrols.src#RID_MYSQL_NATIVE_SETTINGS.FT_COMMON_PORT_DEFAULT.fixedtext.text"
-msgid "Default: 3306"
-msgstr "სტანდარტი: 3306"
+msgctxt ""
+"advancedsettings.src\n"
+"DLG_DATABASE_ADVANCED\n"
+"tabdialog.text"
+msgid "Advanced Settings"
+msgstr "გაფართოებული პარამეტრები..."
+
+#. ^ujX
+#: sqlmessage.src
+msgctxt ""
+"sqlmessage.src\n"
+"DLG_SQLEXCEPTIONCHAIN\n"
+"FL_DETAILS\n"
+"fixedline.text"
+msgid "Details"
+msgstr "დეტალები"
-#: admincontrols.src#RID_MYSQL_NATIVE_SETTINGS.RB_MYSQL_SOCKET.radiobutton.text
-msgid "So~cket"
-msgstr ""
+#. U.*d
+#: sqlmessage.src
+msgctxt ""
+"sqlmessage.src\n"
+"DLG_SQLEXCEPTIONCHAIN\n"
+"FT_ERRORLIST\n"
+"fixedtext.text"
+msgid "Error ~list:"
+msgstr "შეცდომათა ~სია:"
-#: admincontrols.src#RID_MYSQL_NATIVE_SETTINGS.RB_MYSQL_NAMED_PIPE.radiobutton.text
-msgid "Named p~ipe"
-msgstr ""
+#. ]9\m
+#: sqlmessage.src
+msgctxt ""
+"sqlmessage.src\n"
+"DLG_SQLEXCEPTIONCHAIN\n"
+"FT_DESCRIPTION\n"
+"fixedtext.text"
+msgid "~Description:"
+msgstr "~განმარტება:"
-#: AutoControls_tmpl.hrc#AUTO_BROWSECONTROLGROUP__AUTO_X__AUTO_Y__AUTOPAGE_X__AUTO_HID__AUTO_HID2_.PB_AUTOBROWSEURL.pushbutton.text
-msgid "Browse"
-msgstr "მოძიება"
+#. {C_X
+#: sqlmessage.src
+msgctxt ""
+"sqlmessage.src\n"
+"DLG_SQLEXCEPTIONCHAIN\n"
+"STR_EXCEPTION_STATUS\n"
+"string.text"
+msgid "SQL Status"
+msgstr "SQL სტატუსი"
-#: AutoControls_tmpl.hrc#AUTO_NAMECONTROLGROUP_AUTO_Y__AUTO_HID_.FT_AUTODATABASENAME.fixedtext.text
-msgid "Database name"
-msgstr ""
+#. 28;^
+#: sqlmessage.src
+msgctxt ""
+"sqlmessage.src\n"
+"DLG_SQLEXCEPTIONCHAIN\n"
+"STR_EXCEPTION_ERRORCODE\n"
+"string.text"
+msgid "Error code"
+msgstr "შეცდომის კოდი"
-#: AutoControls_tmpl.hrc#AUTO_HOSTCONTROLGROUP_AUTO_Y__AUTO_HID_.FT_AUTOHOSTNAME.fixedtext.text
-msgid "Server"
-msgstr ""
+#. sZn`
+#: sqlmessage.src
+msgctxt ""
+"sqlmessage.src\n"
+"DLG_SQLEXCEPTIONCHAIN\n"
+"modaldialog.text"
+msgid "%PRODUCTNAME Base"
+msgstr "%PRODUCTNAME ბაზა"
-#: AutoControls_tmpl.hrc#AUTO_BASEDNCONTROLGROUP_AUTO_Y__AUTO_HID_.FT_AUTOBASEDN.fixedtext.text
-msgid "Base ~DN"
-msgstr "ბაზა ~DN"
+#. u$#$
+#: sqlmessage.src
+msgctxt ""
+"sqlmessage.src\n"
+"STR_EXPLAN_STRINGCONVERSION_ERROR\n"
+"string.text"
+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 "ამ შეცდომის ხშირი მიზეზი არის ასო-ნიშანთა წყობის შეუსაბამო პარამეტრები თქვენი მონაცემთა ბაზის ენისათვის. პარამეტრების შესამოწმებლად შეამოწმეთ რედაქტირება - მონაცემთა ბაზა - თვისებები."
-#: AutoControls_tmpl.hrc#AUTO_PORTCONTROLGROUP_AUTO_Y__AUTO_HID_.FT_AUTOPORTNUMBER.fixedtext.text
-msgctxt "AutoControls_tmpl.hrc#AUTO_PORTCONTROLGROUP_AUTO_Y__AUTO_HID_.FT_AUTOPORTNUMBER.fixedtext.text"
-msgid "~Port number"
-msgstr "~პორტის ნომერი"
+#. mh$.
+#: sqlmessage.src
+msgctxt ""
+"sqlmessage.src\n"
+"STR_EXCEPTION_ERROR\n"
+"string.text"
+msgid "Error"
+msgstr "შეცდომა"
-#: AutoControls_tmpl.hrc#AUTO_CHARSET__AUTO_Y__AUTOPAGE_X__.FL_DATACONVERT.fixedline.text
-msgid "Data conversion"
-msgstr "მონაცემთა კონვერტირება"
+#. k-g!
+#: sqlmessage.src
+msgctxt ""
+"sqlmessage.src\n"
+"STR_EXCEPTION_WARNING\n"
+"string.text"
+msgid "Warning"
+msgstr "გაფრთხილება"
-#: AutoControls_tmpl.hrc#AUTO_CHARSET__AUTO_Y__AUTOPAGE_X__.FT_CHARSET.fixedtext.text
-msgid "~Character set"
-msgstr "~თვისებების საყენება"
+#. =`Tc
+#: sqlmessage.src
+msgctxt ""
+"sqlmessage.src\n"
+"STR_EXCEPTION_INFO\n"
+"string.text"
+msgid "Information"
+msgstr "ინფორმაცია"
-#: AutoControls_tmpl.hrc#AUTO_SEPARATORCONTROLGROUP_AUTO_Y_AUTOPAGE_X_.FT_AUTOEXTENSIONHEADER.fixedtext.text
-msgid "Specify the type of files you want to access"
-msgstr "მიუთითე სასურველი ფაილის ტიპი"
+#. x=e|
+#: sqlmessage.src
+msgctxt ""
+"sqlmessage.src\n"
+"STR_EXCEPTION_DETAILS\n"
+"string.text"
+msgid "Details"
+msgstr "დეტალები"
-#: AutoControls_tmpl.hrc#AUTO_SEPARATORCONTROLGROUP_AUTO_Y_AUTOPAGE_X_.RB_AUTOACCESSCTEXTFILES.radiobutton.text
-msgid "Plain text files (*.txt)"
-msgstr "ცარიელი ტექსტის ფაილები (*.txt)"
+#. KI/V
+#: AutoControls.src
+msgctxt ""
+"AutoControls.src\n"
+"STR_DBASE_PATH_OR_FILE\n"
+"string.text"
+msgid "Path to the dBASE files"
+msgstr "dBASE ფაილების მდებარეობა"
-#: AutoControls_tmpl.hrc#AUTO_SEPARATORCONTROLGROUP_AUTO_Y_AUTOPAGE_X_.RB_AUTOACCESSCCSVFILES.radiobutton.text
-msgid "'Comma separated value' files (*.csv)"
-msgstr "'მძიმით გამოყოფილი' ფაილები (*.csv)"
+#. 1C(o
+#: AutoControls.src
+msgctxt ""
+"AutoControls.src\n"
+"STR_FLAT_PATH_OR_FILE\n"
+"string.text"
+msgid "Path to the text files"
+msgstr "ტექტის ფაილების მდებარეობა"
-#: AutoControls_tmpl.hrc#AUTO_SEPARATORCONTROLGROUP_AUTO_Y_AUTOPAGE_X_.RB_AUTOACCESSOTHERS.radiobutton.text
-msgid "Custom:"
-msgstr "ინდივიდუალური:"
+#. )_e!
+#: AutoControls.src
+msgctxt ""
+"AutoControls.src\n"
+"STR_CALC_PATH_OR_FILE\n"
+"string.text"
+msgid "Path to the spreadsheet document"
+msgstr "ელექტრონული ცხრილის დოკუმენტების მდებარეობა"
-#: AutoControls_tmpl.hrc#AUTO_SEPARATORCONTROLGROUP_AUTO_Y_AUTOPAGE_X_.FT_AUTOOWNEXTENSIONAPPENDIX.fixedtext.text
-msgid "Custom: *.abc"
-msgstr "ინდივიდუალური: *.abc"
+#. 5UGP
+#: AutoControls.src
+msgctxt ""
+"AutoControls.src\n"
+"STR_NAME_OF_ODBC_DATASOURCE\n"
+"string.text"
+msgid "Name of the ODBC data source on your system"
+msgstr "თქვენს სისტემაში ODBC მონაცემთა წყაროს დასახელება"
-#: AutoControls_tmpl.hrc#AUTO_SEPARATORCONTROLGROUP_AUTO_Y_AUTOPAGE_X_.FL_AUTOSEPARATOR2.fixedline.text
-msgid "Row Format"
-msgstr "სტრიქონის ფორმატირება"
+#. 4Gf-
+#: AutoControls.src
+msgctxt ""
+"AutoControls.src\n"
+"STR_MYSQL_DATABASE_NAME\n"
+"string.text"
+msgid "Name of the MySQL database"
+msgstr "MySQL მონაცემთა ბაზის დასახელება"
-#: AutoControls_tmpl.hrc#AUTO_SEPARATORCONTROLGROUP_AUTO_Y_AUTOPAGE_X_.FT_AUTOFIELDSEPARATOR.fixedtext.text
-msgid "Field separator"
-msgstr "ველის გამყოფი"
+#. QdI$
+#: AutoControls.src
+msgctxt ""
+"AutoControls.src\n"
+"STR_ORACLE_DATABASE_NAME\n"
+"string.text"
+msgid "Name of the Oracle database"
+msgstr "Oracle მონაცემთა ბაზის დასახელება"
-#: AutoControls_tmpl.hrc#AUTO_SEPARATORCONTROLGROUP_AUTO_Y_AUTOPAGE_X_.FT_AUTOTEXTSEPARATOR.fixedtext.text
-msgid "Text separator"
-msgstr "ტექსტური გამყოფი"
+#. b%J#
+#: AutoControls.src
+msgctxt ""
+"AutoControls.src\n"
+"STR_MSACCESS_MDB_FILE\n"
+"string.text"
+msgid "Microsoft Access database file"
+msgstr "Microsoft-ის მონაცემთა ბაზის ფაილების წვდომა"
-#: AutoControls_tmpl.hrc#AUTO_SEPARATORCONTROLGROUP_AUTO_Y_AUTOPAGE_X_.FT_AUTODECIMALSEPARATOR.fixedtext.text
-msgid "Decimal separator"
-msgstr "ათობითი გამყოფი"
+#. vdjy
+#: AutoControls.src
+msgctxt ""
+"AutoControls.src\n"
+"STR_NO_ADDITIONAL_SETTINGS\n"
+"string.text"
+msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
+msgstr "მეტი პარამეტრები აღარ არის საჭირო. კავშირის მუშაობის დასადასტურებლად დააჭირე '%test' ღილაკს."
-#: AutoControls_tmpl.hrc#FT_AUTOTHOUSANDSSEPARATOR.fixedtext.text
-msgid "Thousands separator"
-msgstr "ათასების გამყოფი"
+#. C^HW
+#: AutoControls.src
+msgctxt ""
+"AutoControls.src\n"
+"STR_COMMONURL\n"
+"string.text"
+msgid "Datasource URL"
+msgstr "URL მონაცემთა წყარო"
-#: AutoControls_tmpl.hrc#CB_AUTOHEADER.checkbox.text
-msgid "~Text contains headers"
-msgstr "~ტექსტი შეიცავს ჰედერს"
+#. Lbcq
+#: AutoControls.src
+msgctxt ""
+"AutoControls.src\n"
+"STR_HOSTNAME\n"
+"string.text"
+msgid "~Host name"
+msgstr "~ჰოსტის სახელი"
-#: AutoControls_tmpl.hrc#STR_AUTOTEXT_FIELD_SEP_NONE.string.text
-msgid "{None}"
-msgstr "{არაფერი}"
+#. SrR0
+#: AutoControls.src
+msgctxt ""
+"AutoControls.src\n"
+"STR_MOZILLA_PROFILE_NAME\n"
+"string.text"
+msgid "~Mozilla profile name"
+msgstr "~Mozilla-ს პროფილი"
-#. EM Dec 2002: \'Space\' refers to what you get when you hit the space bar on your keyboard.
-#: AutoControls_tmpl.hrc#STR_AUTOFIELDSEPARATORLIST.string.text
-msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
-msgstr ""
+#. Rd0$
+#: AutoControls.src
+msgctxt ""
+"AutoControls.src\n"
+"STR_THUNDERBIRD_PROFILE_NAME\n"
+"string.text"
+msgid "~Thunderbird profile name"
+msgstr "~Thunderbird-ის პროფილი"
-#: AutoControls_tmpl.hrc#STR_AUTODELIMITER_MISSING.string.text
-msgid "#1 must be set."
-msgstr "#1 დაყენებული უნდა იყოს."
+#. P#xG
+#: dbfindex.src
+msgctxt ""
+"dbfindex.src\n"
+"DLG_DBASE_INDEXES\n"
+"FT_TABLES\n"
+"fixedtext.text"
+msgid "~Table"
+msgstr "~ცხრილი"
-#: AutoControls_tmpl.hrc#STR_AUTODELIMITER_MUST_DIFFER.string.text
-msgid "#1 and #2 must be different."
-msgstr "#1 და #2 განსხვავებული უნდა იყოს."
+#. qTrl
+#: dbfindex.src
+msgctxt ""
+"dbfindex.src\n"
+"DLG_DBASE_INDEXES\n"
+"FL_INDEXES\n"
+"fixedline.text"
+msgid "Assignment"
+msgstr "მინიჭება"
-#: AutoControls_tmpl.hrc#STR_AUTONO_WILDCARDS.string.text
-msgid "Wildcards such as ?,* are not allowed in #1."
-msgstr "ჩანაცვლების სიმბოლო როგორიცაა ?,* არ დაიშვება #1."
+#. _=:Y
+#: dbfindex.src
+msgctxt ""
+"dbfindex.src\n"
+"DLG_DBASE_INDEXES\n"
+"FT_TABLEINDEXES\n"
+"fixedtext.text"
+msgid "T~able indexes"
+msgstr "ც~რილის ინდექსი"
-#: AutoControls_tmpl.hrc#AUTO_JDBCDRIVERCLASSGROUP_AUTO_Y__AUTO_HID__AUTO_HID2_.FT_AUTOJDBCDRIVERCLASS.fixedtext.text
-msgid "JDBC d~river class"
-msgstr "JDBC დ~რაივერის კლასი"
+#. ,HVL
+#: dbfindex.src
+msgctxt ""
+"dbfindex.src\n"
+"DLG_DBASE_INDEXES\n"
+"FT_ALLINDEXES\n"
+"fixedtext.text"
+msgid "~Free indexes"
+msgstr "~თავისუფალი ინდექსი"
-#: AutoControls_tmpl.hrc#AUTO_JDBCDRIVERCLASSGROUP_AUTO_Y__AUTO_HID__AUTO_HID2_.PB_AUTOTESTDRIVERCLASS.pushbutton.text
-#, fuzzy
-msgctxt "AutoControls_tmpl.hrc#AUTO_JDBCDRIVERCLASSGROUP_AUTO_Y__AUTO_HID__AUTO_HID2_.PB_AUTOTESTDRIVERCLASS.pushbutton.text"
-msgid "Test class"
-msgstr "ტესტური კლასი"
+#. =VnW
+#: dbfindex.src
+msgctxt ""
+"dbfindex.src\n"
+"DLG_DBASE_INDEXES\n"
+"modaldialog.text"
+msgid "Indexes"
+msgstr "ინდექსები"
-#: AutoControls_tmpl.hrc#AUTO_SOCKETCONTROLGROUP_AUTO_Y_.FT_SOCKET.fixedtext.text
-msgid "Socket"
-msgstr ""
+#. lwB5
+#: directsql.src
+msgctxt ""
+"directsql.src\n"
+"DLG_DIRECTSQL\n"
+"FL_SQL\n"
+"fixedline.text"
+msgid "SQL command"
+msgstr "SQL ბრძანება"
-#: dbadmin2.src#STR_ENTER_CONNECTION_PASSWORD.string.text
-msgid "A password is needed to connect to the data source \"$name$\"."
-msgstr "\"$name$\" მონაცემთა წყაროსთან დასაკავშირებლად საჭიროა პაროლი"
+#. R@PQ
+#: directsql.src
+msgctxt ""
+"directsql.src\n"
+"DLG_DIRECTSQL\n"
+"FT_SQL\n"
+"fixedtext.text"
+msgid "Command to execute"
+msgstr "შესრულების ბრძანება"
-#: dbadmin2.src#STR_ASK_FOR_DIRECTORY_CREATION.string.text
-msgid ""
-"The directory\n"
-"\n"
-"$path$\n"
-"\n"
-"does not exist. Should it be created?"
+#. #bq3
+#: directsql.src
+msgctxt ""
+"directsql.src\n"
+"DLG_DIRECTSQL\n"
+"CB_SHOWOUTPUT\n"
+"checkbox.text"
+msgid "Show output of \"select\" statements"
msgstr ""
-"დირექტორია \n"
-"\n"
-"$path$\n"
-"\n"
-"არ არსებობს. უნდა შეიქმნას?"
-
-#: dbadmin2.src#STR_COULD_NOT_CREATE_DIRECTORY.string.text
-msgid "The directory $name$ could not be created."
-msgstr "$name$ დირექტორია ვერ შეიქმნება."
-
-#: dbadmin2.src#DLG_DOMAINPASSWORD.FT_PASSWORD.fixedline.text
-msgid "Please enter the ~password for the user 'DOMAIN'."
-msgstr "მომხმარებელი 'DOMAIN' -სთვის შეიყვანეთ ~პაროლი"
-
-#: dbadmin2.src#DLG_DOMAINPASSWORD.modaldialog.text
-msgid "Convert Database"
-msgstr "მონაცემთა ბაზის კონვერტირება"
-
-#: dbadmin2.src#PAGE_TABLESUBSCRIPTION.FL_SEPARATOR1.fixedline.text
-msgid "Tables and table filter"
-msgstr "რილების და ცხრილის ფილტრი"
-
-#: dbadmin2.src#PAGE_TABLESUBSCRIPTION.FT_FILTER_EXPLANATION.fixedtext.text
-msgid "Mark the tables that should be visible for the applications."
-msgstr "მონიშნეთ ცხრილი რომელიც ხილული იქნება პროგრამებისთვის."
-
-#: dbadmin2.src#PAGE_TABLESUBSCRIPTION.tabpage.text
-msgid "Tables Filter"
-msgstr "ცხრილის ფილტრი"
-
-#: RelationDlg.src#DLG_REL_PROPERTIES.WND_CONTROL.FL_INVOLVED_TABLES.fixedline.text
-msgid "Tables involved"
-msgstr "შემავალი ცხრილები"
-#: RelationDlg.src#DLG_REL_PROPERTIES.WND_CONTROL.FL_INVOLVED_FIELDS.fixedline.text
-msgid "Fields involved"
-msgstr "შემავალი ველები"
-
-#: RelationDlg.src#DLG_REL_PROPERTIES.FL_CASC_UPD.fixedline.text
-msgid "Update options"
-msgstr "პარამეტრების განახლება"
-
-#: RelationDlg.src#DLG_REL_PROPERTIES.RB_NO_CASC_UPD.radiobutton.text
-msgctxt "RelationDlg.src#DLG_REL_PROPERTIES.RB_NO_CASC_UPD.radiobutton.text"
-msgid "~No action"
-msgstr "~უმოქმოდოდ"
-
-#: RelationDlg.src#DLG_REL_PROPERTIES.RB_CASC_UPD.radiobutton.text
-msgid "~Update cascade"
-msgstr "~კასკადის განახლება"
+#. QoyE
+#: directsql.src
+msgctxt ""
+"directsql.src\n"
+"DLG_DIRECTSQL\n"
+"PB_EXECUTE\n"
+"pushbutton.text"
+msgid "Execute"
+msgstr "გაშვება"
-#: RelationDlg.src#DLG_REL_PROPERTIES.RB_CASC_UPD_NULL.radiobutton.text
-msgctxt "RelationDlg.src#DLG_REL_PROPERTIES.RB_CASC_UPD_NULL.radiobutton.text"
-msgid "~Set null"
-msgstr "~განულება"
+#. Hqn@
+#: directsql.src
+msgctxt ""
+"directsql.src\n"
+"DLG_DIRECTSQL\n"
+"FT_HISTORY\n"
+"fixedtext.text"
+msgid "Previous commands"
+msgstr "წინა ბრძანებები"
-#: RelationDlg.src#DLG_REL_PROPERTIES.RB_CASC_UPD_DEFAULT.radiobutton.text
-msgctxt "RelationDlg.src#DLG_REL_PROPERTIES.RB_CASC_UPD_DEFAULT.radiobutton.text"
-msgid "Set ~default"
-msgstr "~საწყისზე დაყენება"
+#. SP#3
+#: directsql.src
+msgctxt ""
+"directsql.src\n"
+"DLG_DIRECTSQL\n"
+"FL_STATUS\n"
+"fixedline.text"
+msgid "Status"
+msgstr "სტატუსი"
-#: RelationDlg.src#DLG_REL_PROPERTIES.FL_CASC_DEL.fixedline.text
-msgid "Delete options"
-msgstr "პარამეტრების წაშლა"
+#. H(_C
+#: directsql.src
+msgctxt ""
+"directsql.src\n"
+"DLG_DIRECTSQL\n"
+"FL_OUTPUT\n"
+"fixedline.text"
+msgid "Output"
+msgstr "გამონატანი"
+
+#. opUu
+#: directsql.src
+msgctxt ""
+"directsql.src\n"
+"DLG_DIRECTSQL\n"
+"PB_CLOSE\n"
+"pushbutton.text"
+msgid "Close"
+msgstr "დახურვა"
-#: RelationDlg.src#DLG_REL_PROPERTIES.RB_NO_CASC_DEL.radiobutton.text
-msgctxt "RelationDlg.src#DLG_REL_PROPERTIES.RB_NO_CASC_DEL.radiobutton.text"
-msgid "~No action"
-msgstr "~უმოქმედოდ"
+#. 2b!X
+#: directsql.src
+msgctxt ""
+"directsql.src\n"
+"DLG_DIRECTSQL\n"
+"modaldialog.text"
+msgid "Execute SQL Statement"
+msgstr "SQL უწყების შესრულება"
-#: RelationDlg.src#DLG_REL_PROPERTIES.RB_CASC_DEL.radiobutton.text
-msgid "Delete ~cascade"
-msgstr "კასკადის~წაშლა"
+#. .qQZ
+#: directsql.src
+msgctxt ""
+"directsql.src\n"
+"STR_COMMAND_EXECUTED_SUCCESSFULLY\n"
+"string.text"
+msgid "Command successfully executed."
+msgstr "ბრძანება წარმატებით შესრულდა."
-#: RelationDlg.src#DLG_REL_PROPERTIES.RB_CASC_DEL_NULL.radiobutton.text
-msgctxt "RelationDlg.src#DLG_REL_PROPERTIES.RB_CASC_DEL_NULL.radiobutton.text"
-msgid "~Set null"
-msgstr "~განულება"
+#. ^@na
+#: directsql.src
+msgctxt ""
+"directsql.src\n"
+"STR_DIRECTSQL_CONNECTIONLOST\n"
+"string.text"
+msgid "The connection to the database has been lost. This dialog will be closed."
+msgstr "კავშირი მონაცემთა ბაზასთან დაიკარგა. დიალოგი დაიხურება."
-#: RelationDlg.src#DLG_REL_PROPERTIES.RB_CASC_DEL_DEFAULT.radiobutton.text
-msgctxt "RelationDlg.src#DLG_REL_PROPERTIES.RB_CASC_DEL_DEFAULT.radiobutton.text"
-msgid "Set ~default"
-msgstr "~საწყისზე დაყენება"
+#. Vu5}
+#: queryorder.src
+msgctxt ""
+"queryorder.src\n"
+"DLG_ORDERCRIT.LB_ORDERVALUE1\n"
+"1\n"
+"stringlist.text"
+msgid "ascending"
+msgstr "ზრდადი"
-#: RelationDlg.src#DLG_REL_PROPERTIES.modaldialog.text
-msgid "Relations"
-msgstr "კავშირები"
+#. 7KG$
+#: queryorder.src
+msgctxt ""
+"queryorder.src\n"
+"DLG_ORDERCRIT.LB_ORDERVALUE1\n"
+"2\n"
+"stringlist.text"
+msgid "descending"
+msgstr "კლებადი"
-#: dsselect.src#DLG_DATASOURCE_SELECTION.FT_DESCRIPTION.fixedtext.text
-msgid "Choose a data source:"
-msgstr "მონაცემთა წყაროს არჩევა:"
+#. ;|C!
+#: queryorder.src
+msgctxt ""
+"queryorder.src\n"
+"DLG_ORDERCRIT.LB_ORDERVALUE2\n"
+"1\n"
+"stringlist.text"
+msgid "ascending"
+msgstr "ზრდადი"
-#: dsselect.src#DLG_DATASOURCE_SELECTION.PB_MANAGE.pushbutton.text
-msgid "Organize..."
-msgstr "ორგანიზება..."
+#. !9O5
+#: queryorder.src
+msgctxt ""
+"queryorder.src\n"
+"DLG_ORDERCRIT.LB_ORDERVALUE2\n"
+"2\n"
+"stringlist.text"
+msgid "descending"
+msgstr "კლებადი"
-#: dsselect.src#DLG_DATASOURCE_SELECTION.PB_CREATE.pushbutton.text
-msgid "Create..."
-msgstr "შექმნა..."
+#. .xG#
+#: queryorder.src
+msgctxt ""
+"queryorder.src\n"
+"DLG_ORDERCRIT.LB_ORDERVALUE3\n"
+"1\n"
+"stringlist.text"
+msgid "ascending"
+msgstr "ზრდადი"
-#: dsselect.src#DLG_DATASOURCE_SELECTION.STR_LOCAL_DATASOURCES.string.text
-msgid "Local Databases"
-msgstr "ადგილობრივი მონაცემთა ბაზა"
+#. J@T?
+#: queryorder.src
+msgctxt ""
+"queryorder.src\n"
+"DLG_ORDERCRIT.LB_ORDERVALUE3\n"
+"2\n"
+"stringlist.text"
+msgid "descending"
+msgstr "კლებადი"
-#: dsselect.src#DLG_DATASOURCE_SELECTION.STR_DESCRIPTION2.string.text
-msgid "Choose a database"
-msgstr "მონაცემთა ბაზის არჩევა"
+#. Ci!@
+#: queryorder.src
+msgctxt ""
+"queryorder.src\n"
+"DLG_ORDERCRIT\n"
+"FT_ORDERFIELD\n"
+"fixedtext.text"
+msgid "Field name"
+msgstr "ველის სახელი"
-#: dsselect.src#DLG_DATASOURCE_SELECTION.modaldialog.text
-msgid "Data Source"
-msgstr "მონაცემთა წყარო"
+#. /sG1
+#: queryorder.src
+msgctxt ""
+"queryorder.src\n"
+"DLG_ORDERCRIT\n"
+"FT_ORDERAFTER1\n"
+"fixedtext.text"
+msgid "and then"
+msgstr "and then"
-#: AutoControls.src#STR_DBASE_PATH_OR_FILE.string.text
-msgid "Path to the dBASE files"
-msgstr "dBASE ფაილების მდებარეობა"
+#. I3/[
+#: queryorder.src
+msgctxt ""
+"queryorder.src\n"
+"DLG_ORDERCRIT\n"
+"FT_ORDERAFTER2\n"
+"fixedtext.text"
+msgid "and then"
+msgstr "and then"
-#: AutoControls.src#STR_FLAT_PATH_OR_FILE.string.text
-msgid "Path to the text files"
-msgstr "ტექტის ფაილების მდებარეობა"
+#. Cy)e
+#: queryorder.src
+msgctxt ""
+"queryorder.src\n"
+"DLG_ORDERCRIT\n"
+"FT_ORDEROPER\n"
+"fixedtext.text"
+msgid "Operator"
+msgstr "ოპერატორი"
-#: AutoControls.src#STR_CALC_PATH_OR_FILE.string.text
-msgid "Path to the spreadsheet document"
-msgstr "ელექტრონული ცხრილის დოკუმენტების მდებარეობა"
+#. Sd%+
+#: queryorder.src
+msgctxt ""
+"queryorder.src\n"
+"DLG_ORDERCRIT\n"
+"FT_ORDERDIR\n"
+"fixedtext.text"
+msgid "Order"
+msgstr "ბრძანება"
-#: AutoControls.src#STR_NAME_OF_ODBC_DATASOURCE.string.text
-msgid "Name of the ODBC data source on your system"
-msgstr "თქვენს სისტემაში ODBC მონაცემთა წყაროს დასახელება"
+#. Qyn7
+#: queryorder.src
+msgctxt ""
+"queryorder.src\n"
+"DLG_ORDERCRIT\n"
+"FL_ORDER\n"
+"fixedline.text"
+msgid "Sort order"
+msgstr "დახარისხება"
-#: AutoControls.src#STR_MYSQL_DATABASE_NAME.string.text
-msgid "Name of the MySQL database"
-msgstr "MySQL მონაცემთა ბაზის დასახელება"
+#. pN.P
+#: queryorder.src
+msgctxt ""
+"queryorder.src\n"
+"DLG_ORDERCRIT\n"
+"STR_NOENTRY\n"
+"string.text"
+msgid "<none>"
+msgstr "<არაფერი>"
-#: AutoControls.src#STR_ORACLE_DATABASE_NAME.string.text
-msgid "Name of the Oracle database"
-msgstr "Oracle მონაცემთა ბაზის დასახელება"
+#. 2Cd\
+#: queryorder.src
+msgctxt ""
+"queryorder.src\n"
+"DLG_ORDERCRIT\n"
+"modaldialog.text"
+msgid "Sort Order"
+msgstr "სორტირების ბრძანება"
-#: AutoControls.src#STR_MSACCESS_MDB_FILE.string.text
-msgid "Microsoft Access database file"
-msgstr "Microsoft-ის მონაცემთა ბაზის ფაილების წვდომა"
+#. 3k+d
+#: dlgattr.src
+msgctxt ""
+"dlgattr.src\n"
+"DLG_ATTR\n"
+"1\n"
+"pushbutton.text"
+msgid "Bac~k"
+msgstr "უკა~ნ"
-#: AutoControls.src#STR_NO_ADDITIONAL_SETTINGS.string.text
-msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
-msgstr "მეტი პარამეტრები აღარ არის საჭირო. კავშირის მუშაობის დასადასტურებლად დააჭირე '%test' ღილაკს."
+#. b?cs
+#: dlgattr.src
+msgctxt ""
+"dlgattr.src\n"
+"DLG_ATTR\n"
+"TP_ATTR_CHAR\n"
+"string.text"
+msgid "Font"
+msgstr "ფონტი"
-#: AutoControls.src#STR_COMMONURL.string.text
-msgid "Datasource URL"
-msgstr "URL მონაცემთა წყარო"
+#. 2OM{
+#: dlgattr.src
+msgctxt ""
+"dlgattr.src\n"
+"DLG_ATTR\n"
+"TP_ATTR_NUMBER\n"
+"string.text"
+msgid "Format"
+msgstr "ფორმატი"
-#: AutoControls.src#STR_HOSTNAME.string.text
-msgctxt "AutoControls.src#STR_HOSTNAME.string.text"
-msgid "~Host name"
-msgstr "~ჰოსტის სახელი"
+#. 2pg9
+#: dlgattr.src
+msgctxt ""
+"dlgattr.src\n"
+"DLG_ATTR\n"
+"TP_ATTR_ALIGN\n"
+"string.text"
+msgid "Alignment"
+msgstr "შესწორება"
-#: AutoControls.src#STR_MOZILLA_PROFILE_NAME.string.text
-msgid "~Mozilla profile name"
-msgstr "~Mozilla-ს პროფილი"
+#. Ph37
+#: dlgattr.src
+msgctxt ""
+"dlgattr.src\n"
+"DLG_ATTR\n"
+"ST_ROW\n"
+"string.text"
+msgid "Table Format"
+msgstr "ცხრილის ფორმატირება"
-#: AutoControls.src#STR_THUNDERBIRD_PROFILE_NAME.string.text
-msgid "~Thunderbird profile name"
-msgstr "~Thunderbird-ის პროფილი"
+#. rxJX
+#: dlgattr.src
+msgctxt ""
+"dlgattr.src\n"
+"DLG_ATTR\n"
+"tabdialog.text"
+msgid "Field Format"
+msgstr "ველის ფორმატირება"
-#: dbadmin.src#AUTO_USECATALOG_AUTO_Y_.CB_USECATALOG.checkbox.text
+#. c@0H
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"AUTO_USECATALOG(AUTO_Y)\n"
+"CB_USECATALOG\n"
+"checkbox.text"
msgid "Use catalog for file-based databases"
msgstr "კატალოგის გამოყენება ფაილზე დაფუძნებული მონაცემთა ბაზისათვის"
-#: dbadmin.src#AUTO_FIXEDLINE_CONNSETTINGS_AUTO_Y_.FL_SEPARATOR1.fixedline.text
-msgctxt "dbadmin.src#AUTO_FIXEDLINE_CONNSETTINGS_AUTO_Y_.FL_SEPARATOR1.fixedline.text"
+#. ^ZGR
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"AUTO_FIXEDLINE_CONNSETTINGS(AUTO_Y)\n"
+"FL_SEPARATOR1\n"
+"fixedline.text"
msgid "Connection Settings"
msgstr "კავშირის პარამეტრები"
-#: dbadmin.src#AUTO_HOST_AND_PORT_AUTO_Y_.FT_HOSTNAME.fixedtext.text
-msgctxt "dbadmin.src#AUTO_HOST_AND_PORT_AUTO_Y_.FT_HOSTNAME.fixedtext.text"
+#. ejW]
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"AUTO_HOST_AND_PORT(AUTO_Y)\n"
+"FT_HOSTNAME\n"
+"fixedtext.text"
msgid "~Host name"
msgstr "~ჰოსტის სახელი"
-#: dbadmin.src#AUTO_HOST_AND_PORT_AUTO_Y_.FT_PORTNUMBER.fixedtext.text
-msgctxt "dbadmin.src#AUTO_HOST_AND_PORT_AUTO_Y_.FT_PORTNUMBER.fixedtext.text"
+#. DX0)
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"AUTO_HOST_AND_PORT(AUTO_Y)\n"
+"FT_PORTNUMBER\n"
+"fixedtext.text"
msgid "~Port number"
msgstr "~პორტის ნომერი"
-#: dbadmin.src#DLG_DATABASE_ADMINISTRATION.STR_PAGETITLE_GENERAL.string.text
+#. E=m_
+#: dbadmin.src
#, fuzzy
+msgctxt ""
+"dbadmin.src\n"
+"DLG_DATABASE_ADMINISTRATION\n"
+"STR_PAGETITLE_GENERAL\n"
+"string.text"
msgid "Advanced Properties"
msgstr "დამატებითი თვისებები"
-#: dbadmin.src#DLG_DATABASE_ADMINISTRATION.STR_PAGETITLE_ADVANCED.string.text
+#. XEmD
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"DLG_DATABASE_ADMINISTRATION\n"
+"STR_PAGETITLE_ADVANCED\n"
+"string.text"
msgid "Additional Settings"
msgstr "დამატებითი თვისებები"
-#: dbadmin.src#DLG_DATABASE_ADMINISTRATION.STR_PAGETITLE_CONNECTION.string.text
+#. L=D~
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"DLG_DATABASE_ADMINISTRATION\n"
+"STR_PAGETITLE_CONNECTION\n"
+"string.text"
msgid "Connection settings"
msgstr "დაკავშირების პარამეტრები"
-#: dbadmin.src#DLG_DATABASE_ADMINISTRATION.tabdialog.text
-msgctxt "dbadmin.src#DLG_DATABASE_ADMINISTRATION.tabdialog.text"
+#. ]q!n
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"DLG_DATABASE_ADMINISTRATION\n"
+"tabdialog.text"
msgid "Database properties"
msgstr "მონაცემთა ბაზის თვისებები"
-#: dbadmin.src#DLG_DATABASE_TYPE_CHANGE.modaldialog.text
-msgctxt "dbadmin.src#DLG_DATABASE_TYPE_CHANGE.modaldialog.text"
+#. pRGW
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"DLG_DATABASE_TYPE_CHANGE\n"
+"modaldialog.text"
msgid "Database properties"
msgstr "მონაცემთა ბაზის თვისებები"
-#: dbadmin.src#PAGE_GENERAL.FT_GENERALHEADERTEXT.fixedtext.text
+#. =Pu^
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_GENERAL\n"
+"FT_GENERALHEADERTEXT\n"
+"fixedtext.text"
msgid "Welcome to the %PRODUCTNAME Database Wizard"
msgstr "მოგესალმებათ მონაცემთა %PRODUCTNAME-ის ბაზის ოსტატი"
-#: dbadmin.src#PAGE_GENERAL.FT_GENERALHELPTEXT.fixedtext.text
+#. })5x
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_GENERAL\n"
+"FT_GENERALHELPTEXT\n"
+"fixedtext.text"
msgid "Use the Database Wizard to create a new database, open an existing database file, or connect to a database stored on a server."
msgstr "ახალი მონაცემთა ბაზის შესაქმნელად მონაცემთა ბაზის ოსტატის გამოყენება, არსებული მონაცემთა ბაზის გახსნა, ან სერვერზე შენახულ მონაცემთა ბაზასთან დაკავშირება."
-#: dbadmin.src#PAGE_GENERAL.FT_DATASOURCEHEADER.fixedtext.text
+#. /f4U
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_GENERAL\n"
+"FT_DATASOURCEHEADER\n"
+"fixedtext.text"
msgid "What do you want to do?"
msgstr "რისი გაკეთება გსურთ?"
-#: dbadmin.src#PAGE_GENERAL.RB_CREATEDBDATABASE.radiobutton.text
+#. ^h6]
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_GENERAL\n"
+"RB_CREATEDBDATABASE\n"
+"radiobutton.text"
msgid "Create a n~ew database"
msgstr "ა~ხალი მონაცემთა ბაზის შექმნა"
-#: dbadmin.src#PAGE_GENERAL.RB_OPENEXISTINGDOC.radiobutton.text
+#. ,hb*
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_GENERAL\n"
+"RB_OPENEXISTINGDOC\n"
+"radiobutton.text"
msgid "Open an existing database ~file"
msgstr "არსებული მონაცემთა ბაზის ~ფაილის გახსნა"
-#: dbadmin.src#PAGE_GENERAL.FT_DOCLISTLABEL.fixedtext.text
+#. `Xr@
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_GENERAL\n"
+"FT_DOCLISTLABEL\n"
+"fixedtext.text"
msgid "Recently used"
msgstr "ახლახან გამოყენებული"
-#: dbadmin.src#PAGE_GENERAL.RB_GETEXISTINGDATABASE.radiobutton.text
+#. R-kZ
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_GENERAL\n"
+"RB_GETEXISTINGDATABASE\n"
+"radiobutton.text"
msgid "Connect to an e~xisting database"
msgstr "ა~რსებულ მონაცემთა ბაზასთან დაკავშირება"
-#: dbadmin.src#PAGE_GENERAL.FT_DATASOURCETYPE_PRE.fixedtext.text
+#. 9=#0
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_GENERAL\n"
+"FT_DATASOURCETYPE_PRE\n"
+"fixedtext.text"
msgid "Select the type of database to which you want to establish a connection."
msgstr "მონიშნეთ მონაცემთა ბაზის ტიპი რომელთანაც გსურთ კავშირის დამყარება."
-#: dbadmin.src#PAGE_GENERAL.FT_DATATYPE.fixedtext.text
+#. N@Z\
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_GENERAL\n"
+"FT_DATATYPE\n"
+"fixedtext.text"
msgid "Database ~type "
msgstr "მონაცემთა ბაზის ~ტიპი "
-#: dbadmin.src#PAGE_GENERAL.FT_DATATYPEAPPENDIX.fixedtext.text
+#. 0:5]
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_GENERAL\n"
+"FT_DATATYPEAPPENDIX\n"
+"fixedtext.text"
msgid "Database"
msgstr "მონაცემთა ბაზა"
-#: dbadmin.src#PAGE_GENERAL.FT_DATASOURCETYPE_POST.fixedtext.text
+#. kO@$
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_GENERAL\n"
+"FT_DATASOURCETYPE_POST\n"
+"fixedtext.text"
msgid ""
"On the following pages, you can make detailed settings for the connection.\n"
"\n"
@@ -1499,19 +3319,43 @@ msgstr ""
"\n"
"არსებულ პარამეტრებს გადაეწერება ახალი პარამეტრები."
-#: dbadmin.src#PAGE_GENERAL.STR_MYSQLENTRY.string.text
+#. e~n0
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_GENERAL\n"
+"STR_MYSQLENTRY\n"
+"string.text"
msgid "MySQL"
msgstr "MySQL"
-#: dbadmin.src#PAGE_GENERAL.STR_PARENTTITLE.string.text
+#. *it,
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_GENERAL\n"
+"STR_PARENTTITLE\n"
+"string.text"
msgid "Data Source Properties: #"
msgstr "მონაცემთა წყაროს თვისებები: #"
-#: dbadmin.src#PAGE_GENERAL.STR_COULDNOTLOAD_ODBCLIB.string.text
+#. w0gU
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_GENERAL\n"
+"STR_COULDNOTLOAD_ODBCLIB\n"
+"string.text"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr "პროგრამის ბიბლიოთეკა ვერ იტვირთება#lib# ან იგი დაზიანებულია. ODBC მონაცემთა წყაროს არჩევა შეუძლებელია."
-#: dbadmin.src#PAGE_GENERAL.STR_UNSUPPORTED_DATASOURCE_TYPE.string.text
+#. f^dK
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_GENERAL\n"
+"STR_UNSUPPORTED_DATASOURCE_TYPE\n"
+"string.text"
msgid ""
"This kind of data source is not supported on this platform.\n"
"You are allowed to change the settings, but you probably will not be able to connect to the database."
@@ -1519,105 +3363,330 @@ msgstr ""
"ამ პლატფორმაზე მოცემული ტიპის მონაცემთა წყაროს მხარდაჭერა არ არსებობს.\n"
"თქვენ შეგიძლიათ პარამეტრების შეცვლა, მაგრამ ალბათ ვერ შეძლებთ მონაცემთა ბაზასთან დაკავშირებას."
-#: dbadmin.src#PAGE_GENERAL.tabpage.text
-msgctxt "dbadmin.src#PAGE_GENERAL.tabpage.text"
+#. C*#+
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_GENERAL\n"
+"tabpage.text"
msgid "General"
msgstr "ზოგადი"
-#: dbadmin.src#PAGE_DBASE.FL_SEPARATOR1.fixedline.text
+#. 0NKa
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_DBASE\n"
+"FL_SEPARATOR1\n"
+"fixedline.text"
msgid "Optional settings"
msgstr "ნებაყოფლობითი პარამეტრები"
-#: dbadmin.src#PAGE_DBASE.CB_SHOWDELETEDROWS.checkbox.text
+#. 3aG,
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_DBASE\n"
+"CB_SHOWDELETEDROWS\n"
+"checkbox.text"
msgid "Display deleted records as well"
msgstr "უჩვენე ასევე წაშლილი ჩანაწერები"
-#: dbadmin.src#PAGE_DBASE.FT_SPECIAL_MESSAGE.fixedtext.text
+#. 5ERl
+#: dbadmin.src
#, fuzzy
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_DBASE\n"
+"FT_SPECIAL_MESSAGE\n"
+"fixedtext.text"
msgid "Note: When deleted, and thus inactive, records are displayed, you will not be able to delete records from the data source."
msgstr "შენიშვნა: წაშლის შემთხვევაში არააქტიურია, ჩანაწარები ნაჩვენებია, თქვენ არ გექნებათ საშალება მონაცემთა წყაროდან წაშალოთ ჩანაწერები."
-#: dbadmin.src#PAGE_DBASE.PB_INDICIES.pushbutton.text
+#. b$A0
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_DBASE\n"
+"PB_INDICIES\n"
+"pushbutton.text"
msgid "Indexes..."
msgstr "ინდექსები..."
-#: dbadmin.src#PAGE_ODBC.FL_SEPARATOR1.fixedline.text
+#. #o]#
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_ODBC\n"
+"FL_SEPARATOR1\n"
+"fixedline.text"
msgid "Optional Settings"
msgstr "ნებაყოფლობითი პარამეტრები"
-#: dbadmin.src#PAGE_ODBC.FT_OPTIONS.fixedtext.text
+#. F{_:
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_ODBC\n"
+"FT_OPTIONS\n"
+"fixedtext.text"
msgid "ODBC ~options"
msgstr "ODBC ~პარამეტრები"
-#: dbadmin.src#PAGE_MYSQL_JDBC.FT_JDBCDRIVERCLASS.fixedtext.text
+#. %()v
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_MYSQL_JDBC\n"
+"FT_JDBCDRIVERCLASS\n"
+"fixedtext.text"
msgid "MySQL JDBC d~river class"
msgstr "MySQL JDBC დ~რაივერის კლასი"
-#: dbadmin.src#PAGE_MYSQL_JDBC.PB_TESTDRIVERCLASS.pushbutton.text
-msgctxt "dbadmin.src#PAGE_MYSQL_JDBC.PB_TESTDRIVERCLASS.pushbutton.text"
+#. ~|U$
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_MYSQL_JDBC\n"
+"PB_TESTDRIVERCLASS\n"
+"pushbutton.text"
msgid "Test class"
msgstr "ტესტური კლასი"
-#: dbadmin.src#PAGE_MYSQL_NATIVE.FL_SEPARATOR2.fixedline.text
-msgctxt "dbadmin.src#PAGE_MYSQL_NATIVE.FL_SEPARATOR2.fixedline.text"
+#. hahS
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_MYSQL_NATIVE\n"
+"FL_SEPARATOR2\n"
+"fixedline.text"
msgid "User authentication"
msgstr "მომხმარებლის ავთენტიფიკაცია"
-#: dbadmin.src#PAGE_MYSQL_NATIVE.FT_USERNAME.fixedtext.text
-msgctxt "dbadmin.src#PAGE_MYSQL_NATIVE.FT_USERNAME.fixedtext.text"
+#. Pbb,
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_MYSQL_NATIVE\n"
+"FT_USERNAME\n"
+"fixedtext.text"
msgid "~User name"
msgstr "~მომხმარებლის სახელი"
-#: dbadmin.src#PAGE_MYSQL_NATIVE.CB_PASSWORD_REQUIRED.checkbox.text
-msgctxt "dbadmin.src#PAGE_MYSQL_NATIVE.CB_PASSWORD_REQUIRED.checkbox.text"
+#. ~Txm
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_MYSQL_NATIVE\n"
+"CB_PASSWORD_REQUIRED\n"
+"checkbox.text"
msgid "Password required"
msgstr "პაროლი სავალდებულოა"
-#: dbadmin.src#PAGE_ORACLE_JDBC.FT_JDBCDRIVERCLASS.fixedtext.text
+#. (Av;
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_ORACLE_JDBC\n"
+"FT_JDBCDRIVERCLASS\n"
+"fixedtext.text"
msgid "Oracle JDBC d~river class"
msgstr "Oracle JDBC დ~რაივერის კლასი"
-#: dbadmin.src#PAGE_ORACLE_JDBC.PB_TESTDRIVERCLASS.pushbutton.text
-msgctxt "dbadmin.src#PAGE_ORACLE_JDBC.PB_TESTDRIVERCLASS.pushbutton.text"
+#. !fXk
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_ORACLE_JDBC\n"
+"PB_TESTDRIVERCLASS\n"
+"pushbutton.text"
msgid "Test class"
msgstr "ტესტური კლასი"
-#: dbadmin.src#PAGE_LDAP.FL_SEPARATOR1.fixedline.text
-msgctxt "dbadmin.src#PAGE_LDAP.FL_SEPARATOR1.fixedline.text"
+#. g!\o
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_LDAP\n"
+"FL_SEPARATOR1\n"
+"fixedline.text"
msgid "Connection Settings"
msgstr "კავშირის პარამეტრები"
-#: dbadmin.src#PAGE_LDAP.FT_BASEDN.fixedtext.text
+#. =r!-
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_LDAP\n"
+"FT_BASEDN\n"
+"fixedtext.text"
msgid "~Base DN"
msgstr "~DN ბაზა"
-#: dbadmin.src#PAGE_LDAP.CB_USESSL.checkbox.text
+#. B\Ag
+#: dbadmin.src
#, fuzzy
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_LDAP\n"
+"CB_USESSL\n"
+"checkbox.text"
msgid "Use secure connection (SSL)"
msgstr "უ~საფრთხო კავშირის (SSL) გამოყენება"
-#: dbadmin.src#PAGE_LDAP.FT_PORTNUMBER.fixedtext.text
-msgctxt "dbadmin.src#PAGE_LDAP.FT_PORTNUMBER.fixedtext.text"
+#. WpTf
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_LDAP\n"
+"FT_PORTNUMBER\n"
+"fixedtext.text"
msgid "~Port number"
msgstr "~პორტის ნომერი"
-#: dbadmin.src#PAGE_LDAP.FT_LDAPROWCOUNT.fixedtext.text
+#. GQcj
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_LDAP\n"
+"FT_LDAPROWCOUNT\n"
+"fixedtext.text"
msgid "Maximum number of ~records"
msgstr "ჩანაწერების~მაქსიმალური რაოდენობა"
-#: dbadmin.src#PAGE_USERDRIVER.FT_HOSTNAME.fixedtext.text
+#. =`Pn
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_USERDRIVER\n"
+"FT_HOSTNAME\n"
+"fixedtext.text"
msgid "~Hostname"
msgstr "~ჰოსტისსახელი"
-#: dbadmin.src#PAGE_USERDRIVER.FT_PORTNUMBER.fixedtext.text
-msgctxt "dbadmin.src#PAGE_USERDRIVER.FT_PORTNUMBER.fixedtext.text"
+#. 5!kk
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_USERDRIVER\n"
+"FT_PORTNUMBER\n"
+"fixedtext.text"
msgid "~Port number"
msgstr "~პორტის ნომერი"
-#: dbadmin.src#PAGE_USERDRIVER.FT_OPTIONS.fixedtext.text
+#. /w7`
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"PAGE_USERDRIVER\n"
+"FT_OPTIONS\n"
+"fixedtext.text"
msgid "~Driver settings"
msgstr "~დრაივერის პარამეტრები"
-#: dbadmin.src#STR_ERR_USE_CONNECT_TO.string.text
+#. ;`uA
+#: dbadmin.src
+msgctxt ""
+"dbadmin.src\n"
+"STR_ERR_USE_CONNECT_TO\n"
+"string.text"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr ""
+
+#. v)e%
+#: dlgsave.src
+msgctxt ""
+"dlgsave.src\n"
+"DLG_SAVE_AS\n"
+"FT_DESCRIPTION\n"
+"fixedtext.text"
+msgid "Please enter a name for the object to be created:"
+msgstr "შეიყვანეთ შესაქმნელი ობიექტის სახელი:"
+
+#. c3eC
+#: dlgsave.src
+msgctxt ""
+"dlgsave.src\n"
+"DLG_SAVE_AS\n"
+"FT_CATALOG\n"
+"fixedtext.text"
+msgid "~Catalog"
+msgstr "~კატალოგი"
+
+#. Z0U.
+#: dlgsave.src
+msgctxt ""
+"dlgsave.src\n"
+"DLG_SAVE_AS\n"
+"FT_SCHEMA\n"
+"fixedtext.text"
+msgid "~Schema"
+msgstr "~სქემა"
+
+#. `D?l
+#: dlgsave.src
+msgctxt ""
+"dlgsave.src\n"
+"DLG_SAVE_AS\n"
+"STR_TBL_LABEL\n"
+"string.text"
+msgid "~Table Name"
+msgstr "~ცხრილის სახელი"
+
+#. e[Yw
+#: dlgsave.src
+msgctxt ""
+"dlgsave.src\n"
+"DLG_SAVE_AS\n"
+"STR_VW_LABEL\n"
+"string.text"
+msgid "~Name of table view"
+msgstr "~ცხრილის სახელის ნახვა"
+
+#. ape!
+#: dlgsave.src
+msgctxt ""
+"dlgsave.src\n"
+"DLG_SAVE_AS\n"
+"STR_QRY_LABEL\n"
+"string.text"
+msgid "~Query name"
+msgstr "~მოთხოვნის სახელი"
+
+#. j1j;
+#: dlgsave.src
+msgctxt ""
+"dlgsave.src\n"
+"DLG_SAVE_AS\n"
+"STR_TITLE_RENAME\n"
+"string.text"
+msgid "Rename to"
+msgstr "გადარქმევა"
+
+#. 7+Kr
+#: dlgsave.src
+msgctxt ""
+"dlgsave.src\n"
+"DLG_SAVE_AS\n"
+"STR_TITLE_PASTE_AS\n"
+"string.text"
+msgid "Insert as"
+msgstr "ჩასმა როგორც..."
+
+#. sloO
+#: dlgsave.src
+msgctxt ""
+"dlgsave.src\n"
+"DLG_SAVE_AS\n"
+"modaldialog.text"
+msgid "Save As"
+msgstr "დამახსოვრება როგორც..."
+
+#. n]DW
+#: textconnectionsettings.src
+msgctxt ""
+"textconnectionsettings.src\n"
+"DLG_TEXT_CONNECTION_SETTINGS\n"
+"modaldialog.text"
+msgid "Text Connection Settings"
+msgstr "კავშირის პარამეტრები"
diff --git a/source/ka/dbaccess/source/ui/inc.po b/source/ka/dbaccess/source/ui/inc.po
index 198ed634e0c..3806e5019ad 100644
--- a/source/ka/dbaccess/source/ui/inc.po
+++ b/source/ka/dbaccess/source/ui/inc.po
@@ -1,9 +1,9 @@
-#. extracted from dbaccess/source/ui/inc.oo
+#. extracted from dbaccess/source/ui/inc
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fui%2Finc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,49 +12,104 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: toolbox_tmpl.hrc#MID_SBA_QRY_REFRESH.#define.text
+#. y~aA
+#: toolbox_tmpl.hrc
+msgctxt ""
+"toolbox_tmpl.hrc\n"
+"MID_SBA_QRY_REFRESH\n"
+"#define.text"
msgid "Refresh"
msgstr "განახლება"
-#: toolbox_tmpl.hrc#MID_NEW_VIEW_DESIGN.#define.text
+#. .g*Q
+#: toolbox_tmpl.hrc
+msgctxt ""
+"toolbox_tmpl.hrc\n"
+"MID_NEW_VIEW_DESIGN\n"
+"#define.text"
msgid "New ~View Design"
msgstr "ახალი ~ხედის დიზაინი"
-#: toolbox_tmpl.hrc#MID_NEW_TABLE_DESIGN.#define.text
+#. Z39f
+#: toolbox_tmpl.hrc
+msgctxt ""
+"toolbox_tmpl.hrc\n"
+"MID_NEW_TABLE_DESIGN\n"
+"#define.text"
msgid "New ~Table Design"
msgstr "ახალი ~ხედის დიზაინი"
-#: toolbox_tmpl.hrc#MID_QUERY_WIZARD.#define.text
+#. xZ!m
+#: toolbox_tmpl.hrc
+msgctxt ""
+"toolbox_tmpl.hrc\n"
+"MID_QUERY_WIZARD\n"
+"#define.text"
msgid "Query AutoPilot..."
msgstr "მოთხოვნის ავტოპილოტი..."
-#: toolbox_tmpl.hrc#MID_QUERY_NEW_DESIGN.#define.text
+#. gmw^
+#: toolbox_tmpl.hrc
+msgctxt ""
+"toolbox_tmpl.hrc\n"
+"MID_QUERY_NEW_DESIGN\n"
+"#define.text"
msgid "New ~Query (Design View)"
msgstr "ახალი ~მოთხოვნის (ხედის დიზაინი)"
-#: toolbox_tmpl.hrc#MID_QUERY_EDIT_DESIGN.#define.text
+#. XmK)
+#: toolbox_tmpl.hrc
+msgctxt ""
+"toolbox_tmpl.hrc\n"
+"MID_QUERY_EDIT_DESIGN\n"
+"#define.text"
msgid "~Edit Query"
msgstr "~მოთხოვნის რედაქტორება"
-#: toolbox_tmpl.hrc#MID_QUERY_NEW_SQL.#define.text
+#. {Vbo
+#: toolbox_tmpl.hrc
+msgctxt ""
+"toolbox_tmpl.hrc\n"
+"MID_QUERY_NEW_SQL\n"
+"#define.text"
msgid "New Query (~SQL View)"
msgstr "ახალი მოთხოვნა (~SQL ხედი)"
-#: toolbox_tmpl.hrc#MID_DBUI_QUERY_EDIT_JOINCONNECTION.#define.text
+#. hUMy
+#: toolbox_tmpl.hrc
+msgctxt ""
+"toolbox_tmpl.hrc\n"
+"MID_DBUI_QUERY_EDIT_JOINCONNECTION\n"
+"#define.text"
msgid "Edit..."
msgstr "რედაქტირება..."
-#: toolbox_tmpl.hrc#MID_COLUMN_WIDTH.#define.text
+#. KH%8
+#: toolbox_tmpl.hrc
+msgctxt ""
+"toolbox_tmpl.hrc\n"
+"MID_COLUMN_WIDTH\n"
+"#define.text"
msgid "Column ~Width..."
msgstr "სვეტის ~სიგანე..."
-#: toolbox_tmpl.hrc#MID_DOCUMENT_CREATE_REPWIZ.#define.text
+#. B3ba
+#: toolbox_tmpl.hrc
+msgctxt ""
+"toolbox_tmpl.hrc\n"
+"MID_DOCUMENT_CREATE_REPWIZ\n"
+"#define.text"
msgid "Report Wizard..."
msgstr "ანგარიშის ოსტატი..."
-#: toolbox_tmpl.hrc#MID_DOCUMENT_NEW_AUTOPILOT.#define.text
+#. #v:m
+#: toolbox_tmpl.hrc
+msgctxt ""
+"toolbox_tmpl.hrc\n"
+"MID_DOCUMENT_NEW_AUTOPILOT\n"
+"#define.text"
msgid "Form AutoPilot..."
msgstr "ფორმის ავტოპილოტი..."
diff --git a/source/ka/dbaccess/source/ui/misc.po b/source/ka/dbaccess/source/ui/misc.po
index 8db281c9a43..981aaad168b 100644
--- a/source/ka/dbaccess/source/ui/misc.po
+++ b/source/ka/dbaccess/source/ui/misc.po
@@ -1,9 +1,9 @@
-#. extracted from dbaccess/source/ui/misc.oo
+#. extracted from dbaccess/source/ui/misc
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fui%2Fmisc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:40+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,197 +12,447 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: dbumiscres.src#RSC_CHARSETS.1.string.text
-msgid "System"
-msgstr "სისტემა"
-
-#: dbumiscres.src#STR_ERROR_DURING_CREATION.string.text
-msgid "Error during creation"
-msgstr "შეცდომა შექმნისას"
-
-#: dbumiscres.src#STR_UNEXPECTED_ERROR.string.text
-msgid "An unexpected error occurred. The operation could not be performed."
-msgstr "ოპერაცია ვერ ტარდება, მოხდა მოულოდნელი შეცდომა."
-
-#: dbumiscres.src#STR_COULDNOTOPEN_LINKEDDOC.string.text
-msgid "The document \"$file$\" could not be opened."
-msgstr ""
-
-#: dbumiscres.src#STR_MISSING_TABLES_XDROP.string.text
-msgid "The table cannot be deleted because the database connection does not support this."
-msgstr "ცხრილი არ იშლება, რადგან ბაზის კავშირი ამას ვერ უზრუნველყოფს."
-
-#: dbumiscres.src#STR_BUTTON_TEXT_ALL.string.text
-msgctxt "dbumiscres.src#STR_BUTTON_TEXT_ALL.string.text"
-msgid "~All"
-msgstr "~ყველა"
-
-#: dbumiscres.src#STR_UNDO_COLON.string.text
-msgid "Undo:"
-msgstr "უკანსვლა:"
-
-#: dbumiscres.src#STR_REDO_COLON.string.text
-msgid "Redo:"
-msgstr "წინსვლა:"
-
-#: dbumiscres.src#STR_UNKNOWN_TYPE_FOUND.string.text
-msgid "No corresponding column type could be found for column '#1'."
-msgstr "სვეტი '#1'-სთვის შესაბამისი სვეტის ტიპი არ მოიძებნა."
-
-#: dbumiscres.src#STR_FILE_DOES_NOT_EXIST.string.text
-msgid "The file \"$file$\" does not exist."
-msgstr "ფაილი \"$file$\"არ არსებობს."
-
-#: dbumiscres.src#STR_WARNINGS_DURING_CONNECT.string.text
-msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
-msgstr "მონაცემთა წყაროსთან შეერთებისას აღმოჩენილია გაფრთხილებები. მათ სანახავად დააჭირეთ \"$buttontext$\"-ს"
-
-#: dbumiscres.src#STR_NAMED_OBJECT_ALREADY_EXISTS.string.text
-msgid ""
-"The name '$#$' already exists.\n"
-"Please enter another name."
-msgstr ""
-"სახელი '$#$' უკვე არსებობს.\n"
-"გთხოვთ შეიყვანოთ სხვა სახელი."
-
-#: dbumiscres.src#RID_STR_EXTENSION_NOT_PRESENT.string.text
-msgid "The report, \"$file$\", requires the extension Oracle Report Builder."
-msgstr ""
-
-#: WizardPages.src#STR_WIZ_COLUMN_SELECT_TITEL.string.text
+#. kTJJ
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"STR_WIZ_COLUMN_SELECT_TITEL\n"
+"string.text"
msgid "Apply columns"
msgstr "მიუსადაგე სვეტებს"
-#: WizardPages.src#STR_WIZ_TYPE_SELECT_TITEL.string.text
+#. OCCW
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"STR_WIZ_TYPE_SELECT_TITEL\n"
+"string.text"
msgid "Type formatting"
msgstr "ბეჭდვის ფორმატირება"
-#: WizardPages.src#STR_WIZ_PKEY_ALREADY_DEFINED.string.text
+#. oYJb
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"STR_WIZ_PKEY_ALREADY_DEFINED\n"
+"string.text"
msgid "The following fields have already been set as primary keys:\n"
msgstr "შემდეგი ველები უკვე დაყენებულია როგორც ძირითადი გასაღებები:\n"
-#: WizardPages.src#STR_WIZ_NAME_MATCHING_TITEL.string.text
+#. ?DZP
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"STR_WIZ_NAME_MATCHING_TITEL\n"
+"string.text"
msgid "Assign columns"
msgstr "მიანიჭე სვეტებს"
-#: WizardPages.src#WIZ_RTFCOPYTABLE.PB_HELP.helpbutton.text
+#. {.7a
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"WIZ_RTFCOPYTABLE\n"
+"PB_HELP\n"
+"helpbutton.text"
msgid "~Help"
msgstr "~დახმარება"
-#: WizardPages.src#WIZ_RTFCOPYTABLE.PB_CANCEL.cancelbutton.text
+#. ?{e|
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"WIZ_RTFCOPYTABLE\n"
+"PB_CANCEL\n"
+"cancelbutton.text"
msgid "~Cancel"
msgstr "~გაუქმება"
-#: WizardPages.src#WIZ_RTFCOPYTABLE.PB_PREV.pushbutton.text
+#. EJ$?
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"WIZ_RTFCOPYTABLE\n"
+"PB_PREV\n"
+"pushbutton.text"
msgid "< ~Back"
msgstr "< ~უკან"
-#: WizardPages.src#WIZ_RTFCOPYTABLE.PB_NEXT.pushbutton.text
+#. XLgB
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"WIZ_RTFCOPYTABLE\n"
+"PB_NEXT\n"
+"pushbutton.text"
msgid "~Next>"
msgstr "~შემდეგი>"
-#: WizardPages.src#WIZ_RTFCOPYTABLE.PB_OK.okbutton.text
+#. !Ss)
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"WIZ_RTFCOPYTABLE\n"
+"PB_OK\n"
+"okbutton.text"
msgid "C~reate"
msgstr "შ~ექმნა"
-#: WizardPages.src#WIZ_RTFCOPYTABLE.modaldialog.text
+#. 5}TZ
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"WIZ_RTFCOPYTABLE\n"
+"modaldialog.text"
msgid "Copy RTF Table"
msgstr "RTF ცხრილის კოპირება"
-#: WizardPages.src#TAB_WIZ_COLUMN_SELECT.FL_COLUMN_SELECT.fixedline.text
+#. Nhe\
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"TAB_WIZ_COLUMN_SELECT\n"
+"FL_COLUMN_SELECT\n"
+"fixedline.text"
msgid "Existing columns"
msgstr "არსებული სვეტები"
-#: WizardPages.src#TAB_WIZ_TYPE_SELECT.FL_COLUMN_NAME.fixedline.text
+#. E#D^
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"TAB_WIZ_TYPE_SELECT\n"
+"FL_COLUMN_NAME\n"
+"fixedline.text"
msgid "Column information"
msgstr "სვეტის ინფორმაცია"
-#: WizardPages.src#TAB_WIZ_TYPE_SELECT.FL_AUTO_TYPE.fixedline.text
+#. ,9{H
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"TAB_WIZ_TYPE_SELECT\n"
+"FL_AUTO_TYPE\n"
+"fixedline.text"
msgid "Automatic type recognition"
msgstr "ტიპის ავტოამოცნობა"
-#: WizardPages.src#TAB_WIZ_TYPE_SELECT.FT_AUTO.fixedtext.text
+#. `NE6
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"TAB_WIZ_TYPE_SELECT\n"
+"FT_AUTO\n"
+"fixedtext.text"
msgid "Lines (ma~x)"
msgstr "ხაზები (მა~ქსიმუმი)"
-#: WizardPages.src#RID_SBA_RTF_PKEYPOPUP.SID_TABLEDESIGN_TABED_PRIMARYKEY.menuitem.text
+#. $+=1
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"RID_SBA_RTF_PKEYPOPUP\n"
+"SID_TABLEDESIGN_TABED_PRIMARYKEY\n"
+"menuitem.text"
msgid "Primary Key"
msgstr "ძირითადი კლავიში"
-#: WizardPages.src#TAB_WIZ_NAME_MATCHING.FT_TABLE_LEFT.fixedtext.text
+#. AX+?
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"TAB_WIZ_NAME_MATCHING\n"
+"FT_TABLE_LEFT\n"
+"fixedtext.text"
msgid "Source table: \n"
msgstr "საწყისი ცხრილი: \n"
-#: WizardPages.src#TAB_WIZ_NAME_MATCHING.FT_TABLE_RIGHT.fixedtext.text
+#. hf?!
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"TAB_WIZ_NAME_MATCHING\n"
+"FT_TABLE_RIGHT\n"
+"fixedtext.text"
msgid "Destination table: \n"
msgstr "საბოლოო ცხრილი: \n"
-#: WizardPages.src#TAB_WIZ_NAME_MATCHING.PB_ALL.pushbutton.text
-msgctxt "WizardPages.src#TAB_WIZ_NAME_MATCHING.PB_ALL.pushbutton.text"
+#. {O8B
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"TAB_WIZ_NAME_MATCHING\n"
+"PB_ALL\n"
+"pushbutton.text"
msgid "~All"
msgstr "~ყველა"
-#: WizardPages.src#TAB_WIZ_NAME_MATCHING.PB_NONE.pushbutton.text
+#. ZWa*
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"TAB_WIZ_NAME_MATCHING\n"
+"PB_NONE\n"
+"pushbutton.text"
msgid "Non~e"
msgstr "არ~აფერი"
-#: WizardPages.src#TAB_WIZ_COPYTABLE.FT_TABLENAME.fixedtext.text
+#. gcfF
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"TAB_WIZ_COPYTABLE\n"
+"FT_TABLENAME\n"
+"fixedtext.text"
msgid "Ta~ble name"
msgstr "ც~ხრილის სახელი"
-#: WizardPages.src#TAB_WIZ_COPYTABLE.FL_OPTIONS.fixedline.text
+#. !JEQ
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"TAB_WIZ_COPYTABLE\n"
+"FL_OPTIONS\n"
+"fixedline.text"
msgid "Options"
msgstr "პარამეტრები"
-#: WizardPages.src#TAB_WIZ_COPYTABLE.RB_DEFDATA.radiobutton.text
+#. QOk;
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"TAB_WIZ_COPYTABLE\n"
+"RB_DEFDATA\n"
+"radiobutton.text"
msgid "De~finition and data"
msgstr "~განსაზღვრება და მონაცემი"
-#: WizardPages.src#TAB_WIZ_COPYTABLE.RB_DEF.radiobutton.text
+#. 6zkh
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"TAB_WIZ_COPYTABLE\n"
+"RB_DEF\n"
+"radiobutton.text"
msgid "Def~inition"
msgstr "გა~ნსაზღვრება"
-#: WizardPages.src#TAB_WIZ_COPYTABLE.RB_VIEW.radiobutton.text
+#. VRP*
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"TAB_WIZ_COPYTABLE\n"
+"RB_VIEW\n"
+"radiobutton.text"
msgid "A~s table view"
msgstr "ცხრ~ილის სახით"
-#: WizardPages.src#TAB_WIZ_COPYTABLE.RB_APPENDDATA.radiobutton.text
+#. M?|_
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"TAB_WIZ_COPYTABLE\n"
+"RB_APPENDDATA\n"
+"radiobutton.text"
msgid "Append ~data"
msgstr "მონაცემთა ~დამატება"
-#: WizardPages.src#TAB_WIZ_COPYTABLE.CB_USEHEADERLINE.checkbox.text
+#. -au[
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"TAB_WIZ_COPYTABLE\n"
+"CB_USEHEADERLINE\n"
+"checkbox.text"
msgid "Use first ~line as column names"
msgstr ""
-#: WizardPages.src#TAB_WIZ_COPYTABLE.CB_PRIMARY_COLUMN.checkbox.text
+#. 09rg
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"TAB_WIZ_COPYTABLE\n"
+"CB_PRIMARY_COLUMN\n"
+"checkbox.text"
msgid "Crea~te primary key"
msgstr "შექ~მენი ძირითადი გასაღები"
-#: WizardPages.src#TAB_WIZ_COPYTABLE.FT_KEYNAME.fixedtext.text
+#. =79|
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"TAB_WIZ_COPYTABLE\n"
+"FT_KEYNAME\n"
+"fixedtext.text"
msgid "Name"
msgstr "სახელი"
-#: WizardPages.src#STR_WIZ_TABLE_COPY.string.text
-msgctxt "WizardPages.src#STR_WIZ_TABLE_COPY.string.text"
+#. *`p=
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"STR_WIZ_TABLE_COPY\n"
+"string.text"
msgid "Copy table"
msgstr "ცხრილის კოპირება"
-#: WizardPages.src#STR_COPYTABLE_TITLE_COPY.string.text
-msgctxt "WizardPages.src#STR_COPYTABLE_TITLE_COPY.string.text"
+#. )^(0
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"STR_COPYTABLE_TITLE_COPY\n"
+"string.text"
msgid "Copy table"
msgstr "ცხრილის კოპირება"
-#: WizardPages.src#STR_INVALID_TABLE_NAME.string.text
+#. +^3G
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"STR_INVALID_TABLE_NAME\n"
+"string.text"
msgid "This table name is not valid in the current database."
msgstr "ამ მონაცემთა ბაზაში ეს ცხრილის სახელი არასწორია."
-#: WizardPages.src#STR_SUGGEST_APPEND_TABLE_DATA.string.text
+#. zpA1
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"STR_SUGGEST_APPEND_TABLE_DATA\n"
+"string.text"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr "არსებულ ცხრილში მონაცემთა ჩასამატებლად პირველ გვერდზე აირჩიე ვარიანტი 'მონაცემთა დამატება'."
-#: WizardPages.src#STR_INVALID_TABLE_NAME_LENGTH.string.text
+#. u#s2
+#: WizardPages.src
+msgctxt ""
+"WizardPages.src\n"
+"STR_INVALID_TABLE_NAME_LENGTH\n"
+"string.text"
msgid "Please change the table name. It is too long."
msgstr "ცხრილის სახელი დაშვებულზე გრძელია, გთხოვთ შეცვალოთ."
+
+#. Q1z5
+#: dbumiscres.src
+msgctxt ""
+"dbumiscres.src\n"
+"RSC_CHARSETS\n"
+"1\n"
+"string.text"
+msgid "System"
+msgstr "სისტემა"
+
+#. UEPj
+#: dbumiscres.src
+msgctxt ""
+"dbumiscres.src\n"
+"STR_ERROR_DURING_CREATION\n"
+"string.text"
+msgid "Error during creation"
+msgstr "შეცდომა შექმნისას"
+
+#. oM]T
+#: dbumiscres.src
+msgctxt ""
+"dbumiscres.src\n"
+"STR_UNEXPECTED_ERROR\n"
+"string.text"
+msgid "An unexpected error occurred. The operation could not be performed."
+msgstr "ოპერაცია ვერ ტარდება, მოხდა მოულოდნელი შეცდომა."
+
+#. ?a9N
+#: dbumiscres.src
+msgctxt ""
+"dbumiscres.src\n"
+"STR_COULDNOTOPEN_LINKEDDOC\n"
+"string.text"
+msgid "The document \"$file$\" could not be opened."
+msgstr ""
+
+#. W~t+
+#: dbumiscres.src
+msgctxt ""
+"dbumiscres.src\n"
+"STR_MISSING_TABLES_XDROP\n"
+"string.text"
+msgid "The table cannot be deleted because the database connection does not support this."
+msgstr "ცხრილი არ იშლება, რადგან ბაზის კავშირი ამას ვერ უზრუნველყოფს."
+
+#. /vzc
+#: dbumiscres.src
+msgctxt ""
+"dbumiscres.src\n"
+"STR_BUTTON_TEXT_ALL\n"
+"string.text"
+msgid "~All"
+msgstr "~ყველა"
+
+#. ;!wA
+#: dbumiscres.src
+msgctxt ""
+"dbumiscres.src\n"
+"STR_UNDO_COLON\n"
+"string.text"
+msgid "Undo:"
+msgstr "უკანსვლა:"
+
+#. @QFQ
+#: dbumiscres.src
+msgctxt ""
+"dbumiscres.src\n"
+"STR_REDO_COLON\n"
+"string.text"
+msgid "Redo:"
+msgstr "წინსვლა:"
+
+#. 4+;Y
+#: dbumiscres.src
+msgctxt ""
+"dbumiscres.src\n"
+"STR_UNKNOWN_TYPE_FOUND\n"
+"string.text"
+msgid "No corresponding column type could be found for column '#1'."
+msgstr "სვეტი '#1'-სთვის შესაბამისი სვეტის ტიპი არ მოიძებნა."
+
+#. 71C1
+#: dbumiscres.src
+msgctxt ""
+"dbumiscres.src\n"
+"STR_FILE_DOES_NOT_EXIST\n"
+"string.text"
+msgid "The file \"$file$\" does not exist."
+msgstr "ფაილი \"$file$\"არ არსებობს."
+
+#. 8#h)
+#: dbumiscres.src
+msgctxt ""
+"dbumiscres.src\n"
+"STR_WARNINGS_DURING_CONNECT\n"
+"string.text"
+msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
+msgstr "მონაცემთა წყაროსთან შეერთებისას აღმოჩენილია გაფრთხილებები. მათ სანახავად დააჭირეთ \"$buttontext$\"-ს"
+
+#. Bori
+#: dbumiscres.src
+msgctxt ""
+"dbumiscres.src\n"
+"STR_NAMED_OBJECT_ALREADY_EXISTS\n"
+"string.text"
+msgid ""
+"The name '$#$' already exists.\n"
+"Please enter another name."
+msgstr ""
+"სახელი '$#$' უკვე არსებობს.\n"
+"გთხოვთ შეიყვანოთ სხვა სახელი."
+
+#. X@3n
+#: dbumiscres.src
+msgctxt ""
+"dbumiscres.src\n"
+"RID_STR_EXTENSION_NOT_PRESENT\n"
+"string.text"
+msgid "The report, \"$file$\", requires the extension Oracle Report Builder."
+msgstr ""
diff --git a/source/ka/dbaccess/source/ui/querydesign.po b/source/ka/dbaccess/source/ui/querydesign.po
index 82db5993ea9..87088d54abe 100644
--- a/source/ka/dbaccess/source/ui/querydesign.po
+++ b/source/ka/dbaccess/source/ui/querydesign.po
@@ -1,9 +1,9 @@
-#. extracted from dbaccess/source/ui/querydesign.oo
+#. extracted from dbaccess/source/ui/querydesign
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fui%2Fquerydesign.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,203 +12,615 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: query.src#STR_QUERY_UNDO_TABWINSHOW.string.text
+#. rJ%%
+#: querydlg.src
+msgctxt ""
+"querydlg.src\n"
+"DLG_QRY_JOIN.WND_JOIN_CONTROL\n"
+"FL_JOIN\n"
+"fixedline.text"
+msgid "Options"
+msgstr "პარამეტრები"
+
+#. =9+%
+#: querydlg.src
+msgctxt ""
+"querydlg.src\n"
+"DLG_QRY_JOIN.WND_JOIN_CONTROL\n"
+"FT_LISTBOXTITLE\n"
+"fixedtext.text"
+msgid "~Type"
+msgstr "~ტიპი"
+
+#. \iJy
+#: querydlg.src
+msgctxt ""
+"querydlg.src\n"
+"DLG_QRY_JOIN.WND_JOIN_CONTROL.LB_JOINTYPE\n"
+"1\n"
+"stringlist.text"
+msgid "Inner join"
+msgstr "შიდა კავშირი"
+
+#. dVrr
+#: querydlg.src
+msgctxt ""
+"querydlg.src\n"
+"DLG_QRY_JOIN.WND_JOIN_CONTROL.LB_JOINTYPE\n"
+"2\n"
+"stringlist.text"
+msgid "Left join"
+msgstr "მარცხენა კავშირი"
+
+#. SsFj
+#: querydlg.src
+msgctxt ""
+"querydlg.src\n"
+"DLG_QRY_JOIN.WND_JOIN_CONTROL.LB_JOINTYPE\n"
+"3\n"
+"stringlist.text"
+msgid "Right join"
+msgstr "მარჯვენა კავშირი"
+
+#. 5HYb
+#: querydlg.src
+msgctxt ""
+"querydlg.src\n"
+"DLG_QRY_JOIN.WND_JOIN_CONTROL.LB_JOINTYPE\n"
+"4\n"
+"stringlist.text"
+msgid "Full (outer) join"
+msgstr "სრული (გარე) კავშირი"
+
+#. v7q7
+#: querydlg.src
+msgctxt ""
+"querydlg.src\n"
+"DLG_QRY_JOIN.WND_JOIN_CONTROL.LB_JOINTYPE\n"
+"5\n"
+"stringlist.text"
+msgid "Cross join"
+msgstr ""
+
+#. k**g
+#: querydlg.src
+msgctxt ""
+"querydlg.src\n"
+"DLG_QRY_JOIN.WND_JOIN_CONTROL\n"
+"CB_NATURAL\n"
+"checkbox.text"
+msgid "Natural"
+msgstr ""
+
+#. 46q*
+#: querydlg.src
+msgctxt ""
+"querydlg.src\n"
+"DLG_QRY_JOIN.WND_CONTROL\n"
+"FL_INVOLVED_TABLES\n"
+"fixedline.text"
+msgid "Tables involved"
+msgstr "შემოტანილი ცხრილები"
+
+#. GK=\
+#: querydlg.src
+msgctxt ""
+"querydlg.src\n"
+"DLG_QRY_JOIN.WND_CONTROL\n"
+"FL_INVOLVED_FIELDS\n"
+"fixedline.text"
+msgid "Fields involved"
+msgstr "ჩართული ველები"
+
+#. $;xp
+#: querydlg.src
+msgctxt ""
+"querydlg.src\n"
+"DLG_QRY_JOIN\n"
+"modaldialog.text"
+msgid "Join Properties"
+msgstr "კავშირის პარამეტრები"
+
+#. _a)x
+#: querydlg.src
+msgctxt ""
+"querydlg.src\n"
+"STR_JOIN_TYPE_HINT\n"
+"string.text"
+msgid "Please note that some databases may not support this join type."
+msgstr "გთხოვთ, გაითვალისწინოთ, რომ ზოგიერთი მონაცემთა ბაზა მხარს არ უჭერს ამ ტიპის კავშირს."
+
+#. [gm?
+#: querydlg.src
+msgctxt ""
+"querydlg.src\n"
+"STR_QUERY_INNER_JOIN\n"
+"string.text"
+msgid "Includes only records for which the contents of the related fields of both tables are identical."
+msgstr "შეიცავს მხოლოდ იმ ჩანაწერებს რომელთან დაკავშირებულ ველთა შინაარსიც იდენტურია ორივე ცხრილისათვის. "
+
+#. X2Gm
+#: querydlg.src
+msgctxt ""
+"querydlg.src\n"
+"STR_QUERY_LEFTRIGHT_JOIN\n"
+"string.text"
+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' ცხრილიდან, სადაც დაკავშირებულ ველებში მნიშვნელობები შესაბამისია."
+
+#. 4zbd
+#: querydlg.src
+msgctxt ""
+"querydlg.src\n"
+"STR_QUERY_FULL_JOIN\n"
+"string.text"
+msgid "Contains ALL records from '%1' and from '%2'."
+msgstr "შეიცავს ყველა ჩანაწერს '%1'-დან და '%2'-დან."
+
+#. kpOB
+#: querydlg.src
+msgctxt ""
+"querydlg.src\n"
+"STR_QUERY_CROSS_JOIN\n"
+"string.text"
+msgid "Contains the cartesian product of ALL records from '%1' and from '%2'."
+msgstr ""
+
+#. PD$H
+#: querydlg.src
+msgctxt ""
+"querydlg.src\n"
+"STR_QUERY_NATURAL_JOIN\n"
+"string.text"
+msgid "Contains only one column for each pair of equally-named columns from '%1' and from '%2'."
+msgstr ""
+
+#. 0-qf
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QUERY_UNDO_TABWINSHOW\n"
+"string.text"
msgid "Add Table Window"
msgstr "ცხრილის ფანჯრის დამატება"
-#: query.src#STR_QUERY_UNDO_MOVETABWIN.string.text
+#. uig%
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QUERY_UNDO_MOVETABWIN\n"
+"string.text"
msgid "Move table window"
msgstr "ცხრილის ფანჯრის გადატანა"
-#: query.src#STR_QUERY_UNDO_INSERTCONNECTION.string.text
+#. 8WpA
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QUERY_UNDO_INSERTCONNECTION\n"
+"string.text"
msgid "Insert Join"
msgstr "კავშირის დამატება"
-#: query.src#STR_QUERY_UNDO_REMOVECONNECTION.string.text
+#. sG6M
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QUERY_UNDO_REMOVECONNECTION\n"
+"string.text"
msgid "Delete Join"
msgstr "კავშირის წაშლა"
-#: query.src#STR_QUERY_UNDO_SIZETABWIN.string.text
+#. L+^W
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QUERY_UNDO_SIZETABWIN\n"
+"string.text"
msgid "Resize table window"
msgstr "ცხრილის ფანჯრის ზომის შეცვლა"
-#: query.src#STR_QUERY_UNDO_TABFIELDDELETE.string.text
+#. D^BY
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QUERY_UNDO_TABFIELDDELETE\n"
+"string.text"
msgid "Delete Column"
msgstr "სვეტის წაშლა"
-#: query.src#STR_QUERY_UNDO_TABFIELDMOVED.string.text
+#. AW%^
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QUERY_UNDO_TABFIELDMOVED\n"
+"string.text"
msgid "Move column"
msgstr "სვეტის გადატანა"
-#: query.src#STR_QUERY_UNDO_TABFIELDCREATE.string.text
+#. nOk3
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QUERY_UNDO_TABFIELDCREATE\n"
+"string.text"
msgid "Add Column"
msgstr "სვეტის დამატება"
-#: query.src#RID_STR_TABLE_DOESNT_EXIST.string.text
+#. )UDE
+#: query.src
+msgctxt ""
+"query.src\n"
+"RID_STR_TABLE_DOESNT_EXIST\n"
+"string.text"
msgid "Invalid expression, table '$name$' does not exist."
msgstr "არასწორი გამოსახულება, ცხრილი '$name$' არ არსებობს."
-#: query.src#RID_STR_FIELD_DOESNT_EXIST.string.text
+#. .W\\
+#: query.src
+msgctxt ""
+"query.src\n"
+"RID_STR_FIELD_DOESNT_EXIST\n"
+"string.text"
msgid "Invalid expression, field name '$name$' does not exist."
msgstr "არასწორი გამოსახულება, ცხრილის სახელი '$name$' არ არსებობს."
-#: query.src#RID_STR_TOMUCHTABLES.string.text
+#. a1mP
+#: query.src
+msgctxt ""
+"query.src\n"
+"RID_STR_TOMUCHTABLES\n"
+"string.text"
msgid "The query covers #num# tables. The selected database type, however, can only process a maximum of #maxnum# table(s) per statement."
msgstr "მოთხოვნა ფარავს #num# ცხრილს. არჩეული მონაცემთა ტიპის ყოველ დებულებაზე შეუძლია დაამუშაოს მაქსიმუმ #maxnum# ცხრილი."
-#: query.src#STR_QUERY_UNDO_TABWINDELETE.string.text
+#. 3I|w
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QUERY_UNDO_TABWINDELETE\n"
+"string.text"
msgid "Delete Table Window"
msgstr "ცხრილის ფანჯრის წაშლა"
-#: query.src#STR_QUERY_UNDO_MODIFY_CELL.string.text
+#. wI.O
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QUERY_UNDO_MODIFY_CELL\n"
+"string.text"
msgid "Edit Column Description"
msgstr "სვეტის აღწერილობის რედაქტირება"
-#: query.src#STR_QUERY_UNDO_SIZE_COLUMN.string.text
+#. krXD
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QUERY_UNDO_SIZE_COLUMN\n"
+"string.text"
msgid "Adjust column width"
msgstr "სვეტის სიგანის გასწორება"
-#: query.src#STR_QUERY_SORTTEXT.string.text
+#. /HIh
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QUERY_SORTTEXT\n"
+"string.text"
msgid "(not sorted);ascending;descending"
msgstr "(არასორტირებული): ზრდადობით; კლებადობით"
-#: query.src#STR_QUERY_FUNCTIONS.string.text
+#. W|zJ
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QUERY_FUNCTIONS\n"
+"string.text"
msgid "(no function);Group"
msgstr "(ფუნქციის გარეშე);ჯგუფი"
-#: query.src#STR_QUERY_NOTABLE.string.text
+#. bG9n
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QUERY_NOTABLE\n"
+"string.text"
msgid "(no table)"
msgstr "(ცხრლის გარეშე)"
-#: query.src#STR_QRY_ORDERBY_UNRELATED.string.text
+#. )!;O
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QRY_ORDERBY_UNRELATED\n"
+"string.text"
msgid "The database only supports sorting for visible fields."
msgstr "მონაცემთა ბაზა მხარს უჭერს მხოლოდ ხილულ ველებს."
-#: query.src#RID_QUERYFUNCTION_POPUPMENU.ID_QUERY_FUNCTION.menuitem.text
+#. Fh8`
+#: query.src
+msgctxt ""
+"query.src\n"
+"RID_QUERYFUNCTION_POPUPMENU\n"
+"ID_QUERY_FUNCTION\n"
+"menuitem.text"
msgid "Functions"
msgstr "ფუნქციები"
-#: query.src#RID_QUERYFUNCTION_POPUPMENU.ID_QUERY_TABLENAME.menuitem.text
+#. 7*N!
+#: query.src
+msgctxt ""
+"query.src\n"
+"RID_QUERYFUNCTION_POPUPMENU\n"
+"ID_QUERY_TABLENAME\n"
+"menuitem.text"
msgid "Table Name"
msgstr "ცხრილის სახელი"
-#: query.src#RID_QUERYFUNCTION_POPUPMENU.ID_QUERY_ALIASNAME.menuitem.text
+#. 4toX
+#: query.src
+msgctxt ""
+"query.src\n"
+"RID_QUERYFUNCTION_POPUPMENU\n"
+"ID_QUERY_ALIASNAME\n"
+"menuitem.text"
msgid "Alias"
msgstr "მეტსახელი"
-#: query.src#RID_QUERYFUNCTION_POPUPMENU.ID_QUERY_DISTINCT.menuitem.text
+#. )b[Y
+#: query.src
+msgctxt ""
+"query.src\n"
+"RID_QUERYFUNCTION_POPUPMENU\n"
+"ID_QUERY_DISTINCT\n"
+"menuitem.text"
msgid "Distinct Values"
msgstr "ცალსახა მნიშვნელობები"
-#: query.src#STR_QUERY_HANDLETEXT.string.text
+#. :]VY
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QUERY_HANDLETEXT\n"
+"string.text"
msgid "Field;Alias;Table;Sort;Visible;Function;Criterion;Or;Or"
msgstr "ველი;მეტსახელი;ცხრილი;სორტირება;ხილული;ფუნქცია;კრიტერიუმი;ან;ან"
-#: query.src#STR_QRY_TOO_MANY_COLUMNS.string.text
+#. ukK~
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QRY_TOO_MANY_COLUMNS\n"
+"string.text"
msgid "There are too many columns."
msgstr "ზედმეტად ბევრი სვეტია."
-#: query.src#ERR_QRY_CRITERIA_ON_ASTERISK.errorbox.text
+#. XKI9
+#: query.src
+msgctxt ""
+"query.src\n"
+"ERR_QRY_CRITERIA_ON_ASTERISK\n"
+"errorbox.text"
msgid "A condition cannot be applied to field [*]"
msgstr "პირობა არ აქტივირდება ველზე [*]"
-#: query.src#STR_QRY_TOO_LONG_STATEMENT.string.text
+#. 3f`+
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QRY_TOO_LONG_STATEMENT\n"
+"string.text"
msgid "The SQL statement created is too long."
msgstr "შექმნილი SQL მოთხოვნა ზედმეტად გრძელია."
-#: query.src#STR_QRY_TOOCOMPLEX.string.text
+#. 4({}
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QRY_TOOCOMPLEX\n"
+"string.text"
msgid "Query is too complex"
msgstr "მოთხოვნა ზედმეტად რთულია"
-#: query.src#STR_QRY_NOSELECT.string.text
+#. qiv2
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QRY_NOSELECT\n"
+"string.text"
msgid "Nothing has been selected."
msgstr "მონიშნული არაფერი არ არის."
-#: query.src#STR_QRY_TOOMANYCOND.string.text
+#. =0zi
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QRY_TOOMANYCOND\n"
+"string.text"
msgid "Too many search criteria"
msgstr "ძალიან ბევრი საძიებო კრიტერიუმი"
-#: query.src#STR_QRY_SYNTAX.string.text
+#. r~B!
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QRY_SYNTAX\n"
+"string.text"
msgid "SQL syntax error"
msgstr "SQL სინტაქსური შეცდომა"
-#: query.src#ERR_QRY_ORDERBY_ON_ASTERISK.errorbox.text
+#. iOY@
+#: query.src
+msgctxt ""
+"query.src\n"
+"ERR_QRY_ORDERBY_ON_ASTERISK\n"
+"errorbox.text"
msgid "[*] cannot be used as a sort criterion."
msgstr "[*] ვერ გამოიყენება სორტირების კრიტერიუმად."
-#: query.src#STR_QRY_TOO_MANY_TABLES.string.text
+#. ;2~e
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QRY_TOO_MANY_TABLES\n"
+"string.text"
msgid "There are too many tables."
msgstr "ძალიან ბევრი ცხრილია."
-#: query.src#STR_QRY_NATIVE.string.text
+#. `ItO
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QRY_NATIVE\n"
+"string.text"
msgid "The statement will not be applied when querying in the SQL dialect of the database."
msgstr "ბრძანება არ გააქტიურდება მონაცემთა ბაზაში SQL დიალექტზე გაკეთებული მოთხოვნისას."
-#: query.src#ERR_QRY_AMB_FIELD.errorbox.text
+#. /)~O
+#: query.src
+msgctxt ""
+"query.src\n"
+"ERR_QRY_AMB_FIELD\n"
+"errorbox.text"
msgid "Field name not found or not unique"
msgstr "ველის სახელი ვერ მოიძებნა ან უნიკალური არ არის"
-#: query.src#STR_QRY_ILLEGAL_JOIN.string.text
+#. Es13
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QRY_ILLEGAL_JOIN\n"
+"string.text"
msgid "Join could not be processed"
msgstr "კავშირი ვერ გრძელდება"
-#: query.src#STR_SVT_SQL_SYNTAX_ERROR.string.text
+#. F{b/
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_SVT_SQL_SYNTAX_ERROR\n"
+"string.text"
msgid "Syntax error in SQL statement"
msgstr "სინტაქსური შეცდომა SQL განაცხადში"
-#: query.src#STR_QUERYDESIGN_NO_VIEW_SUPPORT.string.text
+#. #D4O
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QUERYDESIGN_NO_VIEW_SUPPORT\n"
+"string.text"
msgid "This database does not support table views."
msgstr "მონაცემთა ბაზა მხარს არ უჭერს ცხრილების ნახვას."
-#: query.src#STR_NO_ALTER_VIEW_SUPPORT.string.text
+#. 05;K
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_NO_ALTER_VIEW_SUPPORT\n"
+"string.text"
msgid "This database does not support altering of existing table views."
msgstr ""
-#: query.src#STR_QUERYDESIGN_NO_VIEW_ASK.string.text
+#. Xae+
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QUERYDESIGN_NO_VIEW_ASK\n"
+"string.text"
msgid "Do you want to create a query instead?"
msgstr "გსურთ სანაცვლოდ მოთხოვნის შექმნა?"
-#: query.src#ERR_QRY_NOSTATEMENT.errorbox.text
+#. xN(!
+#: query.src
+msgctxt ""
+"query.src\n"
+"ERR_QRY_NOSTATEMENT\n"
+"errorbox.text"
msgid "No query could be created."
msgstr "მოთხოვნა ვერ წარმოიქმნა."
-#: query.src#ERR_QRY_NOCRITERIA.errorbox.text
+#. Dg/-
+#: query.src
+msgctxt ""
+"query.src\n"
+"ERR_QRY_NOCRITERIA\n"
+"errorbox.text"
msgid "No query could be created because no fields were selected."
msgstr "მოთხოვნა ვერ წარმოიქმნა რადგან ველები არ არის მონიშნული."
-#: query.src#STR_DATASOURCE_DELETED.string.text
+#. @Y.Y
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_DATASOURCE_DELETED\n"
+"string.text"
msgid "The corresponding data source has been deleted. Therefore, data relevant to that data source cannot be saved."
msgstr "შესაბამისი მონაცემთა წყარო წაიშალა. თუმცა ამ მონაცემთა წყაროსთან დაკავშირებული მონაცემების დამახსოვრება ვერ მოხერხდა."
-#: query.src#STR_QRY_COLUMN_NOT_FOUND.string.text
+#. 8C.r
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QRY_COLUMN_NOT_FOUND\n"
+"string.text"
msgid "The column '$name$' is unknown."
msgstr "სვეტი '$name$' უცნობია."
-#: query.src#STR_QRY_JOIN_COLUMN_COMPARE.string.text
+#. 5SB6
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QRY_JOIN_COLUMN_COMPARE\n"
+"string.text"
msgid "Columns can only be compared using '='."
msgstr "სვეტების შედარება მხოლოდ '='-ის გამოყენებით შეიძლება."
-#: query.src#STR_QRY_LIKE_LEFT_NO_COLUMN.string.text
+#. q-oU
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QRY_LIKE_LEFT_NO_COLUMN\n"
+"string.text"
msgid "You must use a column name before 'LIKE'."
msgstr "'LIKE'-ის წინ უნდა გამოიყენოთ სვეტის სახელი."
-#: query.src#STR_QRY_CHECK_CASESENSITIVE.string.text
+#. d0vF
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QRY_CHECK_CASESENSITIVE\n"
+"string.text"
msgid "The column could not be found. Please note that the database is case-sensitive."
msgstr "სვეტის პოვნა შეუძლებელია. გახსოვდეთ, რომ მონაცემთა ბაზა რეგისტრისადმი მგრშნობიარეა."
-#: query.src#STR_QUERYDESIGN.string.text
+#. 5v?A
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QUERYDESIGN\n"
+"string.text"
msgid " - %PRODUCTNAME Base: Query Design"
msgstr " - %PRODUCTNAME ბაზა: მოთხოვნის შექმნა"
-#: query.src#STR_VIEWDESIGN.string.text
+#. %0im
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_VIEWDESIGN\n"
+"string.text"
msgid " - %PRODUCTNAME Base: View Design"
msgstr " - %PRODUCTNAME ბაზა: ნახვა"
#. For $object$, one of the values of the RSC_QUERY_OBJECT_TYPE resource will be inserted.
-#: query.src#STR_QUERY_SAVEMODIFIED.string.text
+#. Y-cb
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_QUERY_SAVEMODIFIED\n"
+"string.text"
msgid ""
"$object$ has been changed.\n"
"Do you want to save the changes?"
@@ -217,99 +629,69 @@ msgstr ""
"გსურთ ცვლილებათა შენახვა?"
#. For $object$, one of the values of the RSC_QUERY_OBJECT_TYPE resource (except "SQL command", which doesn't make sense here) will be inserted.
-#: query.src#STR_ERROR_PARSING_STATEMENT.string.text
+#. Cw:+
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_ERROR_PARSING_STATEMENT\n"
+"string.text"
msgid "$object$ is based on an SQL command which could not be parsed."
msgstr ""
#. For $object$, one of the values of the RSC_QUERY_OBJECT_TYPE resource (except "SQL command", which doesn't make sense here) will be inserted.
-#: query.src#STR_INFO_OPENING_IN_SQL_VIEW.string.text
+#. @bfe
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_INFO_OPENING_IN_SQL_VIEW\n"
+"string.text"
msgid "$object$ will be opened in SQL view."
msgstr "მოთხოვნა გაიხსნება SQL -ის წარმოდგენაში."
-#: query.src#RSC_QUERY_OBJECT_TYPE.1.string.text
+#. HAdD
+#: query.src
+msgctxt ""
+"query.src\n"
+"RSC_QUERY_OBJECT_TYPE\n"
+"1\n"
+"string.text"
msgid "The table view"
msgstr "ცხრილის ნახვა"
-#: query.src#RSC_QUERY_OBJECT_TYPE.2.string.text
+#. Nl{E
+#: query.src
+msgctxt ""
+"query.src\n"
+"RSC_QUERY_OBJECT_TYPE\n"
+"2\n"
+"string.text"
msgid "The query"
msgstr "მოთხოვნა"
-#: query.src#RSC_QUERY_OBJECT_TYPE.3.string.text
+#. f\zj
+#: query.src
+msgctxt ""
+"query.src\n"
+"RSC_QUERY_OBJECT_TYPE\n"
+"3\n"
+"string.text"
msgid "The SQL statement"
msgstr "SQL განაცხადი"
-#: query.src#STR_STATEMENT_WITHOUT_RESULT_SET.string.text
+#. y=%/
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_STATEMENT_WITHOUT_RESULT_SET\n"
+"string.text"
msgid "The query does not create a result set, and thus cannot be part of another query."
msgstr "მოთხოვნა არ ქმნის შედეგთა ნაკრებას, შედეგად, იგი ვერ იქნება სხვა მოთხოვნის ნაწილი. "
-#: query.src#STR_NO_DATASOURCE_OR_CONNECTION.string.text
+#. SIJ`
+#: query.src
+msgctxt ""
+"query.src\n"
+"STR_NO_DATASOURCE_OR_CONNECTION\n"
+"string.text"
msgid "Both the ActiveConnection and the DataSourceName parameter are missing or wrong - cannot initialize the query designer."
msgstr ""
-
-#: querydlg.src#DLG_QRY_JOIN.WND_JOIN_CONTROL.FL_JOIN.fixedline.text
-msgid "Options"
-msgstr "პარამეტრები"
-
-#: querydlg.src#DLG_QRY_JOIN.WND_JOIN_CONTROL.FT_LISTBOXTITLE.fixedtext.text
-msgid "~Type"
-msgstr "~ტიპი"
-
-#: querydlg.src#DLG_QRY_JOIN.WND_JOIN_CONTROL.LB_JOINTYPE.1.stringlist.text
-msgid "Inner join"
-msgstr "შიდა კავშირი"
-
-#: querydlg.src#DLG_QRY_JOIN.WND_JOIN_CONTROL.LB_JOINTYPE.2.stringlist.text
-msgid "Left join"
-msgstr "მარცხენა კავშირი"
-
-#: querydlg.src#DLG_QRY_JOIN.WND_JOIN_CONTROL.LB_JOINTYPE.3.stringlist.text
-msgid "Right join"
-msgstr "მარჯვენა კავშირი"
-
-#: querydlg.src#DLG_QRY_JOIN.WND_JOIN_CONTROL.LB_JOINTYPE.4.stringlist.text
-msgid "Full (outer) join"
-msgstr "სრული (გარე) კავშირი"
-
-#: querydlg.src#DLG_QRY_JOIN.WND_JOIN_CONTROL.LB_JOINTYPE.5.stringlist.text
-msgid "Cross join"
-msgstr ""
-
-#: querydlg.src#DLG_QRY_JOIN.WND_JOIN_CONTROL.CB_NATURAL.checkbox.text
-msgid "Natural"
-msgstr ""
-
-#: querydlg.src#DLG_QRY_JOIN.WND_CONTROL.FL_INVOLVED_TABLES.fixedline.text
-msgid "Tables involved"
-msgstr "შემოტანილი ცხრილები"
-
-#: querydlg.src#DLG_QRY_JOIN.WND_CONTROL.FL_INVOLVED_FIELDS.fixedline.text
-msgid "Fields involved"
-msgstr "ჩართული ველები"
-
-#: querydlg.src#DLG_QRY_JOIN.modaldialog.text
-msgid "Join Properties"
-msgstr "კავშირის პარამეტრები"
-
-#: querydlg.src#STR_JOIN_TYPE_HINT.string.text
-msgid "Please note that some databases may not support this join type."
-msgstr "გთხოვთ, გაითვალისწინოთ, რომ ზოგიერთი მონაცემთა ბაზა მხარს არ უჭერს ამ ტიპის კავშირს."
-
-#: querydlg.src#STR_QUERY_INNER_JOIN.string.text
-msgid "Includes only records for which the contents of the related fields of both tables are identical."
-msgstr "შეიცავს მხოლოდ იმ ჩანაწერებს რომელთან დაკავშირებულ ველთა შინაარსიც იდენტურია ორივე ცხრილისათვის. "
-
-#: querydlg.src#STR_QUERY_LEFTRIGHT_JOIN.string.text
-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' ცხრილიდან, სადაც დაკავშირებულ ველებში მნიშვნელობები შესაბამისია."
-
-#: querydlg.src#STR_QUERY_FULL_JOIN.string.text
-msgid "Contains ALL records from '%1' and from '%2'."
-msgstr "შეიცავს ყველა ჩანაწერს '%1'-დან და '%2'-დან."
-
-#: querydlg.src#STR_QUERY_CROSS_JOIN.string.text
-msgid "Contains the cartesian product of ALL records from '%1' and from '%2'."
-msgstr ""
-
-#: querydlg.src#STR_QUERY_NATURAL_JOIN.string.text
-msgid "Contains only one column for each pair of equally-named columns from '%1' and from '%2'."
-msgstr ""
diff --git a/source/ka/dbaccess/source/ui/relationdesign.po b/source/ka/dbaccess/source/ui/relationdesign.po
index b70fde055bb..647f3348b94 100644
--- a/source/ka/dbaccess/source/ui/relationdesign.po
+++ b/source/ka/dbaccess/source/ui/relationdesign.po
@@ -1,9 +1,9 @@
-#. extracted from dbaccess/source/ui/relationdesign.oo
+#. extracted from dbaccess/source/ui/relationdesign
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fui%2Frelationdesign.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,30 +12,60 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: relation.src#STR_QUERY_REL_EDIT_RELATION.string.text
+#. hOZ_
+#: relation.src
+msgctxt ""
+"relation.src\n"
+"STR_QUERY_REL_EDIT_RELATION\n"
+"string.text"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr ""
-#: relation.src#STR_QUERY_REL_EDIT.string.text
+#. o];n
+#: relation.src
+msgctxt ""
+"relation.src\n"
+"STR_QUERY_REL_EDIT\n"
+"string.text"
msgid "Edit..."
msgstr "რედაქტირება..."
-#: relation.src#STR_QUERY_REL_CREATE.string.text
+#. 1c[-
+#: relation.src
+msgctxt ""
+"relation.src\n"
+"STR_QUERY_REL_CREATE\n"
+"string.text"
msgid "Create..."
msgstr "შექმნა..."
-#: relation.src#STR_RELATIONDESIGN.string.text
+#. AoH_
+#: relation.src
+msgctxt ""
+"relation.src\n"
+"STR_RELATIONDESIGN\n"
+"string.text"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " - %PRODUCTNAME ბაზა: კავშირის დიზაინი"
-#: relation.src#STR_RELATIONDESIGN_NOT_AVAILABLE.string.text
+#. )MM4
+#: relation.src
+msgctxt ""
+"relation.src\n"
+"STR_RELATIONDESIGN_NOT_AVAILABLE\n"
+"string.text"
msgid "The database does not support relations."
msgstr "მონაცემთა ბაზა ვერ უზრუნველყოფს კავშირს."
-#: relation.src#RELATION_DESIGN_SAVEMODIFIED.querybox.text
+#. NYJF
+#: relation.src
+msgctxt ""
+"relation.src\n"
+"RELATION_DESIGN_SAVEMODIFIED\n"
+"querybox.text"
msgid ""
"The relation design has been changed.\n"
"Do you want to save the changes?"
@@ -43,11 +73,21 @@ msgstr ""
"შეიცვალა კავშირის დიზაინი.\n"
" გსურთ ცვლილებების შენახვა?"
-#: relation.src#STR_QUERY_REL_DELETE_WINDOW.string.text
+#. #EzH
+#: relation.src
+msgctxt ""
+"relation.src\n"
+"STR_QUERY_REL_DELETE_WINDOW\n"
+"string.text"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "როდესაც თქვენ შლით შესაბამის ცხრილს, ყველა შესაბამისი კავშირი წაიშლება. გავაგრძელო?"
-#: relation.src#STR_QUERY_REL_COULD_NOT_CREATE.string.text
+#. {1NJ
+#: relation.src
+msgctxt ""
+"relation.src\n"
+"STR_QUERY_REL_COULD_NOT_CREATE\n"
+"string.text"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
"Please check your documentation of the database."
diff --git a/source/ka/dbaccess/source/ui/tabledesign.po b/source/ka/dbaccess/source/ui/tabledesign.po
index 568316df206..5ac6622a620 100644
--- a/source/ka/dbaccess/source/ui/tabledesign.po
+++ b/source/ka/dbaccess/source/ui/tabledesign.po
@@ -1,9 +1,9 @@
-#. extracted from dbaccess/source/ui/tabledesign.oo
+#. extracted from dbaccess/source/ui/tabledesign
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fui%2Ftabledesign.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,158 +12,342 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: table.src#STR_TABLEDESIGN_DBFIELDTYPES.string.text
+#. +zNj
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TABLEDESIGN_DBFIELDTYPES\n"
+"string.text"
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 "უცნობი;ტექსტი;ნომერი;თარიღი/დრო;თარიღი;დრო;დიახ/არა;ვალუტა;უწყება;მთვლელი;ნახატი;ტექსტი (ფიქსირება);ათობითი;ორობითი (ფიქსირება);ორობითი;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER"
-#: table.src#STR_TABLEDESIGN_UNDO_PRIMKEY.string.text
-msgctxt "table.src#STR_TABLEDESIGN_UNDO_PRIMKEY.string.text"
+#. |sU@
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TABLEDESIGN_UNDO_PRIMKEY\n"
+"string.text"
msgid "Insert/remove primary key"
msgstr "ძირითადი გასაღების ჩასმა/ამოღება"
-#: table.src#STR_VALUE_YES.string.text
+#. UI--
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_VALUE_YES\n"
+"string.text"
msgid "Yes"
msgstr "დიახ"
-#: table.src#STR_VALUE_NO.string.text
+#. X9{a
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_VALUE_NO\n"
+"string.text"
msgid "No"
msgstr "არა"
-#: table.src#STR_VALUE_ASC.string.text
+#. ..-$
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_VALUE_ASC\n"
+"string.text"
msgid "Ascending"
msgstr "ზრდადი"
-#: table.src#STR_VALUE_DESC.string.text
+#. :+)e
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_VALUE_DESC\n"
+"string.text"
msgid "Descending"
msgstr "კლებადობი"
-#: table.src#STR_VALUE_NONE.string.text
+#. 5(BM
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_VALUE_NONE\n"
+"string.text"
msgid "<none>"
msgstr "<არცერთი>"
-#: table.src#STR_TAB_FIELD_NAME.string.text
+#. =2Fw
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TAB_FIELD_NAME\n"
+"string.text"
msgid "Field name"
msgstr "ველის სახელი"
-#: table.src#STR_TAB_FIELD_COLUMN_NAME.string.text
+#. b!J7
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TAB_FIELD_COLUMN_NAME\n"
+"string.text"
msgid "Field Name"
msgstr "ველის სახელი"
-#: table.src#STR_TAB_FIELD_DATATYPE.string.text
+#. Ke6E
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TAB_FIELD_DATATYPE\n"
+"string.text"
msgid "Field ~type"
msgstr "ველის ტიპი"
-#: table.src#STR_TAB_FIELD_COLUMN_DATATYPE.string.text
+#. 3=e_
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TAB_FIELD_COLUMN_DATATYPE\n"
+"string.text"
msgid "Field Type"
msgstr "ველის ტიპი"
-#: table.src#STR_TAB_FIELD_LENGTH.string.text
+#. H%CY
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TAB_FIELD_LENGTH\n"
+"string.text"
msgid "Field length"
msgstr "ველის სიგრძე"
-#: table.src#STR_TAB_HELP_TEXT.string.text
+#. M[,x
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TAB_HELP_TEXT\n"
+"string.text"
msgid "Description"
msgstr "განმარტება"
-#: table.src#STR_COLUMN_DESCRIPTION.string.text
+#. {oh-
+#: table.src
+#, fuzzy
+msgctxt ""
+"table.src\n"
+"STR_COLUMN_DESCRIPTION\n"
+"string.text"
msgid "Column Description"
-msgstr ""
-
-#: table.src#STR_TAB_FIELD_NULLABLE.string.text
+msgstr "სვეტის აღწერილობის რედაქტირება"
+
+#. #FSY
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TAB_FIELD_NULLABLE\n"
+"string.text"
msgid "Input required"
msgstr "საჭიროა შეყვანა"
-#: table.src#STR_FIELD_AUTOINCREMENT.string.text
+#. A[jT
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_FIELD_AUTOINCREMENT\n"
+"string.text"
msgid "~AutoValue"
msgstr "~ავტომნიშვნელობა"
-#: table.src#STR_TAB_PROPERTIES.string.text
+#. ,izf
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TAB_PROPERTIES\n"
+"string.text"
msgid "Field Properties"
msgstr "ველის თვისებები"
-#: table.src#STR_TABPAGE_GENERAL.string.text
+#. Wp+k
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TABPAGE_GENERAL\n"
+"string.text"
msgid "General"
msgstr "ზოგადი"
-#: table.src#STR_TAB_TABLE_DESCRIPTION.string.text
+#. X?RF
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TAB_TABLE_DESCRIPTION\n"
+"string.text"
msgid "Description:"
msgstr "განმარტება:"
-#: table.src#STR_TAB_TABLE_PROPERTIES.string.text
+#. v]`~
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TAB_TABLE_PROPERTIES\n"
+"string.text"
msgid "Table properties"
msgstr "ცხრილის თვისებები"
-#: table.src#ERR_INVALID_LISTBOX_ENTRY.errorbox.text
+#. hCr$
+#: table.src
+msgctxt ""
+"table.src\n"
+"ERR_INVALID_LISTBOX_ENTRY\n"
+"errorbox.text"
msgid "The text you entered is not a list element. "
msgstr "თქვენს მიერ შეყვანილი ტექსტი არ არის ელემენტების სიაში. "
-#: table.src#RID_TABLEDESIGNROWPOPUPMENU.SID_TABLEDESIGN_INSERTROWS.menuitem.text
+#. Z~\!
+#: table.src
+msgctxt ""
+"table.src\n"
+"RID_TABLEDESIGNROWPOPUPMENU\n"
+"SID_TABLEDESIGN_INSERTROWS\n"
+"menuitem.text"
msgid "Insert Rows"
msgstr "სტრქონის ჩასმა"
-#: table.src#RID_TABLEDESIGNROWPOPUPMENU.SID_TABLEDESIGN_TABED_PRIMARYKEY.menuitem.text
+#. buHQ
+#: table.src
+msgctxt ""
+"table.src\n"
+"RID_TABLEDESIGNROWPOPUPMENU\n"
+"SID_TABLEDESIGN_TABED_PRIMARYKEY\n"
+"menuitem.text"
msgid "Primary Key"
msgstr "პირველადი გასაღები"
-#: table.src#STR_TABED_UNDO_CELLMODIFIED.string.text
+#. :tSG
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TABED_UNDO_CELLMODIFIED\n"
+"string.text"
msgid "Modify cell"
msgstr "უჯრის შეცვლა"
-#: table.src#STR_TABED_UNDO_ROWDELETED.string.text
+#. `87G
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TABED_UNDO_ROWDELETED\n"
+"string.text"
msgid "Delete row"
msgstr "სტრიქონის წაშლია"
-#: table.src#STR_TABED_UNDO_TYPE_CHANGED.string.text
+#. 6PCw
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TABED_UNDO_TYPE_CHANGED\n"
+"string.text"
msgid "Modify field type"
msgstr "ველის ტიპის მონიფიცირება"
-#: table.src#STR_TABED_UNDO_ROWINSERTED.string.text
+#. of6E
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TABED_UNDO_ROWINSERTED\n"
+"string.text"
msgid "Insert row"
msgstr "სტრიქონის ჩასმა"
-#: table.src#STR_TABED_UNDO_NEWROWINSERTED.string.text
+#. gP#0
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TABED_UNDO_NEWROWINSERTED\n"
+"string.text"
msgid "Insert new row"
msgstr "ჩასვით ახალი სტრიქონი"
-#: table.src#STR_TABED_UNDO_PRIMKEY.string.text
-msgctxt "table.src#STR_TABED_UNDO_PRIMKEY.string.text"
+#. O90e
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TABED_UNDO_PRIMKEY\n"
+"string.text"
msgid "Insert/remove primary key"
msgstr "ძირითადი გასაღების ჩასმა/ამოღება"
-#: table.src#STR_DEFAULT_VALUE.string.text
+#. h)Dv
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_DEFAULT_VALUE\n"
+"string.text"
msgid "~Default value"
msgstr "~სტანდარტული მნიშვნელობა"
-#: table.src#STR_FIELD_REQUIRED.string.text
+#. AHx$
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_FIELD_REQUIRED\n"
+"string.text"
msgid "~Entry required"
msgstr "~სეიყვანეთ მოთხოვნა"
-#: table.src#STR_TEXT_LENGTH.string.text
-msgctxt "table.src#STR_TEXT_LENGTH.string.text"
+#. IM1C
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TEXT_LENGTH\n"
+"string.text"
msgid "~Length"
msgstr "~სიგრძე"
-#: table.src#STR_NUMERIC_TYPE.string.text
+#. UMNU
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_NUMERIC_TYPE\n"
+"string.text"
msgid "~Type"
msgstr "~ტიპი"
-#: table.src#STR_LENGTH.string.text
-msgctxt "table.src#STR_LENGTH.string.text"
+#. +E.l
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_LENGTH\n"
+"string.text"
msgid "~Length"
msgstr "~სიგრძე"
-#: table.src#STR_SCALE.string.text
+#. 6)Qn
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_SCALE\n"
+"string.text"
msgid "Decimal ~places"
msgstr "წილადის ~მდებარეობა"
-#: table.src#STR_FORMAT.string.text
+#. 3W;J
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_FORMAT\n"
+"string.text"
msgid "Format example"
msgstr "მაგალითის ფორმატირება"
-#: table.src#STR_HELP_BOOL_DEFAULT.string.text
+#. pENt
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_HELP_BOOL_DEFAULT\n"
+"string.text"
msgid ""
"Select a value that is to appear in all new records as default.\n"
"If the field is not to have a default value, select the empty string."
@@ -171,7 +355,12 @@ msgstr ""
"მონიშნეთ მნიშვნელობა რომელიც გამოჩნდება ყველა ახალ ჩანაწერში როგორც საწყისი.\n"
"თუ ველს არ გააჩნია საწყისი მნიშვნელობა, მონიშნე ცარიელი სტრიქონი."
-#: table.src#STR_HELP_DEFAULT_VALUE.string.text
+#. ;^|H
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_HELP_DEFAULT_VALUE\n"
+"string.text"
msgid ""
"Enter a default value for this field.\n"
"\n"
@@ -181,19 +370,39 @@ msgstr ""
"\n"
"თქვენ როდესაც მოგვიანებით შეიყვანთ თარიღს ცხრილში, ეს მნიშვენლობა გამოყენებული იქნება ყოელ ახალ ჩანაწერშიმონიშნული ველისათვის. ეს უნდა იყოს, იმოტომ რომ, შეესაბამებოდეს ცხრილის უჯრას, რომელიც მითიებული უნდა იყოს ქვემოთ."
-#: table.src#STR_HELP_FIELD_REQUIRED.string.text
+#. 3}PH
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_HELP_FIELD_REQUIRED\n"
+"string.text"
msgid "Activate this option if this field cannot contain NULL values, i.e. the user must always enter data."
msgstr "თუ ველი არ შეიცავს NULL მნიშვნელობას, გააქტიურეთ ეს ოპცა, i.e. მომხმარებელმა ყოველთვის უნდა შეიყვანოს მონაცემი."
-#: table.src#STR_HELP_TEXT_LENGTH.string.text
+#. 7mL^
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_HELP_TEXT_LENGTH\n"
+"string.text"
msgid "Enter the maximum text length permitted."
msgstr "შეიყვანეთ ტექსტის სიგრძის მაქსიმალური ნებართვა."
-#: table.src#STR_HELP_NUMERIC_TYPE.string.text
+#. 7#=!
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_HELP_NUMERIC_TYPE\n"
+"string.text"
msgid "Enter the number format."
msgstr "შეიყვანეთ ფორმატის ნომერი."
-#: table.src#STR_HELP_LENGTH.string.text
+#. b1p*
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_HELP_LENGTH\n"
+"string.text"
msgid ""
"Determine the length data can have in this field.\n"
"\n"
@@ -205,19 +414,39 @@ msgstr ""
"თუ აობიი ველი, მას შემდეგ რაც შევა მაქსიმალური სიგრძის რიცხვი, თუ ორობითი ველი, შემდეგ სიგრძე მონაცემის ბლოკის.\n"
"მნიშვნელობა ატომატრად იქნება შესწორებული თუ ის გადააჭარბებს მაქსიმუმს ამ მონაცემთა ბაზისათვის."
-#: table.src#STR_HELP_SCALE.string.text
+#. -^69
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_HELP_SCALE\n"
+"string.text"
msgid "Specify the number of decimal places permitted in this field."
msgstr "განსაზღვრეთ ათობიი რიცხვის ადგილი ნებადართულ ველში."
-#: table.src#STR_HELP_FORMAT_CODE.string.text
+#. C%%|
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_HELP_FORMAT_CODE\n"
+"string.text"
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 "ეს ის ადგილია სადაც გამოჩნდება მონაცემი მიმდინარე ფორმატში (გამოიყენეთ მარჯვენა ღილაკი ფორმატირების მოდიფიკაციისათვის)."
-#: table.src#STR_HELP_FORMAT_BUTTON.string.text
+#. Hqk$
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_HELP_FORMAT_BUTTON\n"
+"string.text"
msgid "This is where you determine the output format of the data."
msgstr "ეს ის ადგილია სადაც თქვენ განსაზღვრავთ მონაცემის გამოტანის ფორმატს."
-#: table.src#STR_HELP_AUTOINCREMENT.string.text
+#. [?XS
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_HELP_AUTOINCREMENT\n"
+"string.text"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
"\n"
@@ -227,35 +456,75 @@ msgstr ""
"\n"
"თქვენ არ შეგიძლიათ შეიყვანოთ მონაცემი ამ ტიპის ველში. არსობრივი მნიშვნელობა იქნება ავტომატურად მინიჭებული ახალი ჩანაწერი (გამომდინარე წინა ჩანაწერის მნიშვნელობიდან)."
-#: table.src#PB_FORMAT.pushbutton.text
+#. .I\i
+#: table.src
+msgctxt ""
+"table.src\n"
+"PB_FORMAT\n"
+"pushbutton.text"
msgid "~..."
msgstr "~..."
-#: table.src#STR_TABLEDESIGN_DUPLICATE_NAME.string.text
+#. (WO0
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TABLEDESIGN_DUPLICATE_NAME\n"
+"string.text"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr "ცხრილის შენახვა ვერ ხერხდება, რადგან სვეტის სახელი \"$column$\" მინიჭებულია ორჯერ."
-#: table.src#STR_TBL_COLUMN_IS_KEYCOLUMN.string.text
+#. BE=K
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TBL_COLUMN_IS_KEYCOLUMN\n"
+"string.text"
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$\" ეკუთვსნის ძირითად გასაღებს. თუ სვეტი წაიშლება, ძირითადი გასაღებიც წაიშლება. გსურთ გაგრძელება?"
-#: table.src#STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE.string.text
+#. H0za
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE\n"
+"string.text"
msgid "Primary Key Affected"
msgstr "საწყისი გასაღები გაუსწორებელი"
-#: table.src#STR_COLUMN_NAME.string.text
+#. ^k*0
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_COLUMN_NAME\n"
+"string.text"
msgid "Column"
msgstr "სვეტი"
-#: table.src#STR_QRY_CONTINUE.string.text
+#. o1m@
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_QRY_CONTINUE\n"
+"string.text"
msgid "Continue anyway?"
msgstr "მაინც გავაგრძელო?"
-#: table.src#STR_STAT_WARNING.string.text
+#. :}Ea
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_STAT_WARNING\n"
+"string.text"
msgid "Warning!"
msgstr "გაფრტხილება!"
-#: table.src#TABLE_DESIGN_SAVEMODIFIED.querybox.text
+#. 3U@W
+#: table.src
+msgctxt ""
+"table.src\n"
+"TABLE_DESIGN_SAVEMODIFIED\n"
+"querybox.text"
msgid ""
"The table has been changed.\n"
"Do you want to save the changes?"
@@ -263,7 +532,12 @@ msgstr ""
"ცხრილი იქნა შეცვლილი.\n"
"გსურთ ცვლილებების შენახვა?"
-#: table.src#TABLE_QUERY_CONNECTION_LOST.querybox.text
+#. LHZG
+#: table.src
+msgctxt ""
+"table.src\n"
+"TABLE_QUERY_CONNECTION_LOST\n"
+"querybox.text"
msgid ""
"The connection to the database was lost! The table design can only be used with limited functionality without a connection.\n"
"Reconnect?"
@@ -271,15 +545,30 @@ msgstr ""
"მონაცემთა ბაზასთან კავშირი დაიკარგა! ცხრილის დიზაინი მხოლოდ ლიმიტირებული უკავშირო ფუნქციონალობით გამოიყენება.\n"
"კვლავ დავუკავშირდე?"
-#: table.src#STR_TABLEDESIGN_CONNECTION_MISSING.string.text
+#. IXlV
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TABLEDESIGN_CONNECTION_MISSING\n"
+"string.text"
msgid "The table could not be saved due to problems connecting to the database."
msgstr "ცხრილი ვერ იქნა შენახული მონაცემთა ბაზასთან კავშირის პრობლემის გამო."
-#: table.src#STR_TABLEDESIGN_DATASOURCE_DELETED.string.text
+#. g4@I
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TABLEDESIGN_DATASOURCE_DELETED\n"
+"string.text"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr "ცხრილის ფილტრი ვერ ალაგებს მონაცემებს რადგან მონაცემთა წყარო იქნა წაშლილი."
-#: table.src#QUERY_SAVE_TABLE_EDIT_INDEXES.querybox.text
+#. w5qJ
+#: table.src
+msgctxt ""
+"table.src\n"
+"QUERY_SAVE_TABLE_EDIT_INDEXES\n"
+"querybox.text"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
"Do you want to save the changes now?"
@@ -287,11 +576,21 @@ msgstr ""
"მანამ სანამ თქვენ შეცვლით ცხრილის სარჩევს, თქვენ უნდა შეინახოთ ის.\n"
"გსურთ შეინახოთ ცვლილებები ახლა?"
-#: table.src#STR_TABLEDESIGN_NO_PRIM_KEY_HEAD.string.text
+#. IT/l
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TABLEDESIGN_NO_PRIM_KEY_HEAD\n"
+"string.text"
msgid "No primary key"
msgstr "არ არის საწყისი გასაღები"
-#: table.src#STR_TABLEDESIGN_NO_PRIM_KEY.string.text
+#. gnM:
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TABLEDESIGN_NO_PRIM_KEY\n"
+"string.text"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
"You can only enter data into this table when one of these two structural conditions has been met.\n"
@@ -303,31 +602,66 @@ msgstr ""
"\n"
"გსურთ საწყის გასაღების შექმნა ეხლა?"
-#: table.src#STR_TABLEDESIGN_TITLE.string.text
+#. ds(e
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TABLEDESIGN_TITLE\n"
+"string.text"
msgid " - %PRODUCTNAME Base: Table Design"
msgstr " - %PRODUCTNAME ბაზე: ცხრილის დიზაინი"
-#: table.src#STR_TABLEDESIGN_ALTER_ERROR.string.text
+#. j\[$
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TABLEDESIGN_ALTER_ERROR\n"
+"string.text"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr "სვეტი \"$column$\" ვერ შეიცვლება. წაიშალოს სვეტი და დაედოს ახალი ფორმატი?"
-#: table.src#STR_TABLEDESIGN_SAVE_ERROR.string.text
+#. 3pC`
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TABLEDESIGN_SAVE_ERROR\n"
+"string.text"
msgid "Error while saving the table design"
msgstr "შეცდომა ცხრილის დიზაინის შენახვისას"
-#: table.src#STR_TABLEDESIGN_COULD_NOT_DROP_COL.string.text
+#. s$A0
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_TABLEDESIGN_COULD_NOT_DROP_COL\n"
+"string.text"
msgid "The column $column$ could not be deleted."
msgstr "სვეტი $column$ ვერ წაიშალა."
-#: table.src#TABLE_DESIGN_ALL_ROWS_DELETED.querybox.text
+#. b+/B
+#: table.src
+msgctxt ""
+"table.src\n"
+"TABLE_DESIGN_ALL_ROWS_DELETED\n"
+"querybox.text"
msgid "You are trying to delete all the columns in the table. A table cannot exist without columns. Should the table be deleted from the database? If not, the table will remain unchanged."
msgstr "თქვენ ცდილობთ წაშალოთ ყველა სვეტი ცხრილში. ცხრილი ვერ იარსებებს სვეტის გარეშე. ცხრილი შეიდზლება ამოშლილი იქნეს მონაცემთა ბაზიდან. თუ არა, ცხრილი დარჩება შეუცვლელი."
-#: table.src#STR_AUTOINCREMENT_VALUE.string.text
+#. mb.U
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_AUTOINCREMENT_VALUE\n"
+"string.text"
msgid "A~uto-increment statement"
msgstr "ა~ვტო-ზრდადი ბრძანება"
-#: table.src#STR_HELP_AUTOINCREMENT_VALUE.string.text
+#. ZA{U
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_HELP_AUTOINCREMENT_VALUE\n"
+"string.text"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
"\n"
@@ -337,7 +671,12 @@ msgstr ""
"\n"
"ეს ბრძანება პირდაპირ იქნება გადაადგილებული მონაცემთა ბაზაში როცა შეიქმნება ახალი ცხრილი."
-#: table.src#STR_NO_TYPE_INFO_AVAILABLE.string.text
+#. -CSJ
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_NO_TYPE_INFO_AVAILABLE\n"
+"string.text"
msgid ""
"No type information could be retrieved from the database.\n"
"The table design mode is not available for this data source."
@@ -345,18 +684,38 @@ msgstr ""
"არანაირი ტიპის ინფორმაცია არ ადგა მონაცემთა ბაზიდან.\n"
"ცხრილის დიზაინის რეჟიმი ამ მონაცემთა წყაროსათვის არ არის ხელმისაწვდომი."
-#: table.src#STR_CHANGE_COLUMN_NAME.string.text
+#. da%i
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_CHANGE_COLUMN_NAME\n"
+"string.text"
msgid "change field name"
msgstr "ველის სახელის შეცვლა"
-#: table.src#STR_CHANGE_COLUMN_TYPE.string.text
+#. V6k6
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_CHANGE_COLUMN_TYPE\n"
+"string.text"
msgid "change field type"
msgstr "ველის ტიპის შეცვლა"
-#: table.src#STR_CHANGE_COLUMN_DESCRIPTION.string.text
+#. \=gd
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_CHANGE_COLUMN_DESCRIPTION\n"
+"string.text"
msgid "change field description"
msgstr "ველის განმარტების შეცვლა"
-#: table.src#STR_CHANGE_COLUMN_ATTRIBUTE.string.text
+#. AAJ]
+#: table.src
+msgctxt ""
+"table.src\n"
+"STR_CHANGE_COLUMN_ATTRIBUTE\n"
+"string.text"
msgid "change field attribute"
msgstr "ველის ატრიბუტების შეცვლა"
diff --git a/source/ka/dbaccess/source/ui/uno.po b/source/ka/dbaccess/source/ui/uno.po
index 29010ca12c7..ceca1f7b2f8 100644
--- a/source/ka/dbaccess/source/ui/uno.po
+++ b/source/ka/dbaccess/source/ui/uno.po
@@ -1,9 +1,9 @@
-#. extracted from dbaccess/source/ui/uno.oo
+#. extracted from dbaccess/source/ui/uno
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dbaccess%2Fsource%2Fui%2Funo.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:38+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,57 +12,122 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: dbinteraction.src#STR_REMEMBERPASSWORD_SESSION.string.text
-msgid "~Remember password until end of session"
-msgstr "~პაროლის დამახსოვრება სესიის ბოლომდე"
-
-#: dbinteraction.src#STR_REMEMBERPASSWORD_PERSISTENT.string.text
-msgid "~Remember password"
-msgstr "~პაროლის დამახსოვრება"
-
-#: copytablewizard.src#STR_CTW_NO_VIEWS_SUPPORT.string.text
+#. eQiO
+#: copytablewizard.src
+msgctxt ""
+"copytablewizard.src\n"
+"STR_CTW_NO_VIEWS_SUPPORT\n"
+"string.text"
msgid "The destination database does not support views."
msgstr ""
-#: copytablewizard.src#STR_CTW_NO_PRIMARY_KEY_SUPPORT.string.text
+#. _=Y9
+#: copytablewizard.src
+msgctxt ""
+"copytablewizard.src\n"
+"STR_CTW_NO_PRIMARY_KEY_SUPPORT\n"
+"string.text"
msgid "The destination database does not support primary keys."
msgstr ""
-#: copytablewizard.src#STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR.string.text
+#. 3?2,
+#: copytablewizard.src
+msgctxt ""
+"copytablewizard.src\n"
+"STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR\n"
+"string.text"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr ""
-#: copytablewizard.src#STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT.string.text
+#. zV0M
+#: copytablewizard.src
+msgctxt ""
+"copytablewizard.src\n"
+"STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT\n"
+"string.text"
msgid "Only tables and queries are supported at the moment."
msgstr ""
-#: copytablewizard.src#STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS.string.text
+#. ~}tx
+#: copytablewizard.src
+msgctxt ""
+"copytablewizard.src\n"
+"STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS\n"
+"string.text"
msgid "The copy source's result set must support bookmarks."
msgstr ""
-#: copytablewizard.src#STR_CTW_UNSUPPORTED_COLUMN_TYPE.string.text
+#. UCzS
+#: copytablewizard.src
+msgctxt ""
+"copytablewizard.src\n"
+"STR_CTW_UNSUPPORTED_COLUMN_TYPE\n"
+"string.text"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr ""
-#: copytablewizard.src#STR_CTW_ILLEGAL_PARAMETER_COUNT.string.text
+#. We~`
+#: copytablewizard.src
+msgctxt ""
+"copytablewizard.src\n"
+"STR_CTW_ILLEGAL_PARAMETER_COUNT\n"
+"string.text"
msgid "Illegal number of initialization parameters."
msgstr ""
-#: copytablewizard.src#STR_CTW_ERROR_DURING_INITIALIZATION.string.text
+#. mBwh
+#: copytablewizard.src
+msgctxt ""
+"copytablewizard.src\n"
+"STR_CTW_ERROR_DURING_INITIALIZATION\n"
+"string.text"
msgid "An error occurred during initialization."
msgstr ""
-#: copytablewizard.src#STR_CTW_ERROR_UNSUPPORTED_SETTING.string.text
+#. HAbb
+#: copytablewizard.src
+msgctxt ""
+"copytablewizard.src\n"
+"STR_CTW_ERROR_UNSUPPORTED_SETTING\n"
+"string.text"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr ""
-#: copytablewizard.src#STR_CTW_ERROR_NO_QUERY.string.text
+#. mJDu
+#: copytablewizard.src
+msgctxt ""
+"copytablewizard.src\n"
+"STR_CTW_ERROR_NO_QUERY\n"
+"string.text"
msgid "To copy a query, your connection must be able to provide queries."
msgstr ""
-#: copytablewizard.src#STR_CTW_ERROR_INVALID_INTERACTIONHANDLER.string.text
+#. poOe
+#: copytablewizard.src
+msgctxt ""
+"copytablewizard.src\n"
+"STR_CTW_ERROR_INVALID_INTERACTIONHANDLER\n"
+"string.text"
msgid "The given interaction handler is invalid."
msgstr ""
+
+#. D3WL
+#: dbinteraction.src
+msgctxt ""
+"dbinteraction.src\n"
+"STR_REMEMBERPASSWORD_SESSION\n"
+"string.text"
+msgid "~Remember password until end of session"
+msgstr "~პაროლის დამახსოვრება სესიის ბოლომდე"
+
+#. ?:go
+#: dbinteraction.src
+msgctxt ""
+"dbinteraction.src\n"
+"STR_REMEMBERPASSWORD_PERSISTENT\n"
+"string.text"
+msgid "~Remember password"
+msgstr "~პაროლის დამახსოვრება"
diff --git a/source/ka/desktop/source/app.po b/source/ka/desktop/source/app.po
index 11f998b4ec6..80d97b43a8e 100644
--- a/source/ka/desktop/source/app.po
+++ b/source/ka/desktop/source/app.po
@@ -1,9 +1,9 @@
-#. extracted from desktop/source/app.oo
+#. extracted from desktop/source/app
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+desktop%2Fsource%2Fapp.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,18 +12,33 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: desktop.src#STR_RECOVER_QUERY.string.text
+#. ;-E#
+#: desktop.src
+msgctxt ""
+"desktop.src\n"
+"STR_RECOVER_QUERY\n"
+"string.text"
msgid "Should the file \"$1\" be restored?"
msgstr "აღსდგეს \"$1\" ფაილი?"
-#: desktop.src#STR_RECOVER_TITLE.string.text
+#. ;NJ+
+#: desktop.src
+msgctxt ""
+"desktop.src\n"
+"STR_RECOVER_TITLE\n"
+"string.text"
msgid "File Recovery"
msgstr "ფაილის აღდგენა"
-#: desktop.src#STR_RECOVER_PREPARED.warningbox.text
+#. NS+@
+#: desktop.src
+msgctxt ""
+"desktop.src\n"
+"STR_RECOVER_PREPARED\n"
+"warningbox.text"
msgid ""
"An unrecoverable error has occurred.\n"
"\n"
@@ -35,75 +50,156 @@ msgstr ""
"ყველა შეცვლილი ფაილი შენახულია და \n"
"შესაძლებელია მათი პროგრამის ხელახალი ჩატვირთვის შემდეგ აღდგენა."
-#: desktop.src#STR_BOOTSTRAP_ERR_CANNOT_START.string.text
+#. G(.k
+#: desktop.src
+msgctxt ""
+"desktop.src\n"
+"STR_BOOTSTRAP_ERR_CANNOT_START\n"
+"string.text"
msgid "The application cannot be started. "
msgstr "პროგრამა ვერ გაეშვება. "
-#: desktop.src#STR_BOOTSTRAP_ERR_DIR_MISSING.string.text
+#. `a$P
+#: desktop.src
+msgctxt ""
+"desktop.src\n"
+"STR_BOOTSTRAP_ERR_DIR_MISSING\n"
+"string.text"
msgid "The configuration directory \"$1\" could not be found."
msgstr "კონფიგურაციის დირექტორია \"$1\" ვერ მოიძებნა."
-#: desktop.src#STR_BOOTSTRAP_ERR_PATH_INVALID.string.text
+#. D5B@
+#: desktop.src
+msgctxt ""
+"desktop.src\n"
+"STR_BOOTSTRAP_ERR_PATH_INVALID\n"
+"string.text"
msgid "The installation path is invalid."
msgstr "ინსტალაციის მდებარეობა არასწორია."
-#: desktop.src#STR_BOOTSTRAP_ERR_NO_PATH.string.text
+#. 3KSX
+#: desktop.src
+msgctxt ""
+"desktop.src\n"
+"STR_BOOTSTRAP_ERR_NO_PATH\n"
+"string.text"
msgid "The installation path is not available."
msgstr "ინსტალაციის მდებარეობა აღმოჩენილი არა არის."
-#: desktop.src#STR_BOOTSTRAP_ERR_INTERNAL.string.text
+#. [Rc8
+#: desktop.src
+msgctxt ""
+"desktop.src\n"
+"STR_BOOTSTRAP_ERR_INTERNAL\n"
+"string.text"
msgid "An internal error occurred."
msgstr "მოხდა შიდა შეცდომა."
-#: desktop.src#STR_BOOTSTRAP_ERR_FILE_CORRUPT.string.text
+#. Lp6S
+#: desktop.src
+msgctxt ""
+"desktop.src\n"
+"STR_BOOTSTRAP_ERR_FILE_CORRUPT\n"
+"string.text"
msgid "The configuration file \"$1\" is corrupt."
msgstr "კონფიგურაციის ფაილი \"$1\" დაზიანებულია."
-#: desktop.src#STR_BOOTSTRAP_ERR_FILE_MISSING.string.text
+#. FI:n
+#: desktop.src
+msgctxt ""
+"desktop.src\n"
+"STR_BOOTSTRAP_ERR_FILE_MISSING\n"
+"string.text"
msgid "The configuration file \"$1\" was not found."
msgstr "კონფიგურაციის ფაილი \"$1\" ვერ მოიძებნა."
-#: desktop.src#STR_BOOTSTRAP_ERR_NO_SUPPORT.string.text
+#. rEGY
+#: desktop.src
+msgctxt ""
+"desktop.src\n"
+"STR_BOOTSTRAP_ERR_NO_SUPPORT\n"
+"string.text"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "კონფიგურაციის ფაილი \"$1\" მხარს არ უჭერს მიმდინარე ვერსიას."
-#: desktop.src#STR_BOOTSTRAP_ERR_LANGUAGE_MISSING.string.text
+#. 8}+c
+#: desktop.src
+msgctxt ""
+"desktop.src\n"
+"STR_BOOTSTRAP_ERR_LANGUAGE_MISSING\n"
+"string.text"
msgid "The user interface language cannot be determined."
msgstr ""
-#: desktop.src#STR_BOOTSTRAP_ERR_NO_SERVICE.string.text
-msgid "The component manager is not available."
-msgstr "კომპონენტების მმართველი ხელმისაწვდომი არაა."
-
-#: desktop.src#STR_BOOTSTRAP_ERR_NO_CFG_SERVICE.string.text
+#. 8M4/
+#: desktop.src
+msgctxt ""
+"desktop.src\n"
+"STR_BOOTSTRAP_ERR_NO_CFG_SERVICE\n"
+"string.text"
msgid "The configuration service is not available."
msgstr "კომპონენტების სერვისი ხელმისაწვდომი არაა."
-#: desktop.src#STR_ASK_START_SETUP_MANUALLY.string.text
+#. 7@8E
+#: desktop.src
+msgctxt ""
+"desktop.src\n"
+"STR_ASK_START_SETUP_MANUALLY\n"
+"string.text"
msgid "Start the setup application to repair the installation from the CD or the folder containing the installation packages."
msgstr "გაუშვით პროგრამის დაყენება ინსტალაციის აღსადგენად საინსატალაციო პაკეტების შემცველი კდ-დან ან საქაღალდედან."
-#: desktop.src#STR_CONFIG_ERR_SETTINGS_INCOMPLETE.string.text
+#. ;Qn6
+#: desktop.src
+msgctxt ""
+"desktop.src\n"
+"STR_CONFIG_ERR_SETTINGS_INCOMPLETE\n"
+"string.text"
msgid "The startup settings for accessing the central configuration are incomplete. "
msgstr "ჩატვირთვის პარამეტრები ცენტრალურ კონფიგურაციასთან წვდომისათვის არა არის დასრულებული. "
-#: desktop.src#STR_CONFIG_ERR_CANNOT_CONNECT.string.text
+#. rd?U
+#: desktop.src
+msgctxt ""
+"desktop.src\n"
+"STR_CONFIG_ERR_CANNOT_CONNECT\n"
+"string.text"
msgid "A connection to the central configuration could not be established. "
msgstr "კავშირი ცენტრალურ კონფიგურაციასთან ვერ დამყარდა. "
-#: desktop.src#STR_CONFIG_ERR_RIGHTS_MISSING.string.text
+#. N;}*
+#: desktop.src
+msgctxt ""
+"desktop.src\n"
+"STR_CONFIG_ERR_RIGHTS_MISSING\n"
+"string.text"
msgid "You cannot access the central configuration because of missing access rights. "
msgstr "არ შეგიძლიათ განახროციელოტ წვდომა ცენტრალურ კონფიგურაციასთან წვდომის უფლებების არ ქონის გამო."
-#: desktop.src#STR_CONFIG_ERR_ACCESS_GENERAL.string.text
+#. mb`J
+#: desktop.src
+msgctxt ""
+"desktop.src\n"
+"STR_CONFIG_ERR_ACCESS_GENERAL\n"
+"string.text"
msgid "A general error occurred while accessing your central configuration. "
msgstr "მოხდა ძირითადი შეცდომა ცენტრალურ კონფიგურაციასთან წვდომისას."
-#: desktop.src#STR_CONFIG_ERR_NO_WRITE_ACCESS.string.text
+#. gXwr
+#: desktop.src
+msgctxt ""
+"desktop.src\n"
+"STR_CONFIG_ERR_NO_WRITE_ACCESS\n"
+"string.text"
msgid "The changes to your personal settings cannot be stored centrally because of missing access rights. "
msgstr "ცვლილებები თქვენს პერსონალურ პარამეტრებში არ შენახულა ცენტრალიზირებულად, წვდომის უფლებების არ ქონის გამო. "
-#: desktop.src#STR_BOOTSTRAP_ERR_CFG_DATAACCESS.string.text
+#. :j,M
+#: desktop.src
+msgctxt ""
+"desktop.src\n"
+"STR_BOOTSTRAP_ERR_CFG_DATAACCESS\n"
+"string.text"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
"\n"
@@ -113,11 +209,21 @@ msgstr ""
"\n"
"გთხოვთ დაუკაბშირდეთ თქვენს სისტემურ ადმინსტრატორს."
-#: desktop.src#STR_INTERNAL_ERRMSG.string.text
+#. Hq*q
+#: desktop.src
+msgctxt ""
+"desktop.src\n"
+"STR_INTERNAL_ERRMSG\n"
+"string.text"
msgid "The following internal error has occurred: "
msgstr "მოხდა შემდეგი შიდა შეცდომა: "
-#: desktop.src#QBX_USERDATALOCKED.querybox.text
+#. ]saI
+#: desktop.src
+msgctxt ""
+"desktop.src\n"
+"QBX_USERDATALOCKED\n"
+"querybox.text"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
"Simultaneous access can lead to inconsistencies in your personal settings. Before continuing, you should make sure user '$u' closes %PRODUCTNAME on host '$h'.\n"
@@ -129,35 +235,57 @@ msgstr ""
"\n"
"ნამდვილად გნებავთ გაგრძელება?"
-#: desktop.src#STR_TITLE_USERDATALOCKED.string.text
-msgctxt "desktop.src#STR_TITLE_USERDATALOCKED.string.text"
+#. 5c(@
+#: desktop.src
+msgctxt ""
+"desktop.src\n"
+"STR_TITLE_USERDATALOCKED\n"
+"string.text"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
-#: desktop.src#DLG_CMDLINEHELP.modaldialog.text
+#. g1Dd
+#: desktop.src
+msgctxt ""
+"desktop.src\n"
+"DLG_CMDLINEHELP\n"
+"modaldialog.text"
msgid "Help Message..."
msgstr ""
-#: desktop.src#EBX_ERR_PRINTDISABLED.errorbox.text
+#. _hMD
+#: desktop.src
+msgctxt ""
+"desktop.src\n"
+"EBX_ERR_PRINTDISABLED\n"
+"errorbox.text"
msgid "Printing is disabled. No documents can be printed."
msgstr "ბეჭდვა გამორთულია. ვერცერთი დოკუმენტი ვერ დაიბეჭდება."
-#: desktop.src#INFOBOX_EXPIRED.infobox.text
-msgid ""
-"This Evaluation Version has expired. To find out more about %PRODUCTNAME,\n"
-"visit http://www.oracle.com/us/products/applications/open-office."
-msgstr ""
-
-#: desktop.src#STR_TITLE_EXPIRED.string.text
-msgctxt "desktop.src#STR_TITLE_EXPIRED.string.text"
+#. l%BI
+#: desktop.src
+msgctxt ""
+"desktop.src\n"
+"STR_TITLE_EXPIRED\n"
+"string.text"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
-#: desktop.src#STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE.string.text
+#. @L?:
+#: desktop.src
+msgctxt ""
+"desktop.src\n"
+"STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE\n"
+"string.text"
msgid "The path manager is not available.\n"
msgstr "ადგილმდებარეობის მმართველი არ არის ხელმისაწვდომი.\n"
-#: desktop.src#STR_BOOSTRAP_ERR_NOTENOUGHDISKSPACE.string.text
+#. X:/Z
+#: desktop.src
+msgctxt ""
+"desktop.src\n"
+"STR_BOOSTRAP_ERR_NOTENOUGHDISKSPACE\n"
+"string.text"
msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
"\n"
@@ -165,7 +293,12 @@ msgstr ""
"%PRODUCTNAME-ის სამომხმარებლო ინსტალაცია ვერ დასრულდება არასაკმარისი დისკური სივრცის გამო. გთხოვთ, გაანთავისუფლეთ დისკური სივრცე და გადატვირთეთ %PRODUCTNAME-ი:\n"
"\n"
-#: desktop.src#STR_BOOSTRAP_ERR_NOACCESSRIGHTS.string.text
+#. r2c(
+#: desktop.src
+msgctxt ""
+"desktop.src\n"
+"STR_BOOSTRAP_ERR_NOACCESSRIGHTS\n"
+"string.text"
msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
"\n"
diff --git a/source/ka/desktop/source/deployment/gui.po b/source/ka/desktop/source/deployment/gui.po
index 7c0d2635feb..0b140e17fec 100644
--- a/source/ka/desktop/source/deployment/gui.po
+++ b/source/ka/desktop/source/deployment/gui.po
@@ -1,9 +1,9 @@
-#. extracted from desktop/source/deployment/gui.oo
+#. extracted from desktop/source/deployment/gui
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+desktop%2Fsource%2Fdeployment%2Fgui.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2012-06-16 14:28+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,31 +12,61 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: dp_gui_dialog.src#RID_STR_ADD_PACKAGES.string.text
+#. )g4a
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_STR_ADD_PACKAGES\n"
+"string.text"
msgid "Add Extension(s)"
msgstr "გაფართოებ(ებ)ის"
-#: dp_gui_dialog.src#RID_CTX_ITEM_REMOVE.string.text
+#. qUw1
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_CTX_ITEM_REMOVE\n"
+"string.text"
msgid "~Remove"
msgstr "~ამოღება"
-#: dp_gui_dialog.src#RID_CTX_ITEM_ENABLE.string.text
+#. /yLf
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_CTX_ITEM_ENABLE\n"
+"string.text"
msgid "~Enable"
msgstr "ჩა~რთვა"
-#: dp_gui_dialog.src#RID_CTX_ITEM_DISABLE.string.text
+#. nB=b
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_CTX_ITEM_DISABLE\n"
+"string.text"
msgid "~Disable"
msgstr "~გამორთვა"
-#: dp_gui_dialog.src#RID_CTX_ITEM_CHECK_UPDATE.string.text
+#. UpY+
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_CTX_ITEM_CHECK_UPDATE\n"
+"string.text"
msgid "~Update..."
msgstr ""
-#: dp_gui_dialog.src#RID_CTX_ITEM_OPTIONS.string.text
+#. 6pLh
+#: dp_gui_dialog.src
#, fuzzy
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_CTX_ITEM_OPTIONS\n"
+"string.text"
msgid "~Options..."
msgstr ""
"#-#-#-#-# dialog.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -52,173 +82,356 @@ msgstr ""
"#-#-#-#-# dialog.po (PACKAGE VERSION) #-#-#-#-#\n"
"~პარამეტრები..."
-#: dp_gui_dialog.src#RID_STR_ADDING_PACKAGES.string.text
-msgctxt "dp_gui_dialog.src#RID_STR_ADDING_PACKAGES.string.text"
+#. F3Kz
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_STR_ADDING_PACKAGES\n"
+"string.text"
msgid "Adding %EXTENSION_NAME"
msgstr ""
-#: dp_gui_dialog.src#RID_STR_REMOVING_PACKAGES.string.text
+#. H)hJ
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_STR_REMOVING_PACKAGES\n"
+"string.text"
msgid "Removing %EXTENSION_NAME"
msgstr ""
-#: dp_gui_dialog.src#RID_STR_ENABLING_PACKAGES.string.text
+#. -w-g
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_STR_ENABLING_PACKAGES\n"
+"string.text"
msgid "Enabling %EXTENSION_NAME"
msgstr ""
-#: dp_gui_dialog.src#RID_STR_DISABLING_PACKAGES.string.text
+#. m^rx
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_STR_DISABLING_PACKAGES\n"
+"string.text"
msgid "Disabling %EXTENSION_NAME"
msgstr ""
-#: dp_gui_dialog.src#RID_STR_ACCEPT_LICENSE.string.text
+#. sH1[
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_STR_ACCEPT_LICENSE\n"
+"string.text"
msgid "Accept license for %EXTENSION_NAME"
msgstr ""
-#: dp_gui_dialog.src#RID_STR_INSTALL_FOR_ALL.string.text
+#. UeQm
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_STR_INSTALL_FOR_ALL\n"
+"string.text"
msgid "~For all users"
msgstr ""
-#: dp_gui_dialog.src#RID_STR_INSTALL_FOR_ME.string.text
+#. F49M
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_STR_INSTALL_FOR_ME\n"
+"string.text"
msgid "~Only for me"
msgstr ""
-#: dp_gui_dialog.src#RID_STR_ERROR_UNKNOWN_STATUS.string.text
+#. #_~A
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_STR_ERROR_UNKNOWN_STATUS\n"
+"string.text"
msgid "Error: The status of this extension is unknown"
msgstr ""
-#: dp_gui_dialog.src#RID_STR_CLOSE_BTN.string.text
-msgctxt "dp_gui_dialog.src#RID_STR_CLOSE_BTN.string.text"
+#. :D9%
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_STR_CLOSE_BTN\n"
+"string.text"
msgid "Close"
msgstr "დახურვა"
-#: dp_gui_dialog.src#RID_STR_EXIT_BTN.string.text
+#. TuR@
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_STR_EXIT_BTN\n"
+"string.text"
msgid "Quit"
msgstr ""
-#: dp_gui_dialog.src#RID_STR_NO_ADMIN_PRIVILEGE.string.text
+#. `^)5
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_STR_NO_ADMIN_PRIVILEGE\n"
+"string.text"
msgid ""
"%PRODUCTNAME has been updated to a new version. Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n"
"\n"
"Updating of shared extension requires administrator privileges. Contact your system administrator to update the following shared extensions:"
msgstr ""
-#: dp_gui_dialog.src#RID_STR_ERROR_MISSING_DEPENDENCIES.string.text
+#. JF-Z
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_STR_ERROR_MISSING_DEPENDENCIES\n"
+"string.text"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr ""
"ამ გაფართოების დაყენება შეუძლებელია ვინაიდან არ არის შესრულებული სისტემაზე\n"
"დამოკიდებული შემდეგი მოდულები:"
-#: dp_gui_dialog.src#RID_STR_ERROR_MISSING_LICENSE.string.text
+#. DEjZ
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_STR_ERROR_MISSING_LICENSE\n"
+"string.text"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr ""
-#: dp_gui_dialog.src#RID_STR_SHOW_LICENSE_CMD.string.text
+#. dig5
+#: dp_gui_dialog.src
#, fuzzy
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_STR_SHOW_LICENSE_CMD\n"
+"string.text"
msgid "Show license"
msgstr "სვეტების ჩვენება"
-#: dp_gui_dialog.src#RID_DLG_LICENSE.FT_LICENSE_HEADER.fixedtext.text
+#. ZWP3
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_DLG_LICENSE\n"
+"FT_LICENSE_HEADER\n"
+"fixedtext.text"
msgid "Please follow these steps to proceed with the installation of the extension:"
msgstr "გაფართოების დასაყენებლად გთხოვთ შეასრულოთ შემდეგი მოქმედებები:"
-#: dp_gui_dialog.src#RID_DLG_LICENSE.FT_LICENSE_BODY_1.fixedtext.text
+#. ?TEs
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_DLG_LICENSE\n"
+"FT_LICENSE_BODY_1\n"
+"fixedtext.text"
msgid "1."
msgstr "1."
-#: dp_gui_dialog.src#RID_DLG_LICENSE.FT_LICENSE_BODY_1_TXT.fixedtext.text
+#. `^|e
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_DLG_LICENSE\n"
+"FT_LICENSE_BODY_1_TXT\n"
+"fixedtext.text"
msgid "Read the complete License Agreement. Use the scroll bar or the \\'Scroll Down\\' button in this dialog to view the entire license text."
msgstr "სრულად წაიკითხეთ შეთანხმება ლიცენზიის შესახებ. გამოიყენეთ ცოცია ან \\'ქვემოთ გადაადგილების\\' ღილაკი ამ დიალოგში ლიცენზიის სრული ტექსტის სანახავად."
-#: dp_gui_dialog.src#RID_DLG_LICENSE.FT_LICENSE_BODY_2.fixedtext.text
+#. 5-GY
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_DLG_LICENSE\n"
+"FT_LICENSE_BODY_2\n"
+"fixedtext.text"
msgid "2."
msgstr "2."
-#: dp_gui_dialog.src#RID_DLG_LICENSE.FT_LICENSE_BODY_2_TXT.fixedtext.text
+#. Q2.T
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_DLG_LICENSE\n"
+"FT_LICENSE_BODY_2_TXT\n"
+"fixedtext.text"
msgid "Accept the License Agreement for the extension by pressing the \\'Accept\\' button."
msgstr "დაეთანხმეთ შეთანხმებას ამ გაფართოების ლიცენზიის შესახებ \\'დათანხმება\\' ღილაკზე დაჭერით."
-#: dp_gui_dialog.src#RID_DLG_LICENSE.PB_LICENSE_DOWN.pushbutton.text
+#. pW8s
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_DLG_LICENSE\n"
+"PB_LICENSE_DOWN\n"
+"pushbutton.text"
msgid "~Scroll Down"
msgstr "~ქვემოთ გადაადგილება"
-#: dp_gui_dialog.src#RID_DLG_LICENSE.BTN_LICENSE_ACCEPT.okbutton.text
+#. )$3l
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_DLG_LICENSE\n"
+"BTN_LICENSE_ACCEPT\n"
+"okbutton.text"
msgid "Accept"
msgstr "მიღება"
-#: dp_gui_dialog.src#RID_DLG_LICENSE.BTN_LICENSE_DECLINE.cancelbutton.text
+#. h7-`
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_DLG_LICENSE\n"
+"BTN_LICENSE_DECLINE\n"
+"cancelbutton.text"
msgid "Decline"
msgstr "უარყოფა"
-#: dp_gui_dialog.src#RID_DLG_LICENSE.modaldialog.text
+#. ?Bqn
+#: dp_gui_dialog.src
#, fuzzy
-msgctxt "dp_gui_dialog.src#RID_DLG_LICENSE.modaldialog.text"
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_DLG_LICENSE\n"
+"modaldialog.text"
msgid "Extension Software License Agreement"
msgstr "შეთანხმება გაფართოების პროგრამის ლიცენზიის შესახებ"
-#: dp_gui_dialog.src#RID_DLG_SHOW_LICENSE.RID_EM_BTN_CLOSE.okbutton.text
+#. T!U?
+#: dp_gui_dialog.src
#, fuzzy
-msgctxt "dp_gui_dialog.src#RID_DLG_SHOW_LICENSE.RID_EM_BTN_CLOSE.okbutton.text"
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_DLG_SHOW_LICENSE\n"
+"RID_EM_BTN_CLOSE\n"
+"okbutton.text"
msgid "Close"
msgstr "დახურვა"
-#: dp_gui_dialog.src#RID_DLG_SHOW_LICENSE.modaldialog.text
+#. D\Lp
+#: dp_gui_dialog.src
#, fuzzy
-msgctxt "dp_gui_dialog.src#RID_DLG_SHOW_LICENSE.modaldialog.text"
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_DLG_SHOW_LICENSE\n"
+"modaldialog.text"
msgid "Extension Software License Agreement"
msgstr "შეთანხმება გაფართოების პროგრამის ლიცენზიის შესახებ"
-#: dp_gui_dialog.src#RID_WARNINGBOX_INSTALL_EXTENSION.warningbox.text
+#. r:LX
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_WARNINGBOX_INSTALL_EXTENSION\n"
+"warningbox.text"
msgid ""
"You are about to install the extension \\'%NAME\\'.\n"
"Click \\'OK\\' to proceed with the installation.\n"
"Click \\'Cancel\\' to stop the installation."
msgstr ""
-#: dp_gui_dialog.src#RID_WARNINGBOX_REMOVE_EXTENSION.warningbox.text
+#. .AYw
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_WARNINGBOX_REMOVE_EXTENSION\n"
+"warningbox.text"
msgid ""
"You are about to remove the extension \\'%NAME\\'.\n"
"Click \\'OK\\' to remove the extension.\n"
"Click \\'Cancel\\' to stop removing the extension."
msgstr ""
-#: dp_gui_dialog.src#RID_WARNINGBOX_REMOVE_SHARED_EXTENSION.warningbox.text
+#. D_!C
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_WARNINGBOX_REMOVE_SHARED_EXTENSION\n"
+"warningbox.text"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
"Click \\'OK\\' to remove the extension.\n"
"Click \\'Cancel\\' to stop removing the extension."
msgstr ""
-#: dp_gui_dialog.src#RID_WARNINGBOX_ENABLE_SHARED_EXTENSION.warningbox.text
+#. BUHX
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_WARNINGBOX_ENABLE_SHARED_EXTENSION\n"
+"warningbox.text"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
"Click \\'OK\\' to enable the extension.\n"
"Click \\'Cancel\\' to stop enabling the extension."
msgstr ""
-#: dp_gui_dialog.src#RID_WARNINGBOX_DISABLE_SHARED_EXTENSION.warningbox.text
+#. ,`QG
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_WARNINGBOX_DISABLE_SHARED_EXTENSION\n"
+"warningbox.text"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
"Click \\'OK\\' to disable the extension.\n"
"Click \\'Cancel\\' to stop disabling the extension."
msgstr ""
-#: dp_gui_dialog.src#RID_STR_UNSUPPORTED_PLATFORM.string.text
+#. %hVk
+#: dp_gui_dialog.src
+msgctxt ""
+"dp_gui_dialog.src\n"
+"RID_STR_UNSUPPORTED_PLATFORM\n"
+"string.text"
msgid "The extension \\'%Name\\' does not work on this computer."
msgstr ""
-#: dp_gui_updatedialog.src#RID_DLG_UPDATE.RID_DLG_UPDATE_CHECKING.fixedtext.text
+#. `a+p
+#: dp_gui_updatedialog.src
+msgctxt ""
+"dp_gui_updatedialog.src\n"
+"RID_DLG_UPDATE\n"
+"RID_DLG_UPDATE_CHECKING\n"
+"fixedtext.text"
msgid "Checking..."
msgstr ""
-#: dp_gui_updatedialog.src#RID_DLG_UPDATE.RID_DLG_UPDATE_UPDATE.fixedtext.text
+#. hka,
+#: dp_gui_updatedialog.src
+msgctxt ""
+"dp_gui_updatedialog.src\n"
+"RID_DLG_UPDATE\n"
+"RID_DLG_UPDATE_UPDATE\n"
+"fixedtext.text"
msgid "~Available extension updates"
msgstr ""
-#: dp_gui_updatedialog.src#RID_DLG_UPDATE.RID_DLG_UPDATE_ALL.checkbox.text
+#. vUpW
+#: dp_gui_updatedialog.src
+msgctxt ""
+"dp_gui_updatedialog.src\n"
+"RID_DLG_UPDATE\n"
+"RID_DLG_UPDATE_ALL\n"
+"checkbox.text"
msgid "~Show all updates"
msgstr ""
-#: dp_gui_updatedialog.src#RID_DLG_UPDATE.RID_DLG_UPDATE_DESCRIPTION.fixedline.text
+#. _4Io
+#: dp_gui_updatedialog.src
#, fuzzy
+msgctxt ""
+"dp_gui_updatedialog.src\n"
+"RID_DLG_UPDATE\n"
+"RID_DLG_UPDATE_DESCRIPTION\n"
+"fixedline.text"
msgid "Description"
msgstr ""
"#-#-#-#-# tabledesign.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -236,85 +449,200 @@ msgstr ""
"#-#-#-#-# contnr.po (PACKAGE VERSION) #-#-#-#-#\n"
"აღწერილობა"
-#: dp_gui_updatedialog.src#RID_DLG_UPDATE.RID_DLG_UPDATE_PUBLISHER_LABEL.fixedtext.text
+#. [wV,
+#: dp_gui_updatedialog.src
+#, fuzzy
+msgctxt ""
+"dp_gui_updatedialog.src\n"
+"RID_DLG_UPDATE\n"
+"RID_DLG_UPDATE_PUBLISHER_LABEL\n"
+"fixedtext.text"
msgid "Publisher:"
-msgstr ""
-
-#: dp_gui_updatedialog.src#RID_DLG_UPDATE.RID_DLG_UPDATE_RELEASENOTES_LABEL.fixedtext.text
+msgstr "გამომცემი"
+
+#. 6iXl
+#: dp_gui_updatedialog.src
+msgctxt ""
+"dp_gui_updatedialog.src\n"
+"RID_DLG_UPDATE\n"
+"RID_DLG_UPDATE_RELEASENOTES_LABEL\n"
+"fixedtext.text"
msgid "What is new:"
msgstr ""
-#: dp_gui_updatedialog.src#RID_DLG_UPDATE.RID_DLG_UPDATE_RELEASENOTES_LINK.fixedtext.text
+#. KrCa
+#: dp_gui_updatedialog.src
+msgctxt ""
+"dp_gui_updatedialog.src\n"
+"RID_DLG_UPDATE\n"
+"RID_DLG_UPDATE_RELEASENOTES_LINK\n"
+"fixedtext.text"
msgid "Release Notes"
msgstr ""
-#: dp_gui_updatedialog.src#RID_DLG_UPDATE.RID_DLG_UPDATE_OK.pushbutton.text
+#. _e-8
+#: dp_gui_updatedialog.src
+msgctxt ""
+"dp_gui_updatedialog.src\n"
+"RID_DLG_UPDATE\n"
+"RID_DLG_UPDATE_OK\n"
+"pushbutton.text"
msgid "~Install"
msgstr ""
-#: dp_gui_updatedialog.src#RID_DLG_UPDATE.RID_DLG_UPDATE_CLOSE.pushbutton.text
+#. EFhl
+#: dp_gui_updatedialog.src
#, fuzzy
-msgctxt "dp_gui_updatedialog.src#RID_DLG_UPDATE.RID_DLG_UPDATE_CLOSE.pushbutton.text"
+msgctxt ""
+"dp_gui_updatedialog.src\n"
+"RID_DLG_UPDATE\n"
+"RID_DLG_UPDATE_CLOSE\n"
+"pushbutton.text"
msgid "Close"
msgstr "დახურვა"
-#: dp_gui_updatedialog.src#RID_DLG_UPDATE.RID_DLG_UPDATE_ERROR.string.text
+#. qn?R
+#: dp_gui_updatedialog.src
+msgctxt ""
+"dp_gui_updatedialog.src\n"
+"RID_DLG_UPDATE\n"
+"RID_DLG_UPDATE_ERROR\n"
+"string.text"
msgid "Error"
msgstr "შეცდომა"
-#: dp_gui_updatedialog.src#RID_DLG_UPDATE.RID_DLG_UPDATE_NONE.string.text
+#. OU;g
+#: dp_gui_updatedialog.src
+msgctxt ""
+"dp_gui_updatedialog.src\n"
+"RID_DLG_UPDATE\n"
+"RID_DLG_UPDATE_NONE\n"
+"string.text"
msgid "No new updates are available."
msgstr ""
-#: dp_gui_updatedialog.src#RID_DLG_UPDATE.RID_DLG_UPDATE_NOINSTALLABLE.string.text
+#. EKIX
+#: dp_gui_updatedialog.src
+msgctxt ""
+"dp_gui_updatedialog.src\n"
+"RID_DLG_UPDATE\n"
+"RID_DLG_UPDATE_NOINSTALLABLE\n"
+"string.text"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr ""
-#: dp_gui_updatedialog.src#RID_DLG_UPDATE.RID_DLG_UPDATE_FAILURE.string.text
+#. Qw.N
+#: dp_gui_updatedialog.src
+#, fuzzy
+msgctxt ""
+"dp_gui_updatedialog.src\n"
+"RID_DLG_UPDATE\n"
+"RID_DLG_UPDATE_FAILURE\n"
+"string.text"
msgid "An error occurred:"
-msgstr ""
-
-#: dp_gui_updatedialog.src#RID_DLG_UPDATE.RID_DLG_UPDATE_UNKNOWNERROR.string.text
+msgstr "მოხდა შეცდომა."
+
+#. )des
+#: dp_gui_updatedialog.src
+msgctxt ""
+"dp_gui_updatedialog.src\n"
+"RID_DLG_UPDATE\n"
+"RID_DLG_UPDATE_UNKNOWNERROR\n"
+"string.text"
msgid "Unknown error."
msgstr ""
-#: dp_gui_updatedialog.src#RID_DLG_UPDATE.RID_DLG_UPDATE_NODESCRIPTION.string.text
+#. ,G^c
+#: dp_gui_updatedialog.src
#, fuzzy
+msgctxt ""
+"dp_gui_updatedialog.src\n"
+"RID_DLG_UPDATE\n"
+"RID_DLG_UPDATE_NODESCRIPTION\n"
+"string.text"
msgid "No more details are available for this update."
msgstr "შენიშვნა: ფონტები ხელმისაწყობია მხოლოდ პროგრამებისთვის."
-#: dp_gui_updatedialog.src#RID_DLG_UPDATE.RID_DLG_UPDATE_NOINSTALL.string.text
+#. Bxze
+#: dp_gui_updatedialog.src
+msgctxt ""
+"dp_gui_updatedialog.src\n"
+"RID_DLG_UPDATE\n"
+"RID_DLG_UPDATE_NOINSTALL\n"
+"string.text"
msgid "The extension cannot be updated because:"
msgstr ""
-#: dp_gui_updatedialog.src#RID_DLG_UPDATE.RID_DLG_UPDATE_NODEPENDENCY.string.text
+#. bi+m
+#: dp_gui_updatedialog.src
+msgctxt ""
+"dp_gui_updatedialog.src\n"
+"RID_DLG_UPDATE\n"
+"RID_DLG_UPDATE_NODEPENDENCY\n"
+"string.text"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr ""
-#: dp_gui_updatedialog.src#RID_DLG_UPDATE.RID_DLG_UPDATE_NODEPENDENCY_CUR_VER.string.text
+#. HBWQ
+#: dp_gui_updatedialog.src
#, fuzzy
+msgctxt ""
+"dp_gui_updatedialog.src\n"
+"RID_DLG_UPDATE\n"
+"RID_DLG_UPDATE_NODEPENDENCY_CUR_VER\n"
+"string.text"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
-#: dp_gui_updatedialog.src#RID_DLG_UPDATE.RID_DLG_UPDATE_BROWSERBASED.string.text
+#. 0NEU
+#: dp_gui_updatedialog.src
+msgctxt ""
+"dp_gui_updatedialog.src\n"
+"RID_DLG_UPDATE\n"
+"RID_DLG_UPDATE_BROWSERBASED\n"
+"string.text"
msgid "browser based update"
msgstr ""
-#: dp_gui_updatedialog.src#RID_DLG_UPDATE.RID_DLG_UPDATE_VERSION.string.text
+#. I_7{
+#: dp_gui_updatedialog.src
+msgctxt ""
+"dp_gui_updatedialog.src\n"
+"RID_DLG_UPDATE\n"
+"RID_DLG_UPDATE_VERSION\n"
+"string.text"
msgid "Version"
msgstr "ვერსია"
-#: dp_gui_updatedialog.src#RID_DLG_UPDATE.RID_DLG_UPDATE_IGNORE.string.text
+#. uR^i
+#: dp_gui_updatedialog.src
+msgctxt ""
+"dp_gui_updatedialog.src\n"
+"RID_DLG_UPDATE\n"
+"RID_DLG_UPDATE_IGNORE\n"
+"string.text"
msgid "Ignore this Update"
msgstr ""
-#: dp_gui_updatedialog.src#RID_DLG_UPDATE.RID_DLG_UPDATE_IGNORE_ALL.string.text
+#. -GBE
+#: dp_gui_updatedialog.src
#, fuzzy
+msgctxt ""
+"dp_gui_updatedialog.src\n"
+"RID_DLG_UPDATE\n"
+"RID_DLG_UPDATE_IGNORE_ALL\n"
+"string.text"
msgid "Ignore all Updates"
msgstr "ორმაგი ჰარეს უგულვებელყოფა"
-#: dp_gui_updatedialog.src#RID_DLG_UPDATE.RID_DLG_UPDATE_ENABLE.string.text
+#. PR1b
+#: dp_gui_updatedialog.src
#, fuzzy
+msgctxt ""
+"dp_gui_updatedialog.src\n"
+"RID_DLG_UPDATE\n"
+"RID_DLG_UPDATE_ENABLE\n"
+"string.text"
msgid "Enable Updates"
msgstr ""
"#-#-#-#-# options.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -322,23 +650,196 @@ msgstr ""
"#-#-#-#-# onlineupdate.po (PACKAGE VERSION) #-#-#-#-#\n"
"განახლება კავშირის რეჟიმში"
-#: dp_gui_updatedialog.src#RID_DLG_UPDATE.RID_DLG_UPDATE_IGNORED_UPDATE.string.text
+#. 7Lu#
+#: dp_gui_updatedialog.src
#, fuzzy
+msgctxt ""
+"dp_gui_updatedialog.src\n"
+"RID_DLG_UPDATE\n"
+"RID_DLG_UPDATE_IGNORED_UPDATE\n"
+"string.text"
msgid "This update will be ignored.\n"
msgstr "განახლების შენახვა ვერ ხერხდება."
-#: dp_gui_updatedialog.src#RID_DLG_UPDATE.modaldialog.text
+#. vPxV
+#: dp_gui_updatedialog.src
+msgctxt ""
+"dp_gui_updatedialog.src\n"
+"RID_DLG_UPDATE\n"
+"modaldialog.text"
msgid "Extension Update"
msgstr ""
-#: dp_gui_updatedialog.src#RID_WARNINGBOX_UPDATE_SHARED_EXTENSION.warningbox.text
+#. O;8G
+#: dp_gui_updatedialog.src
+msgctxt ""
+"dp_gui_updatedialog.src\n"
+"RID_WARNINGBOX_UPDATE_SHARED_EXTENSION\n"
+"warningbox.text"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
"Click \\'OK\\' to update the extensions.\n"
"Click \\'Cancel\\' to stop updating the extensions."
msgstr ""
-#: dp_gui_versionboxes.src#RID_WARNINGBOX_VERSION_LESS.warningbox.text
+#. v0Pp
+#: dp_gui_dependencydialog.src
+msgctxt ""
+"dp_gui_dependencydialog.src\n"
+"RID_DLG_DEPENDENCIES\n"
+"RID_DLG_DEPENDENCIES_TEXT\n"
+"fixedtext.text"
+msgid ""
+"The extension cannot be installed as the following\n"
+"system dependencies are not fulfilled:"
+msgstr ""
+"ამ გაფართოების დაყენება შეუძლებელია ვინაიდან არ არის შესრულებული სისტემაზე\n"
+"დამოკიდებული შემდეგი მოდულები:"
+
+#. gH@N
+#: dp_gui_dependencydialog.src
+msgctxt ""
+"dp_gui_dependencydialog.src\n"
+"RID_DLG_DEPENDENCIES\n"
+"modaldialog.text"
+msgid "System dependencies check"
+msgstr "სისტემაზე დამოკიდებული მოდულების შემოწმება"
+
+#. S/I0
+#: dp_gui_updateinstalldialog.src
+msgctxt ""
+"dp_gui_updateinstalldialog.src\n"
+"RID_DLG_UPDATEINSTALL\n"
+"RID_DLG_UPDATE_INSTALL_DOWNLOADING\n"
+"fixedtext.text"
+msgid "Downloading extensions..."
+msgstr ""
+
+#. N(AN
+#: dp_gui_updateinstalldialog.src
+msgctxt ""
+"dp_gui_updateinstalldialog.src\n"
+"RID_DLG_UPDATEINSTALL\n"
+"RID_DLG_UPDATE_INSTALL_RESULTS\n"
+"fixedtext.text"
+msgid "Result"
+msgstr "შედეგები"
+
+#. mNYs
+#: dp_gui_updateinstalldialog.src
+msgctxt ""
+"dp_gui_updateinstalldialog.src\n"
+"RID_DLG_UPDATEINSTALL\n"
+"RID_DLG_UPDATE_INSTALL_OK\n"
+"okbutton.text"
+msgid "OK"
+msgstr "კარგი"
+
+#. (iRd
+#: dp_gui_updateinstalldialog.src
+msgctxt ""
+"dp_gui_updateinstalldialog.src\n"
+"RID_DLG_UPDATEINSTALL\n"
+"RID_DLG_UPDATE_INSTALL_ABORT\n"
+"cancelbutton.text"
+msgid "Cancel Update"
+msgstr ""
+
+#. ac=/
+#: dp_gui_updateinstalldialog.src
+msgctxt ""
+"dp_gui_updateinstalldialog.src\n"
+"RID_DLG_UPDATEINSTALL\n"
+"RID_DLG_UPDATE_INSTALL_INSTALLING\n"
+"string.text"
+msgid "Installing extensions..."
+msgstr ""
+
+#. EtdK
+#: dp_gui_updateinstalldialog.src
+msgctxt ""
+"dp_gui_updateinstalldialog.src\n"
+"RID_DLG_UPDATEINSTALL\n"
+"RID_DLG_UPDATE_INSTALL_FINISHED\n"
+"string.text"
+msgid "Installation finished"
+msgstr ""
+
+#. Y.qI
+#: dp_gui_updateinstalldialog.src
+msgctxt ""
+"dp_gui_updateinstalldialog.src\n"
+"RID_DLG_UPDATEINSTALL\n"
+"RID_DLG_UPDATE_INSTALL_NO_ERRORS\n"
+"string.text"
+msgid "No errors."
+msgstr ""
+
+#. DsXR
+#: dp_gui_updateinstalldialog.src
+msgctxt ""
+"dp_gui_updateinstalldialog.src\n"
+"RID_DLG_UPDATEINSTALL\n"
+"RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD\n"
+"string.text"
+msgid "Error while downloading extension %NAME. "
+msgstr ""
+
+#. s.gj
+#: dp_gui_updateinstalldialog.src
+msgctxt ""
+"dp_gui_updateinstalldialog.src\n"
+"RID_DLG_UPDATEINSTALL\n"
+"RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED\n"
+"string.text"
+msgid "The error message is: "
+msgstr ""
+
+#. [\]=
+#: dp_gui_updateinstalldialog.src
+msgctxt ""
+"dp_gui_updateinstalldialog.src\n"
+"RID_DLG_UPDATEINSTALL\n"
+"RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION\n"
+"string.text"
+msgid "Error while installing extension %NAME. "
+msgstr ""
+
+#. .{M/
+#: dp_gui_updateinstalldialog.src
+msgctxt ""
+"dp_gui_updateinstalldialog.src\n"
+"RID_DLG_UPDATEINSTALL\n"
+"RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED\n"
+"string.text"
+msgid "The license agreement for extension %NAME was refused. "
+msgstr ""
+
+#. SNOs
+#: dp_gui_updateinstalldialog.src
+msgctxt ""
+"dp_gui_updateinstalldialog.src\n"
+"RID_DLG_UPDATEINSTALL\n"
+"RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL\n"
+"string.text"
+msgid "The extension will not be installed."
+msgstr ""
+
+#. e$)a
+#: dp_gui_updateinstalldialog.src
+msgctxt ""
+"dp_gui_updateinstalldialog.src\n"
+"RID_DLG_UPDATEINSTALL\n"
+"modaldialog.text"
+msgid "Download and Installation"
+msgstr ""
+
+#. HBhD
+#: dp_gui_versionboxes.src
+msgctxt ""
+"dp_gui_versionboxes.src\n"
+"RID_WARNINGBOX_VERSION_LESS\n"
+"warningbox.text"
msgid ""
"You are about to install version $NEW of the extension \\'$NAME\\'.\n"
"The newer version $DEPLOYED is already installed.\n"
@@ -346,7 +847,12 @@ msgid ""
"Click \\'Cancel\\' to stop the installation."
msgstr ""
-#: dp_gui_versionboxes.src#RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES.string.text
+#. r9;l
+#: dp_gui_versionboxes.src
+msgctxt ""
+"dp_gui_versionboxes.src\n"
+"RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES\n"
+"string.text"
msgid ""
"You are about to install version $NEW of the extension \\'$NAME\\'.\n"
"The newer version $DEPLOYED, named \\'$OLDNAME\\', is already installed.\n"
@@ -354,7 +860,12 @@ msgid ""
"Click \\'Cancel\\' to stop the installation."
msgstr ""
-#: dp_gui_versionboxes.src#RID_WARNINGBOX_VERSION_EQUAL.warningbox.text
+#. :)M6
+#: dp_gui_versionboxes.src
+msgctxt ""
+"dp_gui_versionboxes.src\n"
+"RID_WARNINGBOX_VERSION_EQUAL\n"
+"warningbox.text"
msgid ""
"You are about to install version $NEW of the extension \\'$NAME\\'.\n"
"That version is already installed.\n"
@@ -362,7 +873,12 @@ msgid ""
"Click \\'Cancel\\' to stop the installation."
msgstr ""
-#: dp_gui_versionboxes.src#RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES.string.text
+#. 5+YJ
+#: dp_gui_versionboxes.src
+msgctxt ""
+"dp_gui_versionboxes.src\n"
+"RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES\n"
+"string.text"
msgid ""
"You are about to install version $NEW of the extension \\'$NAME\\'.\n"
"That version, named \\'$OLDNAME\\', is already installed.\n"
@@ -370,7 +886,12 @@ msgid ""
"Click \\'Cancel\\' to stop the installation."
msgstr ""
-#: dp_gui_versionboxes.src#RID_WARNINGBOX_VERSION_GREATER.warningbox.text
+#. hr,;
+#: dp_gui_versionboxes.src
+msgctxt ""
+"dp_gui_versionboxes.src\n"
+"RID_WARNINGBOX_VERSION_GREATER\n"
+"warningbox.text"
msgid ""
"You are about to install version $NEW of the extension \\'$NAME\\'.\n"
"The older version $DEPLOYED is already installed.\n"
@@ -378,7 +899,12 @@ msgid ""
"Click \\'Cancel\\' to stop the installation."
msgstr ""
-#: dp_gui_versionboxes.src#RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES.string.text
+#. BQ2$
+#: dp_gui_versionboxes.src
+msgctxt ""
+"dp_gui_versionboxes.src\n"
+"RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES\n"
+"string.text"
msgid ""
"You are about to install version $NEW of the extension \\'$NAME\\'.\n"
"The older version $DEPLOYED, named \\'$OLDNAME\\', is already installed.\n"
@@ -386,137 +912,63 @@ msgid ""
"Click \\'Cancel\\' to stop the installation."
msgstr ""
-#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_FT_TYPE_EXTENSIONS.fixedtext.text
-msgid "Type of Extension"
-msgstr ""
-
-#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_BUNDLED.checkbox.text
-msgid "~Installation"
-msgstr ""
-
-#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_SHARED.checkbox.text
-msgid "~Shared"
-msgstr ""
-
-#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_USER.checkbox.text
-msgid "~User"
-msgstr "~მომხმარებელი"
-
-#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_ADD.pushbutton.text
-msgid "~Add..."
-msgstr "~დამატება"
-
-#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_CHECK_UPDATES.pushbutton.text
-#, fuzzy
-msgid "~Check for Updates..."
-msgstr "~განახლებაზე შემოწმება..."
-
-#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_FT_GET_EXTENSIONS.fixedtext.text
-msgid "Get more extensions online..."
-msgstr ""
-
-#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_FT_PROGRESS.fixedtext.text
-msgctxt "dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_FT_PROGRESS.fixedtext.text"
-msgid "Adding %EXTENSION_NAME"
-msgstr ""
-
-#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_CLOSE.okbutton.text
-msgctxt "dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_CLOSE.okbutton.text"
-msgid "Close"
-msgstr "დახურვა"
-
-#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.modelessdialog.text
-msgid "Extension Manager"
-msgstr "გაფართოების მენეჯერი"
-
-#: dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.RID_EM_FT_MSG.fixedtext.text
+#. Q#=\
+#: dp_gui_dialog2.src
+msgctxt ""
+"dp_gui_dialog2.src\n"
+"RID_DLG_UPDATE_REQUIRED\n"
+"RID_EM_FT_MSG\n"
+"fixedtext.text"
msgid "%PRODUCTNAME has been updated to a new version. Some installed %PRODUCTNAME extensions are not compatible with this version and need to be updated before they can be used."
msgstr ""
-#: dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.RID_EM_FT_PROGRESS.fixedtext.text
-msgctxt "dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.RID_EM_FT_PROGRESS.fixedtext.text"
+#. `PVo
+#: dp_gui_dialog2.src
+msgctxt ""
+"dp_gui_dialog2.src\n"
+"RID_DLG_UPDATE_REQUIRED\n"
+"RID_EM_FT_PROGRESS\n"
+"fixedtext.text"
msgid "Adding %EXTENSION_NAME"
msgstr ""
-#: dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.RID_EM_BTN_CHECK_UPDATES.pushbutton.text
+#. 3rgH
+#: dp_gui_dialog2.src
+msgctxt ""
+"dp_gui_dialog2.src\n"
+"RID_DLG_UPDATE_REQUIRED\n"
+"RID_EM_BTN_CHECK_UPDATES\n"
+"pushbutton.text"
msgid "Check for ~Updates..."
msgstr "~განახლებაზე შემოწმება..."
-#: dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.RID_EM_BTN_CLOSE.pushbutton.text
+#. }LZ[
+#: dp_gui_dialog2.src
+msgctxt ""
+"dp_gui_dialog2.src\n"
+"RID_DLG_UPDATE_REQUIRED\n"
+"RID_EM_BTN_CLOSE\n"
+"pushbutton.text"
msgid "Disable all"
msgstr ""
-#: dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.modaldialog.text
+#. p:Gn
+#: dp_gui_dialog2.src
+msgctxt ""
+"dp_gui_dialog2.src\n"
+"RID_DLG_UPDATE_REQUIRED\n"
+"modaldialog.text"
msgid "Extension Update Required"
msgstr ""
-#: dp_gui_dialog2.src#RID_QUERYBOX_INSTALL_FOR_ALL.querybox.text
+#. *iQV
+#: dp_gui_dialog2.src
+msgctxt ""
+"dp_gui_dialog2.src\n"
+"RID_QUERYBOX_INSTALL_FOR_ALL\n"
+"querybox.text"
msgid ""
"Make sure that no further users are working with the same %PRODUCTNAME, when installing an extension for all users in a multi user environment.\n"
"\n"
"For whom do you want to install the extension?\n"
msgstr ""
-
-#: dp_gui_updateinstalldialog.src#RID_DLG_UPDATEINSTALL.RID_DLG_UPDATE_INSTALL_DOWNLOADING.fixedtext.text
-msgid "Downloading extensions..."
-msgstr ""
-
-#: dp_gui_updateinstalldialog.src#RID_DLG_UPDATEINSTALL.RID_DLG_UPDATE_INSTALL_RESULTS.fixedtext.text
-msgid "Result"
-msgstr "შედეგები"
-
-#: dp_gui_updateinstalldialog.src#RID_DLG_UPDATEINSTALL.RID_DLG_UPDATE_INSTALL_OK.okbutton.text
-msgid "OK"
-msgstr "კარგი"
-
-#: dp_gui_updateinstalldialog.src#RID_DLG_UPDATEINSTALL.RID_DLG_UPDATE_INSTALL_ABORT.cancelbutton.text
-msgid "Cancel Update"
-msgstr ""
-
-#: dp_gui_updateinstalldialog.src#RID_DLG_UPDATEINSTALL.RID_DLG_UPDATE_INSTALL_INSTALLING.string.text
-msgid "Installing extensions..."
-msgstr ""
-
-#: dp_gui_updateinstalldialog.src#RID_DLG_UPDATEINSTALL.RID_DLG_UPDATE_INSTALL_FINISHED.string.text
-msgid "Installation finished"
-msgstr ""
-
-#: dp_gui_updateinstalldialog.src#RID_DLG_UPDATEINSTALL.RID_DLG_UPDATE_INSTALL_NO_ERRORS.string.text
-msgid "No errors."
-msgstr ""
-
-#: dp_gui_updateinstalldialog.src#RID_DLG_UPDATEINSTALL.RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD.string.text
-msgid "Error while downloading extension %NAME. "
-msgstr ""
-
-#: dp_gui_updateinstalldialog.src#RID_DLG_UPDATEINSTALL.RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED.string.text
-msgid "The error message is: "
-msgstr ""
-
-#: dp_gui_updateinstalldialog.src#RID_DLG_UPDATEINSTALL.RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION.string.text
-msgid "Error while installing extension %NAME. "
-msgstr ""
-
-#: dp_gui_updateinstalldialog.src#RID_DLG_UPDATEINSTALL.RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED.string.text
-msgid "The license agreement for extension %NAME was refused. "
-msgstr ""
-
-#: dp_gui_updateinstalldialog.src#RID_DLG_UPDATEINSTALL.RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL.string.text
-msgid "The extension will not be installed."
-msgstr ""
-
-#: dp_gui_updateinstalldialog.src#RID_DLG_UPDATEINSTALL.modaldialog.text
-msgid "Download and Installation"
-msgstr ""
-
-#: dp_gui_dependencydialog.src#RID_DLG_DEPENDENCIES.RID_DLG_DEPENDENCIES_TEXT.fixedtext.text
-msgid ""
-"The extension cannot be installed as the following\n"
-"system dependencies are not fulfilled:"
-msgstr ""
-"ამ გაფართოების დაყენება შეუძლებელია ვინაიდან არ არის შესრულებული სისტემაზე\n"
-"დამოკიდებული შემდეგი მოდულები:"
-
-#: dp_gui_dependencydialog.src#RID_DLG_DEPENDENCIES.modaldialog.text
-msgid "System dependencies check"
-msgstr "სისტემაზე დამოკიდებული მოდულების შემოწმება"
diff --git a/source/ka/desktop/source/deployment/manager.po b/source/ka/desktop/source/deployment/manager.po
index 912c1bc08a1..6fc7076b87c 100644
--- a/source/ka/desktop/source/deployment/manager.po
+++ b/source/ka/desktop/source/deployment/manager.po
@@ -1,9 +1,9 @@
-#. extracted from desktop/source/deployment/manager.oo
+#. extracted from desktop/source/deployment/manager
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+desktop%2Fsource%2Fdeployment%2Fmanager.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,29 +12,59 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: dp_manager.src#RID_STR_COPYING_PACKAGE.string.text
+#. %IZC
+#: dp_manager.src
+msgctxt ""
+"dp_manager.src\n"
+"RID_STR_COPYING_PACKAGE\n"
+"string.text"
msgid "Copying: "
msgstr "კოპირება:"
-#: dp_manager.src#RID_STR_ERROR_WHILE_ADDING.string.text
+#. L/\_
+#: dp_manager.src
+msgctxt ""
+"dp_manager.src\n"
+"RID_STR_ERROR_WHILE_ADDING\n"
+"string.text"
msgid "Error while adding: "
msgstr "შეცდომა ჩამატებისას:"
-#: dp_manager.src#RID_STR_ERROR_WHILE_REMOVING.string.text
+#. kAc8
+#: dp_manager.src
+msgctxt ""
+"dp_manager.src\n"
+"RID_STR_ERROR_WHILE_REMOVING\n"
+"string.text"
msgid "Error while removing: "
msgstr "შეცდომა ამოღებისას:"
-#: dp_manager.src#RID_STR_PACKAGE_ALREADY_ADDED.string.text
+#. -+ai
+#: dp_manager.src
+msgctxt ""
+"dp_manager.src\n"
+"RID_STR_PACKAGE_ALREADY_ADDED\n"
+"string.text"
msgid "Extension has already been added: "
msgstr "გაფართოება უკვე დამატებულია:"
-#: dp_manager.src#RID_STR_NO_SUCH_PACKAGE.string.text
+#. UZM;
+#: dp_manager.src
+msgctxt ""
+"dp_manager.src\n"
+"RID_STR_NO_SUCH_PACKAGE\n"
+"string.text"
msgid "There is no such extension deployed: "
msgstr "ასეთი გაფართოება არ არის გაშლილი:"
-#: dp_manager.src#RID_STR_SYNCHRONIZING_REPOSITORY.string.text
+#. W\gZ
+#: dp_manager.src
+msgctxt ""
+"dp_manager.src\n"
+"RID_STR_SYNCHRONIZING_REPOSITORY\n"
+"string.text"
msgid "Synchronizing repository for %NAME extensions"
msgstr ""
diff --git a/source/ka/desktop/source/deployment/misc.po b/source/ka/desktop/source/deployment/misc.po
index 81c38576d8c..939bca09867 100644
--- a/source/ka/desktop/source/deployment/misc.po
+++ b/source/ka/desktop/source/deployment/misc.po
@@ -1,9 +1,9 @@
-#. extracted from desktop/source/deployment/misc.oo
+#. extracted from desktop/source/deployment/misc
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+desktop%2Fsource%2Fdeployment%2Fmisc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-11-26 02:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,21 +12,41 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: dp_misc.src#RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN.string.text
+#. e]=d
+#: dp_misc.src
+msgctxt ""
+"dp_misc.src\n"
+"RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN\n"
+"string.text"
msgid "Unknown"
msgstr "უცნობი"
-#: dp_misc.src#RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN.string.text
+#. F{be
+#: dp_misc.src
+msgctxt ""
+"dp_misc.src\n"
+"RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN\n"
+"string.text"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr ""
-#: dp_misc.src#RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX.string.text
+#. 4sPj
+#: dp_misc.src
+msgctxt ""
+"dp_misc.src\n"
+"RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX\n"
+"string.text"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr ""
-#: dp_misc.src#RID_DEPLOYMENT_DEPENDENCIES_LO_MIN.string.text
+#. qt\U
+#: dp_misc.src
+msgctxt ""
+"dp_misc.src\n"
+"RID_DEPLOYMENT_DEPENDENCIES_LO_MIN\n"
+"string.text"
msgid "Extension requires at least LibreOffice version %VERSION"
msgstr ""
diff --git a/source/ka/desktop/source/deployment/registry.po b/source/ka/desktop/source/deployment/registry.po
index aa49ab83e0e..f0eddf1c9e8 100644
--- a/source/ka/desktop/source/deployment/registry.po
+++ b/source/ka/desktop/source/deployment/registry.po
@@ -1,9 +1,9 @@
-#. extracted from desktop/source/deployment/registry.oo
+#. extracted from desktop/source/deployment/registry
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+desktop%2Fsource%2Fdeployment%2Fregistry.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:40+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,29 +12,59 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: dp_registry.src#RID_STR_REGISTERING_PACKAGE.string.text
+#. $cpn
+#: dp_registry.src
+msgctxt ""
+"dp_registry.src\n"
+"RID_STR_REGISTERING_PACKAGE\n"
+"string.text"
msgid "Enabling: "
msgstr "ჩართვა:"
-#: dp_registry.src#RID_STR_REVOKING_PACKAGE.string.text
+#. G/D(
+#: dp_registry.src
+msgctxt ""
+"dp_registry.src\n"
+"RID_STR_REVOKING_PACKAGE\n"
+"string.text"
msgid "Disabling: "
msgstr "გამორთვა:"
-#: dp_registry.src#RID_STR_CANNOT_DETECT_MEDIA_TYPE.string.text
+#. %Y)g
+#: dp_registry.src
+msgctxt ""
+"dp_registry.src\n"
+"RID_STR_CANNOT_DETECT_MEDIA_TYPE\n"
+"string.text"
msgid "Cannot detect media-type: "
msgstr "მედია ტიპის ამოცნობა შეუძლებელია: "
-#: dp_registry.src#RID_STR_UNSUPPORTED_MEDIA_TYPE.string.text
+#. VeLI
+#: dp_registry.src
+msgctxt ""
+"dp_registry.src\n"
+"RID_STR_UNSUPPORTED_MEDIA_TYPE\n"
+"string.text"
msgid "This media-type is not supported: "
msgstr "ეს მედია-ტიპი არაა მხარდაჭერილი: "
-#: dp_registry.src#RID_STR_ERROR_WHILE_REGISTERING.string.text
+#. AMk0
+#: dp_registry.src
+msgctxt ""
+"dp_registry.src\n"
+"RID_STR_ERROR_WHILE_REGISTERING\n"
+"string.text"
msgid "An error occurred while enabling: "
msgstr "ჩართვისას მოხდა შეცდომა:"
-#: dp_registry.src#RID_STR_ERROR_WHILE_REVOKING.string.text
+#. bDCE
+#: dp_registry.src
+msgctxt ""
+"dp_registry.src\n"
+"RID_STR_ERROR_WHILE_REVOKING\n"
+"string.text"
msgid "An error occurred while disabling: "
msgstr "გამორთვისას მოხდა შეცდომა:"
diff --git a/source/ka/desktop/source/deployment/registry/component.po b/source/ka/desktop/source/deployment/registry/component.po
index bfd02c83532..95ae6c961b7 100644
--- a/source/ka/desktop/source/deployment/registry/component.po
+++ b/source/ka/desktop/source/deployment/registry/component.po
@@ -1,9 +1,9 @@
-#. extracted from desktop/source/deployment/registry/component.oo
+#. extracted from desktop/source/deployment/registry/component
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+desktop%2Fsource%2Fdeployment%2Fregistry%2Fcomponent.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-11 23:18+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,30 +12,60 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: dp_component.src#RID_STR_DYN_COMPONENT.string.text
+#. `$\G
+#: dp_component.src
+msgctxt ""
+"dp_component.src\n"
+"RID_STR_DYN_COMPONENT\n"
+"string.text"
msgid "UNO Dynamic Library Component"
msgstr "UNO დინამიკური ბიბლიოთეკის კომპონენტი"
-#: dp_component.src#RID_STR_JAVA_COMPONENT.string.text
+#. 3QYD
+#: dp_component.src
+msgctxt ""
+"dp_component.src\n"
+"RID_STR_JAVA_COMPONENT\n"
+"string.text"
msgid "UNO Java Component"
msgstr "UNO Java-ს კომპონენტი"
-#: dp_component.src#RID_STR_PYTHON_COMPONENT.string.text
+#. 2xq{
+#: dp_component.src
+msgctxt ""
+"dp_component.src\n"
+"RID_STR_PYTHON_COMPONENT\n"
+"string.text"
msgid "UNO Python Component"
msgstr "UNO Python-ის კომპონენტი"
-#: dp_component.src#RID_STR_COMPONENTS.string.text
+#. ;TgS
+#: dp_component.src
#, fuzzy
+msgctxt ""
+"dp_component.src\n"
+"RID_STR_COMPONENTS\n"
+"string.text"
msgid "UNO Components"
msgstr "UNO Java-ს კომპონენტი"
-#: dp_component.src#RID_STR_RDB_TYPELIB.string.text
+#. 8KR6
+#: dp_component.src
+msgctxt ""
+"dp_component.src\n"
+"RID_STR_RDB_TYPELIB\n"
+"string.text"
msgid "UNO RDB Type Library"
msgstr "UNO RBD-ის ტიპის ბიბლიოთეკა"
-#: dp_component.src#RID_STR_JAVA_TYPELIB.string.text
+#. rD`-
+#: dp_component.src
+msgctxt ""
+"dp_component.src\n"
+"RID_STR_JAVA_TYPELIB\n"
+"string.text"
msgid "UNO Java Type Library"
msgstr "UNO Java -ს ტიპის ბიბლიოთეკა"
diff --git a/source/ka/desktop/source/deployment/registry/configuration.po b/source/ka/desktop/source/deployment/registry/configuration.po
index c329d083a3e..872d83df1c1 100644
--- a/source/ka/desktop/source/deployment/registry/configuration.po
+++ b/source/ka/desktop/source/deployment/registry/configuration.po
@@ -1,9 +1,9 @@
-#. extracted from desktop/source/deployment/registry/configuration.oo
+#. extracted from desktop/source/deployment/registry/configuration
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+desktop%2Fsource%2Fdeployment%2Fregistry%2Fconfiguration.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,13 +12,23 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: dp_configuration.src#RID_STR_CONF_SCHEMA.string.text
+#. p]HL
+#: dp_configuration.src
+msgctxt ""
+"dp_configuration.src\n"
+"RID_STR_CONF_SCHEMA\n"
+"string.text"
msgid "Configuration Schema"
msgstr "კონფიგურაციის სქემა"
-#: dp_configuration.src#RID_STR_CONF_DATA.string.text
+#. A5Gt
+#: dp_configuration.src
+msgctxt ""
+"dp_configuration.src\n"
+"RID_STR_CONF_DATA\n"
+"string.text"
msgid "Configuration Data"
msgstr "კონფიგურაციის მონაცემები"
diff --git a/source/ka/desktop/source/deployment/registry/help.po b/source/ka/desktop/source/deployment/registry/help.po
index 2f14181dec1..5c38900a554 100644
--- a/source/ka/desktop/source/deployment/registry/help.po
+++ b/source/ka/desktop/source/deployment/registry/help.po
@@ -1,9 +1,9 @@
-#. extracted from desktop/source/deployment/registry/help.oo
+#. extracted from desktop/source/deployment/registry/help
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+desktop%2Fsource%2Fdeployment%2Fregistry%2Fhelp.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,17 +12,32 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: dp_help.src#RID_STR_HELP.string.text
+#. `3-+
+#: dp_help.src
+msgctxt ""
+"dp_help.src\n"
+"RID_STR_HELP\n"
+"string.text"
msgid "Help"
-msgstr ""
+msgstr "დახმარება"
-#: dp_help.src#RID_STR_HELPPROCESSING_GENERAL_ERROR.string.text
+#. .hUu
+#: dp_help.src
+msgctxt ""
+"dp_help.src\n"
+"RID_STR_HELPPROCESSING_GENERAL_ERROR\n"
+"string.text"
msgid "The extension cannot be installed because:\n"
msgstr ""
-#: dp_help.src#RID_STR_HELPPROCESSING_XMLPARSING_ERROR.string.text
+#. 4P[r
+#: dp_help.src
+msgctxt ""
+"dp_help.src\n"
+"RID_STR_HELPPROCESSING_XMLPARSING_ERROR\n"
+"string.text"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr ""
diff --git a/source/ka/desktop/source/deployment/registry/package.po b/source/ka/desktop/source/deployment/registry/package.po
index e2c15ae65d4..72a1bca6f02 100644
--- a/source/ka/desktop/source/deployment/registry/package.po
+++ b/source/ka/desktop/source/deployment/registry/package.po
@@ -1,9 +1,9 @@
-#. extracted from desktop/source/deployment/registry/package.oo
+#. extracted from desktop/source/deployment/registry/package
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+desktop%2Fsource%2Fdeployment%2Fregistry%2Fpackage.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,9 +12,14 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: dp_package.src#RID_STR_PACKAGE_BUNDLE.string.text
+#. y7B0
+#: dp_package.src
+msgctxt ""
+"dp_package.src\n"
+"RID_STR_PACKAGE_BUNDLE\n"
+"string.text"
msgid "Extension"
msgstr "გაფართოება"
diff --git a/source/ka/desktop/source/deployment/registry/script.po b/source/ka/desktop/source/deployment/registry/script.po
index 087d477e329..24b3c0fb599 100644
--- a/source/ka/desktop/source/deployment/registry/script.po
+++ b/source/ka/desktop/source/deployment/registry/script.po
@@ -1,9 +1,9 @@
-#. extracted from desktop/source/deployment/registry/script.oo
+#. extracted from desktop/source/deployment/registry/script
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+desktop%2Fsource%2Fdeployment%2Fregistry%2Fscript.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:38+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,21 +12,41 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: dp_script.src#RID_STR_BASIC_LIB.string.text
+#. csc-
+#: dp_script.src
+msgctxt ""
+"dp_script.src\n"
+"RID_STR_BASIC_LIB\n"
+"string.text"
msgid "%PRODUCTNAME Basic Library"
msgstr "%PRODUCTNAME საბაზო ბიბლიოთეკა"
-#: dp_script.src#RID_STR_DIALOG_LIB.string.text
+#. IAA3
+#: dp_script.src
+msgctxt ""
+"dp_script.src\n"
+"RID_STR_DIALOG_LIB\n"
+"string.text"
msgid "Dialog Library"
msgstr "დიალოგური ბიბლიოთეკა"
-#: dp_script.src#RID_STR_CANNOT_DETERMINE_LIBNAME.string.text
+#. C(Vl
+#: dp_script.src
+msgctxt ""
+"dp_script.src\n"
+"RID_STR_CANNOT_DETERMINE_LIBNAME\n"
+"string.text"
msgid "The library name could not be determined."
msgstr "ბიბლიოთეკის სახელი ვერ განისაზღვრა."
-#: dp_script.src#RID_STR_LIBNAME_ALREADY_EXISTS.string.text
+#. G**:
+#: dp_script.src
+msgctxt ""
+"dp_script.src\n"
+"RID_STR_LIBNAME_ALREADY_EXISTS\n"
+"string.text"
msgid "This library name already exists. Please choose a different name."
msgstr "ბიბლიოთეკა ასეთი სახელით უკვე არსებობს. გთხოვთ შეარჩიოთ სხვა სახელი."
diff --git a/source/ka/desktop/source/deployment/registry/sfwk.po b/source/ka/desktop/source/deployment/registry/sfwk.po
index b3b54a2d903..65dd0d61452 100644
--- a/source/ka/desktop/source/deployment/registry/sfwk.po
+++ b/source/ka/desktop/source/deployment/registry/sfwk.po
@@ -1,9 +1,9 @@
-#. extracted from desktop/source/deployment/registry/sfwk.oo
+#. extracted from desktop/source/deployment/registry/sfwk
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+desktop%2Fsource%2Fdeployment%2Fregistry%2Fsfwk.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,9 +12,14 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: dp_sfwk.src#RID_STR_SFWK_LIB.string.text
+#. lAa`
+#: dp_sfwk.src
+msgctxt ""
+"dp_sfwk.src\n"
+"RID_STR_SFWK_LIB\n"
+"string.text"
msgid "%MACROLANG Library"
msgstr "%MACROLANG ბიბლიოთეკა"
diff --git a/source/ka/desktop/source/deployment/unopkg.po b/source/ka/desktop/source/deployment/unopkg.po
index a8ae8e60174..3e0206bfd15 100644
--- a/source/ka/desktop/source/deployment/unopkg.po
+++ b/source/ka/desktop/source/deployment/unopkg.po
@@ -1,9 +1,9 @@
-#. extracted from desktop/source/deployment/unopkg.oo
+#. extracted from desktop/source/deployment/unopkg
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+desktop%2Fsource%2Fdeployment%2Funopkg.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,45 +12,96 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: unopkg.src#RID_STR_UNOPKG_ACCEPT_LIC_1.string.text
+#. ;TPh
+#: unopkg.src
+msgctxt ""
+"unopkg.src\n"
+"RID_STR_UNOPKG_ACCEPT_LIC_1\n"
+"string.text"
msgid "Extension Software License Agreement of $NAME:"
msgstr ""
-#: unopkg.src#RID_STR_UNOPKG_ACCEPT_LIC_2.string.text
+#. 44FH
+#: unopkg.src
+msgctxt ""
+"unopkg.src\n"
+"RID_STR_UNOPKG_ACCEPT_LIC_2\n"
+"string.text"
msgid "Read the complete License Agreement displayed above. Accept the License Agreement by typing \"yes\" on the console then press the Return key. Type \"no\" to decline and to abort the extension setup."
msgstr "წაიკითხეთ ზემოთ ნაჩვენები სრული სალიცენზიო შეთანხმება. დაეთანხმეთ სალიცენზიო შეთანხმებას \"yes\" აკრეფით კონსოლზე და შემდეგ დააჭირეთ დაბრუნების ღილაკს. აკრიფეთ \"no\" რათა თქვათ უარი და შეწყვითოთ გაფართოების ინსტალაცია."
-#: unopkg.src#RID_STR_UNOPKG_ACCEPT_LIC_3.string.text
+#. 805f
+#: unopkg.src
+msgctxt ""
+"unopkg.src\n"
+"RID_STR_UNOPKG_ACCEPT_LIC_3\n"
+"string.text"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[აკრიფეთ \"yes\" ან \"no\"]:"
-#: unopkg.src#RID_STR_UNOPKG_ACCEPT_LIC_4.string.text
+#. B9~w
+#: unopkg.src
+msgctxt ""
+"unopkg.src\n"
+"RID_STR_UNOPKG_ACCEPT_LIC_4\n"
+"string.text"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr "თქვეს მიერ შეყვანილი მონაცემები არასწორია. გთხოვთ, შეიყვანოთ \"yes\" ან \"no\":"
-#: unopkg.src#RID_STR_UNOPKG_ACCEPT_LIC_YES.string.text
+#. %T)~
+#: unopkg.src
+msgctxt ""
+"unopkg.src\n"
+"RID_STR_UNOPKG_ACCEPT_LIC_YES\n"
+"string.text"
msgid "YES"
msgstr "YES"
-#: unopkg.src#RID_STR_UNOPKG_ACCEPT_LIC_Y.string.text
+#. XAaL
+#: unopkg.src
+msgctxt ""
+"unopkg.src\n"
+"RID_STR_UNOPKG_ACCEPT_LIC_Y\n"
+"string.text"
msgid "Y"
msgstr "დ"
-#: unopkg.src#RID_STR_UNOPKG_ACCEPT_LIC_NO.string.text
+#. [qZ4
+#: unopkg.src
+msgctxt ""
+"unopkg.src\n"
+"RID_STR_UNOPKG_ACCEPT_LIC_NO\n"
+"string.text"
msgid "NO"
msgstr "NO"
-#: unopkg.src#RID_STR_UNOPKG_ACCEPT_LIC_N.string.text
+#. !,ds
+#: unopkg.src
+msgctxt ""
+"unopkg.src\n"
+"RID_STR_UNOPKG_ACCEPT_LIC_N\n"
+"string.text"
msgid "N"
msgstr "ა"
-#: unopkg.src#RID_STR_CONCURRENTINSTANCE.string.text
+#. |bKo
+#: unopkg.src
+msgctxt ""
+"unopkg.src\n"
+"RID_STR_CONCURRENTINSTANCE\n"
+"string.text"
msgid "unopkg cannot be started. The lock file indicates it as already running. If this does not apply, delete the lock file at:"
msgstr ""
-#: unopkg.src#RID_STR_UNOPKG_ERROR.string.text
+#. WrUl
+#: unopkg.src
+#, fuzzy
+msgctxt ""
+"unopkg.src\n"
+"RID_STR_UNOPKG_ERROR\n"
+"string.text"
msgid "ERROR: "
-msgstr ""
+msgstr "შედცომა:"
diff --git a/source/ka/desktop/uiconfig/ui.po b/source/ka/desktop/uiconfig/ui.po
new file mode 100644
index 00000000000..6a445ecae21
--- /dev/null
+++ b/source/ka/desktop/uiconfig/ui.po
@@ -0,0 +1,106 @@
+#. extracted from desktop/uiconfig/ui
+msgid ""
+msgstr ""
+"Project-Id-Version: LibO 40l10n\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
+"PO-Revision-Date: 2012-11-17 19:02+0200\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: ka\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
+
+#. :oeY
+#: ExtensionManager.ui
+msgctxt ""
+"ExtensionManager.ui\n"
+"ExtensionManagerDialog\n"
+"title\n"
+"string.text"
+msgid "Extension Manager"
+msgstr "გაფართოების მენეჯერი"
+
+#. )+V:
+#: ExtensionManager.ui
+msgctxt ""
+"ExtensionManager.ui\n"
+"add\n"
+"label\n"
+"string.text"
+msgid "Add..."
+msgstr "დამატება..."
+
+#. 7biP
+#: ExtensionManager.ui
+#, fuzzy
+msgctxt ""
+"ExtensionManager.ui\n"
+"update\n"
+"label\n"
+"string.text"
+msgid "Check for updates..."
+msgstr "~განახლებაზე შემოწმება..."
+
+#. ;U^(
+#: ExtensionManager.ui
+msgctxt ""
+"ExtensionManager.ui\n"
+"shared\n"
+"label\n"
+"string.text"
+msgid "Shared"
+msgstr ""
+
+#. .O_p
+#: ExtensionManager.ui
+msgctxt ""
+"ExtensionManager.ui\n"
+"user\n"
+"label\n"
+"string.text"
+msgid "User"
+msgstr "მომხმარებელი"
+
+#. o[/Q
+#: ExtensionManager.ui
+msgctxt ""
+"ExtensionManager.ui\n"
+"bundled\n"
+"label\n"
+"string.text"
+msgid "Installation"
+msgstr ""
+
+#. OkPj
+#: ExtensionManager.ui
+msgctxt ""
+"ExtensionManager.ui\n"
+"label1\n"
+"label\n"
+"string.text"
+msgid "Type of Extension"
+msgstr ""
+
+#. `O^B
+#: ExtensionManager.ui
+msgctxt ""
+"ExtensionManager.ui\n"
+"progressft\n"
+"label\n"
+"string.text"
+msgid "Adding %EXTENSION_NAME"
+msgstr ""
+
+#. s9*(
+#: ExtensionManager.ui
+msgctxt ""
+"ExtensionManager.ui\n"
+"getextensions\n"
+"label\n"
+"string.text"
+msgid "Get more extensions online..."
+msgstr ""
diff --git a/source/ka/dictionaries/af_ZA.po b/source/ka/dictionaries/af_ZA.po
index 9ead9ec89b1..e30fc69c0a3 100644
--- a/source/ka/dictionaries/af_ZA.po
+++ b/source/ka/dictionaries/af_ZA.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/af_ZA.oo
+#. extracted from dictionaries/af_ZA
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Faf_ZA.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. M*jg
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Afrikaans spelling dictionary, and hyphenation rules"
msgstr ""
diff --git a/source/ka/dictionaries/an_ES.po b/source/ka/dictionaries/an_ES.po
index 39d2d2ad5ed..4bbad2840a5 100644
--- a/source/ka/dictionaries/an_ES.po
+++ b/source/ka/dictionaries/an_ES.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/an_ES.oo
+#. extracted from dictionaries/an_ES
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fan_ES.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. gb;t
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Aragonese spelling dictionary"
msgstr ""
diff --git a/source/ka/dictionaries/ar.po b/source/ka/dictionaries/ar.po
index 72a66eb5d7d..a50eacc6f61 100644
--- a/source/ka/dictionaries/ar.po
+++ b/source/ka/dictionaries/ar.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/ar.oo
+#. extracted from dictionaries/ar
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Far.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. ys!9
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Arabic spelling dictionary, and thesaurus"
msgstr ""
diff --git a/source/ka/dictionaries/be_BY.po b/source/ka/dictionaries/be_BY.po
index 32415c9679e..742998c484b 100644
--- a/source/ka/dictionaries/be_BY.po
+++ b/source/ka/dictionaries/be_BY.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/be_BY.oo
+#. extracted from dictionaries/be_BY
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fbe_BY.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. [4y]
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Belarusian spelling dictionary"
msgstr ""
diff --git a/source/ka/dictionaries/bg_BG.po b/source/ka/dictionaries/bg_BG.po
index 1d7d4aa4249..7619a151bb3 100644
--- a/source/ka/dictionaries/bg_BG.po
+++ b/source/ka/dictionaries/bg_BG.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/bg_BG.oo
+#. extracted from dictionaries/bg_BG
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fbg_BG.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:40+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. dq%%
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Bulgarian spelling dictionary, hyphenation rules, and thesaurus"
msgstr ""
diff --git a/source/ka/dictionaries/bn_BD.po b/source/ka/dictionaries/bn_BD.po
index 0c93249c06e..0e83c76eb3a 100644
--- a/source/ka/dictionaries/bn_BD.po
+++ b/source/ka/dictionaries/bn_BD.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/bn_BD.oo
+#. extracted from dictionaries/bn_BD
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fbn_BD.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. bojQ
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Bengali spelling dictionary"
msgstr ""
diff --git a/source/ka/dictionaries/br_FR.po b/source/ka/dictionaries/br_FR.po
index 1146607a4a5..84b5df8f97d 100644
--- a/source/ka/dictionaries/br_FR.po
+++ b/source/ka/dictionaries/br_FR.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/br_FR.oo
+#. extracted from dictionaries/br_FR
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fbr_FR.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. 9Xa=
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Breton spelling dictionary"
msgstr ""
diff --git a/source/ka/dictionaries/ca.po b/source/ka/dictionaries/ca.po
index c5f96d446d4..21f28abc9c0 100644
--- a/source/ka/dictionaries/ca.po
+++ b/source/ka/dictionaries/ca.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/ca.oo
+#. extracted from dictionaries/ca
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fca.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:40+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. =.lo
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Catalan spelling dictionary, hyphenation rules, and thesaurus"
msgstr ""
diff --git a/source/ka/dictionaries/cs_CZ.po b/source/ka/dictionaries/cs_CZ.po
index ada1512b3bf..7712dd505ae 100644
--- a/source/ka/dictionaries/cs_CZ.po
+++ b/source/ka/dictionaries/cs_CZ.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/cs_CZ.oo
+#. extracted from dictionaries/cs_CZ
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fcs_CZ.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. Blot
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Czech spelling dictionary, hyphenation rules, and thesaurus"
msgstr ""
diff --git a/source/ka/dictionaries/da_DK.po b/source/ka/dictionaries/da_DK.po
index 71d5f0e9058..ea980d823a1 100644
--- a/source/ka/dictionaries/da_DK.po
+++ b/source/ka/dictionaries/da_DK.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/da_DK.oo
+#. extracted from dictionaries/da_DK
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fda_DK.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. \}Cs
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Danish spelling dictionary, hyphenation rules, and thesaurus"
msgstr ""
diff --git a/source/ka/dictionaries/de.po b/source/ka/dictionaries/de.po
index 2601bb3dfce..ffebda90ad4 100644
--- a/source/ka/dictionaries/de.po
+++ b/source/ka/dictionaries/de.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/de.oo
+#. extracted from dictionaries/de
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fde.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. 8oqA
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "German (Austria, Germany, Switzerland) spelling dictionaries, hyphenation rules, and thesaurus"
msgstr ""
diff --git a/source/ka/dictionaries/el_GR.po b/source/ka/dictionaries/el_GR.po
index 6eba306ad30..8ce6e3b399a 100644
--- a/source/ka/dictionaries/el_GR.po
+++ b/source/ka/dictionaries/el_GR.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/el_GR.oo
+#. extracted from dictionaries/el_GR
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fel_GR.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. Onq%
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Greek spelling dictionary, and hyphenation rules"
msgstr ""
diff --git a/source/ka/dictionaries/en.po b/source/ka/dictionaries/en.po
index d08b56fe1e5..7d2a8982b9e 100644
--- a/source/ka/dictionaries/en.po
+++ b/source/ka/dictionaries/en.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/en.oo
+#. extracted from dictionaries/en
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fen.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:38+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. XeP\
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "English spelling dictionaries, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/source/ka/dictionaries/en/dialog.po b/source/ka/dictionaries/en/dialog.po
new file mode 100644
index 00000000000..1903b4fc124
--- /dev/null
+++ b/source/ka/dictionaries/en/dialog.po
@@ -0,0 +1,350 @@
+#. extracted from dictionaries/en/dialog
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: ka\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
+
+#. 9e.W
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"spelling\n"
+"property.text"
+msgid "Grammar checking"
+msgstr ""
+
+#. Q@$;
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"hlp_grammar\n"
+"property.text"
+msgid "Check more grammar errors."
+msgstr ""
+
+#. HoPw
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"grammar\n"
+"property.text"
+msgid "Possible mistakes"
+msgstr ""
+
+#. 3rmv
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"hlp_cap\n"
+"property.text"
+msgid "Check missing capitalization of sentences."
+msgstr ""
+
+#. Z3Ni
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"cap\n"
+"property.text"
+msgid "Capitalization"
+msgstr ""
+
+#. 9l$4
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"hlp_dup\n"
+"property.text"
+msgid "Check repeated words."
+msgstr ""
+
+#. M[VX
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"dup\n"
+"property.text"
+msgid "Word duplication"
+msgstr ""
+
+#. O#JY
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"hlp_pair\n"
+"property.text"
+msgid "Check missing or extra parentheses and quotation marks."
+msgstr ""
+
+#. 0[^A
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"pair\n"
+"property.text"
+msgid "Parentheses"
+msgstr ""
+
+#. PpHs
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"punctuation\n"
+"property.text"
+msgid "Punctuation"
+msgstr ""
+
+#. ]@g;
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"hlp_spaces\n"
+"property.text"
+msgid "Check single spaces between words."
+msgstr ""
+
+#. sq8g
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"spaces\n"
+"property.text"
+msgid "Word spacing"
+msgstr ""
+
+#. #L*f
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"hlp_mdash\n"
+"property.text"
+msgid "Force unspaced em dash instead of spaced en dash."
+msgstr ""
+
+#. /0jw
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"mdash\n"
+"property.text"
+msgid "Em dash"
+msgstr ""
+
+#. ]mQU
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"hlp_ndash\n"
+"property.text"
+msgid "Force spaced en dash instead of unspaced em dash."
+msgstr ""
+
+#. (`[R
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"ndash\n"
+"property.text"
+msgid "En dash"
+msgstr ""
+
+#. H5p]
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"hlp_quotation\n"
+"property.text"
+msgid "Check double quotation marks: \"x\" → “x”"
+msgstr ""
+
+#. ?I09
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"quotation\n"
+"property.text"
+msgid "Quotation marks"
+msgstr ""
+
+#. 1c-\
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"hlp_times\n"
+"property.text"
+msgid "Check true multiplication sign: 5x5 → 5×5"
+msgstr ""
+
+#. iHJD
+#: en_en_US.properties
+#, fuzzy
+msgctxt ""
+"en_en_US.properties\n"
+"times\n"
+"property.text"
+msgid "Multiplication sign"
+msgstr "გამრავლება (x)"
+
+#. ck+~
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"hlp_spaces2\n"
+"property.text"
+msgid "Check single spaces between sentences."
+msgstr ""
+
+#. 096i
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"spaces2\n"
+"property.text"
+msgid "Sentence spacing"
+msgstr ""
+
+#. PXO.
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"hlp_spaces3\n"
+"property.text"
+msgid "Check more than two extra space characters between words and sentences."
+msgstr ""
+
+#. HW6K
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"spaces3\n"
+"property.text"
+msgid "More spaces"
+msgstr ""
+
+#. _bd.
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"hlp_minus\n"
+"property.text"
+msgid "Change hyphen characters to real minus signs."
+msgstr ""
+
+#. 6wpz
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"minus\n"
+"property.text"
+msgid "Minus sign"
+msgstr ""
+
+#. [P3;
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"hlp_apostrophe\n"
+"property.text"
+msgid "Change typewriter apostrophe, single quotation marks and correct double primes."
+msgstr ""
+
+#. WGfe
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"apostrophe\n"
+"property.text"
+msgid "Apostrophe"
+msgstr ""
+
+#. #i/A
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"hlp_ellipsis\n"
+"property.text"
+msgid "Change three dots with ellipsis."
+msgstr ""
+
+#. x8=~
+#: en_en_US.properties
+#, fuzzy
+msgctxt ""
+"en_en_US.properties\n"
+"ellipsis\n"
+"property.text"
+msgid "Ellipsis"
+msgstr "ელიპსები"
+
+#. BXZ|
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"others\n"
+"property.text"
+msgid "Others"
+msgstr "დანარჩენი"
+
+#. i7h_
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"hlp_metric\n"
+"property.text"
+msgid "Measurement conversion from °F, mph, ft, in, lb, gal and miles."
+msgstr ""
+
+#. D=QB
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"metric\n"
+"property.text"
+msgid "Convert to metric (°C, km/h, m, kg, l)"
+msgstr ""
+
+#. 65`Q
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"hlp_numsep\n"
+"property.text"
+msgid "Common (1000000 → 1,000,000) or ISO (1000000 → 1 000 000)."
+msgstr ""
+
+#. ZQ.i
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"numsep\n"
+"property.text"
+msgid "Thousand separation of large numbers"
+msgstr ""
+
+#. %]x4
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"hlp_nonmetric\n"
+"property.text"
+msgid "Measurement conversion from °C; km/h; cm, m, km; kg; l."
+msgstr ""
+
+#. h%;X
+#: en_en_US.properties
+msgctxt ""
+"en_en_US.properties\n"
+"nonmetric\n"
+"property.text"
+msgid "Convert to non-metric (°F, mph, ft, lb, gal)"
+msgstr ""
diff --git a/source/ka/dictionaries/en/dialog/registry/data/org/openoffice/Office.po b/source/ka/dictionaries/en/dialog/registry/data/org/openoffice/Office.po
index af069a78ed2..d7f5888ddbb 100644
--- a/source/ka/dictionaries/en/dialog/registry/data/org/openoffice/Office.po
+++ b/source/ka/dictionaries/en/dialog/registry/data/org/openoffice/Office.po
@@ -1,171 +1,37 @@
-#. extracted from dictionaries/en/dialog.oo
+#. extracted from dictionaries/en/dialog/registry/data/org/openoffice/Office
+#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fen%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
+"PO-Revision-Date: 2011-04-05 23:14+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ka\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: en_en_US.properties#spelling.property.text
-msgid "Grammar checking"
-msgstr ""
-
-#: en_en_US.properties#hlp_grammar.property.text
-msgid "Check more grammar errors."
-msgstr ""
-
-#: en_en_US.properties#grammar.property.text
-msgid "Possible mistakes"
-msgstr ""
-
-#: en_en_US.properties#hlp_cap.property.text
-msgid "Check missing capitalization of sentences."
-msgstr ""
-
-#: en_en_US.properties#cap.property.text
-msgid "Capitalization"
-msgstr ""
-
-#: en_en_US.properties#hlp_dup.property.text
-msgid "Check repeated words."
-msgstr ""
-
-#: en_en_US.properties#dup.property.text
-msgid "Word duplication"
-msgstr ""
-
-#: en_en_US.properties#hlp_pair.property.text
-msgid "Check missing or extra parentheses and quotation marks."
-msgstr ""
-
-#: en_en_US.properties#pair.property.text
-msgid "Parentheses"
-msgstr ""
-
-#: en_en_US.properties#punctuation.property.text
-msgid "Punctuation"
-msgstr ""
-
-#: en_en_US.properties#hlp_spaces.property.text
-msgid "Check single spaces between words."
-msgstr ""
-
-#: en_en_US.properties#spaces.property.text
-msgid "Word spacing"
-msgstr ""
-
-#: en_en_US.properties#hlp_mdash.property.text
-msgid "Force unspaced em dash instead of spaced en dash."
-msgstr ""
-
-#: en_en_US.properties#mdash.property.text
-msgid "Em dash"
-msgstr ""
-
-#: en_en_US.properties#hlp_ndash.property.text
-msgid "Force spaced en dash instead of unspaced em dash."
-msgstr ""
-
-#: en_en_US.properties#ndash.property.text
-msgid "En dash"
-msgstr ""
-
-#: en_en_US.properties#hlp_quotation.property.text
-msgid "Check double quotation marks: \"x\" → “x”"
-msgstr ""
-
-#: en_en_US.properties#quotation.property.text
-msgid "Quotation marks"
-msgstr ""
-
-#: en_en_US.properties#hlp_times.property.text
-msgid "Check true multiplication sign: 5x5 → 5×5"
-msgstr ""
-
-#: en_en_US.properties#times.property.text
-msgid "Multiplication sign"
-msgstr ""
-
-#: en_en_US.properties#hlp_spaces2.property.text
-msgid "Check single spaces between sentences."
-msgstr ""
-
-#: en_en_US.properties#spaces2.property.text
-msgid "Sentence spacing"
-msgstr ""
-
-#: en_en_US.properties#hlp_spaces3.property.text
-msgid "Check more than two extra space characters between words and sentences."
-msgstr ""
-
-#: en_en_US.properties#spaces3.property.text
-msgid "More spaces"
-msgstr ""
-
-#: en_en_US.properties#hlp_minus.property.text
-msgid "Change hyphen characters to real minus signs."
-msgstr ""
-
-#: en_en_US.properties#minus.property.text
-msgid "Minus sign"
-msgstr ""
-
-#: en_en_US.properties#hlp_apostrophe.property.text
-msgid "Change typewriter apostrophe, single quotation marks and correct double primes."
-msgstr ""
-
-#: en_en_US.properties#apostrophe.property.text
-msgid "Apostrophe"
-msgstr ""
-
-#: en_en_US.properties#hlp_ellipsis.property.text
-msgid "Change three dots with ellipsis."
-msgstr ""
-
-#: en_en_US.properties#ellipsis.property.text
-msgid "Ellipsis"
-msgstr ""
-
-#: en_en_US.properties#others.property.text
-msgid "Others"
-msgstr "დანარჩენი"
-
-#: en_en_US.properties#hlp_metric.property.text
-msgid "Measurement conversion from °F, mph, ft, in, lb, gal and miles."
-msgstr ""
-
-#: en_en_US.properties#metric.property.text
-msgid "Convert to metric (°C, km/h, m, kg, l)"
-msgstr ""
-
-#: en_en_US.properties#hlp_numsep.property.text
-msgid "Common (1000000 → 1,000,000) or ISO (1000000 → 1 000 000)."
-msgstr ""
-
-#: en_en_US.properties#numsep.property.text
-msgid "Thousand separation of large numbers"
-msgstr ""
-
-#: en_en_US.properties#hlp_nonmetric.property.text
-msgid "Measurement conversion from °C; km/h; cm, m, km; kg; l."
-msgstr ""
-
-#: en_en_US.properties#nonmetric.property.text
-msgid "Convert to non-metric (°F, mph, ft, lb, gal)"
-msgstr ""
-
-#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+#. PR\r
+#: OptionsDialog.xcu
+msgctxt ""
+"OptionsDialog.xcu\n"
+"..OptionsDialog.Nodes.org.openoffice.lightproof\n"
+"Label\n"
+"value.text"
msgid "Dictionaries"
msgstr "ლექსიკონები"
-#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.en.Label.value.text
+#. _5nX
+#: OptionsDialog.xcu
+msgctxt ""
+"OptionsDialog.xcu\n"
+"..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.en\n"
+"Label\n"
+"value.text"
msgid "English sentence checking"
msgstr ""
diff --git a/source/ka/dictionaries/es.po b/source/ka/dictionaries/es.po
new file mode 100644
index 00000000000..f51b6dacf9a
--- /dev/null
+++ b/source/ka/dictionaries/es.po
@@ -0,0 +1,24 @@
+#. extracted from dictionaries/es
+msgid ""
+msgstr ""
+"Project-Id-Version: LibO 40l10n\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
+"PO-Revision-Date: 2012-11-17 19:02+0200\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: ka\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
+
+#. }r*O
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
+msgid "Spanish spelling dictionary, hyphenation rules, and thesaurus"
+msgstr ""
diff --git a/source/ka/dictionaries/es_ES.po b/source/ka/dictionaries/es_ES.po
deleted file mode 100644
index 97ea37813e9..00000000000
--- a/source/ka/dictionaries/es_ES.po
+++ /dev/null
@@ -1,19 +0,0 @@
-#. extracted from dictionaries/es_ES.oo
-msgid ""
-msgstr ""
-"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fes_ES.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
-"PO-Revision-Date: 2011-10-07 14:45+0200\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: ka\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
-"X-Accelerator-Marker: ~\n"
-
-#: description.xml#dispname.dispname.description.text
-msgid "Spanish spelling dictionary"
-msgstr ""
diff --git a/source/ka/dictionaries/et_EE.po b/source/ka/dictionaries/et_EE.po
index c9b46c91363..77bad033707 100644
--- a/source/ka/dictionaries/et_EE.po
+++ b/source/ka/dictionaries/et_EE.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/et_EE.oo
+#. extracted from dictionaries/et_EE
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fet_EE.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. N8[E
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Estonian spelling dictionary, and hyphenation rules"
msgstr ""
diff --git a/source/ka/dictionaries/fr_FR.po b/source/ka/dictionaries/fr_FR.po
index be65ad6894d..d48d92dc351 100644
--- a/source/ka/dictionaries/fr_FR.po
+++ b/source/ka/dictionaries/fr_FR.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/fr_FR.oo
+#. extracted from dictionaries/fr_FR
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Ffr_FR.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:40+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. 8=ws
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "French spelling dictionary, hyphenation rules, and thesaurus"
msgstr ""
diff --git a/source/ka/dictionaries/gd_GB.po b/source/ka/dictionaries/gd_GB.po
index df75cb13f10..4bb15344778 100644
--- a/source/ka/dictionaries/gd_GB.po
+++ b/source/ka/dictionaries/gd_GB.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/gd_GB.oo
+#. extracted from dictionaries/gd_GB
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fgd_GB.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. 5C,5
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Scottish Gaelic spelling dictionary"
msgstr ""
diff --git a/source/ka/dictionaries/gl.po b/source/ka/dictionaries/gl.po
index e5ed0fbbd33..2132c048a45 100644
--- a/source/ka/dictionaries/gl.po
+++ b/source/ka/dictionaries/gl.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/gl.oo
+#. extracted from dictionaries/gl
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fgl.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:38+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
-msgid "Galician spelling dictionary"
+#. Um]a
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
+msgid "Galician spelling dictionary, hyphenation rules, and thesaurus"
msgstr ""
diff --git a/source/ka/dictionaries/gu_IN.po b/source/ka/dictionaries/gu_IN.po
index 5c4c7cc6e25..339551e9e4e 100644
--- a/source/ka/dictionaries/gu_IN.po
+++ b/source/ka/dictionaries/gu_IN.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/gu_IN.oo
+#. extracted from dictionaries/gu_IN
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fgu_IN.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. oa/$
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Gujarati spelling dictionary"
msgstr ""
diff --git a/source/ka/dictionaries/he_IL.po b/source/ka/dictionaries/he_IL.po
index ac3f9593499..dbb13977a10 100644
--- a/source/ka/dictionaries/he_IL.po
+++ b/source/ka/dictionaries/he_IL.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/he_IL.oo
+#. extracted from dictionaries/he_IL
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fhe_IL.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. 0$d\
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Hebrew spelling dictionary"
msgstr ""
diff --git a/source/ka/dictionaries/hi_IN.po b/source/ka/dictionaries/hi_IN.po
index d845cf3a734..0f35fb2bb66 100644
--- a/source/ka/dictionaries/hi_IN.po
+++ b/source/ka/dictionaries/hi_IN.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/hi_IN.oo
+#. extracted from dictionaries/hi_IN
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fhi_IN.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. ?Zn,
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Hindi spelling dictionary"
msgstr ""
diff --git a/source/ka/dictionaries/hr_HR.po b/source/ka/dictionaries/hr_HR.po
index 8817481388f..0591fe9cbfe 100644
--- a/source/ka/dictionaries/hr_HR.po
+++ b/source/ka/dictionaries/hr_HR.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/hr_HR.oo
+#. extracted from dictionaries/hr_HR
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fhr_HR.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. HRhW
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Croatian spelling dictionary, and hyphenation rules"
msgstr ""
diff --git a/source/ka/dictionaries/hu_HU.po b/source/ka/dictionaries/hu_HU.po
index 9802f5babc7..1cb0c6a77a5 100644
--- a/source/ka/dictionaries/hu_HU.po
+++ b/source/ka/dictionaries/hu_HU.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/hu_HU.oo
+#. extracted from dictionaries/hu_HU
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fhu_HU.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:38+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. dBOo
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/source/ka/dictionaries/hu_HU/dialog.po b/source/ka/dictionaries/hu_HU/dialog.po
new file mode 100644
index 00000000000..141a8c173f2
--- /dev/null
+++ b/source/ka/dictionaries/hu_HU/dialog.po
@@ -0,0 +1,307 @@
+#. extracted from dictionaries/hu_HU/dialog
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: ka\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
+
+#. (yO7
+#: hu_HU_en_US.properties
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"spelling\n"
+"property.text"
+msgid "Spelling"
+msgstr "მარლთწერა"
+
+#. tD_{
+#: hu_HU_en_US.properties
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"cap\n"
+"property.text"
+msgid "Capitalization"
+msgstr ""
+
+#. 9QT2
+#: hu_HU_en_US.properties
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"par\n"
+"property.text"
+msgid "Parentheses"
+msgstr ""
+
+#. WnVo
+#: hu_HU_en_US.properties
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"wordpart\n"
+"property.text"
+msgid "Word parts of compounds"
+msgstr ""
+
+#. +*+#
+#: hu_HU_en_US.properties
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"comma\n"
+"property.text"
+msgid "Comma usage"
+msgstr ""
+
+#. PErZ
+#: hu_HU_en_US.properties
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"proofreading\n"
+"property.text"
+msgid "Proofreading"
+msgstr ""
+
+#. T.I:
+#: hu_HU_en_US.properties
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"style\n"
+"property.text"
+msgid "Style checking"
+msgstr ""
+
+#. sU-l
+#: hu_HU_en_US.properties
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"compound\n"
+"property.text"
+msgid "Underline typo-like compound words"
+msgstr ""
+
+#. I/P9
+#: hu_HU_en_US.properties
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"allcompound\n"
+"property.text"
+msgid "Underline all generated compound words"
+msgstr ""
+
+#. 6+J\
+#: hu_HU_en_US.properties
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"grammar\n"
+"property.text"
+msgid "Possible mistakes"
+msgstr ""
+
+#. 53F}
+#: hu_HU_en_US.properties
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"money\n"
+"property.text"
+msgid "Consistency of money amounts"
+msgstr ""
+
+#. X~\N
+#: hu_HU_en_US.properties
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"duplication\n"
+"property.text"
+msgid "Word duplication"
+msgstr ""
+
+#. #NB5
+#: hu_HU_en_US.properties
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"dup0\n"
+"property.text"
+msgid "Word duplication"
+msgstr ""
+
+#. .b*#
+#: hu_HU_en_US.properties
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"dup\n"
+"property.text"
+msgid "Duplication within clauses"
+msgstr ""
+
+#. 3z2o
+#: hu_HU_en_US.properties
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"dup2\n"
+"property.text"
+msgid "Duplication within sentences"
+msgstr ""
+
+#. =^q+
+#: hu_HU_en_US.properties
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"dup3\n"
+"property.text"
+msgid "Allow previous checkings with affixes"
+msgstr ""
+
+#. `xRF
+#: hu_HU_en_US.properties
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"numpart\n"
+"property.text"
+msgid "Thousand separation of numbers"
+msgstr ""
+
+#. kZht
+#: hu_HU_en_US.properties
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"typography\n"
+"property.text"
+msgid "Typography"
+msgstr ""
+
+#. YD{P
+#: hu_HU_en_US.properties
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"quot\n"
+"property.text"
+msgid "Quotation marks"
+msgstr ""
+
+#. 7x;$
+#: hu_HU_en_US.properties
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"apost\n"
+"property.text"
+msgid "Apostrophe"
+msgstr ""
+
+#. !.--
+#: hu_HU_en_US.properties
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"dash\n"
+"property.text"
+msgid "En dash"
+msgstr ""
+
+#. J;9p
+#: hu_HU_en_US.properties
+#, fuzzy
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"elli\n"
+"property.text"
+msgid "Ellipsis"
+msgstr "ელიპსები"
+
+#. sEY|
+#: hu_HU_en_US.properties
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"ligature\n"
+"property.text"
+msgid "Ligature suggestion"
+msgstr ""
+
+#. VEY2
+#: hu_HU_en_US.properties
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"noligature\n"
+"property.text"
+msgid "Underline ligatures"
+msgstr ""
+
+#. V%oS
+#: hu_HU_en_US.properties
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"frac\n"
+"property.text"
+msgid "Fractions"
+msgstr "წილადები"
+
+#. .WP!
+#: hu_HU_en_US.properties
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"thin\n"
+"property.text"
+msgid "Thin space"
+msgstr ""
+
+#. ^7+^
+#: hu_HU_en_US.properties
+#, fuzzy
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"spaces\n"
+"property.text"
+msgid "Double spaces"
+msgstr "ორმაგი ფიგურული ფრჩხილი"
+
+#. Au8_
+#: hu_HU_en_US.properties
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"spaces2\n"
+"property.text"
+msgid "More spaces"
+msgstr ""
+
+#. $g\3
+#: hu_HU_en_US.properties
+#, fuzzy
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"idx\n"
+"property.text"
+msgid "Indices"
+msgstr "ინვოისები"
+
+#. Rhh5
+#: hu_HU_en_US.properties
+#, fuzzy
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"minus\n"
+"property.text"
+msgid "Minus"
+msgstr "მენიუები"
+
+#. (bpf
+#: hu_HU_en_US.properties
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"SI\n"
+"property.text"
+msgid "Measurements"
+msgstr ""
+
+#. 8dyI
+#: hu_HU_en_US.properties
+msgctxt ""
+"hu_HU_en_US.properties\n"
+"hyphen\n"
+"property.text"
+msgid "Hyphenation of ambiguous words"
+msgstr ""
diff --git a/source/ka/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po b/source/ka/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po
index 2ac160e91ab..4b33687a090 100644
--- a/source/ka/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po
+++ b/source/ka/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po
@@ -1,153 +1,37 @@
-#. extracted from dictionaries/hu_HU/dialog.oo
+#. extracted from dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office
+#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fhu_HU%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
+"PO-Revision-Date: 2011-04-05 23:14+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ka\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: hu_HU_en_US.properties#spelling.property.text
-msgid "Spelling"
-msgstr "მარლთწერა"
-
-#: hu_HU_en_US.properties#cap.property.text
-msgid "Capitalization"
-msgstr ""
-
-#: hu_HU_en_US.properties#par.property.text
-msgid "Parentheses"
-msgstr ""
-
-#: hu_HU_en_US.properties#wordpart.property.text
-msgid "Word parts of compounds"
-msgstr ""
-
-#: hu_HU_en_US.properties#comma.property.text
-msgid "Comma usage"
-msgstr ""
-
-#: hu_HU_en_US.properties#proofreading.property.text
-msgid "Proofreading"
-msgstr ""
-
-#: hu_HU_en_US.properties#style.property.text
-msgid "Style checking"
-msgstr ""
-
-#: hu_HU_en_US.properties#compound.property.text
-msgid "Underline typo-like compound words"
-msgstr ""
-
-#: hu_HU_en_US.properties#allcompound.property.text
-msgid "Underline all generated compound words"
-msgstr ""
-
-#: hu_HU_en_US.properties#grammar.property.text
-msgid "Possible mistakes"
-msgstr ""
-
-#: hu_HU_en_US.properties#money.property.text
-msgid "Consistency of money amounts"
-msgstr ""
-
-#: hu_HU_en_US.properties#duplication.property.text
-msgctxt "hu_HU_en_US.properties#duplication.property.text"
-msgid "Word duplication"
-msgstr ""
-
-#: hu_HU_en_US.properties#dup0.property.text
-msgctxt "hu_HU_en_US.properties#dup0.property.text"
-msgid "Word duplication"
-msgstr ""
-
-#: hu_HU_en_US.properties#dup.property.text
-msgid "Duplication within clauses"
-msgstr ""
-
-#: hu_HU_en_US.properties#dup2.property.text
-msgid "Duplication within sentences"
-msgstr ""
-
-#: hu_HU_en_US.properties#dup3.property.text
-msgid "Allow previous checkings with affixes"
-msgstr ""
-
-#: hu_HU_en_US.properties#numpart.property.text
-msgid "Thousand separation of numbers"
-msgstr ""
-
-#: hu_HU_en_US.properties#typography.property.text
-msgid "Typography"
-msgstr ""
-
-#: hu_HU_en_US.properties#quot.property.text
-msgid "Quotation marks"
-msgstr ""
-
-#: hu_HU_en_US.properties#apost.property.text
-msgid "Apostrophe"
-msgstr ""
-
-#: hu_HU_en_US.properties#dash.property.text
-msgid "En dash"
-msgstr ""
-
-#: hu_HU_en_US.properties#elli.property.text
-msgid "Ellipsis"
-msgstr ""
-
-#: hu_HU_en_US.properties#ligature.property.text
-msgid "Ligature suggestion"
-msgstr ""
-
-#: hu_HU_en_US.properties#noligature.property.text
-msgid "Underline ligatures"
-msgstr ""
-
-#: hu_HU_en_US.properties#frac.property.text
-msgid "Fractions"
-msgstr "წილადები"
-
-#: hu_HU_en_US.properties#thin.property.text
-msgid "Thin space"
-msgstr ""
-
-#: hu_HU_en_US.properties#spaces.property.text
-msgid "Double spaces"
-msgstr ""
-
-#: hu_HU_en_US.properties#spaces2.property.text
-msgid "More spaces"
-msgstr ""
-
-#: hu_HU_en_US.properties#idx.property.text
-msgid "Indices"
-msgstr ""
-
-#: hu_HU_en_US.properties#minus.property.text
-msgid "Minus"
-msgstr ""
-
-#: hu_HU_en_US.properties#SI.property.text
-msgid "Measurements"
-msgstr ""
-
-#: hu_HU_en_US.properties#hyphen.property.text
-msgid "Hyphenation of ambiguous words"
-msgstr ""
-
-#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+#. *[P5
+#: OptionsDialog.xcu
+msgctxt ""
+"OptionsDialog.xcu\n"
+"..OptionsDialog.Nodes.org.openoffice.lightproof\n"
+"Label\n"
+"value.text"
msgid "Dictionaries"
msgstr "ლექსიკონები"
-#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.hu_HU.Label.value.text
+#. (=QA
+#: OptionsDialog.xcu
+msgctxt ""
+"OptionsDialog.xcu\n"
+"..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.hu_HU\n"
+"Label\n"
+"value.text"
msgid "Hungarian sentence checking"
msgstr ""
diff --git a/source/ka/dictionaries/it_IT.po b/source/ka/dictionaries/it_IT.po
index 652a87bd869..e207af3ba1f 100644
--- a/source/ka/dictionaries/it_IT.po
+++ b/source/ka/dictionaries/it_IT.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/it_IT.oo
+#. extracted from dictionaries/it_IT
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fit_IT.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. 3)CA
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Italian spelling dictionary, hyphenation rules, and thesaurus"
msgstr ""
diff --git a/source/ka/dictionaries/ku_TR.po b/source/ka/dictionaries/ku_TR.po
index 714f75296ff..4e64de06f47 100644
--- a/source/ka/dictionaries/ku_TR.po
+++ b/source/ka/dictionaries/ku_TR.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/ku_TR.oo
+#. extracted from dictionaries/ku_TR
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fku_TR.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. S-Qn
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Kurdish (Turkey) spelling dictionary"
msgstr ""
diff --git a/source/ka/dictionaries/lt_LT.po b/source/ka/dictionaries/lt_LT.po
index 9d41436e258..c0e0cc771a4 100644
--- a/source/ka/dictionaries/lt_LT.po
+++ b/source/ka/dictionaries/lt_LT.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/lt_LT.oo
+#. extracted from dictionaries/lt_LT
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Flt_LT.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. tL*^
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Lithuanian spelling dictionary, and hyphenation rules"
msgstr ""
diff --git a/source/ka/dictionaries/lv_LV.po b/source/ka/dictionaries/lv_LV.po
index e9792112bde..5b3e4193ab5 100644
--- a/source/ka/dictionaries/lv_LV.po
+++ b/source/ka/dictionaries/lv_LV.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/lv_LV.oo
+#. extracted from dictionaries/lv_LV
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Flv_LV.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:40+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. _J-[
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Latvian spelling dictionary, and hyphenation rules"
msgstr ""
diff --git a/source/ka/dictionaries/ne_NP.po b/source/ka/dictionaries/ne_NP.po
index 865885cb666..bc8e6571a5d 100644
--- a/source/ka/dictionaries/ne_NP.po
+++ b/source/ka/dictionaries/ne_NP.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/ne_NP.oo
+#. extracted from dictionaries/ne_NP
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fne_NP.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. x+],
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Nepali spelling dictionary, and thesaurus"
msgstr ""
diff --git a/source/ka/dictionaries/nl_NL.po b/source/ka/dictionaries/nl_NL.po
index fbd31fd5a86..9446f70d7f0 100644
--- a/source/ka/dictionaries/nl_NL.po
+++ b/source/ka/dictionaries/nl_NL.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/nl_NL.oo
+#. extracted from dictionaries/nl_NL
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fnl_NL.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. =]Af
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Dutch spelling dictionary, and hyphenation rules"
msgstr ""
diff --git a/source/ka/dictionaries/no.po b/source/ka/dictionaries/no.po
index 3bc7703698f..668d27e41ca 100644
--- a/source/ka/dictionaries/no.po
+++ b/source/ka/dictionaries/no.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/no.oo
+#. extracted from dictionaries/no
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fno.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. ifIT
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Norwegian (Nynorsk and Bokmål) spelling dictionary, hyphenation rules, and thesaurus"
msgstr ""
diff --git a/source/ka/dictionaries/oc_FR.po b/source/ka/dictionaries/oc_FR.po
index f424921b0eb..e38b92e12fb 100644
--- a/source/ka/dictionaries/oc_FR.po
+++ b/source/ka/dictionaries/oc_FR.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/oc_FR.oo
+#. extracted from dictionaries/oc_FR
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Foc_FR.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. H,N3
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Occitan spelling dictionary"
msgstr ""
diff --git a/source/ka/dictionaries/pl_PL.po b/source/ka/dictionaries/pl_PL.po
index b31e504e88b..324eff561dc 100644
--- a/source/ka/dictionaries/pl_PL.po
+++ b/source/ka/dictionaries/pl_PL.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/pl_PL.oo
+#. extracted from dictionaries/pl_PL
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fpl_PL.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:40+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. f%I^
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Polish spelling dictionary, hyphenation rules, and thesaurus"
msgstr ""
diff --git a/source/ka/dictionaries/pt_BR.po b/source/ka/dictionaries/pt_BR.po
index e4f59df8044..bc3f9610a6f 100644
--- a/source/ka/dictionaries/pt_BR.po
+++ b/source/ka/dictionaries/pt_BR.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/pt_BR.oo
+#. extracted from dictionaries/pt_BR
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fpt_BR.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. =qP5
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Brazilian Portuguese spelling Dictionary (1990 Spelling Agreement), and hyphenation rules"
msgstr ""
diff --git a/source/ka/dictionaries/pt_PT.po b/source/ka/dictionaries/pt_PT.po
index 049de8fcf4a..95473597319 100644
--- a/source/ka/dictionaries/pt_PT.po
+++ b/source/ka/dictionaries/pt_PT.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/pt_PT.oo
+#. extracted from dictionaries/pt_PT
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fpt_PT.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:40+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. mWcf
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "European Portuguese spelling dictionary, hyphenation rules, and thesaurus"
msgstr ""
diff --git a/source/ka/dictionaries/ro.po b/source/ka/dictionaries/ro.po
index 3aa46814a63..7a80cd3bba6 100644
--- a/source/ka/dictionaries/ro.po
+++ b/source/ka/dictionaries/ro.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/ro.oo
+#. extracted from dictionaries/ro
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fro.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. 8Eaa
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Romanian spelling dictionary, hyphenation rules, and thesaurus"
msgstr ""
diff --git a/source/ka/dictionaries/ru_RU.po b/source/ka/dictionaries/ru_RU.po
index 2b5601440ee..f89557eba1e 100644
--- a/source/ka/dictionaries/ru_RU.po
+++ b/source/ka/dictionaries/ru_RU.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/ru_RU.oo
+#. extracted from dictionaries/ru_RU
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fru_RU.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:40+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. XCYX
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Russian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/source/ka/dictionaries/ru_RU/dialog.po b/source/ka/dictionaries/ru_RU/dialog.po
new file mode 100644
index 00000000000..1cc7cbedff7
--- /dev/null
+++ b/source/ka/dictionaries/ru_RU/dialog.po
@@ -0,0 +1,142 @@
+#. extracted from dictionaries/ru_RU/dialog
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: ka\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
+
+#. cG^a
+#: ru_RU_en_US.properties
+msgctxt ""
+"ru_RU_en_US.properties\n"
+"abbreviation\n"
+"property.text"
+msgid "Abbreviation"
+msgstr ""
+
+#. y{T{
+#: ru_RU_en_US.properties
+msgctxt ""
+"ru_RU_en_US.properties\n"
+"grammar\n"
+"property.text"
+msgid "Grammar"
+msgstr ""
+
+#. 7CWi
+#: ru_RU_en_US.properties
+msgctxt ""
+"ru_RU_en_US.properties\n"
+"hyphen\n"
+"property.text"
+msgid "Compound words with hyphen"
+msgstr ""
+
+#. [nFL
+#: ru_RU_en_US.properties
+msgctxt ""
+"ru_RU_en_US.properties\n"
+"comma\n"
+"property.text"
+msgid "Comma usage"
+msgstr ""
+
+#. .ahk
+#: ru_RU_en_US.properties
+#, fuzzy
+msgctxt ""
+"ru_RU_en_US.properties\n"
+"common\n"
+"property.text"
+msgid "General error"
+msgstr "ზოგადი შეცდომა"
+
+#. 2ZRv
+#: ru_RU_en_US.properties
+msgctxt ""
+"ru_RU_en_US.properties\n"
+"multiword\n"
+"property.text"
+msgid "Multiword expressions"
+msgstr ""
+
+#. 0gNL
+#: ru_RU_en_US.properties
+msgctxt ""
+"ru_RU_en_US.properties\n"
+"together\n"
+"property.text"
+msgid "Together/separately"
+msgstr ""
+
+#. Jm1Q
+#: ru_RU_en_US.properties
+msgctxt ""
+"ru_RU_en_US.properties\n"
+"proofreading\n"
+"property.text"
+msgid "Proofreading"
+msgstr ""
+
+#. u^sY
+#: ru_RU_en_US.properties
+msgctxt ""
+"ru_RU_en_US.properties\n"
+"space\n"
+"property.text"
+msgid "Space mistake"
+msgstr ""
+
+#. *e_$
+#: ru_RU_en_US.properties
+msgctxt ""
+"ru_RU_en_US.properties\n"
+"typographica\n"
+"property.text"
+msgid "Typographica"
+msgstr ""
+
+#. 0^;9
+#: ru_RU_en_US.properties
+msgctxt ""
+"ru_RU_en_US.properties\n"
+"dup\n"
+"property.text"
+msgid "Word duplication"
+msgstr ""
+
+#. {_8V
+#: ru_RU_en_US.properties
+msgctxt ""
+"ru_RU_en_US.properties\n"
+"others\n"
+"property.text"
+msgid "Others"
+msgstr "დანარჩენი"
+
+#. )UB#
+#: ru_RU_en_US.properties
+msgctxt ""
+"ru_RU_en_US.properties\n"
+"numsep\n"
+"property.text"
+msgid "Separation of large numbers (ISO)"
+msgstr ""
+
+#. 1D6y
+#: ru_RU_en_US.properties
+msgctxt ""
+"ru_RU_en_US.properties\n"
+"quotation\n"
+"property.text"
+msgid "Quotation"
+msgstr "ციტატირება"
diff --git a/source/ka/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po b/source/ka/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po
index ef50ae58622..c6cfb20578e 100644
--- a/source/ka/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po
+++ b/source/ka/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po
@@ -1,83 +1,37 @@
-#. extracted from dictionaries/ru_RU/dialog.oo
+#. extracted from dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office
+#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fru_RU%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
+"PO-Revision-Date: 2011-04-05 23:14+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ka\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: ru_RU_en_US.properties#abbreviation.property.text
-msgid "Abbreviation"
-msgstr ""
-
-#: ru_RU_en_US.properties#grammar.property.text
-msgid "Grammar"
-msgstr ""
-
-#: ru_RU_en_US.properties#hyphen.property.text
-msgid "Compound words with hyphen"
-msgstr ""
-
-#: ru_RU_en_US.properties#comma.property.text
-msgid "Comma usage"
-msgstr ""
-
-#: ru_RU_en_US.properties#common.property.text
-msgid "General error"
-msgstr ""
-
-#: ru_RU_en_US.properties#multiword.property.text
-msgid "Multiword expressions"
-msgstr ""
-
-#: ru_RU_en_US.properties#together.property.text
-msgid "Together/separately"
-msgstr ""
-
-#: ru_RU_en_US.properties#proofreading.property.text
-msgid "Proofreading"
-msgstr ""
-
-#: ru_RU_en_US.properties#space.property.text
-msgid "Space mistake"
-msgstr ""
-
-#: ru_RU_en_US.properties#typographica.property.text
-msgid "Typographica"
-msgstr ""
-
-#: ru_RU_en_US.properties#dup.property.text
-msgid "Word duplication within clauses"
-msgstr ""
-
-#: ru_RU_en_US.properties#dup2.property.text
-msgid "Word duplication within sentences"
-msgstr ""
-
-#: ru_RU_en_US.properties#others.property.text
-msgid "Others"
-msgstr "დანარჩენი"
-
-#: ru_RU_en_US.properties#numsep.property.text
-msgid "Separation of large numbers (ISO)"
-msgstr ""
-
-#: ru_RU_en_US.properties#quotation.property.text
-msgid "Quotation"
-msgstr "ციტატირება"
-
-#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+#. :g40
+#: OptionsDialog.xcu
+msgctxt ""
+"OptionsDialog.xcu\n"
+"..OptionsDialog.Nodes.org.openoffice.lightproof\n"
+"Label\n"
+"value.text"
msgid "Dictionaries"
msgstr "ლექსიკონები"
-#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.ru_RU.Label.value.text
+#. \hWw
+#: OptionsDialog.xcu
+msgctxt ""
+"OptionsDialog.xcu\n"
+"..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.ru_RU\n"
+"Label\n"
+"value.text"
msgid "Grammar checking (Russian)"
msgstr ""
diff --git a/source/ka/dictionaries/si_LK.po b/source/ka/dictionaries/si_LK.po
index b52145fb4fc..c739bf44439 100644
--- a/source/ka/dictionaries/si_LK.po
+++ b/source/ka/dictionaries/si_LK.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/si_LK.oo
+#. extracted from dictionaries/si_LK
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fsi_LK.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. %WZE
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Sinhala spelling dictionary"
msgstr ""
diff --git a/source/ka/dictionaries/sk_SK.po b/source/ka/dictionaries/sk_SK.po
index a9f64356d79..a739e6af45d 100644
--- a/source/ka/dictionaries/sk_SK.po
+++ b/source/ka/dictionaries/sk_SK.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/sk_SK.oo
+#. extracted from dictionaries/sk_SK
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fsk_SK.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. IJ[6
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Slovak spelling dictionary, hyphenation rules, and thesaurus"
msgstr ""
diff --git a/source/ka/dictionaries/sl_SI.po b/source/ka/dictionaries/sl_SI.po
index ea925db7dab..9f05682e7ef 100644
--- a/source/ka/dictionaries/sl_SI.po
+++ b/source/ka/dictionaries/sl_SI.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/sl_SI.oo
+#. extracted from dictionaries/sl_SI
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fsl_SI.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. c7;T
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Slovenian spelling dictionary, hyphenation rules, and thesaurus"
msgstr ""
diff --git a/source/ka/dictionaries/sr.po b/source/ka/dictionaries/sr.po
index c877d439dfc..2d0598a22f8 100644
--- a/source/ka/dictionaries/sr.po
+++ b/source/ka/dictionaries/sr.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/sr.oo
+#. extracted from dictionaries/sr
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fsr.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. !)vU
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Serbian (Cyrillic and Latin) spelling dictionary, and hyphenation rules"
msgstr ""
diff --git a/source/ka/dictionaries/sv_SE.po b/source/ka/dictionaries/sv_SE.po
index 3ca933ca55a..4e102e3b4a1 100644
--- a/source/ka/dictionaries/sv_SE.po
+++ b/source/ka/dictionaries/sv_SE.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/sv_SE.oo
+#. extracted from dictionaries/sv_SE
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fsv_SE.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:40+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. Mcgn
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Swedish spelling dictionary, and thesaurus"
msgstr ""
diff --git a/source/ka/dictionaries/sw_TZ.po b/source/ka/dictionaries/sw_TZ.po
index 83f503ac359..e6f2fb01f3b 100644
--- a/source/ka/dictionaries/sw_TZ.po
+++ b/source/ka/dictionaries/sw_TZ.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/sw_TZ.oo
+#. extracted from dictionaries/sw_TZ
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fsw_TZ.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. c6!@
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Swahili spelling dictionary"
msgstr ""
diff --git a/source/ka/dictionaries/te_IN.po b/source/ka/dictionaries/te_IN.po
index 1cb1584fa6a..6d0a3245163 100644
--- a/source/ka/dictionaries/te_IN.po
+++ b/source/ka/dictionaries/te_IN.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/te_IN.oo
+#. extracted from dictionaries/te_IN
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fte_IN.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. USC3
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Telugu spelling dictionary, and hyphenation rules"
msgstr ""
diff --git a/source/ka/dictionaries/th_TH.po b/source/ka/dictionaries/th_TH.po
index d070b8a54df..954758f80b0 100644
--- a/source/ka/dictionaries/th_TH.po
+++ b/source/ka/dictionaries/th_TH.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/th_TH.oo
+#. extracted from dictionaries/th_TH
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fth_TH.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. oK5)
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Thai spelling dictionary"
msgstr ""
diff --git a/source/ka/dictionaries/uk_UA.po b/source/ka/dictionaries/uk_UA.po
index 1e15370cf80..ac479fa104d 100644
--- a/source/ka/dictionaries/uk_UA.po
+++ b/source/ka/dictionaries/uk_UA.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/uk_UA.oo
+#. extracted from dictionaries/uk_UA
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fuk_UA.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:40+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. mB1I
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Ukrainian spelling dictionary, hyphenation rules, and thesaurus"
msgstr ""
diff --git a/source/ka/dictionaries/vi.po b/source/ka/dictionaries/vi.po
index 05e2327d4c3..4337ece71de 100644
--- a/source/ka/dictionaries/vi.po
+++ b/source/ka/dictionaries/vi.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/vi.oo
+#. extracted from dictionaries/vi
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fvi.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:38+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. F(qG
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Vietnamese spelling dictionary"
msgstr ""
diff --git a/source/ka/dictionaries/zu_ZA.po b/source/ka/dictionaries/zu_ZA.po
index 9b58626d4f1..be7e682cfcd 100644
--- a/source/ka/dictionaries/zu_ZA.po
+++ b/source/ka/dictionaries/zu_ZA.po
@@ -1,9 +1,9 @@
-#. extracted from dictionaries/zu_ZA.oo
+#. extracted from dictionaries/zu_ZA
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+dictionaries%2Fzu_ZA.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11,9 +11,14 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: description.xml#dispname.dispname.description.text
+#. ;UVp
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
msgid "Zulu hyphenation rules"
msgstr ""
diff --git a/source/ka/editeng/source/accessibility.po b/source/ka/editeng/source/accessibility.po
index e7226aa2e95..7d8cff55a15 100644
--- a/source/ka/editeng/source/accessibility.po
+++ b/source/ka/editeng/source/accessibility.po
@@ -1,9 +1,9 @@
-#. extracted from editeng/source/accessibility.oo
+#. extracted from editeng/source/accessibility
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+editeng%2Fsource%2Faccessibility.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,13 +12,23 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: accessibility.src#RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION.string.text
+#. t5il
+#: accessibility.src
+msgctxt ""
+"accessibility.src\n"
+"RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION\n"
+"string.text"
msgid "Image bullet in paragraph"
msgstr ""
-#: accessibility.src#RID_SVXSTR_A11Y_IMAGEBULLET_NAME.string.text
+#. 8|X!
+#: accessibility.src
+msgctxt ""
+"accessibility.src\n"
+"RID_SVXSTR_A11Y_IMAGEBULLET_NAME\n"
+"string.text"
msgid "Image bullet"
msgstr ""
diff --git a/source/ka/editeng/source/editeng.po b/source/ka/editeng/source/editeng.po
index 41c4a8b4af5..c3a71e719a3 100644
--- a/source/ka/editeng/source/editeng.po
+++ b/source/ka/editeng/source/editeng.po
@@ -1,9 +1,9 @@
-#. extracted from editeng/source/editeng.oo
+#. extracted from editeng/source/editeng
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+editeng%2Fsource%2Fediteng.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:40+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2012-06-16 14:28+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,19 +12,34 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: editeng.src#RID_EDITUNDO_DEL.string.text
+#. 2(*p
+#: editeng.src
+msgctxt ""
+"editeng.src\n"
+"RID_EDITUNDO_DEL\n"
+"string.text"
msgid "Delete"
msgstr "წაშლა"
-#: editeng.src#RID_EDITUNDO_MOVE.string.text
+#. I3}j
+#: editeng.src
+msgctxt ""
+"editeng.src\n"
+"RID_EDITUNDO_MOVE\n"
+"string.text"
msgid "Move"
msgstr "გადაადგილება"
-#: editeng.src#RID_EDITUNDO_INSERT.string.text
+#. I?T;
+#: editeng.src
#, fuzzy
+msgctxt ""
+"editeng.src\n"
+"RID_EDITUNDO_INSERT\n"
+"string.text"
msgid "Insert"
msgstr ""
"#-#-#-#-# ribbar.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -46,8 +61,13 @@ msgstr ""
"#-#-#-#-# basicide.po (PACKAGE VERSION) #-#-#-#-#\n"
"ჩასმა"
-#: editeng.src#RID_EDITUNDO_REPLACE.string.text
+#. eGK$
+#: editeng.src
#, fuzzy
+msgctxt ""
+"editeng.src\n"
+"RID_EDITUNDO_REPLACE\n"
+"string.text"
msgid "Replace"
msgstr ""
"#-#-#-#-# misc.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -63,33 +83,69 @@ msgstr ""
"#-#-#-#-# items.po (PACKAGE VERSION) #-#-#-#-#\n"
"ჩანაცვლებაჰ"
-#: editeng.src#RID_EDITUNDO_SETATTRIBS.string.text
+#. 4/p.
+#: editeng.src
+msgctxt ""
+"editeng.src\n"
+"RID_EDITUNDO_SETATTRIBS\n"
+"string.text"
msgid "Apply attributes"
msgstr "მიუსადაგე ატრიბუტები"
-#: editeng.src#RID_EDITUNDO_RESETATTRIBS.string.text
+#. uWM0
+#: editeng.src
+msgctxt ""
+"editeng.src\n"
+"RID_EDITUNDO_RESETATTRIBS\n"
+"string.text"
msgid "Reset attributes"
msgstr "ატრიბუტები საწყის მდგომარეობაში"
-#: editeng.src#RID_EDITUNDO_INDENT.string.text
+#. :oTC
+#: editeng.src
+msgctxt ""
+"editeng.src\n"
+"RID_EDITUNDO_INDENT\n"
+"string.text"
msgid "Indent"
msgstr "დაშორება"
-#: editeng.src#RID_EDITUNDO_SETSTYLE.string.text
+#. B%=0
+#: editeng.src
+msgctxt ""
+"editeng.src\n"
+"RID_EDITUNDO_SETSTYLE\n"
+"string.text"
msgid "Apply Styles"
msgstr "სტილის მისადაგება"
-#: editeng.src#RID_EDITUNDO_TRANSLITERATE.string.text
+#. H~}+
+#: editeng.src
+msgctxt ""
+"editeng.src\n"
+"RID_EDITUNDO_TRANSLITERATE\n"
+"string.text"
msgid "~Change Case"
msgstr "~რეგისტრის შეცვლა"
-#: editeng.src#RID_MENU_SPELL.MN_SPELLING.menuitem.text
+#. x`g8
+#: editeng.src
+msgctxt ""
+"editeng.src\n"
+"RID_MENU_SPELL\n"
+"MN_SPELLING\n"
+"menuitem.text"
msgid "~Spellcheck..."
msgstr "~მართლწერის შემოწმება..."
-#: editeng.src#RID_MENU_SPELL.MN_INSERT.menuitem.text
+#. k]@@
+#: editeng.src
#, fuzzy
-msgctxt "editeng.src#RID_MENU_SPELL.MN_INSERT.menuitem.text"
+msgctxt ""
+"editeng.src\n"
+"RID_MENU_SPELL\n"
+"MN_INSERT\n"
+"menuitem.text"
msgid "~Add"
msgstr ""
"#-#-#-#-# lingu.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -115,9 +171,14 @@ msgstr ""
"#-#-#-#-# textconversiondlgs.po (PACKAGE VERSION) #-#-#-#-#\n"
"~დამატება"
-#: editeng.src#RID_MENU_SPELL.MN_INSERT_SINGLE.menuitem.text
+#. bR{%
+#: editeng.src
#, fuzzy
-msgctxt "editeng.src#RID_MENU_SPELL.MN_INSERT_SINGLE.menuitem.text"
+msgctxt ""
+"editeng.src\n"
+"RID_MENU_SPELL\n"
+"MN_INSERT_SINGLE\n"
+"menuitem.text"
msgid "~Add"
msgstr ""
"#-#-#-#-# lingu.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -143,12 +204,24 @@ msgstr ""
"#-#-#-#-# textconversiondlgs.po (PACKAGE VERSION) #-#-#-#-#\n"
"~დამატება"
-#: editeng.src#RID_MENU_SPELL.MN_IGNORE.menuitem.text
+#. W}8j
+#: editeng.src
+msgctxt ""
+"editeng.src\n"
+"RID_MENU_SPELL\n"
+"MN_IGNORE\n"
+"menuitem.text"
msgid "Ignore All"
msgstr "იგნორირება ყველგან"
-#: editeng.src#RID_MENU_SPELL.MN_AUTOCORR.menuitem.text
+#. Z}FQ
+#: editeng.src
#, fuzzy
+msgctxt ""
+"editeng.src\n"
+"RID_MENU_SPELL\n"
+"MN_AUTOCORR\n"
+"menuitem.text"
msgid "AutoCorrect"
msgstr ""
"#-#-#-#-# lingu.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -162,10 +235,22 @@ msgstr ""
"#-#-#-#-# tabpages.po (PACKAGE VERSION) #-#-#-#-#\n"
"ავტოკორექცია"
-#: editeng.src#RID_STR_WORD.string.text
+#. 6huV
+#: editeng.src
+#, fuzzy
+msgctxt ""
+"editeng.src\n"
+"RID_STR_WORD\n"
+"string.text"
msgid "Word is %x"
-msgstr ""
+msgstr "სიტყვა არის "
-#: editeng.src#RID_STR_PARAGRAPH.string.text
+#. NpM!
+#: editeng.src
+#, fuzzy
+msgctxt ""
+"editeng.src\n"
+"RID_STR_PARAGRAPH\n"
+"string.text"
msgid "Paragraph is %x"
-msgstr ""
+msgstr "პარაგრაფი არის "
diff --git a/source/ka/editeng/source/items.po b/source/ka/editeng/source/items.po
index 101f0c6d917..39780f7900a 100644
--- a/source/ka/editeng/source/items.po
+++ b/source/ka/editeng/source/items.po
@@ -1,9 +1,9 @@
-#. extracted from editeng/source/items.oo
+#. extracted from editeng/source/items
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+editeng%2Fsource%2Fitems.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:40+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-12 00:27+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,48 +12,116 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: svxitems.src#RID_SVXITEMS_TRUE.string.text
+#. `m0)
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXSTR_PAPERBIN\n"
+"string.text"
+msgid "Paper tray"
+msgstr "ქაღალდის მოსაწოდებელი"
+
+#. `IKX
+#: page.src
+msgctxt ""
+"page.src\n"
+"RID_SVXSTR_PAPERBIN_SETTINGS\n"
+"string.text"
+msgid "[From printer settings]"
+msgstr ""
+
+#. MppO
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_TRUE\n"
+"string.text"
msgid "True"
msgstr "ჭეშმარიტი"
-#: svxitems.src#RID_SVXITEMS_FALSE.string.text
+#. W*j@
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_FALSE\n"
+"string.text"
msgid "False"
msgstr "მცდარი"
-#: svxitems.src#RID_SVXITEMS_BREAK_NONE.string.text
+#. a`*i
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_BREAK_NONE\n"
+"string.text"
msgid "No break"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_BREAK_COLUMN_BEFORE.string.text
+#. peH?
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_BREAK_COLUMN_BEFORE\n"
+"string.text"
msgid "Break before new column"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_BREAK_COLUMN_AFTER.string.text
+#. w_,F
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_BREAK_COLUMN_AFTER\n"
+"string.text"
msgid "Break after new column"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_BREAK_COLUMN_BOTH.string.text
+#. 7Pc(
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_BREAK_COLUMN_BOTH\n"
+"string.text"
msgid "Break before and after new column"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_BREAK_PAGE_BEFORE.string.text
+#. -_lp
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_BREAK_PAGE_BEFORE\n"
+"string.text"
msgid "Break before new page"
msgstr "წყვეტა ახალი გვერდის წინ"
-#: svxitems.src#RID_SVXITEMS_BREAK_PAGE_AFTER.string.text
+#. u/3c
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_BREAK_PAGE_AFTER\n"
+"string.text"
msgid "Break after new page"
msgstr "წყვეტა ახალი გვერდის წინ"
-#: svxitems.src#RID_SVXITEMS_BREAK_PAGE_BOTH.string.text
+#. `{Y?
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_BREAK_PAGE_BOTH\n"
+"string.text"
msgid "Break before and after new page"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_SHADOW_NONE.string.text
+#. ~ObJ
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_SHADOW_NONE\n"
+"string.text"
msgid "No Shadow"
msgstr ""
"#-#-#-#-# tabpages.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -61,100 +129,226 @@ msgstr ""
"#-#-#-#-# dialog.po (PACKAGE VERSION) #-#-#-#-#\n"
"ჩრდილის გარეშე"
-#: svxitems.src#RID_SVXITEMS_SHADOW_TOPLEFT.string.text
+#. RgUU
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_SHADOW_TOPLEFT\n"
+"string.text"
msgid "Shadow top left"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_SHADOW_TOPRIGHT.string.text
+#. H0}V
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_SHADOW_TOPRIGHT\n"
+"string.text"
msgid "Shadow top right"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_SHADOW_BOTTOMLEFT.string.text
+#. 1mbn
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_SHADOW_BOTTOMLEFT\n"
+"string.text"
msgid "Shadow bottom left"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_SHADOW_BOTTOMRIGHT.string.text
+#. ipm;
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_SHADOW_BOTTOMRIGHT\n"
+"string.text"
msgid "Shadow bottom right"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_COLOR.string.text
+#. f5u9
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_COLOR\n"
+"string.text"
msgid "Color "
-msgstr ""
-
-#: svxitems.src#RID_SVXITEMS_COLOR_BLACK.string.text
+msgstr "ფერი"
+
+#. Gz2%
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_COLOR_BLACK\n"
+"string.text"
msgid "Black"
msgstr "შავი"
-#: svxitems.src#RID_SVXITEMS_COLOR_BLUE.string.text
+#. %BRR
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_COLOR_BLUE\n"
+"string.text"
msgid "Blue"
msgstr "ლურჯი"
-#: svxitems.src#RID_SVXITEMS_COLOR_GREEN.string.text
+#. ?3E,
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_COLOR_GREEN\n"
+"string.text"
msgid "Green"
msgstr "მწვანე"
-#: svxitems.src#RID_SVXITEMS_COLOR_CYAN.string.text
+#. F:Qc
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_COLOR_CYAN\n"
+"string.text"
msgid "Cyan"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_COLOR_RED.string.text
+#. xbPR
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_COLOR_RED\n"
+"string.text"
msgid "Red"
msgstr "წითელი"
-#: svxitems.src#RID_SVXITEMS_COLOR_MAGENTA.string.text
+#. X*L,
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_COLOR_MAGENTA\n"
+"string.text"
msgid "Magenta"
msgstr "იისფერი"
-#: svxitems.src#RID_SVXITEMS_COLOR_BROWN.string.text
+#. 4E^B
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_COLOR_BROWN\n"
+"string.text"
msgid "Brown"
-msgstr ""
-
-#: svxitems.src#RID_SVXITEMS_COLOR_GRAY.string.text
+msgstr "ყავისფერი"
+
+#. T+Tb
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_COLOR_GRAY\n"
+"string.text"
msgid "Gray"
msgstr "ნაცრისფერი"
-#: svxitems.src#RID_SVXITEMS_COLOR_LIGHTGRAY.string.text
+#. [e-U
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_COLOR_LIGHTGRAY\n"
+"string.text"
msgid "Light Gray"
-msgstr ""
+msgstr "ნათელი ნაცრისფერი"
-#: svxitems.src#RID_SVXITEMS_COLOR_LIGHTBLUE.string.text
+#. =tA|
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_COLOR_LIGHTBLUE\n"
+"string.text"
msgid "Light Blue"
-msgstr ""
+msgstr "ღია ლურჯი"
-#: svxitems.src#RID_SVXITEMS_COLOR_LIGHTGREEN.string.text
+#. EO_G
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_COLOR_LIGHTGREEN\n"
+"string.text"
msgid "Light Green"
-msgstr ""
+msgstr "ღია მწვანე"
-#: svxitems.src#RID_SVXITEMS_COLOR_LIGHTCYAN.string.text
+#. M:z@
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_COLOR_LIGHTCYAN\n"
+"string.text"
msgid "Light Cyan"
-msgstr ""
+msgstr "ღია ცისფერი"
-#: svxitems.src#RID_SVXITEMS_COLOR_LIGHTRED.string.text
+#. K8J,
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_COLOR_LIGHTRED\n"
+"string.text"
msgid "Light Red"
-msgstr ""
+msgstr "ღია წითელი"
-#: svxitems.src#RID_SVXITEMS_COLOR_LIGHTMAGENTA.string.text
+#. 4U[n
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_COLOR_LIGHTMAGENTA\n"
+"string.text"
msgid "Light Magenta"
-msgstr ""
-
-#: svxitems.src#RID_SVXITEMS_COLOR_YELLOW.string.text
+msgstr "ღია იისფერი"
+
+#. @ebO
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_COLOR_YELLOW\n"
+"string.text"
msgid "Yellow"
-msgstr ""
-
-#: svxitems.src#RID_SVXITEMS_COLOR_WHITE.string.text
+msgstr "ყვითელი"
+
+#. aboy
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_COLOR_WHITE\n"
+"string.text"
msgid "White"
msgstr "თეთრი"
-#: svxitems.src#RID_SVXITEMS_ITALIC_NONE.string.text
+#. Ko*D
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_ITALIC_NONE\n"
+"string.text"
msgid "Not Italic"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_ITALIC_OBLIQUE.string.text
+#. o{,0
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_ITALIC_OBLIQUE\n"
+"string.text"
msgid "Oblique italic"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_ITALIC_NORMAL.string.text
+#. 3ju/
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_ITALIC_NORMAL\n"
+"string.text"
msgid "Italic"
msgstr ""
"#-#-#-#-# config.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -176,16 +370,31 @@ msgstr ""
"#-#-#-#-# svdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
"დახრილი"
-#: svxitems.src#RID_SVXITEMS_WEIGHT_THIN.string.text
+#. !5hY
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_WEIGHT_THIN\n"
+"string.text"
msgid "thin"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_WEIGHT_ULTRALIGHT.string.text
+#. odl:
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_WEIGHT_ULTRALIGHT\n"
+"string.text"
msgid "ultra thin"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_WEIGHT_LIGHT.string.text
+#. HAPs
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_WEIGHT_LIGHT\n"
+"string.text"
msgid "light"
msgstr ""
"#-#-#-#-# dlg.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -203,53 +412,117 @@ msgstr ""
"#-#-#-#-# tbxctrls.po (PACKAGE VERSION) #-#-#-#-#\n"
"მარჯვენა"
-#: svxitems.src#RID_SVXITEMS_WEIGHT_SEMILIGHT.string.text
+#. li?X
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_WEIGHT_SEMILIGHT\n"
+"string.text"
msgid "semi light"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_WEIGHT_NORMAL.string.text
+#. );gy
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_WEIGHT_NORMAL\n"
+"string.text"
msgid "normal"
-msgstr ""
+msgstr "ჩვეულებრივი"
-#: svxitems.src#RID_SVXITEMS_WEIGHT_MEDIUM.string.text
+#. cK$~
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_WEIGHT_MEDIUM\n"
+"string.text"
msgid "medium"
-msgstr ""
-
-#: svxitems.src#RID_SVXITEMS_WEIGHT_SEMIBOLD.string.text
+msgstr "საშუალო"
+
+#. lHA+
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_WEIGHT_SEMIBOLD\n"
+"string.text"
msgid "semi bold"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_WEIGHT_BOLD.string.text
+#. 35-f
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_WEIGHT_BOLD\n"
+"string.text"
msgid "bold"
-msgstr ""
-
-#: svxitems.src#RID_SVXITEMS_WEIGHT_ULTRABOLD.string.text
+msgstr "შეკვრა"
+
+#. Q@mS
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_WEIGHT_ULTRABOLD\n"
+"string.text"
msgid "ultra bold"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_WEIGHT_BLACK.string.text
+#. EdRE
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_WEIGHT_BLACK\n"
+"string.text"
msgid "black"
msgstr "შავი"
-#: svxitems.src#RID_SVXITEMS_UL_NONE.string.text
+#. szk;
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_UL_NONE\n"
+"string.text"
msgid "No underline"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_UL_SINGLE.string.text
+#. N$`=
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_UL_SINGLE\n"
+"string.text"
msgid "Single underline"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_UL_DOUBLE.string.text
+#. e=TH
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_UL_DOUBLE\n"
+"string.text"
msgid "Double underline"
-msgstr ""
-
-#: svxitems.src#RID_SVXITEMS_UL_DOTTED.string.text
+msgstr "ორმაგი ხაზგასმა"
+
+#. 9F#d
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_UL_DOTTED\n"
+"string.text"
msgid "Dotted underline"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_UL_DONTKNOW.string.text
+#. uglo
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_UL_DONTKNOW\n"
+"string.text"
msgid "Underline"
msgstr ""
"#-#-#-#-# UI.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -263,164 +536,365 @@ msgstr ""
"#-#-#-#-# svdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
"ხაზგასმული"
-#: svxitems.src#RID_SVXITEMS_UL_DASH.string.text
+#. ^o2G
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_UL_DASH\n"
+"string.text"
msgid "Underline (dashes)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_UL_LONGDASH.string.text
+#. LtkP
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_UL_LONGDASH\n"
+"string.text"
msgid "Underline (long dashes)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_UL_DASHDOT.string.text
+#. c|Oo
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_UL_DASHDOT\n"
+"string.text"
msgid "Underline (dot dash)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_UL_DASHDOTDOT.string.text
+#. q:--
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_UL_DASHDOTDOT\n"
+"string.text"
msgid "Underline (dot dot dash)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_UL_SMALLWAVE.string.text
+#. [5A\
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_UL_SMALLWAVE\n"
+"string.text"
msgid "Underline (small wave)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_UL_WAVE.string.text
+#. JfbI
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_UL_WAVE\n"
+"string.text"
msgid "Underline (Wave)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_UL_DOUBLEWAVE.string.text
+#. HFTP
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_UL_DOUBLEWAVE\n"
+"string.text"
msgid "Underline (Double wave)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_UL_BOLD.string.text
+#. jY!%
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_UL_BOLD\n"
+"string.text"
msgid "Underlined (Bold)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_UL_BOLDDOTTED.string.text
+#. mG2U
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_UL_BOLDDOTTED\n"
+"string.text"
msgid "Dotted underline (Bold)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_UL_BOLDDASH.string.text
+#. ,fcU
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_UL_BOLDDASH\n"
+"string.text"
msgid "Underline (Dash bold)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_UL_BOLDLONGDASH.string.text
+#. p^I/
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_UL_BOLDLONGDASH\n"
+"string.text"
msgid "Underline (long dash, bold)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_UL_BOLDDASHDOT.string.text
+#. K:|d
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_UL_BOLDDASHDOT\n"
+"string.text"
msgid "Underline (dot dash, bold)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_UL_BOLDDASHDOTDOT.string.text
+#. X}gG
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_UL_BOLDDASHDOTDOT\n"
+"string.text"
msgid "Underline (dot dot dash, bold)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_UL_BOLDWAVE.string.text
+#. RX8\
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_UL_BOLDWAVE\n"
+"string.text"
msgid "Underline (wave, bold)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_OL_NONE.string.text
+#. FTF7
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_OL_NONE\n"
+"string.text"
msgid "No overline"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_OL_SINGLE.string.text
+#. lf:R
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_OL_SINGLE\n"
+"string.text"
msgid "Single overline"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_OL_DOUBLE.string.text
+#. Y}-d
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_OL_DOUBLE\n"
+"string.text"
msgid "Double overline"
-msgstr ""
-
-#: svxitems.src#RID_SVXITEMS_OL_DOTTED.string.text
+msgstr "ორმაგი ხაზგასმა"
+
+#. 1`6|
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_OL_DOTTED\n"
+"string.text"
msgid "Dotted overline"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_OL_DONTKNOW.string.text
+#. ^k=5
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_OL_DONTKNOW\n"
+"string.text"
msgid "Overline"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_OL_DASH.string.text
+#. l3!R
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_OL_DASH\n"
+"string.text"
msgid "Overline (dashes)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_OL_LONGDASH.string.text
+#. rj?D
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_OL_LONGDASH\n"
+"string.text"
msgid "Overline (long dashes)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_OL_DASHDOT.string.text
+#. AXoK
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_OL_DASHDOT\n"
+"string.text"
msgid "Overline (dot dash)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_OL_DASHDOTDOT.string.text
+#. qnHq
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_OL_DASHDOTDOT\n"
+"string.text"
msgid "Overline (dot dot dash)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_OL_SMALLWAVE.string.text
+#. F*p|
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_OL_SMALLWAVE\n"
+"string.text"
msgid "Overline (small wave)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_OL_WAVE.string.text
+#. 4iNC
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_OL_WAVE\n"
+"string.text"
msgid "Overline (Wave)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_OL_DOUBLEWAVE.string.text
+#. c_R/
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_OL_DOUBLEWAVE\n"
+"string.text"
msgid "Overline (Double wave)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_OL_BOLD.string.text
+#. q1=d
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_OL_BOLD\n"
+"string.text"
msgid "Overlined (Bold)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_OL_BOLDDOTTED.string.text
+#. N*cM
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_OL_BOLDDOTTED\n"
+"string.text"
msgid "Dotted overline (Bold)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_OL_BOLDDASH.string.text
+#. (]`L
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_OL_BOLDDASH\n"
+"string.text"
msgid "Overline (Dash bold)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_OL_BOLDLONGDASH.string.text
+#. FUNs
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_OL_BOLDLONGDASH\n"
+"string.text"
msgid "Overline (long dash, bold)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_OL_BOLDDASHDOT.string.text
+#. ?GOU
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_OL_BOLDDASHDOT\n"
+"string.text"
msgid "Overline (dot dash, bold)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_OL_BOLDDASHDOTDOT.string.text
+#. 9Al%
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_OL_BOLDDASHDOTDOT\n"
+"string.text"
msgid "Overline (dot dot dash, bold)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_OL_BOLDWAVE.string.text
+#. |.\k
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_OL_BOLDWAVE\n"
+"string.text"
msgid "Overline (wave, bold)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_STRIKEOUT_NONE.string.text
+#. @w7S
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_STRIKEOUT_NONE\n"
+"string.text"
msgid "No strikethrough"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_STRIKEOUT_SINGLE.string.text
+#. o?fU
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_STRIKEOUT_SINGLE\n"
+"string.text"
msgid "Single strikethrough"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_STRIKEOUT_DOUBLE.string.text
+#. =QVc
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_STRIKEOUT_DOUBLE\n"
+"string.text"
msgid "Double strikethrough"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_STRIKEOUT_BOLD.string.text
+#. CAd5
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_STRIKEOUT_BOLD\n"
+"string.text"
msgid "Bold strikethrough"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_STRIKEOUT_SLASH.string.text
+#. zN]L
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_STRIKEOUT_SLASH\n"
+"string.text"
msgid "Strike through with slash"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_STRIKEOUT_X.string.text
+#. *\\Y
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_STRIKEOUT_X\n"
+"string.text"
msgid "Strike through with Xes"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_CASEMAP_NONE.string.text
+#. m3z=
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_CASEMAP_NONE\n"
+"string.text"
msgid "None"
msgstr ""
"#-#-#-#-# utlui.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -452,12 +926,23 @@ msgstr ""
"#-#-#-#-# stbctrls.po (PACKAGE VERSION) #-#-#-#-#\n"
"არცერთი"
-#: svxitems.src#RID_SVXITEMS_CASEMAP_VERSALIEN.string.text
+#. %t+X
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_CASEMAP_VERSALIEN\n"
+"string.text"
msgid "Caps"
-msgstr ""
+msgstr "რუქები"
-#: svxitems.src#RID_SVXITEMS_CASEMAP_GEMEINE.string.text
+#. obX:
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_CASEMAP_GEMEINE\n"
+"string.text"
msgid "Lowercase"
msgstr ""
"#-#-#-#-# config.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -465,8 +950,13 @@ msgstr ""
"#-#-#-#-# items.po (PACKAGE VERSION) #-#-#-#-#\n"
"ქვედა რეგისტრი"
-#: svxitems.src#RID_SVXITEMS_CASEMAP_TITEL.string.text
+#. 6z+n
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_CASEMAP_TITEL\n"
+"string.text"
msgid "Title"
msgstr ""
"#-#-#-#-# ribbar.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -492,24 +982,51 @@ msgstr ""
"#-#-#-#-# textconversiondlgs.po (PACKAGE VERSION) #-#-#-#-#\n"
"სათაური"
-#: svxitems.src#RID_SVXITEMS_CASEMAP_KAPITAELCHEN.string.text
+#. L@(9
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_CASEMAP_KAPITAELCHEN\n"
+"string.text"
msgid "Small caps"
msgstr "პატარა მთავრულები"
-#: svxitems.src#RID_SVXITEMS_ESCAPEMENT_OFF.string.text
+#. ?]?J
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_ESCAPEMENT_OFF\n"
+"string.text"
msgid "Normal position"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_ESCAPEMENT_SUPER.string.text
+#. \G84
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_ESCAPEMENT_SUPER\n"
+"string.text"
msgid "Superscript "
-msgstr ""
+msgstr "ზედა რეგისტრი"
-#: svxitems.src#RID_SVXITEMS_ESCAPEMENT_SUB.string.text
+#. qZ|8
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_ESCAPEMENT_SUB\n"
+"string.text"
msgid "Subscript "
-msgstr ""
+msgstr "ქვედა რეგისტრი"
-#: svxitems.src#RID_SVXITEMS_ESCAPEMENT_AUTO.string.text
+#. P~==
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_ESCAPEMENT_AUTO\n"
+"string.text"
msgid "automatic"
msgstr ""
"#-#-#-#-# app.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -529,41 +1046,80 @@ msgstr ""
"#-#-#-#-# tbxctrls.po (PACKAGE VERSION) #-#-#-#-#\n"
"ავტომატური"
-#: svxitems.src#RID_SVXITEMS_ADJUST_LEFT.string.text
-msgctxt "svxitems.src#RID_SVXITEMS_ADJUST_LEFT.string.text"
+#. hf\G
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_ADJUST_LEFT\n"
+"string.text"
msgid "Align left"
-msgstr ""
+msgstr "დალაგება მარცხნივ"
-#: svxitems.src#RID_SVXITEMS_ADJUST_RIGHT.string.text
-msgctxt "svxitems.src#RID_SVXITEMS_ADJUST_RIGHT.string.text"
+#. **?b
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_ADJUST_RIGHT\n"
+"string.text"
msgid "Align right"
-msgstr ""
-
-#: svxitems.src#RID_SVXITEMS_ADJUST_BLOCK.string.text
-msgctxt "svxitems.src#RID_SVXITEMS_ADJUST_BLOCK.string.text"
+msgstr "სწორება მარჯვნივ"
+
+#. iEy0
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_ADJUST_BLOCK\n"
+"string.text"
msgid "Justify"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_ADJUST_CENTER.string.text
-msgctxt "svxitems.src#RID_SVXITEMS_ADJUST_CENTER.string.text"
+#. .*zC
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_ADJUST_CENTER\n"
+"string.text"
msgid "Centered"
-msgstr ""
-
-#: svxitems.src#RID_SVXITEMS_ADJUST_BLOCKLINE.string.text
-msgctxt "svxitems.src#RID_SVXITEMS_ADJUST_BLOCKLINE.string.text"
+msgstr "ცენტრში"
+
+#. H\^F
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_ADJUST_BLOCKLINE\n"
+"string.text"
msgid "Justify"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_TAB_DECIMAL_CHAR.string.text
+#. abYQ
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_TAB_DECIMAL_CHAR\n"
+"string.text"
msgid "Decimal Symbol:"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_TAB_FILL_CHAR.string.text
+#. _?Pd
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_TAB_FILL_CHAR\n"
+"string.text"
msgid "Fill character:"
-msgstr ""
+msgstr "დამამთავრებ~ელი სიმბოლოები"
-#: svxitems.src#RID_SVXITEMS_TAB_ADJUST_LEFT.string.text
+#. DdJk
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_TAB_ADJUST_LEFT\n"
+"string.text"
msgid "Left"
msgstr ""
"#-#-#-#-# dlg.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -581,8 +1137,13 @@ msgstr ""
"#-#-#-#-# tbxctrls.po (PACKAGE VERSION) #-#-#-#-#\n"
"მარცხენა"
-#: svxitems.src#RID_SVXITEMS_TAB_ADJUST_RIGHT.string.text
+#. m`AD
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_TAB_ADJUST_RIGHT\n"
+"string.text"
msgid "Right"
msgstr ""
"#-#-#-#-# dlg.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -600,8 +1161,13 @@ msgstr ""
"#-#-#-#-# tbxctrls.po (PACKAGE VERSION) #-#-#-#-#\n"
"მარჯვენა"
-#: svxitems.src#RID_SVXITEMS_TAB_ADJUST_DECIMAL.string.text
+#. BF!U
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_TAB_ADJUST_DECIMAL\n"
+"string.text"
msgid "Decimal"
msgstr ""
"#-#-#-#-# dbgui.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -611,13 +1177,23 @@ msgstr ""
"#-#-#-#-# dialog.po (PACKAGE VERSION) #-#-#-#-#\n"
"ათწილადი რიცხვი"
-#: svxitems.src#RID_SVXITEMS_TAB_ADJUST_CENTER.string.text
-msgctxt "svxitems.src#RID_SVXITEMS_TAB_ADJUST_CENTER.string.text"
+#. Sw@L
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_TAB_ADJUST_CENTER\n"
+"string.text"
msgid "Centered"
-msgstr ""
+msgstr "ცენტრში"
-#: svxitems.src#RID_SVXITEMS_TAB_ADJUST_DEFAULT.string.text
+#. !ag-
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_TAB_ADJUST_DEFAULT\n"
+"string.text"
msgid "Default"
msgstr ""
"#-#-#-#-# config.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -631,61 +1207,126 @@ msgstr ""
"#-#-#-#-# dialog.po (PACKAGE VERSION) #-#-#-#-#\n"
"სტანდარტული"
-#: svxitems.src#RID_SOLID.string.text
+#. FCe]
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SOLID\n"
+"string.text"
msgid "Single, solid"
msgstr "ერთმაგი ველი"
-#: svxitems.src#RID_DOTTED.string.text
+#. kc`~
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_DOTTED\n"
+"string.text"
msgid "Single, dotted"
msgstr "დახვეწილი დაწერტილებული"
-#: svxitems.src#RID_DASHED.string.text
+#. ?|Lh
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_DASHED\n"
+"string.text"
msgid "Single, dashed"
msgstr "დახვეწილი წყვეტილი"
-#: svxitems.src#RID_DOUBLE.string.text
+#. G/WV
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_DOUBLE\n"
+"string.text"
msgid "Double"
msgstr "ორმაგი"
-#: svxitems.src#RID_THINTHICK_SMALLGAP.string.text
+#. eyJ5
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_THINTHICK_SMALLGAP\n"
+"string.text"
msgid "Double, inside: fine, outside: thick, spacing: small"
msgstr ""
-#: svxitems.src#RID_THINTHICK_MEDIUMGAP.string.text
+#. WXz9
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_THINTHICK_MEDIUMGAP\n"
+"string.text"
msgid "Double, inside: fine, outside: thick, spacing: medium"
msgstr ""
-#: svxitems.src#RID_THINTHICK_LARGEGAP.string.text
+#. CGqI
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_THINTHICK_LARGEGAP\n"
+"string.text"
msgid "Double, inside: fine, outside: thick, spacing: large"
msgstr ""
-#: svxitems.src#RID_THICKTHIN_SMALLGAP.string.text
+#. 6f!m
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_THICKTHIN_SMALLGAP\n"
+"string.text"
msgid "Double, inside: thick, outside: fine, spacing: small"
msgstr ""
-#: svxitems.src#RID_THICKTHIN_MEDIUMGAP.string.text
+#. R7_s
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_THICKTHIN_MEDIUMGAP\n"
+"string.text"
msgid "Double, inside: thick, outside: fine, spacing: medium"
msgstr ""
-#: svxitems.src#RID_THICKTHIN_LARGEGAP.string.text
+#. b8Mc
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_THICKTHIN_LARGEGAP\n"
+"string.text"
msgid "Double, inside: thick, outside: fine, spacing: large"
msgstr ""
-#: svxitems.src#RID_EMBOSSED.string.text
+#. mTj=
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_EMBOSSED\n"
+"string.text"
msgid "3D embossed"
msgstr "რელიეფური"
-#: svxitems.src#RID_ENGRAVED.string.text
+#. +uB$
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_ENGRAVED\n"
+"string.text"
msgid "3D engraved"
msgstr "გრავირებული"
-#: svxitems.src#RID_INSET.string.text
+#. @9bK
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_INSET\n"
+"string.text"
msgid "Inset"
msgstr ""
"#-#-#-#-# ribbar.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -707,41 +1348,86 @@ msgstr ""
"#-#-#-#-# basicide.po (PACKAGE VERSION) #-#-#-#-#\n"
"ჩასმა"
-#: svxitems.src#RID_OUTSET.string.text
+#. xK@k
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_OUTSET\n"
+"string.text"
msgid "Outset"
msgstr "გარეთ"
-#: svxitems.src#RID_SVXITEMS_METRIC_MM.string.text
+#. `ZBO
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_METRIC_MM\n"
+"string.text"
msgid "mm"
msgstr "მმ"
-#: svxitems.src#RID_SVXITEMS_METRIC_CM.string.text
+#. EcCb
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_METRIC_CM\n"
+"string.text"
msgid "cm"
msgstr "სმ"
-#: svxitems.src#RID_SVXITEMS_METRIC_INCH.string.text
+#. _j4`
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_METRIC_INCH\n"
+"string.text"
msgid "inch"
msgstr "დიუმი"
-#: svxitems.src#RID_SVXITEMS_METRIC_POINT.string.text
+#. VdV@
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_METRIC_POINT\n"
+"string.text"
msgid "pt"
msgstr "პტ"
-#: svxitems.src#RID_SVXITEMS_METRIC_TWIP.string.text
+#. +ad@
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_METRIC_TWIP\n"
+"string.text"
msgid "twip"
msgstr "ტვიპი"
-#: svxitems.src#RID_SVXITEMS_METRIC_PIXEL.string.text
+#. L2/C
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_METRIC_PIXEL\n"
+"string.text"
msgid "pixel"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_SHADOWED_TRUE.string.text
+#. L,,X
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_SHADOWED_TRUE\n"
+"string.text"
msgid "Shadowed"
msgstr "დაჩრდილული"
-#: svxitems.src#RID_SVXITEMS_SHADOWED_FALSE.string.text
+#. 3H|c
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_SHADOWED_FALSE\n"
+"string.text"
msgid "Not Shadowed"
msgstr ""
"#-#-#-#-# tabpages.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -749,32 +1435,68 @@ msgstr ""
"#-#-#-#-# dialog.po (PACKAGE VERSION) #-#-#-#-#\n"
"ჩრდილის გარეშე"
-#: svxitems.src#RID_SVXITEMS_BLINK_TRUE.string.text
+#. Kux+
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_BLINK_TRUE\n"
+"string.text"
msgid "Blinking"
msgstr "ციმციმი"
-#: svxitems.src#RID_SVXITEMS_BLINK_FALSE.string.text
+#. j`^^
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_BLINK_FALSE\n"
+"string.text"
msgid "Not Blinking"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_AUTOKERN_TRUE.string.text
+#. ![q=
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_AUTOKERN_TRUE\n"
+"string.text"
msgid "Pair Kerning"
-msgstr ""
-
-#: svxitems.src#RID_SVXITEMS_AUTOKERN_FALSE.string.text
+msgstr "წყვილი~ს კერნინგი"
+
+#. TIB$
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_AUTOKERN_FALSE\n"
+"string.text"
msgid "No pair kerning"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_WORDLINE_TRUE.string.text
+#. mgJt
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_WORDLINE_TRUE\n"
+"string.text"
msgid "Individual words"
msgstr "ცალკეული სიტყვები"
-#: svxitems.src#RID_SVXITEMS_WORDLINE_FALSE.string.text
+#. cYB4
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_WORDLINE_FALSE\n"
+"string.text"
msgid "Not Words Only"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_CONTOUR_TRUE.string.text
+#. F/+g
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_CONTOUR_TRUE\n"
+"string.text"
msgid "Outline"
msgstr ""
"#-#-#-#-# index.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -796,12 +1518,22 @@ msgstr ""
"#-#-#-#-# svdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
"მონახაზი"
-#: svxitems.src#RID_SVXITEMS_CONTOUR_FALSE.string.text
+#. =AiM
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_CONTOUR_FALSE\n"
+"string.text"
msgid "No Outline"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_PRINT_TRUE.string.text
+#. Sns]
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_PRINT_TRUE\n"
+"string.text"
msgid "Print"
msgstr ""
"#-#-#-#-# config.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -815,69 +1547,151 @@ msgstr ""
"#-#-#-#-# contnr.po (PACKAGE VERSION) #-#-#-#-#\n"
"ბეჭდვა"
-#: svxitems.src#RID_SVXITEMS_PRINT_FALSE.string.text
+#. %k)M
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_PRINT_FALSE\n"
+"string.text"
msgid "Don't print"
msgstr "არ დაბეჭდო"
-#: svxitems.src#RID_SVXITEMS_OPAQUE_TRUE.string.text
+#. 2(i2
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_OPAQUE_TRUE\n"
+"string.text"
msgid "Opaque"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_OPAQUE_FALSE.string.text
+#. h\3[
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_OPAQUE_FALSE\n"
+"string.text"
msgid "Not Opaque"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_FMTKEEP_TRUE.string.text
+#. n[YX
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_FMTKEEP_TRUE\n"
+"string.text"
msgid "Keep with next paragraph"
msgstr "შემდეგ აბზაცთან დატოვება"
-#: svxitems.src#RID_SVXITEMS_FMTKEEP_FALSE.string.text
+#. E+PN
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_FMTKEEP_FALSE\n"
+"string.text"
msgid "Don't Keep Paragraphs Together"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_FMTSPLIT_TRUE.string.text
+#. L^La
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_FMTSPLIT_TRUE\n"
+"string.text"
msgid "Split paragraph"
-msgstr ""
+msgstr "აბზაცის მონიშვნა"
-#: svxitems.src#RID_SVXITEMS_FMTSPLIT_FALSE.string.text
+#. =ft_
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_FMTSPLIT_FALSE\n"
+"string.text"
msgid "Don't split paragraph"
-msgstr ""
-
-#: svxitems.src#RID_SVXITEMS_PROT_CONTENT_TRUE.string.text
+msgstr "პარაგრაფის არ დაყოფა"
+
+#. HUJg
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_PROT_CONTENT_TRUE\n"
+"string.text"
msgid "Contents protected"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_PROT_CONTENT_FALSE.string.text
+#. S9WM
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_PROT_CONTENT_FALSE\n"
+"string.text"
msgid "Contents not protected"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_PROT_SIZE_TRUE.string.text
+#. WZ:q
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_PROT_SIZE_TRUE\n"
+"string.text"
msgid "Size protected"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_PROT_SIZE_FALSE.string.text
+#. H5Z3
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_PROT_SIZE_FALSE\n"
+"string.text"
msgid "Size not protected"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_PROT_POS_TRUE.string.text
+#. ^?hm
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_PROT_POS_TRUE\n"
+"string.text"
msgid "Position protected"
msgstr "პოზიცია დაცულია"
-#: svxitems.src#RID_SVXITEMS_PROT_POS_FALSE.string.text
+#. [D=9
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_PROT_POS_FALSE\n"
+"string.text"
msgid "Position not protected"
msgstr "პოზიცია დაცულია"
-#: svxitems.src#RID_SVXITEMS_TRANSPARENT_TRUE.string.text
+#. 1V=y
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_TRANSPARENT_TRUE\n"
+"string.text"
msgid "Transparent"
msgstr "გამჭვირვალე"
-#: svxitems.src#RID_SVXITEMS_TRANSPARENT_FALSE.string.text
+#. el]e
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_TRANSPARENT_FALSE\n"
+"string.text"
msgid "Not Transparent"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_HYPHEN_TRUE.string.text
+#. 8-~R
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_HYPHEN_TRUE\n"
+"string.text"
msgid "Hyphenation"
msgstr ""
"#-#-#-#-# utlui.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -891,122 +1705,280 @@ msgstr ""
"#-#-#-#-# svdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
"გაქვავება"
-#: svxitems.src#RID_SVXITEMS_HYPHEN_FALSE.string.text
+#. :n)[
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_HYPHEN_FALSE\n"
+"string.text"
msgid "No hyphenation"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_PAGE_END_TRUE.string.text
+#. l7o|
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_PAGE_END_TRUE\n"
+"string.text"
msgid "Page End"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_PAGE_END_FALSE.string.text
+#. Ig0C
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_PAGE_END_FALSE\n"
+"string.text"
msgid "No Page End"
-msgstr ""
+msgstr "გევრდის დასასრულიდან"
-#: svxitems.src#RID_SVXITEMS_SIZE_WIDTH.string.text
+#. V-)G
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_SIZE_WIDTH\n"
+"string.text"
msgid "Width: "
-msgstr ""
+msgstr "სიგანე:"
-#: svxitems.src#RID_SVXITEMS_SIZE_HEIGHT.string.text
+#. H3%V
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_SIZE_HEIGHT\n"
+"string.text"
msgid "Height: "
-msgstr ""
-
-#: svxitems.src#RID_SVXITEMS_LRSPACE_LEFT.string.text
+msgstr "სიმაღლე:"
+
+#. IFQW
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_LRSPACE_LEFT\n"
+"string.text"
msgid "Indent left "
msgstr ""
-#: svxitems.src#RID_SVXITEMS_LRSPACE_FLINE.string.text
+#. wPF\
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_LRSPACE_FLINE\n"
+"string.text"
msgid "First Line "
msgstr ""
-#: svxitems.src#RID_SVXITEMS_LRSPACE_RIGHT.string.text
+#. }=:d
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_LRSPACE_RIGHT\n"
+"string.text"
msgid "Indent right "
msgstr ""
-#: svxitems.src#RID_SVXITEMS_SHADOW_COMPLETE.string.text
+#. ]t)3
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_SHADOW_COMPLETE\n"
+"string.text"
msgid "Shadow: "
msgstr "დაჩრდილული"
-#: svxitems.src#RID_SVXITEMS_BORDER_COMPLETE.string.text
+#. )owa
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_BORDER_COMPLETE\n"
+"string.text"
msgid "Borders "
-msgstr ""
-
-#: svxitems.src#RID_SVXITEMS_BORDER_NONE.string.text
+msgstr "ჩარჩოები"
+
+#. 0/=_
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_BORDER_NONE\n"
+"string.text"
msgid "No border"
msgstr "არ არის საზღვრები"
-#: svxitems.src#RID_SVXITEMS_BORDER_TOP.string.text
+#. 5Jwo
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_BORDER_TOP\n"
+"string.text"
msgid "top "
msgstr ""
-#: svxitems.src#RID_SVXITEMS_BORDER_BOTTOM.string.text
+#. /e]Y
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_BORDER_BOTTOM\n"
+"string.text"
msgid "bottom "
msgstr ""
-#: svxitems.src#RID_SVXITEMS_BORDER_LEFT.string.text
+#. ;(mv
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_BORDER_LEFT\n"
+"string.text"
msgid "left "
-msgstr ""
+msgstr "მარცხნივ"
-#: svxitems.src#RID_SVXITEMS_BORDER_RIGHT.string.text
+#. ,lN3
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_BORDER_RIGHT\n"
+"string.text"
msgid "right "
-msgstr ""
+msgstr "მარჯვნივ"
-#: svxitems.src#RID_SVXITEMS_BORDER_DISTANCE.string.text
+#. JYEV
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_BORDER_DISTANCE\n"
+"string.text"
msgid "Spacing "
-msgstr ""
+msgstr "დაშორება"
-#: svxitems.src#RID_SVXITEMS_ULSPACE_UPPER.string.text
+#. tGk.
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_ULSPACE_UPPER\n"
+"string.text"
msgid "From top "
-msgstr ""
+msgstr "ზემოდან"
-#: svxitems.src#RID_SVXITEMS_ULSPACE_LOWER.string.text
+#. ]4[1
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_ULSPACE_LOWER\n"
+"string.text"
msgid "From bottom "
-msgstr ""
+msgstr "ქვემოდან"
#. pb: %1 == will be replaced by the number of lines
-#: svxitems.src#RID_SVXITEMS_LINES.string.text
+#. ^}/r
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_LINES\n"
+"string.text"
msgid "%1 Lines"
-msgstr ""
+msgstr "3დ ხაზები"
-#: svxitems.src#RID_SVXITEMS_WIDOWS_COMPLETE.string.text
+#. QB%S
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_WIDOWS_COMPLETE\n"
+"string.text"
msgid "Widow control"
-msgstr ""
+msgstr "~ფანფრის კონტროლი"
-#: svxitems.src#RID_SVXITEMS_ORPHANS_COMPLETE.string.text
+#. ;.?^
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_ORPHANS_COMPLETE\n"
+"string.text"
msgid "Orphan control"
-msgstr ""
-
-#: svxitems.src#RID_SVXITEMS_HYPHEN_MINLEAD.string.text
+msgstr "ობლის კონტროლი"
+
+#. -_VD
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_HYPHEN_MINLEAD\n"
+"string.text"
msgid "Characters at end of line"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_HYPHEN_MINTRAIL.string.text
+#. SB9k
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_HYPHEN_MINTRAIL\n"
+"string.text"
msgid "Characters at beginning of line"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_HYPHEN_MAX.string.text
+#. w8tr
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_HYPHEN_MAX\n"
+"string.text"
msgid "Hyphens"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_PAGEMODEL_COMPLETE.string.text
+#. *rD3
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_PAGEMODEL_COMPLETE\n"
+"string.text"
msgid "Page Style: "
msgstr "გვერდის სტილი: "
-#: svxitems.src#RID_SVXITEMS_KERNING_COMPLETE.string.text
+#. O/gB
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_KERNING_COMPLETE\n"
+"string.text"
msgid "Kerning "
msgstr ""
-#: svxitems.src#RID_SVXITEMS_KERNING_EXPANDED.string.text
+#. 5J^q
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_KERNING_EXPANDED\n"
+"string.text"
msgid "locked "
msgstr ""
-#: svxitems.src#RID_SVXITEMS_KERNING_CONDENSED.string.text
+#. ELkw
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_KERNING_CONDENSED\n"
+"string.text"
msgid "Condensed "
-msgstr ""
+msgstr "შეკუმშული"
-#: svxitems.src#RID_SVXITEMS_GRAPHIC.string.text
+#. 6FdL
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_GRAPHIC\n"
+"string.text"
msgid "Graphic"
msgstr ""
"#-#-#-#-# UI.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -1016,28 +1988,60 @@ msgstr ""
"#-#-#-#-# tabpages.po (PACKAGE VERSION) #-#-#-#-#\n"
"გრაფიკა"
-#: svxitems.src#RID_SVXITEMS_EMPHASIS_NONE_STYLE.string.text
+#. Is0j
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_EMPHASIS_NONE_STYLE\n"
+"string.text"
msgid "none"
msgstr "ცარიელი"
-#: svxitems.src#RID_SVXITEMS_EMPHASIS_DOT_STYLE.string.text
+#. x]rG
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_EMPHASIS_DOT_STYLE\n"
+"string.text"
msgid "Dots "
msgstr ""
-#: svxitems.src#RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE.string.text
+#. |@}S
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE\n"
+"string.text"
msgid "Circle "
-msgstr ""
-
-#: svxitems.src#RID_SVXITEMS_EMPHASIS_DISC_STYLE.string.text
+msgstr "წრე"
+
+#. _Z:L
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_EMPHASIS_DISC_STYLE\n"
+"string.text"
msgid "Filled circle "
msgstr ""
-#: svxitems.src#RID_SVXITEMS_EMPHASIS_ACCENT_STYLE.string.text
+#. ^s+%
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_EMPHASIS_ACCENT_STYLE\n"
+"string.text"
msgid "Accent "
-msgstr ""
+msgstr "აქცენტი"
-#: svxitems.src#RID_SVXITEMS_EMPHASIS_ABOVE_POS.string.text
+#. /fjz
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_EMPHASIS_ABOVE_POS\n"
+"string.text"
msgid "Above"
msgstr ""
"#-#-#-#-# config.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -1045,8 +2049,13 @@ msgstr ""
"#-#-#-#-# tabpages.po (PACKAGE VERSION) #-#-#-#-#\n"
"ზემოდან"
-#: svxitems.src#RID_SVXITEMS_EMPHASIS_BELOW_POS.string.text
+#. 7v=/
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_EMPHASIS_BELOW_POS\n"
+"string.text"
msgid "Below"
msgstr ""
"#-#-#-#-# config.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -1056,8 +2065,13 @@ msgstr ""
"#-#-#-#-# dialog.po (PACKAGE VERSION) #-#-#-#-#\n"
"ქვემოთ"
-#: svxitems.src#RID_SVXITEMS_TWOLINES_OFF.string.text
+#. ,81g
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_TWOLINES_OFF\n"
+"string.text"
msgid "Double-lined off"
msgstr ""
"#-#-#-#-# tabpages.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -1065,8 +2079,13 @@ msgstr ""
"#-#-#-#-# items.po (PACKAGE VERSION) #-#-#-#-#\n"
"ორმაგი ხაზი"
-#: svxitems.src#RID_SVXITEMS_TWOLINES.string.text
+#. i/uh
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_TWOLINES\n"
+"string.text"
msgid "Double-lined"
msgstr ""
"#-#-#-#-# tabpages.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -1074,165 +2093,363 @@ msgstr ""
"#-#-#-#-# items.po (PACKAGE VERSION) #-#-#-#-#\n"
"ორმაგი ხაზი"
-#: svxitems.src#RID_SVXITEMS_SCRPTSPC_OFF.string.text
-msgctxt "svxitems.src#RID_SVXITEMS_SCRPTSPC_OFF.string.text"
+#. @8IO
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_SCRPTSPC_OFF\n"
+"string.text"
msgid "No automatic character spacing"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_SCRPTSPC_ON.string.text
-msgctxt "svxitems.src#RID_SVXITEMS_SCRPTSPC_ON.string.text"
+#. [keR
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_SCRPTSPC_ON\n"
+"string.text"
msgid "No automatic character spacing"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_HNGPNCT_OFF.string.text
+#. Vwk5
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_HNGPNCT_OFF\n"
+"string.text"
msgid "No hanging punctuation at line end"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_HNGPNCT_ON.string.text
+#. l[0A
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_HNGPNCT_ON\n"
+"string.text"
msgid "Hanging punctuation at line end"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_FORBIDDEN_RULE_OFF.string.text
+#. :lQ)
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_FORBIDDEN_RULE_OFF\n"
+"string.text"
msgid "Apply list of forbidden characters to beginning and end of lines"
-msgstr ""
+msgstr "აკრძალული სიმბოლოების სიის მისადაგება ხაზების დასაწყისში და ბოლოში"
-#: svxitems.src#RID_SVXITEMS_FORBIDDEN_RULE_ON.string.text
+#. RI,4
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_FORBIDDEN_RULE_ON\n"
+"string.text"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
-msgstr ""
-
-#: svxitems.src#RID_SVXITEMS_CHARROTATE_OFF.string.text
+msgstr "აკრძალული სიმბოლოების სიის მისადაგება ხაზების დასაწყისში და ბოლოში"
+
+#. ?|XU
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_CHARROTATE_OFF\n"
+"string.text"
msgid "No rotated characters"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_CHARROTATE.string.text
+#. 4tJ;
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_CHARROTATE\n"
+"string.text"
msgid "Character rotated by $(ARG1)°"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_CHARROTATE_FITLINE.string.text
+#. 8EOh
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_CHARROTATE_FITLINE\n"
+"string.text"
msgid "Fit to line"
msgstr "ხაზზე გათანაბრება"
-#: svxitems.src#RID_SVXITEMS_CHARSCALE.string.text
+#. Dzb7
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_CHARSCALE\n"
+"string.text"
msgid "Characters scaled $(ARG1)%"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_CHARSCALE_OFF.string.text
+#. AbZe
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_CHARSCALE_OFF\n"
+"string.text"
msgid "No scaled characters"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_RELIEF_NONE.string.text
+#. 5cf5
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_RELIEF_NONE\n"
+"string.text"
msgid "No relief"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_RELIEF_EMBOSSED.string.text
+#. 02\+
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_RELIEF_EMBOSSED\n"
+"string.text"
msgid "Relief"
msgstr "რელიეფი"
-#: svxitems.src#RID_SVXITEMS_RELIEF_ENGRAVED.string.text
+#. /MSK
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_RELIEF_ENGRAVED\n"
+"string.text"
msgid "Engraved"
msgstr "გრავირებული"
-#: svxitems.src#RID_SVXITEMS_PARAVERTALIGN_AUTO.string.text
+#. s-*X
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_PARAVERTALIGN_AUTO\n"
+"string.text"
msgid "Automatic text alignment"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_PARAVERTALIGN_BASELINE.string.text
+#. B1S1
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_PARAVERTALIGN_BASELINE\n"
+"string.text"
msgid "Text aligned to base line"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_PARAVERTALIGN_TOP.string.text
+#. )7Zr
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_PARAVERTALIGN_TOP\n"
+"string.text"
msgid "Text aligned top"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_PARAVERTALIGN_CENTER.string.text
+#. _J)X
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_PARAVERTALIGN_CENTER\n"
+"string.text"
msgid "Text aligned middle"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_PARAVERTALIGN_BOTTOM.string.text
+#. x^OA
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_PARAVERTALIGN_BOTTOM\n"
+"string.text"
msgid "Text aligned bottom"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP.string.text
+#. 7,nz
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP\n"
+"string.text"
msgid "Text direction left-to-right (horizontal)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP.string.text
+#. 5)6s
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP\n"
+"string.text"
msgid "Text direction right-to-left (horizontal)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT.string.text
+#. kof^
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT\n"
+"string.text"
msgid "Text direction right-to-left (vertical)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT.string.text
+#. ?T`o
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT\n"
+"string.text"
msgid "Text direction left-to-right (vertical)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_FRMDIR_ENVIRONMENT.string.text
+#. JXGc
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_FRMDIR_ENVIRONMENT\n"
+"string.text"
msgid "Use superordinate object text direction setting"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_PARASNAPTOGRID_ON.string.text
+#. fM`2
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_PARASNAPTOGRID_ON\n"
+"string.text"
msgid "Paragraph snaps to text grid (if active)"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_PARASNAPTOGRID_OFF.string.text
+#. #A/P
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_PARASNAPTOGRID_OFF\n"
+"string.text"
msgid "Paragraph does not snap to text grid"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_CHARHIDDEN_FALSE.string.text
+#. UKdN
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_CHARHIDDEN_FALSE\n"
+"string.text"
msgid "Not hidden"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_CHARHIDDEN_TRUE.string.text
+#. YeN,
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_CHARHIDDEN_TRUE\n"
+"string.text"
msgid "Hidden"
-msgstr ""
-
-#: svxitems.src#RID_SVXITEMS_HORJUST_STANDARD.string.text
+msgstr "და~მალული"
+
+#. G^l9
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_HORJUST_STANDARD\n"
+"string.text"
msgid "Horizontal alignment default"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_HORJUST_LEFT.string.text
-msgctxt "svxitems.src#RID_SVXITEMS_HORJUST_LEFT.string.text"
+#. l`jc
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_HORJUST_LEFT\n"
+"string.text"
msgid "Align left"
-msgstr ""
-
-#: svxitems.src#RID_SVXITEMS_HORJUST_CENTER.string.text
+msgstr "დალაგება მარცხნივ"
+
+#. R}h[
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_HORJUST_CENTER\n"
+"string.text"
msgid "Centered horizontally"
msgstr "ჰორიზონტალურად ცენტრირებული"
-#: svxitems.src#RID_SVXITEMS_HORJUST_RIGHT.string.text
-msgctxt "svxitems.src#RID_SVXITEMS_HORJUST_RIGHT.string.text"
+#. .{Z*
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_HORJUST_RIGHT\n"
+"string.text"
msgid "Align right"
-msgstr ""
-
-#: svxitems.src#RID_SVXITEMS_HORJUST_BLOCK.string.text
-msgctxt "svxitems.src#RID_SVXITEMS_HORJUST_BLOCK.string.text"
+msgstr "სწორება მარჯვნივ"
+
+#. 8RRN
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_HORJUST_BLOCK\n"
+"string.text"
msgid "Justify"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_HORJUST_REPEAT.string.text
+#. $V)3
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_HORJUST_REPEAT\n"
+"string.text"
msgid "Repeat alignment"
-msgstr ""
-
-#: svxitems.src#RID_SVXITEMS_VERJUST_STANDARD.string.text
+msgstr "ტექსტის გასწორება"
+
+#. k;]C
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_VERJUST_STANDARD\n"
+"string.text"
msgid "Vertical alignment default"
msgstr ""
-#: svxitems.src#RID_SVXITEMS_VERJUST_TOP.string.text
+#. gsee
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_VERJUST_TOP\n"
+"string.text"
msgid "Align to top"
-msgstr ""
-
-#: svxitems.src#RID_SVXITEMS_VERJUST_CENTER.string.text
+msgstr "%O-ის სწორება ზევით"
+
+#. j)er
+#: svxitems.src
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_VERJUST_CENTER\n"
+"string.text"
msgid "Centered vertically"
msgstr "ვერტიკალურად ცენტრირებული"
-#: svxitems.src#RID_SVXITEMS_VERJUST_BOTTOM.string.text
+#. !nb,
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_VERJUST_BOTTOM\n"
+"string.text"
msgid "Align to bottom"
-msgstr ""
+msgstr "%O-ის სწორება ქვევით"
-#: svxitems.src#RID_SVXITEMS_JUSTMETHOD_AUTO.string.text
+#. r}Pq
+#: svxitems.src
#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_JUSTMETHOD_AUTO\n"
+"string.text"
msgid "Automatic"
msgstr ""
"#-#-#-#-# app.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -1252,14 +2469,12 @@ msgstr ""
"#-#-#-#-# tbxctrls.po (PACKAGE VERSION) #-#-#-#-#\n"
"ავტომატური"
-#: svxitems.src#RID_SVXITEMS_JUSTMETHOD_DISTRIBUTE.string.text
+#. i89j
+#: svxitems.src
+#, fuzzy
+msgctxt ""
+"svxitems.src\n"
+"RID_SVXITEMS_JUSTMETHOD_DISTRIBUTE\n"
+"string.text"
msgid "Distributed"
-msgstr ""
-
-#: page.src#RID_SVXSTR_PAPERBIN.string.text
-msgid "Paper tray"
-msgstr "ქაღალდის მოსაწოდებელი"
-
-#: page.src#RID_SVXSTR_PAPERBIN_SETTINGS.string.text
-msgid "[From printer settings]"
-msgstr ""
+msgstr "გავრცელება"
diff --git a/source/ka/editeng/source/misc.po b/source/ka/editeng/source/misc.po
index 0bb0f30ccdf..638cd8e308b 100644
--- a/source/ka/editeng/source/misc.po
+++ b/source/ka/editeng/source/misc.po
@@ -1,9 +1,9 @@
-#. extracted from editeng/source/misc.oo
+#. extracted from editeng/source/misc
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+editeng%2Fsource%2Fmisc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-12 00:27+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,34 +12,67 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: lingu.src#RID_SVXQB_CONTINUE.querybox.text
+#. ;GN0
+#: lingu.src
+msgctxt ""
+"lingu.src\n"
+"RID_SVXQB_CONTINUE\n"
+"querybox.text"
msgid "Continue checking at beginning of document?"
msgstr "განვაგრძოთ დოკუმენტის დასაწყისში შემოწმება?"
-#: lingu.src#RID_SVXQB_BW_CONTINUE.querybox.text
+#. (XiS
+#: lingu.src
#, fuzzy
+msgctxt ""
+"lingu.src\n"
+"RID_SVXQB_BW_CONTINUE\n"
+"querybox.text"
msgid "Continue checking at end of document?"
msgstr "განვაგრძოთ დოკუმენტის დასაწყისში შემოწმება?"
-#: lingu.src#RID_SVXSTR_HMERR_THESAURUS.string.text
+#. Dg\]
+#: lingu.src
+#, fuzzy
+msgctxt ""
+"lingu.src\n"
+"RID_SVXSTR_HMERR_THESAURUS\n"
+"string.text"
msgid ""
"No thesaurus is available for the selected language. \n"
"Please check your installation and install the desired language\n"
msgstr ""
+"ამ ენისთვის არ არის ხელმისაწვდომი თეზაურუსები.\n"
+"გთხოვთ შეამოწმოთ ინსტალაცია და დააინსტალიროთ სასურველი ენა."
-#: lingu.src#RID_SVXSTR_DIC_ERR_UNKNOWN.string.text
+#. F]n]
+#: lingu.src
+msgctxt ""
+"lingu.src\n"
+"RID_SVXSTR_DIC_ERR_UNKNOWN\n"
+"string.text"
msgid ""
"Word cannot be added to dictionary\n"
"due to unknown reason."
msgstr ""
-#: lingu.src#RID_SVXSTR_DIC_ERR_FULL.string.text
+#. q)8|
+#: lingu.src
+msgctxt ""
+"lingu.src\n"
+"RID_SVXSTR_DIC_ERR_FULL\n"
+"string.text"
msgid "The dictionary is already full."
msgstr ""
-#: lingu.src#RID_SVXSTR_DIC_ERR_READONLY.string.text
+#. 4a]{
+#: lingu.src
+msgctxt ""
+"lingu.src\n"
+"RID_SVXSTR_DIC_ERR_READONLY\n"
+"string.text"
msgid "The dictionary is read-only."
msgstr ""
diff --git a/source/ka/editeng/source/outliner.po b/source/ka/editeng/source/outliner.po
index d5fa3e1c177..c8e59bda193 100644
--- a/source/ka/editeng/source/outliner.po
+++ b/source/ka/editeng/source/outliner.po
@@ -1,9 +1,9 @@
-#. extracted from editeng/source/outliner.oo
+#. extracted from editeng/source/outliner
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+editeng%2Fsource%2Foutliner.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:40+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,23 +12,44 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: outliner.src#RID_OUTLUNDO_HEIGHT.string.text
+#. k.GI
+#: outliner.src
+msgctxt ""
+"outliner.src\n"
+"RID_OUTLUNDO_HEIGHT\n"
+"string.text"
msgid "Move"
msgstr "გადაადგილება"
-#: outliner.src#RID_OUTLUNDO_DEPTH.string.text
+#. Wp7d
+#: outliner.src
+msgctxt ""
+"outliner.src\n"
+"RID_OUTLUNDO_DEPTH\n"
+"string.text"
msgid "Indent"
msgstr "დაშორება"
-#: outliner.src#RID_OUTLUNDO_EXPAND.string.text
+#. 1S}L
+#: outliner.src
+#, fuzzy
+msgctxt ""
+"outliner.src\n"
+"RID_OUTLUNDO_EXPAND\n"
+"string.text"
msgid "Show subpoints"
-msgstr ""
+msgstr "ქვეპუნქტების ჩვენება"
-#: outliner.src#RID_OUTLUNDO_COLLAPSE.string.text
+#. 9_,d
+#: outliner.src
#, fuzzy
+msgctxt ""
+"outliner.src\n"
+"RID_OUTLUNDO_COLLAPSE\n"
+"string.text"
msgid "Collapse"
msgstr ""
"#-#-#-#-# UI.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -36,12 +57,22 @@ msgstr ""
"#-#-#-#-# propctrlr.po (PACKAGE VERSION) #-#-#-#-#\n"
"კოლაპსი"
-#: outliner.src#RID_OUTLUNDO_ATTR.string.text
+#. {RTY
+#: outliner.src
+msgctxt ""
+"outliner.src\n"
+"RID_OUTLUNDO_ATTR\n"
+"string.text"
msgid "Apply attributes"
msgstr "მიუსადაგე ატრიბუტები"
-#: outliner.src#RID_OUTLUNDO_INSERT.string.text
+#. \`,S
+#: outliner.src
#, fuzzy
+msgctxt ""
+"outliner.src\n"
+"RID_OUTLUNDO_INSERT\n"
+"string.text"
msgid "Insert"
msgstr ""
"#-#-#-#-# ribbar.po (PACKAGE VERSION) #-#-#-#-#\n"
diff --git a/source/ka/extensions/source/abpilot.po b/source/ka/extensions/source/abpilot.po
index 554bd4971bd..cda3e93b2e5 100644
--- a/source/ka/extensions/source/abpilot.po
+++ b/source/ka/extensions/source/abpilot.po
@@ -1,9 +1,9 @@
-#. extracted from extensions/source/abpilot.oo
+#. extracted from extensions/source/abpilot
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+extensions%2Fsource%2Fabpilot.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,35 +12,75 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: abspilot.src#RID_DLG_ADDRESSBOOKSOURCEPILOT.STR_SELECT_ABTYPE.string.text
+#. 1JQo
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_DLG_ADDRESSBOOKSOURCEPILOT\n"
+"STR_SELECT_ABTYPE\n"
+"string.text"
msgid "Address book type"
msgstr "მისამართების წიგნის ტიპი"
-#: abspilot.src#RID_DLG_ADDRESSBOOKSOURCEPILOT.STR_INVOKE_ADMIN_DIALOG.string.text
+#. 8JN?
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_DLG_ADDRESSBOOKSOURCEPILOT\n"
+"STR_INVOKE_ADMIN_DIALOG\n"
+"string.text"
msgid "Connection Settings"
msgstr "კავშირის პარამერები"
-#: abspilot.src#RID_DLG_ADDRESSBOOKSOURCEPILOT.STR_TABLE_SELECTION.string.text
+#. yQ$-
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_DLG_ADDRESSBOOKSOURCEPILOT\n"
+"STR_TABLE_SELECTION\n"
+"string.text"
msgid "Table selection"
msgstr "ცხრილის მონიშვნა"
-#: abspilot.src#RID_DLG_ADDRESSBOOKSOURCEPILOT.STR_MANUAL_FIELD_MAPPING.string.text
-msgctxt "abspilot.src#RID_DLG_ADDRESSBOOKSOURCEPILOT.STR_MANUAL_FIELD_MAPPING.string.text"
+#. ?#w,
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_DLG_ADDRESSBOOKSOURCEPILOT\n"
+"STR_MANUAL_FIELD_MAPPING\n"
+"string.text"
msgid "Field Assignment"
msgstr "ველის მინიჭება"
-#: abspilot.src#RID_DLG_ADDRESSBOOKSOURCEPILOT.STR_FINAL_CONFIRM.string.text
+#. 3KqL
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_DLG_ADDRESSBOOKSOURCEPILOT\n"
+"STR_FINAL_CONFIRM\n"
+"string.text"
msgid "Data Source Title"
msgstr "მონაცემთა წყაროს სათაური"
-#: abspilot.src#RID_DLG_ADDRESSBOOKSOURCEPILOT.modaldialog.text
+#. ?|S3
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_DLG_ADDRESSBOOKSOURCEPILOT\n"
+"modaldialog.text"
msgid "Address Book Data Source Wizard"
msgstr "მისამართების წიგნის მონაცემთა წყაროს ოსტატი"
-#: abspilot.src#RID_PAGE_SELECTABTYPE.FT_TYPE_HINTS.fixedtext.text
+#. mg}~
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_PAGE_SELECTABTYPE\n"
+"FT_TYPE_HINTS\n"
+"fixedtext.text"
msgid ""
"%PRODUCTNAME lets you access address data already present in your system. To do this, a %PRODUCTNAME data source will be created in which your address data is available in tabular form.\n"
"\n"
@@ -50,55 +90,133 @@ msgstr ""
"\n"
"ეს გიდი დაგეხმარებათ შექმნათ მონაცემთა ახალი წყარო."
-#: abspilot.src#RID_PAGE_SELECTABTYPE.FL_TYPE.fixedline.text
+#. IP/A
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_PAGE_SELECTABTYPE\n"
+"FL_TYPE\n"
+"fixedline.text"
msgid "Please select the type of your external address book:"
msgstr "გთხოვთ მონიშნოთ თქვენი გარე მისამართების წიგნის ტიპი:"
-#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_EVOLUTION.radiobutton.text
+#. [#-P
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_PAGE_SELECTABTYPE\n"
+"RB_EVOLUTION\n"
+"radiobutton.text"
msgid "Evolution"
msgstr "Evolution"
-#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_EVOLUTION_GROUPWISE.radiobutton.text
+#. p#S3
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_PAGE_SELECTABTYPE\n"
+"RB_EVOLUTION_GROUPWISE\n"
+"radiobutton.text"
msgid "Groupwise"
msgstr "Groupwise"
-#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_EVOLUTION_LDAP.radiobutton.text
+#. fe\.
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_PAGE_SELECTABTYPE\n"
+"RB_EVOLUTION_LDAP\n"
+"radiobutton.text"
msgid "Evolution LDAP"
msgstr "Evolution LDAP"
-#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_MORK.radiobutton.text
+#. VyMn
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_PAGE_SELECTABTYPE\n"
+"RB_MORK\n"
+"radiobutton.text"
msgid "Mozilla / Netscape"
msgstr "Mozilla / Netscape"
-#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_THUNDERBIRD.radiobutton.text
+#. \np^
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_PAGE_SELECTABTYPE\n"
+"RB_THUNDERBIRD\n"
+"radiobutton.text"
msgid "Thunderbird/Icedove"
msgstr ""
-#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_KAB.radiobutton.text
+#. L|c=
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_PAGE_SELECTABTYPE\n"
+"RB_KAB\n"
+"radiobutton.text"
msgid "KDE address book"
msgstr "KDE მისამართების წიგნი"
-#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_MACAB.radiobutton.text
+#. V7Xp
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_PAGE_SELECTABTYPE\n"
+"RB_MACAB\n"
+"radiobutton.text"
msgid "Mac OS X address book"
msgstr ""
-#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_LDAP.radiobutton.text
+#. YD2R
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_PAGE_SELECTABTYPE\n"
+"RB_LDAP\n"
+"radiobutton.text"
msgid "LDAP address data"
msgstr "LDAP მისართების მონაცემი"
-#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_OUTLOOK.radiobutton.text
+#. /ZAL
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_PAGE_SELECTABTYPE\n"
+"RB_OUTLOOK\n"
+"radiobutton.text"
msgid "Outlook address book"
msgstr "სხვა მისამართების წიგნის"
-#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_OUTLOOKEXPRESS.radiobutton.text
+#. vA$Z
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_PAGE_SELECTABTYPE\n"
+"RB_OUTLOOKEXPRESS\n"
+"radiobutton.text"
msgid "Windows system address book"
msgstr "Windows-ის სისტემის მისამართების წიგნი"
-#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_OTHER.radiobutton.text
+#. Zg(X
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_PAGE_SELECTABTYPE\n"
+"RB_OTHER\n"
+"radiobutton.text"
msgid "Other external data source"
msgstr "სხვა გარე მონაცემთა წყაროები"
-#: abspilot.src#RID_PAGE_ADMININVOKATION.FT_ADMINEXPLANATION.fixedtext.text
+#. WWX%
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_PAGE_ADMININVOKATION\n"
+"FT_ADMINEXPLANATION\n"
+"fixedtext.text"
msgid ""
"To set up the new data source, additional information is required.\n"
"\n"
@@ -108,11 +226,23 @@ msgstr ""
"\n"
"დააჭირეთ შემდეგ ღილაკს ახალი დიალოგის გასახსნელად, რომელშიც შეიტანთ საჭირო ინფორმაციას."
-#: abspilot.src#RID_PAGE_ADMININVOKATION.PB_INVOKE_ADMIN_DIALOG.pushbutton.text
+#. N(1@
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_PAGE_ADMININVOKATION\n"
+"PB_INVOKE_ADMIN_DIALOG\n"
+"pushbutton.text"
msgid "Settings"
msgstr "პარამერები"
-#: abspilot.src#RID_PAGE_ADMININVOKATION.FT_ERROR.fixedtext.text
+#. !_df
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_PAGE_ADMININVOKATION\n"
+"FT_ERROR\n"
+"fixedtext.text"
msgid ""
"The connection to the data source could not be established.\n"
"Before you proceed, please check the settings made, or (on the previous page) choose another address data source type."
@@ -120,7 +250,13 @@ msgstr ""
"კავშირი მონაცემთა წყაროსთან არ შედგა.\n"
"მანამ სანამ თქვენ გააგრძელებთ, შეამოწმეთ დაყენებული პარამეტრები, ან (წინა გვერდზე) აირჩიეთ სხვა მონაცემთა წყაროს ტიპი."
-#: abspilot.src#RID_PAGE_TABLESELECTION_AB.FL_TOOMUCHTABLES.fixedtext.text
+#. 3Vhd
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_PAGE_TABLESELECTION_AB\n"
+"FL_TOOMUCHTABLES\n"
+"fixedtext.text"
msgid ""
"The external data source you have chosen contains more than one address book.\n"
"Please select the one you mainly want to work with:"
@@ -128,7 +264,13 @@ msgstr ""
"გარე მონაცემთა წყარო რომელიც თქვენ აიჩეთ შეიცავს ერთზე მეტ მისამართების წიგნს .\n"
"გთხოვთ აირჩიოთ რომელმათგანთან სურთ ძირითადად მშაობა:"
-#: abspilot.src#RID_PAGE_FIELDMAPPING.FT_FIELDASSIGMENTEXPL.fixedtext.text
+#. oTnN
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_PAGE_FIELDMAPPING\n"
+"FT_FIELDASSIGMENTEXPL\n"
+"fixedtext.text"
msgid ""
"To incorporate the address data in your templates, %PRODUCTNAME has to know which fields contain which data.\n"
"\n"
@@ -142,12 +284,23 @@ msgstr ""
"\n"
"ახალი დიალოგის გასახსნელად, სადაც შეიყვანთ მონაცემთა თქვენი წყაროს პარამეტრებს, დააჭირეთ ქვემოთ მოცემულ ღილაკს."
-#: abspilot.src#RID_PAGE_FIELDMAPPING.PB_INVOKE_FIELDS_DIALOG.pushbutton.text
-msgctxt "abspilot.src#RID_PAGE_FIELDMAPPING.PB_INVOKE_FIELDS_DIALOG.pushbutton.text"
+#. YNt9
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_PAGE_FIELDMAPPING\n"
+"PB_INVOKE_FIELDS_DIALOG\n"
+"pushbutton.text"
msgid "Field Assignment"
msgstr "ველის მინიჭება"
-#: abspilot.src#RID_PAGE_FINAL.FT_FINISH_EXPL.fixedtext.text
+#. e@G8
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_PAGE_FINAL\n"
+"FT_FINISH_EXPL\n"
+"fixedtext.text"
msgid ""
"That was all the information necessary to integrate your address data into %PRODUCTNAME.\n"
"\n"
@@ -157,31 +310,71 @@ msgstr ""
"\n"
"ახლა შეიყვანეთ სახელი, რომლითაც გსურთ დაარეგისტრიროთ მონაცემთა წყარო %PRODUCTNAME -ში."
-#: abspilot.src#RID_PAGE_FINAL.FT_LOCATION.fixedtext.text
+#. WJF6
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_PAGE_FINAL\n"
+"FT_LOCATION\n"
+"fixedtext.text"
msgid "Location"
msgstr "ადგილმდებარეობა"
-#: abspilot.src#RID_PAGE_FINAL.PB_BROWSE.pushbutton.text
+#. a.A8
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_PAGE_FINAL\n"
+"PB_BROWSE\n"
+"pushbutton.text"
msgid "Browse..."
msgstr "მოძიება..."
-#: abspilot.src#RID_PAGE_FINAL.CB_REGISTER_DS.checkbox.text
+#. kmv1
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_PAGE_FINAL\n"
+"CB_REGISTER_DS\n"
+"checkbox.text"
msgid "Make this address book available to all modules in %PRODUCTNAME."
msgstr "გახადეთ ეს მისამართების წიგნი ხელმისაწვდომი ყველა მოდულისათვის %PRODUCTNAME-ში."
-#: abspilot.src#RID_PAGE_FINAL.FT_NAME_EXPL.fixedtext.text
+#. y47[
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_PAGE_FINAL\n"
+"FT_NAME_EXPL\n"
+"fixedtext.text"
msgid "Address book name"
msgstr "მონაცემთა წიგნის სახელი"
-#: abspilot.src#RID_PAGE_FINAL.FT_DUPLICATENAME.fixedtext.text
+#. dv^{
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_PAGE_FINAL\n"
+"FT_DUPLICATENAME\n"
+"fixedtext.text"
msgid "Another data source already has this name. As data sources have to have globally unique names, you need to choose another one."
msgstr "სხვა მონაცემთა წყაროს გააჩნია ეს სახელი. მონაცემთა წყაროს როგორც ასეთს უნდა ქონდეს უნიკალური სახელი, თქვენ უნდა აირჩიოთ რაიმე სხა."
-#: abspilot.src#RID_ERR_NEEDTYPESELECTION.errorbox.text
+#. SDu;
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_ERR_NEEDTYPESELECTION\n"
+"errorbox.text"
msgid "Please select a type of address book."
msgstr "გთხოვთ მონიშვნოთ მისამართების წიგნის ტიპი."
-#: abspilot.src#RID_QRY_NOTABLES.querybox.text
+#. B=Hq
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_QRY_NOTABLES\n"
+"querybox.text"
msgid ""
"The data source does not contain any tables.\n"
"Do you want to set it up as an address data source, anyway?"
@@ -189,33 +382,68 @@ msgstr ""
"მონაცემთა წყარო არ შეიცას არცერთ ცხრილს.\n"
"გსურ დააყენოთ ის როგორც მისამართების მონაცემთა წყარო, სადმე?"
-#: abspilot.src#RID_QRY_NO_EVO_GW.querybox.text
+#. I07?
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_QRY_NO_EVO_GW\n"
+"querybox.text"
msgid ""
"You don't seem to have any GroupWise account configured in Evolution.\n"
"Do you want to set it up as an address data source, anyway?"
msgstr ""
-#: abspilot.src#RID_STR_DEFAULT_NAME.string.text
+#. JX@8
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_STR_DEFAULT_NAME\n"
+"string.text"
msgid "Addresses"
msgstr "მისამართები"
-#: abspilot.src#RID_STR_ADMINDIALOGTITLE.string.text
+#. angg
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_STR_ADMINDIALOGTITLE\n"
+"string.text"
msgid "Create Address Data Source"
msgstr "მისამართების მონაცემთა წყაროს შექმნა"
-#: abspilot.src#RID_STR_NOCONNECTION.string.text
+#. ?E#@
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_STR_NOCONNECTION\n"
+"string.text"
msgid "The connection could not be established."
msgstr "კაშირი ვერ დამყარდა."
-#: abspilot.src#RID_STR_PLEASECHECKSETTINGS.string.text
+#. 0q1K
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_STR_PLEASECHECKSETTINGS\n"
+"string.text"
msgid "Please check the settings made for the data source."
msgstr "გთხოვთ შეამოწმოთ დაყენებული პარამერები მონაცემთა წყაროსათვის."
-#: abspilot.src#RID_STR_FIELDDIALOGTITLE.string.text
+#. GOTt
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_STR_FIELDDIALOGTITLE\n"
+"string.text"
msgid "Address Data - Field Assignment"
msgstr "მისამართების მონაცემების - ველის გადანაწილება"
-#: abspilot.src#RID_STR_NOFIELDSASSIGNED.string.text
+#. 3r2n
+#: abspilot.src
+msgctxt ""
+"abspilot.src\n"
+"RID_STR_NOFIELDSASSIGNED\n"
+"string.text"
msgid ""
"There are no fields assigned at this time.\n"
"You can either assign fields now or do so later by first choosing:\n"
diff --git a/source/ka/extensions/source/bibliography.po b/source/ka/extensions/source/bibliography.po
index f1830933213..33b5a046c27 100644
--- a/source/ka/extensions/source/bibliography.po
+++ b/source/ka/extensions/source/bibliography.po
@@ -1,9 +1,9 @@
-#. extracted from extensions/source/bibliography.oo
+#. extracted from extensions/source/bibliography
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+extensions%2Fsource%2Fbibliography.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,304 +12,707 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: bib.src#RID_BIB_STR_FIELDSELECTION.string.text
+#. Rbhw
+#: datman.src
+msgctxt ""
+"datman.src\n"
+"RID_DLG_MAPPING\n"
+"GB_MAPPING\n"
+"fixedline.text"
+msgid "Column names"
+msgstr "სვეტის სახელწოდება"
+
+#. ItOt
+#: datman.src
+msgctxt ""
+"datman.src\n"
+"RID_DLG_MAPPING\n"
+"ST_NONE\n"
+"string.text"
+msgid "<none>"
+msgstr "<არცერთი>"
+
+#. 4hv1
+#: datman.src
+msgctxt ""
+"datman.src\n"
+"RID_DLG_MAPPING\n"
+"modaldialog.text"
+msgid "Column Layout for Table %1"
+msgstr "სვეტის განლაგება %1 ცხრილისათვის"
+
+#. lzUI
+#: datman.src
+msgctxt ""
+"datman.src\n"
+"RID_DLG_DBCHANGE\n"
+"ST_ENTRY\n"
+"string.text"
+msgid "Entry"
+msgstr "ჩანაწერი"
+
+#. K=~*
+#: datman.src
+msgctxt ""
+"datman.src\n"
+"RID_DLG_DBCHANGE\n"
+"modaldialog.text"
+msgid "Choose Data Source"
+msgstr "აირჩიე მონაცემთა წყარო"
+
+#. H25O
+#: toolbar.src
+msgctxt ""
+"toolbar.src\n"
+"RID_BIB_TOOLBAR\n"
+"TBC_FT_SOURCE\n"
+"toolboxitem.text"
+msgid "Table"
+msgstr "ცხრილი"
+
+#. mlEM
+#: toolbar.src
+msgctxt ""
+"toolbar.src\n"
+"RID_BIB_TOOLBAR\n"
+"TBC_FT_QUERY\n"
+"toolboxitem.text"
+msgid "Search Key"
+msgstr "ძებნის გასაღები"
+
+#. $WWh
+#: toolbar.src
+msgctxt ""
+"toolbar.src\n"
+"RID_BIB_TOOLBAR\n"
+"TBC_BT_AUTOFILTER\n"
+"toolboxitem.text"
+msgid "AutoFilter"
+msgstr "ავტოფილტრი"
+
+#. /bA7
+#: toolbar.src
+msgctxt ""
+"toolbar.src\n"
+"RID_BIB_TOOLBAR\n"
+"TBC_BT_FILTERCRIT\n"
+"toolboxitem.text"
+msgid "Standard Filter"
+msgstr "სტანდარტული ფილტრი"
+
+#. ^rxA
+#: toolbar.src
+msgctxt ""
+"toolbar.src\n"
+"RID_BIB_TOOLBAR\n"
+"TBC_BT_REMOVEFILTER\n"
+"toolboxitem.text"
+msgid "Remove Filter"
+msgstr "ფილტრის მოშორება"
+
+#. I7e}
+#: toolbar.src
+msgctxt ""
+"toolbar.src\n"
+"RID_BIB_TOOLBAR\n"
+"TBC_BT_COL_ASSIGN\n"
+"toolboxitem.text"
+msgid "Column Arrangement"
+msgstr "სვეტის განლაგება"
+
+#. pr!1
+#: toolbar.src
+msgctxt ""
+"toolbar.src\n"
+"RID_BIB_TOOLBAR\n"
+"TBC_BT_CHANGESOURCE\n"
+"toolboxitem.text"
+msgid "Data Source"
+msgstr "მონაცემთა წყარო"
+
+#. Kp#/
+#: bib.src
+msgctxt ""
+"bib.src\n"
+"RID_BIB_STR_FIELDSELECTION\n"
+"string.text"
msgid "Field selection:"
msgstr "ველის შერჩევა:"
-#: bib.src#RID_BIB_STR_TABWIN_PREFIX.string.text
+#. !{]?
+#: bib.src
+msgctxt ""
+"bib.src\n"
+"RID_BIB_STR_TABWIN_PREFIX\n"
+"string.text"
msgid "Table;Query;Sql;Sql [Native]"
msgstr "ცხრილი;მოთხოვნა;Sql;Sql [Native]"
-#: bib.src#RID_BIB_STR_FRAME_TITLE.string.text
+#. Npkk
+#: bib.src
+msgctxt ""
+"bib.src\n"
+"RID_BIB_STR_FRAME_TITLE\n"
+"string.text"
msgid "Bibliography Database"
msgstr "ბიბლიოგრაფიული მონაცემთა ბაზა"
-#: bib.src#RID_MAP_QUESTION.string.text
+#. 3iZl
+#: bib.src
+msgctxt ""
+"bib.src\n"
+"RID_MAP_QUESTION\n"
+"string.text"
msgid "Do you want to edit the column arrangement?"
msgstr "გსურთ სვეტების განლაგების რედაქტირება?"
-#: sections.src#RID_TP_GENERAL.ST_ERROR_PREFIX.string.text
+#. _;+#
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"RID_TP_GENERAL\n"
+"ST_ERROR_PREFIX\n"
+"string.text"
msgid "The following column names could not be assigned:\n"
msgstr "სვეტებს შემდეგი სახელები ვერ ენიჭება:\n"
-#: sections.src#RID_TP_GENERAL.ST_TYPE_ARTICLE.string.text
+#. ;*(N
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"RID_TP_GENERAL\n"
+"ST_TYPE_ARTICLE\n"
+"string.text"
msgid "Article"
msgstr "სტატია"
-#: sections.src#RID_TP_GENERAL.ST_TYPE_BOOK.string.text
+#. 1fmq
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"RID_TP_GENERAL\n"
+"ST_TYPE_BOOK\n"
+"string.text"
msgid "Book"
msgstr "წიგნი"
-#: sections.src#RID_TP_GENERAL.ST_TYPE_BOOKLET.string.text
+#. cD62
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"RID_TP_GENERAL\n"
+"ST_TYPE_BOOKLET\n"
+"string.text"
msgid "Brochures"
msgstr "ბროშურა"
-#: sections.src#RID_TP_GENERAL.ST_TYPE_CONFERENCE.string.text
-msgctxt "sections.src#RID_TP_GENERAL.ST_TYPE_CONFERENCE.string.text"
+#. [.Aq
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"RID_TP_GENERAL\n"
+"ST_TYPE_CONFERENCE\n"
+"string.text"
msgid "Conference proceedings"
msgstr "კონფერენციის საქციელი"
-#: sections.src#RID_TP_GENERAL.ST_TYPE_INBOOK.string.text
+#. p*hM
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"RID_TP_GENERAL\n"
+"ST_TYPE_INBOOK\n"
+"string.text"
msgid "Book excerpt"
msgstr "წიგნის ამონარიდი"
-#: sections.src#RID_TP_GENERAL.ST_TYPE_INCOLLECTION.string.text
+#. JdB*
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"RID_TP_GENERAL\n"
+"ST_TYPE_INCOLLECTION\n"
+"string.text"
msgid "Book excerpt with title"
msgstr "წიგნის ამონარიდი სათაურით"
-#: sections.src#RID_TP_GENERAL.ST_TYPE_INPROCEEDINGS.string.text
-msgctxt "sections.src#RID_TP_GENERAL.ST_TYPE_INPROCEEDINGS.string.text"
+#. 8y.1
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"RID_TP_GENERAL\n"
+"ST_TYPE_INPROCEEDINGS\n"
+"string.text"
msgid "Conference proceedings"
msgstr "კონფერენციის საქციელი"
-#: sections.src#RID_TP_GENERAL.ST_TYPE_JOURNAL.string.text
+#. JH,h
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"RID_TP_GENERAL\n"
+"ST_TYPE_JOURNAL\n"
+"string.text"
msgid "Journal"
msgstr "ჟურნალი"
-#: sections.src#RID_TP_GENERAL.ST_TYPE_MANUAL.string.text
+#. Tl@B
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"RID_TP_GENERAL\n"
+"ST_TYPE_MANUAL\n"
+"string.text"
msgid "Techn. documentation"
msgstr "ტექნიკური დოკუმენტაცია"
-#: sections.src#RID_TP_GENERAL.ST_TYPE_MASTERSTHESIS.string.text
+#. =rwC
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"RID_TP_GENERAL\n"
+"ST_TYPE_MASTERSTHESIS\n"
+"string.text"
msgid "Thesis"
msgstr "თეზისები"
-#: sections.src#RID_TP_GENERAL.ST_TYPE_MISC.string.text
+#. }C\Z
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"RID_TP_GENERAL\n"
+"ST_TYPE_MISC\n"
+"string.text"
msgid "Miscellaneous"
msgstr "სხვადასხვა"
-#: sections.src#RID_TP_GENERAL.ST_TYPE_PHDTHESIS.string.text
+#. 8zYB
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"RID_TP_GENERAL\n"
+"ST_TYPE_PHDTHESIS\n"
+"string.text"
msgid "Dissertation"
msgstr "დისერტაცია"
-#: sections.src#RID_TP_GENERAL.ST_TYPE_PROCEEDINGS.string.text
-msgctxt "sections.src#RID_TP_GENERAL.ST_TYPE_PROCEEDINGS.string.text"
+#. wb((
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"RID_TP_GENERAL\n"
+"ST_TYPE_PROCEEDINGS\n"
+"string.text"
msgid "Conference proceedings"
msgstr "კონფერენციის საქციელი"
-#: sections.src#RID_TP_GENERAL.ST_TYPE_TECHREPORT.string.text
+#. 0G{o
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"RID_TP_GENERAL\n"
+"ST_TYPE_TECHREPORT\n"
+"string.text"
msgid "Research report"
msgstr "კვლევის ანგარიში"
-#: sections.src#RID_TP_GENERAL.ST_TYPE_UNPUBLISHED.string.text
+#. t03R
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"RID_TP_GENERAL\n"
+"ST_TYPE_UNPUBLISHED\n"
+"string.text"
msgid "Unpublished"
msgstr "გამოუქვეყნებელი"
-#: sections.src#RID_TP_GENERAL.ST_TYPE_EMAIL.string.text
+#. bKkA
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"RID_TP_GENERAL\n"
+"ST_TYPE_EMAIL\n"
+"string.text"
msgid "e-mail"
msgstr "ელფოსტა"
-#: sections.src#RID_TP_GENERAL.ST_TYPE_WWW.string.text
+#. {\=i
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"RID_TP_GENERAL\n"
+"ST_TYPE_WWW\n"
+"string.text"
msgid "WWW document"
msgstr "WWW დოკუმენტი"
-#: sections.src#RID_TP_GENERAL.ST_TYPE_CUSTOM1.string.text
+#. lK:k
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"RID_TP_GENERAL\n"
+"ST_TYPE_CUSTOM1\n"
+"string.text"
msgid "User-defined1"
msgstr "მომხმარებლის მიერ განსაზღვრული1"
-#: sections.src#RID_TP_GENERAL.ST_TYPE_CUSTOM2.string.text
+#. ,fWi
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"RID_TP_GENERAL\n"
+"ST_TYPE_CUSTOM2\n"
+"string.text"
msgid "User-defined2"
msgstr "მომხმარებლის მიერ განსაზღვრული2"
-#: sections.src#RID_TP_GENERAL.ST_TYPE_CUSTOM3.string.text
+#. -3Q0
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"RID_TP_GENERAL\n"
+"ST_TYPE_CUSTOM3\n"
+"string.text"
msgid "User-defined3"
msgstr "მომხმარებლის მიერ განსაზღვრული3"
-#: sections.src#RID_TP_GENERAL.ST_TYPE_CUSTOM4.string.text
+#. dUYp
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"RID_TP_GENERAL\n"
+"ST_TYPE_CUSTOM4\n"
+"string.text"
msgid "User-defined4"
msgstr "მომხმარებლის მიერ განსაზღვრული4"
-#: sections.src#RID_TP_GENERAL.ST_TYPE_CUSTOM5.string.text
+#. eDcN
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"RID_TP_GENERAL\n"
+"ST_TYPE_CUSTOM5\n"
+"string.text"
msgid "User-defined5"
msgstr "მომხმარებლის მიერ განსაზღვრული5"
-#: sections.src#RID_TP_GENERAL.tabpage.text
+#. ;|`$
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"RID_TP_GENERAL\n"
+"tabpage.text"
msgid "General"
msgstr "ზოგადი"
-#: sections.src#RID_POPUP_ME_VIEW.PU_INSERT.menuitem.text
+#. k4y+
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"RID_POPUP_ME_VIEW\n"
+"PU_INSERT\n"
+"menuitem.text"
msgid "Insert Section..."
msgstr "ჩასვი განყოფილება... "
-#: sections.src#RID_POPUP_ME_VIEW.PU_REMOVE.menuitem.text
+#. e(F]
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"RID_POPUP_ME_VIEW\n"
+"PU_REMOVE\n"
+"menuitem.text"
msgid "Delete Section..."
msgstr "წაშალე განყოფილება..."
-#: sections.src#RID_POPUP_ME_VIEW.PU_CHG_NAME.menuitem.text
+#. v$!9
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"RID_POPUP_ME_VIEW\n"
+"PU_CHG_NAME\n"
+"menuitem.text"
msgid "Modify Name..."
msgstr "შეცვალე სახელი..."
-#: sections.src#ST_IDENTIFIER.string.text
+#. Vtq4
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_IDENTIFIER\n"
+"string.text"
msgid "~Short name"
msgstr "~მოკლე სახელი"
-#: sections.src#ST_AUTHTYPE.string.text
+#. I3)Y
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_AUTHTYPE\n"
+"string.text"
msgid "~Type"
msgstr "~ტიპი"
-#: sections.src#ST_YEAR.string.text
+#. Y#d(
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_YEAR\n"
+"string.text"
msgid "~Year"
msgstr "წ~ელი"
-#: sections.src#ST_AUTHOR.string.text
+#. DjB2
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_AUTHOR\n"
+"string.text"
msgid "Author(s)"
msgstr "ავტორ(ები)ი"
-#: sections.src#ST_TITLE.string.text
+#. PHsi
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_TITLE\n"
+"string.text"
msgid "Tit~le"
msgstr "სათა~ური"
-#: sections.src#ST_PUBLISHER.string.text
+#. *,8A
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_PUBLISHER\n"
+"string.text"
msgid "~Publisher"
msgstr "~გამომცემელი"
-#: sections.src#ST_ADDRESS.string.text
+#. Z__r
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_ADDRESS\n"
+"string.text"
msgid "A~ddress"
msgstr "~მისამართი"
-#: sections.src#ST_ISBN.string.text
+#. ;ep$
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_ISBN\n"
+"string.text"
msgid "~ISBN"
msgstr "~ISBN"
-#: sections.src#ST_CHAPTER.string.text
+#. r*ku
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_CHAPTER\n"
+"string.text"
msgid "~Chapter"
msgstr "თ~ავი"
-#: sections.src#ST_PAGE.string.text
+#. TmGf
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_PAGE\n"
+"string.text"
msgid "Pa~ge(s)"
msgstr "გ~ვერდ(ებ)ი"
-#: sections.src#ST_EDITOR.string.text
+#. bPZS
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_EDITOR\n"
+"string.text"
msgid "Editor"
msgstr "რედაქტორი"
-#: sections.src#ST_EDITION.string.text
+#. dPQC
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_EDITION\n"
+"string.text"
msgid "Ed~ition"
msgstr "გა~მოცემა"
-#: sections.src#ST_BOOKTITLE.string.text
+#. DF`,
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_BOOKTITLE\n"
+"string.text"
msgid "~Book title"
msgstr "წ~იგნის სათაური"
-#: sections.src#ST_VOLUME.string.text
+#. 7,dY
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_VOLUME\n"
+"string.text"
msgid "Volume"
msgstr "ტომი"
-#: sections.src#ST_HOWPUBLISHED.string.text
+#. @b{R
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_HOWPUBLISHED\n"
+"string.text"
msgid "Publication t~ype"
msgstr "პუბლიკაციი ~ტიპი"
-#: sections.src#ST_ORGANIZATION.string.text
+#. X8VI
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_ORGANIZATION\n"
+"string.text"
msgid "Organi~zation"
msgstr "ორგანი~ზაცია"
-#: sections.src#ST_INSTITUTION.string.text
+#. *?bv
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_INSTITUTION\n"
+"string.text"
msgid "Instit~ution"
msgstr "ინს~ტიტუტი"
-#: sections.src#ST_SCHOOL.string.text
+#. 7UuL
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_SCHOOL\n"
+"string.text"
msgid "University"
msgstr "უნივერსიტეტი"
-#: sections.src#ST_REPORT.string.text
+#. [A!K
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_REPORT\n"
+"string.text"
msgid "Type of re~port"
msgstr "ა~ნგარიშის ტიპი"
-#: sections.src#ST_MONTH.string.text
+#. Y9}k
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_MONTH\n"
+"string.text"
msgid "~Month"
msgstr "თ~ვე"
-#: sections.src#ST_JOURNAL.string.text
+#. [1\(
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_JOURNAL\n"
+"string.text"
msgid "~Journal"
msgstr "ჟ~ურნალი"
-#: sections.src#ST_NUMBER.string.text
+#. sr\i
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_NUMBER\n"
+"string.text"
msgid "Numb~er"
msgstr "ნო~მერი"
-#: sections.src#ST_SERIES.string.text
+#. r;~e
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_SERIES\n"
+"string.text"
msgid "Se~ries"
msgstr "სე~რია"
-#: sections.src#ST_ANNOTE.string.text
+#. L|jB
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_ANNOTE\n"
+"string.text"
msgid "Ann~otation"
msgstr "ა~ნოტაცია"
-#: sections.src#ST_NOTE.string.text
+#. ]bo0
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_NOTE\n"
+"string.text"
msgid "~Note"
msgstr "შ~ენიშვნა"
-#: sections.src#ST_URL.string.text
+#. M*U:
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_URL\n"
+"string.text"
msgid "URL"
msgstr "URL"
-#: sections.src#ST_CUSTOM1.string.text
+#. FPm5
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_CUSTOM1\n"
+"string.text"
msgid "User-defined field ~1"
msgstr "მომხმარებლის მიერ განსაზღვრული ველი ~1"
-#: sections.src#ST_CUSTOM2.string.text
+#. XKC]
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_CUSTOM2\n"
+"string.text"
msgid "User-defined field ~2"
msgstr "მომხმარებლის მიერ განსაზღვრული ველი ~2"
-#: sections.src#ST_CUSTOM3.string.text
+#. _Eg/
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_CUSTOM3\n"
+"string.text"
msgid "User-defined field ~3"
msgstr "მომხმარებლის მიერ განსაზღვრული ველი ~3"
-#: sections.src#ST_CUSTOM4.string.text
+#. #c=)
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_CUSTOM4\n"
+"string.text"
msgid "User-defined field ~4"
msgstr "მომხმარებლის მიერ განსაზღვრული ველი ~4"
-#: sections.src#ST_CUSTOM5.string.text
+#. 7%j|
+#: sections.src
+msgctxt ""
+"sections.src\n"
+"ST_CUSTOM5\n"
+"string.text"
msgid "User-defined field ~5"
msgstr "მომხმარებლის მიერ განსაზღვრული ველი ~5"
-
-#: toolbar.src#RID_BIB_TOOLBAR.TBC_FT_SOURCE.toolboxitem.text
-msgid "Table"
-msgstr "ცხრილი"
-
-#: toolbar.src#RID_BIB_TOOLBAR.TBC_FT_QUERY.toolboxitem.text
-msgid "Search Key"
-msgstr "ძებნის გასაღები"
-
-#: toolbar.src#RID_BIB_TOOLBAR.TBC_BT_AUTOFILTER.toolboxitem.text
-msgid "AutoFilter"
-msgstr "ავტოფილტრი"
-
-#: toolbar.src#RID_BIB_TOOLBAR.TBC_BT_FILTERCRIT.toolboxitem.text
-msgid "Standard Filter"
-msgstr "სტანდარტული ფილტრი"
-
-#: toolbar.src#RID_BIB_TOOLBAR.TBC_BT_REMOVEFILTER.toolboxitem.text
-msgid "Remove Filter"
-msgstr "ფილტრის მოშორება"
-
-#: toolbar.src#RID_BIB_TOOLBAR.TBC_BT_COL_ASSIGN.toolboxitem.text
-msgid "Column Arrangement"
-msgstr "სვეტის განლაგება"
-
-#: toolbar.src#RID_BIB_TOOLBAR.TBC_BT_CHANGESOURCE.toolboxitem.text
-msgid "Data Source"
-msgstr "მონაცემთა წყარო"
-
-#: datman.src#RID_DLG_MAPPING.GB_MAPPING.fixedline.text
-msgid "Column names"
-msgstr "სვეტის სახელწოდება"
-
-#: datman.src#RID_DLG_MAPPING.ST_NONE.string.text
-msgid "<none>"
-msgstr "<არცერთი>"
-
-#: datman.src#RID_DLG_MAPPING.modaldialog.text
-msgid "Column Layout for Table %1"
-msgstr "სვეტის განლაგება %1 ცხრილისათვის"
-
-#: datman.src#RID_DLG_DBCHANGE.ST_ENTRY.string.text
-msgid "Entry"
-msgstr "ჩანაწერი"
-
-#: datman.src#RID_DLG_DBCHANGE.modaldialog.text
-msgid "Choose Data Source"
-msgstr "აირჩიე მონაცემთა წყარო"
diff --git a/source/ka/extensions/source/dbpilots.po b/source/ka/extensions/source/dbpilots.po
index 7d7f37f5e17..712a0585b20 100644
--- a/source/ka/extensions/source/dbpilots.po
+++ b/source/ka/extensions/source/dbpilots.po
@@ -1,9 +1,9 @@
-#. extracted from extensions/source/dbpilots.oo
+#. extracted from extensions/source/dbpilots
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+extensions%2Fsource%2Fdbpilots.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,124 +12,83 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: dbpilots.src#RID_DLG_GROUPBOXWIZARD.modaldialog.text
-msgid "Group Element Wizard"
-msgstr "ჯგუფის ელემენტების ოსტატი"
-
-#: dbpilots.src#RID_DLG_GRIDWIZARD.modaldialog.text
-msgid "Table Element Wizard"
-msgstr "ცხრილის ელემენტების გიდი"
-
-#: dbpilots.src#RID_STR_LISTWIZARD_TITLE.string.text
-msgid "List Box Wizard"
-msgstr "სიის ველის გიდი"
-
-#: dbpilots.src#RID_STR_COMBOWIZARD_TITLE.string.text
-msgid "Combo Box Wizard"
-msgstr "კომბო-ველის გიდი"
-
-#: dbpilots.src#RID_STR_COULDNOTOPENTABLE.string.text
-msgid "The table connection to the data source could not be established."
-msgstr "ცხრილის კავშირი მონაცემთა წყაროსთან ვერ მყარდება."
-
-#: groupboxpages.src#RID_PAGE_GROUPRADIOSELECTION.FT_RADIOLABELS.fixedtext.text
-msgid "Which ~names do you want to give the option fields?"
-msgstr "რა ~სახელები გინდათ მიანიჭოთ ვარიანტის ველებს?"
-
-#: groupboxpages.src#RID_PAGE_GROUPRADIOSELECTION.FT_RADIOBUTTONS.fixedtext.text
-msgctxt "groupboxpages.src#RID_PAGE_GROUPRADIOSELECTION.FT_RADIOBUTTONS.fixedtext.text"
-msgid "~Option fields"
-msgstr "~პარამეტრების ველები"
-
-#: groupboxpages.src#RID_PAGE_GROUPRADIOSELECTION.tabpage.text
-msgctxt "groupboxpages.src#RID_PAGE_GROUPRADIOSELECTION.tabpage.text"
-msgid "Data"
-msgstr "მონაცემები"
-
-#: groupboxpages.src#RID_PAGE_DEFAULTFIELDSELECTION.FT_DEFAULTSELECTION.fixedtext.text
-msgid "Should one option field be selected as a default?"
-msgstr "იქნეს ერთი ვარიანტის ველი არჩეული როგორც ძირითადი?"
-
-#: groupboxpages.src#RID_PAGE_DEFAULTFIELDSELECTION.RB_DEFSELECTION_YES.radiobutton.text
-msgid "~Yes, the following:"
-msgstr "~დიახ, შემდეგი:"
-
-#: groupboxpages.src#RID_PAGE_DEFAULTFIELDSELECTION.RB_DEFSELECTION_NO.radiobutton.text
-msgid "No, one particular field is not going to be selected."
-msgstr "არა, ერთი კონკრეტული ველი არ იქნება არჩეული."
-
-#: groupboxpages.src#RID_PAGE_DEFAULTFIELDSELECTION.tabpage.text
-msgid "Default Field Selection"
-msgstr "ძირითადი ველის არჩევა"
-
-#: groupboxpages.src#RID_PAGE_OPTIONVALUES.FT_OPTIONVALUES_EXPL.fixedtext.text
-msgid "When you select an option, the option group is given a specific value."
-msgstr "როდესაც აირჩევთ ვარიანტს, ვარიანტების ჯგუფს ეძლევა სპეციფიკური მნიშვნელობა."
-
-#: groupboxpages.src#RID_PAGE_OPTIONVALUES.FT_OPTIONVALUES.fixedtext.text
-msgid "Which ~value do you want to assign to each option?"
-msgstr "რა ~მნიშვნელობა გინდათ მიანიჭოთ თითოეულ ვარიანტს?"
-
-#: groupboxpages.src#RID_PAGE_OPTIONVALUES.FT_RADIOBUTTONS.fixedtext.text
-msgctxt "groupboxpages.src#RID_PAGE_OPTIONVALUES.FT_RADIOBUTTONS.fixedtext.text"
-msgid "~Option fields"
-msgstr "~პარამეტრების ველები"
-
-#: groupboxpages.src#RID_PAGE_OPTIONVALUES.tabpage.text
-msgid "Field Values"
-msgstr "ველის მნიშვნელობები"
-
-#: groupboxpages.src#RID_PAGE_OPTIONS_FINAL.FT_NAMEIT.fixedtext.text
-msgid "Which ~caption is to be given to your option group?"
-msgstr "რომელი ~წარწერა უნდა დაერქვას თქვენს ვარიანტების ჯგუფს?"
-
-#: groupboxpages.src#RID_PAGE_OPTIONS_FINAL.FT_THATSALL.fixedtext.text
-msgid "These were all details needed to create the option group."
-msgstr "ეს იყო ვარიანტების ჯგუფის შესაქმნელად საჭირო ყველა დეტალი."
-
-#: groupboxpages.src#RID_PAGE_OPTIONS_FINAL.tabpage.text
-msgid "Create Option Group"
-msgstr "შექმენი ვარიანტების ჯგუფი"
-
-#: groupboxpages.src#RID_STR_GROUPWIZ_DBFIELD.string.text
-msgid "You can either save the value of the option group in a database field or use it for a later action."
-msgstr "თქვენ შეგიძლიათ შეინახოთ ვარიანტების ჯგუფის მნიშვნელობა მონაცემთა ბაზაში ან გამოიყენოთ ის შემდეგი მოქმედებისთვის."
-
-#: gridpages.src#RID_PAGE_GW_FIELDSELECTION.FL_FRAME.fixedline.text
+#. $j3G
+#: gridpages.src
+msgctxt ""
+"gridpages.src\n"
+"RID_PAGE_GW_FIELDSELECTION\n"
+"FL_FRAME\n"
+"fixedline.text"
msgid "Table element"
msgstr "ცხრილის ელემენტი"
-#: gridpages.src#RID_PAGE_GW_FIELDSELECTION.FT_EXISTING_FIELDS.fixedtext.text
-msgctxt "gridpages.src#RID_PAGE_GW_FIELDSELECTION.FT_EXISTING_FIELDS.fixedtext.text"
+#. :_jY
+#: gridpages.src
+msgctxt ""
+"gridpages.src\n"
+"RID_PAGE_GW_FIELDSELECTION\n"
+"FT_EXISTING_FIELDS\n"
+"fixedtext.text"
msgid "Existing fields"
msgstr "არსებული ველები"
-#: gridpages.src#RID_PAGE_GW_FIELDSELECTION.FT_SELECTED_FIELDS.fixedtext.text
+#. #:,M
+#: gridpages.src
+msgctxt ""
+"gridpages.src\n"
+"RID_PAGE_GW_FIELDSELECTION\n"
+"FT_SELECTED_FIELDS\n"
+"fixedtext.text"
msgid "Selected fields"
msgstr "არჩეული ველები"
-#: gridpages.src#RID_PAGE_GW_FIELDSELECTION.tabpage.text
-msgctxt "gridpages.src#RID_PAGE_GW_FIELDSELECTION.tabpage.text"
+#. 1o.W
+#: gridpages.src
+msgctxt ""
+"gridpages.src\n"
+"RID_PAGE_GW_FIELDSELECTION\n"
+"tabpage.text"
msgid "Field Selection"
msgstr "ველის მონიშვნა"
-#: gridpages.src#RID_STR_DATEPOSTFIX.string.text
+#. YRh3
+#: gridpages.src
+msgctxt ""
+"gridpages.src\n"
+"RID_STR_DATEPOSTFIX\n"
+"string.text"
msgid " (Date)"
msgstr " (თარიღი)"
-#: gridpages.src#RID_STR_TIMEPOSTFIX.string.text
+#. f6a;
+#: gridpages.src
+msgctxt ""
+"gridpages.src\n"
+"RID_STR_TIMEPOSTFIX\n"
+"string.text"
msgid " (Time)"
msgstr " (დრო)"
-#: commonpagesdbp.src#RID_PAGE_TABLESELECTION.FL_DATA.fixedline.text
-msgctxt "commonpagesdbp.src#RID_PAGE_TABLESELECTION.FL_DATA.fixedline.text"
+#. ssgQ
+#: commonpagesdbp.src
+msgctxt ""
+"commonpagesdbp.src\n"
+"RID_PAGE_TABLESELECTION\n"
+"FL_DATA\n"
+"fixedline.text"
msgid "Data"
msgstr "მონაცემები"
-#: commonpagesdbp.src#RID_PAGE_TABLESELECTION.FT_EXPLANATION.fixedtext.text
+#. (Gpo
+#: commonpagesdbp.src
+msgctxt ""
+"commonpagesdbp.src\n"
+"RID_PAGE_TABLESELECTION\n"
+"FT_EXPLANATION\n"
+"fixedtext.text"
msgid ""
"Currently, the form the control belongs to is not (or not completely) bound to a data source.\n"
"\n"
@@ -145,72 +104,168 @@ msgstr ""
"\n"
"გთხოვთ გაითვალისწინოთ, რომ ამ გვერდზე დაყენებული პარამეტრები ძალაში შევა მყისიერად ამ გვერდის დატოვებისთანავე."
-#: commonpagesdbp.src#RID_PAGE_TABLESELECTION.FT_DATASOURCE.fixedtext.text
+#. NusL
+#: commonpagesdbp.src
+msgctxt ""
+"commonpagesdbp.src\n"
+"RID_PAGE_TABLESELECTION\n"
+"FT_DATASOURCE\n"
+"fixedtext.text"
msgid "~Data source:"
msgstr "~მონაცემთა წყარო:"
-#: commonpagesdbp.src#RID_PAGE_TABLESELECTION.PB_FORMDATASOURCE.pushbutton.text
+#. LWd7
+#: commonpagesdbp.src
+msgctxt ""
+"commonpagesdbp.src\n"
+"RID_PAGE_TABLESELECTION\n"
+"PB_FORMDATASOURCE\n"
+"pushbutton.text"
msgid "~..."
msgstr "~..."
-#: commonpagesdbp.src#RID_PAGE_TABLESELECTION.FT_TABLE.fixedtext.text
+#. JB;F
+#: commonpagesdbp.src
+msgctxt ""
+"commonpagesdbp.src\n"
+"RID_PAGE_TABLESELECTION\n"
+"FT_TABLE\n"
+"fixedtext.text"
msgid "~Table / Query:"
msgstr "~ცხრილი / მოთხოვნა:"
-#: commonpagesdbp.src#RID_PAGE_TABLESELECTION.tabpage.text
-msgctxt "commonpagesdbp.src#RID_PAGE_TABLESELECTION.tabpage.text"
+#. Or?S
+#: commonpagesdbp.src
+msgctxt ""
+"commonpagesdbp.src\n"
+"RID_PAGE_TABLESELECTION\n"
+"tabpage.text"
msgid "Data"
msgstr "მონაცემები"
-#: commonpagesdbp.src#RID_PAGE_OPTION_DBFIELD.FT_DATABASEFIELD_QUEST.fixedtext.text
+#. b3fR
+#: commonpagesdbp.src
+msgctxt ""
+"commonpagesdbp.src\n"
+"RID_PAGE_OPTION_DBFIELD\n"
+"FT_DATABASEFIELD_QUEST\n"
+"fixedtext.text"
msgid "Do you want to save the value in a database field?"
msgstr "გსურთ შეინახოთ მნიშვნელობა მონაცემთა ბაზის ველში?"
-#: commonpagesdbp.src#RID_PAGE_OPTION_DBFIELD.RB_STOREINFIELD_YES.radiobutton.text
+#. jj8n
+#: commonpagesdbp.src
+msgctxt ""
+"commonpagesdbp.src\n"
+"RID_PAGE_OPTION_DBFIELD\n"
+"RB_STOREINFIELD_YES\n"
+"radiobutton.text"
msgid "~Yes, I want to save it in the following database field:"
msgstr "~დიახ, მე მსურს მისი შენახვა შემდეგ მონაცემთა ბაზის ველში:"
-#: commonpagesdbp.src#RID_PAGE_OPTION_DBFIELD.RB_STOREINFIELD_NO.radiobutton.text
+#. c~:7
+#: commonpagesdbp.src
+msgctxt ""
+"commonpagesdbp.src\n"
+"RID_PAGE_OPTION_DBFIELD\n"
+"RB_STOREINFIELD_NO\n"
+"radiobutton.text"
msgid "~No, I only want to save the value in the form."
msgstr "~არა, მე მხოლოდ მინდა ფორმაში მნიშვნელობის შენახვა."
-#: commonpagesdbp.src#RID_PAGE_OPTION_DBFIELD.tabpage.text
+#. `:,h
+#: commonpagesdbp.src
+msgctxt ""
+"commonpagesdbp.src\n"
+"RID_PAGE_OPTION_DBFIELD\n"
+"tabpage.text"
msgid "Database Field"
msgstr "მონაცემთა ბაზის ველი"
-#: commonpagesdbp.src#RID_PAGE_FORM_DATASOURCE_STATUS.FL_FORMSETINGS.fixedline.text
+#. %E`E
+#: commonpagesdbp.src
+msgctxt ""
+"commonpagesdbp.src\n"
+"RID_PAGE_FORM_DATASOURCE_STATUS\n"
+"FL_FORMSETINGS\n"
+"fixedline.text"
msgid "Form"
msgstr "ფორმა"
-#: commonpagesdbp.src#RID_PAGE_FORM_DATASOURCE_STATUS.FT_FORMDATASOURCELABEL.fixedtext.text
+#. f7bX
+#: commonpagesdbp.src
+msgctxt ""
+"commonpagesdbp.src\n"
+"RID_PAGE_FORM_DATASOURCE_STATUS\n"
+"FT_FORMDATASOURCELABEL\n"
+"fixedtext.text"
msgid "Data source"
msgstr "მონაცემთა წყარო"
-#: commonpagesdbp.src#RID_PAGE_FORM_DATASOURCE_STATUS.FT_FORMCONTENTTYPELABEL.fixedtext.text
+#. W+#i
+#: commonpagesdbp.src
+msgctxt ""
+"commonpagesdbp.src\n"
+"RID_PAGE_FORM_DATASOURCE_STATUS\n"
+"FT_FORMCONTENTTYPELABEL\n"
+"fixedtext.text"
msgid "Content type"
msgstr "შინაარსის ტიპი"
-#: commonpagesdbp.src#RID_PAGE_FORM_DATASOURCE_STATUS.FT_FORMTABLELABEL.fixedtext.text
+#. gz2*
+#: commonpagesdbp.src
+msgctxt ""
+"commonpagesdbp.src\n"
+"RID_PAGE_FORM_DATASOURCE_STATUS\n"
+"FT_FORMTABLELABEL\n"
+"fixedtext.text"
msgid "Content"
msgstr "შინაარსი"
-#: commonpagesdbp.src#RID_STR_TYPE_TABLE.string.text
+#. +`K`
+#: commonpagesdbp.src
+msgctxt ""
+"commonpagesdbp.src\n"
+"RID_STR_TYPE_TABLE\n"
+"string.text"
msgid "Table"
msgstr "ცხრილი"
-#: commonpagesdbp.src#RID_STR_TYPE_QUERY.string.text
+#. ku*E
+#: commonpagesdbp.src
+msgctxt ""
+"commonpagesdbp.src\n"
+"RID_STR_TYPE_QUERY\n"
+"string.text"
msgid "Query"
msgstr "მოთხოვნა"
-#: commonpagesdbp.src#RID_STR_TYPE_COMMAND.string.text
+#. YUJ,
+#: commonpagesdbp.src
+msgctxt ""
+"commonpagesdbp.src\n"
+"RID_STR_TYPE_COMMAND\n"
+"string.text"
msgid "SQL command"
msgstr "SQL ბრძანება"
-#: listcombopages.src#RID_PAGE_LCW_CONTENTSELECTION_TABLE.FL_FRAME.fixedline.text
+#. P$*+
+#: listcombopages.src
+msgctxt ""
+"listcombopages.src\n"
+"RID_PAGE_LCW_CONTENTSELECTION_TABLE\n"
+"FL_FRAME\n"
+"fixedline.text"
msgid "Control"
msgstr "კონტროლი"
-#: listcombopages.src#RID_PAGE_LCW_CONTENTSELECTION_TABLE.FT_SELECTTABLE_LABEL.fixedtext.text
+#. BU8b
+#: listcombopages.src
+msgctxt ""
+"listcombopages.src\n"
+"RID_PAGE_LCW_CONTENTSELECTION_TABLE\n"
+"FT_SELECTTABLE_LABEL\n"
+"fixedtext.text"
msgid ""
"On the right side, you see all the tables from the data source of the form.\n"
"\n"
@@ -222,48 +277,298 @@ msgstr ""
"\n"
"აირჩიეთ ცხრილი, რომლიდანაც მონაცემები გამოყენებული იქნება როგორც სიის შინაარსის ბაზისი:"
-#: listcombopages.src#RID_PAGE_LCW_CONTENTSELECTION_TABLE.tabpage.text
+#. l`Pq
+#: listcombopages.src
+msgctxt ""
+"listcombopages.src\n"
+"RID_PAGE_LCW_CONTENTSELECTION_TABLE\n"
+"tabpage.text"
msgid "Table Selection"
msgstr "ცხრილის მონიშვნა"
-#: listcombopages.src#RID_PAGE_LCW_CONTENTSELECTION_FIELD.FT_TABLEFIELDS.fixedtext.text
-msgctxt "listcombopages.src#RID_PAGE_LCW_CONTENTSELECTION_FIELD.FT_TABLEFIELDS.fixedtext.text"
+#. sd!v
+#: listcombopages.src
+msgctxt ""
+"listcombopages.src\n"
+"RID_PAGE_LCW_CONTENTSELECTION_FIELD\n"
+"FT_TABLEFIELDS\n"
+"fixedtext.text"
msgid "Existing fields"
msgstr "არსებული ველები"
-#: listcombopages.src#RID_PAGE_LCW_CONTENTSELECTION_FIELD.FT_DISPLAYEDFIELD.fixedtext.text
+#. 8nq/
+#: listcombopages.src
+msgctxt ""
+"listcombopages.src\n"
+"RID_PAGE_LCW_CONTENTSELECTION_FIELD\n"
+"FT_DISPLAYEDFIELD\n"
+"fixedtext.text"
msgid "Display field"
msgstr "ველის ჩვენება"
-#: listcombopages.src#RID_PAGE_LCW_CONTENTSELECTION_FIELD.STR_FIELDINFO_COMBOBOX.string.text
+#. V#k%
+#: listcombopages.src
+msgctxt ""
+"listcombopages.src\n"
+"RID_PAGE_LCW_CONTENTSELECTION_FIELD\n"
+"STR_FIELDINFO_COMBOBOX\n"
+"string.text"
msgid "The contents of the field selected will be shown in the combo box list."
msgstr "არჩეული ველის შინაარსი გამოჩნდება როგორც კომბო-ველის სია."
-#: listcombopages.src#RID_PAGE_LCW_CONTENTSELECTION_FIELD.STR_FIELDINFO_LISTBOX.string.text
+#. n4cy
+#: listcombopages.src
+msgctxt ""
+"listcombopages.src\n"
+"RID_PAGE_LCW_CONTENTSELECTION_FIELD\n"
+"STR_FIELDINFO_LISTBOX\n"
+"string.text"
msgid "The contents of the selected field will be shown in the list box if the linked fields are identical."
msgstr "თუ დაკავშირებული ველები იდენტურია, მონიშნული ველის შინაარსი სიის ველიში გამოჩნდება."
-#: listcombopages.src#RID_PAGE_LCW_CONTENTSELECTION_FIELD.tabpage.text
-msgctxt "listcombopages.src#RID_PAGE_LCW_CONTENTSELECTION_FIELD.tabpage.text"
+#. KvoZ
+#: listcombopages.src
+msgctxt ""
+"listcombopages.src\n"
+"RID_PAGE_LCW_CONTENTSELECTION_FIELD\n"
+"tabpage.text"
msgid "Field Selection"
msgstr "ველის მონიშვნა"
-#: listcombopages.src#RID_PAGE_LCW_FIELDLINK.FT_FIELDLINK_DESC.fixedtext.text
+#. ,`\f
+#: listcombopages.src
+msgctxt ""
+"listcombopages.src\n"
+"RID_PAGE_LCW_FIELDLINK\n"
+"FT_FIELDLINK_DESC\n"
+"fixedtext.text"
msgid "This is where you select fields with matching contents so that the value from the display field will be shown."
msgstr ""
-#: listcombopages.src#RID_PAGE_LCW_FIELDLINK.FT_VALUELISTFIELD.fixedtext.text
+#. jBo1
+#: listcombopages.src
+msgctxt ""
+"listcombopages.src\n"
+"RID_PAGE_LCW_FIELDLINK\n"
+"FT_VALUELISTFIELD\n"
+"fixedtext.text"
msgid "Field from the ~Value Table"
msgstr "ველი ~მნიშვნელობის ცხრილიდან"
-#: listcombopages.src#RID_PAGE_LCW_FIELDLINK.FT_TABLEFIELD.fixedtext.text
+#. ?dLF
+#: listcombopages.src
+msgctxt ""
+"listcombopages.src\n"
+"RID_PAGE_LCW_FIELDLINK\n"
+"FT_TABLEFIELD\n"
+"fixedtext.text"
msgid "Field from the ~List Table"
msgstr "ველი ~სიის ცხრილიდან"
-#: listcombopages.src#RID_PAGE_LCW_FIELDLINK.tabpage.text
+#. Lu=F
+#: listcombopages.src
+msgctxt ""
+"listcombopages.src\n"
+"RID_PAGE_LCW_FIELDLINK\n"
+"tabpage.text"
msgid "Field Link"
msgstr "ველის ბმული"
-#: listcombopages.src#RID_STR_COMBOWIZ_DBFIELD.string.text
+#. ,XBB
+#: listcombopages.src
+msgctxt ""
+"listcombopages.src\n"
+"RID_STR_COMBOWIZ_DBFIELD\n"
+"string.text"
msgid "You can either save the value of the combo box in a database field or use it for display purposes."
msgstr "თქვენ შეგიძლიათ შეინახოთ კომბო-ველის მნიშვნელობა მონაცემთა ბაზაში ან გამოიყენოთ იგი ჩვენებისთვის."
+
+#. *d$D
+#: dbpilots.src
+msgctxt ""
+"dbpilots.src\n"
+"RID_DLG_GROUPBOXWIZARD\n"
+"modaldialog.text"
+msgid "Group Element Wizard"
+msgstr "ჯგუფის ელემენტების ოსტატი"
+
+#. ^P)8
+#: dbpilots.src
+msgctxt ""
+"dbpilots.src\n"
+"RID_DLG_GRIDWIZARD\n"
+"modaldialog.text"
+msgid "Table Element Wizard"
+msgstr "ცხრილის ელემენტების გიდი"
+
+#. HVB\
+#: dbpilots.src
+msgctxt ""
+"dbpilots.src\n"
+"RID_STR_LISTWIZARD_TITLE\n"
+"string.text"
+msgid "List Box Wizard"
+msgstr "სიის ველის გიდი"
+
+#. Sf5W
+#: dbpilots.src
+msgctxt ""
+"dbpilots.src\n"
+"RID_STR_COMBOWIZARD_TITLE\n"
+"string.text"
+msgid "Combo Box Wizard"
+msgstr "კომბო-ველის გიდი"
+
+#. D5#]
+#: dbpilots.src
+msgctxt ""
+"dbpilots.src\n"
+"RID_STR_COULDNOTOPENTABLE\n"
+"string.text"
+msgid "The table connection to the data source could not be established."
+msgstr "ცხრილის კავშირი მონაცემთა წყაროსთან ვერ მყარდება."
+
+#. yhZH
+#: groupboxpages.src
+msgctxt ""
+"groupboxpages.src\n"
+"RID_PAGE_GROUPRADIOSELECTION\n"
+"FT_RADIOLABELS\n"
+"fixedtext.text"
+msgid "Which ~names do you want to give the option fields?"
+msgstr "რა ~სახელები გინდათ მიანიჭოთ ვარიანტის ველებს?"
+
+#. |m2@
+#: groupboxpages.src
+msgctxt ""
+"groupboxpages.src\n"
+"RID_PAGE_GROUPRADIOSELECTION\n"
+"FT_RADIOBUTTONS\n"
+"fixedtext.text"
+msgid "~Option fields"
+msgstr "~პარამეტრების ველები"
+
+#. RM_V
+#: groupboxpages.src
+msgctxt ""
+"groupboxpages.src\n"
+"RID_PAGE_GROUPRADIOSELECTION\n"
+"tabpage.text"
+msgid "Data"
+msgstr "მონაცემები"
+
+#. q]+)
+#: groupboxpages.src
+msgctxt ""
+"groupboxpages.src\n"
+"RID_PAGE_DEFAULTFIELDSELECTION\n"
+"FT_DEFAULTSELECTION\n"
+"fixedtext.text"
+msgid "Should one option field be selected as a default?"
+msgstr "იქნეს ერთი ვარიანტის ველი არჩეული როგორც ძირითადი?"
+
+#. ^\h?
+#: groupboxpages.src
+msgctxt ""
+"groupboxpages.src\n"
+"RID_PAGE_DEFAULTFIELDSELECTION\n"
+"RB_DEFSELECTION_YES\n"
+"radiobutton.text"
+msgid "~Yes, the following:"
+msgstr "~დიახ, შემდეგი:"
+
+#. pa#G
+#: groupboxpages.src
+msgctxt ""
+"groupboxpages.src\n"
+"RID_PAGE_DEFAULTFIELDSELECTION\n"
+"RB_DEFSELECTION_NO\n"
+"radiobutton.text"
+msgid "No, one particular field is not going to be selected."
+msgstr "არა, ერთი კონკრეტული ველი არ იქნება არჩეული."
+
+#. w!)y
+#: groupboxpages.src
+msgctxt ""
+"groupboxpages.src\n"
+"RID_PAGE_DEFAULTFIELDSELECTION\n"
+"tabpage.text"
+msgid "Default Field Selection"
+msgstr "ძირითადი ველის არჩევა"
+
+#. G3K[
+#: groupboxpages.src
+msgctxt ""
+"groupboxpages.src\n"
+"RID_PAGE_OPTIONVALUES\n"
+"FT_OPTIONVALUES_EXPL\n"
+"fixedtext.text"
+msgid "When you select an option, the option group is given a specific value."
+msgstr "როდესაც აირჩევთ ვარიანტს, ვარიანტების ჯგუფს ეძლევა სპეციფიკური მნიშვნელობა."
+
+#. S.}}
+#: groupboxpages.src
+msgctxt ""
+"groupboxpages.src\n"
+"RID_PAGE_OPTIONVALUES\n"
+"FT_OPTIONVALUES\n"
+"fixedtext.text"
+msgid "Which ~value do you want to assign to each option?"
+msgstr "რა ~მნიშვნელობა გინდათ მიანიჭოთ თითოეულ ვარიანტს?"
+
+#. 36TA
+#: groupboxpages.src
+msgctxt ""
+"groupboxpages.src\n"
+"RID_PAGE_OPTIONVALUES\n"
+"FT_RADIOBUTTONS\n"
+"fixedtext.text"
+msgid "~Option fields"
+msgstr "~პარამეტრების ველები"
+
+#. n)Xv
+#: groupboxpages.src
+msgctxt ""
+"groupboxpages.src\n"
+"RID_PAGE_OPTIONVALUES\n"
+"tabpage.text"
+msgid "Field Values"
+msgstr "ველის მნიშვნელობები"
+
+#. r_Vt
+#: groupboxpages.src
+msgctxt ""
+"groupboxpages.src\n"
+"RID_PAGE_OPTIONS_FINAL\n"
+"FT_NAMEIT\n"
+"fixedtext.text"
+msgid "Which ~caption is to be given to your option group?"
+msgstr "რომელი ~წარწერა უნდა დაერქვას თქვენს ვარიანტების ჯგუფს?"
+
+#. Ks;\
+#: groupboxpages.src
+msgctxt ""
+"groupboxpages.src\n"
+"RID_PAGE_OPTIONS_FINAL\n"
+"FT_THATSALL\n"
+"fixedtext.text"
+msgid "These were all details needed to create the option group."
+msgstr "ეს იყო ვარიანტების ჯგუფის შესაქმნელად საჭირო ყველა დეტალი."
+
+#. %B*Q
+#: groupboxpages.src
+msgctxt ""
+"groupboxpages.src\n"
+"RID_PAGE_OPTIONS_FINAL\n"
+"tabpage.text"
+msgid "Create Option Group"
+msgstr "შექმენი ვარიანტების ჯგუფი"
+
+#. 8fp0
+#: groupboxpages.src
+msgctxt ""
+"groupboxpages.src\n"
+"RID_STR_GROUPWIZ_DBFIELD\n"
+"string.text"
+msgid "You can either save the value of the option group in a database field or use it for a later action."
+msgstr "თქვენ შეგიძლიათ შეინახოთ ვარიანტების ჯგუფის მნიშვნელობა მონაცემთა ბაზაში ან გამოიყენოთ ის შემდეგი მოქმედებისთვის."
diff --git a/source/ka/extensions/source/propctrlr.po b/source/ka/extensions/source/propctrlr.po
index 137279e2563..a5cad5df3ed 100644
--- a/source/ka/extensions/source/propctrlr.po
+++ b/source/ka/extensions/source/propctrlr.po
@@ -1,9 +1,9 @@
-#. extracted from extensions/source/propctrlr.oo
+#. extracted from extensions/source/propctrlr
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+extensions%2Fsource%2Fpropctrlr.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-12 00:27+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,104 +12,34 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: propres.src#RID_STR_STANDARD.string.text
-msgctxt "propres.src#RID_STR_STANDARD.string.text"
-msgid "Default"
-msgstr ""
-
-#: propres.src#RID_STR_PROPPAGE_DEFAULT.string.text
-msgid "General"
-msgstr "ზოგადი"
-
-#: propres.src#RID_STR_PROPPAGE_DATA.string.text
-msgid "Data"
-msgstr "მონაცემები"
-
-#: propres.src#RID_RSC_ENUM_YESNO.1.string.text
-msgctxt "propres.src#RID_RSC_ENUM_YESNO.1.string.text"
-msgid "No"
-msgstr ""
-
-#: propres.src#RID_RSC_ENUM_YESNO.2.string.text
-msgctxt "propres.src#RID_RSC_ENUM_YESNO.2.string.text"
-msgid "Yes"
-msgstr ""
-
-#: propres.src#RID_STR_HELP_SECTION_LABEL.string.text
-msgctxt "propres.src#RID_STR_HELP_SECTION_LABEL.string.text"
-msgid "Help"
-msgstr ""
-
-#: propres.src#RID_EMBED_IMAGE_PLACEHOLDER.string.text
-msgid "<Embedded-Image>"
-msgstr ""
-
-#: propres.src#RID_STR_TEXT_FORMAT.string.text
-msgctxt "propres.src#RID_STR_TEXT_FORMAT.string.text"
-msgid "Text"
-msgstr ""
-
-#: newdatatype.src#RID_DLG_NEW_DATA_TYPE.FT_LABEL.fixedtext.text
+#. s^Me
+#: newdatatype.src
+msgctxt ""
+"newdatatype.src\n"
+"RID_DLG_NEW_DATA_TYPE\n"
+"FT_LABEL\n"
+"fixedtext.text"
msgid "Type a name for the new data type:"
msgstr "ჩაბეჭდეთ ახალი მონაცემთა ტიპის სახელი:"
-#: newdatatype.src#RID_DLG_NEW_DATA_TYPE.modaldialog.text
+#. eMQ`
+#: newdatatype.src
+msgctxt ""
+"newdatatype.src\n"
+"RID_DLG_NEW_DATA_TYPE\n"
+"modaldialog.text"
msgid "New Data Type"
msgstr "ახალი მონაცემთა ტიპი"
-#: fontdialog.src#RID_TABDLG_FONTDIALOG.1.TABPAGE_CHARACTERS.pageitem.text
-msgctxt "fontdialog.src#RID_TABDLG_FONTDIALOG.1.TABPAGE_CHARACTERS.pageitem.text"
-msgid "Font"
-msgstr "შრიფტი"
-
-#: fontdialog.src#RID_TABDLG_FONTDIALOG.1.TABPAGE_CHARACTERS_EXT.pageitem.text
-msgid "Font Effects"
-msgstr "ფონტის ეფექტები"
-
-#: fontdialog.src#RID_TABDLG_FONTDIALOG.tabdialog.text
-msgid "Character"
-msgstr "თვისებები"
-
-#: taborder.src#RID_DLG_TABORDER.FT_CONTROLS.fixedtext.text
-msgid "Controls"
-msgstr "კონტროლი"
-
-#: taborder.src#RID_DLG_TABORDER.PB_MOVE_UP.pushbutton.text
-msgid "Move Up"
-msgstr "გადაადგილება ზემოთ"
-
-#: taborder.src#RID_DLG_TABORDER.PB_MOVE_DOWN.pushbutton.text
-msgid "Move Down"
-msgstr "გადაადგილება ზემოთ"
-
-#: taborder.src#RID_DLG_TABORDER.PB_AUTO_ORDER.pushbutton.text
-msgid "Automatic Sort"
-msgstr "ავტომატური სორტირება"
-
-#: taborder.src#RID_DLG_TABORDER.modaldialog.text
-msgid "Tab Order"
-msgstr "ფოკუსის მიმდევრობა"
-
-#: selectlabeldialog.src#RID_DLG_SELECTLABELCONTROL.1.fixedtext.text
-msgid "These are control fields that can be used as label fields for the $control_class$ $control_name$."
-msgstr "ეს არის კონტროლის ველები რომლებიც არ გამოიყენება როგორც ჭდის ველები $control_class$ $control_name$ -თვის."
-
-#: selectlabeldialog.src#RID_DLG_SELECTLABELCONTROL.1.checkbox.text
-msgid "~No assignment"
-msgstr "~განაწილების გარეშე"
-
-#: selectlabeldialog.src#RID_DLG_SELECTLABELCONTROL.modaldialog.text
-msgid "Label Field Selection"
-msgstr "ჭდის ველის მონიშვნა"
-
-#: selectlabeldialog.src#RID_STR_FORMS.string.text
-msgid "Forms"
-msgstr "ფორმები"
-
-#: pcrmiscres.src#RID_STR_CONFIRM_DELETE_DATA_TYPE.string.text
+#. gtRM
+#: pcrmiscres.src
+msgctxt ""
+"pcrmiscres.src\n"
+"RID_STR_CONFIRM_DELETE_DATA_TYPE\n"
+"string.text"
msgid ""
"Do you want to delete the data type '#type#' from the model?\n"
"Please note that this will affect all controls which are bound to this data type."
@@ -117,584 +47,1353 @@ msgstr ""
"გნებავთ მონაცემთა ტიპის '#type#' თარგმნა ნიმუშიდან?\n"
"გახსოვდეთ, რომ ეს დააზიანებს ყველა კონტროლს დაკავშირებულს ამ მონაცემთა ტიპთან."
-#: pcrmiscres.src#RID_STR_PROPTITLE_PUSHBUTTON.string.text
+#. rhqo
+#: pcrmiscres.src
+msgctxt ""
+"pcrmiscres.src\n"
+"RID_STR_PROPTITLE_PUSHBUTTON\n"
+"string.text"
msgid "Button"
msgstr "ბურთულა"
-#: pcrmiscres.src#RID_STR_PROPTITLE_RADIOBUTTON.string.text
+#. a$g)
+#: pcrmiscres.src
+msgctxt ""
+"pcrmiscres.src\n"
+"RID_STR_PROPTITLE_RADIOBUTTON\n"
+"string.text"
msgid "Option Button"
msgstr "პარამეტრის ბურთულა"
-#: pcrmiscres.src#RID_STR_PROPTITLE_CHECKBOX.string.text
+#. ;nYX
+#: pcrmiscres.src
+msgctxt ""
+"pcrmiscres.src\n"
+"RID_STR_PROPTITLE_CHECKBOX\n"
+"string.text"
msgid "Check Box"
msgstr "თოლია"
-#: pcrmiscres.src#RID_STR_PROPTITLE_FIXEDTEXT.string.text
-msgctxt "pcrmiscres.src#RID_STR_PROPTITLE_FIXEDTEXT.string.text"
+#. tPb3
+#: pcrmiscres.src
+msgctxt ""
+"pcrmiscres.src\n"
+"RID_STR_PROPTITLE_FIXEDTEXT\n"
+"string.text"
msgid "Label Field"
msgstr "წარწერის ველი"
-#: pcrmiscres.src#RID_STR_PROPTITLE_GROUPBOX.string.text
+#. a]FH
+#: pcrmiscres.src
+msgctxt ""
+"pcrmiscres.src\n"
+"RID_STR_PROPTITLE_GROUPBOX\n"
+"string.text"
msgid "Group Box"
msgstr "ჯგუფის ველი"
-#: pcrmiscres.src#RID_STR_PROPTITLE_EDIT.string.text
+#. bcKT
+#: pcrmiscres.src
+msgctxt ""
+"pcrmiscres.src\n"
+"RID_STR_PROPTITLE_EDIT\n"
+"string.text"
msgid "Text Box"
msgstr "ტესტური ველი"
-#: pcrmiscres.src#RID_STR_PROPTITLE_FORMATTED.string.text
+#. K2K~
+#: pcrmiscres.src
+msgctxt ""
+"pcrmiscres.src\n"
+"RID_STR_PROPTITLE_FORMATTED\n"
+"string.text"
msgid "Formatted Field"
msgstr "ფორმატირებული ველი"
-#: pcrmiscres.src#RID_STR_PROPTITLE_LISTBOX.string.text
+#. BP7h
+#: pcrmiscres.src
+msgctxt ""
+"pcrmiscres.src\n"
+"RID_STR_PROPTITLE_LISTBOX\n"
+"string.text"
msgid "List Box"
msgstr "სიის ველი"
-#: pcrmiscres.src#RID_STR_PROPTITLE_COMBOBOX.string.text
+#. +#b|
+#: pcrmiscres.src
+msgctxt ""
+"pcrmiscres.src\n"
+"RID_STR_PROPTITLE_COMBOBOX\n"
+"string.text"
msgid "Combo Box"
msgstr "კომბო ველი"
-#: pcrmiscres.src#RID_STR_PROPTITLE_IMAGEBUTTON.string.text
+#. +C`#
+#: pcrmiscres.src
+msgctxt ""
+"pcrmiscres.src\n"
+"RID_STR_PROPTITLE_IMAGEBUTTON\n"
+"string.text"
msgid "Image Button"
msgstr "გამოსახულების ბურთულა"
-#: pcrmiscres.src#RID_STR_PROPTITLE_HIDDENCONTROL.string.text
+#. O)BT
+#: pcrmiscres.src
+msgctxt ""
+"pcrmiscres.src\n"
+"RID_STR_PROPTITLE_HIDDENCONTROL\n"
+"string.text"
msgid "Hidden Control"
msgstr "დამალული კონტროლი"
-#: pcrmiscres.src#RID_STR_PROPTITLE_UNKNOWNCONTROL.string.text
+#. jRM[
+#: pcrmiscres.src
+msgctxt ""
+"pcrmiscres.src\n"
+"RID_STR_PROPTITLE_UNKNOWNCONTROL\n"
+"string.text"
msgid "Control (unknown type)"
msgstr "კონტროლი (უცნობი ტიპი)"
-#: pcrmiscres.src#RID_STR_PROPTITLE_IMAGECONTROL.string.text
+#. ),$Q
+#: pcrmiscres.src
+msgctxt ""
+"pcrmiscres.src\n"
+"RID_STR_PROPTITLE_IMAGECONTROL\n"
+"string.text"
msgid "Image Control"
msgstr "გამოსახულების კონტროლი"
-#: pcrmiscres.src#RID_STR_PROPTITLE_FILECONTROL.string.text
+#. eo0;
+#: pcrmiscres.src
+msgctxt ""
+"pcrmiscres.src\n"
+"RID_STR_PROPTITLE_FILECONTROL\n"
+"string.text"
msgid "File Selection"
msgstr "ფაილის მონიშვნა"
-#: pcrmiscres.src#RID_STR_PROPTITLE_DATEFIELD.string.text
+#. ~|#\
+#: pcrmiscres.src
+msgctxt ""
+"pcrmiscres.src\n"
+"RID_STR_PROPTITLE_DATEFIELD\n"
+"string.text"
msgid "Date Field"
msgstr "მონაცემთა ველი"
-#: pcrmiscres.src#RID_STR_PROPTITLE_TIMEFIELD.string.text
+#. `qPz
+#: pcrmiscres.src
+msgctxt ""
+"pcrmiscres.src\n"
+"RID_STR_PROPTITLE_TIMEFIELD\n"
+"string.text"
msgid "Time Field"
msgstr "დროის ველი"
-#: pcrmiscres.src#RID_STR_PROPTITLE_NUMERICFIELD.string.text
+#. -lTu
+#: pcrmiscres.src
+msgctxt ""
+"pcrmiscres.src\n"
+"RID_STR_PROPTITLE_NUMERICFIELD\n"
+"string.text"
msgid "Numeric Field"
msgstr "ნუმერაციული ვალი"
-#: pcrmiscres.src#RID_STR_PROPTITLE_CURRENCYFIELD.string.text
+#. \py,
+#: pcrmiscres.src
+msgctxt ""
+"pcrmiscres.src\n"
+"RID_STR_PROPTITLE_CURRENCYFIELD\n"
+"string.text"
msgid "Currency Field"
msgstr "ვალუტის ველი"
-#: pcrmiscres.src#RID_STR_PROPTITLE_PATTERNFIELD.string.text
+#. FWrU
+#: pcrmiscres.src
+msgctxt ""
+"pcrmiscres.src\n"
+"RID_STR_PROPTITLE_PATTERNFIELD\n"
+"string.text"
msgid "Pattern Field"
msgstr "შაბლონის ველი"
-#: pcrmiscres.src#RID_STR_PROPTITLE_DBGRID.string.text
+#. J|/E
+#: pcrmiscres.src
+msgctxt ""
+"pcrmiscres.src\n"
+"RID_STR_PROPTITLE_DBGRID\n"
+"string.text"
msgid "Table Control "
msgstr "ცხრილის კონტროლი "
-#: formlinkdialog.src#RID_DLG_FORMLINKS.FT_EXPLANATION.fixedtext.text
+#. p$6p
+#: taborder.src
+msgctxt ""
+"taborder.src\n"
+"RID_DLG_TABORDER\n"
+"FT_CONTROLS\n"
+"fixedtext.text"
+msgid "Controls"
+msgstr "კონტროლი"
+
+#. a?R:
+#: taborder.src
+msgctxt ""
+"taborder.src\n"
+"RID_DLG_TABORDER\n"
+"PB_MOVE_UP\n"
+"pushbutton.text"
+msgid "Move Up"
+msgstr "გადაადგილება ზემოთ"
+
+#. `.-3
+#: taborder.src
+msgctxt ""
+"taborder.src\n"
+"RID_DLG_TABORDER\n"
+"PB_MOVE_DOWN\n"
+"pushbutton.text"
+msgid "Move Down"
+msgstr "გადაადგილება ზემოთ"
+
+#. NGJK
+#: taborder.src
+msgctxt ""
+"taborder.src\n"
+"RID_DLG_TABORDER\n"
+"PB_AUTO_ORDER\n"
+"pushbutton.text"
+msgid "Automatic Sort"
+msgstr "ავტომატური სორტირება"
+
+#. Y)jO
+#: taborder.src
+msgctxt ""
+"taborder.src\n"
+"RID_DLG_TABORDER\n"
+"modaldialog.text"
+msgid "Tab Order"
+msgstr "ფოკუსის მიმდევრობა"
+
+#. 9@:e
+#: formlinkdialog.src
+msgctxt ""
+"formlinkdialog.src\n"
+"RID_DLG_FORMLINKS\n"
+"FT_EXPLANATION\n"
+"fixedtext.text"
msgid "Sub forms can be used to display detailed data about the current record of the master form. To do this, you can specify which columns in the sub form match which columns in the master form."
msgstr "ქვეფორმები შეიძლება გამოყენებულ იქნას მასტერ ფორმის შესახებ მიმდინარე ჩანაწერის დეტალური მონაცემების საჩვენებლად."
-#: formlinkdialog.src#RID_DLG_FORMLINKS.modaldialog.text
+#. njzO
+#: formlinkdialog.src
+msgctxt ""
+"formlinkdialog.src\n"
+"RID_DLG_FORMLINKS\n"
+"modaldialog.text"
msgid "Link fields"
msgstr "კავშირის ველები"
-#: formlinkdialog.src#PB_SUGGEST.pushbutton.text
+#. `%6Y
+#: formlinkdialog.src
+msgctxt ""
+"formlinkdialog.src\n"
+"PB_SUGGEST\n"
+"pushbutton.text"
msgid "Suggest"
msgstr "შეთავაზება"
-#: formlinkdialog.src#STR_DETAIL_FORM.string.text
+#. l?+o
+#: formlinkdialog.src
+msgctxt ""
+"formlinkdialog.src\n"
+"STR_DETAIL_FORM\n"
+"string.text"
msgid "Sub Form"
msgstr "ქვეფორმა"
-#: formlinkdialog.src#STR_MASTER_FORM.string.text
+#. xdX1
+#: formlinkdialog.src
+msgctxt ""
+"formlinkdialog.src\n"
+"STR_MASTER_FORM\n"
+"string.text"
msgid "Master Form"
msgstr "მთავარი ფორმა"
#. # will be replace with a name.
-#: formlinkdialog.src#STR_ERROR_RETRIEVING_COLUMNS.string.text
+#. VSK=
+#: formlinkdialog.src
+msgctxt ""
+"formlinkdialog.src\n"
+"STR_ERROR_RETRIEVING_COLUMNS\n"
+"string.text"
msgid "The columns of '#' could not be retrieved."
msgstr "ქვეფორმის სვეტები ვერ მოიძია."
-#: formres.src#RID_STR_EDITMASK.string.text
+#. -4:3
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EDITMASK\n"
+"string.text"
msgid "Edit mask"
msgstr "ნიღბის შეცვლა"
-#: formres.src#RID_STR_LITERALMASK.string.text
+#. _[Y%
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_LITERALMASK\n"
+"string.text"
msgid "Literal mask"
msgstr "პირდაპირი ნიღაბი"
-#: formres.src#RID_STR_READONLY.string.text
-msgctxt "formres.src#RID_STR_READONLY.string.text"
+#. C_~0
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_READONLY\n"
+"string.text"
msgid "Read-only"
msgstr "მხოლოდ წაკითხვადი"
-#: formres.src#RID_STR_ENABLED.string.text
+#. wp|I
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_ENABLED\n"
+"string.text"
msgid "Enabled"
msgstr "შესაძლებლობის მიცემა"
-#: formres.src#RID_STR_ENABLE_VISIBLE.string.text
+#. ,ML=
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_STR_ENABLE_VISIBLE\n"
+"string.text"
msgid "Visible"
-msgstr ""
-
-#: formres.src#RID_STR_AUTOCOMPLETE.string.text
+msgstr "~ხილული"
+
+#. C{q5
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_AUTOCOMPLETE\n"
+"string.text"
msgid "AutoFill"
msgstr "ავტო შევსება"
-#: formres.src#RID_STR_LINECOUNT.string.text
+#. \#!;
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_LINECOUNT\n"
+"string.text"
msgid "Line count"
msgstr "სტრიქონის დათვლა"
-#: formres.src#RID_STR_MAXTEXTLEN.string.text
+#. :w)d
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_MAXTEXTLEN\n"
+"string.text"
msgid "Max. text length"
msgstr "მაქს. ტექსტის სიგრძე"
-#: formres.src#RID_STR_SPIN.string.text
+#. S?#_
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_SPIN\n"
+"string.text"
msgid "Spin Button"
msgstr "მარეგულირებელი ღილაკი"
-#: formres.src#RID_STR_STRICTFORMAT.string.text
+#. c9H)
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_STRICTFORMAT\n"
+"string.text"
msgid "Strict format"
msgstr "მკაცრი ფორმატი"
-#: formres.src#RID_STR_SHOWTHOUSANDSEP.string.text
+#. S?Nz
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_SHOWTHOUSANDSEP\n"
+"string.text"
msgid "Thousands separator"
msgstr "ათასების გამყოფი"
-#: formres.src#RID_STR_PRINTABLE.string.text
+#. uUsL
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_STR_PRINTABLE\n"
+"string.text"
msgid "Printable"
-msgstr ""
-
-#: formres.src#RID_STR_TARGET_URL.string.text
-msgctxt "formres.src#RID_STR_TARGET_URL.string.text"
+msgstr "~ბეჭდვადი"
+
+#. 9svO
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_TARGET_URL\n"
+"string.text"
msgid "URL"
msgstr "URL"
-#: formres.src#RID_STR_TARGET_FRAME.string.text
-msgctxt "formres.src#RID_STR_TARGET_FRAME.string.text"
+#. =B]w
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_TARGET_FRAME\n"
+"string.text"
msgid "Frame"
msgstr "ჩარჩო"
-#: formres.src#RID_STR_HELPTEXT.string.text
+#. \;fA
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_HELPTEXT\n"
+"string.text"
msgid "Help text"
msgstr "დახმარების ტექსტი"
-#: formres.src#RID_STR_HELPURL.string.text
+#. @[oe
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_HELPURL\n"
+"string.text"
msgid "Help URL"
msgstr "დახმარების URL"
-#: formres.src#RID_STR_TAG.string.text
+#. 5;yD
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_TAG\n"
+"string.text"
msgid "Additional information"
msgstr "დამატებითი ინფორმაცია"
-#: formres.src#RID_STR_ECHO_CHAR.string.text
+#. 8V1v
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_ECHO_CHAR\n"
+"string.text"
msgid "Password character"
msgstr "პაროლის თვისებები"
-#: formres.src#RID_STR_TRISTATE.string.text
+#. {JkO
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_TRISTATE\n"
+"string.text"
msgid "Tristate"
msgstr "სამ მდგომარეობიანი"
-#: formres.src#RID_STR_EMPTY_IS_NULL.string.text
+#. XPsV
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EMPTY_IS_NULL\n"
+"string.text"
msgid "Empty string is NULL"
msgstr "ცარიელი სტრიქონი არის NULL"
-#: formres.src#RID_STR_DECIMAL_ACCURACY.string.text
+#. gKIe
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_DECIMAL_ACCURACY\n"
+"string.text"
msgid "Decimal accuracy"
msgstr "ათობითი სიზუსტე"
-#: formres.src#RID_STR_IMAGE_URL.string.text
+#. vDV_
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_IMAGE_URL\n"
+"string.text"
msgid "Graphics"
msgstr "გრაფიკები"
-#: formres.src#RID_STR_DEFAULT_SELECT_SEQ.string.text
+#. Y6h_
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_DEFAULT_SELECT_SEQ\n"
+"string.text"
msgid "Default selection"
msgstr "სტანდარტის შერჩევა"
-#: formres.src#RID_STR_DEFAULT_BUTTON.string.text
+#. {+kZ
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_DEFAULT_BUTTON\n"
+"string.text"
msgid "Default button"
msgstr "სტანდარტის ბურთულა"
-#: formres.src#RID_STR_LABELCONTROL.string.text
-msgctxt "formres.src#RID_STR_LABELCONTROL.string.text"
+#. e9*B
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_LABELCONTROL\n"
+"string.text"
msgid "Label Field"
msgstr "წარწერის ველი"
-#: formres.src#RID_STR_LABEL.string.text
+#. h`vU
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_LABEL\n"
+"string.text"
msgid "Label"
msgstr "ჭდე"
-#: formres.src#RID_STR_ALIGN.string.text
+#. )3wp
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_ALIGN\n"
+"string.text"
msgid "Alignment"
msgstr "გასწორება"
-#: formres.src#RID_STR_VERTICAL_ALIGN.string.text
+#. YPNU
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_VERTICAL_ALIGN\n"
+"string.text"
msgid "Vert. Alignment"
msgstr "ვერტ. სწორება"
-#: formres.src#RID_RSC_ENUM_VERTICAL_ALIGN.1.string.text
+#. n9SR
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_VERTICAL_ALIGN\n"
+"1\n"
+"string.text"
msgid "Top"
msgstr "თავი"
-#: formres.src#RID_RSC_ENUM_VERTICAL_ALIGN.2.string.text
+#. L!Y^
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_VERTICAL_ALIGN\n"
+"2\n"
+"string.text"
msgid "Middle"
msgstr "შუა"
-#: formres.src#RID_RSC_ENUM_VERTICAL_ALIGN.3.string.text
+#. r\~P
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_VERTICAL_ALIGN\n"
+"3\n"
+"string.text"
msgid "Bottom"
msgstr "ძირი"
-#: formres.src#RID_STR_IMAGEPOSITION.string.text
+#. :K/s
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_IMAGEPOSITION\n"
+"string.text"
msgid "Graphics alignment"
msgstr "გრაფიკების გასწორება"
-#: formres.src#RID_STR_FONT.string.text
-msgctxt "formres.src#RID_STR_FONT.string.text"
+#. S[^Y
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_FONT\n"
+"string.text"
msgid "Font"
msgstr "შრიფტი"
-#: formres.src#RID_STR_BACKGROUNDCOLOR.string.text
+#. Aor5
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_BACKGROUNDCOLOR\n"
+"string.text"
msgid "Background color"
msgstr "ფონის ფერი"
-#: formres.src#RID_STR_BORDER.string.text
+#. r8Bv
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_BORDER\n"
+"string.text"
msgid "Border"
msgstr "საზღვარი"
-#: formres.src#RID_STR_ICONSIZE.string.text
+#. H05x
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_ICONSIZE\n"
+"string.text"
msgid "Icon size"
msgstr "ხატულის ზომა"
-#: formres.src#RID_RSC_ENUM_ICONSIZE_TYPE.1.string.text
+#. lJf2
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_ICONSIZE_TYPE\n"
+"1\n"
+"string.text"
msgid "Small"
msgstr "მცირე"
-#: formres.src#RID_RSC_ENUM_ICONSIZE_TYPE.2.string.text
+#. v.\*
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_ICONSIZE_TYPE\n"
+"2\n"
+"string.text"
msgid "Large"
msgstr "დიდი"
-#: formres.src#RID_STR_SHOW_POSITION.string.text
+#. k@aG
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_SHOW_POSITION\n"
+"string.text"
msgid "Positioning"
msgstr "პოზიცია"
-#: formres.src#RID_STR_SHOW_NAVIGATION.string.text
+#. r@H`
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_SHOW_NAVIGATION\n"
+"string.text"
msgid "Navigation"
msgstr "ნავიგაცია"
-#: formres.src#RID_STR_SHOW_RECORDACTIONS.string.text
+#. 6D{T
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_SHOW_RECORDACTIONS\n"
+"string.text"
msgid "Acting on a record"
msgstr "ჩანაწერის შესრულება"
-#: formres.src#RID_STR_SHOW_FILTERSORT.string.text
+#. h{oJ
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_SHOW_FILTERSORT\n"
+"string.text"
msgid "Filtering / Sorting"
msgstr "ფილტრაცია/სორტირება"
-#: formres.src#RID_STR_HSCROLL.string.text
+#. 0of2
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_HSCROLL\n"
+"string.text"
msgid "Horizontal scroll bar"
msgstr "ჰორიზონტალური გადაადგილების ზოლი"
-#: formres.src#RID_STR_VSCROLL.string.text
+#. !-Kj
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_VSCROLL\n"
+"string.text"
msgid "Vertical scroll bar"
msgstr "ვერტიკალური გადაადგილების ზოლი"
-#: formres.src#RID_STR_WORDBREAK.string.text
+#. .G=Y
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_WORDBREAK\n"
+"string.text"
msgid "Word break"
msgstr "გადამთანი"
-#: formres.src#RID_STR_MULTILINE.string.text
+#. M@V3
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_MULTILINE\n"
+"string.text"
msgid "Multiline input"
msgstr "მრავლობითი შეტანა"
-#: formres.src#RID_STR_MULTISELECTION.string.text
+#. uerX
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_MULTISELECTION\n"
+"string.text"
msgid "Multiselection"
msgstr "რამდენიმე ასარჩევი"
-#: formres.src#RID_STR_NAME.string.text
+#. N0W=
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_NAME\n"
+"string.text"
msgid "Name"
msgstr "სახელი"
-#: formres.src#RID_STR_GROUP_NAME.string.text
+#. *t]/
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_GROUP_NAME\n"
+"string.text"
msgid "Group name"
msgstr ""
-#: formres.src#RID_STR_TABINDEX.string.text
+#. ?8N/
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_TABINDEX\n"
+"string.text"
msgid "Tab order"
msgstr "ტაბის ბრძანება"
-#: formres.src#RID_STR_WHEEL_BEHAVIOR.string.text
+#. =xa@
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_WHEEL_BEHAVIOR\n"
+"string.text"
msgid "Mouse wheel scroll"
msgstr ""
-#: formres.src#RID_STR_FILTER.string.text
+#. i^O.
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_FILTER\n"
+"string.text"
msgid "Filter"
msgstr "ფილტრი"
-#: formres.src#RID_STR_SORT_CRITERIA.string.text
+#. M^@9
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_SORT_CRITERIA\n"
+"string.text"
msgid "Sort"
msgstr "სორტი"
-#: formres.src#RID_STR_RECORDMARKER.string.text
+#. AXX0
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_RECORDMARKER\n"
+"string.text"
msgid "Record marker"
msgstr "ჩანაწერის მარკერი"
-#: formres.src#RID_STR_FILTERPROPOSAL.string.text
+#. r-jp
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_FILTERPROPOSAL\n"
+"string.text"
msgid "Filter proposal"
msgstr "ფილტრის ვარიანტი"
-#: formres.src#RID_STR_NAVIGATION.string.text
+#. #|_O
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_NAVIGATION\n"
+"string.text"
msgid "Navigation bar"
msgstr "სანავიგაციო ზოლი"
-#: formres.src#RID_STR_CYCLE.string.text
+#. I*I9
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_CYCLE\n"
+"string.text"
msgid "Cycle"
msgstr "ციკლი"
-#: formres.src#RID_STR_TABSTOP.string.text
+#. jek%
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_TABSTOP\n"
+"string.text"
msgid "Tabstop"
msgstr "ტაბულაციის ნიშანი"
-#: formres.src#RID_STR_CONTROLSOURCE.string.text
+#. ULD~
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_CONTROLSOURCE\n"
+"string.text"
msgid "Data field"
msgstr "მონაცემთა ველი"
-#: formres.src#RID_STR_DROPDOWN.string.text
+#. _{S8
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_DROPDOWN\n"
+"string.text"
msgid "Dropdown"
msgstr "ჩამოშლა"
-#: formres.src#RID_STR_BOUNDCOLUMN.string.text
+#. #|^\
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_BOUNDCOLUMN\n"
+"string.text"
msgid "Bound field"
msgstr "ზღვრის ველი"
-#: formres.src#RID_STR_LISTSOURCE.string.text
+#. 0z+)
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_LISTSOURCE\n"
+"string.text"
msgid "List content"
msgstr "სიის შემადგენლობა"
-#: formres.src#RID_STR_LISTSOURCETYPE.string.text
+#. ~b3V
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_LISTSOURCETYPE\n"
+"string.text"
msgid "Type of list contents"
msgstr "სიის შემადგენლობის ტიპი"
-#: formres.src#RID_STR_CURSORSOURCE.string.text
+#. 0T[g
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_CURSORSOURCE\n"
+"string.text"
msgid "Content"
msgstr "შემადგენლობა"
-#: formres.src#RID_STR_CURSORSOURCETYPE.string.text
+#. A/Os
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_CURSORSOURCETYPE\n"
+"string.text"
msgid "Content type"
msgstr "შემადგენლობის ტიპი"
-#: formres.src#RID_STR_ALLOW_ADDITIONS.string.text
+#. WE*;
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_ALLOW_ADDITIONS\n"
+"string.text"
msgid "Allow additions"
msgstr "დამატების ნებართვა"
-#: formres.src#RID_STR_ALLOW_DELETIONS.string.text
+#. F@XG
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_ALLOW_DELETIONS\n"
+"string.text"
msgid "Allow deletions"
msgstr "წაშლის ნებართვა"
-#: formres.src#RID_STR_ALLOW_EDITS.string.text
+#. -S87
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_ALLOW_EDITS\n"
+"string.text"
msgid "Allow modifications"
msgstr "მოდიფიკაციის ნებართვა"
-#: formres.src#RID_STR_DATAENTRY.string.text
+#. 4W?_
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_DATAENTRY\n"
+"string.text"
msgid "Add data only"
msgstr "მხოლოდ მონაცემების დამატება"
-#: formres.src#RID_STR_DATASOURCE.string.text
+#. X=]v
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_DATASOURCE\n"
+"string.text"
msgid "Data source"
msgstr "მონაცემთა წყარო"
-#: formres.src#RID_STR_MASTERFIELDS.string.text
+#. moG/
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_MASTERFIELDS\n"
+"string.text"
msgid "Link master fields"
msgstr "კავშირის მასტერის ველები"
-#: formres.src#RID_STR_SLAVEFIELDS.string.text
+#. q@tb
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_SLAVEFIELDS\n"
+"string.text"
msgid "Link slave fields"
msgstr "მეორადი ველების დაკავშირება"
-#: formres.src#RID_STR_VALUEMIN.string.text
+#. ODr[
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_VALUEMIN\n"
+"string.text"
msgid "Value min."
msgstr "მნიშვნელობა მინ."
-#: formres.src#RID_STR_VALUEMAX.string.text
+#. bp2?
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_VALUEMAX\n"
+"string.text"
msgid "Value max."
msgstr "მნიშვნელობა მაქს."
-#: formres.src#RID_STR_VALUESTEP.string.text
+#. [eew
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_VALUESTEP\n"
+"string.text"
msgid "Incr./decrement value"
msgstr "Incr./დეკრემენტის მნიშვნელობა"
-#: formres.src#RID_STR_CURRENCYSYMBOL.string.text
+#. ]e}P
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_CURRENCYSYMBOL\n"
+"string.text"
msgid "Currency symbol"
msgstr "ვალუტის სიმბოლო"
-#: formres.src#RID_STR_DATEMIN.string.text
+#. Jl%q
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_DATEMIN\n"
+"string.text"
msgid "Date min."
msgstr "თარიღი მინ."
-#: formres.src#RID_STR_DATEMAX.string.text
+#. iuNO
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_DATEMAX\n"
+"string.text"
msgid "Date max."
msgstr "თარიღი მაქს."
-#: formres.src#RID_STR_DATEFORMAT.string.text
+#. dJPA
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_DATEFORMAT\n"
+"string.text"
msgid "Date format"
msgstr "თარიღის ფორმატი"
-#: formres.src#RID_STR_SELECTEDITEMS.string.text
+#. 33T]
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_SELECTEDITEMS\n"
+"string.text"
msgid "Selection"
msgstr "მონიშვნა"
-#: formres.src#RID_STR_TIMEMIN.string.text
+#. z|8+
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_TIMEMIN\n"
+"string.text"
msgid "Time min."
msgstr "დრო მინ."
-#: formres.src#RID_STR_TIMEMAX.string.text
+#. K=!B
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_TIMEMAX\n"
+"string.text"
msgid "Time max."
msgstr "დრო მაქს."
-#: formres.src#RID_STR_TIMEFORMAT.string.text
+#. S!5/
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_TIMEFORMAT\n"
+"string.text"
msgid "Time format"
msgstr "დროის ფორმატი"
-#: formres.src#RID_STR_CURRSYM_POSITION.string.text
+#. 3pJn
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_CURRSYM_POSITION\n"
+"string.text"
msgid "Prefix symbol"
msgstr "პრეფიქსის სიმბოლო"
-#: formres.src#RID_STR_VALUE.string.text
+#. 4sJ}
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_VALUE\n"
+"string.text"
msgid "Value"
msgstr "მნიშვნელობა"
-#: formres.src#RID_STR_FORMATKEY.string.text
+#. 9Rdn
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_FORMATKEY\n"
+"string.text"
msgid "Formatting"
msgstr "ფორმატირება"
-#: formres.src#RID_STR_CLASSID.string.text
+#. ?$EN
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_CLASSID\n"
+"string.text"
msgid "Class ID"
msgstr "ID კლასი"
-#: formres.src#RID_STR_HEIGHT.string.text
+#. qAX(
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_HEIGHT\n"
+"string.text"
msgid "Height"
msgstr "სიმაღლე"
-#: formres.src#RID_STR_WIDTH.string.text
+#. 7:#s
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_WIDTH\n"
+"string.text"
msgid "Width"
msgstr "სიგანე"
-#: formres.src#RID_STR_LISTINDEX.string.text
+#. n:B.
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_LISTINDEX\n"
+"string.text"
msgid "List index"
msgstr "სიის ინდექსი"
-#: formres.src#RID_STR_ROWHEIGHT.string.text
+#. $AcG
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_STR_ROWHEIGHT\n"
+"string.text"
msgid "Row height"
-msgstr ""
-
-#: formres.src#RID_STR_FILLCOLOR.string.text
+msgstr "სტრიქონის სიმაღლე"
+
+#. ?Pek
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_FILLCOLOR\n"
+"string.text"
msgid "Fill color"
msgstr "ფერის შევსება"
-#: formres.src#RID_STR_LINECOLOR.string.text
+#. ]dkd
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_LINECOLOR\n"
+"string.text"
msgid "Line color"
msgstr "სტრიქონის ფერი"
-#: formres.src#RID_STR_REFVALUE.string.text
+#. 7*Rh
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_REFVALUE\n"
+"string.text"
msgid "Reference value (on)"
msgstr "მოხსენიების მნიშვნელობა (ჩართვა)"
-#: formres.src#RID_STR_UNCHECKEDREFVALUE.string.text
+#. ndxJ
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_UNCHECKEDREFVALUE\n"
+"string.text"
msgid "Reference value (off)"
msgstr "მოხსენიების მნიშვნელობა (გამორთვა)"
-#: formres.src#RID_STR_STRINGITEMLIST.string.text
+#. !d/7
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_STRINGITEMLIST\n"
+"string.text"
msgid "List entries"
msgstr "სიის შენატანები"
-#: formres.src#RID_STR_BUTTONTYPE.string.text
+#. X#ie
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_BUTTONTYPE\n"
+"string.text"
msgid "Action"
msgstr "მოქმედება"
-#: formres.src#RID_STR_SUBMIT_ACTION.string.text
-msgctxt "formres.src#RID_STR_SUBMIT_ACTION.string.text"
+#. 5*J.
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_SUBMIT_ACTION\n"
+"string.text"
msgid "URL"
msgstr "URL"
-#: formres.src#RID_STR_SUBMIT_METHOD.string.text
+#. $,h2
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_SUBMIT_METHOD\n"
+"string.text"
msgid "Type of submission"
msgstr "დაქვემდებარების ტიპი"
-#: formres.src#RID_STR_DEFAULT_STATE.string.text
+#. )C4Q
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_DEFAULT_STATE\n"
+"string.text"
msgid "Default status"
msgstr "სტანდარტის სტატუსი"
-#: formres.src#RID_STR_SUBMIT_ENCODING.string.text
+#. [Y5P
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_SUBMIT_ENCODING\n"
+"string.text"
msgid "Submission encoding"
msgstr "კოდირების გადაგზავნა"
-#: formres.src#RID_STR_DEFAULTVALUE.string.text
+#. bs(D
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_DEFAULTVALUE\n"
+"string.text"
msgid "Default value"
msgstr "სტანდარტული მნიშვნელობა"
-#: formres.src#RID_STR_DEFAULTTEXT.string.text
+#. 8V5s
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_DEFAULTTEXT\n"
+"string.text"
msgid "Default text"
msgstr "სტანდარტული ტექსტი"
-#: formres.src#RID_STR_DEFAULTDATE.string.text
+#. m:fJ
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_DEFAULTDATE\n"
+"string.text"
msgid "Default date"
msgstr "სტანდარტული თარიღი"
-#: formres.src#RID_STR_DEFAULTTIME.string.text
+#. =9eF
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_DEFAULTTIME\n"
+"string.text"
msgid "Default time"
msgstr "სტანდარტული დრო"
-#: formres.src#RID_STR_SUBMIT_TARGET.string.text
-msgctxt "formres.src#RID_STR_SUBMIT_TARGET.string.text"
+#. 5\n,
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_SUBMIT_TARGET\n"
+"string.text"
msgid "Frame"
msgstr "ჩარჩო"
-#: formres.src#RID_RSC_ENUM_BORDER_TYPE.1.string.text
+#. gvBZ
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_BORDER_TYPE\n"
+"1\n"
+"string.text"
msgid "Without frame"
msgstr ""
-#: formres.src#RID_RSC_ENUM_BORDER_TYPE.2.string.text
+#. `OE4
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_BORDER_TYPE\n"
+"2\n"
+"string.text"
msgid "3D look"
msgstr "3D ხედი"
-#: formres.src#RID_RSC_ENUM_BORDER_TYPE.3.string.text
-msgctxt "formres.src#RID_RSC_ENUM_BORDER_TYPE.3.string.text"
+#. WER5
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_BORDER_TYPE\n"
+"3\n"
+"string.text"
msgid "Flat"
-msgstr ""
-
-#: formres.src#RID_RSC_ENUM_LISTSOURCE_TYPE.1.string.text
+msgstr "ბრტყელი"
+
+#. s!/R
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_LISTSOURCE_TYPE\n"
+"1\n"
+"string.text"
msgid "Valuelist"
msgstr ""
-#: formres.src#RID_RSC_ENUM_LISTSOURCE_TYPE.2.string.text
-msgctxt "formres.src#RID_RSC_ENUM_LISTSOURCE_TYPE.2.string.text"
+#. .DU=
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_LISTSOURCE_TYPE\n"
+"2\n"
+"string.text"
msgid "Table"
-msgstr ""
-
-#: formres.src#RID_RSC_ENUM_LISTSOURCE_TYPE.3.string.text
-msgctxt "formres.src#RID_RSC_ENUM_LISTSOURCE_TYPE.3.string.text"
+msgstr "ცხრილი"
+
+#. lo]r
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_LISTSOURCE_TYPE\n"
+"3\n"
+"string.text"
msgid "Query"
msgstr ""
-#: formres.src#RID_RSC_ENUM_LISTSOURCE_TYPE.4.string.text
+#. Ymw,
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_LISTSOURCE_TYPE\n"
+"4\n"
+"string.text"
msgid "Sql"
msgstr "Sql"
-#: formres.src#RID_RSC_ENUM_LISTSOURCE_TYPE.5.string.text
+#. ?=gQ
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_LISTSOURCE_TYPE\n"
+"5\n"
+"string.text"
msgid "Sql [Native]"
msgstr "Sql [Native]"
-#: formres.src#RID_RSC_ENUM_LISTSOURCE_TYPE.6.string.text
+#. ,S\v
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_LISTSOURCE_TYPE\n"
+"6\n"
+"string.text"
msgid "Tablefields"
msgstr ""
-#: formres.src#RID_RSC_ENUM_ALIGNMENT.1.string.text
+#. Pb[-
+#: formres.src
#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_ALIGNMENT\n"
+"1\n"
+"string.text"
msgid "Left"
msgstr ""
"#-#-#-#-# dlg.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -712,12 +1411,24 @@ msgstr ""
"#-#-#-#-# tbxctrls.po (PACKAGE VERSION) #-#-#-#-#\n"
"მარცხენა"
-#: formres.src#RID_RSC_ENUM_ALIGNMENT.2.string.text
+#. (^\V
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_ALIGNMENT\n"
+"2\n"
+"string.text"
msgid "Center"
msgstr "ცენტრში"
-#: formres.src#RID_RSC_ENUM_ALIGNMENT.3.string.text
+#. d71O
+#: formres.src
#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_ALIGNMENT\n"
+"3\n"
+"string.text"
msgid "Right"
msgstr ""
"#-#-#-#-# dlg.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -735,648 +1446,1552 @@ msgstr ""
"#-#-#-#-# tbxctrls.po (PACKAGE VERSION) #-#-#-#-#\n"
"მარჯვენა"
-#: formres.src#RID_RSC_ENUM_BUTTONTYPE.1.string.text
-msgctxt "formres.src#RID_RSC_ENUM_BUTTONTYPE.1.string.text"
+#. Qv,_
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_BUTTONTYPE\n"
+"1\n"
+"string.text"
msgid "None"
-msgstr ""
-
-#: formres.src#RID_RSC_ENUM_BUTTONTYPE.2.string.text
+msgstr "არაფერი"
+
+#. envc
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_BUTTONTYPE\n"
+"2\n"
+"string.text"
msgid "Submit form"
msgstr ""
-#: formres.src#RID_RSC_ENUM_BUTTONTYPE.3.string.text
+#. Ncsk
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_BUTTONTYPE\n"
+"3\n"
+"string.text"
msgid "Reset form"
msgstr ""
-#: formres.src#RID_RSC_ENUM_BUTTONTYPE.4.string.text
+#. zk8i
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_BUTTONTYPE\n"
+"4\n"
+"string.text"
msgid "Open document/web page"
msgstr ""
-#: formres.src#RID_RSC_ENUM_BUTTONTYPE.5.string.text
+#. U!^p
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_BUTTONTYPE\n"
+"5\n"
+"string.text"
msgid "First record"
-msgstr ""
+msgstr "პირველი ჩანაწერი"
-#: formres.src#RID_RSC_ENUM_BUTTONTYPE.6.string.text
+#. `DKS
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_BUTTONTYPE\n"
+"6\n"
+"string.text"
msgid "Previous record"
-msgstr ""
-
-#: formres.src#RID_RSC_ENUM_BUTTONTYPE.7.string.text
+msgstr "წინა ჩანაწერი"
+
+#. #tT1
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_BUTTONTYPE\n"
+"7\n"
+"string.text"
msgid "Next record"
msgstr "შემდეგი ჩანაწერი"
-#: formres.src#RID_RSC_ENUM_BUTTONTYPE.8.string.text
+#. iQf\
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_BUTTONTYPE\n"
+"8\n"
+"string.text"
msgid "Last record"
-msgstr ""
-
-#: formres.src#RID_RSC_ENUM_BUTTONTYPE.9.string.text
+msgstr "ბოლო ჩანაწერი"
+
+#. K.a;
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_BUTTONTYPE\n"
+"9\n"
+"string.text"
msgid "Save record"
msgstr ""
-#: formres.src#RID_RSC_ENUM_BUTTONTYPE.10.string.text
+#. md:S
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_BUTTONTYPE\n"
+"10\n"
+"string.text"
msgid "Undo data entry"
msgstr ""
-#: formres.src#RID_RSC_ENUM_BUTTONTYPE.11.string.text
+#. ;kox
+#: formres.src
#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_BUTTONTYPE\n"
+"11\n"
+"string.text"
msgid "New record"
msgstr "შემდეგი ჩანაწერი"
-#: formres.src#RID_RSC_ENUM_BUTTONTYPE.12.string.text
+#. ch,#
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_BUTTONTYPE\n"
+"12\n"
+"string.text"
msgid "Delete record"
-msgstr ""
-
-#: formres.src#RID_RSC_ENUM_BUTTONTYPE.13.string.text
+msgstr "ჩანაწერის წაშლა"
+
+#. }G3{
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_BUTTONTYPE\n"
+"13\n"
+"string.text"
msgid "Refresh form"
msgstr ""
-#: formres.src#RID_RSC_ENUM_SUBMIT_METHOD.1.string.text
+#. 39MD
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_SUBMIT_METHOD\n"
+"1\n"
+"string.text"
msgid "Get"
msgstr "მიღება"
-#: formres.src#RID_RSC_ENUM_SUBMIT_METHOD.2.string.text
+#. nup%
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_SUBMIT_METHOD\n"
+"2\n"
+"string.text"
msgid "Post"
msgstr "გაგზავნა"
-#: formres.src#RID_RSC_ENUM_SUBMIT_ENCODING.1.string.text
-msgctxt "formres.src#RID_RSC_ENUM_SUBMIT_ENCODING.1.string.text"
+#. .:Px
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_SUBMIT_ENCODING\n"
+"1\n"
+"string.text"
msgid "URL"
msgstr "URL"
-#: formres.src#RID_RSC_ENUM_SUBMIT_ENCODING.2.string.text
+#. DT?;
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_SUBMIT_ENCODING\n"
+"2\n"
+"string.text"
msgid "Multipart"
msgstr ""
-#: formres.src#RID_RSC_ENUM_SUBMIT_ENCODING.3.string.text
-msgctxt "formres.src#RID_RSC_ENUM_SUBMIT_ENCODING.3.string.text"
+#. Bght
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_SUBMIT_ENCODING\n"
+"3\n"
+"string.text"
msgid "Text"
-msgstr ""
-
-#: formres.src#RID_RSC_ENUM_DATEFORMAT_LIST.1.string.text
+msgstr "ტექსტი"
+
+#. 5SE#
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_DATEFORMAT_LIST\n"
+"1\n"
+"string.text"
msgid "Standard (short)"
msgstr "სტანდარტული (მოკლე)"
-#: formres.src#RID_RSC_ENUM_DATEFORMAT_LIST.2.string.text
+#. w\.d
+#: formres.src
#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_DATEFORMAT_LIST\n"
+"2\n"
+"string.text"
msgid "Standard (short YY)"
msgstr "სტანდარტული (მოკლე)"
-#: formres.src#RID_RSC_ENUM_DATEFORMAT_LIST.3.string.text
+#. /649
+#: formres.src
#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_DATEFORMAT_LIST\n"
+"3\n"
+"string.text"
msgid "Standard (short YYYY)"
msgstr "სტანდარტული (მოკლე)"
-#: formres.src#RID_RSC_ENUM_DATEFORMAT_LIST.4.string.text
+#. =^4t
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_DATEFORMAT_LIST\n"
+"4\n"
+"string.text"
msgid "Standard (long)"
msgstr "სტანდარტული (გრძელი)"
-#: formres.src#RID_RSC_ENUM_DATEFORMAT_LIST.5.string.text
+#. !q\M
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_DATEFORMAT_LIST\n"
+"5\n"
+"string.text"
msgid "DD/MM/YY"
msgstr ""
-#: formres.src#RID_RSC_ENUM_DATEFORMAT_LIST.6.string.text
+#. x,)s
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_DATEFORMAT_LIST\n"
+"6\n"
+"string.text"
msgid "MM/DD/YY"
msgstr ""
-#: formres.src#RID_RSC_ENUM_DATEFORMAT_LIST.7.string.text
+#. r`c0
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_DATEFORMAT_LIST\n"
+"7\n"
+"string.text"
msgid "YY/MM/DD"
msgstr ""
-#: formres.src#RID_RSC_ENUM_DATEFORMAT_LIST.8.string.text
+#. K1Ia
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_DATEFORMAT_LIST\n"
+"8\n"
+"string.text"
msgid "DD/MM/YYYY"
msgstr ""
-#: formres.src#RID_RSC_ENUM_DATEFORMAT_LIST.9.string.text
+#. F)Ta
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_DATEFORMAT_LIST\n"
+"9\n"
+"string.text"
msgid "MM/DD/YYYY"
msgstr ""
-#: formres.src#RID_RSC_ENUM_DATEFORMAT_LIST.10.string.text
+#. 4moL
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_DATEFORMAT_LIST\n"
+"10\n"
+"string.text"
msgid "YYYY/MM/DD"
msgstr ""
-#: formres.src#RID_RSC_ENUM_DATEFORMAT_LIST.11.string.text
+#. Jk}k
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_DATEFORMAT_LIST\n"
+"11\n"
+"string.text"
msgid "YY-MM-DD"
msgstr ""
-#: formres.src#RID_RSC_ENUM_DATEFORMAT_LIST.12.string.text
+#. iU`H
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_DATEFORMAT_LIST\n"
+"12\n"
+"string.text"
msgid "YYYY-MM-DD"
msgstr ""
-#: formres.src#RID_RSC_ENUM_TIMEFORMAT_LIST.1.string.text
+#. oN[8
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_TIMEFORMAT_LIST\n"
+"1\n"
+"string.text"
msgid "13:45"
msgstr ""
-#: formres.src#RID_RSC_ENUM_TIMEFORMAT_LIST.2.string.text
+#. 4xjn
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_TIMEFORMAT_LIST\n"
+"2\n"
+"string.text"
msgid "13:45:00"
msgstr ""
-#: formres.src#RID_RSC_ENUM_TIMEFORMAT_LIST.3.string.text
+#. 6MyJ
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_TIMEFORMAT_LIST\n"
+"3\n"
+"string.text"
msgid "01:45 PM"
msgstr ""
-#: formres.src#RID_RSC_ENUM_TIMEFORMAT_LIST.4.string.text
+#. E#X6
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_TIMEFORMAT_LIST\n"
+"4\n"
+"string.text"
msgid "01:45:00 PM"
msgstr ""
-#: formres.src#RID_RSC_ENUM_CHECKED.1.string.text
+#. `UFq
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_CHECKED\n"
+"1\n"
+"string.text"
msgid "Not Selected"
msgstr ""
-#: formres.src#RID_RSC_ENUM_CHECKED.2.string.text
+#. K3uO
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_CHECKED\n"
+"2\n"
+"string.text"
msgid "Selected"
-msgstr ""
+msgstr "მონიშვნა"
-#: formres.src#RID_RSC_ENUM_CHECKED.3.string.text
+#. X_8I
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_CHECKED\n"
+"3\n"
+"string.text"
msgid "Not Defined"
msgstr ""
-#: formres.src#RID_RSC_ENUM_CYCLE.1.string.text
+#. Xptb
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_CYCLE\n"
+"1\n"
+"string.text"
msgid "All records"
msgstr ""
-#: formres.src#RID_RSC_ENUM_CYCLE.2.string.text
+#. fY_,
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_CYCLE\n"
+"2\n"
+"string.text"
msgid "Active record"
msgstr ""
-#: formres.src#RID_RSC_ENUM_CYCLE.3.string.text
+#. VwD6
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_CYCLE\n"
+"3\n"
+"string.text"
msgid "Current page"
-msgstr ""
+msgstr "მიმდინარე თარიღი"
-#: formres.src#RID_RSC_ENUM_NAVIGATION.1.string.text
-msgctxt "formres.src#RID_RSC_ENUM_NAVIGATION.1.string.text"
+#. nM7X
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_NAVIGATION\n"
+"1\n"
+"string.text"
msgid "No"
-msgstr ""
+msgstr "არა"
-#: formres.src#RID_RSC_ENUM_NAVIGATION.2.string.text
-msgctxt "formres.src#RID_RSC_ENUM_NAVIGATION.2.string.text"
+#. qP@v
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_NAVIGATION\n"
+"2\n"
+"string.text"
msgid "Yes"
-msgstr ""
-
-#: formres.src#RID_RSC_ENUM_NAVIGATION.3.string.text
+msgstr "დ~იახ"
+
+#. p!5z
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_NAVIGATION\n"
+"3\n"
+"string.text"
msgid "Parent Form"
msgstr ""
-#: formres.src#RID_RSC_ENUM_SELECTION_TYPE.1.string.text
-msgctxt "formres.src#RID_RSC_ENUM_SELECTION_TYPE.1.string.text"
+#. n8)q
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_SELECTION_TYPE\n"
+"1\n"
+"string.text"
msgid "None"
-msgstr ""
-
-#: formres.src#RID_RSC_ENUM_SELECTION_TYPE.2.string.text
+msgstr "არაფერი"
+
+#. sS9+
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_SELECTION_TYPE\n"
+"2\n"
+"string.text"
msgid "Single"
msgstr "ცალი"
-#: formres.src#RID_RSC_ENUM_SELECTION_TYPE.3.string.text
+#. .HAc
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_SELECTION_TYPE\n"
+"3\n"
+"string.text"
msgid "Multi"
msgstr ""
-#: formres.src#RID_RSC_ENUM_SELECTION_TYPE.4.string.text
+#. qWrG
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_SELECTION_TYPE\n"
+"4\n"
+"string.text"
msgid "Range"
msgstr "დიაპაზონი"
-#: formres.src#RID_STR_EVT_APPROVEPARAMETER.string.text
+#. \aOo
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_APPROVEPARAMETER\n"
+"string.text"
msgid "Fill parameters"
msgstr "პარამეტრების შევსება"
-#: formres.src#RID_STR_EVT_ACTIONPERFORMED.string.text
+#. z1`m
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_ACTIONPERFORMED\n"
+"string.text"
msgid "Execute action"
msgstr ""
-#: formres.src#RID_STR_EVT_AFTERUPDATE.string.text
+#. c{1]
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_AFTERUPDATE\n"
+"string.text"
msgid "After updating"
msgstr "განახლების შემდეგ"
-#: formres.src#RID_STR_EVT_BEFOREUPDATE.string.text
+#. ^aZ=
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_BEFOREUPDATE\n"
+"string.text"
msgid "Before updating"
msgstr "განახლებამდე"
-#: formres.src#RID_STR_EVT_APPROVEROWCHANGE.string.text
+#. 0L4,
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_APPROVEROWCHANGE\n"
+"string.text"
msgid "Before record action"
msgstr "ჩაწერის დაწყებამდე"
-#: formres.src#RID_STR_EVT_ROWCHANGE.string.text
+#. q4W6
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_ROWCHANGE\n"
+"string.text"
msgid "After record action"
msgstr "ჩაწერის დაწყების შემდეგ"
-#: formres.src#RID_STR_EVT_CONFIRMDELETE.string.text
+#. o2v`
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_CONFIRMDELETE\n"
+"string.text"
msgid "Confirm deletion"
msgstr "წაშლის დადასტურება"
-#: formres.src#RID_STR_EVT_ERROROCCURRED.string.text
+#. M91!
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_ERROROCCURRED\n"
+"string.text"
msgid "Error occurred"
msgstr "შეცდომაა"
-#: formres.src#RID_STR_EVT_FOCUSGAINED.string.text
+#. :9M2
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_FOCUSGAINED\n"
+"string.text"
msgid "When receiving focus"
msgstr "ფოკუსის მიღებისას"
-#: formres.src#RID_STR_EVT_FOCUSLOST.string.text
+#. =o+p
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_FOCUSLOST\n"
+"string.text"
msgid "When losing focus"
msgstr "ფოკუსის დაკარგვისას"
-#: formres.src#RID_STR_EVT_ITEMSTATECHANGED.string.text
+#. [D8#
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_ITEMSTATECHANGED\n"
+"string.text"
msgid "Item status changed"
msgstr "ელემენტის სტატუსის შეცვლა"
-#: formres.src#RID_STR_EVT_KEYTYPED.string.text
+#. |8SN
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_KEYTYPED\n"
+"string.text"
msgid "Key pressed"
msgstr "ღილაკი დაჭერილია"
-#: formres.src#RID_STR_EVT_KEYUP.string.text
+#. FW$u
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_KEYUP\n"
+"string.text"
msgid "Key released"
msgstr "ღილაკი აშვებულია"
-#: formres.src#RID_STR_EVT_LOADED.string.text
+#. =PkA
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_LOADED\n"
+"string.text"
msgid "When loading"
msgstr "ჩატვირთვისას"
-#: formres.src#RID_STR_EVT_RELOADING.string.text
+#. ^Kw+
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_RELOADING\n"
+"string.text"
msgid "Before reloading"
msgstr "გადატვირთვამდე"
-#: formres.src#RID_STR_EVT_RELOADED.string.text
+#. 8H0@
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_RELOADED\n"
+"string.text"
msgid "When reloading"
msgstr "გადატვირთვისას"
-#: formres.src#RID_STR_EVT_MOUSEDRAGGED.string.text
+#. WS3:
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_MOUSEDRAGGED\n"
+"string.text"
msgid "Mouse moved while key pressed"
msgstr "ღილაკის დაჭერისას მაუსი გადაადგილდა"
-#: formres.src#RID_STR_EVT_MOUSEENTERED.string.text
+#. yr$)
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_MOUSEENTERED\n"
+"string.text"
msgid "Mouse inside"
msgstr "მაუსი შიგნით"
-#: formres.src#RID_STR_EVT_MOUSEEXITED.string.text
+#. 5,mV
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_MOUSEEXITED\n"
+"string.text"
msgid "Mouse outside"
msgstr "მაუსი გარეთ"
-#: formres.src#RID_STR_EVT_MOUSEMOVED.string.text
+#. gi#W
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_MOUSEMOVED\n"
+"string.text"
msgid "Mouse moved"
msgstr "მაუსი გადაადგილდა"
-#: formres.src#RID_STR_EVT_MOUSEPRESSED.string.text
+#. si70
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_MOUSEPRESSED\n"
+"string.text"
msgid "Mouse button pressed"
msgstr "მაუსის ბურთულა დაჭერილია"
-#: formres.src#RID_STR_EVT_MOUSERELEASED.string.text
+#. p!M}
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_MOUSERELEASED\n"
+"string.text"
msgid "Mouse button released"
msgstr "მაუსის ბურთულა აშვებულია"
-#: formres.src#RID_STR_EVT_POSITIONING.string.text
+#. \2se
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_POSITIONING\n"
+"string.text"
msgid "Before record change"
msgstr "ჩანაწერის შეცვლამდე"
-#: formres.src#RID_STR_EVT_POSITIONED.string.text
+#. YnB!
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_POSITIONED\n"
+"string.text"
msgid "After record change"
msgstr "ჩანაწერის შეცვლის შემდეგ"
-#: formres.src#RID_STR_EVT_RESETTED.string.text
+#. 5#jX
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_RESETTED\n"
+"string.text"
msgid "After resetting"
msgstr "ჩამოყრის შემდეგ"
-#: formres.src#RID_STR_EVT_APPROVERESETTED.string.text
+#. $eXM
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_APPROVERESETTED\n"
+"string.text"
msgid "Prior to reset"
msgstr "ჩამოყრემდე"
-#: formres.src#RID_STR_EVT_APPROVEACTIONPERFORMED.string.text
+#. M14g
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_APPROVEACTIONPERFORMED\n"
+"string.text"
msgid "Approve action"
msgstr ""
-#: formres.src#RID_STR_EVT_SUBMITTED.string.text
+#. -!|E
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_SUBMITTED\n"
+"string.text"
msgid "Before submitting"
msgstr "დაწყებამდე"
-#: formres.src#RID_STR_EVT_TEXTCHANGED.string.text
+#. Frn3
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_TEXTCHANGED\n"
+"string.text"
msgid "Text modified"
msgstr "ტექსტი შეცვლილია"
-#: formres.src#RID_STR_EVT_UNLOADING.string.text
+#. uyNm
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_UNLOADING\n"
+"string.text"
msgid "Before unloading"
msgstr "ატვირთვამდე"
-#: formres.src#RID_STR_EVT_UNLOADED.string.text
+#. ;HGO
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_UNLOADED\n"
+"string.text"
msgid "When unloading"
msgstr "ატვირთვისას"
-#: formres.src#RID_STR_EVT_CHANGED.string.text
+#. (PP(
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_CHANGED\n"
+"string.text"
msgid "Changed"
msgstr "შეცვლილია"
-#: formres.src#RID_STR_EVENTS.string.text
+#. aKp;
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVENTS\n"
+"string.text"
msgid "Events"
msgstr "მოვლენები"
-#: formres.src#RID_STR_ESCAPE_PROCESSING.string.text
+#. @v~z
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_ESCAPE_PROCESSING\n"
+"string.text"
msgid "Analyze SQL command"
msgstr "SQL ბრძანების ანალიზი"
-#: formres.src#RID_STR_POSITIONX.string.text
+#. W;0g
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_POSITIONX\n"
+"string.text"
msgid "PositionX"
msgstr "მდგონარეობაX"
-#: formres.src#RID_STR_POSITIONY.string.text
+#. Pjpn
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_POSITIONY\n"
+"string.text"
msgid "PositionY"
msgstr "მდგომარეობაY"
-#: formres.src#RID_STR_TITLE.string.text
+#. M6ON
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_TITLE\n"
+"string.text"
msgid "Title"
msgstr "წოდება"
-#: formres.src#RID_STR_STEP.string.text
+#. -87E
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_STEP\n"
+"string.text"
msgid "Page (step)"
msgstr "გვერდი (საფეხური)"
-#: formres.src#RID_STR_PROGRESSVALUE.string.text
+#. ;kM`
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_PROGRESSVALUE\n"
+"string.text"
msgid "Progress value"
msgstr "პროგრასის მნიშვნელობა"
-#: formres.src#RID_STR_PROGRESSVALUE_MIN.string.text
+#. 1?kb
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_PROGRESSVALUE_MIN\n"
+"string.text"
msgid "Progress value min."
msgstr "პროგრასის მნიშვნელობა მინ."
-#: formres.src#RID_STR_PROGRESSVALUE_MAX.string.text
+#. S)Z:
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_PROGRESSVALUE_MAX\n"
+"string.text"
msgid "Progress value max."
msgstr "პროგრასის მნიშვნელობა მაქს."
-#: formres.src#RID_STR_SCROLLVALUE.string.text
+#. qDPA
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_SCROLLVALUE\n"
+"string.text"
msgid "Scroll value"
msgstr "გადაადგილების მნიშვნელობა"
-#: formres.src#RID_STR_SCROLLVALUE_MAX.string.text
+#. s0rz
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_SCROLLVALUE_MAX\n"
+"string.text"
msgid "Scroll value max."
msgstr "გადაადგილების მნიშვნელობა მაქს."
-#: formres.src#RID_STR_SCROLLVALUE_MIN.string.text
+#. @L1:
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_SCROLLVALUE_MIN\n"
+"string.text"
msgid "Scroll value min."
msgstr "გადაადგილების მნიშვნელობა მინ."
-#: formres.src#RID_STR_DEFAULT_SCROLLVALUE.string.text
+#. PoU-
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_SCROLL_WIDTH\n"
+"string.text"
+msgid "Scroll width"
+msgstr ""
+
+#. TH`U
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_SCROLL_HEIGHT\n"
+"string.text"
+msgid "Scroll height"
+msgstr ""
+
+#. #/`L
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_SCROLL_TOP\n"
+"string.text"
+msgid "Scroll top"
+msgstr ""
+
+#. Y.\3
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_SCROLL_LEFT\n"
+"string.text"
+msgid "Scroll left"
+msgstr ""
+
+#. dcw%
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_DEFAULT_SCROLLVALUE\n"
+"string.text"
msgid "Default scroll value"
msgstr "სტანდარტული გადაადგილების მნიშვნელობა"
-#: formres.src#RID_STR_LINEINCREMENT.string.text
+#. A,nt
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_LINEINCREMENT\n"
+"string.text"
msgid "Small change"
msgstr "მცირე ცვლილება"
-#: formres.src#RID_STR_BLOCKINCREMENT.string.text
+#. -NF]
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_BLOCKINCREMENT\n"
+"string.text"
msgid "Large change"
msgstr "დიდი ცვლილება"
-#: formres.src#RID_STR_REPEAT_DELAY.string.text
+#. XQig
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_REPEAT_DELAY\n"
+"string.text"
msgid "Delay"
msgstr "შეყოვნება"
-#: formres.src#RID_STR_REPEAT.string.text
+#. cdN\
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_REPEAT\n"
+"string.text"
msgid "Repeat"
msgstr "გამეორება"
-#: formres.src#RID_STR_VISIBLESIZE.string.text
+#. IT`?
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_VISIBLESIZE\n"
+"string.text"
msgid "Visible size"
msgstr "ხილული ზომა"
-#: formres.src#RID_STR_ORIENTATION.string.text
+#. fr[=
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_ORIENTATION\n"
+"string.text"
msgid "Orientation"
msgstr "ორიენტაცია"
-#: formres.src#RID_RSC_ENUM_ORIENTATION.1.string.text
-msgctxt "formres.src#RID_RSC_ENUM_ORIENTATION.1.string.text"
+#. kOP3
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_ORIENTATION\n"
+"1\n"
+"string.text"
msgid "Horizontal"
-msgstr ""
+msgstr "ჰორიზონტალური"
-#: formres.src#RID_RSC_ENUM_ORIENTATION.2.string.text
-msgctxt "formres.src#RID_RSC_ENUM_ORIENTATION.2.string.text"
+#. @0u#
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_ORIENTATION\n"
+"2\n"
+"string.text"
msgid "Vertical"
-msgstr ""
-
-#: formres.src#RID_STR_EVT_ADJUSTMENTVALUECHANGED.string.text
+msgstr "ვერტიკალური"
+
+#. @{o^
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EVT_ADJUSTMENTVALUECHANGED\n"
+"string.text"
msgid "While adjusting"
msgstr "მორგებისას"
-#: formres.src#RID_STR_DATE.string.text
+#. \nO8
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_DATE\n"
+"string.text"
msgid "Date"
msgstr "თარიღი"
-#: formres.src#RID_STR_STATE.string.text
+#. #^c)
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_STATE\n"
+"string.text"
msgid "State"
msgstr "მდგომარეობა"
-#: formres.src#RID_STR_TIME.string.text
+#. %pud
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_TIME\n"
+"string.text"
msgid "Time"
msgstr "დრო"
-#: formres.src#RID_STR_SCALEIMAGE.string.text
+#. IC[|
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_SCALEIMAGE\n"
+"string.text"
msgid "Scale"
msgstr "მასშტაბი"
-#: formres.src#RID_STR_PUSHBUTTONTYPE.string.text
+#. .=PL
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_PUSHBUTTONTYPE\n"
+"string.text"
msgid "Button type"
msgstr "ბურთულის ტიპი"
-#: formres.src#RID_RSC_ENUM_PUSHBUTTONTYPE.1.string.text
-msgctxt "formres.src#RID_RSC_ENUM_PUSHBUTTONTYPE.1.string.text"
+#. 1Xm3
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_PUSHBUTTONTYPE\n"
+"1\n"
+"string.text"
msgid "Default"
-msgstr ""
-
-#: formres.src#RID_RSC_ENUM_PUSHBUTTONTYPE.2.string.text
+msgstr "ნაგულისხმები"
+
+#. #VJ5
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_PUSHBUTTONTYPE\n"
+"2\n"
+"string.text"
msgid "OK"
msgstr "კარგი"
-#: formres.src#RID_RSC_ENUM_PUSHBUTTONTYPE.3.string.text
+#. [@v_
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_PUSHBUTTONTYPE\n"
+"3\n"
+"string.text"
msgid "Cancel"
msgstr "გაუქმება"
-#: formres.src#RID_RSC_ENUM_PUSHBUTTONTYPE.4.string.text
-msgctxt "formres.src#RID_RSC_ENUM_PUSHBUTTONTYPE.4.string.text"
+#. Xzb_
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_PUSHBUTTONTYPE\n"
+"4\n"
+"string.text"
msgid "Help"
-msgstr ""
-
-#: formres.src#RID_STR_UNABLETOCONNECT.string.text
+msgstr "დახმარება"
+
+#. 6fk?
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_UNABLETOCONNECT\n"
+"string.text"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "მონაცემთა წყაროსთან \"$name$\" კავშირი ვერ დამყარდა."
-#: formres.src#RID_STR_TEXT.string.text
-msgctxt "formres.src#RID_STR_TEXT.string.text"
+#. E.]F
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_STR_TEXT\n"
+"string.text"
msgid "Text"
-msgstr ""
-
-#: formres.src#RID_STR_BOUND_CELL.string.text
+msgstr "ტექსტი"
+
+#. dE\_
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_BOUND_CELL\n"
+"string.text"
msgid "Linked cell"
msgstr "გადაბმული უჯრედი"
-#: formres.src#RID_STR_LIST_CELL_RANGE.string.text
+#. i3l-
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_LIST_CELL_RANGE\n"
+"string.text"
msgid "Source cell range"
msgstr "საწყისი უჯრედთა დიაპაზონი"
-#: formres.src#RID_STR_CELL_EXCHANGE_TYPE.string.text
+#. s2s{
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_CELL_EXCHANGE_TYPE\n"
+"string.text"
msgid "Contents of the linked cell"
msgstr "გადაბმული უჯრედების შემცველობა"
-#: formres.src#RID_RSC_ENUM_CELL_EXCHANGE_TYPE.1.string.text
+#. 3?q/
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_CELL_EXCHANGE_TYPE\n"
+"1\n"
+"string.text"
msgid "The selected entry"
msgstr ""
-#: formres.src#RID_RSC_ENUM_CELL_EXCHANGE_TYPE.2.string.text
+#. F$*\
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_CELL_EXCHANGE_TYPE\n"
+"2\n"
+"string.text"
msgid "Position of the selected entry"
msgstr ""
-#: formres.src#RID_STR_SHOW_SCROLLBARS.string.text
+#. .r5g
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_SHOW_SCROLLBARS\n"
+"string.text"
msgid "Scrollbars"
msgstr "გადაადგილების ზოლები"
-#: formres.src#RID_RSC_ENUM_TEXTTYPE.1.string.text
+#. Xq.j
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_TEXTTYPE\n"
+"1\n"
+"string.text"
msgid "Single-line"
msgstr "ერთ-სტრიქონიანი"
-#: formres.src#RID_RSC_ENUM_TEXTTYPE.2.string.text
+#. R0-%
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_TEXTTYPE\n"
+"2\n"
+"string.text"
msgid "Multi-line"
msgstr "მრავალ-სტრიქონიანი"
-#: formres.src#RID_RSC_ENUM_TEXTTYPE.3.string.text
+#. G4gE
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_TEXTTYPE\n"
+"3\n"
+"string.text"
msgid "Multi-line with formatting"
msgstr "მრავალხაზიანი ფორმატირებით"
-#: formres.src#RID_STR_SYMBOLCOLOR.string.text
+#. {:/n
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_SYMBOLCOLOR\n"
+"string.text"
msgid "Symbol color"
msgstr "სიმბოლოს ფერი"
-#: formres.src#RID_STR_LINEEND_FORMAT.string.text
+#. +9o9
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_LINEEND_FORMAT\n"
+"string.text"
msgid "Text lines end with"
msgstr "ტექსტის ხაზე"
-#: formres.src#RID_RSC_ENUM_LINEEND_FORMAT.1.string.text
+#. Pn$*
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_LINEEND_FORMAT\n"
+"1\n"
+"string.text"
msgid "LF (Unix)"
msgstr "LF (უნიქსი)"
-#: formres.src#RID_RSC_ENUM_LINEEND_FORMAT.2.string.text
+#. {JJn
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_LINEEND_FORMAT\n"
+"2\n"
+"string.text"
msgid "CR+LF (Windows)"
msgstr "CR+LF (Windows)"
-#: formres.src#RID_RSC_ENUM_SCROLLBARS.1.string.text
-msgctxt "formres.src#RID_RSC_ENUM_SCROLLBARS.1.string.text"
+#. chgv
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_SCROLLBARS\n"
+"1\n"
+"string.text"
msgid "None"
-msgstr ""
+msgstr "არაფერი"
-#: formres.src#RID_RSC_ENUM_SCROLLBARS.2.string.text
-msgctxt "formres.src#RID_RSC_ENUM_SCROLLBARS.2.string.text"
+#. qCVL
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_SCROLLBARS\n"
+"2\n"
+"string.text"
msgid "Horizontal"
-msgstr ""
+msgstr "ჰორიზონტალური"
-#: formres.src#RID_RSC_ENUM_SCROLLBARS.3.string.text
-msgctxt "formres.src#RID_RSC_ENUM_SCROLLBARS.3.string.text"
+#. C~lr
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_SCROLLBARS\n"
+"3\n"
+"string.text"
msgid "Vertical"
-msgstr ""
-
-#: formres.src#RID_RSC_ENUM_SCROLLBARS.4.string.text
+msgstr "ვერტიკალური"
+
+#. /tKF
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_SCROLLBARS\n"
+"4\n"
+"string.text"
msgid "Both"
msgstr "ორივე"
-#: formres.src#RID_RSC_ENUM_COMMAND_TYPE.1.string.text
-msgctxt "formres.src#RID_RSC_ENUM_COMMAND_TYPE.1.string.text"
+#. 9-$K
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_COMMAND_TYPE\n"
+"1\n"
+"string.text"
msgid "Table"
-msgstr ""
-
-#: formres.src#RID_RSC_ENUM_COMMAND_TYPE.2.string.text
-msgctxt "formres.src#RID_RSC_ENUM_COMMAND_TYPE.2.string.text"
+msgstr "ცხრილი"
+
+#. ,bsl
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_COMMAND_TYPE\n"
+"2\n"
+"string.text"
msgid "Query"
msgstr ""
-#: formres.src#RID_RSC_ENUM_COMMAND_TYPE.3.string.text
+#. Sfg@
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_COMMAND_TYPE\n"
+"3\n"
+"string.text"
msgid "SQL command"
msgstr "SQL ბრძანება"
-#: formres.src#RID_STR_TOGGLE.string.text
+#. *Xi.
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_TOGGLE\n"
+"string.text"
msgid "Toggle"
msgstr "გადართვა"
-#: formres.src#RID_STR_FOCUSONCLICK.string.text
+#. 137^
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_FOCUSONCLICK\n"
+"string.text"
msgid "Take Focus on Click"
msgstr "ფოკუსი დაჭერაზე"
-#: formres.src#RID_STR_HIDEINACTIVESELECTION.string.text
+#. 75:(
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_HIDEINACTIVESELECTION\n"
+"string.text"
msgid "Hide selection"
msgstr "მონიშვნის დამალვა"
-#: formres.src#RID_STR_VISUALEFFECT.string.text
+#. #K-[
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_VISUALEFFECT\n"
+"string.text"
msgid "Style"
msgstr "სტილი"
-#: formres.src#RID_RSC_ENUM_VISUALEFFECT.1.string.text
+#. S}u\
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_VISUALEFFECT\n"
+"1\n"
+"string.text"
msgid "3D"
msgstr "3D"
-#: formres.src#RID_RSC_ENUM_VISUALEFFECT.2.string.text
-msgctxt "formres.src#RID_RSC_ENUM_VISUALEFFECT.2.string.text"
+#. hfq?
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_VISUALEFFECT\n"
+"2\n"
+"string.text"
msgid "Flat"
-msgstr ""
-
-#: formres.src#RID_STR_BORDERCOLOR.string.text
+msgstr "ბრტყელი"
+
+#. #/cN
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_BORDERCOLOR\n"
+"string.text"
msgid "Border color"
msgstr "საზღვრის ფერი"
-#: formres.src#RID_RSC_ENUM_IMAGE_POSITION.1.string.text
+#. $4$`
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_IMAGE_POSITION\n"
+"1\n"
+"string.text"
msgid "Left top"
msgstr "ზედა მარცხენა"
-#: formres.src#RID_RSC_ENUM_IMAGE_POSITION.2.string.text
+#. UuZU
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_IMAGE_POSITION\n"
+"2\n"
+"string.text"
msgid "Left centered"
msgstr "მარცხენა ცენტრში"
-#: formres.src#RID_RSC_ENUM_IMAGE_POSITION.3.string.text
+#. sn],
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_IMAGE_POSITION\n"
+"3\n"
+"string.text"
msgid "Left bottom"
msgstr "მარცხნივ ქვედა"
-#: formres.src#RID_RSC_ENUM_IMAGE_POSITION.4.string.text
+#. q%p}
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_IMAGE_POSITION\n"
+"4\n"
+"string.text"
msgid "Right top"
msgstr "მარჯვნივ ზედა"
-#: formres.src#RID_RSC_ENUM_IMAGE_POSITION.5.string.text
+#. El?n
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_IMAGE_POSITION\n"
+"5\n"
+"string.text"
msgid "Right centered"
msgstr "მარჯვენა ცენტრში"
-#: formres.src#RID_RSC_ENUM_IMAGE_POSITION.6.string.text
+#. sIfy
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_IMAGE_POSITION\n"
+"6\n"
+"string.text"
msgid "Right bottom"
msgstr "მარჯვენა ქვემოთ"
-#: formres.src#RID_RSC_ENUM_IMAGE_POSITION.7.string.text
+#. ]UGJ
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_IMAGE_POSITION\n"
+"7\n"
+"string.text"
msgid "Above left"
msgstr "მარცხენა ზემოთ"
-#: formres.src#RID_RSC_ENUM_IMAGE_POSITION.8.string.text
+#. +[9p
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_IMAGE_POSITION\n"
+"8\n"
+"string.text"
msgid "Above centered"
msgstr "ზედა ცენტრში"
-#: formres.src#RID_RSC_ENUM_IMAGE_POSITION.9.string.text
+#. dWOS
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_IMAGE_POSITION\n"
+"9\n"
+"string.text"
msgid "Above right"
msgstr "ზედა მარჯვნივ"
-#: formres.src#RID_RSC_ENUM_IMAGE_POSITION.10.string.text
+#. CC~q
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_IMAGE_POSITION\n"
+"10\n"
+"string.text"
msgid "Below left"
msgstr "ქვედა მარცხნივ"
-#: formres.src#RID_RSC_ENUM_IMAGE_POSITION.11.string.text
+#. mqC(
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_IMAGE_POSITION\n"
+"11\n"
+"string.text"
msgid "Below centered"
msgstr "ქვედა ცენტრში"
-#: formres.src#RID_RSC_ENUM_IMAGE_POSITION.12.string.text
+#. v-Fd
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_IMAGE_POSITION\n"
+"12\n"
+"string.text"
msgid "Below right"
msgstr "ქვემოთ მარჯვნივ"
-#: formres.src#RID_RSC_ENUM_IMAGE_POSITION.13.string.text
+#. +o?.
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_IMAGE_POSITION\n"
+"13\n"
+"string.text"
msgid "Centered"
msgstr "ცენტრში"
-#: formres.src#RID_STR_AUTOLINEBREAK.string.text
+#. 0;oG
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_AUTOLINEBREAK\n"
+"string.text"
msgid "Wrap text automatically"
msgstr "ტექსტის ავტომატურად გადატანა"
-#: formres.src#RID_STR_TEXTTYPE.string.text
+#. %+Y^
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_TEXTTYPE\n"
+"string.text"
msgid "Text type"
msgstr "ტექსტის ტიპი"
-#: formres.src#RID_RSC_ENUM_SHOWHIDE.1.string.text
+#. S#Q3
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_SHOWHIDE\n"
+"1\n"
+"string.text"
msgid "Hide"
msgstr "დამალვა"
-#: formres.src#RID_RSC_ENUM_SHOWHIDE.2.string.text
+#. PnDz
+#: formres.src
#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_SHOWHIDE\n"
+"2\n"
+"string.text"
msgid "Show"
msgstr ""
"#-#-#-#-# src.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -1386,231 +3001,533 @@ msgstr ""
"#-#-#-#-# impress.po (PACKAGE VERSION) #-#-#-#-#\n"
"შოუ"
-#: formres.src#RID_STR_XML_DATA_MODEL.string.text
+#. u$=i
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_XML_DATA_MODEL\n"
+"string.text"
msgid "XML data model"
msgstr "XML მონემთა ნიმუში"
-#: formres.src#RID_STR_BIND_EXPRESSION.string.text
+#. f\dm
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_BIND_EXPRESSION\n"
+"string.text"
msgid "Binding expression"
msgstr "დამაკავშირებელი გამოსახულება"
-#: formres.src#RID_STR_XSD_REQUIRED.string.text
+#. OlmL
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_XSD_REQUIRED\n"
+"string.text"
msgid "Required"
msgstr "სავალდებულოა"
-#: formres.src#RID_STR_LIST_BINDING.string.text
+#. r!.y
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_LIST_BINDING\n"
+"string.text"
msgid "List entry source"
msgstr "სიის შენატანის დასაწყისი"
-#: formres.src#RID_STR_XSD_RELEVANT.string.text
+#. 2RO$
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_STR_XSD_RELEVANT\n"
+"string.text"
msgid "Relevant"
-msgstr ""
-
-#: formres.src#RID_STR_XSD_READONLY.string.text
-msgctxt "formres.src#RID_STR_XSD_READONLY.string.text"
+msgstr "ა~რსებითი"
+
+#. M\XT
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_XSD_READONLY\n"
+"string.text"
msgid "Read-only"
msgstr "მხოლოდ წაკითხვადი"
-#: formres.src#RID_STR_XSD_CONSTRAINT.string.text
+#. ~R[H
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_XSD_CONSTRAINT\n"
+"string.text"
msgid "Constraint"
msgstr "მუდმივი"
-#: formres.src#RID_STR_XSD_CALCULATION.string.text
+#. w]xA
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_XSD_CALCULATION\n"
+"string.text"
msgid "Calculation"
msgstr "გამოთვლა"
-#: formres.src#RID_STR_XSD_DATA_TYPE.string.text
+#. C7!B
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_XSD_DATA_TYPE\n"
+"string.text"
msgid "Data type"
msgstr "მონაცემთა ტიპი"
-#: formres.src#RID_STR_XSD_WHITESPACES.string.text
+#. RTu-
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_XSD_WHITESPACES\n"
+"string.text"
msgid "Whitespaces"
msgstr "თეთრი არეალები"
-#: formres.src#RID_RSC_ENUM_WHITESPACE_HANDLING.1.string.text
+#. 2`~}
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_WHITESPACE_HANDLING\n"
+"1\n"
+"string.text"
msgid "Preserve"
msgstr ""
-#: formres.src#RID_RSC_ENUM_WHITESPACE_HANDLING.2.string.text
+#. DB_^
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_WHITESPACE_HANDLING\n"
+"2\n"
+"string.text"
msgid "Replace"
msgstr "ჩანაცვლება"
-#: formres.src#RID_RSC_ENUM_WHITESPACE_HANDLING.3.string.text
+#. a:1a
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_WHITESPACE_HANDLING\n"
+"3\n"
+"string.text"
msgid "Collapse"
msgstr "კოლაპსი"
-#: formres.src#RID_STR_XSD_PATTERN.string.text
+#. _:{*
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_XSD_PATTERN\n"
+"string.text"
msgid "Pattern"
msgstr "შბლონი"
-#: formres.src#RID_STR_XSD_LENGTH.string.text
+#. {TC%
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_XSD_LENGTH\n"
+"string.text"
msgid "Length"
msgstr "სიგრძე"
-#: formres.src#RID_STR_XSD_MIN_LENGTH.string.text
+#. qNpQ
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_XSD_MIN_LENGTH\n"
+"string.text"
msgid "Length (at least)"
msgstr "სიგრძე (სულ მცირე)"
-#: formres.src#RID_STR_XSD_MAX_LENGTH.string.text
+#. UHOq
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_XSD_MAX_LENGTH\n"
+"string.text"
msgid "Length (at most)"
msgstr "სიგრძე (ყველაზე დიდი)"
-#: formres.src#RID_STR_XSD_TOTAL_DIGITS.string.text
+#. 6j97
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_XSD_TOTAL_DIGITS\n"
+"string.text"
msgid "Digits (total)"
msgstr "ციფრები (მთლიანი)"
-#: formres.src#RID_STR_XSD_FRACTION_DIGITS.string.text
+#. O%8#
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_XSD_FRACTION_DIGITS\n"
+"string.text"
msgid "Digits (fraction)"
msgstr "ციფრები (ფრაქციები)"
-#: formres.src#RID_STR_XSD_MAX_INCLUSIVE.string.text
+#. ^fxb
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_XSD_MAX_INCLUSIVE\n"
+"string.text"
msgid "Max. (inclusive)"
msgstr "მაქს. (შემავალი)"
-#: formres.src#RID_STR_XSD_MAX_EXCLUSIVE.string.text
+#. rm_.
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_XSD_MAX_EXCLUSIVE\n"
+"string.text"
msgid "Max. (exclusive)"
msgstr "მაქს. (გამავალი)"
-#: formres.src#RID_STR_XSD_MIN_INCLUSIVE.string.text
+#. ]~D~
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_XSD_MIN_INCLUSIVE\n"
+"string.text"
msgid "Min. (inclusive)"
msgstr "მინ. (შემავალი)"
-#: formres.src#RID_STR_XSD_MIN_EXCLUSIVE.string.text
+#. qah+
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_XSD_MIN_EXCLUSIVE\n"
+"string.text"
msgid "Min. (exclusive)"
msgstr "მინ. (გამავალი)"
-#: formres.src#RID_STR_SUBMISSION_ID.string.text
+#. J\Hf
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_SUBMISSION_ID\n"
+"string.text"
msgid "Submission"
msgstr "რეგისტრაცია"
-#: formres.src#RID_STR_BINDING_UI_NAME.string.text
+#. (Cb(
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_BINDING_UI_NAME\n"
+"string.text"
msgid "Binding"
msgstr "გადაბმა"
-#: formres.src#RID_STR_SELECTION_TYPE.string.text
+#. 0!k2
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_STR_SELECTION_TYPE\n"
+"string.text"
msgid "Selection type"
-msgstr ""
-
-#: formres.src#RID_STR_ROOT_DISPLAYED.string.text
+msgstr "მონიშვნის რეჟიმი"
+
+#. HlSx
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_ROOT_DISPLAYED\n"
+"string.text"
msgid "Root displayed"
msgstr ""
-#: formres.src#RID_STR_SHOWS_HANDLES.string.text
+#. .+E7
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_STR_SHOWS_HANDLES\n"
+"string.text"
msgid "Show handles"
-msgstr ""
-
-#: formres.src#RID_STR_SHOWS_ROOT_HANDLES.string.text
+msgstr "ცვლილებების ჩვენება"
+
+#. @h9_
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_SHOWS_ROOT_HANDLES\n"
+"string.text"
msgid "Show root handles"
msgstr ""
-#: formres.src#RID_STR_EDITABLE.string.text
+#. 2:Pq
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_EDITABLE\n"
+"string.text"
msgid "Editable"
msgstr ""
-#: formres.src#RID_STR_INVOKES_STOP_NOT_EDITING.string.text
+#. BCaS
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_INVOKES_STOP_NOT_EDITING\n"
+"string.text"
msgid "Invokes stop node editing"
msgstr ""
-#: formres.src#RID_STR_DECORATION.string.text
+#. \S=z
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_DECORATION\n"
+"string.text"
msgid "With title bar"
msgstr ""
-#: formres.src#RID_STR_NOLABEL.string.text
+#. EO4w
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_NOLABEL\n"
+"string.text"
msgid "No Label"
msgstr ""
-#: formres.src#RID_RSC_ENUM_SCALE_MODE.1.string.text
-msgctxt "formres.src#RID_RSC_ENUM_SCALE_MODE.1.string.text"
+#. smZT
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_SCALE_MODE\n"
+"1\n"
+"string.text"
msgid "No"
-msgstr ""
+msgstr "არა"
-#: formres.src#RID_RSC_ENUM_SCALE_MODE.2.string.text
+#. 1gPb
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_SCALE_MODE\n"
+"2\n"
+"string.text"
msgid "Keep Ratio"
-msgstr ""
+msgstr "ტანაფარდობის შენარჩუნება"
-#: formres.src#RID_RSC_ENUM_SCALE_MODE.3.string.text
+#. `Wm.
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_SCALE_MODE\n"
+"3\n"
+"string.text"
msgid "Fit to Size"
-msgstr ""
-
-#: formres.src#RID_STR_INPUT_REQUIRED.string.text
+msgstr "~ზომაზე მორგება"
+
+#. vJ8;
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_INPUT_REQUIRED\n"
+"string.text"
msgid "Input required"
msgstr "საჭიროა შეყვანა"
-#: formres.src#RID_STR_WRITING_MODE.string.text
+#. FJqs
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_STR_WRITING_MODE\n"
+"string.text"
msgid "Text direction"
-msgstr ""
-
-#: formres.src#RID_RSC_ENUM_WRITING_MODE.1.string.text
+msgstr "~ტექსტის მიმართულება"
+
+#. E6Mb
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_WRITING_MODE\n"
+"1\n"
+"string.text"
msgid "Left-to-right"
msgstr "მარცხნიდან მარჯვნივ"
-#: formres.src#RID_RSC_ENUM_WRITING_MODE.2.string.text
+#. e(6@
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_WRITING_MODE\n"
+"2\n"
+"string.text"
msgid "Right-to-left"
msgstr "მარჯვნიდან მარცხნივ"
-#: formres.src#RID_RSC_ENUM_WRITING_MODE.3.string.text
+#. ^{n^
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_WRITING_MODE\n"
+"3\n"
+"string.text"
msgid "Use superordinate object settings"
msgstr "მაქვემდებარებელი ობიექტის პარამეტრების გამოყენება"
-#: formres.src#RID_RSC_ENUM_WHEEL_BEHAVIOR.1.string.text
+#. }q9O
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_WHEEL_BEHAVIOR\n"
+"1\n"
+"string.text"
msgid "Never"
-msgstr ""
-
-#: formres.src#RID_RSC_ENUM_WHEEL_BEHAVIOR.2.string.text
+msgstr "~არასდროს"
+
+#. Crc\
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_WHEEL_BEHAVIOR\n"
+"2\n"
+"string.text"
msgid "When focused"
msgstr ""
-#: formres.src#RID_RSC_ENUM_WHEEL_BEHAVIOR.3.string.text
+#. Sr4`
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_WHEEL_BEHAVIOR\n"
+"3\n"
+"string.text"
msgid "Always"
msgstr "ყოველთვის"
-#: formres.src#RID_STR_ANCHOR_TYPE.string.text
+#. F/k`
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_ANCHOR_TYPE\n"
+"string.text"
msgid "Anchor"
msgstr "სანიშნე"
-#: formres.src#RID_RSC_ENUM_TEXT_ANCHOR_TYPE.1.string.text
+#. 7r+v
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_TEXT_ANCHOR_TYPE\n"
+"1\n"
+"string.text"
msgid "To Paragraph"
msgstr "პარაგრაფი"
-#: formres.src#RID_RSC_ENUM_TEXT_ANCHOR_TYPE.2.string.text
+#. Fy8h
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_TEXT_ANCHOR_TYPE\n"
+"2\n"
+"string.text"
msgid "As Character"
msgstr "თვისებები"
-#: formres.src#RID_RSC_ENUM_TEXT_ANCHOR_TYPE.3.string.text
-msgctxt "formres.src#RID_RSC_ENUM_TEXT_ANCHOR_TYPE.3.string.text"
+#. ye~-
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_TEXT_ANCHOR_TYPE\n"
+"3\n"
+"string.text"
msgid "To Page"
-msgstr ""
+msgstr "გვერდზე"
-#: formres.src#RID_RSC_ENUM_TEXT_ANCHOR_TYPE.4.string.text
+#. MB0^
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_TEXT_ANCHOR_TYPE\n"
+"4\n"
+"string.text"
msgid "To Frame"
-msgstr ""
-
-#: formres.src#RID_RSC_ENUM_TEXT_ANCHOR_TYPE.5.string.text
+msgstr "ჩარჩოზე"
+
+#. 3i7.
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_TEXT_ANCHOR_TYPE\n"
+"5\n"
+"string.text"
msgid "To Character"
msgstr "თვისებები"
-#: formres.src#RID_RSC_ENUM_SHEET_ANCHOR_TYPE.1.string.text
-msgctxt "formres.src#RID_RSC_ENUM_SHEET_ANCHOR_TYPE.1.string.text"
+#. |ZcH
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_SHEET_ANCHOR_TYPE\n"
+"1\n"
+"string.text"
msgid "To Page"
-msgstr ""
+msgstr "გვერდზე"
-#: formres.src#RID_RSC_ENUM_SHEET_ANCHOR_TYPE.2.string.text
+#. )n?x
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_RSC_ENUM_SHEET_ANCHOR_TYPE\n"
+"2\n"
+"string.text"
msgid "To Cell"
-msgstr ""
+msgstr "უჯრედთან"
#. That's the 'Regular' as used for a font style (as opposed to 'italic' and 'bold'), so please use a consistent translation.
-#: formres.src#RID_STR_FONTSTYLE_REGULAR.string.text
+#. 9qOJ
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_FONTSTYLE_REGULAR\n"
+"string.text"
msgid "Regular"
msgstr "ჩვეულებრივი"
#. That's the 'Bold Italic' as used for a font style, so please use a consistent translation.
-#: formres.src#RID_STR_FONTSTYLE_BOLD_ITALIC.string.text
+#. /i9?
+#: formres.src
+msgctxt ""
+"formres.src\n"
+"RID_STR_FONTSTYLE_BOLD_ITALIC\n"
+"string.text"
msgid "Bold Italic"
msgstr "მუქი კურსივი"
#. That's the 'Italic' as used for a font style, so please use a consistent translation.
-#: formres.src#RID_STR_FONTSTYLE_ITALIC.string.text
+#. ^IUO
+#: formres.src
#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_STR_FONTSTYLE_ITALIC\n"
+"string.text"
msgid "Italic"
msgstr ""
"#-#-#-#-# config.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -1633,8 +3550,13 @@ msgstr ""
"დახრილი"
#. That's the 'Bold' as used for a font style, so please use a consistent translation.
-#: formres.src#RID_STR_FONTSTYLE_BOLD.string.text
+#. ;yDn
+#: formres.src
#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_STR_FONTSTYLE_BOLD\n"
+"string.text"
msgid "Bold"
msgstr ""
"#-#-#-#-# config.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -1654,6 +3576,158 @@ msgstr ""
"#-#-#-#-# inc.po (PACKAGE VERSION) #-#-#-#-#\n"
"მუქი"
-#: formres.src#RID_STR_FONT_DEFAULT.string.text
+#. aX]A
+#: formres.src
+#, fuzzy
+msgctxt ""
+"formres.src\n"
+"RID_STR_FONT_DEFAULT\n"
+"string.text"
msgid "(Default)"
+msgstr "ნაგულისხმები"
+
+#. d)p)
+#: fontdialog.src
+msgctxt ""
+"fontdialog.src\n"
+"RID_TABDLG_FONTDIALOG.1\n"
+"TABPAGE_CHARACTERS\n"
+"pageitem.text"
+msgid "Font"
+msgstr "შრიფტი"
+
+#. L{e]
+#: fontdialog.src
+msgctxt ""
+"fontdialog.src\n"
+"RID_TABDLG_FONTDIALOG.1\n"
+"TABPAGE_CHARACTERS_EXT\n"
+"pageitem.text"
+msgid "Font Effects"
+msgstr "ფონტის ეფექტები"
+
+#. CnL3
+#: fontdialog.src
+msgctxt ""
+"fontdialog.src\n"
+"RID_TABDLG_FONTDIALOG\n"
+"tabdialog.text"
+msgid "Character"
+msgstr "თვისებები"
+
+#. hzG4
+#: selectlabeldialog.src
+msgctxt ""
+"selectlabeldialog.src\n"
+"RID_DLG_SELECTLABELCONTROL\n"
+"1\n"
+"fixedtext.text"
+msgid "These are control fields that can be used as label fields for the $control_class$ $control_name$."
+msgstr "ეს არის კონტროლის ველები რომლებიც არ გამოიყენება როგორც ჭდის ველები $control_class$ $control_name$ -თვის."
+
+#. -0+n
+#: selectlabeldialog.src
+msgctxt ""
+"selectlabeldialog.src\n"
+"RID_DLG_SELECTLABELCONTROL\n"
+"1\n"
+"checkbox.text"
+msgid "~No assignment"
+msgstr "~განაწილების გარეშე"
+
+#. kV]M
+#: selectlabeldialog.src
+msgctxt ""
+"selectlabeldialog.src\n"
+"RID_DLG_SELECTLABELCONTROL\n"
+"modaldialog.text"
+msgid "Label Field Selection"
+msgstr "ჭდის ველის მონიშვნა"
+
+#. %X$n
+#: selectlabeldialog.src
+msgctxt ""
+"selectlabeldialog.src\n"
+"RID_STR_FORMS\n"
+"string.text"
+msgid "Forms"
+msgstr "ფორმები"
+
+#. gyU6
+#: propres.src
+#, fuzzy
+msgctxt ""
+"propres.src\n"
+"RID_STR_STANDARD\n"
+"string.text"
+msgid "Default"
+msgstr "ნაგულისხმები"
+
+#. cx8C
+#: propres.src
+msgctxt ""
+"propres.src\n"
+"RID_STR_PROPPAGE_DEFAULT\n"
+"string.text"
+msgid "General"
+msgstr "ზოგადი"
+
+#. $aE`
+#: propres.src
+msgctxt ""
+"propres.src\n"
+"RID_STR_PROPPAGE_DATA\n"
+"string.text"
+msgid "Data"
+msgstr "მონაცემები"
+
+#. e^gC
+#: propres.src
+#, fuzzy
+msgctxt ""
+"propres.src\n"
+"RID_RSC_ENUM_YESNO\n"
+"1\n"
+"string.text"
+msgid "No"
+msgstr "არა"
+
+#. Z;YA
+#: propres.src
+#, fuzzy
+msgctxt ""
+"propres.src\n"
+"RID_RSC_ENUM_YESNO\n"
+"2\n"
+"string.text"
+msgid "Yes"
+msgstr "დ~იახ"
+
+#. PD5y
+#: propres.src
+#, fuzzy
+msgctxt ""
+"propres.src\n"
+"RID_STR_HELP_SECTION_LABEL\n"
+"string.text"
+msgid "Help"
+msgstr "დახმარება"
+
+#. xGE$
+#: propres.src
+msgctxt ""
+"propres.src\n"
+"RID_EMBED_IMAGE_PLACEHOLDER\n"
+"string.text"
+msgid "<Embedded-Image>"
msgstr ""
+
+#. aOT_
+#: propres.src
+#, fuzzy
+msgctxt ""
+"propres.src\n"
+"RID_STR_TEXT_FORMAT\n"
+"string.text"
+msgid "Text"
+msgstr "ტექსტი"
diff --git a/source/ka/extensions/source/scanner.po b/source/ka/extensions/source/scanner.po
index 027df3119f9..18d9183d217 100644
--- a/source/ka/extensions/source/scanner.po
+++ b/source/ka/extensions/source/scanner.po
@@ -1,9 +1,9 @@
-#. extracted from extensions/source/scanner.oo
+#. extracted from extensions/source/scanner
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+extensions%2Fsource%2Fscanner.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,31 +12,16 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: grid.src#GRID_DIALOG.GRID_DIALOG_RESET_BTN.pushbutton.text
-msgctxt "grid.src#GRID_DIALOG.GRID_DIALOG_RESET_BTN.pushbutton.text"
-msgid "Set"
-msgstr "დაყენება"
-
-#: grid.src#GRID_DIALOG.RESET_TYPE_LINEAR_ASCENDING.string.text
-msgid "Linear ascending"
-msgstr "წრფივი აღმავლობა"
-
-#: grid.src#GRID_DIALOG.RESET_TYPE_LINEAR_DESCENDING.string.text
-msgid "Linear descending"
-msgstr "წრფივი დაღმავლობა"
-
-#: grid.src#GRID_DIALOG.RESET_TYPE_RESET.string.text
-msgid "Original values"
-msgstr "საწყისი მნიშვნელობა"
-
-#: grid.src#GRID_DIALOG.RESET_TYPE_EXPONENTIAL.string.text
-msgid "Exponential increasing"
-msgstr "ექსპონენციალური ზრდა"
-
-#: sanedlg.src#RID_SANE_DIALOG.RID_DEVICEINFO_BTN.pushbutton.text
+#. _8P\
+#: sanedlg.src
+msgctxt ""
+"sanedlg.src\n"
+"RID_SANE_DIALOG\n"
+"RID_DEVICEINFO_BTN\n"
+"pushbutton.text"
msgid ""
"About\n"
" Dev~ice"
@@ -44,7 +29,13 @@ msgstr ""
"შესახებ\n"
" მოწ~ყობილობა"
-#: sanedlg.src#RID_SANE_DIALOG.RID_PREVIEW_BTN.pushbutton.text
+#. nZmm
+#: sanedlg.src
+msgctxt ""
+"sanedlg.src\n"
+"RID_SANE_DIALOG\n"
+"RID_PREVIEW_BTN\n"
+"pushbutton.text"
msgid ""
"Create\n"
"Preview"
@@ -52,64 +43,151 @@ msgstr ""
"შექმნა\n"
"გადახედვა"
-#: sanedlg.src#RID_SANE_DIALOG.RID_SCAN_BTN.pushbutton.text
+#. ,$ZF
+#: sanedlg.src
+msgctxt ""
+"sanedlg.src\n"
+"RID_SANE_DIALOG\n"
+"RID_SCAN_BTN\n"
+"pushbutton.text"
msgid "Scan"
msgstr "სკანირება"
-#: sanedlg.src#RID_SANE_DIALOG.RID_PREVIEW_BOX.fixedline.text
+#. ESbO
+#: sanedlg.src
+msgctxt ""
+"sanedlg.src\n"
+"RID_SANE_DIALOG\n"
+"RID_PREVIEW_BOX\n"
+"fixedline.text"
msgid "Preview"
msgstr "გადახედვა"
-#: sanedlg.src#RID_SANE_DIALOG.RID_SCANAREA_BOX.fixedline.text
+#. ,O6b
+#: sanedlg.src
+msgctxt ""
+"sanedlg.src\n"
+"RID_SANE_DIALOG\n"
+"RID_SCANAREA_BOX\n"
+"fixedline.text"
msgid "Scan area"
msgstr "სკანირების არე"
-#: sanedlg.src#RID_SANE_DIALOG.RID_SCAN_LEFT_TXT.fixedtext.text
+#. apdX
+#: sanedlg.src
+msgctxt ""
+"sanedlg.src\n"
+"RID_SANE_DIALOG\n"
+"RID_SCAN_LEFT_TXT\n"
+"fixedtext.text"
msgid "Left:"
msgstr "მარცხენა ნაწილი:"
-#: sanedlg.src#RID_SANE_DIALOG.RID_SCAN_TOP_TXT.fixedtext.text
+#. ITmF
+#: sanedlg.src
+msgctxt ""
+"sanedlg.src\n"
+"RID_SANE_DIALOG\n"
+"RID_SCAN_TOP_TXT\n"
+"fixedtext.text"
msgid "Top:"
msgstr "ზედა:"
-#: sanedlg.src#RID_SANE_DIALOG.RID_SCAN_RIGHT_TXT.fixedtext.text
+#. bmM`
+#: sanedlg.src
+msgctxt ""
+"sanedlg.src\n"
+"RID_SANE_DIALOG\n"
+"RID_SCAN_RIGHT_TXT\n"
+"fixedtext.text"
msgid "Right:"
msgstr "მარჯვენა ნაწილი:"
-#: sanedlg.src#RID_SANE_DIALOG.RID_SCAN_BOTTOM_TXT.fixedtext.text
+#. sNk/
+#: sanedlg.src
+msgctxt ""
+"sanedlg.src\n"
+"RID_SANE_DIALOG\n"
+"RID_SCAN_BOTTOM_TXT\n"
+"fixedtext.text"
msgid "Bottom:"
msgstr "ქვედა ნაწილი:"
-#: sanedlg.src#RID_SANE_DIALOG.RID_DEVICE_BOX_TXT.fixedtext.text
+#. bTWg
+#: sanedlg.src
+msgctxt ""
+"sanedlg.src\n"
+"RID_SANE_DIALOG\n"
+"RID_DEVICE_BOX_TXT\n"
+"fixedtext.text"
msgid "Device used:"
msgstr "გამოყენებული მოწყობილობა:"
-#: sanedlg.src#RID_SANE_DIALOG.RID_SCAN_RESOLUTION_TXT.fixedtext.text
+#. f^4O
+#: sanedlg.src
+msgctxt ""
+"sanedlg.src\n"
+"RID_SANE_DIALOG\n"
+"RID_SCAN_RESOLUTION_TXT\n"
+"fixedtext.text"
msgid "Resolution [~DPI]"
msgstr "გარჩევადობა [~DPI]"
-#: sanedlg.src#RID_SANE_DIALOG.RID_SCAN_ADVANCED_TXT.fixedtext.text
+#. Qq$M
+#: sanedlg.src
+msgctxt ""
+"sanedlg.src\n"
+"RID_SANE_DIALOG\n"
+"RID_SCAN_ADVANCED_TXT\n"
+"fixedtext.text"
msgid "Show advanced options"
msgstr "გაფართოებული პარამეტრების ჩვენება"
-#: sanedlg.src#RID_SANE_DIALOG.RID_SCAN_OPTION_TXT.fixedtext.text
+#. NK-a
+#: sanedlg.src
+msgctxt ""
+"sanedlg.src\n"
+"RID_SANE_DIALOG\n"
+"RID_SCAN_OPTION_TXT\n"
+"fixedtext.text"
msgid "Options:"
msgstr "პარამეტრები:"
-#: sanedlg.src#RID_SANE_DIALOG.RID_SCAN_NUMERIC_VECTOR_TXT.fixedtext.text
+#. J:eK
+#: sanedlg.src
+msgctxt ""
+"sanedlg.src\n"
+"RID_SANE_DIALOG\n"
+"RID_SCAN_NUMERIC_VECTOR_TXT\n"
+"fixedtext.text"
msgid "Vector element"
msgstr "ვექტორული ელემენტი"
-#: sanedlg.src#RID_SANE_DIALOG.RID_SCAN_BUTTON_OPTION_BTN.pushbutton.text
-msgctxt "sanedlg.src#RID_SANE_DIALOG.RID_SCAN_BUTTON_OPTION_BTN.pushbutton.text"
+#. /}\N
+#: sanedlg.src
+msgctxt ""
+"sanedlg.src\n"
+"RID_SANE_DIALOG\n"
+"RID_SCAN_BUTTON_OPTION_BTN\n"
+"pushbutton.text"
msgid "Set"
msgstr "დაყენება"
-#: sanedlg.src#RID_SANE_DIALOG.modaldialog.text
+#. 5]Q7
+#: sanedlg.src
+msgctxt ""
+"sanedlg.src\n"
+"RID_SANE_DIALOG\n"
+"modaldialog.text"
msgid "Scanner"
msgstr "სკანერი"
-#: sanedlg.src#RID_SANE_DEVICEINFO_TXT.string.text
+#. h;sG
+#: sanedlg.src
+msgctxt ""
+"sanedlg.src\n"
+"RID_SANE_DEVICEINFO_TXT\n"
+"string.text"
msgid ""
"Device: %s\n"
"Vendor: %s\n"
@@ -121,14 +199,79 @@ msgstr ""
"მოდელი: %s\n"
"ტიპი: %s"
-#: sanedlg.src#RID_SANE_SCANERROR_TXT.string.text
+#. Rw80
+#: sanedlg.src
+msgctxt ""
+"sanedlg.src\n"
+"RID_SANE_SCANERROR_TXT\n"
+"string.text"
msgid "An error occurred while scanning."
msgstr "შეცდომა წარმოიშვა სკანირების დროს."
-#: sanedlg.src#RID_SANE_NORESOLUTIONOPTION_TXT.string.text
+#. Tp-+
+#: sanedlg.src
+msgctxt ""
+"sanedlg.src\n"
+"RID_SANE_NORESOLUTIONOPTION_TXT\n"
+"string.text"
msgid "The device does not offer a preview option. Therefore, a normal scan will be used as a preview instead. This may take a considerable amount of time."
msgstr "მოწყობილობას არ აქვს გადახედვის პარამეტრი. ამიტომ გადახედვის მაგივრად გამოყენებული იქნება ჩვეულებრივი სკანირება. ამას შეიძლება დასჭირდეს გარკვეული დრო. "
-#: sanedlg.src#RID_SANE_NOSANELIB_TXT.string.text
+#. hX;j
+#: sanedlg.src
+msgctxt ""
+"sanedlg.src\n"
+"RID_SANE_NOSANELIB_TXT\n"
+"string.text"
msgid "The SANE interface could not be initialized. Scanning is not possible."
msgstr "SANE-ის ინტერფეისის ინიციალიზაცია არ მოხერხდა. სკანირება შეუძლებელია."
+
+#. PgQe
+#: grid.src
+msgctxt ""
+"grid.src\n"
+"GRID_DIALOG\n"
+"GRID_DIALOG_RESET_BTN\n"
+"pushbutton.text"
+msgid "Set"
+msgstr "დაყენება"
+
+#. d)D;
+#: grid.src
+msgctxt ""
+"grid.src\n"
+"GRID_DIALOG\n"
+"RESET_TYPE_LINEAR_ASCENDING\n"
+"string.text"
+msgid "Linear ascending"
+msgstr "წრფივი აღმავლობა"
+
+#. HyhL
+#: grid.src
+msgctxt ""
+"grid.src\n"
+"GRID_DIALOG\n"
+"RESET_TYPE_LINEAR_DESCENDING\n"
+"string.text"
+msgid "Linear descending"
+msgstr "წრფივი დაღმავლობა"
+
+#. ]{CR
+#: grid.src
+msgctxt ""
+"grid.src\n"
+"GRID_DIALOG\n"
+"RESET_TYPE_RESET\n"
+"string.text"
+msgid "Original values"
+msgstr "საწყისი მნიშვნელობა"
+
+#. (](f
+#: grid.src
+msgctxt ""
+"grid.src\n"
+"GRID_DIALOG\n"
+"RESET_TYPE_EXPONENTIAL\n"
+"string.text"
+msgid "Exponential increasing"
+msgstr "ექსპონენციალური ზრდა"
diff --git a/source/ka/extensions/source/update/check.po b/source/ka/extensions/source/update/check.po
index 8cf200441fc..dbddde289d3 100644
--- a/source/ka/extensions/source/update/check.po
+++ b/source/ka/extensions/source/update/check.po
@@ -1,9 +1,9 @@
-#. extracted from extensions/source/update/check.oo
+#. extracted from extensions/source/update/check
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+extensions%2Fsource%2Fupdate%2Fcheck.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:38+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,22 +12,42 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: updatehdl.src#RID_UPDATE_STR_CHECKING.string.text
+#. g*Z4
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_STR_CHECKING\n"
+"string.text"
msgid "Checking..."
msgstr ""
-#: updatehdl.src#RID_UPDATE_STR_CHECKING_ERR.string.text
+#. Xj;\
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_STR_CHECKING_ERR\n"
+"string.text"
msgid "Checking for an update failed."
msgstr ""
-#: updatehdl.src#RID_UPDATE_STR_NO_UPD_FOUND.string.text
+#. 7^\Y
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_STR_NO_UPD_FOUND\n"
+"string.text"
msgid "%PRODUCTNAME %PRODUCTVERSION is up to date."
msgstr ""
-#: updatehdl.src#RID_UPDATE_STR_UPD_FOUND.string.text
+#. dxD7
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_STR_UPD_FOUND\n"
+"string.text"
msgid ""
"%PRODUCTNAME %NEXTVERSION is available.\n"
"\n"
@@ -37,90 +57,191 @@ msgid ""
"A password, usually the administrator's or root password, may be required."
msgstr ""
-#: updatehdl.src#RID_UPDATE_STR_DLG_TITLE.string.text
+#. wfY$
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_STR_DLG_TITLE\n"
+"string.text"
msgid "Check for Updates"
msgstr "~განახლებაზე შემოწმება..."
-#: updatehdl.src#RID_UPDATE_STR_DOWNLOAD_PAUSE.string.text
+#. kH/w
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_STR_DOWNLOAD_PAUSE\n"
+"string.text"
msgid "Downloading %PRODUCTNAME %NEXTVERSION paused at..."
msgstr ""
-#: updatehdl.src#RID_UPDATE_STR_DOWNLOAD_ERR.string.text
+#. 7.2#
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_STR_DOWNLOAD_ERR\n"
+"string.text"
msgid "Downloading %PRODUCTNAME %NEXTVERSION stalled at"
msgstr ""
-#: updatehdl.src#RID_UPDATE_STR_DOWNLOAD_WARN.string.text
+#. ~11K
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_STR_DOWNLOAD_WARN\n"
+"string.text"
msgid ""
"The download location is: %DOWNLOAD_PATH.\n"
"\n"
"Under Tools – Options... - %PRODUCTNAME – Online Update you can change the download location."
msgstr ""
-#: updatehdl.src#RID_UPDATE_STR_DOWNLOAD_DESCR.string.text
+#. tkv_
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_STR_DOWNLOAD_DESCR\n"
+"string.text"
msgid "%FILE_NAME has been downloaded to %DOWNLOAD_PATH."
msgstr ""
-#: updatehdl.src#RID_UPDATE_STR_DOWNLOAD_UNAVAIL.string.text
+#. g+Lt
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_STR_DOWNLOAD_UNAVAIL\n"
+"string.text"
msgid ""
"The automatic download of the update is currently not available.\n"
"\n"
"Click 'Download...' to download %PRODUCTNAME %NEXTVERSION manually from the web site."
msgstr ""
-#: updatehdl.src#RID_UPDATE_STR_DOWNLOADING.string.text
+#. RJN8
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_STR_DOWNLOADING\n"
+"string.text"
msgid "Downloading %PRODUCTNAME %NEXTVERSION..."
msgstr ""
-#: updatehdl.src#RID_UPDATE_STR_READY_INSTALL.string.text
+#. 3Dm9
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_STR_READY_INSTALL\n"
+"string.text"
msgid "Download of %PRODUCTNAME %NEXTVERSION completed. Ready for installation."
msgstr ""
-#: updatehdl.src#RID_UPDATE_STR_CANCEL_TITLE.string.text
+#. `eI9
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_STR_CANCEL_TITLE\n"
+"string.text"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
-#: updatehdl.src#RID_UPDATE_STR_CANCEL_DOWNLOAD.string.text
+#. I;J,
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_STR_CANCEL_DOWNLOAD\n"
+"string.text"
msgid "Do you really want to cancel the download?"
msgstr ""
-#: updatehdl.src#RID_UPDATE_STR_BEGIN_INSTALL.string.text
+#. B9|/
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_STR_BEGIN_INSTALL\n"
+"string.text"
msgid "To install the update, %PRODUCTNAME %PRODUCTVERSION needs to be closed. Do you want to install the update now?"
msgstr ""
-#: updatehdl.src#RID_UPDATE_STR_INSTALL_NOW.string.text
+#. v:FP
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_STR_INSTALL_NOW\n"
+"string.text"
msgid "Install ~now"
msgstr ""
-#: updatehdl.src#RID_UPDATE_STR_INSTALL_LATER.string.text
+#. QN)o
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_STR_INSTALL_LATER\n"
+"string.text"
msgid "Install ~later"
msgstr ""
-#: updatehdl.src#RID_UPDATE_STR_INSTALL_ERROR.string.text
+#. t4,V
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_STR_INSTALL_ERROR\n"
+"string.text"
msgid "Could not run the installer application, please run %FILE_NAME in %DOWNLOAD_PATH manually."
msgstr ""
-#: updatehdl.src#RID_UPDATE_STR_OVERWRITE_WARNING.string.text
+#. iC9T
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_STR_OVERWRITE_WARNING\n"
+"string.text"
msgid "A file with that name already exists! Do you want to overwrite the existing file?"
msgstr ""
-#: updatehdl.src#RID_UPDATE_STR_RELOAD_WARNING.string.text
+#. w.]7
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_STR_RELOAD_WARNING\n"
+"string.text"
msgid "A file with the name '%FILENAME' already exists in '%DOWNLOAD_PATH'! Do you want to continue with the download or delete and reload the file?"
msgstr ""
-#: updatehdl.src#RID_UPDATE_STR_RELOAD_RELOAD.string.text
+#. 7N7V
+#: updatehdl.src
+#, fuzzy
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_STR_RELOAD_RELOAD\n"
+"string.text"
msgid "Reload File"
-msgstr ""
-
-#: updatehdl.src#RID_UPDATE_STR_RELOAD_CONTINUE.string.text
+msgstr "გადატვირთვის ჩარჩო"
+
+#. 8qG,
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_STR_RELOAD_CONTINUE\n"
+"string.text"
msgid "Continue"
msgstr "გაგრძელება"
-#: updatehdl.src#RID_UPDATE_STR_PERCENT.string.text
+#. MT,p
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_STR_PERCENT\n"
+"string.text"
msgid "%PERCENT%"
msgstr ""
-#: updatehdl.src#RID_UPDATE_FT_STATUS.string.text
+#. K}OW
+#: updatehdl.src
#, fuzzy
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_FT_STATUS\n"
+"string.text"
msgid "Status"
msgstr ""
"#-#-#-#-# config.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -134,8 +255,13 @@ msgstr ""
"#-#-#-#-# textconversiondlgs.po (PACKAGE VERSION) #-#-#-#-#\n"
"სტატუსი"
-#: updatehdl.src#RID_UPDATE_FT_DESCRIPTION.string.text
+#. /hQk
+#: updatehdl.src
#, fuzzy
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_FT_DESCRIPTION\n"
+"string.text"
msgid "Description"
msgstr ""
"#-#-#-#-# tabledesign.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -153,92 +279,192 @@ msgstr ""
"#-#-#-#-# contnr.po (PACKAGE VERSION) #-#-#-#-#\n"
"აღწერილობა"
-#: updatehdl.src#RID_UPDATE_BTN_CLOSE.string.text
+#. CqPi
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_BTN_CLOSE\n"
+"string.text"
msgid "Close"
msgstr "დახურვა"
-#: updatehdl.src#RID_UPDATE_BTN_DOWNLOAD.string.text
+#. Wb-C
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_BTN_DOWNLOAD\n"
+"string.text"
msgid "~Download"
msgstr ""
-#: updatehdl.src#RID_UPDATE_BTN_INSTALL.string.text
+#. ^ZR3
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_BTN_INSTALL\n"
+"string.text"
msgid "~Install"
msgstr ""
-#: updatehdl.src#RID_UPDATE_BTN_PAUSE.string.text
+#. `svJ
+#: updatehdl.src
+#, fuzzy
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_BTN_PAUSE\n"
+"string.text"
msgid "~Pause"
-msgstr ""
-
-#: updatehdl.src#RID_UPDATE_BTN_RESUME.string.text
+msgstr "პაუზა"
+
+#. Fypk
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_BTN_RESUME\n"
+"string.text"
msgid "~Resume"
msgstr ""
-#: updatehdl.src#RID_UPDATE_BTN_CANCEL.string.text
+#. }D@S
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_BTN_CANCEL\n"
+"string.text"
msgid "Cancel"
msgstr "გაუქმება"
-#: updatehdl.src#RID_UPDATE_BUBBLE_T_UPDATE_AVAIL.string.text
-msgctxt "updatehdl.src#RID_UPDATE_BUBBLE_T_UPDATE_AVAIL.string.text"
+#. -L!;
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_BUBBLE_T_UPDATE_AVAIL\n"
+"string.text"
msgid "%PRODUCTNAME update available"
msgstr ""
-#: updatehdl.src#RID_UPDATE_BUBBLE_UPDATE_AVAIL.string.text
+#. 0#nw
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_BUBBLE_UPDATE_AVAIL\n"
+"string.text"
msgid "Click the icon to start the download."
msgstr ""
-#: updatehdl.src#RID_UPDATE_BUBBLE_T_UPDATE_NO_DOWN.string.text
-msgctxt "updatehdl.src#RID_UPDATE_BUBBLE_T_UPDATE_NO_DOWN.string.text"
+#. 7D`X
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_BUBBLE_T_UPDATE_NO_DOWN\n"
+"string.text"
msgid "%PRODUCTNAME update available"
msgstr ""
-#: updatehdl.src#RID_UPDATE_BUBBLE_UPDATE_NO_DOWN.string.text
-msgctxt "updatehdl.src#RID_UPDATE_BUBBLE_UPDATE_NO_DOWN.string.text"
+#. M?%A
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_BUBBLE_UPDATE_NO_DOWN\n"
+"string.text"
msgid "Click the icon for more information."
msgstr ""
-#: updatehdl.src#RID_UPDATE_BUBBLE_T_AUTO_START.string.text
-msgctxt "updatehdl.src#RID_UPDATE_BUBBLE_T_AUTO_START.string.text"
+#. +?c+
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_BUBBLE_T_AUTO_START\n"
+"string.text"
msgid "%PRODUCTNAME update available"
msgstr ""
-#: updatehdl.src#RID_UPDATE_BUBBLE_AUTO_START.string.text
+#. 5xVs
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_BUBBLE_AUTO_START\n"
+"string.text"
msgid "Download of update begins."
msgstr ""
-#: updatehdl.src#RID_UPDATE_BUBBLE_T_DOWNLOADING.string.text
+#. S:I4
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_BUBBLE_T_DOWNLOADING\n"
+"string.text"
msgid "Download of update in progress"
msgstr ""
-#: updatehdl.src#RID_UPDATE_BUBBLE_T_DOWNLOAD_PAUSED.string.text
+#. vX:u
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_BUBBLE_T_DOWNLOAD_PAUSED\n"
+"string.text"
msgid "Download of update paused"
msgstr ""
-#: updatehdl.src#RID_UPDATE_BUBBLE_DOWNLOAD_PAUSED.string.text
+#. Vi?J
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_BUBBLE_DOWNLOAD_PAUSED\n"
+"string.text"
msgid "Click the icon to resume."
msgstr ""
-#: updatehdl.src#RID_UPDATE_BUBBLE_T_ERROR_DOWNLOADING.string.text
+#. aWS!
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_BUBBLE_T_ERROR_DOWNLOADING\n"
+"string.text"
msgid "Download of update stalled"
msgstr ""
-#: updatehdl.src#RID_UPDATE_BUBBLE_ERROR_DOWNLOADING.string.text
-msgctxt "updatehdl.src#RID_UPDATE_BUBBLE_ERROR_DOWNLOADING.string.text"
+#. y4,B
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_BUBBLE_ERROR_DOWNLOADING\n"
+"string.text"
msgid "Click the icon for more information."
msgstr ""
-#: updatehdl.src#RID_UPDATE_BUBBLE_T_DOWNLOAD_AVAIL.string.text
+#. wpWK
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_BUBBLE_T_DOWNLOAD_AVAIL\n"
+"string.text"
msgid "Download of update completed"
msgstr ""
-#: updatehdl.src#RID_UPDATE_BUBBLE_DOWNLOAD_AVAIL.string.text
+#. 8NG0
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_BUBBLE_DOWNLOAD_AVAIL\n"
+"string.text"
msgid "Click the icon to start the installation."
msgstr ""
-#: updatehdl.src#RID_UPDATE_BUBBLE_T_EXT_UPD_AVAIL.string.text
+#. U-cB
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_BUBBLE_T_EXT_UPD_AVAIL\n"
+"string.text"
msgid "Updates for extensions available"
msgstr ""
-#: updatehdl.src#RID_UPDATE_BUBBLE_EXT_UPD_AVAIL.string.text
-msgctxt "updatehdl.src#RID_UPDATE_BUBBLE_EXT_UPD_AVAIL.string.text"
+#. oo*[
+#: updatehdl.src
+msgctxt ""
+"updatehdl.src\n"
+"RID_UPDATE_BUBBLE_EXT_UPD_AVAIL\n"
+"string.text"
msgid "Click the icon for more information."
msgstr ""
diff --git a/source/ka/extensions/source/update/check/org/openoffice/Office.po b/source/ka/extensions/source/update/check/org/openoffice/Office.po
index 8945659e49a..59f2310a9bf 100644
--- a/source/ka/extensions/source/update/check/org/openoffice/Office.po
+++ b/source/ka/extensions/source/update/check/org/openoffice/Office.po
@@ -1,9 +1,9 @@
-#. extracted from extensions/source/update/check/org/openoffice/Office.oo
+#. extracted from extensions/source/update/check/org/openoffice/Office
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+extensions%2Fsource%2Fupdate%2Fcheck%2Forg%2Fopenoffice%2FOffice.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11,9 +11,15 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: Addons.xcu#.Addons.AddonUI.OfficeHelp.UpdateCheckJob.Title.value.text
+#. QCbR
+#: Addons.xcu
+msgctxt ""
+"Addons.xcu\n"
+".Addons.AddonUI.OfficeHelp.UpdateCheckJob\n"
+"Title\n"
+"value.text"
msgid "Check for ~Updates..."
-msgstr ""
+msgstr "~განახლებაზე შემოწმება..."
diff --git a/source/ka/filter/source/config/fragments/filters.po b/source/ka/filter/source/config/fragments/filters.po
index 840545c8c7d..3cb6f33c90c 100644
--- a/source/ka/filter/source/config/fragments/filters.po
+++ b/source/ka/filter/source/config/fragments/filters.po
@@ -1,9 +1,9 @@
-#. extracted from filter/source/config/fragments/filters.oo
+#. extracted from filter/source/config/fragments/filters
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+filter%2Fsource%2Fconfig%2Ffragments%2Ffilters.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2012-06-16 14:28+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,383 +12,745 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: StarDraw_5_0_Vorlage__StarImpress__ui.xcu#StarDraw_5.0_Vorlage__StarImpress_.UIName.value.text
-msgid "StarDraw 5.0 Template (Impress)"
-msgstr ""
-
-#: calc_OOXML_ui.xcu#Calc_Office_Open_XML.UIName.value.text
-msgid "Office Open XML Spreadsheet"
-msgstr ""
-
-#: StarWriter_5_0_Vorlage_Template_ui.xcu#StarWriter_5.0_Vorlage/Template.UIName.value.text
-msgid "StarWriter 5.0 Template"
-msgstr "StarWriter 5.0 შაბლონი"
+#. tluj
+#: StarOffice_XML__Draw__ui.xcu
+msgctxt ""
+"StarOffice_XML__Draw__ui.xcu\n"
+"StarOffice XML (Draw)\n"
+"UIName\n"
+"value.text"
+msgid "%productname% %formatversion% Drawing"
+msgstr "%productname% %formatversion% ნახატი"
-#: calc8_template_ui.xcu#calc8_template.UIName.value.text
-msgid "ODF Spreadsheet Template"
-msgstr ""
+#. FSla
+#: Text__encoded__ui.xcu
+msgctxt ""
+"Text__encoded__ui.xcu\n"
+"Text (encoded)\n"
+"UIName\n"
+"value.text"
+msgid "Text Encoded"
+msgstr "კოდირებული ტექსტი"
-#: impress8_draw_ui.xcu#impress8_draw.UIName.value.text
-msgid "ODF Drawing (Impress)"
+#. 1jf\
+#: UOF_presentation_ui.xcu
+msgctxt ""
+"UOF_presentation_ui.xcu\n"
+"UOF presentation\n"
+"UIName\n"
+"value.text"
+msgid "Unified Office Format presentation"
msgstr ""
-#: writer_web_StarOffice_XML_Writer_Web_Template_ui.xcu#writer_web_StarOffice_XML_Writer_Web_Template.UIName.value.text
-msgid "%productname% %formatversion% HTML Template"
-msgstr "%productname% %formatversion% HTML შაბლონი"
-
-#: StarOffice_XML__Base__ui.xcu#StarOffice_XML__Base_.UIName.value.text
-msgid "ODF Database"
+#. ``SF
+#: Text__encoded___StarWriter_Web__ui.xcu
+msgctxt ""
+"Text__encoded___StarWriter_Web__ui.xcu\n"
+"Text (encoded) (StarWriter/Web)\n"
+"UIName\n"
+"value.text"
+msgid "Text Encoded (Writer/Web)"
msgstr ""
-#: writer8_ui.xcu#writer8.UIName.value.text
-msgctxt "writer8_ui.xcu#writer8.UIName.value.text"
-msgid "ODF Text Document"
+#. WZVM
+#: HTML__StarCalc__ui.xcu
+msgctxt ""
+"HTML__StarCalc__ui.xcu\n"
+"HTML (StarCalc)\n"
+"UIName\n"
+"value.text"
+msgid "HTML Document (Calc)"
msgstr ""
-#: StarDraw_3_0_Vorlage_ui.xcu#StarDraw_3.0_Vorlage.UIName.value.text
-msgid "StarDraw 3.0 Template"
-msgstr "StarDraw 3.0 შაბლონი"
-
-#: Text__encoded___StarWriter_GlobalDocument__ui.xcu#Text__encoded___StarWriter/GlobalDocument_.UIName.value.text
+#. h9p-
+#: Text__encoded___StarWriter_GlobalDocument__ui.xcu
+msgctxt ""
+"Text__encoded___StarWriter_GlobalDocument__ui.xcu\n"
+"Text (encoded) (StarWriter/GlobalDocument)\n"
+"UIName\n"
+"value.text"
msgid "Text Encoded (Master Document)"
msgstr ""
-#: calc_MS_Excel_2007_Binary_ui.xcu#Calc_MS_Excel_2007_Binary.UIName.value.text
-msgid "Microsoft Excel 2007 Binary"
-msgstr "Microsoft Excel 2003 XML"
-
-#: impress_OOXML_ui.xcu#Impress_Office_Open_XML.UIName.value.text
-msgid "Office Open XML Presentation"
+#. 90^8
+#: HTML__StarWriter__ui.xcu
+msgctxt ""
+"HTML__StarWriter__ui.xcu\n"
+"HTML (StarWriter)\n"
+"UIName\n"
+"value.text"
+msgid "HTML Document (Writer)"
msgstr ""
-#: StarOffice_XML__Math__ui.xcu#StarOffice_XML__Math_.UIName.value.text
-msgid "%productname% %formatversion% Formula"
-msgstr "%productname% %formatversion% ფორმულა"
+#. eje)
+#: UOF_text_ui.xcu
+msgctxt ""
+"UOF_text_ui.xcu\n"
+"UOF text\n"
+"UIName\n"
+"value.text"
+msgid "Unified Office Format text"
+msgstr ""
-#: MS_Word_2007_XML_ui.xcu#MS_Word_2007_XML.UIName.value.text
-#, fuzzy
-msgid "Microsoft Word 2007/2010 XML"
+#. jWC2
+#: MS_Word_2003_XML_ui.xcu
+msgctxt ""
+"MS_Word_2003_XML_ui.xcu\n"
+"MS Word 2003 XML\n"
+"UIName\n"
+"value.text"
+msgid "Microsoft Word 2003 XML"
msgstr "Microsoft Word 2003 XML"
-#: StarWriter_3_0_Vorlage_Template_ui.xcu#StarWriter_3.0_Vorlage/Template.UIName.value.text
-msgid "StarWriter 3.0 Template"
-msgstr "StarWriter 3.0 შაბლონი"
+#. g,/e
+#: MS_Excel_4_0_Vorlage_Template_ui.xcu
+msgctxt ""
+"MS_Excel_4_0_Vorlage_Template_ui.xcu\n"
+"MS Excel 4.0 Vorlage/Template\n"
+"UIName\n"
+"value.text"
+msgid "Microsoft Excel 4.0 Template"
+msgstr "Microsoft Excel 4.0 შაბლონი"
-#: draw8_ui.xcu#draw8.UIName.value.text
-msgid "ODF Drawing"
-msgstr ""
+#. x6dO
+#: impress_MS_PowerPoint_2007_XML_AutoPlay.xcu
+#, fuzzy
+msgctxt ""
+"impress_MS_PowerPoint_2007_XML_AutoPlay.xcu\n"
+"Impress MS PowerPoint 2007 XML AutoPlay\n"
+"UIName\n"
+"value.text"
+msgid "Microsoft PowerPoint 2007/2010 XML AutoPlay"
+msgstr "Microsoft PowerPoint 97/2000/XP შაბლონი"
-#: writer_web_StarOffice_XML_Writer_ui.xcu#writer_web_StarOffice_XML_Writer.UIName.value.text
+#. 877d
+#: MS_Word_2007_XML_Template.xcu
#, fuzzy
-msgid "%productname% %formatversion% Text Document (Writer/Web)"
-msgstr "%productname% %formatversion% ტესტური დოკუმენტის შაბლონი"
+msgctxt ""
+"MS_Word_2007_XML_Template.xcu\n"
+"MS Word 2007 XML Template\n"
+"UIName\n"
+"value.text"
+msgid "Microsoft Word 2007/2010 XML Template"
+msgstr "Microsoft Word 97/2000/XP შაბლონი"
-#: StarOffice_XML__Calc__ui.xcu#StarOffice_XML__Calc_.UIName.value.text
-msgid "%productname% %formatversion% Spreadsheet"
-msgstr "%productname% %formatversion% ელექტრონული ცხრილი"
+#. cx]J
+#: MS_Excel_95_Vorlage_Template_ui.xcu
+msgctxt ""
+"MS_Excel_95_Vorlage_Template_ui.xcu\n"
+"MS Excel 95 Vorlage/Template\n"
+"UIName\n"
+"value.text"
+msgid "Microsoft Excel 95 Template"
+msgstr "Microsoft Excel 95 შაბლონი"
-#: draw8_template_ui.xcu#draw8_template.UIName.value.text
-msgid "ODF Drawing Template"
+#. EEc%
+#: calc8_template_ui.xcu
+#, fuzzy
+msgctxt ""
+"calc8_template_ui.xcu\n"
+"calc8_template\n"
+"UIName\n"
+"value.text"
+msgid "ODF Spreadsheet Template"
+msgstr "ელექტრონული ცხრილის შაბლონი"
+
+#. MVN`
+#: impress8_template_ui.xcu
+msgctxt ""
+"impress8_template_ui.xcu\n"
+"impress8_template\n"
+"UIName\n"
+"value.text"
+msgid "ODF Presentation Template"
msgstr ""
-#: MS_Excel_4_0_Vorlage_Template_ui.xcu#MS_Excel_4.0_Vorlage/Template.UIName.value.text
-msgid "Microsoft Excel 4.0 Template"
-msgstr "Microsoft Excel 4.0 შაბლონი"
-
-#: writer_StarOffice_XML_Writer_Template_ui.xcu#writer_StarOffice_XML_Writer_Template.UIName.value.text
-msgid "%productname% %formatversion% Text Document Template"
-msgstr "%productname% %formatversion% ტესტური დოკუმენტის შაბლონი"
-
-#: impress_StarOffice_XML_Impress_Template_ui.xcu#impress_StarOffice_XML_Impress_Template.UIName.value.text
-msgid "%productname% %formatversion% Presentation Template"
-msgstr "%productname% %formatversion% პრეზენტაციის შაბლონი"
+#. |H*2
+#: chart8_ui.xcu
+msgctxt ""
+"chart8_ui.xcu\n"
+"chart8\n"
+"UIName\n"
+"value.text"
+msgid "ODF Chart"
+msgstr ""
-#: writerweb8_writer_template_ui.xcu#writerweb8_writer_template.UIName.value.text
-msgid "HTML Document Template"
-msgstr "HTML დოკუმენტის შაბლონი"
+#. 3K~!
+#: calc_MS_Excel_2007_Binary_ui.xcu
+msgctxt ""
+"calc_MS_Excel_2007_Binary_ui.xcu\n"
+"Calc MS Excel 2007 Binary\n"
+"UIName\n"
+"value.text"
+msgid "Microsoft Excel 2007 Binary"
+msgstr "Microsoft Excel 2003 XML"
-#: impress_MS_PowerPoint_2007_XML_Template_ui.xcu#Impress_MS_PowerPoint_2007_XML_Template.UIName.value.text
+#. o?NG
+#: impress_MS_PowerPoint_2007_XML_Template.xcu
#, fuzzy
-msgctxt "impress_MS_PowerPoint_2007_XML_Template_ui.xcu#Impress_MS_PowerPoint_2007_XML_Template.UIName.value.text"
+msgctxt ""
+"impress_MS_PowerPoint_2007_XML_Template.xcu\n"
+"Impress MS PowerPoint 2007 XML Template\n"
+"UIName\n"
+"value.text"
msgid "Microsoft PowerPoint 2007/2010 XML Template"
msgstr "Microsoft PowerPoint 97/2000/XP შაბლონი"
-#: MS_Excel_5_0_95_Vorlage_Template_ui.xcu#MS_Excel_5.0/95_Vorlage/Template.UIName.value.text
-msgid "Microsoft Excel 5.0 Template"
-msgstr "Microsoft Excel 5.0 შაბლონი"
-
-#: MS_Word_2003_XML_ui.xcu#MS_Word_2003_XML.UIName.value.text
-msgid "Microsoft Word 2003 XML"
-msgstr "Microsoft Word 2003 XML"
+#. ?Kb,
+#: impress_OOXML_ui.xcu
+msgctxt ""
+"impress_OOXML_ui.xcu\n"
+"Impress Office Open XML\n"
+"UIName\n"
+"value.text"
+msgid "Office Open XML Presentation"
+msgstr ""
-#: writer_globaldocument_StarOffice_XML_Writer_GlobalDocument_ui.xcu#writer_globaldocument_StarOffice_XML_Writer_GlobalDocument.UIName.value.text
-msgid "%productname% %formatversion% Master Document"
-msgstr "%productname% %formatversion% ძირითადი დოკუმენტი"
+#. %(ni
+#: draw8_template_ui.xcu
+msgctxt ""
+"draw8_template_ui.xcu\n"
+"draw8_template\n"
+"UIName\n"
+"value.text"
+msgid "ODF Drawing Template"
+msgstr ""
-#: StarWriter_5_0_GlobalDocument_ui.xcu#StarWriter_5.0/GlobalDocument.UIName.value.text
-msgid "StarWriter 5.0 Master Document"
-msgstr "StarWriter 5.0 ძირითადი დოკუმენტი"
+#. Y5_V
+#: StarOffice_XML__Math__ui.xcu
+msgctxt ""
+"StarOffice_XML__Math__ui.xcu\n"
+"StarOffice XML (Math)\n"
+"UIName\n"
+"value.text"
+msgid "%productname% %formatversion% Formula"
+msgstr "%productname% %formatversion% ფორმულა"
-#: MS_Excel_97_Vorlage_Template_ui.xcu#MS_Excel_97_Vorlage/Template.UIName.value.text
+#. Z?OM
+#: MS_Word_97_Vorlage_ui.xcu
#, fuzzy
-msgid "Microsoft Excel 97/2000/XP/2003 Template"
-msgstr "Microsoft Excel 97/2000/XP შაბლონი"
+msgctxt ""
+"MS_Word_97_Vorlage_ui.xcu\n"
+"MS Word 97 Vorlage\n"
+"UIName\n"
+"value.text"
+msgid "Microsoft Word 97/2000/XP/2003 Template"
+msgstr "Microsoft Word 97/2000/XP შაბლონი"
-#: impress_MS_PowerPoint_2007_XML_AutoPlay.xcu#Impress_MS_PowerPoint_2007_XML_AutoPlay.UIName.value.text
+#. #2bU
+#: impress_StarOffice_XML_Draw_ui.xcu
#, fuzzy
-msgid "Microsoft PowerPoint 2007/2010 XML AutoPlay"
-msgstr "Microsoft PowerPoint 97/2000/XP შაბლონი"
-
-#: draw_html_Export_ui.xcu#draw_html_Export.UIName.value.text
-msgid "HTML Document (Draw)"
-msgstr ""
+msgctxt ""
+"impress_StarOffice_XML_Draw_ui.xcu\n"
+"impress_StarOffice_XML_Draw\n"
+"UIName\n"
+"value.text"
+msgid "%productname% %formatversion% Drawing (Impress)"
+msgstr "%productname% %formatversion% ნახატის შაბლონი"
-#: MS_Word_2007_XML_Template.xcu#MS_Word_2007_XML_Template.UIName.value.text
+#. ?G4t
+#: MS_Word_2007_XML_Template_ui.xcu
#, fuzzy
-msgctxt "MS_Word_2007_XML_Template.xcu#MS_Word_2007_XML_Template.UIName.value.text"
+msgctxt ""
+"MS_Word_2007_XML_Template_ui.xcu\n"
+"MS Word 2007 XML Template\n"
+"UIName\n"
+"value.text"
msgid "Microsoft Word 2007/2010 XML Template"
msgstr "Microsoft Word 97/2000/XP შაბლონი"
-#: StarCalc_5_0_Vorlage_Template_ui.xcu#StarCalc_5.0_Vorlage/Template.UIName.value.text
-msgid "StarCalc 5.0 Template"
-msgstr "StarCalc 5.0 შაბლონი"
-
-#: calc8_ui.xcu#calc8.UIName.value.text
-msgid "ODF Spreadsheet"
-msgstr ""
-
-#: MS_Word_97_Vorlage_ui.xcu#MS_Word_97_Vorlage.UIName.value.text
-#, fuzzy
-msgid "Microsoft Word 97/2000/XP/2003 Template"
-msgstr "Microsoft Word 97/2000/XP შაბლონი"
-
-#: StarCalc_4_0_Vorlage_Template_ui.xcu#StarCalc_4.0_Vorlage/Template.UIName.value.text
-msgid "StarCalc 4.0 Template"
-msgstr "StarCalc 4.0 შაბლონი"
-
-#: writerweb8_writer_ui.xcu#writerweb8_writer.UIName.value.text
-msgid "%productname% Text (Writer/Web)"
+#. 8*:[
+#: impress_OOXML_Template_ui.xcu
+msgctxt ""
+"impress_OOXML_Template_ui.xcu\n"
+"Impress Office Open XML Template\n"
+"UIName\n"
+"value.text"
+msgid "Office Open XML Presentation Template"
msgstr ""
-#: impress8_template_ui.xcu#impress8_template.UIName.value.text
-msgid "ODF Presentation Template"
+#. r=7Q
+#: calc_OOXML_Template_ui.xcu
+msgctxt ""
+"calc_OOXML_Template_ui.xcu\n"
+"Calc Office Open XML Template\n"
+"UIName\n"
+"value.text"
+msgid "Office Open XML Spreadsheet Template"
msgstr ""
-#: Text_ui.xcu#Text.UIName.value.text
-msgid "Text"
-msgstr "ტექსტი"
-
-#: writer_globaldocument_StarOffice_XML_Writer_ui.xcu#writer_globaldocument_StarOffice_XML_Writer.UIName.value.text
-msgctxt "writer_globaldocument_StarOffice_XML_Writer_ui.xcu#writer_globaldocument_StarOffice_XML_Writer.UIName.value.text"
-msgid "%productname% %formatversion% Text Document"
-msgstr "ტექსტური დოკუმენტი"
-
-#: StarDraw_5_0_Vorlage_ui.xcu#StarDraw_5.0_Vorlage.UIName.value.text
-msgid "StarDraw 5.0 Template"
-msgstr "StarDraw 5.0 შაბლონი"
-
-#: writerglobal8_writer_ui.xcu#writerglobal8_writer.UIName.value.text
-msgctxt "writerglobal8_writer_ui.xcu#writerglobal8_writer.UIName.value.text"
-msgid "ODF Text Document"
+#. 7,nr
+#: UOF_spreadsheet_ui.xcu
+msgctxt ""
+"UOF_spreadsheet_ui.xcu\n"
+"UOF spreadsheet\n"
+"UIName\n"
+"value.text"
+msgid "Unified Office Format spreadsheet"
msgstr ""
-#: StarOffice_XML__Writer__ui.xcu#StarOffice_XML__Writer_.UIName.value.text
-msgctxt "StarOffice_XML__Writer__ui.xcu#StarOffice_XML__Writer_.UIName.value.text"
-msgid "%productname% %formatversion% Text Document"
-msgstr "ტექსტური დოკუმენტი"
-
-#: impress_MS_PowerPoint_2007_XML_ui.xcu#Impress_MS_PowerPoint_2007_XML.UIName.value.text
+#. p]gv
+#: calc_MS_Excel_2007_XML_ui.xcu
#, fuzzy
-msgid "Microsoft PowerPoint 2007/2010 XML"
-msgstr "Microsoft PowerPoint 97/2000/XP შაბლონი"
-
-#: HTML_MasterDoc_ui.xcu#HTML_MasterDoc.UIName.value.text
-msgid "HTML Document (Master Document)"
-msgstr ""
-
-#: StarWriter_4_0_GlobalDocument_ui.xcu#StarWriter_4.0/GlobalDocument.UIName.value.text
-msgid "StarWriter 4.0 Master Document"
-msgstr "StarWriter 4.0 ძირითადი დოკუმენტი"
+msgctxt ""
+"calc_MS_Excel_2007_XML_ui.xcu\n"
+"Calc MS Excel 2007 XML\n"
+"UIName\n"
+"value.text"
+msgid "Microsoft Excel 2007/2010 XML"
+msgstr "Microsoft Excel 2003 XML"
-#: StarWriter_Web_4_0_Vorlage_Template_ui.xcu#StarWriter/Web_4.0_Vorlage/Template.UIName.value.text
-msgid "StarWriter/Web 4.0 Template"
-msgstr "StarWriter/Web 4.0 შაბლონი"
+#. 0M*O
+#: writer_web_StarOffice_XML_Writer_Web_Template_ui.xcu
+msgctxt ""
+"writer_web_StarOffice_XML_Writer_Web_Template_ui.xcu\n"
+"writer_web_StarOffice_XML_Writer_Web_Template\n"
+"UIName\n"
+"value.text"
+msgid "%productname% %formatversion% HTML Template"
+msgstr "%productname% %formatversion% HTML შაბლონი"
-#: StarImpress_5_0_Vorlage_ui.xcu#StarImpress_5.0_Vorlage.UIName.value.text
-msgid "StarImpress 5.0 Template"
-msgstr "StarImpress 5.0 შაბლონი"
+#. qT6D
+#: writerweb8_writer_template_ui.xcu
+msgctxt ""
+"writerweb8_writer_template_ui.xcu\n"
+"writerweb8_writer_template\n"
+"UIName\n"
+"value.text"
+msgid "HTML Document Template"
+msgstr "HTML დოკუმენტის შაბლონი"
-#: writer8_template_ui.xcu#writer8_template.UIName.value.text
-msgid "ODF Text Document Template"
-msgstr ""
+#. yL/+
+#: StarOffice_XML__Calc__ui.xcu
+msgctxt ""
+"StarOffice_XML__Calc__ui.xcu\n"
+"StarOffice XML (Calc)\n"
+"UIName\n"
+"value.text"
+msgid "%productname% %formatversion% Spreadsheet"
+msgstr "%productname% %formatversion% ელექტრონული ცხრილი"
-#: OOXML_Text_Template_ui.xcu#Office_Open_XML_Text_Template.UIName.value.text
+#. o/GW
+#: OOXML_Text_Template_ui.xcu
+msgctxt ""
+"OOXML_Text_Template_ui.xcu\n"
+"Office Open XML Text Template\n"
+"UIName\n"
+"value.text"
msgid "Office Open XML Text Template"
msgstr ""
-#: math8_ui.xcu#math8.UIName.value.text
-msgid "ODF Formula"
+#. $+;N
+#: draw8_ui.xcu
+msgctxt ""
+"draw8_ui.xcu\n"
+"draw8\n"
+"UIName\n"
+"value.text"
+msgid "ODF Drawing"
msgstr ""
-#: calc_MS_Excel_2007_XML_ui.xcu#Calc_MS_Excel_2007_XML.UIName.value.text
+#. L3Qs
+#: calc_MS_Excel_2007_XML_Template_ui.xcu
#, fuzzy
-msgid "Microsoft Excel 2007/2010 XML"
-msgstr "Microsoft Excel 2003 XML"
-
-#: StarOffice_XML__Chart__ui.xcu#StarOffice_XML__Chart_.UIName.value.text
-msgid "%productname% %formatversion% Chart"
-msgstr "%productname% %formatversion% Chart"
+msgctxt ""
+"calc_MS_Excel_2007_XML_Template_ui.xcu\n"
+"Calc MS Excel 2007 XML Template\n"
+"UIName\n"
+"value.text"
+msgid "Microsoft Excel 2007/2010 XML Template"
+msgstr "Microsoft Excel 97/2000/XP შაბლონი"
-#: MS_Word_2007_XML_Template_ui.xcu#MS_Word_2007_XML_Template.UIName.value.text
+#. H9?2
+#: impress8_ui.xcu
#, fuzzy
-msgctxt "MS_Word_2007_XML_Template_ui.xcu#MS_Word_2007_XML_Template.UIName.value.text"
-msgid "Microsoft Word 2007/2010 XML Template"
-msgstr "Microsoft Word 97/2000/XP შაბლონი"
+msgctxt ""
+"impress8_ui.xcu\n"
+"impress8\n"
+"UIName\n"
+"value.text"
+msgid "ODF Presentation"
+msgstr "ახალი პრეზენტაცია"
-#: HTML__StarWriter__ui.xcu#HTML__StarWriter_.UIName.value.text
-msgid "HTML Document (Writer)"
-msgstr ""
+#. 6HHU
+#: Text__StarWriter_Web__ui.xcu
+#, fuzzy
+msgctxt ""
+"Text__StarWriter_Web__ui.xcu\n"
+"Text (StarWriter/Web)\n"
+"UIName\n"
+"value.text"
+msgid "Text (Writer/Web)"
+msgstr "ტექსტი (StarWriter/Web)"
-#: MS_Excel_2003_XML_ui.xcu#MS_Excel_2003_XML.UIName.value.text
-msgid "Microsoft Excel 2003 XML"
-msgstr "Microsoft Excel 2003 XML"
+#. 2*9O
+#: impress_MS_PowerPoint_2007_XML_ui.xcu
+#, fuzzy
+msgctxt ""
+"impress_MS_PowerPoint_2007_XML_ui.xcu\n"
+"Impress MS PowerPoint 2007 XML\n"
+"UIName\n"
+"value.text"
+msgid "Microsoft PowerPoint 2007/2010 XML"
+msgstr "Microsoft PowerPoint 97/2000/XP შაბლონი"
-#: UOF_spreadsheet_ui.xcu#UOF_spreadsheet.UIName.value.text
-msgid "Unified Office Format spreadsheet"
+#. pn~s
+#: calc8_ui.xcu
+msgctxt ""
+"calc8_ui.xcu\n"
+"calc8\n"
+"UIName\n"
+"value.text"
+msgid "ODF Spreadsheet"
msgstr ""
-#: StarDraw_3_0_Vorlage__StarImpress__ui.xcu#StarDraw_3.0_Vorlage__StarImpress_.UIName.value.text
-msgid "StarDraw 3.0 Template (Impress)"
+#. ,MlL
+#: calc_HTML_WebQuery_ui.xcu
+msgctxt ""
+"calc_HTML_WebQuery_ui.xcu\n"
+"calc_HTML_WebQuery\n"
+"UIName\n"
+"value.text"
+msgid "Web Page Query (Calc)"
msgstr ""
-#: StarImpress_4_0_Vorlage_ui.xcu#StarImpress_4.0_Vorlage.UIName.value.text
-msgid "StarImpress 4.0 Template"
-msgstr "StarImpress 4.0 შაბლონი"
+#. `Atl
+#: HTML_MasterDoc_ui.xcu
+msgctxt ""
+"HTML_MasterDoc_ui.xcu\n"
+"HTML_MasterDoc\n"
+"UIName\n"
+"value.text"
+msgid "HTML Document (Master Document)"
+msgstr ""
-#: calc_OOXML_Template_ui.xcu#Calc_Office_Open_XML_Template.UIName.value.text
-msgid "Office Open XML Spreadsheet Template"
+#. AJSF
+#: writerweb8_writer_ui.xcu
+msgctxt ""
+"writerweb8_writer_ui.xcu\n"
+"writerweb8_writer\n"
+"UIName\n"
+"value.text"
+msgid "%productname% Text (Writer/Web)"
msgstr ""
-#: calc_MS_Excel_2007_XML_Template_ui.xcu#Calc_MS_Excel_2007_XML_Template.UIName.value.text
-#, fuzzy
-msgid "Microsoft Excel 2007/2010 XML Template"
-msgstr "Microsoft Excel 97/2000/XP შაბლონი"
+#. }t(*
+#: Text_ui.xcu
+msgctxt ""
+"Text_ui.xcu\n"
+"Text\n"
+"UIName\n"
+"value.text"
+msgid "Text"
+msgstr "ტექსტი"
-#: impress_MS_PowerPoint_2007_XML_Template.xcu#Impress_MS_PowerPoint_2007_XML_Template.UIName.value.text
-#, fuzzy
-msgctxt "impress_MS_PowerPoint_2007_XML_Template.xcu#Impress_MS_PowerPoint_2007_XML_Template.UIName.value.text"
-msgid "Microsoft PowerPoint 2007/2010 XML Template"
-msgstr "Microsoft PowerPoint 97/2000/XP შაბლონი"
+#. ,n.B
+#: calc_StarOffice_XML_Calc_Template_ui.xcu
+msgctxt ""
+"calc_StarOffice_XML_Calc_Template_ui.xcu\n"
+"calc_StarOffice_XML_Calc_Template\n"
+"UIName\n"
+"value.text"
+msgid "%productname% %formatversion% Spreadsheet Template"
+msgstr "%productname% %formatversion% ელექრონული ცხრილის შაბლონი"
-#: HTML_ui.xcu#HTML.UIName.value.text
+#. 7sAm
+#: OOXML_Text_ui.xcu
+msgctxt ""
+"OOXML_Text_ui.xcu\n"
+"Office Open XML Text\n"
+"UIName\n"
+"value.text"
+msgid "Office Open XML Text"
+msgstr ""
+
+#. @IUQ
+#: HTML_ui.xcu
+msgctxt ""
+"HTML_ui.xcu\n"
+"HTML\n"
+"UIName\n"
+"value.text"
msgid "HTML Document"
msgstr "HTML დოკუმენტი"
-#: impress8_ui.xcu#impress8.UIName.value.text
-msgid "ODF Presentation"
+#. ][6X
+#: impress_html_Export_ui.xcu
+msgctxt ""
+"impress_html_Export_ui.xcu\n"
+"impress_html_Export\n"
+"UIName\n"
+"value.text"
+msgid "HTML Document (Impress)"
msgstr ""
-#: impress_OOXML_Template_ui.xcu#Impress_Office_Open_XML_Template.UIName.value.text
-msgid "Office Open XML Presentation Template"
-msgstr ""
+#. 2Nj`
+#: writer_StarOffice_XML_Writer_Template_ui.xcu
+msgctxt ""
+"writer_StarOffice_XML_Writer_Template_ui.xcu\n"
+"writer_StarOffice_XML_Writer_Template\n"
+"UIName\n"
+"value.text"
+msgid "%productname% %formatversion% Text Document Template"
+msgstr "%productname% %formatversion% ტესტური დოკუმენტის შაბლონი"
-#: Text__StarWriter_Web__ui.xcu#Text__StarWriter/Web_.UIName.value.text
-msgid "Text (Writer/Web)"
-msgstr ""
+#. MOg?
+#: MS_Excel_97_Vorlage_Template_ui.xcu
+#, fuzzy
+msgctxt ""
+"MS_Excel_97_Vorlage_Template_ui.xcu\n"
+"MS Excel 97 Vorlage/Template\n"
+"UIName\n"
+"value.text"
+msgid "Microsoft Excel 97/2000/XP/2003 Template"
+msgstr "Microsoft Excel 97/2000/XP შაბლონი"
-#: calc_HTML_WebQuery_ui.xcu#calc_HTML_WebQuery.UIName.value.text
-msgid "Web Page Query (Calc)"
-msgstr ""
+#. clCD
+#: StarOffice_XML__Writer__ui.xcu
+msgctxt ""
+"StarOffice_XML__Writer__ui.xcu\n"
+"StarOffice XML (Writer)\n"
+"UIName\n"
+"value.text"
+msgid "%productname% %formatversion% Text Document"
+msgstr "ტექსტური დოკუმენტი"
-#: StarOffice_XML__Impress__ui.xcu#StarOffice_XML__Impress_.UIName.value.text
+#. ZOC6
+#: StarOffice_XML__Impress__ui.xcu
+msgctxt ""
+"StarOffice_XML__Impress__ui.xcu\n"
+"StarOffice XML (Impress)\n"
+"UIName\n"
+"value.text"
msgid "%productname% %formatversion% Presentation"
msgstr "%productname% %formatversion% პრეზენტაცია"
-#: MS_PowerPoint_97_Vorlage_ui.xcu#MS_PowerPoint_97_Vorlage.UIName.value.text
-#, fuzzy
-msgid "Microsoft PowerPoint 97/2000/XP/2003 Template"
-msgstr "Microsoft PowerPoint 97/2000/XP შაბლონი"
-
-#: Text__encoded__ui.xcu#Text__encoded_.UIName.value.text
-msgid "Text Encoded"
-msgstr "კოდირებული ტექსტი"
-
-#: writerglobal8_ui.xcu#writerglobal8.UIName.value.text
+#. ^jXH
+#: writerglobal8_ui.xcu
+msgctxt ""
+"writerglobal8_ui.xcu\n"
+"writerglobal8\n"
+"UIName\n"
+"value.text"
msgid "ODF Master Document"
msgstr ""
-#: UOF_text_ui.xcu#UOF_text.UIName.value.text
-msgid "Unified Office Format text"
-msgstr ""
+#. J@6X
+#: MS_Excel_5_0_95_Vorlage_Template_ui.xcu
+msgctxt ""
+"MS_Excel_5_0_95_Vorlage_Template_ui.xcu\n"
+"MS Excel 5.0/95 Vorlage/Template\n"
+"UIName\n"
+"value.text"
+msgid "Microsoft Excel 5.0 Template"
+msgstr "Microsoft Excel 5.0 შაბლონი"
-#: Text__encoded___StarWriter_Web__ui.xcu#Text__encoded___StarWriter/Web_.UIName.value.text
-msgid "Text Encoded (Writer/Web)"
-msgstr ""
+#. 30UV
+#: MS_Excel_2003_XML_ui.xcu
+msgctxt ""
+"MS_Excel_2003_XML_ui.xcu\n"
+"MS Excel 2003 XML\n"
+"UIName\n"
+"value.text"
+msgid "Microsoft Excel 2003 XML"
+msgstr "Microsoft Excel 2003 XML"
-#: chart8_ui.xcu#chart8.UIName.value.text
-msgid "ODF Chart"
-msgstr ""
+#. K?ig
+#: impress_StarOffice_XML_Impress_Template_ui.xcu
+msgctxt ""
+"impress_StarOffice_XML_Impress_Template_ui.xcu\n"
+"impress_StarOffice_XML_Impress_Template\n"
+"UIName\n"
+"value.text"
+msgid "%productname% %formatversion% Presentation Template"
+msgstr "%productname% %formatversion% პრეზენტაციის შაბლონი"
-#: StarWriter_Web_5_0_Vorlage_Template_ui.xcu#StarWriter/Web_5.0_Vorlage/Template.UIName.value.text
-msgid "StarWriter/Web 5.0 Template"
-msgstr "StarWriter/Web 5.0 შაბლონი"
+#. tI1@
+#: writer_globaldocument_StarOffice_XML_Writer_ui.xcu
+msgctxt ""
+"writer_globaldocument_StarOffice_XML_Writer_ui.xcu\n"
+"writer_globaldocument_StarOffice_XML_Writer\n"
+"UIName\n"
+"value.text"
+msgid "%productname% %formatversion% Text Document"
+msgstr "ტექსტური დოკუმენტი"
-#: OOXML_Text_ui.xcu#Office_Open_XML_Text.UIName.value.text
-msgid "Office Open XML Text"
+#. ,(b:
+#: impress8_draw_ui.xcu
+msgctxt ""
+"impress8_draw_ui.xcu\n"
+"impress8_draw\n"
+"UIName\n"
+"value.text"
+msgid "ODF Drawing (Impress)"
msgstr ""
-#: draw_StarOffice_XML_Draw_Template_ui.xcu#draw_StarOffice_XML_Draw_Template.UIName.value.text
-msgid "%productname% %formatversion% Drawing Template"
-msgstr "%productname% %formatversion% ნახატის შაბლონი"
+#. Mt[;
+#: writer_web_StarOffice_XML_Writer_ui.xcu
+#, fuzzy
+msgctxt ""
+"writer_web_StarOffice_XML_Writer_ui.xcu\n"
+"writer_web_StarOffice_XML_Writer\n"
+"UIName\n"
+"value.text"
+msgid "%productname% %formatversion% Text Document (Writer/Web)"
+msgstr "%productname% %formatversion% ტესტური დოკუმენტის შაბლონი"
-#: StarOffice_XML__Draw__ui.xcu#StarOffice_XML__Draw_.UIName.value.text
-msgid "%productname% %formatversion% Drawing"
-msgstr "%productname% %formatversion% ნახატი"
+#. ?H1Y
+#: calc_OOXML_ui.xcu
+msgctxt ""
+"calc_OOXML_ui.xcu\n"
+"Calc Office Open XML\n"
+"UIName\n"
+"value.text"
+msgid "Office Open XML Spreadsheet"
+msgstr ""
-#: impress_StarOffice_XML_Draw_ui.xcu#impress_StarOffice_XML_Draw.UIName.value.text
+#. yoFo
+#: impress_MS_PowerPoint_2007_XML_Template_ui.xcu
#, fuzzy
-msgid "%productname% %formatversion% Drawing (Impress)"
-msgstr "%productname% %formatversion% ნახატის შაბლონი"
+msgctxt ""
+"impress_MS_PowerPoint_2007_XML_Template_ui.xcu\n"
+"Impress MS PowerPoint 2007 XML Template\n"
+"UIName\n"
+"value.text"
+msgid "Microsoft PowerPoint 2007/2010 XML Template"
+msgstr "Microsoft PowerPoint 97/2000/XP შაბლონი"
-#: StarCalc_3_0_Vorlage_Template_ui.xcu#StarCalc_3.0_Vorlage/Template.UIName.value.text
-msgid "StarCalc 3.0 Template"
-msgstr "StarCalc 3.0 შაბლონი"
+#. tb):
+#: Text___txt___csv__StarCalc__ui.xcu
+msgctxt ""
+"Text___txt___csv__StarCalc__ui.xcu\n"
+"Text - txt - csv (StarCalc)\n"
+"UIName\n"
+"value.text"
+msgid "Text CSV"
+msgstr "ტექსტი CSV"
-#: MS_Word_95_Vorlage_ui.xcu#MS_Word_95_Vorlage.UIName.value.text
-msgid "Microsoft Word 95 Template"
-msgstr "Microsoft Word 95 შაბლონი"
+#. 9B3M
+#: writer_globaldocument_StarOffice_XML_Writer_GlobalDocument_ui.xcu
+msgctxt ""
+"writer_globaldocument_StarOffice_XML_Writer_GlobalDocument_ui.xcu\n"
+"writer_globaldocument_StarOffice_XML_Writer_GlobalDocument\n"
+"UIName\n"
+"value.text"
+msgid "%productname% %formatversion% Master Document"
+msgstr "%productname% %formatversion% ძირითადი დოკუმენტი"
-#: MS_Excel_95_Vorlage_Template_ui.xcu#MS_Excel_95_Vorlage/Template.UIName.value.text
-msgid "Microsoft Excel 95 Template"
-msgstr "Microsoft Excel 95 შაბლონი"
+#. W^dl
+#: writer8_ui.xcu
+#, fuzzy
+msgctxt ""
+"writer8_ui.xcu\n"
+"writer8\n"
+"UIName\n"
+"value.text"
+msgid "ODF Text Document"
+msgstr "ტექსტური დოკუმენტი"
-#: calc_StarOffice_XML_Calc_Template_ui.xcu#calc_StarOffice_XML_Calc_Template.UIName.value.text
-msgid "%productname% %formatversion% Spreadsheet Template"
-msgstr "%productname% %formatversion% ელექრონული ცხრილის შაბლონი"
+#. jmL)
+#: MS_Word_95_Vorlage_ui.xcu
+msgctxt ""
+"MS_Word_95_Vorlage_ui.xcu\n"
+"MS Word 95 Vorlage\n"
+"UIName\n"
+"value.text"
+msgid "Microsoft Word 95 Template"
+msgstr "Microsoft Word 95 შაბლონი"
-#: UOF_presentation_ui.xcu#UOF_presentation.UIName.value.text
-msgid "Unified Office Format presentation"
+#. l,@_
+#: writer8_template_ui.xcu
+msgctxt ""
+"writer8_template_ui.xcu\n"
+"writer8_template\n"
+"UIName\n"
+"value.text"
+msgid "ODF Text Document Template"
msgstr ""
-#: impress_html_Export_ui.xcu#impress_html_Export.UIName.value.text
-msgid "HTML Document (Impress)"
+#. #3,N
+#: draw_html_Export_ui.xcu
+msgctxt ""
+"draw_html_Export_ui.xcu\n"
+"draw_html_Export\n"
+"UIName\n"
+"value.text"
+msgid "HTML Document (Draw)"
msgstr ""
-#: StarImpress_5_0__packed__ui.xcu#StarImpress_5.0__packed_.UIName.value.text
-msgid "StarImpress 5.0 Packed"
-msgstr "StarImpress 5.0 Packed"
+#. 3]]=
+#: draw_StarOffice_XML_Draw_Template_ui.xcu
+msgctxt ""
+"draw_StarOffice_XML_Draw_Template_ui.xcu\n"
+"draw_StarOffice_XML_Draw_Template\n"
+"UIName\n"
+"value.text"
+msgid "%productname% %formatversion% Drawing Template"
+msgstr "%productname% %formatversion% ნახატის შაბლონი"
-#: StarWriter_4_0_Vorlage_Template_ui.xcu#StarWriter_4.0_Vorlage/Template.UIName.value.text
-msgid "StarWriter 4.0 Template"
-msgstr "StarWriter 4.0 შაბლონი"
+#. H=YU
+#: writerglobal8_writer_ui.xcu
+#, fuzzy
+msgctxt ""
+"writerglobal8_writer_ui.xcu\n"
+"writerglobal8_writer\n"
+"UIName\n"
+"value.text"
+msgid "ODF Text Document"
+msgstr "ტექსტური დოკუმენტი"
-#: Text___txt___csv__StarCalc__ui.xcu#Text___txt___csv__StarCalc_.UIName.value.text
-msgid "Text CSV"
-msgstr "ტექსტი CSV"
+#. 2[!X
+#: StarOffice_XML__Base__ui.xcu
+#, fuzzy
+msgctxt ""
+"StarOffice_XML__Base__ui.xcu\n"
+"StarOffice XML (Base)\n"
+"UIName\n"
+"value.text"
+msgid "ODF Database"
+msgstr "ახალი მონაცემთა ბაზა"
-#: HTML__StarCalc__ui.xcu#HTML__StarCalc_.UIName.value.text
-msgid "HTML Document (Calc)"
+#. ]m0?
+#: MS_Word_2007_XML_ui.xcu
+#, fuzzy
+msgctxt ""
+"MS_Word_2007_XML_ui.xcu\n"
+"MS Word 2007 XML\n"
+"UIName\n"
+"value.text"
+msgid "Microsoft Word 2007/2010 XML"
+msgstr "Microsoft Word 2003 XML"
+
+#. @w`5
+#: MS_PowerPoint_97_Vorlage_ui.xcu
+#, fuzzy
+msgctxt ""
+"MS_PowerPoint_97_Vorlage_ui.xcu\n"
+"MS PowerPoint 97 Vorlage\n"
+"UIName\n"
+"value.text"
+msgid "Microsoft PowerPoint 97/2000/XP/2003 Template"
+msgstr "Microsoft PowerPoint 97/2000/XP შაბლონი"
+
+#. _bE!
+#: StarOffice_XML__Chart__ui.xcu
+msgctxt ""
+"StarOffice_XML__Chart__ui.xcu\n"
+"StarOffice XML (Chart)\n"
+"UIName\n"
+"value.text"
+msgid "%productname% %formatversion% Chart"
+msgstr "%productname% %formatversion% Chart"
+
+#. 8O3T
+#: math8_ui.xcu
+msgctxt ""
+"math8_ui.xcu\n"
+"math8\n"
+"UIName\n"
+"value.text"
+msgid "ODF Formula"
msgstr ""
diff --git a/source/ka/filter/source/config/fragments/internalgraphicfilters.po b/source/ka/filter/source/config/fragments/internalgraphicfilters.po
index 88187511087..96230ac12f6 100644
--- a/source/ka/filter/source/config/fragments/internalgraphicfilters.po
+++ b/source/ka/filter/source/config/fragments/internalgraphicfilters.po
@@ -1,9 +1,9 @@
-#. extracted from filter/source/config/fragments/internalgraphicfilters.oo
+#. extracted from filter/source/config/fragments/internalgraphicfilters
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+filter%2Fsource%2Fconfig%2Ffragments%2Finternalgraphicfilters.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,215 +12,445 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: xpm_Import.xcu#xpm_Import.UIName.value.text
-msgctxt "xpm_Import.xcu#xpm_Import.UIName.value.text"
-msgid "XPM - X PixMap"
-msgstr ""
-
-#: wmf_Import.xcu#wmf_Import.UIName.value.text
-msgctxt "wmf_Import.xcu#wmf_Import.UIName.value.text"
-msgid "WMF - Windows Metafile"
+#. WH%g
+#: svg_Import.xcu
+msgctxt ""
+"svg_Import.xcu\n"
+"svg_Import\n"
+"UIName\n"
+"value.text"
+msgid "SVG - Scalable Vector Graphics"
msgstr ""
-#: eps_Import.xcu#eps_Import.UIName.value.text
-msgctxt "eps_Import.xcu#eps_Import.UIName.value.text"
-msgid "EPS - Encapsulated PostScript"
+#. rk[w
+#: psd_Import.xcu
+msgctxt ""
+"psd_Import.xcu\n"
+"psd_Import\n"
+"UIName\n"
+"value.text"
+msgid "PSD - Adobe Photoshop"
msgstr ""
-#: tga_Import.xcu#tga_Import.UIName.value.text
-msgid "TGA - Truevision Targa"
+#. nN9M
+#: jpg_Export.xcu
+msgctxt ""
+"jpg_Export.xcu\n"
+"jpg_Export\n"
+"UIName\n"
+"value.text"
+msgid "JPEG - Joint Photographic Experts Group"
msgstr ""
-#: met_Import.xcu#met_Import.UIName.value.text
-msgctxt "met_Import.xcu#met_Import.UIName.value.text"
-msgid "MET - OS/2 Metafile"
+#. $180
+#: dxf_Import.xcu
+msgctxt ""
+"dxf_Import.xcu\n"
+"dxf_Import\n"
+"UIName\n"
+"value.text"
+msgid "DXF - AutoCAD Interchange Format"
msgstr ""
-#: bmp_Import.xcu#bmp_Import.UIName.value.text
-msgctxt "bmp_Import.xcu#bmp_Import.UIName.value.text"
+#. !1co
+#: bmp_Import.xcu
+msgctxt ""
+"bmp_Import.xcu\n"
+"bmp_Import\n"
+"UIName\n"
+"value.text"
msgid "BMP - Windows Bitmap"
msgstr ""
-#: emf_Import.xcu#emf_Import.UIName.value.text
-msgctxt "emf_Import.xcu#emf_Import.UIName.value.text"
-msgid "EMF - Enhanced Metafile"
+#. kltH
+#: tif_Import.xcu
+msgctxt ""
+"tif_Import.xcu\n"
+"tif_Import\n"
+"UIName\n"
+"value.text"
+msgid "TIFF - Tagged Image File Format"
msgstr ""
-#: ras_Import.xcu#ras_Import.UIName.value.text
-msgctxt "ras_Import.xcu#ras_Import.UIName.value.text"
-msgid "RAS - Sun Raster Image"
+#. cK7s
+#: xpm_Export.xcu
+msgctxt ""
+"xpm_Export.xcu\n"
+"xpm_Export\n"
+"UIName\n"
+"value.text"
+msgid "XPM - X PixMap"
msgstr ""
-#: dxf_Import.xcu#dxf_Import.UIName.value.text
-msgid "DXF - AutoCAD Interchange Format"
+#. LBZQ
+#: pcd_Import_Base16.xcu
+msgctxt ""
+"pcd_Import_Base16.xcu\n"
+"pcd_Import_Base16\n"
+"UIName\n"
+"value.text"
+msgid "PCD - Kodak Photo CD (192x128)"
msgstr ""
-#: pcd_Import_Base4.xcu#pcd_Import_Base4.UIName.value.text
-msgid "PCD - Kodak Photo CD (384x256)"
+#. Qb,j
+#: ras_Import.xcu
+msgctxt ""
+"ras_Import.xcu\n"
+"ras_Import\n"
+"UIName\n"
+"value.text"
+msgid "RAS - Sun Raster Image"
msgstr ""
-#: ppm_Export.xcu#ppm_Export.UIName.value.text
-msgctxt "ppm_Export.xcu#ppm_Export.UIName.value.text"
+#. Co!+
+#: ppm_Import.xcu
+msgctxt ""
+"ppm_Import.xcu\n"
+"ppm_Import\n"
+"UIName\n"
+"value.text"
msgid "PPM - Portable Pixelmap"
msgstr ""
-#: eps_Export.xcu#eps_Export.UIName.value.text
-msgctxt "eps_Export.xcu#eps_Export.UIName.value.text"
-msgid "EPS - Encapsulated PostScript"
+#. MoeF
+#: png_Export.xcu
+msgctxt ""
+"png_Export.xcu\n"
+"png_Export\n"
+"UIName\n"
+"value.text"
+msgid "PNG - Portable Network Graphic"
msgstr ""
-#: pcx_Import.xcu#pcx_Import.UIName.value.text
-msgid "PCX - Zsoft Paintbrush"
+#. :=wc
+#: sgv_Import.xcu
+msgctxt ""
+"sgv_Import.xcu\n"
+"sgv_Import\n"
+"UIName\n"
+"value.text"
+msgid "SGV - StarDraw 2.0"
msgstr ""
-#: svg_Export.xcu#svg_Export.UIName.value.text
-msgctxt "svg_Export.xcu#svg_Export.UIName.value.text"
-msgid "SVG - Scalable Vector Graphics"
+#. 7gT1
+#: wmf_Import.xcu
+msgctxt ""
+"wmf_Import.xcu\n"
+"wmf_Import\n"
+"UIName\n"
+"value.text"
+msgid "WMF - Windows Metafile"
msgstr ""
-#: png_Export.xcu#png_Export.UIName.value.text
-msgctxt "png_Export.xcu#png_Export.UIName.value.text"
-msgid "PNG - Portable Network Graphic"
+#. ]?[k
+#: pcx_Import.xcu
+msgctxt ""
+"pcx_Import.xcu\n"
+"pcx_Import\n"
+"UIName\n"
+"value.text"
+msgid "PCX - Zsoft Paintbrush"
msgstr ""
-#: pcd_Import_Base16.xcu#pcd_Import_Base16.UIName.value.text
-msgid "PCD - Kodak Photo CD (192x128)"
+#. $(nB
+#: sgf_Import.xcu
+msgctxt ""
+"sgf_Import.xcu\n"
+"sgf_Import\n"
+"UIName\n"
+"value.text"
+msgid "SGF - StarWriter Graphics Format"
msgstr ""
-#: pcd_Import_Base.xcu#pcd_Import_Base.UIName.value.text
-msgid "PCD - Kodak Photo CD (768x512)"
+#. M]4B
+#: met_Export.xcu
+msgctxt ""
+"met_Export.xcu\n"
+"met_Export\n"
+"UIName\n"
+"value.text"
+msgid "MET - OS/2 Metafile"
msgstr ""
-#: tif_Export.xcu#tif_Export.UIName.value.text
-msgctxt "tif_Export.xcu#tif_Export.UIName.value.text"
-msgid "TIFF - Tagged Image File Format"
+#. 6o+b
+#: eps_Import.xcu
+msgctxt ""
+"eps_Import.xcu\n"
+"eps_Import\n"
+"UIName\n"
+"value.text"
+msgid "EPS - Encapsulated PostScript"
msgstr ""
-#: svm_Import.xcu#svm_Import.UIName.value.text
-msgctxt "svm_Import.xcu#svm_Import.UIName.value.text"
-msgid "SVM - StarView Metafile"
+#. @ZOn
+#: bmp_Export.xcu
+msgctxt ""
+"bmp_Export.xcu\n"
+"bmp_Export\n"
+"UIName\n"
+"value.text"
+msgid "BMP - Windows Bitmap"
msgstr ""
-#: tif_Import.xcu#tif_Import.UIName.value.text
-msgctxt "tif_Import.xcu#tif_Import.UIName.value.text"
-msgid "TIFF - Tagged Image File Format"
+#. P}G7
+#: jpg_Import.xcu
+msgctxt ""
+"jpg_Import.xcu\n"
+"jpg_Import\n"
+"UIName\n"
+"value.text"
+msgid "JPEG - Joint Photographic Experts Group"
msgstr ""
-#: pbm_Import.xcu#pbm_Import.UIName.value.text
-msgctxt "pbm_Import.xcu#pbm_Import.UIName.value.text"
-msgid "PBM - Portable Bitmap"
+#. K_`5
+#: ppm_Export.xcu
+msgctxt ""
+"ppm_Export.xcu\n"
+"ppm_Export\n"
+"UIName\n"
+"value.text"
+msgid "PPM - Portable Pixelmap"
msgstr ""
-#: png_Import.xcu#png_Import.UIName.value.text
-msgctxt "png_Import.xcu#png_Import.UIName.value.text"
-msgid "PNG - Portable Network Graphic"
+#. )`ND
+#: pbm_Export.xcu
+msgctxt ""
+"pbm_Export.xcu\n"
+"pbm_Export\n"
+"UIName\n"
+"value.text"
+msgid "PBM - Portable Bitmap"
msgstr ""
-#: xpm_Export.xcu#xpm_Export.UIName.value.text
-msgctxt "xpm_Export.xcu#xpm_Export.UIName.value.text"
-msgid "XPM - X PixMap"
+#. aA?q
+#: gif_Export.xcu
+msgctxt ""
+"gif_Export.xcu\n"
+"gif_Export\n"
+"UIName\n"
+"value.text"
+msgid "GIF - Graphics Interchange Format"
msgstr ""
-#: pct_Export.xcu#pct_Export.UIName.value.text
-msgctxt "pct_Export.xcu#pct_Export.UIName.value.text"
-msgid "PCT - Mac Pict"
+#. :zU2
+#: ras_Export.xcu
+msgctxt ""
+"ras_Export.xcu\n"
+"ras_Export\n"
+"UIName\n"
+"value.text"
+msgid "RAS - Sun Raster Image"
msgstr ""
-#: wmf_Export.xcu#wmf_Export.UIName.value.text
-msgctxt "wmf_Export.xcu#wmf_Export.UIName.value.text"
-msgid "WMF - Windows Metafile"
+#. Ga7:
+#: tif_Export.xcu
+msgctxt ""
+"tif_Export.xcu\n"
+"tif_Export\n"
+"UIName\n"
+"value.text"
+msgid "TIFF - Tagged Image File Format"
msgstr ""
-#: svg_Import.xcu#svg_Import.UIName.value.text
-msgctxt "svg_Import.xcu#svg_Import.UIName.value.text"
-msgid "SVG - Scalable Vector Graphics"
+#. VNR8
+#: pct_Import.xcu
+msgctxt ""
+"pct_Import.xcu\n"
+"pct_Import\n"
+"UIName\n"
+"value.text"
+msgid "PCT - Mac Pict"
msgstr ""
-#: sgv_Import.xcu#sgv_Import.UIName.value.text
-msgid "SGV - StarDraw 2.0"
+#. B`\~
+#: xbm_Import.xcu
+msgctxt ""
+"xbm_Import.xcu\n"
+"xbm_Import\n"
+"UIName\n"
+"value.text"
+msgid "XBM - X Bitmap"
msgstr ""
-#: emf_Export.xcu#emf_Export.UIName.value.text
-msgctxt "emf_Export.xcu#emf_Export.UIName.value.text"
+#. %Z(;
+#: emf_Export.xcu
+msgctxt ""
+"emf_Export.xcu\n"
+"emf_Export\n"
+"UIName\n"
+"value.text"
msgid "EMF - Enhanced Metafile"
msgstr ""
-#: met_Export.xcu#met_Export.UIName.value.text
-msgctxt "met_Export.xcu#met_Export.UIName.value.text"
-msgid "MET - OS/2 Metafile"
+#. ]\SO
+#: svm_Import.xcu
+msgctxt ""
+"svm_Import.xcu\n"
+"svm_Import\n"
+"UIName\n"
+"value.text"
+msgid "SVM - StarView Metafile"
msgstr ""
-#: psd_Import.xcu#psd_Import.UIName.value.text
-msgid "PSD - Adobe Photoshop"
+#. llig
+#: svg_Export.xcu
+msgctxt ""
+"svg_Export.xcu\n"
+"svg_Export\n"
+"UIName\n"
+"value.text"
+msgid "SVG - Scalable Vector Graphics"
msgstr ""
-#: jpg_Import.xcu#jpg_Import.UIName.value.text
-msgctxt "jpg_Import.xcu#jpg_Import.UIName.value.text"
-msgid "JPEG - Joint Photographic Experts Group"
+#. :[\\
+#: xpm_Import.xcu
+msgctxt ""
+"xpm_Import.xcu\n"
+"xpm_Import\n"
+"UIName\n"
+"value.text"
+msgid "XPM - X PixMap"
msgstr ""
-#: pct_Import.xcu#pct_Import.UIName.value.text
-msgctxt "pct_Import.xcu#pct_Import.UIName.value.text"
-msgid "PCT - Mac Pict"
+#. IJmO
+#: pcd_Import_Base4.xcu
+msgctxt ""
+"pcd_Import_Base4.xcu\n"
+"pcd_Import_Base4\n"
+"UIName\n"
+"value.text"
+msgid "PCD - Kodak Photo CD (384x256)"
msgstr ""
-#: ppm_Import.xcu#ppm_Import.UIName.value.text
-msgctxt "ppm_Import.xcu#ppm_Import.UIName.value.text"
-msgid "PPM - Portable Pixelmap"
+#. JU6T
+#: pcd_Import_Base.xcu
+msgctxt ""
+"pcd_Import_Base.xcu\n"
+"pcd_Import_Base\n"
+"UIName\n"
+"value.text"
+msgid "PCD - Kodak Photo CD (768x512)"
msgstr ""
-#: ras_Export.xcu#ras_Export.UIName.value.text
-msgctxt "ras_Export.xcu#ras_Export.UIName.value.text"
-msgid "RAS - Sun Raster Image"
+#. y+w+
+#: pgm_Import.xcu
+msgctxt ""
+"pgm_Import.xcu\n"
+"pgm_Import\n"
+"UIName\n"
+"value.text"
+msgid "PGM - Portable Graymap"
msgstr ""
-#: pgm_Export.xcu#pgm_Export.UIName.value.text
-msgctxt "pgm_Export.xcu#pgm_Export.UIName.value.text"
-msgid "PGM - Portable Graymap"
+#. UlYg
+#: svm_Export.xcu
+msgctxt ""
+"svm_Export.xcu\n"
+"svm_Export\n"
+"UIName\n"
+"value.text"
+msgid "SVM - StarView Metafile"
msgstr ""
-#: jpg_Export.xcu#jpg_Export.UIName.value.text
-msgctxt "jpg_Export.xcu#jpg_Export.UIName.value.text"
-msgid "JPEG - Joint Photographic Experts Group"
+#. 9+j;
+#: met_Import.xcu
+msgctxt ""
+"met_Import.xcu\n"
+"met_Import\n"
+"UIName\n"
+"value.text"
+msgid "MET - OS/2 Metafile"
msgstr ""
-#: sgf_Import.xcu#sgf_Import.UIName.value.text
-msgid "SGF - StarWriter Graphics Format"
+#. ;~S:
+#: pct_Export.xcu
+msgctxt ""
+"pct_Export.xcu\n"
+"pct_Export\n"
+"UIName\n"
+"value.text"
+msgid "PCT - Mac Pict"
msgstr ""
-#: bmp_Export.xcu#bmp_Export.UIName.value.text
-msgctxt "bmp_Export.xcu#bmp_Export.UIName.value.text"
-msgid "BMP - Windows Bitmap"
+#. @A~4
+#: png_Import.xcu
+msgctxt ""
+"png_Import.xcu\n"
+"png_Import\n"
+"UIName\n"
+"value.text"
+msgid "PNG - Portable Network Graphic"
msgstr ""
-#: svm_Export.xcu#svm_Export.UIName.value.text
-msgctxt "svm_Export.xcu#svm_Export.UIName.value.text"
-msgid "SVM - StarView Metafile"
+#. WB2s
+#: gif_Import.xcu
+msgctxt ""
+"gif_Import.xcu\n"
+"gif_Import\n"
+"UIName\n"
+"value.text"
+msgid "GIF - Graphics Interchange Format"
msgstr ""
-#: xbm_Import.xcu#xbm_Import.UIName.value.text
-msgid "XBM - X Bitmap"
+#. sIoS
+#: pbm_Import.xcu
+msgctxt ""
+"pbm_Import.xcu\n"
+"pbm_Import\n"
+"UIName\n"
+"value.text"
+msgid "PBM - Portable Bitmap"
msgstr ""
-#: gif_Export.xcu#gif_Export.UIName.value.text
-msgctxt "gif_Export.xcu#gif_Export.UIName.value.text"
-msgid "GIF - Graphics Interchange Format"
+#. }4lG
+#: eps_Export.xcu
+msgctxt ""
+"eps_Export.xcu\n"
+"eps_Export\n"
+"UIName\n"
+"value.text"
+msgid "EPS - Encapsulated PostScript"
msgstr ""
-#: pgm_Import.xcu#pgm_Import.UIName.value.text
-msgctxt "pgm_Import.xcu#pgm_Import.UIName.value.text"
-msgid "PGM - Portable Graymap"
+#. 62U|
+#: tga_Import.xcu
+msgctxt ""
+"tga_Import.xcu\n"
+"tga_Import\n"
+"UIName\n"
+"value.text"
+msgid "TGA - Truevision Targa"
msgstr ""
-#: pbm_Export.xcu#pbm_Export.UIName.value.text
-msgctxt "pbm_Export.xcu#pbm_Export.UIName.value.text"
-msgid "PBM - Portable Bitmap"
+#. zj\*
+#: emf_Import.xcu
+msgctxt ""
+"emf_Import.xcu\n"
+"emf_Import\n"
+"UIName\n"
+"value.text"
+msgid "EMF - Enhanced Metafile"
msgstr ""
-#: gif_Import.xcu#gif_Import.UIName.value.text
-msgctxt "gif_Import.xcu#gif_Import.UIName.value.text"
-msgid "GIF - Graphics Interchange Format"
+#. N-6v
+#: wmf_Export.xcu
+msgctxt ""
+"wmf_Export.xcu\n"
+"wmf_Export\n"
+"UIName\n"
+"value.text"
+msgid "WMF - Windows Metafile"
+msgstr ""
+
+#. \c6#
+#: pgm_Export.xcu
+msgctxt ""
+"pgm_Export.xcu\n"
+"pgm_Export\n"
+"UIName\n"
+"value.text"
+msgid "PGM - Portable Graymap"
msgstr ""
diff --git a/source/ka/filter/source/config/fragments/types.po b/source/ka/filter/source/config/fragments/types.po
index 7bf6945e7bd..a6ac087ff0a 100644
--- a/source/ka/filter/source/config/fragments/types.po
+++ b/source/ka/filter/source/config/fragments/types.po
@@ -1,9 +1,9 @@
-#. extracted from filter/source/config/fragments/types.oo
+#. extracted from filter/source/config/fragments/types
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+filter%2Fsource%2Fconfig%2Ffragments%2Ftypes.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:40+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-11-26 02:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,113 +12,250 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: StarBase.xcu#StarBase.UIName.value.text
-#, fuzzy
-msgid "OpenDocument Database"
+#. x3d`
+#: writer8_template.xcu
+msgctxt ""
+"writer8_template.xcu\n"
+"writer8_template\n"
+"UIName\n"
+"value.text"
+msgid "Writer 8 Template"
msgstr ""
-"#-#-#-#-# misc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"OpenDocument-ის მონაცემთა ბაზა\n"
-"#-#-#-#-# share.po (PACKAGE VERSION) #-#-#-#-#\n"
-"OpenDocument მონაცემთა ბაზა\n"
-"#-#-#-#-# base.po (PACKAGE VERSION) #-#-#-#-#\n"
-"OpenDocument Database"
-#: MS_PowerPoint_2007_XML_AutoPlay.xcu#MS_PowerPoint_2007_XML_AutoPlay.UIName.value.text
+#. D[gE
+#: MS_PowerPoint_2007_XML_AutoPlay.xcu
#, fuzzy
-msgctxt "MS_PowerPoint_2007_XML_AutoPlay.xcu#MS_PowerPoint_2007_XML_AutoPlay.UIName.value.text"
+msgctxt ""
+"MS_PowerPoint_2007_XML_AutoPlay.xcu\n"
+"MS PowerPoint 2007 XML AutoPlay\n"
+"UIName\n"
+"value.text"
msgid "Microsoft PowerPoint 2007/2010 XML"
msgstr "Microsoft Word 2003 XML"
-#: MS_Excel_2007_XML_Template.xcu#MS_Excel_2007_XML_Template.UIName.value.text
-#, fuzzy
-msgid "Microsoft Excel 2007/2010 XML Template"
-msgstr "Microsoft Excel 2003 XML"
-
-#: calc_MS_Excel_2003_XML.xcu#calc_MS_Excel_2003_XML.UIName.value.text
-msgid "Microsoft Excel 2003 XML"
-msgstr "Microsoft Excel 2003 XML"
-
-#: writer8.xcu#writer8.UIName.value.text
-msgid "Writer 8"
+#. sm8]
+#: math8.xcu
+msgctxt ""
+"math8.xcu\n"
+"math8\n"
+"UIName\n"
+"value.text"
+msgid "Math 8"
msgstr ""
-#: chart8.xcu#chart8.UIName.value.text
-msgid "Chart 8"
+#. Bgkg
+#: draw8.xcu
+msgctxt ""
+"draw8.xcu\n"
+"draw8\n"
+"UIName\n"
+"value.text"
+msgid "Draw 8"
msgstr ""
-#: writerglobal8.xcu#writerglobal8.UIName.value.text
-msgid "Writer 8 Master Document"
+#. !^^%
+#: writer8.xcu
+msgctxt ""
+"writer8.xcu\n"
+"writer8\n"
+"UIName\n"
+"value.text"
+msgid "Writer 8"
msgstr ""
-#: MS_Excel_2007_XML.xcu#MS_Excel_2007_XML.UIName.value.text
-#, fuzzy
-msgid "Microsoft Excel 2007/2010 XML"
-msgstr "Microsoft Excel 2003 XML"
-
-#: writer_MS_Word_2007_XML_Template.xcu#writer_MS_Word_2007_Template.UIName.value.text
+#. U;W8
+#: StarBase.xcu
#, fuzzy
-msgid "Microsoft Word 2007/2010 XML Template"
-msgstr "Microsoft Word 2003 XML"
+msgctxt ""
+"StarBase.xcu\n"
+"StarBase\n"
+"UIName\n"
+"value.text"
+msgid "OpenDocument Database"
+msgstr ""
+"#-#-#-#-# misc.po (PACKAGE VERSION) #-#-#-#-#\n"
+"OpenDocument-ის მონაცემთა ბაზა\n"
+"#-#-#-#-# share.po (PACKAGE VERSION) #-#-#-#-#\n"
+"OpenDocument მონაცემთა ბაზა\n"
+"#-#-#-#-# base.po (PACKAGE VERSION) #-#-#-#-#\n"
+"OpenDocument Database"
-#: MS_PowerPoint_2007_XML_Template.xcu#MS_PowerPoint_2007_XML_Template.UIName.value.text
+#. {6WL
+#: MS_PowerPoint_2007_XML_Template.xcu
#, fuzzy
+msgctxt ""
+"MS_PowerPoint_2007_XML_Template.xcu\n"
+"MS PowerPoint 2007 XML Template\n"
+"UIName\n"
+"value.text"
msgid "Microsoft PowerPoint 2007/2010 XML Template"
msgstr "Microsoft Word 2003 XML"
-#: impress8.xcu#impress8.UIName.value.text
-msgid "Impress 8"
+#. jQ8A
+#: impress8_template.xcu
+msgctxt ""
+"impress8_template.xcu\n"
+"impress8_template\n"
+"UIName\n"
+"value.text"
+msgid "Impress 8 Template"
msgstr ""
-#: writer_MS_Word_2007_XML.xcu#writer_MS_Word_2007.UIName.value.text
+#. $TR?
+#: calc8_template.xcu
+msgctxt ""
+"calc8_template.xcu\n"
+"calc8_template\n"
+"UIName\n"
+"value.text"
+msgid "Calc 8 Template"
+msgstr ""
+
+#. qwTC
+#: writer_MS_Word_2007_XML.xcu
#, fuzzy
+msgctxt ""
+"writer_MS_Word_2007_XML.xcu\n"
+"writer_MS_Word_2007\n"
+"UIName\n"
+"value.text"
msgid "Microsoft Word 2007/2010 XML"
msgstr "Microsoft Word 2003 XML"
-#: draw8.xcu#draw8.UIName.value.text
-msgid "Draw 8"
-msgstr ""
-
-#: writerweb8_writer_template.xcu#writerweb8_writer_template.UIName.value.text
-msgid "Writer/Web 8 Template"
-msgstr ""
+#. 6gQv
+#: calc_MS_Excel_2003_XML.xcu
+msgctxt ""
+"calc_MS_Excel_2003_XML.xcu\n"
+"calc_MS_Excel_2003_XML\n"
+"UIName\n"
+"value.text"
+msgid "Microsoft Excel 2003 XML"
+msgstr "Microsoft Excel 2003 XML"
-#: impress8_template.xcu#impress8_template.UIName.value.text
-msgid "Impress 8 Template"
-msgstr ""
+#. w7!h
+#: MS_Excel_2007_Binary.xcu
+msgctxt ""
+"MS_Excel_2007_Binary.xcu\n"
+"MS Excel 2007 Binary\n"
+"UIName\n"
+"value.text"
+msgid "Microsoft Excel 2007 Binary"
+msgstr "Microsoft Excel 2003 XML"
-#: writer_MS_Word_2003_XML.xcu#writer_MS_Word_2003_XML.UIName.value.text
+#. zY[|
+#: writer_MS_Word_2003_XML.xcu
+msgctxt ""
+"writer_MS_Word_2003_XML.xcu\n"
+"writer_MS_Word_2003_XML\n"
+"UIName\n"
+"value.text"
msgid "Microsoft Word 2003 XML"
msgstr "Microsoft Word 2003 XML"
-#: draw8_template.xcu#draw8_template.UIName.value.text
-msgid "Draw 8 Template"
+#. GB)m
+#: MS_Excel_2007_XML_Template.xcu
+#, fuzzy
+msgctxt ""
+"MS_Excel_2007_XML_Template.xcu\n"
+"MS Excel 2007 XML Template\n"
+"UIName\n"
+"value.text"
+msgid "Microsoft Excel 2007/2010 XML Template"
+msgstr "Microsoft Excel 2003 XML"
+
+#. ;Fv(
+#: chart8.xcu
+msgctxt ""
+"chart8.xcu\n"
+"chart8\n"
+"UIName\n"
+"value.text"
+msgid "Chart 8"
msgstr ""
-#: math8.xcu#math8.UIName.value.text
-msgid "Math 8"
+#. TTlL
+#: writerweb8_writer_template.xcu
+msgctxt ""
+"writerweb8_writer_template.xcu\n"
+"writerweb8_writer_template\n"
+"UIName\n"
+"value.text"
+msgid "Writer/Web 8 Template"
msgstr ""
-#: writer8_template.xcu#writer8_template.UIName.value.text
-msgid "Writer 8 Template"
+#. x9Oe
+#: draw8_template.xcu
+msgctxt ""
+"draw8_template.xcu\n"
+"draw8_template\n"
+"UIName\n"
+"value.text"
+msgid "Draw 8 Template"
msgstr ""
-#: MS_Excel_2007_Binary.xcu#MS_Excel_2007_Binary.UIName.value.text
-msgid "Microsoft Excel 2007 Binary"
-msgstr "Microsoft Excel 2003 XML"
+#. U@|E
+#: writer_MS_Word_2007_XML_Template.xcu
+#, fuzzy
+msgctxt ""
+"writer_MS_Word_2007_XML_Template.xcu\n"
+"writer_MS_Word_2007_Template\n"
+"UIName\n"
+"value.text"
+msgid "Microsoft Word 2007/2010 XML Template"
+msgstr "Microsoft Word 2003 XML"
-#: calc8.xcu#calc8.UIName.value.text
+#. Eu9!
+#: calc8.xcu
+msgctxt ""
+"calc8.xcu\n"
+"calc8\n"
+"UIName\n"
+"value.text"
msgid "Calc 8"
msgstr ""
-#: calc8_template.xcu#calc8_template.UIName.value.text
-msgid "Calc 8 Template"
+#. 3P||
+#: impress8.xcu
+msgctxt ""
+"impress8.xcu\n"
+"impress8\n"
+"UIName\n"
+"value.text"
+msgid "Impress 8"
msgstr ""
-#: MS_PowerPoint_2007_XML.xcu#MS_PowerPoint_2007_XML.UIName.value.text
+#. MGe)
+#: writerglobal8.xcu
+#, fuzzy
+msgctxt ""
+"writerglobal8.xcu\n"
+"writerglobal8\n"
+"UIName\n"
+"value.text"
+msgid "Writer 8 Master Document"
+msgstr "StarWriter 5.0 ძირითადი დოკუმენტი"
+
+#. .k,:
+#: MS_PowerPoint_2007_XML.xcu
#, fuzzy
-msgctxt "MS_PowerPoint_2007_XML.xcu#MS_PowerPoint_2007_XML.UIName.value.text"
+msgctxt ""
+"MS_PowerPoint_2007_XML.xcu\n"
+"MS PowerPoint 2007 XML\n"
+"UIName\n"
+"value.text"
msgid "Microsoft PowerPoint 2007/2010 XML"
msgstr "Microsoft Word 2003 XML"
+
+#. a[Qh
+#: MS_Excel_2007_XML.xcu
+#, fuzzy
+msgctxt ""
+"MS_Excel_2007_XML.xcu\n"
+"MS Excel 2007 XML\n"
+"UIName\n"
+"value.text"
+msgid "Microsoft Excel 2007/2010 XML"
+msgstr "Microsoft Excel 2003 XML"
diff --git a/source/ka/filter/source/flash.po b/source/ka/filter/source/flash.po
index ed06d972ce4..8b532a2d4ca 100644
--- a/source/ka/filter/source/flash.po
+++ b/source/ka/filter/source/flash.po
@@ -1,9 +1,9 @@
-#. extracted from filter/source/flash.oo
+#. extracted from filter/source/flash
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+filter%2Fsource%2Fflash.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:14+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,10 +12,16 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: impswfdialog.src#DLG_OPTIONS.FI_DESCR.fixedtext.text
+#. SaUo
+#: impswfdialog.src
+msgctxt ""
+"impswfdialog.src\n"
+"DLG_OPTIONS\n"
+"FI_DESCR\n"
+"fixedtext.text"
msgid ""
"1: min. quality\n"
"100: max. quality"
@@ -23,6 +29,11 @@ msgstr ""
"1: მინ. ხარისხი\n"
"100: მაქს. ხარისხი"
-#: impswfdialog.src#DLG_OPTIONS.modaldialog.text
+#. \Qfh
+#: impswfdialog.src
+msgctxt ""
+"impswfdialog.src\n"
+"DLG_OPTIONS\n"
+"modaldialog.text"
msgid "Macromedia Flash (SWF) Options"
msgstr "Macromedia Flash (SWF) პარამეტრები"
diff --git a/source/ka/filter/source/graphicfilter/eps.po b/source/ka/filter/source/graphicfilter/eps.po
index 5b1c79338b7..02f56b5f13b 100644
--- a/source/ka/filter/source/graphicfilter/eps.po
+++ b/source/ka/filter/source/graphicfilter/eps.po
@@ -1,9 +1,9 @@
-#. extracted from filter/source/graphicfilter/eps.oo
+#. extracted from filter/source/graphicfilter/eps
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+filter%2Fsource%2Fgraphicfilter%2Feps.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:14+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,10 +12,15 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: epsstr.src#KEY_VERSION_CHECK.string.text
+#. \|.i
+#: epsstr.src
+msgctxt ""
+"epsstr.src\n"
+"KEY_VERSION_CHECK\n"
+"string.text"
msgid ""
"Warning: Not all of the imported EPS graphics could be saved at level1\n"
"as some are at a higher level!"
diff --git a/source/ka/filter/source/pdf.po b/source/ka/filter/source/pdf.po
index ae707ae100e..861b82ece52 100644
--- a/source/ka/filter/source/pdf.po
+++ b/source/ka/filter/source/pdf.po
@@ -1,9 +1,9 @@
-#. extracted from filter/source/pdf.oo
+#. extracted from filter/source/pdf
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+filter%2Fsource%2Fpdf.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-11 23:18+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,265 +12,608 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: pdf.src#PDF_PROGRESS_BAR.string.text
-msgid "Export as PDF"
-msgstr "PDF ფორმატში ექსპორტი"
-
-#: impdialog.src#STR_PDF_EXPORT.string.text
+#. LY5v
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"STR_PDF_EXPORT\n"
+"string.text"
msgid "E~xport"
msgstr "ე~ქსპორტი"
-#: impdialog.src#STR_PDF_EXPORT_UDPWD.string.text
+#. AQU:
+#: impdialog.src
#, fuzzy
+msgctxt ""
+"impdialog.src\n"
+"STR_PDF_EXPORT_UDPWD\n"
+"string.text"
msgid "Set open password"
msgstr "დააყენე ღ~ია პაროლი..."
-#: impdialog.src#STR_PDF_EXPORT_ODPWD.string.text
+#. Z2)V
+#: impdialog.src
#, fuzzy
+msgctxt ""
+"impdialog.src\n"
+"STR_PDF_EXPORT_ODPWD\n"
+"string.text"
msgid "Set permission password"
msgstr "დააყენე ს~ანებართვო პაროლი..."
-#: impdialog.src#RID_PDF_TAB_GENER.FL_PAGES.fixedline.text
+#. 4S[C
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_GENER\n"
+"FL_PAGES\n"
+"fixedline.text"
msgid "Range"
msgstr "დიაპაზონი"
-#: impdialog.src#RID_PDF_TAB_GENER.RB_ALL.radiobutton.text
+#. W0[B
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_GENER\n"
+"RB_ALL\n"
+"radiobutton.text"
msgid "~All"
msgstr "ყ~ველა"
-#: impdialog.src#RID_PDF_TAB_GENER.RB_RANGE.radiobutton.text
+#. 0#QB
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_GENER\n"
+"RB_RANGE\n"
+"radiobutton.text"
msgid "~Pages"
msgstr "~გვერდები"
-#: impdialog.src#RID_PDF_TAB_GENER.RB_SELECTION.radiobutton.text
+#. (QN6
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_GENER\n"
+"RB_SELECTION\n"
+"radiobutton.text"
msgid "~Selection"
msgstr "~მონიშვნა"
-#: impdialog.src#RID_PDF_TAB_GENER.FL_IMAGES.fixedline.text
+#. TDTP
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_GENER\n"
+"FL_IMAGES\n"
+"fixedline.text"
msgid "Images"
msgstr "ნახატები"
-#: impdialog.src#RID_PDF_TAB_GENER.RB_LOSSLESSCOMPRESSION.radiobutton.text
+#. W0pN
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_GENER\n"
+"RB_LOSSLESSCOMPRESSION\n"
+"radiobutton.text"
msgid "~Lossless compression"
msgstr "შეკუმშვა ~დანაკარგების გარეშე"
-#: impdialog.src#RID_PDF_TAB_GENER.RB_JPEGCOMPRESSION.radiobutton.text
+#. (reK
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_GENER\n"
+"RB_JPEGCOMPRESSION\n"
+"radiobutton.text"
msgid "~JPEG compression"
msgstr "~JPEG შეკუმშვა"
-#: impdialog.src#RID_PDF_TAB_GENER.FT_QUALITY.fixedtext.text
+#. !YT5
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_GENER\n"
+"FT_QUALITY\n"
+"fixedtext.text"
msgid "~Quality"
msgstr "ხ~არისხი"
-#: impdialog.src#RID_PDF_TAB_GENER.CB_REDUCEIMAGERESOLUTION.checkbox.text
+#. w1Y:
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_GENER\n"
+"CB_REDUCEIMAGERESOLUTION\n"
+"checkbox.text"
msgid "~Reduce image resolution"
msgstr "ნახატის გარჩევადობის შ~ემცირება"
-#: impdialog.src#RID_PDF_TAB_GENER.tabpage.text
-msgctxt "impdialog.src#RID_PDF_TAB_GENER.tabpage.text"
+#. wK|)
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_GENER\n"
+"tabpage.text"
msgid "General"
msgstr "ზოგადი"
-#: impdialog.src#FL_WATERMARK.fixedline.text
+#. O__/
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"FL_WATERMARK\n"
+"fixedline.text"
msgid "Watermark"
-msgstr ""
-
-#: impdialog.src#CB_WATERMARK.checkbox.text
+msgstr "წყლის ნიშანი"
+
+#. m%~K
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"CB_WATERMARK\n"
+"checkbox.text"
msgid "Sign with Watermark"
msgstr ""
-#: impdialog.src#FT_WATERMARK.fixedtext.text
+#. Z:i#
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"FT_WATERMARK\n"
+"fixedtext.text"
msgid "Watermark Text"
msgstr ""
-#: impdialog.src#FL_GENERAL.fixedline.text
-msgctxt "impdialog.src#FL_GENERAL.fixedline.text"
+#. ]h9H
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"FL_GENERAL\n"
+"fixedline.text"
msgid "General"
msgstr "ზოგადი"
-#: impdialog.src#CB_ADDSTREAM.checkbox.text
+#. znbP
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"CB_ADDSTREAM\n"
+"checkbox.text"
msgid "Em~bed OpenDocument file"
msgstr ""
-#: impdialog.src#FT_ADDSTREAMDESCRIPTION.fixedtext.text
+#. }Y+-
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"FT_ADDSTREAMDESCRIPTION\n"
+"fixedtext.text"
msgid "Makes this PDF easily editable in %PRODUCTNAME"
msgstr ""
-#: impdialog.src#CB_PDFA_1B_SELECT.checkbox.text
+#. .Dg$
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"CB_PDFA_1B_SELECT\n"
+"checkbox.text"
msgid "P~DF/A-1a"
msgstr ""
-#: impdialog.src#CB_TAGGEDPDF.checkbox.text
+#. :CRm
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"CB_TAGGEDPDF\n"
+"checkbox.text"
msgid "~Tagged PDF"
msgstr "~Tagged PDF"
-#: impdialog.src#CB_EXPORTFORMFIELDS.checkbox.text
+#. t8Q0
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"CB_EXPORTFORMFIELDS\n"
+"checkbox.text"
msgid "~Create PDF form"
msgstr ""
-#: impdialog.src#FT_FORMSFORMAT.fixedtext.text
+#. Om4N
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"FT_FORMSFORMAT\n"
+"fixedtext.text"
msgid "Submit ~format"
msgstr ""
-#: impdialog.src#CB_ALLOWDUPLICATEFIELDNAMES.checkbox.text
+#. -R[=
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"CB_ALLOWDUPLICATEFIELDNAMES\n"
+"checkbox.text"
msgid "Allow duplicate field ~names"
msgstr ""
-#: impdialog.src#CB_EXPORTBOOKMARKS.checkbox.text
+#. K~#|
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"CB_EXPORTBOOKMARKS\n"
+"checkbox.text"
msgid "Export ~bookmarks"
msgstr ""
-#: impdialog.src#CB_EXPORTNOTES.checkbox.text
+#. o}Se
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"CB_EXPORTNOTES\n"
+"checkbox.text"
msgid "~Export comments"
msgstr ""
-#: impdialog.src#CB_EXPORTNOTESPAGES.checkbox.text
+#. {wNC
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"CB_EXPORTNOTESPAGES\n"
+"checkbox.text"
msgid "Export ~notes pages"
msgstr ""
-#: impdialog.src#CB_EXPORTHIDDENSLIDES.checkbox.text
+#. al{^
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"CB_EXPORTHIDDENSLIDES\n"
+"checkbox.text"
msgid "Export ~hidden pages"
msgstr ""
-#: impdialog.src#CB_EXPORTEMPTYPAGES.checkbox.text
+#. p-BB
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"CB_EXPORTEMPTYPAGES\n"
+"checkbox.text"
msgid "Exp~ort automatically inserted blank pages"
msgstr "ჩასმული ს~უფთა გვერდების ავტომატური ექსპორტი"
-#: impdialog.src#CB_EMBEDSTANDARDFONTS.checkbox.text
+#. V{m/
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"CB_EMBEDSTANDARDFONTS\n"
+"checkbox.text"
msgid "E~mbed standard fonts"
msgstr ""
-#: impdialog.src#RID_PDF_WARNPDFAPASSWORD.warningbox.text
+#. cfF8
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_WARNPDFAPASSWORD\n"
+"warningbox.text"
msgid "PDF/A does not allow encryption. The exported PDF file will not be password protected."
msgstr ""
-#: impdialog.src#RID_PDF_WARNPDFAPASSWORD.warningbox.title
+#. LT;O
+#: impdialog.src
#, fuzzy
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_WARNPDFAPASSWORD\n"
+"warningbox.title"
msgid "PDF/A Export"
msgstr "ექსპორტი"
-#: impdialog.src#RID_PDF_TAB_OPNFTR.FL_INITVIEW.fixedline.text
+#. S8jQ
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_OPNFTR\n"
+"FL_INITVIEW\n"
+"fixedline.text"
msgid "Panes"
msgstr "არეები"
-#: impdialog.src#RID_PDF_TAB_OPNFTR.RB_OPNMODE_PAGEONLY.radiobutton.text
+#. -\#!
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_OPNFTR\n"
+"RB_OPNMODE_PAGEONLY\n"
+"radiobutton.text"
msgid "~Page only"
msgstr "~მხოლოდ გვერდი"
-#: impdialog.src#RID_PDF_TAB_OPNFTR.RB_OPNMODE_OUTLINE.radiobutton.text
+#. w.:v
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_OPNFTR\n"
+"RB_OPNMODE_OUTLINE\n"
+"radiobutton.text"
msgid "~Bookmarks and page"
msgstr "ს~ანიშნეები და გვერდები"
-#: impdialog.src#RID_PDF_TAB_OPNFTR.RB_OPNMODE_THUMBS.radiobutton.text
+#. 2l@$
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_OPNFTR\n"
+"RB_OPNMODE_THUMBS\n"
+"radiobutton.text"
msgid "~Thumbnails and page"
msgstr "~ესკიზები და გვერდი"
-#: impdialog.src#RID_PDF_TAB_OPNFTR.FT_MAGNF_INITIAL_PAGE.fixedtext.text
+#. $I2H
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_OPNFTR\n"
+"FT_MAGNF_INITIAL_PAGE\n"
+"fixedtext.text"
msgid "Open on page"
msgstr ""
-#: impdialog.src#RID_PDF_TAB_OPNFTR.FL_MAGNIFICATION.fixedline.text
+#. W[ik
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_OPNFTR\n"
+"FL_MAGNIFICATION\n"
+"fixedline.text"
msgid "Magnification"
msgstr "გადიდება"
-#: impdialog.src#RID_PDF_TAB_OPNFTR.RB_MAGNF_DEFAULT.radiobutton.text
+#. 6D(S
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_OPNFTR\n"
+"RB_MAGNF_DEFAULT\n"
+"radiobutton.text"
msgid "~Default"
msgstr "~სტანდარტი"
-#: impdialog.src#RID_PDF_TAB_OPNFTR.RB_MAGNF_WIND.radiobutton.text
+#. teE,
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_OPNFTR\n"
+"RB_MAGNF_WIND\n"
+"radiobutton.text"
msgid "~Fit in window"
msgstr "~მოარგე ფანჯარას"
-#: impdialog.src#RID_PDF_TAB_OPNFTR.RB_MAGNF_WIDTH.radiobutton.text
+#. K\UE
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_OPNFTR\n"
+"RB_MAGNF_WIDTH\n"
+"radiobutton.text"
msgid "Fit ~width"
msgstr "მოარგე ~სიგანე"
-#: impdialog.src#RID_PDF_TAB_OPNFTR.RB_MAGNF_VISIBLE.radiobutton.text
+#. Xr2t
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_OPNFTR\n"
+"RB_MAGNF_VISIBLE\n"
+"radiobutton.text"
msgid "Fit ~visible"
msgstr "~მოარგე ისე რომ ჩანდეს"
-#: impdialog.src#RID_PDF_TAB_OPNFTR.RB_MAGNF_ZOOM.radiobutton.text
+#. {USU
+#: impdialog.src
+#, fuzzy
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_OPNFTR\n"
+"RB_MAGNF_ZOOM\n"
+"radiobutton.text"
msgid "~Zoom factor"
-msgstr ""
-
-#: impdialog.src#RID_PDF_TAB_OPNFTR.FL_PAGE_LAYOUT.fixedline.text
+msgstr "მაშტაბირების ფაქტორი"
+
+#. Fz2T
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_OPNFTR\n"
+"FL_PAGE_LAYOUT\n"
+"fixedline.text"
msgid "Page layout"
msgstr "არის განლაგება"
-#: impdialog.src#RID_PDF_TAB_OPNFTR.RB_PGLY_DEFAULT.radiobutton.text
+#. _DAp
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_OPNFTR\n"
+"RB_PGLY_DEFAULT\n"
+"radiobutton.text"
msgid "D~efault"
msgstr "სტ~ანდარტული"
-#: impdialog.src#RID_PDF_TAB_OPNFTR.RB_PGLY_SINGPG.radiobutton.text
+#. PZ);
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_OPNFTR\n"
+"RB_PGLY_SINGPG\n"
+"radiobutton.text"
msgid "~Single page"
msgstr "~ერთი გვერდი"
-#: impdialog.src#RID_PDF_TAB_OPNFTR.RB_PGLY_CONT.radiobutton.text
+#. -^sP
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_OPNFTR\n"
+"RB_PGLY_CONT\n"
+"radiobutton.text"
msgid "~Continuous"
msgstr "~უწყვეტი"
-#: impdialog.src#RID_PDF_TAB_OPNFTR.RB_PGLY_CONTFAC.radiobutton.text
+#. Nt(1
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_OPNFTR\n"
+"RB_PGLY_CONTFAC\n"
+"radiobutton.text"
msgid "C~ontinuous facing"
msgstr "~უწყვეტი მომიჯნავე"
-#: impdialog.src#RID_PDF_TAB_OPNFTR.CB_PGLY_FIRSTLEFT.checkbox.text
+#. {3So
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_OPNFTR\n"
+"CB_PGLY_FIRSTLEFT\n"
+"checkbox.text"
msgid "First page is ~left"
msgstr "პირველი გვერდი ~მარცხნივ"
-#: impdialog.src#RID_PDF_TAB_OPNFTR.tabpage.text
-msgctxt "impdialog.src#RID_PDF_TAB_OPNFTR.tabpage.text"
+#. CoFE
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_OPNFTR\n"
+"tabpage.text"
msgid "Initial View"
msgstr "საწყისი ხედი"
-#: impdialog.src#RID_PDF_TAB_VPREFER.FL_WINOPT.fixedline.text
+#. s|1u
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_VPREFER\n"
+"FL_WINOPT\n"
+"fixedline.text"
msgid "Window options"
msgstr "ფანჯრის პარამეტრები"
-#: impdialog.src#RID_PDF_TAB_VPREFER.CB_WNDOPT_RESINIT.checkbox.text
+#. %(k;
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_VPREFER\n"
+"CB_WNDOPT_RESINIT\n"
+"checkbox.text"
msgid "~Resize window to initial page"
msgstr "მ~იუსადაგე ფანჯარა საწყის გვერდს"
-#: impdialog.src#RID_PDF_TAB_VPREFER.CB_WNDOPT_CNTRWIN.checkbox.text
+#. u,vy
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_VPREFER\n"
+"CB_WNDOPT_CNTRWIN\n"
+"checkbox.text"
msgid "~Center window on screen"
msgstr "ფანჯრის ეკრანის ცენტრში ~მოთავსება"
-#: impdialog.src#RID_PDF_TAB_VPREFER.CB_WNDOPT_OPNFULL.checkbox.text
+#. y,,T
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_VPREFER\n"
+"CB_WNDOPT_OPNFULL\n"
+"checkbox.text"
msgid "~Open in full screen mode"
msgstr "მთელ ეკრანზე ~გახსნა"
-#: impdialog.src#RID_PDF_TAB_VPREFER.CB_DISPDOCTITLE.checkbox.text
+#. NuCV
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_VPREFER\n"
+"CB_DISPDOCTITLE\n"
+"checkbox.text"
msgid "~Display document title"
msgstr "~გამოაჩინე დოკუმენტის სათაური"
-#: impdialog.src#RID_PDF_TAB_VPREFER.FL_USRIFOPT.fixedline.text
+#. nOuk
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_VPREFER\n"
+"FL_USRIFOPT\n"
+"fixedline.text"
msgid "User interface options"
msgstr "მომხმარებლის ინტერფეისის პარამეტრები"
-#: impdialog.src#RID_PDF_TAB_VPREFER.CB_UOP_HIDEVMENUBAR.checkbox.text
+#. kNB;
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_VPREFER\n"
+"CB_UOP_HIDEVMENUBAR\n"
+"checkbox.text"
msgid "Hide ~menubar"
msgstr "მენიუს ზოლის ~დამალვა"
-#: impdialog.src#RID_PDF_TAB_VPREFER.CB_UOP_HIDEVTOOLBAR.checkbox.text
+#. I/hA
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_VPREFER\n"
+"CB_UOP_HIDEVTOOLBAR\n"
+"checkbox.text"
msgid "Hide ~toolbar"
msgstr "ხ~ელსაწყოთა ზოლის დამალვა"
-#: impdialog.src#RID_PDF_TAB_VPREFER.CB_UOP_HIDEVWINCTRL.checkbox.text
+#. HX(V
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_VPREFER\n"
+"CB_UOP_HIDEVWINCTRL\n"
+"checkbox.text"
msgid "Hide ~window controls"
msgstr "~ფანჯრის საკონტროლო ელემენტების დამალვა"
-#: impdialog.src#RID_PDF_TAB_VPREFER.FL_TRANSITIONS.fixedline.text
+#. 9H/u
+#: impdialog.src
+#, fuzzy
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_VPREFER\n"
+"FL_TRANSITIONS\n"
+"fixedline.text"
msgid "Transitions"
-msgstr ""
-
-#: impdialog.src#RID_PDF_TAB_VPREFER.CB_TRANSITIONEFFECTS.checkbox.text
+msgstr "ტრანზაქციები"
+
+#. ccsb
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_VPREFER\n"
+"CB_TRANSITIONEFFECTS\n"
+"checkbox.text"
msgid "~Use transition effects"
msgstr ""
-#: impdialog.src#RID_PDF_TAB_VPREFER.FL_BOOKMARKS.fixedline.text
+#. ={F=
+#: impdialog.src
#, fuzzy
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_VPREFER\n"
+"FL_BOOKMARKS\n"
+"fixedline.text"
msgid "Bookmarks"
msgstr ""
"#-#-#-#-# utlui.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -282,222 +625,630 @@ msgstr ""
"#-#-#-#-# appl.po (PACKAGE VERSION) #-#-#-#-#\n"
"სანიშნები"
-#: impdialog.src#RID_PDF_TAB_VPREFER.RB_ALLBOOKMARKLEVELS.radiobutton.text
+#. OKp0
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_VPREFER\n"
+"RB_ALLBOOKMARKLEVELS\n"
+"radiobutton.text"
msgid "All bookmark levels"
msgstr ""
-#: impdialog.src#RID_PDF_TAB_VPREFER.RB_VISIBLEBOOKMARKLEVELS.radiobutton.text
+#. SKf5
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_VPREFER\n"
+"RB_VISIBLEBOOKMARKLEVELS\n"
+"radiobutton.text"
msgid "Visible bookmark levels"
msgstr ""
-#: impdialog.src#RID_PDF_TAB_VPREFER.tabpage.text
-msgctxt "impdialog.src#RID_PDF_TAB_VPREFER.tabpage.text"
+#. fE4=
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_VPREFER\n"
+"tabpage.text"
msgid "User Interface"
msgstr "მომხმარებლის ინტერფეისი"
-#: impdialog.src#RID_PDF_TAB_SECURITY.FL_PWD_GROUP.fixedline.text
+#. RxVa
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SECURITY\n"
+"FL_PWD_GROUP\n"
+"fixedline.text"
msgid "File encryption and permission"
msgstr ""
-#: impdialog.src#RID_PDF_TAB_SECURITY.BTN_SET_PWD.pushbutton.text
+#. 8O\m
+#: impdialog.src
#, fuzzy
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SECURITY\n"
+"BTN_SET_PWD\n"
+"pushbutton.text"
msgid "Set ~passwords..."
msgstr "დააყენე ღ~ია პაროლი..."
-#: impdialog.src#RID_PDF_TAB_SECURITY.STR_SET_PWD.string.text
+#. C5/P
+#: impdialog.src
#, fuzzy
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SECURITY\n"
+"STR_SET_PWD\n"
+"string.text"
msgid "Set passwords"
msgstr "ღია პაროლის დაყენება"
-#: impdialog.src#RID_PDF_TAB_SECURITY.STR_USER_PWD_SET.string.text
+#. 7#Y[
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SECURITY\n"
+"STR_USER_PWD_SET\n"
+"string.text"
msgid "Open password set"
msgstr ""
-#: impdialog.src#RID_PDF_TAB_SECURITY.STR_USER_PWD_ENC.string.text
+#. {Y5j
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SECURITY\n"
+"STR_USER_PWD_ENC\n"
+"string.text"
msgid "PDF document will be encrypted"
msgstr ""
-#: impdialog.src#RID_PDF_TAB_SECURITY.STR_USER_PWD_UNSET.string.text
+#. ^5F;
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SECURITY\n"
+"STR_USER_PWD_UNSET\n"
+"string.text"
msgid "No open password set"
msgstr ""
-#: impdialog.src#RID_PDF_TAB_SECURITY.STR_USER_PWD_UNENC.string.text
+#. _,dq
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SECURITY\n"
+"STR_USER_PWD_UNENC\n"
+"string.text"
msgid "PDF document will not be encrypted"
msgstr ""
-#: impdialog.src#RID_PDF_TAB_SECURITY.STR_USER_PWD_PDFA.string.text
+#. Vl%G
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SECURITY\n"
+"STR_USER_PWD_PDFA\n"
+"string.text"
msgid "PDF document will not be encrypted due to PDF/A export."
msgstr ""
-#: impdialog.src#RID_PDF_TAB_SECURITY.STR_OWNER_PWD_SET.string.text
+#. 6eL*
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SECURITY\n"
+"STR_OWNER_PWD_SET\n"
+"string.text"
msgid "Permission password set"
msgstr ""
-#: impdialog.src#RID_PDF_TAB_SECURITY.STR_OWNER_PWD_REST.string.text
+#. EOgG
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SECURITY\n"
+"STR_OWNER_PWD_REST\n"
+"string.text"
msgid "PDF document will be restricted"
msgstr ""
-#: impdialog.src#RID_PDF_TAB_SECURITY.STR_OWNER_PWD_UNSET.string.text
+#. :#af
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SECURITY\n"
+"STR_OWNER_PWD_UNSET\n"
+"string.text"
msgid "No permission password set"
msgstr ""
-#: impdialog.src#RID_PDF_TAB_SECURITY.STR_OWNER_PWD_UNREST.string.text
+#. uyXD
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SECURITY\n"
+"STR_OWNER_PWD_UNREST\n"
+"string.text"
msgid "PDF document will be unrestricted"
msgstr ""
-#: impdialog.src#RID_PDF_TAB_SECURITY.STR_OWNER_PWD_PDFA.string.text
+#. ]v4}
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SECURITY\n"
+"STR_OWNER_PWD_PDFA\n"
+"string.text"
msgid "PDF document will not be restricted due to PDF/A export."
msgstr ""
-#: impdialog.src#RID_PDF_TAB_SECURITY.FL_PRINT_PERMISSIONS.fixedline.text
+#. 7B4x
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SECURITY\n"
+"FL_PRINT_PERMISSIONS\n"
+"fixedline.text"
msgid "Printing"
msgstr "ბეჭდვა"
-#: impdialog.src#RID_PDF_TAB_SECURITY.RB_PRINT_NONE.radiobutton.text
+#. SQO\
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SECURITY\n"
+"RB_PRINT_NONE\n"
+"radiobutton.text"
msgid "~Not permitted"
msgstr "~არ არის ნებადართული"
-#: impdialog.src#RID_PDF_TAB_SECURITY.RB_PRINT_LOWRES.radiobutton.text
+#. 5JyD
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SECURITY\n"
+"RB_PRINT_LOWRES\n"
+"radiobutton.text"
msgid "~Low resolution (150 dpi)"
msgstr "~დაბალი გარჩევადობა (150dpi)"
-#: impdialog.src#RID_PDF_TAB_SECURITY.RB_PRINT_HIGHRES.radiobutton.text
+#. !_.;
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SECURITY\n"
+"RB_PRINT_HIGHRES\n"
+"radiobutton.text"
msgid "~High resolution"
msgstr "~მაღალი გარჩევადობა"
-#: impdialog.src#RID_PDF_TAB_SECURITY.FL_CHANGES_ALLOWED.fixedline.text
+#. ;S*M
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SECURITY\n"
+"FL_CHANGES_ALLOWED\n"
+"fixedline.text"
msgid "Changes"
msgstr "ცვლილებები"
-#: impdialog.src#RID_PDF_TAB_SECURITY.RB_CHANGES_NONE.radiobutton.text
+#. K9`=
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SECURITY\n"
+"RB_CHANGES_NONE\n"
+"radiobutton.text"
msgid "No~t permitted"
msgstr "ა~რ არის ნებადართული"
-#: impdialog.src#RID_PDF_TAB_SECURITY.RB_CHANGES_INSDEL.radiobutton.text
+#. 1C6j
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SECURITY\n"
+"RB_CHANGES_INSDEL\n"
+"radiobutton.text"
msgid "~Inserting, deleting, and rotating pages"
msgstr "გვერდების ჩ~ამატება, წაშლა და ბრუნვა"
-#: impdialog.src#RID_PDF_TAB_SECURITY.RB_CHANGES_FILLFORM.radiobutton.text
+#. rN$F
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SECURITY\n"
+"RB_CHANGES_FILLFORM\n"
+"radiobutton.text"
msgid "~Filling in form fields"
msgstr "ფორმის ველების შ~ევსება"
-#: impdialog.src#RID_PDF_TAB_SECURITY.RB_CHANGES_COMMENT.radiobutton.text
+#. k~9D
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SECURITY\n"
+"RB_CHANGES_COMMENT\n"
+"radiobutton.text"
msgid "~Commenting, filling in form fields"
msgstr "ფორმის ველების ~კომენტირება, შევსება"
-#: impdialog.src#RID_PDF_TAB_SECURITY.RB_CHANGES_ANY_NOCOPY.radiobutton.text
+#. i#x!
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SECURITY\n"
+"RB_CHANGES_ANY_NOCOPY\n"
+"radiobutton.text"
msgid "~Any except extracting pages"
msgstr ""
-#: impdialog.src#RID_PDF_TAB_SECURITY.CB_ENDAB_COPY.checkbox.text
+#. SM5,
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SECURITY\n"
+"CB_ENDAB_COPY\n"
+"checkbox.text"
msgid "Ena~ble copying of content"
msgstr "შ~ესაძლებელი გახადე შინაარსის გადაწერა"
-#: impdialog.src#RID_PDF_TAB_SECURITY.CB_ENAB_ACCESS.checkbox.text
+#. 2,%}
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SECURITY\n"
+"CB_ENAB_ACCESS\n"
+"checkbox.text"
msgid "Enable text access for acce~ssibility tools"
msgstr "ტექსტის წვდომის ჩართვა დამხმარე საშუალებების ინსტრუმენტებისათვის"
-#: impdialog.src#RID_PDF_TAB_SECURITY.tabpage.text
-msgctxt "impdialog.src#RID_PDF_TAB_SECURITY.tabpage.text"
+#. ?H~_
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SECURITY\n"
+"tabpage.text"
msgid "Security"
msgstr "უსაფრთხოება"
-#: impdialog.src#RID_PDF_TAB_LINKS.CB_EXP_BMRK_TO_DEST.checkbox.text
+#. Z6B?
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SIGNING\n"
+"FT_SIGN_CERT_TEXT\n"
+"fixedtext.text"
+msgid "Use this certificate to digitally sign PDF documents:"
+msgstr ""
+
+#. *h@_
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SIGNING\n"
+"BTN_SIGN_CERT_SELECT\n"
+"pushbutton.text"
+msgid "~Select..."
+msgstr "~არჩევა..."
+
+#. I6O/
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SIGNING\n"
+"BTN_SIGN_CERT_CLEAR\n"
+"pushbutton.text"
+msgid "Clear"
+msgstr ""
+
+#. (ErU
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SIGNING\n"
+"FT_SIGN_PASSWORD\n"
+"fixedtext.text"
+msgid "Certificate Password"
+msgstr ""
+
+#. G7-[
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SIGNING\n"
+"FT_SIGN_LOCATION\n"
+"fixedtext.text"
+msgid "Location"
+msgstr "ადგილმდებარეობა"
+
+#. 7Auq
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SIGNING\n"
+"FT_SIGN_CONTACT\n"
+"fixedtext.text"
+msgid "Contact Information"
+msgstr ""
+
+#. \EMs
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SIGNING\n"
+"FT_SIGN_REASON\n"
+"fixedtext.text"
+msgid "Reason"
+msgstr ""
+
+#. dFjJ
+#: impdialog.src
+#, fuzzy
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_SIGNING\n"
+"tabpage.text"
+msgid "Digital Signatures"
+msgstr "ციფრული ხელმოწერები"
+
+#. OX?3
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_LINKS\n"
+"CB_EXP_BMRK_TO_DEST\n"
+"checkbox.text"
msgid "Export bookmarks as named destinations"
msgstr ""
-#: impdialog.src#RID_PDF_TAB_LINKS.CB_CNV_OOO_DOCTOPDF.checkbox.text
+#. HS$N
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_LINKS\n"
+"CB_CNV_OOO_DOCTOPDF\n"
+"checkbox.text"
msgid "Convert document references to PDF targets"
msgstr ""
-#: impdialog.src#RID_PDF_TAB_LINKS.CB_ENAB_RELLINKFSYS.checkbox.text
+#. !$!B
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_LINKS\n"
+"CB_ENAB_RELLINKFSYS\n"
+"checkbox.text"
msgid "Export URLs relative to file system"
msgstr ""
-#: impdialog.src#RID_PDF_TAB_LINKS.FL_DEFAULT_LINK_ACTION.fixedline.text
+#. O?7X
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_LINKS\n"
+"FL_DEFAULT_LINK_ACTION\n"
+"fixedline.text"
msgid "Cross-document links"
msgstr ""
-#: impdialog.src#RID_PDF_TAB_LINKS.CB_VIEW_PDF_DEFAULT.radiobutton.text
+#. )[ir
+#: impdialog.src
+#, fuzzy
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_LINKS\n"
+"CB_VIEW_PDF_DEFAULT\n"
+"radiobutton.text"
msgid "Default mode"
-msgstr ""
-
-#: impdialog.src#RID_PDF_TAB_LINKS.CB_VIEW_PDF_APPLICATION.radiobutton.text
+msgstr "სტანდარტული თარიღი"
+
+#. 9P;G
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_LINKS\n"
+"CB_VIEW_PDF_APPLICATION\n"
+"radiobutton.text"
msgid "Open with PDF reader application"
msgstr ""
-#: impdialog.src#RID_PDF_TAB_LINKS.CB_VIEW_PDF_BROWSER.radiobutton.text
+#. \*C~
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_LINKS\n"
+"CB_VIEW_PDF_BROWSER\n"
+"radiobutton.text"
msgid "Open with Internet browser"
msgstr ""
-#: impdialog.src#RID_PDF_TAB_LINKS.tabpage.text
+#. +lJ3
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_TAB_LINKS\n"
+"tabpage.text"
msgid "---"
msgstr ""
-#: impdialog.src#RID_PDF_EXPORT_DLG.1.RID_PDF_TAB_GENER.pageitem.text
-msgctxt "impdialog.src#RID_PDF_EXPORT_DLG.1.RID_PDF_TAB_GENER.pageitem.text"
+#. s1;s
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_EXPORT_DLG.1\n"
+"RID_PDF_TAB_GENER\n"
+"pageitem.text"
msgid "General"
msgstr "ზოგადი"
-#: impdialog.src#RID_PDF_EXPORT_DLG.1.RID_PDF_TAB_OPNFTR.pageitem.text
-msgctxt "impdialog.src#RID_PDF_EXPORT_DLG.1.RID_PDF_TAB_OPNFTR.pageitem.text"
+#. $S11
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_EXPORT_DLG.1\n"
+"RID_PDF_TAB_OPNFTR\n"
+"pageitem.text"
msgid "Initial View"
msgstr "საწყისი ხედი"
-#: impdialog.src#RID_PDF_EXPORT_DLG.1.RID_PDF_TAB_VPREFER.pageitem.text
-msgctxt "impdialog.src#RID_PDF_EXPORT_DLG.1.RID_PDF_TAB_VPREFER.pageitem.text"
+#. 2{JW
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_EXPORT_DLG.1\n"
+"RID_PDF_TAB_VPREFER\n"
+"pageitem.text"
msgid "User Interface"
msgstr "მომხმარებლის ინტერფეისი"
-#: impdialog.src#RID_PDF_EXPORT_DLG.1.RID_PDF_TAB_LINKS.pageitem.text
+#. kGN8
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_EXPORT_DLG.1\n"
+"RID_PDF_TAB_LINKS\n"
+"pageitem.text"
msgid "Links"
msgstr "ბმულები"
-#: impdialog.src#RID_PDF_EXPORT_DLG.1.RID_PDF_TAB_SECURITY.pageitem.text
-msgctxt "impdialog.src#RID_PDF_EXPORT_DLG.1.RID_PDF_TAB_SECURITY.pageitem.text"
+#. _Lk_
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_EXPORT_DLG.1\n"
+"RID_PDF_TAB_SECURITY\n"
+"pageitem.text"
msgid "Security"
msgstr "უსაფრთხოება"
-#: impdialog.src#RID_PDF_EXPORT_DLG.tabdialog.text
+#. 50V0
+#: impdialog.src
+#, fuzzy
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_EXPORT_DLG.1\n"
+"RID_PDF_TAB_SIGNING\n"
+"pageitem.text"
+msgid "Digital Signatures"
+msgstr "ციფრული ხელმოწერები"
+
+#. \^dH
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_EXPORT_DLG\n"
+"tabdialog.text"
msgid "PDF Options"
msgstr "PDF-ის პარამეტრები"
-#: impdialog.src#RID_PDF_ERROR_DLG.FT_PROCESS.fixedtext.text
+#. %CF.
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_ERROR_DLG\n"
+"FT_PROCESS\n"
+"fixedtext.text"
msgid "During PDF export the following problems occurred:"
msgstr ""
-#: impdialog.src#RID_PDF_ERROR_DLG.STR_WARN_TRANSP_PDFA_SHORT.string.text
+#. (@3I
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_ERROR_DLG\n"
+"STR_WARN_TRANSP_PDFA_SHORT\n"
+"string.text"
msgid "PDF/A transparency"
msgstr ""
-#: impdialog.src#RID_PDF_ERROR_DLG.STR_WARN_TRANSP_PDFA.string.text
+#. .z0;
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_ERROR_DLG\n"
+"STR_WARN_TRANSP_PDFA\n"
+"string.text"
msgid "PDF/A forbids transparency. A transparent object was painted opaque instead."
msgstr ""
-#: impdialog.src#RID_PDF_ERROR_DLG.STR_WARN_TRANSP_VERSION_SHORT.string.text
+#. Qmv-
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_ERROR_DLG\n"
+"STR_WARN_TRANSP_VERSION_SHORT\n"
+"string.text"
msgid "PDF version conflict"
msgstr ""
-#: impdialog.src#RID_PDF_ERROR_DLG.STR_WARN_TRANSP_VERSION.string.text
+#. oWot
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_ERROR_DLG\n"
+"STR_WARN_TRANSP_VERSION\n"
+"string.text"
msgid "Transparency is not supported in PDF versions earlier than PDF 1.4. A transparent object was painted opaque instead"
msgstr ""
-#: impdialog.src#RID_PDF_ERROR_DLG.STR_WARN_FORMACTION_PDFA_SHORT.string.text
+#. =SfZ
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_ERROR_DLG\n"
+"STR_WARN_FORMACTION_PDFA_SHORT\n"
+"string.text"
msgid "PDF/A form action"
msgstr ""
-#: impdialog.src#RID_PDF_ERROR_DLG.STR_WARN_FORMACTION_PDFA.string.text
+#. ^wB8
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_ERROR_DLG\n"
+"STR_WARN_FORMACTION_PDFA\n"
+"string.text"
msgid "A form control contained an action not supported by the PDF/A standard. The action was skipped"
msgstr ""
-#: impdialog.src#RID_PDF_ERROR_DLG.STR_WARN_TRANSP_CONVERTED.string.text
+#. qjQx
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_ERROR_DLG\n"
+"STR_WARN_TRANSP_CONVERTED\n"
+"string.text"
msgid "Some objects were converted to an image in order to remove transparencies, because the target PDF format does not support transparencies. Possibly better results can be achieved if you remove the transparent objects before exporting."
msgstr ""
-#: impdialog.src#RID_PDF_ERROR_DLG.STR_WARN_TRANSP_CONVERTED_SHORT.string.text
+#. {s)$
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_ERROR_DLG\n"
+"STR_WARN_TRANSP_CONVERTED_SHORT\n"
+"string.text"
msgid "Transparencies removed"
msgstr ""
-#: impdialog.src#RID_PDF_ERROR_DLG.modaldialog.text
+#. _2f%
+#: impdialog.src
+msgctxt ""
+"impdialog.src\n"
+"RID_PDF_ERROR_DLG\n"
+"modaldialog.text"
msgid "Problems during PDF export"
msgstr ""
+
+#. emFd
+#: pdf.src
+msgctxt ""
+"pdf.src\n"
+"PDF_PROGRESS_BAR\n"
+"string.text"
+msgid "Export as PDF"
+msgstr "PDF ფორმატში ექსპორტი"
diff --git a/source/ka/filter/source/t602.po b/source/ka/filter/source/t602.po
index 8efa124868e..cebde2cc8de 100644
--- a/source/ka/filter/source/t602.po
+++ b/source/ka/filter/source/t602.po
@@ -1,9 +1,9 @@
-#. extracted from filter/source/t602.oo
+#. extracted from filter/source/t602
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+filter%2Fsource%2Ft602.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-04-05 23:14+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,19 +12,34 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: t602filter.src#T602FILTER_STR_IMPORT_DIALOG_TITLE.string.text
+#. !97#
+#: t602filter.src
+msgctxt ""
+"t602filter.src\n"
+"T602FILTER_STR_IMPORT_DIALOG_TITLE\n"
+"string.text"
msgid "Settings for T602 import"
msgstr ""
-#: t602filter.src#T602FILTER_STR_ENCODING_LABEL.string.text
+#. bS;E
+#: t602filter.src
+msgctxt ""
+"t602filter.src\n"
+"T602FILTER_STR_ENCODING_LABEL\n"
+"string.text"
msgid "Encoding"
msgstr ""
-#: t602filter.src#T602FILTER_STR_ENCODING_AUTO.string.text
+#. #}]Z
+#: t602filter.src
#, fuzzy
+msgctxt ""
+"t602filter.src\n"
+"T602FILTER_STR_ENCODING_AUTO\n"
+"string.text"
msgid "Automatic"
msgstr ""
"#-#-#-#-# app.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -44,34 +59,74 @@ msgstr ""
"#-#-#-#-# tbxctrls.po (PACKAGE VERSION) #-#-#-#-#\n"
"ავტომატური"
-#: t602filter.src#T602FILTER_STR_ENCODING_CP852.string.text
+#. q39x
+#: t602filter.src
+msgctxt ""
+"t602filter.src\n"
+"T602FILTER_STR_ENCODING_CP852\n"
+"string.text"
msgid "CP852 (Latin2)"
msgstr ""
-#: t602filter.src#T602FILTER_STR_ENCODING_CP895.string.text
+#. Z:#0
+#: t602filter.src
+msgctxt ""
+"t602filter.src\n"
+"T602FILTER_STR_ENCODING_CP895\n"
+"string.text"
msgid "CP895 (KEYB2CS, Kamenicky)"
msgstr ""
-#: t602filter.src#T602FILTER_STR_ENCODING_KOI8CS2.string.text
+#. tnRz
+#: t602filter.src
+msgctxt ""
+"t602filter.src\n"
+"T602FILTER_STR_ENCODING_KOI8CS2\n"
+"string.text"
msgid "KOI8 CS2"
msgstr ""
-#: t602filter.src#T602FILTER_STR_CYRILLIC_MODE.string.text
+#. xm\=
+#: t602filter.src
+msgctxt ""
+"t602filter.src\n"
+"T602FILTER_STR_CYRILLIC_MODE\n"
+"string.text"
msgid "Mode for Russian language (Cyrillic)"
msgstr ""
-#: t602filter.src#T602FILTER_STR_REFORMAT_TEXT.string.text
+#. g]SZ
+#: t602filter.src
+msgctxt ""
+"t602filter.src\n"
+"T602FILTER_STR_REFORMAT_TEXT\n"
+"string.text"
msgid "Reformat the text"
msgstr ""
-#: t602filter.src#T602FILTER_STR_DOT_COMMANDS.string.text
+#. 7*\q
+#: t602filter.src
+msgctxt ""
+"t602filter.src\n"
+"T602FILTER_STR_DOT_COMMANDS\n"
+"string.text"
msgid "Display dot commands"
msgstr ""
-#: t602filter.src#T602FILTER_STR_CANCEL_BUTTON.string.text
+#. 3HiO
+#: t602filter.src
+msgctxt ""
+"t602filter.src\n"
+"T602FILTER_STR_CANCEL_BUTTON\n"
+"string.text"
msgid "Cancel"
msgstr "გაუქმება"
-#: t602filter.src#T602FILTER_STR_OK_BUTTON.string.text
+#. Tk%E
+#: t602filter.src
+msgctxt ""
+"t602filter.src\n"
+"T602FILTER_STR_OK_BUTTON\n"
+"string.text"
msgid "OK"
msgstr "კარგი"
diff --git a/source/ka/filter/source/xsltdialog.po b/source/ka/filter/source/xsltdialog.po
index 060778233fd..d7e9513c9a4 100644
--- a/source/ka/filter/source/xsltdialog.po
+++ b/source/ka/filter/source/xsltdialog.po
@@ -1,9 +1,9 @@
-#. extracted from filter/source/xsltdialog.oo
+#. extracted from filter/source/xsltdialog
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+filter%2Fsource%2Fxsltdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:38+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2012-06-16 14:28+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,307 +12,662 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: xmlfilterdialogstrings.src#STR_COLUMN_HEADER_NAME.string.text
-msgid "Name"
-msgstr "სახელი"
-
-#: xmlfilterdialogstrings.src#STR_COLUMN_HEADER_TYPE.string.text
-msgid "Type"
-msgstr "ტიპი"
-
-#: xmlfilterdialogstrings.src#STR_UNKNOWN_APPLICATION.string.text
-msgid "Unknown"
-msgstr "უცნობი"
+#. V%R@
+#: xmlfiltertestdialog.src
+msgctxt ""
+"xmlfiltertestdialog.src\n"
+"DLG_XML_FILTER_TEST_DIALOG\n"
+"FL_EXPORT\n"
+"fixedline.text"
+msgid "Export"
+msgstr "ექსპორტი"
-#: xmlfilterdialogstrings.src#STR_IMPORT_ONLY.string.text
-msgid "import filter"
-msgstr "ფილტრის იმპორტი"
+#. R\VB
+#: xmlfiltertestdialog.src
+msgctxt ""
+"xmlfiltertestdialog.src\n"
+"DLG_XML_FILTER_TEST_DIALOG\n"
+"FT_EXPORT_XSLT\n"
+"fixedtext.text"
+msgid "XSLT for export"
+msgstr "XSLT ექსპორტისთვის"
-#: xmlfilterdialogstrings.src#STR_IMPORT_EXPORT.string.text
-msgid "import/export filter"
-msgstr "ფილტრის იმპორტი/ექსპორტი"
+#. 6Zh[
+#: xmlfiltertestdialog.src
+msgctxt ""
+"xmlfiltertestdialog.src\n"
+"DLG_XML_FILTER_TEST_DIALOG\n"
+"FT_TRANSFORM_DOCUMENT\n"
+"fixedtext.text"
+msgid "Transform document"
+msgstr "დოკუმენტის გარდაქმნა"
-#: xmlfilterdialogstrings.src#STR_EXPORT_ONLY.string.text
-msgid "export filter"
-msgstr "ფილტრის ექსპორტი"
+#. 3kwV
+#: xmlfiltertestdialog.src
+msgctxt ""
+"xmlfiltertestdialog.src\n"
+"DLG_XML_FILTER_TEST_DIALOG\n"
+"PB_EXPORT_BROWSE\n"
+"pushbutton.text"
+msgid "~Browse..."
+msgstr "ძი~ება..."
-#: xmlfilterdialogstrings.src#STR_WARN_DELETE.string.text
-msgid "Do you really want to delete the XML Filter '%s'? This action cannot be undone."
-msgstr "ნამდვილად გსურთ XML '%s' ფილტრის წაშლა? ეს მოქმედება უკან არ დაბრუნდება."
+#. 4pQX
+#: xmlfiltertestdialog.src
+msgctxt ""
+"xmlfiltertestdialog.src\n"
+"DLG_XML_FILTER_TEST_DIALOG\n"
+"PB_CURRENT_DOCUMENT\n"
+"pushbutton.text"
+msgid "~Current Document"
+msgstr "~მიმიდნარე დოკუმენტი"
-#: xmlfilterdialogstrings.src#STR_ERROR_FILTER_NAME_EXISTS.string.text
-msgid "An XML filter with the name '%s' already exists. Please enter a different name."
-msgstr "XML ფილტრი '%s' სახელით უკვე არსებობს. გთხოვთ შეიყვანოთ სხვა სახელი. "
+#. m1(#
+#: xmlfiltertestdialog.src
+msgctxt ""
+"xmlfiltertestdialog.src\n"
+"DLG_XML_FILTER_TEST_DIALOG\n"
+"FL_IMPORT\n"
+"fixedline.text"
+msgid "Import"
+msgstr "იმპორტი"
-#: xmlfilterdialogstrings.src#STR_ERROR_TYPE_NAME_EXISTS.string.text
-#, fuzzy
-msgid "The name for the user interface '%s1' is already used by the XML filter '%s2'. Please enter a different name."
-msgstr "მომხმარებლის '%s1' ინტერფეისის სახელი უკვე გამოყენებულია XML '%s2' ფილტრის მიერ. გთხოვთ შეიყვანოთ სხვა სახელი."
+#. ;V8@
+#: xmlfiltertestdialog.src
+msgctxt ""
+"xmlfiltertestdialog.src\n"
+"DLG_XML_FILTER_TEST_DIALOG\n"
+"FT_IMPORT_XSLT\n"
+"fixedtext.text"
+msgid "XSLT for import"
+msgstr "XSLT იმპორტისთვის"
-#: xmlfilterdialogstrings.src#STR_ERROR_DTD_NOT_FOUND.string.text
-msgid "The DTD could not be found. Please enter a valid path."
-msgstr "DTD ვერ იქნა ნაპოვნი. გთხოვთ შეიტანოთ სწორი მდებარეობა."
+#. *m//
+#: xmlfiltertestdialog.src
+msgctxt ""
+"xmlfiltertestdialog.src\n"
+"DLG_XML_FILTER_TEST_DIALOG\n"
+"FT_IMPORT_TEMPLATE\n"
+"fixedtext.text"
+msgid "Template for import"
+msgstr "შაბლონი იმპორტისთვის"
-#: xmlfilterdialogstrings.src#STR_ERROR_EXPORT_XSLT_NOT_FOUND.string.text
-msgid "The XSLT for export cannot be found. Please enter a valid path."
-msgstr "ექსპორტისათვის XSLT ვერ იქნა ნაპოვნი. გთხოვთ შეიტანოთ სწორი მდებარეობა."
+#. 6|G?
+#: xmlfiltertestdialog.src
+msgctxt ""
+"xmlfiltertestdialog.src\n"
+"DLG_XML_FILTER_TEST_DIALOG\n"
+"FT_TRANSFORM_FILE\n"
+"fixedtext.text"
+msgid "Transform file"
+msgstr "ფაილის გარდაქმნა"
-#: xmlfilterdialogstrings.src#STR_ERROR_IMPORT_XSLT_NOT_FOUND.string.text
-msgid "The XSLT for import cannot be found. Please enter a valid path."
-msgstr "იმპორტისათვის XSLT ვერ იქნა ნაპოვნი. გთხოვთ შეიტანოთ სწორი მდებარეობა."
+#. j[dR
+#: xmlfiltertestdialog.src
+msgctxt ""
+"xmlfiltertestdialog.src\n"
+"DLG_XML_FILTER_TEST_DIALOG\n"
+"CBX_DISPLAY_SOURCE\n"
+"checkbox.text"
+msgid "~Display source"
+msgstr "~დისპლეის წყარო"
-#: xmlfilterdialogstrings.src#STR_ERROR_IMPORT_TEMPLATE_NOT_FOUND.string.text
-msgid "The given import template cannot be found. Please enter a valid path."
-msgstr "მოცემული იმპორტის შაბლონი ვერ იქნა ნაპოვნი. გთხოვთ შეიტანოთ სწორი მდებარეობა."
+#. !P/u
+#: xmlfiltertestdialog.src
+msgctxt ""
+"xmlfiltertestdialog.src\n"
+"DLG_XML_FILTER_TEST_DIALOG\n"
+"PB_IMPORT_BROWSE\n"
+"pushbutton.text"
+msgid "B~rowse..."
+msgstr "ძი~ება..."
-#: xmlfilterdialogstrings.src#STR_NOT_SPECIFIED.string.text
-msgid "Not specified"
-msgstr "განუსაზღვრელი"
+#. ,p_v
+#: xmlfiltertestdialog.src
+msgctxt ""
+"xmlfiltertestdialog.src\n"
+"DLG_XML_FILTER_TEST_DIALOG\n"
+"PB_RECENT_DOCUMENT\n"
+"pushbutton.text"
+msgid "~Recent File"
+msgstr "~ბოლო ფაილი"
-#: xmlfilterdialogstrings.src#STR_DEFAULT_FILTER_NAME.string.text
-msgid "New Filter"
-msgstr "ახალი ფილტრი"
+#. /}Y\
+#: xmlfiltertestdialog.src
+msgctxt ""
+"xmlfiltertestdialog.src\n"
+"DLG_XML_FILTER_TEST_DIALOG\n"
+"PB_CLOSE\n"
+"pushbutton.text"
+msgid "~Close"
+msgstr "~დახურვა"
-#: xmlfilterdialogstrings.src#STR_DEFAULT_UI_NAME.string.text
-msgid "Untitled"
-msgstr "უათაურო"
+#. Xv;y
+#: xmlfiltertestdialog.src
+msgctxt ""
+"xmlfiltertestdialog.src\n"
+"DLG_XML_FILTER_TEST_DIALOG\n"
+"modaldialog.text"
+msgid "Test XML Filter: %s"
+msgstr "XML ფილსტრის შემოწმება: %s"
-#: xmlfilterdialogstrings.src#STR_UNDEFINED_FILTER.string.text
-msgid "undefined filter"
-msgstr "განუსაზღვრელი ფილტრი"
+#. 44Ax
+#: xmlfileview.src
+msgctxt ""
+"xmlfileview.src\n"
+"DLG_XML_SOURCE_FILE_DIALOG\n"
+"PB_VALIDATE\n"
+"pushbutton.text"
+msgid "~Validate"
+msgstr "~მართებულობის შემოწმება"
-#: xmlfilterdialogstrings.src#STR_FILTER_HAS_BEEN_SAVED.string.text
-msgid "The XML filter '%s' has been saved as package '%s'. "
-msgstr "XML '%s' ფილტრი შეინახა როგორც '%s' პაკეტი."
+#. /)Cm
+#: xmlfileview.src
+msgctxt ""
+"xmlfileview.src\n"
+"DLG_XML_SOURCE_FILE_DIALOG\n"
+"workwindow.text"
+msgid "XML Filter output"
+msgstr "XML ფილტრის გამოტანა"
-#: xmlfilterdialogstrings.src#STR_FILTERS_HAVE_BEEN_SAVED.string.text
-msgid "%s XML filters have been saved in the package '%s'."
-msgstr "%s XML ფილტრები შეინახა '%s' პაკეტში."
+#. 6U=`
+#: xmlfiltertabpagebasic.src
+msgctxt ""
+"xmlfiltertabpagebasic.src\n"
+"RID_XML_FILTER_TABPAGE_BASIC\n"
+"FT_XML_FILTER_NAME\n"
+"fixedtext.text"
+msgid "Filter name"
+msgstr "ფილტრის სახელი"
-#: xmlfilterdialogstrings.src#STR_FILTER_PACKAGE.string.text
-msgid "XSLT filter package"
-msgstr "XSLT ფილტრის პაკეტი"
+#. RR@b
+#: xmlfiltertabpagebasic.src
+msgctxt ""
+"xmlfiltertabpagebasic.src\n"
+"RID_XML_FILTER_TABPAGE_BASIC\n"
+"FT_XML_APPLICATION\n"
+"fixedtext.text"
+msgid "Application"
+msgstr "პროგრამა"
-#: xmlfilterdialogstrings.src#STR_FILTER_INSTALLED.string.text
-msgid "The XML filter '%s' has been installed successfully."
-msgstr "XML '%s' ფილტრი წარმატებით დაინსტალირდა."
+#. !HS[
+#: xmlfiltertabpagebasic.src
+msgctxt ""
+"xmlfiltertabpagebasic.src\n"
+"RID_XML_FILTER_TABPAGE_BASIC\n"
+"FT_XML_INTERFACE_NAME\n"
+"fixedtext.text"
+msgid ""
+"Name of\n"
+"file type"
+msgstr ""
+"ფაილის ტიპის\n"
+"სახელი"
-#: xmlfilterdialogstrings.src#STR_FILTERS_INSTALLED.string.text
-msgid "%s XML filters have been installed successfully."
-msgstr "'%s' XML ფილტრები წარმატებით დაინსტალირდნენ."
+#. a@$t
+#: xmlfiltertabpagebasic.src
+msgctxt ""
+"xmlfiltertabpagebasic.src\n"
+"RID_XML_FILTER_TABPAGE_BASIC\n"
+"FT_XML_EXTENSION\n"
+"fixedtext.text"
+msgid "File extension"
+msgstr "ფაილის გაფართოება"
-#: xmlfilterdialogstrings.src#STR_NO_FILTERS_FOUND.string.text
-msgid "No XML filter could be installed because the package '%s' does not contain any XML filters."
-msgstr "XML ფილტრი ვერ დაინსტალირდა, რადგან პაკეტი '%s' არ შეიცავს არანაირ XML ფილტრს."
+#. ui6:
+#: xmlfiltertabpagebasic.src
+msgctxt ""
+"xmlfiltertabpagebasic.src\n"
+"RID_XML_FILTER_TABPAGE_BASIC\n"
+"FT_XML_DESCRIPTION\n"
+"fixedtext.text"
+msgid "Comments"
+msgstr "კომენტარები"
-#: xmlfiltertabdialog.src#DLG_XML_FILTER_TABDIALOG.1.RID_XML_FILTER_TABPAGE_BASIC.pageitem.text
-msgctxt "xmlfiltertabdialog.src#DLG_XML_FILTER_TABDIALOG.1.RID_XML_FILTER_TABPAGE_BASIC.pageitem.text"
+#. uJhC
+#: xmlfiltertabpagebasic.src
+msgctxt ""
+"xmlfiltertabpagebasic.src\n"
+"RID_XML_FILTER_TABPAGE_BASIC\n"
+"tabpage.text"
msgid "General"
msgstr "ზოგადი"
-#: xmlfiltertabdialog.src#DLG_XML_FILTER_TABDIALOG.1.RID_XML_FILTER_TABPAGE_XSLT.pageitem.text
-msgctxt "xmlfiltertabdialog.src#DLG_XML_FILTER_TABDIALOG.1.RID_XML_FILTER_TABPAGE_XSLT.pageitem.text"
-msgid "Transformation"
-msgstr "გარდაქმნა"
+#. `qZZ
+#: xmlfiltertabpagexslt.src
+msgctxt ""
+"xmlfiltertabpagexslt.src\n"
+"RID_XML_FILTER_TABPAGE_XSLT\n"
+"FT_XML_DOCTYPE\n"
+"fixedtext.text"
+msgid "DocType"
+msgstr "დოკუმენტის ტიპი"
-#: xmlfiltertabdialog.src#DLG_XML_FILTER_TABDIALOG.tabdialog.text
-msgid "XML Filter: %s"
-msgstr "XML ფილტრი: %s"
+#. 26?n
+#: xmlfiltertabpagexslt.src
+msgctxt ""
+"xmlfiltertabpagexslt.src\n"
+"RID_XML_FILTER_TABPAGE_XSLT\n"
+"FT_XML_DTD_SCHEMA\n"
+"fixedtext.text"
+msgid "DTD"
+msgstr "DTD"
-#: xmlfiltertestdialog.src#DLG_XML_FILTER_TEST_DIALOG.FL_EXPORT.fixedline.text
-msgid "Export"
-msgstr "ექსპორტი"
+#. eh}M
+#: xmlfiltertabpagexslt.src
+msgctxt ""
+"xmlfiltertabpagexslt.src\n"
+"RID_XML_FILTER_TABPAGE_XSLT\n"
+"ED_XML_DTD_SCHEMA_BROWSE\n"
+"pushbutton.text"
+msgid "Browse..."
+msgstr "მოძიება..."
-#: xmlfiltertestdialog.src#DLG_XML_FILTER_TEST_DIALOG.FT_EXPORT_XSLT.fixedtext.text
-msgctxt "xmlfiltertestdialog.src#DLG_XML_FILTER_TEST_DIALOG.FT_EXPORT_XSLT.fixedtext.text"
+#. HvP0
+#: xmlfiltertabpagexslt.src
+msgctxt ""
+"xmlfiltertabpagexslt.src\n"
+"RID_XML_FILTER_TABPAGE_XSLT\n"
+"FT_XML_EXPORT_XSLT\n"
+"fixedtext.text"
msgid "XSLT for export"
msgstr "XSLT ექსპორტისთვის"
-#: xmlfiltertestdialog.src#DLG_XML_FILTER_TEST_DIALOG.FT_TRANSFORM_DOCUMENT.fixedtext.text
-msgid "Transform document"
-msgstr "დოკუმენტის გარდაქმნა"
-
-#: xmlfiltertestdialog.src#DLG_XML_FILTER_TEST_DIALOG.PB_EXPORT_BROWSE.pushbutton.text
-msgid "~Browse..."
-msgstr "ძი~ება..."
-
-#: xmlfiltertestdialog.src#DLG_XML_FILTER_TEST_DIALOG.PB_CURRENT_DOCUMENT.pushbutton.text
-msgid "~Current Document"
-msgstr "~მიმიდნარე დოკუმენტი"
-
-#: xmlfiltertestdialog.src#DLG_XML_FILTER_TEST_DIALOG.FL_IMPORT.fixedline.text
-msgid "Import"
-msgstr "იმპორტი"
+#. ihb7
+#: xmlfiltertabpagexslt.src
+msgctxt ""
+"xmlfiltertabpagexslt.src\n"
+"RID_XML_FILTER_TABPAGE_XSLT\n"
+"PB_XML_EXPORT_XSLT_BROWSE\n"
+"pushbutton.text"
+msgid "Browse..."
+msgstr "მოძიება..."
-#: xmlfiltertestdialog.src#DLG_XML_FILTER_TEST_DIALOG.FT_IMPORT_XSLT.fixedtext.text
-msgctxt "xmlfiltertestdialog.src#DLG_XML_FILTER_TEST_DIALOG.FT_IMPORT_XSLT.fixedtext.text"
+#. kUl.
+#: xmlfiltertabpagexslt.src
+msgctxt ""
+"xmlfiltertabpagexslt.src\n"
+"RID_XML_FILTER_TABPAGE_XSLT\n"
+"FT_XML_IMPORT_XSLT\n"
+"fixedtext.text"
msgid "XSLT for import"
msgstr "XSLT იმპორტისთვის"
-#: xmlfiltertestdialog.src#DLG_XML_FILTER_TEST_DIALOG.FT_IMPORT_TEMPLATE.fixedtext.text
-msgctxt "xmlfiltertestdialog.src#DLG_XML_FILTER_TEST_DIALOG.FT_IMPORT_TEMPLATE.fixedtext.text"
+#. *3QN
+#: xmlfiltertabpagexslt.src
+msgctxt ""
+"xmlfiltertabpagexslt.src\n"
+"RID_XML_FILTER_TABPAGE_XSLT\n"
+"PB_XML_IMPORT_XSLT_BROWSE\n"
+"pushbutton.text"
+msgid "Browse..."
+msgstr "მოძიება..."
+
+#. J~CV
+#: xmlfiltertabpagexslt.src
+msgctxt ""
+"xmlfiltertabpagexslt.src\n"
+"RID_XML_FILTER_TABPAGE_XSLT\n"
+"FT_XML_IMPORT_TEMPLATE\n"
+"fixedtext.text"
msgid "Template for import"
msgstr "შაბლონი იმპორტისთვის"
-#: xmlfiltertestdialog.src#DLG_XML_FILTER_TEST_DIALOG.FT_TRANSFORM_FILE.fixedtext.text
-msgid "Transform file"
-msgstr "ფაილის გარდაქმნა"
+#. xdF,
+#: xmlfiltertabpagexslt.src
+msgctxt ""
+"xmlfiltertabpagexslt.src\n"
+"RID_XML_FILTER_TABPAGE_XSLT\n"
+"PB_XML_IMPORT_TEMPLATE_BROWSE\n"
+"pushbutton.text"
+msgid "Browse..."
+msgstr "მოძიება..."
-#: xmlfiltertestdialog.src#DLG_XML_FILTER_TEST_DIALOG.CBX_DISPLAY_SOURCE.checkbox.text
-msgid "~Display source"
-msgstr "~დისპლეის წყარო"
+#. PrLq
+#: xmlfiltertabpagexslt.src
+msgctxt ""
+"xmlfiltertabpagexslt.src\n"
+"RID_XML_FILTER_TABPAGE_XSLT\n"
+"FT_XML_NEEDS_XSLT2\n"
+"fixedtext.text"
+msgid "The filter needs XSLT 2.0 processor"
+msgstr ""
-#: xmlfiltertestdialog.src#DLG_XML_FILTER_TEST_DIALOG.PB_IMPORT_BROWSE.pushbutton.text
-msgid "B~rowse..."
-msgstr "ძი~ება..."
+#. 7oY]
+#: xmlfiltertabpagexslt.src
+msgctxt ""
+"xmlfiltertabpagexslt.src\n"
+"RID_XML_FILTER_TABPAGE_XSLT\n"
+"tabpage.text"
+msgid "Transformation"
+msgstr "გარდაქმნა"
-#: xmlfiltertestdialog.src#DLG_XML_FILTER_TEST_DIALOG.PB_RECENT_DOCUMENT.pushbutton.text
-msgid "~Recent File"
-msgstr "~ბოლო ფაილი"
+#. c)%c
+#: xmlfiltertabdialog.src
+msgctxt ""
+"xmlfiltertabdialog.src\n"
+"DLG_XML_FILTER_TABDIALOG.1\n"
+"RID_XML_FILTER_TABPAGE_BASIC\n"
+"pageitem.text"
+msgid "General"
+msgstr "ზოგადი"
-#: xmlfiltertestdialog.src#DLG_XML_FILTER_TEST_DIALOG.PB_CLOSE.pushbutton.text
-msgctxt "xmlfiltertestdialog.src#DLG_XML_FILTER_TEST_DIALOG.PB_CLOSE.pushbutton.text"
-msgid "~Close"
-msgstr "~დახურვა"
+#. ~YIV
+#: xmlfiltertabdialog.src
+msgctxt ""
+"xmlfiltertabdialog.src\n"
+"DLG_XML_FILTER_TABDIALOG.1\n"
+"RID_XML_FILTER_TABPAGE_XSLT\n"
+"pageitem.text"
+msgid "Transformation"
+msgstr "გარდაქმნა"
-#: xmlfiltertestdialog.src#DLG_XML_FILTER_TEST_DIALOG.modaldialog.text
-msgid "Test XML Filter: %s"
-msgstr "XML ფილსტრის შემოწმება: %s"
+#. Bi34
+#: xmlfiltertabdialog.src
+msgctxt ""
+"xmlfiltertabdialog.src\n"
+"DLG_XML_FILTER_TABDIALOG\n"
+"tabdialog.text"
+msgid "XML Filter: %s"
+msgstr "XML ფილტრი: %s"
-#: xmlfiltersettingsdialog.src#DLG_XML_FILTER_SETTINGS_DIALOG.PB_XML_FILTER_NEW.pushbutton.text
+#. mC7)
+#: xmlfiltersettingsdialog.src
+msgctxt ""
+"xmlfiltersettingsdialog.src\n"
+"DLG_XML_FILTER_SETTINGS_DIALOG\n"
+"PB_XML_FILTER_NEW\n"
+"pushbutton.text"
msgid "~New..."
msgstr "~ახალი..."
-#: xmlfiltersettingsdialog.src#DLG_XML_FILTER_SETTINGS_DIALOG.PB_XML_FILTER_EDIT.pushbutton.text
+#. hk8C
+#: xmlfiltersettingsdialog.src
+msgctxt ""
+"xmlfiltersettingsdialog.src\n"
+"DLG_XML_FILTER_SETTINGS_DIALOG\n"
+"PB_XML_FILTER_EDIT\n"
+"pushbutton.text"
msgid "~Edit..."
msgstr "~რედაქტირება..."
-#: xmlfiltersettingsdialog.src#DLG_XML_FILTER_SETTINGS_DIALOG.PB_XML_FILTER_TEST.pushbutton.text
+#. o=9H
+#: xmlfiltersettingsdialog.src
+msgctxt ""
+"xmlfiltersettingsdialog.src\n"
+"DLG_XML_FILTER_SETTINGS_DIALOG\n"
+"PB_XML_FILTER_TEST\n"
+"pushbutton.text"
msgid "~Test XSLTs..."
msgstr "XSLT-ს შე~მოწმება..."
-#: xmlfiltersettingsdialog.src#DLG_XML_FILTER_SETTINGS_DIALOG.PB_XML_FILTER_DELETE.pushbutton.text
+#. *B]g
+#: xmlfiltersettingsdialog.src
+msgctxt ""
+"xmlfiltersettingsdialog.src\n"
+"DLG_XML_FILTER_SETTINGS_DIALOG\n"
+"PB_XML_FILTER_DELETE\n"
+"pushbutton.text"
msgid "~Delete..."
msgstr "~წაშლა..."
-#: xmlfiltersettingsdialog.src#DLG_XML_FILTER_SETTINGS_DIALOG.PB_XML_FILTER_SAVE.pushbutton.text
+#. -Y?U
+#: xmlfiltersettingsdialog.src
+msgctxt ""
+"xmlfiltersettingsdialog.src\n"
+"DLG_XML_FILTER_SETTINGS_DIALOG\n"
+"PB_XML_FILTER_SAVE\n"
+"pushbutton.text"
msgid "~Save as Package..."
msgstr "შეი&ნახე როგორც პაკეტი..."
-#: xmlfiltersettingsdialog.src#DLG_XML_FILTER_SETTINGS_DIALOG.PB_XML_FILTER_OPEN.pushbutton.text
+#. TSeo
+#: xmlfiltersettingsdialog.src
+msgctxt ""
+"xmlfiltersettingsdialog.src\n"
+"DLG_XML_FILTER_SETTINGS_DIALOG\n"
+"PB_XML_FILTER_OPEN\n"
+"pushbutton.text"
msgid "~Open Package..."
msgstr "პაკეტის ~გახსნა..."
-#: xmlfiltersettingsdialog.src#DLG_XML_FILTER_SETTINGS_DIALOG.PB_XML_FILTER_CLOSE.pushbutton.text
-msgctxt "xmlfiltersettingsdialog.src#DLG_XML_FILTER_SETTINGS_DIALOG.PB_XML_FILTER_CLOSE.pushbutton.text"
+#. r`v9
+#: xmlfiltersettingsdialog.src
+msgctxt ""
+"xmlfiltersettingsdialog.src\n"
+"DLG_XML_FILTER_SETTINGS_DIALOG\n"
+"PB_XML_FILTER_CLOSE\n"
+"pushbutton.text"
msgid "~Close"
msgstr "~დახურვა"
-#: xmlfiltersettingsdialog.src#DLG_XML_FILTER_SETTINGS_DIALOG.STR_XML_FILTER_LISTBOX.string.text
+#. k_8k
+#: xmlfiltersettingsdialog.src
#, fuzzy
+msgctxt ""
+"xmlfiltersettingsdialog.src\n"
+"DLG_XML_FILTER_SETTINGS_DIALOG\n"
+"STR_XML_FILTER_LISTBOX\n"
+"string.text"
msgid "XML Filter List"
msgstr "XML ფილტრი: %s"
-#: xmlfiltersettingsdialog.src#DLG_XML_FILTER_SETTINGS_DIALOG.workwindow.text
+#. Bx3g
+#: xmlfiltersettingsdialog.src
+msgctxt ""
+"xmlfiltersettingsdialog.src\n"
+"DLG_XML_FILTER_SETTINGS_DIALOG\n"
+"workwindow.text"
msgid "XML Filter Settings"
msgstr "XML ფილტრის პარამეტრები"
-#: xmlfileview.src#DLG_XML_SOURCE_FILE_DIALOG.PB_VALIDATE.pushbutton.text
-msgid "~Validate"
-msgstr "~მართებულობის შემოწმება"
+#. 8k_g
+#: xmlfilterdialogstrings.src
+msgctxt ""
+"xmlfilterdialogstrings.src\n"
+"STR_COLUMN_HEADER_NAME\n"
+"string.text"
+msgid "Name"
+msgstr "სახელი"
-#: xmlfileview.src#DLG_XML_SOURCE_FILE_DIALOG.workwindow.text
-msgid "XML Filter output"
-msgstr "XML ფილტრის გამოტანა"
+#. %-T^
+#: xmlfilterdialogstrings.src
+msgctxt ""
+"xmlfilterdialogstrings.src\n"
+"STR_COLUMN_HEADER_TYPE\n"
+"string.text"
+msgid "Type"
+msgstr "ტიპი"
-#: xmlfiltertabpagexslt.src#RID_XML_FILTER_TABPAGE_XSLT.FT_XML_DOCTYPE.fixedtext.text
-msgid "DocType"
-msgstr "დოკუმენტის ტიპი"
+#. ~qjq
+#: xmlfilterdialogstrings.src
+msgctxt ""
+"xmlfilterdialogstrings.src\n"
+"STR_UNKNOWN_APPLICATION\n"
+"string.text"
+msgid "Unknown"
+msgstr "უცნობი"
-#: xmlfiltertabpagexslt.src#RID_XML_FILTER_TABPAGE_XSLT.FT_XML_DTD_SCHEMA.fixedtext.text
-msgid "DTD"
-msgstr "DTD"
+#. YY?z
+#: xmlfilterdialogstrings.src
+msgctxt ""
+"xmlfilterdialogstrings.src\n"
+"STR_IMPORT_ONLY\n"
+"string.text"
+msgid "import filter"
+msgstr "ფილტრის იმპორტი"
-#: xmlfiltertabpagexslt.src#RID_XML_FILTER_TABPAGE_XSLT.ED_XML_DTD_SCHEMA_BROWSE.pushbutton.text
-msgctxt "xmlfiltertabpagexslt.src#RID_XML_FILTER_TABPAGE_XSLT.ED_XML_DTD_SCHEMA_BROWSE.pushbutton.text"
-msgid "Browse..."
-msgstr "მოძიება..."
+#. _D4M
+#: xmlfilterdialogstrings.src
+msgctxt ""
+"xmlfilterdialogstrings.src\n"
+"STR_IMPORT_EXPORT\n"
+"string.text"
+msgid "import/export filter"
+msgstr "ფილტრის იმპორტი/ექსპორტი"
-#: xmlfiltertabpagexslt.src#RID_XML_FILTER_TABPAGE_XSLT.FT_XML_EXPORT_XSLT.fixedtext.text
-msgctxt "xmlfiltertabpagexslt.src#RID_XML_FILTER_TABPAGE_XSLT.FT_XML_EXPORT_XSLT.fixedtext.text"
-msgid "XSLT for export"
-msgstr "XSLT ექსპორტისთვის"
+#. %m6@
+#: xmlfilterdialogstrings.src
+msgctxt ""
+"xmlfilterdialogstrings.src\n"
+"STR_EXPORT_ONLY\n"
+"string.text"
+msgid "export filter"
+msgstr "ფილტრის ექსპორტი"
-#: xmlfiltertabpagexslt.src#RID_XML_FILTER_TABPAGE_XSLT.PB_XML_EXPORT_XSLT_BROWSE.pushbutton.text
-msgctxt "xmlfiltertabpagexslt.src#RID_XML_FILTER_TABPAGE_XSLT.PB_XML_EXPORT_XSLT_BROWSE.pushbutton.text"
-msgid "Browse..."
-msgstr "მოძიება..."
+#. P0XA
+#: xmlfilterdialogstrings.src
+msgctxt ""
+"xmlfilterdialogstrings.src\n"
+"STR_WARN_DELETE\n"
+"string.text"
+msgid "Do you really want to delete the XML Filter '%s'? This action cannot be undone."
+msgstr "ნამდვილად გსურთ XML '%s' ფილტრის წაშლა? ეს მოქმედება უკან არ დაბრუნდება."
-#: xmlfiltertabpagexslt.src#RID_XML_FILTER_TABPAGE_XSLT.FT_XML_IMPORT_XSLT.fixedtext.text
-msgctxt "xmlfiltertabpagexslt.src#RID_XML_FILTER_TABPAGE_XSLT.FT_XML_IMPORT_XSLT.fixedtext.text"
-msgid "XSLT for import"
-msgstr "XSLT იმპორტისთვის"
+#. L*7(
+#: xmlfilterdialogstrings.src
+msgctxt ""
+"xmlfilterdialogstrings.src\n"
+"STR_ERROR_FILTER_NAME_EXISTS\n"
+"string.text"
+msgid "An XML filter with the name '%s' already exists. Please enter a different name."
+msgstr "XML ფილტრი '%s' სახელით უკვე არსებობს. გთხოვთ შეიყვანოთ სხვა სახელი. "
-#: xmlfiltertabpagexslt.src#RID_XML_FILTER_TABPAGE_XSLT.PB_XML_IMPORT_XSLT_BROWSE.pushbutton.text
-msgctxt "xmlfiltertabpagexslt.src#RID_XML_FILTER_TABPAGE_XSLT.PB_XML_IMPORT_XSLT_BROWSE.pushbutton.text"
-msgid "Browse..."
-msgstr "მოძიება..."
+#. M;HY
+#: xmlfilterdialogstrings.src
+#, fuzzy
+msgctxt ""
+"xmlfilterdialogstrings.src\n"
+"STR_ERROR_TYPE_NAME_EXISTS\n"
+"string.text"
+msgid "The name for the user interface '%s1' is already used by the XML filter '%s2'. Please enter a different name."
+msgstr "მომხმარებლის '%s1' ინტერფეისის სახელი უკვე გამოყენებულია XML '%s2' ფილტრის მიერ. გთხოვთ შეიყვანოთ სხვა სახელი."
-#: xmlfiltertabpagexslt.src#RID_XML_FILTER_TABPAGE_XSLT.FT_XML_IMPORT_TEMPLATE.fixedtext.text
-msgctxt "xmlfiltertabpagexslt.src#RID_XML_FILTER_TABPAGE_XSLT.FT_XML_IMPORT_TEMPLATE.fixedtext.text"
-msgid "Template for import"
-msgstr "შაბლონი იმპორტისთვის"
+#. V7TL
+#: xmlfilterdialogstrings.src
+msgctxt ""
+"xmlfilterdialogstrings.src\n"
+"STR_ERROR_DTD_NOT_FOUND\n"
+"string.text"
+msgid "The DTD could not be found. Please enter a valid path."
+msgstr "DTD ვერ იქნა ნაპოვნი. გთხოვთ შეიტანოთ სწორი მდებარეობა."
-#: xmlfiltertabpagexslt.src#RID_XML_FILTER_TABPAGE_XSLT.PB_XML_IMPORT_TEMPLATE_BROWSE.pushbutton.text
-msgctxt "xmlfiltertabpagexslt.src#RID_XML_FILTER_TABPAGE_XSLT.PB_XML_IMPORT_TEMPLATE_BROWSE.pushbutton.text"
-msgid "Browse..."
-msgstr "მოძიება..."
+#. *exW
+#: xmlfilterdialogstrings.src
+msgctxt ""
+"xmlfilterdialogstrings.src\n"
+"STR_ERROR_EXPORT_XSLT_NOT_FOUND\n"
+"string.text"
+msgid "The XSLT for export cannot be found. Please enter a valid path."
+msgstr "ექსპორტისათვის XSLT ვერ იქნა ნაპოვნი. გთხოვთ შეიტანოთ სწორი მდებარეობა."
-#: xmlfiltertabpagexslt.src#RID_XML_FILTER_TABPAGE_XSLT.FT_XML_TRANSFORM_SERVICE.fixedtext.text
-msgid "XSLT Transformation Service"
-msgstr ""
+#. }JWy
+#: xmlfilterdialogstrings.src
+msgctxt ""
+"xmlfilterdialogstrings.src\n"
+"STR_ERROR_IMPORT_XSLT_NOT_FOUND\n"
+"string.text"
+msgid "The XSLT for import cannot be found. Please enter a valid path."
+msgstr "იმპორტისათვის XSLT ვერ იქნა ნაპოვნი. გთხოვთ შეიტანოთ სწორი მდებარეობა."
-#: xmlfiltertabpagexslt.src#RID_XML_FILTER_TABPAGE_XSLT.RB_XML_TRANSFORM_SERVICE_LIBXSLT.radiobutton.text
-msgid "~Builtin (LibXSLT)"
-msgstr ""
+#. F]Q[
+#: xmlfilterdialogstrings.src
+msgctxt ""
+"xmlfilterdialogstrings.src\n"
+"STR_ERROR_IMPORT_TEMPLATE_NOT_FOUND\n"
+"string.text"
+msgid "The given import template cannot be found. Please enter a valid path."
+msgstr "მოცემული იმპორტის შაბლონი ვერ იქნა ნაპოვნი. გთხოვთ შეიტანოთ სწორი მდებარეობა."
-#: xmlfiltertabpagexslt.src#RID_XML_FILTER_TABPAGE_XSLT.RB_XML_TRANSFORM_SERVICE_SAXON_J.radiobutton.text
-msgid "~Saxon/J"
-msgstr ""
+#. d7wd
+#: xmlfilterdialogstrings.src
+msgctxt ""
+"xmlfilterdialogstrings.src\n"
+"STR_NOT_SPECIFIED\n"
+"string.text"
+msgid "Not specified"
+msgstr "განუსაზღვრელი"
-#: xmlfiltertabpagexslt.src#RID_XML_FILTER_TABPAGE_XSLT.tabpage.text
-msgctxt "xmlfiltertabpagexslt.src#RID_XML_FILTER_TABPAGE_XSLT.tabpage.text"
-msgid "Transformation"
-msgstr "გარდაქმნა"
+#. 4On}
+#: xmlfilterdialogstrings.src
+msgctxt ""
+"xmlfilterdialogstrings.src\n"
+"STR_DEFAULT_FILTER_NAME\n"
+"string.text"
+msgid "New Filter"
+msgstr "ახალი ფილტრი"
-#: xmlfiltertabpagebasic.src#RID_XML_FILTER_TABPAGE_BASIC.FT_XML_FILTER_NAME.fixedtext.text
-msgid "Filter name"
-msgstr "ფილტრის სახელი"
+#. :~$h
+#: xmlfilterdialogstrings.src
+msgctxt ""
+"xmlfilterdialogstrings.src\n"
+"STR_DEFAULT_UI_NAME\n"
+"string.text"
+msgid "Untitled"
+msgstr "უათაურო"
-#: xmlfiltertabpagebasic.src#RID_XML_FILTER_TABPAGE_BASIC.FT_XML_APPLICATION.fixedtext.text
-msgid "Application"
-msgstr "პროგრამა"
+#. U7)s
+#: xmlfilterdialogstrings.src
+msgctxt ""
+"xmlfilterdialogstrings.src\n"
+"STR_UNDEFINED_FILTER\n"
+"string.text"
+msgid "undefined filter"
+msgstr "განუსაზღვრელი ფილტრი"
-#: xmlfiltertabpagebasic.src#RID_XML_FILTER_TABPAGE_BASIC.FT_XML_INTERFACE_NAME.fixedtext.text
-msgid ""
-"Name of\n"
-"file type"
-msgstr ""
-"ფაილის ტიპის\n"
-"სახელი"
+#. 1KTV
+#: xmlfilterdialogstrings.src
+msgctxt ""
+"xmlfilterdialogstrings.src\n"
+"STR_FILTER_HAS_BEEN_SAVED\n"
+"string.text"
+msgid "The XML filter '%s' has been saved as package '%s'. "
+msgstr "XML '%s' ფილტრი შეინახა როგორც '%s' პაკეტი."
-#: xmlfiltertabpagebasic.src#RID_XML_FILTER_TABPAGE_BASIC.FT_XML_EXTENSION.fixedtext.text
-msgid "File extension"
-msgstr "ფაილის გაფართოება"
+#. Sn(,
+#: xmlfilterdialogstrings.src
+msgctxt ""
+"xmlfilterdialogstrings.src\n"
+"STR_FILTERS_HAVE_BEEN_SAVED\n"
+"string.text"
+msgid "%s XML filters have been saved in the package '%s'."
+msgstr "%s XML ფილტრები შეინახა '%s' პაკეტში."
-#: xmlfiltertabpagebasic.src#RID_XML_FILTER_TABPAGE_BASIC.FT_XML_DESCRIPTION.fixedtext.text
-msgid "Comments"
-msgstr "კომენტარები"
+#. dW^I
+#: xmlfilterdialogstrings.src
+msgctxt ""
+"xmlfilterdialogstrings.src\n"
+"STR_FILTER_PACKAGE\n"
+"string.text"
+msgid "XSLT filter package"
+msgstr "XSLT ფილტრის პაკეტი"
-#: xmlfiltertabpagebasic.src#RID_XML_FILTER_TABPAGE_BASIC.tabpage.text
-msgctxt "xmlfiltertabpagebasic.src#RID_XML_FILTER_TABPAGE_BASIC.tabpage.text"
-msgid "General"
-msgstr "ზოგადი"
+#. T][`
+#: xmlfilterdialogstrings.src
+msgctxt ""
+"xmlfilterdialogstrings.src\n"
+"STR_FILTER_INSTALLED\n"
+"string.text"
+msgid "The XML filter '%s' has been installed successfully."
+msgstr "XML '%s' ფილტრი წარმატებით დაინსტალირდა."
+
+#. iaY+
+#: xmlfilterdialogstrings.src
+msgctxt ""
+"xmlfilterdialogstrings.src\n"
+"STR_FILTERS_INSTALLED\n"
+"string.text"
+msgid "%s XML filters have been installed successfully."
+msgstr "'%s' XML ფილტრები წარმატებით დაინსტალირდნენ."
+
+#. FwPH
+#: xmlfilterdialogstrings.src
+msgctxt ""
+"xmlfilterdialogstrings.src\n"
+"STR_NO_FILTERS_FOUND\n"
+"string.text"
+msgid "No XML filter could be installed because the package '%s' does not contain any XML filters."
+msgstr "XML ფილტრი ვერ დაინსტალირდა, რადგან პაკეტი '%s' არ შეიცავს არანაირ XML ფილტრს."
diff --git a/source/ka/forms/source/resource.po b/source/ka/forms/source/resource.po
index eaa827dddad..9c61c0dad73 100644
--- a/source/ka/forms/source/resource.po
+++ b/source/ka/forms/source/resource.po
@@ -1,9 +1,9 @@
-#. extracted from forms/source/resource.oo
+#. extracted from forms/source/resource
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+forms%2Fsource%2Fresource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:38+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:14+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,254 +12,554 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: xforms.src#RID_STR_XFORMS_NO_BINDING_EXPRESSION.string.text
+#. +QYe
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_BASELISTBOX_ERROR_FILLLIST\n"
+"string.text"
+msgid "The contents of a combo box or list field could not be determined."
+msgstr "კომბო ველის შეგთავსი ან ცხრილი ვერ განისაზღვრა."
+
+#. #vZY
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_IMPORT_GRAPHIC\n"
+"string.text"
+msgid "Insert graphics"
+msgstr "გრაპიკების ჩასმა"
+
+#. vk|m
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_CONTROL_SUBSTITUTED_NAME\n"
+"string.text"
+msgid "substituted"
+msgstr "შეცვლილია"
+
+#. .jR@
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_CONTROL_SUBSTITUTED_EPXPLAIN\n"
+"string.text"
+msgid "An error occurred while this control was being loaded. It was therefore replaced with a placeholder."
+msgstr "შეცდომა წარმოიქმნა, როცა მიმდინარე ელემენტმა დაიწყო ჩატვირთვა.!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
+
+#. G8hN
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_READERROR\n"
+"string.text"
+msgid "Error reading data from database"
+msgstr "შეცდომა მონაცემთა ბაზაში , მონაცემთა წაკითხბვისას"
+
+#. 4jLM
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_CONNECTERROR\n"
+"string.text"
+msgid "Connection failed"
+msgstr "კავშირი ვერ შედგა"
+
+#. 9aqb
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_ERR_LOADING_FORM\n"
+"string.text"
+msgid "The data content could not be loaded."
+msgstr "მონაცემთა შიგთავსი ვერ ჩაიტვირთება."
+
+#. Fj5.
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_ERR_REFRESHING_FORM\n"
+"string.text"
+msgid "The data content could not be updated"
+msgstr "მონაცემთა შიგთავსი ვერ განახლდება"
+
+#. v_cg
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_ERR_INSERTRECORD\n"
+"string.text"
+msgid "Error inserting the new record"
+msgstr "შეცდომა ახალი ჩანაწერის ჩასმის დროს."
+
+#. Pby/
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_ERR_UPDATERECORD\n"
+"string.text"
+msgid "Error updating the current record"
+msgstr "შეცდომა მიმდინარე ჩანაწერის განახლების დროს"
+
+#. Gb4h
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_ERR_DELETERECORD\n"
+"string.text"
+msgid "Error deleting the current record"
+msgstr "შეცდომა მიმდინარე ჩანაწერის წაშლის დროს"
+
+#. 2.)M
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_ERR_DELETERECORDS\n"
+"string.text"
+msgid "Error deleting the specified records"
+msgstr "შეცდომა სპეციალური ჩანაწერების წაშლის დროს"
+
+#. =dhV
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_NEED_NON_NULL_OBJECT\n"
+"string.text"
+msgid "The object cannot be NULL."
+msgstr "ობიექტს ვერ ექნება ნულის მნიშვნელობა."
+
+#. P]bw
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_OPEN_GRAPHICS\n"
+"string.text"
+msgid "Insert graphics from..."
+msgstr "გრაფიკების არჩევა..."
+
+#. [$;*
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_CLEAR_GRAPHICS\n"
+"string.text"
+msgid "Remove graphics"
+msgstr "გრაპიკების ამოშლა"
+
+#. cU6U
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_INVALIDSTREAM\n"
+"string.text"
+msgid "The given stream is invalid."
+msgstr "მინიჭებული წყარო არასწორია."
+
+#. :TaJ
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_SYNTAXERROR\n"
+"string.text"
+msgid "Syntax error in query expression"
+msgstr "სინტაქსური შეცდომა მოთხოვნაში"
+
+#. `A/s
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_INCOMPATIBLE_TYPES\n"
+"string.text"
+msgid "The value types supported by the binding cannot be used for exchanging data with this control."
+msgstr "მნიშვნელობათა ტიპები აღქმულია, ამკინძავი ვერ გამოიყენება მონაცემთა მიმოცვისთვის ამ ელემენტისთვის."
+
+#. hS|Q
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_LABEL_RECORD\n"
+"string.text"
+msgid "Record"
+msgstr "ჩაწერა"
+
+#. \hkl
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_INVALID_VALIDATOR\n"
+"string.text"
+msgid "The control is connected to an external value binding, which at the same time acts as validator. You need to revoke the value binding, before you can set a new validator."
+msgstr "ეს ელემენტი დაუკავშირდა გარე საკინძის მნიშვნელობას,რაც იგივეა..."
+
+#. eI8L
+#: strings.src
+#, fuzzy
+msgctxt ""
+"strings.src\n"
+"RID_STR_LABEL_OF\n"
+"string.text"
+msgid "of"
+msgstr ""
+"#-#-#-#-# tabpages.po (PACKAGE VERSION) #-#-#-#-#\n"
+"of\n"
+"#-#-#-#-# form.po (PACKAGE VERSION) #-#-#-#-#\n"
+"-"
+
+#. RQ:o
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_QUERY_SAVE_MODIFIED_ROW\n"
+"string.text"
+msgid ""
+"The content of the current form has been modified.\n"
+"Do you want to save your changes?"
+msgstr ""
+"მიმდინარე ფორმის შიგთავსი ჩასწორებულია.\n"
+"გსურთ ცვლილებების შენახვა?"
+
+#. UDgo
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_COULD_NOT_SET_ORDER\n"
+"string.text"
+msgid "Error setting the sort criteria"
+msgstr "დახარისხების კრიტერიუმის დაყენებისას წარმოიქმნა შეცდომა"
+
+#. 6MAG
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_COULD_NOT_SET_FILTER\n"
+"string.text"
+msgid "Error setting the filter criteria"
+msgstr "ფილტრის კრიტერიუმის დაყენებისას წარმოიქმნა შეცდომა"
+
+#. )2J[
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_FEATURE_REQUIRES_PARAMETERS\n"
+"string.text"
+msgid "To execute this function, parameters are needed."
+msgstr ""
+
+#. `9#J
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_FEATURE_NOT_EXECUTABLE\n"
+"string.text"
+msgid "This function cannot be executed, but is only for status queries."
+msgstr ""
+
+#. 2Jm9
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"RID_STR_FEATURE_UNKNOWN\n"
+"string.text"
+msgid "Unknown function."
+msgstr ""
+
+#. Pi1%
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_XFORMS_NO_BINDING_EXPRESSION\n"
+"string.text"
msgid "Please enter a binding expression."
msgstr "გთხოვთ შეიყვანოთ გამოსახულებათა კომბინაცია."
-#: xforms.src#RID_STR_XFORMS_INVALID_BINDING_EXPRESSION.string.text
+#. FDCA
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_XFORMS_INVALID_BINDING_EXPRESSION\n"
+"string.text"
msgid "This is an invalid binding expression."
msgstr "ეს გამოსახულებათა არასწორი კომბინაციაა."
-#: xforms.src#RID_STR_XFORMS_INVALID_VALUE.string.text
+#. U*B_
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_XFORMS_INVALID_VALUE\n"
+"string.text"
msgid "Value is invalid."
msgstr "მნიშვნელობა არასწორია."
-#: xforms.src#RID_STR_XFORMS_REQUIRED.string.text
+#. #Y_Y
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_XFORMS_REQUIRED\n"
+"string.text"
msgid "A value is required."
msgstr "მნიშვნელობა აუცილებელია."
-#: xforms.src#RID_STR_XFORMS_INVALID_CONSTRAINT.string.text
+#. zi(D
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_XFORMS_INVALID_CONSTRAINT\n"
+"string.text"
msgid "The constraint '$1' not validated."
msgstr "'$1' შეზღუდვა არ არის დამოწმებული."
-#: xforms.src#RID_STR_XFORMS_VALUE_IS_NOT_A.string.text
+#. _$9C
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_XFORMS_VALUE_IS_NOT_A\n"
+"string.text"
msgid "The value is not of the type '$2'."
msgstr "მნიშვნელობა არ არის '$2'-ის ტიპის."
-#: xforms.src#RID_STR_XFORMS_VALUE_MAX_INCL.string.text
+#. SFil
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_XFORMS_VALUE_MAX_INCL\n"
+"string.text"
msgid "The value must be smaller than or equal to $2."
msgstr "მნიშვნელობა უნდა იყოს ნაკლები ან ტოლი $2-ის."
-#: xforms.src#RID_STR_XFORMS_VALUE_MAX_EXCL.string.text
+#. XyW3
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_XFORMS_VALUE_MAX_EXCL\n"
+"string.text"
msgid "The value must be smaller than $2."
msgstr "მნიშვნელობა უფრო ნაკლები უნდა იყვეს ვიდრე $2."
-#: xforms.src#RID_STR_XFORMS_VALUE_MIN_INCL.string.text
+#. e7+c
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_XFORMS_VALUE_MIN_INCL\n"
+"string.text"
msgid "The value must be greater than or equal to $2."
msgstr "მნიშვნელობა უნდა იყოს მეტი ან ტოლი $2-ის."
-#: xforms.src#RID_STR_XFORMS_VALUE_MIN_EXCL.string.text
+#. ^|1O
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_XFORMS_VALUE_MIN_EXCL\n"
+"string.text"
msgid "The value must be greater than $2."
msgstr "მნიშვნელობა უნდა იყვეს $2-ზე მეტი."
-#: xforms.src#RID_STR_XFORMS_VALUE_PATTERN.string.text
+#. pT8q
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_XFORMS_VALUE_PATTERN\n"
+"string.text"
msgid "The value does not match the pattern '$2'."
msgstr "მნიშვნელობა არ ემთხვევა $2 შაბლონს."
-#: xforms.src#RID_STR_XFORMS_VALUE_TOTAL_DIGITS.string.text
+#. lTio
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_XFORMS_VALUE_TOTAL_DIGITS\n"
+"string.text"
msgid "$2 digits allowed at most."
msgstr "$2 ნიშნები დაშვებულია უმეტესად."
-#: xforms.src#RID_STR_XFORMS_VALUE_FRACTION_DIGITS.string.text
+#. HqUH
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_XFORMS_VALUE_FRACTION_DIGITS\n"
+"string.text"
msgid "$2 fraction digits allowed at most."
msgstr "$2 ფუნქციური ნიშნები დაშვებულია უმეტესად."
-#: xforms.src#RID_STR_XFORMS_VALUE_LENGTH.string.text
+#. M?=5
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_XFORMS_VALUE_LENGTH\n"
+"string.text"
msgid "The string must be $2 characters long."
msgstr "სტრიქონი უნდა იყვეს $2 სიმბოლოს სიგრძის."
-#: xforms.src#RID_STR_XFORMS_VALUE_MIN_LENGTH.string.text
+#. WrdA
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_XFORMS_VALUE_MIN_LENGTH\n"
+"string.text"
msgid "The string must be at least $2 characters long."
msgstr "სტრიქონი უნდა იყვეს არანაკლებ $2 სიმბოლოს სიგრძის."
-#: xforms.src#RID_STR_XFORMS_VALUE_MAX_LENGTH.string.text
+#. @4hv
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_XFORMS_VALUE_MAX_LENGTH\n"
+"string.text"
msgid "The string can only be $2 characters long at most."
msgstr "სტრიქონი შეიძლება იყვეს ხშირად $2 სომბოლოიანი."
-#: xforms.src#RID_STR_DATATYPE_STRING.string.text
+#. rbes
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_DATATYPE_STRING\n"
+"string.text"
msgid "String"
msgstr "სტრიქონი"
-#: xforms.src#RID_STR_DATATYPE_URL.string.text
+#. rXuQ
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_DATATYPE_URL\n"
+"string.text"
msgid "Hyperlink"
msgstr "ჰიპერტექსტი"
-#: xforms.src#RID_STR_DATATYPE_BOOLEAN.string.text
+#. u~~U
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_DATATYPE_BOOLEAN\n"
+"string.text"
msgid "True/False (Boolean)"
msgstr "ჭეშმარიტი/მცდარი"
-#: xforms.src#RID_STR_DATATYPE_DECIMAL.string.text
+#. 0Sac
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_DATATYPE_DECIMAL\n"
+"string.text"
msgid "Decimal"
msgstr "ათობითი"
-#: xforms.src#RID_STR_DATATYPE_FLOAT.string.text
+#. CmEF
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_DATATYPE_FLOAT\n"
+"string.text"
msgid "Floating point"
msgstr "მცერავი წერტილი"
-#: xforms.src#RID_STR_DATATYPE_DOUBLE.string.text
+#. 1qG)
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_DATATYPE_DOUBLE\n"
+"string.text"
msgid "Double"
msgstr "ორმაგი"
-#: xforms.src#RID_STR_DATATYPE_DATE.string.text
+#. f~uq
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_DATATYPE_DATE\n"
+"string.text"
msgid "Date"
msgstr "თარიღი"
-#: xforms.src#RID_STR_DATATYPE_TIME.string.text
+#. P)O)
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_DATATYPE_TIME\n"
+"string.text"
msgid "Time"
msgstr "დრო"
-#: xforms.src#RID_STR_DATATYPE_DATETIME.string.text
+#. )=bo
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_DATATYPE_DATETIME\n"
+"string.text"
msgid "Date and Time"
msgstr "თარიღი და დრო"
-#: xforms.src#RID_STR_DATATYPE_YEARMONTH.string.text
+#. ;c9I
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_DATATYPE_YEARMONTH\n"
+"string.text"
msgid "Month and year"
msgstr "თვე და წელი"
-#: xforms.src#RID_STR_DATATYPE_YEAR.string.text
+#. {/\k
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_DATATYPE_YEAR\n"
+"string.text"
msgid "Year"
msgstr "წელი"
-#: xforms.src#RID_STR_DATATYPE_MONTHDAY.string.text
+#. `|l(
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_DATATYPE_MONTHDAY\n"
+"string.text"
msgid "Month and day"
msgstr "თვე და რიცხვი"
-#: xforms.src#RID_STR_DATATYPE_MONTH.string.text
+#. DD08
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_DATATYPE_MONTH\n"
+"string.text"
msgid "Month"
msgstr "თვე"
-#: xforms.src#RID_STR_DATATYPE_DAY.string.text
+#. D866
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_DATATYPE_DAY\n"
+"string.text"
msgid "Day"
msgstr "დღე"
-#: xforms.src#RID_STR_XFORMS_CANT_EVALUATE.string.text
+#. q08I
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_XFORMS_CANT_EVALUATE\n"
+"string.text"
msgid "Error during evaluation"
msgstr "შეცდომა დამუშავების დროს"
-#: xforms.src#RID_STR_XFORMS_PATTERN_DOESNT_MATCH.string.text
+#. dgoc
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_XFORMS_PATTERN_DOESNT_MATCH\n"
+"string.text"
msgid "The string '$1' does not match the required regular expression '$2'."
msgstr "'$1' სტრინგი არ ემთხვევა მოთხოვნილ '$2' რეგულარულ გამოსახულებას."
-#: xforms.src#RID_STR_XFORMS_BINDING_UI_NAME.string.text
+#. C]\5
+#: xforms.src
+msgctxt ""
+"xforms.src\n"
+"RID_STR_XFORMS_BINDING_UI_NAME\n"
+"string.text"
msgid "Binding"
msgstr "აკინძვა"
-
-#: strings.src#RID_BASELISTBOX_ERROR_FILLLIST.string.text
-msgid "The contents of a combo box or list field could not be determined."
-msgstr "კომბო ველის შეგთავსი ან ცხრილი ვერ განისაზღვრა."
-
-#: strings.src#RID_STR_IMPORT_GRAPHIC.string.text
-msgid "Insert graphics"
-msgstr "გრაპიკების ჩასმა"
-
-#: strings.src#RID_STR_CONTROL_SUBSTITUTED_NAME.string.text
-msgid "substituted"
-msgstr "შეცვლილია"
-
-#: strings.src#RID_STR_CONTROL_SUBSTITUTED_EPXPLAIN.string.text
-msgid "An error occurred while this control was being loaded. It was therefore replaced with a placeholder."
-msgstr "შეცდომა წარმოიქმნა, როცა მიმდინარე ელემენტმა დაიწყო ჩატვირთვა.!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
-
-#: strings.src#RID_STR_READERROR.string.text
-msgid "Error reading data from database"
-msgstr "შეცდომა მონაცემთა ბაზაში , მონაცემთა წაკითხბვისას"
-
-#: strings.src#RID_STR_CONNECTERROR.string.text
-msgid "Connection failed"
-msgstr "კავშირი ვერ შედგა"
-
-#: strings.src#RID_ERR_LOADING_FORM.string.text
-msgid "The data content could not be loaded."
-msgstr "მონაცემთა შიგთავსი ვერ ჩაიტვირთება."
-
-#: strings.src#RID_ERR_REFRESHING_FORM.string.text
-msgid "The data content could not be updated"
-msgstr "მონაცემთა შიგთავსი ვერ განახლდება"
-
-#: strings.src#RID_STR_ERR_INSERTRECORD.string.text
-msgid "Error inserting the new record"
-msgstr "შეცდომა ახალი ჩანაწერის ჩასმის დროს."
-
-#: strings.src#RID_STR_ERR_UPDATERECORD.string.text
-msgid "Error updating the current record"
-msgstr "შეცდომა მიმდინარე ჩანაწერის განახლების დროს"
-
-#: strings.src#RID_STR_ERR_DELETERECORD.string.text
-msgid "Error deleting the current record"
-msgstr "შეცდომა მიმდინარე ჩანაწერის წაშლის დროს"
-
-#: strings.src#RID_STR_ERR_DELETERECORDS.string.text
-msgid "Error deleting the specified records"
-msgstr "შეცდომა სპეციალური ჩანაწერების წაშლის დროს"
-
-#: strings.src#RID_STR_NEED_NON_NULL_OBJECT.string.text
-msgid "The object cannot be NULL."
-msgstr "ობიექტს ვერ ექნება ნულის მნიშვნელობა."
-
-#: strings.src#RID_STR_OPEN_GRAPHICS.string.text
-msgid "Insert graphics from..."
-msgstr "გრაფიკების არჩევა..."
-
-#: strings.src#RID_STR_CLEAR_GRAPHICS.string.text
-msgid "Remove graphics"
-msgstr "გრაპიკების ამოშლა"
-
-#: strings.src#RID_STR_INVALIDSTREAM.string.text
-msgid "The given stream is invalid."
-msgstr "მინიჭებული წყარო არასწორია."
-
-#: strings.src#RID_STR_SYNTAXERROR.string.text
-msgid "Syntax error in query expression"
-msgstr "სინტაქსური შეცდომა მოთხოვნაში"
-
-#: strings.src#RID_STR_INCOMPATIBLE_TYPES.string.text
-msgid "The value types supported by the binding cannot be used for exchanging data with this control."
-msgstr "მნიშვნელობათა ტიპები აღქმულია, ამკინძავი ვერ გამოიყენება მონაცემთა მიმოცვისთვის ამ ელემენტისთვის."
-
-#: strings.src#RID_STR_LABEL_RECORD.string.text
-msgid "Record"
-msgstr "ჩაწერა"
-
-#: strings.src#RID_STR_INVALID_VALIDATOR.string.text
-msgid "The control is connected to an external value binding, which at the same time acts as validator. You need to revoke the value binding, before you can set a new validator."
-msgstr "ეს ელემენტი დაუკავშირდა გარე საკინძის მნიშვნელობას,რაც იგივეა..."
-
-#: strings.src#RID_STR_LABEL_OF.string.text
-#, fuzzy
-msgid "of"
-msgstr ""
-"#-#-#-#-# tabpages.po (PACKAGE VERSION) #-#-#-#-#\n"
-"of\n"
-"#-#-#-#-# form.po (PACKAGE VERSION) #-#-#-#-#\n"
-"-"
-
-#: strings.src#RID_STR_QUERY_SAVE_MODIFIED_ROW.string.text
-msgid ""
-"The content of the current form has been modified.\n"
-"Do you want to save your changes?"
-msgstr ""
-"მიმდინარე ფორმის შიგთავსი ჩასწორებულია.\n"
-"გსურთ ცვლილებების შენახვა?"
-
-#: strings.src#RID_STR_COULD_NOT_SET_ORDER.string.text
-msgid "Error setting the sort criteria"
-msgstr "დახარისხების კრიტერიუმის დაყენებისას წარმოიქმნა შეცდომა"
-
-#: strings.src#RID_STR_COULD_NOT_SET_FILTER.string.text
-msgid "Error setting the filter criteria"
-msgstr "ფილტრის კრიტერიუმის დაყენებისას წარმოიქმნა შეცდომა"
-
-#: strings.src#RID_STR_FEATURE_REQUIRES_PARAMETERS.string.text
-msgid "To execute this function, parameters are needed."
-msgstr ""
-
-#: strings.src#RID_STR_FEATURE_NOT_EXECUTABLE.string.text
-msgid "This function cannot be executed, but is only for status queries."
-msgstr ""
-
-#: strings.src#RID_STR_FEATURE_UNKNOWN.string.text
-msgid "Unknown function."
-msgstr ""
diff --git a/source/ka/formula/source/core/resource.po b/source/ka/formula/source/core/resource.po
index 917bff248b0..56888fde2d1 100644
--- a/source/ka/formula/source/core/resource.po
+++ b/source/ka/formula/source/core/resource.po
@@ -1,9 +1,9 @@
-#. extracted from formula/source/core/resource.oo
+#. extracted from formula/source/core/resource
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+formula%2Fsource%2Fcore%2Fresource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:14+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,1205 +12,3029 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_IF.string.text
+#. cjBl
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_IF\n"
+"string.text"
msgid "IF"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_CHOSE.string.text
+#. Vc$S
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_CHOSE\n"
+"string.text"
msgid "CHOOSE"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_AND.string.text
+#. mP7x
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_AND\n"
+"string.text"
msgid "AND"
-msgstr ""
-
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_OR.string.text
+msgstr "AND"
+
+#. 2J3O
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_OR\n"
+"string.text"
msgid "OR"
-msgstr ""
-
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_NOT.string.text
+msgstr "OR"
+
+#. /mhn
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_XOR\n"
+"string.text"
+msgid "XOR"
+msgstr ""
+
+#. ^$C=
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_NOT\n"
+"string.text"
msgid "NOT"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_NEG.string.text
+#. Xn\o
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_NEG\n"
+"string.text"
msgid "NEG"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_PI.string.text
+#. 4Nri
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_PI\n"
+"string.text"
msgid "PI"
msgstr "PI"
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_RANDOM.string.text
+#. FG^j
+#: core_resource.src
+#, fuzzy
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_RANDOM\n"
+"string.text"
msgid "RAND"
-msgstr ""
-
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_TRUE.string.text
+msgstr "AND"
+
+#. m^ND
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_TRUE\n"
+"string.text"
msgid "TRUE"
msgstr "TRUE"
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_FALSE.string.text
+#. E+:h
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_FALSE\n"
+"string.text"
msgid "FALSE"
msgstr "FALSE"
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_GET_ACT_DATE.string.text
+#. [[kV
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_GET_ACT_DATE\n"
+"string.text"
msgid "TODAY"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_GET_ACT_TIME.string.text
+#. ,50T
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_GET_ACT_TIME\n"
+"string.text"
msgid "NOW"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_NO_VALUE.string.text
+#. U/JS
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_NO_VALUE\n"
+"string.text"
msgid "NA"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_CURRENT.string.text
+#. lMaX
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_CURRENT\n"
+"string.text"
msgid "CURRENT"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_DEG.string.text
+#. R@HZ
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_DEG\n"
+"string.text"
msgid "DEGREES"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_RAD.string.text
+#. Mr~v
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_RAD\n"
+"string.text"
msgid "RADIANS"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SIN.string.text
+#. IG@C
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_SIN\n"
+"string.text"
msgid "SIN"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COS.string.text
+#. QRgx
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_COS\n"
+"string.text"
msgid "COS"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_TAN.string.text
+#. /pOK
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_TAN\n"
+"string.text"
msgid "TAN"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COT.string.text
+#. x\9W
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_COT\n"
+"string.text"
msgid "COT"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ARC_SIN.string.text
+#. l?U)
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ARC_SIN\n"
+"string.text"
msgid "ASIN"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ARC_COS.string.text
+#. VDQS
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ARC_COS\n"
+"string.text"
msgid "ACOS"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ARC_TAN.string.text
+#. Y?JM
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ARC_TAN\n"
+"string.text"
msgid "ATAN"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ARC_COT.string.text
+#. ,k?^
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ARC_COT\n"
+"string.text"
msgid "ACOT"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SIN_HYP.string.text
+#. J8\|
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_SIN_HYP\n"
+"string.text"
msgid "SINH"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COS_HYP.string.text
+#. 13E8
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_COS_HYP\n"
+"string.text"
msgid "COSH"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_TAN_HYP.string.text
+#. X5,.
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_TAN_HYP\n"
+"string.text"
msgid "TANH"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COT_HYP.string.text
+#. mERq
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_COT_HYP\n"
+"string.text"
msgid "COTH"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ARC_SIN_HYP.string.text
+#. GR)j
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ARC_SIN_HYP\n"
+"string.text"
msgid "ASINH"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ARC_COS_HYP.string.text
+#. Jz,L
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ARC_COS_HYP\n"
+"string.text"
msgid "ACOSH"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ARC_TAN_HYP.string.text
+#. Pe+Z
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ARC_TAN_HYP\n"
+"string.text"
msgid "ATANH"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ARC_COT_HYP.string.text
+#. ppm0
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ARC_COT_HYP\n"
+"string.text"
msgid "ACOTH"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COSECANT.string.text
+#. iVv8
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_COSECANT\n"
+"string.text"
msgid "CSC"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SECANT.string.text
+#. B;/]
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_SECANT\n"
+"string.text"
msgid "SEC"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COSECANT_HYP.string.text
+#. g0x@
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_COSECANT_HYP\n"
+"string.text"
msgid "CSCH"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SECANT_HYP.string.text
+#. jX!b
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_SECANT_HYP\n"
+"string.text"
msgid "SECH"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_EXP.string.text
+#. $3PN
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_EXP\n"
+"string.text"
msgid "EXP"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_LN.string.text
+#. Od!d
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_LN\n"
+"string.text"
msgid "LN"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SQRT.string.text
+#. 9;=d
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_SQRT\n"
+"string.text"
msgid "SQRT"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_FACT.string.text
+#. 5q(s
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_FACT\n"
+"string.text"
msgid "FACT"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_GET_YEAR.string.text
+#. A0GS
+#: core_resource.src
+#, fuzzy
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_GET_YEAR\n"
+"string.text"
msgid "YEAR"
-msgstr ""
-
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_GET_MONTH.string.text
+msgstr "YEARS"
+
+#. $9fa
+#: core_resource.src
+#, fuzzy
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_GET_MONTH\n"
+"string.text"
msgid "MONTH"
-msgstr ""
-
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_GET_DAY.string.text
+msgstr "MONTHS"
+
+#. 3#lj
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_GET_DAY\n"
+"string.text"
msgid "DAY"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_GET_HOUR.string.text
+#. /+$;
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_GET_HOUR\n"
+"string.text"
msgid "HOUR"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_GET_MIN.string.text
+#. */yO
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_GET_MIN\n"
+"string.text"
msgid "MINUTE"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_GET_SEC.string.text
+#. x8*Z
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_GET_SEC\n"
+"string.text"
msgid "SECOND"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_PLUS_MINUS.string.text
+#. ;h+?
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_PLUS_MINUS\n"
+"string.text"
msgid "SIGN"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ABS.string.text
+#. \[#g
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ABS\n"
+"string.text"
msgid "ABS"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_INT.string.text
+#. -x3}
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_INT\n"
+"string.text"
msgid "INT"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_PHI.string.text
+#. `[`,
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_PHI\n"
+"string.text"
msgid "PHI"
msgstr "PHI"
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_GAUSS.string.text
+#. iLL#
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_GAUSS\n"
+"string.text"
msgid "GAUSS"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_IS_EMPTY.string.text
+#. W#m=
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_IS_EMPTY\n"
+"string.text"
msgid "ISBLANK"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_IS_STRING.string.text
+#. h@5#
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_IS_STRING\n"
+"string.text"
msgid "ISTEXT"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_IS_NON_STRING.string.text
+#. 4-0T
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_IS_NON_STRING\n"
+"string.text"
msgid "ISNONTEXT"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_IS_LOGICAL.string.text
+#. ^dn3
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_IS_LOGICAL\n"
+"string.text"
msgid "ISLOGICAL"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_TYPE.string.text
+#. CMiG
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_TYPE\n"
+"string.text"
msgid "TYPE"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_CELL.string.text
+#. 4[o9
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_CELL\n"
+"string.text"
msgid "CELL"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_IS_REF.string.text
+#. :~9k
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_IS_REF\n"
+"string.text"
msgid "ISREF"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_IS_VALUE.string.text
+#. Q^JJ
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_IS_VALUE\n"
+"string.text"
msgid "ISNUMBER"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_IS_FORMULA.string.text
+#. [h|0
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_IS_FORMULA\n"
+"string.text"
msgid "ISFORMULA"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_IS_NV.string.text
+#. M`V(
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_IS_NV\n"
+"string.text"
msgid "ISNA"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_IS_ERR.string.text
+#. U-xd
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_IS_ERR\n"
+"string.text"
msgid "ISERR"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_IS_ERROR.string.text
+#. +$]+
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_IS_ERROR\n"
+"string.text"
msgid "ISERROR"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_IS_EVEN.string.text
+#. 95R\
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_IS_EVEN\n"
+"string.text"
msgid "ISEVEN"
msgstr "ISEVEN"
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_IS_ODD.string.text
+#. /dJH
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_IS_ODD\n"
+"string.text"
msgid "ISODD"
msgstr "ISODD"
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_N.string.text
+#. g:yn
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_N\n"
+"string.text"
msgid "N"
msgstr "ა"
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_GET_DATE_VALUE.string.text
+#. Bf]2
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_GET_DATE_VALUE\n"
+"string.text"
msgid "DATEVALUE"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_GET_TIME_VALUE.string.text
+#. };uD
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_GET_TIME_VALUE\n"
+"string.text"
msgid "TIMEVALUE"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_CODE.string.text
+#. C,O;
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_CODE\n"
+"string.text"
msgid "CODE"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_TRIM.string.text
+#. iTbH
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_TRIM\n"
+"string.text"
msgid "TRIM"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_UPPER.string.text
+#. rUJT
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_UPPER\n"
+"string.text"
msgid "UPPER"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_PROPPER.string.text
+#. QS)*
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_PROPPER\n"
+"string.text"
msgid "PROPER"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_LOWER.string.text
+#. =E`*
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_LOWER\n"
+"string.text"
msgid "LOWER"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_LEN.string.text
+#. BgE_
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_LEN\n"
+"string.text"
msgid "LEN"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_T.string.text
+#. K;q#
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_T\n"
+"string.text"
msgid "T"
msgstr "T"
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_VALUE.string.text
+#. T:Tj
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_VALUE\n"
+"string.text"
msgid "VALUE"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_CLEAN.string.text
+#. #s{|
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_CLEAN\n"
+"string.text"
msgid "CLEAN"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_CHAR.string.text
+#. x+76
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_CHAR\n"
+"string.text"
msgid "CHAR"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_JIS.string.text
+#. 3(uz
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_JIS\n"
+"string.text"
msgid "JIS"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ASC.string.text
+#. V*1?
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ASC\n"
+"string.text"
msgid "ASC"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_UNICODE.string.text
+#. /FU`
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_UNICODE\n"
+"string.text"
msgid "UNICODE"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_UNICHAR.string.text
+#. S#.r
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_UNICHAR\n"
+"string.text"
msgid "UNICHAR"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_LOG10.string.text
+#. DqY,
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_LOG10\n"
+"string.text"
msgid "LOG10"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_EVEN.string.text
+#. P0SO
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_EVEN\n"
+"string.text"
msgid "EVEN"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ODD.string.text
+#. ;X.V
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ODD\n"
+"string.text"
msgid "ODD"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_STD_NORM_DIST.string.text
+#. m}`N
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_STD_NORM_DIST\n"
+"string.text"
msgid "NORMSDIST"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_FISHER.string.text
+#. g@_F
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_FISHER\n"
+"string.text"
msgid "FISHER"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_FISHER_INV.string.text
+#. E8y6
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_FISHER_INV\n"
+"string.text"
msgid "FISHERINV"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_S_NORM_INV.string.text
+#. ReL]
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_S_NORM_INV\n"
+"string.text"
msgid "NORMSINV"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_GAMMA_LN.string.text
+#. q{O:
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_GAMMA_LN\n"
+"string.text"
msgid "GAMMALN"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ERROR_TYPE.string.text
+#. $?cw
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ERROR_TYPE\n"
+"string.text"
msgid "ERRORTYPE"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_FORMULA.string.text
+#. JQE\
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_FORMULA\n"
+"string.text"
msgid "FORMULA"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ARABIC.string.text
+#. )e8{
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ARABIC\n"
+"string.text"
msgid "ARABIC"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ARC_TAN_2.string.text
+#. [Z@V
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ARC_TAN_2\n"
+"string.text"
msgid "ATAN2"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_CEIL.string.text
+#. jdzi
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_CEIL\n"
+"string.text"
msgid "CEILING"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_FLOOR.string.text
+#. m+T#
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_FLOOR\n"
+"string.text"
msgid "FLOOR"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ROUND.string.text
+#. G%ac
+#: core_resource.src
+#, fuzzy
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ROUND\n"
+"string.text"
msgid "ROUND"
-msgstr ""
-
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ROUND_UP.string.text
+msgstr "MROUND"
+
+#. 5%D*
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ROUND_UP\n"
+"string.text"
msgid "ROUNDUP"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ROUND_DOWN.string.text
+#. U;+9
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ROUND_DOWN\n"
+"string.text"
msgid "ROUNDDOWN"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_TRUNC.string.text
+#. acvR
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_TRUNC\n"
+"string.text"
msgid "TRUNC"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_LOG.string.text
+#. %2BT
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_LOG\n"
+"string.text"
msgid "LOG"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_POWER.string.text
+#. ,gec
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_POWER\n"
+"string.text"
msgid "POWER"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_GGT.string.text
+#. KTQ5
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_GGT\n"
+"string.text"
msgid "GCD"
msgstr "GCD"
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_KGV.string.text
+#. xY1Q
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_KGV\n"
+"string.text"
msgid "LCM"
msgstr "LCM"
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_MOD.string.text
+#. QmsM
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_MOD\n"
+"string.text"
msgid "MOD"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SUM_PRODUCT.string.text
+#. y\!5
+#: core_resource.src
+#, fuzzy
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_SUM_PRODUCT\n"
+"string.text"
msgid "SUMPRODUCT"
-msgstr ""
-
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SUM_SQ.string.text
+msgstr "IMPRODUCT"
+
+#. bWw(
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_SUM_SQ\n"
+"string.text"
msgid "SUMSQ"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SUM_X2MY2.string.text
+#. p2-M
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_SUM_X2MY2\n"
+"string.text"
msgid "SUMX2MY2"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SUM_X2DY2.string.text
+#. h!||
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_SUM_X2DY2\n"
+"string.text"
msgid "SUMX2PY2"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SUM_XMY2.string.text
+#. VX!5
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_SUM_XMY2\n"
+"string.text"
msgid "SUMXMY2"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_GET_DATE.string.text
+#. I!~Y
+#: core_resource.src
+#, fuzzy
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_GET_DATE\n"
+"string.text"
msgid "DATE"
-msgstr ""
-
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_GET_TIME.string.text
+msgstr "EDATE"
+
+#. o(bC
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_GET_TIME\n"
+"string.text"
msgid "TIME"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_GET_DIFF_DATE.string.text
+#. uJqB
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_GET_DIFF_DATE\n"
+"string.text"
msgid "DAYS"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_GET_DIFF_DATE_360.string.text
+#. ]I2$
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_GET_DIFF_DATE_360\n"
+"string.text"
msgid "DAYS360"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_GET_DATEDIF.string.text
+#. dwaI
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_GET_DATEDIF\n"
+"string.text"
msgid "DATEDIF"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_MIN.string.text
+#. d,kb
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_MIN\n"
+"string.text"
msgid "MIN"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_MIN_A.string.text
+#. 9VV1
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_MIN_A\n"
+"string.text"
msgid "MINA"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_MAX.string.text
+#. Pjby
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_MAX\n"
+"string.text"
msgid "MAX"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_MAX_A.string.text
+#. EXm0
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_MAX_A\n"
+"string.text"
msgid "MAXA"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SUM.string.text
+#. kYY;
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_SUM\n"
+"string.text"
msgid "SUM"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_PRODUCT.string.text
+#. vIN,
+#: core_resource.src
+#, fuzzy
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_PRODUCT\n"
+"string.text"
msgid "PRODUCT"
-msgstr ""
-
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_AVERAGE.string.text
+msgstr "IMPRODUCT"
+
+#. D!nm
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_AVERAGE\n"
+"string.text"
msgid "AVERAGE"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_AVERAGE_A.string.text
+#. n]XY
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_AVERAGE_A\n"
+"string.text"
msgid "AVERAGEA"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COUNT.string.text
+#. b4se
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_COUNT\n"
+"string.text"
msgid "COUNT"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COUNT_2.string.text
+#. G;:H
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_COUNT_2\n"
+"string.text"
msgid "COUNTA"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_NBW.string.text
+#. *@eF
+#: core_resource.src
+#, fuzzy
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_NBW\n"
+"string.text"
msgid "NPV"
-msgstr ""
-
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_IKV.string.text
+msgstr "XNPV"
+
+#. [.O@
+#: core_resource.src
+#, fuzzy
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_IKV\n"
+"string.text"
msgid "IRR"
-msgstr ""
-
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_MIRR.string.text
+msgstr "XIRR"
+
+#. NC,e
+#: core_resource.src
+#, fuzzy
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_MIRR\n"
+"string.text"
msgid "MIRR"
-msgstr ""
-
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ISPMT.string.text
+msgstr "XIRR"
+
+#. }{EG
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ISPMT\n"
+"string.text"
msgid "ISPMT"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_VAR.string.text
+#. sz\Q
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_VAR\n"
+"string.text"
msgid "VAR"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_VAR_A.string.text
+#. :Uz?
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_VAR_A\n"
+"string.text"
msgid "VARA"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_VAR_P.string.text
+#. (n^W
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_VAR_P\n"
+"string.text"
msgid "VARP"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_VAR_P_A.string.text
+#. Rffd
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_VAR_P_A\n"
+"string.text"
msgid "VARPA"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ST_DEV.string.text
+#. #X]Z
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ST_DEV\n"
+"string.text"
msgid "STDEV"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ST_DEV_A.string.text
+#. YP,U
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ST_DEV_A\n"
+"string.text"
msgid "STDEVA"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ST_DEV_P.string.text
+#. k==L
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ST_DEV_P\n"
+"string.text"
msgid "STDEVP"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ST_DEV_P_A.string.text
+#. ^_9?
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ST_DEV_P_A\n"
+"string.text"
msgid "STDEVPA"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_B.string.text
+#. i!c6
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_B\n"
+"string.text"
msgid "B"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_NORM_DIST.string.text
+#. E?A`
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_NORM_DIST\n"
+"string.text"
msgid "NORMDIST"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_EXP_DIST.string.text
+#. H8(s
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_EXP_DIST\n"
+"string.text"
msgid "EXPONDIST"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_BINOM_DIST.string.text
+#. 8_m#
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_BINOM_DIST\n"
+"string.text"
msgid "BINOMDIST"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_POISSON_DIST.string.text
+#. XcTN
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_POISSON_DIST\n"
+"string.text"
msgid "POISSON"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_KOMBIN.string.text
+#. O{vk
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_KOMBIN\n"
+"string.text"
msgid "COMBIN"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_KOMBIN_2.string.text
+#. r,Da
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_KOMBIN_2\n"
+"string.text"
msgid "COMBINA"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_VARIATIONEN.string.text
+#. 8pwJ
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_VARIATIONEN\n"
+"string.text"
msgid "PERMUT"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_VARIATIONEN_2.string.text
+#. C~E_
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_VARIATIONEN_2\n"
+"string.text"
msgid "PERMUTATIONA"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_BW.string.text
+#. $qaM
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_BW\n"
+"string.text"
msgid "PV"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_DIA.string.text
+#. B}%j
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_DIA\n"
+"string.text"
msgid "SYD"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_GDA.string.text
+#. M!(#
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_GDA\n"
+"string.text"
msgid "DDB"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_GDA_2.string.text
+#. gd.N
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_GDA_2\n"
+"string.text"
msgid "DB"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_VBD.string.text
+#. Fk.$
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_VBD\n"
+"string.text"
msgid "VDB"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_LAUFZ.string.text
+#. ;cmf
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_LAUFZ\n"
+"string.text"
msgid "DURATION"
msgstr "DURATION"
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_LIA.string.text
+#. @5X\
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_LIA\n"
+"string.text"
msgid "SLN"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_RMZ.string.text
+#. 7ADN
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_RMZ\n"
+"string.text"
msgid "PMT"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COLUMNS.string.text
+#. TnuR
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_COLUMNS\n"
+"string.text"
msgid "COLUMNS"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ROWS.string.text
+#. gg|p
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ROWS\n"
+"string.text"
msgid "ROWS"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_TABLES.string.text
+#. X?;`
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_TABLES\n"
+"string.text"
msgid "SHEETS"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COLUMN.string.text
+#. T0Oh
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_COLUMN\n"
+"string.text"
msgid "COLUMN"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ROW.string.text
+#. qT,(
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ROW\n"
+"string.text"
msgid "ROW"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_TABLE.string.text
+#. ,K0c
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_TABLE\n"
+"string.text"
msgid "SHEET"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ZGZ.string.text
+#. 4PFm
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ZGZ\n"
+"string.text"
msgid "RRI"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ZW.string.text
+#. (*dv
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ZW\n"
+"string.text"
msgid "FV"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ZZR.string.text
+#. 7!c6
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ZZR\n"
+"string.text"
msgid "NPER"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ZINS.string.text
+#. |ncs
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ZINS\n"
+"string.text"
msgid "RATE"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ZINS_Z.string.text
+#. D*#a
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ZINS_Z\n"
+"string.text"
msgid "IPMT"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_KAPZ.string.text
+#. N9g.
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_KAPZ\n"
+"string.text"
msgid "PPMT"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_KUM_ZINS_Z.string.text
+#. [Wns
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_KUM_ZINS_Z\n"
+"string.text"
msgid "CUMIPMT"
msgstr "CUMIPMT"
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_KUM_KAP_Z.string.text
+#. ek~l
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_KUM_KAP_Z\n"
+"string.text"
msgid "CUMPRINC"
msgstr "CUMPRINC"
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_EFFEKTIV.string.text
+#. e2hf
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_EFFEKTIV\n"
+"string.text"
msgid "EFFECTIVE"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_NOMINAL.string.text
+#. $o9`
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_NOMINAL\n"
+"string.text"
msgid "NOMINAL"
msgstr "NOMINAL"
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SUB_TOTAL.string.text
+#. .H+F
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_SUB_TOTAL\n"
+"string.text"
msgid "SUBTOTAL"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_DB_SUM.string.text
+#. Z(n2
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_DB_SUM\n"
+"string.text"
msgid "DSUM"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_DB_COUNT.string.text
+#. E@77
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_DB_COUNT\n"
+"string.text"
msgid "DCOUNT"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_DB_COUNT_2.string.text
+#. ~S?:
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_DB_COUNT_2\n"
+"string.text"
msgid "DCOUNTA"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_DB_AVERAGE.string.text
+#. EuvL
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_DB_AVERAGE\n"
+"string.text"
msgid "DAVERAGE"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_DB_GET.string.text
+#. Thmd
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_DB_GET\n"
+"string.text"
msgid "DGET"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_DB_MAX.string.text
+#. `Yn@
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_DB_MAX\n"
+"string.text"
msgid "DMAX"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_DB_MIN.string.text
+#. @Y=\
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_DB_MIN\n"
+"string.text"
msgid "DMIN"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_DB_PRODUCT.string.text
+#. r=lc
+#: core_resource.src
+#, fuzzy
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_DB_PRODUCT\n"
+"string.text"
msgid "DPRODUCT"
-msgstr ""
-
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_DB_STD_DEV.string.text
+msgstr "IMPRODUCT"
+
+#. l;EA
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_DB_STD_DEV\n"
+"string.text"
msgid "DSTDEV"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_DB_STD_DEV_P.string.text
+#. PB9d
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_DB_STD_DEV_P\n"
+"string.text"
msgid "DSTDEVP"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_DB_VAR.string.text
+#. =]D,
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_DB_VAR\n"
+"string.text"
msgid "DVAR"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_DB_VAR_P.string.text
+#. l.$)
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_DB_VAR_P\n"
+"string.text"
msgid "DVARP"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_INDIRECT.string.text
+#. qcU#
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_INDIRECT\n"
+"string.text"
msgid "INDIRECT"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ADDRESS.string.text
+#. bdnL
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ADDRESS\n"
+"string.text"
msgid "ADDRESS"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_MATCH.string.text
+#. F:u*
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_MATCH\n"
+"string.text"
msgid "MATCH"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COUNT_EMPTY_CELLS.string.text
+#. G*]k
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_COUNT_EMPTY_CELLS\n"
+"string.text"
msgid "COUNTBLANK"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COUNT_IF.string.text
+#. rl!)
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_COUNT_IF\n"
+"string.text"
msgid "COUNTIF"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SUM_IF.string.text
+#. dP[c
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_SUM_IF\n"
+"string.text"
msgid "SUMIF"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_LOOKUP.string.text
+#. X-d{
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_LOOKUP\n"
+"string.text"
msgid "LOOKUP"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_V_LOOKUP.string.text
+#. _DRq
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_V_LOOKUP\n"
+"string.text"
msgid "VLOOKUP"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_H_LOOKUP.string.text
+#. ?}]%
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_H_LOOKUP\n"
+"string.text"
msgid "HLOOKUP"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_MULTI_AREA.string.text
+#. _\%7
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_MULTI_AREA\n"
+"string.text"
msgid "MULTIRANGE"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_OFFSET.string.text
+#. ?eU1
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_OFFSET\n"
+"string.text"
msgid "OFFSET"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_INDEX.string.text
+#. Jz5#
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_INDEX\n"
+"string.text"
msgid "INDEX"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_AREAS.string.text
+#. +qQ8
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_AREAS\n"
+"string.text"
msgid "AREAS"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_CURRENCY.string.text
+#. F_]z
+#: core_resource.src
+#, fuzzy
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_CURRENCY\n"
+"string.text"
msgid "DOLLAR"
-msgstr ""
-
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_REPLACE.string.text
+msgstr "DOLLARFR"
+
+#. =AV.
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_REPLACE\n"
+"string.text"
msgid "REPLACE"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_FIXED.string.text
+#. GD+x
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_FIXED\n"
+"string.text"
msgid "FIXED"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_FIND.string.text
+#. `V[a
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_FIND\n"
+"string.text"
msgid "FIND"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_EXACT.string.text
+#. re$@
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_EXACT\n"
+"string.text"
msgid "EXACT"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_LEFT.string.text
+#. KZf]
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_LEFT\n"
+"string.text"
msgid "LEFT"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_RIGHT.string.text
+#. 0rPe
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_RIGHT\n"
+"string.text"
msgid "RIGHT"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SEARCH.string.text
+#. ]3[S
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_SEARCH\n"
+"string.text"
msgid "SEARCH"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_MID.string.text
+#. r]IN
+#: core_resource.src
+#, fuzzy
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_MID\n"
+"string.text"
msgid "MID"
-msgstr ""
-
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_TEXT.string.text
+msgstr "MIDI"
+
+#. KrZV
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_TEXT\n"
+"string.text"
msgid "TEXT"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SUBSTITUTE.string.text
+#. Dri6
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_SUBSTITUTE\n"
+"string.text"
msgid "SUBSTITUTE"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_REPT.string.text
+#. @=si
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_REPT\n"
+"string.text"
msgid "REPT"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_CONCAT.string.text
+#. b27s
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_CONCAT\n"
+"string.text"
msgid "CONCATENATE"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_MAT_VALUE.string.text
+#. \7ZC
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_MAT_VALUE\n"
+"string.text"
msgid "MVALUE"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_MAT_DET.string.text
+#. $jQA
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_MAT_DET\n"
+"string.text"
msgid "MDETERM"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_MAT_INV.string.text
+#. p\Zh
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_MAT_INV\n"
+"string.text"
msgid "MINVERSE"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_MAT_MULT.string.text
+#. x?y^
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_MAT_MULT\n"
+"string.text"
msgid "MMULT"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_MAT_TRANS.string.text
+#. M:e(
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_MAT_TRANS\n"
+"string.text"
msgid "TRANSPOSE"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_MATRIX_UNIT.string.text
+#. xyM5
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_MATRIX_UNIT\n"
+"string.text"
msgid "MUNIT"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_BACK_SOLVER.string.text
+#. qF^k
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_BACK_SOLVER\n"
+"string.text"
msgid "GOALSEEK"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_HYP_GEOM_DIST.string.text
+#. 8\V7
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_HYP_GEOM_DIST\n"
+"string.text"
msgid "HYPGEOMDIST"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_LOG_NORM_DIST.string.text
+#. $a)3
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_LOG_NORM_DIST\n"
+"string.text"
msgid "LOGNORMDIST"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_T_DIST.string.text
+#. S]Ef
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_T_DIST\n"
+"string.text"
msgid "TDIST"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_F_DIST.string.text
+#. 3#9(
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_F_DIST\n"
+"string.text"
msgid "FDIST"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_CHI_DIST.string.text
+#. Kff1
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_CHI_DIST\n"
+"string.text"
msgid "CHIDIST"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_WEIBULL.string.text
+#. _R.J
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_WEIBULL\n"
+"string.text"
msgid "WEIBULL"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_NEG_BINOM_VERT.string.text
+#. To7B
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_NEG_BINOM_VERT\n"
+"string.text"
msgid "NEGBINOMDIST"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_KRIT_BINOM.string.text
+#. 1]Bv
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_KRIT_BINOM\n"
+"string.text"
msgid "CRITBINOM"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_KURT.string.text
+#. @Km^
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_KURT\n"
+"string.text"
msgid "KURT"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_HAR_MEAN.string.text
+#. ,wlP
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_HAR_MEAN\n"
+"string.text"
msgid "HARMEAN"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_GEO_MEAN.string.text
+#. `p*C
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_GEO_MEAN\n"
+"string.text"
msgid "GEOMEAN"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_STANDARD.string.text
+#. qM)N
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_STANDARD\n"
+"string.text"
msgid "STANDARDIZE"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_AVE_DEV.string.text
+#. #Ce(
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_AVE_DEV\n"
+"string.text"
msgid "AVEDEV"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SCHIEFE.string.text
+#. I+ZX
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_SCHIEFE\n"
+"string.text"
msgid "SKEW"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_DEV_SQ.string.text
+#. u;Z(
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_DEV_SQ\n"
+"string.text"
msgid "DEVSQ"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_MEDIAN.string.text
+#. WOM2
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_MEDIAN\n"
+"string.text"
msgid "MEDIAN"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_MODAL_VALUE.string.text
+#. cY%B
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_MODAL_VALUE\n"
+"string.text"
msgid "MODE"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_Z_TEST.string.text
+#. mki,
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_Z_TEST\n"
+"string.text"
msgid "ZTEST"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_T_TEST.string.text
+#. G5!Y
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_T_TEST\n"
+"string.text"
msgid "TTEST"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_RANK.string.text
+#. )6^A
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_RANK\n"
+"string.text"
msgid "RANK"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_PERCENTILE.string.text
+#. 1ZUU
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_PERCENTILE\n"
+"string.text"
msgid "PERCENTILE"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_PERCENT_RANK.string.text
+#. -`uX
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_PERCENT_RANK\n"
+"string.text"
msgid "PERCENTRANK"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_LARGE.string.text
+#. B3)6
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_LARGE\n"
+"string.text"
msgid "LARGE"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SMALL.string.text
+#. `^/,
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_SMALL\n"
+"string.text"
msgid "SMALL"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_FREQUENCY.string.text
+#. F0yF
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_FREQUENCY\n"
+"string.text"
msgid "FREQUENCY"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_QUARTILE.string.text
+#. 44gA
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_QUARTILE\n"
+"string.text"
msgid "QUARTILE"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_NORM_INV.string.text
+#. $\Os
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_NORM_INV\n"
+"string.text"
msgid "NORMINV"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_CONFIDENCE.string.text
+#. .LzE
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_CONFIDENCE\n"
+"string.text"
msgid "CONFIDENCE"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_F_TEST.string.text
+#. cM67
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_F_TEST\n"
+"string.text"
msgid "FTEST"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_TRIM_MEAN.string.text
+#. k.|9
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_TRIM_MEAN\n"
+"string.text"
msgid "TRIMMEAN"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_PROB.string.text
+#. .Bua
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_PROB\n"
+"string.text"
msgid "PROB"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_CORREL.string.text
+#. mLn^
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_CORREL\n"
+"string.text"
msgid "CORREL"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COVAR.string.text
+#. @-w~
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_COVAR\n"
+"string.text"
msgid "COVAR"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_PEARSON.string.text
+#. JSkE
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_PEARSON\n"
+"string.text"
msgid "PEARSON"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_RSQ.string.text
+#. (tCP
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_RSQ\n"
+"string.text"
msgid "RSQ"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_STEYX.string.text
+#. 4heE
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_STEYX\n"
+"string.text"
msgid "STEYX"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SLOPE.string.text
+#. I7m3
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_SLOPE\n"
+"string.text"
msgid "SLOPE"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_INTERCEPT.string.text
+#. {p,-
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_INTERCEPT\n"
+"string.text"
msgid "INTERCEPT"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_TREND.string.text
+#. v#n|
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_TREND\n"
+"string.text"
msgid "TREND"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_GROWTH.string.text
+#. Qf]v
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_GROWTH\n"
+"string.text"
msgid "GROWTH"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_RGP.string.text
+#. -EP8
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_RGP\n"
+"string.text"
msgid "LINEST"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_RKP.string.text
+#. Gsz[
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_RKP\n"
+"string.text"
msgid "LOGEST"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_FORECAST.string.text
+#. o0iV
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_FORECAST\n"
+"string.text"
msgid "FORECAST"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_CHI_INV.string.text
+#. M?3F
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_CHI_INV\n"
+"string.text"
msgid "CHIINV"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_GAMMA_DIST.string.text
+#. 1ny?
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_GAMMA_DIST\n"
+"string.text"
msgid "GAMMADIST"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_GAMMA_INV.string.text
+#. A(nJ
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_GAMMA_INV\n"
+"string.text"
msgid "GAMMAINV"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_T_INV.string.text
+#. )T9W
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_T_INV\n"
+"string.text"
msgid "TINV"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_F_INV.string.text
+#. X/)S
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_F_INV\n"
+"string.text"
msgid "FINV"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_CHI_TEST.string.text
+#. ;Q,}
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_CHI_TEST\n"
+"string.text"
msgid "CHITEST"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_LOG_INV.string.text
+#. A$e/
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_LOG_INV\n"
+"string.text"
msgid "LOGINV"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_TABLE_OP.string.text
+#. F}DZ
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_TABLE_OP\n"
+"string.text"
msgid "MULTIPLE.OPERATIONS"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_BETA_DIST.string.text
+#. *2sm
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_BETA_DIST\n"
+"string.text"
msgid "BETADIST"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_BETA_INV.string.text
+#. .f*\
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_BETA_INV\n"
+"string.text"
msgid "BETAINV"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_WEEK.string.text
+#. 7_Jr
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_WEEK\n"
+"string.text"
msgid "WEEKNUM"
msgstr "WEEKNUM"
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_EASTERSUNDAY.string.text
+#. huqp
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_EASTERSUNDAY\n"
+"string.text"
msgid "EASTERSUNDAY"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_GET_DAY_OF_WEEK.string.text
+#. n~Zf
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_GET_DAY_OF_WEEK\n"
+"string.text"
msgid "WEEKDAY"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_NO_NAME.string.text
+#. M3m.
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_NO_NAME\n"
+"string.text"
msgid "#NAME!"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_STYLE.string.text
+#. cdty
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_STYLE\n"
+"string.text"
msgid "STYLE"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_DDE.string.text
+#. l([n
+#: core_resource.src
+#, fuzzy
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_DDE\n"
+"string.text"
msgid "DDE"
-msgstr ""
-
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_BASE.string.text
+msgstr "DD~E"
+
+#. g/Em
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_BASE\n"
+"string.text"
msgid "BASE"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_DECIMAL.string.text
+#. PBBY
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_DECIMAL\n"
+"string.text"
msgid "DECIMAL"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_CONVERT.string.text
+#. 1m0+
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_CONVERT\n"
+"string.text"
msgid "CONVERT"
msgstr "CONVERT"
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ROMAN.string.text
+#. bi_(
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ROMAN\n"
+"string.text"
msgid "ROMAN"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_HYPERLINK.string.text
+#. (a}=
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_HYPERLINK\n"
+"string.text"
msgid "HYPERLINK"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_INFO.string.text
+#. .j,H
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_INFO\n"
+"string.text"
msgid "INFO"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_BAHTTEXT.string.text
+#. ]:og
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_BAHTTEXT\n"
+"string.text"
msgid "BAHTTEXT"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_GET_PIVOT_DATA.string.text
+#. V_p5
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_GET_PIVOT_DATA\n"
+"string.text"
msgid "GETPIVOTDATA"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_EUROCONVERT.string.text
+#. v_m^
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_EUROCONVERT\n"
+"string.text"
msgid "EUROCONVERT"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_NUMBERVALUE.string.text
+#. q{4P
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_NUMBERVALUE\n"
+"string.text"
msgid "NUMBERVALUE"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_GAMMA.string.text
+#. YqfY
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_GAMMA\n"
+"string.text"
msgid "GAMMA"
msgstr "GAMMA"
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_CHISQ_DIST.string.text
+#. c?p*
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_CHISQ_DIST\n"
+"string.text"
msgid "CHISQDIST"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_CHISQ_INV.string.text
+#. s,k=
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_CHISQ_INV\n"
+"string.text"
msgid "CHISQINV"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_BITAND.string.text
+#. S(m8
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_BITAND\n"
+"string.text"
msgid "BITAND"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_BITOR.string.text
+#. %ToX
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_BITOR\n"
+"string.text"
msgid "BITOR"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_BITXOR.string.text
+#. 6_pV
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_BITXOR\n"
+"string.text"
msgid "BITXOR"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_BITRSHIFT.string.text
+#. .~dm
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_BITRSHIFT\n"
+"string.text"
msgid "BITRSHIFT"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_BITLSHIFT.string.text
+#. ]fP+
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_BITLSHIFT\n"
+"string.text"
msgid "BITLSHIFT"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ERROR_NULL.string.text
+#. 5HqI
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ERROR_NULL\n"
+"string.text"
msgid "#NULL!"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ERROR_DIVZERO.string.text
+#. 2U]$
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ERROR_DIVZERO\n"
+"string.text"
msgid "#DIV/0!"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ERROR_VALUE.string.text
+#. $a}i
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ERROR_VALUE\n"
+"string.text"
msgid "#VALUE!"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ERROR_REF.string.text
+#. (T^C
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ERROR_REF\n"
+"string.text"
msgid "#REF!"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ERROR_NAME.string.text
+#. N[*Z
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ERROR_NAME\n"
+"string.text"
msgid "#NAME?"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ERROR_NUM.string.text
+#. M-]K
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ERROR_NUM\n"
+"string.text"
msgid "#NUM!"
msgstr ""
-#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ERROR_NA.string.text
+#. [WhE
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_ERROR_NA\n"
+"string.text"
msgid "#N/A"
msgstr ""
diff --git a/source/ka/formula/source/ui/dlg.po b/source/ka/formula/source/ui/dlg.po
index a70cef78d2d..a066ff3d834 100644
--- a/source/ka/formula/source/ui/dlg.po
+++ b/source/ka/formula/source/ui/dlg.po
@@ -1,9 +1,9 @@
-#. extracted from formula/source/ui/dlg.oo
+#. extracted from formula/source/ui/dlg
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+formula%2Fsource%2Fui%2Fdlg.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-12 00:27+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,186 +12,401 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: parawin.src#RB_ARGBLOCK__y__.#define.text
-msgctxt "parawin.src#RB_ARGBLOCK__y__.#define.text"
+#. H*F=
+#: parawin.src
+msgctxt ""
+"parawin.src\n"
+"RB_ARGBLOCK( y )\n"
+"#define.text"
msgid "-"
msgstr ""
-#: parawin.src#RB_ARGBLOCK__y__.#define.quickhelptext
+#. jd0F
+#: parawin.src
+msgctxt ""
+"parawin.src\n"
+"RB_ARGBLOCK( y )\n"
+"#define.quickhelptext"
msgid "Select"
msgstr "მონიშვნა"
-#: parawin.src#RID_FORMULATAB_PARAMETER.FT_EDITDESC.fixedtext.text
+#. R-Js
+#: parawin.src
+msgctxt ""
+"parawin.src\n"
+"RID_FORMULATAB_PARAMETER\n"
+"FT_EDITDESC\n"
+"fixedtext.text"
msgid "Function not known"
msgstr ""
-#: parawin.src#RID_FORMULATAB_PARAMETER.STR_OPTIONAL.string.text
+#. x}mq
+#: parawin.src
+msgctxt ""
+"parawin.src\n"
+"RID_FORMULATAB_PARAMETER\n"
+"STR_OPTIONAL\n"
+"string.text"
msgid "(optional)"
msgstr ""
-#: parawin.src#RID_FORMULATAB_PARAMETER.STR_REQUIRED.string.text
+#. 8-`p
+#: parawin.src
+msgctxt ""
+"parawin.src\n"
+"RID_FORMULATAB_PARAMETER\n"
+"STR_REQUIRED\n"
+"string.text"
msgid "(required)"
msgstr ""
-#: formdlgs.src#RID_FORMULATAB_FUNCTION.LB_CATEGORY.1.stringlist.text
+#. 0h1x
+#: formdlgs.src
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULATAB_FUNCTION.LB_CATEGORY\n"
+"1\n"
+"stringlist.text"
msgid "Last Used"
msgstr "ბოლოს გამოყენებული"
-#: formdlgs.src#RID_FORMULATAB_FUNCTION.LB_CATEGORY.2.stringlist.text
+#. h,@F
+#: formdlgs.src
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULATAB_FUNCTION.LB_CATEGORY\n"
+"2\n"
+"stringlist.text"
msgid "All"
msgstr "ყველა"
-#: formdlgs.src#RID_FORMULATAB_FUNCTION.FT_CATEGORY.fixedtext.text
+#. V%02
+#: formdlgs.src
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULATAB_FUNCTION\n"
+"FT_CATEGORY\n"
+"fixedtext.text"
msgid "~Category"
msgstr "~კატეგორია"
-#: formdlgs.src#RID_FORMULATAB_FUNCTION.FT_FUNCTION.fixedtext.text
+#. ]E,m
+#: formdlgs.src
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULATAB_FUNCTION\n"
+"FT_FUNCTION\n"
+"fixedtext.text"
msgid "~Function"
-msgstr ""
-
-#: formdlgs.src#RID_FORMULATAB_STRUCT.FT_STRUCT.fixedtext.text
+msgstr "~ფუნქცია"
+
+#. W`#G
+#: formdlgs.src
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULATAB_STRUCT\n"
+"FT_STRUCT\n"
+"fixedtext.text"
msgid "~Structure"
msgstr "~სტრუქტურა"
-#: formdlgs.src#RID_FORMULATAB_STRUCT.STR_STRUCT_ERR1.string.text
+#. 229U
+#: formdlgs.src
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULATAB_STRUCT\n"
+"STR_STRUCT_ERR1\n"
+"string.text"
msgid "=?"
msgstr ""
-#: formdlgs.src#RID_FORMULATAB_STRUCT.STR_STRUCT_ERR2.string.text
+#. X*;M
+#: formdlgs.src
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULATAB_STRUCT\n"
+"STR_STRUCT_ERR2\n"
+"string.text"
msgid "Error"
msgstr "შეცდომა"
-#: formdlgs.src#RID_FORMULADLG_FORMULA_MODAL.TC_FUNCTION.TP_FUNCTION.pageitem.text
-msgctxt "formdlgs.src#RID_FORMULADLG_FORMULA_MODAL.TC_FUNCTION.TP_FUNCTION.pageitem.text"
+#. LA-U
+#: formdlgs.src
+#, fuzzy
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULADLG_FORMULA_MODAL.TC_FUNCTION\n"
+"TP_FUNCTION\n"
+"pageitem.text"
msgid "Functions"
-msgstr ""
+msgstr "ფუნქციები"
-#: formdlgs.src#RID_FORMULADLG_FORMULA_MODAL.TC_FUNCTION.TP_STRUCT.pageitem.text
+#. OYX,
+#: formdlgs.src
#, fuzzy
-msgctxt "formdlgs.src#RID_FORMULADLG_FORMULA_MODAL.TC_FUNCTION.TP_STRUCT.pageitem.text"
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULADLG_FORMULA_MODAL.TC_FUNCTION\n"
+"TP_STRUCT\n"
+"pageitem.text"
msgid "Structure"
msgstr "~სტრუქტურა"
-#: formdlgs.src#RID_FORMULADLG_FORMULA_MODAL.FT_FORMULA.fixedtext.text
-msgctxt "formdlgs.src#RID_FORMULADLG_FORMULA_MODAL.FT_FORMULA.fixedtext.text"
+#. f:ni
+#: formdlgs.src
+#, fuzzy
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULADLG_FORMULA_MODAL\n"
+"FT_FORMULA\n"
+"fixedtext.text"
msgid "For~mula"
-msgstr ""
-
-#: formdlgs.src#RID_FORMULADLG_FORMULA_MODAL.FT_RESULT.fixedtext.text
-msgctxt "formdlgs.src#RID_FORMULADLG_FORMULA_MODAL.FT_RESULT.fixedtext.text"
+msgstr "ფორმულა"
+
+#. v%!v
+#: formdlgs.src
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULADLG_FORMULA_MODAL\n"
+"FT_RESULT\n"
+"fixedtext.text"
msgid "Function result"
msgstr ""
-#: formdlgs.src#RID_FORMULADLG_FORMULA_MODAL.FT_FORMULA_RESULT.fixedtext.text
-msgctxt "formdlgs.src#RID_FORMULADLG_FORMULA_MODAL.FT_FORMULA_RESULT.fixedtext.text"
+#. HON9
+#: formdlgs.src
+#, fuzzy
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULADLG_FORMULA_MODAL\n"
+"FT_FORMULA_RESULT\n"
+"fixedtext.text"
msgid "Result"
-msgstr ""
+msgstr "შედეგები"
-#: formdlgs.src#RID_FORMULADLG_FORMULA_MODAL.BTN_MATRIX.checkbox.text
-msgctxt "formdlgs.src#RID_FORMULADLG_FORMULA_MODAL.BTN_MATRIX.checkbox.text"
+#. U\w!
+#: formdlgs.src
+#, fuzzy
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULADLG_FORMULA_MODAL\n"
+"BTN_MATRIX\n"
+"checkbox.text"
msgid "Array"
-msgstr ""
-
-#: formdlgs.src#RID_FORMULADLG_FORMULA_MODAL.RB_REF.imagebutton.text
-msgctxt "formdlgs.src#RID_FORMULADLG_FORMULA_MODAL.RB_REF.imagebutton.text"
+msgstr "მასივი"
+
+#. qW~Y
+#: formdlgs.src
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULADLG_FORMULA_MODAL\n"
+"RB_REF\n"
+"imagebutton.text"
msgid "-"
msgstr ""
-#: formdlgs.src#RID_FORMULADLG_FORMULA_MODAL.RB_REF.imagebutton.quickhelptext
-msgctxt "formdlgs.src#RID_FORMULADLG_FORMULA_MODAL.RB_REF.imagebutton.quickhelptext"
+#. CQ+I
+#: formdlgs.src
+#, fuzzy
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULADLG_FORMULA_MODAL\n"
+"RB_REF\n"
+"imagebutton.quickhelptext"
msgid "Maximize"
-msgstr ""
+msgstr "გაშლა"
-#: formdlgs.src#RID_FORMULADLG_FORMULA_MODAL.BTN_BACKWARD.pushbutton.text
-msgctxt "formdlgs.src#RID_FORMULADLG_FORMULA_MODAL.BTN_BACKWARD.pushbutton.text"
+#. bG0S
+#: formdlgs.src
+#, fuzzy
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULADLG_FORMULA_MODAL\n"
+"BTN_BACKWARD\n"
+"pushbutton.text"
msgid "<< ~Back"
-msgstr ""
+msgstr "< ~უკან"
-#: formdlgs.src#RID_FORMULADLG_FORMULA_MODAL.BTN_FORWARD.pushbutton.text
-msgctxt "formdlgs.src#RID_FORMULADLG_FORMULA_MODAL.BTN_FORWARD.pushbutton.text"
+#. $,KF
+#: formdlgs.src
+#, fuzzy
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULADLG_FORMULA_MODAL\n"
+"BTN_FORWARD\n"
+"pushbutton.text"
msgid "~Next >>"
-msgstr ""
-
-#: formdlgs.src#RID_FORMULADLG_FORMULA_MODAL.STR_TITLE1.string.text
-msgctxt "formdlgs.src#RID_FORMULADLG_FORMULA_MODAL.STR_TITLE1.string.text"
+msgstr "~წინ >"
+
+#. h?Ds
+#: formdlgs.src
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULADLG_FORMULA_MODAL\n"
+"STR_TITLE1\n"
+"string.text"
msgid "Function Wizard"
msgstr ""
-#: formdlgs.src#RID_FORMULADLG_FORMULA_MODAL.STR_TITLE2.string.text
-msgctxt "formdlgs.src#RID_FORMULADLG_FORMULA_MODAL.STR_TITLE2.string.text"
+#. ${X$
+#: formdlgs.src
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULADLG_FORMULA_MODAL\n"
+"STR_TITLE2\n"
+"string.text"
msgid "Function Wizard -"
msgstr ""
-#: formdlgs.src#RID_FORMULADLG_FORMULA_MODAL.STR_END.string.text
-msgctxt "formdlgs.src#RID_FORMULADLG_FORMULA_MODAL.STR_END.string.text"
+#. PtZx
+#: formdlgs.src
+#, fuzzy
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULADLG_FORMULA_MODAL\n"
+"STR_END\n"
+"string.text"
msgid "~End"
-msgstr ""
+msgstr "დ~ასასრული"
-#: formdlgs.src#RID_FORMULADLG_FORMULA.TC_FUNCTION.TP_FUNCTION.pageitem.text
-msgctxt "formdlgs.src#RID_FORMULADLG_FORMULA.TC_FUNCTION.TP_FUNCTION.pageitem.text"
+#. 5GA-
+#: formdlgs.src
+#, fuzzy
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULADLG_FORMULA.TC_FUNCTION\n"
+"TP_FUNCTION\n"
+"pageitem.text"
msgid "Functions"
-msgstr ""
+msgstr "ფუნქციები"
-#: formdlgs.src#RID_FORMULADLG_FORMULA.TC_FUNCTION.TP_STRUCT.pageitem.text
+#. vdc,
+#: formdlgs.src
#, fuzzy
-msgctxt "formdlgs.src#RID_FORMULADLG_FORMULA.TC_FUNCTION.TP_STRUCT.pageitem.text"
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULADLG_FORMULA.TC_FUNCTION\n"
+"TP_STRUCT\n"
+"pageitem.text"
msgid "Structure"
msgstr "~სტრუქტურა"
-#: formdlgs.src#RID_FORMULADLG_FORMULA.FT_FORMULA.fixedtext.text
-msgctxt "formdlgs.src#RID_FORMULADLG_FORMULA.FT_FORMULA.fixedtext.text"
+#. cJ45
+#: formdlgs.src
+#, fuzzy
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULADLG_FORMULA\n"
+"FT_FORMULA\n"
+"fixedtext.text"
msgid "For~mula"
-msgstr ""
-
-#: formdlgs.src#RID_FORMULADLG_FORMULA.FT_RESULT.fixedtext.text
-msgctxt "formdlgs.src#RID_FORMULADLG_FORMULA.FT_RESULT.fixedtext.text"
+msgstr "ფორმულა"
+
+#. !f`w
+#: formdlgs.src
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULADLG_FORMULA\n"
+"FT_RESULT\n"
+"fixedtext.text"
msgid "Function result"
msgstr ""
-#: formdlgs.src#RID_FORMULADLG_FORMULA.FT_FORMULA_RESULT.fixedtext.text
-msgctxt "formdlgs.src#RID_FORMULADLG_FORMULA.FT_FORMULA_RESULT.fixedtext.text"
+#. mTa6
+#: formdlgs.src
+#, fuzzy
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULADLG_FORMULA\n"
+"FT_FORMULA_RESULT\n"
+"fixedtext.text"
msgid "Result"
-msgstr ""
+msgstr "შედეგები"
-#: formdlgs.src#RID_FORMULADLG_FORMULA.BTN_MATRIX.checkbox.text
-msgctxt "formdlgs.src#RID_FORMULADLG_FORMULA.BTN_MATRIX.checkbox.text"
+#. k;$r
+#: formdlgs.src
+#, fuzzy
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULADLG_FORMULA\n"
+"BTN_MATRIX\n"
+"checkbox.text"
msgid "Array"
-msgstr ""
-
-#: formdlgs.src#RID_FORMULADLG_FORMULA.RB_REF.imagebutton.text
-msgctxt "formdlgs.src#RID_FORMULADLG_FORMULA.RB_REF.imagebutton.text"
+msgstr "მასივი"
+
+#. 5r,t
+#: formdlgs.src
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULADLG_FORMULA\n"
+"RB_REF\n"
+"imagebutton.text"
msgid "-"
msgstr ""
-#: formdlgs.src#RID_FORMULADLG_FORMULA.RB_REF.imagebutton.quickhelptext
-msgctxt "formdlgs.src#RID_FORMULADLG_FORMULA.RB_REF.imagebutton.quickhelptext"
+#. nVL#
+#: formdlgs.src
+#, fuzzy
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULADLG_FORMULA\n"
+"RB_REF\n"
+"imagebutton.quickhelptext"
msgid "Maximize"
-msgstr ""
+msgstr "გაშლა"
-#: formdlgs.src#RID_FORMULADLG_FORMULA.BTN_BACKWARD.pushbutton.text
-msgctxt "formdlgs.src#RID_FORMULADLG_FORMULA.BTN_BACKWARD.pushbutton.text"
+#. ;:RX
+#: formdlgs.src
+#, fuzzy
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULADLG_FORMULA\n"
+"BTN_BACKWARD\n"
+"pushbutton.text"
msgid "<< ~Back"
-msgstr ""
+msgstr "< ~უკან"
-#: formdlgs.src#RID_FORMULADLG_FORMULA.BTN_FORWARD.pushbutton.text
-msgctxt "formdlgs.src#RID_FORMULADLG_FORMULA.BTN_FORWARD.pushbutton.text"
+#. O1up
+#: formdlgs.src
+#, fuzzy
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULADLG_FORMULA\n"
+"BTN_FORWARD\n"
+"pushbutton.text"
msgid "~Next >>"
-msgstr ""
-
-#: formdlgs.src#RID_FORMULADLG_FORMULA.STR_TITLE1.string.text
-msgctxt "formdlgs.src#RID_FORMULADLG_FORMULA.STR_TITLE1.string.text"
+msgstr "~წინ >"
+
+#. ?k]\
+#: formdlgs.src
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULADLG_FORMULA\n"
+"STR_TITLE1\n"
+"string.text"
msgid "Function Wizard"
msgstr ""
-#: formdlgs.src#RID_FORMULADLG_FORMULA.STR_TITLE2.string.text
-msgctxt "formdlgs.src#RID_FORMULADLG_FORMULA.STR_TITLE2.string.text"
+#. 2~aH
+#: formdlgs.src
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULADLG_FORMULA\n"
+"STR_TITLE2\n"
+"string.text"
msgid "Function Wizard -"
msgstr ""
-#: formdlgs.src#RID_FORMULADLG_FORMULA.STR_END.string.text
-msgctxt "formdlgs.src#RID_FORMULADLG_FORMULA.STR_END.string.text"
+#. )ol`
+#: formdlgs.src
+#, fuzzy
+msgctxt ""
+"formdlgs.src\n"
+"RID_FORMULADLG_FORMULA\n"
+"STR_END\n"
+"string.text"
msgid "~End"
-msgstr ""
+msgstr "დ~ასასრული"
diff --git a/source/ka/fpicker/source/office.po b/source/ka/fpicker/source/office.po
index 475a9719bd0..0f02c534c57 100644
--- a/source/ka/fpicker/source/office.po
+++ b/source/ka/fpicker/source/office.po
@@ -1,9 +1,9 @@
-#. extracted from fpicker/source/office.oo
+#. extracted from fpicker/source/office
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+fpicker%2Fsource%2Foffice.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:40+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2012-06-16 14:28+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,137 +12,403 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: iodlg.src#DLG_FPICKER_EXPLORERFILE.BTN_EXPLORERFILE_NEWFOLDER.imagebutton.text
-msgctxt "iodlg.src#DLG_FPICKER_EXPLORERFILE.BTN_EXPLORERFILE_NEWFOLDER.imagebutton.text"
+#. 4ULj
+#: OfficeFilePicker.src
+msgctxt ""
+"OfficeFilePicker.src\n"
+"STR_SVT_FILEPICKER_AUTO_EXTENSION\n"
+"string.text"
+msgid "~Automatic file name extension"
+msgstr "~ავტომატური ფაილის გაფართოება"
+
+#. Dj/:
+#: OfficeFilePicker.src
+msgctxt ""
+"OfficeFilePicker.src\n"
+"STR_SVT_FILEPICKER_PASSWORD\n"
+"string.text"
+msgid "Save with pass~word"
+msgstr "შენახვა პაროლით"
+
+#. 9N|P
+#: OfficeFilePicker.src
+msgctxt ""
+"OfficeFilePicker.src\n"
+"STR_SVT_FILEPICKER_FILTER_OPTIONS\n"
+"string.text"
+msgid "~Edit filter settings"
+msgstr "ჩაასწორე ფილტრის პარამეტრები"
+
+#. lbNM
+#: OfficeFilePicker.src
+msgctxt ""
+"OfficeFilePicker.src\n"
+"STR_SVT_FILEPICKER_READONLY\n"
+"string.text"
+msgid "~Read-only"
+msgstr "~მხოლოდ წაკითხვადი"
+
+#. !:SR
+#: OfficeFilePicker.src
+msgctxt ""
+"OfficeFilePicker.src\n"
+"STR_SVT_FILEPICKER_INSERT_AS_LINK\n"
+"string.text"
+msgid "~Link"
+msgstr "~ბმული"
+
+#. ~{h[
+#: OfficeFilePicker.src
+msgctxt ""
+"OfficeFilePicker.src\n"
+"STR_SVT_FILEPICKER_SHOW_PREVIEW\n"
+"string.text"
+msgid "Pr~eview"
+msgstr "გა~დახედვა"
+
+#. kNTP
+#: OfficeFilePicker.src
+msgctxt ""
+"OfficeFilePicker.src\n"
+"STR_SVT_FILEPICKER_PLAY\n"
+"string.text"
+msgid "~Play"
+msgstr "~დაკვრა"
+
+#. %P4+
+#: OfficeFilePicker.src
+msgctxt ""
+"OfficeFilePicker.src\n"
+"STR_SVT_FILEPICKER_VERSION\n"
+"string.text"
+msgid "~Version:"
+msgstr "~ვერსია:"
+
+#. p(Uq
+#: OfficeFilePicker.src
+msgctxt ""
+"OfficeFilePicker.src\n"
+"STR_SVT_FILEPICKER_TEMPLATES\n"
+"string.text"
+msgid "S~tyles:"
+msgstr "ს~ტილები:"
+
+#. )yE=
+#: OfficeFilePicker.src
+msgctxt ""
+"OfficeFilePicker.src\n"
+"STR_SVT_FILEPICKER_IMAGE_TEMPLATE\n"
+"string.text"
+msgid "Style:"
+msgstr "სტილი:"
+
+#. LqbU
+#: OfficeFilePicker.src
+msgctxt ""
+"OfficeFilePicker.src\n"
+"STR_SVT_FILEPICKER_SELECTION\n"
+"string.text"
+msgid "~Selection"
+msgstr "~მონიშნული"
+
+#. o3;O
+#: OfficeFilePicker.src
+msgctxt ""
+"OfficeFilePicker.src\n"
+"STR_SVT_FILEPICKER_FILTER_TITLE\n"
+"string.text"
+msgid "File ~type:"
+msgstr "ფაილის ტ~იპი"
+
+#. 1bv8
+#: OfficeFilePicker.src
+msgctxt ""
+"OfficeFilePicker.src\n"
+"STR_SVT_FOLDERPICKER_DEFAULT_TITLE\n"
+"string.text"
+msgid "Select Path"
+msgstr "მდებარეობის არჩევა"
+
+#. D07^
+#: OfficeFilePicker.src
+msgctxt ""
+"OfficeFilePicker.src\n"
+"STR_SVT_FOLDERPICKER_DEFAULT_DESCRIPTION\n"
+"string.text"
+msgid "Please select a folder."
+msgstr "გთხოვთ აირჩიოთ დირექტორია"
+
+#. ]Vv@
+#: iodlg.src
+msgctxt ""
+"iodlg.src\n"
+"DLG_FPICKER_EXPLORERFILE\n"
+"BTN_EXPLORERFILE_NEWFOLDER\n"
+"imagebutton.text"
msgid "-"
msgstr ""
-#: iodlg.src#DLG_FPICKER_EXPLORERFILE.BTN_EXPLORERFILE_NEWFOLDER.imagebutton.quickhelptext
-msgid "Create New Directory"
+#. ;Y*U
+#: iodlg.src
+#, fuzzy
+msgctxt ""
+"iodlg.src\n"
+"DLG_FPICKER_EXPLORERFILE\n"
+"BTN_EXPLORERFILE_NEWFOLDER\n"
+"imagebutton.quickhelptext"
+msgid "Create New Folder"
msgstr "ახალი დირექტორიის შექმნა"
-#: iodlg.src#DLG_FPICKER_EXPLORERFILE.BTN_EXPLORERFILE_UP.menubutton.text
-msgctxt "iodlg.src#DLG_FPICKER_EXPLORERFILE.BTN_EXPLORERFILE_UP.menubutton.text"
+#. 4H%k
+#: iodlg.src
+msgctxt ""
+"iodlg.src\n"
+"DLG_FPICKER_EXPLORERFILE\n"
+"BTN_EXPLORERFILE_UP\n"
+"menubutton.text"
msgid "-"
msgstr ""
-#: iodlg.src#DLG_FPICKER_EXPLORERFILE.BTN_EXPLORERFILE_UP.menubutton.quickhelptext
+#. /)2a
+#: iodlg.src
+msgctxt ""
+"iodlg.src\n"
+"DLG_FPICKER_EXPLORERFILE\n"
+"BTN_EXPLORERFILE_UP\n"
+"menubutton.quickhelptext"
msgid "Up One Level"
msgstr "ერთი დონით მაღლა"
-#: iodlg.src#DLG_FPICKER_EXPLORERFILE.BTN_EXPLORERFILE_CONNECT_TO_SERVER.pushbutton.text
+#. -eE@
+#: iodlg.src
+msgctxt ""
+"iodlg.src\n"
+"DLG_FPICKER_EXPLORERFILE\n"
+"BTN_EXPLORERFILE_CONNECT_TO_SERVER\n"
+"pushbutton.text"
msgid "..."
-msgstr ""
-
-#: iodlg.src#DLG_FPICKER_EXPLORERFILE.BTN_EXPLORERFILE_CONNECT_TO_SERVER.pushbutton.quickhelptext
+msgstr "..."
+
+#. JY_L
+#: iodlg.src
+msgctxt ""
+"iodlg.src\n"
+"DLG_FPICKER_EXPLORERFILE\n"
+"BTN_EXPLORERFILE_CONNECT_TO_SERVER\n"
+"pushbutton.quickhelptext"
msgid "Connect To Server"
msgstr ""
-#: iodlg.src#DLG_FPICKER_EXPLORERFILE.BTN_EXPLORERFILE_ADD_PLACE.pushbutton.text
-msgid "+"
-msgstr ""
-
-#: iodlg.src#DLG_FPICKER_EXPLORERFILE.BTN_EXPLORERFILE_ADD_PLACE.pushbutton.quickhelptext
-msgid "Bookmark This Place"
-msgstr ""
-
-#: iodlg.src#DLG_FPICKER_EXPLORERFILE.BTN_EXPLORERFILE_REMOVE_PLACE.pushbutton.text
-msgctxt "iodlg.src#DLG_FPICKER_EXPLORERFILE.BTN_EXPLORERFILE_REMOVE_PLACE.pushbutton.text"
-msgid "-"
-msgstr ""
-
-#: iodlg.src#DLG_FPICKER_EXPLORERFILE.BTN_EXPLORERFILE_REMOVE_PLACE.pushbutton.quickhelptext
-msgid "Remove Selected Bookmark"
-msgstr ""
-
-#: iodlg.src#DLG_FPICKER_EXPLORERFILE.FT_EXPLORERFILE_FILENAME.fixedtext.text
+#. gtrg
+#: iodlg.src
+msgctxt ""
+"iodlg.src\n"
+"DLG_FPICKER_EXPLORERFILE\n"
+"FT_EXPLORERFILE_FILENAME\n"
+"fixedtext.text"
msgid "File ~name:"
msgstr "ფაილის ს~ახელი"
-#: iodlg.src#DLG_FPICKER_EXPLORERFILE.FT_EXPLORERFILE_FILETYPE.fixedtext.text
-msgctxt "iodlg.src#DLG_FPICKER_EXPLORERFILE.FT_EXPLORERFILE_FILETYPE.fixedtext.text"
+#. 3oFW
+#: iodlg.src
+msgctxt ""
+"iodlg.src\n"
+"DLG_FPICKER_EXPLORERFILE\n"
+"FT_EXPLORERFILE_FILETYPE\n"
+"fixedtext.text"
msgid "File ~type:"
msgstr "ფაილის ტ~იპი"
-#: iodlg.src#DLG_FPICKER_EXPLORERFILE.CB_EXPLORERFILE_READONLY.checkbox.text
-msgctxt "iodlg.src#DLG_FPICKER_EXPLORERFILE.CB_EXPLORERFILE_READONLY.checkbox.text"
+#. 0IUA
+#: iodlg.src
+msgctxt ""
+"iodlg.src\n"
+"DLG_FPICKER_EXPLORERFILE\n"
+"CB_EXPLORERFILE_READONLY\n"
+"checkbox.text"
msgid "~Read-only"
msgstr "~მხოლოდ წაკითხვადი"
-#: iodlg.src#DLG_FPICKER_EXPLORERFILE.CB_EXPLORERFILE_PASSWORD.checkbox.text
+#. f3pW
+#: iodlg.src
+msgctxt ""
+"iodlg.src\n"
+"DLG_FPICKER_EXPLORERFILE\n"
+"CB_EXPLORERFILE_PASSWORD\n"
+"checkbox.text"
msgid "Save with password"
msgstr "შენახვა პაროლით"
-#: iodlg.src#DLG_FPICKER_EXPLORERFILE.CB_AUTO_EXTENSION.checkbox.text
-msgctxt "iodlg.src#DLG_FPICKER_EXPLORERFILE.CB_AUTO_EXTENSION.checkbox.text"
+#. !;B:
+#: iodlg.src
+msgctxt ""
+"iodlg.src\n"
+"DLG_FPICKER_EXPLORERFILE\n"
+"CB_AUTO_EXTENSION\n"
+"checkbox.text"
msgid "~Automatic file name extension"
msgstr "~ავტომატური ფაილის გაფართოება"
-#: iodlg.src#DLG_FPICKER_EXPLORERFILE.CB_OPTIONS.checkbox.text
+#. NSiC
+#: iodlg.src
+msgctxt ""
+"iodlg.src\n"
+"DLG_FPICKER_EXPLORERFILE\n"
+"CB_OPTIONS\n"
+"checkbox.text"
msgid "Edit ~filter settings"
msgstr "~ფილტრის პარამეტრების ჩასწორება"
-#: iodlg.src#DLG_FPICKER_EXPLORERFILE.BTN_EXPLORERFILE_OPEN.pushbutton.text
+#. Tfb=
+#: iodlg.src
+msgctxt ""
+"iodlg.src\n"
+"DLG_FPICKER_EXPLORERFILE\n"
+"BTN_EXPLORERFILE_OPEN\n"
+"pushbutton.text"
msgid "~Open"
msgstr "~გახსნა"
-#: iodlg.src#DLG_FPICKER_EXPLORERFILE.STR_EXPLORERFILE_OPEN.string.text
+#. !Wl]
+#: iodlg.src
+msgctxt ""
+"iodlg.src\n"
+"DLG_FPICKER_EXPLORERFILE\n"
+"STR_EXPLORERFILE_OPEN\n"
+"string.text"
msgid "Open"
msgstr "გახსნა"
-#: iodlg.src#DLG_FPICKER_EXPLORERFILE.STR_EXPLORERFILE_SAVE.string.text
+#. vzL/
+#: iodlg.src
+msgctxt ""
+"iodlg.src\n"
+"DLG_FPICKER_EXPLORERFILE\n"
+"STR_EXPLORERFILE_SAVE\n"
+"string.text"
msgid "Save as"
msgstr "შეინახე როგორც..."
-#: iodlg.src#DLG_FPICKER_EXPLORERFILE.STR_EXPLORERFILE_BUTTONSAVE.string.text
+#. +C2x
+#: iodlg.src
+msgctxt ""
+"iodlg.src\n"
+"DLG_FPICKER_EXPLORERFILE\n"
+"STR_EXPLORERFILE_BUTTONSAVE\n"
+"string.text"
msgid "~Save"
msgstr "~შენახვა"
-#: iodlg.src#DLG_FPICKER_EXPLORERFILE.STR_PATHNAME.string.text
+#. 597d
+#: iodlg.src
+msgctxt ""
+"iodlg.src\n"
+"DLG_FPICKER_EXPLORERFILE\n"
+"STR_PATHNAME\n"
+"string.text"
msgid "~Path:"
msgstr "~ადგილმდებარეობა:"
-#: iodlg.src#DLG_FPICKER_EXPLORERFILE.STR_PATHSELECT.string.text
+#. |qgQ
+#: iodlg.src
+msgctxt ""
+"iodlg.src\n"
+"DLG_FPICKER_EXPLORERFILE\n"
+"STR_PATHSELECT\n"
+"string.text"
msgid "Select path"
msgstr "ადგილმდებარეობის არჩევა"
-#: iodlg.src#DLG_FPICKER_EXPLORERFILE.STR_BUTTONSELECT.string.text
+#. .EW)
+#: iodlg.src
+msgctxt ""
+"iodlg.src\n"
+"DLG_FPICKER_EXPLORERFILE\n"
+"STR_BUTTONSELECT\n"
+"string.text"
msgid "~Select"
msgstr "~მონიშვნა"
-#: iodlg.src#DLG_FPICKER_EXPLORERFILE.STR_ACTUALVERSION.string.text
+#. +TS2
+#: iodlg.src
+msgctxt ""
+"iodlg.src\n"
+"DLG_FPICKER_EXPLORERFILE\n"
+"STR_ACTUALVERSION\n"
+"string.text"
msgid "Current version"
msgstr "მიმდინარე ვერსია"
-#: iodlg.src#DLG_FPICKER_EXPLORERFILE.STR_PREVIEW.string.text
+#. 8Um~
+#: iodlg.src
#, fuzzy
+msgctxt ""
+"iodlg.src\n"
+"DLG_FPICKER_EXPLORERFILE\n"
+"STR_PREVIEW\n"
+"string.text"
msgid "File Preview"
msgstr "გადახედვის გათიშვა"
-#: iodlg.src#DLG_FPICKER_EXPLORERFILE.STR_DEFAULT_DIRECTORY.string.text
-msgid "Default Directory"
-msgstr "სტანდარტული დირექტორია"
-
-#: iodlg.src#DLG_FPICKER_EXPLORERFILE.STR_PLACES_TITLE.string.text
+#. k{IY
+#: iodlg.src
+#, fuzzy
+msgctxt ""
+"iodlg.src\n"
+"DLG_FPICKER_EXPLORERFILE\n"
+"STR_DEFAULT_DIRECTORY\n"
+"string.text"
+msgid "My Documents"
+msgstr "დოკუმენტები"
+
+#. \sF-
+#: iodlg.src
+msgctxt ""
+"iodlg.src\n"
+"DLG_FPICKER_EXPLORERFILE\n"
+"STR_PLACES_TITLE\n"
+"string.text"
msgid "Places"
-msgstr ""
-
-#: iodlg.src#DLG_FPICKER_QUERYFOLDERNAME.FT_SVT_QUERYFOLDERNAME_DLG_NAME.fixedtext.text
+msgstr "წილადები"
+
+#. 5j@s
+#: iodlg.src
+msgctxt ""
+"iodlg.src\n"
+"DLG_FPICKER_QUERYFOLDERNAME\n"
+"FT_SVT_QUERYFOLDERNAME_DLG_NAME\n"
+"fixedtext.text"
msgid "Na~me"
msgstr "სახე~ლი"
-#: iodlg.src#DLG_FPICKER_QUERYFOLDERNAME.FL_SVT_QUERYFOLDERNAME_DLG_NAME.fixedline.text
+#. FB6m
+#: iodlg.src
+msgctxt ""
+"iodlg.src\n"
+"DLG_FPICKER_QUERYFOLDERNAME\n"
+"FL_SVT_QUERYFOLDERNAME_DLG_NAME\n"
+"fixedline.text"
msgid "Create new folder"
msgstr "ახალი დირექტორიის შექმნა"
-#: iodlg.src#RID_FILEOPEN_INVALIDFOLDER.string.text
+#. ,U8x
+#: iodlg.src
+msgctxt ""
+"iodlg.src\n"
+"RID_FILEOPEN_INVALIDFOLDER\n"
+"string.text"
msgid "$name$ does not exist."
msgstr "$name$ არ არსებობს."
-#: iodlg.src#RID_FILEOPEN_NOTEXISTENTFILE.string.text
+#. @`7(
+#: iodlg.src
+msgctxt ""
+"iodlg.src\n"
+"RID_FILEOPEN_NOTEXISTENTFILE\n"
+"string.text"
msgid ""
"The file $name$ does not exist.\n"
"Make sure you have entered the correct file name."
@@ -150,12 +416,22 @@ msgstr ""
"ფაილი $name$ არ არსებობს.\n"
"დარწმუნდით რომ ფაილის სახელი სწორად არის შეყვანილი."
-#: iodlg.src#STR_FILTERNAME_ALL.string.text
+#. Zl^@
+#: iodlg.src
+msgctxt ""
+"iodlg.src\n"
+"STR_FILTERNAME_ALL\n"
+"string.text"
msgid "All files"
msgstr ""
-#: iodlg.src#STR_SVT_ALREADYEXISTOVERWRITE.string.text
+#. {30k
+#: iodlg.src
#, fuzzy
+msgctxt ""
+"iodlg.src\n"
+"STR_SVT_ALREADYEXISTOVERWRITE\n"
+"string.text"
msgid ""
"A file named \"$filename$\" already exists.\n"
"\n"
@@ -164,11 +440,21 @@ msgstr ""
"დიზაინი ამ სახელით უკვე არსებობს.\n"
"გსურთ მისი ჩანაცვლება?"
-#: iodlg.src#STR_SVT_NEW_FOLDER.string.text
+#. sG][
+#: iodlg.src
+msgctxt ""
+"iodlg.src\n"
+"STR_SVT_NEW_FOLDER\n"
+"string.text"
msgid "Folder"
msgstr "დირექტორია"
-#: iodlg.src#STR_SVT_NOREMOVABLEDEVICE.string.text
+#. 3usx
+#: iodlg.src
+msgctxt ""
+"iodlg.src\n"
+"STR_SVT_NOREMOVABLEDEVICE\n"
+"string.text"
msgid ""
"No removable storage device detected.\n"
"Make sure it is plugged in properly and try again."
@@ -176,136 +462,12 @@ msgstr ""
"ამოღებადი დაგროვების მოწყობილებები ვერ მოიძებნა.\n"
"დარწმუნდით, რომ ის სწორად არის შეერთებული და სცადეთ კვლავ ."
-#: iodlg.src#STR_SVT_ALLFORMATS.string.text
-msgid "All Formats"
-msgstr ""
-
-#: PlaceEditDialog.src#DLG_FPICKER_PLACE_EDIT.FT_ADDPLACE_SERVERNAME.fixedtext.text
+#. qSJd
+#: iodlg.src
#, fuzzy
-msgid "Name"
-msgstr "სახე~ლი"
-
-#: PlaceEditDialog.src#DLG_FPICKER_PLACE_EDIT.FT_ADDPLACE_SERVERTYPE.fixedtext.text
-msgid "Type"
-msgstr ""
-
-#: PlaceEditDialog.src#DLG_FPICKER_PLACE_EDIT.FT_ADDPLACE_HOST.fixedtext.text
-msgid "Host"
-msgstr ""
-
-#: PlaceEditDialog.src#DLG_FPICKER_PLACE_EDIT.FT_ADDPLACE_PORT.fixedtext.text
-msgid "Port"
-msgstr ""
-
-#: PlaceEditDialog.src#DLG_FPICKER_PLACE_EDIT.FT_ADDPLACE_PATH.fixedtext.text
-msgctxt "PlaceEditDialog.src#DLG_FPICKER_PLACE_EDIT.FT_ADDPLACE_PATH.fixedtext.text"
-msgid "Path"
-msgstr ""
-
-#: PlaceEditDialog.src#DLG_FPICKER_PLACE_EDIT.CB_ADDPLACE_DAVS.checkbox.text
-msgid "Secured WebDAV (HTTPS)"
-msgstr ""
-
-#: PlaceEditDialog.src#DLG_FPICKER_PLACE_EDIT.FT_ADDPLACE_SHARE.fixedtext.text
-msgid "Share"
-msgstr ""
-
-#: PlaceEditDialog.src#DLG_FPICKER_PLACE_EDIT.FT_ADDPLACE_SMBPATH.fixedtext.text
-msgctxt "PlaceEditDialog.src#DLG_FPICKER_PLACE_EDIT.FT_ADDPLACE_SMBPATH.fixedtext.text"
-msgid "Path"
-msgstr ""
-
-#: PlaceEditDialog.src#DLG_FPICKER_PLACE_EDIT.FT_ADDPLACE_CMIS_BINDING.fixedtext.text
-msgid "Binding URL"
-msgstr ""
-
-#: PlaceEditDialog.src#DLG_FPICKER_PLACE_EDIT.FT_ADDPLACE_CMIS_REPOSITORY.fixedtext.text
-msgid "Repository"
-msgstr ""
-
-#: PlaceEditDialog.src#DLG_FPICKER_PLACE_EDIT.LB_ADDPLACE_SERVERTYPE.1.stringlist.text
-msgid "WebDAV"
-msgstr ""
-
-#: PlaceEditDialog.src#DLG_FPICKER_PLACE_EDIT.LB_ADDPLACE_SERVERTYPE.2.stringlist.text
-msgid "FTP"
-msgstr ""
-
-#: PlaceEditDialog.src#DLG_FPICKER_PLACE_EDIT.LB_ADDPLACE_SERVERTYPE.3.stringlist.text
-msgid "SSH"
-msgstr ""
-
-#: PlaceEditDialog.src#DLG_FPICKER_PLACE_EDIT.LB_ADDPLACE_SERVERTYPE.4.stringlist.text
-msgid "Windows Share"
-msgstr ""
-
-#: PlaceEditDialog.src#DLG_FPICKER_PLACE_EDIT.LB_ADDPLACE_SERVERTYPE.5.stringlist.text
-msgid "CMIS (Atom Binding)"
-msgstr ""
-
-#: PlaceEditDialog.src#DLG_FPICKER_PLACE_EDIT.FT_ADDPLACE_USERNAME.fixedtext.text
-msgid "Login"
-msgstr ""
-
-#: PlaceEditDialog.src#DLG_FPICKER_PLACE_EDIT.BT_ADDPLACE_DELETE.pushbutton.text
-msgid "Delete"
-msgstr ""
-
-#: OfficeFilePicker.src#STR_SVT_FILEPICKER_AUTO_EXTENSION.string.text
-msgctxt "OfficeFilePicker.src#STR_SVT_FILEPICKER_AUTO_EXTENSION.string.text"
-msgid "~Automatic file name extension"
-msgstr "~ავტომატური ფაილის გაფართოება"
-
-#: OfficeFilePicker.src#STR_SVT_FILEPICKER_PASSWORD.string.text
-msgid "Save with pass~word"
-msgstr "შენახვა პაროლით"
-
-#: OfficeFilePicker.src#STR_SVT_FILEPICKER_FILTER_OPTIONS.string.text
-msgid "~Edit filter settings"
-msgstr "ჩაასწორე ფილტრის პარამეტრები"
-
-#: OfficeFilePicker.src#STR_SVT_FILEPICKER_READONLY.string.text
-msgctxt "OfficeFilePicker.src#STR_SVT_FILEPICKER_READONLY.string.text"
-msgid "~Read-only"
-msgstr "~მხოლოდ წაკითხვადი"
-
-#: OfficeFilePicker.src#STR_SVT_FILEPICKER_INSERT_AS_LINK.string.text
-msgid "~Link"
-msgstr "~ბმული"
-
-#: OfficeFilePicker.src#STR_SVT_FILEPICKER_SHOW_PREVIEW.string.text
-msgid "Pr~eview"
-msgstr "გა~დახედვა"
-
-#: OfficeFilePicker.src#STR_SVT_FILEPICKER_PLAY.string.text
-msgid "~Play"
-msgstr "~დაკვრა"
-
-#: OfficeFilePicker.src#STR_SVT_FILEPICKER_VERSION.string.text
-msgid "~Version:"
-msgstr "~ვერსია:"
-
-#: OfficeFilePicker.src#STR_SVT_FILEPICKER_TEMPLATES.string.text
-msgid "S~tyles:"
-msgstr "ს~ტილები:"
-
-#: OfficeFilePicker.src#STR_SVT_FILEPICKER_IMAGE_TEMPLATE.string.text
-msgid "Style:"
-msgstr "სტილი:"
-
-#: OfficeFilePicker.src#STR_SVT_FILEPICKER_SELECTION.string.text
-msgid "~Selection"
-msgstr "~მონიშნული"
-
-#: OfficeFilePicker.src#STR_SVT_FILEPICKER_FILTER_TITLE.string.text
-msgctxt "OfficeFilePicker.src#STR_SVT_FILEPICKER_FILTER_TITLE.string.text"
-msgid "File ~type:"
-msgstr "ფაილის ტ~იპი"
-
-#: OfficeFilePicker.src#STR_SVT_FOLDERPICKER_DEFAULT_TITLE.string.text
-msgid "Select Path"
-msgstr "მდებარეობის არჩევა"
-
-#: OfficeFilePicker.src#STR_SVT_FOLDERPICKER_DEFAULT_DESCRIPTION.string.text
-msgid "Please select a folder."
-msgstr "გთხოვთ აირჩიოთ დირექტორია"
+msgctxt ""
+"iodlg.src\n"
+"STR_SVT_ALLFORMATS\n"
+"string.text"
+msgid "All Formats"
+msgstr "<ყველა ფორმატი>"
diff --git a/source/ka/framework/source/classes.po b/source/ka/framework/source/classes.po
index 4e54debfabf..f47d2b8f03a 100644
--- a/source/ka/framework/source/classes.po
+++ b/source/ka/framework/source/classes.po
@@ -1,9 +1,9 @@
-#. extracted from framework/source/classes.oo
+#. extracted from framework/source/classes
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+framework%2Fsource%2Fclasses.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:40+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:14+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,110 +12,255 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: resource.src#STR_MENU_ADDONS.string.text
+#. +x#`
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"STR_MENU_ADDONS\n"
+"string.text"
msgid "Add-Ons"
msgstr "დამატებები"
-#: resource.src#STR_MENU_ADDONHELP.string.text
+#. J7v!
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"STR_MENU_ADDONHELP\n"
+"string.text"
msgid "Add-~On Help"
msgstr "დამატებების დახმარება"
-#: resource.src#STR_MENU_HEADFOOTALL.string.text
+#. =X1Z
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"STR_MENU_HEADFOOTALL\n"
+"string.text"
msgid "All"
msgstr "ყველა"
-#: resource.src#STR_UPDATEDOC.string.text
+#. mL;x
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"STR_UPDATEDOC\n"
+"string.text"
msgid "~Update"
msgstr "~განახლება"
-#: resource.src#STR_CLOSEDOC_ANDRETURN.string.text
+#. }FiV
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"STR_CLOSEDOC_ANDRETURN\n"
+"string.text"
msgid "~Close & Return to "
msgstr "~დახურვა და დაბრუნება:"
-#: resource.src#POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION.MENUITEM_TOOLBAR_VISIBLEBUTTON.menuitem.text
+#. _J\Z
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION\n"
+"MENUITEM_TOOLBAR_VISIBLEBUTTON\n"
+"menuitem.text"
msgid "Visible ~Buttons"
msgstr "ხილული ~ღილაკები"
-#: resource.src#POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION.MENUITEM_TOOLBAR_CUSTOMIZETOOLBAR.menuitem.text
+#. .__I
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION\n"
+"MENUITEM_TOOLBAR_CUSTOMIZETOOLBAR\n"
+"menuitem.text"
msgid "~Customize Toolbar..."
msgstr "~ხელსაწყოთა ზოლის მორგება"
-#: resource.src#POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION.MENUITEM_TOOLBAR_DOCKTOOLBAR.menuitem.text
+#. Mz%D
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION\n"
+"MENUITEM_TOOLBAR_DOCKTOOLBAR\n"
+"menuitem.text"
msgid "~Dock Toolbar"
msgstr "ხელსაწყოთა ზოლის ~დამაგრება"
-#: resource.src#POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION.MENUITEM_TOOLBAR_DOCKALLTOOLBAR.menuitem.text
+#. #bq-
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION\n"
+"MENUITEM_TOOLBAR_DOCKALLTOOLBAR\n"
+"menuitem.text"
msgid "Dock ~All Toolbars"
msgstr "ხელსაწყოთა ~ყველა ზოლის დამაგრება"
-#: resource.src#POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION.MENUITEM_TOOLBAR_LOCKTOOLBARPOSITION.menuitem.text
+#. ;Sdo
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION\n"
+"MENUITEM_TOOLBAR_LOCKTOOLBARPOSITION\n"
+"menuitem.text"
msgid "~Lock Toolbar Position"
msgstr "~ხელსაწყოთა ზოლის მდებარეობის გაყინვა"
-#: resource.src#POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION.MENUITEM_TOOLBAR_CLOSE.menuitem.text
+#. X1|H
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION\n"
+"MENUITEM_TOOLBAR_CLOSE\n"
+"menuitem.text"
msgid "Close ~Toolbar"
msgstr "ხელსაწყოთა ზოლის დახურვა"
-#: resource.src#STR_SAVECOPYDOC.string.text
+#. JT^K
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"STR_SAVECOPYDOC\n"
+"string.text"
msgid "Save Copy ~as..."
msgstr "ასლის შენახვა სახელით..."
-#: resource.src#STR_NODOCUMENT.string.text
+#. jC/t
+#: resource.src
+#, fuzzy
+msgctxt ""
+"resource.src\n"
+"STR_NODOCUMENT\n"
+"string.text"
msgid "No Documents"
-msgstr ""
-
-#: resource.src#STR_TOOLBAR_TITLE_ADDON.string.text
+msgstr "დოკუმენტისკენ"
+
+#. VbG3
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"STR_TOOLBAR_TITLE_ADDON\n"
+"string.text"
msgid "Add-On %num%"
msgstr "დამატებების %num%"
-#: resource.src#STR_STATUSBAR_LOGOTEXT.string.text
+#. Rbv~
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"STR_STATUSBAR_LOGOTEXT\n"
+"string.text"
msgid "A %PRODUCTNAME product by %OOOVENDOR"
msgstr ""
-#: resource.src#DLG_LICENSE.FT_INFO1.fixedtext.text
+#. 5{4l
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"DLG_LICENSE\n"
+"FT_INFO1\n"
+"fixedtext.text"
msgid "Please follow these steps to proceed with the installation:"
msgstr "ინსტალაციის გასაგრძელებლად გთხოვთ,გაიაროთ შემდეგი საფეხურები:"
-#: resource.src#DLG_LICENSE.FT_INFO2_1.fixedtext.text
+#. 1L2:
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"DLG_LICENSE\n"
+"FT_INFO2_1\n"
+"fixedtext.text"
msgid "1."
msgstr "1."
-#: resource.src#DLG_LICENSE.FT_INFO2.fixedtext.text
+#. R$W\
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"DLG_LICENSE\n"
+"FT_INFO2\n"
+"fixedtext.text"
msgid "View the complete License Agreement. Please use the scroll bar or the '%PAGEDOWN' button in this dialog to view the entire license text."
msgstr "სრული სალიცენზიო შეთანხმების ნახვა. ლიცენზიის სრული ტექსტისათვის გთხოვთ გამოიყენოთ სრიალის ზოლი ან '%PAGEDOWN' ღილაკი ამ დიალოგში."
-#: resource.src#DLG_LICENSE.PB_PAGEDOWN.pushbutton.text
+#. RB$j
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"DLG_LICENSE\n"
+"PB_PAGEDOWN\n"
+"pushbutton.text"
msgid "Scroll Down"
msgstr "ჩამოსრიალება"
-#: resource.src#DLG_LICENSE.FT_INFO3_1.fixedtext.text
+#. U}jG
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"DLG_LICENSE\n"
+"FT_INFO3_1\n"
+"fixedtext.text"
msgid "2."
msgstr "2."
-#: resource.src#DLG_LICENSE.FT_INFO3.fixedtext.text
+#. FEdQ
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"DLG_LICENSE\n"
+"FT_INFO3\n"
+"fixedtext.text"
msgid "Accept the License Agreement."
msgstr "თანხმობა სალიცენზიო შეთანხმებაზე."
-#: resource.src#DLG_LICENSE.LICENSE_ACCEPT.string.text
+#. R_iD
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"DLG_LICENSE\n"
+"LICENSE_ACCEPT\n"
+"string.text"
msgid "~Accept"
msgstr "~თანხმობა"
-#: resource.src#DLG_LICENSE.LICENSE_NOTACCEPT.string.text
+#. j~Je
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"DLG_LICENSE\n"
+"LICENSE_NOTACCEPT\n"
+"string.text"
msgid "Decline"
msgstr "უარყოფა"
-#: resource.src#DLG_LICENSE.modaldialog.text
+#. V{V{
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"DLG_LICENSE\n"
+"modaldialog.text"
msgid "License Agreement"
msgstr "სალიცენზიო შეთანხმება"
-#: resource.src#STR_FULL_DISC_RETRY_BUTTON.string.text
+#. WzdP
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"STR_FULL_DISC_RETRY_BUTTON\n"
+"string.text"
msgid "Retry"
msgstr "თავიდან ცდა"
-#: resource.src#STR_FULL_DISC_MSG.string.text
+#. 7aH6
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"STR_FULL_DISC_MSG\n"
+"string.text"
msgid ""
"%PRODUCTNAME could not save important internal information due to insufficient free disk space at the following location:\n"
"%PATH\n"
@@ -133,30 +278,55 @@ msgstr ""
"თავისუფალი სივრცის დამატების შემდეგ დააწკაპუნეთ 'ხელახალი ცდის' ღილაკს.\n"
"\n"
-#: resource.src#STR_RESTORE_TOOLBARS.string.text
+#. kJ]/
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"STR_RESTORE_TOOLBARS\n"
+"string.text"
msgid "~Reset"
msgstr "~ხელახალი კონფიგურაცია"
-#: resource.src#STR_CORRUPT_UICFG_SHARE.string.text
+#. gI|E
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"STR_CORRUPT_UICFG_SHARE\n"
+"string.text"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
"Please try to reinstall the application."
msgstr ""
-#: resource.src#STR_CORRUPT_UICFG_USER.string.text
+#. :KT~
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"STR_CORRUPT_UICFG_USER\n"
+"string.text"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
"Please try to remove your user profile for the application."
msgstr ""
-#: resource.src#STR_CORRUPT_UICFG_GENERAL.string.text
+#. %iT9
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"STR_CORRUPT_UICFG_GENERAL\n"
+"string.text"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
"Please try to remove your user profile for the application first or try to reinstall the application."
msgstr ""
-#: resource.src#STR_UNTITLED_DOCUMENT.string.text
+#. tgC]
+#: resource.src
#, fuzzy
+msgctxt ""
+"resource.src\n"
+"STR_UNTITLED_DOCUMENT\n"
+"string.text"
msgid "Untitled"
msgstr ""
"#-#-#-#-# dbui.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -168,30 +338,65 @@ msgstr ""
"#-#-#-#-# xsltdialog.po (PACKAGE VERSION) #-#-#-#-#\n"
"უათაურო"
-#: resource.src#STR_LANGSTATUS_MULTIPLE_LANGUAGES.string.text
+#. ^E1@
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"STR_LANGSTATUS_MULTIPLE_LANGUAGES\n"
+"string.text"
msgid "Multiple Languages"
msgstr ""
-#: resource.src#STR_LANGSTATUS_NONE.string.text
+#. y-I{
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"STR_LANGSTATUS_NONE\n"
+"string.text"
msgid "None (Do not check spelling)"
msgstr ""
-#: resource.src#STR_RESET_TO_DEFAULT_LANGUAGE.string.text
+#. J)Ua
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"STR_RESET_TO_DEFAULT_LANGUAGE\n"
+"string.text"
msgid "Reset to Default Language"
msgstr ""
-#: resource.src#STR_LANGSTATUS_MORE.string.text
+#. L=+w
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"STR_LANGSTATUS_MORE\n"
+"string.text"
msgid "More..."
msgstr "დამატებით..."
-#: resource.src#STR_SET_LANGUAGE_FOR_SELECTION.string.text
+#. \Q`Z
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"STR_SET_LANGUAGE_FOR_SELECTION\n"
+"string.text"
msgid "Set Language for Selection"
msgstr ""
-#: resource.src#STR_SET_LANGUAGE_FOR_PARAGRAPH.string.text
+#. @?yf
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"STR_SET_LANGUAGE_FOR_PARAGRAPH\n"
+"string.text"
msgid "Set Language for Paragraph"
msgstr ""
-#: resource.src#STR_SET_LANGUAGE_FOR_ALL_TEXT.string.text
+#. YA!N
+#: resource.src
+msgctxt ""
+"resource.src\n"
+"STR_SET_LANGUAGE_FOR_ALL_TEXT\n"
+"string.text"
msgid "Set Language for all Text"
msgstr ""
diff --git a/source/ka/framework/source/services.po b/source/ka/framework/source/services.po
index c2109b3cdcc..fda42dac623 100644
--- a/source/ka/framework/source/services.po
+++ b/source/ka/framework/source/services.po
@@ -1,9 +1,9 @@
-#. extracted from framework/source/services.oo
+#. extracted from framework/source/services
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+framework%2Fsource%2Fservices.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:14+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,29 +12,67 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: fwk_services.src#DLG_BACKING.STR_BACKING_CREATE.string.text
+#. v1C5
+#: fwk_services.src
+#, fuzzy
+msgctxt ""
+"fwk_services.src\n"
+"DLG_BACKING\n"
+"STR_BACKING_CREATE\n"
+"string.text"
msgid "Create a new document"
-msgstr ""
+msgstr "ა~ხალი დოკუმენტის შექმნა"
-#: fwk_services.src#DLG_BACKING.STR_BACKING_TEMPLATE.string.text
+#. ]WRA
+#: fwk_services.src
+#, fuzzy
+msgctxt ""
+"fwk_services.src\n"
+"DLG_BACKING\n"
+"STR_BACKING_TEMPLATE\n"
+"string.text"
msgid "~Templates..."
-msgstr ""
+msgstr "შ~აბლონები"
-#: fwk_services.src#DLG_BACKING.STR_BACKING_FILE.string.text
+#. 28zC
+#: fwk_services.src
+msgctxt ""
+"fwk_services.src\n"
+"DLG_BACKING\n"
+"STR_BACKING_FILE\n"
+"string.text"
msgid "~Open..."
msgstr "~გახსნა..."
-#: fwk_services.src#DLG_BACKING.STR_BACKING_EXTHELP.string.text
+#. 4bp*
+#: fwk_services.src
+msgctxt ""
+"fwk_services.src\n"
+"DLG_BACKING\n"
+"STR_BACKING_EXTHELP\n"
+"string.text"
msgid "Add new features to %PRODUCTNAME"
msgstr ""
-#: fwk_services.src#DLG_BACKING.STR_BACKING_INFOHELP.string.text
+#. !BQ^
+#: fwk_services.src
+msgctxt ""
+"fwk_services.src\n"
+"DLG_BACKING\n"
+"STR_BACKING_INFOHELP\n"
+"string.text"
msgid "Get more information about %PRODUCTNAME"
msgstr ""
-#: fwk_services.src#DLG_BACKING.STR_BACKING_TPLREP.string.text
+#. #_21
+#: fwk_services.src
+msgctxt ""
+"fwk_services.src\n"
+"DLG_BACKING\n"
+"STR_BACKING_TPLREP\n"
+"string.text"
msgid "Get more templates for %PRODUCTNAME"
msgstr ""
diff --git a/source/ka/helpcontent2/source/text/sbasic/guide.po b/source/ka/helpcontent2/source/text/sbasic/guide.po
index ce44ad044d9..32c957b4a04 100644
--- a/source/ka/helpcontent2/source/text/sbasic/guide.po
+++ b/source/ka/helpcontent2/source/text/sbasic/guide.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/sbasic/guide.oo
+#. extracted from helpcontent2/source/text/sbasic/guide
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:51+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,603 +12,797 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: translation.xhp#tit.help.text
-msgid "Translation of Controls in the Dialog Editor"
-msgstr "დიალოგის რედაქტორში საკონტროლო ელემენტების შექმნა"
-
-#: translation.xhp#bm_id8915372.help.text
-msgid "<bookmark_value>dialogs;translating</bookmark_value><bookmark_value>localizing dialogs</bookmark_value><bookmark_value>translating dialogs</bookmark_value>"
-msgstr ""
-
-#: translation.xhp#hd_id3574896.help.text
-msgid "<variable id=\"translation\"><link href=\"text/sbasic/guide/translation.xhp\">Translation of Controls in the Dialog Editor</link></variable>"
-msgstr ""
-
-#: translation.xhp#par_id4601940.help.text
-msgid "<ahelp hid=\".\">The Language toolbar in the Basic IDE dialog editor shows controls to enable and manage localizable dialogs.</ahelp>"
-msgstr ""
-
-#: translation.xhp#par_id9538560.help.text
-msgid "By default, any dialog that you create only contains string resources for one language. You may want to create dialogs that automatically show localized strings according to the user's language settings."
-msgstr ""
-
-#: translation.xhp#par_id6998809.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the language for the strings that you want to edit. Click the Manage Languages icon to add languages.</ahelp>"
-msgstr ""
-
-#: translation.xhp#par_id71413.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Click a language, then click Default to set the language as default, or click Delete to remove the language from the list.</ahelp>"
-msgstr ""
-
-#: translation.xhp#par_id2924283.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog where you can add a language to the list.</ahelp>"
-msgstr ""
-
-#: translation.xhp#par_id5781731.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a language in the list and click Delete to remove that language. When you remove all languages, the string resources for localizable dialogs are removed from all dialogs in the current library.</ahelp>"
-msgstr ""
-
-#: translation.xhp#par_id6942045.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a language in the list and click Default to set the language as default language.</ahelp>"
-msgstr ""
-
-#: translation.xhp#par_id4721823.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">The default language will be used as a source for all other language strings.</ahelp>"
-msgstr ""
-
-#: translation.xhp#par_id5806756.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Add UI languages for your dialog strings.</ahelp>"
-msgstr ""
-
-#: translation.xhp#hd_id6596881.help.text
-msgid "To enable localizable dialogs"
-msgstr ""
-
-#: translation.xhp#par_id8750572.help.text
-msgid "In the Basic IDE dialog editor, open the Language toolbar choosing <item type=\"menuitem\">View - Toolbars - Language</item>. "
-msgstr ""
-
-#: translation.xhp#par_id2224494.help.text
-msgid "If the current library already contains a localizable dialog, the Language toolbar is shown automatically."
-msgstr ""
-
-#: translation.xhp#par_id7359233.help.text
-msgid "Click the <emph>Manage Languages</emph> icon <image id=\"img_id2526017\" src=\"cmd/sc_managelanguage.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id2526017\">Manage Language icon</alt></image> on the Language toolbar or on the Toolbox bar."
-msgstr ""
-
-#: translation.xhp#par_id6549272.help.text
-msgid "You see the Manage User Interface Language dialog. The dialog manages languages for the current library. The name of the current library is shown on the title bar."
-msgstr ""
-
-#: translation.xhp#par_id6529740.help.text
-msgid "Click Add in the dialog to add a language entry. "
-msgstr ""
-
-#: translation.xhp#par_id7811822.help.text
-msgid "This step enables all new dialogs to contain localizable string resources."
-msgstr ""
-
-#: translation.xhp#par_id9121982.help.text
-msgid "The first time you click Add, you see the Set Default User Interface Language dialog. The following times you click Add, this dialog has the name Add User Interface Language."
-msgstr ""
+#. lyK]
+#: create_dialog.xhp
+msgctxt ""
+"create_dialog.xhp\n"
+"tit\n"
+"help.text"
+msgid "Creating a Basic Dialog"
+msgstr "ძირითადი დიალოგის შექმნა"
-#: translation.xhp#par_id3640247.help.text
-msgid "You can also change the default language in the Manage User Interface Language dialog."
+#. 5QGj
+#: create_dialog.xhp
+msgctxt ""
+"create_dialog.xhp\n"
+"bm_id3149346\n"
+"help.text"
+msgid "<bookmark_value>dialogs;creating Basic dialogs</bookmark_value>"
msgstr ""
-#: translation.xhp#par_id3808404.help.text
-msgid "Select a language. "
+#. 7/Gq
+#: create_dialog.xhp
+msgctxt ""
+"create_dialog.xhp\n"
+"hd_id3149346\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"create_dialog\"><link href=\"text/sbasic/guide/create_dialog.xhp\" name=\"Creating a Basic Dialog\">Creating a Basic Dialog</link></variable>"
msgstr ""
-#: translation.xhp#par_id4585100.help.text
-msgid "This adds string resources to contain the translated versions of all strings to the dialog properties. The set of dialog strings of the default language is copied to the new set of strings. Later, you can switch to the new language and then translate the strings."
+#. I[pj
+#: create_dialog.xhp
+msgctxt ""
+"create_dialog.xhp\n"
+"par_id3163802\n"
+"3\n"
+"help.text"
+msgid "Choose <emph>Tools - Macros - Organize Dialogs</emph>, and then click <emph>New</emph>."
msgstr ""
-#: translation.xhp#par_id2394482.help.text
-msgid "Close the dialog or add additional languages."
+#. i4iR
+#: create_dialog.xhp
+msgctxt ""
+"create_dialog.xhp\n"
+"par_id3150447\n"
+"11\n"
+"help.text"
+msgid "Enter a name for the dialog, and click OK. To rename the dialog later, right-click the name on the tab, and choose <emph>Rename</emph>."
msgstr ""
-#: translation.xhp#hd_id631733.help.text
-msgid "To edit localizable controls in your dialog"
+#. g4sC
+#: create_dialog.xhp
+msgctxt ""
+"create_dialog.xhp\n"
+"par_idN1065F\n"
+"help.text"
+msgid "Click <emph>Edit</emph>. The Basic dialog editor opens and contains a blank dialog."
msgstr ""
-#: translation.xhp#par_id2334665.help.text
-msgid "Once you have added the resources for localizable strings in your dialogs, you can select the current language from the Current Language listbox on the Language toolbar."
-msgstr ""
+#. G]H:
+#: create_dialog.xhp
+msgctxt ""
+"create_dialog.xhp\n"
+"par_id3153726\n"
+"6\n"
+"help.text"
+msgid "If you do not see the <emph>Toolbox</emph> bar, click the arrow next to the <emph>Insert Controls </emph>icon to open the <emph>Toolbox</emph> bar."
+msgstr "თუ ვერ ხედავთ <emph>ხელსაწყოების</emph> პანელს, დააწკაპუნეთ <emph>საკონტროლო ელემენტების ჩამატების</emph> ხატულას გვერდით ისარს <emph>ხელსაწყოების ზოლის</emph> გასახსნელად."
-#: translation.xhp#par_id8956572.help.text
-msgid "Switch the Current Language listbox to display the default language."
-msgstr ""
+#. R#P.
+#: create_dialog.xhp
+msgctxt ""
+"create_dialog.xhp\n"
+"par_id3148455\n"
+"12\n"
+"help.text"
+msgid "Click a tool and then drag in the dialog to create the control."
+msgstr "კონტროლის შესაქმნელად დააწკაპუნე ხელსაწყოზე და შემდეგ გადაათრიე დიალოგში."
-#: translation.xhp#par_id500808.help.text
-msgid "Insert any number of controls to your dialog and enter all strings you want."
-msgstr ""
+#. pa$)
+#: insert_control.xhp
+msgctxt ""
+"insert_control.xhp\n"
+"tit\n"
+"help.text"
+msgid "Creating Controls in the Dialog Editor"
+msgstr "დიალოგის რედაქტორში საკონტროლო ელემენტების შექმნა"
-#: translation.xhp#par_id8366649.help.text
-msgid "Select another language in the Current Language listbox."
+#. =H+1
+#: insert_control.xhp
+msgctxt ""
+"insert_control.xhp\n"
+"bm_id3149182\n"
+"help.text"
+msgid "<bookmark_value>controls; creating in the dialog editor</bookmark_value><bookmark_value>dialog editor;creating controls</bookmark_value>"
msgstr ""
-#: translation.xhp#par_id476393.help.text
-msgid "Using the control's property dialogs, edit all strings to the other language."
-msgstr ""
+#. Z:9c
+#: insert_control.xhp
+msgctxt ""
+"insert_control.xhp\n"
+"hd_id3149182\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"insert_control\"><link href=\"text/sbasic/guide/insert_control.xhp\" name=\"Creating Controls in the Dialog Editor\">Creating Controls in the Dialog Editor</link></variable>"
+msgstr "<variable id=\"insert_control\"><link href=\"text/sbasic/guide/insert_control.xhp\" name=\"Creating Controls in the Dialog Editor\">დიალოგის რედაქტორში საკონტროლო ელემენტების შექმნა</link></variable>"
-#: translation.xhp#par_id2655720.help.text
-msgid "Repeat for all languages that you added."
+#. b]H\
+#: insert_control.xhp
+msgctxt ""
+"insert_control.xhp\n"
+"par_id3146797\n"
+"2\n"
+"help.text"
+msgid "Use the tools on the <emph>Toolbox </emph>of the BASIC dialog editor to add controls to your dialog."
msgstr ""
-#: translation.xhp#par_id3682058.help.text
-msgid "The user of your dialog will see the strings of the user interface language of the user's version of %PRODUCTNAME, if you did provide strings in that language. "
-msgstr ""
+#. (q+q
+#: insert_control.xhp
+msgctxt ""
+"insert_control.xhp\n"
+"par_id3150276\n"
+"7\n"
+"help.text"
+msgid "To open the <emph>Toolbox</emph>, click the arrow next to the <emph>Insert Controls</emph> icon on the <emph>Macro</emph> toolbar."
+msgstr "თუ ვერ ხედავთ <emph>ხელსაწყოების</emph> პანელს, დააწკაპუნეთ <emph>საკონტროლო ელემენტების ჩამატების</emph> ხატულას გვერდით ისარს <emph>ხელსაწყოების ზოლის</emph> გასახსნელად."
-#: translation.xhp#par_id5977965.help.text
-msgid "If no language matches the user's version, the user will see the default language strings. "
-msgstr ""
+#. CTqE
+#: insert_control.xhp
+msgctxt ""
+"insert_control.xhp\n"
+"par_id3145068\n"
+"3\n"
+"help.text"
+msgid "Click a tool on the toolbar, for example, <emph>Button</emph>."
+msgstr "დააწკაპუნეთ ხელსაწყოზე ინსტრუმენტების ზოლში, მაგალითად <emph>ღილაკი</emph>."
-#: translation.xhp#par_id3050325.help.text
-msgid "If the user has an older version of %PRODUCTNAME that does not know localizable string resources for Basic dialogs, the user will see the default language strings."
-msgstr ""
+#. Z$eA
+#: insert_control.xhp
+msgctxt ""
+"insert_control.xhp\n"
+"par_id3153360\n"
+"4\n"
+"help.text"
+msgid "On the dialog, drag the button to the size you want."
+msgstr "დიალოგში გადაათრიეთ ღილაკი სასურველ ზომაზე."
-#: sample_code.xhp#tit.help.text
+#. :3jB
+#: sample_code.xhp
+msgctxt ""
+"sample_code.xhp\n"
+"tit\n"
+"help.text"
msgid "Programming Examples for Controls in the Dialog Editor"
msgstr "დიალოგის რედაქტორის საკონტროლო ელემენტების პროგრამირების მაგალითები"
-#: sample_code.xhp#bm_id3155338.help.text
+#. 4OU5
+#: sample_code.xhp
+msgctxt ""
+"sample_code.xhp\n"
+"bm_id3155338\n"
+"help.text"
msgid "<bookmark_value>programming examples for controls</bookmark_value><bookmark_value>dialogs;loading (example)</bookmark_value><bookmark_value>dialogs;displaying (example)</bookmark_value><bookmark_value>controls;reading or editing properties (example)</bookmark_value><bookmark_value>list boxes;removing entries from (example)</bookmark_value><bookmark_value>list boxes;adding entries to (example)</bookmark_value><bookmark_value>examples; programming controls</bookmark_value><bookmark_value>dialog editor;programming examples for controls</bookmark_value>"
msgstr ""
-#: sample_code.xhp#hd_id3155338.1.help.text
+#. ,1-3
+#: sample_code.xhp
+msgctxt ""
+"sample_code.xhp\n"
+"hd_id3155338\n"
+"1\n"
+"help.text"
msgid "<variable id=\"sample_code\"><link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Programming Examples for Controls in the Dialog Editor\">Programming Examples for Controls in the Dialog Editor</link></variable>"
msgstr "<variable id=\"sample_code\"><link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Programming Examples for Controls in the Dialog Editor\">დიალოგის რედაქტორის საკონტროლო ელემენტების პროგრამირების მაგალითები</link></variable>"
-#: sample_code.xhp#par_id3153031.2.help.text
+#. gNsl
+#: sample_code.xhp
+msgctxt ""
+"sample_code.xhp\n"
+"par_id3153031\n"
+"2\n"
+"help.text"
msgid "The following examples are for a new <link href=\"text/sbasic/guide/create_dialog.xhp\" name=\"dialog\">dialog</link> called \"Dialog1\". Use the tools on the <emph>Toolbox</emph> bar in the dialog editor to create the dialog and add the following controls: a <emph>Check Box</emph> called \"CheckBox1\", a <emph>Label Field</emph> called \"Label1\", a <emph>Button</emph> called \"CommandButton1\", and a <emph>List Box</emph> called \"ListBox1\"."
msgstr ""
-#: sample_code.xhp#par_id3154141.3.help.text
+#. @VQ#
+#: sample_code.xhp
+msgctxt ""
+"sample_code.xhp\n"
+"par_id3154141\n"
+"3\n"
+"help.text"
msgid "Be consistent with uppercase and lowercase letter when you attach a control to an object variable."
msgstr "ყურადღებით იყავით მთავრულ და ქვედა რეგისტრის ასოებთან როცა აბავთ საკონტროლო ელემენტებს ობიექტის ცვლადებს."
-#: sample_code.xhp#hd_id3154909.4.help.text
+#. ;Zv/
+#: sample_code.xhp
+msgctxt ""
+"sample_code.xhp\n"
+"hd_id3154909\n"
+"4\n"
+"help.text"
msgid "Global Function for Loading Dialogs"
msgstr "ჩატვირთვის დიალოგების გლობალური ფუნქციები"
-#: sample_code.xhp#par_id3153193.73.help.text
-msgid "Function LoadDialog(Libname as String, DialogName as String, Optional oLibContainer)"
-msgstr "Function LoadDialog(Libname as String, DialogName as String, Optional oLibContainer)"
-
-#: sample_code.xhp#par_id3145787.74.help.text
-msgid "Dim oLib as Object"
-msgstr "Dim oLib as Object"
-
-#: sample_code.xhp#par_id3148576.75.help.text
-msgid "Dim oLibDialog as Object"
-msgstr "Dim oLibDialog as Object"
-
-#: sample_code.xhp#par_id3153726.76.help.text
-msgid "Dim oRuntimeDialog as Object"
-msgstr "Dim oRuntimeDialog as Object"
-
-#: sample_code.xhp#par_id3149261.77.help.text
-msgid "If IsMissing(oLibContainer ) then"
-msgstr "If IsMissing(oLibContainer ) then"
-
-#: sample_code.xhp#par_id3148646.78.help.text
-msgid "oLibContainer = DialogLibraries"
-msgstr "oLibContainer = DialogLibraries"
-
-#: sample_code.xhp#par_id3151115.79.help.text
-msgid "End If"
-msgstr "End If"
-
-#: sample_code.xhp#par_id3146986.80.help.text
-msgid "oLibContainer.LoadLibrary(LibName)"
-msgstr "oLibContainer.LoadLibrary(LibName)"
-
-#: sample_code.xhp#par_id3145366.81.help.text
-msgid "oLib = oLibContainer.GetByName(Libname)"
-msgstr "oLib = oLibContainer.GetByName(Libname)"
-
-#: sample_code.xhp#par_id3145271.82.help.text
-msgid "oLibDialog = oLib.GetByName(DialogName)"
-msgstr "oLibDialog = oLib.GetByName(DialogName)"
-
-#: sample_code.xhp#par_id3144764.83.help.text
-msgid "oRuntimeDialog = CreateUnoDialog(oLibDialog)"
-msgstr "oRuntimeDialog = CreateUnoDialog(oLibDialog)"
-
-#: sample_code.xhp#par_id3153876.84.help.text
-msgid "LoadDialog() = oRuntimeDialog"
-msgstr "LoadDialog() = oRuntimeDialog"
-
-#: sample_code.xhp#par_id3156286.85.help.text
-msgid "End Function"
-msgstr "End Function"
-
-#: sample_code.xhp#hd_id3149412.18.help.text
+#. $.c[
+#: sample_code.xhp
+msgctxt ""
+"sample_code.xhp\n"
+"hd_id3149412\n"
+"18\n"
+"help.text"
msgid "Displaying a Dialog"
msgstr "დიალოგის ჩვენება"
-#: sample_code.xhp#par_id3145801.86.help.text
-msgid "rem global definition of variables"
+#. o@5@
+#: sample_code.xhp
+#, fuzzy
+msgctxt ""
+"sample_code.xhp\n"
+"par_id3145801\n"
+"help.text"
+msgid "REM global definition of variables"
msgstr "rem ცვლადების გლობალური განსაზღვრა"
-#: sample_code.xhp#par_id3150716.87.help.text
-msgid "Dim oDialog1 AS Object"
-msgstr "Dim oDialog1 AS Object"
-
-#: sample_code.xhp#par_id3154510.88.help.text
-msgid "Sub StartDialog1"
-msgstr "Sub StartDialog1"
-
-#: sample_code.xhp#par_id3146913.162.help.text
-msgctxt "sample_code.xhp#par_id3146913.162.help.text"
-msgid "BasicLibraries.LoadLibrary(\"Tools\")"
-msgstr ""
-
-#: sample_code.xhp#par_id3150327.89.help.text
-msgctxt "sample_code.xhp#par_id3150327.89.help.text"
-msgid "oDialog1 = LoadDialog(\"Standard\", \"Dialog1\")"
-msgstr ""
-
-#: sample_code.xhp#par_id3155767.92.help.text
-msgctxt "sample_code.xhp#par_id3155767.92.help.text"
-msgid "oDialog1.Execute()"
-msgstr ""
-
-#: sample_code.xhp#par_id3149019.93.help.text
-msgctxt "sample_code.xhp#par_id3149019.93.help.text"
-msgid "end sub"
-msgstr ""
-
-#: sample_code.xhp#hd_id3150042.27.help.text
+#. r0wJ
+#: sample_code.xhp
+msgctxt ""
+"sample_code.xhp\n"
+"hd_id3150042\n"
+"27\n"
+"help.text"
msgid "Read or Edit Properties of Controls in the Program"
msgstr "პროგრამაში საკონტროლო ელემენტების წაკითხვა ან რედაქტირება"
-#: sample_code.xhp#par_id3159267.136.help.text
-msgid "Sub Sample1"
-msgstr "Sub Sample1"
-
-#: sample_code.xhp#par_id3155335.163.help.text
-msgctxt "sample_code.xhp#par_id3155335.163.help.text"
-msgid "BasicLibraries.LoadLibrary(\"Tools\")"
-msgstr ""
-
-#: sample_code.xhp#par_id3163808.137.help.text
-msgctxt "sample_code.xhp#par_id3163808.137.help.text"
-msgid "oDialog1 = LoadDialog(\"Standard\", \"Dialog1\")"
-msgstr ""
-
-#: sample_code.xhp#par_id3145232.138.help.text
+#. ]6.1
+#: sample_code.xhp
+msgctxt ""
+"sample_code.xhp\n"
+"par_id3145232\n"
+"help.text"
msgid "REM get dialog model"
msgstr "REM დიალოგის მოდელის მიღება"
-#: sample_code.xhp#par_id3146316.139.help.text
-msgctxt "sample_code.xhp#par_id3146316.139.help.text"
-msgid "oDialog1Model = oDialog1.Model"
-msgstr ""
-
-#: sample_code.xhp#par_id3154021.140.help.text
+#. [noW
+#: sample_code.xhp
+msgctxt ""
+"sample_code.xhp\n"
+"par_id3154021\n"
+"help.text"
msgid "REM display text of Label1"
msgstr "REM Label1-ის ტექსტის ჩვენება"
-#: sample_code.xhp#par_id3150301.141.help.text
-msgid "oLabel1 = oDialog1.GetControl(\"Label1\")"
-msgstr "oLabel1 = oDialog1.GetControl(\"Label1\")"
-
-#: sample_code.xhp#par_id3152584.142.help.text
-msgid "MsgBox oLabel1.Text"
-msgstr "MsgBox oLabel1.Text"
-
-#: sample_code.xhp#par_id3151277.143.help.text
+#. I:c%
+#: sample_code.xhp
+msgctxt ""
+"sample_code.xhp\n"
+"par_id3151277\n"
+"help.text"
msgid "REM set new text for control Label1"
msgstr "REM Label1 კონტროლისთვის ახალი ტექსტის შექმნა"
-#: sample_code.xhp#par_id3154119.144.help.text
+#. ^f!;
+#: sample_code.xhp
+msgctxt ""
+"sample_code.xhp\n"
+"par_id3154119\n"
+"help.text"
msgid "oLabel1.Text = \"New Files\""
msgstr "oLabel1.Text = \"New Files\""
-#: sample_code.xhp#par_id3155115.145.help.text
+#. j+5q
+#: sample_code.xhp
+msgctxt ""
+"sample_code.xhp\n"
+"par_id3155115\n"
+"help.text"
msgid "REM display model properties for the control CheckBox1"
msgstr "REM CheckBox1 კონტროლის მოდელის თვისებების ჩვენება"
-#: sample_code.xhp#par_id3166426.146.help.text
-msgid "oCheckBox1Model = oDialog1Model.CheckBox1"
-msgstr "oCheckBox1Model = oDialog1Model.CheckBox1"
-
-#: sample_code.xhp#par_id3153270.147.help.text
-msgid "MsgBox oCheckBox1Model.Dbg_Properties"
-msgstr "MsgBox oCheckBox1Model.Dbg_Properties"
-
-#: sample_code.xhp#par_id3149817.148.help.text
+#. 0K/R
+#: sample_code.xhp
+msgctxt ""
+"sample_code.xhp\n"
+"par_id3149817\n"
+"help.text"
msgid "REM set new state for CheckBox1 for model of control"
msgstr "REM CheckBox1 კონტროლის მოდელისათვის ახალი მდგომარეობის მინიჭება"
-#: sample_code.xhp#par_id3145134.149.help.text
-msgid "oCheckBox1Model.State = 1"
-msgstr "oCheckBox1Model.State = 1"
-
-#: sample_code.xhp#par_id3159102.150.help.text
+#. t-.)
+#: sample_code.xhp
+msgctxt ""
+"sample_code.xhp\n"
+"par_id3159102\n"
+"help.text"
msgid "REM display model properties for control CommandButton1"
msgstr "REM CommandButton1 კონტროლის მოდელის თვისებების ჩვენება"
-#: sample_code.xhp#par_id3152777.151.help.text
-msgid "oCMD1Model = oDialog1Model.CommandButton1"
-msgstr "oCMD1Model = oDialog1Model.CommandButton1"
-
-#: sample_code.xhp#par_id3149209.152.help.text
-msgid "MsgBox oCMD1Model.Dbg_Properties"
-msgstr "MsgBox oCMD1Model.Dbg_Properties"
-
-#: sample_code.xhp#par_id3150368.153.help.text
+#. MW#z
+#: sample_code.xhp
+msgctxt ""
+"sample_code.xhp\n"
+"par_id3150368\n"
+"help.text"
msgid "REM display properties of control CommandButton1"
msgstr "REM CommandButton1 კონტროლის თვისებების ჩვენება"
-#: sample_code.xhp#par_id3150883.154.help.text
-msgid "oCMD1 = oDialog1.GetControl(\"CommandButton1\")"
-msgstr "oCMD1 = oDialog1.GetControl(\"CommandButton1\")"
-
-#: sample_code.xhp#par_id3155380.155.help.text
-msgid "MsgBox oCMD1.Dbg_Properties"
-msgstr "MsgBox oCMD1.Dbg_Properties"
-
-#: sample_code.xhp#par_id3150201.156.help.text
+#. #1@t
+#: sample_code.xhp
+msgctxt ""
+"sample_code.xhp\n"
+"par_id3150201\n"
+"help.text"
msgid "REM execute dialog"
msgstr "REM დიალოგის გაშვება"
-#: sample_code.xhp#par_id3154485.157.help.text
-msgctxt "sample_code.xhp#par_id3154485.157.help.text"
-msgid "oDialog1.Execute()"
-msgstr ""
-
-#: sample_code.xhp#par_id3146115.158.help.text
-msgctxt "sample_code.xhp#par_id3146115.158.help.text"
+#. SQ;/
+#: sample_code.xhp
+msgctxt ""
+"sample_code.xhp\n"
+"par_id3146115\n"
+"help.text"
msgid "End Sub"
msgstr ""
-#: sample_code.xhp#hd_id3145387.55.help.text
+#. oZMn
+#: sample_code.xhp
+msgctxt ""
+"sample_code.xhp\n"
+"hd_id3145387\n"
+"55\n"
+"help.text"
msgid "Add an Entry to a ListBox"
msgstr "სიის ველში ჩანაწერის დამატება"
-#: sample_code.xhp#par_id3155088.122.help.text
-msgid "Sub AddEntry"
-msgstr "Sub AddEntry"
-
-#: sample_code.xhp#par_id3154528.164.help.text
-msgctxt "sample_code.xhp#par_id3154528.164.help.text"
-msgid "BasicLibraries.LoadLibrary(\"Tools\")"
-msgstr ""
-
-#: sample_code.xhp#par_id3159222.159.help.text
-msgctxt "sample_code.xhp#par_id3159222.159.help.text"
-msgid "oDialog1 = LoadDialog(\"Standard\", \"Dialog1\")"
-msgstr ""
-
-#: sample_code.xhp#par_id3148700.123.help.text
+#. NVlH
+#: sample_code.xhp
+msgctxt ""
+"sample_code.xhp\n"
+"par_id3148700\n"
+"help.text"
msgid "REM adds a new entry to the ListBox"
msgstr "REM დაამატე ახალი ჩანაწერი ListBox-ში"
-#: sample_code.xhp#par_id3159173.124.help.text
-msgctxt "sample_code.xhp#par_id3159173.124.help.text"
-msgid "oDialog1Model = oDialog1.Model"
-msgstr ""
-
-#: sample_code.xhp#par_id3153305.125.help.text
-msgctxt "sample_code.xhp#par_id3153305.125.help.text"
-msgid "oListBox = oDialog1.GetControl(\"ListBox1\")"
-msgstr ""
-
-#: sample_code.xhp#par_id3153914.126.help.text
-msgid "dim iCount as integer"
-msgstr "dim iCount as integer"
-
-#: sample_code.xhp#par_id3151243.127.help.text
-msgid "iCount = oListbox.ItemCount"
-msgstr "iCount = oListbox.ItemCount"
-
-#: sample_code.xhp#par_id3144504.128.help.text
+#. !R)S
+#: sample_code.xhp
+msgctxt ""
+"sample_code.xhp\n"
+"par_id3144504\n"
+"help.text"
msgid "oListbox.additem(\"New Item\" & iCount,0)"
msgstr "oListbox.additem(\"New Item\" & iCount,0)"
-#: sample_code.xhp#par_id3149328.129.help.text
-msgctxt "sample_code.xhp#par_id3149328.129.help.text"
-msgid "end sub"
-msgstr ""
-
-#: sample_code.xhp#hd_id3147071.64.help.text
+#. []3y
+#: sample_code.xhp
+msgctxt ""
+"sample_code.xhp\n"
+"hd_id3147071\n"
+"64\n"
+"help.text"
msgid "Remove an Entry from a ListBox"
msgstr "მოაშორე ჩანაწერი ListBox-დან"
-#: sample_code.xhp#par_id3159095.130.help.text
-msgid "Sub RemoveEntry"
-msgstr "Sub RemoveEntry"
+#. W\?P
+#: sample_code.xhp
+msgctxt ""
+"sample_code.xhp\n"
+"par_id3153247\n"
+"help.text"
+msgid "REM remove the first entry from the ListBox"
+msgstr "REM მოაშორე პირველი ჩანაწერი ListBox-დან"
+
+#. T)mS
+#: control_properties.xhp
+msgctxt ""
+"control_properties.xhp\n"
+"tit\n"
+"help.text"
+msgid "Changing the Properties of Controls in the Dialog Editor"
+msgstr "დიალოგის რედაქტორის საკონტროლო ელემენტების თვისებების ცვლილება"
-#: sample_code.xhp#par_id3154958.165.help.text
-msgctxt "sample_code.xhp#par_id3154958.165.help.text"
-msgid "BasicLibraries.LoadLibrary(\"Tools\")"
+#. ?XnX
+#: control_properties.xhp
+msgctxt ""
+"control_properties.xhp\n"
+"bm_id3145786\n"
+"help.text"
+msgid "<bookmark_value>properties; controls in dialog editor</bookmark_value><bookmark_value>changing;control properties</bookmark_value><bookmark_value>controls;changing properties</bookmark_value><bookmark_value>dialog editor;changing control properties</bookmark_value>"
msgstr ""
-#: sample_code.xhp#par_id3149443.160.help.text
-msgctxt "sample_code.xhp#par_id3149443.160.help.text"
-msgid "oDialog1 = LoadDialog(\"Standard\", \"Dialog1\")"
+#. r0LQ
+#: control_properties.xhp
+msgctxt ""
+"control_properties.xhp\n"
+"hd_id3145786\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"control_properties\"><link href=\"text/sbasic/guide/control_properties.xhp\" name=\"Changing the Properties of Controls in the Dialog Editor\">Changing the Properties of Controls in the Dialog Editor</link></variable>"
msgstr ""
-#: sample_code.xhp#par_id3153247.131.help.text
-msgid "REM remove the first entry from the ListBox"
-msgstr "REM მოაშორე პირველი ჩანაწერი ListBox-დან"
+#. mlL^
+#: control_properties.xhp
+msgctxt ""
+"control_properties.xhp\n"
+"par_id3147317\n"
+"2\n"
+"help.text"
+msgid "You can set the properties of control that you add to a dialog. For example, you can change the color, name, and size of a button that you added. You can change most control properties when you create or edit a dialog. However, you can only change some properties at runtime."
+msgstr ""
-#: sample_code.xhp#par_id3151302.132.help.text
-msgctxt "sample_code.xhp#par_id3151302.132.help.text"
-msgid "oDialog1Model = oDialog1.Model"
+#. YrC3
+#: control_properties.xhp
+msgctxt ""
+"control_properties.xhp\n"
+"par_id3145749\n"
+"3\n"
+"help.text"
+msgid "To change the properties of a control in design mode, right-click the control, and then choose <emph>Properties</emph>."
msgstr ""
-#: sample_code.xhp#par_id3153976.133.help.text
-msgctxt "sample_code.xhp#par_id3153976.133.help.text"
-msgid "oListBox = oDialog1.GetControl(\"ListBox1\")"
+#. 6c:g
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"tit\n"
+"help.text"
+msgid "Translation of Controls in the Dialog Editor"
+msgstr "დიალოგის რედაქტორში საკონტროლო ელემენტების შექმნა"
+
+#. I%m*
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"bm_id8915372\n"
+"help.text"
+msgid "<bookmark_value>dialogs;translating</bookmark_value><bookmark_value>localizing dialogs</bookmark_value><bookmark_value>translating dialogs</bookmark_value>"
msgstr ""
-#: sample_code.xhp#par_id3155383.134.help.text
-msgid "oListbox.removeitems(0,1)"
-msgstr "oListbox.removeitems(0,1)"
+#. Zv\6
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"hd_id3574896\n"
+"help.text"
+msgid "<variable id=\"translation\"><link href=\"text/sbasic/guide/translation.xhp\">Translation of Controls in the Dialog Editor</link></variable>"
+msgstr ""
-#: sample_code.xhp#par_id3150892.135.help.text
-msgctxt "sample_code.xhp#par_id3150892.135.help.text"
-msgid "end sub"
+#. ]%ki
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"par_id4601940\n"
+"help.text"
+msgid "<ahelp hid=\".\">The Language toolbar in the Basic IDE dialog editor shows controls to enable and manage localizable dialogs.</ahelp>"
msgstr ""
-#: show_dialog.xhp#tit.help.text
-msgid "Opening a Dialog With Program Code"
-msgstr "დიალოგის გახსნა პროგრამული კოდით"
+#. w39E
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"par_id9538560\n"
+"help.text"
+msgid "By default, any dialog that you create only contains string resources for one language. You may want to create dialogs that automatically show localized strings according to the user's language settings."
+msgstr ""
-#: show_dialog.xhp#bm_id3154140.help.text
-msgid "<bookmark_value>module/dialog toggle</bookmark_value><bookmark_value>dialogs;using program code to show (example)</bookmark_value><bookmark_value>examples; showing a dialog using program code</bookmark_value>"
+#. HsTg
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"par_id6998809\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the language for the strings that you want to edit. Click the Manage Languages icon to add languages.</ahelp>"
msgstr ""
-#: show_dialog.xhp#hd_id3154140.1.help.text
-msgid "<variable id=\"show_dialog\"><link href=\"text/sbasic/guide/show_dialog.xhp\" name=\"Opening a Dialog With Program Code\">Opening a Dialog With Program Code</link></variable>"
+#. k_)8
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"par_id71413\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click a language, then click Default to set the language as default, or click Delete to remove the language from the list.</ahelp>"
msgstr ""
-#: show_dialog.xhp#par_id3145171.2.help.text
-msgid "In the <item type=\"productname\">%PRODUCTNAME</item> BASIC window for a dialog that you created, leave the dialog editor by clicking the name tab of the Module that the dialog is assigned to. The name tab is at the bottom of the window."
+#. `vfU
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"par_id2924283\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog where you can add a language to the list.</ahelp>"
msgstr ""
-#: show_dialog.xhp#par_id3153968.6.help.text
-msgid "Enter the following code for a subroutine called <emph>Dialog1Show</emph>. In this example, the name of the dialog that you created is \"Dialog1\":"
+#. |z,=
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"par_id5781731\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a language in the list and click Delete to remove that language. When you remove all languages, the string resources for localizable dialogs are removed from all dialogs in the current library.</ahelp>"
msgstr ""
-#: show_dialog.xhp#par_id3156443.7.help.text
-msgctxt "show_dialog.xhp#par_id3156443.7.help.text"
-msgid "Sub Dialog1Show"
+#. trE)
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"par_id6942045\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a language in the list and click Default to set the language as default language.</ahelp>"
msgstr ""
-#: show_dialog.xhp#par_id3148575.24.help.text
-msgctxt "show_dialog.xhp#par_id3148575.24.help.text"
-msgid "BasicLibraries.LoadLibrary(\"Tools\")"
+#. :o/z
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"par_id4721823\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">The default language will be used as a source for all other language strings.</ahelp>"
msgstr ""
-#: show_dialog.xhp#par_id3152463.8.help.text
-msgid "oDialog1 = <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"LoadDialog\">LoadDialog</link>(\"Standard\", \"Dialog1\")"
-msgstr "oDialog1 = <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"LoadDialog\">LoadDialog</link>(\"Standard\", \"Dialog1\")"
+#. lOW%
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"par_id5806756\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Add UI languages for your dialog strings.</ahelp>"
+msgstr ""
-#: show_dialog.xhp#par_id3148646.14.help.text
-msgctxt "show_dialog.xhp#par_id3148646.14.help.text"
-msgid "oDialog1.Execute()"
+#. [+~9
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"hd_id6596881\n"
+"help.text"
+msgid "To enable localizable dialogs"
msgstr ""
-#: show_dialog.xhp#par_id3147349.15.help.text
-msgctxt "show_dialog.xhp#par_id3147349.15.help.text"
-msgid "End Sub"
+#. 4GEp
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"par_id8750572\n"
+"help.text"
+msgid "In the Basic IDE dialog editor, open the Language toolbar choosing <item type=\"menuitem\">View - Toolbars - Language</item>."
msgstr ""
-#: show_dialog.xhp#par_id3152596.18.help.text
-msgid "Without using \"LoadDialog\" you can call the code as follows:"
-msgstr "\"LoadDialog\"-ის გამოყენების გარეშე თქვენ შეგიძლიათ გამოიძახოთ კოდი შემდეგნაირად:"
+#. x)fS
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"par_id2224494\n"
+"help.text"
+msgid "If the current library already contains a localizable dialog, the Language toolbar is shown automatically."
+msgstr ""
-#: show_dialog.xhp#par_id3163710.19.help.text
-msgctxt "show_dialog.xhp#par_id3163710.19.help.text"
-msgid "Sub Dialog1Show"
+#. P?77
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"par_id7359233\n"
+"help.text"
+msgid "Click the <emph>Manage Languages</emph> icon <image id=\"img_id2526017\" src=\"cmd/sc_managelanguage.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id2526017\">Manage Language icon</alt></image> on the Language toolbar or on the Toolbox bar."
msgstr ""
-#: show_dialog.xhp#par_id3146985.20.help.text
-msgid "DialogLibraries.LoadLibrary( \"Standard\" )"
-msgstr "DialogLibraries.LoadLibrary( \"Standard\" )"
+#. GIYx
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"par_id6549272\n"
+"help.text"
+msgid "You see the Manage User Interface Language dialog. The dialog manages languages for the current library. The name of the current library is shown on the title bar."
+msgstr ""
-#: show_dialog.xhp#par_id3155418.21.help.text
-msgid "oDialog1 = CreateUnoDialog( DialogLibraries.Standard.Dialog1 )"
-msgstr "oDialog1 = CreateUnoDialog( DialogLibraries.Standard.Dialog1 )"
+#. b]RP
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"par_id6529740\n"
+"help.text"
+msgid "Click Add in the dialog to add a language entry."
+msgstr ""
-#: show_dialog.xhp#par_id3154944.22.help.text
-msgctxt "show_dialog.xhp#par_id3154944.22.help.text"
-msgid "oDialog1.Execute()"
+#. )oH3
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"par_id7811822\n"
+"help.text"
+msgid "This step enables all new dialogs to contain localizable string resources."
msgstr ""
-#: show_dialog.xhp#par_id3145800.23.help.text
-msgctxt "show_dialog.xhp#par_id3145800.23.help.text"
-msgid "End Sub"
+#. CrnQ
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"par_id9121982\n"
+"help.text"
+msgid "The first time you click Add, you see the Set Default User Interface Language dialog. The following times you click Add, this dialog has the name Add User Interface Language."
msgstr ""
-#: show_dialog.xhp#par_id3153157.16.help.text
-msgid "When you execute this code, \"Dialog1\" opens. To close the dialog, click the close button (x) on its title bar."
-msgstr "ამ კოდის გაშვების შემდეგ გაიხსნება \"Dialog1\". დიალოგის დასახურად სათაურის ზოლში დააჭირეთ დახურვის ღილაკს (x)."
+#. D-0^
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"par_id3640247\n"
+"help.text"
+msgid "You can also change the default language in the Manage User Interface Language dialog."
+msgstr ""
-#: create_dialog.xhp#tit.help.text
-msgid "Creating a Basic Dialog"
-msgstr "ძირითადი დიალოგის შექმნა"
+#. +NiO
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"par_id3808404\n"
+"help.text"
+msgid "Select a language."
+msgstr ""
-#: create_dialog.xhp#bm_id3149346.help.text
-msgid "<bookmark_value>dialogs;creating Basic dialogs</bookmark_value>"
+#. 0X5h
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"par_id4585100\n"
+"help.text"
+msgid "This adds string resources to contain the translated versions of all strings to the dialog properties. The set of dialog strings of the default language is copied to the new set of strings. Later, you can switch to the new language and then translate the strings."
msgstr ""
-#: create_dialog.xhp#hd_id3149346.1.help.text
-msgid "<variable id=\"create_dialog\"><link href=\"text/sbasic/guide/create_dialog.xhp\" name=\"Creating a Basic Dialog\">Creating a Basic Dialog</link></variable>"
+#. Ks?r
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"par_id2394482\n"
+"help.text"
+msgid "Close the dialog or add additional languages."
msgstr ""
-#: create_dialog.xhp#par_id3163802.3.help.text
-msgid "Choose <emph>Tools - Macros - Organize Dialogs</emph>, and then click <emph>New</emph>."
+#. +}jW
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"hd_id631733\n"
+"help.text"
+msgid "To edit localizable controls in your dialog"
msgstr ""
-#: create_dialog.xhp#par_id3150447.11.help.text
-msgid "Enter a name for the dialog, and click OK. To rename the dialog later, right-click the name on the tab, and choose <emph>Rename</emph>. "
+#. [%BK
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"par_id2334665\n"
+"help.text"
+msgid "Once you have added the resources for localizable strings in your dialogs, you can select the current language from the Current Language listbox on the Language toolbar."
msgstr ""
-#: create_dialog.xhp#par_idN1065F.help.text
-msgid "Click <emph>Edit</emph>. The Basic dialog editor opens and contains a blank dialog."
+#. A%({
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"par_id8956572\n"
+"help.text"
+msgid "Switch the Current Language listbox to display the default language."
msgstr ""
-#: create_dialog.xhp#par_id3153726.6.help.text
-msgid "If you do not see the <emph>Toolbox</emph> bar, click the arrow next to the <emph>Insert Controls </emph>icon to open the <emph>Toolbox</emph> bar."
-msgstr "თუ ვერ ხედავთ <emph>ხელსაწყოების</emph> პანელს, დააწკაპუნეთ <emph>საკონტროლო ელემენტების ჩამატების</emph> ხატულას გვერდით ისარს <emph>ხელსაწყოების ზოლის</emph> გასახსნელად."
+#. *][@
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"par_id500808\n"
+"help.text"
+msgid "Insert any number of controls to your dialog and enter all strings you want."
+msgstr ""
-#: create_dialog.xhp#par_id3148455.12.help.text
-msgid "Click a tool and then drag in the dialog to create the control."
-msgstr "კონტროლის შესაქმნელად დააწკაპუნე ხელსაწყოზე და შემდეგ გადაათრიე დიალოგში."
+#. NwKw
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"par_id8366649\n"
+"help.text"
+msgid "Select another language in the Current Language listbox."
+msgstr ""
-#: control_properties.xhp#tit.help.text
-msgid "Changing the Properties of Controls in the Dialog Editor"
-msgstr "დიალოგის რედაქტორის საკონტროლო ელემენტების თვისებების ცვლილება"
+#. 6c@g
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"par_id476393\n"
+"help.text"
+msgid "Using the control's property dialogs, edit all strings to the other language."
+msgstr ""
-#: control_properties.xhp#bm_id3145786.help.text
-msgid "<bookmark_value>properties; controls in dialog editor</bookmark_value><bookmark_value>changing;control properties</bookmark_value><bookmark_value>controls;changing properties</bookmark_value><bookmark_value>dialog editor;changing control properties</bookmark_value>"
+#. pm!y
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"par_id2655720\n"
+"help.text"
+msgid "Repeat for all languages that you added."
msgstr ""
-#: control_properties.xhp#hd_id3145786.1.help.text
-msgid "<variable id=\"control_properties\"><link href=\"text/sbasic/guide/control_properties.xhp\" name=\"Changing the Properties of Controls in the Dialog Editor\">Changing the Properties of Controls in the Dialog Editor</link></variable>"
+#. )W13
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"par_id3682058\n"
+"help.text"
+msgid "The user of your dialog will see the strings of the user interface language of the user's version of %PRODUCTNAME, if you did provide strings in that language."
msgstr ""
-#: control_properties.xhp#par_id3147317.2.help.text
-msgid "You can set the properties of control that you add to a dialog. For example, you can change the color, name, and size of a button that you added. You can change most control properties when you create or edit a dialog. However, you can only change some properties at runtime."
+#. !aKh
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"par_id5977965\n"
+"help.text"
+msgid "If no language matches the user's version, the user will see the default language strings."
msgstr ""
-#: control_properties.xhp#par_id3145749.3.help.text
-msgid "To change the properties of a control in design mode, right-click the control, and then choose <emph>Properties</emph>."
+#. TADC
+#: translation.xhp
+msgctxt ""
+"translation.xhp\n"
+"par_id3050325\n"
+"help.text"
+msgid "If the user has an older version of %PRODUCTNAME that does not know localizable string resources for Basic dialogs, the user will see the default language strings."
msgstr ""
-#: insert_control.xhp#tit.help.text
-msgid "Creating Controls in the Dialog Editor"
-msgstr "დიალოგის რედაქტორში საკონტროლო ელემენტების შექმნა"
+#. lK5B
+#: show_dialog.xhp
+msgctxt ""
+"show_dialog.xhp\n"
+"tit\n"
+"help.text"
+msgid "Opening a Dialog With Program Code"
+msgstr "დიალოგის გახსნა პროგრამული კოდით"
-#: insert_control.xhp#bm_id3149182.help.text
-msgid "<bookmark_value>controls; creating in the dialog editor</bookmark_value><bookmark_value>dialog editor;creating controls</bookmark_value>"
+#. %+,9
+#: show_dialog.xhp
+msgctxt ""
+"show_dialog.xhp\n"
+"bm_id3154140\n"
+"help.text"
+msgid "<bookmark_value>module/dialog toggle</bookmark_value><bookmark_value>dialogs;using program code to show (example)</bookmark_value><bookmark_value>examples; showing a dialog using program code</bookmark_value>"
msgstr ""
-#: insert_control.xhp#hd_id3149182.1.help.text
-msgid "<variable id=\"insert_control\"><link href=\"text/sbasic/guide/insert_control.xhp\" name=\"Creating Controls in the Dialog Editor\">Creating Controls in the Dialog Editor</link></variable>"
-msgstr "<variable id=\"insert_control\"><link href=\"text/sbasic/guide/insert_control.xhp\" name=\"Creating Controls in the Dialog Editor\">დიალოგის რედაქტორში საკონტროლო ელემენტების შექმნა</link></variable>"
+#. Z#rJ
+#: show_dialog.xhp
+msgctxt ""
+"show_dialog.xhp\n"
+"hd_id3154140\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"show_dialog\"><link href=\"text/sbasic/guide/show_dialog.xhp\" name=\"Opening a Dialog With Program Code\">Opening a Dialog With Program Code</link></variable>"
+msgstr ""
-#: insert_control.xhp#par_id3146797.2.help.text
-msgid "Use the tools on the <emph>Toolbox </emph>of the BASIC dialog editor to add controls to your dialog."
+#. 9W_=
+#: show_dialog.xhp
+msgctxt ""
+"show_dialog.xhp\n"
+"par_id3145171\n"
+"2\n"
+"help.text"
+msgid "In the <item type=\"productname\">%PRODUCTNAME</item> BASIC window for a dialog that you created, leave the dialog editor by clicking the name tab of the Module that the dialog is assigned to. The name tab is at the bottom of the window."
msgstr ""
-#: insert_control.xhp#par_id3150276.7.help.text
-msgid "To open the <emph>Toolbox</emph>, click the arrow next to the <emph>Insert Controls</emph> icon on the <emph>Macro</emph> toolbar."
-msgstr "თუ ვერ ხედავთ <emph>ხელსაწყოების</emph> პანელს, დააწკაპუნეთ <emph>საკონტროლო ელემენტების ჩამატების</emph> ხატულას გვერდით ისარს <emph>ხელსაწყოების ზოლის</emph> გასახსნელად."
+#. m$G5
+#: show_dialog.xhp
+msgctxt ""
+"show_dialog.xhp\n"
+"par_id3153968\n"
+"6\n"
+"help.text"
+msgid "Enter the following code for a subroutine called <emph>Dialog1Show</emph>. In this example, the name of the dialog that you created is \"Dialog1\":"
+msgstr ""
-#: insert_control.xhp#par_id3145068.3.help.text
-msgid "Click a tool on the toolbar, for example, <emph>Button</emph>."
-msgstr "დააწკაპუნეთ ხელსაწყოზე ინსტრუმენტების ზოლში, მაგალითად <emph>ღილაკი</emph>."
+#. .gr9
+#: show_dialog.xhp
+msgctxt ""
+"show_dialog.xhp\n"
+"par_id3152596\n"
+"18\n"
+"help.text"
+msgid "Without using \"LoadDialog\" you can call the code as follows:"
+msgstr "\"LoadDialog\"-ის გამოყენების გარეშე თქვენ შეგიძლიათ გამოიძახოთ კოდი შემდეგნაირად:"
-#: insert_control.xhp#par_id3153360.4.help.text
-msgid "On the dialog, drag the button to the size you want."
-msgstr "დიალოგში გადაათრიეთ ღილაკი სასურველ ზომაზე."
+#. 9mG;
+#: show_dialog.xhp
+msgctxt ""
+"show_dialog.xhp\n"
+"par_id3153157\n"
+"16\n"
+"help.text"
+msgid "When you execute this code, \"Dialog1\" opens. To close the dialog, click the close button (x) on its title bar."
+msgstr "ამ კოდის გაშვების შემდეგ გაიხსნება \"Dialog1\". დიალოგის დასახურად სათაურის ზოლში დააჭირეთ დახურვის ღილაკს (x)."
diff --git a/source/ka/helpcontent2/source/text/sbasic/shared.po b/source/ka/helpcontent2/source/text/sbasic/shared.po
index 96405014d71..0573b24ceb8 100644
--- a/source/ka/helpcontent2/source/text/sbasic/shared.po
+++ b/source/ka/helpcontent2/source/text/sbasic/shared.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/sbasic/shared.oo
+#. extracted from helpcontent2/source/text/sbasic/shared
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-07-28 12:40+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,25236 +12,41884 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: 03120103.xhp#tit.help.text
-msgid "Str Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03120103.xhp#bm_id3143272.help.text
-msgid "<bookmark_value>Str function</bookmark_value>"
-msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
+#. .7pA
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"tit\n"
+"help.text"
+msgid "General"
+msgstr "მთავარი"
-#: 03120103.xhp#hd_id3143272.1.help.text
+#. XWZl
+#: 01170101.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03120103.xhp\" name=\"Str Function [Runtime]\">Str Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03120103.xhp#par_id3155100.2.help.text
-msgid "Converts a numeric expression into a string."
-msgstr "ციფრული გამოსახულების სტრიქონში გადაყვანა."
-
-#: 03120103.xhp#hd_id3109850.3.help.text
-msgctxt "03120103.xhp#hd_id3109850.3.help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03120103.xhp#par_id3149497.4.help.text
-msgid "Str (Expression)"
-msgstr "Str (გამოსახულება)"
-
-#: 03120103.xhp#hd_id3150040.5.help.text
-msgctxt "03120103.xhp#hd_id3150040.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03120103.xhp#par_id3146117.6.help.text
-msgctxt "03120103.xhp#par_id3146117.6.help.text"
-msgid "String"
-msgstr "სტრიქონები"
-
-#: 03120103.xhp#hd_id3155805.7.help.text
-msgctxt "03120103.xhp#hd_id3155805.7.help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120103.xhp#par_id3149178.8.help.text
-msgid "<emph>Expression: </emph>Any numeric expression."
-msgstr "<emph>Expression: </emph>ნებისმიერი ციფრული გამოსახულება."
-
-#: 03120103.xhp#par_id3146958.9.help.text
-msgid "The <emph>Str</emph> function converts a numeric variable, or the result of a calculation into a string. Negative numbers are preceded by a minus sign. Positive numbers are preceded by a space (instead of the plus sign)."
-msgstr ""
-
-#: 03120103.xhp#hd_id3155419.10.help.text
-msgctxt "03120103.xhp#hd_id3155419.10.help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03120103.xhp#par_id3149514.11.help.text
-msgid "Sub ExampleStr"
-msgstr "Sub ExampleStr"
-
-#: 03120103.xhp#par_id3150771.12.help.text
-msgctxt "03120103.xhp#par_id3150771.12.help.text"
-msgid "Dim iVar As Single"
-msgstr ""
-
-#: 03120103.xhp#par_id3153626.13.help.text
-msgctxt "03120103.xhp#par_id3153626.13.help.text"
-msgid "Dim sVar As String"
-msgstr "Dim sVar as string"
-
-#: 03120103.xhp#par_id3145069.14.help.text
-msgctxt "03120103.xhp#par_id3145069.14.help.text"
-msgid "iVar = 123.123"
-msgstr ""
-
-#: 03120103.xhp#par_id3153897.15.help.text
-msgid "sVar = LTrim(Str(iVar))"
-msgstr "sVar = LTrim(Str(iVar))"
-
-#: 03120103.xhp#par_id3154924.16.help.text
-msgid "Msgbox sVar & chr(13) & Str(iVar)"
-msgstr "Msgbox sVar & chr(13) & Str(iVar)"
-
-#: 03120103.xhp#par_id3152811.17.help.text
-msgctxt "03120103.xhp#par_id3152811.17.help.text"
-msgid "end sub"
-msgstr ""
-
-#: 03100060.xhp#tit.help.text
-msgid "CDec Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03100060.xhp#bm_id863979.help.text
-msgid "<bookmark_value>CDec function</bookmark_value>"
-msgstr "<bookmark_value>CDec ფუნქცია</bookmark_value>"
-
-#: 03100060.xhp#par_idN10548.help.text
-msgid "<link href=\"text/sbasic/shared/03100060.xhp\">CDec Function [Runtime]</link>"
-msgstr ""
-
-#: 03100060.xhp#par_idN10558.help.text
-msgid "Converts a string expression or numeric expression to a decimal expression."
-msgstr "გადაყავს სტრინგული ან რიცხვითი გამოსახულება ათობით გამოსახულებაში."
-
-#: 03100060.xhp#par_idN1055B.help.text
-msgctxt "03100060.xhp#par_idN1055B.help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03100060.xhp#par_idN105EA.help.text
-msgid "CDec(Expression)"
-msgstr "CDec(Expression)"
-
-#: 03100060.xhp#par_idN105ED.help.text
-msgctxt "03100060.xhp#par_idN105ED.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03100060.xhp#par_idN105F1.help.text
-msgid "Decimal number."
-msgstr "ათწილადი რიცხვი."
-
-#: 03100060.xhp#par_idN105F4.help.text
-msgctxt "03100060.xhp#par_idN105F4.help.text"
-msgid "Parameter:"
-msgstr ""
-
-#: 03100060.xhp#par_idN105F8.help.text
-msgctxt "03100060.xhp#par_idN105F8.help.text"
-msgid "Expression: Any string or numeric expression that you want to convert."
-msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3147436\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01170101.xhp\" name=\"General\">General</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-#: 03103450.xhp#tit.help.text
-msgid "Global Statement [Runtime]"
+#. 5vRd
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3155855\n"
+"2\n"
+"help.text"
+msgid "Define the properties for the selected control or dialog. The available properties depend on the type of control selected. The following properties therefore are not available for every type of control."
msgstr ""
-#: 03103450.xhp#bm_id3159201.help.text
-msgid "<bookmark_value>Global statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-
-#: 03103450.xhp#hd_id3159201.1.help.text
+#. c$Bu
+#: 01170101.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03103450.xhp\" name=\"Global Statement [Runtime]\">Global Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-
-#: 03103450.xhp#par_id3149177.2.help.text
-msgid "Dimensions a variable or an array at the global level (that is, not within a subroutine or function), so that the variable and the array are valid in all libraries and modules for the current session."
-msgstr ""
-
-#: 03103450.xhp#hd_id3143270.3.help.text
-msgctxt "03103450.xhp#hd_id3143270.3.help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03103450.xhp#par_id3150771.4.help.text
-msgid "Global VarName[(start To end)] [As VarType][, VarName2[(start To end)] [As VarType][,...]]"
-msgstr ""
-
-#: 03103450.xhp#hd_id3156152.5.help.text
-msgctxt "03103450.xhp#hd_id3156152.5.help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03103450.xhp#par_id3145315.6.help.text
-msgid "Global iGlobalVar As Integer"
-msgstr ""
-
-#: 03103450.xhp#par_id3147531.7.help.text
-msgid "Sub ExampleGlobal"
-msgstr "Sub ExampleVal"
-
-#: 03103450.xhp#par_id3149670.8.help.text
-msgid "iGlobalVar = iGlobalVar + 1"
-msgstr ""
-
-#: 03103450.xhp#par_id3148552.9.help.text
-msgid "MsgBox iGlobalVar"
-msgstr ""
-
-#: 03103450.xhp#par_id3149457.10.help.text
-msgctxt "03103450.xhp#par_id3149457.10.help.text"
-msgid "End sub"
-msgstr ""
-
-#: 03060200.xhp#tit.help.text
-msgid "Eqv Operator [Runtime]"
-msgstr ""
-
-#: 03060200.xhp#bm_id3156344.help.text
-msgid "<bookmark_value>Eqv operator (logical)</bookmark_value>"
-msgstr ""
-
-#: 03060200.xhp#hd_id3156344.1.help.text
-msgid "<link href=\"text/sbasic/shared/03060200.xhp\" name=\"Eqv Operator [Runtime]\">Eqv Operator [Runtime]</link>"
-msgstr ""
-
-#: 03060200.xhp#par_id3149656.2.help.text
-msgid "Calculates the logical equivalence of two expressions."
-msgstr ""
-
-#: 03060200.xhp#hd_id3154367.3.help.text
-msgctxt "03060200.xhp#hd_id3154367.3.help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03060200.xhp#par_id3154910.4.help.text
-msgid "Result = Expression1 Eqv Expression2"
-msgstr ""
-
-#: 03060200.xhp#hd_id3151043.5.help.text
-msgctxt "03060200.xhp#hd_id3151043.5.help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03060200.xhp#par_id3150869.6.help.text
-msgid "<emph>Result:</emph> Any numeric variable that contains the result of the comparison."
-msgstr ""
-
-#: 03060200.xhp#par_id3150448.7.help.text
-msgid "<emph>Expression1, Expression2:</emph> Any expressions that you want to compare."
-msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-
-#: 03060200.xhp#par_id3149562.8.help.text
-msgid "When testing for equivalence between Boolean expressions, the result is <emph>True</emph> if both expressions are either <emph>True</emph> or <emph>False</emph>."
-msgstr ""
-
-#: 03060200.xhp#par_id3154319.9.help.text
-msgid "In a bit-wise comparison, the Eqv operator only sets the corresponding bit in the result if a bit is set in both expressions, or in neither expression."
-msgstr ""
-
-#: 03060200.xhp#hd_id3159154.10.help.text
-msgctxt "03060200.xhp#hd_id3159154.10.help.text"
-msgid "Example:"
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3148647\n"
+"11\n"
+"help.text"
+msgid "Alignment"
+msgstr "#-#-#-#-# optionen.po (PACKAGE VERSION) #-#-#-#-#\\nგასწორება\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nგასწორება\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nგანლაგება"
+
+#. O@L;
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3147318\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_IMAGE_ALIGN\">Specify the alignment option for the selected control.</ahelp>"
msgstr ""
-#: 03060200.xhp#par_id3147426.11.help.text
-msgid "Sub ExampleEqv"
-msgstr "Sub ExampleASC"
-
-#: 03060200.xhp#par_id3155308.12.help.text
-msgctxt "03060200.xhp#par_id3155308.12.help.text"
-msgid "Dim A as Variant, B as Variant, C as Variant, D as Variant"
+#. |T2L
+#: 01170101.xhp
+#, fuzzy
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3153189\n"
+"76\n"
+"help.text"
+msgid "AutoFill"
+msgstr "#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\nავტომატური შევსება\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nავტოშევსება"
+
+#. rkR3
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3152460\n"
+"77\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select \"Yes\" to enable the AutoFill function for the selected control. </ahelp>"
msgstr ""
-#: 03060200.xhp#par_id3146986.13.help.text
-msgctxt "03060200.xhp#par_id3146986.13.help.text"
-msgid "Dim vOut as Variant"
-msgstr "Dim sVar as string"
-
-#: 03060200.xhp#par_id3147434.14.help.text
-msgctxt "03060200.xhp#par_id3147434.14.help.text"
-msgid "A = 10: B = 8: C = 6: D = Null"
-msgstr ""
+#. ZYQm
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3155307\n"
+"3\n"
+"help.text"
+msgid "Background color"
+msgstr "ფონის ფერი"
-#: 03060200.xhp#par_id3152462.15.help.text
-msgid "vOut = A > B Eqv B > C REM returns -1"
+#. ^Q2u
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3145251\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the background color for the current control.</ahelp>"
msgstr ""
-#: 03060200.xhp#par_id3153191.16.help.text
-msgid "vOut = B > A Eqv B > C REM returns 0"
+#. D;jl
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3151076\n"
+"263\n"
+"help.text"
+msgid "Large change"
msgstr ""
-#: 03060200.xhp#par_id3145799.17.help.text
-msgid "vOut = A > B Eqv B > D REM returns 0"
+#. Fl}t
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3148457\n"
+"262\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the number of units to scroll when a user clicks in the area between the slider and the arrows on a scrollbar.</ahelp>"
msgstr ""
-#: 03060200.xhp#par_id3149412.18.help.text
-msgid "vOut = (B > D Eqv B > A) REM returns -1"
+#. kCE$
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3153876\n"
+"139\n"
+"help.text"
+msgid "Border"
msgstr ""
-#: 03060200.xhp#par_id3149959.19.help.text
-msgid "vOut = B Eqv A REM returns -3"
+#. %2RN
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154017\n"
+"140\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the border type for the current control.</ahelp>"
msgstr ""
-#: 03060200.xhp#par_id3145646.20.help.text
-msgctxt "03060200.xhp#par_id3145646.20.help.text"
-msgid "End Sub"
+#. wCm5
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3150749\n"
+"23\n"
+"help.text"
+msgid "Button type"
msgstr ""
-#: 03020401.xhp#tit.help.text
-msgid "ChDir Statement [Runtime]"
+#. ybwY
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3155064\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select a button type. Button types determine what type of action is initiated.</ahelp>"
msgstr ""
-#: 03020401.xhp#bm_id3150178.help.text
-msgid "<bookmark_value>ChDir statement</bookmark_value>"
-msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-
-#: 03020401.xhp#hd_id3150178.1.help.text
+#. ,G\Z
+#: 01170101.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03020401.xhp\" name=\"ChDir Statement [Runtime]\">ChDir Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-
-#: 03020401.xhp#par_id3153126.2.help.text
-msgid "Changes the current directory or drive."
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3149019\n"
+"5\n"
+"help.text"
+msgid "Character set"
+msgstr "#-#-#-#-# database.po (PACKAGE VERSION) #-#-#-#-#\\nსიმბოლოთა წყება\\n#-#-#-#-# optionen.po (PACKAGE VERSION) #-#-#-#-#\\nსიმბოლოს მინიჭება"
+
+#. 4h]P
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3148406\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the font to be used for displaying the contents of the current control.</ahelp>"
msgstr ""
-#: 03020401.xhp#par_id9783013.help.text
-msgid "This runtime statement currently does not work as documented. See <link href=\"http://www.openoffice.org/issues/show_bug.cgi?id=30692\">this issue</link> for more information."
+#. pQC6
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3147341\n"
+"149\n"
+"help.text"
+msgid "Currency symbol"
msgstr ""
-#: 03020401.xhp#hd_id3154347.3.help.text
-msgctxt "03020401.xhp#hd_id3154347.3.help.text"
-msgid "Syntax:"
+#. 7ySZ
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3146315\n"
+"150\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the currency symbol to be used for currency controls.</ahelp>"
msgstr ""
-#: 03020401.xhp#par_id3153897.4.help.text
-msgid "ChDir Text As String"
-msgstr "RTrim (Text As String)"
-
-#: 03020401.xhp#hd_id3148664.5.help.text
-msgctxt "03020401.xhp#hd_id3148664.5.help.text"
-msgid "Parameters:"
+#. n7=T
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id7936643\n"
+"help.text"
+msgid "Date"
msgstr ""
-#: 03020401.xhp#par_id3150543.6.help.text
-msgid "<emph>Text:</emph> Any string expression that specifies the directory path or drive."
+#. Ca`/
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id2293771\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the default date to be shown in the Date control.</ahelp>"
msgstr ""
-#: 03020401.xhp#par_id3152598.7.help.text
-msgid "If you only want to change the current drive, enter the drive letter followed by a colon."
-msgstr ""
+#. LTEm
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3153965\n"
+"82\n"
+"help.text"
+msgid "Date format"
+msgstr "თარიღის ფორმატი"
-#: 03020401.xhp#hd_id3151116.8.help.text
-msgctxt "03020401.xhp#hd_id3151116.8.help.text"
-msgid "Example:"
+#. /;J9
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3155334\n"
+"83\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the desired format for a date control. A date control interprets the user input depending on this format setting.</ahelp>"
msgstr ""
-#: 03020401.xhp#par_id3153364.9.help.text
-msgid "Sub ExampleChDir"
-msgstr "sub ExampleChr"
-
-#: 03020401.xhp#par_id3147348.10.help.text
-msgctxt "03020401.xhp#par_id3147348.10.help.text"
-msgid "Dim sDir1 as String , sDir2 as String"
+#. 9BJ[
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3154663\n"
+"121\n"
+"help.text"
+msgid "Date max."
msgstr ""
-#: 03020401.xhp#par_id3155308.11.help.text
-msgctxt "03020401.xhp#par_id3155308.11.help.text"
-msgid "sDir1 = \"c:\\Test\""
+#. RcPV
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3148485\n"
+"122\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the upper limit for a date control.</ahelp>"
msgstr ""
-#: 03020401.xhp#par_id3154319.12.help.text
-msgctxt "03020401.xhp#par_id3154319.12.help.text"
-msgid "sDir2 = \"d:\\private\""
+#. }`dD
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3152778\n"
+"131\n"
+"help.text"
+msgid "Date min."
msgstr ""
-#: 03020401.xhp#par_id3154944.13.help.text
-msgctxt "03020401.xhp#par_id3154944.13.help.text"
-msgid "ChDir( sDir1 )"
+#. ~Zl=
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154120\n"
+"132\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the lower limit for a date control.</ahelp>"
msgstr ""
-#: 03020401.xhp#par_id3151074.14.help.text
-msgctxt "03020401.xhp#par_id3151074.14.help.text"
-msgid "msgbox CurDir"
+#. `dgE
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3154573\n"
+"137\n"
+"help.text"
+msgid "Decimal accuracy"
msgstr ""
-#: 03020401.xhp#par_id3147124.15.help.text
-msgctxt "03020401.xhp#par_id3147124.15.help.text"
-msgid "ChDir( sDir2 )"
+#. 3|+-
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3166426\n"
+"138\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the number of decimal places displayed for a numerical or currency control.</ahelp>"
msgstr ""
-#: 03020401.xhp#par_id3148456.16.help.text
-msgctxt "03020401.xhp#par_id3148456.16.help.text"
-msgid "msgbox CurDir"
+#. C4CH
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3159091\n"
+"144\n"
+"help.text"
+msgid "Default button"
msgstr ""
-#: 03020401.xhp#par_id3149581.17.help.text
-msgctxt "03020401.xhp#par_id3149581.17.help.text"
-msgid "end sub"
+#. G,NM
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154200\n"
+"145\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select \"Yes\" to make the current button control the default selection. Pressing <emph>Return</emph> in the dialog activates the default button.</ahelp>"
msgstr ""
-#: 03100400.xhp#tit.help.text
-msgid "CDbl Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03100400.xhp#bm_id3153750.help.text
-msgid "<bookmark_value>CDbl function</bookmark_value>"
-msgstr "<bookmark_value>CDec ფუნქცია</bookmark_value>"
-
-#: 03100400.xhp#hd_id3153750.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03100400.xhp\" name=\"CDbl Function [Runtime]\">CDbl Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03100400.xhp#par_id3149233.2.help.text
-msgid "Converts any numerical expression or string expression to a double type."
+#. 1;cZ
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN108BA\n"
+"help.text"
+msgid "Delay"
msgstr ""
-#: 03100400.xhp#hd_id3149516.3.help.text
-msgctxt "03100400.xhp#hd_id3149516.3.help.text"
-msgid "Syntax"
+#. #bM1
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN108D0\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the delay in milliseconds between scrollbar trigger events.</ahelp> A trigger event occurs when you click a scrollbar arrow or click the background area in a scrollbar. Repeated trigger events occur if you keep the mouse button pressed when you click a scrollbar arrow or background area in a scrollbar. If you want, you can include valid time units with the number that you enter, for example, 2 s or 500 ms."
msgstr ""
-#: 03100400.xhp#par_id3156152.4.help.text
-msgid "CDbl (Expression)"
-msgstr "CDec(Expression)"
-
-#: 03100400.xhp#hd_id3153061.5.help.text
-msgctxt "03100400.xhp#hd_id3153061.5.help.text"
-msgid "Return value"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03100400.xhp#par_id3145068.6.help.text
-msgctxt "03100400.xhp#par_id3145068.6.help.text"
-msgid "Double"
-msgstr ""
+#. MCW+
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3151278\n"
+"19\n"
+"help.text"
+msgid "Dropdown"
+msgstr "ჩამოშლა"
-#: 03100400.xhp#hd_id3154760.7.help.text
-msgctxt "03100400.xhp#hd_id3154760.7.help.text"
-msgid "Parameters:"
+#. @^hH
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3155113\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select \"Yes\" to enable the dropdown option for list or combo box controls. A dropdown control field has an arrow button which you can click to open a list of the existing form entries.</ahelp>"
msgstr ""
-#: 03100400.xhp#par_id3153897.8.help.text
-msgctxt "03100400.xhp#par_id3153897.8.help.text"
-msgid "<emph>Expression:</emph> Any string or numeric expression that you want to convert. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system."
-msgstr ""
+#. dYO.
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3151216\n"
+"13\n"
+"help.text"
+msgid "Enabled"
+msgstr "აქტივირებული"
-#: 03100400.xhp#hd_id3148797.9.help.text
-msgctxt "03100400.xhp#hd_id3148797.9.help.text"
-msgid "Example:"
+#. Uk81
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3150517\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select \"Yes\" to enable the control. If the control is disabled, it is grayed out in the dialog.</ahelp>"
msgstr ""
-#: 03100400.xhp#par_id3154217.10.help.text
-msgctxt "03100400.xhp#par_id3154217.10.help.text"
-msgid "Sub ExampleCountryConvert"
-msgstr ""
+#. c#Ib
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3155379\n"
+"91\n"
+"help.text"
+msgid "Edit mask"
+msgstr "რედაქტირების ნიღაბი"
-#: 03100400.xhp#par_id3147229.11.help.text
-msgctxt "03100400.xhp#par_id3147229.11.help.text"
-msgid "Msgbox CDbl(1234.5678)"
+#. .{W?
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3155509\n"
+"92\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the edit mask for a pattern control. This is a character code that defines the input format for the control.</ahelp>"
msgstr ""
-#: 03100400.xhp#par_id3151042.12.help.text
-msgctxt "03100400.xhp#par_id3151042.12.help.text"
-msgid "Msgbox CInt(1234.5678)"
+#. 35~5
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154485\n"
+"184\n"
+"help.text"
+msgid "You need to specify a masking character for each input character of the edit mask to restrict the input to the values that are listed in the following table:"
msgstr ""
-#: 03100400.xhp#par_id3150616.13.help.text
-msgctxt "03100400.xhp#par_id3150616.13.help.text"
-msgid "Msgbox CLng(1234.5678)"
-msgstr ""
+#. G*#j
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3155809\n"
+"93\n"
+"help.text"
+msgid "Character"
+msgstr "სიმბოლო"
-#: 03100400.xhp#par_id3153969.14.help.text
-msgctxt "03100400.xhp#par_id3153969.14.help.text"
-msgid "end sub"
-msgstr ""
+#. `]CP
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3148702\n"
+"94\n"
+"help.text"
+msgid "Meaning"
+msgstr "მნიშვნელობა"
-#: 03131500.xhp#tit.help.text
-msgid "CreateUnoStruct Function [Runtime]"
-msgstr "Split Function [Runtime]"
+#. v:x(
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3156199\n"
+"95\n"
+"help.text"
+msgid "L"
+msgstr "L"
-#: 03131500.xhp#bm_id3150499.help.text
-msgid "<bookmark_value>CreateUnoStruct function</bookmark_value>"
-msgstr "<bookmark_value>CreateUnoStruct ფუნქცია</bookmark_value>"
+#. MYiQ
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3148869\n"
+"96\n"
+"help.text"
+msgid "A text constant. This character cannot be modified by the user."
+msgstr ""
+
+#. Q`?z
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3156016\n"
+"97\n"
+"help.text"
+msgid "a"
+msgstr "a"
-#: 03131500.xhp#hd_id3150499.1.help.text
+#. %__%
+#: 01170101.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03131500.xhp\" name=\"CreateUnoStruct Function [Runtime]\">CreateUnoStruct Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03131500.xhp#par_id3150713.2.help.text
-msgid "<ahelp hid=\".\">Creates an instance of a Uno structure type.</ahelp>"
-msgstr "<ahelp hid=\".\">ქმნის Uno სტრუქტურის ტიპის ასლს.</ahelp>"
-
-#: 03131500.xhp#par_id3147226.3.help.text
-msgid "Use the following structure for your statement:"
-msgstr "თქვენი გამოსახულებისთვის გამოიყენებთ შემდეგი სტრუქტურა:"
-
-#: 03131500.xhp#par_id3149177.4.help.text
-msgid "Dim oStruct as new com.sun.star.beans.Property"
-msgstr "Dim oStruct as new com.sun.star.beans.Property"
-
-#: 03131500.xhp#hd_id3156153.5.help.text
-msgctxt "03131500.xhp#hd_id3156153.5.help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03131500.xhp#par_id3155341.6.help.text
-msgid "oStruct = CreateUnoStruct( Uno type name )"
-msgstr "oStruct = CreateUnoStruct( Uno type name )"
-
-#: 03131500.xhp#hd_id3145316.7.help.text
-msgctxt "03131500.xhp#hd_id3145316.7.help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03131500.xhp#par_id3149762.8.help.text
-msgid "oStruct = CreateUnoStruct( \"com.sun.star.beans.Property\" )"
-msgstr "oStruct = CreateUnoStruct( \"com.sun.star.beans.Property\" )"
-
-#: 03090403.xhp#tit.help.text
-msgid "Declare Statement [Runtime]"
-msgstr ""
+msgctxt ""
+"01170101.xhp\n"
+"par_id3157983\n"
+"98\n"
+"help.text"
+msgid "The characters a-z can be entered here. If a capital letter is entered, it is automatically converted to a lowercase letter."
+msgstr "შესაძლებელია ყველა ბეჭდვადი სიმბოლოს შეყვანა. პატარა ასოს შეყვანისას იგი ავტომატურად გარდაიქმნება მთავრულ ასოდ."
-#: 03090403.xhp#bm_id3148473.help.text
-msgid "<bookmark_value>Declare statement</bookmark_value>"
-msgstr "<bookmark_value>DefCur განცხადება</bookmark_value>"
+#. (skl
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3148607\n"
+"99\n"
+"help.text"
+msgid "A"
+msgstr "A"
-#: 03090403.xhp#hd_id3148473.1.help.text
+#. O\iW
+#: 01170101.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03090403.xhp\" name=\"Declare Statement [Runtime]\">Declare Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-
-#: 03090403.xhp#bm_id3145316.help.text
-msgid "<bookmark_value>DLL (Dynamic Link Library)</bookmark_value>"
-msgstr ""
-
-#: 03090403.xhp#par_id3145316.2.help.text
-msgid "Declares and defines a subroutine in a DLL file that you want to execute from $[officename] Basic."
-msgstr ""
-
-#: 03090403.xhp#par_id3146795.3.help.text
-msgid "See also: <link href=\"text/sbasic/shared/03090405.xhp\" name=\"FreeLibrary\">FreeLibrary</link>"
-msgstr ""
-
-#: 03090403.xhp#hd_id3156344.4.help.text
-msgctxt "03090403.xhp#hd_id3156344.4.help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03090403.xhp#par_id3148664.5.help.text
-msgid "Declare {Sub | Function} Name Lib \"Libname\" [Alias \"Aliasname\"] [Parameter] [As Type]"
-msgstr ""
-
-#: 03090403.xhp#hd_id3153360.6.help.text
-msgctxt "03090403.xhp#hd_id3153360.6.help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03090403.xhp#par_id3154140.8.help.text
-msgid "<emph>Name:</emph> A different name than defined in the DLL, to call the subroutine from $[officename] Basic."
-msgstr ""
-
-#: 03090403.xhp#par_id3150870.9.help.text
-msgid "<emph>Aliasname</emph>: Name of the subroutine as defined in the DLL."
-msgstr ""
-
-#: 03090403.xhp#par_id3154684.10.help.text
-msgid "<emph>Libname:</emph> File or system name of the DLL. This library is automatically loaded the first time the function is used."
-msgstr ""
-
-#: 03090403.xhp#par_id3148452.11.help.text
-msgid "<emph>Argumentlist:</emph> List of parameters representing arguments that are passed to the procedure when it is called. The type and number of parameters is dependent on the executed procedure."
-msgstr ""
-
-#: 03090403.xhp#par_id3147289.12.help.text
-msgid "<emph>Type:</emph> Defines the data type of the value that is returned by a function procedure. You can exclude this parameter if a type-declaration character is entered after the name."
-msgstr ""
-
-#: 03090403.xhp#par_id3146922.13.help.text
-msgid "To pass a parameter to a subroutine as a value instead of as a reference, the parameter must be indicated by the keyword <emph>ByVal</emph>."
-msgstr ""
-
-#: 03090403.xhp#hd_id3153951.14.help.text
-msgctxt "03090403.xhp#hd_id3153951.14.help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03090403.xhp#par_id3154320.15.help.text
-msgctxt "03090403.xhp#par_id3154320.15.help.text"
-msgid "Declare Sub MyMessageBeep Lib \"user32.dll\" Alias \"MessageBeep\" ( long )"
-msgstr ""
-
-#: 03090403.xhp#par_id3150417.17.help.text
-msgctxt "03090403.xhp#par_id3150417.17.help.text"
-msgid "Sub ExampleDeclare"
-msgstr "Sub ExampleDefCur"
-
-#: 03090403.xhp#par_id3149959.18.help.text
-msgctxt "03090403.xhp#par_id3149959.18.help.text"
-msgid "Dim lValue As Long"
-msgstr "Dim sVar as string"
-
-#: 03090403.xhp#par_id3145647.19.help.text
-msgctxt "03090403.xhp#par_id3145647.19.help.text"
-msgid "lValue = 5000"
-msgstr ""
-
-#: 03090403.xhp#par_id3145801.20.help.text
-msgctxt "03090403.xhp#par_id3145801.20.help.text"
-msgid "MyMessageBeep( lValue )"
-msgstr ""
-
-#: 03090403.xhp#par_id3145253.21.help.text
-msgctxt "03090403.xhp#par_id3145253.21.help.text"
-msgid "FreeLibrary(\"user32.dll\" )"
-msgstr ""
-
-#: 03090403.xhp#par_id3149402.22.help.text
-msgctxt "03090403.xhp#par_id3149402.22.help.text"
-msgid "End Sub"
-msgstr ""
-
-#: 03100300.xhp#tit.help.text
-msgid "CDate Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgctxt ""
+"01170101.xhp\n"
+"par_id3159204\n"
+"100\n"
+"help.text"
+msgid "The characters A-Z can be entered here. If a lowercase letter is entered, it is automatically converted to a capital letter"
+msgstr "შესაძლებელია ყველა ბეჭდვადი სიმბოლოს შეყვანა. პატარა ასოს შეყვანისას იგი ავტომატურად გარდაიქმნება მთავრულ ასოდ."
-#: 03100300.xhp#bm_id3150772.help.text
-msgid "<bookmark_value>CDate function</bookmark_value>"
-msgstr "<bookmark_value>CDec ფუნქცია</bookmark_value>"
+#. ^eoK
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3149126\n"
+"101\n"
+"help.text"
+msgid "c"
+msgstr "c"
-#: 03100300.xhp#hd_id3150772.1.help.text
+#. dUKL
+#: 01170101.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03100300.xhp\" name=\"CDate Function [Runtime]\">CDate Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03100300.xhp#par_id3150986.2.help.text
-msgid "Converts any string or numeric expression to a date value."
-msgstr "გარდაქმნის სტრიქონს ან ციფრულ გამოსახულებას ბაიტის ტიპისთვის."
+msgctxt ""
+"01170101.xhp\n"
+"par_id3151304\n"
+"102\n"
+"help.text"
+msgid "The characters a-z and 0-9 can be entered here. If a capital letter is entered, it is automatically converted to a lowercase letter."
+msgstr "შესაძლებელია ყველა ბეჭდვადი სიმბოლოს შეყვანა. პატარა ასოს შეყვანისას იგი ავტომატურად გარდაიქმნება მთავრულ ასოდ."
-#: 03100300.xhp#hd_id3148944.3.help.text
-msgctxt "03100300.xhp#hd_id3148944.3.help.text"
-msgid "Syntax:"
-msgstr ""
+#. O.$_
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3152870\n"
+"103\n"
+"help.text"
+msgid "C"
+msgstr "C"
-#: 03100300.xhp#par_id3148947.4.help.text
-msgid "CDate (Expression)"
-msgstr "CDec(Expression)"
+#. 3gnh
+#: 01170101.xhp
+#, fuzzy
+msgctxt ""
+"01170101.xhp\n"
+"par_id3155071\n"
+"104\n"
+"help.text"
+msgid "The characters a-z and 0-9 can be entered here. If a lowercase letter is entered, it is automatically converted to a capital letter"
+msgstr "შესაძლებელია ყველა ბეჭდვადი სიმბოლოს შეყვანა. პატარა ასოს შეყვანისას იგი ავტომატურად გარდაიქმნება მთავრულ ასოდ."
-#: 03100300.xhp#hd_id3148552.5.help.text
-msgctxt "03100300.xhp#hd_id3148552.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+#. =Bz.
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3159230\n"
+"105\n"
+"help.text"
+msgid "N"
+msgstr "N"
-#: 03100300.xhp#par_id3159414.6.help.text
-msgctxt "03100300.xhp#par_id3159414.6.help.text"
-msgid "Date"
-msgstr ""
+#. U@jb
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154650\n"
+"106\n"
+"help.text"
+msgid "Only the characters 0-9 can be entered."
+msgstr "შესაძლებელია მხოლოდ 0-9 სიმბოლოების შეყვანა."
-#: 03100300.xhp#hd_id3153525.7.help.text
-msgctxt "03100300.xhp#hd_id3153525.7.help.text"
-msgid "Parameters:"
+#. w`$|
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3149383\n"
+"107\n"
+"help.text"
+msgid "x"
msgstr ""
-#: 03100300.xhp#par_id3150359.8.help.text
-msgid "<emph>Expression:</emph> Any string or numeric expression that you want to convert."
-msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-
-#: 03100300.xhp#par_id3125864.9.help.text
-msgid "When you convert a string expression, the date and time must be entered in the format MM.DD.YYYY HH.MM.SS, as defined by the <emph>DateValue</emph> and <emph>TimeValue</emph> function conventions. In numeric expressions, values to the left of the decimal represent the date, beginning from December 31, 1899. Values to the right of the decimal represent the time."
-msgstr ""
+#. 0/%P
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3153489\n"
+"108\n"
+"help.text"
+msgid "All printable characters can be entered."
+msgstr "შესაძლებელია ყველა ბეჭდვადი სიმბოლოს შეყვანა."
-#: 03100300.xhp#hd_id3156422.10.help.text
-msgctxt "03100300.xhp#hd_id3156422.10.help.text"
-msgid "Example:"
-msgstr ""
+#. KT/f
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3146967\n"
+"109\n"
+"help.text"
+msgid "X"
+msgstr "X"
-#: 03100300.xhp#par_id3153969.11.help.text
-msgid "sub ExampleCDate"
-msgstr "sub ExampleChr"
+#. aR(m
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154707\n"
+"110\n"
+"help.text"
+msgid "All printable characters can be entered. If a lowercase letter is used, it is automatically converted to a capital letter."
+msgstr "შესაძლებელია ყველა ბეჭდვადი სიმბოლოს შეყვანა. პატარა ასოს შეყვანისას იგი ავტომატურად გარდაიქმნება მთავრულ ასოდ."
-#: 03100300.xhp#par_id3159254.12.help.text
-msgid "MsgBox cDate(1000.25) REM 09.26.1902 06:00:00"
+#. ^6$p
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id2128971\n"
+"help.text"
+msgid "Editable"
msgstr ""
-#: 03100300.xhp#par_id3155133.13.help.text
-msgid "MsgBox cDate(1001.26) REM 09.27.1902 06:14:24"
+#. H%KR
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id6519974\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies whether the nodes of the tree control are editable.</ahelp>"
msgstr ""
-#: 03100300.xhp#par_id3153140.14.help.text
-msgctxt "03100300.xhp#par_id3153140.14.help.text"
-msgid "end sub"
+#. 4Y{A
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id4591814\n"
+"help.text"
+msgid "The default value is FALSE."
msgstr ""
-#: 03103900.xhp#tit.help.text
-msgid "FindPropertyObject Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03103900.xhp#bm_id3146958.help.text
-msgid "<bookmark_value>FindPropertyObject function</bookmark_value>"
-msgstr "<bookmark_value>CreateObject ფუნქცია</bookmark_value>"
-
-#: 03103900.xhp#hd_id3146958.1.help.text
-msgid "<link href=\"text/sbasic/shared/03103900.xhp\" name=\"FindPropertyObject Function [Runtime]\">FindPropertyObject Function [Runtime]</link>"
+#. /nmC
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3149317\n"
+"114\n"
+"help.text"
+msgid "Graphics"
msgstr ""
-#: 03103900.xhp#par_id3154285.2.help.text
-msgid "Enables objects to be addressed at run-time as a string parameter using the object name."
+#. Ouj)
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3147546\n"
+"115\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the source of the graphics for a button or an image control. Click \"...\" to select a file.</ahelp>"
msgstr ""
-#: 03103900.xhp#par_id3147573.3.help.text
-msgid "For instance, the command:"
+#. M4Qq
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3154627\n"
+"258\n"
+"help.text"
+msgid "Height"
msgstr ""
-#: 03103900.xhp#par_id3145610.4.help.text
-msgctxt "03103900.xhp#par_id3145610.4.help.text"
-msgid "MyObj.Prop1.Command = 5"
+#. hDlS
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3155754\n"
+"257\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the height of the current control or the dialog.</ahelp>"
msgstr ""
-#: 03103900.xhp#par_id3147265.5.help.text
-msgid "corresponds to the following command block:"
+#. ibPC
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3153072\n"
+"208\n"
+"help.text"
+msgid "Help text"
msgstr ""
-#: 03103900.xhp#par_id3153896.6.help.text
-msgctxt "03103900.xhp#par_id3153896.6.help.text"
-msgid "Dim ObjVar as Object"
+#. ^a##
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3147502\n"
+"209\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter a help text that is displayed as a tip (bubble help) when the mouse rests over the control.</ahelp>"
msgstr ""
-#: 03103900.xhp#par_id3148664.7.help.text
-msgctxt "03103900.xhp#par_id3148664.7.help.text"
-msgid "Dim ObjProp as Object"
-msgstr ""
+#. i^|d
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3154400\n"
+"212\n"
+"help.text"
+msgid "Help URL"
+msgstr "დახმარების URL მისამართი"
-#: 03103900.xhp#par_id3150792.8.help.text
-msgctxt "03103900.xhp#par_id3150792.8.help.text"
-msgid "ObjName As String = \"MyObj\""
+#. eT*L
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3150431\n"
+"213\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the help URL that is called when you press F1 while the focus is on a particular control. For example, use the format HID:1234 to call the Help-ID with the number 1234.</ahelp>"
msgstr ""
-#: 03103900.xhp#par_id3154365.9.help.text
-msgctxt "03103900.xhp#par_id3154365.9.help.text"
-msgid "ObjVar = FindObject( ObjName As String )"
+#. xXrC
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id4171269\n"
+"help.text"
+msgid "Set the environment variable HELP_DEBUG to 1 to view the Help-IDs as extended help tips."
msgstr ""
-#: 03103900.xhp#par_id3148453.10.help.text
-msgctxt "03103900.xhp#par_id3148453.10.help.text"
-msgid "PropName As String = \"Prop1\""
-msgstr ""
+#. y.\=
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3159260\n"
+"85\n"
+"help.text"
+msgid "Incr./decrement value"
+msgstr "ზრდადი/კლებადი მნიშვნელობა"
-#: 03103900.xhp#par_id3150449.11.help.text
-msgctxt "03103900.xhp#par_id3150449.11.help.text"
-msgid "ObjProp = FindPropertyObject( ObjVar, PropName As String )"
+#. JeK#
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3145233\n"
+"86\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the increment and decrement interval for spin button controls.</ahelp>"
msgstr ""
-#: 03103900.xhp#par_id3159152.12.help.text
-msgctxt "03103900.xhp#par_id3159152.12.help.text"
-msgid "ObjProp.Command = 5"
+#. b@8M
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id539262\n"
+"help.text"
+msgid "Invokes stop mode editing"
msgstr ""
-#: 03103900.xhp#par_id3156214.13.help.text
-msgid "To dynamically create Names at run-time, use:"
+#. $*#h
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id234382\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies what happens when editing is interrupted by selecting another node in the tree, a change in the tree's data, or by some other means.</ahelp>"
msgstr ""
-#: 03103900.xhp#par_id3154686.14.help.text
-msgid "\"TextEdit1\" to TextEdit5\" in a loop to create five names."
+#. ms=;
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id6591082\n"
+"help.text"
+msgid "Setting this property to TRUE causes the changes to be automatically saved when editing is interrupted. FALSE means that editing is canceled and changes are lost."
msgstr ""
-#: 03103900.xhp#par_id3150868.15.help.text
-msgid "See also: <link href=\"text/sbasic/shared/03103800.xhp\" name=\"FindObject\">FindObject</link>"
+#. bZ.~
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id9298074\n"
+"help.text"
+msgid "The default value is FALSE."
msgstr ""
-#: 03103900.xhp#hd_id3147287.16.help.text
-msgctxt "03103900.xhp#hd_id3147287.16.help.text"
-msgid "Syntax:"
+#. 5-?o
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3150536\n"
+"7\n"
+"help.text"
+msgid "Label"
msgstr ""
-#: 03103900.xhp#par_id3149560.17.help.text
-msgid "FindPropertyObject( ObjVar, PropName As String )"
+#. -4:w
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3146324\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the label of the current control. The label is displayed along with the control.</ahelp>"
msgstr ""
-#: 03103900.xhp#hd_id3150012.18.help.text
-msgctxt "03103900.xhp#hd_id3150012.18.help.text"
-msgid "Parameters:"
+#. ,pBi
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3146816\n"
+"223\n"
+"help.text"
+msgid "You can create multi-line <emph>labels</emph> by inserting manual line breaks in the label using <emph>Shift+Enter</emph>."
msgstr ""
-#: 03103900.xhp#par_id3109839.19.help.text
-msgid "<emph>ObjVar:</emph> Object variable that you want to dynamically define at run-time."
+#. Ub9l
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3150457\n"
+"74\n"
+"help.text"
+msgid "Line Count"
msgstr ""
-#: 03103900.xhp#par_id3153363.20.help.text
-msgid "<emph>PropName:</emph> String that specifies the name of the property that you want to address at run-time."
+#. wv_a
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3149143\n"
+"75\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the number of lines to be displayed for a list control. For combo boxes, this setting is only active if the dropdown option is enabled. </ahelp>"
msgstr ""
-#: 03103800.xhp#tit.help.text
-msgid "FindObject Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03103800.xhp#bm_id3145136.help.text
-msgid "<bookmark_value>FindObject function</bookmark_value>"
-msgstr "<bookmark_value>CreateObject ფუნქცია</bookmark_value>"
-
-#: 03103800.xhp#hd_id3145136.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03103800.xhp\" name=\"FindObject Function [Runtime]\">FindObject Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03103800.xhp#par_id3155341.2.help.text
-msgid "Enables an object to be addressed at run-time as a string parameter through the object name."
+#. y#FX
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id7468489\n"
+"help.text"
+msgid "Scrollbar"
msgstr ""
-#: 03103800.xhp#par_id3150669.3.help.text
-msgid "For example, the following command:"
+#. %IZA
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id7706228\n"
+"help.text"
+msgid "Adds the scrollbar type that you specify to a text box."
msgstr ""
-#: 03103800.xhp#par_id3148473.4.help.text
-msgctxt "03103800.xhp#par_id3148473.4.help.text"
-msgid "MyObj.Prop1.Command = 5"
+#. Yj5D
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3153121\n"
+"256\n"
+"help.text"
+msgid "Small change"
msgstr ""
-#: 03103800.xhp#par_id3156023.5.help.text
-msgid "corresponds to the command block:"
+#. o#dN
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3157875\n"
+"255\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the number of units to scroll when a user clicks an arrow on a scrollbar.</ahelp>"
msgstr ""
-#: 03103800.xhp#par_id3153896.6.help.text
-msgctxt "03103800.xhp#par_id3153896.6.help.text"
-msgid "Dim ObjVar as Object"
+#. d:a\
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3145221\n"
+"73\n"
+"help.text"
+msgid "List entries"
msgstr ""
-#: 03103800.xhp#par_id3154760.7.help.text
-msgctxt "03103800.xhp#par_id3154760.7.help.text"
-msgid "Dim ObjProp as Object"
+#. $i_{
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154580\n"
+"120\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the entries for a list control. One line takes one list entry. Press <emph>Shift+Enter</emph> to insert a new line.</ahelp>"
msgstr ""
-#: 03103800.xhp#par_id3145069.8.help.text
-msgctxt "03103800.xhp#par_id3145069.8.help.text"
-msgid "ObjName As String = \"MyObj\""
+#. bKmu
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3149723\n"
+"159\n"
+"help.text"
+msgid "Literal mask"
msgstr ""
-#: 03103800.xhp#par_id3154939.9.help.text
-msgctxt "03103800.xhp#par_id3154939.9.help.text"
-msgid "ObjVar = FindObject( ObjName As String )"
+#. (d(*
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3150656\n"
+"160\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the initial values to be displayed in a pattern control. This helps the user to identify which values are allowed in a pattern control. The literal mask is restricted by the format specified by the edit mask.</ahelp>"
msgstr ""
-#: 03103800.xhp#par_id3150793.10.help.text
-msgctxt "03103800.xhp#par_id3150793.10.help.text"
-msgid "PropName As String = \"Prop1\""
+#. ?ft9
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3149015\n"
+"116\n"
+"help.text"
+msgid "Manual line break"
msgstr ""
-#: 03103800.xhp#par_id3154141.11.help.text
-msgctxt "03103800.xhp#par_id3154141.11.help.text"
-msgid "ObjProp = FindPropertyObject( ObjVar, PropName As String )"
+#. KU5W
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3149893\n"
+"117\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select \"Yes\" to allow manual line breaks inside multiline controls.</ahelp>"
msgstr ""
-#: 03103800.xhp#par_id3156424.12.help.text
-msgctxt "03103800.xhp#par_id3156424.12.help.text"
-msgid "ObjProp.Command = 5"
+#. -E51
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3150463\n"
+"123\n"
+"help.text"
+msgid "Max. text length"
msgstr ""
-#: 03103800.xhp#par_id3145420.13.help.text
-msgid "This allows names to be dynamically created at run-time. For example:"
+#. wc-1
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3150745\n"
+"124\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the maximum number of characters that the user can enter.</ahelp>"
msgstr ""
-#: 03103800.xhp#par_id3153104.14.help.text
-msgid "\"TextEdit1\" to TextEdit5\" in a loop to create five control names."
+#. y9h.
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3154675\n"
+"21\n"
+"help.text"
+msgid "Multiline Input"
msgstr ""
-#: 03103800.xhp#par_id3150767.15.help.text
-msgid "See also: <link href=\"text/sbasic/shared/03103900.xhp\" name=\"FindPropertyObject\">FindPropertyObject</link>"
+#. gjla
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3144741\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select \"Yes\" to allow the input of multiple lines in the control. Press Enter to insert a manual line break in the control.</ahelp>"
msgstr ""
-#: 03103800.xhp#hd_id3150868.16.help.text
-msgctxt "03103800.xhp#hd_id3150868.16.help.text"
-msgid "Syntax:"
+#. GQ8#
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3154848\n"
+"129\n"
+"help.text"
+msgid "Multiselection"
msgstr ""
-#: 03103800.xhp#par_id3151042.17.help.text
-msgid "FindObject( ObjName As String )"
+#. 86Q`
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3151235\n"
+"130\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select \"Yes\" to allow the selection of multiple entries in list controls.</ahelp>"
msgstr ""
-#: 03103800.xhp#hd_id3159254.18.help.text
-msgctxt "03103800.xhp#hd_id3159254.18.help.text"
-msgid "Parameters:"
-msgstr ""
+#. 1;2b
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3148887\n"
+"9\n"
+"help.text"
+msgid "Name"
+msgstr "სახელი"
-#: 03103800.xhp#par_id3150439.19.help.text
-msgid "<emph>ObjName: </emph>String that specifies the name of the object that you want to address at run-time."
+#. lCVG
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154548\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\".\">Insert a name for the current control. This name is used to identify the control.</ahelp>"
msgstr ""
-#: 03050300.xhp#tit.help.text
-msgid "Error Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03050300.xhp#bm_id3159413.help.text
-msgid "<bookmark_value>Error function</bookmark_value>"
-msgstr "<bookmark_value>IsError ფუნქცია</bookmark_value>"
-
-#: 03050300.xhp#hd_id3159413.1.help.text
+#. +]f#
+#: 01170101.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03050300.xhp\" name=\"Error Function [Runtime]\">Error Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03050300.xhp#par_id3148663.2.help.text
-msgid "Returns the error message that corresponds to a given error code."
-msgstr ""
-
-#: 03050300.xhp#hd_id3153379.3.help.text
-msgctxt "03050300.xhp#hd_id3153379.3.help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03050300.xhp#par_id3154366.4.help.text
-msgid "Error (Expression)"
-msgstr "Str (გამოსახულება)"
-
-#: 03050300.xhp#hd_id3145173.5.help.text
-msgctxt "03050300.xhp#hd_id3145173.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03050300.xhp#par_id3154125.6.help.text
-msgctxt "03050300.xhp#par_id3154125.6.help.text"
-msgid "String"
-msgstr "სტრიქონები"
-
-#: 03050300.xhp#hd_id3150869.7.help.text
-msgctxt "03050300.xhp#hd_id3150869.7.help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03050300.xhp#par_id3153193.8.help.text
-msgid "<emph>Expression:</emph> Any numeric expression that contains the error code of the error message that you want to return."
-msgstr ""
-
-#: 03050300.xhp#par_id3159254.9.help.text
-msgid "If no parameters are passed, the Error function returns the error message of the most recent error that occurred during program execution."
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3148739\n"
+"44\n"
+"help.text"
+msgid "Order"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nბრძანება\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nრიგი"
+
+#. :Pd\
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3149252\n"
+"45\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the order in which the controls receive the focus when the Tab key is pressed in the dialog.</ahelp> On entering a dialog, the control with the lowest order (0) receives the focus. Pressing the <emph>Tab</emph> key the successively focusses the other controls as specified by their order number."
msgstr ""
-#: 03120300.xhp#tit.help.text
-msgid "Editing String Contents"
-msgstr "სტრიქონის შეიგთავსის რედაქტირება"
-
-#: 03120300.xhp#bm_id7499008.help.text
-msgid "<bookmark_value>ampersand symbol in StarBasic</bookmark_value>"
+#. [;q$
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3155259\n"
+"46\n"
+"help.text"
+msgid "Initially, the controls receive numbers in the order they are added to the dialog. You can change the order numbers for controls. $[officename] Basic updates the order numbers automatically to avoid duplicate numbers. Controls that cannot be focused are also assigned a value but these controls are skipped when using the Tab key."
msgstr ""
-#: 03120300.xhp#hd_id3153894.1.help.text
+#. :GC?
+#: 01170101.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03120300.xhp\" name=\"Editing String Contents\">Editing String Contents</link>"
-msgstr "<link href=\"text/sbasic/shared/03120400.xhp\" name=\"სტრინგის სიგრძის რედაქტირება\">სტრინგის სიგრძის რედაქტირება</link>"
-
-#: 03120300.xhp#par_id3149178.2.help.text
-msgid "The following functions edit, format, and align the contents of strings. Use the & operator to concatenate strings."
-msgstr ""
-
-#: 03102100.xhp#tit.help.text
-msgid "Dim Statement [Runtime]"
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3149511\n"
+"247\n"
+"help.text"
+msgid "Orientation"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nპრეზენტაცია\\n#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\\nორიენტაცია"
+
+#. D6!3
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3153780\n"
+"246\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the orientation for a scrollbar control.</ahelp>"
msgstr ""
-#: 03102100.xhp#bm_id3149812.help.text
-msgid "<bookmark_value>Dim statement</bookmark_value><bookmark_value>arrays; dimensioning</bookmark_value><bookmark_value>dimensioning arrays</bookmark_value>"
+#. O]U6
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3154374\n"
+"239\n"
+"help.text"
+msgid "Page (step)"
msgstr ""
-#: 03102100.xhp#hd_id3149812.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03102100.xhp\" name=\"Dim Statement [Runtime]\">Dim Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-
-#: 03102100.xhp#par_id3143271.2.help.text
-msgctxt "03102100.xhp#par_id3143271.2.help.text"
-msgid "Declares a variable or an array."
+#. ;UH9
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154109\n"
+"238\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the number of the dialog page to which the current control is assigned or the page number of the dialog you want to edit.</ahelp> If a dialog has only one page set its <emph>Page (Step)</emph> value to <emph>0</emph>."
msgstr ""
-#: 03102100.xhp#par_id3154686.3.help.text
-msgid "If the variables are separated by commas (for example, DIM sPar1, sPar2, sPar3 AS STRING), only Variant variables can be defined. Use a separate definition line for each variable."
+#. :NV?
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3148580\n"
+"236\n"
+"help.text"
+msgid "Select <emph>Page (Step)</emph> = 0 to make a control visible on every dialog page."
msgstr ""
-#: 03102100.xhp#par_id3156422.4.help.text
-msgid "DIM sPar1 AS STRING"
+#. 7C65
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3146144\n"
+"235\n"
+"help.text"
+msgid "To switch between dialog pages at run time, you need to create a macro that changes the value of <emph>Page (Step)</emph>."
msgstr ""
-#: 03102100.xhp#par_id3159252.5.help.text
-msgid "DIM sPar2 AS STRING"
+#. sc@d
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3154558\n"
+"156\n"
+"help.text"
+msgid "Password characters"
msgstr ""
-#: 03102100.xhp#par_id3153142.6.help.text
-msgid "DIM sPar3 AS STRING"
+#. Mx4n
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3152787\n"
+"157\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter a character to be displayed instead of the characters that are typed. This can be used for entering passwords in text controls.</ahelp>"
msgstr ""
-#: 03102100.xhp#par_id3152576.7.help.text
-msgid "Dim declares local variables within subroutines. Global variables are declared with the PUBLIC or the PRIVATE statement."
+#. /OEi
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3148750\n"
+"245\n"
+"help.text"
+msgid "PositionX"
msgstr ""
-#: 03102100.xhp#hd_id3156443.8.help.text
-msgctxt "03102100.xhp#hd_id3156443.8.help.text"
-msgid "Syntax:"
+#. f]jA
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154517\n"
+"244\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the distance of the current control from the left side of the dialog.</ahelp>"
msgstr ""
-#: 03102100.xhp#par_id3149412.9.help.text
-msgctxt "03102100.xhp#par_id3149412.9.help.text"
-msgid "[ReDim]Dim VarName [(start To end)] [As VarType][, VarName2 [(start To end)] [As VarType][,...]]"
+#. C#UB
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3152767\n"
+"243\n"
+"help.text"
+msgid "PositionY"
msgstr ""
-#: 03102100.xhp#hd_id3147397.10.help.text
-msgctxt "03102100.xhp#hd_id3147397.10.help.text"
-msgid "Parameters:"
+#. ^ybM
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3159082\n"
+"242\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the distance of the current control from the top of the dialog.</ahelp>"
msgstr ""
-#: 03102100.xhp#par_id3154730.11.help.text
-msgctxt "03102100.xhp#par_id3154730.11.help.text"
-msgid "<emph>VarName:</emph> Any variable or array name."
+#. WB1z
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3159213\n"
+"221\n"
+"help.text"
+msgid "Prefix symbol"
msgstr ""
-#: 03102100.xhp#par_id3147125.12.help.text
-msgctxt "03102100.xhp#par_id3147125.12.help.text"
-msgid "<emph>Start, End:</emph> Numerical values or constants that define the number of elements (NumberElements=(end-start)+1) and the index range."
+#. t%Kc
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3149688\n"
+"222\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select \"Yes\" to display the currency symbol prefix in currency controls when a number was entered.</ahelp>"
msgstr ""
-#: 03102100.xhp#par_id3153877.13.help.text
-msgid "Start and End can be numerical expressions if ReDim is applied at the procedure level."
-msgstr ""
+#. ^gf5
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3149728\n"
+"89\n"
+"help.text"
+msgid "Print"
+msgstr "ბეჭდვა"
-#: 03102100.xhp#par_id3153510.14.help.text
-msgid "<emph>VarType:</emph> Key word that declares the data type of a variable."
+#. ?x=F
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3150001\n"
+"90\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select \"Yes\" to include the current control in a document's printout.</ahelp>"
msgstr ""
-#: 03102100.xhp#par_id3154015.15.help.text
-msgctxt "03102100.xhp#par_id3154015.15.help.text"
-msgid "<emph>Keyword:</emph> Variable type"
+#. H??@
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3154671\n"
+"261\n"
+"help.text"
+msgid "Progress value"
msgstr ""
-#: 03102100.xhp#par_id3153949.16.help.text
-msgid "<emph>Bool:</emph> Boolean variable (True, False)"
+#. kmaZ
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3146849\n"
+"260\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify a progress value for a progress bar control.</ahelp>"
msgstr ""
-#: 03102100.xhp#par_id3156275.17.help.text
-msgid "<emph>Currency:</emph> Currency-Variable (Currency with 4 Decimal places)"
+#. p9T|
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3153112\n"
+"254\n"
+"help.text"
+msgid "Progress value max."
msgstr ""
-#: 03102100.xhp#par_id3156057.18.help.text
-msgctxt "03102100.xhp#par_id3156057.18.help.text"
-msgid "<emph>Date:</emph> Date variable"
+#. F0HI
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3145167\n"
+"253\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the maximum value of a progress bar control.</ahelp>"
msgstr ""
-#: 03102100.xhp#par_id3148405.19.help.text
-msgid "<emph>Double:</emph> Double-precision floating-point variable (1,79769313486232 x 10E308 - 4,94065645841247 x 10E-324)"
+#. ##O:
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3153569\n"
+"249\n"
+"help.text"
+msgid "Progress value min."
msgstr ""
-#: 03102100.xhp#par_id3148916.20.help.text
-msgctxt "03102100.xhp#par_id3148916.20.help.text"
-msgid "<emph>Integer:</emph> Integer variable (-32768 - 32767)"
+#. E819
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154506\n"
+"248\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the minimum value of a progress bar control.</ahelp>"
msgstr ""
-#: 03102100.xhp#par_id3150045.21.help.text
-msgid "<emph>Long:</emph> Long integer variable (-2.147.483.648 - 2.147.483.647)"
+#. Rt:9
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3150134\n"
+"42\n"
+"help.text"
+msgid "Read-only"
msgstr ""
-#: 03102100.xhp#par_id3149255.22.help.text
-msgid "<emph>Object:</emph> Object variable (Note: this variable can only subsequently be defined with Set!)"
+#. l2Kb
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3155930\n"
+"43\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select \"Yes\" to prevent the user from editing the value of the current control. The control is enabled and can be focussed but not modified.</ahelp>"
msgstr ""
-#: 03102100.xhp#par_id3155937.23.help.text
-msgid "<emph>Single:</emph> Single-precision floating-point variable (3,402823 x 10E38 - 1,401298 x 10E-45)."
-msgstr ""
+#. +WTD
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN11112\n"
+"help.text"
+msgid "Repeat"
+msgstr "გამეორება"
-#: 03102100.xhp#par_id3151251.24.help.text
-msgid "<emph>String:</emph> String variable consisting of a maximum of 64,000 ASCII characters."
+#. tWr0
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN11128\n"
+"help.text"
+msgid "<ahelp hid=\".\">Repeats trigger events when you keep the mouse button pressed on a control such as a spin button.</ahelp>"
msgstr ""
-#: 03102100.xhp#par_id3154704.25.help.text
-msgid "<emph>[Variant]:</emph> Variant variable type (contains all types, specified by definition). If a key word is not specified, variables are automatically defined as Variant Type, unless a statement from DefBool to DefVar is used."
+#. i|T9
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id9579149\n"
+"help.text"
+msgid "Root displayed"
msgstr ""
-#: 03102100.xhp#par_id3146316.26.help.text
-msgctxt "03102100.xhp#par_id3146316.26.help.text"
-msgid "In $[officename] Basic, you do not need to declare variables explicitly. However, you need to declare an array before you can use them. You can declare a variable with the Dim statement, using commas to separate multiple declarations. To declare a variable type, enter a type-declaration character following the name or use a corresponding key word."
+#. BVN9
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id7126987\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies if the root node of the tree control is displayed.</ahelp>"
msgstr ""
-#: 03102100.xhp#par_id3149924.27.help.text
-msgctxt "03102100.xhp#par_id3149924.27.help.text"
-msgid "$[officename] Basic supports single or multi-dimensional arrays that are defined by a specified variable type. Arrays are suitable if the program contains lists or tables that you want to edit. The advantage of arrays is that it is possible to address individual elements according to indexes, which can be formulated as numeric expressions or variables."
+#. !M#:
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id9174779\n"
+"help.text"
+msgid "If Root displayed is set to FALSE, the root node of a model is no longer a valid node for the tree control and can't be used with any method of XTreeControl."
msgstr ""
-#: 03102100.xhp#par_id3148488.28.help.text
-msgid "Arrays are declared with the Dim statement. There are two methods to define the index range:"
+#. GO^^
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id594195\n"
+"help.text"
+msgid "The default value is TRUE."
msgstr ""
-#: 03102100.xhp#par_id3154662.29.help.text
-msgid "DIM text(20) as String REM 21 elements numbered from 0 to 20"
+#. WST[
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id7534409\n"
+"help.text"
+msgid "Row height"
msgstr ""
-#: 03102100.xhp#par_id3155604.30.help.text
-msgid "DIM text(5 to 25) as String REM 21 elements numbered from 5 to 25"
+#. uOs5
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id6471755\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the height of each row of a tree control, in pixels.</ahelp>"
msgstr ""
-#: 03102100.xhp#par_id3151274.31.help.text
-msgid "DIM text(-15 to 5) as String REM 21 elements (including 0)"
+#. CV(}
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id2909329\n"
+"help.text"
+msgid "If the specified value is less than or equal to zero, the row height is the maximum height of all rows."
msgstr ""
-#: 03102100.xhp#par_id3152774.32.help.text
-msgid "REM numbered from -15 to 5"
+#. =%J:
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id4601580\n"
+"help.text"
+msgid "The default value is 0."
msgstr ""
-#: 03102100.xhp#par_id3150829.33.help.text
-msgid "Two-dimensional data field"
-msgstr ""
+#. 77_|
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3148761\n"
+"264\n"
+"help.text"
+msgid "Scale"
+msgstr "მასშტაბირება"
-#: 03102100.xhp#par_id3149529.34.help.text
-msgid "DIM text(20,2) as String REM 63 elements; form 0 to 20 level 1, from 0 to 20 level 2 and from 0 to 20 level 3."
+#. 0|#O
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3159134\n"
+"265\n"
+"help.text"
+msgid "<ahelp hid=\".\">Scales the image to fit the control size.</ahelp>"
msgstr ""
-#: 03102100.xhp#par_id3159239.35.help.text
-msgid "You can declare an array types as dynamic if a ReDim statement defines the number of dimensions in the subroutine or the function that contains the array. Generally, you can only define an array dimension once, and you cannot modify it. Within a subroutine, you can declare an array with ReDim. You can only define dimensions with numeric expressions. This ensures that the fields are only as large as necessary."
+#. P8oK
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id7597277\n"
+"help.text"
+msgid "Scrollbar"
msgstr ""
-#: 03102100.xhp#hd_id3150344.36.help.text
-msgctxt "03102100.xhp#hd_id3150344.36.help.text"
-msgid "Example:"
+#. %5K)
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id986968\n"
+"help.text"
+msgid "<ahelp hid=\".\">Adds the scrollbar type that you specify to a text box.</ahelp>"
msgstr ""
-#: 03102100.xhp#par_id3150206.37.help.text
-msgid "Sub ExampleDim1"
-msgstr "Sub ExampleStr"
-
-#: 03102100.xhp#par_id3154201.38.help.text
-msgctxt "03102100.xhp#par_id3154201.38.help.text"
-msgid "Dim sVar As String"
-msgstr "Dim sVar as string"
-
-#: 03102100.xhp#par_id3146134.39.help.text
-msgctxt "03102100.xhp#par_id3146134.39.help.text"
-msgid "Dim iVar As Integer"
-msgstr "DIm iLen როგორც Integer"
-
-#: 03102100.xhp#par_id3154657.40.help.text
-msgctxt "03102100.xhp#par_id3154657.40.help.text"
-msgid "sVar = \"Office\""
+#. _.zK
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3147370\n"
+"241\n"
+"help.text"
+msgid "Scroll value"
msgstr ""
-#: 03102100.xhp#par_id3148459.41.help.text
-msgctxt "03102100.xhp#par_id3148459.41.help.text"
-msgid "End Sub"
+#. g1(Z
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3159622\n"
+"240\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the initial value of a scrollbar control. This determines the position of the scrollbar slider.</ahelp>"
msgstr ""
-#: 03102100.xhp#par_id3166424.43.help.text
-msgid "Sub ExampleDim2"
-msgstr "Sub ExampleStr"
+#. [a1p
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3155440\n"
+"252\n"
+"help.text"
+msgid "Scroll value max."
+msgstr "გადაადგილების ზოლის მნიშვნელობის მაქსიმუმი"
-#: 03102100.xhp#par_id3149036.44.help.text
-msgid "REM Two-dimensional data field"
+#. Dg7K
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3148877\n"
+"251\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the maximum value of a scrollbar control.</ahelp>"
msgstr ""
-#: 03102100.xhp#par_id3149737.45.help.text
-msgid "Dim stext(20,2) as String"
-msgstr ""
+#. H8$W
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN111E4\n"
+"help.text"
+msgid "Scroll value min."
+msgstr "გადაადგილების ზოლის მნიშვნელობის მინიმუმი"
-#: 03102100.xhp#par_id3153782.46.help.text
-msgid "Const sDim as String = \" Dimension:\""
+#. @9F{
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN111E8\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the minimum value of a scrollbar control.</ahelp>"
msgstr ""
-#: 03102100.xhp#par_id3150518.48.help.text
-msgctxt "03102100.xhp#par_id3150518.48.help.text"
-msgid "for i = 0 to 20"
+#. E_7-
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id543534\n"
+"help.text"
+msgid "Show handles"
msgstr ""
-#: 03102100.xhp#par_id3166428.49.help.text
-msgctxt "03102100.xhp#par_id3166428.49.help.text"
-msgid "for ii = 0 to 2"
+#. PT-2
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id5060884\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies whether the handles of the nodes should be displayed.</ahelp>"
msgstr ""
-#: 03102100.xhp#par_id3152994.50.help.text
-msgid "stext(i,ii) = str(i) & sDim & str(ii)"
+#. v%?Z
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id4974822\n"
+"help.text"
+msgid "The handles are dotted lines that visualize the hierarchy of the tree control."
msgstr ""
-#: 03102100.xhp#par_id3150202.51.help.text
-msgctxt "03102100.xhp#par_id3150202.51.help.text"
-msgid "next ii"
+#. Q-:]
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id7687307\n"
+"help.text"
+msgid "The default value is TRUE."
msgstr ""
-#: 03102100.xhp#par_id3154370.52.help.text
-msgctxt "03102100.xhp#par_id3154370.52.help.text"
-msgid "next i"
+#. H(1\
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id4062013\n"
+"help.text"
+msgid "Show root handles"
msgstr ""
-#: 03102100.xhp#par_id3156166.54.help.text
-msgctxt "03102100.xhp#par_id3156166.54.help.text"
-msgid "for i = 0 to 20"
+#. (}+q
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3314004\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies whether the handles of the nodes should also be displayed at root level.</ahelp>"
msgstr ""
-#: 03102100.xhp#par_id3148815.55.help.text
-msgctxt "03102100.xhp#par_id3148815.55.help.text"
-msgid "for ii = 0 to 2"
+#. rqs$
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id2396313\n"
+"help.text"
+msgid "The default value is TRUE."
msgstr ""
-#: 03102100.xhp#par_id3146981.56.help.text
-msgid "msgbox stext(i,ii)"
-msgstr ""
+#. /%nh
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN10EC2\n"
+"help.text"
+msgid "Selection"
+msgstr "მონიშვნა"
-#: 03102100.xhp#par_id3155125.57.help.text
-msgctxt "03102100.xhp#par_id3155125.57.help.text"
-msgid "next ii"
+#. 4.`(
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN10ED8\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the sequence of the selected items, where \"0\" corresponds to the first item. To select more than one item, Multiselection must be enabled.</ahelp>"
msgstr ""
-#: 03102100.xhp#par_id3154528.58.help.text
-msgctxt "03102100.xhp#par_id3154528.58.help.text"
-msgid "next i"
+#. S=eZ
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN10EEB\n"
+"help.text"
+msgid "Click the <emph>...</emph> button to open the <emph>Selection</emph> dialog."
msgstr ""
-#: 03102100.xhp#par_id3155087.59.help.text
-msgctxt "03102100.xhp#par_id3155087.59.help.text"
-msgid "End Sub"
+#. qtTg
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN10F0A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click the item or items that you want to select. To select more than one item, ensure that the Multiselection option is selected.</ahelp>"
msgstr ""
-#: 03010102.xhp#tit.help.text
-msgid "MsgBox Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03010102.xhp#bm_id3153379.help.text
-msgid "<bookmark_value>MsgBox function</bookmark_value>"
-msgstr "<bookmark_value>IsError ფუნქცია</bookmark_value>"
-
-#: 03010102.xhp#hd_id3153379.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03010102.xhp\" name=\"MsgBox Function [Runtime]\">MsgBox Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03010102.xhp#par_id3145171.2.help.text
-msgid "Displays a dialog box containing a message and returns a value."
+#. MK0A
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id5026093\n"
+"help.text"
+msgid "Selection type"
msgstr ""
-#: 03010102.xhp#hd_id3156281.3.help.text
-msgctxt "03010102.xhp#hd_id3156281.3.help.text"
-msgid "Syntax:"
+#. AMKs
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id1134067\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the selection mode that is enabled for this tree control.</ahelp>"
msgstr ""
-#: 03010102.xhp#par_id3154685.4.help.text
-msgid "MsgBox (Text As String [,Type As Integer [,Dialogtitle As String]])"
+#. +wE2
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3154193\n"
+"87\n"
+"help.text"
+msgid "Spin Button"
msgstr ""
-#: 03010102.xhp#hd_id3153771.5.help.text
-msgctxt "03010102.xhp#hd_id3153771.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03010102.xhp#par_id3146985.6.help.text
-msgctxt "03010102.xhp#par_id3146985.6.help.text"
-msgid "Integer"
+#. (DiD
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3145298\n"
+"88\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select \"Yes\" to add spin buttons to a numerical, currency, date, or time control to allow increasing and decreasing the input value using arrow buttons.</ahelp>"
msgstr ""
-#: 03010102.xhp#hd_id3153363.7.help.text
-msgctxt "03010102.xhp#hd_id3153363.7.help.text"
-msgid "Parameter:"
-msgstr ""
+#. .VqC
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3156267\n"
+"232\n"
+"help.text"
+msgid "State"
+msgstr "შტატი"
-#: 03010102.xhp#par_id3153727.8.help.text
-msgctxt "03010102.xhp#par_id3153727.8.help.text"
-msgid "<emph>Text</emph>: String expression displayed as a message in the dialog box. Line breaks can be inserted with Chr$(13)."
+#. PO|T
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3150928\n"
+"231\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the selection state of the current control.</ahelp>"
msgstr ""
-#: 03010102.xhp#par_id3147317.9.help.text
-msgid "<emph>DialogTitle</emph>: String expression displayed in the title bar of the dialog. If omitted, the name of the respective application is displayed."
-msgstr ""
+#. z1WB
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3148396\n"
+"112\n"
+"help.text"
+msgid "Strict format"
+msgstr "მკაცრი ფორმატი"
-#: 03010102.xhp#par_id3153954.10.help.text
-msgid "<emph>Type</emph>: Any integer expression that specifies the dialog type and defines the number and type of buttons or icons displayed. <emph>Type</emph> represents a combination of bit patterns (dialog elements defined by adding the respective values):"
+#. gAV`
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3153042\n"
+"113\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select \"Yes\" to only allow valid characters to be entered in a numerical, currency, date, or time control.</ahelp>"
msgstr ""
-#: 03010102.xhp#par_id3154319.11.help.text
-msgid "<emph>Values</emph>"
+#. KjPb
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3149538\n"
+"48\n"
+"help.text"
+msgid "Tabstop"
msgstr ""
-#: 03010102.xhp#par_id3147397.12.help.text
-msgctxt "03010102.xhp#par_id3147397.12.help.text"
-msgid "0 : Display OK button only."
+#. X*Q/
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3148543\n"
+"49\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the focus behavior of the current control when using the <emph>Tab</emph> key.</ahelp>"
msgstr ""
-#: 03010102.xhp#par_id3145646.13.help.text
-msgctxt "03010102.xhp#par_id3145646.13.help.text"
-msgid "1 : Display OK and Cancel buttons."
+#. bBe=
+#: 01170101.xhp
+#, fuzzy
+msgctxt ""
+"01170101.xhp\n"
+"par_id3148776\n"
+"178\n"
+"help.text"
+msgid "Default"
+msgstr "#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\\nსტანდარტული\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nნაგულისხმები\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nნაგულისხმევი\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\nსაწყისი"
+
+#. iv8U
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3153547\n"
+"179\n"
+"help.text"
+msgid "Only input controls receive the focus when using the <emph>Tab</emph> key. Controls without input like caption controls are omitted."
msgstr ""
-#: 03010102.xhp#par_id3149410.14.help.text
-msgctxt "03010102.xhp#par_id3149410.14.help.text"
-msgid "2 : Display Abort, Retry, and Ignore buttons."
-msgstr ""
+#. !/Xp
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154632\n"
+"52\n"
+"help.text"
+msgid "No"
+msgstr "არა"
-#: 03010102.xhp#par_id3151075.15.help.text
-msgid "3 : Display Yes, No, and Cancel buttons."
+#. rjWw
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3150475\n"
+"53\n"
+"help.text"
+msgid "When using the tab key focusing skips the control."
msgstr ""
-#: 03010102.xhp#par_id3153878.16.help.text
-msgctxt "03010102.xhp#par_id3153878.16.help.text"
-msgid "4 : Display Yes and No buttons."
-msgstr ""
+#. pYmP
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3150690\n"
+"50\n"
+"help.text"
+msgid "Yes"
+msgstr "დიახ"
-#: 03010102.xhp#par_id3155601.17.help.text
-msgctxt "03010102.xhp#par_id3155601.17.help.text"
-msgid "5 : Display Retry and Cancel buttons."
+#. }o{U
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3159106\n"
+"51\n"
+"help.text"
+msgid "The control can be selected with the Tab key."
msgstr ""
-#: 03010102.xhp#par_id3150716.18.help.text
-msgctxt "03010102.xhp#par_id3150716.18.help.text"
-msgid "16 : Add the Stop icon to the dialog."
+#. P5n1
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3145152\n"
+"147\n"
+"help.text"
+msgid "Thousands Separator"
msgstr ""
-#: 03010102.xhp#par_id3153837.19.help.text
-msgctxt "03010102.xhp#par_id3153837.19.help.text"
-msgid "32 : Add the Question icon to the dialog."
+#. qPkC
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3155085\n"
+"148\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select \"Yes\" to display thousands separator characters in numerical and currency controls.</ahelp>"
msgstr ""
-#: 03010102.xhp#par_id3150751.20.help.text
-msgid "48 : Add the Exclamation Point icon to the dialog."
+#. (_M_
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3152816\n"
+"168\n"
+"help.text"
+msgid "Time Format"
msgstr ""
-#: 03010102.xhp#par_id3146915.21.help.text
-msgctxt "03010102.xhp#par_id3146915.21.help.text"
-msgid "64 : Add the Information icon to the dialog."
+#. E`QZ
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3145263\n"
+"169\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the format to be used for time controls.</ahelp>"
msgstr ""
-#: 03010102.xhp#par_id3145640.22.help.text
-msgctxt "03010102.xhp#par_id3145640.22.help.text"
-msgid "128 : First button in the dialog as default button."
+#. zhn6
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3153920\n"
+"127\n"
+"help.text"
+msgid "Time max."
msgstr ""
-#: 03010102.xhp#par_id3153765.23.help.text
-msgctxt "03010102.xhp#par_id3153765.23.help.text"
-msgid "256 : Second button in the dialog as default button."
+#. 1[{r
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3155401\n"
+"128\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the maximum time value for a time control.</ahelp>"
msgstr ""
-#: 03010102.xhp#par_id3153715.24.help.text
-msgctxt "03010102.xhp#par_id3153715.24.help.text"
-msgid "512 : Third button in the dialog as default button."
+#. ZnC}
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3163818\n"
+"135\n"
+"help.text"
+msgid "Time min."
msgstr ""
-#: 03010102.xhp#par_id3159267.25.help.text
-msgid "<emph>Return value:</emph>"
-msgstr "<emph>დაბრუნებული მნიშვნელობა</emph>:"
-
-#: 03010102.xhp#par_id3145230.26.help.text
-msgid "1 : OK"
+#. q]^`
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3156262\n"
+"136\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the minimum time value for a time control.</ahelp>"
msgstr ""
-#: 03010102.xhp#par_id3149567.27.help.text
-msgid "2 : Cancel"
-msgstr ""
+#. ~#YA
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3148638\n"
+"266\n"
+"help.text"
+msgid "Title"
+msgstr "სათაური"
-#: 03010102.xhp#par_id4056825.help.text
-msgid "3 : Abort"
+#. B|ia
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3147169\n"
+"267\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the title of the dialog. Click the border of the dialog to select the dialog.</ahelp>"
msgstr ""
-#: 03010102.xhp#par_id3155335.28.help.text
-msgid "4 : Retry"
+#. i)c;
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3153716\n"
+"55\n"
+"help.text"
+msgid "<emph>Titles</emph> are only used for labeling a dialog and can only contain one line. Please note that if you work with macros, controls are only called through their <emph>Name</emph> property."
msgstr ""
-#: 03010102.xhp#par_id3146918.29.help.text
-msgid "5 : Ignore"
-msgstr ""
+#. T=V4
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3152594\n"
+"173\n"
+"help.text"
+msgid "Tristate"
+msgstr "ტრისტატი"
-#: 03010102.xhp#par_id3155961.30.help.text
-msgid "6 : Yes"
+#. +9aB
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3149825\n"
+"174\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select \"Yes\" to allow a check box to have three states (checked, unchecked, and grayed out) instead of two (checked and unchecked).</ahelp>"
msgstr ""
-#: 03010102.xhp#par_id3148488.31.help.text
-msgid "7 : No"
+#. aLGH
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3150614\n"
+"268\n"
+"help.text"
+msgid "Value"
msgstr ""
-#: 03010102.xhp#hd_id3150090.40.help.text
-msgctxt "03010102.xhp#hd_id3150090.40.help.text"
-msgid "Example:"
+#. `=;J
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154315\n"
+"269\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the value for the current control.</ahelp>"
msgstr ""
-#: 03010102.xhp#par_id3154120.41.help.text
-msgctxt "03010102.xhp#par_id3154120.41.help.text"
-msgid "Sub ExampleMsgBox"
+#. Ca`]
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3152480\n"
+"125\n"
+"help.text"
+msgid "Value max."
msgstr ""
-#: 03010102.xhp#par_id3145131.42.help.text
-msgid "Dim sVar as Integer"
-msgstr "Dim iPos as Integer"
-
-#: 03010102.xhp#par_id3151278.43.help.text
-msgid "sVar = MsgBox(\"Las Vegas\")"
+#. k]B\
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3163823\n"
+"126\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the maximum value for the current control.</ahelp>"
msgstr ""
-#: 03010102.xhp#par_id3149034.44.help.text
-msgid "sVar = MsgBox(\"Las Vegas\",1)"
+#. 3f7{
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3149276\n"
+"133\n"
+"help.text"
+msgid "Value min."
msgstr ""
-#: 03010102.xhp#par_id3166424.45.help.text
-msgid "sVar = MsgBox( \"Las Vegas\",256 + 16 + 2,\"Dialog title\")"
+#. \xHZ
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3145088\n"
+"134\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the minimum value for the current control.</ahelp>"
msgstr ""
-#: 03010102.xhp#par_id3152581.46.help.text
-msgctxt "03010102.xhp#par_id3152581.46.help.text"
-msgid "end sub"
-msgstr ""
+#. =R1W
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3149712\n"
+"234\n"
+"help.text"
+msgid "Visible size"
+msgstr "ხილული ზომა"
-#: 03010100.xhp#tit.help.text
-msgid "Display Functions"
+#. :/7!
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3149445\n"
+"233\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the length of the slider of a scrollbar control.</ahelp>"
msgstr ""
-#: 03010100.xhp#hd_id3151384.1.help.text
-msgid "<link href=\"text/sbasic/shared/03010100.xhp\" name=\"Display Functions\">Display Functions</link>"
-msgstr ""
+#. G;jd
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3152472\n"
+"142\n"
+"help.text"
+msgid "Width"
+msgstr "სიგანე"
-#: 03010100.xhp#par_id3149346.2.help.text
-msgid "This section describes Runtime functions used to output information to the screen display."
+#. 6bKw
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3157963\n"
+"143\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the width of the current control or dialog.</ahelp>"
msgstr ""
-#: 03010301.xhp#tit.help.text
+#. XoGR
+#: 03010301.xhp
+msgctxt ""
+"03010301.xhp\n"
+"tit\n"
+"help.text"
msgid "Blue Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03010301.xhp#bm_id3149180.help.text
+#. =Cl5
+#: 03010301.xhp
+msgctxt ""
+"03010301.xhp\n"
+"bm_id3149180\n"
+"help.text"
msgid "<bookmark_value>Blue function</bookmark_value>"
msgstr "<bookmark_value>CCur ფუნქცია</bookmark_value>"
-#: 03010301.xhp#hd_id3149180.1.help.text
+#. !(8.
+#: 03010301.xhp
#, fuzzy
+msgctxt ""
+"03010301.xhp\n"
+"hd_id3149180\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/sbasic/shared/03010301.xhp\" name=\"Blue Function [Runtime]\">Blue Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03010301.xhp#par_id3156343.2.help.text
+#. DAQN
+#: 03010301.xhp
+msgctxt ""
+"03010301.xhp\n"
+"par_id3156343\n"
+"2\n"
+"help.text"
msgid "Returns the blue component of the specified color code."
msgstr ""
-#: 03010301.xhp#hd_id3149670.3.help.text
-msgctxt "03010301.xhp#hd_id3149670.3.help.text"
+#. 94UH
+#: 03010301.xhp
+msgctxt ""
+"03010301.xhp\n"
+"hd_id3149670\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03010301.xhp#par_id3149457.4.help.text
+#. \d#d
+#: 03010301.xhp
+msgctxt ""
+"03010301.xhp\n"
+"par_id3149457\n"
+"4\n"
+"help.text"
msgid "Blue (Color As Long)"
msgstr ""
-#: 03010301.xhp#hd_id3149656.5.help.text
-msgctxt "03010301.xhp#hd_id3149656.5.help.text"
+#. `T;0
+#: 03010301.xhp
+msgctxt ""
+"03010301.xhp\n"
+"hd_id3149656\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03010301.xhp#par_id3154365.6.help.text
-msgctxt "03010301.xhp#par_id3154365.6.help.text"
+#. MF^g
+#: 03010301.xhp
+msgctxt ""
+"03010301.xhp\n"
+"par_id3154365\n"
+"6\n"
+"help.text"
msgid "Integer"
msgstr ""
-#: 03010301.xhp#hd_id3156423.7.help.text
-msgctxt "03010301.xhp#hd_id3156423.7.help.text"
+#. kNc=
+#: 03010301.xhp
+msgctxt ""
+"03010301.xhp\n"
+"hd_id3156423\n"
+"7\n"
+"help.text"
msgid "Parameter:"
msgstr ""
-#: 03010301.xhp#par_id3150448.8.help.text
+#. ^bG2
+#: 03010301.xhp
+msgctxt ""
+"03010301.xhp\n"
+"par_id3150448\n"
+"8\n"
+"help.text"
msgid "<emph>Color value</emph>: Long integer expression that specifies any <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"color code\">color code</link> for which to return the blue component."
msgstr ""
-#: 03010301.xhp#hd_id3153091.9.help.text
-msgctxt "03010301.xhp#hd_id3153091.9.help.text"
+#. e)}(
+#: 03010301.xhp
+msgctxt ""
+"03010301.xhp\n"
+"hd_id3153091\n"
+"9\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03010301.xhp#par_id3153143.10.help.text
-msgctxt "03010301.xhp#par_id3153143.10.help.text"
-msgid "Sub ExampleColor"
-msgstr "sub ExampleChr"
-
-#: 03010301.xhp#par_id3149664.11.help.text
-msgctxt "03010301.xhp#par_id3149664.11.help.text"
-msgid "Dim lVar As Long"
-msgstr "Dim sVar as string"
-
-#: 03010301.xhp#par_id3148576.12.help.text
-msgctxt "03010301.xhp#par_id3148576.12.help.text"
-msgid "lVar = rgb(128,0,200)"
-msgstr ""
-
-#: 03010301.xhp#par_id3154012.13.help.text
+#. 8;~O
+#: 03010301.xhp
+msgctxt ""
+"03010301.xhp\n"
+"par_id3154012\n"
+"13\n"
+"help.text"
msgid "MsgBox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
msgstr ""
-#: 03010301.xhp#par_id3148645.14.help.text
+#. t?#N
+#: 03010301.xhp
+msgctxt ""
+"03010301.xhp\n"
+"par_id3148645\n"
+"14\n"
+"help.text"
msgid "\"red= \" & Red(lVar) & Chr(13)&_"
msgstr ""
-#: 03010301.xhp#par_id3159155.15.help.text
+#. 9f3.
+#: 03010301.xhp
+msgctxt ""
+"03010301.xhp\n"
+"par_id3159155\n"
+"15\n"
+"help.text"
msgid "\"green= \" & Green(lVar) & Chr(13)&_"
msgstr ""
-#: 03010301.xhp#par_id3147319.16.help.text
+#. 3%A,
+#: 03010301.xhp
+msgctxt ""
+"03010301.xhp\n"
+"par_id3147319\n"
+"16\n"
+"help.text"
msgid "\"blue= \" & Blue(lVar) & Chr(13) , 64,\"colors\""
msgstr ""
-#: 03010301.xhp#par_id3147434.17.help.text
-msgctxt "03010301.xhp#par_id3147434.17.help.text"
-msgid "End Sub"
-msgstr ""
-
-#: 03132500.xhp#tit.help.text
-msgid "GetDefaultContext Function [Runtime]"
-msgstr ""
-
-#: 03132500.xhp#bm_id4761192.help.text
-msgid "<bookmark_value>GetDefaultContext function</bookmark_value>"
-msgstr "<bookmark_value>GetDefaultContext</bookmark_value>"
-
-#: 03132500.xhp#par_idN10580.help.text
-msgid "<link href=\"text/sbasic/shared/03132500.xhp\">GetDefaultContext Function [Runtime]</link>"
+#. QSX4
+#: 03110100.xhp
+msgctxt ""
+"03110100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comparison Operators [Runtime]"
msgstr ""
-#: 03132500.xhp#par_idN10590.help.text
-msgid "Returns the default context of the process service factory, if existent, else returns a null reference. "
-msgstr "არსებობის შემთხვევაში აბრუნებს სერვისის ქარხნის საწყის შინაარს, წინააღმდეგ შემთხვევაში აბრუნებს null მითითებას"
-
-#: 03132500.xhp#par_idN10593.help.text
-#, fuzzy
-msgid "This runtime function returns the default component context to be used, if instantiating services via XmultiServiceFactory. See the <item type=\"literal\">Professional UNO</item> chapter in the <item type=\"literal\">Developer's Guide</item> on <link href=\"http://api.libreoffice.org\">api.libreoffice.org</link> for more information."
-msgstr "გაშვების ფუნქცია გამოსაყენებლად აბრუნებს საწყის კომპონენტს,XmultiServiceFactory -ის ინსტანტირების დროს. დამატებითი ინფორმაციისთვის იხილეთ <item type=\"literal\">Professional UNO</item> თავი <item type=\"literal\">პროგრამისტის სახელმძღვანელოში</item> მისამართზე:<link href=\"http://api.openoffice.org\">api.openoffice.org</link>."
-
-#: 03104200.xhp#tit.help.text
-msgid "Array Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03104200.xhp#bm_id3150499.help.text
-msgid "<bookmark_value>Array function</bookmark_value>"
-msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
+#. I_Ld
+#: 03110100.xhp
+msgctxt ""
+"03110100.xhp\n"
+"bm_id3150682\n"
+"help.text"
+msgid "<bookmark_value>comparison operators;%PRODUCTNAME Basic</bookmark_value><bookmark_value>operators;comparisons</bookmark_value>"
+msgstr "<bookmark_value>შედარების ოპერატორები;%PRODUCTNAME ძირითადი</bookmark_value><bookmark_value>ოპერატორები;შედარრების</bookmark_value>"
-#: 03104200.xhp#hd_id3150499.1.help.text
+#. l#An
+#: 03110100.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function [Runtime]\">Array Function [Runtime]</link>"
+msgctxt ""
+"03110100.xhp\n"
+"hd_id3150682\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03110100.xhp\" name=\"Comparison Operators [Runtime]\">Comparison Operators [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03104200.xhp#par_id3155555.2.help.text
-msgid "Returns the type Variant with a data field."
+#. DU^=
+#: 03110100.xhp
+msgctxt ""
+"03110100.xhp\n"
+"par_id3156042\n"
+"2\n"
+"help.text"
+msgid "Comparison operators compare two expressions. The result is returned as a Boolean expression that determines if the comparison is True (-1) or False (0)."
msgstr ""
-#: 03104200.xhp#hd_id3148538.3.help.text
-msgctxt "03104200.xhp#hd_id3148538.3.help.text"
+#. 2bxe
+#: 03110100.xhp
+msgctxt ""
+"03110100.xhp\n"
+"hd_id3147291\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03104200.xhp#par_id3153126.4.help.text
-msgid "Array ( Argument list)"
-msgstr ""
-
-#: 03104200.xhp#par_id3155419.5.help.text
-msgid "See also <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link>"
-msgstr ""
+#. 7Z7p
+#: 03110100.xhp
+msgctxt ""
+"03110100.xhp\n"
+"par_id3149177\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 { = | < | > | <= | >= } Expression2"
+msgstr "რეზულტატი = გამოსახულება1 { = | < | > | <= | >= } გამოსახულება2"
-#: 03104200.xhp#hd_id3150669.6.help.text
-msgctxt "03104200.xhp#hd_id3150669.6.help.text"
+#. U$L@
+#: 03110100.xhp
+msgctxt ""
+"03110100.xhp\n"
+"hd_id3145316\n"
+"5\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03104200.xhp#par_id3145609.7.help.text
-msgctxt "03104200.xhp#par_id3145609.7.help.text"
-msgid "<emph>Argument list:</emph> A list of any number of arguments that are separated by commas."
-msgstr ""
-
-#: 03104200.xhp#hd_id3156343.8.help.text
-msgctxt "03104200.xhp#hd_id3156343.8.help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03104200.xhp#par_id3153897.9.help.text
-msgid "Dim A As Variant"
-msgstr "Dim sVar as string"
-
-#: 03104200.xhp#par_id3153525.10.help.text
-msgid "A = Array(\"Fred\",\"Tom\",\"Bill\")"
-msgstr ""
-
-#: 03104200.xhp#par_id3150792.11.help.text
-msgid "Msgbox A(2)"
-msgstr ""
-
-#: 03120400.xhp#tit.help.text
-msgid "Editing String Length"
-msgstr "სტრინგის სიგრძის რედაქტირება"
-
-#: 03120400.xhp#hd_id3155150.1.help.text
-msgid "<link href=\"text/sbasic/shared/03120400.xhp\" name=\"Editing String Length\">Editing String Length</link>"
-msgstr "<link href=\"text/sbasic/shared/03120400.xhp\" name=\"სტრინგის სიგრძის რედაქტირება\">სტრინგის სიგრძის რედაქტირება</link>"
-
-#: 03120400.xhp#par_id3159201.2.help.text
-msgid "The following functions determine string lengths and compare strings."
-msgstr "შემდეგი ფუნქციები განსაზღვრავენ სტრინგის სიგრძეს და ადარებენ სტრინგებს."
-
-#: 03090402.xhp#tit.help.text
-msgid "Choose Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03090402.xhp#bm_id3143271.help.text
-msgid "<bookmark_value>Choose function</bookmark_value>"
-msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
-
-#: 03090402.xhp#hd_id3143271.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03090402.xhp\" name=\"Choose Function [Runtime]\">Choose Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03090402.xhp#par_id3149234.2.help.text
-msgid "Returns a selected value from a list of arguments."
-msgstr ""
+#. G.US
+#: 03110100.xhp
+msgctxt ""
+"03110100.xhp\n"
+"par_id3147573\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Boolean expression that specifies the result of the comparison (True, or False)"
+msgstr "<emph>Result:</emph>ბულევური გამოსახულება, რომელიც განსაზღვავს შედარების რეზულტატს (ჭეშმარიტი, ან მცდარი)"
-#: 03090402.xhp#hd_id3148943.3.help.text
-msgctxt "03090402.xhp#hd_id3148943.3.help.text"
-msgid "Syntax:"
-msgstr ""
+#. rr*J
+#: 03110100.xhp
+msgctxt ""
+"03110100.xhp\n"
+"par_id3148686\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any numeric values or strings that you want to compare."
+msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-#: 03090402.xhp#par_id3147560.4.help.text
-msgid "Choose (Index, Selection1[, Selection2, ... [,Selection_n]])"
-msgstr ""
+#. `5qH
+#: 03110100.xhp
+msgctxt ""
+"03110100.xhp\n"
+"hd_id3147531\n"
+"8\n"
+"help.text"
+msgid "Comparison operators"
+msgstr "შედარების ოპერატორები"
-#: 03090402.xhp#hd_id3154346.5.help.text
-msgctxt "03090402.xhp#hd_id3154346.5.help.text"
-msgid "Parameters:"
-msgstr ""
+#. pREl
+#: 03110100.xhp
+msgctxt ""
+"03110100.xhp\n"
+"par_id3147265\n"
+"9\n"
+"help.text"
+msgid "= : Equal to"
+msgstr "= : ექვივალენტურია"
-#: 03090402.xhp#par_id3148664.6.help.text
-msgid "<emph>Index:</emph> A numeric expression that specifies the value to return."
-msgstr ""
+#. +J3]
+#: 03110100.xhp
+msgctxt ""
+"03110100.xhp\n"
+"par_id3154924\n"
+"10\n"
+"help.text"
+msgid "< : Less than"
+msgstr "< : ნაკლებია ვიდრე"
-#: 03090402.xhp#par_id3150791.7.help.text
-msgid "<emph>Selection1:</emph> Any expression that contains one of the possible choices."
-msgstr ""
+#. BEZR
+#: 03110100.xhp
+msgctxt ""
+"03110100.xhp\n"
+"par_id3146795\n"
+"11\n"
+"help.text"
+msgid "> : Greater than"
+msgstr "> : მეტია ვიდრე"
-#: 03090402.xhp#par_id3151043.8.help.text
-msgid "The <emph>Choose</emph> function returns a value from the list of expressions based on the index value. If Index = 1, the function returns the first expression in the list, if index i= 2, it returns the second expression, and so on."
-msgstr ""
+#. $uCg
+#: 03110100.xhp
+msgctxt ""
+"03110100.xhp\n"
+"par_id3150541\n"
+"12\n"
+"help.text"
+msgid "<= : Less than or equal to"
+msgstr "<= : ნაკლებია ან ექვივალენრურია ვიდრე"
-#: 03090402.xhp#par_id3153192.9.help.text
-msgid "If the index value is less than 1 or greater than the number of expressions listed, the function returns a Null value."
-msgstr ""
+#. __DJ
+#: 03110100.xhp
+msgctxt ""
+"03110100.xhp\n"
+"par_id3150400\n"
+"13\n"
+"help.text"
+msgid ">= : Greater than or equal to"
+msgstr ">= : მეტია ან ექვივალენრურია ვიდრე"
-#: 03090402.xhp#par_id3156281.10.help.text
-msgid "The following example uses the <emph>Choose</emph> function to select a string from several strings that form a menu:"
-msgstr ""
+#. 15\S
+#: 03110100.xhp
+msgctxt ""
+"03110100.xhp\n"
+"par_id3148797\n"
+"14\n"
+"help.text"
+msgid "<> : Not equal to"
+msgstr "<> : არ არის ექვივალენტური"
-#: 03090402.xhp#hd_id3150439.11.help.text
-msgctxt "03090402.xhp#hd_id3150439.11.help.text"
+#. Tw#9
+#: 03110100.xhp
+msgctxt ""
+"03110100.xhp\n"
+"hd_id3154686\n"
+"15\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03090402.xhp#par_id3153091.12.help.text
-msgid "Sub ExampleChoose"
-msgstr "Sub ExampleVal"
-
-#: 03090402.xhp#par_id3152597.13.help.text
-msgctxt "03090402.xhp#par_id3152597.13.help.text"
-msgid "Dim sReturn As String"
-msgstr "Dim sSep As String"
-
-#: 03090402.xhp#par_id3155855.14.help.text
-msgid "sReturn = ChooseMenu(2)"
-msgstr ""
-
-#: 03090402.xhp#par_id3148575.15.help.text
-msgctxt "03090402.xhp#par_id3148575.15.help.text"
-msgid "Print sReturn"
-msgstr ""
-
-#: 03090402.xhp#par_id3154012.16.help.text
-msgctxt "03090402.xhp#par_id3154012.16.help.text"
-msgid "end sub"
-msgstr ""
-
-#: 03090402.xhp#par_id3146921.19.help.text
-msgid "Function ChooseMenu(Index As Integer)"
-msgstr ""
-
-#: 03090402.xhp#par_id3156443.20.help.text
-msgid "ChooseMenu = Choose(Index, \"Quick Format\", \"Save Format\", \"System Format\")"
-msgstr ""
-
-#: 03090402.xhp#par_id3148645.21.help.text
-msgctxt "03090402.xhp#par_id3148645.21.help.text"
-msgid "End Function"
-msgstr "End function"
-
-#: 03100070.xhp#tit.help.text
-msgid "CVar Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03100070.xhp#bm_id2338633.help.text
-msgid "<bookmark_value>CVar function</bookmark_value>"
-msgstr "<bookmark_value>CVar ფუნქცია</bookmark_value>"
-
-#: 03100070.xhp#par_idN1054B.help.text
-msgid "<link href=\"text/sbasic/shared/03100070.xhp\">CVar Function [Runtime]</link>"
-msgstr ""
-
-#: 03100070.xhp#par_idN1055B.help.text
-msgid "Converts a string expression or numeric expression to a variant expression."
-msgstr "გადაყავს სტრინგული ან რიცხვითი გამოსახულება განსხვავებულ გამოსახულებად."
-
-#: 03100070.xhp#par_idN1055E.help.text
-msgctxt "03100070.xhp#par_idN1055E.help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03100070.xhp#par_idN10562.help.text
-msgid "CVar(Expression)"
-msgstr "CVar(Expression)"
-
-#: 03100070.xhp#par_idN10565.help.text
-msgctxt "03100070.xhp#par_idN10565.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03100070.xhp#par_idN10569.help.text
-msgctxt "03100070.xhp#par_idN10569.help.text"
-msgid "Variant."
-msgstr ""
-
-#: 03100070.xhp#par_idN1056C.help.text
-msgctxt "03100070.xhp#par_idN1056C.help.text"
-msgid "Parameter:"
-msgstr ""
-
-#: 03100070.xhp#par_idN10570.help.text
-msgctxt "03100070.xhp#par_idN10570.help.text"
-msgid "Expression: Any string or numeric expression that you want to convert."
-msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
+#. gma+
+#: 03110100.xhp
+#, fuzzy
+msgctxt ""
+"03110100.xhp\n"
+"par_id3154909\n"
+"18\n"
+"help.text"
+msgid "Dim sRoot As String ' Root directory for file in and output"
+msgstr "DIM sRoot როგორც სტრიქონი REM ' ძირეული დირექტორია ფაილისთვის და კატალოგისთვის"
-#: 03020304.xhp#tit.help.text
-msgid "Seek Function [Runtime]"
+#. bS?S
+#: 03030303.xhp
+msgctxt ""
+"03030303.xhp\n"
+"tit\n"
+"help.text"
+msgid "Timer Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03020304.xhp#bm_id3154367.help.text
-msgid "<bookmark_value>Seek function</bookmark_value>"
-msgstr "<bookmark_value>Shell ფუნქცია</bookmark_value>"
+#. h22Q
+#: 03030303.xhp
+msgctxt ""
+"03030303.xhp\n"
+"bm_id3149346\n"
+"help.text"
+msgid "<bookmark_value>Timer function</bookmark_value>"
+msgstr "<bookmark_value>Trim ფუნქცია</bookmark_value>"
-#: 03020304.xhp#hd_id3154367.1.help.text
+#. vpGo
+#: 03030303.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek Function [Runtime]\">Seek Function [Runtime]</link>"
+msgctxt ""
+"03030303.xhp\n"
+"hd_id3149346\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030303.xhp\" name=\"Timer Function [Runtime]\">Timer Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03020304.xhp#par_id3156280.2.help.text
-msgid "Returns the position for the next writing or reading in a file that was opened with the open statement."
-msgstr ""
-
-#: 03020304.xhp#par_id3153194.3.help.text
-msgid "For random access files, the Seek function returns the number of the next record to be read."
-msgstr ""
-
-#: 03020304.xhp#par_id3161831.4.help.text
-msgid "For all other files, the function returns the byte position at which the next operation is to occur."
+#. ;9X`
+#: 03030303.xhp
+msgctxt ""
+"03030303.xhp\n"
+"par_id3156023\n"
+"2\n"
+"help.text"
+msgid "Returns a value that specifies the number of seconds that have elapsed since midnight."
msgstr ""
-#: 03020304.xhp#par_id3155854.5.help.text
-msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek\">Seek</link>."
+#. 2?:K
+#: 03030303.xhp
+msgctxt ""
+"03030303.xhp\n"
+"par_id3156212\n"
+"3\n"
+"help.text"
+msgid "You must first declare a variable to call the Timer function and assign it the \"Long \" data type, otherwise a Date value is returned."
msgstr ""
-#: 03020304.xhp#hd_id3152460.6.help.text
-msgctxt "03020304.xhp#hd_id3152460.6.help.text"
+#. EypB
+#: 03030303.xhp
+msgctxt ""
+"03030303.xhp\n"
+"hd_id3153768\n"
+"4\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03020304.xhp#par_id3145365.7.help.text
-msgid "Seek (FileNumber)"
-msgstr ""
+#. I[2Z
+#: 03030303.xhp
+#, fuzzy
+msgctxt ""
+"03030303.xhp\n"
+"par_id3161831\n"
+"5\n"
+"help.text"
+msgid "Timer"
+msgstr "დრო"
-#: 03020304.xhp#hd_id3148575.8.help.text
-msgctxt "03020304.xhp#hd_id3148575.8.help.text"
+#. n#?n
+#: 03030303.xhp
+msgctxt ""
+"03030303.xhp\n"
+"hd_id3146975\n"
+"6\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03020304.xhp#par_id3159156.9.help.text
-msgctxt "03020304.xhp#par_id3159156.9.help.text"
-msgid "Long"
+#. 9s5}
+#: 03030303.xhp
+msgctxt ""
+"03030303.xhp\n"
+"par_id3146984\n"
+"7\n"
+"help.text"
+msgid "Date"
msgstr ""
-#: 03020304.xhp#hd_id3149665.10.help.text
-msgctxt "03020304.xhp#hd_id3149665.10.help.text"
-msgid "Parameters:"
+#. APE`
+#: 03030303.xhp
+msgctxt ""
+"03030303.xhp\n"
+"hd_id3156442\n"
+"8\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03020304.xhp#par_id3148645.11.help.text
-msgid "<emph>FileNumber:</emph> The data channel number used in the Open statement."
+#. 0acV
+#: 03030303.xhp
+msgctxt ""
+"03030303.xhp\n"
+"par_id3145748\n"
+"12\n"
+"help.text"
+msgid "MsgBox lSec,0,\"Seconds since midnight\""
msgstr ""
-#: 03120312.xhp#tit.help.text
-msgid "ConvertToURL Function [Runtime]"
+#. qX*3
+#: 03030303.xhp
+msgctxt ""
+"03030303.xhp\n"
+"par_id3156283\n"
+"17\n"
+"help.text"
+msgid "MsgBox Right(\"00\" & lHour , 2) & \":\"& Right(\"00\" & lMin , 2) & \":\" & Right(\"00\" & lSec , 2) ,0,\"The time is\""
+msgstr ""
+
+#. K3ma
+#: 03020404.xhp
+msgctxt ""
+"03020404.xhp\n"
+"tit\n"
+"help.text"
+msgid "Dir Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03120312.xhp#bm_id3152801.help.text
-msgid "<bookmark_value>ConvertToURL function</bookmark_value>"
-msgstr "<bookmark_value>ConvertToURL ფუნქცია</bookmark_value>"
+#. d!$b
+#: 03020404.xhp
+msgctxt ""
+"03020404.xhp\n"
+"bm_id3154347\n"
+"help.text"
+msgid "<bookmark_value>Dir function</bookmark_value>"
+msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
-#: 03120312.xhp#hd_id3152801.1.help.text
+#. 50[7
+#: 03020404.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03120312.xhp\" name=\"ConvertToURL Function [Runtime]\">ConvertToURL Function [Runtime]</link>"
+msgctxt ""
+"03020404.xhp\n"
+"hd_id3154347\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020404.xhp\" name=\"Dir Function [Runtime]\">Dir Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03120312.xhp#par_id3148538.2.help.text
-msgid "Converts a system file name to a file URL."
-msgstr "გადაყავს სისტემური ფაილის სახელი URL-ში."
+#. \h)B
+#: 03020404.xhp
+msgctxt ""
+"03020404.xhp\n"
+"par_id3153381\n"
+"2\n"
+"help.text"
+msgid "Returns the name of a file, a directory, or all of the files and the directories on a drive or in a directory that match the specified search path."
+msgstr ""
-#: 03120312.xhp#hd_id3150669.3.help.text
-msgctxt "03120312.xhp#hd_id3150669.3.help.text"
+#. $=N|
+#: 03020404.xhp
+msgctxt ""
+"03020404.xhp\n"
+"hd_id3154365\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03120312.xhp#par_id3154285.4.help.text
-msgid "ConvertToURL(filename)"
-msgstr "ConvertToURL(filename)"
+#. g;2J
+#: 03020404.xhp
+msgctxt ""
+"03020404.xhp\n"
+"par_id3156282\n"
+"4\n"
+"help.text"
+msgid "Dir [(Text As String) [, Attrib As Integer]]"
+msgstr ""
-#: 03120312.xhp#hd_id3150984.5.help.text
-msgctxt "03120312.xhp#hd_id3150984.5.help.text"
+#. L9k(
+#: 03020404.xhp
+msgctxt ""
+"03020404.xhp\n"
+"hd_id3156424\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03120312.xhp#par_id3147530.6.help.text
-msgctxt "03120312.xhp#par_id3147530.6.help.text"
+#. L5WV
+#: 03020404.xhp
+msgctxt ""
+"03020404.xhp\n"
+"par_id3153193\n"
+"6\n"
+"help.text"
msgid "String"
msgstr "სტრიქონები"
-#: 03120312.xhp#hd_id3148550.7.help.text
-msgctxt "03120312.xhp#hd_id3148550.7.help.text"
+#. #J[c
+#: 03020404.xhp
+msgctxt ""
+"03020404.xhp\n"
+"hd_id3153770\n"
+"7\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03120312.xhp#par_id3148947.8.help.text
-msgid "<emph>Filename:</emph> A file name as string."
-msgstr "<emph>ფაილის სახელი:</emph> ფაილის სახელი, როგოც სტრინგი."
-
-#: 03120312.xhp#hd_id3153361.9.help.text
-msgctxt "03120312.xhp#hd_id3153361.9.help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03120312.xhp#par_id3150792.10.help.text
-msgctxt "03120312.xhp#par_id3150792.10.help.text"
-msgid "systemFile$ = \"c:\\folder\\mytext.txt\""
-msgstr ""
-
-#: 03120312.xhp#par_id3154365.11.help.text
-msgctxt "03120312.xhp#par_id3154365.11.help.text"
-msgid "url$ = ConvertToURL( systemFile$ )"
-msgstr ""
-
-#: 03120312.xhp#par_id3151042.12.help.text
-msgctxt "03120312.xhp#par_id3151042.12.help.text"
-msgid "print url$"
-msgstr ""
-
-#: 03120312.xhp#par_id3154909.13.help.text
-msgctxt "03120312.xhp#par_id3154909.13.help.text"
-msgid "systemFileAgain$ = ConvertFromURL( url$ )"
-msgstr ""
-
-#: 03120312.xhp#par_id3144762.14.help.text
-msgctxt "03120312.xhp#par_id3144762.14.help.text"
-msgid "print systemFileAgain$"
-msgstr ""
-
-#: 03090101.xhp#tit.help.text
-msgid "If...Then...Else Statement [Runtime]"
-msgstr ""
-
-#: 03090101.xhp#bm_id3154422.help.text
-msgid "<bookmark_value>If statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-
-#: 03090101.xhp#hd_id3154422.1.help.text
-msgid "<link href=\"text/sbasic/shared/03090101.xhp\" name=\"If...Then...Else Statement [Runtime]\">If...Then...Else Statement [Runtime]</link>"
-msgstr ""
-
-#: 03090101.xhp#par_id3155555.2.help.text
-msgid "Defines one or more statement blocks that you only want to execute if a given condition is True."
-msgstr ""
-
-#: 03090101.xhp#hd_id3146957.3.help.text
-msgctxt "03090101.xhp#hd_id3146957.3.help.text"
-msgid "Syntax:"
+#. 58@D
+#: 03020404.xhp
+msgctxt ""
+"03020404.xhp\n"
+"par_id3161831\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that specifies the search path, directory or file. This argument can only be specified the first time that you call the Dir function. If you want, you can enter the path in <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
msgstr ""
-#: 03090101.xhp#par_id3153126.4.help.text
-msgid "If condition=true Then Statement block [ElseIf condition=true Then] Statement block [Else] Statement block EndIf<br/>Instead of Else If you can write ElseIf, instead of End If you can write EndIf."
+#. [d6[
+#: 03020404.xhp
+msgctxt ""
+"03020404.xhp\n"
+"par_id3146974\n"
+"9\n"
+"help.text"
+msgid "<emph>Attrib: </emph>Any integer expression that specifies bitwise file attributes. The Dir function only returns files or directories that match the specified attributes. You can combine several attributes by adding the attribute values:"
msgstr ""
-#: 03090101.xhp#hd_id3155419.5.help.text
-msgctxt "03090101.xhp#hd_id3155419.5.help.text"
-msgid "Parameters:"
+#. pSkB
+#: 03020404.xhp
+msgctxt ""
+"03020404.xhp\n"
+"par_id3149666\n"
+"11\n"
+"help.text"
+msgid "0 : Normal files."
msgstr ""
-#: 03090101.xhp#par_id3153062.6.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>."
+#. m\l(
+#: 03020404.xhp
+msgctxt ""
+"03020404.xhp\n"
+"par_id3147427\n"
+"15\n"
+"help.text"
+msgid "16 : Returns the name of the directory only."
msgstr ""
-#: 03090101.xhp#par_id3153192.7.help.text
-msgid "You can nest multiple <emph>If...Then</emph> statements."
+#. hfrM
+#: 03020404.xhp
+msgctxt ""
+"03020404.xhp\n"
+"par_id3153952\n"
+"16\n"
+"help.text"
+msgid "Use this attribute to check if a file or directory exists, or to determine all files and folders in a specific directory."
msgstr ""
-#: 03090101.xhp#par_id3154684.8.help.text
-msgid "<emph>Else</emph> and <emph>ElseIf</emph> statements are optional."
+#. :*Th
+#: 03020404.xhp
+msgctxt ""
+"03020404.xhp\n"
+"par_id3159156\n"
+"17\n"
+"help.text"
+msgid "To check if a file exists, enter the complete path and name of the file. If the file or directory name does not exist, the Dir function returns a zero-length string (\"\")."
msgstr ""
-#: 03090101.xhp#par_id3152939.9.help.text
-msgid "You can use <emph>GoTo</emph> and <emph>GoSub</emph> to jump out of an <emph>If...Then</emph> block, but not to jump into an <emph>If...Then</emph> structure."
+#. ]S9T
+#: 03020404.xhp
+msgctxt ""
+"03020404.xhp\n"
+"par_id3154012\n"
+"18\n"
+"help.text"
+msgid "To generate a list of all existing files in a specific directory, proceed as follows: The first time you call the Dir function, specify the complete search path for the files, for example, \"D:\\Files\\*.sxw\". If the path is correct and the search finds at least one file, the Dir function returns the name of the first file that matches the search path. To return additional file names that match the path, call Dir again, but with no arguments."
msgstr ""
-#: 03090101.xhp#par_id3153951.10.help.text
-msgid "The following example enables you to enter the expiration date of a product, and determines if the expiration date has passed."
+#. ^M5.
+#: 03020404.xhp
+msgctxt ""
+"03020404.xhp\n"
+"par_id3147348\n"
+"19\n"
+"help.text"
+msgid "To return directories only, use the attribute parameter. The same applies if you want to determine the name of a volume (for example, a hard drive partition)"
msgstr ""
-#: 03090101.xhp#hd_id3152576.11.help.text
-msgctxt "03090101.xhp#hd_id3152576.11.help.text"
+#. ),T!
+#: 03020404.xhp
+msgctxt ""
+"03020404.xhp\n"
+"hd_id3154942\n"
+"20\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03090101.xhp#par_id3150011.12.help.text
-msgid "Sub ExampleIfThenDate"
-msgstr "Sub ExampleSpace"
-
-#: 03090101.xhp#par_id3148645.13.help.text
-msgctxt "03090101.xhp#par_id3148645.13.help.text"
-msgid "Dim sDate as String"
-msgstr "Dim sVar as string"
-
-#: 03090101.xhp#par_id3155855.14.help.text
-msgid "Dim sToday as String"
-msgstr "Dim sVar as string"
-
-#: 03090101.xhp#par_id3154490.16.help.text
-msgid "sDate = InputBox(\"Enter the expiration date (MM.DD.YYYY)\")"
+#. EHQ`
+#: 03020404.xhp
+msgctxt ""
+"03020404.xhp\n"
+"par_id3148455\n"
+"22\n"
+"help.text"
+msgid "' Displays all files and directories"
msgstr ""
-#: 03090101.xhp#par_id3154943.17.help.text
-msgid "sDate = Right$(sDate, 4) + Mid$(sDate, 4, 2) + Left$(sDate, 2)"
+#. Vf8!
+#: 03020404.xhp
+msgctxt ""
+"03020404.xhp\n"
+"par_id3153416\n"
+"27\n"
+"help.text"
+msgid "sDir=\"Directories:\""
msgstr ""
-#: 03090101.xhp#par_id3154098.18.help.text
-msgid "sToday = Date$"
+#. 9)..
+#: 03020404.xhp
+msgctxt ""
+"03020404.xhp\n"
+"par_id3154253\n"
+"34\n"
+"help.text"
+msgid "' Get the directories"
msgstr ""
-#: 03090101.xhp#par_id3144765.19.help.text
-msgid "sToday = Right$(sToday, 4)+ Mid$(sToday, 4, 2) + Left$(sToday, 2)"
+#. )?Iv
+#: 03070500.xhp
+msgctxt ""
+"03070500.xhp\n"
+"tit\n"
+"help.text"
+msgid "\"^\" Operator [Runtime]"
msgstr ""
-#: 03090101.xhp#par_id3154792.20.help.text
-msgid "If sDate < sToday Then"
+#. ;TFR
+#: 03070500.xhp
+msgctxt ""
+"03070500.xhp\n"
+"bm_id3145315\n"
+"help.text"
+msgid "<bookmark_value>\"^\" operator (mathematical)</bookmark_value>"
msgstr ""
-#: 03090101.xhp#par_id3155601.21.help.text
-msgid "MsgBox \"The expiration date has passed\""
+#. PO`7
+#: 03070500.xhp
+msgctxt ""
+"03070500.xhp\n"
+"hd_id3145315\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03070500.xhp\">\"^\" Operator [Runtime]</link>"
msgstr ""
-#: 03090101.xhp#par_id3146972.22.help.text
-msgid "ElseIf sDate > sToday Then"
+#. 0ml!
+#: 03070500.xhp
+msgctxt ""
+"03070500.xhp\n"
+"par_id3149670\n"
+"2\n"
+"help.text"
+msgid "Raises a number to a power."
msgstr ""
-#: 03090101.xhp#par_id3146912.23.help.text
-msgid "MsgBox \"The expiration date has not yet passed\""
+#. 7:7?
+#: 03070500.xhp
+msgctxt ""
+"03070500.xhp\n"
+"hd_id3147264\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03090101.xhp#par_id3153710.24.help.text
-msgid "Else"
+#. x/-8
+#: 03070500.xhp
+msgctxt ""
+"03070500.xhp\n"
+"par_id3149656\n"
+"4\n"
+"help.text"
+msgid "Result = Expression ^ Exponent"
msgstr ""
-#: 03090101.xhp#par_id3154754.25.help.text
-msgid "MsgBox \"The expiration date is today\""
+#. qr`@
+#: 03070500.xhp
+msgctxt ""
+"03070500.xhp\n"
+"hd_id3151211\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03090101.xhp#par_id3154361.26.help.text
-msgctxt "03090101.xhp#par_id3154361.26.help.text"
-msgid "End If"
+#. eFhL
+#: 03070500.xhp
+msgctxt ""
+"03070500.xhp\n"
+"par_id3153192\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numerical expression that contains the result of the number raised to a power."
msgstr ""
-#: 03090101.xhp#par_id3148405.28.help.text
-msgctxt "03090101.xhp#par_id3148405.28.help.text"
-msgid "End Sub"
+#. sf1J
+#: 03070500.xhp
+msgctxt ""
+"03070500.xhp\n"
+"par_id3150448\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression:</emph> Numerical value that you want to raise to a power."
msgstr ""
-#: 03120310.xhp#tit.help.text
-msgid "UCase Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03120310.xhp#bm_id3153527.help.text
-msgid "<bookmark_value>UCase function</bookmark_value>"
-msgstr "<bookmark_value>UCase ფუნქცია</bookmark_value>"
-
-#: 03120310.xhp#hd_id3153527.1.help.text
-msgid "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase Function [Runtime]\">UCase Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03120310.xhp#par_id3155420.2.help.text
-msgid "Converts lowercase characters in a string to uppercase."
-msgstr "სტრინგში გადაყავს პატარა ასო-ნიშნები დიდში. "
-
-#: 03120310.xhp#par_id3150771.3.help.text
-msgid "See also: <link href=\"text/sbasic/shared/03120302.xhp\" name=\"LCase Function\">LCase Function</link>"
-msgstr "აგრეთვე ნახეთ: <link href=\"text/sbasic/shared/03120302.xhp\" name=\"LCase ფუნცია\">LCase ფუნქცია</link>"
-
-#: 03120310.xhp#par_id3149233.4.help.text
-msgid "<emph>Syntax</emph>:"
-msgstr "<emph>სინტაქსი</emph>:"
-
-#: 03120310.xhp#par_id3153061.5.help.text
-msgid "UCase (Text As String)"
-msgstr "UCase (Text As String)"
-
-#: 03120310.xhp#par_id3159414.6.help.text
-msgid "<emph>Return value</emph>:"
-msgstr "<emph>დაბრუნებული მნიშვნელობა</emph>:"
-
-#: 03120310.xhp#par_id3146795.7.help.text
-msgctxt "03120310.xhp#par_id3146795.7.help.text"
-msgid "String"
-msgstr "სტრიქონები"
-
-#: 03120310.xhp#hd_id3149457.8.help.text
-msgctxt "03120310.xhp#hd_id3149457.8.help.text"
-msgid "Parameters:"
+#. W@nm
+#: 03070500.xhp
+msgctxt ""
+"03070500.xhp\n"
+"par_id3156422\n"
+"8\n"
+"help.text"
+msgid "<emph>Exponent:</emph> The value of the power that you want to raise the expression to."
msgstr ""
-#: 03120310.xhp#par_id3150791.9.help.text
-msgctxt "03120310.xhp#par_id3150791.9.help.text"
-msgid "<emph>Text:</emph> Any string expression that you want to convert."
-msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-
-#: 03120310.xhp#hd_id3154125.10.help.text
-msgctxt "03120310.xhp#hd_id3154125.10.help.text"
+#. Xl0I
+#: 03070500.xhp
+msgctxt ""
+"03070500.xhp\n"
+"hd_id3147287\n"
+"9\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03120310.xhp#par_id3147229.11.help.text
-msgctxt "03120310.xhp#par_id3147229.11.help.text"
-msgid "Sub ExampleLUCase"
-msgstr "Sub ExampleSpace"
-
-#: 03120310.xhp#par_id3151381.12.help.text
-msgctxt "03120310.xhp#par_id3151381.12.help.text"
-msgid "Dim sVar As String"
-msgstr "Dim sVar as string"
-
-#: 03120310.xhp#par_id3153194.13.help.text
-msgctxt "03120310.xhp#par_id3153194.13.help.text"
-msgid "sVar = \"Las Vegas\""
+#. Een*
+#: 03070500.xhp
+msgctxt ""
+"03070500.xhp\n"
+"par_id3146984\n"
+"12\n"
+"help.text"
+msgid "Print Exp ( 23 * Log( 12.345 ) ) ' Raises by forming a logarithm"
msgstr ""
-#: 03120310.xhp#par_id3149204.14.help.text
-msgid "Print LCase(sVar) REM returns \"las vegas\""
-msgstr "Print LCase(sVar) REM returns \"las vegas\""
-
-#: 03120310.xhp#par_id3156280.15.help.text
-msgid "Print UCase(sVar) REM returns \"LAS VEGAS\""
-msgstr "Print UCase(sVar) REM returns \"LAS VEGAS\""
-
-#: 03120310.xhp#par_id3156422.16.help.text
-msgctxt "03120310.xhp#par_id3156422.16.help.text"
-msgid "end Sub"
-msgstr ""
-
-#: 03103100.xhp#tit.help.text
-msgid "Let Statement [Runtime]"
-msgstr ""
+#. J2U~
+#: 03080701.xhp
+msgctxt ""
+"03080701.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sgn Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03103100.xhp#bm_id3147242.help.text
-msgid "<bookmark_value>Let statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
+#. g}_;
+#: 03080701.xhp
+msgctxt ""
+"03080701.xhp\n"
+"bm_id3148474\n"
+"help.text"
+msgid "<bookmark_value>Sgn function</bookmark_value>"
+msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
-#: 03103100.xhp#hd_id3147242.1.help.text
+#. =pP}
+#: 03080701.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03103100.xhp\" name=\"Let Statement [Runtime]\">Let Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
+msgctxt ""
+"03080701.xhp\n"
+"hd_id3148474\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080701.xhp\" name=\"Sgn Function [Runtime]\">Sgn Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03103100.xhp#par_id3149233.2.help.text
-msgid "Assigns a value to a variable."
+#. $EB%
+#: 03080701.xhp
+msgctxt ""
+"03080701.xhp\n"
+"par_id3148686\n"
+"2\n"
+"help.text"
+msgid "Returns an integer number between -1 and 1 that indicates if the number that is passed to the function is positive, negative, or zero."
msgstr ""
-#: 03103100.xhp#hd_id3153127.3.help.text
-msgctxt "03103100.xhp#hd_id3153127.3.help.text"
+#. LDj/
+#: 03080701.xhp
+msgctxt ""
+"03080701.xhp\n"
+"hd_id3156023\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03103100.xhp#par_id3154285.4.help.text
-msgid "[Let] VarName=Expression"
+#. !*t*
+#: 03080701.xhp
+msgctxt ""
+"03080701.xhp\n"
+"par_id3153897\n"
+"4\n"
+"help.text"
+msgid "Sgn (Number)"
msgstr ""
-#: 03103100.xhp#hd_id3148944.5.help.text
-msgctxt "03103100.xhp#hd_id3148944.5.help.text"
-msgid "Parameters:"
-msgstr ""
+#. V|mw
+#: 03080701.xhp
+msgctxt ""
+"03080701.xhp\n"
+"hd_id3145069\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03103100.xhp#par_id3147560.6.help.text
-msgid "<emph>VarName:</emph> Variable that you want to assign a value to. Value and variable type must be compatible."
+#. y\C:
+#: 03080701.xhp
+msgctxt ""
+"03080701.xhp\n"
+"par_id3150359\n"
+"6\n"
+"help.text"
+msgid "Integer"
msgstr ""
-#: 03103100.xhp#par_id3148451.7.help.text
-msgid "As in most BASIC dialects, the keyword <emph>Let</emph> is optional."
+#. g_S:
+#: 03080701.xhp
+msgctxt ""
+"03080701.xhp\n"
+"hd_id3150543\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03103100.xhp#hd_id3145785.8.help.text
-msgctxt "03103100.xhp#hd_id3145785.8.help.text"
-msgid "Example:"
+#. yUgV
+#: 03080701.xhp
+msgctxt ""
+"03080701.xhp\n"
+"par_id3154365\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Numeric expression that determines the value that is returned by the function."
msgstr ""
-#: 03103100.xhp#par_id3150441.9.help.text
-msgctxt "03103100.xhp#par_id3150441.9.help.text"
-msgid "Sub ExampleLen"
-msgstr "Sub ExampleBeep"
-
-#: 03103100.xhp#par_id3159254.10.help.text
-msgctxt "03103100.xhp#par_id3159254.10.help.text"
-msgid "Dim sText as String"
-msgstr "Dim sSep As String"
-
-#: 03103100.xhp#par_id3149481.11.help.text
-msgid "Let sText = \"Las Vegas\""
+#. F^)(
+#: 03080701.xhp
+msgctxt ""
+"03080701.xhp\n"
+"par_id3150767\n"
+"9\n"
+"help.text"
+msgid "NumExpression"
msgstr ""
-#: 03103100.xhp#par_id3152939.12.help.text
-msgid "msgbox Len(sText) REM returns 9"
-msgstr "MsgBox Len(sText) REM Returns 9"
-
-#: 03103100.xhp#par_id3146921.13.help.text
-msgctxt "03103100.xhp#par_id3146921.13.help.text"
-msgid "End Sub"
-msgstr ""
+#. 53x/
+#: 03080701.xhp
+msgctxt ""
+"03080701.xhp\n"
+"par_id3150441\n"
+"10\n"
+"help.text"
+msgid "Return value"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03020412.xhp#tit.help.text
-msgid "Name Statement [Runtime]"
+#. LVHP
+#: 03080701.xhp
+msgctxt ""
+"03080701.xhp\n"
+"par_id3161833\n"
+"11\n"
+"help.text"
+msgid "negative"
msgstr ""
-#: 03020412.xhp#bm_id3143268.help.text
-msgid "<bookmark_value>Name statement</bookmark_value>"
-msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-
-#: 03020412.xhp#hd_id3143268.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03020412.xhp\" name=\"Name Statement [Runtime]\">Name Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-
-#: 03020412.xhp#par_id3154346.2.help.text
-msgid "Renames an existing file or directory."
+#. Eg9+
+#: 03080701.xhp
+msgctxt ""
+"03080701.xhp\n"
+"par_id3155306\n"
+"12\n"
+"help.text"
+msgid "Sgn returns -1."
msgstr ""
-#: 03020412.xhp#hd_id3156344.3.help.text
-msgctxt "03020412.xhp#hd_id3156344.3.help.text"
-msgid "Syntax:"
+#. WS)T
+#: 03080701.xhp
+msgctxt ""
+"03080701.xhp\n"
+"par_id3145271\n"
+"13\n"
+"help.text"
+msgid "0"
msgstr ""
-#: 03020412.xhp#par_id3153381.4.help.text
-msgid "Name OldName As String As NewName As String"
+#. 9J?Y
+#: 03080701.xhp
+msgctxt ""
+"03080701.xhp\n"
+"par_id3146119\n"
+"14\n"
+"help.text"
+msgid "Sgn returns 0."
msgstr ""
-#: 03020412.xhp#hd_id3153362.5.help.text
-msgctxt "03020412.xhp#hd_id3153362.5.help.text"
-msgid "Parameters:"
+#. j[\j
+#: 03080701.xhp
+msgctxt ""
+"03080701.xhp\n"
+"par_id3153139\n"
+"15\n"
+"help.text"
+msgid "positive"
msgstr ""
-#: 03020412.xhp#par_id3151210.6.help.text
-msgid "<emph>OldName, NewName:</emph> Any string expression that specifies the file name, including the path. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+#. 5G}l
+#: 03080701.xhp
+msgctxt ""
+"03080701.xhp\n"
+"par_id3154319\n"
+"16\n"
+"help.text"
+msgid "Sgn returns 1."
msgstr ""
-#: 03020412.xhp#hd_id3125863.8.help.text
-msgctxt "03020412.xhp#hd_id3125863.8.help.text"
+#. m`V3
+#: 03080701.xhp
+msgctxt ""
+"03080701.xhp\n"
+"hd_id3152576\n"
+"17\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03020412.xhp#par_id3145786.9.help.text
-msgid "Sub ExampleReName"
-msgstr "Sub ExampleSpace"
-
-#: 03020412.xhp#par_id3161832.10.help.text
-msgid "On Error Goto Error"
-msgstr ""
-
-#: 03020412.xhp#par_id3147435.11.help.text
-msgid "Filecopy \"c:\\autoexec.bat\", \"c:\\temp\\autoexec.sav\""
-msgstr ""
-
-#: 03020412.xhp#par_id3156444.12.help.text
-msgid "Name \"c:\\temp\\autoexec.sav\" as \"c:\\temp\\autoexec.bat\""
-msgstr ""
-
-#: 03020412.xhp#par_id3155308.13.help.text
-msgctxt "03020412.xhp#par_id3155308.13.help.text"
-msgid "end"
-msgstr ""
-
-#: 03020412.xhp#par_id3153727.14.help.text
-msgid "Error:"
-msgstr ""
+#. 9Ej\
+#: 03080701.xhp
+#, fuzzy
+msgctxt ""
+"03080701.xhp\n"
+"par_id3155416\n"
+"19\n"
+"help.text"
+msgid "Print sgn(-10) ' returns -1"
+msgstr "Print ASC(\"Z\") REM აბრუნებს 90"
-#: 03020412.xhp#par_id3153951.15.help.text
-msgid "if err = 58 then"
-msgstr ""
+#. {4m~
+#: 03080701.xhp
+#, fuzzy
+msgctxt ""
+"03080701.xhp\n"
+"par_id3154096\n"
+"20\n"
+"help.text"
+msgid "Print sgn(0) ' returns 0"
+msgstr "Print ASC(\"Z\") REM აბრუნებს 90"
-#: 03020412.xhp#par_id3152462.16.help.text
-msgid "msgbox \"File already exists\""
-msgstr ""
+#. r:k{
+#: 03080701.xhp
+#, fuzzy
+msgctxt ""
+"03080701.xhp\n"
+"par_id3148457\n"
+"21\n"
+"help.text"
+msgid "Print sgn(10) ' returns 1"
+msgstr "Print ASC(\"Z\") REM აბრუნებს 90"
-#: 03020412.xhp#par_id3149263.17.help.text
-msgctxt "03020412.xhp#par_id3149263.17.help.text"
-msgid "end if"
+#. IqOm
+#: 03090400.xhp
+msgctxt ""
+"03090400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Further Statements"
msgstr ""
-#: 03020412.xhp#par_id3154011.18.help.text
-msgctxt "03020412.xhp#par_id3154011.18.help.text"
-msgid "end"
-msgstr ""
+#. u*9X
+#: 03090400.xhp
+#, fuzzy
+msgctxt ""
+"03090400.xhp\n"
+"hd_id3145316\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090400.xhp\" name=\"Further Statements\">Further Statements</link>"
+msgstr "<link href=\"text/sbasic/shared/03130000.xhp\" name=\"სხვა ბრძენებები\">სხვა ბრძენებები</link>"
-#: 03020412.xhp#par_id3146985.19.help.text
-msgctxt "03020412.xhp#par_id3146985.19.help.text"
-msgid "end sub"
+#. 0tqr
+#: 03090400.xhp
+msgctxt ""
+"03090400.xhp\n"
+"par_id3154923\n"
+"2\n"
+"help.text"
+msgid "Statements that do not belong to any of the other runtime categories are described here."
msgstr ""
-#: 03030205.xhp#tit.help.text
-msgid "TimeSerial Function [Runtime]"
+#. fShM
+#: 03102900.xhp
+msgctxt ""
+"03102900.xhp\n"
+"tit\n"
+"help.text"
+msgid "LBound Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03030205.xhp#bm_id3143271.help.text
-msgid "<bookmark_value>TimeSerial function</bookmark_value>"
-msgstr "<bookmark_value>Trim ფუნქცია</bookmark_value>"
+#. $U(5
+#: 03102900.xhp
+msgctxt ""
+"03102900.xhp\n"
+"bm_id3156027\n"
+"help.text"
+msgid "<bookmark_value>LBound function</bookmark_value>"
+msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
-#: 03030205.xhp#hd_id3143271.1.help.text
+#. az{9
+#: 03102900.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03030205.xhp\" name=\"TimeSerial Function [Runtime]\">TimeSerial Function [Runtime]</link>"
+msgctxt ""
+"03102900.xhp\n"
+"hd_id3156027\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102900.xhp\" name=\"LBound Function [Runtime]\">LBound Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03030205.xhp#par_id3156344.2.help.text
-msgid "Calculates a serial time value for the specified hour, minute, and second parameters that are passed as numeric value. You can then use this value to calculate the difference between times."
+#. vG?)
+#: 03102900.xhp
+msgctxt ""
+"03102900.xhp\n"
+"par_id3147226\n"
+"2\n"
+"help.text"
+msgid "Returns the lower boundary of an array."
msgstr ""
-#: 03030205.xhp#hd_id3146794.4.help.text
-msgctxt "03030205.xhp#hd_id3146794.4.help.text"
+#. ,i\]
+#: 03102900.xhp
+msgctxt ""
+"03102900.xhp\n"
+"hd_id3148538\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03030205.xhp#par_id3150792.5.help.text
-msgid "TimeSerial (hour, minute, second)"
+#. Ya;V
+#: 03102900.xhp
+msgctxt ""
+"03102900.xhp\n"
+"par_id3150503\n"
+"4\n"
+"help.text"
+msgid "LBound (ArrayName [, Dimension])"
msgstr ""
-#: 03030205.xhp#hd_id3148797.6.help.text
-msgctxt "03030205.xhp#hd_id3148797.6.help.text"
+#. 7D-M
+#: 03102900.xhp
+msgctxt ""
+"03102900.xhp\n"
+"hd_id3150984\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03030205.xhp#par_id3154908.7.help.text
-msgctxt "03030205.xhp#par_id3154908.7.help.text"
-msgid "Date"
+#. fx9)
+#: 03102900.xhp
+msgctxt ""
+"03102900.xhp\n"
+"par_id3153126\n"
+"6\n"
+"help.text"
+msgid "Integer"
msgstr ""
-#: 03030205.xhp#hd_id3154124.8.help.text
-msgctxt "03030205.xhp#hd_id3154124.8.help.text"
+#. RTlQ
+#: 03102900.xhp
+msgctxt ""
+"03102900.xhp\n"
+"hd_id3144500\n"
+"7\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03030205.xhp#par_id3153193.9.help.text
-msgid "<emph>hour:</emph> Any integer expression that indicates the hour of the time that is used to determine the serial time value. Valid values: 0-23."
-msgstr ""
-
-#: 03030205.xhp#par_id3159252.10.help.text
-msgid "<emph>minute:</emph> Any integer expression that indicates the minute of the time that is used to determine the serial time value. In general, use values between 0 and 59. However, you can also use values that lie outside of this range, where the number of minutes influence the hour value."
-msgstr ""
-
-#: 03030205.xhp#par_id3161831.11.help.text
-msgid "<emph>second:</emph> Any integer expression that indicates the second of the time that is used to determine the serial time value. In general, you can use values between 0 and 59. However, you can also use values that lie outside of this range, where the number seconds influences the minute value."
+#. M$WD
+#: 03102900.xhp
+msgctxt ""
+"03102900.xhp\n"
+"par_id3145069\n"
+"8\n"
+"help.text"
+msgid "<emph>ArrayName:</emph> Name of the array for which you want to return the upper (<emph>Ubound</emph>) or the lower (<emph>LBound</emph>) boundary of the array dimension."
msgstr ""
-#: 03030205.xhp#par_id3155854.12.help.text
-msgid "<emph>Examples:</emph>"
-msgstr "<emph>სახელი</emph>"
-
-#: 03030205.xhp#par_id3153952.13.help.text
-msgid "12, -5, 45 corresponds to 11, 55, 45"
+#. mck}
+#: 03102900.xhp
+msgctxt ""
+"03102900.xhp\n"
+"par_id3149457\n"
+"9\n"
+"help.text"
+msgid "<emph>[Dimension]:</emph> Integer that specifies which dimension to return the upper (<emph>Ubound</emph>) or the lower (<emph>LBound</emph>) boundary for. If a value is not specified, the first dimension is assumed."
msgstr ""
-#: 03030205.xhp#par_id3147349.14.help.text
-msgid "12, 61, 45 corresponds to 13, 2, 45"
+#. 9@:o
+#: 03102900.xhp
+msgctxt ""
+"03102900.xhp\n"
+"hd_id3145171\n"
+"10\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03030205.xhp#par_id3147426.15.help.text
-msgid "12, 20, -2 corresponds to 12, 19, 58"
-msgstr ""
+#. g@Og
+#: 03102900.xhp
+msgctxt ""
+"03102900.xhp\n"
+"par_id3145365\n"
+"18\n"
+"help.text"
+msgid "Print LBound(sVar()) ' Returns 10"
+msgstr ""
+
+#. Ll%f
+#: 03102900.xhp
+msgctxt ""
+"03102900.xhp\n"
+"par_id3150486\n"
+"19\n"
+"help.text"
+msgid "Print UBound(sVar()) ' Returns 20"
+msgstr ""
+
+#. ?P@L
+#: 03102900.xhp
+msgctxt ""
+"03102900.xhp\n"
+"par_id3149665\n"
+"20\n"
+"help.text"
+msgid "Print LBound(sVar(),2) ' Returns 5"
+msgstr ""
+
+#. X%Di
+#: 03102900.xhp
+msgctxt ""
+"03102900.xhp\n"
+"par_id3159154\n"
+"21\n"
+"help.text"
+msgid "Print UBound(sVar(),2) ' Returns 70"
+msgstr ""
+
+#. (?7:
+#: 03103000.xhp
+msgctxt ""
+"03103000.xhp\n"
+"tit\n"
+"help.text"
+msgid "UBound Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03030205.xhp#par_id3153365.16.help.text
-msgid "12, 20, 63 corresponds to 12, 21, 4"
-msgstr ""
+#. S/!!
+#: 03103000.xhp
+msgctxt ""
+"03103000.xhp\n"
+"bm_id3148538\n"
+"help.text"
+msgid "<bookmark_value>UBound function</bookmark_value>"
+msgstr "<bookmark_value>Join ფუნქცია</bookmark_value>"
-#: 03030205.xhp#par_id3146985.17.help.text
-msgid "You can use the TimeSerial function to convert any time into a single value that you can use to calculate time differences."
-msgstr ""
+#. ,$5Y
+#: 03103000.xhp
+#, fuzzy
+msgctxt ""
+"03103000.xhp\n"
+"hd_id3148538\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03103000.xhp\" name=\"UBound Function [Runtime]\">UBound Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03030205.xhp#par_id3155308.18.help.text
-msgid "The TimeSerial function returns the type Variant with VarType 7 (Date). This value is stored internally as a double-precision number between 0 and 0.9999999999. As opposed to the DateSerial or DateValue function, where the serial date values are calculated as days relative to a fixed date, you can calculate with values returned by the TimeSerial function, but you cannot evaluate them."
+#. P!ad
+#: 03103000.xhp
+msgctxt ""
+"03103000.xhp\n"
+"par_id3147573\n"
+"2\n"
+"help.text"
+msgid "Returns the upper boundary of an array."
msgstr ""
-#: 03030205.xhp#par_id3149482.19.help.text
-msgid "In the TimeValue function, you can pass a string as a parameter containing the time. For the TimeSerial function, however, you can pass the individual parameters (hour, minute, second) as separate numeric expressions."
+#. =5fw
+#: 03103000.xhp
+msgctxt ""
+"03103000.xhp\n"
+"hd_id3150984\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03030205.xhp#hd_id3154790.20.help.text
-msgctxt "03030205.xhp#hd_id3154790.20.help.text"
-msgid "Example:"
+#. ?%eL
+#: 03103000.xhp
+msgctxt ""
+"03103000.xhp\n"
+"par_id3149415\n"
+"4\n"
+"help.text"
+msgid "UBound (ArrayName [, Dimension])"
msgstr ""
-#: 03030205.xhp#par_id3145252.21.help.text
-msgid "Sub ExampleTimeSerial"
-msgstr "Sub ExampleStr"
-
-#: 03030205.xhp#par_id3153157.22.help.text
-msgid "Dim dDate As Double, sDate As String"
-msgstr ""
+#. O0yV
+#: 03103000.xhp
+msgctxt ""
+"03103000.xhp\n"
+"hd_id3153897\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03030205.xhp#par_id3156286.23.help.text
-msgid "dDate = TimeSerial(8,30,15)"
+#. q$xu
+#: 03103000.xhp
+msgctxt ""
+"03103000.xhp\n"
+"par_id3149670\n"
+"6\n"
+"help.text"
+msgid "Integer"
msgstr ""
-#: 03030205.xhp#par_id3148456.24.help.text
-msgid "sDate = TimeSerial(8,30,15)"
+#. +[T8
+#: 03103000.xhp
+msgctxt ""
+"03103000.xhp\n"
+"hd_id3154347\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03030205.xhp#par_id3155600.25.help.text
-msgid "MsgBox dDate,64,\"Time as a number\""
+#. 4.O/
+#: 03103000.xhp
+msgctxt ""
+"03103000.xhp\n"
+"par_id3153381\n"
+"8\n"
+"help.text"
+msgid "<emph>ArrayName:</emph> Name of the array for which you want to determine the upper (<emph>Ubound</emph>) or the lower (<emph>LBound</emph>) boundary."
msgstr ""
-#: 03030205.xhp#par_id3153417.26.help.text
-msgid "MsgBox sDate,64,\"Formatted time\""
+#. 3l-3
+#: 03103000.xhp
+msgctxt ""
+"03103000.xhp\n"
+"par_id3148797\n"
+"9\n"
+"help.text"
+msgid "<emph>[Dimension]:</emph> Integer that specifies which dimension to return the upper(<emph>Ubound</emph>) or lower (<emph>LBound</emph>) boundary for. If no value is specified, the boundary of the first dimension is returned."
msgstr ""
-#: 03030205.xhp#par_id3153836.27.help.text
-msgctxt "03030205.xhp#par_id3153836.27.help.text"
-msgid "End Sub"
+#. #CKR
+#: 03103000.xhp
+msgctxt ""
+"03103000.xhp\n"
+"hd_id3153192\n"
+"10\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03020101.xhp#tit.help.text
-msgid "Close Statement [Runtime]"
+#. -clZ
+#: 03103000.xhp
+msgctxt ""
+"03103000.xhp\n"
+"par_id3152596\n"
+"18\n"
+"help.text"
+msgid "Print LBound(sVar()) ' Returns 10"
+msgstr ""
+
+#. X[Q3
+#: 03103000.xhp
+msgctxt ""
+"03103000.xhp\n"
+"par_id3153138\n"
+"19\n"
+"help.text"
+msgid "Print UBound(sVar()) ' Returns 20"
+msgstr ""
+
+#. k:fN
+#: 03103000.xhp
+msgctxt ""
+"03103000.xhp\n"
+"par_id3149665\n"
+"20\n"
+"help.text"
+msgid "Print LBound(sVar(),2) ' Returns 5"
+msgstr ""
+
+#. ;+)/
+#: 03103000.xhp
+msgctxt ""
+"03103000.xhp\n"
+"par_id3147214\n"
+"21\n"
+"help.text"
+msgid "Print UBound(sVar(),2) ' Returns 70"
+msgstr ""
+
+#. 7XzF
+#: 03103400.xhp
+msgctxt ""
+"03103400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Public Statement [Runtime]"
msgstr ""
-#: 03020101.xhp#bm_id3157896.help.text
-msgid "<bookmark_value>Close statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
+#. PF3h
+#: 03103400.xhp
+msgctxt ""
+"03103400.xhp\n"
+"bm_id3153311\n"
+"help.text"
+msgid "<bookmark_value>Public statement</bookmark_value>"
+msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-#: 03020101.xhp#hd_id3157896.1.help.text
+#. _2lr
+#: 03103400.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03020101.xhp\" name=\"Close Statement [Runtime]\">Close Statement [Runtime]</link>"
+msgctxt ""
+"03103400.xhp\n"
+"hd_id3153311\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03103400.xhp\" name=\"Public Statement [Runtime]\">Public Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03020101.xhp#par_id3147573.2.help.text
-msgid "Closes a specified file that was opened with the Open statement."
+#. ]qAA
+#: 03103400.xhp
+msgctxt ""
+"03103400.xhp\n"
+"par_id3150669\n"
+"2\n"
+"help.text"
+msgid "Dimensions a variable or an array at the module level (that is, not within a subroutine or function), so that the variable and the array are valid in all libraries and modules."
msgstr ""
-#: 03020101.xhp#hd_id3156344.3.help.text
-msgctxt "03020101.xhp#hd_id3156344.3.help.text"
+#. Nm8f
+#: 03103400.xhp
+msgctxt ""
+"03103400.xhp\n"
+"hd_id3150772\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03020101.xhp#par_id3147265.4.help.text
-msgid "Close FileNumber As Integer[, FileNumber2 As Integer[,...]] "
-msgstr ""
-
-#: 03020101.xhp#hd_id3153379.5.help.text
-msgctxt "03020101.xhp#hd_id3153379.5.help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020101.xhp#par_id3150791.6.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."
+#. ypk$
+#: 03103400.xhp
+msgctxt ""
+"03103400.xhp\n"
+"par_id3155341\n"
+"4\n"
+"help.text"
+msgid "Public VarName[(start To end)] [As VarType][, VarName2[(start To end)] [As VarType][,...]]"
msgstr ""
-#: 03020101.xhp#hd_id3153192.7.help.text
-msgctxt "03020101.xhp#hd_id3153192.7.help.text"
+#. UqOq
+#: 03103400.xhp
+msgctxt ""
+"03103400.xhp\n"
+"hd_id3145315\n"
+"5\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03020101.xhp#par_id3154909.8.help.text
-msgctxt "03020101.xhp#par_id3154909.8.help.text"
-msgid "Sub ExampleWorkWithAFile"
-msgstr ""
-
-#: 03020101.xhp#par_id3154124.9.help.text
-msgctxt "03020101.xhp#par_id3154124.9.help.text"
-msgid "Dim iNumber As Integer"
-msgstr "DIm iLen როგორც Integer"
-
-#: 03020101.xhp#par_id3155132.10.help.text
-msgctxt "03020101.xhp#par_id3155132.10.help.text"
-msgid "Dim sLine As String"
-msgstr "Dim sSep As String"
-
-#: 03020101.xhp#par_id3155854.11.help.text
-msgctxt "03020101.xhp#par_id3155854.11.help.text"
-msgid "Dim aFile As String"
-msgstr "DIM sFile სტრიქონი როგორც "
-
-#: 03020101.xhp#par_id3146985.34.help.text
-msgctxt "03020101.xhp#par_id3146985.34.help.text"
-msgid "Dim sMsg as String"
-msgstr "Dim sVar as string"
-
-#: 03020101.xhp#par_id3154013.12.help.text
-msgctxt "03020101.xhp#par_id3154013.12.help.text"
-msgid "aFile = \"c:\\data.txt\""
-msgstr ""
-
-#: 03020101.xhp#par_id3152598.13.help.text
-msgctxt "03020101.xhp#par_id3152598.13.help.text"
-msgid "sMsg = \"\""
-msgstr ""
-
-#: 03020101.xhp#par_id3147427.14.help.text
-msgctxt "03020101.xhp#par_id3147427.14.help.text"
-msgid "iNumber = Freefile"
-msgstr ""
-
-#: 03020101.xhp#par_id3151112.15.help.text
-msgctxt "03020101.xhp#par_id3151112.15.help.text"
-msgid "Open aFile For Output As #iNumber"
-msgstr ""
-
-#: 03020101.xhp#par_id3153727.16.help.text
-msgctxt "03020101.xhp#par_id3153727.16.help.text"
-msgid "Print #iNumber, \"First line of text\""
-msgstr ""
-
-#: 03020101.xhp#par_id3147350.17.help.text
-msgctxt "03020101.xhp#par_id3147350.17.help.text"
-msgid "Print #iNumber, \"Another line of text\""
-msgstr ""
-
-#: 03020101.xhp#par_id3149667.18.help.text
-msgctxt "03020101.xhp#par_id3149667.18.help.text"
-msgid "Close #iNumber"
-msgstr ""
-
-#: 03020101.xhp#par_id3145801.22.help.text
-msgctxt "03020101.xhp#par_id3145801.22.help.text"
-msgid "iNumber = Freefile"
-msgstr ""
-
-#: 03020101.xhp#par_id3147396.23.help.text
-msgctxt "03020101.xhp#par_id3147396.23.help.text"
-msgid "Open aFile For Input As iNumber"
-msgstr ""
-
-#: 03020101.xhp#par_id3147124.24.help.text
-msgctxt "03020101.xhp#par_id3147124.24.help.text"
-msgid "While not eof(iNumber)"
-msgstr ""
+#. .l95
+#: 03132300.xhp
+msgctxt ""
+"03132300.xhp\n"
+"tit\n"
+"help.text"
+msgid "CreateUnoValue Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03020101.xhp#par_id3154491.25.help.text
-msgctxt "03020101.xhp#par_id3154491.25.help.text"
-msgid "Line Input #iNumber, sLine"
-msgstr ""
+#. `,o4
+#: 03132300.xhp
+msgctxt ""
+"03132300.xhp\n"
+"bm_id3150682\n"
+"help.text"
+msgid "<bookmark_value>CreateUnoValue function</bookmark_value>"
+msgstr "<bookmark_value>CreateUnoValue ფუნქცია</bookmark_value>"
-#: 03020101.xhp#par_id3149581.26.help.text
-msgctxt "03020101.xhp#par_id3149581.26.help.text"
-msgid "If sLine <>\"\" then"
-msgstr ""
+#. qAD*
+#: 03132300.xhp
+#, fuzzy
+msgctxt ""
+"03132300.xhp\n"
+"hd_id3150682\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03132300.xhp\" name=\"CreateUnoValue Function [Runtime]\">CreateUnoValue Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03020101.xhp#par_id3155602.27.help.text
-msgctxt "03020101.xhp#par_id3155602.27.help.text"
-msgid "sMsg = sMsg & sLine & chr(13)"
-msgstr ""
+#. .rjF
+#: 03132300.xhp
+msgctxt ""
+"03132300.xhp\n"
+"par_id3147291\n"
+"2\n"
+"help.text"
+msgid "Returns an object that represents a strictly typed value referring to the Uno type system."
+msgstr "აბრუნებს ობიექტს, რომელიც წარმოადგენს პირდაპირ ჩაწერილ მნიშვნელობას, რომელიც მიუთითებს Uno ტიპის სისტემას."
-#: 03020101.xhp#par_id3154511.29.help.text
-msgctxt "03020101.xhp#par_id3154511.29.help.text"
-msgid "end if"
-msgstr ""
+#. cvK%
+#: 03132300.xhp
+msgctxt ""
+"03132300.xhp\n"
+"par_id3143267\n"
+"3\n"
+"help.text"
+msgid "This object is automatically converted to an Any of the corresponding type when passed to Uno. The type must be specified by its fully qualified Uno type name."
+msgstr "ობიექტი ავტომატურად გადადის ნებისმიერ შესაბამის ტიპში, როდესაც გადაეცემა Uno-ს. ტიპი უნდა მიეთითოს Uno-ის სრული ტიპით."
-#: 03020101.xhp#par_id3150749.30.help.text
-msgctxt "03020101.xhp#par_id3150749.30.help.text"
-msgid "wend"
+#. F$Xg
+#: 03132300.xhp
+msgctxt ""
+"03132300.xhp\n"
+"par_id3153626\n"
+"4\n"
+"help.text"
+msgid "The $[officename] API frequently uses the Any type. It is the counterpart of the Variant type known from other environments. The Any type holds one arbitrary Uno type and is used in generic Uno interfaces."
msgstr ""
-#: 03020101.xhp#par_id3156276.31.help.text
-msgctxt "03020101.xhp#par_id3156276.31.help.text"
-msgid "Close #iNumber"
+#. -43$
+#: 03132300.xhp
+msgctxt ""
+"03132300.xhp\n"
+"hd_id3147560\n"
+"5\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03020101.xhp#par_id3155066.35.help.text
-msgctxt "03020101.xhp#par_id3155066.35.help.text"
-msgid "Msgbox sMsg"
-msgstr ""
+#. /_:b
+#: 03132300.xhp
+msgctxt ""
+"03132300.xhp\n"
+"par_id3154760\n"
+"6\n"
+"help.text"
+msgid "oUnoValue = CreateUnoValue( \"[]byte\", MyBasicValue ) to get a byte sequence."
+msgstr "oUnoValue = CreateUnoValue( \"[]byte\", MyBasicValue ) ბაიტების მიმდევრობის მისაღებად."
-#: 03020101.xhp#par_id3154754.32.help.text
-msgctxt "03020101.xhp#par_id3154754.32.help.text"
-msgid "End Sub"
-msgstr ""
+#. cx#[
+#: 03132300.xhp
+msgctxt ""
+"03132300.xhp\n"
+"par_id3150541\n"
+"7\n"
+"help.text"
+msgid "If CreateUnoValue cannot be converted to the specified Uno type, and error occurs. For the conversion, the TypeConverter service is used."
+msgstr "თუ CreateUnoValue-ს გადაყვანა მითითებულ Uno-ს ტიპში ვერ მოხერხდება, მოხდება შეცდომა. გადაყვანისთვის გამოიყენება TypeConverter სერვიზი."
-#: 03010300.xhp#tit.help.text
-msgid "Color Functions"
-msgstr ""
+#. YC6#
+#: 03132300.xhp
+msgctxt ""
+"03132300.xhp\n"
+"par_id3153524\n"
+"8\n"
+"help.text"
+msgid "This function is intended for use in situations where the default Basic to Uno type converting mechanism is insufficient. This can happen when you try to access generic Any based interfaces, such as XPropertySet::setPropertyValue( Name, Value ) or X???Container::insertBy???( ???, Value ), from $[officename] Basic. The Basic runtime does not recognize these types as they are only defined in the corresponding service."
+msgstr "ფუნქცია განკუთვნილია ისეთ სიტუაციებში გამოსაყენებლად, სადაც საწყისი Basic დან Uno ტიპში გადაყვანის მეთოდი არასაკმარისია. ეს შეიძლება მოხდეს მაშინ, როდესაც თქვენ ცდით მიმართოთ ზოგადათ ნებისმიერ ინტერფეისს, როგორიც XPropertySet::setPropertyValue( Name, Value ) ან X???Container::insertBy???( ???, Value ), $[officename] Basic -დან. Basic გაშვება ვერ გამოიცნობს ამ ტიპებს, რადგანაც ისინი არიან განსაზღვრულები მხოლოდ შესაბამის სერვისში."
-#: 03010300.xhp#hd_id3157896.1.help.text
-msgid "<link href=\"text/sbasic/shared/03010300.xhp\" name=\"Color Functions\">Color Functions</link>"
-msgstr ""
+#. RU/F
+#: 03132300.xhp
+msgctxt ""
+"03132300.xhp\n"
+"par_id3154366\n"
+"9\n"
+"help.text"
+msgid "In this type of situation, $[officename] Basic chooses the best matching type for the Basic type that you want to convert. However, if the wrong type is selected, an error occurs. You use the CreateUnoValue() function to create a value for the unknown Uno type."
+msgstr "ამ სიტუაციაში, $[officename] Basic-ი ირჩევს საუკეთესო დამთხვევის ტიპს Basic-ის ტიპისთვის, რომლის გადაყვანაც გსურთ. მაგრამ თუ აირჩევთ არასწორ ტიპს, მოხდება შეცდომა. უცნობი Uno ტიპების მნიშვნელობების შესაქმნელად გამოიყენეთ CreateUnoValue() ფუნქცია."
-#: 03010300.xhp#par_id3155555.2.help.text
-msgid "This section describes Runtime functions used to define colors."
-msgstr ""
+#. u4hQ
+#: 03132300.xhp
+msgctxt ""
+"03132300.xhp\n"
+"par_id3150769\n"
+"10\n"
+"help.text"
+msgid "You can also use this function to pass non-Any values, but this is not recommend. If Basic already knows the target type, using the CreateUnoValue() function will only lead to additional converting operations that slow down the Basic execution."
+msgstr "თქვენ შეგიძლიათ გამოიყენოთ ეს ფუნქცია non-Any მნიშვნელობების გადასაცემად, მაგრამ ეს რეკომნდირებული არ არის. თუ Basic-მა უკვე იცის სამიზნე ტიპი. reateUnoValue() ფუნქცია მიგიყვანთ დამატებით გადაყვანის ოპერაციებამდე, რომელიც შეანელებს Basic-ის გაშვებას."
-#: 03104500.xhp#tit.help.text
-msgid "IsUnoStruct Function [Runtime]"
+#. 9l0^
+#: 03120303.xhp
+msgctxt ""
+"03120303.xhp\n"
+"tit\n"
+"help.text"
+msgid "Left Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03104500.xhp#bm_id3146117.help.text
-msgid "<bookmark_value>IsUnoStruct function</bookmark_value>"
-msgstr "<bookmark_value>IsUnoStruct ფუნქცია</bookmark_value>"
+#. Vi+b
+#: 03120303.xhp
+msgctxt ""
+"03120303.xhp\n"
+"bm_id3149346\n"
+"help.text"
+msgid "<bookmark_value>Left function</bookmark_value>"
+msgstr "<bookmark_value>მარცხენა ფუნქცია</bookmark_value>"
-#: 03104500.xhp#hd_id3146117.1.help.text
+#. n=BZ
+#: 03120303.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03104500.xhp\" name=\"IsUnoStruct Function [Runtime]\">IsUnoStruct Function [Runtime]</link>"
+msgctxt ""
+"03120303.xhp\n"
+"hd_id3149346\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120303.xhp\" name=\"Left Function [Runtime]\">Left Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03104500.xhp#par_id3146957.2.help.text
-msgid "Returns True if the given object is a Uno struct."
-msgstr "აბრუნებს ჭეშმარიტებას თუ მოცემულ ობიექტი არის Uno struct."
+#. ba2?
+#: 03120303.xhp
+msgctxt ""
+"03120303.xhp\n"
+"par_id3147242\n"
+"2\n"
+"help.text"
+msgid "Returns the number of leftmost characters that you specify of a string expression."
+msgstr ""
-#: 03104500.xhp#hd_id3148538.3.help.text
-msgctxt "03104500.xhp#hd_id3148538.3.help.text"
+#. 3yR:
+#: 03120303.xhp
+msgctxt ""
+"03120303.xhp\n"
+"hd_id3156153\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03104500.xhp#par_id3155341.4.help.text
-msgid "IsUnoStruct( Uno type )"
-msgstr "IsUnoStruct( Uno ტიპი )"
+#. )?m~
+#: 03120303.xhp
+msgctxt ""
+"03120303.xhp\n"
+"par_id3150771\n"
+"4\n"
+"help.text"
+msgid "Left (Text As String, n As Long)"
+msgstr "მარცხენა (ტექსტი როგორც სტრიქონი, n როგორც გრძელი)"
-#: 03104500.xhp#hd_id3148473.5.help.text
-msgctxt "03104500.xhp#hd_id3148473.5.help.text"
+#. 0m-[
+#: 03120303.xhp
+msgctxt ""
+"03120303.xhp\n"
+"hd_id3153824\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03104500.xhp#par_id3145315.6.help.text
-msgctxt "03104500.xhp#par_id3145315.6.help.text"
-msgid "Bool"
-msgstr ""
+#. .(s,
+#: 03120303.xhp
+msgctxt ""
+"03120303.xhp\n"
+"par_id3147530\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონები"
-#: 03104500.xhp#hd_id3145609.7.help.text
-msgctxt "03104500.xhp#hd_id3145609.7.help.text"
+#. 7LzP
+#: 03120303.xhp
+msgctxt ""
+"03120303.xhp\n"
+"hd_id3148946\n"
+"7\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03104500.xhp#par_id3148947.8.help.text
-msgid "Uno type : A UnoObject"
-msgstr "არაის Uno ტიპი : A UnoObject"
-
-#: 03104500.xhp#hd_id3156343.9.help.text
-msgctxt "03104500.xhp#hd_id3156343.9.help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03104500.xhp#par_idN10632.help.text
-msgctxt "03104500.xhp#par_idN10632.help.text"
-msgid "Sub Main"
-msgstr "Sub main"
-
-#: 03104500.xhp#par_idN10635.help.text
-msgid "Dim bIsStruct"
-msgstr "Dim bIsStruct"
-
-#: 03104500.xhp#par_idN10638.help.text
-msgid "' Instantiate a service"
-msgstr "გამოსახეთ სერვისები"
-
-#: 03104500.xhp#par_idN1063B.help.text
-msgid "Dim oSimpleFileAccess"
-msgstr "Dim oSimpleFileAccess"
-
-#: 03104500.xhp#par_idN1063E.help.text
-msgid "oSimpleFileAccess = CreateUnoService( \"com.sun.star.ucb.SimpleFileAccess\" )"
-msgstr "oSimpleFileAccess = CreateUnoService( \"com.sun.star.ucb.SimpleFileAccess\" )"
-
-#: 03104500.xhp#par_idN10641.help.text
-msgid "bIsStruct = IsUnoStruct( oSimpleFileAccess )"
-msgstr "bIsStruct = IsUnoStruct( oSimpleFileAccess )"
-
-#: 03104500.xhp#par_idN10644.help.text
-msgid "MsgBox bIsStruct ' Displays False because oSimpleFileAccess is NO struct"
-msgstr "MsgBox bIsStruct ' აჩვენებს მცდარს იმიტონმ რომ oSimpleFileAccess არ არის struct"
-
-#: 03104500.xhp#par_idN10649.help.text
-msgid "' Instantiate a Property struct"
-msgstr "გამისახეთ struct-ს თვისება"
-
-#: 03104500.xhp#par_idN1064D.help.text
-msgid "Dim aProperty As New com.sun.star.beans.Property"
-msgstr "Dim aთვისება როგორც ახალი com.sun.star.beans.თვისება"
-
-#: 03104500.xhp#par_idN10650.help.text
-msgid "bIsStruct = IsUnoStruct( aProperty )"
-msgstr "bIsStruct = IsUnoStruct( aთვისება )"
-
-#: 03104500.xhp#par_idN10653.help.text
-msgid "MsgBox bIsStruct ' Displays True because aProperty is a struct"
-msgstr "MsgBox bIsStruct ' აჩვენებს ჭეშმარიტს იმიტომ რომ aთვისება არ არის struct"
-
-#: 03104500.xhp#par_idN10658.help.text
-msgid "bIsStruct = IsUnoStruct( 42 )"
-msgstr "bIsStruct = IsUnoStruct( 42 )"
-
-#: 03104500.xhp#par_idN1065B.help.text
-msgid "MsgBox bIsStruct ' Displays False because 42 is NO struct"
-msgstr "MsgBox bIsStruct ' აჩვენებს მცდარს იმიტომ რომ 42 არ არის struct"
-
-#: 03104500.xhp#par_idN10660.help.text
-msgctxt "03104500.xhp#par_idN10660.help.text"
-msgid "End Sub"
-msgstr ""
-
-#: 03080100.xhp#tit.help.text
-msgid "Trigonometric Functions"
-msgstr ""
-
-#: 03080100.xhp#hd_id3159201.1.help.text
-msgid "<link href=\"text/sbasic/shared/03080100.xhp\" name=\"Trigonometric Functions\">Trigonometric Functions</link>"
-msgstr ""
-
-#: 03080100.xhp#par_id3149180.2.help.text
-msgid "The following are the trigonometric functions that are supported in $[officename] Basic."
-msgstr ""
-
-#: 01170100.xhp#tit.help.text
-msgid "Control and Dialog Properties"
-msgstr ""
-
-#: 01170100.xhp#bm_id3153379.help.text
-msgid "<bookmark_value>controls; properties</bookmark_value><bookmark_value>properties; controls and dialogs</bookmark_value><bookmark_value>dialogs; properties</bookmark_value>"
-msgstr ""
-
-#: 01170100.xhp#hd_id3153379.1.help.text
-msgid "<link href=\"text/sbasic/shared/01170100.xhp\" name=\"Control and Dialog Properties\">Control and Dialog Properties</link>"
-msgstr ""
-
-#: 01170100.xhp#par_id3156280.2.help.text
-msgid "<ahelp hid=\".\">Specifies the properties of the selected dialog or control.</ahelp> You must be in the design mode to be able to use this command."
-msgstr ""
-
-#: 01170100.xhp#hd_id3151043.20.help.text
-msgid "Entering Data in the Properties Dialog"
-msgstr ""
-
-#: 01170100.xhp#par_id3153771.3.help.text
-msgid "The following key combinations apply to enter data in multiline fields or combo boxes of the <emph>Properties</emph> dialog:"
-msgstr ""
-
-#: 01170100.xhp#par_id3150010.18.help.text
-msgid "Keys"
-msgstr "ღილაკები"
-
-#: 01170100.xhp#par_id3147317.19.help.text
-msgid "Effects"
-msgstr "ეფექტები"
-
-#: 01170100.xhp#par_id3146121.4.help.text
-msgid "Alt+Down Arrow"
-msgstr ""
-
-#: 01170100.xhp#par_id3149581.5.help.text
-msgid "Opens a combo box"
-msgstr ""
-
-#: 01170100.xhp#par_id3147394.6.help.text
-msgid "Alt+Up Arrow"
-msgstr ""
-
-#: 01170100.xhp#par_id3148455.7.help.text
-msgid "Closes a combo box"
-msgstr ""
-
-#: 01170100.xhp#par_id3154511.8.help.text
-msgid "Shift+Enter"
-msgstr "Shift+Enter"
-
-#: 01170100.xhp#par_id3146971.9.help.text
-msgid "Inserts a line break in multiline fields."
-msgstr ""
-
-#: 01170100.xhp#par_id3146914.10.help.text
-msgid "(UpArrow)"
-msgstr ""
-
-#: 01170100.xhp#par_id3153714.11.help.text
-msgid "Goes to the previous line."
-msgstr ""
+#. GQq^
+#: 03120303.xhp
+msgctxt ""
+"03120303.xhp\n"
+"par_id3148552\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that you want to return the leftmost characters from."
+msgstr "<emph>ტექსტი:</emph> ნებისმიერი სტრინგული გამოსახულება, რომლიც ყველაზე მარჯვენა ასო-ნიშნების დაბრუნებაც გსურთ."
-#: 01170100.xhp#par_id3159266.12.help.text
-msgid "(DownArrow)"
-msgstr ""
+#. 5|J)
+#: 03120303.xhp
+msgctxt ""
+"03120303.xhp\n"
+"par_id3149456\n"
+"9\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>ციფრული გამოსახულება, რომელიც განსაზღვრავს სიმბოლოთა რიცხვს, რომლებიც გინდათ დააბრუნოთ. If <emph>n</emph> = 0, ნოლი-სიგრძის სტრიქონი არის დაბრუნებული. მაქსიმუმ დასაშვები მნიშვნელობაა 65535."
-#: 01170100.xhp#par_id3146314.13.help.text
-msgid "Goes to the next line."
-msgstr ""
+#. (peG
+#: 03120303.xhp
+msgctxt ""
+"03120303.xhp\n"
+"par_id3150791\n"
+"10\n"
+"help.text"
+msgid "The following example converts a date in YYYY.MM.DD format to MM/DD/YYYY format."
+msgstr "შემდეგი მაგალით ი გარდაქმნის თარიღს ფორმატში YYYY.MM.DD ფორმატს MM/DD/YYYY ფორმატში."
-#: 01170100.xhp#par_id3149255.14.help.text
-#, fuzzy
-msgid "Enter"
+#. P(22
+#: 03120303.xhp
+msgctxt ""
+"03120303.xhp\n"
+"hd_id3125863\n"
+"11\n"
+"help.text"
+msgid "Example:"
msgstr ""
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"შესვლა\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"Enter"
-#: 01170100.xhp#par_id3149566.15.help.text
-msgid "Applies the changes made to a field and places the cursor into the next field."
+#. ,C]9
+#: 03120303.xhp
+msgctxt ""
+"03120303.xhp\n"
+"par_id3150448\n"
+"15\n"
+"help.text"
+msgid "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
msgstr ""
-#: 03090406.xhp#tit.help.text
-msgid "Function Statement [Runtime]"
+#. ?4LT
+#: 03020412.xhp
+msgctxt ""
+"03020412.xhp\n"
+"tit\n"
+"help.text"
+msgid "Name Statement [Runtime]"
msgstr ""
-#: 03090406.xhp#bm_id3153346.help.text
-msgid "<bookmark_value>Function statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
+#. NTgW
+#: 03020412.xhp
+msgctxt ""
+"03020412.xhp\n"
+"bm_id3143268\n"
+"help.text"
+msgid "<bookmark_value>Name statement</bookmark_value>"
+msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-#: 03090406.xhp#hd_id3153346.1.help.text
+#. )[6r
+#: 03020412.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03090406.xhp\" name=\"Function Statement [Runtime]\">Function Statement [Runtime]</link>"
+msgctxt ""
+"03020412.xhp\n"
+"hd_id3143268\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020412.xhp\" name=\"Name Statement [Runtime]\">Name Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03090406.xhp#par_id3159158.2.help.text
-msgid "Defines a subroutine that can be used as an expression to determine a return type."
+#. [-i[
+#: 03020412.xhp
+msgctxt ""
+"03020412.xhp\n"
+"par_id3154346\n"
+"2\n"
+"help.text"
+msgid "Renames an existing file or directory."
msgstr ""
-#: 03090406.xhp#hd_id3145316.3.help.text
-msgctxt "03090406.xhp#hd_id3145316.3.help.text"
-msgid "Syntax"
+#. R5Q@
+#: 03020412.xhp
+msgctxt ""
+"03020412.xhp\n"
+"hd_id3156344\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03090406.xhp#par_id3148944.4.help.text
-msgid "see Parameter"
+#. nEQQ
+#: 03020412.xhp
+msgctxt ""
+"03020412.xhp\n"
+"par_id3153381\n"
+"4\n"
+"help.text"
+msgid "Name OldName As String As NewName As String"
msgstr ""
-#: 03090406.xhp#hd_id3154760.5.help.text
-msgctxt "03090406.xhp#hd_id3154760.5.help.text"
+#. $\Ul
+#: 03020412.xhp
+msgctxt ""
+"03020412.xhp\n"
+"hd_id3153362\n"
+"5\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03090406.xhp#par_id3156344.6.help.text
-msgctxt "03090406.xhp#par_id3156344.6.help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 03090406.xhp#par_id3149457.7.help.text
-msgid "Function Name[(VarName1 [As Type][, VarName2 [As Type][,...]]]) [As Type]"
-msgstr ""
-
-#: 03090406.xhp#par_id3153360.8.help.text
-msgctxt "03090406.xhp#par_id3153360.8.help.text"
-msgid "statement block"
-msgstr ""
-
-#: 03090406.xhp#par_id3148797.9.help.text
-msgid "[Exit Function]"
-msgstr ""
-
-#: 03090406.xhp#par_id3145419.10.help.text
-msgctxt "03090406.xhp#par_id3145419.10.help.text"
-msgid "statement block"
-msgstr ""
-
-#: 03090406.xhp#par_id3150449.11.help.text
-msgctxt "03090406.xhp#par_id3150449.11.help.text"
-msgid "End Function"
-msgstr "End function"
-
-#: 03090406.xhp#par_id3156281.12.help.text
-msgctxt "03090406.xhp#par_id3156281.12.help.text"
-msgid "Parameter"
-msgstr ""
-
-#: 03090406.xhp#par_id3153193.13.help.text
-msgid "<emph>Name:</emph> Name of the subroutine to contain the value returned by the function."
-msgstr ""
-
-#: 03090406.xhp#par_id3147229.14.help.text
-msgid "<emph>VarName:</emph> Parameter to be passed to the subroutine."
-msgstr ""
-
-#: 03090406.xhp#par_id3147287.15.help.text
-msgid "<emph>Type:</emph> Type-declaration keyword."
+#. q]t\
+#: 03020412.xhp
+msgctxt ""
+"03020412.xhp\n"
+"par_id3151210\n"
+"6\n"
+"help.text"
+msgid "<emph>OldName, NewName:</emph> Any string expression that specifies the file name, including the path. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
msgstr ""
-#: 03090406.xhp#hd_id3163710.16.help.text
-msgctxt "03090406.xhp#hd_id3163710.16.help.text"
+#. CVw=
+#: 03020412.xhp
+msgctxt ""
+"03020412.xhp\n"
+"hd_id3125863\n"
+"8\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03090406.xhp#par_id3147214.17.help.text
-msgctxt "03090406.xhp#par_id3147214.17.help.text"
-msgid "Sub ExampleExit"
-msgstr "Sub ExampleVal"
-
-#: 03090406.xhp#par_id3152596.18.help.text
-msgctxt "03090406.xhp#par_id3152596.18.help.text"
-msgid "Dim sReturn As String"
-msgstr "Dim sSep As String"
-
-#: 03090406.xhp#par_id3153364.19.help.text
-msgctxt "03090406.xhp#par_id3153364.19.help.text"
-msgid "Dim sListArray(10) as String"
-msgstr ""
-
-#: 03090406.xhp#par_id3149481.20.help.text
-msgctxt "03090406.xhp#par_id3149481.20.help.text"
-msgid "Dim siStep as Single"
-msgstr ""
-
-#: 03090406.xhp#par_id3152939.21.help.text
-msgctxt "03090406.xhp#par_id3152939.21.help.text"
-msgid "For siStep = 0 to 10 REM Fill array with test data"
-msgstr ""
-
-#: 03090406.xhp#par_id3147349.22.help.text
-msgid "sListArray(siStep) = chr$(siStep + 65)"
-msgstr ""
-
-#: 03090406.xhp#par_id3147426.23.help.text
-msgctxt "03090406.xhp#par_id3147426.23.help.text"
-msgid "msgbox sListArray(siStep)"
-msgstr ""
-
-#: 03090406.xhp#par_id3152576.24.help.text
-msgctxt "03090406.xhp#par_id3152576.24.help.text"
-msgid "next siStep"
-msgstr ""
-
-#: 03090406.xhp#par_id3146922.25.help.text
-msgctxt "03090406.xhp#par_id3146922.25.help.text"
-msgid "sReturn = LinSearch(sListArray(), \"B\")"
-msgstr ""
-
-#: 03090406.xhp#par_id3153140.26.help.text
-msgctxt "03090406.xhp#par_id3153140.26.help.text"
-msgid "Print sReturn"
-msgstr ""
-
-#: 03090406.xhp#par_id3149581.27.help.text
-msgctxt "03090406.xhp#par_id3149581.27.help.text"
-msgid "end sub"
-msgstr ""
-
-#: 03090406.xhp#par_id3154790.30.help.text
-msgctxt "03090406.xhp#par_id3154790.30.help.text"
-msgid "Function LinSearch( sList(), sItem As String ) as integer"
+#. +:6V
+#: 03020412.xhp
+msgctxt ""
+"03020412.xhp\n"
+"par_id3152462\n"
+"16\n"
+"help.text"
+msgid "MsgBox \"File already exists\""
msgstr ""
-#: 03090406.xhp#par_id3150594.31.help.text
-msgctxt "03090406.xhp#par_id3150594.31.help.text"
-msgid "dim iCount as Integer"
-msgstr "Dim iPos as Integer"
-
-#: 03090406.xhp#par_id3154943.32.help.text
-msgid "REM Linsearch searches a TextArray:sList() for a TextEntry:"
-msgstr ""
-
-#: 03090406.xhp#par_id3155601.33.help.text
-msgid "REM Return value is the index of the entry or 0 (Null)"
-msgstr ""
-
-#: 03090406.xhp#par_id3154511.34.help.text
-msgctxt "03090406.xhp#par_id3154511.34.help.text"
-msgid "for iCount=1 to Ubound( sList() )"
-msgstr ""
-
-#: 03090406.xhp#par_id3149123.35.help.text
-msgctxt "03090406.xhp#par_id3149123.35.help.text"
-msgid "if sList( iCount ) = sItem then"
-msgstr ""
-
-#: 03090406.xhp#par_id3153707.36.help.text
-msgid "exit for REM sItem found"
-msgstr ""
-
-#: 03090406.xhp#par_id3155066.37.help.text
-msgctxt "03090406.xhp#par_id3155066.37.help.text"
-msgid "end if"
-msgstr ""
-
-#: 03090406.xhp#par_id3156275.38.help.text
-msgctxt "03090406.xhp#par_id3156275.38.help.text"
-msgid "next iCount"
-msgstr ""
-
-#: 03090406.xhp#par_id3156054.39.help.text
-msgctxt "03090406.xhp#par_id3156054.39.help.text"
-msgid "if iCount = Ubound( sList() ) then iCount = 0"
-msgstr ""
-
-#: 03090406.xhp#par_id3153765.40.help.text
-msgctxt "03090406.xhp#par_id3153765.40.help.text"
-msgid "LinSearch = iCount"
-msgstr ""
-
-#: 03090406.xhp#par_id3153713.41.help.text
-msgctxt "03090406.xhp#par_id3153713.41.help.text"
-msgid "end function"
-msgstr "End function"
-
-#: 03131300.xhp#tit.help.text
-msgid "TwipsPerPixelX Function [Runtime]"
+#. @4%H
+#: 03104600.xhp
+msgctxt ""
+"03104600.xhp\n"
+"tit\n"
+"help.text"
+msgid "EqualUnoObjects Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03131300.xhp#bm_id3153539.help.text
-msgid "<bookmark_value>TwipsPerPixelX function</bookmark_value>"
-msgstr "<bookmark_value>TwipsPerPixelX ფუნქცია</bookmark_value>"
+#. unM\
+#: 03104600.xhp
+msgctxt ""
+"03104600.xhp\n"
+"bm_id3149205\n"
+"help.text"
+msgid "<bookmark_value>EqualUnoObjects function</bookmark_value>"
+msgstr "<bookmark_value>EqualUnoObjects ფუნქცია</bookmark_value>"
-#: 03131300.xhp#hd_id3153539.1.help.text
+#. 3e/Q
+#: 03104600.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03131300.xhp\" name=\"TwipsPerPixelX Function [Runtime]\">TwipsPerPixelX Function [Runtime]</link>"
+msgctxt ""
+"03104600.xhp\n"
+"hd_id3149205\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03104600.xhp\" name=\"EqualUnoObjects Function [Runtime]\">EqualUnoObjects Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03131300.xhp#par_id3153394.2.help.text
-msgid "Returns the number of twips that represent the width of a pixel."
-msgstr "აბრუნებს twip-ების რიცხვს. რაც განსაზღვრავს პიქსელის სიგანეს."
+#. =\Xa
+#: 03104600.xhp
+msgctxt ""
+"03104600.xhp\n"
+"par_id3145090\n"
+"2\n"
+"help.text"
+msgid "Returns True if the two specified Basic Uno objects represent the same Uno object instance."
+msgstr "აბრუნებს ჭეშმარიტ მნიშვნელობას, თუ ორ აღნიშნული ძირითადი ობიექტი Uno წარმოდგენენ Uno-ს ერთი და იგივე შემთხვევას."
-#: 03131300.xhp#hd_id3153527.3.help.text
-msgctxt "03131300.xhp#hd_id3153527.3.help.text"
+#. )Hn^
+#: 03104600.xhp
+msgctxt ""
+"03104600.xhp\n"
+"hd_id3148538\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03131300.xhp#par_id3151110.4.help.text
-msgid "n = TwipsPerPixelX"
-msgstr "n = TwipsPerPixelX"
+#. ;;7P
+#: 03104600.xhp
+msgctxt ""
+"03104600.xhp\n"
+"par_id3150669\n"
+"4\n"
+"help.text"
+msgid "EqualUnoObjects( oObj1, oObj2 )"
+msgstr "EqualUnoObjects( oObj1, oObj2 )"
-#: 03131300.xhp#hd_id3150669.5.help.text
-msgctxt "03131300.xhp#hd_id3150669.5.help.text"
+#. _g7n
+#: 03104600.xhp
+msgctxt ""
+"03104600.xhp\n"
+"hd_id3150984\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03131300.xhp#par_id3150503.6.help.text
-msgctxt "03131300.xhp#par_id3150503.6.help.text"
-msgid "Integer"
+#. `oJI
+#: 03104600.xhp
+msgctxt ""
+"03104600.xhp\n"
+"par_id3154285\n"
+"6\n"
+"help.text"
+msgid "Bool"
msgstr ""
-#: 03131300.xhp#hd_id3159176.7.help.text
-msgctxt "03131300.xhp#hd_id3159176.7.help.text"
+#. 9vf)
+#: 03104600.xhp
+msgctxt ""
+"03104600.xhp\n"
+"hd_id3145315\n"
+"7\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03131300.xhp#par_id3156152.8.help.text
-msgctxt "03131300.xhp#par_id3156152.8.help.text"
-msgid "Sub ExamplePixelTwips"
-msgstr ""
-
-#: 03131300.xhp#par_id3153061.9.help.text
-msgctxt "03131300.xhp#par_id3153061.9.help.text"
-msgid "MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" Twips\",0,\"Pixel size\""
-msgstr ""
-
-#: 03131300.xhp#par_id3149670.10.help.text
-msgctxt "03131300.xhp#par_id3149670.10.help.text"
-msgid "End Sub"
-msgstr ""
-
-#: 03020104.xhp#tit.help.text
-msgid "Reset Statement [Runtime]"
-msgstr ""
-
-#: 03020104.xhp#bm_id3154141.help.text
-msgid "<bookmark_value>Reset statement</bookmark_value>"
-msgstr "<bookmark_value>RSet დებულება</bookmark_value>"
-
-#: 03020104.xhp#hd_id3154141.1.help.text
-msgid "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement [Runtime]</link>"
-msgstr ""
-
-#: 03020104.xhp#par_id3156423.2.help.text
-msgid "Closes all open files and writes the contents of all file buffers to the harddisk."
-msgstr ""
-
-#: 03020104.xhp#hd_id3154124.3.help.text
-msgctxt "03020104.xhp#hd_id3154124.3.help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020104.xhp#par_id3156281.4.help.text
-msgctxt "03020104.xhp#par_id3156281.4.help.text"
-msgid "Reset"
-msgstr ""
+#. /qDZ
+#: 03104600.xhp
+msgctxt ""
+"03104600.xhp\n"
+"par_id3156024\n"
+"8\n"
+"help.text"
+msgid "// Copy of objects -> same instance"
+msgstr "// ობიექტების ასლები -> იგივე შემთხვევა"
-#: 03020104.xhp#hd_id3161831.5.help.text
-msgctxt "03020104.xhp#hd_id3161831.5.help.text"
-msgid "Example:"
-msgstr ""
+#. Qi~Q
+#: 03104600.xhp
+msgctxt ""
+"03104600.xhp\n"
+"par_id3154923\n"
+"9\n"
+"help.text"
+msgid "oIntrospection = CreateUnoService( \"com.sun.star.beans.Introspection\" )"
+msgstr "oIntrospection = CreateUnoService(\"com.sun.star.beans.Introspection\")"
-#: 03020104.xhp#par_id3151113.37.help.text
-msgctxt "03020104.xhp#par_id3151113.37.help.text"
-msgid "Sub ExampleReset"
-msgstr "Sub ExampleBeep"
+#. ?c?!
+#: 03104600.xhp
+msgctxt ""
+"03104600.xhp\n"
+"par_id3147559\n"
+"10\n"
+"help.text"
+msgid "oIntro2 = oIntrospection"
+msgstr "oIntro2 = oIntrospection"
-#: 03020104.xhp#par_id3148575.38.help.text
-msgctxt "03020104.xhp#par_id3148575.38.help.text"
-msgid "On Error Goto ErrorHandler"
-msgstr ""
+#. C9[!
+#: 03104600.xhp
+msgctxt ""
+"03104600.xhp\n"
+"par_id3150541\n"
+"11\n"
+"help.text"
+msgid "print EqualUnoObjects( oIntrospection, oIntro2 )"
+msgstr "print EqualUnoObjects( oIntrospection, oIntro2 )"
-#: 03020104.xhp#par_id3153093.39.help.text
-msgctxt "03020104.xhp#par_id3153093.39.help.text"
-msgid "Dim iNumber As Integer"
-msgstr "DIm iLen როგორც Integer"
+#. (WP_
+#: 03104600.xhp
+msgctxt ""
+"03104600.xhp\n"
+"par_id3153525\n"
+"12\n"
+"help.text"
+msgid "// Copy of structs as value -> new instance"
+msgstr "// structs-ს ასლი , როგორც მნიშვნელობა -> ახალი შემთხვევა"
-#: 03020104.xhp#par_id3150011.40.help.text
-msgctxt "03020104.xhp#par_id3150011.40.help.text"
-msgid "Dim iCount As Integer"
-msgstr "DIm iLen როგორც Integer"
+#. YUL4
+#: 03104600.xhp
+msgctxt ""
+"03104600.xhp\n"
+"par_id3154366\n"
+"13\n"
+"help.text"
+msgid "Dim Struct1 as new com.sun.star.beans.Property"
+msgstr "Dim Struct1 როგორც ახალი com.sun.star.beans.თვისება"
-#: 03020104.xhp#par_id3153363.41.help.text
-msgctxt "03020104.xhp#par_id3153363.41.help.text"
-msgid "Dim sLine As String"
-msgstr "Dim sSep As String"
+#. kRos
+#: 03104600.xhp
+msgctxt ""
+"03104600.xhp\n"
+"par_id3154348\n"
+"14\n"
+"help.text"
+msgid "Struct2 = Struct1"
+msgstr "Struct2 = Struct1"
-#: 03020104.xhp#par_id3154320.42.help.text
-msgctxt "03020104.xhp#par_id3154320.42.help.text"
-msgid "Dim aFile As String"
-msgstr "DIM sFile სტრიქონი როგორც "
+#. 8iE_
+#: 03104600.xhp
+msgctxt ""
+"03104600.xhp\n"
+"par_id3154125\n"
+"15\n"
+"help.text"
+msgid "print EqualUnoObjects( Struct1, Struct2 )"
+msgstr "print EqualUnoObjects( Struct1, Struct2 )"
-#: 03020104.xhp#par_id3163712.43.help.text
-msgctxt "03020104.xhp#par_id3163712.43.help.text"
-msgid "aFile = \"c:\\data.txt\""
-msgstr ""
+#. ;A.4
+#: 03020405.xhp
+msgctxt ""
+"03020405.xhp\n"
+"tit\n"
+"help.text"
+msgid "FileAttr-Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03020104.xhp#par_id3146121.45.help.text
-msgctxt "03020104.xhp#par_id3146121.45.help.text"
-msgid "iNumber = Freefile"
-msgstr ""
+#. 2%k9
+#: 03020405.xhp
+msgctxt ""
+"03020405.xhp\n"
+"bm_id3153380\n"
+"help.text"
+msgid "<bookmark_value>FileAttr function</bookmark_value>"
+msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
-#: 03020104.xhp#par_id3154491.46.help.text
-msgctxt "03020104.xhp#par_id3154491.46.help.text"
-msgid "Open aFile For Output As #iNumber"
-msgstr ""
+#. ={4K
+#: 03020405.xhp
+#, fuzzy
+msgctxt ""
+"03020405.xhp\n"
+"hd_id3153380\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020405.xhp\" name=\"FileAttr-Function [Runtime]\">FileAttr Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03020104.xhp#par_id3148455.47.help.text
-msgid "Print #iNumber, \"This is a new line of text\""
+#. !]o)
+#: 03020405.xhp
+msgctxt ""
+"03020405.xhp\n"
+"par_id3154366\n"
+"2\n"
+"help.text"
+msgid "Returns the access mode or the file access number of a file that was opened with the Open statement. The file access number is dependent on the operating system (OSH = Operating System Handle)."
msgstr ""
-#: 03020104.xhp#par_id3145646.48.help.text
-msgctxt "03020104.xhp#par_id3145646.48.help.text"
-msgid "Close #iNumber"
+#. .@pU
+#: 03020405.xhp
+msgctxt ""
+"03020405.xhp\n"
+"par_id3153364\n"
+"3\n"
+"help.text"
+msgid "If you use a 32-Bit operating system, you cannot use the FileAttr-Function to determine the file access number."
msgstr ""
-#: 03020104.xhp#par_id3149410.50.help.text
-msgctxt "03020104.xhp#par_id3149410.50.help.text"
-msgid "iNumber = Freefile"
+#. ]=r@
+#: 03020405.xhp
+msgctxt ""
+"03020405.xhp\n"
+"par_id3163713\n"
+"4\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>"
msgstr ""
-#: 03020104.xhp#par_id3147126.51.help.text
-msgctxt "03020104.xhp#par_id3147126.51.help.text"
-msgid "Open aFile For Input As iNumber"
+#. e_.0
+#: 03020405.xhp
+msgctxt ""
+"03020405.xhp\n"
+"hd_id3151116\n"
+"5\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03020104.xhp#par_id3154510.52.help.text
-msgctxt "03020104.xhp#par_id3154510.52.help.text"
-msgid "For iCount = 1 to 5"
+#. `(9^
+#: 03020405.xhp
+msgctxt ""
+"03020405.xhp\n"
+"par_id3154012\n"
+"6\n"
+"help.text"
+msgid "FileAttr (FileNumber As Integer, Attribute As Integer)"
msgstr ""
-#: 03020104.xhp#par_id3146971.53.help.text
-msgctxt "03020104.xhp#par_id3146971.53.help.text"
-msgid "Line Input #iNumber, sLine"
-msgstr ""
+#. W|-~
+#: 03020405.xhp
+msgctxt ""
+"03020405.xhp\n"
+"hd_id3147349\n"
+"7\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03020104.xhp#par_id3156277.54.help.text
-msgctxt "03020104.xhp#par_id3156277.54.help.text"
-msgid "If sLine <>\"\" then"
+#. ihPc
+#: 03020405.xhp
+msgctxt ""
+"03020405.xhp\n"
+"par_id3146974\n"
+"8\n"
+"help.text"
+msgid "Integer"
msgstr ""
-#: 03020104.xhp#par_id3153707.55.help.text
-msgctxt "03020104.xhp#par_id3153707.55.help.text"
-msgid "rem"
+#. JBlI
+#: 03020405.xhp
+msgctxt ""
+"03020405.xhp\n"
+"hd_id3153728\n"
+"9\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03020104.xhp#par_id3150322.56.help.text
-msgctxt "03020104.xhp#par_id3150322.56.help.text"
-msgid "end if"
+#. #ulr
+#: 03020405.xhp
+msgctxt ""
+"03020405.xhp\n"
+"par_id3151074\n"
+"10\n"
+"help.text"
+msgid "<emph>FileNumber:</emph> The number of the file that was opened with the Open statement."
msgstr ""
-#: 03020104.xhp#par_id3148405.57.help.text
-msgctxt "03020104.xhp#par_id3148405.57.help.text"
-msgid "Next iCount"
+#. lNet
+#: 03020405.xhp
+msgctxt ""
+"03020405.xhp\n"
+"par_id3144766\n"
+"11\n"
+"help.text"
+msgid "<emph>Attribute:</emph> Integer expression that indicates the type of file information that you want to return. The following values are possible:"
msgstr ""
-#: 03020104.xhp#par_id3153711.58.help.text
-msgctxt "03020104.xhp#par_id3153711.58.help.text"
-msgid "Close #iNumber"
+#. (R).
+#: 03020405.xhp
+msgctxt ""
+"03020405.xhp\n"
+"par_id3147396\n"
+"12\n"
+"help.text"
+msgid "1: The FileAttr-Function indicates the access mode of the file."
msgstr ""
-#: 03020104.xhp#par_id3156382.59.help.text
-msgctxt "03020104.xhp#par_id3156382.59.help.text"
-msgid "Exit Sub"
+#. ),R7
+#: 03020405.xhp
+msgctxt ""
+"03020405.xhp\n"
+"par_id3149959\n"
+"13\n"
+"help.text"
+msgid "2: The FileAttr-Function returns the file access number of the operating system."
msgstr ""
-#: 03020104.xhp#par_id3159264.60.help.text
-msgctxt "03020104.xhp#par_id3159264.60.help.text"
-msgid "ErrorHandler:"
+#. M/|;
+#: 03020405.xhp
+msgctxt ""
+"03020405.xhp\n"
+"par_id3154018\n"
+"14\n"
+"help.text"
+msgid "If you specify a parameter attribute with a value of 1, the following return values apply:"
msgstr ""
-#: 03020104.xhp#par_id3145147.61.help.text
-msgctxt "03020104.xhp#par_id3145147.61.help.text"
-msgid "Reset"
+#. 0MhK
+#: 03020405.xhp
+msgctxt ""
+"03020405.xhp\n"
+"par_id3149124\n"
+"15\n"
+"help.text"
+msgid "1 - INPUT (file open for input)"
msgstr ""
-#: 03020104.xhp#par_id3163805.62.help.text
-msgctxt "03020104.xhp#par_id3163805.62.help.text"
-msgid "MsgBox \"All files will be closed\",0,\"Error\""
+#. I(+L
+#: 03020405.xhp
+msgctxt ""
+"03020405.xhp\n"
+"par_id3156275\n"
+"16\n"
+"help.text"
+msgid "2 - OUTPUT (file open for output)"
msgstr ""
-#: 03020104.xhp#par_id3147364.63.help.text
-msgctxt "03020104.xhp#par_id3147364.63.help.text"
-msgid "End Sub"
+#. n5WO
+#: 03020405.xhp
+msgctxt ""
+"03020405.xhp\n"
+"par_id3155066\n"
+"17\n"
+"help.text"
+msgid "4 - RANDOM (file open for random access)"
msgstr ""
-#: 03120314.xhp#tit.help.text
-msgid "Split Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03120314.xhp#bm_id3156027.help.text
-msgid "<bookmark_value>Split function</bookmark_value>"
-msgstr "<bookmark_value>Split ფუნქცია</bookmark_value>"
-
-#: 03120314.xhp#hd_id3156027.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03120314.xhp\" name=\"Split Function [Runtime]\">Split Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03120314.xhp#par_id3155805.2.help.text
-msgid "Returns an array of substrings from a string expression."
-msgstr "სტრუნგული გამოსახულებიდან აბრუნებს ქვესტრინგების მასივს."
-
-#: 03120314.xhp#hd_id3149177.3.help.text
-msgctxt "03120314.xhp#hd_id3149177.3.help.text"
-msgid "Syntax:"
+#. ^ULb
+#: 03020405.xhp
+msgctxt ""
+"03020405.xhp\n"
+"par_id3148406\n"
+"18\n"
+"help.text"
+msgid "8 - APPEND (file open for appending)"
msgstr ""
-#: 03120314.xhp#par_id3153824.4.help.text
-msgid "Split (Text As String, delimiter, number)"
-msgstr "Split (Text As String, delimiter, number)"
-
-#: 03120314.xhp#hd_id3149763.5.help.text
-msgctxt "03120314.xhp#hd_id3149763.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03120314.xhp#par_id3154285.6.help.text
-msgctxt "03120314.xhp#par_id3154285.6.help.text"
-msgid "String"
-msgstr "სტრიქონები"
-
-#: 03120314.xhp#hd_id3145315.7.help.text
-msgctxt "03120314.xhp#hd_id3145315.7.help.text"
-msgid "Parameters:"
+#. jr;E
+#: 03020405.xhp
+msgctxt ""
+"03020405.xhp\n"
+"par_id3154757\n"
+"19\n"
+"help.text"
+msgid "32 - BINARY (file open in binary mode)."
msgstr ""
-#: 03120314.xhp#par_id3156023.8.help.text
-msgctxt "03120314.xhp#par_id3156023.8.help.text"
-msgid "<emph>Text:</emph> Any string expression."
-msgstr "<emph>ტექსტი: </emph>ნებისმიერი სტრინგული გამოსახულება."
-
-#: 03120314.xhp#par_id3147560.9.help.text
-msgid "<emph>delimiter (optional):</emph> A string of one or more characters length that is used to delimit the Text. The default is the space character."
-msgstr "<emph>delimiter (არჩევითი):</emph> ერთი ან მეტი ასო-ნიშნის სიგრძის სტრინგი, რომელიც გამოიყენება ტექსტის გამოსაყოფად. საწყისი ნიშანია ჰარი."
-
-#: 03120314.xhp#par_id3145069.12.help.text
-msgid "<emph>number (optional):</emph> The number of substrings that you want to return."
-msgstr "<emph>number (არჩევითი):</emph> თქვენთვის სასურველი დასაბრუნებელი ქვესტრინგების რაოდენობა."
-
-#: 03120314.xhp#hd_id3150398.10.help.text
-msgctxt "03120314.xhp#hd_id3150398.10.help.text"
+#. B$V4
+#: 03020405.xhp
+msgctxt ""
+"03020405.xhp\n"
+"hd_id3147339\n"
+"20\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03120314.xhp#par_id3151212.11.help.text
-msgid "Dim a(3)"
-msgstr "Dim a(3)"
-
-#: 03120314.xhp#par_id3149204.13.help.text
-msgid "Sub main()"
-msgstr "Sub main()"
-
-#: 03120314.xhp#par_id3156214.14.help.text
-msgid " a(0) = \"ABCDE\""
-msgstr " a(0) = \"ABCDE\""
-
-#: 03120314.xhp#par_id3154217.15.help.text
-msgid " a(1) = 42"
-msgstr " a(1) = 42"
-
-#: 03120314.xhp#par_id3145173.16.help.text
-msgid " a(2) = \"MN\""
-msgstr " a(2) = \"MN\""
-
-#: 03120314.xhp#par_id3153104.17.help.text
-msgid " a(3) = \"X Y Z\""
-msgstr " a(3) = \"X Y Z\""
-
-#: 03120314.xhp#par_id3154684.18.help.text
-msgid " JStr = Join1()"
-msgstr " JStr = Join1()"
-
-#: 03120314.xhp#par_id3153367.19.help.text
-msgctxt "03120314.xhp#par_id3153367.19.help.text"
-msgid " Call Show(JStr, Split1(JStr))"
-msgstr ""
-
-#: 03120314.xhp#par_id3145271.20.help.text
-msgid " JStr = Join2()"
-msgstr " JStr = Join2()"
-
-#: 03120314.xhp#par_id3155856.21.help.text
-msgctxt "03120314.xhp#par_id3155856.21.help.text"
-msgid " Call Show(JStr, Split1(JStr))"
+#. mB.]
+#: 03020405.xhp
+msgctxt ""
+"03020405.xhp\n"
+"par_id3155607\n"
+"29\n"
+"help.text"
+msgid "Print #iNumber, \"This is a line of text\""
msgstr ""
-#: 03120314.xhp#par_id3159155.22.help.text
-msgid " JStr = Join3()"
-msgstr " JStr = Join3()"
-
-#: 03120314.xhp#par_id3155413.23.help.text
-msgctxt "03120314.xhp#par_id3155413.23.help.text"
-msgid " Call Show(JStr, Split1(JStr))"
+#. Bmbe
+#: 03020405.xhp
+msgctxt ""
+"03020405.xhp\n"
+"par_id3150361\n"
+"30\n"
+"help.text"
+msgid "MsgBox FileAttr(#iNumber, 1 ),0,\"Access mode\""
msgstr ""
-#: 03120314.xhp#par_id3153190.24.help.text
-msgctxt "03120314.xhp#par_id3153190.24.help.text"
-msgid "End Sub"
+#. xk4N
+#: 03020405.xhp
+msgctxt ""
+"03020405.xhp\n"
+"par_id3149817\n"
+"31\n"
+"help.text"
+msgid "MsgBox FileAttr(#iNumber, 2 ),0,\"File attribute\""
msgstr ""
-#: 03120314.xhp#par_id3154320.25.help.text
-msgid "Function Join1()"
-msgstr "Function Join1()"
-
-#: 03120314.xhp#par_id3145748.26.help.text
-msgid " Join1 = Join(a(), \"abc\")"
-msgstr " Join1 = Join(a(), \"abc\")"
-
-#: 03120314.xhp#par_id3153142.45.help.text
-msgctxt "03120314.xhp#par_id3153142.45.help.text"
-msgid "End Function"
-msgstr "End function"
-
-#: 03120314.xhp#par_id3152462.27.help.text
-msgid "Function Join2()"
-msgstr "Function Join2()"
-
-#: 03120314.xhp#par_id3146119.28.help.text
-msgid " Join2 = Join(a(), \",\")"
-msgstr " Join2 = Join(a(), \",\")"
-
-#: 03120314.xhp#par_id3154790.29.help.text
-msgctxt "03120314.xhp#par_id3154790.29.help.text"
-msgid "End Function"
-msgstr "End function"
-
-#: 03120314.xhp#par_id3147125.30.help.text
-msgid "Function Join3()"
-msgstr "Function Join3()"
-
-#: 03120314.xhp#par_id3149377.31.help.text
-msgid " Join3 = Join(a())"
-msgstr " Join3 = Join(a())"
-
-#: 03120314.xhp#par_id3150114.32.help.text
-msgctxt "03120314.xhp#par_id3150114.32.help.text"
-msgid "End Function"
-msgstr "End function"
-
-#: 03120314.xhp#par_id3154729.33.help.text
-msgid "Function Split1(aStr)"
-msgstr "Function Split1(aStr)"
-
-#: 03120314.xhp#par_id3145646.34.help.text
-msgid " Split1 = Split(aStr, \"D\")"
-msgstr " Split1 = Split(aStr, \"D\")"
-
-#: 03120314.xhp#par_id3154512.35.help.text
-msgctxt "03120314.xhp#par_id3154512.35.help.text"
-msgid "End Function"
-msgstr "End function"
-
-#: 03120314.xhp#par_id3149400.36.help.text
-msgid "Sub Show(JoinStr, TheArray)"
-msgstr "Sub Show(JoinStr, TheArray)"
-
-#: 03120314.xhp#par_id3153948.37.help.text
-msgid " l = LBound(TheArray)"
-msgstr " l = LBound(TheArray)"
-
-#: 03120314.xhp#par_id3146969.38.help.text
-msgid " u = UBound(TheArray)"
-msgstr " u = UBound(TheArray)"
-
-#: 03120314.xhp#par_id3150752.39.help.text
-msgid " total$ = \"=============================\" + Chr$(13) + JoinStr + Chr$(13) + Chr$(13)"
-msgstr " total$ = \"=============================\" + Chr$(13) + JoinStr + Chr$(13) + Chr$(13)"
-
-#: 03120314.xhp#par_id3148916.40.help.text
-msgid " For i = l To u"
-msgstr " For i = l To u"
-
-#: 03120314.xhp#par_id3154754.41.help.text
-msgid " total$ = total$ + TheArray(i) + Str(Len(TheArray(i))) + Chr$(13)"
-msgstr " total$ = total$ + TheArray(i) + Str(Len(TheArray(i))) + Chr$(13)"
-
-#: 03120314.xhp#par_id3156054.42.help.text
-msgid " Next i"
-msgstr " Next i"
-
-#: 03120314.xhp#par_id3147338.43.help.text
-msgid " MsgBox total$"
-msgstr " MsgBox total$"
-
-#: 03120314.xhp#par_id3155960.44.help.text
-msgctxt "03120314.xhp#par_id3155960.44.help.text"
-msgid "End Sub"
+#. E0%9
+#: 03080301.xhp
+msgctxt ""
+"03080301.xhp\n"
+"tit\n"
+"help.text"
+msgid "Randomize Statement [Runtime]"
msgstr ""
-#: 03120104.xhp#tit.help.text
-msgid "Val Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03120104.xhp#bm_id3149205.help.text
-msgid "<bookmark_value>Val function</bookmark_value>"
-msgstr "<bookmark_value>Va lფუნქცია</bookmark_value>"
+#. VfN3
+#: 03080301.xhp
+msgctxt ""
+"03080301.xhp\n"
+"bm_id3150616\n"
+"help.text"
+msgid "<bookmark_value>Randomize statement</bookmark_value>"
+msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-#: 03120104.xhp#hd_id3149205.1.help.text
+#. Q*;%
+#: 03080301.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03120104.xhp\" name=\"Val Function [Runtime]\">Val Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
+msgctxt ""
+"03080301.xhp\n"
+"hd_id3150616\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080301.xhp\" name=\"Randomize Statement [Runtime]\">Randomize Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03120104.xhp#par_id3153345.2.help.text
-msgid "Converts a string to a numeric expression."
+#. Tyy6
+#: 03080301.xhp
+msgctxt ""
+"03080301.xhp\n"
+"par_id3145090\n"
+"2\n"
+"help.text"
+msgid "Initializes the random-number generator."
msgstr ""
-#: 03120104.xhp#hd_id3159157.3.help.text
-msgctxt "03120104.xhp#hd_id3159157.3.help.text"
+#. HF,Y
+#: 03080301.xhp
+msgctxt ""
+"03080301.xhp\n"
+"hd_id3147573\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03120104.xhp#par_id3149514.4.help.text
-msgid "Val (Text As String)"
-msgstr "Val (ტექსტი როგორც სტრიქონი)"
-
-#: 03120104.xhp#hd_id3150669.5.help.text
-msgctxt "03120104.xhp#hd_id3150669.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03120104.xhp#par_id3143228.6.help.text
-msgctxt "03120104.xhp#par_id3143228.6.help.text"
-msgid "Double"
+#. 6v=g
+#: 03080301.xhp
+msgctxt ""
+"03080301.xhp\n"
+"par_id3145315\n"
+"4\n"
+"help.text"
+msgid "Randomize [Number]"
msgstr ""
-#: 03120104.xhp#hd_id3156024.7.help.text
-msgctxt "03120104.xhp#hd_id3156024.7.help.text"
+#. 622S
+#: 03080301.xhp
+msgctxt ""
+"03080301.xhp\n"
+"hd_id3152456\n"
+"5\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03120104.xhp#par_id3154348.8.help.text
-msgid "<emph>Text:</emph> String that represents a number."
-msgstr ""
-
-#: 03120104.xhp#par_id3149670.9.help.text
-msgid "Using the Val function, you can convert a string that represents numbers into numeric expressions. This is the inverse of the <emph>Str</emph> function. If only part of the string contains numbers, only the first appropriate characters of the string are converted. If the string does not contain any numbers, the <emph>Val</emph> function returns the value 0."
-msgstr ""
+#. EP_^
+#: 03080301.xhp
+#, fuzzy
+msgctxt ""
+"03080301.xhp\n"
+"par_id3149670\n"
+"6\n"
+"help.text"
+msgid "<emph>Number:</emph> Any integer value that initializes the random-number generator."
+msgstr "<emph>რიცხვი</emph> არის თარიღის შიდა რიცხვი."
-#: 03120104.xhp#hd_id3154365.10.help.text
-msgctxt "03120104.xhp#hd_id3154365.10.help.text"
+#. Q.O*
+#: 03080301.xhp
+msgctxt ""
+"03080301.xhp\n"
+"hd_id3149655\n"
+"7\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03120104.xhp#par_id3151177.11.help.text
-msgid "Sub ExampleVal"
-msgstr "Sub ExampleVal"
-
-#: 03120104.xhp#par_id3159150.12.help.text
-msgid "msgbox Val(\"123.123\")"
-msgstr "msgbox Val(\"123.123\")"
-
-#: 03120104.xhp#par_id3154126.13.help.text
-msgid "msgbox Val(\"A123.123\")"
-msgstr "msgbox Val(\"A123.123\")"
-
-#: 03120104.xhp#par_id3147229.14.help.text
-msgctxt "03120104.xhp#par_id3147229.14.help.text"
-msgid "end Sub"
-msgstr ""
-
-#: 03000000.xhp#tit.help.text
-msgid "Run-Time Functions"
+#. #$Bb
+#: 03080301.xhp
+msgctxt ""
+"03080301.xhp\n"
+"par_id3147288\n"
+"14\n"
+"help.text"
+msgid "iVar = Int((10 * Rnd) ) ' Range from 0 To 9"
msgstr ""
-#: 03000000.xhp#hd_id3152895.1.help.text
-msgid "<variable id=\"doc_title\"><link href=\"text/sbasic/shared/03000000.xhp\" name=\"Run-Time Functions\">Run-Time Functions</link></variable>"
-msgstr ""
-
-#: 03000000.xhp#par_id3148983.2.help.text
-msgid "This section describes the Runtime Functions of <item type=\"productname\">%PRODUCTNAME</item> Basic."
+#. (i,2
+#: 03080301.xhp
+msgctxt ""
+"03080301.xhp\n"
+"par_id3148617\n"
+"22\n"
+"help.text"
+msgid "MsgBox sText,0,\"Spectral Distribution\""
msgstr ""
-#: 03030107.xhp#tit.help.text
-msgid "CDateToIso Function [Runtime]"
+#. qaF-
+#: 03104300.xhp
+msgctxt ""
+"03104300.xhp\n"
+"tit\n"
+"help.text"
+msgid "DimArray Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03030107.xhp#bm_id3150620.help.text
-msgid "<bookmark_value>CdateToIso function</bookmark_value>"
-msgstr "<bookmark_value>DateAdd ფუნქცია</bookmark_value>"
+#. Qfd|
+#: 03104300.xhp
+msgctxt ""
+"03104300.xhp\n"
+"bm_id3150616\n"
+"help.text"
+msgid "<bookmark_value>DimArray function</bookmark_value>"
+msgstr "<bookmark_value>CVErr ფუნქცია</bookmark_value>"
-#: 03030107.xhp#hd_id3150620.1.help.text
+#. 0FBv
+#: 03104300.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03030107.xhp\" name=\"CDateToIso Function [Runtime]\">CDateToIso Function [Runtime]</link>"
+msgctxt ""
+"03104300.xhp\n"
+"hd_id3150616\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray Function [Runtime]\">DimArray Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03030107.xhp#par_id3151097.2.help.text
-msgid "Returns the date in ISO format from a serial date number that is generated by the DateSerial or the DateValue function."
+#. Shnq
+#: 03104300.xhp
+msgctxt ""
+"03104300.xhp\n"
+"par_id3153527\n"
+"2\n"
+"help.text"
+msgid "Returns a Variant array."
msgstr ""
-#: 03030107.xhp#hd_id3159224.3.help.text
-msgctxt "03030107.xhp#hd_id3159224.3.help.text"
+#. wL0y
+#: 03104300.xhp
+msgctxt ""
+"03104300.xhp\n"
+"hd_id3149762\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03030107.xhp#par_id3149497.4.help.text
-msgid "CDateToIso(Number)"
+#. EP#8
+#: 03104300.xhp
+msgctxt ""
+"03104300.xhp\n"
+"par_id3148473\n"
+"4\n"
+"help.text"
+msgid "DimArray ( Argument list)"
msgstr ""
-#: 03030107.xhp#hd_id3152347.5.help.text
-msgctxt "03030107.xhp#hd_id3152347.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+#. .TvI
+#: 03104300.xhp
+msgctxt ""
+"03104300.xhp\n"
+"par_id3154142\n"
+"5\n"
+"help.text"
+msgid "See also <link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array\">Array</link>"
+msgstr ""
-#: 03030107.xhp#par_id3154422.6.help.text
-msgctxt "03030107.xhp#par_id3154422.6.help.text"
-msgid "String"
-msgstr "სტრიქონები"
+#. fP[Q
+#: 03104300.xhp
+msgctxt ""
+"03104300.xhp\n"
+"par_id3156023\n"
+"6\n"
+"help.text"
+msgid "If no parameters are passed, an empty array is created (like Dim A() that is the same as a sequence of length 0 in Uno). If parameters are specified, a dimension is created for each parameter."
+msgstr ""
-#: 03030107.xhp#hd_id3147303.7.help.text
-msgctxt "03030107.xhp#hd_id3147303.7.help.text"
+#. Fs%H
+#: 03104300.xhp
+msgctxt ""
+"03104300.xhp\n"
+"hd_id3154760\n"
+"7\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03030107.xhp#par_id3145136.8.help.text
-msgid "<emph>Number:</emph> Integer that contains the serial date number."
+#. vpqI
+#: 03104300.xhp
+msgctxt ""
+"03104300.xhp\n"
+"par_id3159414\n"
+"8\n"
+"help.text"
+msgid "<emph>Argument list:</emph> A list of any number of arguments that are separated by commas."
msgstr ""
-#: 03030107.xhp#hd_id3147243.9.help.text
-msgctxt "03030107.xhp#hd_id3147243.9.help.text"
+#. ^^_[
+#: 03104300.xhp
+msgctxt ""
+"03104300.xhp\n"
+"hd_id3150358\n"
+"9\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03030107.xhp#par_id3156152.10.help.text
-msgid "Sub ExampleCDateToIso"
+#. UiOy
+#: 03104300.xhp
+msgctxt ""
+"03104300.xhp\n"
+"par_id3154939\n"
+"10\n"
+"help.text"
+msgid "DimArray( 2, 2, 4 ) is the same as DIM a( 2, 2, 4 )"
msgstr ""
-#: 03030107.xhp#par_id3153126.11.help.text
-msgid "MsgBox \"\" & CDateToIso(Now) ,64,\"ISO Date\""
+#. sRD\
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"tit\n"
+"help.text"
+msgid "TypeName Function; VarType Function[Runtime]"
msgstr ""
-#: 03030107.xhp#par_id3143228.12.help.text
-msgctxt "03030107.xhp#par_id3143228.12.help.text"
-msgid "End Sub"
-msgstr ""
+#. ?G{^
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"bm_id3143267\n"
+"help.text"
+msgid "<bookmark_value>TypeName function</bookmark_value><bookmark_value>VarType function</bookmark_value>"
+msgstr "<bookmark_value>Mid ფუნქცია</bookmark_value><bookmark_value>Mid დებულება</bookmark_value>"
-#: 03090302.xhp#tit.help.text
-msgid "GoTo Statement [Runtime]"
+#. SyVt
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"hd_id3143267\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03103600.xhp\" name=\"TypeName Function; VarType Function[Runtime]\">TypeName Function; VarType Function[Runtime]</link>"
msgstr ""
-#: 03090302.xhp#bm_id3159413.help.text
-msgid "<bookmark_value>GoTo statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-
-#: 03090302.xhp#hd_id3159413.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03090302.xhp\" name=\"GoTo Statement [Runtime]\">GoTo Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-
-#: 03090302.xhp#par_id3153379.2.help.text
-msgid "Continues program execution within a Sub or Function at the procedure line indicated by a label."
+#. O.^c
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3159157\n"
+"2\n"
+"help.text"
+msgid "Returns a string (TypeName) or a numeric value (VarType) that contains information for a variable."
msgstr ""
-#: 03090302.xhp#hd_id3149656.3.help.text
-msgctxt "03090302.xhp#hd_id3149656.3.help.text"
+#. 1(0h
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"hd_id3153825\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03090302.xhp#par_id3154367.4.help.text
-msgctxt "03090302.xhp#par_id3154367.4.help.text"
-msgid "see Parameters"
-msgstr ""
-
-#: 03090302.xhp#hd_id3150870.5.help.text
-msgctxt "03090302.xhp#hd_id3150870.5.help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03090302.xhp#par_id3156214.6.help.text
-msgctxt "03090302.xhp#par_id3156214.6.help.text"
-msgid "Sub/Function"
-msgstr "End function"
-
-#: 03090302.xhp#par_id3156424.7.help.text
-msgctxt "03090302.xhp#par_id3156424.7.help.text"
-msgid "statement block"
+#. +*hA
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3155341\n"
+"4\n"
+"help.text"
+msgid "TypeName (Variable)VarType (Variable)"
msgstr ""
-#: 03090302.xhp#par_id3154685.8.help.text
-msgid " Label1"
-msgstr ""
+#. 0Ydn
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"hd_id3145610\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03090302.xhp#par_id3145786.9.help.text
-msgid "<emph>Label2:</emph>"
+#. E6aC
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3148947\n"
+"6\n"
+"help.text"
+msgid "String; Integer"
msgstr ""
-#: 03090302.xhp#par_id3161832.10.help.text
-msgctxt "03090302.xhp#par_id3161832.10.help.text"
-msgid "statement block"
+#. aoC_
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"hd_id3146795\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03090302.xhp#par_id3146120.11.help.text
-msgctxt "03090302.xhp#par_id3146120.11.help.text"
-msgid "Exit Sub"
+#. x?rb
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3148664\n"
+"8\n"
+"help.text"
+msgid "<emph>Variable:</emph> The variable that you want to determine the type of. You can use the following values:"
msgstr ""
-#: 03090302.xhp#par_id3150010.12.help.text
-msgid "<emph>Label1:</emph>"
+#. mcd7
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3145171\n"
+"9\n"
+"help.text"
+msgid "key word"
msgstr ""
-#: 03090302.xhp#par_id3152462.13.help.text
-msgctxt "03090302.xhp#par_id3152462.13.help.text"
-msgid "statement block"
+#. Yx:-
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3156212\n"
+"10\n"
+"help.text"
+msgid "VarType"
msgstr ""
-#: 03090302.xhp#par_id3149664.14.help.text
-msgid "GoTo Label2"
+#. i698
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3154684\n"
+"11\n"
+"help.text"
+msgid "Variable type"
msgstr ""
-#: 03090302.xhp#par_id3152886.15.help.text
-msgctxt "03090302.xhp#par_id3152886.15.help.text"
-msgid "End Sub/Function"
-msgstr "End function"
-
-#: 03090302.xhp#par_id3152596.16.help.text
-msgid "Use the GoTo 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 (\":\")."
+#. TxUT
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3151041\n"
+"12\n"
+"help.text"
+msgid "Boolean"
msgstr ""
-#: 03090302.xhp#par_id3155416.17.help.text
-msgid "You cannot use the GoTo statement to jump out of a Sub or Function."
+#. !,V6
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3153367\n"
+"13\n"
+"help.text"
+msgid "11"
msgstr ""
-#: 03090302.xhp#hd_id3154731.19.help.text
-msgctxt "03090302.xhp#hd_id3154731.19.help.text"
-msgid "Example:"
+#. G~4(
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3148645\n"
+"14\n"
+"help.text"
+msgid "Boolean variable"
msgstr ""
-#: 03090302.xhp#par_id6967035.help.text
-msgctxt "03090302.xhp#par_id6967035.help.text"
-msgid "see Parameters"
+#. *O9O
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3153138\n"
+"15\n"
+"help.text"
+msgid "Date"
msgstr ""
-#: 01050200.xhp#tit.help.text
-msgid "Call Stack Window (Calls)"
+#. uLaD
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3153363\n"
+"16\n"
+"help.text"
+msgid "7"
msgstr ""
-#: 01050200.xhp#hd_id3146794.1.help.text
-msgid "<link href=\"text/sbasic/shared/01050200.xhp\" name=\"Call Stack Window (Calls)\">Call Stack Window (Calls)</link>"
+#. 25)e
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3155411\n"
+"17\n"
+"help.text"
+msgid "Date variable"
msgstr ""
-#: 01050200.xhp#par_id3150400.2.help.text
-msgid "<ahelp hid=\"HID_BASICIDE_STACKWINDOW_LIST\" visibility=\"hidden\">Displays the sequence of procedures and functions during the execution of a program.</ahelp>The <emph>Call Stack</emph> allows you to monitor the sequence of procedures and functions during the execution of a program. The procedures are functions are displayed bottom to top with the most recent function or procedure call at the top of the list."
+#. CPLZ
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3146975\n"
+"18\n"
+"help.text"
+msgid "Double"
msgstr ""
-#: 03010103.xhp#tit.help.text
-msgid "Print Statement [Runtime]"
+#. p3EX
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3150486\n"
+"19\n"
+"help.text"
+msgid "5"
msgstr ""
-#: 03010103.xhp#bm_id3147230.help.text
-msgid "<bookmark_value>Print statement</bookmark_value>"
-msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-
-#: 03010103.xhp#hd_id3147230.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement [Runtime]\">Print Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-
-#: 03010103.xhp#par_id3156281.2.help.text
-msgid "Outputs the specified strings or numeric expressions to a dialog or to a file."
+#. WsVl
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3148616\n"
+"20\n"
+"help.text"
+msgid "Double floating point variable"
msgstr ""
-#: 03010103.xhp#hd_id3145785.3.help.text
-msgctxt "03010103.xhp#hd_id3145785.3.help.text"
-msgid "Syntax:"
+#. SIw-
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3148457\n"
+"21\n"
+"help.text"
+msgid "Integer"
msgstr ""
-#: 03010103.xhp#par_id3153188.4.help.text
-msgid "Print [#FileName,] Expression1[{;|,} [Spc(Number As Integer);] [Tab(pos As Integer);] [Expression2[...]] "
+#. 9rRf
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3145647\n"
+"22\n"
+"help.text"
+msgid "2"
msgstr ""
-#: 03010103.xhp#hd_id3147348.5.help.text
-msgctxt "03010103.xhp#hd_id3147348.5.help.text"
-msgid "Parameter:"
+#. \apP
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3154490\n"
+"23\n"
+"help.text"
+msgid "Integer variable"
msgstr ""
-#: 03010103.xhp#par_id2508621.help.text
-msgctxt "03010103.xhp#par_id2508621.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."
+#. L^Wp
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3149960\n"
+"24\n"
+"help.text"
+msgid "Long"
msgstr ""
-#: 03010103.xhp#par_id3163712.6.help.text
-msgid "<emph>Expression</emph>: Any numeric or string expression to be printed. Multiple expressions can be separated by a semicolon. If separated by a comma, the expressions are indented to the next tab stop. The tab stops cannot be adjusted."
+#. cft#
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3154513\n"
+"25\n"
+"help.text"
+msgid "3"
msgstr ""
-#: 03010103.xhp#par_id3153092.7.help.text
-msgid "<emph>Number</emph>: Number of spaces to be inserted by the <emph>Spc</emph> function."
+#. 4gq7
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3151318\n"
+"26\n"
+"help.text"
+msgid "Long integer variable"
msgstr ""
-#: 03010103.xhp#par_id3145364.8.help.text
-msgid "<emph>Pos</emph>: Spaces are inserted until the specified position."
-msgstr ""
+#. \aBX
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3146972\n"
+"27\n"
+"help.text"
+msgid "Object"
+msgstr "ობიექტი"
-#: 03010103.xhp#par_id3154319.9.help.text
-msgid "If a semicolon or comma appears after the last expression to be printed, $[officename] Basic stores the text in an internal buffer and continues program execution without printing. When another Print statement without a semicolon or comma at the end is encountered, all text to be printed is printed at once."
+#. 7(6i
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3154482\n"
+"28\n"
+"help.text"
+msgid "9"
msgstr ""
-#: 03010103.xhp#par_id3145272.10.help.text
-msgid "Positive numeric expressions are printed with a leading space. Negative expressions are printed with a leading minus sign. If a certain range is exceeded for floating-point values, the respective numeric expression is printed in exponential notation."
+#. pz-!
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3150323\n"
+"29\n"
+"help.text"
+msgid "Object variable"
msgstr ""
-#: 03010103.xhp#par_id3154011.11.help.text
-msgid "If the expression to be printed exceeds a certain length, the display will automatically wrap to the next line."
+#. T/r,
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3148405\n"
+"30\n"
+"help.text"
+msgid "Single"
msgstr ""
-#: 03010103.xhp#par_id3146969.12.help.text
-msgid "You can insert the Tab function, enclosed by semicolons, between arguments to indent the output to a specific position, or you can use the <emph>Spc</emph> function to insert a specified number of spaces."
+#. Hp\v
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3149020\n"
+"31\n"
+"help.text"
+msgid "4"
msgstr ""
-#: 03010103.xhp#hd_id3146912.13.help.text
-msgctxt "03010103.xhp#hd_id3146912.13.help.text"
-msgid "Example:"
+#. )j\w
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3147341\n"
+"32\n"
+"help.text"
+msgid "Single floating-point variable"
msgstr ""
-#: 03010103.xhp#par_id3153711.14.help.text
-msgid "Sub ExamplePrint"
-msgstr "Sub ExampleString"
+#. /J!v
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3155901\n"
+"33\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონები"
-#: 03010103.xhp#par_id3153764.15.help.text
-msgid "Print \"ABC\""
-msgstr ""
+#. nf,l
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3155960\n"
+"34\n"
+"help.text"
+msgid "8"
+msgstr "8"
-#: 03010103.xhp#par_id3155764.16.help.text
-msgid "Print \"ABC\",\"123\""
+#. mnx_
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3146313\n"
+"35\n"
+"help.text"
+msgid "String variable"
msgstr ""
-#: 03010103.xhp#par_id5484176.help.text
-msgid "i = FreeFile()"
+#. l!]e
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3145149\n"
+"36\n"
+"help.text"
+msgid "Variant"
msgstr ""
-#: 03010103.xhp#par_id2904141.help.text
-msgid "Open <switchinline select=\"sys\"><caseinline select=\"WIN\">\"C:\\Temp.txt\"</caseinline><defaultinline>\"~/temp.txt\"</defaultinline></switchinline> For Output As i"
+#. PcCp
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3154021\n"
+"37\n"
+"help.text"
+msgid "12"
msgstr ""
-#: 03010103.xhp#par_id36317.help.text
-msgid "Print #i, \"ABC\""
+#. a,^Q
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3145789\n"
+"38\n"
+"help.text"
+msgid "Variant variable (can contain all types specified by the definition)"
msgstr ""
-#: 03010103.xhp#par_id7381817.help.text
-msgid "Close #i"
+#. xyd9
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3148630\n"
+"39\n"
+"help.text"
+msgid "Empty"
msgstr ""
-#: 03010103.xhp#par_id3147339.17.help.text
-msgctxt "03010103.xhp#par_id3147339.17.help.text"
-msgid "end Sub"
+#. m(+\
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3152584\n"
+"40\n"
+"help.text"
+msgid "0"
msgstr ""
-#: 03130700.xhp#tit.help.text
-msgid "GetSystemTicks Function [Runtime]"
+#. J%N!
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3151278\n"
+"41\n"
+"help.text"
+msgid "Variable is not initialized"
msgstr ""
-#: 03130700.xhp#bm_id3147143.help.text
-msgid "<bookmark_value>GetSystemTicks function</bookmark_value>"
-msgstr "<bookmark_value>GetSystemTicks ფუნქცია</bookmark_value>"
-
-#: 03130700.xhp#hd_id3147143.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03130700.xhp\" name=\"GetSystemTicks Function [Runtime]\">GetSystemTicks Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03130700.xhp#par_id3153750.2.help.text
-msgid "Returns the number of system ticks provided by the operating system. You can use this function to optimize certain processes."
-msgstr "აბრუნებს ოპერაციული სისტემის მიერ მოწოდებულ სისტემური პულსების რიცხვს. ამ ფუნქციის გამოყენება შეგიძლიათ კონკრეტული პროცესების ოპტიმიზირებისთვის."
+#. _]}]
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3154576\n"
+"42\n"
+"help.text"
+msgid "Null"
+msgstr "ნული"
-#: 03130700.xhp#hd_id3153311.3.help.text
-msgctxt "03130700.xhp#hd_id3153311.3.help.text"
-msgid "Syntax:"
+#. *8BY
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3166424\n"
+"43\n"
+"help.text"
+msgid "1"
msgstr ""
-#: 03130700.xhp#par_id3147242.4.help.text
-msgid "GetSystemTicks()"
-msgstr "GetSystemTicks()"
-
-#: 03130700.xhp#hd_id3149233.5.help.text
-msgctxt "03130700.xhp#hd_id3149233.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03130700.xhp#par_id3149762.6.help.text
-msgctxt "03130700.xhp#par_id3149762.6.help.text"
-msgid "Long"
+#. QRtd
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3145131\n"
+"44\n"
+"help.text"
+msgid "No valid data"
msgstr ""
-#: 03130700.xhp#hd_id3156152.7.help.text
-msgctxt "03130700.xhp#hd_id3156152.7.help.text"
+#. FyQa
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"hd_id3149338\n"
+"45\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03130700.xhp#par_id3148943.8.help.text
-msgctxt "03130700.xhp#par_id3148943.8.help.text"
-msgid "Sub ExampleWait"
-msgstr "Sub ExampleVal"
-
-#: 03130700.xhp#par_id3146795.9.help.text
-msgctxt "03130700.xhp#par_id3146795.9.help.text"
-msgid "Dim lTick As Long"
-msgstr "Dim sVar as string"
-
-#: 03130700.xhp#par_id3145069.10.help.text
-msgctxt "03130700.xhp#par_id3145069.10.help.text"
-msgid "lTick = GetSystemTicks()"
-msgstr ""
-
-#: 03130700.xhp#par_id3147560.11.help.text
-msgctxt "03130700.xhp#par_id3147560.11.help.text"
-msgid "wait 2000"
-msgstr ""
-
-#: 03130700.xhp#par_id3149655.12.help.text
-msgctxt "03130700.xhp#par_id3149655.12.help.text"
-msgid "lTick = (GetSystemTicks() - lTick)"
-msgstr ""
-
-#: 03130700.xhp#par_id3154938.13.help.text
-msgctxt "03130700.xhp#par_id3154938.13.help.text"
-msgid "MsgBox \"\" & lTick & \" Ticks\" ,0,\"The pause lasted\""
-msgstr ""
-
-#: 03130700.xhp#par_id3150542.14.help.text
-msgctxt "03130700.xhp#par_id3150542.14.help.text"
-msgid "End Sub"
+#. n/Dl
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3148817\n"
+"58\n"
+"help.text"
+msgid "TypeName(lVar) & \" \" & VarType(lVar),0,\"Some types In $[officename] Basic\""
msgstr ""
-#: 03120309.xhp#tit.help.text
-msgid "RTrim Function [Runtime]"
+#. OMUH
+#: 03030201.xhp
+msgctxt ""
+"03030201.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hour Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03120309.xhp#bm_id3154286.help.text
-msgid "<bookmark_value>RTrim function</bookmark_value>"
-msgstr "<bookmark_value>RTrim ფუნქცია</bookmark_value>"
+#. /\`E
+#: 03030201.xhp
+msgctxt ""
+"03030201.xhp\n"
+"bm_id3156042\n"
+"help.text"
+msgid "<bookmark_value>Hour function</bookmark_value>"
+msgstr "<bookmark_value>CCur ფუნქცია</bookmark_value>"
-#: 03120309.xhp#hd_id3154286.1.help.text
+#. e:[[
+#: 03030201.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03120309.xhp\" name=\"RTrim Function [Runtime]\">RTrim Function [Runtime]</link>"
+msgctxt ""
+"03030201.xhp\n"
+"hd_id3156042\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour Function [Runtime]\">Hour Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03120309.xhp#par_id3153127.2.help.text
-msgid "Deletes the spaces at the end of a string expression."
-msgstr "სტრინგული გამოსახულების ბოლოში შლის ჰარებს."
-
-#: 03120309.xhp#par_id3153062.3.help.text
-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 ფუნქცია\">LTrim ფუნქცია</link>"
+#. 1Gq2
+#: 03030201.xhp
+msgctxt ""
+"03030201.xhp\n"
+"par_id3149346\n"
+"2\n"
+"help.text"
+msgid "Returns the hour from a time value that is generated by the TimeSerial or the TimeValue function."
+msgstr ""
-#: 03120309.xhp#hd_id3154924.4.help.text
-msgctxt "03120309.xhp#hd_id3154924.4.help.text"
+#. J*+}
+#: 03030201.xhp
+msgctxt ""
+"03030201.xhp\n"
+"hd_id3147574\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03120309.xhp#par_id3154347.5.help.text
-msgid "RTrim (Text As String)"
-msgstr "RTrim (Text As String)"
+#. k4,E
+#: 03030201.xhp
+msgctxt ""
+"03030201.xhp\n"
+"par_id3147264\n"
+"4\n"
+"help.text"
+msgid "Hour (Number)"
+msgstr ""
-#: 03120309.xhp#hd_id3149457.6.help.text
-msgctxt "03120309.xhp#hd_id3149457.6.help.text"
+#. @gPA
+#: 03030201.xhp
+msgctxt ""
+"03030201.xhp\n"
+"hd_id3145069\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03120309.xhp#par_id3153381.7.help.text
-msgctxt "03120309.xhp#par_id3153381.7.help.text"
-msgid "String"
-msgstr "სტრიქონები"
-
-#: 03120309.xhp#hd_id3148798.8.help.text
-msgctxt "03120309.xhp#hd_id3148798.8.help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120309.xhp#par_id3151380.9.help.text
-msgid "<emph>Text: </emph>Any string expression."
-msgstr "<emph>ტექსტი: </emph>ნებისმიერი სტრინგული გამოსახულება."
-
-#: 03120309.xhp#hd_id3151041.10.help.text
-msgctxt "03120309.xhp#hd_id3151041.10.help.text"
-msgid "Example:"
+#. S]R`
+#: 03030201.xhp
+msgctxt ""
+"03030201.xhp\n"
+"par_id3149670\n"
+"6\n"
+"help.text"
+msgid "Integer"
msgstr ""
-#: 03120309.xhp#par_id3148673.11.help.text
-msgctxt "03120309.xhp#par_id3148673.11.help.text"
-msgid "Sub ExampleSpaces"
-msgstr "Sub ExampleSpace"
-
-#: 03120309.xhp#par_id3156281.12.help.text
-msgctxt "03120309.xhp#par_id3156281.12.help.text"
-msgid "Dim sText2 as String,sText as String,sOut as String"
-msgstr "Dim sText2 As String,sText As String,sOut As String"
-
-#: 03120309.xhp#par_id3154125.13.help.text
-msgctxt "03120309.xhp#par_id3154125.13.help.text"
-msgid "sText2 = \" <*Las Vegas*> \""
+#. llUh
+#: 03030201.xhp
+msgctxt ""
+"03030201.xhp\n"
+"hd_id3150359\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03120309.xhp#par_id3155131.15.help.text
-msgctxt "03120309.xhp#par_id3155131.15.help.text"
-msgid "sOut = \"'\"+sText2 +\"'\"+ Chr(13)"
+#. *JmV
+#: 03030201.xhp
+msgctxt ""
+"03030201.xhp\n"
+"par_id3154366\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Numeric expression that contains the serial time value that is used to return the hour value."
msgstr ""
-#: 03120309.xhp#par_id3161833.16.help.text
-msgctxt "03120309.xhp#par_id3161833.16.help.text"
-msgid "sText = Ltrim(sText2) REM sText = \"<*Las Vegas*> \""
+#. ~VeE
+#: 03030201.xhp
+msgctxt ""
+"03030201.xhp\n"
+"par_id3154909\n"
+"9\n"
+"help.text"
+msgid "This function is the opposite of the <emph>TimeSerial</emph> function. It returns an integer value that represents the hour from a time value that is generated by the <emph>TimeSerial</emph> or the <emph>TimeValue </emph>function. For example, the expression"
msgstr ""
-#: 03120309.xhp#par_id3147317.17.help.text
-msgctxt "03120309.xhp#par_id3147317.17.help.text"
-msgid "sOut = sOut + \"'\"+sText +\"'\" + Chr(13)"
+#. [sR.
+#: 03030201.xhp
+msgctxt ""
+"03030201.xhp\n"
+"par_id3163798\n"
+"10\n"
+"help.text"
+msgid "Print Hour(TimeSerial(12,30,41))"
msgstr ""
-#: 03120309.xhp#par_id3151112.18.help.text
-msgctxt "03120309.xhp#par_id3151112.18.help.text"
-msgid "sText = Rtrim(sText2) REM sText = \" <*Las Vegas*>\""
+#. q]+)
+#: 03030201.xhp
+msgctxt ""
+"03030201.xhp\n"
+"par_id3155132\n"
+"11\n"
+"help.text"
+msgid "returns the value 12."
msgstr ""
-#: 03120309.xhp#par_id3149664.19.help.text
-msgctxt "03120309.xhp#par_id3149664.19.help.text"
-msgid "sOut = sOut +\"'\"+ sText +\"'\" + Chr(13)"
+#. TAk)
+#: 03030201.xhp
+msgctxt ""
+"03030201.xhp\n"
+"hd_id3147348\n"
+"12\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03120309.xhp#par_id3152576.20.help.text
-msgctxt "03120309.xhp#par_id3152576.20.help.text"
-msgid "sText = Trim(sText2) REM sText = \"<*Las Vegas*>\""
-msgstr ""
+#. I8]m
+#: 03030201.xhp
+msgctxt ""
+"03030201.xhp\n"
+"par_id3146985\n"
+"13\n"
+"help.text"
+msgid "Sub ExampleHour"
+msgstr "Sub ExampleStr"
-#: 03120309.xhp#par_id3153729.21.help.text
-msgctxt "03120309.xhp#par_id3153729.21.help.text"
-msgid "sOut = sOut +\"'\"+ sText +\"'\""
+#. Cpi-
+#: 03030201.xhp
+msgctxt ""
+"03030201.xhp\n"
+"par_id3156441\n"
+"14\n"
+"help.text"
+msgid "Print \"The current hour is \" & Hour( Now )"
msgstr ""
-#: 03120309.xhp#par_id3145749.22.help.text
-msgctxt "03120309.xhp#par_id3145749.22.help.text"
-msgid "MsgBox sOut"
+#. D]#~
+#: 03030201.xhp
+msgctxt ""
+"03030201.xhp\n"
+"par_id3153145\n"
+"15\n"
+"help.text"
+msgid "End Sub"
msgstr ""
-#: 03120309.xhp#par_id3146922.23.help.text
-msgctxt "03120309.xhp#par_id3146922.23.help.text"
-msgid "end sub"
+#. j%qT
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"tit\n"
+"help.text"
+msgid "End Statement [Runtime]"
msgstr ""
-#: 03120401.xhp#tit.help.text
-msgid "InStr Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03120401.xhp#bm_id3155934.help.text
-msgid "<bookmark_value>InStr function</bookmark_value>"
-msgstr "<bookmark_value>InStr ფუნქცია</bookmark_value>"
+#. K~rM
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"bm_id3150771\n"
+"help.text"
+msgid "<bookmark_value>End statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 03120401.xhp#hd_id3155934.1.help.text
+#. %@Kc
+#: 03090404.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03120401.xhp\" name=\"InStr Function [Runtime]\">InStr Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03120401.xhp#par_id3153990.2.help.text
-msgid "Returns the position of a string within another string."
-msgstr "აბრუნებს სტრინგის პოზიციას სხვა სტრინგში."
+msgctxt ""
+"03090404.xhp\n"
+"hd_id3150771\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090404.xhp\" name=\"End Statement [Runtime]\">End Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03120401.xhp#par_id3147303.3.help.text
-msgid "The Instr function returns the position at which the match was found. If the string was not found, the function returns 0."
-msgstr "Instr ფუნქცია აბრუნებს იმ პოზიციას დამთხვევის პოზიციას. თუ სტრინგი ვერ მოიძებნა, მაშინ ფუნქცია აბრუნებს 0-ს."
+#. tIn\
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3153126\n"
+"2\n"
+"help.text"
+msgid "Ends a procedure or block."
+msgstr ""
-#: 03120401.xhp#hd_id3145090.4.help.text
-msgctxt "03120401.xhp#hd_id3145090.4.help.text"
+#. *P3P
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"hd_id3147264\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03120401.xhp#par_id3146957.5.help.text
-msgid "InStr ([Start As Long,] Text1 As String, Text2 As String[, Compare])"
-msgstr "InStr ([Start As Long,] Text1 As String, Text2 As String[, Compare])"
-
-#: 03120401.xhp#hd_id3148538.6.help.text
-msgctxt "03120401.xhp#hd_id3148538.6.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03120401.xhp#par_id3149763.7.help.text
-msgctxt "03120401.xhp#par_id3149763.7.help.text"
-msgid "Integer"
+#. SO;+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3148552\n"
+"4\n"
+"help.text"
+msgid "End, End Function, End If, End Select, End Sub"
msgstr ""
-#: 03120401.xhp#hd_id3148473.8.help.text
-msgctxt "03120401.xhp#hd_id3148473.8.help.text"
+#. A/2Q
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"hd_id3149456\n"
+"5\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03120401.xhp#par_id3153126.9.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>Start: </emph>რიცხვითი გამოსახულება, რომელიც ნიშნავს პოზიციას სტრინგში როდესაც იწყება კონკრეტული ქვესტრინგის ძებნა. თუ თქვენ გამოტოვებთ ამ პარამეტრს, ძებნა დაიწყება სტრინგის პირველი ასო-ნიშნიდან. მაქსიმალური დასაშვები მნიშვნელობა არის 65535."
-
-#: 03120401.xhp#par_id3145609.10.help.text
-msgid "<emph>Text1:</emph> The string expression that you want to search."
-msgstr "<emph>Text1:</emph> სტრინგის გამოსახულება, რომელიც გსურთ ეძებოთ."
-
-#: 03120401.xhp#par_id3147559.11.help.text
-msgid "<emph>Text2:</emph> The string expression that you want to search for."
-msgstr "<emph>Text2:</emph> სტრინგის გამოსახულება, რომლის ძებნაც გსურთ."
-
-#: 03120401.xhp#par_id3154758.12.help.text
-msgid "<emph>Compare:</emph> Optional numeric expression that defines the type of comparison. The value of this parameter can be 0 or 1. The default value of 1 specifies a text comparison that is not case-sensitive. The value of 0 specifies a binary comparison that is case-sensitive."
-msgstr "<emph>Compare:</emph>არჩევითი რიცხვითი გამოსახულება, რომელიც განსაზღვრავს შედარების ტიპს. ამ პარამეტრის მნიშვნელობა შეიძლება იყოს 0 ან 1. საწყისი მნიშვნელობა არის 1. რომელიც განსახვრავს რომ ტექსტის შედარება არ განასხვავებს დიდ და პატარა ასოებს. მნიშვნელობა 0 მიუთითებს ბინარულ შედარებას, რომელიც განასაზღვრებს დიდ და პატარა ასოებს."
-
-#: 03120401.xhp#par_id3153361.13.help.text
-msgid "To avoid a run-time error, do not set the Compare parameter if the first return parameter is omitted."
-msgstr "თუ პირველი დაბრუნების პარამეტრი გამოტოვებულია, გაშვების შეცდომის თავიდან ასაცილებლად არ დააყენოთ შედარების პარამეტრი."
-
-#: 03120401.xhp#hd_id3154366.14.help.text
-msgctxt "03120401.xhp#hd_id3154366.14.help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03120401.xhp#par_id3154217.15.help.text
-msgid "Sub ExamplePosition"
-msgstr "Sub ExamplePosition"
-
-#: 03120401.xhp#par_id3154685.16.help.text
-msgctxt "03120401.xhp#par_id3154685.16.help.text"
-msgid "Dim sInput As String"
-msgstr "Dim sSep As String"
-
-#: 03120401.xhp#par_id3151042.17.help.text
-msgid "Dim iPos as Integer"
-msgstr "Dim iPos as Integer"
-
-#: 03120401.xhp#par_id3144760.19.help.text
-msgid "sInput = \"Office\""
-msgstr "sInput = \"Office\""
-
-#: 03120401.xhp#par_id3154125.20.help.text
-msgid "iPos = Instr(sInput,\"c\")"
-msgstr "iPos = Instr(sInput,\"c\")"
-
-#: 03120401.xhp#par_id3145173.21.help.text
-msgid "print iPos"
-msgstr "print iPos"
-
-#: 03120401.xhp#par_id3145786.22.help.text
-msgctxt "03120401.xhp#par_id3145786.22.help.text"
-msgid "end sub"
-msgstr ""
-
-#: 03090100.xhp#tit.help.text
-msgid "Condition Statements"
-msgstr ""
-
-#: 03090100.xhp#hd_id3154422.1.help.text
-msgid "<link href=\"text/sbasic/shared/03090100.xhp\" name=\"Condition Statements\">Condition Statements</link>"
-msgstr ""
-
-#: 03090100.xhp#par_id3153750.2.help.text
-msgid "The following statements are based on conditions."
+#. g-$S
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3150398\n"
+"6\n"
+"help.text"
+msgid "Use the End statement as follows:"
msgstr ""
-#: 03020413.xhp#tit.help.text
-msgid "RmDir Statement [Runtime]"
+#. j}Im
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"hd_id3154366\n"
+"7\n"
+"help.text"
+msgid "Statement"
msgstr ""
-#: 03020413.xhp#bm_id3148947.help.text
-msgid "<bookmark_value>RmDir statement</bookmark_value>"
-msgstr "<bookmark_value>RSet დებულება</bookmark_value>"
-
-#: 03020413.xhp#hd_id3148947.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03020413.xhp\" name=\"RmDir Statement [Runtime]\">RmDir Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-
-#: 03020413.xhp#par_id3149457.2.help.text
-msgid "Deletes an existing directory from a data medium."
+#. K]c7
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3151043\n"
+"8\n"
+"help.text"
+msgid "End: Is not required, but can be entered anywhere within a procedure to end the program execution."
msgstr ""
-#: 03020413.xhp#hd_id3153361.3.help.text
-msgctxt "03020413.xhp#hd_id3153361.3.help.text"
-msgid "Syntax:"
+#. [`6q
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3145171\n"
+"9\n"
+"help.text"
+msgid "End Function: Ends a <emph>Function</emph> statement."
msgstr ""
-#: 03020413.xhp#par_id3154367.4.help.text
-msgid "RmDir Text As String"
-msgstr "RTrim (Text As String)"
-
-#: 03020413.xhp#hd_id3156281.5.help.text
-msgctxt "03020413.xhp#hd_id3156281.5.help.text"
-msgid "Parameters:"
+#. 0@vs
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3153192\n"
+"10\n"
+"help.text"
+msgid "End If: Marks the end of a <emph>If...Then...Else</emph> block."
msgstr ""
-#: 03020413.xhp#par_id3151042.6.help.text
-msgid "<emph>Text:</emph> Any string expression that specifies the name and path of the directory that you want to delete. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+#. `kN?
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3148451\n"
+"11\n"
+"help.text"
+msgid "End Select: Marks the end of a <emph>Select Case</emph> block."
msgstr ""
-#: 03020413.xhp#par_id3153192.7.help.text
-msgid "If the path is not determined, the <emph>RmDir Statement</emph> searches for the directory that you want to delete in the current path. If it is not found there, an error message appears."
+#. n],8
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3155131\n"
+"12\n"
+"help.text"
+msgid "End Sub: Ends a <emph>Sub</emph> statement."
msgstr ""
-#: 03020413.xhp#hd_id3145271.8.help.text
-msgctxt "03020413.xhp#hd_id3145271.8.help.text"
+#. k;j]
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"hd_id3146120\n"
+"13\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03020413.xhp#par_id3156442.9.help.text
-msgid "Sub ExampleRmDir"
-msgstr "Sub ExampleStr"
-
-#: 03020413.xhp#par_id3154319.10.help.text
-msgid "MkDir \"C:\\Test2\""
-msgstr ""
-
-#: 03020413.xhp#par_id3159154.11.help.text
-msgid "ChDir \"C:\\test2\""
-msgstr ""
-
-#: 03020413.xhp#par_id3151112.12.help.text
-msgid "msgbox Curdir"
+#. [TtR
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3152887\n"
+"19\n"
+"help.text"
+msgid "Print \"Number from 1 to 5\""
msgstr ""
-#: 03020413.xhp#par_id3147427.13.help.text
-msgid "ChDir \"\\\""
+#. ZkTf
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3148618\n"
+"21\n"
+"help.text"
+msgid "Print \"Number from 6 to 8\""
msgstr ""
-#: 03020413.xhp#par_id3153188.14.help.text
-msgid "RmDir \"C:\\test2\""
+#. jKo:
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3147436\n"
+"23\n"
+"help.text"
+msgid "Print \"Greater than 8\""
msgstr ""
-#: 03020413.xhp#par_id3146120.15.help.text
-msgctxt "03020413.xhp#par_id3146120.15.help.text"
-msgid "end sub"
+#. fKkS
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3150418\n"
+"25\n"
+"help.text"
+msgid "Print \"Outside range 1 to 10\""
msgstr ""
-#: 03104400.xhp#tit.help.text
+#. CnCT
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"tit\n"
+"help.text"
msgid "HasUnoInterfaces Function [Runtime]"
msgstr ""
-#: 03104400.xhp#bm_id3149987.help.text
+#. I@SF
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"bm_id3149987\n"
+"help.text"
msgid "<bookmark_value>HasUnoInterfaces function</bookmark_value>"
msgstr "<bookmark_value>IsUnoStruct ფუნქცია</bookmark_value>"
-#: 03104400.xhp#hd_id3149987.1.help.text
+#. KdX[
+#: 03104400.xhp
#, fuzzy
+msgctxt ""
+"03104400.xhp\n"
+"hd_id3149987\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/sbasic/shared/03104400.xhp\" name=\"HasUnoInterfaces Function [Runtime]\">HasUnoInterfaces Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03104400.xhp#par_id3151262.2.help.text
+#. -S+W
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"par_id3151262\n"
+"2\n"
+"help.text"
msgid "Tests if a Basic Uno object supports certain Uno interfaces."
msgstr ""
-#: 03104400.xhp#par_id3154232.3.help.text
+#. 0fNv
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"par_id3154232\n"
+"3\n"
+"help.text"
msgid "Returns True, if <emph>all</emph> stated Uno interfaces are supported, otherwise False is returned."
msgstr ""
-#: 03104400.xhp#hd_id3150040.4.help.text
-msgctxt "03104400.xhp#hd_id3150040.4.help.text"
+#. J1Ui
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"hd_id3150040\n"
+"4\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03104400.xhp#par_id3155555.5.help.text
+#. ApR+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"par_id3155555\n"
+"5\n"
+"help.text"
msgid "HasUnoInterfaces( oTest, Uno-Interface-Name 1 [, Uno-Interface-Name 2, ...])"
msgstr ""
-#: 03104400.xhp#hd_id3153345.6.help.text
-msgctxt "03104400.xhp#hd_id3153345.6.help.text"
+#. Ynf?
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"hd_id3153345\n"
+"6\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03104400.xhp#par_id3148538.7.help.text
-msgctxt "03104400.xhp#par_id3148538.7.help.text"
+#. xYhO
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"par_id3148538\n"
+"7\n"
+"help.text"
msgid "Bool"
msgstr ""
-#: 03104400.xhp#hd_id3159157.8.help.text
-msgctxt "03104400.xhp#hd_id3159157.8.help.text"
+#. @\`M
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"hd_id3159157\n"
+"8\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03104400.xhp#par_id3155419.9.help.text
+#. ]W)}
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"par_id3155419\n"
+"9\n"
+"help.text"
msgid "<emph>oTest:</emph> the Basic Uno object that you want to test."
msgstr ""
-#: 03104400.xhp#par_id3149236.10.help.text
+#. _~xO
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"par_id3149236\n"
+"10\n"
+"help.text"
msgid "<emph>Uno-Interface-Name:</emph> list of Uno interface names."
msgstr ""
-#: 03104400.xhp#hd_id3147574.11.help.text
-msgctxt "03104400.xhp#hd_id3147574.11.help.text"
+#. c`dZ
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"hd_id3147574\n"
+"11\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03104400.xhp#par_id3149580.12.help.text
+#. -0KX
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"par_id3149580\n"
+"12\n"
+"help.text"
msgid "bHas = HasUnoInterfaces( oTest, \"com.sun.star.beans.XIntrospection\" )"
msgstr "bHas = HasUnoInterfaces( oTest, \"com.sun.star.beans.XIntrospection\" )"
-#: 03120307.xhp#tit.help.text
-msgid "Right Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03120307.xhp#bm_id3153311.help.text
-msgid "<bookmark_value>Right function</bookmark_value>"
-msgstr "<bookmark_value>მარჯვენა ფუნქცია</bookmark_value>"
-
-#: 03120307.xhp#hd_id3153311.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03120307.xhp\" name=\"Right Function [Runtime]\">Right Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03120307.xhp#par_id3150984.2.help.text
-msgid "Returns the rightmost \"n\" characters of a string expression."
-msgstr "აბრუნებს სტინგ გამოსახულების \"n\" მარჯვენა უკიდურეს ასო-ნიშნებს."
-
-#: 03120307.xhp#par_id3149763.3.help.text
-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=\"მარცხენა ფუნქცია\">მარცხენა ფუნქცია</link>."
-
-#: 03120307.xhp#hd_id3145315.4.help.text
-msgctxt "03120307.xhp#hd_id3145315.4.help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03120307.xhp#par_id3153061.5.help.text
-msgid "Right (Text As String, n As Long)"
-msgstr "მარჯვენა (Text As String, n As Long)"
-
-#: 03120307.xhp#hd_id3145068.6.help.text
-msgctxt "03120307.xhp#hd_id3145068.6.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03120307.xhp#par_id3156344.7.help.text
-msgctxt "03120307.xhp#par_id3156344.7.help.text"
-msgid "String"
-msgstr "სტრიქონები"
-
-#: 03120307.xhp#hd_id3146795.8.help.text
-msgctxt "03120307.xhp#hd_id3146795.8.help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120307.xhp#par_id3153526.9.help.text
-msgid "<emph>Text:</emph> Any string expression that you want to return the rightmost characters of."
-msgstr "<emph>ტექსტი:</emph> ნებისმიერი სტრინგული გამოსახულება, რომლიც ყველაზე მარჯვენა ასო-ნიშნების დაბრუნებაც გსურთ."
-
-#: 03120307.xhp#par_id3151211.10.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."
-
-#: 03120307.xhp#par_id3158410.11.help.text
-msgid "The following example converts a date in YYYY-MM-DD format to the US date format (MM/DD/YYYY)."
-msgstr "შემდეგ მაგალითს გადაყავს წწწწ-თთ-დდ ფორმატი ამერიკულ თარიღის ფორმატში (თთ/დდ/წწწწ)."
-
-#: 03120307.xhp#hd_id3156212.12.help.text
-msgctxt "03120307.xhp#hd_id3156212.12.help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03120307.xhp#par_id3150869.13.help.text
-msgctxt "03120307.xhp#par_id3150869.13.help.text"
-msgid "Sub ExampleUSDate"
-msgstr "Sub ExampleSpace"
-
-#: 03120307.xhp#par_id3153105.14.help.text
-msgctxt "03120307.xhp#par_id3153105.14.help.text"
-msgid "Dim sInput As String"
-msgstr "Dim sSep As String"
-
-#: 03120307.xhp#par_id3154124.15.help.text
-msgctxt "03120307.xhp#par_id3154124.15.help.text"
-msgid "Dim sUS_date As String"
-msgstr "Dim sSep As String"
-
-#: 03120307.xhp#par_id3159252.16.help.text
-msgctxt "03120307.xhp#par_id3159252.16.help.text"
-msgid "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
-msgstr ""
-
-#: 03120307.xhp#par_id3149561.17.help.text
-msgctxt "03120307.xhp#par_id3149561.17.help.text"
-msgid "sUS_date = Mid(sInput, 6, 2)"
-msgstr ""
-
-#: 03120307.xhp#par_id3146984.18.help.text
-msgctxt "03120307.xhp#par_id3146984.18.help.text"
-msgid "sUS_date = sUS_date & \"/\""
-msgstr ""
-
-#: 03120307.xhp#par_id3155308.19.help.text
-msgctxt "03120307.xhp#par_id3155308.19.help.text"
-msgid "sUS_date = sUS_date & Right(sInput, 2)"
-msgstr ""
-
-#: 03120307.xhp#par_id3153727.20.help.text
-msgctxt "03120307.xhp#par_id3153727.20.help.text"
-msgid "sUS_date = sUS_date & \"/\""
-msgstr ""
-
-#: 03120307.xhp#par_id3145365.21.help.text
-msgctxt "03120307.xhp#par_id3145365.21.help.text"
-msgid "sUS_date = sUS_date & Left(sInput, 4)"
-msgstr ""
-
-#: 03120307.xhp#par_id3152940.22.help.text
-msgctxt "03120307.xhp#par_id3152940.22.help.text"
-msgid "MsgBox sUS_date"
-msgstr ""
-
-#: 03120307.xhp#par_id3146120.23.help.text
-msgctxt "03120307.xhp#par_id3146120.23.help.text"
-msgid "End Sub"
-msgstr ""
-
-#: 03080302.xhp#tit.help.text
-msgid "Rnd Function [Runtime]"
+#. 7(of
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"tit\n"
+"help.text"
+msgid "Choose Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03080302.xhp#bm_id3148685.help.text
-msgid "<bookmark_value>Rnd function</bookmark_value>"
-msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
+#. ],sC
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"bm_id3143271\n"
+"help.text"
+msgid "<bookmark_value>Choose function</bookmark_value>"
+msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
-#: 03080302.xhp#hd_id3148685.1.help.text
+#. 5c$.
+#: 03090402.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03080302.xhp\" name=\"Rnd Function [Runtime]\">Rnd Function [Runtime]</link>"
+msgctxt ""
+"03090402.xhp\n"
+"hd_id3143271\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090402.xhp\" name=\"Choose Function [Runtime]\">Choose Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03080302.xhp#par_id3149669.2.help.text
-msgid "Returns a random number between 0 and 1."
+#. #)#q
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"par_id3149234\n"
+"2\n"
+"help.text"
+msgid "Returns a selected value from a list of arguments."
msgstr ""
-#: 03080302.xhp#hd_id3153897.3.help.text
-msgctxt "03080302.xhp#hd_id3153897.3.help.text"
+#. RP,+
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"hd_id3148943\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03080302.xhp#par_id3150543.4.help.text
-msgid "Rnd [(Expression)]"
-msgstr ""
-
-#: 03080302.xhp#hd_id3149655.5.help.text
-msgctxt "03080302.xhp#hd_id3149655.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03080302.xhp#par_id3154365.6.help.text
-msgctxt "03080302.xhp#par_id3154365.6.help.text"
-msgid "Double"
+#. N@%}
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"par_id3147560\n"
+"4\n"
+"help.text"
+msgid "Choose (Index, Selection1[, Selection2, ... [,Selection_n]])"
msgstr ""
-#: 03080302.xhp#hd_id3154909.7.help.text
-msgctxt "03080302.xhp#hd_id3154909.7.help.text"
+#. 177C
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"hd_id3154346\n"
+"5\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03080302.xhp#par_id3125864.8.help.text
-#, fuzzy
-msgid "<emph>Expression:</emph> Any numeric expression."
-msgstr "<emph>Expression: </emph>ნებისმიერი ციფრული გამოსახულება."
-
-#: 03080302.xhp#par_id3155306.12.help.text
-msgid "<emph>Omitted:</emph> Returns the next random number in the sequence."
-msgstr ""
-
-#: 03080302.xhp#par_id3147318.14.help.text
-msgid "The <emph>Rnd</emph> function only returns values ranging from 0 to 1. To generate random integers in a given range, use the formula in the following example:"
-msgstr ""
-
-#: 03080302.xhp#hd_id3151118.15.help.text
-msgctxt "03080302.xhp#hd_id3151118.15.help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03080302.xhp#par_id3145365.16.help.text
-msgctxt "03080302.xhp#par_id3145365.16.help.text"
-msgid "Sub ExampleRandomSelect"
-msgstr ""
-
-#: 03080302.xhp#par_id3147426.17.help.text
-msgctxt "03080302.xhp#par_id3147426.17.help.text"
-msgid "Dim iVar As Integer"
-msgstr "DIm iLen როგორც Integer"
-
-#: 03080302.xhp#par_id3150011.18.help.text
-msgctxt "03080302.xhp#par_id3150011.18.help.text"
-msgid "iVar = Int((15 * Rnd) -2)"
-msgstr ""
-
-#: 03080302.xhp#par_id3148575.19.help.text
-msgctxt "03080302.xhp#par_id3148575.19.help.text"
-msgid "Select Case iVar"
-msgstr ""
-
-#: 03080302.xhp#par_id3154097.20.help.text
-msgctxt "03080302.xhp#par_id3154097.20.help.text"
-msgid "Case 1 To 5"
-msgstr ""
-
-#: 03080302.xhp#par_id3147124.21.help.text
-msgctxt "03080302.xhp#par_id3147124.21.help.text"
-msgid "Print \"Number from 1 to 5\""
-msgstr ""
-
-#: 03080302.xhp#par_id3155418.22.help.text
-msgctxt "03080302.xhp#par_id3155418.22.help.text"
-msgid "Case 6, 7, 8"
+#. }-{$
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"par_id3148664\n"
+"6\n"
+"help.text"
+msgid "<emph>Index:</emph> A numeric expression that specifies the value to return."
msgstr ""
-#: 03080302.xhp#par_id3154943.23.help.text
-msgctxt "03080302.xhp#par_id3154943.23.help.text"
-msgid "Print \"Number from 6 to 8\""
+#. l4%N
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"par_id3150791\n"
+"7\n"
+"help.text"
+msgid "<emph>Selection1:</emph> Any expression that contains one of the possible choices."
msgstr ""
-#: 03080302.xhp#par_id3145800.24.help.text
-msgctxt "03080302.xhp#par_id3145800.24.help.text"
-msgid "Case Is > 8 And iVar < 11"
+#. gga6
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"par_id3151043\n"
+"8\n"
+"help.text"
+msgid "The <emph>Choose</emph> function returns a value from the list of expressions based on the index value. If Index = 1, the function returns the first expression in the list, if index i= 2, it returns the second expression, and so on."
msgstr ""
-#: 03080302.xhp#par_id3151074.25.help.text
-msgctxt "03080302.xhp#par_id3151074.25.help.text"
-msgid "Print \"Greater than 8\""
+#. arD[
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"par_id3153192\n"
+"9\n"
+"help.text"
+msgid "If the index value is less than 1 or greater than the number of expressions listed, the function returns a Null value."
msgstr ""
-#: 03080302.xhp#par_id3154016.26.help.text
-msgctxt "03080302.xhp#par_id3154016.26.help.text"
-msgid "Case Else"
+#. KpE;
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"par_id3156281\n"
+"10\n"
+"help.text"
+msgid "The following example uses the <emph>Choose</emph> function to select a string from several strings that form a menu:"
msgstr ""
-#: 03080302.xhp#par_id3155602.27.help.text
-msgctxt "03080302.xhp#par_id3155602.27.help.text"
-msgid "Print \"Outside range 1 to 10\""
+#. p|(}
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"hd_id3150439\n"
+"11\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03080302.xhp#par_id3150328.28.help.text
-msgctxt "03080302.xhp#par_id3150328.28.help.text"
-msgid "End Select"
+#. i(XK
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"par_id3156443\n"
+"20\n"
+"help.text"
+msgid "ChooseMenu = Choose(Index, \"Quick Format\", \"Save Format\", \"System Format\")"
msgstr ""
-#: 03080302.xhp#par_id3154479.29.help.text
-msgctxt "03080302.xhp#par_id3154479.29.help.text"
-msgid "end sub"
+#. w\%=
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"tit\n"
+"help.text"
+msgid "Line Input # Statement [Runtime]"
msgstr ""
-#: 01170101.xhp#tit.help.text
-msgid "General"
-msgstr "მთავარი"
+#. 4%%U
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"bm_id3153361\n"
+"help.text"
+msgid "<bookmark_value>Line Input statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 01170101.xhp#hd_id3147436.1.help.text
+#. 3F2G
+#: 03020203.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/01170101.xhp\" name=\"General\">General</link>"
-msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
+msgctxt ""
+"03020203.xhp\n"
+"hd_id3153361\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement [Runtime]\">Line Input # Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 01170101.xhp#par_id3155855.2.help.text
-msgid "Define the properties for the selected control or dialog. The available properties depend on the type of control selected. The following properties therefore are not available for every type of control."
+#. Sj,.
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"par_id3156280\n"
+"2\n"
+"help.text"
+msgid "Reads strings from a sequential file into a variable."
msgstr ""
-#: 01170101.xhp#hd_id3148647.11.help.text
-#, fuzzy
-msgid "Alignment"
+#. WG9N
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"hd_id3150447\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-"#-#-#-#-# optionen.po (PACKAGE VERSION) #-#-#-#-#\n"
-"გასწორება\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"გასწორება\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"განლაგება"
-#: 01170101.xhp#par_id3147318.12.help.text
-msgid "<ahelp hid=\"HID_PROP_IMAGE_ALIGN\">Specify the alignment option for the selected control.</ahelp>"
+#. g6^P
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"par_id3147229\n"
+"4\n"
+"help.text"
+msgid "Line Input #FileNumber As Integer, Var As String"
msgstr ""
-#: 01170101.xhp#hd_id3153189.76.help.text
-#, fuzzy
-msgid "AutoFill"
+#. NR%i
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"hd_id3145173\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ავტომატური შევსება\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ავტოშევსება"
-#: 01170101.xhp#par_id3152460.77.help.text
-msgid "<ahelp hid=\".\">Select \"Yes\" to enable the AutoFill function for the selected control. </ahelp>"
+#. 4d2(
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"par_id3161832\n"
+"6\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 ""
-#: 01170101.xhp#hd_id3155307.3.help.text
-msgid "Background color"
-msgstr "ფონის ფერი"
-
-#: 01170101.xhp#par_id3145251.4.help.text
-msgid "<ahelp hid=\".\">Specify the background color for the current control.</ahelp>"
+#. x`yP
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"par_id3151119\n"
+"7\n"
+"help.text"
+msgid "<emph>var:</emph> The name of the variable that stores the result."
msgstr ""
-#: 01170101.xhp#hd_id3151076.263.help.text
-msgid "Large change"
+#. QZLF
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"par_id3150010\n"
+"8\n"
+"help.text"
+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 ""
-#: 01170101.xhp#par_id3148457.262.help.text
-msgid "<ahelp hid=\".\">Specify the number of units to scroll when a user clicks in the area between the slider and the arrows on a scrollbar.</ahelp>"
+#. 5f5D
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"hd_id3163711\n"
+"9\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 01170101.xhp#hd_id3153876.139.help.text
-msgid "Border"
+#. z2G,
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"par_id3147124\n"
+"18\n"
+"help.text"
+msgid "Print #iNumber, \"This is a line of text\""
msgstr ""
-#: 01170101.xhp#par_id3154017.140.help.text
-msgid "<ahelp hid=\".\">Specify the border type for the current control.</ahelp>"
+#. NqRB
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"par_id3153415\n"
+"19\n"
+"help.text"
+msgid "Print #iNumber, \"This is another line of text\""
msgstr ""
-#: 01170101.xhp#hd_id3150749.23.help.text
-msgid "Button type"
+#. D^+l
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Xor-Operator [Runtime]"
msgstr ""
-#: 01170101.xhp#par_id3155064.24.help.text
-msgid "<ahelp hid=\".\">Select a button type. Button types determine what type of action is initiated.</ahelp>"
+#. pN|r
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"bm_id3156024\n"
+"help.text"
+msgid "<bookmark_value>Xor operator (logical)</bookmark_value>"
msgstr ""
-#: 01170101.xhp#hd_id3149019.5.help.text
+#. ~:h!
+#: 03060600.xhp
#, fuzzy
-msgid "Character set"
-msgstr ""
-"#-#-#-#-# database.po (PACKAGE VERSION) #-#-#-#-#\n"
-"სიმბოლოთა წყება\n"
-"#-#-#-#-# optionen.po (PACKAGE VERSION) #-#-#-#-#\n"
-"სიმბოლოს მინიჭება"
-
-#: 01170101.xhp#par_id3148406.6.help.text
-msgid "<ahelp hid=\".\">Select the font to be used for displaying the contents of the current control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp#hd_id3147341.149.help.text
-msgid "Currency symbol"
-msgstr ""
-
-#: 01170101.xhp#par_id3146315.150.help.text
-msgid "<ahelp hid=\".\">Enter the currency symbol to be used for currency controls.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp#hd_id7936643.help.text
-msgctxt "01170101.xhp#hd_id7936643.help.text"
-msgid "Date"
-msgstr ""
-
-#: 01170101.xhp#par_id2293771.help.text
-msgid "<ahelp hid=\".\">Specify the default date to be shown in the Date control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp#hd_id3153965.82.help.text
-msgid "Date format"
-msgstr "თარიღის ფორმატი"
-
-#: 01170101.xhp#par_id3155334.83.help.text
-msgid "<ahelp hid=\".\">Specify the desired format for a date control. A date control interprets the user input depending on this format setting.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp#hd_id3154663.121.help.text
-msgid "Date max."
-msgstr ""
-
-#: 01170101.xhp#par_id3148485.122.help.text
-msgid "<ahelp hid=\".\">Specify the upper limit for a date control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp#hd_id3152778.131.help.text
-msgid "Date min."
-msgstr ""
+msgctxt ""
+"03060600.xhp\n"
+"hd_id3156024\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03060600.xhp\" name=\"Xor-Operator [Runtime]\">Xor-Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 01170101.xhp#par_id3154120.132.help.text
-msgid "<ahelp hid=\".\">Specify the lower limit for a date control.</ahelp>"
+#. )N(K
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"par_id3159414\n"
+"2\n"
+"help.text"
+msgid "Performs a logical Exclusive-Or combination of two expressions."
msgstr ""
-#: 01170101.xhp#hd_id3154573.137.help.text
-msgid "Decimal accuracy"
+#. dNxb
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"hd_id3153381\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 01170101.xhp#par_id3166426.138.help.text
-msgid "<ahelp hid=\".\">Specify the number of decimal places displayed for a numerical or currency control.</ahelp>"
+#. [ZzC
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"par_id3150400\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 Xor Expression2"
msgstr ""
-#: 01170101.xhp#hd_id3159091.144.help.text
-msgid "Default button"
+#. zk]c
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"hd_id3153968\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 01170101.xhp#par_id3154200.145.help.text
-msgid "<ahelp hid=\".\">Select \"Yes\" to make the current button control the default selection. Pressing <emph>Return</emph> in the dialog activates the default button.</ahelp>"
+#. 2;jT
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"par_id3150448\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numeric variable that contains the result of the combination."
msgstr ""
-#: 01170101.xhp#par_idN108BA.help.text
-msgid "Delay"
-msgstr ""
+#. \P1L
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"par_id3125864\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to combine."
+msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-#: 01170101.xhp#par_idN108D0.help.text
-msgid "<ahelp hid=\".\">Specifies the delay in milliseconds between scrollbar trigger events.</ahelp> A trigger event occurs when you click a scrollbar arrow or click the background area in a scrollbar. Repeated trigger events occur if you keep the mouse button pressed when you click a scrollbar arrow or background area in a scrollbar. If you want, you can include valid time units with the number that you enter, for example, 2 s or 500 ms."
+#. Al(3
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"par_id3150439\n"
+"8\n"
+"help.text"
+msgid "A logical Exclusive-Or conjunction of two Boolean expressions returns the value True only if both expressions are different from each other."
msgstr ""
-#: 01170101.xhp#hd_id3151278.19.help.text
-msgid "Dropdown"
-msgstr "ჩამოშლა"
-
-#: 01170101.xhp#par_id3155113.20.help.text
-msgid "<ahelp hid=\".\">Select \"Yes\" to enable the dropdown option for list or combo box controls. A dropdown control field has an arrow button which you can click to open a list of the existing form entries.</ahelp>"
+#. 5g#d
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"par_id3153770\n"
+"9\n"
+"help.text"
+msgid "A bitwise Exclusive-Or conjunction returns a bit if the corresponding bit is set in only one of the two expressions."
msgstr ""
-#: 01170101.xhp#hd_id3151216.13.help.text
-msgid "Enabled"
-msgstr "აქტივირებული"
-
-#: 01170101.xhp#par_id3150517.14.help.text
-msgid "<ahelp hid=\".\">Select \"Yes\" to enable the control. If the control is disabled, it is grayed out in the dialog.</ahelp>"
+#. ?J_)
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"hd_id3153366\n"
+"10\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 01170101.xhp#hd_id3155379.91.help.text
-msgid "Edit mask"
-msgstr "რედაქტირების ნიღაბი"
-
-#: 01170101.xhp#par_id3155509.92.help.text
-msgid "<ahelp hid=\".\">Specify the edit mask for a pattern control. This is a character code that defines the input format for the control.</ahelp>"
+#. CZ/:
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"par_id3156442\n"
+"15\n"
+"help.text"
+msgid "vOut = vA > vB Xor vB > vC ' returns 0"
+msgstr ""
+
+#. !AeU
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"par_id3153191\n"
+"16\n"
+"help.text"
+msgid "vOut = vB > vA Xor vB > vC ' returns -1"
+msgstr ""
+
+#. _oB%
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"par_id3153144\n"
+"17\n"
+"help.text"
+msgid "vOut = vA > vB Xor vB > vD ' returns -1"
+msgstr ""
+
+#. (r9;
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"par_id3154944\n"
+"18\n"
+"help.text"
+msgid "vOut = (vB > vD Xor vB > vA) ' returns 0"
+msgstr ""
+
+#. !q+O
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"par_id3148455\n"
+"19\n"
+"help.text"
+msgid "vOut = vB Xor vA ' returns 2"
+msgstr ""
+
+#. [8xy
+#: 03080600.xhp
+msgctxt ""
+"03080600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Absolute Values"
msgstr ""
-#: 01170101.xhp#par_id3154485.184.help.text
-msgid "You need to specify a masking character for each input character of the edit mask to restrict the input to the values that are listed in the following table:"
+#. CFRg
+#: 03080600.xhp
+msgctxt ""
+"03080600.xhp\n"
+"hd_id3146958\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080600.xhp\" name=\"Absolute Values\">Absolute Values</link>"
msgstr ""
-#: 01170101.xhp#par_id3155809.93.help.text
-msgid " Character "
-msgstr "სიმბოლო"
-
-#: 01170101.xhp#par_id3148702.94.help.text
-msgid "Meaning"
-msgstr "მნიშვნელობა"
-
-#: 01170101.xhp#par_id3156199.95.help.text
-msgid "L"
-msgstr "L"
-
-#: 01170101.xhp#par_id3148869.96.help.text
-msgid "A text constant. This character cannot be modified by the user. "
+#. 8[BE
+#: 03080600.xhp
+msgctxt ""
+"03080600.xhp\n"
+"par_id3150771\n"
+"2\n"
+"help.text"
+msgid "This function returns absolute values."
msgstr ""
-#: 01170101.xhp#par_id3156016.97.help.text
-msgid "a"
-msgstr "a"
-
-#: 01170101.xhp#par_id3157983.98.help.text
-msgid "The characters a-z can be entered here. If a capital letter is entered, it is automatically converted to a lowercase letter."
+#. A\R;
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefLng Statement [Runtime]"
msgstr ""
-#: 01170101.xhp#par_id3148607.99.help.text
-msgid "A"
-msgstr "A"
+#. 3p/6
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"bm_id3148538\n"
+"help.text"
+msgid "<bookmark_value>DefLng statement</bookmark_value>"
+msgstr "<bookmark_value>DefSng განცხადება</bookmark_value>"
-#: 01170101.xhp#par_id3159204.100.help.text
+#. DoPV
+#: 03101600.xhp
#, fuzzy
-msgid "The characters A-Z can be entered here. If a lowercase letter is entered, it is automatically converted to a capital letter"
-msgstr "შესაძლებელია ყველა ბეჭდვადი სიმბოლოს შეყვანა. პატარა ასოს შეყვანისას იგი ავტომატურად გარდაიქმნება მთავრულ ასოდ."
-
-#: 01170101.xhp#par_id3149126.101.help.text
-msgid "c"
-msgstr "c"
-
-#: 01170101.xhp#par_id3151304.102.help.text
-msgid "The characters a-z and 0-9 can be entered here. If a capital letter is entered, it is automatically converted to a lowercase letter."
-msgstr ""
-
-#: 01170101.xhp#par_id3152870.103.help.text
-msgid "C"
-msgstr "C"
-
-#: 01170101.xhp#par_id3155071.104.help.text
-msgid "The characters a-z and 0-9 can be entered here. If a lowercase letter is entered, it is automatically converted to a capital letter"
-msgstr ""
-
-#: 01170101.xhp#par_id3159230.105.help.text
-msgid "N"
-msgstr "N"
-
-#: 01170101.xhp#par_id3154650.106.help.text
-msgid "Only the characters 0-9 can be entered."
-msgstr "შესაძლებელია მხოლოდ 0-9 სიმბოლოების შეყვანა."
-
-#: 01170101.xhp#par_id3149383.107.help.text
-msgctxt "01170101.xhp#par_id3149383.107.help.text"
-msgid "x"
-msgstr ""
-
-#: 01170101.xhp#par_id3153489.108.help.text
-msgid "All printable characters can be entered."
-msgstr "შესაძლებელია ყველა ბეჭდვადი სიმბოლოს შეყვანა."
-
-#: 01170101.xhp#par_id3146967.109.help.text
-msgid "X"
-msgstr "X"
-
-#: 01170101.xhp#par_id3154707.110.help.text
-msgid "All printable characters can be entered. If a lowercase letter is used, it is automatically converted to a capital letter."
-msgstr "შესაძლებელია ყველა ბეჭდვადი სიმბოლოს შეყვანა. პატარა ასოს შეყვანისას იგი ავტომატურად გარდაიქმნება მთავრულ ასოდ."
+msgctxt ""
+"03101600.xhp\n"
+"hd_id3148538\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101600.xhp\" name=\"DefLng Statement [Runtime]\">DefLng Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 01170101.xhp#hd_id2128971.help.text
-msgid "Editable"
+#. 1@1o
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"par_id3149514\n"
+"2\n"
+"help.text"
+msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
msgstr ""
-#: 01170101.xhp#par_id6519974.help.text
-msgid "<ahelp hid=\".\">Specifies whether the nodes of the tree control are editable.</ahelp>"
+#. f3F7
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"hd_id3150504\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 01170101.xhp#par_id4591814.help.text
-msgctxt "01170101.xhp#par_id4591814.help.text"
-msgid "The default value is FALSE."
+#. rnc^
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"par_id3145609\n"
+"4\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr ""
-#: 01170101.xhp#hd_id3149317.114.help.text
-msgctxt "01170101.xhp#hd_id3149317.114.help.text"
-msgid "Graphics"
+#. .M8j
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"hd_id3154760\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 01170101.xhp#par_id3147546.115.help.text
-msgid "<ahelp hid=\".\">Specify the source of the graphics for a button or an image control. Click \"...\" to select a file.</ahelp>"
+#. G0oR
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"par_id3145069\n"
+"6\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 ""
-#: 01170101.xhp#hd_id3154627.258.help.text
-msgid "Height"
+#. RXhJ
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"par_id3150791\n"
+"7\n"
+"help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
msgstr ""
-#: 01170101.xhp#par_id3155754.257.help.text
-msgid "<ahelp hid=\".\">Specify the height of the current control or the dialog.</ahelp>"
+#. z:PX
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"par_id3148798\n"
+"8\n"
+"help.text"
+msgid "<emph>Keyword: </emph>Default variable type"
msgstr ""
-#: 01170101.xhp#hd_id3153072.208.help.text
-msgid "Help text"
-msgstr ""
+#. S)|I
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"par_id3154686\n"
+"9\n"
+"help.text"
+msgid "<emph>DefLng:</emph> Long"
+msgstr "<emph>DefStr:</emph> სტრინგი"
-#: 01170101.xhp#par_id3147502.209.help.text
-msgid "<ahelp hid=\".\">Enter a help text that is displayed as a tip (bubble help) when the mouse rests over the control.</ahelp>"
+#. oV$?
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"hd_id3153192\n"
+"10\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 01170101.xhp#hd_id3154400.212.help.text
-msgid "Help URL"
-msgstr "დახმარების URL მისამართი"
-
-#: 01170101.xhp#par_id3150431.213.help.text
-msgid "<ahelp hid=\".\">Specify the help URL that is called when you press F1 while the focus is on a particular control. For example, use the format HID:1234 to call the Help-ID with the number 1234.</ahelp>"
+#. zOm(
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"par_id3154124\n"
+"12\n"
+"help.text"
+msgid "' Prefix definitions for variable types:"
+msgstr ""
+
+#. $FJP
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"par_id3145273\n"
+"22\n"
+"help.text"
+msgid "lCount=123456789 ' lCount is an implicit long integer variable"
+msgstr ""
+
+#. 7iSf
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Using Variables"
msgstr ""
-#: 01170101.xhp#par_id4171269.help.text
-msgid "Set the environment variable HELP_DEBUG to 1 to view the Help-IDs as extended help tips."
+#. *_Q0
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"bm_id3149346\n"
+"help.text"
+msgid "<bookmark_value>names of variables</bookmark_value><bookmark_value>variables; using</bookmark_value><bookmark_value>types of variables</bookmark_value><bookmark_value>declaring variables</bookmark_value><bookmark_value>values;of variables</bookmark_value><bookmark_value>constants</bookmark_value><bookmark_value>arrays;declaring</bookmark_value><bookmark_value>defining;constants</bookmark_value>"
msgstr ""
-#: 01170101.xhp#hd_id3159260.85.help.text
-msgid "Incr./decrement value"
-msgstr "ზრდადი/კლებადი მნიშვნელობა"
+#. vWaT
+#: 01020100.xhp
+#, fuzzy
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3149346\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01020100.xhp\" name=\"Using Variables\">Using Variables</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-#: 01170101.xhp#par_id3145233.86.help.text
-msgid "<ahelp hid=\".\">Specify the increment and decrement interval for spin button controls.</ahelp>"
+#. B(#a
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154346\n"
+"3\n"
+"help.text"
+msgid "The following describes the basic use of variables in $[officename] Basic."
msgstr ""
-#: 01170101.xhp#hd_id539262.help.text
-msgid "Invokes stop mode editing"
+#. ?r1z
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3153361\n"
+"4\n"
+"help.text"
+msgid "Naming Conventions for Variable Identifiers"
msgstr ""
-#: 01170101.xhp#par_id234382.help.text
-msgid "<ahelp hid=\".\">Specifies what happens when editing is interrupted by selecting another node in the tree, a change in the tree's data, or by some other means.</ahelp>"
+#. ]zOw
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3148797\n"
+"5\n"
+"help.text"
+msgid "A variable name can consist of a maximum of 255 characters. The first character of a variable name <emph>must</emph> be a letter A-Z or a-z. Numbers can also be used in a variable name, but punctuation symbols and special characters are not permitted, with exception of the underscore character (\"_\"). In $[officename] Basic variable identifiers are not case-sensitive. Variable names may contain spaces but must be enclosed in square brackets if they do."
msgstr ""
-#: 01170101.xhp#par_id6591082.help.text
-msgid "Setting this property to TRUE causes the changes to be automatically saved when editing is interrupted. FALSE means that editing is canceled and changes are lost."
+#. t=1?
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3156422\n"
+"6\n"
+"help.text"
+msgid "Examples for variable identifiers:"
msgstr ""
-#: 01170101.xhp#par_id9298074.help.text
-msgctxt "01170101.xhp#par_id9298074.help.text"
-msgid "The default value is FALSE."
+#. K9H=
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3156441\n"
+"126\n"
+"help.text"
+msgid "Correct"
msgstr ""
-#: 01170101.xhp#hd_id3150536.7.help.text
-msgid "Label"
+#. 5mq*
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3149664\n"
+"127\n"
+"help.text"
+msgid "Correct"
msgstr ""
-#: 01170101.xhp#par_id3146324.8.help.text
-msgid "<ahelp hid=\".\">Specifies the label of the current control. The label is displayed along with the control.</ahelp>"
+#. (r(r
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3146119\n"
+"128\n"
+"help.text"
+msgid "Correct"
msgstr ""
-#: 01170101.xhp#par_id3146816.223.help.text
-msgid "You can create multi-line <emph>labels</emph> by inserting manual line breaks in the label using <emph>Shift+Enter</emph>."
+#. oz,B
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3153876\n"
+"11\n"
+"help.text"
+msgid "Not valid, variable with space must be enclosed in square brackets"
msgstr ""
-#: 01170101.xhp#hd_id3150457.74.help.text
-msgid "Line Count"
+#. *!V7
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154510\n"
+"15\n"
+"help.text"
+msgid "Correct"
msgstr ""
-#: 01170101.xhp#par_id3149143.75.help.text
-msgid "<ahelp hid=\".\">Enter the number of lines to be displayed for a list control. For combo boxes, this setting is only active if the dropdown option is enabled. </ahelp>"
+#. 7OMI
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3150330\n"
+"129\n"
+"help.text"
+msgid "Not valid, special characters are not allowed"
msgstr ""
-#: 01170101.xhp#hd_id7468489.help.text
-msgctxt "01170101.xhp#hd_id7468489.help.text"
-msgid "Scrollbar"
+#. pfz+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154254\n"
+"130\n"
+"help.text"
+msgid "Not valid, variable may not begin with a number"
msgstr ""
-#: 01170101.xhp#par_id7706228.help.text
-msgid "Adds the scrollbar type that you specify to a text box."
+#. WV@O
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3149256\n"
+"131\n"
+"help.text"
+msgid "Not valid, punctuation marks are not allowed"
msgstr ""
-#: 01170101.xhp#hd_id3153121.256.help.text
-msgid "Small change"
+#. Chom
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3146317\n"
+"17\n"
+"help.text"
+msgid "Declaring Variables"
msgstr ""
-#: 01170101.xhp#par_id3157875.255.help.text
-msgid "<ahelp hid=\".\">Specify the number of units to scroll when a user clicks an arrow on a scrollbar.</ahelp>"
+#. sQ)3
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3150299\n"
+"18\n"
+"help.text"
+msgid "In $[officename] Basic you don't need to declare variables explicitly. A variable declaration can be performed with the <emph>Dim</emph> statement. You can declare more than one variable at a time by separating the names with a comma. To define the variable type, use either a type-declaration sign after the name, or the appropriate key word."
msgstr ""
-#: 01170101.xhp#hd_id3145221.73.help.text
-msgid "List entries"
+#. BWL/
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154118\n"
+"140\n"
+"help.text"
+msgid "Examples for variable declarations:"
msgstr ""
-#: 01170101.xhp#par_id3154580.120.help.text
-msgid "<ahelp hid=\".\">Specify the entries for a list control. One line takes one list entry. Press <emph>Shift+Enter</emph> to insert a new line.</ahelp>"
+#. Gv^n
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3150982\n"
+"132\n"
+"help.text"
+msgid "Declares the variable \"a\" as a String"
msgstr ""
-#: 01170101.xhp#hd_id3149723.159.help.text
-msgid "Literal mask"
+#. 5b;?
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3150343\n"
+"133\n"
+"help.text"
+msgid "Declares the variable \"a\" as a String"
msgstr ""
-#: 01170101.xhp#par_id3150656.160.help.text
-msgid "<ahelp hid=\".\">Specify the initial values to be displayed in a pattern control. This helps the user to identify which values are allowed in a pattern control. The literal mask is restricted by the format specified by the edit mask.</ahelp>"
+#. A)ZY
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3155507\n"
+"22\n"
+"help.text"
+msgid "Declares one variable as a String and one as an Integer"
msgstr ""
-#: 01170101.xhp#hd_id3149015.116.help.text
-msgid "Manual line break"
+#. rA]-
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_idN10859\n"
+"help.text"
+msgid "Declares c as a Boolean variable that can be TRUE or FALSE"
msgstr ""
-#: 01170101.xhp#par_id3149893.117.help.text
-msgid "<ahelp hid=\".\">Select \"Yes\" to allow manual line breaks inside multiline controls.</ahelp>"
+#. Em/U
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3150519\n"
+"23\n"
+"help.text"
+msgid "It is very important when declaring variables that you use the type-declaration character each time, even if it was used in the declaration instead of a keyword. Thus the following statements are invalid:"
msgstr ""
-#: 01170101.xhp#hd_id3150463.123.help.text
-msgid "Max. text length"
+#. yxDI
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154527\n"
+"134\n"
+"help.text"
+msgid "Declares \"a\" as a String"
msgstr ""
-#: 01170101.xhp#par_id3150745.124.help.text
-msgid "<ahelp hid=\".\">Specify the maximum number of characters that the user can enter.</ahelp>"
+#. X#o[
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3153064\n"
+"135\n"
+"help.text"
+msgid "Type-declaration missing: \"a$=\""
msgstr ""
-#: 01170101.xhp#hd_id3154675.21.help.text
-msgid "Multiline Input"
+#. lsZ,
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3144770\n"
+"26\n"
+"help.text"
+msgid "Once you have declared a variable as a certain type, you cannot declare the variable under the same name again as a different type!"
msgstr ""
-#: 01170101.xhp#par_id3144741.22.help.text
-msgid "<ahelp hid=\".\">Select \"Yes\" to allow the input of multiple lines in the control. Press Enter to insert a manual line break in the control.</ahelp>"
+#. .1oZ
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3149331\n"
+"27\n"
+"help.text"
+msgid "Forcing Variable Declarations"
msgstr ""
-#: 01170101.xhp#hd_id3154848.129.help.text
-msgid "Multiselection"
+#. ~Ahq
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3149443\n"
+"28\n"
+"help.text"
+msgid "To force declaration of variables, use the following command:"
msgstr ""
-#: 01170101.xhp#par_id3151235.130.help.text
-msgid "<ahelp hid=\".\">Select \"Yes\" to allow the selection of multiple entries in list controls.</ahelp>"
+#. pn/d
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3155072\n"
+"30\n"
+"help.text"
+msgid "The <emph>Option Explicit</emph> statement has to be the first line in the module, before the first SUB. Generally, only arrays need to be declared explicitly. All other variables are declared according to the type-declaration character, or - if omitted - as the default type <emph>Single</emph>."
msgstr ""
-#: 01170101.xhp#hd_id3148887.9.help.text
-msgid "Name"
-msgstr "სახელი"
-
-#: 01170101.xhp#par_id3154548.10.help.text
-msgid "<ahelp hid=\".\">Insert a name for the current control. This name is used to identify the control.</ahelp>"
+#. J)%h
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3154614\n"
+"34\n"
+"help.text"
+msgid "Variable Types"
msgstr ""
-#: 01170101.xhp#hd_id3148739.44.help.text
-#, fuzzy
-msgid "Order"
+#. v{i?
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3155383\n"
+"35\n"
+"help.text"
+msgid "$[officename] Basic supports four variable classes:"
msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ბრძანება\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"რიგი"
-#: 01170101.xhp#par_id3149252.45.help.text
-msgid "<ahelp hid=\".\">Specify the order in which the controls receive the focus when the Tab key is pressed in the dialog.</ahelp> On entering a dialog, the control with the lowest order (0) receives the focus. Pressing the <emph>Tab</emph> key the successively focusses the other controls as specified by their order number."
+#. ?Jp$
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3153972\n"
+"36\n"
+"help.text"
+msgid "<emph>Numeric</emph> variables can contain number values. Some variables are used to store large or small numbers, and others are used for floating-point or fractional numbers."
msgstr ""
-#: 01170101.xhp#par_id3155259.46.help.text
-msgid "Initially, the controls receive numbers in the order they are added to the dialog. You can change the order numbers for controls. $[officename] Basic updates the order numbers automatically to avoid duplicate numbers. Controls that cannot be focused are also assigned a value but these controls are skipped when using the Tab key."
+#. oZ8_
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3159226\n"
+"37\n"
+"help.text"
+msgid "<emph>String</emph> variables contain character strings."
msgstr ""
-#: 01170101.xhp#hd_id3149511.247.help.text
-#, fuzzy
-msgid "Orientation"
+#. N5Du
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3145217\n"
+"38\n"
+"help.text"
+msgid "<emph>Boolean</emph> variables contain either the TRUE or the FALSE value."
msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"პრეზენტაცია\n"
-"#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ორიენტაცია"
-#: 01170101.xhp#par_id3153780.246.help.text
-msgid "<ahelp hid=\".\">Specify the orientation for a scrollbar control.</ahelp>"
+#. @S^l
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154762\n"
+"39\n"
+"help.text"
+msgid "<emph>Object</emph> variables can store objects of various types, like tables and documents within a document."
msgstr ""
-#: 01170101.xhp#hd_id3154374.239.help.text
-msgid "Page (step)"
+#. xdv@
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3153805\n"
+"40\n"
+"help.text"
+msgid "Integer Variables"
msgstr ""
-#: 01170101.xhp#par_id3154109.238.help.text
-msgid "<ahelp hid=\".\">Specify the number of the dialog page to which the current control is assigned or the page number of the dialog you want to edit.</ahelp> If a dialog has only one page set its <emph>Page (Step)</emph> value to <emph>0</emph>."
+#. Ja/?
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3146966\n"
+"41\n"
+"help.text"
+msgid "Integer variables range from -32768 to 32767. If you assign a floating-point value to an integer variable, the decimal places are rounded to the next integer. Integer variables are rapidly calculated in procedures and are suitable for counter variables in loops. An integer variable only requires two bytes of memory. \"%\" is the type-declaration character."
msgstr ""
-#: 01170101.xhp#par_id3148580.236.help.text
-msgid "Select <emph>Page (Step)</emph> = 0 to make a control visible on every dialog page."
+#. b_wk
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3147546\n"
+"45\n"
+"help.text"
+msgid "Long Integer Variables"
msgstr ""
-#: 01170101.xhp#par_id3146144.235.help.text
-msgid "To switch between dialog pages at run time, you need to create a macro that changes the value of <emph>Page (Step)</emph>."
+#. Ya\^
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3151193\n"
+"46\n"
+"help.text"
+msgid "Long integer variables range from -2147483648 to 2147483647. If you assign a floating-point value to a long integer variable, the decimal places are rounded to the next integer. Long integer variables are rapidly calculated in procedures and are suitable for counter variables in loops for large values. A long integer variable requires four bytes of memory. \"&\" is the type-declaration character."
msgstr ""
-#: 01170101.xhp#hd_id3154558.156.help.text
-msgid "Password characters"
+#. f60_
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id7596972\n"
+"help.text"
+msgid "Decimal Variables"
msgstr ""
-#: 01170101.xhp#par_id3152787.157.help.text
-msgid "<ahelp hid=\".\">Enter a character to be displayed instead of the characters that are typed. This can be used for entering passwords in text controls.</ahelp>"
+#. [?[O
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id2649311\n"
+"help.text"
+msgid "Decimal variables can take positive or negative numbers or zero. Accuracy is up to 29 digits."
msgstr ""
-#: 01170101.xhp#hd_id3148750.245.help.text
-msgid "PositionX"
+#. Wpq_
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id7617114\n"
+"help.text"
+msgid "You can use plus (+) or minus (-) signs as prefixes for decimal numbers (with or without spaces)."
msgstr ""
-#: 01170101.xhp#par_id3154517.244.help.text
-msgid "<ahelp hid=\".\">Specify the distance of the current control from the left side of the dialog.</ahelp>"
+#. F+^9
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id1593676\n"
+"help.text"
+msgid "If a decimal number is assigned to an integer variable, %PRODUCTNAME Basic rounds the figure up or down."
msgstr ""
-#: 01170101.xhp#hd_id3152767.243.help.text
-msgid "PositionY"
+#. xW{R
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3147500\n"
+"50\n"
+"help.text"
+msgid "Single Variables"
msgstr ""
-#: 01170101.xhp#par_id3159082.242.help.text
-msgid "<ahelp hid=\".\">Specify the distance of the current control from the top of the dialog.</ahelp>"
+#. j]p#
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3153070\n"
+"51\n"
+"help.text"
+msgid "Single variables can take positive or negative values ranging from 3.402823 x 10E38 to 1.401298 x 10E-45. Single variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Single variables are suitable for mathematical calculations of average precision. Calculations require more time than for Integer variables, but are faster than calculations with Double variables. A Single variable requires 4 bytes of memory. The type-declaration character is \"!\"."
msgstr ""
-#: 01170101.xhp#hd_id3159213.221.help.text
-msgid "Prefix symbol"
+#. Szb]
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3155753\n"
+"54\n"
+"help.text"
+msgid "Double Variables"
msgstr ""
-#: 01170101.xhp#par_id3149688.222.help.text
-msgid "<ahelp hid=\".\">Select \"Yes\" to display the currency symbol prefix in currency controls when a number was entered.</ahelp>"
+#. pk`~
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3150953\n"
+"55\n"
+"help.text"
+msgid "Double variables can take positive or negative values ranging from 1.79769313486232 x 10E308 to 4.94065645841247 x 10E-324. Double variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Double variables are suitable for precise calculations. Calculations require more time than for Single variables. A Double variable requires 8 bytes of memory. The type-declaration character is \"#\"."
msgstr ""
-#: 01170101.xhp#hd_id3149728.89.help.text
-msgid "Print"
-msgstr "ბეჭდვა"
-
-#: 01170101.xhp#par_id3150001.90.help.text
-msgid "<ahelp hid=\".\">Select \"Yes\" to include the current control in a document's printout.</ahelp>"
+#. ?iH/
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3155747\n"
+"95\n"
+"help.text"
+msgid "Currency Variables"
msgstr ""
-#: 01170101.xhp#hd_id3154671.261.help.text
-msgid "Progress value"
+#. %}.a
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3153337\n"
+"96\n"
+"help.text"
+msgid "Currency variables are internally stored as 64-bit numbers (8 Bytes) and displayed as a fixed-decimal number with 15 non-decimal and 4 decimal places. The values range from -922337203685477.5808 to +922337203685477.5807. Currency variables are used to calculate currency values with a high precision. The type-declaration character is \"@\"."
msgstr ""
-#: 01170101.xhp#par_id3146849.260.help.text
-msgid "<ahelp hid=\".\">Specify a progress value for a progress bar control.</ahelp>"
+#. YRb5
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3148742\n"
+"58\n"
+"help.text"
+msgid "String Variables"
msgstr ""
-#: 01170101.xhp#hd_id3153112.254.help.text
-msgid "Progress value max."
+#. %l5[
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3151393\n"
+"59\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 ""
-#: 01170101.xhp#par_id3145167.253.help.text
-msgid "<ahelp hid=\".\">Specify the maximum value of a progress bar control.</ahelp>"
+#. o)nB
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3150534\n"
+"62\n"
+"help.text"
+msgid "Boolean Variables"
msgstr ""
-#: 01170101.xhp#hd_id3153569.249.help.text
-msgid "Progress value min."
+#. G4Id
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3145632\n"
+"63\n"
+"help.text"
+msgid "Boolean variables store only one of two values: TRUE or FALSE. A number 0 evaluates to FALSE, every other value evaluates to TRUE."
msgstr ""
-#: 01170101.xhp#par_id3154506.248.help.text
-msgid "<ahelp hid=\".\">Specify the minimum value of a progress bar control.</ahelp>"
+#. WnT|
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3149722\n"
+"65\n"
+"help.text"
+msgid "Date Variables"
msgstr ""
-#: 01170101.xhp#hd_id3150134.42.help.text
-msgid "Read-only"
+#. U_I^
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3159116\n"
+"66\n"
+"help.text"
+msgid "Date variables can only contain dates and time values stored in an internal format. Values assigned to Date variables with <link href=\"text/sbasic/shared/03030101.xhp\" name=\"Dateserial\"><emph>Dateserial</emph></link>, <link href=\"text/sbasic/shared/03030102.xhp\" name=\"Datevalue\"><emph>Datevalue</emph></link>, <link href=\"text/sbasic/shared/03030205.xhp\" name=\"Timeserial\"><emph>Timeserial</emph></link> or <link href=\"text/sbasic/shared/03030206.xhp\" name=\"Timevalue\"><emph>Timevalue</emph></link> are automatically converted to the internal format. Date-variables are converted to normal numbers by using the <link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day\"><emph>Day</emph></link>, <link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month\"><emph>Month</emph></link>, <link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year\"><emph>Year</emph></link> or the <link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour\"><emph>Hour</emph></link>, <link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute\"><emph>Minute</emph></link>, <link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second\"><emph>Second</emph></link> function. The internal format enables a comparison of date/time values by calculating the difference between two numbers. These variables can only be declared with the key word <emph>Date</emph>."
msgstr ""
-#: 01170101.xhp#par_id3155930.43.help.text
-msgid "<ahelp hid=\".\">Select \"Yes\" to prevent the user from editing the value of the current control. The control is enabled and can be focussed but not modified.</ahelp>"
+#. SN6t
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3148732\n"
+"68\n"
+"help.text"
+msgid "Initial Variable Values"
msgstr ""
-#: 01170101.xhp#par_idN11112.help.text
-msgid "Repeat"
-msgstr "გამეორება"
-
-#: 01170101.xhp#par_idN11128.help.text
-msgid "<ahelp hid=\".\">Repeats trigger events when you keep the mouse button pressed on a control such as a spin button.</ahelp>"
+#. s^lU
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154549\n"
+"69\n"
+"help.text"
+msgid "As soon as the variable has been declared, it is automatically set to the \"Null\" value. Note the following conventions:"
msgstr ""
-#: 01170101.xhp#hd_id9579149.help.text
-msgid "Root displayed"
+#. }UFk
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3143222\n"
+"70\n"
+"help.text"
+msgid "<emph>Numeric</emph> variables are automatically assigned the value \"0\" as soon as they are declared."
msgstr ""
-#: 01170101.xhp#par_id7126987.help.text
-msgid "<ahelp hid=\".\">Specifies if the root node of the tree control is displayed.</ahelp>"
+#. KW#C
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3150693\n"
+"71\n"
+"help.text"
+msgid "<emph>Date variables</emph> are assigned the value 0 internally; equivalent to converting the value to \"0\" with the <link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day\"><emph>Day</emph></link>, <link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month\"><emph>Month</emph></link>, <link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year\"><emph>Year</emph></link> or the <link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour\"><emph>Hour</emph></link>, <link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute\"><emph>Minute</emph></link>, <link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second\"><emph>Second</emph></link> function."
msgstr ""
-#: 01170101.xhp#par_id9174779.help.text
-msgid "If Root displayed is set to FALSE, the root node of a model is no longer a valid node for the tree control and can't be used with any method of XTreeControl."
+#. ?[2V
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154807\n"
+"72\n"
+"help.text"
+msgid "<emph>String variables</emph> are assigned an empty-string (\"\") when they are declared."
msgstr ""
-#: 01170101.xhp#par_id594195.help.text
-msgctxt "01170101.xhp#par_id594195.help.text"
-msgid "The default value is TRUE."
+#. kz=I
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3153936\n"
+"83\n"
+"help.text"
+msgid "Arrays"
msgstr ""
-#: 01170101.xhp#hd_id7534409.help.text
-msgid "Row height"
+#. 5kH+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3148736\n"
+"84\n"
+"help.text"
+msgid "$[officename] Basic knows one- or multi-dimensional arrays, defined by a specified variable type. Arrays are suitable for editing lists and tables in programs. Individual elements of an array can be addressed through a numeric index."
msgstr ""
-#: 01170101.xhp#par_id6471755.help.text
-msgid "<ahelp hid=\".\">Specifies the height of each row of a tree control, in pixels.</ahelp>"
+#. 3l+-
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3149546\n"
+"85\n"
+"help.text"
+msgid "Arrays <emph>must</emph> be declared with the <emph>Dim</emph> statement. There are several ways to define the index range of an array:"
msgstr ""
-#: 01170101.xhp#par_id2909329.help.text
-msgid "If the specified value is less than or equal to zero, the row height is the maximum height of all rows."
+#. QEV+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154567\n"
+"136\n"
+"help.text"
+msgid "21 elements numbered from 0 to 20"
msgstr ""
-#: 01170101.xhp#par_id4601580.help.text
-msgid "The default value is 0."
+#. VNpI
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154397\n"
+"137\n"
+"help.text"
+msgid "30 elements (a matrix of 6 x 5 elements)"
msgstr ""
-#: 01170101.xhp#hd_id3148761.264.help.text
-msgid "Scale"
-msgstr "მასშტაბირება"
-
-#: 01170101.xhp#par_id3159134.265.help.text
-msgid "<ahelp hid=\".\">Scales the image to fit the control size.</ahelp>"
+#. l:~!
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3149690\n"
+"138\n"
+"help.text"
+msgid "21 elements numbered from 5 to 25"
msgstr ""
-#: 01170101.xhp#hd_id7597277.help.text
-msgctxt "01170101.xhp#hd_id7597277.help.text"
-msgid "Scrollbar"
+#. =$V\
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3153113\n"
+"89\n"
+"help.text"
+msgid "21 elements (including 0), numbered from -15 to 5"
msgstr ""
-#: 01170101.xhp#par_id986968.help.text
-msgid "<ahelp hid=\".\">Adds the scrollbar type that you specify to a text box.</ahelp>"
+#. DH\j
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3153005\n"
+"90\n"
+"help.text"
+msgid "The index range can include positive as well as negative numbers."
msgstr ""
-#: 01170101.xhp#hd_id3147370.241.help.text
-msgid "Scroll value"
+#. uG-I
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3154507\n"
+"91\n"
+"help.text"
+msgid "Constants"
msgstr ""
-#: 01170101.xhp#par_id3159622.240.help.text
-msgid "<ahelp hid=\".\">Specify the initial value of a scrollbar control. This determines the position of the scrollbar slider.</ahelp>"
+#. GHjG
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3156357\n"
+"92\n"
+"help.text"
+msgid "Constants have a fixed value. They are only defined once in the program and cannot be redefined later:"
msgstr ""
-#: 01170101.xhp#hd_id3155440.252.help.text
-msgid "Scroll value max."
-msgstr "გადაადგილების ზოლის მნიშვნელობის მაქსიმუმი"
-
-#: 01170101.xhp#par_id3148877.251.help.text
-msgid "<ahelp hid=\".\">Specify the maximum value of a scrollbar control.</ahelp>"
+#. V=3Z
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefObj Statement [Runtime]"
msgstr ""
-#: 01170101.xhp#par_idN111E4.help.text
-msgid "Scroll value min."
-msgstr "გადაადგილების ზოლის მნიშვნელობის მინიმუმი"
+#. 2}^e
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"bm_id3149811\n"
+"help.text"
+msgid "<bookmark_value>DefObj statement</bookmark_value>"
+msgstr "<bookmark_value>DefCur განცხადება</bookmark_value>"
-#: 01170101.xhp#par_idN111E8.help.text
-msgid "<ahelp hid=\".\">Specify the minimum value of a scrollbar control.</ahelp>"
-msgstr ""
+#. 0,G/
+#: 03101700.xhp
+#, fuzzy
+msgctxt ""
+"03101700.xhp\n"
+"hd_id3149811\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101700.xhp\" name=\"DefObj Statement [Runtime]\">DefObj Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 01170101.xhp#hd_id543534.help.text
-msgid "Show handles"
+#. 2eMY
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3147573\n"
+"2\n"
+"help.text"
+msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
msgstr ""
-#: 01170101.xhp#par_id5060884.help.text
-msgid "<ahelp hid=\".\">Specifies whether the handles of the nodes should be displayed.</ahelp>"
+#. 4buU
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"hd_id3150504\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 01170101.xhp#par_id4974822.help.text
-msgid "The handles are dotted lines that visualize the hierarchy of the tree control."
+#. 9rmz
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3147530\n"
+"4\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr ""
-#: 01170101.xhp#par_id7687307.help.text
-msgctxt "01170101.xhp#par_id7687307.help.text"
-msgid "The default value is TRUE."
+#. RO1W
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"hd_id3153896\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 01170101.xhp#hd_id4062013.help.text
-msgid "Show root handles"
+#. -.hY
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3148552\n"
+"6\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 ""
-#: 01170101.xhp#par_id3314004.help.text
-msgid "<ahelp hid=\".\">Specifies whether the handles of the nodes should also be displayed at root level.</ahelp>"
+#. tKg+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3150358\n"
+"7\n"
+"help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
msgstr ""
-#: 01170101.xhp#par_id2396313.help.text
-msgctxt "01170101.xhp#par_id2396313.help.text"
-msgid "The default value is TRUE."
+#. p=G|
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3148798\n"
+"8\n"
+"help.text"
+msgid "<emph>Keyword: </emph>Default variable type"
msgstr ""
-#: 01170101.xhp#par_idN10EC2.help.text
-msgid "Selection"
-msgstr "მონიშვნა"
-
-#: 01170101.xhp#par_idN10ED8.help.text
-msgid "<ahelp hid=\".\">Specifies the sequence of the selected items, where \"0\" corresponds to the first item. To select more than one item, Multiselection must be enabled.</ahelp>"
+#. F/41
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3150769\n"
+"9\n"
+"help.text"
+msgid "<emph>DefObj:</emph> Object"
msgstr ""
-#: 01170101.xhp#par_idN10EEB.help.text
-msgid "Click the <emph>...</emph> button to open the <emph>Selection</emph> dialog."
+#. iQKO
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"hd_id3156212\n"
+"10\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 01170101.xhp#par_idN10F0A.help.text
-msgid "<ahelp hid=\".\">Click the item or items that you want to select. To select more than one item, ensure that the Multiselection option is selected.</ahelp>"
+#. bGmG
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3153969\n"
+"12\n"
+"help.text"
+msgid "REM Prefix definitions for variable types:"
msgstr ""
-#: 01170101.xhp#hd_id5026093.help.text
-msgid "Selection type"
+#. I.%M
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3156424\n"
+"13\n"
+"help.text"
+msgid "DefBool b"
msgstr ""
-#: 01170101.xhp#par_id1134067.help.text
-msgid "<ahelp hid=\".\">Specifies the selection mode that is enabled for this tree control.</ahelp>"
+#. 9ok(
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3159254\n"
+"14\n"
+"help.text"
+msgid "DefDate t"
msgstr ""
-#: 01170101.xhp#hd_id3154193.87.help.text
-msgid "Spin Button"
+#. 0U5I
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3150440\n"
+"15\n"
+"help.text"
+msgid "DefDbL d"
msgstr ""
-#: 01170101.xhp#par_id3145298.88.help.text
-msgid "<ahelp hid=\".\">Select \"Yes\" to add spin buttons to a numerical, currency, date, or time control to allow increasing and decreasing the input value using arrow buttons.</ahelp>"
+#. !ajZ
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3161832\n"
+"16\n"
+"help.text"
+msgid "DefInt i"
msgstr ""
-#: 01170101.xhp#hd_id3156267.232.help.text
-msgid "State"
-msgstr "შტატი"
+#. _``1
+#: 03101700.xhp
+#, fuzzy
+msgctxt ""
+"03101700.xhp\n"
+"par_id3145365\n"
+"17\n"
+"help.text"
+msgid "DefLng l"
+msgstr "DefSng s"
-#: 01170101.xhp#par_id3150928.231.help.text
-msgid "<ahelp hid=\".\">Select the selection state of the current control.</ahelp>"
+#. 5tub
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3149481\n"
+"18\n"
+"help.text"
+msgid "DefObj o"
msgstr ""
-#: 01170101.xhp#hd_id3148396.112.help.text
-msgid "Strict format"
-msgstr "მკაცრი ფორმატი"
-
-#: 01170101.xhp#par_id3153042.113.help.text
-msgid "<ahelp hid=\".\">Select \"Yes\" to only allow valid characters to be entered in a numerical, currency, date, or time control.</ahelp>"
+#. [EE4
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3152886\n"
+"19\n"
+"help.text"
+msgid "DefVar v"
msgstr ""
-#: 01170101.xhp#hd_id3149538.48.help.text
-msgid "Tabstop"
+#. LpU|
+#: 03103100.xhp
+msgctxt ""
+"03103100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Let Statement [Runtime]"
msgstr ""
-#: 01170101.xhp#par_id3148543.49.help.text
-msgid "<ahelp hid=\".\">Select the focus behavior of the current control when using the <emph>Tab</emph> key.</ahelp>"
-msgstr ""
+#. JP!%
+#: 03103100.xhp
+msgctxt ""
+"03103100.xhp\n"
+"bm_id3147242\n"
+"help.text"
+msgid "<bookmark_value>Let statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 01170101.xhp#par_id3148776.178.help.text
+#. UW)@
+#: 03103100.xhp
#, fuzzy
-msgid "Default"
-msgstr ""
-"#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\n"
-"სტანდარტული\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ნაგულისხმები\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ნაგულისხმევი\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"საწყისი"
-
-#: 01170101.xhp#par_id3153547.179.help.text
-msgid "Only input controls receive the focus when using the <emph>Tab</emph> key. Controls without input like caption controls are omitted."
-msgstr ""
-
-#: 01170101.xhp#par_id3154632.52.help.text
-msgid "No"
-msgstr "არა"
+msgctxt ""
+"03103100.xhp\n"
+"hd_id3147242\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03103100.xhp\" name=\"Let Statement [Runtime]\">Let Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 01170101.xhp#par_id3150475.53.help.text
-msgid "When using the tab key focusing skips the control."
+#. %B.X
+#: 03103100.xhp
+msgctxt ""
+"03103100.xhp\n"
+"par_id3149233\n"
+"2\n"
+"help.text"
+msgid "Assigns a value to a variable."
msgstr ""
-#: 01170101.xhp#par_id3150690.50.help.text
-msgid "Yes"
-msgstr "დიახ"
-
-#: 01170101.xhp#par_id3159106.51.help.text
-msgid "The control can be selected with the Tab key."
+#. *AiS
+#: 03103100.xhp
+msgctxt ""
+"03103100.xhp\n"
+"hd_id3153127\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 01170101.xhp#hd_id3145152.147.help.text
-msgid "Thousands Separator"
+#. g:~C
+#: 03103100.xhp
+msgctxt ""
+"03103100.xhp\n"
+"par_id3154285\n"
+"4\n"
+"help.text"
+msgid "[Let] VarName=Expression"
msgstr ""
-#: 01170101.xhp#par_id3155085.148.help.text
-msgid "<ahelp hid=\".\">Select \"Yes\" to display thousands separator characters in numerical and currency controls.</ahelp>"
+#. fkYg
+#: 03103100.xhp
+msgctxt ""
+"03103100.xhp\n"
+"hd_id3148944\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 01170101.xhp#hd_id3152816.168.help.text
-msgid "Time Format"
+#. 3*j%
+#: 03103100.xhp
+msgctxt ""
+"03103100.xhp\n"
+"par_id3147560\n"
+"6\n"
+"help.text"
+msgid "<emph>VarName:</emph> Variable that you want to assign a value to. Value and variable type must be compatible."
msgstr ""
-#: 01170101.xhp#par_id3145263.169.help.text
-msgid "<ahelp hid=\".\">Select the format to be used for time controls.</ahelp>"
+#. xgrr
+#: 03103100.xhp
+msgctxt ""
+"03103100.xhp\n"
+"par_id3148451\n"
+"7\n"
+"help.text"
+msgid "As in most BASIC dialects, the keyword <emph>Let</emph> is optional."
msgstr ""
-#: 01170101.xhp#hd_id3153920.127.help.text
-msgid "Time max."
+#. 3AA_
+#: 03103100.xhp
+msgctxt ""
+"03103100.xhp\n"
+"hd_id3145785\n"
+"8\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 01170101.xhp#par_id3155401.128.help.text
-msgid "<ahelp hid=\".\">Specify the maximum time value for a time control.</ahelp>"
-msgstr ""
+#. {TLR
+#: 03103100.xhp
+#, fuzzy
+msgctxt ""
+"03103100.xhp\n"
+"par_id3152939\n"
+"12\n"
+"help.text"
+msgid "MsgBox Len(sText) ' returns 9"
+msgstr "MsgBox Len(sText) REM Returns 9"
-#: 01170101.xhp#hd_id3163818.135.help.text
-msgid "Time min."
+#. LVS9
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Screen I/O Functions"
msgstr ""
-#: 01170101.xhp#par_id3156262.136.help.text
-msgid "<ahelp hid=\".\">Specify the minimum time value for a time control.</ahelp>"
+#. !9t?
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"hd_id3156280\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010000.xhp\" name=\"Screen I/O Functions\">Screen I/O Functions</link>"
msgstr ""
-#: 01170101.xhp#hd_id3148638.266.help.text
-msgid "Title"
-msgstr "სათაური"
-
-#: 01170101.xhp#par_id3147169.267.help.text
-msgid "<ahelp hid=\".\">Specify the title of the dialog. Click the border of the dialog to select the dialog.</ahelp>"
+#. pL.R
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id3153770\n"
+"2\n"
+"help.text"
+msgid "This section describes the Runtime Functions used to call dialogs for the input and output of user entries."
msgstr ""
-#: 01170101.xhp#par_id3153716.55.help.text
-msgid "<emph>Titles</emph> are only used for labeling a dialog and can only contain one line. Please note that if you work with macros, controls are only called through their <emph>Name</emph> property."
-msgstr ""
+#. HJTA
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"tit\n"
+"help.text"
+msgid "CreateUnoService Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 01170101.xhp#hd_id3152594.173.help.text
-msgid "Tristate"
-msgstr "ტრისტატი"
+#. T`0z
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"bm_id3150682\n"
+"help.text"
+msgid "<bookmark_value>CreateUnoService function</bookmark_value>"
+msgstr "<bookmark_value>CreateUnoService ფუნქცია</bookmark_value>"
-#: 01170101.xhp#par_id3149825.174.help.text
-msgid "<ahelp hid=\".\">Select \"Yes\" to allow a check box to have three states (checked, unchecked, and grayed out) instead of two (checked and unchecked).</ahelp>"
-msgstr ""
+#. zlm6
+#: 03131600.xhp
+#, fuzzy
+msgctxt ""
+"03131600.xhp\n"
+"hd_id3150682\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03131600.xhp\" name=\"CreateUnoService Function [Runtime]\">CreateUnoService Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 01170101.xhp#hd_id3150614.268.help.text
-msgctxt "01170101.xhp#hd_id3150614.268.help.text"
-msgid "Value"
-msgstr ""
+#. FJsP
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"par_id3152924\n"
+"2\n"
+"help.text"
+msgid "Instantiates a Uno service with the ProcessServiceManager."
+msgstr "ინიციალიზაციას უკეთებს Uno სერვიზს ProcessServiceManager-ით."
-#: 01170101.xhp#par_id3154315.269.help.text
-msgid "<ahelp hid=\".\">Specify the value for the current control.</ahelp>"
+#. rpp?
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"hd_id3152801\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 01170101.xhp#hd_id3152480.125.help.text
-msgid "Value max."
-msgstr ""
+#. $T?e
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"par_id3153346\n"
+"4\n"
+"help.text"
+msgid "oService = CreateUnoService( Uno service name )"
+msgstr "oService = CreateUnoService( Uno service name )"
-#: 01170101.xhp#par_id3163823.126.help.text
-msgid "<ahelp hid=\".\">Specify the maximum value for the current control.</ahelp>"
-msgstr ""
+#. ,Go$
+#: 03131600.xhp
+#, fuzzy
+msgctxt ""
+"03131600.xhp\n"
+"par_idN1060F\n"
+"help.text"
+msgid "For a list of available services, go to: http://api.libreoffice.org/docs/common/ref/com/sun/star/module-ix.html"
+msgstr "არსებული სერვისების სიის სანახავად ეწვიეთ: http://api.openoffice.org/docs/common/ref/com/sun/star/module-ix.html"
-#: 01170101.xhp#hd_id3149276.133.help.text
-msgid "Value min."
+#. .j-A
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"hd_id3151111\n"
+"5\n"
+"help.text"
+msgid "Examples:"
msgstr ""
-#: 01170101.xhp#par_id3145088.134.help.text
-msgid "<ahelp hid=\".\">Specify the minimum value for the current control.</ahelp>"
-msgstr ""
+#. g#Au
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"par_id3154046\n"
+"6\n"
+"help.text"
+msgid "oIntrospection = CreateUnoService( \"com.sun.star.beans.Introspection\" )"
+msgstr "oIntrospection = CreateUnoService(\"com.sun.star.beans.Introspection\")"
-#: 01170101.xhp#hd_id3149712.234.help.text
-msgid "Visible size"
-msgstr "ხილული ზომა"
+#. o1Ol
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"bm_id8334604\n"
+"help.text"
+msgid "<bookmark_value>filepicker;API service</bookmark_value>"
+msgstr "<bookmark_value>filepicker;API სერვისი</bookmark_value>"
-#: 01170101.xhp#par_id3149445.233.help.text
-msgid "<ahelp hid=\".\">Specify the length of the slider of a scrollbar control.</ahelp>"
-msgstr ""
+#. cG5h
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"par_idN10625\n"
+"help.text"
+msgid "The following code uses a service to open a file open dialog:"
+msgstr "შემდეგი კოდი დიალოგური ფანჯრის გასახსნელად იყენებს სერვიზს."
-#: 01170101.xhp#hd_id3152472.142.help.text
-msgid "Width"
-msgstr "სიგანე"
+#. D`n4
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"par_idN1062B\n"
+"help.text"
+msgid "fName = FileOpenDialog (\"Please select a file\")"
+msgstr "fName = FileOpenDialog (\"გთხოვთ აირჩიოთ ფაილი\")"
-#: 01170101.xhp#par_id3157963.143.help.text
-msgid "<ahelp hid=\".\">Specify the width of the current control or dialog.</ahelp>"
-msgstr ""
+#. VE1e
+#: 03131600.xhp
+#, fuzzy
+msgctxt ""
+"03131600.xhp\n"
+"par_idN10630\n"
+"help.text"
+msgid "Print \"file chosen: \"+fName"
+msgstr "print \"file chosen: \"+fName"
-#: 03120202.xhp#tit.help.text
-msgid "String Function [Runtime]"
+#. {);3
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"tit\n"
+"help.text"
+msgid "Month Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03120202.xhp#bm_id3147291.help.text
-msgid "<bookmark_value>String function</bookmark_value>"
-msgstr "<bookmark_value>სრტიქონის ფუნქცია</bookmark_value>"
+#. K:Be
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"bm_id3153127\n"
+"help.text"
+msgid "<bookmark_value>Month function</bookmark_value>"
+msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
-#: 03120202.xhp#hd_id3147291.1.help.text
+#. /\J|
+#: 03030104.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03120202.xhp\" name=\"String Function [Runtime]\">String Function [Runtime]</link>"
+msgctxt ""
+"03030104.xhp\n"
+"hd_id3153127\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month Function [Runtime]\">Month Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03120202.xhp#par_id3147242.2.help.text
-msgid "Creates a string according to the specified character, or the first character of a string expression that is passed to the function."
+#. .1^_
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"par_id3148550\n"
+"2\n"
+"help.text"
+msgid "Returns the month of a year from a serial date that is generated by the DateSerial or the DateValue function."
msgstr ""
-#: 03120202.xhp#hd_id3149516.3.help.text
-msgctxt "03120202.xhp#hd_id3149516.3.help.text"
+#. j{O,
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"hd_id3145068\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03120202.xhp#par_id3149233.4.help.text
-msgid "String (n As Long, {expression As Integer | character As String})"
+#. GAF\
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"par_id3150398\n"
+"4\n"
+"help.text"
+msgid "Month (Number)"
msgstr ""
-#: 03120202.xhp#hd_id3143270.5.help.text
-msgctxt "03120202.xhp#hd_id3143270.5.help.text"
+#. 9s-q
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"hd_id3154366\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03120202.xhp#par_id3147530.6.help.text
-msgctxt "03120202.xhp#par_id3147530.6.help.text"
-msgid "String"
-msgstr "სტრიქონები"
+#. p9KR
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"par_id3154125\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr ""
-#: 03120202.xhp#hd_id3154923.7.help.text
-msgctxt "03120202.xhp#hd_id3154923.7.help.text"
+#. R!ih
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"hd_id3150768\n"
+"7\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03120202.xhp#par_id3154347.8.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."
+#. Sa{1
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"par_id3156423\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Numeric expression that contains the serial date number that is used to determine the month of the year."
msgstr ""
-#: 03120202.xhp#par_id3148664.9.help.text
-msgid "<emph>Expression:</emph> Numeric expression that defines the ASCII code for the character."
+#. 0Xg1
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"par_id3153770\n"
+"9\n"
+"help.text"
+msgid "This function is the opposite of the <emph>DateSerial </emph>function. It returns the month in the year that corresponds to the serial date that is generated by <emph>DateSerial</emph> or <emph>DateValue</emph>. For example, the expression"
msgstr ""
-#: 03120202.xhp#par_id3150359.10.help.text
-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."
+#. ;aol
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"par_id3145366\n"
+"11\n"
+"help.text"
+msgid "returns the value 12."
msgstr ""
-#: 03120202.xhp#hd_id3152920.11.help.text
-msgctxt "03120202.xhp#hd_id3152920.11.help.text"
+#. WX|`
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"hd_id3146923\n"
+"12\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03120202.xhp#par_id3149203.12.help.text
-msgid "Sub ExampleString"
-msgstr "Sub ExampleString"
-
-#: 03120202.xhp#par_id3154124.13.help.text
-msgctxt "03120202.xhp#par_id3154124.13.help.text"
-msgid "Dim sText as String"
-msgstr "Dim sSep As String"
-
-#: 03120202.xhp#par_id3147230.15.help.text
-msgid "sText = String(10,\"A\")"
-msgstr "sText = სტრიქონი(10,\"A\")"
-
-#: 03120202.xhp#par_id3153970.16.help.text
-msgctxt "03120202.xhp#par_id3153970.16.help.text"
-msgid "Msgbox sText"
-msgstr ""
-
-#: 03120202.xhp#par_id3145785.18.help.text
-msgid "sText = String(10,65)"
-msgstr "sText = სტრიქონი(10,65)"
-
-#: 03120202.xhp#par_id3147288.19.help.text
-msgctxt "03120202.xhp#par_id3147288.19.help.text"
-msgid "Msgbox sText"
-msgstr ""
-
-#: 03120202.xhp#par_id3153138.24.help.text
-msgctxt "03120202.xhp#par_id3153138.24.help.text"
-msgid "End Sub"
+#. 8fN[
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"par_id3149664\n"
+"14\n"
+"help.text"
+msgid "MsgBox \"\" & Month(Now) ,64,\"The current month\""
msgstr ""
-#: 03020203.xhp#tit.help.text
-msgid "Line Input # Statement [Runtime]"
+#. v9ET
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"tit\n"
+"help.text"
+msgid "GoSub...Return Statement [Runtime]"
msgstr ""
-#: 03020203.xhp#bm_id3153361.help.text
-msgid "<bookmark_value>Line Input statement</bookmark_value>"
+#. m`+2
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"bm_id3147242\n"
+"help.text"
+msgid "<bookmark_value>GoSub...Return statement</bookmark_value>"
msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 03020203.xhp#hd_id3153361.1.help.text
+#. IL\]
+#: 03090301.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement [Runtime]\">Line Input # Statement [Runtime]</link>"
+msgctxt ""
+"03090301.xhp\n"
+"hd_id3147242\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090301.xhp\" name=\"GoSub...Return Statement [Runtime]\">GoSub...Return Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03020203.xhp#par_id3156280.2.help.text
-msgid "Reads strings from a sequential file into a variable."
+#. -khL
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3145316\n"
+"2\n"
+"help.text"
+msgid "Calls a subroutine that is indicated by a label from a subroutine or a function. The statements following the label are executed until the next Return statement. Afterwards, the program continues with the statement that follows the <emph>GoSub </emph>statement."
msgstr ""
-#: 03020203.xhp#hd_id3150447.3.help.text
-msgctxt "03020203.xhp#hd_id3150447.3.help.text"
+#. g=V;
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"hd_id3145609\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03020203.xhp#par_id3147229.4.help.text
-msgid "Line Input #FileNumber As Integer, Var As String "
+#. r,Mz
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3145069\n"
+"4\n"
+"help.text"
+msgid "see Parameters"
msgstr ""
-#: 03020203.xhp#hd_id3145173.5.help.text
-msgctxt "03020203.xhp#hd_id3145173.5.help.text"
+#. N)@v
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"hd_id3147265\n"
+"5\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03020203.xhp#par_id3161832.6.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 ""
-
-#: 03020203.xhp#par_id3151119.7.help.text
-msgid "<emph>var:</emph> The name of the variable that stores the result."
-msgstr ""
-
-#: 03020203.xhp#par_id3150010.8.help.text
-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 ""
-
-#: 03020203.xhp#hd_id3163711.9.help.text
-msgctxt "03020203.xhp#hd_id3163711.9.help.text"
-msgid "Example:"
-msgstr ""
+#. NZi;
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3148664\n"
+"6\n"
+"help.text"
+msgid "Sub/Function"
+msgstr "End function"
-#: 03020203.xhp#par_id3145271.10.help.text
-msgctxt "03020203.xhp#par_id3145271.10.help.text"
-msgid "Sub ExampleWorkWithAFile"
+#. h^c@
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3150400\n"
+"7\n"
+"help.text"
+msgid "statement block"
msgstr ""
-#: 03020203.xhp#par_id3156444.11.help.text
-msgctxt "03020203.xhp#par_id3156444.11.help.text"
-msgid "Dim iNumber As Integer"
-msgstr "DIm iLen როგორც Integer"
-
-#: 03020203.xhp#par_id3147349.12.help.text
-msgctxt "03020203.xhp#par_id3147349.12.help.text"
-msgid "Dim sLine As String"
-msgstr "Dim sSep As String"
-
-#: 03020203.xhp#par_id3149664.13.help.text
-msgctxt "03020203.xhp#par_id3149664.13.help.text"
-msgid "Dim aFile As String"
-msgstr "DIM sFile სტრიქონი როგორც "
-
-#: 03020203.xhp#par_id3147436.36.help.text
-msgctxt "03020203.xhp#par_id3147436.36.help.text"
-msgid "Dim sMsg as String"
-msgstr "Dim sVar as string"
-
-#: 03020203.xhp#par_id3154730.14.help.text
-msgctxt "03020203.xhp#par_id3154730.14.help.text"
-msgid "aFile = \"c:\\data.txt\""
+#. s5{;
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3154140\n"
+"8\n"
+"help.text"
+msgid "Label"
msgstr ""
-#: 03020203.xhp#par_id3145647.16.help.text
-msgctxt "03020203.xhp#par_id3145647.16.help.text"
-msgid "iNumber = Freefile"
+#. $\cJ
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3150869\n"
+"9\n"
+"help.text"
+msgid "statement block"
msgstr ""
-#: 03020203.xhp#par_id3149959.17.help.text
-msgctxt "03020203.xhp#par_id3149959.17.help.text"
-msgid "Open aFile For Output As #iNumber"
+#. l+Ce
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3154909\n"
+"10\n"
+"help.text"
+msgid "GoSub Label"
msgstr ""
-#: 03020203.xhp#par_id3147124.18.help.text
-msgctxt "03020203.xhp#par_id3147124.18.help.text"
-msgid "Print #iNumber, \"This is a line of text\""
-msgstr ""
+#. +MY2
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3153969\n"
+"11\n"
+"help.text"
+msgid "Exit Sub/Function"
+msgstr "End function"
-#: 03020203.xhp#par_id3153415.19.help.text
-msgctxt "03020203.xhp#par_id3153415.19.help.text"
-msgid "Print #iNumber, \"This is another line of text\""
+#. /Elh
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3154685\n"
+"12\n"
+"help.text"
+msgid "Label:"
msgstr ""
-#: 03020203.xhp#par_id3146969.20.help.text
-msgctxt "03020203.xhp#par_id3146969.20.help.text"
-msgid "Close #iNumber"
+#. !:4(
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3145786\n"
+"13\n"
+"help.text"
+msgid "statement block"
msgstr ""
-#: 03020203.xhp#par_id3154482.24.help.text
-msgctxt "03020203.xhp#par_id3154482.24.help.text"
-msgid "iNumber = Freefile"
+#. [5lC
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3159252\n"
+"14\n"
+"help.text"
+msgid "Return"
msgstr ""
-#: 03020203.xhp#par_id3150321.25.help.text
-msgctxt "03020203.xhp#par_id3150321.25.help.text"
-msgid "Open aFile For Input As iNumber"
-msgstr ""
+#. Q?*l
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3154321\n"
+"15\n"
+"help.text"
+msgid "End Sub/Function"
+msgstr "End function"
-#: 03020203.xhp#par_id3155443.26.help.text
-msgctxt "03020203.xhp#par_id3155443.26.help.text"
-msgid "While not eof(iNumber)"
+#. rTVx
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3147318\n"
+"16\n"
+"help.text"
+msgid "The <emph>GoSub</emph> statement calls a local subroutine indicated by a label from within a subroutine or a function. The name of the label must end with a colon (\":\")."
msgstr ""
-#: 03020203.xhp#par_id3155764.27.help.text
-msgctxt "03020203.xhp#par_id3155764.27.help.text"
-msgid "Line Input #iNumber, sLine"
+#. O,Aj
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3153190\n"
+"17\n"
+"help.text"
+msgid "If the program encounters a Return statement not preceded by <emph>GoSub</emph>, $[officename] Basic returns an error message. Use <emph>Exit Sub</emph> or <emph>Exit Function</emph> to ensure that the program leaves a Sub or Function before reaching the next Return statement."
msgstr ""
-#: 03020203.xhp#par_id3156382.28.help.text
-msgctxt "03020203.xhp#par_id3156382.28.help.text"
-msgid "If sLine <>\"\" then"
+#. $l2Z
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3145799\n"
+"19\n"
+"help.text"
+msgid "The following example demonstrates the use of <emph>GoSub</emph> and <emph>Return</emph>. By executing a program section twice, the program calculates the square root of two numbers that are entered by the user."
msgstr ""
-#: 03020203.xhp#par_id3147338.29.help.text
-msgctxt "03020203.xhp#par_id3147338.29.help.text"
-msgid "sMsg = sMsg & sLine & chr(13)"
+#. @q^9
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"hd_id3156284\n"
+"20\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03020203.xhp#par_id3147362.31.help.text
-msgctxt "03020203.xhp#par_id3147362.31.help.text"
-msgid "end if"
+#. rvNV
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3146970\n"
+"25\n"
+"help.text"
+msgid "iInputa = Int(InputBox$ \"Enter the first number: \",\"NumberInput\"))"
msgstr ""
-#: 03020203.xhp#par_id3155333.32.help.text
-msgctxt "03020203.xhp#par_id3155333.32.help.text"
-msgid "wend"
+#. +/PP
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3150329\n"
+"26\n"
+"help.text"
+msgid "iInputb = Int(InputBox$ \"Enter the second number: \",\"NumberInput\"))"
msgstr ""
-#: 03020203.xhp#par_id3153965.33.help.text
-msgctxt "03020203.xhp#par_id3153965.33.help.text"
-msgid "Close #iNumber"
+#. 7T}D
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3154756\n"
+"29\n"
+"help.text"
+msgid "Print \"The square root of\";iInputa;\" is\";iInputc"
msgstr ""
-#: 03020203.xhp#par_id3147345.37.help.text
-msgctxt "03020203.xhp#par_id3147345.37.help.text"
-msgid "Msgbox sMsg"
+#. DVmo
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3147340\n"
+"32\n"
+"help.text"
+msgid "Print \"The square root of\";iInputb;\" is\";iInputc"
msgstr ""
-#: 03020203.xhp#par_id3149257.34.help.text
-msgctxt "03020203.xhp#par_id3149257.34.help.text"
-msgid "End Sub"
+#. R#O|
+#: 03090408.xhp
+msgctxt ""
+"03090408.xhp\n"
+"tit\n"
+"help.text"
+msgid "Stop Statement [Runtime]"
msgstr ""
-#: 03080501.xhp#tit.help.text
-msgid "Fix Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03080501.xhp#bm_id3159201.help.text
-msgid "<bookmark_value>Fix function</bookmark_value>"
-msgstr "<bookmark_value>Trim ფუნქცია</bookmark_value>"
+#. oQ=*
+#: 03090408.xhp
+msgctxt ""
+"03090408.xhp\n"
+"bm_id3153311\n"
+"help.text"
+msgid "<bookmark_value>Stop statement</bookmark_value>"
+msgstr "<bookmark_value>Beep მტკიცებულება</bookmark_value>"
-#: 03080501.xhp#hd_id3159201.1.help.text
+#. !]1g
+#: 03090408.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03080501.xhp\" name=\"Fix Function [Runtime]\">Fix Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
+msgctxt ""
+"03090408.xhp\n"
+"hd_id3153311\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090408.xhp\" name=\"Stop Statement [Runtime]\">Stop Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03080501.xhp#par_id3149346.2.help.text
-msgid "Returns the integer value of a numeric expression by removing the fractional part of the number."
+#. AKbS
+#: 03090408.xhp
+msgctxt ""
+"03090408.xhp\n"
+"par_id3154142\n"
+"2\n"
+"help.text"
+msgid "Stops the execution of the Basic program."
msgstr ""
-#: 03080501.xhp#hd_id3155419.3.help.text
-msgctxt "03080501.xhp#hd_id3155419.3.help.text"
+#. KL+x
+#: 03090408.xhp
+msgctxt ""
+"03090408.xhp\n"
+"hd_id3153126\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03080501.xhp#par_id3156152.4.help.text
-msgid "Fix (Expression)"
-msgstr "Str (გამოსახულება)"
-
-#: 03080501.xhp#hd_id3154923.5.help.text
-msgctxt "03080501.xhp#hd_id3154923.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03080501.xhp#par_id3148947.6.help.text
-msgctxt "03080501.xhp#par_id3148947.6.help.text"
-msgid "Double"
-msgstr ""
-
-#: 03080501.xhp#hd_id3154760.7.help.text
-msgctxt "03080501.xhp#hd_id3154760.7.help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03080501.xhp#par_id3149457.8.help.text
-msgid "<emph>Expression:</emph> Numeric expression that you want to return the integer value for."
+#. JqKE
+#: 03090408.xhp
+msgctxt ""
+"03090408.xhp\n"
+"par_id3156023\n"
+"4\n"
+"help.text"
+msgid "Stop"
msgstr ""
-#: 03080501.xhp#hd_id3150447.9.help.text
-msgctxt "03080501.xhp#hd_id3150447.9.help.text"
+#. R`wE
+#: 03090408.xhp
+msgctxt ""
+"03090408.xhp\n"
+"hd_id3156344\n"
+"5\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03080501.xhp#par_id3153193.10.help.text
-msgid "sub ExampleFix"
-msgstr "sub ExampleChr"
-
-#: 03080501.xhp#par_id3156214.11.help.text
-msgid "Print Fix(3.14159) REM returns 3."
-msgstr "Print ASC(\"Z\") REM აბრუნებს 90"
-
-#: 03080501.xhp#par_id3154217.12.help.text
-msgid "Print Fix(0) REM returns 0."
-msgstr "Print ASC(\"Z\") REM აბრუნებს 90"
-
-#: 03080501.xhp#par_id3145786.13.help.text
-msgid "Print Fix(-3.14159) REM returns -3."
-msgstr "Print ASC(\"Z\") REM აბრუნებს 90"
-
-#: 03080501.xhp#par_id3153188.14.help.text
-msgctxt "03080501.xhp#par_id3153188.14.help.text"
-msgid "end sub"
-msgstr ""
-
-#: 01030300.xhp#tit.help.text
-msgid "Debugging a Basic Program"
-msgstr ""
-
-#: 01030300.xhp#bm_id3153344.help.text
-msgid "<bookmark_value>debugging Basic programs</bookmark_value><bookmark_value>variables; observing values</bookmark_value><bookmark_value>watching variables</bookmark_value><bookmark_value>run-time errors in Basic</bookmark_value><bookmark_value>error codes in Basic</bookmark_value><bookmark_value>breakpoints</bookmark_value><bookmark_value>Call Stack window</bookmark_value>"
-msgstr ""
-
-#: 01030300.xhp#hd_id3153344.1.help.text
-msgid "<link href=\"text/sbasic/shared/01030300.xhp\">Debugging a Basic Program</link>"
-msgstr ""
-
-#: 01030300.xhp#hd_id3159224.4.help.text
-msgid "Breakpoints and Single Step Execution"
-msgstr ""
-
-#: 01030300.xhp#par_id3150682.5.help.text
-msgid "You can check each line in your Basic program for errors using single step execution. Errors are easily traced since you can immediately see the result of each step. A pointer in the breakpoint column of the Editor indicates the current line. You can also set a breakpoint if you want to force the program to be interrupted at a specific position."
-msgstr ""
-
-#: 01030300.xhp#par_id3147303.7.help.text
-msgid "Double-click in the <emph>breakpoint</emph> column at the left of the Editor window to toggle a breakpoint at the corresponding line. When the program reaches a breakpoint, the program execution is interrupted."
-msgstr ""
-
-#: 01030300.xhp#par_id3155805.8.help.text
-msgid "The <emph>single step </emph>execution using the <emph>Single Step</emph> icon causes the program to branch into procedures and functions."
-msgstr ""
-
-#: 01030300.xhp#par_id3151110.25.help.text
-msgid "The procedure step execution using the <emph>Procedure Step</emph> icon causes the program to skip over procedures and functions as a single step."
-msgstr ""
-
-#: 01030300.xhp#hd_id3153825.9.help.text
-msgid "Properties of a Breakpoint"
-msgstr ""
-
-#: 01030300.xhp#par_id3147574.26.help.text
-msgid "The properties of a breakpoint are available through its context menu by right-clicking the breakpoint in the breakpoint column."
-msgstr ""
-
-#: 01030300.xhp#par_id3148473.10.help.text
-msgid "You can <emph>activate</emph> and <emph>deactivate</emph> a breakpoint by selecting <emph>Active</emph> from its context menu. When a breakpoint is deactivated, it does not interrupt the program execution. "
-msgstr ""
-
-#: 01030300.xhp#par_id3159413.27.help.text
-msgid "Select <emph>Properties</emph> from the context menu of a breakpoint or select <emph>Breakpoints</emph> from the context menu of the breakpoint column to call the <emph>Breakpoints</emph> dialog where you can specify other breakpoint options."
-msgstr ""
-
-#: 01030300.xhp#par_id3156280.11.help.text
-msgid "The list displays all <emph>breakpoints</emph> with the corresponding line number in the source code. You can activate or deactivate a selected breakpoint by checking or clearing the <emph>Active</emph> box."
-msgstr ""
-
-#: 01030300.xhp#par_id3158407.12.help.text
-msgid "The <emph>Pass Count</emph> specifies the number of times the breakpoint can be passed over before the program is interrupted. If you enter 0 (default setting) the program is always interrupted as soon as a breakpoint is encountered."
-msgstr ""
-
-#: 01030300.xhp#par_id3153968.13.help.text
-msgid "Click <emph>Delete</emph> to remove the breakpoint from the program."
-msgstr ""
-
-#: 01030300.xhp#hd_id3150439.14.help.text
-msgid "Observing the Value of Variables"
-msgstr ""
-
-#: 01030300.xhp#par_id3153368.15.help.text
-msgid "You can monitor the values of a variable by adding it to the <emph>Watch</emph> window. To add a variable to the list of watched variables, type the variable name in the <emph>Watch</emph> text box and press Enter."
-msgstr ""
-
-#: 01030300.xhp#par_id3146986.16.help.text
-msgid "The values of variables are only displayed if they are in scope. Variables that are not defined at the current source code location display (\"Out of Scope\") instead of a value."
-msgstr ""
-
-#: 01030300.xhp#par_id3145272.17.help.text
-msgid "You can also include arrays in the Watch window. If you enter the name of an array variable without an index value in the Watch text box, the content of the entire array is displayed."
-msgstr ""
-
-#: 01030300.xhp#par_id3145749.19.help.text
-msgid "If you rest the mouse over a predefined variable in the Editor at run-time, the content of the variable is displayed in a pop-up box."
-msgstr ""
-
-#: 01030300.xhp#hd_id3148618.20.help.text
-msgid "The Call Stack Window"
-msgstr ""
-
-#: 01030300.xhp#par_id3154491.21.help.text
-msgid "<ahelp hid=\"HID_BASICIDE_STACKWINDOW_LIST\">Provides an overview of the call hierarchy of procedures and functions.</ahelp> You can determine which procedures and functions called which other procedures and functions at the current point in the source code."
-msgstr ""
-
-#: 01030300.xhp#hd_id3150594.24.help.text
-msgid "List of Run-Time Errors"
-msgstr ""
-
-#: 03120305.xhp#tit.help.text
-msgid "LTrim Function [Runtime]"
+#. +R]U
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"tit\n"
+"help.text"
+msgid "RGB Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03120305.xhp#bm_id3147574.help.text
-msgid "<bookmark_value>LTrim function</bookmark_value>"
-msgstr "<bookmark_value>LTrim function</bookmark_value>"
-
-#: 03120305.xhp#hd_id3147574.1.help.text
+#. Kr,C
+#: 03010305.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03120305.xhp\" name=\"LTrim Function [Runtime]\">LTrim Function [Runtime]</link>"
+msgctxt ""
+"03010305.xhp\n"
+"hd_id3150792\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB Function [Runtime]\">RGB Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03120305.xhp#par_id3145316.2.help.text
-msgid "Removes all leading spaces at the start of a string expression."
-msgstr "სტრინგული გამოსახულებიდან ამოიღებს ყველა წამძღვანებულ ჰარს."
+#. 5%dE
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"par_id3150447\n"
+"2\n"
+"help.text"
+msgid "Returns a <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"long integer color value\">long integer color value</link> consisting of red, green, and blue components."
+msgstr ""
-#: 03120305.xhp#hd_id3154924.3.help.text
-msgctxt "03120305.xhp#hd_id3154924.3.help.text"
+#. 3MXR
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"hd_id3147229\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03120305.xhp#par_id3148552.4.help.text
-msgid "LTrim (Text As String)"
-msgstr "LTrim (Text As String)"
+#. `dC1
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"par_id3155132\n"
+"4\n"
+"help.text"
+msgid "RGB (Red, Green, Blue)"
+msgstr ""
-#: 03120305.xhp#hd_id3156344.5.help.text
-msgctxt "03120305.xhp#hd_id3156344.5.help.text"
+#. K:?4
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"hd_id3156442\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03120305.xhp#par_id3151056.6.help.text
-msgctxt "03120305.xhp#par_id3151056.6.help.text"
-msgid "String"
-msgstr "სტრიქონები"
-
-#: 03120305.xhp#hd_id3150543.7.help.text
-msgctxt "03120305.xhp#hd_id3150543.7.help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120305.xhp#par_id3150792.8.help.text
-msgctxt "03120305.xhp#par_id3150792.8.help.text"
-msgid "<emph>Text:</emph> Any string expression."
-msgstr "<emph>ტექსტი: </emph>ნებისმიერი სტრინგული გამოსახულება."
-
-#: 03120305.xhp#par_id3125863.9.help.text
-msgid "Use this function to remove spaces at the beginning of a string expression."
-msgstr "გამოიყენეთ ეს ფუნქცია სტრინგული გამოსახულების დასაწყისში ჰარების წასაშლელად."
-
-#: 03120305.xhp#hd_id3145419.10.help.text
-msgctxt "03120305.xhp#hd_id3145419.10.help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03120305.xhp#par_id3154909.11.help.text
-msgctxt "03120305.xhp#par_id3154909.11.help.text"
-msgid "Sub ExampleSpaces"
-msgstr "Sub ExampleSpace"
-
-#: 03120305.xhp#par_id3150768.12.help.text
-msgid "Dim sText2 As String,sText As String,sOut As String"
-msgstr "Dim sText2 As String,sText As String,sOut As String"
-
-#: 03120305.xhp#par_id3149204.13.help.text
-msgctxt "03120305.xhp#par_id3149204.13.help.text"
-msgid "sText2 = \" <*Las Vegas*> \""
-msgstr ""
-
-#: 03120305.xhp#par_id3159252.15.help.text
-msgctxt "03120305.xhp#par_id3159252.15.help.text"
-msgid "sOut = \"'\"+sText2 +\"'\"+ Chr(13)"
-msgstr ""
-
-#: 03120305.xhp#par_id3147350.16.help.text
-msgctxt "03120305.xhp#par_id3147350.16.help.text"
-msgid "sText = Ltrim(sText2) REM sText = \"<*Las Vegas*> \""
-msgstr ""
-
-#: 03120305.xhp#par_id3153951.17.help.text
-msgctxt "03120305.xhp#par_id3153951.17.help.text"
-msgid "sOut = sOut + \"'\"+sText +\"'\" + Chr(13)"
-msgstr ""
-
-#: 03120305.xhp#par_id3153363.18.help.text
-msgctxt "03120305.xhp#par_id3153363.18.help.text"
-msgid "sText = Rtrim(sText2) REM sText = \" <*Las Vegas*>\""
-msgstr ""
-
-#: 03120305.xhp#par_id3159154.19.help.text
-msgctxt "03120305.xhp#par_id3159154.19.help.text"
-msgid "sOut = sOut +\"'\"+ sText +\"'\" + Chr(13)"
-msgstr ""
-
-#: 03120305.xhp#par_id3154322.20.help.text
-msgctxt "03120305.xhp#par_id3154322.20.help.text"
-msgid "sText = Trim(sText2) REM sText = \"<*Las Vegas*>\""
-msgstr ""
-
-#: 03120305.xhp#par_id3146924.21.help.text
-msgctxt "03120305.xhp#par_id3146924.21.help.text"
-msgid "sOut = sOut +\"'\"+ sText +\"'\""
-msgstr ""
-
-#: 03120305.xhp#par_id3156444.22.help.text
-msgctxt "03120305.xhp#par_id3156444.22.help.text"
-msgid "MsgBox sOut"
-msgstr ""
-
-#: 03120305.xhp#par_id3147318.23.help.text
-msgctxt "03120305.xhp#par_id3147318.23.help.text"
-msgid "end sub"
-msgstr ""
-
-#: 01050100.xhp#tit.help.text
-msgid "Watch Window"
+#. cpy,
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"par_id3159153\n"
+"6\n"
+"help.text"
+msgid "Long"
msgstr ""
-#: 01050100.xhp#hd_id3149457.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/01050100.xhp\">Watch Window</link>"
-msgstr "<link href=\"text/sbasic/shared/03120101.xhp\">ASC</link>"
-
-#: 01050100.xhp#par_id3154908.9.help.text
-msgid "The Watch window allows you to observe the value of variables during the execution of a program. Define the variable in the Watch text box. Click on <link href=\"text/sbasic/shared/02/11080000.xhp\">Enable Watch</link> to add the variable to the list box and to display its values."
+#. {#Nu
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"hd_id3154013\n"
+"7\n"
+"help.text"
+msgid "Parameter:"
msgstr ""
-#: 01050100.xhp#hd_id3145173.4.help.text
-msgid "Watch"
+#. bQra
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"par_id3152597\n"
+"8\n"
+"help.text"
+msgid "<emph>Red</emph>: Any integer expression that represents the red component (0-255) of the composite color."
msgstr ""
-#: 01050100.xhp#par_id3155132.5.help.text
-msgid "<ahelp hid=\"HID_BASICIDE_WATCHWINDOW_EDIT\">Enter the name of the variable whose value is to be monitored.</ahelp>"
+#. Xc##
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"par_id3146974\n"
+"9\n"
+"help.text"
+msgid "<emph>Green</emph>: Any integer expression that represents the green component (0-255) of the composite color."
msgstr ""
-#: 01050100.xhp#hd_id3148645.6.help.text
-msgctxt "01050100.xhp#hd_id3148645.6.help.text"
-msgid "Remove Watch"
+#. .j@o
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"par_id3151113\n"
+"10\n"
+"help.text"
+msgid "<emph>Blue</emph>: Any integer expression that represents the blue component (0-255) of the composite color."
msgstr ""
-#: 01050100.xhp#par_id3148576.7.help.text
-msgid "<ahelp hid=\"HID_BASICIDE_REMOVEWATCH\">Removes the selected variable from the list of watched variables.</ahelp>"
+#. 3P{K
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"hd_id3147435\n"
+"11\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 01050100.xhp#par_id3147426.help.text
-msgid "<image id=\"img_id3152460\" src=\"res/baswatr.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3152460\">Icon</alt></image>"
+#. vcX,
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"par_id3145647\n"
+"15\n"
+"help.text"
+msgid "MsgBox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
msgstr ""
-#: 01050100.xhp#par_id3154012.8.help.text
-msgctxt "01050100.xhp#par_id3154012.8.help.text"
-msgid "Remove Watch"
+#. k~*r
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"par_id3154491\n"
+"16\n"
+"help.text"
+msgid "\"red= \" & red(lVar) & Chr(13)&_"
msgstr ""
-#: 01050100.xhp#hd_id3154491.10.help.text
-msgid "Editing the Value of a Watched Variable"
+#. UW.U
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"par_id3149401\n"
+"17\n"
+"help.text"
+msgid "\"green= \" & green(lVar) & Chr(13)&_"
msgstr ""
-#: 01050100.xhp#par_id3156283.11.help.text
-msgid "<ahelp hid=\"HID_BASICIDE_WATCHWINDOW_LIST\">Displays the list of watched variables. Click twice with a short pause in between on an entry to edit its value.</ahelp> The new value will be taken as the variable's value for the program."
+#. M3|T
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"par_id3150716\n"
+"18\n"
+"help.text"
+msgid "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colors\""
msgstr ""
-#: 03050200.xhp#tit.help.text
-msgid "Err Function [Runtime]"
+#. KzPt
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"tit\n"
+"help.text"
+msgid "IsNull Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03050200.xhp#bm_id3156343.help.text
-msgid "<bookmark_value>Err function</bookmark_value>"
-msgstr "<bookmark_value>CVErr ფუნქცია</bookmark_value>"
+#. pV7J
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"bm_id3155555\n"
+"help.text"
+msgid "<bookmark_value>IsNull function</bookmark_value><bookmark_value>Null value</bookmark_value>"
+msgstr "<bookmark_value>Mid ფუნქცია</bookmark_value><bookmark_value>Mid დებულება</bookmark_value>"
-#: 03050200.xhp#hd_id3156343.1.help.text
+#. -89b
+#: 03102600.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03050200.xhp\" name=\"Err Function [Runtime]\">Err Function [Runtime]</link>"
+msgctxt ""
+"03102600.xhp\n"
+"hd_id3155555\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102600.xhp\" name=\"IsNull Function [Runtime]\">IsNull Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03050200.xhp#par_id3150541.2.help.text
-msgid "Returns an error code that identifies the error that occurred during program execution."
+#. WLEP
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"par_id3146957\n"
+"2\n"
+"help.text"
+msgid "Tests if a Variant contains the special Null value, indicating that the variable does not contain data."
msgstr ""
-#: 03050200.xhp#hd_id3149656.3.help.text
-msgctxt "03050200.xhp#hd_id3149656.3.help.text"
+#. nC;n
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"hd_id3150670\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03050200.xhp#par_id3154123.4.help.text
-msgid "Err"
+#. ?W.r
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"par_id3150984\n"
+"4\n"
+"help.text"
+msgid "IsNull (Var)"
msgstr ""
-#: 03050200.xhp#hd_id3147229.5.help.text
-msgctxt "03050200.xhp#hd_id3147229.5.help.text"
+#. =_kG
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"hd_id3149514\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03050200.xhp#par_id3150869.6.help.text
-msgctxt "03050200.xhp#par_id3150869.6.help.text"
-msgid "Integer"
+#. Z|G*
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"par_id3145609\n"
+"6\n"
+"help.text"
+msgid "Bool"
msgstr ""
-#: 03050200.xhp#hd_id3153193.7.help.text
-msgctxt "03050200.xhp#hd_id3153193.7.help.text"
+#. @j8$
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"hd_id3149669\n"
+"7\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03050200.xhp#par_id3149561.8.help.text
-msgid "The Err function is used in error-handling routines to determine the error and the corrective action."
-msgstr ""
-
-#: 03050200.xhp#hd_id3147317.9.help.text
-msgctxt "03050200.xhp#hd_id3147317.9.help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03050200.xhp#par_id3153727.10.help.text
-msgctxt "03050200.xhp#par_id3153727.10.help.text"
-msgid "sub ExampleError"
-msgstr "sub ExampleChr"
-
-#: 03050200.xhp#par_id3147426.11.help.text
-msgctxt "03050200.xhp#par_id3147426.11.help.text"
-msgid "on error goto ErrorHandler REM Set up error handler"
-msgstr ""
-
-#: 03050200.xhp#par_id3163710.12.help.text
-msgctxt "03050200.xhp#par_id3163710.12.help.text"
-msgid "Dim iVar as Integer"
-msgstr "Dim iPos as Integer"
-
-#: 03050200.xhp#par_id3153093.13.help.text
-msgctxt "03050200.xhp#par_id3153093.13.help.text"
-msgid "Dim sVar As String"
-msgstr "Dim sVar as string"
-
-#: 03050200.xhp#par_id3149481.14.help.text
-msgid "REM Error occurs due to non-existent file"
-msgstr ""
-
-#: 03050200.xhp#par_id3153190.15.help.text
-msgctxt "03050200.xhp#par_id3153190.15.help.text"
-msgid "iVar = Freefile"
-msgstr ""
-
-#: 03050200.xhp#par_id3146120.16.help.text
-msgctxt "03050200.xhp#par_id3146120.16.help.text"
-msgid "Open \"\\file9879.txt\" for Input as #iVar"
-msgstr ""
-
-#: 03050200.xhp#par_id3155308.17.help.text
-msgctxt "03050200.xhp#par_id3155308.17.help.text"
-msgid "Line Input #iVar, sVar"
+#. QKst
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"par_id3159414\n"
+"8\n"
+"help.text"
+msgid "<emph>Var:</emph> Any variable that you want to test. This function returns True if the Variant contains the Null value, or False if the Variant does not contain the Null value."
msgstr ""
-#: 03050200.xhp#par_id3153142.18.help.text
-msgctxt "03050200.xhp#par_id3153142.18.help.text"
-msgid "Close #iVar"
+#. =\zw
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"par_idN1062A\n"
+"help.text"
+msgid "<emph>Null</emph> - This value is used for a variant data sub type without valid contents."
msgstr ""
-#: 03050200.xhp#par_id3149665.19.help.text
-msgctxt "03050200.xhp#par_id3149665.19.help.text"
-msgid "exit sub"
+#. (#+S
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"hd_id3153381\n"
+"9\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03050200.xhp#par_id3154942.20.help.text
-msgctxt "03050200.xhp#par_id3154942.20.help.text"
-msgid "ErrorHandler:"
+#. %fYR
+#: 03070300.xhp
+msgctxt ""
+"03070300.xhp\n"
+"tit\n"
+"help.text"
+msgid "\"+\" Operator [Runtime]"
msgstr ""
-#: 03050200.xhp#par_id3145646.21.help.text
-msgid "MsgBox \"Error \" & Err & \": \" & Error$ + chr(13) + \"At line : \" + Erl + chr(13) + Now , 16 ,\"an error occurred\""
+#. 8E|G
+#: 03070300.xhp
+msgctxt ""
+"03070300.xhp\n"
+"bm_id3145316\n"
+"help.text"
+msgid "<bookmark_value>\"+\" operator (mathematical)</bookmark_value>"
msgstr ""
-#: 03050200.xhp#par_id3155418.22.help.text
-msgctxt "03050200.xhp#par_id3155418.22.help.text"
-msgid "end sub"
+#. 4I-6
+#: 03070300.xhp
+msgctxt ""
+"03070300.xhp\n"
+"hd_id3145316\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03070300.xhp\">\"+\" Operator [Runtime]</link>"
msgstr ""
-#: 03120000.xhp#tit.help.text
-msgid "Strings"
-msgstr "სტრიქონები"
-
-#: 03120000.xhp#hd_id3156153.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03120000.xhp\" name=\"Strings\">Strings</link>"
-msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-
-#: 03120000.xhp#par_id3159176.2.help.text
-msgid "The following functions and statements validate and return strings."
-msgstr "აღნიშნული ფუნქციები და განაცხადები მოწმდებინ და აბრუნებენ სრიქონებს."
-
-#: 03120000.xhp#par_id3154285.3.help.text
-msgid "You can use strings to edit text within $[officename] Basic programs."
-msgstr "თქვენ შეგიძლიათ სტრიქონების გამოყენება რედაქტირებისთვის $[officename] მთავარი პროგრამებისთვის."
-
-#: 03102800.xhp#tit.help.text
-msgid "IsObject Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03102800.xhp#bm_id3149346.help.text
-msgid "<bookmark_value>IsObject function</bookmark_value>"
-msgstr "<bookmark_value>CreateObject ფუნქცია</bookmark_value>"
-
-#: 03102800.xhp#hd_id3149346.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03102800.xhp\" name=\"IsObject Function [Runtime]\">IsObject Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03102800.xhp#par_id3148538.2.help.text
-msgid "Tests if an object variable is an OLE object. The function returns True if the variable is an OLE object, otherwise it returns False."
+#. ]X.;
+#: 03070300.xhp
+msgctxt ""
+"03070300.xhp\n"
+"par_id3145068\n"
+"2\n"
+"help.text"
+msgid "Adds or combines two expressions."
msgstr ""
-#: 03102800.xhp#hd_id3149234.3.help.text
-msgctxt "03102800.xhp#hd_id3149234.3.help.text"
+#. ]SUO
+#: 03070300.xhp
+msgctxt ""
+"03070300.xhp\n"
+"hd_id3144500\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03102800.xhp#par_id3154285.4.help.text
-msgid "IsObject (ObjectVar)"
-msgstr ""
-
-#: 03102800.xhp#hd_id3148685.5.help.text
-msgctxt "03102800.xhp#hd_id3148685.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03102800.xhp#par_id3156024.6.help.text
-msgctxt "03102800.xhp#par_id3156024.6.help.text"
-msgid "Bool"
+#. v*Xr
+#: 03070300.xhp
+msgctxt ""
+"03070300.xhp\n"
+"par_id3150358\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 + Expression2"
msgstr ""
-#: 03102800.xhp#hd_id3148947.7.help.text
-msgctxt "03102800.xhp#hd_id3148947.7.help.text"
+#. AM~E
+#: 03070300.xhp
+msgctxt ""
+"03070300.xhp\n"
+"hd_id3150400\n"
+"5\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03102800.xhp#par_id3148552.8.help.text
-msgid "<emph>ObjectVar:</emph> Any variable that you want to test. If the Object variable contains an OLE object, the function returns True."
+#. v*.C
+#: 03070300.xhp
+msgctxt ""
+"03070300.xhp\n"
+"par_id3154123\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numerical expression that contains the result of the addition."
msgstr ""
-#: 03120200.xhp#tit.help.text
-msgid "Repeating Contents"
-msgstr "შიგთავსის გფამეორება"
+#. X(k}
+#: 03070300.xhp
+msgctxt ""
+"03070300.xhp\n"
+"par_id3150870\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any numerical expressions that you want to combine or to add."
+msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-#: 03120200.xhp#hd_id3152363.1.help.text
-msgid "<link href=\"text/sbasic/shared/03120200.xhp\" name=\"Repeating Contents\">Repeating Contents</link>"
+#. Di)B
+#: 03070300.xhp
+msgctxt ""
+"03070300.xhp\n"
+"hd_id3153969\n"
+"8\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03120200.xhp#par_id3150178.2.help.text
-msgid "The following functions repeat the contents of strings."
-msgstr "აღნიშნული ფუნქციები მეორდება სტრიქონების შეგთავსში."
-
-#: 03030101.xhp#tit.help.text
-msgid "DateSerial Function [Runtime]"
+#. 0IUo
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"tit\n"
+"help.text"
+msgid "Trim Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03030101.xhp#bm_id3157896.help.text
-msgid "<bookmark_value>DateSerial function</bookmark_value>"
-msgstr "<bookmark_value>DateDiff ფუნქცია</bookmark_value>"
+#. wg;!
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"bm_id3150616\n"
+"help.text"
+msgid "<bookmark_value>Trim function</bookmark_value>"
+msgstr "<bookmark_value>Trim ფუნქცია</bookmark_value>"
-#: 03030101.xhp#hd_id3157896.1.help.text
+#. Q~P7
+#: 03120311.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03030101.xhp\" name=\"DateSerial Function [Runtime]\">DateSerial Function [Runtime]</link>"
+msgctxt ""
+"03120311.xhp\n"
+"hd_id3150616\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120311.xhp\" name=\"Trim Function [Runtime]\">Trim Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03030101.xhp#par_id3143267.2.help.text
-msgid "Returns a <emph>Date</emph> value for a specified year, month, or day."
-msgstr ""
-
-#: 03030101.xhp#hd_id3147264.3.help.text
-msgctxt "03030101.xhp#hd_id3147264.3.help.text"
+#. XmKB
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"par_id3149177\n"
+"2\n"
+"help.text"
+msgid "Removes all leading and trailing spaces from a string expression."
+msgstr "წაშლის ყველა"
+
+#. wO,N
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"hd_id3159157\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03030101.xhp#par_id3149670.4.help.text
-msgid "DateSerial (year, month, day)"
-msgstr ""
+#. XgN9
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"par_id3155341\n"
+"4\n"
+"help.text"
+msgid "Trim( Text As String )"
+msgstr "Trim( Text As String )"
-#: 03030101.xhp#hd_id3150792.5.help.text
-msgctxt "03030101.xhp#hd_id3150792.5.help.text"
+#. |/U9
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"hd_id3155388\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03030101.xhp#par_id3150398.6.help.text
-msgctxt "03030101.xhp#par_id3150398.6.help.text"
-msgid "Date"
-msgstr ""
+#. Y\lo
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"par_id3143228\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონები"
-#: 03030101.xhp#hd_id3154141.7.help.text
-msgctxt "03030101.xhp#hd_id3154141.7.help.text"
+#. $K(E
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"hd_id3145609\n"
+"7\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03030101.xhp#par_id3147229.8.help.text
-msgid "<emph>Year:</emph> Integer expression that indicates a year. All values between 0 and 99 are interpreted as the years 1900-1999. For years that fall outside this range, you must enter all four digits."
-msgstr ""
-
-#: 03030101.xhp#par_id3156280.9.help.text
-msgid "<emph>Month:</emph> Integer expression that indicates the month of the specified year. The accepted range is from 1-12."
-msgstr ""
-
-#: 03030101.xhp#par_id3151043.10.help.text
-msgid "<emph>Day:</emph> Integer expression that indicates the day of the specified month. The accepted range is from 1-31. No error is returned when you enter a non-existing day for a month shorter than 31 days."
-msgstr ""
-
-#: 03030101.xhp#par_id3161832.11.help.text
-msgid "The <emph>DateSerial function</emph> returns the number of days between December 30,1899 and the given date. You can use this function to calculate the difference between two dates."
-msgstr ""
-
-#: 03030101.xhp#par_id3155306.12.help.text
-msgid "The <emph>DateSerial function</emph> returns the data type Variant with VarType 7 (Date). Internally, this value is stored as a Double value, so that when the given date is 1.1.1900, the returned value is 2. Negative values correspond to dates before December 30, 1899 (not inclusive)."
-msgstr ""
-
-#: 03030101.xhp#par_id3152576.13.help.text
-msgid "If a date is defined that lies outside of the accepted range, $[officename] Basic returns an error message."
-msgstr ""
-
-#: 03030101.xhp#par_id3149481.14.help.text
-msgid "Whereas you define the <emph>DateValue function</emph> as a string that contains the date, the <emph>DateSerial function</emph> evaluates each of the parameters (year, month, day) as separate numeric expressions."
-msgstr ""
+#. D:!6
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"par_id3159414\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression."
+msgstr "<emph>ტექსტი: </emph>ნებისმიერი სტრინგული გამოსახულება."
-#: 03030101.xhp#hd_id3155411.15.help.text
-msgctxt "03030101.xhp#hd_id3155411.15.help.text"
+#. ^`=5
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"hd_id3148663\n"
+"10\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03030101.xhp#par_id3148646.16.help.text
-msgid "Sub ExampleDateSerial"
-msgstr "Sub ExampleStr"
-
-#: 03030101.xhp#par_id3156441.17.help.text
-msgid "Dim lDate as Long"
-msgstr "Dim sVar as string"
-
-#: 03030101.xhp#par_id3154791.18.help.text
-msgctxt "03030101.xhp#par_id3154791.18.help.text"
-msgid "Dim sDate as String"
-msgstr "Dim sVar as string"
-
-#: 03030101.xhp#par_id3155415.19.help.text
-msgid "lDate = DateSerial(1964, 4, 9)"
-msgstr ""
-
-#: 03030101.xhp#par_id3147125.20.help.text
-msgid "sDate = DateSerial(1964, 4, 9)"
-msgstr ""
-
-#: 03030101.xhp#par_id3154942.21.help.text
-msgid "msgbox lDate REM returns 23476"
-msgstr ""
-
-#: 03030101.xhp#par_id3151074.22.help.text
-msgid "msgbox sDate REM returns 04/09/1964"
-msgstr ""
-
-#: 03030101.xhp#par_id3153878.23.help.text
-msgctxt "03030101.xhp#par_id3153878.23.help.text"
-msgid "end sub"
-msgstr ""
-
-#: 03010000.xhp#tit.help.text
-msgid "Screen I/O Functions"
-msgstr ""
-
-#: 03010000.xhp#hd_id3156280.1.help.text
-msgid "<link href=\"text/sbasic/shared/03010000.xhp\" name=\"Screen I/O Functions\">Screen I/O Functions</link>"
-msgstr ""
-
-#: 03010000.xhp#par_id3153770.2.help.text
-msgid "This section describes the Runtime Functions used to call dialogs for the input and output of user entries."
-msgstr ""
-
-#: 03030000.xhp#tit.help.text
-msgid "Date and Time Functions"
-msgstr ""
-
-#: 03030000.xhp#hd_id3150502.1.help.text
-msgid "<link href=\"text/sbasic/shared/03030000.xhp\" name=\"Date and Time Functions\">Date and Time Functions</link>"
-msgstr ""
-
-#: 03030000.xhp#par_id3153255.2.help.text
-msgid "Use the statements and functions described here to perform date and time calculations."
-msgstr ""
-
-#: 03030000.xhp#par_id3152363.3.help.text
-msgid "<item type=\"productname\">%PRODUCTNAME</item> Basic lets you calculate time or date differences by converting the time and date values to continuous numeric values. After the difference is calculated, special functions are used to reconvert the values to the standard time or date formats."
+#. pdie
+#: 03000000.xhp
+msgctxt ""
+"03000000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Run-Time Functions"
msgstr ""
-#: 03030000.xhp#par_id3151054.4.help.text
-msgid "You can combine date and time values into a single floating-decimal number. Dates are converted to integers, and times to decimal values. <item type=\"productname\">%PRODUCTNAME</item> Basic also supports the variable type Date, which can contain a time specification consisting of both a date and time."
+#. Um+=
+#: 03000000.xhp
+msgctxt ""
+"03000000.xhp\n"
+"hd_id3152895\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"doc_title\"><link href=\"text/sbasic/shared/03000000.xhp\" name=\"Run-Time Functions\">Run-Time Functions</link></variable>"
msgstr ""
-#: 01020100.xhp#tit.help.text
-msgid "Using Variables"
+#. [=O*
+#: 03000000.xhp
+msgctxt ""
+"03000000.xhp\n"
+"par_id3148983\n"
+"2\n"
+"help.text"
+msgid "This section describes the Runtime Functions of <item type=\"productname\">%PRODUCTNAME</item> Basic."
msgstr ""
-#: 01020100.xhp#bm_id3149346.help.text
-msgid "<bookmark_value>names of variables</bookmark_value><bookmark_value>variables; using</bookmark_value><bookmark_value>types of variables</bookmark_value><bookmark_value>declaring variables</bookmark_value><bookmark_value>values;of variables</bookmark_value><bookmark_value>constants</bookmark_value><bookmark_value>arrays;declaring</bookmark_value><bookmark_value>defining;constants</bookmark_value>"
+#. ^o2k
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"tit\n"
+"help.text"
+msgid "Open Statement[Runtime]"
msgstr ""
-#: 01020100.xhp#hd_id3149346.1.help.text
-msgid "<link href=\"text/sbasic/shared/01020100.xhp\" name=\"Using Variables\">Using Variables</link>"
-msgstr ""
+#. oh8p
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"bm_id3150791\n"
+"help.text"
+msgid "<bookmark_value>Open statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 01020100.xhp#par_id3154346.3.help.text
-msgid "The following describes the basic use of variables in $[officename] Basic."
-msgstr ""
+#. C;y%
+#: 03020103.xhp
+#, fuzzy
+msgctxt ""
+"03020103.xhp\n"
+"hd_id3150791\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open Statement[Runtime]\">Open Statement[Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 01020100.xhp#hd_id3153361.4.help.text
-msgid "Naming Conventions for Variable Identifiers"
+#. =P.0
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3150769\n"
+"2\n"
+"help.text"
+msgid "Opens a data channel."
msgstr ""
-#: 01020100.xhp#par_id3148797.5.help.text
-msgid "A variable name can consist of a maximum of 255 characters. The first character of a variable name <emph>must</emph> be a letter A-Z or a-z. Numbers can also be used in a variable name, but punctuation symbols and special characters are not permitted, with exception of the underscore character (\"_\"). In $[officename] Basic variable identifiers are not case-sensitive. Variable names may contain spaces but must be enclosed in square brackets if they do."
+#. azng
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"hd_id3147230\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 01020100.xhp#par_id3156422.6.help.text
-msgid "Examples for variable identifiers:"
+#. $2J3
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3154124\n"
+"4\n"
+"help.text"
+msgid "Open FileName As String [For Mode] [Access IOMode] [Protected] As [#]FileNumber As Integer [Len = DatasetLength]"
msgstr ""
-#: 01020100.xhp#par_id3163798.7.help.text
-msgid "MyNumber=5"
+#. pi/N
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"hd_id3156280\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 01020100.xhp#par_id3156441.126.help.text
-msgctxt "01020100.xhp#par_id3156441.126.help.text"
-msgid "Correct"
+#. #4l1
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3155132\n"
+"6\n"
+"help.text"
+msgid "<emph>FileName: </emph>Name and path of the file that you wan 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 ""
-#: 01020100.xhp#par_id3147317.8.help.text
-msgid "MyNumber5=15"
+#. !:(y
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3149262\n"
+"7\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 ""
-#: 01020100.xhp#par_id3149664.127.help.text
-msgctxt "01020100.xhp#par_id3149664.127.help.text"
-msgid "Correct"
+#. $@pH
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3154014\n"
+"8\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 ""
-#: 01020100.xhp#par_id3145364.9.help.text
-msgid "MyNumber_5=20"
+#. \S@%
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3150011\n"
+"9\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 ""
-#: 01020100.xhp#par_id3146119.128.help.text
-msgctxt "01020100.xhp#par_id3146119.128.help.text"
-msgid "Correct"
+#. xfEG
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3153190\n"
+"10\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 ""
-#: 01020100.xhp#par_id3154729.10.help.text
-msgid "My Number=20"
+#. kEX/
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3151115\n"
+"11\n"
+"help.text"
+msgid "<emph>DatasetLength:</emph> For random access files, set the length of the records."
msgstr ""
-#: 01020100.xhp#par_id3153876.11.help.text
-msgid "Not valid, variable with space must be enclosed in square brackets"
+#. .~/,
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3153418\n"
+"12\n"
+"help.text"
+msgid "You can only modify the contents of a file that was opened with the Open statement. If you try to open a file that is already open, an error message appears."
msgstr ""
-#: 01020100.xhp#par_id3147126.14.help.text
-msgid "[My Number]=12"
+#. ~eP5
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"hd_id3149123\n"
+"13\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 01020100.xhp#par_id3154510.15.help.text
-msgctxt "01020100.xhp#par_id3154510.15.help.text"
-msgid "Correct"
+#. ,gmO
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3154705\n"
+"22\n"
+"help.text"
+msgid "Print #iNumber, \"This is a line of text\""
msgstr ""
-#: 01020100.xhp#par_id3153708.12.help.text
-msgid "DéjàVu=25"
+#. \mCg
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3146916\n"
+"23\n"
+"help.text"
+msgid "Print #iNumber, \"This is another line of text\""
msgstr ""
-#: 01020100.xhp#par_id3150330.129.help.text
-msgid "Not valid, special characters are not allowed"
+#. @i*-
+#: 03070200.xhp
+msgctxt ""
+"03070200.xhp\n"
+"tit\n"
+"help.text"
+msgid "\"*\" Operator [Runtime]"
msgstr ""
-#: 01020100.xhp#par_id3155443.13.help.text
-msgid "5MyNumber=12"
+#. 3Kg2
+#: 03070200.xhp
+msgctxt ""
+"03070200.xhp\n"
+"bm_id3147573\n"
+"help.text"
+msgid "<bookmark_value>\"*\" operator (mathematical)</bookmark_value>"
msgstr ""
-#: 01020100.xhp#par_id3154254.130.help.text
-msgid "Not valid, variable may not begin with a number"
+#. b{C7
+#: 03070200.xhp
+msgctxt ""
+"03070200.xhp\n"
+"hd_id3147573\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03070200.xhp\">\"*\" Operator [Runtime]</link>"
msgstr ""
-#: 01020100.xhp#par_id3147345.16.help.text
-msgid "Number,Mine=12"
+#. X^t!
+#: 03070200.xhp
+msgctxt ""
+"03070200.xhp\n"
+"par_id3154347\n"
+"2\n"
+"help.text"
+msgid "Multiplies two values."
msgstr ""
-#: 01020100.xhp#par_id3149256.131.help.text
-msgid "Not valid, punctuation marks are not allowed"
+#. D%GK
+#: 03070200.xhp
+msgctxt ""
+"03070200.xhp\n"
+"hd_id3148946\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 01020100.xhp#hd_id3146317.17.help.text
-msgid "Declaring Variables"
+#. =?sL
+#: 03070200.xhp
+msgctxt ""
+"03070200.xhp\n"
+"par_id3150358\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 * Expression2"
msgstr ""
-#: 01020100.xhp#par_id3150299.18.help.text
-msgid "In $[officename] Basic you don't need to declare variables explicitly. A variable declaration can be performed with the <emph>Dim</emph> statement. You can declare more than one variable at a time by separating the names with a comma. To define the variable type, use either a type-declaration sign after the name, or the appropriate key word. "
+#. g(U0
+#: 03070200.xhp
+msgctxt ""
+"03070200.xhp\n"
+"hd_id3150400\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 01020100.xhp#par_id3154118.140.help.text
-msgid "Examples for variable declarations:"
+#. ?Ai]
+#: 03070200.xhp
+msgctxt ""
+"03070200.xhp\n"
+"par_id3154365\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numeric expression that records the result of a multiplication."
msgstr ""
-#: 01020100.xhp#par_id3150090.19.help.text
-msgctxt "01020100.xhp#par_id3150090.19.help.text"
-msgid "DIM a$"
-msgstr ""
+#. *b=j
+#: 03070200.xhp
+msgctxt ""
+"03070200.xhp\n"
+"par_id3154685\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to multiply."
+msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-#: 01020100.xhp#par_id3150982.132.help.text
-msgctxt "01020100.xhp#par_id3150982.132.help.text"
-msgid "Declares the variable \"a\" as a String"
+#. O?|q
+#: 03070200.xhp
+msgctxt ""
+"03070200.xhp\n"
+"hd_id3153968\n"
+"8\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 01020100.xhp#par_id3149531.20.help.text
-msgid "DIM a As String"
-msgstr "DIM sFile სტრიქონი როგორც "
-
-#: 01020100.xhp#par_id3150343.133.help.text
-msgctxt "01020100.xhp#par_id3150343.133.help.text"
-msgid "Declares the variable \"a\" as a String"
+#. vJHv
+#: 03020000.xhp
+msgctxt ""
+"03020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "File I/O Functions"
msgstr ""
-#: 01020100.xhp#par_id3149036.21.help.text
-msgid "DIM a$, b As Integer"
+#. jU8B
+#: 03020000.xhp
+msgctxt ""
+"03020000.xhp\n"
+"hd_id3156344\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020000.xhp\" name=\"File I/O Functions\">File I/O Functions</link>"
msgstr ""
-#: 01020100.xhp#par_id3155507.22.help.text
-msgid "Declares one variable as a String and one as an Integer"
+#. ).GC
+#: 03020000.xhp
+msgctxt ""
+"03020000.xhp\n"
+"par_id3153360\n"
+"2\n"
+"help.text"
+msgid "Use File I/O functions to create and manage user-defined (data) files."
msgstr ""
-#: 01020100.xhp#par_idN10854.help.text
-msgid "DIM c As Boolean"
+#. ZA%2
+#: 03020000.xhp
+msgctxt ""
+"03020000.xhp\n"
+"par_id3150398\n"
+"3\n"
+"help.text"
+msgid "You can use these functions to support the creation of \"relative\" files, so that you can save and reload certain records by specifying their record number. File I/O functions can also help you manage your files by providing you with information such as file size, current path settings, or the creation date of a file or a directory."
msgstr ""
-#: 01020100.xhp#par_idN10859.help.text
-msgid "Declares c as a Boolean variable that can be TRUE or FALSE"
-msgstr ""
+#. Cak%
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"tit\n"
+"help.text"
+msgid "CStr Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 01020100.xhp#par_id3150519.23.help.text
-msgid "It is very important when declaring variables that you use the type-declaration character each time, even if it was used in the declaration instead of a keyword. Thus the following statements are invalid:"
-msgstr ""
+#. k6hG
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"bm_id3146958\n"
+"help.text"
+msgid "<bookmark_value>CStr function</bookmark_value>"
+msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
-#: 01020100.xhp#par_id3152985.24.help.text
-msgctxt "01020100.xhp#par_id3152985.24.help.text"
-msgid "DIM a$"
-msgstr ""
+#. `*bT
+#: 03101000.xhp
+#, fuzzy
+msgctxt ""
+"03101000.xhp\n"
+"hd_id3146958\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101000.xhp\" name=\"CStr Function [Runtime]\">CStr Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 01020100.xhp#par_id3154527.134.help.text
-msgid "Declares \"a\" as a String"
+#. Yx%M
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3147574\n"
+"2\n"
+"help.text"
+msgid "Converts any numeric expression to a string expression."
msgstr ""
-#: 01020100.xhp#par_id3148599.25.help.text
-msgid "a=\"TestString\""
+#. \p[]
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"hd_id3148473\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 01020100.xhp#par_id3153064.135.help.text
-msgid "Type-declaration missing: \"a$=\""
-msgstr ""
+#. t:38
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3145315\n"
+"4\n"
+"help.text"
+msgid "CStr (Expression)"
+msgstr "Str (გამოსახულება)"
-#: 01020100.xhp#par_id3144770.26.help.text
-msgid "Once you have declared a variable as a certain type, you cannot declare the variable under the same name again as a different type!"
-msgstr ""
+#. |HL{
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"hd_id3153062\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 01020100.xhp#hd_id3149331.27.help.text
-msgid "Forcing Variable Declarations"
-msgstr ""
+#. 9Wke
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3153897\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონები"
-#: 01020100.xhp#par_id3149443.28.help.text
-msgid "To force declaration of variables, use the following command:"
+#. )*p5
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"hd_id3154760\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 01020100.xhp#par_id3152869.29.help.text
-msgid "OPTION EXPLICIT"
-msgstr ""
+#. K3k;
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3149457\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any valid string or numeric expression that you want to convert."
+msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-#: 01020100.xhp#par_id3155072.30.help.text
-msgid "The <emph>Option Explicit</emph> statement has to be the first line in the module, before the first SUB. Generally, only arrays need to be declared explicitly. All other variables are declared according to the type-declaration character, or - if omitted - as the default type <emph>Single</emph>."
+#. U#^w
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"hd_id3150358\n"
+"9\n"
+"help.text"
+msgid "Expression Types and Conversion Returns"
msgstr ""
-#: 01020100.xhp#hd_id3154614.34.help.text
-msgid "Variable Types"
+#. %r-Q
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3153192\n"
+"10\n"
+"help.text"
+msgid "Boolean :"
msgstr ""
-#: 01020100.xhp#par_id3155383.35.help.text
-msgid "$[officename] Basic supports four variable classes:"
+#. I8^5
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3156422\n"
+"11\n"
+"help.text"
+msgid "String that evaluates to either <emph>True</emph> or <emph>False</emph>."
msgstr ""
-#: 01020100.xhp#par_id3153972.36.help.text
-msgid "<emph>Numeric</emph> variables can contain number values. Some variables are used to store large or small numbers, and others are used for floating-point or fractional numbers. "
+#. [gqK
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3147287\n"
+"12\n"
+"help.text"
+msgid "Date :"
msgstr ""
-#: 01020100.xhp#par_id3159226.37.help.text
-msgid "<emph>String</emph> variables contain character strings."
+#. 7nG%
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3155411\n"
+"13\n"
+"help.text"
+msgid "String that contains the date and time."
msgstr ""
-#: 01020100.xhp#par_id3145217.38.help.text
-msgid "<emph>Boolean</emph> variables contain either the TRUE or the FALSE value."
+#. rVu*
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3147428\n"
+"14\n"
+"help.text"
+msgid "Null :"
msgstr ""
-#: 01020100.xhp#par_id3154762.39.help.text
-msgid "<emph>Object</emph> variables can store objects of various types, like tables and documents within a document."
+#. l3xa
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3150486\n"
+"15\n"
+"help.text"
+msgid "Run-time error."
msgstr ""
-#: 01020100.xhp#hd_id3153805.40.help.text
-msgid "Integer Variables"
+#. ;_!0
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3153953\n"
+"16\n"
+"help.text"
+msgid "Empty :"
msgstr ""
-#: 01020100.xhp#par_id3146966.41.help.text
-msgid "Integer variables range from -32768 to 32767. If you assign a floating-point value to an integer variable, the decimal places are rounded to the next integer. Integer variables are rapidly calculated in procedures and are suitable for counter variables in loops. An integer variable only requires two bytes of memory. \"%\" is the type-declaration character."
+#. cW8`
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3155306\n"
+"17\n"
+"help.text"
+msgid "String without any characters."
msgstr ""
-#: 01020100.xhp#par_id3153810.43.help.text
-msgid "Dim Variable%"
+#. R}9k
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3149260\n"
+"18\n"
+"help.text"
+msgid "Any :"
msgstr ""
-#: 01020100.xhp#par_id3153556.44.help.text
-msgid "Dim Variable As Integer"
-msgstr "DIM sFile სტრიქონი როგორც "
-
-#: 01020100.xhp#hd_id3147546.45.help.text
-msgid "Long Integer Variables"
+#. kER;
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3152938\n"
+"19\n"
+"help.text"
+msgid "Corresponding number as string."
msgstr ""
-#: 01020100.xhp#par_id3151193.46.help.text
-msgid "Long integer variables range from -2147483648 to 2147483647. If you assign a floating-point value to a long integer variable, the decimal places are rounded to the next integer. Long integer variables are rapidly calculated in procedures and are suitable for counter variables in loops for large values. A long integer variable requires four bytes of memory. \"&\" is the type-declaration character."
+#. 3fo:
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3155738\n"
+"20\n"
+"help.text"
+msgid "Zeros at the end of a floating-point number are not included in the returned string."
msgstr ""
-#: 01020100.xhp#par_id3154708.48.help.text
-msgid "Dim Variable&"
+#. 3G`K
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"hd_id3154729\n"
+"21\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 01020100.xhp#par_id3156365.49.help.text
-msgid "Dim Variable as Long"
-msgstr "DIM sFile სტრიქონი როგორც "
-
-#: 01020100.xhp#hd_id7596972.help.text
-msgid "Decimal Variables"
+#. Kbb9
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"tit\n"
+"help.text"
+msgid "Close Statement [Runtime]"
msgstr ""
-#: 01020100.xhp#par_id2649311.help.text
-msgid "Decimal variables can take positive or negative numbers or zero. Accuracy is up to 29 digits."
-msgstr ""
+#. ^%-1
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"bm_id3157896\n"
+"help.text"
+msgid "<bookmark_value>Close statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 01020100.xhp#par_id7617114.help.text
-msgid "You can use plus (+) or minus (-) signs as prefixes for decimal numbers (with or without spaces)."
-msgstr ""
+#. R%Pj
+#: 03020101.xhp
+#, fuzzy
+msgctxt ""
+"03020101.xhp\n"
+"hd_id3157896\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020101.xhp\" name=\"Close Statement [Runtime]\">Close Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 01020100.xhp#par_id1593676.help.text
-msgid "If a decimal number is assigned to an integer variable, %PRODUCTNAME Basic rounds the figure up or down."
+#. FBba
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"par_id3147573\n"
+"2\n"
+"help.text"
+msgid "Closes a specified file that was opened with the Open statement."
msgstr ""
-#: 01020100.xhp#hd_id3147500.50.help.text
-msgid "Single Variables"
+#. AJyg
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"hd_id3156344\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 01020100.xhp#par_id3153070.51.help.text
-msgid "Single variables can take positive or negative values ranging from 3.402823 x 10E38 to 1.401298 x 10E-45. Single variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Single variables are suitable for mathematical calculations of average precision. Calculations require more time than for Integer variables, but are faster than calculations with Double variables. A Single variable requires 4 bytes of memory. The type-declaration character is \"!\"."
+#. (ga}
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"par_id3147265\n"
+"4\n"
+"help.text"
+msgid "Close FileNumber As Integer[, FileNumber2 As Integer[,...]]"
msgstr ""
-#: 01020100.xhp#par_id3149875.52.help.text
-msgid "Dim Variable!"
+#. ]]v(
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"hd_id3153379\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 01020100.xhp#par_id3153302.53.help.text
-msgid "Dim Variable as Single"
-msgstr "DIM sFile სტრიქონი როგორც "
-
-#: 01020100.xhp#hd_id3155753.54.help.text
-msgid "Double Variables"
+#. %9vG
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"par_id3150791\n"
+"6\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 ""
-#: 01020100.xhp#par_id3150953.55.help.text
-msgid "Double variables can take positive or negative values ranging from 1.79769313486232 x 10E308 to 4.94065645841247 x 10E-324. Double variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Double variables are suitable for precise calculations. Calculations require more time than for Single variables. A Double variable requires 8 bytes of memory. The type-declaration character is \"#\"."
+#. ;OB}
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"hd_id3153192\n"
+"7\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 01020100.xhp#par_id3150431.56.help.text
-msgid "Dim Variable#"
+#. HWS^
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"par_id3153727\n"
+"16\n"
+"help.text"
+msgid "Print #iNumber, \"First line of text\""
msgstr ""
-#: 01020100.xhp#par_id3154406.57.help.text
-msgid "Dim Variable As Double"
-msgstr "DIM sFile სტრიქონი როგორც "
-
-#: 01020100.xhp#hd_id3155747.95.help.text
-msgid "Currency Variables"
+#. S^If
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"par_id3147350\n"
+"17\n"
+"help.text"
+msgid "Print #iNumber, \"Another line of text\""
msgstr ""
-#: 01020100.xhp#par_id3153337.96.help.text
-msgid "Currency variables are internally stored as 64-bit numbers (8 Bytes) and displayed as a fixed-decimal number with 15 non-decimal and 4 decimal places. The values range from -922337203685477.5808 to +922337203685477.5807. Currency variables are used to calculate currency values with a high precision. The type-declaration character is \"@\"."
-msgstr ""
+#. J-xp
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"tit\n"
+"help.text"
+msgid "IsObject Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 01020100.xhp#par_id3147296.97.help.text
-msgid "Dim Variable@"
-msgstr ""
+#. $_sD
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"bm_id3149346\n"
+"help.text"
+msgid "<bookmark_value>IsObject function</bookmark_value>"
+msgstr "<bookmark_value>CreateObject ფუნქცია</bookmark_value>"
-#: 01020100.xhp#par_id3150391.98.help.text
-msgid "Dim Variable As Currency"
-msgstr "DIM sFile სტრიქონი როგორც "
+#. 4DMM
+#: 03102800.xhp
+#, fuzzy
+msgctxt ""
+"03102800.xhp\n"
+"hd_id3149346\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102800.xhp\" name=\"IsObject Function [Runtime]\">IsObject Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 01020100.xhp#hd_id3148742.58.help.text
-msgid "String Variables"
+#. *`Qe
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"par_id3148538\n"
+"2\n"
+"help.text"
+msgid "Tests if an object variable is an OLE object. The function returns True if the variable is an OLE object, otherwise it returns False."
msgstr ""
-#: 01020100.xhp#par_id3151393.59.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 \"$\"."
+#. M}Hd
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"hd_id3149234\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 01020100.xhp#par_id3166467.60.help.text
-msgid "Dim Variable$"
+#. Ug:7
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"par_id3154285\n"
+"4\n"
+"help.text"
+msgid "IsObject (ObjectVar)"
msgstr ""
-#: 01020100.xhp#par_id3153027.61.help.text
-msgid "Dim Variable As String"
-msgstr "DIM sFile სტრიქონი როგორც "
+#. U@a\
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"hd_id3148685\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 01020100.xhp#hd_id3150534.62.help.text
-msgid "Boolean Variables"
+#. VXS)
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"par_id3156024\n"
+"6\n"
+"help.text"
+msgid "Bool"
msgstr ""
-#: 01020100.xhp#par_id3145632.63.help.text
-msgid "Boolean variables store only one of two values: TRUE or FALSE. A number 0 evaluates to FALSE, every other value evaluates to TRUE."
+#. pE@5
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"hd_id3148947\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 01020100.xhp#par_id3147615.64.help.text
-msgid "Dim Variable As Boolean"
-msgstr "DIM sFile სტრიქონი როგორც "
-
-#: 01020100.xhp#hd_id3149722.65.help.text
-msgid "Date Variables"
+#. HLT%
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"par_id3148552\n"
+"8\n"
+"help.text"
+msgid "<emph>ObjectVar:</emph> Any variable that you want to test. If the Object variable contains an OLE object, the function returns True."
msgstr ""
-#: 01020100.xhp#par_id3159116.66.help.text
-msgid "Date variables can only contain dates and time values stored in an internal format. Values assigned to Date variables with <link href=\"text/sbasic/shared/03030101.xhp\" name=\"Dateserial\"><emph>Dateserial</emph></link>, <link href=\"text/sbasic/shared/03030102.xhp\" name=\"Datevalue\"><emph>Datevalue</emph></link>, <link href=\"text/sbasic/shared/03030205.xhp\" name=\"Timeserial\"><emph>Timeserial</emph></link> or <link href=\"text/sbasic/shared/03030206.xhp\" name=\"Timevalue\"><emph>Timevalue</emph></link> are automatically converted to the internal format. Date-variables are converted to normal numbers by using the <link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day\"><emph>Day</emph></link>, <link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month\"><emph>Month</emph></link>, <link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year\"><emph>Year</emph></link> or the <link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour\"><emph>Hour</emph></link>, <link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute\"><emph>Minute</emph></link>, <link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second\"><emph>Second</emph></link> function. The internal format enables a comparison of date/time values by calculating the difference between two numbers. These variables can only be declared with the key word <emph>Date</emph>."
+#. 17eZ
+#: 03132500.xhp
+msgctxt ""
+"03132500.xhp\n"
+"tit\n"
+"help.text"
+msgid "GetDefaultContext Function [Runtime]"
msgstr ""
-#: 01020100.xhp#par_id3150462.67.help.text
-msgid "Dim Variable As Date"
-msgstr "DIM sFile სტრიქონი როგორც "
+#. 3DR#
+#: 03132500.xhp
+msgctxt ""
+"03132500.xhp\n"
+"bm_id4761192\n"
+"help.text"
+msgid "<bookmark_value>GetDefaultContext function</bookmark_value>"
+msgstr "<bookmark_value>GetDefaultContext</bookmark_value>"
-#: 01020100.xhp#hd_id3148732.68.help.text
-msgid "Initial Variable Values"
+#. @Fg6
+#: 03132500.xhp
+msgctxt ""
+"03132500.xhp\n"
+"par_idN10580\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03132500.xhp\">GetDefaultContext Function [Runtime]</link>"
msgstr ""
-#: 01020100.xhp#par_id3154549.69.help.text
-msgid "As soon as the variable has been declared, it is automatically set to the \"Null\" value. Note the following conventions:"
-msgstr ""
+#. m%?-
+#: 03132500.xhp
+msgctxt ""
+"03132500.xhp\n"
+"par_idN10590\n"
+"help.text"
+msgid "Returns the default context of the process service factory, if existent, else returns a null reference."
+msgstr "არსებობის შემთხვევაში აბრუნებს სერვისის ქარხნის საწყის შინაარს, წინააღმდეგ შემთხვევაში აბრუნებს null მითითებას"
-#: 01020100.xhp#par_id3143222.70.help.text
-msgid "<emph>Numeric</emph> variables are automatically assigned the value \"0\" as soon as they are declared."
-msgstr ""
+#. PO,p
+#: 03132500.xhp
+#, fuzzy
+msgctxt ""
+"03132500.xhp\n"
+"par_idN10593\n"
+"help.text"
+msgid "This runtime function returns the default component context to be used, if instantiating services via XmultiServiceFactory. See the <item type=\"literal\">Professional UNO</item> chapter in the <item type=\"literal\">Developer's Guide</item> on <link href=\"http://api.libreoffice.org\">api.libreoffice.org</link> for more information."
+msgstr "გაშვების ფუნქცია გამოსაყენებლად აბრუნებს საწყის კომპონენტს,XmultiServiceFactory -ის ინსტანტირების დროს. დამატებითი ინფორმაციისთვის იხილეთ <item type=\"literal\">Professional UNO</item> თავი <item type=\"literal\">პროგრამისტის სახელმძღვანელოში</item> მისამართზე:<link href=\"http://api.openoffice.org\">api.openoffice.org</link>."
-#: 01020100.xhp#par_id3150693.71.help.text
-msgid "<emph>Date variables</emph> are assigned the value 0 internally; equivalent to converting the value to \"0\" with the <link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day\"><emph>Day</emph></link>, <link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month\"><emph>Month</emph></link>, <link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year\"><emph>Year</emph></link> or the <link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour\"><emph>Hour</emph></link>, <link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute\"><emph>Minute</emph></link>, <link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second\"><emph>Second</emph></link> function."
-msgstr ""
+#. r/)l
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"tit\n"
+"help.text"
+msgid "Atn Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 01020100.xhp#par_id3154807.72.help.text
-msgid "<emph>String variables</emph> are assigned an empty-string (\"\") when they are declared."
-msgstr ""
+#. q\jk
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"bm_id3150616\n"
+"help.text"
+msgid "<bookmark_value>Atn function</bookmark_value>"
+msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
-#: 01020100.xhp#hd_id3153936.83.help.text
-msgid "Arrays"
-msgstr ""
+#. +GH6
+#: 03080101.xhp
+#, fuzzy
+msgctxt ""
+"03080101.xhp\n"
+"hd_id3150616\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080101.xhp\" name=\"Atn Function [Runtime]\">Atn Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 01020100.xhp#par_id3148736.84.help.text
-msgid "$[officename] Basic knows one- or multi-dimensional arrays, defined by a specified variable type. Arrays are suitable for editing lists and tables in programs. Individual elements of an array can be addressed through a numeric index."
+#. CbCh
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3149346\n"
+"2\n"
+"help.text"
+msgid "Trigonometric function that returns the arctangent of a numeric expression. The return value is in the range -Pi/2 to +Pi/2."
msgstr ""
-#: 01020100.xhp#par_id3149546.85.help.text
-msgid "Arrays <emph>must</emph> be declared with the <emph>Dim</emph> statement. There are several ways to define the index range of an array:"
+#. D/0U
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3143271\n"
+"3\n"
+"help.text"
+msgid "The arctangent is the inverse of the tangent function. The Atn Function returns the angle \"Alpha\", expressed in radians, using the tangent of this angle. The function can also return the angle \"Alpha\" by comparing the ratio of the length of the side that is opposite of the angle to the length of the side that is adjacent to the angle in a right-angled triangle."
msgstr ""
-#: 01020100.xhp#par_id3150143.86.help.text
-msgid "DIM text$(20)"
+#. O7gj
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3145315\n"
+"4\n"
+"help.text"
+msgid "Atn(side opposite the angle/side adjacent to angle)= Alpha"
msgstr ""
-#: 01020100.xhp#par_id3154567.136.help.text
-msgid "21 elements numbered from 0 to 20"
+#. 9R-)
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"hd_id3149669\n"
+"5\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 01020100.xhp#par_id3145596.125.help.text
-msgid "DIM text$(5,4)"
+#. .rkX
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3148947\n"
+"6\n"
+"help.text"
+msgid "Atn (Number)"
msgstr ""
-#: 01020100.xhp#par_id3154397.137.help.text
-msgid "30 elements (a matrix of 6 x 5 elements)"
-msgstr ""
+#. L14@
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"hd_id3148664\n"
+"7\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 01020100.xhp#par_id3149185.87.help.text
-msgid "DIM text$(5 to 25)"
+#. c0f4
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3150359\n"
+"8\n"
+"help.text"
+msgid "Double"
msgstr ""
-#: 01020100.xhp#par_id3149690.138.help.text
-msgid "21 elements numbered from 5 to 25"
+#. +c4n
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"hd_id3148798\n"
+"9\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 01020100.xhp#par_id3155950.88.help.text
-msgid "DIM text$(-15 to 5)"
+#. ]FX$
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3156212\n"
+"10\n"
+"help.text"
+msgid "<emph>Number:</emph> Any numerical expression that represents the ratio of two sides of a right triangle. The Atn function returns the corresponding angle in radians (arctangent)."
msgstr ""
-#: 01020100.xhp#par_id3153113.89.help.text
-msgid "21 elements (including 0), numbered from -15 to 5"
+#. a0Xe
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3153192\n"
+"11\n"
+"help.text"
+msgid "To convert radians to degrees, multiply radians by 180/pi."
msgstr ""
-#: 01020100.xhp#par_id3153005.90.help.text
-msgid "The index range can include positive as well as negative numbers. "
+#. _eOA
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3147230\n"
+"12\n"
+"help.text"
+msgid "degree=(radian*180)/pi"
msgstr ""
-#: 01020100.xhp#hd_id3154507.91.help.text
-msgid "Constants"
+#. kVMZ
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3125864\n"
+"13\n"
+"help.text"
+msgid "radian=(degree*pi)/180"
msgstr ""
-#: 01020100.xhp#par_id3156357.92.help.text
-msgid "Constants have a fixed value. They are only defined once in the program and cannot be redefined later:"
+#. 5*)~
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3159252\n"
+"14\n"
+"help.text"
+msgid "Pi is here the fixed circle constant with the rounded value 3.14159."
msgstr ""
-#: 01020100.xhp#par_id3153203.93.help.text
-msgctxt "01020100.xhp#par_id3153203.93.help.text"
-msgid "CONST ConstName=Expression"
+#. =vZ*
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"hd_id3153142\n"
+"15\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03080700.xhp#tit.help.text
-msgid "Expression Signs"
+#. 1e5A
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3146985\n"
+"16\n"
+"help.text"
+msgid "' The following example calculates for a right-angled triangle"
+msgstr ""
+
+#. 3K2Z
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3145750\n"
+"17\n"
+"help.text"
+msgid "' the angle Alpha from the tangent of the angle Alpha:"
+msgstr ""
+
+#. ZNfv
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3151112\n"
+"19\n"
+"help.text"
+msgid "' rounded Pi = 3.14159 Is a predefined constant"
+msgstr ""
+
+#. i|p3
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3149262\n"
+"22\n"
+"help.text"
+msgid "d1 = InputBox$ (\"Enter the length of the side adjacent to the angle: \",\"Adjacent\")"
msgstr ""
-#: 03080700.xhp#hd_id3150702.1.help.text
-msgid "<link href=\"text/sbasic/shared/03080700.xhp\" name=\"Expression Signs\">Expression Signs</link>"
+#. i-O:
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3149482\n"
+"23\n"
+"help.text"
+msgid "d2 = InputBox$ (\"Enter the length of the side opposite the angle: \",\"Opposite\")"
msgstr ""
-#: 03080700.xhp#par_id3148668.2.help.text
-msgid "This function returns the algebraic sign of a numeric expression."
+#. 3QX,
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3155415\n"
+"24\n"
+"help.text"
+msgid "Print \"The Alpha angle is\"; (atn (d2/d1) * 180 / Pi); \" degrees\""
msgstr ""
-#: 03020102.xhp#tit.help.text
-msgid "FreeFile Function[Runtime]"
+#. Y]g,
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"tit\n"
+"help.text"
+msgid "Rnd Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03020102.xhp#bm_id3150400.help.text
-msgid "<bookmark_value>FreeFile function</bookmark_value>"
-msgstr "<bookmark_value>Trim ფუნქცია</bookmark_value>"
+#. 9h1a
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"bm_id3148685\n"
+"help.text"
+msgid "<bookmark_value>Rnd function</bookmark_value>"
+msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
-#: 03020102.xhp#hd_id3150400.1.help.text
+#. d_O2
+#: 03080302.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03020102.xhp\" name=\"FreeFile Function[Runtime]\">FreeFile Function[Runtime]</link>"
+msgctxt ""
+"03080302.xhp\n"
+"hd_id3148685\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080302.xhp\" name=\"Rnd Function [Runtime]\">Rnd Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03020102.xhp#par_id3154366.2.help.text
-msgid "Returns the next available file number for opening a file. Use this function to open a file using a file number that is not already in use by a currently open file."
+#. VJ=E
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"par_id3149669\n"
+"2\n"
+"help.text"
+msgid "Returns a random number between 0 and 1."
msgstr ""
-#: 03020102.xhp#hd_id3150769.3.help.text
-msgctxt "03020102.xhp#hd_id3150769.3.help.text"
+#. =$?*
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"hd_id3153897\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03020102.xhp#par_id3150869.4.help.text
-msgid "FreeFile"
+#. J]-D
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"par_id3150543\n"
+"4\n"
+"help.text"
+msgid "Rnd [(Expression)]"
msgstr ""
-#: 03020102.xhp#hd_id3151042.5.help.text
-msgctxt "03020102.xhp#hd_id3151042.5.help.text"
+#. b%Be
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"hd_id3149655\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03020102.xhp#par_id3150440.6.help.text
-msgctxt "03020102.xhp#par_id3150440.6.help.text"
-msgid "Integer"
+#. J.KZ
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"par_id3154365\n"
+"6\n"
+"help.text"
+msgid "Double"
msgstr ""
-#: 03020102.xhp#hd_id3148576.7.help.text
-msgctxt "03020102.xhp#hd_id3148576.7.help.text"
+#. 8N^h
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"hd_id3154909\n"
+"7\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03020102.xhp#par_id3155854.8.help.text
-msgid "This function can only be used immediately in front of an Open statement. FreeFile returns the next available file number, but does not reserve it."
-msgstr ""
-
-#: 03020102.xhp#hd_id3159153.9.help.text
-msgctxt "03020102.xhp#hd_id3159153.9.help.text"
-msgid "Example:"
-msgstr ""
+#. iT;#
+#: 03080302.xhp
+#, fuzzy
+msgctxt ""
+"03080302.xhp\n"
+"par_id3125864\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any numeric expression."
+msgstr "<emph>Expression: </emph>ნებისმიერი ციფრული გამოსახულება."
-#: 03020102.xhp#par_id3146120.10.help.text
-msgctxt "03020102.xhp#par_id3146120.10.help.text"
-msgid "Sub ExampleWorkWithAFile"
+#. lCsH
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"par_id3155306\n"
+"12\n"
+"help.text"
+msgid "<emph>Omitted:</emph> Returns the next random number in the sequence."
msgstr ""
-#: 03020102.xhp#par_id3154319.11.help.text
-msgctxt "03020102.xhp#par_id3154319.11.help.text"
-msgid "Dim iNumber As Integer"
-msgstr "DIm iLen როგორც Integer"
-
-#: 03020102.xhp#par_id3151117.12.help.text
-msgctxt "03020102.xhp#par_id3151117.12.help.text"
-msgid "Dim sLine As String"
-msgstr "Dim sSep As String"
-
-#: 03020102.xhp#par_id3147426.13.help.text
-msgctxt "03020102.xhp#par_id3147426.13.help.text"
-msgid "Dim aFile As String"
-msgstr "DIM sFile სტრიქონი როგორც "
-
-#: 03020102.xhp#par_id3149667.36.help.text
-msgctxt "03020102.xhp#par_id3149667.36.help.text"
-msgid "Dim sMsg as String"
-msgstr "Dim sVar as string"
-
-#: 03020102.xhp#par_id3145800.14.help.text
-msgctxt "03020102.xhp#par_id3145800.14.help.text"
-msgid "aFile = \"c:\\data.txt\""
+#. 3{CQ
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"par_id3147318\n"
+"14\n"
+"help.text"
+msgid "The <emph>Rnd</emph> function only returns values ranging from 0 to 1. To generate random integers in a given range, use the formula in the following example:"
msgstr ""
-#: 03020102.xhp#par_id3147396.15.help.text
-msgctxt "03020102.xhp#par_id3147396.15.help.text"
-msgid "sMsg = \"\""
+#. ldKx
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"hd_id3151118\n"
+"15\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03020102.xhp#par_id3154490.16.help.text
-msgctxt "03020102.xhp#par_id3154490.16.help.text"
-msgid "iNumber = Freefile"
+#. ]a?w
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"par_id3147124\n"
+"21\n"
+"help.text"
+msgid "Print \"Number from 1 to 5\""
msgstr ""
-#: 03020102.xhp#par_id3151074.17.help.text
-msgctxt "03020102.xhp#par_id3151074.17.help.text"
-msgid "Open aFile For Output As #iNumber"
+#. #=!1
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"par_id3154943\n"
+"23\n"
+"help.text"
+msgid "Print \"Number from 6 to 8\""
msgstr ""
-#: 03020102.xhp#par_id3155416.18.help.text
-msgctxt "03020102.xhp#par_id3155416.18.help.text"
-msgid "Print #iNumber, \"First line of text\""
+#. FOsi
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"par_id3151074\n"
+"25\n"
+"help.text"
+msgid "Print \"Greater than 8\""
msgstr ""
-#: 03020102.xhp#par_id3153416.19.help.text
-msgctxt "03020102.xhp#par_id3153416.19.help.text"
-msgid "Print #iNumber, \"Another line of text\""
+#. U2GQ
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"par_id3155602\n"
+"27\n"
+"help.text"
+msgid "Print \"Outside range 1 to 10\""
msgstr ""
-#: 03020102.xhp#par_id3149401.20.help.text
-msgctxt "03020102.xhp#par_id3149401.20.help.text"
-msgid "Close #iNumber"
-msgstr ""
+#. [n%G
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"tit\n"
+"help.text"
+msgid "Str Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03020102.xhp#par_id3150330.24.help.text
-msgctxt "03020102.xhp#par_id3150330.24.help.text"
-msgid "iNumber = Freefile"
-msgstr ""
+#. IOtT
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"bm_id3143272\n"
+"help.text"
+msgid "<bookmark_value>Str function</bookmark_value>"
+msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
-#: 03020102.xhp#par_id3155067.25.help.text
-msgid "Open aFile For Input As #iNumber"
-msgstr ""
+#. nW)+
+#: 03120103.xhp
+#, fuzzy
+msgctxt ""
+"03120103.xhp\n"
+"hd_id3143272\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120103.xhp\" name=\"Str Function [Runtime]\">Str Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03020102.xhp#par_id3155443.26.help.text
-msgid "While not eof(#iNumber)"
-msgstr ""
+#. LBCo
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"par_id3155100\n"
+"2\n"
+"help.text"
+msgid "Converts a numeric expression into a string."
+msgstr "ციფრული გამოსახულების სტრიქონში გადაყვანა."
-#: 03020102.xhp#par_id3153714.27.help.text
-msgctxt "03020102.xhp#par_id3153714.27.help.text"
-msgid "Line Input #iNumber, sLine"
+#. ;N(d
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"hd_id3109850\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03020102.xhp#par_id3148408.28.help.text
-msgctxt "03020102.xhp#par_id3148408.28.help.text"
-msgid "If sLine <>\"\" then"
-msgstr ""
+#. ZfkW
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"par_id3149497\n"
+"4\n"
+"help.text"
+msgid "Str (Expression)"
+msgstr "Str (გამოსახულება)"
-#: 03020102.xhp#par_id3156385.29.help.text
-msgctxt "03020102.xhp#par_id3156385.29.help.text"
-msgid "sMsg = sMsg & sLine & chr(13)"
-msgstr ""
+#. {3YZ
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"hd_id3150040\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03020102.xhp#par_id3145147.31.help.text
-msgctxt "03020102.xhp#par_id3145147.31.help.text"
-msgid "end if"
-msgstr ""
+#. #/[J
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"par_id3146117\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონები"
-#: 03020102.xhp#par_id3153966.32.help.text
-msgctxt "03020102.xhp#par_id3153966.32.help.text"
-msgid "wend"
+#. !]6a
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"hd_id3155805\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03020102.xhp#par_id3155961.33.help.text
-msgctxt "03020102.xhp#par_id3155961.33.help.text"
-msgid "Close #iNumber"
-msgstr ""
+#. ?qvH
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"par_id3149178\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression: </emph>Any numeric expression."
+msgstr "<emph>Expression: </emph>ნებისმიერი ციფრული გამოსახულება."
-#: 03020102.xhp#par_id3149567.37.help.text
-msgctxt "03020102.xhp#par_id3149567.37.help.text"
-msgid "Msgbox sMsg"
+#. 6\:B
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"par_id3146958\n"
+"9\n"
+"help.text"
+msgid "The <emph>Str</emph> function converts a numeric variable, or the result of a calculation into a string. Negative numbers are preceded by a minus sign. Positive numbers are preceded by a space (instead of the plus sign)."
msgstr ""
-#: 03020102.xhp#par_id3146917.34.help.text
-msgctxt "03020102.xhp#par_id3146917.34.help.text"
-msgid "End Sub"
+#. q,*)
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"hd_id3155419\n"
+"10\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03020400.xhp#tit.help.text
-msgid "Managing Files"
+#. [*^m
+#: 03030300.xhp
+msgctxt ""
+"03030300.xhp\n"
+"tit\n"
+"help.text"
+msgid "System Date and Time"
msgstr ""
-#: 03020400.xhp#hd_id3145136.1.help.text
-msgid "<link href=\"text/sbasic/shared/03020400.xhp\" name=\"Managing Files\">Managing Files</link>"
+#. 8-^;
+#: 03030300.xhp
+msgctxt ""
+"03030300.xhp\n"
+"hd_id3154923\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030300.xhp\" name=\"System Date and Time\">System Date and Time</link>"
msgstr ""
-#: 03020400.xhp#par_id3147264.2.help.text
-msgid "The functions and statements for managing files are described here."
+#. j,o.
+#: 03030300.xhp
+msgctxt ""
+"03030300.xhp\n"
+"par_id3149457\n"
+"2\n"
+"help.text"
+msgid "The following functions and statements set or return the system date and time."
msgstr ""
-#: 03080500.xhp#tit.help.text
-msgid "Integers"
+#. ,NB(
+#: 03090200.xhp
+msgctxt ""
+"03090200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Loops"
msgstr ""
-#: 03080500.xhp#hd_id3153345.1.help.text
+#. .^ji
+#: 03090200.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03080500.xhp\" name=\"Integers\">Integers</link>"
+msgctxt ""
+"03090200.xhp\n"
+"hd_id3153990\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090200.xhp\" name=\"Loops\">Loops</link>"
msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-#: 03080500.xhp#par_id3156152.2.help.text
-msgid "The following functions round values to integers."
+#. @h#c
+#: 03090200.xhp
+msgctxt ""
+"03090200.xhp\n"
+"par_id3147226\n"
+"2\n"
+"help.text"
+msgid "The following statements execute loops."
msgstr ""
-#: 03130100.xhp#tit.help.text
-msgid "Beep Statement [Runtime]"
+#. *sgM
+#: 03070000.xhp
+msgctxt ""
+"03070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Mathematical Operators"
msgstr ""
-#: 03130100.xhp#bm_id3143284.help.text
-msgid "<bookmark_value>Beep statement</bookmark_value>"
-msgstr "<bookmark_value>Beep მტკიცებულება</bookmark_value>"
-
-#: 03130100.xhp#hd_id3143284.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03130100.xhp\" name=\"Beep Statement [Runtime]\">Beep Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-
-#: 03130100.xhp#par_id3159201.2.help.text
-msgid "Plays a tone through the computer's speaker. The tone is system-dependent and you cannot modify its volume or pitch."
-msgstr "აპიპინებს კომპიუტერის სპიკერიდან. ტონი დამოკიდებულია სისტემაზე და თქვენ არ შეგიძლიათ მისი ხმის ან ტონის შეცვლა."
-
-#: 03130100.xhp#hd_id3153990.3.help.text
-msgctxt "03130100.xhp#hd_id3153990.3.help.text"
-msgid "Syntax:"
+#. 2]J?
+#: 03070000.xhp
+msgctxt ""
+"03070000.xhp\n"
+"hd_id3149234\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03070000.xhp\" name=\"Mathematical Operators\">Mathematical Operators</link>"
msgstr ""
-#: 03130100.xhp#par_id3147291.4.help.text
-msgid "Beep"
-msgstr "დაპიპინება"
-
-#: 03130100.xhp#hd_id3148538.5.help.text
-msgctxt "03130100.xhp#hd_id3148538.5.help.text"
-msgid "Example:"
+#. .!j@
+#: 03070000.xhp
+msgctxt ""
+"03070000.xhp\n"
+"par_id3145068\n"
+"2\n"
+"help.text"
+msgid "The following mathematical operators are supported in $[officename] Basic."
msgstr ""
-#: 03130100.xhp#par_id3149762.6.help.text
-msgid "Sub ExampleBeep"
-msgstr "Sub ExampleBeep"
-
-#: 03130100.xhp#par_id3154285.7.help.text
-msgctxt "03130100.xhp#par_id3154285.7.help.text"
-msgid "beep"
-msgstr "დაპიპინება"
-
-#: 03130100.xhp#par_id3143270.8.help.text
-msgctxt "03130100.xhp#par_id3143270.8.help.text"
-msgid "beep"
-msgstr "დაპიპინება"
-
-#: 03130100.xhp#par_id3154142.9.help.text
-msgctxt "03130100.xhp#par_id3154142.9.help.text"
-msgid "beep"
-msgstr "დაპიპინება"
-
-#: 03130100.xhp#par_id3148943.10.help.text
-msgctxt "03130100.xhp#par_id3148943.10.help.text"
-msgid "end sub"
+#. B`Lr
+#: 03070000.xhp
+msgctxt ""
+"03070000.xhp\n"
+"par_id3148552\n"
+"3\n"
+"help.text"
+msgid "This chapter provides a short overview of all of the arithmetical operators that you may need for calculations within a program."
msgstr ""
-#: 03090412.xhp#tit.help.text
-msgid "Exit Statement [Runtime]"
+#. :/W3
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"tit\n"
+"help.text"
+msgid "Do...Loop Statement [Runtime]"
msgstr ""
-#: 03090412.xhp#bm_id3152924.help.text
-msgid "<bookmark_value>Exit statement</bookmark_value>"
-msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
+#. e$j,
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"bm_id3156116\n"
+"help.text"
+msgid "<bookmark_value>Do...Loop statement</bookmark_value><bookmark_value>While; Do loop</bookmark_value><bookmark_value>Until</bookmark_value><bookmark_value>loops</bookmark_value>"
+msgstr ""
-#: 03090412.xhp#hd_id3152924.1.help.text
+#. @i,T
+#: 03090201.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit Statement [Runtime]\">Exit Statement [Runtime]</link>"
+msgctxt ""
+"03090201.xhp\n"
+"hd_id3156116\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...Loop Statement [Runtime]\">Do...Loop Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03090412.xhp#par_id3153394.2.help.text
-msgid "Exits a <emph>Do...Loop</emph>, <emph>For...Next</emph>, a function, or a subroutine."
+#. GJA-
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3109850\n"
+"2\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 ""
-#: 03090412.xhp#hd_id3149763.3.help.text
-msgctxt "03090412.xhp#hd_id3149763.3.help.text"
-msgid "Syntax:"
+#. 9@2U
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"hd_id3149119\n"
+"3\n"
+"help.text"
+msgid "Syntax"
msgstr ""
-#: 03090412.xhp#par_id3159157.4.help.text
-msgctxt "03090412.xhp#par_id3159157.4.help.text"
-msgid "see Parameters"
+#. rZ;L
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3155150\n"
+"4\n"
+"help.text"
+msgid "Do [{While | Until} condition = True]"
msgstr ""
-#: 03090412.xhp#hd_id3148943.5.help.text
-msgctxt "03090412.xhp#hd_id3148943.5.help.text"
-msgid "Parameters:"
+#. :`Me
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3154422\n"
+"5\n"
+"help.text"
+msgid "statement block"
msgstr ""
-#: 03090412.xhp#par_id3154760.6.help.text
-msgid "<emph>Exit Do</emph>"
+#. ]ZSs
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3150789\n"
+"6\n"
+"help.text"
+msgid "[Exit Do]"
msgstr ""
-#: 03090412.xhp#par_id3147559.7.help.text
-msgid "Only valid within a <emph>Do...Loop</emph> statement to exit the loop. Program execution continues with the statement that follows the Loop statement. If <emph>Do...Loop</emph> statements are nested, the control is transferred to the loop in the next higher level."
+#. rpFU
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3155805\n"
+"7\n"
+"help.text"
+msgid "statement block"
msgstr ""
-#: 03090412.xhp#par_id3150398.8.help.text
-msgid "<emph>Exit For</emph>"
+#. CLjv
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3145090\n"
+"8\n"
+"help.text"
+msgid "Loop"
msgstr ""
-#: 03090412.xhp#par_id3148797.9.help.text
-msgid "Only valid within a <emph>For...Next</emph> loop to exit the loop. Program execution continues with the first statement that follows the <emph>Next</emph> statement. In nested statements, the control is transferred to the loop in the next higher level."
-msgstr ""
+#. AcGd
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3154749\n"
+"9\n"
+"help.text"
+msgid "or"
+msgstr "ან"
-#: 03090412.xhp#par_id3147229.10.help.text
-msgid "<emph>Exit Function</emph>"
+#. #x=?
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3150503\n"
+"10\n"
+"help.text"
+msgid "Do"
msgstr ""
-#: 03090412.xhp#par_id3154685.11.help.text
-msgid "Exits the <emph>Function</emph> procedure immediately. Program execution continues with the statement that follows the <emph>Function</emph> call."
+#. lvU~
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3149762\n"
+"11\n"
+"help.text"
+msgid "statement block"
msgstr ""
-#: 03090412.xhp#par_id3155132.12.help.text
-msgid "<emph>Exit Sub</emph>"
+#. (%+z
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3150984\n"
+"12\n"
+"help.text"
+msgid "[Exit Do]"
msgstr ""
-#: 03090412.xhp#par_id3149561.13.help.text
-msgid "Exits the subroutine immediately. Program execution continues with the statement that follows the <emph>Sub</emph> call."
+#. b6i`
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3143228\n"
+"13\n"
+"help.text"
+msgid "statement block"
msgstr ""
-#: 03090412.xhp#par_id3153143.14.help.text
-msgid "The Exit statement does not define the end of a structure, and must not be confused with the End statement."
+#. +mO!
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3149235\n"
+"14\n"
+"help.text"
+msgid "Loop [{While | Until} condition = True]"
msgstr ""
-#: 03090412.xhp#hd_id3147348.15.help.text
-msgctxt "03090412.xhp#hd_id3147348.15.help.text"
-msgid "Example:"
+#. (3f9
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"hd_id3156024\n"
+"15\n"
+"help.text"
+msgid "Parameters/Elements"
msgstr ""
-#: 03090412.xhp#par_id3151113.16.help.text
-msgctxt "03090412.xhp#par_id3151113.16.help.text"
-msgid "Sub ExampleExit"
-msgstr "Sub ExampleVal"
-
-#: 03090412.xhp#par_id3156283.17.help.text
-msgctxt "03090412.xhp#par_id3156283.17.help.text"
-msgid "Dim sReturn As String"
-msgstr "Dim sSep As String"
-
-#: 03090412.xhp#par_id3147125.18.help.text
-msgctxt "03090412.xhp#par_id3147125.18.help.text"
-msgid "Dim sListArray(10) as String"
+#. InF[
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3156344\n"
+"16\n"
+"help.text"
+msgid "<emph>Condition:</emph> A comparison, numeric or string expression, that evaluates either True or False."
msgstr ""
-#: 03090412.xhp#par_id3151073.19.help.text
-msgctxt "03090412.xhp#par_id3151073.19.help.text"
-msgid "Dim siStep as Single"
+#. x#jG
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3149669\n"
+"17\n"
+"help.text"
+msgid "<emph>Statement block:</emph> Statements that you want to repeat while or until the condition is True."
msgstr ""
-#: 03090412.xhp#par_id3153158.20.help.text
-msgctxt "03090412.xhp#par_id3153158.20.help.text"
-msgid "For siStep = 0 to 10 REM Fill array with test data"
+#. 2F%_
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3150791\n"
+"18\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 ""
-#: 03090412.xhp#par_id3148457.21.help.text
-msgid "sListArray(siStep) = chr(siStep + 65)"
+#. IPB[
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"hd_id3154366\n"
+"19\n"
+"help.text"
+msgid "Syntax"
msgstr ""
-#: 03090412.xhp#par_id3154492.22.help.text
-msgctxt "03090412.xhp#par_id3154492.22.help.text"
-msgid "msgbox sListArray(siStep)"
+#. hX*9
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3145171\n"
+"20\n"
+"help.text"
+msgid "Do While condition = True"
msgstr ""
-#: 03090412.xhp#par_id3154791.23.help.text
-msgctxt "03090412.xhp#par_id3154791.23.help.text"
-msgid "next siStep"
+#. XMK%
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3149203\n"
+"21\n"
+"help.text"
+msgid "...statement block"
msgstr ""
-#: 03090412.xhp#par_id3153510.24.help.text
-msgctxt "03090412.xhp#par_id3153510.24.help.text"
-msgid "sReturn = LinSearch(sListArray(), \"B\")"
+#. @0)A
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3125864\n"
+"22\n"
+"help.text"
+msgid "Loop"
msgstr ""
-#: 03090412.xhp#par_id3154513.25.help.text
-msgctxt "03090412.xhp#par_id3154513.25.help.text"
-msgid "Print sReturn"
+#. hZl_
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3154124\n"
+"24\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 ""
-#: 03090412.xhp#par_id3149121.26.help.text
-msgctxt "03090412.xhp#par_id3149121.26.help.text"
-msgid "end sub"
+#. zT*4
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3153968\n"
+"25\n"
+"help.text"
+msgid "Do Until condition = True"
msgstr ""
-#: 03090412.xhp#par_id3152962.29.help.text
-msgctxt "03090412.xhp#par_id3152962.29.help.text"
-msgid "Function LinSearch( sList(), sItem As String ) as integer"
+#. lq$s
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3154909\n"
+"26\n"
+"help.text"
+msgid "...statement block"
msgstr ""
-#: 03090412.xhp#par_id3154755.30.help.text
-msgctxt "03090412.xhp#par_id3154755.30.help.text"
-msgid "dim iCount as Integer"
-msgstr "Dim iPos as Integer"
-
-#: 03090412.xhp#par_id3153764.31.help.text
-msgid "REM LinSearch searches a TextArray:sList() for a TextEntry:"
+#. C_f7
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3159151\n"
+"27\n"
+"help.text"
+msgid "Loop"
msgstr ""
-#: 03090412.xhp#par_id3148995.32.help.text
-msgid "REM Returns the index of the entry or 0 ( Null)"
+#. W$_c
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3150440\n"
+"29\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 ""
-#: 03090412.xhp#par_id3156057.33.help.text
-msgctxt "03090412.xhp#par_id3156057.33.help.text"
-msgid "for iCount=1 to Ubound( sList() )"
+#. 6aAC
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3153952\n"
+"30\n"
+"help.text"
+msgid "Do"
msgstr ""
-#: 03090412.xhp#par_id3159266.34.help.text
-msgctxt "03090412.xhp#par_id3159266.34.help.text"
-msgid "if sList( iCount ) = sItem then"
+#. k=.h
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3147349\n"
+"31\n"
+"help.text"
+msgid "...statement block"
msgstr ""
-#: 03090412.xhp#par_id3149567.35.help.text
-msgid "Exit for REM sItem found"
+#. /}7q
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3159153\n"
+"32\n"
+"help.text"
+msgid "Loop While condition = True"
msgstr ""
-#: 03090412.xhp#par_id3147343.36.help.text
-msgctxt "03090412.xhp#par_id3147343.36.help.text"
-msgid "end if"
+#. O+N3
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3146985\n"
+"34\n"
+"help.text"
+msgid "The statement block between the Do and the Loop statements repeats so long as the condition is true."
msgstr ""
-#: 03090412.xhp#par_id3155174.37.help.text
-msgctxt "03090412.xhp#par_id3155174.37.help.text"
-msgid "next iCount"
+#. J26Q
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3150488\n"
+"35\n"
+"help.text"
+msgid "Do"
msgstr ""
-#: 03090412.xhp#par_id3146313.38.help.text
-msgctxt "03090412.xhp#par_id3146313.38.help.text"
-msgid "if iCount = Ubound( sList() ) then iCount = 0"
+#. (JAy
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3153189\n"
+"36\n"
+"help.text"
+msgid "...statement block"
msgstr ""
-#: 03090412.xhp#par_id3166448.39.help.text
-msgctxt "03090412.xhp#par_id3166448.39.help.text"
-msgid "LinSearch = iCount"
+#. GB=b
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3155411\n"
+"37\n"
+"help.text"
+msgid "Loop Until condition = True"
msgstr ""
-#: 03090412.xhp#par_id3146916.40.help.text
-msgctxt "03090412.xhp#par_id3146916.40.help.text"
-msgid "end function"
-msgstr "End function"
-
-#: 03101120.xhp#tit.help.text
-msgid "DefErr Statement [Runtime]"
+#. ?1C:
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3151117\n"
+"39\n"
+"help.text"
+msgid "The statement block between the Do and the Loop statements repeats until the condition is true."
msgstr ""
-#: 03101120.xhp#bm_id8177739.help.text
-msgid "<bookmark_value>DefErr statement</bookmark_value>"
-msgstr "<bookmark_value>DefErr განცხადება</bookmark_value>"
-
-#: 03101120.xhp#par_idN1057D.help.text
-msgid "<link href=\"text/sbasic/shared/03101120.xhp\">DefErr Statement [Runtime]</link>"
+#. C+M4
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3149484\n"
+"41\n"
+"help.text"
+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 ""
-#: 03101120.xhp#par_idN1058D.help.text
-msgid "If no type-declaration character or keyword is specified, the DefErr statement sets the default variable type, according to a letter range."
-msgstr "თუ ტიპის გამოცხადების ასო-ნიშანი ან სიტყვა-გასაღები მითითებული არ არის, DefErr განცხადება საწყისი ცვლადის ტიპს აყენებს ასოთა რანგის მიხედვით."
-
-#: 03101120.xhp#par_idN10590.help.text
-msgctxt "03101120.xhp#par_idN10590.help.text"
-msgid "Syntax:"
+#. p3gw
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3149262\n"
+"42\n"
+"help.text"
+msgid "Do..."
msgstr ""
-#: 03101120.xhp#par_idN10594.help.text
-msgctxt "03101120.xhp#par_idN10594.help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+#. 3e]@
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3149298\n"
+"43\n"
+"help.text"
+msgid "statements"
msgstr ""
-#: 03101120.xhp#par_idN10597.help.text
-msgctxt "03101120.xhp#par_idN10597.help.text"
-msgid "Parameters:"
+#. Qb]G
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3145646\n"
+"44\n"
+"help.text"
+msgid "If condition = True Then Exit Do"
msgstr ""
-#: 03101120.xhp#par_idN1059B.help.text
-msgctxt "03101120.xhp#par_idN1059B.help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
+#. XMQA
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3154490\n"
+"45\n"
+"help.text"
+msgid "statements"
msgstr ""
-#: 03101120.xhp#par_idN105A2.help.text
-msgctxt "03101120.xhp#par_idN105A2.help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+#. 5coq
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3153159\n"
+"46\n"
+"help.text"
+msgid "Loop..."
msgstr ""
-#: 03101120.xhp#par_idN105A9.help.text
-msgctxt "03101120.xhp#par_idN105A9.help.text"
-msgid "<emph>Keyword:</emph> Default variable type"
+#. m9Br
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"hd_id3147396\n"
+"47\n"
+"help.text"
+msgid "Example"
msgstr ""
-#: 03101120.xhp#par_idN105B0.help.text
-msgid "<emph>DefErr:</emph> Error"
-msgstr "<emph>DefErr:</emph> შეცდომა"
-
-#: 03101120.xhp#par_idN105B7.help.text
-msgctxt "03101120.xhp#par_idN105B7.help.text"
-msgid "Example:"
-msgstr ""
+#. !\Fi
+#: 03080802.xhp
+msgctxt ""
+"03080802.xhp\n"
+"tit\n"
+"help.text"
+msgid "Oct Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03101120.xhp#par_idN105BB.help.text
-msgctxt "03101120.xhp#par_idN105BB.help.text"
-msgid "REM Prefix definitions for variable types:"
-msgstr ""
+#. mjyo
+#: 03080802.xhp
+msgctxt ""
+"03080802.xhp\n"
+"bm_id3155420\n"
+"help.text"
+msgid "<bookmark_value>Oct function</bookmark_value>"
+msgstr "<bookmark_value>მარცხენა ფუნქცია</bookmark_value>"
-#: 03101120.xhp#par_idN105BE.help.text
-msgctxt "03101120.xhp#par_idN105BE.help.text"
-msgid "DefBool b"
-msgstr ""
+#. A~X1
+#: 03080802.xhp
+#, fuzzy
+msgctxt ""
+"03080802.xhp\n"
+"hd_id3155420\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080802.xhp\" name=\"Oct Function [Runtime]\">Oct Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03101120.xhp#par_idN105C1.help.text
-msgctxt "03101120.xhp#par_idN105C1.help.text"
-msgid "DefDate t"
+#. K\qP
+#: 03080802.xhp
+msgctxt ""
+"03080802.xhp\n"
+"par_id3154924\n"
+"2\n"
+"help.text"
+msgid "Returns the octal value of a number."
msgstr ""
-#: 03101120.xhp#par_idN105C4.help.text
-msgctxt "03101120.xhp#par_idN105C4.help.text"
-msgid "DefDbL d"
+#. lz4$
+#: 03080802.xhp
+msgctxt ""
+"03080802.xhp\n"
+"hd_id3148947\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03101120.xhp#par_idN105C7.help.text
-msgctxt "03101120.xhp#par_idN105C7.help.text"
-msgid "DefInt i"
+#. RI|m
+#: 03080802.xhp
+msgctxt ""
+"03080802.xhp\n"
+"par_id3150543\n"
+"4\n"
+"help.text"
+msgid "Oct (Number)"
msgstr ""
-#: 03101120.xhp#par_idN105CA.help.text
-msgctxt "03101120.xhp#par_idN105CA.help.text"
-msgid "DefLng l"
-msgstr "DefSng s"
+#. =2eN
+#: 03080802.xhp
+msgctxt ""
+"03080802.xhp\n"
+"hd_id3153360\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03101120.xhp#par_idN105CD.help.text
-msgctxt "03101120.xhp#par_idN105CD.help.text"
-msgid "DefObj o"
-msgstr ""
+#. bm]m
+#: 03080802.xhp
+msgctxt ""
+"03080802.xhp\n"
+"par_id3154138\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონები"
-#: 03101120.xhp#par_idN105D0.help.text
-msgctxt "03101120.xhp#par_idN105D0.help.text"
-msgid "DefVar v"
+#. 93{R
+#: 03080802.xhp
+msgctxt ""
+"03080802.xhp\n"
+"hd_id3156422\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03101120.xhp#par_idN105D3.help.text
-msgid "DefErr e"
-msgstr "DefErr e"
+#. B2SA
+#: 03080802.xhp
+#, fuzzy
+msgctxt ""
+"03080802.xhp\n"
+"par_id3150768\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Any numeric expression that you want to convert to an octal value."
+msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-#: 03101120.xhp#par_idN105D6.help.text
-msgid "Sub ExampleDefErr"
-msgstr "Sub ExampleDefErr"
+#. qh[G
+#: 03080802.xhp
+msgctxt ""
+"03080802.xhp\n"
+"hd_id3148672\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr ""
-#: 03101120.xhp#par_idN105D9.help.text
-msgid "eErr=Error REM eErr is an implicit error variable"
-msgstr "eErr=Error REM eErr არის ნაგულისხმევი შეცდომის ცვლადი"
+#. `u63
+#: 03080400.xhp
+msgctxt ""
+"03080400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Square Root Calculation"
+msgstr ""
-#: 03101120.xhp#par_idN105DC.help.text
-msgctxt "03101120.xhp#par_idN105DC.help.text"
-msgid "end sub"
+#. }c;b
+#: 03080400.xhp
+msgctxt ""
+"03080400.xhp\n"
+"hd_id3148946\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080400.xhp\" name=\"Square Root Calculation\">Square Root Calculation</link>"
msgstr ""
-#: 03101600.xhp#tit.help.text
-msgid "DefLng Statement [Runtime]"
+#. 7kF7
+#: 03080400.xhp
+msgctxt ""
+"03080400.xhp\n"
+"par_id3159414\n"
+"2\n"
+"help.text"
+msgid "Use this function to calculate square roots."
msgstr ""
-#: 03101600.xhp#bm_id3148538.help.text
-msgid "<bookmark_value>DefLng statement</bookmark_value>"
-msgstr "<bookmark_value>DefSng განცხადება</bookmark_value>"
+#. S+*4
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"tit\n"
+"help.text"
+msgid "CDateFromIso Function [Runtime]"
+msgstr "Split Function [Runtime]"
+
+#. in.X
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"bm_id3153127\n"
+"help.text"
+msgid "<bookmark_value>CdateFromIso function</bookmark_value>"
+msgstr "<bookmark_value>ConvertFromURL ფუნქცია</bookmark_value>"
-#: 03101600.xhp#hd_id3148538.1.help.text
+#. }DV7
+#: 03030108.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03101600.xhp\" name=\"DefLng Statement [Runtime]\">DefLng Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
+msgctxt ""
+"03030108.xhp\n"
+"hd_id3153127\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030108.xhp\" name=\"CDateFromIso Function [Runtime]\">CDateFromIso Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03101600.xhp#par_id3149514.2.help.text
-msgctxt "03101600.xhp#par_id3149514.2.help.text"
-msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
+#. -?%r
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"par_id3148550\n"
+"2\n"
+"help.text"
+msgid "Returns the internal date number from a string that contains a date in ISO format."
msgstr ""
-#: 03101600.xhp#hd_id3150504.3.help.text
-msgctxt "03101600.xhp#hd_id3150504.3.help.text"
+#. !IH*
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"hd_id3148947\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03101600.xhp#par_id3145609.4.help.text
-msgctxt "03101600.xhp#par_id3145609.4.help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+#. E3il
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"par_id3150400\n"
+"4\n"
+"help.text"
+msgid "CDateFromIso(String)"
msgstr ""
-#: 03101600.xhp#hd_id3154760.5.help.text
-msgctxt "03101600.xhp#hd_id3154760.5.help.text"
-msgid "Parameters:"
-msgstr ""
+#. [8nn
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"hd_id3154367\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03101600.xhp#par_id3145069.6.help.text
-msgctxt "03101600.xhp#par_id3145069.6.help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
+#. _`..
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"par_id3156212\n"
+"6\n"
+"help.text"
+msgid "Internal date number"
msgstr ""
-#: 03101600.xhp#par_id3150791.7.help.text
-msgctxt "03101600.xhp#par_id3150791.7.help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+#. F`a0
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"hd_id3125864\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03101600.xhp#par_id3148798.8.help.text
-msgctxt "03101600.xhp#par_id3148798.8.help.text"
-msgid "<emph>Keyword: </emph>Default variable type"
+#. n6B$
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"par_id3154685\n"
+"8\n"
+"help.text"
+msgid "<emph>String:</emph> A string that contains a date in ISO format. The year may have two or four digits."
msgstr ""
-#: 03101600.xhp#par_id3154686.9.help.text
-msgid "<emph>DefLng:</emph> Long"
-msgstr "<emph>DefStr:</emph> სტრინგი"
-
-#: 03101600.xhp#hd_id3153192.10.help.text
-msgctxt "03101600.xhp#hd_id3153192.10.help.text"
+#. Y,bJ
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"hd_id3150439\n"
+"9\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03101600.xhp#par_id3154124.12.help.text
-msgctxt "03101600.xhp#par_id3154124.12.help.text"
-msgid "REM Prefix definitions for variable types:"
+#. GHP4
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"par_id3147318\n"
+"10\n"
+"help.text"
+msgid "dateval = CDateFromIso(\"20021231\")"
msgstr ""
-#: 03101600.xhp#par_id3156424.13.help.text
-msgctxt "03101600.xhp#par_id3156424.13.help.text"
-msgid "DefBool b"
+#. dT5[
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"par_id3146921\n"
+"11\n"
+"help.text"
+msgid "returns 12/31/2002 in the date format of your system"
msgstr ""
-#: 03101600.xhp#par_id3147288.14.help.text
-msgctxt "03101600.xhp#par_id3147288.14.help.text"
-msgid "DefDate t"
-msgstr ""
+#. [N0}
+#: 03100050.xhp
+msgctxt ""
+"03100050.xhp\n"
+"tit\n"
+"help.text"
+msgid "CCur Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03101600.xhp#par_id3149561.15.help.text
-msgctxt "03101600.xhp#par_id3149561.15.help.text"
-msgid "DefDbL d"
-msgstr ""
+#. /8-(
+#: 03100050.xhp
+msgctxt ""
+"03100050.xhp\n"
+"bm_id8926053\n"
+"help.text"
+msgid "<bookmark_value>CCur function</bookmark_value>"
+msgstr "<bookmark_value>CCur ფუნქცია</bookmark_value>"
-#: 03101600.xhp#par_id3153092.16.help.text
-msgctxt "03101600.xhp#par_id3153092.16.help.text"
-msgid "DefInt i"
+#. z8m-
+#: 03100050.xhp
+msgctxt ""
+"03100050.xhp\n"
+"par_idN10541\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100050.xhp\">CCur Function [Runtime]</link>"
msgstr ""
-#: 03101600.xhp#par_id3148616.17.help.text
-msgctxt "03101600.xhp#par_id3148616.17.help.text"
-msgid "DefLng l"
-msgstr "DefSng s"
-
-#: 03101600.xhp#par_id3153189.18.help.text
-msgctxt "03101600.xhp#par_id3153189.18.help.text"
-msgid "DefObj o"
-msgstr ""
+#. 0E|k
+#: 03100050.xhp
+msgctxt ""
+"03100050.xhp\n"
+"par_idN10545\n"
+"help.text"
+msgid "Converts a string expression or numeric expression to a currency expression. The locale settings are used for decimal separators and currency symbols."
+msgstr "გადაყავს სტრინგული ან რიცხვითი გამოსახულება ვალუტის გამოსახულებაში. ლოკალური პარამეტრიები გამოიყენება მეათედის გამომყოფისა და ვალუტის სიმბოლოებისთვის."
-#: 03101600.xhp#par_id3152576.19.help.text
-msgctxt "03101600.xhp#par_id3152576.19.help.text"
-msgid "DefVar v"
+#. A::U
+#: 03100050.xhp
+msgctxt ""
+"03100050.xhp\n"
+"par_idN10548\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03101600.xhp#par_id3146121.21.help.text
-msgid "Sub ExampleDefLng"
-msgstr "Sub ExampleDefSng"
+#. CP?2
+#: 03100050.xhp
+msgctxt ""
+"03100050.xhp\n"
+"par_idN105E8\n"
+"help.text"
+msgid "CCur(Expression)"
+msgstr "CCur(Expression)"
-#: 03101600.xhp#par_id3145273.22.help.text
-msgid "lCount=123456789 REM lCount is an implicit long integer variable"
-msgstr ""
+#. (K]+
+#: 03100050.xhp
+msgctxt ""
+"03100050.xhp\n"
+"par_idN105EB\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03101600.xhp#par_id3152596.23.help.text
-msgctxt "03101600.xhp#par_id3152596.23.help.text"
-msgid "end sub"
-msgstr ""
+#. :]F|
+#: 03100050.xhp
+msgctxt ""
+"03100050.xhp\n"
+"par_idN105EF\n"
+"help.text"
+msgid "Currency"
+msgstr "ვალუტა"
-#: 03020402.xhp#tit.help.text
-msgid "ChDrive Statement [Runtime]"
+#. ^wEW
+#: 03100050.xhp
+msgctxt ""
+"03100050.xhp\n"
+"par_idN105F2\n"
+"help.text"
+msgid "Parameter:"
msgstr ""
-#: 03020402.xhp#bm_id3145068.help.text
-msgid "<bookmark_value>ChDrive statement</bookmark_value>"
-msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-
-#: 03020402.xhp#hd_id3145068.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03020402.xhp\" name=\"ChDrive Statement [Runtime]\">ChDrive Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
+#. gnWA
+#: 03100050.xhp
+msgctxt ""
+"03100050.xhp\n"
+"par_idN105F6\n"
+"help.text"
+msgid "Expression: Any string or numeric expression that you want to convert."
+msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-#: 03020402.xhp#par_id3149656.2.help.text
-msgid "Changes the current drive."
-msgstr ""
+#. TfF6
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"tit\n"
+"help.text"
+msgid "Tan Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03020402.xhp#hd_id3154138.3.help.text
-msgctxt "03020402.xhp#hd_id3154138.3.help.text"
-msgid "Syntax:"
-msgstr ""
+#. [S:-
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"bm_id3148550\n"
+"help.text"
+msgid "<bookmark_value>Tan function</bookmark_value>"
+msgstr "<bookmark_value>Va lფუნქცია</bookmark_value>"
-#: 03020402.xhp#par_id3154685.4.help.text
-msgid "ChDrive Text As String"
-msgstr "RTrim (Text As String)"
+#. /r#Z
+#: 03080104.xhp
+#, fuzzy
+msgctxt ""
+"03080104.xhp\n"
+"hd_id3148550\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080104.xhp\" name=\"Tan Function [Runtime]\">Tan Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03020402.xhp#hd_id3156423.5.help.text
-msgctxt "03020402.xhp#hd_id3156423.5.help.text"
-msgid "Parameters:"
+#. }l.o
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3148663\n"
+"2\n"
+"help.text"
+msgid "Determines the tangent of an angle. The angle is specified in radians."
msgstr ""
-#: 03020402.xhp#par_id3145172.6.help.text
-msgid "<emph>Text:</emph> Any string expression that contains the drive letter of the new drive. If you want, you can use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+#. m7{0
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3153379\n"
+"3\n"
+"help.text"
+msgid "Using the angle Alpha, the Tan Function calculates the ratio of the length of the side opposite the angle to the length of the side adjacent to the angle in a right-angled triangle."
msgstr ""
-#: 03020402.xhp#par_id3145785.7.help.text
-msgid "The drive must be assigned a capital letter. Under Windows, the letter that you assign the drive is restricted by the settings in LASTDRV. If the drive argument is a multiple-character string, only the first letter is relevant. If you attempt to access a non-existent drive, an error occurs that you can respond to with the OnError statement."
+#. WssQ
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3154366\n"
+"4\n"
+"help.text"
+msgid "Tan(Alpha) = side opposite the angle/side adjacent to angle"
msgstr ""
-#: 03020402.xhp#hd_id3153188.8.help.text
-msgctxt "03020402.xhp#hd_id3153188.8.help.text"
-msgid "Example:"
+#. %mi1
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"hd_id3145174\n"
+"5\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03020402.xhp#par_id3151113.9.help.text
-msgid "Sub ExampleCHDrive"
-msgstr "Sub ExampleString"
-
-#: 03020402.xhp#par_id3152576.10.help.text
-msgid "ChDrive \"D\" REM Only possible if a drive 'D' exists."
+#. 95\G
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3151042\n"
+"6\n"
+"help.text"
+msgid "Tan (Number)"
msgstr ""
-#: 03020402.xhp#par_id3156441.11.help.text
-msgctxt "03020402.xhp#par_id3156441.11.help.text"
-msgid "End Sub"
-msgstr ""
+#. ?1w`
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"hd_id3156214\n"
+"7\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03030100.xhp#tit.help.text
-msgid "Converting Date Values"
+#. oh-c
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3156281\n"
+"8\n"
+"help.text"
+msgid "Double"
msgstr ""
-#: 03030100.xhp#hd_id3147573.1.help.text
-msgid "<link href=\"text/sbasic/shared/03030100.xhp\" name=\"Converting Date Values\">Converting Date Values</link>"
+#. ~Uw3
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"hd_id3155132\n"
+"9\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03030100.xhp#par_id3154760.2.help.text
-msgid "The following functions convert date values to calculable numbers and back."
+#. 1x[M
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3145786\n"
+"10\n"
+"help.text"
+msgid "<emph>Number:</emph> Any numeric expression that you want to calculate the tangent for (in radians)."
msgstr ""
-#: 03103400.xhp#tit.help.text
-msgid "Public Statement [Runtime]"
+#. K9hI
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3153728\n"
+"11\n"
+"help.text"
+msgid "To convert degrees to radians, multiply by Pi/180. To convert radians to degrees, multiply by 180/Pi."
msgstr ""
-#: 03103400.xhp#bm_id3153311.help.text
-msgid "<bookmark_value>Public statement</bookmark_value>"
-msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-
-#: 03103400.xhp#hd_id3153311.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03103400.xhp\" name=\"Public Statement [Runtime]\">Public Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-
-#: 03103400.xhp#par_id3150669.2.help.text
-msgid "Dimensions a variable or an array at the module level (that is, not within a subroutine or function), so that the variable and the array are valid in all libraries and modules."
+#. N69$
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3155414\n"
+"12\n"
+"help.text"
+msgid "degrees=(radiant*180)/Pi"
msgstr ""
-#: 03103400.xhp#hd_id3150772.3.help.text
-msgctxt "03103400.xhp#hd_id3150772.3.help.text"
-msgid "Syntax:"
+#. [Fi%
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3146975\n"
+"13\n"
+"help.text"
+msgid "radiant=(degrees*Pi)/180"
msgstr ""
-#: 03103400.xhp#par_id3155341.4.help.text
-msgid "Public VarName[(start To end)] [As VarType][, VarName2[(start To end)] [As VarType][,...]]"
+#. JKbQ
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3147434\n"
+"14\n"
+"help.text"
+msgid "Pi is approximately 3.141593."
msgstr ""
-#: 03103400.xhp#hd_id3145315.5.help.text
-msgctxt "03103400.xhp#hd_id3145315.5.help.text"
+#. 7d_A
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"hd_id3149483\n"
+"15\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03103400.xhp#par_id3156024.6.help.text
-msgid "Public iPublicVar As Integer"
-msgstr ""
-
-#: 03103400.xhp#par_id3153896.8.help.text
-msgid "Sub ExamplePublic"
-msgstr "Sub ExampleStr"
-
-#: 03103400.xhp#par_id3149656.9.help.text
-msgid "iPublicVar = iPublicVar + 1"
+#. 5bIL
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3148646\n"
+"16\n"
+"help.text"
+msgid "' In this example, the following entry is possible for a right-angled triangle:"
+msgstr ""
+
+#. $[De
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3150012\n"
+"17\n"
+"help.text"
+msgid "' The side opposite the angle and the angle (in degrees) to calculate the length of the side adjacent to the angle:"
+msgstr ""
+
+#. ]^13
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3153158\n"
+"19\n"
+"help.text"
+msgid "' Pi = 3.1415926 is a pre-defined variable"
+msgstr ""
+
+#. 6o]0
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3145252\n"
+"22\n"
+"help.text"
+msgid "d1 = InputBox$ (\"Enter the length of the side opposite the angle: \",\"opposite\")"
msgstr ""
-#: 03103400.xhp#par_id3150359.10.help.text
-msgid "MsgBox iPublicVar"
+#. *8,+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3149582\n"
+"23\n"
+"help.text"
+msgid "dAlpha = InputBox$ (\"Enter the Alpha angle (in degrees): \",\"Alpha\")"
msgstr ""
-#: 03103400.xhp#par_id3154365.11.help.text
-msgctxt "03103400.xhp#par_id3154365.11.help.text"
-msgid "End sub"
+#. `Q;/
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3154016\n"
+"24\n"
+"help.text"
+msgid "Print \"the length of the side adjacent the angle is\"; (d1 / tan (dAlpha * Pi / 180))"
msgstr ""
-#: 03070600.xhp#tit.help.text
-msgid "Mod-Operator [Runtime]"
-msgstr ""
+#. gcZ]
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"tit\n"
+"help.text"
+msgid "CDate Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03070600.xhp#bm_id3150669.help.text
-msgid "<bookmark_value>MOD operator (mathematical)</bookmark_value>"
-msgstr ""
+#. }Zs(
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"bm_id3150772\n"
+"help.text"
+msgid "<bookmark_value>CDate function</bookmark_value>"
+msgstr "<bookmark_value>CDec ფუნქცია</bookmark_value>"
-#: 03070600.xhp#hd_id3150669.1.help.text
-msgid "<link href=\"text/sbasic/shared/03070600.xhp\" name=\"Mod-Operator [Runtime]\">Mod Operator [Runtime]</link>"
-msgstr ""
+#. {s,C
+#: 03100300.xhp
+#, fuzzy
+msgctxt ""
+"03100300.xhp\n"
+"hd_id3150772\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100300.xhp\" name=\"CDate Function [Runtime]\">CDate Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03070600.xhp#par_id3148686.2.help.text
-msgid "Returns the integer remainder of a division."
-msgstr ""
+#. x7R4
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"par_id3150986\n"
+"2\n"
+"help.text"
+msgid "Converts any string or numeric expression to a date value."
+msgstr "გარდაქმნის სტრიქონს ან ციფრულ გამოსახულებას ბაიტის ტიპისთვის."
-#: 03070600.xhp#hd_id3146795.3.help.text
-msgctxt "03070600.xhp#hd_id3146795.3.help.text"
+#. n(:O
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"hd_id3148944\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03070600.xhp#par_id3147560.4.help.text
-msgid "Result = Expression1 MOD Expression2"
-msgstr ""
+#. JW1h
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"par_id3148947\n"
+"4\n"
+"help.text"
+msgid "CDate (Expression)"
+msgstr "CDec(Expression)"
-#: 03070600.xhp#hd_id3149657.5.help.text
-msgctxt "03070600.xhp#hd_id3149657.5.help.text"
+#. O?Gd
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"hd_id3148552\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03070600.xhp#par_id3153380.6.help.text
-msgctxt "03070600.xhp#par_id3153380.6.help.text"
-msgid "Integer"
+#. Jt+q
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"par_id3159414\n"
+"6\n"
+"help.text"
+msgid "Date"
msgstr ""
-#: 03070600.xhp#hd_id3154365.7.help.text
-msgctxt "03070600.xhp#hd_id3154365.7.help.text"
+#. [k.3
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"hd_id3153525\n"
+"7\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03070600.xhp#par_id3145172.8.help.text
-msgid "<emph>Result:</emph> Any numeric variable that contains the result of the MOD operation."
-msgstr ""
-
-#: 03070600.xhp#par_id3151042.9.help.text
-msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to divide."
-msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-
-#: 03070600.xhp#hd_id3147287.10.help.text
-msgctxt "03070600.xhp#hd_id3147287.10.help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03070600.xhp#par_id3153770.11.help.text
-msgid "sub ExampleMod"
-msgstr "sub ExampleChr"
-
-#: 03070600.xhp#par_id3161832.12.help.text
-msgid "print 10 mod 2.5 REM returns 0"
-msgstr ""
-
-#: 03070600.xhp#par_id3146922.13.help.text
-msgid "print 10 / 2.5 REM returns 4"
-msgstr ""
-
-#: 03070600.xhp#par_id3145273.14.help.text
-msgid "print 10 mod 5 REM returns 0"
-msgstr ""
-
-#: 03070600.xhp#par_id3150011.15.help.text
-msgid "print 10 / 5 REM returns 2"
-msgstr ""
-
-#: 03070600.xhp#par_id3149483.16.help.text
-msgid "print 5 mod 10 REM returns 5"
-msgstr ""
+#. DQkH
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"par_id3150359\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any string or numeric expression that you want to convert."
+msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-#: 03070600.xhp#par_id3151114.17.help.text
-msgid "print 5 / 10 REM returns 0.5"
+#. Wb)j
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"par_id3125864\n"
+"9\n"
+"help.text"
+msgid "When you convert a string expression, the date and time must be entered in the format MM.DD.YYYY HH.MM.SS, as defined by the <emph>DateValue</emph> and <emph>TimeValue</emph> function conventions. In numeric expressions, values to the left of the decimal represent the date, beginning from December 31, 1899. Values to the right of the decimal represent the time."
msgstr ""
-#: 03070600.xhp#par_id3154013.18.help.text
-msgctxt "03070600.xhp#par_id3154013.18.help.text"
-msgid "end sub"
+#. Z`fK
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"hd_id3156422\n"
+"10\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 01170103.xhp#tit.help.text
+#. ~3|D
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"tit\n"
+"help.text"
msgid "Events"
msgstr ""
-#: 01170103.xhp#hd_id3155506.1.help.text
+#. Ux5S
+#: 01170103.xhp
#, fuzzy
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3155506\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/sbasic/shared/01170103.xhp\" name=\"Events\">Events</link>"
msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-#: 01170103.xhp#par_id3146114.2.help.text
+#. I?cC
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3146114\n"
+"2\n"
+"help.text"
msgid "Define event assignments for the selected control or dialog. The available events depend on the type of control selected."
msgstr ""
-#: 01170103.xhp#hd_id3145387.16.help.text
+#. 8IQ=
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3145387\n"
+"16\n"
+"help.text"
msgid "When receiving focus"
msgstr ""
-#: 01170103.xhp#par_id3155090.17.help.text
+#. E2Wp
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3155090\n"
+"17\n"
+"help.text"
msgid "<ahelp hid=\"HID_EVT_FOCUSGAINED\">This event takes place if a control receives the focus.</ahelp>"
msgstr ""
-#: 01170103.xhp#hd_id3152892.18.help.text
+#. IJ5a
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3152892\n"
+"18\n"
+"help.text"
msgid "When losing focus"
msgstr ""
-#: 01170103.xhp#par_id3153305.19.help.text
+#. [y0i
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3153305\n"
+"19\n"
+"help.text"
msgid "<ahelp hid=\"HID_EVT_FOCUSLOST\">This event takes place if a control loses the focus.</ahelp>"
msgstr ""
-#: 01170103.xhp#hd_id3152896.20.help.text
+#. F5-`
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3152896\n"
+"20\n"
+"help.text"
msgid "Key pressed"
msgstr ""
-#: 01170103.xhp#par_id3148837.21.help.text
+#. btkI
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3148837\n"
+"21\n"
+"help.text"
msgid "<ahelp hid=\"HID_EVT_KEYTYPED\">This event occurs when the user presses any key while the control has the focus.</ahelp>"
msgstr ""
-#: 01170103.xhp#hd_id3146869.43.help.text
+#. 0@=f
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3146869\n"
+"43\n"
+"help.text"
msgid "Key released"
msgstr ""
-#: 01170103.xhp#par_id3155267.44.help.text
+#. Dl4B
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3155267\n"
+"44\n"
+"help.text"
msgid "<ahelp hid=\"HID_EVT_KEYUP\">This event occurs when the user releases a key while the control has the focus.</ahelp>"
msgstr ""
-#: 01170103.xhp#hd_id3159096.41.help.text
+#. iIXD
+#: 01170103.xhp
#, fuzzy
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3159096\n"
+"41\n"
+"help.text"
msgid "Modified"
-msgstr ""
-"#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\n"
-"შეცვლილი\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"შეცვლილია"
-
-#: 01170103.xhp#par_id3156019.42.help.text
+msgstr "#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\\nშეცვლილი\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nშეცვლილია"
+
+#. H}L]
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3156019\n"
+"42\n"
+"help.text"
msgid "<ahelp hid=\"HID_EVT_CHANGED\">This event takes place, when the control loses the focus and the contents of the control were changed since it lost the focus.</ahelp>"
msgstr ""
-#: 01170103.xhp#hd_id3144508.10.help.text
+#. gI$B
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3144508\n"
+"10\n"
+"help.text"
msgid "Text modified"
msgstr ""
-#: 01170103.xhp#par_id3148608.11.help.text
+#. s#6o
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3148608\n"
+"11\n"
+"help.text"
msgid "<ahelp hid=\"HID_EVT_TEXTCHANGED\">This event takes place if you enter or modify a text in an input field.</ahelp>"
msgstr ""
-#: 01170103.xhp#hd_id3159207.8.help.text
+#. IQ7U
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3159207\n"
+"8\n"
+"help.text"
msgid "Item status changed"
msgstr ""
-#: 01170103.xhp#par_id3155097.9.help.text
+#. |y?q
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3155097\n"
+"9\n"
+"help.text"
msgid "<ahelp hid=\"HID_EVT_ITEMSTATECHANGED\">This event takes place if the status of the control field is changed, for example, from checked to unchecked.</ahelp>"
msgstr ""
-#: 01170103.xhp#hd_id3151304.26.help.text
+#. G%=4
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3151304\n"
+"26\n"
+"help.text"
msgid "Mouse inside"
msgstr ""
-#: 01170103.xhp#par_id3152871.27.help.text
+#. @(2r
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3152871\n"
+"27\n"
+"help.text"
msgid "<ahelp hid=\"HID_EVT_MOUSEENTERED\">This event takes place when the mouse enters the control.</ahelp>"
msgstr ""
-#: 01170103.xhp#hd_id3146778.30.help.text
+#. n08F
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3146778\n"
+"30\n"
+"help.text"
msgid "Mouse moved while key pressed"
msgstr ""
-#: 01170103.xhp#par_id3150403.31.help.text
+#. w@z.
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3150403\n"
+"31\n"
+"help.text"
msgid "<ahelp hid=\"HID_EVT_MOUSEDRAGGED\">This event takes place when the mouse is dragged while a key is pressed.</ahelp>"
msgstr ""
-#: 01170103.xhp#hd_id3150210.32.help.text
+#. LZkk
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3150210\n"
+"32\n"
+"help.text"
msgid "Mouse moved"
msgstr ""
-#: 01170103.xhp#par_id3149697.33.help.text
+#. ~{aF
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3149697\n"
+"33\n"
+"help.text"
msgid "<ahelp hid=\"HID_EVT_MOUSEMOVED\">This event takes place when the mouse moves over the control.</ahelp>"
msgstr ""
-#: 01170103.xhp#hd_id3145216.22.help.text
+#. ^-)l
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3145216\n"
+"22\n"
+"help.text"
msgid "Mouse button pressed"
msgstr ""
-#: 01170103.xhp#par_id3155914.23.help.text
+#. ymJi
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3155914\n"
+"23\n"
+"help.text"
msgid "<ahelp hid=\"HID_EVT_MOUSEPRESSED\">This event takes place when the mouse button is pressed while the mouse pointer is on the control.</ahelp>"
msgstr ""
-#: 01170103.xhp#hd_id3148899.24.help.text
+#. zyg$
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3148899\n"
+"24\n"
+"help.text"
msgid "Mouse button released"
msgstr ""
-#: 01170103.xhp#par_id3153812.25.help.text
+#. fHfa
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3153812\n"
+"25\n"
+"help.text"
msgid "<ahelp hid=\"HID_EVT_MOUSERELEASED\">This event takes place when the mouse button is released while the mouse pointer is on the control.</ahelp>"
msgstr ""
-#: 01170103.xhp#hd_id3153556.28.help.text
+#. uaC/
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3153556\n"
+"28\n"
+"help.text"
msgid "Mouse outside"
msgstr ""
-#: 01170103.xhp#par_id3153013.29.help.text
+#. S_i.
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3153013\n"
+"29\n"
+"help.text"
msgid "<ahelp hid=\"HID_EVT_MOUSEEXITED\">This event takes place when the mouse leaves the control.</ahelp>"
msgstr ""
-#: 01170103.xhp#hd_id3155759.45.help.text
+#. lReL
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3155759\n"
+"45\n"
+"help.text"
msgid "While adjusting"
msgstr ""
-#: 01170103.xhp#par_id3156364.46.help.text
+#. |b/v
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3156364\n"
+"46\n"
+"help.text"
msgid "<ahelp hid=\"HID_EVT_MOUSEEXITED\">This event takes place when a scrollbar is being dragged.</ahelp>"
msgstr ""
-#: 03110100.xhp#tit.help.text
-msgid "Comparison Operators [Runtime]"
-msgstr ""
-
-#: 03110100.xhp#bm_id3150682.help.text
-msgid "<bookmark_value>comparison operators;%PRODUCTNAME Basic</bookmark_value><bookmark_value>operators;comparisons</bookmark_value>"
-msgstr "<bookmark_value>შედარების ოპერატორები;%PRODUCTNAME ძირითადი</bookmark_value><bookmark_value>ოპერატორები;შედარრების</bookmark_value>"
-
-#: 03110100.xhp#hd_id3150682.1.help.text
-msgid "<link href=\"text/sbasic/shared/03110100.xhp\" name=\"Comparison Operators [Runtime]\">Comparison Operators [Runtime]</link>"
-msgstr ""
-
-#: 03110100.xhp#par_id3156042.2.help.text
-msgid "Comparison operators compare two expressions. The result is returned as a Boolean expression that determines if the comparison is True (-1) or False (0)."
-msgstr ""
-
-#: 03110100.xhp#hd_id3147291.3.help.text
-msgctxt "03110100.xhp#hd_id3147291.3.help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03110100.xhp#par_id3149177.4.help.text
-msgid "Result = Expression1 { = | < | > | <= | >= } Expression2"
-msgstr "რეზულტატი = გამოსახულება1 { = | < | > | <= | >= } გამოსახულება2"
-
-#: 03110100.xhp#hd_id3145316.5.help.text
-msgctxt "03110100.xhp#hd_id3145316.5.help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03110100.xhp#par_id3147573.6.help.text
-msgid "<emph>Result:</emph> Boolean expression that specifies the result of the comparison (True, or False)"
-msgstr "<emph>Result:</emph>ბულევური გამოსახულება, რომელიც განსაზღვავს შედარების რეზულტატს (ჭეშმარიტი, ან მცდარი)"
-
-#: 03110100.xhp#par_id3148686.7.help.text
-msgid "<emph>Expression1, Expression2:</emph> Any numeric values or strings that you want to compare."
-msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-
-#: 03110100.xhp#hd_id3147531.8.help.text
-msgid "Comparison operators"
-msgstr "შედარების ოპერატორები"
-
-#: 03110100.xhp#par_id3147265.9.help.text
-msgid "= : Equal to"
-msgstr "= : ექვივალენტურია"
-
-#: 03110100.xhp#par_id3154924.10.help.text
-msgid "< : Less than"
-msgstr "< : ნაკლებია ვიდრე"
-
-#: 03110100.xhp#par_id3146795.11.help.text
-msgid "> : Greater than"
-msgstr "> : მეტია ვიდრე"
-
-#: 03110100.xhp#par_id3150541.12.help.text
-msgid "<= : Less than or equal to"
-msgstr "<= : ნაკლებია ან ექვივალენრურია ვიდრე"
-
-#: 03110100.xhp#par_id3150400.13.help.text
-msgid ">= : Greater than or equal to"
-msgstr ">= : მეტია ან ექვივალენრურია ვიდრე"
-
-#: 03110100.xhp#par_id3148797.14.help.text
-msgid "<> : Not equal to"
-msgstr "<> : არ არის ექვივალენტური"
-
-#: 03110100.xhp#hd_id3154686.15.help.text
-msgctxt "03110100.xhp#hd_id3154686.15.help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03110100.xhp#par_id3153969.16.help.text
-msgid "Sub ExampleUnequal"
-msgstr "Sub ExampleUnequal"
-
-#: 03110100.xhp#par_id3159151.17.help.text
-msgid "DIM sFile As String"
-msgstr "DIM sFile სტრიქონი როგორც "
-
-#: 03110100.xhp#par_id3154909.18.help.text
-msgid "DIM sRoot As String REM ' Root directory for file in and output"
-msgstr "DIM sRoot როგორც სტრიქონი REM ' ძირეული დირექტორია ფაილისთვის და კატალოგისთვის"
-
-#: 03110100.xhp#par_id3150767.19.help.text
-msgid "sRoot = \"c:\\\""
-msgstr "sRoot = \"c:\\\""
-
-#: 03110100.xhp#par_id3154125.20.help.text
-msgid "sFile = Dir$( sRoot ,22)"
-msgstr "sFile = Dir$( sRoot ,22)"
-
-#: 03110100.xhp#par_id3150440.21.help.text
-msgctxt "03110100.xhp#par_id3150440.21.help.text"
-msgid "If sFile <> \"\" Then"
-msgstr ""
-
-#: 03110100.xhp#par_id3147288.22.help.text
-msgctxt "03110100.xhp#par_id3147288.22.help.text"
-msgid "Do"
-msgstr ""
-
-#: 03110100.xhp#par_id3150010.23.help.text
-msgid "Msgbox sFile"
-msgstr "Msgbox sFile"
-
-#: 03110100.xhp#par_id3153727.24.help.text
-msgctxt "03110100.xhp#par_id3153727.24.help.text"
-msgid "sFile = Dir$"
-msgstr ""
-
-#: 03110100.xhp#par_id3149664.25.help.text
-msgctxt "03110100.xhp#par_id3149664.25.help.text"
-msgid "Loop Until sFile = \"\""
+#. :Hll
+#: 01050200.xhp
+msgctxt ""
+"01050200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Call Stack Window (Calls)"
msgstr ""
-#: 03110100.xhp#par_id3146986.26.help.text
-msgctxt "03110100.xhp#par_id3146986.26.help.text"
-msgid "End If"
+#. edOd
+#: 01050200.xhp
+msgctxt ""
+"01050200.xhp\n"
+"hd_id3146794\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01050200.xhp\" name=\"Call Stack Window (Calls)\">Call Stack Window (Calls)</link>"
msgstr ""
-#: 03110100.xhp#par_id3153952.27.help.text
-msgctxt "03110100.xhp#par_id3153952.27.help.text"
-msgid "End sub"
+#. j2`X
+#: 01050200.xhp
+msgctxt ""
+"01050200.xhp\n"
+"par_id3150400\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BASICIDE_STACKWINDOW_LIST\" visibility=\"hidden\">Displays the sequence of procedures and functions during the execution of a program.</ahelp> The <emph>Call Stack</emph> allows you to monitor the sequence of procedures and functions during the execution of a program. The procedures are functions are displayed bottom to top with the most recent function or procedure call at the top of the list."
msgstr ""
-#: 03080104.xhp#tit.help.text
-msgid "Tan Function [Runtime]"
+#. C5SF
+#: 03131400.xhp
+msgctxt ""
+"03131400.xhp\n"
+"tit\n"
+"help.text"
+msgid "TwipsPerPixelY Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03080104.xhp#bm_id3148550.help.text
-msgid "<bookmark_value>Tan function</bookmark_value>"
-msgstr "<bookmark_value>Va lფუნქცია</bookmark_value>"
+#. qWke
+#: 03131400.xhp
+msgctxt ""
+"03131400.xhp\n"
+"bm_id3150040\n"
+"help.text"
+msgid "<bookmark_value>TwipsPerPixelY function</bookmark_value>"
+msgstr "<bookmark_value>TwipsPerPixelY ფუნქცია</bookmark_value>"
-#: 03080104.xhp#hd_id3148550.1.help.text
+#. [w*P
+#: 03131400.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03080104.xhp\" name=\"Tan Function [Runtime]\">Tan Function [Runtime]</link>"
+msgctxt ""
+"03131400.xhp\n"
+"hd_id3150040\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03131400.xhp\" name=\"TwipsPerPixelY Function [Runtime]\">TwipsPerPixelY Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03080104.xhp#par_id3148663.2.help.text
-msgid "Determines the tangent of an angle. The angle is specified in radians."
-msgstr ""
-
-#: 03080104.xhp#par_id3153379.3.help.text
-msgid "Using the angle Alpha, the Tan Function calculates the ratio of the length of the side opposite the angle to the length of the side adjacent to the angle in a right-angled triangle."
-msgstr ""
-
-#: 03080104.xhp#par_id3154366.4.help.text
-msgid "Tan(Alpha) = side opposite the angle/side adjacent to angle"
-msgstr ""
+#. h{;+
+#: 03131400.xhp
+msgctxt ""
+"03131400.xhp\n"
+"par_id3154186\n"
+"2\n"
+"help.text"
+msgid "Returns the number of twips that represent the height of a pixel."
+msgstr "აბრუნებს twip-ების რაოდენობას, რომელიც განსაზღვრავს პიქსელის სიმაღლეს."
-#: 03080104.xhp#hd_id3145174.5.help.text
-msgctxt "03080104.xhp#hd_id3145174.5.help.text"
+#. bZ,I
+#: 03131400.xhp
+msgctxt ""
+"03131400.xhp\n"
+"hd_id3145090\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03080104.xhp#par_id3151042.6.help.text
-msgid "Tan (Number)"
-msgstr ""
+#. @6C%
+#: 03131400.xhp
+msgctxt ""
+"03131400.xhp\n"
+"par_id3153681\n"
+"4\n"
+"help.text"
+msgid "n = TwipsPerPixelY"
+msgstr "n = TwipsPerPixelY"
-#: 03080104.xhp#hd_id3156214.7.help.text
-msgctxt "03080104.xhp#hd_id3156214.7.help.text"
+#. jXDd
+#: 03131400.xhp
+msgctxt ""
+"03131400.xhp\n"
+"hd_id3148473\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03080104.xhp#par_id3156281.8.help.text
-msgctxt "03080104.xhp#par_id3156281.8.help.text"
-msgid "Double"
-msgstr ""
-
-#: 03080104.xhp#hd_id3155132.9.help.text
-msgctxt "03080104.xhp#hd_id3155132.9.help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03080104.xhp#par_id3145786.10.help.text
-msgid "<emph>Number:</emph> Any numeric expression that you want to calculate the tangent for (in radians)."
-msgstr ""
-
-#: 03080104.xhp#par_id3153728.11.help.text
-msgid "To convert degrees to radians, multiply by Pi/180. To convert radians to degrees, multiply by 180/Pi."
-msgstr ""
-
-#: 03080104.xhp#par_id3155414.12.help.text
-msgid "degrees=(radiant*180)/Pi"
-msgstr ""
-
-#: 03080104.xhp#par_id3146975.13.help.text
-msgid "radiant=(degrees*Pi)/180"
-msgstr ""
-
-#: 03080104.xhp#par_id3147434.14.help.text
-msgctxt "03080104.xhp#par_id3147434.14.help.text"
-msgid "Pi is approximately 3.141593."
+#. MU~A
+#: 03131400.xhp
+msgctxt ""
+"03131400.xhp\n"
+"par_id3154306\n"
+"6\n"
+"help.text"
+msgid "Integer"
msgstr ""
-#: 03080104.xhp#hd_id3149483.15.help.text
-msgctxt "03080104.xhp#hd_id3149483.15.help.text"
+#. :!j*
+#: 03131400.xhp
+msgctxt ""
+"03131400.xhp\n"
+"hd_id3149235\n"
+"7\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03080104.xhp#par_id3148646.16.help.text
-msgctxt "03080104.xhp#par_id3148646.16.help.text"
-msgid "REM In this example, the following entry is possible for a right-angled triangle:"
-msgstr ""
-
-#: 03080104.xhp#par_id3150012.17.help.text
-msgid "REM The side opposite the angle and the angle (in degrees) to calculate the length of the side adjacent to the angle:"
-msgstr ""
-
-#: 03080104.xhp#par_id3151115.18.help.text
-msgid "Sub ExampleTangens"
-msgstr ""
-
-#: 03080104.xhp#par_id3153158.19.help.text
-msgid "REM Pi = 3.1415926 is a pre-defined variable"
-msgstr ""
-
-#: 03080104.xhp#par_id3145800.20.help.text
-msgctxt "03080104.xhp#par_id3145800.20.help.text"
-msgid "Dim d1 as Double"
-msgstr ""
-
-#: 03080104.xhp#par_id3150417.21.help.text
-msgctxt "03080104.xhp#par_id3150417.21.help.text"
-msgid "Dim dAlpha as Double"
+#. sM03
+#: 03131400.xhp
+msgctxt ""
+"03131400.xhp\n"
+"par_id3154142\n"
+"9\n"
+"help.text"
+msgid "MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" Twips\",0,\"Pixel size\""
msgstr ""
-#: 03080104.xhp#par_id3145252.22.help.text
-msgid "d1 = InputBox$ (\"Enter the length of the side opposite the angle: \",\"opposite\")"
-msgstr ""
+#. $f[{
+#: 03120100.xhp
+msgctxt ""
+"03120100.xhp\n"
+"tit\n"
+"help.text"
+msgid "ASCII/ANSI Conversion in Strings"
+msgstr "ASCII/ANSI შედარება სტრიქონებში"
-#: 03080104.xhp#par_id3149582.23.help.text
-msgid "dAlpha = InputBox$ (\"Enter the Alpha angle (in degrees): \",\"Alpha\")"
+#. 8U+W
+#: 03120100.xhp
+msgctxt ""
+"03120100.xhp\n"
+"hd_id3147443\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120100.xhp\" name=\"ASCII/ANSI Conversion in Strings\">ASCII/ANSI Conversion in Strings</link>"
msgstr ""
-#: 03080104.xhp#par_id3154016.24.help.text
-msgid "Print \"the length of the side adjacent the angle is\"; (d1 / tan (dAlpha * Pi / 180))"
-msgstr ""
+#. 6%oo
+#: 03120100.xhp
+msgctxt ""
+"03120100.xhp\n"
+"par_id3159201\n"
+"2\n"
+"help.text"
+msgid "The following functions convert strings to and from ASCII or ANSI code."
+msgstr "აღნიშნული ფუნქციები გარდაქმნის სტრიქონებს ASCII ან ANSI კოდად."
-#: 03080104.xhp#par_id3154731.25.help.text
-msgctxt "03080104.xhp#par_id3154731.25.help.text"
-msgid "End Sub"
+#. bJmh
+#: 03090411.xhp
+msgctxt ""
+"03090411.xhp\n"
+"tit\n"
+"help.text"
+msgid "With Statement [Runtime]"
msgstr ""
-#: 03030104.xhp#tit.help.text
-msgid "Month Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03030104.xhp#bm_id3153127.help.text
-msgid "<bookmark_value>Month function</bookmark_value>"
-msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
+#. ,Z,]
+#: 03090411.xhp
+msgctxt ""
+"03090411.xhp\n"
+"bm_id3153311\n"
+"help.text"
+msgid "<bookmark_value>With statement</bookmark_value>"
+msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-#: 03030104.xhp#hd_id3153127.1.help.text
+#. Sm9q
+#: 03090411.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month Function [Runtime]\">Month Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
+msgctxt ""
+"03090411.xhp\n"
+"hd_id3153311\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090411.xhp\" name=\"With Statement [Runtime]\">With Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03030104.xhp#par_id3148550.2.help.text
-msgid "Returns the month of a year from a serial date that is generated by the DateSerial or the DateValue function."
+#. KEC+
+#: 03090411.xhp
+msgctxt ""
+"03090411.xhp\n"
+"par_id3159158\n"
+"2\n"
+"help.text"
+msgid "Sets an object as the default object. Unless another object name is declared, all properties and methods refer to the default object until the End With statement is reached."
msgstr ""
-#: 03030104.xhp#hd_id3145068.3.help.text
-msgctxt "03030104.xhp#hd_id3145068.3.help.text"
+#. N)0;
+#: 03090411.xhp
+msgctxt ""
+"03090411.xhp\n"
+"hd_id3156153\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03030104.xhp#par_id3150398.4.help.text
-msgid "Month (Number)"
-msgstr ""
-
-#: 03030104.xhp#hd_id3154366.5.help.text
-msgctxt "03030104.xhp#hd_id3154366.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03030104.xhp#par_id3154125.6.help.text
-msgctxt "03030104.xhp#par_id3154125.6.help.text"
-msgid "Integer"
+#. 5#@T
+#: 03090411.xhp
+msgctxt ""
+"03090411.xhp\n"
+"par_id3145609\n"
+"4\n"
+"help.text"
+msgid "With Object Statement block End With"
msgstr ""
-#: 03030104.xhp#hd_id3150768.7.help.text
-msgctxt "03030104.xhp#hd_id3150768.7.help.text"
+#. [Was
+#: 03090411.xhp
+msgctxt ""
+"03090411.xhp\n"
+"hd_id3154924\n"
+"5\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03030104.xhp#par_id3156423.8.help.text
-msgid "<emph>Number:</emph> Numeric expression that contains the serial date number that is used to determine the month of the year."
-msgstr ""
-
-#: 03030104.xhp#par_id3153770.9.help.text
-msgid "This function is the opposite of the <emph>DateSerial </emph>function. It returns the month in the year that corresponds to the serial date that is generated by <emph>DateSerial</emph> or <emph>DateValue</emph>. For example, the expression"
-msgstr ""
-
-#: 03030104.xhp#par_id3147426.10.help.text
-msgid "Print Month(DateSerial(1994, 12, 20))"
-msgstr ""
-
-#: 03030104.xhp#par_id3145366.11.help.text
-msgctxt "03030104.xhp#par_id3145366.11.help.text"
-msgid "returns the value 12."
-msgstr ""
-
-#: 03030104.xhp#hd_id3146923.12.help.text
-msgctxt "03030104.xhp#hd_id3146923.12.help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03030104.xhp#par_id3156442.13.help.text
-msgid "Sub ExampleMonth"
-msgstr "Sub ExampleStr"
-
-#: 03030104.xhp#par_id3149664.14.help.text
-msgid "MsgBox \"\" & Month(Now) ,64,\"The current month\""
-msgstr ""
-
-#: 03030104.xhp#par_id3150012.15.help.text
-msgctxt "03030104.xhp#par_id3150012.15.help.text"
-msgid "End sub"
+#. uqI:
+#: 03090411.xhp
+msgctxt ""
+"03090411.xhp\n"
+"par_id3147560\n"
+"6\n"
+"help.text"
+msgid "Use <emph>With</emph> and <emph>End With</emph> if you have several properties or methods for a single object."
msgstr ""
-#: 03030102.xhp#tit.help.text
-msgid "DateValue Function [Runtime]"
+#. !hRV
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"tit\n"
+"help.text"
+msgid "DatePart Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03030102.xhp#bm_id3156344.help.text
-msgid "<bookmark_value>DateValue function</bookmark_value>"
+#. 1P:_
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"bm_id249946\n"
+"help.text"
+msgid "<bookmark_value>DatePart function</bookmark_value>"
msgstr "<bookmark_value>DatePart ფუნქცია</bookmark_value>"
-#: 03030102.xhp#hd_id3156344.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03030102.xhp\" name=\"DateValue Function [Runtime]\">DateValue Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03030102.xhp#par_id3150542.2.help.text
-msgid "Returns a date value from a date string. The date string is a complete date in a single numeric value. You can also use this serial number to determine the difference between two dates."
+#. !yPV
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"par_idN10542\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030130.xhp\">DatePart Function [Runtime]</link>"
msgstr ""
-#: 03030102.xhp#hd_id3148799.3.help.text
-msgctxt "03030102.xhp#hd_id3148799.3.help.text"
+#. 4Ls0
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"par_idN10546\n"
+"help.text"
+msgid "The DatePart function returns a specified part of a date."
+msgstr "DatePart ფუნქცია აბრუნებს თარიღის კონკრეტულ ნაწილს."
+
+#. /)oc
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"par_idN10549\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03030102.xhp#par_id3154910.4.help.text
-msgid "DateValue [(date)]"
-msgstr ""
+#. l{?W
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"par_idN105E8\n"
+"help.text"
+msgid "DatePart (Add, Date [, Week_start [, Year_start]])"
+msgstr "DatePart (Add, Date [, Week_start [, Year_start]])"
-#: 03030102.xhp#hd_id3150870.5.help.text
-msgctxt "03030102.xhp#hd_id3150870.5.help.text"
+#. %#$1
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"par_idN105EB\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03030102.xhp#par_id3153194.6.help.text
-msgctxt "03030102.xhp#par_id3153194.6.help.text"
-msgid "Date"
+#. Yb[S
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"par_idN105EF\n"
+"help.text"
+msgid "A Variant containing a date."
msgstr ""
-#: 03030102.xhp#hd_id3153969.7.help.text
-msgctxt "03030102.xhp#hd_id3153969.7.help.text"
+#. b:?M
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"par_idN105F2\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03030102.xhp#par_id3153770.8.help.text
-msgid "<emph>Date:</emph> String expression that contains the date that you want to calculate. The date can be specified in almost any format."
-msgstr ""
-
-#: 03030102.xhp#par_id3153189.22.help.text
-msgid "You can use this function to convert a date that occurs between December 1, 1582 and December 31, 9999 into a single integer value. You can then use this value to calculate the difference between two dates. If the date argument lies outside the acceptable range, $[officename] Basic returns an error message."
-msgstr ""
+#. $LDQ
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"par_idN105F6\n"
+"help.text"
+msgid "<emph>Add</emph> - A string expression from the following table, specifying the date interval."
+msgstr "Add - სტრინგული გამოსახულება მომდევნო ცხრილიდან, რომელიც მიუთითებს თარიღის ინტერვალს."
-#: 03030102.xhp#par_id3146974.23.help.text
-msgid "In contrast to the DateSerial function that passes years, months, and days as separate numeric values, the DateValue function passes the date using the format \"month.[,]day.[,]year\"."
-msgstr ""
+#. DL=1
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"par_idN10604\n"
+"help.text"
+msgid "<emph>Date</emph> - The date from which the result is calculated."
+msgstr "<emph>Date</emph> - თარიღი, რომლიდანაც გამოიანგარიშება რეზულტატი."
-#: 03030102.xhp#hd_id3153142.24.help.text
-msgctxt "03030102.xhp#hd_id3153142.24.help.text"
+#. NiG(
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"par_idN10611\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03030102.xhp#par_id3155412.25.help.text
-msgid "Sub ExampleDateValue"
-msgstr "Sub ExampleSpace"
-
-#: 03030102.xhp#par_id3153363.26.help.text
-msgid "msgbox DateValue(\"12/02/1997\")"
+#. j35K
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefSng Statement [Runtime]"
msgstr ""
-#: 03030102.xhp#par_id3149262.27.help.text
-msgctxt "03030102.xhp#par_id3149262.27.help.text"
-msgid "end sub"
-msgstr ""
+#. `I:S
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"bm_id2445142\n"
+"help.text"
+msgid "<bookmark_value>DefSng statement</bookmark_value>"
+msgstr "<bookmark_value>DefSng განცხადება</bookmark_value>"
-#: 03101300.xhp#tit.help.text
-msgid "DefDate Statement [Runtime]"
+#. aQb3
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"par_idN10577\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101130.xhp\">DefSng Statement [Runtime]</link>"
msgstr ""
-#: 03101300.xhp#bm_id3150504.help.text
-msgid "<bookmark_value>DefDate statement</bookmark_value>"
-msgstr "<bookmark_value>DefStr განცხადება</bookmark_value>"
-
-#: 03101300.xhp#hd_id3150504.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03101300.xhp\" name=\"DefDate Statement [Runtime]\">DefDate Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-
-#: 03101300.xhp#par_id3145069.2.help.text
-msgid "If no type-declaration character or keyword is specified, the DefDate statement sets the default variable type, according to a letter range."
+#. _sNL
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"par_idN10587\n"
+"help.text"
+msgid "If no type-declaration character or keyword is specified, the DefSng statement sets the default variable type, according to a letter range."
msgstr "თუ ტიპის გამოცხადების ასო-ნიშანი ან სიტყვა-გასაღები მითითებული არ არის, DefSng განცხადება საწყისი ცვლადის ტიპს აყენებს ასოთა რანგის მიხედვით."
-#: 03101300.xhp#hd_id3154758.3.help.text
-msgctxt "03101300.xhp#hd_id3154758.3.help.text"
+#. uYgM
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"par_idN1058A\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03101300.xhp#par_id3148664.4.help.text
-msgctxt "03101300.xhp#par_id3148664.4.help.text"
+#. `k8]
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"par_idN1058E\n"
+"help.text"
msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr ""
-#: 03101300.xhp#hd_id3150541.5.help.text
-msgctxt "03101300.xhp#hd_id3150541.5.help.text"
+#. _2E+
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"par_idN10591\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03101300.xhp#par_id3156709.6.help.text
-msgctxt "03101300.xhp#par_id3156709.6.help.text"
+#. 0s.8
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"par_idN10595\n"
+"help.text"
msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
msgstr ""
-#: 03101300.xhp#par_id3150869.7.help.text
-msgctxt "03101300.xhp#par_id3150869.7.help.text"
+#. !%A8
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"par_idN1059C\n"
+"help.text"
msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
msgstr ""
-#: 03101300.xhp#par_id3145171.8.help.text
-msgctxt "03101300.xhp#par_id3145171.8.help.text"
+#. =.wI
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"par_idN105A3\n"
+"help.text"
msgid "<emph>Keyword:</emph> Default variable type"
msgstr ""
-#: 03101300.xhp#par_id3150767.9.help.text
-msgid "<emph>DefDate:</emph> Date"
-msgstr ""
+#. `O\:
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"par_idN105AA\n"
+"help.text"
+msgid "<emph>DefSng:</emph> Single"
+msgstr "<emph>DefStr:</emph> სტრინგი"
-#: 03101300.xhp#hd_id3153768.10.help.text
-msgctxt "03101300.xhp#hd_id3153768.10.help.text"
+#. Bq~%
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"par_idN105B1\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03101300.xhp#par_id3145785.12.help.text
-msgctxt "03101300.xhp#par_id3145785.12.help.text"
-msgid "REM Prefix definitions for variable types:"
-msgstr ""
-
-#: 03101300.xhp#par_id3146923.13.help.text
-msgctxt "03101300.xhp#par_id3146923.13.help.text"
-msgid "DefBool b"
-msgstr ""
-
-#: 03101300.xhp#par_id3155412.14.help.text
-msgctxt "03101300.xhp#par_id3155412.14.help.text"
-msgid "DefDate t"
-msgstr ""
-
-#: 03101300.xhp#par_id3153726.15.help.text
-msgctxt "03101300.xhp#par_id3153726.15.help.text"
-msgid "DefDbL d"
+#. Cr3[
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"par_idN105B5\n"
+"help.text"
+msgid "' Prefix definitions for variable types:"
msgstr ""
-#: 03101300.xhp#par_id3147435.16.help.text
-msgctxt "03101300.xhp#par_id3147435.16.help.text"
-msgid "DefInt i"
-msgstr ""
-
-#: 03101300.xhp#par_id3153188.17.help.text
-msgctxt "03101300.xhp#par_id3153188.17.help.text"
-msgid "DefLng l"
-msgstr "DefSng s"
-
-#: 03101300.xhp#par_id3153143.18.help.text
-msgctxt "03101300.xhp#par_id3153143.18.help.text"
-msgid "DefObj o"
-msgstr ""
-
-#: 03101300.xhp#par_id3150010.19.help.text
-msgctxt "03101300.xhp#par_id3150010.19.help.text"
-msgid "DefVar v"
-msgstr ""
-
-#: 03101300.xhp#par_id3149263.21.help.text
-msgid "Sub ExampleDefDate"
-msgstr "Sub ExampleDefStr"
-
-#: 03101300.xhp#par_id3152462.22.help.text
-msgid "tDate=Date REM tDate is an implicit date variable"
-msgstr ""
-
-#: 03101300.xhp#par_id3149664.23.help.text
-msgctxt "03101300.xhp#par_id3149664.23.help.text"
-msgid "end sub"
-msgstr ""
+#. [\`7
+#: 03101130.xhp
+#, fuzzy
+msgctxt ""
+"03101130.xhp\n"
+"par_idN105D3\n"
+"help.text"
+msgid "sSng=Single ' sSng is an implicit single variable"
+msgstr "sSng=Single REM sSng არის ნაგულისხმევი ერთეული ცვლადი"
-#: 03010302.xhp#tit.help.text
-msgid "Green Function [Runtime]"
+#. HBzx
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
+"tit\n"
+"help.text"
+msgid "LTrim Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03010302.xhp#bm_id3148947.help.text
-msgid "<bookmark_value>Green function</bookmark_value>"
-msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
+#. zrj8
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
+"bm_id3147574\n"
+"help.text"
+msgid "<bookmark_value>LTrim function</bookmark_value>"
+msgstr "<bookmark_value>LTrim function</bookmark_value>"
-#: 03010302.xhp#hd_id3148947.1.help.text
+#. I);E
+#: 03120305.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03010302.xhp\" name=\"Green Function [Runtime]\">Green Function [Runtime]</link>"
+msgctxt ""
+"03120305.xhp\n"
+"hd_id3147574\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120305.xhp\" name=\"LTrim Function [Runtime]\">LTrim Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03010302.xhp#par_id3153361.2.help.text
-msgid "Returns the Green component of the given color code."
-msgstr ""
+#. vYor
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
+"par_id3145316\n"
+"2\n"
+"help.text"
+msgid "Removes all leading spaces at the start of a string expression."
+msgstr "სტრინგული გამოსახულებიდან ამოიღებს ყველა წამძღვანებულ ჰარს."
-#: 03010302.xhp#hd_id3154140.3.help.text
-msgctxt "03010302.xhp#hd_id3154140.3.help.text"
+#. E=YQ
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
+"hd_id3154924\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03010302.xhp#par_id3153969.4.help.text
-msgid "Green (Color As Long)"
-msgstr ""
+#. +|8Z
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
+"par_id3148552\n"
+"4\n"
+"help.text"
+msgid "LTrim (Text As String)"
+msgstr "LTrim (Text As String)"
-#: 03010302.xhp#hd_id3154124.5.help.text
-msgctxt "03010302.xhp#hd_id3154124.5.help.text"
+#. ;Ze4
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
+"hd_id3156344\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03010302.xhp#par_id3153194.6.help.text
-msgctxt "03010302.xhp#par_id3153194.6.help.text"
-msgid "Integer"
-msgstr ""
+#. Nx^I
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
+"par_id3151056\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონები"
-#: 03010302.xhp#hd_id3154909.7.help.text
-msgctxt "03010302.xhp#hd_id3154909.7.help.text"
-msgid "Parameter:"
+#. [RQQ
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
+"hd_id3150543\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03010302.xhp#par_id3153770.8.help.text
-msgid "<emph>Color</emph>: Long integer expression that specifies a <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"color code\">color code</link> for which to return the Green component."
-msgstr ""
+#. yBn[
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
+"par_id3150792\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression."
+msgstr "<emph>ტექსტი: </emph>ნებისმიერი სტრინგული გამოსახულება."
+
+#. #/P/
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
+"par_id3125863\n"
+"9\n"
+"help.text"
+msgid "Use this function to remove spaces at the beginning of a string expression."
+msgstr "გამოიყენეთ ეს ფუნქცია სტრინგული გამოსახულების დასაწყისში ჰარების წასაშლელად."
-#: 03010302.xhp#hd_id3149664.9.help.text
-msgctxt "03010302.xhp#hd_id3149664.9.help.text"
+#. 6dZt
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
+"hd_id3145419\n"
+"10\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03010302.xhp#par_id3156442.10.help.text
-msgctxt "03010302.xhp#par_id3156442.10.help.text"
-msgid "Sub ExampleColor"
-msgstr "sub ExampleChr"
-
-#: 03010302.xhp#par_id3146974.11.help.text
-msgctxt "03010302.xhp#par_id3146974.11.help.text"
-msgid "Dim lVar As Long"
-msgstr "Dim sVar as string"
-
-#: 03010302.xhp#par_id3145750.12.help.text
-msgctxt "03010302.xhp#par_id3145750.12.help.text"
-msgid "lVar = rgb(128,0,200)"
+#. fZPT
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"tit\n"
+"help.text"
+msgid "Print Statement [Runtime]"
msgstr ""
-#: 03010302.xhp#par_id3151117.13.help.text
-msgid "msgbox \"The color \" & lVar & \" contains the components:\" & Chr(13) &_"
-msgstr ""
+#. )qPs
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"bm_id3147230\n"
+"help.text"
+msgid "<bookmark_value>Print statement</bookmark_value>"
+msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-#: 03010302.xhp#par_id3153951.14.help.text
-msgid "\"red = \" & red(lVar) & Chr(13)&_"
-msgstr ""
+#. UcmK
+#: 03010103.xhp
+#, fuzzy
+msgctxt ""
+"03010103.xhp\n"
+"hd_id3147230\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement [Runtime]\">Print Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03010302.xhp#par_id3152462.15.help.text
-msgid "\"green = \" & green(lVar) & Chr(13)&_"
+#. tT5t
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id3156281\n"
+"2\n"
+"help.text"
+msgid "Outputs the specified strings or numeric expressions to a dialog or to a file."
msgstr ""
-#: 03010302.xhp#par_id3154730.16.help.text
-msgid "\"blue = \" & blue(lVar) & Chr(13) , 64,\"colors\""
+#. 1hZ.
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"hd_id3145785\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03010302.xhp#par_id3144764.17.help.text
-msgctxt "03010302.xhp#par_id3144764.17.help.text"
-msgid "end sub"
+#. ,0Np
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id3153188\n"
+"4\n"
+"help.text"
+msgid "Print [#FileName,] Expression1[{;|,} [Spc(Number As Integer);] [Tab(pos As Integer);] [Expression2[...]]"
msgstr ""
-#: 03131000.xhp#tit.help.text
-msgid "GetSolarVersion Function [Runtime]"
+#. bM9_
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"hd_id3147348\n"
+"5\n"
+"help.text"
+msgid "Parameter:"
msgstr ""
-#: 03131000.xhp#bm_id3157898.help.text
-msgid "<bookmark_value>GetSolarVersion function</bookmark_value>"
-msgstr "<bookmark_value>GetSolarVersion ფუნქცია</bookmark_value>"
-
-#: 03131000.xhp#hd_id3157898.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03131000.xhp\" name=\"GetSolarVersion Function [Runtime]\">GetSolarVersion Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03131000.xhp#par_id3152801.2.help.text
-msgid "Returns the internal number of the current $[officename] version."
-msgstr "აბრუნებს მიმდინარე $[officename] ვერსიის შიდა ნომერს."
-
-#: 03131000.xhp#hd_id3153311.3.help.text
-msgctxt "03131000.xhp#hd_id3153311.3.help.text"
-msgid "Syntax:"
+#. E?%J
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id2508621\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 ""
-#: 03131000.xhp#par_id3155388.4.help.text
-msgid "s = GetSolarVersion"
-msgstr "s = GetSolarVersion"
-
-#: 03131000.xhp#hd_id3149514.5.help.text
-msgctxt "03131000.xhp#hd_id3149514.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03131000.xhp#par_id3148685.6.help.text
-msgctxt "03131000.xhp#par_id3148685.6.help.text"
-msgid "String"
-msgstr "სტრიქონები"
-
-#: 03131000.xhp#hd_id3143270.7.help.text
-msgctxt "03131000.xhp#hd_id3143270.7.help.text"
-msgid "Example:"
+#. @|3H
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id3163712\n"
+"6\n"
+"help.text"
+msgid "<emph>Expression</emph>: Any numeric or string expression to be printed. Multiple expressions can be separated by a semicolon. If separated by a comma, the expressions are indented to the next tab stop. The tab stops cannot be adjusted."
msgstr ""
-#: 03131000.xhp#par_id3148473.8.help.text
-msgid "Sub ExampleGetSolarVersion"
-msgstr "Sub ExampleGetSolarVersion"
-
-#: 03131000.xhp#par_id3156024.9.help.text
-msgid "Dim sSep As String"
-msgstr "Dim sSep As String"
-
-#: 03131000.xhp#par_id3159414.10.help.text
-msgid "sSep = GetSolarVersion"
-msgstr "sSep = GetSolarVersion"
-
-#: 03131000.xhp#par_id3148947.11.help.text
-msgid "MsgBox sSep,64,\"Version number of the solar technology\""
-msgstr "MsgBox sSep,64,\"solar technology-ს ვერსიის ნომერი\""
-
-#: 03131000.xhp#par_id3156344.12.help.text
-msgctxt "03131000.xhp#par_id3156344.12.help.text"
-msgid "End Sub"
+#. DS.p
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id3153092\n"
+"7\n"
+"help.text"
+msgid "<emph>Number</emph>: Number of spaces to be inserted by the <emph>Spc</emph> function."
msgstr ""
-#: 03080801.xhp#tit.help.text
-msgid "Hex Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03080801.xhp#bm_id3150616.help.text
-msgid "<bookmark_value>Hex function</bookmark_value>"
-msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
-
-#: 03080801.xhp#hd_id3150616.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03080801.xhp\" name=\"Hex Function [Runtime]\">Hex Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03080801.xhp#par_id3145136.2.help.text
-msgid "Returns a string that represents the hexadecimal value of a number."
+#. F-+^
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id3145364\n"
+"8\n"
+"help.text"
+msgid "<emph>Pos</emph>: Spaces are inserted until the specified position."
msgstr ""
-#: 03080801.xhp#hd_id3147573.3.help.text
-msgctxt "03080801.xhp#hd_id3147573.3.help.text"
-msgid "Syntax:"
+#. Z5LL
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id3154319\n"
+"9\n"
+"help.text"
+msgid "If a semicolon or comma appears after the last expression to be printed, $[officename] Basic stores the text in an internal buffer and continues program execution without printing. When another Print statement without a semicolon or comma at the end is encountered, all text to be printed is printed at once."
msgstr ""
-#: 03080801.xhp#par_id3150771.4.help.text
-msgid "Hex (Number)"
+#. 4b(G
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id3145272\n"
+"10\n"
+"help.text"
+msgid "Positive numeric expressions are printed with a leading space. Negative expressions are printed with a leading minus sign. If a certain range is exceeded for floating-point values, the respective numeric expression is printed in exponential notation."
msgstr ""
-#: 03080801.xhp#hd_id3147530.5.help.text
-msgctxt "03080801.xhp#hd_id3147530.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03080801.xhp#par_id3159414.6.help.text
-msgctxt "03080801.xhp#par_id3159414.6.help.text"
-msgid "String"
-msgstr "სტრიქონები"
-
-#: 03080801.xhp#hd_id3156344.7.help.text
-msgctxt "03080801.xhp#hd_id3156344.7.help.text"
-msgid "Parameters:"
+#. ?sPd
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id3154011\n"
+"11\n"
+"help.text"
+msgid "If the expression to be printed exceeds a certain length, the display will automatically wrap to the next line."
msgstr ""
-#: 03080801.xhp#par_id3148947.8.help.text
-#, fuzzy
-msgid "<emph>Number:</emph> Any numeric expression that you want to convert to a hexadecimal number."
-msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
+#. l|{~
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id3146969\n"
+"12\n"
+"help.text"
+msgid "You can insert the Tab function, enclosed by semicolons, between arguments to indent the output to a specific position, or you can use the <emph>Spc</emph> function to insert a specified number of spaces."
+msgstr ""
-#: 03080801.xhp#hd_id3154365.9.help.text
-msgctxt "03080801.xhp#hd_id3154365.9.help.text"
+#. kCI%
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"hd_id3146912\n"
+"13\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03080801.xhp#par_id3145420.29.help.text
-msgid "Sub ExampleHex"
-msgstr "Sub ExampleBeep"
-
-#: 03080801.xhp#par_id3156214.30.help.text
-msgid "REM uses BasicFormulas in $[officename] Calc"
+#. Q[;^
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Control and Dialog Properties"
msgstr ""
-#: 03080801.xhp#par_id3153970.31.help.text
-msgid "Dim a2, b2, c2 as String"
+#. ]#S@
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"bm_id3153379\n"
+"help.text"
+msgid "<bookmark_value>controls; properties</bookmark_value><bookmark_value>properties; controls and dialogs</bookmark_value><bookmark_value>dialogs; properties</bookmark_value>"
msgstr ""
-#: 03080801.xhp#par_id3154909.32.help.text
-msgid "a2 = \"&H3E8\""
+#. l=7M
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"hd_id3153379\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01170100.xhp\" name=\"Control and Dialog Properties\">Control and Dialog Properties</link>"
msgstr ""
-#: 03080801.xhp#par_id3148674.33.help.text
-msgid "b2 = Hex2Int(a2)"
+#. $ABS
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3156280\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the properties of the selected dialog or control.</ahelp> You must be in the design mode to be able to use this command."
msgstr ""
-#: 03080801.xhp#par_id3155132.34.help.text
-msgid "MsgBox b2"
+#. Umir
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"hd_id3151043\n"
+"20\n"
+"help.text"
+msgid "Entering Data in the Properties Dialog"
msgstr ""
-#: 03080801.xhp#par_id3150440.35.help.text
-msgid "c2 = Int2Hex(b2)"
+#. |Txh
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3153771\n"
+"3\n"
+"help.text"
+msgid "The following key combinations apply to enter data in multiline fields or combo boxes of the <emph>Properties</emph> dialog:"
msgstr ""
-#: 03080801.xhp#par_id3147427.36.help.text
-msgid "MsgBox c2"
-msgstr ""
+#. S\Qj
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3150010\n"
+"18\n"
+"help.text"
+msgid "Keys"
+msgstr "ღილაკები"
-#: 03080801.xhp#par_id3147435.37.help.text
-msgctxt "03080801.xhp#par_id3147435.37.help.text"
-msgid "End Sub"
+#. D`[n
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3147317\n"
+"19\n"
+"help.text"
+msgid "Effects"
+msgstr "ეფექტები"
+
+#. VN5[
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3146121\n"
+"4\n"
+"help.text"
+msgid "Alt+Down Arrow"
msgstr ""
-#: 03080801.xhp#par_id3148645.19.help.text
-msgid "Function Hex2Int( sHex As String ) As Long"
+#. fEOJ
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3149581\n"
+"5\n"
+"help.text"
+msgid "Opens a combo box"
msgstr ""
-#: 03080801.xhp#par_id3149262.20.help.text
-msgid "REM Returns a Long-Integer from a hexadecimal value."
+#. Cb`/
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3147394\n"
+"6\n"
+"help.text"
+msgid "Alt+Up Arrow"
msgstr ""
-#: 03080801.xhp#par_id3148616.21.help.text
-msgid "Hex2Int = clng( sHex )"
+#. K}L}
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3148455\n"
+"7\n"
+"help.text"
+msgid "Closes a combo box"
msgstr ""
-#: 03080801.xhp#par_id3153952.22.help.text
-msgctxt "03080801.xhp#par_id3153952.22.help.text"
-msgid "End Function"
-msgstr "End function"
+#. +Uv9
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3154511\n"
+"8\n"
+"help.text"
+msgid "Shift+Enter"
+msgstr "Shift+Enter"
-#: 03080801.xhp#par_id3146984.24.help.text
-msgid "Function Int2Hex( iLong As Long) As String"
+#. *0oQ
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3146971\n"
+"9\n"
+"help.text"
+msgid "Inserts a line break in multiline fields."
msgstr ""
-#: 03080801.xhp#par_id3147215.25.help.text
-msgid "REM Calculates a hexadecimal value in Integer."
+#. W-6i
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3146914\n"
+"10\n"
+"help.text"
+msgid "(UpArrow)"
msgstr ""
-#: 03080801.xhp#par_id3148575.26.help.text
-msgid "Int2Hex = \"&H\" & Hex( iLong )"
+#. Hv1-
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3153714\n"
+"11\n"
+"help.text"
+msgid "Goes to the previous line."
msgstr ""
-#: 03080801.xhp#par_id3151073.27.help.text
-msgctxt "03080801.xhp#par_id3151073.27.help.text"
-msgid "End Function"
-msgstr "End function"
-
-#: 03020406.xhp#tit.help.text
-msgid "FileCopy Statement [Runtime]"
+#. SLl7
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3159266\n"
+"12\n"
+"help.text"
+msgid "(DownArrow)"
msgstr ""
-#: 03020406.xhp#bm_id3154840.help.text
-msgid "<bookmark_value>FileCopy statement</bookmark_value>"
-msgstr "<bookmark_value>Beep მტკიცებულება</bookmark_value>"
-
-#: 03020406.xhp#hd_id3154840.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03020406.xhp\" name=\"FileCopy Statement [Runtime]\">FileCopy Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-
-#: 03020406.xhp#par_id3149497.2.help.text
-msgid "Copies a file."
+#. spSZ
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3146314\n"
+"13\n"
+"help.text"
+msgid "Goes to the next line."
msgstr ""
-#: 03020406.xhp#hd_id3147443.3.help.text
-msgctxt "03020406.xhp#hd_id3147443.3.help.text"
-msgid "Syntax:"
+#. cbH!
+#: 01170100.xhp
+#, fuzzy
+msgctxt ""
+"01170100.xhp\n"
+"par_id3149255\n"
+"14\n"
+"help.text"
+msgid "Enter"
+msgstr "#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\nშესვლა\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\nEnter"
+
+#. iQ|)
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3149566\n"
+"15\n"
+"help.text"
+msgid "Applies the changes made to a field and places the cursor into the next field."
msgstr ""
-#: 03020406.xhp#par_id3146957.4.help.text
-msgid "FileCopy TextFrom As String, TextTo As String"
+#. (n`h
+#: 03080100.xhp
+msgctxt ""
+"03080100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Trigonometric Functions"
msgstr ""
-#: 03020406.xhp#hd_id3153825.5.help.text
-msgctxt "03020406.xhp#hd_id3153825.5.help.text"
-msgid "Parameters:"
+#. BkZp
+#: 03080100.xhp
+msgctxt ""
+"03080100.xhp\n"
+"hd_id3159201\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080100.xhp\" name=\"Trigonometric Functions\">Trigonometric Functions</link>"
msgstr ""
-#: 03020406.xhp#par_id3155390.6.help.text
-msgid "<emph>TextFrom:</emph> Any string expression that specifies the name of the file that you want to copy. The expression can contain optional path and drive information. If you want, you can enter a path in <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+#. MU,7
+#: 03080100.xhp
+msgctxt ""
+"03080100.xhp\n"
+"par_id3149180\n"
+"2\n"
+"help.text"
+msgid "The following are the trigonometric functions that are supported in $[officename] Basic."
msgstr ""
-#: 03020406.xhp#par_id3150669.7.help.text
-msgid "<emph>TextTo:</emph> Any string expression that specifies where you want to copy the source file to. The expression can contain the destination drive, the path, and file name, or the path in URL notation."
-msgstr ""
+#. ^ei1
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"tit\n"
+"help.text"
+msgid "CVErr Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03020406.xhp#par_id3150791.8.help.text
-msgid "You can only use the FileCopy statement to copy files that are not opened."
-msgstr ""
+#. dCVe
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"bm_id531022\n"
+"help.text"
+msgid "<bookmark_value>CVErr function</bookmark_value>"
+msgstr "<bookmark_value>CVErr ფუნქცია</bookmark_value>"
-#: 03020406.xhp#hd_id3125863.9.help.text
-msgctxt "03020406.xhp#hd_id3125863.9.help.text"
-msgid "Example:"
+#. =_Mc
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"par_idN1054B\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100080.xhp\">CVErr Function [Runtime]</link>"
msgstr ""
-#: 03020406.xhp#par_id3150869.10.help.text
-msgid "Sub ExampleFilecopy"
-msgstr "Sub ExampleSpace"
+#. +8`V
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"par_idN1055B\n"
+"help.text"
+msgid "Converts a string expression or numeric expression to a variant expression of the sub type \"Error\"."
+msgstr "გარდაქმნის სტრინგულ ან რიცხვით გამოსახულებას \"Error\"-ის ქვე ტიპის ვარიანტულ გამოსახულებად."
-#: 03020406.xhp#par_id3154685.11.help.text
-msgid "Filecopy \"c:\\autoexec.bat\", \"c:\\Temp\\Autoexec.sav\""
+#. TN3\
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"par_idN1055E\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03020406.xhp#par_id3154123.12.help.text
-msgctxt "03020406.xhp#par_id3154123.12.help.text"
-msgid "end sub"
-msgstr ""
+#. ?[2V
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"par_idN10562\n"
+"help.text"
+msgid "CVErr(Expression)"
+msgstr "CVErr(Expression)"
-#: 03080400.xhp#tit.help.text
-msgid "Square Root Calculation"
-msgstr ""
+#. 6j/J
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"par_idN10565\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03080400.xhp#hd_id3148946.1.help.text
-msgid "<link href=\"text/sbasic/shared/03080400.xhp\" name=\"Square Root Calculation\">Square Root Calculation</link>"
+#. R%IE
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"par_idN10569\n"
+"help.text"
+msgid "Variant."
msgstr ""
-#: 03080400.xhp#par_id3159414.2.help.text
-msgid "Use this function to calculate square roots."
+#. ?v+)
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"par_idN1056C\n"
+"help.text"
+msgid "Parameter:"
msgstr ""
-#: 03080201.xhp#tit.help.text
-msgid "Exp Function [Runtime]"
+#. )W!L
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"par_idN10570\n"
+"help.text"
+msgid "Expression: Any string or numeric expression that you want to convert."
+msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
+
+#. WSFa
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fix Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03080201.xhp#bm_id3150616.help.text
-msgid "<bookmark_value>Exp function</bookmark_value>"
-msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
+#. l$91
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"bm_id3159201\n"
+"help.text"
+msgid "<bookmark_value>Fix function</bookmark_value>"
+msgstr "<bookmark_value>Trim ფუნქცია</bookmark_value>"
-#: 03080201.xhp#hd_id3150616.1.help.text
+#. !$(P
+#: 03080501.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03080201.xhp\" name=\"Exp Function [Runtime]\">Exp Function [Runtime]</link>"
+msgctxt ""
+"03080501.xhp\n"
+"hd_id3159201\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080501.xhp\" name=\"Fix Function [Runtime]\">Fix Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03080201.xhp#par_id3155555.2.help.text
-msgid "Returns the base of the natural logarithm (e = 2.718282) raised to a power."
+#. xJt-
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"par_id3149346\n"
+"2\n"
+"help.text"
+msgid "Returns the integer value of a numeric expression by removing the fractional part of the number."
msgstr ""
-#: 03080201.xhp#hd_id3150984.3.help.text
-msgctxt "03080201.xhp#hd_id3150984.3.help.text"
+#. irMA
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"hd_id3155419\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03080201.xhp#par_id3145315.4.help.text
-msgid "Exp (Number)"
-msgstr ""
+#. 8#o#
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"par_id3156152\n"
+"4\n"
+"help.text"
+msgid "Fix (Expression)"
+msgstr "Str (გამოსახულება)"
-#: 03080201.xhp#hd_id3154347.5.help.text
-msgctxt "03080201.xhp#hd_id3154347.5.help.text"
+#. $(|D
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"hd_id3154923\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03080201.xhp#par_id3149670.6.help.text
-msgctxt "03080201.xhp#par_id3149670.6.help.text"
+#. jT:=
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"par_id3148947\n"
+"6\n"
+"help.text"
msgid "Double"
msgstr ""
-#: 03080201.xhp#hd_id3154760.7.help.text
-msgctxt "03080201.xhp#hd_id3154760.7.help.text"
+#. Wqkp
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"hd_id3154760\n"
+"7\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03080201.xhp#par_id3150793.8.help.text
-msgid "<emph>Number:</emph> Any numeric expression that specifies the power that you want to raise \"e\" to (the base of natural logarithms). The power must be for both single-precision numbers less than or equal to 88.02969 and double-precision numbers less than or equal to 709.782712893, since $[officename] Basic returns an Overflow error for numbers exceeding these values."
+#. x(eQ
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"par_id3149457\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Numeric expression that you want to return the integer value for."
msgstr ""
-#: 03080201.xhp#hd_id3156280.9.help.text
-msgctxt "03080201.xhp#hd_id3156280.9.help.text"
+#. e^=*
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"hd_id3150447\n"
+"9\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03080201.xhp#par_id3153193.10.help.text
-msgctxt "03080201.xhp#par_id3153193.10.help.text"
-msgid "Sub ExampleLogExp"
-msgstr "Sub ExampleDefCur"
+#. lYf=
+#: 03080501.xhp
+#, fuzzy
+msgctxt ""
+"03080501.xhp\n"
+"par_id3156214\n"
+"11\n"
+"help.text"
+msgid "Print Fix(3.14159) ' returns 3."
+msgstr "Print ASC(\"Z\") REM აბრუნებს 90"
-#: 03080201.xhp#par_id3125864.11.help.text
-msgid "Dim dValue as Double"
-msgstr ""
+#. ;Rx(
+#: 03080501.xhp
+#, fuzzy
+msgctxt ""
+"03080501.xhp\n"
+"par_id3154217\n"
+"12\n"
+"help.text"
+msgid "Print Fix(0) ' returns 0."
+msgstr "Print ASC(\"Z\") REM აბრუნებს 90"
-#: 03080201.xhp#par_id3145172.12.help.text
-msgid "const b1=12.345e12"
-msgstr ""
+#. u26{
+#: 03080501.xhp
+#, fuzzy
+msgctxt ""
+"03080501.xhp\n"
+"par_id3145786\n"
+"13\n"
+"help.text"
+msgid "Print Fix(-3.14159) ' returns -3."
+msgstr "Print ASC(\"Z\") REM აბრუნებს 90"
-#: 03080201.xhp#par_id3159254.13.help.text
-msgid "const b2=1.345e34"
+#. YTKq
+#: 03090300.xhp
+msgctxt ""
+"03090300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Jumps"
msgstr ""
-#: 03080201.xhp#par_id3147287.14.help.text
-msgid "dValue=Exp( Log(b1)+Log(b2) )"
-msgstr ""
+#. Rv8O
+#: 03090300.xhp
+#, fuzzy
+msgctxt ""
+"03090300.xhp\n"
+"hd_id3151262\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090300.xhp\" name=\"Jumps\">Jumps</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-#: 03080201.xhp#par_id3161832.15.help.text
-msgid "MsgBox \"\" & dValue & chr(13) & (b1*b2) ,0,\"Multiplication by logarithm\""
+#. R#RU
+#: 03090300.xhp
+msgctxt ""
+"03090300.xhp\n"
+"par_id3148983\n"
+"2\n"
+"help.text"
+msgid "The following statements execute jumps."
msgstr ""
-#: 03080201.xhp#par_id3151112.16.help.text
-msgctxt "03080201.xhp#par_id3151112.16.help.text"
-msgid "end sub"
-msgstr ""
+#. n;)I
+#: 03131500.xhp
+msgctxt ""
+"03131500.xhp\n"
+"tit\n"
+"help.text"
+msgid "CreateUnoStruct Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03104100.xhp#tit.help.text
-msgid "Optional (in Function Statement) [Runtime]"
-msgstr ""
+#. 502o
+#: 03131500.xhp
+msgctxt ""
+"03131500.xhp\n"
+"bm_id3150499\n"
+"help.text"
+msgid "<bookmark_value>CreateUnoStruct function</bookmark_value>"
+msgstr "<bookmark_value>CreateUnoStruct ფუნქცია</bookmark_value>"
-#: 03104100.xhp#bm_id3149205.help.text
-msgid "<bookmark_value>Optional function</bookmark_value>"
-msgstr "<bookmark_value>Va lფუნქცია</bookmark_value>"
+#. a.bH
+#: 03131500.xhp
+#, fuzzy
+msgctxt ""
+"03131500.xhp\n"
+"hd_id3150499\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03131500.xhp\" name=\"CreateUnoStruct Function [Runtime]\">CreateUnoStruct Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03104100.xhp#hd_id3149205.1.help.text
-msgid "<link href=\"text/sbasic/shared/03104100.xhp\" name=\"Optional (in Function Statement) [Runtime]\">Optional (in Function Statement) [Runtime]</link>"
-msgstr ""
+#. (C@o
+#: 03131500.xhp
+msgctxt ""
+"03131500.xhp\n"
+"par_id3150713\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Creates an instance of a Uno structure type.</ahelp>"
+msgstr "<ahelp hid=\".\">ქმნის Uno სტრუქტურის ტიპის ასლს.</ahelp>"
-#: 03104100.xhp#par_id3143267.2.help.text
-msgid "Allows you to define parameters that are passed to a function as optional."
-msgstr ""
+#. ZwlF
+#: 03131500.xhp
+msgctxt ""
+"03131500.xhp\n"
+"par_id3147226\n"
+"3\n"
+"help.text"
+msgid "Use the following structure for your statement:"
+msgstr "თქვენი გამოსახულებისთვის გამოიყენებთ შემდეგი სტრუქტურა:"
-#: 03104100.xhp#par_id3155419.3.help.text
-msgid "See also: <link href=\"text/sbasic/shared/03104000.xhp\" name=\"IsMissing\">IsMissing</link>"
-msgstr ""
+#. h\7!
+#: 03131500.xhp
+msgctxt ""
+"03131500.xhp\n"
+"par_id3149177\n"
+"4\n"
+"help.text"
+msgid "Dim oStruct as new com.sun.star.beans.Property"
+msgstr "Dim oStruct as new com.sun.star.beans.Property"
-#: 03104100.xhp#hd_id3153824.4.help.text
-msgctxt "03104100.xhp#hd_id3153824.4.help.text"
+#. z1(L
+#: 03131500.xhp
+msgctxt ""
+"03131500.xhp\n"
+"hd_id3156153\n"
+"5\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03104100.xhp#par_id3159157.5.help.text
-msgid "Function MyFunction(Text1 As String, Optional Arg2, Optional Arg3)"
-msgstr ""
-
-#: 03104100.xhp#hd_id3145610.7.help.text
-msgctxt "03104100.xhp#hd_id3145610.7.help.text"
-msgid "Examples:"
-msgstr ""
-
-#: 03104100.xhp#par_id3154347.8.help.text
-msgid "Result = MyFunction(\"Here\", 1, \"There\") ' all arguments are passed."
-msgstr ""
+#. 9E`I
+#: 03131500.xhp
+msgctxt ""
+"03131500.xhp\n"
+"par_id3155341\n"
+"6\n"
+"help.text"
+msgid "oStruct = CreateUnoStruct( Uno type name )"
+msgstr "oStruct = CreateUnoStruct( Uno type name )"
-#: 03104100.xhp#par_id3146795.9.help.text
-msgid "Result = MyFunction(\"Test\", ,1) ' second argument is missing."
+#. ]woP
+#: 03131500.xhp
+msgctxt ""
+"03131500.xhp\n"
+"hd_id3145316\n"
+"7\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03104100.xhp#par_id3153897.10.help.text
-msgctxt "03104100.xhp#par_id3153897.10.help.text"
-msgid "See also <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Examples\">Examples</link>."
-msgstr "See <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"მაგალითები\">მაგალითები</link>."
+#. qQvA
+#: 03131500.xhp
+msgctxt ""
+"03131500.xhp\n"
+"par_id3149762\n"
+"8\n"
+"help.text"
+msgid "oStruct = CreateUnoStruct( \"com.sun.star.beans.Property\" )"
+msgstr "oStruct = CreateUnoStruct( \"com.sun.star.beans.Property\" )"
-#: 03020202.xhp#tit.help.text
-msgid "Input# Statement [Runtime]"
+#. i=dC
+#: 03030302.xhp
+msgctxt ""
+"03030302.xhp\n"
+"tit\n"
+"help.text"
+msgid "Time Statement [Runtime]"
msgstr ""
-#: 03020202.xhp#bm_id3154908.help.text
-msgid "<bookmark_value>Input statement</bookmark_value>"
+#. x*lu
+#: 03030302.xhp
+msgctxt ""
+"03030302.xhp\n"
+"bm_id3145090\n"
+"help.text"
+msgid "<bookmark_value>Time statement</bookmark_value>"
msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 03020202.xhp#hd_id3154908.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03020202.xhp\" name=\"Input# Statement [Runtime]\">Input# Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
+#. g}(P
+#: 03030302.xhp
+msgctxt ""
+"03030302.xhp\n"
+"hd_id3145090\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030302.xhp\">Time Statement [Runtime]</link>"
+msgstr ""
-#: 03020202.xhp#par_id3156424.2.help.text
-msgid "Reads data from an open sequential file."
+#. Jak/
+#: 03030302.xhp
+msgctxt ""
+"03030302.xhp\n"
+"par_id3150984\n"
+"2\n"
+"help.text"
+msgid "This function returns the current system time as a string in the format \"HH:MM:SS\"."
msgstr ""
-#: 03020202.xhp#hd_id3125863.3.help.text
-msgctxt "03020202.xhp#hd_id3125863.3.help.text"
+#. a@V8
+#: 03030302.xhp
+msgctxt ""
+"03030302.xhp\n"
+"hd_id3154346\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03020202.xhp#par_id3150440.4.help.text
-msgid "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
-msgstr ""
+#. s2`n
+#: 03030302.xhp
+msgctxt ""
+"03030302.xhp\n"
+"par_id3149670\n"
+"4\n"
+"help.text"
+msgid "Time"
+msgstr "დრო"
-#: 03020202.xhp#hd_id3146121.5.help.text
-msgctxt "03020202.xhp#hd_id3146121.5.help.text"
+#. J,)]
+#: 03030302.xhp
+msgctxt ""
+"03030302.xhp\n"
+"hd_id3150792\n"
+"5\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03020202.xhp#par_id3145749.6.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."
+#. b@LT
+#: 03030302.xhp
+msgctxt ""
+"03030302.xhp\n"
+"par_id3149656\n"
+"6\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that specifies the new time in the format \"HH:MM:SS\"."
msgstr ""
-#: 03020202.xhp#par_id3150011.7.help.text
-msgid "<emph>var:</emph> A numeric or string variable that you assign the values read from the opened file to."
+#. @)s_
+#: 03030302.xhp
+msgctxt ""
+"03030302.xhp\n"
+"hd_id3145173\n"
+"7\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03020202.xhp#par_id3159153.8.help.text
-msgid "The <emph>Input#</emph> statement reads numeric values or strings from an open file and assigns the data to one or more variables. A numeric variable is read up to the first carriage return (Asc=13), line feed (Asc=10), space, or comma. String variables are read to up to the first carriage return (Asc=13), line feed (Asc=10), or comma."
+#. 7Cq.
+#: 03030302.xhp
+msgctxt ""
+"03030302.xhp\n"
+"par_id3150870\n"
+"9\n"
+"help.text"
+msgid "MsgBox Time,0,\"The time is\""
msgstr ""
-#: 03020202.xhp#par_id3146984.9.help.text
-msgid "Data and data types in the opened file must appear in the same order as the variables that are passed in the \"var\" parameter. If you assign non-numeric values to a numeric variable, \"var\" is assigned a value of \"0\"."
-msgstr ""
+#. ]$C(
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"tit\n"
+"help.text"
+msgid "CreateUnoDialog Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03020202.xhp#par_id3156442.10.help.text
-msgid "Records that are separated by commas cannot be assigned to a string variable. Quotation marks (\") in the file are disregarded as well. If you want to read these characters from the file, use the <emph>Line Input#</emph> statement to read pure text files (files containing only printable characters) line by line."
-msgstr ""
+#. 3*oC
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"bm_id3150040\n"
+"help.text"
+msgid "<bookmark_value>CreateUnoDialog function</bookmark_value>"
+msgstr "<bookmark_value>CreateUnoDialog ფუნქცია</bookmark_value>"
-#: 03020202.xhp#par_id3147349.11.help.text
-msgid "If the end of the file is reached while reading a data element, an error occurs and the process is aborted."
+#. g`ed
+#: 03131800.xhp
+#, fuzzy
+msgctxt ""
+"03131800.xhp\n"
+"hd_id3150040\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03131800.xhp\" name=\"CreateUnoDialog Function [Runtime]\">CreateUnoDialog Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
+
+#. F7Zw
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"par_id3154186\n"
+"2\n"
+"help.text"
+msgid "Creates a Basic Uno object that represents a Uno dialog control during Basic runtime."
+msgstr "ქმნის Basic Uno ობიექტს, რომელიც წარმოადგენს Uno დიალოგის კონტროლს Basic-ის გაშვებისას."
+
+#. Ykf@
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"par_id3153750\n"
+"3\n"
+"help.text"
+msgid "Dialogs are defined in the dialog libraries. To display a dialog, a \"live\" dialog must be created from the library."
+msgstr "დიალოგები განისაზღვრება დიალოგურ ბიბლიოთეკებში. დიალოგის საჩვენებლად ბიბლიოთეკაში უნდა შეიქმნას \"ცოცხალი\" დიალოგი."
+
+#. y5qZ
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"par_id3153681\n"
+"4\n"
+"help.text"
+msgid "See <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Examples\">Examples</link>."
+msgstr "See <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"მაგალითები\">მაგალითები</link>."
+
+#. [K\b
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"hd_id3154286\n"
+"5\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03020202.xhp#hd_id3152578.12.help.text
-msgctxt "03020202.xhp#hd_id3152578.12.help.text"
+#. PLCm
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"par_id3159176\n"
+"6\n"
+"help.text"
+msgid "CreateUnoDialog( oDlgDesc )"
+msgstr "CreateUnoDialog( oDlgDesc )"
+
+#. X4@g
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"hd_id3143270\n"
+"7\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03020202.xhp#par_id3144765.13.help.text
-msgctxt "03020202.xhp#par_id3144765.13.help.text"
-msgid "Sub ExampleWorkWithAFile"
+#. hac8
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"par_id3159157\n"
+"8\n"
+"help.text"
+msgid "' Get dialog description from the dialog library"
+msgstr "' დიალოგთა ბიბლიოთეკიდან დიალოგის აღწერილობის მიღება"
+
+#. vCm@
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"par_id3149234\n"
+"9\n"
+"help.text"
+msgid "oDlgDesc = DialogLibraries.Standard.Dialog1"
msgstr ""
-#: 03020202.xhp#par_id3145799.14.help.text
-msgctxt "03020202.xhp#par_id3145799.14.help.text"
-msgid "Dim iNumber As Integer"
-msgstr "DIm iLen როგორც Integer"
-
-#: 03020202.xhp#par_id3145252.15.help.text
-msgctxt "03020202.xhp#par_id3145252.15.help.text"
-msgid "Dim sLine As String"
-msgstr "Dim sSep As String"
-
-#: 03020202.xhp#par_id3149410.16.help.text
-msgctxt "03020202.xhp#par_id3149410.16.help.text"
-msgid "Dim aFile As String"
-msgstr "DIM sFile სტრიქონი როგორც "
+#. r3pC
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"par_id3154923\n"
+"10\n"
+"help.text"
+msgid "' generate \"live\" dialog"
+msgstr "' \"ცოცხალი\" დიალოგის გენერაცია"
-#: 03020202.xhp#par_id3149959.39.help.text
-msgctxt "03020202.xhp#par_id3149959.39.help.text"
-msgid "Dim sMsg as String"
-msgstr "Dim sVar as string"
+#. .TL0
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"par_id3149670\n"
+"11\n"
+"help.text"
+msgid "oDlgControl = CreateUnoDialog( oDlgDesc )"
+msgstr "oDlgControl = CreateUnoDialog( oDlgDesc )"
-#: 03020202.xhp#par_id3153417.17.help.text
-msgctxt "03020202.xhp#par_id3153417.17.help.text"
-msgid "aFile = \"c:\\data.txt\""
-msgstr ""
+#. @EM$
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"par_id3148550\n"
+"12\n"
+"help.text"
+msgid "' display \"live\" dialog"
+msgstr "' \"ცოცხალი\" დიალოგის ჩვენება"
-#: 03020202.xhp#par_id3150752.19.help.text
-msgctxt "03020202.xhp#par_id3150752.19.help.text"
-msgid "iNumber = Freefile"
-msgstr ""
+#. J$1J
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"par_id3154072\n"
+"13\n"
+"help.text"
+msgid "oDlgControl.execute"
+msgstr "oDlgControl.execute"
-#: 03020202.xhp#par_id3153707.20.help.text
-msgctxt "03020202.xhp#par_id3153707.20.help.text"
-msgid "Open aFile For Output As #iNumber"
-msgstr ""
+#. ZVi@
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"tit\n"
+"help.text"
+msgid "IsEmpty Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03020202.xhp#par_id3150321.21.help.text
-msgctxt "03020202.xhp#par_id3150321.21.help.text"
-msgid "Print #iNumber, \"This is a line of text\""
-msgstr ""
+#. pqV.
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"bm_id3153394\n"
+"help.text"
+msgid "<bookmark_value>IsEmpty function</bookmark_value>"
+msgstr "<bookmark_value>IsError ფუნქცია</bookmark_value>"
-#: 03020202.xhp#par_id3154756.22.help.text
-msgctxt "03020202.xhp#par_id3154756.22.help.text"
-msgid "Print #iNumber, \"This is another line of text\""
-msgstr ""
+#. b:re
+#: 03102400.xhp
+#, fuzzy
+msgctxt ""
+"03102400.xhp\n"
+"hd_id3153394\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102400.xhp\" name=\"IsEmpty Function [Runtime]\">IsEmpty Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03020202.xhp#par_id3148408.23.help.text
-msgctxt "03020202.xhp#par_id3148408.23.help.text"
-msgid "Close #iNumber"
+#. qydL
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"par_id3163045\n"
+"2\n"
+"help.text"
+msgid "Tests if a Variant variable contains the Empty value. The Empty value indicates that the variable is not initialized."
msgstr ""
-#: 03020202.xhp#par_id3155937.27.help.text
-msgctxt "03020202.xhp#par_id3155937.27.help.text"
-msgid "iNumber = Freefile"
+#. }mrZ
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"hd_id3159158\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03020202.xhp#par_id3154702.28.help.text
-msgctxt "03020202.xhp#par_id3154702.28.help.text"
-msgid "Open aFile For Input As iNumber"
+#. x*F2
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"par_id3153126\n"
+"4\n"
+"help.text"
+msgid "IsEmpty (Var)"
msgstr ""
-#: 03020202.xhp#par_id3155959.29.help.text
-msgctxt "03020202.xhp#par_id3155959.29.help.text"
-msgid "While not eof(iNumber)"
-msgstr ""
+#. w}(z
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"hd_id3148685\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03020202.xhp#par_id3145232.30.help.text
-msgctxt "03020202.xhp#par_id3145232.30.help.text"
-msgid "Line Input #iNumber, sLine"
+#. r])T
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"par_id3156344\n"
+"6\n"
+"help.text"
+msgid "Bool"
msgstr ""
-#: 03020202.xhp#par_id3147345.31.help.text
-msgctxt "03020202.xhp#par_id3147345.31.help.text"
-msgid "If sLine <>\"\" then"
+#. SphW
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"hd_id3148947\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03020202.xhp#par_id3150298.32.help.text
-msgctxt "03020202.xhp#par_id3150298.32.help.text"
-msgid "sMsg = sMsg & sLine & chr(13)"
-msgstr ""
+#. ,us0
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"par_id3154347\n"
+"8\n"
+"help.text"
+msgid "<emph>Var:</emph> Any variable that you want to test. If the Variant contains the Empty value, the function returns True, otherwise the function returns False."
+msgstr "<emph>Var:</emph> ნებისმიერი გამოსაცდელი ცვლადი. თუ ცვლადი შეიცავს მცდა მნიშვნელობას, ფუნქცია ასბრუნებს True-ს, წინააღმდეგ შემთხვევაში ფუქნცია აბრუნებს False-ს."
-#: 03020202.xhp#par_id3154021.34.help.text
-msgctxt "03020202.xhp#par_id3154021.34.help.text"
-msgid "end if"
+#. Fucq
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"hd_id3154138\n"
+"9\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03020202.xhp#par_id3154665.35.help.text
-msgctxt "03020202.xhp#par_id3154665.35.help.text"
-msgid "wend"
+#. 75.3
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"par_id3154863\n"
+"13\n"
+"help.text"
+msgid "Print IsEmpty(sVar) ' Returns True"
msgstr ""
-#: 03020202.xhp#par_id3155607.36.help.text
-msgctxt "03020202.xhp#par_id3155607.36.help.text"
-msgid "Close #iNumber"
+#. }+5~
+#: 03030200.xhp
+msgctxt ""
+"03030200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Converting Time Values"
msgstr ""
-#: 03020202.xhp#par_id3153268.40.help.text
-msgctxt "03020202.xhp#par_id3153268.40.help.text"
-msgid "Msgbox sMsg"
+#. XGNX
+#: 03030200.xhp
+msgctxt ""
+"03030200.xhp\n"
+"hd_id3147226\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030200.xhp\" name=\"Converting Time Values\">Converting Time Values</link>"
msgstr ""
-#: 03020202.xhp#par_id3152584.37.help.text
-msgctxt "03020202.xhp#par_id3152584.37.help.text"
-msgid "End Sub"
+#. a]fQ
+#: 03030200.xhp
+msgctxt ""
+"03030200.xhp\n"
+"par_id3149415\n"
+"2\n"
+"help.text"
+msgid "The following functions convert time values to calculable numbers."
msgstr ""
-#: 03050100.xhp#tit.help.text
-msgid "Erl Function [Runtime]"
+#. lJ[z
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"tit\n"
+"help.text"
+msgid "CLng Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03050100.xhp#bm_id3157896.help.text
-msgid "<bookmark_value>Erl function</bookmark_value>"
-msgstr "<bookmark_value>Va lფუნქცია</bookmark_value>"
+#. Oyf~
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"bm_id3153311\n"
+"help.text"
+msgid "<bookmark_value>CLng function</bookmark_value>"
+msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
-#: 03050100.xhp#hd_id3157896.1.help.text
+#. R6CJ
+#: 03100600.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03050100.xhp\" name=\"Erl Function [Runtime]\">Erl Function [Runtime]</link>"
+msgctxt ""
+"03100600.xhp\n"
+"hd_id3153311\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100600.xhp\" name=\"CLng Function [Runtime]\">CLng Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03050100.xhp#par_id3153394.2.help.text
-msgid "Returns the line number where an error occurred during program execution."
-msgstr ""
+#. nVOl
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"par_id3148686\n"
+"2\n"
+"help.text"
+msgid "Converts any string or numeric expression to a long integer."
+msgstr "გარდაქმნის სტრიქონს ან ციფრულ გამოსახულებას ბაიტის ტიპისთვის."
-#: 03050100.xhp#hd_id3147574.3.help.text
-msgctxt "03050100.xhp#hd_id3147574.3.help.text"
+#. .*c}
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"hd_id3145315\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03050100.xhp#par_id3146795.4.help.text
-msgid "Erl"
-msgstr ""
+#. qL-M
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"par_id3147573\n"
+"4\n"
+"help.text"
+msgid "CLng (Expression)"
+msgstr "CCur(Expression)"
-#: 03050100.xhp#hd_id3147265.5.help.text
-msgctxt "03050100.xhp#hd_id3147265.5.help.text"
+#. ffak
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"hd_id3145610\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03050100.xhp#par_id3154924.6.help.text
-msgctxt "03050100.xhp#par_id3154924.6.help.text"
-msgid "Integer"
+#. ;d)Q
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"par_id3153897\n"
+"6\n"
+"help.text"
+msgid "Long"
msgstr ""
-#: 03050100.xhp#hd_id3150792.7.help.text
-msgctxt "03050100.xhp#hd_id3150792.7.help.text"
+#. =1Th
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"hd_id3154760\n"
+"7\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03050100.xhp#par_id3153771.8.help.text
-msgid "The Erl function only returns a line number, and not a line label."
+#. IOqN
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"par_id3159414\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any numerical expression that you want to convert. If the <emph>Expression</emph> lies outside the valid long integer range between -2.147.483.648 and 2.147.483.647, $[officename] Basic returns an overflow error. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system."
+msgstr ""
+
+#. HVfa
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"par_id3150358\n"
+"9\n"
+"help.text"
+msgid "This function always rounds the fractional part of a number to the nearest integer."
msgstr ""
-#: 03050100.xhp#hd_id3146921.9.help.text
-msgctxt "03050100.xhp#hd_id3146921.9.help.text"
+#. tiiv
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"hd_id3154216\n"
+"10\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03050100.xhp#par_id3146975.10.help.text
-msgctxt "03050100.xhp#par_id3146975.10.help.text"
-msgid "sub ExampleError"
-msgstr "sub ExampleChr"
+#. RtH#
+#: main0211.xhp
+msgctxt ""
+"main0211.xhp\n"
+"tit\n"
+"help.text"
+msgid "Macro Toolbar"
+msgstr "მაკროს ხელსაწყოთა ზოლი"
-#: 03050100.xhp#par_id3150010.11.help.text
-msgctxt "03050100.xhp#par_id3150010.11.help.text"
-msgid "on error goto ErrorHandler REM Set up error handler"
-msgstr ""
+#. XjG*
+#: main0211.xhp
+msgctxt ""
+"main0211.xhp\n"
+"bm_id3150543\n"
+"help.text"
+msgid "<bookmark_value>toolbars; Basic IDE</bookmark_value><bookmark_value>macro toolbar</bookmark_value>"
+msgstr "<bookmark_value>ინსტრუმენთა ზოლი; Basic IDE</bookmark_value><bookmark_value>მაკროს ინსტრუმენტთა ზოლი</bookmark_value>"
-#: 03050100.xhp#par_id3155308.12.help.text
-msgctxt "03050100.xhp#par_id3155308.12.help.text"
-msgid "Dim iVar as Integer"
-msgstr "Dim iPos as Integer"
+#. VE@V
+#: main0211.xhp
+msgctxt ""
+"main0211.xhp\n"
+"hd_id3150543\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/main0211.xhp\" name=\"Macro Toolbar\">Macro Toolbar</link>"
+msgstr "<link href=\"text/sbasic/shared/main0211.xhp\" name=\"მაკროს ინსტრუმენტთა ზოლი\">მაკროს ინსტრუმენტთა ზოლი</link>"
-#: 03050100.xhp#par_id3149482.13.help.text
-msgctxt "03050100.xhp#par_id3149482.13.help.text"
-msgid "Dim sVar As String"
-msgstr "Dim sVar as string"
+#. B\IC
+#: main0211.xhp
+msgctxt ""
+"main0211.xhp\n"
+"par_id3147288\n"
+"2\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:MacroBarVisible\">The <emph>Macro Toolbar </emph>contains commands to create, edit, and run macros.</ahelp>"
+msgstr "<ahelp visibility=\"visible\" hid=\".uno:MacroBarVisible\">The <emph>მაკროს ინსტრუმენტთა ზოლი </emph>შეიცავს კომანდებს მაკროების შესაქმნელად, დასარედაქტირებლად და გასაშვებად.</ahelp>"
-#: 03050100.xhp#par_id3153188.14.help.text
-msgid "REM Error caused by non-existent file"
+#. ~lN^
+#: 03070100.xhp
+msgctxt ""
+"03070100.xhp\n"
+"tit\n"
+"help.text"
+msgid "\"-\" Operator [Runtime]"
msgstr ""
-#: 03050100.xhp#par_id3159155.15.help.text
-msgctxt "03050100.xhp#par_id3159155.15.help.text"
-msgid "iVar = Freefile"
+#. cM=j
+#: 03070100.xhp
+msgctxt ""
+"03070100.xhp\n"
+"bm_id3156042\n"
+"help.text"
+msgid "<bookmark_value>\"-\" operator (mathematical)</bookmark_value>"
msgstr ""
-#: 03050100.xhp#par_id3146120.16.help.text
-msgctxt "03050100.xhp#par_id3146120.16.help.text"
-msgid "Open \"\\file9879.txt\" for Input as #iVar"
+#. a.B$
+#: 03070100.xhp
+msgctxt ""
+"03070100.xhp\n"
+"hd_id3156042\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03070100.xhp\">\"-\" Operator [Runtime]</link>"
msgstr ""
-#: 03050100.xhp#par_id3147349.17.help.text
-msgctxt "03050100.xhp#par_id3147349.17.help.text"
-msgid "Line Input #iVar, sVar"
+#. k\GP
+#: 03070100.xhp
+msgctxt ""
+"03070100.xhp\n"
+"par_id3153345\n"
+"2\n"
+"help.text"
+msgid "Subtracts two values."
msgstr ""
-#: 03050100.xhp#par_id3151073.18.help.text
-msgctxt "03050100.xhp#par_id3151073.18.help.text"
-msgid "Close #iVar"
+#. S-,K
+#: 03070100.xhp
+msgctxt ""
+"03070100.xhp\n"
+"hd_id3149416\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03050100.xhp#par_id3148456.19.help.text
-msgctxt "03050100.xhp#par_id3148456.19.help.text"
-msgid "exit sub"
+#. ?+88
+#: 03070100.xhp
+msgctxt ""
+"03070100.xhp\n"
+"par_id3156023\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 - Expression2"
msgstr ""
-#: 03050100.xhp#par_id3147394.20.help.text
-msgctxt "03050100.xhp#par_id3147394.20.help.text"
-msgid "ErrorHandler:"
+#. f0KK
+#: 03070100.xhp
+msgctxt ""
+"03070100.xhp\n"
+"hd_id3154760\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03050100.xhp#par_id3155416.21.help.text
-msgid "MsgBox \"Error \" & err & \": \" & error$ + chr(13) + \"In line : \" + Erl + chr(13) + Now , 16 ,\"An error occurred\""
+#. PS7!
+#: 03070100.xhp
+msgctxt ""
+"03070100.xhp\n"
+"par_id3147560\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numerical expression that contains the result of the subtraction."
msgstr ""
-#: 03050100.xhp#par_id3153878.22.help.text
-msgctxt "03050100.xhp#par_id3153878.22.help.text"
-msgid "end sub"
+#. KkL9
+#: 03070100.xhp
+msgctxt ""
+"03070100.xhp\n"
+"par_id3150398\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any numerical expressions that you want to subtract."
+msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
+
+#. NI[E
+#: 03070100.xhp
+msgctxt ""
+"03070100.xhp\n"
+"hd_id3154366\n"
+"8\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03120303.xhp#tit.help.text
-msgid "Left Function [Runtime]"
+#. G:E@
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"tit\n"
+"help.text"
+msgid "TimeSerial Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03120303.xhp#bm_id3149346.help.text
-msgid "<bookmark_value>Left function</bookmark_value>"
-msgstr "<bookmark_value>მარცხენა ფუნქცია</bookmark_value>"
+#. R4*]
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"bm_id3143271\n"
+"help.text"
+msgid "<bookmark_value>TimeSerial function</bookmark_value>"
+msgstr "<bookmark_value>Trim ფუნქცია</bookmark_value>"
-#: 03120303.xhp#hd_id3149346.1.help.text
+#. 0i6+
+#: 03030205.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03120303.xhp\" name=\"Left Function [Runtime]\">Left Function [Runtime]</link>"
+msgctxt ""
+"03030205.xhp\n"
+"hd_id3143271\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030205.xhp\" name=\"TimeSerial Function [Runtime]\">TimeSerial Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03120303.xhp#par_id3147242.2.help.text
-msgid "Returns the number of leftmost characters that you specify of a string expression."
+#. 0mXn
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3156344\n"
+"2\n"
+"help.text"
+msgid "Calculates a serial time value for the specified hour, minute, and second parameters that are passed as numeric value. You can then use this value to calculate the difference between times."
msgstr ""
-#: 03120303.xhp#hd_id3156153.3.help.text
-msgctxt "03120303.xhp#hd_id3156153.3.help.text"
+#. 57Q3
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"hd_id3146794\n"
+"4\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03120303.xhp#par_id3150771.4.help.text
-msgid "Left (Text As String, n As Long)"
-msgstr "მარცხენა (ტექსტი როგორც სტრიქონი, n როგორც გრძელი)"
+#. ?bZl
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3150792\n"
+"5\n"
+"help.text"
+msgid "TimeSerial (hour, minute, second)"
+msgstr ""
-#: 03120303.xhp#hd_id3153824.5.help.text
-msgctxt "03120303.xhp#hd_id3153824.5.help.text"
+#. g{xt
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"hd_id3148797\n"
+"6\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03120303.xhp#par_id3147530.6.help.text
-msgctxt "03120303.xhp#par_id3147530.6.help.text"
-msgid "String"
-msgstr "სტრიქონები"
-
-#: 03120303.xhp#hd_id3148946.7.help.text
-msgctxt "03120303.xhp#hd_id3148946.7.help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120303.xhp#par_id3148552.8.help.text
-msgid "<emph>Text:</emph> Any string expression that you want to return the leftmost characters from."
-msgstr "<emph>ტექსტი:</emph> ნებისმიერი სტრინგული გამოსახულება, რომლიც ყველაზე მარჯვენა ასო-ნიშნების დაბრუნებაც გსურთ."
-
-#: 03120303.xhp#par_id3149456.9.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>ციფრული გამოსახულება, რომელიც განსაზღვრავს სიმბოლოთა რიცხვს, რომლებიც გინდათ დააბრუნოთ. If <emph>n</emph> = 0, ნოლი-სიგრძის სტრიქონი არის დაბრუნებული. მაქსიმუმ დასაშვები მნიშვნელობაა 65535."
-
-#: 03120303.xhp#par_id3150791.10.help.text
-msgid "The following example converts a date in YYYY.MM.DD format to MM/DD/YYYY format."
-msgstr "შემდეგი მაგალით ი გარდაქმნის თარიღს ფორმატში YYYY.MM.DD ფორმატს MM/DD/YYYY ფორმატში."
-
-#: 03120303.xhp#hd_id3125863.11.help.text
-msgctxt "03120303.xhp#hd_id3125863.11.help.text"
-msgid "Example:"
+#. vrWO
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3154908\n"
+"7\n"
+"help.text"
+msgid "Date"
msgstr ""
-#: 03120303.xhp#par_id3144761.12.help.text
-msgctxt "03120303.xhp#par_id3144761.12.help.text"
-msgid "Sub ExampleUSDate"
-msgstr "Sub ExampleSpace"
-
-#: 03120303.xhp#par_id3153194.13.help.text
-msgctxt "03120303.xhp#par_id3153194.13.help.text"
-msgid "Dim sInput As String"
-msgstr "Dim sSep As String"
-
-#: 03120303.xhp#par_id3154217.14.help.text
-msgctxt "03120303.xhp#par_id3154217.14.help.text"
-msgid "Dim sUS_date As String"
-msgstr "Dim sSep As String"
-
-#: 03120303.xhp#par_id3150448.15.help.text
-msgctxt "03120303.xhp#par_id3150448.15.help.text"
-msgid "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
+#. j*\B
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"hd_id3154124\n"
+"8\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03120303.xhp#par_id3149203.16.help.text
-msgctxt "03120303.xhp#par_id3149203.16.help.text"
-msgid "sUS_date = Mid(sInput, 6, 2)"
+#. f`c*
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3153193\n"
+"9\n"
+"help.text"
+msgid "<emph>hour:</emph> Any integer expression that indicates the hour of the time that is used to determine the serial time value. Valid values: 0-23."
msgstr ""
-#: 03120303.xhp#par_id3150439.17.help.text
-msgctxt "03120303.xhp#par_id3150439.17.help.text"
-msgid "sUS_date = sUS_date & \"/\""
+#. JrL=
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3159252\n"
+"10\n"
+"help.text"
+msgid "<emph>minute:</emph> Any integer expression that indicates the minute of the time that is used to determine the serial time value. In general, use values between 0 and 59. However, you can also use values that lie outside of this range, where the number of minutes influence the hour value."
msgstr ""
-#: 03120303.xhp#par_id3153770.18.help.text
-msgctxt "03120303.xhp#par_id3153770.18.help.text"
-msgid "sUS_date = sUS_date & Right(sInput, 2)"
+#. RS=P
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3161831\n"
+"11\n"
+"help.text"
+msgid "<emph>second:</emph> Any integer expression that indicates the second of the time that is used to determine the serial time value. In general, you can use values between 0 and 59. However, you can also use values that lie outside of this range, where the number seconds influences the minute value."
msgstr ""
-#: 03120303.xhp#par_id3161833.19.help.text
-msgctxt "03120303.xhp#par_id3161833.19.help.text"
-msgid "sUS_date = sUS_date & \"/\""
-msgstr ""
+#. F($s
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3155854\n"
+"12\n"
+"help.text"
+msgid "<emph>Examples:</emph>"
+msgstr "<emph>სახელი</emph>"
-#: 03120303.xhp#par_id3147215.20.help.text
-msgctxt "03120303.xhp#par_id3147215.20.help.text"
-msgid "sUS_date = sUS_date & Left(sInput, 4)"
+#. o1Ju
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3153952\n"
+"13\n"
+"help.text"
+msgid "12, -5, 45 corresponds to 11, 55, 45"
msgstr ""
-#: 03120303.xhp#par_id3149666.21.help.text
-msgctxt "03120303.xhp#par_id3149666.21.help.text"
-msgid "MsgBox sUS_date"
+#. -QK^
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3147349\n"
+"14\n"
+"help.text"
+msgid "12, 61, 45 corresponds to 13, 2, 45"
msgstr ""
-#: 03120303.xhp#par_id3153138.22.help.text
-msgctxt "03120303.xhp#par_id3153138.22.help.text"
-msgid "End Sub"
+#. `W*s
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3147426\n"
+"15\n"
+"help.text"
+msgid "12, 20, -2 corresponds to 12, 19, 58"
msgstr ""
-#: 03090407.xhp#tit.help.text
-msgid "Rem Statement [Runtime]"
+#. S[Eb
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3153365\n"
+"16\n"
+"help.text"
+msgid "12, 20, 63 corresponds to 12, 21, 4"
msgstr ""
-#: 03090407.xhp#bm_id3154347.help.text
-msgid "<bookmark_value>Rem statement</bookmark_value><bookmark_value>comments;Rem statement</bookmark_value>"
-msgstr "<bookmark_value>Mid ფუნქცია</bookmark_value><bookmark_value>Mid დებულება</bookmark_value>"
-
-#: 03090407.xhp#hd_id3154347.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03090407.xhp\" name=\"Rem Statement [Runtime]\">Rem Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-
-#: 03090407.xhp#par_id3153525.2.help.text
-msgid "Specifies that a program line is a comment."
+#. W\KI
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3146985\n"
+"17\n"
+"help.text"
+msgid "You can use the TimeSerial function to convert any time into a single value that you can use to calculate time differences."
msgstr ""
-#: 03090407.xhp#hd_id3153360.3.help.text
-msgctxt "03090407.xhp#hd_id3153360.3.help.text"
-msgid "Syntax:"
+#. YH$!
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3155308\n"
+"18\n"
+"help.text"
+msgid "The TimeSerial function returns the type Variant with VarType 7 (Date). This value is stored internally as a double-precision number between 0 and 0.9999999999. As opposed to the DateSerial or DateValue function, where the serial date values are calculated as days relative to a fixed date, you can calculate with values returned by the TimeSerial function, but you cannot evaluate them."
msgstr ""
-#: 03090407.xhp#par_id3154141.4.help.text
-msgid "Rem Text"
+#. )a6U
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3149482\n"
+"19\n"
+"help.text"
+msgid "In the TimeValue function, you can pass a string as a parameter containing the time. For the TimeSerial function, however, you can pass the individual parameters (hour, minute, second) as separate numeric expressions."
msgstr ""
-#: 03090407.xhp#hd_id3151042.5.help.text
-msgctxt "03090407.xhp#hd_id3151042.5.help.text"
-msgid "Parameters:"
+#. q14B
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"hd_id3154790\n"
+"20\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03090407.xhp#par_id3150869.6.help.text
-msgid "<emph>Text:</emph> Any text that serves as a comment."
+#. ]G=)
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3155600\n"
+"25\n"
+"help.text"
+msgid "MsgBox dDate,64,\"Time as a number\""
msgstr ""
-#: 03090407.xhp#par_id3147318.7.help.text
-msgid "You can use the single quotation mark instead of the Rem keyword to indicate that the text on a line is comments. This symbol can be inserted directly to the right of the program code, followed by a comment."
+#. f=a-
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3153417\n"
+"26\n"
+"help.text"
+msgid "MsgBox sDate,64,\"Formatted time\""
msgstr ""
-#: 03090407.xhp#par_id6187017.help.text
-msgid "You can use a space followed by the underline character _ as the last two characters of a line to continue the logical line on the next line. To continue comment lines, you must enter \"Option Compatible\" in the same Basic module."
-msgstr ""
+#. Hm8-
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comparison Operators"
+msgstr "შედარების ოპერატორები"
-#: 03090407.xhp#hd_id3150012.8.help.text
-msgctxt "03090407.xhp#hd_id3150012.8.help.text"
-msgid "Example:"
+#. \ez_
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"hd_id3155555\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03110000.xhp\" name=\"Comparison Operators\">Comparison Operators</link>"
msgstr ""
-#: 03090407.xhp#par_id3152939.9.help.text
-msgid "Sub ExampleMid"
-msgstr "Sub ExampleASC"
-
-#: 03090407.xhp#par_id3153142.10.help.text
-msgid "DIM sVar As String"
-msgstr "DIM sFile სტრიქონი როგორც "
-
-#: 03090407.xhp#par_id3145365.11.help.text
-msgctxt "03090407.xhp#par_id3145365.11.help.text"
-msgid "sVar = \"Las Vegas\""
-msgstr ""
+#. sZyA
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"par_id3153528\n"
+"2\n"
+"help.text"
+msgid "The available comparison operators are described here."
+msgstr "ხელმისაწვდომი შედარების ოპერატორები აღწერილია აქ."
-#: 03090407.xhp#par_id3146984.12.help.text
-msgid "Print Mid(sVar,3,5) REM Returns \"s Veg\""
+#. E(so
+#: 03090100.xhp
+msgctxt ""
+"03090100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Condition Statements"
msgstr ""
-#: 03090407.xhp#par_id3153140.13.help.text
-msgid "REM Nothing occurs here"
-msgstr ""
+#. 1rS(
+#: 03090100.xhp
+#, fuzzy
+msgctxt ""
+"03090100.xhp\n"
+"hd_id3154422\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090100.xhp\" name=\"Condition Statements\">Condition Statements</link>"
+msgstr "<link href=\"text/sbasic/shared/03130000.xhp\" name=\"სხვა ბრძენებები\">სხვა ბრძენებები</link>"
-#: 03090407.xhp#par_id3152596.14.help.text
-msgctxt "03090407.xhp#par_id3152596.14.help.text"
-msgid "end sub"
+#. (]8=
+#: 03090100.xhp
+msgctxt ""
+"03090100.xhp\n"
+"par_id3153750\n"
+"2\n"
+"help.text"
+msgid "The following statements are based on conditions."
msgstr ""
-#: 03120315.xhp#tit.help.text
-msgid "Join Function [Runtime]"
+#. 1xIk
+#: 03120105.xhp
+msgctxt ""
+"03120105.xhp\n"
+"tit\n"
+"help.text"
+msgid "CByte Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03120315.xhp#bm_id3149416.help.text
-msgid "<bookmark_value>Join function</bookmark_value>"
-msgstr "<bookmark_value>Join ფუნქცია</bookmark_value>"
+#. X28J
+#: 03120105.xhp
+msgctxt ""
+"03120105.xhp\n"
+"bm_id3156027\n"
+"help.text"
+msgid "<bookmark_value>CByte function</bookmark_value>"
+msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
-#: 03120315.xhp#hd_id3149416.1.help.text
+#. .jV,
+#: 03120105.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03120315.xhp\" name=\"Join Function [Runtime]\">Join Function [Runtime]</link>"
+msgctxt ""
+"03120105.xhp\n"
+"hd_id3156027\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120105.xhp\" name=\"CByte Function [Runtime]\">CByte Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03120315.xhp#par_id3149670.2.help.text
-msgid "Returns a string from a number of substrings in a string array."
-msgstr "მასივში ქვესტრინგებიდან აბრუნებს სტინგს."
+#. c17K
+#: 03120105.xhp
+msgctxt ""
+"03120105.xhp\n"
+"par_id3143267\n"
+"2\n"
+"help.text"
+msgid "Converts a string or a numeric expression to the type Byte."
+msgstr "გარდაქმნის სტრიქონს ან ციფრულ გამოსახულებას ბაიტის ტიპისთვის."
-#: 03120315.xhp#hd_id3159414.3.help.text
-msgctxt "03120315.xhp#hd_id3159414.3.help.text"
+#. TK%f
+#: 03120105.xhp
+msgctxt ""
+"03120105.xhp\n"
+"hd_id3149811\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03120315.xhp#par_id3156344.4.help.text
-msgid "Join (Text As String Array, delimiter)"
-msgstr "Join (Text As String Array, delimiter)"
+#. 7dEs
+#: 03120105.xhp
+msgctxt ""
+"03120105.xhp\n"
+"par_id3147573\n"
+"4\n"
+"help.text"
+msgid "Cbyte( expression )"
+msgstr "Cbyte( გამოსახულება )"
-#: 03120315.xhp#hd_id3150400.5.help.text
-msgctxt "03120315.xhp#hd_id3150400.5.help.text"
+#. J:K[
+#: 03120105.xhp
+msgctxt ""
+"03120105.xhp\n"
+"hd_id3145315\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03120315.xhp#par_id3150359.6.help.text
-msgctxt "03120315.xhp#par_id3150359.6.help.text"
-msgid "String"
-msgstr "სტრიქონები"
+#. H[:U
+#: 03120105.xhp
+msgctxt ""
+"03120105.xhp\n"
+"par_id3148473\n"
+"6\n"
+"help.text"
+msgid "Byte"
+msgstr "ბაიტი"
-#: 03120315.xhp#hd_id3148798.7.help.text
-msgctxt "03120315.xhp#hd_id3148798.7.help.text"
+#. ,Auk
+#: 03120105.xhp
+msgctxt ""
+"03120105.xhp\n"
+"hd_id3147530\n"
+"7\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03120315.xhp#par_id3145171.8.help.text
-msgid "<emph>Text:</emph> A string array."
-msgstr "<emph>ტექსტი:</emph> სტრინგების მწკრივი."
-
-#: 03120315.xhp#par_id3154908.9.help.text
-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>delimiter (არჩევითი):</emph> სტრუნგული ასო-ნიშანი, რომელიც გამოიყენება ქვესტრინგების გამოსაყოფად შედეგის სტრინგში. საწყის გამყოფად გამოიყენება ჰარის ასო-ნიშანი. თუ გამყოფი ნულოვანი სიგრძისაა\"\", ქვესტრინგები შეერთდება გამყოფის გარეშე."
-
-#: 03120315.xhp#hd_id3154218.10.help.text
-msgctxt "03120315.xhp#hd_id3154218.10.help.text"
-msgid "Example:"
-msgstr ""
+#. sr]N
+#: 03120105.xhp
+msgctxt ""
+"03120105.xhp\n"
+"par_id3145068\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> A string or a numeric expression."
+msgstr "<emph>Expression:</emph>სტრიქონი ან ციფრული გამოსახულება."
-#: 03080401.xhp#tit.help.text
-msgid "Sqr Function [Runtime]"
+#. ZyC`
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"tit\n"
+"help.text"
+msgid "InputBox Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03080401.xhp#bm_id3156027.help.text
-msgid "<bookmark_value>Sqr function</bookmark_value>"
-msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
+#. PvMt
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"bm_id3148932\n"
+"help.text"
+msgid "<bookmark_value>InputBox function</bookmark_value>"
+msgstr "<bookmark_value>InStr ფუნქცია</bookmark_value>"
-#: 03080401.xhp#hd_id3156027.1.help.text
+#. 2E#Y
+#: 03010201.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03080401.xhp\" name=\"Sqr Function [Runtime]\">Sqr Function [Runtime]</link>"
+msgctxt ""
+"03010201.xhp\n"
+"hd_id3148932\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010201.xhp\" name=\"InputBox Function [Runtime]\">InputBox Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03080401.xhp#par_id3147226.2.help.text
-msgid "Calculates the square root of a numeric expression."
+#. :kQq
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3151262\n"
+"2\n"
+"help.text"
+msgid "Displays a prompt in a dialog at which the user can input text. The input is assigned to a variable."
+msgstr ""
+
+#. ul4U
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3151100\n"
+"3\n"
+"help.text"
+msgid "The <emph>InputBox</emph> statement is a convenient method of entering text through a dialog. Confirm the input by clicking OK or pressing Return. The input is returned as the function return value. If you close the dialog with Cancel, <emph>InputBox</emph> returns a zero-length string (\"\")."
msgstr ""
-#: 03080401.xhp#hd_id3143267.3.help.text
-msgctxt "03080401.xhp#hd_id3143267.3.help.text"
+#. EQI3
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"hd_id3152347\n"
+"4\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03080401.xhp#par_id3149415.4.help.text
-msgid "Sqr (Number)"
+#. iHf|
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3159201\n"
+"5\n"
+"help.text"
+msgid "InputBox (Msg As String[, Title As String[, Default As String[, x_pos As Integer, y_pos As Integer]]]])"
msgstr ""
-#: 03080401.xhp#hd_id3156023.5.help.text
-msgctxt "03080401.xhp#hd_id3156023.5.help.text"
+#. _Z[H
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"hd_id3150713\n"
+"6\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03080401.xhp#par_id3156343.6.help.text
-msgctxt "03080401.xhp#par_id3156343.6.help.text"
-msgid "Double"
-msgstr ""
+#. AyIy
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3145090\n"
+"7\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონები"
-#: 03080401.xhp#hd_id3147265.7.help.text
-msgctxt "03080401.xhp#hd_id3147265.7.help.text"
-msgid "Parameters:"
+#. B\A,
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"hd_id3149346\n"
+"8\n"
+"help.text"
+msgid "Parameter:"
msgstr ""
-#: 03080401.xhp#par_id3149457.8.help.text
-msgid "<emph>Number:</emph> Any numeric expression that you want to calculate the square root for."
+#. *zE/
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3153311\n"
+"9\n"
+"help.text"
+msgid "<emph>Msg</emph>: String expression displayed as the message in the dialog box."
msgstr ""
-#: 03080401.xhp#par_id3154365.9.help.text
-msgid "A square root is the number that you multiply by itself to produce another number, for example, the square root of 36 is 6."
+#. %nWs
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3145315\n"
+"10\n"
+"help.text"
+msgid "<emph>Title</emph>: String expression displayed in the title bar of the dialog box."
msgstr ""
-#: 03080401.xhp#hd_id3153192.10.help.text
-msgctxt "03080401.xhp#hd_id3153192.10.help.text"
-msgid "Example:"
+#. FeV(
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3154307\n"
+"11\n"
+"help.text"
+msgid "<emph>Default</emph>: String expression displayed in the text box as default if no other input is given."
msgstr ""
-#: 03080401.xhp#par_id3145172.11.help.text
-msgid "Sub ExampleSqr"
-msgstr "Sub ExampleStr"
+#. ixun
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3147573\n"
+"12\n"
+"help.text"
+msgid "<emph>x_pos</emph>: Integer expression that specifies the horizontal position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application."
+msgstr ""
-#: 03080401.xhp#par_id3156423.12.help.text
-msgctxt "03080401.xhp#par_id3156423.12.help.text"
-msgid "Dim iVar As Single"
+#. tW]f
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3156024\n"
+"13\n"
+"help.text"
+msgid "<emph>y_pos</emph>: Integer expression that specifies the vertical position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application."
msgstr ""
-#: 03080401.xhp#par_id3147288.13.help.text
-msgctxt "03080401.xhp#par_id3147288.13.help.text"
-msgid "iVar = 36"
+#. dmaq
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3153897\n"
+"14\n"
+"help.text"
+msgid "If <emph>x_pos</emph> and <emph>y_pos</emph> are omitted, the dialog is centered on the screen. The position is specified in <link href=\"text/sbasic/shared/00000002.xhp#twips\" name=\"twips\">twips</link>."
msgstr ""
-#: 03080401.xhp#par_id3159254.14.help.text
-msgctxt "03080401.xhp#par_id3159254.14.help.text"
-msgid "Msgbox Sqr(iVar)"
+#. =3xd
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"hd_id3149456\n"
+"15\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03080401.xhp#par_id3161832.15.help.text
-msgctxt "03080401.xhp#par_id3161832.15.help.text"
-msgid "end sub"
+#. -05a
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3154367\n"
+"18\n"
+"help.text"
+msgid "sText = InputBox (\"Please enter a phrase:\",\"Dear User\")"
msgstr ""
-#: 03050500.xhp#tit.help.text
-msgid "On Error GoTo ... Resume Statement [Runtime]"
+#. duBi
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3151042\n"
+"19\n"
+"help.text"
+msgid "MsgBox ( sText , 64, \"Confirmation of phrase\")"
msgstr ""
-#: 03050500.xhp#bm_id3146795.help.text
-msgid "<bookmark_value>Resume Next parameter</bookmark_value><bookmark_value>On Error GoTo ... Resume statement</bookmark_value>"
+#. I$q,
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"tit\n"
+"help.text"
+msgid "AND Operator [Runtime]"
msgstr ""
-#: 03050500.xhp#hd_id3146795.1.help.text
-msgid "<link href=\"text/sbasic/shared/03050500.xhp\" name=\"On Error GoTo ... Resume Statement [Runtime]\">On Error GoTo ... Resume Statement [Runtime]</link>"
+#. /FuX
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"bm_id3146117\n"
+"help.text"
+msgid "<bookmark_value>AND operator (logical)</bookmark_value>"
msgstr ""
-#: 03050500.xhp#par_id3150358.2.help.text
-msgid "Enables an error-handling routine after an error occurs, or resumes program execution."
+#. ogG0
+#: 03060100.xhp
+#, fuzzy
+msgctxt ""
+"03060100.xhp\n"
+"hd_id3146117\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03060100.xhp\" name=\"AND Operator [Runtime]\">AND Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
+
+#. SDE%
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"par_id3143268\n"
+"2\n"
+"help.text"
+msgid "Logically combines two expressions."
msgstr ""
-#: 03050500.xhp#hd_id3151212.3.help.text
-msgctxt "03050500.xhp#hd_id3151212.3.help.text"
+#. ;/X;
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"hd_id3147574\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03050500.xhp#par_id3145173.4.help.text
-msgid "On {[Local] Error GoTo Labelname | GoTo 0 | Resume Next}"
+#. 6|71
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"par_id3156344\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 And Expression2"
msgstr ""
-#: 03050500.xhp#hd_id3154125.5.help.text
-msgctxt "03050500.xhp#hd_id3154125.5.help.text"
+#. hfY.
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"hd_id3148946\n"
+"5\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03050500.xhp#par_id3150869.7.help.text
-msgid "<emph>GoTo Labelname:</emph> If an error occurs, enables the error-handling routine that starts at the line \"Labelname\"."
+#. =AJ0
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"par_id3149457\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numeric variable that records the result of the combination."
msgstr ""
-#: 03050500.xhp#par_id3150439.8.help.text
-msgid "<emph>Resume Next:</emph> If an error occurs, program execution continues with the statement that follows the statement in which the error occurred."
-msgstr ""
+#. 7a^%
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"par_id3150541\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any expressions that you want to combine."
+msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-#: 03050500.xhp#par_id3149482.9.help.text
-msgid "<emph>GoTo 0:</emph> Disables the error handler in the current procedure."
+#. OP`H
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"par_id3156215\n"
+"8\n"
+"help.text"
+msgid "Boolean expressions combined with AND only return the value <emph>True</emph> if both expressions evaluate to <emph>True</emph>:"
msgstr ""
-#: 03050500.xhp#par_id3149483.9.help.text
-msgid "<emph>Local:</emph> \"On error\" is global in scope, and remains active until canceled by another \"On error\" statement. \"On Local error\" is local to the routine which invokes it. Local error handling overrides any previous global setting. When the invoking routine exits, the local error handling is canceled automatically, and any previous global setting is restored."
+#. DvkR
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"par_id3150870\n"
+"9\n"
+"help.text"
+msgid "<emph>True</emph> AND <emph>True</emph> returns <emph>True</emph>; for all other combinations the result is <emph>False</emph>."
msgstr ""
-#: 03050500.xhp#par_id3148619.10.help.text
-msgid "The On Error GoTo statement is used to react to errors that occur in a macro."
+#. Xgv!
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"par_id3153768\n"
+"10\n"
+"help.text"
+msgid "The AND operator also performs a bitwise comparison of identically positioned bits in two numeric expressions."
msgstr ""
-#: 03050500.xhp#hd_id3146985.11.help.text
-msgctxt "03050500.xhp#hd_id3146985.11.help.text"
+#. ={l1
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"hd_id3153727\n"
+"11\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03050500.xhp#par_id3152460.42.help.text
-msgctxt "03050500.xhp#par_id3152460.42.help.text"
-msgid "Sub ExampleReset"
-msgstr "Sub ExampleBeep"
+#. ~jZY
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"par_id3146984\n"
+"16\n"
+"help.text"
+msgid "vVarOut = A > B And B > C ' returns -1"
+msgstr ""
+
+#. Ed+s
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"par_id3154014\n"
+"17\n"
+"help.text"
+msgid "vVarOut = B > A And B > C ' returns 0"
+msgstr ""
+
+#. kIr%
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"par_id3149262\n"
+"18\n"
+"help.text"
+msgid "vVarOut = A > B And B > D ' returns 0"
+msgstr ""
+
+#. |BK6
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"par_id3145751\n"
+"19\n"
+"help.text"
+msgid "vVarOut = (B > D And B > A) ' returns 0"
+msgstr ""
+
+#. $e4W
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"par_id3147394\n"
+"20\n"
+"help.text"
+msgid "vVarOut = B And A ' returns 8 due to the bitwise And combination of both arguments"
+msgstr ""
+
+#. Zm?r
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Programming with $[officename] Basic"
+msgstr ""
+
+#. xk.A
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"hd_id3156027\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"doc_title\"><link href=\"text/sbasic/shared/01000000.xhp\" name=\"Programming with $[officename] Basic \">Programming with $[officename] Basic </link></variable>"
+msgstr ""
-#: 03050500.xhp#par_id3163712.43.help.text
-msgctxt "03050500.xhp#par_id3163712.43.help.text"
-msgid "On Error Goto ErrorHandler"
+#. _P0b
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"par_id3153708\n"
+"2\n"
+"help.text"
+msgid "This is where you find general information about working with macros and $[officename] Basic."
msgstr ""
-#: 03050500.xhp#par_id3146119.44.help.text
-msgctxt "03050500.xhp#par_id3146119.44.help.text"
-msgid "Dim iNumber As Integer"
-msgstr "DIm iLen როგორც Integer"
+#. Z}m2
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"tit\n"
+"help.text"
+msgid "Declare Statement [Runtime]"
+msgstr ""
-#: 03050500.xhp#par_id3145749.45.help.text
-msgctxt "03050500.xhp#par_id3145749.45.help.text"
-msgid "Dim iCount As Integer"
-msgstr "DIm iLen როგორც Integer"
+#. w28/
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"bm_id3148473\n"
+"help.text"
+msgid "<bookmark_value>Declare statement</bookmark_value>"
+msgstr "<bookmark_value>DefCur განცხადება</bookmark_value>"
-#: 03050500.xhp#par_id3153091.46.help.text
-msgctxt "03050500.xhp#par_id3153091.46.help.text"
-msgid "Dim sLine As String"
-msgstr "Dim sSep As String"
+#. BHk{
+#: 03090403.xhp
+#, fuzzy
+msgctxt ""
+"03090403.xhp\n"
+"hd_id3148473\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090403.xhp\" name=\"Declare Statement [Runtime]\">Declare Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03050500.xhp#par_id3148576.47.help.text
-msgctxt "03050500.xhp#par_id3148576.47.help.text"
-msgid "Dim aFile As String"
-msgstr "DIM sFile სტრიქონი როგორც "
+#. Ey:i
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"bm_id3145316\n"
+"help.text"
+msgid "<bookmark_value>DLL (Dynamic Link Library)</bookmark_value>"
+msgstr ""
-#: 03050500.xhp#par_id3147348.48.help.text
-msgctxt "03050500.xhp#par_id3147348.48.help.text"
-msgid "aFile = \"c:\\data.txt\""
+#. WW;/
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"par_id3145316\n"
+"2\n"
+"help.text"
+msgid "Declares and defines a subroutine in a DLL file that you want to execute from $[officename] Basic."
msgstr ""
-#: 03050500.xhp#par_id3154944.50.help.text
-msgctxt "03050500.xhp#par_id3154944.50.help.text"
-msgid "iNumber = Freefile"
+#. W*ZX
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"par_id3146795\n"
+"3\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03090405.xhp\" name=\"FreeLibrary\">FreeLibrary</link>"
msgstr ""
-#: 03050500.xhp#par_id3153158.51.help.text
-msgctxt "03050500.xhp#par_id3153158.51.help.text"
-msgid "Open aFile For Output As #iNumber"
+#. B]YK
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"hd_id3156344\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03050500.xhp#par_id3153876.52.help.text
-msgctxt "03050500.xhp#par_id3153876.52.help.text"
-msgid "Print #iNumber, \"This is a line of text\""
+#. mKoU
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"par_id3148664\n"
+"5\n"
+"help.text"
+msgid "Declare {Sub | Function} Name Lib \"Libname\" [Alias \"Aliasname\"] [Parameter] [As Type]"
msgstr ""
-#: 03050500.xhp#par_id3149581.53.help.text
-msgctxt "03050500.xhp#par_id3149581.53.help.text"
-msgid "Close #iNumber"
+#. ^,Dx
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"hd_id3153360\n"
+"6\n"
+"help.text"
+msgid "Parameters:"
+msgstr ""
+
+#. bGFY
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"par_id3154140\n"
+"8\n"
+"help.text"
+msgid "<emph>Name:</emph> A different name than defined in the DLL, to call the subroutine from $[officename] Basic."
+msgstr ""
+
+#. I}%O
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"par_id3150870\n"
+"9\n"
+"help.text"
+msgid "<emph>Aliasname</emph>: Name of the subroutine as defined in the DLL."
+msgstr ""
+
+#. mi!\
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"par_id3154684\n"
+"10\n"
+"help.text"
+msgid "<emph>Libname:</emph> File or system name of the DLL. This library is automatically loaded the first time the function is used."
msgstr ""
-#: 03050500.xhp#par_id3155602.55.help.text
-msgctxt "03050500.xhp#par_id3155602.55.help.text"
-msgid "iNumber = Freefile"
+#. LPbc
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"par_id3148452\n"
+"11\n"
+"help.text"
+msgid "<emph>Argumentlist:</emph> List of parameters representing arguments that are passed to the procedure when it is called. The type and number of parameters is dependent on the executed procedure."
msgstr ""
-#: 03050500.xhp#par_id3153415.56.help.text
-msgctxt "03050500.xhp#par_id3153415.56.help.text"
-msgid "Open aFile For Input As iNumber"
+#. aK~A
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"par_id3147289\n"
+"12\n"
+"help.text"
+msgid "<emph>Type:</emph> Defines the data type of the value that is returned by a function procedure. You can exclude this parameter if a type-declaration character is entered after the name."
msgstr ""
-#: 03050500.xhp#par_id3146970.57.help.text
-msgctxt "03050500.xhp#par_id3146970.57.help.text"
-msgid "For iCount = 1 to 5"
+#. gI@`
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"par_id3146922\n"
+"13\n"
+"help.text"
+msgid "To pass a parameter to a subroutine as a value instead of as a reference, the parameter must be indicated by the keyword <emph>ByVal</emph>."
msgstr ""
-#: 03050500.xhp#par_id3153707.58.help.text
-msgctxt "03050500.xhp#par_id3153707.58.help.text"
-msgid "Line Input #iNumber, sLine"
+#. q%r1
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"hd_id3153951\n"
+"14\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03050500.xhp#par_id3156276.59.help.text
-msgctxt "03050500.xhp#par_id3156276.59.help.text"
-msgid "If sLine <>\"\" then"
+#. EP-R
+#: 03120400.xhp
+msgctxt ""
+"03120400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Editing String Length"
+msgstr "სტრინგის სიგრძის რედაქტირება"
+
+#. 5`CZ
+#: 03120400.xhp
+msgctxt ""
+"03120400.xhp\n"
+"hd_id3155150\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120400.xhp\" name=\"Editing String Length\">Editing String Length</link>"
+msgstr "<link href=\"text/sbasic/shared/03120400.xhp\" name=\"სტრინგის სიგრძის რედაქტირება\">სტრინგის სიგრძის რედაქტირება</link>"
+
+#. s8/E
+#: 03120400.xhp
+msgctxt ""
+"03120400.xhp\n"
+"par_id3159201\n"
+"2\n"
+"help.text"
+msgid "The following functions determine string lengths and compare strings."
+msgstr "შემდეგი ფუნქციები განსაზღვრავენ სტრინგის სიგრძეს და ადარებენ სტრინგებს."
+
+#. /cHw
+#: 03060500.xhp
+msgctxt ""
+"03060500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Or-Operator [Runtime]"
msgstr ""
-#: 03050500.xhp#par_id3148993.60.help.text
-msgctxt "03050500.xhp#par_id3148993.60.help.text"
-msgid "rem"
+#. G6Ja
+#: 03060500.xhp
+msgctxt ""
+"03060500.xhp\n"
+"bm_id3150986\n"
+"help.text"
+msgid "<bookmark_value>Or operator (logical)</bookmark_value>"
msgstr ""
-#: 03050500.xhp#par_id3153764.61.help.text
-msgctxt "03050500.xhp#par_id3153764.61.help.text"
-msgid "end if"
+#. 0`{/
+#: 03060500.xhp
+#, fuzzy
+msgctxt ""
+"03060500.xhp\n"
+"hd_id3150986\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03060500.xhp\" name=\"Or-Operator [Runtime]\">Or Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
+
+#. W^5!
+#: 03060500.xhp
+msgctxt ""
+"03060500.xhp\n"
+"par_id3148552\n"
+"2\n"
+"help.text"
+msgid "Performs a logical OR disjunction on two expressions."
msgstr ""
-#: 03050500.xhp#par_id3154754.62.help.text
-msgctxt "03050500.xhp#par_id3154754.62.help.text"
-msgid "Next iCount"
+#. .%ji
+#: 03060500.xhp
+msgctxt ""
+"03060500.xhp\n"
+"hd_id3148664\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03050500.xhp#par_id3159264.63.help.text
-msgctxt "03050500.xhp#par_id3159264.63.help.text"
-msgid "Close #iNumber"
+#. r`l7
+#: 03060500.xhp
+msgctxt ""
+"03060500.xhp\n"
+"par_id3150358\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 Or Expression2"
msgstr ""
-#: 03050500.xhp#par_id3150042.64.help.text
-msgctxt "03050500.xhp#par_id3150042.64.help.text"
-msgid "Exit Sub"
+#. Oj6V
+#: 03060500.xhp
+msgctxt ""
+"03060500.xhp\n"
+"hd_id3151211\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03050500.xhp#par_id3151251.65.help.text
-msgctxt "03050500.xhp#par_id3151251.65.help.text"
-msgid "ErrorHandler:"
+#. }AM/
+#: 03060500.xhp
+msgctxt ""
+"03060500.xhp\n"
+"par_id3153192\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numeric variable that contains the result of the disjunction."
msgstr ""
-#: 03050500.xhp#par_id3149106.66.help.text
-msgctxt "03050500.xhp#par_id3149106.66.help.text"
-msgid "Reset"
+#. PAi9
+#: 03060500.xhp
+msgctxt ""
+"03060500.xhp\n"
+"par_id3147229\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to compare."
+msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
+
+#. *-`H
+#: 03060500.xhp
+msgctxt ""
+"03060500.xhp\n"
+"par_id3154684\n"
+"8\n"
+"help.text"
+msgid "A logical OR disjunction of two Boolean expressions returns the value True if at least one comparison expression is True."
msgstr ""
-#: 03050500.xhp#par_id3146916.67.help.text
-msgctxt "03050500.xhp#par_id3146916.67.help.text"
-msgid "MsgBox \"All files will be closed\",0,\"Error\""
+#. H(in
+#: 03060500.xhp
+msgctxt ""
+"03060500.xhp\n"
+"par_id3153768\n"
+"9\n"
+"help.text"
+msgid "A bit-wise comparison sets a bit in the result if the corresponding bit is set in at least one of the two expressions."
msgstr ""
-#: 03050500.xhp#par_id3149568.68.help.text
-msgctxt "03050500.xhp#par_id3149568.68.help.text"
-msgid "End Sub"
+#. BZP-
+#: 03060500.xhp
+msgctxt ""
+"03060500.xhp\n"
+"hd_id3161831\n"
+"10\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03101000.xhp#tit.help.text
-msgid "CStr Function [Runtime]"
+#. wkj8
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"tit\n"
+"help.text"
+msgid "Format Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03101000.xhp#bm_id3146958.help.text
-msgid "<bookmark_value>CStr function</bookmark_value>"
-msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
+#. s@mx
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"bm_id3153539\n"
+"help.text"
+msgid "<bookmark_value>Format function</bookmark_value>"
+msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
-#: 03101000.xhp#hd_id3146958.1.help.text
+#. }I[3
+#: 03120301.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03101000.xhp\" name=\"CStr Function [Runtime]\">CStr Function [Runtime]</link>"
+msgctxt ""
+"03120301.xhp\n"
+"hd_id3153539\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120301.xhp\" name=\"Format Function [Runtime]\">Format Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03101000.xhp#par_id3147574.2.help.text
-msgid "Converts any numeric expression to a string expression."
-msgstr ""
+#. 3*oD
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3156042\n"
+"2\n"
+"help.text"
+msgid "Converts a number to a string, and then formats it according to the format that you specify."
+msgstr "გარდაქმნის რიცხვებს სტრიქონებად, და შემდეგ აფორმატებს მას თქვენს მიერ განსაზრვრულ ფორმატში."
-#: 03101000.xhp#hd_id3148473.3.help.text
-msgctxt "03101000.xhp#hd_id3148473.3.help.text"
+#. Q[=m
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"hd_id3145090\n"
+"4\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03101000.xhp#par_id3145315.4.help.text
-msgid "CStr (Expression)"
-msgstr "Str (გამოსახულება)"
+#. aJ0U
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3153527\n"
+"5\n"
+"help.text"
+msgid "Format (Number [, Format As String])"
+msgstr "ფორმატი (რიცხვი [, ფორმატი როგორც სტრიქონი])"
-#: 03101000.xhp#hd_id3153062.5.help.text
-msgctxt "03101000.xhp#hd_id3153062.5.help.text"
+#. :9@2
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"hd_id3149178\n"
+"6\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03101000.xhp#par_id3153897.6.help.text
-msgctxt "03101000.xhp#par_id3153897.6.help.text"
+#. TC{g
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3148474\n"
+"7\n"
+"help.text"
msgid "String"
msgstr "სტრიქონები"
-#: 03101000.xhp#hd_id3154760.7.help.text
-msgctxt "03101000.xhp#hd_id3154760.7.help.text"
+#. U,?I
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"hd_id3159176\n"
+"8\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03101000.xhp#par_id3149457.8.help.text
-msgid "<emph>Expression:</emph> Any valid string or numeric expression that you want to convert."
+#. d/R0
+#: 03120301.xhp
+#, fuzzy
+msgctxt ""
+"03120301.xhp\n"
+"par_id3149415\n"
+"9\n"
+"help.text"
+msgid "<emph>Number:</emph> Numeric expression that you want to convert to a formatted string."
msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-#: 03101000.xhp#hd_id3150358.9.help.text
-msgid "Expression Types and Conversion Returns"
+#. JX0Y
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3147531\n"
+"10\n"
+"help.text"
+msgid "<emph>Format:</emph> String that specifies the format code for the number. If <emph>Format</emph> is omitted, the Format function works like the <emph>Str</emph> function."
msgstr ""
-#: 03101000.xhp#par_id3153192.10.help.text
-msgid "Boolean :"
-msgstr ""
+#. IOQw
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"hd_id3147561\n"
+"47\n"
+"help.text"
+msgid "Formatting Codes"
+msgstr "ფორმატირების კოდები"
-#: 03101000.xhp#par_id3156422.11.help.text
-msgid "String that evaluates to either <emph>True</emph> or <emph>False</emph>."
+#. i6t3
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3147265\n"
+"11\n"
+"help.text"
+msgid "The following list describes the codes that you can use for formatting a number:"
msgstr ""
-#: 03101000.xhp#par_id3147287.12.help.text
-msgid "Date :"
+#. -JSm
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3153380\n"
+"12\n"
+"help.text"
+msgid "<emph>0:</emph> If <emph>Number</emph> has a digit at the position of the 0 in the format code, the digit is displayed, otherwise a zero is displayed."
msgstr ""
-#: 03101000.xhp#par_id3155411.13.help.text
-msgid "String that contains the date and time."
+#. hu*M
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3151210\n"
+"13\n"
+"help.text"
+msgid "If <emph>Number</emph> has fewer digits than the number of zeros in the format code, (on either side of the decimal), leading or trailing zeros are displayed. If the number has more digits to the left of the decimal separator than the amount of zeros in the format code, the additional digits are displayed without formatting."
msgstr ""
-#: 03101000.xhp#par_id3147428.14.help.text
-msgid "Null :"
+#. *Lr(
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3151176\n"
+"14\n"
+"help.text"
+msgid "Decimal places in the number are rounded according to the number of zeros that appear after the decimal separator in the <emph>Format </emph>code."
msgstr ""
-#: 03101000.xhp#par_id3150486.15.help.text
-msgid "Run-time error."
+#. w]F1
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3154123\n"
+"15\n"
+"help.text"
+msgid "<emph>#:</emph> If <emph>Number</emph> contains a digit at the position of the # placeholder in the <emph>Format</emph> code, the digit is displayed, otherwise nothing is displayed at this position."
msgstr ""
-#: 03101000.xhp#par_id3153953.16.help.text
-msgid "Empty :"
+#. fQV]
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3148452\n"
+"16\n"
+"help.text"
+msgid "This symbol works like the 0, except that leading or trailing zeroes are not displayed if there are more # characters in the format code than digits in the number. Only the relevant digits of the number are displayed."
msgstr ""
-#: 03101000.xhp#par_id3155306.17.help.text
-msgid "String without any characters."
+#. \WSt
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3159150\n"
+"17\n"
+"help.text"
+msgid "<emph>.:</emph> The decimal placeholder determines the number of decimal places to the left and right of the decimal separator."
msgstr ""
-#: 03101000.xhp#par_id3149260.18.help.text
-msgid "Any :"
+#. ]xq#
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3159252\n"
+"18\n"
+"help.text"
+msgid "If the format code contains only # placeholders to the left of this symbol, numbers less than 1 begin with a decimal separator. To always display a leading zero with fractional numbers, use 0 as a placeholder for the first digit to the left of the decimal separator."
msgstr ""
-#: 03101000.xhp#par_id3152938.19.help.text
-msgid "Corresponding number as string."
+#. 01#`
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3153368\n"
+"19\n"
+"help.text"
+msgid "<emph>%:</emph> Multiplies the number by 100 and inserts the percent sign (%) where the number appears in the format code."
msgstr ""
-#: 03101000.xhp#par_id3155738.20.help.text
-msgid "Zeros at the end of a floating-point number are not included in the returned string."
+#. )5C{
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3149481\n"
+"20\n"
+"help.text"
+msgid "<emph>E- E+ e- e+ :</emph> If the format code contains at least one digit placeholder (0 or #) to the right of the symbol E-, E+, e-, or e+, the number is formatted in the scientific or exponential format. The letter E or e is inserted between the number and the exponent. The number of placeholders for digits to the right of the symbol determines the number of digits in the exponent."
msgstr ""
-#: 03101000.xhp#hd_id3154729.21.help.text
-msgctxt "03101000.xhp#hd_id3154729.21.help.text"
-msgid "Example:"
+#. aJ+M
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3149262\n"
+"21\n"
+"help.text"
+msgid "If the exponent is negative, a minus sign is displayed directly before an exponent with E-, E+, e-, e+. If the exponent is positive, a plus sign is only displayed before exponents with E+ or e+."
msgstr ""
-#: 03101000.xhp#par_id3153878.22.help.text
-msgid "Sub ExampleCSTR"
-msgstr "Sub ExampleASC"
-
-#: 03101000.xhp#par_id3154943.23.help.text
-msgctxt "03101000.xhp#par_id3154943.23.help.text"
-msgid "Dim sVar As String"
-msgstr "Dim sVar as string"
+#. ^DBk
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3148617\n"
+"23\n"
+"help.text"
+msgid "The thousands delimiter is displayed if the format code contains the delimiter enclosed by digit placeholders (0 or #)."
+msgstr ""
-#: 03101000.xhp#par_id3156283.24.help.text
-msgctxt "03101000.xhp#par_id3156283.24.help.text"
-msgid "Msgbox CDbl(1234.5678)"
+#. \M^3
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3163713\n"
+"29\n"
+"help.text"
+msgid "The use of a period as a thousands and decimal separator is dependent on the regional setting. When you enter a number directly in Basic source code, always use a period as decimal delimiter. The actual character displayed as a decimal separator depends on the number format in your system settings."
msgstr ""
-#: 03101000.xhp#par_id3147396.25.help.text
-msgctxt "03101000.xhp#par_id3147396.25.help.text"
-msgid "Msgbox CInt(1234.5678)"
+#. cXjp
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3152887\n"
+"24\n"
+"help.text"
+msgid "<emph>- + $ ( ) space:</emph> A plus (+), minus (-), dollar ($), space, or brackets entered directly in the format code is displayed as a literal character."
msgstr ""
-#: 03101000.xhp#par_id3155600.26.help.text
-msgctxt "03101000.xhp#par_id3155600.26.help.text"
-msgid "Msgbox CLng(1234.5678)"
+#. ,lOe
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3148576\n"
+"25\n"
+"help.text"
+msgid "To display characters other than the ones listed here, you must precede it by a backslash (\\), or enclose it in quotation marks (\" \")."
msgstr ""
-#: 03101000.xhp#par_id3153416.27.help.text
-msgctxt "03101000.xhp#par_id3153416.27.help.text"
-msgid "Msgbox CSng(1234.5678)"
+#. C5fd
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3153139\n"
+"26\n"
+"help.text"
+msgid "\\ : The backslash displays the next character in the format code."
msgstr ""
-#: 03101000.xhp#par_id3156559.28.help.text
-msgid "sVar = CStr(1234.5678)"
+#. NV/q
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3153366\n"
+"27\n"
+"help.text"
+msgid "Characters in the format code that have a special meaning can only be displayed as literal characters if they are preceded by a backslash. The backslash itself is not displayed, unless you enter a double backslash (\\\\) in the format code."
msgstr ""
-#: 03101000.xhp#par_id3153947.29.help.text
-msgid "MsgBox sVar"
+#. Y%gh
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3155411\n"
+"28\n"
+"help.text"
+msgid "Characters that must be preceded by a backslash in the format code in order to be displayed as literal characters are date- and time-formatting characters (a, c, d, h, m, n, p, q, s, t, w, y, /, :), numeric-formatting characters (#, 0, %, E, e, comma, period), and string-formatting characters (@, &, <, >, !)."
msgstr ""
-#: 03101000.xhp#par_id3150327.30.help.text
-msgctxt "03101000.xhp#par_id3150327.30.help.text"
-msgid "end sub"
+#. e{9B
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3145749\n"
+"30\n"
+"help.text"
+msgid "You can also use the following predefined number formats. Except for \"General Number\", all of the predefined format codes return the number as a decimal number with two decimal places."
msgstr ""
-#: 03102700.xhp#tit.help.text
-msgid "IsNumeric Function [Runtime]"
-msgstr "Split Function [Runtime]"
+#. 0Q?g
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3150113\n"
+"31\n"
+"help.text"
+msgid "If you use predefined formats, the name of the format must be enclosed in quotation marks."
+msgstr ""
-#: 03102700.xhp#bm_id3145136.help.text
-msgid "<bookmark_value>IsNumeric function</bookmark_value>"
-msgstr "<bookmark_value>IsError ფუნქცია</bookmark_value>"
+#. !uN6
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"hd_id3149377\n"
+"32\n"
+"help.text"
+msgid "Predefined format"
+msgstr "განსაზღვრული ფორმატი"
-#: 03102700.xhp#hd_id3145136.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03102700.xhp\" name=\"IsNumeric Function [Runtime]\">IsNumeric Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
+#. !/4I
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3154730\n"
+"33\n"
+"help.text"
+msgid "<emph>General Number:</emph> Numbers are displayed as entered."
+msgstr "<emph>General Number:</emph> რიცხვები ჩნდება როგორც შეყვანილი."
-#: 03102700.xhp#par_id3149177.2.help.text
-msgid "Tests if an expression is a number. If the expression is a <link href=\"text/sbasic/shared/00000002.xhp#dezimal\" name=\"number\">number</link>, the function returns True, otherwise the function returns False."
+#. XfUw
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3153158\n"
+"34\n"
+"help.text"
+msgid "<emph>Currency:</emph> Inserts a dollar sign in front of the number and encloses negative numbers in brackets."
msgstr ""
-#: 03102700.xhp#hd_id3149415.3.help.text
-msgctxt "03102700.xhp#hd_id3149415.3.help.text"
-msgid "Syntax:"
+#. #8;+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3154490\n"
+"35\n"
+"help.text"
+msgid "<emph>Fixed:</emph> Displays at least one digit in front of the decimal separator."
msgstr ""
-#: 03102700.xhp#par_id3150771.4.help.text
-msgid "IsNumeric (Var)"
+#. T3A@
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3153415\n"
+"36\n"
+"help.text"
+msgid "<emph>Standard:</emph> Displays numbers with a thousands separator."
msgstr ""
-#: 03102700.xhp#hd_id3148685.5.help.text
-msgctxt "03102700.xhp#hd_id3148685.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03102700.xhp#par_id3148944.6.help.text
-msgctxt "03102700.xhp#par_id3148944.6.help.text"
-msgid "Bool"
+#. FF9T
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3150715\n"
+"37\n"
+"help.text"
+msgid "<emph>Percent:</emph> Multiplies the number by 100 and appends a percent sign to the number."
msgstr ""
-#: 03102700.xhp#hd_id3148947.7.help.text
-msgctxt "03102700.xhp#hd_id3148947.7.help.text"
-msgid "Parameters:"
+#. \.{p
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3153836\n"
+"38\n"
+"help.text"
+msgid "<emph>Scientific:</emph> Displays numbers in scientific format (for example, 1.00E+03 for 1000)."
msgstr ""
-#: 03102700.xhp#par_id3154760.8.help.text
-msgid "<emph>Var:</emph> Any expression that you want to test."
-msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
+#. 19{@
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3153707\n"
+"39\n"
+"help.text"
+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 ""
-#: 03102700.xhp#hd_id3149656.9.help.text
-msgctxt "03102700.xhp#hd_id3149656.9.help.text"
+#. Rz+M
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"hd_id3149019\n"
+"40\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03102700.xhp#par_id3154367.10.help.text
-msgid "Sub ExampleIsNumeric"
-msgstr "Sub ExampleVal"
+#. VV];
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_idN107A2\n"
+"help.text"
+msgid "' always use a period as decimal delimiter when you enter numbers in Basic source code."
+msgstr ""
-#: 03102700.xhp#par_id3156423.11.help.text
-msgid "Dim vVar as variant"
-msgstr "Dim sVar as string"
+#. `8fh
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3147339\n"
+"46\n"
+"help.text"
+msgid "' displays for example 6,328.20 in English locale, 6.328,20 in German locale."
+msgstr ""
+
+#. rhgh
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "$[officename] Basic IDE"
+msgstr "$[officename] საწყისი დახმარება"
-#: 03102700.xhp#par_id3154125.12.help.text
-msgid "vVar = \"ABC\""
+#. #TVI
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3154422\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"01050000\"><link href=\"text/sbasic/shared/01050000.xhp\" name=\"$[officename] Basic IDE\">$[officename] Basic IDE</link></variable>"
msgstr ""
-#: 03102700.xhp#par_id3147230.13.help.text
-msgid "Print IsNumeric(vVar) REM Returns False"
+#. U\^c
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3153142\n"
+"2\n"
+"help.text"
+msgid "This section describes the structure of the Basic IDE."
msgstr ""
-#: 03102700.xhp#par_id3156214.14.help.text
-msgid "vVar = \"123\""
+#. HcTp
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_idN105C9\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Basic IDE where you can write and edit macros.</ahelp>"
msgstr ""
-#: 03102700.xhp#par_id3154910.15.help.text
-msgid "Print IsNumeric(vVar) REM Returns True"
+#. OjE[
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3153188\n"
+"5\n"
+"help.text"
+msgid "Commands From the Context menu of the Module Tabs"
msgstr ""
-#: 03102700.xhp#par_id3147289.16.help.text
-msgctxt "03102700.xhp#par_id3147289.16.help.text"
-msgid "end sub"
+#. VY?,
+#: 01050000.xhp
+#, fuzzy
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3154731\n"
+"6\n"
+"help.text"
+msgid "Insert"
+msgstr "#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\\nჩასმა\\n#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\nInsert\\n#-#-#-#-# optionen.po (PACKAGE VERSION) #-#-#-#-#\\nჩამატება\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nჩასმა\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\nჩასმა\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\nჩასმა\\n#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\nჩასმა"
+
+#. !!P-
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3151074\n"
+"8\n"
+"help.text"
+msgid "Module"
msgstr ""
-#: 03100080.xhp#tit.help.text
-msgid "CVErr Function [Runtime]"
-msgstr "Split Function [Runtime]"
+#. TmVs
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3149581\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\".uno:NewModule\">Inserts a new module into the current library.</ahelp>"
+msgstr ""
-#: 03100080.xhp#bm_id531022.help.text
-msgid "<bookmark_value>CVErr function</bookmark_value>"
-msgstr "<bookmark_value>CVErr ფუნქცია</bookmark_value>"
+#. `76?
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3147397\n"
+"10\n"
+"help.text"
+msgid "Dialog"
+msgstr ""
-#: 03100080.xhp#par_idN1054B.help.text
-msgid "<link href=\"text/sbasic/shared/03100080.xhp\">CVErr Function [Runtime]</link>"
+#. 2/37
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3144335\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\".uno:NewDialog\">Inserts a new dialog into the current library.</ahelp>"
msgstr ""
-#: 03100080.xhp#par_idN1055B.help.text
-msgid "Converts a string expression or numeric expression to a variant expression of the sub type \"Error\"."
-msgstr "გარდაქმნის სტრინგულ ან რიცხვით გამოსახულებას \"Error\"-ის ქვე ტიპის ვარიანტულ გამოსახულებად."
+#. n^7(
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3155602\n"
+"12\n"
+"help.text"
+msgid "Delete"
+msgstr ""
-#: 03100080.xhp#par_idN1055E.help.text
-msgctxt "03100080.xhp#par_idN1055E.help.text"
-msgid "Syntax:"
+#. Dt7o
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3155064\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DeleteCurrent\">Deletes the selected module.</ahelp>"
msgstr ""
-#: 03100080.xhp#par_idN10562.help.text
-msgid "CVErr(Expression)"
-msgstr "CVErr(Expression)"
+#. aX|H
+#: 01050000.xhp
+#, fuzzy
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3149018\n"
+"14\n"
+"help.text"
+msgid "Rename"
+msgstr "#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nგადარქმევა\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nსახელის გადარქმევა"
+
+#. HgM*
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3154754\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\".uno:RenameCurrent\">Renames the current module in place.</ahelp>"
+msgstr ""
-#: 03100080.xhp#par_idN10565.help.text
-msgctxt "03100080.xhp#par_idN10565.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+#. 8-.;
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3150043\n"
+"16\n"
+"help.text"
+msgid "Hide"
+msgstr "დამალვა"
-#: 03100080.xhp#par_idN10569.help.text
-msgctxt "03100080.xhp#par_idN10569.help.text"
-msgid "Variant."
+#. dBWI
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3145147\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\".uno:HideCurPage\">Hides the current module.</ahelp>"
msgstr ""
-#: 03100080.xhp#par_idN1056C.help.text
-msgctxt "03100080.xhp#par_idN1056C.help.text"
-msgid "Parameter:"
+#. \/`\
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3163805\n"
+"18\n"
+"help.text"
+msgid "Modules"
msgstr ""
-#: 03100080.xhp#par_idN10570.help.text
-msgctxt "03100080.xhp#par_idN10570.help.text"
-msgid "Expression: Any string or numeric expression that you want to convert."
-msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
+#. o9:L
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3153965\n"
+"19\n"
+"help.text"
+msgid "Opens the <link href=\"text/sbasic/shared/01/06130000.xhp\" name=\"Macro Organizer\"><emph>Macro Organizer</emph></link> dialog."
+msgstr ""
-#: 03030120.xhp#tit.help.text
+#. !=:c
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"tit\n"
+"help.text"
msgid "DateDiff Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03030120.xhp#bm_id6134830.help.text
+#. mwyq
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"bm_id6134830\n"
+"help.text"
msgid "<bookmark_value>DateDiff function</bookmark_value>"
msgstr "<bookmark_value>DateDiff ფუნქცია</bookmark_value>"
-#: 03030120.xhp#par_idN10542.help.text
+#. ,*de
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10542\n"
+"help.text"
msgid "<link href=\"text/sbasic/shared/03030120.xhp\">DateDiff Function [Runtime]</link>"
msgstr ""
-#: 03030120.xhp#par_idN10546.help.text
+#. bI%6
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10546\n"
+"help.text"
msgid "Returns the number of date intervals between two given date values."
msgstr "ორ მოცემულ თარიღის მნიშვნელობას შორის აბრუნებს თარიღის ინტერვალს."
-#: 03030120.xhp#par_idN10549.help.text
-msgctxt "03030120.xhp#par_idN10549.help.text"
+#. B60f
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10549\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03030120.xhp#par_idN10648.help.text
+#. ;ixa
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10648\n"
+"help.text"
msgid "DateDiff (Add, Date1, Date2 [, Week_start [, Year_start]])"
msgstr "DateDiff (Add, Date1, Date2 [, Week_start [, Year_start]])"
-#: 03030120.xhp#par_idN1064B.help.text
-msgctxt "03030120.xhp#par_idN1064B.help.text"
+#. fkQW
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN1064B\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03030120.xhp#par_idN1064F.help.text
+#. qb0[
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN1064F\n"
+"help.text"
msgid "A number."
msgstr "რიცხვი."
-#: 03030120.xhp#par_idN10652.help.text
-msgctxt "03030120.xhp#par_idN10652.help.text"
+#. /2X1
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10652\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03030120.xhp#par_idN10656.help.text
-msgctxt "03030120.xhp#par_idN10656.help.text"
+#. nTGj
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10656\n"
+"help.text"
msgid "<emph>Add</emph> - A string expression from the following table, specifying the date interval."
msgstr "Add - სტრინგული გამოსახულება მომდევნო ცხრილიდან, რომელიც მიუთითებს თარიღის ინტერვალს."
-#: 03030120.xhp#par_idN10664.help.text
+#. ):rQ
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10664\n"
+"help.text"
msgid "<emph>Date1, Date2</emph> - The two date values to be compared."
msgstr "<emph>Date1, Date2</emph> - ორი თარიღის მნიშვნელობა, რომელიც შეიძლება შედარდეს."
-#: 03030120.xhp#par_idN1066A.help.text
-msgid "<emph>Week_start</emph> - An optional parameter that specifies the starting day of a week. "
+#. J(yF
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN1066A\n"
+"help.text"
+msgid "<emph>Week_start</emph> - An optional parameter that specifies the starting day of a week."
msgstr "<emph>Week_start</emph> - არასავადლებულო პარამეტრი, რომელიც უთითებს კვირის საწყისს დღეს."
-#: 03030120.xhp#par_idN1067A.help.text
+#. }v1d
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN1067A\n"
+"help.text"
msgid "Week_start value"
msgstr "Week_start value"
-#: 03030120.xhp#par_idN10680.help.text
-msgctxt "03030120.xhp#par_idN10680.help.text"
+#. [:/@
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10680\n"
+"help.text"
msgid "Explanation"
msgstr ""
-#: 03030120.xhp#par_idN10687.help.text
-msgctxt "03030120.xhp#par_idN10687.help.text"
+#. !HLR
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10687\n"
+"help.text"
msgid "0"
msgstr ""
-#: 03030120.xhp#par_idN1068D.help.text
-msgctxt "03030120.xhp#par_idN1068D.help.text"
+#. 32cP
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN1068D\n"
+"help.text"
msgid "Use system default value"
msgstr ""
-#: 03030120.xhp#par_idN10694.help.text
-msgctxt "03030120.xhp#par_idN10694.help.text"
+#. wcO%
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10694\n"
+"help.text"
msgid "1"
msgstr ""
-#: 03030120.xhp#par_idN1069A.help.text
+#. :z=8
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN1069A\n"
+"help.text"
msgid "Sunday (default)"
msgstr "კვირა (საწყისი)"
-#: 03030120.xhp#par_idN106A1.help.text
-msgctxt "03030120.xhp#par_idN106A1.help.text"
+#. 61AV
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106A1\n"
+"help.text"
msgid "2"
msgstr ""
-#: 03030120.xhp#par_idN106A7.help.text
+#. dx7G
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106A7\n"
+"help.text"
msgid "Monday"
msgstr "ორშაბათი"
-#: 03030120.xhp#par_idN106AE.help.text
-msgctxt "03030120.xhp#par_idN106AE.help.text"
+#. 3`e!
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106AE\n"
+"help.text"
msgid "3"
msgstr ""
-#: 03030120.xhp#par_idN106B4.help.text
+#. i(-,
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106B4\n"
+"help.text"
msgid "Tuesday"
msgstr "სამშაბათი"
-#: 03030120.xhp#par_idN106BB.help.text
-msgctxt "03030120.xhp#par_idN106BB.help.text"
+#. ap-Y
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106BB\n"
+"help.text"
msgid "4"
msgstr ""
-#: 03030120.xhp#par_idN106C1.help.text
+#. DGl/
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106C1\n"
+"help.text"
msgid "Wednesday"
msgstr "ოთხშაბათი"
-#: 03030120.xhp#par_idN106C8.help.text
-msgctxt "03030120.xhp#par_idN106C8.help.text"
+#. 6IYN
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106C8\n"
+"help.text"
msgid "5"
msgstr ""
-#: 03030120.xhp#par_idN106CE.help.text
+#. vDTZ
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106CE\n"
+"help.text"
msgid "Thursday"
msgstr "ხუთშაბათი"
-#: 03030120.xhp#par_idN106D5.help.text
-msgctxt "03030120.xhp#par_idN106D5.help.text"
+#. 2PVo
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106D5\n"
+"help.text"
msgid "6"
msgstr ""
-#: 03030120.xhp#par_idN106DB.help.text
+#. nWk,
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106DB\n"
+"help.text"
msgid "Friday"
msgstr "პარასკევი"
-#: 03030120.xhp#par_idN106E2.help.text
-msgctxt "03030120.xhp#par_idN106E2.help.text"
+#. oP_K
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106E2\n"
+"help.text"
msgid "7"
msgstr ""
-#: 03030120.xhp#par_idN106E8.help.text
+#. :~P=
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106E8\n"
+"help.text"
msgid "Saturday"
msgstr "შაბათი"
-#: 03030120.xhp#par_idN106EB.help.text
-msgid "<emph>Year_start</emph> - An optional parameter that specifies the starting week of a year. "
+#. _)Y5
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106EB\n"
+"help.text"
+msgid "<emph>Year_start</emph> - An optional parameter that specifies the starting week of a year."
msgstr "<emph>Year_start</emph> -არჩევითი პარამეტრი, რომელიც მიუთითებს წლის საწყის კვირას."
-#: 03030120.xhp#par_idN106FB.help.text
+#. af3,
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106FB\n"
+"help.text"
msgid "Year_start value"
msgstr "Year_start -ის მნიშვნელობა"
-#: 03030120.xhp#par_idN10701.help.text
-msgctxt "03030120.xhp#par_idN10701.help.text"
+#. LW1#
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10701\n"
+"help.text"
msgid "Explanation"
msgstr ""
-#: 03030120.xhp#par_idN10708.help.text
-msgctxt "03030120.xhp#par_idN10708.help.text"
+#. LF06
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10708\n"
+"help.text"
msgid "0"
msgstr ""
-#: 03030120.xhp#par_idN1070E.help.text
-msgctxt "03030120.xhp#par_idN1070E.help.text"
+#. ^JG.
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN1070E\n"
+"help.text"
msgid "Use system default value"
msgstr ""
-#: 03030120.xhp#par_idN10715.help.text
-msgctxt "03030120.xhp#par_idN10715.help.text"
+#. K^M*
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10715\n"
+"help.text"
msgid "1"
msgstr ""
-#: 03030120.xhp#par_idN1071B.help.text
+#. yjEK
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN1071B\n"
+"help.text"
msgid "Week 1 is the week with January, 1st (default)"
msgstr "კვირა 1 არის კვირა იანვრით, პირველი (საწყისად)"
-#: 03030120.xhp#par_idN10722.help.text
-msgctxt "03030120.xhp#par_idN10722.help.text"
+#. RkO3
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10722\n"
+"help.text"
msgid "2"
msgstr ""
-#: 03030120.xhp#par_idN10728.help.text
+#. 2oET
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10728\n"
+"help.text"
msgid "Week 1 is the first week containing four or more days of that year"
msgstr "კვირა 1 არის პირველი კვირა, რომელიც შეიცავს ამ კვირის ოთხ ან მეტ დღეს"
-#: 03030120.xhp#par_idN1072F.help.text
-msgctxt "03030120.xhp#par_idN1072F.help.text"
+#. 5C]*
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN1072F\n"
+"help.text"
msgid "3"
msgstr ""
-#: 03030120.xhp#par_idN10735.help.text
+#. nnjk
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10735\n"
+"help.text"
msgid "Week 1 is the first week containing only days of the new year"
msgstr "კვირა 1 არის პირველი კვირა, რომელიც შეიცავს მხოლოდ ახალი წილის დღეებს"
-#: 03030120.xhp#par_idN10738.help.text
-msgctxt "03030120.xhp#par_idN10738.help.text"
+#. Os(u
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10738\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03030120.xhp#par_idN1073C.help.text
-msgid "Sub example_datediff"
-msgstr "Sub example_datediff"
-
-#: 03030120.xhp#par_idN1073F.help.text
-msgid "msgbox DateDiff(\"d\", \"1/1/2005\", \"12/31/2005\")"
-msgstr "msgbox DateDiff(\"d\", \"1/1/2005\", \"12/31/2005\")"
-
-#: 03030120.xhp#par_idN10742.help.text
-msgctxt "03030120.xhp#par_idN10742.help.text"
-msgid "End Sub"
+#. Jh2j
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"tit\n"
+"help.text"
+msgid "While...Wend Statement[Runtime]"
msgstr ""
-#: 03020000.xhp#tit.help.text
-msgid "File I/O Functions"
+#. Vmlp
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"bm_id3150400\n"
+"help.text"
+msgid "<bookmark_value>While;While...Wend loop</bookmark_value>"
msgstr ""
-#: 03020000.xhp#hd_id3156344.1.help.text
-msgid "<link href=\"text/sbasic/shared/03020000.xhp\" name=\"File I/O Functions\">File I/O Functions</link>"
-msgstr ""
+#. zB.e
+#: 03090203.xhp
+#, fuzzy
+msgctxt ""
+"03090203.xhp\n"
+"hd_id3150400\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090203.xhp\" name=\"While...Wend Statement[Runtime]\">While...Wend Statement[Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03020000.xhp#par_id3153360.2.help.text
-msgid "Use File I/O functions to create and manage user-defined (data) files."
+#. T?aW
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3151211\n"
+"2\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 ""
-#: 03020000.xhp#par_id3150398.3.help.text
-msgid "You can use these functions to support the creation of \"relative\" files, so that you can save and reload certain records by specifying their record number. File I/O functions can also help you manage your files by providing you with information such as file size, current path settings, or the creation date of a file or a directory."
+#. Edzw
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3151041\n"
+"3\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 ""
-#: 03020302.xhp#tit.help.text
-msgid "Loc Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03020302.xhp#bm_id3148663.help.text
-msgid "<bookmark_value>Loc function</bookmark_value>"
-msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
-
-#: 03020302.xhp#hd_id3148663.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03020302.xhp\" name=\"Loc Function [Runtime]\">Loc Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03020302.xhp#par_id3154138.2.help.text
-msgid "Returns the current position in an open file."
+#. ^v)m
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3145172\n"
+"4\n"
+"help.text"
+msgid "A Do...Loop is more flexible than a While...Wend."
msgstr ""
-#: 03020302.xhp#hd_id3156422.3.help.text
-msgctxt "03020302.xhp#hd_id3156422.3.help.text"
+#. k\=@
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"hd_id3155133\n"
+"5\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03020302.xhp#par_id3150768.4.help.text
-msgid "Loc(FileNumber)"
+#. buAW
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3147288\n"
+"6\n"
+"help.text"
+msgid "While Condition [Statement] Wend"
msgstr ""
-#: 03020302.xhp#hd_id3150440.5.help.text
-msgctxt "03020302.xhp#hd_id3150440.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+#. jmL!
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"hd_id3153139\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr ""
-#: 03020302.xhp#par_id3152578.6.help.text
-msgctxt "03020302.xhp#par_id3152578.6.help.text"
-msgid "Long"
+#. 7pZ8
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3159153\n"
+"8\n"
+"help.text"
+msgid "Sub ExampleWhileWend"
+msgstr "Sub ExampleBeep"
+
+#. ZGif
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3151114\n"
+"9\n"
+"help.text"
+msgid "Dim stext As String"
+msgstr "Dim sSep As String"
+
+#. ^?v_
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3153143\n"
+"10\n"
+"help.text"
+msgid "Dim iRun As Integer"
+msgstr "DIm iLen როგორც Integer"
+
+#. NCeQ
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3155306\n"
+"11\n"
+"help.text"
+msgid "sText =\"This Is a short text\""
+msgstr ""
+
+#. Tj*V
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3154011\n"
+"12\n"
+"help.text"
+msgid "iRun = 1"
msgstr ""
-#: 03020302.xhp#hd_id3152462.7.help.text
-msgctxt "03020302.xhp#hd_id3152462.7.help.text"
-msgid "Parameters:"
+#. u/L0
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3147215\n"
+"13\n"
+"help.text"
+msgid "While iRun < Len(sText)"
+msgstr ""
+
+#. )rN[
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3147427\n"
+"14\n"
+"help.text"
+msgid "If Mid(sText,iRun,1 )<> \" \" Then Mid( sText ,iRun, 1, Chr( 1 + Asc( Mid(sText,iRun,1 )) )"
+msgstr ""
+
+#. 3`((
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3149665\n"
+"15\n"
+"help.text"
+msgid "iRun = iRun + 1"
msgstr ""
-#: 03020302.xhp#par_id3153363.8.help.text
-msgid "<emph>FileNumber:</emph> Any numeric expression that contains the file number that is set by the Open statement for the respective file."
+#. n]=+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3152939\n"
+"16\n"
+"help.text"
+msgid "Wend"
msgstr ""
-#: 03020302.xhp#par_id3154320.9.help.text
-msgid "If the Loc function is used for an open random access file, it returns the number of the last record that was last read or written."
+#. `ouM
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3153189\n"
+"17\n"
+"help.text"
+msgid "MsgBox sText,0,\"Text encoded\""
msgstr ""
-#: 03020302.xhp#par_id3151115.10.help.text
-msgid "For a sequential file, the Loc function returns the position in a file divided by 128. For binary files, the position of the last read or written byte is returned."
+#. QrEj
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3145251\n"
+"18\n"
+"help.text"
+msgid "End Sub"
msgstr ""
-#: 03120302.xhp#tit.help.text
-msgid "LCase Function [Runtime]"
-msgstr "Split Function [Runtime]"
+#. byqU
+#: 03103450.xhp
+msgctxt ""
+"03103450.xhp\n"
+"tit\n"
+"help.text"
+msgid "Global Statement [Runtime]"
+msgstr ""
-#: 03120302.xhp#bm_id3152363.help.text
-msgid "<bookmark_value>LCase function</bookmark_value>"
-msgstr "<bookmark_value>LCase ფუნქცია</bookmark_value>"
+#. h?4U
+#: 03103450.xhp
+msgctxt ""
+"03103450.xhp\n"
+"bm_id3159201\n"
+"help.text"
+msgid "<bookmark_value>Global statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 03120302.xhp#hd_id3152363.1.help.text
+#. [\9X
+#: 03103450.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03120302.xhp\" name=\"LCase Function [Runtime]\">LCase Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03120302.xhp#par_id3145609.2.help.text
-msgid "Converts all uppercase letters in a string to lowercase."
-msgstr "ზედარეგისტრის სიმბოლოების გარდაქმნა ქვედარეგისტრის სტრიქონად."
+msgctxt ""
+"03103450.xhp\n"
+"hd_id3159201\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03103450.xhp\" name=\"Global Statement [Runtime]\">Global Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03120302.xhp#par_id3154347.3.help.text
-msgid "See also: <link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase\">UCase</link> Function"
+#. .+lO
+#: 03103450.xhp
+msgctxt ""
+"03103450.xhp\n"
+"par_id3149177\n"
+"2\n"
+"help.text"
+msgid "Dimensions a variable or an array at the global level (that is, not within a subroutine or function), so that the variable and the array are valid in all libraries and modules for the current session."
msgstr ""
-#: 03120302.xhp#hd_id3149456.4.help.text
-msgctxt "03120302.xhp#hd_id3149456.4.help.text"
+#. R0V5
+#: 03103450.xhp
+msgctxt ""
+"03103450.xhp\n"
+"hd_id3143270\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03120302.xhp#par_id3150791.5.help.text
-msgid "LCase (Text As String)"
-msgstr "LCase (ტექსტი როგორც სრიქონი)"
-
-#: 03120302.xhp#hd_id3154940.6.help.text
-msgctxt "03120302.xhp#hd_id3154940.6.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03120302.xhp#par_id3144760.7.help.text
-msgctxt "03120302.xhp#par_id3144760.7.help.text"
-msgid "String"
-msgstr "სტრიქონები"
-
-#: 03120302.xhp#hd_id3151043.8.help.text
-msgctxt "03120302.xhp#hd_id3151043.8.help.text"
-msgid "Parameters:"
+#. u^M^
+#: 03103450.xhp
+msgctxt ""
+"03103450.xhp\n"
+"par_id3150771\n"
+"4\n"
+"help.text"
+msgid "Global VarName[(start To end)] [As VarType][, VarName2[(start To end)] [As VarType][,...]]"
msgstr ""
-#: 03120302.xhp#par_id3153193.9.help.text
-msgctxt "03120302.xhp#par_id3153193.9.help.text"
-msgid "<emph>Text:</emph> Any string expression that you want to convert."
-msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-
-#: 03120302.xhp#hd_id3148451.10.help.text
-msgctxt "03120302.xhp#hd_id3148451.10.help.text"
+#. S$s}
+#: 03103450.xhp
+msgctxt ""
+"03103450.xhp\n"
+"hd_id3156152\n"
+"5\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03120302.xhp#par_id3149203.11.help.text
-msgctxt "03120302.xhp#par_id3149203.11.help.text"
-msgid "Sub ExampleLUCase"
-msgstr "Sub ExampleSpace"
-
-#: 03120302.xhp#par_id3150440.12.help.text
-msgctxt "03120302.xhp#par_id3150440.12.help.text"
-msgid "Dim sVar As String"
-msgstr "Dim sVar as string"
-
-#: 03120302.xhp#par_id3153367.13.help.text
-msgctxt "03120302.xhp#par_id3153367.13.help.text"
-msgid "sVar = \"Las Vegas\""
-msgstr ""
-
-#: 03120302.xhp#par_id3146121.14.help.text
-msgid "Print LCase(sVar) REM Returns \"las vegas\""
-msgstr "Print LCase(sVar) REM აბრუნებს \"ლას ვეგასი\""
-
-#: 03120302.xhp#par_id3146986.15.help.text
-msgid "Print UCase(sVar) REM Returns \"LAS VEGAS\""
-msgstr "Print UCase(sVar) REM აბრუნებს \"ლას ვეგასი\""
-
-#: 03120302.xhp#par_id3153575.16.help.text
-msgctxt "03120302.xhp#par_id3153575.16.help.text"
-msgid "end Sub"
-msgstr ""
-
-#: 03100700.xhp#tit.help.text
+#. ]EH+
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"tit\n"
+"help.text"
msgid "Const Statement [Runtime]"
msgstr ""
-#: 03100700.xhp#bm_id3146958.help.text
+#. \KxL
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"bm_id3146958\n"
+"help.text"
msgid "<bookmark_value>Const statement</bookmark_value>"
msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 03100700.xhp#hd_id3146958.1.help.text
+#. Y2Ii
+#: 03100700.xhp
#, fuzzy
+msgctxt ""
+"03100700.xhp\n"
+"hd_id3146958\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/sbasic/shared/03100700.xhp\" name=\"Const Statement [Runtime]\">Const Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03100700.xhp#par_id3154143.2.help.text
+#. f[^b
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"par_id3154143\n"
+"2\n"
+"help.text"
msgid "Defines a string as a constant."
msgstr ""
-#: 03100700.xhp#hd_id3150670.3.help.text
-msgctxt "03100700.xhp#hd_id3150670.3.help.text"
+#. lky~
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"hd_id3150670\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03100700.xhp#par_id3150984.4.help.text
+#. FFIO
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"par_id3150984\n"
+"4\n"
+"help.text"
msgid "Const Text = Expression"
msgstr ""
-#: 03100700.xhp#hd_id3147530.5.help.text
-msgctxt "03100700.xhp#hd_id3147530.5.help.text"
+#. X#@O
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"hd_id3147530\n"
+"5\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03100700.xhp#par_id3153897.6.help.text
+#. ,H(Q
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"par_id3153897\n"
+"6\n"
+"help.text"
msgid "<emph>Text:</emph> Any constant name that follows the standard variable naming conventions."
msgstr ""
-#: 03100700.xhp#par_id3147264.7.help.text
+#. r=aB
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"par_id3147264\n"
+"7\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 ""
-#: 03100700.xhp#par_id3150542.8.help.text
-msgctxt "03100700.xhp#par_id3150542.8.help.text"
+#. K))V
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"par_id3150542\n"
+"8\n"
+"help.text"
msgid "CONST ConstName=Expression"
msgstr ""
-#: 03100700.xhp#par_id3150400.9.help.text
+#. N@p#
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"par_id3150400\n"
+"9\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 ""
-#: 03100700.xhp#hd_id3154366.10.help.text
-msgctxt "03100700.xhp#hd_id3154366.10.help.text"
+#. Mgh,
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"hd_id3154366\n"
+"10\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03100700.xhp#par_id3145420.11.help.text
-msgid "Sub ExampleConst"
-msgstr "Sub ExampleFormat"
-
-#: 03100700.xhp#par_id3154217.12.help.text
-msgid "Const iVar = 1964"
-msgstr ""
-
-#: 03100700.xhp#par_id3156281.13.help.text
-msgid "Msgbox iVar"
-msgstr ""
-
-#: 03100700.xhp#par_id3153969.14.help.text
+#. Q/va
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"par_id3153969\n"
+"14\n"
+"help.text"
msgid "Const sVar = \"Program\", dVar As Double = 1.00"
msgstr ""
-#: 03100700.xhp#par_id3149560.15.help.text
-msgid "Msgbox sVar & \" \" & dVar"
-msgstr ""
-
-#: 03100700.xhp#par_id3153368.16.help.text
-msgctxt "03100700.xhp#par_id3153368.16.help.text"
-msgid "end sub"
-msgstr ""
-
-#: 03010304.xhp#tit.help.text
-msgid "QBColor Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03010304.xhp#hd_id3149670.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03010304.xhp\" name=\"QBColor Function [Runtime]\">QBColor Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03010304.xhp#par_id3150359.2.help.text
-msgid "Returns the <link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB\">RGB</link> color code of the color passed as a color value through an older MS-DOS based programming system."
+#. d%V_
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Using Objects"
msgstr ""
-#: 03010304.xhp#hd_id3154140.3.help.text
-msgctxt "03010304.xhp#hd_id3154140.3.help.text"
-msgid "Syntax:"
+#. (,:9
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"hd_id3145645\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"01020200\"><link href=\"text/sbasic/shared/01020200.xhp\">Using the Object Catalog</link></variable>"
msgstr ""
-#: 03010304.xhp#par_id3151042.4.help.text
-msgid "QBColor (ColorNumber As Integer)"
+#. G.%N
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_id3153707\n"
+"76\n"
+"help.text"
+msgid "The object catalog provides an overview of all modules and dialogs you have created in $[officename]."
msgstr ""
-#: 03010304.xhp#hd_id3145172.5.help.text
-msgctxt "03010304.xhp#hd_id3145172.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03010304.xhp#par_id3154685.6.help.text
-msgctxt "03010304.xhp#par_id3154685.6.help.text"
-msgid "Long"
+#. La1q
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_id3147346\n"
+"78\n"
+"help.text"
+msgid "Click the <emph>Object Catalog</emph> icon <image id=\"img_id3147341\" src=\"cmd/sc_objectcatalog.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3147341\">Icon</alt></image> in the Macro toolbar to display the object catalog."
msgstr ""
-#: 03010304.xhp#hd_id3156560.7.help.text
-msgctxt "03010304.xhp#hd_id3156560.7.help.text"
-msgid "Parameter:"
+#. r_Y~
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_id3155114\n"
+"79\n"
+"help.text"
+msgid "The dialog shows a list of all existing objects in a hierarchical representation. Double-clicking a list entry opens its subordinate objects."
msgstr ""
-#: 03010304.xhp#par_id3161832.8.help.text
-msgid "<emph>ColorNumber</emph>: Any integer expression that specifies the color value of the color passed from an older MS-DOS based programming system."
+#. Vkfw
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_id3150786\n"
+"83\n"
+"help.text"
+msgid "To display a certain module in the Editor or to position the cursor in a selected SUB or FUNCTION, select the corresponding entry and click the <emph>Show</emph> icon <image id=\"img_id3149527\" src=\"basctl/res/im01.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3149527\">Icon</alt></image>."
msgstr ""
-#: 03010304.xhp#par_id3147318.9.help.text
-msgid "<emph>ColorNumber</emph> can be assigned the following values:"
+#. m,cO
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_id3153266\n"
+"81\n"
+"help.text"
+msgid "Click the (X) icon in the title bar to close the object catalog."
msgstr ""
-#: 03010304.xhp#par_id3152576.10.help.text
-msgid "0 : Black"
-msgstr ""
+#. WFqN
+#: 03090405.xhp
+msgctxt ""
+"03090405.xhp\n"
+"tit\n"
+"help.text"
+msgid "FreeLibrary Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03010304.xhp#par_id3146975.11.help.text
-msgid "1 : Blue"
-msgstr ""
+#. H(i8
+#: 03090405.xhp
+msgctxt ""
+"03090405.xhp\n"
+"bm_id3143270\n"
+"help.text"
+msgid "<bookmark_value>FreeLibrary function</bookmark_value>"
+msgstr "<bookmark_value>DatePart ფუნქცია</bookmark_value>"
-#: 03010304.xhp#par_id3151116.12.help.text
-msgid "2 : Green"
-msgstr ""
+#. b;R5
+#: 03090405.xhp
+#, fuzzy
+msgctxt ""
+"03090405.xhp\n"
+"hd_id3143270\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090405.xhp\" name=\"FreeLibrary Function [Runtime]\">FreeLibrary Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03010304.xhp#par_id3155412.13.help.text
-msgid "3 : Cyan"
+#. dn[T
+#: 03090405.xhp
+msgctxt ""
+"03090405.xhp\n"
+"par_id3147559\n"
+"2\n"
+"help.text"
+msgid "Releases DLLs that were loaded by a Declare statement. A released DLL is automatically reloaded if one of its functions is called. See also: <link href=\"text/sbasic/shared/03090403.xhp\" name=\"Declare\">Declare</link>"
msgstr ""
-#: 03010304.xhp#par_id3155306.14.help.text
-msgid "4 : Red"
+#. *?hV
+#: 03090405.xhp
+msgctxt ""
+"03090405.xhp\n"
+"hd_id3148550\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03010304.xhp#par_id3153364.15.help.text
-msgid "5 : Magenta"
+#. O;El
+#: 03090405.xhp
+msgctxt ""
+"03090405.xhp\n"
+"par_id3153361\n"
+"4\n"
+"help.text"
+msgid "FreeLibrary (LibName As String)"
msgstr ""
-#: 03010304.xhp#par_id3146119.16.help.text
-msgid "6 : Yellow"
+#. xxsM
+#: 03090405.xhp
+msgctxt ""
+"03090405.xhp\n"
+"hd_id3153380\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03010304.xhp#par_id3154730.17.help.text
-msgid "7 : White"
+#. Z4Vb
+#: 03090405.xhp
+msgctxt ""
+"03090405.xhp\n"
+"par_id3154138\n"
+"6\n"
+"help.text"
+msgid "<emph>LibName:</emph> String expression that specifies the name of the DLL."
msgstr ""
-#: 03010304.xhp#par_id3153877.18.help.text
-msgid "8 : Gray"
+#. 0K/0
+#: 03090405.xhp
+msgctxt ""
+"03090405.xhp\n"
+"par_id3146923\n"
+"7\n"
+"help.text"
+msgid "FreeLibrary can only release DLLs that are loaded during Basic runtime."
msgstr ""
-#: 03010304.xhp#par_id3147124.19.help.text
-msgid "9 : Light Blue"
+#. 8$_%
+#: 03090405.xhp
+msgctxt ""
+"03090405.xhp\n"
+"hd_id3153363\n"
+"8\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03010304.xhp#par_id3145646.20.help.text
-msgid "10 : Light Green"
+#. q#8w
+#: 03103500.xhp
+msgctxt ""
+"03103500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Static Statement [Runtime]"
msgstr ""
-#: 03010304.xhp#par_id3149958.21.help.text
-msgid "11 : Light Cyan"
-msgstr ""
+#. X!gU
+#: 03103500.xhp
+msgctxt ""
+"03103500.xhp\n"
+"bm_id3149798\n"
+"help.text"
+msgid "<bookmark_value>Static statement</bookmark_value>"
+msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-#: 03010304.xhp#par_id3154943.22.help.text
-msgid "12 : Light Red"
-msgstr ""
+#. ;fK:
+#: 03103500.xhp
+#, fuzzy
+msgctxt ""
+"03103500.xhp\n"
+"hd_id3149798\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03103500.xhp\" name=\"Static Statement [Runtime]\">Static Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03010304.xhp#par_id3150715.23.help.text
-msgid "13 : Light Magenta"
+#. }Ls`
+#: 03103500.xhp
+msgctxt ""
+"03103500.xhp\n"
+"par_id3153311\n"
+"2\n"
+"help.text"
+msgid "Declares a variable or an array at the procedure level within a subroutine or a function, so that the values of the variable or the array are retained after exiting the subroutine or function. Dim statement conventions are also valid."
msgstr ""
-#: 03010304.xhp#par_id3146970.24.help.text
-msgid "14 : Light Yellow"
+#. -QSP
+#: 03103500.xhp
+msgctxt ""
+"03103500.xhp\n"
+"par_id3147264\n"
+"3\n"
+"help.text"
+msgid "The <emph>Static statement</emph> cannot be used to define variable arrays. Arrays must be specified according to a fixed size."
msgstr ""
-#: 03010304.xhp#par_id3150750.25.help.text
-msgid "15 : Bright White"
+#. MD]%
+#: 03103500.xhp
+msgctxt ""
+"03103500.xhp\n"
+"hd_id3149657\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03010304.xhp#par_id3146914.26.help.text
-msgid "This function is used only to convert from older MS-DOS based BASIC applications that use the above color codes. The function returns a long integer value indicating the color to be used in the $[officename] IDE."
+#. -rA1
+#: 03103500.xhp
+msgctxt ""
+"03103500.xhp\n"
+"par_id3150400\n"
+"5\n"
+"help.text"
+msgid "Static VarName[(start To end)] [As VarType], VarName2[(start To end)] [As VarType], ..."
msgstr ""
-#: 03010304.xhp#hd_id3148406.27.help.text
-msgctxt "03010304.xhp#hd_id3148406.27.help.text"
+#. EYIV
+#: 03103500.xhp
+msgctxt ""
+"03103500.xhp\n"
+"hd_id3148452\n"
+"6\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03010304.xhp#par_id3145642.28.help.text
-msgid "Sub ExampleQBColor"
-msgstr "sub ExampleChr"
-
-#: 03010304.xhp#par_id3154256.29.help.text
-msgid "Dim iColor As Integer"
-msgstr "Dim iPos as Integer"
-
-#: 03010304.xhp#par_id3147340.30.help.text
-msgctxt "03010304.xhp#par_id3147340.30.help.text"
-msgid "Dim sText As String"
-msgstr "Dim sSep As String"
-
-#: 03010304.xhp#par_id3155962.31.help.text
-msgid "iColor = 7"
-msgstr ""
-
-#: 03010304.xhp#par_id3145230.32.help.text
-msgid "sText = \"RGB= \" & Red(QBColor( iColor) ) & \":\" & Blue(QBColor( iColor) ) & \":\" & Green(QBColor( iColor) )"
-msgstr ""
-
-#: 03010304.xhp#par_id3149566.33.help.text
-msgid "MsgBox stext,0,\"Color \" & iColor"
+#. M5l*
+#: 03103500.xhp
+msgctxt ""
+"03103500.xhp\n"
+"par_id3150870\n"
+"11\n"
+"help.text"
+msgid "MsgBox iResult,0,\"The answer is\""
msgstr ""
-#: 03010304.xhp#par_id3154705.34.help.text
-msgctxt "03010304.xhp#par_id3154705.34.help.text"
-msgid "End Sub"
+#. .^,U
+#: 03103500.xhp
+msgctxt ""
+"03103500.xhp\n"
+"par_id3151115\n"
+"15\n"
+"help.text"
+msgid "' Function for initialization of the static variable"
+msgstr ""
+
+#. EnDf
+#: 03103500.xhp
+msgctxt ""
+"03103500.xhp\n"
+"par_id1057161\n"
+"help.text"
+msgid "Const iMinimum As Integer = 40 ' minimum return value of this function"
+msgstr ""
+
+#. Ab^$
+#: 03103500.xhp
+msgctxt ""
+"03103500.xhp\n"
+"par_id580462\n"
+"help.text"
+msgid "If iInit = 0 Then ' check if initialized"
+msgstr ""
+
+#. ,3#z
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"tit\n"
+"help.text"
+msgid "For...Next Statement [Runtime]"
msgstr ""
-#: 03090301.xhp#tit.help.text
-msgid "GoSub...Return Statement [Runtime]"
+#. ~Umk
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"bm_id3149205\n"
+"help.text"
+msgid "<bookmark_value>For statement</bookmark_value><bookmark_value>To statement</bookmark_value><bookmark_value>Step statement</bookmark_value><bookmark_value>Next statement</bookmark_value>"
msgstr ""
-#: 03090301.xhp#bm_id3147242.help.text
-msgid "<bookmark_value>GoSub...Return statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-
-#: 03090301.xhp#hd_id3147242.1.help.text
+#. `mMQ
+#: 03090202.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03090301.xhp\" name=\"GoSub...Return Statement [Runtime]\">GoSub...Return Statement [Runtime]</link>"
+msgctxt ""
+"03090202.xhp\n"
+"hd_id3149205\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090202.xhp\" name=\"For...Next Statement [Runtime]\">For...Next Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03090301.xhp#par_id3145316.2.help.text
-msgid "Calls a subroutine that is indicated by a label from a subroutine or a function. The statements following the label are executed until the next Return statement. Afterwards, the program continues with the statement that follows the <emph>GoSub </emph>statement."
+#. TaqE
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3143267\n"
+"2\n"
+"help.text"
+msgid "Repeats the statements between the For...Next block a specified number of times."
msgstr ""
-#: 03090301.xhp#hd_id3145609.3.help.text
-msgctxt "03090301.xhp#hd_id3145609.3.help.text"
+#. {Or3
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"hd_id3156153\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03090301.xhp#par_id3145069.4.help.text
-msgctxt "03090301.xhp#par_id3145069.4.help.text"
-msgid "see Parameters"
-msgstr ""
-
-#: 03090301.xhp#hd_id3147265.5.help.text
-msgctxt "03090301.xhp#hd_id3147265.5.help.text"
-msgid "Parameters:"
+#. __M)
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3148473\n"
+"4\n"
+"help.text"
+msgid "For counter=start To end [Step step]"
msgstr ""
-#: 03090301.xhp#par_id3148664.6.help.text
-msgctxt "03090301.xhp#par_id3148664.6.help.text"
-msgid "Sub/Function"
-msgstr "End function"
-
-#: 03090301.xhp#par_id3150400.7.help.text
-msgctxt "03090301.xhp#par_id3150400.7.help.text"
+#. ^;Bt
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3156024\n"
+"5\n"
+"help.text"
msgid "statement block"
msgstr ""
-#: 03090301.xhp#par_id3154140.8.help.text
-msgid " Label"
+#. }jj%
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3146796\n"
+"6\n"
+"help.text"
+msgid "[Exit For]"
msgstr ""
-#: 03090301.xhp#par_id3150869.9.help.text
-msgctxt "03090301.xhp#par_id3150869.9.help.text"
+#. 12{v
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3159414\n"
+"7\n"
+"help.text"
msgid "statement block"
msgstr ""
-#: 03090301.xhp#par_id3154909.10.help.text
-msgid "GoSub Label"
+#. C,Q@
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3153897\n"
+"8\n"
+"help.text"
+msgid "Next [counter]"
msgstr ""
-#: 03090301.xhp#par_id3153969.11.help.text
-msgid "Exit Sub/Function"
-msgstr "End function"
-
-#: 03090301.xhp#par_id3154685.12.help.text
-msgid "Label:"
-msgstr ""
+#. slKh
+#: 03090202.xhp
+#, fuzzy
+msgctxt ""
+"03090202.xhp\n"
+"hd_id3150400\n"
+"9\n"
+"help.text"
+msgid "Variables:"
+msgstr "ცვლადები"
-#: 03090301.xhp#par_id3145786.13.help.text
-msgctxt "03090301.xhp#par_id3145786.13.help.text"
-msgid "statement block"
+#. ^.O=
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3150358\n"
+"10\n"
+"help.text"
+msgid "<emph>Counter:</emph> Loop counter initially assigned the value to the right of the equal sign (start). Only numeric variables are valid. The loop counter increases or decreases according to the variable Step until End is passed."
msgstr ""
-#: 03090301.xhp#par_id3159252.14.help.text
-msgctxt "03090301.xhp#par_id3159252.14.help.text"
-msgid "Return"
+#. `6#)
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3152455\n"
+"11\n"
+"help.text"
+msgid "<emph>Start:</emph> Numeric variable that defines the initial value at the beginning of the loop."
msgstr ""
-#: 03090301.xhp#par_id3154321.15.help.text
-msgctxt "03090301.xhp#par_id3154321.15.help.text"
-msgid "End Sub/Function"
-msgstr "End function"
-
-#: 03090301.xhp#par_id3147318.16.help.text
-msgid "The <emph>GoSub</emph> statement calls a local subroutine indicated by a label from within a subroutine or a function. The name of the label must end with a colon (\":\")."
+#. 8wPC
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3151043\n"
+"12\n"
+"help.text"
+msgid "<emph>End:</emph> Numeric variable that defines the final value at the end of the loop."
msgstr ""
-#: 03090301.xhp#par_id3153190.17.help.text
-msgid "If the program encounters a Return statement not preceded by <emph>GoSub</emph>, $[officename] Basic returns an error message. Use <emph>Exit Sub</emph> or <emph>Exit Function</emph> to ensure that the program leaves a Sub or Function before reaching the next Return statement."
+#. +VJ)
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3156281\n"
+"13\n"
+"help.text"
+msgid "<emph>Step:</emph> Sets the value by which to increase or decrease the loop counter. If Step is not specified, the loop counter is incremented by 1. In this case, End must be greater than Start. If you want to decrease Counter, End must be less than Start, and Step must be assigned a negative value."
msgstr ""
-#: 03090301.xhp#par_id3145799.19.help.text
-msgid "The following example demonstrates the use of <emph>GoSub</emph> and <emph>Return</emph>. By executing a program section twice, the program calculates the square root of two numbers that are entered by the user."
+#. ?;*k
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3154684\n"
+"14\n"
+"help.text"
+msgid "The <emph>For...Next</emph> loop repeats all of the statements in the loop for the number of times that is specified by the parameters."
msgstr ""
-#: 03090301.xhp#hd_id3156284.20.help.text
-msgctxt "03090301.xhp#hd_id3156284.20.help.text"
-msgid "Example:"
+#. ?+aY
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3147287\n"
+"15\n"
+"help.text"
+msgid "As the counter variable is decreased, $[officename] Basic checks if the end value has been reached. As soon as the counter passes the end value, the loop automatically ends."
msgstr ""
-#: 03090301.xhp#par_id3151073.21.help.text
-msgid "Sub ExampleGoSub"
-msgstr "Sub ExampleASC"
-
-#: 03090301.xhp#par_id3154097.22.help.text
-msgid "dim iInputa as Single"
+#. q8f4
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3159154\n"
+"16\n"
+"help.text"
+msgid "It is possible to nest <emph>For...Next</emph> statements. If you do not specify a variable following the <emph>Next</emph> statement, <emph>Next</emph> automatically refers to the most recent <emph>For</emph> statement."
msgstr ""
-#: 03090301.xhp#par_id3150715.23.help.text
-msgid "dim iInputb as Single"
+#. {PH[
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3155306\n"
+"17\n"
+"help.text"
+msgid "If you specify an increment of 0, the statements between <emph>For</emph> and <emph>Next</emph> are repeated continuously."
msgstr ""
-#: 03090301.xhp#par_id3153416.24.help.text
-msgid "dim iInputc as Single"
+#. D4jS
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3155854\n"
+"18\n"
+"help.text"
+msgid "When counting down the counter variable, $[officename] Basic checks for overflow or underflow. The loop ends when Counter exceeds End (positive Step value) or is less than End (negative Step value)."
msgstr ""
-#: 03090301.xhp#par_id3146970.25.help.text
-msgid "iInputa = Int(InputBox$ \"Enter the first number: \",\"NumberInput\"))"
+#. \*[:
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3145273\n"
+"19\n"
+"help.text"
+msgid "Use the <emph>Exit For</emph> statement to exit the loop unconditionally. This statement must be within a <emph>For...Next</emph> loop. Use the <emph>If...Then</emph> statement to test the exit condition as follows:"
msgstr ""
-#: 03090301.xhp#par_id3150329.26.help.text
-msgid "iInputb = Int(InputBox$ \"Enter the second number: \",\"NumberInput\"))"
+#. J09K
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3153190\n"
+"20\n"
+"help.text"
+msgid "For..."
msgstr ""
-#: 03090301.xhp#par_id3156277.27.help.text
-msgid "iInputc=iInputa"
+#. _9\N
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3149482\n"
+"21\n"
+"help.text"
+msgid "statements"
msgstr ""
-#: 03090301.xhp#par_id3150321.28.help.text
-msgctxt "03090301.xhp#par_id3150321.28.help.text"
-msgid "GoSub SquareRoot"
+#. ZC`N
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3147124\n"
+"22\n"
+"help.text"
+msgid "If condition = True Then Exit For"
msgstr ""
-#: 03090301.xhp#par_id3154756.29.help.text
-msgid "Print \"The square root of\";iInputa;\" is\";iInputc"
+#. @k5[
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3153159\n"
+"23\n"
+"help.text"
+msgid "statements"
msgstr ""
-#: 03090301.xhp#par_id3155764.30.help.text
-msgid "iInputc=iInputb"
-msgstr ""
+#. 6CCT
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3154096\n"
+"24\n"
+"help.text"
+msgid "Next"
+msgstr "შემდეგი"
-#: 03090301.xhp#par_id3152960.31.help.text
-msgctxt "03090301.xhp#par_id3152960.31.help.text"
-msgid "GoSub SquareRoot"
+#. QB;U
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3156286\n"
+"25\n"
+"help.text"
+msgid "Note: In nested <emph>For...Next</emph> loops, if you exit a loop unconditionally with <emph>Exit For</emph>, only one loop is exited."
msgstr ""
-#: 03090301.xhp#par_id3147340.32.help.text
-msgid "Print \"The square root of\";iInputb;\" is\";iInputc"
+#. _T2X
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"hd_id3148457\n"
+"26\n"
+"help.text"
+msgid "Example"
msgstr ""
-#: 03090301.xhp#par_id3166450.33.help.text
-msgctxt "03090301.xhp#par_id3166450.33.help.text"
-msgid "Exit Sub"
+#. WB2{
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3151074\n"
+"27\n"
+"help.text"
+msgid "The following example uses two nested loops to sort a string array with 10 elements ( sEntry() ), that are first filled with various contents:"
msgstr ""
-#: 03090301.xhp#par_id3155176.34.help.text
-msgid "SquareRoot:"
+#. 2i+H
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3155767\n"
+"42\n"
+"help.text"
+msgid "sEntry(0) = \"Jerry\""
msgstr ""
-#: 03090301.xhp#par_id3149257.35.help.text
-msgid "iInputc=sqr(iInputc)"
+#. VU!z
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3153711\n"
+"33\n"
+"help.text"
+msgid "sEntry(1) = \"Patty\""
msgstr ""
-#: 03090301.xhp#par_id3146316.36.help.text
-msgctxt "03090301.xhp#par_id3146316.36.help.text"
-msgid "Return"
+#. m{kB
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3148993\n"
+"34\n"
+"help.text"
+msgid "sEntry(2) = \"Kurt\""
msgstr ""
-#: 03090301.xhp#par_id3154703.37.help.text
-msgctxt "03090301.xhp#par_id3154703.37.help.text"
-msgid "End Sub"
+#. 2-fN
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3156382\n"
+"35\n"
+"help.text"
+msgid "sEntry(3) = \"Thomas\""
msgstr ""
-#: main0601.xhp#tit.help.text
-msgid "$[officename] Basic Help"
-msgstr "$[officename] საწყისი დახმარება"
-
-#: main0601.xhp#hd_id3154232.1.help.text
-msgid "<link href=\"text/sbasic/shared/main0601.xhp\" name=\"$[officename] Basic Help\">%PRODUCTNAME Basic Help</link>"
-msgstr "<link href=\"text/sbasic/shared/main0601.xhp\" name=\"$[officename] Basic დახმარება\">%PRODUCTNAME -ის Basic დახმარება</link>"
-
-#: main0601.xhp#par_id3153894.4.help.text
-#, fuzzy
-msgid "%PRODUCTNAME %PRODUCTVERSION provides an Application Programming Interface (API) that allows controlling the $[officename] components with different programming languages by using the $[officename] Software Development Kit (SDK). For more information about the $[officename] API and the Software Development Kit, visit <link href=\"http://api.libreoffice.org/\" name=\"http://api.libreoffice.org\">http://api.libreoffice.org</link>"
-msgstr "%PRODUCTNAME %PRODUCTVERSION გვაწვდის Application Programming Interface (API)-ს რაც გვაძლევს საშუალებას ვაკონტროლოთ $[officename] კომპონენტები სხვადასხვა პროგრამირების ენით $[officename] Software Development Kit (SDK)-ს გამოყენებით. დამატებითი ინფორმაციის მისაღებად $[officename] API და the Software Development Kit-ს შესახებ, ეწვიეთ <link href=\"http://api.openoffice.org/\" name=\"http://api.openoffice.org\">http://api.openoffice.org</link>"
-
-#: main0601.xhp#par_id3147226.10.help.text
-msgid "This help section explains the most common runtime functions of %PRODUCTNAME Basic. For more in-depth information please refer to the <link href=\"http://wiki.documentfoundation.org/Documentation/BASIC_Guide\">OpenOffice.org BASIC Programming Guide</link> on the Wiki."
+#. dxv%
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3155174\n"
+"36\n"
+"help.text"
+msgid "sEntry(4) = \"Michael\""
msgstr ""
-#: main0601.xhp#hd_id3146957.9.help.text
-msgid "Working with %PRODUCTNAME Basic"
-msgstr "მუშაობა %PRODUCTNAME Basic-ში"
-
-#: main0601.xhp#hd_id3148473.7.help.text
-msgid "Help about the Help"
-msgstr "დახმარება დახმარების შესახებ"
-
-#: 03080000.xhp#tit.help.text
-msgid "Numeric Functions"
+#. ]72:
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3166448\n"
+"37\n"
+"help.text"
+msgid "sEntry(5) = \"David\""
msgstr ""
-#: 03080000.xhp#hd_id3153127.1.help.text
-msgid "<link href=\"text/sbasic/shared/03080000.xhp\" name=\"Numeric Functions\">Numeric Functions</link>"
+#. pj:`
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3149255\n"
+"38\n"
+"help.text"
+msgid "sEntry(6) = \"Cathy\""
msgstr ""
-#: 03080000.xhp#par_id3148550.2.help.text
-msgid "The following numeric functions perform calculations. Mathematical and Boolean operators are described in a separate section. Functions differ from operators in that functions pass arguments and return a result, instead of operators that return a result by combining two numeric expressions."
+#. U]~E
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3149565\n"
+"39\n"
+"help.text"
+msgid "sEntry(7) = \"Susie\""
msgstr ""
-#: 03080800.xhp#tit.help.text
-msgid "Converting Numbers"
+#. xd6[
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3145148\n"
+"40\n"
+"help.text"
+msgid "sEntry(8) = \"Edward\""
msgstr ""
-#: 03080800.xhp#hd_id3145315.1.help.text
-msgid "<link href=\"text/sbasic/shared/03080800.xhp\" name=\"Converting Numbers\">Converting Numbers</link>"
+#. 7EOX
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3145229\n"
+"41\n"
+"help.text"
+msgid "sEntry(9) = \"Christine\""
msgstr ""
-#: 03080800.xhp#par_id3154760.2.help.text
-msgid "The following functions convert numbers from one number format to another."
+#. 31_S
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"tit\n"
+"help.text"
+msgid "ChDir Statement [Runtime]"
msgstr ""
-#: 03070100.xhp#tit.help.text
-msgid "\"-\" Operator [Runtime]"
-msgstr ""
+#. +Fs@
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"bm_id3150178\n"
+"help.text"
+msgid "<bookmark_value>ChDir statement</bookmark_value>"
+msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-#: 03070100.xhp#bm_id3156042.help.text
-msgid "<bookmark_value>\"-\" operator (mathematical)</bookmark_value>"
-msgstr ""
+#. -PV%
+#: 03020401.xhp
+#, fuzzy
+msgctxt ""
+"03020401.xhp\n"
+"hd_id3150178\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020401.xhp\" name=\"ChDir Statement [Runtime]\">ChDir Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03070100.xhp#hd_id3156042.1.help.text
-msgid "<link href=\"text/sbasic/shared/03070100.xhp\">\"-\" Operator [Runtime]</link>"
+#. VXSm
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"par_id3153126\n"
+"2\n"
+"help.text"
+msgid "Changes the current directory or drive."
msgstr ""
-#: 03070100.xhp#par_id3153345.2.help.text
-msgid "Subtracts two values."
+#. 0==h
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"par_id9783013\n"
+"help.text"
+msgid "This runtime statement currently does not work as documented. See <link href=\"http://www.openoffice.org/issues/show_bug.cgi?id=30692\">this issue</link> for more information."
msgstr ""
-#: 03070100.xhp#hd_id3149416.3.help.text
-msgctxt "03070100.xhp#hd_id3149416.3.help.text"
+#. mWxI
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"hd_id3154347\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03070100.xhp#par_id3156023.4.help.text
-msgid "Result = Expression1 - Expression2"
-msgstr ""
+#. vL}!
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"par_id3153897\n"
+"4\n"
+"help.text"
+msgid "ChDir Text As String"
+msgstr "RTrim (Text As String)"
-#: 03070100.xhp#hd_id3154760.5.help.text
-msgctxt "03070100.xhp#hd_id3154760.5.help.text"
+#. D?`]
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"hd_id3148664\n"
+"5\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03070100.xhp#par_id3147560.6.help.text
-msgid "<emph>Result:</emph> Any numerical expression that contains the result of the subtraction."
-msgstr ""
-
-#: 03070100.xhp#par_id3150398.7.help.text
-msgid "<emph>Expression1, Expression2:</emph> Any numerical expressions that you want to subtract."
-msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-
-#: 03070100.xhp#hd_id3154366.8.help.text
-msgctxt "03070100.xhp#hd_id3154366.8.help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03070100.xhp#par_id3147230.9.help.text
-msgid "Sub ExampleSubtraction1"
-msgstr ""
-
-#: 03070100.xhp#par_id3156281.10.help.text
-msgid "Print 5 - 5"
-msgstr ""
-
-#: 03070100.xhp#par_id3145172.11.help.text
-msgctxt "03070100.xhp#par_id3145172.11.help.text"
-msgid "End sub"
+#. u6Vr
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"par_id3150543\n"
+"6\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that specifies the directory path or drive."
msgstr ""
-#: 03070100.xhp#par_id3149562.13.help.text
-msgid "Sub ExampleSubtraction2"
+#. qP5]
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"par_id3152598\n"
+"7\n"
+"help.text"
+msgid "If you only want to change the current drive, enter the drive letter followed by a colon."
msgstr ""
-#: 03070100.xhp#par_id3159254.14.help.text
-msgctxt "03070100.xhp#par_id3159254.14.help.text"
-msgid "Dim iValue1 as Integer"
-msgstr "Dim iPos as Integer"
-
-#: 03070100.xhp#par_id3147434.15.help.text
-msgctxt "03070100.xhp#par_id3147434.15.help.text"
-msgid "Dim iValue2 as Integer"
-msgstr "Dim iPos as Integer"
-
-#: 03070100.xhp#par_id3150011.16.help.text
-msgctxt "03070100.xhp#par_id3150011.16.help.text"
-msgid "iValue1 = 5"
+#. sMR;
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"hd_id3151116\n"
+"8\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03070100.xhp#par_id3152576.17.help.text
-msgctxt "03070100.xhp#par_id3152576.17.help.text"
-msgid "iValue2 = 10"
-msgstr ""
+#. (,Hp
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Other Commands"
+msgstr "სხვა ბრძანებები"
-#: 03070100.xhp#par_id3163712.18.help.text
-msgid "Print iValue1 - iValue2"
-msgstr ""
+#. ,I}~
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"hd_id3156027\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03130000.xhp\" name=\"Other Commands\">Other Commands</link>"
+msgstr "<link href=\"text/sbasic/shared/03130000.xhp\" name=\"სხვა ბრძენებები\">სხვა ბრძენებები</link>"
-#: 03070100.xhp#par_id3156443.19.help.text
-msgctxt "03070100.xhp#par_id3156443.19.help.text"
-msgid "End Sub"
-msgstr ""
+#. Y?F_
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"par_id3153312\n"
+"2\n"
+"help.text"
+msgid "This is a list of the functions and the statements that are not included in the other categories."
+msgstr "აქ მოყვანილია ფუნქციების და დებულებებუს სია, რომლების არ შედის სხვა კატეგორიებში."
-#: 03090102.xhp#tit.help.text
-msgid "Select...Case Statement [Runtime]"
+#. BBq(
+#: 03030301.xhp
+msgctxt ""
+"03030301.xhp\n"
+"tit\n"
+"help.text"
+msgid "Date Statement [Runtime]"
msgstr ""
-#: 03090102.xhp#bm_id3149416.help.text
-msgid "<bookmark_value>Select...Case statement</bookmark_value><bookmark_value>Case statement</bookmark_value>"
-msgstr "<bookmark_value>Mid ფუნქცია</bookmark_value><bookmark_value>Mid დებულება</bookmark_value>"
+#. ?b=N
+#: 03030301.xhp
+msgctxt ""
+"03030301.xhp\n"
+"bm_id3156027\n"
+"help.text"
+msgid "<bookmark_value>Date statement</bookmark_value>"
+msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-#: 03090102.xhp#hd_id3149416.1.help.text
+#. VzM#
+#: 03030301.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03090102.xhp\" name=\"Select...Case Statement [Runtime]\">Select...Case Statement [Runtime]</link>"
+msgctxt ""
+"03030301.xhp\n"
+"hd_id3156027\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030301.xhp\" name=\"Date Statement [Runtime]\">Date Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03090102.xhp#par_id3153896.2.help.text
-msgid "Defines one or more statement blocks depending on the value of an expression."
+#. 6dX(
+#: 03030301.xhp
+msgctxt ""
+"03030301.xhp\n"
+"par_id3147291\n"
+"2\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 ""
-#: 03090102.xhp#hd_id3147265.3.help.text
-msgctxt "03090102.xhp#hd_id3147265.3.help.text"
+#. i=_h
+#: 03030301.xhp
+msgctxt ""
+"03030301.xhp\n"
+"hd_id3148686\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03090102.xhp#par_id3150400.4.help.text
-msgid "Select Case condition Case expression Statement Block [Case expression2 Statement Block][Case Else] Statement Block End Select"
+#. @fcn
+#: 03030301.xhp
+msgctxt ""
+"03030301.xhp\n"
+"par_id3146794\n"
+"4\n"
+"help.text"
+msgid "Date ; Date = Text As String"
msgstr ""
-#: 03090102.xhp#hd_id3150767.5.help.text
-msgctxt "03090102.xhp#hd_id3150767.5.help.text"
+#. zk?6
+#: 03030301.xhp
+msgctxt ""
+"03030301.xhp\n"
+"hd_id3154347\n"
+"5\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03090102.xhp#par_id3156281.6.help.text
-msgid "<emph>Condition:</emph> Any expression that controls if the statement block that follows the respective Case clause is executed."
-msgstr ""
-
-#: 03090102.xhp#par_id3150448.7.help.text
-msgid "<emph>Expression:</emph> Any expression that is compatible with the Condition type expression. The statement block that follows the Case clause is executed if <emph>Condition</emph> matches <emph>Expression</emph>."
+#. \Xbe
+#: 03030301.xhp
+msgctxt ""
+"03030301.xhp\n"
+"par_id3145069\n"
+"6\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 ""
-#: 03090102.xhp#hd_id3153768.8.help.text
-msgctxt "03090102.xhp#hd_id3153768.8.help.text"
+#. j(;,
+#: 03030301.xhp
+msgctxt ""
+"03030301.xhp\n"
+"hd_id3150793\n"
+"7\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03090102.xhp#par_id3150441.9.help.text
-msgctxt "03090102.xhp#par_id3150441.9.help.text"
-msgid "Sub ExampleRandomSelect"
-msgstr ""
-
-#: 03090102.xhp#par_id3152462.10.help.text
-msgctxt "03090102.xhp#par_id3152462.10.help.text"
-msgid "Dim iVar As Integer"
-msgstr "DIm iLen როგორც Integer"
-
-#: 03090102.xhp#par_id3149260.11.help.text
-msgctxt "03090102.xhp#par_id3149260.11.help.text"
-msgid "iVar = Int((15 * Rnd) -2)"
-msgstr ""
-
-#: 03090102.xhp#par_id3151113.12.help.text
-msgctxt "03090102.xhp#par_id3151113.12.help.text"
-msgid "Select Case iVar"
-msgstr ""
-
-#: 03090102.xhp#par_id3149481.13.help.text
-msgctxt "03090102.xhp#par_id3149481.13.help.text"
-msgid "Case 1 To 5"
-msgstr ""
-
-#: 03090102.xhp#par_id3152597.14.help.text
-msgctxt "03090102.xhp#par_id3152597.14.help.text"
-msgid "Print \"Number from 1 to 5\""
-msgstr ""
-
-#: 03090102.xhp#par_id3147428.15.help.text
-msgctxt "03090102.xhp#par_id3147428.15.help.text"
-msgid "Case 6, 7, 8"
-msgstr ""
-
-#: 03090102.xhp#par_id3147349.16.help.text
-msgctxt "03090102.xhp#par_id3147349.16.help.text"
-msgid "Print \"Number from 6 to 8\""
+#. `d15
+#: 03030301.xhp
+msgctxt ""
+"03030301.xhp\n"
+"par_id3156424\n"
+"9\n"
+"help.text"
+msgid "MsgBox \"The date is \" & Date"
msgstr ""
-#: 03090102.xhp#par_id3153729.17.help.text
-msgid "Case 8 To 10"
-msgstr ""
-
-#: 03090102.xhp#par_id3152886.18.help.text
-msgctxt "03090102.xhp#par_id3152886.18.help.text"
-msgid "Print \"Greater than 8\""
-msgstr ""
-
-#: 03090102.xhp#par_id3155414.19.help.text
-msgctxt "03090102.xhp#par_id3155414.19.help.text"
-msgid "Case Else"
-msgstr ""
-
-#: 03090102.xhp#par_id3146975.20.help.text
-msgid "Print \"Out of range 1 to 10\""
-msgstr ""
-
-#: 03090102.xhp#par_id3150419.21.help.text
-msgctxt "03090102.xhp#par_id3150419.21.help.text"
-msgid "End Select"
-msgstr ""
-
-#: 03090102.xhp#par_id3154943.22.help.text
-msgctxt "03090102.xhp#par_id3154943.22.help.text"
-msgid "end sub"
-msgstr ""
-
-#: 03020411.xhp#tit.help.text
-msgid "MkDir Statement [Runtime]"
+#. 3o#{
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"tit\n"
+"help.text"
+msgid "LSet Statement [Runtime]"
msgstr ""
-#: 03020411.xhp#bm_id3156421.help.text
-msgid "<bookmark_value>MkDir statement</bookmark_value>"
-msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
+#. 6c?G
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"bm_id3143268\n"
+"help.text"
+msgid "<bookmark_value>LSet statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 03020411.xhp#hd_id3156421.1.help.text
+#. 1O%o
+#: 03120304.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03020411.xhp\" name=\"MkDir Statement [Runtime]\">MkDir Statement [Runtime]</link>"
+msgctxt ""
+"03120304.xhp\n"
+"hd_id3143268\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120304.xhp\" name=\"LSet Statement [Runtime]\">LSet Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03020411.xhp#par_id3147000.2.help.text
-msgid "Creates a new directory on a data medium."
+#. 1Yd5
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"par_id3155419\n"
+"2\n"
+"help.text"
+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 ""
-#: 03020411.xhp#hd_id3148520.3.help.text
-msgctxt "03020411.xhp#hd_id3148520.3.help.text"
+#. D.~5
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"hd_id3145317\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03020411.xhp#par_id3155150.4.help.text
-msgid "MkDir Text As String"
-msgstr "RTrim (Text As String)"
+#. z$~z
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"par_id3150984\n"
+"4\n"
+"help.text"
+msgid "LSet Var As String = Text or LSet Var1 = Var2"
+msgstr "LSet Var როგორც სტრიქონი = ტექსტი ან LSet Var1 = Var2"
-#: 03020411.xhp#hd_id3156027.5.help.text
-msgctxt "03020411.xhp#hd_id3156027.5.help.text"
+#. asqR
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"hd_id3143271\n"
+"5\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03020411.xhp#par_id3153750.6.help.text
-msgid "<emph>Text:</emph> Any string expression that specifies the name and path of the directory to be created. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
-msgstr ""
-
-#: 03020411.xhp#par_id3153311.7.help.text
-msgid "If the path is not determined, the directory is created in the current directory."
-msgstr ""
-
-#: 03020411.xhp#hd_id3155388.8.help.text
-msgctxt "03020411.xhp#hd_id3155388.8.help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03020411.xhp#par_id3148473.9.help.text
-msgid "Sub ExampleFileIO"
-msgstr "Sub ExampleSpace"
-
-#: 03020411.xhp#par_id3149762.10.help.text
-msgid "' Example for functions of the file organization"
-msgstr ""
-
-#: 03020411.xhp#par_id3145610.11.help.text
-msgid "Const sFile1 as String = \"file://c|/autoexec.bat\""
-msgstr ""
-
-#: 03020411.xhp#par_id3147264.12.help.text
-msgid "Const sDir1 as String = \"file://c|/Temp\""
-msgstr ""
-
-#: 03020411.xhp#par_id3149669.13.help.text
-msgid "Const sSubDir1 as String =\"Test\""
-msgstr ""
-
-#: 03020411.xhp#par_id3148663.14.help.text
-msgid "Const sFile2 as String = \"Copied.tmp\""
-msgstr ""
-
-#: 03020411.xhp#par_id3154071.15.help.text
-msgid "Const sFile3 as String = \"Renamed.tmp\""
-msgstr ""
-
-#: 03020411.xhp#par_id3150792.16.help.text
-msgid "Dim sFile as String"
-msgstr "DIM sFile სტრიქონი როგორც "
-
-#: 03020411.xhp#par_id3154366.17.help.text
-msgid "sFile = sDir1 + \"/\" + sSubDir1"
-msgstr ""
-
-#: 03020411.xhp#par_id3149204.18.help.text
-msgctxt "03020411.xhp#par_id3149204.18.help.text"
-msgid "ChDir( sDir1 )"
-msgstr ""
-
-#: 03020411.xhp#par_id3154217.19.help.text
-msgid "If Dir(sSubDir1,16)=\"\" then ' Does the directory exist ?"
-msgstr ""
-
-#: 03020411.xhp#par_id3156423.20.help.text
-msgid "MkDir sSubDir1"
-msgstr ""
-
-#: 03020411.xhp#par_id3147228.21.help.text
-msgid "MsgBox sFile,0,\"Create directory\""
-msgstr ""
-
-#: 03020411.xhp#par_id3153970.22.help.text
-msgctxt "03020411.xhp#par_id3153970.22.help.text"
-msgid "End If"
-msgstr ""
-
-#: 03020411.xhp#par_id3148451.24.help.text
-msgid "sFile = sFile + \"/\" + sFile2"
-msgstr ""
-
-#: 03020411.xhp#par_id3155132.25.help.text
-msgid "FileCopy sFile1 , sFile"
-msgstr ""
-
-#: 03020411.xhp#par_id3153770.26.help.text
-msgid "MsgBox fSysURL(CurDir()),0,\"Current directory\""
-msgstr ""
-
-#: 03020411.xhp#par_id3159154.27.help.text
-msgid "MsgBox sFile & Chr(13) & FileDateTime( sFile ),0,\"Creation time\""
-msgstr ""
-
-#: 03020411.xhp#par_id3149484.28.help.text
-msgid "MsgBox sFile & Chr(13)& FileLen( sFile ),0,\"File length\""
-msgstr ""
-
-#: 03020411.xhp#par_id3152885.29.help.text
-msgid "MsgBox sFile & Chr(13)& GetAttr( sFile ),0,\"File attributes\""
-msgstr ""
-
-#: 03020411.xhp#par_id3152596.30.help.text
-msgid "Name sFile as sDir1 + \"/\" + sSubDir1 + \"/\" + sFile3"
-msgstr ""
-
-#: 03020411.xhp#par_id3153952.31.help.text
-msgid "' Rename in the same directory"
-msgstr ""
-
-#: 03020411.xhp#par_id3152576.33.help.text
-msgid "sFile = sDir1 + \"/\" + sSubDir1 + \"/\" + sFile3"
-msgstr ""
-
-#: 03020411.xhp#par_id3147426.34.help.text
-msgid "SetAttr( sFile, 0 ) 'Delete all attributes"
-msgstr ""
-
-#: 03020411.xhp#par_id3148647.35.help.text
-msgid "MsgBox sFile & Chr(13) & GetAttr( sFile ),0,\"New file attributes\""
-msgstr ""
-
-#: 03020411.xhp#par_id3153363.36.help.text
-msgid "Kill sFile"
-msgstr ""
-
-#: 03020411.xhp#par_id3151113.37.help.text
-msgid "RmDir sDir1 + \"/\" + sSubDir1"
-msgstr ""
-
-#: 03020411.xhp#par_id3153157.38.help.text
-msgctxt "03020411.xhp#par_id3153157.38.help.text"
-msgid "end sub"
-msgstr ""
-
-#: 03020411.xhp#par_id3150092.40.help.text
-msgid "' Converts a system path in URL"
-msgstr ""
-
-#: 03020411.xhp#par_id3147396.41.help.text
-msgid "Function fSysURL( fSysFp as String ) as String"
-msgstr ""
-
-#: 03020411.xhp#par_id3153878.42.help.text
-msgid "Dim iPos As String"
-msgstr "Dim sSep As String"
-
-#: 03020411.xhp#par_id3150420.43.help.text
-msgid "iPos = 1"
-msgstr ""
-
-#: 03020411.xhp#par_id3145253.44.help.text
-msgid "iPos = Instr(iPos,fSysFp, getPathSeparator())"
-msgstr ""
-
-#: 03020411.xhp#par_id3153415.45.help.text
-msgid "do while iPos > 0"
-msgstr ""
-
-#: 03020411.xhp#par_id3153512.46.help.text
-msgid "mid( fSysFp, iPos , 1,\"/\")"
-msgstr ""
-
-#: 03020411.xhp#par_id3146899.47.help.text
-msgid "iPos = Instr(iPos+1,fSysFp, getPathSeparator())"
-msgstr ""
-
-#: 03020411.xhp#par_id3145652.48.help.text
-msgid "loop"
-msgstr ""
-
-#: 03020411.xhp#par_id3156276.49.help.text
-msgid "' the colon with DOS"
-msgstr ""
-
-#: 03020411.xhp#par_id3146913.50.help.text
-msgid "iPos = Instr(1,fSysFp,\":\")"
-msgstr ""
-
-#: 03020411.xhp#par_id3145640.51.help.text
-msgid "if iPos > 0 then mid( fSysFp, iPos , 1,\"|\")"
-msgstr ""
-
-#: 03020411.xhp#par_id3155443.52.help.text
-msgid "fSysURL = \"file://\" & fSysFp"
-msgstr ""
-
-#: 03020411.xhp#par_id3148995.53.help.text
-msgctxt "03020411.xhp#par_id3148995.53.help.text"
-msgid "End Function"
-msgstr "End function"
-
-#: 03131700.xhp#tit.help.text
-msgid "GetProcessServiceManager Function [Runtime]"
-msgstr ""
+#. 4M59
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"par_id3145610\n"
+"6\n"
+"help.text"
+msgid "<emph>Var:</emph> Any String variable that contains the string that you want align to the left."
+msgstr "<emph>Var:</emph> ნებისმიერი სრიქონის ცვლადი შეიცავს სტრიქონს, რომელიც გინდათ, რომ გადაანაცვლოთ მარცხნივ."
-#: 03131700.xhp#bm_id3153255.help.text
-msgid "<bookmark_value>GetProcessServiceManager function</bookmark_value><bookmark_value>ProcessServiceManager</bookmark_value>"
-msgstr "<bookmark_value>GetProcessServiceManager ფუნქცია</bookmark_value><bookmark_value>ProcessServiceManager</bookmark_value>"
+#. Nig?
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"par_id3154346\n"
+"7\n"
+"help.text"
+msgid "<emph>Text:</emph> String that you want to align to the left of the string variable."
+msgstr "<emph>ტექსტი</emph>: სტრინგი, რომელიც გსურთ გაასწოროთ მარჯვნივ სტრინგის ცვლადში."
-#: 03131700.xhp#hd_id3153255.1.help.text
-msgid "<link href=\"text/sbasic/shared/03131700.xhp\" name=\"GetProcessServiceManager Function [Runtime]\">GetProcessServiceManager Function [Runtime]</link>"
+#. -H%{
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"par_id3151054\n"
+"8\n"
+"help.text"
+msgid "<emph>Var1:</emph> Name of the user-defined type variable that you want to copy to."
msgstr ""
-#: 03131700.xhp#par_id3156414.2.help.text
-msgid "Returns the ProcessServiceManager (central Uno ServiceManager)."
-msgstr "Returns the ProcessServiceManager (central Uno ServiceManager)."
-
-#: 03131700.xhp#par_id3145136.3.help.text
-msgid "This function is required when you want to instantiate a service using CreateInstanceWithArguments."
-msgstr "ფუქნცია გამოიყენება იმ შემთხვევაში, როდესაც გსურთ სერვისის ინსტანირება CreateInstanceWithArguments-ის გამოყენებით."
-
-#: 03131700.xhp#hd_id3153681.4.help.text
-msgctxt "03131700.xhp#hd_id3153681.4.help.text"
-msgid "Syntax:"
+#. t@g]
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"par_id3153361\n"
+"9\n"
+"help.text"
+msgid "<emph>Var2:</emph> Name of the user-defined type variable that you want to copy from."
msgstr ""
-#: 03131700.xhp#par_id3151110.5.help.text
-msgctxt "03131700.xhp#par_id3151110.5.help.text"
-msgid "oServiceManager = GetProcessServiceManager()"
+#. J52J
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"par_id3154686\n"
+"10\n"
+"help.text"
+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 ""
-#: 03131700.xhp#hd_id3149516.6.help.text
-msgctxt "03131700.xhp#hd_id3149516.6.help.text"
+#. kIO8
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"hd_id3156282\n"
+"11\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03131700.xhp#par_id3143270.7.help.text
-msgctxt "03131700.xhp#par_id3143270.7.help.text"
-msgid "oServiceManager = GetProcessServiceManager()"
-msgstr ""
-
-#: 03131700.xhp#par_id3153825.8.help.text
-msgid "oIntrospection = oServiceManager.createInstance(\"com.sun.star.beans.Introspection\");"
-msgstr "oIntrospection = oServiceManager.createInstance(\"com.sun.star.beans.Introspection\");"
-
-#: 03131700.xhp#par_id3148473.9.help.text
-msgid "this is the same as the following statement:"
-msgstr "ეს იგივია რაც შემდეგი დებულება:"
-
-#: 03131700.xhp#par_id3145609.10.help.text
-msgid "oIntrospection = CreateUnoService(\"com.sun.star.beans.Introspection\")"
-msgstr "oIntrospection = CreateUnoService(\"com.sun.star.beans.Introspection\")"
-
-#: 03104300.xhp#tit.help.text
-msgid "DimArray Function [Runtime]"
+#. b1+%
+#: 03120304.xhp
+#, fuzzy
+msgctxt ""
+"03120304.xhp\n"
+"par_id3152940\n"
+"18\n"
+"help.text"
+msgid "' Align \"SBX\" within the 40-character reference string"
+msgstr "REM Align \"SBX\" 40 სიმბოლიანი სტრიქონის საზღვრებში"
+
+#. HaY(
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"par_id3148647\n"
+"19\n"
+"help.text"
+msgid "' Replace asterisks with spaces"
+msgstr ""
+
+#. Y_qN
+#: 03120304.xhp
+#, fuzzy
+msgctxt ""
+"03120304.xhp\n"
+"par_id3151075\n"
+"30\n"
+"help.text"
+msgid "' Left-align \"SBX\" within the 40-character reference string"
+msgstr "REM Align \"SBX\" 40 სიმბოლიანი სტრიქონის საზღვრებში"
+
+#. .Y-.
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"tit\n"
+"help.text"
+msgid "CDateToIso Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03104300.xhp#bm_id3150616.help.text
-msgid "<bookmark_value>DimArray function</bookmark_value>"
-msgstr "<bookmark_value>CVErr ფუნქცია</bookmark_value>"
+#. T@iq
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"bm_id3150620\n"
+"help.text"
+msgid "<bookmark_value>CdateToIso function</bookmark_value>"
+msgstr "<bookmark_value>DateAdd ფუნქცია</bookmark_value>"
-#: 03104300.xhp#hd_id3150616.1.help.text
+#. G(Pa
+#: 03030107.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray Function [Runtime]\">DimArray Function [Runtime]</link>"
+msgctxt ""
+"03030107.xhp\n"
+"hd_id3150620\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030107.xhp\" name=\"CDateToIso Function [Runtime]\">CDateToIso Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03104300.xhp#par_id3153527.2.help.text
-msgid "Returns a Variant array."
+#. [_2r
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"par_id3151097\n"
+"2\n"
+"help.text"
+msgid "Returns the date in ISO format from a serial date number that is generated by the DateSerial or the DateValue function."
msgstr ""
-#: 03104300.xhp#hd_id3149762.3.help.text
-msgctxt "03104300.xhp#hd_id3149762.3.help.text"
+#. loc}
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"hd_id3159224\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03104300.xhp#par_id3148473.4.help.text
-msgid "DimArray ( Argument list)"
+#. Frk:
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"par_id3149497\n"
+"4\n"
+"help.text"
+msgid "CDateToIso(Number)"
msgstr ""
-#: 03104300.xhp#par_id3154142.5.help.text
-msgid "See also <link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array\">Array</link>"
-msgstr ""
+#. ^SX9
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"hd_id3152347\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03104300.xhp#par_id3156023.6.help.text
-msgid "If no parameters are passed, an empty array is created (like Dim A() that is the same as a sequence of length 0 in Uno). If parameters are specified, a dimension is created for each parameter."
-msgstr ""
+#. P#9f
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"par_id3154422\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონები"
-#: 03104300.xhp#hd_id3154760.7.help.text
-msgctxt "03104300.xhp#hd_id3154760.7.help.text"
+#. Ic5v
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"hd_id3147303\n"
+"7\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03104300.xhp#par_id3159414.8.help.text
-msgctxt "03104300.xhp#par_id3159414.8.help.text"
-msgid "<emph>Argument list:</emph> A list of any number of arguments that are separated by commas."
+#. u)wq
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"par_id3145136\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Integer that contains the serial date number."
msgstr ""
-#: 03104300.xhp#hd_id3150358.9.help.text
-msgctxt "03104300.xhp#hd_id3150358.9.help.text"
+#. 0l@n
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"hd_id3147243\n"
+"9\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03104300.xhp#par_id3154939.10.help.text
-msgid "DimArray( 2, 2, 4 ) is the same as DIM a( 2, 2, 4 )"
-msgstr ""
-
-#: 03090303.xhp#tit.help.text
-msgid "On...GoSub Statement; On...GoTo Statement [Runtime]"
+#. pI*X
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"par_id3153126\n"
+"11\n"
+"help.text"
+msgid "MsgBox \"\" & CDateToIso(Now) ,64,\"ISO Date\""
msgstr ""
-#: 03090303.xhp#bm_id3153897.help.text
-msgid "<bookmark_value>On...GoSub statement</bookmark_value><bookmark_value>On...GoTo statement</bookmark_value>"
-msgstr "<bookmark_value>Mid ფუნქცია</bookmark_value><bookmark_value>Mid დებულება</bookmark_value>"
+#. 8*mH
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Shell Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03090303.xhp#hd_id3153897.1.help.text
-msgid "<link href=\"text/sbasic/shared/03090303.xhp\" name=\"On...GoSub Statement; On...GoTo Statement [Runtime]\">On...GoSub Statement; On...GoTo Statement [Runtime]</link>"
-msgstr ""
+#. YqY)
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"bm_id3150040\n"
+"help.text"
+msgid "<bookmark_value>Shell function</bookmark_value>"
+msgstr "<bookmark_value>Shell ფუნქცია</bookmark_value>"
-#: 03090303.xhp#par_id3150359.2.help.text
-msgid "Branches to one of several specified lines in the program code, depending on the value of a numeric expression."
-msgstr ""
+#. E4M^
+#: 03130500.xhp
+#, fuzzy
+msgctxt ""
+"03130500.xhp\n"
+"hd_id3150040\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03130500.xhp\" name=\"Shell Function [Runtime]\">Shell Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03090303.xhp#hd_id3148798.3.help.text
-msgctxt "03090303.xhp#hd_id3148798.3.help.text"
-msgid "Syntax:"
-msgstr ""
+#. haWc
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3153394\n"
+"2\n"
+"help.text"
+msgid "Starts another application and defines the respective window style, if necessary."
+msgstr "რთავს პროგრამას და საჭიროების მიხედვით განსაზღვრავს შესაბამისი ფანჯრების სტილს."
-#: 03090303.xhp#par_id3154366.4.help.text
-msgid "On N GoSub Label1[, Label2[, Label3[,...]]]"
+#. q2a$
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"hd_id3153345\n"
+"4\n"
+"help.text"
+msgid "Syntax"
msgstr ""
-#: 03090303.xhp#par_id3150769.5.help.text
-msgid "On NumExpression GoTo Label1[, Label2[, Label3[,...]]]"
+#. qW_1
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3147576\n"
+"5\n"
+"help.text"
+msgid "Shell (Pathname As String[, Windowstyle As Integer][, Param As String][, bSync])"
+msgstr "Shell (Pathname As String[, Windowstyle As Integer][, Param As String][, bSync])"
+
+#. bRF,
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"hd_id3149235\n"
+"6\n"
+"help.text"
+msgid "Parameter"
msgstr ""
-#: 03090303.xhp#hd_id3156215.6.help.text
-msgctxt "03090303.xhp#hd_id3156215.6.help.text"
-msgid "Parameters:"
-msgstr ""
+#. /7eO
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"hd_id3154306\n"
+"23\n"
+"help.text"
+msgid "Pathname"
+msgstr "Pathname"
-#: 03090303.xhp#par_id3148673.7.help.text
-msgid "<emph>NumExpression:</emph> Any numeric expression between 0 and 255 that determines which of the lines the program branches to. If NumExpression is 0, the statement is not executed. If NumExpression is greater than 0, the program jumps to the label that has a position number that corresponds to the expression (1 = First label; 2 = Second label)"
-msgstr ""
+#. PFo1
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3155419\n"
+"7\n"
+"help.text"
+msgid "Complete path and program name of the program that you want to start."
+msgstr "სასურველი გასაშვები პროგრამის სრული სახელი და გზა."
-#: 03090303.xhp#par_id3153194.8.help.text
-msgid "<emph>Label:</emph> Target line according to<emph> GoTo </emph>or <emph>GoSub</emph> structure."
-msgstr ""
+#. {Z;{
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"hd_id3150771\n"
+"24\n"
+"help.text"
+msgid "Windowstyle"
+msgstr "Windowstyle"
-#: 03090303.xhp#par_id3156442.9.help.text
-msgid "The <emph>GoTo</emph> or <emph>GoSub </emph>conventions are valid."
-msgstr ""
+#. W38j
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3145609\n"
+"8\n"
+"help.text"
+msgid "Optional integer expression that specifies the style of the window that the program is executed in. The following values are possible:"
+msgstr "არჩევითი ინტეგერის გამოსახულება, რომელიც განსაზღვრავს იმ ფანჯრის სტილს, რომელშიც გაეშვება პროგრამა. შესაძლოა შემდეგი მნიშვნელობები:"
-#: 03090303.xhp#hd_id3148645.10.help.text
-msgctxt "03090303.xhp#hd_id3148645.10.help.text"
-msgid "Example:"
+#. XqWL
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3148663\n"
+"25\n"
+"help.text"
+msgid "0"
msgstr ""
-#: 03090303.xhp#par_id3154014.12.help.text
-msgid "Sub ExampleOnGosub"
-msgstr "Sub ExampleASC"
-
-#: 03090303.xhp#par_id3153158.13.help.text
-msgctxt "03090303.xhp#par_id3153158.13.help.text"
-msgid "Dim iVar As Integer"
-msgstr "DIm iLen როგორც Integer"
-
-#: 03090303.xhp#par_id3154490.14.help.text
-msgctxt "03090303.xhp#par_id3154490.14.help.text"
-msgid "Dim sVar As String"
-msgstr "Dim sVar as string"
+#. ]%##
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3153360\n"
+"10\n"
+"help.text"
+msgid "The focus is on the hidden program window."
+msgstr "ფოკუსი არის პროგრამის დამალულ ფანჯარაზე"
-#: 03090303.xhp#par_id3155417.15.help.text
-msgid "iVar = 2"
+#. =Jxf
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3154123\n"
+"26\n"
+"help.text"
+msgid "1"
msgstr ""
-#: 03090303.xhp#par_id3154730.16.help.text
-msgid "sVar =\"\""
-msgstr ""
+#. ZObQ
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3144760\n"
+"11\n"
+"help.text"
+msgid "The focus is on the program window in standard size."
+msgstr "ფოკუსი არის პროგრამის ფანჯარაზე სტანდარტულ ზომაზე."
-#: 03090303.xhp#par_id3154942.17.help.text
-msgid "On iVar GoSub Sub1, Sub2"
+#. ldS.
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3156422\n"
+"27\n"
+"help.text"
+msgid "2"
msgstr ""
-#: 03090303.xhp#par_id3149378.18.help.text
-msgid "On iVar GoTo Line1, Line2"
-msgstr ""
+#. {=E2
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3148451\n"
+"12\n"
+"help.text"
+msgid "The focus is on the minimized program window."
+msgstr "ფოკუსი არის მინიმიზირებული პროგრამის ფანჯარაზე."
-#: 03090303.xhp#par_id3153416.19.help.text
-msgctxt "03090303.xhp#par_id3153416.19.help.text"
-msgid "Exit Sub"
+#. _e-7
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3149561\n"
+"28\n"
+"help.text"
+msgid "3"
msgstr ""
-#: 03090303.xhp#par_id3154015.20.help.text
-msgid "Sub1:"
-msgstr ""
+#. er-5
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3146921\n"
+"13\n"
+"help.text"
+msgid "focus is on the maximized program window."
+msgstr "ფოკუსი არის მაქსიმიზირებული პროგრამის ფანჯარაზე."
-#: 03090303.xhp#par_id3153948.21.help.text
-msgid "sVar =sVar & \" From Sub 1 to\" : Return"
+#. (9TB
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3149481\n"
+"29\n"
+"help.text"
+msgid "4"
msgstr ""
-#: 03090303.xhp#par_id3150750.22.help.text
-msgid "Sub2:"
-msgstr ""
+#. z|?6
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3155854\n"
+"14\n"
+"help.text"
+msgid "Standard size program window, without focus."
+msgstr "პროგრამის ფანჯრის სტანდარტული ზომა, ფოკუსის გარეშე."
-#: 03090303.xhp#par_id3153708.23.help.text
-msgid "sVar =sVar & \" From Sub 2 to\" : Return"
+#. (d^{
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3145271\n"
+"30\n"
+"help.text"
+msgid "6"
msgstr ""
-#: 03090303.xhp#par_id3155067.24.help.text
-msgid "Line1:"
-msgstr ""
+#. J#5Z
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3152938\n"
+"15\n"
+"help.text"
+msgid "Minimized program window, focus remains on the active window."
+msgstr "მინიმიზირებული პროგრამის ფანჯარა, ფოკუსი რჩება აქტიურ ფანჯარაზე."
-#: 03090303.xhp#par_id3150321.25.help.text
-msgid "sVar =sVar & \" Label 1\" : GoTo Ende"
-msgstr ""
+#. 3/yM
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3146119\n"
+"31\n"
+"help.text"
+msgid "10"
+msgstr "10"
-#: 03090303.xhp#par_id3149019.26.help.text
-msgid "Line2:"
-msgstr ""
+#. `^B8
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3151112\n"
+"16\n"
+"help.text"
+msgid "Full-screen display."
+msgstr "ჩვენება მთელს ეკრანზე."
-#: 03090303.xhp#par_id3155764.27.help.text
-msgid "sVar =sVar & \" Label 2\""
-msgstr ""
+#. .h7[
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"hd_id3150419\n"
+"33\n"
+"help.text"
+msgid "Param"
+msgstr "Param"
-#: 03090303.xhp#par_id3153711.28.help.text
-msgid "Ende:"
-msgstr ""
+#. b}tk
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3149412\n"
+"17\n"
+"help.text"
+msgid "Any string expression that specifies the command line that want to pass."
+msgstr "ნებისმიერი სტრინგული გამოსახულება, რომელიც მიუთუთებს ბრძანებათა ზოლს რომელსაც სურს გადაცემა."
-#: 03090303.xhp#par_id3154253.29.help.text
-msgid "MsgBox sVar,0,\"On...Gosub\""
-msgstr ""
+#. XEdX
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"hd_id3148456\n"
+"32\n"
+"help.text"
+msgid "bSync"
+msgstr "bSync"
-#: 03090303.xhp#par_id3149565.30.help.text
-msgctxt "03090303.xhp#par_id3149565.30.help.text"
-msgid "End Sub"
+#. L#ft
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3154096\n"
+"18\n"
+"help.text"
+msgid "If this value is set to <emph>true</emph>, the <emph>Shell</emph> command and all $[officename] tasks wait until the shell process completes. If the value is set to <emph>false</emph>, the shell returns directly. The default value is <emph>false</emph>."
+msgstr "თუ ეს მნიშვნელობა დაყენებულია როგორც <emph>true</emph>, <emph>გარსის</emph> ბრძანება და ყველა $[officename] დავალებები იცდიან, გარსის დამთავრებამდე. თუ მნიშვნელობა დაყენებულია როგორც <emph>false</emph>, მაშინ გარსი პირდაპირ აბრუნებს ბრძანებებს. საწყისი მნიშვნელობა არის <emph>false</emph>."
+
+#. kbg)
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"hd_id3154270\n"
+"19\n"
+"help.text"
+msgid "Example"
msgstr ""
-#: 03120101.xhp#tit.help.text
-msgid "Asc Function [Runtime]"
+#. 3c41
+#: 03131300.xhp
+msgctxt ""
+"03131300.xhp\n"
+"tit\n"
+"help.text"
+msgid "TwipsPerPixelX Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03120101.xhp#bm_id3150499.help.text
-msgid "<bookmark_value>Asc function</bookmark_value>"
-msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
+#. V+uc
+#: 03131300.xhp
+msgctxt ""
+"03131300.xhp\n"
+"bm_id3153539\n"
+"help.text"
+msgid "<bookmark_value>TwipsPerPixelX function</bookmark_value>"
+msgstr "<bookmark_value>TwipsPerPixelX ფუნქცია</bookmark_value>"
-#: 03120101.xhp#hd_id3150499.1.help.text
+#. yh=N
+#: 03131300.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03120101.xhp\" name=\"Asc Function [Runtime]\">Asc Function [Runtime]</link>"
+msgctxt ""
+"03131300.xhp\n"
+"hd_id3153539\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03131300.xhp\" name=\"TwipsPerPixelX Function [Runtime]\">TwipsPerPixelX Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03120101.xhp#par_id3151384.2.help.text
-msgid "Returns the ASCII (American Standard Code for Information Interchange) value of the first character in a string expression."
-msgstr ""
+#. `1.R
+#: 03131300.xhp
+msgctxt ""
+"03131300.xhp\n"
+"par_id3153394\n"
+"2\n"
+"help.text"
+msgid "Returns the number of twips that represent the width of a pixel."
+msgstr "აბრუნებს twip-ების რიცხვს. რაც განსაზღვრავს პიქსელის სიგანეს."
-#: 03120101.xhp#hd_id3155555.3.help.text
-msgctxt "03120101.xhp#hd_id3155555.3.help.text"
+#. !(Rz
+#: 03131300.xhp
+msgctxt ""
+"03131300.xhp\n"
+"hd_id3153527\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03120101.xhp#par_id3143267.4.help.text
-msgid "Asc (Text As String)"
-msgstr "Asc (ტექსტი როგორც სტრიქონი)"
+#. b`sH
+#: 03131300.xhp
+msgctxt ""
+"03131300.xhp\n"
+"par_id3151110\n"
+"4\n"
+"help.text"
+msgid "n = TwipsPerPixelX"
+msgstr "n = TwipsPerPixelX"
-#: 03120101.xhp#hd_id3147242.5.help.text
-msgctxt "03120101.xhp#hd_id3147242.5.help.text"
+#. N`d}
+#: 03131300.xhp
+msgctxt ""
+"03131300.xhp\n"
+"hd_id3150669\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03120101.xhp#par_id3150669.6.help.text
-msgctxt "03120101.xhp#par_id3150669.6.help.text"
+#. [d~E
+#: 03131300.xhp
+msgctxt ""
+"03131300.xhp\n"
+"par_id3150503\n"
+"6\n"
+"help.text"
msgid "Integer"
msgstr ""
-#: 03120101.xhp#hd_id3148473.7.help.text
-msgctxt "03120101.xhp#hd_id3148473.7.help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120101.xhp#par_id3149415.8.help.text
-msgid "<emph>Text:</emph> Any valid string expression. Only the first character in the string is relevant."
-msgstr "<emph>Text:</emph> ნებისმიერი სწირიგამოსახულება. მხოლოდ პირველი სიმბოლო სტრიქონში არის მართებული"
-
-#: 03120101.xhp#par_id3145609.9.help.text
-msgid "Use the Asc function to replace keys with values. If the Asc function encounters a blank string, $[officename] Basic reports a run-time error. In addition to 7 bit ASCII characters (Codes 0-127), the ASCII function can also detect non-printable key codes in ASCII code. This function can also handle 16 bit unicode characters."
-msgstr ""
-
-#: 03120101.xhp#hd_id3159413.10.help.text
-msgctxt "03120101.xhp#hd_id3159413.10.help.text"
+#. *I]K
+#: 03131300.xhp
+msgctxt ""
+"03131300.xhp\n"
+"hd_id3159176\n"
+"7\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03120101.xhp#par_id3149457.11.help.text
-msgid "Sub ExampleASC"
-msgstr "Sub ExampleASC"
-
-#: 03120101.xhp#par_id3150792.12.help.text
-msgid "Print ASC(\"A\") REM returns 65"
-msgstr "Print ASC(\"A\") REM აბრუნებს 65"
-
-#: 03120101.xhp#par_id3148797.13.help.text
-msgid "Print ASC(\"Z\") REM returns 90"
-msgstr "Print ASC(\"Z\") REM აბრუნებს 90"
-
-#: 03120101.xhp#par_id3163800.14.help.text
-msgid "Print ASC(\"Las Vegas\") REM returns 76, since only the first character is taken into account"
-msgstr "Print ASC(\"ლას ვეგასი\") REM აბრუნებს 76, როგორც კი პირველი სიმბოლო არის მხედველობაი"
-
-#: 03120101.xhp#par_id3148674.15.help.text
-msgctxt "03120101.xhp#par_id3148674.15.help.text"
-msgid "End Sub"
+#. hT]9
+#: 03131300.xhp
+msgctxt ""
+"03131300.xhp\n"
+"par_id3153061\n"
+"9\n"
+"help.text"
+msgid "MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" Twips\",0,\"Pixel size\""
msgstr ""
-#: 03120101.xhp#par_idN1067B.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03120102.xhp\">CHR</link>"
-msgstr "<link href=\"text/sbasic/shared/03120101.xhp\">ASC</link>"
-
-#: 03080701.xhp#tit.help.text
-msgid "Sgn Function [Runtime]"
+#. NP[f
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"tit\n"
+"help.text"
+msgid "CInt Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03080701.xhp#bm_id3148474.help.text
-msgid "<bookmark_value>Sgn function</bookmark_value>"
-msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
+#. n+F[
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"bm_id3149346\n"
+"help.text"
+msgid "<bookmark_value>CInt function</bookmark_value>"
+msgstr "<bookmark_value>InStr ფუნქცია</bookmark_value>"
-#: 03080701.xhp#hd_id3148474.1.help.text
+#. FFGl
+#: 03100500.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03080701.xhp\" name=\"Sgn Function [Runtime]\">Sgn Function [Runtime]</link>"
+msgctxt ""
+"03100500.xhp\n"
+"hd_id3149346\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100500.xhp\" name=\"CInt Function [Runtime]\">CInt Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03080701.xhp#par_id3148686.2.help.text
-msgid "Returns an integer number between -1 and 1 that indicates if the number that is passed to the function is positive, negative, or zero."
-msgstr ""
+#. .sM9
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"par_id3155419\n"
+"2\n"
+"help.text"
+msgid "Converts any string or numeric expression to an integer."
+msgstr "გარდაქმნის სტრიქონს ან ციფრულ გამოსახულებას ბაიტის ტიპისთვის."
-#: 03080701.xhp#hd_id3156023.3.help.text
-msgctxt "03080701.xhp#hd_id3156023.3.help.text"
+#. K;K4
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"hd_id3147573\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03080701.xhp#par_id3153897.4.help.text
-msgid "Sgn (Number)"
-msgstr ""
+#. %`LR
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"par_id3154142\n"
+"4\n"
+"help.text"
+msgid "CInt (Expression)"
+msgstr "CCur(Expression)"
-#: 03080701.xhp#hd_id3145069.5.help.text
-msgctxt "03080701.xhp#hd_id3145069.5.help.text"
+#. kldD
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"hd_id3147531\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03080701.xhp#par_id3150359.6.help.text
-msgctxt "03080701.xhp#par_id3150359.6.help.text"
+#. V^@N
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"par_id3147560\n"
+"6\n"
+"help.text"
msgid "Integer"
msgstr ""
-#: 03080701.xhp#hd_id3150543.7.help.text
-msgctxt "03080701.xhp#hd_id3150543.7.help.text"
+#. Ud9N
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"hd_id3145069\n"
+"7\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03080701.xhp#par_id3154365.8.help.text
-msgid "<emph>Number:</emph> Numeric expression that determines the value that is returned by the function."
-msgstr ""
-
-#: 03080701.xhp#par_id3150767.9.help.text
-msgid "NumExpression"
-msgstr ""
-
-#: 03080701.xhp#par_id3150441.10.help.text
-msgctxt "03080701.xhp#par_id3150441.10.help.text"
-msgid "Return value"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03080701.xhp#par_id3161833.11.help.text
-msgid "negative"
+#. 971|
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"par_id3159414\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any numeric expression that you want to convert. If the <emph>Expression</emph> exceeds the value range between -32768 and 32767, $[officename] Basic reports an overflow error. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system."
msgstr ""
-#: 03080701.xhp#par_id3155306.12.help.text
-msgid "Sgn returns -1."
+#. *Dnw
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"par_id3150358\n"
+"9\n"
+"help.text"
+msgid "This function always rounds the fractional part of a number to the nearest integer."
msgstr ""
-#: 03080701.xhp#par_id3145271.13.help.text
-msgctxt "03080701.xhp#par_id3145271.13.help.text"
-msgid "0"
+#. uvBz
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"hd_id3145419\n"
+"10\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03080701.xhp#par_id3146119.14.help.text
-msgid "Sgn returns 0."
-msgstr ""
+#. UZlO
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"tit\n"
+"help.text"
+msgid "DateAdd Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03080701.xhp#par_id3153139.15.help.text
-msgid "positive"
-msgstr ""
+#. V]]l
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"bm_id6269417\n"
+"help.text"
+msgid "<bookmark_value>DateAdd function</bookmark_value>"
+msgstr "<bookmark_value>DateAdd ფუნქცია</bookmark_value>"
-#: 03080701.xhp#par_id3154319.16.help.text
-msgid "Sgn returns 1."
+#. ]XqE
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10548\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030110.xhp\">DateAdd Function [Runtime]</link>"
msgstr ""
-#: 03080701.xhp#hd_id3152576.17.help.text
-msgctxt "03080701.xhp#hd_id3152576.17.help.text"
-msgid "Example:"
+#. z)~C
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10558\n"
+"help.text"
+msgid "Adds a date interval to a given date a number of times and returns the resulting date."
+msgstr "ამატებს"
+
+#. 6q_g
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN1055B\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03080701.xhp#par_id3154791.18.help.text
-msgid "Sub ExampleSgn"
-msgstr "Sub ExampleStr"
-
-#: 03080701.xhp#par_id3155416.19.help.text
-msgid "Print sgn(-10) REM returns -1"
-msgstr "Print ASC(\"Z\") REM აბრუნებს 90"
-
-#: 03080701.xhp#par_id3154096.20.help.text
-msgid "Print sgn(0) REM returns 0"
-msgstr "Print ASC(\"Z\") REM აბრუნებს 90"
+#. \(L~
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN1055F\n"
+"help.text"
+msgid "DateAdd (Add, Count, Date)"
+msgstr "DateAdd (Add, Count, Date)"
-#: 03080701.xhp#par_id3148457.21.help.text
-msgid "Print sgn(10) REM returns 1"
-msgstr "Print ASC(\"Z\") REM აბრუნებს 90"
+#. +E,*
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN1061E\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03080701.xhp#par_id3144765.22.help.text
-msgctxt "03080701.xhp#par_id3144765.22.help.text"
-msgid "end sub"
+#. !_?K
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10622\n"
+"help.text"
+msgid "A Variant containing a date."
msgstr ""
-#: 03080101.xhp#tit.help.text
-msgid "Atn Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03080101.xhp#bm_id3150616.help.text
-msgid "<bookmark_value>Atn function</bookmark_value>"
-msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
-
-#: 03080101.xhp#hd_id3150616.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03080101.xhp\" name=\"Atn Function [Runtime]\">Atn Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03080101.xhp#par_id3149346.2.help.text
-msgid "Trigonometric function that returns the arctangent of a numeric expression. The return value is in the range -Pi/2 to +Pi/2."
+#. =GEL
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10625\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03080101.xhp#par_id3143271.3.help.text
-msgid "The arctangent is the inverse of the tangent function. The Atn Function returns the angle \"Alpha\", expressed in radians, using the tangent of this angle. The function can also return the angle \"Alpha\" by comparing the ratio of the length of the side that is opposite of the angle to the length of the side that is adjacent to the angle in a right-angled triangle."
-msgstr ""
+#. JiDs
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10629\n"
+"help.text"
+msgid "Add - A string expression from the following table, specifying the date interval."
+msgstr "Add - სტრინგული გამოსახულება მომდევნო ცხრილიდან, რომელიც მიუთითებს თარიღის ინტერვალს."
-#: 03080101.xhp#par_id3145315.4.help.text
-msgid "Atn(side opposite the angle/side adjacent to angle)= Alpha"
-msgstr ""
+#. cT:7
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10636\n"
+"help.text"
+msgid "Add (string value)"
+msgstr "Add (string value)"
-#: 03080101.xhp#hd_id3149669.5.help.text
-msgctxt "03080101.xhp#hd_id3149669.5.help.text"
-msgid "Syntax:"
+#. $l_-
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN1063C\n"
+"help.text"
+msgid "Explanation"
msgstr ""
-#: 03080101.xhp#par_id3148947.6.help.text
-msgid "Atn (Number)"
-msgstr ""
+#. 3ThM
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10643\n"
+"help.text"
+msgid "yyyy"
+msgstr "yyyy"
-#: 03080101.xhp#hd_id3148664.7.help.text
-msgctxt "03080101.xhp#hd_id3148664.7.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+#. Vtym
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10649\n"
+"help.text"
+msgid "Year"
+msgstr "Year"
-#: 03080101.xhp#par_id3150359.8.help.text
-msgctxt "03080101.xhp#par_id3150359.8.help.text"
-msgid "Double"
-msgstr ""
+#. Omgo
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10650\n"
+"help.text"
+msgid "q"
+msgstr "q"
-#: 03080101.xhp#hd_id3148798.9.help.text
-msgctxt "03080101.xhp#hd_id3148798.9.help.text"
-msgid "Parameters:"
-msgstr ""
+#. `e-S
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10656\n"
+"help.text"
+msgid "Quarter"
+msgstr "Quarter"
-#: 03080101.xhp#par_id3156212.10.help.text
-msgid "<emph>Number:</emph> Any numerical expression that represents the ratio of two sides of a right triangle. The Atn function returns the corresponding angle in radians (arctangent)."
-msgstr ""
+#. an0G
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN1065D\n"
+"help.text"
+msgid "m"
+msgstr "m"
-#: 03080101.xhp#par_id3153192.11.help.text
-msgid "To convert radians to degrees, multiply radians by 180/pi."
-msgstr ""
+#. XAI~
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10663\n"
+"help.text"
+msgid "Month"
+msgstr "Month"
-#: 03080101.xhp#par_id3147230.12.help.text
-msgctxt "03080101.xhp#par_id3147230.12.help.text"
-msgid "degree=(radian*180)/pi"
-msgstr ""
+#. t91k
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN1066A\n"
+"help.text"
+msgid "y"
+msgstr "y"
-#: 03080101.xhp#par_id3125864.13.help.text
-msgctxt "03080101.xhp#par_id3125864.13.help.text"
-msgid "radian=(degree*pi)/180"
-msgstr ""
+#. d5_-
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10670\n"
+"help.text"
+msgid "Day of year"
+msgstr "Day of year"
-#: 03080101.xhp#par_id3159252.14.help.text
-msgid "Pi is here the fixed circle constant with the rounded value 3.14159."
-msgstr ""
+#. L0Z$
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10677\n"
+"help.text"
+msgid "w"
+msgstr "w"
-#: 03080101.xhp#hd_id3153142.15.help.text
-msgctxt "03080101.xhp#hd_id3153142.15.help.text"
-msgid "Example:"
-msgstr ""
+#. )}04
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN1067D\n"
+"help.text"
+msgid "Weekday"
+msgstr "Weekday"
-#: 03080101.xhp#par_id3146985.16.help.text
-msgid "REM The following example calculates for a right-angled triangle"
-msgstr ""
+#. ?:NL
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10684\n"
+"help.text"
+msgid "ww"
+msgstr "ww"
-#: 03080101.xhp#par_id3145750.17.help.text
-msgid "REM the angle Alpha from the tangent of the angle Alpha:"
-msgstr ""
+#. 2;)Y
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN1068A\n"
+"help.text"
+msgid "Week of year"
+msgstr "Week of year"
-#: 03080101.xhp#par_id3146975.18.help.text
-msgid "Sub ExampleATN"
-msgstr "Sub ExampleASC"
+#. ||PK
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10691\n"
+"help.text"
+msgid "d"
+msgstr "d"
-#: 03080101.xhp#par_id3151112.19.help.text
-msgid "REM rounded Pi = 3.14159 is a predefined constant"
-msgstr ""
+#. mtM,
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10697\n"
+"help.text"
+msgid "Day"
+msgstr "Day"
-#: 03080101.xhp#par_id3159156.20.help.text
-msgid "Dim d1 As Double"
-msgstr ""
+#. jmF/
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN1069E\n"
+"help.text"
+msgid "h"
+msgstr "h"
-#: 03080101.xhp#par_id3147435.21.help.text
-msgid "Dim d2 As Double"
-msgstr ""
+#. eVrI
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN106A4\n"
+"help.text"
+msgid "Hour"
+msgstr "Hour"
-#: 03080101.xhp#par_id3149262.22.help.text
-msgid "d1 = InputBox$ (\"Enter the length of the side adjacent to the angle: \",\"Adjacent\")"
-msgstr ""
+#. riBC
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN106AB\n"
+"help.text"
+msgid "n"
+msgstr "n"
-#: 03080101.xhp#par_id3149482.23.help.text
-msgid "d2 = InputBox$ (\"Enter the length of the side opposite the angle: \",\"Opposite\")"
-msgstr ""
+#. IsU_
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN106B1\n"
+"help.text"
+msgid "Minute"
+msgstr "Minute"
-#: 03080101.xhp#par_id3155415.24.help.text
-msgid "Print \"The Alpha angle is\"; (atn (d2/d1) * 180 / Pi); \" degrees\""
-msgstr ""
+#. MP61
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN106B8\n"
+"help.text"
+msgid "s"
+msgstr "s"
-#: 03080101.xhp#par_id3149959.25.help.text
-msgctxt "03080101.xhp#par_id3149959.25.help.text"
-msgid "End Sub"
-msgstr ""
+#. BDMJ
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN106BE\n"
+"help.text"
+msgid "Second"
+msgstr "Second"
-#: 03080600.xhp#tit.help.text
-msgid "Absolute Values"
-msgstr ""
+#. Ti6X
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN106C1\n"
+"help.text"
+msgid "Count - A numerical expression specifying how often the Add interval will be added (Count is positive) or subtracted (Count is negative)."
+msgstr "Count - რიცხვითი გამოსახულება, რომელიც მიუთითებს რამდენად ხშირად დაემატება Add ინტერვალი (Count დადებითია) ან გამოაკლდება subtracted (Count უარყოფითია)."
-#: 03080600.xhp#hd_id3146958.1.help.text
-msgid "<link href=\"text/sbasic/shared/03080600.xhp\" name=\"Absolute Values\">Absolute Values</link>"
-msgstr ""
+#. mzN:
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN106C4\n"
+"help.text"
+msgid "Date - A given date or the name of a Variant variable containing a date. The Add value will be added Count times to this value."
+msgstr "Date - თარიღის შემცველი Variant ცვლადისთვის მინიჭებული თარიღი ან სახელი,ამ მნიშვნელობას Add მნიშვნელობა დაემატება Count -ჯერ."
-#: 03080600.xhp#par_id3150771.2.help.text
-msgid "This function returns absolute values."
+#. s=`S
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN106C7\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03101130.xhp#tit.help.text
-msgid "DefSng Statement [Runtime]"
+#. 0H}:
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefBool Statement [Runtime]"
msgstr ""
-#: 03101130.xhp#bm_id2445142.help.text
-msgid "<bookmark_value>DefSng statement</bookmark_value>"
-msgstr "<bookmark_value>DefSng განცხადება</bookmark_value>"
+#. 76_V
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"bm_id3145759\n"
+"help.text"
+msgid "<bookmark_value>DefBool statement</bookmark_value>"
+msgstr "<bookmark_value>DefCur განცხადება</bookmark_value>"
-#: 03101130.xhp#par_idN10577.help.text
-msgid "<link href=\"text/sbasic/shared/03101130.xhp\">DefSng Statement [Runtime]</link>"
-msgstr ""
+#. q%r8
+#: 03101100.xhp
+#, fuzzy
+msgctxt ""
+"03101100.xhp\n"
+"hd_id3145759\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101100.xhp\" name=\"DefBool Statement [Runtime]\">DefBool Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03101130.xhp#par_idN10587.help.text
-msgid "If no type-declaration character or keyword is specified, the DefSng statement sets the default variable type, according to a letter range."
-msgstr "თუ ტიპის გამოცხადების ასო-ნიშანი ან სიტყვა-გასაღები მითითებული არ არის, DefSng განცხადება საწყისი ცვლადის ტიპს აყენებს ასოთა რანგის მიხედვით."
+#. F-\c
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"par_id3153089\n"
+"2\n"
+"help.text"
+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 "თუ ტიპის გამოცხადების ასო-ნიშანი ან სიტყვა-გასაღები მითითებული არ არის, DefCur განცხადება საწყისი ცვლადის ტიპს აყენებს ასოთა რანგის მიხედვით."
-#: 03101130.xhp#par_idN1058A.help.text
-msgctxt "03101130.xhp#par_idN1058A.help.text"
+#. 0Kdu
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"hd_id3149495\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03101130.xhp#par_idN1058E.help.text
-msgctxt "03101130.xhp#par_idN1058E.help.text"
+#. .;d*
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"par_id3150682\n"
+"4\n"
+"help.text"
msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr ""
-#: 03101130.xhp#par_idN10591.help.text
-msgctxt "03101130.xhp#par_idN10591.help.text"
+#. SZAs
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"hd_id3159201\n"
+"5\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03101130.xhp#par_idN10595.help.text
-msgctxt "03101130.xhp#par_idN10595.help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
+#. PDN,
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"par_id3147226\n"
+"6\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 ""
-#: 03101130.xhp#par_idN1059C.help.text
-msgctxt "03101130.xhp#par_idN1059C.help.text"
+#. C}!V
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"par_id3149178\n"
+"7\n"
+"help.text"
msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
msgstr ""
-#: 03101130.xhp#par_idN105A3.help.text
-msgctxt "03101130.xhp#par_idN105A3.help.text"
-msgid "<emph>Keyword:</emph> Default variable type"
+#. a!OK
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"par_id3150669\n"
+"8\n"
+"help.text"
+msgid "<emph>Keyword: </emph>Default variable type"
msgstr ""
-#: 03101130.xhp#par_idN105AA.help.text
-msgid "<emph>DefSng:</emph> Single"
-msgstr "<emph>DefStr:</emph> სტრინგი"
+#. SFDf
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"par_id3149233\n"
+"9\n"
+"help.text"
+msgid "<emph>DefBool:</emph> Boolean"
+msgstr ""
-#: 03101130.xhp#par_idN105B1.help.text
-msgctxt "03101130.xhp#par_idN105B1.help.text"
+#. -T?9
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"hd_id3149762\n"
+"10\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03101130.xhp#par_idN105B5.help.text
-msgctxt "03101130.xhp#par_idN105B5.help.text"
-msgid "REM Prefix definitions for variable types:"
+#. E7!H
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"par_id3156152\n"
+"12\n"
+"help.text"
+msgid "' Prefix definition for variable types:"
+msgstr ""
+
+#. T;M`
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"par_id3151381\n"
+"22\n"
+"help.text"
+msgid "bOK=TRUE ' bOK is an implicit boolean variable"
+msgstr ""
+
+#. c3sa
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"tit\n"
+"help.text"
+msgid "SetAttr Statement [Runtime]"
msgstr ""
-#: 03101130.xhp#par_idN105B8.help.text
-msgctxt "03101130.xhp#par_idN105B8.help.text"
-msgid "DefBool b"
-msgstr ""
+#. Rsjm
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"bm_id3147559\n"
+"help.text"
+msgid "<bookmark_value>SetAttr statement</bookmark_value>"
+msgstr "<bookmark_value>DefStr განცხადება</bookmark_value>"
-#: 03101130.xhp#par_idN105BB.help.text
-msgctxt "03101130.xhp#par_idN105BB.help.text"
-msgid "DefDate t"
-msgstr ""
+#. nEMK
+#: 03020414.xhp
+#, fuzzy
+msgctxt ""
+"03020414.xhp\n"
+"hd_id3147559\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020414.xhp\" name=\"SetAttr Statement [Runtime]\">SetAttr Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03101130.xhp#par_idN105BE.help.text
-msgctxt "03101130.xhp#par_idN105BE.help.text"
-msgid "DefDbL d"
+#. V9-_
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"par_id3147264\n"
+"2\n"
+"help.text"
+msgid "Sets the attribute information for a specified file."
msgstr ""
-#: 03101130.xhp#par_idN105C1.help.text
-msgctxt "03101130.xhp#par_idN105C1.help.text"
-msgid "DefInt i"
+#. V5)K
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"hd_id3150359\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03101130.xhp#par_idN105C4.help.text
-msgctxt "03101130.xhp#par_idN105C4.help.text"
-msgid "DefLng l"
-msgstr "DefSng s"
-
-#: 03101130.xhp#par_idN105C7.help.text
-msgctxt "03101130.xhp#par_idN105C7.help.text"
-msgid "DefObj o"
+#. E6^Z
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"par_id3154365\n"
+"4\n"
+"help.text"
+msgid "SetAttr FileName As String, Attribute As Integer"
msgstr ""
-#: 03101130.xhp#par_idN105CA.help.text
-msgctxt "03101130.xhp#par_idN105CA.help.text"
-msgid "DefVar v"
+#. yY(Y
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"hd_id3125863\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03101130.xhp#par_idN105CD.help.text
-msgid "DefSng s"
-msgstr "DefSng s"
-
-#: 03101130.xhp#par_idN105D0.help.text
-msgid "Sub ExampleDefSng"
-msgstr "Sub ExampleDefSng"
-
-#: 03101130.xhp#par_idN105D3.help.text
-msgid "sSng=Single REM sSng is an implicit single variable"
-msgstr "sSng=Single REM sSng არის ნაგულისხმევი ერთეული ცვლადი"
-
-#: 03101130.xhp#par_idN105D6.help.text
-msgctxt "03101130.xhp#par_idN105D6.help.text"
-msgid "end sub"
+#. ;*A0
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"par_id3154909\n"
+"6\n"
+"help.text"
+msgid "FileName: Name of the file, including the path, that you want to test attributes of. If you do not enter a path, <emph>SetAttr</emph> searches for the file in the current directory. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
msgstr ""
-#: 03020408.xhp#tit.help.text
-msgid "FileLen-Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03020408.xhp#bm_id3153126.help.text
-msgid "<bookmark_value>FileLen function</bookmark_value>"
-msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
-
-#: 03020408.xhp#hd_id3153126.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03020408.xhp\" name=\"FileLen-Function [Runtime]\">FileLen Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03020408.xhp#par_id3145068.2.help.text
-msgid "Returns the length of a file in bytes."
+#. E$h[
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"par_id3153192\n"
+"7\n"
+"help.text"
+msgid "<emph>Attribute:</emph> Bit pattern defining the attributes that you want to set or to clear:"
msgstr ""
-#: 03020408.xhp#hd_id3159414.3.help.text
-msgctxt "03020408.xhp#hd_id3159414.3.help.text"
-msgid "Syntax:"
+#. E]dD
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"par_id3145786\n"
+"8\n"
+"help.text"
+msgid "<emph>Value</emph>"
msgstr ""
-#: 03020408.xhp#par_id3149656.4.help.text
-msgid "FileLen (Text As String)"
-msgstr "Len (Text As String)"
-
-#: 03020408.xhp#hd_id3148798.5.help.text
-msgctxt "03020408.xhp#hd_id3148798.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03020408.xhp#par_id3156282.6.help.text
-msgctxt "03020408.xhp#par_id3156282.6.help.text"
-msgid "Long"
+#. ~e_9
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"par_id3152596\n"
+"9\n"
+"help.text"
+msgid "0 : Normal files."
msgstr ""
-#: 03020408.xhp#hd_id3150768.7.help.text
-msgctxt "03020408.xhp#hd_id3150768.7.help.text"
-msgid "Parameters:"
+#. $::0
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"par_id3149262\n"
+"10\n"
+"help.text"
+msgid "1 : Read-only files."
msgstr ""
-#: 03020408.xhp#par_id3153193.8.help.text
-msgctxt "03020408.xhp#par_id3153193.8.help.text"
-msgid "<emph>Text:</emph> Any string expression that contains an unambiguous file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+#. rhm+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"par_id3152576\n"
+"13\n"
+"help.text"
+msgid "32 : File was changed since last backup (Archive bit)."
msgstr ""
-#: 03020408.xhp#par_id3150439.9.help.text
-msgid "This function determines the length of a file. If the FileLen function is called for an open file, it returns the file length before it was opened. To determine the current file length of an open file, use the Lof function."
+#. o=h3
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"par_id3153093\n"
+"14\n"
+"help.text"
+msgid "You can set multiple attributes by combining the respective values with a logic OR statement."
msgstr ""
-#: 03020408.xhp#hd_id3163710.10.help.text
-msgctxt "03020408.xhp#hd_id3163710.10.help.text"
+#. h/6N
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"hd_id3147434\n"
+"15\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03020408.xhp#par_id3159154.11.help.text
-msgid "Sub ExampleFileLen"
-msgstr "Sub ExampleBeep"
-
-#: 03020408.xhp#par_id3145271.12.help.text
-msgid "msgbox FileLen(\"C:\\autoexec.bat\")"
-msgstr ""
-
-#: 03020408.xhp#par_id3145749.13.help.text
-msgctxt "03020408.xhp#par_id3145749.13.help.text"
-msgid "end sub"
+#. Zt[h
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"par_id3148645\n"
+"17\n"
+"help.text"
+msgid "On Error GoTo ErrorHandler ' Define target for error handler"
msgstr ""
-#: 03070200.xhp#tit.help.text
-msgid "\"*\" Operator [Runtime]"
+#. cAVT
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"tit\n"
+"help.text"
+msgid "GoTo Statement [Runtime]"
msgstr ""
-#: 03070200.xhp#bm_id3147573.help.text
-msgid "<bookmark_value>\"*\" operator (mathematical)</bookmark_value>"
-msgstr ""
+#. acip
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"bm_id3159413\n"
+"help.text"
+msgid "<bookmark_value>GoTo statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 03070200.xhp#hd_id3147573.1.help.text
-msgid "<link href=\"text/sbasic/shared/03070200.xhp\">\"*\" Operator [Runtime]</link>"
-msgstr ""
+#. $rSn
+#: 03090302.xhp
+#, fuzzy
+msgctxt ""
+"03090302.xhp\n"
+"hd_id3159413\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090302.xhp\" name=\"GoTo Statement [Runtime]\">GoTo Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03070200.xhp#par_id3154347.2.help.text
-msgid "Multiplies two values."
+#. 2T-Q
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3153379\n"
+"2\n"
+"help.text"
+msgid "Continues program execution within a Sub or Function at the procedure line indicated by a label."
msgstr ""
-#: 03070200.xhp#hd_id3148946.3.help.text
-msgctxt "03070200.xhp#hd_id3148946.3.help.text"
+#. .C$%
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"hd_id3149656\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03070200.xhp#par_id3150358.4.help.text
-msgid "Result = Expression1 * Expression2"
+#. 6?y5
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3154367\n"
+"4\n"
+"help.text"
+msgid "see Parameters"
msgstr ""
-#: 03070200.xhp#hd_id3150400.5.help.text
-msgctxt "03070200.xhp#hd_id3150400.5.help.text"
+#. 7~/(
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"hd_id3150870\n"
+"5\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03070200.xhp#par_id3154365.6.help.text
-msgid "<emph>Result:</emph> Any numeric expression that records the result of a multiplication."
-msgstr ""
-
-#: 03070200.xhp#par_id3154685.7.help.text
-msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to multiply."
-msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
+#. 7hWI
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3156214\n"
+"6\n"
+"help.text"
+msgid "Sub/Function"
+msgstr "End function"
-#: 03070200.xhp#hd_id3153968.8.help.text
-msgctxt "03070200.xhp#hd_id3153968.8.help.text"
-msgid "Example:"
+#. -Oy5
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3156424\n"
+"7\n"
+"help.text"
+msgid "statement block"
msgstr ""
-#: 03070200.xhp#par_id3155132.9.help.text
-msgid "Sub ExampleMultiplication1"
+#. +=G6
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3154685\n"
+"8\n"
+"help.text"
+msgid "Label1"
msgstr ""
-#: 03070200.xhp#par_id3159254.10.help.text
-msgid "Print 5 * 5"
+#. BTl-
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3145786\n"
+"9\n"
+"help.text"
+msgid "<emph>Label2:</emph>"
msgstr ""
-#: 03070200.xhp#par_id3153091.11.help.text
-msgctxt "03070200.xhp#par_id3153091.11.help.text"
-msgid "End sub"
+#. j]iD
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3161832\n"
+"10\n"
+"help.text"
+msgid "statement block"
msgstr ""
-#: 03070200.xhp#par_id3149667.13.help.text
-msgid "Sub ExampleMultiplication2"
+#. qf^i
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3146120\n"
+"11\n"
+"help.text"
+msgid "Exit Sub"
msgstr ""
-#: 03070200.xhp#par_id3151113.14.help.text
-msgctxt "03070200.xhp#par_id3151113.14.help.text"
-msgid "Dim iValue1 as Integer"
-msgstr "Dim iPos as Integer"
+#. Getr
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3150010\n"
+"12\n"
+"help.text"
+msgid "<emph>Label1:</emph>"
+msgstr ""
-#: 03070200.xhp#par_id3147434.15.help.text
-msgctxt "03070200.xhp#par_id3147434.15.help.text"
-msgid "Dim iValue2 as Integer"
-msgstr "Dim iPos as Integer"
+#. f]*s
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3152462\n"
+"13\n"
+"help.text"
+msgid "statement block"
+msgstr ""
-#: 03070200.xhp#par_id3153727.16.help.text
-msgctxt "03070200.xhp#par_id3153727.16.help.text"
-msgid "iValue1 = 5"
+#. v(O_
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3149664\n"
+"14\n"
+"help.text"
+msgid "GoTo Label2"
msgstr ""
-#: 03070200.xhp#par_id3147348.17.help.text
-msgctxt "03070200.xhp#par_id3147348.17.help.text"
-msgid "iValue2 = 10"
+#. }(H!
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3152886\n"
+"15\n"
+"help.text"
+msgid "End Sub/Function"
+msgstr "End function"
+
+#. 8Z\;
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3152596\n"
+"16\n"
+"help.text"
+msgid "Use the GoTo 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 (\":\")."
msgstr ""
-#: 03070200.xhp#par_id3149261.18.help.text
-msgid "Print iValue1 * iValue2"
+#. ie`y
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3155416\n"
+"17\n"
+"help.text"
+msgid "You cannot use the GoTo statement to jump out of a Sub or Function."
msgstr ""
-#: 03070200.xhp#par_id3148646.19.help.text
-msgctxt "03070200.xhp#par_id3148646.19.help.text"
-msgid "End Sub"
+#. qJE0
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"hd_id3154731\n"
+"19\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03050000.xhp#tit.help.text
-msgid "Error-Handling Functions"
+#. oE/4
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id6967035\n"
+"help.text"
+msgid "see Parameters"
msgstr ""
-#: 03050000.xhp#hd_id3143271.1.help.text
-msgid "<link href=\"text/sbasic/shared/03050000.xhp\" name=\"Error-Handling Functions\">Error-Handling Functions</link>"
+#. =.T-
+#: 03080700.xhp
+msgctxt ""
+"03080700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Expression Signs"
msgstr ""
-#: 03050000.xhp#par_id3145068.2.help.text
-msgid "Use the following statements and functions to define the way $[officename] Basic reacts to run-time errors."
+#. ;YpY
+#: 03080700.xhp
+msgctxt ""
+"03080700.xhp\n"
+"hd_id3150702\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080700.xhp\" name=\"Expression Signs\">Expression Signs</link>"
msgstr ""
-#: 03050000.xhp#par_id3148946.3.help.text
-msgid "$[officename] Basic offers several methods to prevent the termination of a program when a run-time error occurs."
+#. N8|r
+#: 03080700.xhp
+msgctxt ""
+"03080700.xhp\n"
+"par_id3148668\n"
+"2\n"
+"help.text"
+msgid "This function returns the algebraic sign of a numeric expression."
msgstr ""
-#: 03103700.xhp#tit.help.text
-msgid "Set Statement[Runtime]"
+#. 4kcu
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"tit\n"
+"help.text"
+msgid "RSet Statement [Runtime]"
msgstr ""
-#: 03103700.xhp#bm_id3154422.help.text
-msgid "<bookmark_value>Set statement</bookmark_value><bookmark_value>Nothing object</bookmark_value>"
-msgstr "<bookmark_value>Mid ფუნქცია</bookmark_value><bookmark_value>Mid დებულება</bookmark_value>"
+#. :3z6
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"bm_id3153345\n"
+"help.text"
+msgid "<bookmark_value>RSet statement</bookmark_value>"
+msgstr "<bookmark_value>RSet დებულება</bookmark_value>"
-#: 03103700.xhp#hd_id3154422.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement[Runtime]\">Set Statement[Runtime]</link>"
+#. ,;pv
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"hd_id3153345\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03103700.xhp#par_id3159149.2.help.text
-msgid "Sets an object reference on a variable or a Property."
-msgstr ""
+#. ElBc
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"par_id3150503\n"
+"2\n"
+"help.text"
+msgid "Right-aligns a string within a string variable, or copies a user-defined variable type into another."
+msgstr "სტრინგს ასწორებს მარჯვნივ სტრინგის ცვლადში ან აკოპირებს მომხმარებლის მიერ მორგებულ ცვლადის ტიპს სხვაში."
-#: 03103700.xhp#hd_id3153105.3.help.text
-msgctxt "03103700.xhp#hd_id3153105.3.help.text"
+#. 0OU)
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"hd_id3149234\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03103700.xhp#par_id3154217.4.help.text
-msgid "Set ObjectVar = Object"
-msgstr ""
+#. :]@*
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"par_id3150669\n"
+"4\n"
+"help.text"
+msgid "RSet Text As String = Text or RSet Variable1 = Variable2"
+msgstr "RSet Text As String = Text or RSet Variable1 = Variable2"
-#: 03103700.xhp#hd_id3154685.5.help.text
-msgctxt "03103700.xhp#hd_id3154685.5.help.text"
+#. \P=Q
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"hd_id3156024\n"
+"5\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03103700.xhp#par_id3156281.6.help.text
-msgid "<emph>ObjectVar:</emph> a variable or a property that requires an object reference."
-msgstr ""
-
-#: 03103700.xhp#par_id3159252.7.help.text
-msgid "<emph>Object:</emph> Object that the variable or the property refers to."
-msgstr ""
+#. A6PV
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"par_id3148552\n"
+"6\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string variable."
+msgstr "<emph>ტექსტი:</emph> ნებისმიერის სტინგის ცვლადი."
-#: 03103700.xhp#par_idN10623.help.text
-msgid "<emph>Nothing</emph> - Assign the <emph>Nothing</emph> object to a variable to remove a previous assignment."
-msgstr ""
+#. ]4A,
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"par_id3154924\n"
+"7\n"
+"help.text"
+msgid "<emph>Text</emph>: String that you want to right-align in the string variable."
+msgstr "<emph>ტექსტი</emph>: სტრინგი, რომელიც გსურთ გაასწოროთ მარჯვნივ სტრინგის ცვლადში."
-#: 03103700.xhp#hd_id3159153.8.help.text
-msgctxt "03103700.xhp#hd_id3159153.8.help.text"
-msgid "Example:"
-msgstr ""
+#. 7@Q:
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"par_id3149456\n"
+"8\n"
+"help.text"
+msgid "<emph>Variable1:</emph> User-defined variable that is the target for the copied variable."
+msgstr "<emph>ცვლადი1:</emph> მომხმარებლის მიერ განსაზღვრული ცვლადი რომელიც არის მიზანი კოპირებული ცვლადისთვის."
-#: 03103700.xhp#par_id3147349.9.help.text
-msgid "Sub ExampleSet"
-msgstr "Sub ExampleStr"
+#. Q\~#
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"par_id3153381\n"
+"9\n"
+"help.text"
+msgid "<emph>Variable2:</emph> User-defined variable that you want to copy to another variable."
+msgstr "<emph>ცვლადი2:</emph> მომხმარებლის მიერ განსაზღვრული ცვლადი რომელიც გინდათ გადაწეროთ სხვა ცვლადში."
-#: 03103700.xhp#par_id3149481.10.help.text
-msgid "Dim oDoc As Object"
-msgstr ""
+#. {SgW
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"par_id3154140\n"
+"10\n"
+"help.text"
+msgid "If the string is shorter than the string variable, <emph>RSet</emph> aligns the string to the right within the string variable. Any remaining characters in the string variable are replaced with spaces. If the string is longer than the string variable, characters exceeding the length of the variable are truncated, and only the remaining characters are right-aligned within the string variable."
+msgstr "თუ სტრინგი უფრო მოკლეა ვიდრე სტინგის ცვლადი, <emph>RSet</emph> ასწორებს სტრინგს მარჯვნივ. ნებისმიერი დარჩენილი ასო-ნიშანი სტრინგის ცვლადეში ჩანაცვლდება ჰარით. ტუ სტრინგი უფრო გრძელია ვიდრე სტრინგის ცვლდაი, ასო-ნიშნები, რომლების აჭარბებენ ცვლადის ზომას იჭრება, მხოლოდ დარჩენილი ასო-ნიშნები სწორდებიან მარჯვნივ."
-#: 03103700.xhp#par_id3153140.11.help.text
-msgid "Set oDoc = ActiveWindow"
-msgstr ""
+#. r+$w
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"par_id3149202\n"
+"11\n"
+"help.text"
+msgid "You can also use the <emph>RSet statement</emph> to assign variables of one user-defined type to another."
+msgstr "თქვენ აგრეთვე შეგიძლიათ გამოიყენოთ <emph>RSet ბრძანება</emph> რათა მიანიჭოთ მომხმარებლის მიერ განსაღვრული ერთი ტიპი მეორეს."
-#: 03103700.xhp#par_id3153190.12.help.text
-msgid "Print oDoc.Name"
-msgstr ""
+#. 7~B8
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"par_id3151042\n"
+"12\n"
+"help.text"
+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>RSet</emph> და <emph>LSet</emph> ბრძანებებს რათა შეცვალონ სტინგების მარცხენა და მარჯვენა სწორება."
-#: 03103700.xhp#par_id3161833.13.help.text
-msgctxt "03103700.xhp#par_id3161833.13.help.text"
-msgid "End Sub"
+#. C!o:
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"hd_id3154909\n"
+"13\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03132400.xhp#tit.help.text
-msgid "CreateObject Function [Runtime]"
-msgstr "Split Function [Runtime]"
+#. iIW.
+#: 03120308.xhp
+#, fuzzy
+msgctxt ""
+"03120308.xhp\n"
+"par_id3155856\n"
+"20\n"
+"help.text"
+msgid "' Right-align \"SBX\" in a 40-character string"
+msgstr "REM მარჯვენა სწორება \"SBX\" 40 ასო-ნიშნიან სტრინგში."
-#: 03132400.xhp#bm_id659810.help.text
-msgid "<bookmark_value>CreateObject function</bookmark_value>"
-msgstr "<bookmark_value>CreateObject ფუნქცია</bookmark_value>"
+#. bKP^
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"par_id3152577\n"
+"21\n"
+"help.text"
+msgid "' Replace asterisks with spaces"
+msgstr ""
+
+#. _wC/
+#: 03120308.xhp
+#, fuzzy
+msgctxt ""
+"03120308.xhp\n"
+"par_id3145801\n"
+"32\n"
+"help.text"
+msgid "' Left-align \"SBX\" in a 40-character string"
+msgstr "REM მარცხენა სწორება \"SBX\" 40 ასო-ნიშნიან სტრინგში."
-#: 03132400.xhp#par_idN10580.help.text
-msgid "<link href=\"text/sbasic/shared/03132400.xhp\">CreateObject Function [Runtime]</link>"
+#. NCZl
+#: 03080200.xhp
+msgctxt ""
+"03080200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Exponential and Logarithmic Functions"
msgstr ""
-#: 03132400.xhp#par_idN10590.help.text
-msgid "<ahelp hid=\".\">Creates a UNO object. On Windows, can also create OLE objects.</ahelp>"
+#. Olyh
+#: 03080200.xhp
+msgctxt ""
+"03080200.xhp\n"
+"hd_id3154758\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080200.xhp\" name=\"Exponential and Logarithmic Functions\">Exponential and Logarithmic Functions</link>"
msgstr ""
-#: 03132400.xhp#par_idN1059F.help.text
-msgid "This method creates instances of the type that is passed as parameter."
-msgstr "მეთოდი ქმნის პარამეტრად გადაცემული ტიპის ნიმუშებს."
-
-#: 03132400.xhp#par_idN105A2.help.text
-msgctxt "03132400.xhp#par_idN105A2.help.text"
-msgid "Syntax:"
+#. ZEvh
+#: 03080200.xhp
+msgctxt ""
+"03080200.xhp\n"
+"par_id3148550\n"
+"2\n"
+"help.text"
+msgid "$[officename] Basic supports the following exponential and logarithmic functions."
msgstr ""
-#: 03132400.xhp#par_idN105A6.help.text
-msgid "oObj = CreateObject( type )"
-msgstr "oObj = CreateObject( type )"
-
-#: 03132400.xhp#par_idN105A9.help.text
-msgctxt "03132400.xhp#par_idN105A9.help.text"
-msgid "Example:"
+#. n,)0
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"tit\n"
+"help.text"
+msgid "The Basic Editor"
msgstr ""
-#: 03132400.xhp#par_idN105AD.help.text
-msgid "Type address"
-msgstr "შეიყვანეთ მისამართი"
-
-#: 03132400.xhp#par_idN105B0.help.text
-msgid "Name1 as String"
-msgstr "Name1 as String"
-
-#: 03132400.xhp#par_idN105B4.help.text
-msgid "City as String"
-msgstr "City as String"
-
-#: 03132400.xhp#par_idN105B8.help.text
-msgid "End Type"
-msgstr "End Type"
-
-#: 03132400.xhp#par_idN105BB.help.text
-msgid "Sub main"
-msgstr "Sub main"
-
-#: 03132400.xhp#par_idN105BE.help.text
-msgid "myaddress = CreateObject(\"address\")"
-msgstr "myaddress = CreateObject(\"მისამართი\")"
-
-#: 03132400.xhp#par_idN105C2.help.text
-msgid "MsgBox IsObject(myaddress)"
-msgstr "MsgBox IsObject(myaddress)"
-
-#: 03132400.xhp#par_idN105C6.help.text
-msgctxt "03132400.xhp#par_idN105C6.help.text"
-msgid "End Sub"
+#. \B6/
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"bm_id3148647\n"
+"help.text"
+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 ""
-#: 03060100.xhp#tit.help.text
-msgid "AND Operator [Runtime]"
-msgstr ""
+#. ZC{6
+#: 01030200.xhp
+#, fuzzy
+msgctxt ""
+"01030200.xhp\n"
+"hd_id3147264\n"
+"1\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/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-#: 03060100.xhp#bm_id3146117.help.text
-msgid "<bookmark_value>AND operator (logical)</bookmark_value>"
+#. |D3G
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3145069\n"
+"3\n"
+"help.text"
+msgid "The Basic Editor provides the standard editing functions you are familiar with when working in a text document. It supports the functions of the <emph>Edit</emph> menu (Cut, Delete, Paste), the ability to select text with the Shift key, as well as cursor positioning functions (for example, moving from word to word with <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and the arrow keys)."
msgstr ""
-#: 03060100.xhp#hd_id3146117.1.help.text
-msgid "<link href=\"text/sbasic/shared/03060100.xhp\" name=\"AND Operator [Runtime]\">AND Operator [Runtime]</link>"
+#. ec(t
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3154686\n"
+"31\n"
+"help.text"
+msgid "Long lines can be split into several parts by inserting a space and an underline character _ as the last two characters of a line. This connects the line with the following line to one logical line. (If \"Option Compatible\" is used in the same Basic module, the line continuation feature is also valid for comment lines.)"
msgstr ""
-#: 03060100.xhp#par_id3143268.2.help.text
-msgid "Logically combines two expressions."
+#. vdH$
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3151042\n"
+"32\n"
+"help.text"
+msgid "If you press the <emph>Run BASIC</emph> icon on the <emph>Macro</emph> bar, program execution starts at the first line of the Basic editor. The program executes the first Sub or Function and then program execution stops. The \"Sub Main\" does not take precedence on program execution."
msgstr ""
-#: 03060100.xhp#hd_id3147574.3.help.text
-msgctxt "03060100.xhp#hd_id3147574.3.help.text"
-msgid "Syntax:"
+#. g_pg
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id59816\n"
+"help.text"
+msgid "Insert your Basic code between the Sub Main and End Sub lines that you see when you first open the IDE. Alternatively, delete all lines and then enter your own Basic code."
msgstr ""
-#: 03060100.xhp#par_id3156344.4.help.text
-msgid "Result = Expression1 And Expression2"
+#. dn1W
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"hd_id3125863\n"
+"4\n"
+"help.text"
+msgid "Navigating in a Project"
msgstr ""
-#: 03060100.xhp#hd_id3148946.5.help.text
-msgctxt "03060100.xhp#hd_id3148946.5.help.text"
-msgid "Parameters:"
+#. TiFW
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"hd_id3145785\n"
+"6\n"
+"help.text"
+msgid "The Library List"
msgstr ""
-#: 03060100.xhp#par_id3149457.6.help.text
-msgid "<emph>Result:</emph> Any numeric variable that records the result of the combination."
+#. R0X+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3146120\n"
+"7\n"
+"help.text"
+msgid "Select a library from the <emph>Library</emph> list at the left of the toolbar to load the library in the editor. The first module of the selected library will be displayed."
msgstr ""
-#: 03060100.xhp#par_id3150541.7.help.text
-msgid "<emph>Expression1, Expression2:</emph> Any expressions that you want to combine."
-msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-
-#: 03060100.xhp#par_id3156215.8.help.text
-msgid "Boolean expressions combined with AND only return the value <emph>True</emph> if both expressions evaluate to <emph>True</emph>:"
+#. yA,X
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"hd_id3153190\n"
+"8\n"
+"help.text"
+msgid "The Object Catalog"
msgstr ""
-#: 03060100.xhp#par_id3150870.9.help.text
-msgid "<emph>True</emph> AND <emph>True</emph> returns <emph>True</emph>; for all other combinations the result is <emph>False</emph>."
+#. GSD?
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"hd_id3148647\n"
+"15\n"
+"help.text"
+msgid "Saving and Loading Basic Source Code"
msgstr ""
-#: 03060100.xhp#par_id3153768.10.help.text
-msgid "The AND operator also performs a bitwise comparison of identically positioned bits in two numeric expressions."
+#. cb!}
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3154320\n"
+"16\n"
+"help.text"
+msgid "You can save Basic code in a text file for saving and importing in other programming systems."
msgstr ""
-#: 03060100.xhp#hd_id3153727.11.help.text
-msgctxt "03060100.xhp#hd_id3153727.11.help.text"
-msgid "Example:"
+#. .cX8
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3149959\n"
+"25\n"
+"help.text"
+msgid "You cannot save Basic dialogs to a text file."
msgstr ""
-#: 03060100.xhp#par_id3149481.12.help.text
-msgid "Sub ExampleAnd"
-msgstr "Sub ExampleASC"
-
-#: 03060100.xhp#par_id3152577.13.help.text
-msgctxt "03060100.xhp#par_id3152577.13.help.text"
-msgid "Dim A as Variant, B as Variant, C as Variant, D as Variant"
+#. mT4=
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"hd_id3149403\n"
+"17\n"
+"help.text"
+msgid "Saving Source Code to a Text File"
msgstr ""
-#: 03060100.xhp#par_id3152598.14.help.text
-msgid "Dim vVarOut as Variant"
-msgstr "Dim sVar as string"
-
-#: 03060100.xhp#par_id3153092.15.help.text
-msgctxt "03060100.xhp#par_id3153092.15.help.text"
-msgid "A = 10: B = 8: C = 6: D = Null"
+#. H,JH
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3150327\n"
+"18\n"
+"help.text"
+msgid "Select the module that you want to export as text from the object catalog."
msgstr ""
-#: 03060100.xhp#par_id3146984.16.help.text
-msgid "vVarOut = A > B And B > C REM returns -1"
+#. oO:R
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3150752\n"
+"19\n"
+"help.text"
+msgid "Click the <emph>Save Source As</emph> icon in the Macro toolbar."
msgstr ""
-#: 03060100.xhp#par_id3154014.17.help.text
-msgid "vVarOut = B > A And B > C REM returns 0"
+#. OU4_
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3154754\n"
+"20\n"
+"help.text"
+msgid "Select a file name and click <emph>OK</emph> to save the file."
msgstr ""
-#: 03060100.xhp#par_id3149262.18.help.text
-msgid "vVarOut = A > B And B > D REM returns 0"
+#. +9VX
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"hd_id3159264\n"
+"21\n"
+"help.text"
+msgid "Loading Source Code From a Text File"
msgstr ""
-#: 03060100.xhp#par_id3145751.19.help.text
-msgid "vVarOut = (B > D And B > A) REM returns 0"
+#. 5ZC+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3147343\n"
+"22\n"
+"help.text"
+msgid "Select the module where you want to import the source code from the object catalog."
msgstr ""
-#: 03060100.xhp#par_id3147394.20.help.text
-msgid "vVarOut = B And A REM returns 8 due to the bitwise AND combination of both arguments"
+#. _rN|
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3145230\n"
+"23\n"
+"help.text"
+msgid "Position the cursor where you want to insert the program code."
msgstr ""
-#: 03060100.xhp#par_id3151073.21.help.text
-msgctxt "03060100.xhp#par_id3151073.21.help.text"
-msgid "End Sub"
+#. YFa(
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3149565\n"
+"24\n"
+"help.text"
+msgid "Click the <emph>Insert Source Text</emph> icon in the Macro toolbar."
msgstr ""
-#: 03080300.xhp#tit.help.text
-msgid "Generating Random Numbers"
+#. hc8q
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3154020\n"
+"33\n"
+"help.text"
+msgid "Select the text file containing the source code and click <emph>OK</emph>."
msgstr ""
-#: 03080300.xhp#hd_id3143270.1.help.text
-msgid "<link href=\"text/sbasic/shared/03080300.xhp\" name=\"Generating Random Numbers\">Generating Random Numbers</link>"
-msgstr ""
+#. v4~C
+#: 01030200.xhp
+#, fuzzy
+msgctxt ""
+"01030200.xhp\n"
+"par_id3153198\n"
+"29\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01050000.xhp\" name=\"Basic IDE\">Basic IDE</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-#: 03080300.xhp#par_id3154347.2.help.text
-msgid "The following statements and functions generate random numbers."
+#. nW^*
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefVar Statement [Runtime]"
msgstr ""
-#: 03104700.xhp#tit.help.text
-msgid "Erase Function [Runtime]"
-msgstr "Split Function [Runtime]"
+#. /%J7
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"bm_id3143267\n"
+"help.text"
+msgid "<bookmark_value>DefVar statement</bookmark_value>"
+msgstr "<bookmark_value>DefCur განცხადება</bookmark_value>"
-#: 03104700.xhp#bm_id624713.help.text
-msgid "<bookmark_value>Erase function</bookmark_value>"
-msgstr "<bookmark_value>Erase ფუნქცია</bookmark_value>"
+#. pUNl
+#: 03102000.xhp
+#, fuzzy
+msgctxt ""
+"03102000.xhp\n"
+"hd_id3143267\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102000.xhp\" name=\"DefVar Statement [Runtime]\">DefVar Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03104700.xhp#par_idN10548.help.text
-msgid "<link href=\"text/sbasic/shared/03104700.xhp\">Erase Function [Runtime]</link>"
+#. 4Jfd
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"par_id3153825\n"
+"2\n"
+"help.text"
+msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
msgstr ""
-#: 03104700.xhp#par_idN10558.help.text
-msgid "Erases the contents of array elements of fixed size arrays, and releases the memory used by arrays of variable size."
-msgstr "შლის ფიქსირებული ზომის მასივების ელემენტების შემცველობას და ათავისუბლებს ცვლადის ზომის მასივების მიერ დაკავებულ მეხსიერებას."
-
-#: 03104700.xhp#par_idN1055D.help.text
-msgctxt "03104700.xhp#par_idN1055D.help.text"
+#. IsQX
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"hd_id3154143\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03104700.xhp#par_idN105E6.help.text
-msgid "Erase Arraylist"
-msgstr "წაშალე Arraylist"
+#. AT^;
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"par_id3149514\n"
+"4\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr ""
-#: 03104700.xhp#par_idN105E9.help.text
-msgctxt "03104700.xhp#par_idN105E9.help.text"
+#. U8t#
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"hd_id3156024\n"
+"5\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03104700.xhp#par_idN105ED.help.text
-msgid "<emph>Arraylist</emph> - The list of arrays to be erased."
-msgstr "<emph>Arraylist</emph> - წასაშლელი მასივების სია."
-
-#: 03090400.xhp#tit.help.text
-msgid "Further Statements"
+#. kOH3
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"par_id3147560\n"
+"6\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 ""
-#: 03090400.xhp#hd_id3145316.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03090400.xhp\" name=\"Further Statements\">Further Statements</link>"
-msgstr "<link href=\"text/sbasic/shared/03130000.xhp\" name=\"სხვა ბრძენებები\">სხვა ბრძენებები</link>"
-
-#: 03090400.xhp#par_id3154923.2.help.text
-msgid "Statements that do not belong to any of the other runtime categories are described here."
+#. 2AW7
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"par_id3148552\n"
+"7\n"
+"help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
msgstr ""
-#: 01030000.xhp#tit.help.text
-msgid "Integrated Development Environment (IDE)"
+#. r9DG
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"par_id3153524\n"
+"8\n"
+"help.text"
+msgid "<emph>Keyword: </emph>Default variable type"
msgstr ""
-#: 01030000.xhp#bm_id3145090.help.text
-msgid "<bookmark_value>Basic IDE;Integrated Development Environment</bookmark_value><bookmark_value>IDE;Integrated Development Environment</bookmark_value>"
-msgstr ""
+#. bbX)
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"par_id3150767\n"
+"9\n"
+"help.text"
+msgid "<emph>DefVar:</emph> Variant"
+msgstr "<emph>DefStr:</emph> სტრინგი"
-#: 01030000.xhp#hd_id3145090.1.help.text
-msgid "<link href=\"text/sbasic/shared/01030000.xhp\" name=\"Integrated Development Environment (IDE)\">Integrated Development Environment (IDE)</link>"
+#. m+lD
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"hd_id3151041\n"
+"10\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 01030000.xhp#par_id3146795.2.help.text
-msgid "This section describes the Integrated Development Environment for $[officename] Basic."
+#. `6[*
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"par_id3156214\n"
+"11\n"
+"help.text"
+msgid "' Prefix definitions for variable types:"
+msgstr ""
+
+#. :u^J
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"par_id3154012\n"
+"21\n"
+"help.text"
+msgid "vDiv=99 ' vDiv is an implicit variant"
+msgstr ""
+
+#. XOz-
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"par_id3146121\n"
+"22\n"
+"help.text"
+msgid "vDiv=\"Hello world\""
msgstr ""
-#: 03102900.xhp#tit.help.text
-msgid "LBound Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03102900.xhp#bm_id3156027.help.text
-msgid "<bookmark_value>LBound function</bookmark_value>"
-msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
-
-#: 03102900.xhp#hd_id3156027.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03102900.xhp\" name=\"LBound Function [Runtime]\">LBound Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03102900.xhp#par_id3147226.2.help.text
-msgid "Returns the lower boundary of an array."
+#. D5%q
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"tit\n"
+"help.text"
+msgid "Information"
msgstr ""
-#: 03102900.xhp#hd_id3148538.3.help.text
-msgctxt "03102900.xhp#hd_id3148538.3.help.text"
-msgid "Syntax:"
+#. 2=J@
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"hd_id3148550\n"
+"1\n"
+"help.text"
+msgid "Information"
msgstr ""
-#: 03102900.xhp#par_id3150503.4.help.text
-msgid "LBound (ArrayName [, Dimension])"
+#. v5:I
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153381\n"
+"102\n"
+"help.text"
+msgid "You can set the locale used for controlling the formatting numbers, dates and currencies in $[officename] Basic in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>. In Basic format codes, the decimal point (<emph>.</emph>) is always used as <emph>placeholder</emph> for the decimal separator defined in your locale and will be replaced by the corresponding character."
msgstr ""
-#: 03102900.xhp#hd_id3150984.5.help.text
-msgctxt "03102900.xhp#hd_id3150984.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+#. )E94
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150870\n"
+"103\n"
+"help.text"
+msgid "The same applies to the locale settings for date, time and currency formats. The Basic format code will be interpreted and displayed according to your locale setting."
+msgstr ""
-#: 03102900.xhp#par_id3153126.6.help.text
-msgctxt "03102900.xhp#par_id3153126.6.help.text"
-msgid "Integer"
+#. L4W`
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3156424\n"
+"2\n"
+"help.text"
+msgid "The color values of the 16 basic colors are as follows:"
msgstr ""
-#: 03102900.xhp#hd_id3144500.7.help.text
-msgctxt "03102900.xhp#hd_id3144500.7.help.text"
-msgid "Parameters:"
+#. Mcij
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153091\n"
+"3\n"
+"help.text"
+msgid "<emph>Color Value</emph>"
msgstr ""
-#: 03102900.xhp#par_id3145069.8.help.text
-msgid "<emph>ArrayName:</emph> Name of the array for which you want to return the upper (<emph>Ubound</emph>) or the lower (<emph>LBound</emph>) boundary of the array dimension."
+#. q\}*
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154319\n"
+"4\n"
+"help.text"
+msgid "<emph>Color Name</emph>"
msgstr ""
-#: 03102900.xhp#par_id3149457.9.help.text
-msgid "<emph>[Dimension]:</emph> Integer that specifies which dimension to return the upper (<emph>Ubound</emph>) or the lower (<emph>LBound</emph>) boundary for. If a value is not specified, the first dimension is assumed."
+#. }Dk5
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3151112\n"
+"5\n"
+"help.text"
+msgid "0"
msgstr ""
-#: 03102900.xhp#hd_id3145171.10.help.text
-msgctxt "03102900.xhp#hd_id3145171.10.help.text"
-msgid "Example:"
+#. I!b8
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3155854\n"
+"6\n"
+"help.text"
+msgid "Black"
msgstr ""
-#: 03102900.xhp#par_id3148673.11.help.text
-msgctxt "03102900.xhp#par_id3148673.11.help.text"
-msgid "Sub ExampleUboundLbound"
+#. TC*t
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154942\n"
+"7\n"
+"help.text"
+msgid "128"
msgstr ""
-#: 03102900.xhp#par_id3153193.12.help.text
-msgctxt "03102900.xhp#par_id3153193.12.help.text"
-msgid "Dim sVar(10 to 20) As String"
-msgstr "Dim sVar as string"
+#. WCbA
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154731\n"
+"8\n"
+"help.text"
+msgid "Blue"
+msgstr "ცისფერი"
-#: 03102900.xhp#par_id3148452.13.help.text
-msgctxt "03102900.xhp#par_id3148452.13.help.text"
-msgid "print LBound(sVar())"
+#. $Sh@
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3145645\n"
+"9\n"
+"help.text"
+msgid "32768"
msgstr ""
-#: 03102900.xhp#par_id3153768.14.help.text
-msgctxt "03102900.xhp#par_id3153768.14.help.text"
-msgid "print UBound(sVar())"
-msgstr ""
+#. _%Z(
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3149400\n"
+"10\n"
+"help.text"
+msgid "Green"
+msgstr "მწვანე"
-#: 03102900.xhp#par_id3147288.15.help.text
-msgctxt "03102900.xhp#par_id3147288.15.help.text"
-msgid "end Sub"
+#. sV:`
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150753\n"
+"11\n"
+"help.text"
+msgid "32896"
msgstr ""
-#: 03102900.xhp#par_id3146974.16.help.text
-msgctxt "03102900.xhp#par_id3146974.16.help.text"
-msgid "Sub ExampleUboundLbound2"
+#. ]42^
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153765\n"
+"12\n"
+"help.text"
+msgid "Cyan"
+msgstr "ციანი"
+
+#. #;3l
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154756\n"
+"13\n"
+"help.text"
+msgid "8388608"
msgstr ""
-#: 03102900.xhp#par_id3146985.17.help.text
-msgctxt "03102900.xhp#par_id3146985.17.help.text"
-msgid "Dim sVar(10 to 20,5 To 70) As String"
-msgstr "Dim sVar as string"
+#. cQEh
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3159266\n"
+"14\n"
+"help.text"
+msgid "Red"
+msgstr "წითელი"
-#: 03102900.xhp#par_id3145365.18.help.text
-msgctxt "03102900.xhp#par_id3145365.18.help.text"
-msgid "Print LBound(sVar()) REM Returns 10"
+#. RuOj
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3163807\n"
+"15\n"
+"help.text"
+msgid "8388736"
msgstr ""
-#: 03102900.xhp#par_id3150486.19.help.text
-msgctxt "03102900.xhp#par_id3150486.19.help.text"
-msgid "Print UBound(sVar()) REM Returns 20"
-msgstr ""
+#. /c`-
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3145150\n"
+"16\n"
+"help.text"
+msgid "Magenta"
+msgstr "მაგენტა"
-#: 03102900.xhp#par_id3149665.20.help.text
-msgctxt "03102900.xhp#par_id3149665.20.help.text"
-msgid "Print LBound(sVar(),2) REM Returns 5"
+#. ;xAr
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3147002\n"
+"17\n"
+"help.text"
+msgid "8421376"
msgstr ""
-#: 03102900.xhp#par_id3159154.21.help.text
-msgctxt "03102900.xhp#par_id3159154.21.help.text"
-msgid "Print UBound(sVar(),2) REM Returns 70"
-msgstr ""
+#. gr^E
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3152778\n"
+"18\n"
+"help.text"
+msgid "Yellow"
+msgstr "ყვითელი"
-#: 03102900.xhp#par_id3154013.22.help.text
-msgctxt "03102900.xhp#par_id3154013.22.help.text"
-msgid "end Sub"
+#. %hJi
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150088\n"
+"19\n"
+"help.text"
+msgid "8421504"
msgstr ""
-#: 03080301.xhp#tit.help.text
-msgid "Randomize Statement [Runtime]"
+#. cfZM
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3159239\n"
+"20\n"
+"help.text"
+msgid "White"
msgstr ""
-#: 03080301.xhp#bm_id3150616.help.text
-msgid "<bookmark_value>Randomize statement</bookmark_value>"
-msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-
-#: 03080301.xhp#hd_id3150616.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03080301.xhp\" name=\"Randomize Statement [Runtime]\">Randomize Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-
-#: 03080301.xhp#par_id3145090.2.help.text
-msgid "Initializes the random-number generator."
+#. h#l,
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150206\n"
+"21\n"
+"help.text"
+msgid "12632256"
msgstr ""
-#: 03080301.xhp#hd_id3147573.3.help.text
-msgctxt "03080301.xhp#hd_id3147573.3.help.text"
-msgid "Syntax:"
+#. WDFL
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3149817\n"
+"22\n"
+"help.text"
+msgid "Gray"
msgstr ""
-#: 03080301.xhp#par_id3145315.4.help.text
-msgid "Randomize [Number]"
+#. +X^%
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150363\n"
+"23\n"
+"help.text"
+msgid "255"
msgstr ""
-#: 03080301.xhp#hd_id3152456.5.help.text
-msgctxt "03080301.xhp#hd_id3152456.5.help.text"
-msgid "Parameters:"
+#. X#BR
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154576\n"
+"24\n"
+"help.text"
+msgid "Light blue"
msgstr ""
-#: 03080301.xhp#par_id3149670.6.help.text
-#, fuzzy
-msgid "<emph>Number:</emph> Any integer value that initializes the random-number generator."
-msgstr "<emph>რიცხვი</emph> არის თარიღის შიდა რიცხვი."
-
-#: 03080301.xhp#hd_id3149655.7.help.text
-msgctxt "03080301.xhp#hd_id3149655.7.help.text"
-msgid "Example:"
+#. (7Pd
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150367\n"
+"25\n"
+"help.text"
+msgid "65280"
msgstr ""
-#: 03080301.xhp#par_id3151211.8.help.text
-msgid "Sub ExampleRandomize"
+#. ^1j-
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150202\n"
+"26\n"
+"help.text"
+msgid "Light green"
msgstr ""
-#: 03080301.xhp#par_id3147229.9.help.text
-msgid "Dim iVar As Integer, sText As String"
+#. 2Rrw
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154487\n"
+"27\n"
+"help.text"
+msgid "65535"
msgstr ""
-#: 03080301.xhp#par_id3150870.10.help.text
-msgid "Dim iSpectral(10) As Integer"
+#. ALfv
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3151332\n"
+"28\n"
+"help.text"
+msgid "Light cyan"
msgstr ""
-#: 03080301.xhp#par_id3148673.12.help.text
-msgid "Randomize 2^14-1"
+#. %_:?
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3148702\n"
+"29\n"
+"help.text"
+msgid "16711680"
msgstr ""
-#: 03080301.xhp#par_id3156423.13.help.text
-msgid "For iCount = 1 To 1000"
+#. OU9]
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153067\n"
+"30\n"
+"help.text"
+msgid "Light red"
msgstr ""
-#: 03080301.xhp#par_id3147288.14.help.text
-msgid "iVar = Int((10 * Rnd) ) REM Range from 0 to 9"
+#. d?GN
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153912\n"
+"31\n"
+"help.text"
+msgid "16711935"
msgstr ""
-#: 03080301.xhp#par_id3155132.15.help.text
-msgid "iSpectral(iVar) = iSpectral(iVar) +1"
+#. Lo{.
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3159097\n"
+"32\n"
+"help.text"
+msgid "Light magenta"
msgstr ""
-#: 03080301.xhp#par_id3153143.16.help.text
-msgctxt "03080301.xhp#par_id3153143.16.help.text"
-msgid "Next iCount"
+#. rqcG
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3155266\n"
+"33\n"
+"help.text"
+msgid "16776960"
msgstr ""
-#: 03080301.xhp#par_id3154011.18.help.text
-msgid "sText = \" | \""
+#. zM6S
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3157978\n"
+"34\n"
+"help.text"
+msgid "Light yellow"
msgstr ""
-#: 03080301.xhp#par_id3151114.19.help.text
-msgctxt "03080301.xhp#par_id3151114.19.help.text"
-msgid "For iCount = 0 To 9"
+#. 4kX~
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153286\n"
+"35\n"
+"help.text"
+msgid "16777215"
msgstr ""
-#: 03080301.xhp#par_id3145748.20.help.text
-msgid "sText = sText & iSpectral(iCount) & \" | \""
+#. ^odu
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3151302\n"
+"36\n"
+"help.text"
+msgid "Transparent white"
msgstr ""
-#: 03080301.xhp#par_id3146921.21.help.text
-msgctxt "03080301.xhp#par_id3146921.21.help.text"
-msgid "Next iCount"
-msgstr ""
+#. Cdzm
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"hd_id3152869\n"
+"37\n"
+"help.text"
+msgid "<variable id=\"errorcode\">Error Codes</variable>"
+msgstr "<variable id=\"alt_icon\">ხატულა </variable>"
-#: 03080301.xhp#par_id3148617.22.help.text
-msgid "MsgBox sText,0,\"Spectral Distribution\""
-msgstr ""
+#. l,ep
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id315509599\n"
+"help.text"
+msgid "<variable id=\"err1\">1 An exception occurred</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 03080301.xhp#par_id3152941.23.help.text
-msgctxt "03080301.xhp#par_id3152941.23.help.text"
-msgid "end sub"
-msgstr ""
+#. Ql/j
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3155095\n"
+"38\n"
+"help.text"
+msgid "<variable id=\"err2\">2 Syntax error</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03132100.xhp#tit.help.text
-msgid "GetGuiType Function [Runtime]"
-msgstr "Split Function [Runtime]"
+#. Lin-
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3149126\n"
+"39\n"
+"help.text"
+msgid "<variable id=\"err3\">3 Return without Gosub</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03132100.xhp#bm_id3147143.help.text
-msgid "<bookmark_value>GetGuiType function</bookmark_value>"
-msgstr "<bookmark_value>GetGuiType ფუნქცია</bookmark_value>"
+#. 7*5f
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153976\n"
+"40\n"
+"help.text"
+msgid "<variable id=\"err4\">4 Incorrect entry; please retry</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03132100.xhp#hd_id3155310.1.help.text
+#. ^#Mw
+#: 00000003.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03132100.xhp\" name=\"GetGuiType Function [Runtime]\">GetGuiType Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150891\n"
+"41\n"
+"help.text"
+msgid "<variable id=\"err5\">5 Invalid procedure call</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03132100.xhp#par_id3152459.2.help.text
-msgid "Returns a numerical value that specifies the graphical user interface."
-msgstr "აბრუნებს რიცხვით მნიშვნელობას, რომელიც განსაზღვრავს მომხმარებლის გრაფიკულ ინტერფეისს."
+#. _Vwy
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3159227\n"
+"42\n"
+"help.text"
+msgid "<variable id=\"err6\">6 Overflow</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03132100.xhp#par_id3153323.3.help.text
-msgid "This runtime function is only provided for downward compatibility to previous versions. The return value is not defined in client-server environments."
-msgstr "გაშვების ფუნქცია მოწოდებულია მხოლოდ წინა ვერსიებთან შეთანხმების უზრუნველსაყოფად. დაბრუნებული მნიშვნელობა არ განისაზღვრება კლიენტ-სერვერულ გარემოებში."
+#. _cq6
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154649\n"
+"43\n"
+"help.text"
+msgid "<variable id=\"err7\">7 Not enough memory</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 03132100.xhp#hd_id3154894.4.help.text
-msgctxt "03132100.xhp#hd_id3154894.4.help.text"
-msgid "Syntax:"
-msgstr ""
+#. #h7u
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150050\n"
+"44\n"
+"help.text"
+msgid "<variable id=\"err8\">8 Array already dimensioned</variable>"
+msgstr "#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">წვდომა ამ ბრძანებაზე...</variable>\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">ბრძანებაზე წვდომისათვის... </variable>"
-#: 03132100.xhp#par_id3147143.5.help.text
-msgid "GetGUIType()"
-msgstr "GetGUIType()"
+#. y$A[
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3148900\n"
+"45\n"
+"help.text"
+msgid "<variable id=\"err9\">9 Index out of defined range</variable>"
+msgstr "<variable id=\"dbrbf\">არჩევა <emph>მონაცემები - არიალის განსაზღვრა</emph></variable>"
-#: 03132100.xhp#hd_id3149346.6.help.text
-msgctxt "03132100.xhp#hd_id3149346.6.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+#. R7S(
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153806\n"
+"46\n"
+"help.text"
+msgid "<variable id=\"err10\">10 Duplicate definition</variable>"
+msgstr "#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">ამ ფუნქციასთან დასაკავშირებლად... </variable>\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">ამ ფუნქციის ჩასართავად... </variable>"
-#: 03132100.xhp#par_id3153748.7.help.text
-msgctxt "03132100.xhp#par_id3153748.7.help.text"
-msgid "Integer"
-msgstr ""
+#. LbqQ
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3146963\n"
+"47\n"
+"help.text"
+msgid "<variable id=\"err11\">11 Division by zero</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03132100.xhp#hd_id3149177.8.help.text
-msgid "Return values:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+#. s^`2
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153013\n"
+"48\n"
+"help.text"
+msgid "<variable id=\"err12\">12 Variable not defined</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03132100.xhp#par_id3147242.9.help.text
-msgid "1: Windows"
-msgstr "1: Windows"
+#. ..Dv
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3155593\n"
+"49\n"
+"help.text"
+msgid "<variable id=\"err13\">13 Data type mismatch</variable>"
+msgstr "#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">წვდომა ამ ბრძანებაზე...</variable>\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">ბრძანებაზე წვდომისათვის... </variable>"
-#: 03132100.xhp#par_id3156152.11.help.text
-msgid "4: UNIX"
-msgstr "4: UNIX"
+#. O3Wr
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3151197\n"
+"50\n"
+"help.text"
+msgid "<variable id=\"err14\">14 Invalid parameter</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03132100.xhp#hd_id3148685.12.help.text
-msgctxt "03132100.xhp#hd_id3148685.12.help.text"
-msgid "Example:"
-msgstr ""
+#. x]m6
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154710\n"
+"51\n"
+"help.text"
+msgid "<variable id=\"err18\">18 Process interrupted by user</variable>"
+msgstr "<variable id=\"wie\">ამ ბრძანებასთან დაშვებისათვის </variable>"
-#: 03132100.xhp#par_id3149233.13.help.text
-msgid "Sub ExampleEnvironment"
-msgstr "Sub ExampleEnvironment"
+#. #Gw1
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3147504\n"
+"52\n"
+"help.text"
+msgid "<variable id=\"err20\">20 Resume without error</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03132100.xhp#par_id3145609.14.help.text
-msgid "MsgBox GetGUIType"
-msgstr "MsgBox GetGUIType"
+#. hB64
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3145319\n"
+"53\n"
+"help.text"
+msgid "<variable id=\"err28\">28 Not enough stack memory</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 03132100.xhp#par_id3145069.15.help.text
-msgctxt "03132100.xhp#par_id3145069.15.help.text"
-msgid "End Sub"
-msgstr ""
+#. e$c/
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3146110\n"
+"54\n"
+"help.text"
+msgid "<variable id=\"err35\">35 Sub-procedure or function procedure not defined</variable>"
+msgstr "#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">ამ ფუნქციასთან დასაკავშირებლად... </variable>\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">ამ ფუნქციის ჩასართავად... </variable>"
-#: 03020103.xhp#tit.help.text
-msgid "Open Statement[Runtime]"
-msgstr ""
+#. V(;K
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3147246\n"
+"55\n"
+"help.text"
+msgid "<variable id=\"err48\">48 Error loading DLL file</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 03020103.xhp#bm_id3150791.help.text
-msgid "<bookmark_value>Open statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
+#. r;\/
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3146101\n"
+"56\n"
+"help.text"
+msgid "<variable id=\"err49\">49 Wrong DLL call convention</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგრეთვე შემდეგი ფუნქციები: </variable>"
-#: 03020103.xhp#hd_id3150791.1.help.text
+#. U7sq
+#: 00000003.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open Statement[Runtime]\">Open Statement[Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153957\n"
+"57\n"
+"help.text"
+msgid "<variable id=\"err51\">51 Internal error</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03020103.xhp#par_id3150769.2.help.text
-msgid "Opens a data channel."
-msgstr ""
+#. zi^1
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154404\n"
+"58\n"
+"help.text"
+msgid "<variable id=\"err52\">52 Invalid file name or file number</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03020103.xhp#hd_id3147230.3.help.text
-msgctxt "03020103.xhp#hd_id3147230.3.help.text"
-msgid "Syntax:"
-msgstr ""
+#. j[cK
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3151338\n"
+"59\n"
+"help.text"
+msgid "<variable id=\"err53\">53 File not found</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 03020103.xhp#par_id3154124.4.help.text
-msgid "Open FileName As String [For Mode] [Access IOMode] [Protected] As [#]FileNumber As Integer [Len = DatasetLength]"
-msgstr ""
+#. 0e7m
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3147298\n"
+"60\n"
+"help.text"
+msgid "<variable id=\"err54\">54 Incorrect file mode</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 03020103.xhp#hd_id3156280.5.help.text
-msgctxt "03020103.xhp#hd_id3156280.5.help.text"
-msgid "Parameters:"
-msgstr ""
+#. _1zD
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3148747\n"
+"61\n"
+"help.text"
+msgid "<variable id=\"err55\">55 File already open</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03020103.xhp#par_id3155132.6.help.text
-msgid "<emph>FileName: </emph>Name and path of the file that you wan 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 ""
+#. e=9Z
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3145233\n"
+"62\n"
+"help.text"
+msgid "<variable id=\"err57\">57 Device I/O error</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03020103.xhp#par_id3149262.7.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 ""
+#. EnE;
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3156399\n"
+"63\n"
+"help.text"
+msgid "<variable id=\"err58\">58 File already exists</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03020103.xhp#par_id3154014.8.help.text
-msgid "<emph>IOMode:</emph> Keyword that defines the access type. Valid values: Read (read-only), Write (write-only), Read Write (both)."
-msgstr ""
+#. .AX0
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3149324\n"
+"64\n"
+"help.text"
+msgid "<variable id=\"err59\">59 Incorrect record length</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 03020103.xhp#par_id3150011.9.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 ""
+#. 7f|2
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3147409\n"
+"65\n"
+"help.text"
+msgid "<variable id=\"err61\">61 Disk or hard drive full</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03020103.xhp#par_id3153190.10.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 ""
+#. 52oJ
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3149146\n"
+"66\n"
+"help.text"
+msgid "<variable id=\"err62\">62 Reading exceeds EOF</variable>"
+msgstr "<variable id=\"alt_warning\">გავრთხილების ხატულა </variable>"
-#: 03020103.xhp#par_id3151115.11.help.text
-msgid "<emph>DatasetLength:</emph> For random access files, set the length of the records."
-msgstr ""
+#. p#qY
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150456\n"
+"67\n"
+"help.text"
+msgid "<variable id=\"err63\">63 Incorrect record number</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 03020103.xhp#par_id3153418.12.help.text
-msgid "You can only modify the contents of a file that was opened with the Open statement. If you try to open a file that is already open, an error message appears."
-msgstr ""
+#. uV39
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3146883\n"
+"68\n"
+"help.text"
+msgid "<variable id=\"err67\">67 Too many files</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03020103.xhp#hd_id3149123.13.help.text
-msgctxt "03020103.xhp#hd_id3149123.13.help.text"
-msgid "Example:"
-msgstr ""
+#. r#U!
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3146818\n"
+"69\n"
+"help.text"
+msgid "<variable id=\"err68\">68 Device not available</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03020103.xhp#par_id3150749.14.help.text
-msgctxt "03020103.xhp#par_id3150749.14.help.text"
-msgid "Sub ExampleWorkWithAFile"
-msgstr ""
+#. sbD_
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3145225\n"
+"70\n"
+"help.text"
+msgid "<variable id=\"err70\">70 Access denied</variable>"
+msgstr "<variable id=\"wie\">ამ ბრძანებასთან დაშვებისათვის </variable>"
-#: 03020103.xhp#par_id3155064.15.help.text
-msgctxt "03020103.xhp#par_id3155064.15.help.text"
-msgid "Dim iNumber As Integer"
-msgstr "DIm iLen როგორც Integer"
+#. MN.L
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150372\n"
+"71\n"
+"help.text"
+msgid "<variable id=\"err71\">71 Disk not ready</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03020103.xhp#par_id3154754.16.help.text
-msgctxt "03020103.xhp#par_id3154754.16.help.text"
-msgid "Dim sLine As String"
-msgstr "Dim sSep As String"
+#. RNd%
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3148894\n"
+"72\n"
+"help.text"
+msgid "<variable id=\"err73\">73 Not implemented</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 03020103.xhp#par_id3153711.17.help.text
-msgctxt "03020103.xhp#par_id3153711.17.help.text"
-msgid "Dim aFile As String"
-msgstr "DIM sFile სტრიქონი როგორც "
+#. EUgl
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3152981\n"
+"73\n"
+"help.text"
+msgid "<variable id=\"err74\">74 Renaming on different drives impossible</variable>"
+msgstr "<variable id=\"moreontop\">მეტი განმარტებისთვის იხილეთ გვერდის დასაწყისი. </variable>"
-#: 03020103.xhp#par_id3155764.40.help.text
-msgctxt "03020103.xhp#par_id3155764.40.help.text"
-msgid "Dim sMsg as String"
-msgstr "Dim sVar as string"
+#. lMhc
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3149355\n"
+"74\n"
+"help.text"
+msgid "<variable id=\"err75\">75 Path/file access error</variable>"
+msgstr "<variable id=\"wie\">ამ ბრძანებასთან დაშვებისათვის </variable>"
-#: 03020103.xhp#par_id3159264.18.help.text
-msgctxt "03020103.xhp#par_id3159264.18.help.text"
-msgid "aFile = \"c:\\data.txt\""
-msgstr ""
+#. XVyg
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150477\n"
+"75\n"
+"help.text"
+msgid "<variable id=\"err76\">76 Path not found</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 03020103.xhp#par_id3153963.20.help.text
-msgctxt "03020103.xhp#par_id3153963.20.help.text"
-msgid "iNumber = Freefile"
-msgstr ""
+#. `?J=
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154678\n"
+"76\n"
+"help.text"
+msgid "<variable id=\"err91\">91 Object variable not set</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03020103.xhp#par_id3155959.21.help.text
-msgctxt "03020103.xhp#par_id3155959.21.help.text"
-msgid "Open aFile For Output As #iNumber"
-msgstr ""
+#. VWo:
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3149890\n"
+"77\n"
+"help.text"
+msgid "<variable id=\"err93\">93 Invalid string pattern</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03020103.xhp#par_id3154705.22.help.text
-msgctxt "03020103.xhp#par_id3154705.22.help.text"
-msgid "Print #iNumber, \"This is a line of text\""
-msgstr ""
+#. 3Q+/
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3146942\n"
+"78\n"
+"help.text"
+msgid "<variable id=\"err94\">94 Use of zero not permitted</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03020103.xhp#par_id3146916.23.help.text
-msgctxt "03020103.xhp#par_id3146916.23.help.text"
-msgid "Print #iNumber, \"This is another line of text\""
-msgstr ""
+#. Jn9P
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469429\n"
+"help.text"
+msgid "<variable id=\"err250\">250 DDE Error</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03020103.xhp#par_id3150942.24.help.text
-msgctxt "03020103.xhp#par_id3150942.24.help.text"
-msgid "Close #iNumber"
-msgstr ""
+#. n,QA
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469428\n"
+"help.text"
+msgid "<variable id=\"err280\">280 Awaiting response to DDE connection</variable>"
+msgstr "#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">ამ ფუნქციასთან დასაკავშირებლად... </variable>\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">ამ ფუნქციის ჩასართავად... </variable>"
-#: 03020103.xhp#par_id3150300.28.help.text
-msgctxt "03020103.xhp#par_id3150300.28.help.text"
-msgid "iNumber = Freefile"
-msgstr ""
+#. nd#Y
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469427\n"
+"help.text"
+msgid "<variable id=\"err281\">281 No DDE channels available</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 03020103.xhp#par_id3154022.29.help.text
-msgctxt "03020103.xhp#par_id3154022.29.help.text"
-msgid "Open aFile For Input As iNumber"
-msgstr ""
+#. 0F#;
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469426\n"
+"help.text"
+msgid "<variable id=\"err282\">282 No application responded to DDE connect initiation</variable>"
+msgstr "<variable id=\"moreontop\">მეტი განმარტებისთვის იხილეთ გვერდის დასაწყისი. </variable>"
-#: 03020103.xhp#par_id3150783.30.help.text
-msgctxt "03020103.xhp#par_id3150783.30.help.text"
-msgid "While not eof(iNumber)"
-msgstr ""
+#. $-P_
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469425\n"
+"help.text"
+msgid "<variable id=\"err283\">283 Too many applications responded to DDE connect initiation</variable>"
+msgstr "<variable id=\"moreontop\">მეტი განმარტებისთვის იხილეთ გვერდის დასაწყისი. </variable>"
-#: 03020103.xhp#par_id3153270.31.help.text
-msgctxt "03020103.xhp#par_id3153270.31.help.text"
-msgid "Line Input #iNumber, sLine"
-msgstr ""
+#. njnX
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469424\n"
+"help.text"
+msgid "<variable id=\"err284\">284 DDE channel locked</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03020103.xhp#par_id3153784.32.help.text
-msgctxt "03020103.xhp#par_id3153784.32.help.text"
-msgid "If sLine <>\"\" then"
+#. n6-b
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469423\n"
+"help.text"
+msgid "<variable id=\"err285\">285 External application cannot execute DDE operation</variable>"
msgstr ""
-#: 03020103.xhp#par_id3149208.33.help.text
-msgctxt "03020103.xhp#par_id3149208.33.help.text"
-msgid "sMsg = sMsg & sLine & chr(13)"
-msgstr ""
+#. /QK.
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469422\n"
+"help.text"
+msgid "<variable id=\"err286\">286 Timeout while waiting for DDE response</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგრეთვე შემდეგი ფუნქციები: </variable>"
-#: 03020103.xhp#par_id3150304.35.help.text
-msgctxt "03020103.xhp#par_id3150304.35.help.text"
-msgid "end if"
+#. iq=3
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469421\n"
+"help.text"
+msgid "<variable id=\"err287\">287 user pressed ESCAPE during DDE operation</variable>"
msgstr ""
-#: 03020103.xhp#par_id3151217.36.help.text
-msgctxt "03020103.xhp#par_id3151217.36.help.text"
-msgid "wend"
-msgstr ""
+#. )Pj2
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469420\n"
+"help.text"
+msgid "<variable id=\"err288\">288 External application busy</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 03020103.xhp#par_id3152582.37.help.text
-msgctxt "03020103.xhp#par_id3152582.37.help.text"
-msgid "Close #iNumber"
-msgstr ""
+#. EYw)
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469419\n"
+"help.text"
+msgid "<variable id=\"err289\">289 DDE operation without data</variable>"
+msgstr "<variable id=\"alt_icon\">ხატულა </variable>"
-#: 03020103.xhp#par_id3159100.41.help.text
-msgctxt "03020103.xhp#par_id3159100.41.help.text"
-msgid "Msgbox sMsg"
+#. ,bM_
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469418\n"
+"help.text"
+msgid "<variable id=\"err290\">290 Data are in wrong format</variable>"
+msgstr "<variable id=\"dbrbf\">არჩევა <emph>მონაცემები - არიალის განსაზღვრა</emph></variable>"
+
+#. bM_m
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469417\n"
+"help.text"
+msgid "<variable id=\"err291\">291 External application has been terminated</variable>"
msgstr ""
-#: 03020103.xhp#par_id3159091.38.help.text
-msgctxt "03020103.xhp#par_id3159091.38.help.text"
-msgid "End Sub"
+#. .RT,
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469416\n"
+"help.text"
+msgid "<variable id=\"err292\">292 DDE connection interrupted or modified</variable>"
msgstr ""
-#: 03090200.xhp#tit.help.text
-msgid "Loops"
+#. S.NC
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469415\n"
+"help.text"
+msgid "<variable id=\"err293\">293 DDE method invoked with no channel open</variable>"
msgstr ""
-#: 03090200.xhp#hd_id3153990.1.help.text
+#. QUO$
+#: 00000003.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03090200.xhp\" name=\"Loops\">Loops</link>"
-msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469414\n"
+"help.text"
+msgid "<variable id=\"err294\">294 Invalid DDE link format</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03090200.xhp#par_id3147226.2.help.text
-msgid "The following statements execute loops."
-msgstr ""
+#. FO,f
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469413\n"
+"help.text"
+msgid "<variable id=\"err295\">295 DDE message has been lost</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03080200.xhp#tit.help.text
-msgid "Exponential and Logarithmic Functions"
+#. )lVq
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469412\n"
+"help.text"
+msgid "<variable id=\"err296\">296 Paste link already performed</variable>"
+msgstr "#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">წვდომა ამ ბრძანებაზე...</variable>\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">ბრძანებაზე წვდომისათვის... </variable>"
+
+#. .-3_
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469411\n"
+"help.text"
+msgid "<variable id=\"err297\">297 Link mode cannot be set due to invalid link topic</variable>"
msgstr ""
-#: 03080200.xhp#hd_id3154758.1.help.text
-msgid "<link href=\"text/sbasic/shared/03080200.xhp\" name=\"Exponential and Logarithmic Functions\">Exponential and Logarithmic Functions</link>"
+#. `}*L
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469410\n"
+"help.text"
+msgid "<variable id=\"err298\">298 DDE requires the DDEML.DLL file</variable>"
msgstr ""
-#: 03080200.xhp#par_id3148550.2.help.text
-msgid "$[officename] Basic supports the following exponential and logarithmic functions."
+#. ?m1b
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150028\n"
+"79\n"
+"help.text"
+msgid "<variable id=\"err323\">323 Module cannot be loaded; invalid format</variable>"
msgstr ""
-#: 01050000.xhp#tit.help.text
-msgid "$[officename] Basic IDE"
-msgstr "$[officename] საწყისი დახმარება"
-
-#: 01050000.xhp#hd_id3154422.1.help.text
-msgid "<variable id=\"01050000\"><link href=\"text/sbasic/shared/01050000.xhp\" name=\"$[officename] Basic IDE\">$[officename] Basic IDE</link></variable>"
-msgstr ""
+#. DiPC
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3148434\n"
+"80\n"
+"help.text"
+msgid "<variable id=\"err341\">341 Invalid object index</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01050000.xhp#par_id3153142.2.help.text
-msgid "This section describes the structure of the Basic IDE."
-msgstr ""
+#. $`Y|
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3143219\n"
+"81\n"
+"help.text"
+msgid "<variable id=\"err366\">366 Object is not available</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01050000.xhp#par_idN105C9.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Basic IDE where you can write and edit macros.</ahelp>"
-msgstr ""
+#. dYj{
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3144744\n"
+"82\n"
+"help.text"
+msgid "<variable id=\"err380\">380 Incorrect property value</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01050000.xhp#hd_id3153188.5.help.text
-msgid "Commands From the Context menu of the Module Tabs"
-msgstr ""
+#. `IUS
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3147420\n"
+"83\n"
+"help.text"
+msgid "<variable id=\"err382\">382 This property is read-only</variable>"
+msgstr "<variable id=\"wie\">ამ ბრძანებასთან დაშვებისათვის </variable>"
-#: 01050000.xhp#hd_id3154731.6.help.text
+#. kBGr
+#: 00000003.xhp
#, fuzzy
-msgid "Insert"
-msgstr ""
-"#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ჩასმა\n"
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"Insert\n"
-"#-#-#-#-# optionen.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ჩამატება\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ჩასმა\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ჩასმა\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ჩასმა\n"
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ჩასმა"
-
-#: 01050000.xhp#hd_id3151074.8.help.text
-msgid "Module"
-msgstr ""
+msgctxt ""
+"00000003.xhp\n"
+"par_id3147472\n"
+"84\n"
+"help.text"
+msgid "<variable id=\"err394\">394 This property is write-only</variable>"
+msgstr "<variable id=\"wie\">ამ ბრძანებასთან დაშვებისათვის </variable>"
-#: 01050000.xhp#par_id3149581.9.help.text
-msgid "<ahelp hid=\".uno:NewModule\">Inserts a new module into the current library.</ahelp>"
-msgstr ""
+#. 8}gg
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3148583\n"
+"85\n"
+"help.text"
+msgid "<variable id=\"err420\">420 Invalid object reference</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01050000.xhp#hd_id3147397.10.help.text
-msgid "Dialog"
-msgstr ""
+#. 6T*!
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153329\n"
+"86\n"
+"help.text"
+msgid "<variable id=\"err423\">423 Property or method not found</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 01050000.xhp#par_id3144335.11.help.text
-msgid "<ahelp hid=\".uno:NewDialog\">Inserts a new dialog into the current library.</ahelp>"
-msgstr ""
+#. CJ%1
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3148738\n"
+"87\n"
+"help.text"
+msgid "<variable id=\"err424\">424 Object required</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 01050000.xhp#hd_id3155602.12.help.text
-msgctxt "01050000.xhp#hd_id3155602.12.help.text"
-msgid "Delete"
-msgstr ""
+#. n;QF
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3159084\n"
+"88\n"
+"help.text"
+msgid "<variable id=\"err425\">425 Invalid use of an object</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01050000.xhp#par_id3155064.13.help.text
-msgid "<ahelp hid=\".uno:DeleteCurrent\">Deletes the selected module.</ahelp>"
-msgstr ""
+#. [`$m
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3146806\n"
+"89\n"
+"help.text"
+msgid "<variable id=\"err430\">430 OLE Automation is not supported by this object</variable>"
+msgstr "<variable id=\"eintraege\">განსაზღვრეთ ჩანაწერების ფორმატი ობიექტების ცხრილში.</variable>"
-#: 01050000.xhp#hd_id3149018.14.help.text
+#. #n5@
+#: 00000003.xhp
#, fuzzy
-msgid "Rename"
-msgstr ""
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"გადარქმევა\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"სახელის გადარქმევა"
+msgctxt ""
+"00000003.xhp\n"
+"par_id3146130\n"
+"90\n"
+"help.text"
+msgid "<variable id=\"err438\">438 This property or method is not supported by the object</variable>"
+msgstr "<variable id=\"eintraege\">განსაზღვრეთ ჩანაწერების ფორმატი ობიექტების ცხრილში.</variable>"
-#: 01050000.xhp#par_id3154754.15.help.text
-msgid "<ahelp hid=\".uno:RenameCurrent\">Renames the current module in place.</ahelp>"
-msgstr ""
+#. XF7\
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154374\n"
+"91\n"
+"help.text"
+msgid "<variable id=\"err440\">440 OLE automation error</variable>"
+msgstr "<variable id=\"alt_icon\">ხატულა </variable>"
-#: 01050000.xhp#hd_id3150043.16.help.text
-msgid "Hide"
-msgstr "დამალვა"
+#. @nkF
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3149685\n"
+"92\n"
+"help.text"
+msgid "<variable id=\"err445\">445 This action is not supported by given object</variable>"
+msgstr "<variable id=\"eintraege\">განსაზღვრეთ ჩანაწერების ფორმატი ობიექტების ცხრილში.</variable>"
-#: 01050000.xhp#par_id3145147.17.help.text
-msgid "<ahelp hid=\".uno:HideCurPage\">Hides the current module.</ahelp>"
+#. !Zr[
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150282\n"
+"93\n"
+"help.text"
+msgid "<variable id=\"err446\">446 Named arguments are not supported by given object</variable>"
msgstr ""
-#: 01050000.xhp#hd_id3163805.18.help.text
-msgctxt "01050000.xhp#hd_id3163805.18.help.text"
-msgid "Modules"
+#. b9P-
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150142\n"
+"94\n"
+"help.text"
+msgid "<variable id=\"err447\">447 The current locale setting is not supported by the given object</variable>"
msgstr ""
-#: 01050000.xhp#par_id3153965.19.help.text
-msgid "Opens the <link href=\"text/sbasic/shared/01/06130000.xhp\" name=\"Macro Organizer\"><emph>Macro Organizer</emph></link> dialog."
-msgstr ""
+#. 2rM[
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3152771\n"
+"95\n"
+"help.text"
+msgid "<variable id=\"err448\">448 Named argument not found</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 03132000.xhp#tit.help.text
-msgid "CreateUnoListener Function [Runtime]"
-msgstr "Split Function [Runtime]"
+#. rwd_
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3145145\n"
+"96\n"
+"help.text"
+msgid "<variable id=\"err449\">449 Argument is not optional</variable>"
+msgstr "#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">ამ ფუნქციასთან დასაკავშირებლად... </variable>\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">ამ ფუნქციის ჩასართავად... </variable>"
-#: 03132000.xhp#bm_id3155150.help.text
-msgid "<bookmark_value>CreateUnoListener function</bookmark_value>"
-msgstr "<bookmark_value>CreateUnoListener ფუნქცია</bookmark_value>"
+#. Q?KO
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154399\n"
+"97\n"
+"help.text"
+msgid "<variable id=\"err450\">450 Invalid number of arguments</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგრეთვე შემდეგი ფუნქციები: </variable>"
-#: 03132000.xhp#hd_id3155150.53.help.text
+#. %kg^
+#: 00000003.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03132000.xhp\" name=\"CreateUnoListener Function [Runtime]\">CreateUnoListener Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
+msgctxt ""
+"00000003.xhp\n"
+"par_id3146137\n"
+"98\n"
+"help.text"
+msgid "<variable id=\"err451\">451 Object is not a list</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03132000.xhp#par_id3149346.52.help.text
-msgid "Creates a Listener instance."
-msgstr "ქმნის მსმენელის ნიმუშს."
+#. -,W.
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3149507\n"
+"99\n"
+"help.text"
+msgid "<variable id=\"err452\">452 Invalid ordinal number</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03132000.xhp#par_id3153681.51.help.text
-msgid "Many Uno interfaces let you register listeners on a special listener interface. This allows you to listen for specific events and call up the appropriate listener method. The CreateUnoListener function waits for the called listener interface and then passes the interface an object that the interface supports. This object is then passed to the method to register the listener."
-msgstr "მრავალი Uno ინტერფეისი საშუალებას გაძლევთ დაარეგისტრიროთ მსმენელები სპეციალურ სასმენ ინტერფეისზე. ეს საშუალებას გაძლევთ მოუსმინოთ კონკრეტულ მოვლენებს და გამოიძახოთ საჭირო მსმენელის მეთოდი. CreateUnoListener ფუნქცია უცდის დარეკილ მსმენელის ინტერფეისს და შემდეგ გადასცემს ინტერფეისს ობიექტს, რომელსაც აქვს მხარდაჭერა. ეს ობიექტი შემდეგ გადაეცემა მეთოდეს რათა დაარეგისტრიროს მსმენელი."
+#. ntuN
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154566\n"
+"100\n"
+"help.text"
+msgid "<variable id=\"err453\">453 Specified DLL function not found</variable>"
+msgstr "#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">ამ ფუნქციასთან დასაკავშირებლად... </variable>\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">ამ ფუნქციის ჩასართავად... </variable>"
-#: 03132000.xhp#hd_id3148685.50.help.text
-msgctxt "03132000.xhp#hd_id3148685.50.help.text"
-msgid "Syntax:"
-msgstr ""
+#. USqX
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3145595\n"
+"101\n"
+"help.text"
+msgid "<variable id=\"err460\">460 Invalid clipboard format</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03132000.xhp#par_id3143228.49.help.text
-msgid "oListener = CreateUnoListener( Prefixname, ListenerInterfaceName )"
-msgstr "oListener = CreateUnoListener( Prefixname, ListenerInterfaceName )"
+#. ,Os7
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455951\n"
+"help.text"
+msgid "<variable id=\"err951\">951 Unexpected symbol:</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03132000.xhp#hd_id3147574.48.help.text
-msgctxt "03132000.xhp#hd_id3147574.48.help.text"
-msgid "Example:"
-msgstr ""
+#. KL`3
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455952\n"
+"help.text"
+msgid "<variable id=\"err952\">952 Expected:</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03132000.xhp#par_id3154046.47.help.text
-msgid "The following example is based on a Basic library object."
-msgstr "შემდეგი მაგალითი დამყარებულია BASIC ბიბლიოთეკის ობიექტზე"
+#. _/tw
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455953\n"
+"help.text"
+msgid "<variable id=\"err953\">953 Symbol expected</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03132000.xhp#par_id3155136.46.help.text
-msgid "Dim oListener"
-msgstr "Dim oListener"
+#. +rkV
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455954\n"
+"help.text"
+msgid "<variable id=\"err954\">954 Variable expected</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03132000.xhp#par_id3148944.45.help.text
-msgid "oListener = CreateUnoListener( \"ContListener_\",\"com.sun.star.container.XContainerListener\" )"
-msgstr "oListener = CreateUnoListener( \"ContListener_\",\"com.sun.star.container.XContainerListener\" )"
+#. yk/l
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455955\n"
+"help.text"
+msgid "<variable id=\"err955\">955 Label expected</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03132000.xhp#par_id3149294.44.help.text
-msgid "The CreateUnoListener method requires two parameters. The first is a prefix and is explained in detail below. The second parameter is the fully qualified name of the Listener interface that you want to use."
-msgstr "CreateUnoListener მეთოდი მოითხოვს ორ პარამეტრს. პირველი არის თავსართი, რომელიც ახსნილია ქვემოთ. მეორე პარამეტრი არის იმ სრული მსმენელის ინტერფეისის სრული სახელი, რომლის გამოყენებაც გსურთ."
+#. aWC7
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455956\n"
+"help.text"
+msgid "<variable id=\"err956\">956 Value cannot be applied</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03132000.xhp#par_id3149670.43.help.text
-msgid "The Listener must then be added to the Broadcaster Object. This is done by calling the appropriate method for adding a Listener. These methods always follow the pattern \"addFooListener\", where \"Foo\" is the Listener Interface Type, without the 'X'. In this example, the addContainerListener method is called to register the XContainerListener:"
-msgstr "მსმენელი უნდა დაემატოს მაუწყებელ ობიექტს. ეს კეთდება მსმენელის დასამატებლად შესაბამისი მეთოდის გამოძახებით, ეს მეთოდები ყოველთვის მიყვებიან შაბლონს \"addFooListener\", სადაც \"Foo\" არის მსმენელი იტნერფეისის ტიპი 'X'-ის გარეშე. ამ მაგალითში, addContainerListener მეთოდი გამოიძახება XContainerListener -ის დასარეგისტრირებლად:"
+#. ;3Rq
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455957\n"
+"help.text"
+msgid "<variable id=\"err957\">957 Variable already defined</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03132000.xhp#par_id3154164.42.help.text
-msgid "Dim oLib"
-msgstr "Dim oLib"
+#. SCAs
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455958\n"
+"help.text"
+msgid "<variable id=\"err958\">958 Sub procedure or function procedure already defined</variable>"
+msgstr "<variable id=\"wahr\">თუ მოხდა შეცდომა, ფუნქცია დააბრუნებს ლოგიკურ ან ციფრულ მნიშვნელობას. </variable>"
-#: 03132000.xhp#par_id3154940.41.help.text
-msgid "oLib = BasicLibraries.Library1 ' Library1 must exist!"
-msgstr "oLib = BasicLibraries.Library1 ' Library1 უნდა არსებობდეს!"
+#. Bk_I
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455959\n"
+"help.text"
+msgid "<variable id=\"err959\">959 Label already defined</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03132000.xhp#par_id3150359.40.help.text
-msgid "oLib.addContainerListener( oListener ) ' Register the listener"
-msgstr "oLib.addContainerListener( oListener ) ' მსმენელის რეგისტრაცია"
+#. X{@F
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455960\n"
+"help.text"
+msgid "<variable id=\"err960\">960 Variable not found</variable>"
+msgstr "#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">წვდომა ამ ბრძანებაზე...</variable>\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">ბრძანებაზე წვდომისათვის... </variable>"
-#: 03132000.xhp#par_id3154138.39.help.text
-msgid "The Listener is now registered. When an event occurs, the corresponding Listener calls the appropriate method from the com.sun.star.container.XContainerListener Interface."
-msgstr "მსმენელი დარეგისტრირებულია. როდესაც მოვლენა მოდება, შესაბამისი მსმენელი გამოიძახებს შესაბამის მეთოდს com.sun.star.container.XContainerListener ინტერფეისიდან."
+#. nV}D
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455961\n"
+"help.text"
+msgid "<variable id=\"err961\">961 Array or procedure not found</variable>"
+msgstr "#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">წვდომა ამ ბრძანებაზე...</variable>\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">ბრძანებაზე წვდომისათვის... </variable>"
-#: 03132000.xhp#par_id3148922.38.help.text
-msgid "The prefix calls registered Listeners from Basic-subroutines. The Basic run-time system searches for Basic-subroutines or functions that have the name \"PrefixListenerMethode\" and calls them when found. Otherwise, a run-time error occurs."
-msgstr "თავსართი იძახებს დარეგისტრირებულ მსმენელებს Basic-ის ქვე-როუტინებიდან. Basic სისტემა ეძებს Basic-ის ქვე-როუტინებს ან ფუნქციებს, რომლებსაც აქვთ სახელი \"PrefixListenerMethode\" და იძახებს მათ პოვნის შემთხვევაში. წინააღმდეგ შემთხვევაში მოხდება შეცდომა გაშვებისას."
+#. Xqfx
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455962\n"
+"help.text"
+msgid "<variable id=\"err962\">962 Procedure not found</variable>"
+msgstr "#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">წვდომა ამ ბრძანებაზე...</variable>\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">ბრძანებაზე წვდომისათვის... </variable>"
-#: 03132000.xhp#par_id3150768.37.help.text
-msgid "In this example, the Listener-Interface uses the following methods:"
-msgstr "ამ მაგალითში Listener-Interface-ი იყენებს შემდეგ მეთოდებს:"
+#. lSGJ
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455963\n"
+"help.text"
+msgid "<variable id=\"err963\">963 Label undefined</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03132000.xhp#par_id3151176.36.help.text
-msgid "disposing:"
-msgstr "განლაგება:"
+#. !%td
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455964\n"
+"help.text"
+msgid "<variable id=\"err964\">964 Unknown data type</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 03132000.xhp#par_id3145173.35.help.text
-msgid "Listener base interface (com.sun.star.lang.XEventListener): base interface for all Listener Interfaces"
-msgstr ""
+#. f8YI
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455965\n"
+"help.text"
+msgid "<variable id=\"err965\">965 Exit expected</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 03132000.xhp#par_id3156212.34.help.text
-msgid "elementInserted:"
-msgstr "elementInserted:"
+#. o\J9
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455966\n"
+"help.text"
+msgid "<variable id=\"err966\">966 Statement block still open: missing</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგრეთვე შემდეგი ფუნქციები: </variable>"
-#: 03132000.xhp#par_id3159254.33.help.text
-msgctxt "03132000.xhp#par_id3159254.33.help.text"
-msgid "Method of the com.sun.star.container.XContainerListener interface"
+#. C[yu
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455967\n"
+"help.text"
+msgid "<variable id=\"err967\">967 Parentheses do not match</variable>"
+msgstr "#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">წვდომა ამ ბრძანებაზე...</variable>\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">ბრძანებაზე წვდომისათვის... </variable>"
+
+#. 6[gq
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455968\n"
+"help.text"
+msgid "<variable id=\"err968\">968 Symbol already defined differently</variable>"
msgstr ""
-#: 03132000.xhp#par_id3147287.32.help.text
-msgid "elementRemoved:"
-msgstr "elementRemoved:"
-
-#: 03132000.xhp#par_id3146119.31.help.text
-msgctxt "03132000.xhp#par_id3146119.31.help.text"
-msgid "Method of the com.sun.star.container.XContainerListener interface"
+#. .9%m
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455969\n"
+"help.text"
+msgid "<variable id=\"err969\">969 Parameters do not correspond to procedure</variable>"
msgstr ""
-#: 03132000.xhp#par_id3153951.30.help.text
-msgid "elementReplaced:"
-msgstr "elementReplaced:"
+#. [lkn
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455970\n"
+"help.text"
+msgid "<variable id=\"err970\">970 Invalid character in number</variable>"
+msgstr "#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">წვდომა ამ ბრძანებაზე...</variable>\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">ბრძანებაზე წვდომისათვის... </variable>"
-#: 03132000.xhp#par_id3154013.29.help.text
-msgctxt "03132000.xhp#par_id3154013.29.help.text"
-msgid "Method of the com.sun.star.container.XContainerListener interface"
-msgstr ""
+#. =m(n
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455971\n"
+"help.text"
+msgid "<variable id=\"err971\">971 Array must be dimensioned</variable>"
+msgstr "#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">წვდომა ამ ბრძანებაზე...</variable>\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">ბრძანებაზე წვდომისათვის... </variable>"
-#: 03132000.xhp#par_id3147435.28.help.text
-msgid "In this example, the prefix is ContListener_. The following subroutines must therefore be implemented in Basic:"
-msgstr "In this example, the prefix is ContListener_. შემდეგი ქვეპროგრამა საჭიროა განხორციელდეს Basic-ში:"
+#. #@Ps
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455972\n"
+"help.text"
+msgid "<variable id=\"err972\">972 Else/Endif without If</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03132000.xhp#par_id3155411.27.help.text
-msgid "ContListener_disposing"
-msgstr "ContListener_disposing"
+#. C~B/
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455973\n"
+"help.text"
+msgid "<variable id=\"err973\">973 not allowed within a procedure</variable>"
+msgstr "#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">წვდომა ამ ბრძანებაზე...</variable>\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">ბრძანებაზე წვდომისათვის... </variable>"
-#: 03132000.xhp#par_id3146923.26.help.text
-msgid "ContListener_elementInserted"
-msgstr "ContListener_elementInserted"
+#. CXl+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455974\n"
+"help.text"
+msgid "<variable id=\"err974\">974 not allowed outside a procedure</variable>"
+msgstr "#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">წვდომა ამ ბრძანებაზე...</variable>\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">ბრძანებაზე წვდომისათვის... </variable>"
-#: 03132000.xhp#par_id3147318.25.help.text
-msgid "ContListener_elementRemoved"
-msgstr "ContListener_elementRemoved"
+#. 4lh4
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455975\n"
+"help.text"
+msgid "<variable id=\"err975\">975 Dimension specifications do not match</variable>"
+msgstr "#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">ამ ფუნქციასთან დასაკავშირებლად... </variable>\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<variable id=\"wie\">ამ ფუნქციის ჩასართავად... </variable>"
-#: 03132000.xhp#par_id3152578.24.help.text
-msgid "ContListener_elementReplaced"
-msgstr "ContListener_elementReplaced"
+#. b.c^
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455976\n"
+"help.text"
+msgid "<variable id=\"err976\">976 Unknown option:</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 03132000.xhp#par_id3150592.23.help.text
-msgid "An event structure type that contains information about an event exists for every Listener type. When a Listener method is called, an instance of this event is passed to the method as a parameter. Basic Listener methods can also call these event objects, so long as the appropriate parameter is passed in the Sub declaration. For example:"
-msgstr "მოვლენის სტრუქტურის ტიპი რომელიც შეიცავს ინფორმაციას მოვლენის შესახებ არსებობს ყოველი მსმენელისთვის. როდესაც მსმენელის მეთოდი გამოიძახება, ამ მოვლენის ასლი გადაეცემა მეთოდს, როგორც პარამეტრი. Basic მსმენელის მეთოდები შეგიძლიათ გამოიძახოთ ამ მოვლენის ობიექტებს, მაშინვე, როგორც კი შესაბამისი პარამეტრი იქნება გადაცემული ქვე გამოცხადებაში:"
+#. h@eF
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455977\n"
+"help.text"
+msgid "<variable id=\"err977\">977 Constant redefined</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 03132000.xhp#par_id3149582.22.help.text
-msgid "Sub ContListener_disposing( oEvent )"
-msgstr "Sub ContListener_disposing( oEvent )"
+#. Sfu4
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455978\n"
+"help.text"
+msgid "<variable id=\"err978\">978 Program too large</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03132000.xhp#par_id3153876.21.help.text
-msgid "MsgBox \"disposing\""
-msgstr "MsgBox \"განლაგება\""
+#. _C?y
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455979\n"
+"help.text"
+msgid "<variable id=\"err979\">979 Strings or arrays not permitted</variable>"
+msgstr "<variable id=\"eintraege\">ფორმატის განსაზღვრა ბიბლიოგრაფიული ჩანაწერებისთვის.</variable>"
-#: 03132000.xhp#par_id3149959.20.help.text
-msgctxt "03132000.xhp#par_id3149959.20.help.text"
-msgid "MsgBox oEvent.Dbg_Properties"
-msgstr ""
+#. BMKq
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455980\n"
+"help.text"
+msgid "<variable id=\"err1000\">1000 Object does not have this property</variable>"
+msgstr "<variable id=\"wie\">ამ ბრძანებასთან დაშვებისათვის </variable>"
-#: 03132000.xhp#par_id3154490.19.help.text
-msgctxt "03132000.xhp#par_id3154490.19.help.text"
-msgid "End Sub"
-msgstr ""
+#. ;2}Q
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455981\n"
+"help.text"
+msgid "<variable id=\"err1001\">1001 Object does not have this method</variable>"
+msgstr "<variable id=\"wie\">ამ ბრძანებასთან დაშვებისათვის </variable>"
-#: 03132000.xhp#par_id3156285.18.help.text
-msgid "Sub ContListener_elementInserted( oEvent )"
-msgstr "Sub ContListener_elementInserted( oEvent )"
+#. yuQo
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455982\n"
+"help.text"
+msgid "<variable id=\"err1002\">1002 Required argument lacking</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03132000.xhp#par_id3154098.17.help.text
-msgid "MsgBox \"elementInserted\""
-msgstr "MsgBox \"elementInserted\""
+#. abv@
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455983\n"
+"help.text"
+msgid "<variable id=\"err1003\">1003 Invalid number of arguments</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგრეთვე შემდეგი ფუნქციები: </variable>"
-#: 03132000.xhp#par_id3155601.16.help.text
-msgctxt "03132000.xhp#par_id3155601.16.help.text"
-msgid "MsgBox oEvent.Dbg_Properties"
-msgstr ""
+#. Iee-
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455984\n"
+"help.text"
+msgid "<variable id=\"err1004\">1004 Error executing a method</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03132000.xhp#par_id3153415.15.help.text
-msgctxt "03132000.xhp#par_id3153415.15.help.text"
-msgid "End Sub"
+#. .1Y5
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455985\n"
+"help.text"
+msgid "<variable id=\"err1005\">1005 Unable to set property</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+
+#. n2.P
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455986\n"
+"help.text"
+msgid "<variable id=\"err1006\">1006 Unable to determine property</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
+
+#. hdnr
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"tit\n"
+"help.text"
+msgid "Mid Function, Mid Statement [Runtime]"
msgstr ""
-#: 03132000.xhp#par_id3154272.14.help.text
-msgid "Sub ContListener_elementRemoved( oEvent )"
-msgstr "Sub ContListener_elementRemoved( oEvent )"
+#. gA`@
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"bm_id3143268\n"
+"help.text"
+msgid "<bookmark_value>Mid function</bookmark_value><bookmark_value>Mid statement</bookmark_value>"
+msgstr "<bookmark_value>Mid ფუნქცია</bookmark_value><bookmark_value>Mid დებულება</bookmark_value>"
-#: 03132000.xhp#par_id3153947.13.help.text
-msgid "MsgBox \"elementRemoved\""
-msgstr "MsgBox \"elementRemoved\""
+#. Xv,k
+#: 03120306.xhp
+#, fuzzy
+msgctxt ""
+"03120306.xhp\n"
+"hd_id3143268\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120306.xhp\" name=\"Mid Function, Mid Statement [Runtime]\">Mid Function, Mid Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03132000.xhp#par_id3146914.12.help.text
-msgctxt "03132000.xhp#par_id3146914.12.help.text"
-msgid "MsgBox oEvent.Dbg_Properties"
-msgstr ""
+#. S1_J
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"par_id3148473\n"
+"2\n"
+"help.text"
+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>Mid ფუნქცია</emph>), ან ერთი სტრინგული გამოსახულების ნაწილს ჩაანაცვლებს მეორით (<emph>Mid განცხადება</emph>)."
-#: 03132000.xhp#par_id3150749.11.help.text
-msgctxt "03132000.xhp#par_id3150749.11.help.text"
-msgid "End Sub"
+#. H!+j
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"hd_id3154285\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03132000.xhp#par_id3145642.10.help.text
-msgid "Sub ContListener_elementReplaced( oEvent )"
-msgstr "Sub ContListener_elementReplaced( oEvent )"
+#. C:^=
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"par_id3147530\n"
+"4\n"
+"help.text"
+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 "Mid (Text As String, Start As Long [, Length As Long]) or Mid (Text As String, Start As Long , Length As Long, Text As String)"
-#: 03132000.xhp#par_id3148915.9.help.text
-msgid "MsgBox \"elementReplaced\""
-msgstr "MsgBox \"elementReplaced\""
+#. 9:;5
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"hd_id3145068\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03132000.xhp#par_id3148995.8.help.text
-msgctxt "03132000.xhp#par_id3148995.8.help.text"
-msgid "MsgBox oEvent.Dbg_Properties"
-msgstr ""
+#. I.?C
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"par_id3149295\n"
+"6\n"
+"help.text"
+msgid "String (only by Function)"
+msgstr "სტრინგი (მხოლოდ ფუნქციით)"
-#: 03132000.xhp#par_id3148407.7.help.text
-msgctxt "03132000.xhp#par_id3148407.7.help.text"
-msgid "End Sub"
+#. z$n\
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"hd_id3154347\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03132000.xhp#par_id3156056.6.help.text
-msgid "You do not need to include the parameter of an event object if the object is not used:"
-msgstr "თუ ობიექტი არ გამოიყენება, მოვლენის პარამეტრის ჩამატება აუცილებელი არ არის:"
+#. ]S}\
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"par_id3148664\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that you want to modify."
+msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-#: 03132000.xhp#par_id3150042.5.help.text
-msgid "' Minimal implementation of Sub disposing"
-msgstr "' Sub disposing -ის მინიმალური განხორციელება"
+#. g,n;
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"par_id3150359\n"
+"9\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."
-#: 03132000.xhp#par_id3151249.4.help.text
-msgid "Sub ContListener_disposing"
-msgstr "Sub ContListener_disposing"
+#. .oS$
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"par_id3148451\n"
+"10\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."
-#: 03132000.xhp#par_id3155333.3.help.text
-msgctxt "03132000.xhp#par_id3155333.3.help.text"
-msgid "End Sub"
-msgstr ""
+#. czaA
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"par_id3125864\n"
+"11\n"
+"help.text"
+msgid "If the Length parameter in the <emph>Mid function</emph> is omitted, all characters in the string expression from the start position to the end of the string are returned."
+msgstr "თუ სიგრძის პარამეტრი <emph>Mid ფუნქციაში</emph> გამოტოვებულია, სტრინგის გამოსახულებაში ყველა ასო-ნიშანი დაბრუნდება საწყისიდან საბოლოო პოზიციამდე."
-#: 03132000.xhp#par_id3150940.2.help.text
-msgid "Listener methods must <emph>always</emph> be implemented to avoid Basic run-time errors."
-msgstr "Listener მეთოდები საჭიროა დაინერგოს <emph>ყოველთვის</emph> გაშვებისას Basic შეცდომების თავიდან ასაცილებლად."
+#. a0EA
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"par_id3144762\n"
+"12\n"
+"help.text"
+msgid "If the Length parameter in the <emph>Mid statement</emph> is less than the length of the text that you want to replace, the text is reduced to the specified length."
+msgstr "თუ სიგრძის პარამეტრი <emph>Mid დებულებაში</emph> ნაკლებია ჩასანაცვლებელი ტექსტის სიგრძეზე, ტექსტი შემცირდება მითითებულ სიგრძემდე."
-#: 01020000.xhp#tit.help.text
-msgctxt "01020000.xhp#tit.help.text"
-msgid "Syntax"
-msgstr ""
+#. cFhg
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"par_id3150769\n"
+"13\n"
+"help.text"
+msgid "<emph>Text:</emph> The string to replace the string expression (<emph>Mid statement</emph>)."
+msgstr "<emph>ტექსტი:</emph> სტრინგული გამოსახულების ჩასანაცვლებელი სტრინგი.(<emph>Mid დებულება</emph>)."
-#: 01020000.xhp#hd_id3148946.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/01020000.xhp\" name=\"Syntax\">Syntax</link>"
-msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
+#. _{r/
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"hd_id3149560\n"
+"14\n"
+"help.text"
+msgid "Example:"
+msgstr ""
-#: 01020000.xhp#par_id3150793.2.help.text
-msgid "This section describes the basic syntax elements of $[officename] Basic. For a detailed description please refer to the $[officename] Basic Guide which is available separately."
+#. ge7:
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"par_id3153189\n"
+"18\n"
+"help.text"
+msgid "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
msgstr ""
-#: 03030204.xhp#tit.help.text
-msgid "Second Function [Runtime]"
+#. C{Up
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"tit\n"
+"help.text"
+msgid "Year Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03030204.xhp#bm_id3153346.help.text
-msgid "<bookmark_value>Second function</bookmark_value>"
-msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
+#. ]uo@
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"bm_id3148664\n"
+"help.text"
+msgid "<bookmark_value>Year function</bookmark_value>"
+msgstr "<bookmark_value>CVar ფუნქცია</bookmark_value>"
-#: 03030204.xhp#hd_id3153346.1.help.text
+#. mS(g
+#: 03030106.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second Function [Runtime]\">Second Function [Runtime]</link>"
+msgctxt ""
+"03030106.xhp\n"
+"hd_id3148664\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year Function [Runtime]\">Year Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03030204.xhp#par_id3156023.2.help.text
-msgid "Returns an integer that represents the seconds of the serial time number that is generated by the TimeSerial or the TimeValue function."
+#. 0N^/
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"par_id3149655\n"
+"2\n"
+"help.text"
+msgid "Returns the year from a serial date number that is generated by the DateSerial or the DateValue function."
msgstr ""
-#: 03030204.xhp#hd_id3147264.3.help.text
-msgctxt "03030204.xhp#hd_id3147264.3.help.text"
+#. .\6V
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"hd_id3154125\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03030204.xhp#par_id3146795.4.help.text
-msgid "Second (Number)"
+#. )T:Q
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"par_id3147229\n"
+"4\n"
+"help.text"
+msgid "Year (Number)"
msgstr ""
-#: 03030204.xhp#hd_id3150792.5.help.text
-msgctxt "03030204.xhp#hd_id3150792.5.help.text"
+#. US}c
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"hd_id3154685\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03030204.xhp#par_id3154140.6.help.text
-msgctxt "03030204.xhp#par_id3154140.6.help.text"
+#. n|.8
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"par_id3153970\n"
+"6\n"
+"help.text"
msgid "Integer"
msgstr ""
-#: 03030204.xhp#hd_id3156280.7.help.text
-msgctxt "03030204.xhp#hd_id3156280.7.help.text"
+#. .YT{
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"hd_id3150440\n"
+"7\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03030204.xhp#par_id3154124.8.help.text
-msgid "<emph>Number:</emph> Numeric expression that contains the serial time number that is used to calculate the number of seconds."
-msgstr ""
-
-#: 03030204.xhp#par_id3125864.9.help.text
-msgid "This function is the opposite of the <emph>TimeSerial </emph>function. It returns the seconds of a serial time value that is generated by the <emph>TimeSerial</emph> or <emph>TimeValue </emph>functions. For example, the expression:"
+#. /5NK
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"par_id3163712\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Integer expression that contains the serial date number that is used to calculate the year."
msgstr ""
-#: 03030204.xhp#par_id3153951.10.help.text
-msgid "Print Second(TimeSerial(12,30,41))"
+#. Y:Ks
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"par_id3152596\n"
+"9\n"
+"help.text"
+msgid "This function is the opposite of the <emph>DateSerial </emph>function, and returns the year of a serial date. For example, the expression:"
msgstr ""
-#: 03030204.xhp#par_id3151117.11.help.text
-msgid "returns the value 41."
+#. ]uBU
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"par_id3149483\n"
+"11\n"
+"help.text"
+msgid "returns the value 1994."
msgstr ""
-#: 03030204.xhp#hd_id3147426.12.help.text
-msgctxt "03030204.xhp#hd_id3147426.12.help.text"
+#. f)\0
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"hd_id3146985\n"
+"12\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03030204.xhp#par_id3154012.13.help.text
-msgid "Sub ExampleSecond"
-msgstr "Sub ExampleDefSng"
-
-#: 03030204.xhp#par_id3156441.14.help.text
-msgid "MsgBox \"The exact second of the current time is \"& Second( Now )"
-msgstr ""
-
-#: 03030204.xhp#par_id3151112.15.help.text
-msgctxt "03030204.xhp#par_id3151112.15.help.text"
-msgid "End sub"
+#. cheJ
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"par_id3153363\n"
+"14\n"
+"help.text"
+msgid "MsgBox \"\" & Year(Now) ,64,\"Current year\""
msgstr ""
-#: 03103200.xhp#tit.help.text
-msgid "Option Base Statement [Runtime]"
-msgstr ""
+#. zI)r
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"tit\n"
+"help.text"
+msgid "Abs Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03103200.xhp#bm_id3155805.help.text
-msgid "<bookmark_value>Option Base statement</bookmark_value>"
-msgstr "<bookmark_value>Beep მტკიცებულება</bookmark_value>"
+#. wWt\
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"bm_id3159201\n"
+"help.text"
+msgid "<bookmark_value>Abs function</bookmark_value>"
+msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
-#: 03103200.xhp#hd_id3155805.1.help.text
+#. okL}
+#: 03080601.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03103200.xhp\" name=\"Option Base Statement [Runtime]\">Option Base Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
+msgctxt ""
+"03080601.xhp\n"
+"hd_id3159201\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080601.xhp\" name=\"Abs Function [Runtime]\">Abs Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03103200.xhp#par_id3147242.2.help.text
-msgid "Defines the default lower boundary for arrays as 0 or 1."
+#. R,5-
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"par_id3153394\n"
+"2\n"
+"help.text"
+msgid "Returns the absolute value of a numeric expression."
msgstr ""
-#: 03103200.xhp#hd_id3150771.3.help.text
-msgctxt "03103200.xhp#hd_id3150771.3.help.text"
+#. BME2
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"hd_id3149233\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03103200.xhp#par_id3147573.4.help.text
-msgid "Option Base { 0 | 1}"
+#. 5Nd\
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"par_id3147573\n"
+"4\n"
+"help.text"
+msgid "Abs (Number)"
msgstr ""
-#: 03103200.xhp#hd_id3145315.5.help.text
-msgctxt "03103200.xhp#hd_id3145315.5.help.text"
-msgid "Parameters:"
-msgstr ""
+#. 9j1k
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"hd_id3156152\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03103200.xhp#par_id3147229.6.help.text
-msgctxt "03103200.xhp#par_id3147229.6.help.text"
-msgid "This statement must be added before the executable program code in a module."
+#. rAW_
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"par_id3149670\n"
+"6\n"
+"help.text"
+msgid "Double"
msgstr ""
-#: 03103200.xhp#hd_id3150870.7.help.text
-msgctxt "03103200.xhp#hd_id3150870.7.help.text"
-msgid "Example:"
+#. _XMW
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"hd_id3154924\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03103200.xhp#par_id3152921.8.help.text
-msgid "option Base 1"
+#. Z-lI
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"par_id3154347\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Any numeric expression that you want to return the absolute value for. Positive numbers, including 0, are returned unchanged, whereas negative numbers are converted to positive numbers."
msgstr ""
-#: 03103200.xhp#par_id3153192.10.help.text
-msgid "Sub ExampleOptionBase"
+#. [3vy
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"par_id3153381\n"
+"9\n"
+"help.text"
+msgid "The following example uses the Abs function to calculate the difference between two values. It does not matter which value you enter first."
msgstr ""
-#: 03103200.xhp#par_id3149561.11.help.text
-msgid "Dim sVar(20) As String"
-msgstr "Dim sVar as string"
-
-#: 03103200.xhp#par_id3153770.12.help.text
-msgid "msgbox LBound(sVar())"
+#. *5vC
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"hd_id3148451\n"
+"10\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03103200.xhp#par_id3159153.13.help.text
-msgctxt "03103200.xhp#par_id3159153.13.help.text"
-msgid "end sub"
+#. oq\[
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"par_id3145786\n"
+"14\n"
+"help.text"
+msgid "siW1 = Int(InputBox$ (\"Please enter the first amount\",\"Value Input\"))"
+msgstr ""
+
+#. q8H)
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"par_id3149561\n"
+"15\n"
+"help.text"
+msgid "siW2 = Int(InputBox$ (\"Please enter the second amount\",\"Value Input\"))"
+msgstr ""
+
+#. R-c3
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"par_id3145750\n"
+"16\n"
+"help.text"
+msgid "Print \"The difference is \"; Abs(siW1 - siW2)"
msgstr ""
-#: 01040000.xhp#tit.help.text
-msgid "Event-Driven Macros"
-msgstr ""
+#. 4Z5a
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"tit\n"
+"help.text"
+msgid "IsMissing function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 01040000.xhp#bm_id3154581.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 ""
+#. PRE}
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"bm_id3153527\n"
+"help.text"
+msgid "<bookmark_value>IsMissing function</bookmark_value>"
+msgstr "<bookmark_value>სრტიქონის ფუნქცია</bookmark_value>"
-#: 01040000.xhp#hd_id3147348.1.help.text
-msgid "<link href=\"text/sbasic/shared/01040000.xhp\" name=\"Event-Driven Macros\">Event-Driven Macros</link>"
-msgstr ""
+#. |?,.
+#: 03104000.xhp
+#, fuzzy
+msgctxt ""
+"03104000.xhp\n"
+"hd_id3153527\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03104000.xhp\" name=\"IsMissing function [Runtime]\">IsMissing function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 01040000.xhp#par_id3146120.2.help.text
-msgid "This section describes how to assign Basic programs to program events."
+#. tJb\
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"par_id3153825\n"
+"2\n"
+"help.text"
+msgid "Tests if a function is called with an optional parameter."
msgstr ""
-#: 01040000.xhp#par_id3149263.4.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."
+#. (z\Y
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"par_id3150669\n"
+"3\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03104100.xhp\" name=\"Optional\">Optional</link>"
msgstr ""
-#: 01040000.xhp#par_id3148455.5.help.text
-msgctxt "01040000.xhp#par_id3148455.5.help.text"
-msgid "Event"
+#. %^FT
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"hd_id3145611\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 01040000.xhp#par_id3145799.6.help.text
-msgid "An assigned macro is executed..."
+#. ]0Sx
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"par_id3154924\n"
+"5\n"
+"help.text"
+msgid "IsMissing( ArgumentName )"
msgstr ""
-#: 01040000.xhp#par_id3149379.7.help.text
-msgid "Program Start"
+#. ;Hj}
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"hd_id3145069\n"
+"6\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 01040000.xhp#par_id3150715.8.help.text
-msgid "... after a $[officename] application is started."
+#. !0}m
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"par_id3149457\n"
+"7\n"
+"help.text"
+msgid "<emph>ArgumentName:</emph> the name of an optional argument."
msgstr ""
-#: 01040000.xhp#par_id3146914.9.help.text
-msgid "Program End"
+#. aw.V
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"par_id3150398\n"
+"8\n"
+"help.text"
+msgid "If the IsMissing function is called by the ArgumentName, then True is returned."
msgstr ""
-#: 01040000.xhp#par_id3153765.10.help.text
-msgid "...before a $[officename] application is terminated."
-msgstr ""
+#. )]64
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"par_id3148798\n"
+"9\n"
+"help.text"
+msgid "See also <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Examples\">Examples</link>."
+msgstr "See <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"მაგალითები\">მაგალითები</link>."
-#: 01040000.xhp#par_id3145150.11.help.text
-msgid "Create Document"
-msgstr ""
+#. C)RA
+#: main0601.xhp
+msgctxt ""
+"main0601.xhp\n"
+"tit\n"
+"help.text"
+msgid "$[officename] Basic Help"
+msgstr "$[officename] საწყისი დახმარება"
-#: 01040000.xhp#par_id3163808.12.help.text
-msgid "...after a new document is created with <emph>File - New</emph> or with the <emph>New</emph> icon."
-msgstr ""
+#. cMy#
+#: main0601.xhp
+msgctxt ""
+"main0601.xhp\n"
+"hd_id3154232\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/main0601.xhp\" name=\"$[officename] Basic Help\">%PRODUCTNAME Basic Help</link>"
+msgstr "<link href=\"text/sbasic/shared/main0601.xhp\" name=\"$[officename] Basic დახმარება\">%PRODUCTNAME -ის Basic დახმარება</link>"
-#: 01040000.xhp#par_id3145790.13.help.text
-msgid "Open Document"
-msgstr ""
+#. _OYK
+#: main0601.xhp
+#, fuzzy
+msgctxt ""
+"main0601.xhp\n"
+"par_id3153894\n"
+"4\n"
+"help.text"
+msgid "%PRODUCTNAME %PRODUCTVERSION provides an Application Programming Interface (API) that allows controlling the $[officename] components with different programming languages by using the $[officename] Software Development Kit (SDK). For more information about the $[officename] API and the Software Development Kit, visit <link href=\"http://api.libreoffice.org/\" name=\"http://api.libreoffice.org\">http://api.libreoffice.org</link>"
+msgstr "%PRODUCTNAME %PRODUCTVERSION გვაწვდის Application Programming Interface (API)-ს რაც გვაძლევს საშუალებას ვაკონტროლოთ $[officename] კომპონენტები სხვადასხვა პროგრამირების ენით $[officename] Software Development Kit (SDK)-ს გამოყენებით. დამატებითი ინფორმაციის მისაღებად $[officename] API და the Software Development Kit-ს შესახებ, ეწვიეთ <link href=\"http://api.openoffice.org/\" name=\"http://api.openoffice.org\">http://api.openoffice.org</link>"
-#: 01040000.xhp#par_id3154572.14.help.text
-msgid "...after a document is opened with <emph>File - Open</emph> or with the <emph>Open</emph> icon."
+#. V-4Y
+#: main0601.xhp
+msgctxt ""
+"main0601.xhp\n"
+"par_id3147226\n"
+"10\n"
+"help.text"
+msgid "This help section explains the most common runtime functions of %PRODUCTNAME Basic. For more in-depth information please refer to the <link href=\"http://wiki.documentfoundation.org/Documentation/BASIC_Guide\">OpenOffice.org BASIC Programming Guide</link> on the Wiki."
msgstr ""
-#: 01040000.xhp#par_id3153266.15.help.text
-msgid "Save Document As"
-msgstr ""
+#. ?(vV
+#: main0601.xhp
+msgctxt ""
+"main0601.xhp\n"
+"hd_id3146957\n"
+"9\n"
+"help.text"
+msgid "Working with %PRODUCTNAME Basic"
+msgstr "მუშაობა %PRODUCTNAME Basic-ში"
-#: 01040000.xhp#par_id3150208.16.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 ""
+#. *UgN
+#: main0601.xhp
+msgctxt ""
+"main0601.xhp\n"
+"hd_id3148473\n"
+"7\n"
+"help.text"
+msgid "Help about the Help"
+msgstr "დახმარება დახმარების შესახებ"
-#: 01040000.xhp#par_id3158215.43.help.text
-msgid "Document has been saved as"
+#. Dh[M
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"tit\n"
+"help.text"
+msgid "Rem Statement [Runtime]"
msgstr ""
-#: 01040000.xhp#par_id3150980.44.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 ""
+#. HICD
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"bm_id3154347\n"
+"help.text"
+msgid "<bookmark_value>Rem statement</bookmark_value><bookmark_value>comments;Rem statement</bookmark_value>"
+msgstr "<bookmark_value>Mid ფუნქცია</bookmark_value><bookmark_value>Mid დებულება</bookmark_value>"
-#: 01040000.xhp#par_id3150519.17.help.text
-msgid "Save Document"
-msgstr ""
+#. 4NqW
+#: 03090407.xhp
+#, fuzzy
+msgctxt ""
+"03090407.xhp\n"
+"hd_id3154347\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090407.xhp\" name=\"Rem Statement [Runtime]\">Rem Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 01040000.xhp#par_id3155529.18.help.text
-msgid "...before a document is saved with <emph>File - Save</emph> or the <emph>Save</emph> icon, provided that a document name has already been specified."
+#. #K$2
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"par_id3153525\n"
+"2\n"
+"help.text"
+msgid "Specifies that a program line is a comment."
msgstr ""
-#: 01040000.xhp#par_id3149404.45.help.text
-msgid "Document has been saved"
+#. Y@je
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"hd_id3153360\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 01040000.xhp#par_id3151332.46.help.text
-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."
+#. LILP
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"par_id3154141\n"
+"4\n"
+"help.text"
+msgid "Rem Text"
msgstr ""
-#: 01040000.xhp#par_id3159171.19.help.text
-msgid "Document is closing"
+#. (0iJ
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"hd_id3151042\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 01040000.xhp#par_id3146868.20.help.text
-msgid "...before a document is closed."
+#. ^JUq
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"par_id3150869\n"
+"6\n"
+"help.text"
+msgid "<emph>Text:</emph> Any text that serves as a comment."
msgstr ""
-#: 01040000.xhp#par_id3159097.47.help.text
-msgid "Document closed"
+#. X=R+
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"par_id3147318\n"
+"7\n"
+"help.text"
+msgid "You can use the single quotation mark instead of the Rem keyword to indicate that the text on a line is comments. This symbol can be inserted directly to the right of the program code, followed by a comment."
msgstr ""
-#: 01040000.xhp#par_id3148606.48.help.text
-msgid "...after a document was closed. Note that the \"Save Document\" event may also occur when the document is saved before closing."
+#. .\RT
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"par_id6187017\n"
+"help.text"
+msgid "You can use a space followed by the underline character _ as the last two characters of a line to continue the logical line on the next line. To continue comment lines, you must enter \"Option Compatible\" in the same Basic module."
msgstr ""
-#: 01040000.xhp#par_id3144772.21.help.text
-msgid "Activate Document"
+#. M)O-
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"hd_id3150012\n"
+"8\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 01040000.xhp#par_id3149442.22.help.text
-msgid "...after a document is brought to the foreground."
+#. 6{uK
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"par_id3153140\n"
+"13\n"
+"help.text"
+msgid "' Nothing occurs here"
msgstr ""
-#: 01040000.xhp#par_id3150888.23.help.text
-msgid "Deactivate Document"
+#. g^o#
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefStr Statement [Runtime]"
msgstr ""
-#: 01040000.xhp#par_id3154060.24.help.text
-msgid "...after another document is brought to the foreground."
-msgstr ""
+#. AjX0
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"bm_id6161381\n"
+"help.text"
+msgid "<bookmark_value>DefStr statement</bookmark_value>"
+msgstr "<bookmark_value>DefStr განცხადება</bookmark_value>"
-#: 01040000.xhp#par_id3152384.25.help.text
-msgid "Print Document"
+#. *E{=
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"par_idN10577\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101140.xhp\">DefStr Statement [Runtime]</link>"
msgstr ""
-#: 01040000.xhp#par_id3152873.26.help.text
-msgid "...after the <emph>Print</emph> dialog is closed, but before the actual print process begins."
-msgstr ""
+#. ZDuf
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"par_idN10587\n"
+"help.text"
+msgid "If no type-declaration character or keyword is specified, the DefStr statement sets the default variable type, according to a letter range."
+msgstr "თუ ტიპის გამოცხადების ასო-ნიშანი ან სიტყვა-გასაღები მითითებული არ არის, DefSng განცხადება საწყისი ცვლადის ტიპს აყენებს ასოთა რანგის მიხედვით."
-#: 01040000.xhp#par_id3159227.49.help.text
-msgid "JavaScript run-time error"
+#. h)GP
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"par_idN1058A\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 01040000.xhp#par_id3145362.50.help.text
-msgid "...when a JavaScript run-time error occurs."
+#. pxE=
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"par_idN1058E\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr ""
-#: 01040000.xhp#par_id3154767.27.help.text
-msgid "Print Mail Merge"
+#. MhE[
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"par_idN10591\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 01040000.xhp#par_id3153555.28.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."
+#. Arqa
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"par_idN10595\n"
+"help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
msgstr ""
-#: 01040000.xhp#par_id3156366.51.help.text
-msgid "Change of the page count"
+#. \:-{
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"par_idN1059C\n"
+"help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
msgstr ""
-#: 01040000.xhp#par_id3154627.52.help.text
-msgid "...when the page count changes."
+#. ,|#-
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"par_idN105A3\n"
+"help.text"
+msgid "<emph>Keyword:</emph> Default variable type"
msgstr ""
-#: 01040000.xhp#par_id3154737.53.help.text
-msgid "Message received"
-msgstr ""
+#. q01#
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"par_idN105AA\n"
+"help.text"
+msgid "<emph>DefStr:</emph> String"
+msgstr "<emph>DefStr:</emph> სტრინგი"
-#: 01040000.xhp#par_id3150952.54.help.text
-msgid "...if a message was received."
+#. tT\!
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"par_idN105B1\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 01040000.xhp#hd_id3153299.30.help.text
-msgid "Assigning a Macro to an Event"
+#. MVB9
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"par_idN105B5\n"
+"help.text"
+msgid "' Prefix definitions for variable types:"
msgstr ""
-#: 01040000.xhp#par_id3147244.31.help.text
-msgctxt "01040000.xhp#par_id3147244.31.help.text"
-msgid "Choose <emph>Tools - Customize</emph> and click the <emph>Events</emph> tab."
-msgstr ""
+#. Vd/z
+#: 03101140.xhp
+#, fuzzy
+msgctxt ""
+"03101140.xhp\n"
+"par_idN105D3\n"
+"help.text"
+msgid "sStr=String ' sStr is an implicit string variable"
+msgstr "sStr=String REM sStr არის ნაგულიცხმევი სტინგული ცვლადი"
-#: 01040000.xhp#par_id3146098.55.help.text
-msgid "Select whether you want the assignment to be globally valid or just valid in the current document in the <emph>Save In</emph> listbox."
+#. hCmr
+#: 03060000.xhp
+msgctxt ""
+"03060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Logical Operators"
msgstr ""
-#: 01040000.xhp#par_id3150431.32.help.text
-msgid "Select the event from the <emph>Event</emph> list."
+#. d(:x
+#: 03060000.xhp
+msgctxt ""
+"03060000.xhp\n"
+"hd_id3147559\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03060000.xhp\" name=\"Logical Operators\">Logical Operators</link>"
msgstr ""
-#: 01040000.xhp#par_id3148742.33.help.text
-msgid "Click <emph>Macro</emph> and select the macro to be assigned to the selected event."
+#. ;p_+
+#: 03060000.xhp
+msgctxt ""
+"03060000.xhp\n"
+"par_id3153379\n"
+"2\n"
+"help.text"
+msgid "The following logical operators are supported by $[officename] Basic."
msgstr ""
-#: 01040000.xhp#par_id3146321.35.help.text
-msgid "Click <emph>OK</emph> to assign the macro."
+#. f;#o
+#: 03060000.xhp
+msgctxt ""
+"03060000.xhp\n"
+"par_id3154138\n"
+"3\n"
+"help.text"
+msgid "Logical operators combine (bitwise) the contents of two expressions or variables, for example, to test if specific bits are set or not."
msgstr ""
-#: 01040000.xhp#par_id3147414.56.help.text
-msgctxt "01040000.xhp#par_id3147414.56.help.text"
-msgid "Click <emph>OK</emph> to close the dialog."
+#. )+VZ
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"tit\n"
+"help.text"
+msgid "GlobalScope [Runtime]"
msgstr ""
-#: 01040000.xhp#hd_id3154581.36.help.text
-msgid "Removing the Assignment of a Macro to an Event"
+#. R.i_
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"bm_id3150682\n"
+"help.text"
+msgid "<bookmark_value>GlobalScope function</bookmark_value><bookmark_value>library systems</bookmark_value><bookmark_value>LibraryContainer</bookmark_value><bookmark_value>BasicLibraries (LibraryContainer)</bookmark_value><bookmark_value>DialogLibraries (LibraryContainer)</bookmark_value>"
msgstr ""
-#: 01040000.xhp#par_id3146883.57.help.text
-msgctxt "01040000.xhp#par_id3146883.57.help.text"
-msgid "Choose <emph>Tools - Customize</emph> and click the <emph>Events</emph> tab."
-msgstr ""
+#. +OyK
+#: 03131900.xhp
+#, fuzzy
+msgctxt ""
+"03131900.xhp\n"
+"hd_id3150682\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope [Runtime]\">GlobalScope [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 01040000.xhp#par_id3155909.58.help.text
-msgid "Select whether you want to remove a global assignment or an assignment that is just valid in the current document by selecting the option in the <emph>Save In</emph> listbox."
-msgstr ""
+#. kO49
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3153345\n"
+"2\n"
+"help.text"
+msgid "Basic source code and dialogs are organized in a library system."
+msgstr "Basic-ის საწყისი კოდი და დიალოგები ორგანიზებულები არიან ბიბლიოთეკის სისტემაში."
-#: 01040000.xhp#par_id3159129.59.help.text
-msgid "Select the event that contains the assignment to be removed from the <emph>Event</emph> list."
-msgstr ""
+#. Cct]
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3145315\n"
+"3\n"
+"help.text"
+msgid "The LibraryContainer contains libraries"
+msgstr "LibraryContainer-ი შეიცავს ბიბლიოთეკებს"
-#: 01040000.xhp#par_id3149143.37.help.text
-msgid "Click <emph>Remove</emph>."
-msgstr ""
+#. D]~/
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3149514\n"
+"4\n"
+"help.text"
+msgid "Libraries can contain modules and dialogs"
+msgstr "ბიბლიოთეკები შეიძლება შეიცავდნენ მოდულებს და დიალოგებს."
-#: 01040000.xhp#par_id3149351.60.help.text
-msgctxt "01040000.xhp#par_id3149351.60.help.text"
-msgid "Click <emph>OK</emph> to close the dialog."
-msgstr ""
+#. -CDE
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"hd_id3143271\n"
+"5\n"
+"help.text"
+msgid "In Basic:"
+msgstr "Basic-ში:"
-#: 03060600.xhp#tit.help.text
-msgid "Xor-Operator [Runtime]"
-msgstr ""
+#. ~v},
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3153061\n"
+"6\n"
+"help.text"
+msgid "The LibraryContainer is called <emph>BasicLibraries</emph>."
+msgstr "LibraryContainer-ს ეწოდება <emph>BasicLibraries</emph>."
-#: 03060600.xhp#bm_id3156024.help.text
-msgid "<bookmark_value>Xor operator (logical)</bookmark_value>"
-msgstr ""
+#. 9*%0
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"hd_id3154346\n"
+"7\n"
+"help.text"
+msgid "In dialogs:"
+msgstr "დიალოგში:"
-#: 03060600.xhp#hd_id3156024.1.help.text
-msgid "<link href=\"text/sbasic/shared/03060600.xhp\" name=\"Xor-Operator [Runtime]\">Xor-Operator [Runtime]</link>"
-msgstr ""
+#. 0OB*
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3148663\n"
+"8\n"
+"help.text"
+msgid "The LibraryContainer is called <emph>DialogLibraries</emph>."
+msgstr "LibraryContainer-ს ეწოდება <emph>DialogLibraries</emph>."
-#: 03060600.xhp#par_id3159414.2.help.text
-msgid "Performs a logical Exclusive-Or combination of two expressions."
-msgstr ""
+#. u4^5
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3150543\n"
+"9\n"
+"help.text"
+msgid "Both LibraryContainers exist in an application level and within every document. In the document Basic, the document's LibraryContainers are called automatically. If you want to call the global LibraryContainers from within a document, you must use the keyword <emph>GlobalScope</emph>."
+msgstr "ორივე LibraryContainers არსებობს პროგრამულ დონეზე და ყოველ დოკუმენტში. Basic დოკუმენტში, დოკუმენტის LibraryContainers გამოიძახება ავტომატურად. თუ თქვენ გსურთ გამოიძახოთ გლობალური LibraryContainers დოკუმენტიდან, თქვენ უნდა გამოიყენოთ სიტყვა-გასაღები <emph>GlobalScope</emph>."
-#: 03060600.xhp#hd_id3153381.3.help.text
-msgctxt "03060600.xhp#hd_id3153381.3.help.text"
+#. Y%XG
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"hd_id3148920\n"
+"10\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03060600.xhp#par_id3150400.4.help.text
-msgid "Result = Expression1 Xor Expression2"
-msgstr ""
-
-#: 03060600.xhp#hd_id3153968.5.help.text
-msgctxt "03060600.xhp#hd_id3153968.5.help.text"
-msgid "Parameters:"
-msgstr ""
+#. uR_i
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3149203\n"
+"11\n"
+"help.text"
+msgid "GlobalScope"
+msgstr "GlobalScope"
-#: 03060600.xhp#par_id3150448.6.help.text
-msgid "<emph>Result:</emph> Any numeric variable that contains the result of the combination."
+#. N4G1
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"hd_id3154685\n"
+"12\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03060600.xhp#par_id3125864.7.help.text
-msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to combine."
-msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-
-#: 03060600.xhp#par_id3150439.8.help.text
-msgid "A logical Exclusive-Or conjunction of two Boolean expressions returns the value True only if both expressions are different from each other."
-msgstr ""
+#. JT`B
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3154124\n"
+"13\n"
+"help.text"
+msgid "Example in the document Basic"
+msgstr "მაგალითი დოკუმენტის Basic-ში"
-#: 03060600.xhp#par_id3153770.9.help.text
-msgid "A bitwise Exclusive-Or conjunction returns a bit if the corresponding bit is set in only one of the two expressions."
-msgstr ""
+#. L!.l
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3158408\n"
+"14\n"
+"help.text"
+msgid "' calling Dialog1 in the document library Standard"
+msgstr "' calling Dialog1 in the document library Standard"
-#: 03060600.xhp#hd_id3153366.10.help.text
-msgctxt "03060600.xhp#hd_id3153366.10.help.text"
-msgid "Example:"
+#. (9r{
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3125865\n"
+"15\n"
+"help.text"
+msgid "oDlgDesc = DialogLibraries.Standard.Dialog1"
msgstr ""
-#: 03060600.xhp#par_id3159154.11.help.text
-msgid "Sub ExampleXor"
-msgstr "Sub ExampleStr"
+#. I1Il
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3154910\n"
+"16\n"
+"help.text"
+msgid "' calling Dialog2 in the application library Library1"
+msgstr "' calling Dialog2 in the application library Library1"
-#: 03060600.xhp#par_id3163710.12.help.text
-msgctxt "03060600.xhp#par_id3163710.12.help.text"
-msgid "Dim vA as Variant, vB as Variant, vC as Variant, vD as Variant"
-msgstr ""
+#. 66;$
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3156424\n"
+"17\n"
+"help.text"
+msgid "oDlgDesc = GlobalScope.DialogLibraries.Library1.Dialog2"
+msgstr "oDlgDesc = GlobalScope.DialogLibraries.Library1.Dialog2"
-#: 03060600.xhp#par_id3155856.13.help.text
-msgctxt "03060600.xhp#par_id3155856.13.help.text"
-msgid "Dim vOut as Variant"
-msgstr "Dim sVar as string"
+#. (\1+
+#: 03030203.xhp
+msgctxt ""
+"03030203.xhp\n"
+"tit\n"
+"help.text"
+msgid "Now Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03060600.xhp#par_id3152462.14.help.text
-msgctxt "03060600.xhp#par_id3152462.14.help.text"
-msgid "vA = 10: vB = 8: vC = 6: vD = Null"
-msgstr ""
+#. @N=M
+#: 03030203.xhp
+msgctxt ""
+"03030203.xhp\n"
+"bm_id3149416\n"
+"help.text"
+msgid "<bookmark_value>Now function</bookmark_value>"
+msgstr "<bookmark_value>Join ფუნქცია</bookmark_value>"
-#: 03060600.xhp#par_id3156442.15.help.text
-msgid "vOut = vA > vB Xor vB > vC REM returns 0"
-msgstr ""
+#. )a9d
+#: 03030203.xhp
+#, fuzzy
+msgctxt ""
+"03030203.xhp\n"
+"hd_id3149416\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030203.xhp\" name=\"Now Function [Runtime]\">Now Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03060600.xhp#par_id3153191.16.help.text
-msgid "vOut = vB > vA Xor vB > vC REM returns -1"
+#. =o1h
+#: 03030203.xhp
+msgctxt ""
+"03030203.xhp\n"
+"par_id3149670\n"
+"2\n"
+"help.text"
+msgid "Returns the current system date and time as a <emph>Date</emph> value."
msgstr ""
-#: 03060600.xhp#par_id3153144.17.help.text
-msgid "vOut = vA > vB Xor vB > vD REM returns -1"
+#. H[Eb
+#: 03030203.xhp
+msgctxt ""
+"03030203.xhp\n"
+"hd_id3149456\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03060600.xhp#par_id3154944.18.help.text
-msgid "vOut = (vB > vD Xor vB > vA) REM returns 0"
+#. a)MK
+#: 03030203.xhp
+msgctxt ""
+"03030203.xhp\n"
+"par_id3149655\n"
+"4\n"
+"help.text"
+msgid "Now"
msgstr ""
-#: 03060600.xhp#par_id3148455.19.help.text
-msgid "vOut = vB Xor vA REM returns 2"
-msgstr ""
+#. 2dZx
+#: 03030203.xhp
+msgctxt ""
+"03030203.xhp\n"
+"hd_id3154366\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03060600.xhp#par_id3156283.20.help.text
-msgctxt "03060600.xhp#par_id3156283.20.help.text"
-msgid "End Sub"
+#. (,,@
+#: 03030203.xhp
+msgctxt ""
+"03030203.xhp\n"
+"par_id3154909\n"
+"6\n"
+"help.text"
+msgid "Date"
msgstr ""
-#: 03100050.xhp#tit.help.text
-msgid "CCur Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03100050.xhp#bm_id8926053.help.text
-msgid "<bookmark_value>CCur function</bookmark_value>"
-msgstr "<bookmark_value>CCur ფუნქცია</bookmark_value>"
-
-#: 03100050.xhp#par_idN10541.help.text
-msgid "<link href=\"text/sbasic/shared/03100050.xhp\">CCur Function [Runtime]</link>"
+#. {n0F
+#: 03030203.xhp
+msgctxt ""
+"03030203.xhp\n"
+"hd_id3147229\n"
+"7\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03100050.xhp#par_idN10545.help.text
-msgid "Converts a string expression or numeric expression to a currency expression. The locale settings are used for decimal separators and currency symbols."
-msgstr "გადაყავს სტრინგული ან რიცხვითი გამოსახულება ვალუტის გამოსახულებაში. ლოკალური პარამეტრიები გამოიყენება მეათედის გამომყოფისა და ვალუტის სიმბოლოებისთვის."
-
-#: 03100050.xhp#par_idN10548.help.text
-msgctxt "03100050.xhp#par_idN10548.help.text"
-msgid "Syntax:"
+#. TSD=
+#: 03030203.xhp
+msgctxt ""
+"03030203.xhp\n"
+"par_id3150870\n"
+"9\n"
+"help.text"
+msgid "MsgBox \"It is now \" & Now"
msgstr ""
-#: 03100050.xhp#par_idN105E8.help.text
-msgid "CCur(Expression)"
-msgstr "CCur(Expression)"
-
-#: 03100050.xhp#par_idN105EB.help.text
-msgctxt "03100050.xhp#par_idN105EB.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+#. yRd;
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Variables"
+msgstr "ცვლადები"
-#: 03100050.xhp#par_idN105EF.help.text
-msgid "Currency"
-msgstr "ვალუტა"
+#. ]4CE
+#: 03100000.xhp
+#, fuzzy
+msgctxt ""
+"03100000.xhp\n"
+"hd_id3149669\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100000.xhp\" name=\"Variables\">Variables</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-#: 03100050.xhp#par_idN105F2.help.text
-msgctxt "03100050.xhp#par_idN105F2.help.text"
-msgid "Parameter:"
+#. /O)(
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"par_id3147265\n"
+"2\n"
+"help.text"
+msgid "The following statements and functions are for working with variables. You can use these functions to declare or define variables, convert variables from one type to another, or determine the variable type."
msgstr ""
-#: 03100050.xhp#par_idN105F6.help.text
-msgctxt "03100050.xhp#par_idN105F6.help.text"
-msgid "Expression: Any string or numeric expression that you want to convert."
-msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-
-#: 03020303.xhp#tit.help.text
-msgid "Lof Function [Runtime]"
+#. u\:K
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sin Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03020303.xhp#bm_id3156024.help.text
-msgid "<bookmark_value>Lof function</bookmark_value>"
-msgstr "<bookmark_value>მარცხენა ფუნქცია</bookmark_value>"
+#. oJ;Z
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"bm_id3153896\n"
+"help.text"
+msgid "<bookmark_value>Sin function</bookmark_value>"
+msgstr "<bookmark_value>Join ფუნქცია</bookmark_value>"
-#: 03020303.xhp#hd_id3156024.1.help.text
+#. qjm(
+#: 03080103.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03020303.xhp\" name=\"Lof Function [Runtime]\">Lof Function [Runtime]</link>"
+msgctxt ""
+"03080103.xhp\n"
+"hd_id3153896\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080103.xhp\" name=\"Sin Function [Runtime]\">Sin Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03020303.xhp#par_id3146794.2.help.text
-msgid "Returns the size of an open file in bytes."
+#. [a:~
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3149456\n"
+"2\n"
+"help.text"
+msgid "Returns the sine of an angle. The angle is specified in radians. The result lies between -1 and 1."
msgstr ""
-#: 03020303.xhp#hd_id3153380.3.help.text
-msgctxt "03020303.xhp#hd_id3153380.3.help.text"
-msgid "Syntax:"
+#. im6P
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3153379\n"
+"3\n"
+"help.text"
+msgid "Using the angle Alpha, the Sin Function returns the ratio of the length of the opposite side of an angle to the length of the hypotenuse in a right-angled triangle."
msgstr ""
-#: 03020303.xhp#par_id3150359.4.help.text
-msgid "Lof (FileNumber)"
+#. wOLa
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3148798\n"
+"4\n"
+"help.text"
+msgid "Sin(Alpha) = side opposite the angle/hypotenuse"
msgstr ""
-#: 03020303.xhp#hd_id3154141.5.help.text
-msgctxt "03020303.xhp#hd_id3154141.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03020303.xhp#par_id3147230.6.help.text
-msgctxt "03020303.xhp#par_id3147230.6.help.text"
-msgid "Long"
+#. Gq16
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"hd_id3147230\n"
+"5\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03020303.xhp#hd_id3156281.7.help.text
-msgctxt "03020303.xhp#hd_id3156281.7.help.text"
-msgid "Parameters:"
+#. upcq
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3154909\n"
+"6\n"
+"help.text"
+msgid "Sin (Number)"
msgstr ""
-#: 03020303.xhp#par_id3150869.8.help.text
-msgid "<emph>FileNumber:</emph> Any numeric expression that contains the file number that is specified in the Open statement."
-msgstr ""
+#. GSEc
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"hd_id3156214\n"
+"7\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03020303.xhp#par_id3147349.9.help.text
-msgid "To obtain the length of a file that is not open, use the <emph>FileLen</emph> function."
+#. _5~x
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3150870\n"
+"8\n"
+"help.text"
+msgid "Double"
msgstr ""
-#: 03020303.xhp#hd_id3155415.10.help.text
-msgctxt "03020303.xhp#hd_id3155415.10.help.text"
-msgid "Example:"
+#. 3Pda
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"hd_id3155132\n"
+"9\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03020303.xhp#par_id3151074.11.help.text
-msgctxt "03020303.xhp#par_id3151074.11.help.text"
-msgid "Sub ExampleRandomAccess"
+#. $hch
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3145786\n"
+"10\n"
+"help.text"
+msgid "<emph>Number:</emph> Numeric expression that defines the angle in radians that you want to calculate the sine for."
msgstr ""
-#: 03020303.xhp#par_id3145251.12.help.text
-msgctxt "03020303.xhp#par_id3145251.12.help.text"
-msgid "Dim iNumber As Integer"
-msgstr "DIm iLen როგორც Integer"
-
-#: 03020303.xhp#par_id3154730.13.help.text
-msgid "Dim sText As Variant REM must be a Variant"
+#. g#4^
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3155413\n"
+"11\n"
+"help.text"
+msgid "To convert degrees to radians, multiply degrees by Pi/180, and to convert radians to degrees, multiply radians by 180/Pi."
msgstr ""
-#: 03020303.xhp#par_id3145646.14.help.text
-msgctxt "03020303.xhp#par_id3145646.14.help.text"
-msgid "Dim aFile As String"
-msgstr "DIM sFile სტრიქონი როგორც "
-
-#: 03020303.xhp#par_id3153157.15.help.text
-msgctxt "03020303.xhp#par_id3153157.15.help.text"
-msgid "aFile = \"c:\\data.txt\""
+#. RBUJ
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3149664\n"
+"12\n"
+"help.text"
+msgid "grad=(radiant*180)/pi"
msgstr ""
-#: 03020303.xhp#par_id3149403.17.help.text
-msgctxt "03020303.xhp#par_id3149403.17.help.text"
-msgid "iNumber = Freefile"
+#. S[CX
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3153143\n"
+"13\n"
+"help.text"
+msgid "radiant=(grad*pi)/180"
msgstr ""
-#: 03020303.xhp#par_id3149121.18.help.text
-msgctxt "03020303.xhp#par_id3149121.18.help.text"
-msgid "Open aFile For Random As #iNumber Len=32"
+#. J5b?
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3151112\n"
+"14\n"
+"help.text"
+msgid "Pi is approximately 3.141593."
msgstr ""
-#: 03020303.xhp#par_id3156276.19.help.text
-msgid "Seek #iNumber,1 REM Position at start"
+#. m!5E
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"hd_id3163712\n"
+"15\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03020303.xhp#par_id3148405.20.help.text
-msgid "Put #iNumber,, \"This is the first line of text\" REM Fill with text"
+#. NeH_
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3149482\n"
+"16\n"
+"help.text"
+msgid "' In this example, the following entry is possible for a right-angled triangle:"
+msgstr ""
+
+#. SULa
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3148577\n"
+"17\n"
+"help.text"
+msgid "' The side opposite the angle and the angle (in degrees) to calculate the length of the hypotenuse:"
+msgstr ""
+
+#. ug_)
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3150011\n"
+"19\n"
+"help.text"
+msgid "' Pi = 3.1415926 is a predefined variable"
+msgstr ""
+
+#. M|UH
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3145251\n"
+"22\n"
+"help.text"
+msgid "d1 = InputBox$ (\"Enter the length of the opposite side: \",\"Opposite Side\")"
msgstr ""
-#: 03020303.xhp#par_id3154756.21.help.text
-msgctxt "03020303.xhp#par_id3154756.21.help.text"
-msgid "Put #iNumber,, \"This is the second line of text\""
+#. YG:#
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3148456\n"
+"23\n"
+"help.text"
+msgid "dAlpha = InputBox$ (\"Enter the angle Alpha (in degrees): \",\"Alpha\")"
msgstr ""
-#: 03020303.xhp#par_id3145643.22.help.text
-msgctxt "03020303.xhp#par_id3145643.22.help.text"
-msgid "Put #iNumber,, \"This is the third line of text\""
+#. A9@~
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3153877\n"
+"24\n"
+"help.text"
+msgid "Print \"The length of the hypotenuse is\"; (d1 / sin (dAlpha * Pi / 180))"
msgstr ""
-#: 03020303.xhp#par_id3156383.23.help.text
-msgctxt "03020303.xhp#par_id3156383.23.help.text"
-msgid "Seek #iNumber,2"
+#. 6Vkv
+#: 03050000.xhp
+msgctxt ""
+"03050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Error-Handling Functions"
msgstr ""
-#: 03020303.xhp#par_id3155333.24.help.text
-msgctxt "03020303.xhp#par_id3155333.24.help.text"
-msgid "Get #iNumber,,sText"
-msgstr ""
+#. `\1#
+#: 03050000.xhp
+#, fuzzy
+msgctxt ""
+"03050000.xhp\n"
+"hd_id3143271\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03050000.xhp\" name=\"Error-Handling Functions\">Error-Handling Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03020303.xhp#par_id3149255.25.help.text
-msgctxt "03020303.xhp#par_id3149255.25.help.text"
-msgid "Print sText"
+#. jNBt
+#: 03050000.xhp
+msgctxt ""
+"03050000.xhp\n"
+"par_id3145068\n"
+"2\n"
+"help.text"
+msgid "Use the following statements and functions to define the way $[officename] Basic reacts to run-time errors."
msgstr ""
-#: 03020303.xhp#par_id3154702.26.help.text
-msgctxt "03020303.xhp#par_id3154702.26.help.text"
-msgid "Close #iNumber"
+#. I=0J
+#: 03050000.xhp
+msgctxt ""
+"03050000.xhp\n"
+"par_id3148946\n"
+"3\n"
+"help.text"
+msgid "$[officename] Basic offers several methods to prevent the termination of a program when a run-time error occurs."
msgstr ""
-#: 03020303.xhp#par_id3153965.28.help.text
-msgctxt "03020303.xhp#par_id3153965.28.help.text"
-msgid "iNumber = Freefile"
+#. 1i)3
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Dim Statement [Runtime]"
msgstr ""
-#: 03020303.xhp#par_id3163807.29.help.text
-msgctxt "03020303.xhp#par_id3163807.29.help.text"
-msgid "Open aFile For Random As #iNumber Len=32"
+#. C|FI
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"bm_id3149812\n"
+"help.text"
+msgid "<bookmark_value>Dim statement</bookmark_value><bookmark_value>arrays; dimensioning</bookmark_value><bookmark_value>dimensioning arrays</bookmark_value>"
msgstr ""
-#: 03020303.xhp#par_id3155607.30.help.text
-msgctxt "03020303.xhp#par_id3155607.30.help.text"
-msgid "Get #iNumber,2,sText"
-msgstr ""
+#. h?Fp
+#: 03102100.xhp
+#, fuzzy
+msgctxt ""
+"03102100.xhp\n"
+"hd_id3149812\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102100.xhp\" name=\"Dim Statement [Runtime]\">Dim Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03020303.xhp#par_id3150299.31.help.text
-msgid "Put #iNumber,,\"This is a new line of text\""
+#. woeW
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3143271\n"
+"2\n"
+"help.text"
+msgid "Declares a variable or an array."
msgstr ""
-#: 03020303.xhp#par_id3147002.32.help.text
-msgctxt "03020303.xhp#par_id3147002.32.help.text"
-msgid "Get #iNumber,1,sText"
+#. ]^D]
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3154686\n"
+"3\n"
+"help.text"
+msgid "If the variables are separated by commas (for example, DIM sPar1, sPar2, sPar3 AS STRING), only Variant variables can be defined. Use a separate definition line for each variable."
msgstr ""
-#: 03020303.xhp#par_id3149036.33.help.text
-msgctxt "03020303.xhp#par_id3149036.33.help.text"
-msgid "Get #iNumber,2,sText"
+#. ~T8H
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3152576\n"
+"7\n"
+"help.text"
+msgid "Dim declares local variables within subroutines. Global variables are declared with the PUBLIC or the PRIVATE statement."
msgstr ""
-#: 03020303.xhp#par_id3166425.34.help.text
-msgctxt "03020303.xhp#par_id3166425.34.help.text"
-msgid "Put #iNumber,20,\"This is the text in record 20\""
+#. M[6(
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"hd_id3156443\n"
+"8\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03020303.xhp#par_id3149817.35.help.text
-msgctxt "03020303.xhp#par_id3149817.35.help.text"
-msgid "Print Lof(#iNumber)"
+#. )@J]
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3149412\n"
+"9\n"
+"help.text"
+msgid "[ReDim]Dim VarName [(start To end)] [As VarType][, VarName2 [(start To end)] [As VarType][,...]]"
msgstr ""
-#: 03020303.xhp#par_id3146811.36.help.text
-msgctxt "03020303.xhp#par_id3146811.36.help.text"
-msgid "Close #iNumber"
+#. ;V!{
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"hd_id3147397\n"
+"10\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03020303.xhp#par_id3154200.38.help.text
-msgctxt "03020303.xhp#par_id3154200.38.help.text"
-msgid "end sub"
+#. 5mG!
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3154730\n"
+"11\n"
+"help.text"
+msgid "<emph>VarName:</emph> Any variable or array name."
msgstr ""
-#: 03120304.xhp#tit.help.text
-msgid "LSet Statement [Runtime]"
+#. hXcJ
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3147125\n"
+"12\n"
+"help.text"
+msgid "<emph>Start, End:</emph> Numerical values or constants that define the number of elements (NumberElements=(end-start)+1) and the index range."
msgstr ""
-#: 03120304.xhp#bm_id3143268.help.text
-msgid "<bookmark_value>LSet statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-
-#: 03120304.xhp#hd_id3143268.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03120304.xhp\" name=\"LSet Statement [Runtime]\">LSet Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-
-#: 03120304.xhp#par_id3155419.2.help.text
-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."
+#. a9\`
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3153877\n"
+"13\n"
+"help.text"
+msgid "Start and End can be numerical expressions if ReDim is applied at the procedure level."
msgstr ""
-#: 03120304.xhp#hd_id3145317.3.help.text
-msgctxt "03120304.xhp#hd_id3145317.3.help.text"
-msgid "Syntax:"
+#. 8uf8
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3153510\n"
+"14\n"
+"help.text"
+msgid "<emph>VarType:</emph> Key word that declares the data type of a variable."
msgstr ""
-#: 03120304.xhp#par_id3150984.4.help.text
-msgid "LSet Var As String = Text or LSet Var1 = Var2"
-msgstr "LSet Var როგორც სტრიქონი = ტექსტი ან LSet Var1 = Var2"
-
-#: 03120304.xhp#hd_id3143271.5.help.text
-msgctxt "03120304.xhp#hd_id3143271.5.help.text"
-msgid "Parameters:"
+#. hG8]
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3154015\n"
+"15\n"
+"help.text"
+msgid "<emph>Keyword:</emph> Variable type"
msgstr ""
-#: 03120304.xhp#par_id3145610.6.help.text
-msgid "<emph>Var:</emph> Any String variable that contains the string that you want align to the left."
-msgstr "<emph>Var:</emph> ნებისმიერი სრიქონის ცვლადი შეიცავს სტრიქონს, რომელიც გინდათ, რომ გადაანაცვლოთ მარცხნივ."
-
-#: 03120304.xhp#par_id3154346.7.help.text
-msgid "<emph>Text:</emph> String that you want to align to the left of the string variable."
-msgstr "<emph>ტექსტი</emph>: სტრინგი, რომელიც გსურთ გაასწოროთ მარჯვნივ სტრინგის ცვლადში."
-
-#: 03120304.xhp#par_id3151054.8.help.text
-msgid "<emph>Var1:</emph> Name of the user-defined type variable that you want to copy to."
+#. BuH%
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3153949\n"
+"16\n"
+"help.text"
+msgid "<emph>Bool:</emph> Boolean variable (True, False)"
msgstr ""
-#: 03120304.xhp#par_id3153361.9.help.text
-msgid "<emph>Var2:</emph> Name of the user-defined type variable that you want to copy from."
+#. 3BLU
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3156275\n"
+"17\n"
+"help.text"
+msgid "<emph>Currency:</emph> Currency-Variable (Currency with 4 Decimal places)"
msgstr ""
-#: 03120304.xhp#par_id3154686.10.help.text
-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."
+#. k}52
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3156057\n"
+"18\n"
+"help.text"
+msgid "<emph>Date:</emph> Date variable"
msgstr ""
-#: 03120304.xhp#hd_id3156282.11.help.text
-msgctxt "03120304.xhp#hd_id3156282.11.help.text"
-msgid "Example:"
+#. J^m2
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3148405\n"
+"19\n"
+"help.text"
+msgid "<emph>Double:</emph> Double-precision floating-point variable (1,79769313486232 x 10E308 - 4,94065645841247 x 10E-324)"
msgstr ""
-#: 03120304.xhp#par_id3153193.12.help.text
-msgctxt "03120304.xhp#par_id3153193.12.help.text"
-msgid "Sub ExampleRLSet"
-msgstr "Sub ExampleASC"
-
-#: 03120304.xhp#par_id3150768.13.help.text
-msgctxt "03120304.xhp#par_id3150768.13.help.text"
-msgid "Dim sVar As String"
-msgstr "Dim sVar as string"
-
-#: 03120304.xhp#par_id3150447.14.help.text
-msgid "Dim sExpr As String"
-msgstr "Dim sExpr როგორც სტრიქონი"
-
-#: 03120304.xhp#par_id3149561.16.help.text
-msgctxt "03120304.xhp#par_id3149561.16.help.text"
-msgid "sVar = String(40,\"*\")"
+#. I=DV
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3148916\n"
+"20\n"
+"help.text"
+msgid "<emph>Integer:</emph> Integer variable (-32768 - 32767)"
msgstr ""
-#: 03120304.xhp#par_id3153768.17.help.text
-msgctxt "03120304.xhp#par_id3153768.17.help.text"
-msgid "sExpr = \"SBX\""
+#. ;D)[
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3150045\n"
+"21\n"
+"help.text"
+msgid "<emph>Long:</emph> Long integer variable (-2.147.483.648 - 2.147.483.647)"
msgstr ""
-#: 03120304.xhp#par_id3152940.18.help.text
-msgid "REM Align \"SBX\" within the 40-character reference string"
-msgstr "REM Align \"SBX\" 40 სიმბოლიანი სტრიქონის საზღვრებში "
-
-#: 03120304.xhp#par_id3148647.19.help.text
-msgctxt "03120304.xhp#par_id3148647.19.help.text"
-msgid "REM Replace asterisks with spaces"
+#. LC6q
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3149255\n"
+"22\n"
+"help.text"
+msgid "<emph>Object:</emph> Object variable (Note: this variable can only subsequently be defined with Set!)"
msgstr ""
-#: 03120304.xhp#par_id3146119.20.help.text
-msgctxt "03120304.xhp#par_id3146119.20.help.text"
-msgid "RSet sVar = sExpr"
+#. o]sk
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3155937\n"
+"23\n"
+"help.text"
+msgid "<emph>Single:</emph> Single-precision floating-point variable (3,402823 x 10E38 - 1,401298 x 10E-45)."
msgstr ""
-#: 03120304.xhp#par_id3153365.21.help.text
-msgctxt "03120304.xhp#par_id3153365.21.help.text"
-msgid "Print \">\"; sVar; \"<\""
+#. W`Dr
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3151251\n"
+"24\n"
+"help.text"
+msgid "<emph>String:</emph> String variable consisting of a maximum of 64,000 ASCII characters."
msgstr ""
-#: 03120304.xhp#par_id3149260.23.help.text
-msgctxt "03120304.xhp#par_id3149260.23.help.text"
-msgid "sVar = String(5,\"*\")"
+#. lo8D
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3154704\n"
+"25\n"
+"help.text"
+msgid "<emph>[Variant]:</emph> Variant variable type (contains all types, specified by definition). If a key word is not specified, variables are automatically defined as Variant Type, unless a statement from DefBool to DefVar is used."
msgstr ""
-#: 03120304.xhp#par_id3147436.24.help.text
-msgctxt "03120304.xhp#par_id3147436.24.help.text"
-msgid "sExpr = \"123457896\""
+#. M]wm
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3146316\n"
+"26\n"
+"help.text"
+msgid "In $[officename] Basic, you do not need to declare variables explicitly. However, you need to declare an array before you can use them. You can declare a variable with the Dim statement, using commas to separate multiple declarations. To declare a variable type, enter a type-declaration character following the name or use a corresponding key word."
msgstr ""
-#: 03120304.xhp#par_id3146923.25.help.text
-msgctxt "03120304.xhp#par_id3146923.25.help.text"
-msgid "RSet sVar = sExpr"
+#. %;Aa
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3149924\n"
+"27\n"
+"help.text"
+msgid "$[officename] Basic supports single or multi-dimensional arrays that are defined by a specified variable type. Arrays are suitable if the program contains lists or tables that you want to edit. The advantage of arrays is that it is possible to address individual elements according to indexes, which can be formulated as numeric expressions or variables."
msgstr ""
-#: 03120304.xhp#par_id3151114.26.help.text
-msgctxt "03120304.xhp#par_id3151114.26.help.text"
-msgid "Print \">\"; sVar; \"<\""
+#. (|1)
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3148488\n"
+"28\n"
+"help.text"
+msgid "Arrays are declared with the Dim statement. There are two methods to define the index range:"
msgstr ""
-#: 03120304.xhp#par_id3155855.28.help.text
-msgctxt "03120304.xhp#par_id3155855.28.help.text"
-msgid "sVar = String(40,\"*\")"
+#. GHjt
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3154662\n"
+"29\n"
+"help.text"
+msgid "DIM text(20) as String REM 21 elements numbered from 0 to 20"
msgstr ""
-#: 03120304.xhp#par_id3145253.29.help.text
-msgctxt "03120304.xhp#par_id3145253.29.help.text"
-msgid "sExpr = \"SBX\""
+#. 3+0j
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3155604\n"
+"30\n"
+"help.text"
+msgid "DIM text(5 to 25) as String REM 21 elements numbered from 5 to 25"
msgstr ""
-#: 03120304.xhp#par_id3151075.30.help.text
-msgid "REM Left-align \"SBX\" within the 40-character reference string"
-msgstr "REM Align \"SBX\" 40 სიმბოლიანი სტრიქონის საზღვრებში "
-
-#: 03120304.xhp#par_id3147126.31.help.text
-msgctxt "03120304.xhp#par_id3147126.31.help.text"
-msgid "LSet sVar = sExpr"
+#. _*jd
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3151274\n"
+"31\n"
+"help.text"
+msgid "DIM text(-15 to 5) as String REM 21 elements (including 0)"
msgstr ""
-#: 03120304.xhp#par_id3154792.32.help.text
-msgctxt "03120304.xhp#par_id3154792.32.help.text"
-msgid "Print \">\"; sVar; \"<\""
+#. [UC+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3152774\n"
+"32\n"
+"help.text"
+msgid "REM numbered from -15 to 5"
msgstr ""
-#: 03120304.xhp#par_id3154942.34.help.text
-msgctxt "03120304.xhp#par_id3154942.34.help.text"
-msgid "sVar = String(5,\"*\")"
+#. 4$_z
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3150829\n"
+"33\n"
+"help.text"
+msgid "Two-dimensional data field"
msgstr ""
-#: 03120304.xhp#par_id3155603.35.help.text
-msgctxt "03120304.xhp#par_id3155603.35.help.text"
-msgid "sExpr = \"123456789\""
+#. RWJ*
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3149529\n"
+"34\n"
+"help.text"
+msgid "DIM text(20,2) as String REM 63 elements; form 0 to 20 level 1, from 0 to 20 level 2 and from 0 to 20 level 3."
msgstr ""
-#: 03120304.xhp#par_id3150716.36.help.text
-msgctxt "03120304.xhp#par_id3150716.36.help.text"
-msgid "LSet sVar = sExpr"
+#. 2$V^
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3159239\n"
+"35\n"
+"help.text"
+msgid "You can declare an array types as dynamic if a ReDim statement defines the number of dimensions in the subroutine or the function that contains the array. Generally, you can only define an array dimension once, and you cannot modify it. Within a subroutine, you can declare an array with ReDim. You can only define dimensions with numeric expressions. This ensures that the fields are only as large as necessary."
msgstr ""
-#: 03120304.xhp#par_id3146969.37.help.text
-msgctxt "03120304.xhp#par_id3146969.37.help.text"
-msgid "Print \">\"; sVar; \"<\""
+#. keI_
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"hd_id3150344\n"
+"36\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03120304.xhp#par_id3150749.38.help.text
-msgctxt "03120304.xhp#par_id3150749.38.help.text"
-msgid "End Sub"
+#. YL8)
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3154657\n"
+"40\n"
+"help.text"
+msgid "sVar = \"Office\""
msgstr ""
-#: 03100100.xhp#tit.help.text
-msgid "CBool Function [Runtime]"
+#. BP51
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3149036\n"
+"44\n"
+"help.text"
+msgid "' Two-dimensional data field"
+msgstr ""
+
+#. R)-{
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3153782\n"
+"46\n"
+"help.text"
+msgid "Const sDim As String = \" Dimension:\""
+msgstr ""
+
+#. 46M;
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"tit\n"
+"help.text"
+msgid "FreeFile Function[Runtime]"
msgstr "Split Function [Runtime]"
-#: 03100100.xhp#bm_id3150616.help.text
-msgid "<bookmark_value>CBool function</bookmark_value>"
-msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
+#. jM$1
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"bm_id3150400\n"
+"help.text"
+msgid "<bookmark_value>FreeFile function</bookmark_value>"
+msgstr "<bookmark_value>Trim ფუნქცია</bookmark_value>"
-#: 03100100.xhp#hd_id3150616.1.help.text
+#. #zph
+#: 03020102.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03100100.xhp\" name=\"CBool Function [Runtime]\">CBool Function [Runtime]</link>"
+msgctxt ""
+"03020102.xhp\n"
+"hd_id3150400\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020102.xhp\" name=\"FreeFile Function[Runtime]\">FreeFile Function[Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03100100.xhp#par_id3145136.2.help.text
-msgid "Converts a string comparison or numeric comparison to a Boolean expression, or converts a single numeric expression to a Boolean expression."
+#. zdB]
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"par_id3154366\n"
+"2\n"
+"help.text"
+msgid "Returns the next available file number for opening a file. Use this function to open a file using a file number that is not already in use by a currently open file."
msgstr ""
-#: 03100100.xhp#hd_id3153345.3.help.text
-msgctxt "03100100.xhp#hd_id3153345.3.help.text"
+#. fT!8
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"hd_id3150769\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03100100.xhp#par_id3149514.4.help.text
-msgid "CBool (Expression1 {= | <> | < | > | <= | >=} Expression2) or CBool (Number)"
-msgstr ""
-
-#: 03100100.xhp#hd_id3156152.5.help.text
-msgctxt "03100100.xhp#hd_id3156152.5.help.text"
+#. bPdY
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"hd_id3151042\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03100100.xhp#par_id3155419.6.help.text
-msgctxt "03100100.xhp#par_id3155419.6.help.text"
-msgid "Bool"
+#. n%;8
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"par_id3150440\n"
+"6\n"
+"help.text"
+msgid "Integer"
msgstr ""
-#: 03100100.xhp#hd_id3147530.7.help.text
-msgctxt "03100100.xhp#hd_id3147530.7.help.text"
+#. $kHi
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"hd_id3148576\n"
+"7\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03100100.xhp#par_id3156344.8.help.text
-msgid "<emph>Expression1, Expression2:</emph> Any string or numeric expressions that you want to compare. If the expressions match, the <emph>CBool</emph> function returns <emph>True</emph>, otherwise <emph>False</emph> is returned."
-msgstr ""
-
-#: 03100100.xhp#par_id3149655.9.help.text
-msgid "<emph>Number:</emph> Any numeric expression that you want to convert. If the expression equals 0, <emph>False</emph> is returned, otherwise <emph>True</emph> is returned."
-msgstr ""
-
-#: 03100100.xhp#par_id3145171.10.help.text
-msgid "The following example uses the <emph>CBool</emph> function to evaluate the value that is returned by the <emph>Instr</emph> function. The function checks if the word \"and\" is found in the sentence that was entered by the user."
+#. k5|/
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"par_id3155854\n"
+"8\n"
+"help.text"
+msgid "This function can only be used immediately in front of an Open statement. FreeFile returns the next available file number, but does not reserve it."
msgstr ""
-#: 03100100.xhp#hd_id3156212.11.help.text
-msgctxt "03100100.xhp#hd_id3156212.11.help.text"
+#. 4Z2\
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"hd_id3159153\n"
+"9\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03100100.xhp#par_id3147288.12.help.text
-msgid "Sub ExampleCBool"
-msgstr "Sub ExampleVal"
-
-#: 03100100.xhp#par_id3153768.13.help.text
-msgctxt "03100100.xhp#par_id3153768.13.help.text"
-msgid "Dim sText As String"
-msgstr "Dim sSep As String"
-
-#: 03100100.xhp#par_id3155132.14.help.text
-msgid "sText = InputBox(\"Please enter a short sentence:\")"
-msgstr ""
-
-#: 03100100.xhp#par_id3155855.15.help.text
-msgid "REM Proof if the word »and« appears in the sentence."
-msgstr ""
-
-#: 03100100.xhp#par_id3146984.16.help.text
-msgid "REM Instead of the command line"
-msgstr ""
-
-#: 03100100.xhp#par_id3148576.17.help.text
-msgid "REM If Instr(Input, \"and\")<>0 Then..."
-msgstr ""
-
-#: 03100100.xhp#par_id3154014.18.help.text
-msgid "REM the CBool function is applied as follows:"
-msgstr ""
-
-#: 03100100.xhp#par_id3155413.19.help.text
-msgid "If CBool(Instr(sText, \"and\")) Then"
-msgstr ""
-
-#: 03100100.xhp#par_id3152940.20.help.text
-msgid "MsgBox \"The word »and« appears in the sentence you entered!\""
-msgstr ""
-
-#: 03100100.xhp#par_id3153954.21.help.text
-msgid "EndIf"
-msgstr ""
-
-#: 03100100.xhp#par_id3152886.22.help.text
-msgctxt "03100100.xhp#par_id3152886.22.help.text"
-msgid "End Sub"
-msgstr ""
-
-#: 03030300.xhp#tit.help.text
-msgid "System Date and Time"
-msgstr ""
-
-#: 03030300.xhp#hd_id3154923.1.help.text
-msgid "<link href=\"text/sbasic/shared/03030300.xhp\" name=\"System Date and Time\">System Date and Time</link>"
+#. !-Ii
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"par_id3155416\n"
+"18\n"
+"help.text"
+msgid "Print #iNumber, \"First line of text\""
msgstr ""
-#: 03030300.xhp#par_id3149457.2.help.text
-msgid "The following functions and statements set or return the system date and time."
+#. yn{I
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"par_id3153416\n"
+"19\n"
+"help.text"
+msgid "Print #iNumber, \"Another line of text\""
msgstr ""
-#: 03120311.xhp#tit.help.text
-msgid "Trim Function [Runtime]"
+#. hZkp
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"tit\n"
+"help.text"
+msgid "ConvertToURL Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03120311.xhp#bm_id3150616.help.text
-msgid "<bookmark_value>Trim function</bookmark_value>"
-msgstr "<bookmark_value>Trim ფუნქცია</bookmark_value>"
+#. R#Tc
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"bm_id3152801\n"
+"help.text"
+msgid "<bookmark_value>ConvertToURL function</bookmark_value>"
+msgstr "<bookmark_value>ConvertToURL ფუნქცია</bookmark_value>"
-#: 03120311.xhp#hd_id3150616.1.help.text
+#. 7;C8
+#: 03120312.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03120311.xhp\" name=\"Trim Function [Runtime]\">Trim Function [Runtime]</link>"
+msgctxt ""
+"03120312.xhp\n"
+"hd_id3152801\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120312.xhp\" name=\"ConvertToURL Function [Runtime]\">ConvertToURL Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03120311.xhp#par_id3149177.2.help.text
-msgid "Removes all leading and trailing spaces from a string expression."
-msgstr "წაშლის ყველა "
+#. :+Z]
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"par_id3148538\n"
+"2\n"
+"help.text"
+msgid "Converts a system file name to a file URL."
+msgstr "გადაყავს სისტემური ფაილის სახელი URL-ში."
-#: 03120311.xhp#hd_id3159157.3.help.text
-msgctxt "03120311.xhp#hd_id3159157.3.help.text"
+#. -rCF
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"hd_id3150669\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03120311.xhp#par_id3155341.4.help.text
-msgid "Trim( Text As String )"
-msgstr "Trim( Text As String )"
+#. JdF:
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"par_id3154285\n"
+"4\n"
+"help.text"
+msgid "ConvertToURL(filename)"
+msgstr "ConvertToURL(filename)"
-#: 03120311.xhp#hd_id3155388.5.help.text
-msgctxt "03120311.xhp#hd_id3155388.5.help.text"
+#. +q(,
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"hd_id3150984\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03120311.xhp#par_id3143228.6.help.text
-msgctxt "03120311.xhp#par_id3143228.6.help.text"
+#. ]9LA
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"par_id3147530\n"
+"6\n"
+"help.text"
msgid "String"
msgstr "სტრიქონები"
-#: 03120311.xhp#hd_id3145609.7.help.text
-msgctxt "03120311.xhp#hd_id3145609.7.help.text"
+#. ;(0+
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"hd_id3148550\n"
+"7\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03120311.xhp#par_id3159414.8.help.text
-msgctxt "03120311.xhp#par_id3159414.8.help.text"
-msgid "<emph>Text:</emph> Any string expression."
-msgstr "<emph>ტექსტი: </emph>ნებისმიერი სტრინგული გამოსახულება."
+#. b\UX
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"par_id3148947\n"
+"8\n"
+"help.text"
+msgid "<emph>Filename:</emph> A file name as string."
+msgstr "<emph>ფაილის სახელი:</emph> ფაილის სახელი, როგოც სტრინგი."
-#: 03120311.xhp#hd_id3148663.10.help.text
-msgctxt "03120311.xhp#hd_id3148663.10.help.text"
+#. QI~-
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"hd_id3153361\n"
+"9\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03120311.xhp#par_id3150398.11.help.text
-msgctxt "03120311.xhp#par_id3150398.11.help.text"
-msgid "Sub ExampleSpaces"
-msgstr "Sub ExampleSpace"
-
-#: 03120311.xhp#par_id3153525.12.help.text
-msgctxt "03120311.xhp#par_id3153525.12.help.text"
-msgid "Dim sText2 as String,sText as String,sOut as String"
-msgstr "Dim sText2 As String,sText As String,sOut As String"
-
-#: 03120311.xhp#par_id3154908.13.help.text
-msgctxt "03120311.xhp#par_id3154908.13.help.text"
-msgid "sText2 = \" <*Las Vegas*> \""
-msgstr ""
-
-#: 03120311.xhp#par_id3144760.15.help.text
-msgctxt "03120311.xhp#par_id3144760.15.help.text"
-msgid "sOut = \"'\"+sText2 +\"'\"+ Chr(13)"
-msgstr ""
-
-#: 03120311.xhp#par_id3151383.16.help.text
-msgctxt "03120311.xhp#par_id3151383.16.help.text"
-msgid "sText = Ltrim(sText2) REM sText = \"<*Las Vegas*> \""
-msgstr ""
-
-#: 03120311.xhp#par_id3151044.17.help.text
-msgctxt "03120311.xhp#par_id3151044.17.help.text"
-msgid "sOut = sOut + \"'\"+sText +\"'\" + Chr(13)"
-msgstr ""
-
-#: 03120311.xhp#par_id3159149.18.help.text
-msgctxt "03120311.xhp#par_id3159149.18.help.text"
-msgid "sText = Rtrim(sText2) REM sText = \" <*Las Vegas*>\""
+#. Img1
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"par_id3150792\n"
+"10\n"
+"help.text"
+msgid "systemFile$ = \"c:\\folder\\mytext.txt\""
msgstr ""
-#: 03120311.xhp#par_id3150449.19.help.text
-msgctxt "03120311.xhp#par_id3150449.19.help.text"
-msgid "sOut = sOut +\"'\"+ sText +\"'\" + Chr(13)"
+#. ?FyK
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"par_id3154365\n"
+"11\n"
+"help.text"
+msgid "url$ = ConvertToURL( systemFile$ )"
msgstr ""
-#: 03120311.xhp#par_id3149562.20.help.text
-msgctxt "03120311.xhp#par_id3149562.20.help.text"
-msgid "sText = Trim(sText2) REM sText = \"<*Las Vegas*>\""
+#. HYYb
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"par_id3151042\n"
+"12\n"
+"help.text"
+msgid "print url$"
msgstr ""
-#: 03120311.xhp#par_id3161831.21.help.text
-msgctxt "03120311.xhp#par_id3161831.21.help.text"
-msgid "sOut = sOut +\"'\"+ sText +\"'\""
+#. 8G@A
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"par_id3154909\n"
+"13\n"
+"help.text"
+msgid "systemFileAgain$ = ConvertFromURL( url$ )"
msgstr ""
-#: 03120311.xhp#par_id3146120.22.help.text
-msgctxt "03120311.xhp#par_id3146120.22.help.text"
-msgid "MsgBox sOut"
+#. sZ9?
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"par_id3144762\n"
+"14\n"
+"help.text"
+msgid "print systemFileAgain$"
msgstr ""
-#: 03120311.xhp#par_id3145364.23.help.text
-msgctxt "03120311.xhp#par_id3145364.23.help.text"
-msgid "end sub"
+#. _=z_
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Set Statement[Runtime]"
msgstr ""
-#: 03010305.xhp#tit.help.text
-msgid "RGB Function [Runtime]"
-msgstr "Split Function [Runtime]"
+#. *`Aq
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"bm_id3154422\n"
+"help.text"
+msgid "<bookmark_value>Set statement</bookmark_value><bookmark_value>Nothing object</bookmark_value>"
+msgstr "<bookmark_value>Mid ფუნქცია</bookmark_value><bookmark_value>Mid დებულება</bookmark_value>"
-#: 03010305.xhp#hd_id3150792.1.help.text
+#. qa]H
+#: 03103700.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB Function [Runtime]\">RGB Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
+msgctxt ""
+"03103700.xhp\n"
+"hd_id3154422\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement[Runtime]\">Set Statement[Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03010305.xhp#par_id3150447.2.help.text
-msgid "Returns a <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"long integer color value\">long integer color value</link> consisting of red, green, and blue components."
+#. ceeW
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"par_id3159149\n"
+"2\n"
+"help.text"
+msgid "Sets an object reference on a variable or a Property."
msgstr ""
-#: 03010305.xhp#hd_id3147229.3.help.text
-msgctxt "03010305.xhp#hd_id3147229.3.help.text"
+#. _,fY
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"hd_id3153105\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03010305.xhp#par_id3155132.4.help.text
-msgid "RGB (Red, Green, Blue)"
-msgstr ""
-
-#: 03010305.xhp#hd_id3156442.5.help.text
-msgctxt "03010305.xhp#hd_id3156442.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03010305.xhp#par_id3159153.6.help.text
-msgctxt "03010305.xhp#par_id3159153.6.help.text"
-msgid "Long"
+#. 9[A8
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"par_id3154217\n"
+"4\n"
+"help.text"
+msgid "Set ObjectVar = Object"
msgstr ""
-#: 03010305.xhp#hd_id3154013.7.help.text
-msgctxt "03010305.xhp#hd_id3154013.7.help.text"
-msgid "Parameter:"
+#. Rqjn
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"hd_id3154685\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03010305.xhp#par_id3152597.8.help.text
-msgid "<emph>Red</emph>: Any integer expression that represents the red component (0-255) of the composite color."
+#. .r!)
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"par_id3156281\n"
+"6\n"
+"help.text"
+msgid "<emph>ObjectVar:</emph> a variable or a property that requires an object reference."
msgstr ""
-#: 03010305.xhp#par_id3146974.9.help.text
-msgid "<emph>Green</emph>: Any integer expression that represents the green component (0-255) of the composite color."
+#. yu+W
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"par_id3159252\n"
+"7\n"
+"help.text"
+msgid "<emph>Object:</emph> Object that the variable or the property refers to."
msgstr ""
-#: 03010305.xhp#par_id3151113.10.help.text
-msgid "<emph>Blue</emph>: Any integer expression that represents the blue component (0-255) of the composite color."
+#. k;3L
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"par_idN10623\n"
+"help.text"
+msgid "<emph>Nothing</emph> - Assign the <emph>Nothing</emph> object to a variable to remove a previous assignment."
msgstr ""
-#: 03010305.xhp#hd_id3147435.11.help.text
-msgctxt "03010305.xhp#hd_id3147435.11.help.text"
+#. Y}U?
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"hd_id3159153\n"
+"8\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03010305.xhp#par_id3156283.12.help.text
-msgctxt "03010305.xhp#par_id3156283.12.help.text"
-msgid "Sub ExampleColor"
-msgstr "sub ExampleChr"
-
-#: 03010305.xhp#par_id3149582.13.help.text
-msgctxt "03010305.xhp#par_id3149582.13.help.text"
-msgid "Dim lVar As Long"
-msgstr "Dim sVar as string"
-
-#: 03010305.xhp#par_id3150417.14.help.text
-msgctxt "03010305.xhp#par_id3150417.14.help.text"
-msgid "lVar = rgb(128,0,200)"
-msgstr ""
-
-#: 03010305.xhp#par_id3145647.15.help.text
-msgctxt "03010305.xhp#par_id3145647.15.help.text"
-msgid "msgbox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
-msgstr ""
-
-#: 03010305.xhp#par_id3154491.16.help.text
-msgctxt "03010305.xhp#par_id3154491.16.help.text"
-msgid "\"red= \" & red(lVar) & Chr(13)&_"
-msgstr ""
-
-#: 03010305.xhp#par_id3149401.17.help.text
-msgctxt "03010305.xhp#par_id3149401.17.help.text"
-msgid "\"green= \" & green(lVar) & Chr(13)&_"
-msgstr ""
-
-#: 03010305.xhp#par_id3150716.18.help.text
-msgctxt "03010305.xhp#par_id3150716.18.help.text"
-msgid "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colors\""
-msgstr ""
-
-#: 03010305.xhp#par_id3150752.19.help.text
-msgctxt "03010305.xhp#par_id3150752.19.help.text"
-msgid "end sub"
-msgstr ""
-
-#: 03101400.xhp#tit.help.text
-msgid "DefDbl Statement [Runtime]"
+#. p^3.
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefDate Statement [Runtime]"
msgstr ""
-#: 03101400.xhp#bm_id3147242.help.text
-msgid "<bookmark_value>DefDbl statement</bookmark_value>"
-msgstr "<bookmark_value>DefCur განცხადება</bookmark_value>"
+#. IU:;
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"bm_id3150504\n"
+"help.text"
+msgid "<bookmark_value>DefDate statement</bookmark_value>"
+msgstr "<bookmark_value>DefStr განცხადება</bookmark_value>"
-#: 03101400.xhp#hd_id3147242.1.help.text
+#. |`bD
+#: 03101300.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03101400.xhp\" name=\"DefDbl Statement [Runtime]\">DefDbl Statement [Runtime]</link>"
+msgctxt ""
+"03101300.xhp\n"
+"hd_id3150504\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101300.xhp\" name=\"DefDate Statement [Runtime]\">DefDate Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03101400.xhp#par_id3153126.2.help.text
-msgctxt "03101400.xhp#par_id3153126.2.help.text"
-msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
-msgstr ""
+#. U8Y(
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"par_id3145069\n"
+"2\n"
+"help.text"
+msgid "If no type-declaration character or keyword is specified, the DefDate statement sets the default variable type, according to a letter range."
+msgstr "თუ ტიპის გამოცხადების ასო-ნიშანი ან სიტყვა-გასაღები მითითებული არ არის, DefSng განცხადება საწყისი ცვლადის ტიპს აყენებს ასოთა რანგის მიხედვით."
-#: 03101400.xhp#hd_id3155420.3.help.text
-msgctxt "03101400.xhp#hd_id3155420.3.help.text"
+#. S7#=
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"hd_id3154758\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03101400.xhp#par_id3147530.4.help.text
-msgctxt "03101400.xhp#par_id3147530.4.help.text"
+#. d(A8
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"par_id3148664\n"
+"4\n"
+"help.text"
msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr ""
-#: 03101400.xhp#hd_id3145069.5.help.text
-msgctxt "03101400.xhp#hd_id3145069.5.help.text"
+#. sK4}
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"hd_id3150541\n"
+"5\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03101400.xhp#par_id3147560.6.help.text
-msgctxt "03101400.xhp#par_id3147560.6.help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
+#. XMkE
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"par_id3156709\n"
+"6\n"
+"help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
msgstr ""
-#: 03101400.xhp#par_id3150791.7.help.text
-msgctxt "03101400.xhp#par_id3150791.7.help.text"
+#. P7u3
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"par_id3150869\n"
+"7\n"
+"help.text"
msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
msgstr ""
-#: 03101400.xhp#par_id3151210.8.help.text
-msgctxt "03101400.xhp#par_id3151210.8.help.text"
+#. 5T{P
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"par_id3145171\n"
+"8\n"
+"help.text"
msgid "<emph>Keyword:</emph> Default variable type"
msgstr ""
-#: 03101400.xhp#par_id3154123.9.help.text
-msgid "<emph>DefDbl:</emph> Double"
+#. #Gt9
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"par_id3150767\n"
+"9\n"
+"help.text"
+msgid "<emph>DefDate:</emph> Date"
msgstr ""
-#: 03101400.xhp#hd_id3153192.10.help.text
-msgctxt "03101400.xhp#hd_id3153192.10.help.text"
+#. Vd]%
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"hd_id3153768\n"
+"10\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03101400.xhp#par_id3156281.12.help.text
-msgctxt "03101400.xhp#par_id3156281.12.help.text"
-msgid "REM Prefix definitions for variable types:"
-msgstr ""
-
-#: 03101400.xhp#par_id3153970.13.help.text
-msgctxt "03101400.xhp#par_id3153970.13.help.text"
-msgid "DefBool b"
-msgstr ""
-
-#: 03101400.xhp#par_id3149561.14.help.text
-msgctxt "03101400.xhp#par_id3149561.14.help.text"
-msgid "DefDate t"
-msgstr ""
-
-#: 03101400.xhp#par_id3147288.15.help.text
-msgctxt "03101400.xhp#par_id3147288.15.help.text"
-msgid "DefDbL d"
-msgstr ""
-
-#: 03101400.xhp#par_id3150487.16.help.text
-msgctxt "03101400.xhp#par_id3150487.16.help.text"
-msgid "DefInt i"
-msgstr ""
-
-#: 03101400.xhp#par_id3151116.17.help.text
-msgctxt "03101400.xhp#par_id3151116.17.help.text"
-msgid "DefLng l"
-msgstr "DefSng s"
-
-#: 03101400.xhp#par_id3146922.18.help.text
-msgctxt "03101400.xhp#par_id3146922.18.help.text"
-msgid "DefObj o"
-msgstr ""
-
-#: 03101400.xhp#par_id3146984.19.help.text
-msgctxt "03101400.xhp#par_id3146984.19.help.text"
-msgid "DefVar v"
-msgstr ""
-
-#: 03101400.xhp#par_id3147436.21.help.text
-msgid "Sub ExampleDefDBL"
-msgstr "Sub ExampleDefCur"
-
-#: 03101400.xhp#par_id3153144.22.help.text
-msgid "dValue=1.23e43 REM dValue is an implicit Double variable type"
-msgstr ""
-
-#: 03101400.xhp#par_id3152941.23.help.text
-msgctxt "03101400.xhp#par_id3152941.23.help.text"
-msgid "end sub"
-msgstr ""
-
-#: 03020301.xhp#tit.help.text
-msgid "Eof Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03020301.xhp#bm_id3154598.help.text
-msgid "<bookmark_value>Eof function</bookmark_value>"
-msgstr "<bookmark_value>მარცხენა ფუნქცია</bookmark_value>"
-
-#: 03020301.xhp#hd_id3154598.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03020301.xhp\" name=\"Eof Function [Runtime]\">Eof Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03020301.xhp#par_id3147182.2.help.text
-msgid "Determines if the file pointer has reached the end of a file."
-msgstr ""
-
-#: 03020301.xhp#hd_id3149119.3.help.text
-msgctxt "03020301.xhp#hd_id3149119.3.help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020301.xhp#par_id3147399.4.help.text
-msgid "Eof (intexpression As Integer)"
-msgstr ""
-
-#: 03020301.xhp#hd_id3153539.5.help.text
-msgctxt "03020301.xhp#hd_id3153539.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03020301.xhp#par_id3156027.6.help.text
-msgctxt "03020301.xhp#par_id3156027.6.help.text"
-msgid "Bool"
+#. qE-/
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"par_id3145785\n"
+"12\n"
+"help.text"
+msgid "' Prefix definitions for variable types:"
+msgstr ""
+
+#. M|kw
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"par_id3152462\n"
+"22\n"
+"help.text"
+msgid "tDate=Date ' tDate is an implicit date variable"
+msgstr ""
+
+#. Os1M
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Libraries, Modules and Dialogs"
msgstr ""
-#: 03020301.xhp#hd_id3152924.7.help.text
-msgctxt "03020301.xhp#hd_id3152924.7.help.text"
-msgid "Parameters:"
+#. lbe%
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"hd_id3147317\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01020500.xhp\" name=\"Libraries, Modules and Dialogs\">Libraries, Modules and Dialogs</link>"
msgstr ""
-#: 03020301.xhp#par_id3153990.8.help.text
-msgid "<emph>Intexpression:</emph> Any integer expression that evaluates to the number of an open file."
+#. Uj0y
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"par_id3147427\n"
+"2\n"
+"help.text"
+msgid "The following describes the basic use of libraries, modules and dialogs in $[officename] Basic."
msgstr ""
-#: 03020301.xhp#par_id3153527.9.help.text
-msgid "Use EOF to avoid errors when you attempt to get input past the end of a file. When you use the Input or Get statement to read from a file, the file pointer is advanced by the number of bytes read. When the end of a file is reached, EOF returns the value \"True\" (-1)."
+#. U}/i
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"par_id3146120\n"
+"3\n"
+"help.text"
+msgid "$[officename] Basic provides tools to help you structuring your projects. It supports various \"units\" which enable you to group individual SUBS and FUNCTIONS in a Basic project."
msgstr ""
-#: 03020301.xhp#hd_id3154046.10.help.text
-msgctxt "03020301.xhp#hd_id3154046.10.help.text"
-msgid "Example:"
+#. Q,QI
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"hd_id3148575\n"
+"5\n"
+"help.text"
+msgid "Libraries"
msgstr ""
-#: 03020301.xhp#par_id3143270.11.help.text
-msgctxt "03020301.xhp#par_id3143270.11.help.text"
-msgid "Sub ExampleWorkWithAFile"
+#. _D5L
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"par_id3150011\n"
+"6\n"
+"help.text"
+msgid "Libraries serve as a tool for organizing modules, and can either be attached to a document or a template. When the document or a template is saved, all modules contained in the library are automatically saved as well."
msgstr ""
-#: 03020301.xhp#par_id3150670.12.help.text
-msgctxt "03020301.xhp#par_id3150670.12.help.text"
-msgid "Dim iNumber As Integer"
-msgstr "DIm iLen როგორც Integer"
-
-#: 03020301.xhp#par_id3154143.13.help.text
-msgctxt "03020301.xhp#par_id3154143.13.help.text"
-msgid "Dim sLine As String"
-msgstr "Dim sSep As String"
-
-#: 03020301.xhp#par_id3148943.14.help.text
-msgctxt "03020301.xhp#par_id3148943.14.help.text"
-msgid "Dim aFile As String"
-msgstr "DIM sFile სტრიქონი როგორც "
-
-#: 03020301.xhp#par_id3153897.37.help.text
-msgctxt "03020301.xhp#par_id3153897.37.help.text"
-msgid "Dim sMsg as String"
-msgstr "Dim sVar as string"
-
-#: 03020301.xhp#par_id3156344.15.help.text
-msgctxt "03020301.xhp#par_id3156344.15.help.text"
-msgid "aFile = \"c:\\data.txt\""
+#. CDHH
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"par_id3151112\n"
+"7\n"
+"help.text"
+msgid "A library can contain up to 16,000 modules."
msgstr ""
-#: 03020301.xhp#par_id3148663.17.help.text
-msgctxt "03020301.xhp#par_id3148663.17.help.text"
-msgid "iNumber = Freefile"
+#. Z5RP
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"hd_id3149262\n"
+"8\n"
+"help.text"
+msgid "Modules"
msgstr ""
-#: 03020301.xhp#par_id3153379.18.help.text
-msgctxt "03020301.xhp#par_id3153379.18.help.text"
-msgid "Open aFile For Output As #iNumber"
+#. VEN0
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"par_id3156441\n"
+"9\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 ""
-#: 03020301.xhp#par_id3153360.19.help.text
-msgctxt "03020301.xhp#par_id3153360.19.help.text"
-msgid "Print #iNumber, \"First line of text\""
+#. Il@(
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"hd_id3152577\n"
+"11\n"
+"help.text"
+msgid "Dialog Modules"
msgstr ""
-#: 03020301.xhp#par_id3148797.20.help.text
-msgctxt "03020301.xhp#par_id3148797.20.help.text"
-msgid "Print #iNumber, \"Another line of text\""
+#. e%!N
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"par_id3149377\n"
+"12\n"
+"help.text"
+msgid "Dialog modules contain dialog definitions, including the dialog box properties, the properties of each dialog element and the events assigned. Since a dialog module can only contain a single dialog, they are often referred to as \"dialogs\"."
msgstr ""
-#: 03020301.xhp#par_id3154684.21.help.text
-msgctxt "03020301.xhp#par_id3154684.21.help.text"
-msgid "Close #iNumber"
+#. _zo4
+#: 03030000.xhp
+msgctxt ""
+"03030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Date and Time Functions"
msgstr ""
-#: 03020301.xhp#par_id3153104.25.help.text
-msgctxt "03020301.xhp#par_id3153104.25.help.text"
-msgid "iNumber = Freefile"
+#. SqTE
+#: 03030000.xhp
+msgctxt ""
+"03030000.xhp\n"
+"hd_id3150502\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030000.xhp\" name=\"Date and Time Functions\">Date and Time Functions</link>"
msgstr ""
-#: 03020301.xhp#par_id3144761.26.help.text
-msgctxt "03020301.xhp#par_id3144761.26.help.text"
-msgid "Open aFile For Input As iNumber"
+#. VRE^
+#: 03030000.xhp
+msgctxt ""
+"03030000.xhp\n"
+"par_id3153255\n"
+"2\n"
+"help.text"
+msgid "Use the statements and functions described here to perform date and time calculations."
msgstr ""
-#: 03020301.xhp#par_id3153193.27.help.text
-msgctxt "03020301.xhp#par_id3153193.27.help.text"
-msgid "While not eof(iNumber)"
+#. YIn/
+#: 03030000.xhp
+msgctxt ""
+"03030000.xhp\n"
+"par_id3152363\n"
+"3\n"
+"help.text"
+msgid "<item type=\"productname\">%PRODUCTNAME</item> Basic lets you calculate time or date differences by converting the time and date values to continuous numeric values. After the difference is calculated, special functions are used to reconvert the values to the standard time or date formats."
msgstr ""
-#: 03020301.xhp#par_id3158408.28.help.text
-msgctxt "03020301.xhp#par_id3158408.28.help.text"
-msgid "Line Input #iNumber, sLine"
+#. ?)m#
+#: 03030000.xhp
+msgctxt ""
+"03030000.xhp\n"
+"par_id3151054\n"
+"4\n"
+"help.text"
+msgid "You can combine date and time values into a single floating-decimal number. Dates are converted to integers, and times to decimal values. <item type=\"productname\">%PRODUCTNAME</item> Basic also supports the variable type Date, which can contain a time specification consisting of both a date and time."
msgstr ""
-#: 03020301.xhp#par_id3149203.29.help.text
-msgctxt "03020301.xhp#par_id3149203.29.help.text"
-msgid "If sLine <>\"\" then"
+#. lpe7
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Controlling Program Execution"
msgstr ""
-#: 03020301.xhp#par_id3153770.30.help.text
-msgctxt "03020301.xhp#par_id3153770.30.help.text"
-msgid "sMsg = sMsg & sLine & chr(13)"
+#. :PXQ
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"hd_id3145136\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090000.xhp\" name=\"Controlling Program Execution\">Controlling Program Execution</link>"
msgstr ""
-#: 03020301.xhp#par_id3153367.32.help.text
-msgctxt "03020301.xhp#par_id3153367.32.help.text"
-msgid "end if"
+#. I+t,
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"par_id3143268\n"
+"2\n"
+"help.text"
+msgid "The following statements control the execution of a program."
msgstr ""
-#: 03020301.xhp#par_id3147318.33.help.text
-msgctxt "03020301.xhp#par_id3147318.33.help.text"
-msgid "wend"
+#. 9=+T
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"par_id3156152\n"
+"3\n"
+"help.text"
+msgid "A program generally executes from the first line of code to the last line of code. You can also execute certain procedures within the program according to specific conditions, or repeat a section of the program within a sub-procedure or function. You can use loops to repeat parts of a program as many times as necessary, or until a certain condition is met. These type of control statements are classified as Condition, Loop, or Jump statements."
msgstr ""
-#: 03020301.xhp#par_id3152939.34.help.text
-msgctxt "03020301.xhp#par_id3152939.34.help.text"
-msgid "Close #iNumber"
+#. k{eB
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Numeric Functions"
msgstr ""
-#: 03020301.xhp#par_id3153726.38.help.text
-msgctxt "03020301.xhp#par_id3153726.38.help.text"
-msgid "Msgbox sMsg"
-msgstr ""
+#. 0(yO
+#: 03080000.xhp
+#, fuzzy
+msgctxt ""
+"03080000.xhp\n"
+"hd_id3153127\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080000.xhp\" name=\"Numeric Functions\">Numeric Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03020301.xhp#par_id3153092.35.help.text
-msgctxt "03020301.xhp#par_id3153092.35.help.text"
-msgid "End Sub"
+#. 0=S:
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"par_id3148550\n"
+"2\n"
+"help.text"
+msgid "The following numeric functions perform calculations. Mathematical and Boolean operators are described in a separate section. Functions differ from operators in that functions pass arguments and return a result, instead of operators that return a result by combining two numeric expressions."
msgstr ""
-#: 03102300.xhp#tit.help.text
-msgid "IsDate Function [Runtime]"
+#. +/)N
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"tit\n"
+"help.text"
+msgid "UCase Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03102300.xhp#bm_id3145090.help.text
-msgid "<bookmark_value>IsDate function</bookmark_value>"
-msgstr "<bookmark_value>Erase ფუნქცია</bookmark_value>"
+#. N\]W
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"bm_id3153527\n"
+"help.text"
+msgid "<bookmark_value>UCase function</bookmark_value>"
+msgstr "<bookmark_value>UCase ფუნქცია</bookmark_value>"
-#: 03102300.xhp#hd_id3145090.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03102300.xhp\" name=\"IsDate Function [Runtime]\">IsDate Function [Runtime]</link>"
+#. gv/J
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"hd_id3153527\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase Function [Runtime]\">UCase Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03102300.xhp#par_id3153311.2.help.text
-msgid "Tests if a numeric or string expression can be converted to a <emph>Date</emph> variable."
-msgstr ""
+#. 00[$
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"par_id3155420\n"
+"2\n"
+"help.text"
+msgid "Converts lowercase characters in a string to uppercase."
+msgstr "სტრინგში გადაყავს პატარა ასო-ნიშნები დიდში."
+
+#. _J0Q
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"par_id3150771\n"
+"3\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03120302.xhp\" name=\"LCase Function\">LCase Function</link>"
+msgstr "აგრეთვე ნახეთ: <link href=\"text/sbasic/shared/03120302.xhp\" name=\"LCase ფუნცია\">LCase ფუნქცია</link>"
-#: 03102300.xhp#hd_id3153824.3.help.text
-msgctxt "03102300.xhp#hd_id3153824.3.help.text"
-msgid "Syntax:"
-msgstr ""
+#. aLBY
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"par_id3149233\n"
+"4\n"
+"help.text"
+msgid "<emph>Syntax</emph>:"
+msgstr "<emph>სინტაქსი</emph>:"
-#: 03102300.xhp#par_id3147573.4.help.text
-msgid "IsDate (Expression)"
-msgstr "CDec(Expression)"
+#. 6J(C
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"par_id3153061\n"
+"5\n"
+"help.text"
+msgid "UCase (Text As String)"
+msgstr "UCase (Text As String)"
-#: 03102300.xhp#hd_id3143270.5.help.text
-msgctxt "03102300.xhp#hd_id3143270.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+#. +2LT
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"par_id3159414\n"
+"6\n"
+"help.text"
+msgid "<emph>Return value</emph>:"
+msgstr "<emph>დაბრუნებული მნიშვნელობა</emph>:"
-#: 03102300.xhp#par_id3147560.6.help.text
-msgctxt "03102300.xhp#par_id3147560.6.help.text"
-msgid "Bool"
-msgstr ""
+#. l_.e
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"par_id3146795\n"
+"7\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონები"
-#: 03102300.xhp#hd_id3148947.7.help.text
-msgctxt "03102300.xhp#hd_id3148947.7.help.text"
+#. [a[Z
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"hd_id3149457\n"
+"8\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03102300.xhp#par_id3145069.8.help.text
-msgid "<emph>Expression:</emph> Any numeric or string expression that you want to test. If the expression can be converted to a date, the function returns <emph>True</emph>, otherwise the function returns <emph>False</emph>."
-msgstr ""
+#. tosq
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"par_id3150791\n"
+"9\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that you want to convert."
+msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-#: 03102300.xhp#hd_id3150447.9.help.text
-msgctxt "03102300.xhp#hd_id3150447.9.help.text"
+#. )A[c
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"hd_id3154125\n"
+"10\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03102300.xhp#par_id3154217.10.help.text
-msgid "Sub ExampleIsDate"
-msgstr "Sub ExampleSpace"
+#. p}A;
+#: 03120310.xhp
+#, fuzzy
+msgctxt ""
+"03120310.xhp\n"
+"par_id3149204\n"
+"14\n"
+"help.text"
+msgid "Print LCase(sVar) ' returns \"las vegas\""
+msgstr "Print LCase(sVar) REM returns \"las vegas\""
-#: 03102300.xhp#par_id3153970.11.help.text
-msgid "Dim sDateVar as String"
-msgstr "Dim sVar as string"
+#. fY$#
+#: 03120310.xhp
+#, fuzzy
+msgctxt ""
+"03120310.xhp\n"
+"par_id3156280\n"
+"15\n"
+"help.text"
+msgid "Print UCase(sVar) ' returns \"LAS VEGAS\""
+msgstr "Print UCase(sVar) REM returns \"LAS VEGAS\""
-#: 03102300.xhp#par_id3153193.12.help.text
-msgid "sDateVar = \"12.12.1997\""
-msgstr ""
+#. V(?6
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"tit\n"
+"help.text"
+msgid "CDec Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03102300.xhp#par_id3150869.13.help.text
-msgid "print IsDate(sDateVar) REM Returns True"
-msgstr ""
+#. /)Tf
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"bm_id863979\n"
+"help.text"
+msgid "<bookmark_value>CDec function</bookmark_value>"
+msgstr "<bookmark_value>CDec ფუნქცია</bookmark_value>"
-#: 03102300.xhp#par_id3148453.14.help.text
-msgid "sDateVar = \"12121997\""
+#. o-3W
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"par_idN10548\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100060.xhp\">CDec Function [Runtime]</link>"
msgstr ""
-#: 03102300.xhp#par_id3147288.15.help.text
-msgid "print IsDate(sDateVar) REM Returns False"
-msgstr ""
+#. f^2/
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"par_idN10558\n"
+"help.text"
+msgid "Converts a string expression or numeric expression to a decimal expression."
+msgstr "გადაყავს სტრინგული ან რიცხვითი გამოსახულება ათობით გამოსახულებაში."
-#: 03102300.xhp#par_id3155132.16.help.text
-msgctxt "03102300.xhp#par_id3155132.16.help.text"
-msgid "end sub"
+#. fm#3
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"par_idN1055B\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03030201.xhp#tit.help.text
-msgid "Hour Function [Runtime]"
-msgstr "Split Function [Runtime]"
+#. LBn,
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"par_idN105EA\n"
+"help.text"
+msgid "CDec(Expression)"
+msgstr "CDec(Expression)"
-#: 03030201.xhp#bm_id3156042.help.text
-msgid "<bookmark_value>Hour function</bookmark_value>"
-msgstr "<bookmark_value>CCur ფუნქცია</bookmark_value>"
+#. |Xiz
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"par_idN105ED\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03030201.xhp#hd_id3156042.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour Function [Runtime]\">Hour Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
+#. i$Rm
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"par_idN105F1\n"
+"help.text"
+msgid "Decimal number."
+msgstr "ათწილადი რიცხვი."
-#: 03030201.xhp#par_id3149346.2.help.text
-msgid "Returns the hour from a time value that is generated by the TimeSerial or the TimeValue function."
+#. qz(W
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"par_idN105F4\n"
+"help.text"
+msgid "Parameter:"
msgstr ""
-#: 03030201.xhp#hd_id3147574.3.help.text
-msgctxt "03030201.xhp#hd_id3147574.3.help.text"
-msgid "Syntax:"
-msgstr ""
+#. 6S$?
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"par_idN105F8\n"
+"help.text"
+msgid "Expression: Any string or numeric expression that you want to convert."
+msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-#: 03030201.xhp#par_id3147264.4.help.text
-msgid "Hour (Number)"
+#. T;X[
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Event-Driven Macros"
msgstr ""
-#: 03030201.xhp#hd_id3145069.5.help.text
-msgctxt "03030201.xhp#hd_id3145069.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03030201.xhp#par_id3149670.6.help.text
-msgctxt "03030201.xhp#par_id3149670.6.help.text"
-msgid "Integer"
+#. (T=Q
+#: 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 ""
-#: 03030201.xhp#hd_id3150359.7.help.text
-msgctxt "03030201.xhp#hd_id3150359.7.help.text"
-msgid "Parameters:"
+#. (j#w
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"hd_id3147348\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01040000.xhp\" name=\"Event-Driven Macros\">Event-Driven Macros</link>"
msgstr ""
-#: 03030201.xhp#par_id3154366.8.help.text
-msgid " <emph>Number:</emph> Numeric expression that contains the serial time value that is used to return the hour value."
+#. lb[R
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3146120\n"
+"2\n"
+"help.text"
+msgid "This section describes how to assign Basic programs to program events."
msgstr ""
-#: 03030201.xhp#par_id3154909.9.help.text
-msgid "This function is the opposite of the <emph>TimeSerial</emph> function. It returns an integer value that represents the hour from a time value that is generated by the <emph>TimeSerial</emph> or the <emph>TimeValue </emph>function. For example, the expression"
+#. A`=(
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3149263\n"
+"4\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 ""
-#: 03030201.xhp#par_id3163798.10.help.text
-msgid "Print Hour(TimeSerial(12,30,41))"
+#. gw#%
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3148455\n"
+"5\n"
+"help.text"
+msgid "Event"
msgstr ""
-#: 03030201.xhp#par_id3155132.11.help.text
-msgctxt "03030201.xhp#par_id3155132.11.help.text"
-msgid "returns the value 12."
+#. 1l;P
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3145799\n"
+"6\n"
+"help.text"
+msgid "An assigned macro is executed..."
msgstr ""
-#: 03030201.xhp#hd_id3147348.12.help.text
-msgctxt "03030201.xhp#hd_id3147348.12.help.text"
-msgid "Example:"
+#. CTDN
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3149379\n"
+"7\n"
+"help.text"
+msgid "Program Start"
msgstr ""
-#: 03030201.xhp#par_id3146985.13.help.text
-msgid "Sub ExampleHour"
-msgstr "Sub ExampleStr"
-
-#: 03030201.xhp#par_id3156441.14.help.text
-msgid "Print \"The current hour is \" & Hour( Now )"
+#. w3RB
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3150715\n"
+"8\n"
+"help.text"
+msgid "... after a $[officename] application is started."
msgstr ""
-#: 03030201.xhp#par_id3153145.15.help.text
-msgctxt "03030201.xhp#par_id3153145.15.help.text"
-msgid "End Sub"
+#. PB/|
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3146914\n"
+"9\n"
+"help.text"
+msgid "Program End"
msgstr ""
-#: 03020407.xhp#tit.help.text
-msgid "FileDateTime Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03020407.xhp#bm_id3153361.help.text
-msgid "<bookmark_value>FileDateTime function</bookmark_value>"
-msgstr "<bookmark_value>DateDiff ფუნქცია</bookmark_value>"
-
-#: 03020407.xhp#hd_id3153361.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03020407.xhp\" name=\"FileDateTime Function [Runtime]\">FileDateTime Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03020407.xhp#par_id3156423.2.help.text
-msgid "Returns a string that contains the date and the time that a file was created or last modified."
+#. !^;T
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3153765\n"
+"10\n"
+"help.text"
+msgid "...before a $[officename] application is terminated."
msgstr ""
-#: 03020407.xhp#hd_id3154685.3.help.text
-msgctxt "03020407.xhp#hd_id3154685.3.help.text"
-msgid "Syntax:"
+#. 70d]
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3145150\n"
+"11\n"
+"help.text"
+msgid "Create Document"
msgstr ""
-#: 03020407.xhp#par_id3154124.4.help.text
-msgid "FileDateTime (Text As String)"
-msgstr "Len (Text As String)"
-
-#: 03020407.xhp#hd_id3150448.5.help.text
-msgctxt "03020407.xhp#hd_id3150448.5.help.text"
-msgid "Parameters:"
+#. UuSW
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3163808\n"
+"12\n"
+"help.text"
+msgid "...after a new document is created with <emph>File - New</emph> or with the <emph>New</emph> icon."
msgstr ""
-#: 03020407.xhp#par_id3159153.6.help.text
-msgid "<emph>Text:</emph> Any string expression that contains an unambiguous (no wildcards) file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+#. -}!]
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3145790\n"
+"13\n"
+"help.text"
+msgid "Open Document"
msgstr ""
-#: 03020407.xhp#par_id3155306.7.help.text
-msgid "This function determines the exact time of creation or last modification of a file, returned in the format \"MM.DD.YYYY HH.MM.SS\"."
+#. F:Fk
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3154572\n"
+"14\n"
+"help.text"
+msgid "...after a document is opened with <emph>File - Open</emph> or with the <emph>Open</emph> icon."
msgstr ""
-#: 03020407.xhp#hd_id3146119.8.help.text
-msgctxt "03020407.xhp#hd_id3146119.8.help.text"
-msgid "Example:"
+#. S/B#
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3153266\n"
+"15\n"
+"help.text"
+msgid "Save Document As"
msgstr ""
-#: 03020407.xhp#par_id3148576.9.help.text
-msgid "Sub ExampleFileDateTime"
+#. ;@-*
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3150208\n"
+"16\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 ""
-#: 03020407.xhp#par_id3161831.10.help.text
-msgid "msgbox FileDateTime(\"C:\\autoexec.bat\")"
+#. T4hc
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3158215\n"
+"43\n"
+"help.text"
+msgid "Document has been saved as"
msgstr ""
-#: 03020407.xhp#par_id3146986.11.help.text
-msgctxt "03020407.xhp#par_id3146986.11.help.text"
-msgid "end sub"
+#. Jxd:
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3150980\n"
+"44\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 ""
-#: 03030200.xhp#tit.help.text
-msgid "Converting Time Values"
+#. qd^Q
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3150519\n"
+"17\n"
+"help.text"
+msgid "Save Document"
msgstr ""
-#: 03030200.xhp#hd_id3147226.1.help.text
-msgid "<link href=\"text/sbasic/shared/03030200.xhp\" name=\"Converting Time Values\">Converting Time Values</link>"
+#. TKKL
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3155529\n"
+"18\n"
+"help.text"
+msgid "...before 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 ""
-#: 03030200.xhp#par_id3149415.2.help.text
-msgid "The following functions convert time values to calculable numbers."
+#. qYmx
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3149404\n"
+"45\n"
+"help.text"
+msgid "Document has been saved"
msgstr ""
-#: 01010210.xhp#tit.help.text
-msgid "Basics"
+#. MeYz
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3151332\n"
+"46\n"
+"help.text"
+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 ""
-#: 01010210.xhp#bm_id4488967.help.text
-msgid "<bookmark_value>fundamentals</bookmark_value><bookmark_value>subroutines</bookmark_value><bookmark_value>variables;global and local</bookmark_value><bookmark_value>modules;subroutines and functions</bookmark_value>"
+#. )29f
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3159171\n"
+"19\n"
+"help.text"
+msgid "Document is closing"
msgstr ""
-#: 01010210.xhp#hd_id3154927.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/01010210.xhp\" name=\"Basics\">Basics</link>"
-msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-
-#: 01010210.xhp#par_id3156023.14.help.text
-msgid "This section provides the fundamentals for working with $[officename] Basic."
+#. (K@M
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3146868\n"
+"20\n"
+"help.text"
+msgid "...before a document is closed."
msgstr ""
-#: 01010210.xhp#par_id3147560.2.help.text
-msgid "$[officename] Basic code is based on subroutines and functions that are specified between <emph>sub...end sub</emph> and <emph>function...end function</emph> sections. Each Sub or Function can call other Subs and Functions. If you take care to write generic code for a Sub or Function, you can probably re-use it in other programs. See also <link href=\"text/sbasic/shared/01020300.xhp\" name=\"Procedures and Functions\">Procedures and Functions</link>."
+#. T4#E
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3159097\n"
+"47\n"
+"help.text"
+msgid "Document closed"
msgstr ""
-#: 01010210.xhp#par_id314756320.help.text
-msgctxt "01010210.xhp#par_id314756320.help.text"
-msgid "Some restrictions apply for the names of your public variables, subs, and functions. You must not use the same name as one of the modules of the same library."
+#. !QKV
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3148606\n"
+"48\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 ""
-#: 01010210.xhp#hd_id3150398.3.help.text
-msgid "What is a Sub?"
+#. =Wvo
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3144772\n"
+"21\n"
+"help.text"
+msgid "Activate Document"
msgstr ""
-#: 01010210.xhp#par_id3148797.4.help.text
-msgid "<emph>Sub</emph> is the short form of <emph>subroutine</emph>, that is used to handle a certain task within a program. Subs are used to split a task into individual procedures. Splitting a program into procedures and sub-procedures enhances readability and reduces the error-proneness. A sub possibly takes some arguments as parameters but does not return any values back to the calling sub or function, for example:"
+#. a]ld
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3149442\n"
+"22\n"
+"help.text"
+msgid "...after a document is brought to the foreground."
msgstr ""
-#: 01010210.xhp#par_id3150868.15.help.text
-msgid "DoSomethingWithTheValues(MyFirstValue,MySecondValue)"
+#. D#BZ
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3150888\n"
+"23\n"
+"help.text"
+msgid "Deactivate Document"
msgstr ""
-#: 01010210.xhp#hd_id3156282.5.help.text
-msgid "What is a Function?"
+#. 1+Fm
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3154060\n"
+"24\n"
+"help.text"
+msgid "...after another document is brought to the foreground."
msgstr ""
-#: 01010210.xhp#par_id3156424.6.help.text
-msgid "A <emph>function</emph> is essentially a sub, which returns a value. You may use a function at the right side of a variable declaration, or at other places where you normally use values, for example:"
+#. lJoy
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3152384\n"
+"25\n"
+"help.text"
+msgid "Print Document"
msgstr ""
-#: 01010210.xhp#par_id3146985.7.help.text
-msgid "MySecondValue = myFunction(MyFirstValue)"
+#. Xb8*
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3152873\n"
+"26\n"
+"help.text"
+msgid "...after the <emph>Print</emph> dialog is closed, but before the actual print process begins."
msgstr ""
-#: 01010210.xhp#hd_id3153364.8.help.text
-msgid "Global and local variables"
+#. fcbB
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3159227\n"
+"49\n"
+"help.text"
+msgid "JavaScript run-time error"
msgstr ""
-#: 01010210.xhp#par_id3151112.9.help.text
-msgid "Global variables are valid for all subs and functions inside a module. They are declared at the beginning of a module before the first sub or function starts."
+#. V2EQ
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3145362\n"
+"50\n"
+"help.text"
+msgid "...when a JavaScript run-time error occurs."
msgstr ""
-#: 01010210.xhp#par_id3154012.10.help.text
-msgid "Variables that you declare within a sub or function are valid only inside this sub or function. These variables override global variables with the same name and local variables with the same name coming from superordinate subs or functions."
+#. 0Fg;
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3154767\n"
+"27\n"
+"help.text"
+msgid "Print Mail Merge"
msgstr ""
-#: 01010210.xhp#hd_id3150010.11.help.text
-msgid "Structuring"
+#. f/Im
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3153555\n"
+"28\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 ""
-#: 01010210.xhp#par_id3153727.12.help.text
-msgid "After separating your program into procedures and functions (Subs and Functions), you can save these procedures and functions as files for reuse in other projects. $[officename] Basic supports <link href=\"text/sbasic/shared/01020500.xhp\" name=\"Modules and Libraries\">Modules and Libraries</link>. Subs and functions are always contained in modules. You can define modules to be global or part of a document. Multiple modules can be combined to a library."
+#. :}z3
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3156366\n"
+"51\n"
+"help.text"
+msgid "Change of the page count"
msgstr ""
-#: 01010210.xhp#par_id3152578.13.help.text
-msgid "You can copy or move subs, functions, modules and libraries from one file to another by using the <link href=\"text/sbasic/shared/01/06130000.xhp\" name=\"Macro\">Macro</link> dialog."
+#. FoY(
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3154627\n"
+"52\n"
+"help.text"
+msgid "...when the page count changes."
msgstr ""
-#: 03090103.xhp#tit.help.text
-msgid "IIf Statement [Runtime]"
+#. D@6.
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3154737\n"
+"53\n"
+"help.text"
+msgid "Message received"
msgstr ""
-#: 03090103.xhp#bm_id3155420.help.text
-msgid "<bookmark_value>IIf statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-
-#: 03090103.xhp#hd_id3155420.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03090103.xhp\" name=\"IIf Statement [Runtime]\">IIf Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-
-#: 03090103.xhp#par_id3145610.2.help.text
-msgid "Returns one of two possible function results, depending on the logical value of the evaluated expression."
+#. y(?x
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3150952\n"
+"54\n"
+"help.text"
+msgid "...if a message was received."
msgstr ""
-#: 03090103.xhp#hd_id3159413.3.help.text
-msgctxt "03090103.xhp#hd_id3159413.3.help.text"
-msgid "Syntax:"
+#. O/)d
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"hd_id3153299\n"
+"30\n"
+"help.text"
+msgid "Assigning a Macro to an Event"
msgstr ""
-#: 03090103.xhp#par_id3147560.4.help.text
-msgid "IIf (Expression, ExpressionTrue, ExpressionFalse)"
+#. MIIW
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3147244\n"
+"31\n"
+"help.text"
+msgid "Choose <emph>Tools - Customize</emph> and click the <emph>Events</emph> tab."
msgstr ""
-#: 03090103.xhp#hd_id3150541.5.help.text
-msgctxt "03090103.xhp#hd_id3150541.5.help.text"
-msgid "Parameters:"
+#. JFU-
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3146098\n"
+"55\n"
+"help.text"
+msgid "Select whether you want the assignment to be globally valid or just valid in the current document in the <emph>Save In</emph> listbox."
msgstr ""
-#: 03090103.xhp#par_id3153381.6.help.text
-msgid "<emph>Expression:</emph> Any expression that you want to evaluate. If the expression evaluates to <emph>True</emph>, the function returns the result of ExpressionTrue, otherwise it returns the result of ExpressionFalse."
+#. s#SH
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3150431\n"
+"32\n"
+"help.text"
+msgid "Select the event from the <emph>Event</emph> list."
msgstr ""
-#: 03090103.xhp#par_id3150870.7.help.text
-msgid "<emph>ExpressionTrue, ExpressionFalse:</emph> Any expression, one of which will be returned as the function result, depending on the logical evaluation."
+#. m90U
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3148742\n"
+"33\n"
+"help.text"
+msgid "Click <emph>Macro</emph> and select the macro to be assigned to the selected event."
msgstr ""
-#: 03131800.xhp#tit.help.text
-msgid "CreateUnoDialog Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03131800.xhp#bm_id3150040.help.text
-msgid "<bookmark_value>CreateUnoDialog function</bookmark_value>"
-msgstr "<bookmark_value>CreateUnoDialog ფუნქცია</bookmark_value>"
-
-#: 03131800.xhp#hd_id3150040.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03131800.xhp\" name=\"CreateUnoDialog Function [Runtime]\">CreateUnoDialog Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03131800.xhp#par_id3154186.2.help.text
-msgid "Creates a Basic Uno object that represents a Uno dialog control during Basic runtime."
-msgstr "ქმნის Basic Uno ობიექტს, რომელიც წარმოადგენს Uno დიალოგის კონტროლს Basic-ის გაშვებისას."
-
-#: 03131800.xhp#par_id3153750.3.help.text
-msgid "Dialogs are defined in the dialog libraries. To display a dialog, a \"live\" dialog must be created from the library."
-msgstr "დიალოგები განისაზღვრება დიალოგურ ბიბლიოთეკებში. დიალოგის საჩვენებლად ბიბლიოთეკაში უნდა შეიქმნას \"ცოცხალი\" დიალოგი."
-
-#: 03131800.xhp#par_id3153681.4.help.text
-msgid "See <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Examples\">Examples</link>."
-msgstr "See <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"მაგალითები\">მაგალითები</link>."
-
-#: 03131800.xhp#hd_id3154286.5.help.text
-msgctxt "03131800.xhp#hd_id3154286.5.help.text"
-msgid "Syntax:"
+#. cCn|
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3146321\n"
+"35\n"
+"help.text"
+msgid "Click <emph>OK</emph> to assign the macro."
msgstr ""
-#: 03131800.xhp#par_id3159176.6.help.text
-msgid "CreateUnoDialog( oDlgDesc )"
-msgstr "CreateUnoDialog( oDlgDesc )"
-
-#: 03131800.xhp#hd_id3143270.7.help.text
-msgctxt "03131800.xhp#hd_id3143270.7.help.text"
-msgid "Example:"
+#. `=2{
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3147414\n"
+"56\n"
+"help.text"
+msgid "Click <emph>OK</emph> to close the dialog."
msgstr ""
-#: 03131800.xhp#par_id3159157.8.help.text
-msgid "' Get dialog description from the dialog library"
-msgstr "' დიალოგთა ბიბლიოთეკიდან დიალოგის აღწერილობის მიღება "
-
-#: 03131800.xhp#par_id3149234.9.help.text
-msgctxt "03131800.xhp#par_id3149234.9.help.text"
-msgid "oDlgDesc = DialogLibraries.Standard.Dialog1"
+#. C,Q+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"hd_id3154581\n"
+"36\n"
+"help.text"
+msgid "Removing the Assignment of a Macro to an Event"
msgstr ""
-#: 03131800.xhp#par_id3154923.10.help.text
-msgid "' generate \"live\" dialog"
-msgstr "' \"ცოცხალი\" დიალოგის გენერაცია"
-
-#: 03131800.xhp#par_id3149670.11.help.text
-msgid "oDlgControl = CreateUnoDialog( oDlgDesc )"
-msgstr "oDlgControl = CreateUnoDialog( oDlgDesc )"
-
-#: 03131800.xhp#par_id3148550.12.help.text
-msgid "' display \"live\" dialog"
-msgstr "' \"ცოცხალი\" დიალოგის ჩვენება"
-
-#: 03131800.xhp#par_id3154072.13.help.text
-msgid "oDlgControl.execute"
-msgstr "oDlgControl.execute"
-
-#: 03130000.xhp#tit.help.text
-msgid "Other Commands"
-msgstr "სხვა ბრძანებები"
-
-#: 03130000.xhp#hd_id3156027.1.help.text
-msgid "<link href=\"text/sbasic/shared/03130000.xhp\" name=\"Other Commands\">Other Commands</link>"
-msgstr "<link href=\"text/sbasic/shared/03130000.xhp\" name=\"სხვა ბრძენებები\">სხვა ბრძენებები</link>"
-
-#: 03130000.xhp#par_id3153312.2.help.text
-msgid "This is a list of the functions and the statements that are not included in the other categories."
-msgstr "აქ მოყვანილია ფუნქციების და დებულებებუს სია, რომლების არ შედის სხვა კატეგორიებში."
-
-#: 03060000.xhp#tit.help.text
-msgid "Logical Operators"
+#. HY]K
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3146883\n"
+"57\n"
+"help.text"
+msgid "Choose <emph>Tools - Customize</emph> and click the <emph>Events</emph> tab."
msgstr ""
-#: 03060000.xhp#hd_id3147559.1.help.text
-msgid "<link href=\"text/sbasic/shared/03060000.xhp\" name=\"Logical Operators\">Logical Operators</link>"
+#. Is)}
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3155909\n"
+"58\n"
+"help.text"
+msgid "Select whether you want to remove a global assignment or an assignment that is just valid in the current document by selecting the option in the <emph>Save In</emph> listbox."
msgstr ""
-#: 03060000.xhp#par_id3153379.2.help.text
-msgid "The following logical operators are supported by $[officename] Basic."
+#. [4D9
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3159129\n"
+"59\n"
+"help.text"
+msgid "Select the event that contains the assignment to be removed from the <emph>Event</emph> list."
msgstr ""
-#: 03060000.xhp#par_id3154138.3.help.text
-msgid "Logical operators combine (bitwise) the contents of two expressions or variables, for example, to test if specific bits are set or not."
+#. \oqc
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3149143\n"
+"37\n"
+"help.text"
+msgid "Click <emph>Remove</emph>."
msgstr ""
-#: 03102400.xhp#tit.help.text
-msgid "IsEmpty Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03102400.xhp#bm_id3153394.help.text
-msgid "<bookmark_value>IsEmpty function</bookmark_value>"
-msgstr "<bookmark_value>IsError ფუნქცია</bookmark_value>"
-
-#: 03102400.xhp#hd_id3153394.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03102400.xhp\" name=\"IsEmpty Function [Runtime]\">IsEmpty Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03102400.xhp#par_id3163045.2.help.text
-msgid "Tests if a Variant variable contains the Empty value. The Empty value indicates that the variable is not initialized."
+#. W\e8
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3149351\n"
+"60\n"
+"help.text"
+msgid "Click <emph>OK</emph> to close the dialog."
msgstr ""
-#: 03102400.xhp#hd_id3159158.3.help.text
-msgctxt "03102400.xhp#hd_id3159158.3.help.text"
-msgid "Syntax:"
+#. KP;M
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Debugging a Basic Program"
msgstr ""
-#: 03102400.xhp#par_id3153126.4.help.text
-msgid "IsEmpty (Var)"
+#. mk9;
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"bm_id3153344\n"
+"help.text"
+msgid "<bookmark_value>debugging Basic programs</bookmark_value><bookmark_value>variables; observing values</bookmark_value><bookmark_value>watching variables</bookmark_value><bookmark_value>run-time errors in Basic</bookmark_value><bookmark_value>error codes in Basic</bookmark_value><bookmark_value>breakpoints</bookmark_value><bookmark_value>Call Stack window</bookmark_value>"
msgstr ""
-#: 03102400.xhp#hd_id3148685.5.help.text
-msgctxt "03102400.xhp#hd_id3148685.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03102400.xhp#par_id3156344.6.help.text
-msgctxt "03102400.xhp#par_id3156344.6.help.text"
-msgid "Bool"
+#. :f,E
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id3153344\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01030300.xhp\">Debugging a Basic Program</link>"
msgstr ""
-#: 03102400.xhp#hd_id3148947.7.help.text
-msgctxt "03102400.xhp#hd_id3148947.7.help.text"
-msgid "Parameters:"
+#. 9FPz
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id3159224\n"
+"4\n"
+"help.text"
+msgid "Breakpoints and Single Step Execution"
msgstr ""
-#: 03102400.xhp#par_id3154347.8.help.text
-msgid "<emph>Var:</emph> Any variable that you want to test. If the Variant contains the Empty value, the function returns True, otherwise the function returns False."
-msgstr "<emph>Var:</emph> ნებისმიერი გამოსაცდელი ცვლადი. თუ ცვლადი შეიცავს მცდა მნიშვნელობას, ფუნქცია ასბრუნებს True-ს, წინააღმდეგ შემთხვევაში ფუქნცია აბრუნებს False-ს."
-
-#: 03102400.xhp#hd_id3154138.9.help.text
-msgctxt "03102400.xhp#hd_id3154138.9.help.text"
-msgid "Example:"
+#. 80qL
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3150682\n"
+"5\n"
+"help.text"
+msgid "You can check each line in your Basic program for errors using single step execution. Errors are easily traced since you can immediately see the result of each step. A pointer in the breakpoint column of the Editor indicates the current line. You can also set a breakpoint if you want to force the program to be interrupted at a specific position."
msgstr ""
-#: 03102400.xhp#par_id3125864.10.help.text
-msgid "Sub ExampleIsEmpty"
-msgstr "Sub ExampleBeep"
-
-#: 03102400.xhp#par_id3150449.11.help.text
-msgid "Dim sVar as Variant"
-msgstr "Dim sVar as string"
-
-#: 03102400.xhp#par_id3153970.12.help.text
-msgid "sVar = Empty"
+#. 7p*o
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3147303\n"
+"7\n"
+"help.text"
+msgid "Double-click in the <emph>breakpoint</emph> column at the left of the Editor window to toggle a breakpoint at the corresponding line. When the program reaches a breakpoint, the program execution is interrupted."
msgstr ""
-#: 03102400.xhp#par_id3154863.13.help.text
-msgid "Print IsEmpty(sVar) REM Returns True"
+#. ?dnK
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3155805\n"
+"8\n"
+"help.text"
+msgid "The <emph>single step </emph>execution using the <emph>Single Step</emph> icon causes the program to branch into procedures and functions."
msgstr ""
-#: 03102400.xhp#par_id3151043.14.help.text
-msgctxt "03102400.xhp#par_id3151043.14.help.text"
-msgid "end sub"
+#. W(g-
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3151110\n"
+"25\n"
+"help.text"
+msgid "The procedure step execution using the <emph>Procedure Step</emph> icon causes the program to skip over procedures and functions as a single step."
msgstr ""
-#: 03030303.xhp#tit.help.text
-msgid "Timer Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03030303.xhp#bm_id3149346.help.text
-msgid "<bookmark_value>Timer function</bookmark_value>"
-msgstr "<bookmark_value>Trim ფუნქცია</bookmark_value>"
-
-#: 03030303.xhp#hd_id3149346.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03030303.xhp\" name=\"Timer Function [Runtime]\">Timer Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03030303.xhp#par_id3156023.2.help.text
-msgid "Returns a value that specifies the number of seconds that have elapsed since midnight."
+#. crWD
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id3153825\n"
+"9\n"
+"help.text"
+msgid "Properties of a Breakpoint"
msgstr ""
-#: 03030303.xhp#par_id3156212.3.help.text
-msgid "You must first declare a variable to call the Timer function and assign it the \"Long \" data type, otherwise a Date value is returned."
+#. 8rd=
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3147574\n"
+"26\n"
+"help.text"
+msgid "The properties of a breakpoint are available through its context menu by right-clicking the breakpoint in the breakpoint column."
msgstr ""
-#: 03030303.xhp#hd_id3153768.4.help.text
-msgctxt "03030303.xhp#hd_id3153768.4.help.text"
-msgid "Syntax:"
+#. 14Id
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3148473\n"
+"10\n"
+"help.text"
+msgid "You can <emph>activate</emph> and <emph>deactivate</emph> a breakpoint by selecting <emph>Active</emph> from its context menu. When a breakpoint is deactivated, it does not interrupt the program execution."
msgstr ""
-#: 03030303.xhp#par_id3161831.5.help.text
-#, fuzzy
-msgid "Timer"
-msgstr "დრო"
-
-#: 03030303.xhp#hd_id3146975.6.help.text
-msgctxt "03030303.xhp#hd_id3146975.6.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03030303.xhp#par_id3146984.7.help.text
-msgctxt "03030303.xhp#par_id3146984.7.help.text"
-msgid "Date"
+#. HloO
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3159413\n"
+"27\n"
+"help.text"
+msgid "Select <emph>Properties</emph> from the context menu of a breakpoint or select <emph>Breakpoints</emph> from the context menu of the breakpoint column to call the <emph>Breakpoints</emph> dialog where you can specify other breakpoint options."
msgstr ""
-#: 03030303.xhp#hd_id3156442.8.help.text
-msgctxt "03030303.xhp#hd_id3156442.8.help.text"
-msgid "Example:"
+#. \=xn
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3156280\n"
+"11\n"
+"help.text"
+msgid "The list displays all <emph>breakpoints</emph> with the corresponding line number in the source code. You can activate or deactivate a selected breakpoint by checking or clearing the <emph>Active</emph> box."
msgstr ""
-#: 03030303.xhp#par_id3153951.9.help.text
-msgid "Sub ExampleTimer"
-msgstr "Sub ExampleStr"
+#. /+d[
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3158407\n"
+"12\n"
+"help.text"
+msgid "The <emph>Pass Count</emph> specifies the number of times the breakpoint can be passed over before the program is interrupted. If you enter 0 (default setting) the program is always interrupted as soon as a breakpoint is encountered."
+msgstr ""
-#: 03030303.xhp#par_id3147427.10.help.text
-msgid "Dim lSec as long,lMin as long,lHour as long"
+#. E$s0
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3153968\n"
+"13\n"
+"help.text"
+msgid "Click <emph>Delete</emph> to remove the breakpoint from the program."
msgstr ""
-#: 03030303.xhp#par_id3153092.11.help.text
-msgid "lSec = Timer"
+#. `YTC
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id3150439\n"
+"14\n"
+"help.text"
+msgid "Observing the Value of Variables"
msgstr ""
-#: 03030303.xhp#par_id3145748.12.help.text
-msgid "MsgBox lSec,0,\"Seconds since midnight\""
+#. 6~XN
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3153368\n"
+"15\n"
+"help.text"
+msgid "You can monitor the values of a variable by adding it to the <emph>Watch</emph> window. To add a variable to the list of watched variables, type the variable name in the <emph>Watch</emph> text box and press Enter."
msgstr ""
-#: 03030303.xhp#par_id3149260.13.help.text
-msgid "lMin = lSec / 60"
+#. ?xmt
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3146986\n"
+"16\n"
+"help.text"
+msgid "The values of variables are only displayed if they are in scope. Variables that are not defined at the current source code location display (\"Out of Scope\") instead of a value."
msgstr ""
-#: 03030303.xhp#par_id3148646.14.help.text
-msgid "lSec = lSec Mod 60"
+#. ;ZpA
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3145272\n"
+"17\n"
+"help.text"
+msgid "You can also include arrays in the Watch window. If you enter the name of an array variable without an index value in the Watch text box, the content of the entire array is displayed."
msgstr ""
-#: 03030303.xhp#par_id3148575.15.help.text
-msgid "lHour = lMin / 60"
+#. Y\3I
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3145749\n"
+"19\n"
+"help.text"
+msgid "If you rest the mouse over a predefined variable in the Editor at run-time, the content of the variable is displayed in a pop-up box."
msgstr ""
-#: 03030303.xhp#par_id3150418.16.help.text
-msgid "lMin = lMin Mod 60"
+#. :Z9k
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id3148618\n"
+"20\n"
+"help.text"
+msgid "The Call Stack Window"
msgstr ""
-#: 03030303.xhp#par_id3156283.17.help.text
-msgid "MsgBox Right(\"00\" & lHour , 2) & \":\"& Right(\"00\" & lMin , 2) & \":\" & Right(\"00\" & lSec , 2) ,0,\"The time is\""
+#. Xq=S
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3154491\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BASICIDE_STACKWINDOW_LIST\">Provides an overview of the call hierarchy of procedures and functions.</ahelp> You can determine which procedures and functions called which other procedures and functions at the current point in the source code."
msgstr ""
-#: 03030303.xhp#par_id3153158.18.help.text
-msgctxt "03030303.xhp#par_id3153158.18.help.text"
-msgid "end sub"
+#. yyKl
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id3150594\n"
+"24\n"
+"help.text"
+msgid "List of Run-Time Errors"
msgstr ""
-#: keys.xhp#tit.help.text
+#. m*2J
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"tit\n"
+"help.text"
msgid "Keyboard Shortcuts in the Basic IDE"
msgstr ""
-#: keys.xhp#bm_id3154760.help.text
+#. Q_5n
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"bm_id3154760\n"
+"help.text"
msgid "<bookmark_value>keyboard;in IDE</bookmark_value><bookmark_value>shortcut keys;Basic IDE</bookmark_value><bookmark_value>IDE;keyboard shortcuts</bookmark_value>"
msgstr "<bookmark_value>კლავიატურა;ინტეგრირებული შემუშავებულს შორის</bookmark_value><bookmark_value>მალსახმობი კლავიშები;Basic IDE</bookmark_value><bookmark_value>IDE;კლავიატურული მალსახმობები</bookmark_value>"
-#: keys.xhp#hd_id3154760.1.help.text
+#. rALg
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"hd_id3154760\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/sbasic/shared/keys.xhp\" name=\"Keyboard Shortcuts in the Basic IDE\">Keyboard Shortcuts in the Basic IDE</link>"
msgstr "<link href=\"text/sbasic/shared/keys.xhp\" name=\"კლავიატურული მალსახმობები Basic IDE-ში\">ლავიატურული მალსახმობები Basic IDE-ში</link>"
-#: keys.xhp#par_id3149655.2.help.text
+#. YdQc
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3149655\n"
+"2\n"
+"help.text"
msgid "In the Basic IDE you can use the following keyboard shortcuts:"
msgstr "Basic IDE-ში თქვენ შეგიძლიათ გამოიყენოთ აღნიშნული კლავიატურული მალსახმომები:"
-#: keys.xhp#par_id3154908.3.help.text
+#. _RT!
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3154908\n"
+"3\n"
+"help.text"
msgid "Action"
msgstr "მოქმედება"
-#: keys.xhp#par_id3153192.4.help.text
+#. 5AD;
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3153192\n"
+"4\n"
+"help.text"
msgid "Keyboard shortcut"
msgstr "კლავიატურული მალსახმობი"
-#: keys.xhp#par_id3159254.5.help.text
+#. P$B)
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3159254\n"
+"5\n"
+"help.text"
msgid "Run code starting from the first line, or from the current breakpoint, if the program stopped there before"
msgstr "გაუშვით კოდი პირველი ხაზიდან, ან მიმდინარე წყვეტიდან თუ პროგრამა შეცერდა მანამდე"
-#: keys.xhp#par_id3163712.6.help.text
+#. EBHT
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3163712\n"
+"6\n"
+"help.text"
msgid "F5"
msgstr "F5"
-#: keys.xhp#par_id3150010.7.help.text
-msgctxt "keys.xhp#par_id3150010.7.help.text"
+#. M8\Y
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3150010\n"
+"7\n"
+"help.text"
msgid "Stop"
msgstr ""
-#: keys.xhp#par_id3154319.8.help.text
+#. HBpx
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3154319\n"
+"8\n"
+"help.text"
msgid "Shift+F5"
msgstr "Shift+F5"
-#: keys.xhp#par_id3151073.11.help.text
+#. RtL8
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3151073\n"
+"11\n"
+"help.text"
msgid "Add <link href=\"text/sbasic/shared/01050100.xhp\" name=\"watch\">watch</link> for the variable at the cursor"
msgstr ""
-#: keys.xhp#par_id3154731.12.help.text
+#. ^k^y
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3154731\n"
+"12\n"
+"help.text"
msgid "F7"
msgstr "F7"
-#: keys.xhp#par_id3148455.13.help.text
+#. 9V{E
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3148455\n"
+"13\n"
+"help.text"
msgid "Single step through each statement, starting at the first line or at that statement where the program execution stopped before."
msgstr "ერთადერთი ნაბიჯი ყველა განაცხადისთვის, დაწყება პირველი ხაზიდან ან განაცხადიდან სადაც პროგრამის შესრულება შეწყდა მანამდე."
-#: keys.xhp#par_id3150716.14.help.text
+#. jV1p
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3150716\n"
+"14\n"
+"help.text"
msgid "F8"
msgstr "F8"
-#: keys.xhp#par_id3156275.15.help.text
+#. hoca
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3156275\n"
+"15\n"
+"help.text"
msgid "Single step as with F8, but a function call is considered to be only <emph>one</emph> statement"
msgstr "ერთადერთი საფეხური როგორც F8-თან, მაგრამ ფუნქციონალური მოთხოვნა არის მხოლოდ <emph>one</emph> განაცხადი"
-#: keys.xhp#par_id3153764.16.help.text
+#. Hn/Y
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3153764\n"
+"16\n"
+"help.text"
msgid "Shift+F8"
msgstr "Shift+F8"
-#: keys.xhp#par_id3150323.17.help.text
+#. s3le
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3150323\n"
+"17\n"
+"help.text"
msgid "Set or remove a <link href=\"text/sbasic/shared/01030300.xhp\" name=\"breakpoint\">breakpoint</link> at the current line or all breakpoints in the current selection"
msgstr "Set or remove a <link href=\"text/sbasic/shared/01030300.xhp\" name=\"breakpoint\">breakpoint</link> at the current line or all breakpoints in the current selection"
-#: keys.xhp#par_id3147339.18.help.text
+#. 8opV
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3147339\n"
+"18\n"
+"help.text"
msgid "F9"
msgstr "F9"
-#: keys.xhp#par_id3153963.19.help.text
+#. (E*q
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3153963\n"
+"19\n"
+"help.text"
msgid "Enable/disable the breakpoint at the current line or all breakpoints in the current selection"
msgstr ""
-#: keys.xhp#par_id3155175.20.help.text
+#. \2?k
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3155175\n"
+"20\n"
+"help.text"
msgid "Shift+F9"
msgstr "Shift+F9"
-#: keys.xhp#par_id3154702.21.help.text
+#. t[7Q
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3154702\n"
+"21\n"
+"help.text"
msgid "A running macro can be aborted with Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Q, also from outside of the Basic IDE. If you are inside the Basic IDE and the macro halts at a breakpoint, Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Q stops execution of the macro, but you can recognize this only after the next F5, F8, or Shift+F8."
msgstr ""
-#: 03101700.xhp#tit.help.text
-msgid "DefObj Statement [Runtime]"
-msgstr ""
+#. EoF]
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"tit\n"
+"help.text"
+msgid "IsArray Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03101700.xhp#bm_id3149811.help.text
-msgid "<bookmark_value>DefObj statement</bookmark_value>"
-msgstr "<bookmark_value>DefCur განცხადება</bookmark_value>"
+#. ljz2
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"bm_id3154346\n"
+"help.text"
+msgid "<bookmark_value>IsArray function</bookmark_value>"
+msgstr "<bookmark_value>IsError ფუნქცია</bookmark_value>"
-#: 03101700.xhp#hd_id3149811.1.help.text
+#. _:Fn
+#: 03102200.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03101700.xhp\" name=\"DefObj Statement [Runtime]\">DefObj Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
+msgctxt ""
+"03102200.xhp\n"
+"hd_id3154346\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102200.xhp\" name=\"IsArray Function [Runtime]\">IsArray Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03101700.xhp#par_id3147573.2.help.text
-msgctxt "03101700.xhp#par_id3147573.2.help.text"
-msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
+#. ;!KU
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"par_id3159413\n"
+"2\n"
+"help.text"
+msgid "Determines if a variable is a data field in an array."
msgstr ""
-#: 03101700.xhp#hd_id3150504.3.help.text
-msgctxt "03101700.xhp#hd_id3150504.3.help.text"
+#. srvh
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"hd_id3150792\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03101700.xhp#par_id3147530.4.help.text
-msgctxt "03101700.xhp#par_id3147530.4.help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
-msgstr ""
-
-#: 03101700.xhp#hd_id3153896.5.help.text
-msgctxt "03101700.xhp#hd_id3153896.5.help.text"
-msgid "Parameters:"
-msgstr ""
+#. f2MY
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"par_id3153379\n"
+"4\n"
+"help.text"
+msgid "IsArray (Var)"
+msgstr "IsError (Var)"
-#: 03101700.xhp#par_id3148552.6.help.text
-msgctxt "03101700.xhp#par_id3148552.6.help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
-msgstr ""
+#. h!la
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"hd_id3154365\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03101700.xhp#par_id3150358.7.help.text
-msgctxt "03101700.xhp#par_id3150358.7.help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+#. LVRl
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"par_id3154685\n"
+"6\n"
+"help.text"
+msgid "Bool"
msgstr ""
-#: 03101700.xhp#par_id3148798.8.help.text
-msgctxt "03101700.xhp#par_id3148798.8.help.text"
-msgid "<emph>Keyword: </emph>Default variable type"
+#. TqCE
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"hd_id3153969\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03101700.xhp#par_id3150769.9.help.text
-msgid "<emph>DefObj:</emph> Object"
+#. gUCE
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"par_id3145172\n"
+"8\n"
+"help.text"
+msgid "<emph>Var:</emph> Any variable that you want to test if it is declared as an array. If the variable is an array, then the function returns <emph>True</emph>, otherwise <emph>False </emph>is returned."
msgstr ""
-#: 03101700.xhp#hd_id3156212.10.help.text
-msgctxt "03101700.xhp#hd_id3156212.10.help.text"
+#. wErW
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"hd_id3155131\n"
+"9\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03101700.xhp#par_id3153969.12.help.text
-msgctxt "03101700.xhp#par_id3153969.12.help.text"
-msgid "REM Prefix definitions for variable types:"
-msgstr ""
-
-#: 03101700.xhp#par_id3156424.13.help.text
-msgctxt "03101700.xhp#par_id3156424.13.help.text"
-msgid "DefBool b"
-msgstr ""
-
-#: 03101700.xhp#par_id3159254.14.help.text
-msgctxt "03101700.xhp#par_id3159254.14.help.text"
-msgid "DefDate t"
-msgstr ""
-
-#: 03101700.xhp#par_id3150440.15.help.text
-msgctxt "03101700.xhp#par_id3150440.15.help.text"
-msgid "DefDbL d"
-msgstr ""
-
-#: 03101700.xhp#par_id3161832.16.help.text
-msgctxt "03101700.xhp#par_id3161832.16.help.text"
-msgid "DefInt i"
-msgstr ""
-
-#: 03101700.xhp#par_id3145365.17.help.text
-msgctxt "03101700.xhp#par_id3145365.17.help.text"
-msgid "DefLng l"
-msgstr "DefSng s"
-
-#: 03101700.xhp#par_id3149481.18.help.text
-msgctxt "03101700.xhp#par_id3149481.18.help.text"
-msgid "DefObj o"
-msgstr ""
-
-#: 03101700.xhp#par_id3152886.19.help.text
-msgctxt "03101700.xhp#par_id3152886.19.help.text"
-msgid "DefVar v"
+#. NzT-
+#: 03080300.xhp
+msgctxt ""
+"03080300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Generating Random Numbers"
msgstr ""
-#: 03090300.xhp#tit.help.text
-msgid "Jumps"
+#. EYSd
+#: 03080300.xhp
+msgctxt ""
+"03080300.xhp\n"
+"hd_id3143270\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080300.xhp\" name=\"Generating Random Numbers\">Generating Random Numbers</link>"
msgstr ""
-#: 03090300.xhp#hd_id3151262.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03090300.xhp\" name=\"Jumps\">Jumps</link>"
-msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-
-#: 03090300.xhp#par_id3148983.2.help.text
-msgid "The following statements execute jumps."
+#. 5J{2
+#: 03080300.xhp
+msgctxt ""
+"03080300.xhp\n"
+"par_id3154347\n"
+"2\n"
+"help.text"
+msgid "The following statements and functions generate random numbers."
msgstr ""
-#: 03132300.xhp#tit.help.text
-msgid "CreateUnoValue Function [Runtime]"
+#. !#Y#
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"tit\n"
+"help.text"
+msgid "CSng Function[Runtime]"
msgstr "Split Function [Runtime]"
-#: 03132300.xhp#bm_id3150682.help.text
-msgid "<bookmark_value>CreateUnoValue function</bookmark_value>"
-msgstr "<bookmark_value>CreateUnoValue ფუნქცია</bookmark_value>"
+#. P#xA
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"bm_id3153753\n"
+"help.text"
+msgid "<bookmark_value>CSng function</bookmark_value>"
+msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
-#: 03132300.xhp#hd_id3150682.1.help.text
+#. |IY.
+#: 03100900.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03132300.xhp\" name=\"CreateUnoValue Function [Runtime]\">CreateUnoValue Function [Runtime]</link>"
+msgctxt ""
+"03100900.xhp\n"
+"hd_id3153753\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100900.xhp\" name=\"CSng Function[Runtime]\">CSng Function[Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03132300.xhp#par_id3147291.2.help.text
-msgid "Returns an object that represents a strictly typed value referring to the Uno type system. "
-msgstr "აბრუნებს ობიექტს, რომელიც წარმოადგენს პირდაპირ ჩაწერილ მნიშვნელობას, რომელიც მიუთითებს Uno ტიპის სისტემას."
-
-#: 03132300.xhp#par_id3143267.3.help.text
-msgid "This object is automatically converted to an Any of the corresponding type when passed to Uno. The type must be specified by its fully qualified Uno type name."
-msgstr "ობიექტი ავტომატურად გადადის ნებისმიერ შესაბამის ტიპში, როდესაც გადაეცემა Uno-ს. ტიპი უნდა მიეთითოს Uno-ის სრული ტიპით."
-
-#: 03132300.xhp#par_id3153626.4.help.text
-msgid "The $[officename] API frequently uses the Any type. It is the counterpart of the Variant type known from other environments. The Any type holds one arbitrary Uno type and is used in generic Uno interfaces."
-msgstr ""
+#. w%La
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"par_id3149748\n"
+"2\n"
+"help.text"
+msgid "Converts any string or numeric expression to data type Single."
+msgstr "გარდაქმნის სტრიქონს ან ციფრულ გამოსახულებას ბაიტის ტიპისთვის."
-#: 03132300.xhp#hd_id3147560.5.help.text
-msgctxt "03132300.xhp#hd_id3147560.5.help.text"
+#. sC\E
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"hd_id3153255\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03132300.xhp#par_id3154760.6.help.text
-msgid "oUnoValue = CreateUnoValue( \"[]byte\", MyBasicValue ) to get a byte sequence."
-msgstr "oUnoValue = CreateUnoValue( \"[]byte\", MyBasicValue ) ბაიტების მიმდევრობის მისაღებად."
-
-#: 03132300.xhp#par_id3150541.7.help.text
-msgid "If CreateUnoValue cannot be converted to the specified Uno type, and error occurs. For the conversion, the TypeConverter service is used."
-msgstr "თუ CreateUnoValue-ს გადაყვანა მითითებულ Uno-ს ტიპში ვერ მოხერხდება, მოხდება შეცდომა. გადაყვანისთვის გამოიყენება TypeConverter სერვიზი."
-
-#: 03132300.xhp#par_id3153524.8.help.text
-msgid "This function is intended for use in situations where the default Basic to Uno type converting mechanism is insufficient. This can happen when you try to access generic Any based interfaces, such as XPropertySet::setPropertyValue( Name, Value ) or X???Container::insertBy???( ???, Value ), from $[officename] Basic. The Basic runtime does not recognize these types as they are only defined in the corresponding service."
-msgstr "ფუნქცია განკუთვნილია ისეთ სიტუაციებში გამოსაყენებლად, სადაც საწყისი Basic დან Uno ტიპში გადაყვანის მეთოდი არასაკმარისია. ეს შეიძლება მოხდეს მაშინ, როდესაც თქვენ ცდით მიმართოთ ზოგადათ ნებისმიერ ინტერფეისს, როგორიც XPropertySet::setPropertyValue( Name, Value ) ან X???Container::insertBy???( ???, Value ), $[officename] Basic -დან. Basic გაშვება ვერ გამოიცნობს ამ ტიპებს, რადგანაც ისინი არიან განსაზღვრულები მხოლოდ შესაბამის სერვისში."
-
-#: 03132300.xhp#par_id3154366.9.help.text
-msgid "In this type of situation, $[officename] Basic chooses the best matching type for the Basic type that you want to convert. However, if the wrong type is selected, an error occurs. You use the CreateUnoValue() function to create a value for the unknown Uno type."
-msgstr "ამ სიტუაციაში, $[officename] Basic-ი ირჩევს საუკეთესო დამთხვევის ტიპს Basic-ის ტიპისთვის, რომლის გადაყვანაც გსურთ. მაგრამ თუ აირჩევთ არასწორ ტიპს, მოხდება შეცდომა. უცნობი Uno ტიპების მნიშვნელობების შესაქმნელად გამოიყენეთ CreateUnoValue() ფუნქცია."
-
-#: 03132300.xhp#par_id3150769.10.help.text
-msgid "You can also use this function to pass non-Any values, but this is not recommend. If Basic already knows the target type, using the CreateUnoValue() function will only lead to additional converting operations that slow down the Basic execution."
-msgstr "თქვენ შეგიძლიათ გამოიყენოთ ეს ფუნქცია non-Any მნიშვნელობების გადასაცემად, მაგრამ ეს რეკომნდირებული არ არის. თუ Basic-მა უკვე იცის სამიზნე ტიპი. reateUnoValue() ფუნქცია მიგიყვანთ დამატებით გადაყვანის ოპერაციებამდე, რომელიც შეანელებს Basic-ის გაშვებას."
-
-#: 03101500.xhp#tit.help.text
-msgid "DefInt Statement [Runtime]"
-msgstr ""
-
-#: 03101500.xhp#bm_id3149811.help.text
-msgid "<bookmark_value>DefInt statement</bookmark_value>"
-msgstr "<bookmark_value>DefSng განცხადება</bookmark_value>"
-
-#: 03101500.xhp#hd_id3149811.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03101500.xhp\" name=\"DefInt Statement [Runtime]\">DefInt Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-
-#: 03101500.xhp#par_id3149762.2.help.text
-msgctxt "03101500.xhp#par_id3149762.2.help.text"
-msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
-msgstr ""
+#. J/0I
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"par_id3148983\n"
+"4\n"
+"help.text"
+msgid "CSng (Expression)"
+msgstr "Str (გამოსახულება)"
-#: 03101500.xhp#hd_id3148686.3.help.text
-msgctxt "03101500.xhp#hd_id3148686.3.help.text"
-msgid "Syntax:"
-msgstr ""
+#. =C+P
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"hd_id3152347\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03101500.xhp#par_id3156023.4.help.text
-msgctxt "03101500.xhp#par_id3156023.4.help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+#. ZP`(
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"par_id3153750\n"
+"6\n"
+"help.text"
+msgid "Single"
msgstr ""
-#: 03101500.xhp#hd_id3156344.5.help.text
-msgctxt "03101500.xhp#hd_id3156344.5.help.text"
+#. 5pzk
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"hd_id3146957\n"
+"7\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03101500.xhp#par_id3147560.6.help.text
-msgctxt "03101500.xhp#par_id3147560.6.help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
-msgstr ""
-
-#: 03101500.xhp#par_id3150398.7.help.text
-msgctxt "03101500.xhp#par_id3150398.7.help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr ""
-
-#: 03101500.xhp#par_id3154365.8.help.text
-msgctxt "03101500.xhp#par_id3154365.8.help.text"
-msgid "<emph>Keyword:</emph> Default variable type"
-msgstr ""
-
-#: 03101500.xhp#par_id3125863.9.help.text
-msgid "<emph>DefInt:</emph> Integer"
+#. b!A/
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"par_id3153345\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any string or numeric expression that you want to convert. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system."
msgstr ""
-#: 03101500.xhp#hd_id3154123.10.help.text
-msgctxt "03101500.xhp#hd_id3154123.10.help.text"
+#. @@!5
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"hd_id3149514\n"
+"9\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03101500.xhp#par_id3151042.12.help.text
-msgid "REM Prefix definitions for variable types"
-msgstr ""
-
-#: 03101500.xhp#par_id3156424.13.help.text
-msgctxt "03101500.xhp#par_id3156424.13.help.text"
-msgid "DefBool b"
-msgstr ""
-
-#: 03101500.xhp#par_id3159254.14.help.text
-msgctxt "03101500.xhp#par_id3159254.14.help.text"
-msgid "DefDate t"
-msgstr ""
-
-#: 03101500.xhp#par_id3150440.15.help.text
-msgctxt "03101500.xhp#par_id3150440.15.help.text"
-msgid "DefDbL d"
-msgstr ""
-
-#: 03101500.xhp#par_id3155855.16.help.text
-msgctxt "03101500.xhp#par_id3155855.16.help.text"
-msgid "DefInt i"
-msgstr ""
-
-#: 03101500.xhp#par_id3152885.17.help.text
-msgctxt "03101500.xhp#par_id3152885.17.help.text"
-msgid "DefLng l"
-msgstr "DefSng s"
-
-#: 03101500.xhp#par_id3148646.18.help.text
-msgctxt "03101500.xhp#par_id3148646.18.help.text"
-msgid "DefObj o"
-msgstr ""
-
-#: 03101500.xhp#par_id3153951.19.help.text
-msgctxt "03101500.xhp#par_id3153951.19.help.text"
-msgid "DefVar v"
-msgstr ""
-
-#: 03101500.xhp#par_id3146924.21.help.text
-msgid "Sub ExampleDefInt"
-msgstr "Sub ExampleDefSng"
-
-#: 03101500.xhp#par_id3153728.22.help.text
-msgid "iCount=200 REM iCount is an implicit integer variable"
-msgstr ""
-
-#: 03101500.xhp#par_id3150010.23.help.text
-msgctxt "03101500.xhp#par_id3150010.23.help.text"
-msgid "end sub"
-msgstr ""
-
-#: 03030103.xhp#tit.help.text
-msgid "Day Function [Runtime]"
+#. eb[L
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"tit\n"
+"help.text"
+msgid "Int Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03030103.xhp#bm_id3153345.help.text
-msgid "<bookmark_value>Day function</bookmark_value>"
-msgstr "<bookmark_value>Va lფუნქცია</bookmark_value>"
+#. M3(?
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"bm_id3153345\n"
+"help.text"
+msgid "<bookmark_value>Int function</bookmark_value>"
+msgstr "<bookmark_value>InStr ფუნქცია</bookmark_value>"
-#: 03030103.xhp#hd_id3153345.1.help.text
+#. AOXF
+#: 03080502.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day Function [Runtime]\">Day Function [Runtime]</link>"
+msgctxt ""
+"03080502.xhp\n"
+"hd_id3153345\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080502.xhp\" name=\"Int Function [Runtime]\">Int Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03030103.xhp#par_id3147560.2.help.text
-msgid "Returns a value that represents the day of the month based on a serial date number generated by <emph>DateSerial</emph> or <emph>DateValue</emph>."
+#. 4M$.
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"par_id3155420\n"
+"2\n"
+"help.text"
+msgid "Returns the integer portion of a number."
msgstr ""
-#: 03030103.xhp#hd_id3149456.3.help.text
-msgctxt "03030103.xhp#hd_id3149456.3.help.text"
+#. ,,$2
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"hd_id3147559\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03030103.xhp#par_id3150358.4.help.text
-msgid "Day (Number)"
+#. ?~lj
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"par_id3146795\n"
+"4\n"
+"help.text"
+msgid "Int (Number)"
msgstr ""
-#: 03030103.xhp#hd_id3148798.5.help.text
-msgctxt "03030103.xhp#hd_id3148798.5.help.text"
+#. 4aJC
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"hd_id3149670\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03030103.xhp#par_id3125865.6.help.text
-msgctxt "03030103.xhp#par_id3125865.6.help.text"
-msgid "Integer"
+#. U+@f
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"par_id3150400\n"
+"6\n"
+"help.text"
+msgid "Double"
msgstr ""
-#: 03030103.xhp#hd_id3150448.7.help.text
-msgctxt "03030103.xhp#hd_id3150448.7.help.text"
+#. 0VIB
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"hd_id3149656\n"
+"7\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03030103.xhp#par_id3156423.8.help.text
-msgid "<emph>Number:</emph> A numeric expression that contains a serial date number from which you can determine the day of the month."
-msgstr ""
-
-#: 03030103.xhp#par_id3145786.9.help.text
-msgid "This function is basically the opposite of the DateSerial function, returning the day of the month from a serial date number generated by the <emph>DateSerial</emph> or the <emph>DateValue</emph> function. For example, the expression"
-msgstr ""
-
-#: 03030103.xhp#par_id3145364.10.help.text
-msgid "Print Day (DateSerial(1994, 12, 20))"
-msgstr ""
-
-#: 03030103.xhp#par_id3153190.11.help.text
-msgid "returns the value 20."
+#. (_OE
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"par_id3148797\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Any valid numeric expression."
msgstr ""
-#: 03030103.xhp#hd_id3149481.12.help.text
-msgctxt "03030103.xhp#hd_id3149481.12.help.text"
+#. .MT@
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"hd_id3148672\n"
+"9\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03030103.xhp#par_id3155413.13.help.text
-msgid "sub ExampleDay"
-msgstr "sub ExampleChr"
-
-#: 03030103.xhp#par_id3149260.14.help.text
-msgid "Print \"Day \" & Day(DateSerial(1994, 12, 20)) & \" of the month\""
-msgstr ""
-
-#: 03030103.xhp#par_id3148645.15.help.text
-msgctxt "03030103.xhp#par_id3148645.15.help.text"
-msgid "end sub"
-msgstr ""
-
-#: 03030105.xhp#tit.help.text
-msgid "WeekDay Function [Runtime]"
+#. ibO~
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"par_id3125864\n"
+"11\n"
+"help.text"
+msgid "Print Int(3.99) ' returns the value 3"
+msgstr ""
+
+#. 02X%
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"par_id3145787\n"
+"12\n"
+"help.text"
+msgid "Print Int(0) ' returns the value 0"
+msgstr ""
+
+#. (4,r
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"par_id3153143\n"
+"13\n"
+"help.text"
+msgid "Print Int(-3.14159) ' returns the value -4"
+msgstr ""
+
+#. /FU|
+#: 03120309.xhp
+msgctxt ""
+"03120309.xhp\n"
+"tit\n"
+"help.text"
+msgid "RTrim Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03030105.xhp#bm_id3153127.help.text
-msgid "<bookmark_value>WeekDay function</bookmark_value>"
-msgstr "<bookmark_value>Va lფუნქცია</bookmark_value>"
+#. Bn8^
+#: 03120309.xhp
+msgctxt ""
+"03120309.xhp\n"
+"bm_id3154286\n"
+"help.text"
+msgid "<bookmark_value>RTrim function</bookmark_value>"
+msgstr "<bookmark_value>RTrim ფუნქცია</bookmark_value>"
-#: 03030105.xhp#hd_id3153127.1.help.text
+#. yjW+
+#: 03120309.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03030105.xhp\" name=\"WeekDay Function [Runtime]\">WeekDay Function [Runtime]</link>"
+msgctxt ""
+"03120309.xhp\n"
+"hd_id3154286\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120309.xhp\" name=\"RTrim Function [Runtime]\">RTrim Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03030105.xhp#par_id3146795.2.help.text
-msgid "Returns the number corresponding to the weekday represented by a serial date number that is generated by the DateSerial or the DateValue function."
-msgstr ""
+#. !;-p
+#: 03120309.xhp
+msgctxt ""
+"03120309.xhp\n"
+"par_id3153127\n"
+"2\n"
+"help.text"
+msgid "Deletes the spaces at the end of a string expression."
+msgstr "სტრინგული გამოსახულების ბოლოში შლის ჰარებს."
+
+#. hI)8
+#: 03120309.xhp
+msgctxt ""
+"03120309.xhp\n"
+"par_id3153062\n"
+"3\n"
+"help.text"
+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 ფუნქცია\">LTrim ფუნქცია</link>"
-#: 03030105.xhp#hd_id3145068.3.help.text
-msgctxt "03030105.xhp#hd_id3145068.3.help.text"
+#. 0_aA
+#: 03120309.xhp
+msgctxt ""
+"03120309.xhp\n"
+"hd_id3154924\n"
+"4\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03030105.xhp#par_id3149655.4.help.text
-msgid "WeekDay (Number)"
-msgstr ""
+#. *,~f
+#: 03120309.xhp
+msgctxt ""
+"03120309.xhp\n"
+"par_id3154347\n"
+"5\n"
+"help.text"
+msgid "RTrim (Text As String)"
+msgstr "RTrim (Text As String)"
-#: 03030105.xhp#hd_id3148799.5.help.text
-msgctxt "03030105.xhp#hd_id3148799.5.help.text"
+#. 2n9v
+#: 03120309.xhp
+msgctxt ""
+"03120309.xhp\n"
+"hd_id3149457\n"
+"6\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03030105.xhp#par_id3154125.6.help.text
-msgctxt "03030105.xhp#par_id3154125.6.help.text"
-msgid "Integer"
-msgstr ""
+#. }(u#
+#: 03120309.xhp
+msgctxt ""
+"03120309.xhp\n"
+"par_id3153381\n"
+"7\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონები"
-#: 03030105.xhp#hd_id3150768.7.help.text
-msgctxt "03030105.xhp#hd_id3150768.7.help.text"
+#. 4p1@
+#: 03120309.xhp
+msgctxt ""
+"03120309.xhp\n"
+"hd_id3148798\n"
+"8\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03030105.xhp#par_id3151042.8.help.text
-msgid "<emph>Number:</emph> Integer expression that contains the serial date number that is used to calculate the day of the week (1-7)."
-msgstr ""
-
-#: 03030105.xhp#par_id3159254.9.help.text
-msgid "The following example determines the day of the week using the WeekDay function when you enter a date."
-msgstr ""
+#. bzdN
+#: 03120309.xhp
+msgctxt ""
+"03120309.xhp\n"
+"par_id3151380\n"
+"9\n"
+"help.text"
+msgid "<emph>Text: </emph>Any string expression."
+msgstr "<emph>ტექსტი: </emph>ნებისმიერი სტრინგული გამოსახულება."
-#: 03030105.xhp#hd_id3148616.10.help.text
-msgctxt "03030105.xhp#hd_id3148616.10.help.text"
+#. 4Lci
+#: 03120309.xhp
+msgctxt ""
+"03120309.xhp\n"
+"hd_id3151041\n"
+"10\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03030105.xhp#par_id3145749.11.help.text
-msgid "Sub ExampleWeekDay"
-msgstr ""
-
-#: 03030105.xhp#par_id3147426.12.help.text
-msgid "Dim sDay As String"
-msgstr "Dim sSep As String"
-
-#: 03030105.xhp#par_id3148576.13.help.text
-msgid "REM Return and display the day of the week"
-msgstr ""
-
-#: 03030105.xhp#par_id3155412.14.help.text
-msgid "Select Case WeekDay( Now )"
-msgstr ""
-
-#: 03030105.xhp#par_id3155306.15.help.text
-msgid "case 1"
-msgstr ""
-
-#: 03030105.xhp#par_id3151117.16.help.text
-msgid "sDay=\"Sunday\""
-msgstr ""
-
-#: 03030105.xhp#par_id3152460.17.help.text
-msgid "case 2"
-msgstr ""
-
-#: 03030105.xhp#par_id3153952.18.help.text
-msgid "sDay=\"Monday\""
-msgstr ""
-
-#: 03030105.xhp#par_id3149666.19.help.text
-msgid "case 3"
-msgstr ""
-
-#: 03030105.xhp#par_id3153157.20.help.text
-msgid "sDay=\"Tuesday\""
-msgstr ""
-
-#: 03030105.xhp#par_id3154730.21.help.text
-msgid "case 4"
-msgstr ""
-
-#: 03030105.xhp#par_id3154942.22.help.text
-msgid "sDay=\"Wednesday\""
-msgstr ""
-
-#: 03030105.xhp#par_id3145799.23.help.text
-msgid "case 5"
-msgstr ""
-
-#: 03030105.xhp#par_id3155416.24.help.text
-msgid "sDay=\"Thursday\""
-msgstr ""
-
-#: 03030105.xhp#par_id3150716.25.help.text
-msgid "case 6"
-msgstr ""
-
-#: 03030105.xhp#par_id3154015.26.help.text
-msgid "sDay=\"Friday\""
-msgstr ""
-
-#: 03030105.xhp#par_id3146971.27.help.text
-msgid "case 7"
-msgstr ""
-
-#: 03030105.xhp#par_id3153707.28.help.text
-msgid "sDay=\"Saturday\""
-msgstr ""
-
-#: 03030105.xhp#par_id3155065.29.help.text
-msgctxt "03030105.xhp#par_id3155065.29.help.text"
-msgid "End Select"
+#. `6)O
+#: 03080500.xhp
+msgctxt ""
+"03080500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Integers"
msgstr ""
-#: 03030105.xhp#par_id3148993.30.help.text
-msgid "msgbox \"\" + sDay,64,\"Today is\""
-msgstr ""
+#. iTl*
+#: 03080500.xhp
+#, fuzzy
+msgctxt ""
+"03080500.xhp\n"
+"hd_id3153345\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080500.xhp\" name=\"Integers\">Integers</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-#: 03030105.xhp#par_id3149019.31.help.text
-msgctxt "03030105.xhp#par_id3149019.31.help.text"
-msgid "End Sub"
+#. YO-D
+#: 03080500.xhp
+msgctxt ""
+"03080500.xhp\n"
+"par_id3156152\n"
+"2\n"
+"help.text"
+msgid "The following functions round values to integers."
msgstr ""
-#: 03080601.xhp#tit.help.text
-msgid "Abs Function [Runtime]"
+#. 21!v
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"tit\n"
+"help.text"
+msgid "Chr Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03080601.xhp#bm_id3159201.help.text
-msgid "<bookmark_value>Abs function</bookmark_value>"
-msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
+#. MA|5
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"bm_id3149205\n"
+"help.text"
+msgid "<bookmark_value>Chr function</bookmark_value>"
+msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
-#: 03080601.xhp#hd_id3159201.1.help.text
+#. Ki)}
+#: 03120102.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03080601.xhp\" name=\"Abs Function [Runtime]\">Abs Function [Runtime]</link>"
+msgctxt ""
+"03120102.xhp\n"
+"hd_id3149205\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120102.xhp\" name=\"Chr Function [Runtime]\">Chr Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03080601.xhp#par_id3153394.2.help.text
-msgid "Returns the absolute value of a numeric expression."
+#. 4QG\
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"par_id3153311\n"
+"2\n"
+"help.text"
+msgid "Returns the character that corresponds to the specified character code."
msgstr ""
-#: 03080601.xhp#hd_id3149233.3.help.text
-msgctxt "03080601.xhp#hd_id3149233.3.help.text"
+#. eiy7
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"hd_id3149514\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03080601.xhp#par_id3147573.4.help.text
-msgid "Abs (Number)"
-msgstr ""
+#. m^?6
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"par_id3150669\n"
+"4\n"
+"help.text"
+msgid "Chr(Expression As Integer)"
+msgstr "Chr(გამოსახულება როგორც Integer)"
-#: 03080601.xhp#hd_id3156152.5.help.text
-msgctxt "03080601.xhp#hd_id3156152.5.help.text"
+#. kmF*
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"hd_id3143228\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03080601.xhp#par_id3149670.6.help.text
-msgctxt "03080601.xhp#par_id3149670.6.help.text"
-msgid "Double"
-msgstr ""
+#. v`,K
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"par_id3153824\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონები"
-#: 03080601.xhp#hd_id3154924.7.help.text
-msgctxt "03080601.xhp#hd_id3154924.7.help.text"
+#. 8DO7
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"hd_id3148944\n"
+"7\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03080601.xhp#par_id3154347.8.help.text
-msgid "<emph>Number:</emph> Any numeric expression that you want to return the absolute value for. Positive numbers, including 0, are returned unchanged, whereas negative numbers are converted to positive numbers."
+#. 47j?
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"par_id3149295\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Numeric variables that represent a valid 8 bit ASCII value (0-255) or a 16 bit Unicode value."
msgstr ""
-#: 03080601.xhp#par_id3153381.9.help.text
-msgid "The following example uses the Abs function to calculate the difference between two values. It does not matter which value you enter first."
+#. Dzcd
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"par_id3159414\n"
+"9\n"
+"help.text"
+msgid "Use the <emph>Chr$</emph> function to send special control sequences to a printer or to another output source. You can also use it to insert quotation marks in a string expression."
msgstr ""
-#: 03080601.xhp#hd_id3148451.10.help.text
-msgctxt "03080601.xhp#hd_id3148451.10.help.text"
+#. U+M(
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"hd_id3154366\n"
+"10\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03080601.xhp#par_id3154124.11.help.text
-msgid "Sub ExampleDifference"
-msgstr ""
-
-#: 03080601.xhp#par_id3150768.12.help.text
-msgid "Dim siW1 As Single"
+#. W*_q
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"par_id3154909\n"
+"12\n"
+"help.text"
+msgid "' This example inserts quotation marks (ASCII value 34) in a string."
msgstr ""
-#: 03080601.xhp#par_id3125864.13.help.text
-msgid "Dim siW2 As Single"
-msgstr ""
-
-#: 03080601.xhp#par_id3145786.14.help.text
-msgid "siW1 = Int(InputBox$ (\"Please enter the first amount\",\"Value input\"))"
-msgstr ""
-
-#: 03080601.xhp#par_id3149561.15.help.text
-msgid "siW2 = Int(InputBox$ (\"Please enter the second amount\",\"Value input\"))"
-msgstr ""
+#. KA+M
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"par_id3151380\n"
+"13\n"
+"help.text"
+msgid "MsgBox \"A \"+ Chr$(34)+\"short\" + Chr$(34)+\" trip.\""
+msgstr "MsgBox \"A \"+ Chr$(34)+\"short\" + Chr$(34)+\" trip.\""
-#: 03080601.xhp#par_id3145750.16.help.text
-msgid "Print \"The difference is \"; Abs(siW1 - siW2)"
-msgstr ""
+#. JQa]
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"par_id3145174\n"
+"14\n"
+"help.text"
+msgid "' The printout appears in the dialog as: A \"short\" trip."
+msgstr ""
+
+#. UfPW
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"par_idN10668\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120101.xhp\">ASC</link>"
+msgstr "<link href=\"text/sbasic/shared/03120101.xhp\">ASC</link>"
-#: 03080601.xhp#par_id3147319.17.help.text
-msgctxt "03080601.xhp#par_id3147319.17.help.text"
-msgid "End Sub"
+#. /d9:
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"tit\n"
+"help.text"
+msgid "GetProcessServiceManager Function [Runtime]"
msgstr ""
-#: 03100500.xhp#tit.help.text
-msgid "CInt Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03100500.xhp#bm_id3149346.help.text
-msgid "<bookmark_value>CInt function</bookmark_value>"
-msgstr "<bookmark_value>InStr ფუნქცია</bookmark_value>"
+#. Bg`s
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"bm_id3153255\n"
+"help.text"
+msgid "<bookmark_value>GetProcessServiceManager function</bookmark_value><bookmark_value>ProcessServiceManager</bookmark_value>"
+msgstr "<bookmark_value>GetProcessServiceManager ფუნქცია</bookmark_value><bookmark_value>ProcessServiceManager</bookmark_value>"
-#: 03100500.xhp#hd_id3149346.1.help.text
+#. *Yec
+#: 03131700.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03100500.xhp\" name=\"CInt Function [Runtime]\">CInt Function [Runtime]</link>"
+msgctxt ""
+"03131700.xhp\n"
+"hd_id3153255\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03131700.xhp\" name=\"GetProcessServiceManager Function [Runtime]\">GetProcessServiceManager Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03100500.xhp#par_id3155419.2.help.text
-msgid "Converts any string or numeric expression to an integer."
-msgstr "გარდაქმნის სტრიქონს ან ციფრულ გამოსახულებას ბაიტის ტიპისთვის."
-
-#: 03100500.xhp#hd_id3147573.3.help.text
-msgctxt "03100500.xhp#hd_id3147573.3.help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03100500.xhp#par_id3154142.4.help.text
-msgid "CInt (Expression)"
-msgstr "CCur(Expression)"
-
-#: 03100500.xhp#hd_id3147531.5.help.text
-msgctxt "03100500.xhp#hd_id3147531.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03100500.xhp#par_id3147560.6.help.text
-msgctxt "03100500.xhp#par_id3147560.6.help.text"
-msgid "Integer"
-msgstr ""
+#. il__
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"par_id3156414\n"
+"2\n"
+"help.text"
+msgid "Returns the ProcessServiceManager (central Uno ServiceManager)."
+msgstr "Returns the ProcessServiceManager (central Uno ServiceManager)."
-#: 03100500.xhp#hd_id3145069.7.help.text
-msgctxt "03100500.xhp#hd_id3145069.7.help.text"
-msgid "Parameters:"
-msgstr ""
+#. sTlI
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"par_id3145136\n"
+"3\n"
+"help.text"
+msgid "This function is required when you want to instantiate a service using CreateInstanceWithArguments."
+msgstr "ფუქნცია გამოიყენება იმ შემთხვევაში, როდესაც გსურთ სერვისის ინსტანირება CreateInstanceWithArguments-ის გამოყენებით."
-#: 03100500.xhp#par_id3159414.8.help.text
-msgid "<emph>Expression:</emph> Any numeric expression that you want to convert. If the <emph>Expression</emph> exceeds the value range between -32768 and 32767, $[officename] Basic reports an overflow error. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system."
+#. \?S6
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"hd_id3153681\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03100500.xhp#par_id3150358.9.help.text
-msgctxt "03100500.xhp#par_id3150358.9.help.text"
-msgid "This function always rounds the fractional part of a number to the nearest integer."
+#. NeDQ
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"par_id3151110\n"
+"5\n"
+"help.text"
+msgid "oServiceManager = GetProcessServiceManager()"
msgstr ""
-#: 03100500.xhp#hd_id3145419.10.help.text
-msgctxt "03100500.xhp#hd_id3145419.10.help.text"
+#. s:El
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"hd_id3149516\n"
+"6\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03100500.xhp#par_id3150448.11.help.text
-msgctxt "03100500.xhp#par_id3150448.11.help.text"
-msgid "Sub ExampleCountryConvert"
-msgstr ""
-
-#: 03100500.xhp#par_id3156423.12.help.text
-msgctxt "03100500.xhp#par_id3156423.12.help.text"
-msgid "Msgbox CDbl(1234.5678)"
+#. oLoA
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"par_id3143270\n"
+"7\n"
+"help.text"
+msgid "oServiceManager = GetProcessServiceManager()"
msgstr ""
-#: 03100500.xhp#par_id3150869.13.help.text
-msgctxt "03100500.xhp#par_id3150869.13.help.text"
-msgid "Msgbox CInt(1234.5678)"
-msgstr ""
+#. g%i;
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"par_id3153825\n"
+"8\n"
+"help.text"
+msgid "oIntrospection = oServiceManager.createInstance(\"com.sun.star.beans.Introspection\");"
+msgstr "oIntrospection = oServiceManager.createInstance(\"com.sun.star.beans.Introspection\");"
-#: 03100500.xhp#par_id3153768.14.help.text
-msgctxt "03100500.xhp#par_id3153768.14.help.text"
-msgid "Msgbox CLng(1234.5678)"
-msgstr ""
+#. GNwu
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"par_id3148473\n"
+"9\n"
+"help.text"
+msgid "this is the same as the following statement:"
+msgstr "ეს იგივია რაც შემდეგი დებულება:"
-#: 03100500.xhp#par_id3145786.15.help.text
-msgctxt "03100500.xhp#par_id3145786.15.help.text"
-msgid "end sub"
-msgstr ""
+#. ?%0c
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"par_id3145609\n"
+"10\n"
+"help.text"
+msgid "oIntrospection = CreateUnoService(\"com.sun.star.beans.Introspection\")"
+msgstr "oIntrospection = CreateUnoService(\"com.sun.star.beans.Introspection\")"
-#: 03020205.xhp#tit.help.text
-msgid "Write Statement [Runtime]"
-msgstr ""
+#. F:kc
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"tit\n"
+"help.text"
+msgid "Asc Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03020205.xhp#bm_id3147229.help.text
-msgid "<bookmark_value>Write statement</bookmark_value>"
-msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
+#. !!U7
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"bm_id3150499\n"
+"help.text"
+msgid "<bookmark_value>Asc function</bookmark_value>"
+msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
-#: 03020205.xhp#hd_id3147229.1.help.text
+#. hD=[
+#: 03120101.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement [Runtime]\">Write Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
+msgctxt ""
+"03120101.xhp\n"
+"hd_id3150499\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120101.xhp\" name=\"Asc Function [Runtime]\">Asc Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03020205.xhp#par_id3154685.2.help.text
-msgid "Writes data to a sequential file."
+#. \O?A
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"par_id3151384\n"
+"2\n"
+"help.text"
+msgid "Returns the ASCII (American Standard Code for Information Interchange) value of the first character in a string expression."
msgstr ""
-#: 03020205.xhp#hd_id3150449.3.help.text
-msgctxt "03020205.xhp#hd_id3150449.3.help.text"
+#. -\6}
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"hd_id3155555\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03020205.xhp#par_id3145785.4.help.text
-msgid "Write [#FileName], [Expressionlist]"
-msgstr ""
-
-#: 03020205.xhp#hd_id3151116.5.help.text
-msgctxt "03020205.xhp#hd_id3151116.5.help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020205.xhp#par_id3153728.6.help.text
-msgctxt "03020205.xhp#par_id3153728.6.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 ""
-
-#: 03020205.xhp#par_id3146120.7.help.text
-msgid "<emph>Expressionlist:</emph> Variables or expressions that you want to enter in a file, separated by commas."
-msgstr ""
+#. gex|
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"par_id3143267\n"
+"4\n"
+"help.text"
+msgid "Asc (Text As String)"
+msgstr "Asc (ტექსტი როგორც სტრიქონი)"
-#: 03020205.xhp#par_id3150010.8.help.text
-msgid "If the expression list is omitted, the <emph>Write</emph> statement appends an empty line to the file."
-msgstr ""
+#. Nb:@
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"hd_id3147242\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03020205.xhp#par_id3163713.9.help.text
-msgid "To add an expression list to a new or an existing file, the file must be opened in the <emph>Output</emph> or <emph>Append</emph> mode."
+#. Lj+Q
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"par_id3150669\n"
+"6\n"
+"help.text"
+msgid "Integer"
msgstr ""
-#: 03020205.xhp#par_id3147428.10.help.text
-msgid "Strings that you write are enclosed by quotation marks and separated by commas. You do not need to enter these delimiters in the expression list."
+#. l$2@
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"hd_id3148473\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03020205.xhp#par_id1002838.help.text
-msgid "Each <emph>Write</emph> statement outputs a line end symbol as last entry."
-msgstr ""
+#. DyA!
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"par_id3149415\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any valid string expression. Only the first character in the string is relevant."
+msgstr "<emph>Text:</emph> ნებისმიერი სწირიგამოსახულება. მხოლოდ პირველი სიმბოლო სტრიქონში არის მართებული"
-#: 03020205.xhp#par_id6618854.help.text
-msgid "Numbers with decimal delimiters are converted according to the locale settings."
+#. 2*~!
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"par_id3145609\n"
+"9\n"
+"help.text"
+msgid "Use the Asc function to replace keys with values. If the Asc function encounters a blank string, $[officename] Basic reports a run-time error. In addition to 7 bit ASCII characters (Codes 0-127), the ASCII function can also detect non-printable key codes in ASCII code. This function can also handle 16 bit unicode characters."
msgstr ""
-#: 03020205.xhp#hd_id3151073.11.help.text
-msgctxt "03020205.xhp#hd_id3151073.11.help.text"
+#. $=J]
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"hd_id3159413\n"
+"10\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03020205.xhp#par_id3145252.12.help.text
-msgid "Sub ExampleWrite"
-msgstr "Sub ExampleString"
-
-#: 03020205.xhp#par_id3149958.13.help.text
-msgctxt "03020205.xhp#par_id3149958.13.help.text"
-msgid "Dim iCount As Integer"
-msgstr "DIm iLen როგორც Integer"
-
-#: 03020205.xhp#par_id3156284.14.help.text
-msgid "Dim sValue As String"
-msgstr "Dim sVar as string"
-
-#: 03020205.xhp#par_id3145645.15.help.text
-msgid "iCount = Freefile"
-msgstr ""
-
-#: 03020205.xhp#par_id3153417.16.help.text
-msgid "open \"C:\\data.txt\" for OutPut as iCount"
-msgstr ""
-
-#: 03020205.xhp#par_id3149401.17.help.text
-msgid "sValue = \"Hamburg\""
-msgstr ""
-
-#: 03020205.xhp#par_id3156275.18.help.text
-msgid "Write #iCount,sValue,200"
-msgstr ""
-
-#: 03020205.xhp#par_id3146913.19.help.text
-msgid "sValue = \"New York\""
-msgstr ""
-
-#: 03020205.xhp#par_id3155064.20.help.text
-msgid "Write #iCount,sValue,300"
-msgstr ""
-
-#: 03020205.xhp#par_id3150322.21.help.text
-msgid "sValue = \"Miami\""
-msgstr ""
+#. azgN
+#: 03120101.xhp
+#, fuzzy
+msgctxt ""
+"03120101.xhp\n"
+"par_id3150792\n"
+"12\n"
+"help.text"
+msgid "Print ASC(\"A\") ' returns 65"
+msgstr "Print ASC(\"A\") REM აბრუნებს 65"
-#: 03020205.xhp#par_id3155766.22.help.text
-msgid "Write #iCount,sValue,450"
-msgstr ""
+#. Jk5?
+#: 03120101.xhp
+#, fuzzy
+msgctxt ""
+"03120101.xhp\n"
+"par_id3148797\n"
+"13\n"
+"help.text"
+msgid "Print ASC(\"Z\") ' returns 90"
+msgstr "Print ASC(\"Z\") REM აბრუნებს 90"
-#: 03020205.xhp#par_id3145643.23.help.text
-msgid "close #iCount"
-msgstr ""
+#. ;06h
+#: 03120101.xhp
+#, fuzzy
+msgctxt ""
+"03120101.xhp\n"
+"par_id3163800\n"
+"14\n"
+"help.text"
+msgid "Print ASC(\"Las Vegas\") ' returns 76, since only the first character is taken into account"
+msgstr "Print ASC(\"ლას ვეგასი\") REM აბრუნებს 76, როგორც კი პირველი სიმბოლო არის მხედველობაი"
-#: 03020205.xhp#par_id3150044.24.help.text
-msgctxt "03020205.xhp#par_id3150044.24.help.text"
-msgid "end sub"
-msgstr ""
+#. lHL(
+#: 03120101.xhp
+#, fuzzy
+msgctxt ""
+"03120101.xhp\n"
+"par_idN1067B\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120102.xhp\">CHR</link>"
+msgstr "<link href=\"text/sbasic/shared/03120101.xhp\">ASC</link>"
-#: 00000002.xhp#tit.help.text
-msgid "$[officename] Basic Glossary"
-msgstr ""
+#. -XN1
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"tit\n"
+"help.text"
+msgid "CDbl Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 00000002.xhp#hd_id3145068.1.help.text
-msgid "<link href=\"text/sbasic/shared/00000002.xhp\" name=\"$[officename] Basic Glossary\">$[officename] Basic Glossary</link>"
-msgstr ""
+#. pyG4
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"bm_id3153750\n"
+"help.text"
+msgid "<bookmark_value>CDbl function</bookmark_value>"
+msgstr "<bookmark_value>CDec ფუნქცია</bookmark_value>"
-#: 00000002.xhp#par_id3150792.2.help.text
-msgid "This glossary explains some technical terms that you may come across when working with $[officename] Basic."
-msgstr ""
+#. G\gW
+#: 03100400.xhp
+#, fuzzy
+msgctxt ""
+"03100400.xhp\n"
+"hd_id3153750\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100400.xhp\" name=\"CDbl Function [Runtime]\">CDbl Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 00000002.xhp#hd_id3155133.7.help.text
-msgid "Decimal Point"
+#. GvK+
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"par_id3149233\n"
+"2\n"
+"help.text"
+msgid "Converts any numerical expression or string expression to a double type."
msgstr ""
-#: 00000002.xhp#par_id3156443.8.help.text
-msgid "When converting numbers, $[officename] Basic uses the locale settings of the system for determining the type of decimal and thousand separator."
+#. CU`#
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"hd_id3149516\n"
+"3\n"
+"help.text"
+msgid "Syntax"
msgstr ""
-#: 00000002.xhp#par_id3153092.9.help.text
-msgid "The behavior has an effect on both the implicit conversion ( 1 + \"2.3\" = 3.3 ) as well as the runtime function <link href=\"text/sbasic/shared/03102700.xhp\" name=\"IsNumeric\">IsNumeric</link>."
-msgstr ""
+#. 25NM
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"par_id3156152\n"
+"4\n"
+"help.text"
+msgid "CDbl (Expression)"
+msgstr "CDec(Expression)"
-#: 00000002.xhp#hd_id3155854.29.help.text
-msgid "Colors"
-msgstr "ფერები"
+#. 38MF
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"hd_id3153061\n"
+"5\n"
+"help.text"
+msgid "Return value"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 00000002.xhp#par_id3145366.30.help.text
-msgid "In $[officename] Basic, colors are treated as long integer value. The return value of color queries is also always a long integer value. When defining properties, colors can be specified using their RGB code that is converted to a long integer value using the <link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB function\">RGB function</link>."
+#. +.[y
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"par_id3145068\n"
+"6\n"
+"help.text"
+msgid "Double"
msgstr ""
-#: 00000002.xhp#hd_id3146119.32.help.text
-msgid "Measurement Units"
+#. R}R8
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"hd_id3154760\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 00000002.xhp#par_id3154013.33.help.text
-msgid "In $[officename] Basic, a <emph>method parameter</emph> or a <emph>property</emph> expecting unit information can be specified either as integer or long integer expression without a unit, or as a character string containing a unit. If no unit is passed to the method the default unit defined for the active document type will be used. If the parameter is passed as a character string containing a measurement unit, the default setting will be ignored. The default measurement unit for a document type can be set under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - (Document Type) - General</emph>."
+#. rF(9
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"par_id3153897\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any string or numeric expression that you want to convert. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system."
msgstr ""
-#: 00000002.xhp#bm_id3145801.help.text
-msgid "<bookmark_value>twips; definition</bookmark_value>"
-msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
-
-#: 00000002.xhp#hd_id3145801.5.help.text
-msgid "Twips"
+#. Lw$-
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"hd_id3148797\n"
+"9\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 00000002.xhp#par_id3154731.6.help.text
-msgid "A twip is a screen-independent unit which is used to define the uniform position and size of screen elements on all display systems. A twip is 1/1440th of an inch or 1/20 of a printer's point. There are 1440 twips to an inch or about 567 twips to a centimeter."
-msgstr ""
+#. +lCL
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"tit\n"
+"help.text"
+msgid "Cos Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 00000002.xhp#hd_id3153159.106.help.text
-msgid "URL Notation"
-msgstr ""
+#. e!8c
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"bm_id3154923\n"
+"help.text"
+msgid "<bookmark_value>Cos function</bookmark_value>"
+msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
-#: 00000002.xhp#par_id3153415.108.help.text
-msgid "URLs (<emph>Uniform Resource Locators</emph>) are used to determine the location of a resource like a file in a file system, typically inside a network environment. A URL consists of a protocol specifier, a host specifier and a file and path specifier:"
-msgstr ""
+#. ph_M
+#: 03080102.xhp
+#, fuzzy
+msgctxt ""
+"03080102.xhp\n"
+"hd_id3154923\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080102.xhp\" name=\"Cos Function [Runtime]\">Cos Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 00000002.xhp#par_id3149121.107.help.text
-msgid "<emph>protocol</emph>://<emph>host.name</emph>/<emph>path/to/the/file.html</emph>"
+#. !t.6
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3159413\n"
+"2\n"
+"help.text"
+msgid "Calculates the cosine of an angle. The angle is specified in radians. The result lies between -1 and 1."
msgstr ""
-#: 00000002.xhp#par_id3168612.109.help.text
-msgid "The most common usage of URLs is on the internet when specifying web pages. Example for protocols are <emph>http</emph>, <emph>ftp</emph>, or <emph>file</emph>. The <emph>file</emph> protocol specifier is used when referring to a file on the local file system."
+#. b1\N
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3150358\n"
+"3\n"
+"help.text"
+msgid "Using the angle Alpha, the Cos-Function calculates the ratio of the length of the side that is adjacent to the angle, divided by the length of the hypotenuse in a right-angled triangle."
msgstr ""
-#: 00000002.xhp#par_id3150324.110.help.text
-msgid "URL notation does not allow certain special characters to be used. These are either replaced by other characters or encoded. A slash (<emph>/</emph>) is used as a path separator. For example, a file referred to as <emph>C:\\My File.sxw</emph> on the local host in \"Windows notation\" becomes <emph>file:///C|/My%20File.sxw</emph> in URL notation."
+#. \8,*
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3154141\n"
+"4\n"
+"help.text"
+msgid "Cos(Alpha) = Adjacent/Hypotenuse"
msgstr ""
-#: 03090401.xhp#tit.help.text
-msgid "Call Statement [Runtime]"
+#. :cMQ
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"hd_id3154125\n"
+"5\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03090401.xhp#bm_id3154422.help.text
-msgid "<bookmark_value>Call statement</bookmark_value>"
-msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-
-#: 03090401.xhp#hd_id3154422.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03090401.xhp\" name=\"Call Statement [Runtime]\">Call Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-
-#: 03090401.xhp#par_id3153394.2.help.text
-msgid "Transfers the control of the program to a subroutine, a function, or a DLL procedure."
+#. ]m`/
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3145172\n"
+"6\n"
+"help.text"
+msgid "Cos (Number)"
msgstr ""
-#: 03090401.xhp#hd_id3153345.3.help.text
-msgctxt "03090401.xhp#hd_id3153345.3.help.text"
-msgid "Syntax:"
-msgstr ""
+#. avLi
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"hd_id3156214\n"
+"7\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03090401.xhp#par_id3150984.4.help.text
-msgid "[Call] Name [Parameter]"
+#. C=FE
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3150449\n"
+"8\n"
+"help.text"
+msgid "Double"
msgstr ""
-#: 03090401.xhp#hd_id3150771.5.help.text
-msgctxt "03090401.xhp#hd_id3150771.5.help.text"
+#. v=Sv
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"hd_id3153969\n"
+"9\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03090401.xhp#par_id3148473.6.help.text
-msgid "<emph>Name:</emph> Name of the subroutine, the function, or the DLL that you want to call"
-msgstr ""
-
-#: 03090401.xhp#par_id3148946.7.help.text
-msgid "<emph>Parameter:</emph> Parameters to pass to the procedure. The type and number of parameters is dependent on the routine that is executing."
+#. O$x)
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3153770\n"
+"10\n"
+"help.text"
+msgid "<emph>Number:</emph> Numeric expression that specifies an angle in radians that you want to calculate the cosine for."
msgstr ""
-#: 03090401.xhp#par_id3154216.8.help.text
-msgid "A keyword is optional when you call a procedure. If a function is executed as an expression, the parameters must be enclosed by brackets in the statement. If a DLL is called, it must first be specified in the <emph>Declare-Statement</emph>."
+#. )mY;
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3145749\n"
+"11\n"
+"help.text"
+msgid "To convert degrees to radians, multiply degrees by pi/180. To convert radians to degrees, multiply radians by 180/pi."
msgstr ""
-#: 03090401.xhp#hd_id3125865.9.help.text
-msgctxt "03090401.xhp#hd_id3125865.9.help.text"
-msgid "Example:"
+#. 3.lE
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3149664\n"
+"12\n"
+"help.text"
+msgid "degree=(radian*180)/pi"
msgstr ""
-#: 03090401.xhp#par_id3159254.12.help.text
-msgid "Sub ExampleCall"
-msgstr "Sub ExampleVal"
-
-#: 03090401.xhp#par_id3161832.13.help.text
-msgctxt "03090401.xhp#par_id3161832.13.help.text"
-msgid "Dim sVar As String"
-msgstr "Dim sVar as string"
-
-#: 03090401.xhp#par_id3147317.14.help.text
-msgctxt "03090401.xhp#par_id3147317.14.help.text"
-msgid "sVar = \"Office\""
+#. :%Vg
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3146985\n"
+"13\n"
+"help.text"
+msgid "radian=(degree*pi)/180"
msgstr ""
-#: 03090401.xhp#par_id3145273.15.help.text
-msgid "Call f_callFun sVar"
+#. o3[w
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3152885\n"
+"14\n"
+"help.text"
+msgid "Pi is here the fixed circle constant with the rounded value 3.14159..."
msgstr ""
-#: 03090401.xhp#par_id3147435.16.help.text
-msgctxt "03090401.xhp#par_id3147435.16.help.text"
-msgid "end Sub"
+#. TQNa
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"hd_id3153951\n"
+"15\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03090401.xhp#par_id3155414.18.help.text
-msgid "Sub f_callFun (sText as String)"
+#. [gj,
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3155855\n"
+"16\n"
+"help.text"
+msgid "' The following example allows for a right-angled triangle the input of"
+msgstr ""
+
+#. *_\i
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3149484\n"
+"17\n"
+"help.text"
+msgid "' secant and angle (in degrees) and calculates the length of the hypotenuse:"
+msgstr ""
+
+#. Q!Ai
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3150010\n"
+"19\n"
+"help.text"
+msgid "' rounded Pi = 3.14159"
+msgstr ""
+
+#. `qJo
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3144764\n"
+"21\n"
+"help.text"
+msgid "d1 = InputBox$ (\"\"Enter the length of the adjacent side: \",\"Adjacent\")"
msgstr ""
-#: 03090401.xhp#par_id3151112.19.help.text
-msgctxt "03090401.xhp#par_id3151112.19.help.text"
-msgid "Msgbox sText"
+#. le=z
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3154491\n"
+"22\n"
+"help.text"
+msgid "dAngle = InputBox$ (\"Enter the angle Alpha (in degrees): \",\"Alpha\")"
msgstr ""
-#: 03090401.xhp#par_id3148646.20.help.text
-msgctxt "03090401.xhp#par_id3148646.20.help.text"
-msgid "end sub"
+#. 5vfN
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3151074\n"
+"23\n"
+"help.text"
+msgid "Print \"The length of the hypothenuse is\"; (d1 / cos (dAngle * Pi / 180))"
msgstr ""
-#: 01050300.xhp#tit.help.text
+#. 6ddw
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"tit\n"
+"help.text"
msgid "Manage Breakpoints"
msgstr ""
-#: 01050300.xhp#hd_id3154927.1.help.text
+#. 1o-I
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3154927\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/sbasic/shared/01050300.xhp\" name=\"Manage Breakpoints\">Manage Breakpoints</link>"
msgstr ""
-#: 01050300.xhp#par_id3148550.2.help.text
+#. _}rF
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3148550\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\"HID_BASICIDE_BRKPROPS\">Specifies the options for breakpoints.</ahelp>"
msgstr ""
-#: 01050300.xhp#hd_id3149670.3.help.text
+#. MlDG
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3149670\n"
+"3\n"
+"help.text"
msgid "Breakpoints"
msgstr ""
-#: 01050300.xhp#par_id3150398.4.help.text
+#. rACe
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3150398\n"
+"4\n"
+"help.text"
msgid "<ahelp hid=\"BASCTL_COMBOBOX_RID_BASICIDE_BREAKPOINTDLG_RID_CB_BRKPOINTS\">Enter the line number for a new breakpoint, then click <emph>New</emph>.</ahelp>"
msgstr ""
-#: 01050300.xhp#hd_id3156280.6.help.text
+#. Haog
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3156280\n"
+"6\n"
+"help.text"
msgid "Active"
msgstr ""
-#: 01050300.xhp#par_id3154910.7.help.text
+#. @QW4
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3154910\n"
+"7\n"
+"help.text"
msgid "<ahelp hid=\"HID_BASICIDE_ACTIV\">Activates or deactivates the current breakpoint.</ahelp>"
msgstr ""
-#: 01050300.xhp#hd_id3144500.8.help.text
+#. ()DC
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3144500\n"
+"8\n"
+"help.text"
msgid "Pass Count"
msgstr ""
-#: 01050300.xhp#par_id3161831.9.help.text
+#. EFpT
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3161831\n"
+"9\n"
+"help.text"
msgid "<ahelp hid=\"BASCTL_NUMERICFIELD_RID_BASICIDE_BREAKPOINTDLG_RID_FLD_PASS\">Specify the number of loops to perform before the breakpoint takes effect.</ahelp>"
msgstr ""
-#: 01050300.xhp#hd_id3152579.10.help.text
+#. Q7bw
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3152579\n"
+"10\n"
+"help.text"
msgid "New"
msgstr "ახალი"
-#: 01050300.xhp#par_id3148575.11.help.text
+#. ~?!5
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3148575\n"
+"11\n"
+"help.text"
msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_BASICIDE_BREAKPOINTDLG_RID_PB_NEW\">Creates a breakpoint on the line number specified.</ahelp>"
msgstr ""
-#: 01050300.xhp#hd_id3147319.12.help.text
-msgctxt "01050300.xhp#hd_id3147319.12.help.text"
+#. 9#45
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3147319\n"
+"12\n"
+"help.text"
msgid "Delete"
msgstr ""
-#: 01050300.xhp#par_id3153363.13.help.text
+#. ig0R
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3153363\n"
+"13\n"
+"help.text"
msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_BASICIDE_BREAKPOINTDLG_RID_PB_DEL\">Deletes the selected breakpoint.</ahelp>"
msgstr ""
-#: 03020415.xhp#tit.help.text
-msgid "FileExists Function [Runtime]"
+#. DI}?
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Array Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03020415.xhp#bm_id3148946.help.text
-msgid "<bookmark_value>FileExists function</bookmark_value>"
-msgstr "<bookmark_value>Split ფუნქცია</bookmark_value>"
+#. ]*}.
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"bm_id3150499\n"
+"help.text"
+msgid "<bookmark_value>Array function</bookmark_value>"
+msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
-#: 03020415.xhp#hd_id3148946.1.help.text
+#. -SRW
+#: 03104200.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03020415.xhp\" name=\"FileExists Function [Runtime]\">FileExists Function [Runtime]</link>"
+msgctxt ""
+"03104200.xhp\n"
+"hd_id3150499\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function [Runtime]\">Array Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03020415.xhp#par_id3153361.2.help.text
-msgid "Determines if a file or a directory is available on the data medium."
+#. f,7A
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"par_id3155555\n"
+"2\n"
+"help.text"
+msgid "Returns the type Variant with a data field."
msgstr ""
-#: 03020415.xhp#hd_id3150447.3.help.text
-msgctxt "03020415.xhp#hd_id3150447.3.help.text"
+#. pSl~
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"hd_id3148538\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03020415.xhp#par_id3154685.4.help.text
-msgid "FileExists(FileName As String | DirectoryName As String)"
+#. 6Gb.
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"par_id3153126\n"
+"4\n"
+"help.text"
+msgid "Array ( Argument list)"
msgstr ""
-#: 03020415.xhp#hd_id3154126.5.help.text
-msgctxt "03020415.xhp#hd_id3154126.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03020415.xhp#par_id3150769.6.help.text
-msgctxt "03020415.xhp#par_id3150769.6.help.text"
-msgid "Bool"
+#. G9K[
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"par_id3155419\n"
+"5\n"
+"help.text"
+msgid "See also <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link>"
msgstr ""
-#: 03020415.xhp#hd_id3153770.7.help.text
-msgctxt "03020415.xhp#hd_id3153770.7.help.text"
+#. kX_=
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"hd_id3150669\n"
+"6\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03020415.xhp#par_id3147349.8.help.text
-msgid "FileName | DirectoryName: Any string expression that contains an unambiguous file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+#. ZphB
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"par_id3145609\n"
+"7\n"
+"help.text"
+msgid "<emph>Argument list:</emph> A list of any number of arguments that are separated by commas."
msgstr ""
-#: 03020415.xhp#hd_id3149664.9.help.text
-msgctxt "03020415.xhp#hd_id3149664.9.help.text"
+#. DPx{
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"hd_id3156343\n"
+"8\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03020415.xhp#par_id3145272.10.help.text
-msgid "sub ExampleFileExists"
-msgstr ""
-
-#: 03020415.xhp#par_id3147317.12.help.text
-msgid "msgbox FileExists(\"C:\\autoexec.bat\")"
-msgstr ""
-
-#: 03020415.xhp#par_id3153190.13.help.text
-msgid "msgbox FileExists(\"file:///d|/bookmark.htm\")"
-msgstr ""
+#. =f3O
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"par_id3153897\n"
+"9\n"
+"help.text"
+msgid "Dim A As Variant"
+msgstr "Dim sVar as string"
-#: 03020415.xhp#par_id3148645.14.help.text
-msgid "msgbox FileExists(\"file:///d|/private\")"
+#. 97hl
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"par_id3153525\n"
+"10\n"
+"help.text"
+msgid "A = Array(\"Fred\",\"Tom\",\"Bill\")"
msgstr ""
-#: 03020415.xhp#par_id3149262.15.help.text
-msgctxt "03020415.xhp#par_id3149262.15.help.text"
-msgid "end sub"
+#. *QLX
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"par_id3150792\n"
+"11\n"
+"help.text"
+msgid "Msgbox A(2)"
msgstr ""
-#: 03120402.xhp#tit.help.text
-msgid "Len Function [Runtime]"
+#. oD5(
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"tit\n"
+"help.text"
+msgid "Val Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03120402.xhp#bm_id3154136.help.text
-msgid "<bookmark_value>Len function</bookmark_value>"
-msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
+#. `J)\
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"bm_id3149205\n"
+"help.text"
+msgid "<bookmark_value>Val function</bookmark_value>"
+msgstr "<bookmark_value>Va lფუნქცია</bookmark_value>"
-#: 03120402.xhp#hd_id3154136.1.help.text
+#. 9SnG
+#: 03120104.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03120402.xhp\" name=\"Len Function [Runtime]\">Len Function [Runtime]</link>"
+msgctxt ""
+"03120104.xhp\n"
+"hd_id3149205\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120104.xhp\" name=\"Val Function [Runtime]\">Val Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03120402.xhp#par_id3147576.2.help.text
-msgid "Returns the number of characters in a string, or the number of bytes that are required to store a variable."
-msgstr "აბრუნებს სტრინგში ასო-ნიშნების რაოდენობას, ან ბაიტების რეოდენობას რომლებიც საჭიროა ცვლადის შენახვისთვის."
-
-#: 03120402.xhp#hd_id3159177.3.help.text
-msgctxt "03120402.xhp#hd_id3159177.3.help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03120402.xhp#par_id3150669.4.help.text
-msgid "Len (Text As String)"
-msgstr "Len (Text As String)"
-
-#: 03120402.xhp#hd_id3148473.5.help.text
-msgctxt "03120402.xhp#hd_id3148473.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03120402.xhp#par_id3143270.6.help.text
-msgctxt "03120402.xhp#par_id3143270.6.help.text"
-msgid "Long"
-msgstr ""
-
-#: 03120402.xhp#hd_id3147531.7.help.text
-msgctxt "03120402.xhp#hd_id3147531.7.help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120402.xhp#par_id3147265.8.help.text
-msgid "<emph>Text:</emph> Any string expression or a variable of another type."
-msgstr "<emph>ტექსტი:</emph> ნებისმიერი სხვა ტიპის სტრინგული გამოსახულება ან ცვლადი."
-
-#: 03120402.xhp#hd_id3153360.9.help.text
-msgctxt "03120402.xhp#hd_id3153360.9.help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03120402.xhp#par_id3150792.10.help.text
-msgctxt "03120402.xhp#par_id3150792.10.help.text"
-msgid "Sub ExampleLen"
-msgstr "Sub ExampleBeep"
-
-#: 03120402.xhp#par_id3151211.11.help.text
-msgctxt "03120402.xhp#par_id3151211.11.help.text"
-msgid "Dim sText as String"
-msgstr "Dim sSep As String"
-
-#: 03120402.xhp#par_id3154125.12.help.text
-msgctxt "03120402.xhp#par_id3154125.12.help.text"
-msgid "sText = \"Las Vegas\""
-msgstr ""
-
-#: 03120402.xhp#par_id3156214.13.help.text
-msgid "MsgBox Len(sText) REM Returns 9"
-msgstr "MsgBox Len(sText) REM Returns 9"
-
-#: 03120402.xhp#par_id3125864.14.help.text
-msgctxt "03120402.xhp#par_id3125864.14.help.text"
-msgid "End Sub"
-msgstr ""
-
-#: 03103600.xhp#tit.help.text
-msgid "TypeName Function; VarType Function[Runtime]"
-msgstr ""
-
-#: 03103600.xhp#bm_id3143267.help.text
-msgid "<bookmark_value>TypeName function</bookmark_value><bookmark_value>VarType function</bookmark_value>"
-msgstr "<bookmark_value>Mid ფუნქცია</bookmark_value><bookmark_value>Mid დებულება</bookmark_value>"
-
-#: 03103600.xhp#hd_id3143267.1.help.text
-msgid "<link href=\"text/sbasic/shared/03103600.xhp\" name=\"TypeName Function; VarType Function[Runtime]\">TypeName Function; VarType Function[Runtime]</link>"
-msgstr ""
-
-#: 03103600.xhp#par_id3159157.2.help.text
-msgid "Returns a string (TypeName) or a numeric value (VarType) that contains information for a variable."
+#. 43!H
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"par_id3153345\n"
+"2\n"
+"help.text"
+msgid "Converts a string to a numeric expression."
msgstr ""
-#: 03103600.xhp#hd_id3153825.3.help.text
-msgctxt "03103600.xhp#hd_id3153825.3.help.text"
+#. X/*7
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"hd_id3159157\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03103600.xhp#par_id3155341.4.help.text
-msgid "TypeName (Variable)VarType (Variable)"
-msgstr ""
+#. o1MT
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"par_id3149514\n"
+"4\n"
+"help.text"
+msgid "Val (Text As String)"
+msgstr "Val (ტექსტი როგორც სტრიქონი)"
-#: 03103600.xhp#hd_id3145610.5.help.text
-msgctxt "03103600.xhp#hd_id3145610.5.help.text"
+#. ,Ta\
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"hd_id3150669\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03103600.xhp#par_id3148947.6.help.text
-msgid "String; Integer"
+#. xv|T
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"par_id3143228\n"
+"6\n"
+"help.text"
+msgid "Double"
msgstr ""
-#: 03103600.xhp#hd_id3146795.7.help.text
-msgctxt "03103600.xhp#hd_id3146795.7.help.text"
+#. /TE\
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"hd_id3156024\n"
+"7\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03103600.xhp#par_id3148664.8.help.text
-msgid "<emph>Variable:</emph> The variable that you want to determine the type of. You can use the following values:"
-msgstr ""
-
-#: 03103600.xhp#par_id3145171.9.help.text
-msgid "key word"
-msgstr ""
-
-#: 03103600.xhp#par_id3156212.10.help.text
-msgid "VarType"
-msgstr ""
-
-#: 03103600.xhp#par_id3154684.11.help.text
-msgid "Variable type"
-msgstr ""
-
-#: 03103600.xhp#par_id3151041.12.help.text
-msgid "Boolean"
-msgstr ""
-
-#: 03103600.xhp#par_id3153367.13.help.text
-msgid "11"
-msgstr ""
-
-#: 03103600.xhp#par_id3148645.14.help.text
-msgid "Boolean variable"
-msgstr ""
-
-#: 03103600.xhp#par_id3153138.15.help.text
-msgctxt "03103600.xhp#par_id3153138.15.help.text"
-msgid "Date"
-msgstr ""
-
-#: 03103600.xhp#par_id3153363.16.help.text
-msgctxt "03103600.xhp#par_id3153363.16.help.text"
-msgid "7"
-msgstr ""
-
-#: 03103600.xhp#par_id3155411.17.help.text
-msgid "Date variable"
-msgstr ""
-
-#: 03103600.xhp#par_id3146975.18.help.text
-msgctxt "03103600.xhp#par_id3146975.18.help.text"
-msgid "Double"
-msgstr ""
-
-#: 03103600.xhp#par_id3150486.19.help.text
-msgctxt "03103600.xhp#par_id3150486.19.help.text"
-msgid "5"
+#. \[@/
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"par_id3154348\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> String that represents a number."
msgstr ""
-#: 03103600.xhp#par_id3148616.20.help.text
-msgid "Double floating point variable"
+#. rHRM
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"par_id3149670\n"
+"9\n"
+"help.text"
+msgid "Using the Val function, you can convert a string that represents numbers into numeric expressions. This is the inverse of the <emph>Str</emph> function. If only part of the string contains numbers, only the first appropriate characters of the string are converted. If the string does not contain any numbers, the <emph>Val</emph> function returns the value 0."
msgstr ""
-#: 03103600.xhp#par_id3148457.21.help.text
-msgctxt "03103600.xhp#par_id3148457.21.help.text"
-msgid "Integer"
+#. *ANs
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"hd_id3154365\n"
+"10\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03103600.xhp#par_id3145647.22.help.text
-msgctxt "03103600.xhp#par_id3145647.22.help.text"
-msgid "2"
+#. p|qT
+#: 03010200.xhp
+msgctxt ""
+"03010200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Functions for Screen Input"
msgstr ""
-#: 03103600.xhp#par_id3154490.23.help.text
-msgid "Integer variable"
+#. LFZB
+#: 03010200.xhp
+msgctxt ""
+"03010200.xhp\n"
+"hd_id3149456\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010200.xhp\" name=\"Functions for Screen Input\">Functions for Screen Input</link>"
msgstr ""
-#: 03103600.xhp#par_id3149960.24.help.text
-msgctxt "03103600.xhp#par_id3149960.24.help.text"
-msgid "Long"
+#. NQ^k
+#: 03010200.xhp
+msgctxt ""
+"03010200.xhp\n"
+"par_id3150398\n"
+"2\n"
+"help.text"
+msgid "This section describes Runtime functions used to control screen input."
msgstr ""
-#: 03103600.xhp#par_id3154513.25.help.text
-msgctxt "03103600.xhp#par_id3154513.25.help.text"
-msgid "3"
+#. Y,1#
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"tit\n"
+"help.text"
+msgid "MkDir Statement [Runtime]"
msgstr ""
-#: 03103600.xhp#par_id3151318.26.help.text
-msgid "Long integer variable"
-msgstr ""
+#. #02k
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"bm_id3156421\n"
+"help.text"
+msgid "<bookmark_value>MkDir statement</bookmark_value>"
+msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-#: 03103600.xhp#par_id3146972.27.help.text
-msgid "Object"
-msgstr "ობიექტი"
+#. %uwv
+#: 03020411.xhp
+#, fuzzy
+msgctxt ""
+"03020411.xhp\n"
+"hd_id3156421\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020411.xhp\" name=\"MkDir Statement [Runtime]\">MkDir Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03103600.xhp#par_id3154482.28.help.text
-msgid "9"
+#. :,rD
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3147000\n"
+"2\n"
+"help.text"
+msgid "Creates a new directory on a data medium."
msgstr ""
-#: 03103600.xhp#par_id3150323.29.help.text
-msgid "Object variable"
+#. EW7~
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"hd_id3148520\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03103600.xhp#par_id3148405.30.help.text
-msgctxt "03103600.xhp#par_id3148405.30.help.text"
-msgid "Single"
-msgstr ""
+#. @+6W
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3155150\n"
+"4\n"
+"help.text"
+msgid "MkDir Text As String"
+msgstr "RTrim (Text As String)"
-#: 03103600.xhp#par_id3149020.31.help.text
-msgctxt "03103600.xhp#par_id3149020.31.help.text"
-msgid "4"
+#. i7db
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"hd_id3156027\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03103600.xhp#par_id3147341.32.help.text
-msgid "Single floating-point variable"
+#. wVO!
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3153750\n"
+"6\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that specifies the name and path of the directory to be created. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
msgstr ""
-#: 03103600.xhp#par_id3155901.33.help.text
-msgctxt "03103600.xhp#par_id3155901.33.help.text"
-msgid "String"
-msgstr "სტრიქონები"
-
-#: 03103600.xhp#par_id3155960.34.help.text
-msgid "8"
-msgstr "8"
-
-#: 03103600.xhp#par_id3146313.35.help.text
-msgid "String variable"
+#. isqO
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3153311\n"
+"7\n"
+"help.text"
+msgid "If the path is not determined, the directory is created in the current directory."
msgstr ""
-#: 03103600.xhp#par_id3145149.36.help.text
-msgid "Variant"
+#. OK-/
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"hd_id3155388\n"
+"8\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03103600.xhp#par_id3154021.37.help.text
-msgid "12"
+#. (p3u
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3149762\n"
+"10\n"
+"help.text"
+msgid "' Example for functions of the file organization"
msgstr ""
-#: 03103600.xhp#par_id3145789.38.help.text
-msgid "Variant variable (can contain all types specified by the definition)"
+#. cU%T
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3149669\n"
+"13\n"
+"help.text"
+msgid "Const sSubDir1 As String =\"Test\""
+msgstr ""
+
+#. 3X@Q
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3148663\n"
+"14\n"
+"help.text"
+msgid "Const sFile2 As String = \"Copied.tmp\""
+msgstr ""
+
+#. hAO:
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3154071\n"
+"15\n"
+"help.text"
+msgid "Const sFile3 As String = \"Renamed.tmp\""
+msgstr ""
+
+#. m6rk
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3154217\n"
+"19\n"
+"help.text"
+msgid "If Dir(sSubDir1,16)=\"\" Then ' Does the directory exist?"
+msgstr ""
+
+#. Li-a
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3147228\n"
+"21\n"
+"help.text"
+msgid "MsgBox sFile,0,\"Create directory\""
msgstr ""
-#: 03103600.xhp#par_id3148630.39.help.text
-msgid "Empty"
+#. $,yF
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3153770\n"
+"26\n"
+"help.text"
+msgid "MsgBox fSysURL(CurDir()),0,\"Current directory\""
msgstr ""
-#: 03103600.xhp#par_id3152584.40.help.text
-msgctxt "03103600.xhp#par_id3152584.40.help.text"
-msgid "0"
+#. +O?P
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3159154\n"
+"27\n"
+"help.text"
+msgid "MsgBox sFile & Chr(13) & FileDateTime( sFile ),0,\"Creation time\""
msgstr ""
-#: 03103600.xhp#par_id3151278.41.help.text
-msgid "Variable is not initialized"
+#. Ff0o
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3149484\n"
+"28\n"
+"help.text"
+msgid "MsgBox sFile & Chr(13)& FileLen( sFile ),0,\"File length\""
msgstr ""
-#: 03103600.xhp#par_id3154576.42.help.text
-msgid "Null"
-msgstr "ნული"
-
-#: 03103600.xhp#par_id3166424.43.help.text
-msgctxt "03103600.xhp#par_id3166424.43.help.text"
-msgid "1"
+#. ;|gk
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3152885\n"
+"29\n"
+"help.text"
+msgid "MsgBox sFile & Chr(13)& GetAttr( sFile ),0,\"File attributes\""
msgstr ""
-#: 03103600.xhp#par_id3145131.44.help.text
-msgid "No valid data"
+#. r)jU
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3153952\n"
+"31\n"
+"help.text"
+msgid "' Rename in the same directory"
msgstr ""
-#: 03103600.xhp#hd_id3149338.45.help.text
-msgctxt "03103600.xhp#hd_id3149338.45.help.text"
-msgid "Example:"
+#. p)9s
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3147426\n"
+"34\n"
+"help.text"
+msgid "SetAttr( sFile, 0 ) 'Delete all attributes"
msgstr ""
-#: 03103600.xhp#par_id3150363.46.help.text
-msgid "Sub ExampleType"
-msgstr "Sub ExampleSpace"
-
-#: 03103600.xhp#par_id3159088.47.help.text
-msgctxt "03103600.xhp#par_id3159088.47.help.text"
-msgid "Dim iVar As Integer"
-msgstr "DIm iLen როგორც Integer"
-
-#: 03103600.xhp#par_id3150089.48.help.text
-msgctxt "03103600.xhp#par_id3150089.48.help.text"
-msgid "Dim sVar As String"
-msgstr "Dim sVar as string"
-
-#: 03103600.xhp#par_id3156139.49.help.text
-msgid "Dim siVar As Single"
+#. 2-0M
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3148647\n"
+"35\n"
+"help.text"
+msgid "MsgBox sFile & Chr(13) & GetAttr( sFile ),0,\"New file attributes\""
msgstr ""
-#: 03103600.xhp#par_id3151217.50.help.text
-msgid "Dim dVar As Double"
+#. #5]l
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3150092\n"
+"40\n"
+"help.text"
+msgid "' Converts a system path in URL"
msgstr ""
-#: 03103600.xhp#par_id3154658.51.help.text
-msgid "Dim bVar As Boolean"
+#. Vi:T
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3156276\n"
+"49\n"
+"help.text"
+msgid "' the colon with DOS"
msgstr ""
-#: 03103600.xhp#par_id3152992.52.help.text
-msgctxt "03103600.xhp#par_id3152992.52.help.text"
-msgid "Dim lVar As Long"
-msgstr "Dim sVar as string"
-
-#: 03103600.xhp#par_id3155509.53.help.text
-msgid "Msgbox TypeName(iVar) & \" \" & VarType(iVar) & Chr(13) &_"
+#. 2ZB.
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"tit\n"
+"help.text"
+msgid "On Error GoTo ... Resume Statement [Runtime]"
msgstr ""
-#: 03103600.xhp#par_id3150370.54.help.text
-msgid "TypeName(sVar) & \" \" & VarType(sVar) & Chr(13) &_"
+#. R2ai
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"bm_id3146795\n"
+"help.text"
+msgid "<bookmark_value>Resume Next parameter</bookmark_value><bookmark_value>On Error GoTo ... Resume statement</bookmark_value>"
msgstr ""
-#: 03103600.xhp#par_id3155532.55.help.text
-msgid "TypeName(siVar) & \" \" & VarType(siVar) & Chr(13) &_"
-msgstr ""
+#. uQ6J
+#: 03050500.xhp
+#, fuzzy
+msgctxt ""
+"03050500.xhp\n"
+"hd_id3146795\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03050500.xhp\" name=\"On Error GoTo ... Resume Statement [Runtime]\">On Error GoTo ... Resume Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03103600.xhp#par_id3152988.56.help.text
-msgid "TypeName(dVar) & \" \" & VarType(dVar) & Chr(13) &_"
+#. #V^%
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"par_id3150358\n"
+"2\n"
+"help.text"
+msgid "Enables an error-handling routine after an error occurs, or resumes program execution."
msgstr ""
-#: 03103600.xhp#par_id3156166.57.help.text
-msgid "TypeName(bVar) & \" \" & VarType(bVar) & Chr(13) &_"
+#. Ng2C
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"hd_id3151212\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03103600.xhp#par_id3148817.58.help.text
-msgid "TypeName(lVar) & \" \" & VarType(lVar),0,\"Some types in $[officename] Basic\""
+#. Jds,
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"par_id3145173\n"
+"4\n"
+"help.text"
+msgid "On {[Local] Error GoTo Labelname | GoTo 0 | Resume Next}"
msgstr ""
-#: 03103600.xhp#par_id3154259.59.help.text
-msgctxt "03103600.xhp#par_id3154259.59.help.text"
-msgid "end Sub"
+#. L+Ac
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"hd_id3154125\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03110000.xhp#tit.help.text
-msgid "Comparison Operators"
-msgstr "შედარების ოპერატორები"
-
-#: 03110000.xhp#hd_id3155555.1.help.text
-msgid "<link href=\"text/sbasic/shared/03110000.xhp\" name=\"Comparison Operators\">Comparison Operators</link>"
+#. yXR!
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"par_id3150869\n"
+"7\n"
+"help.text"
+msgid "<emph>GoTo Labelname:</emph> If an error occurs, enables the error-handling routine that starts at the line \"Labelname\"."
msgstr ""
-#: 03110000.xhp#par_id3153528.2.help.text
-msgid "The available comparison operators are described here."
-msgstr "ხელმისაწვდომი შედარების ოპერატორები აღწერილია აქ."
-
-#: 03070300.xhp#tit.help.text
-msgid "\"+\" Operator [Runtime]"
+#. KHpV
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"par_id3150439\n"
+"8\n"
+"help.text"
+msgid "<emph>Resume Next:</emph> If an error occurs, program execution continues with the statement that follows the statement in which the error occurred."
msgstr ""
-#: 03070300.xhp#bm_id3145316.help.text
-msgid "<bookmark_value>\"+\" operator (mathematical)</bookmark_value>"
+#. BZ1M
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"par_id3149482\n"
+"9\n"
+"help.text"
+msgid "<emph>GoTo 0:</emph> Disables the error handler in the current procedure."
msgstr ""
-#: 03070300.xhp#hd_id3145316.1.help.text
-msgid "<link href=\"text/sbasic/shared/03070300.xhp\">\"+\" Operator [Runtime]</link>"
+#. .~:,
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"par_id3149483\n"
+"9\n"
+"help.text"
+msgid "<emph>Local:</emph> \"On error\" is global in scope, and remains active until canceled by another \"On error\" statement. \"On Local error\" is local to the routine which invokes it. Local error handling overrides any previous global setting. When the invoking routine exits, the local error handling is canceled automatically, and any previous global setting is restored."
msgstr ""
-#: 03070300.xhp#par_id3145068.2.help.text
-msgid "Adds or combines two expressions."
+#. X,Um
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"par_id3148619\n"
+"10\n"
+"help.text"
+msgid "The On Error GoTo statement is used to react to errors that occur in a macro."
msgstr ""
-#: 03070300.xhp#hd_id3144500.3.help.text
-msgctxt "03070300.xhp#hd_id3144500.3.help.text"
-msgid "Syntax:"
+#. DJeq
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"hd_id3146985\n"
+"11\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03070300.xhp#par_id3150358.4.help.text
-msgid "Result = Expression1 + Expression2"
+#. !8th
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"par_id3153876\n"
+"52\n"
+"help.text"
+msgid "Print #iNumber, \"This is a line of text\""
msgstr ""
-#: 03070300.xhp#hd_id3150400.5.help.text
-msgctxt "03070300.xhp#hd_id3150400.5.help.text"
-msgid "Parameters:"
+#. N`\@
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"par_id3146916\n"
+"67\n"
+"help.text"
+msgid "MsgBox \"All files will be closed\",0,\"Error\""
msgstr ""
-#: 03070300.xhp#par_id3154123.6.help.text
-msgid "<emph>Result:</emph> Any numerical expression that contains the result of the addition."
+#. ]LB4
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"tit\n"
+"help.text"
+msgid "$[officename] Basic Glossary"
msgstr ""
-#: 03070300.xhp#par_id3150870.7.help.text
-msgid "<emph>Expression1, Expression2:</emph> Any numerical expressions that you want to combine or to add."
-msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-
-#: 03070300.xhp#hd_id3153969.8.help.text
-msgctxt "03070300.xhp#hd_id3153969.8.help.text"
-msgid "Example:"
+#. Hux%
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3145068\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/00000002.xhp\" name=\"$[officename] Basic Glossary\">$[officename] Basic Glossary</link>"
msgstr ""
-#: 03070300.xhp#par_id3150440.9.help.text
-msgid "Sub ExampleAddition1"
-msgstr "Sub ExamplePosition"
-
-#: 03070300.xhp#par_id3159254.10.help.text
-msgid "Print 5 + 5"
+#. v01H
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3150792\n"
+"2\n"
+"help.text"
+msgid "This glossary explains some technical terms that you may come across when working with $[officename] Basic."
msgstr ""
-#: 03070300.xhp#par_id3152460.11.help.text
-msgctxt "03070300.xhp#par_id3152460.11.help.text"
-msgid "End sub"
+#. [L1{
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3155133\n"
+"7\n"
+"help.text"
+msgid "Decimal Point"
msgstr ""
-#: 03070300.xhp#par_id3153191.13.help.text
-msgid "Sub ExampleAddition2"
-msgstr "Sub ExamplePosition"
-
-#: 03070300.xhp#par_id3146120.14.help.text
-msgctxt "03070300.xhp#par_id3146120.14.help.text"
-msgid "Dim iValue1 as Integer"
-msgstr "Dim iPos as Integer"
-
-#: 03070300.xhp#par_id3155411.15.help.text
-msgctxt "03070300.xhp#par_id3155411.15.help.text"
-msgid "Dim iValue2 as Integer"
-msgstr "Dim iPos as Integer"
-
-#: 03070300.xhp#par_id3147435.16.help.text
-msgctxt "03070300.xhp#par_id3147435.16.help.text"
-msgid "iValue1 = 5"
+#. C$YJ
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3156443\n"
+"8\n"
+"help.text"
+msgid "When converting numbers, $[officename] Basic uses the locale settings of the system for determining the type of decimal and thousand separator."
msgstr ""
-#: 03070300.xhp#par_id3163710.17.help.text
-msgctxt "03070300.xhp#par_id3163710.17.help.text"
-msgid "iValue2 = 10"
+#. qOD|
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3153092\n"
+"9\n"
+"help.text"
+msgid "The behavior has an effect on both the implicit conversion ( 1 + \"2.3\" = 3.3 ) as well as the runtime function <link href=\"text/sbasic/shared/03102700.xhp\" name=\"IsNumeric\">IsNumeric</link>."
msgstr ""
-#: 03070300.xhp#par_id3151118.18.help.text
-msgid "Print iValue1 + iValue2"
-msgstr ""
+#. k!8t
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3155854\n"
+"29\n"
+"help.text"
+msgid "Colors"
+msgstr "ფერები"
-#: 03070300.xhp#par_id3146974.19.help.text
-msgctxt "03070300.xhp#par_id3146974.19.help.text"
-msgid "End Sub"
+#. )n.`
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3145366\n"
+"30\n"
+"help.text"
+msgid "In $[officename] Basic, colors are treated as long integer value. The return value of color queries is also always a long integer value. When defining properties, colors can be specified using their RGB code that is converted to a long integer value using the <link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB function\">RGB function</link>."
msgstr ""
-#: 03130600.xhp#tit.help.text
-msgid "Wait Statement [Runtime]"
+#. uU:d
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3146119\n"
+"32\n"
+"help.text"
+msgid "Measurement Units"
msgstr ""
-#: 03130600.xhp#bm_id3154136.help.text
-msgid "<bookmark_value>Wait statement</bookmark_value>"
-msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-
-#: 03130600.xhp#hd_id3154136.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03130600.xhp\" name=\"Wait Statement [Runtime]\">Wait Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-
-#: 03130600.xhp#par_id3149236.2.help.text
-msgid "Interrupts the program execution for the amount of time that you specify in milliseconds."
-msgstr "მილიწამებში მითითებული დროის მანძილზე წყვეტს პროგრამის მუშაობას."
-
-#: 03130600.xhp#hd_id3143229.3.help.text
-msgctxt "03130600.xhp#hd_id3143229.3.help.text"
-msgid "Syntax:"
+#. $fk.
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3154013\n"
+"33\n"
+"help.text"
+msgid "In $[officename] Basic, a <emph>method parameter</emph> or a <emph>property</emph> expecting unit information can be specified either as integer or long integer expression without a unit, or as a character string containing a unit. If no unit is passed to the method the default unit defined for the active document type will be used. If the parameter is passed as a character string containing a measurement unit, the default setting will be ignored. The default measurement unit for a document type can be set under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - (Document Type) - General</emph>."
msgstr ""
-#: 03130600.xhp#par_id3150669.4.help.text
-msgid "Wait millisec"
-msgstr "Wait millisec"
+#. SuWS
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"bm_id3145801\n"
+"help.text"
+msgid "<bookmark_value>twips; definition</bookmark_value>"
+msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
-#: 03130600.xhp#hd_id3148943.5.help.text
-msgctxt "03130600.xhp#hd_id3148943.5.help.text"
-msgid "Parameters:"
+#. N/fK
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3145801\n"
+"5\n"
+"help.text"
+msgid "Twips"
msgstr ""
-#: 03130600.xhp#par_id3154924.6.help.text
-msgid "<emph>millisec:</emph> Numeric expression that contains the amount of time (in milliseconds) to wait before the program is executed."
-msgstr "<emph>millisec:</emph> რიცხვითი გამოსახულება რომელიც შეიცავს დროს (მილიწამებში) რომლის გასვლის შემდეეგაც გაეშვება პროგრამა.."
-
-#: 03130600.xhp#hd_id3150541.7.help.text
-msgctxt "03130600.xhp#hd_id3150541.7.help.text"
-msgid "Example:"
+#. qOhN
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3154731\n"
+"6\n"
+"help.text"
+msgid "A twip is a screen-independent unit which is used to define the uniform position and size of screen elements on all display systems. A twip is 1/1440th of an inch or 1/20 of a printer's point. There are 1440 twips to an inch or about 567 twips to a centimeter."
msgstr ""
-#: 03130600.xhp#par_id3154138.8.help.text
-msgctxt "03130600.xhp#par_id3154138.8.help.text"
-msgid "Sub ExampleWait"
-msgstr "Sub ExampleVal"
-
-#: 03130600.xhp#par_id3154367.9.help.text
-msgctxt "03130600.xhp#par_id3154367.9.help.text"
-msgid "Dim lTick As Long"
-msgstr "Dim sVar as string"
-
-#: 03130600.xhp#par_id3154909.10.help.text
-msgctxt "03130600.xhp#par_id3154909.10.help.text"
-msgid "lTick = GetSystemTicks()"
+#. cPoM
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3153159\n"
+"106\n"
+"help.text"
+msgid "URL Notation"
msgstr ""
-#: 03130600.xhp#par_id3151042.11.help.text
-msgctxt "03130600.xhp#par_id3151042.11.help.text"
-msgid "wait 2000"
+#. 5t3J
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3153415\n"
+"108\n"
+"help.text"
+msgid "URLs (<emph>Uniform Resource Locators</emph>) are used to determine the location of a resource like a file in a file system, typically inside a network environment. A URL consists of a protocol specifier, a host specifier and a file and path specifier:"
msgstr ""
-#: 03130600.xhp#par_id3154217.12.help.text
-msgctxt "03130600.xhp#par_id3154217.12.help.text"
-msgid "lTick = (GetSystemTicks() - lTick)"
+#. p?TR
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3149121\n"
+"107\n"
+"help.text"
+msgid "<emph>protocol</emph>://<emph>host.name</emph>/<emph>path/to/the/file.html</emph>"
msgstr ""
-#: 03130600.xhp#par_id3156214.13.help.text
-msgctxt "03130600.xhp#par_id3156214.13.help.text"
-msgid "MsgBox \"\" & lTick & \" Ticks\" ,0,\"The pause lasted\""
+#. e80{
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3168612\n"
+"109\n"
+"help.text"
+msgid "The most common usage of URLs is on the internet when specifying web pages. Example for protocols are <emph>http</emph>, <emph>ftp</emph>, or <emph>file</emph>. The <emph>file</emph> protocol specifier is used when referring to a file on the local file system."
msgstr ""
-#: 03130600.xhp#par_id3148922.14.help.text
-msgctxt "03130600.xhp#par_id3148922.14.help.text"
-msgid "End Sub"
+#. %\.,
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3150324\n"
+"110\n"
+"help.text"
+msgid "URL notation does not allow certain special characters to be used. These are either replaced by other characters or encoded. A slash (<emph>/</emph>) is used as a path separator. For example, a file referred to as <emph>C:\\My File.sxw</emph> on the local host in \"Windows notation\" becomes <emph>file:///C|/My%20File.sxw</emph> in URL notation."
msgstr ""
-#: 03020403.xhp#tit.help.text
-msgid "CurDir Function [Runtime]"
+#. W0ny
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"tit\n"
+"help.text"
+msgid "Join Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03020403.xhp#bm_id3153126.help.text
-msgid "<bookmark_value>CurDir function</bookmark_value>"
-msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
+#. /lP%
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"bm_id3149416\n"
+"help.text"
+msgid "<bookmark_value>Join function</bookmark_value>"
+msgstr "<bookmark_value>Join ფუნქცია</bookmark_value>"
-#: 03020403.xhp#hd_id3153126.1.help.text
-msgid "<link href=\"text/sbasic/shared/03020403.xhp\">CurDir Function [Runtime]</link>"
-msgstr ""
+#. Ch.E
+#: 03120315.xhp
+#, fuzzy
+msgctxt ""
+"03120315.xhp\n"
+"hd_id3149416\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120315.xhp\" name=\"Join Function [Runtime]\">Join Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03020403.xhp#par_id3156343.2.help.text
-msgid "Returns a variant string that represents the current path of the specified drive."
-msgstr ""
+#. `I[{
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"par_id3149670\n"
+"2\n"
+"help.text"
+msgid "Returns a string from a number of substrings in a string array."
+msgstr "მასივში ქვესტრინგებიდან აბრუნებს სტინგს."
-#: 03020403.xhp#hd_id3149457.3.help.text
-msgctxt "03020403.xhp#hd_id3149457.3.help.text"
+#. YcNu
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"hd_id3159414\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03020403.xhp#par_id3153381.4.help.text
-msgid "CurDir [(Text As String)]"
-msgstr "LTrim (Text As String)"
+#. *L1^
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"par_id3156344\n"
+"4\n"
+"help.text"
+msgid "Join (Text As String Array, delimiter)"
+msgstr "Join (Text As String Array, delimiter)"
-#: 03020403.xhp#hd_id3154366.5.help.text
-msgctxt "03020403.xhp#hd_id3154366.5.help.text"
+#. /B^V
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"hd_id3150400\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03020403.xhp#par_id3156281.6.help.text
-msgctxt "03020403.xhp#par_id3156281.6.help.text"
+#. N[,G
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"par_id3150359\n"
+"6\n"
+"help.text"
msgid "String"
msgstr "სტრიქონები"
-#: 03020403.xhp#hd_id3156423.7.help.text
-msgctxt "03020403.xhp#hd_id3156423.7.help.text"
+#. %!2a
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"hd_id3148798\n"
+"7\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03020403.xhp#par_id3153193.8.help.text
-msgid "<emph>Text:</emph> Any string expression that specifies an existing drive (for example, \"C\" for the first partition of the first hard drive)."
-msgstr ""
-
-#: 03020403.xhp#par_id3155133.9.help.text
-msgid "If no drive is specified or if the drive is a zero-length string (\"\"), CurDir returns the path for the current drive. $[officename] Basic reports an error if the syntax of the drive description is incorrect, the drive does not exist, or if the drive letter occurs after the letter defined in the CONFIG.SYS with the Lastdrive statement."
-msgstr ""
+#. II,g
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"par_id3145171\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> A string array."
+msgstr "<emph>ტექსტი:</emph> სტრინგების მწკრივი."
-#: 03020403.xhp#par_id3150010.10.help.text
-msgid "This function is not case-sensitive."
-msgstr ""
+#. Y=!:
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"par_id3154908\n"
+"9\n"
+"help.text"
+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>delimiter (არჩევითი):</emph> სტრუნგული ასო-ნიშანი, რომელიც გამოიყენება ქვესტრინგების გამოსაყოფად შედეგის სტრინგში. საწყის გამყოფად გამოიყენება ჰარის ასო-ნიშანი. თუ გამყოფი ნულოვანი სიგრძისაა\"\", ქვესტრინგები შეერთდება გამყოფის გარეშე."
-#: 03020403.xhp#hd_id3155411.11.help.text
-msgctxt "03020403.xhp#hd_id3155411.11.help.text"
+#. ?[TY
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"hd_id3154218\n"
+"10\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03020403.xhp#par_id3151113.12.help.text
-msgid "Sub ExampleCurDir"
-msgstr "sub ExampleChr"
-
-#: 03020403.xhp#par_id3155306.13.help.text
-msgctxt "03020403.xhp#par_id3155306.13.help.text"
-msgid "Dim sDir1 as String , sDir2 as String"
-msgstr ""
-
-#: 03020403.xhp#par_id3156444.14.help.text
-msgctxt "03020403.xhp#par_id3156444.14.help.text"
-msgid "sDir1 = \"c:\\Test\""
-msgstr ""
-
-#: 03020403.xhp#par_id3147318.15.help.text
-msgctxt "03020403.xhp#par_id3147318.15.help.text"
-msgid "sDir2 = \"d:\\private\""
-msgstr ""
-
-#: 03020403.xhp#par_id3154013.16.help.text
-msgctxt "03020403.xhp#par_id3154013.16.help.text"
-msgid "ChDir( sDir1 )"
-msgstr ""
-
-#: 03020403.xhp#par_id3153877.17.help.text
-msgctxt "03020403.xhp#par_id3153877.17.help.text"
-msgid "msgbox CurDir"
-msgstr ""
-
-#: 03020403.xhp#par_id3144764.18.help.text
-msgctxt "03020403.xhp#par_id3144764.18.help.text"
-msgid "ChDir( sDir2 )"
-msgstr ""
-
-#: 03020403.xhp#par_id3147125.19.help.text
-msgctxt "03020403.xhp#par_id3147125.19.help.text"
-msgid "msgbox CurDir"
-msgstr ""
-
-#: 03020403.xhp#par_id3149581.20.help.text
-msgctxt "03020403.xhp#par_id3149581.20.help.text"
-msgid "end sub"
-msgstr ""
-
-#: 03120201.xhp#tit.help.text
-msgid "Space Function [Runtime]"
+#. T.!=
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"tit\n"
+"help.text"
+msgid "DateValue Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03120201.xhp#bm_id3150499.help.text
-msgid "<bookmark_value>Space function</bookmark_value>"
-msgstr "<bookmark_value>სივრცითი ფუნქცია</bookmark_value>"
+#. }{uT
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"bm_id3156344\n"
+"help.text"
+msgid "<bookmark_value>DateValue function</bookmark_value>"
+msgstr "<bookmark_value>DatePart ფუნქცია</bookmark_value>"
-#: 03120201.xhp#hd_id3150499.1.help.text
+#. %^Ai
+#: 03030102.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03120201.xhp\" name=\"Space Function [Runtime]\">Space Function [Runtime]</link>"
+msgctxt ""
+"03030102.xhp\n"
+"hd_id3156344\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030102.xhp\" name=\"DateValue Function [Runtime]\">DateValue Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03120201.xhp#par_id3154927.2.help.text
-msgid "Returns a string that consists of a specified amount of spaces."
+#. 69)E
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"par_id3150542\n"
+"2\n"
+"help.text"
+msgid "Returns a date value from a date string. The date string is a complete date in a single numeric value. You can also use this serial number to determine the difference between two dates."
msgstr ""
-#: 03120201.xhp#hd_id3153394.3.help.text
-msgctxt "03120201.xhp#hd_id3153394.3.help.text"
+#. eOLq
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"hd_id3148799\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03120201.xhp#par_id3143267.4.help.text
-msgid "Space (n As Long)"
-msgstr "სივრცე (n როგორც გრძელი)"
+#. UAuj
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"par_id3154910\n"
+"4\n"
+"help.text"
+msgid "DateValue [(date)]"
+msgstr ""
-#: 03120201.xhp#hd_id3147242.5.help.text
-msgctxt "03120201.xhp#hd_id3147242.5.help.text"
+#. 14NQ
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"hd_id3150870\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03120201.xhp#par_id3149233.6.help.text
-msgctxt "03120201.xhp#par_id3149233.6.help.text"
-msgid "String"
-msgstr "სტრიქონები"
-
-#: 03120201.xhp#hd_id3156152.7.help.text
-msgctxt "03120201.xhp#hd_id3156152.7.help.text"
-msgid "Parameters:"
+#. dH$[
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"par_id3153194\n"
+"6\n"
+"help.text"
+msgid "Date"
msgstr ""
-#: 03120201.xhp#par_id3143228.8.help.text
-msgid "<emph>n:</emph> Numeric expression that defines the number of spaces in the string. The maximum allowed value of n is 65535."
+#. MMIc
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"hd_id3153969\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03120201.xhp#hd_id3154760.9.help.text
-msgctxt "03120201.xhp#hd_id3154760.9.help.text"
-msgid "Example:"
+#. =}3Q
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"par_id3153770\n"
+"8\n"
+"help.text"
+msgid "<emph>Date:</emph> String expression that contains the date that you want to calculate. The date can be specified in almost any format."
msgstr ""
-#: 03120201.xhp#par_id3147560.10.help.text
-msgid "Sub ExampleSpace"
-msgstr "Sub ExampleSpace"
-
-#: 03120201.xhp#par_id3149670.11.help.text
-msgid "Dim sText As String,sOut As String"
-msgstr "Dim sText როგორც სტრიქონი,sOut როგორც სტრიქონი"
-
-#: 03120201.xhp#par_id3154938.12.help.text
-msgid "DIm iLen As Integer"
-msgstr "DIm iLen როგორც Integer"
-
-#: 03120201.xhp#par_id3153525.13.help.text
-msgid "iLen = 10"
-msgstr "iLen = 10"
-
-#: 03120201.xhp#par_id3151211.14.help.text
-msgctxt "03120201.xhp#par_id3151211.14.help.text"
-msgid "sText = \"Las Vegas\""
+#. e\5n
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"par_id3153189\n"
+"22\n"
+"help.text"
+msgid "You can use this function to convert a date that occurs between December 1, 1582 and December 31, 9999 into a single integer value. You can then use this value to calculate the difference between two dates. If the date argument lies outside the acceptable range, $[officename] Basic returns an error message."
msgstr ""
-#: 03120201.xhp#par_id3156282.15.help.text
-msgid "sOut = sText & Space(iLen) & sText & Chr(13) &_"
-msgstr "sOut = sText & სივრცე(iLen) & sText & Chr(13) &_"
-
-#: 03120201.xhp#par_id3144760.16.help.text
-msgid "sText & Space(iLen*2) & sText & Chr(13) &_"
-msgstr "sText & სივრცე(iLen*2) & sText & Chr(13) &_"
-
-#: 03120201.xhp#par_id3159149.17.help.text
-msgid "sText & Space(iLen*4) & sText & Chr(13)"
-msgstr "sText & სივრცე(iLen*4) & sText & Chr(13)"
-
-#: 03120201.xhp#par_id3154216.18.help.text
-msgid "msgBox sOut,0,\"Info:\""
-msgstr "msgBox sOut,0,\"ინფო:\""
-
-#: 03120201.xhp#par_id3158409.19.help.text
-msgctxt "03120201.xhp#par_id3158409.19.help.text"
-msgid "End Sub"
+#. kb:Q
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"par_id3146974\n"
+"23\n"
+"help.text"
+msgid "In contrast to the DateSerial function that passes years, months, and days as separate numeric values, the DateValue function passes the date using the format \"month.[,]day.[,]year\"."
msgstr ""
-#: 03030130.xhp#tit.help.text
-msgid "DatePart Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03030130.xhp#bm_id249946.help.text
-msgid "<bookmark_value>DatePart function</bookmark_value>"
-msgstr "<bookmark_value>DatePart ფუნქცია</bookmark_value>"
-
-#: 03030130.xhp#par_idN10542.help.text
-msgid "<link href=\"text/sbasic/shared/03030130.xhp\">DatePart Function [Runtime]</link>"
+#. oH]$
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"hd_id3153142\n"
+"24\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03030130.xhp#par_idN10546.help.text
-msgid "The DatePart function returns a specified part of a date."
-msgstr "DatePart ფუნქცია აბრუნებს თარიღის კონკრეტულ ნაწილს."
+#. ;Vf7
+#: 03120300.xhp
+msgctxt ""
+"03120300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Editing String Contents"
+msgstr "სტრიქონის შეიგთავსის რედაქტირება"
-#: 03030130.xhp#par_idN10549.help.text
-msgctxt "03030130.xhp#par_idN10549.help.text"
-msgid "Syntax:"
+#. \5-O
+#: 03120300.xhp
+msgctxt ""
+"03120300.xhp\n"
+"bm_id7499008\n"
+"help.text"
+msgid "<bookmark_value>ampersand symbol in StarBasic</bookmark_value>"
msgstr ""
-#: 03030130.xhp#par_idN105E8.help.text
-msgid "DatePart (Add, Date [, Week_start [, Year_start]])"
-msgstr "DatePart (Add, Date [, Week_start [, Year_start]])"
-
-#: 03030130.xhp#par_idN105EB.help.text
-msgctxt "03030130.xhp#par_idN105EB.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03030130.xhp#par_idN105EF.help.text
-msgctxt "03030130.xhp#par_idN105EF.help.text"
-msgid "A Variant containing a date."
-msgstr ""
+#. U{9G
+#: 03120300.xhp
+#, fuzzy
+msgctxt ""
+"03120300.xhp\n"
+"hd_id3153894\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120300.xhp\" name=\"Editing String Contents\">Editing String Contents</link>"
+msgstr "<link href=\"text/sbasic/shared/03120400.xhp\" name=\"სტრინგის სიგრძის რედაქტირება\">სტრინგის სიგრძის რედაქტირება</link>"
-#: 03030130.xhp#par_idN105F2.help.text
-msgctxt "03030130.xhp#par_idN105F2.help.text"
-msgid "Parameters:"
+#. AgVZ
+#: 03120300.xhp
+msgctxt ""
+"03120300.xhp\n"
+"par_id3149178\n"
+"2\n"
+"help.text"
+msgid "The following functions edit, format, and align the contents of strings. Use the & operator to concatenate strings."
msgstr ""
-#: 03030130.xhp#par_idN105F6.help.text
-msgctxt "03030130.xhp#par_idN105F6.help.text"
-msgid "<emph>Add</emph> - A string expression from the following table, specifying the date interval."
-msgstr "Add - სტრინგული გამოსახულება მომდევნო ცხრილიდან, რომელიც მიუთითებს თარიღის ინტერვალს."
+#. QOhM
+#: 03132400.xhp
+msgctxt ""
+"03132400.xhp\n"
+"tit\n"
+"help.text"
+msgid "CreateObject Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03030130.xhp#par_idN10604.help.text
-msgid "<emph>Date</emph> - The date from which the result is calculated."
-msgstr "<emph>Date</emph> - თარიღი, რომლიდანაც გამოიანგარიშება რეზულტატი."
+#. !qI{
+#: 03132400.xhp
+msgctxt ""
+"03132400.xhp\n"
+"bm_id659810\n"
+"help.text"
+msgid "<bookmark_value>CreateObject function</bookmark_value>"
+msgstr "<bookmark_value>CreateObject ფუნქცია</bookmark_value>"
-#: 03030130.xhp#par_idN10611.help.text
-msgctxt "03030130.xhp#par_idN10611.help.text"
-msgid "Example:"
+#. t\gL
+#: 03132400.xhp
+msgctxt ""
+"03132400.xhp\n"
+"par_idN10580\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03132400.xhp\">CreateObject Function [Runtime]</link>"
msgstr ""
-#: 03030130.xhp#par_idN10615.help.text
-msgid "Sub example_datepart"
-msgstr "Sub example_datepart"
-
-#: 03030130.xhp#par_idN10618.help.text
-msgid "msgbox DatePart(\"ww\", \"12/31/2005\")"
-msgstr "msgbox DatePart(\"ww\", \"12/31/2005\")"
-
-#: 03030130.xhp#par_idN1061B.help.text
-msgctxt "03030130.xhp#par_idN1061B.help.text"
-msgid "End Sub"
+#. mL)_
+#: 03132400.xhp
+msgctxt ""
+"03132400.xhp\n"
+"par_idN10590\n"
+"help.text"
+msgid "<ahelp hid=\".\">Creates a UNO object. On Windows, can also create OLE objects.</ahelp>"
msgstr ""
-#: 03090405.xhp#tit.help.text
-msgid "FreeLibrary Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03090405.xhp#bm_id3143270.help.text
-msgid "<bookmark_value>FreeLibrary function</bookmark_value>"
-msgstr "<bookmark_value>DatePart ფუნქცია</bookmark_value>"
-
-#: 03090405.xhp#hd_id3143270.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03090405.xhp\" name=\"FreeLibrary Function [Runtime]\">FreeLibrary Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03090405.xhp#par_id3147559.2.help.text
-msgid "Releases DLLs that were loaded by a Declare statement. A released DLL is automatically reloaded if one of its functions is called. See also: <link href=\"text/sbasic/shared/03090403.xhp\" name=\"Declare\">Declare</link>"
-msgstr ""
+#. @`k1
+#: 03132400.xhp
+msgctxt ""
+"03132400.xhp\n"
+"par_idN1059F\n"
+"help.text"
+msgid "This method creates instances of the type that is passed as parameter."
+msgstr "მეთოდი ქმნის პარამეტრად გადაცემული ტიპის ნიმუშებს."
-#: 03090405.xhp#hd_id3148550.3.help.text
-msgctxt "03090405.xhp#hd_id3148550.3.help.text"
+#. _?PZ
+#: 03132400.xhp
+msgctxt ""
+"03132400.xhp\n"
+"par_idN105A2\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03090405.xhp#par_id3153361.4.help.text
-msgid "FreeLibrary (LibName As String)"
-msgstr ""
+#. %bK+
+#: 03132400.xhp
+msgctxt ""
+"03132400.xhp\n"
+"par_idN105A6\n"
+"help.text"
+msgid "oObj = CreateObject( type )"
+msgstr "oObj = CreateObject( type )"
-#: 03090405.xhp#hd_id3153380.5.help.text
-msgctxt "03090405.xhp#hd_id3153380.5.help.text"
-msgid "Parameters:"
+#. iF+b
+#: 03132400.xhp
+msgctxt ""
+"03132400.xhp\n"
+"par_idN105A9\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03090405.xhp#par_id3154138.6.help.text
-msgid "<emph>LibName:</emph> String expression that specifies the name of the DLL."
+#. hBL[
+#: 03020104.xhp
+msgctxt ""
+"03020104.xhp\n"
+"tit\n"
+"help.text"
+msgid "Reset Statement [Runtime]"
msgstr ""
-#: 03090405.xhp#par_id3146923.7.help.text
-msgid "FreeLibrary can only release DLLs that are loaded during Basic runtime."
-msgstr ""
+#. }qm;
+#: 03020104.xhp
+msgctxt ""
+"03020104.xhp\n"
+"bm_id3154141\n"
+"help.text"
+msgid "<bookmark_value>Reset statement</bookmark_value>"
+msgstr "<bookmark_value>RSet დებულება</bookmark_value>"
-#: 03090405.xhp#hd_id3153363.8.help.text
-msgctxt "03090405.xhp#hd_id3153363.8.help.text"
-msgid "Example:"
+#. 3@4|
+#: 03020104.xhp
+msgctxt ""
+"03020104.xhp\n"
+"hd_id3154141\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement [Runtime]</link>"
msgstr ""
-#: 03090405.xhp#par_id3155855.9.help.text
-msgctxt "03090405.xhp#par_id3155855.9.help.text"
-msgid "Declare Sub MyMessageBeep Lib \"user32.dll\" Alias \"MessageBeep\" ( long )"
+#. Jh(l
+#: 03020104.xhp
+msgctxt ""
+"03020104.xhp\n"
+"par_id3156423\n"
+"2\n"
+"help.text"
+msgid "Closes all open files and writes the contents of all file buffers to the harddisk."
msgstr ""
-#: 03090405.xhp#par_id3149664.11.help.text
-msgctxt "03090405.xhp#par_id3149664.11.help.text"
-msgid "Sub ExampleDeclare"
-msgstr "Sub ExampleDefCur"
-
-#: 03090405.xhp#par_id3148618.12.help.text
-msgctxt "03090405.xhp#par_id3148618.12.help.text"
-msgid "Dim lValue As Long"
-msgstr "Dim sVar as string"
-
-#: 03090405.xhp#par_id3147350.13.help.text
-msgctxt "03090405.xhp#par_id3147350.13.help.text"
-msgid "lValue = 5000"
+#. +bDM
+#: 03020104.xhp
+msgctxt ""
+"03020104.xhp\n"
+"hd_id3154124\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03090405.xhp#par_id3148648.14.help.text
-msgctxt "03090405.xhp#par_id3148648.14.help.text"
-msgid "MyMessageBeep( lValue )"
+#. {H@|
+#: 03020104.xhp
+msgctxt ""
+"03020104.xhp\n"
+"hd_id3161831\n"
+"5\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03090405.xhp#par_id3145750.15.help.text
-msgctxt "03090405.xhp#par_id3145750.15.help.text"
-msgid "FreeLibrary(\"user32.dll\" )"
+#. +w,5
+#: 03020104.xhp
+msgctxt ""
+"03020104.xhp\n"
+"par_id3148455\n"
+"47\n"
+"help.text"
+msgid "Print #iNumber, \"This is a new line of text\""
msgstr ""
-#: 03090405.xhp#par_id3149412.16.help.text
-msgctxt "03090405.xhp#par_id3149412.16.help.text"
-msgid "End Sub"
+#. Pjh\
+#: 03020104.xhp
+msgctxt ""
+"03020104.xhp\n"
+"par_id3163805\n"
+"62\n"
+"help.text"
+msgid "MsgBox \"All files will be closed\",0,\"Error\""
msgstr ""
-#: 03080502.xhp#tit.help.text
-msgid "Int Function [Runtime]"
+#. F1iV
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"tit\n"
+"help.text"
+msgid "Red Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03080502.xhp#bm_id3153345.help.text
-msgid "<bookmark_value>Int function</bookmark_value>"
-msgstr "<bookmark_value>InStr ფუნქცია</bookmark_value>"
+#. O*Or
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"bm_id3148947\n"
+"help.text"
+msgid "<bookmark_value>Red function</bookmark_value>"
+msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
-#: 03080502.xhp#hd_id3153345.1.help.text
+#. 3A]j
+#: 03010303.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03080502.xhp\" name=\"Int Function [Runtime]\">Int Function [Runtime]</link>"
+msgctxt ""
+"03010303.xhp\n"
+"hd_id3148947\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010303.xhp\" name=\"Red Function [Runtime]\">Red Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03080502.xhp#par_id3155420.2.help.text
-msgid "Returns the integer portion of a number."
+#. TJ].
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"par_id3149656\n"
+"2\n"
+"help.text"
+msgid "Returns the Red component of the specified color code."
msgstr ""
-#: 03080502.xhp#hd_id3147559.3.help.text
-msgctxt "03080502.xhp#hd_id3147559.3.help.text"
+#. TDdA
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"hd_id3148799\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03080502.xhp#par_id3146795.4.help.text
-msgid "Int (Number)"
+#. \`?S
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"par_id3150448\n"
+"4\n"
+"help.text"
+msgid "Red (ColorNumber As Long)"
msgstr ""
-#: 03080502.xhp#hd_id3149670.5.help.text
-msgctxt "03080502.xhp#hd_id3149670.5.help.text"
+#. .Q1l
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"hd_id3151042\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03080502.xhp#par_id3150400.6.help.text
-msgctxt "03080502.xhp#par_id3150400.6.help.text"
-msgid "Double"
+#. 9o|:
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"par_id3145173\n"
+"6\n"
+"help.text"
+msgid "Integer"
msgstr ""
-#: 03080502.xhp#hd_id3149656.7.help.text
-msgctxt "03080502.xhp#hd_id3149656.7.help.text"
-msgid "Parameters:"
+#. %FsZ
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"hd_id3154685\n"
+"7\n"
+"help.text"
+msgid "Parameter:"
msgstr ""
-#: 03080502.xhp#par_id3148797.8.help.text
-msgid "<emph>Number:</emph> Any valid numeric expression."
+#. 00_1
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"par_id3150440\n"
+"8\n"
+"help.text"
+msgid "<emph>ColorNumber</emph>: Long integer expression that specifies any <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"color code\">color code</link> for which to return the Red component."
msgstr ""
-#: 03080502.xhp#hd_id3148672.9.help.text
-msgctxt "03080502.xhp#hd_id3148672.9.help.text"
+#. %A`^
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"hd_id3148575\n"
+"9\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03080502.xhp#par_id3156214.10.help.text
-msgid "sub ExampleINT"
-msgstr "sub ExampleChr"
-
-#: 03080502.xhp#par_id3125864.11.help.text
-msgid "Print Int(3.99) REM returns the value 3"
+#. lwts
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"par_id3147435\n"
+"13\n"
+"help.text"
+msgid "MsgBox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
msgstr ""
-#: 03080502.xhp#par_id3145787.12.help.text
-msgid "Print Int(0) REM returns the value 0"
+#. \)UC
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"par_id3155306\n"
+"14\n"
+"help.text"
+msgid "\"red= \" & red(lVar) & Chr(13)&_"
msgstr ""
-#: 03080502.xhp#par_id3153143.13.help.text
-msgid "Print Int(-3.14159) REM returns the value -4"
+#. H!{j
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"par_id3149262\n"
+"15\n"
+"help.text"
+msgid "\"green= \" & green(lVar) & Chr(13)&_"
msgstr ""
-#: 03080502.xhp#par_id3152578.14.help.text
-msgctxt "03080502.xhp#par_id3152578.14.help.text"
-msgid "end sub"
+#. ^*M(
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"par_id3147397\n"
+"16\n"
+"help.text"
+msgid "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colors\""
msgstr ""
-#: 03020409.xhp#tit.help.text
-msgid "GetAttr Function [Runtime]"
+#. N9Sv
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"tit\n"
+"help.text"
+msgid "Split Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03020409.xhp#bm_id3150984.help.text
-msgid "<bookmark_value>GetAttr function</bookmark_value>"
-msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
+#. vcS[
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"bm_id3156027\n"
+"help.text"
+msgid "<bookmark_value>Split function</bookmark_value>"
+msgstr "<bookmark_value>Split ფუნქცია</bookmark_value>"
-#: 03020409.xhp#hd_id3150984.1.help.text
+#. pu.,
+#: 03120314.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03020409.xhp\" name=\"GetAttr Function [Runtime]\">GetAttr Function [Runtime]</link>"
+msgctxt ""
+"03120314.xhp\n"
+"hd_id3156027\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120314.xhp\" name=\"Split Function [Runtime]\">Split Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03020409.xhp#par_id3154347.2.help.text
-msgid "Returns a bit pattern that identifies the file type or the name of a volume or a directory."
-msgstr ""
+#. Vp9$
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"par_id3155805\n"
+"2\n"
+"help.text"
+msgid "Returns an array of substrings from a string expression."
+msgstr "სტრუნგული გამოსახულებიდან აბრუნებს ქვესტრინგების მასივს."
-#: 03020409.xhp#hd_id3149457.3.help.text
-msgctxt "03020409.xhp#hd_id3149457.3.help.text"
+#. fY;o
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"hd_id3149177\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03020409.xhp#par_id3150359.4.help.text
-msgid "GetAttr (Text As String)"
-msgstr "Asc (ტექსტი როგორც სტრიქონი)"
+#. ,NpX
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"par_id3153824\n"
+"4\n"
+"help.text"
+msgid "Split (Text As String, delimiter, number)"
+msgstr "Split (Text As String, delimiter, number)"
-#: 03020409.xhp#hd_id3151211.5.help.text
-msgctxt "03020409.xhp#hd_id3151211.5.help.text"
+#. 7$5b
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"hd_id3149763\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03020409.xhp#par_id3154909.6.help.text
-msgctxt "03020409.xhp#par_id3154909.6.help.text"
-msgid "Integer"
-msgstr ""
+#. A[fG
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"par_id3154285\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონები"
-#: 03020409.xhp#hd_id3145172.7.help.text
-msgctxt "03020409.xhp#hd_id3145172.7.help.text"
+#. 0jG#
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"hd_id3145315\n"
+"7\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03020409.xhp#par_id3151042.8.help.text
-msgctxt "03020409.xhp#par_id3151042.8.help.text"
-msgid "<emph>Text:</emph> Any string expression that contains an unambiguous file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
-msgstr ""
-
-#: 03020409.xhp#par_id3161831.9.help.text
-msgid "This function determines the attributes for a specified file and returns the bit pattern that can help you to identify the following file attributes:"
-msgstr ""
-
-#: 03020409.xhp#hd_id3145364.10.help.text
-msgctxt "03020409.xhp#hd_id3145364.10.help.text"
-msgid "Value"
-msgstr ""
-
-#: 03020409.xhp#par_id3147349.11.help.text
-msgctxt "03020409.xhp#par_id3147349.11.help.text"
-msgid "0 : Normal files."
-msgstr ""
-
-#: 03020409.xhp#par_id3147434.12.help.text
-msgctxt "03020409.xhp#par_id3147434.12.help.text"
-msgid "1 : Read-only files."
-msgstr ""
-
-#: 03020409.xhp#par_id3159154.15.help.text
-msgid "8 : Returns the name of the volume"
-msgstr ""
-
-#: 03020409.xhp#par_id3145271.16.help.text
-msgctxt "03020409.xhp#par_id3145271.16.help.text"
-msgid "16 : Returns the name of the directory only."
-msgstr ""
+#. NP!Q
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"par_id3156023\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression."
+msgstr "<emph>ტექსტი: </emph>ნებისმიერი სტრინგული გამოსახულება."
-#: 03020409.xhp#par_id3153953.17.help.text
-msgctxt "03020409.xhp#par_id3153953.17.help.text"
-msgid "32 : File was changed since last backup (Archive bit)."
-msgstr ""
+#. 5Ogy
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"par_id3147560\n"
+"9\n"
+"help.text"
+msgid "<emph>delimiter (optional):</emph> A string of one or more characters length that is used to delimit the Text. The default is the space character."
+msgstr "<emph>delimiter (არჩევითი):</emph> ერთი ან მეტი ასო-ნიშნის სიგრძის სტრინგი, რომელიც გამოიყენება ტექსტის გამოსაყოფად. საწყისი ნიშანია ჰარი."
-#: 03020409.xhp#par_id3156444.18.help.text
-msgid "If you want to know if a bit of the attribute byte is set, use the following query method:"
-msgstr ""
+#. (W-e
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"par_id3145069\n"
+"12\n"
+"help.text"
+msgid "<emph>number (optional):</emph> The number of substrings that you want to return."
+msgstr "<emph>number (არჩევითი):</emph> თქვენთვის სასურველი დასაბრუნებელი ქვესტრინგების რაოდენობა."
-#: 03020409.xhp#hd_id3153094.19.help.text
-msgctxt "03020409.xhp#hd_id3153094.19.help.text"
+#. GqT6
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"hd_id3150398\n"
+"10\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03020409.xhp#par_id3154491.20.help.text
-msgctxt "03020409.xhp#par_id3154491.20.help.text"
-msgid "Sub ExampleSetGetAttr"
-msgstr "Sub ExampleSpace"
-
-#: 03020409.xhp#par_id3155415.21.help.text
-msgctxt "03020409.xhp#par_id3155415.21.help.text"
-msgid "On Error Goto ErrorHandler REM Define target for error-handler"
-msgstr ""
-
-#: 03020409.xhp#par_id3154944.22.help.text
-msgctxt "03020409.xhp#par_id3154944.22.help.text"
-msgid "If Dir(\"C:\\test\",16)=\"\" Then MkDir \"C:\\test\""
-msgstr ""
-
-#: 03020409.xhp#par_id3151075.23.help.text
-msgctxt "03020409.xhp#par_id3151075.23.help.text"
-msgid "If Dir(\"C:\\test\\autoexec.sav\")=\"\" THEN Filecopy \"c:\\autoexec.bat\", \"c:\\test\\autoexec.sav\""
-msgstr ""
-
-#: 03020409.xhp#par_id3149959.24.help.text
-msgctxt "03020409.xhp#par_id3149959.24.help.text"
-msgid "SetAttr \"c:\\test\\autoexec.sav\" ,0"
-msgstr ""
-
-#: 03020409.xhp#par_id3153418.25.help.text
-msgctxt "03020409.xhp#par_id3153418.25.help.text"
-msgid "Filecopy \"c:\\autoexec.bat\", \"c:\\test\\autoexec.sav\""
-msgstr ""
-
-#: 03020409.xhp#par_id3149122.26.help.text
-msgctxt "03020409.xhp#par_id3149122.26.help.text"
-msgid "SetAttr \"c:\\test\\autoexec.sav\" ,1"
-msgstr ""
-
-#: 03020409.xhp#par_id3154480.27.help.text
-msgctxt "03020409.xhp#par_id3154480.27.help.text"
-msgid "print GetAttr( \"c:\\test\\autoexec.sav\" )"
-msgstr ""
-
-#: 03020409.xhp#par_id3150753.28.help.text
-msgctxt "03020409.xhp#par_id3150753.28.help.text"
-msgid "end"
-msgstr ""
-
-#: 03020409.xhp#par_id3150323.29.help.text
-msgctxt "03020409.xhp#par_id3150323.29.help.text"
-msgid "ErrorHandler:"
-msgstr ""
-
-#: 03020409.xhp#par_id3154754.30.help.text
-msgctxt "03020409.xhp#par_id3154754.30.help.text"
-msgid "Print Error"
-msgstr ""
-
-#: 03020409.xhp#par_id3155764.31.help.text
-msgctxt "03020409.xhp#par_id3155764.31.help.text"
-msgid "end"
-msgstr ""
-
-#: 03020409.xhp#par_id3156382.32.help.text
-msgctxt "03020409.xhp#par_id3156382.32.help.text"
-msgid "end sub"
-msgstr ""
-
-#: 03090203.xhp#tit.help.text
-msgid "While...Wend Statement[Runtime]"
+#. oKPP
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"tit\n"
+"help.text"
+msgid "Input# Statement [Runtime]"
msgstr ""
-#: 03090203.xhp#bm_id3150400.help.text
-msgid "<bookmark_value>While;While...Wend loop</bookmark_value>"
-msgstr ""
+#. ]{@]
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"bm_id3154908\n"
+"help.text"
+msgid "<bookmark_value>Input statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 03090203.xhp#hd_id3150400.1.help.text
+#. LPH2
+#: 03020202.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03090203.xhp\" name=\"While...Wend Statement[Runtime]\">While...Wend Statement[Runtime]</link>"
+msgctxt ""
+"03020202.xhp\n"
+"hd_id3154908\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020202.xhp\" name=\"Input# Statement [Runtime]\">Input# Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03090203.xhp#par_id3151211.2.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 ""
-
-#: 03090203.xhp#par_id3151041.3.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 ""
-
-#: 03090203.xhp#par_id3145172.4.help.text
-msgid "A Do...Loop is more flexible than a While...Wend."
+#. qTY:
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"par_id3156424\n"
+"2\n"
+"help.text"
+msgid "Reads data from an open sequential file."
msgstr ""
-#: 03090203.xhp#hd_id3155133.5.help.text
-msgctxt "03090203.xhp#hd_id3155133.5.help.text"
+#. }JVw
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"hd_id3125863\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03090203.xhp#par_id3147288.6.help.text
-msgid "While Condition [Statement] Wend"
+#. e=8-
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"par_id3150440\n"
+"4\n"
+"help.text"
+msgid "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
msgstr ""
-#: 03090203.xhp#hd_id3153139.7.help.text
-msgctxt "03090203.xhp#hd_id3153139.7.help.text"
-msgid "Example:"
+#. |RRL
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"hd_id3146121\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03090203.xhp#par_id3159153.8.help.text
-msgid "Sub ExampleWhileWend"
-msgstr "Sub ExampleBeep"
-
-#: 03090203.xhp#par_id3151114.9.help.text
-msgid "Dim stext As String"
-msgstr "Dim sSep As String"
-
-#: 03090203.xhp#par_id3153143.10.help.text
-msgid "Dim iRun As Integer"
-msgstr "DIm iLen როგორც Integer"
-
-#: 03090203.xhp#par_id3155306.11.help.text
-msgid "sText =\"This is a short text\""
+#. 1Z{g
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"par_id3145749\n"
+"6\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 ""
-#: 03090203.xhp#par_id3154011.12.help.text
-msgid "iRun = 1"
+#. pcVp
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"par_id3150011\n"
+"7\n"
+"help.text"
+msgid "<emph>var:</emph> A numeric or string variable that you assign the values read from the opened file to."
msgstr ""
-#: 03090203.xhp#par_id3147215.13.help.text
-msgid "while iRun < Len(sText)"
+#. ZEty
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"par_id3159153\n"
+"8\n"
+"help.text"
+msgid "The <emph>Input#</emph> statement reads numeric values or strings from an open file and assigns the data to one or more variables. A numeric variable is read up to the first carriage return (Asc=13), line feed (Asc=10), space, or comma. String variables are read to up to the first carriage return (Asc=13), line feed (Asc=10), or comma."
msgstr ""
-#: 03090203.xhp#par_id3147427.14.help.text
-msgid "if Mid(sText,iRun,1 )<> \" \" then Mid( sText ,iRun, 1, Chr( 1 + Asc( Mid(sText,iRun,1 )) )"
+#. u$j;
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"par_id3146984\n"
+"9\n"
+"help.text"
+msgid "Data and data types in the opened file must appear in the same order as the variables that are passed in the \"var\" parameter. If you assign non-numeric values to a numeric variable, \"var\" is assigned a value of \"0\"."
msgstr ""
-#: 03090203.xhp#par_id3149665.15.help.text
-msgid "iRun = iRun + 1"
+#. %KN=
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"par_id3156442\n"
+"10\n"
+"help.text"
+msgid "Records that are separated by commas cannot be assigned to a string variable. Quotation marks (\") in the file are disregarded as well. If you want to read these characters from the file, use the <emph>Line Input#</emph> statement to read pure text files (files containing only printable characters) line by line."
msgstr ""
-#: 03090203.xhp#par_id3152939.16.help.text
-msgid "Wend"
+#. eSVZ
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"par_id3147349\n"
+"11\n"
+"help.text"
+msgid "If the end of the file is reached while reading a data element, an error occurs and the process is aborted."
msgstr ""
-#: 03090203.xhp#par_id3153189.17.help.text
-msgid "MsgBox sText,0,\"Text encoded\""
+#. uU.c
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"hd_id3152578\n"
+"12\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03090203.xhp#par_id3145251.18.help.text
-msgctxt "03090203.xhp#par_id3145251.18.help.text"
-msgid "end sub"
+#. A+QU
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"par_id4144765\n"
+"help.text"
+msgid "' Write data ( which we will read later with Input ) to file"
msgstr ""
-#: 03090201.xhp#tit.help.text
-msgid "Do...Loop Statement [Runtime]"
+#. BmL1
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"par_id4144766\n"
+"help.text"
+msgid "' Read data file using Input"
msgstr ""
-#: 03090201.xhp#bm_id3156116.help.text
-msgid "<bookmark_value>Do...Loop statement</bookmark_value><bookmark_value>While; Do loop</bookmark_value><bookmark_value>Until</bookmark_value><bookmark_value>loops</bookmark_value>"
+#. P7K:
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"tit\n"
+"help.text"
+msgid "ReDim Statement [Runtime]"
msgstr ""
-#: 03090201.xhp#hd_id3156116.1.help.text
+#. :J`b
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"bm_id3150398\n"
+"help.text"
+msgid "<bookmark_value>ReDim statement</bookmark_value>"
+msgstr "<bookmark_value>RSet დებულება</bookmark_value>"
+
+#. RQ0$
+#: 03102101.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...Loop Statement [Runtime]\">Do...Loop Statement [Runtime]</link>"
+msgctxt ""
+"03102101.xhp\n"
+"hd_id3150398\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102101.xhp\" name=\"ReDim Statement [Runtime]\">ReDim Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03090201.xhp#par_id3109850.2.help.text
-msgid "Repeats the statements between the Do and the Loop statement while the condition is True or until the condition becomes True."
+#. !La?
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3154685\n"
+"2\n"
+"help.text"
+msgid "Declares a variable or an array."
msgstr ""
-#: 03090201.xhp#hd_id3149119.3.help.text
-msgctxt "03090201.xhp#hd_id3149119.3.help.text"
-msgid "Syntax"
+#. :In9
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"hd_id3154218\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03090201.xhp#par_id3155150.4.help.text
-msgid "Do [{While | Until} condition = True]"
+#. SoRn
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3156214\n"
+"4\n"
+"help.text"
+msgid "[ReDim]Dim VarName [(start To end)] [As VarType][, VarName2 [(start To end)] [As VarType][,...]]"
msgstr ""
-#: 03090201.xhp#par_id3154422.5.help.text
-msgctxt "03090201.xhp#par_id3154422.5.help.text"
-msgid "statement block"
+#. cY58
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id711996\n"
+"help.text"
+msgid "Optionally, you can add the <emph>Preserve</emph> keyword as a parameter to preserve the contents of the array that is redimensioned."
msgstr ""
-#: 03090201.xhp#par_id3150789.6.help.text
-msgctxt "03090201.xhp#par_id3150789.6.help.text"
-msgid "[Exit Do]"
+#. LY,B
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"hd_id3148451\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03090201.xhp#par_id3155805.7.help.text
-msgctxt "03090201.xhp#par_id3155805.7.help.text"
-msgid "statement block"
+#. hZU@
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3156423\n"
+"6\n"
+"help.text"
+msgid "<emph>VarName:</emph> Any variable or array name."
msgstr ""
-#: 03090201.xhp#par_id3145090.8.help.text
-msgctxt "03090201.xhp#par_id3145090.8.help.text"
-msgid "Loop"
+#. J4Gq
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3149562\n"
+"7\n"
+"help.text"
+msgid "<emph>Start, End:</emph> Numerical values or constants that define the number of elements (NumberElements=(end-start)+1) and the index range."
msgstr ""
-#: 03090201.xhp#par_id3154749.9.help.text
-msgid "or"
-msgstr "ან"
-
-#: 03090201.xhp#par_id3150503.10.help.text
-msgctxt "03090201.xhp#par_id3150503.10.help.text"
-msgid "Do"
+#. 5x;K
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3155307\n"
+"8\n"
+"help.text"
+msgid "Start and End can be numeric expressions if ReDim is used at the procedure level."
msgstr ""
-#: 03090201.xhp#par_id3149762.11.help.text
-msgctxt "03090201.xhp#par_id3149762.11.help.text"
-msgid "statement block"
+#. %(0z
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3153951\n"
+"9\n"
+"help.text"
+msgid "<emph>VarType:</emph> Keyword that declares the data type of a variable."
msgstr ""
-#: 03090201.xhp#par_id3150984.12.help.text
-msgctxt "03090201.xhp#par_id3150984.12.help.text"
-msgid "[Exit Do]"
+#. 8dA`
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3147317\n"
+"10\n"
+"help.text"
+msgid "<emph>Keyword:</emph> Variable type"
msgstr ""
-#: 03090201.xhp#par_id3143228.13.help.text
-msgctxt "03090201.xhp#par_id3143228.13.help.text"
-msgid "statement block"
+#. @1A(
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3153728\n"
+"11\n"
+"help.text"
+msgid "<emph>Bool: </emph>Boolean variable (True, False)"
msgstr ""
-#: 03090201.xhp#par_id3149235.14.help.text
-msgid "Loop [{While | Until} condition = True]"
+#. PUi=
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3146121\n"
+"12\n"
+"help.text"
+msgid "<emph>Date:</emph> Date variable"
msgstr ""
-#: 03090201.xhp#hd_id3156024.15.help.text
-msgid "Parameters/Elements"
+#. g+JD
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3159156\n"
+"13\n"
+"help.text"
+msgid "<emph>Double:</emph> Double floating point variable (1.79769313486232x10E308 - 4.94065645841247x10E-324)"
msgstr ""
-#: 03090201.xhp#par_id3156344.16.help.text
-msgid "<emph>Condition:</emph> A comparison, numeric or string expression, that evaluates either True or False."
+#. 4*hC
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3148616\n"
+"14\n"
+"help.text"
+msgid "<emph>Integer:</emph> Integer variable (-32768 - 32767)"
msgstr ""
-#: 03090201.xhp#par_id3149669.17.help.text
-msgid "<emph>Statement block:</emph> Statements that you want to repeat while or until the condition is True."
+#. RS%e
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3147348\n"
+"15\n"
+"help.text"
+msgid "<emph>Long:</emph> Long integer variable (-2,147,483,648 - 2,147,483,647)"
msgstr ""
-#: 03090201.xhp#par_id3150791.18.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:"
+#. 00w/
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3149412\n"
+"16\n"
+"help.text"
+msgid "<emph>Object:</emph> Object variable (can only be subsequently defined by Set!)"
msgstr ""
-#: 03090201.xhp#hd_id3154366.19.help.text
-msgctxt "03090201.xhp#hd_id3154366.19.help.text"
-msgid "Syntax"
+#. MNCE
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3154729\n"
+"17\n"
+"help.text"
+msgid "<emph>[Single]:</emph> Single floating-point variable (3.402823x10E38 - 1.401298x10E-45). If no key word is specified, a variable is defined as Single, unless a statement from DefBool to DefVar is used."
msgstr ""
-#: 03090201.xhp#par_id3145171.20.help.text
-msgid "Do While condition = True"
+#. 663:
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3148458\n"
+"18\n"
+"help.text"
+msgid "<emph>String:</emph> String variable containing a maximum of 64,000 ASCII characters."
msgstr ""
-#: 03090201.xhp#par_id3149203.21.help.text
-msgctxt "03090201.xhp#par_id3149203.21.help.text"
-msgid "...statement block"
+#. @N1K
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3149581\n"
+"19\n"
+"help.text"
+msgid "<emph>Variant: </emph>Variant variable type (can contain all types and is set by definition)."
msgstr ""
-#: 03090201.xhp#par_id3125864.22.help.text
-msgctxt "03090201.xhp#par_id3125864.22.help.text"
-msgid "Loop"
+#. WRi!
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3155601\n"
+"20\n"
+"help.text"
+msgid "In $[officename] Basic, you do not need to declare variables explicitly. However, you need to declare an array before you can use them. You can declare a variable with the Dim statement, using commas to separate multiple declarations. To declare a variable type, enter a type-declaration character following the name or use a corresponding key word."
msgstr ""
-#: 03090201.xhp#par_id3154124.24.help.text
-msgid "The statement block between the Do While and the Loop statements is repeated so long as the condition is true."
+#. h|`0
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3153415\n"
+"21\n"
+"help.text"
+msgid "$[officename] Basic supports single or multi-dimensional arrays that are defined by a specified variable type. Arrays are suitable if the program contains lists or tables that you want to edit. The advantage of arrays is that it is possible to address individual elements according to indexes, which can be formulated as numeric expressions or variables."
msgstr ""
-#: 03090201.xhp#par_id3153968.25.help.text
-msgid "Do Until condition = True"
+#. s=wn
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3146971\n"
+"22\n"
+"help.text"
+msgid "There are two ways to set the range of indices for arrays declared with the Dim statement:"
msgstr ""
-#: 03090201.xhp#par_id3154909.26.help.text
-msgctxt "03090201.xhp#par_id3154909.26.help.text"
-msgid "...statement block"
+#. SJv_
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3153950\n"
+"23\n"
+"help.text"
+msgid "DIM text(20) As String REM 21 elements numbered from 0 to 20"
msgstr ""
-#: 03090201.xhp#par_id3159151.27.help.text
-msgctxt "03090201.xhp#par_id3159151.27.help.text"
-msgid "Loop"
+#. *Q}9
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3146912\n"
+"24\n"
+"help.text"
+msgid "DIM text(5 to 25) As String REM 21 elements numbered from 5 to 25"
msgstr ""
-#: 03090201.xhp#par_id3150440.29.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."
+#. Ly7q
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3153709\n"
+"25\n"
+"help.text"
+msgid "DIM text$(-15 to 5) As String REM 21 elements (0 inclusive),"
msgstr ""
-#: 03090201.xhp#par_id3153952.30.help.text
-msgctxt "03090201.xhp#par_id3153952.30.help.text"
-msgid "Do"
+#. v.:0
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3150321\n"
+"26\n"
+"help.text"
+msgid "rem numbered from -15 to 5"
msgstr ""
-#: 03090201.xhp#par_id3147349.31.help.text
-msgctxt "03090201.xhp#par_id3147349.31.help.text"
-msgid "...statement block"
+#. M0tq
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3149018\n"
+"27\n"
+"help.text"
+msgid "Variable fields, regardless of type, can be made dynamic if they are dimensioned by ReDim at the procedure level in subroutines or functions. Normally, you can only set the range of an array once and you cannot modify it. Within a procedure, you can declare an array using the ReDim statement with numeric expressions to define the range of the field sizes."
msgstr ""
-#: 03090201.xhp#par_id3159153.32.help.text
-msgid "Loop While condition = True"
+#. u\cu
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"hd_id3148405\n"
+"28\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03090201.xhp#par_id3146985.34.help.text
-msgid "The statement block between the Do and the Loop statements repeats so long as the condition is true."
-msgstr ""
+#. F?F-
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"tit\n"
+"help.text"
+msgid "Day Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03090201.xhp#par_id3150488.35.help.text
-msgctxt "03090201.xhp#par_id3150488.35.help.text"
-msgid "Do"
-msgstr ""
+#. rGPm
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"bm_id3153345\n"
+"help.text"
+msgid "<bookmark_value>Day function</bookmark_value>"
+msgstr "<bookmark_value>Va lფუნქცია</bookmark_value>"
-#: 03090201.xhp#par_id3153189.36.help.text
-msgctxt "03090201.xhp#par_id3153189.36.help.text"
-msgid "...statement block"
-msgstr ""
+#. ](/$
+#: 03030103.xhp
+#, fuzzy
+msgctxt ""
+"03030103.xhp\n"
+"hd_id3153345\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day Function [Runtime]\">Day Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03090201.xhp#par_id3155411.37.help.text
-msgid "Loop Until condition = True"
+#. !p[N
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"par_id3147560\n"
+"2\n"
+"help.text"
+msgid "Returns a value that represents the day of the month based on a serial date number generated by <emph>DateSerial</emph> or <emph>DateValue</emph>."
msgstr ""
-#: 03090201.xhp#par_id3151117.39.help.text
-msgid "The statement block between the Do and the Loop statements repeats until the condition is true."
+#. B[]L
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"hd_id3149456\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03090201.xhp#par_id3149484.41.help.text
-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:"
+#. beG{
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"par_id3150358\n"
+"4\n"
+"help.text"
+msgid "Day (Number)"
msgstr ""
-#: 03090201.xhp#par_id3149262.42.help.text
-msgid "Do..."
-msgstr ""
+#. 33vb
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"hd_id3148798\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03090201.xhp#par_id3149298.43.help.text
-msgctxt "03090201.xhp#par_id3149298.43.help.text"
-msgid "statements"
+#. si%p
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"par_id3125865\n"
+"6\n"
+"help.text"
+msgid "Integer"
msgstr ""
-#: 03090201.xhp#par_id3145646.44.help.text
-msgid "If condition = True Then Exit Do"
+#. R,u%
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"hd_id3150448\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03090201.xhp#par_id3154490.45.help.text
-msgctxt "03090201.xhp#par_id3154490.45.help.text"
-msgid "statements"
+#. 95b1
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"par_id3156423\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> A numeric expression that contains a serial date number from which you can determine the day of the month."
msgstr ""
-#: 03090201.xhp#par_id3153159.46.help.text
-msgid "Loop..."
+#. mLVW
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"par_id3145786\n"
+"9\n"
+"help.text"
+msgid "This function is basically the opposite of the DateSerial function, returning the day of the month from a serial date number generated by the <emph>DateSerial</emph> or the <emph>DateValue</emph> function. For example, the expression"
msgstr ""
-#: 03090201.xhp#hd_id3147396.47.help.text
-msgctxt "03090201.xhp#hd_id3147396.47.help.text"
-msgid "Example"
+#. YR=U
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"par_id3153190\n"
+"11\n"
+"help.text"
+msgid "returns the value 20."
msgstr ""
-#: 03090201.xhp#par_id3144764.49.help.text
-msgid "Sub ExampleDoLoop"
-msgstr "Sub ExampleDefCur"
-
-#: 03090201.xhp#par_id3154791.50.help.text
-msgid "Dim sFile As String"
-msgstr "DIM sFile სტრიქონი როგორც "
-
-#: 03090201.xhp#par_id3149401.51.help.text
-msgctxt "03090201.xhp#par_id3149401.51.help.text"
-msgid "Dim sPath As String"
-msgstr "Dim sSep As String"
+#. Vd(]
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"hd_id3149481\n"
+"12\n"
+"help.text"
+msgid "Example:"
+msgstr ""
-#: 03090201.xhp#par_id3155600.52.help.text
-msgid "sPath = \"c:\\\""
+#. *K9-
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"par_id3149260\n"
+"14\n"
+"help.text"
+msgid "Print \"Day \" & Day(DateSerial(1994, 12, 20)) & \" of the month\""
msgstr ""
-#: 03090201.xhp#par_id3150717.53.help.text
-msgid "sFile = Dir$( sPath ,22)"
-msgstr "sFile = Dir$( sRoot ,22)"
+#. 4#DM
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"tit\n"
+"help.text"
+msgid "IsUnoStruct Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03090201.xhp#par_id3146898.54.help.text
-msgctxt "03090201.xhp#par_id3146898.54.help.text"
-msgid "If sFile <> \"\" Then"
-msgstr ""
+#. ]kdt
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"bm_id3146117\n"
+"help.text"
+msgid "<bookmark_value>IsUnoStruct function</bookmark_value>"
+msgstr "<bookmark_value>IsUnoStruct ფუნქცია</bookmark_value>"
-#: 03090201.xhp#par_id3156333.55.help.text
-msgctxt "03090201.xhp#par_id3156333.55.help.text"
-msgid "Do"
-msgstr ""
+#. V%.P
+#: 03104500.xhp
+#, fuzzy
+msgctxt ""
+"03104500.xhp\n"
+"hd_id3146117\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03104500.xhp\" name=\"IsUnoStruct Function [Runtime]\">IsUnoStruct Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03090201.xhp#par_id3153947.56.help.text
-msgid "MsgBox sFile"
-msgstr "Msgbox sFile"
+#. j.Uy
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"par_id3146957\n"
+"2\n"
+"help.text"
+msgid "Returns True if the given object is a Uno struct."
+msgstr "აბრუნებს ჭეშმარიტებას თუ მოცემულ ობიექტი არის Uno struct."
-#: 03090201.xhp#par_id3150327.57.help.text
-msgctxt "03090201.xhp#par_id3150327.57.help.text"
-msgid "sFile = Dir$"
+#. DHmt
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"hd_id3148538\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03090201.xhp#par_id3150749.58.help.text
-msgctxt "03090201.xhp#par_id3150749.58.help.text"
-msgid "Loop Until sFile = \"\""
-msgstr ""
+#. 7^{q
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"par_id3155341\n"
+"4\n"
+"help.text"
+msgid "IsUnoStruct( Uno type )"
+msgstr "IsUnoStruct( Uno ტიპი )"
-#: 03090201.xhp#par_id3153765.59.help.text
-msgctxt "03090201.xhp#par_id3153765.59.help.text"
-msgid "End If"
-msgstr ""
+#. kK~H
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"hd_id3148473\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03090201.xhp#par_id3148914.60.help.text
-msgctxt "03090201.xhp#par_id3148914.60.help.text"
-msgid "End Sub"
+#. !me_
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"par_id3145315\n"
+"6\n"
+"help.text"
+msgid "Bool"
msgstr ""
-#: 01030400.xhp#tit.help.text
-msgid "Organizing Libraries and Modules"
+#. Xip-
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"hd_id3145609\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 01030400.xhp#bm_id3148797.help.text
-msgid "<bookmark_value>libraries;organizing</bookmark_value><bookmark_value>modules;organizing</bookmark_value><bookmark_value>copying;modules</bookmark_value><bookmark_value>adding libraries</bookmark_value><bookmark_value>deleting;libraries/modules/dialogs</bookmark_value><bookmark_value>dialogs;organizing</bookmark_value><bookmark_value>moving;modules</bookmark_value><bookmark_value>organizing;modules/libraries/dialogs</bookmark_value><bookmark_value>renaming modules and dialogs</bookmark_value>"
-msgstr ""
+#. +9|)
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"par_id3148947\n"
+"8\n"
+"help.text"
+msgid "Uno type : A UnoObject"
+msgstr "არაის Uno ტიპი : A UnoObject"
-#: 01030400.xhp#hd_id3148797.1.help.text
-msgid "<variable id=\"01030400\"><link href=\"text/sbasic/shared/01030400.xhp\">Organizing Libraries and Modules</link></variable>"
+#. ~3T}
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"hd_id3156343\n"
+"9\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 01030400.xhp#hd_id3150868.4.help.text
-msgid "Organizing Libraries"
-msgstr ""
+#. yinh
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"par_idN10638\n"
+"help.text"
+msgid "' Instantiate a service"
+msgstr "გამოსახეთ სერვისები"
-#: 01030400.xhp#hd_id3125864.5.help.text
-msgid "Creating a New Library"
-msgstr ""
+#. bJg8
+#: 03104500.xhp
+#, fuzzy
+msgctxt ""
+"03104500.xhp\n"
+"par_idN10644\n"
+"help.text"
+msgid "MsgBox bIsStruct ' Displays False because oSimpleFileAccess Is NO struct"
+msgstr "MsgBox bIsStruct ' აჩვენებს მცდარს იმიტონმ რომ oSimpleFileAccess არ არის struct"
-#: 01030400.xhp#par_id3152576.6.help.text
-msgctxt "01030400.xhp#par_id3152576.6.help.text"
-msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
-msgstr ""
+#. \J\G
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"par_idN10649\n"
+"help.text"
+msgid "' Instantiate a Property struct"
+msgstr "გამისახეთ struct-ს თვისება"
-#: 01030400.xhp#par_id3153726.8.help.text
-msgctxt "01030400.xhp#par_id3153726.8.help.text"
-msgid "Click the <emph>Libraries</emph> tab."
-msgstr ""
+#. M{:A
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"par_idN10653\n"
+"help.text"
+msgid "MsgBox bIsStruct ' Displays True because aProperty is a struct"
+msgstr "MsgBox bIsStruct ' აჩვენებს ჭეშმარიტს იმიტომ რომ aთვისება არ არის struct"
-#: 01030400.xhp#par_id3149664.9.help.text
-msgid "Select to where you want to attach the library in the <emph>Location</emph> list. If you select %PRODUCTNAME Macros & Dialogs, the library will belong to the $[officename] application and will be available for all documents. If you select a document the library will be attached to this document and only available from there."
-msgstr ""
+#. W58n
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"par_idN1065B\n"
+"help.text"
+msgid "MsgBox bIsStruct ' Displays False because 42 is NO struct"
+msgstr "MsgBox bIsStruct ' აჩვენებს მცდარს იმიტომ რომ 42 არ არის struct"
-#: 01030400.xhp#par_id3153365.10.help.text
-msgid "Click <emph>New</emph> and insert a name to create a new library."
+#. Wh3Q
+#: 03030100.xhp
+msgctxt ""
+"03030100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Converting Date Values"
msgstr ""
-#: 01030400.xhp#hd_id3147394.48.help.text
-msgid "Appending a Library"
+#. ~wG:
+#: 03030100.xhp
+msgctxt ""
+"03030100.xhp\n"
+"hd_id3147573\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030100.xhp\" name=\"Converting Date Values\">Converting Date Values</link>"
msgstr ""
-#: 01030400.xhp#par_id3153157.49.help.text
-msgctxt "01030400.xhp#par_id3153157.49.help.text"
-msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+#. ;##P
+#: 03030100.xhp
+msgctxt ""
+"03030100.xhp\n"
+"par_id3154760\n"
+"2\n"
+"help.text"
+msgid "The following functions convert date values to calculable numbers and back."
msgstr ""
-#: 01030400.xhp#par_id3146972.50.help.text
-msgctxt "01030400.xhp#par_id3146972.50.help.text"
-msgid "Click the <emph>Libraries</emph> tab."
-msgstr ""
+#. ZD]z
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"tit\n"
+"help.text"
+msgid "MsgBox Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 01030400.xhp#par_id3145640.51.help.text
-msgid "Select to where you want to append the library in the <emph>Location</emph> list. If you select %PRODUCTNAME Macros & Dialogs, the library will belong to the $[officename] application and will be available for all documents. If you select a document the library will be appended to this document and only available from there."
-msgstr ""
+#. 8|m3
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"bm_id3153379\n"
+"help.text"
+msgid "<bookmark_value>MsgBox function</bookmark_value>"
+msgstr "<bookmark_value>IsError ფუნქცია</bookmark_value>"
-#: 01030400.xhp#par_id3154253.52.help.text
-msgid "Click <emph>Append</emph> and select an external library to append."
-msgstr ""
+#. z2/-
+#: 03010102.xhp
+#, fuzzy
+msgctxt ""
+"03010102.xhp\n"
+"hd_id3153379\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010102.xhp\" name=\"MsgBox Function [Runtime]\">MsgBox Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 01030400.xhp#par_id3154705.53.help.text
-msgid "Select all libraries to be appended in the <emph>Append Libraries</emph> dialog. The dialog displays all libraries that are contained in the selected file."
+#. )8m9
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3145171\n"
+"2\n"
+"help.text"
+msgid "Displays a dialog box containing a message and returns a value."
msgstr ""
-#: 01030400.xhp#par_id3163807.54.help.text
-msgid "If you want to insert the library as a reference only check the <emph>Insert as reference (read-only)</emph> box. Read-only libraries are fully functional but cannot be modified in the Basic IDE."
+#. v3!(
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"hd_id3156281\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 01030400.xhp#par_id3145228.55.help.text
-msgid "Check the <emph>Replace existing libraries</emph> box if you want existing libraries of the same name to be overwritten."
+#. 1CYD
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3154685\n"
+"4\n"
+"help.text"
+msgid "MsgBox (Text As String [,Type As Integer [,Dialogtitle As String]])"
msgstr ""
-#: 01030400.xhp#par_id3147004.56.help.text
-msgid "Click <emph>OK</emph> to append the library."
-msgstr ""
+#. !enV
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"hd_id3153771\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 01030400.xhp#hd_id3159100.17.help.text
-msgid "Deleting a Library"
+#. r|JB
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3146985\n"
+"6\n"
+"help.text"
+msgid "Integer"
msgstr ""
-#: 01030400.xhp#par_id3150086.18.help.text
-msgctxt "01030400.xhp#par_id3150086.18.help.text"
-msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+#. ~\Mw
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"hd_id3153363\n"
+"7\n"
+"help.text"
+msgid "Parameter:"
msgstr ""
-#: 01030400.xhp#par_id3146808.57.help.text
-msgctxt "01030400.xhp#par_id3146808.57.help.text"
-msgid "Click the <emph>Libraries</emph> tab."
+#. W^rP
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3153727\n"
+"8\n"
+"help.text"
+msgid "<emph>Text</emph>: String expression displayed as a message in the dialog box. Line breaks can be inserted with Chr$(13)."
msgstr ""
-#: 01030400.xhp#par_id3158212.58.help.text
-msgid "Select the library to be deleted from the list."
+#. .sD{
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3147317\n"
+"9\n"
+"help.text"
+msgid "<emph>DialogTitle</emph>: String expression displayed in the title bar of the dialog. If omitted, the name of the respective application is displayed."
msgstr ""
-#: 01030400.xhp#par_id3150361.20.help.text
-msgctxt "01030400.xhp#par_id3150361.20.help.text"
-msgid "Click <emph>Delete</emph>."
+#. e91L
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3153954\n"
+"10\n"
+"help.text"
+msgid "<emph>Type</emph>: Any integer expression that specifies the dialog type and defines the number and type of buttons or icons displayed. <emph>Type</emph> represents a combination of bit patterns (dialog elements defined by adding the respective values):"
msgstr ""
-#: 01030400.xhp#par_id3152986.19.help.text
-msgid "Deleting a library permanently deletes all existing modules and corresponding procedures and functions."
+#. N-c~
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3154319\n"
+"11\n"
+"help.text"
+msgid "<emph>Values</emph>"
msgstr ""
-#: 01030400.xhp#par_id3148868.59.help.text
-msgid "You cannot delete the default library named \"Standard\"."
+#. qZS]
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3147397\n"
+"12\n"
+"help.text"
+msgid "0 : Display OK button only."
msgstr ""
-#: 01030400.xhp#par_id3146869.60.help.text
-msgid "If you delete a library that was inserted as reference only the reference is deleted but not the library itself."
+#. [3m/
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3145646\n"
+"13\n"
+"help.text"
+msgid "1 : Display OK and Cancel buttons."
msgstr ""
-#: 01030400.xhp#hd_id3147070.21.help.text
-msgid "Organizing Modules and Dialogs"
+#. SBkq
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3149410\n"
+"14\n"
+"help.text"
+msgid "2 : Display Abort, Retry, and Ignore buttons."
msgstr ""
-#: 01030400.xhp#hd_id3155265.61.help.text
-msgid "Creating a New Module or Dialog"
+#. mI7x
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3151075\n"
+"15\n"
+"help.text"
+msgid "3 : Display Yes, No, and Cancel buttons."
msgstr ""
-#: 01030400.xhp#par_id3154537.62.help.text
-msgctxt "01030400.xhp#par_id3154537.62.help.text"
-msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+#. G1Ma
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3153878\n"
+"16\n"
+"help.text"
+msgid "4 : Display Yes and No buttons."
msgstr ""
-#: 01030400.xhp#par_id3146781.63.help.text
-msgctxt "01030400.xhp#par_id3146781.63.help.text"
-msgid "Click the <emph>Modules</emph> tab or the <emph>Dialogs</emph> tab."
+#. $U8s
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3155601\n"
+"17\n"
+"help.text"
+msgid "5 : Display Retry and Cancel buttons."
msgstr ""
-#: 01030400.xhp#par_id3159206.64.help.text
-msgid "Select the library where the module will be inserted and click <emph>New</emph>."
+#. ]o6V
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3150716\n"
+"18\n"
+"help.text"
+msgid "16 : Add the Stop icon to the dialog."
msgstr ""
-#: 01030400.xhp#par_id3152389.65.help.text
-msgid "Enter a name for the module or the dialog and click <emph>OK</emph>."
+#. %R%%
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3153837\n"
+"19\n"
+"help.text"
+msgid "32 : Add the Question icon to the dialog."
msgstr ""
-#: 01030400.xhp#hd_id3152872.25.help.text
-msgid "Renaming a Module or Dialog"
+#. .P#2
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3150751\n"
+"20\n"
+"help.text"
+msgid "48 : Add the Exclamation Point icon to the dialog."
msgstr ""
-#: 01030400.xhp#par_id3159230.66.help.text
-msgctxt "01030400.xhp#par_id3159230.66.help.text"
-msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+#. gcnS
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3146915\n"
+"21\n"
+"help.text"
+msgid "64 : Add the Information icon to the dialog."
msgstr ""
-#: 01030400.xhp#par_id3150046.67.help.text
-msgid "Click the module to be renamed twice, with a pause between the clicks. Enter the new name."
+#. 1W@2
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3145640\n"
+"22\n"
+"help.text"
+msgid "128 : First button in the dialog as default button."
msgstr ""
-#: 01030400.xhp#par_id3153801.27.help.text
-msgid "In the Basic IDE, right-click the name of the module or dialog in the tabs at the bottom of the screen, choose <emph>Rename</emph> and type in the new name."
+#. S1q`
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3153765\n"
+"23\n"
+"help.text"
+msgid "256 : Second button in the dialog as default button."
msgstr ""
-#: 01030400.xhp#par_id3155526.28.help.text
-msgid "Press Enter to confirm your changes."
+#. Z:F0
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3153715\n"
+"24\n"
+"help.text"
+msgid "512 : Third button in the dialog as default button."
msgstr ""
-#: 01030400.xhp#hd_id3146963.29.help.text
-msgid "Deleting a Module or Dialog"
+#. |?s2
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3159267\n"
+"25\n"
+"help.text"
+msgid "<emph>Return value:</emph>"
+msgstr "<emph>დაბრუნებული მნიშვნელობა</emph>:"
+
+#. 7][W
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3145230\n"
+"26\n"
+"help.text"
+msgid "1 : OK"
msgstr ""
-#: 01030400.xhp#par_id3147547.68.help.text
-msgctxt "01030400.xhp#par_id3147547.68.help.text"
-msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+#. Z``K
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3149567\n"
+"27\n"
+"help.text"
+msgid "2 : Cancel"
msgstr ""
-#: 01030400.xhp#par_id3150958.69.help.text
-msgctxt "01030400.xhp#par_id3150958.69.help.text"
-msgid "Click the <emph>Modules</emph> tab or the <emph>Dialogs</emph> tab."
+#. Pj_z
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id4056825\n"
+"help.text"
+msgid "3 : Abort"
msgstr ""
-#: 01030400.xhp#par_id3149870.30.help.text
-msgid "Select the module or dialog to be deleted from the list. Double-click an entry to reveal sub-entries, if required."
+#. UY)0
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3155335\n"
+"28\n"
+"help.text"
+msgid "4 : Retry"
msgstr ""
-#: 01030400.xhp#par_id3147248.32.help.text
-msgctxt "01030400.xhp#par_id3147248.32.help.text"
-msgid "Click <emph>Delete</emph>."
+#. }Z~s
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3146918\n"
+"29\n"
+"help.text"
+msgid "5 : Ignore"
msgstr ""
-#: 01030400.xhp#par_id3151339.31.help.text
-msgid "Deleting a module permanently deletes all existing procedures and functions in that module."
+#. QzFl
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3155961\n"
+"30\n"
+"help.text"
+msgid "6 : Yes"
msgstr ""
-#: 01030400.xhp#hd_id3151392.33.help.text
-msgid "Organizing Projects among Documents or Templates"
+#. J@\M
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3148488\n"
+"31\n"
+"help.text"
+msgid "7 : No"
msgstr ""
-#: 01030400.xhp#hd_id3156400.36.help.text
-msgid "Moving or copying modules between documents, templates and the application."
+#. 6|;k
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"hd_id3150090\n"
+"40\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 01030400.xhp#par_id3146819.37.help.text
-msgid "Open all documents or templates among which you want to move or copy the modules or dialogs."
+#. L!Ik
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3151278\n"
+"43\n"
+"help.text"
+msgid "sVar = MsgBox(\"Las Vegas\")"
msgstr ""
-#: 01030400.xhp#par_id3149319.38.help.text
-msgctxt "01030400.xhp#par_id3149319.38.help.text"
-msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+#. v=ao
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3149034\n"
+"44\n"
+"help.text"
+msgid "sVar = MsgBox(\"Las Vegas\",1)"
msgstr ""
-#: 01030400.xhp#par_id3145637.39.help.text
-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."
+#. Kf:G
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3166424\n"
+"45\n"
+"help.text"
+msgid "sVar = MsgBox( \"Las Vegas\",256 + 16 + 2,\"Dialog title\")"
msgstr ""
-#: 03080103.xhp#tit.help.text
-msgid "Sin Function [Runtime]"
+#. 7-}@
+#: 03120302.xhp
+msgctxt ""
+"03120302.xhp\n"
+"tit\n"
+"help.text"
+msgid "LCase Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03080103.xhp#bm_id3153896.help.text
-msgid "<bookmark_value>Sin function</bookmark_value>"
-msgstr "<bookmark_value>Join ფუნქცია</bookmark_value>"
+#. 6{1U
+#: 03120302.xhp
+msgctxt ""
+"03120302.xhp\n"
+"bm_id3152363\n"
+"help.text"
+msgid "<bookmark_value>LCase function</bookmark_value>"
+msgstr "<bookmark_value>LCase ფუნქცია</bookmark_value>"
-#: 03080103.xhp#hd_id3153896.1.help.text
+#. A8mG
+#: 03120302.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03080103.xhp\" name=\"Sin Function [Runtime]\">Sin Function [Runtime]</link>"
+msgctxt ""
+"03120302.xhp\n"
+"hd_id3152363\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120302.xhp\" name=\"LCase Function [Runtime]\">LCase Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03080103.xhp#par_id3149456.2.help.text
-msgid "Returns the sine of an angle. The angle is specified in radians. The result lies between -1 and 1."
-msgstr ""
-
-#: 03080103.xhp#par_id3153379.3.help.text
-msgid "Using the angle Alpha, the Sin Function returns the ratio of the length of the opposite side of an angle to the length of the hypotenuse in a right-angled triangle."
-msgstr ""
+#. nvL9
+#: 03120302.xhp
+msgctxt ""
+"03120302.xhp\n"
+"par_id3145609\n"
+"2\n"
+"help.text"
+msgid "Converts all uppercase letters in a string to lowercase."
+msgstr "ზედარეგისტრის სიმბოლოების გარდაქმნა ქვედარეგისტრის სტრიქონად."
-#: 03080103.xhp#par_id3148798.4.help.text
-msgid "Sin(Alpha) = side opposite the angle/hypotenuse"
+#. r1|7
+#: 03120302.xhp
+msgctxt ""
+"03120302.xhp\n"
+"par_id3154347\n"
+"3\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase\">UCase</link> Function"
msgstr ""
-#: 03080103.xhp#hd_id3147230.5.help.text
-msgctxt "03080103.xhp#hd_id3147230.5.help.text"
+#. [8qQ
+#: 03120302.xhp
+msgctxt ""
+"03120302.xhp\n"
+"hd_id3149456\n"
+"4\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03080103.xhp#par_id3154909.6.help.text
-msgid "Sin (Number)"
-msgstr ""
+#. U87V
+#: 03120302.xhp
+msgctxt ""
+"03120302.xhp\n"
+"par_id3150791\n"
+"5\n"
+"help.text"
+msgid "LCase (Text As String)"
+msgstr "LCase (ტექსტი როგორც სრიქონი)"
-#: 03080103.xhp#hd_id3156214.7.help.text
-msgctxt "03080103.xhp#hd_id3156214.7.help.text"
+#. @_VH
+#: 03120302.xhp
+msgctxt ""
+"03120302.xhp\n"
+"hd_id3154940\n"
+"6\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03080103.xhp#par_id3150870.8.help.text
-msgctxt "03080103.xhp#par_id3150870.8.help.text"
-msgid "Double"
-msgstr ""
+#. d2lR
+#: 03120302.xhp
+msgctxt ""
+"03120302.xhp\n"
+"par_id3144760\n"
+"7\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონები"
-#: 03080103.xhp#hd_id3155132.9.help.text
-msgctxt "03080103.xhp#hd_id3155132.9.help.text"
+#. ^`L{
+#: 03120302.xhp
+msgctxt ""
+"03120302.xhp\n"
+"hd_id3151043\n"
+"8\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03080103.xhp#par_id3145786.10.help.text
-msgid "<emph>Number:</emph> Numeric expression that defines the angle in radians that you want to calculate the sine for."
-msgstr ""
-
-#: 03080103.xhp#par_id3155413.11.help.text
-msgid "To convert degrees to radians, multiply degrees by Pi/180, and to convert radians to degrees, multiply radians by 180/Pi."
-msgstr ""
-
-#: 03080103.xhp#par_id3149664.12.help.text
-msgid "grad=(radiant*180)/pi"
-msgstr ""
-
-#: 03080103.xhp#par_id3153143.13.help.text
-msgid "radiant=(grad*pi)/180"
-msgstr ""
-
-#: 03080103.xhp#par_id3151112.14.help.text
-msgctxt "03080103.xhp#par_id3151112.14.help.text"
-msgid "Pi is approximately 3.141593."
-msgstr ""
+#. tScM
+#: 03120302.xhp
+msgctxt ""
+"03120302.xhp\n"
+"par_id3153193\n"
+"9\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that you want to convert."
+msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-#: 03080103.xhp#hd_id3163712.15.help.text
-msgctxt "03080103.xhp#hd_id3163712.15.help.text"
+#. c1k`
+#: 03120302.xhp
+msgctxt ""
+"03120302.xhp\n"
+"hd_id3148451\n"
+"10\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03080103.xhp#par_id3149482.16.help.text
-msgctxt "03080103.xhp#par_id3149482.16.help.text"
-msgid "REM In this example, the following entry is possible for a right-angled triangle:"
-msgstr ""
-
-#: 03080103.xhp#par_id3148577.17.help.text
-msgid "REM The side opposite the angle and the angle (in degrees) to calculate the length of the hypotenuse:"
-msgstr ""
+#. 7h4+
+#: 03120302.xhp
+#, fuzzy
+msgctxt ""
+"03120302.xhp\n"
+"par_id3146121\n"
+"14\n"
+"help.text"
+msgid "Print LCase(sVar) ' Returns \"las vegas\""
+msgstr "Print LCase(sVar) REM აბრუნებს \"ლას ვეგასი\""
-#: 03080103.xhp#par_id3152941.18.help.text
-msgid "Sub ExampleSine"
-msgstr "Sub ExampleString"
+#. W%7M
+#: 03120302.xhp
+#, fuzzy
+msgctxt ""
+"03120302.xhp\n"
+"par_id3146986\n"
+"15\n"
+"help.text"
+msgid "Print UCase(sVar) ' Returns \"LAS VEGAS\""
+msgstr "Print UCase(sVar) REM აბრუნებს \"ლას ვეგასი\""
-#: 03080103.xhp#par_id3150011.19.help.text
-msgid "REM Pi = 3.1415926 is a predefined variable"
+#. xW/%
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"tit\n"
+"help.text"
+msgid "ThisComponent Statement [Runtime]"
msgstr ""
-#: 03080103.xhp#par_id3153159.20.help.text
-msgctxt "03080103.xhp#par_id3153159.20.help.text"
-msgid "Dim d1 as Double"
+#. ao3R
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"bm_id3155342\n"
+"help.text"
+msgid "<bookmark_value>ThisComponent property</bookmark_value><bookmark_value>components;addressing</bookmark_value>"
msgstr ""
-#: 03080103.xhp#par_id3154491.21.help.text
-msgctxt "03080103.xhp#par_id3154491.21.help.text"
-msgid "Dim dAlpha as Double"
-msgstr ""
+#. E)_o
+#: 03132200.xhp
+#, fuzzy
+msgctxt ""
+"03132200.xhp\n"
+"hd_id3155342\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03132200.xhp\" name=\"ThisComponent [Runtime]\">ThisComponent [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03080103.xhp#par_id3145251.22.help.text
-msgid "d1 = InputBox$ (\"Enter the length of the opposite side: \",\"Opposite Side\")"
+#. P`3X
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"par_id3154923\n"
+"2\n"
+"help.text"
+msgid "Addresses the active component so that its properties can be read and set. ThisComponent is used from document Basic, where it represents the document the Basic belongs to. The type of object accessed by ThisComponent depends on the document type."
msgstr ""
-#: 03080103.xhp#par_id3148456.23.help.text
-msgid "dAlpha = InputBox$ (\"Enter the angle Alpha (in degrees): \",\"Alpha\")"
+#. b?S/
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"hd_id3154346\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03080103.xhp#par_id3153877.24.help.text
-msgid "Print \"The length of the hypotenuse is\"; (d1 / sin (dAlpha * Pi / 180))"
-msgstr ""
+#. SEG1
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"par_id3151056\n"
+"4\n"
+"help.text"
+msgid "ThisComponent"
+msgstr "ThisComponent"
-#: 03080103.xhp#par_id3150717.25.help.text
-msgctxt "03080103.xhp#par_id3150717.25.help.text"
-msgid "End Sub"
+#. }j,h
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"hd_id3154940\n"
+"5\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03090409.xhp#tit.help.text
-msgid "Sub Statement [Runtime]"
-msgstr ""
+#. [y^r
+#: 03132200.xhp
+#, fuzzy
+msgctxt ""
+"03132200.xhp\n"
+"par_id3154123\n"
+"7\n"
+"help.text"
+msgid "' updates the \"Table of Contents\" in a text doc"
+msgstr "REM ანახლებს \"სარჩევის ცხილრ\" ტექსტურ doc-ში"
+
+#. eZT7
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"par_id3153194\n"
+"10\n"
+"help.text"
+msgid "index = allindexes.getByName(\"Table of Contents1\")"
+msgstr "index = allindexes.getByName(\"Table of Contents1\")"
+
+#. ;#Mi
+#: 03132200.xhp
+#, fuzzy
+msgctxt ""
+"03132200.xhp\n"
+"par_id3156422\n"
+"11\n"
+"help.text"
+msgid "' use the default name for Table of Contents and a 1"
+msgstr "REM use the default name for Table of Contents and a 1"
+
+#. VSH3
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"tit\n"
+"help.text"
+msgid "Second Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03090409.xhp#bm_id3147226.help.text
-msgid "<bookmark_value>Sub statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
+#. Jhy-
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"bm_id3153346\n"
+"help.text"
+msgid "<bookmark_value>Second function</bookmark_value>"
+msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
-#: 03090409.xhp#hd_id3147226.1.help.text
+#. 32Oj
+#: 03030204.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03090409.xhp\" name=\"Sub Statement [Runtime]\">Sub Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
+msgctxt ""
+"03030204.xhp\n"
+"hd_id3153346\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second Function [Runtime]\">Second Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03090409.xhp#par_id3153311.2.help.text
-msgid "Defines a subroutine."
+#. _=dl
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"par_id3156023\n"
+"2\n"
+"help.text"
+msgid "Returns an integer that represents the seconds of the serial time number that is generated by the TimeSerial or the TimeValue function."
msgstr ""
-#: 03090409.xhp#hd_id3149416.3.help.text
-msgctxt "03090409.xhp#hd_id3149416.3.help.text"
-msgid "Syntax"
+#. nVg[
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"hd_id3147264\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03090409.xhp#par_idN105E7.help.text
-msgid "Sub Name[(VarName1 [As Type][, VarName2 [As Type][,...]])]"
+#. k/*4
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"par_id3146795\n"
+"4\n"
+"help.text"
+msgid "Second (Number)"
msgstr ""
-#: 03090409.xhp#par_id3147530.5.help.text
-msgctxt "03090409.xhp#par_id3147530.5.help.text"
-msgid "statement block"
-msgstr ""
+#. 1b+\
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"hd_id3150792\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03090409.xhp#par_id3146795.8.help.text
-msgctxt "03090409.xhp#par_id3146795.8.help.text"
-msgid "End Sub"
+#. 3txD
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"par_id3154140\n"
+"6\n"
+"help.text"
+msgid "Integer"
msgstr ""
-#: 03090409.xhp#hd_id3153525.9.help.text
-msgctxt "03090409.xhp#hd_id3153525.9.help.text"
+#. YIBm
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"hd_id3156280\n"
+"7\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03090409.xhp#par_id3150792.10.help.text
-msgid "<emph>Name:</emph> Name of the subroutine ."
+#. ;OV2
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"par_id3154124\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Numeric expression that contains the serial time number that is used to calculate the number of seconds."
msgstr ""
-#: 03090409.xhp#par_id3154138.11.help.text
-msgid "<emph>VarName: </emph>Parameter that you want to pass to the subroutine."
+#. IX,C
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"par_id3125864\n"
+"9\n"
+"help.text"
+msgid "This function is the opposite of the <emph>TimeSerial </emph>function. It returns the seconds of a serial time value that is generated by the <emph>TimeSerial</emph> or <emph>TimeValue </emph>functions. For example, the expression:"
msgstr ""
-#: 03090409.xhp#par_id3154908.12.help.text
-msgid "<emph>Type:</emph> Type-declaration key word."
+#. *~]@
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"par_id3153951\n"
+"10\n"
+"help.text"
+msgid "Print Second(TimeSerial(12,30,41))"
msgstr ""
-#: 03090409.xhp#hd_id3153770.16.help.text
-msgctxt "03090409.xhp#hd_id3153770.16.help.text"
-msgid "Example:"
+#. 0,RX
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"par_id3151117\n"
+"11\n"
+"help.text"
+msgid "returns the value 41."
msgstr ""
-#: 03090409.xhp#par_id3151113.17.help.text
-msgctxt "03090409.xhp#par_id3151113.17.help.text"
-msgid "Sub Example"
-msgstr "Sub ExampleASC"
-
-#: 03090409.xhp#par_idN1063F.help.text
-msgid "REM some statements"
+#. .H86
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"hd_id3147426\n"
+"12\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03090409.xhp#par_id3154319.19.help.text
-msgctxt "03090409.xhp#par_id3154319.19.help.text"
-msgid "end sub"
+#. aP#9
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"par_id3156441\n"
+"14\n"
+"help.text"
+msgid "MsgBox \"The exact second of the current time is \"& Second( Now )"
msgstr ""
-#: 03060400.xhp#tit.help.text
-msgid "Not-Operator [Runtime]"
-msgstr ""
+#. G314
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"tit\n"
+"help.text"
+msgid "IsDate Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03060400.xhp#bm_id3156024.help.text
-msgid "<bookmark_value>Not operator (logical)</bookmark_value>"
-msgstr ""
+#. X/a-
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"bm_id3145090\n"
+"help.text"
+msgid "<bookmark_value>IsDate function</bookmark_value>"
+msgstr "<bookmark_value>Erase ფუნქცია</bookmark_value>"
-#: 03060400.xhp#hd_id3156024.1.help.text
-msgid "<link href=\"text/sbasic/shared/03060400.xhp\" name=\"Not-Operator [Runtime]\">Not-Operator [Runtime]</link>"
-msgstr ""
+#. xo\2
+#: 03102300.xhp
+#, fuzzy
+msgctxt ""
+"03102300.xhp\n"
+"hd_id3145090\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102300.xhp\" name=\"IsDate Function [Runtime]\">IsDate Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03060400.xhp#par_id3159414.2.help.text
-msgid "Negates an expression by inverting the bit values."
+#. }scP
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"par_id3153311\n"
+"2\n"
+"help.text"
+msgid "Tests if a numeric or string expression can be converted to a <emph>Date</emph> variable."
msgstr ""
-#: 03060400.xhp#hd_id3149457.3.help.text
-msgctxt "03060400.xhp#hd_id3149457.3.help.text"
+#. FZ3-
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"hd_id3153824\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03060400.xhp#par_id3150360.4.help.text
-msgid "Result = Not Expression"
-msgstr ""
+#. +ch^
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"par_id3147573\n"
+"4\n"
+"help.text"
+msgid "IsDate (Expression)"
+msgstr "CDec(Expression)"
-#: 03060400.xhp#hd_id3151211.5.help.text
-msgctxt "03060400.xhp#hd_id3151211.5.help.text"
-msgid "Parameters:"
-msgstr ""
+#. M(#x
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"hd_id3143270\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03060400.xhp#par_id3147228.6.help.text
-msgid "<emph>Result:</emph> Any numeric variable that contains the result of the negation."
+#. q_,z
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"par_id3147560\n"
+"6\n"
+"help.text"
+msgid "Bool"
msgstr ""
-#: 03060400.xhp#par_id3154124.7.help.text
-msgid "<emph>Expression:</emph> Any expression that you want to negate."
-msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-
-#: 03060400.xhp#par_id3150868.8.help.text
-msgid "When a Boolean expression is negated, the value True changes to False, and the value False changes to True."
+#. [9,$
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"hd_id3148947\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03060400.xhp#par_id3145785.9.help.text
-msgid "In a bitwise negation each individual bit is inverted."
+#. j5XW
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"par_id3145069\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any numeric or string expression that you want to test. If the expression can be converted to a date, the function returns <emph>True</emph>, otherwise the function returns <emph>False</emph>."
msgstr ""
-#: 03060400.xhp#hd_id3153093.10.help.text
-msgctxt "03060400.xhp#hd_id3153093.10.help.text"
+#. ,l6s
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"hd_id3150447\n"
+"9\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03060400.xhp#par_id3153143.11.help.text
-msgid "Sub ExampleNot"
-msgstr "Sub ExampleASC"
-
-#: 03060400.xhp#par_id3147317.12.help.text
-msgctxt "03060400.xhp#par_id3147317.12.help.text"
-msgid "Dim vA as Variant, vB as Variant, vC as Variant, vD as Variant"
-msgstr ""
-
-#: 03060400.xhp#par_id3145274.13.help.text
-msgctxt "03060400.xhp#par_id3145274.13.help.text"
-msgid "Dim vOut as Variant"
-msgstr "Dim sVar as string"
-
-#: 03060400.xhp#par_id3153363.14.help.text
-msgctxt "03060400.xhp#par_id3153363.14.help.text"
-msgid "vA = 10: vB = 8: vC = 6: vD = Null"
-msgstr ""
-
-#: 03060400.xhp#par_id3145749.15.help.text
-msgid "vOut = Not vA REM Returns -11"
-msgstr ""
-
-#: 03060400.xhp#par_id3148645.16.help.text
-msgid "vOut = Not(vC > vD) REM Returns -1"
-msgstr ""
-
-#: 03060400.xhp#par_id3156441.17.help.text
-msgid "vOut = Not(vB > vA) REM Returns -1"
+#. Ke^3
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"par_id3150869\n"
+"13\n"
+"help.text"
+msgid "Print IsDate(sDateVar) ' Returns True"
+msgstr ""
+
+#. ^f9`
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"par_id3147288\n"
+"15\n"
+"help.text"
+msgid "Print IsDate(sDateVar) ' Returns False"
+msgstr ""
+
+#. baSz
+#: 03020400.xhp
+msgctxt ""
+"03020400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Managing Files"
msgstr ""
-#: 03060400.xhp#par_id3152596.18.help.text
-msgid "vOut = Not(vA > vB) REM Returns 0"
-msgstr ""
+#. Ave(
+#: 03020400.xhp
+#, fuzzy
+msgctxt ""
+"03020400.xhp\n"
+"hd_id3145136\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020400.xhp\" name=\"Managing Files\">Managing Files</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-#: 03060400.xhp#par_id3154319.19.help.text
-msgctxt "03060400.xhp#par_id3154319.19.help.text"
-msgid "end Sub"
+#. W3QL
+#: 03020400.xhp
+msgctxt ""
+"03020400.xhp\n"
+"par_id3147264\n"
+"2\n"
+"help.text"
+msgid "The functions and statements for managing files are described here."
msgstr ""
-#: 03103300.xhp#tit.help.text
-msgid "Option Explicit Statement [Runtime]"
-msgstr ""
+#. fi5C
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"tit\n"
+"help.text"
+msgid "CBool Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03103300.xhp#bm_id3145090.help.text
-msgid "<bookmark_value>Option Explicit statement</bookmark_value>"
-msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
+#. oVE[
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"bm_id3150616\n"
+"help.text"
+msgid "<bookmark_value>CBool function</bookmark_value>"
+msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
-#: 03103300.xhp#hd_id3145090.1.help.text
+#. 9Ulc
+#: 03100100.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03103300.xhp\" name=\"Option Explicit Statement [Runtime]\">Option Explicit Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
+msgctxt ""
+"03100100.xhp\n"
+"hd_id3150616\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100100.xhp\" name=\"CBool Function [Runtime]\">CBool Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03103300.xhp#par_id3148538.2.help.text
-msgid "Specifies that every variable in the program code must be explicitly declared with the Dim statement."
+#. VK+I
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3145136\n"
+"2\n"
+"help.text"
+msgid "Converts a string comparison or numeric comparison to a Boolean expression, or converts a single numeric expression to a Boolean expression."
msgstr ""
-#: 03103300.xhp#hd_id3149763.3.help.text
-msgctxt "03103300.xhp#hd_id3149763.3.help.text"
+#. ]6Hm
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"hd_id3153345\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03103300.xhp#par_id3149514.4.help.text
-msgctxt "03103300.xhp#par_id3149514.4.help.text"
-msgid "Option Explicit"
+#. 2e-n
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3149514\n"
+"4\n"
+"help.text"
+msgid "CBool (Expression1 {= | <> | < | > | <= | >=} Expression2) or CBool (Number)"
msgstr ""
-#: 03103300.xhp#hd_id3145315.5.help.text
-msgctxt "03103300.xhp#hd_id3145315.5.help.text"
-msgid "Parameters:"
-msgstr ""
+#. w!Vn
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"hd_id3156152\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03103300.xhp#par_id3145172.6.help.text
-msgctxt "03103300.xhp#par_id3145172.6.help.text"
-msgid "This statement must be added before the executable program code in a module."
+#. yd2Q
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3155419\n"
+"6\n"
+"help.text"
+msgid "Bool"
msgstr ""
-#: 03103300.xhp#hd_id3125864.7.help.text
-msgctxt "03103300.xhp#hd_id3125864.7.help.text"
-msgid "Example:"
+#. z7cP
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"hd_id3147530\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03103300.xhp#par_id3154217.8.help.text
-msgctxt "03103300.xhp#par_id3154217.8.help.text"
-msgid "Option Explicit"
+#. Qam$
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3156344\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any string or numeric expressions that you want to compare. If the expressions match, the <emph>CBool</emph> function returns <emph>True</emph>, otherwise <emph>False</emph> is returned."
msgstr ""
-#: 03103300.xhp#par_id3156214.9.help.text
-msgid "Sub ExampleExplicit"
-msgstr "Sub ExampleVal"
-
-#: 03103300.xhp#par_id3153193.10.help.text
-msgctxt "03103300.xhp#par_id3153193.10.help.text"
-msgid "Dim sVar As String"
-msgstr "Dim sVar as string"
-
-#: 03103300.xhp#par_id3159252.11.help.text
-msgctxt "03103300.xhp#par_id3159252.11.help.text"
-msgid "sVar = \"Las Vegas\""
+#. QOI,
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3149655\n"
+"9\n"
+"help.text"
+msgid "<emph>Number:</emph> Any numeric expression that you want to convert. If the expression equals 0, <emph>False</emph> is returned, otherwise <emph>True</emph> is returned."
msgstr ""
-#: 03103300.xhp#par_id3145787.12.help.text
-msgid "For i% = 1 to 10 REM This results in a run-time error"
+#. A3$Z
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3145171\n"
+"10\n"
+"help.text"
+msgid "The following example uses the <emph>CBool</emph> function to evaluate the value that is returned by the <emph>Instr</emph> function. The function checks if the word \"and\" is found in the sentence that was entered by the user."
msgstr ""
-#: 03103300.xhp#par_id3152598.13.help.text
-msgid "REM"
+#. B#$~
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"hd_id3156212\n"
+"11\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03103300.xhp#par_id3145749.14.help.text
-msgid "Next i%"
+#. hK[U
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3155132\n"
+"14\n"
+"help.text"
+msgid "sText = InputBox(\"Please enter a short sentence:\")"
msgstr ""
-#: 03103300.xhp#par_id3150010.15.help.text
-msgctxt "03103300.xhp#par_id3150010.15.help.text"
-msgid "End Sub"
+#. ?49T
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3155855\n"
+"15\n"
+"help.text"
+msgid "' Proof if the word »and« appears in the sentence."
+msgstr ""
+
+#. Aj[8
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3146984\n"
+"16\n"
+"help.text"
+msgid "' Instead of the command line"
+msgstr ""
+
+#. MMD!
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3148576\n"
+"17\n"
+"help.text"
+msgid "' If Instr(Input, \"and\")<>0 Then..."
+msgstr ""
+
+#. 3*Uj
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3154014\n"
+"18\n"
+"help.text"
+msgid "' the CBool function is applied as follows:"
+msgstr ""
+
+#. /nmc
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3155413\n"
+"19\n"
+"help.text"
+msgid "If CBool(Instr(sText, \"and\")) Then"
msgstr ""
-#: 03100900.xhp#tit.help.text
-msgid "CSng Function[Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03100900.xhp#bm_id3153753.help.text
-msgid "<bookmark_value>CSng function</bookmark_value>"
-msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
-
-#: 03100900.xhp#hd_id3153753.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03100900.xhp\" name=\"CSng Function[Runtime]\">CSng Function[Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03100900.xhp#par_id3149748.2.help.text
-msgid "Converts any string or numeric expression to data type Single."
-msgstr "გარდაქმნის სტრიქონს ან ციფრულ გამოსახულებას ბაიტის ტიპისთვის."
-
-#: 03100900.xhp#hd_id3153255.3.help.text
-msgctxt "03100900.xhp#hd_id3153255.3.help.text"
-msgid "Syntax:"
+#. KbOY
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3152940\n"
+"20\n"
+"help.text"
+msgid "MsgBox \"The word »and« appears in the sentence you entered!\""
msgstr ""
-#: 03100900.xhp#par_id3148983.4.help.text
-msgid "CSng (Expression)"
-msgstr "Str (გამოსახულება)"
+#. JK?i
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"tit\n"
+"help.text"
+msgid "Get Statement [Runtime]"
+msgstr ""
-#: 03100900.xhp#hd_id3152347.5.help.text
-msgctxt "03100900.xhp#hd_id3152347.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+#. i`uQ
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"bm_id3154927\n"
+"help.text"
+msgid "<bookmark_value>Get statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 03100900.xhp#par_id3153750.6.help.text
-msgctxt "03100900.xhp#par_id3153750.6.help.text"
-msgid "Single"
+#. KV)w
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"hd_id3154927\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020201.xhp\">Get Statement [Runtime]</link>"
msgstr ""
-#: 03100900.xhp#hd_id3146957.7.help.text
-msgctxt "03100900.xhp#hd_id3146957.7.help.text"
-msgid "Parameters:"
+#. cd~k
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3145069\n"
+"2\n"
+"help.text"
+msgid "Reads a record from a relative file, or a sequence of bytes from a binary file, into a variable."
msgstr ""
-#: 03100900.xhp#par_id3153345.8.help.text
-msgctxt "03100900.xhp#par_id3153345.8.help.text"
-msgid "<emph>Expression:</emph> Any string or numeric expression that you want to convert. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system."
+#. t!%G
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3154346\n"
+"3\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03020204.xhp\" name=\"PUT\"><item type=\"literal\">PUT</item></link> Statement"
msgstr ""
-#: 03100900.xhp#hd_id3149514.9.help.text
-msgctxt "03100900.xhp#hd_id3149514.9.help.text"
-msgid "Example:"
+#. 3-rr
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"hd_id3150358\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03100900.xhp#par_id3154142.10.help.text
-msgid "Sub ExampleCSNG"
-msgstr "Sub ExampleASC"
-
-#: 03100900.xhp#par_id3147573.11.help.text
-msgctxt "03100900.xhp#par_id3147573.11.help.text"
-msgid "Msgbox CDbl(1234.5678)"
+#. \/Sn
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3150792\n"
+"5\n"
+"help.text"
+msgid "Get [#] FileNumber As Integer, [Position], Variable"
msgstr ""
-#: 03100900.xhp#par_id3150772.12.help.text
-msgctxt "03100900.xhp#par_id3150772.12.help.text"
-msgid "Msgbox CInt(1234.5678)"
+#. cY8U
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"hd_id3154138\n"
+"6\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03100900.xhp#par_id3147531.13.help.text
-msgctxt "03100900.xhp#par_id3147531.13.help.text"
-msgid "Msgbox CLng(1234.5678)"
+#. Z5?[
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3150448\n"
+"7\n"
+"help.text"
+msgid "<emph>FileNumber:</emph> Any integer expression that determines the file number."
msgstr ""
-#: 03100900.xhp#par_id3147265.14.help.text
-msgctxt "03100900.xhp#par_id3147265.14.help.text"
-msgid "Msgbox CSng(1234.5678)"
+#. j8.;
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3154684\n"
+"8\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 ""
-#: 03100900.xhp#par_id3159414.15.help.text
-msgctxt "03100900.xhp#par_id3159414.15.help.text"
-msgid "end sub"
+#. ;F6l
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3153768\n"
+"9\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 ""
-#: 01020200.xhp#tit.help.text
-msgid "Using Objects"
+#. f:k+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3147319\n"
+"10\n"
+"help.text"
+msgid "If <emph>Position</emph> is omitted, the current position or the current data record of the file is used."
msgstr ""
-#: 01020200.xhp#hd_id3145645.1.help.text
-msgid "<variable id=\"01020200\"><link href=\"text/sbasic/shared/01020200.xhp\">Using the Object Catalog</link></variable>"
+#. $fGn
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3149484\n"
+"11\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 ""
-#: 01020200.xhp#par_id3153707.76.help.text
-msgid "The object catalog provides an overview of all modules and dialogs you have created in $[officename]."
+#. p.RQ
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"hd_id3153144\n"
+"12\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 01020200.xhp#par_id3147346.78.help.text
-msgid "Click the <emph>Object Catalog</emph> icon <image id=\"img_id3147341\" src=\"cmd/sc_objectcatalog.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3147341\">Icon</alt></image> in the Macro toolbar to display the object catalog."
+#. S0wR
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3155307\n"
+"15\n"
+"help.text"
+msgid "Dim sText As Variant ' Must be a variant"
+msgstr ""
+
+#. a,8B
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3149411\n"
+"21\n"
+"help.text"
+msgid "Seek #iNumber,1 ' Position at beginning"
+msgstr ""
+
+#. TgS]
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3153158\n"
+"22\n"
+"help.text"
+msgid "Put #iNumber,, \"This is the first line of text\" ' Fill line with text"
+msgstr ""
+
+#. p:M5
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3148457\n"
+"23\n"
+"help.text"
+msgid "Put #iNumber,, \"This is the second line of text\""
msgstr ""
-#: 01020200.xhp#par_id3155114.79.help.text
-msgid "The dialog shows a list of all existing objects in a hierarchical representation. Double-clicking a list entry opens its subordinate objects."
+#. Faya
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3150715\n"
+"24\n"
+"help.text"
+msgid "Put #iNumber,, \"This is the third line of text\""
msgstr ""
-#: 01020200.xhp#par_id3150786.83.help.text
-msgid "To display a certain module in the Editor or to position the cursor in a selected SUB or FUNCTION, select the corresponding entry and click the <emph>Show</emph> icon <image id=\"img_id3149527\" src=\"basctl/res/im01.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3149527\">Icon</alt></image>."
+#. lUtS
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3155938\n"
+"33\n"
+"help.text"
+msgid "Put #iNumber,,\"This is a new text\""
msgstr ""
-#: 01020200.xhp#par_id3153266.81.help.text
-msgid "Click the (X) icon in the title bar to close the object catalog."
+#. ?JFT
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3146916\n"
+"36\n"
+"help.text"
+msgid "Put #iNumber,20,\"This is the text in record 20\""
msgstr ""
-#: 03030203.xhp#tit.help.text
-msgid "Now Function [Runtime]"
+#. g+=;
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"tit\n"
+"help.text"
+msgid "IsNumeric Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03030203.xhp#bm_id3149416.help.text
-msgid "<bookmark_value>Now function</bookmark_value>"
-msgstr "<bookmark_value>Join ფუნქცია</bookmark_value>"
+#. R?s[
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"bm_id3145136\n"
+"help.text"
+msgid "<bookmark_value>IsNumeric function</bookmark_value>"
+msgstr "<bookmark_value>IsError ფუნქცია</bookmark_value>"
-#: 03030203.xhp#hd_id3149416.1.help.text
+#. Y]94
+#: 03102700.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03030203.xhp\" name=\"Now Function [Runtime]\">Now Function [Runtime]</link>"
+msgctxt ""
+"03102700.xhp\n"
+"hd_id3145136\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102700.xhp\" name=\"IsNumeric Function [Runtime]\">IsNumeric Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03030203.xhp#par_id3149670.2.help.text
-msgid "Returns the current system date and time as a <emph>Date</emph> value."
+#. O1F$
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"par_id3149177\n"
+"2\n"
+"help.text"
+msgid "Tests if an expression is a number. If the expression is a <link href=\"text/sbasic/shared/00000002.xhp#dezimal\" name=\"number\">number</link>, the function returns True, otherwise the function returns False."
msgstr ""
-#: 03030203.xhp#hd_id3149456.3.help.text
-msgctxt "03030203.xhp#hd_id3149456.3.help.text"
+#. LVo7
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"hd_id3149415\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03030203.xhp#par_id3149655.4.help.text
-msgid "Now"
+#. @Op;
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"par_id3150771\n"
+"4\n"
+"help.text"
+msgid "IsNumeric (Var)"
msgstr ""
-#: 03030203.xhp#hd_id3154366.5.help.text
-msgctxt "03030203.xhp#hd_id3154366.5.help.text"
+#. kEIG
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"hd_id3148685\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03030203.xhp#par_id3154909.6.help.text
-msgctxt "03030203.xhp#par_id3154909.6.help.text"
-msgid "Date"
+#. JlFL
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"par_id3148944\n"
+"6\n"
+"help.text"
+msgid "Bool"
msgstr ""
-#: 03030203.xhp#hd_id3147229.7.help.text
-msgctxt "03030203.xhp#hd_id3147229.7.help.text"
-msgid "Example:"
+#. iDC!
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"hd_id3148947\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03030203.xhp#par_id3145172.8.help.text
-msgid "Sub ExampleNow"
-msgstr "Sub ExampleASC"
+#. 7yHn
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"par_id3154760\n"
+"8\n"
+"help.text"
+msgid "<emph>Var:</emph> Any expression that you want to test."
+msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-#: 03030203.xhp#par_id3150870.9.help.text
-msgid "msgbox \"It is now \" & Now"
+#. LS|e
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"hd_id3149656\n"
+"9\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03030203.xhp#par_id3145787.10.help.text
-msgctxt "03030203.xhp#par_id3145787.10.help.text"
-msgid "End sub"
+#. TotR
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"par_id3147230\n"
+"13\n"
+"help.text"
+msgid "Print IsNumeric(vVar) ' Returns False"
+msgstr ""
+
+#. PUPx
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"par_id3154910\n"
+"15\n"
+"help.text"
+msgid "Print IsNumeric(vVar) ' Returns True"
+msgstr ""
+
+#. lA#2
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Optional (in Function Statement) [Runtime]"
msgstr ""
-#: 03131400.xhp#tit.help.text
-msgid "TwipsPerPixelY Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03131400.xhp#bm_id3150040.help.text
-msgid "<bookmark_value>TwipsPerPixelY function</bookmark_value>"
-msgstr "<bookmark_value>TwipsPerPixelY ფუნქცია</bookmark_value>"
+#. 7,`h
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"bm_id3149205\n"
+"help.text"
+msgid "<bookmark_value>Optional function</bookmark_value>"
+msgstr "<bookmark_value>Va lფუნქცია</bookmark_value>"
-#: 03131400.xhp#hd_id3150040.1.help.text
+#. _R~y
+#: 03104100.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03131400.xhp\" name=\"TwipsPerPixelY Function [Runtime]\">TwipsPerPixelY Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03131400.xhp#par_id3154186.2.help.text
-msgid "Returns the number of twips that represent the height of a pixel."
-msgstr "აბრუნებს twip-ების რაოდენობას, რომელიც განსაზღვრავს პიქსელის სიმაღლეს."
+msgctxt ""
+"03104100.xhp\n"
+"hd_id3149205\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03104100.xhp\" name=\"Optional (in Function Statement) [Runtime]\">Optional (in Function Statement) [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03131400.xhp#hd_id3145090.3.help.text
-msgctxt "03131400.xhp#hd_id3145090.3.help.text"
-msgid "Syntax:"
+#. gSXH
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"par_id3143267\n"
+"2\n"
+"help.text"
+msgid "Allows you to define parameters that are passed to a function as optional."
msgstr ""
-#: 03131400.xhp#par_id3153681.4.help.text
-msgid "n = TwipsPerPixelY"
-msgstr "n = TwipsPerPixelY"
-
-#: 03131400.xhp#hd_id3148473.5.help.text
-msgctxt "03131400.xhp#hd_id3148473.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+#. xRY!
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"par_id3155419\n"
+"3\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03104000.xhp\" name=\"IsMissing\">IsMissing</link>"
+msgstr ""
-#: 03131400.xhp#par_id3154306.6.help.text
-msgctxt "03131400.xhp#par_id3154306.6.help.text"
-msgid "Integer"
+#. Cp,z
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"hd_id3153824\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03131400.xhp#hd_id3149235.7.help.text
-msgctxt "03131400.xhp#hd_id3149235.7.help.text"
-msgid "Example:"
+#. 4L:n
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"par_id3159157\n"
+"5\n"
+"help.text"
+msgid "Function MyFunction(Text1 As String, Optional Arg2, Optional Arg3)"
msgstr ""
-#: 03131400.xhp#par_id3150503.8.help.text
-msgctxt "03131400.xhp#par_id3150503.8.help.text"
-msgid "Sub ExamplePixelTwips"
+#. Rfn#
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"hd_id3145610\n"
+"7\n"
+"help.text"
+msgid "Examples:"
msgstr ""
-#: 03131400.xhp#par_id3154142.9.help.text
-msgctxt "03131400.xhp#par_id3154142.9.help.text"
-msgid "MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" Twips\",0,\"Pixel size\""
+#. ..^6
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"par_id3154347\n"
+"8\n"
+"help.text"
+msgid "Result = MyFunction(\"Here\", 1, \"There\") ' all arguments are passed."
msgstr ""
-#: 03131400.xhp#par_id3148944.10.help.text
-msgctxt "03131400.xhp#par_id3148944.10.help.text"
-msgid "End Sub"
+#. r;*j
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"par_id3146795\n"
+"9\n"
+"help.text"
+msgid "Result = MyFunction(\"Test\", ,1) ' second argument is missing."
msgstr ""
-#: 03020414.xhp#tit.help.text
-msgid "SetAttr Statement [Runtime]"
+#. fDzi
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"par_id3153897\n"
+"10\n"
+"help.text"
+msgid "See also <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Examples\">Examples</link>."
+msgstr "See <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"მაგალითები\">მაგალითები</link>."
+
+#. r+d.
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"tit\n"
+"help.text"
+msgid "Function Statement [Runtime]"
msgstr ""
-#: 03020414.xhp#bm_id3147559.help.text
-msgid "<bookmark_value>SetAttr statement</bookmark_value>"
-msgstr "<bookmark_value>DefStr განცხადება</bookmark_value>"
+#. 6h`:
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"bm_id3153346\n"
+"help.text"
+msgid "<bookmark_value>Function statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 03020414.xhp#hd_id3147559.1.help.text
+#. WEWc
+#: 03090406.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03020414.xhp\" name=\"SetAttr Statement [Runtime]\">SetAttr Statement [Runtime]</link>"
+msgctxt ""
+"03090406.xhp\n"
+"hd_id3153346\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090406.xhp\" name=\"Function Statement [Runtime]\">Function Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03020414.xhp#par_id3147264.2.help.text
-msgid "Sets the attribute information for a specified file."
+#. -\.w
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3159158\n"
+"2\n"
+"help.text"
+msgid "Defines a subroutine that can be used as an expression to determine a return type."
msgstr ""
-#: 03020414.xhp#hd_id3150359.3.help.text
-msgctxt "03020414.xhp#hd_id3150359.3.help.text"
-msgid "Syntax:"
+#. sQfJ
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"hd_id3145316\n"
+"3\n"
+"help.text"
+msgid "Syntax"
msgstr ""
-#: 03020414.xhp#par_id3154365.4.help.text
-msgid "SetAttr FileName As String, Attribute As Integer"
+#. }lgv
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3148944\n"
+"4\n"
+"help.text"
+msgid "see Parameter"
msgstr ""
-#: 03020414.xhp#hd_id3125863.5.help.text
-msgctxt "03020414.xhp#hd_id3125863.5.help.text"
+#. 5AX9
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"hd_id3154760\n"
+"5\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03020414.xhp#par_id3154909.6.help.text
-msgid "FileName: Name of the file, including the path, that you want to test attributes of. If you do not enter a path, <emph>SetAttr</emph> searches for the file in the current directory. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
-msgstr ""
-
-#: 03020414.xhp#par_id3153192.7.help.text
-msgid "<emph>Attribute:</emph> Bit pattern defining the attributes that you want to set or to clear:"
-msgstr ""
-
-#: 03020414.xhp#par_id3145786.8.help.text
-msgid "<emph>Value</emph>"
-msgstr ""
-
-#: 03020414.xhp#par_id3152596.9.help.text
-msgctxt "03020414.xhp#par_id3152596.9.help.text"
-msgid "0 : Normal files."
+#. )mJ`
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3156344\n"
+"6\n"
+"help.text"
+msgid "Syntax"
msgstr ""
-#: 03020414.xhp#par_id3149262.10.help.text
-msgctxt "03020414.xhp#par_id3149262.10.help.text"
-msgid "1 : Read-only files."
+#. iNo=
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3149457\n"
+"7\n"
+"help.text"
+msgid "Function Name[(VarName1 [As Type][, VarName2 [As Type][,...]]]) [As Type]"
msgstr ""
-#: 03020414.xhp#par_id3152576.13.help.text
-msgctxt "03020414.xhp#par_id3152576.13.help.text"
-msgid "32 : File was changed since last backup (Archive bit)."
+#. m/;+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3153360\n"
+"8\n"
+"help.text"
+msgid "statement block"
msgstr ""
-#: 03020414.xhp#par_id3153093.14.help.text
-msgid "You can set multiple attributes by combining the respective values with a logic OR statement."
+#. DN+6
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3148797\n"
+"9\n"
+"help.text"
+msgid "[Exit Function]"
msgstr ""
-#: 03020414.xhp#hd_id3147434.15.help.text
-msgctxt "03020414.xhp#hd_id3147434.15.help.text"
-msgid "Example:"
+#. P~Ov
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3145419\n"
+"10\n"
+"help.text"
+msgid "statement block"
msgstr ""
-#: 03020414.xhp#par_id3154012.16.help.text
-msgctxt "03020414.xhp#par_id3154012.16.help.text"
-msgid "Sub ExampleSetGetAttr"
-msgstr "Sub ExampleSpace"
-
-#: 03020414.xhp#par_id3148645.17.help.text
-msgctxt "03020414.xhp#par_id3148645.17.help.text"
-msgid "On Error Goto ErrorHandler REM Define target for error-handler"
-msgstr ""
+#. {,I1
+#: 03090406.xhp
+#, fuzzy
+msgctxt ""
+"03090406.xhp\n"
+"par_id3150449\n"
+"11\n"
+"help.text"
+msgid "End Function"
+msgstr "End function"
-#: 03020414.xhp#par_id3145647.18.help.text
-msgctxt "03020414.xhp#par_id3145647.18.help.text"
-msgid "If Dir(\"C:\\test\",16)=\"\" Then MkDir \"C:\\test\""
+#. l;=+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3156281\n"
+"12\n"
+"help.text"
+msgid "Parameter"
msgstr ""
-#: 03020414.xhp#par_id3147126.19.help.text
-msgctxt "03020414.xhp#par_id3147126.19.help.text"
-msgid "If Dir(\"C:\\test\\autoexec.sav\")=\"\" THEN Filecopy \"c:\\autoexec.bat\", \"c:\\test\\autoexec.sav\""
+#. 2@TF
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3153193\n"
+"13\n"
+"help.text"
+msgid "<emph>Name:</emph> Name of the subroutine to contain the value returned by the function."
msgstr ""
-#: 03020414.xhp#par_id3151074.20.help.text
-msgctxt "03020414.xhp#par_id3151074.20.help.text"
-msgid "SetAttr \"c:\\test\\autoexec.sav\" ,0"
+#. *gsc
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3147229\n"
+"14\n"
+"help.text"
+msgid "<emph>VarName:</emph> Parameter to be passed to the subroutine."
msgstr ""
-#: 03020414.xhp#par_id3153158.21.help.text
-msgctxt "03020414.xhp#par_id3153158.21.help.text"
-msgid "Filecopy \"c:\\autoexec.bat\", \"c:\\test\\autoexec.sav\""
+#. 11}S
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3147287\n"
+"15\n"
+"help.text"
+msgid "<emph>Type:</emph> Type-declaration keyword."
msgstr ""
-#: 03020414.xhp#par_id3149378.22.help.text
-msgctxt "03020414.xhp#par_id3149378.22.help.text"
-msgid "SetAttr \"c:\\test\\autoexec.sav\" ,1"
+#. |iGg
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"hd_id3163710\n"
+"16\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03020414.xhp#par_id3150716.23.help.text
-msgctxt "03020414.xhp#par_id3150716.23.help.text"
-msgid "print GetAttr( \"c:\\test\\autoexec.sav\" )"
+#. nY^,
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3152939\n"
+"21\n"
+"help.text"
+msgid "For siStep = 0 To 10 ' Fill array with test data"
+msgstr ""
+
+#. aDL,
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3154943\n"
+"32\n"
+"help.text"
+msgid "' Linsearch searches a TextArray:sList() for a TextEntry:"
+msgstr ""
+
+#. 6!gp
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3155601\n"
+"33\n"
+"help.text"
+msgid "' Return value Is the index of the entry Or 0 (Null)"
+msgstr ""
+
+#. )^w`
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3153707\n"
+"36\n"
+"help.text"
+msgid "Exit For ' sItem found"
+msgstr ""
+
+#. =n17
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Using Procedures and Functions"
msgstr ""
-#: 03020414.xhp#par_id3154018.24.help.text
-msgctxt "03020414.xhp#par_id3154018.24.help.text"
-msgid "end"
+#. 5oa+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"bm_id3149456\n"
+"help.text"
+msgid "<bookmark_value>procedures</bookmark_value><bookmark_value>functions;using</bookmark_value><bookmark_value>variables;passing to procedures and functions</bookmark_value><bookmark_value>parameters;for procedures and functions</bookmark_value><bookmark_value>parameters;passing by reference or value</bookmark_value><bookmark_value>variables;scope</bookmark_value><bookmark_value>scope of variables</bookmark_value><bookmark_value>GLOBAL variables</bookmark_value><bookmark_value>PUBLIC variables</bookmark_value><bookmark_value>PRIVATE variables</bookmark_value><bookmark_value>functions;return value type</bookmark_value><bookmark_value>return value type of functions</bookmark_value>"
msgstr ""
-#: 03020414.xhp#par_id3149121.25.help.text
-msgctxt "03020414.xhp#par_id3149121.25.help.text"
-msgid "ErrorHandler:"
+#. (=cO
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"hd_id3149456\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01020300.xhp\">Using Procedures and Functions</link>"
msgstr ""
-#: 03020414.xhp#par_id3156275.26.help.text
-msgctxt "03020414.xhp#par_id3156275.26.help.text"
-msgid "Print Error"
+#. 7)iw
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3150767\n"
+"2\n"
+"help.text"
+msgid "The following describes the basic use of procedures and functions in $[officename] Basic."
msgstr ""
-#: 03020414.xhp#par_id3153707.27.help.text
-msgctxt "03020414.xhp#par_id3153707.27.help.text"
-msgid "end"
+#. i#jY
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3151215\n"
+"56\n"
+"help.text"
+msgid "When you create a new module, $[officename] Basic automatically inserts a SUB called \"Main\". This default name has nothing to do with the order or the starting point of a $[officename] Basic project. You can also safely rename this SUB."
msgstr ""
-#: 03020414.xhp#par_id3145640.28.help.text
-msgctxt "03020414.xhp#par_id3145640.28.help.text"
-msgid "end sub"
+#. 2EW{
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id314756320\n"
+"help.text"
+msgid "Some restrictions apply for the names of your public variables, subs, and functions. You must not use the same name as one of the modules of the same library."
msgstr ""
-#: 03020200.xhp#tit.help.text
-msgid "File Input/Output Functions"
+#. \9ZA
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3154124\n"
+"3\n"
+"help.text"
+msgid "Procedures (SUBS) and functions (FUNCTIONS) help you maintaining a structured overview by separating a program into logical pieces."
msgstr ""
-#: 03020200.xhp#hd_id3150791.1.help.text
-msgid "<link href=\"text/sbasic/shared/03020200.xhp\" name=\"File Input/Output Functions\">File Input/Output Functions</link>"
+#. G\H[
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3153193\n"
+"4\n"
+"help.text"
+msgid "One benefit of procedures and functions is that, once you have developed a program code containing task components, you can use this code in another project."
msgstr ""
-#: 03060500.xhp#tit.help.text
-msgid "Or-Operator [Runtime]"
+#. ^y!B
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"hd_id3153770\n"
+"26\n"
+"help.text"
+msgid "Passing Variables to Procedures (SUB) and Functions (FUNCTION)"
msgstr ""
-#: 03060500.xhp#bm_id3150986.help.text
-msgid "<bookmark_value>Or operator (logical)</bookmark_value>"
+#. NIkN
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3155414\n"
+"27\n"
+"help.text"
+msgid "Variables can be passed to both procedures and functions. The SUB or FUNCTION must be declared to expect parameters:"
msgstr ""
-#: 03060500.xhp#hd_id3150986.1.help.text
-msgid "<link href=\"text/sbasic/shared/03060500.xhp\" name=\"Or-Operator [Runtime]\">Or Operator [Runtime]</link>"
+#. OY#E
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3151114\n"
+"29\n"
+"help.text"
+msgid "Program code"
msgstr ""
-#: 03060500.xhp#par_id3148552.2.help.text
-msgid "Performs a logical OR disjunction on two expressions."
+#. RByu
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3152577\n"
+"31\n"
+"help.text"
+msgid "The SUB is called using the following syntax:"
msgstr ""
-#: 03060500.xhp#hd_id3148664.3.help.text
-msgctxt "03060500.xhp#hd_id3148664.3.help.text"
-msgid "Syntax:"
+#. IR-+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3147124\n"
+"33\n"
+"help.text"
+msgid "The parameters passed to a SUB must fit to those specified in the SUB declaration."
msgstr ""
-#: 03060500.xhp#par_id3150358.4.help.text
-msgid "Result = Expression1 Or Expression2"
+#. 0.`0
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3147397\n"
+"34\n"
+"help.text"
+msgid "The same process applies to FUNCTIONS. In addition, functions always return a function result. The result of a function is defined by assigning the return value to the function name:"
msgstr ""
-#: 03060500.xhp#hd_id3151211.5.help.text
-msgctxt "03060500.xhp#hd_id3151211.5.help.text"
-msgid "Parameters:"
+#. Ke;$
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3156284\n"
+"36\n"
+"help.text"
+msgid "Program code"
msgstr ""
-#: 03060500.xhp#par_id3153192.6.help.text
-msgid "<emph>Result:</emph> Any numeric variable that contains the result of the disjunction."
+#. xR,,
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3145799\n"
+"37\n"
+"help.text"
+msgid "FunctionName=Result"
msgstr ""
-#: 03060500.xhp#par_id3147229.7.help.text
-msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to compare."
-msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-
-#: 03060500.xhp#par_id3154684.8.help.text
-msgid "A logical OR disjunction of two Boolean expressions returns the value True if at least one comparison expression is True."
-msgstr ""
-
-#: 03060500.xhp#par_id3153768.9.help.text
-msgid "A bit-wise comparison sets a bit in the result if the corresponding bit is set in at least one of the two expressions."
+#. .9@W
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3153839\n"
+"39\n"
+"help.text"
+msgid "The FUNCTION is called using the following syntax:"
msgstr ""
-#: 03060500.xhp#hd_id3161831.10.help.text
-msgctxt "03060500.xhp#hd_id3161831.10.help.text"
-msgid "Example:"
+#. RQ5O
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3146914\n"
+"40\n"
+"help.text"
+msgid "Variable=FunctionName(Parameter1, Parameter2,...)"
msgstr ""
-#: 03060500.xhp#par_id3147427.11.help.text
-msgid "Sub ExampleOr"
-msgstr "Sub ExampleStr"
-
-#: 03060500.xhp#par_id3153142.12.help.text
-msgctxt "03060500.xhp#par_id3153142.12.help.text"
-msgid "Dim vA as Variant, vB as Variant, vC as Variant, vD as Variant"
+#. C(Df
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_idN107B3\n"
+"help.text"
+msgid "You can also use the fully qualified name to call a procedure or function:<br/><item type=\"literal\">Library.Module.Macro()</item><br/> For example, to call the Autotext macro from the Gimmicks library, use the following command:<br/><item type=\"literal\">Gimmicks.AutoText.Main()</item>"
msgstr ""
-#: 03060500.xhp#par_id3154014.13.help.text
-msgctxt "03060500.xhp#par_id3154014.13.help.text"
-msgid "Dim vOut as Variant"
-msgstr "Dim sVar as string"
-
-#: 03060500.xhp#par_id3155856.14.help.text
-msgctxt "03060500.xhp#par_id3155856.14.help.text"
-msgid "vA = 10: vB = 8: vC = 6: vD = Null"
+#. _3.^
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"hd_id3156276\n"
+"45\n"
+"help.text"
+msgid "Passing Variables by Value or Reference"
msgstr ""
-#: 03060500.xhp#par_id3152460.15.help.text
-msgid "vOut = vA > vB Or vB > vC REM -1"
+#. rOQM
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3155765\n"
+"47\n"
+"help.text"
+msgid "Parameters can be passed to a SUB or a FUNCTION either by reference or by value. Unless otherwise specified, a parameter is always passed by reference. That means that a SUB or a FUNCTION gets the parameter and can read and modify its value."
msgstr ""
-#: 03060500.xhp#par_id3147349.16.help.text
-msgid "vOut = vB > vA Or vB > vC REM -1"
+#. 6K%@
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3145640\n"
+"53\n"
+"help.text"
+msgid "If you want to pass a parameter by value insert the key word \"ByVal\" in front of the parameter when you call a SUB or FUNCTION, for example:"
msgstr ""
-#: 03060500.xhp#par_id3151114.17.help.text
-msgid "vOut = vA > vB Or vB > vD REM -1"
+#. ?Q(`
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3150042\n"
+"54\n"
+"help.text"
+msgid "Result = Function(<emph>ByVal</emph> Parameter)"
msgstr ""
-#: 03060500.xhp#par_id3153726.18.help.text
-msgid "vOut = (vB > vD Or vB > vA) REM 0"
+#. SO_t
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3149258\n"
+"55\n"
+"help.text"
+msgid "In this case, the original content of the parameter will not be modified by the FUNCTION since it only gets the value and not the parameter itself."
msgstr ""
-#: 03060500.xhp#par_id3152598.19.help.text
-msgid "vOut = vB Or vA REM 10"
+#. {u7p
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"hd_id3150982\n"
+"57\n"
+"help.text"
+msgid "Scope of Variables"
msgstr ""
-#: 03060500.xhp#par_id3150420.20.help.text
-msgctxt "03060500.xhp#par_id3150420.20.help.text"
-msgid "End Sub"
+#. +J+@
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3149814\n"
+"58\n"
+"help.text"
+msgid "A variable defined within a SUB or FUNCTION, only remains valid until the procedure is exited. This is known as a \"local\" variable. In many cases, you need a variable to be valid in all procedures, in every module of all libraries, or after a SUB or FUNCTION is exited."
msgstr ""
-#: 03120102.xhp#tit.help.text
-msgid "Chr Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03120102.xhp#bm_id3149205.help.text
-msgid "<bookmark_value>Chr function</bookmark_value>"
-msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
-
-#: 03120102.xhp#hd_id3149205.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03120102.xhp\" name=\"Chr Function [Runtime]\">Chr Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03120102.xhp#par_id3153311.2.help.text
-msgid "Returns the character that corresponds to the specified character code."
+#. LQ}r
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"hd_id3154186\n"
+"59\n"
+"help.text"
+msgid "Declaring Variables Outside a SUB or FUNCTION"
msgstr ""
-#: 03120102.xhp#hd_id3149514.3.help.text
-msgctxt "03120102.xhp#hd_id3149514.3.help.text"
-msgid "Syntax:"
+#. ZFq^
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3150208\n"
+"111\n"
+"help.text"
+msgid "Global VarName As TYPENAME"
msgstr ""
-#: 03120102.xhp#par_id3150669.4.help.text
-msgid "Chr(Expression As Integer)"
-msgstr "Chr(გამოსახულება როგორც Integer)"
-
-#: 03120102.xhp#hd_id3143228.5.help.text
-msgctxt "03120102.xhp#hd_id3143228.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03120102.xhp#par_id3153824.6.help.text
-msgctxt "03120102.xhp#par_id3153824.6.help.text"
-msgid "String"
-msgstr "სტრიქონები"
-
-#: 03120102.xhp#hd_id3148944.7.help.text
-msgctxt "03120102.xhp#hd_id3148944.7.help.text"
-msgid "Parameters:"
+#. ;(bT
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3145258\n"
+"112\n"
+"help.text"
+msgid "The variable is valid as long as the $[officename] session lasts."
msgstr ""
-#: 03120102.xhp#par_id3149295.8.help.text
-msgid "<emph>Expression:</emph> Numeric variables that represent a valid 8 bit ASCII value (0-255) or a 16 bit Unicode value."
+#. dEGL
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3153198\n"
+"60\n"
+"help.text"
+msgid "Public VarName As TYPENAME"
msgstr ""
-#: 03120102.xhp#par_id3159414.9.help.text
-msgid "Use the <emph>Chr$</emph> function to send special control sequences to a printer or to another output source. You can also use it to insert quotation marks in a string expression."
+#. V$,l
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3150088\n"
+"61\n"
+"help.text"
+msgid "The variable is valid in all modules."
msgstr ""
-#: 03120102.xhp#hd_id3154366.10.help.text
-msgctxt "03120102.xhp#hd_id3154366.10.help.text"
-msgid "Example:"
+#. OH?$
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3158212\n"
+"62\n"
+"help.text"
+msgid "Private VarName As TYPENAME"
msgstr ""
-#: 03120102.xhp#par_id3144502.11.help.text
-msgid "sub ExampleChr"
-msgstr "sub ExampleChr"
-
-#: 03120102.xhp#par_id3154909.12.help.text
-msgid "REM This example inserts quotation marks (ASCII value 34) in a string."
+#. F8:=
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3152994\n"
+"63\n"
+"help.text"
+msgid "The variable is only valid in this module."
msgstr ""
-#: 03120102.xhp#par_id3151380.13.help.text
-msgid "MsgBox \"A \"+ Chr$(34)+\"short\" + Chr$(34)+\" trip.\""
-msgstr "MsgBox \"A \"+ Chr$(34)+\"short\" + Chr$(34)+\" trip.\""
-
-#: 03120102.xhp#par_id3145174.14.help.text
-msgid "REM The printout appears in the dialog as: A \"short\" trip."
+#. MIk6
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3150368\n"
+"65\n"
+"help.text"
+msgid "The variable is only valid in this module."
msgstr ""
-#: 03120102.xhp#par_id3154685.15.help.text
-msgctxt "03120102.xhp#par_id3154685.15.help.text"
-msgid "end sub"
+#. RI*B
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"hd_id5097506\n"
+"help.text"
+msgid "Example for private variables"
msgstr ""
-#: 03120102.xhp#par_idN10668.help.text
-msgid "<link href=\"text/sbasic/shared/03120101.xhp\">ASC</link>"
-msgstr "<link href=\"text/sbasic/shared/03120101.xhp\">ASC</link>"
-
-#: 01000000.xhp#tit.help.text
-msgid "Programming with $[officename] Basic "
+#. Fd!a
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id8738975\n"
+"help.text"
+msgid "Enforce private variables to be private across modules by setting CompatibilityMode(true)."
msgstr ""
-#: 01000000.xhp#hd_id3156027.1.help.text
-msgid "<variable id=\"doc_title\"><link href=\"text/sbasic/shared/01000000.xhp\" name=\"Programming with $[officename] Basic \">Programming with $[officename] Basic </link></variable>"
+#. }9@^
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id9475997\n"
+"help.text"
+msgid "myText = \"Hello\""
msgstr ""
-#: 01000000.xhp#par_id3153708.2.help.text
-msgid "This is where you find general information about working with macros and $[officename] Basic."
+#. qs7Y
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id6933500\n"
+"help.text"
+msgid "Print \"In module1 : \", myText"
msgstr ""
-#: 03030302.xhp#tit.help.text
-msgid "Time Statement [Runtime]"
+#. aMK1
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id4104129\n"
+"help.text"
+msgid "' Now returns empty string"
msgstr ""
-#: 03030302.xhp#bm_id3145090.help.text
-msgid "<bookmark_value>Time statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-
-#: 03030302.xhp#hd_id3145090.1.help.text
-msgid "<link href=\"text/sbasic/shared/03030302.xhp\">Time Statement [Runtime]</link>"
+#. kh\H
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id7906125\n"
+"help.text"
+msgid "' (or rises error for Option Explicit)"
msgstr ""
-#: 03030302.xhp#par_id3150984.2.help.text
-msgid "This function returns the current system time as a string in the format \"HH:MM:SS\"."
+#. l-os
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id8055970\n"
+"help.text"
+msgid "Print \"Now in module2 : \", myText"
msgstr ""
-#: 03030302.xhp#hd_id3154346.3.help.text
-msgctxt "03030302.xhp#hd_id3154346.3.help.text"
-msgid "Syntax:"
+#. lMXf
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"hd_id3154368\n"
+"66\n"
+"help.text"
+msgid "Saving Variable Content after Exiting a SUB or FUNCTION"
msgstr ""
-#: 03030302.xhp#par_id3149670.4.help.text
-msgid "Time"
-msgstr "დრო"
-
-#: 03030302.xhp#hd_id3150792.5.help.text
-msgctxt "03030302.xhp#hd_id3150792.5.help.text"
-msgid "Parameters:"
+#. Ef]r
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3156288\n"
+"67\n"
+"help.text"
+msgid "Static VarName As TYPENAME"
msgstr ""
-#: 03030302.xhp#par_id3149656.6.help.text
-msgid "<emph>Text:</emph> Any string expression that specifies the new time in the format \"HH:MM:SS\"."
+#. R;6K
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3154486\n"
+"68\n"
+"help.text"
+msgid "The variable retains its value until the next time the FUNCTION or SUB is entered. The declaration must exist inside a SUB or a FUNCTION."
msgstr ""
-#: 03030302.xhp#hd_id3145173.7.help.text
-msgctxt "03030302.xhp#hd_id3145173.7.help.text"
-msgid "Example:"
+#. M`KI
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"hd_id3155809\n"
+"41\n"
+"help.text"
+msgid "Specifying the Return Value Type of a FUNCTION"
msgstr ""
-#: 03030302.xhp#par_id3156281.8.help.text
-msgid "Sub ExampleTime"
-msgstr "Sub ExampleSpace"
-
-#: 03030302.xhp#par_id3150870.9.help.text
-msgid "MsgBox Time,0,\"The time is\""
+#. y5Js
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3149404\n"
+"42\n"
+"help.text"
+msgid "As with variables, include a type-declaration character after the function name, or the type indicated by \"As\" and the corresponding key word at the end of the parameter list to define the type of the function's return value, for example:"
msgstr ""
-#: 03030302.xhp#par_id3154123.10.help.text
-msgctxt "03030302.xhp#par_id3154123.10.help.text"
-msgid "end sub"
+#. )CB@
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Eqv Operator [Runtime]"
msgstr ""
-#: 03090404.xhp#tit.help.text
-msgid "End Statement [Runtime]"
+#. \N`.
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"bm_id3156344\n"
+"help.text"
+msgid "<bookmark_value>Eqv operator (logical)</bookmark_value>"
msgstr ""
-#: 03090404.xhp#bm_id3150771.help.text
-msgid "<bookmark_value>End statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-
-#: 03090404.xhp#hd_id3150771.1.help.text
+#. (DB0
+#: 03060200.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03090404.xhp\" name=\"End Statement [Runtime]\">End Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
+msgctxt ""
+"03060200.xhp\n"
+"hd_id3156344\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03060200.xhp\" name=\"Eqv Operator [Runtime]\">Eqv Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03090404.xhp#par_id3153126.2.help.text
-msgid "Ends a procedure or block."
+#. @3r.
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"par_id3149656\n"
+"2\n"
+"help.text"
+msgid "Calculates the logical equivalence of two expressions."
msgstr ""
-#: 03090404.xhp#hd_id3147264.3.help.text
-msgctxt "03090404.xhp#hd_id3147264.3.help.text"
+#. 0Btc
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"hd_id3154367\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03090404.xhp#par_id3148552.4.help.text
-msgid "End, End Function, End If, End Select, End Sub"
+#. 7~2D
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"par_id3154910\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 Eqv Expression2"
msgstr ""
-#: 03090404.xhp#hd_id3149456.5.help.text
-msgctxt "03090404.xhp#hd_id3149456.5.help.text"
+#. $xA@
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"hd_id3151043\n"
+"5\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03090404.xhp#par_id3150398.6.help.text
-msgid "Use the End statement as follows:"
-msgstr ""
-
-#: 03090404.xhp#hd_id3154366.7.help.text
-msgid "Statement"
-msgstr ""
-
-#: 03090404.xhp#par_id3151043.8.help.text
-msgid "End: Is not required, but can be entered anywhere within a procedure to end the program execution."
-msgstr ""
-
-#: 03090404.xhp#par_id3145171.9.help.text
-msgid "End Function: Ends a <emph>Function</emph> statement."
+#. @Y(7
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"par_id3150869\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numeric variable that contains the result of the comparison."
msgstr ""
-#: 03090404.xhp#par_id3153192.10.help.text
-msgid "End If: Marks the end of a <emph>If...Then...Else</emph> block."
-msgstr ""
+#. _;Bv
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"par_id3150448\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any expressions that you want to compare."
+msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-#: 03090404.xhp#par_id3148451.11.help.text
-msgid "End Select: Marks the end of a <emph>Select Case</emph> block."
+#. nU\5
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"par_id3149562\n"
+"8\n"
+"help.text"
+msgid "When testing for equivalence between Boolean expressions, the result is <emph>True</emph> if both expressions are either <emph>True</emph> or <emph>False</emph>."
msgstr ""
-#: 03090404.xhp#par_id3155131.12.help.text
-msgid "End Sub: Ends a <emph>Sub</emph> statement."
+#. ?p6X
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"par_id3154319\n"
+"9\n"
+"help.text"
+msgid "In a bit-wise comparison, the Eqv operator only sets the corresponding bit in the result if a bit is set in both expressions, or in neither expression."
msgstr ""
-#: 03090404.xhp#hd_id3146120.13.help.text
-msgctxt "03090404.xhp#hd_id3146120.13.help.text"
+#. i)V#
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"hd_id3159154\n"
+"10\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03090404.xhp#par_id3146985.14.help.text
-msgctxt "03090404.xhp#par_id3146985.14.help.text"
-msgid "Sub ExampleRandomSelect"
+#. N]JL
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"par_id3152462\n"
+"15\n"
+"help.text"
+msgid "vOut = A > B Eqv B > C ' returns -1"
+msgstr ""
+
+#. =k,r
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"par_id3153191\n"
+"16\n"
+"help.text"
+msgid "vOut = B > A Eqv B > C ' returns 0"
+msgstr ""
+
+#. `esk
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"par_id3145799\n"
+"17\n"
+"help.text"
+msgid "vOut = A > B Eqv B > D ' returns 0"
+msgstr ""
+
+#. @a{/
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"par_id3149412\n"
+"18\n"
+"help.text"
+msgid "vOut = (B > D Eqv B > A) ' returns -1"
+msgstr ""
+
+#. 0:-6
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"par_id3149959\n"
+"19\n"
+"help.text"
+msgid "vOut = B Eqv A ' returns -3"
+msgstr ""
+
+#. k~B,
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"tit\n"
+"help.text"
+msgid "MsgBox Statement [Runtime]"
msgstr ""
-#: 03090404.xhp#par_id3153363.15.help.text
-msgctxt "03090404.xhp#par_id3153363.15.help.text"
-msgid "Dim iVar As Integer"
-msgstr "DIm iLen როგორც Integer"
+#. ;(e*
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"bm_id1807916\n"
+"help.text"
+msgid "<bookmark_value>MsgBox statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 03090404.xhp#par_id3153727.16.help.text
-msgctxt "03090404.xhp#par_id3153727.16.help.text"
-msgid "iVar = Int((15 * Rnd) -2)"
+#. `0aV
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"hd_id3154927\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010101.xhp\">MsgBox Statement [Runtime]</link>"
msgstr ""
-#: 03090404.xhp#par_id3150011.17.help.text
-msgctxt "03090404.xhp#par_id3150011.17.help.text"
-msgid "Select Case iVar"
+#. wv9n
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3148947\n"
+"2\n"
+"help.text"
+msgid "Displays a dialog box containing a message."
msgstr ""
-#: 03090404.xhp#par_id3149481.18.help.text
-msgctxt "03090404.xhp#par_id3149481.18.help.text"
-msgid "Case 1 To 5"
+#. OBID
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"hd_id3153897\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03090404.xhp#par_id3152887.19.help.text
-msgctxt "03090404.xhp#par_id3152887.19.help.text"
-msgid "Print \"Number from 1 to 5\""
+#. 7S\;
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3148664\n"
+"4\n"
+"help.text"
+msgid "MsgBox Text As String [,Type As Integer [,Dialogtitle As String]] (As Statement) or MsgBox (Text As String [,Type As Integer [,Dialogtitle As String]]) (As Function)"
msgstr ""
-#: 03090404.xhp#par_id3163713.20.help.text
-msgctxt "03090404.xhp#par_id3163713.20.help.text"
-msgid "Case 6, 7, 8"
+#. RLb;
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"hd_id3153361\n"
+"5\n"
+"help.text"
+msgid "Parameter:"
msgstr ""
-#: 03090404.xhp#par_id3148618.21.help.text
-msgctxt "03090404.xhp#par_id3148618.21.help.text"
-msgid "Print \"Number from 6 to 8\""
+#. rlZ$
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3148798\n"
+"6\n"
+"help.text"
+msgid "<emph>Text</emph>: String expression displayed as a message in the dialog box. Line breaks can be inserted with Chr$(13)."
msgstr ""
-#: 03090404.xhp#par_id3153144.22.help.text
-msgctxt "03090404.xhp#par_id3153144.22.help.text"
-msgid "Case Is > 8 And iVar < 11"
+#. lPTd
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3150769\n"
+"7\n"
+"help.text"
+msgid "<emph>DialogTitle</emph>: String expression displayed in the title bar of the dialog. If omitted, the title bar displays the name of the respective application."
msgstr ""
-#: 03090404.xhp#par_id3147436.23.help.text
-msgctxt "03090404.xhp#par_id3147436.23.help.text"
-msgid "Print \"Greater than 8\""
+#. Ce7^
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3147228\n"
+"8\n"
+"help.text"
+msgid "<emph>Type</emph>: Any integer expression that specifies the dialog type, as well as the number and type of buttons to display, and the icon type. <emph>Type</emph> represents a combination of bit patterns, that is, a combination of elements can be defined by adding their respective values:"
msgstr ""
-#: 03090404.xhp#par_id3155418.24.help.text
-msgctxt "03090404.xhp#par_id3155418.24.help.text"
-msgid "Case Else"
+#. yRso
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3161832\n"
+"9\n"
+"help.text"
+msgid "0 : Display OK button only."
msgstr ""
-#: 03090404.xhp#par_id3150418.25.help.text
-msgctxt "03090404.xhp#par_id3150418.25.help.text"
-msgid "Print \"Outside range 1 to 10\""
+#. Cut9
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3153726\n"
+"10\n"
+"help.text"
+msgid "1 : Display OK and Cancel buttons."
msgstr ""
-#: 03090404.xhp#par_id3156285.26.help.text
-msgctxt "03090404.xhp#par_id3156285.26.help.text"
-msgid "End Select"
+#. Y50i
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3149665\n"
+"11\n"
+"help.text"
+msgid "2 : Display Abort, Retry, and Ignore buttons."
msgstr ""
-#: 03090404.xhp#par_id3149582.27.help.text
-msgctxt "03090404.xhp#par_id3149582.27.help.text"
-msgid "end sub"
+#. eVZ9
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3147318\n"
+"12\n"
+"help.text"
+msgid "3 : Display Yes, No and Cancel buttons."
msgstr ""
-#: 03090000.xhp#tit.help.text
-msgid "Controlling Program Execution"
+#. BpiU
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3155412\n"
+"13\n"
+"help.text"
+msgid "4 : Display Yes and No buttons."
msgstr ""
-#: 03090000.xhp#hd_id3145136.1.help.text
-msgid "<link href=\"text/sbasic/shared/03090000.xhp\" name=\"Controlling Program Execution\">Controlling Program Execution</link>"
+#. i(qv
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3146119\n"
+"14\n"
+"help.text"
+msgid "5 : Display Retry and Cancel buttons."
msgstr ""
-#: 03090000.xhp#par_id3143268.2.help.text
-msgid "The following statements control the execution of a program."
+#. 4_Sg
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3159155\n"
+"15\n"
+"help.text"
+msgid "16 : Add the Stop icon to the dialog."
msgstr ""
-#: 03090000.xhp#par_id3156152.3.help.text
-msgid "A program generally executes from the first line of code to the last line of code. You can also execute certain procedures within the program according to specific conditions, or repeat a section of the program within a sub-procedure or function. You can use loops to repeat parts of a program as many times as necessary, or until a certain condition is met. These type of control statements are classified as Condition, Loop, or Jump statements."
+#. X@1V
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3145366\n"
+"16\n"
+"help.text"
+msgid "32 : Add the Question icon to the dialog."
msgstr ""
-#: 03090202.xhp#tit.help.text
-msgid "For...Next Statement [Runtime]"
+#. Oj2{
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3147350\n"
+"17\n"
+"help.text"
+msgid "48 : Add the Exclamation icon to the dialog."
msgstr ""
-#: 03090202.xhp#bm_id3149205.help.text
-msgid "<bookmark_value>For statement</bookmark_value><bookmark_value>To statement</bookmark_value><bookmark_value>Step statement</bookmark_value><bookmark_value>Next statement</bookmark_value>"
+#. Y4mh
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3149960\n"
+"18\n"
+"help.text"
+msgid "64 : Add the Information icon to the dialog."
msgstr ""
-#: 03090202.xhp#hd_id3149205.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03090202.xhp\" name=\"For...Next Statement [Runtime]\">For...Next Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-
-#: 03090202.xhp#par_id3143267.2.help.text
-msgid "Repeats the statements between the For...Next block a specified number of times."
+#. y0y%
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3154944\n"
+"19\n"
+"help.text"
+msgid "128 : First button in the dialog as default button."
msgstr ""
-#: 03090202.xhp#hd_id3156153.3.help.text
-msgctxt "03090202.xhp#hd_id3156153.3.help.text"
-msgid "Syntax:"
+#. FXFG
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3155417\n"
+"20\n"
+"help.text"
+msgid "256 : Second button in the dialog as default button."
msgstr ""
-#: 03090202.xhp#par_id3148473.4.help.text
-msgid "For counter=start To end [Step step]"
+#. ZFnD
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3153878\n"
+"21\n"
+"help.text"
+msgid "512 : Third button in the dialog as default button."
msgstr ""
-#: 03090202.xhp#par_id3156024.5.help.text
-msgctxt "03090202.xhp#par_id3156024.5.help.text"
-msgid "statement block"
+#. :)MV
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"hd_id3150715\n"
+"22\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03090202.xhp#par_id3146796.6.help.text
-msgid "[Exit For]"
+#. )DA*
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3150327\n"
+"24\n"
+"help.text"
+msgid "Const sText1 = \"An unexpected error occurred.\""
msgstr ""
-#: 03090202.xhp#par_id3159414.7.help.text
-msgctxt "03090202.xhp#par_id3159414.7.help.text"
-msgid "statement block"
+#. NC8q
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3146912\n"
+"25\n"
+"help.text"
+msgid "Const sText2 = \"The program execution will continue, however.\""
msgstr ""
-#: 03090202.xhp#par_id3153897.8.help.text
-msgid "Next [counter]"
+#. Okn.
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3154757\n"
+"26\n"
+"help.text"
+msgid "Const sText3 = \"Error\""
msgstr ""
-#: 03090202.xhp#hd_id3150400.9.help.text
-#, fuzzy
-msgid "Variables:"
-msgstr "ცვლადები"
-
-#: 03090202.xhp#par_id3150358.10.help.text
-msgid "<emph>Counter:</emph> Loop counter initially assigned the value to the right of the equal sign (start). Only numeric variables are valid. The loop counter increases or decreases according to the variable Step until End is passed."
-msgstr ""
+#. Y);O
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hex Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03090202.xhp#par_id3152455.11.help.text
-msgid "<emph>Start:</emph> Numeric variable that defines the initial value at the beginning of the loop."
-msgstr ""
+#. -C83
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"bm_id3150616\n"
+"help.text"
+msgid "<bookmark_value>Hex function</bookmark_value>"
+msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
-#: 03090202.xhp#par_id3151043.12.help.text
-msgid "<emph>End:</emph> Numeric variable that defines the final value at the end of the loop."
-msgstr ""
+#. 47m7
+#: 03080801.xhp
+#, fuzzy
+msgctxt ""
+"03080801.xhp\n"
+"hd_id3150616\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080801.xhp\" name=\"Hex Function [Runtime]\">Hex Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03090202.xhp#par_id3156281.13.help.text
-msgid "<emph>Step:</emph> Sets the value by which to increase or decrease the loop counter. If Step is not specified, the loop counter is incremented by 1. In this case, End must be greater than Start. If you want to decrease Counter, End must be less than Start, and Step must be assigned a negative value."
+#. [Uo(
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"par_id3145136\n"
+"2\n"
+"help.text"
+msgid "Returns a string that represents the hexadecimal value of a number."
msgstr ""
-#: 03090202.xhp#par_id3154684.14.help.text
-msgid "The <emph>For...Next</emph> loop repeats all of the statements in the loop for the number of times that is specified by the parameters."
+#. WNYC
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"hd_id3147573\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03090202.xhp#par_id3147287.15.help.text
-msgid "As the counter variable is decreased, $[officename] Basic checks if the end value has been reached. As soon as the counter passes the end value, the loop automatically ends."
+#. `+{l
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"par_id3150771\n"
+"4\n"
+"help.text"
+msgid "Hex (Number)"
msgstr ""
-#: 03090202.xhp#par_id3159154.16.help.text
-msgid "It is possible to nest <emph>For...Next</emph> statements. If you do not specify a variable following the <emph>Next</emph> statement, <emph>Next</emph> automatically refers to the most recent <emph>For</emph> statement."
-msgstr ""
+#. lGP=
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"hd_id3147530\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03090202.xhp#par_id3155306.17.help.text
-msgid "If you specify an increment of 0, the statements between <emph>For</emph> and <emph>Next</emph> are repeated continuously."
-msgstr ""
+#. @0k^
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"par_id3159414\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონები"
-#: 03090202.xhp#par_id3155854.18.help.text
-msgid "When counting down the counter variable, $[officename] Basic checks for overflow or underflow. The loop ends when Counter exceeds End (positive Step value) or is less than End (negative Step value)."
+#. sn@)
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"hd_id3156344\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03090202.xhp#par_id3145273.19.help.text
-msgid "Use the <emph>Exit For</emph> statement to exit the loop unconditionally. This statement must be within a <emph>For...Next</emph> loop. Use the <emph>If...Then</emph> statement to test the exit condition as follows:"
-msgstr ""
+#. CNx*
+#: 03080801.xhp
+#, fuzzy
+msgctxt ""
+"03080801.xhp\n"
+"par_id3148947\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Any numeric expression that you want to convert to a hexadecimal number."
+msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-#: 03090202.xhp#par_id3153190.20.help.text
-msgid "For..."
+#. hvZO
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"hd_id3154365\n"
+"9\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03090202.xhp#par_id3149482.21.help.text
-msgctxt "03090202.xhp#par_id3149482.21.help.text"
-msgid "statements"
+#. -;|Q
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"par_id3156214\n"
+"30\n"
+"help.text"
+msgid "' uses BasicFormulas in $[officename] Calc"
+msgstr ""
+
+#. D~!*
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"par_id3149262\n"
+"20\n"
+"help.text"
+msgid "' Returns a long integer from a hexadecimal value."
+msgstr ""
+
+#. #\]H
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"par_id3147215\n"
+"25\n"
+"help.text"
+msgid "' Calculates a hexadecimal value in integer."
+msgstr ""
+
+#. lIC[
+#: 03080800.xhp
+msgctxt ""
+"03080800.xhp\n"
+"tit\n"
+"help.text"
+msgid "Converting Numbers"
msgstr ""
-#: 03090202.xhp#par_id3147124.22.help.text
-msgid "If condition = True Then Exit For"
+#. mNY4
+#: 03080800.xhp
+msgctxt ""
+"03080800.xhp\n"
+"hd_id3145315\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080800.xhp\" name=\"Converting Numbers\">Converting Numbers</link>"
msgstr ""
-#: 03090202.xhp#par_id3153159.23.help.text
-msgctxt "03090202.xhp#par_id3153159.23.help.text"
-msgid "statements"
+#. ^to2
+#: 03080800.xhp
+msgctxt ""
+"03080800.xhp\n"
+"par_id3154760\n"
+"2\n"
+"help.text"
+msgid "The following functions convert numbers from one number format to another."
msgstr ""
-#: 03090202.xhp#par_id3154096.24.help.text
-msgid "Next"
-msgstr "შემდეგი"
+#. ip+X
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"tit\n"
+"help.text"
+msgid "InStr Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03090202.xhp#par_id3156286.25.help.text
-msgid "Note: In nested <emph>For...Next</emph> loops, if you exit a loop unconditionally with <emph>Exit For</emph>, only one loop is exited."
-msgstr ""
+#. 2;*9
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"bm_id3155934\n"
+"help.text"
+msgid "<bookmark_value>InStr function</bookmark_value>"
+msgstr "<bookmark_value>InStr ფუნქცია</bookmark_value>"
-#: 03090202.xhp#hd_id3148457.26.help.text
-msgctxt "03090202.xhp#hd_id3148457.26.help.text"
-msgid "Example"
-msgstr ""
+#. tJdq
+#: 03120401.xhp
+#, fuzzy
+msgctxt ""
+"03120401.xhp\n"
+"hd_id3155934\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120401.xhp\" name=\"InStr Function [Runtime]\">InStr Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03090202.xhp#par_id3151074.27.help.text
-msgid "The following example uses two nested loops to sort a string array with 10 elements ( sEntry() ), that are first filled with various contents:"
-msgstr ""
+#. |1g#
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3153990\n"
+"2\n"
+"help.text"
+msgid "Returns the position of a string within another string."
+msgstr "აბრუნებს სტრინგის პოზიციას სხვა სტრინგში."
-#: 03090202.xhp#par_id3155603.28.help.text
-msgid "Sub ExampleSort"
-msgstr "Sub ExampleStr"
+#. oXA@
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3147303\n"
+"3\n"
+"help.text"
+msgid "The Instr function returns the position at which the match was found. If the string was not found, the function returns 0."
+msgstr "Instr ფუნქცია აბრუნებს იმ პოზიციას დამთხვევის პოზიციას. თუ სტრინგი ვერ მოიძებნა, მაშინ ფუნქცია აბრუნებს 0-ს."
-#: 03090202.xhp#par_id3156275.29.help.text
-msgid "Dim sEntry(9) As String"
+#. e@O(
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"hd_id3145090\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03090202.xhp#par_id3155066.30.help.text
-msgctxt "03090202.xhp#par_id3155066.30.help.text"
-msgid "Dim iCount As Integer"
-msgstr "DIm iLen როგორც Integer"
-
-#: 03090202.xhp#par_id3150751.31.help.text
-msgid "Dim iCount2 As Integer"
-msgstr "DIm iLen როგორც Integer"
-
-#: 03090202.xhp#par_id3155446.32.help.text
-msgctxt "03090202.xhp#par_id3155446.32.help.text"
-msgid "Dim sTemp As String"
-msgstr "Dim sSep As String"
+#. KIKW
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3146957\n"
+"5\n"
+"help.text"
+msgid "InStr ([Start As Long,] Text1 As String, Text2 As String[, Compare])"
+msgstr "InStr ([Start As Long,] Text1 As String, Text2 As String[, Compare])"
-#: 03090202.xhp#par_id3155767.42.help.text
-msgid "sEntry(0) = \"Jerry\""
-msgstr ""
+#. gnRP
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"hd_id3148538\n"
+"6\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03090202.xhp#par_id3153711.33.help.text
-msgid "sEntry(1) = \"Patty\""
+#. m!Y9
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3149763\n"
+"7\n"
+"help.text"
+msgid "Integer"
msgstr ""
-#: 03090202.xhp#par_id3148993.34.help.text
-msgid "sEntry(2) = \"Kurt\""
+#. pR:[
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"hd_id3148473\n"
+"8\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03090202.xhp#par_id3156382.35.help.text
-msgid "sEntry(3) = \"Thomas\""
-msgstr ""
+#. A=a[
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3153126\n"
+"9\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>Start: </emph>რიცხვითი გამოსახულება, რომელიც ნიშნავს პოზიციას სტრინგში როდესაც იწყება კონკრეტული ქვესტრინგის ძებნა. თუ თქვენ გამოტოვებთ ამ პარამეტრს, ძებნა დაიწყება სტრინგის პირველი ასო-ნიშნიდან. მაქსიმალური დასაშვები მნიშვნელობა არის 65535."
-#: 03090202.xhp#par_id3155174.36.help.text
-msgid "sEntry(4) = \"Michael\""
-msgstr ""
+#. T]Xn
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3145609\n"
+"10\n"
+"help.text"
+msgid "<emph>Text1:</emph> The string expression that you want to search."
+msgstr "<emph>Text1:</emph> სტრინგის გამოსახულება, რომელიც გსურთ ეძებოთ."
-#: 03090202.xhp#par_id3166448.37.help.text
-msgid "sEntry(5) = \"David\""
-msgstr ""
+#. ~j$|
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3147559\n"
+"11\n"
+"help.text"
+msgid "<emph>Text2:</emph> The string expression that you want to search for."
+msgstr "<emph>Text2:</emph> სტრინგის გამოსახულება, რომლის ძებნაც გსურთ."
-#: 03090202.xhp#par_id3149255.38.help.text
-msgid "sEntry(6) = \"Cathy\""
-msgstr ""
+#. s4-(
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3154758\n"
+"12\n"
+"help.text"
+msgid "<emph>Compare:</emph> Optional numeric expression that defines the type of comparison. The value of this parameter can be 0 or 1. The default value of 1 specifies a text comparison that is not case-sensitive. The value of 0 specifies a binary comparison that is case-sensitive."
+msgstr "<emph>Compare:</emph>არჩევითი რიცხვითი გამოსახულება, რომელიც განსაზღვრავს შედარების ტიპს. ამ პარამეტრის მნიშვნელობა შეიძლება იყოს 0 ან 1. საწყისი მნიშვნელობა არის 1. რომელიც განსახვრავს რომ ტექსტის შედარება არ განასხვავებს დიდ და პატარა ასოებს. მნიშვნელობა 0 მიუთითებს ბინარულ შედარებას, რომელიც განასაზღვრებს დიდ და პატარა ასოებს."
-#: 03090202.xhp#par_id3149565.39.help.text
-msgid "sEntry(7) = \"Susie\""
-msgstr ""
+#. 4W,W
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3153361\n"
+"13\n"
+"help.text"
+msgid "To avoid a run-time error, do not set the Compare parameter if the first return parameter is omitted."
+msgstr "თუ პირველი დაბრუნების პარამეტრი გამოტოვებულია, გაშვების შეცდომის თავიდან ასაცილებლად არ დააყენოთ შედარების პარამეტრი."
-#: 03090202.xhp#par_id3145148.40.help.text
-msgid "sEntry(8) = \"Edward\""
+#. b.7S
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"hd_id3154366\n"
+"14\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03090202.xhp#par_id3145229.41.help.text
-msgid "sEntry(9) = \"Christine\""
-msgstr ""
+#. s)0B
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3144760\n"
+"19\n"
+"help.text"
+msgid "sInput = \"Office\""
+msgstr "sInput = \"Office\""
-#: 03090202.xhp#par_id3149107.44.help.text
-msgctxt "03090202.xhp#par_id3149107.44.help.text"
-msgid "For iCount = 0 To 9"
-msgstr ""
+#. mcc%
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3154125\n"
+"20\n"
+"help.text"
+msgid "iPos = Instr(sInput,\"c\")"
+msgstr "iPos = Instr(sInput,\"c\")"
-#: 03090202.xhp#par_id3148485.45.help.text
-msgid "For iCount2 = iCount + 1 To 9"
+#. UonZ
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefDbl Statement [Runtime]"
msgstr ""
-#: 03090202.xhp#par_id3155608.46.help.text
-msgid "If sEntry(iCount) > sEntry(iCount2) Then"
-msgstr ""
+#. +N)G
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"bm_id3147242\n"
+"help.text"
+msgid "<bookmark_value>DefDbl statement</bookmark_value>"
+msgstr "<bookmark_value>DefCur განცხადება</bookmark_value>"
-#: 03090202.xhp#par_id3150938.47.help.text
-msgid "sTemp = sEntry(iCount)"
-msgstr ""
+#. Jiox
+#: 03101400.xhp
+#, fuzzy
+msgctxt ""
+"03101400.xhp\n"
+"hd_id3147242\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101400.xhp\" name=\"DefDbl Statement [Runtime]\">DefDbl Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03090202.xhp#par_id3153790.48.help.text
-msgid "sEntry(iCount) = sEntry(iCount2)"
+#. .}qu
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"par_id3153126\n"
+"2\n"
+"help.text"
+msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
msgstr ""
-#: 03090202.xhp#par_id3149210.49.help.text
-msgid "sEntry(iCount2) = sTemp"
+#. Hm9W
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"hd_id3155420\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03090202.xhp#par_id3153781.50.help.text
-msgctxt "03090202.xhp#par_id3153781.50.help.text"
-msgid "End If"
+#. jIf=
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"par_id3147530\n"
+"4\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr ""
-#: 03090202.xhp#par_id3158446.51.help.text
-msgid "Next iCount2"
+#. Cq/T
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"hd_id3145069\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03090202.xhp#par_id3150783.52.help.text
-msgctxt "03090202.xhp#par_id3150783.52.help.text"
-msgid "Next iCount"
+#. iG|\
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"par_id3147560\n"
+"6\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 ""
-#: 03090202.xhp#par_id3151278.57.help.text
-msgctxt "03090202.xhp#par_id3151278.57.help.text"
-msgid "For iCount = 0 To 9"
+#. 787V
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"par_id3150791\n"
+"7\n"
+"help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
msgstr ""
-#: 03090202.xhp#par_id3148462.58.help.text
-msgid "Print sEntry(iCount)"
+#. Rk7,
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"par_id3151210\n"
+"8\n"
+"help.text"
+msgid "<emph>Keyword:</emph> Default variable type"
msgstr ""
-#: 03090202.xhp#par_id3149528.59.help.text
-msgctxt "03090202.xhp#par_id3149528.59.help.text"
-msgid "Next iCount"
+#. H:HP
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"par_id3154123\n"
+"9\n"
+"help.text"
+msgid "<emph>DefDbl:</emph> Double"
msgstr ""
-#: 03090202.xhp#par_id3152580.60.help.text
-msgctxt "03090202.xhp#par_id3152580.60.help.text"
-msgid "End Sub"
+#. Sxnk
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"hd_id3153192\n"
+"10\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03010101.xhp#tit.help.text
-msgid "MsgBox Statement [Runtime]"
-msgstr ""
+#. B$o|
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"par_id3156281\n"
+"12\n"
+"help.text"
+msgid "' Prefix definitions for variable types:"
+msgstr ""
+
+#. 9n*E
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"par_id3153144\n"
+"22\n"
+"help.text"
+msgid "dValue=1.23e43 ' dValue is an implicit double variable type"
+msgstr ""
+
+#. EjV$
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"tit\n"
+"help.text"
+msgid "Green Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03010101.xhp#bm_id1807916.help.text
-msgid "<bookmark_value>MsgBox statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
+#. J|~@
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"bm_id3148947\n"
+"help.text"
+msgid "<bookmark_value>Green function</bookmark_value>"
+msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
-#: 03010101.xhp#hd_id3154927.1.help.text
-msgid "<link href=\"text/sbasic/shared/03010101.xhp\">MsgBox Statement [Runtime]</link>"
-msgstr ""
+#. ~n48
+#: 03010302.xhp
+#, fuzzy
+msgctxt ""
+"03010302.xhp\n"
+"hd_id3148947\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010302.xhp\" name=\"Green Function [Runtime]\">Green Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03010101.xhp#par_id3148947.2.help.text
-msgid "Displays a dialog box containing a message."
+#. }kMo
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"par_id3153361\n"
+"2\n"
+"help.text"
+msgid "Returns the Green component of the given color code."
msgstr ""
-#: 03010101.xhp#hd_id3153897.3.help.text
-msgctxt "03010101.xhp#hd_id3153897.3.help.text"
+#. 2,-h
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"hd_id3154140\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03010101.xhp#par_id3148664.4.help.text
-msgid "MsgBox Text As String [,Type As Integer [,Dialogtitle As String]] (As Statement) or MsgBox (Text As String [,Type As Integer [,Dialogtitle As String]]) (As Function)"
-msgstr ""
-
-#: 03010101.xhp#hd_id3153361.5.help.text
-msgctxt "03010101.xhp#hd_id3153361.5.help.text"
-msgid "Parameter:"
-msgstr ""
-
-#: 03010101.xhp#par_id3148798.6.help.text
-msgctxt "03010101.xhp#par_id3148798.6.help.text"
-msgid "<emph>Text</emph>: String expression displayed as a message in the dialog box. Line breaks can be inserted with Chr$(13)."
-msgstr ""
-
-#: 03010101.xhp#par_id3150769.7.help.text
-msgid "<emph>DialogTitle</emph>: String expression displayed in the title bar of the dialog. If omitted, the title bar displays the name of the respective application."
-msgstr ""
-
-#: 03010101.xhp#par_id3147228.8.help.text
-msgid "<emph>Type</emph>: Any integer expression that specifies the dialog type, as well as the number and type of buttons to display, and the icon type. <emph>Type</emph> represents a combination of bit patterns, that is, a combination of elements can be defined by adding their respective values:"
-msgstr ""
-
-#: 03010101.xhp#par_id3161832.9.help.text
-msgctxt "03010101.xhp#par_id3161832.9.help.text"
-msgid "0 : Display OK button only."
+#. ~mct
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"par_id3153969\n"
+"4\n"
+"help.text"
+msgid "Green (Color As Long)"
msgstr ""
-#: 03010101.xhp#par_id3153726.10.help.text
-msgctxt "03010101.xhp#par_id3153726.10.help.text"
-msgid "1 : Display OK and Cancel buttons."
-msgstr ""
+#. G8:w
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"hd_id3154124\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03010101.xhp#par_id3149665.11.help.text
-msgctxt "03010101.xhp#par_id3149665.11.help.text"
-msgid "2 : Display Abort, Retry, and Ignore buttons."
+#. s,4~
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"par_id3153194\n"
+"6\n"
+"help.text"
+msgid "Integer"
msgstr ""
-#: 03010101.xhp#par_id3147318.12.help.text
-msgid "3 : Display Yes, No and Cancel buttons."
+#. U57e
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"hd_id3154909\n"
+"7\n"
+"help.text"
+msgid "Parameter:"
msgstr ""
-#: 03010101.xhp#par_id3155412.13.help.text
-msgctxt "03010101.xhp#par_id3155412.13.help.text"
-msgid "4 : Display Yes and No buttons."
+#. EghD
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"par_id3153770\n"
+"8\n"
+"help.text"
+msgid "<emph>Color</emph>: Long integer expression that specifies a <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"color code\">color code</link> for which to return the Green component."
msgstr ""
-#: 03010101.xhp#par_id3146119.14.help.text
-msgctxt "03010101.xhp#par_id3146119.14.help.text"
-msgid "5 : Display Retry and Cancel buttons."
+#. ~)l9
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"hd_id3149664\n"
+"9\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03010101.xhp#par_id3159155.15.help.text
-msgctxt "03010101.xhp#par_id3159155.15.help.text"
-msgid "16 : Add the Stop icon to the dialog."
+#. 2~|\
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"par_id3151117\n"
+"13\n"
+"help.text"
+msgid "MsgBox \"The color \" & lVar & \" contains the components:\" & Chr(13) &_"
msgstr ""
-#: 03010101.xhp#par_id3145366.16.help.text
-msgctxt "03010101.xhp#par_id3145366.16.help.text"
-msgid "32 : Add the Question icon to the dialog."
+#. 2*U[
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"par_id3153951\n"
+"14\n"
+"help.text"
+msgid "\"red = \" & red(lVar) & Chr(13)&_"
msgstr ""
-#: 03010101.xhp#par_id3147350.17.help.text
-msgid "48 : Add the Exclamation icon to the dialog."
+#. dXp]
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"par_id3152462\n"
+"15\n"
+"help.text"
+msgid "\"green = \" & green(lVar) & Chr(13)&_"
msgstr ""
-#: 03010101.xhp#par_id3149960.18.help.text
-msgctxt "03010101.xhp#par_id3149960.18.help.text"
-msgid "64 : Add the Information icon to the dialog."
+#. Rv\q
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"par_id3154730\n"
+"16\n"
+"help.text"
+msgid "\"blue = \" & blue(lVar) & Chr(13) , 64,\"colors\""
msgstr ""
-#: 03010101.xhp#par_id3154944.19.help.text
-msgctxt "03010101.xhp#par_id3154944.19.help.text"
-msgid "128 : First button in the dialog as default button."
+#. Uh,(
+#: 01030000.xhp
+msgctxt ""
+"01030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Integrated Development Environment (IDE)"
msgstr ""
-#: 03010101.xhp#par_id3155417.20.help.text
-msgctxt "03010101.xhp#par_id3155417.20.help.text"
-msgid "256 : Second button in the dialog as default button."
+#. AX(b
+#: 01030000.xhp
+msgctxt ""
+"01030000.xhp\n"
+"bm_id3145090\n"
+"help.text"
+msgid "<bookmark_value>Basic IDE;Integrated Development Environment</bookmark_value><bookmark_value>IDE;Integrated Development Environment</bookmark_value>"
msgstr ""
-#: 03010101.xhp#par_id3153878.21.help.text
-msgctxt "03010101.xhp#par_id3153878.21.help.text"
-msgid "512 : Third button in the dialog as default button."
+#. ?^Yq
+#: 01030000.xhp
+msgctxt ""
+"01030000.xhp\n"
+"hd_id3145090\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01030000.xhp\" name=\"Integrated Development Environment (IDE)\">Integrated Development Environment (IDE)</link>"
msgstr ""
-#: 03010101.xhp#hd_id3150715.22.help.text
-msgctxt "03010101.xhp#hd_id3150715.22.help.text"
-msgid "Example:"
+#. |}k/
+#: 01030000.xhp
+msgctxt ""
+"01030000.xhp\n"
+"par_id3146795\n"
+"2\n"
+"help.text"
+msgid "This section describes the Integrated Development Environment for $[officename] Basic."
msgstr ""
-#: 03010101.xhp#par_id3154511.23.help.text
-msgctxt "03010101.xhp#par_id3154511.23.help.text"
-msgid "Sub ExampleMsgBox"
+#. K+tk
+#: 03010100.xhp
+msgctxt ""
+"03010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Display Functions"
msgstr ""
-#: 03010101.xhp#par_id3150327.24.help.text
-msgid "Const sText1 = \"An unexpected error occurred.\""
+#. PNpY
+#: 03010100.xhp
+msgctxt ""
+"03010100.xhp\n"
+"hd_id3151384\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010100.xhp\" name=\"Display Functions\">Display Functions</link>"
msgstr ""
-#: 03010101.xhp#par_id3146912.25.help.text
-msgid "Const sText2 = \"The program execution will continue, however.\""
+#. tn?H
+#: 03010100.xhp
+msgctxt ""
+"03010100.xhp\n"
+"par_id3149346\n"
+"2\n"
+"help.text"
+msgid "This section describes Runtime functions used to output information to the screen display."
msgstr ""
-#: 03010101.xhp#par_id3154757.26.help.text
-msgid "Const sText3 = \"Error\""
-msgstr ""
+#. BidJ
+#: 03102450.xhp
+msgctxt ""
+"03102450.xhp\n"
+"tit\n"
+"help.text"
+msgid "IsError Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03010101.xhp#par_id3155445.27.help.text
-msgid "MsgBox(sText1 + Chr(13) + sText2,16,sText3)"
-msgstr ""
+#. {::)
+#: 03102450.xhp
+msgctxt ""
+"03102450.xhp\n"
+"bm_id4954680\n"
+"help.text"
+msgid "<bookmark_value>IsError function</bookmark_value>"
+msgstr "<bookmark_value>IsError ფუნქცია</bookmark_value>"
-#: 03010101.xhp#par_id3155768.28.help.text
-msgctxt "03010101.xhp#par_id3155768.28.help.text"
-msgid "End sub"
+#. BnwH
+#: 03102450.xhp
+msgctxt ""
+"03102450.xhp\n"
+"par_idN1054E\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102450.xhp\">IsError Function [Runtime]</link>"
msgstr ""
-#: 03132200.xhp#tit.help.text
-msgid "ThisComponent Statement [Runtime]"
-msgstr ""
+#. +e~?
+#: 03102450.xhp
+msgctxt ""
+"03102450.xhp\n"
+"par_idN1055E\n"
+"help.text"
+msgid "Tests if a variable contains an error value."
+msgstr "ამოწმებს ცვლადს შეცდომის შემცველობაზე."
-#: 03132200.xhp#bm_id3155342.help.text
-msgid "<bookmark_value>ThisComponent property</bookmark_value><bookmark_value>components;addressing</bookmark_value>"
+#. ME?Z
+#: 03102450.xhp
+msgctxt ""
+"03102450.xhp\n"
+"par_idN10561\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03132200.xhp#hd_id3155342.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03132200.xhp\" name=\"ThisComponent [Runtime]\">ThisComponent [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
+#. K.1M
+#: 03102450.xhp
+msgctxt ""
+"03102450.xhp\n"
+"par_idN10565\n"
+"help.text"
+msgid "IsError (Var)"
+msgstr "IsError (Var)"
-#: 03132200.xhp#par_id3154923.2.help.text
-msgid "Addresses the active component so that its properties can be read and set. ThisComponent is used from document Basic, where it represents the document the Basic belongs to. The type of object accessed by ThisComponent depends on the document type."
-msgstr ""
+#. X`?w
+#: 03102450.xhp
+msgctxt ""
+"03102450.xhp\n"
+"par_idN10568\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03132200.xhp#hd_id3154346.3.help.text
-msgctxt "03132200.xhp#hd_id3154346.3.help.text"
-msgid "Syntax:"
+#. cyRK
+#: 03102450.xhp
+msgctxt ""
+"03102450.xhp\n"
+"par_idN1056C\n"
+"help.text"
+msgid "Bool"
msgstr ""
-#: 03132200.xhp#par_id3151056.4.help.text
-msgid "ThisComponent"
-msgstr "ThisComponent"
-
-#: 03132200.xhp#hd_id3154940.5.help.text
-msgctxt "03132200.xhp#hd_id3154940.5.help.text"
-msgid "Example:"
+#. _TYE
+#: 03102450.xhp
+msgctxt ""
+"03102450.xhp\n"
+"par_idN1056F\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03132200.xhp#par_id3151211.6.help.text
-msgctxt "03132200.xhp#par_id3151211.6.help.text"
-msgid "Sub Main"
-msgstr "Sub main"
-
-#: 03132200.xhp#par_id3154123.7.help.text
-msgid " REM updates the \"Table of Contents\" in a text doc"
-msgstr " REM ანახლებს \"სარჩევის ცხილრ\" ტექსტურ doc-ში"
-
-#: 03132200.xhp#par_id3151381.8.help.text
-msgid " Dim allindexes, index As Object"
-msgstr " Dim allindexes, index As Object"
-
-#: 03132200.xhp#par_id3150769.9.help.text
-msgid " allindexes = ThisComponent.getDocumentIndexes()"
-msgstr " allindexes = ThisComponent.getDocumentIndexes()"
-
-#: 03132200.xhp#par_id3153194.10.help.text
-msgid " index = allindexes.getByName(\"Table of Contents1\")"
-msgstr " index = allindexes.getByName(\"Table of Contents1\")"
-
-#: 03132200.xhp#par_id3156422.11.help.text
-msgid " REM use the default name for Table of Contents and a 1"
-msgstr " REM use the default name for Table of Contents and a 1"
-
-#: 03132200.xhp#par_id3153368.12.help.text
-msgid " index.update()"
-msgstr " index.update()"
+#. //kV
+#: 03102450.xhp
+msgctxt ""
+"03102450.xhp\n"
+"par_idN10573\n"
+"help.text"
+msgid "<emph>Var:</emph> Any variable that you want to test. If the variable contains an error value, the function returns True, otherwise the function returns False."
+msgstr "<emph>Var:</emph> ნებისმიერი გამოსაცდელი ცვლადი. თუ ცვლადი შეიცავს მცდა მნიშვნელობას, ფუნქცია ასბრუნებს True-ს, წინააღმდეგ შემთხვევაში ფუქნცია აბრუნებს False-ს."
-#: 03132200.xhp#par_id3161832.13.help.text
-msgctxt "03132200.xhp#par_id3161832.13.help.text"
-msgid "End Sub"
+#. .kKY
+#: 03131000.xhp
+msgctxt ""
+"03131000.xhp\n"
+"tit\n"
+"help.text"
+msgid "GetSolarVersion Function [Runtime]"
msgstr ""
-#: 03102200.xhp#tit.help.text
-msgid "IsArray Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03102200.xhp#bm_id3154346.help.text
-msgid "<bookmark_value>IsArray function</bookmark_value>"
-msgstr "<bookmark_value>IsError ფუნქცია</bookmark_value>"
+#. L4ST
+#: 03131000.xhp
+msgctxt ""
+"03131000.xhp\n"
+"bm_id3157898\n"
+"help.text"
+msgid "<bookmark_value>GetSolarVersion function</bookmark_value>"
+msgstr "<bookmark_value>GetSolarVersion ფუნქცია</bookmark_value>"
-#: 03102200.xhp#hd_id3154346.1.help.text
+#. ~;jw
+#: 03131000.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03102200.xhp\" name=\"IsArray Function [Runtime]\">IsArray Function [Runtime]</link>"
+msgctxt ""
+"03131000.xhp\n"
+"hd_id3157898\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03131000.xhp\" name=\"GetSolarVersion Function [Runtime]\">GetSolarVersion Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03102200.xhp#par_id3159413.2.help.text
-msgid "Determines if a variable is a data field in an array."
-msgstr ""
+#. N2or
+#: 03131000.xhp
+msgctxt ""
+"03131000.xhp\n"
+"par_id3152801\n"
+"2\n"
+"help.text"
+msgid "Returns the internal number of the current $[officename] version."
+msgstr "აბრუნებს მიმდინარე $[officename] ვერსიის შიდა ნომერს."
-#: 03102200.xhp#hd_id3150792.3.help.text
-msgctxt "03102200.xhp#hd_id3150792.3.help.text"
+#. Ug,8
+#: 03131000.xhp
+msgctxt ""
+"03131000.xhp\n"
+"hd_id3153311\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03102200.xhp#par_id3153379.4.help.text
-msgid "IsArray (Var)"
-msgstr "IsError (Var)"
+#. 56_!
+#: 03131000.xhp
+msgctxt ""
+"03131000.xhp\n"
+"par_id3155388\n"
+"4\n"
+"help.text"
+msgid "s = GetSolarVersion"
+msgstr "s = GetSolarVersion"
-#: 03102200.xhp#hd_id3154365.5.help.text
-msgctxt "03102200.xhp#hd_id3154365.5.help.text"
+#. sEs]
+#: 03131000.xhp
+msgctxt ""
+"03131000.xhp\n"
+"hd_id3149514\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03102200.xhp#par_id3154685.6.help.text
-msgctxt "03102200.xhp#par_id3154685.6.help.text"
-msgid "Bool"
-msgstr ""
-
-#: 03102200.xhp#hd_id3153969.7.help.text
-msgctxt "03102200.xhp#hd_id3153969.7.help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03102200.xhp#par_id3145172.8.help.text
-msgid "<emph>Var:</emph> Any variable that you want to test if it is declared as an array. If the variable is an array, then the function returns <emph>True</emph>, otherwise <emph>False </emph>is returned."
-msgstr ""
+#. B5E$
+#: 03131000.xhp
+msgctxt ""
+"03131000.xhp\n"
+"par_id3148685\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონები"
-#: 03102200.xhp#hd_id3155131.9.help.text
-msgctxt "03102200.xhp#hd_id3155131.9.help.text"
+#. +b;P
+#: 03131000.xhp
+msgctxt ""
+"03131000.xhp\n"
+"hd_id3143270\n"
+"7\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03102200.xhp#par_id3153365.10.help.text
-msgid "Sub ExampleIsArray"
-msgstr "Sub ExampleBeep"
-
-#: 03102200.xhp#par_id3150487.11.help.text
-msgid "Dim sDatf(10) as String"
-msgstr "Dim sVar as string"
-
-#: 03102200.xhp#par_id3155414.12.help.text
-msgid "print isarray(sdatf())"
-msgstr ""
-
-#: 03102200.xhp#par_id3153727.13.help.text
-msgctxt "03102200.xhp#par_id3153727.13.help.text"
-msgid "end Sub"
-msgstr ""
+#. 5Xo!
+#: 03131000.xhp
+msgctxt ""
+"03131000.xhp\n"
+"par_id3148947\n"
+"11\n"
+"help.text"
+msgid "MsgBox sSep,64,\"Version number of the solar technology\""
+msgstr "MsgBox sSep,64,\"solar technology-ს ვერსიის ნომერი\""
-#: 03080802.xhp#tit.help.text
-msgid "Oct Function [Runtime]"
+#. Ssl:
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"tit\n"
+"help.text"
+msgid "CreateUnoListener Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03080802.xhp#bm_id3155420.help.text
-msgid "<bookmark_value>Oct function</bookmark_value>"
-msgstr "<bookmark_value>მარცხენა ფუნქცია</bookmark_value>"
+#. @9a~
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"bm_id3155150\n"
+"help.text"
+msgid "<bookmark_value>CreateUnoListener function</bookmark_value>"
+msgstr "<bookmark_value>CreateUnoListener ფუნქცია</bookmark_value>"
-#: 03080802.xhp#hd_id3155420.1.help.text
+#. ;gDF
+#: 03132000.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03080802.xhp\" name=\"Oct Function [Runtime]\">Oct Function [Runtime]</link>"
+msgctxt ""
+"03132000.xhp\n"
+"hd_id3155150\n"
+"53\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03132000.xhp\" name=\"CreateUnoListener Function [Runtime]\">CreateUnoListener Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03080802.xhp#par_id3154924.2.help.text
-msgid "Returns the octal value of a number."
-msgstr ""
+#. +E:p
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3149346\n"
+"52\n"
+"help.text"
+msgid "Creates a Listener instance."
+msgstr "ქმნის მსმენელის ნიმუშს."
+
+#. G!w$
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3153681\n"
+"51\n"
+"help.text"
+msgid "Many Uno interfaces let you register listeners on a special listener interface. This allows you to listen for specific events and call up the appropriate listener method. The CreateUnoListener function waits for the called listener interface and then passes the interface an object that the interface supports. This object is then passed to the method to register the listener."
+msgstr "მრავალი Uno ინტერფეისი საშუალებას გაძლევთ დაარეგისტრიროთ მსმენელები სპეციალურ სასმენ ინტერფეისზე. ეს საშუალებას გაძლევთ მოუსმინოთ კონკრეტულ მოვლენებს და გამოიძახოთ საჭირო მსმენელის მეთოდი. CreateUnoListener ფუნქცია უცდის დარეკილ მსმენელის ინტერფეისს და შემდეგ გადასცემს ინტერფეისს ობიექტს, რომელსაც აქვს მხარდაჭერა. ეს ობიექტი შემდეგ გადაეცემა მეთოდეს რათა დაარეგისტრიროს მსმენელი."
-#: 03080802.xhp#hd_id3148947.3.help.text
-msgctxt "03080802.xhp#hd_id3148947.3.help.text"
+#. ]wcM
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"hd_id3148685\n"
+"50\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03080802.xhp#par_id3150543.4.help.text
-msgid "Oct (Number)"
-msgstr ""
+#. PsGA
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3143228\n"
+"49\n"
+"help.text"
+msgid "oListener = CreateUnoListener( Prefixname, ListenerInterfaceName )"
+msgstr "oListener = CreateUnoListener( Prefixname, ListenerInterfaceName )"
-#: 03080802.xhp#hd_id3153360.5.help.text
-msgctxt "03080802.xhp#hd_id3153360.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+#. q!*Z
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"hd_id3147574\n"
+"48\n"
+"help.text"
+msgid "Example:"
+msgstr ""
-#: 03080802.xhp#par_id3154138.6.help.text
-msgctxt "03080802.xhp#par_id3154138.6.help.text"
-msgid "String"
-msgstr "სტრიქონები"
+#. Eo29
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3154046\n"
+"47\n"
+"help.text"
+msgid "The following example is based on a Basic library object."
+msgstr "შემდეგი მაგალითი დამყარებულია BASIC ბიბლიოთეკის ობიექტზე"
-#: 03080802.xhp#hd_id3156422.7.help.text
-msgctxt "03080802.xhp#hd_id3156422.7.help.text"
-msgid "Parameters:"
-msgstr ""
+#. I06J
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3149294\n"
+"44\n"
+"help.text"
+msgid "The CreateUnoListener method requires two parameters. The first is a prefix and is explained in detail below. The second parameter is the fully qualified name of the Listener interface that you want to use."
+msgstr "CreateUnoListener მეთოდი მოითხოვს ორ პარამეტრს. პირველი არის თავსართი, რომელიც ახსნილია ქვემოთ. მეორე პარამეტრი არის იმ სრული მსმენელის ინტერფეისის სრული სახელი, რომლის გამოყენებაც გსურთ."
-#: 03080802.xhp#par_id3150768.8.help.text
-#, fuzzy
-msgid "<emph>Number:</emph> Any numeric expression that you want to convert to an octal value."
-msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
+#. %f3A
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3149670\n"
+"43\n"
+"help.text"
+msgid "The Listener must then be added to the Broadcaster Object. This is done by calling the appropriate method for adding a Listener. These methods always follow the pattern \"addFooListener\", where \"Foo\" is the Listener Interface Type, without the 'X'. In this example, the addContainerListener method is called to register the XContainerListener:"
+msgstr "მსმენელი უნდა დაემატოს მაუწყებელ ობიექტს. ეს კეთდება მსმენელის დასამატებლად შესაბამისი მეთოდის გამოძახებით, ეს მეთოდები ყოველთვის მიყვებიან შაბლონს \"addFooListener\", სადაც \"Foo\" არის მსმენელი იტნერფეისის ტიპი 'X'-ის გარეშე. ამ მაგალითში, addContainerListener მეთოდი გამოიძახება XContainerListener -ის დასარეგისტრირებლად:"
-#: 03080802.xhp#hd_id3148672.9.help.text
-msgctxt "03080802.xhp#hd_id3148672.9.help.text"
-msgid "Example:"
-msgstr ""
+#. oUXC
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3154940\n"
+"41\n"
+"help.text"
+msgid "oLib = BasicLibraries.Library1 ' Library1 must exist!"
+msgstr "oLib = BasicLibraries.Library1 ' Library1 უნდა არსებობდეს!"
-#: 03080802.xhp#par_id3147287.10.help.text
-msgid "Sub ExampleOkt"
-msgstr "Sub ExampleASC"
+#. ySJ4
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3150359\n"
+"40\n"
+"help.text"
+msgid "oLib.addContainerListener( oListener ) ' Register the listener"
+msgstr "oLib.addContainerListener( oListener ) ' მსმენელის რეგისტრაცია"
-#: 03080802.xhp#par_id3161831.11.help.text
-msgid "Msgbox Oct(255)"
-msgstr ""
+#. ?@;g
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3154138\n"
+"39\n"
+"help.text"
+msgid "The Listener is now registered. When an event occurs, the corresponding Listener calls the appropriate method from the com.sun.star.container.XContainerListener Interface."
+msgstr "მსმენელი დარეგისტრირებულია. როდესაც მოვლენა მოდება, შესაბამისი მსმენელი გამოიძახებს შესაბამის მეთოდს com.sun.star.container.XContainerListener ინტერფეისიდან."
-#: 03080802.xhp#par_id3147318.12.help.text
-msgctxt "03080802.xhp#par_id3147318.12.help.text"
-msgid "end sub"
-msgstr ""
+#. hgcp
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3148922\n"
+"38\n"
+"help.text"
+msgid "The prefix calls registered Listeners from Basic-subroutines. The Basic run-time system searches for Basic-subroutines or functions that have the name \"PrefixListenerMethode\" and calls them when found. Otherwise, a run-time error occurs."
+msgstr "თავსართი იძახებს დარეგისტრირებულ მსმენელებს Basic-ის ქვე-როუტინებიდან. Basic სისტემა ეძებს Basic-ის ქვე-როუტინებს ან ფუნქციებს, რომლებსაც აქვთ სახელი \"PrefixListenerMethode\" და იძახებს მათ პოვნის შემთხვევაში. წინააღმდეგ შემთხვევაში მოხდება შეცდომა გაშვებისას."
-#: 03120308.xhp#tit.help.text
-msgid "RSet Statement [Runtime]"
-msgstr ""
+#. W8kb
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3150768\n"
+"37\n"
+"help.text"
+msgid "In this example, the Listener-Interface uses the following methods:"
+msgstr "ამ მაგალითში Listener-Interface-ი იყენებს შემდეგ მეთოდებს:"
-#: 03120308.xhp#bm_id3153345.help.text
-msgid "<bookmark_value>RSet statement</bookmark_value>"
-msgstr "<bookmark_value>RSet დებულება</bookmark_value>"
+#. W+si
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3151176\n"
+"36\n"
+"help.text"
+msgid "disposing:"
+msgstr "განლაგება:"
-#: 03120308.xhp#hd_id3153345.1.help.text
-msgid "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
+#. ee=p
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3145173\n"
+"35\n"
+"help.text"
+msgid "Listener base interface (com.sun.star.lang.XEventListener): base interface for all Listener Interfaces"
+msgstr ""
-#: 03120308.xhp#par_id3150503.2.help.text
-msgid "Right-aligns a string within a string variable, or copies a user-defined variable type into another."
-msgstr "სტრინგს ასწორებს მარჯვნივ სტრინგის ცვლადში ან აკოპირებს მომხმარებლის მიერ მორგებულ ცვლადის ტიპს სხვაში."
+#. /=Kb
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3156212\n"
+"34\n"
+"help.text"
+msgid "elementInserted:"
+msgstr "elementInserted:"
-#: 03120308.xhp#hd_id3149234.3.help.text
-msgctxt "03120308.xhp#hd_id3149234.3.help.text"
-msgid "Syntax:"
+#. ]]jg
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3159254\n"
+"33\n"
+"help.text"
+msgid "Method of the com.sun.star.container.XContainerListener interface"
msgstr ""
-#: 03120308.xhp#par_id3150669.4.help.text
-msgid "RSet Text As String = Text or RSet Variable1 = Variable2"
-msgstr "RSet Text As String = Text or RSet Variable1 = Variable2"
+#. i%Oj
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3147287\n"
+"32\n"
+"help.text"
+msgid "elementRemoved:"
+msgstr "elementRemoved:"
-#: 03120308.xhp#hd_id3156024.5.help.text
-msgctxt "03120308.xhp#hd_id3156024.5.help.text"
-msgid "Parameters:"
+#. *Mgd
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3146119\n"
+"31\n"
+"help.text"
+msgid "Method of the com.sun.star.container.XContainerListener interface"
msgstr ""
-#: 03120308.xhp#par_id3148552.6.help.text
-msgid "<emph>Text:</emph> Any string variable."
-msgstr "<emph>ტექსტი:</emph> ნებისმიერის სტინგის ცვლადი."
+#. xG15
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3153951\n"
+"30\n"
+"help.text"
+msgid "elementReplaced:"
+msgstr "elementReplaced:"
-#: 03120308.xhp#par_id3154924.7.help.text
-msgid "<emph>Text</emph>: String that you want to right-align in the string variable."
-msgstr "<emph>ტექსტი</emph>: სტრინგი, რომელიც გსურთ გაასწოროთ მარჯვნივ სტრინგის ცვლადში."
+#. idVE
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3154013\n"
+"29\n"
+"help.text"
+msgid "Method of the com.sun.star.container.XContainerListener interface"
+msgstr ""
-#: 03120308.xhp#par_id3149456.8.help.text
-msgid "<emph>Variable1:</emph> User-defined variable that is the target for the copied variable."
-msgstr "<emph>ცვლადი1:</emph> მომხმარებლის მიერ განსაზღვრული ცვლადი რომელიც არის მიზანი კოპირებული ცვლადისთვის."
+#. %.A!
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3147435\n"
+"28\n"
+"help.text"
+msgid "In this example, the prefix is ContListener_. The following subroutines must therefore be implemented in Basic:"
+msgstr "In this example, the prefix is ContListener_. შემდეგი ქვეპროგრამა საჭიროა განხორციელდეს Basic-ში:"
-#: 03120308.xhp#par_id3153381.9.help.text
-msgid "<emph>Variable2:</emph> User-defined variable that you want to copy to another variable."
-msgstr "<emph>ცვლადი2:</emph> მომხმარებლის მიერ განსაზღვრული ცვლადი რომელიც გინდათ გადაწეროთ სხვა ცვლადში."
+#. K1q;
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3155411\n"
+"27\n"
+"help.text"
+msgid "ContListener_disposing"
+msgstr "ContListener_disposing"
-#: 03120308.xhp#par_id3154140.10.help.text
-msgid "If the string is shorter than the string variable, <emph>RSet</emph> aligns the string to the right within the string variable. Any remaining characters in the string variable are replaced with spaces. If the string is longer than the string variable, characters exceeding the length of the variable are truncated, and only the remaining characters are right-aligned within the string variable."
-msgstr "თუ სტრინგი უფრო მოკლეა ვიდრე სტინგის ცვლადი, <emph>RSet</emph> ასწორებს სტრინგს მარჯვნივ. ნებისმიერი დარჩენილი ასო-ნიშანი სტრინგის ცვლადეში ჩანაცვლდება ჰარით. ტუ სტრინგი უფრო გრძელია ვიდრე სტრინგის ცვლდაი, ასო-ნიშნები, რომლების აჭარბებენ ცვლადის ზომას იჭრება, მხოლოდ დარჩენილი ასო-ნიშნები სწორდებიან მარჯვნივ."
+#. XfDA
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3146923\n"
+"26\n"
+"help.text"
+msgid "ContListener_elementInserted"
+msgstr "ContListener_elementInserted"
-#: 03120308.xhp#par_id3149202.11.help.text
-msgid "You can also use the <emph>RSet statement</emph> to assign variables of one user-defined type to another."
-msgstr "თქვენ აგრეთვე შეგიძლიათ გამოიყენოთ <emph>RSet ბრძანება</emph> რათა მიანიჭოთ მომხმარებლის მიერ განსაღვრული ერთი ტიპი მეორეს."
+#. RW3*
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3147318\n"
+"25\n"
+"help.text"
+msgid "ContListener_elementRemoved"
+msgstr "ContListener_elementRemoved"
-#: 03120308.xhp#par_id3151042.12.help.text
-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>RSet</emph> და <emph>LSet</emph> ბრძანებებს რათა შეცვალონ სტინგების მარცხენა და მარჯვენა სწორება."
+#. Tgp9
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3152578\n"
+"24\n"
+"help.text"
+msgid "ContListener_elementReplaced"
+msgstr "ContListener_elementReplaced"
-#: 03120308.xhp#hd_id3154909.13.help.text
-msgctxt "03120308.xhp#hd_id3154909.13.help.text"
-msgid "Example:"
-msgstr ""
+#. ,e)L
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3150592\n"
+"23\n"
+"help.text"
+msgid "An event structure type that contains information about an event exists for every Listener type. When a Listener method is called, an instance of this event is passed to the method as a parameter. Basic Listener methods can also call these event objects, so long as the appropriate parameter is passed in the Sub declaration. For example:"
+msgstr "მოვლენის სტრუქტურის ტიპი რომელიც შეიცავს ინფორმაციას მოვლენის შესახებ არსებობს ყოველი მსმენელისთვის. როდესაც მსმენელის მეთოდი გამოიძახება, ამ მოვლენის ასლი გადაეცემა მეთოდს, როგორც პარამეტრი. Basic მსმენელის მეთოდები შეგიძლიათ გამოიძახოთ ამ მოვლენის ობიექტებს, მაშინვე, როგორც კი შესაბამისი პარამეტრი იქნება გადაცემული ქვე გამოცხადებაში:"
-#: 03120308.xhp#par_id3154218.14.help.text
-msgctxt "03120308.xhp#par_id3154218.14.help.text"
-msgid "Sub ExampleRLSet"
-msgstr "Sub ExampleASC"
+#. jhdm
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3153876\n"
+"21\n"
+"help.text"
+msgid "MsgBox \"disposing\""
+msgstr "MsgBox \"განლაგება\""
-#: 03120308.xhp#par_id3147288.15.help.text
-msgid "Dim sVar as string"
-msgstr "Dim sVar as string"
+#. BCJP
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3154098\n"
+"17\n"
+"help.text"
+msgid "MsgBox \"elementInserted\""
+msgstr "MsgBox \"elementInserted\""
-#: 03120308.xhp#par_id3153367.16.help.text
-msgid "Dim sExpr as string"
-msgstr "Dim sVar as string"
+#. ?kwy
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3153947\n"
+"13\n"
+"help.text"
+msgid "MsgBox \"elementRemoved\""
+msgstr "MsgBox \"elementRemoved\""
-#: 03120308.xhp#par_id3153952.18.help.text
-msgctxt "03120308.xhp#par_id3153952.18.help.text"
-msgid "sVar = String(40,\"*\")"
-msgstr ""
+#. 4BNT
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3148915\n"
+"9\n"
+"help.text"
+msgid "MsgBox \"elementReplaced\""
+msgstr "MsgBox \"elementReplaced\""
-#: 03120308.xhp#par_id3154013.19.help.text
-msgctxt "03120308.xhp#par_id3154013.19.help.text"
-msgid "sExpr = \"SBX\""
-msgstr ""
+#. b;81
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3156056\n"
+"6\n"
+"help.text"
+msgid "You do not need to include the parameter of an event object if the object is not used:"
+msgstr "თუ ობიექტი არ გამოიყენება, მოვლენის პარამეტრის ჩამატება აუცილებელი არ არის:"
-#: 03120308.xhp#par_id3155856.20.help.text
-msgid "REM Right-align \"SBX\" in a 40-character string"
-msgstr "REM მარჯვენა სწორება \"SBX\" 40 ასო-ნიშნიან სტრინგში."
+#. hTU(
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3150042\n"
+"5\n"
+"help.text"
+msgid "' Minimal implementation of Sub disposing"
+msgstr "' Sub disposing -ის მინიმალური განხორციელება"
-#: 03120308.xhp#par_id3152577.21.help.text
-msgctxt "03120308.xhp#par_id3152577.21.help.text"
-msgid "REM Replace asterisks with spaces"
-msgstr ""
+#. (7Ll
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3150940\n"
+"2\n"
+"help.text"
+msgid "Listener methods must <emph>always</emph> be implemented to avoid Basic run-time errors."
+msgstr "Listener მეთოდები საჭიროა დაინერგოს <emph>ყოველთვის</emph> გაშვებისას Basic შეცდომების თავიდან ასაცილებლად."
-#: 03120308.xhp#par_id3149260.22.help.text
-msgctxt "03120308.xhp#par_id3149260.22.help.text"
-msgid "RSet sVar = sExpr"
+#. `|m-
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"tit\n"
+"help.text"
+msgid "Write Statement [Runtime]"
msgstr ""
-#: 03120308.xhp#par_id3156444.23.help.text
-msgctxt "03120308.xhp#par_id3156444.23.help.text"
-msgid "Print \">\"; sVar; \"<\""
-msgstr ""
+#. *fHF
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"bm_id3147229\n"
+"help.text"
+msgid "<bookmark_value>Write statement</bookmark_value>"
+msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-#: 03120308.xhp#par_id3148575.25.help.text
-msgctxt "03120308.xhp#par_id3148575.25.help.text"
-msgid "sVar = String(5,\"*\")"
-msgstr ""
+#. +jxS
+#: 03020205.xhp
+#, fuzzy
+msgctxt ""
+"03020205.xhp\n"
+"hd_id3147229\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement [Runtime]\">Write Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03120308.xhp#par_id3153140.26.help.text
-msgctxt "03120308.xhp#par_id3153140.26.help.text"
-msgid "sExpr = \"123457896\""
+#. T0)=
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"par_id3154685\n"
+"2\n"
+"help.text"
+msgid "Writes data to a sequential file."
msgstr ""
-#: 03120308.xhp#par_id3153144.27.help.text
-msgctxt "03120308.xhp#par_id3153144.27.help.text"
-msgid "RSet sVar = sExpr"
+#. w:|.
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"hd_id3150449\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03120308.xhp#par_id3150116.28.help.text
-msgctxt "03120308.xhp#par_id3150116.28.help.text"
-msgid "Print \">\"; sVar; \"<\""
+#. EM+(
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"par_id3145785\n"
+"4\n"
+"help.text"
+msgid "Write [#FileName], [Expressionlist]"
msgstr ""
-#: 03120308.xhp#par_id3154491.30.help.text
-msgctxt "03120308.xhp#par_id3154491.30.help.text"
-msgid "sVar = String(40,\"*\")"
+#. 0YCi
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"hd_id3151116\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03120308.xhp#par_id3149412.31.help.text
-msgctxt "03120308.xhp#par_id3149412.31.help.text"
-msgid "sExpr = \"SBX\""
+#. X@Ry
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"par_id3153728\n"
+"6\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 ""
-#: 03120308.xhp#par_id3145801.32.help.text
-msgid "REM Left-align \"SBX\" in a 40-character string"
-msgstr "REM მარცხენა სწორება \"SBX\" 40 ასო-ნიშნიან სტრინგში."
-
-#: 03120308.xhp#par_id3145646.33.help.text
-msgctxt "03120308.xhp#par_id3145646.33.help.text"
-msgid "LSet sVar = sExpr"
+#. ?Lu(
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"par_id3146120\n"
+"7\n"
+"help.text"
+msgid "<emph>Expressionlist:</emph> Variables or expressions that you want to enter in a file, separated by commas."
msgstr ""
-#: 03120308.xhp#par_id3154511.34.help.text
-msgctxt "03120308.xhp#par_id3154511.34.help.text"
-msgid "Print \">\"; sVar; \"<\""
+#. [Kk{
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"par_id3150010\n"
+"8\n"
+"help.text"
+msgid "If the expression list is omitted, the <emph>Write</emph> statement appends an empty line to the file."
msgstr ""
-#: 03120308.xhp#par_id3153839.36.help.text
-msgctxt "03120308.xhp#par_id3153839.36.help.text"
-msgid "sVar = String(5,\"*\")"
+#. (aOD
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"par_id3163713\n"
+"9\n"
+"help.text"
+msgid "To add an expression list to a new or an existing file, the file must be opened in the <emph>Output</emph> or <emph>Append</emph> mode."
msgstr ""
-#: 03120308.xhp#par_id3149122.37.help.text
-msgctxt "03120308.xhp#par_id3149122.37.help.text"
-msgid "sExpr = \"123456789\""
+#. jHyB
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"par_id3147428\n"
+"10\n"
+"help.text"
+msgid "Strings that you write are enclosed by quotation marks and separated by commas. You do not need to enter these delimiters in the expression list."
msgstr ""
-#: 03120308.xhp#par_id3150330.38.help.text
-msgctxt "03120308.xhp#par_id3150330.38.help.text"
-msgid "LSet sVar = sExpr"
+#. s}%q
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"par_id1002838\n"
+"help.text"
+msgid "Each <emph>Write</emph> statement outputs a line end symbol as last entry."
msgstr ""
-#: 03120308.xhp#par_id3154480.39.help.text
-msgctxt "03120308.xhp#par_id3154480.39.help.text"
-msgid "Print \">\"; sVar; \"<\""
+#. kN%p
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"par_id6618854\n"
+"help.text"
+msgid "Numbers with decimal delimiters are converted according to the locale settings."
msgstr ""
-#: 03120308.xhp#par_id3148914.40.help.text
-msgctxt "03120308.xhp#par_id3148914.40.help.text"
-msgid "End Sub"
+#. l[mK
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"hd_id3151073\n"
+"11\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03020405.xhp#tit.help.text
-msgid "FileAttr-Function [Runtime]"
+#. jSzv
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"tit\n"
+"help.text"
+msgid "GetAttr Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03020405.xhp#bm_id3153380.help.text
-msgid "<bookmark_value>FileAttr function</bookmark_value>"
+#. afc)
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"bm_id3150984\n"
+"help.text"
+msgid "<bookmark_value>GetAttr function</bookmark_value>"
msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
-#: 03020405.xhp#hd_id3153380.1.help.text
+#. aVC[
+#: 03020409.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03020405.xhp\" name=\"FileAttr-Function [Runtime]\">FileAttr Function [Runtime]</link>"
+msgctxt ""
+"03020409.xhp\n"
+"hd_id3150984\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020409.xhp\" name=\"GetAttr Function [Runtime]\">GetAttr Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03020405.xhp#par_id3154366.2.help.text
-msgid "Returns the access mode or the file access number of a file that was opened with the Open statement. The file access number is dependent on the operating system (OSH = Operating System Handle)."
-msgstr ""
-
-#: 03020405.xhp#par_id3153364.3.help.text
-msgid "If you use a 32-Bit operating system, you cannot use the FileAttr-Function to determine the file access number."
-msgstr ""
-
-#: 03020405.xhp#par_id3163713.4.help.text
-msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>"
+#. Z)@W
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3154347\n"
+"2\n"
+"help.text"
+msgid "Returns a bit pattern that identifies the file type or the name of a volume or a directory."
msgstr ""
-#: 03020405.xhp#hd_id3151116.5.help.text
-msgctxt "03020405.xhp#hd_id3151116.5.help.text"
+#. eO-k
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"hd_id3149457\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03020405.xhp#par_id3154012.6.help.text
-msgid "FileAttr (FileNumber As Integer, Attribute As Integer)"
-msgstr ""
+#. /3bY
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3150359\n"
+"4\n"
+"help.text"
+msgid "GetAttr (Text As String)"
+msgstr "Asc (ტექსტი როგორც სტრიქონი)"
-#: 03020405.xhp#hd_id3147349.7.help.text
-msgctxt "03020405.xhp#hd_id3147349.7.help.text"
+#. JQ[K
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"hd_id3151211\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03020405.xhp#par_id3146974.8.help.text
-msgctxt "03020405.xhp#par_id3146974.8.help.text"
+#. cQ#K
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3154909\n"
+"6\n"
+"help.text"
msgid "Integer"
msgstr ""
-#: 03020405.xhp#hd_id3153728.9.help.text
-msgctxt "03020405.xhp#hd_id3153728.9.help.text"
+#. !iW.
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"hd_id3145172\n"
+"7\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03020405.xhp#par_id3151074.10.help.text
-msgid "<emph>FileNumber:</emph> The number of the file that was opened with the Open statement."
-msgstr ""
-
-#: 03020405.xhp#par_id3144766.11.help.text
-msgid "<emph>Attribute:</emph> Integer expression that indicates the type of file information that you want to return. The following values are possible:"
+#. I:aA
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3151042\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that contains an unambiguous file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
msgstr ""
-#: 03020405.xhp#par_id3147396.12.help.text
-msgid "1: The FileAttr-Function indicates the access mode of the file."
+#. ?Qys
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3161831\n"
+"9\n"
+"help.text"
+msgid "This function determines the attributes for a specified file and returns the bit pattern that can help you to identify the following file attributes:"
msgstr ""
-#: 03020405.xhp#par_id3149959.13.help.text
-msgid "2: The FileAttr-Function returns the file access number of the operating system."
+#. \,Nu
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"hd_id3145364\n"
+"10\n"
+"help.text"
+msgid "Value"
msgstr ""
-#: 03020405.xhp#par_id3154018.14.help.text
-msgid "If you specify a parameter attribute with a value of 1, the following return values apply:"
+#. GX1L
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3147349\n"
+"11\n"
+"help.text"
+msgid "0 : Normal files."
msgstr ""
-#: 03020405.xhp#par_id3149124.15.help.text
-msgid "1 - INPUT (file open for input)"
+#. \EQj
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3147434\n"
+"12\n"
+"help.text"
+msgid "1 : Read-only files."
msgstr ""
-#: 03020405.xhp#par_id3156275.16.help.text
-msgid "2 - OUTPUT (file open for output)"
+#. fBfJ
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3159154\n"
+"15\n"
+"help.text"
+msgid "8 : Returns the name of the volume"
msgstr ""
-#: 03020405.xhp#par_id3155066.17.help.text
-msgid "4 - RANDOM (file open for random access)"
+#. [T+0
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3145271\n"
+"16\n"
+"help.text"
+msgid "16 : Returns the name of the directory only."
msgstr ""
-#: 03020405.xhp#par_id3148406.18.help.text
-msgid "8 - APPEND (file open for appending)"
+#. [cr7
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3153953\n"
+"17\n"
+"help.text"
+msgid "32 : File was changed since last backup (Archive bit)."
msgstr ""
-#: 03020405.xhp#par_id3154757.19.help.text
-msgid "32 - BINARY (file open in binary mode)."
+#. DS[H
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3156444\n"
+"18\n"
+"help.text"
+msgid "If you want to know if a bit of the attribute byte is set, use the following query method:"
msgstr ""
-#: 03020405.xhp#hd_id3147339.20.help.text
-msgctxt "03020405.xhp#hd_id3147339.20.help.text"
+#. u2OJ
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"hd_id3153094\n"
+"19\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03020405.xhp#par_id3155959.21.help.text
-msgid "Sub ExampleFileAttr"
-msgstr "Sub ExampleSpace"
-
-#: 03020405.xhp#par_id3145147.22.help.text
-msgctxt "03020405.xhp#par_id3145147.22.help.text"
-msgid "Dim iNumber As Integer"
-msgstr "DIm iLen როგორც Integer"
-
-#: 03020405.xhp#par_id3153966.23.help.text
-msgctxt "03020405.xhp#par_id3153966.23.help.text"
-msgid "Dim sLine As String"
-msgstr "Dim sSep As String"
-
-#: 03020405.xhp#par_id3155336.24.help.text
-msgctxt "03020405.xhp#par_id3155336.24.help.text"
-msgid "Dim aFile As String"
-msgstr "DIM sFile სტრიქონი როგორც "
-
-#: 03020405.xhp#par_id3163807.25.help.text
-msgctxt "03020405.xhp#par_id3163807.25.help.text"
-msgid "aFile = \"c:\\data.txt\""
+#. #*}k
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3155415\n"
+"21\n"
+"help.text"
+msgid "On Error GoTo ErrorHandler ' Define target for error handler"
msgstr ""
-#: 03020405.xhp#par_id3154021.27.help.text
-msgctxt "03020405.xhp#par_id3154021.27.help.text"
-msgid "iNumber = Freefile"
+#. mzrg
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"tit\n"
+"help.text"
+msgid "Select...Case Statement [Runtime]"
msgstr ""
-#: 03020405.xhp#par_id3153786.28.help.text
-msgctxt "03020405.xhp#par_id3153786.28.help.text"
-msgid "Open aFile For Output As #iNumber"
-msgstr ""
+#. pAMF
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"bm_id3149416\n"
+"help.text"
+msgid "<bookmark_value>Select...Case statement</bookmark_value><bookmark_value>Case statement</bookmark_value>"
+msgstr "<bookmark_value>Mid ფუნქცია</bookmark_value><bookmark_value>Mid დებულება</bookmark_value>"
-#: 03020405.xhp#par_id3155607.29.help.text
-msgctxt "03020405.xhp#par_id3155607.29.help.text"
-msgid "Print #iNumber, \"This is a line of text\""
-msgstr ""
+#. iwGG
+#: 03090102.xhp
+#, fuzzy
+msgctxt ""
+"03090102.xhp\n"
+"hd_id3149416\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090102.xhp\" name=\"Select...Case Statement [Runtime]\">Select...Case Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03020405.xhp#par_id3150361.30.help.text
-msgid "MsgBox FileAttr(#iNumber, 1 ),0,\"Access mode\""
+#. ZLog
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"par_id3153896\n"
+"2\n"
+"help.text"
+msgid "Defines one or more statement blocks depending on the value of an expression."
msgstr ""
-#: 03020405.xhp#par_id3149817.31.help.text
-msgid "MsgBox FileAttr(#iNumber, 2 ),0,\"File attribute\""
+#. rZ)m
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"hd_id3147265\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03020405.xhp#par_id3155115.32.help.text
-msgctxt "03020405.xhp#par_id3155115.32.help.text"
-msgid "Close #iNumber"
+#. Vj*n
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"par_id3150400\n"
+"4\n"
+"help.text"
+msgid "Select Case condition Case expression Statement Block [Case expression2 Statement Block][Case Else] Statement Block End Select"
msgstr ""
-#: 03020405.xhp#par_id3147130.33.help.text
-msgctxt "03020405.xhp#par_id3147130.33.help.text"
-msgid "End Sub"
+#. 6uEQ
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"hd_id3150767\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 01030100.xhp#tit.help.text
-msgid "IDE Overview"
+#. eD2d
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"par_id3156281\n"
+"6\n"
+"help.text"
+msgid "<emph>Condition:</emph> Any expression that controls if the statement block that follows the respective Case clause is executed."
msgstr ""
-#: 01030100.xhp#hd_id3147291.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/01030100.xhp\" name=\"IDE Overview\">IDE Overview</link>"
-msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
+#. @Gb7
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"par_id3150448\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any expression that is compatible with the Condition type expression. The statement block that follows the Case clause is executed if <emph>Condition</emph> matches <emph>Expression</emph>."
+msgstr ""
-#: 01030100.xhp#par_id3156344.3.help.text
-msgid "The <link href=\"text/sbasic/shared/main0211.xhp\" name=\"Macro Toolbar\"><emph>Macro Toolbar</emph></link> in the IDE provides various icons for editing and testing programs."
+#. la%;
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"hd_id3153768\n"
+"8\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 01030100.xhp#par_id3151210.4.help.text
-msgid "In the <link href=\"text/sbasic/shared/01030200.xhp\" name=\"Editor window\"><emph>Editor window</emph></link>, directly below the Macro toolbar, you can edit the Basic program code. The column on the left side is used to set breakpoints in the program code."
+#. j$^#
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"par_id3152597\n"
+"14\n"
+"help.text"
+msgid "Print \"Number from 1 to 5\""
msgstr ""
-#: 01030100.xhp#par_id3154686.5.help.text
-msgid "The <link href=\"text/sbasic/shared/01050100.xhp\" name=\"Watch\"><emph>Watch window</emph></link> (observer) is located below the Editor window at the left, and displays the contents of variables or arrays during a single step process."
+#. 9AoZ
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"par_id3147349\n"
+"16\n"
+"help.text"
+msgid "Print \"Number from 6 to 8\""
msgstr ""
-#: 01030100.xhp#par_id3145787.8.help.text
-msgid "The <emph>Call Stack</emph> window to the right provides information about the call stack of SUBS and FUNCTIONS when a program runs."
+#. Z@kw
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"par_id3152886\n"
+"18\n"
+"help.text"
+msgid "Print \"Greater than 8\""
msgstr ""
-#: 01030100.xhp#par_id3147434.6.help.text
-#, fuzzy
-msgctxt "01030100.xhp#par_id3147434.6.help.text"
-msgid "<link href=\"text/sbasic/shared/01050000.xhp\" name=\"Basic IDE\">Basic IDE</link>"
-msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
+#. .k*s
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"par_id3146975\n"
+"20\n"
+"help.text"
+msgid "Print \"Out of range 1 to 10\""
+msgstr ""
-#: 03010201.xhp#tit.help.text
-msgid "InputBox Function [Runtime]"
+#. JUPU
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"tit\n"
+"help.text"
+msgid "ConvertFromURL Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03010201.xhp#bm_id3148932.help.text
-msgid "<bookmark_value>InputBox function</bookmark_value>"
-msgstr "<bookmark_value>InStr ფუნქცია</bookmark_value>"
+#. -89,
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"bm_id3153894\n"
+"help.text"
+msgid "<bookmark_value>ConvertFromURL function</bookmark_value>"
+msgstr "<bookmark_value>ConvertFromURL ფუნქცია</bookmark_value>"
-#: 03010201.xhp#hd_id3148932.1.help.text
+#. B4S_
+#: 03120313.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03010201.xhp\" name=\"InputBox Function [Runtime]\">InputBox Function [Runtime]</link>"
+msgctxt ""
+"03120313.xhp\n"
+"hd_id3153894\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120313.xhp\" name=\"ConvertFromURL Function [Runtime]\">ConvertFromURL Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03010201.xhp#par_id3151262.2.help.text
-msgid "Displays a prompt in a dialog at which the user can input text. The input is assigned to a variable."
-msgstr ""
-
-#: 03010201.xhp#par_id3151100.3.help.text
-msgid "The <emph>InputBox</emph> statement is a convenient method of entering text through a dialog. Confirm the input by clicking OK or pressing Return. The input is returned as the function return value. If you close the dialog with Cancel, <emph>InputBox</emph> returns a zero-length string (\"\")."
-msgstr ""
+#. H}ba
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"par_id3147226\n"
+"2\n"
+"help.text"
+msgid "Converts a file URL to a system file name."
+msgstr "გარდაქმნის URL-ს სისტემურ ფაილის სახელად."
-#: 03010201.xhp#hd_id3152347.4.help.text
-msgctxt "03010201.xhp#hd_id3152347.4.help.text"
+#. W{h)
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"hd_id3143267\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03010201.xhp#par_id3159201.5.help.text
-msgid "InputBox (Msg As String[, Title As String[, Default As String[, x_pos As Integer, y_pos As Integer]]]]) "
-msgstr ""
+#. UBU8
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"par_id3154142\n"
+"4\n"
+"help.text"
+msgid "ConvertFromURL(filename)"
+msgstr "ConvertFromURL(filename)"
-#: 03010201.xhp#hd_id3150713.6.help.text
-msgctxt "03010201.xhp#hd_id3150713.6.help.text"
+#. c8wX
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"hd_id3159157\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03010201.xhp#par_id3145090.7.help.text
-msgctxt "03010201.xhp#par_id3145090.7.help.text"
+#. ;,Q^
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"par_id3150669\n"
+"6\n"
+"help.text"
msgid "String"
msgstr "სტრიქონები"
-#: 03010201.xhp#hd_id3149346.8.help.text
-msgctxt "03010201.xhp#hd_id3149346.8.help.text"
-msgid "Parameter:"
+#. .4o^
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"hd_id3143270\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03010201.xhp#par_id3153311.9.help.text
-msgid "<emph>Msg</emph>: String expression displayed as the message in the dialog box."
-msgstr ""
+#. !,^6
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"par_id3156023\n"
+"8\n"
+"help.text"
+msgid "<emph>Filename:</emph> A file name as a string."
+msgstr "<emph>ფაილის სახელი:</emph> ფაილის სახელი, როგორც სტრინგი."
-#: 03010201.xhp#par_id3145315.10.help.text
-msgid "<emph>Title</emph>: String expression displayed in the title bar of the dialog box."
+#. tKSr
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"hd_id3154760\n"
+"9\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03010201.xhp#par_id3154307.11.help.text
-msgid "<emph>Default</emph>: String expression displayed in the text box as default if no other input is given."
+#. 5UkN
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"par_id3148664\n"
+"10\n"
+"help.text"
+msgid "systemFile$ = \"c:\\folder\\mytext.txt\""
msgstr ""
-#: 03010201.xhp#par_id3147573.12.help.text
-msgid "<emph>x_pos</emph>: Integer expression that specifies the horizontal position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application."
+#. ]eVq
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"par_id3150541\n"
+"11\n"
+"help.text"
+msgid "url$ = ConvertToURL( systemFile$ )"
msgstr ""
-#: 03010201.xhp#par_id3156024.13.help.text
-msgid "<emph>y_pos</emph>: Integer expression that specifies the vertical position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application."
+#. v%]4
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"par_id3150792\n"
+"12\n"
+"help.text"
+msgid "print url$"
msgstr ""
-#: 03010201.xhp#par_id3153897.14.help.text
-msgid "If <emph>x_pos</emph> and <emph>y_pos</emph> are omitted, the dialog is centered on the screen. The position is specified in <link href=\"text/sbasic/shared/00000002.xhp#twips\" name=\"twips\">twips</link>."
+#. ahS/
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"par_id3154367\n"
+"13\n"
+"help.text"
+msgid "systemFileAgain$ = ConvertFromURL( url$ )"
msgstr ""
-#: 03010201.xhp#hd_id3149456.15.help.text
-msgctxt "03010201.xhp#hd_id3149456.15.help.text"
-msgid "Example:"
+#. Au*Q
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"par_id3153194\n"
+"14\n"
+"help.text"
+msgid "print systemFileAgain$"
msgstr ""
-#: 03010201.xhp#par_id3153379.16.help.text
-msgid "Sub ExampleInputBox"
-msgstr ""
+#. Aa8z
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"tit\n"
+"help.text"
+msgid "FileLen-Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03010201.xhp#par_id3149656.17.help.text
-msgctxt "03010201.xhp#par_id3149656.17.help.text"
-msgid "Dim sText As String"
-msgstr "Dim sSep As String"
+#. $[Ck
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"bm_id3153126\n"
+"help.text"
+msgid "<bookmark_value>FileLen function</bookmark_value>"
+msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
-#: 03010201.xhp#par_id3154367.18.help.text
-msgid "sText = InputBox (\"Please enter a phrase:\",\"Dear User\")"
-msgstr ""
+#. b?p8
+#: 03020408.xhp
+#, fuzzy
+msgctxt ""
+"03020408.xhp\n"
+"hd_id3153126\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020408.xhp\" name=\"FileLen-Function [Runtime]\">FileLen Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03010201.xhp#par_id3151042.19.help.text
-msgid "MsgBox ( sText , 64, \"Confirmation of phrase\")"
+#. pp{J
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"par_id3145068\n"
+"2\n"
+"help.text"
+msgid "Returns the length of a file in bytes."
msgstr ""
-#: 03010201.xhp#par_id3150768.20.help.text
-msgctxt "03010201.xhp#par_id3150768.20.help.text"
-msgid "End Sub"
+#. XG0`
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"hd_id3159414\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03070400.xhp#tit.help.text
-msgid "\"/\" Operator [Runtime]"
-msgstr ""
+#. KP*?
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"par_id3149656\n"
+"4\n"
+"help.text"
+msgid "FileLen (Text As String)"
+msgstr "Len (Text As String)"
-#: 03070400.xhp#bm_id3150669.help.text
-msgid "<bookmark_value>\"/\" operator (mathematical)</bookmark_value>"
-msgstr ""
+#. If~!
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"hd_id3148798\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03070400.xhp#hd_id3150669.1.help.text
-msgid "<link href=\"text/sbasic/shared/03070400.xhp\">\"/\" Operator [Runtime]</link>"
+#. t)Mo
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"par_id3156282\n"
+"6\n"
+"help.text"
+msgid "Long"
msgstr ""
-#: 03070400.xhp#par_id3149670.2.help.text
-msgid "Divides two values."
+#. -dIy
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"hd_id3150768\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03070400.xhp#hd_id3148946.3.help.text
-msgctxt "03070400.xhp#hd_id3148946.3.help.text"
-msgid "Syntax:"
+#. {+$p
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"par_id3153193\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that contains an unambiguous file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
msgstr ""
-#: 03070400.xhp#par_id3153360.4.help.text
-msgid "Result = Expression1 / Expression2 "
+#. $@ZJ
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"par_id3150439\n"
+"9\n"
+"help.text"
+msgid "This function determines the length of a file. If the FileLen function is called for an open file, it returns the file length before it was opened. To determine the current file length of an open file, use the Lof function."
msgstr ""
-#: 03070400.xhp#hd_id3150359.5.help.text
-msgctxt "03070400.xhp#hd_id3150359.5.help.text"
-msgid "Parameters:"
+#. M1D@
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"hd_id3163710\n"
+"10\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03070400.xhp#par_id3154141.6.help.text
-msgid "<emph>Result:</emph> Any numerical value that contains the result of the division."
+#. Ts!#
+#: 03020402.xhp
+msgctxt ""
+"03020402.xhp\n"
+"tit\n"
+"help.text"
+msgid "ChDrive Statement [Runtime]"
msgstr ""
-#: 03070400.xhp#par_id3150448.7.help.text
-msgid "<emph>Expression1, Expression2:</emph> Any numerical expressions that you want to divide."
-msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-
-#: 03070400.xhp#hd_id3154684.8.help.text
-msgctxt "03070400.xhp#hd_id3154684.8.help.text"
-msgid "Example:"
-msgstr ""
+#. H1UI
+#: 03020402.xhp
+msgctxt ""
+"03020402.xhp\n"
+"bm_id3145068\n"
+"help.text"
+msgid "<bookmark_value>ChDrive statement</bookmark_value>"
+msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-#: 03070400.xhp#par_id3145786.9.help.text
-msgid "Sub ExampleDivision1"
-msgstr "Sub ExampleEnviron"
+#. X{`*
+#: 03020402.xhp
+#, fuzzy
+msgctxt ""
+"03020402.xhp\n"
+"hd_id3145068\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020402.xhp\" name=\"ChDrive Statement [Runtime]\">ChDrive Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03070400.xhp#par_id3153768.10.help.text
-msgid "Print 5 / 5"
+#. IG:s
+#: 03020402.xhp
+msgctxt ""
+"03020402.xhp\n"
+"par_id3149656\n"
+"2\n"
+"help.text"
+msgid "Changes the current drive."
msgstr ""
-#: 03070400.xhp#par_id3161832.11.help.text
-msgctxt "03070400.xhp#par_id3161832.11.help.text"
-msgid "End sub"
+#. ft.W
+#: 03020402.xhp
+msgctxt ""
+"03020402.xhp\n"
+"hd_id3154138\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03070400.xhp#par_id3149484.13.help.text
-msgid "Sub ExampleDivision2"
-msgstr "Sub ExampleEnviron"
-
-#: 03070400.xhp#par_id3145365.14.help.text
-msgctxt "03070400.xhp#par_id3145365.14.help.text"
-msgid "Dim iValue1 as Integer"
-msgstr "Dim iPos as Integer"
-
-#: 03070400.xhp#par_id3146119.15.help.text
-msgctxt "03070400.xhp#par_id3146119.15.help.text"
-msgid "Dim iValue2 as Integer"
-msgstr "Dim iPos as Integer"
+#. _FWx
+#: 03020402.xhp
+msgctxt ""
+"03020402.xhp\n"
+"par_id3154685\n"
+"4\n"
+"help.text"
+msgid "ChDrive Text As String"
+msgstr "RTrim (Text As String)"
-#: 03070400.xhp#par_id3150011.16.help.text
-msgctxt "03070400.xhp#par_id3150011.16.help.text"
-msgid "iValue1 = 5"
+#. _a{/
+#: 03020402.xhp
+msgctxt ""
+"03020402.xhp\n"
+"hd_id3156423\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03070400.xhp#par_id3153726.17.help.text
-msgctxt "03070400.xhp#par_id3153726.17.help.text"
-msgid "iValue2 = 10"
+#. \phh
+#: 03020402.xhp
+msgctxt ""
+"03020402.xhp\n"
+"par_id3145172\n"
+"6\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that contains the drive letter of the new drive. If you want, you can use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
msgstr ""
-#: 03070400.xhp#par_id3151117.18.help.text
-msgid "Print iValue1 / iValue2"
+#. (h/@
+#: 03020402.xhp
+msgctxt ""
+"03020402.xhp\n"
+"par_id3145785\n"
+"7\n"
+"help.text"
+msgid "The drive must be assigned a capital letter. Under Windows, the letter that you assign the drive is restricted by the settings in LASTDRV. If the drive argument is a multiple-character string, only the first letter is relevant. If you attempt to access a non-existent drive, an error occurs that you can respond to with the OnError statement."
msgstr ""
-#: 03070400.xhp#par_id3146975.19.help.text
-msgctxt "03070400.xhp#par_id3146975.19.help.text"
-msgid "End Sub"
+#. TcF]
+#: 03020402.xhp
+msgctxt ""
+"03020402.xhp\n"
+"hd_id3153188\n"
+"8\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03060300.xhp#tit.help.text
-msgid "Imp-Operator [Runtime]"
+#. [z\[
+#: 03020402.xhp
+msgctxt ""
+"03020402.xhp\n"
+"par_id3152576\n"
+"10\n"
+"help.text"
+msgid "ChDrive \"D\" ' Only possible if a drive 'D' exists."
msgstr ""
-#: 03060300.xhp#bm_id3156024.help.text
-msgid "<bookmark_value>Imp operator (logical)</bookmark_value>"
+#. fhf$
+#: 03020410.xhp
+msgctxt ""
+"03020410.xhp\n"
+"tit\n"
+"help.text"
+msgid "Kill Statement [Runtime]"
msgstr ""
-#: 03060300.xhp#hd_id3156024.1.help.text
+#. h1J~
+#: 03020410.xhp
+msgctxt ""
+"03020410.xhp\n"
+"bm_id3153360\n"
+"help.text"
+msgid "<bookmark_value>Kill statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
+
+#. H1bq
+#: 03020410.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03060300.xhp\" name=\"Imp-Operator [Runtime]\">Imp Operator [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
+msgctxt ""
+"03020410.xhp\n"
+"hd_id3153360\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020410.xhp\" name=\"Kill Statement [Runtime]\">Kill Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03060300.xhp#par_id3148947.2.help.text
-msgid "Performs a logical implication on two expressions."
+#. .^6m
+#: 03020410.xhp
+msgctxt ""
+"03020410.xhp\n"
+"par_id3151211\n"
+"2\n"
+"help.text"
+msgid "Deletes a file from a disk."
msgstr ""
-#: 03060300.xhp#hd_id3148664.3.help.text
-msgctxt "03060300.xhp#hd_id3148664.3.help.text"
+#. I76E
+#: 03020410.xhp
+msgctxt ""
+"03020410.xhp\n"
+"hd_id3150767\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03060300.xhp#par_id3149656.4.help.text
-msgid "Result = Expression1 Imp Expression2"
-msgstr ""
-
-#: 03060300.xhp#hd_id3151212.5.help.text
-msgctxt "03060300.xhp#hd_id3151212.5.help.text"
+#. [s!w
+#: 03020410.xhp
+msgctxt ""
+"03020410.xhp\n"
+"par_id3154685\n"
+"4\n"
+"help.text"
+msgid "Kill File As String"
+msgstr "DIM sFile სტრიქონი როგორც"
+
+#. $Oo`
+#: 03020410.xhp
+msgctxt ""
+"03020410.xhp\n"
+"hd_id3153194\n"
+"5\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03060300.xhp#par_id3154910.6.help.text
-msgid "<emph>Result:</emph> Any numeric variable that contains the result of the implication."
-msgstr ""
-
-#: 03060300.xhp#par_id3156281.7.help.text
-msgid "<emph>Expression1, Expression2:</emph> Any expressions that you want to evaluate with the Imp operator."
-msgstr ""
-
-#: 03060300.xhp#par_id3150440.8.help.text
-msgid "If you use the Imp operator in Boolean expressions, False is only returned if the first expression evaluates to True and the second expression to False."
-msgstr ""
-
-#: 03060300.xhp#par_id3163710.9.help.text
-msgid "If you use the Imp operator in bit expressions, a bit is deleted from the result if the corresponding bit is set in the first expression and the corresponding bit is deleted in the second expression."
+#. ~JwS
+#: 03020410.xhp
+msgctxt ""
+"03020410.xhp\n"
+"par_id3150440\n"
+"6\n"
+"help.text"
+msgid "<emph>File:</emph> Any string expression that contains an unambiguous file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
msgstr ""
-#: 03060300.xhp#hd_id3147318.10.help.text
-msgctxt "03060300.xhp#hd_id3147318.10.help.text"
+#. JL$]
+#: 03020410.xhp
+msgctxt ""
+"03020410.xhp\n"
+"hd_id3148645\n"
+"7\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03060300.xhp#par_id3155854.11.help.text
-msgid "Sub ExampleImp"
-msgstr "Sub ExampleBeep"
-
-#: 03060300.xhp#par_id3145272.12.help.text
-msgctxt "03060300.xhp#par_id3145272.12.help.text"
-msgid "Dim A as Variant, B as Variant, C as Variant, D as Variant"
+#. ]ZXb
+#: 03020410.xhp
+msgctxt ""
+"03020410.xhp\n"
+"par_id3163710\n"
+"9\n"
+"help.text"
+msgid "Kill \"C:\\datafile.dat\" ' File must be created in advance"
msgstr ""
-#: 03060300.xhp#par_id3159156.13.help.text
-msgctxt "03060300.xhp#par_id3159156.13.help.text"
-msgid "Dim vOut as Variant"
-msgstr "Dim sVar as string"
+#. @UK:
+#: 03020407.xhp
+msgctxt ""
+"03020407.xhp\n"
+"tit\n"
+"help.text"
+msgid "FileDateTime Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03060300.xhp#par_id3151116.14.help.text
-msgctxt "03060300.xhp#par_id3151116.14.help.text"
-msgid "A = 10: B = 8: C = 6: D = Null"
-msgstr ""
+#. U9c|
+#: 03020407.xhp
+msgctxt ""
+"03020407.xhp\n"
+"bm_id3153361\n"
+"help.text"
+msgid "<bookmark_value>FileDateTime function</bookmark_value>"
+msgstr "<bookmark_value>DateDiff ფუნქცია</bookmark_value>"
-#: 03060300.xhp#par_id3145750.15.help.text
-msgid "vOut = A > B Imp B > C REM returns -1"
-msgstr ""
+#. iC67
+#: 03020407.xhp
+#, fuzzy
+msgctxt ""
+"03020407.xhp\n"
+"hd_id3153361\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020407.xhp\" name=\"FileDateTime Function [Runtime]\">FileDateTime Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03060300.xhp#par_id3156441.16.help.text
-msgid "vOut = B > A Imp B > C REM returns -1"
+#. WG[#
+#: 03020407.xhp
+msgctxt ""
+"03020407.xhp\n"
+"par_id3156423\n"
+"2\n"
+"help.text"
+msgid "Returns a string that contains the date and the time that a file was created or last modified."
msgstr ""
-#: 03060300.xhp#par_id3152596.17.help.text
-msgid "vOut = A > B Imp B > D REM returns 0"
+#. `eMw
+#: 03020407.xhp
+msgctxt ""
+"03020407.xhp\n"
+"hd_id3154685\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03060300.xhp#par_id3154942.18.help.text
-msgid "vOut = (B > D Imp B > A) REM returns -1"
-msgstr ""
+#. o~Tl
+#: 03020407.xhp
+msgctxt ""
+"03020407.xhp\n"
+"par_id3154124\n"
+"4\n"
+"help.text"
+msgid "FileDateTime (Text As String)"
+msgstr "Len (Text As String)"
-#: 03060300.xhp#par_id3154492.19.help.text
-msgid "vOut = B Imp A REM returns -1"
+#. Qtnl
+#: 03020407.xhp
+msgctxt ""
+"03020407.xhp\n"
+"hd_id3150448\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03060300.xhp#par_id3147394.20.help.text
-msgctxt "03060300.xhp#par_id3147394.20.help.text"
-msgid "End Sub"
+#. hNC]
+#: 03020407.xhp
+msgctxt ""
+"03020407.xhp\n"
+"par_id3159153\n"
+"6\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that contains an unambiguous (no wildcards) file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
msgstr ""
-#: 00000003.xhp#tit.help.text
-msgctxt "00000003.xhp#tit.help.text"
-msgid "Information"
+#. G9T/
+#: 03020407.xhp
+msgctxt ""
+"03020407.xhp\n"
+"par_id3155306\n"
+"7\n"
+"help.text"
+msgid "This function determines the exact time of creation or last modification of a file, returned in the format \"MM.DD.YYYY HH.MM.SS\"."
msgstr ""
-#: 00000003.xhp#hd_id3148550.1.help.text
-msgctxt "00000003.xhp#hd_id3148550.1.help.text"
-msgid "Information"
+#. 3Jgr
+#: 03020407.xhp
+msgctxt ""
+"03020407.xhp\n"
+"hd_id3146119\n"
+"8\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 00000003.xhp#par_id3153381.102.help.text
-msgid "You can set the locale used for controlling the formatting numbers, dates and currencies in $[officename] Basic in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>. In Basic format codes, the decimal point (<emph>.</emph>) is always used as <emph>placeholder</emph> for the decimal separator defined in your locale and will be replaced by the corresponding character."
+#. svVl
+#: 03103300.xhp
+msgctxt ""
+"03103300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Option Explicit Statement [Runtime]"
msgstr ""
-#: 00000003.xhp#par_id3150870.103.help.text
-msgid "The same applies to the locale settings for date, time and currency formats. The Basic format code will be interpreted and displayed according to your locale setting."
-msgstr ""
+#. BOgL
+#: 03103300.xhp
+msgctxt ""
+"03103300.xhp\n"
+"bm_id3145090\n"
+"help.text"
+msgid "<bookmark_value>Option Explicit statement</bookmark_value>"
+msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-#: 00000003.xhp#par_id3156424.2.help.text
-msgid "The color values of the 16 basic colors are as follows:"
-msgstr ""
+#. h+Sa
+#: 03103300.xhp
+#, fuzzy
+msgctxt ""
+"03103300.xhp\n"
+"hd_id3145090\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03103300.xhp\" name=\"Option Explicit Statement [Runtime]\">Option Explicit Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 00000003.xhp#par_id3153091.3.help.text
-msgid "<emph>Color Value</emph>"
+#. peo[
+#: 03103300.xhp
+msgctxt ""
+"03103300.xhp\n"
+"par_id3148538\n"
+"2\n"
+"help.text"
+msgid "Specifies that every variable in the program code must be explicitly declared with the Dim statement."
msgstr ""
-#: 00000003.xhp#par_id3154319.4.help.text
-msgid "<emph>Color Name</emph>"
+#. -;@(
+#: 03103300.xhp
+msgctxt ""
+"03103300.xhp\n"
+"hd_id3149763\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 00000003.xhp#par_id3151112.5.help.text
-msgctxt "00000003.xhp#par_id3151112.5.help.text"
-msgid "0"
+#. O=CM
+#: 03103300.xhp
+msgctxt ""
+"03103300.xhp\n"
+"par_id3149514\n"
+"4\n"
+"help.text"
+msgid "Option Explicit"
msgstr ""
-#: 00000003.xhp#par_id3155854.6.help.text
-msgid "Black"
+#. xTL^
+#: 03103300.xhp
+msgctxt ""
+"03103300.xhp\n"
+"hd_id3145315\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 00000003.xhp#par_id3154942.7.help.text
-msgid "128"
+#. M$(a
+#: 03103300.xhp
+msgctxt ""
+"03103300.xhp\n"
+"par_id3145172\n"
+"6\n"
+"help.text"
+msgid "This statement must be added before the executable program code in a module."
msgstr ""
-#: 00000003.xhp#par_id3154731.8.help.text
-msgid "Blue"
-msgstr "ცისფერი"
-
-#: 00000003.xhp#par_id3145645.9.help.text
-msgid "32768"
+#. 8FK)
+#: 03103300.xhp
+msgctxt ""
+"03103300.xhp\n"
+"hd_id3125864\n"
+"7\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 00000003.xhp#par_id3149400.10.help.text
-msgid "Green"
-msgstr "მწვანე"
-
-#: 00000003.xhp#par_id3150753.11.help.text
-msgid "32896"
+#. 4;K;
+#: 03103300.xhp
+msgctxt ""
+"03103300.xhp\n"
+"par_id3145787\n"
+"12\n"
+"help.text"
+msgid "For i% = 1 To 10 ' This results in a run-time error"
msgstr ""
-#: 00000003.xhp#par_id3153765.12.help.text
-msgid "Cyan"
-msgstr "ციანი"
-
-#: 00000003.xhp#par_id3154756.13.help.text
-msgid "8388608"
+#. 0dG5
+#: 03020100.xhp
+msgctxt ""
+"03020100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Opening and Closing Files"
msgstr ""
-#: 00000003.xhp#par_id3159266.14.help.text
-msgid "Red"
-msgstr "წითელი"
-
-#: 00000003.xhp#par_id3163807.15.help.text
-msgid "8388736"
+#. LRP]
+#: 03020100.xhp
+msgctxt ""
+"03020100.xhp\n"
+"hd_id3152924\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020100.xhp\" name=\"Opening and Closing Files\">Opening and Closing Files</link>"
msgstr ""
-#: 00000003.xhp#par_id3145150.16.help.text
-msgid "Magenta"
-msgstr "მაგენტა"
-
-#: 00000003.xhp#par_id3147002.17.help.text
-msgid "8421376"
-msgstr ""
+#. tlFQ
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"tit\n"
+"help.text"
+msgid "Right Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 00000003.xhp#par_id3152778.18.help.text
-msgid "Yellow"
-msgstr "ყვითელი"
+#. j$5T
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"bm_id3153311\n"
+"help.text"
+msgid "<bookmark_value>Right function</bookmark_value>"
+msgstr "<bookmark_value>მარჯვენა ფუნქცია</bookmark_value>"
-#: 00000003.xhp#par_id3150088.19.help.text
-msgid "8421504"
-msgstr ""
+#. ^:W=
+#: 03120307.xhp
+#, fuzzy
+msgctxt ""
+"03120307.xhp\n"
+"hd_id3153311\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120307.xhp\" name=\"Right Function [Runtime]\">Right Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 00000003.xhp#par_id3159239.20.help.text
-msgid "White"
-msgstr ""
+#. \Fr{
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"par_id3150984\n"
+"2\n"
+"help.text"
+msgid "Returns the rightmost \"n\" characters of a string expression."
+msgstr "აბრუნებს სტინგ გამოსახულების \"n\" მარჯვენა უკიდურეს ასო-ნიშნებს."
-#: 00000003.xhp#par_id3150206.21.help.text
-msgid "12632256"
-msgstr ""
+#. `15p
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"par_id3149763\n"
+"3\n"
+"help.text"
+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=\"მარცხენა ფუნქცია\">მარცხენა ფუნქცია</link>."
-#: 00000003.xhp#par_id3149817.22.help.text
-msgid "Gray"
+#. ,1~)
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"hd_id3145315\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 00000003.xhp#par_id3150363.23.help.text
-msgid "255"
-msgstr ""
+#. 8#U1
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"par_id3153061\n"
+"5\n"
+"help.text"
+msgid "Right (Text As String, n As Long)"
+msgstr "მარჯვენა (Text As String, n As Long)"
-#: 00000003.xhp#par_id3154576.24.help.text
-msgid "Light blue"
-msgstr ""
+#. #hV\
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"hd_id3145068\n"
+"6\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 00000003.xhp#par_id3150367.25.help.text
-msgid "65280"
-msgstr ""
+#. 8)@y
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"par_id3156344\n"
+"7\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონები"
-#: 00000003.xhp#par_id3150202.26.help.text
-msgid "Light green"
+#. sZf=
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"hd_id3146795\n"
+"8\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 00000003.xhp#par_id3154487.27.help.text
-msgid "65535"
-msgstr ""
+#. I^$M
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"par_id3153526\n"
+"9\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that you want to return the rightmost characters of."
+msgstr "<emph>ტექსტი:</emph> ნებისმიერი სტრინგული გამოსახულება, რომლიც ყველაზე მარჯვენა ასო-ნიშნების დაბრუნებაც გსურთ."
-#: 00000003.xhp#par_id3151332.28.help.text
-msgid "Light cyan"
-msgstr ""
+#. .vA8
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"par_id3151211\n"
+"10\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."
-#: 00000003.xhp#par_id3148702.29.help.text
-msgid "16711680"
-msgstr ""
+#. `Qba
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"par_id3158410\n"
+"11\n"
+"help.text"
+msgid "The following example converts a date in YYYY-MM-DD format to the US date format (MM/DD/YYYY)."
+msgstr "შემდეგ მაგალითს გადაყავს წწწწ-თთ-დდ ფორმატი ამერიკულ თარიღის ფორმატში (თთ/დდ/წწწწ)."
-#: 00000003.xhp#par_id3153067.30.help.text
-msgid "Light red"
+#. ?0|=
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"hd_id3156212\n"
+"12\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 00000003.xhp#par_id3153912.31.help.text
-msgid "16711935"
+#. pPv=
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"par_id3159252\n"
+"16\n"
+"help.text"
+msgid "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
msgstr ""
-#: 00000003.xhp#par_id3159097.32.help.text
-msgid "Light magenta"
-msgstr ""
+#. \tNR
+#: 03120200.xhp
+msgctxt ""
+"03120200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Repeating Contents"
+msgstr "შიგთავსის გფამეორება"
-#: 00000003.xhp#par_id3155266.33.help.text
-msgid "16776960"
-msgstr ""
+#. gYu=
+#: 03120200.xhp
+#, fuzzy
+msgctxt ""
+"03120200.xhp\n"
+"hd_id3152363\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120200.xhp\" name=\"Repeating Contents\">Repeating Contents</link>"
+msgstr "<link href=\"text/sbasic/shared/03120400.xhp\" name=\"სტრინგის სიგრძის რედაქტირება\">სტრინგის სიგრძის რედაქტირება</link>"
-#: 00000003.xhp#par_id3157978.34.help.text
-msgid "Light yellow"
-msgstr ""
+#. TLt,
+#: 03120200.xhp
+msgctxt ""
+"03120200.xhp\n"
+"par_id3150178\n"
+"2\n"
+"help.text"
+msgid "The following functions repeat the contents of strings."
+msgstr "აღნიშნული ფუნქციები მეორდება სტრიქონების შეგთავსში."
-#: 00000003.xhp#par_id3153286.35.help.text
-msgid "16777215"
+#. }/xl
+#: 03070400.xhp
+msgctxt ""
+"03070400.xhp\n"
+"tit\n"
+"help.text"
+msgid "\"/\" Operator [Runtime]"
msgstr ""
-#: 00000003.xhp#par_id3151302.36.help.text
-msgid "Transparent white"
+#. 8haF
+#: 03070400.xhp
+msgctxt ""
+"03070400.xhp\n"
+"bm_id3150669\n"
+"help.text"
+msgid "<bookmark_value>\"/\" operator (mathematical)</bookmark_value>"
msgstr ""
-#: 00000003.xhp#hd_id3152869.37.help.text
-#, fuzzy
-msgid "<variable id=\"errorcode\">Error Codes</variable>"
-msgstr "<variable id=\"alt_icon\">ხატულა </variable>"
-
-#: 00000003.xhp#par_id315509599.help.text
-#, fuzzy
-msgid "<variable id=\"err1\">1 An exception occurred</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-
-#: 00000003.xhp#par_id3155095.38.help.text
-#, fuzzy
-msgid "<variable id=\"err2\">2 Syntax error</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id3149126.39.help.text
-#, fuzzy
-msgid "<variable id=\"err3\">3 Return without Gosub</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id3153976.40.help.text
-#, fuzzy
-msgid "<variable id=\"err4\">4 Incorrect entry; please retry</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id3150891.41.help.text
-#, fuzzy
-msgid "<variable id=\"err5\">5 Invalid procedure call</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id3159227.42.help.text
-#, fuzzy
-msgid "<variable id=\"err6\">6 Overflow</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id3154649.43.help.text
-#, fuzzy
-msgid "<variable id=\"err7\">7 Not enough memory</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-
-#: 00000003.xhp#par_id3150050.44.help.text
-#, fuzzy
-msgid "<variable id=\"err8\">8 Array already dimensioned</variable>"
+#. (.xX
+#: 03070400.xhp
+msgctxt ""
+"03070400.xhp\n"
+"hd_id3150669\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03070400.xhp\">\"/\" Operator [Runtime]</link>"
msgstr ""
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">წვდომა ამ ბრძანებაზე...</variable>\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">ბრძანებაზე წვდომისათვის... </variable>"
-#: 00000003.xhp#par_id3148900.45.help.text
-#, fuzzy
-msgid "<variable id=\"err9\">9 Index out of defined range</variable>"
-msgstr "<variable id=\"dbrbf\">არჩევა <emph>მონაცემები - არიალის განსაზღვრა</emph></variable>"
-
-#: 00000003.xhp#par_id3153806.46.help.text
-#, fuzzy
-msgid "<variable id=\"err10\">10 Duplicate definition</variable>"
+#. b?Bi
+#: 03070400.xhp
+msgctxt ""
+"03070400.xhp\n"
+"par_id3149670\n"
+"2\n"
+"help.text"
+msgid "Divides two values."
msgstr ""
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">ამ ფუნქციასთან დასაკავშირებლად... </variable>\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">ამ ფუნქციის ჩასართავად... </variable>"
-
-#: 00000003.xhp#par_id3146963.47.help.text
-#, fuzzy
-msgid "<variable id=\"err11\">11 Division by zero</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 00000003.xhp#par_id3153013.48.help.text
-#, fuzzy
-msgid "<variable id=\"err12\">12 Variable not defined</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id3155593.49.help.text
-#, fuzzy
-msgid "<variable id=\"err13\">13 Data type mismatch</variable>"
+#. D%wr
+#: 03070400.xhp
+msgctxt ""
+"03070400.xhp\n"
+"hd_id3148946\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">წვდომა ამ ბრძანებაზე...</variable>\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">ბრძანებაზე წვდომისათვის... </variable>"
-
-#: 00000003.xhp#par_id3151197.50.help.text
-#, fuzzy
-msgid "<variable id=\"err14\">14 Invalid parameter</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id3154710.51.help.text
-#, fuzzy
-msgid "<variable id=\"err18\">18 Process interrupted by user</variable>"
-msgstr "<variable id=\"wie\">ამ ბრძანებასთან დაშვებისათვის </variable>"
-
-#: 00000003.xhp#par_id3147504.52.help.text
-#, fuzzy
-msgid "<variable id=\"err20\">20 Resume without error</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 00000003.xhp#par_id3145319.53.help.text
-#, fuzzy
-msgid "<variable id=\"err28\">28 Not enough stack memory</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-
-#: 00000003.xhp#par_id3146110.54.help.text
-#, fuzzy
-msgid "<variable id=\"err35\">35 Sub-procedure or function procedure not defined</variable>"
+#. l2.l
+#: 03070400.xhp
+msgctxt ""
+"03070400.xhp\n"
+"par_id3153360\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 / Expression2"
msgstr ""
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">ამ ფუნქციასთან დასაკავშირებლად... </variable>\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">ამ ფუნქციის ჩასართავად... </variable>"
-
-#: 00000003.xhp#par_id3147246.55.help.text
-#, fuzzy
-msgid "<variable id=\"err48\">48 Error loading DLL file</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-
-#: 00000003.xhp#par_id3146101.56.help.text
-#, fuzzy
-msgid "<variable id=\"err49\">49 Wrong DLL call convention</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგრეთვე შემდეგი ფუნქციები: </variable>"
-
-#: 00000003.xhp#par_id3153957.57.help.text
-#, fuzzy
-msgid "<variable id=\"err51\">51 Internal error</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 00000003.xhp#par_id3154404.58.help.text
-#, fuzzy
-msgid "<variable id=\"err52\">52 Invalid file name or file number</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id3151338.59.help.text
-#, fuzzy
-msgid "<variable id=\"err53\">53 File not found</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-
-#: 00000003.xhp#par_id3147298.60.help.text
-#, fuzzy
-msgid "<variable id=\"err54\">54 Incorrect file mode</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-
-#: 00000003.xhp#par_id3148747.61.help.text
-#, fuzzy
-msgid "<variable id=\"err55\">55 File already open</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id3145233.62.help.text
-#, fuzzy
-msgid "<variable id=\"err57\">57 Device I/O error</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id3156399.63.help.text
-#, fuzzy
-msgid "<variable id=\"err58\">58 File already exists</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id3149324.64.help.text
-#, fuzzy
-msgid "<variable id=\"err59\">59 Incorrect record length</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-
-#: 00000003.xhp#par_id3147409.65.help.text
-#, fuzzy
-msgid "<variable id=\"err61\">61 Disk or hard drive full</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id3149146.66.help.text
-#, fuzzy
-msgid "<variable id=\"err62\">62 Reading exceeds EOF</variable>"
-msgstr "<variable id=\"alt_warning\">გავრთხილების ხატულა </variable>"
-
-#: 00000003.xhp#par_id3150456.67.help.text
-#, fuzzy
-msgid "<variable id=\"err63\">63 Incorrect record number</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-
-#: 00000003.xhp#par_id3146883.68.help.text
-#, fuzzy
-msgid "<variable id=\"err67\">67 Too many files</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id3146818.69.help.text
-#, fuzzy
-msgid "<variable id=\"err68\">68 Device not available</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id3145225.70.help.text
-#, fuzzy
-msgid "<variable id=\"err70\">70 Access denied</variable>"
-msgstr "<variable id=\"wie\">ამ ბრძანებასთან დაშვებისათვის </variable>"
-
-#: 00000003.xhp#par_id3150372.71.help.text
-#, fuzzy
-msgid "<variable id=\"err71\">71 Disk not ready</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id3148894.72.help.text
-#, fuzzy
-msgid "<variable id=\"err73\">73 Not implemented</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-
-#: 00000003.xhp#par_id3152981.73.help.text
-#, fuzzy
-msgid "<variable id=\"err74\">74 Renaming on different drives impossible</variable>"
-msgstr "<variable id=\"moreontop\">მეტი განმარტებისთვის იხილეთ გვერდის დასაწყისი. </variable>"
-
-#: 00000003.xhp#par_id3149355.74.help.text
-#, fuzzy
-msgid "<variable id=\"err75\">75 Path/file access error</variable>"
-msgstr "<variable id=\"wie\">ამ ბრძანებასთან დაშვებისათვის </variable>"
-
-#: 00000003.xhp#par_id3150477.75.help.text
-#, fuzzy
-msgid "<variable id=\"err76\">76 Path not found</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-
-#: 00000003.xhp#par_id3154678.76.help.text
-#, fuzzy
-msgid "<variable id=\"err91\">91 Object variable not set</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id3149890.77.help.text
-#, fuzzy
-msgid "<variable id=\"err93\">93 Invalid string pattern</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id3146942.78.help.text
-#, fuzzy
-msgid "<variable id=\"err94\">94 Use of zero not permitted</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id31469429.help.text
-#, fuzzy
-msgid "<variable id=\"err250\">250 DDE Error</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id31469428.help.text
-#, fuzzy
-msgid "<variable id=\"err280\">280 Awaiting response to DDE connection</variable>"
+#. \^HA
+#: 03070400.xhp
+msgctxt ""
+"03070400.xhp\n"
+"hd_id3150359\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">ამ ფუნქციასთან დასაკავშირებლად... </variable>\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">ამ ფუნქციის ჩასართავად... </variable>"
-
-#: 00000003.xhp#par_id31469427.help.text
-#, fuzzy
-msgid "<variable id=\"err281\">281 No DDE channels available</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-
-#: 00000003.xhp#par_id31469426.help.text
-#, fuzzy
-msgid "<variable id=\"err282\">282 No application responded to DDE connect initiation</variable>"
-msgstr "<variable id=\"moreontop\">მეტი განმარტებისთვის იხილეთ გვერდის დასაწყისი. </variable>"
-
-#: 00000003.xhp#par_id31469425.help.text
-#, fuzzy
-msgid "<variable id=\"err283\">283 Too many applications responded to DDE connect initiation</variable>"
-msgstr "<variable id=\"moreontop\">მეტი განმარტებისთვის იხილეთ გვერდის დასაწყისი. </variable>"
-
-#: 00000003.xhp#par_id31469424.help.text
-#, fuzzy
-msgid "<variable id=\"err284\">284 DDE channel locked</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 00000003.xhp#par_id31469423.help.text
-msgid "<variable id=\"err285\">285 External application cannot execute DDE operation</variable>"
+#. 1uqa
+#: 03070400.xhp
+msgctxt ""
+"03070400.xhp\n"
+"par_id3154141\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numerical value that contains the result of the division."
msgstr ""
-#: 00000003.xhp#par_id31469422.help.text
-#, fuzzy
-msgid "<variable id=\"err286\">286 Timeout while waiting for DDE response</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგრეთვე შემდეგი ფუნქციები: </variable>"
+#. P#hh
+#: 03070400.xhp
+msgctxt ""
+"03070400.xhp\n"
+"par_id3150448\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any numerical expressions that you want to divide."
+msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-#: 00000003.xhp#par_id31469421.help.text
-msgid "<variable id=\"err287\">287 user pressed ESCAPE during DDE operation</variable>"
+#. R4}.
+#: 03070400.xhp
+msgctxt ""
+"03070400.xhp\n"
+"hd_id3154684\n"
+"8\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 00000003.xhp#par_id31469420.help.text
-#, fuzzy
-msgid "<variable id=\"err288\">288 External application busy</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
+#. n0x~
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Erl Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 00000003.xhp#par_id31469419.help.text
-#, fuzzy
-msgid "<variable id=\"err289\">289 DDE operation without data</variable>"
-msgstr "<variable id=\"alt_icon\">ხატულა </variable>"
+#. RDO6
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"bm_id3157896\n"
+"help.text"
+msgid "<bookmark_value>Erl function</bookmark_value>"
+msgstr "<bookmark_value>Va lფუნქცია</bookmark_value>"
-#: 00000003.xhp#par_id31469418.help.text
+#. 8V.W
+#: 03050100.xhp
#, fuzzy
-msgid "<variable id=\"err290\">290 Data are in wrong format</variable>"
-msgstr "<variable id=\"dbrbf\">არჩევა <emph>მონაცემები - არიალის განსაზღვრა</emph></variable>"
+msgctxt ""
+"03050100.xhp\n"
+"hd_id3157896\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03050100.xhp\" name=\"Erl Function [Runtime]\">Erl Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 00000003.xhp#par_id31469417.help.text
-msgid "<variable id=\"err291\">291 External application has been terminated</variable>"
+#. KILd
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"par_id3153394\n"
+"2\n"
+"help.text"
+msgid "Returns the line number where an error occurred during program execution."
msgstr ""
-#: 00000003.xhp#par_id31469416.help.text
-msgid "<variable id=\"err292\">292 DDE connection interrupted or modified</variable>"
+#. l1~c
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"hd_id3147574\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 00000003.xhp#par_id31469415.help.text
-msgid "<variable id=\"err293\">293 DDE method invoked with no channel open</variable>"
+#. tz|#
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"par_id3146795\n"
+"4\n"
+"help.text"
+msgid "Erl"
msgstr ""
-#: 00000003.xhp#par_id31469414.help.text
-#, fuzzy
-msgid "<variable id=\"err294\">294 Invalid DDE link format</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id31469413.help.text
-#, fuzzy
-msgid "<variable id=\"err295\">295 DDE message has been lost</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+#. 1`Mr
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"hd_id3147265\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 00000003.xhp#par_id31469412.help.text
-#, fuzzy
-msgid "<variable id=\"err296\">296 Paste link already performed</variable>"
+#. (r_=
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"par_id3154924\n"
+"6\n"
+"help.text"
+msgid "Integer"
msgstr ""
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">წვდომა ამ ბრძანებაზე...</variable>\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">ბრძანებაზე წვდომისათვის... </variable>"
-#: 00000003.xhp#par_id31469411.help.text
-msgid "<variable id=\"err297\">297 Link mode cannot be set due to invalid link topic</variable>"
+#. W8*)
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"hd_id3150792\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 00000003.xhp#par_id31469410.help.text
-msgid "<variable id=\"err298\">298 DDE requires the DDEML.DLL file</variable>"
+#. T)P;
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"par_id3153771\n"
+"8\n"
+"help.text"
+msgid "The Erl function only returns a line number, and not a line label."
msgstr ""
-#: 00000003.xhp#par_id3150028.79.help.text
-msgid "<variable id=\"err323\">323 Module cannot be loaded; invalid format</variable>"
+#. ;$v!
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"hd_id3146921\n"
+"9\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 00000003.xhp#par_id3148434.80.help.text
-#, fuzzy
-msgid "<variable id=\"err341\">341 Invalid object index</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id3143219.81.help.text
-#, fuzzy
-msgid "<variable id=\"err366\">366 Object is not available</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id3144744.82.help.text
-#, fuzzy
-msgid "<variable id=\"err380\">380 Incorrect property value</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id3147420.83.help.text
-#, fuzzy
-msgid "<variable id=\"err382\">382 This property is read-only</variable>"
-msgstr "<variable id=\"wie\">ამ ბრძანებასთან დაშვებისათვის </variable>"
-
-#: 00000003.xhp#par_id3147472.84.help.text
-#, fuzzy
-msgid "<variable id=\"err394\">394 This property is write-only</variable>"
-msgstr "<variable id=\"wie\">ამ ბრძანებასთან დაშვებისათვის </variable>"
-
-#: 00000003.xhp#par_id3148583.85.help.text
-#, fuzzy
-msgid "<variable id=\"err420\">420 Invalid object reference</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id3153329.86.help.text
-#, fuzzy
-msgid "<variable id=\"err423\">423 Property or method not found</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-
-#: 00000003.xhp#par_id3148738.87.help.text
-#, fuzzy
-msgid "<variable id=\"err424\">424 Object required</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-
-#: 00000003.xhp#par_id3159084.88.help.text
-#, fuzzy
-msgid "<variable id=\"err425\">425 Invalid use of an object</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id3146806.89.help.text
-#, fuzzy
-msgid "<variable id=\"err430\">430 OLE Automation is not supported by this object</variable>"
-msgstr "<variable id=\"eintraege\">განსაზღვრეთ ჩანაწერების ფორმატი ობიექტების ცხრილში.</variable>"
-
-#: 00000003.xhp#par_id3146130.90.help.text
-#, fuzzy
-msgid "<variable id=\"err438\">438 This property or method is not supported by the object</variable>"
-msgstr "<variable id=\"eintraege\">განსაზღვრეთ ჩანაწერების ფორმატი ობიექტების ცხრილში.</variable>"
-
-#: 00000003.xhp#par_id3154374.91.help.text
-#, fuzzy
-msgid "<variable id=\"err440\">440 OLE automation error</variable>"
-msgstr "<variable id=\"alt_icon\">ხატულა </variable>"
-
-#: 00000003.xhp#par_id3149685.92.help.text
-msgid "<variable id=\"err445\">445 This action is not supported by given object</variable>"
-msgstr ""
+#. Fs%6
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"par_id3150010\n"
+"11\n"
+"help.text"
+msgid "On Error GoTo ErrorHandler ' Set up error handler"
+msgstr ""
+
+#. Gj2+
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"par_id3153188\n"
+"14\n"
+"help.text"
+msgid "' Error caused by non-existent file"
+msgstr ""
+
+#. D.;*
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"par_id3155416\n"
+"21\n"
+"help.text"
+msgid "MsgBox \"Error \" & err & \": \" & Error$ + chr(13) + \"In Line : \" + Erl + chr(13) + Now , 16 ,\"An error occurred\""
+msgstr ""
+
+#. id,b
+#: 03104700.xhp
+msgctxt ""
+"03104700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Erase Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 00000003.xhp#par_id3150282.93.help.text
-msgid "<variable id=\"err446\">446 Named arguments are not supported by given object</variable>"
-msgstr ""
+#. NS.M
+#: 03104700.xhp
+msgctxt ""
+"03104700.xhp\n"
+"bm_id624713\n"
+"help.text"
+msgid "<bookmark_value>Erase function</bookmark_value>"
+msgstr "<bookmark_value>Erase ფუნქცია</bookmark_value>"
-#: 00000003.xhp#par_id3150142.94.help.text
-msgid "<variable id=\"err447\">447 The current locale setting is not supported by the given object</variable>"
+#. s\R\
+#: 03104700.xhp
+msgctxt ""
+"03104700.xhp\n"
+"par_idN10548\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03104700.xhp\">Erase Function [Runtime]</link>"
msgstr ""
-#: 00000003.xhp#par_id3152771.95.help.text
-#, fuzzy
-msgid "<variable id=\"err448\">448 Named argument not found</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
+#. D|n0
+#: 03104700.xhp
+msgctxt ""
+"03104700.xhp\n"
+"par_idN10558\n"
+"help.text"
+msgid "Erases the contents of array elements of fixed size arrays, and releases the memory used by arrays of variable size."
+msgstr "შლის ფიქსირებული ზომის მასივების ელემენტების შემცველობას და ათავისუბლებს ცვლადის ზომის მასივების მიერ დაკავებულ მეხსიერებას."
-#: 00000003.xhp#par_id3145145.96.help.text
-#, fuzzy
-msgid "<variable id=\"err449\">449 Argument is not optional</variable>"
+#. Fpos
+#: 03104700.xhp
+msgctxt ""
+"03104700.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">ამ ფუნქციასთან დასაკავშირებლად... </variable>\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">ამ ფუნქციის ჩასართავად... </variable>"
-#: 00000003.xhp#par_id3154399.97.help.text
-#, fuzzy
-msgid "<variable id=\"err450\">450 Invalid number of arguments</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგრეთვე შემდეგი ფუნქციები: </variable>"
-
-#: 00000003.xhp#par_id3146137.98.help.text
-#, fuzzy
-msgid "<variable id=\"err451\">451 Object is not a list</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id3149507.99.help.text
-#, fuzzy
-msgid "<variable id=\"err452\">452 Invalid ordinal number</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+#. ;~+9
+#: 03104700.xhp
+msgctxt ""
+"03104700.xhp\n"
+"par_idN105E6\n"
+"help.text"
+msgid "Erase Arraylist"
+msgstr "წაშალე Arraylist"
-#: 00000003.xhp#par_id3154566.100.help.text
-#, fuzzy
-msgid "<variable id=\"err453\">453 Specified DLL function not found</variable>"
+#. JZ.2
+#: 03104700.xhp
+msgctxt ""
+"03104700.xhp\n"
+"par_idN105E9\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">ამ ფუნქციასთან დასაკავშირებლად... </variable>\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">ამ ფუნქციის ჩასართავად... </variable>"
-#: 00000003.xhp#par_id3145595.101.help.text
-#, fuzzy
-msgid "<variable id=\"err460\">460 Invalid clipboard format</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id31455951.help.text
-#, fuzzy
-msgid "<variable id=\"err951\">951 Unexpected symbol:</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id31455952.help.text
-#, fuzzy
-msgid "<variable id=\"err952\">952 Expected:</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id31455953.help.text
-#, fuzzy
-msgid "<variable id=\"err953\">953 Symbol expected</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id31455954.help.text
-#, fuzzy
-msgid "<variable id=\"err954\">954 Variable expected</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id31455955.help.text
-#, fuzzy
-msgid "<variable id=\"err955\">955 Label expected</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id31455956.help.text
-#, fuzzy
-msgid "<variable id=\"err956\">956 Value cannot be applied</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id31455957.help.text
-#, fuzzy
-msgid "<variable id=\"err957\">957 Variable already defined</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+#. V_{~
+#: 03104700.xhp
+msgctxt ""
+"03104700.xhp\n"
+"par_idN105ED\n"
+"help.text"
+msgid "<emph>Arraylist</emph> - The list of arrays to be erased."
+msgstr "<emph>Arraylist</emph> - წასაშლელი მასივების სია."
-#: 00000003.xhp#par_id31455958.help.text
-#, fuzzy
-msgid "<variable id=\"err958\">958 Sub procedure or function procedure already defined</variable>"
-msgstr "<variable id=\"wahr\">თუ მოხდა შეცდომა, ფუნქცია დააბრუნებს ლოგიკურ ან ციფრულ მნიშვნელობას. </variable>"
+#. $rw[
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"tit\n"
+"help.text"
+msgid "Exp Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 00000003.xhp#par_id31455959.help.text
-#, fuzzy
-msgid "<variable id=\"err959\">959 Label already defined</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+#. E@C,
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"bm_id3150616\n"
+"help.text"
+msgid "<bookmark_value>Exp function</bookmark_value>"
+msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
-#: 00000003.xhp#par_id31455960.help.text
+#. ,ViF
+#: 03080201.xhp
#, fuzzy
-msgid "<variable id=\"err960\">960 Variable not found</variable>"
-msgstr ""
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">წვდომა ამ ბრძანებაზე...</variable>\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">ბრძანებაზე წვდომისათვის... </variable>"
+msgctxt ""
+"03080201.xhp\n"
+"hd_id3150616\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080201.xhp\" name=\"Exp Function [Runtime]\">Exp Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 00000003.xhp#par_id31455961.help.text
-#, fuzzy
-msgid "<variable id=\"err961\">961 Array or procedure not found</variable>"
+#. WO^H
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"par_id3155555\n"
+"2\n"
+"help.text"
+msgid "Returns the base of the natural logarithm (e = 2.718282) raised to a power."
msgstr ""
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">წვდომა ამ ბრძანებაზე...</variable>\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">ბრძანებაზე წვდომისათვის... </variable>"
-#: 00000003.xhp#par_id31455962.help.text
-#, fuzzy
-msgid "<variable id=\"err962\">962 Procedure not found</variable>"
+#. ztC0
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"hd_id3150984\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">წვდომა ამ ბრძანებაზე...</variable>\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">ბრძანებაზე წვდომისათვის... </variable>"
-
-#: 00000003.xhp#par_id31455963.help.text
-#, fuzzy
-msgid "<variable id=\"err963\">963 Label undefined</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id31455964.help.text
-#, fuzzy
-msgid "<variable id=\"err964\">964 Unknown data type</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-
-#: 00000003.xhp#par_id31455965.help.text
-#, fuzzy
-msgid "<variable id=\"err965\">965 Exit expected</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 00000003.xhp#par_id31455966.help.text
-#, fuzzy
-msgid "<variable id=\"err966\">966 Statement block still open: missing</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგრეთვე შემდეგი ფუნქციები: </variable>"
-
-#: 00000003.xhp#par_id31455967.help.text
-#, fuzzy
-msgid "<variable id=\"err967\">967 Parentheses do not match</variable>"
+#. aW33
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"par_id3145315\n"
+"4\n"
+"help.text"
+msgid "Exp (Number)"
msgstr ""
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">წვდომა ამ ბრძანებაზე...</variable>\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">ბრძანებაზე წვდომისათვის... </variable>"
-#: 00000003.xhp#par_id31455968.help.text
-msgid "<variable id=\"err968\">968 Symbol already defined differently</variable>"
-msgstr ""
+#. [AK_
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"hd_id3154347\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 00000003.xhp#par_id31455969.help.text
-msgid "<variable id=\"err969\">969 Parameters do not correspond to procedure</variable>"
+#. +V`}
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"par_id3149670\n"
+"6\n"
+"help.text"
+msgid "Double"
msgstr ""
-#: 00000003.xhp#par_id31455970.help.text
-#, fuzzy
-msgid "<variable id=\"err970\">970 Invalid character in number</variable>"
+#. _M+h
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"hd_id3154760\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">წვდომა ამ ბრძანებაზე...</variable>\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">ბრძანებაზე წვდომისათვის... </variable>"
-#: 00000003.xhp#par_id31455971.help.text
-#, fuzzy
-msgid "<variable id=\"err971\">971 Array must be dimensioned</variable>"
+#. #zRK
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"par_id3150793\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Any numeric expression that specifies the power that you want to raise \"e\" to (the base of natural logarithms). The power must be for both single-precision numbers less than or equal to 88.02969 and double-precision numbers less than or equal to 709.782712893, since $[officename] Basic returns an Overflow error for numbers exceeding these values."
msgstr ""
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">წვდომა ამ ბრძანებაზე...</variable>\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">ბრძანებაზე წვდომისათვის... </variable>"
-#: 00000003.xhp#par_id31455972.help.text
-#, fuzzy
-msgid "<variable id=\"err972\">972 Else/Endif without If</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id31455973.help.text
-#, fuzzy
-msgid "<variable id=\"err973\">973 not allowed within a procedure</variable>"
+#. yAj$
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"hd_id3156280\n"
+"9\n"
+"help.text"
+msgid "Example:"
msgstr ""
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">წვდომა ამ ბრძანებაზე...</variable>\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">ბრძანებაზე წვდომისათვის... </variable>"
-#: 00000003.xhp#par_id31455974.help.text
-#, fuzzy
-msgid "<variable id=\"err974\">974 not allowed outside a procedure</variable>"
+#. 2GjQ
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"par_id3159254\n"
+"13\n"
+"help.text"
+msgid "Const b2=1.345e34"
msgstr ""
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">წვდომა ამ ბრძანებაზე...</variable>\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">ბრძანებაზე წვდომისათვის... </variable>"
-#: 00000003.xhp#par_id31455975.help.text
-#, fuzzy
-msgid "<variable id=\"err975\">975 Dimension specifications do not match</variable>"
+#. 4+;(
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"par_id3161832\n"
+"15\n"
+"help.text"
+msgid "MsgBox \"\" & dValue & chr(13) & (b1*b2) ,0,\"Multiplication by logarithm\""
msgstr ""
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">ამ ფუნქციასთან დასაკავშირებლად... </variable>\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<variable id=\"wie\">ამ ფუნქციის ჩასართავად... </variable>"
-
-#: 00000003.xhp#par_id31455976.help.text
-#, fuzzy
-msgid "<variable id=\"err976\">976 Unknown option:</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-
-#: 00000003.xhp#par_id31455977.help.text
-#, fuzzy
-msgid "<variable id=\"err977\">977 Constant redefined</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-
-#: 00000003.xhp#par_id31455978.help.text
-#, fuzzy
-msgid "<variable id=\"err978\">978 Program too large</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id31455979.help.text
-#, fuzzy
-msgid "<variable id=\"err979\">979 Strings or arrays not permitted</variable>"
-msgstr "<variable id=\"eintraege\">ფორმატის განსაზღვრა ბიბლიოგრაფიული ჩანაწერებისთვის.</variable>"
-
-#: 00000003.xhp#par_id31455980.help.text
-#, fuzzy
-msgid "<variable id=\"err1000\">1000 Object does not have this property</variable>"
-msgstr "<variable id=\"wie\">ამ ბრძანებასთან დაშვებისათვის </variable>"
-
-#: 00000003.xhp#par_id31455981.help.text
-#, fuzzy
-msgid "<variable id=\"err1001\">1001 Object does not have this method</variable>"
-msgstr "<variable id=\"wie\">ამ ბრძანებასთან დაშვებისათვის </variable>"
-
-#: 00000003.xhp#par_id31455982.help.text
-#, fuzzy
-msgid "<variable id=\"err1002\">1002 Required argument lacking</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id31455983.help.text
-#, fuzzy
-msgid "<variable id=\"err1003\">1003 Invalid number of arguments</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგრეთვე შემდეგი ფუნქციები: </variable>"
-
-#: 00000003.xhp#par_id31455984.help.text
-#, fuzzy
-msgid "<variable id=\"err1004\">1004 Error executing a method</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id31455985.help.text
-#, fuzzy
-msgid "<variable id=\"err1005\">1005 Unable to set property</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-
-#: 00000003.xhp#par_id31455986.help.text
-#, fuzzy
-msgid "<variable id=\"err1006\">1006 Unable to determine property</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 05060700.xhp#tit.help.text
+#. hQ%;
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"tit\n"
+"help.text"
msgid "Macro"
msgstr "მაკრო"
-#: 05060700.xhp#bm_id3153894.help.text
+#. sU;y
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"bm_id3153894\n"
+"help.text"
msgid "<bookmark_value>events;linked to objects</bookmark_value>"
msgstr "<bookmark_value>მოვლენები;დაკავშირებული ობიექტებთან</bookmark_value>"
-#: 05060700.xhp#hd_id3153894.1.help.text
+#. ia,J
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"hd_id3153894\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"Macro\">Macro</link>"
msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-#: 05060700.xhp#par_id3153748.2.help.text
+#. 7TbZ
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153748\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\".\">Choose the macro that you want to execute when the selected graphic, frame, or OLE object is selected.</ahelp> Depending on the object that is selected, the function is either found on the <emph>Macro</emph> tab of the <emph>Object</emph> dialog, or in the <emph>Assign Macro</emph> dialog."
msgstr "<ahelp hid=\".\">Choose the macro that you want to execute when the selected graphic, frame, or OLE object is selected.</ahelp> Depending on the object that is selected, the function is either found on the <emph>Macro</emph> tab of the <emph>Object</emph> dialog, or in the <emph>Assign Macro</emph> dialog."
-#: 05060700.xhp#hd_id3150503.3.help.text
-msgctxt "05060700.xhp#hd_id3150503.3.help.text"
+#. AMJn
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"hd_id3150503\n"
+"3\n"
+"help.text"
msgid "Event"
msgstr ""
-#: 05060700.xhp#par_id3149763.4.help.text
+#. )1kK
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3149763\n"
+"4\n"
+"help.text"
msgid "<ahelp hid=\"HID_MACRO_LB_EVENT\">Lists the events that are relevant to the macros that are currently assigned to the selected object.</ahelp>"
msgstr "<ahelp hid=\"HID_MACRO_LB_EVENT\">ჩამოწერს მოვლენებს, რომლებიც დაკავშირებული არიან მაკროსთან, რომლებიც არჩეული ობიექტებისთვის არიან მითითებულები.</ahelp>"
-#: 05060700.xhp#par_id3150670.23.help.text
+#. gs4p
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3150670\n"
+"23\n"
+"help.text"
msgid "The following table describes the macros and the events that can by linked to objects in your document:"
msgstr "შემდეგი ცხრილი აღწერს მაკროებს და მოვლენებს რომლებიც თქვენს დოკუმენტში შეიძლება დუკავშირდნენ ობიექტებს:"
-#: 05060700.xhp#par_id3153360.24.help.text
-msgctxt "05060700.xhp#par_id3153360.24.help.text"
+#. XHvZ
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153360\n"
+"24\n"
+"help.text"
msgid "Event"
msgstr ""
-#: 05060700.xhp#par_id3154365.25.help.text
+#. `do8
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3154365\n"
+"25\n"
+"help.text"
msgid "Event trigger"
msgstr "მოვლენის ტრიგერი"
-#: 05060700.xhp#par_id3159149.26.help.text
+#. KMfc
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3159149\n"
+"26\n"
+"help.text"
msgid "OLE object"
msgstr "OLE ობიექტი"
-#: 05060700.xhp#par_id3148451.27.help.text
-msgctxt "05060700.xhp#par_id3148451.27.help.text"
+#. LLWW
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3148451\n"
+"27\n"
+"help.text"
msgid "Graphics"
msgstr ""
-#: 05060700.xhp#par_id3125863.28.help.text
+#. O,J\
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3125863\n"
+"28\n"
+"help.text"
msgid "Frame"
msgstr "ჩარჩო"
-#: 05060700.xhp#par_id3154216.29.help.text
+#. T^VC
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3154216\n"
+"29\n"
+"help.text"
msgid "AutoText"
msgstr "AutoText"
-#: 05060700.xhp#par_id3145785.30.help.text
+#. ^:mm
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3145785\n"
+"30\n"
+"help.text"
msgid "ImageMap area"
msgstr "ImageMap არე"
-#: 05060700.xhp#par_id3153138.31.help.text
+#. e|]]
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153138\n"
+"31\n"
+"help.text"
msgid "Hyperlink"
msgstr "ჰიპერ ბმული"
-#: 05060700.xhp#par_id3155306.32.help.text
+#. TDq1
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3155306\n"
+"32\n"
+"help.text"
msgid "Click object"
msgstr "დაწკაპუნების ობიექტი"
-#: 05060700.xhp#par_id3152460.33.help.text
+#. t-m.
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3152460\n"
+"33\n"
+"help.text"
msgid "Object is selected."
msgstr "ობიექტი არჩეულია."
-#: 05060700.xhp#par_id3147348.34.help.text
-msgctxt "05060700.xhp#par_id3147348.34.help.text"
+#. .yeY
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147348\n"
+"34\n"
+"help.text"
msgid "x"
msgstr ""
-#: 05060700.xhp#par_id3147426.35.help.text
-msgctxt "05060700.xhp#par_id3147426.35.help.text"
+#. -6^T
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147426\n"
+"35\n"
+"help.text"
msgid "x"
msgstr ""
-#: 05060700.xhp#par_id3153951.36.help.text
-msgctxt "05060700.xhp#par_id3153951.36.help.text"
+#. N5Ee
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153951\n"
+"36\n"
+"help.text"
msgid "x"
msgstr ""
-#: 05060700.xhp#par_id3150116.37.help.text
+#. f$kJ
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3150116\n"
+"37\n"
+"help.text"
msgid "Mouse over object"
msgstr "მაუსი ობიექტზე."
-#: 05060700.xhp#par_id3145253.38.help.text
+#. XCX8
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3145253\n"
+"38\n"
+"help.text"
msgid "Mouse moves over the object."
msgstr "მაუსი მოძრაობს ობიექტზე."
-#: 05060700.xhp#par_id3144765.39.help.text
-msgctxt "05060700.xhp#par_id3144765.39.help.text"
+#. ]s}f
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3144765\n"
+"39\n"
+"help.text"
msgid "x"
msgstr ""
-#: 05060700.xhp#par_id3153418.40.help.text
-msgctxt "05060700.xhp#par_id3153418.40.help.text"
+#. ee?C
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153418\n"
+"40\n"
+"help.text"
msgid "x"
msgstr ""
-#: 05060700.xhp#par_id3153948.41.help.text
-msgctxt "05060700.xhp#par_id3153948.41.help.text"
+#. gwVb
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153948\n"
+"41\n"
+"help.text"
msgid "x"
msgstr ""
-#: 05060700.xhp#par_id3145652.42.help.text
-msgctxt "05060700.xhp#par_id3145652.42.help.text"
+#. Yh7u
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3145652\n"
+"42\n"
+"help.text"
msgid "x"
msgstr ""
-#: 05060700.xhp#par_id3155066.43.help.text
-msgctxt "05060700.xhp#par_id3155066.43.help.text"
+#. HWx+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3155066\n"
+"43\n"
+"help.text"
msgid "x"
msgstr ""
-#: 05060700.xhp#par_id3155446.44.help.text
+#. AIl;
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3155446\n"
+"44\n"
+"help.text"
msgid "Trigger Hyperlink"
msgstr "ტრიგერის ჰიპერ ბმული"
-#: 05060700.xhp#par_id3154756.45.help.text
+#. dR:$
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3154756\n"
+"45\n"
+"help.text"
msgid "Hyperlink assigned to the object is clicked."
msgstr "დაწკაპუნებულია ობიექტზე მინიჭებული ჰიპერ ბმული"
-#: 05060700.xhp#par_id3150042.46.help.text
-msgctxt "05060700.xhp#par_id3150042.46.help.text"
+#. I2TC
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3150042\n"
+"46\n"
+"help.text"
msgid "x"
msgstr ""
-#: 05060700.xhp#par_id3151252.47.help.text
-msgctxt "05060700.xhp#par_id3151252.47.help.text"
+#. 1iZE
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3151252\n"
+"47\n"
+"help.text"
msgid "x"
msgstr ""
-#: 05060700.xhp#par_id3147344.48.help.text
-msgctxt "05060700.xhp#par_id3147344.48.help.text"
+#. N~#L
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147344\n"
+"48\n"
+"help.text"
msgid "x"
msgstr ""
-#: 05060700.xhp#par_id3146920.49.help.text
-msgctxt "05060700.xhp#par_id3146920.49.help.text"
+#. EeRm
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3146920\n"
+"49\n"
+"help.text"
msgid "x"
msgstr ""
-#: 05060700.xhp#par_id3159333.50.help.text
-msgid "Mouse leaves object "
+#. k/B%
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3159333\n"
+"50\n"
+"help.text"
+msgid "Mouse leaves object"
msgstr "მაუსი სტოვებს ობიექტს"
-#: 05060700.xhp#par_id3147003.51.help.text
+#. ^!Sc
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147003\n"
+"51\n"
+"help.text"
msgid "Mouse moves off of the object."
msgstr "მაუსი გადის ობიექტიდან."
-#: 05060700.xhp#par_id3151278.52.help.text
-msgctxt "05060700.xhp#par_id3151278.52.help.text"
+#. a5;Q
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3151278\n"
+"52\n"
+"help.text"
msgid "x"
msgstr ""
-#: 05060700.xhp#par_id3145257.53.help.text
-msgctxt "05060700.xhp#par_id3145257.53.help.text"
+#. HdDo
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3145257\n"
+"53\n"
+"help.text"
msgid "x"
msgstr ""
-#: 05060700.xhp#par_id3154122.54.help.text
-msgctxt "05060700.xhp#par_id3154122.54.help.text"
+#. 9{Be
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3154122\n"
+"54\n"
+"help.text"
msgid "x"
msgstr ""
-#: 05060700.xhp#par_id3156139.55.help.text
-msgctxt "05060700.xhp#par_id3156139.55.help.text"
+#. akeC
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3156139\n"
+"55\n"
+"help.text"
msgid "x"
msgstr ""
-#: 05060700.xhp#par_id3149036.56.help.text
-msgctxt "05060700.xhp#par_id3149036.56.help.text"
+#. g-Pg
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3149036\n"
+"56\n"
+"help.text"
msgid "x"
msgstr ""
-#: 05060700.xhp#par_id3150785.57.help.text
-msgid "Graphics load successful "
+#. (jOH
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3150785\n"
+"57\n"
+"help.text"
+msgid "Graphics load successful"
msgstr "გრაფიკის ჩატვირთვა წარმატებულია"
-#: 05060700.xhp#par_id3153705.58.help.text
+#. a;K?
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153705\n"
+"58\n"
+"help.text"
msgid "Graphics are loaded successfully."
msgstr "გრაფიკის ჩატვირთვა წარმატებულია"
-#: 05060700.xhp#par_id3150343.59.help.text
-msgctxt "05060700.xhp#par_id3150343.59.help.text"
+#. snsY
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3150343\n"
+"59\n"
+"help.text"
msgid "x"
msgstr ""
-#: 05060700.xhp#par_id3150202.60.help.text
+#. 14EY
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3150202\n"
+"60\n"
+"help.text"
msgid "Graphics load terminated"
msgstr "გრაფიკის ჩატვირთვა შეწყვეტილია"
-#: 05060700.xhp#par_id3145584.61.help.text
+#. .PIP
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3145584\n"
+"61\n"
+"help.text"
msgid "Loading of graphics is stopped by the user (for example, when downloading the page)."
msgstr "გრაფიკის ჩატვირთვა გაჩერებულია მომხარებლის მიერ (მაგალითად: გვერდის ჩატვირთვისას)"
-#: 05060700.xhp#par_id3154259.62.help.text
-msgctxt "05060700.xhp#par_id3154259.62.help.text"
+#. ufI,
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3154259\n"
+"62\n"
+"help.text"
msgid "x"
msgstr ""
-#: 05060700.xhp#par_id3155089.63.help.text
+#. HwnT
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3155089\n"
+"63\n"
+"help.text"
msgid "Graphics load faulty"
msgstr "გრაფიკი შეცდომით ჩაიტვირთა."
-#: 05060700.xhp#par_id3153307.64.help.text
+#. s{Sg
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153307\n"
+"64\n"
+"help.text"
msgid "Graphics not successfully loaded, for example, if a graphic was not found."
msgstr "გრაფიკი წარმატებით ვერ ჩაიტვირა, მაგალითად მაშინ როცა გრაფიკი ვერ მოიძებნა."
-#: 05060700.xhp#par_id3148840.65.help.text
-msgctxt "05060700.xhp#par_id3148840.65.help.text"
+#. [D;c
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3148840\n"
+"65\n"
+"help.text"
msgid "x"
msgstr ""
-#: 05060700.xhp#par_id3154533.66.help.text
-msgid "Input of alpha characters "
+#. #b%c
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3154533\n"
+"66\n"
+"help.text"
+msgid "Input of alpha characters"
msgstr "ალფა ასო-ნიშნების შეტანა"
-#: 05060700.xhp#par_id3155266.67.help.text
+#. ?Agm
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3155266\n"
+"67\n"
+"help.text"
msgid "Text is entered from the keyboard."
msgstr "ტექსტი კლავიატურიდან შეიტანება."
-#: 05060700.xhp#par_id3144768.68.help.text
-msgctxt "05060700.xhp#par_id3144768.68.help.text"
+#. T?ZW
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3144768\n"
+"68\n"
+"help.text"
msgid "x"
msgstr ""
-#: 05060700.xhp#par_id3145659.69.help.text
-msgid "Input of non-alpha characters "
-msgstr "არა-ალფა ასო-ნიშნების შეტანა "
-
-#: 05060700.xhp#par_id3151131.70.help.text
+#. YA2L
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3145659\n"
+"69\n"
+"help.text"
+msgid "Input of non-alpha characters"
+msgstr "არა-ალფა ასო-ნიშნების შეტანა"
+
+#. jOEu
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3151131\n"
+"70\n"
+"help.text"
msgid "Nonprinting characters are entered from the keyboard, for example, tabs and line breaks."
msgstr "კლავიატურიდან შეტანილია არა ბეჭდური ასო-ნიშნები, მაგალითად ხაზის გამწყვეტები და ჩანართები."
-#: 05060700.xhp#par_id3159206.71.help.text
-msgctxt "05060700.xhp#par_id3159206.71.help.text"
+#. #i2A
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3159206\n"
+"71\n"
+"help.text"
msgid "x"
msgstr ""
-#: 05060700.xhp#par_id3150405.72.help.text
+#. a[pu
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3150405\n"
+"72\n"
+"help.text"
msgid "Resize frame"
msgstr "ჩარჩოს ზომის შეცვლა"
-#: 05060700.xhp#par_id3153972.73.help.text
+#. k`-H
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153972\n"
+"73\n"
+"help.text"
msgid "Frame is resized with the mouse."
msgstr "ჩარჩოს ზომის შეცვლა ხდება მაუსით."
-#: 05060700.xhp#par_id3152873.74.help.text
-msgctxt "05060700.xhp#par_id3152873.74.help.text"
+#. PRNz
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3152873\n"
+"74\n"
+"help.text"
msgid "x"
msgstr ""
-#: 05060700.xhp#par_id3148900.75.help.text
+#. \T5o
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3148900\n"
+"75\n"
+"help.text"
msgid "Move frame"
msgstr "ჩარჩოს გადაადგილება"
-#: 05060700.xhp#par_id3154767.76.help.text
+#. [?)-
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3154767\n"
+"76\n"
+"help.text"
msgid "Frame is moved with the mouse."
msgstr "ჩარჩოს გადაადგილება ხდება მაუსით."
-#: 05060700.xhp#par_id3155914.77.help.text
-msgctxt "05060700.xhp#par_id3155914.77.help.text"
+#. wx{Z
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3155914\n"
+"77\n"
+"help.text"
msgid "x"
msgstr ""
-#: 05060700.xhp#par_id3153010.78.help.text
+#. FE45
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153010\n"
+"78\n"
+"help.text"
msgid "Before inserting AutoText"
msgstr "AutoText-ს ჩასმის შემდეგ"
-#: 05060700.xhp#par_id3147515.79.help.text
+#. Z?Ey
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147515\n"
+"79\n"
+"help.text"
msgid "Before a text block is inserted."
msgstr "ტექსტის ბლოკის ჩასმის წინ."
-#: 05060700.xhp#par_id3151191.80.help.text
-msgctxt "05060700.xhp#par_id3151191.80.help.text"
+#. rT5@
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3151191\n"
+"80\n"
+"help.text"
msgid "x"
msgstr ""
-#: 05060700.xhp#par_id3150956.81.help.text
+#. .=)}
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3150956\n"
+"81\n"
+"help.text"
msgid "After inserting AutoText"
msgstr "AutoText-ს ჩასმის შემდეგ"
-#: 05060700.xhp#par_id3147502.82.help.text
+#. h5-4
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147502\n"
+"82\n"
+"help.text"
msgid "After a text block is inserted."
msgstr "ტექსტის ბლოკის ჩასმის შემდეგ"
-#: 05060700.xhp#par_id3147555.83.help.text
-msgctxt "05060700.xhp#par_id3147555.83.help.text"
+#. )wbP
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147555\n"
+"83\n"
+"help.text"
msgid "x"
msgstr ""
-#: 05060700.xhp#hd_id3153958.5.help.text
+#. IF!D
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"hd_id3153958\n"
+"5\n"
+"help.text"
msgid "Macros"
msgstr "მაკროები"
-#: 05060700.xhp#par_id3150432.6.help.text
+#. J)%6
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3150432\n"
+"6\n"
+"help.text"
msgid "Choose the macro that you want to execute when the selected event occurs."
msgstr "აირჩიეთ მაკრო, რომელიც ჩაირთვება არჩეული მოვლენის მოხდენის შემდეგ."
-#: 05060700.xhp#par_id3147296.84.help.text
+#. mAX8
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147296\n"
+"84\n"
+"help.text"
msgid "Frames allow you to link events to a function, so that the function can determine if it processes the event or $[officename] Writer."
msgstr "ჩარჩოები საშუალებას გაძლევთ დააკავშიროთ მოვლენები ფუნქციებთან ისე, რომ ფუნქციას შეუძლია განსაზღვროს ამუშავებს მოვლენას თუ $[officename] Writer-ს."
-#: 05060700.xhp#hd_id3155587.7.help.text
+#. wDly
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"hd_id3155587\n"
+"7\n"
+"help.text"
msgid "Category"
msgstr "კატეგორია"
-#: 05060700.xhp#par_id3154068.8.help.text
+#. !#MX
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3154068\n"
+"8\n"
+"help.text"
msgid "<ahelp hid=\"HID_MACRO_GROUP\">Lists the open $[officename] documents and applications. Click the name of the location where you want to save the macros.</ahelp>"
msgstr "<ahelp hid=\"HID_MACRO_GROUP\">ჩამოწერს გახსნილ $[officename] -ს დოკუმენტებს და პროგრამებს. დააწკაპუნეთ მდებარეობის ადგილს იქ, სადაც გსურთ მაკროების შენახვა.</ahelp>"
-#: 05060700.xhp#hd_id3149744.9.help.text
+#. jzO9
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"hd_id3149744\n"
+"9\n"
+"help.text"
msgid "Macro name"
msgstr "მაკროს სახელი"
-#: 05060700.xhp#par_id3151391.10.help.text
+#. GeB0
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3151391\n"
+"10\n"
+"help.text"
msgid "<ahelp hid=\"HID_MACRO_MACROS\">Lists the available macros. Click the macro that you want to assign to the selected object.</ahelp>"
msgstr "<ahelp hid=\"HID_MACRO_MACROS\">ჩამოთვლის არსებულ მაკროებს. დააწკაპუნეთ მაკროს, რომელიც გსურთ მიანიჭოთ არჩეულ ობიექტს.</ahelp>"
-#: 05060700.xhp#hd_id3159260.11.help.text
+#. =Xlw
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"hd_id3159260\n"
+"11\n"
+"help.text"
msgid "Assign"
msgstr "მინიჭება"
-#: 05060700.xhp#par_id3147406.12.help.text
+#. -upS
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147406\n"
+"12\n"
+"help.text"
msgid "<ahelp hid=\"SFX2_PUSHBUTTON_RID_SFX_TP_MACROASSIGN_PB_ASSIGN\">Assigns the selected macro to the specified event.</ahelp> The assigned macro's entries are set after the event."
msgstr "<ahelp hid=\"SFX2_PUSHBUTTON_RID_SFX_TP_MACROASSIGN_PB_ASSIGN\"> მითითებულ მოვლენას ანიჭებს არჩეულ მაკროს</ahelp> მითითებული მაკროს შინაარსი ყენდება მოვლენის მოხდენის შემდეგ."
-#: 05060700.xhp#hd_id3150533.15.help.text
+#. ;pyE
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"hd_id3150533\n"
+"15\n"
+"help.text"
msgid "Remove"
msgstr "ამოღება"
-#: 05060700.xhp#par_id3166456.16.help.text
+#. ~3S9
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3166456\n"
+"16\n"
+"help.text"
msgid "<variable id=\"aufheb\"><ahelp hid=\"SFX2_PUSHBUTTON_RID_SFX_TP_MACROASSIGN_PB_DELETE\">Removes the macro that is assigned to the selected item.</ahelp></variable>"
msgstr "<variable id=\"aufheb\"><ahelp hid=\"SFX2_PUSHBUTTON_RID_SFX_TP_MACROASSIGN_PB_DELETE\">იღებს არჩეულ ელემენტზე მინიჭებულ მაკროს. </ahelp></variable>"
-#: 05060700.xhp#hd_id3159126.85.help.text
+#. L#[?
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"hd_id3159126\n"
+"85\n"
+"help.text"
msgid "Macro selection"
msgstr "მაკროს არჩევა"
-#: 05060700.xhp#par_id3149149.86.help.text
+#. M~5M
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3149149\n"
+"86\n"
+"help.text"
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>"
-#: 03101110.xhp#tit.help.text
-msgid "DefCur Statement [Runtime]"
+#. LWz%
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"tit\n"
+"help.text"
+msgid "Basics"
msgstr ""
-#: 03101110.xhp#bm_id9555345.help.text
-msgid "<bookmark_value>DefCur statement</bookmark_value>"
-msgstr "<bookmark_value>DefCur განცხადება</bookmark_value>"
-
-#: 03101110.xhp#par_idN1057D.help.text
-msgid "<link href=\"text/sbasic/shared/03101110.xhp\">DefCur Statement [Runtime]</link>"
+#. S0|a
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"bm_id4488967\n"
+"help.text"
+msgid "<bookmark_value>fundamentals</bookmark_value><bookmark_value>subroutines</bookmark_value><bookmark_value>variables;global and local</bookmark_value><bookmark_value>modules;subroutines and functions</bookmark_value>"
msgstr ""
-#: 03101110.xhp#par_idN1058D.help.text
-msgid "If no type-declaration character or keyword is specified, the DefCur statement sets the default variable type, according to a letter range."
-msgstr "თუ ტიპის გამოცხადების ასო-ნიშანი ან სიტყვა-გასაღები მითითებული არ არის, DefCur განცხადება საწყისი ცვლადის ტიპს აყენებს ასოთა რანგის მიხედვით."
+#. *?F^
+#: 01010210.xhp
+#, fuzzy
+msgctxt ""
+"01010210.xhp\n"
+"hd_id3154927\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01010210.xhp\" name=\"Basics\">Basics</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-#: 03101110.xhp#par_idN10590.help.text
-msgctxt "03101110.xhp#par_idN10590.help.text"
-msgid "Syntax:"
+#. +\O4
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id3156023\n"
+"14\n"
+"help.text"
+msgid "This section provides the fundamentals for working with $[officename] Basic."
msgstr ""
-#: 03101110.xhp#par_idN10594.help.text
-msgctxt "03101110.xhp#par_idN10594.help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+#. C%4g
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id3147560\n"
+"2\n"
+"help.text"
+msgid "$[officename] Basic code is based on subroutines and functions that are specified between <emph>sub...end sub</emph> and <emph>function...end function</emph> sections. Each Sub or Function can call other Subs and Functions. If you take care to write generic code for a Sub or Function, you can probably re-use it in other programs. See also <link href=\"text/sbasic/shared/01020300.xhp\" name=\"Procedures and Functions\">Procedures and Functions</link>."
msgstr ""
-#: 03101110.xhp#par_idN10597.help.text
-msgctxt "03101110.xhp#par_idN10597.help.text"
-msgid "Parameters:"
+#. z8zY
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id314756320\n"
+"help.text"
+msgid "Some restrictions apply for the names of your public variables, subs, and functions. You must not use the same name as one of the modules of the same library."
msgstr ""
-#: 03101110.xhp#par_idN1059B.help.text
-msgctxt "03101110.xhp#par_idN1059B.help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
+#. UmDj
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"hd_id3150398\n"
+"3\n"
+"help.text"
+msgid "What is a Sub?"
msgstr ""
-#: 03101110.xhp#par_idN105A2.help.text
-msgctxt "03101110.xhp#par_idN105A2.help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+#. Ww@2
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id3148797\n"
+"4\n"
+"help.text"
+msgid "<emph>Sub</emph> is the short form of <emph>subroutine</emph>, that is used to handle a certain task within a program. Subs are used to split a task into individual procedures. Splitting a program into procedures and sub-procedures enhances readability and reduces the error-proneness. A sub possibly takes some arguments as parameters but does not return any values back to the calling sub or function, for example:"
msgstr ""
-#: 03101110.xhp#par_idN105A9.help.text
-msgctxt "03101110.xhp#par_idN105A9.help.text"
-msgid "<emph>Keyword:</emph> Default variable type"
+#. ~se.
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id3150868\n"
+"15\n"
+"help.text"
+msgid "DoSomethingWithTheValues(MyFirstValue,MySecondValue)"
msgstr ""
-#: 03101110.xhp#par_idN105B0.help.text
-msgid "<emph>DefCur:</emph> Currency"
-msgstr "<emph>DefCur:</emph> ვალუტა"
-
-#: 03101110.xhp#par_idN105B7.help.text
-msgctxt "03101110.xhp#par_idN105B7.help.text"
-msgid "Example:"
+#. PkL]
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"hd_id3156282\n"
+"5\n"
+"help.text"
+msgid "What is a Function?"
msgstr ""
-#: 03101110.xhp#par_idN105BB.help.text
-msgctxt "03101110.xhp#par_idN105BB.help.text"
-msgid "REM Prefix definitions for variable types:"
+#. _p-p
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id3156424\n"
+"6\n"
+"help.text"
+msgid "A <emph>function</emph> is essentially a sub, which returns a value. You may use a function at the right side of a variable declaration, or at other places where you normally use values, for example:"
msgstr ""
-#: 03101110.xhp#par_idN105BE.help.text
-msgctxt "03101110.xhp#par_idN105BE.help.text"
-msgid "DefBool b"
+#. mvq+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id3146985\n"
+"7\n"
+"help.text"
+msgid "MySecondValue = myFunction(MyFirstValue)"
msgstr ""
-#: 03101110.xhp#par_idN105C1.help.text
-msgctxt "03101110.xhp#par_idN105C1.help.text"
-msgid "DefDate t"
+#. ekL5
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"hd_id3153364\n"
+"8\n"
+"help.text"
+msgid "Global and local variables"
msgstr ""
-#: 03101110.xhp#par_idN105C4.help.text
-msgctxt "03101110.xhp#par_idN105C4.help.text"
-msgid "DefDbL d"
+#. qf(g
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id3151112\n"
+"9\n"
+"help.text"
+msgid "Global variables are valid for all subs and functions inside a module. They are declared at the beginning of a module before the first sub or function starts."
msgstr ""
-#: 03101110.xhp#par_idN105C7.help.text
-msgctxt "03101110.xhp#par_idN105C7.help.text"
-msgid "DefInt i"
+#. MGuD
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id3154012\n"
+"10\n"
+"help.text"
+msgid "Variables that you declare within a sub or function are valid only inside this sub or function. These variables override global variables with the same name and local variables with the same name coming from superordinate subs or functions."
msgstr ""
-#: 03101110.xhp#par_idN105CA.help.text
-msgctxt "03101110.xhp#par_idN105CA.help.text"
-msgid "DefLng l"
-msgstr "DefSng s"
-
-#: 03101110.xhp#par_idN105CD.help.text
-msgctxt "03101110.xhp#par_idN105CD.help.text"
-msgid "DefObj o"
+#. JP5j
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"hd_id3150010\n"
+"11\n"
+"help.text"
+msgid "Structuring"
msgstr ""
-#: 03101110.xhp#par_idN105D0.help.text
-msgctxt "03101110.xhp#par_idN105D0.help.text"
-msgid "DefVar v"
+#. jmXo
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id3153727\n"
+"12\n"
+"help.text"
+msgid "After separating your program into procedures and functions (Subs and Functions), you can save these procedures and functions as files for reuse in other projects. $[officename] Basic supports <link href=\"text/sbasic/shared/01020500.xhp\" name=\"Modules and Libraries\">Modules and Libraries</link>. Subs and functions are always contained in modules. You can define modules to be global or part of a document. Multiple modules can be combined to a library."
msgstr ""
-#: 03101110.xhp#par_idN105D3.help.text
-msgid "DefCur c"
-msgstr "DefCur c"
-
-#: 03101110.xhp#par_idN105D6.help.text
-msgid "Sub ExampleDefCur"
-msgstr "Sub ExampleDefCur"
-
-#: 03101110.xhp#par_idN105D9.help.text
-msgid "cCur=Currency REM cCur is an implicit currency variable"
-msgstr "cCur=Currency REM cCur არის ნაგულისხმევი ვალუტის ცვლადი"
-
-#: 03101110.xhp#par_idN105DC.help.text
-msgctxt "03101110.xhp#par_idN105DC.help.text"
-msgid "end sub"
+#. S1{L
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id3152578\n"
+"13\n"
+"help.text"
+msgid "You can copy or move subs, functions, modules and libraries from one file to another by using the <link href=\"text/sbasic/shared/01/06130000.xhp\" name=\"Macro\">Macro</link> dialog."
msgstr ""
-#: 03090408.xhp#tit.help.text
-msgid "Stop Statement [Runtime]"
-msgstr ""
+#. fNo^
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"tit\n"
+"help.text"
+msgid "FindPropertyObject Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03090408.xhp#bm_id3153311.help.text
-msgid "<bookmark_value>Stop statement</bookmark_value>"
-msgstr "<bookmark_value>Beep მტკიცებულება</bookmark_value>"
+#. \20w
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"bm_id3146958\n"
+"help.text"
+msgid "<bookmark_value>FindPropertyObject function</bookmark_value>"
+msgstr "<bookmark_value>CreateObject ფუნქცია</bookmark_value>"
-#: 03090408.xhp#hd_id3153311.1.help.text
+#. JkFx
+#: 03103900.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03090408.xhp\" name=\"Stop Statement [Runtime]\">Stop Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
+msgctxt ""
+"03103900.xhp\n"
+"hd_id3146958\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03103900.xhp\" name=\"FindPropertyObject Function [Runtime]\">FindPropertyObject Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03090408.xhp#par_id3154142.2.help.text
-msgid "Stops the execution of the Basic program."
+#. +]Mz
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3154285\n"
+"2\n"
+"help.text"
+msgid "Enables objects to be addressed at run-time as a string parameter using the object name."
msgstr ""
-#: 03090408.xhp#hd_id3153126.3.help.text
-msgctxt "03090408.xhp#hd_id3153126.3.help.text"
-msgid "Syntax:"
+#. RD=b
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3147573\n"
+"3\n"
+"help.text"
+msgid "For instance, the command:"
msgstr ""
-#: 03090408.xhp#par_id3156023.4.help.text
-msgctxt "03090408.xhp#par_id3156023.4.help.text"
-msgid "Stop"
+#. v](7
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3145610\n"
+"4\n"
+"help.text"
+msgid "MyObj.Prop1.Command = 5"
msgstr ""
-#: 03090408.xhp#hd_id3156344.5.help.text
-msgctxt "03090408.xhp#hd_id3156344.5.help.text"
-msgid "Example:"
+#. mD[T
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3147265\n"
+"5\n"
+"help.text"
+msgid "corresponds to the following command block:"
msgstr ""
-#: 03090408.xhp#par_id3148552.6.help.text
-msgid "Sub ExampleStop"
-msgstr "Sub ExampleStr"
+#. v8{;
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3153896\n"
+"6\n"
+"help.text"
+msgid "Dim ObjVar as Object"
+msgstr ""
-#: 03090408.xhp#par_id3153897.7.help.text
-msgctxt "03090408.xhp#par_id3153897.7.help.text"
-msgid "Dim iVar As Single"
+#. OjQB
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3148664\n"
+"7\n"
+"help.text"
+msgid "Dim ObjProp as Object"
msgstr ""
-#: 03090408.xhp#par_id3153380.8.help.text
-msgctxt "03090408.xhp#par_id3153380.8.help.text"
-msgid "iVar = 36"
+#. +bc8
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3150792\n"
+"8\n"
+"help.text"
+msgid "ObjName As String = \"MyObj\""
msgstr ""
-#: 03090408.xhp#par_id3150400.9.help.text
-msgctxt "03090408.xhp#par_id3150400.9.help.text"
-msgid "Stop"
+#. 7Zm#
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3154365\n"
+"9\n"
+"help.text"
+msgid "ObjVar = FindObject( ObjName As String )"
msgstr ""
-#: 03090408.xhp#par_id3148799.10.help.text
-msgctxt "03090408.xhp#par_id3148799.10.help.text"
-msgid "Msgbox Sqr(iVar)"
+#. y6,x
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3148453\n"
+"10\n"
+"help.text"
+msgid "PropName As String = \"Prop1\""
msgstr ""
-#: 03090408.xhp#par_id3151043.11.help.text
-msgctxt "03090408.xhp#par_id3151043.11.help.text"
-msgid "end sub"
+#. ;fk/
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3150449\n"
+"11\n"
+"help.text"
+msgid "ObjProp = FindPropertyObject( ObjVar, PropName As String )"
msgstr ""
-#: 03101100.xhp#tit.help.text
-msgid "DefBool Statement [Runtime]"
+#. q+97
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3159152\n"
+"12\n"
+"help.text"
+msgid "ObjProp.Command = 5"
msgstr ""
-#: 03101100.xhp#bm_id3145759.help.text
-msgid "<bookmark_value>DefBool statement</bookmark_value>"
-msgstr "<bookmark_value>DefCur განცხადება</bookmark_value>"
+#. J`Cq
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3156214\n"
+"13\n"
+"help.text"
+msgid "To dynamically create Names at run-time, use:"
+msgstr ""
-#: 03101100.xhp#hd_id3145759.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03101100.xhp\" name=\"DefBool Statement [Runtime]\">DefBool Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
+#. jjnu
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3154686\n"
+"14\n"
+"help.text"
+msgid "\"TextEdit1\" to TextEdit5\" in a loop to create five names."
+msgstr ""
-#: 03101100.xhp#par_id3153089.2.help.text
-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 "თუ ტიპის გამოცხადების ასო-ნიშანი ან სიტყვა-გასაღები მითითებული არ არის, DefCur განცხადება საწყისი ცვლადის ტიპს აყენებს ასოთა რანგის მიხედვით."
+#. O=M;
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3150868\n"
+"15\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03103800.xhp\" name=\"FindObject\">FindObject</link>"
+msgstr ""
-#: 03101100.xhp#hd_id3149495.3.help.text
-msgctxt "03101100.xhp#hd_id3149495.3.help.text"
+#. 9XoH
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"hd_id3147287\n"
+"16\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03101100.xhp#par_id3150682.4.help.text
-msgctxt "03101100.xhp#par_id3150682.4.help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+#. 1lme
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3149560\n"
+"17\n"
+"help.text"
+msgid "FindPropertyObject( ObjVar, PropName As String )"
msgstr ""
-#: 03101100.xhp#hd_id3159201.5.help.text
-msgctxt "03101100.xhp#hd_id3159201.5.help.text"
+#. sNv)
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"hd_id3150012\n"
+"18\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03101100.xhp#par_id3147226.6.help.text
-msgctxt "03101100.xhp#par_id3147226.6.help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
+#. T\q9
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3109839\n"
+"19\n"
+"help.text"
+msgid "<emph>ObjVar:</emph> Object variable that you want to dynamically define at run-time."
msgstr ""
-#: 03101100.xhp#par_id3149178.7.help.text
-msgctxt "03101100.xhp#par_id3149178.7.help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+#. xL_B
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3153363\n"
+"20\n"
+"help.text"
+msgid "<emph>PropName:</emph> String that specifies the name of the property that you want to address at run-time."
msgstr ""
-#: 03101100.xhp#par_id3150669.8.help.text
-msgctxt "03101100.xhp#par_id3150669.8.help.text"
-msgid "<emph>Keyword: </emph>Default variable type"
+#. gV$E
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"tit\n"
+"help.text"
+msgid "On...GoSub Statement; On...GoTo Statement [Runtime]"
msgstr ""
-#: 03101100.xhp#par_id3149233.9.help.text
-msgid "<emph>DefBool:</emph> Boolean"
-msgstr ""
+#. %x$G
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"bm_id3153897\n"
+"help.text"
+msgid "<bookmark_value>On...GoSub statement</bookmark_value><bookmark_value>On...GoTo statement</bookmark_value>"
+msgstr "<bookmark_value>Mid ფუნქცია</bookmark_value><bookmark_value>Mid დებულება</bookmark_value>"
-#: 03101100.xhp#hd_id3149762.10.help.text
-msgctxt "03101100.xhp#hd_id3149762.10.help.text"
-msgid "Example:"
+#. H4gh
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"hd_id3153897\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090303.xhp\" name=\"On...GoSub Statement; On...GoTo Statement [Runtime]\">On...GoSub Statement; On...GoTo Statement [Runtime]</link>"
msgstr ""
-#: 03101100.xhp#par_id3156152.12.help.text
-msgid "REM Prefix definition for variable types:"
+#. ;IXD
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3150359\n"
+"2\n"
+"help.text"
+msgid "Branches to one of several specified lines in the program code, depending on the value of a numeric expression."
msgstr ""
-#: 03101100.xhp#par_id3153627.13.help.text
-msgctxt "03101100.xhp#par_id3153627.13.help.text"
-msgid "DefBool b"
+#. d5P6
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"hd_id3148798\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03101100.xhp#par_id3145610.14.help.text
-msgctxt "03101100.xhp#par_id3145610.14.help.text"
-msgid "DefDate t"
+#. h?,\
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3154366\n"
+"4\n"
+"help.text"
+msgid "On N GoSub Label1[, Label2[, Label3[,...]]]"
msgstr ""
-#: 03101100.xhp#par_id3154760.15.help.text
-msgctxt "03101100.xhp#par_id3154760.15.help.text"
-msgid "DefDbL d"
+#. qn_D
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3150769\n"
+"5\n"
+"help.text"
+msgid "On NumExpression GoTo Label1[, Label2[, Label3[,...]]]"
msgstr ""
-#: 03101100.xhp#par_id3148552.16.help.text
-msgctxt "03101100.xhp#par_id3148552.16.help.text"
-msgid "DefInt i"
+#. nHg$
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"hd_id3156215\n"
+"6\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03101100.xhp#par_id3152812.17.help.text
-msgctxt "03101100.xhp#par_id3152812.17.help.text"
-msgid "DefLng l"
-msgstr "DefSng s"
-
-#: 03101100.xhp#par_id3153524.18.help.text
-msgctxt "03101100.xhp#par_id3153524.18.help.text"
-msgid "DefObj o"
+#. sHnN
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3148673\n"
+"7\n"
+"help.text"
+msgid "<emph>NumExpression:</emph> Any numeric expression between 0 and 255 that determines which of the lines the program branches to. If NumExpression is 0, the statement is not executed. If NumExpression is greater than 0, the program jumps to the label that has a position number that corresponds to the expression (1 = First label; 2 = Second label)"
msgstr ""
-#: 03101100.xhp#par_id3150541.19.help.text
-msgctxt "03101100.xhp#par_id3150541.19.help.text"
-msgid "DefVar v"
+#. FIV;
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3153194\n"
+"8\n"
+"help.text"
+msgid "<emph>Label:</emph> Target line according to<emph> GoTo </emph>or <emph>GoSub</emph> structure."
msgstr ""
-#: 03101100.xhp#par_id3153193.21.help.text
-msgid "Sub ExampleDefBool"
-msgstr "Sub ExampleDefCur"
+#. ZsC4
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3156442\n"
+"9\n"
+"help.text"
+msgid "The <emph>GoTo</emph> or <emph>GoSub </emph>conventions are valid."
+msgstr ""
-#: 03101100.xhp#par_id3151381.22.help.text
-msgid "bOK=TRUE REM bOK is an implicit Boolean variable"
+#. ]0KC
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"hd_id3148645\n"
+"10\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03101100.xhp#par_id3145421.23.help.text
-msgctxt "03101100.xhp#par_id3145421.23.help.text"
-msgid "end sub"
+#. 8~;D
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3153948\n"
+"21\n"
+"help.text"
+msgid "sVar =sVar & \" From Sub 1 to\" : Return"
msgstr ""
-#: 03120100.xhp#tit.help.text
-msgid "ASCII/ANSI Conversion in Strings"
-msgstr "ASCII/ANSI შედარება სტრიქონებში"
+#. ]#Wg
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3153708\n"
+"23\n"
+"help.text"
+msgid "sVar =sVar & \" From Sub 2 to\" : Return"
+msgstr ""
-#: 03120100.xhp#hd_id3147443.1.help.text
-msgid "<link href=\"text/sbasic/shared/03120100.xhp\" name=\"ASCII/ANSI Conversion in Strings\">ASCII/ANSI Conversion in Strings</link>"
+#. )5C6
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3150321\n"
+"25\n"
+"help.text"
+msgid "sVar =sVar & \" Label 1\" : GoTo Ende"
msgstr ""
-#: 03120100.xhp#par_id3159201.2.help.text
-msgid "The following functions convert strings to and from ASCII or ANSI code."
-msgstr "აღნიშნული ფუნქციები გარდაქმნის სტრიქონებს ASCII ან ANSI კოდად."
+#. QPh=
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3155764\n"
+"27\n"
+"help.text"
+msgid "sVar =sVar & \" Label 2\""
+msgstr ""
-#: 03030106.xhp#tit.help.text
-msgid "Year Function [Runtime]"
+#. @h/x
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"tit\n"
+"help.text"
+msgid "String Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03030106.xhp#bm_id3148664.help.text
-msgid "<bookmark_value>Year function</bookmark_value>"
-msgstr "<bookmark_value>CVar ფუნქცია</bookmark_value>"
+#. X7i^
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"bm_id3147291\n"
+"help.text"
+msgid "<bookmark_value>String function</bookmark_value>"
+msgstr "<bookmark_value>სრტიქონის ფუნქცია</bookmark_value>"
-#: 03030106.xhp#hd_id3148664.1.help.text
+#. 6uqw
+#: 03120202.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year Function [Runtime]\">Year Function [Runtime]</link>"
+msgctxt ""
+"03120202.xhp\n"
+"hd_id3147291\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120202.xhp\" name=\"String Function [Runtime]\">String Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03030106.xhp#par_id3149655.2.help.text
-msgid "Returns the year from a serial date number that is generated by the DateSerial or the DateValue function."
+#. $6wZ
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"par_id3147242\n"
+"2\n"
+"help.text"
+msgid "Creates a string according to the specified character, or the first character of a string expression that is passed to the function."
msgstr ""
-#: 03030106.xhp#hd_id3154125.3.help.text
-msgctxt "03030106.xhp#hd_id3154125.3.help.text"
+#. @PWh
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"hd_id3149516\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03030106.xhp#par_id3147229.4.help.text
-msgid "Year (Number)"
+#. AQ7s
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"par_id3149233\n"
+"4\n"
+"help.text"
+msgid "String (n As Long, {expression As Integer | character As String})"
msgstr ""
-#: 03030106.xhp#hd_id3154685.5.help.text
-msgctxt "03030106.xhp#hd_id3154685.5.help.text"
+#. MxYH
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"hd_id3143270\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03030106.xhp#par_id3153970.6.help.text
-msgctxt "03030106.xhp#par_id3153970.6.help.text"
-msgid "Integer"
-msgstr ""
+#. 8S)F
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"par_id3147530\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონები"
-#: 03030106.xhp#hd_id3150440.7.help.text
-msgctxt "03030106.xhp#hd_id3150440.7.help.text"
+#. ([t)
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"hd_id3154923\n"
+"7\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03030106.xhp#par_id3163712.8.help.text
-msgid "<emph>Number:</emph> Integer expression that contains the serial date number that is used to calculate the year."
-msgstr ""
-
-#: 03030106.xhp#par_id3152596.9.help.text
-msgid "This function is the opposite of the <emph>DateSerial </emph>function, and returns the year of a serial date. For example, the expression:"
+#. (~#]
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"par_id3154347\n"
+"8\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 ""
-#: 03030106.xhp#par_id3154319.10.help.text
-msgid "Print Year(DateSerial(1994, 12, 20))"
+#. %r\l
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"par_id3148664\n"
+"9\n"
+"help.text"
+msgid "<emph>Expression:</emph> Numeric expression that defines the ASCII code for the character."
msgstr ""
-#: 03030106.xhp#par_id3149483.11.help.text
-msgid "returns the value 1994."
+#. 8f0m
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"par_id3150359\n"
+"10\n"
+"help.text"
+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 ""
-#: 03030106.xhp#hd_id3146985.12.help.text
-msgctxt "03030106.xhp#hd_id3146985.12.help.text"
+#. %]k_
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"hd_id3152920\n"
+"11\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03030106.xhp#par_id3153952.13.help.text
-msgid "Sub ExampleYear"
-msgstr "Sub ExampleStr"
-
-#: 03030106.xhp#par_id3153363.14.help.text
-msgid "MsgBox \"\" & Year(Now) ,64,\"Current year\""
-msgstr ""
-
-#: 03030106.xhp#par_id3145274.15.help.text
-msgctxt "03030106.xhp#par_id3145274.15.help.text"
-msgid "End sub"
-msgstr ""
-
-#: 03090411.xhp#tit.help.text
-msgid "With Statement [Runtime]"
+#. Ipz^
+#: 01030100.xhp
+msgctxt ""
+"01030100.xhp\n"
+"tit\n"
+"help.text"
+msgid "IDE Overview"
msgstr ""
-#: 03090411.xhp#bm_id3153311.help.text
-msgid "<bookmark_value>With statement</bookmark_value>"
-msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-
-#: 03090411.xhp#hd_id3153311.1.help.text
+#. *Re7
+#: 01030100.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03090411.xhp\" name=\"With Statement [Runtime]\">With Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-
-#: 03090411.xhp#par_id3159158.2.help.text
-msgid "Sets an object as the default object. Unless another object name is declared, all properties and methods refer to the default object until the End With statement is reached."
-msgstr ""
-
-#: 03090411.xhp#hd_id3156153.3.help.text
-msgctxt "03090411.xhp#hd_id3156153.3.help.text"
-msgid "Syntax:"
-msgstr ""
+msgctxt ""
+"01030100.xhp\n"
+"hd_id3147291\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01030100.xhp\" name=\"IDE Overview\">IDE Overview</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-#: 03090411.xhp#par_id3145609.4.help.text
-msgid "With Object Statement block End With"
+#. WqC5
+#: 01030100.xhp
+msgctxt ""
+"01030100.xhp\n"
+"par_id3156344\n"
+"3\n"
+"help.text"
+msgid "The <link href=\"text/sbasic/shared/main0211.xhp\" name=\"Macro Toolbar\"><emph>Macro Toolbar</emph></link> in the IDE provides various icons for editing and testing programs."
msgstr ""
-#: 03090411.xhp#hd_id3154924.5.help.text
-msgctxt "03090411.xhp#hd_id3154924.5.help.text"
-msgid "Parameters:"
+#. %ye;
+#: 01030100.xhp
+msgctxt ""
+"01030100.xhp\n"
+"par_id3151210\n"
+"4\n"
+"help.text"
+msgid "In the <link href=\"text/sbasic/shared/01030200.xhp\" name=\"Editor window\"><emph>Editor window</emph></link>, directly below the Macro toolbar, you can edit the Basic program code. The column on the left side is used to set breakpoints in the program code."
msgstr ""
-#: 03090411.xhp#par_id3147560.6.help.text
-msgid "Use <emph>With</emph> and <emph>End With</emph> if you have several properties or methods for a single object."
+#. Gp)Z
+#: 01030100.xhp
+msgctxt ""
+"01030100.xhp\n"
+"par_id3154686\n"
+"5\n"
+"help.text"
+msgid "The <link href=\"text/sbasic/shared/01050100.xhp\" name=\"Watch\"><emph>Watch window</emph></link> (observer) is located below the Editor window at the left, and displays the contents of variables or arrays during a single step process."
msgstr ""
-#: 03010200.xhp#tit.help.text
-msgid "Functions for Screen Input"
+#. wtoS
+#: 01030100.xhp
+msgctxt ""
+"01030100.xhp\n"
+"par_id3145787\n"
+"8\n"
+"help.text"
+msgid "The <emph>Call Stack</emph> window to the right provides information about the call stack of SUBS and FUNCTIONS when a program runs."
msgstr ""
-#: 03010200.xhp#hd_id3149456.1.help.text
-msgid "<link href=\"text/sbasic/shared/03010200.xhp\" name=\"Functions for Screen Input\">Functions for Screen Input</link>"
-msgstr ""
+#. jHbe
+#: 01030100.xhp
+#, fuzzy
+msgctxt ""
+"01030100.xhp\n"
+"par_id3147434\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01050000.xhp\" name=\"Basic IDE\">Basic IDE</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-#: 03010200.xhp#par_id3150398.2.help.text
-msgid "This section describes Runtime functions used to control screen input."
+#. YH4;
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Watch Window"
msgstr ""
-#: 03131900.xhp#tit.help.text
-msgid "GlobalScope [Runtime]"
-msgstr ""
+#. ~-sj
+#: 01050100.xhp
+#, fuzzy
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3149457\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01050100.xhp\">Watch Window</link>"
+msgstr "<link href=\"text/sbasic/shared/03120101.xhp\">ASC</link>"
-#: 03131900.xhp#bm_id3150682.help.text
-msgid "<bookmark_value>GlobalScope function</bookmark_value><bookmark_value>library systems</bookmark_value><bookmark_value>LibraryContainer</bookmark_value><bookmark_value>BasicLibraries (LibraryContainer)</bookmark_value><bookmark_value>DialogLibraries (LibraryContainer)</bookmark_value>"
+#. O3%K
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3154908\n"
+"9\n"
+"help.text"
+msgid "The Watch window allows you to observe the value of variables during the execution of a program. Define the variable in the Watch text box. Click on <link href=\"text/sbasic/shared/02/11080000.xhp\">Enable Watch</link> to add the variable to the list box and to display its values."
msgstr ""
-#: 03131900.xhp#hd_id3150682.1.help.text
-msgid "<link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope [Runtime]\">GlobalScope [Runtime]</link>"
+#. %3-s
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3145173\n"
+"4\n"
+"help.text"
+msgid "Watch"
msgstr ""
-#: 03131900.xhp#par_id3153345.2.help.text
-msgid "Basic source code and dialogs are organized in a library system."
-msgstr "Basic-ის საწყისი კოდი და დიალოგები ორგანიზებულები არიან ბიბლიოთეკის სისტემაში."
-
-#: 03131900.xhp#par_id3145315.3.help.text
-msgid "The LibraryContainer contains libraries"
-msgstr "LibraryContainer-ი შეიცავს ბიბლიოთეკებს"
-
-#: 03131900.xhp#par_id3149514.4.help.text
-msgid "Libraries can contain modules and dialogs"
-msgstr "ბიბლიოთეკები შეიძლება შეიცავდნენ მოდულებს და დიალოგებს."
-
-#: 03131900.xhp#hd_id3143271.5.help.text
-msgid "In Basic:"
-msgstr "Basic-ში:"
-
-#: 03131900.xhp#par_id3153061.6.help.text
-msgid "The LibraryContainer is called <emph>BasicLibraries</emph>."
-msgstr "LibraryContainer-ს ეწოდება <emph>BasicLibraries</emph>."
-
-#: 03131900.xhp#hd_id3154346.7.help.text
-msgid "In dialogs:"
-msgstr "დიალოგში:"
-
-#: 03131900.xhp#par_id3148663.8.help.text
-msgid "The LibraryContainer is called <emph>DialogLibraries</emph>."
-msgstr "LibraryContainer-ს ეწოდება <emph>DialogLibraries</emph>."
-
-#: 03131900.xhp#par_id3150543.9.help.text
-msgid "Both LibraryContainers exist in an application level and within every document. In the document Basic, the document's LibraryContainers are called automatically. If you want to call the global LibraryContainers from within a document, you must use the keyword <emph>GlobalScope</emph>."
-msgstr "ორივე LibraryContainers არსებობს პროგრამულ დონეზე და ყოველ დოკუმენტში. Basic დოკუმენტში, დოკუმენტის LibraryContainers გამოიძახება ავტომატურად. თუ თქვენ გსურთ გამოიძახოთ გლობალური LibraryContainers დოკუმენტიდან, თქვენ უნდა გამოიყენოთ სიტყვა-გასაღები <emph>GlobalScope</emph>."
-
-#: 03131900.xhp#hd_id3148920.10.help.text
-msgctxt "03131900.xhp#hd_id3148920.10.help.text"
-msgid "Syntax:"
+#. $5O_
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3155132\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BASICIDE_WATCHWINDOW_EDIT\">Enter the name of the variable whose value is to be monitored.</ahelp>"
msgstr ""
-#: 03131900.xhp#par_id3149203.11.help.text
-msgid "GlobalScope"
-msgstr "GlobalScope"
-
-#: 03131900.xhp#hd_id3154685.12.help.text
-msgctxt "03131900.xhp#hd_id3154685.12.help.text"
-msgid "Example:"
+#. S%y$
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3148645\n"
+"6\n"
+"help.text"
+msgid "Remove Watch"
msgstr ""
-#: 03131900.xhp#par_id3154124.13.help.text
-msgid "Example in the document Basic"
-msgstr "მაგალითი დოკუმენტის Basic-ში"
-
-#: 03131900.xhp#par_id3158408.14.help.text
-msgid "' calling Dialog1 in the document library Standard"
-msgstr "' calling Dialog1 in the document library Standard"
-
-#: 03131900.xhp#par_id3125865.15.help.text
-msgctxt "03131900.xhp#par_id3125865.15.help.text"
-msgid "oDlgDesc = DialogLibraries.Standard.Dialog1"
+#. vQud
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3148576\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BASICIDE_REMOVEWATCH\">Removes the selected variable from the list of watched variables.</ahelp>"
msgstr ""
-#: 03131900.xhp#par_id3154910.16.help.text
-msgid "' calling Dialog2 in the application library Library1"
-msgstr "' calling Dialog2 in the application library Library1"
-
-#: 03131900.xhp#par_id3156424.17.help.text
-msgid "oDlgDesc = GlobalScope.DialogLibraries.Library1.Dialog2"
-msgstr "oDlgDesc = GlobalScope.DialogLibraries.Library1.Dialog2"
-
-#: 03070000.xhp#tit.help.text
-msgid "Mathematical Operators"
+#. d7zr
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3147426\n"
+"help.text"
+msgid "<image id=\"img_id3152460\" src=\"res/baswatr.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3152460\">Icon</alt></image>"
msgstr ""
-#: 03070000.xhp#hd_id3149234.1.help.text
-msgid "<link href=\"text/sbasic/shared/03070000.xhp\" name=\"Mathematical Operators\">Mathematical Operators</link>"
+#. KN[2
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3154012\n"
+"8\n"
+"help.text"
+msgid "Remove Watch"
msgstr ""
-#: 03070000.xhp#par_id3145068.2.help.text
-msgid "The following mathematical operators are supported in $[officename] Basic."
+#. Kdk,
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3154491\n"
+"10\n"
+"help.text"
+msgid "Editing the Value of a Watched Variable"
msgstr ""
-#: 03070000.xhp#par_id3148552.3.help.text
-msgid "This chapter provides a short overview of all of the arithmetical operators that you may need for calculations within a program."
+#. 7rE7
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3156283\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BASICIDE_WATCHWINDOW_LIST\">Displays the list of watched variables. Click twice with a short pause in between on an entry to edit its value.</ahelp> The new value will be taken as the variable's value for the program."
msgstr ""
-#: 03010303.xhp#tit.help.text
-msgid "Red Function [Runtime]"
+#. c890
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"tit\n"
+"help.text"
+msgid "Eof Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03010303.xhp#bm_id3148947.help.text
-msgid "<bookmark_value>Red function</bookmark_value>"
-msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
+#. cih1
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"bm_id3154598\n"
+"help.text"
+msgid "<bookmark_value>Eof function</bookmark_value>"
+msgstr "<bookmark_value>მარცხენა ფუნქცია</bookmark_value>"
-#: 03010303.xhp#hd_id3148947.1.help.text
+#. IhL}
+#: 03020301.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03010303.xhp\" name=\"Red Function [Runtime]\">Red Function [Runtime]</link>"
+msgctxt ""
+"03020301.xhp\n"
+"hd_id3154598\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020301.xhp\" name=\"Eof Function [Runtime]\">Eof Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03010303.xhp#par_id3149656.2.help.text
-msgid "Returns the Red component of the specified color code."
+#. 7W^\
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"par_id3147182\n"
+"2\n"
+"help.text"
+msgid "Determines if the file pointer has reached the end of a file."
msgstr ""
-#: 03010303.xhp#hd_id3148799.3.help.text
-msgctxt "03010303.xhp#hd_id3148799.3.help.text"
+#. cC?.
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"hd_id3149119\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03010303.xhp#par_id3150448.4.help.text
-msgid "Red (ColorNumber As Long)"
+#. vX+:
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"par_id3147399\n"
+"4\n"
+"help.text"
+msgid "Eof (intexpression As Integer)"
msgstr ""
-#: 03010303.xhp#hd_id3151042.5.help.text
-msgctxt "03010303.xhp#hd_id3151042.5.help.text"
+#. 3@`_
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"hd_id3153539\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03010303.xhp#par_id3145173.6.help.text
-msgctxt "03010303.xhp#par_id3145173.6.help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03010303.xhp#hd_id3154685.7.help.text
-msgctxt "03010303.xhp#hd_id3154685.7.help.text"
-msgid "Parameter:"
-msgstr ""
-
-#: 03010303.xhp#par_id3150440.8.help.text
-msgid "<emph>ColorNumber</emph>: Long integer expression that specifies any <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"color code\">color code</link> for which to return the Red component."
-msgstr ""
-
-#: 03010303.xhp#hd_id3148575.9.help.text
-msgctxt "03010303.xhp#hd_id3148575.9.help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03010303.xhp#par_id3145365.10.help.text
-msgctxt "03010303.xhp#par_id3145365.10.help.text"
-msgid "Sub ExampleColor"
-msgstr "sub ExampleChr"
-
-#: 03010303.xhp#par_id3147348.11.help.text
-msgctxt "03010303.xhp#par_id3147348.11.help.text"
-msgid "Dim lVar As Long"
-msgstr "Dim sVar as string"
-
-#: 03010303.xhp#par_id3145750.12.help.text
-msgctxt "03010303.xhp#par_id3145750.12.help.text"
-msgid "lVar = rgb(128,0,200)"
+#. #nsX
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"par_id3156027\n"
+"6\n"
+"help.text"
+msgid "Bool"
msgstr ""
-#: 03010303.xhp#par_id3147435.13.help.text
-msgctxt "03010303.xhp#par_id3147435.13.help.text"
-msgid "msgbox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
+#. R^im
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"hd_id3152924\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03010303.xhp#par_id3155306.14.help.text
-msgctxt "03010303.xhp#par_id3155306.14.help.text"
-msgid "\"red= \" & red(lVar) & Chr(13)&_"
+#. .n{`
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"par_id3153990\n"
+"8\n"
+"help.text"
+msgid "<emph>Intexpression:</emph> Any integer expression that evaluates to the number of an open file."
msgstr ""
-#: 03010303.xhp#par_id3149262.15.help.text
-msgctxt "03010303.xhp#par_id3149262.15.help.text"
-msgid "\"green= \" & green(lVar) & Chr(13)&_"
+#. *29L
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"par_id3153527\n"
+"9\n"
+"help.text"
+msgid "Use EOF to avoid errors when you attempt to get input past the end of a file. When you use the Input or Get statement to read from a file, the file pointer is advanced by the number of bytes read. When the end of a file is reached, EOF returns the value \"True\" (-1)."
msgstr ""
-#: 03010303.xhp#par_id3147397.16.help.text
-msgctxt "03010303.xhp#par_id3147397.16.help.text"
-msgid "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colors\""
+#. @B/d
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"hd_id3154046\n"
+"10\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03010303.xhp#par_id3156286.17.help.text
-msgctxt "03010303.xhp#par_id3156286.17.help.text"
-msgid "end sub"
+#. p+0+
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"par_id3153360\n"
+"19\n"
+"help.text"
+msgid "Print #iNumber, \"First line of text\""
msgstr ""
-#: 03102450.xhp#tit.help.text
-msgid "IsError Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03102450.xhp#bm_id4954680.help.text
-msgid "<bookmark_value>IsError function</bookmark_value>"
-msgstr "<bookmark_value>IsError ფუნქცია</bookmark_value>"
-
-#: 03102450.xhp#par_idN1054E.help.text
-msgid "<link href=\"text/sbasic/shared/03102450.xhp\">IsError Function [Runtime]</link>"
+#. ILr{
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"par_id3148797\n"
+"20\n"
+"help.text"
+msgid "Print #iNumber, \"Another line of text\""
msgstr ""
-#: 03102450.xhp#par_idN1055E.help.text
-msgid "Tests if a variable contains an error value."
-msgstr "ამოწმებს ცვლადს შეცდომის შემცველობაზე."
-
-#: 03102450.xhp#par_idN10561.help.text
-msgctxt "03102450.xhp#par_idN10561.help.text"
-msgid "Syntax:"
-msgstr ""
+#. A{~`
+#: 03120000.xhp
+msgctxt ""
+"03120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Strings"
+msgstr "სტრიქონები"
-#: 03102450.xhp#par_idN10565.help.text
-msgid "IsError (Var)"
-msgstr "IsError (Var)"
+#. 87]|
+#: 03120000.xhp
+#, fuzzy
+msgctxt ""
+"03120000.xhp\n"
+"hd_id3156153\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120000.xhp\" name=\"Strings\">Strings</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-#: 03102450.xhp#par_idN10568.help.text
-msgctxt "03102450.xhp#par_idN10568.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+#. $DFu
+#: 03120000.xhp
+msgctxt ""
+"03120000.xhp\n"
+"par_id3159176\n"
+"2\n"
+"help.text"
+msgid "The following functions and statements validate and return strings."
+msgstr "აღნიშნული ფუნქციები და განაცხადები მოწმდებინ და აბრუნებენ სრიქონებს."
-#: 03102450.xhp#par_idN1056C.help.text
-msgctxt "03102450.xhp#par_idN1056C.help.text"
-msgid "Bool"
-msgstr ""
+#. iPU1
+#: 03120000.xhp
+msgctxt ""
+"03120000.xhp\n"
+"par_id3154285\n"
+"3\n"
+"help.text"
+msgid "You can use strings to edit text within $[officename] Basic programs."
+msgstr "თქვენ შეგიძლიათ სტრიქონების გამოყენება რედაქტირებისთვის $[officename] მთავარი პროგრამებისთვის."
-#: 03102450.xhp#par_idN1056F.help.text
-msgctxt "03102450.xhp#par_idN1056F.help.text"
-msgid "Parameters:"
+#. r7k!
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Not-Operator [Runtime]"
msgstr ""
-#: 03102450.xhp#par_idN10573.help.text
-msgid "<emph>Var:</emph> Any variable that you want to test. If the variable contains an error value, the function returns True, otherwise the function returns False."
-msgstr "<emph>Var:</emph> ნებისმიერი გამოსაცდელი ცვლადი. თუ ცვლადი შეიცავს მცდა მნიშვნელობას, ფუნქცია ასბრუნებს True-ს, წინააღმდეგ შემთხვევაში ფუქნცია აბრუნებს False-ს."
-
-#: 03100000.xhp#tit.help.text
-msgid "Variables"
-msgstr "ცვლადები"
-
-#: 03100000.xhp#hd_id3149669.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03100000.xhp\" name=\"Variables\">Variables</link>"
-msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-
-#: 03100000.xhp#par_id3147265.2.help.text
-msgid "The following statements and functions are for working with variables. You can use these functions to declare or define variables, convert variables from one type to another, or determine the variable type."
+#. aJ=W
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"bm_id3156024\n"
+"help.text"
+msgid "<bookmark_value>Not operator (logical)</bookmark_value>"
msgstr ""
-#: 03120313.xhp#tit.help.text
-msgid "ConvertFromURL Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03120313.xhp#bm_id3153894.help.text
-msgid "<bookmark_value>ConvertFromURL function</bookmark_value>"
-msgstr "<bookmark_value>ConvertFromURL ფუნქცია</bookmark_value>"
-
-#: 03120313.xhp#hd_id3153894.1.help.text
+#. f1~+
+#: 03060400.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03120313.xhp\" name=\"ConvertFromURL Function [Runtime]\">ConvertFromURL Function [Runtime]</link>"
+msgctxt ""
+"03060400.xhp\n"
+"hd_id3156024\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03060400.xhp\" name=\"Not-Operator [Runtime]\">Not-Operator [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03120313.xhp#par_id3147226.2.help.text
-msgid "Converts a file URL to a system file name."
-msgstr "გარდაქმნის URL-ს სისტემურ ფაილის სახელად."
+#. *LmE
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"par_id3159414\n"
+"2\n"
+"help.text"
+msgid "Negates an expression by inverting the bit values."
+msgstr ""
-#: 03120313.xhp#hd_id3143267.3.help.text
-msgctxt "03120313.xhp#hd_id3143267.3.help.text"
+#. bq^;
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"hd_id3149457\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03120313.xhp#par_id3154142.4.help.text
-msgid "ConvertFromURL(filename)"
-msgstr "ConvertFromURL(filename)"
-
-#: 03120313.xhp#hd_id3159157.5.help.text
-msgctxt "03120313.xhp#hd_id3159157.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03120313.xhp#par_id3150669.6.help.text
-msgctxt "03120313.xhp#par_id3150669.6.help.text"
-msgid "String"
-msgstr "სტრიქონები"
-
-#: 03120313.xhp#hd_id3143270.7.help.text
-msgctxt "03120313.xhp#hd_id3143270.7.help.text"
-msgid "Parameters:"
+#. -kYc
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"par_id3150360\n"
+"4\n"
+"help.text"
+msgid "Result = Not Expression"
msgstr ""
-#: 03120313.xhp#par_id3156023.8.help.text
-msgid "<emph>Filename:</emph> A file name as a string."
-msgstr "<emph>ფაილის სახელი:</emph> ფაილის სახელი, როგორც სტრინგი."
-
-#: 03120313.xhp#hd_id3154760.9.help.text
-msgctxt "03120313.xhp#hd_id3154760.9.help.text"
-msgid "Example:"
+#. 9?Q^
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"hd_id3151211\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03120313.xhp#par_id3148664.10.help.text
-msgctxt "03120313.xhp#par_id3148664.10.help.text"
-msgid "systemFile$ = \"c:\\folder\\mytext.txt\""
+#. `J/?
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"par_id3147228\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numeric variable that contains the result of the negation."
msgstr ""
-#: 03120313.xhp#par_id3150541.11.help.text
-msgctxt "03120313.xhp#par_id3150541.11.help.text"
-msgid "url$ = ConvertToURL( systemFile$ )"
-msgstr ""
+#. *X)R
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"par_id3154124\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any expression that you want to negate."
+msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-#: 03120313.xhp#par_id3150792.12.help.text
-msgctxt "03120313.xhp#par_id3150792.12.help.text"
-msgid "print url$"
+#. :PW#
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"par_id3150868\n"
+"8\n"
+"help.text"
+msgid "When a Boolean expression is negated, the value True changes to False, and the value False changes to True."
msgstr ""
-#: 03120313.xhp#par_id3154367.13.help.text
-msgctxt "03120313.xhp#par_id3154367.13.help.text"
-msgid "systemFileAgain$ = ConvertFromURL( url$ )"
+#. qrZ\
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"par_id3145785\n"
+"9\n"
+"help.text"
+msgid "In a bitwise negation each individual bit is inverted."
msgstr ""
-#: 03120313.xhp#par_id3153194.14.help.text
-msgctxt "03120313.xhp#par_id3153194.14.help.text"
-msgid "print systemFileAgain$"
+#. QNQ0
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"hd_id3153093\n"
+"10\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03020305.xhp#tit.help.text
-msgid "Seek Statement [Runtime]"
+#. jF!c
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"par_id3145749\n"
+"15\n"
+"help.text"
+msgid "vOut = Not vA ' Returns -11"
+msgstr ""
+
+#. +q^4
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"par_id3148645\n"
+"16\n"
+"help.text"
+msgid "vOut = Not(vC > vD) ' Returns -1"
+msgstr ""
+
+#. cpAb
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"par_id3156441\n"
+"17\n"
+"help.text"
+msgid "vOut = Not(vB > vA) ' Returns -1"
+msgstr ""
+
+#. jljT
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"par_id3152596\n"
+"18\n"
+"help.text"
+msgid "vOut = Not(vA > vB) ' Returns 0"
+msgstr ""
+
+#. yTdB
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sub Statement [Runtime]"
msgstr ""
-#: 03020305.xhp#bm_id3159413.help.text
-msgid "<bookmark_value>Seek statement</bookmark_value>"
-msgstr "<bookmark_value>Beep მტკიცებულება</bookmark_value>"
+#. m:l.
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"bm_id3147226\n"
+"help.text"
+msgid "<bookmark_value>Sub statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 03020305.xhp#hd_id3159413.1.help.text
+#. Lb7#
+#: 03090409.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement [Runtime]\">Seek Statement [Runtime]</link>"
+msgctxt ""
+"03090409.xhp\n"
+"hd_id3147226\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090409.xhp\" name=\"Sub Statement [Runtime]\">Sub Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03020305.xhp#par_id3153381.2.help.text
-msgid "Sets the position for the next writing or reading in a file that was opened with the Open statement."
+#. JoyK
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"par_id3153311\n"
+"2\n"
+"help.text"
+msgid "Defines a subroutine."
msgstr ""
-#: 03020305.xhp#par_id2100589.help.text
-msgid "For random access files, the Seek statement sets the number of the next record to be accessed."
+#. fHo^
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"hd_id3149416\n"
+"3\n"
+"help.text"
+msgid "Syntax"
msgstr ""
-#: 03020305.xhp#par_id5444807.help.text
-msgid "For all other files, the Seek statement sets the byte position at which the next operation is to occur."
+#. 1w~c
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"par_id3147530\n"
+"5\n"
+"help.text"
+msgid "statement block"
msgstr ""
-#: 03020305.xhp#par_id3156280.5.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>."
+#. u(Lq
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"hd_id3153525\n"
+"9\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03020305.xhp#hd_id3145785.6.help.text
-msgctxt "03020305.xhp#hd_id3145785.6.help.text"
-msgid "Syntax:"
+#. riZ8
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"par_id3150792\n"
+"10\n"
+"help.text"
+msgid "<emph>Name:</emph> Name of the subroutine ."
msgstr ""
-#: 03020305.xhp#par_id3145273.7.help.text
-msgid "Seek[#FileNumber], Position (As Long)"
+#. Ku\n
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"par_id3154138\n"
+"11\n"
+"help.text"
+msgid "<emph>VarName: </emph>Parameter that you want to pass to the subroutine."
msgstr ""
-#: 03020305.xhp#hd_id3154321.8.help.text
-msgctxt "03020305.xhp#hd_id3154321.8.help.text"
-msgid "Parameters:"
+#. ;kA(
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"par_id3154908\n"
+"12\n"
+"help.text"
+msgid "<emph>Type:</emph> Type-declaration key word."
msgstr ""
-#: 03020305.xhp#par_id3153952.9.help.text
-msgid "<emph>FileNumber: </emph>The data channel number used in the Open statement."
+#. 9ODJ
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"hd_id3153770\n"
+"16\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03020305.xhp#par_id3145366.10.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."
+#. C[M!
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"par_idN1063F\n"
+"help.text"
+msgid "' some statements"
msgstr ""
-#: 03103500.xhp#tit.help.text
-msgid "Static Statement [Runtime]"
+#. U*3`
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Syntax"
msgstr ""
-#: 03103500.xhp#bm_id3149798.help.text
-msgid "<bookmark_value>Static statement</bookmark_value>"
-msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-
-#: 03103500.xhp#hd_id3149798.1.help.text
+#. TXvG
+#: 01020000.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03103500.xhp\" name=\"Static Statement [Runtime]\">Static Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3148946\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01020000.xhp\" name=\"Syntax\">Syntax</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-#: 03103500.xhp#par_id3153311.2.help.text
-msgid "Declares a variable or an array at the procedure level within a subroutine or a function, so that the values of the variable or the array are retained after exiting the subroutine or function. Dim statement conventions are also valid."
+#. `L(!
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3150793\n"
+"2\n"
+"help.text"
+msgid "This section describes the basic syntax elements of $[officename] Basic. For a detailed description please refer to the $[officename] Basic Guide which is available separately."
msgstr ""
-#: 03103500.xhp#par_id3147264.3.help.text
-msgid "The <emph>Static statement</emph> cannot be used to define variable arrays. Arrays must be specified according to a fixed size."
+#. `*=K
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"tit\n"
+"help.text"
+msgid "Exit Statement [Runtime]"
msgstr ""
-#: 03103500.xhp#hd_id3149657.4.help.text
-msgctxt "03103500.xhp#hd_id3149657.4.help.text"
-msgid "Syntax:"
-msgstr ""
+#. xAc7
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"bm_id3152924\n"
+"help.text"
+msgid "<bookmark_value>Exit statement</bookmark_value>"
+msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-#: 03103500.xhp#par_id3150400.5.help.text
-msgid "Static VarName[(start To end)] [As VarType], VarName2[(start To end)] [As VarType], ..."
-msgstr ""
+#. F-9N
+#: 03090412.xhp
+#, fuzzy
+msgctxt ""
+"03090412.xhp\n"
+"hd_id3152924\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit Statement [Runtime]\">Exit Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03103500.xhp#hd_id3148452.6.help.text
-msgctxt "03103500.xhp#hd_id3148452.6.help.text"
-msgid "Example:"
+#. l`CQ
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3153394\n"
+"2\n"
+"help.text"
+msgid "Exits a <emph>Do...Loop</emph>, <emph>For...Next</emph>, a function, or a subroutine."
msgstr ""
-#: 03103500.xhp#par_id3156214.7.help.text
-msgid "Sub ExampleStatic"
-msgstr "Sub ExampleStr"
-
-#: 03103500.xhp#par_id1940061.help.text
-msgid "Dim iCount as Integer, iResult as Integer"
+#. #wuZ
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"hd_id3149763\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03103500.xhp#par_id878627.help.text
-msgid "For iCount = 0 to 2"
+#. mW@i
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3159157\n"
+"4\n"
+"help.text"
+msgid "see Parameters"
msgstr ""
-#: 03103500.xhp#par_id7914059.help.text
-msgid "iResult = InitVar()"
+#. 0GXS
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"hd_id3148943\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03103500.xhp#par_id299691.help.text
-msgctxt "03103500.xhp#par_id299691.help.text"
-msgid "Next iCount"
+#. #\cL
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3154760\n"
+"6\n"
+"help.text"
+msgid "<emph>Exit Do</emph>"
msgstr ""
-#: 03103500.xhp#par_id3150870.11.help.text
-msgid "MsgBox iResult,0,\"The answer is\""
+#. {E]u
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3147559\n"
+"7\n"
+"help.text"
+msgid "Only valid within a <emph>Do...Loop</emph> statement to exit the loop. Program execution continues with the statement that follows the Loop statement. If <emph>Do...Loop</emph> statements are nested, the control is transferred to the loop in the next higher level."
msgstr ""
-#: 03103500.xhp#par_id3153771.13.help.text
-msgctxt "03103500.xhp#par_id3153771.13.help.text"
-msgid "End Sub"
+#. }kWU
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3150398\n"
+"8\n"
+"help.text"
+msgid "<emph>Exit For</emph>"
msgstr ""
-#: 03103500.xhp#par_id3151115.15.help.text
-msgid "REM Function for initialization of the static variable"
+#. 5^r7
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3148797\n"
+"9\n"
+"help.text"
+msgid "Only valid within a <emph>For...Next</emph> loop to exit the loop. Program execution continues with the first statement that follows the <emph>Next</emph> statement. In nested statements, the control is transferred to the loop in the next higher level."
msgstr ""
-#: 03103500.xhp#par_id3148618.16.help.text
-msgid "Function InitVar() As Integer"
+#. $aB,
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3147229\n"
+"10\n"
+"help.text"
+msgid "<emph>Exit Function</emph>"
msgstr ""
-#: 03103500.xhp#par_id3154217.8.help.text
-msgid "Static iInit As Integer"
+#. vH@B
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3154685\n"
+"11\n"
+"help.text"
+msgid "Exits the <emph>Function</emph> procedure immediately. Program execution continues with the statement that follows the <emph>Function</emph> call."
msgstr ""
-#: 03103500.xhp#par_id1057161.help.text
-msgid "Const iMinimum as Integer = 40 REM minimum return value of this function"
+#. @O(k
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3155132\n"
+"12\n"
+"help.text"
+msgid "<emph>Exit Sub</emph>"
msgstr ""
-#: 03103500.xhp#par_id580462.help.text
-msgid "if iInit = 0 then REM check if initialized"
+#. B5=k
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3149561\n"
+"13\n"
+"help.text"
+msgid "Exits the subroutine immediately. Program execution continues with the statement that follows the <emph>Sub</emph> call."
msgstr ""
-#: 03103500.xhp#par_id7382732.help.text
-msgid "iInit = iMinimum"
+#. 4d=L
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3153143\n"
+"14\n"
+"help.text"
+msgid "The Exit statement does not define the end of a structure, and must not be confused with the End statement."
msgstr ""
-#: 03103500.xhp#par_id5779900.help.text
-msgid "else"
+#. ^3GV
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"hd_id3147348\n"
+"15\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03103500.xhp#par_id3151041.10.help.text
-msgid "iInit = iInit + 1"
+#. =8.K
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3153158\n"
+"20\n"
+"help.text"
+msgid "For siStep = 0 To 10 ' Fill array with test data"
+msgstr ""
+
+#. cuSu
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3153764\n"
+"31\n"
+"help.text"
+msgid "' LinSearch searches a TextArray:sList() for a TextEntry:"
+msgstr ""
+
+#. g:=o
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3148995\n"
+"32\n"
+"help.text"
+msgid "' Returns the index of the entry or 0 (Null)"
+msgstr ""
+
+#. .(J;
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3149567\n"
+"35\n"
+"help.text"
+msgid "Exit For ' sItem found"
+msgstr ""
+
+#. F(Y.
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"tit\n"
+"help.text"
+msgid "Put Statement [Runtime]"
msgstr ""
-#: 03103500.xhp#par_id5754264.help.text
-msgctxt "03103500.xhp#par_id5754264.help.text"
-msgid "end if"
-msgstr ""
+#. g4XU
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"bm_id3150360\n"
+"help.text"
+msgid "<bookmark_value>Put statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 03103500.xhp#par_id6529435.help.text
-msgid "InitVar = iInit"
-msgstr ""
+#. O`5K
+#: 03020204.xhp
+#, fuzzy
+msgctxt ""
+"03020204.xhp\n"
+"hd_id3150360\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement [Runtime]\">Put Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03103500.xhp#par_id3150487.18.help.text
-msgctxt "03103500.xhp#par_id3150487.18.help.text"
-msgid "End Function"
-msgstr "End function"
+#. RdQ9
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3154909\n"
+"2\n"
+"help.text"
+msgid "Writes a record to a relative file or a sequence of bytes to a binary file."
+msgstr ""
-#: 03070500.xhp#tit.help.text
-msgid "\"^\" Operator [Runtime]"
+#. D^oq
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3156281\n"
+"3\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> statement"
msgstr ""
-#: 03070500.xhp#bm_id3145315.help.text
-msgid "<bookmark_value>\"^\" operator (mathematical)</bookmark_value>"
+#. NM0O
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"hd_id3125863\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03070500.xhp#hd_id3145315.1.help.text
-msgid "<link href=\"text/sbasic/shared/03070500.xhp\">\"^\" Operator [Runtime]</link>"
+#. P3l@
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3155132\n"
+"5\n"
+"help.text"
+msgid "Put [#] FileNumber As Integer, [position], Variable"
msgstr ""
-#: 03070500.xhp#par_id3149670.2.help.text
-msgid "Raises a number to a power."
+#. PS/H
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"hd_id3153190\n"
+"6\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03070500.xhp#hd_id3147264.3.help.text
-msgctxt "03070500.xhp#hd_id3147264.3.help.text"
-msgid "Syntax:"
+#. Paaf
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3146120\n"
+"7\n"
+"help.text"
+msgid "<emph>FileNumber:</emph> Any integer expression that defines the file that you want to write to."
msgstr ""
-#: 03070500.xhp#par_id3149656.4.help.text
-msgid "Result = Expression ^ Exponent"
+#. e,QF
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3155411\n"
+"8\n"
+"help.text"
+msgid "<emph>Position: </emph>For relative files (random access files), the number of the record that you want to write."
msgstr ""
-#: 03070500.xhp#hd_id3151211.5.help.text
-msgctxt "03070500.xhp#hd_id3151211.5.help.text"
-msgid "Parameters:"
+#. G%)\
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3148576\n"
+"9\n"
+"help.text"
+msgid "For binary files (binary access), the position of the byte in the file where you want to start writing."
msgstr ""
-#: 03070500.xhp#par_id3153192.6.help.text
-msgid "<emph>Result:</emph> Any numerical expression that contains the result of the number raised to a power."
+#. 3[T`
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3153729\n"
+"10\n"
+"help.text"
+msgid "<emph>Variable:</emph> Name of the variable that you want to write to the file."
msgstr ""
-#: 03070500.xhp#par_id3150448.7.help.text
-msgid "<emph>Expression:</emph> Numerical value that you want to raise to a power."
+#. ?|_B
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3146974\n"
+"11\n"
+"help.text"
+msgid "Note for relative files: If the contents of this variable does not match the length of the record that is specified in the <emph>Len</emph> clause of the <emph>Open</emph> statement, the space between the end of the newly written record and the next record is padded with existing data from the file that you are writing to."
msgstr ""
-#: 03070500.xhp#par_id3156422.8.help.text
-msgid "<emph>Exponent:</emph> The value of the power that you want to raise the expression to."
+#. bxi9
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3155855\n"
+"12\n"
+"help.text"
+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 ""
-#: 03070500.xhp#hd_id3147287.9.help.text
-msgctxt "03070500.xhp#hd_id3147287.9.help.text"
+#. I?3@
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"hd_id3154491\n"
+"13\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03070500.xhp#par_id3153770.10.help.text
-msgctxt "03070500.xhp#par_id3153770.10.help.text"
-msgid "Sub Example"
-msgstr "Sub ExampleASC"
+#. +6s3
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3154729\n"
+"16\n"
+"help.text"
+msgid "Dim sText As Variant ' Must be a variant type"
+msgstr ""
+
+#. 2*Oz
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3156278\n"
+"22\n"
+"help.text"
+msgid "Seek #iNumber,1 ' Position To start writing"
+msgstr ""
+
+#. uY,`
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3153711\n"
+"23\n"
+"help.text"
+msgid "Put #iNumber,, \"This is the first line of text\" ' Fill line with text"
+msgstr ""
+
+#. S5`J
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3155446\n"
+"24\n"
+"help.text"
+msgid "Put #iNumber,, \"This is the second line of text\""
+msgstr ""
-#: 03070500.xhp#par_id3152886.11.help.text
-msgid "Print ( 12.345 ^ 23 )"
+#. /S6t
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3154255\n"
+"25\n"
+"help.text"
+msgid "Put #iNumber,, \"This is the third line of text\""
msgstr ""
-#: 03070500.xhp#par_id3146984.12.help.text
-msgid "Print Exp ( 23 * Log( 12.345 ) ) REM Raises by forming a logarithm"
+#. h}3w
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3150940\n"
+"34\n"
+"help.text"
+msgid "Put #iNumber,,\"This is new text\""
msgstr ""
-#: 03070500.xhp#par_id3148618.13.help.text
-msgctxt "03070500.xhp#par_id3148618.13.help.text"
-msgid "End Sub"
+#. j!P_
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3159102\n"
+"37\n"
+"help.text"
+msgid "Put #iNumber,20,\"This is the text in record 20\""
msgstr ""
-#: 03080102.xhp#tit.help.text
-msgid "Cos Function [Runtime]"
+#. +mnY
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"tit\n"
+"help.text"
+msgid "FileExists Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03080102.xhp#bm_id3154923.help.text
-msgid "<bookmark_value>Cos function</bookmark_value>"
-msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
+#. Lj0M
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"bm_id3148946\n"
+"help.text"
+msgid "<bookmark_value>FileExists function</bookmark_value>"
+msgstr "<bookmark_value>Split ფუნქცია</bookmark_value>"
-#: 03080102.xhp#hd_id3154923.1.help.text
+#. eXk(
+#: 03020415.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03080102.xhp\" name=\"Cos Function [Runtime]\">Cos Function [Runtime]</link>"
+msgctxt ""
+"03020415.xhp\n"
+"hd_id3148946\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020415.xhp\" name=\"FileExists Function [Runtime]\">FileExists Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03080102.xhp#par_id3159413.2.help.text
-msgid "Calculates the cosine of an angle. The angle is specified in radians. The result lies between -1 and 1."
-msgstr ""
-
-#: 03080102.xhp#par_id3150358.3.help.text
-msgid "Using the angle Alpha, the Cos-Function calculates the ratio of the length of the side that is adjacent to the angle, divided by the length of the hypotenuse in a right-angled triangle."
-msgstr ""
-
-#: 03080102.xhp#par_id3154141.4.help.text
-msgid "Cos(Alpha) = Adjacent/Hypotenuse"
+#. ^mpM
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"par_id3153361\n"
+"2\n"
+"help.text"
+msgid "Determines if a file or a directory is available on the data medium."
msgstr ""
-#: 03080102.xhp#hd_id3154125.5.help.text
-msgctxt "03080102.xhp#hd_id3154125.5.help.text"
+#. BY[,
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"hd_id3150447\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03080102.xhp#par_id3145172.6.help.text
-msgid "Cos (Number)"
+#. \flG
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"par_id3154685\n"
+"4\n"
+"help.text"
+msgid "FileExists(FileName As String | DirectoryName As String)"
msgstr ""
-#: 03080102.xhp#hd_id3156214.7.help.text
-msgctxt "03080102.xhp#hd_id3156214.7.help.text"
+#. J`nQ
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"hd_id3154126\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03080102.xhp#par_id3150449.8.help.text
-msgctxt "03080102.xhp#par_id3150449.8.help.text"
-msgid "Double"
+#. C#o)
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"par_id3150769\n"
+"6\n"
+"help.text"
+msgid "Bool"
msgstr ""
-#: 03080102.xhp#hd_id3153969.9.help.text
-msgctxt "03080102.xhp#hd_id3153969.9.help.text"
+#. .L1G
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"hd_id3153770\n"
+"7\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03080102.xhp#par_id3153770.10.help.text
-msgid "<emph>Number:</emph> Numeric expression that specifies an angle in radians that you want to calculate the cosine for."
+#. LLQW
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"par_id3147349\n"
+"8\n"
+"help.text"
+msgid "FileName | DirectoryName: Any string expression that contains an unambiguous file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
msgstr ""
-#: 03080102.xhp#par_id3145749.11.help.text
-msgid "To convert degrees to radians, multiply degrees by pi/180. To convert radians to degrees, multiply radians by 180/pi."
+#. Mm7J
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"hd_id3149664\n"
+"9\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03080102.xhp#par_id3149664.12.help.text
-msgctxt "03080102.xhp#par_id3149664.12.help.text"
-msgid "degree=(radian*180)/pi"
+#. qali
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Organizing Libraries and Modules"
msgstr ""
-#: 03080102.xhp#par_id3146985.13.help.text
-msgctxt "03080102.xhp#par_id3146985.13.help.text"
-msgid "radian=(degree*pi)/180"
+#. msVv
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"bm_id3148797\n"
+"help.text"
+msgid "<bookmark_value>libraries;organizing</bookmark_value><bookmark_value>modules;organizing</bookmark_value><bookmark_value>copying;modules</bookmark_value><bookmark_value>adding libraries</bookmark_value><bookmark_value>deleting;libraries/modules/dialogs</bookmark_value><bookmark_value>dialogs;organizing</bookmark_value><bookmark_value>moving;modules</bookmark_value><bookmark_value>organizing;modules/libraries/dialogs</bookmark_value><bookmark_value>renaming modules and dialogs</bookmark_value>"
msgstr ""
-#: 03080102.xhp#par_id3152885.14.help.text
-msgid "Pi is here the fixed circle constant with the rounded value 3.14159..."
+#. swMJ
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3148797\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"01030400\"><link href=\"text/sbasic/shared/01030400.xhp\">Organizing Libraries and Modules</link></variable>"
msgstr ""
-#: 03080102.xhp#hd_id3153951.15.help.text
-msgctxt "03080102.xhp#hd_id3153951.15.help.text"
-msgid "Example:"
+#. ]aYp
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3150868\n"
+"4\n"
+"help.text"
+msgid "Organizing Libraries"
msgstr ""
-#: 03080102.xhp#par_id3155855.16.help.text
-msgid "REM The following example allows for a right-angled triangle the input of"
+#. OuP%
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3125864\n"
+"5\n"
+"help.text"
+msgid "Creating a New Library"
msgstr ""
-#: 03080102.xhp#par_id3149484.17.help.text
-msgid "REM secant and angle (in degrees) and calculates the length of the hypotenuse:"
+#. mPjD
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3152576\n"
+"6\n"
+"help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
msgstr ""
-#: 03080102.xhp#par_id3147428.18.help.text
-msgid "Sub ExampleCosinus"
-msgstr "Sub ExampleFormat"
+#. PL?O
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3153726\n"
+"8\n"
+"help.text"
+msgid "Click the <emph>Libraries</emph> tab."
+msgstr ""
-#: 03080102.xhp#par_id3150010.19.help.text
-msgid "REM rounded Pi = 3.14159"
+#. (9Sk
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3149664\n"
+"9\n"
+"help.text"
+msgid "Select to where you want to attach the library in the <emph>Location</emph> list. If you select %PRODUCTNAME Macros & Dialogs, the library will belong to the $[officename] application and will be available for all documents. If you select a document the library will be attached to this document and only available from there."
msgstr ""
-#: 03080102.xhp#par_id3149959.20.help.text
-msgid "Dim d1 as Double, dAngle as Double"
+#. ;Pq0
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3153365\n"
+"10\n"
+"help.text"
+msgid "Click <emph>New</emph> and insert a name to create a new library."
msgstr ""
-#: 03080102.xhp#par_id3144764.21.help.text
-msgid "d1 = InputBox$ (\"\"Enter the length of the adjacent side: \",\"Adjacent\")"
+#. 8B{M
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3147394\n"
+"48\n"
+"help.text"
+msgid "Import a Library"
msgstr ""
-#: 03080102.xhp#par_id3154491.22.help.text
-msgid "dAngle = InputBox$ (\"Enter the angle Alpha (in degrees): \",\"Alpha\")"
+#. XFVG
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3153157\n"
+"49\n"
+"help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
msgstr ""
-#: 03080102.xhp#par_id3151074.23.help.text
-msgid "Print \"The length of the hypothenuse is\"; (d1 / cos (dAngle * Pi / 180))"
+#. %|vY
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3146972\n"
+"50\n"
+"help.text"
+msgid "Click the <emph>Libraries</emph> tab."
msgstr ""
-#: 03080102.xhp#par_id3149583.24.help.text
-msgctxt "03080102.xhp#par_id3149583.24.help.text"
-msgid "End Sub"
+#. DEpF
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3145640\n"
+"51\n"
+"help.text"
+msgid "Select to where you want to import the library in the <emph>Location</emph> list. If you select %PRODUCTNAME Macros & Dialogs, the library will belong to the $[officename] application and will be available for all documents. If you select a document the library will be imported to this document and only available from there."
+msgstr ""
+
+#. Q1RZ
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3154253\n"
+"52\n"
+"help.text"
+msgid "Click <emph>Import...</emph> and select an external library to import."
+msgstr ""
+
+#. [PfH
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3154705\n"
+"53\n"
+"help.text"
+msgid "Select all libraries to be imported in the <emph>Import Libraries</emph> dialog. The dialog displays all libraries that are contained in the selected file."
+msgstr ""
+
+#. `lOY
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3163807\n"
+"54\n"
+"help.text"
+msgid "If you want to insert the library as a reference only check the <emph>Insert as reference (read-only)</emph> box. Read-only libraries are fully functional but cannot be modified in the Basic IDE."
msgstr ""
-#: 03102600.xhp#tit.help.text
-msgid "IsNull Function [Runtime]"
-msgstr "Split Function [Runtime]"
+#. P/~I
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3145228\n"
+"55\n"
+"help.text"
+msgid "Check the <emph>Replace existing libraries</emph> box if you want existing libraries of the same name to be overwritten."
+msgstr ""
-#: 03102600.xhp#bm_id3155555.help.text
-msgid "<bookmark_value>IsNull function</bookmark_value><bookmark_value>Null value</bookmark_value>"
-msgstr "<bookmark_value>Mid ფუნქცია</bookmark_value><bookmark_value>Mid დებულება</bookmark_value>"
+#. K-H^
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147004\n"
+"56\n"
+"help.text"
+msgid "Click <emph>OK</emph> to import the library."
+msgstr ""
+
+#. }9kR
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3159099\n"
+"17\n"
+"help.text"
+msgid "Export a Library"
+msgstr ""
+
+#. Y02S
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147005\n"
+"70\n"
+"help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+msgstr ""
-#: 03102600.xhp#hd_id3155555.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03102600.xhp\" name=\"IsNull Function [Runtime]\">IsNull Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
+#. U=g}
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147006\n"
+"71\n"
+"help.text"
+msgid "Click the <emph>Libraries</emph> tab."
+msgstr ""
-#: 03102600.xhp#par_id3146957.2.help.text
-msgid "Tests if a Variant contains the special Null value, indicating that the variable does not contain data."
+#. $$Z|
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147007\n"
+"72\n"
+"help.text"
+msgid "In the <emph>Location</emph> list you specify where your library is stored. Select the library that you want to export. Note that you cannot export the <emph>Standard</emph> library."
+msgstr ""
+
+#. T9Ln
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147008\n"
+"73\n"
+"help.text"
+msgid "Click <emph>Export...</emph>"
+msgstr ""
+
+#. :qm2
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147009\n"
+"74\n"
+"help.text"
+msgid "Choose whether you want to export the library as an extension or as a basic library."
+msgstr ""
+
+#. #o0E
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147010\n"
+"75\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr ""
+
+#. q%7[
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147011\n"
+"76\n"
+"help.text"
+msgid "Select where you want your library exported."
+msgstr ""
+
+#. EgT/
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147012\n"
+"77\n"
+"help.text"
+msgid "Click <emph>Save</emph> to export the library."
+msgstr ""
+
+#. ,,=|
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3159100\n"
+"17\n"
+"help.text"
+msgid "Deleting a Library"
msgstr ""
-#: 03102600.xhp#hd_id3150670.3.help.text
-msgctxt "03102600.xhp#hd_id3150670.3.help.text"
-msgid "Syntax:"
+#. +E_6
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3150086\n"
+"18\n"
+"help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
msgstr ""
-#: 03102600.xhp#par_id3150984.4.help.text
-msgid "IsNull (Var)"
+#. D08Z
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3146808\n"
+"57\n"
+"help.text"
+msgid "Click the <emph>Libraries</emph> tab."
msgstr ""
-#: 03102600.xhp#hd_id3149514.5.help.text
-msgctxt "03102600.xhp#hd_id3149514.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+#. }S%q
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3158212\n"
+"58\n"
+"help.text"
+msgid "Select the library to be deleted from the list."
+msgstr ""
-#: 03102600.xhp#par_id3145609.6.help.text
-msgctxt "03102600.xhp#par_id3145609.6.help.text"
-msgid "Bool"
+#. TA!q
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3150361\n"
+"20\n"
+"help.text"
+msgid "Click <emph>Delete</emph>."
msgstr ""
-#: 03102600.xhp#hd_id3149669.7.help.text
-msgctxt "03102600.xhp#hd_id3149669.7.help.text"
-msgid "Parameters:"
+#. ,K,V
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3152986\n"
+"19\n"
+"help.text"
+msgid "Deleting a library permanently deletes all existing modules and corresponding procedures and functions."
msgstr ""
-#: 03102600.xhp#par_id3159414.8.help.text
-msgid "<emph>Var:</emph> Any variable that you want to test. This function returns True if the Variant contains the Null value, or False if the Variant does not contain the Null value."
+#. 3L1.
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3148868\n"
+"59\n"
+"help.text"
+msgid "You cannot delete the default library named \"Standard\"."
msgstr ""
-#: 03102600.xhp#par_idN1062A.help.text
-msgid "<emph>Null</emph> - This value is used for a variant data sub type without valid contents."
+#. Lf7h
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3146869\n"
+"60\n"
+"help.text"
+msgid "If you delete a library that was inserted as reference only the reference is deleted but not the library itself."
msgstr ""
-#: 03102600.xhp#hd_id3153381.9.help.text
-msgctxt "03102600.xhp#hd_id3153381.9.help.text"
-msgid "Example:"
+#. iN[6
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3147070\n"
+"21\n"
+"help.text"
+msgid "Organizing Modules and Dialogs"
msgstr ""
-#: 03102600.xhp#par_id3154140.10.help.text
-msgid "Sub ExampleIsNull"
-msgstr "Sub ExampleVal"
+#. 8?ao
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3155265\n"
+"61\n"
+"help.text"
+msgid "Creating a New Module or Dialog"
+msgstr ""
-#: 03102600.xhp#par_id3145172.11.help.text
-msgid "Dim vVar As Variant"
-msgstr "Dim sVar as string"
+#. rWdh
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3154537\n"
+"62\n"
+"help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+msgstr ""
-#: 03102600.xhp#par_id3144760.12.help.text
-msgid "msgbox IsNull(vVar)"
+#. .qYF
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3146781\n"
+"63\n"
+"help.text"
+msgid "Click the <emph>Modules</emph> tab or the <emph>Dialogs</emph> tab."
msgstr ""
-#: 03102600.xhp#par_id3153970.13.help.text
-msgctxt "03102600.xhp#par_id3153970.13.help.text"
-msgid "end sub"
+#. 0n|d
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3159206\n"
+"64\n"
+"help.text"
+msgid "Select the library where the module will be inserted and click <emph>New</emph>."
msgstr ""
-#: 03030202.xhp#tit.help.text
-msgid "Minute Function [Runtime]"
-msgstr "Split Function [Runtime]"
+#. G]M@
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3152389\n"
+"65\n"
+"help.text"
+msgid "Enter a name for the module or the dialog and click <emph>OK</emph>."
+msgstr ""
-#: 03030202.xhp#bm_id3155419.help.text
-msgid "<bookmark_value>Minute function</bookmark_value>"
-msgstr "<bookmark_value>მარჯვენა ფუნქცია</bookmark_value>"
+#. l~Nj
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3152872\n"
+"25\n"
+"help.text"
+msgid "Renaming a Module or Dialog"
+msgstr ""
-#: 03030202.xhp#hd_id3155419.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute Function [Runtime]\">Minute Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
+#. 6H46
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3159230\n"
+"66\n"
+"help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+msgstr ""
-#: 03030202.xhp#par_id3156344.2.help.text
-msgid "Returns the minute of the hour that corresponds to the serial time value that is generated by the TimeSerial or the TimeValue function."
+#. f-Tk
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3150046\n"
+"67\n"
+"help.text"
+msgid "Click the module to be renamed twice, with a pause between the clicks. Enter the new name."
msgstr ""
-#: 03030202.xhp#hd_id3154758.3.help.text
-msgctxt "03030202.xhp#hd_id3154758.3.help.text"
-msgid "Syntax:"
+#. (W9p
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3153801\n"
+"27\n"
+"help.text"
+msgid "In the Basic IDE, right-click the name of the module or dialog in the tabs at the bottom of the screen, choose <emph>Rename</emph> and type in the new name."
msgstr ""
-#: 03030202.xhp#par_id3149656.4.help.text
-msgid "Minute (Number)"
+#. 8:An
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3155526\n"
+"28\n"
+"help.text"
+msgid "Press Enter to confirm your changes."
msgstr ""
-#: 03030202.xhp#hd_id3148798.5.help.text
-msgctxt "03030202.xhp#hd_id3148798.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+#. Bp+R
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3146963\n"
+"29\n"
+"help.text"
+msgid "Deleting a Module or Dialog"
+msgstr ""
-#: 03030202.xhp#par_id3150449.6.help.text
-msgctxt "03030202.xhp#par_id3150449.6.help.text"
-msgid "Integer"
+#. bG23
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147547\n"
+"68\n"
+"help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
msgstr ""
-#: 03030202.xhp#hd_id3153193.7.help.text
-msgctxt "03030202.xhp#hd_id3153193.7.help.text"
-msgid "Parameters:"
+#. H}Pj
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3150958\n"
+"69\n"
+"help.text"
+msgid "Click the <emph>Modules</emph> tab or the <emph>Dialogs</emph> tab."
msgstr ""
-#: 03030202.xhp#par_id3153969.8.help.text
-msgid " <emph>Number:</emph> Numeric expression that contains the serial time value that is used to return the minute value."
+#. hgU[
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3149870\n"
+"30\n"
+"help.text"
+msgid "Select the module or dialog to be deleted from the list. Double-click an entry to reveal sub-entries, if required."
msgstr ""
-#: 03030202.xhp#par_id3150869.9.help.text
-msgid "This function is the opposite of the <emph>TimeSerial </emph>function. It returns the minute of the serial time value that is generated by the <emph>TimeSerial</emph> or the <emph>TimeValue </emph>function. For example, the expression:"
+#. FcC%
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147248\n"
+"32\n"
+"help.text"
+msgid "Click <emph>Delete</emph>."
msgstr ""
-#: 03030202.xhp#par_id3149262.10.help.text
-msgid "Print Minute(TimeSerial(12,30,41))"
+#. p0_s
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3151339\n"
+"31\n"
+"help.text"
+msgid "Deleting a module permanently deletes all existing procedures and functions in that module."
msgstr ""
-#: 03030202.xhp#par_id3148576.11.help.text
-msgid "returns the value 30."
+#. 0@-2
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3151392\n"
+"33\n"
+"help.text"
+msgid "Organizing Projects among Documents or Templates"
msgstr ""
-#: 03030202.xhp#hd_id3150010.12.help.text
-msgctxt "03030202.xhp#hd_id3150010.12.help.text"
-msgid "Example:"
+#. ~ze}
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3156400\n"
+"36\n"
+"help.text"
+msgid "Moving or copying modules between documents, templates and the application."
msgstr ""
-#: 03030202.xhp#par_id3159154.13.help.text
-msgid "Sub ExampleMinute"
-msgstr "Sub ExampleString"
+#. rG\E
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3146819\n"
+"37\n"
+"help.text"
+msgid "Open all documents or templates among which you want to move or copy the modules or dialogs."
+msgstr ""
-#: 03030202.xhp#par_id3146119.14.help.text
-msgid "MsgBox \"The current minute is \"& Minute(Now)& \".\""
+#. @]R$
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3149319\n"
+"38\n"
+"help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
msgstr ""
-#: 03030202.xhp#par_id3153726.15.help.text
-msgctxt "03030202.xhp#par_id3153726.15.help.text"
-msgid "end sub"
+#. (x-*
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3145637\n"
+"39\n"
+"help.text"
+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 ""
-#: 03120403.xhp#tit.help.text
-msgid "StrComp Function [Runtime]"
+#. eMk|
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"tit\n"
+"help.text"
+msgid "CurDir Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03120403.xhp#bm_id3156027.help.text
-msgid "<bookmark_value>StrComp function</bookmark_value>"
-msgstr "<bookmark_value>StrComp ფუნქცია</bookmark_value>"
+#. uJw/
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"bm_id3153126\n"
+"help.text"
+msgid "<bookmark_value>CurDir function</bookmark_value>"
+msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
-#: 03120403.xhp#hd_id3156027.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03120403.xhp\" name=\"StrComp Function [Runtime]\">StrComp Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
+#. ?I1Y
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"hd_id3153126\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020403.xhp\">CurDir Function [Runtime]</link>"
+msgstr ""
-#: 03120403.xhp#par_id3155805.2.help.text
-msgid "Compares two strings and returns an integer value that represents the result of the comparison."
-msgstr "ადარებს ორ სტრინგს და აბრუნებს ინტეგერის მნიშვნელობას რომელიც წარმოადგეს შედარების შედეგს."
+#. qaD@
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"par_id3156343\n"
+"2\n"
+"help.text"
+msgid "Returns a variant string that represents the current path of the specified drive."
+msgstr ""
-#: 03120403.xhp#hd_id3153345.3.help.text
-msgctxt "03120403.xhp#hd_id3153345.3.help.text"
+#. $iX6
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"hd_id3149457\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03120403.xhp#par_id3150503.4.help.text
-msgid "StrComp (Text1 As String, Text2 As String[, Compare])"
-msgstr "StrComp (Text1 As String, Text2 As String[, Compare])"
+#. I:!1
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"par_id3153381\n"
+"4\n"
+"help.text"
+msgid "CurDir [(Text As String)]"
+msgstr "LTrim (Text As String)"
-#: 03120403.xhp#hd_id3147574.5.help.text
-msgctxt "03120403.xhp#hd_id3147574.5.help.text"
+#. Ej$E
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"hd_id3154366\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03120403.xhp#par_id3156152.6.help.text
-msgctxt "03120403.xhp#par_id3156152.6.help.text"
-msgid "Integer"
-msgstr ""
+#. OG7l
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"par_id3156281\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონები"
-#: 03120403.xhp#hd_id3150984.7.help.text
-msgctxt "03120403.xhp#hd_id3150984.7.help.text"
-msgid "Parameter:"
+#. R+,b
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"hd_id3156423\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03120403.xhp#par_id3153061.8.help.text
-msgid "<emph>Text1:</emph> Any string expression"
-msgstr "<emph>ტექსტი1:</emph> ნებისმიერი სტრინგული გამოსახულება"
-
-#: 03120403.xhp#par_id3147560.9.help.text
-msgid "<emph>Text2:</emph> Any string expression"
-msgstr "<emph>ტექსტი2:</emph> ნებისმიერი სტრინგული გამოსახულება"
-
-#: 03120403.xhp#par_id3146796.10.help.text
-msgid "<emph>Compare:</emph> This optional parameter sets the comparison method. If Compare = 1, the string comparison is case-sensitive. If Compare = 0, no distinction is made between uppercase and lowercase letters."
-msgstr "<emph>Compare:</emph> პარამეტრი რომელიც აყენებს შედარების მეთოდს. თუ Compare = 1, სტრინგების შედარება განარჩევს დიდ და პატარა ასო-ნიშნებს. თუ Compare = 0, შედარება არ გაარჩევს დიდ და პატარა ასო-ნიშნებს."
-
-#: 03120403.xhp#hd_id3154940.13.help.text
-msgctxt "03120403.xhp#hd_id3154940.13.help.text"
-msgid "Return value"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03120403.xhp#par_id3150358.27.help.text
-msgid "If Text1 < Text2 the function returns -1"
-msgstr "თუ Text1 < Text2 ფუნქცია აბრუნებს -1"
-
-#: 03120403.xhp#par_id3151043.28.help.text
-msgid "If Text1 = Text2 the function returns 0"
-msgstr "თუ Text1 = Text2 ფუნქცია აბრუნებს 0"
-
-#: 03120403.xhp#par_id3158410.29.help.text
-msgid "If Text1 > Text2 the function returns 1"
-msgstr "თუ Text1 > Text2 ფუნქცია აბრუნებს 1"
-
-#: 03120403.xhp#hd_id3153968.18.help.text
-msgctxt "03120403.xhp#hd_id3153968.18.help.text"
-msgid "Example:"
+#. Oi{*
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"par_id3153193\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that specifies an existing drive (for example, \"C\" for the first partition of the first hard drive)."
msgstr ""
-#: 03120403.xhp#par_id3151381.19.help.text
-msgid "Sub ExampleStrComp"
-msgstr "Sub ExampleStrComp"
-
-#: 03120403.xhp#par_id3154685.20.help.text
-msgctxt "03120403.xhp#par_id3154685.20.help.text"
-msgid "Dim iVar As Single"
+#. iLF^
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"par_id3155133\n"
+"9\n"
+"help.text"
+msgid "If no drive is specified or if the drive is a zero-length string (\"\"), CurDir returns the path for the current drive. $[officename] Basic reports an error if the syntax of the drive description is incorrect, the drive does not exist, or if the drive letter occurs after the letter defined in the CONFIG.SYS with the Lastdrive statement."
msgstr ""
-#: 03120403.xhp#par_id3148453.21.help.text
-msgctxt "03120403.xhp#par_id3148453.21.help.text"
-msgid "Dim sVar As String"
-msgstr "Dim sVar as string"
-
-#: 03120403.xhp#par_id3153369.22.help.text
-msgctxt "03120403.xhp#par_id3153369.22.help.text"
-msgid "iVar = 123.123"
+#. S?AJ
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"par_id3150010\n"
+"10\n"
+"help.text"
+msgid "This function is not case-sensitive."
msgstr ""
-#: 03120403.xhp#par_id3145786.23.help.text
-msgid "sVar = Str$(iVar)"
-msgstr "sVar = Str$(iVar)"
-
-#: 03120403.xhp#par_id3146975.24.help.text
-msgid "Msgbox strcomp(sVar , Str$(iVar),1)"
-msgstr "Msgbox strcomp(sVar , Str$(iVar),1)"
-
-#: 03120403.xhp#par_id3150487.25.help.text
-msgctxt "03120403.xhp#par_id3150487.25.help.text"
-msgid "end sub"
+#. 8aCU
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"hd_id3155411\n"
+"11\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03120306.xhp#tit.help.text
-msgid "Mid Function, Mid Statement [Runtime]"
-msgstr ""
+#. nbp_
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"tit\n"
+"help.text"
+msgid "Log Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03120306.xhp#bm_id3143268.help.text
-msgid "<bookmark_value>Mid function</bookmark_value><bookmark_value>Mid statement</bookmark_value>"
-msgstr "<bookmark_value>Mid ფუნქცია</bookmark_value><bookmark_value>Mid დებულება</bookmark_value>"
+#. 4z--
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"bm_id3149416\n"
+"help.text"
+msgid "<bookmark_value>Log function</bookmark_value>"
+msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
-#: 03120306.xhp#hd_id3143268.1.help.text
+#. O!ZU
+#: 03080202.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03120306.xhp\" name=\"Mid Function, Mid Statement [Runtime]\">Mid Function, Mid Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
+msgctxt ""
+"03080202.xhp\n"
+"hd_id3149416\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080202.xhp\" name=\"Log Function [Runtime]\">Log Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03120306.xhp#par_id3148473.2.help.text
-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>Mid ფუნქცია</emph>), ან ერთი სტრინგული გამოსახულების ნაწილს ჩაანაცვლებს მეორით (<emph>Mid განცხადება</emph>)."
+#. gJAD
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"par_id3145066\n"
+"2\n"
+"help.text"
+msgid "Returns the natural logarithm of a number."
+msgstr ""
-#: 03120306.xhp#hd_id3154285.3.help.text
-msgctxt "03120306.xhp#hd_id3154285.3.help.text"
+#. V9I-
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"hd_id3159414\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03120306.xhp#par_id3147530.4.help.text
-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 "Mid (Text As String, Start As Long [, Length As Long]) or Mid (Text As String, Start As Long , Length As Long, Text As String)"
+#. |Ki8
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"par_id3154760\n"
+"4\n"
+"help.text"
+msgid "Log (Number)"
+msgstr ""
-#: 03120306.xhp#hd_id3145068.5.help.text
-msgctxt "03120306.xhp#hd_id3145068.5.help.text"
+#. MW9A
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"hd_id3149457\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03120306.xhp#par_id3149295.6.help.text
-msgid "String (only by Function)"
-msgstr "სტრინგი (მხოლოდ ფუნქციით)"
-
-#: 03120306.xhp#hd_id3154347.7.help.text
-msgctxt "03120306.xhp#hd_id3154347.7.help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120306.xhp#par_id3148664.8.help.text
-msgid "<emph>Text:</emph> Any string expression that you want to modify."
-msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-
-#: 03120306.xhp#par_id3150359.9.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."
-
-#: 03120306.xhp#par_id3148451.10.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."
-
-#: 03120306.xhp#par_id3125864.11.help.text
-msgid "If the Length parameter in the <emph>Mid function</emph> is omitted, all characters in the string expression from the start position to the end of the string are returned."
-msgstr "თუ სიგრძის პარამეტრი <emph>Mid ფუნქციაში</emph> გამოტოვებულია, სტრინგის გამოსახულებაში ყველა ასო-ნიშანი დაბრუნდება საწყისიდან საბოლოო პოზიციამდე."
-
-#: 03120306.xhp#par_id3144762.12.help.text
-msgid "If the Length parameter in the <emph>Mid statement</emph> is less than the length of the text that you want to replace, the text is reduced to the specified length."
-msgstr "თუ სიგრძის პარამეტრი <emph>Mid დებულებაში</emph> ნაკლებია ჩასანაცვლებელი ტექსტის სიგრძეზე, ტექსტი შემცირდება მითითებულ სიგრძემდე."
-
-#: 03120306.xhp#par_id3150769.13.help.text
-msgid "<emph>Text:</emph> The string to replace the string expression (<emph>Mid statement</emph>)."
-msgstr "<emph>ტექსტი:</emph> სტრინგული გამოსახულების ჩასანაცვლებელი სტრინგი.(<emph>Mid დებულება</emph>)."
-
-#: 03120306.xhp#hd_id3149560.14.help.text
-msgctxt "03120306.xhp#hd_id3149560.14.help.text"
-msgid "Example:"
+#. rx$}
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"par_id3150791\n"
+"6\n"
+"help.text"
+msgid "Double"
msgstr ""
-#: 03120306.xhp#par_id3150439.15.help.text
-msgctxt "03120306.xhp#par_id3150439.15.help.text"
-msgid "Sub ExampleUSDate"
-msgstr "Sub ExampleSpace"
-
-#: 03120306.xhp#par_id3147349.16.help.text
-msgctxt "03120306.xhp#par_id3147349.16.help.text"
-msgid "Dim sInput As String"
-msgstr "Dim sSep As String"
-
-#: 03120306.xhp#par_id3155854.17.help.text
-msgctxt "03120306.xhp#par_id3155854.17.help.text"
-msgid "Dim sUS_date As String"
-msgstr "Dim sSep As String"
-
-#: 03120306.xhp#par_id3153189.18.help.text
-msgctxt "03120306.xhp#par_id3153189.18.help.text"
-msgid "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
+#. @}Zb
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"hd_id3151211\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03120306.xhp#par_id3148645.19.help.text
-msgctxt "03120306.xhp#par_id3148645.19.help.text"
-msgid "sUS_date = Mid(sInput, 6, 2)"
+#. [XD\
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"par_id3151041\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Any numeric expression that you want to calculate the natural logarithm for."
msgstr ""
-#: 03120306.xhp#par_id3153952.20.help.text
-msgctxt "03120306.xhp#par_id3153952.20.help.text"
-msgid "sUS_date = sUS_date & \"/\""
+#. [CrG
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"par_id3150869\n"
+"9\n"
+"help.text"
+msgid "The natural logarithm is the logarithm to the base e. Base e is a constant with an approximate value of 2.718282..."
msgstr ""
-#: 03120306.xhp#par_id3153364.21.help.text
-msgctxt "03120306.xhp#par_id3153364.21.help.text"
-msgid "sUS_date = sUS_date & Right(sInput, 2)"
+#. \vL_
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"par_id3153968\n"
+"10\n"
+"help.text"
+msgid "You can calculate logarithms to any base (n) for any number (x) by dividing the natural logarithm of x by the natural logarithm of n, as follows:"
msgstr ""
-#: 03120306.xhp#par_id3146975.22.help.text
-msgctxt "03120306.xhp#par_id3146975.22.help.text"
-msgid "sUS_date = sUS_date & \"/\""
+#. MXFO
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"par_id3145420\n"
+"11\n"
+"help.text"
+msgid "Log n(x) = Log(x) / Log(n)"
msgstr ""
-#: 03120306.xhp#par_id3149665.23.help.text
-msgctxt "03120306.xhp#par_id3149665.23.help.text"
-msgid "sUS_date = sUS_date & Left(sInput, 4)"
+#. LXj3
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"hd_id3155131\n"
+"12\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03120306.xhp#par_id3150011.24.help.text
-msgctxt "03120306.xhp#par_id3150011.24.help.text"
-msgid "MsgBox sUS_date"
+#. 4ZMa
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"par_id3149262\n"
+"18\n"
+"help.text"
+msgid "MsgBox \"\" & a & chr(13) & (b1*b2) ,0,\"Multiplication by logarithm function\""
msgstr ""
-#: 03120306.xhp#par_id3148618.25.help.text
-msgctxt "03120306.xhp#par_id3148618.25.help.text"
-msgid "End Sub"
+#. u3Ax
+#: 03090103.xhp
+msgctxt ""
+"03090103.xhp\n"
+"tit\n"
+"help.text"
+msgid "IIf Statement [Runtime]"
msgstr ""
-#: 03030110.xhp#tit.help.text
-msgid "DateAdd Function [Runtime]"
-msgstr "Split Function [Runtime]"
+#. Z`dN
+#: 03090103.xhp
+msgctxt ""
+"03090103.xhp\n"
+"bm_id3155420\n"
+"help.text"
+msgid "<bookmark_value>IIf statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 03030110.xhp#bm_id6269417.help.text
-msgid "<bookmark_value>DateAdd function</bookmark_value>"
-msgstr "<bookmark_value>DateAdd ფუნქცია</bookmark_value>"
+#. G.]I
+#: 03090103.xhp
+#, fuzzy
+msgctxt ""
+"03090103.xhp\n"
+"hd_id3155420\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090103.xhp\" name=\"IIf Statement [Runtime]\">IIf Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03030110.xhp#par_idN10548.help.text
-msgid "<link href=\"text/sbasic/shared/03030110.xhp\">DateAdd Function [Runtime]</link>"
+#. 5;M1
+#: 03090103.xhp
+msgctxt ""
+"03090103.xhp\n"
+"par_id3145610\n"
+"2\n"
+"help.text"
+msgid "Returns one of two possible function results, depending on the logical value of the evaluated expression."
msgstr ""
-#: 03030110.xhp#par_idN10558.help.text
-msgid "Adds a date interval to a given date a number of times and returns the resulting date."
-msgstr "ამატებს "
-
-#: 03030110.xhp#par_idN1055B.help.text
-msgctxt "03030110.xhp#par_idN1055B.help.text"
+#. |Msl
+#: 03090103.xhp
+msgctxt ""
+"03090103.xhp\n"
+"hd_id3159413\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03030110.xhp#par_idN1055F.help.text
-msgid "DateAdd (Add, Count, Date)"
-msgstr "DateAdd (Add, Count, Date)"
-
-#: 03030110.xhp#par_idN1061E.help.text
-msgctxt "03030110.xhp#par_idN1061E.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03030110.xhp#par_idN10622.help.text
-msgctxt "03030110.xhp#par_idN10622.help.text"
-msgid "A Variant containing a date."
+#. wDDm
+#: 03090103.xhp
+msgctxt ""
+"03090103.xhp\n"
+"par_id3147560\n"
+"4\n"
+"help.text"
+msgid "IIf (Expression, ExpressionTrue, ExpressionFalse)"
msgstr ""
-#: 03030110.xhp#par_idN10625.help.text
-msgctxt "03030110.xhp#par_idN10625.help.text"
+#. ]Vpm
+#: 03090103.xhp
+msgctxt ""
+"03090103.xhp\n"
+"hd_id3150541\n"
+"5\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03030110.xhp#par_idN10629.help.text
-msgid "Add - A string expression from the following table, specifying the date interval."
-msgstr "Add - სტრინგული გამოსახულება მომდევნო ცხრილიდან, რომელიც მიუთითებს თარიღის ინტერვალს."
-
-#: 03030110.xhp#par_idN10636.help.text
-msgid "Add (string value)"
-msgstr "Add (string value)"
-
-#: 03030110.xhp#par_idN1063C.help.text
-msgctxt "03030110.xhp#par_idN1063C.help.text"
-msgid "Explanation"
-msgstr ""
-
-#: 03030110.xhp#par_idN10643.help.text
-msgid "yyyy"
-msgstr "yyyy"
-
-#: 03030110.xhp#par_idN10649.help.text
-msgid "Year"
-msgstr "Year"
-
-#: 03030110.xhp#par_idN10650.help.text
-msgid "q"
-msgstr "q"
-
-#: 03030110.xhp#par_idN10656.help.text
-msgid "Quarter"
-msgstr "Quarter"
-
-#: 03030110.xhp#par_idN1065D.help.text
-msgid "m"
-msgstr "m"
-
-#: 03030110.xhp#par_idN10663.help.text
-msgid "Month"
-msgstr "Month"
-
-#: 03030110.xhp#par_idN1066A.help.text
-msgid "y"
-msgstr "y"
-
-#: 03030110.xhp#par_idN10670.help.text
-msgid "Day of year"
-msgstr "Day of year"
-
-#: 03030110.xhp#par_idN10677.help.text
-msgid "w"
-msgstr "w"
-
-#: 03030110.xhp#par_idN1067D.help.text
-msgid "Weekday"
-msgstr "Weekday"
-
-#: 03030110.xhp#par_idN10684.help.text
-msgid "ww"
-msgstr "ww"
-
-#: 03030110.xhp#par_idN1068A.help.text
-msgid "Week of year"
-msgstr "Week of year"
-
-#: 03030110.xhp#par_idN10691.help.text
-msgid "d"
-msgstr "d"
-
-#: 03030110.xhp#par_idN10697.help.text
-msgid "Day"
-msgstr "Day"
-
-#: 03030110.xhp#par_idN1069E.help.text
-msgid "h"
-msgstr "h"
-
-#: 03030110.xhp#par_idN106A4.help.text
-msgid "Hour"
-msgstr "Hour"
-
-#: 03030110.xhp#par_idN106AB.help.text
-msgid "n"
-msgstr "n"
-
-#: 03030110.xhp#par_idN106B1.help.text
-msgid "Minute"
-msgstr "Minute"
-
-#: 03030110.xhp#par_idN106B8.help.text
-msgid "s"
-msgstr "s"
-
-#: 03030110.xhp#par_idN106BE.help.text
-msgid "Second"
-msgstr "Second"
-
-#: 03030110.xhp#par_idN106C1.help.text
-msgid "Count - A numerical expression specifying how often the Add interval will be added (Count is positive) or subtracted (Count is negative)."
-msgstr "Count - რიცხვითი გამოსახულება, რომელიც მიუთითებს რამდენად ხშირად დაემატება Add ინტერვალი (Count დადებითია) ან გამოაკლდება subtracted (Count უარყოფითია)."
-
-#: 03030110.xhp#par_idN106C4.help.text
-msgid "Date - A given date or the name of a Variant variable containing a date. The Add value will be added Count times to this value."
-msgstr "Date - თარიღის შემცველი Variant ცვლადისთვის მინიჭებული თარიღი ან სახელი,ამ მნიშვნელობას Add მნიშვნელობა დაემატება Count -ჯერ."
-
-#: 03030110.xhp#par_idN106C7.help.text
-msgctxt "03030110.xhp#par_idN106C7.help.text"
-msgid "Example:"
+#. k.8C
+#: 03090103.xhp
+msgctxt ""
+"03090103.xhp\n"
+"par_id3153381\n"
+"6\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any expression that you want to evaluate. If the expression evaluates to <emph>True</emph>, the function returns the result of ExpressionTrue, otherwise it returns the result of ExpressionFalse."
msgstr ""
-#: 03030110.xhp#par_idN106CB.help.text
-msgid "Sub example_dateadd"
-msgstr "Sub example_dateadd"
-
-#: 03030110.xhp#par_idN106CE.help.text
-msgid "msgbox DateAdd(\"m\", 1, \"1/31/2004\") &\" - \"& DateAdd(\"m\", 1, \"1/31/2005\")"
-msgstr "msgbox DateAdd(\"m\", 1, \"1/31/2004\") &\" - \"& DateAdd(\"m\", 1, \"1/31/2005\")"
-
-#: 03030110.xhp#par_idN106D1.help.text
-msgctxt "03030110.xhp#par_idN106D1.help.text"
-msgid "End Sub"
+#. OgyR
+#: 03090103.xhp
+msgctxt ""
+"03090103.xhp\n"
+"par_id3150870\n"
+"7\n"
+"help.text"
+msgid "<emph>ExpressionTrue, ExpressionFalse:</emph> Any expression, one of which will be returned as the function result, depending on the logical evaluation."
msgstr ""
-#: 03030206.xhp#tit.help.text
-msgid "TimeValue Function [Runtime]"
+#. eKDx
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"tit\n"
+"help.text"
+msgid "Switch Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03030206.xhp#bm_id3149670.help.text
-msgid "<bookmark_value>TimeValue function</bookmark_value>"
-msgstr "<bookmark_value>Va lფუნქცია</bookmark_value>"
+#. .3@(
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"bm_id3148554\n"
+"help.text"
+msgid "<bookmark_value>Switch function</bookmark_value>"
+msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
-#: 03030206.xhp#hd_id3149670.1.help.text
+#. 3=88
+#: 03090410.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03030206.xhp\" name=\"TimeValue Function [Runtime]\">TimeValue Function [Runtime]</link>"
+msgctxt ""
+"03090410.xhp\n"
+"hd_id3148554\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch Function [Runtime]\">Switch Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03030206.xhp#par_id3153361.2.help.text
-msgid "Calculates a serial time value from the specified hour, minute, and second - parameters passed as strings - that represents the time in a single numeric value. This value can be used to calculate the difference between times."
+#. Ndi(
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"par_id3148522\n"
+"2\n"
+"help.text"
+msgid "Evaluates a list of arguments, consisting of an expression followed by a value. The Switch function returns a value that is associated with the expression that is passed by this function."
msgstr ""
-#: 03030206.xhp#hd_id3154138.3.help.text
-msgctxt "03030206.xhp#hd_id3154138.3.help.text"
+#. R;j,
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"hd_id3154863\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03030206.xhp#par_id3156282.4.help.text
-msgid "TimeValue (Text As String)"
-msgstr "Val (ტექსტი როგორც სტრიქონი)"
-
-#: 03030206.xhp#hd_id3153969.5.help.text
-msgctxt "03030206.xhp#hd_id3153969.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03030206.xhp#par_id3156424.6.help.text
-msgctxt "03030206.xhp#par_id3156424.6.help.text"
-msgid "Date"
+#. e_XP
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"par_id3155934\n"
+"4\n"
+"help.text"
+msgid "Switch (Expression1, Value1[, Expression2, Value2[..., Expression_n, Value_n]])"
msgstr ""
-#: 03030206.xhp#hd_id3145172.7.help.text
-msgctxt "03030206.xhp#hd_id3145172.7.help.text"
+#. :E+8
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"hd_id3149119\n"
+"5\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03030206.xhp#par_id3145786.8.help.text
-msgid "<emph>Text:</emph> Any string expression that contains the time that you want to calculate in the format \"HH:MM:SS\"."
-msgstr ""
-
-#: 03030206.xhp#par_id3152578.9.help.text
-msgid "Use the TimeValue function to convert any time into a single value, so that you can calculate time differences."
+#. s%Y(
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"par_id3153894\n"
+"6\n"
+"help.text"
+msgid "The <emph>Switch</emph> function evaluates the expressions from left to right, and then returns the value that is assigned to the function expression. If expression and value are not given as a pair, a runtime error occurs."
msgstr ""
-#: 03030206.xhp#par_id3163710.10.help.text
-msgid "This TimeValue function returns the type Variant with VarType 7 (Date), and stores this value internally as a double-precision number between 0 and 0.9999999999."
-msgstr ""
+#. 5Kpl
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"par_id3153990\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression:</emph> The expression that you want to evaluate."
+msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-#: 03030206.xhp#par_id3151117.11.help.text
-msgid "As opposed to the DateSerial or the DateValue function, where serial date values result in days relative to a fixed date, you can calculate with the values that are returned by the TimeValue function, but you cannot evaluate them."
+#. Bl=l
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"par_id3153394\n"
+"8\n"
+"help.text"
+msgid "<emph>Value:</emph> The value that you want to return if the expression is True."
msgstr ""
-#: 03030206.xhp#par_id3147426.12.help.text
-msgid "In the TimeSerial function, you can pass individual parameters (hour, minute, second) as separate numeric expressions. For the TimeValue function, however, you can pass a string as a parameter containing the time."
+#. A+2b
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"par_id3153346\n"
+"9\n"
+"help.text"
+msgid "In the following example, the <emph>Switch</emph> function assigns the appropriate gender to the name that is passed to the function:"
msgstr ""
-#: 03030206.xhp#hd_id3145271.13.help.text
-msgctxt "03030206.xhp#hd_id3145271.13.help.text"
+#. #JHo
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"hd_id3159157\n"
+"10\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03030206.xhp#par_id3152597.30.help.text
-msgid "Sub ExampleTimerValue"
-msgstr "Sub ExampleStr"
-
-#: 03030206.xhp#par_id3147348.31.help.text
-msgid "Dim daDT as Date"
-msgstr ""
-
-#: 03030206.xhp#par_id3148576.32.help.text
-msgid "Dim a1, b1, c1, a2, b2, c2 as String"
-msgstr ""
-
-#: 03030206.xhp#par_id3149378.33.help.text
-msgid "a1 = \"start time\""
+#. XFem
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"par_id3149579\n"
+"13\n"
+"help.text"
+msgid "sGender = GetGenderIndex( \"John\" )"
msgstr ""
-#: 03030206.xhp#par_id3145800.34.help.text
-msgid "b1 = \"end time\""
+#. 5q-x
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"par_id3153361\n"
+"18\n"
+"help.text"
+msgid "GetGenderIndex = Switch(sName = \"Jane\", \"female\", sName = \"John\", \"male\")"
msgstr ""
-#: 03030206.xhp#par_id3151074.35.help.text
-msgid "c1 = \"total time\""
-msgstr ""
+#. xWtf
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"tit\n"
+"help.text"
+msgid "QBColor Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03030206.xhp#par_id3154492.37.help.text
-msgid "a2 = \"8:34\""
-msgstr ""
+#. _;[p
+#: 03010304.xhp
+#, fuzzy
+msgctxt ""
+"03010304.xhp\n"
+"hd_id3149670\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010304.xhp\" name=\"QBColor Function [Runtime]\">QBColor Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03030206.xhp#par_id3155602.38.help.text
-msgid "b2 = \"18:12\""
+#. K8-Z
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3150359\n"
+"2\n"
+"help.text"
+msgid "Returns the <link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB\">RGB</link> color code of the color passed as a color value through an older MS-DOS based programming system."
msgstr ""
-#: 03030206.xhp#par_id3150715.39.help.text
-msgid "daDT = TimeValue(b2) - TimeValue(a2)"
+#. fsHX
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"hd_id3154140\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03030206.xhp#par_id3153838.40.help.text
-msgid "c2 = a1 & \": \" & a2 & chr(13)"
+#. R;\S
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3151042\n"
+"4\n"
+"help.text"
+msgid "QBColor (ColorNumber As Integer)"
msgstr ""
-#: 03030206.xhp#par_id3150749.41.help.text
-msgid "c2 = c2 & b1 & \": \" & b2 & chr(13)"
-msgstr ""
+#. )m7t
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"hd_id3145172\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03030206.xhp#par_id3154755.42.help.text
-msgid "c2 = c2 & c1 & \": \" & trim(Str(Hour(daDT))) & \":\" & trim(Str(Minute(daDT))) & \":\" & trim(Str(Second(daDT)))"
+#. r~G\
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3154685\n"
+"6\n"
+"help.text"
+msgid "Long"
msgstr ""
-#: 03030206.xhp#par_id3153714.43.help.text
-msgid "Msgbox c2"
+#. KbV1
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"hd_id3156560\n"
+"7\n"
+"help.text"
+msgid "Parameter:"
msgstr ""
-#: 03030206.xhp#par_id3155767.44.help.text
-msgctxt "03030206.xhp#par_id3155767.44.help.text"
-msgid "end sub"
+#. \;{r
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3161832\n"
+"8\n"
+"help.text"
+msgid "<emph>ColorNumber</emph>: Any integer expression that specifies the color value of the color passed from an older MS-DOS based programming system."
msgstr ""
-#: 03104000.xhp#tit.help.text
-msgid "IsMissing function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03104000.xhp#bm_id3153527.help.text
-msgid "<bookmark_value>IsMissing function</bookmark_value>"
-msgstr "<bookmark_value>სრტიქონის ფუნქცია</bookmark_value>"
-
-#: 03104000.xhp#hd_id3153527.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03104000.xhp\" name=\"IsMissing function [Runtime]\">IsMissing function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03104000.xhp#par_id3153825.2.help.text
-msgid "Tests if a function is called with an optional parameter."
+#. L`5)
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3147318\n"
+"9\n"
+"help.text"
+msgid "<emph>ColorNumber</emph> can be assigned the following values:"
msgstr ""
-#: 03104000.xhp#par_id3150669.3.help.text
-msgid "See also: <link href=\"text/sbasic/shared/03104100.xhp\" name=\"Optional\">Optional</link>"
+#. =I;?
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3152576\n"
+"10\n"
+"help.text"
+msgid "0 : Black"
msgstr ""
-#: 03104000.xhp#hd_id3145611.4.help.text
-msgctxt "03104000.xhp#hd_id3145611.4.help.text"
-msgid "Syntax:"
+#. },S\
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3146975\n"
+"11\n"
+"help.text"
+msgid "1 : Blue"
msgstr ""
-#: 03104000.xhp#par_id3154924.5.help.text
-msgid "IsMissing( ArgumentName )"
+#. GP_C
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3151116\n"
+"12\n"
+"help.text"
+msgid "2 : Green"
msgstr ""
-#: 03104000.xhp#hd_id3145069.6.help.text
-msgctxt "03104000.xhp#hd_id3145069.6.help.text"
-msgid "Parameters:"
+#. Mg{r
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3155412\n"
+"13\n"
+"help.text"
+msgid "3 : Cyan"
msgstr ""
-#: 03104000.xhp#par_id3149457.7.help.text
-msgid "<emph>ArgumentName:</emph> the name of an optional argument."
+#. 7]ZD
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3155306\n"
+"14\n"
+"help.text"
+msgid "4 : Red"
msgstr ""
-#: 03104000.xhp#par_id3150398.8.help.text
-msgid "If the IsMissing function is called by the ArgumentName, then True is returned."
+#. HlQZ
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3153364\n"
+"15\n"
+"help.text"
+msgid "5 : Magenta"
msgstr ""
-#: 03104000.xhp#par_id3148798.9.help.text
-msgctxt "03104000.xhp#par_id3148798.9.help.text"
-msgid "See also <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Examples\">Examples</link>."
-msgstr "See <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"მაგალითები\">მაგალითები</link>."
-
-#: 03090410.xhp#tit.help.text
-msgid "Switch Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03090410.xhp#bm_id3148554.help.text
-msgid "<bookmark_value>Switch function</bookmark_value>"
-msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
-
-#: 03090410.xhp#hd_id3148554.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch Function [Runtime]\">Switch Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03090410.xhp#par_id3148522.2.help.text
-msgid "Evaluates a list of arguments, consisting of an expression followed by a value. The Switch function returns a value that is associated with the expression that is passed by this function."
+#. :${o
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3146119\n"
+"16\n"
+"help.text"
+msgid "6 : Yellow"
msgstr ""
-#: 03090410.xhp#hd_id3154863.3.help.text
-msgctxt "03090410.xhp#hd_id3154863.3.help.text"
-msgid "Syntax:"
+#. 9KFI
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3154730\n"
+"17\n"
+"help.text"
+msgid "7 : White"
msgstr ""
-#: 03090410.xhp#par_id3155934.4.help.text
-msgid "Switch (Expression1, Value1[, Expression2, Value2[..., Expression_n, Value_n]])"
+#. E4jJ
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3153877\n"
+"18\n"
+"help.text"
+msgid "8 : Gray"
msgstr ""
-#: 03090410.xhp#hd_id3149119.5.help.text
-msgctxt "03090410.xhp#hd_id3149119.5.help.text"
-msgid "Parameters:"
+#. 5#s\
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3147124\n"
+"19\n"
+"help.text"
+msgid "9 : Light Blue"
msgstr ""
-#: 03090410.xhp#par_id3153894.6.help.text
-msgid "The <emph>Switch</emph> function evaluates the expressions from left to right, and then returns the value that is assigned to the function expression. If expression and value are not given as a pair, a runtime error occurs."
+#. K.l,
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3145646\n"
+"20\n"
+"help.text"
+msgid "10 : Light Green"
msgstr ""
-#: 03090410.xhp#par_id3153990.7.help.text
-msgid "<emph>Expression:</emph> The expression that you want to evaluate."
-msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-
-#: 03090410.xhp#par_id3153394.8.help.text
-msgid "<emph>Value:</emph> The value that you want to return if the expression is True."
+#. bR*(
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3149958\n"
+"21\n"
+"help.text"
+msgid "11 : Light Cyan"
msgstr ""
-#: 03090410.xhp#par_id3153346.9.help.text
-msgid "In the following example, the <emph>Switch</emph> function assigns the appropriate gender to the name that is passed to the function:"
+#. Z.3/
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3154943\n"
+"22\n"
+"help.text"
+msgid "12 : Light Red"
msgstr ""
-#: 03090410.xhp#hd_id3159157.10.help.text
-msgctxt "03090410.xhp#hd_id3159157.10.help.text"
-msgid "Example:"
+#. !{[D
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3150715\n"
+"23\n"
+"help.text"
+msgid "13 : Light Magenta"
msgstr ""
-#: 03090410.xhp#par_id3147573.11.help.text
-msgid "Sub ExampleSwitch"
-msgstr "Sub ExampleStr"
-
-#: 03090410.xhp#par_id3143270.12.help.text
-msgid "Dim sGender As String"
-msgstr "Dim sSep As String"
-
-#: 03090410.xhp#par_id3149579.13.help.text
-msgid "sGender = GetGenderIndex( \"John\" )"
+#. bdzd
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3146970\n"
+"24\n"
+"help.text"
+msgid "14 : Light Yellow"
msgstr ""
-#: 03090410.xhp#par_id3153626.14.help.text
-msgid "MsgBox sGender"
+#. p`D#
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3150750\n"
+"25\n"
+"help.text"
+msgid "15 : Bright White"
msgstr ""
-#: 03090410.xhp#par_id3147560.15.help.text
-msgctxt "03090410.xhp#par_id3147560.15.help.text"
-msgid "End Sub"
+#. {CCn
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3146914\n"
+"26\n"
+"help.text"
+msgid "This function is used only to convert from older MS-DOS based BASIC applications that use the above color codes. The function returns a long integer value indicating the color to be used in the $[officename] IDE."
msgstr ""
-#: 03090410.xhp#par_id3154758.17.help.text
-msgid "Function GetGenderIndex (sName As String) As String"
+#. |597
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"hd_id3148406\n"
+"27\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03090410.xhp#par_id3153361.18.help.text
-msgid "GetGenderIndex = Switch(sName = \"Jane\", \"female\", sName = \"John\", \"male\")"
+#. /*$1
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3149566\n"
+"33\n"
+"help.text"
+msgid "MsgBox stext,0,\"Color \" & iColor"
msgstr ""
-#: 03090410.xhp#par_id3154939.19.help.text
-msgctxt "03090410.xhp#par_id3154939.19.help.text"
-msgid "End Function"
-msgstr "End function"
+#. MCTP
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"tit\n"
+"help.text"
+msgid "WeekDay Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03101140.xhp#tit.help.text
-msgid "DefStr Statement [Runtime]"
-msgstr ""
+#. U)N@
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"bm_id3153127\n"
+"help.text"
+msgid "<bookmark_value>WeekDay function</bookmark_value>"
+msgstr "<bookmark_value>Va lფუნქცია</bookmark_value>"
-#: 03101140.xhp#bm_id6161381.help.text
-msgid "<bookmark_value>DefStr statement</bookmark_value>"
-msgstr "<bookmark_value>DefStr განცხადება</bookmark_value>"
+#. \[1l
+#: 03030105.xhp
+#, fuzzy
+msgctxt ""
+"03030105.xhp\n"
+"hd_id3153127\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030105.xhp\" name=\"WeekDay Function [Runtime]\">WeekDay Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03101140.xhp#par_idN10577.help.text
-msgid "<link href=\"text/sbasic/shared/03101140.xhp\">DefStr Statement [Runtime]</link>"
+#. Ir|M
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3146795\n"
+"2\n"
+"help.text"
+msgid "Returns the number corresponding to the weekday represented by a serial date number that is generated by the DateSerial or the DateValue function."
msgstr ""
-#: 03101140.xhp#par_idN10587.help.text
-msgid "If no type-declaration character or keyword is specified, the DefStr statement sets the default variable type, according to a letter range."
-msgstr "თუ ტიპის გამოცხადების ასო-ნიშანი ან სიტყვა-გასაღები მითითებული არ არის, DefSng განცხადება საწყისი ცვლადის ტიპს აყენებს ასოთა რანგის მიხედვით."
-
-#: 03101140.xhp#par_idN1058A.help.text
-msgctxt "03101140.xhp#par_idN1058A.help.text"
+#. EGfU
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"hd_id3145068\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03101140.xhp#par_idN1058E.help.text
-msgctxt "03101140.xhp#par_idN1058E.help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+#. %Zp{
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3149655\n"
+"4\n"
+"help.text"
+msgid "WeekDay (Number)"
msgstr ""
-#: 03101140.xhp#par_idN10591.help.text
-msgctxt "03101140.xhp#par_idN10591.help.text"
-msgid "Parameters:"
-msgstr ""
+#. ?1`$
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"hd_id3148799\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03101140.xhp#par_idN10595.help.text
-msgctxt "03101140.xhp#par_idN10595.help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
+#. {F[)
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3154125\n"
+"6\n"
+"help.text"
+msgid "Integer"
msgstr ""
-#: 03101140.xhp#par_idN1059C.help.text
-msgctxt "03101140.xhp#par_idN1059C.help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+#. f?+Z
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"hd_id3150768\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03101140.xhp#par_idN105A3.help.text
-msgctxt "03101140.xhp#par_idN105A3.help.text"
-msgid "<emph>Keyword:</emph> Default variable type"
+#. +b1j
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3151042\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Integer expression that contains the serial date number that is used to calculate the day of the week (1-7)."
msgstr ""
-#: 03101140.xhp#par_idN105AA.help.text
-msgid "<emph>DefStr:</emph> String"
-msgstr "<emph>DefStr:</emph> სტრინგი"
+#. D%dz
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3159254\n"
+"9\n"
+"help.text"
+msgid "The following example determines the day of the week using the WeekDay function when you enter a date."
+msgstr ""
-#: 03101140.xhp#par_idN105B1.help.text
-msgctxt "03101140.xhp#par_idN105B1.help.text"
+#. .g5#
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"hd_id3148616\n"
+"10\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03101140.xhp#par_idN105B5.help.text
-msgctxt "03101140.xhp#par_idN105B5.help.text"
-msgid "REM Prefix definitions for variable types:"
+#. w+Y(
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3148576\n"
+"13\n"
+"help.text"
+msgid "' Return And display the day of the week"
msgstr ""
-#: 03101140.xhp#par_idN105B8.help.text
-msgctxt "03101140.xhp#par_idN105B8.help.text"
-msgid "DefBool b"
+#. SX7#
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3151117\n"
+"16\n"
+"help.text"
+msgid "sDay=\"Sunday\""
msgstr ""
-#: 03101140.xhp#par_idN105BB.help.text
-msgctxt "03101140.xhp#par_idN105BB.help.text"
-msgid "DefDate t"
+#. :?Uh
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3153952\n"
+"18\n"
+"help.text"
+msgid "sDay=\"Monday\""
msgstr ""
-#: 03101140.xhp#par_idN105BE.help.text
-msgctxt "03101140.xhp#par_idN105BE.help.text"
-msgid "DefDbL d"
+#. l[k*
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3153157\n"
+"20\n"
+"help.text"
+msgid "sDay=\"Tuesday\""
msgstr ""
-#: 03101140.xhp#par_idN105C1.help.text
-msgctxt "03101140.xhp#par_idN105C1.help.text"
-msgid "DefInt i"
+#. +.CF
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3154942\n"
+"22\n"
+"help.text"
+msgid "sDay=\"Wednesday\""
msgstr ""
-#: 03101140.xhp#par_idN105C4.help.text
-msgctxt "03101140.xhp#par_idN105C4.help.text"
-msgid "DefLng l"
-msgstr "DefSng s"
-
-#: 03101140.xhp#par_idN105C7.help.text
-msgctxt "03101140.xhp#par_idN105C7.help.text"
-msgid "DefObj o"
+#. (uJb
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3155416\n"
+"24\n"
+"help.text"
+msgid "sDay=\"Thursday\""
msgstr ""
-#: 03101140.xhp#par_idN105CA.help.text
-msgctxt "03101140.xhp#par_idN105CA.help.text"
-msgid "DefVar v"
+#. WZ3:
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3154015\n"
+"26\n"
+"help.text"
+msgid "sDay=\"Friday\""
msgstr ""
-#: 03101140.xhp#par_idN105CD.help.text
-msgid "DefStr s"
-msgstr "DefStr s"
-
-#: 03101140.xhp#par_idN105D0.help.text
-msgid "Sub ExampleDefStr"
-msgstr "Sub ExampleDefStr"
-
-#: 03101140.xhp#par_idN105D3.help.text
-msgid "sStr=String REM sStr is an implicit string variable"
-msgstr "sStr=String REM sStr არის ნაგულიცხმევი სტინგული ცვლადი"
+#. ^.r6
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3153707\n"
+"28\n"
+"help.text"
+msgid "sDay=\"Saturday\""
+msgstr ""
-#: 03101140.xhp#par_idN105D6.help.text
-msgctxt "03101140.xhp#par_idN105D6.help.text"
-msgid "end sub"
+#. 3:~f
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3148993\n"
+"30\n"
+"help.text"
+msgid "MsgBox \"\" + sDay,64,\"Today Is\""
msgstr ""
-#: 03130800.xhp#tit.help.text
+#. o7kz
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"tit\n"
+"help.text"
msgid "Environ Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03130800.xhp#bm_id3155364.help.text
+#. `6?t
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"bm_id3155364\n"
+"help.text"
msgid "<bookmark_value>Environ function</bookmark_value>"
msgstr "<bookmark_value>Environ ფუნქცია</bookmark_value>"
-#: 03130800.xhp#hd_id3155364.1.help.text
+#. `CPU
+#: 03130800.xhp
#, fuzzy
+msgctxt ""
+"03130800.xhp\n"
+"hd_id3155364\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/sbasic/shared/03130800.xhp\" name=\"Environ Function [Runtime]\">Environ Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03130800.xhp#par_id3145090.2.help.text
+#. ^;cz
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"par_id3145090\n"
+"2\n"
+"help.text"
msgid "Returns the value of an environment variable as a string. Environment variables are dependent on the type of operating system that you have."
msgstr "აბრუნებს გარემოს ცვლადის მნიშვნელობას როგორც სტრინგს. გარემოს ცვლადები დამოკიდებულები არიან თქვენი ოპერაციული სისტემის ტიპზე."
-#: 03130800.xhp#hd_id3150670.4.help.text
-msgctxt "03130800.xhp#hd_id3150670.4.help.text"
+#. {plO
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"hd_id3150670\n"
+"4\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03130800.xhp#par_id3159176.5.help.text
+#. L_au
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"par_id3159176\n"
+"5\n"
+"help.text"
msgid "Environ (Environment As String)"
msgstr "Environ (Environment As String)"
-#: 03130800.xhp#hd_id3159157.6.help.text
-msgctxt "03130800.xhp#hd_id3159157.6.help.text"
+#. x(Zn
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"hd_id3159157\n"
+"6\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03130800.xhp#par_id3148473.7.help.text
-msgctxt "03130800.xhp#par_id3148473.7.help.text"
+#. lPJF
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"par_id3148473\n"
+"7\n"
+"help.text"
msgid "String"
msgstr "სტრიქონები"
-#: 03130800.xhp#hd_id3145609.8.help.text
-msgctxt "03130800.xhp#hd_id3145609.8.help.text"
+#. $*kl
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"hd_id3145609\n"
+"8\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03130800.xhp#par_id3159414.9.help.text
+#. KCCL
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"par_id3159414\n"
+"9\n"
+"help.text"
msgid "Environment: Environment variable that you want to return the value for."
msgstr "Environment: გარემოს ცვლადი, რომელისთვისაც გნებავთ დააბრუნოთ მნიშვნელობა."
-#: 03130800.xhp#hd_id3148663.10.help.text
-msgctxt "03130800.xhp#hd_id3148663.10.help.text"
+#. ^FcI
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"hd_id3148663\n"
+"10\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03130800.xhp#par_id3149655.11.help.text
-msgid "Sub ExampleEnviron"
-msgstr "Sub ExampleEnviron"
-
-#: 03130800.xhp#par_id3154940.12.help.text
-msgctxt "03130800.xhp#par_id3154940.12.help.text"
-msgid "Dim sTemp As String"
-msgstr "Dim sSep As String"
-
-#: 03130800.xhp#par_id3148920.13.help.text
-msgid "sTemp=Environ (\"TEMP\")"
-msgstr "sTemp=Environ (\"TEMP\")"
-
-#: 03130800.xhp#par_id3150869.14.help.text
-msgid "If sTemp = \"\" Then sTemp=Environ(\"TMP\")"
-msgstr "If sTemp = \"\" Then sTemp=Environ(\"TMP\")"
-
-#: 03130800.xhp#par_id3145419.15.help.text
+#. ,fp@
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"par_id3145419\n"
+"15\n"
+"help.text"
msgid "MsgBox \"'\" & sTemp & \"'\" ,64,\"Directory of temporary files:\""
msgstr "MsgBox \"'\" & sTemp & \"'\" ,64,\"დროებითი ფაილების დირექტორია:\""
-#: 03130800.xhp#par_id3154124.16.help.text
-msgctxt "03130800.xhp#par_id3154124.16.help.text"
-msgid "End Sub"
+#. *27t
+#: 03020200.xhp
+msgctxt ""
+"03020200.xhp\n"
+"tit\n"
+"help.text"
+msgid "File Input/Output Functions"
msgstr ""
-#: 03020204.xhp#tit.help.text
-msgid "Put Statement [Runtime]"
+#. Z$bL
+#: 03020200.xhp
+msgctxt ""
+"03020200.xhp\n"
+"hd_id3150791\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020200.xhp\" name=\"File Input/Output Functions\">File Input/Output Functions</link>"
msgstr ""
-#: 03020204.xhp#bm_id3150360.help.text
-msgid "<bookmark_value>Put statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
+#. W)3#
+#: 03050300.xhp
+msgctxt ""
+"03050300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Error Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03020204.xhp#hd_id3150360.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement [Runtime]\">Put Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
+#. J`3j
+#: 03050300.xhp
+msgctxt ""
+"03050300.xhp\n"
+"bm_id3159413\n"
+"help.text"
+msgid "<bookmark_value>Error function</bookmark_value>"
+msgstr "<bookmark_value>IsError ფუნქცია</bookmark_value>"
-#: 03020204.xhp#par_id3154909.2.help.text
-msgid "Writes a record to a relative file or a sequence of bytes to a binary file."
-msgstr ""
+#. uUil
+#: 03050300.xhp
+#, fuzzy
+msgctxt ""
+"03050300.xhp\n"
+"hd_id3159413\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03050300.xhp\" name=\"Error Function [Runtime]\">Error Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03020204.xhp#par_id3156281.3.help.text
-msgid "See also: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> statement"
+#. eepP
+#: 03050300.xhp
+msgctxt ""
+"03050300.xhp\n"
+"par_id3148663\n"
+"2\n"
+"help.text"
+msgid "Returns the error message that corresponds to a given error code."
msgstr ""
-#: 03020204.xhp#hd_id3125863.4.help.text
-msgctxt "03020204.xhp#hd_id3125863.4.help.text"
+#. P3U*
+#: 03050300.xhp
+msgctxt ""
+"03050300.xhp\n"
+"hd_id3153379\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03020204.xhp#par_id3155132.5.help.text
-msgid "Put [#] FileNumber As Integer, [position], Variable"
-msgstr ""
-
-#: 03020204.xhp#hd_id3153190.6.help.text
-msgctxt "03020204.xhp#hd_id3153190.6.help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020204.xhp#par_id3146120.7.help.text
-msgid "<emph>FileNumber:</emph> Any integer expression that defines the file that you want to write to."
-msgstr ""
-
-#: 03020204.xhp#par_id3155411.8.help.text
-msgid "<emph>Position: </emph>For relative files (random access files), the number of the record that you want to write."
-msgstr ""
-
-#: 03020204.xhp#par_id3148576.9.help.text
-msgid "For binary files (binary access), the position of the byte in the file where you want to start writing."
-msgstr ""
+#. Id#@
+#: 03050300.xhp
+msgctxt ""
+"03050300.xhp\n"
+"par_id3154366\n"
+"4\n"
+"help.text"
+msgid "Error (Expression)"
+msgstr "Str (გამოსახულება)"
-#: 03020204.xhp#par_id3153729.10.help.text
-msgid "<emph>Variable:</emph> Name of the variable that you want to write to the file."
-msgstr ""
+#. X]y/
+#: 03050300.xhp
+msgctxt ""
+"03050300.xhp\n"
+"hd_id3145173\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03020204.xhp#par_id3146974.11.help.text
-msgid "Note for relative files: If the contents of this variable does not match the length of the record that is specified in the <emph>Len</emph> clause of the <emph>Open</emph> statement, the space between the end of the newly written record and the next record is padded with existing data from the file that you are writing to."
-msgstr ""
+#. *]@p
+#: 03050300.xhp
+msgctxt ""
+"03050300.xhp\n"
+"par_id3154125\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონები"
-#: 03020204.xhp#par_id3155855.12.help.text
-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."
+#. 8)sH
+#: 03050300.xhp
+msgctxt ""
+"03050300.xhp\n"
+"hd_id3150869\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03020204.xhp#hd_id3154491.13.help.text
-msgctxt "03020204.xhp#hd_id3154491.13.help.text"
-msgid "Example:"
+#. ?c#R
+#: 03050300.xhp
+msgctxt ""
+"03050300.xhp\n"
+"par_id3153193\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any numeric expression that contains the error code of the error message that you want to return."
msgstr ""
-#: 03020204.xhp#par_id3149410.14.help.text
-msgctxt "03020204.xhp#par_id3149410.14.help.text"
-msgid "Sub ExampleRandomAccess"
+#. li;V
+#: 03050300.xhp
+msgctxt ""
+"03050300.xhp\n"
+"par_id3159254\n"
+"9\n"
+"help.text"
+msgid "If no parameters are passed, the Error function returns the error message of the most recent error that occurred during program execution."
msgstr ""
-#: 03020204.xhp#par_id3149959.15.help.text
-msgctxt "03020204.xhp#par_id3149959.15.help.text"
-msgid "Dim iNumber As Integer"
-msgstr "DIm iLen როგორც Integer"
-
-#: 03020204.xhp#par_id3154729.16.help.text
-msgid "Dim sText As Variant REM Must be a variant type"
+#. Xs$]
+#: 03020413.xhp
+msgctxt ""
+"03020413.xhp\n"
+"tit\n"
+"help.text"
+msgid "RmDir Statement [Runtime]"
msgstr ""
-#: 03020204.xhp#par_id3156286.17.help.text
-msgctxt "03020204.xhp#par_id3156286.17.help.text"
-msgid "Dim aFile As String"
-msgstr "DIM sFile სტრიქონი როგორც "
-
-#: 03020204.xhp#par_id3149400.18.help.text
-msgctxt "03020204.xhp#par_id3149400.18.help.text"
-msgid "aFile = \"c:\\data.txt\""
-msgstr ""
+#. m{V6
+#: 03020413.xhp
+msgctxt ""
+"03020413.xhp\n"
+"bm_id3148947\n"
+"help.text"
+msgid "<bookmark_value>RmDir statement</bookmark_value>"
+msgstr "<bookmark_value>RSet დებულება</bookmark_value>"
-#: 03020204.xhp#par_id3149124.20.help.text
-msgctxt "03020204.xhp#par_id3149124.20.help.text"
-msgid "iNumber = Freefile"
-msgstr ""
+#. 4r^E
+#: 03020413.xhp
+#, fuzzy
+msgctxt ""
+"03020413.xhp\n"
+"hd_id3148947\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020413.xhp\" name=\"RmDir Statement [Runtime]\">RmDir Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03020204.xhp#par_id3150330.21.help.text
-msgctxt "03020204.xhp#par_id3150330.21.help.text"
-msgid "Open aFile For Random As #iNumber Len=32"
+#. {DB\
+#: 03020413.xhp
+msgctxt ""
+"03020413.xhp\n"
+"par_id3149457\n"
+"2\n"
+"help.text"
+msgid "Deletes an existing directory from a data medium."
msgstr ""
-#: 03020204.xhp#par_id3156278.22.help.text
-msgid "Seek #iNumber,1 REM Position to start writing"
+#. [*b!
+#: 03020413.xhp
+msgctxt ""
+"03020413.xhp\n"
+"hd_id3153361\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03020204.xhp#par_id3153711.23.help.text
-msgctxt "03020204.xhp#par_id3153711.23.help.text"
-msgid "Put #iNumber,, \"This is the first line of text\" REM Fill line with text"
-msgstr ""
+#. 1Fh1
+#: 03020413.xhp
+msgctxt ""
+"03020413.xhp\n"
+"par_id3154367\n"
+"4\n"
+"help.text"
+msgid "RmDir Text As String"
+msgstr "RTrim (Text As String)"
-#: 03020204.xhp#par_id3155446.24.help.text
-msgctxt "03020204.xhp#par_id3155446.24.help.text"
-msgid "Put #iNumber,, \"This is the second line of text\""
+#. !jBm
+#: 03020413.xhp
+msgctxt ""
+"03020413.xhp\n"
+"hd_id3156281\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03020204.xhp#par_id3154255.25.help.text
-msgctxt "03020204.xhp#par_id3154255.25.help.text"
-msgid "Put #iNumber,, \"This is the third line of text\""
+#. Lo+P
+#: 03020413.xhp
+msgctxt ""
+"03020413.xhp\n"
+"par_id3151042\n"
+"6\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that specifies the name and path of the directory that you want to delete. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
msgstr ""
-#: 03020204.xhp#par_id3150045.26.help.text
-msgctxt "03020204.xhp#par_id3150045.26.help.text"
-msgid "Seek #iNumber,2"
+#. )_((
+#: 03020413.xhp
+msgctxt ""
+"03020413.xhp\n"
+"par_id3153192\n"
+"7\n"
+"help.text"
+msgid "If the path is not determined, the <emph>RmDir Statement</emph> searches for the directory that you want to delete in the current path. If it is not found there, an error message appears."
msgstr ""
-#: 03020204.xhp#par_id3145149.27.help.text
-msgctxt "03020204.xhp#par_id3145149.27.help.text"
-msgid "Get #iNumber,,sText"
+#. J0+e
+#: 03020413.xhp
+msgctxt ""
+"03020413.xhp\n"
+"hd_id3145271\n"
+"8\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03020204.xhp#par_id3147363.28.help.text
-msgctxt "03020204.xhp#par_id3147363.28.help.text"
-msgid "Print sText"
-msgstr ""
+#. 5unp
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"tit\n"
+"help.text"
+msgid "Loc Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03020204.xhp#par_id3163806.29.help.text
-msgctxt "03020204.xhp#par_id3163806.29.help.text"
-msgid "Close #iNumber"
-msgstr ""
+#. (LT+
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"bm_id3148663\n"
+"help.text"
+msgid "<bookmark_value>Loc function</bookmark_value>"
+msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
-#: 03020204.xhp#par_id3149568.31.help.text
-msgctxt "03020204.xhp#par_id3149568.31.help.text"
-msgid "iNumber = Freefile"
-msgstr ""
+#. Ih^f
+#: 03020302.xhp
+#, fuzzy
+msgctxt ""
+"03020302.xhp\n"
+"hd_id3148663\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020302.xhp\" name=\"Loc Function [Runtime]\">Loc Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03020204.xhp#par_id3155607.32.help.text
-msgctxt "03020204.xhp#par_id3155607.32.help.text"
-msgid "Open aFile For Random As #iNumber Len=32"
+#. I9zU
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"par_id3154138\n"
+"2\n"
+"help.text"
+msgid "Returns the current position in an open file."
msgstr ""
-#: 03020204.xhp#par_id3154022.33.help.text
-msgctxt "03020204.xhp#par_id3154022.33.help.text"
-msgid "Get #iNumber,2,sText"
+#. Y(_f
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"hd_id3156422\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03020204.xhp#par_id3150940.34.help.text
-msgid "Put #iNumber,,\"This is new text\""
+#. dJiE
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"par_id3150768\n"
+"4\n"
+"help.text"
+msgid "Loc(FileNumber)"
msgstr ""
-#: 03020204.xhp#par_id3146132.35.help.text
-msgctxt "03020204.xhp#par_id3146132.35.help.text"
-msgid "Get #iNumber,1,sText"
-msgstr ""
+#. 9=h;
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"hd_id3150440\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03020204.xhp#par_id3154198.36.help.text
-msgctxt "03020204.xhp#par_id3154198.36.help.text"
-msgid "Get #iNumber,2,sText"
+#. ;o;.
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"par_id3152578\n"
+"6\n"
+"help.text"
+msgid "Long"
msgstr ""
-#: 03020204.xhp#par_id3159102.37.help.text
-msgctxt "03020204.xhp#par_id3159102.37.help.text"
-msgid "Put #iNumber,20,\"This is the text in record 20\""
+#. nJ4!
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"hd_id3152462\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03020204.xhp#par_id3153785.38.help.text
-msgctxt "03020204.xhp#par_id3153785.38.help.text"
-msgid "Print Lof(#iNumber)"
+#. jSLg
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"par_id3153363\n"
+"8\n"
+"help.text"
+msgid "<emph>FileNumber:</emph> Any numeric expression that contains the file number that is set by the Open statement for the respective file."
msgstr ""
-#: 03020204.xhp#par_id3151277.39.help.text
-msgctxt "03020204.xhp#par_id3151277.39.help.text"
-msgid "Close #iNumber"
+#. FQTH
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"par_id3154320\n"
+"9\n"
+"help.text"
+msgid "If the Loc function is used for an open random access file, it returns the number of the last record that was last read or written."
msgstr ""
-#: 03020204.xhp#par_id3150786.41.help.text
-msgctxt "03020204.xhp#par_id3150786.41.help.text"
-msgid "end sub"
+#. 1Oh5
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"par_id3151115\n"
+"10\n"
+"help.text"
+msgid "For a sequential file, the Loc function returns the position in a file divided by 128. For binary files, the position of the last read or written byte is returned."
msgstr ""
-#: 03020201.xhp#tit.help.text
-msgid "Get Statement [Runtime]"
+#. :+cT
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefErr Statement [Runtime]"
msgstr ""
-#: 03020201.xhp#bm_id3154927.help.text
-msgid "<bookmark_value>Get statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-
-#: 03020201.xhp#hd_id3154927.1.help.text
-msgid "<link href=\"text/sbasic/shared/03020201.xhp\">Get Statement [Runtime]</link>"
-msgstr ""
+#. )$\i
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"bm_id8177739\n"
+"help.text"
+msgid "<bookmark_value>DefErr statement</bookmark_value>"
+msgstr "<bookmark_value>DefErr განცხადება</bookmark_value>"
-#: 03020201.xhp#par_id3145069.2.help.text
-msgid "Reads a record from a relative file, or a sequence of bytes from a binary file, into a variable."
+#. 6dqk
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"par_idN1057D\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101120.xhp\">DefErr Statement [Runtime]</link>"
msgstr ""
-#: 03020201.xhp#par_id3154346.3.help.text
-msgid "See also: <link href=\"text/sbasic/shared/03020204.xhp\" name=\"PUT\"><item type=\"literal\">PUT</item></link> Statement"
-msgstr ""
+#. Dlbk
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"par_idN1058D\n"
+"help.text"
+msgid "If no type-declaration character or keyword is specified, the DefErr statement sets the default variable type, according to a letter range."
+msgstr "თუ ტიპის გამოცხადების ასო-ნიშანი ან სიტყვა-გასაღები მითითებული არ არის, DefErr განცხადება საწყისი ცვლადის ტიპს აყენებს ასოთა რანგის მიხედვით."
-#: 03020201.xhp#hd_id3150358.4.help.text
-msgctxt "03020201.xhp#hd_id3150358.4.help.text"
+#. CSP0
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"par_idN10590\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03020201.xhp#par_id3150792.5.help.text
-msgid "Get [#] FileNumber As Integer, [Position], Variable"
+#. v-4v
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"par_idN10594\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr ""
-#: 03020201.xhp#hd_id3154138.6.help.text
-msgctxt "03020201.xhp#hd_id3154138.6.help.text"
+#. 4^va
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"par_idN10597\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03020201.xhp#par_id3150448.7.help.text
-msgid "<emph>FileNumber:</emph> Any integer expression that determines the file number."
-msgstr ""
-
-#: 03020201.xhp#par_id3154684.8.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."
+#. M9lg
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"par_idN1059B\n"
+"help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
msgstr ""
-#: 03020201.xhp#par_id3153768.9.help.text
-msgid "For files opened in Binary mode, <emph>Position</emph> is the byte position in the file where the reading starts."
+#. .I;j
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"par_idN105A2\n"
+"help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
msgstr ""
-#: 03020201.xhp#par_id3147319.10.help.text
-msgid "If <emph>Position</emph> is omitted, the current position or the current data record of the file is used."
+#. ^qP=
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"par_idN105A9\n"
+"help.text"
+msgid "<emph>Keyword:</emph> Default variable type"
msgstr ""
-#: 03020201.xhp#par_id3149484.11.help.text
-msgid "Variable: Name of the variable to be read. With the exception of object variables, you can use any variable type."
-msgstr ""
+#. Xl4Y
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"par_idN105B0\n"
+"help.text"
+msgid "<emph>DefErr:</emph> Error"
+msgstr "<emph>DefErr:</emph> შეცდომა"
-#: 03020201.xhp#hd_id3153144.12.help.text
-msgctxt "03020201.xhp#hd_id3153144.12.help.text"
+#. nHhz
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"par_idN105B7\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03020201.xhp#par_id3159154.13.help.text
-msgctxt "03020201.xhp#par_id3159154.13.help.text"
-msgid "Sub ExampleRandomAccess"
+#. \#If
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"par_idN105BB\n"
+"help.text"
+msgid "' Prefix definitions for variable types:"
msgstr ""
-#: 03020201.xhp#par_id3153188.14.help.text
-msgctxt "03020201.xhp#par_id3153188.14.help.text"
-msgid "Dim iNumber As Integer"
-msgstr "DIm iLen როგორც Integer"
+#. r(KR
+#: 03101120.xhp
+#, fuzzy
+msgctxt ""
+"03101120.xhp\n"
+"par_idN105D9\n"
+"help.text"
+msgid "eErr=Error ' eErr is an implicit error variable"
+msgstr "eErr=Error REM eErr არის ნაგულისხმევი შეცდომის ცვლადი"
-#: 03020201.xhp#par_id3155307.15.help.text
-msgid "Dim sText As Variant REM Must be a variant"
+#. _{Fm
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Imp-Operator [Runtime]"
msgstr ""
-#: 03020201.xhp#par_id3152577.16.help.text
-msgctxt "03020201.xhp#par_id3152577.16.help.text"
-msgid "Dim aFile As String"
-msgstr "DIM sFile სტრიქონი როგორც "
-
-#: 03020201.xhp#par_id3153726.17.help.text
-msgctxt "03020201.xhp#par_id3153726.17.help.text"
-msgid "aFile = \"c:\\data.txt\""
+#. -O$P
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"bm_id3156024\n"
+"help.text"
+msgid "<bookmark_value>Imp operator (logical)</bookmark_value>"
msgstr ""
-#: 03020201.xhp#par_id3154490.19.help.text
-msgctxt "03020201.xhp#par_id3154490.19.help.text"
-msgid "iNumber = Freefile"
-msgstr ""
+#. |V{n
+#: 03060300.xhp
+#, fuzzy
+msgctxt ""
+"03060300.xhp\n"
+"hd_id3156024\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03060300.xhp\" name=\"Imp-Operator [Runtime]\">Imp Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03020201.xhp#par_id3150418.20.help.text
-msgctxt "03020201.xhp#par_id3150418.20.help.text"
-msgid "Open aFile For Random As #iNumber Len=32"
+#. }k|K
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"par_id3148947\n"
+"2\n"
+"help.text"
+msgid "Performs a logical implication on two expressions."
msgstr ""
-#: 03020201.xhp#par_id3149411.21.help.text
-msgid "Seek #iNumber,1 REM Position at beginning"
+#. 6%L+
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"hd_id3148664\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03020201.xhp#par_id3153158.22.help.text
-msgctxt "03020201.xhp#par_id3153158.22.help.text"
-msgid "Put #iNumber,, \"This is the first line of text\" REM Fill line with text"
+#. _jB{
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"par_id3149656\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 Imp Expression2"
msgstr ""
-#: 03020201.xhp#par_id3148457.23.help.text
-msgctxt "03020201.xhp#par_id3148457.23.help.text"
-msgid "Put #iNumber,, \"This is the second line of text\""
+#. [HH=
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"hd_id3151212\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03020201.xhp#par_id3150715.24.help.text
-msgctxt "03020201.xhp#par_id3150715.24.help.text"
-msgid "Put #iNumber,, \"This is the third line of text\""
+#. Wz#G
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"par_id3154910\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numeric variable that contains the result of the implication."
msgstr ""
-#: 03020201.xhp#par_id3153836.25.help.text
-msgctxt "03020201.xhp#par_id3153836.25.help.text"
-msgid "Seek #iNumber,2"
+#. +a?)
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"par_id3156281\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any expressions that you want to evaluate with the Imp operator."
msgstr ""
-#: 03020201.xhp#par_id3150327.26.help.text
-msgctxt "03020201.xhp#par_id3150327.26.help.text"
-msgid "Get #iNumber,,sText"
+#. ;Y$6
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"par_id3150440\n"
+"8\n"
+"help.text"
+msgid "If you use the Imp operator in Boolean expressions, False is only returned if the first expression evaluates to True and the second expression to False."
msgstr ""
-#: 03020201.xhp#par_id3153707.27.help.text
-msgctxt "03020201.xhp#par_id3153707.27.help.text"
-msgid "Print sText"
+#. F8X*
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"par_id3163710\n"
+"9\n"
+"help.text"
+msgid "If you use the Imp operator in bit expressions, a bit is deleted from the result if the corresponding bit is set in the first expression and the corresponding bit is deleted in the second expression."
msgstr ""
-#: 03020201.xhp#par_id3153764.28.help.text
-msgctxt "03020201.xhp#par_id3153764.28.help.text"
-msgid "Close #iNumber"
+#. uqRM
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"hd_id3147318\n"
+"10\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03020201.xhp#par_id3153715.30.help.text
-msgctxt "03020201.xhp#par_id3153715.30.help.text"
-msgid "iNumber = Freefile"
-msgstr ""
+#. %-Oe
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"par_id3145750\n"
+"15\n"
+"help.text"
+msgid "vOut = A > B Imp B > C ' returns -1"
+msgstr ""
+
+#. ud0,
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"par_id3156441\n"
+"16\n"
+"help.text"
+msgid "vOut = B > A Imp B > C ' returns -1"
+msgstr ""
+
+#. y7Sz
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"par_id3152596\n"
+"17\n"
+"help.text"
+msgid "vOut = A > B Imp B > D ' returns 0"
+msgstr ""
+
+#. z?Gq
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"par_id3154942\n"
+"18\n"
+"help.text"
+msgid "vOut = (B > D Imp B > A) ' returns -1"
+msgstr ""
+
+#. %7dJ
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"par_id3154492\n"
+"19\n"
+"help.text"
+msgid "vOut = B Imp A ' returns -1"
+msgstr ""
+
+#. KKSB
+#: 03100070.xhp
+msgctxt ""
+"03100070.xhp\n"
+"tit\n"
+"help.text"
+msgid "CVar Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03020201.xhp#par_id3154256.31.help.text
-msgctxt "03020201.xhp#par_id3154256.31.help.text"
-msgid "Open aFile For Random As #iNumber Len=32"
-msgstr ""
+#. .qLY
+#: 03100070.xhp
+msgctxt ""
+"03100070.xhp\n"
+"bm_id2338633\n"
+"help.text"
+msgid "<bookmark_value>CVar function</bookmark_value>"
+msgstr "<bookmark_value>CVar ფუნქცია</bookmark_value>"
-#: 03020201.xhp#par_id3147340.32.help.text
-msgctxt "03020201.xhp#par_id3147340.32.help.text"
-msgid "Get #iNumber,2,sText"
+#. h9lv
+#: 03100070.xhp
+msgctxt ""
+"03100070.xhp\n"
+"par_idN1054B\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100070.xhp\">CVar Function [Runtime]</link>"
msgstr ""
-#: 03020201.xhp#par_id3155938.33.help.text
-msgid "Put #iNumber,,\"This is a new text\""
-msgstr ""
+#. ~Q/R
+#: 03100070.xhp
+msgctxt ""
+"03100070.xhp\n"
+"par_idN1055B\n"
+"help.text"
+msgid "Converts a string expression or numeric expression to a variant expression."
+msgstr "გადაყავს სტრინგული ან რიცხვითი გამოსახულება განსხვავებულ გამოსახულებად."
-#: 03020201.xhp#par_id3155959.34.help.text
-msgctxt "03020201.xhp#par_id3155959.34.help.text"
-msgid "Get #iNumber,1,sText"
+#. )X%G
+#: 03100070.xhp
+msgctxt ""
+"03100070.xhp\n"
+"par_idN1055E\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03020201.xhp#par_id3147361.35.help.text
-msgctxt "03020201.xhp#par_id3147361.35.help.text"
-msgid "Get #iNumber,2,sText"
-msgstr ""
+#. D#-1
+#: 03100070.xhp
+msgctxt ""
+"03100070.xhp\n"
+"par_idN10562\n"
+"help.text"
+msgid "CVar(Expression)"
+msgstr "CVar(Expression)"
-#: 03020201.xhp#par_id3146916.36.help.text
-msgctxt "03020201.xhp#par_id3146916.36.help.text"
-msgid "Put #iNumber,20,\"This is the text in record 20\""
-msgstr ""
+#. 5l]p
+#: 03100070.xhp
+msgctxt ""
+"03100070.xhp\n"
+"par_idN10565\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03020201.xhp#par_id3149259.37.help.text
-msgctxt "03020201.xhp#par_id3149259.37.help.text"
-msgid "Print Lof(#iNumber)"
+#. f^7Y
+#: 03100070.xhp
+msgctxt ""
+"03100070.xhp\n"
+"par_idN10569\n"
+"help.text"
+msgid "Variant."
msgstr ""
-#: 03020201.xhp#par_id3153790.38.help.text
-msgctxt "03020201.xhp#par_id3153790.38.help.text"
-msgid "Close #iNumber"
+#. ={M:
+#: 03100070.xhp
+msgctxt ""
+"03100070.xhp\n"
+"par_idN1056C\n"
+"help.text"
+msgid "Parameter:"
msgstr ""
-#: 03020201.xhp#par_id3155606.40.help.text
-msgctxt "03020201.xhp#par_id3155606.40.help.text"
-msgid "end sub"
-msgstr ""
+#. OH[v
+#: 03100070.xhp
+msgctxt ""
+"03100070.xhp\n"
+"par_idN10570\n"
+"help.text"
+msgid "Expression: Any string or numeric expression that you want to convert."
+msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-#: 03020100.xhp#tit.help.text
-msgid "Opening and Closing Files"
+#. /H.Y
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Mod-Operator [Runtime]"
msgstr ""
-#: 03020100.xhp#hd_id3152924.1.help.text
-msgid "<link href=\"text/sbasic/shared/03020100.xhp\" name=\"Opening and Closing Files\">Opening and Closing Files</link>"
+#. h4uc
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"bm_id3150669\n"
+"help.text"
+msgid "<bookmark_value>MOD operator (mathematical)</bookmark_value>"
msgstr ""
-#: 03030108.xhp#tit.help.text
-msgid "CDateFromIso Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03030108.xhp#bm_id3153127.help.text
-msgid "<bookmark_value>CdateFromIso function</bookmark_value>"
-msgstr "<bookmark_value>ConvertFromURL ფუნქცია</bookmark_value>"
-
-#: 03030108.xhp#hd_id3153127.1.help.text
+#. tpFQ
+#: 03070600.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03030108.xhp\" name=\"CDateFromIso Function [Runtime]\">CDateFromIso Function [Runtime]</link>"
+msgctxt ""
+"03070600.xhp\n"
+"hd_id3150669\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03070600.xhp\" name=\"Mod-Operator [Runtime]\">Mod Operator [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03030108.xhp#par_id3148550.2.help.text
-msgid "Returns the internal date number from a string that contains a date in ISO format."
+#. Ck2L
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"par_id3148686\n"
+"2\n"
+"help.text"
+msgid "Returns the integer remainder of a division."
msgstr ""
-#: 03030108.xhp#hd_id3148947.3.help.text
-msgctxt "03030108.xhp#hd_id3148947.3.help.text"
+#. R8@z
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"hd_id3146795\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03030108.xhp#par_id3150400.4.help.text
-msgid "CDateFromIso(String)"
+#. C].}
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"par_id3147560\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 MOD Expression2"
msgstr ""
-#: 03030108.xhp#hd_id3154367.5.help.text
-msgctxt "03030108.xhp#hd_id3154367.5.help.text"
+#. zWL7
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"hd_id3149657\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03030108.xhp#par_id3156212.6.help.text
-msgid "Internal date number"
+#. K?.L
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"par_id3153380\n"
+"6\n"
+"help.text"
+msgid "Integer"
msgstr ""
-#: 03030108.xhp#hd_id3125864.7.help.text
-msgctxt "03030108.xhp#hd_id3125864.7.help.text"
+#. PyKi
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"hd_id3154365\n"
+"7\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03030108.xhp#par_id3154685.8.help.text
-msgid "<emph>String:</emph> A string that contains a date in ISO format. The year may have two or four digits."
-msgstr ""
-
-#: 03030108.xhp#hd_id3150439.9.help.text
-msgctxt "03030108.xhp#hd_id3150439.9.help.text"
-msgid "Example:"
+#. F6FR
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"par_id3145172\n"
+"8\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numeric variable that contains the result of the MOD operation."
msgstr ""
-#: 03030108.xhp#par_id3147318.10.help.text
-msgid "dateval = CDateFromIso(\"20021231\")"
-msgstr ""
+#. ^sg)
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"par_id3151042\n"
+"9\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to divide."
+msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-#: 03030108.xhp#par_id3146921.11.help.text
-msgid "returns 12/31/2002 in the date format of your system"
+#. qK0e
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"hd_id3147287\n"
+"10\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03030301.xhp#tit.help.text
-msgid "Date Statement [Runtime]"
+#. DAVC
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"par_id3161832\n"
+"12\n"
+"help.text"
+msgid "Print 10 Mod 2.5 ' returns 0"
+msgstr ""
+
+#. W(B?
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"par_id3146922\n"
+"13\n"
+"help.text"
+msgid "Print 10 / 2.5 ' returns 4"
+msgstr ""
+
+#. kQ*W
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"par_id3145273\n"
+"14\n"
+"help.text"
+msgid "Print 10 Mod 5 ' returns 0"
+msgstr ""
+
+#. P_$T
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"par_id3150011\n"
+"15\n"
+"help.text"
+msgid "Print 10 / 5 ' returns 2"
+msgstr ""
+
+#. X=fb
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"par_id3149483\n"
+"16\n"
+"help.text"
+msgid "Print 5 Mod 10 ' returns 5"
+msgstr ""
+
+#. Q6s)
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"par_id3151114\n"
+"17\n"
+"help.text"
+msgid "Print 5 / 10 ' returns 0.5"
+msgstr ""
+
+#. 2r$T
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"tit\n"
+"help.text"
+msgid "FileCopy Statement [Runtime]"
msgstr ""
-#: 03030301.xhp#bm_id3156027.help.text
-msgid "<bookmark_value>Date statement</bookmark_value>"
-msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
+#. 1#A\
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"bm_id3154840\n"
+"help.text"
+msgid "<bookmark_value>FileCopy statement</bookmark_value>"
+msgstr "<bookmark_value>Beep მტკიცებულება</bookmark_value>"
-#: 03030301.xhp#hd_id3156027.1.help.text
+#. 3DfO
+#: 03020406.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03030301.xhp\" name=\"Date Statement [Runtime]\">Date Statement [Runtime]</link>"
+msgctxt ""
+"03020406.xhp\n"
+"hd_id3154840\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020406.xhp\" name=\"FileCopy Statement [Runtime]\">FileCopy Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03030301.xhp#par_id3147291.2.help.text
-msgid "Returns the current system date as a string, or resets the date. The date format depends on your local system settings."
+#. _*#T
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"par_id3149497\n"
+"2\n"
+"help.text"
+msgid "Copies a file."
msgstr ""
-#: 03030301.xhp#hd_id3148686.3.help.text
-msgctxt "03030301.xhp#hd_id3148686.3.help.text"
+#. Soc{
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"hd_id3147443\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03030301.xhp#par_id3146794.4.help.text
-msgid "Date ; Date = Text As String"
+#. :s_E
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"par_id3146957\n"
+"4\n"
+"help.text"
+msgid "FileCopy TextFrom As String, TextTo As String"
msgstr ""
-#: 03030301.xhp#hd_id3154347.5.help.text
-msgctxt "03030301.xhp#hd_id3154347.5.help.text"
+#. $U-z
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"hd_id3153825\n"
+"5\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03030301.xhp#par_id3145069.6.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."
+#. )KT~
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"par_id3155390\n"
+"6\n"
+"help.text"
+msgid "<emph>TextFrom:</emph> Any string expression that specifies the name of the file that you want to copy. The expression can contain optional path and drive information. If you want, you can enter a path in <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
msgstr ""
-#: 03030301.xhp#hd_id3150793.7.help.text
-msgctxt "03030301.xhp#hd_id3150793.7.help.text"
-msgid "Example:"
+#. 6j57
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"par_id3150669\n"
+"7\n"
+"help.text"
+msgid "<emph>TextTo:</emph> Any string expression that specifies where you want to copy the source file to. The expression can contain the destination drive, the path, and file name, or the path in URL notation."
msgstr ""
-#: 03030301.xhp#par_id3151212.8.help.text
-msgid "Sub ExampleDate"
-msgstr "Sub ExampleSpace"
-
-#: 03030301.xhp#par_id3156424.9.help.text
-msgid "msgbox \"The date is \" & Date"
+#. l\mp
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"par_id3150791\n"
+"8\n"
+"help.text"
+msgid "You can only use the FileCopy statement to copy files that are not opened."
msgstr ""
-#: 03030301.xhp#par_id3145174.10.help.text
-msgctxt "03030301.xhp#par_id3145174.10.help.text"
-msgid "end sub"
+#. =A3r
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"hd_id3125863\n"
+"9\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03131600.xhp#tit.help.text
-msgid "CreateUnoService Function [Runtime]"
-msgstr "Split Function [Runtime]"
+#. VlwV
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefInt Statement [Runtime]"
+msgstr ""
-#: 03131600.xhp#bm_id3150682.help.text
-msgid "<bookmark_value>CreateUnoService function</bookmark_value>"
-msgstr "<bookmark_value>CreateUnoService ფუნქცია</bookmark_value>"
+#. 7b8!
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"bm_id3149811\n"
+"help.text"
+msgid "<bookmark_value>DefInt statement</bookmark_value>"
+msgstr "<bookmark_value>DefSng განცხადება</bookmark_value>"
-#: 03131600.xhp#hd_id3150682.1.help.text
+#. NT~S
+#: 03101500.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03131600.xhp\" name=\"CreateUnoService Function [Runtime]\">CreateUnoService Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
+msgctxt ""
+"03101500.xhp\n"
+"hd_id3149811\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101500.xhp\" name=\"DefInt Statement [Runtime]\">DefInt Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03131600.xhp#par_id3152924.2.help.text
-msgid "Instantiates a Uno service with the ProcessServiceManager."
-msgstr "ინიციალიზაციას უკეთებს Uno სერვიზს ProcessServiceManager-ით."
+#. M%vc
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"par_id3149762\n"
+"2\n"
+"help.text"
+msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
+msgstr ""
-#: 03131600.xhp#hd_id3152801.3.help.text
-msgctxt "03131600.xhp#hd_id3152801.3.help.text"
+#. T[4C
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"hd_id3148686\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03131600.xhp#par_id3153346.4.help.text
-msgid "oService = CreateUnoService( Uno service name )"
-msgstr "oService = CreateUnoService( Uno service name )"
-
-#: 03131600.xhp#par_idN1060F.help.text
-#, fuzzy
-msgid "For a list of available services, go to: http://api.libreoffice.org/docs/common/ref/com/sun/star/module-ix.html"
-msgstr "არსებული სერვისების სიის სანახავად ეწვიეთ: http://api.openoffice.org/docs/common/ref/com/sun/star/module-ix.html"
-
-#: 03131600.xhp#hd_id3151111.5.help.text
-msgctxt "03131600.xhp#hd_id3151111.5.help.text"
-msgid "Examples:"
+#. ?|oE
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"par_id3156023\n"
+"4\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr ""
-#: 03131600.xhp#par_id3154046.6.help.text
-msgctxt "03131600.xhp#par_id3154046.6.help.text"
-msgid "oIntrospection = CreateUnoService( \"com.sun.star.beans.Introspection\" )"
-msgstr "oIntrospection = CreateUnoService(\"com.sun.star.beans.Introspection\")"
-
-#: 03131600.xhp#bm_id8334604.help.text
-msgid "<bookmark_value>filepicker;API service</bookmark_value>"
-msgstr "<bookmark_value>filepicker;API სერვისი</bookmark_value>"
-
-#: 03131600.xhp#par_idN10625.help.text
-msgid "The following code uses a service to open a file open dialog:"
-msgstr "შემდეგი კოდი დიალოგური ფანჯრის გასახსნელად იყენებს სერვიზს."
-
-#: 03131600.xhp#par_idN10628.help.text
-msgctxt "03131600.xhp#par_idN10628.help.text"
-msgid "Sub Main"
-msgstr "Sub main"
-
-#: 03131600.xhp#par_idN1062B.help.text
-msgid "fName = FileOpenDialog (\"Please select a file\")"
-msgstr "fName = FileOpenDialog (\"გთხოვთ აირჩიოთ ფაილი\")"
-
-#: 03131600.xhp#par_idN10630.help.text
-msgid "print \"file chosen: \"+fName"
-msgstr "print \"file chosen: \"+fName"
-
-#: 03131600.xhp#par_idN10635.help.text
-msgctxt "03131600.xhp#par_idN10635.help.text"
-msgid "End Sub"
+#. t7,x
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"hd_id3156344\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03131600.xhp#par_idN1063A.help.text
-msgid "function FileOpenDialog(title as String) as String"
-msgstr "function FileOpenDialog(title as String) as String"
-
-#: 03131600.xhp#par_idN1063D.help.text
-msgid "filepicker = createUnoService(\"com.sun.star.ui.dialogs.FilePicker\")"
-msgstr "filepicker = createUnoService(\"com.sun.star.ui.dialogs.FilePicker\")"
-
-#: 03131600.xhp#par_idN10642.help.text
-msgid "filepicker.Title = title"
-msgstr "filepicker.Title = title"
+#. iRrt
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"par_id3147560\n"
+"6\n"
+"help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
+msgstr ""
-#: 03131600.xhp#par_idN10647.help.text
-msgid "filepicker.execute()"
-msgstr "filepicker.execute()"
+#. F7I_
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"par_id3150398\n"
+"7\n"
+"help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr ""
-#: 03131600.xhp#par_idN1064C.help.text
-msgid "files = filepicker.getFiles()"
-msgstr "files = filepicker.getFiles()"
+#. Sn_3
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"par_id3154365\n"
+"8\n"
+"help.text"
+msgid "<emph>Keyword:</emph> Default variable type"
+msgstr ""
-#: 03131600.xhp#par_idN10651.help.text
-msgid "FileOpenDialog=files(0)"
-msgstr "FileOpenDialog=files(0)"
+#. rN68
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"par_id3125863\n"
+"9\n"
+"help.text"
+msgid "<emph>DefInt:</emph> Integer"
+msgstr ""
-#: 03131600.xhp#par_idN10656.help.text
-msgid "End function"
-msgstr "End function"
+#. !Ogk
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"hd_id3154123\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr ""
-#: 03120301.xhp#tit.help.text
-msgid "Format Function [Runtime]"
+#. \Tl@
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"par_id3151042\n"
+"12\n"
+"help.text"
+msgid "' Prefix definitions for variable types"
+msgstr ""
+
+#. ?7^_
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"par_id3153728\n"
+"22\n"
+"help.text"
+msgid "iCount=200 ' iCount is an implicit integer variable"
+msgstr ""
+
+#. Gk7X
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"tit\n"
+"help.text"
+msgid "Seek Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03120301.xhp#bm_id3153539.help.text
-msgid "<bookmark_value>Format function</bookmark_value>"
-msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
+#. %kbY
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"bm_id3154367\n"
+"help.text"
+msgid "<bookmark_value>Seek function</bookmark_value>"
+msgstr "<bookmark_value>Shell ფუნქცია</bookmark_value>"
-#: 03120301.xhp#hd_id3153539.1.help.text
+#. 7sT#
+#: 03020304.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03120301.xhp\" name=\"Format Function [Runtime]\">Format Function [Runtime]</link>"
+msgctxt ""
+"03020304.xhp\n"
+"hd_id3154367\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek Function [Runtime]\">Seek Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03120301.xhp#par_id3156042.2.help.text
-msgid "Converts a number to a string, and then formats it according to the format that you specify."
-msgstr "გარდაქმნის რიცხვებს სტრიქონებად, და შემდეგ აფორმატებს მას თქვენს მიერ განსაზრვრულ ფორმატში."
-
-#: 03120301.xhp#hd_id3145090.4.help.text
-msgctxt "03120301.xhp#hd_id3145090.4.help.text"
-msgid "Syntax:"
+#. _~\w
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"par_id3156280\n"
+"2\n"
+"help.text"
+msgid "Returns the position for the next writing or reading in a file that was opened with the open statement."
msgstr ""
-#: 03120301.xhp#par_id3153527.5.help.text
-msgid "Format (Number [, Format As String])"
-msgstr "ფორმატი (რიცხვი [, ფორმატი როგორც სტრიქონი])"
-
-#: 03120301.xhp#hd_id3149178.6.help.text
-msgctxt "03120301.xhp#hd_id3149178.6.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03120301.xhp#par_id3148474.7.help.text
-msgctxt "03120301.xhp#par_id3148474.7.help.text"
-msgid "String"
-msgstr "სტრიქონები"
-
-#: 03120301.xhp#hd_id3159176.8.help.text
-msgctxt "03120301.xhp#hd_id3159176.8.help.text"
-msgid "Parameters:"
+#. X[AZ
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"par_id3153194\n"
+"3\n"
+"help.text"
+msgid "For random access files, the Seek function returns the number of the next record to be read."
msgstr ""
-#: 03120301.xhp#par_id3149415.9.help.text
-#, fuzzy
-msgid "<emph>Number:</emph> Numeric expression that you want to convert to a formatted string."
-msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-
-#: 03120301.xhp#par_id3147531.10.help.text
-msgid "<emph>Format:</emph> String that specifies the format code for the number. If <emph>Format</emph> is omitted, the Format function works like the <emph>Str</emph> function."
+#. U^jm
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"par_id3161831\n"
+"4\n"
+"help.text"
+msgid "For all other files, the function returns the byte position at which the next operation is to occur."
msgstr ""
-#: 03120301.xhp#hd_id3147561.47.help.text
-msgid "Formatting Codes"
-msgstr "ფორმატირების კოდები"
-
-#: 03120301.xhp#par_id3147265.11.help.text
-msgid "The following list describes the codes that you can use for formatting a number:"
+#. _\+l
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"par_id3155854\n"
+"5\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek\">Seek</link>."
msgstr ""
-#: 03120301.xhp#par_id3153380.12.help.text
-msgid "<emph>0:</emph> If <emph>Number</emph> has a digit at the position of the 0 in the format code, the digit is displayed, otherwise a zero is displayed."
+#. #=,+
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"hd_id3152460\n"
+"6\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03120301.xhp#par_id3151210.13.help.text
-msgid "If <emph>Number</emph> has fewer digits than the number of zeros in the format code, (on either side of the decimal), leading or trailing zeros are displayed. If the number has more digits to the left of the decimal separator than the amount of zeros in the format code, the additional digits are displayed without formatting."
+#. +0\/
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"par_id3145365\n"
+"7\n"
+"help.text"
+msgid "Seek (FileNumber)"
msgstr ""
-#: 03120301.xhp#par_id3151176.14.help.text
-msgid "Decimal places in the number are rounded according to the number of zeros that appear after the decimal separator in the <emph>Format </emph>code."
-msgstr ""
+#. @Q+}
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"hd_id3148575\n"
+"8\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03120301.xhp#par_id3154123.15.help.text
-msgid "<emph>#:</emph> If <emph>Number</emph> contains a digit at the position of the # placeholder in the <emph>Format</emph> code, the digit is displayed, otherwise nothing is displayed at this position."
+#. JOE@
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"par_id3159156\n"
+"9\n"
+"help.text"
+msgid "Long"
msgstr ""
-#: 03120301.xhp#par_id3148452.16.help.text
-msgid "This symbol works like the 0, except that leading or trailing zeroes are not displayed if there are more # characters in the format code than digits in the number. Only the relevant digits of the number are displayed."
+#. F=1h
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"hd_id3149665\n"
+"10\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03120301.xhp#par_id3159150.17.help.text
-msgid "<emph>.:</emph> The decimal placeholder determines the number of decimal places to the left and right of the decimal separator."
+#. {n[+
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"par_id3148645\n"
+"11\n"
+"help.text"
+msgid "<emph>FileNumber:</emph> The data channel number used in the Open statement."
msgstr ""
-#: 03120301.xhp#par_id3159252.18.help.text
-msgid "If the format code contains only # placeholders to the left of this symbol, numbers less than 1 begin with a decimal separator. To always display a leading zero with fractional numbers, use 0 as a placeholder for the first digit to the left of the decimal separator."
-msgstr ""
+#. h_4u
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"tit\n"
+"help.text"
+msgid "Minute Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03120301.xhp#par_id3153368.19.help.text
-msgid "<emph>%:</emph> Multiplies the number by 100 and inserts the percent sign (%) where the number appears in the format code."
-msgstr ""
+#. Bd\*
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"bm_id3155419\n"
+"help.text"
+msgid "<bookmark_value>Minute function</bookmark_value>"
+msgstr "<bookmark_value>მარჯვენა ფუნქცია</bookmark_value>"
-#: 03120301.xhp#par_id3149481.20.help.text
-msgid "<emph>E- E+ e- e+ :</emph> If the format code contains at least one digit placeholder (0 or #) to the right of the symbol E-, E+, e-, or e+, the number is formatted in the scientific or exponential format. The letter E or e is inserted between the number and the exponent. The number of placeholders for digits to the right of the symbol determines the number of digits in the exponent."
-msgstr ""
+#. QQ^8
+#: 03030202.xhp
+#, fuzzy
+msgctxt ""
+"03030202.xhp\n"
+"hd_id3155419\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute Function [Runtime]\">Minute Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03120301.xhp#par_id3149262.21.help.text
-msgid "If the exponent is negative, a minus sign is displayed directly before an exponent with E-, E+, e-, e+. If the exponent is positive, a plus sign is only displayed before exponents with E+ or e+."
+#. NQ4w
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"par_id3156344\n"
+"2\n"
+"help.text"
+msgid "Returns the minute of the hour that corresponds to the serial time value that is generated by the TimeSerial or the TimeValue function."
msgstr ""
-#: 03120301.xhp#par_id3148617.23.help.text
-msgid "The thousands delimiter is displayed if the format code contains the delimiter enclosed by digit placeholders (0 or #)."
+#. \5a`
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"hd_id3154758\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03120301.xhp#par_id3163713.29.help.text
-msgid "The use of a period as a thousands and decimal separator is dependent on the regional setting. When you enter a number directly in Basic source code, always use a period as decimal delimiter. The actual character displayed as a decimal separator depends on the number format in your system settings."
+#. -$3q
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"par_id3149656\n"
+"4\n"
+"help.text"
+msgid "Minute (Number)"
msgstr ""
-#: 03120301.xhp#par_id3152887.24.help.text
-msgid "<emph>- + $ ( ) space:</emph> A plus (+), minus (-), dollar ($), space, or brackets entered directly in the format code is displayed as a literal character."
-msgstr ""
+#. F55p
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"hd_id3148798\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03120301.xhp#par_id3148576.25.help.text
-msgid "To display characters other than the ones listed here, you must precede it by a backslash (\\), or enclose it in quotation marks (\" \")."
+#. 3-mK
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"par_id3150449\n"
+"6\n"
+"help.text"
+msgid "Integer"
msgstr ""
-#: 03120301.xhp#par_id3153139.26.help.text
-msgid "\\ : The backslash displays the next character in the format code."
+#. l+%6
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"hd_id3153193\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03120301.xhp#par_id3153366.27.help.text
-msgid "Characters in the format code that have a special meaning can only be displayed as literal characters if they are preceded by a backslash. The backslash itself is not displayed, unless you enter a double backslash (\\\\) in the format code."
+#. rxua
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"par_id3153969\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Numeric expression that contains the serial time value that is used to return the minute value."
msgstr ""
-#: 03120301.xhp#par_id3155411.28.help.text
-msgid "Characters that must be preceded by a backslash in the format code in order to be displayed as literal characters are date- and time-formatting characters (a, c, d, h, m, n, p, q, s, t, w, y, /, :), numeric-formatting characters (#, 0, %, E, e, comma, period), and string-formatting characters (@, &, <, >, !)."
+#. 5Y5O
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"par_id3150869\n"
+"9\n"
+"help.text"
+msgid "This function is the opposite of the <emph>TimeSerial </emph>function. It returns the minute of the serial time value that is generated by the <emph>TimeSerial</emph> or the <emph>TimeValue </emph>function. For example, the expression:"
msgstr ""
-#: 03120301.xhp#par_id3145749.30.help.text
-msgid "You can also use the following predefined number formats. Except for \"General Number\", all of the predefined format codes return the number as a decimal number with two decimal places."
+#. )dWa
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"par_id3149262\n"
+"10\n"
+"help.text"
+msgid "Print Minute(TimeSerial(12,30,41))"
msgstr ""
-#: 03120301.xhp#par_id3150113.31.help.text
-msgid "If you use predefined formats, the name of the format must be enclosed in quotation marks."
+#. iOBJ
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"par_id3148576\n"
+"11\n"
+"help.text"
+msgid "returns the value 30."
msgstr ""
-#: 03120301.xhp#hd_id3149377.32.help.text
-msgid "Predefined format"
-msgstr "განსაზღვრული ფორმატი"
+#. ?RoA
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"hd_id3150010\n"
+"12\n"
+"help.text"
+msgid "Example:"
+msgstr ""
-#: 03120301.xhp#par_id3154730.33.help.text
-msgid "<emph>General Number:</emph> Numbers are displayed as entered."
-msgstr "<emph>General Number:</emph> რიცხვები ჩნდება როგორც შეყვანილი."
+#. 3.o(
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"par_id3159154\n"
+"13\n"
+"help.text"
+msgid "Sub ExampleMinute"
+msgstr "Sub ExampleString"
-#: 03120301.xhp#par_id3153158.34.help.text
-msgid "<emph>Currency:</emph> Inserts a dollar sign in front of the number and encloses negative numbers in brackets."
+#. n\XY
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"par_id3146119\n"
+"14\n"
+"help.text"
+msgid "MsgBox \"The current minute is \"& Minute(Now)& \".\""
msgstr ""
-#: 03120301.xhp#par_id3154490.35.help.text
-msgid "<emph>Fixed:</emph> Displays at least one digit in front of the decimal separator."
+#. BVb*
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"par_id3153726\n"
+"15\n"
+"help.text"
+msgid "end sub"
msgstr ""
-#: 03120301.xhp#par_id3153415.36.help.text
-msgid "<emph>Standard:</emph> Displays numbers with a thousands separator."
+#. *2]C
+#: 03103200.xhp
+msgctxt ""
+"03103200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Option Base Statement [Runtime]"
msgstr ""
-#: 03120301.xhp#par_id3150715.37.help.text
-msgid "<emph>Percent:</emph> Multiplies the number by 100 and appends a percent sign to the number."
-msgstr ""
+#. j^W$
+#: 03103200.xhp
+msgctxt ""
+"03103200.xhp\n"
+"bm_id3155805\n"
+"help.text"
+msgid "<bookmark_value>Option Base statement</bookmark_value>"
+msgstr "<bookmark_value>Beep მტკიცებულება</bookmark_value>"
-#: 03120301.xhp#par_id3153836.38.help.text
-msgid "<emph>Scientific:</emph> Displays numbers in scientific format (for example, 1.00E+03 for 1000)."
-msgstr ""
+#. *U{-
+#: 03103200.xhp
+#, fuzzy
+msgctxt ""
+"03103200.xhp\n"
+"hd_id3155805\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03103200.xhp\" name=\"Option Base Statement [Runtime]\">Option Base Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03120301.xhp#par_id3153707.39.help.text
-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."
+#. =s)J
+#: 03103200.xhp
+msgctxt ""
+"03103200.xhp\n"
+"par_id3147242\n"
+"2\n"
+"help.text"
+msgid "Defines the default lower boundary for arrays as 0 or 1."
msgstr ""
-#: 03120301.xhp#hd_id3149019.40.help.text
-msgctxt "03120301.xhp#hd_id3149019.40.help.text"
-msgid "Example:"
+#. R$18
+#: 03103200.xhp
+msgctxt ""
+"03103200.xhp\n"
+"hd_id3150771\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03120301.xhp#par_id3156054.41.help.text
-msgid "Sub ExampleFormat"
-msgstr "Sub ExampleFormat"
-
-#: 03120301.xhp#par_id3148993.42.help.text
-msgid "MsgBox Format(6328.2, \"##,##0.00\")"
-msgstr "MsgBox ფორმატი(6328.2, \"##,##0.00\")"
+#. {q!n
+#: 03103200.xhp
+msgctxt ""
+"03103200.xhp\n"
+"par_id3147573\n"
+"4\n"
+"help.text"
+msgid "Option Base { 0 | 1}"
+msgstr ""
-#: 03120301.xhp#par_idN107A2.help.text
-msgid "REM always use a period as decimal delimiter when you enter numbers in Basic source code."
+#. .%Uf
+#: 03103200.xhp
+msgctxt ""
+"03103200.xhp\n"
+"hd_id3145315\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03120301.xhp#par_id3147339.46.help.text
-msgid "REM displays for example 6,328.20 in English locale, 6.328,20 in German locale."
+#. b*%/
+#: 03103200.xhp
+msgctxt ""
+"03103200.xhp\n"
+"par_id3147229\n"
+"6\n"
+"help.text"
+msgid "This statement must be added before the executable program code in a module."
msgstr ""
-#: 03120301.xhp#par_id3156382.43.help.text
-msgctxt "03120301.xhp#par_id3156382.43.help.text"
-msgid "End Sub"
+#. :023
+#: 03103200.xhp
+msgctxt ""
+"03103200.xhp\n"
+"hd_id3150870\n"
+"7\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03130500.xhp#tit.help.text
-msgid "Shell Function [Runtime]"
+#. g(cb
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sqr Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03130500.xhp#bm_id3150040.help.text
-msgid "<bookmark_value>Shell function</bookmark_value>"
-msgstr "<bookmark_value>Shell ფუნქცია</bookmark_value>"
+#. k*k8
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"bm_id3156027\n"
+"help.text"
+msgid "<bookmark_value>Sqr function</bookmark_value>"
+msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
-#: 03130500.xhp#hd_id3150040.1.help.text
+#. Wn)x
+#: 03080401.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03130500.xhp\" name=\"Shell Function [Runtime]\">Shell Function [Runtime]</link>"
+msgctxt ""
+"03080401.xhp\n"
+"hd_id3156027\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080401.xhp\" name=\"Sqr Function [Runtime]\">Sqr Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03130500.xhp#par_id3153394.2.help.text
-msgid "Starts another application and defines the respective window style, if necessary."
-msgstr "რთავს პროგრამას და საჭიროების მიხედვით განსაზღვრავს შესაბამისი ფანჯრების სტილს."
-
-#: 03130500.xhp#hd_id3153345.4.help.text
-msgctxt "03130500.xhp#hd_id3153345.4.help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 03130500.xhp#par_id3147576.5.help.text
-msgid "Shell (Pathname As String[, Windowstyle As Integer][, Param As String][, bSync]) "
-msgstr "Shell (Pathname As String[, Windowstyle As Integer][, Param As String][, bSync]) "
-
-#: 03130500.xhp#hd_id3149235.6.help.text
-msgctxt "03130500.xhp#hd_id3149235.6.help.text"
-msgid "Parameter"
+#. k)y:
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"par_id3147226\n"
+"2\n"
+"help.text"
+msgid "Calculates the square root of a numeric expression."
msgstr ""
-#: 03130500.xhp#hd_id3154306.23.help.text
-msgid "Pathname"
-msgstr "Pathname"
-
-#: 03130500.xhp#par_id3155419.7.help.text
-msgid "Complete path and program name of the program that you want to start."
-msgstr "სასურველი გასაშვები პროგრამის სრული სახელი და გზა."
-
-#: 03130500.xhp#hd_id3150771.24.help.text
-msgid "Windowstyle"
-msgstr "Windowstyle"
-
-#: 03130500.xhp#par_id3145609.8.help.text
-msgid "Optional integer expression that specifies the style of the window that the program is executed in. The following values are possible:"
-msgstr "არჩევითი ინტეგერის გამოსახულება, რომელიც განსაზღვრავს იმ ფანჯრის სტილს, რომელშიც გაეშვება პროგრამა. შესაძლოა შემდეგი მნიშვნელობები:"
-
-#: 03130500.xhp#par_id3148663.25.help.text
-msgctxt "03130500.xhp#par_id3148663.25.help.text"
-msgid "0"
+#. iLvT
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"hd_id3143267\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03130500.xhp#par_id3153360.10.help.text
-msgid "The focus is on the hidden program window."
-msgstr "ფოკუსი არის პროგრამის დამალულ ფანჯარაზე"
-
-#: 03130500.xhp#par_id3154123.26.help.text
-msgctxt "03130500.xhp#par_id3154123.26.help.text"
-msgid "1"
+#. ;%u(
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"par_id3149415\n"
+"4\n"
+"help.text"
+msgid "Sqr (Number)"
msgstr ""
-#: 03130500.xhp#par_id3144760.11.help.text
-msgid "The focus is on the program window in standard size."
-msgstr "ფოკუსი არის პროგრამის ფანჯარაზე სტანდარტულ ზომაზე."
+#. Qh_d
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"hd_id3156023\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03130500.xhp#par_id3156422.27.help.text
-msgctxt "03130500.xhp#par_id3156422.27.help.text"
-msgid "2"
+#. A[Sa
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"par_id3156343\n"
+"6\n"
+"help.text"
+msgid "Double"
msgstr ""
-#: 03130500.xhp#par_id3148451.12.help.text
-msgid "The focus is on the minimized program window."
-msgstr "ფოკუსი არის მინიმიზირებული პროგრამის ფანჯარაზე."
-
-#: 03130500.xhp#par_id3149561.28.help.text
-msgctxt "03130500.xhp#par_id3149561.28.help.text"
-msgid "3"
+#. VHkI
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"hd_id3147265\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03130500.xhp#par_id3146921.13.help.text
-msgid "focus is on the maximized program window."
-msgstr "ფოკუსი არის მაქსიმიზირებული პროგრამის ფანჯარაზე."
-
-#: 03130500.xhp#par_id3149481.29.help.text
-msgctxt "03130500.xhp#par_id3149481.29.help.text"
-msgid "4"
+#. :7!}
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"par_id3149457\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Any numeric expression that you want to calculate the square root for."
msgstr ""
-#: 03130500.xhp#par_id3155854.14.help.text
-msgid "Standard size program window, without focus."
-msgstr "პროგრამის ფანჯრის სტანდარტული ზომა, ფოკუსის გარეშე."
-
-#: 03130500.xhp#par_id3145271.30.help.text
-msgctxt "03130500.xhp#par_id3145271.30.help.text"
-msgid "6"
+#. etHs
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"par_id3154365\n"
+"9\n"
+"help.text"
+msgid "A square root is the number that you multiply by itself to produce another number, for example, the square root of 36 is 6."
msgstr ""
-#: 03130500.xhp#par_id3152938.15.help.text
-msgid "Minimized program window, focus remains on the active window."
-msgstr "მინიმიზირებული პროგრამის ფანჯარა, ფოკუსი რჩება აქტიურ ფანჯარაზე."
-
-#: 03130500.xhp#par_id3146119.31.help.text
-msgid "10"
-msgstr "10"
-
-#: 03130500.xhp#par_id3151112.16.help.text
-msgid "Full-screen display."
-msgstr "ჩვენება მთელს ეკრანზე."
-
-#: 03130500.xhp#hd_id3150419.33.help.text
-msgid "Param"
-msgstr "Param"
-
-#: 03130500.xhp#par_id3149412.17.help.text
-msgid "Any string expression that specifies the command line that want to pass."
-msgstr "ნებისმიერი სტრინგული გამოსახულება, რომელიც მიუთუთებს ბრძანებათა ზოლს რომელსაც სურს გადაცემა."
-
-#: 03130500.xhp#hd_id3148456.32.help.text
-msgid "bSync"
-msgstr "bSync"
-
-#: 03130500.xhp#par_id3154096.18.help.text
-msgid "If this value is set to <emph>true</emph>, the <emph>Shell</emph> command and all $[officename] tasks wait until the shell process completes. If the value is set to <emph>false</emph>, the shell returns directly. The default value is <emph>false</emph>."
-msgstr "თუ ეს მნიშვნელობა დაყენებულია როგორც <emph>true</emph>, <emph>გარსის</emph> ბრძანება და ყველა $[officename] დავალებები იცდიან, გარსის დამთავრებამდე. თუ მნიშვნელობა დაყენებულია როგორც <emph>false</emph>, მაშინ გარსი პირდაპირ აბრუნებს ბრძანებებს. საწყისი მნიშვნელობა არის <emph>false</emph>."
-
-#: 03130500.xhp#hd_id3154270.19.help.text
-msgctxt "03130500.xhp#hd_id3154270.19.help.text"
-msgid "Example"
+#. V(aP
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"hd_id3153192\n"
+"10\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03130500.xhp#par_id3153948.20.help.text
-msgid "Sub ExampleShellForWin"
-msgstr "Sub ExampleShellForWin"
-
-#: 03130500.xhp#par_id3154479.21.help.text
-msgid " Shell(\"c:\\windows\\calc.exe\",2)"
-msgstr " Shell(\"c:\\windows\\calc.exe\",2)"
-
-#: 03130500.xhp#par_id3153709.22.help.text
-msgctxt "03130500.xhp#par_id3153709.22.help.text"
-msgid "end sub"
+#. G#ns
+#: 03130700.xhp
+msgctxt ""
+"03130700.xhp\n"
+"tit\n"
+"help.text"
+msgid "GetSystemTicks Function [Runtime]"
msgstr ""
-#: 03104600.xhp#tit.help.text
-msgid "EqualUnoObjects Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03104600.xhp#bm_id3149205.help.text
-msgid "<bookmark_value>EqualUnoObjects function</bookmark_value>"
-msgstr "<bookmark_value>EqualUnoObjects ფუნქცია</bookmark_value>"
+#. JmsU
+#: 03130700.xhp
+msgctxt ""
+"03130700.xhp\n"
+"bm_id3147143\n"
+"help.text"
+msgid "<bookmark_value>GetSystemTicks function</bookmark_value>"
+msgstr "<bookmark_value>GetSystemTicks ფუნქცია</bookmark_value>"
-#: 03104600.xhp#hd_id3149205.1.help.text
+#. f/j-
+#: 03130700.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03104600.xhp\" name=\"EqualUnoObjects Function [Runtime]\">EqualUnoObjects Function [Runtime]</link>"
+msgctxt ""
+"03130700.xhp\n"
+"hd_id3147143\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03130700.xhp\" name=\"GetSystemTicks Function [Runtime]\">GetSystemTicks Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03104600.xhp#par_id3145090.2.help.text
-msgid "Returns True if the two specified Basic Uno objects represent the same Uno object instance."
-msgstr "აბრუნებს ჭეშმარიტ მნიშვნელობას, თუ ორ აღნიშნული ძირითადი ობიექტი Uno წარმოდგენენ Uno-ს ერთი და იგივე შემთხვევას."
+#. 8eo2
+#: 03130700.xhp
+msgctxt ""
+"03130700.xhp\n"
+"par_id3153750\n"
+"2\n"
+"help.text"
+msgid "Returns the number of system ticks provided by the operating system. You can use this function to optimize certain processes."
+msgstr "აბრუნებს ოპერაციული სისტემის მიერ მოწოდებულ სისტემური პულსების რიცხვს. ამ ფუნქციის გამოყენება შეგიძლიათ კონკრეტული პროცესების ოპტიმიზირებისთვის."
-#: 03104600.xhp#hd_id3148538.3.help.text
-msgctxt "03104600.xhp#hd_id3148538.3.help.text"
+#. 1)M[
+#: 03130700.xhp
+msgctxt ""
+"03130700.xhp\n"
+"hd_id3153311\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03104600.xhp#par_id3150669.4.help.text
-msgid "EqualUnoObjects( oObj1, oObj2 )"
-msgstr "EqualUnoObjects( oObj1, oObj2 )"
+#. iNXp
+#: 03130700.xhp
+msgctxt ""
+"03130700.xhp\n"
+"par_id3147242\n"
+"4\n"
+"help.text"
+msgid "GetSystemTicks()"
+msgstr "GetSystemTicks()"
-#: 03104600.xhp#hd_id3150984.5.help.text
-msgctxt "03104600.xhp#hd_id3150984.5.help.text"
+#. Yb.X
+#: 03130700.xhp
+msgctxt ""
+"03130700.xhp\n"
+"hd_id3149233\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03104600.xhp#par_id3154285.6.help.text
-msgctxt "03104600.xhp#par_id3154285.6.help.text"
-msgid "Bool"
+#. :MmI
+#: 03130700.xhp
+msgctxt ""
+"03130700.xhp\n"
+"par_id3149762\n"
+"6\n"
+"help.text"
+msgid "Long"
msgstr ""
-#: 03104600.xhp#hd_id3145315.7.help.text
-msgctxt "03104600.xhp#hd_id3145315.7.help.text"
+#. |vjc
+#: 03130700.xhp
+msgctxt ""
+"03130700.xhp\n"
+"hd_id3156152\n"
+"7\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03104600.xhp#par_id3156024.8.help.text
-msgid "// Copy of objects -> same instance"
-msgstr "// ობიექტების ასლები -> იგივე შემთხვევა"
-
-#: 03104600.xhp#par_id3154923.9.help.text
-msgctxt "03104600.xhp#par_id3154923.9.help.text"
-msgid "oIntrospection = CreateUnoService( \"com.sun.star.beans.Introspection\" )"
-msgstr "oIntrospection = CreateUnoService(\"com.sun.star.beans.Introspection\")"
-
-#: 03104600.xhp#par_id3147559.10.help.text
-msgid "oIntro2 = oIntrospection"
-msgstr "oIntro2 = oIntrospection"
-
-#: 03104600.xhp#par_id3150541.11.help.text
-msgid "print EqualUnoObjects( oIntrospection, oIntro2 )"
-msgstr "print EqualUnoObjects( oIntrospection, oIntro2 )"
-
-#: 03104600.xhp#par_id3153525.12.help.text
-msgid "// Copy of structs as value -> new instance"
-msgstr "// structs-ს ასლი , როგორც მნიშვნელობა -> ახალი შემთხვევა"
-
-#: 03104600.xhp#par_id3154366.13.help.text
-msgid "Dim Struct1 as new com.sun.star.beans.Property"
-msgstr "Dim Struct1 როგორც ახალი com.sun.star.beans.თვისება"
-
-#: 03104600.xhp#par_id3154348.14.help.text
-msgid "Struct2 = Struct1"
-msgstr "Struct2 = Struct1"
-
-#: 03104600.xhp#par_id3154125.15.help.text
-msgid "print EqualUnoObjects( Struct1, Struct2 )"
-msgstr "print EqualUnoObjects( Struct1, Struct2 )"
+#. kI}O
+#: 03130700.xhp
+msgctxt ""
+"03130700.xhp\n"
+"par_id3154938\n"
+"13\n"
+"help.text"
+msgid "MsgBox \"\" & lTick & \" Ticks\" ,0,\"The pause lasted\""
+msgstr ""
-#: 03102000.xhp#tit.help.text
-msgid "DefVar Statement [Runtime]"
+#. ]FSS
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"tit\n"
+"help.text"
+msgid "If...Then...Else Statement [Runtime]"
msgstr ""
-#: 03102000.xhp#bm_id3143267.help.text
-msgid "<bookmark_value>DefVar statement</bookmark_value>"
-msgstr "<bookmark_value>DefCur განცხადება</bookmark_value>"
+#. N?bi
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"bm_id3154422\n"
+"help.text"
+msgid "<bookmark_value>If statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 03102000.xhp#hd_id3143267.1.help.text
+#. eD}T
+#: 03090101.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03102000.xhp\" name=\"DefVar Statement [Runtime]\">DefVar Statement [Runtime]</link>"
+msgctxt ""
+"03090101.xhp\n"
+"hd_id3154422\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090101.xhp\" name=\"If...Then...Else Statement [Runtime]\">If...Then...Else Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03102000.xhp#par_id3153825.2.help.text
-msgctxt "03102000.xhp#par_id3153825.2.help.text"
-msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
+#. }EFI
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3155555\n"
+"2\n"
+"help.text"
+msgid "Defines one or more statement blocks that you only want to execute if a given condition is True."
msgstr ""
-#: 03102000.xhp#hd_id3154143.3.help.text
-msgctxt "03102000.xhp#hd_id3154143.3.help.text"
+#. o,L]
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"hd_id3146957\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03102000.xhp#par_id3149514.4.help.text
-msgctxt "03102000.xhp#par_id3149514.4.help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
-msgstr ""
-
-#: 03102000.xhp#hd_id3156024.5.help.text
-msgctxt "03102000.xhp#hd_id3156024.5.help.text"
+#. DH+A
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3153126\n"
+"4\n"
+"help.text"
+msgid "If condition=true Then Statement block [ElseIf condition=true Then] Statement block [Else] Statement block EndIf"
+msgstr ""
+
+#. V?NE
+#: 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 ""
+
+#. Fd!s
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"hd_id3155419\n"
+"5\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03102000.xhp#par_id3147560.6.help.text
-msgctxt "03102000.xhp#par_id3147560.6.help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
-msgstr ""
-
-#: 03102000.xhp#par_id3148552.7.help.text
-msgctxt "03102000.xhp#par_id3148552.7.help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr ""
-
-#: 03102000.xhp#par_id3153524.8.help.text
-msgctxt "03102000.xhp#par_id3153524.8.help.text"
-msgid "<emph>Keyword: </emph>Default variable type"
-msgstr ""
-
-#: 03102000.xhp#par_id3150767.9.help.text
-msgid "<emph>DefVar:</emph> Variant"
-msgstr "<emph>DefStr:</emph> სტრინგი"
-
-#: 03102000.xhp#hd_id3151041.10.help.text
-msgctxt "03102000.xhp#hd_id3151041.10.help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03102000.xhp#par_id3156214.11.help.text
-msgctxt "03102000.xhp#par_id3156214.11.help.text"
-msgid "REM Prefix definitions for variable types:"
-msgstr ""
-
-#: 03102000.xhp#par_id3145173.12.help.text
-msgctxt "03102000.xhp#par_id3145173.12.help.text"
-msgid "DefBool b"
-msgstr ""
-
-#: 03102000.xhp#par_id3150448.13.help.text
-msgctxt "03102000.xhp#par_id3150448.13.help.text"
-msgid "DefDate t"
-msgstr ""
-
-#: 03102000.xhp#par_id3153368.14.help.text
-msgctxt "03102000.xhp#par_id3153368.14.help.text"
-msgid "DefDbL d"
-msgstr ""
-
-#: 03102000.xhp#par_id3155132.15.help.text
-msgctxt "03102000.xhp#par_id3155132.15.help.text"
-msgid "DefInt i"
-msgstr ""
-
-#: 03102000.xhp#par_id3155855.16.help.text
-msgctxt "03102000.xhp#par_id3155855.16.help.text"
-msgid "DefLng l"
-msgstr "DefSng s"
-
-#: 03102000.xhp#par_id3147426.17.help.text
-msgctxt "03102000.xhp#par_id3147426.17.help.text"
-msgid "DefObj o"
-msgstr ""
-
-#: 03102000.xhp#par_id3151117.18.help.text
-msgctxt "03102000.xhp#par_id3151117.18.help.text"
-msgid "DefVar v"
-msgstr ""
-
-#: 03102000.xhp#par_id3148645.20.help.text
-msgid "Sub ExampleDefVar"
-msgstr "Sub ExampleDefCur"
-
-#: 03102000.xhp#par_id3154012.21.help.text
-msgid "vDiv=99 REM vDiv is an implicit variant"
-msgstr ""
-
-#: 03102000.xhp#par_id3146121.22.help.text
-msgid "vDiv=\"Hello world\""
-msgstr ""
-
-#: 03102000.xhp#par_id3149262.23.help.text
-msgctxt "03102000.xhp#par_id3149262.23.help.text"
-msgid "end sub"
-msgstr ""
-
-#: 01030200.xhp#tit.help.text
-msgid "The Basic Editor"
-msgstr ""
-
-#: 01030200.xhp#bm_id3148647.help.text
-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 ""
-
-#: 01030200.xhp#hd_id3147264.1.help.text
-msgid "<link href=\"text/sbasic/shared/01030200.xhp\" name=\"The Basic Editor\">The Basic Editor</link>"
+#. P4xk
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3153062\n"
+"6\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 ""
-#: 01030200.xhp#par_id3145069.3.help.text
-msgid "The Basic Editor provides the standard editing functions you are familiar with when working in a text document. It supports the functions of the <emph>Edit</emph> menu (Cut, Delete, Paste), the ability to select text with the Shift key, as well as cursor positioning functions (for example, moving from word to word with <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and the arrow keys)."
+#. 41p`
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3153192\n"
+"7\n"
+"help.text"
+msgid "You can nest multiple <emph>If...Then</emph> statements."
msgstr ""
-#: 01030200.xhp#par_id3154686.31.help.text
-msgid "Long lines can be split into several parts by inserting a space and an underline character _ as the last two characters of a line. This connects the line with the following line to one logical line. (If \"Option Compatible\" is used in the same Basic module, the line continuation feature is also valid for comment lines.)"
+#. q)C%
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3154684\n"
+"8\n"
+"help.text"
+msgid "<emph>Else</emph> and <emph>ElseIf</emph> statements are optional."
msgstr ""
-#: 01030200.xhp#par_id3151042.32.help.text
-msgid "If you press the <emph>Run BASIC</emph> icon on the <emph>Macro</emph> bar, program execution starts at the first line of the Basic editor. The program executes the first Sub or Function and then program execution stops. The \"Sub Main\" does not take precedence on program execution."
+#. H,O~
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3152939\n"
+"9\n"
+"help.text"
+msgid "You can use <emph>GoTo</emph> and <emph>GoSub</emph> to jump out of an <emph>If...Then</emph> block, but not to jump into an <emph>If...Then</emph> structure."
msgstr ""
-#: 01030200.xhp#par_id59816.help.text
-msgid "Insert your Basic code between the Sub Main and End Sub lines that you see when you first open the IDE. Alternatively, delete all lines and then enter your own Basic code."
+#. )4p*
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3153951\n"
+"10\n"
+"help.text"
+msgid "The following example enables you to enter the expiration date of a product, and determines if the expiration date has passed."
msgstr ""
-#: 01030200.xhp#hd_id3125863.4.help.text
-msgid "Navigating in a Project"
+#. wJyu
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"hd_id3152576\n"
+"11\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 01030200.xhp#hd_id3145785.6.help.text
-msgid "The Library List"
+#. +^+I
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3154490\n"
+"16\n"
+"help.text"
+msgid "sDate = InputBox(\"Enter the expiration date (MM.DD.YYYY)\")"
msgstr ""
-#: 01030200.xhp#par_id3146120.7.help.text
-msgid "Select a library from the <emph>Library</emph> list at the left of the toolbar to load the library in the editor. The first module of the selected library will be displayed."
+#. *iaE
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3155601\n"
+"21\n"
+"help.text"
+msgid "MsgBox \"The expiration date has passed\""
msgstr ""
-#: 01030200.xhp#hd_id3153190.8.help.text
-msgid "The Object Catalog"
+#. 2O_F
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3146912\n"
+"23\n"
+"help.text"
+msgid "MsgBox \"The expiration date has not yet passed\""
msgstr ""
-#: 01030200.xhp#hd_id3148647.15.help.text
-msgid "Saving and Loading Basic Source Code"
+#. bJo#
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3154754\n"
+"25\n"
+"help.text"
+msgid "MsgBox \"The expiration date is today\""
msgstr ""
-#: 01030200.xhp#par_id3154320.16.help.text
-msgid "You can save Basic code in a text file for saving and importing in other programming systems."
-msgstr ""
+#. KQy5
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"tit\n"
+"help.text"
+msgid "Space Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 01030200.xhp#par_id3149959.25.help.text
-msgid "You cannot save Basic dialogs to a text file."
-msgstr ""
+#. 4e\A
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"bm_id3150499\n"
+"help.text"
+msgid "<bookmark_value>Space function</bookmark_value>"
+msgstr "<bookmark_value>სივრცითი ფუნქცია</bookmark_value>"
-#: 01030200.xhp#hd_id3149403.17.help.text
-msgid "Saving Source Code to a Text File"
-msgstr ""
+#. 4SZO
+#: 03120201.xhp
+#, fuzzy
+msgctxt ""
+"03120201.xhp\n"
+"hd_id3150499\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120201.xhp\" name=\"Space Function [Runtime]\">Space Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 01030200.xhp#par_id3150327.18.help.text
-msgid "Select the module that you want to export as text from the object catalog."
+#. %%/@
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"par_id3154927\n"
+"2\n"
+"help.text"
+msgid "Returns a string that consists of a specified amount of spaces."
msgstr ""
-#: 01030200.xhp#par_id3150752.19.help.text
-msgid "Click the <emph>Save Source As</emph> icon in the Macro toolbar."
+#. ENzK
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"hd_id3153394\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 01030200.xhp#par_id3154754.20.help.text
-msgid "Select a file name and click <emph>OK</emph> to save the file."
-msgstr ""
+#. ]rDk
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"par_id3143267\n"
+"4\n"
+"help.text"
+msgid "Space (n As Long)"
+msgstr "სივრცე (n როგორც გრძელი)"
-#: 01030200.xhp#hd_id3159264.21.help.text
-msgid "Loading Source Code From a Text File"
-msgstr ""
+#. [Q9!
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"hd_id3147242\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 01030200.xhp#par_id3147343.22.help.text
-msgid "Select the module where you want to import the source code from the object catalog."
-msgstr ""
+#. hP/B
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"par_id3149233\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონები"
-#: 01030200.xhp#par_id3145230.23.help.text
-msgid "Position the cursor where you want to insert the program code."
+#. \I*\
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"hd_id3156152\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 01030200.xhp#par_id3149565.24.help.text
-msgid "Click the <emph>Insert Source Text</emph> icon in the Macro toolbar."
+#. KHr^
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"par_id3143228\n"
+"8\n"
+"help.text"
+msgid "<emph>n:</emph> Numeric expression that defines the number of spaces in the string. The maximum allowed value of n is 65535."
msgstr ""
-#: 01030200.xhp#par_id3154020.33.help.text
-msgid "Select the text file containing the source code and click <emph>OK</emph>."
+#. G-u{
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"hd_id3154760\n"
+"9\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 01030200.xhp#par_id3153198.29.help.text
+#. [ohz
+#: 03120201.xhp
#, fuzzy
-msgctxt "01030200.xhp#par_id3153198.29.help.text"
-msgid "<link href=\"text/sbasic/shared/01050000.xhp\" name=\"Basic IDE\">Basic IDE</link>"
-msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
+msgctxt ""
+"03120201.xhp\n"
+"par_id3154216\n"
+"18\n"
+"help.text"
+msgid "MsgBox sOut,0,\"Info:\""
+msgstr "msgBox sOut,0,\"ინფო:\""
-#: 03080202.xhp#tit.help.text
-msgid "Log Function [Runtime]"
+#. ud2N
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"tit\n"
+"help.text"
+msgid "DateSerial Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03080202.xhp#bm_id3149416.help.text
-msgid "<bookmark_value>Log function</bookmark_value>"
-msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
+#. (;mq
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"bm_id3157896\n"
+"help.text"
+msgid "<bookmark_value>DateSerial function</bookmark_value>"
+msgstr "<bookmark_value>DateDiff ფუნქცია</bookmark_value>"
-#: 03080202.xhp#hd_id3149416.1.help.text
+#. bGR8
+#: 03030101.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03080202.xhp\" name=\"Log Function [Runtime]\">Log Function [Runtime]</link>"
+msgctxt ""
+"03030101.xhp\n"
+"hd_id3157896\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030101.xhp\" name=\"DateSerial Function [Runtime]\">DateSerial Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03080202.xhp#par_id3145066.2.help.text
-msgid "Returns the natural logarithm of a number."
+#. /C8R
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3143267\n"
+"2\n"
+"help.text"
+msgid "Returns a <emph>Date</emph> value for a specified year, month, or day."
msgstr ""
-#: 03080202.xhp#hd_id3159414.3.help.text
-msgctxt "03080202.xhp#hd_id3159414.3.help.text"
+#. 6)x+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"hd_id3147264\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03080202.xhp#par_id3154760.4.help.text
-msgid "Log (Number)"
+#. 16Aq
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3149670\n"
+"4\n"
+"help.text"
+msgid "DateSerial (year, month, day)"
msgstr ""
-#: 03080202.xhp#hd_id3149457.5.help.text
-msgctxt "03080202.xhp#hd_id3149457.5.help.text"
+#. YfZR
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"hd_id3150792\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03080202.xhp#par_id3150791.6.help.text
-msgctxt "03080202.xhp#par_id3150791.6.help.text"
-msgid "Double"
+#. tfLz
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3150398\n"
+"6\n"
+"help.text"
+msgid "Date"
msgstr ""
-#: 03080202.xhp#hd_id3151211.7.help.text
-msgctxt "03080202.xhp#hd_id3151211.7.help.text"
+#. Cg}F
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"hd_id3154141\n"
+"7\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03080202.xhp#par_id3151041.8.help.text
-msgid "<emph>Number:</emph> Any numeric expression that you want to calculate the natural logarithm for."
-msgstr ""
-
-#: 03080202.xhp#par_id3150869.9.help.text
-msgid "The natural logarithm is the logarithm to the base e. Base e is a constant with an approximate value of 2.718282..."
+#. |#.h
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3147229\n"
+"8\n"
+"help.text"
+msgid "<emph>Year:</emph> Integer expression that indicates a year. All values between 0 and 99 are interpreted as the years 1900-1999. For years that fall outside this range, you must enter all four digits."
msgstr ""
-#: 03080202.xhp#par_id3153968.10.help.text
-msgid "You can calculate logarithms to any base (n) for any number (x) by dividing the natural logarithm of x by the natural logarithm of n, as follows:"
+#. 0y5]
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3156280\n"
+"9\n"
+"help.text"
+msgid "<emph>Month:</emph> Integer expression that indicates the month of the specified year. The accepted range is from 1-12."
msgstr ""
-#: 03080202.xhp#par_id3145420.11.help.text
-msgid "Log n(x) = Log(x) / Log(n)"
+#. CI!f
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3151043\n"
+"10\n"
+"help.text"
+msgid "<emph>Day:</emph> Integer expression that indicates the day of the specified month. The accepted range is from 1-31. No error is returned when you enter a non-existing day for a month shorter than 31 days."
msgstr ""
-#: 03080202.xhp#hd_id3155131.12.help.text
-msgctxt "03080202.xhp#hd_id3155131.12.help.text"
-msgid "Example:"
+#. ~m2*
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3161832\n"
+"11\n"
+"help.text"
+msgid "The <emph>DateSerial function</emph> returns the number of days between December 30,1899 and the given date. You can use this function to calculate the difference between two dates."
msgstr ""
-#: 03080202.xhp#par_id3152463.13.help.text
-msgctxt "03080202.xhp#par_id3152463.13.help.text"
-msgid "Sub ExampleLogExp"
-msgstr "Sub ExampleDefCur"
-
-#: 03080202.xhp#par_id3145750.14.help.text
-msgid "Dim a as Double"
+#. Vqg%
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3155306\n"
+"12\n"
+"help.text"
+msgid "The <emph>DateSerial function</emph> returns the data type Variant with VarType 7 (Date). Internally, this value is stored as a Double value, so that when the given date is 1.1.1900, the returned value is 2. Negative values correspond to dates before December 30, 1899 (not inclusive)."
msgstr ""
-#: 03080202.xhp#par_id3151116.15.help.text
-msgid "Dim const b1=12.345e12"
+#. nxNr
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3152576\n"
+"13\n"
+"help.text"
+msgid "If a date is defined that lies outside of the accepted range, $[officename] Basic returns an error message."
msgstr ""
-#: 03080202.xhp#par_id3146985.16.help.text
-msgid "Dim const b2=1.345e34"
+#. AcPr
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3149481\n"
+"14\n"
+"help.text"
+msgid "Whereas you define the <emph>DateValue function</emph> as a string that contains the date, the <emph>DateSerial function</emph> evaluates each of the parameters (year, month, day) as separate numeric expressions."
msgstr ""
-#: 03080202.xhp#par_id3148616.17.help.text
-msgid "a=Exp( Log(b1)+Log(b2) )"
+#. Kka:
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"hd_id3155411\n"
+"15\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03080202.xhp#par_id3149262.18.help.text
-msgid "MsgBox \"\" & a & chr(13) & (b1*b2) ,0,\"Multiplication by logarithm function\""
+#. }C@a
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3154942\n"
+"help.text"
+msgid "MsgBox lDate ' returns 23476"
msgstr ""
-#: 03080202.xhp#par_id3155411.19.help.text
-msgctxt "03080202.xhp#par_id3155411.19.help.text"
-msgid "end sub"
+#. Zova
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3151074\n"
+"help.text"
+msgid "MsgBox sDate ' returns 04/09/1964"
msgstr ""
-#: 03102101.xhp#tit.help.text
-msgid "ReDim Statement [Runtime]"
+#. Bb:\
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"tit\n"
+"help.text"
+msgid "Seek Statement [Runtime]"
msgstr ""
-#: 03102101.xhp#bm_id3150398.help.text
-msgid "<bookmark_value>ReDim statement</bookmark_value>"
-msgstr "<bookmark_value>RSet დებულება</bookmark_value>"
+#. *]FY
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"bm_id3159413\n"
+"help.text"
+msgid "<bookmark_value>Seek statement</bookmark_value>"
+msgstr "<bookmark_value>Beep მტკიცებულება</bookmark_value>"
-#: 03102101.xhp#hd_id3150398.1.help.text
+#. gPX9
+#: 03020305.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03102101.xhp\" name=\"ReDim Statement [Runtime]\">ReDim Statement [Runtime]</link>"
+msgctxt ""
+"03020305.xhp\n"
+"hd_id3159413\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement [Runtime]\">Seek Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03102101.xhp#par_id3154685.2.help.text
-msgctxt "03102101.xhp#par_id3154685.2.help.text"
-msgid "Declares a variable or an array."
-msgstr ""
-
-#: 03102101.xhp#hd_id3154218.3.help.text
-msgctxt "03102101.xhp#hd_id3154218.3.help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03102101.xhp#par_id3156214.4.help.text
-msgctxt "03102101.xhp#par_id3156214.4.help.text"
-msgid "[ReDim]Dim VarName [(start To end)] [As VarType][, VarName2 [(start To end)] [As VarType][,...]]"
-msgstr ""
-
-#: 03102101.xhp#par_id711996.help.text
-msgid "Optionally, you can add the <emph>Preserve</emph> keyword as a parameter to preserve the contents of the array that is redimensioned."
-msgstr ""
-
-#: 03102101.xhp#hd_id3148451.5.help.text
-msgctxt "03102101.xhp#hd_id3148451.5.help.text"
-msgid "Parameters:"
+#. F;:d
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"par_id3153381\n"
+"2\n"
+"help.text"
+msgid "Sets the position for the next writing or reading in a file that was opened with the Open statement."
msgstr ""
-#: 03102101.xhp#par_id3156423.6.help.text
-msgctxt "03102101.xhp#par_id3156423.6.help.text"
-msgid "<emph>VarName:</emph> Any variable or array name."
+#. Y3*J
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"par_id2100589\n"
+"help.text"
+msgid "For random access files, the Seek statement sets the number of the next record to be accessed."
msgstr ""
-#: 03102101.xhp#par_id3149562.7.help.text
-msgctxt "03102101.xhp#par_id3149562.7.help.text"
-msgid "<emph>Start, End:</emph> Numerical values or constants that define the number of elements (NumberElements=(end-start)+1) and the index range."
+#. (nm_
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"par_id5444807\n"
+"help.text"
+msgid "For all other files, the Seek statement sets the byte position at which the next operation is to occur."
msgstr ""
-#: 03102101.xhp#par_id3155307.8.help.text
-msgid "Start and End can be numeric expressions if ReDim is used at the procedure level."
+#. j0uZ
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"par_id3156280\n"
+"5\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 ""
-#: 03102101.xhp#par_id3153951.9.help.text
-msgid "<emph>VarType:</emph> Keyword that declares the data type of a variable."
+#. vf6q
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"hd_id3145785\n"
+"6\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03102101.xhp#par_id3147317.10.help.text
-msgctxt "03102101.xhp#par_id3147317.10.help.text"
-msgid "<emph>Keyword:</emph> Variable type"
+#. JWE*
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"par_id3145273\n"
+"7\n"
+"help.text"
+msgid "Seek[#FileNumber], Position (As Long)"
msgstr ""
-#: 03102101.xhp#par_id3153728.11.help.text
-msgid "<emph>Bool: </emph>Boolean variable (True, False)"
+#. S.k*
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"hd_id3154321\n"
+"8\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03102101.xhp#par_id3146121.12.help.text
-msgctxt "03102101.xhp#par_id3146121.12.help.text"
-msgid "<emph>Date:</emph> Date variable"
+#. 5~A;
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"par_id3153952\n"
+"9\n"
+"help.text"
+msgid "<emph>FileNumber: </emph>The data channel number used in the Open statement."
msgstr ""
-#: 03102101.xhp#par_id3159156.13.help.text
-msgid "<emph>Double:</emph> Double floating point variable (1.79769313486232x10E308 - 4.94065645841247x10E-324)"
+#. (EY7
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"par_id3145366\n"
+"10\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 ""
-#: 03102101.xhp#par_id3148616.14.help.text
-msgctxt "03102101.xhp#par_id3148616.14.help.text"
-msgid "<emph>Integer:</emph> Integer variable (-32768 - 32767)"
-msgstr ""
+#. [MY-
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"tit\n"
+"help.text"
+msgid "TimeValue Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03102101.xhp#par_id3147348.15.help.text
-msgid "<emph>Long:</emph> Long integer variable (-2,147,483,648 - 2,147,483,647)"
-msgstr ""
+#. PsO_
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"bm_id3149670\n"
+"help.text"
+msgid "<bookmark_value>TimeValue function</bookmark_value>"
+msgstr "<bookmark_value>Va lფუნქცია</bookmark_value>"
-#: 03102101.xhp#par_id3149412.16.help.text
-msgid "<emph>Object:</emph> Object variable (can only be subsequently defined by Set!)"
-msgstr ""
+#. BlQX
+#: 03030206.xhp
+#, fuzzy
+msgctxt ""
+"03030206.xhp\n"
+"hd_id3149670\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030206.xhp\" name=\"TimeValue Function [Runtime]\">TimeValue Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03102101.xhp#par_id3154729.17.help.text
-msgid "<emph>[Single]:</emph> Single floating-point variable (3.402823x10E38 - 1.401298x10E-45). If no key word is specified, a variable is defined as Single, unless a statement from DefBool to DefVar is used."
+#. C38H
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3153361\n"
+"2\n"
+"help.text"
+msgid "Calculates a serial time value from the specified hour, minute, and second - parameters passed as strings - that represents the time in a single numeric value. This value can be used to calculate the difference between times."
msgstr ""
-#: 03102101.xhp#par_id3148458.18.help.text
-msgid "<emph>String:</emph> String variable containing a maximum of 64,000 ASCII characters."
+#. )8tS
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"hd_id3154138\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03102101.xhp#par_id3149581.19.help.text
-msgid "<emph>Variant: </emph>Variant variable type (can contain all types and is set by definition)."
-msgstr ""
+#. 1fr:
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3156282\n"
+"4\n"
+"help.text"
+msgid "TimeValue (Text As String)"
+msgstr "Val (ტექსტი როგორც სტრიქონი)"
-#: 03102101.xhp#par_id3155601.20.help.text
-msgctxt "03102101.xhp#par_id3155601.20.help.text"
-msgid "In $[officename] Basic, you do not need to declare variables explicitly. However, you need to declare an array before you can use them. You can declare a variable with the Dim statement, using commas to separate multiple declarations. To declare a variable type, enter a type-declaration character following the name or use a corresponding key word."
-msgstr ""
+#. mmV6
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"hd_id3153969\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03102101.xhp#par_id3153415.21.help.text
-msgctxt "03102101.xhp#par_id3153415.21.help.text"
-msgid "$[officename] Basic supports single or multi-dimensional arrays that are defined by a specified variable type. Arrays are suitable if the program contains lists or tables that you want to edit. The advantage of arrays is that it is possible to address individual elements according to indexes, which can be formulated as numeric expressions or variables."
+#. GY0]
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3156424\n"
+"6\n"
+"help.text"
+msgid "Date"
msgstr ""
-#: 03102101.xhp#par_id3146971.22.help.text
-msgid "There are two ways to set the range of indices for arrays declared with the Dim statement:"
+#. B2h+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"hd_id3145172\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03102101.xhp#par_id3153950.23.help.text
-msgid "DIM text(20) As String REM 21 elements numbered from 0 to 20"
+#. O!*I
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3145786\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that contains the time that you want to calculate in the format \"HH:MM:SS\"."
msgstr ""
-#: 03102101.xhp#par_id3146912.24.help.text
-msgid "DIM text(5 to 25) As String REM 21 elements numbered from 5 to 25"
+#. T*dL
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3152578\n"
+"9\n"
+"help.text"
+msgid "Use the TimeValue function to convert any time into a single value, so that you can calculate time differences."
msgstr ""
-#: 03102101.xhp#par_id3153709.25.help.text
-msgid "DIM text$(-15 to 5) As String REM 21 elements (0 inclusive),"
+#. 0W]V
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3163710\n"
+"10\n"
+"help.text"
+msgid "This TimeValue function returns the type Variant with VarType 7 (Date), and stores this value internally as a double-precision number between 0 and 0.9999999999."
msgstr ""
-#: 03102101.xhp#par_id3150321.26.help.text
-msgid "rem numbered from -15 to 5"
+#. cE7M
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3151117\n"
+"11\n"
+"help.text"
+msgid "As opposed to the DateSerial or the DateValue function, where serial date values result in days relative to a fixed date, you can calculate with the values that are returned by the TimeValue function, but you cannot evaluate them."
msgstr ""
-#: 03102101.xhp#par_id3149018.27.help.text
-msgid "Variable fields, regardless of type, can be made dynamic if they are dimensioned by ReDim at the procedure level in subroutines or functions. Normally, you can only set the range of an array once and you cannot modify it. Within a procedure, you can declare an array using the ReDim statement with numeric expressions to define the range of the field sizes."
+#. iC1:
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3147426\n"
+"12\n"
+"help.text"
+msgid "In the TimeSerial function, you can pass individual parameters (hour, minute, second) as separate numeric expressions. For the TimeValue function, however, you can pass a string as a parameter containing the time."
msgstr ""
-#: 03102101.xhp#hd_id3148405.28.help.text
-msgctxt "03102101.xhp#hd_id3148405.28.help.text"
+#. Q)]1
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"hd_id3145271\n"
+"13\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03102101.xhp#par_id3154362.29.help.text
-msgid "Sub ExampleRedim"
-msgstr "Sub ExampleBeep"
-
-#: 03102101.xhp#par_id3150042.30.help.text
-msgid "Dim iVar() As Integer, iCount As Integer"
-msgstr ""
-
-#: 03102101.xhp#par_id3147339.31.help.text
-msgid "ReDim iVar(5) As integer"
-msgstr "DIm iLen როგორც Integer"
-
-#: 03102101.xhp#par_id3149106.32.help.text
-msgid "For iCount = 1 To 5"
-msgstr ""
-
-#: 03102101.xhp#par_id3155174.33.help.text
-msgctxt "03102101.xhp#par_id3155174.33.help.text"
-msgid "iVar(iCount) = iCount"
-msgstr ""
-
-#: 03102101.xhp#par_id3163805.34.help.text
-msgctxt "03102101.xhp#par_id3163805.34.help.text"
-msgid "Next iCount"
-msgstr ""
-
-#: 03102101.xhp#par_id3149568.35.help.text
-msgid "ReDim iVar(10) As integer"
-msgstr "DIm iLen როგორც Integer"
-
-#: 03102101.xhp#par_id3147364.36.help.text
-msgid "For iCount = 1 To 10"
-msgstr ""
-
-#: 03102101.xhp#par_id3155335.37.help.text
-msgctxt "03102101.xhp#par_id3155335.37.help.text"
-msgid "iVar(iCount) = iCount"
-msgstr ""
-
-#: 03102101.xhp#par_id3154662.38.help.text
-msgctxt "03102101.xhp#par_id3154662.38.help.text"
-msgid "Next iCount"
-msgstr ""
-
-#: 03102101.xhp#par_id3149926.39.help.text
-msgctxt "03102101.xhp#par_id3149926.39.help.text"
-msgid "end sub"
-msgstr ""
-
-#: 01020500.xhp#tit.help.text
-msgid "Libraries, Modules and Dialogs"
+#. zM_r
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3149378\n"
+"33\n"
+"help.text"
+msgid "a1 = \"start time\""
msgstr ""
-#: 01020500.xhp#hd_id3147317.1.help.text
-msgid "<link href=\"text/sbasic/shared/01020500.xhp\" name=\"Libraries, Modules and Dialogs\">Libraries, Modules and Dialogs</link>"
+#. 2oKl
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3145800\n"
+"34\n"
+"help.text"
+msgid "b1 = \"end time\""
msgstr ""
-#: 01020500.xhp#par_id3147427.2.help.text
-msgid "The following describes the basic use of libraries, modules and dialogs in $[officename] Basic."
+#. rmLY
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3151074\n"
+"35\n"
+"help.text"
+msgid "c1 = \"total time\""
msgstr ""
-#: 01020500.xhp#par_id3146120.3.help.text
-msgid "$[officename] Basic provides tools to help you structuring your projects. It supports various \"units\" which enable you to group individual SUBS and FUNCTIONS in a Basic project."
-msgstr ""
+#. Z.y=
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"tit\n"
+"help.text"
+msgid "StrComp Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 01020500.xhp#hd_id3148575.5.help.text
-msgid "Libraries"
-msgstr ""
+#. CC\x
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"bm_id3156027\n"
+"help.text"
+msgid "<bookmark_value>StrComp function</bookmark_value>"
+msgstr "<bookmark_value>StrComp ფუნქცია</bookmark_value>"
-#: 01020500.xhp#par_id3150011.6.help.text
-msgid "Libraries serve as a tool for organizing modules, and can either be attached to a document or a template. When the document or a template is saved, all modules contained in the library are automatically saved as well."
-msgstr ""
+#. @MLN
+#: 03120403.xhp
+#, fuzzy
+msgctxt ""
+"03120403.xhp\n"
+"hd_id3156027\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120403.xhp\" name=\"StrComp Function [Runtime]\">StrComp Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 01020500.xhp#par_id3151112.7.help.text
-msgid "A library can contain up to 16,000 modules."
-msgstr ""
+#. 0r40
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"par_id3155805\n"
+"2\n"
+"help.text"
+msgid "Compares two strings and returns an integer value that represents the result of the comparison."
+msgstr "ადარებს ორ სტრინგს და აბრუნებს ინტეგერის მნიშვნელობას რომელიც წარმოადგეს შედარების შედეგს."
-#: 01020500.xhp#hd_id3149262.8.help.text
-msgctxt "01020500.xhp#hd_id3149262.8.help.text"
-msgid "Modules"
+#. |X$;
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"hd_id3153345\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 01020500.xhp#par_id3156441.9.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 ""
+#. kSHo
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"par_id3150503\n"
+"4\n"
+"help.text"
+msgid "StrComp (Text1 As String, Text2 As String[, Compare])"
+msgstr "StrComp (Text1 As String, Text2 As String[, Compare])"
-#: 01020500.xhp#hd_id3152577.11.help.text
-msgid "Dialog Modules"
-msgstr ""
+#. KfS*
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"hd_id3147574\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 01020500.xhp#par_id3149377.12.help.text
-msgid "Dialog modules contain dialog definitions, including the dialog box properties, the properties of each dialog element and the events assigned. Since a dialog module can only contain a single dialog, they are often referred to as \"dialogs\"."
+#. $5X4
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"par_id3156152\n"
+"6\n"
+"help.text"
+msgid "Integer"
msgstr ""
-#: main0211.xhp#tit.help.text
-msgid "Macro Toolbar"
-msgstr "მაკროს ხელსაწყოთა ზოლი"
-
-#: main0211.xhp#bm_id3150543.help.text
-msgid "<bookmark_value>toolbars; Basic IDE</bookmark_value><bookmark_value>macro toolbar</bookmark_value>"
-msgstr "<bookmark_value>ინსტრუმენთა ზოლი; Basic IDE</bookmark_value><bookmark_value>მაკროს ინსტრუმენტთა ზოლი</bookmark_value>"
-
-#: main0211.xhp#hd_id3150543.1.help.text
-msgid "<link href=\"text/sbasic/shared/main0211.xhp\" name=\"Macro Toolbar\">Macro Toolbar</link>"
-msgstr "<link href=\"text/sbasic/shared/main0211.xhp\" name=\"მაკროს ინსტრუმენტთა ზოლი\">მაკროს ინსტრუმენტთა ზოლი</link>"
-
-#: main0211.xhp#par_id3147288.2.help.text
-msgid "<ahelp visibility=\"visible\" hid=\".uno:MacroBarVisible\">The <emph>Macro Toolbar </emph>contains commands to create, edit, and run macros.</ahelp>"
-msgstr "<ahelp visibility=\"visible\" hid=\".uno:MacroBarVisible\">The <emph>მაკროს ინსტრუმენტთა ზოლი </emph>შეიცავს კომანდებს მაკროების შესაქმნელად, დასარედაქტირებლად და გასაშვებად.</ahelp>"
-
-#: 03020410.xhp#tit.help.text
-msgid "Kill Statement [Runtime]"
+#. O}wp
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"hd_id3150984\n"
+"7\n"
+"help.text"
+msgid "Parameter:"
msgstr ""
-#: 03020410.xhp#bm_id3153360.help.text
-msgid "<bookmark_value>Kill statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
+#. QH#C
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"par_id3153061\n"
+"8\n"
+"help.text"
+msgid "<emph>Text1:</emph> Any string expression"
+msgstr "<emph>ტექსტი1:</emph> ნებისმიერი სტრინგული გამოსახულება"
-#: 03020410.xhp#hd_id3153360.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03020410.xhp\" name=\"Kill Statement [Runtime]\">Kill Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
+#. SY/P
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"par_id3147560\n"
+"9\n"
+"help.text"
+msgid "<emph>Text2:</emph> Any string expression"
+msgstr "<emph>ტექსტი2:</emph> ნებისმიერი სტრინგული გამოსახულება"
-#: 03020410.xhp#par_id3151211.2.help.text
-msgid "Deletes a file from a disk."
-msgstr ""
+#. fRXe
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"par_id3146796\n"
+"10\n"
+"help.text"
+msgid "<emph>Compare:</emph> This optional parameter sets the comparison method. If Compare = 1, the string comparison is case-sensitive. If Compare = 0, no distinction is made between uppercase and lowercase letters."
+msgstr "<emph>Compare:</emph> პარამეტრი რომელიც აყენებს შედარების მეთოდს. თუ Compare = 1, სტრინგების შედარება განარჩევს დიდ და პატარა ასო-ნიშნებს. თუ Compare = 0, შედარება არ გაარჩევს დიდ და პატარა ასო-ნიშნებს."
-#: 03020410.xhp#hd_id3150767.3.help.text
-msgctxt "03020410.xhp#hd_id3150767.3.help.text"
-msgid "Syntax:"
-msgstr ""
+#. jbv%
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"hd_id3154940\n"
+"13\n"
+"help.text"
+msgid "Return value"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03020410.xhp#par_id3154685.4.help.text
-msgid "Kill File As String"
-msgstr "DIM sFile სტრიქონი როგორც "
+#. jeqN
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"par_id3150358\n"
+"27\n"
+"help.text"
+msgid "If Text1 < Text2 the function returns -1"
+msgstr "თუ Text1 < Text2 ფუნქცია აბრუნებს -1"
-#: 03020410.xhp#hd_id3153194.5.help.text
-msgctxt "03020410.xhp#hd_id3153194.5.help.text"
-msgid "Parameters:"
-msgstr ""
+#. w9pI
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"par_id3151043\n"
+"28\n"
+"help.text"
+msgid "If Text1 = Text2 the function returns 0"
+msgstr "თუ Text1 = Text2 ფუნქცია აბრუნებს 0"
-#: 03020410.xhp#par_id3150440.6.help.text
-msgid "<emph>File:</emph> Any string expression that contains an unambiguous file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
-msgstr ""
+#. yp$4
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"par_id3158410\n"
+"29\n"
+"help.text"
+msgid "If Text1 > Text2 the function returns 1"
+msgstr "თუ Text1 > Text2 ფუნქცია აბრუნებს 1"
-#: 03020410.xhp#hd_id3148645.7.help.text
-msgctxt "03020410.xhp#hd_id3148645.7.help.text"
+#. bG*e
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"hd_id3153968\n"
+"18\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03020410.xhp#par_id3154320.8.help.text
-msgid "sub ExampleKill"
-msgstr "sub ExampleChr"
-
-#: 03020410.xhp#par_id3163710.9.help.text
-msgid "Kill \"C:\\datafile.dat\" REM File must be created in advance"
-msgstr ""
-
-#: 03020410.xhp#par_id3145749.10.help.text
-msgctxt "03020410.xhp#par_id3145749.10.help.text"
-msgid "end sub"
-msgstr ""
-
-#: 03103000.xhp#tit.help.text
-msgid "UBound Function [Runtime]"
+#. Uoks
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"tit\n"
+"help.text"
+msgid "Len Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03103000.xhp#bm_id3148538.help.text
-msgid "<bookmark_value>UBound function</bookmark_value>"
-msgstr "<bookmark_value>Join ფუნქცია</bookmark_value>"
+#. c.3*
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"bm_id3154136\n"
+"help.text"
+msgid "<bookmark_value>Len function</bookmark_value>"
+msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
-#: 03103000.xhp#hd_id3148538.1.help.text
+#. +ZMF
+#: 03120402.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03103000.xhp\" name=\"UBound Function [Runtime]\">UBound Function [Runtime]</link>"
+msgctxt ""
+"03120402.xhp\n"
+"hd_id3154136\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120402.xhp\" name=\"Len Function [Runtime]\">Len Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03103000.xhp#par_id3147573.2.help.text
-msgid "Returns the upper boundary of an array."
-msgstr ""
+#. IQ1d
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"par_id3147576\n"
+"2\n"
+"help.text"
+msgid "Returns the number of characters in a string, or the number of bytes that are required to store a variable."
+msgstr "აბრუნებს სტრინგში ასო-ნიშნების რაოდენობას, ან ბაიტების რეოდენობას რომლებიც საჭიროა ცვლადის შენახვისთვის."
-#: 03103000.xhp#hd_id3150984.3.help.text
-msgctxt "03103000.xhp#hd_id3150984.3.help.text"
+#. @qQd
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"hd_id3159177\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03103000.xhp#par_id3149415.4.help.text
-msgid "UBound (ArrayName [, Dimension])"
-msgstr ""
+#. \hI]
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"par_id3150669\n"
+"4\n"
+"help.text"
+msgid "Len (Text As String)"
+msgstr "Len (Text As String)"
-#: 03103000.xhp#hd_id3153897.5.help.text
-msgctxt "03103000.xhp#hd_id3153897.5.help.text"
+#. $[PH
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"hd_id3148473\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03103000.xhp#par_id3149670.6.help.text
-msgctxt "03103000.xhp#par_id3149670.6.help.text"
-msgid "Integer"
+#. /jNM
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"par_id3143270\n"
+"6\n"
+"help.text"
+msgid "Long"
msgstr ""
-#: 03103000.xhp#hd_id3154347.7.help.text
-msgctxt "03103000.xhp#hd_id3154347.7.help.text"
+#. a8p6
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"hd_id3147531\n"
+"7\n"
+"help.text"
msgid "Parameters:"
msgstr ""
-#: 03103000.xhp#par_id3153381.8.help.text
-msgid "<emph>ArrayName:</emph> Name of the array for which you want to determine the upper (<emph>Ubound</emph>) or the lower (<emph>LBound</emph>) boundary."
-msgstr ""
-
-#: 03103000.xhp#par_id3148797.9.help.text
-msgid "<emph>[Dimension]:</emph> Integer that specifies which dimension to return the upper(<emph>Ubound</emph>) or lower (<emph>LBound</emph>) boundary for. If no value is specified, the boundary of the first dimension is returned."
-msgstr ""
+#. SmD[
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"par_id3147265\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression or a variable of another type."
+msgstr "<emph>ტექსტი:</emph> ნებისმიერი სხვა ტიპის სტრინგული გამოსახულება ან ცვლადი."
-#: 03103000.xhp#hd_id3153192.10.help.text
-msgctxt "03103000.xhp#hd_id3153192.10.help.text"
+#. olSh
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"hd_id3153360\n"
+"9\n"
+"help.text"
msgid "Example:"
msgstr ""
-#: 03103000.xhp#par_id3147229.11.help.text
-msgctxt "03103000.xhp#par_id3147229.11.help.text"
-msgid "Sub ExampleUboundLbound"
-msgstr ""
-
-#: 03103000.xhp#par_id3150440.12.help.text
-msgctxt "03103000.xhp#par_id3150440.12.help.text"
-msgid "Dim sVar(10 to 20) As String"
-msgstr "Dim sVar as string"
-
-#: 03103000.xhp#par_id3145785.13.help.text
-msgctxt "03103000.xhp#par_id3145785.13.help.text"
-msgid "print LBound(sVar())"
-msgstr ""
-
-#: 03103000.xhp#par_id3153092.14.help.text
-msgctxt "03103000.xhp#par_id3153092.14.help.text"
-msgid "print UBound(sVar())"
-msgstr ""
-
-#: 03103000.xhp#par_id3153727.15.help.text
-msgctxt "03103000.xhp#par_id3153727.15.help.text"
-msgid "end Sub"
-msgstr ""
-
-#: 03103000.xhp#par_id3145271.16.help.text
-msgctxt "03103000.xhp#par_id3145271.16.help.text"
-msgid "Sub ExampleUboundLbound2"
-msgstr ""
-
-#: 03103000.xhp#par_id3153952.17.help.text
-msgctxt "03103000.xhp#par_id3153952.17.help.text"
-msgid "Dim sVar(10 to 20,5 To 70) As String"
-msgstr "Dim sVar as string"
-
-#: 03103000.xhp#par_id3152596.18.help.text
-msgctxt "03103000.xhp#par_id3152596.18.help.text"
-msgid "Print LBound(sVar()) REM Returns 10"
-msgstr ""
-
-#: 03103000.xhp#par_id3153138.19.help.text
-msgctxt "03103000.xhp#par_id3153138.19.help.text"
-msgid "Print UBound(sVar()) REM Returns 20"
-msgstr ""
-
-#: 03103000.xhp#par_id3149665.20.help.text
-msgctxt "03103000.xhp#par_id3149665.20.help.text"
-msgid "Print LBound(sVar(),2) REM Returns 5"
-msgstr ""
-
-#: 03103000.xhp#par_id3147214.21.help.text
-msgctxt "03103000.xhp#par_id3147214.21.help.text"
-msgid "Print UBound(sVar(),2) REM Returns 70"
-msgstr ""
-
-#: 03103000.xhp#par_id3155855.22.help.text
-msgctxt "03103000.xhp#par_id3155855.22.help.text"
-msgid "end Sub"
-msgstr ""
-
-#: 01020300.xhp#tit.help.text
-msgid "Using Procedures and Functions"
-msgstr ""
+#. u2;C
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"par_id3156214\n"
+"13\n"
+"help.text"
+msgid "MsgBox Len(sText) REM Returns 9"
+msgstr "MsgBox Len(sText) REM Returns 9"
-#: 01020300.xhp#bm_id3149456.help.text
-msgid "<bookmark_value>procedures</bookmark_value><bookmark_value>functions;using</bookmark_value><bookmark_value>variables;passing to procedures and functions</bookmark_value><bookmark_value>parameters;for procedures and functions</bookmark_value><bookmark_value>parameters;passing by reference or value</bookmark_value><bookmark_value>variables;scope</bookmark_value><bookmark_value>scope of variables</bookmark_value><bookmark_value>GLOBAL variables</bookmark_value><bookmark_value>PUBLIC variables</bookmark_value><bookmark_value>PRIVATE variables</bookmark_value><bookmark_value>functions;return value type</bookmark_value><bookmark_value>return value type of functions</bookmark_value>"
+#. hsi1
+#: 03130600.xhp
+msgctxt ""
+"03130600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Wait Statement [Runtime]"
msgstr ""
-#: 01020300.xhp#hd_id3149456.1.help.text
-msgid "<link href=\"text/sbasic/shared/01020300.xhp\">Using Procedures and Functions</link>"
-msgstr ""
+#. kck9
+#: 03130600.xhp
+msgctxt ""
+"03130600.xhp\n"
+"bm_id3154136\n"
+"help.text"
+msgid "<bookmark_value>Wait statement</bookmark_value>"
+msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-#: 01020300.xhp#par_id3150767.2.help.text
-msgid "The following describes the basic use of procedures and functions in $[officename] Basic."
-msgstr ""
+#. 0+Np
+#: 03130600.xhp
+#, fuzzy
+msgctxt ""
+"03130600.xhp\n"
+"hd_id3154136\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03130600.xhp\" name=\"Wait Statement [Runtime]\">Wait Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 01020300.xhp#par_id3151215.56.help.text
-msgid "When you create a new module, $[officename] Basic automatically inserts a SUB called \"Main\". This default name has nothing to do with the order or the starting point of a $[officename] Basic project. You can also safely rename this SUB."
-msgstr ""
+#. HF;2
+#: 03130600.xhp
+msgctxt ""
+"03130600.xhp\n"
+"par_id3149236\n"
+"2\n"
+"help.text"
+msgid "Interrupts the program execution for the amount of time that you specify in milliseconds."
+msgstr "მილიწამებში მითითებული დროის მანძილზე წყვეტს პროგრამის მუშაობას."
-#: 01020300.xhp#par_id314756320.help.text
-msgctxt "01020300.xhp#par_id314756320.help.text"
-msgid "Some restrictions apply for the names of your public variables, subs, and functions. You must not use the same name as one of the modules of the same library."
+#. !Ef:
+#: 03130600.xhp
+msgctxt ""
+"03130600.xhp\n"
+"hd_id3143229\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 01020300.xhp#par_id3154124.3.help.text
-msgid "Procedures (SUBS) and functions (FUNCTIONS) help you maintaining a structured overview by separating a program into logical pieces."
-msgstr ""
+#. 2eYY
+#: 03130600.xhp
+msgctxt ""
+"03130600.xhp\n"
+"par_id3150669\n"
+"4\n"
+"help.text"
+msgid "Wait millisec"
+msgstr "Wait millisec"
-#: 01020300.xhp#par_id3153193.4.help.text
-msgid "One benefit of procedures and functions is that, once you have developed a program code containing task components, you can use this code in another project."
+#. a#sq
+#: 03130600.xhp
+msgctxt ""
+"03130600.xhp\n"
+"hd_id3148943\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 01020300.xhp#hd_id3153770.26.help.text
-msgid "Passing Variables to Procedures (SUB) and Functions (FUNCTION)"
-msgstr ""
+#. ChBh
+#: 03130600.xhp
+msgctxt ""
+"03130600.xhp\n"
+"par_id3154924\n"
+"6\n"
+"help.text"
+msgid "<emph>millisec:</emph> Numeric expression that contains the amount of time (in milliseconds) to wait before the program is executed."
+msgstr "<emph>millisec:</emph> რიცხვითი გამოსახულება რომელიც შეიცავს დროს (მილიწამებში) რომლის გასვლის შემდეეგაც გაეშვება პროგრამა.."
-#: 01020300.xhp#par_id3155414.27.help.text
-msgid "Variables can be passed to both procedures and functions. The SUB or FUNCTION must be declared to expect parameters:"
+#. E)gJ
+#: 03130600.xhp
+msgctxt ""
+"03130600.xhp\n"
+"hd_id3150541\n"
+"7\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 01020300.xhp#par_id3163710.28.help.text
-msgid "SUB SubName(<emph>Parameter1 As Type, Parameter2 As Type,...</emph>)"
+#. /=$e
+#: 03130600.xhp
+msgctxt ""
+"03130600.xhp\n"
+"par_id3156214\n"
+"13\n"
+"help.text"
+msgid "MsgBox \"\" & lTick & \" Ticks\" ,0,\"The pause lasted\""
msgstr ""
-#: 01020300.xhp#par_id3151114.29.help.text
-msgctxt "01020300.xhp#par_id3151114.29.help.text"
-msgid "Program code"
+#. XIQ;
+#: 03010300.xhp
+msgctxt ""
+"03010300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Color Functions"
msgstr ""
-#: 01020300.xhp#par_id3146975.30.help.text
-msgid "END SUB"
-msgstr ""
+#. P410
+#: 03010300.xhp
+#, fuzzy
+msgctxt ""
+"03010300.xhp\n"
+"hd_id3157896\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010300.xhp\" name=\"Color Functions\">Color Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 01020300.xhp#par_id3152577.31.help.text
-msgid "The SUB is called using the following syntax:"
+#. 0IN)
+#: 03010300.xhp
+msgctxt ""
+"03010300.xhp\n"
+"par_id3155555\n"
+"2\n"
+"help.text"
+msgid "This section describes Runtime functions used to define colors."
msgstr ""
-#: 01020300.xhp#par_id3159154.32.help.text
-msgid "SubName(Value1, Value2,...)"
-msgstr ""
+#. AmO,
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"tit\n"
+"help.text"
+msgid "GetGuiType Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 01020300.xhp#par_id3147124.33.help.text
-msgid "The parameters passed to a SUB must fit to those specified in the SUB declaration."
-msgstr ""
+#. bl~d
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"bm_id3147143\n"
+"help.text"
+msgid "<bookmark_value>GetGuiType function</bookmark_value>"
+msgstr "<bookmark_value>GetGuiType ფუნქცია</bookmark_value>"
-#: 01020300.xhp#par_id3147397.34.help.text
-msgid "The same process applies to FUNCTIONS. In addition, functions always return a function result. The result of a function is defined by assigning the return value to the function name:"
-msgstr ""
+#. Eh@c
+#: 03132100.xhp
+#, fuzzy
+msgctxt ""
+"03132100.xhp\n"
+"hd_id3155310\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03132100.xhp\" name=\"GetGuiType Function [Runtime]\">GetGuiType Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 01020300.xhp#par_id3149412.35.help.text
-msgid "FUNCTION FunctionName(Parameter1 As Type, Parameter2 As Type,...) As Type"
-msgstr ""
+#. +W^,
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"par_id3152459\n"
+"2\n"
+"help.text"
+msgid "Returns a numerical value that specifies the graphical user interface."
+msgstr "აბრუნებს რიცხვით მნიშვნელობას, რომელიც განსაზღვრავს მომხმარებლის გრაფიკულ ინტერფეისს."
-#: 01020300.xhp#par_id3156284.36.help.text
-msgctxt "01020300.xhp#par_id3156284.36.help.text"
-msgid "Program code"
-msgstr ""
+#. Jz.t
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"par_id3153323\n"
+"3\n"
+"help.text"
+msgid "This runtime function is only provided for downward compatibility to previous versions. The return value is not defined in client-server environments."
+msgstr "გაშვების ფუნქცია მოწოდებულია მხოლოდ წინა ვერსიებთან შეთანხმების უზრუნველსაყოფად. დაბრუნებული მნიშვნელობა არ განისაზღვრება კლიენტ-სერვერულ გარემოებში."
-#: 01020300.xhp#par_id3145799.37.help.text
-msgid "<emph>FunctionName=Result</emph>"
+#. ?+CP
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"hd_id3154894\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 01020300.xhp#par_id3150716.38.help.text
-msgctxt "01020300.xhp#par_id3150716.38.help.text"
-msgid "End Function"
-msgstr "End function"
-
-#: 01020300.xhp#par_id3153839.39.help.text
-msgid "The FUNCTION is called using the following syntax:"
-msgstr ""
+#. @Wct
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"par_id3147143\n"
+"5\n"
+"help.text"
+msgid "GetGUIType()"
+msgstr "GetGUIType()"
-#: 01020300.xhp#par_id3146914.40.help.text
-msgid "Variable=FunctionName(Parameter1, Parameter2,...)"
-msgstr ""
+#. %/_4
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"hd_id3149346\n"
+"6\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 01020300.xhp#par_idN107B3.help.text
-msgid "You can also use the fully qualified name to call a procedure or function:<br/><item type=\"literal\">Library.Module.Macro()</item><br/> For example, to call the Autotext macro from the Gimmicks library, use the following command:<br/><item type=\"literal\">Gimmicks.AutoText.Main()</item>"
+#. ;]ge
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"par_id3153748\n"
+"7\n"
+"help.text"
+msgid "Integer"
msgstr ""
-#: 01020300.xhp#hd_id3156276.45.help.text
-msgid "Passing Variables by Value or Reference"
-msgstr ""
+#. e)M,
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"hd_id3149177\n"
+"8\n"
+"help.text"
+msgid "Return values:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 01020300.xhp#par_id3155765.47.help.text
-msgid "Parameters can be passed to a SUB or a FUNCTION either by reference or by value. Unless otherwise specified, a parameter is always passed by reference. That means that a SUB or a FUNCTION gets the parameter and can read and modify its value."
-msgstr ""
+#. tCmZ
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"par_id3147242\n"
+"9\n"
+"help.text"
+msgid "1: Windows"
+msgstr "1: Windows"
-#: 01020300.xhp#par_id3145640.53.help.text
-msgid "If you want to pass a parameter by value insert the key word \"ByVal\" in front of the parameter when you call a SUB or FUNCTION, for example:"
-msgstr ""
+#. Z=|p
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"par_id3156152\n"
+"11\n"
+"help.text"
+msgid "4: UNIX"
+msgstr "4: UNIX"
-#: 01020300.xhp#par_id3150042.54.help.text
-msgid "Result = Function(<emph>ByVal</emph> Parameter)"
+#. {F}:
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"hd_id3148685\n"
+"12\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 01020300.xhp#par_id3149258.55.help.text
-msgid "In this case, the original content of the parameter will not be modified by the FUNCTION since it only gets the value and not the parameter itself."
-msgstr ""
+#. F2{f
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Err Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 01020300.xhp#hd_id3150982.57.help.text
-msgid "Scope of Variables"
-msgstr ""
+#. :SH}
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"bm_id3156343\n"
+"help.text"
+msgid "<bookmark_value>Err function</bookmark_value>"
+msgstr "<bookmark_value>CVErr ფუნქცია</bookmark_value>"
-#: 01020300.xhp#par_id3149814.58.help.text
-msgid "A variable defined within a SUB or FUNCTION, only remains valid until the procedure is exited. This is known as a \"local\" variable. In many cases, you need a variable to be valid in all procedures, in every module of all libraries, or after a SUB or FUNCTION is exited."
-msgstr ""
+#. lqLh
+#: 03050200.xhp
+#, fuzzy
+msgctxt ""
+"03050200.xhp\n"
+"hd_id3156343\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03050200.xhp\" name=\"Err Function [Runtime]\">Err Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 01020300.xhp#hd_id3154186.59.help.text
-msgid "Declaring Variables Outside a SUB or FUNCTION"
+#. 7hEC
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"par_id3150541\n"
+"2\n"
+"help.text"
+msgid "Returns an error code that identifies the error that occurred during program execution."
msgstr ""
-#: 01020300.xhp#par_id3150208.111.help.text
-msgid "GLOBAL VarName As TYPENAME"
+#. 9Z~W
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"hd_id3149656\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 01020300.xhp#par_id3145258.112.help.text
-msgid "The variable is valid as long as the $[officename] session lasts."
+#. lxdF
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"par_id3154123\n"
+"4\n"
+"help.text"
+msgid "Err"
msgstr ""
-#: 01020300.xhp#par_id3153198.60.help.text
-msgid "PUBLIC VarName As TYPENAME"
-msgstr ""
+#. d/(7
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"hd_id3147229\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 01020300.xhp#par_id3150088.61.help.text
-msgid "The variable is valid in all modules."
+#. ,dy5
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"par_id3150869\n"
+"6\n"
+"help.text"
+msgid "Integer"
msgstr ""
-#: 01020300.xhp#par_id3158212.62.help.text
-msgid "PRIVATE VarName As TYPENAME"
+#. 7./6
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"hd_id3153193\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 01020300.xhp#par_id3152994.63.help.text
-msgctxt "01020300.xhp#par_id3152994.63.help.text"
-msgid "The variable is only valid in this module."
+#. B{QJ
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"par_id3149561\n"
+"8\n"
+"help.text"
+msgid "The Err function is used in error-handling routines to determine the error and the corrective action."
msgstr ""
-#: 01020300.xhp#par_id3150886.64.help.text
-msgid "DIM VarName As TYPENAME"
+#. OiQ;
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"hd_id3147317\n"
+"9\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 01020300.xhp#par_id3150368.65.help.text
-msgctxt "01020300.xhp#par_id3150368.65.help.text"
-msgid "The variable is only valid in this module."
+#. AT:4
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"par_id3147426\n"
+"11\n"
+"help.text"
+msgid "On Error Goto ErrorHandler REM Set up error handler"
msgstr ""
-#: 01020300.xhp#hd_id5097506.help.text
-msgid "Example for private variables"
+#. ~\gy
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"par_id3149481\n"
+"14\n"
+"help.text"
+msgid "REM Error occurs due to non-existent file"
msgstr ""
-#: 01020300.xhp#par_id8738975.help.text
-msgid "Enforce private variables to be private across modules by setting CompatibilityMode(true)."
+#. iRjP
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"par_id3145646\n"
+"21\n"
+"help.text"
+msgid "MsgBox \"Error \" & Err & \": \" & Error$ + chr(13) + \"At line : \" + Erl + chr(13) + Now , 16 ,\"an error occurred\""
msgstr ""
-#: 01020300.xhp#par_id146488.help.text
-msgid "REM ***** Module1 *****"
-msgstr ""
+#. H92G
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"tit\n"
+"help.text"
+msgid "FindObject Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 01020300.xhp#par_id2042298.help.text
-msgid "Private myText As String"
-msgstr ""
+#. l~kA
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"bm_id3145136\n"
+"help.text"
+msgid "<bookmark_value>FindObject function</bookmark_value>"
+msgstr "<bookmark_value>CreateObject ფუნქცია</bookmark_value>"
-#: 01020300.xhp#par_id2969756.help.text
-msgid "Sub initMyText"
-msgstr ""
+#. ;@tc
+#: 03103800.xhp
+#, fuzzy
+msgctxt ""
+"03103800.xhp\n"
+"hd_id3145136\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03103800.xhp\" name=\"FindObject Function [Runtime]\">FindObject Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 01020300.xhp#par_id9475997.help.text
-msgid "myText = \"Hello\""
+#. inX9
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3155341\n"
+"2\n"
+"help.text"
+msgid "Enables an object to be addressed at run-time as a string parameter through the object name."
msgstr ""
-#: 01020300.xhp#par_id6933500.help.text
-msgid "print \"in module1 : \", myText"
+#. C=)n
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3150669\n"
+"3\n"
+"help.text"
+msgid "For example, the following command:"
msgstr ""
-#: 01020300.xhp#par_id631733.help.text
-msgctxt "01020300.xhp#par_id631733.help.text"
-msgid "End Sub"
+#. 7|dd
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3148473\n"
+"4\n"
+"help.text"
+msgid "MyObj.Prop1.Command = 5"
msgstr ""
-#: 01020300.xhp#par_id8234199.help.text
-msgid "REM ***** Module2 *****"
+#. z}9d
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3156023\n"
+"5\n"
+"help.text"
+msgid "corresponds to the command block:"
msgstr ""
-#: 01020300.xhp#par_id6969512.help.text
-msgid "'Option Explicit"
+#. q\f?
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3153896\n"
+"6\n"
+"help.text"
+msgid "Dim ObjVar as Object"
msgstr ""
-#: 01020300.xhp#par_id1196935.help.text
-msgid "Sub demoBug"
+#. *-#Y
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3154760\n"
+"7\n"
+"help.text"
+msgid "Dim ObjProp as Object"
msgstr ""
-#: 01020300.xhp#par_id1423993.help.text
-msgid "CompatibilityMode( true )"
+#. 9kw%
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3145069\n"
+"8\n"
+"help.text"
+msgid "ObjName As String = \"MyObj\""
msgstr ""
-#: 01020300.xhp#par_id6308786.help.text
-msgid "initMyText"
+#. 5MFi
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3154939\n"
+"9\n"
+"help.text"
+msgid "ObjVar = FindObject( ObjName As String )"
msgstr ""
-#: 01020300.xhp#par_id4104129.help.text
-msgid "' Now returns empty string"
+#. n/;m
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3150793\n"
+"10\n"
+"help.text"
+msgid "PropName As String = \"Prop1\""
msgstr ""
-#: 01020300.xhp#par_id7906125.help.text
-msgid "' (or rises error for Option Explicit)"
+#. DR@*
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3154141\n"
+"11\n"
+"help.text"
+msgid "ObjProp = FindPropertyObject( ObjVar, PropName As String )"
msgstr ""
-#: 01020300.xhp#par_id8055970.help.text
-msgid "print \"Now in module2 : \", myText"
+#. 5l1~
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3156424\n"
+"12\n"
+"help.text"
+msgid "ObjProp.Command = 5"
msgstr ""
-#: 01020300.xhp#par_id2806176.help.text
-msgctxt "01020300.xhp#par_id2806176.help.text"
-msgid "End Sub"
+#. pMYT
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3145420\n"
+"13\n"
+"help.text"
+msgid "This allows names to be dynamically created at run-time. For example:"
msgstr ""
-#: 01020300.xhp#hd_id3154368.66.help.text
-msgid "Saving Variable Content after Exiting a SUB or FUNCTION"
+#. G#=5
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3153104\n"
+"14\n"
+"help.text"
+msgid "\"TextEdit1\" to TextEdit5\" in a loop to create five control names."
msgstr ""
-#: 01020300.xhp#par_id3156288.67.help.text
-msgid "STATIC VarName As TYPENAME"
+#. KR^6
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3150767\n"
+"15\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03103900.xhp\" name=\"FindPropertyObject\">FindPropertyObject</link>"
msgstr ""
-#: 01020300.xhp#par_id3154486.68.help.text
-msgid "The variable retains its value until the next time the FUNCTION or SUB is entered. The declaration must exist inside a SUB or a FUNCTION."
+#. Sq4_
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"hd_id3150868\n"
+"16\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 01020300.xhp#hd_id3155809.41.help.text
-msgid "Specifying the Return Value Type of a FUNCTION"
+#. -Dr{
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3151042\n"
+"17\n"
+"help.text"
+msgid "FindObject( ObjName As String )"
msgstr ""
-#: 01020300.xhp#par_id3149404.42.help.text
-msgid "As with variables, include a type-declaration character after the function name, or the type indicated by \"As\" and the corresponding key word at the end of the parameter list to define the type of the function's return value, for example:"
+#. +i2+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"hd_id3159254\n"
+"18\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 01020300.xhp#par_id3152899.43.help.text
-msgid "Function WordCount(WordText as String) <emph>as Integer</emph>"
+#. COSr
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3150439\n"
+"19\n"
+"help.text"
+msgid "<emph>ObjName: </emph>String that specifies the name of the object that you want to address at run-time."
msgstr ""
-#: 03020404.xhp#tit.help.text
-msgid "Dir Function [Runtime]"
+#. X1SM
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"tit\n"
+"help.text"
+msgid "Lof Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03020404.xhp#bm_id3154347.help.text
-msgid "<bookmark_value>Dir function</bookmark_value>"
-msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
+#. N+%!
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"bm_id3156024\n"
+"help.text"
+msgid "<bookmark_value>Lof function</bookmark_value>"
+msgstr "<bookmark_value>მარცხენა ფუნქცია</bookmark_value>"
-#: 03020404.xhp#hd_id3154347.1.help.text
+#. bLJ=
+#: 03020303.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03020404.xhp\" name=\"Dir Function [Runtime]\">Dir Function [Runtime]</link>"
+msgctxt ""
+"03020303.xhp\n"
+"hd_id3156024\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020303.xhp\" name=\"Lof Function [Runtime]\">Lof Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-#: 03020404.xhp#par_id3153381.2.help.text
-msgid "Returns the name of a file, a directory, or all of the files and the directories on a drive or in a directory that match the specified search path."
+#. ;zDY
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3146794\n"
+"2\n"
+"help.text"
+msgid "Returns the size of an open file in bytes."
msgstr ""
-#: 03020404.xhp#hd_id3154365.3.help.text
-msgctxt "03020404.xhp#hd_id3154365.3.help.text"
+#. dOb_
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"hd_id3153380\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03020404.xhp#par_id3156282.4.help.text
-msgid "Dir [(Text As String) [, Attrib As Integer]]"
+#. CG`}
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3150359\n"
+"4\n"
+"help.text"
+msgid "Lof (FileNumber)"
msgstr ""
-#: 03020404.xhp#hd_id3156424.5.help.text
-msgctxt "03020404.xhp#hd_id3156424.5.help.text"
+#. |PP#
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"hd_id3154141\n"
+"5\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03020404.xhp#par_id3153193.6.help.text
-msgctxt "03020404.xhp#par_id3153193.6.help.text"
-msgid "String"
-msgstr "სტრიქონები"
-
-#: 03020404.xhp#hd_id3153770.7.help.text
-msgctxt "03020404.xhp#hd_id3153770.7.help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020404.xhp#par_id3161831.8.help.text
-msgid "<emph>Text:</emph> Any string expression that specifies the search path, directory or file. This argument can only be specified the first time that you call the Dir function. If you want, you can enter the path in <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
-msgstr ""
-
-#: 03020404.xhp#par_id3146974.9.help.text
-msgid "<emph>Attrib: </emph>Any integer expression that specifies bitwise file attributes. The Dir function only returns files or directories that match the specified attributes. You can combine several attributes by adding the attribute values:"
+#. 8#Jz
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3147230\n"
+"6\n"
+"help.text"
+msgid "Long"
msgstr ""
-#: 03020404.xhp#par_id3149666.11.help.text
-msgctxt "03020404.xhp#par_id3149666.11.help.text"
-msgid "0 : Normal files."
+#. ;|I)
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"hd_id3156281\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03020404.xhp#par_id3147427.15.help.text
-msgctxt "03020404.xhp#par_id3147427.15.help.text"
-msgid "16 : Returns the name of the directory only."
+#. oJ7g
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3150869\n"
+"8\n"
+"help.text"
+msgid "<emph>FileNumber:</emph> Any numeric expression that contains the file number that is specified in the Open statement."
msgstr ""
-#: 03020404.xhp#par_id3153952.16.help.text
-msgid "Use this attribute to check if a file or directory exists, or to determine all files and folders in a specific directory."
+#. $/o5
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3147349\n"
+"9\n"
+"help.text"
+msgid "To obtain the length of a file that is not open, use the <emph>FileLen</emph> function."
msgstr ""
-#: 03020404.xhp#par_id3159156.17.help.text
-msgid "To check if a file exists, enter the complete path and name of the file. If the file or directory name does not exist, the Dir function returns a zero-length string (\"\")."
+#. ;O~]
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"hd_id3155415\n"
+"10\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03020404.xhp#par_id3154012.18.help.text
-msgid "To generate a list of all existing files in a specific directory, proceed as follows: The first time you call the Dir function, specify the complete search path for the files, for example, \"D:\\Files\\*.sxw\". If the path is correct and the search finds at least one file, the Dir function returns the name of the first file that matches the search path. To return additional file names that match the path, call Dir again, but with no arguments."
+#. 5^7Y
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3154730\n"
+"13\n"
+"help.text"
+msgid "Dim sText As Variant REM must be a Variant"
msgstr ""
-#: 03020404.xhp#par_id3147348.19.help.text
-msgid "To return directories only, use the attribute parameter. The same applies if you want to determine the name of a volume (for example, a hard drive partition)"
+#. CMs=
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3156276\n"
+"19\n"
+"help.text"
+msgid "Seek #iNumber,1 REM Position at start"
msgstr ""
-#: 03020404.xhp#hd_id3154942.20.help.text
-msgctxt "03020404.xhp#hd_id3154942.20.help.text"
-msgid "Example:"
+#. JLY\
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3148405\n"
+"20\n"
+"help.text"
+msgid "Put #iNumber,, \"This is the first line of text\" REM Fill with text"
msgstr ""
-#: 03020404.xhp#par_id3147125.21.help.text
-msgid "Sub ExampleDir"
-msgstr "Sub ExampleStr"
-
-#: 03020404.xhp#par_id3148455.22.help.text
-msgid "REM Displays all files and directories"
+#. #)D`
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3154756\n"
+"21\n"
+"help.text"
+msgid "Put #iNumber,, \"This is the second line of text\""
msgstr ""
-#: 03020404.xhp#par_id3147396.23.help.text
-msgctxt "03020404.xhp#par_id3147396.23.help.text"
-msgid "Dim sPath As String"
-msgstr "Dim sSep As String"
-
-#: 03020404.xhp#par_id3149378.24.help.text
-msgid "Dim sDir as String, sValue as String"
+#. :6s;
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3145643\n"
+"22\n"
+"help.text"
+msgid "Put #iNumber,, \"This is the third line of text\""
msgstr ""
-#: 03020404.xhp#par_id3153416.27.help.text
-msgid "sDir=\"Directories:\""
+#. *%(0
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3150299\n"
+"31\n"
+"help.text"
+msgid "Put #iNumber,,\"This is a new line of text\""
msgstr ""
-#: 03020404.xhp#par_id3153838.29.help.text
-msgid "sPath = CurDir"
+#. ffXo
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3166425\n"
+"34\n"
+"help.text"
+msgid "Put #iNumber,20,\"This is the text in record 20\""
msgstr ""
-#: 03020404.xhp#par_id3150327.30.help.text
-msgid "sValue = Dir$(sPath + getPathSeparator + \"*\",16)"
+#. D^Pt
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"tit\n"
+"help.text"
+msgid "Call Statement [Runtime]"
msgstr ""
-#: 03020404.xhp#par_id3155064.31.help.text
-msgctxt "03020404.xhp#par_id3155064.31.help.text"
-msgid "Do"
-msgstr ""
+#. Mb!h
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"bm_id3154422\n"
+"help.text"
+msgid "<bookmark_value>Call statement</bookmark_value>"
+msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-#: 03020404.xhp#par_id3153764.32.help.text
-msgid "If sValue <> \".\" and sValue <> \"..\" Then"
-msgstr ""
+#. pNxW
+#: 03090401.xhp
+#, fuzzy
+msgctxt ""
+"03090401.xhp\n"
+"hd_id3154422\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090401.xhp\" name=\"Call Statement [Runtime]\">Call Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03020404.xhp#par_id3155766.33.help.text
-msgid "if (GetAttr( sPath + getPathSeparator + sValue) AND 16) >0 then"
+#. DTwa
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"par_id3153394\n"
+"2\n"
+"help.text"
+msgid "Transfers the control of the program to a subroutine, a function, or a DLL procedure."
msgstr ""
-#: 03020404.xhp#par_id3154253.34.help.text
-msgid "REM get the directories"
+#. 6b7_
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"hd_id3153345\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03020404.xhp#par_id3159264.35.help.text
-msgid "sDir = sDir & chr(13) & sValue"
+#. S:MD
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"par_id3150984\n"
+"4\n"
+"help.text"
+msgid "[Call] Name [Parameter]"
msgstr ""
-#: 03020404.xhp#par_id3145148.43.help.text
-msgctxt "03020404.xhp#par_id3145148.43.help.text"
-msgid "End If"
+#. wm!w
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"hd_id3150771\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03020404.xhp#par_idN10700.help.text
-msgctxt "03020404.xhp#par_idN10700.help.text"
-msgid "End If"
+#. P@}K
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"par_id3148473\n"
+"6\n"
+"help.text"
+msgid "<emph>Name:</emph> Name of the subroutine, the function, or the DLL that you want to call"
msgstr ""
-#: 03020404.xhp#par_id3147324.44.help.text
-msgid "sValue = Dir$"
+#. MGN5
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"par_id3148946\n"
+"7\n"
+"help.text"
+msgid "<emph>Parameter:</emph> Parameters to pass to the procedure. The type and number of parameters is dependent on the routine that is executing."
msgstr ""
-#: 03020404.xhp#par_id3155335.45.help.text
-msgid "Loop Until sValue = \"\""
+#. E`sV
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"par_id3154216\n"
+"8\n"
+"help.text"
+msgid "A keyword is optional when you call a procedure. If a function is executed as an expression, the parameters must be enclosed by brackets in the statement. If a DLL is called, it must first be specified in the <emph>Declare-Statement</emph>."
msgstr ""
-#: 03020404.xhp#par_id3147345.46.help.text
-msgid "MsgBox sDir,0,sPath"
+#. |%|f
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"hd_id3125865\n"
+"9\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03020404.xhp#par_id3163808.48.help.text
-msgctxt "03020404.xhp#par_id3163808.48.help.text"
-msgid "End sub"
+#. L4H-
+#: 03130100.xhp
+msgctxt ""
+"03130100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Beep Statement [Runtime]"
msgstr ""
-#: 03100600.xhp#tit.help.text
-msgid "CLng Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03100600.xhp#bm_id3153311.help.text
-msgid "<bookmark_value>CLng function</bookmark_value>"
-msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
+#. x@2f
+#: 03130100.xhp
+msgctxt ""
+"03130100.xhp\n"
+"bm_id3143284\n"
+"help.text"
+msgid "<bookmark_value>Beep statement</bookmark_value>"
+msgstr "<bookmark_value>Beep მტკიცებულება</bookmark_value>"
-#: 03100600.xhp#hd_id3153311.1.help.text
+#. 5:6a
+#: 03130100.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03100600.xhp\" name=\"CLng Function [Runtime]\">CLng Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
+msgctxt ""
+"03130100.xhp\n"
+"hd_id3143284\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03130100.xhp\" name=\"Beep Statement [Runtime]\">Beep Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet დებულება [გაშვებისას]</link>"
-#: 03100600.xhp#par_id3148686.2.help.text
-msgid "Converts any string or numeric expression to a long integer."
-msgstr "გარდაქმნის სტრიქონს ან ციფრულ გამოსახულებას ბაიტის ტიპისთვის."
+#. 3YWe
+#: 03130100.xhp
+msgctxt ""
+"03130100.xhp\n"
+"par_id3159201\n"
+"2\n"
+"help.text"
+msgid "Plays a tone through the computer's speaker. The tone is system-dependent and you cannot modify its volume or pitch."
+msgstr "აპიპინებს კომპიუტერის სპიკერიდან. ტონი დამოკიდებულია სისტემაზე და თქვენ არ შეგიძლიათ მისი ხმის ან ტონის შეცვლა."
-#: 03100600.xhp#hd_id3145315.3.help.text
-msgctxt "03100600.xhp#hd_id3145315.3.help.text"
+#. @5\F
+#: 03130100.xhp
+msgctxt ""
+"03130100.xhp\n"
+"hd_id3153990\n"
+"3\n"
+"help.text"
msgid "Syntax:"
msgstr ""
-#: 03100600.xhp#par_id3147573.4.help.text
-msgid "CLng (Expression)"
-msgstr "CCur(Expression)"
-
-#: 03100600.xhp#hd_id3145610.5.help.text
-msgctxt "03100600.xhp#hd_id3145610.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+#. N,m-
+#: 03130100.xhp
+msgctxt ""
+"03130100.xhp\n"
+"par_id3147291\n"
+"4\n"
+"help.text"
+msgid "Beep"
+msgstr "დაპიპინება"
-#: 03100600.xhp#par_id3153897.6.help.text
-msgctxt "03100600.xhp#par_id3153897.6.help.text"
-msgid "Long"
+#. \jd`
+#: 03130100.xhp
+msgctxt ""
+"03130100.xhp\n"
+"hd_id3148538\n"
+"5\n"
+"help.text"
+msgid "Example:"
msgstr ""
-#: 03100600.xhp#hd_id3154760.7.help.text
-msgctxt "03100600.xhp#hd_id3154760.7.help.text"
-msgid "Parameters:"
+#. 2Xt}
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefCur Statement [Runtime]"
msgstr ""
-#: 03100600.xhp#par_id3159414.8.help.text
-msgid "<emph>Expression:</emph> Any numerical expression that you want to convert. If the <emph>Expression</emph> lies outside the valid long integer range between -2.147.483.648 and 2.147.483.647, $[officename] Basic returns an overflow error. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system."
-msgstr ""
+#. O:Fv
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"bm_id9555345\n"
+"help.text"
+msgid "<bookmark_value>DefCur statement</bookmark_value>"
+msgstr "<bookmark_value>DefCur განცხადება</bookmark_value>"
-#: 03100600.xhp#par_id3150358.9.help.text
-msgctxt "03100600.xhp#par_id3150358.9.help.text"
-msgid "This function always rounds the fractional part of a number to the nearest integer."
+#. )Z;o
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN1057D\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101110.xhp\">DefCur Statement [Runtime]</link>"
msgstr ""
-#: 03100600.xhp#hd_id3154216.10.help.text
-msgctxt "03100600.xhp#hd_id3154216.10.help.text"
-msgid "Example:"
-msgstr ""
+#. $bZs
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN1058D\n"
+"help.text"
+msgid "If no type-declaration character or keyword is specified, the DefCur statement sets the default variable type, according to a letter range."
+msgstr "თუ ტიპის გამოცხადების ასო-ნიშანი ან სიტყვა-გასაღები მითითებული არ არის, DefCur განცხადება საწყისი ცვლადის ტიპს აყენებს ასოთა რანგის მიხედვით."
-#: 03100600.xhp#par_id3147229.11.help.text
-msgctxt "03100600.xhp#par_id3147229.11.help.text"
-msgid "Sub ExampleCountryConvert"
+#. :*3[
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN10590\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03100600.xhp#par_id3156281.12.help.text
-msgctxt "03100600.xhp#par_id3156281.12.help.text"
-msgid "Msgbox CDbl(1234.5678)"
+#. (iOC
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN10594\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr ""
-#: 03100600.xhp#par_id3153969.13.help.text
-msgctxt "03100600.xhp#par_id3153969.13.help.text"
-msgid "Msgbox CInt(1234.5678)"
+#. _ZX\
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN10597\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03100600.xhp#par_id3154909.14.help.text
-msgctxt "03100600.xhp#par_id3154909.14.help.text"
-msgid "Msgbox CLng(1234.5678)"
+#. 6@rM
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN1059B\n"
+"help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
msgstr ""
-#: 03100600.xhp#par_id3153770.15.help.text
-msgctxt "03100600.xhp#par_id3153770.15.help.text"
-msgid "end sub"
+#. v`{3
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN105A2\n"
+"help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
msgstr ""
-#: 03120105.xhp#tit.help.text
-msgid "CByte Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03120105.xhp#bm_id3156027.help.text
-msgid "<bookmark_value>CByte function</bookmark_value>"
-msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
-
-#: 03120105.xhp#hd_id3156027.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/03120105.xhp\" name=\"CByte Function [Runtime]\">CByte Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase ფუნქცია [გაშვებისას]\">UCase Function [Runtime]</link>"
-
-#: 03120105.xhp#par_id3143267.2.help.text
-msgid "Converts a string or a numeric expression to the type Byte."
-msgstr "გარდაქმნის სტრიქონს ან ციფრულ გამოსახულებას ბაიტის ტიპისთვის."
-
-#: 03120105.xhp#hd_id3149811.3.help.text
-msgctxt "03120105.xhp#hd_id3149811.3.help.text"
-msgid "Syntax:"
+#. D^*{
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN105A9\n"
+"help.text"
+msgid "<emph>Keyword:</emph> Default variable type"
msgstr ""
-#: 03120105.xhp#par_id3147573.4.help.text
-msgid "Cbyte( expression )"
-msgstr "Cbyte( გამოსახულება )"
-
-#: 03120105.xhp#hd_id3145315.5.help.text
-msgctxt "03120105.xhp#hd_id3145315.5.help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+#. -A3K
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN105B0\n"
+"help.text"
+msgid "<emph>DefCur:</emph> Currency"
+msgstr "<emph>DefCur:</emph> ვალუტა"
-#: 03120105.xhp#par_id3148473.6.help.text
-msgid "Byte"
-msgstr "ბაიტი"
+#. (!8V
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN105B7\n"
+"help.text"
+msgid "Example:"
+msgstr ""
-#: 03120105.xhp#hd_id3147530.7.help.text
-msgctxt "03120105.xhp#hd_id3147530.7.help.text"
-msgid "Parameters:"
+#. lY@;
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN105BB\n"
+"help.text"
+msgid "REM Prefix definitions for variable types:"
msgstr ""
-#: 03120105.xhp#par_id3145068.8.help.text
-msgid "<emph>Expression:</emph> A string or a numeric expression."
-msgstr "<emph>Expression:</emph>სტრიქონი ან ციფრული გამოსახულება."
+#. 2OZW
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN105D9\n"
+"help.text"
+msgid "cCur=Currency REM cCur is an implicit currency variable"
+msgstr "cCur=Currency REM cCur არის ნაგულისხმევი ვალუტის ცვლადი"
diff --git a/source/ka/helpcontent2/source/text/sbasic/shared/01.po b/source/ka/helpcontent2/source/text/sbasic/shared/01.po
index e20764ccb92..c3246e3490c 100644
--- a/source/ka/helpcontent2/source/text/sbasic/shared/01.po
+++ b/source/ka/helpcontent2/source/text/sbasic/shared/01.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/sbasic/shared/01.oo
+#. extracted from helpcontent2/source/text/sbasic/shared/01
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:51+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,296 +12,675 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: 06130000.xhp#tit.help.text
-msgctxt "06130000.xhp#tit.help.text"
+#. 8ygj
+#: 06130500.xhp
+msgctxt ""
+"06130500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Append libraries"
+msgstr ""
+
+#. .4r_
+#: 06130500.xhp
+msgctxt ""
+"06130500.xhp\n"
+"bm_id3150502\n"
+"help.text"
+msgid "<bookmark_value>libraries; adding</bookmark_value><bookmark_value>inserting;Basic libraries</bookmark_value>"
+msgstr "<bookmark_value>ბიბლიოთეკები; დამატება </bookmark_value><bookmark_value>ძირითადი; ძირითადი ბიბლიოთეკის დამატება</bookmark_value>"
+
+#. CN={
+#: 06130500.xhp
+msgctxt ""
+"06130500.xhp\n"
+"hd_id3150502\n"
+"1\n"
+"help.text"
+msgid "Append libraries"
+msgstr ""
+
+#. \m,w
+#: 06130500.xhp
+msgctxt ""
+"06130500.xhp\n"
+"par_id3154840\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Locate that <item type=\"productname\">%PRODUCTNAME</item> Basic library that you want to add to the current list, and then click Open.</ahelp>"
+msgstr "<ahelp hid=\".\">მიუთითე <item type=\"productname\">%PRODUCTNAME</item>იმ ბაზური ბიბლიოთეკის მისამართი რომელიც გინდა დაამატო მიმდინარე სიაში და დააჭკაპუნე გახსნას</ahelp>"
+
+#. b4dU
+#: 06130500.xhp
+msgctxt ""
+"06130500.xhp\n"
+"hd_id3149119\n"
+"3\n"
+"help.text"
+msgid "File name:"
+msgstr "ფაილის სახელი:"
+
+#. =kVh
+#: 06130500.xhp
+msgctxt ""
+"06130500.xhp\n"
+"par_id3147102\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BASICIDE_LIBSDLG_TREE\">Enter a name or the path to the library that you want to append.</ahelp> You can also select a library from the list."
+msgstr "<ahelp hid=\"HID_BASICIDE_LIBSDLG_TREE\">შეიყვანეთ სახელი ან გზა ბიბლიოითეკის რომელის გინდა მიამატოდ.</ahelp> თქვენ შეგიძლიად აგრეთვე აირჩიოთ ბიბილიოთეკა სიაში."
+
+#. a5g^
+#: 06130500.xhp
+msgctxt ""
+"06130500.xhp\n"
+"hd_id3147291\n"
+"5\n"
+"help.text"
+msgid "Options"
+msgstr "თვისებები"
+
+#. \0}K
+#: 06130500.xhp
+msgctxt ""
+"06130500.xhp\n"
+"hd_id3147226\n"
+"7\n"
+"help.text"
+msgid "Insert as reference (read-only)"
+msgstr "ჩასვით როგორც მითითება (მხოლოდ წაკითხვადი)"
+
+#. =G.m
+#: 06130500.xhp
+msgctxt ""
+"06130500.xhp\n"
+"par_id3155892\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"BASCTL_CHECKBOX_RID_DLG_LIBS_RID_CB_REF\">Adds the selected library as a read-only file. The library is reloaded each time you start <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
+msgstr "<ahelp hid=\"BASCTL_CHECKBOX_RID_DLG_LIBS_RID_CB_REF\">ამატებს არჩეულ ბიბლიოთეკას როგორც მხოლოდ წაკითხვად ფაილს. ბიბლიოთეკა ხელახლა იტვირთება ყოველი ახალი გაშვების მერე <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
+
+#. )%r6
+#: 06130500.xhp
+msgctxt ""
+"06130500.xhp\n"
+"hd_id3145071\n"
+"9\n"
+"help.text"
+msgid "Replace existing libraries"
+msgstr "ჩაანაცვლეთ არსებული ბიბლიოთეკები"
+
+#. F9ZN
+#: 06130500.xhp
+msgctxt ""
+"06130500.xhp\n"
+"par_id3149812\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"BASCTL_CHECKBOX_RID_DLG_LIBS_RID_CB_REPL\">Replaces a library that has the same name with the current library.</ahelp>"
+msgstr "<ahelp hid=\"BASCTL_CHECKBOX_RID_DLG_LIBS_RID_CB_REPL\">ცვლის ბიბლიოთეკას რომელსაც აქვს იგივე სახელი რაც მიმდინარე ბიბლიოთეკას.</ahelp>"
+
+#. XC4I
+#: 06130100.xhp
+msgctxt ""
+"06130100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Change Password"
+msgstr ""
+
+#. !7=R
+#: 06130100.xhp
+msgctxt ""
+"06130100.xhp\n"
+"hd_id3159399\n"
+"1\n"
+"help.text"
+msgid "Change Password"
+msgstr ""
+
+#. A=Jw
+#: 06130100.xhp
+msgctxt ""
+"06130100.xhp\n"
+"par_id3150276\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PASSWORD\">Protects the selected library with a password.</ahelp> You can enter a new password, or change the current password."
+msgstr "<ahelp hid=\"HID_PASSWORD\">იცავს არჩეულ ბიბლიოთეკას პაროლით.</ahelp> თქვენ შეგიძლიათ შეიყვანოთ ახალი პაროლი ან გამოცვალოთ მიმდინარე."
+
+#. =zh;
+#: 06130100.xhp
+msgctxt ""
+"06130100.xhp\n"
+"hd_id3154285\n"
+"3\n"
+"help.text"
+msgid "Old password"
+msgstr "ძველი პაროლი"
+
+#. C1w5
+#: 06130100.xhp
+msgctxt ""
+"06130100.xhp\n"
+"hd_id3153665\n"
+"4\n"
+"help.text"
+msgid "Password"
+msgstr ""
+
+#. 6n)3
+#: 06130100.xhp
+#, fuzzy
+msgctxt ""
+"06130100.xhp\n"
+"par_id3155628\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_OLD_PASSWD\">Enter the current password for the selected library.</ahelp>"
+msgstr "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_NEW_PASSWD\">შეიყვანეთ არჩეული ბიბლიოთეკის ახალი პაროლი.</ahelp>"
+
+#. M!3.
+#: 06130100.xhp
+msgctxt ""
+"06130100.xhp\n"
+"hd_id3153126\n"
+"6\n"
+"help.text"
+msgid "New password"
+msgstr "ახალი პაროლი"
+
+#. [cDa
+#: 06130100.xhp
+msgctxt ""
+"06130100.xhp\n"
+"hd_id3153628\n"
+"7\n"
+"help.text"
+msgid "Password"
+msgstr ""
+
+#. WE4$
+#: 06130100.xhp
+msgctxt ""
+"06130100.xhp\n"
+"par_id3159413\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_NEW_PASSWD\">Enter a new password for the selected library.</ahelp>"
+msgstr "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_NEW_PASSWD\">შეიყვანეთ არჩეული ბიბლიოთეკის ახალი პაროლი.</ahelp>"
+
+#. k\py
+#: 06130100.xhp
+msgctxt ""
+"06130100.xhp\n"
+"hd_id3148947\n"
+"9\n"
+"help.text"
+msgid "Confirm"
+msgstr ""
+
+#. `;zs
+#: 06130100.xhp
+#, fuzzy
+msgctxt ""
+"06130100.xhp\n"
+"par_id3149457\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_REPEAT_PASSWD\">Repeat the new password for the selected library.</ahelp>"
+msgstr "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_NEW_PASSWD\">შეიყვანეთ არჩეული ბიბლიოთეკის ახალი პაროლი.</ahelp>"
+
+#. 8r@,
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"tit\n"
+"help.text"
msgid "Macro"
msgstr ""
-#: 06130000.xhp#bm_id3145786.help.text
+#. Xh^g
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"bm_id3145786\n"
+"help.text"
msgid "<bookmark_value>macros; Basic IDE</bookmark_value><bookmark_value>Basic IDE; macros</bookmark_value>"
msgstr "<bookmark_value>მაკროები; ძირიტადი IDE</bookmark_value><bookmark_value>ძირითადი IDE; მაკროები</bookmark_value>"
-#: 06130000.xhp#hd_id3145786.1.help.text
-msgctxt "06130000.xhp#hd_id3145786.1.help.text"
+#. )|q9
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3145786\n"
+"1\n"
+"help.text"
msgid "Macro"
msgstr ""
-#: 06130000.xhp#par_id3152886.2.help.text
+#. b%8b
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3152886\n"
+"2\n"
+"help.text"
msgid "<variable id=\"makro\"><ahelp hid=\".\">Opens the <emph>Macro </emph>dialog, where you can create, edit, organize, and run $[officename] Basic macros.</ahelp></variable>"
msgstr "<variable id=\"makro\"><ahelp hid=\".\">ხსნის <emph>მაკროს </emph>დილოგს.სადაც შეგეძლებათ $[officename] საბაზისო მაკროების შექმნა რედაქტირება და ორგანიზება.</ahelp></variable>"
-#: 06130000.xhp#hd_id3154145.3.help.text
+#. Uo4h
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3154145\n"
+"3\n"
+"help.text"
msgid "Macro name"
msgstr "მაკროს სახელი"
-#: 06130000.xhp#par_id3151116.4.help.text
-msgid "<ahelp hid=\"BASCTL_EDIT_RID_MACROCHOOSER_RID_ED_MACRONAME\">Displays the name of the selected macro. To create or to change the name of a macro, enter a name here.</ahelp>"
-msgstr "<ahelp hid=\"BASCTL_EDIT_RID_MACROCHOOSER_RID_ED_MACRONAME\">აჩვენებს არჩეული მაკროს სახელს.მაკროს შექმნისთვის ან სახელის შესაცვლელად შეიყვანე სახელი აქ.</ahelp>"
+#. Y\X3
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3151116\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/macronameedit\">Displays the name of the selected macro. To create or to change the name of a macro, enter a name here.</ahelp>"
+msgstr ""
-#: 06130000.xhp#hd_id3153729.7.help.text
+#. A4KH
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3153729\n"
+"7\n"
+"help.text"
msgid "Macro from / Save macro in"
msgstr "მაკრო / მაკროს შენახვა"
-#: 06130000.xhp#par_id3153190.8.help.text
-msgid "<ahelp hid=\"HID_BASICIDE_LIBS\">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.</ahelp>"
+#. cD%?
+#: 06130000.xhp
+#, fuzzy
+msgctxt ""
+"06130000.xhp\n"
+"par_id3153190\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/libraries\">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.</ahelp>"
msgstr "<ahelp hid=\"HID_BASICIDE_LIBS\">ჩამოთვლის ბიბლიოთეკის და მოდულების სიას სადაც შეგიძლიათ გახსნათ ან დაიმახსოვროთ თქვენი მაკრო. განსაკუთერებულ დოკუმენტიან მაკროს დასამახსოვრებლად, გახსენი დოკუმენტი და მერე მისი დიალოგი.</ahelp>"
-#: 06130000.xhp#hd_id3146975.11.help.text
+#. R\Zh
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3146975\n"
+"11\n"
+"help.text"
msgid "Run / Save"
msgstr "გაშვება / შენახვა"
-#: 06130000.xhp#par_id3154791.12.help.text
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_RUN\">Runs or saves the current macro.</ahelp>"
-msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_RUN\"> მიმდინარე მაკროს გაშვება ან შენახვა </ahelp>"
+#. TP0A
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3154791\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/run\">Runs or saves the current macro.</ahelp>"
+msgstr ""
-#: 06130000.xhp#hd_id3153158.15.help.text
+#. Z)vI
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3153158\n"
+"15\n"
+"help.text"
msgid "Assign"
msgstr "მინიჭება"
-#: 06130000.xhp#par_id3149961.16.help.text
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_ASSIGN\">Opens the Customize dialog, where you can assign the selected macro to a menu command, a toolbar, or an event.</ahelp>"
+#. QfDY
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3149961\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/assign\">Opens the Customize dialog, where you can assign the selected macro to a menu command, a toolbar, or an event.</ahelp>"
msgstr ""
-#: 06130000.xhp#hd_id3145799.17.help.text
-msgctxt "06130000.xhp#hd_id3145799.17.help.text"
+#. Pe9n
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3145799\n"
+"17\n"
+"help.text"
msgid "Edit"
msgstr ""
-#: 06130000.xhp#par_id3147127.18.help.text
+#. @MCI
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3147127\n"
+"18\n"
+"help.text"
msgid "<ahelp hid=\".\">Starts the $[officename] Basic editor and opens the selected macro for editing.</ahelp>"
msgstr "<ahelp hid=\".\">საბაზო $[officename] რედაქტორის გაშვება და არჩეული მაკროს რედაქტირება.</ahelp>"
-#: 06130000.xhp#hd_id3149400.19.help.text
+#. QLOo
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3149400\n"
+"19\n"
+"help.text"
msgid "New/Delete"
msgstr "ახალი/წაშლა"
-#: 06130000.xhp#par_id3155602.61.help.text
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_DEL\">Creates a new macro, or deletes the selected macro.</ahelp>"
+#. J0Ge
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3155602\n"
+"61\n"
+"help.text"
+msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/delete\">Creates a new macro, or deletes the selected macro.</ahelp>"
msgstr ""
-#: 06130000.xhp#par_id3149124.20.help.text
-msgid "To create a new macro, select the \"Standard\" module in the <emph>Macro from</emph> list, and then click <emph>New</emph>. "
+#. K!-L
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3149124\n"
+"20\n"
+"help.text"
+msgid "To create a new macro, select the \"Standard\" module in the <emph>Macro from</emph> list, and then click <emph>New</emph>."
msgstr ""
-#: 06130000.xhp#par_id3150749.21.help.text
+#. J9uX
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3150749\n"
+"21\n"
+"help.text"
msgid "To delete a macro, select it, and then click <emph>Delete</emph>."
msgstr "მაკროს წასაშლელად აირჩიე იგი სიაში დადააწკაპუნეთ <emph>წაშლა</emph>."
-#: 06130000.xhp#hd_id3153764.22.help.text
+#. }[Zm
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3153764\n"
+"22\n"
+"help.text"
msgid "Organizer"
msgstr "ორგანიზატორი"
-#: 06130000.xhp#par_id3148405.23.help.text
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_ORG\">Opens the <emph>Macro Organizer</emph> dialog, where you can add, edit, or delete existing macro modules, dialogs, and libraries.</ahelp>"
+#. DbJ(
+#: 06130000.xhp
+#, fuzzy
+msgctxt ""
+"06130000.xhp\n"
+"par_id3148405\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/organize\">Opens the <emph>Macro Organizer</emph> dialog, where you can add, edit, or delete existing macro modules, dialogs, and libraries.</ahelp>"
msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_ORG\">ხსნის <emph>მაროს მმართველი</emph>დიალოგურ ფანჯარას ,სადაც თქვენ შეძლებთ დაამატოთ,არედაქტიროდ ან წაშალოდ არჩეული მაროს მოდულები და ბიბლიოთეკები.</ahelp>"
-#: 06130000.xhp#hd_id3166447.29.help.text
+#. =Obx
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3166447\n"
+"29\n"
+"help.text"
msgid "Module/Dialog"
msgstr "მოდული/დიალოგი"
-#: 06130000.xhp#par_id3155959.30.help.text
+#. 171!
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3155959\n"
+"30\n"
+"help.text"
msgid "<ahelp hid=\"HID_BASICIDE_MODULES_TREE\">Lists the existing macros and dialogs.</ahelp>"
msgstr ""
-#: 06130000.xhp#par_id3149922.31.help.text
+#. v4Tn
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3149922\n"
+"31\n"
+"help.text"
msgid "You can drag-and-drop a module or a dialog between libraries."
msgstr ""
-#: 06130000.xhp#par_id3159333.33.help.text
+#. I_3s
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3159333\n"
+"33\n"
+"help.text"
msgid "To copy a dialog or a module, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while you drag-and-drop."
msgstr ""
-#: 06130000.xhp#hd_id3147131.34.help.text
-msgctxt "06130000.xhp#hd_id3147131.34.help.text"
+#. or6H
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3147131\n"
+"34\n"
+"help.text"
msgid "Edit"
msgstr ""
-#: 06130000.xhp#par_id3149816.35.help.text
+#. kzU*
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3149816\n"
+"35\n"
+"help.text"
msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_EDIT\">Opens the selected macro or dialog for editing.</ahelp>"
msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_EDIT\">ხსნის არჩეულ მაკროს ან დიალოგს რედაქტირებისთვის.</ahelp>"
-#: 06130000.xhp#hd_id3151214.36.help.text
-msgctxt "06130000.xhp#hd_id3151214.36.help.text"
+#. !W)e
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3151214\n"
+"36\n"
+"help.text"
msgid "New"
msgstr ""
-#: 06130000.xhp#par_id3154202.37.help.text
+#. N50+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3154202\n"
+"37\n"
+"help.text"
msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_NEWMOD\">Creates a new module.</ahelp>"
msgstr ""
-#: 06130000.xhp#par_id3153269.40.help.text
+#. NH\4
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3153269\n"
+"40\n"
+"help.text"
msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_NEWDLG\">Creates a new dialog.</ahelp>"
msgstr ""
-#: 06130000.xhp#hd_id3154587.42.help.text
+#. 7Qm,
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3154587\n"
+"42\n"
+"help.text"
msgid "Libraries tab page"
msgstr "ბიბლიოთეკის ჩანართი"
-#: 06130000.xhp#par_id3153705.43.help.text
+#. A9*a
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3153705\n"
+"43\n"
+"help.text"
msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_NEWDLG\">Lets you manage the macro libraries.</ahelp>"
msgstr ""
-#: 06130000.xhp#hd_id3145259.44.help.text
+#. #9[q
+#: 06130000.xhp
#, fuzzy
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3145259\n"
+"44\n"
+"help.text"
msgid "Location"
-msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მდებარეობა:\n"
-"#-#-#-#-# database.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მდებარეობა\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ადგილმდებარეობა"
-
-#: 06130000.xhp#par_id3153234.45.help.text
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nმდებარეობა:\\n#-#-#-#-# database.po (PACKAGE VERSION) #-#-#-#-#\\nმდებარეობა\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nადგილმდებარეობა"
+
+#. M@Y7
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3153234\n"
+"45\n"
+"help.text"
msgid "<ahelp hid=\"BASCTL_LISTBOX_RID_TP_LIBS_RID_LB_BASICS\">Select the location containing the macro libraries that you want to organize.</ahelp>"
msgstr ""
-#: 06130000.xhp#hd_id3148460.46.help.text
+#. oQ{[
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3148460\n"
+"46\n"
+"help.text"
msgid "Library"
msgstr "ბიბლიოთეკა"
-#: 06130000.xhp#par_id3150828.47.help.text
+#. z?zj
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3150828\n"
+"47\n"
+"help.text"
msgid "<ahelp hid=\"HID_BASICIDE_LIBS_TREE\">Lists the macro libraries in the chosen location.</ahelp>"
msgstr ""
-#: 06130000.xhp#hd_id3145134.48.help.text
-msgctxt "06130000.xhp#hd_id3145134.48.help.text"
+#. hC!7
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3145134\n"
+"48\n"
+"help.text"
msgid "Edit"
msgstr ""
-#: 06130000.xhp#par_id3150518.49.help.text
+#. MC\D
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3150518\n"
+"49\n"
+"help.text"
msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_EDIT\">Opens the $[officename] Basic editor so that you can modify the selected library.</ahelp>"
msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_EDIT\">ხსნის ძირითად $[officename] რედაქტორს იმისთვის რომ შეძლოთ შეცვალოთ არჩეული ბიბლიოთეკა.</ahelp>"
-#: 06130000.xhp#hd_id3150371.50.help.text
-msgctxt "06130000.xhp#hd_id3150371.50.help.text"
+#. rF:C
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3150371\n"
+"50\n"
+"help.text"
msgid "Password"
msgstr ""
-#: 06130000.xhp#par_id3166430.51.help.text
+#. `L:r
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3166430\n"
+"51\n"
+"help.text"
msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_PASSWORD\">Assigns or edits the <link href=\"text/sbasic/shared/01/06130100.xhp\" name=\"password\">password</link> for the selected library. \"Standard\" libraries cannot have a password.</ahelp>"
msgstr ""
-#: 06130000.xhp#hd_id3154372.52.help.text
-msgctxt "06130000.xhp#hd_id3154372.52.help.text"
+#. ^WNj
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3154372\n"
+"52\n"
+"help.text"
msgid "New"
msgstr ""
-#: 06130000.xhp#par_id3145387.53.help.text
+#. sII{
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3145387\n"
+"53\n"
+"help.text"
msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_NEWLIB\">Creates a new library.</ahelp>"
msgstr ""
-#: 06130000.xhp#hd_id3154259.56.help.text
+#. JUE+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3154259\n"
+"56\n"
+"help.text"
msgid "Name"
msgstr "სახელი"
-#: 06130000.xhp#par_id3156169.57.help.text
+#. 2:^^
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3156169\n"
+"57\n"
+"help.text"
msgid "<ahelp hid=\"BASCTL_EDIT_RID_DLG_NEWLIB_RID_ED_LIBNAME\">Enter a name for the new module, dialog, or library.</ahelp>"
msgstr ""
-#: 06130000.xhp#hd_id3151183.54.help.text
+#. 7n@i
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3151183\n"
+"54\n"
+"help.text"
msgid "Append"
msgstr "მისადაგება"
-#: 06130000.xhp#par_id3155126.55.help.text
+#. (a+o
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3155126\n"
+"55\n"
+"help.text"
msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_APPEND\">Locate that $[officename] Basic library that you want to add to the current list, and then click Open.</ahelp>"
msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_APPEND\">მიუთითეთ იმ ძირითადი $[officename] ბიბილიოტეკის ადგილმდებარეობა რომელიც გინდათ დაამატოტ მიმდინარე სიაში და დააწკაპუნეთ გახსნა.</ahelp>"
-
-#: 06130100.xhp#tit.help.text
-msgctxt "06130100.xhp#tit.help.text"
-msgid "Change Password"
-msgstr ""
-
-#: 06130100.xhp#hd_id3159399.1.help.text
-msgctxt "06130100.xhp#hd_id3159399.1.help.text"
-msgid "Change Password"
-msgstr ""
-
-#: 06130100.xhp#par_id3150276.2.help.text
-msgid "<ahelp hid=\"HID_PASSWORD\">Protects the selected library with a password.</ahelp> You can enter a new password, or change the current password."
-msgstr "<ahelp hid=\"HID_PASSWORD\">იცავს არჩეულ ბიბლიოთეკას პაროლით.</ahelp> თქვენ შეგიძლიათ შეიყვანოთ ახალი პაროლი ან გამოცვალოთ მიმდინარე."
-
-#: 06130100.xhp#hd_id3154285.3.help.text
-msgid "Old password"
-msgstr "ძველი პაროლი"
-
-#: 06130100.xhp#hd_id3153665.4.help.text
-msgctxt "06130100.xhp#hd_id3153665.4.help.text"
-msgid "Password"
-msgstr ""
-
-#: 06130100.xhp#par_id3155628.5.help.text
-#, fuzzy
-msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_OLD_PASSWD\">Enter the current password for the selected library.</ahelp>"
-msgstr "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_NEW_PASSWD\">შეიყვანეთ არჩეული ბიბლიოთეკის ახალი პაროლი.</ahelp>"
-
-#: 06130100.xhp#hd_id3153126.6.help.text
-msgid "New password"
-msgstr "ახალი პაროლი"
-
-#: 06130100.xhp#hd_id3153628.7.help.text
-msgctxt "06130100.xhp#hd_id3153628.7.help.text"
-msgid "Password"
-msgstr ""
-
-#: 06130100.xhp#par_id3159413.8.help.text
-msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_NEW_PASSWD\">Enter a new password for the selected library.</ahelp>"
-msgstr "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_NEW_PASSWD\">შეიყვანეთ არჩეული ბიბლიოთეკის ახალი პაროლი.</ahelp>"
-
-#: 06130100.xhp#hd_id3148947.9.help.text
-msgid "Confirm"
-msgstr ""
-
-#: 06130100.xhp#par_id3149457.10.help.text
-#, fuzzy
-msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_REPEAT_PASSWD\">Repeat the new password for the selected library.</ahelp>"
-msgstr "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_NEW_PASSWD\">შეიყვანეთ არჩეული ბიბლიოთეკის ახალი პაროლი.</ahelp>"
-
-#: 06130500.xhp#tit.help.text
-msgctxt "06130500.xhp#tit.help.text"
-msgid "Append libraries"
-msgstr ""
-
-#: 06130500.xhp#bm_id3150502.help.text
-msgid "<bookmark_value>libraries; adding</bookmark_value><bookmark_value>inserting;Basic libraries</bookmark_value>"
-msgstr "<bookmark_value>ბიბლიოთეკები; დამატება </bookmark_value><bookmark_value>ძირითადი; ძირითადი ბიბლიოთეკის დამატება</bookmark_value>"
-
-#: 06130500.xhp#hd_id3150502.1.help.text
-msgctxt "06130500.xhp#hd_id3150502.1.help.text"
-msgid "Append libraries"
-msgstr ""
-
-#: 06130500.xhp#par_id3154840.2.help.text
-msgid "<ahelp hid=\".\">Locate that <item type=\"productname\">%PRODUCTNAME</item> Basic library that you want to add to the current list, and then click Open.</ahelp>"
-msgstr "<ahelp hid=\".\">მიუთითე <item type=\"productname\">%PRODUCTNAME</item>იმ ბაზური ბიბლიოთეკის მისამართი რომელიც გინდა დაამატო მიმდინარე სიაში და დააჭკაპუნე გახსნას</ahelp>"
-
-#: 06130500.xhp#hd_id3149119.3.help.text
-msgid "File name:"
-msgstr "ფაილის სახელი:"
-
-#: 06130500.xhp#par_id3147102.4.help.text
-msgid "<ahelp hid=\"HID_BASICIDE_LIBSDLG_TREE\">Enter a name or the path to the library that you want to append.</ahelp> You can also select a library from the list."
-msgstr "<ahelp hid=\"HID_BASICIDE_LIBSDLG_TREE\">შეიყვანეთ სახელი ან გზა ბიბლიოითეკის რომელის გინდა მიამატოდ.</ahelp> თქვენ შეგიძლიად აგრეთვე აირჩიოთ ბიბილიოთეკა სიაში."
-
-#: 06130500.xhp#hd_id3147291.5.help.text
-msgid "Options"
-msgstr "თვისებები"
-
-#: 06130500.xhp#hd_id3147226.7.help.text
-msgid "Insert as reference (read-only)"
-msgstr "ჩასვით როგორც მითითება (მხოლოდ წაკითხვადი)"
-
-#: 06130500.xhp#par_id3155892.8.help.text
-msgid "<ahelp hid=\"BASCTL_CHECKBOX_RID_DLG_LIBS_RID_CB_REF\">Adds the selected library as a read-only file. The library is reloaded each time you start <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
-msgstr "<ahelp hid=\"BASCTL_CHECKBOX_RID_DLG_LIBS_RID_CB_REF\">ამატებს არჩეულ ბიბლიოთეკას როგორც მხოლოდ წაკითხვად ფაილს. ბიბლიოთეკა ხელახლა იტვირთება ყოველი ახალი გაშვების მერე <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
-
-#: 06130500.xhp#hd_id3145071.9.help.text
-msgid "Replace existing libraries"
-msgstr "ჩაანაცვლეთ არსებული ბიბლიოთეკები"
-
-#: 06130500.xhp#par_id3149812.10.help.text
-msgid "<ahelp hid=\"BASCTL_CHECKBOX_RID_DLG_LIBS_RID_CB_REPL\">Replaces a library that has the same name with the current library.</ahelp>"
-msgstr "<ahelp hid=\"BASCTL_CHECKBOX_RID_DLG_LIBS_RID_CB_REPL\">ცვლის ბიბლიოთეკას რომელსაც აქვს იგივე სახელი რაც მიმდინარე ბიბლიოთეკას.</ahelp>"
diff --git a/source/ka/helpcontent2/source/text/sbasic/shared/02.po b/source/ka/helpcontent2/source/text/sbasic/shared/02.po
index 301317d9507..21c40dadec1 100644
--- a/source/ka/helpcontent2/source/text/sbasic/shared/02.po
+++ b/source/ka/helpcontent2/source/text/sbasic/shared/02.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/sbasic/shared/02.oo
+#. extracted from helpcontent2/source/text/sbasic/shared/02
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:54+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-12 07:18+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,861 +12,1958 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: 11080000.xhp#tit.help.text
-msgctxt "11080000.xhp#tit.help.text"
-msgid "Enable Watch"
+#. xpfZ
+#: 11150000.xhp
+msgctxt ""
+"11150000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Save Source As"
msgstr ""
-#: 11080000.xhp#hd_id3154863.1.help.text
-msgid "<link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Enable Watch\">Enable Watch</link>"
-msgstr "<link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Enable Watch\">თვალყურის დევნება ჩართულია</link>"
-
-#: 11080000.xhp#par_id3093440.2.help.text
-msgid "<ahelp hid=\".uno:AddWatch\">Click this icon to view the variables in a macro. The contents of the variable are displayed in a separate window.</ahelp>"
-msgstr "<ahelp hid=\".uno:AddWatch\">დააწაკპუნეთ ხატულა მაკროსის ცვლადების სანახავად. ცვლადის შეგთავსები გამოჩნდება სხვადასხვა ფანჯრებში.</ahelp>"
+#. E\X)
+#: 11150000.xhp
+msgctxt ""
+"11150000.xhp\n"
+"hd_id3149497\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/02/11150000.xhp\" name=\"Save Source As\">Save Source As</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11150000.xhp\" name=\"Save Source As\">წყაროს შენახვა როგორც</link>"
-#: 11080000.xhp#par_id3147399.6.help.text
-msgid "Click the name of a variable to select it, then click the <emph>Enable Watch</emph> icon. The value that is assigned to the variable is displayed next to its name. This value is constantly updated."
-msgstr "დააწაკპუნეთ ცვლადის სახელზე მის მოსანიშნად, შემდეგ დააწკაპუნეთ <emph>თვალყურის დევნება ჩართულია</emph>-ს ხატულაზე. მნიშვნელობა, რომელიც მინიჭებულია ცვლადზე გამოისახება მისი სახელის შემდეგ. ეს მნიშვნელობა მუდმივად ახლდება."
+#. ffdW
+#: 11150000.xhp
+msgctxt ""
+"11150000.xhp\n"
+"par_id3147261\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SaveBasicAs\">Saves the source code of the selected Basic macro.</ahelp>"
+msgstr ""
-#: 11080000.xhp#par_id3155892.help.text
-msgid "<image id=\"img_id3147209\" src=\"cmd/sc_addwatch.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147209\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147209\" src=\"cmd/sc_addwatch.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147209\">ხატულა</alt></image>"
+#. GF%#
+#: 11150000.xhp
+#, fuzzy
+msgctxt ""
+"11150000.xhp\n"
+"par_id3145071\n"
+"help.text"
+msgid "<image id=\"img_id3149182\" src=\"cmd/sc_savebasicas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149182\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149101\" src=\"cmd/sc_filecontrol.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149101\">ხატულა</alt></image>"
-#: 11080000.xhp#par_id3150276.3.help.text
-msgctxt "11080000.xhp#par_id3150276.3.help.text"
-msgid "Enable Watch"
+#. rA6P
+#: 11150000.xhp
+msgctxt ""
+"11150000.xhp\n"
+"par_id3151110\n"
+"2\n"
+"help.text"
+msgid "Save Source As"
msgstr ""
-#: 11080000.xhp#par_id3159158.4.help.text
-msgid "To remove the variable watch, select the variable in the Watch window, and then click on the <emph>Remove Watch</emph> icon."
+#. m7Y?
+#: 11140000.xhp
+msgctxt ""
+"11140000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert Source Text"
+msgstr "წყაროს ტექსტის ჩასმა"
+
+#. Bu_S
+#: 11140000.xhp
+msgctxt ""
+"11140000.xhp\n"
+"hd_id3154044\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/02/11140000.xhp\" name=\"Insert Source Text\">Insert Source Text</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11140000.xhp\" name=\"Insert Source Text\">წყაროს ტექსტის ჩასმა</link>"
+
+#. [3]_
+#: 11140000.xhp
+msgctxt ""
+"11140000.xhp\n"
+"par_id3150702\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:LoadBasic\">Opens the Basic source text in the Basic IDE window.</ahelp>"
msgstr ""
-#: 11010000.xhp#tit.help.text
-msgid "Library"
-msgstr "ბიბლიოთეკა"
+#. ~3ry
+#: 11140000.xhp
+msgctxt ""
+"11140000.xhp\n"
+"par_id3150445\n"
+"3\n"
+"help.text"
+msgid "Place the cursor in the code where you want to insert the source text, and then click the <emph>Insert source text</emph> icon. Locate the file that contains the Basic source text that you want to insert, and then click <emph>Open</emph>."
+msgstr "დასვიტ კურსორი წყაროში იმ ადგილას, სადაც გინდათ წყაროს ტექსტის ჩამატება, შემდეგ დააწკაპუნეთ <emph>წყაროს ტექსტის ჩასმა</emph>-ის ხატულაზე. მოიძიეთ ფაილი, რომელიც შეიცავს იმ ძირითადი წყაროს ტექსტს, რომლის ჩასმაც გინდათ და შემდეგ დააწაკპუნეთ <emph>გახსნა</emph>-ზე."
-#: 11010000.xhp#hd_id3151100.1.help.text
-msgid "<link href=\"text/sbasic/shared/02/11010000.xhp\" name=\"Library\">Library</link>"
-msgstr "<link href=\"text/sbasic/shared/02/11010000.xhp\" name=\"Library\">Library</link>"
+#. )$k8
+#: 11140000.xhp
+#, fuzzy
+msgctxt ""
+"11140000.xhp\n"
+"par_id3145136\n"
+"help.text"
+msgid "<image id=\"img_id3147571\" src=\"cmd/sc_loadbasic.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147571\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147077\" src=\"cmd/sc_timefield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147077\">ხატულა</alt></image>"
-#: 11010000.xhp#par_id3154136.2.help.text
-msgid "<ahelp hid=\".uno:LibSelector\" visibility=\"visible\">Select the library that you want to edit.</ahelp> The first module of the library that you select is displayed in the Basic IDE."
-msgstr "<ahelp hid=\".uno:LibSelector\" visibility=\"visible\">აირჩიეთ ბიბლიოთეკა, რომლის რედაქტირებაც გსურთ.</ahelp> ბიბლიოთეკის პირველი მოდული, რომელიც თქვენ აირჩიეთ, ნაჩვენებია Basic IDE-ში."
+#. ?kcg
+#: 11140000.xhp
+msgctxt ""
+"11140000.xhp\n"
+"par_id3145346\n"
+"4\n"
+"help.text"
+msgid "Insert source text"
+msgstr "წყაროს ტექსტის ჩასმა"
-#: 11010000.xhp#par_id3149095.help.text
-msgid "<image src=\"res/helpimg/feldalle.png\" id=\"img_id3147576\" localize=\"true\"><alt id=\"alt_id3147576\">List box Library</alt></image>"
-msgstr "<image src=\"res/helpimg/feldalle.png\" id=\"img_id3147576\" localize=\"true\"><alt id=\"alt_id3147576\">სიის სარკმლის ბიბლიოთეკა</alt></image>"
+#. NBtE
+#: 11190000.xhp
+msgctxt ""
+"11190000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Export Dialog"
+msgstr ""
-#: 11010000.xhp#par_id3147654.3.help.text
-msgid "Library List Box"
-msgstr "ბიბლიოთეკის სიის სარკმელი"
+#. Y}%o
+#: 11190000.xhp
+#, fuzzy
+msgctxt ""
+"11190000.xhp\n"
+"hd_id3156183\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/02/11190000.xhp\" name=\"Export Dialog\">Export Dialog</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11030000.xhp\" name=\"Run\">გაშვება</link>"
+
+#. fs7k
+#: 11190000.xhp
+msgctxt ""
+"11190000.xhp\n"
+"par_id3152363\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">In the dialog editor, this command calls a \"Save as\" dialog to export the current BASIC dialog.</ahelp>"
+msgstr ""
+
+#. Y?m_
+#: 11190000.xhp
+#, fuzzy
+msgctxt ""
+"11190000.xhp\n"
+"par_id3143267\n"
+"help.text"
+msgid "<image id=\"img_id3155339\" src=\"cmd/sc_exportdialog.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155339\" src=\"cmd/sc_managebreakpoints.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3155339\">ხატულა</alt></image>"
+
+#. zh\b
+#: 11190000.xhp
+msgctxt ""
+"11190000.xhp\n"
+"par_id3145383\n"
+"3\n"
+"help.text"
+msgid "Export Dialog"
+msgstr ""
-#: 11040000.xhp#tit.help.text
-msgctxt "11040000.xhp#tit.help.text"
+#. WFFz
+#: 11040000.xhp
+msgctxt ""
+"11040000.xhp\n"
+"tit\n"
+"help.text"
msgid "Stop"
msgstr ""
-#: 11040000.xhp#bm_id3154863.help.text
+#. ]Rnn
+#: 11040000.xhp
+msgctxt ""
+"11040000.xhp\n"
+"bm_id3154863\n"
+"help.text"
msgid "<bookmark_value>macros; stopping</bookmark_value><bookmark_value>program stops</bookmark_value><bookmark_value>stopping macros</bookmark_value>"
msgstr "<bookmark_value>macros; stopping</bookmark_value><bookmark_value>program stops</bookmark_value><bookmark_value>მაკროსის გაჩერება</bookmark_value>"
-#: 11040000.xhp#hd_id3154863.1.help.text
+#. #Xn3
+#: 11040000.xhp
+msgctxt ""
+"11040000.xhp\n"
+"hd_id3154863\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/sbasic/shared/02/11040000.xhp\" name=\"Stop\">Stop</link>"
msgstr "<link href=\"text/sbasic/shared/02/11040000.xhp\" name=\"Stop\">გაჩერება</link>"
-#: 11040000.xhp#par_id3147226.2.help.text
+#. ,RUK
+#: 11040000.xhp
+msgctxt ""
+"11040000.xhp\n"
+"par_id3147226\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\".uno:BasicStop\">Stops running the current macro.</ahelp><switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline> You can also press Shift+Ctrl+Q.</defaultinline></switchinline>"
msgstr "<ahelp hid=\".uno:BasicStop\">Stops running the current macro.</ahelp><switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline> აგრეთვე შეგიძლიათ დაჭიროთ Ctrl+Alt+S.</defaultinline></switchinline>"
-#: 11040000.xhp#par_id3146797.help.text
+#. PJV#
+#: 11040000.xhp
#, fuzzy
+msgctxt ""
+"11040000.xhp\n"
+"par_id3146797\n"
+"help.text"
msgid "<image id=\"img_id3148538\" src=\"cmd/sc_basicstop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148538\">Icon</alt></image>"
msgstr "<image id=\"img_id3149530\" src=\"cmd/sc_hscrollbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149530\">ხატულა</alt></image>"
-#: 11040000.xhp#par_id3150986.3.help.text
-msgctxt "11040000.xhp#par_id3150986.3.help.text"
+#. B)rU
+#: 11040000.xhp
+msgctxt ""
+"11040000.xhp\n"
+"par_id3150986\n"
+"3\n"
+"help.text"
msgid "Stop"
msgstr ""
-#: 11020000.xhp#tit.help.text
-msgctxt "11020000.xhp#tit.help.text"
-msgid "Compile"
+#. Fe+=
+#: 11100000.xhp
+msgctxt ""
+"11100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Macros"
msgstr ""
-#: 11020000.xhp#hd_id3148983.1.help.text
-msgid "<link href=\"text/sbasic/shared/02/11020000.xhp\" name=\"Compile\">Compile</link>"
-msgstr "<link href=\"text/sbasic/shared/02/11020000.xhp\" name=\"Compile\">კომპილაცია</link>"
+#. YZ-k
+#: 11100000.xhp
+msgctxt ""
+"11100000.xhp\n"
+"hd_id3156183\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/02/11100000.xhp\" name=\"Macros\">Macros</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11100000.xhp\" name=\"Macros\">მაკროსი</link>"
-#: 11020000.xhp#par_id3159201.2.help.text
-msgid "<ahelp hid=\".uno:CompileBasic\" visibility=\"visible\">Compiles the Basic macro.</ahelp> You need to compile a macro after you make changes to it, or if the macro uses single or procedure steps."
-msgstr "<ahelp hid=\".uno:CompileBasic\" visibility=\"visible\">აკომპილირებს ძირითად მაკროსს.</ahelp> თქვენ უნდა დააკომპილიროთ მაკროსი ცვლილების შემდეგ, ან თუ მაკროსი იყენებს ერთჯერად ან პროცედურულ ბიჯებს."
+#. #EUt
+#: 11100000.xhp
+msgctxt ""
+"11100000.xhp\n"
+"par_id3147399\n"
+"2\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:ChooseMacro\">Opens the <emph>Macro</emph> dialog.</ahelp>"
+msgstr "<ahelp visibility=\"visible\" hid=\".uno:ChooseMacro\">ხსნის <emph>მაკროსის</emph> დიალოგს.</ahelp>"
-#: 11020000.xhp#par_id3156426.help.text
-msgid "<image src=\"cmd/sc_compilebasic.png\" id=\"img_id3147576\"><alt id=\"alt_id3147576\">Icon</alt></image>"
-msgstr "<image src=\"cmd/sc_compilebasic.png\" id=\"img_id3147576\"><alt id=\"alt_id3147576\">ხატულა</alt></image>"
+#. SEmZ
+#: 11100000.xhp
+msgctxt ""
+"11100000.xhp\n"
+"par_id3148538\n"
+"help.text"
+msgid "<image src=\"cmd/sc_choosemacro.png\" id=\"img_id3153662\"><alt id=\"alt_id3153662\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_choosemacro.png\" id=\"img_id3153662\"><alt id=\"alt_id3153662\">ხატულა</alt></image>"
-#: 11020000.xhp#par_id3149399.3.help.text
-msgctxt "11020000.xhp#par_id3149399.3.help.text"
-msgid "Compile"
+#. ]=U2
+#: 11100000.xhp
+msgctxt ""
+"11100000.xhp\n"
+"par_id3153542\n"
+"3\n"
+"help.text"
+msgid "Macros"
msgstr ""
-#: 11150000.xhp#tit.help.text
-msgctxt "11150000.xhp#tit.help.text"
-msgid "Save Source As"
+#. OW3h
+#: 11160000.xhp
+msgctxt ""
+"11160000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Step Out"
msgstr ""
-#: 11150000.xhp#hd_id3149497.1.help.text
-msgid "<link href=\"text/sbasic/shared/02/11150000.xhp\" name=\"Save Source As\">Save Source As</link>"
-msgstr "<link href=\"text/sbasic/shared/02/11150000.xhp\" name=\"Save Source As\">წყაროს შენახვა როგორც</link>"
+#. [hZ^
+#: 11160000.xhp
+msgctxt ""
+"11160000.xhp\n"
+"hd_id3148983\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/02/11160000.xhp\" name=\"Step Out\">Step Out</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11160000.xhp\" name=\"Step Out\">გამოსვლა</link>"
-#: 11150000.xhp#par_id3147261.3.help.text
-msgid "<ahelp hid=\".uno:SaveBasicAs\">Saves the source code of the selected Basic macro.</ahelp>"
-msgstr ""
+#. 2]mk
+#: 11160000.xhp
+msgctxt ""
+"11160000.xhp\n"
+"par_id3157898\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:BasicStepOut\" visibility=\"visible\">Jumps back to the previous routine in the current macro.</ahelp>"
+msgstr "<ahelp hid=\".uno:BasicStepOut\" visibility=\"visible\">მიმდინარე მაკროსში წინამდებარე ქვეპროგრამაში გადასვლა.</ahelp>"
-#: 11150000.xhp#par_id3145071.help.text
-#, fuzzy
-msgid "<image id=\"img_id3149182\" src=\"cmd/sc_savebasicas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149182\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149101\" src=\"cmd/sc_filecontrol.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149101\">ხატულა</alt></image>"
+#. rLK?
+#: 11160000.xhp
+msgctxt ""
+"11160000.xhp\n"
+"par_id3156410\n"
+"help.text"
+msgid "<image src=\"cmd/sc_basicstepout.png\" id=\"img_id3159233\"><alt id=\"alt_id3159233\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_basicstepout.png\" id=\"img_id3159233\"><alt id=\"alt_id3159233\">ხატულა</alt></image>"
-#: 11150000.xhp#par_id3151110.2.help.text
-msgctxt "11150000.xhp#par_id3151110.2.help.text"
-msgid "Save Source As"
+#. T~f{
+#: 11160000.xhp
+msgctxt ""
+"11160000.xhp\n"
+"par_id3158421\n"
+"3\n"
+"help.text"
+msgid "Step Out"
msgstr ""
-#: 11070000.xhp#tit.help.text
-msgctxt "11070000.xhp#tit.help.text"
-msgid "Breakpoint"
+#. ]H~@
+#: 11120000.xhp
+msgctxt ""
+"11120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Find Parentheses"
msgstr ""
-#: 11070000.xhp#hd_id3154863.1.help.text
-msgid "<link href=\"text/sbasic/shared/02/11070000.xhp\" name=\"Breakpoint\">Breakpoint</link>"
-msgstr "<link href=\"text/sbasic/shared/02/11070000.xhp\" name=\"Breakpoint\">Bწყვეტის წერტილი</link>"
-
-#: 11070000.xhp#par_id3155364.2.help.text
-msgid "<ahelp hid=\".uno:ToggleBreakPoint\">Inserts a breakpoint in the program line.</ahelp>"
-msgstr "<ahelp hid=\".uno:ToggleBreakPoint\">ჩასვით წყვეტის წერტილი პროგრამის .</ahelp>"
+#. cDWq
+#: 11120000.xhp
+msgctxt ""
+"11120000.xhp\n"
+"hd_id3149497\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/02/11120000.xhp\" name=\"Find Parentheses\">Find Parentheses</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11120000.xhp\" name=\"Find Parentheses\">იპოვეთ მრგვალი ბრჩხილები</link>"
-#: 11070000.xhp#par_id3149346.4.help.text
-msgid "The breakpoint is inserted at the cursor position. Use a breakpoint to interrupt a program just before an error occurs. You can then troubleshoot the program by running it in <link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Single Step\">Single Step</link> mode until the error occurs. You can also use the <link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Watch\">Watch</link> icon to check the content of the relevant variables."
-msgstr "წყვეტის წერტილი ჩასმულია კურსორის პოზიციასთან. გამოიყენეთ წყვეტის წერტილი პროგრამის გასაჩერებლად, მანამ სანამ მოხდება შეცდომა. შემდგომში შეგეძელბათ პრობლემის მოგვარება გაშვების<link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Single Step\">Single Step</link> რეჟიმში შეცდომის გამოტანამდე. შეგიძლიათ გამოიყენოთ აგრეთვე <link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Watch\">Watch</link> ხატულა შესაბამისი ცვლადების შემცველობის შესამოწმებლად."
+#. ysdF
+#: 11120000.xhp
+msgctxt ""
+"11120000.xhp\n"
+"par_id3155150\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:MatchGroup\" visibility=\"visible\">Highlights the text that is enclosed by two corresponding brackets. Place the text cursor in front of an opening or closing bracket, and then click this icon.</ahelp>"
+msgstr "<ahelp hid=\".uno:MatchGroup\" visibility=\"visible\">გამოყავით ტექსტი, რომელიც ჩასმულია ორ შესაბამის ბრჩხილში. დააყენეთ კურსორი გამხსნელი ან დამხურავი ოთკუთხედი ბრჩხილის წინ და შემდეგ დააწაკპუნეთ ამ ხატულაზე.</ahelp>"
-#: 11070000.xhp#par_id3156346.help.text
-#, fuzzy
-msgid "<image id=\"img_id3152780\" src=\"cmd/sc_togglebreakpoint.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3152780\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155339\" src=\"cmd/sc_managebreakpoints.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3155339\">ხატულა</alt></image>"
+#. .Y3+
+#: 11120000.xhp
+msgctxt ""
+"11120000.xhp\n"
+"par_id3149182\n"
+"help.text"
+msgid "<image src=\"cmd/sc_matchgroup.png\" id=\"img_id3155892\"><alt id=\"alt_id3155892\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_matchgroup.png\" id=\"img_id3155892\"><alt id=\"alt_id3155892\">ხატულა</alt></image>"
-#: 11070000.xhp#par_id3149416.3.help.text
-msgctxt "11070000.xhp#par_id3149416.3.help.text"
-msgid "Breakpoint"
+#. qU^Q
+#: 11120000.xhp
+msgctxt ""
+"11120000.xhp\n"
+"par_id3147276\n"
+"3\n"
+"help.text"
+msgid "Find Parentheses"
msgstr ""
-#: 11170000.xhp#tit.help.text
-msgctxt "11170000.xhp#tit.help.text"
-msgid "Manage Breakpoints"
+#. SW_#
+#: 11110000.xhp
+msgctxt ""
+"11110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Modules"
msgstr ""
-#: 11170000.xhp#hd_id3156183.1.help.text
-msgid "<link href=\"text/sbasic/shared/02/11170000.xhp\" name=\"Manage Breakpoints\">Manage Breakpoints</link>"
-msgstr "<link href=\"text/sbasic/shared/02/11170000.xhp\" name=\"Manage Breakpoints\">წყვეტის წერტილების მართვა</link>"
+#. BD$!
+#: 11110000.xhp
+msgctxt ""
+"11110000.xhp\n"
+"hd_id3148520\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/02/11110000.xhp\" name=\"Modules\">Modules</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11110000.xhp\" name=\"Modules\">მოდულები</link>"
-#: 11170000.xhp#par_id3152363.2.help.text
-msgid "<ahelp hid=\".\">Calls a dialog to manage breakpoints.</ahelp>"
-msgstr "<ahelp hid=\".\">იძახებს დიალოგს წყვეტის წერტილების სამართავად.</ahelp>"
+#. W55,
+#: 11110000.xhp
+msgctxt ""
+"11110000.xhp\n"
+"par_id3156414\n"
+"2\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:ModuleDialog\">Click here to open the <link href=\"text/sbasic/shared/01/06130000.xhp\" name=\"Macro Organizer\"><emph>Macro Organizer</emph></link> dialog.</ahelp>"
+msgstr "<ahelp visibility=\"visible\" hid=\".uno:ModuleDialog\">დააწკაპუნეთ აქ <link href=\"text/sbasic/shared/01/06130000.xhp\" name=\"Macro Organizer\"><emph>Macro Organizer</emph></link>-ის დიალოგის გასახსნელად.</ahelp>"
-#: 11170000.xhp#par_id3143267.help.text
-msgid "<image id=\"img_id3155339\" src=\"cmd/sc_managebreakpoints.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155339\" src=\"cmd/sc_managebreakpoints.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3155339\">ხატულა</alt></image>"
+#. mZ(*
+#: 11110000.xhp
+msgctxt ""
+"11110000.xhp\n"
+"par_id3157958\n"
+"help.text"
+msgid "<image src=\"cmd/sc_moduledialog.png\" id=\"img_id3155535\"><alt id=\"alt_id3155535\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_moduledialog.png\" id=\"img_id3155535\"><alt id=\"alt_id3155535\">ხატულა</alt></image>"
-#: 11170000.xhp#par_id3145383.3.help.text
-msgctxt "11170000.xhp#par_id3145383.3.help.text"
-msgid "Manage Breakpoints"
+#. :Sm8
+#: 11110000.xhp
+msgctxt ""
+"11110000.xhp\n"
+"par_id3145383\n"
+"3\n"
+"help.text"
+msgid "Modules"
msgstr ""
-#: 11170000.xhp#par_id3154897.4.help.text
-msgid "<link href=\"text/sbasic/shared/01050300.xhp\" name=\"Manage Breakpoints dialog\"><emph>Manage Breakpoints</emph> dialog</link>"
-msgstr "<link href=\"text/sbasic/shared/01050300.xhp\" name=\"Manage Breakpoints dialog\"><emph>წყვეტის წერტილების მართვა</emph> dialog</link>"
-
-#: 11100000.xhp#tit.help.text
-msgctxt "11100000.xhp#tit.help.text"
-msgid "Macros"
+#. D^@5
+#: 11060000.xhp
+msgctxt ""
+"11060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Procedure Step"
msgstr ""
-#: 11100000.xhp#hd_id3156183.1.help.text
-msgid "<link href=\"text/sbasic/shared/02/11100000.xhp\" name=\"Macros\">Macros</link>"
-msgstr "<link href=\"text/sbasic/shared/02/11100000.xhp\" name=\"Macros\">მაკროსი</link>"
-
-#: 11100000.xhp#par_id3147399.2.help.text
-msgid "<ahelp visibility=\"visible\" hid=\".uno:ChooseMacro\">Opens the <emph>Macro</emph> dialog.</ahelp>"
-msgstr "<ahelp visibility=\"visible\" hid=\".uno:ChooseMacro\">ხსნის <emph>მაკროსის</emph> დიალოგს.</ahelp>"
-
-#: 11100000.xhp#par_id3148538.help.text
-msgid "<image src=\"cmd/sc_choosemacro.png\" id=\"img_id3153662\"><alt id=\"alt_id3153662\">Icon</alt></image>"
-msgstr "<image src=\"cmd/sc_choosemacro.png\" id=\"img_id3153662\"><alt id=\"alt_id3153662\">ხატულა</alt></image>"
+#. 7gar
+#: 11060000.xhp
+msgctxt ""
+"11060000.xhp\n"
+"hd_id3148520\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/02/11060000.xhp\" name=\"Procedure Step\">Procedure Step</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11060000.xhp\" name=\"Procedure Step\">პროცედურის ბიჯი</link>"
-#: 11100000.xhp#par_id3153542.3.help.text
-msgctxt "11100000.xhp#par_id3153542.3.help.text"
-msgid "Macros"
+#. )05)
+#: 11060000.xhp
+msgctxt ""
+"11060000.xhp\n"
+"par_id3152363\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:BasicStepOver\">Runs the macro and stops it after the next procedure.</ahelp>"
msgstr ""
-#: 11180000.xhp#tit.help.text
-msgctxt "11180000.xhp#tit.help.text"
-msgid "Import Dialog"
+#. K!:j
+#: 11060000.xhp
+msgctxt ""
+"11060000.xhp\n"
+"par_id3153394\n"
+"4\n"
+"help.text"
+msgid "You can use this command in conjunction with the <link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Watch\">Watch</link> command to troubleshoot errors."
msgstr ""
-#: 11180000.xhp#hd_id3156183.1.help.text
+#. 0Jfs
+#: 11060000.xhp
#, fuzzy
-msgid "<link href=\"text/sbasic/shared/02/11180000.xhp\" name=\"Import Dialog\">Import Dialog</link>"
-msgstr "<link href=\"text/sbasic/shared/02/11030000.xhp\" name=\"Run\">გაშვება</link>"
+msgctxt ""
+"11060000.xhp\n"
+"par_id3147576\n"
+"help.text"
+msgid "<image id=\"img_id3143267\" src=\"cmd/sc_basicstepover.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3143267\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148883\" src=\"cmd/sc_testmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148883\">ხატულა</alt></image>"
-#: 11180000.xhp#par_id3152363.2.help.text
-msgid "<ahelp hid=\".\">Calls an \"Open\" dialog to import a BASIC dialog file.</ahelp>"
+#. Wf7j
+#: 11060000.xhp
+msgctxt ""
+"11060000.xhp\n"
+"par_id3154307\n"
+"3\n"
+"help.text"
+msgid "Procedure Step"
msgstr ""
-#: 11180000.xhp#par_id0929200903505211.help.text
-msgid "If the imported dialog has a name that already exists in the library, you see a message box where you can decide to rename the imported dialog. In this case the dialog will be renamed to the next free \"automatic\" name like when creating a new dialog. Or you can replace the existing dialog by the imported dialog. If you click Cancel the dialog is not imported."
-msgstr ""
+#. -00G
+#: 11060000.xhp
+msgctxt ""
+"11060000.xhp\n"
+"par_id3153562\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Single Step function\">Single Step function</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Single Step\">ერთჯერადი ბიჯი</link>"
-#: 11180000.xhp#par_id0929200903505360.help.text
-msgid "Dialogs can contain localization data. When importing a dialog, a mismatch of the dialogs' localization status can occur."
+#. WB=B
+#: 11090000.xhp
+msgctxt ""
+"11090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Object Catalog"
msgstr ""
-#: 11180000.xhp#par_id0929200903505320.help.text
-msgid "If the library contains additional languages compared to the imported dialog, or if the imported dialog is not localized at all, then the additional languages will silently be added to the imported dialog using the strings of the dialog's default locale."
-msgstr ""
+#. b?y.
+#: 11090000.xhp
+msgctxt ""
+"11090000.xhp\n"
+"hd_id3153255\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/02/11090000.xhp\" name=\"Object Catalog\">Object Catalog</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11090000.xhp\" name=\"Object Catalog\">ობიექტის კატალოგი</link>"
-#: 11180000.xhp#par_id0929200903505383.help.text
-msgid "If the imported dialog contains additional languages compared to the library, or if the library is not localized at all, then you see a message box with Add, Omit, and Cancel buttons."
-msgstr ""
+#. 2m$_
+#: 11090000.xhp
+msgctxt ""
+"11090000.xhp\n"
+"par_id3151384\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ObjectCatalog\">Opens the <emph>Objects</emph> dialog, where you can view Basic objects.</ahelp>"
+msgstr "<ahelp hid=\".uno:ObjectCatalog\">ხსნის <emph>ობიექტების</emph> დიალოგურ სარკმელს, სადაც შეგიძლიათ ნახოთ ძირითადი ობიექტები.</ahelp>"
-#: 11180000.xhp#par_id0929200903505340.help.text
-msgid "Add: The additional languages from the imported dialog will be added to the already existing dialog. The resources from the library's default language will be used for the new languages. This is the same as if you add these languages manually."
+#. kK0K
+#: 11090000.xhp
+msgctxt ""
+"11090000.xhp\n"
+"par_id3147576\n"
+"15\n"
+"help.text"
+msgid "Double click the name of a function or sub to load the module that contains that function or sub, and to position the cursor. Click the name of a module or dialog and then click the <emph>Show</emph> icon to load and display that module or dialog."
+msgstr "ორჯერ დააწკაპუნეთ ფუნქციის სახელზე იმ მოდულის ჩასატვირთად, რომელიც შეიცავს ამ ფუნქციას და კურსორის პოზოციას. დააწკაპუნეთ მოდულის ან დიალოგის სახელზე და შემდეგ დააწკაპუნეთ <emph>ჩვენება</emph>-ის ხატულაზე მოდულის ან დიალოგის ჩასატვირთად და საჩვენებლად."
+
+#. Y\y/
+#: 11090000.xhp
+msgctxt ""
+"11090000.xhp\n"
+"par_id3148538\n"
+"help.text"
+msgid "<image id=\"img_id3163803\" src=\"cmd/sc_objectcatalog.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163803\">Icon</alt></image>"
+msgstr "<image id=\"img_id3163803\" src=\"cmd/sc_objectcatalog.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163803\">ხატულა</alt></image>"
+
+#. P6dB
+#: 11090000.xhp
+msgctxt ""
+"11090000.xhp\n"
+"par_id3154515\n"
+"3\n"
+"help.text"
+msgid "Object Catalog"
msgstr ""
-#: 11180000.xhp#par_id0929200903505367.help.text
-msgid "Omit: The library's language settings will stay unchanged. The imported dialog's resources for the omitted languages are not copied into the library, but they remain in the imported dialog's source files."
+#. JC8D
+#: 11090000.xhp
+msgctxt ""
+"11090000.xhp\n"
+"hd_id3155388\n"
+"4\n"
+"help.text"
+msgid "Show"
msgstr ""
-#: 11180000.xhp#par_id3143267.help.text
-#, fuzzy
-msgid "<image id=\"img_id3155339\" src=\"cmd/sc_importdialog.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155339\" src=\"cmd/sc_managebreakpoints.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3155339\">ხატულა</alt></image>"
+#. c!rX
+#: 11090000.xhp
+msgctxt ""
+"11090000.xhp\n"
+"par_id3155630\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BASICIDE_OBJCAT_SHOW\">Display the source text or dialog of a selected object.</ahelp>"
+msgstr "<ahelp hid=\"HID_BASICIDE_OBJCAT_SHOW\">აჩვენეთ მონიშნული ობიექტის წყაროს ტექსტი ან დიალოგი.</ahelp>"
-#: 11180000.xhp#par_id3145383.3.help.text
-msgctxt "11180000.xhp#par_id3145383.3.help.text"
-msgid "Import Dialog"
-msgstr ""
+#. `6Kh
+#: 11090000.xhp
+msgctxt ""
+"11090000.xhp\n"
+"par_id3153126\n"
+"help.text"
+msgid "<image id=\"img_id3148474\" src=\"basctl/res/im01.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148474\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148474\" src=\"basctl/res/im01.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148474\">ხატულა</alt></image>"
-#: 11190000.xhp#tit.help.text
-msgctxt "11190000.xhp#tit.help.text"
-msgid "Export Dialog"
+#. Lk\=
+#: 11090000.xhp
+msgctxt ""
+"11090000.xhp\n"
+"par_id3147560\n"
+"6\n"
+"help.text"
+msgid "Show"
msgstr ""
-#: 11190000.xhp#hd_id3156183.1.help.text
-#, fuzzy
-msgid "<link href=\"text/sbasic/shared/02/11190000.xhp\" name=\"Export Dialog\">Export Dialog</link>"
-msgstr "<link href=\"text/sbasic/shared/02/11030000.xhp\" name=\"Run\">გაშვება</link>"
+#. !zr*
+#: 11090000.xhp
+msgctxt ""
+"11090000.xhp\n"
+"hd_id3146794\n"
+"13\n"
+"help.text"
+msgid "Window Area"
+msgstr "ფანჯრის არეალი"
-#: 11190000.xhp#par_id3152363.2.help.text
-msgid "<ahelp hid=\".\">In the dialog editor, this command calls a \"Save as\" dialog to export the current BASIC dialog.</ahelp>"
+#. V!s\
+#: 11090000.xhp
+msgctxt ""
+"11090000.xhp\n"
+"par_id3149655\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BASICIDE_OBJECTCAT\">Displays a hierarchical view of the current $[officename] macro libraries, modules, and dialogs. To display the contents of an item in the window, double-click its name or select the name and click the <emph>Show</emph> icon.</ahelp>"
+msgstr "<ahelp hid=\"HID_BASICIDE_OBJECTCAT\">იერარქიულად აჩვენეთ მიმდინარე $[officename]-ის მაკროსის ბიბლიოთეკები, მოდულები და დიალოგები. ელემენტის შიგთავსის ფანჯარაში საჩვენებლად, ორჯერ დააწკაპუნეთ მის სახელზე ან მონიშნეთ სახელი და დააწკაპუნეთ <emph>ჩვენება</emph>-ის ხატულაზე.</ahelp>"
+
+#. 9L8N
+#: 11070000.xhp
+msgctxt ""
+"11070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Breakpoint"
msgstr ""
-#: 11190000.xhp#par_id3143267.help.text
+#. Y)ps
+#: 11070000.xhp
+msgctxt ""
+"11070000.xhp\n"
+"hd_id3154863\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/02/11070000.xhp\" name=\"Breakpoint\">Breakpoint</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11070000.xhp\" name=\"Breakpoint\">Bწყვეტის წერტილი</link>"
+
+#. 8P@J
+#: 11070000.xhp
+msgctxt ""
+"11070000.xhp\n"
+"par_id3155364\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ToggleBreakPoint\">Inserts a breakpoint in the program line.</ahelp>"
+msgstr "<ahelp hid=\".uno:ToggleBreakPoint\">ჩასვით წყვეტის წერტილი პროგრამის .</ahelp>"
+
+#. ~`E+
+#: 11070000.xhp
+msgctxt ""
+"11070000.xhp\n"
+"par_id3149346\n"
+"4\n"
+"help.text"
+msgid "The breakpoint is inserted at the cursor position. Use a breakpoint to interrupt a program just before an error occurs. You can then troubleshoot the program by running it in <link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Single Step\">Single Step</link> mode until the error occurs. You can also use the <link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Watch\">Watch</link> icon to check the content of the relevant variables."
+msgstr "წყვეტის წერტილი ჩასმულია კურსორის პოზიციასთან. გამოიყენეთ წყვეტის წერტილი პროგრამის გასაჩერებლად, მანამ სანამ მოხდება შეცდომა. შემდგომში შეგეძელბათ პრობლემის მოგვარება გაშვების<link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Single Step\">Single Step</link> რეჟიმში შეცდომის გამოტანამდე. შეგიძლიათ გამოიყენოთ აგრეთვე <link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Watch\">Watch</link> ხატულა შესაბამისი ცვლადების შემცველობის შესამოწმებლად."
+
+#. 6GL\
+#: 11070000.xhp
#, fuzzy
-msgid "<image id=\"img_id3155339\" src=\"cmd/sc_exportdialog.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Icon</alt></image>"
+msgctxt ""
+"11070000.xhp\n"
+"par_id3156346\n"
+"help.text"
+msgid "<image id=\"img_id3152780\" src=\"cmd/sc_togglebreakpoint.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3152780\">Icon</alt></image>"
msgstr "<image id=\"img_id3155339\" src=\"cmd/sc_managebreakpoints.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3155339\">ხატულა</alt></image>"
-#: 11190000.xhp#par_id3145383.3.help.text
-msgctxt "11190000.xhp#par_id3145383.3.help.text"
-msgid "Export Dialog"
+#. ^|Vc
+#: 11070000.xhp
+msgctxt ""
+"11070000.xhp\n"
+"par_id3149416\n"
+"3\n"
+"help.text"
+msgid "Breakpoint"
msgstr ""
-#: 11060000.xhp#tit.help.text
-msgctxt "11060000.xhp#tit.help.text"
-msgid "Procedure Step"
+#. |iJW
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Compile"
msgstr ""
-#: 11060000.xhp#hd_id3148520.1.help.text
-msgid "<link href=\"text/sbasic/shared/02/11060000.xhp\" name=\"Procedure Step\">Procedure Step</link>"
-msgstr "<link href=\"text/sbasic/shared/02/11060000.xhp\" name=\"Procedure Step\">პროცედურის ბიჯი</link>"
-
-#: 11060000.xhp#par_id3152363.2.help.text
-msgid "<ahelp hid=\".uno:BasicStepOver\">Runs the macro and stops it after the next procedure.</ahelp>"
-msgstr ""
+#. KA@m
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"hd_id3148983\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/02/11020000.xhp\" name=\"Compile\">Compile</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11020000.xhp\" name=\"Compile\">კომპილაცია</link>"
-#: 11060000.xhp#par_id3153394.4.help.text
-msgctxt "11060000.xhp#par_id3153394.4.help.text"
-msgid "You can use this command in conjunction with the <link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Watch\">Watch</link> command to troubleshoot errors."
-msgstr ""
+#. vnA-
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"par_id3159201\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:CompileBasic\" visibility=\"visible\">Compiles the Basic macro.</ahelp> You need to compile a macro after you make changes to it, or if the macro uses single or procedure steps."
+msgstr "<ahelp hid=\".uno:CompileBasic\" visibility=\"visible\">აკომპილირებს ძირითად მაკროსს.</ahelp> თქვენ უნდა დააკომპილიროთ მაკროსი ცვლილების შემდეგ, ან თუ მაკროსი იყენებს ერთჯერად ან პროცედურულ ბიჯებს."
-#: 11060000.xhp#par_id3147576.help.text
-#, fuzzy
-msgid "<image id=\"img_id3143267\" src=\"cmd/sc_basicstepover.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3143267\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148883\" src=\"cmd/sc_testmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148883\">ხატულა</alt></image>"
+#. ye/I
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"par_id3156426\n"
+"help.text"
+msgid "<image src=\"cmd/sc_compilebasic.png\" id=\"img_id3147576\"><alt id=\"alt_id3147576\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_compilebasic.png\" id=\"img_id3147576\"><alt id=\"alt_id3147576\">ხატულა</alt></image>"
-#: 11060000.xhp#par_id3154307.3.help.text
-msgctxt "11060000.xhp#par_id3154307.3.help.text"
-msgid "Procedure Step"
+#. O,\{
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"par_id3149399\n"
+"3\n"
+"help.text"
+msgid "Compile"
msgstr ""
-#: 11060000.xhp#par_id3153562.6.help.text
-msgid "<link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Single Step function\">Single Step function</link>"
-msgstr "<link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Single Step\">ერთჯერადი ბიჯი</link>"
-
-#: 20000000.xhp#tit.help.text
-msgctxt "20000000.xhp#tit.help.text"
+#. Uk)m
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"tit\n"
+"help.text"
msgid "Insert Controls"
msgstr ""
-#: 20000000.xhp#bm_id3150402.help.text
+#. Oorh
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"bm_id3150402\n"
+"help.text"
msgid "<bookmark_value>controls; in dialog editor</bookmark_value><bookmark_value>push button control in dialog editor</bookmark_value><bookmark_value>icon control</bookmark_value><bookmark_value>buttons; controls</bookmark_value><bookmark_value>image control</bookmark_value><bookmark_value>check box control</bookmark_value><bookmark_value>radio button control</bookmark_value><bookmark_value>option button control</bookmark_value><bookmark_value>fixed text control</bookmark_value><bookmark_value>label field control</bookmark_value><bookmark_value>editing; controls</bookmark_value><bookmark_value>text boxes; controls</bookmark_value><bookmark_value>list boxes; controls</bookmark_value><bookmark_value>combo box control</bookmark_value><bookmark_value>scroll bar control</bookmark_value><bookmark_value>horizontal scrollbar control</bookmark_value><bookmark_value>vertical scrollbar control</bookmark_value><bookmark_value>group box control</bookmark_value><bookmark_value>progress bar control</bookmark_value><bookmark_value>fixed line control</bookmark_value><bookmark_value>horizontal line control</bookmark_value><bookmark_value>line control</bookmark_value><bookmark_value>vertical line control</bookmark_value><bookmark_value>date field control</bookmark_value><bookmark_value>time field control</bookmark_value><bookmark_value>numerical field control</bookmark_value><bookmark_value>currency field control</bookmark_value><bookmark_value>formatted field control</bookmark_value><bookmark_value>pattern field control</bookmark_value><bookmark_value>masked field control</bookmark_value><bookmark_value>file selection control</bookmark_value><bookmark_value>selection options for controls</bookmark_value><bookmark_value>test mode control</bookmark_value>"
msgstr ""
-#: 20000000.xhp#hd_id3150402.1.help.text
+#. !=5/
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"hd_id3150402\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/sbasic/shared/02/20000000.xhp\" name=\"Insert Controls\">Insert Controls</link>"
msgstr "<link href=\"text/sbasic/shared/02/20000000.xhp\" name=\"Insert Controls\">კონტროლების ჩასმა</link>"
-#: 20000000.xhp#par_id3147000.2.help.text
+#. 3=)m
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3147000\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\".uno:ChooseControls\">Opens the <emph>Toolbox</emph> bar.</ahelp>"
msgstr "<ahelp hid=\".uno:ChooseControls\">ხსნის <emph>ხელსაწყოთა ყუთი</emph>-ის ზოლს.</ahelp>"
-#: 20000000.xhp#par_id3147226.help.text
+#. -U8M
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3147226\n"
+"help.text"
msgid "<image id=\"img_id3147571\" src=\"cmd/sc_choosecontrols.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147571\">Icon</alt></image>"
msgstr "<image id=\"img_id3147571\" src=\"cmd/sc_choosecontrols.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147571\">ხატულა</alt></image>"
-#: 20000000.xhp#par_id3153749.3.help.text
-msgctxt "20000000.xhp#par_id3153749.3.help.text"
+#. d^%%
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3153749\n"
+"3\n"
+"help.text"
msgid "Insert Controls"
msgstr ""
-#: 20000000.xhp#par_id3157958.5.help.text
+#. Il%s
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3157958\n"
+"5\n"
+"help.text"
msgid "In edit mode, double-click a control to open the <link href=\"text/sbasic/shared/01170100.xhp\" name=\"properties dialog\">properties dialog</link>."
msgstr "რედაქტირების რეჟიმში ორჯერ დააწკაპუნეთ კონტროლზე <link href=\"text/sbasic/shared/01170100.xhp\" name=\"properties dialog\">პარამეტრების დიალოგი</link>-ს გასახსნელად."
-#: 20000000.xhp#par_id3148538.6.help.text
+#. HDS1
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3148538\n"
+"6\n"
+"help.text"
msgid "In edit mode, you can also right-click a control and choose the cut, copy, and paste command."
msgstr "რედაქტირების რეჟიმში თქვენა აგრეთვე შეგიძლიათ მარჯვენა ღილაკი დაწკაპუნოთ კონტროლზე და ამოირჩიოთ ამოჭრის, კოპირების და ჩასმის ბრძანებები."
-#: 20000000.xhp#hd_id3148473.7.help.text
+#. .wq5
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"hd_id3148473\n"
+"7\n"
+"help.text"
msgid "Button"
msgstr "ღილაკი"
-#: 20000000.xhp#par_id3153824.help.text
+#. :]jW
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3153824\n"
+"help.text"
msgid "<image id=\"img_id3157909\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3157909\">Icon</alt></image>"
msgstr "<image id=\"img_id3157909\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3157909\">ხატულა</alt></image>"
-#: 20000000.xhp#par_id3147530.8.help.text
+#. ;HU;
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3147530\n"
+"8\n"
+"help.text"
msgid "<ahelp hid=\".uno:InsertPushbutton\">Adds a command button.</ahelp> You can use a command button to execute a command for a defined event, such as a mouse click."
msgstr "<ahelp hid=\".uno:InsertPushbutton\">ამატებს ბრძანების ღილაკს.</ahelp> შეგიძლიათ გამოიყენოთ ბრძანების ღილაკი განსაზღვრული მოვლენის შესარულებლად, როგორიცაა მაუსის დაწკაპუნება."
-#: 20000000.xhp#par_id3154923.9.help.text
+#. PK+K
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3154923\n"
+"9\n"
+"help.text"
msgid "If you want, you can add text or a graphic to the button."
msgstr "სურვილის შემთხვევაში, ღილაკზე შეგიძლიათ დაამატოთ ტექსტი ან ნახატი."
-#: 20000000.xhp#hd_id3148550.10.help.text
+#. (PH8
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"hd_id3148550\n"
+"10\n"
+"help.text"
msgid "Image Control"
msgstr "კონტროლის ნახატი"
-#: 20000000.xhp#par_id3154138.help.text
+#. TPm9
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3154138\n"
+"help.text"
msgid "<image id=\"img_id3144760\" src=\"cmd/sc_objectcatalog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144760\">Icon</alt></image>"
msgstr "<image id=\"img_id3144760\" src=\"cmd/sc_objectcatalog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144760\">ხატულა</alt></image>"
-#: 20000000.xhp#par_id3151042.11.help.text
+#. W)3L
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3151042\n"
+"11\n"
+"help.text"
msgid "<ahelp hid=\".uno:InsertImageControl\">Adds a control that displays a graphic.</ahelp>"
msgstr "<ahelp hid=\".uno:InsertImageControl\">ამატებს კონტროლს, რომელიც აჩვენებს ნახატს.</ahelp>"
-#: 20000000.xhp#hd_id3150447.12.help.text
+#. .cg!
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"hd_id3150447\n"
+"12\n"
+"help.text"
msgid "Check Box"
msgstr "თოლია"
-#: 20000000.xhp#par_id3155131.help.text
+#. K3jr
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3155131\n"
+"help.text"
msgid "<image id=\"img_id3150439\" src=\"cmd/sc_checkbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150439\">Icon</alt></image>"
msgstr "<image id=\"img_id3150439\" src=\"cmd/sc_checkbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150439\">ხატულა</alt></image>"
-#: 20000000.xhp#par_id3147317.13.help.text
+#. HegK
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3147317\n"
+"13\n"
+"help.text"
msgid "<ahelp hid=\".uno:Checkbox\">Adds a check box that you can use to turn a function on or off.</ahelp>"
msgstr "<ahelp hid=\".uno:Checkbox\">ამატებს თოლიას რომელიც შეგიძლიათ გამოიყენოთ ფუნქციის ჩასართველად ან გამოსართველად.</ahelp>"
-#: 20000000.xhp#hd_id3150486.14.help.text
+#. ?jng
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"hd_id3150486\n"
+"14\n"
+"help.text"
msgid "Option Button"
msgstr "პარამეტრების ღილაკი"
-#: 20000000.xhp#par_id3155856.help.text
+#. 5?=R
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3155856\n"
+"help.text"
msgid "<image id=\"img_id3146921\" src=\"cmd/sc_radiobutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146921\">Icon</alt></image>"
msgstr "<image id=\"img_id3146921\" src=\"cmd/sc_radiobutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146921\">ხატულა</alt></image>"
-#: 20000000.xhp#par_id3153575.15.help.text
+#. TbnB
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3153575\n"
+"15\n"
+"help.text"
msgid "<ahelp hid=\".uno:Radiobutton\">Adds a button that allows a user to select from a number of options.</ahelp> Grouped option buttons must have consecutive tab indices. They are commonly encircled by a group box. If you have two groups of option buttons, you must insert a tab index between the tab indices of the two groups on the group frame."
msgstr "<ahelp hid=\".uno:Radiobutton\">ამატებს ღილაკს, რომელიც მომხმარებელს აძლევს საშუალებას ამოირჩიოს რამდენიმე პარამეტრს შორის.</ahelp> პარამეტრების დაჯგუფებული ღილაკებს უნდა ქონდეთ ტაბულაციის თანმიმდევრული ინდექსები. როგორც წესი, ისინი შემოიფარგლებიან ჯგუფის ველით. თუ გაქვთ პარამეტრების ღილაკების ორი ჯგუფი, უნდა ჩასვათ ტაბულაციის ინდექსი ტაბულაციის ინდექსებს შორის."
-#: 20000000.xhp#hd_id3154729.16.help.text
+#. DgqV
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"hd_id3154729\n"
+"16\n"
+"help.text"
msgid "Label Field"
msgstr "ჭდის ველი"
-#: 20000000.xhp#par_id3149300.help.text
+#. r)Hh
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3149300\n"
+"help.text"
msgid "<image id=\"img_id3153415\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3153415\">Icon</alt></image>"
msgstr "<image id=\"img_id3153415\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3153415\">ხატულა</alt></image>"
-#: 20000000.xhp#par_id3156181.17.help.text
+#. _k!L
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3156181\n"
+"17\n"
+"help.text"
msgid "<ahelp hid=\".uno:InsertFixedText\">Adds a field for displaying text labels.</ahelp> These labels are only for displaying predefined text, and not for entering text."
msgstr "<ahelp hid=\".uno:InsertFixedText\">ამატებს ველს ტექსტური ჭდეების საჩვენებლად.</ahelp> ეს ჭდეები გამოიყენება წინასწარგანსაზღვრული ჭდეების საჩვენებლად და არა ტექსტის შესაყვანად."
-#: 20000000.xhp#hd_id3149123.18.help.text
+#. ).Z!
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"hd_id3149123\n"
+"18\n"
+"help.text"
msgid "Text Box"
msgstr "ტექსტური ველი"
-#: 20000000.xhp#par_id3153766.help.text
+#. QVSC
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3153766\n"
+"help.text"
msgid "<image id=\"img_id3148996\" src=\"cmd/sc_edit.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3148996\">Icon</alt></image>"
msgstr "<image id=\"img_id3148996\" src=\"cmd/sc_edit.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3148996\">ხატულა</alt></image>"
-#: 20000000.xhp#par_id3153712.19.help.text
+#. g!tI
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3153712\n"
+"19\n"
+"help.text"
msgid "<ahelp hid=\".uno:InsertEdit\">Adds an input box where you can enter and edit text.</ahelp>"
msgstr "<ahelp hid=\".uno:InsertEdit\">ამატებს შეყვანის სარკმელს, სადაც შეგიძლიათ შეიყვანოთ და დაარედაქტიროტ ტექსტი.</ahelp>"
-#: 20000000.xhp#hd_id3154253.20.help.text
+#. VOOz
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"hd_id3154253\n"
+"20\n"
+"help.text"
msgid "List Box"
msgstr "სიის სარკმელი"
-#: 20000000.xhp#par_id3155959.help.text
+#. VZmD
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3155959\n"
+"help.text"
msgid "<image id=\"img_id3163808\" src=\"cmd/sc_listbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163808\">Icon</alt></image>"
msgstr "<image id=\"img_id3163808\" src=\"cmd/sc_listbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163808\">ხატულა</alt></image>"
-#: 20000000.xhp#par_id3155176.21.help.text
+#. uS*\
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3155176\n"
+"21\n"
+"help.text"
msgid "<ahelp hid=\".uno:InsertListbox\">Adds a box where you can click an entry on a list.</ahelp>"
msgstr "<ahelp hid=\".uno:InsertListbox\">ამატებს სარკმელს, სადაც შეგიძლიათ დააწაკპუნოთ სიის შენატანზე.</ahelp>"
-#: 20000000.xhp#hd_id3150644.22.help.text
+#. o_e5
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"hd_id3150644\n"
+"22\n"
+"help.text"
msgid "Combo Box"
msgstr "კომბო-ველი"
-#: 20000000.xhp#par_id3148418.help.text
+#. a7M9
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3148418\n"
+"help.text"
msgid "<image id=\"img_id3153200\" src=\"cmd/sc_combobox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153200\">Icon</alt></image>"
msgstr "<image id=\"img_id3153200\" src=\"cmd/sc_combobox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153200\">ხატულა</alt></image>"
-#: 20000000.xhp#par_id3154199.23.help.text
+#. 3a\(
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3154199\n"
+"23\n"
+"help.text"
msgid "<ahelp hid=\".uno:Combobox\">Adds a combo box. A combo box is a one line list box that a user can click, and then choose an entry from the list.</ahelp> If you want, you can make the entries in the combo box \"read only\"."
msgstr "<ahelp hid=\".uno:Combobox\">ამატებს კომბო-ველს. კომბო-ველი არის ერთხაზიანი სიის სარკმელი, რომელზეც მომხმარებელს შეუძლია დაწკაპუნება და შემდგომ სიის შენატანის ამორჩევა.</ahelp> თუ გნებავთ, შეგიძლიათ კომბო-ველის შენატანები გახადოთ \"მხოლოდ წაკითხვადი\"."
-#: 20000000.xhp#hd_id3154585.24.help.text
+#. (u;0
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"hd_id3154585\n"
+"24\n"
+"help.text"
msgid "Horizontal Scrollbar"
msgstr "ჰორიზონტალური ცოცია"
-#: 20000000.xhp#par_id3153781.help.text
+#. ]:VC
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3153781\n"
+"help.text"
msgid "<image id=\"img_id3149530\" src=\"cmd/sc_hscrollbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149530\">Icon</alt></image>"
msgstr "<image id=\"img_id3149530\" src=\"cmd/sc_hscrollbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149530\">ხატულა</alt></image>"
-#: 20000000.xhp#par_id3153232.25.help.text
+#. 1-j?
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3153232\n"
+"25\n"
+"help.text"
msgid "<ahelp hid=\".uno:HScrollbar\">Adds a horizontal scrollbar to the dialog.</ahelp>"
msgstr "<ahelp hid=\".uno:HScrollbar\">ამატებს ჰორიზონტალურ ცოციას დიალოგში.</ahelp>"
-#: 20000000.xhp#hd_id3154119.26.help.text
+#. l;Z)
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"hd_id3154119\n"
+"26\n"
+"help.text"
msgid "Vertical Scrollbar"
msgstr "ვერტიკალური ცოცია"
-#: 20000000.xhp#par_id3150515.help.text
+#. 2wm]
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3150515\n"
+"help.text"
msgid "<image id=\"img_id3150203\" src=\"cmd/sc_vscrollbar.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150203\">Icon</alt></image>"
msgstr "<image id=\"img_id3150203\" src=\"cmd/sc_vscrollbar.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150203\">ხატულა</alt></image>"
-#: 20000000.xhp#par_id3155376.27.help.text
+#. m~^-
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3155376\n"
+"27\n"
+"help.text"
msgid "<ahelp hid=\".uno:VScrollbar\">Adds a vertical scrollbar to the dialog.</ahelp>"
msgstr "<ahelp hid=\".uno:VScrollbar\">ამატებს ვერტიკალურ ცოციას დიალოგში.</ahelp>"
-#: 20000000.xhp#hd_id3150313.28.help.text
+#. oQZR
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"hd_id3150313\n"
+"28\n"
+"help.text"
msgid "Group Box"
msgstr "ჯგუფის ველი"
-#: 20000000.xhp#par_id3151184.help.text
+#. L|mA
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3151184\n"
+"help.text"
msgid "<image id=\"img_id3151335\" src=\"cmd/sc_groupbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151335\">Icon</alt></image>"
msgstr "<image id=\"img_id3151335\" src=\"cmd/sc_groupbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151335\">ხატულა</alt></image>"
-#: 20000000.xhp#par_id3159622.29.help.text
+#. Tx#.
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3159622\n"
+"29\n"
+"help.text"
msgid "<ahelp hid=\".uno:Groupbox\">Adds a frame that you can use to visually group similar controls, such as option buttons.</ahelp>"
msgstr "<ahelp hid=\".uno:Groupbox\">ამატებს ჩარჩოს, რომელიც შეგიძლიათ გამოიყენოთ ერთნაირი კონტროლების ვიზუალური დაჯგუფებისათვის, როგორიცაა პარამეტრების ღილაკები.</ahelp>"
-#: 20000000.xhp#par_id3148820.30.help.text
+#. Ykm!
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3148820\n"
+"30\n"
+"help.text"
msgid "To define two different groups of option buttons, ensure that the tab index of the group frame is between the tab indices of the two groups."
msgstr "პარამეტრების ღილაკების ორი განსხვავებული ჯგუფის განსასაზღვრავად, დარწმუნდით რომ ჯგუფის ჩარჩოს ტაბულაციის ინდექსი განთავსებულია ორი ჯგუფის ინდექსებს შორის."
-#: 20000000.xhp#hd_id3149330.31.help.text
+#. *FXh
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"hd_id3149330\n"
+"31\n"
+"help.text"
msgid "Progress Bar"
msgstr "პროგრესის ზოლი"
-#: 20000000.xhp#par_id3159093.help.text
+#. ^b7i
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3159093\n"
+"help.text"
msgid "<image id=\"img_id3150318\" src=\"cmd/sc_progressbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150318\">Icon</alt></image>"
msgstr "<image id=\"img_id3150318\" src=\"cmd/sc_progressbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150318\">ხატულა</alt></image>"
-#: 20000000.xhp#par_id3157979.32.help.text
+#. G\C=
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3157979\n"
+"32\n"
+"help.text"
msgid "<ahelp hid=\".uno:ProgressBar\">Adds a progress bar to the dialog.</ahelp>"
msgstr "<ahelp hid=\".uno:ProgressBar\">ამატებს პროგრესის ზოლს დიალოგში.</ahelp>"
-#: 20000000.xhp#hd_id3145654.33.help.text
+#. VvkD
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"hd_id3145654\n"
+"33\n"
+"help.text"
msgid "Horizontal Line"
msgstr "ჰორიზონტალური ზოლი"
-#: 20000000.xhp#par_id3150888.help.text
+#. g4p$
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3150888\n"
+"help.text"
msgid "<image id=\"img_id3152872\" src=\"cmd/sc_hfixedline.png\" width=\"0.2201inch\" height=\"0.2201inch\"><alt id=\"alt_id3152872\">Icon</alt></image>"
msgstr "<image id=\"img_id3152872\" src=\"cmd/sc_hfixedline.png\" width=\"0.2201inch\" height=\"0.2201inch\"><alt id=\"alt_id3152872\">ხატულა</alt></image>"
-#: 20000000.xhp#par_id3151000.34.help.text
+#. U!WE
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3151000\n"
+"34\n"
+"help.text"
msgid "<ahelp hid=\".uno:HFixedLine\">Adds a horizontal line to the dialog.</ahelp>"
msgstr "<ahelp hid=\".uno:HFixedLine\">ამატებს ჰორიზონტალურ ხაზს დიალოგში.</ahelp>"
-#: 20000000.xhp#hd_id3155095.35.help.text
+#. K6mZ
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"hd_id3155095\n"
+"35\n"
+"help.text"
msgid "Vertical Line"
msgstr "ვერტიკალური ხაზი"
-#: 20000000.xhp#par_id3154913.help.text
+#. !:NJ
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3154913\n"
+"help.text"
msgid "<image id=\"img_id3153249\" src=\"cmd/sc_vfixedline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153249\">Icon</alt></image>"
msgstr "<image id=\"img_id3153249\" src=\"cmd/sc_vfixedline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153249\">ხატულა</alt></image>"
-#: 20000000.xhp#par_id3159203.36.help.text
+#. 3$]:
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3159203\n"
+"36\n"
+"help.text"
msgid "<ahelp hid=\".uno:VFixedLine\">Adds a vertical line to the dialog.</ahelp>"
msgstr "<ahelp hid=\".uno:VFixedLine\">ამატებს ვერტიკალურ ხაზს დიალოგში.</ahelp>"
-#: 20000000.xhp#hd_id3154540.37.help.text
+#. fswV
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"hd_id3154540\n"
+"37\n"
+"help.text"
msgid "Date Field"
msgstr "თარიღის ველი"
-#: 20000000.xhp#par_id3148901.help.text
+#. TW[=
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3148901\n"
+"help.text"
msgid "<image id=\"img_id3151010\" src=\"cmd/sc_adddatefield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151010\">Icon</alt></image>"
msgstr "<image id=\"img_id3151010\" src=\"cmd/sc_adddatefield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151010\">ხატულა</alt></image>"
-#: 20000000.xhp#par_id3154214.38.help.text
+#. b=Gk
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3154214\n"
+"38\n"
+"help.text"
msgid "<ahelp hid=\".uno:AddDateField\">Adds a date field.</ahelp>"
msgstr "<ahelp hid=\".uno:AddDateField\">ამატებს თარიღის ველს.</ahelp>"
-#: 20000000.xhp#par_id3150046.39.help.text
+#. /99x
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3150046\n"
+"39\n"
+"help.text"
msgid "If you assign the \"dropdown\" property to the date field, a user can drop down a calendar to select a date."
msgstr "თარიღის ველს შეგიძლიათ მიანიჭოთ \"ჩამოშლადი\" თვისება, მომხმარებელს შეუძლია ჩამოშალოს კალენდარი თარიღის ასარცევად."
-#: 20000000.xhp#hd_id3151126.40.help.text
+#. Qcxc
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"hd_id3151126\n"
+"40\n"
+"help.text"
msgid "Time Field"
msgstr "დროის ველი"
-#: 20000000.xhp#par_id3154338.help.text
+#. I0WV
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3154338\n"
+"help.text"
msgid "<image id=\"img_id3147077\" src=\"cmd/sc_timefield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147077\">Icon</alt></image>"
msgstr "<image id=\"img_id3147077\" src=\"cmd/sc_timefield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147077\">ხატულა</alt></image>"
-#: 20000000.xhp#par_id3151191.41.help.text
+#. KlEF
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3151191\n"
+"41\n"
+"help.text"
msgid "<ahelp hid=\"SID_INSERT_TIMEFIELD\">Adds a time field.</ahelp>"
msgstr "<ahelp hid=\"SID_INSERT_TIMEFIELD\">ამატებს დროის ველს.</ahelp>"
-#: 20000000.xhp#hd_id3154733.42.help.text
+#. #y3Q
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"hd_id3154733\n"
+"42\n"
+"help.text"
msgid "Numeric Field"
msgstr "ციფრული ველი"
-#: 20000000.xhp#par_id3146107.help.text
+#. %V[,
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3146107\n"
+"help.text"
msgid "<image id=\"img_id3147499\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3147499\">Icon</alt></image>"
msgstr "<image id=\"img_id3147499\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3147499\">ხატულა</alt></image>"
-#: 20000000.xhp#par_id3147244.43.help.text
+#. mR;+
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3147244\n"
+"43\n"
+"help.text"
msgid "<ahelp hid=\".uno:InsertNumericField\">Adds a numeric field.</ahelp>"
msgstr "<ahelp hid=\".uno:InsertNumericField\">ამატებს ციფრულ ველს.</ahelp>"
-#: 20000000.xhp#hd_id3149870.44.help.text
+#. L5os
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"hd_id3149870\n"
+"44\n"
+"help.text"
msgid "Currency Field"
msgstr "ვალუტის ველი"
-#: 20000000.xhp#par_id3153958.help.text
+#. }Ws}
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3153958\n"
+"help.text"
msgid "<image id=\"img_id3150435\" src=\"cmd/sc_currencyfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150435\">Icon</alt></image>"
msgstr "<image id=\"img_id3150435\" src=\"cmd/sc_currencyfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150435\">ხატულა</alt></image>"
-#: 20000000.xhp#par_id3154064.45.help.text
+#. w+T1
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3154064\n"
+"45\n"
+"help.text"
msgid "<ahelp hid=\".uno:InsertCurrencyField\">Adds a currency field.</ahelp>"
msgstr "<ahelp hid=\".uno:InsertCurrencyField\">ამატებს ვალუტის ველს.</ahelp>"
-#: 20000000.xhp#hd_id3150117.46.help.text
+#. 6qW?
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"hd_id3150117\n"
+"46\n"
+"help.text"
msgid "Formatted Field"
msgstr "ფორმატირებული ველი"
-#: 20000000.xhp#par_id3153162.help.text
+#. *WP]
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3153162\n"
+"help.text"
msgid "<image id=\"img_id3152807\" src=\"cmd/sc_formattedfield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152807\">Icon</alt></image>"
msgstr "<image id=\"img_id3152807\" src=\"cmd/sc_formattedfield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152807\">ხატულა</alt></image>"
-#: 20000000.xhp#par_id3146320.47.help.text
+#. +DIO
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3146320\n"
+"47\n"
+"help.text"
msgid "<ahelp hid=\".uno:InsertFormattedField\">Adds a text box where you can define the formatting for text that is inputted or outputted as well as any limiting values.</ahelp>"
msgstr "<ahelp hid=\".uno:InsertFormattedField\">ამატებს ტექტურ ველს, სადაც შეგიძლიათ განსაზღვროთ იმ ტექსტის ფორმატირება, რომელიც შეიტანება და გამოიტანება ისევე, როგორც შემზღუდველი მნიშვნელობები.</ahelp>"
-#: 20000000.xhp#hd_id3156160.48.help.text
+#. [kT*
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"hd_id3156160\n"
+"48\n"
+"help.text"
msgid "Pattern Field"
msgstr "შაბლონის ველი"
-#: 20000000.xhp#par_id3150379.help.text
+#. jHsm
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3150379\n"
+"help.text"
msgid "<image id=\"img_id3150032\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150032\">Icon</alt></image>"
msgstr "<image id=\"img_id3150032\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150032\">ხატულა</alt></image>"
-#: 20000000.xhp#par_id3147382.49.help.text
+#. %`4N
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3147382\n"
+"49\n"
+"help.text"
msgid "<ahelp hid=\".uno:InsertPatternField\">Adds a masked field.</ahelp> A masked field consists of an input mask and a literal mask. The input mask determines which user data can be entered. The literal mask determines the state of the masked field when the form is loaded."
msgstr ""
-#: 20000000.xhp#hd_id3146815.50.help.text
+#. 426M
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"hd_id3146815\n"
+"50\n"
+"help.text"
msgid "File Selection"
msgstr "ფაილის არჩევა"
-#: 20000000.xhp#par_id3149194.help.text
+#. @4Tq
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3149194\n"
+"help.text"
msgid "<image id=\"img_id3149101\" src=\"cmd/sc_filecontrol.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149101\">Icon</alt></image>"
msgstr "<image id=\"img_id3149101\" src=\"cmd/sc_filecontrol.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149101\">ხატულა</alt></image>"
-#: 20000000.xhp#par_id3145632.51.help.text
+#. ,r^N
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3145632\n"
+"51\n"
+"help.text"
msgid "<ahelp hid=\".uno:InsertFileControl\">Adds a button that opens a file selection dialog.</ahelp>"
msgstr "<ahelp hid=\".uno:InsertFileControl\">ამატებს ხატულას, რომელიც გაძლევთ ფაილის არცევის საშუალებას.</ahelp>"
-#: 20000000.xhp#hd_id3155912.52.help.text
+#. fWcI
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"hd_id3155912\n"
+"52\n"
+"help.text"
msgid "Select"
msgstr "მონიშვნა"
-#: 20000000.xhp#par_id3154903.help.text
+#. qh%=
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3154903\n"
+"help.text"
msgid "<image id=\"img_id3150653\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150653\">Icon</alt></image>"
msgstr "<image id=\"img_id3150653\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150653\">ხატულა</alt></image>"
-#: 20000000.xhp#par_id3148465.53.help.text
+#. ))/`
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3148465\n"
+"53\n"
+"help.text"
msgid "<ahelp hid=\".\">Activates or deactivates the Selection mode. In this mode, you can select the controls in a dialog so that you can edit them.</ahelp>"
msgstr "<ahelp hid=\".\">ააქტიურებს ან თიშავს მონიშვნის რეჯიმს. ამ რეჯიმში შეგიძლიათ მონიშნოთ კონტროლები დიალოგში, მათი რედაქტირების მიზნით.</ahelp>"
-#: 20000000.xhp#hd_id3154055.54.help.text
+#. E;`\
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"hd_id3154055\n"
+"54\n"
+"help.text"
msgid "Properties"
msgstr "თვისებები"
-#: 20000000.xhp#par_id3148725.help.text
+#. 64W:
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3148725\n"
+"help.text"
msgid "<image id=\"img_id3146874\" src=\"cmd/sc_controlproperties.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3146874\">Icon</alt></image>"
msgstr "<image id=\"img_id3146874\" src=\"cmd/sc_controlproperties.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3146874\">ხატულა</alt></image>"
-#: 20000000.xhp#par_id3151105.55.help.text
+#. =O1R
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3151105\n"
+"55\n"
+"help.text"
msgid "<ahelp hid=\".uno:ShowPropBrowser\">Opens a dialog where you can edit the <link href=\"text/sbasic/shared/01170100.xhp\" name=\"properties\">properties</link> of the selected control.</ahelp>"
msgstr "<ahelp hid=\".uno:ShowPropBrowser\">ხსნის დიალოგს , სადაც შეგიძლიათ დაარედაქტიროთ მონიშნული კონტროლის<link href=\"text/sbasic/shared/01170100.xhp\" name=\"properties\">თვისებები</link>.</ahelp>"
-#: 20000000.xhp#hd_id3153746.56.help.text
+#. `d,p
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"hd_id3153746\n"
+"56\n"
+"help.text"
msgid "Activate Test Mode"
msgstr "ტესტური რეჟიმის აქტივირება"
-#: 20000000.xhp#par_id3147417.help.text
+#. dM;`
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3147417\n"
+"help.text"
msgid "<image id=\"img_id3148883\" src=\"cmd/sc_testmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148883\">Icon</alt></image>"
msgstr "<image id=\"img_id3148883\" src=\"cmd/sc_testmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148883\">ხატულა</alt></image>"
-#: 20000000.xhp#par_id3150699.57.help.text
+#. ;e7Z
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id3150699\n"
+"57\n"
+"help.text"
msgid "<ahelp hid=\".uno:TestMode\">Starts test mode. Click the dialog closer icon to end test mode.</ahelp>"
msgstr "<ahelp hid=\".uno:TestMode\">რთავს ტესტურ რეჟიმს. გამოიყენეთ დიალოგის დამხურველი შემუშავების რეჟიმში დასაბრუნებლად.</ahelp>"
-#: 20000000.xhp#hd_id2954191.help.text
+#. \EjX
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"hd_id2954191\n"
+"help.text"
msgid "Manage Language"
msgstr ""
-#: 20000000.xhp#par_id2320017.help.text
+#. XsrJ
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id2320017\n"
+"help.text"
msgid "<image id=\"img_id2856837\" src=\"cmd/sc_managelanguage.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id2856837\">Manage Language icon</alt></image>"
msgstr ""
-#: 20000000.xhp#par_id1261940.help.text
+#. nDI$
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id1261940\n"
+"help.text"
msgid "<ahelp hid=\".uno:ManageLanguage\">Opens a <link href=\"text/sbasic/guide/translation.xhp\">dialog</link> to enable or manage multiple sets of dialog resources for multiple languages.</ahelp>"
msgstr ""
-#: 20000000.xhp#hd_id11902.help.text
+#. )+wE
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"hd_id11902\n"
+"help.text"
msgid "Tree Control"
msgstr ""
-#: 20000000.xhp#par_id7511520.help.text
+#. z%l3
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id7511520\n"
+"help.text"
msgid "<image id=\"Graphic2\" src=\"cmd/sc_inserttreecontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Manage Language icon</alt></image>"
msgstr ""
-#: 20000000.xhp#par_id9961851.help.text
+#. #6Mu
+#: 20000000.xhp
+msgctxt ""
+"20000000.xhp\n"
+"par_id9961851\n"
+"help.text"
msgid "<ahelp hid=\".\">Adds a tree control that can show a hierarchical list. You can populate the list by your program, using API calls (XtreeControl).</ahelp>"
msgstr ""
-#: 11050000.xhp#tit.help.text
-msgctxt "11050000.xhp#tit.help.text"
-msgid "Single Step"
-msgstr ""
+#. .-9]
+#: 11010000.xhp
+msgctxt ""
+"11010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Library"
+msgstr "ბიბლიოთეკა"
-#: 11050000.xhp#hd_id3155934.1.help.text
-msgid "<link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Single Step\">Single Step</link>"
-msgstr "<link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Single Step\">ერთჯერადი ბიჯი</link>"
+#. .m9V
+#: 11010000.xhp
+msgctxt ""
+"11010000.xhp\n"
+"hd_id3151100\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/02/11010000.xhp\" name=\"Library\">Library</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11010000.xhp\" name=\"Library\">Library</link>"
-#: 11050000.xhp#par_id3146117.2.help.text
-msgid "<ahelp hid=\".uno:BasicStepInto\">Runs the macro and stops it after the next command.</ahelp>"
-msgstr ""
+#. 5b6$
+#: 11010000.xhp
+msgctxt ""
+"11010000.xhp\n"
+"par_id3154136\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:LibSelector\" visibility=\"visible\">Select the library that you want to edit.</ahelp> The first module of the library that you select is displayed in the Basic IDE."
+msgstr "<ahelp hid=\".uno:LibSelector\" visibility=\"visible\">აირჩიეთ ბიბლიოთეკა, რომლის რედაქტირებაც გსურთ.</ahelp> ბიბლიოთეკის პირველი მოდული, რომელიც თქვენ აირჩიეთ, ნაჩვენებია Basic IDE-ში."
-#: 11050000.xhp#par_id3152801.4.help.text
-msgctxt "11050000.xhp#par_id3152801.4.help.text"
-msgid "You can use this command in conjunction with the <link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Watch\">Watch</link> command to troubleshoot errors."
-msgstr ""
+#. 0o2V
+#: 11010000.xhp
+msgctxt ""
+"11010000.xhp\n"
+"par_id3149095\n"
+"help.text"
+msgid "<image src=\"res/helpimg/feldalle.png\" id=\"img_id3147576\" localize=\"true\"><alt id=\"alt_id3147576\">List box Library</alt></image>"
+msgstr "<image src=\"res/helpimg/feldalle.png\" id=\"img_id3147576\" localize=\"true\"><alt id=\"alt_id3147576\">სიის სარკმლის ბიბლიოთეკა</alt></image>"
-#: 11050000.xhp#par_id3157958.help.text
-#, fuzzy
-msgid "<image id=\"img_id3153345\" src=\"cmd/sc_basicstepinto.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153345\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153249\" src=\"cmd/sc_vfixedline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153249\">ხატულა</alt></image>"
+#. G7cZ
+#: 11010000.xhp
+msgctxt ""
+"11010000.xhp\n"
+"par_id3147654\n"
+"3\n"
+"help.text"
+msgid "Library List Box"
+msgstr "ბიბლიოთეკის სიის სარკმელი"
-#: 11050000.xhp#par_id3147573.3.help.text
-msgctxt "11050000.xhp#par_id3147573.3.help.text"
-msgid "Single Step"
+#. )g^4
+#: 11180000.xhp
+msgctxt ""
+"11180000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Import Dialog"
msgstr ""
-#: 11050000.xhp#par_id3149235.6.help.text
-msgid "<link href=\"text/sbasic/shared/02/11060000.xhp\" name=\"Procedure Step function\">Procedure Step function</link>"
-msgstr "<link href=\"text/sbasic/shared/02/11060000.xhp\" name=\"Procedure Step\">პროცედურის ბიჯი</link>"
+#. oq!V
+#: 11180000.xhp
+#, fuzzy
+msgctxt ""
+"11180000.xhp\n"
+"hd_id3156183\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/02/11180000.xhp\" name=\"Import Dialog\">Import Dialog</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11030000.xhp\" name=\"Run\">გაშვება</link>"
-#: 11090000.xhp#tit.help.text
-msgctxt "11090000.xhp#tit.help.text"
-msgid "Object Catalog"
+#. X3#{
+#: 11180000.xhp
+msgctxt ""
+"11180000.xhp\n"
+"par_id3152363\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Calls an \"Open\" dialog to import a BASIC dialog file.</ahelp>"
msgstr ""
-#: 11090000.xhp#hd_id3153255.1.help.text
-msgid "<link href=\"text/sbasic/shared/02/11090000.xhp\" name=\"Object Catalog\">Object Catalog</link>"
-msgstr "<link href=\"text/sbasic/shared/02/11090000.xhp\" name=\"Object Catalog\">ობიექტის კატალოგი</link>"
-
-#: 11090000.xhp#par_id3151384.2.help.text
-msgid "<ahelp hid=\".uno:ObjectCatalog\">Opens the <emph>Objects</emph> dialog, where you can view Basic objects.</ahelp>"
-msgstr "<ahelp hid=\".uno:ObjectCatalog\">ხსნის <emph>ობიექტების</emph> დიალოგურ სარკმელს, სადაც შეგიძლიათ ნახოთ ძირითადი ობიექტები.</ahelp>"
-
-#: 11090000.xhp#par_id3147576.15.help.text
-msgid "Double click the name of a function or sub to load the module that contains that function or sub, and to position the cursor. Click the name of a module or dialog and then click the <emph>Show</emph> icon to load and display that module or dialog."
-msgstr "ორჯერ დააწკაპუნეთ ფუნქციის სახელზე იმ მოდულის ჩასატვირთად, რომელიც შეიცავს ამ ფუნქციას და კურსორის პოზოციას. დააწკაპუნეთ მოდულის ან დიალოგის სახელზე და შემდეგ დააწკაპუნეთ <emph>ჩვენება</emph>-ის ხატულაზე მოდულის ან დიალოგის ჩასატვირთად და საჩვენებლად."
-
-#: 11090000.xhp#par_id3148538.help.text
-msgid "<image id=\"img_id3163803\" src=\"cmd/sc_objectcatalog.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163803\">Icon</alt></image>"
-msgstr "<image id=\"img_id3163803\" src=\"cmd/sc_objectcatalog.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163803\">ხატულა</alt></image>"
-
-#: 11090000.xhp#par_id3154515.3.help.text
-msgctxt "11090000.xhp#par_id3154515.3.help.text"
-msgid "Object Catalog"
+#. 2*:B
+#: 11180000.xhp
+msgctxt ""
+"11180000.xhp\n"
+"par_id0929200903505211\n"
+"help.text"
+msgid "If the imported dialog has a name that already exists in the library, you see a message box where you can decide to rename the imported dialog. In this case the dialog will be renamed to the next free \"automatic\" name like when creating a new dialog. Or you can replace the existing dialog by the imported dialog. If you click Cancel the dialog is not imported."
msgstr ""
-#: 11090000.xhp#hd_id3155388.4.help.text
-msgctxt "11090000.xhp#hd_id3155388.4.help.text"
-msgid "Show"
+#. ,x~*
+#: 11180000.xhp
+msgctxt ""
+"11180000.xhp\n"
+"par_id0929200903505360\n"
+"help.text"
+msgid "Dialogs can contain localization data. When importing a dialog, a mismatch of the dialogs' localization status can occur."
msgstr ""
-#: 11090000.xhp#par_id3155630.5.help.text
-msgid "<ahelp hid=\"HID_BASICIDE_OBJCAT_SHOW\">Display the source text or dialog of a selected object.</ahelp>"
-msgstr "<ahelp hid=\"HID_BASICIDE_OBJCAT_SHOW\">აჩვენეთ მონიშნული ობიექტის წყაროს ტექსტი ან დიალოგი.</ahelp>"
-
-#: 11090000.xhp#par_id3153126.help.text
-msgid "<image id=\"img_id3148474\" src=\"basctl/res/im01.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148474\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148474\" src=\"basctl/res/im01.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148474\">ხატულა</alt></image>"
-
-#: 11090000.xhp#par_id3147560.6.help.text
-msgctxt "11090000.xhp#par_id3147560.6.help.text"
-msgid "Show"
+#. EYUv
+#: 11180000.xhp
+msgctxt ""
+"11180000.xhp\n"
+"par_id0929200903505320\n"
+"help.text"
+msgid "If the library contains additional languages compared to the imported dialog, or if the imported dialog is not localized at all, then the additional languages will silently be added to the imported dialog using the strings of the dialog's default locale."
msgstr ""
-#: 11090000.xhp#hd_id3146794.13.help.text
-msgid "Window Area"
-msgstr "ფანჯრის არეალი"
-
-#: 11090000.xhp#par_id3149655.14.help.text
-msgid "<ahelp hid=\"HID_BASICIDE_OBJECTCAT\">Displays a hierarchical view of the current $[officename] macro libraries, modules, and dialogs. To display the contents of an item in the window, double-click its name or select the name and click the <emph>Show</emph> icon.</ahelp>"
-msgstr "<ahelp hid=\"HID_BASICIDE_OBJECTCAT\">იერარქიულად აჩვენეთ მიმდინარე $[officename]-ის მაკროსის ბიბლიოთეკები, მოდულები და დიალოგები. ელემენტის შიგთავსის ფანჯარაში საჩვენებლად, ორჯერ დააწკაპუნეთ მის სახელზე ან მონიშნეთ სახელი და დააწკაპუნეთ <emph>ჩვენება</emph>-ის ხატულაზე.</ahelp>"
-
-#: 11120000.xhp#tit.help.text
-msgctxt "11120000.xhp#tit.help.text"
-msgid "Find Parentheses"
+#. QwN`
+#: 11180000.xhp
+msgctxt ""
+"11180000.xhp\n"
+"par_id0929200903505383\n"
+"help.text"
+msgid "If the imported dialog contains additional languages compared to the library, or if the library is not localized at all, then you see a message box with Add, Omit, and Cancel buttons."
msgstr ""
-#: 11120000.xhp#hd_id3149497.1.help.text
-msgid "<link href=\"text/sbasic/shared/02/11120000.xhp\" name=\"Find Parentheses\">Find Parentheses</link>"
-msgstr "<link href=\"text/sbasic/shared/02/11120000.xhp\" name=\"Find Parentheses\">იპოვეთ მრგვალი ბრჩხილები</link>"
+#. ?lwp
+#: 11180000.xhp
+msgctxt ""
+"11180000.xhp\n"
+"par_id0929200903505340\n"
+"help.text"
+msgid "Add: The additional languages from the imported dialog will be added to the already existing dialog. The resources from the library's default language will be used for the new languages. This is the same as if you add these languages manually."
+msgstr ""
-#: 11120000.xhp#par_id3155150.2.help.text
-msgid "<ahelp hid=\".uno:MatchGroup\" visibility=\"visible\">Highlights the text that is enclosed by two corresponding brackets. Place the text cursor in front of an opening or closing bracket, and then click this icon.</ahelp>"
-msgstr "<ahelp hid=\".uno:MatchGroup\" visibility=\"visible\">გამოყავით ტექსტი, რომელიც ჩასმულია ორ შესაბამის ბრჩხილში. დააყენეთ კურსორი გამხსნელი ან დამხურავი ოთკუთხედი ბრჩხილის წინ და შემდეგ დააწაკპუნეთ ამ ხატულაზე.</ahelp>"
+#. tv1V
+#: 11180000.xhp
+msgctxt ""
+"11180000.xhp\n"
+"par_id0929200903505367\n"
+"help.text"
+msgid "Omit: The library's language settings will stay unchanged. The imported dialog's resources for the omitted languages are not copied into the library, but they remain in the imported dialog's source files."
+msgstr ""
-#: 11120000.xhp#par_id3149182.help.text
-msgid "<image src=\"cmd/sc_matchgroup.png\" id=\"img_id3155892\"><alt id=\"alt_id3155892\">Icon</alt></image>"
-msgstr "<image src=\"cmd/sc_matchgroup.png\" id=\"img_id3155892\"><alt id=\"alt_id3155892\">ხატულა</alt></image>"
+#. `+K}
+#: 11180000.xhp
+#, fuzzy
+msgctxt ""
+"11180000.xhp\n"
+"par_id3143267\n"
+"help.text"
+msgid "<image id=\"img_id3155339\" src=\"cmd/sc_importdialog.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155339\" src=\"cmd/sc_managebreakpoints.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3155339\">ხატულა</alt></image>"
-#: 11120000.xhp#par_id3147276.3.help.text
-msgctxt "11120000.xhp#par_id3147276.3.help.text"
-msgid "Find Parentheses"
+#. SPk$
+#: 11180000.xhp
+msgctxt ""
+"11180000.xhp\n"
+"par_id3145383\n"
+"3\n"
+"help.text"
+msgid "Import Dialog"
msgstr ""
-#: 11110000.xhp#tit.help.text
-msgctxt "11110000.xhp#tit.help.text"
-msgid "Modules"
+#. f8n[
+#: 11050000.xhp
+msgctxt ""
+"11050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Single Step"
msgstr ""
-#: 11110000.xhp#hd_id3148520.1.help.text
-msgid "<link href=\"text/sbasic/shared/02/11110000.xhp\" name=\"Modules\">Modules</link>"
-msgstr "<link href=\"text/sbasic/shared/02/11110000.xhp\" name=\"Modules\">მოდულები</link>"
-
-#: 11110000.xhp#par_id3156414.2.help.text
-msgid "<ahelp visibility=\"visible\" hid=\".uno:ModuleDialog\">Click here to open the <link href=\"text/sbasic/shared/01/06130000.xhp\" name=\"Macro Organizer\"><emph>Macro Organizer</emph></link> dialog.</ahelp>"
-msgstr "<ahelp visibility=\"visible\" hid=\".uno:ModuleDialog\">დააწკაპუნეთ აქ <link href=\"text/sbasic/shared/01/06130000.xhp\" name=\"Macro Organizer\"><emph>Macro Organizer</emph></link>-ის დიალოგის გასახსნელად.</ahelp>"
-
-#: 11110000.xhp#par_id3157958.help.text
-msgid "<image src=\"cmd/sc_moduledialog.png\" id=\"img_id3155535\"><alt id=\"alt_id3155535\">Icon</alt></image>"
-msgstr "<image src=\"cmd/sc_moduledialog.png\" id=\"img_id3155535\"><alt id=\"alt_id3155535\">ხატულა</alt></image>"
+#. =,O*
+#: 11050000.xhp
+msgctxt ""
+"11050000.xhp\n"
+"hd_id3155934\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Single Step\">Single Step</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Single Step\">ერთჯერადი ბიჯი</link>"
-#: 11110000.xhp#par_id3145383.3.help.text
-msgctxt "11110000.xhp#par_id3145383.3.help.text"
-msgid "Modules"
+#. u@gg
+#: 11050000.xhp
+msgctxt ""
+"11050000.xhp\n"
+"par_id3146117\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:BasicStepInto\">Runs the macro and stops it after the next command.</ahelp>"
msgstr ""
-#: 11160000.xhp#tit.help.text
-msgctxt "11160000.xhp#tit.help.text"
-msgid "Step Out"
+#. MsIW
+#: 11050000.xhp
+msgctxt ""
+"11050000.xhp\n"
+"par_id3152801\n"
+"4\n"
+"help.text"
+msgid "You can use this command in conjunction with the <link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Watch\">Watch</link> command to troubleshoot errors."
msgstr ""
-#: 11160000.xhp#hd_id3148983.1.help.text
-msgid "<link href=\"text/sbasic/shared/02/11160000.xhp\" name=\"Step Out\">Step Out</link>"
-msgstr "<link href=\"text/sbasic/shared/02/11160000.xhp\" name=\"Step Out\">გამოსვლა</link>"
-
-#: 11160000.xhp#par_id3157898.2.help.text
-msgid "<ahelp hid=\".uno:BasicStepOut\" visibility=\"visible\">Jumps back to the previous routine in the current macro.</ahelp>"
-msgstr "<ahelp hid=\".uno:BasicStepOut\" visibility=\"visible\">მიმდინარე მაკროსში წინამდებარე ქვეპროგრამაში გადასვლა.</ahelp>"
-
-#: 11160000.xhp#par_id3156410.help.text
-msgid "<image src=\"cmd/sc_basicstepout.png\" id=\"img_id3159233\"><alt id=\"alt_id3159233\">Icon</alt></image>"
-msgstr "<image src=\"cmd/sc_basicstepout.png\" id=\"img_id3159233\"><alt id=\"alt_id3159233\">ხატულა</alt></image>"
+#. 2ARI
+#: 11050000.xhp
+#, fuzzy
+msgctxt ""
+"11050000.xhp\n"
+"par_id3157958\n"
+"help.text"
+msgid "<image id=\"img_id3153345\" src=\"cmd/sc_basicstepinto.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153345\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153249\" src=\"cmd/sc_vfixedline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153249\">ხატულა</alt></image>"
-#: 11160000.xhp#par_id3158421.3.help.text
-msgctxt "11160000.xhp#par_id3158421.3.help.text"
-msgid "Step Out"
+#. )n/o
+#: 11050000.xhp
+msgctxt ""
+"11050000.xhp\n"
+"par_id3147573\n"
+"3\n"
+"help.text"
+msgid "Single Step"
msgstr ""
-#: 11030000.xhp#tit.help.text
-msgctxt "11030000.xhp#tit.help.text"
+#. Tdn_
+#: 11050000.xhp
+msgctxt ""
+"11050000.xhp\n"
+"par_id3149235\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/02/11060000.xhp\" name=\"Procedure Step function\">Procedure Step function</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11060000.xhp\" name=\"Procedure Step\">პროცედურის ბიჯი</link>"
+
+#. \S,v
+#: 11030000.xhp
+msgctxt ""
+"11030000.xhp\n"
+"tit\n"
+"help.text"
msgid "Run"
msgstr ""
-#: 11030000.xhp#hd_id3153255.1.help.text
+#. [k\D
+#: 11030000.xhp
+msgctxt ""
+"11030000.xhp\n"
+"hd_id3153255\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/sbasic/shared/02/11030000.xhp\" name=\"Run\">Run</link>"
msgstr "<link href=\"text/sbasic/shared/02/11030000.xhp\" name=\"Run\">გაშვება</link>"
-#: 11030000.xhp#par_id3159201.2.help.text
+#. J79~
+#: 11030000.xhp
+msgctxt ""
+"11030000.xhp\n"
+"par_id3159201\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\".uno:RunBasic\">Runs the first macro of the current module.</ahelp>"
msgstr "<ahelp hid=\".uno:RunBasic\">გაუშვით მიმდინარე მოდულის პირველი მაკროსი.</ahelp>"
-#: 11030000.xhp#par_id3156410.help.text
+#. 7`Na
+#: 11030000.xhp
+msgctxt ""
+"11030000.xhp\n"
+"par_id3156410\n"
+"help.text"
msgid "<image id=\"img_id3153311\" src=\"cmd/sc_runbasic.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3153311\">Icon</alt></image>"
msgstr "<image id=\"img_id3153311\" src=\"cmd/sc_runbasic.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3153311\">ხატულა</alt></image>"
-#: 11030000.xhp#par_id3154750.3.help.text
-msgctxt "11030000.xhp#par_id3154750.3.help.text"
+#. R\\7
+#: 11030000.xhp
+msgctxt ""
+"11030000.xhp\n"
+"par_id3154750\n"
+"3\n"
+"help.text"
msgid "Run"
msgstr ""
-#: 11140000.xhp#tit.help.text
-msgid "Insert Source Text"
-msgstr "წყაროს ტექსტის ჩასმა"
+#. aTFB
+#: 11080000.xhp
+msgctxt ""
+"11080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Enable Watch"
+msgstr ""
-#: 11140000.xhp#hd_id3154044.1.help.text
-msgid "<link href=\"text/sbasic/shared/02/11140000.xhp\" name=\"Insert Source Text\">Insert Source Text</link>"
-msgstr "<link href=\"text/sbasic/shared/02/11140000.xhp\" name=\"Insert Source Text\">წყაროს ტექსტის ჩასმა</link>"
+#. aUF@
+#: 11080000.xhp
+msgctxt ""
+"11080000.xhp\n"
+"hd_id3154863\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Enable Watch\">Enable Watch</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Enable Watch\">თვალყურის დევნება ჩართულია</link>"
-#: 11140000.xhp#par_id3150702.2.help.text
-msgid "<ahelp hid=\".uno:LoadBasic\">Opens the Basic source text in the Basic IDE window.</ahelp>"
+#. :N`U
+#: 11080000.xhp
+msgctxt ""
+"11080000.xhp\n"
+"par_id3093440\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AddWatch\">Click this icon to view the variables in a macro. The contents of the variable are displayed in a separate window.</ahelp>"
+msgstr "<ahelp hid=\".uno:AddWatch\">დააწაკპუნეთ ხატულა მაკროსის ცვლადების სანახავად. ცვლადის შეგთავსები გამოჩნდება სხვადასხვა ფანჯრებში.</ahelp>"
+
+#. RJQ7
+#: 11080000.xhp
+msgctxt ""
+"11080000.xhp\n"
+"par_id3147399\n"
+"6\n"
+"help.text"
+msgid "Click the name of a variable to select it, then click the <emph>Enable Watch</emph> icon. The value that is assigned to the variable is displayed next to its name. This value is constantly updated."
+msgstr "დააწაკპუნეთ ცვლადის სახელზე მის მოსანიშნად, შემდეგ დააწკაპუნეთ <emph>თვალყურის დევნება ჩართულია</emph>-ს ხატულაზე. მნიშვნელობა, რომელიც მინიჭებულია ცვლადზე გამოისახება მისი სახელის შემდეგ. ეს მნიშვნელობა მუდმივად ახლდება."
+
+#. (K01
+#: 11080000.xhp
+msgctxt ""
+"11080000.xhp\n"
+"par_id3155892\n"
+"help.text"
+msgid "<image id=\"img_id3147209\" src=\"cmd/sc_addwatch.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147209\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147209\" src=\"cmd/sc_addwatch.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147209\">ხატულა</alt></image>"
+
+#. DgVG
+#: 11080000.xhp
+msgctxt ""
+"11080000.xhp\n"
+"par_id3150276\n"
+"3\n"
+"help.text"
+msgid "Enable Watch"
msgstr ""
-#: 11140000.xhp#par_id3150445.3.help.text
-msgid "Place the cursor in the code where you want to insert the source text, and then click the <emph>Insert source text</emph> icon. Locate the file that contains the Basic source text that you want to insert, and then click <emph>Open</emph>."
-msgstr "დასვიტ კურსორი წყაროში იმ ადგილას, სადაც გინდათ წყაროს ტექსტის ჩამატება, შემდეგ დააწკაპუნეთ <emph>წყაროს ტექსტის ჩასმა</emph>-ის ხატულაზე. მოიძიეთ ფაილი, რომელიც შეიცავს იმ ძირითადი წყაროს ტექსტს, რომლის ჩასმაც გინდათ და შემდეგ დააწაკპუნეთ <emph>გახსნა</emph>-ზე."
+#. H2T[
+#: 11080000.xhp
+msgctxt ""
+"11080000.xhp\n"
+"par_id3159158\n"
+"4\n"
+"help.text"
+msgid "To remove the variable watch, select the variable in the Watch window, and then click on the <emph>Remove Watch</emph> icon."
+msgstr ""
-#: 11140000.xhp#par_id3145136.help.text
-#, fuzzy
-msgid "<image id=\"img_id3147571\" src=\"cmd/sc_loadbasic.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147571\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147077\" src=\"cmd/sc_timefield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147077\">ხატულა</alt></image>"
+#. }5yB
+#: 11170000.xhp
+msgctxt ""
+"11170000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Manage Breakpoints"
+msgstr ""
-#: 11140000.xhp#par_id3145346.4.help.text
-msgid "Insert source text"
-msgstr "წყაროს ტექსტის ჩასმა"
+#. ^_n9
+#: 11170000.xhp
+msgctxt ""
+"11170000.xhp\n"
+"hd_id3156183\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/02/11170000.xhp\" name=\"Manage Breakpoints\">Manage Breakpoints</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11170000.xhp\" name=\"Manage Breakpoints\">წყვეტის წერტილების მართვა</link>"
+
+#. Ng)^
+#: 11170000.xhp
+msgctxt ""
+"11170000.xhp\n"
+"par_id3152363\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Calls a dialog to manage breakpoints.</ahelp>"
+msgstr "<ahelp hid=\".\">იძახებს დიალოგს წყვეტის წერტილების სამართავად.</ahelp>"
+
+#. D+5.
+#: 11170000.xhp
+msgctxt ""
+"11170000.xhp\n"
+"par_id3143267\n"
+"help.text"
+msgid "<image id=\"img_id3155339\" src=\"cmd/sc_managebreakpoints.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155339\" src=\"cmd/sc_managebreakpoints.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3155339\">ხატულა</alt></image>"
+
+#. k/,B
+#: 11170000.xhp
+msgctxt ""
+"11170000.xhp\n"
+"par_id3145383\n"
+"3\n"
+"help.text"
+msgid "Manage Breakpoints"
+msgstr ""
+
+#. JlBc
+#: 11170000.xhp
+msgctxt ""
+"11170000.xhp\n"
+"par_id3154897\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01050300.xhp\" name=\"Manage Breakpoints dialog\"><emph>Manage Breakpoints</emph> dialog</link>"
+msgstr "<link href=\"text/sbasic/shared/01050300.xhp\" name=\"Manage Breakpoints dialog\"><emph>წყვეტის წერტილების მართვა</emph> dialog</link>"
diff --git a/source/ka/helpcontent2/source/text/scalc.po b/source/ka/helpcontent2/source/text/scalc.po
index 5229e0f2240..3d308ed85ee 100644
--- a/source/ka/helpcontent2/source/text/scalc.po
+++ b/source/ka/helpcontent2/source/text/scalc.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/scalc.oo
+#. extracted from helpcontent2/source/text/scalc
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fscalc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-07-28 12:40+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,775 +12,1816 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: main0112.xhp#tit.help.text
+#. \T}c
+#: main0208.xhp
+msgctxt ""
+"main0208.xhp\n"
+"tit\n"
+"help.text"
+msgid "Status Bar"
+msgstr "სტატუსის ზოლი"
+
+#. ?yL}
+#: main0208.xhp
+msgctxt ""
+"main0208.xhp\n"
+"hd_id3151385\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/main0208.xhp\" name=\"Status Bar\">Status Bar</link>"
+msgstr "<link href=\"text/scalc/main0208.xhp\" name=\"Status Bar\">Status Bar</link>"
+
+#. kdz/
+#: main0208.xhp
+msgctxt ""
+"main0208.xhp\n"
+"par_id3149669\n"
+"2\n"
+"help.text"
+msgid "The <emph>Status Bar</emph> displays information about the current sheet."
+msgstr "The <emph>სტატუსის ზოლი</emph> displays information about the current sheet."
+
+#. An|1
+#: main0208.xhp
+msgctxt ""
+"main0208.xhp\n"
+"hd_id0821200911024321\n"
+"help.text"
+msgid "Digital Signature"
+msgstr "ციფრული ხელმოწერა"
+
+#. rJV)
+#: main0208.xhp
+msgctxt ""
+"main0208.xhp\n"
+"par_id0821200911024344\n"
+"help.text"
+msgid "See also <link href=\"text/shared/guide/digital_signatures.xhp\">Digital Signatures</link>."
+msgstr ""
+
+#. ]^#L
+#: main0112.xhp
+msgctxt ""
+"main0112.xhp\n"
+"tit\n"
+"help.text"
msgid "Data"
msgstr "მონაცემები"
-#: main0112.xhp#hd_id3153254.1.help.text
+#. jPa1
+#: main0112.xhp
+msgctxt ""
+"main0112.xhp\n"
+"hd_id3153254\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/scalc/main0112.xhp\" name=\"Data\">Data</link>"
msgstr "<link href=\"text/scalc/main0112.xhp\" name=\"მონაცემები\">მონაცემები</link>"
-#: main0112.xhp#par_id3147264.2.help.text
+#. (X~b
+#: main0112.xhp
+msgctxt ""
+"main0112.xhp\n"
+"par_id3147264\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\".\">Use the <emph>Data</emph> menu commands to edit the data in the current sheet. You can define ranges, sort and filter the data, calculate results, outline data, and create a pivot table.</ahelp>"
msgstr ""
-#: main0112.xhp#hd_id3150400.3.help.text
+#. qKP[
+#: main0112.xhp
+msgctxt ""
+"main0112.xhp\n"
+"hd_id3150400\n"
+"3\n"
+"help.text"
msgid "<link href=\"text/scalc/01/12010000.xhp\" name=\"Define Range\">Define Range</link>"
msgstr "<link href=\"text/scalc/01/12010000.xhp\" name=\"არის მითითება\">არის მითითება</link>"
-#: main0112.xhp#hd_id3125863.4.help.text
+#. u(Y@
+#: main0112.xhp
+msgctxt ""
+"main0112.xhp\n"
+"hd_id3125863\n"
+"4\n"
+"help.text"
msgid "<link href=\"text/scalc/01/12020000.xhp\" name=\"Select Range\">Select Range</link>"
msgstr "<link href=\"text/scalc/01/12020000.xhp\" name=\"არის მონიშვნა\">არის მონიშვნა</link>"
-#: main0112.xhp#hd_id3153726.5.help.text
+#. W+*)
+#: main0112.xhp
+msgctxt ""
+"main0112.xhp\n"
+"hd_id3153726\n"
+"5\n"
+"help.text"
msgid "<link href=\"text/scalc/01/12030000.xhp\" name=\"Sort\">Sort</link>"
msgstr "<link href=\"text/scalc/01/12030000.xhp\" name=\"დახარისხება\">დახარისხება</link>"
-#: main0112.xhp#hd_id3153142.6.help.text
+#. Te+-
+#: main0112.xhp
+msgctxt ""
+"main0112.xhp\n"
+"hd_id3153142\n"
+"6\n"
+"help.text"
msgid "<link href=\"text/scalc/01/12050000.xhp\" name=\"Subtotals\">Subtotals</link>"
msgstr "<link href=\"text/scalc/01/12050000.xhp\" name=\"შუალედური ჯამები\">შუალედური ჯამები</link>"
-#: main0112.xhp#hd_id3151073.10.help.text
+#. |pBb
+#: main0112.xhp
+msgctxt ""
+"main0112.xhp\n"
+"hd_id3151073\n"
+"10\n"
+"help.text"
msgid "<link href=\"text/scalc/01/12120000.xhp\" name=\"Validity\">Validity</link>"
msgstr "<link href=\"text/scalc/01/12120000.xhp\" name=\"შემოწმება\">შემოწმება</link>"
-#: main0112.xhp#hd_id3145254.7.help.text
+#. H7-t
+#: main0112.xhp
+msgctxt ""
+"main0112.xhp\n"
+"hd_id3145254\n"
+"7\n"
+"help.text"
msgid "<link href=\"text/scalc/01/12060000.xhp\" name=\"Multiple Operations\">Multiple Operations</link>"
msgstr "<link href=\"text/scalc/01/12060000.xhp\" name=\"ოპერანდების ცხრილი\">ოპერანდების ცხრილი</link>"
-#: main0112.xhp#hd_id1387066.help.text
+#. AVc7
+#: main0112.xhp
+msgctxt ""
+"main0112.xhp\n"
+"hd_id1387066\n"
+"help.text"
msgid "<link href=\"text/scalc/01/text2columns.xhp\">Text to Columns</link>"
msgstr ""
-#: main0112.xhp#hd_id3150717.8.help.text
+#. H[dZ
+#: main0112.xhp
+msgctxt ""
+"main0112.xhp\n"
+"hd_id3150717\n"
+"8\n"
+"help.text"
msgid "<link href=\"text/scalc/01/12070000.xhp\" name=\"Consolidate\">Consolidate</link>"
msgstr "<link href=\"text/scalc/01/12070000.xhp\" name=\"კონსოლიდაცია\">კონსოლიდაცია</link>"
-#: main0112.xhp#hd_id3154754.9.help.text
+#. *g^y
+#: main0112.xhp
+msgctxt ""
+"main0112.xhp\n"
+"hd_id3154754\n"
+"9\n"
+"help.text"
msgid "<link href=\"text/scalc/01/12100000.xhp\" name=\"Refresh Range\">Refresh Range</link>"
msgstr "<link href=\"text/scalc/01/12100000.xhp\" name=\"დიაპაზონის განახლება\">დიაპაზონის განახლება</link>"
-#: main0101.xhp#tit.help.text
-msgid "File"
-msgstr "ფაილი"
-
-#: main0101.xhp#hd_id3156023.1.help.text
-msgid "<link href=\"text/scalc/main0101.xhp\" name=\"File\">File</link>"
-msgstr "<link href=\"text/scalc/main0101.xhp\" name=\"ფაილი\">ფაილი</link>"
-
-#: main0101.xhp#par_id3151112.2.help.text
-msgid "<ahelp hid=\".\">These commands apply to the current document, open a new document, or close the application.</ahelp>"
-msgstr ""
-
-#: main0101.xhp#hd_id3154684.4.help.text
-msgid "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">Open</link>"
-msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"გახსნა\">გახსნა</link>"
-
-#: main0101.xhp#hd_id3147434.5.help.text
-msgid "<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">Save As</link>"
-msgstr "<link href=\"text/shared/01/01070000.xhp\" name=\"შეინახე როგორც\">შეინახე როგორც</link>"
-
-#: main0101.xhp#hd_id3147396.11.help.text
-msgid "<link href=\"text/shared/01/01190000.xhp\" name=\"Versions\">Versions</link>"
-msgstr "<link href=\"text/shared/01/01190000.xhp\" name=\"ვერსიები\">ვერსიები</link>"
-
-#: main0101.xhp#hd_id3149400.7.help.text
-msgid "<link href=\"text/shared/01/01100000.xhp\" name=\"Properties\">Properties</link>"
-msgstr "<link href=\"text/shared/01/01100000.xhp\" name=\"თვისებები\">თვისებები</link>"
-
-#: main0101.xhp#hd_id3155445.9.help.text
-msgid "<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">Print</link>"
-msgstr "<link href=\"text/shared/01/01130000.xhp\" name=\"დაბეჭდვა\">დაბეჭდვა</link>"
-
-#: main0101.xhp#hd_id3147339.10.help.text
-msgid "<link href=\"text/shared/01/01140000.xhp\" name=\"Printer Setup\">Printer Setup</link>"
-msgstr "<link href=\"text/shared/01/01140000.xhp\" name=\"პრინტერის დაყენება\">პრინტერის დაყენება</link>"
-
-#: main0206.xhp#tit.help.text
-msgid "Formula Bar"
-msgstr "ფორმულათა ზოლი"
-
-#: main0206.xhp#hd_id3147264.1.help.text
-#, fuzzy
-msgid "<link href=\"text/scalc/main0206.xhp\" name=\"Formula Bar\">Formula Bar</link>"
-msgstr "<link href=\"text/scalc/main0218.xhp\" name=\"ხელსაწყოთა ზოლი\">ხელსაწყოთა ზოლი</link>"
-
-#: main0206.xhp#par_id3150400.2.help.text
-msgid "<ahelp hid=\"HID_SC_INPUTWIN\">Use this bar to enter formulas.</ahelp>"
-msgstr "<ahelp hid=\"HID_SC_INPUTWIN\">გამოიყენეთ ეს ზოლი ფორმულების შესაყვანად.</ahelp> "
-
-#: main0104.xhp#tit.help.text
-msgid "Insert"
-msgstr "ჩასმა"
-
-#: main0104.xhp#hd_id3157909.1.help.text
-msgid "<link href=\"text/scalc/main0104.xhp\" name=\"Insert\">Insert</link>"
-msgstr "<link href=\"text/scalc/main0104.xhp\" name=\"ჩასმა\">ჩასმა</link>"
-
-#: main0104.xhp#par_id3153896.2.help.text
-msgid "<ahelp hid=\".\">The Insert menu contains commands for inserting new elements, such as cells, rows, sheets and cell names into the current sheet.</ahelp>"
-msgstr ""
-
-#: main0104.xhp#hd_id3150769.3.help.text
-msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Cells\">Cells</link>"
-msgstr "<link href=\"text/scalc/01/04020000.xhp\" name=\"უჯრები\">უჯრები</link>"
-
-#: main0104.xhp#hd_id3149260.4.help.text
-msgid "<link href=\"text/scalc/01/04050000.xhp\" name=\"Sheet\">Sheet</link>"
-msgstr "<link href=\"text/scalc/01/04050000.xhp\" name=\"ფურცელი\">ფურცელი</link>"
-
-#: main0104.xhp#hd_id3153726.7.help.text
-msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>"
-msgstr "<link href=\"text/shared/01/04100000.xhp\" name=\"საგანგებო სიმბოლო\">საგანგებო სიმბოლო</link>"
-
-#: main0104.xhp#hd_id3156285.13.help.text
-msgid "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Hyperlink</link>"
-msgstr "<link href=\"text/shared/02/09070000.xhp\" name=\"ბმული\">ბმული</link>"
-
-#: main0104.xhp#hd_id3154492.5.help.text
-msgid "<link href=\"text/scalc/01/04060000.xhp\" name=\"Function\">Function</link>"
-msgstr "<link href=\"text/scalc/01/04060000.xhp\" name=\"ფუნქცია\">ფუნქცია</link>"
-
-#: main0104.xhp#hd_id3154511.12.help.text
-msgid "<link href=\"text/scalc/01/04080000.xhp\" name=\"Function List\">Function List</link>"
-msgstr "<link href=\"text/scalc/01/04080000.xhp\" name=\"ფუნქციების სია\">ფუნქციების სია</link>"
-
-#: main0104.xhp#hd_id3145640.6.help.text
-msgid "<link href=\"text/shared/01/04050000.xhp\" name=\"Comment\">Comment</link>"
-msgstr "<link href=\"text/shared/01/04050000.xhp\" name=\"შენიშვნა\">შენიშვნა</link>"
-
-#: main0104.xhp#hd_id3146918.11.help.text
-msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Chart\">Chart</link>"
-msgstr ""
-
-#: main0104.xhp#par_id0302200904002496.help.text
-msgid "Inserts a chart."
-msgstr ""
-
-#: main0104.xhp#hd_id3147003.10.help.text
-msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>"
-msgstr "<link href=\"text/shared/01/04160500.xhp\" name=\"მოძრავი ჩარჩო\">მოძრავი ჩარჩო</link>"
-
-#: main0214.xhp#tit.help.text
-msgid "Picture Bar"
-msgstr "სურათების ზოლი"
-
-#: main0214.xhp#hd_id3153088.1.help.text
-msgid "<link href=\"text/scalc/main0214.xhp\" name=\"Picture Bar\">Picture Bar</link>"
-msgstr "<link href=\"text/scalc/main0214.xhp\" name=\"სურათების ზოლი\">სურათების ზოლი</link>"
-
-#: main0214.xhp#par_id3153896.2.help.text
-msgid "<ahelp hid=\".\">The <emph>Picture</emph> bar is displayed when you insert or select a picture in a sheet.</ahelp>"
-msgstr "<ahelp hid=\".\">The <emph>Picture</emph> ზოლი გამოჩნდება მას შემდეგ, რაც თქვენ დასვავთ სურათს ფურცელზე.</ahelp>"
-
-#: main0203.xhp#tit.help.text
-msgid "Drawing Object Properties Bar"
-msgstr "სახატავი ობიექტის თვისებების ზოლი"
-
-#: main0203.xhp#hd_id3154346.1.help.text
-msgid "<link href=\"text/scalc/main0203.xhp\" name=\"Drawing Object Properties Bar\">Drawing Object Properties Bar</link>"
-msgstr ""
-
-#: main0203.xhp#par_id3149656.2.help.text
-msgid "<ahelp hid=\"HID_SC_TOOLBOX_DRAW\">The <emph>Drawing Object Properties</emph> Bar for objects that you select in the sheet contains formatting and alignment commands.</ahelp>"
-msgstr ""
+#. YL}+
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"tit\n"
+"help.text"
+msgid "Tools"
+msgstr "ინსტრუმენტები"
-#: main0203.xhp#hd_id3145748.3.help.text
-msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">Line Style</link>"
-msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">ხაზის სტილი</link>"
+#. 7Uyr
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"hd_id3150769\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/main0106.xhp\" name=\"Tools\">Tools</link>"
+msgstr "<link href=\"text/scalc/main0106.xhp\" name=\"ინსტრუმენტები\">ინსტრუმენტები</link>"
-#: main0203.xhp#hd_id3151073.4.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Width\">Line Width</link>"
+#. *~\i
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"par_id3150440\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">The <emph>Tools </emph>menu contains commands to check spelling, to trace sheet references, to find mistakes and to define scenarios.</ahelp>"
msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/05200100.xhp\" name=\"Line Width\">ხაზის სიგანე</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">ხაზის სტილი</link>"
-#: main0203.xhp#hd_id3153417.5.help.text
-msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Color\">Line Color</link>"
-msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Color\">ხაზის ფერი</link>"
+#. F!:7
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"par_id3152576\n"
+"10\n"
+"help.text"
+msgid "You can also create and assign macros and configure the look and feel of toolbars, menus, keyboard, and set the default options for $[officename] applications."
+msgstr "თქვენ შეგიძლიათ ასევე შექმნათ, მიამაგროთ და დააკონფიგურიროთ ინსტრუმენტთა დაფის იერსახე, მენიუების, კლავიატურის და დასვათ სტანდარტული მნიშვნელობა $[officename] პროგრამისთვის."
-#: main0203.xhp#hd_id3147338.6.help.text
+#. K+]$
+#: main0106.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Background Color\">Background Color</link>"
-msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Color\">ხაზის ფერი</link>"
-
-#: main0210.xhp#tit.help.text
-msgid "Page Preview Bar"
-msgstr "გევრდის გადახედვის ზოლი"
-
-#: main0210.xhp#hd_id3156023.1.help.text
-msgid "<link href=\"text/scalc/main0210.xhp\" name=\"Page Preview Bar\">Page Preview Bar</link>"
-msgstr "<link href=\"text/scalc/main0210.xhp\" name=\"გევრდის გადახედვის ზოლი\">გევრდის გადახედვის ზოლი</link>"
-
-#: main0210.xhp#par_id3148663.2.help.text
-msgid "<ahelp hid=\"HID_SC_WIN_PREVIEW\">The <emph>Page Preview</emph> Bar is displayed when you choose <emph>File - Page Preview</emph>.</ahelp>"
-msgstr "<ahelp hid=\"HID_SC_WIN_PREVIEW\">The <emph>გვერდის გადახედვა</emph> ზოლი გამოჩნდება მას შემდეგ, რაც თქვენ აირჩევთ <emph>ფაილი - გვერდის გადახედვა </emph>.</ahelp>"
-
-#: main0210.xhp#hd_id3147393.3.help.text
-msgid "Full Screen"
-msgstr ""
-
-#: main0210.xhp#par_id460828.help.text
-msgid "Hides the menus and toolbars. To exit the full screen mode, click the <emph>Full Screen On/Off</emph> button."
-msgstr ""
+msgctxt ""
+"main0106.xhp\n"
+"hd_id3149122\n"
+"12\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06040000.xhp\" name=\"Goal Seek\">Goal Seek</link>"
+msgstr "<link href=\"text/scalc/01/05070000.xhp\" name=\"გვერდი\">გვერდი</link>"
-#: main0210.xhp#hd_id3147394.3.help.text
-msgid "<link href=\"text/scalc/01/05070000.xhp\" name=\"Format Page\">Format Page</link>"
-msgstr ""
+#. x|-l
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"hd_id3155768\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06050000.xhp\" name=\"Scenarios\">Scenarios</link>"
+msgstr "<link href=\"text/scalc/01/06050000.xhp\" name=\"სცენარები\">სცენარები</link>"
-#: main0210.xhp#hd_id3147494.3.help.text
-msgid "Margins"
-msgstr ""
+#. 5#1e
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"hd_id3154015\n"
+"9\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
+msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"ავტო-შესწორება\">ავტო-შესწორება</link>"
-#: main0210.xhp#par_id460929.help.text
-msgid "Shows or hides margins of the page. Margins can be dragged by the mouse, and also can be set on <emph>Page</emph> tab of <emph>Page Style</emph> dialog."
-msgstr ""
+#. +SI%
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"hd_id3150086\n"
+"8\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Customize</link>"
+msgstr "<link href=\"text/shared/01/06140000.xhp\" name=\"კონფიგურაცია\">მორგება</link>"
-#: main0210.xhp#hd_id3245494.3.help.text
-msgid "Scaling Factor"
-msgstr ""
+#. t.#m
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"tit\n"
+"help.text"
+msgid "$[officename] Calc Features"
+msgstr "$[officename] Calc-ის შესაძლებლობები"
-#: main0210.xhp#par_id460939.help.text
-msgid "This slide defines a page scale for the printed spreadsheet. Scaling factor can be set on <emph>Sheet</emph> tab of <emph>Page Style</emph> dialog, too."
-msgstr ""
+#. H4e^
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3154758\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"main0503\"><link href=\"text/scalc/main0503.xhp\" name=\"$[officename] Calc Features\">$[officename] Calc Features</link></variable>"
+msgstr "<variable id=\"main0503\"><link href=\"text/scalc/main0503.xhp\" name=\"$[officename] Calc-ის შესაძლებლობები\">$[officename] Calc-ის შესაძლებლობები</link></variable>"
-#: main0210.xhp#hd_id3147395.3.help.text
-msgid "Close Preview"
-msgstr ""
+#. :JhF
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"par_id3149457\n"
+"2\n"
+"help.text"
+msgid "$[officename] Calc is a spreadsheet application that you can use to calculate, analyze, and manage your data. You can also import and modify Microsoft Excel spreadsheets."
+msgstr "$[officename] Calc არის ელექტრონული ცხრილების პროგრამა, რომელიც საშალებას გაძლევთ გამოთვალოთ, გააანალიზოთ და მოაწყოთ თქვენი მონაცემები. თქვენ შეგიძლიათ აგრეთვე გაუკეთოთ იმპორტი და შეცვალოთ Microsoft Excel-ის ელექტრონული ცხრილები."
-#: main0210.xhp#par_id460829.help.text
-msgid "To exit the page preview, click the <emph>Close Preview</emph> button."
-msgstr ""
+#. t_d^
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3148797\n"
+"4\n"
+"help.text"
+msgid "Calculations"
+msgstr "გამოთვლები"
-#: main0000.xhp#tit.help.text
-msgctxt "main0000.xhp#tit.help.text"
-msgid "Welcome to the $[officename] Calc Help"
-msgstr ""
+#. UXP_
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"par_id3145172\n"
+"5\n"
+"help.text"
+msgid "$[officename] Calc provides you with <link href=\"text/scalc/01/04060100.xhp\" name=\"functions\">functions</link>, including statistical and banking functions, that you can use to create formulas to perform complex calculations on your data."
+msgstr "$[officename] Calc გაწვდით <link href=\"text/scalc/01/04060100.xhp\" name=\"ფუნქციებს\">ფუნქციებს</link>, რომელშიც შედის სტატისტიკური და საბანკო ფუნქციები, მათი გამოყენება შეგიძლიათ შეასრულოთ თქვენი მონაცემების კომპლექსური გამოთვლები."
-#: main0000.xhp#hd_id3147338.1.help.text
-msgctxt "main0000.xhp#hd_id3147338.1.help.text"
-msgid "Welcome to the $[officename] Calc Help"
-msgstr ""
+#. o,yq
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"par_id3145271\n"
+"6\n"
+"help.text"
+msgid "You can also use the <link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilots\">Function Wizard</link> to help you create your formulas."
+msgstr "თქვენ შეგიძლიათ აგრეთვე გამოიყენოთ <link href=\"text/scalc/01/04060000.xhp\" name=\"ავტო-პილოტი\">ფუნქციის ოსტატი</link> იმისათვის რომ ის დაგეხმაროთ ფორმულების შექმნაში."
-#: main0000.xhp#hd_id3153965.3.help.text
-msgid "How to Work With $[officename] Calc"
-msgstr "როგორ ვიმუშაოთ $[officename] Calc-თან"
+#. pG$k
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3152596\n"
+"13\n"
+"help.text"
+msgid "What-If Calculations"
+msgstr "რა-თუ გამოთვლები"
-#: main0000.xhp#par_id3147004.5.help.text
-msgid "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Functions by Category\">List of Functions by Category</link>"
+#. `\\r
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"par_id3156444\n"
+"14\n"
+"help.text"
+msgid "An interesting feature is to be able to immediately view the results of changes made to one factor of calculations that are composed of several factors. For instance, you can see how changing the time period in a loan calculation affects the interest rates or repayment amounts. Furthermore, you can manage larger tables by using different predefined scenarios."
msgstr ""
-#: main0000.xhp#hd_id3154659.6.help.text
-msgid "$[officename] Calc Menus, Toolbars, and Keys"
-msgstr "$[officename] Calc-ის მენიუები, ინსტრუმენტთა დაფები და გასაღებები"
-
-#: main0000.xhp#hd_id3150883.4.help.text
-msgid "Help about the Help"
-msgstr "დახმარება დახმარების შესახებ"
-
-#: main0103.xhp#tit.help.text
-msgid "View"
-msgstr "ხედი"
+#. jpCj
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3148576\n"
+"7\n"
+"help.text"
+msgid "Database Functions"
+msgstr "მოანცემთა ბაზების ფუნქციები"
-#: main0103.xhp#hd_id3151112.1.help.text
-msgid "<link href=\"text/scalc/main0103.xhp\" name=\"View\">View</link>"
-msgstr "<link href=\"text/scalc/main0103.xhp\" name=\"ხედი\">ხედი</link>"
+#. YBoo
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"par_id3154011\n"
+"8\n"
+"help.text"
+msgid "Use spreadsheets to arrange, store, and filter your data."
+msgstr "გამოიყენეთ ელექტრონული ცხრილები თქვენი მონაცემების მოსაწყობად, შესანახად და გასაფილტრად."
-#: main0103.xhp#par_id3149456.2.help.text
-msgid "<ahelp hid=\".\">This menu contains commands for controlling the on-screen display of the document.</ahelp>"
-msgstr ""
+#. CAEb
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"par_id3154942\n"
+"25\n"
+"help.text"
+msgid "$[officename] Calc lets you drag-and-drop tables from databases, or lets you use a spreadsheet as a data source for creating form letters in $[officename] Writer."
+msgstr "$[officename] Calc გაძლევთ საშუალებას გადაათრიოთ-დაგდოთ ცხრილები მონაცემთა ბაზებიდან, ან გაძლევთ საშუუალებას გამოიყენოთ ელექტრონული ცხრილები როგორც მონაცემთა წყარო ფორმალური წერილების შესაქმნელად $[officename] Writer-ში."
-#: main0103.xhp#par_idN105AB.help.text
-msgid "Normal"
-msgstr "ნორმალური"
+#. f@fj
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3145800\n"
+"9\n"
+"help.text"
+msgid "Arranging Data"
+msgstr "მონაცემების მოწყობა"
-#: main0103.xhp#par_idN105AF.help.text
-msgid "<ahelp hid=\".\">Displays the normal view of the sheet.</ahelp>"
-msgstr "<ahelp hid=\".\">გამოსახავს ფურცლის ნორმალურ ხედს.</ahelp>"
+#. \S_D
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"par_id3154490\n"
+"10\n"
+"help.text"
+msgid "With a few mouse-clicks, you can reorganize your spreadsheet to show or hide certain data ranges, or to format ranges according to special conditions, or to quickly calculate subtotals and totals."
+msgstr "რამდენჯერმე მაუსზე დაწკაპუნებით თქვენ შეგიძლიათ მოაწყოთ ელექტრონული ცხრილები - გამოაჩინოთ ან დამალოთ მონაცემების ზუსტი საზღვრები, ან საგანგებო პირობების მიხედვით საზღვრების ფორმატირება, ან სწრაფად ქვეჯამების და ჯამების გამოთვლა."
-#: main0103.xhp#hd_id3125863.3.help.text
-msgid "<link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">Zoom</link>"
-msgstr "<link href=\"text/shared/01/03010000.xhp\" name=\"გადიდება\">გადიდება</link>"
+#. z;ki
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3155601\n"
+"16\n"
+"help.text"
+msgid "Dynamic Charts"
+msgstr "დინამიკური დიაგრამები"
-#: main0100.xhp#tit.help.text
-msgid "Menus"
-msgstr "მენიუები"
+#. U5=Z
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"par_id3149121\n"
+"17\n"
+"help.text"
+msgid "$[officename] Calc lets you present spreadsheet data in dynamic charts that update automatically when the data changes."
+msgstr "$[officename] Calc გაძლევთ საშუალებას წარმოადგინოთ ელექტრონული ცხრილები დინამიკური დიაგრამის სახით, რომელიც განახლდება მონაცემების ყოველი შეცვლისას."
-#: main0100.xhp#hd_id3156023.1.help.text
-msgid "<variable id=\"main0100\"><link href=\"text/scalc/main0100.xhp\" name=\"Menus\">Menus</link></variable>"
-msgstr "<variable id=\"main0100\"><link href=\"text/scalc/main0100.xhp\" name=\"მენიუები\">მენიუები</link></variable>"
+#. U3BR
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3153707\n"
+"18\n"
+"help.text"
+msgid "Opening and Saving Microsoft Files"
+msgstr "Microsoft-ის ფაილების გახსნა და შენახვა"
-#: main0100.xhp#par_id3154760.2.help.text
-msgid "The following menu commands are available for spreadsheets."
-msgstr "მენიუს შემდეგი ბრძანებები ხელმისაწვდომია ელექტრონული ცხრილებისთვის."
+#. vobx
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"par_id3157867\n"
+"19\n"
+"help.text"
+msgid "Use the $[officename] filters to convert Excel files, or to open and save in a variety of other <link href=\"text/shared/00/00000020.xhp\" name=\"formats\">formats</link>."
+msgstr "გამოიყენეთ $[officename] ფილტრები Excel-ის ფაილების გარდასაქმნელად, ან იმისათვის რომ გახსნათ და გამოიყენოთ სხვადასხვა<link href=\"text/shared/00/00000020.xhp\" name=\"ფორმატებში\">ფორმატებში</link>."
-#: main0205.xhp#tit.help.text
+#. y0IT
+#: main0205.xhp
+msgctxt ""
+"main0205.xhp\n"
+"tit\n"
+"help.text"
msgid "Text Formatting Bar"
msgstr "ტექსტის ფორმატირების ზოლი"
-#: main0205.xhp#hd_id3156330.1.help.text
+#. -2b(
+#: main0205.xhp
+msgctxt ""
+"main0205.xhp\n"
+"hd_id3156330\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/scalc/main0205.xhp\" name=\"Text Formatting Bar\">Text Formatting Bar</link>"
msgstr "<link href=\"text/scalc/main0205.xhp\" name=\"ტექსტის ფორმატირების ზოლი\">ტექსტის ფორმატირების ზოლი</link>"
-#: main0205.xhp#par_id3151112.2.help.text
+#. eDO~
+#: main0205.xhp
+msgctxt ""
+"main0205.xhp\n"
+"par_id3151112\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\"HID_SC_TOOLBOX_DRTEXT\">The <emph>Text Formatting</emph> Bar that is displayed when the cursor is in a text object, such as a text frame or a drawing object, contains formatting and alignment commands.</ahelp>"
msgstr "<ahelp hid=\"HID_SC_TOOLBOX_DRTEXT\">The <emph>ტექსტის ფორმატირების</emph> ზოლი, რომელიც ხილვადია მას შემდეგ რაც კურსორი არის ტექსტურ ობიექტში, როგორიც არის ტექსტის ჩარჩო ან სახატავი დოკუმენტი, შეიცავს ფორმატირების და სწორების ბრძანებებს.</ahelp>"
-#: main0205.xhp#hd_id3148575.7.help.text
+#. 2~:z
+#: main0205.xhp
#, fuzzy
-msgctxt "main0205.xhp#hd_id3148575.7.help.text"
+msgctxt ""
+"main0205.xhp\n"
+"hd_id3148575\n"
+"7\n"
+"help.text"
msgid "<link href=\"text/shared/01/05020200.xhp\" name=\"Font Color\">Font Color</link>"
msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Color\">ხაზის ფერი</link>"
-#: main0205.xhp#hd_id3154944.8.help.text
+#. P(ik
+#: main0205.xhp
#, fuzzy
+msgctxt ""
+"main0205.xhp\n"
+"hd_id3154944\n"
+"8\n"
+"help.text"
msgid "<link href=\"text/shared/01/05030100.xhp\" name=\"Line Spacing: 1\">Line Spacing: 1</link>"
msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">ხაზის სტილი</link>"
-#: main0205.xhp#hd_id3146969.9.help.text
+#. t0jW
+#: main0205.xhp
+#, fuzzy
+msgctxt ""
+"main0205.xhp\n"
+"hd_id3146969\n"
+"9\n"
+"help.text"
msgid "<link href=\"text/shared/01/05030100.xhp\" name=\"Line Spacing: 1.5\">Line Spacing: 1.5</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">ხაზის სტილი</link>"
-#: main0205.xhp#hd_id3153711.10.help.text
+#. W-$f
+#: main0205.xhp
#, fuzzy
+msgctxt ""
+"main0205.xhp\n"
+"hd_id3153711\n"
+"10\n"
+"help.text"
msgid "<link href=\"text/shared/01/05030100.xhp\" name=\"Line Spacing: 2\">Line Spacing: 2</link>"
msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">ხაზის სტილი</link>"
-#: main0205.xhp#hd_id3147345.11.help.text
+#. N_`s
+#: main0205.xhp
#, fuzzy
+msgctxt ""
+"main0205.xhp\n"
+"hd_id3147345\n"
+"11\n"
+"help.text"
msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Align Left\">Align Left</link>"
msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"სწორება მარცხნივ\">სწორება მარცხნივ</link>"
-#: main0205.xhp#hd_id3155337.12.help.text
+#. Y8d%
+#: main0205.xhp
#, fuzzy
+msgctxt ""
+"main0205.xhp\n"
+"hd_id3155337\n"
+"12\n"
+"help.text"
msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Centered\">Centered</link>"
msgstr "<link href=\"text/shared/02/01170100.xhp\" name=\"კონტროლი\">გაკონტროლება</link>"
-#: main0205.xhp#hd_id3147001.13.help.text
+#. `huN
+#: main0205.xhp
#, fuzzy
+msgctxt ""
+"main0205.xhp\n"
+"hd_id3147001\n"
+"13\n"
+"help.text"
msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Align Right\">Align Right</link>"
msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"სწორება მარჯვნივ\">სწორება მარჯვნივ</link>"
-#: main0205.xhp#hd_id3155115.14.help.text
+#. =t5u
+#: main0205.xhp
#, fuzzy
+msgctxt ""
+"main0205.xhp\n"
+"hd_id3155115\n"
+"14\n"
+"help.text"
msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Justify\">Justify</link>"
msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"სწორება\">სწორება</link>"
-#: main0205.xhp#hd_id3150202.15.help.text
+#. QPU9
+#: main0205.xhp
+msgctxt ""
+"main0205.xhp\n"
+"hd_id3150202\n"
+"15\n"
+"help.text"
msgid "<link href=\"text/shared/01/05020500.xhp\" name=\"Superscript\">Superscript</link>"
msgstr "<link href=\"text/shared/01/05020500.xhp\" name=\"ზედა ინდექსი\">ზედა ინდექსი</link>"
-#: main0205.xhp#hd_id3155531.16.help.text
+#. @c^R
+#: main0205.xhp
+msgctxt ""
+"main0205.xhp\n"
+"hd_id3155531\n"
+"16\n"
+"help.text"
msgid "<link href=\"text/shared/01/05020500.xhp\" name=\"Subscript\">Subscript</link>"
msgstr "<link href=\"text/shared/01/05020500.xhp\" name=\"ქვედა ინდექსი\">ქვედა ინდექსი</link>"
-#: main0205.xhp#hd_id3145387.17.help.text
+#. ]4m4
+#: main0205.xhp
#, fuzzy
-msgctxt "main0205.xhp#hd_id3145387.17.help.text"
+msgctxt ""
+"main0205.xhp\n"
+"hd_id3145387\n"
+"17\n"
+"help.text"
msgid "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Character</link>"
msgstr "<link href=\"text/shared/01/04100000.xhp\" name=\"საგანგებო სიმბოლო\">საგანგებო სიმბოლო</link>"
-#: main0205.xhp#hd_id3153067.18.help.text
+#. =GPZ
+#: main0205.xhp
#, fuzzy
-msgctxt "main0205.xhp#hd_id3153067.18.help.text"
+msgctxt ""
+"main0205.xhp\n"
+"hd_id3153067\n"
+"18\n"
+"help.text"
msgid "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragraph</link>"
msgstr "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
-#: main0200.xhp#tit.help.text
-msgid "Toolbars"
-msgstr "ინსტრუმენტთა პანელები"
+#. nG=N
+#: main0203.xhp
+msgctxt ""
+"main0203.xhp\n"
+"tit\n"
+"help.text"
+msgid "Drawing Object Properties Bar"
+msgstr "სახატავი ობიექტის თვისებების ზოლი"
-#: main0200.xhp#hd_id3154758.1.help.text
-msgid "<variable id=\"main0200\"><link href=\"text/scalc/main0200.xhp\" name=\"Toolbars\">Toolbars</link></variable>"
-msgstr "<variable id=\"main0200\"><link href=\"text/scalc/main0200.xhp\" name=\"ინსტრუმენტთა პანელები\">ინსტრუმენტთა პანელები</link></variable>"
+#. rl;a
+#: main0203.xhp
+msgctxt ""
+"main0203.xhp\n"
+"hd_id3154346\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/main0203.xhp\" name=\"Drawing Object Properties Bar\">Drawing Object Properties Bar</link>"
+msgstr ""
-#: main0200.xhp#par_id3148798.2.help.text
-msgid "This submenu lists the toolbars that are available in spreadsheets.<embedvar href=\"text/shared/00/00000007.xhp#symbolleistenneu\"/>"
-msgstr "ამ ქვემენიუ აჩვენებს ინსტრუმენტთა დაფებს, რომლებიც ხელმისაწვდომია ელექტრონულ ცხრილებში.<embedvar href=\"text/shared/00/00000007.xhp#symbolleistenneu\"/>"
+#. Oo0\
+#: main0203.xhp
+msgctxt ""
+"main0203.xhp\n"
+"par_id3149656\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_TOOLBOX_DRAW\">The <emph>Drawing Object Properties</emph> Bar for objects that you select in the sheet contains formatting and alignment commands.</ahelp>"
+msgstr ""
-#: main0503.xhp#tit.help.text
-msgid "$[officename] Calc Features"
-msgstr "$[officename] Calc-ის შესაძლებლობები"
+#. BX,d
+#: main0203.xhp
+msgctxt ""
+"main0203.xhp\n"
+"hd_id3145748\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">Line Style</link>"
+msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">ხაზის სტილი</link>"
-#: main0503.xhp#hd_id3154758.1.help.text
-msgid "<variable id=\"main0503\"><link href=\"text/scalc/main0503.xhp\" name=\"$[officename] Calc Features\">$[officename] Calc Features</link></variable>"
-msgstr "<variable id=\"main0503\"><link href=\"text/scalc/main0503.xhp\" name=\"$[officename] Calc-ის შესაძლებლობები\">$[officename] Calc-ის შესაძლებლობები</link></variable>"
+#. H!$C
+#: main0203.xhp
+#, fuzzy
+msgctxt ""
+"main0203.xhp\n"
+"hd_id3151073\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Width\">Line Width</link>"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/05200100.xhp\" name=\"Line Width\">ხაზის სიგანე</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">ხაზის სტილი</link>"
+
+#. xr5b
+#: main0203.xhp
+msgctxt ""
+"main0203.xhp\n"
+"hd_id3153417\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Color\">Line Color</link>"
+msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Color\">ხაზის ფერი</link>"
-#: main0503.xhp#par_id3149457.2.help.text
-msgid "$[officename] Calc is a spreadsheet application that you can use to calculate, analyze, and manage your data. You can also import and modify Microsoft Excel spreadsheets."
-msgstr "$[officename] Calc არის ელექტრონული ცხრილების პროგრამა, რომელიც საშალებას გაძლევთ გამოთვალოთ, გააანალიზოთ და მოაწყოთ თქვენი მონაცემები. თქვენ შეგიძლიათ აგრეთვე გაუკეთოთ იმპორტი და შეცვალოთ Microsoft Excel-ის ელექტრონული ცხრილები."
+#. 3`N%
+#: main0203.xhp
+#, fuzzy
+msgctxt ""
+"main0203.xhp\n"
+"hd_id3147338\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Background Color\">Background Color</link>"
+msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Color\">ხაზის ფერი</link>"
-#: main0503.xhp#hd_id3148797.4.help.text
-msgid "Calculations"
-msgstr "გამოთვლები"
+#. 51A$
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert"
+msgstr "ჩასმა"
-#: main0503.xhp#par_id3145172.5.help.text
-msgid "$[officename] Calc provides you with <link href=\"text/scalc/01/04060100.xhp\" name=\"functions\">functions</link>, including statistical and banking functions, that you can use to create formulas to perform complex calculations on your data."
-msgstr "$[officename] Calc გაწვდით <link href=\"text/scalc/01/04060100.xhp\" name=\"ფუნქციებს\">ფუნქციებს</link>, რომელშიც შედის სტატისტიკური და საბანკო ფუნქციები, მათი გამოყენება შეგიძლიათ შეასრულოთ თქვენი მონაცემების კომპლექსური გამოთვლები."
+#. Kq9M
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"hd_id3157909\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/main0104.xhp\" name=\"Insert\">Insert</link>"
+msgstr "<link href=\"text/scalc/main0104.xhp\" name=\"ჩასმა\">ჩასმა</link>"
-#: main0503.xhp#par_id3145271.6.help.text
-msgid "You can also use the <link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilots\">Function Wizard</link> to help you create your formulas."
-msgstr "თქვენ შეგიძლიათ აგრეთვე გამოიყენოთ <link href=\"text/scalc/01/04060000.xhp\" name=\"ავტო-პილოტი\">ფუნქციის ოსტატი</link> იმისათვის რომ ის დაგეხმაროთ ფორმულების შექმნაში."
+#. #HGE
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"par_id3153896\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">The Insert menu contains commands for inserting new elements, such as cells, rows, sheets and cell names into the current sheet.</ahelp>"
+msgstr ""
-#: main0503.xhp#hd_id3152596.13.help.text
-msgid "What-If Calculations"
-msgstr "რა-თუ გამოთვლები"
+#. ;t_d
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"hd_id3150769\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Cells\">Cells</link>"
+msgstr "<link href=\"text/scalc/01/04020000.xhp\" name=\"უჯრები\">უჯრები</link>"
-#: main0503.xhp#par_id3156444.14.help.text
-msgid "An interesting feature is to be able to immediately view the results of changes made to one factor of calculations that are composed of several factors. For instance, you can see how changing the time period in a loan calculation affects the interest rates or repayment amounts. Furthermore, you can manage larger tables by using different predefined scenarios."
+#. Hm-_
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"hd_id3149260\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04050000.xhp\" name=\"Sheet\">Sheet</link>"
+msgstr "<link href=\"text/scalc/01/04050000.xhp\" name=\"ფურცელი\">ფურცელი</link>"
+
+#. d%gd
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"hd_id3153726\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>"
+msgstr "<link href=\"text/shared/01/04100000.xhp\" name=\"საგანგებო სიმბოლო\">საგანგებო სიმბოლო</link>"
+
+#. /G;8
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"hd_id3156285\n"
+"13\n"
+"help.text"
+msgid "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Hyperlink</link>"
+msgstr "<link href=\"text/shared/02/09070000.xhp\" name=\"ბმული\">ბმული</link>"
+
+#. X_o2
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"hd_id3154492\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060000.xhp\" name=\"Function\">Function</link>"
+msgstr "<link href=\"text/scalc/01/04060000.xhp\" name=\"ფუნქცია\">ფუნქცია</link>"
+
+#. !=!N
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"hd_id3154511\n"
+"12\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04080000.xhp\" name=\"Function List\">Function List</link>"
+msgstr "<link href=\"text/scalc/01/04080000.xhp\" name=\"ფუნქციების სია\">ფუნქციების სია</link>"
+
+#. amE`
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"hd_id3145640\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/shared/01/04050000.xhp\" name=\"Comment\">Comment</link>"
+msgstr "<link href=\"text/shared/01/04050000.xhp\" name=\"შენიშვნა\">შენიშვნა</link>"
+
+#. a4E`
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"hd_id3146918\n"
+"11\n"
+"help.text"
+msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Chart\">Chart</link>"
msgstr ""
-#: main0503.xhp#hd_id3148576.7.help.text
-msgid "Database Functions"
-msgstr "მოანცემთა ბაზების ფუნქციები"
+#. JP9/
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"par_id0302200904002496\n"
+"help.text"
+msgid "Inserts a chart."
+msgstr ""
-#: main0503.xhp#par_id3154011.8.help.text
-msgid "Use spreadsheets to arrange, store, and filter your data."
-msgstr "გამოიყენეთ ელექტრონული ცხრილები თქვენი მონაცემების მოსაწყობად, შესანახად და გასაფილტრად."
+#. c1+l
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"hd_id3147003\n"
+"10\n"
+"help.text"
+msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>"
+msgstr "<link href=\"text/shared/01/04160500.xhp\" name=\"მოძრავი ჩარჩო\">მოძრავი ჩარჩო</link>"
-#: main0503.xhp#par_id3154942.25.help.text
-msgid "$[officename] Calc lets you drag-and-drop tables from databases, or lets you use a spreadsheet as a data source for creating form letters in $[officename] Writer."
-msgstr "$[officename] Calc გაძლევთ საშუალებას გადაათრიოთ-დაგდოთ ცხრილები მონაცემთა ბაზებიდან, ან გაძლევთ საშუუალებას გამოიყენოთ ელექტრონული ცხრილები როგორც მონაცემთა წყარო ფორმალური წერილების შესაქმნელად $[officename] Writer-ში."
+#. TxB%
+#: main0218.xhp
+msgctxt ""
+"main0218.xhp\n"
+"tit\n"
+"help.text"
+msgid "Tools Bar"
+msgstr "ხელსაწყოთა ზოლი"
-#: main0503.xhp#hd_id3145800.9.help.text
-msgid "Arranging Data"
-msgstr "მონაცემების მოწყობა"
+#. 3}9_
+#: main0218.xhp
+msgctxt ""
+"main0218.xhp\n"
+"hd_id3143268\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/main0218.xhp\" name=\"Tools Bar\">Tools Bar</link>"
+msgstr "<link href=\"text/scalc/main0218.xhp\" name=\"ხელსაწყოთა ზოლი\">ხელსაწყოთა ზოლი</link>"
-#: main0503.xhp#par_id3154490.10.help.text
-msgid "With a few mouse-clicks, you can reorganize your spreadsheet to show or hide certain data ranges, or to format ranges according to special conditions, or to quickly calculate subtotals and totals."
-msgstr "რამდენჯერმე მაუსზე დაწკაპუნებით თქვენ შეგიძლიათ მოაწყოთ ელექტრონული ცხრილები - გამოაჩინოთ ან დამალოთ მონაცემების ზუსტი საზღვრები, ან საგანგებო პირობების მიხედვით საზღვრების ფორმატირება, ან სწრაფად ქვეჯამების და ჯამების გამოთვლა."
+#. }7Oj
+#: main0218.xhp
+msgctxt ""
+"main0218.xhp\n"
+"par_id3151112\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_TOOLBOX_TOOLS\">Use the Tools bar to access commonly used commands.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_TOOLBOX_TOOLS\">გამოიყენეთ ხელსაწყოთა ზოლი ყველაზე ხშირად გამოყენებული ბრძანებების წვდომისათვის.</ahelp>"
-#: main0503.xhp#hd_id3155601.16.help.text
-msgid "Dynamic Charts"
-msgstr "დინამიკური დიაგრამები"
+#. ?W0c
+#: main0218.xhp
+#, fuzzy
+msgctxt ""
+"main0218.xhp\n"
+"par_idN10610\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170000.xhp\" name=\"Controls\">Controls</link>"
+msgstr "<link href=\"text/shared/02/01170100.xhp\" name=\"კონტროლი\">გაკონტროლება</link>"
-#: main0503.xhp#par_id3149121.17.help.text
-msgid "$[officename] Calc lets you present spreadsheet data in dynamic charts that update automatically when the data changes."
-msgstr "$[officename] Calc გაძლევთ საშუალებას წარმოადგინოთ ელექტრონული ცხრილები დინამიკური დიაგრამის სახით, რომელიც განახლდება მონაცემების ყოველი შეცვლისას."
+#. aF?^
+#: main0218.xhp
+#, fuzzy
+msgctxt ""
+"main0218.xhp\n"
+"hd_id3154730\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/scalc/02/06080000.xhp\" name=\"Choose Themes\">Choose Themes</link>"
+msgstr "<link href=\"text/scalc/01/05070000.xhp\" name=\"გვერდი\">გვერდი</link>"
-#: main0503.xhp#hd_id3153707.18.help.text
-msgid "Opening and Saving Microsoft Files"
-msgstr "Microsoft-ის ფაილების გახსნა და შენახვა"
+#. ~=3v
+#: main0218.xhp
+msgctxt ""
+"main0218.xhp\n"
+"par_idN10690\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12040300.xhp\" name=\"Advanced Filter\">Advanced Filter</link>"
+msgstr ""
-#: main0503.xhp#par_id3157867.19.help.text
-msgid "Use the $[officename] filters to convert Excel files, or to open and save in a variety of other <link href=\"text/shared/00/00000020.xhp\" name=\"formats\">formats</link>."
-msgstr "გამოიყენეთ $[officename] ფილტრები Excel-ის ფაილების გარდასაქმნელად, ან იმისათვის რომ გახსნათ და გამოიყენოთ სხვადასხვა<link href=\"text/shared/00/00000020.xhp\" name=\"ფორმატებში\">ფორმატებში</link>."
+#. iSoT
+#: main0218.xhp
+#, fuzzy
+msgctxt ""
+"main0218.xhp\n"
+"par_idN106A8\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12090100.xhp\">Start</link>"
+msgstr "<link href=\"text/scalc/01/12030000.xhp\" name=\"დახარისხება\">დახარისხება</link>"
+
+#. mH,K
+#: main0218.xhp
+msgctxt ""
+"main0218.xhp\n"
+"par_idN106C0\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01150000.xhp\" name=\"Euro Converter\">Euro Converter</link>"
+msgstr "<link href=\"text/shared/autopi/01150000.xhp\" name=\"Euro Converter\">Euro Converter</link>"
-#: main0105.xhp#tit.help.text
+#. 5`[Y
+#: main0218.xhp
+#, fuzzy
+msgctxt ""
+"main0218.xhp\n"
+"par_idN106D8\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04070100.xhp\">Define</link>"
+msgstr "<link href=\"text/scalc/01/12030000.xhp\" name=\"დახარისხება\">დახარისხება</link>"
+
+#. ;`-!
+#: main0218.xhp
+#, fuzzy
+msgctxt ""
+"main0218.xhp\n"
+"par_idN106F0\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06040000.xhp\" name=\"Goal Seek\">Goal Seek</link>"
+msgstr "<link href=\"text/scalc/01/05070000.xhp\" name=\"გვერდი\">გვერდი</link>"
+
+#. 2Qne
+#: main0105.xhp
+msgctxt ""
+"main0105.xhp\n"
+"tit\n"
+"help.text"
msgid "Format"
msgstr "ფორმატი"
-#: main0105.xhp#hd_id3149669.1.help.text
+#. Mv4=
+#: main0105.xhp
+msgctxt ""
+"main0105.xhp\n"
+"hd_id3149669\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/scalc/main0105.xhp\" name=\"Format\">Format</link>"
msgstr "<link href=\"text/scalc/main0105.xhp\" name=\"ფორმატი\">ფორმატი</link>"
-#: main0105.xhp#par_id3145171.2.help.text
+#. 8V/1
+#: main0105.xhp
+msgctxt ""
+"main0105.xhp\n"
+"par_id3145171\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\".uno:FormatMenu\">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=\".uno:FormatMenu\">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>"
-#: main0105.xhp#hd_id3154732.4.help.text
+#. a{?4
+#: main0105.xhp
+msgctxt ""
+"main0105.xhp\n"
+"hd_id3154732\n"
+"4\n"
+"help.text"
msgid "<link href=\"text/scalc/01/05020000.xhp\" name=\"Cells\">Cells</link>"
msgstr "<link href=\"text/scalc/01/05020000.xhp\" name=\"უჯრები\">უჯრები</link>"
-#: main0105.xhp#hd_id3155087.9.help.text
+#. V1RD
+#: main0105.xhp
+msgctxt ""
+"main0105.xhp\n"
+"hd_id3155087\n"
+"9\n"
+"help.text"
msgid "<link href=\"text/scalc/01/05070000.xhp\" name=\"Page\">Page</link>"
msgstr "<link href=\"text/scalc/01/05070000.xhp\" name=\"გვერდი\">გვერდი</link>"
-#: main0105.xhp#hd_id3145748.12.help.text
+#. t*oI
+#: main0105.xhp
#, fuzzy
-msgctxt "main0105.xhp#hd_id3145748.12.help.text"
+msgctxt ""
+"main0105.xhp\n"
+"hd_id3145748\n"
+"12\n"
+"help.text"
msgid "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Character</link>"
msgstr "<link href=\"text/shared/01/04100000.xhp\" name=\"საგანგებო სიმბოლო\">საგანგებო სიმბოლო</link>"
-#: main0105.xhp#hd_id3154485.13.help.text
+#. Pto\
+#: main0105.xhp
#, fuzzy
-msgctxt "main0105.xhp#hd_id3154485.13.help.text"
+msgctxt ""
+"main0105.xhp\n"
+"hd_id3154485\n"
+"13\n"
+"help.text"
msgid "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragraph</link>"
msgstr "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
-#: main0105.xhp#hd_id3157980.11.help.text
+#. +N/e
+#: main0105.xhp
+msgctxt ""
+"main0105.xhp\n"
+"hd_id3157980\n"
+"11\n"
+"help.text"
msgid "<link href=\"text/scalc/01/05110000.xhp\" name=\"AutoFormat\">AutoFormat</link>"
msgstr "<link href=\"text/scalc/01/05110000.xhp\" name=\"ავტოფორმატირება\">ავტოფორმატირება</link>"
-#: main0105.xhp#hd_id3159206.14.help.text
+#. IP-n
+#: main0105.xhp
+msgctxt ""
+"main0105.xhp\n"
+"hd_id3159206\n"
+"14\n"
+"help.text"
msgid "<link href=\"text/scalc/01/05120000.xhp\" name=\"Conditional Formatting\">Conditional Formatting</link>"
msgstr "<link href=\"text/scalc/01/05120000.xhp\" name=\"ფორმატირება პირობებით\">ფორმატირება პირობებით</link>"
-#: main0105.xhp#hd_id3154703.17.help.text
+#. n/6X
+#: main0105.xhp
+msgctxt ""
+"main0105.xhp\n"
+"hd_id3154703\n"
+"17\n"
+"help.text"
msgid "<link href=\"text/shared/02/01170100.xhp\" name=\"Control\">Control</link>"
msgstr "<link href=\"text/shared/02/01170100.xhp\" name=\"კონტროლი\">გაკონტროლება</link>"
-#: main0105.xhp#hd_id3147005.16.help.text
+#. ;EV.
+#: main0105.xhp
+msgctxt ""
+"main0105.xhp\n"
+"hd_id3147005\n"
+"16\n"
+"help.text"
msgid "<link href=\"text/shared/02/01170200.xhp\" name=\"Form\">Form</link>"
msgstr "<link href=\"text/shared/02/01170200.xhp\" name=\"ფორმა\">ფორმა</link>"
-#: main0102.xhp#tit.help.text
-msgid "Edit"
-msgstr "რედაქტირება"
+#. 55S8
+#: main0107.xhp
+msgctxt ""
+"main0107.xhp\n"
+"tit\n"
+"help.text"
+msgid "Window"
+msgstr "ფანჯარა"
-#: main0102.xhp#hd_id3156023.1.help.text
-msgid "<link href=\"text/scalc/main0102.xhp\" name=\"Edit\">Edit</link>"
-msgstr "<link href=\"text/scalc/main0102.xhp\" name=\"რედაქტირება\">რედაქტირება</link> "
+#. %yCI
+#: main0107.xhp
+msgctxt ""
+"main0107.xhp\n"
+"hd_id3154758\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/main0107.xhp\" name=\"Window\">Window</link>"
+msgstr "<link href=\"text/scalc/main0107.xhp\" name=\"ფანჯარა\">ფანჯარა</link>"
-#: main0102.xhp#par_id3154758.2.help.text
-msgid "<ahelp hid=\".\">This menu contains commands for editing the contents of the current document.</ahelp>"
+#. m4nb
+#: main0107.xhp
+msgctxt ""
+"main0107.xhp\n"
+"par_id3150398\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:WindowList\">Contains commands for manipulating and displaying document windows.</ahelp>"
msgstr ""
-#: main0102.xhp#hd_id3146119.3.help.text
-msgid "<link href=\"text/shared/01/02070000.xhp\" name=\"Paste Special\">Paste Special</link>"
-msgstr "<link href=\"text/shared/01/02070000.xhp\" name=\"საგანგებოდ ჩასმა\">საგანგებოდ ჩასმა</link>"
-
-#: main0102.xhp#hd_id3153728.12.help.text
-msgid "<link href=\"text/shared/01/02240000.xhp\" name=\"Compare Document\">Compare Document</link>"
-msgstr "<link href=\"text/shared/01/02240000.xhp\" name=\"დოკუმენტის შედარება\">დოკუმენტის შედარება</link>"
+#. =4re
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"tit\n"
+"help.text"
+msgid "Page Preview Bar"
+msgstr "გევრდის გადახედვის ზოლი"
-#: main0102.xhp#hd_id3154492.4.help.text
-msgid "<link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">Find & Replace</link>"
-msgstr "<link href=\"text/shared/01/02100000.xhp\" name=\"პოვნა და შეცვლა\">პოვნა და შეცვლა</link>"
+#. ug8\
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"hd_id3156023\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/main0210.xhp\" name=\"Page Preview Bar\">Page Preview Bar</link>"
+msgstr "<link href=\"text/scalc/main0210.xhp\" name=\"გევრდის გადახედვის ზოლი\">გევრდის გადახედვის ზოლი</link>"
-#: main0102.xhp#hd_id3150715.5.help.text
-msgid "<link href=\"text/scalc/01/02120000.xhp\" name=\"Headers & Footers\">Headers & Footers</link>"
-msgstr "<link href=\"text/scalc/01/02120000.xhp\" name=\"ზედა და ქვედა კოლონტიტული\">ზედა და ქვედა კოლონტიტული</link>"
+#. lM(\
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_id3148663\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_WIN_PREVIEW\">The <emph>Page Preview</emph> Bar is displayed when you choose <emph>File - Page Preview</emph>.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_WIN_PREVIEW\">The <emph>გვერდის გადახედვა</emph> ზოლი გამოჩნდება მას შემდეგ, რაც თქვენ აირჩევთ <emph>ფაილი - გვერდის გადახედვა </emph>.</ahelp>"
-#: main0102.xhp#hd_id3149018.6.help.text
-msgid "<link href=\"text/scalc/01/02150000.xhp\" name=\"Delete Contents\">Delete Contents</link>"
-msgstr "<link href=\"text/scalc/01/02150000.xhp\" name=\"შემცველობის წაშლა\">შემცველობის წაშლა</link>"
+#. (E;-
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"hd_id3147393\n"
+"3\n"
+"help.text"
+msgid "Full Screen"
+msgstr ""
-#: main0102.xhp#hd_id3156384.7.help.text
-msgid "<link href=\"text/scalc/01/02160000.xhp\" name=\"Delete Cells\">Delete Cells</link>"
-msgstr "<link href=\"text/scalc/01/02160000.xhp\" name=\"უჯრების წაშლა\">Delete Cells</link>"
+#. B5(:
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_id460828\n"
+"help.text"
+msgid "Hides the menus and toolbars. To exit the full screen mode, click the <emph>Full Screen On/Off</emph> button."
+msgstr ""
-#: main0102.xhp#hd_id3146919.10.help.text
-msgid "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">Links</link>"
-msgstr "<link href=\"text/shared/01/02180000.xhp\" name=\"ბმულები\">ბმულები</link>"
+#. [)Yt
+#: main0210.xhp
+#, fuzzy
+msgctxt ""
+"main0210.xhp\n"
+"hd_id3147394\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05070000.xhp\" name=\"Format Page\">Format Page</link>"
+msgstr "<link href=\"text/scalc/01/05070000.xhp\" name=\"გვერდი\">გვერდი</link>"
-#: main0102.xhp#hd_id3148488.11.help.text
-msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
-msgstr "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
+#. Lbp0
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"hd_id3147494\n"
+"3\n"
+"help.text"
+msgid "Margins"
+msgstr ""
-#: main0208.xhp#tit.help.text
-msgid "Status Bar"
-msgstr "სტატუსის ზოლი"
+#. G|\w
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_id460929\n"
+"help.text"
+msgid "Shows or hides margins of the page. Margins can be dragged by the mouse, and also can be set on <emph>Page</emph> tab of <emph>Page Style</emph> dialog."
+msgstr ""
-#: main0208.xhp#hd_id3151385.1.help.text
-msgid "<link href=\"text/scalc/main0208.xhp\" name=\"Status Bar\">Status Bar</link>"
-msgstr "<link href=\"text/scalc/main0208.xhp\" name=\"Status Bar\">Status Bar</link>"
+#. r;,N
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"hd_id3245494\n"
+"3\n"
+"help.text"
+msgid "Scaling Factor"
+msgstr ""
-#: main0208.xhp#par_id3149669.2.help.text
-msgid "The <emph>Status Bar</emph> displays information about the current sheet."
-msgstr "The <emph>სტატუსის ზოლი</emph> displays information about the current sheet."
+#. 3WUn
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_id460939\n"
+"help.text"
+msgid "This slide defines a page scale for the printed spreadsheet. Scaling factor can be set on <emph>Sheet</emph> tab of <emph>Page Style</emph> dialog, too."
+msgstr ""
-#: main0208.xhp#hd_id0821200911024321.help.text
-msgid "Digital Signature"
-msgstr "ციფრული ხელმოწერა"
+#. FngN
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"hd_id3147395\n"
+"3\n"
+"help.text"
+msgid "Close Preview"
+msgstr ""
-#: main0208.xhp#par_id0821200911024344.help.text
-msgid "See also <link href=\"text/shared/guide/digital_signatures.xhp\">Digital Signatures</link>."
+#. .l?3
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_id460829\n"
+"help.text"
+msgid "To exit the page preview, click the <emph>Close Preview</emph> button."
msgstr ""
-#: main0106.xhp#tit.help.text
-msgid "Tools"
-msgstr "ინსტრუმენტები"
+#. Bb3m
+#: main0103.xhp
+msgctxt ""
+"main0103.xhp\n"
+"tit\n"
+"help.text"
+msgid "View"
+msgstr "ხედი"
-#: main0106.xhp#hd_id3150769.1.help.text
-msgid "<link href=\"text/scalc/main0106.xhp\" name=\"Tools\">Tools</link>"
-msgstr "<link href=\"text/scalc/main0106.xhp\" name=\"ინსტრუმენტები\">ინსტრუმენტები</link>"
+#. ;!39
+#: main0103.xhp
+msgctxt ""
+"main0103.xhp\n"
+"hd_id3151112\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/main0103.xhp\" name=\"View\">View</link>"
+msgstr "<link href=\"text/scalc/main0103.xhp\" name=\"ხედი\">ხედი</link>"
-#: main0106.xhp#par_id3150440.2.help.text
-msgid "<ahelp hid=\".\">The <emph>Tools </emph>menu contains commands to check spelling, to trace sheet references, to find mistakes and to define scenarios.</ahelp>"
+#. D0|i
+#: main0103.xhp
+msgctxt ""
+"main0103.xhp\n"
+"par_id3149456\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">This menu contains commands for controlling the on-screen display of the document.</ahelp>"
msgstr ""
-#: main0106.xhp#par_id3152576.10.help.text
-msgid "You can also create and assign macros and configure the look and feel of toolbars, menus, keyboard, and set the default options for $[officename] applications."
-msgstr "თქვენ შეგიძლიათ ასევე შექმნათ, მიამაგროთ და დააკონფიგურიროთ ინსტრუმენტთა დაფის იერსახე, მენიუების, კლავიატურის და დასვათ სტანდარტული მნიშვნელობა $[officename] პროგრამისთვის."
-
-#: main0106.xhp#hd_id3149122.12.help.text
-#, fuzzy
-msgctxt "main0106.xhp#hd_id3149122.12.help.text"
-msgid "<link href=\"text/scalc/01/06040000.xhp\" name=\"Goal Seek\">Goal Seek</link>"
-msgstr "<link href=\"text/scalc/01/05070000.xhp\" name=\"გვერდი\">გვერდი</link>"
-
-#: main0106.xhp#hd_id3155768.6.help.text
-msgid "<link href=\"text/scalc/01/06050000.xhp\" name=\"Scenarios\">Scenarios</link>"
-msgstr "<link href=\"text/scalc/01/06050000.xhp\" name=\"სცენარები\">სცენარები</link>"
+#. 7Bqn
+#: main0103.xhp
+msgctxt ""
+"main0103.xhp\n"
+"par_idN105AB\n"
+"help.text"
+msgid "Normal"
+msgstr "ნორმალური"
-#: main0106.xhp#hd_id3154015.9.help.text
-msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"ავტო-შესწორება\">ავტო-შესწორება</link>"
+#. =M@F
+#: main0103.xhp
+msgctxt ""
+"main0103.xhp\n"
+"par_idN105AF\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays the normal view of the sheet.</ahelp>"
+msgstr "<ahelp hid=\".\">გამოსახავს ფურცლის ნორმალურ ხედს.</ahelp>"
-#: main0106.xhp#hd_id3150086.8.help.text
-msgid "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Customize</link>"
-msgstr "<link href=\"text/shared/01/06140000.xhp\" name=\"კონფიგურაცია\">მორგება</link>"
+#. _Yl`
+#: main0103.xhp
+msgctxt ""
+"main0103.xhp\n"
+"hd_id3125863\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">Zoom</link>"
+msgstr "<link href=\"text/shared/01/03010000.xhp\" name=\"გადიდება\">გადიდება</link>"
-#: main0218.xhp#tit.help.text
-msgid "Tools Bar"
-msgstr "ხელსაწყოთა ზოლი"
+#. gsc:
+#: main0102.xhp
+msgctxt ""
+"main0102.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit"
+msgstr "რედაქტირება"
-#: main0218.xhp#hd_id3143268.1.help.text
-msgid "<link href=\"text/scalc/main0218.xhp\" name=\"Tools Bar\">Tools Bar</link>"
-msgstr "<link href=\"text/scalc/main0218.xhp\" name=\"ხელსაწყოთა ზოლი\">ხელსაწყოთა ზოლი</link>"
+#. K944
+#: main0102.xhp
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3156023\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/main0102.xhp\" name=\"Edit\">Edit</link>"
+msgstr "<link href=\"text/scalc/main0102.xhp\" name=\"რედაქტირება\">რედაქტირება</link>"
+
+#. 9,bY
+#: main0102.xhp
+msgctxt ""
+"main0102.xhp\n"
+"par_id3154758\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">This menu contains commands for editing the contents of the current document.</ahelp>"
+msgstr ""
-#: main0218.xhp#par_id3151112.2.help.text
-msgid "<ahelp hid=\"HID_SC_TOOLBOX_TOOLS\">Use the Tools bar to access commonly used commands.</ahelp>"
-msgstr "<ahelp hid=\"HID_SC_TOOLBOX_TOOLS\">გამოიყენეთ ხელსაწყოთა ზოლი ყველაზე ხშირად გამოყენებული ბრძანებების წვდომისათვის.</ahelp>"
+#. LGG:
+#: main0102.xhp
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3146119\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02070000.xhp\" name=\"Paste Special\">Paste Special</link>"
+msgstr "<link href=\"text/shared/01/02070000.xhp\" name=\"საგანგებოდ ჩასმა\">საგანგებოდ ჩასმა</link>"
-#: main0218.xhp#par_idN10610.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/01170000.xhp\" name=\"Controls\">Controls</link>"
-msgstr "<link href=\"text/shared/02/01170100.xhp\" name=\"კონტროლი\">გაკონტროლება</link>"
+#. IsO[
+#: main0102.xhp
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3153728\n"
+"12\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02240000.xhp\" name=\"Compare Document\">Compare Document</link>"
+msgstr "<link href=\"text/shared/01/02240000.xhp\" name=\"დოკუმენტის შედარება\">დოკუმენტის შედარება</link>"
-#: main0218.xhp#hd_id3154730.6.help.text
-msgid "<link href=\"text/scalc/02/06080000.xhp\" name=\"Choose Themes\">Choose Themes</link>"
-msgstr ""
+#. -J\*
+#: main0102.xhp
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3154492\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">Find & Replace</link>"
+msgstr "<link href=\"text/shared/01/02100000.xhp\" name=\"პოვნა და შეცვლა\">პოვნა და შეცვლა</link>"
-#: main0218.xhp#par_idN10690.help.text
-msgid "<link href=\"text/scalc/01/12040300.xhp\" name=\"Advanced Filter\">Advanced Filter</link>"
-msgstr ""
+#. GArZ
+#: main0102.xhp
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3150715\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02120000.xhp\" name=\"Headers & Footers\">Headers & Footers</link>"
+msgstr "<link href=\"text/scalc/01/02120000.xhp\" name=\"ზედა და ქვედა კოლონტიტული\">ზედა და ქვედა კოლონტიტული</link>"
-#: main0218.xhp#par_idN106A8.help.text
-#, fuzzy
-msgid "<link href=\"text/scalc/01/12090100.xhp\">Start</link>"
-msgstr "<link href=\"text/scalc/01/12030000.xhp\" name=\"დახარისხება\">დახარისხება</link>"
+#. Zxts
+#: main0102.xhp
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3149018\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02150000.xhp\" name=\"Delete Contents\">Delete Contents</link>"
+msgstr "<link href=\"text/scalc/01/02150000.xhp\" name=\"შემცველობის წაშლა\">შემცველობის წაშლა</link>"
-#: main0218.xhp#par_idN106C0.help.text
-msgid "<link href=\"text/shared/autopi/01150000.xhp\" name=\"Euro Converter\">Euro Converter</link>"
-msgstr "<link href=\"text/shared/autopi/01150000.xhp\" name=\"Euro Converter\">Euro Converter</link>"
+#. *hV,
+#: main0102.xhp
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3156384\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02160000.xhp\" name=\"Delete Cells\">Delete Cells</link>"
+msgstr "<link href=\"text/scalc/01/02160000.xhp\" name=\"უჯრების წაშლა\">Delete Cells</link>"
-#: main0218.xhp#par_idN106D8.help.text
-#, fuzzy
-msgid "<link href=\"text/scalc/01/04070100.xhp\">Define</link>"
-msgstr "<link href=\"text/scalc/01/12030000.xhp\" name=\"დახარისხება\">დახარისხება</link>"
+#. Uc_l
+#: main0102.xhp
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3146919\n"
+"10\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">Links</link>"
+msgstr "<link href=\"text/shared/01/02180000.xhp\" name=\"ბმულები\">ბმულები</link>"
-#: main0218.xhp#par_idN106F0.help.text
-#, fuzzy
-msgctxt "main0218.xhp#par_idN106F0.help.text"
-msgid "<link href=\"text/scalc/01/06040000.xhp\" name=\"Goal Seek\">Goal Seek</link>"
-msgstr "<link href=\"text/scalc/01/05070000.xhp\" name=\"გვერდი\">გვერდი</link>"
+#. KltG
+#: main0102.xhp
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3148488\n"
+"11\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\">ImageMap</link>"
-#: main0202.xhp#tit.help.text
+#. ExHP
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"tit\n"
+"help.text"
msgid "Formatting Bar"
msgstr "ფირმატირების ზოლი"
-#: main0202.xhp#hd_id3150448.1.help.text
+#. k9Mk
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id3150448\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/scalc/main0202.xhp\" name=\"Formatting Bar\">Formatting Bar</link>"
msgstr "<link href=\"text/scalc/main0202.xhp\" name=\"ფორმატირების ზოლი\">ფორმატირების ზოლი</link>"
-#: main0202.xhp#par_id3153897.2.help.text
+#. l(?7
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_id3153897\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\"HID_SC_TOOLBOX_TABLE\">The <emph>Formatting</emph> bar contains basic commands for applying manually formatting.</ahelp>"
msgstr "<ahelp hid=\"HID_SC_TOOLBOX_TABLE\">The <emph>ფორმატირების</emph>ზოლი შეიცავს ხელით დაფორმატებისთვის ხელმისაწვდომ ძირითად ბრძანებებს. </ahelp>"
-#: main0202.xhp#hd_id3153160.8.help.text
+#. /ew2
+#: main0202.xhp
#, fuzzy
-msgctxt "main0202.xhp#hd_id3153160.8.help.text"
+msgctxt ""
+"main0202.xhp\n"
+"hd_id3153160\n"
+"8\n"
+"help.text"
msgid "<link href=\"text/shared/01/05020200.xhp\" name=\"Font Color\">Font Color</link>"
msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Color\">ხაზის ფერი</link>"
-#: main0202.xhp#hd_id3150715.9.help.text
+#. %sT+
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id3150715\n"
+"9\n"
+"help.text"
msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Left\">Align Left</link>"
msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"სწორება მარცხნივ\">სწორება მარცხნივ</link>"
-#: main0202.xhp#hd_id3155064.10.help.text
+#. 6z.C
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id3155064\n"
+"10\n"
+"help.text"
msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Center Horizontally\">Align Center Horizontally</link>"
msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"სწორება ცენტრში ჰორიზონტალზე\">სწორება ცენტრში ჰორიზონტალზე</link>"
-#: main0202.xhp#hd_id3150042.11.help.text
+#. 5fdM
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id3150042\n"
+"11\n"
+"help.text"
msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Right\">Align Right</link>"
msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"სწორება მარჯვნივ\">სწორება მარჯვნივ</link>"
-#: main0202.xhp#hd_id3154703.12.help.text
+#. `I$C
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id3154703\n"
+"12\n"
+"help.text"
msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Justify\">Justify</link>"
msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"სწორება\">სწორება</link>"
-#: main0202.xhp#hd_id3152986.13.help.text
+#. PsW5
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id3152986\n"
+"13\n"
+"help.text"
msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Top\">Align Top</link>"
msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"სწორება ზემოთ\">სწორება ზემოთ</link>"
-#: main0202.xhp#hd_id3153306.14.help.text
+#. gIH(
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id3153306\n"
+"14\n"
+"help.text"
msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Center Vertically\">Align Center Vertically</link>"
msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"სწორება ცენტრში ვერტიკალზე\">სწორება ცენტრში ვერტიკალზე</link>"
-#: main0202.xhp#hd_id3151240.15.help.text
+#. !IwA
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id3151240\n"
+"15\n"
+"help.text"
msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Bottom\">Align Bottom</link>"
msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"სწორება ქვემოთ\">სწორება ქვემოთ</link>"
-#: main0202.xhp#par_idN10843.help.text
+#. YmpL
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_idN10843\n"
+"help.text"
msgid "Number Format : Date"
msgstr "რიცხვების ფორმატი : თარიღი"
-#: main0202.xhp#par_idN10847.help.text
+#. sEe.
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_idN10847\n"
+"help.text"
msgid "<ahelp hid=\".\">Applies the date format to the selected cells.</ahelp>"
msgstr "<ahelp hid=\".\">მონიშნულ უჯრებში ააქტიურებს თარიღს ფორმატს. </ahelp>"
-#: main0202.xhp#par_idN1085E.help.text
+#. }VJQ
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_idN1085E\n"
+"help.text"
msgid "Number Format: Exponential"
msgstr "რიცხვის ფორმატი: ექსპონენციალური"
-#: main0202.xhp#par_idN10862.help.text
+#. !c06
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_idN10862\n"
+"help.text"
msgid "<ahelp hid=\".\">Applies the exponential format to the selected cells.</ahelp>"
msgstr "<ahelp hid=\".\">მონიშნულ უჯრებში ააქტიურებს ექსპონენციალურ ფორმატს.</ahelp>"
-#: main0202.xhp#par_idN10871.help.text
+#. p27,
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_idN10871\n"
+"help.text"
msgid "Additional icons"
msgstr "დამატებითი ხატულები"
-#: main0202.xhp#par_idN10875.help.text
+#. *(!1
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_idN10875\n"
+"help.text"
msgid "If <link href=\"text/shared/00/00000005.xhp#ctl\" name=\"CTL\">CTL</link> support is enabled, two additional icons are visible."
msgstr "თუ <link href=\"text/shared/00/00000005.xhp#ctl\" name=\"CTL\">CTL</link> ჩართულია მხარდაჭერა, ორი დამატებითი ხატულა არის ხილვადი."
-#: main0202.xhp#par_idN1088E.help.text
+#. f,eh
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_idN1088E\n"
+"help.text"
msgid "Left-To-Right"
msgstr "მარცხნიდან მარჯვნივ"
-#: main0202.xhp#par_idN1089C.help.text
+#. `G|#
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_idN1089C\n"
+"help.text"
msgid "<image id=\"img_id8354747\" src=\"cmd/sc_paralefttoright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id8354747\">left to right icon</alt></image>"
msgstr ""
-#: main0202.xhp#par_idN108BA.help.text
+#. ,^Od
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_idN108BA\n"
+"help.text"
msgid "<ahelp hid=\".uno:ParaLeftToRight\">The text is entered from left to right.</ahelp>"
msgstr "<ahelp hid=\".uno:ParaLeftToRight\">ტექსტი შეყვანილია მარცხნიდან მარჯვნივ</ahelp>"
-#: main0202.xhp#par_idN108D1.help.text
+#. IOMq
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_idN108D1\n"
+"help.text"
msgid "Right-To-Left"
msgstr "მარჯვნიდან მარცხნივ"
-#: main0202.xhp#par_idN108DF.help.text
+#. ]_8^
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_idN108DF\n"
+"help.text"
msgid "<image id=\"img_id2405774\" src=\"cmd/sc_pararighttoleft.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id2405774\">right to left icon</alt></image>"
msgstr ""
-#: main0202.xhp#par_idN108FD.help.text
+#. O5(^
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_idN108FD\n"
+"help.text"
msgid "<ahelp hid=\".uno:ParaRightToLeft\">The text formatted in a complex text layout language is entered from right to left.</ahelp>"
msgstr "<ahelp hid=\".uno:ParaRightToLeft\">რთული ტექსტის განლაგების ენაზე დაფორმატებული ტექსტი შეყვანილია მარჯვნიდან მარცხნივ.</ahelp>"
-#: main0202.xhp#par_id192266.help.text
+#. :Vuh
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_id192266\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Aligns the contents of the cell to the left.</ahelp>"
msgstr ""
-#: main0202.xhp#par_id1998962.help.text
+#. :oKH
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_id1998962\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Aligns the contents of the cell to the right.</ahelp>"
msgstr ""
-#: main0202.xhp#par_id2376476.help.text
+#. ;iar
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_id2376476\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Horizontally centers the contents of the cell.</ahelp>"
msgstr ""
-#: main0202.xhp#par_id349131.help.text
+#. qYmO
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_id349131\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Aligns the contents of the cell to the left and right cell borders.</ahelp>"
msgstr ""
-#: main0107.xhp#tit.help.text
-msgid "Window"
-msgstr "ფანჯარა"
+#. 1r0%
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Welcome to the $[officename] Calc Help"
+msgstr ""
-#: main0107.xhp#hd_id3154758.1.help.text
-msgid "<link href=\"text/scalc/main0107.xhp\" name=\"Window\">Window</link>"
-msgstr "<link href=\"text/scalc/main0107.xhp\" name=\"ფანჯარა\">ფანჯარა</link>"
+#. nH=N
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"hd_id3147338\n"
+"1\n"
+"help.text"
+msgid "Welcome to the $[officename] Calc Help"
+msgstr ""
-#: main0107.xhp#par_id3150398.2.help.text
-msgid "<ahelp hid=\".uno:WindowList\">Contains commands for manipulating and displaying document windows.</ahelp>"
+#. uffg
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"hd_id3153965\n"
+"3\n"
+"help.text"
+msgid "How to Work With $[officename] Calc"
+msgstr "როგორ ვიმუშაოთ $[officename] Calc-თან"
+
+#. +O;]
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id3147004\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Functions by Category\">List of Functions by Category</link>"
msgstr ""
+
+#. 6=g#
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"hd_id3154659\n"
+"6\n"
+"help.text"
+msgid "$[officename] Calc Menus, Toolbars, and Keys"
+msgstr "$[officename] Calc-ის მენიუები, ინსტრუმენტთა დაფები და გასაღებები"
+
+#. p3Y6
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"hd_id3150883\n"
+"4\n"
+"help.text"
+msgid "Help about the Help"
+msgstr "დახმარება დახმარების შესახებ"
+
+#. MO6?
+#: main0100.xhp
+msgctxt ""
+"main0100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Menus"
+msgstr "მენიუები"
+
+#. 9.ES
+#: main0100.xhp
+msgctxt ""
+"main0100.xhp\n"
+"hd_id3156023\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"main0100\"><link href=\"text/scalc/main0100.xhp\" name=\"Menus\">Menus</link></variable>"
+msgstr "<variable id=\"main0100\"><link href=\"text/scalc/main0100.xhp\" name=\"მენიუები\">მენიუები</link></variable>"
+
+#. tquf
+#: main0100.xhp
+msgctxt ""
+"main0100.xhp\n"
+"par_id3154760\n"
+"2\n"
+"help.text"
+msgid "The following menu commands are available for spreadsheets."
+msgstr "მენიუს შემდეგი ბრძანებები ხელმისაწვდომია ელექტრონული ცხრილებისთვის."
+
+#. ]O/]
+#: main0206.xhp
+msgctxt ""
+"main0206.xhp\n"
+"tit\n"
+"help.text"
+msgid "Formula Bar"
+msgstr "ფორმულათა ზოლი"
+
+#. o(*a
+#: main0206.xhp
+#, fuzzy
+msgctxt ""
+"main0206.xhp\n"
+"hd_id3147264\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/main0206.xhp\" name=\"Formula Bar\">Formula Bar</link>"
+msgstr "<link href=\"text/scalc/main0218.xhp\" name=\"ხელსაწყოთა ზოლი\">ხელსაწყოთა ზოლი</link>"
+
+#. G,pG
+#: main0206.xhp
+msgctxt ""
+"main0206.xhp\n"
+"par_id3150400\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_INPUTWIN\">Use this bar to enter formulas.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_INPUTWIN\">გამოიყენეთ ეს ზოლი ფორმულების შესაყვანად.</ahelp>"
+
+#. qp0T
+#: main0200.xhp
+msgctxt ""
+"main0200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Toolbars"
+msgstr "ინსტრუმენტთა პანელები"
+
+#. Y$D6
+#: main0200.xhp
+msgctxt ""
+"main0200.xhp\n"
+"hd_id3154758\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"main0200\"><link href=\"text/scalc/main0200.xhp\" name=\"Toolbars\">Toolbars</link></variable>"
+msgstr "<variable id=\"main0200\"><link href=\"text/scalc/main0200.xhp\" name=\"ინსტრუმენტთა პანელები\">ინსტრუმენტთა პანელები</link></variable>"
+
+#. 9%]]
+#: main0200.xhp
+msgctxt ""
+"main0200.xhp\n"
+"par_id3148798\n"
+"2\n"
+"help.text"
+msgid "This submenu lists the toolbars that are available in spreadsheets.<embedvar href=\"text/shared/00/00000007.xhp#symbolleistenneu\"/>"
+msgstr "ამ ქვემენიუ აჩვენებს ინსტრუმენტთა დაფებს, რომლებიც ხელმისაწვდომია ელექტრონულ ცხრილებში.<embedvar href=\"text/shared/00/00000007.xhp#symbolleistenneu\"/>"
+
+#. D,cp
+#: main0101.xhp
+msgctxt ""
+"main0101.xhp\n"
+"tit\n"
+"help.text"
+msgid "File"
+msgstr "ფაილი"
+
+#. whj]
+#: main0101.xhp
+msgctxt ""
+"main0101.xhp\n"
+"hd_id3156023\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/main0101.xhp\" name=\"File\">File</link>"
+msgstr "<link href=\"text/scalc/main0101.xhp\" name=\"ფაილი\">ფაილი</link>"
+
+#. IpkS
+#: main0101.xhp
+msgctxt ""
+"main0101.xhp\n"
+"par_id3151112\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">These commands apply to the current document, open a new document, or close the application.</ahelp>"
+msgstr ""
+
+#. ~bP(
+#: main0101.xhp
+msgctxt ""
+"main0101.xhp\n"
+"hd_id3154684\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">Open</link>"
+msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"გახსნა\">გახსნა</link>"
+
+#. nLGu
+#: main0101.xhp
+msgctxt ""
+"main0101.xhp\n"
+"hd_id3147434\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">Save As</link>"
+msgstr "<link href=\"text/shared/01/01070000.xhp\" name=\"შეინახე როგორც\">შეინახე როგორც</link>"
+
+#. m(sz
+#: main0101.xhp
+msgctxt ""
+"main0101.xhp\n"
+"hd_id3147396\n"
+"11\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01190000.xhp\" name=\"Versions\">Versions</link>"
+msgstr "<link href=\"text/shared/01/01190000.xhp\" name=\"ვერსიები\">ვერსიები</link>"
+
+#. WmV7
+#: main0101.xhp
+msgctxt ""
+"main0101.xhp\n"
+"hd_id3149400\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01100000.xhp\" name=\"Properties\">Properties</link>"
+msgstr "<link href=\"text/shared/01/01100000.xhp\" name=\"თვისებები\">თვისებები</link>"
+
+#. *N$G
+#: main0101.xhp
+msgctxt ""
+"main0101.xhp\n"
+"hd_id3155445\n"
+"9\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">Print</link>"
+msgstr "<link href=\"text/shared/01/01130000.xhp\" name=\"დაბეჭდვა\">დაბეჭდვა</link>"
+
+#. qLus
+#: main0101.xhp
+msgctxt ""
+"main0101.xhp\n"
+"hd_id3147339\n"
+"10\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01140000.xhp\" name=\"Printer Setup\">Printer Setup</link>"
+msgstr "<link href=\"text/shared/01/01140000.xhp\" name=\"პრინტერის დაყენება\">პრინტერის დაყენება</link>"
+
+#. L1i_
+#: main0214.xhp
+msgctxt ""
+"main0214.xhp\n"
+"tit\n"
+"help.text"
+msgid "Picture Bar"
+msgstr "სურათების ზოლი"
+
+#. 0k6J
+#: main0214.xhp
+msgctxt ""
+"main0214.xhp\n"
+"hd_id3153088\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/main0214.xhp\" name=\"Picture Bar\">Picture Bar</link>"
+msgstr "<link href=\"text/scalc/main0214.xhp\" name=\"სურათების ზოლი\">სურათების ზოლი</link>"
+
+#. ick9
+#: main0214.xhp
+msgctxt ""
+"main0214.xhp\n"
+"par_id3153896\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">The <emph>Picture</emph> bar is displayed when you insert or select a picture in a sheet.</ahelp>"
+msgstr "<ahelp hid=\".\">The <emph>Picture</emph> ზოლი გამოჩნდება მას შემდეგ, რაც თქვენ დასვავთ სურათს ფურცელზე.</ahelp>"
diff --git a/source/ka/helpcontent2/source/text/scalc/00.po b/source/ka/helpcontent2/source/text/scalc/00.po
index 1da4d2f4433..89e79b286c2 100644
--- a/source/ka/helpcontent2/source/text/scalc/00.po
+++ b/source/ka/helpcontent2/source/text/scalc/00.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/scalc/00.oo
+#. extracted from helpcontent2/source/text/scalc/00
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fscalc%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:51+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,834 +12,1979 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: 00000407.xhp#tit.help.text
-msgctxt "00000407.xhp#tit.help.text"
+#. eY@i
+#: 00000407.xhp
+msgctxt ""
+"00000407.xhp\n"
+"tit\n"
+"help.text"
msgid "Window Menu"
msgstr "სარკმლის მენიუ"
-#: 00000407.xhp#hd_id3155628.1.help.text
-msgctxt "00000407.xhp#hd_id3155628.1.help.text"
+#. @l#5
+#: 00000407.xhp
+msgctxt ""
+"00000407.xhp\n"
+"hd_id3155628\n"
+"1\n"
+"help.text"
msgid "Window Menu"
msgstr "სარკმლის მენიუ"
-#: 00000407.xhp#par_id3147335.2.help.text
+#. YdK,
+#: 00000407.xhp
+msgctxt ""
+"00000407.xhp\n"
+"par_id3147335\n"
+"2\n"
+"help.text"
msgid "<variable id=\"fete\">Choose <emph>Window - Split</emph></variable>"
msgstr "<variable id=\"fete\">არჩევა <emph>ფანჯარა - გაყოფა</emph></variable>"
-#: 00000407.xhp#par_id3153663.3.help.text
+#. ]g{~
+#: 00000407.xhp
+msgctxt ""
+"00000407.xhp\n"
+"par_id3153663\n"
+"3\n"
+"help.text"
msgid "<variable id=\"fefix\">Choose <emph>Window - Freeze</emph></variable>"
msgstr "<variable id=\"fefix\">არჩევა <emph>ფანჯარა - გაშეშება</emph></variable>"
-#: 00000402.xhp#tit.help.text
-msgctxt "00000402.xhp#tit.help.text"
-msgid "Edit Menu"
-msgstr "რედაქტირების მენიუ"
+#. UNTD
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data Menu"
+msgstr "მონაცემთა მენიუ"
-#: 00000402.xhp#hd_id3147303.1.help.text
-msgctxt "00000402.xhp#hd_id3147303.1.help.text"
-msgid "Edit Menu"
-msgstr "რედაქტირების მენიუ"
+#. ;o)Y
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"hd_id3145136\n"
+"1\n"
+"help.text"
+msgid "Data Menu"
+msgstr "მონაცემთა მენიუ"
-#: 00000402.xhp#par_id3155555.2.help.text
-msgid "<variable id=\"kopffuss\">Choose <emph>Edit - Headers & Footers</emph></variable>"
-msgstr "<variable id=\"kopffuss\">არჩევა <emph> ქვედა და ზედა კოლინტიტულების - რედაქტირება </emph></variable>"
+#. JJ7V
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id8366954\n"
+"help.text"
+msgid "<variable id=\"text2columns\">Choose <emph>Data - Text to Columns</emph></variable>"
+msgstr ""
-#: 00000402.xhp#par_id3159233.3.help.text
-msgid "<variable id=\"bkopfzeile\">Choose <emph>Edit - Headers & Footers - Header/Footer</emph> tabs</variable>"
-msgstr "<variable id=\"bkopfzeile\">არჩევა <emph>ქვედა და ზედა კოლინტიტულების - რედაქტირება - ზედა კოლინტიტული/ქვედა კოლინტიტული</emph> tabs</variable>"
+#. WYJ0
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3147399\n"
+"3\n"
+"help.text"
+msgid "<variable id=\"dbrbf\">Choose <emph>Data - Define Range</emph></variable>"
+msgstr "<variable id=\"dbrbf\">არჩევა <emph>მონაცემები - არიალის განსაზღვრა</emph></variable>"
-#: 00000402.xhp#par_id3150443.4.help.text
-msgid "<variable id=\"bausfullen\">Choose <emph>Edit - Fill</emph></variable>"
-msgstr "<variable id=\"bausfullen\">არჩევა <emph>რედაქტირება - შევსება</emph></variable>"
+#. =R:C
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3145345\n"
+"4\n"
+"help.text"
+msgid "<variable id=\"dbrba\">Choose <emph>Data - Select Range</emph></variable>"
+msgstr "<variable id=\"dbrba\">არჩევა <emph>მონაცემები - არიალის მონიშვნა</emph></variable>"
-#: 00000402.xhp#par_id3143267.5.help.text
-msgid "<variable id=\"bausunten\">Choose <emph>Edit - Fill - Down</emph></variable>"
-msgstr "<variable id=\"bausunten\">არჩევა <emph>რედაქტირება - შევსება - ქვევით</emph></variable>"
+#. aVd7
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3150443\n"
+"5\n"
+"help.text"
+msgid "<variable id=\"dnsrt\">Choose <emph>Data - Sort</emph></variable>"
+msgstr "<variable id=\"dnsrt\">არჩევა <emph>მონაცემები - დახარისხება</emph></variable>"
-#: 00000402.xhp#par_id3153880.6.help.text
-msgid "<variable id=\"bausrechts\">Choose <emph>Edit - Fill - Right</emph></variable>"
-msgstr "<variable id=\"bausrechts\">არჩევა <emph>რედაქტირება - შევსება - მარჯვნივ</emph></variable>"
+#. 8#D|
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3148491\n"
+"6\n"
+"help.text"
+msgid "Choose <emph>Data - Sort - Sort Criteria</emph> tab"
+msgstr "არჩევა <emph>მონაცემები -დახარისხება - კრიტერიუმებით დახარისხება</emph> ჩანართი"
-#: 00000402.xhp#par_id3151245.7.help.text
-msgid "<variable id=\"bausoben\">Choose <emph>Edit - Fill - Up</emph></variable>"
-msgstr "<variable id=\"bausoben\">არჩევა<emph>რედაქტირება - შევსება - ზევით</emph></variable>"
+#. sBbC
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3154516\n"
+"7\n"
+"help.text"
+msgid "On Standard bar, click"
+msgstr "დააწკაპუნეთ სტანდარტულ ზოლზე"
-#: 00000402.xhp#par_id3145068.8.help.text
-msgid "<variable id=\"bauslinks\">Choose <emph>Edit - Fill - Left</emph></variable>"
-msgstr "<variable id=\"bauslinks\">არჩევა <emph>რედაქტირება - შევსება - მარცხნივ</emph></variable>"
+#. 1U@d
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3148663\n"
+"help.text"
+msgid "<image id=\"img_id3150543\" src=\"cmd/sc_sortup.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150543\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150543\" src=\"cmd/sc_sortup.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150543\">ხატულა</alt></image>"
-#: 00000402.xhp#par_id3150400.9.help.text
-msgid "<variable id=\"baustab\">Choose <emph>Edit - Fill - Sheet</emph></variable>"
-msgstr "<variable id=\"baustab\">არჩევა <emph>რედაქტირება - შევსება - ფურცელი</emph></variable>"
+#. $sCd
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3150767\n"
+"8\n"
+"help.text"
+msgid "Sort Ascending"
+msgstr "ზრდადობით დახარისხება"
-#: 00000402.xhp#par_id3154910.10.help.text
-msgid "<variable id=\"bausreihe\">Choose <emph>Edit - Fill - Series</emph></variable>"
-msgstr "<variable id=\"bausreihe\">არჩევა <emph>რედაქტირება - შევსება - სერიები</emph></variable>"
+#. g|{_
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3153969\n"
+"help.text"
+msgid "<image id=\"img_id3125863\" src=\"cmd/sc_sortdown.png\" width=\"0.1701inch\" height=\"0.1701inch\"><alt id=\"alt_id3125863\">Icon</alt></image>"
+msgstr "<image id=\"img_id3125863\" src=\"cmd/sc_sortdown.png\" width=\"0.1701inch\" height=\"0.1701inch\"><alt id=\"alt_id3125863\">ხატულა</alt></image>"
-#: 00000402.xhp#par_id3154123.11.help.text
-msgid "Choose <emph>Edit - Delete Contents</emph>"
-msgstr "არჩევა<emph>რედაქტირება - შიგთავსის წაშლა</emph>"
+#. RQ+1
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3145364\n"
+"9\n"
+"help.text"
+msgid "Sort Descending"
+msgstr "კლებადობით დახარისხება"
-#: 00000402.xhp#par_id3145785.20.help.text
-msgid "Backspace"
-msgstr ""
+#. zUIt
+#: 00000412.xhp
+#, fuzzy
+msgctxt ""
+"00000412.xhp\n"
+"par_id3146984\n"
+"10\n"
+"help.text"
+msgid "<variable id=\"dnstot\">Choose <emph>Data - Sort - Options</emph> tab</variable>"
+msgstr "<variable id=\"dnstot\">არჩევა <emph>მონაცემები - დახარისხება - პარამეტრები</emph> tab </variable>"
-#: 00000402.xhp#par_id3150011.12.help.text
-msgid "<variable id=\"bzelo\">Choose <emph>Edit - Delete Cells</emph></variable>"
-msgstr "<variable id=\"bzelo\">არჩევა <emph>რედაქტირება - უჯრების წაშლა</emph></variable>"
+#. xoa7
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3155308\n"
+"11\n"
+"help.text"
+msgid "<variable id=\"dnftr\">Choose <emph>Data - Filter</emph></variable>"
+msgstr "<variable id=\"dnftr\">არჩევა <emph>მონაცემები - ფილტრი</emph></variable>"
-#: 00000402.xhp#par_id3153951.13.help.text
-msgid "Choose <emph>Edit – Sheet - Delete</emph>"
-msgstr "არჩევა <emph>რედაქტირება /– ფურცელი - წაშლა</emph>"
+#. rgU6
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3148646\n"
+"12\n"
+"help.text"
+msgid "Choose <emph>Data - Filter - AutoFilter</emph>"
+msgstr "არჩევა <emph>მონაცემები - ფილტრი - ავტოფილტრი</emph>"
-#: 00000402.xhp#par_id3155306.18.help.text
-msgctxt "00000402.xhp#par_id3155306.18.help.text"
-msgid "Open context menu for a sheet tab"
-msgstr "ელ-ცხრილის დაფისთვის კონტექსტის მენიუს გახსნა"
+#. jDL/
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3151113\n"
+"13\n"
+"help.text"
+msgid "On Tools bar or Table Data bar, click"
+msgstr "დააწკაპუნეთ ხელსაწყოთა ან ცხრილის მონაცემთა ხაზზე"
-#: 00000402.xhp#par_id3146119.14.help.text
-msgid "Choose <emph>Edit – Sheets – Move/Copy</emph>"
-msgstr "არჩევა <emph>რედაქტირება – ფურცლები – გადატანა/კოპირება</emph>"
+#. 8TnS
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3145799\n"
+"help.text"
+msgid "<image id=\"img_id3149413\" src=\"cmd/sc_datafilterautofilter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149413\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149413\" src=\"cmd/sc_datafilterautofilter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149413\">ხატულა</alt></image>"
-#: 00000402.xhp#par_id3148645.19.help.text
-msgctxt "00000402.xhp#par_id3148645.19.help.text"
-msgid "Open context menu for a sheet tab"
-msgstr "ელ-ცხრილის დაფისთვის კონტექსტის მენიუს გახსნა"
+#. 6wp6
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3149401\n"
+"14\n"
+"help.text"
+msgid "AutoFilter"
+msgstr "ავტოფილტრი"
-#: 00000402.xhp#par_id3153093.15.help.text
-msgid "<variable id=\"bmaumloe\">Choose <emph>Edit - Delete Manual Break</emph></variable>"
-msgstr "<variable id=\"bmaumloe\">აირჩიეთ<emph>რედაქტირება -ხელოვნური წყვეტის წაშლა</emph></variable>"
+#. 6J0:
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3156278\n"
+"17\n"
+"help.text"
+msgid "<variable id=\"dnfspz\">Choose <emph>Data - Filter - Advanced Filter</emph></variable>"
+msgstr "<variable id=\"dnfspz\">არჩევა <emph>მონაცემები - ფილტრი - გაფართოებული ფილტრი</emph></variable>"
-#: 00000402.xhp#par_id3153191.16.help.text
-msgid "<variable id=\"bzeilum\">Choose <emph>Edit - Delete Manual Break - Row Break</emph></variable>"
-msgstr "<variable id=\"bzeilum\">არჩევა <emph>რედაქტირება - წაშალე ხელით გამყოფი - Row Break</emph></variable>"
+#. oEjJ
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3153764\n"
+"18\n"
+"help.text"
+msgid "Choose <emph>Data - Filter - Standard Filter - More>></emph> button"
+msgstr "არჩევა <emph>მონაცემები - ფილტრი - სტანდარტული ფილტრი - დამატებით>></emph> button"
-#: 00000402.xhp#par_id3145645.17.help.text
-msgid "<variable id=\"bspaum\">Choose <emph>Edit - Delete Manual Break - Column Break</emph></variable>"
-msgstr "<variable id=\"bspaum\">არჩევა <emph>რედაქტირება - წაშალე ხელით გამყოფი - სვეტი გამყოფი</emph></variable>"
+#. =H]U
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3155444\n"
+"19\n"
+"help.text"
+msgid "Choose <emph>Data - Filter - Advanced Filter - More>></emph> button"
+msgstr "არჩევა <emph>მონაცემები - ფილტრი - გაფართოებული ფილტრი - დამატებით>></emph> ღილაკი"
-#: 00000403.xhp#tit.help.text
-msgctxt "00000403.xhp#tit.help.text"
-msgid "View Menu"
-msgstr "ხედის მენიუ"
+#. 3RE#
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3156382\n"
+"20\n"
+"help.text"
+msgid "Choose <emph>Data - Filter - Remove Filter</emph>"
+msgstr "არჩევა <emph>მონაცემები - ფილტრი - ფილტრის წაშლა</emph>"
-#: 00000403.xhp#hd_id3145673.1.help.text
-msgctxt "00000403.xhp#hd_id3145673.1.help.text"
-msgid "View Menu"
-msgstr "ხედის მენიუ"
+#. NL[I
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3155961\n"
+"48\n"
+"help.text"
+msgid "On Table Data bar, click <emph>Remove Filter/Sort</emph>"
+msgstr "დააწკაპუნეთ ცხრილის მონაცემთა ხაზზე <emph>ფილტრის/დახარისხების წაშლა</emph>"
-#: 00000403.xhp#par_id3150275.2.help.text
-msgid "<variable id=\"aspze\">Choose <emph>View - Column & Row Headers</emph></variable>"
-msgstr "<variable id=\"aspze\">არჩევა <emph>ჩვენება - სვეტი & მწკივის თავი</emph></variable>"
+#. gV:u
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3148485\n"
+"help.text"
+msgid "<image id=\"img_id3145792\" src=\"cmd/sc_removefilter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145792\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145792\" src=\"cmd/sc_removefilter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145792\">ხატულა</alt></image>"
-#: 00000403.xhp#par_id3154514.3.help.text
-msgid "<variable id=\"awehe\">Choose <emph>View - Value Highlighting</emph></variable>"
-msgstr "<variable id=\"awehe\">არჩევა <emph>ჩვენება - მნიშვნელობის მონიშვნა</emph></variable>"
+#. ~L,7
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3149207\n"
+"49\n"
+"help.text"
+msgid "Remove Filter/Sort"
+msgstr "ფილტრის/დახარისხების წაშლა"
-#: 00000403.xhp#par_id3148947.4.help.text
-msgid "<variable id=\"rechenleiste\">Choose <emph>View - Toolbars - Formula Bar</emph></variable>"
-msgstr "<variable id=\"rechenleiste\">არჩევა <emph>ჩვენება - ხელსაწყოთა ზოლი - ფორმულის ზოლი </emph></variable>"
+#. G\8`
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3152778\n"
+"21\n"
+"help.text"
+msgid "<variable id=\"dnaftas\">Choose <emph>Data - Filter - Hide AutoFilter</emph></variable>"
+msgstr "<variable id=\"dnaftas\">არჩევა <emph>მონაცემები - ფილტრი - ავტოფილტრის დამალვა</emph></variable>"
-#: 00000403.xhp#par_id3148663.5.help.text
-msgid "<variable id=\"seumvo\">Choose <emph>View - Page Break Preview</emph></variable>"
-msgstr "<variable id=\"seumvo\">არჩევა <emph>ჩვენება - გვერდის გამყოფის დათვალიერება</emph></variable>"
+#. NAdQ
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3166424\n"
+"22\n"
+"help.text"
+msgid "<variable id=\"dntegs\">Choose <emph>Data - Subtotals</emph></variable>"
+msgstr "<variable id=\"dntegs\">არჩევა <emph>მონაცემები - ქვე-ჯამები</emph></variable>"
+
+#. *j.I
+#: 00000412.xhp
+#, fuzzy
+msgctxt ""
+"00000412.xhp\n"
+"par_id3154574\n"
+"23\n"
+"help.text"
+msgid "<variable id=\"dntezd\">Choose <emph>Data - Subtotals - 1st, 2nd, 3rd Group</emph> tabs</variable>"
+msgstr "<variable id=\"dntezd\">არჩევა <emph>მონაცემები - ქვე-ჯამები - 1, 2, 3 ჯგუფი</emph> ჩანართები </variable>"
+
+#. =0o(
+#: 00000412.xhp
+#, fuzzy
+msgctxt ""
+"00000412.xhp\n"
+"par_id3151277\n"
+"24\n"
+"help.text"
+msgid "<variable id=\"dntopi\">Choose <emph>Data - Subtotals - Options</emph> tab</variable>"
+msgstr "<variable id=\"dntopi\">არჩევა <emph>მონაცემები - ქვე-ჯამები - პარამეტრები</emph> tab </variable>"
+
+#. 2E4E
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3145133\n"
+"25\n"
+"help.text"
+msgid "<variable id=\"datengueltig\">Choose <emph>Data - Validity</emph></variable>"
+msgstr "<variable id=\"datengueltig\">არჩევა <emph>მონაცემები - მართებულობის შემოწმება </emph></variable>"
+
+#. :,?t
+#: 00000412.xhp
+#, fuzzy
+msgctxt ""
+"00000412.xhp\n"
+"par_id3152992\n"
+"26\n"
+"help.text"
+msgid "<variable id=\"datengueltigwerte\">Menu <emph>Data - Validity - Criteria</emph> tab</variable>"
+msgstr "<variable id=\"datengueltigwerte\">მენიუ <emph>მონაცემები - მართებულობის შემოწმება - კრიტერიუმი</emph> ჩანართი </variable>"
+
+#. 4rb^
+#: 00000412.xhp
+#, fuzzy
+msgctxt ""
+"00000412.xhp\n"
+"par_id3150367\n"
+"27\n"
+"help.text"
+msgid "<variable id=\"datengueltigeingabe\">Choose <emph>Data - Validity - Input Help</emph> tab</variable>"
+msgstr "<variable id=\"datengueltigeingabe\">არჩევა <emph>მონაცემები - მართებულობის შემოწმება - დახმარების შეტანა</emph> ჩანართი </variable>"
+
+#. *,n#
+#: 00000412.xhp
+#, fuzzy
+msgctxt ""
+"00000412.xhp\n"
+"par_id3154486\n"
+"28\n"
+"help.text"
+msgid "<variable id=\"datengueltigfehler\">Choose <emph>Data - Validity - Error Alert</emph> tab</variable>"
+msgstr "<variable id=\"datengueltigfehler\">არჩევა <emph>მონაცემები - მართებულობის შემოწმება - შეცდომის გაფრთხილება</emph> tab </variable>"
+
+#. 1s|:
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3146978\n"
+"29\n"
+"help.text"
+msgid "<variable id=\"dnmfo\">Choose <emph>Data - Multiple Operations</emph></variable>"
+msgstr "<variable id=\"dnmfo\">არჩევა <emph>მონაცემები - რამოდენიმე ოპერაციები</emph></variable>"
+
+#. ;C/L
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3155809\n"
+"30\n"
+"help.text"
+msgid "<variable id=\"dnksd\">Choose <emph>Data - Consolidate</emph></variable>"
+msgstr "<variable id=\"dnksd\">არჩევა <emph>მონაცემები - გაერთიანება</emph></variable>"
+
+#. pMb?
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3148701\n"
+"31\n"
+"help.text"
+msgid "<variable id=\"dngld\">Choose <emph>Data - Group and Outline</emph></variable>"
+msgstr "<variable id=\"dngld\">არჩევა <emph>მონაცემები - მონახაზი</emph></variable>"
+
+#. A4B5
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3153815\n"
+"32\n"
+"help.text"
+msgid "<variable id=\"dngda\">Choose <emph>Data - Group and Outline - Hide Details</emph></variable>"
+msgstr "<variable id=\"dngda\">არჩევა <emph>მონაცემები - მონახაზი - დეტალების დამალვა</emph></variable>"
+
+#. DUOo
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3159223\n"
+"33\n"
+"help.text"
+msgid "<variable id=\"dngde\">Choose <emph>Data - Group and Outline - Show Details</emph></variable>"
+msgstr "<variable id=\"dngde\">არჩევა <emph>მონაცემები - მონახაზი - დეტალების ჩვენება</emph></variable>"
+
+#. Z;s}
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3146870\n"
+"34\n"
+"help.text"
+msgid "Choose <emph>Data - Group and Outline - Group</emph>"
+msgstr "არჩევა <emph>მონაცემები - მონახაზი - ჯგუფი</emph>"
+
+#. g9Wm
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3144507\n"
+"51\n"
+"help.text"
+msgid "F12"
+msgstr "F12"
+
+#. f#3$
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3144772\n"
+"35\n"
+"help.text"
+msgid "On <emph>Tools</emph> bar, click"
+msgstr "ხაზზე<emph>ხელსაწყოები</emph>"
+
+#. _fJr
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3149438\n"
+"help.text"
+msgid "<image id=\"img_id3153287\" src=\"cmd/sc_group.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153287\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153287\" src=\"cmd/sc_group.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153287\">ხატულა</alt></image>"
-#: 00000404.xhp#tit.help.text
-msgctxt "00000404.xhp#tit.help.text"
+#. #bgs
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3150214\n"
+"36\n"
+"help.text"
+msgid "Group"
+msgstr "ჯგუფი"
+
+#. O-~Y
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3146781\n"
+"37\n"
+"help.text"
+msgid "Choose <emph>Data - Group and Outline - Ungroup</emph>"
+msgstr "არჩევა <emph>მონაცემები - მონახაზი - განჯგუფება</emph>"
+
+#. d/BO
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3150892\n"
+"52\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F12"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F12"
+
+#. so_9
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3155097\n"
+"38\n"
+"help.text"
+msgid "On <emph>Tools</emph> bar, click"
+msgstr "<emph>ხელსაწყოები</emph>"
+
+#. g$#7
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3150048\n"
+"help.text"
+msgid "<image id=\"img_id3155914\" src=\"cmd/sc_ungroup.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155914\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155914\" src=\"cmd/sc_ungroup.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155914\">ხატულა</alt></image>"
+
+#. -Q!,
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3153555\n"
+"39\n"
+"help.text"
+msgid "Ungroup"
+msgstr "განჯგუფება"
+
+#. D9yU
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3153008\n"
+"40\n"
+"help.text"
+msgid "<variable id=\"dnglagl\">Choose <emph>Data - Group and Outline - AutoOutline</emph></variable>"
+msgstr "<variable id=\"dnglagl\">არჩევა <emph>მონაცემები - მონახაზი - ავტომონახაზი</emph></variable>"
+
+#. o`u;
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3154709\n"
+"41\n"
+"help.text"
+msgid "<variable id=\"dnglef\">Choose <emph>Data - Group and Outline - Remove</emph></variable>"
+msgstr "<variable id=\"dnglef\">არჩევა <emph>მონაცემები - მონახაზი - წაშლა</emph></variable>"
+
+#. slNR
+#: 00000412.xhp
+#, fuzzy
+msgctxt ""
+"00000412.xhp\n"
+"par_id1774346\n"
+"help.text"
+msgid "<variable id=\"dngdrill\">Choose <emph>Data - Group and Outline - Show Details</emph> (for some pivot tables)</variable>"
+msgstr "<variable id=\"dngde\">არჩევა <emph>მონაცემები - მონახაზი - დეტალების ჩვენება</emph></variable>"
+
+#. :M`i
+#: 00000412.xhp
+#, fuzzy
+msgctxt ""
+"00000412.xhp\n"
+"par_id3155759\n"
+"42\n"
+"help.text"
+msgid "<variable id=\"dndtpt\">Choose <emph>Data - Pivot Table</emph></variable>"
+msgstr "<variable id=\"dndtpt\">არჩევა <emph>მონაცემები - DataPilot</emph></variable>"
+
+#. g6T(
+#: 00000412.xhp
+#, fuzzy
+msgctxt ""
+"00000412.xhp\n"
+"par_id3154625\n"
+"43\n"
+"help.text"
+msgid "<variable id=\"dndpa\">Choose <emph>Data - Pivot Table - Create</emph></variable>"
+msgstr "<variable id=\"dndpa\">არჩევა <emph>მონაცემები - DataPilot - დაწყება</emph></variable>"
+
+#. eiV?
+#: 00000412.xhp
+#, fuzzy
+msgctxt ""
+"00000412.xhp\n"
+"par_id3147558\n"
+"53\n"
+"help.text"
+msgid "<variable id=\"dndq\">Choose <emph>Data - Pivot Table - Create</emph>, in the Select Source dialog choose the option <emph>Data source registered in $[officename]</emph>.</variable>"
+msgstr "<variable id=\"dndq\">არჩევა <emph>მონაცემები - DataPilot - დაწყება</emph>, არჩეული წყაროს დიალოგში პარამეტრის არჩევა <emph>მონაცემთა წყარო რეგისტრირებულია $[officename]-ში</emph>. </variable>"
+
+#. +QIS
+#: 00000412.xhp
+#, fuzzy
+msgctxt ""
+"00000412.xhp\n"
+"par_id3153297\n"
+"50\n"
+"help.text"
+msgid "Choose <emph>Data - Pivot Table - Create</emph>, in the Select Source dialog choose the option <emph>Current selection</emph>."
+msgstr "Choose <emph>მონაცემები - DataPilot - დაწყება</emph>, არჩეული წყაროს დიალოგში პარამეტრის არჩევა <emph>მიმდინარე მონიშვნა</emph>."
+
+#. 67Id
+#: 00000412.xhp
+#, fuzzy
+msgctxt ""
+"00000412.xhp\n"
+"par_id3145118\n"
+"54\n"
+"help.text"
+msgid "Choose <emph>Data - Pivot Table - Create</emph>, in the Select Source dialog choose the option <emph>Data source registered in $[officename]</emph>, click <emph>OK</emph> to see <emph>Select Data Source</emph> dialog."
+msgstr "არჩევა<emph>მონაცემები - DataPilot - დაწყება</emph>, არჩეული წყაროს დიალოგში პარამეტრის არჩევა <emph>მონაცემთა წყარო რეგისტრირებულია $[officename]-ში</emph>, დააწკაპუნეთ <emph>კარგი</emph> დასანახად <emph>მონიშნეთ მონაცემთა წყარო</emph> დიალოგი."
+
+#. Mr.H
+#: 00000412.xhp
+#, fuzzy
+msgctxt ""
+"00000412.xhp\n"
+"par_id3153294\n"
+"44\n"
+"help.text"
+msgid "<variable id=\"dndpak\">Choose <emph>Data - Pivot Table - Refresh</emph></variable>"
+msgstr "<variable id=\"dndpak\">არჩევა <emph>მონაცემები - DataPilot - განახლება</emph></variable>"
+
+#. 26r^
+#: 00000412.xhp
+#, fuzzy
+msgctxt ""
+"00000412.xhp\n"
+"par_id3151344\n"
+"45\n"
+"help.text"
+msgid "<variable id=\"dndploe\">Choose <emph>Data - Pivot Table - Delete</emph></variable>"
+msgstr "<variable id=\"dndploe\">არჩევა <emph>მონაცემები - DataPilot - წაშლა</emph></variable>"
+
+#. gA9I
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3150397\n"
+"46\n"
+"help.text"
+msgid "<variable id=\"dndakt\">Choose <emph>Data - Refresh Range</emph></variable>"
+msgstr "<variable id=\"dndakt\">არჩევა <emph>მონაცემები - განახლების არეალი</emph></variable>"
+
+#. k2o*
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_idN10B8F\n"
+"help.text"
+msgid "<variable id=\"grouping\">Choose <emph>Data - Group and Outline - Group</emph></variable>"
+msgstr "<variable id=\"grouping\">არჩევა <emph>მონაცემები - მონახაზი - ჯგუფი</emph></variable>"
+
+#. Sj%-
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"tit\n"
+"help.text"
+msgid "Format Menu"
+msgstr "ფორმატის მენიუ"
+
+#. /_ii
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"hd_id3150769\n"
+"1\n"
+"help.text"
+msgid "Format Menu"
+msgstr "ფორმატის მენიუ"
+
+#. Ye{j
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3154685\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"fozelle\">Choose <emph>Format - Cells</emph></variable>"
+msgstr "<variable id=\"fozelle\">არჩევა<emph>ფორმატი - უჯრები</emph></variable>"
+
+#. 1Rqp
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3153194\n"
+"3\n"
+"help.text"
+msgid "<variable id=\"fozelstz\">Choose <emph>Format - Cells - Cell Protection</emph> tab </variable>"
+msgstr "<variable id=\"fozelstz\">არჩევა<emph>ფორმატი - უჯრები - უჯრების დაცვა</emph> tab </variable>"
+
+#. /.33
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3155854\n"
+"4\n"
+"help.text"
+msgid "<variable id=\"fozei\">Choose <emph>Format - Row</emph></variable>"
+msgstr "<variable id=\"fozei\">არჩევა<emph>ფორმატი - სტრიქონი</emph></variable>"
+
+#. ~7Wo
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3150012\n"
+"5\n"
+"help.text"
+msgid "<variable id=\"fozeiophoe\">Choose <emph>Format - Row - Optimal Height</emph></variable>"
+msgstr "<variable id=\"fozeiophoe\">არჩევა<emph>ფორმატი - სტრიქონი - ოპტიმალური სიმაღლე</emph></variable>"
+
+#. Z%@Z
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3148645\n"
+"6\n"
+"help.text"
+msgid "Choose <emph>Format - Row - Hide</emph>"
+msgstr "არჩევა <emph>ფორმატი - სტრიქონი - დამალვა</emph>"
+
+#. !s(r
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3153728\n"
+"7\n"
+"help.text"
+msgid "Choose <emph>Format - Column - Hide</emph>"
+msgstr "არჩევა<emph>ფორმატი - სვეტი - დამალვა</emph>"
+
+#. YIK=
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3151114\n"
+"8\n"
+"help.text"
+msgid "Choose <emph>Format - Sheet - Hide</emph>"
+msgstr "არჩევა <emph>ფორმატი - ფურცელი - დამალვა</emph>"
+
+#. #idk
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3148576\n"
+"9\n"
+"help.text"
+msgid "Choose <emph>Format - Row - Show</emph>"
+msgstr "არჩევა <emph>ფორმატი - სტრიქონი - ჩვენება</emph>"
+
+#. cj,D
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3156286\n"
+"10\n"
+"help.text"
+msgid "Choose <emph>Format - Column - Show</emph>"
+msgstr "არჩევა <emph>ფორმატი - სვეტი - ჩვენება</emph>"
+
+#. cJ13
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3145645\n"
+"11\n"
+"help.text"
+msgid "<variable id=\"fospa\">Choose <emph>Format - Column</emph></variable>"
+msgstr "<variable id=\"fospa\">არჩევა <emph>ფორმატი - სვეტი</emph></variable>"
+
+#. W@Z0
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3145252\n"
+"12\n"
+"help.text"
+msgid "Choose <emph>Format - Column - Optimal Width</emph>"
+msgstr "არჩევა <emph>ფორმატი - სვეტი - ოპტიმალური სიგანე</emph>"
+
+#. DLTx
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3146971\n"
+"36\n"
+"help.text"
+msgid "Double-click right column separator in column headers"
+msgstr "სვეტის სათაურზე მარჯვენა სვეტის გამყოფზე ორჯერ დაწკაპუნება"
+
+#. aB7/
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3147362\n"
+"15\n"
+"help.text"
+msgid "<variable id=\"fot\">Choose <emph>Format - Sheet</emph></variable>"
+msgstr "<variable id=\"fot\">არჩევა <emph>ფორმატირება - ფურცელი</emph></variable>"
+
+#. }3]`
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3163805\n"
+"16\n"
+"help.text"
+msgid "<variable id=\"fotu\">Choose <emph>Format - Sheet - Rename</emph></variable>"
+msgstr "<variable id=\"fotu\">არჩევა <emph>ფორმატი - ფურცელი - გადარქმევა</emph></variable>"
+
+#. +@gC
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3155333\n"
+"17\n"
+"help.text"
+msgid "<variable id=\"fotenb\">Choose <emph>Format - Sheet - Show</emph></variable>"
+msgstr "<variable id=\"fotenb\">არჩევა <emph>ფორმატი - ფურცელი - ჩვენება</emph></variable>"
+
+#. u.;w
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_idN1077A\n"
+"help.text"
+msgid "<variable id=\"foste\">Choose <emph>Format - Page</emph></variable>"
+msgstr "<variable id=\"foste\">არჩევა <emph>ფორმატი - გვერდიPage</emph></variable>"
+
+#. G_rh
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3155508\n"
+"25\n"
+"help.text"
+msgid "<variable id=\"fostel\">Choose <emph>Format - Page - Sheet</emph> tab </variable>"
+msgstr "<variable id=\"fostel\">არჩევა <emph>ფორმატი - გვერდი - ფურცელი</emph> tab </variable>"
+
+#. D;sc
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3150883\n"
+"26\n"
+"help.text"
+msgid "<variable id=\"fodrbe\">Choose <emph>Format - Print Ranges</emph></variable>"
+msgstr "<variable id=\"fodrbe\">არჩევა <emph>ფორმატი - ბეჭდვის დიაპაზონი</emph></variable>"
+
+#. =-j\
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3156448\n"
+"27\n"
+"help.text"
+msgid "<variable id=\"fodrfe\">Choose <emph>Format - Print Ranges - Define</emph></variable>"
+msgstr "<variable id=\"fodrfe\">არჩევა <emph>ფორმატი - ბეჭდვის დიაპაზონი- განსაზღვრა</emph></variable>"
+
+#. 7^yS
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3156290\n"
+"35\n"
+"help.text"
+msgid "<variable id=\"fodrhin\">Choose <emph>Format - Print Ranges - Add</emph></variable>"
+msgstr "<variable id=\"fodrhin\">არჩევა <emph>ფორმატი - ბეჭდვის დიაპაზონი - დამატება</emph></variable>"
+
+#. +{C^
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3155812\n"
+"28\n"
+"help.text"
+msgid "<variable id=\"fodbah\">Choose <emph>Format - Print Ranges - Remove</emph></variable>"
+msgstr "<variable id=\"fodbah\">არჩევა <emph>ფორმატი - ბეჭდვის დიაპაზონი - ამოშლა</emph></variable>"
+
+#. V8ib
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3153307\n"
+"29\n"
+"help.text"
+msgid "<variable id=\"fodbbe\">Choose <emph>Format - Print Ranges - Edit</emph></variable>"
+msgstr "<variable id=\"fodbbe\">არჩევა <emph>ფორმატი - ბეჭდვის დიაპაზონი - რედაქტირება</emph></variable>"
+
+#. gaR-
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3153916\n"
+"31\n"
+"help.text"
+msgid "Choose <emph>Format - AutoFormat</emph>"
+msgstr "არჩევა <emph>ფორმატი - ავტო-ფორმატი</emph>"
+
+#. E)b+
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3154532\n"
+"32\n"
+"help.text"
+msgid "On the Tools bar, click"
+msgstr "ხელსაწყოთა ზოლზე, დააწკაპუნეთ"
+
+#. A3[3
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3149332\n"
+"help.text"
+msgid "<image id=\"img_id3156020\" src=\"cmd/sc_autoformat.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156020\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156020\" src=\"cmd/sc_autoformat.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156020\">ხატულა</alt></image>"
+
+#. ~W\I
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3154060\n"
+"33\n"
+"help.text"
+msgid "AutoFormat"
+msgstr "ავტოფორმატი"
+
+#. ixYZ
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3154618\n"
+"34\n"
+"help.text"
+msgid "<variable id=\"bedingte\">Choose <emph>Format - Conditional Formatting</emph></variable>"
+msgstr "<variable id=\"bedingte\">არჩევა <emph>ფორმატი - პირობითი ფორმატირება</emph></variable>"
+
+#. s_F\
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"tit\n"
+"help.text"
msgid "Insert Menu"
msgstr "ჩასმის მენიუ"
-#: 00000404.xhp#hd_id3149346.1.help.text
-msgctxt "00000404.xhp#hd_id3149346.1.help.text"
+#. aX:O
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"hd_id3149346\n"
+"1\n"
+"help.text"
msgid "Insert Menu"
msgstr "ჩასმის მენიუ"
-#: 00000404.xhp#par_id3149095.36.help.text
+#. dg]o
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3149095\n"
+"36\n"
+"help.text"
msgid "<variable id=\"eimaum\">Choose <emph>Insert - Manual Break</emph></variable>"
msgstr "<variable id=\"eimaum\">არჩევა <emph>ჩასმა - ხელით გაყოფა</emph></variable>"
-#: 00000404.xhp#par_id3149398.2.help.text
+#. -:0c
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3149398\n"
+"2\n"
+"help.text"
msgid "<variable id=\"eimaumze\">Choose <emph>Insert - Manual Break - Row Break</emph></variable>"
msgstr "<variable id=\"eimaumze\">არჩევა <emph>ჩასმა - ხელით გაყოფა - სტრიქონის გაყოფა</emph></variable>"
-#: 00000404.xhp#par_id3150084.3.help.text
+#. j$4R
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3150084\n"
+"3\n"
+"help.text"
msgid "<variable id=\"eimaumsp\">Choose <emph>Insert - Manual Break - Column Break</emph></variable>"
msgstr "<variable id=\"eimaumsp\">არჩევა <emph>ჩასმა - ხელით გაყოფა - სვეტის გამყოფი</emph></variable>"
-#: 00000404.xhp#par_id3149784.4.help.text
+#. 67cT
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3149784\n"
+"4\n"
+"help.text"
msgid "Choose <emph>Insert - Cells</emph>"
msgstr "არჩევა <emph>ჩასმა - უჯრები</emph>"
-#: 00000404.xhp#par_id3154514.5.help.text
+#. IXVn
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3154514\n"
+"5\n"
+"help.text"
msgid "Open <emph>Insert Cells</emph> toolbar from Tools bar:"
-msgstr "გახსენით <emph>უჯრების ჩასმის</emph>ხაზი ხელსაწყოთა ხაზიდან: "
+msgstr "გახსენით <emph>უჯრების ჩასმის</emph>ხაზი ხელსაწყოთა ხაზიდან:"
-#: 00000404.xhp#par_id3149656.help.text
+#. l67|
+#: 00000404.xhp
#, fuzzy
+msgctxt ""
+"00000404.xhp\n"
+"par_id3149656\n"
+"help.text"
msgid "<image id=\"img_id3154365\" src=\"cmd/sc_inscellsctrl.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154365\">Icon</alt></image>"
msgstr "<image id=\"img_id3145364\" src=\"cmd/sc_insertcellsdown.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145364\">ხატულა</alt></image>"
-#: 00000404.xhp#par_id3151041.6.help.text
+#. ?mkp
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3151041\n"
+"6\n"
+"help.text"
msgid "Insert Cells"
msgstr "უჯრების ჩასმა"
-#: 00000404.xhp#par_id3145273.help.text
+#. 3Eh+
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3145273\n"
+"help.text"
msgid "<image id=\"img_id3145364\" src=\"cmd/sc_insertcellsdown.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145364\">Icon</alt></image>"
msgstr "<image id=\"img_id3145364\" src=\"cmd/sc_insertcellsdown.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145364\">ხატულა</alt></image>"
-#: 00000404.xhp#par_id3146985.7.help.text
+#. pr]!
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3146985\n"
+"7\n"
+"help.text"
msgid "Insert Cells Down"
msgstr "უჯრების დაბლა ჩასმა"
-#: 00000404.xhp#par_id3144766.help.text
+#. =(n1
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3144766\n"
+"help.text"
msgid "<image id=\"img_id3154942\" src=\"cmd/sc_insertcellsright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154942\">Icon</alt></image>"
msgstr "<image id=\"img_id3154942\" src=\"cmd/sc_insertcellsright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154942\">ხატულა</alt></image>"
-#: 00000404.xhp#par_id3145646.8.help.text
+#. PF1C
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3145646\n"
+"8\n"
+"help.text"
msgid "Insert Cells Right"
msgstr "უჯრების მარჯვნივ ჩასმა"
-#: 00000404.xhp#par_id3153838.help.text
+#. 9i9%
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3153838\n"
+"help.text"
msgid "<image id=\"img_id3153710\" src=\"cmd/sc_insertrows.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153710\">Icon</alt></image>"
msgstr "<image id=\"img_id3153710\" src=\"cmd/sc_insertrows.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153710\">ხატულა</alt></image>"
-#: 00000404.xhp#par_id3150324.9.help.text
+#. 5A4i
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3150324\n"
+"9\n"
+"help.text"
msgid "Insert Rows"
msgstr "სტრიქონების ჩასმა"
-#: 00000404.xhp#par_id3147363.help.text
+#. 77Kf
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3147363\n"
+"help.text"
msgid "<image id=\"img_id3145232\" src=\"cmd/sc_insertcolumns.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145232\">Icon</alt></image>"
msgstr "<image id=\"img_id3145232\" src=\"cmd/sc_insertcolumns.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145232\">ხატულა</alt></image>"
-#: 00000404.xhp#par_id3155334.10.help.text
+#. MxfX
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3155334\n"
+"10\n"
+"help.text"
msgid "Insert Columns"
msgstr "სვეტების ჩასმა"
-#: 00000404.xhp#par_id3148485.11.help.text
+#. IpVE
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3148485\n"
+"11\n"
+"help.text"
msgid "<variable id=\"eizei\">Choose <emph>Insert - Rows</emph></variable>"
msgstr "<variable id=\"eizei\">არჩევა <emph>ჩასმა - სტრიქონები</emph></variable>"
-#: 00000404.xhp#par_id3153200.12.help.text
+#. 86R`
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3153200\n"
+"12\n"
+"help.text"
msgid "<variable id=\"eispa\">Choose <emph>Insert - Columns</emph></variable>"
msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000404.xhp#par_id3149033.13.help.text
+#. F[Io
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3149033\n"
+"13\n"
+"help.text"
msgid "<variable id=\"eitab\">Choose <emph>Insert - Sheet</emph></variable>"
msgstr "<variable id=\"eitab\">არჩევა <emph>ჩასმა - ფურცელი</emph></variable>"
-#: 00000404.xhp#par_idN1082F.help.text
+#. ?dja
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_idN1082F\n"
+"help.text"
msgid "<variable id=\"eitabfile\">Choose <emph>Insert - Sheet from file</emph></variable>"
msgstr "<variable id=\"eitabfile\">არჩევა <emph>ჩასმა - ფაილიდან ჩასმა</emph></variable>"
-#: 00000404.xhp#par_id3155115.14.help.text
+#. pfW;
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3155115\n"
+"14\n"
+"help.text"
msgid "Choose <emph>Insert - Function</emph>"
msgstr "არჩევა<emph>ჩასმა - ფუნქცია</emph>"
-#: 00000404.xhp#par_id3152582.34.help.text
+#. u^p.
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3152582\n"
+"34\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F2"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F2"
-#: 00000404.xhp#par_id3153269.15.help.text
+#. bB^S
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3153269\n"
+"15\n"
+"help.text"
msgid "On <emph>Formula Bar</emph>, click"
msgstr "ზე <emph>ფორმულის ზოლი</emph>, წოდება"
-#: 00000404.xhp#par_id3150515.help.text
+#. O@He
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3150515\n"
+"help.text"
msgid "<image id=\"img_id3150884\" src=\"sw/imglst/sc20556.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150884\">Icon</alt></image>"
msgstr "<image id=\"img_id3150884\" src=\"sw/imglst/sc20556.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150884\">ხატულა</alt></image>"
-#: 00000404.xhp#par_id3154370.16.help.text
+#. eQ;P
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3154370\n"
+"16\n"
+"help.text"
msgid "Function Wizard"
msgstr "ფუნქციის ოსტატი"
-#: 00000404.xhp#par_id3156288.17.help.text
+#. (ftC
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3156288\n"
+"17\n"
+"help.text"
msgid "<variable id=\"eikada\"><emph>Insert - Function</emph> - Category <emph>Database</emph></variable>"
msgstr "<variable id=\"eikada\"><emph>ჩასმა - ფუნქცია</emph> - კატეგორია <emph>მონაცემთა ბაზა</emph></variable>"
-#: 00000404.xhp#par_id3155809.18.help.text
+#. l^0(
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3155809\n"
+"18\n"
+"help.text"
msgid "<variable id=\"eikadaze\"><emph>Insert - Function</emph> - Category <emph>Date&Time</emph></variable>"
msgstr "<variable id=\"eikadaze\"><emph>ჩასმა - ფუნქცია</emph> - კატეგორია <emph>თარიღი და დრო</emph></variable>"
-#: 00000404.xhp#par_id3151334.19.help.text
+#. hIwc
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3151334\n"
+"19\n"
+"help.text"
msgid "<variable id=\"eikafi\"><emph>Insert - Function</emph> - Category <emph>Financial</emph></variable>"
msgstr "<variable id=\"eikafi\"><emph>ჩასმა - ფუნქცია</emph> - კატეგორია <emph>ფინანსური</emph></variable>"
-#: 00000404.xhp#par_id3159222.20.help.text
+#. !0p8
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3159222\n"
+"20\n"
+"help.text"
msgid "<variable id=\"eikain\"><emph>Insert - Function</emph> - Category <emph>Information</emph></variable>"
msgstr "<variable id=\"eikain\"><emph>ჩასმა - ფუნქცია</emph> - კატეგორია <emph>ინფორმაციული</emph></variable>"
-#: 00000404.xhp#par_id3159173.21.help.text
+#. sy^H
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3159173\n"
+"21\n"
+"help.text"
msgid "<variable id=\"eikalo\"><emph>Insert - Function</emph> - Category <emph>Logical</emph></variable>"
msgstr "<variable id=\"eikalo\"><emph>ჩასმა - ფუნქცია</emph> - კატეგორია <emph>ლოგიკური</emph></variable>"
-#: 00000404.xhp#par_id3153914.22.help.text
+#. )B^,
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3153914\n"
+"22\n"
+"help.text"
msgid "<variable id=\"eikama\"><emph>Insert - Function</emph> - Category <emph>Mathematical</emph></variable>"
msgstr "<variable id=\"eikama\"><emph>ჩასმა - ფუნქცია</emph> - კატეგორია <emph>მათემატიკური</emph></variable>"
-#: 00000404.xhp#par_id3150109.23.help.text
+#. !.2q
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3150109\n"
+"23\n"
+"help.text"
msgid "<variable id=\"eikamatrix\"><emph>Insert - Function</emph> - Category <emph>Array</emph></variable>"
msgstr "<variable id=\"eikamatrix\"><emph>ჩასმა - ფუნქცია</emph> - კატეგორია <emph>მასივები</emph></variable>"
-#: 00000404.xhp#par_id3157978.24.help.text
+#. rPve
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3157978\n"
+"24\n"
+"help.text"
msgid "<variable id=\"eikasta\"><emph>Insert - Function</emph> - Category <emph>Statistical</emph></variable>"
msgstr "<variable id=\"eikasta\"><emph>ჩასმა - ფუნქცია</emph> - კატეგორია <emph>სტატისტიკური</emph></variable>"
-#: 00000404.xhp#par_id3156016.25.help.text
+#. NnfJ
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3156016\n"
+"25\n"
+"help.text"
msgid "<variable id=\"eikatext\"><emph>Insert - Function</emph> - Category <emph>Text</emph></variable>"
msgstr "<variable id=\"eikatext\"><emph>ჩასმა - ფუნქცია</emph> - კატეგორია <emph>ტექსტი</emph></variable>"
-#: 00000404.xhp#par_id3147075.26.help.text
+#. P{pi
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3147075\n"
+"26\n"
+"help.text"
msgid "<variable id=\"efefft\"><emph>Insert - Function</emph> - Category <emph>Spreadsheet</emph></variable>"
msgstr "<variable id=\"efefft\"><emph>ჩასმა - ფუნქცია</emph> - კატეგორია <emph>ელექრონული ცხრილი</emph></variable>"
-#: 00000404.xhp#par_id3154618.27.help.text
+#. gY/;
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3154618\n"
+"27\n"
+"help.text"
msgid "<variable id=\"addin\"><emph>Insert - Function</emph> - Category <emph>Add-In</emph></variable>"
msgstr "<variable id=\"addin\"><emph>ჩასმა - ფუნქცია</emph> - კატეგორია <emph>დამატება</emph></variable>"
-#: 00000404.xhp#par_id3154059.38.help.text
+#. 6=\,
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3154059\n"
+"38\n"
+"help.text"
msgid "<variable id=\"addinana\"><emph>Insert - Function</emph> - Category <emph>Add-In</emph></variable>"
msgstr "<variable id=\"addinana\"><emph>ჩასმა - ფუნქცია</emph> - კატეგორია <emph>დამატება</emph></variable>"
-#: 00000404.xhp#par_id3155383.33.help.text
+#. B1cI
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3155383\n"
+"33\n"
+"help.text"
msgid "<variable id=\"funktionsliste\">Choose <emph>Insert - Function List</emph></variable>"
msgstr "<variable id=\"funktionsliste\">არჩევა<emph>ჩასმა - ფუნქციის სია</emph></variable>"
-#: 00000404.xhp#par_id3153250.28.help.text
+#. *MEy
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3153250\n"
+"28\n"
+"help.text"
msgid "<variable id=\"einamen\">Choose <emph>Insert - Names</emph></variable>"
msgstr "<variable id=\"einamen\">არჩევა<emph>ჩასმა - სახელები</emph></variable>"
-#: 00000404.xhp#par_id3146776.37.help.text
+#. A{04
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3146776\n"
+"37\n"
+"help.text"
msgid "<variable id=\"eiextdata\">Choose <emph>Insert - Link to External data</emph></variable>"
msgstr "<variable id=\"eiextdata\">არჩევა <emph>ჩასმა - გარე მონაცემთა ბმული</emph></variable>"
-#: 00000404.xhp#par_id3143222.29.help.text
+#. ORCG
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3143222\n"
+"29\n"
+"help.text"
msgid "Choose <emph>Insert - Names - Define</emph>"
msgstr "არჩევა <emph>ჩასმა - სახელები - განსაზღვრა</emph>"
-#: 00000404.xhp#par_id3149385.35.help.text
+#. m^`J
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3149385\n"
+"35\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
-#: 00000404.xhp#par_id3145214.30.help.text
+#. )Yo.
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3145214\n"
+"30\n"
+"help.text"
msgid "<variable id=\"einaei\">Choose <emph>Insert - Names - Insert</emph></variable>"
msgstr "<variable id=\"einaei\">არჩევა <emph>ჩასმა - სახელები - ჩასმა</emph></variable>"
-#: 00000404.xhp#par_id3153558.31.help.text
+#. t~nH
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3153558\n"
+"31\n"
+"help.text"
msgid "<variable id=\"einaueb\">Choose <emph>Insert - Names - Create</emph></variable>"
msgstr "<variable id=\"einaueb\">არჩევა<emph>ჩასმა - სახელები - შექმნა</emph></variable>"
-#: 00000404.xhp#par_id3153483.32.help.text
+#. Brvg
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3153483\n"
+"32\n"
+"help.text"
msgid "<variable id=\"einabesch\">Choose <emph>Insert - Names - Labels</emph></variable>"
msgstr "<variable id=\"einabesch\">არჩევა<emph>ჩასმა - სახელები - სათაურები</emph></variable>"
-#: 00000004.xhp#tit.help.text
-msgid "To access this function..."
-msgstr "წვდომა ამ ფუნქციასთან..."
+#. %;qZ
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"tit\n"
+"help.text"
+msgid "View Menu"
+msgstr "ხედის მენიუ"
-#: 00000004.xhp#hd_id3155535.1.help.text
-msgid "<variable id=\"wie\">To access this function... </variable>"
-msgstr "<variable id=\"wie\">ამ ფუნქციასთან დასაკავშირებლად... </variable>"
+#. n62C
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"hd_id3145673\n"
+"1\n"
+"help.text"
+msgid "View Menu"
+msgstr "ხედის მენიუ"
-#: 00000004.xhp#par_idN1056E.help.text
-msgid "<variable id=\"moreontop\">More explanations on top of this page. </variable>"
-msgstr "<variable id=\"moreontop\">მეტი განმარტებისთვის იხილეთ გვერდის დასაწყისი. </variable>"
+#. ^x;(
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3150275\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"aspze\">Choose <emph>View - Column & Row Headers</emph></variable>"
+msgstr "<variable id=\"aspze\">არჩევა <emph>ჩვენება - სვეტი & მწკივის თავი</emph></variable>"
-#: 00000004.xhp#par_idN105AF.help.text
-msgid "<variable id=\"optional\">In the %PRODUCTNAME Calc functions, parameters marked as \"optional\" can be left out only when no parameter follows. For example, in a function with four parameters, where the last two parameters are marked as \"optional\", you can leave out parameter 4 or parameters 3 and 4, but you cannot leave out parameter 3 alone. </variable>"
-msgstr ""
+#. s`(z
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3154514\n"
+"3\n"
+"help.text"
+msgid "<variable id=\"awehe\">Choose <emph>View - Value Highlighting</emph></variable>"
+msgstr "<variable id=\"awehe\">არჩევა <emph>ჩვენება - მნიშვნელობის მონიშვნა</emph></variable>"
-#: 00000004.xhp#par_id9751884.help.text
-msgid "<variable id=\"codes\">Codes greater than 127 may depend on your system's character mapping (for example iso-8859-1, iso-8859-2, Windows-1252, Windows-1250), and hence may not be portable.</variable>"
-msgstr ""
+#. 6D#n
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3148947\n"
+"4\n"
+"help.text"
+msgid "<variable id=\"rechenleiste\">Choose <emph>View - Toolbars - Formula Bar</emph></variable>"
+msgstr "<variable id=\"rechenleiste\">არჩევა <emph>ჩვენება - ხელსაწყოთა ზოლი - ფორმულის ზოლი </emph></variable>"
+
+#. BW?#
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3148663\n"
+"5\n"
+"help.text"
+msgid "<variable id=\"seumvo\">Choose <emph>View - Page Break Preview</emph></variable>"
+msgstr "<variable id=\"seumvo\">არჩევა <emph>ჩვენება - გვერდის გამყოფის დათვალიერება</emph></variable>"
-#: 00000406.xhp#tit.help.text
-msgctxt "00000406.xhp#tit.help.text"
+#. +9f6
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"tit\n"
+"help.text"
msgid "Tools Menu"
msgstr "ხელსაწყოების მენიუ"
-#: 00000406.xhp#hd_id3147264.1.help.text
-msgctxt "00000406.xhp#hd_id3147264.1.help.text"
+#. d|:s
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"hd_id3147264\n"
+"1\n"
+"help.text"
msgid "Tools Menu"
msgstr "ხელსაწყოების მენიუ"
-#: 00000406.xhp#par_id3150541.2.help.text
+#. oiIq
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3150541\n"
+"2\n"
+"help.text"
msgid "<variable id=\"exdektv\">Choose <emph>Tools - Detective</emph></variable>"
msgstr "<variable id=\"exdektv\">აირჩიეთ <emph>ხელსაწყოები - ძიება</emph></variable>"
-#: 00000406.xhp#par_id3153194.3.help.text
+#. 1u_t
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3153194\n"
+"3\n"
+"help.text"
msgid "Choose <emph>Tools - Detective - Trace Precedents</emph>"
msgstr "აირჩიეთ <emph>ხელსაწყოები - ძიება -პირველადი უჯრები</emph>"
-#: 00000406.xhp#par_id3150447.29.help.text
+#. *h7$
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3150447\n"
+"29\n"
+"help.text"
msgid "Shift+F7"
msgstr "Shift+F7"
-#: 00000406.xhp#par_id3154123.33.help.text
+#. ,3PU
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3154123\n"
+"33\n"
+"help.text"
msgid "<variable id=\"silbentrennungc\">Menu <emph>Tools - Language - Hyphenation</emph></variable>"
msgstr "<variable id=\"silbentrennungc\">მენიუ <emph>ხელსაწყოები - ენა - გადატანა</emph></variable>"
-#: 00000406.xhp#par_id3145785.4.help.text
+#. :]Pl
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3145785\n"
+"4\n"
+"help.text"
msgid "<variable id=\"exdvore\">Choose <emph>Tools - Detective - Remove Precedents</emph></variable>"
msgstr "<variable id=\"exdvore\">არჩევა <emph>ხელსაწყოები - აღმომჩენი - წაშლა Precedents</emph></variable>"
-#: 00000406.xhp#par_id3155411.5.help.text
+#. C9sy
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3155411\n"
+"5\n"
+"help.text"
msgid "Choose <emph>Tools - Detective - Trace Dependents</emph>"
msgstr "არჩევა <emph>ხელსაწყოები - აღმომჩენი - Trace Dependents</emph>"
-#: 00000406.xhp#par_id3153363.30.help.text
+#. 4fQ-
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3153363\n"
+"30\n"
+"help.text"
msgid "Shift+F5"
msgstr "Shift+F5"
-#: 00000406.xhp#par_id3146984.6.help.text
+#. N@yh
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3146984\n"
+"6\n"
+"help.text"
msgid "<variable id=\"exdszne\">Choose <emph>Tools - Detective - Remove Dependents</emph></variable>"
msgstr "<variable id=\"exdszne\">აირჩიეთ <emph>ხელსაწყოები - ძიება - მეორადი უჯრების წაშლა</emph></variable>"
-#: 00000406.xhp#par_id3154014.7.help.text
+#. 4[c@
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3154014\n"
+"7\n"
+"help.text"
msgid "<variable id=\"exdase\">Choose <emph>Tools - Detective - Remove All Traces</emph></variable>"
msgstr "<variable id=\"exdase\">აირჩიეთ <emph>ხელსაწყოები - ძიება - ისრების წაშლა</emph></variable>"
-#: 00000406.xhp#par_id3153188.8.help.text
+#. Wa9S
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3153188\n"
+"8\n"
+"help.text"
msgid "<variable id=\"exdszfe\">Choose <emph>Tools - Detective - Trace Error</emph></variable>"
msgstr "<variable id=\"exdszfe\">არჩევა <emph>ხელსაწყოები - აღმომჩენი - მიდევნების შეცდომა</emph></variable>"
-#: 00000406.xhp#par_id3149410.9.help.text
+#. SEF:
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3149410\n"
+"9\n"
+"help.text"
msgid "<variable id=\"fuellmodus\">Choose <emph>Tools - Detective - Fill Mode</emph></variable>"
msgstr "<variable id=\"fuellmodus\">არჩევა <emph>ხელსაწყოები - აღმომჩენი - შევსების რეჟიმი</emph></variable>"
-#: 00000406.xhp#par_id3156284.10.help.text
+#. EY1M
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3156284\n"
+"10\n"
+"help.text"
msgid "<variable id=\"dateneinkreisen\">Choose <emph>Tools - Detective - Mark Invalid Data</emph></variable>"
msgstr "<variable id=\"dateneinkreisen\">არჩევა <emph>ხელსაწყოები - აღმომჩენი - არასწორი მონაცემების აღნიშვნა</emph></variable>"
-#: 00000406.xhp#par_id3153159.11.help.text
+#. NW5)
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3153159\n"
+"11\n"
+"help.text"
msgid "<variable id=\"spurenaktualisieren\">Choose <emph>Tools - Detective - Refresh Traces</emph></variable>"
msgstr "<variable id=\"spurenaktualisieren\">არჩევა <emph>ხელსაწყოები - აღმომჩენი - მიდევნების განახლება</emph></variable>"
-#: 00000406.xhp#par_id3147397.32.help.text
+#. 4B=D
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3147397\n"
+"32\n"
+"help.text"
msgid "<variable id=\"automatisch\">Choose <emph>Tools - Detective - AutoRefresh</emph></variable>"
msgstr "<variable id=\"automatisch\">აირჩიეთ <emph>ხელსაწყოები - ძიება - ავტოგანახლება</emph></variable>"
-#: 00000406.xhp#par_id3154018.12.help.text
+#. zS5z
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3154018\n"
+"12\n"
+"help.text"
msgid "<variable id=\"exzws\">Choose <emph>Tools - Goal Seek</emph></variable>"
msgstr "<variable id=\"exzws\">აირჩიეთ <emph>ხელსაწყოები - პარამეტრის ძიება</emph></variable>"
-#: 00000406.xhp#par_id3269142.help.text
+#. 9dak
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3269142\n"
+"help.text"
msgid "<variable id=\"solver\">Choose Tools - Solver</variable>"
msgstr ""
-#: 00000406.xhp#par_id8554338.help.text
+#. 00qI
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id8554338\n"
+"help.text"
msgid "<variable id=\"solver_options\">Choose Tools - Solver, Options button</variable>"
msgstr ""
-#: 00000406.xhp#par_id3156277.13.help.text
+#. Kg56
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3156277\n"
+"13\n"
+"help.text"
msgid "<variable id=\"exsze\">Choose <emph>Tools - Scenarios</emph></variable>"
msgstr "<variable id=\"exsze\">არჩევა <emph>ხელსაწყოები - სცენარები</emph></variable>"
-#: 00000406.xhp#par_id3145640.14.help.text
+#. *[le
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3145640\n"
+"14\n"
+"help.text"
msgid "<variable id=\"exdos\">Choose <emph>Tools - Protect Document</emph></variable>"
msgstr "<variable id=\"exdos\">არჩევა <emph>ხელსწყოები - დოკუმენტის დაცვა</emph></variable>"
-#: 00000406.xhp#par_id3149020.15.help.text
+#. T#lL
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3149020\n"
+"15\n"
+"help.text"
msgid "<variable id=\"exdst\">Choose <emph>Tools - Protect Document - Sheet</emph></variable>"
msgstr "<variable id=\"exdst\">არჩევა <emph>ხელსაწყოები - დოკუმენტის დაცვა - ფურცელი</emph></variable>"
-#: 00000406.xhp#par_id3154256.16.help.text
+#. GM$X
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3154256\n"
+"16\n"
+"help.text"
msgid "<variable id=\"exdsd\">Choose <emph>Tools - Protect Document - Document</emph></variable>"
msgstr "<variable id=\"exdsd\">არჩევა <emph>ხელსაწყოები - დოკუმენტის დაცვა - დოკუმენტი</emph></variable>"
-#: 00000406.xhp#par_id3147363.17.help.text
+#. ,J^R
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3147363\n"
+"17\n"
+"help.text"
msgid "<variable id=\"zellinhalte\">Choose <emph>Tools - Cell Contents</emph></variable>"
msgstr "<variable id=\"zellinhalte\">არჩევა <emph>ხელსაწყოები - უჯრების შიგთავსი</emph></variable>"
-#: 00000406.xhp#par_id3146919.18.help.text
+#. O57m
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3146919\n"
+"18\n"
+"help.text"
msgid "Choose <emph>Tools - Cell Contents - Recalculate</emph>"
msgstr "არჩევა <emph>ხელსაწყოები - უჯრების შიგთავსი - გადათვლა</emph>"
-#: 00000406.xhp#par_id3149257.31.help.text
+#. y]eB
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3149257\n"
+"31\n"
+"help.text"
msgid "F9"
msgstr "F9"
-#: 00000406.xhp#par_id3150941.19.help.text
+#. *I5/
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3150941\n"
+"19\n"
+"help.text"
msgid "<variable id=\"exatmb\">Choose <emph>Tools - Cell Contents - AutoCalculate</emph></variable>"
msgstr "<variable id=\"exatmb\">არჩევა <emph>ხელსაწყოები - უჯრების შიგთავსი - ავტოგამოთვლა</emph></variable>"
-#: 00000406.xhp#par_id3151276.20.help.text
+#. .Uai
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3151276\n"
+"20\n"
+"help.text"
msgid "<variable id=\"autoeingabe\">Choose <emph>Tools - Cell Contents - AutoInput</emph></variable>"
msgstr "<variable id=\"autoeingabe\">არჩევა <emph>ხელსაწყოები - უჯრების შიგთავსი - ავტოშეტანა</emph></variable>"
-#: 00000405.xhp#tit.help.text
-msgctxt "00000405.xhp#tit.help.text"
-msgid "Format Menu"
-msgstr "ფორმატის მენიუ"
-
-#: 00000405.xhp#hd_id3150769.1.help.text
-msgctxt "00000405.xhp#hd_id3150769.1.help.text"
-msgid "Format Menu"
-msgstr "ფორმატის მენიუ"
-
-#: 00000405.xhp#par_id3154685.2.help.text
-msgid "<variable id=\"fozelle\">Choose <emph>Format - Cells</emph></variable>"
-msgstr "<variable id=\"fozelle\">არჩევა<emph>ფორმატი - უჯრები</emph></variable>"
-
-#: 00000405.xhp#par_id3153194.3.help.text
-msgid "<variable id=\"fozelstz\">Choose <emph>Format - Cells - Cell Protection</emph> tab </variable>"
-msgstr "<variable id=\"fozelstz\">არჩევა<emph>ფორმატი - უჯრები - უჯრების დაცვა</emph> tab </variable>"
-
-#: 00000405.xhp#par_id3155854.4.help.text
-msgid "<variable id=\"fozei\">Choose <emph>Format - Row</emph></variable>"
-msgstr "<variable id=\"fozei\">არჩევა<emph>ფორმატი - სტრიქონი</emph></variable>"
-
-#: 00000405.xhp#par_id3150012.5.help.text
-msgid "<variable id=\"fozeiophoe\">Choose <emph>Format - Row - Optimal Height</emph></variable>"
-msgstr "<variable id=\"fozeiophoe\">არჩევა<emph>ფორმატი - სტრიქონი - ოპტიმალური სიმაღლე</emph></variable>"
-
-#: 00000405.xhp#par_id3148645.6.help.text
-msgid "Choose <emph>Format - Row - Hide</emph>"
-msgstr "არჩევა <emph>ფორმატი - სტრიქონი - დამალვა</emph>"
-
-#: 00000405.xhp#par_id3153728.7.help.text
-msgid "Choose <emph>Format - Column - Hide</emph>"
-msgstr "არჩევა<emph>ფორმატი - სვეტი - დამალვა</emph>"
-
-#: 00000405.xhp#par_id3151114.8.help.text
-msgid "Choose <emph>Format - Sheet - Hide</emph>"
-msgstr "არჩევა <emph>ფორმატი - ფურცელი - დამალვა</emph>"
-
-#: 00000405.xhp#par_id3148576.9.help.text
-msgid "Choose <emph>Format - Row - Show</emph>"
-msgstr "არჩევა <emph>ფორმატი - სტრიქონი - ჩვენება</emph>"
-
-#: 00000405.xhp#par_id3156286.10.help.text
-msgid "Choose <emph>Format - Column - Show</emph>"
-msgstr "არჩევა <emph>ფორმატი - სვეტი - ჩვენება</emph>"
-
-#: 00000405.xhp#par_id3145645.11.help.text
-msgid "<variable id=\"fospa\">Choose <emph>Format - Column</emph></variable>"
-msgstr "<variable id=\"fospa\">არჩევა <emph>ფორმატი - სვეტი</emph></variable>"
-
-#: 00000405.xhp#par_id3145252.12.help.text
-msgid "Choose <emph>Format - Column - Optimal Width</emph>"
-msgstr "არჩევა <emph>ფორმატი - სვეტი - ოპტიმალური სიგანე</emph>"
-
-#: 00000405.xhp#par_id3146971.36.help.text
-msgid "Double-click right column separator in column headers"
-msgstr "სვეტის სათაურზე მარჯვენა სვეტის გამყოფზე ორჯერ დაწკაპუნება"
-
-#: 00000405.xhp#par_id3147362.15.help.text
-msgid "<variable id=\"fot\">Choose <emph>Format - Sheet</emph></variable>"
-msgstr "<variable id=\"fot\">არჩევა <emph>ფორმატირება - ფურცელი</emph></variable>"
-
-#: 00000405.xhp#par_id3163805.16.help.text
-msgid "<variable id=\"fotu\">Choose <emph>Format - Sheet - Rename</emph></variable>"
-msgstr "<variable id=\"fotu\">არჩევა <emph>ფორმატი - ფურცელი - გადარქმევა</emph></variable>"
-
-#: 00000405.xhp#par_id3155333.17.help.text
-msgid "<variable id=\"fotenb\">Choose <emph>Format - Sheet - Show</emph></variable>"
-msgstr "<variable id=\"fotenb\">არჩევა <emph>ფორმატი - ფურცელი - ჩვენება</emph></variable>"
-
-#: 00000405.xhp#par_idN1077A.help.text
-msgid "<variable id=\"foste\">Choose <emph>Format - Page</emph></variable>"
-msgstr "<variable id=\"foste\">არჩევა <emph>ფორმატი - გვერდიPage</emph></variable>"
-
-#: 00000405.xhp#par_id3155508.25.help.text
-msgid "<variable id=\"fostel\">Choose <emph>Format - Page - Sheet</emph> tab </variable>"
-msgstr "<variable id=\"fostel\">არჩევა <emph>ფორმატი - გვერდი - ფურცელი</emph> tab </variable>"
-
-#: 00000405.xhp#par_id3150883.26.help.text
-msgid "<variable id=\"fodrbe\">Choose <emph>Format - Print Ranges</emph></variable>"
-msgstr "<variable id=\"fodrbe\">არჩევა <emph>ფორმატი - ბეჭდვის დიაპაზონი</emph></variable>"
-
-#: 00000405.xhp#par_id3156448.27.help.text
-msgid "<variable id=\"fodrfe\">Choose <emph>Format - Print Ranges - Define</emph></variable>"
-msgstr "<variable id=\"fodrfe\">არჩევა <emph>ფორმატი - ბეჭდვის დიაპაზონი- განსაზღვრა</emph></variable>"
-
-#: 00000405.xhp#par_id3156290.35.help.text
-msgid "<variable id=\"fodrhin\">Choose <emph>Format - Print Ranges - Add</emph></variable>"
-msgstr "<variable id=\"fodrhin\">არჩევა <emph>ფორმატი - ბეჭდვის დიაპაზონი - დამატება</emph></variable>"
-
-#: 00000405.xhp#par_id3155812.28.help.text
-msgid "<variable id=\"fodbah\">Choose <emph>Format - Print Ranges - Remove</emph></variable>"
-msgstr "<variable id=\"fodbah\">არჩევა <emph>ფორმატი - ბეჭდვის დიაპაზონი - ამოშლა</emph></variable>"
-
-#: 00000405.xhp#par_id3153307.29.help.text
-msgid "<variable id=\"fodbbe\">Choose <emph>Format - Print Ranges - Edit</emph></variable>"
-msgstr "<variable id=\"fodbbe\">არჩევა <emph>ფორმატი - ბეჭდვის დიაპაზონი - რედაქტირება</emph></variable>"
-
-#: 00000405.xhp#par_id3153916.31.help.text
-msgid "Choose <emph>Format - AutoFormat</emph>"
-msgstr "არჩევა <emph>ფორმატი - ავტო-ფორმატი</emph>"
-
-#: 00000405.xhp#par_id3154532.32.help.text
-msgid "On the Tools bar, click"
-msgstr "ხელსაწყოთა ზოლზე, დააწკაპუნეთ"
-
-#: 00000405.xhp#par_id3149332.help.text
-msgid "<image id=\"img_id3156020\" src=\"cmd/sc_autoformat.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156020\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156020\" src=\"cmd/sc_autoformat.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156020\">ხატულა</alt></image>"
-
-#: 00000405.xhp#par_id3154060.33.help.text
-msgid "AutoFormat"
-msgstr "ავტოფორმატი"
-
-#: 00000405.xhp#par_id3154618.34.help.text
-msgid "<variable id=\"bedingte\">Choose <emph>Format - Conditional Formatting</emph></variable>"
-msgstr "<variable id=\"bedingte\">არჩევა <emph>ფორმატი - პირობითი ფორმატირება</emph></variable>"
+#. c15k
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"tit\n"
+"help.text"
+msgid "To access this function..."
+msgstr "წვდომა ამ ფუნქციასთან..."
-#: 00000412.xhp#tit.help.text
-msgctxt "00000412.xhp#tit.help.text"
-msgid "Data Menu"
-msgstr "მონაცემთა მენიუ"
+#. Ya[K
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id3155535\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"wie\">To access this function... </variable>"
+msgstr "<variable id=\"wie\">ამ ფუნქციასთან დასაკავშირებლად... </variable>"
-#: 00000412.xhp#hd_id3145136.1.help.text
-msgctxt "00000412.xhp#hd_id3145136.1.help.text"
-msgid "Data Menu"
-msgstr "მონაცემთა მენიუ"
+#. CTE7
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_idN1056E\n"
+"help.text"
+msgid "<variable id=\"moreontop\">More explanations on top of this page. </variable>"
+msgstr "<variable id=\"moreontop\">მეტი განმარტებისთვის იხილეთ გვერდის დასაწყისი. </variable>"
-#: 00000412.xhp#par_id8366954.help.text
-msgid "<variable id=\"text2columns\">Choose <emph>Data - Text to Columns</emph></variable>"
+#. u\5L
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_idN105AF\n"
+"help.text"
+msgid "<variable id=\"optional\">In the %PRODUCTNAME Calc functions, parameters marked as \"optional\" can be left out only when no parameter follows. For example, in a function with four parameters, where the last two parameters are marked as \"optional\", you can leave out parameter 4 or parameters 3 and 4, but you cannot leave out parameter 3 alone. </variable>"
msgstr ""
-#: 00000412.xhp#par_id3147399.3.help.text
-msgid "<variable id=\"dbrbf\">Choose <emph>Data - Define Range</emph></variable>"
-msgstr "<variable id=\"dbrbf\">არჩევა <emph>მონაცემები - არიალის განსაზღვრა</emph></variable>"
-
-#: 00000412.xhp#par_id3145345.4.help.text
-msgid "<variable id=\"dbrba\">Choose <emph>Data - Select Range</emph></variable>"
-msgstr "<variable id=\"dbrba\">არჩევა <emph>მონაცემები - არიალის მონიშვნა</emph></variable>"
-
-#: 00000412.xhp#par_id3150443.5.help.text
-msgid "<variable id=\"dnsrt\">Choose <emph>Data - Sort</emph></variable>"
-msgstr "<variable id=\"dnsrt\">არჩევა <emph>მონაცემები - დახარისხება</emph></variable>"
-
-#: 00000412.xhp#par_id3148491.6.help.text
-msgid "Choose <emph>Data - Sort - Sort Criteria</emph> tab"
-msgstr "არჩევა <emph>მონაცემები -დახარისხება - კრიტერიუმებით დახარისხება</emph> ჩანართი"
-
-#: 00000412.xhp#par_id3154516.7.help.text
-msgid "On Standard bar, click"
-msgstr "დააწკაპუნეთ სტანდარტულ ზოლზე"
-
-#: 00000412.xhp#par_id3148663.help.text
-msgid "<image id=\"img_id3150543\" src=\"cmd/sc_sortup.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150543\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150543\" src=\"cmd/sc_sortup.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150543\">ხატულა</alt></image>"
-
-#: 00000412.xhp#par_id3150767.8.help.text
-msgid "Sort Ascending"
-msgstr "ზრდადობით დახარისხება"
-
-#: 00000412.xhp#par_id3153969.help.text
-msgid "<image id=\"img_id3125863\" src=\"cmd/sc_sortdown.png\" width=\"0.1701inch\" height=\"0.1701inch\"><alt id=\"alt_id3125863\">Icon</alt></image>"
-msgstr "<image id=\"img_id3125863\" src=\"cmd/sc_sortdown.png\" width=\"0.1701inch\" height=\"0.1701inch\"><alt id=\"alt_id3125863\">ხატულა</alt></image>"
-
-#: 00000412.xhp#par_id3145364.9.help.text
-msgid "Sort Descending"
-msgstr "კლებადობით დახარისხება"
-
-#: 00000412.xhp#par_id3146984.10.help.text
-#, fuzzy
-msgid "<variable id=\"dnstot\">Choose <emph>Data - Sort - Options</emph> tab</variable>"
-msgstr "<variable id=\"dnstot\">არჩევა <emph>მონაცემები - დახარისხება - პარამეტრები</emph> tab </variable>"
-
-#: 00000412.xhp#par_id3155308.11.help.text
-msgid "<variable id=\"dnftr\">Choose <emph>Data - Filter</emph></variable>"
-msgstr "<variable id=\"dnftr\">არჩევა <emph>მონაცემები - ფილტრი</emph></variable>"
-
-#: 00000412.xhp#par_id3148646.12.help.text
-msgid "Choose <emph>Data - Filter - AutoFilter</emph>"
-msgstr "არჩევა <emph>მონაცემები - ფილტრი - ავტოფილტრი</emph>"
-
-#: 00000412.xhp#par_id3151113.13.help.text
-msgid "On Tools bar or Table Data bar, click"
-msgstr "დააწკაპუნეთ ხელსაწყოთა ან ცხრილის მონაცემთა ხაზზე"
-
-#: 00000412.xhp#par_id3145799.help.text
-msgid "<image id=\"img_id3149413\" src=\"cmd/sc_datafilterautofilter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149413\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149413\" src=\"cmd/sc_datafilterautofilter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149413\">ხატულა</alt></image>"
-
-#: 00000412.xhp#par_id3149401.14.help.text
-msgid "AutoFilter"
-msgstr "ავტოფილტრი"
-
-#: 00000412.xhp#par_id3156278.17.help.text
-msgid "<variable id=\"dnfspz\">Choose <emph>Data - Filter - Advanced Filter</emph></variable>"
-msgstr "<variable id=\"dnfspz\">არჩევა <emph>მონაცემები - ფილტრი - გაფართოებული ფილტრი</emph></variable>"
-
-#: 00000412.xhp#par_id3153764.18.help.text
-msgid "Choose <emph>Data - Filter - Standard Filter - More>></emph> button"
-msgstr "არჩევა <emph>მონაცემები - ფილტრი - სტანდარტული ფილტრი - დამატებით>></emph> button"
-
-#: 00000412.xhp#par_id3155444.19.help.text
-msgid "Choose <emph>Data - Filter - Advanced Filter - More>></emph> button"
-msgstr "არჩევა <emph>მონაცემები - ფილტრი - გაფართოებული ფილტრი - დამატებით>></emph> ღილაკი"
-
-#: 00000412.xhp#par_id3156382.20.help.text
-msgid "Choose <emph>Data - Filter - Remove Filter</emph>"
-msgstr "არჩევა <emph>მონაცემები - ფილტრი - ფილტრის წაშლა</emph>"
-
-#: 00000412.xhp#par_id3155961.48.help.text
-msgid "On Table Data bar, click <emph>Remove Filter/Sort</emph>"
-msgstr "დააწკაპუნეთ ცხრილის მონაცემთა ხაზზე <emph>ფილტრის/დახარისხების წაშლა</emph>"
-
-#: 00000412.xhp#par_id3148485.help.text
-msgid "<image id=\"img_id3145792\" src=\"cmd/sc_removefilter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145792\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145792\" src=\"cmd/sc_removefilter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145792\">ხატულა</alt></image>"
-
-#: 00000412.xhp#par_id3149207.49.help.text
-msgid "Remove Filter/Sort"
-msgstr "ფილტრის/დახარისხების წაშლა"
-
-#: 00000412.xhp#par_id3152778.21.help.text
-msgid "<variable id=\"dnaftas\">Choose <emph>Data - Filter - Hide AutoFilter</emph></variable>"
-msgstr "<variable id=\"dnaftas\">არჩევა <emph>მონაცემები - ფილტრი - ავტოფილტრის დამალვა</emph></variable>"
-
-#: 00000412.xhp#par_id3166424.22.help.text
-msgid "<variable id=\"dntegs\">Choose <emph>Data - Subtotals</emph></variable>"
-msgstr "<variable id=\"dntegs\">არჩევა <emph>მონაცემები - ქვე-ჯამები</emph></variable>"
-
-#: 00000412.xhp#par_id3154574.23.help.text
-#, fuzzy
-msgid "<variable id=\"dntezd\">Choose <emph>Data - Subtotals - 1st, 2nd, 3rd Group</emph> tabs</variable>"
-msgstr "<variable id=\"dntezd\">არჩევა <emph>მონაცემები - ქვე-ჯამები - 1, 2, 3 ჯგუფი</emph> ჩანართები </variable>"
-
-#: 00000412.xhp#par_id3151277.24.help.text
-#, fuzzy
-msgid "<variable id=\"dntopi\">Choose <emph>Data - Subtotals - Options</emph> tab</variable>"
-msgstr "<variable id=\"dntopi\">არჩევა <emph>მონაცემები - ქვე-ჯამები - პარამეტრები</emph> tab </variable>"
-
-#: 00000412.xhp#par_id3145133.25.help.text
-msgid "<variable id=\"datengueltig\">Choose <emph>Data - Validity</emph></variable>"
-msgstr "<variable id=\"datengueltig\">არჩევა <emph>მონაცემები - მართებულობის შემოწმება </emph></variable>"
-
-#: 00000412.xhp#par_id3152992.26.help.text
-#, fuzzy
-msgid "<variable id=\"datengueltigwerte\">Menu <emph>Data - Validity - Criteria</emph> tab</variable>"
-msgstr "<variable id=\"datengueltigwerte\">მენიუ <emph>მონაცემები - მართებულობის შემოწმება - კრიტერიუმი</emph> ჩანართი </variable>"
-
-#: 00000412.xhp#par_id3150367.27.help.text
-#, fuzzy
-msgid "<variable id=\"datengueltigeingabe\">Choose <emph>Data - Validity - Input Help</emph> tab</variable>"
-msgstr "<variable id=\"datengueltigeingabe\">არჩევა <emph>მონაცემები - მართებულობის შემოწმება - დახმარების შეტანა</emph> ჩანართი </variable>"
-
-#: 00000412.xhp#par_id3154486.28.help.text
-#, fuzzy
-msgid "<variable id=\"datengueltigfehler\">Choose <emph>Data - Validity - Error Alert</emph> tab</variable>"
-msgstr "<variable id=\"datengueltigfehler\">არჩევა <emph>მონაცემები - მართებულობის შემოწმება - შეცდომის გაფრთხილება</emph> tab </variable>"
-
-#: 00000412.xhp#par_id3146978.29.help.text
-msgid "<variable id=\"dnmfo\">Choose <emph>Data - Multiple Operations</emph></variable>"
-msgstr "<variable id=\"dnmfo\">არჩევა <emph>მონაცემები - რამოდენიმე ოპერაციები</emph></variable>"
-
-#: 00000412.xhp#par_id3155809.30.help.text
-msgid "<variable id=\"dnksd\">Choose <emph>Data - Consolidate</emph></variable>"
-msgstr "<variable id=\"dnksd\">არჩევა <emph>მონაცემები - გაერთიანება</emph></variable>"
-
-#: 00000412.xhp#par_id3148701.31.help.text
-msgid "<variable id=\"dngld\">Choose <emph>Data - Group and Outline</emph></variable>"
-msgstr "<variable id=\"dngld\">არჩევა <emph>მონაცემები - მონახაზი</emph></variable>"
-
-#: 00000412.xhp#par_id3153815.32.help.text
-msgid "<variable id=\"dngda\">Choose <emph>Data - Group and Outline - Hide Details</emph></variable>"
-msgstr "<variable id=\"dngda\">არჩევა <emph>მონაცემები - მონახაზი - დეტალების დამალვა</emph></variable>"
-
-#: 00000412.xhp#par_id3159223.33.help.text
-msgid "<variable id=\"dngde\">Choose <emph>Data - Group and Outline - Show Details</emph></variable>"
-msgstr "<variable id=\"dngde\">არჩევა <emph>მონაცემები - მონახაზი - დეტალების ჩვენება</emph></variable>"
-
-#: 00000412.xhp#par_id3146870.34.help.text
-msgid "Choose <emph>Data - Group and Outline - Group</emph>"
-msgstr "არჩევა <emph>მონაცემები - მონახაზი - ჯგუფი</emph>"
+#. nhr%
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id9751884\n"
+"help.text"
+msgid "<variable id=\"codes\">Codes greater than 127 may depend on your system's character mapping (for example iso-8859-1, iso-8859-2, Windows-1252, Windows-1250), and hence may not be portable.</variable>"
+msgstr ""
-#: 00000412.xhp#par_id3144507.51.help.text
-msgid "F12"
-msgstr "F12"
+#. qn-9
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit Menu"
+msgstr "რედაქტირების მენიუ"
-#: 00000412.xhp#par_id3144772.35.help.text
-msgctxt "00000412.xhp#par_id3144772.35.help.text"
-msgid "On <emph>Tools</emph> bar, click"
-msgstr "ხაზზე<emph>ხელსაწყოები</emph>"
+#. Dm:%
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"hd_id3147303\n"
+"1\n"
+"help.text"
+msgid "Edit Menu"
+msgstr "რედაქტირების მენიუ"
-#: 00000412.xhp#par_id3149438.help.text
-msgid "<image id=\"img_id3153287\" src=\"cmd/sc_group.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153287\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153287\" src=\"cmd/sc_group.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153287\">ხატულა</alt></image>"
+#. bMB1
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3155555\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"kopffuss\">Choose <emph>Edit - Headers & Footers</emph></variable>"
+msgstr "<variable id=\"kopffuss\">არჩევა <emph> ქვედა და ზედა კოლინტიტულების - რედაქტირება </emph></variable>"
-#: 00000412.xhp#par_id3150214.36.help.text
-msgid "Group"
-msgstr "ჯგუფი"
+#. DT_R
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3159233\n"
+"3\n"
+"help.text"
+msgid "<variable id=\"bkopfzeile\">Choose <emph>Edit - Headers & Footers - Header/Footer</emph> tabs</variable>"
+msgstr "<variable id=\"bkopfzeile\">არჩევა <emph>ქვედა და ზედა კოლინტიტულების - რედაქტირება - ზედა კოლინტიტული/ქვედა კოლინტიტული</emph> tabs</variable>"
-#: 00000412.xhp#par_id3146781.37.help.text
-msgid "Choose <emph>Data - Group and Outline - Ungroup</emph>"
-msgstr "არჩევა <emph>მონაცემები - მონახაზი - განჯგუფება</emph>"
+#. loXu
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3150443\n"
+"4\n"
+"help.text"
+msgid "<variable id=\"bausfullen\">Choose <emph>Edit - Fill</emph></variable>"
+msgstr "<variable id=\"bausfullen\">არჩევა <emph>რედაქტირება - შევსება</emph></variable>"
-#: 00000412.xhp#par_id3150892.52.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F12"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F12"
+#. `/-d
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3143267\n"
+"5\n"
+"help.text"
+msgid "<variable id=\"bausunten\">Choose <emph>Edit - Fill - Down</emph></variable>"
+msgstr "<variable id=\"bausunten\">არჩევა <emph>რედაქტირება - შევსება - ქვევით</emph></variable>"
-#: 00000412.xhp#par_id3155097.38.help.text
-msgctxt "00000412.xhp#par_id3155097.38.help.text"
-msgid "On <emph>Tools</emph> bar, click"
-msgstr "<emph>ხელსაწყოები</emph> "
+#. a_6Q
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3153880\n"
+"6\n"
+"help.text"
+msgid "<variable id=\"bausrechts\">Choose <emph>Edit - Fill - Right</emph></variable>"
+msgstr "<variable id=\"bausrechts\">არჩევა <emph>რედაქტირება - შევსება - მარჯვნივ</emph></variable>"
-#: 00000412.xhp#par_id3150048.help.text
-msgid "<image id=\"img_id3155914\" src=\"cmd/sc_ungroup.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155914\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155914\" src=\"cmd/sc_ungroup.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155914\">ხატულა</alt></image>"
+#. Kyj.
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3151245\n"
+"7\n"
+"help.text"
+msgid "<variable id=\"bausoben\">Choose <emph>Edit - Fill - Up</emph></variable>"
+msgstr "<variable id=\"bausoben\">არჩევა<emph>რედაქტირება - შევსება - ზევით</emph></variable>"
-#: 00000412.xhp#par_id3153555.39.help.text
-msgid "Ungroup"
-msgstr "განჯგუფება"
+#. d3DK
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3145068\n"
+"8\n"
+"help.text"
+msgid "<variable id=\"bauslinks\">Choose <emph>Edit - Fill - Left</emph></variable>"
+msgstr "<variable id=\"bauslinks\">არჩევა <emph>რედაქტირება - შევსება - მარცხნივ</emph></variable>"
-#: 00000412.xhp#par_id3153008.40.help.text
-msgid "<variable id=\"dnglagl\">Choose <emph>Data - Group and Outline - AutoOutline</emph></variable>"
-msgstr "<variable id=\"dnglagl\">არჩევა <emph>მონაცემები - მონახაზი - ავტომონახაზი</emph></variable>"
+#. V,qL
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3150400\n"
+"9\n"
+"help.text"
+msgid "<variable id=\"baustab\">Choose <emph>Edit - Fill - Sheet</emph></variable>"
+msgstr "<variable id=\"baustab\">არჩევა <emph>რედაქტირება - შევსება - ფურცელი</emph></variable>"
-#: 00000412.xhp#par_id3154709.41.help.text
-msgid "<variable id=\"dnglef\">Choose <emph>Data - Group and Outline - Remove</emph></variable>"
-msgstr "<variable id=\"dnglef\">არჩევა <emph>მონაცემები - მონახაზი - წაშლა</emph></variable>"
+#. j,uR
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3154910\n"
+"10\n"
+"help.text"
+msgid "<variable id=\"bausreihe\">Choose <emph>Edit - Fill - Series</emph></variable>"
+msgstr "<variable id=\"bausreihe\">არჩევა <emph>რედაქტირება - შევსება - სერიები</emph></variable>"
-#: 00000412.xhp#par_id1774346.help.text
-#, fuzzy
-msgid "<variable id=\"dngdrill\">Choose <emph>Data - Group and Outline - Show Details</emph> (for some pivot tables)</variable>"
-msgstr "<variable id=\"dngde\">არჩევა <emph>მონაცემები - მონახაზი - დეტალების ჩვენება</emph></variable>"
+#. F}HZ
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3154123\n"
+"11\n"
+"help.text"
+msgid "Choose <emph>Edit - Delete Contents</emph>"
+msgstr "არჩევა<emph>რედაქტირება - შიგთავსის წაშლა</emph>"
-#: 00000412.xhp#par_id3155759.42.help.text
-#, fuzzy
-msgid "<variable id=\"dndtpt\">Choose <emph>Data - Pivot Table</emph></variable>"
-msgstr "<variable id=\"dndtpt\">არჩევა <emph>მონაცემები - DataPilot</emph></variable>"
+#. 2f]Y
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3145785\n"
+"20\n"
+"help.text"
+msgid "Backspace"
+msgstr ""
-#: 00000412.xhp#par_id3154625.43.help.text
-#, fuzzy
-msgid "<variable id=\"dndpa\">Choose <emph>Data - Pivot Table - Create</emph></variable>"
-msgstr "<variable id=\"dndpa\">არჩევა <emph>მონაცემები - DataPilot - დაწყება</emph></variable>"
+#. vYP%
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3150011\n"
+"12\n"
+"help.text"
+msgid "<variable id=\"bzelo\">Choose <emph>Edit - Delete Cells</emph></variable>"
+msgstr "<variable id=\"bzelo\">არჩევა <emph>რედაქტირება - უჯრების წაშლა</emph></variable>"
-#: 00000412.xhp#par_id3147558.53.help.text
-#, fuzzy
-msgid "<variable id=\"dndq\">Choose <emph>Data - Pivot Table - Create</emph>, in the Select Source dialog choose the option <emph>Data source registered in $[officename]</emph>.</variable>"
-msgstr "<variable id=\"dndq\">არჩევა <emph>მონაცემები - DataPilot - დაწყება</emph>, არჩეული წყაროს დიალოგში პარამეტრის არჩევა <emph>მონაცემთა წყარო რეგისტრირებულია $[officename]-ში</emph>. </variable>"
+#. WA]R
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3153951\n"
+"13\n"
+"help.text"
+msgid "Choose <emph>Edit – Sheet - Delete</emph>"
+msgstr "არჩევა <emph>რედაქტირება /– ფურცელი - წაშლა</emph>"
-#: 00000412.xhp#par_id3153297.50.help.text
-#, fuzzy
-msgid "Choose <emph>Data - Pivot Table - Create</emph>, in the Select Source dialog choose the option <emph>Current selection</emph>."
-msgstr "Choose <emph>მონაცემები - DataPilot - დაწყება</emph>, არჩეული წყაროს დიალოგში პარამეტრის არჩევა <emph>მიმდინარე მონიშვნა</emph>."
+#. tRoj
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3155306\n"
+"18\n"
+"help.text"
+msgid "Open context menu for a sheet tab"
+msgstr "ელ-ცხრილის დაფისთვის კონტექსტის მენიუს გახსნა"
-#: 00000412.xhp#par_id3145118.54.help.text
-#, fuzzy
-msgid "Choose <emph>Data - Pivot Table - Create</emph>, in the Select Source dialog choose the option <emph>Data source registered in $[officename]</emph>, click <emph>OK</emph> to see <emph>Select Data Source</emph> dialog."
-msgstr "არჩევა<emph>მონაცემები - DataPilot - დაწყება</emph>, არჩეული წყაროს დიალოგში პარამეტრის არჩევა <emph>მონაცემთა წყარო რეგისტრირებულია $[officename]-ში</emph>, დააწკაპუნეთ <emph>კარგი</emph> დასანახად <emph>მონიშნეთ მონაცემთა წყარო</emph> დიალოგი."
+#. qh1b
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3146119\n"
+"14\n"
+"help.text"
+msgid "Choose <emph>Edit – Sheets – Move/Copy</emph>"
+msgstr "არჩევა <emph>რედაქტირება – ფურცლები – გადატანა/კოპირება</emph>"
-#: 00000412.xhp#par_id3153294.44.help.text
-#, fuzzy
-msgid "<variable id=\"dndpak\">Choose <emph>Data - Pivot Table - Refresh</emph></variable>"
-msgstr "<variable id=\"dndpak\">არჩევა <emph>მონაცემები - DataPilot - განახლება</emph></variable>"
+#. (K;T
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3148645\n"
+"19\n"
+"help.text"
+msgid "Open context menu for a sheet tab"
+msgstr "ელ-ცხრილის დაფისთვის კონტექსტის მენიუს გახსნა"
-#: 00000412.xhp#par_id3151344.45.help.text
-#, fuzzy
-msgid "<variable id=\"dndploe\">Choose <emph>Data - Pivot Table - Delete</emph></variable>"
-msgstr "<variable id=\"dndploe\">არჩევა <emph>მონაცემები - DataPilot - წაშლა</emph></variable>"
+#. 78Ae
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3153093\n"
+"15\n"
+"help.text"
+msgid "<variable id=\"bmaumloe\">Choose <emph>Edit - Delete Manual Break</emph></variable>"
+msgstr "<variable id=\"bmaumloe\">აირჩიეთ<emph>რედაქტირება -ხელოვნური წყვეტის წაშლა</emph></variable>"
-#: 00000412.xhp#par_id3150397.46.help.text
-msgid "<variable id=\"dndakt\">Choose <emph>Data - Refresh Range</emph></variable>"
-msgstr "<variable id=\"dndakt\">არჩევა <emph>მონაცემები - განახლების არეალი</emph></variable>"
+#. }VH9
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3153191\n"
+"16\n"
+"help.text"
+msgid "<variable id=\"bzeilum\">Choose <emph>Edit - Delete Manual Break - Row Break</emph></variable>"
+msgstr "<variable id=\"bzeilum\">არჩევა <emph>რედაქტირება - წაშალე ხელით გამყოფი - Row Break</emph></variable>"
-#: 00000412.xhp#par_idN10B8F.help.text
-msgid "<variable id=\"grouping\">Choose <emph>Data - Group and Outline - Group</emph></variable>"
-msgstr "<variable id=\"grouping\">არჩევა <emph>მონაცემები - მონახაზი - ჯგუფი</emph></variable>"
+#. 6ae`
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3145645\n"
+"17\n"
+"help.text"
+msgid "<variable id=\"bspaum\">Choose <emph>Edit - Delete Manual Break - Column Break</emph></variable>"
+msgstr "<variable id=\"bspaum\">არჩევა <emph>რედაქტირება - წაშალე ხელით გამყოფი - სვეტი გამყოფი</emph></variable>"
diff --git a/source/ka/helpcontent2/source/text/scalc/01.po b/source/ka/helpcontent2/source/text/scalc/01.po
index 19e2ae5bed0..8c50a8a0e95 100644
--- a/source/ka/helpcontent2/source/text/scalc/01.po
+++ b/source/ka/helpcontent2/source/text/scalc/01.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/scalc/01.oo
+#. extracted from helpcontent2/source/text/scalc/01
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fscalc%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2012-07-04 18:06+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,28762 +12,65595 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: 04020000.xhp#tit.help.text
-msgid "Insert Cells"
-msgstr "Insert Cells"
+#. QYJU
+#: 04090000.xhp
+msgctxt ""
+"04090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Link to External Data"
+msgstr "გარე მონაცემების ბმული"
-#: 04020000.xhp#bm_id3156023.help.text
-msgid "<bookmark_value>spreadsheets; inserting cells</bookmark_value><bookmark_value>cells; inserting</bookmark_value><bookmark_value>inserting; cells</bookmark_value>"
-msgstr "<bookmark_value>ელექტრონული ცხრილები; inserting cells</bookmark_value><bookmark_value>cells; inserting</bookmark_value><bookmark_value>inserting; cells</bookmark_value>"
+#. s.[P
+#: 04090000.xhp
+msgctxt ""
+"04090000.xhp\n"
+"par_id3153192\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"SC_PUSHBUTTON_RID_SCDLG_LINKAREA_BTN_BROWSE\" visibility=\"hidden\">Locate the file containing the data you want to insert.</ahelp>"
+msgstr "<ahelp hid=\"SC_PUSHBUTTON_RID_SCDLG_LINKAREA_BTN_BROWSE\" visibility=\"hidden\">იპოვეთ ჩასასმელი მონაცემების მქონე ფაილი.</ahelp>"
-#: 04020000.xhp#hd_id3156023.1.help.text
-msgid " Insert Cells"
-msgstr " Insert Cells"
+#. giS@
+#: 04090000.xhp
+msgctxt ""
+"04090000.xhp\n"
+"hd_id3145785\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04090000.xhp\" name=\"External Data\">Link to External Data</link>"
+msgstr "<link href=\"text/scalc/01/04090000.xhp\" name=\"External Data\">ბმული გარე მონაცემებზე</link>"
-#: 04020000.xhp#par_id3150542.2.help.text
-msgid "<variable id=\"zelleneinfuegentext\"><ahelp hid=\".uno:InsertCell\">Opens the<emph> Insert Cells </emph>dialog, in which you can insert new cells according to the options that you specify.</ahelp></variable> You can delete cells by choosing <link href=\"text/scalc/01/02160000.xhp\" name=\"Edit - Delete Cells\"><emph>Edit - Delete Cells</emph></link>."
-msgstr "<variable id=\"zelleneinfuegentext\"><ahelp hid=\".uno:InsertCell\">Opens the<emph> Insert Cells </emph>dialog, in which you can insert new cells according to the options that you specify.</ahelp></variable> You can delete cells by choosing <link href=\"text/scalc/01/02160000.xhp\" name=\"რედაქტირება - Delete Cells\"><emph>რედაქტირება - Delete Cells</emph></link>."
+#. tCh\
+#: 04090000.xhp
+msgctxt ""
+"04090000.xhp\n"
+"par_id3149262\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertExternalDataSourc\">Inserts data from an HTML, Calc, or Excel file into the current sheet as a link. The data must be located within a named range.</ahelp>"
+msgstr "<ahelp hid=\".uno:InsertExternalDataSourc\">ჩასვით მონაცემები HTML, Calc, ან Excel ფაილებიდან მიმდინარე ფურცელში ბმულის სახით. მონაცემები უნდა იყოს მოთავსებული სახელებიან დიაპაზონში.</ahelp>"
+
+#. =859
+#: 04090000.xhp
+msgctxt ""
+"04090000.xhp\n"
+"hd_id3146984\n"
+"5\n"
+"help.text"
+msgid "URL of external data source."
+msgstr "მონაცემთა გარე წყაროს მისამართი."
-#: 04020000.xhp#hd_id3153768.3.help.text
+#. TU3S
+#: 04090000.xhp
+msgctxt ""
+"04090000.xhp\n"
+"par_id3145366\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SCDLG_LINKAREAURL\">Enter the URL or the file name that contains the data that you want to insert, and then press Enter.</ahelp>"
+msgstr ""
+
+#. )R`2
+#: 04090000.xhp
+msgctxt ""
+"04090000.xhp\n"
+"hd_id3145251\n"
+"7\n"
+"help.text"
+msgid "Available tables/ranges"
+msgstr "ხელმისაწვდომი ცხრილები/დიაპაზონები"
+
+#. Y.eC
+#: 04090000.xhp
+msgctxt ""
+"04090000.xhp\n"
+"par_id3147397\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC_MULTILISTBOX_RID_SCDLG_LINKAREA_LB_RANGES\">Select the table or the data range that you want to insert.</ahelp>"
+msgstr ""
+
+#. laKi
+#: 04090000.xhp
+msgctxt ""
+"04090000.xhp\n"
+"hd_id3154492\n"
+"9\n"
+"help.text"
+msgid "Update every"
+msgstr "გამოკითხვის განახლება"
+
+#. 8]|j
+#: 04090000.xhp
+msgctxt ""
+"04090000.xhp\n"
+"par_id3154017\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC_NUMERICFIELD_RID_SCDLG_LINKAREA_NF_DELAY\">Enter the number of seconds to wait before the external data are reloaded into the current document.</ahelp>"
+msgstr ""
+
+#. C6?=
+#: func_minute.xhp
#, fuzzy
-msgctxt "04020000.xhp#hd_id3153768.3.help.text"
-msgid "Selection"
-msgstr "მონიშვნა"
+msgctxt ""
+"func_minute.xhp\n"
+"tit\n"
+"help.text"
+msgid "MINUTE"
+msgstr "MINUTE"
+
+#. -^KR
+#: func_minute.xhp
+msgctxt ""
+"func_minute.xhp\n"
+"bm_id3149803\n"
+"help.text"
+msgid "<bookmark_value>MINUTE function</bookmark_value>"
+msgstr "<bookmark_value>MINUTE ფუნქცია</bookmark_value>"
-#: 04020000.xhp#par_id3149262.4.help.text
-msgid "This area contains the options available for inserting cells into a sheet. The cell quantity and position is defined by selecting a cell range in the sheet beforehand."
-msgstr "This არე contains the options available for inserting cells into a sheet. The cell quantity and position is defined by selecting a cell range in the sheet beforehand."
+#. ~mNL
+#: func_minute.xhp
+msgctxt ""
+"func_minute.xhp\n"
+"hd_id3149803\n"
+"66\n"
+"help.text"
+msgid "<variable id=\"minute\"><link href=\"text/scalc/01/func_minute.xhp\">MINUTE</link></variable>"
+msgstr "<variable id=\"minute\"><link href=\"text/scalc/01/func_minute.xhp\">MINUTE</link></variable>"
-#: 04020000.xhp#hd_id3146120.5.help.text
-msgid "Shift cells down"
-msgstr "Shift cells down"
+#. [l#*
+#: func_minute.xhp
+msgctxt ""
+"func_minute.xhp\n"
+"par_id3148988\n"
+"67\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_MINUTE\">Calculates the minute for an internal time value.</ahelp> The minute is returned as a number between 0 and 59."
+msgstr ""
-#: 04020000.xhp#par_id3152596.6.help.text
-msgid "<variable id=\"zellenuntentext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_CELLSDOWN\">Moves the contents of the selected range downward when cells are inserted.</ahelp></variable>"
-msgstr "<variable id=\"zellenuntentext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_CELLSDOWN\">Moves the contents of the selected range downward when cells are inserted.</ahelp></variable>"
+#. Mcxu
+#: func_minute.xhp
+msgctxt ""
+"func_minute.xhp\n"
+"hd_id3154343\n"
+"68\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04020000.xhp#hd_id3147434.7.help.text
-msgid "Shift cells right"
-msgstr "Shift cells right"
+#. (eMS
+#: func_minute.xhp
+msgctxt ""
+"func_minute.xhp\n"
+"par_id3148660\n"
+"69\n"
+"help.text"
+msgid "MINUTE(Number)"
+msgstr "MINUTE(რიცხვი)"
-#: 04020000.xhp#par_id3144764.8.help.text
-msgid "<variable id=\"zellenrechtstext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_CELLSRIGHT\">Moves the contents of the selected range to the right when cells are inserted.</ahelp></variable>"
-msgstr "<variable id=\"zellenrechtstext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_CELLSRIGHT\">Moves the contents of the selected range to the right when cells are inserted.</ahelp></variable>"
+#. =;Sc
+#: func_minute.xhp
+msgctxt ""
+"func_minute.xhp\n"
+"par_id3154611\n"
+"70\n"
+"help.text"
+msgid "<emph>Number</emph>, as a time value, is a decimal number where the number of the minute is to be returned."
+msgstr "<emph>რიცხვი</emph>, რგორც დროის მნიშვნელობა; არის ათწილადი; რომლისთვისაც დაბრუნდება წამები."
-#: 04020000.xhp#hd_id3153877.9.help.text
-msgid "Entire row"
-msgstr "Entire row"
+#. mb:f
+#: func_minute.xhp
+msgctxt ""
+"func_minute.xhp\n"
+"hd_id3145374\n"
+"71\n"
+"help.text"
+msgid "Examples"
+msgstr "მაგალითები"
-#: 04020000.xhp#par_id3155417.10.help.text
-msgid "<variable id=\"zeilenganzetext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_INSROWS\">Inserts an entire row. The position of the row is determined by the selection on the sheet.</ahelp></variable> The number of rows inserted depends on how many rows are selected. The contents of the original rows are moved downward."
-msgstr "<variable id=\"zeilenganzetext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_INSROWS\">Inserts an entire row. The position of the row is determined by the selection on the sheet.</ahelp></variable> The number of rows inserted depends on how many rows are selected. The contents of the original rows are moved downward."
+#. p:bx
+#: func_minute.xhp
+msgctxt ""
+"func_minute.xhp\n"
+"par_id3148463\n"
+"72\n"
+"help.text"
+msgid "<item type=\"input\">=MINUTE(8.999)</item> returns 58"
+msgstr ""
-#: 04020000.xhp#hd_id3146971.11.help.text
-msgid "Entire column"
-msgstr "Entire column"
+#. dy#.
+#: func_minute.xhp
+msgctxt ""
+"func_minute.xhp\n"
+"par_id3149419\n"
+"73\n"
+"help.text"
+msgid "<item type=\"input\">=MINUTE(8.9999)</item> returns 59"
+msgstr ""
-#: 04020000.xhp#par_id3155068.12.help.text
-msgid "<variable id=\"spaltenganzetext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_INSCOLS\">Inserts an entire column. The number of columns to be inserted is determined by the selected number of columns.</ahelp></variable> The contents of the original columns are shifted to the right."
-msgstr "<variable id=\"spaltenganzetext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_INSCOLS\">Inserts an entire column. The number of the columns to be inserted is determined by the selected number of columns.</ahelp></variable> The contents of the original columns are shifted to right."
+#. ]KX1
+#: func_minute.xhp
+msgctxt ""
+"func_minute.xhp\n"
+"par_id3144755\n"
+"74\n"
+"help.text"
+msgid "<item type=\"input\">=MINUTE(NOW())</item> returns the current minute value."
+msgstr ""
-#: 05080000.xhp#tit.help.text
-msgid "Print Ranges"
-msgstr "დიაპაზონების ბეჭდვა"
+#. rV:w
+#: 01120000.xhp
+#, fuzzy
+msgctxt ""
+"01120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Page Preview"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\nგვერდის გადახედვა\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nგვერდის წინასწარი დათვალიერება"
-#: 05080000.xhp#hd_id3154013.1.help.text
-msgid "<link href=\"text/scalc/01/05080000.xhp\" name=\"Print Ranges\">Print Ranges</link>"
-msgstr "<link href=\"text/scalc/01/05080000.xhp\" name=\"Print Ranges\">საბეჭდი დიაპაზონები</link>"
+#. 5l=F
+#: 01120000.xhp
+#, fuzzy
+msgctxt ""
+"01120000.xhp\n"
+"hd_id1918698\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/01120000.xhp\">Page Preview</link>"
+msgstr "<link href=\"text/scalc/01/02140300.xhp\" name=\"Up\">მაღლა</link>"
-#: 05080000.xhp#par_id3155855.2.help.text
-msgid "<ahelp hid=\".\">Manages print ranges. Only cells within the print ranges will be printed.</ahelp>"
+#. Hak7
+#: 01120000.xhp
+msgctxt ""
+"01120000.xhp\n"
+"par_id3831598\n"
+"help.text"
+msgid "<ahelp hid=\".uno:PrintPreview\">Displays a preview of the printed page or closes the preview.</ahelp>"
msgstr ""
-#: 05080000.xhp#par_id3146119.4.help.text
-msgid "If you do not define any print range manually, Calc assigns an automatic print range to include all the cells that are not empty."
+#. =XAh
+#: 01120000.xhp
+msgctxt ""
+"01120000.xhp\n"
+"par_id3145847\n"
+"help.text"
+msgid "Use the icons on the <emph>Page Preview Bar</emph> to scroll through the pages of the document or to print the document."
msgstr ""
-#: 05080000.xhp#hd_id3154729.3.help.text
-msgid "<link href=\"text/scalc/01/05080300.xhp\" name=\"Edit\">Edit</link>"
-msgstr "<link href=\"text/scalc/01/05080300.xhp\" name=\"Edit\">რედაქტირება</link>"
+#. }DY5
+#: 01120000.xhp
+msgctxt ""
+"01120000.xhp\n"
+"par_id9838862\n"
+"help.text"
+msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Down keys to scroll through the pages."
+msgstr ""
-#: 05120000.xhp#tit.help.text
-msgctxt "05120000.xhp#tit.help.text"
-msgid "Conditional Formatting"
-msgstr "პირბითი ფორმატირება"
+#. O)\M
+#: 01120000.xhp
+msgctxt ""
+"01120000.xhp\n"
+"par_id7211828\n"
+"help.text"
+msgid "You cannot edit your document while you are in the page preview."
+msgstr ""
-#: 05120000.xhp#hd_id3155132.1.help.text
-msgctxt "05120000.xhp#hd_id3155132.1.help.text"
-msgid "Conditional Formatting"
-msgstr "პირბითი ფორმატირება"
+#. k(Sy
+#: 01120000.xhp
+msgctxt ""
+"01120000.xhp\n"
+"par_id460829\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the page preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
-#: 05120000.xhp#par_id3163710.2.help.text
-msgid "<variable id=\"bedingtetext\"><ahelp hid=\".uno:ConditionalFormatDialog\">Choose <emph>Conditional Formatting</emph> to define format styles depending on certain conditions.</ahelp></variable> If a style was already assigned to a cell, it remains unchanged. The style entered here is then evaluated. You can enter three conditions that query the contents of cell values or formulas. The conditions are evaluated from 1 to 3. If the condition 1 matches the condition, the defined style will be used. Otherwise, condition 2 is evaluated, and its defined style used. If this style does not match, condition 3 is evaluated."
+#. e$RS
+#: 01120000.xhp
+msgctxt ""
+"01120000.xhp\n"
+"par_id3155829\n"
+"help.text"
+msgid "<link href=\"text/scalc/main0210.xhp\" name=\"Page View Object Bar\">Page View Object Bar</link>"
msgstr ""
-#: 05120000.xhp#par_id2414014.help.text
-msgid "To apply conditional formatting, AutoCalculate must be enabled. Choose Tools - Cell Contents - AutoCalculate (you see a check mark next to the command when AutoCalculate is enabled)."
-msgstr "-მდე ავტოგამოთვლა ჩართული ხელსაწყოები შიგთავსი ავტოგამოთვლა a -სკენ ავტოგამოთვლა ტოლია ჩართული."
+#. 39Th
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Options"
+msgstr "პარამეტრები"
-#: 05120000.xhp#bm_id3153189.help.text
-msgid "<bookmark_value>conditional formatting; conditions</bookmark_value>"
-msgstr "<bookmark_value>პირბითი ფორმატირება;პირობები</bookmark_value>"
+#. _oe!
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"bm_id3147228\n"
+"help.text"
+msgid "<bookmark_value>sorting; options for database ranges</bookmark_value><bookmark_value>sorting;Asian languages</bookmark_value><bookmark_value>Asian languages;sorting</bookmark_value><bookmark_value>phonebook sorting rules</bookmark_value><bookmark_value>natural sort algorithm</bookmark_value>"
+msgstr "<bookmark_value>დახარისხება; მონაცემთა ბაზის რანგის პარამეტრები</bookmark_value><bookmark_value>დახარისხება;აზიური ენები</bookmark_value><bookmark_value>აზიური ენები;დახარისხება</bookmark_value><bookmark_value>სატელეფონო წიგნის დახარისხების წესები</bookmark_value><bookmark_value>ბუნებრივი დახარისხების ალგორითმი</bookmark_value>"
-#: 05120000.xhp#hd_id3153189.18.help.text
-msgid "Condition 1/2/3"
-msgstr "პირობა 1/2/3"
+#. 8gK}
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"hd_id3147228\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12030200.xhp\" name=\"Options\"> Options</link>"
+msgstr "<link href=\"text/scalc/01/12030200.xhp\" name=\"Options\"> პარამეტრები</link>"
-#: 05120000.xhp#par_id3149413.4.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_CONDFORMAT:CBX_COND3\">Mark the boxes corresponding to each condition and enter the corresponding condition.</ahelp> To close the dialog, click <emph>OK</emph>."
+#. cm2V
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"par_id3153770\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SCPAGE_SORT_OPTIONS\"> Sets additional sorting options.</ahelp>"
msgstr ""
-#: 05120000.xhp#hd_id3147394.5.help.text
-msgid "Cell Value / Formula"
-msgstr "უჯრის მნიშვნელობა / ფორმულა"
+#. Yd(:
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"hd_id3146976\n"
+"3\n"
+"help.text"
+msgid "Case Sensitivity"
+msgstr "რეგისტრისადმი მგრძნობიარობა"
-#: 05120000.xhp#par_id3155602.6.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_CONDFORMAT:LB_COND3_1\">Specifies if conditional formatting is dependent on a cell value or a formula.</ahelp> If you select a formula as a reference, the <emph>Cell Value Condition</emph> box is displayed to the right of the <emph>Cell value/Formula</emph> field. If the condition is \"Formula is\", enter a cell reference. If the cell reference is a value other than zero, the condition matches."
+#. G^pd
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"par_id3153091\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_CASESENSITIVE\"> Sorts first by uppercase letters and then by lowercase letters. For Asian languages, special handling applies.</ahelp>"
msgstr ""
-#: 05120000.xhp#hd_id3153709.7.help.text
-msgid "Cell Value Condition"
-msgstr "უჯრის მნიშვნელობის მდგომარეობა"
+#. **Qs
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"par_idN10637\n"
+"help.text"
+msgid "Note for Asian languages: Check <emph>Case Sensitivity</emph> to apply multi-level collation. With multi-level collation, entries are first compared in their primitive forms with their cases and diacritics ignored. If they evaluate as the same, their diacritics are taken into account for the second-level comparison. If they still evaluate as the same, their cases, character widths, and Japanese Kana difference are considered for the third-level comparison."
+msgstr ""
+
+#. _,YN
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"hd_id3155856\n"
+"5\n"
+"help.text"
+msgid "Range contains column/row labels"
+msgstr "დიაპაზონი შეიცავს სვეტის/რიგის ეტიკეტებს"
+
+#. lyff
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"par_id3154014\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_LABEL\"> Omits the first row or the first column in the selection from the sort.</ahelp> The <emph>Direction</emph> setting at the bottom of the dialog defines the name and function of this check box."
+msgstr ""
-#: 05120000.xhp#par_id3153764.8.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_CONDFORMAT:LB_COND3_2\">Choose a condition for the format to be applied to the selected cells.</ahelp>"
+#. !/$e
+#: 12030200.xhp
+#, fuzzy
+msgctxt ""
+"12030200.xhp\n"
+"hd_id3147436\n"
+"7\n"
+"help.text"
+msgid "Include formats"
+msgstr "ფორმატების ჩართვა"
+
+#. ,Dqn
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"par_id3149377\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_FORMATS\"> Preserves the current cell formatting.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_FORMATS\">ინხავს უჯრის მიმდინარე ფორმატირებას.</ahelp>"
+
+#. }49$
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"hd_id3147438\n"
+"help.text"
+msgid "Enable natural sort"
msgstr ""
-#: 05120000.xhp#hd_id3156384.9.help.text
-msgid "Cell Style"
-msgstr "უჯრის სტილი"
+#. rE(#
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"par_id3149378\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_NATURALSORT\">Natural sort is a sort algorithm that sorts string-prefixed numbers based on the value of the numerical element in each sorted number, instead of the traditional way of sorting them as ordinary strings.</ahelp> For instance, let's assume you have a series of values such as, A1, A2, A3, A4, A5, A6, ..., A19, A20, A21. When you put these values into a range of cells and run the sort, it will become A1, A11, A12, A13, ..., A19, A2, A20, A21, A3, A4, A5, ..., A9. While this sorting behavior may make sense to those who understand the underlying sorting mechanism, to the rest of the population it seems completely bizarre, if not outright inconvenient. With the natural sort feature enabled, values such as the ones in the above example get sorted \"properly\", which improves the convenience of sorting operations in general."
+msgstr ""
-#: 05120000.xhp#par_id3145228.10.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_CONDFORMAT:LB_COND3_TEMPLATE\">Choose the style to be applied if the specified condition matches.</ahelp>"
+#. x2`R
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"hd_id3153878\n"
+"10\n"
+"help.text"
+msgid "Copy sort results to:"
+msgstr "დახარისხების შედეგების ასლი:"
+
+#. ?;^Z
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"par_id3156286\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_COPYRESULT\"> Copies the sorted list to the cell range that you specify.</ahelp>"
msgstr ""
-#: 05120000.xhp#hd_id0509200913175331.help.text
-msgid "New Style"
+#. R^:,
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"hd_id3153418\n"
+"12\n"
+"help.text"
+msgid "Sort results"
+msgstr "დახარისხების შედეგები"
+
+#. :AAm
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"par_id3155602\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_SORT_OPTIONS:LB_OUTAREA\"> Select a named <link href=\"text/scalc/01/12010000.xhp\" name=\"cell range\"> cell range</link> where you want to display the sorted list, or enter a cell range in the input box.</ahelp>"
msgstr ""
-#: 05120000.xhp#par_id0509200913175368.help.text
-msgid "<ahelp hid=\".\">If you haven't already defined a style to be used, you can click New Style to open the Organizer tab page of the Cell Style dialog. Define a new style there and click OK.</ahelp>"
+#. w!C(
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"hd_id3153707\n"
+"14\n"
+"help.text"
+msgid "Sort results"
+msgstr "დახარისხების შედეგები"
+
+#. O-ia
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"par_id3145642\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCPAGE_SORT_OPTIONS:ED_OUTAREA\"> Enter the cell range where you want to display the sorted list, or select a named range from the list.</ahelp>"
msgstr ""
-#: 05120000.xhp#hd_id3146316.11.help.text
-msgid "Parameter field"
-msgstr "პარამეტრის ველი"
+#. zyZB
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"hd_id3155445\n"
+"16\n"
+"help.text"
+msgid "Custom sort order"
+msgstr "სხვა დახარისხების წესი"
+
+#. Gx/-
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"par_id3156385\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_SORT_USER\"> Click here and then select the custom sort order that you want.</ahelp>"
+msgstr ""
-#: 05120000.xhp#par_id3155114.12.help.text
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_CONDFORMAT:EDT_COND3_2\" visibility=\"hidden\">Enter a reference, value or formula.</ahelp> Enter a reference, value or formula in the parameter field, or in both parameter fields if you have selected a condition that requires two parameters. You can also enter formulas containing relative references."
+#. Gt1J
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"hd_id3154704\n"
+"18\n"
+"help.text"
+msgid "Custom sort order"
+msgstr "სხვა დახარისხების წესი"
+
+#. 3FT%
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"par_id3155962\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_SORT_OPTIONS:LB_SORT_USER\"> Select the custom sort order that you want to apply. To define a custom sort order, choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060400.xhp\" name=\"%PRODUCTNAME Calc - Sort Lists\">%PRODUCTNAME Calc - Sort Lists</link> .</ahelp>"
msgstr ""
-#: 05120000.xhp#par_id3145257.13.help.text
-msgid "Once the parameters have been defined, the condition is complete. It may appear as:"
+#. -.fx
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"hd_id3149257\n"
+"28\n"
+"help.text"
+msgid "Language"
+msgstr "ენა"
+
+#. n*y+
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"hd_id3147004\n"
+"29\n"
+"help.text"
+msgid "Language"
+msgstr "ენა"
+
+#. 85/q
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"par_id3150787\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"SC_LISTBOX_RID_SCPAGE_SORT_OPTIONS_LB_LANGUAGE\"> Select the language for the sorting rules.</ahelp>"
msgstr ""
-#: 05120000.xhp#par_id3150784.14.help.text
-msgid "Cell value is equal 0: Cell style Null value (You must have already defined a cell style with this name before assigning it to a condition)."
+#. .F;_
+#: 12030200.xhp
+#, fuzzy
+msgctxt ""
+"12030200.xhp\n"
+"hd_id3150344\n"
+"30\n"
+"help.text"
+msgid "Options"
+msgstr "პარამეტრები"
+
+#. :r?_
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"par_id3155113\n"
+"33\n"
+"help.text"
+msgid "<ahelp hid=\"SC_LISTBOX_RID_SCPAGE_SORT_OPTIONS_LB_ALGORITHM\"> Select a sorting option for the language.</ahelp> For example, select the \"phonebook\" option for German to include the umlaut special character in the sorting."
msgstr ""
-#: 05120000.xhp#par_id3150365.15.help.text
-msgid "Cell value is between $B$20 and $B$21: Cell style Result (The corresponding value limits must already exist in cells B20 and B21)."
+#. =viP
+#: 12030200.xhp
+#, fuzzy
+msgctxt ""
+"12030200.xhp\n"
+"hd_id3152580\n"
+"20\n"
+"help.text"
+msgid "Direction"
+msgstr "მიმართულება"
+
+#. dP))
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"hd_id3154201\n"
+"22\n"
+"help.text"
+msgid "Top to Bottom (Sort Rows)"
+msgstr "ზემოდან ქვემოთ (რიგების დახარისხება)"
+
+#. BeT/
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"par_id3166430\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_OPTIONS:BTN_TOP_DOWN\"> Sorts rows by the values in the active columns of the selected range.</ahelp>"
msgstr ""
-#: 05120000.xhp#par_id3152992.16.help.text
-msgid "Formula is SUM($A$1:$A$5)=10: Cell style Result (The selected cells are formatted with the Result style if the sum of the contents in cells A1 to A5 is equal to 10)."
-msgstr "ფორმულა ტოლია SUM A A შედეგი შედეგი - დუ A1 -სკენ A5 ტოლია ტოლია -სკენ."
+#. asPV
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"hd_id3145588\n"
+"24\n"
+"help.text"
+msgid "Left to Right (Sort Columns)"
+msgstr "მარცხნიდან მარჯვნივ (სვეტების დახარისხება)"
-#: 05120000.xhp#par_idN107E1.help.text
-msgid " <embedvar href=\"text/scalc/guide/cellstyle_conditional.xhp#cellstyle_conditional\"/> "
-msgstr "<embedvar href=\"text/scalc/guide/cellstyle_conditional.xhp#cellstyle_conditional\"/>"
+#. l#*i
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"par_id3154370\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_OPTIONS:BTN_LEFT_RIGHT\"> Sorts columns by the values in the active rows of the selected range.</ahelp>"
+msgstr ""
-#: 04060109.xhp#tit.help.text
-msgctxt "04060109.xhp#tit.help.text"
-msgid "Spreadsheet Functions"
-msgstr "ელცხრილის ფუნქციები"
+#. -6JV
+#: 12030200.xhp
+#, fuzzy
+msgctxt ""
+"12030200.xhp\n"
+"hd_id3156290\n"
+"26\n"
+"help.text"
+msgid "Data area"
+msgstr "მონაცემების არე"
-#: 04060109.xhp#bm_id3148522.help.text
-msgid "<bookmark_value>spreadsheets; functions</bookmark_value> <bookmark_value>Function Wizard; spreadsheets</bookmark_value> <bookmark_value>functions; spreadsheets</bookmark_value>"
-msgstr "<bookmark_value>ელცხრილები; ფუნქცუები</bookmark_value><bookmark_value>ფუნქცუების ოსტატი, ელცხრილები</bookmark_value><bookmark_value>ფუნქცუები; ელცხრილები</bookmark_value>"
+#. kJBY
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"par_id3156446\n"
+"27\n"
+"help.text"
+msgid "Displays the cell range that you want to sort."
+msgstr "ასახავს დასახარისხებელ უკრათა დიაპაზონს."
-#: 04060109.xhp#hd_id3148522.1.help.text
-msgctxt "04060109.xhp#hd_id3148522.1.help.text"
-msgid "Spreadsheet Functions"
-msgstr "ელცხრილის ფუნქციები"
+#. Db]B
+#: 12100000.xhp
+msgctxt ""
+"12100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Refresh Range"
+msgstr "დიაპაზონის განახლება"
-#: 04060109.xhp#par_id3144508.2.help.text
-msgid "<variable id=\"tabelletext\">This section contains descriptions of the <emph>Spreadsheet</emph> functions together with an example.</variable>"
-msgstr "<variable id=\"tabelletext\">ეს სექცია შეიცავს <emph>ელცხრილის</emph> ფუნქციების აღწერას მაგალითებთან ერთად. </variable>"
+#. !^_S
+#: 12100000.xhp
+msgctxt ""
+"12100000.xhp\n"
+"bm_id3153662\n"
+"help.text"
+msgid "<bookmark_value>database ranges; refreshing</bookmark_value>"
+msgstr "<bookmark_value>მონაცემთა ბაზის დიაპაზონები; განახლება</bookmark_value>"
-#: 04060109.xhp#bm_id3146968.help.text
-msgid "<bookmark_value>ADDRESS function</bookmark_value>"
-msgstr "<bookmark_value>ADDRESS ფუნქცია</bookmark_value>"
+#. n?E@
+#: 12100000.xhp
+msgctxt ""
+"12100000.xhp\n"
+"hd_id3153662\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12100000.xhp\" name=\"Refresh Range\">Refresh Range</link>"
+msgstr "<link href=\"text/scalc/01/12100000.xhp\" name=\"Refresh Range\">გვერდის განახლება</link>"
-#: 04060109.xhp#hd_id3146968.3.help.text
-msgctxt "04060109.xhp#hd_id3146968.3.help.text"
-msgid "ADDRESS"
-msgstr "ADDRESS"
+#. !I(f
+#: 12100000.xhp
+msgctxt ""
+"12100000.xhp\n"
+"par_id3153088\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"aktualisieren\"><ahelp hid=\".uno:DataAreaRefresh\" visibility=\"visible\">Updates a data range that was inserted from an external database. The data in the sheet is updated to match the data in the external database.</ahelp></variable>"
+msgstr ""
-#: 04060109.xhp#par_id3155762.4.help.text
-msgid "<ahelp hid=\"HID_FUNC_ADRESSE\">Returns a cell address (reference) as text, according to the specified row and column numbers.</ahelp> You can determine whether the address is interpreted as an absolute address (for example, $A$1) or as a relative address (as A1) or in a mixed form (A$1 or $A1). You can also specify the name of the sheet."
+#. Sm(4
+#: 12040500.xhp
+msgctxt ""
+"12040500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide AutoFilter"
+msgstr "ავტოფილტრის დამალვა"
+
+#. [\!H
+#: 12040500.xhp
+msgctxt ""
+"12040500.xhp\n"
+"bm_id3150276\n"
+"help.text"
+msgid "<bookmark_value>database ranges; hiding AutoFilter</bookmark_value>"
+msgstr "<bookmark_value>მონაცემთა ბაზის დიაპაზონები; ავტოფილტრილ დამალვა</bookmark_value>"
+
+#. dm*/
+#: 12040500.xhp
+msgctxt ""
+"12040500.xhp\n"
+"hd_id3150276\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12040500.xhp\" name=\"Hide AutoFilter\">Hide AutoFilter</link>"
+msgstr "<link href=\"text/scalc/01/12040500.xhp\" name=\"Hide AutoFilter\">ავტოფილტრის დამალვა</link>"
+
+#. n;QZ
+#: 12040500.xhp
+msgctxt ""
+"12040500.xhp\n"
+"par_id3156326\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DataFilterHideAutoFilter\" visibility=\"visible\">Hides the AutoFilter buttons in the selected cell range.</ahelp>"
msgstr ""
-#: 04060109.xhp#par_id1027200802301348.help.text
-msgid "For interoperability the ADDRESS and INDIRECT functions support an optional parameter to specify whether the R1C1 address notation instead of the usual A1 notation should be used."
+#. noNP
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr "ფურცლის ჩასმა"
+
+#. GCi5
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"bm_id4522232\n"
+"help.text"
+msgid "<bookmark_value>sheets;creating</bookmark_value>"
+msgstr "<bookmark_value>RSQ გამოთვლები</bookmark_value>"
+
+#. 6YO[
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"hd_id3155629\n"
+"1\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr "ფურცლის ჩასმა"
+
+#. 5Ro*
+#: 04050000.xhp
+#, fuzzy
+msgctxt ""
+"04050000.xhp\n"
+"par_id3147264\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"tabelleeinfuegentext\"><ahelp hid=\".uno:Insert\">Defines the options to be used to insert a new sheet.</ahelp> You can create a new sheet, or insert an existing sheet from a file.</variable>"
+msgstr "<variable id=\"tabelleeinfuegentext\"><ahelp hid=\".uno:Insert\">Defines the options to be used to insert a new sheet.</ahelp> You can create a new sheet, or insert an existing sheet from a file.</variable>"
+
+#. !/:r
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"hd_id3154684\n"
+"19\n"
+"help.text"
+msgid "Position"
+msgstr "Position"
+
+#. |YCT
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id3156281\n"
+"20\n"
+"help.text"
+msgid "Specifies where the new sheet is to be inserted into your document."
+msgstr "Specifies where the new sheet is to be inserted into your document."
+
+#. WNB6
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"hd_id3154123\n"
+"21\n"
+"help.text"
+msgid "Before current sheet"
+msgstr "Before current sheet"
+
+#. `E8X
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id3145787\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSERT_TABLE:RB_BEFORE\">Inserts a new sheet directly before the current sheet.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSERT_TABLE:RB_BEFORE\">Inserts a new sheet directly before the current sheet.</ahelp>"
+
+#. rZoI
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"hd_id3155414\n"
+"23\n"
+"help.text"
+msgid "After current sheet"
+msgstr "After current sheet"
+
+#. xsa;
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id3145271\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSERT_TABLE:RB_BEHIND\">Inserts a new sheet directly after the current sheet.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSERT_TABLE:RB_BEHIND\">Inserts a new sheet directly after the current sheet.</ahelp>"
+
+#. L??V
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"hd_id3147428\n"
+"25\n"
+"help.text"
+msgid "Sheet"
+msgstr "შექმნა"
+
+#. D;3$
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id3154012\n"
+"26\n"
+"help.text"
+msgid "Specifies whether a new sheet or an existing sheet is inserted into the document."
+msgstr "Specifies whether a new sheet or an existing sheet is inserted into the document."
+
+#. r;U+
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"hd_id3147350\n"
+"3\n"
+"help.text"
+msgid "New sheet"
+msgstr "შექმნა"
+
+#. r%y,
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id3149262\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC_RADIOBUTTON_RID_SCDLG_INSERT_TABLE_RB_NEW\">Creates a new sheet. Enter a sheet name in the <emph>Name</emph> field. Allowed characters are letters, numbers, spaces, and the underline character.</ahelp>"
msgstr ""
-#: 04060109.xhp#par_id1027200802301445.help.text
-msgid "In ADDRESS, the parameter is inserted as the fourth parameter, shifting the optional sheet name parameter to the fifth position."
+#. N6U[
+#: 04050000.xhp
+#, fuzzy
+msgctxt ""
+"04050000.xhp\n"
+"hd_id3155418\n"
+"27\n"
+"help.text"
+msgid "No. of sheets"
+msgstr "No. of Sheets"
+
+#. #4rf
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id3148457\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCDLG_INSERT_TABLE:NF_COUNT\">Specifies the number of sheets to be created.</ahelp>"
+msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCDLG_INSERT_TABLE:NF_COUNT\">Specifies the number of sheets to be created.</ahelp>"
+
+#. KWT_
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"hd_id3149379\n"
+"7\n"
+"help.text"
+msgid "Name"
+msgstr "სახელი"
+
+#. VA@l
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id3150718\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_INSERT_TABLE:ED_TABNAME\">Specifies the name of the new sheet.</ahelp>"
msgstr ""
-#: 04060109.xhp#par_id102720080230153.help.text
-msgid "In INDIRECT, the parameter is appended as the second parameter."
+#. bJR-
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"hd_id3155066\n"
+"9\n"
+"help.text"
+msgid "From File"
+msgstr "From File"
+
+#. .YdN
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id3153714\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC_RADIOBUTTON_RID_SCDLG_INSERT_TABLE_RB_FROMFILE\">Inserts a sheet from an existing file into the current document.</ahelp>"
+msgstr "<ahelp hid=\"SC_RADIOBUTTON_RID_SCDLG_INSERT_TABLE_RB_FROMFILE\">Inserts a sheet from an existing file into the current document.</ahelp>"
+
+#. _4dL
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"hd_id3149020\n"
+"15\n"
+"help.text"
+msgid "Browse"
+msgstr "მიმოხილვა"
+
+#. XhN2
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id3159267\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_INSERT_TABLE:BTN_BROWSE\">Opens a dialog for selecting a file.</ahelp>"
+msgstr "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_INSERT_TABLE:BTN_BROWSE\">Opens a dialog for selecting a file.</ahelp>"
+
+#. jR:5
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"hd_id3149255\n"
+"29\n"
+"help.text"
+msgid "Available Sheets"
+msgstr "Available Sheets"
+
+#. f#6`
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id3155336\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"SC:MULTILISTBOX:RID_SCDLG_INSERT_TABLE:LB_TABLES\">If you selected a file by using the <emph>Browse</emph> button, the sheets contained in it are displayed in the list box. The file path is displayed below this box. Select the sheet to be inserted from the list box.</ahelp>"
+msgstr "<ahelp hid=\"SC:MULTILISTBOX:RID_SCDLG_INSERT_TABLE:LB_TABLES\">If you selected a file by using the <emph>Browse</emph> button, the sheets contained in it are displayed in the list box. The file path is displayed below this box. მონიშნეთ the sheet to be inserted from the list box.</ahelp>"
+
+#. .wP]
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"hd_id3145791\n"
+"17\n"
+"help.text"
+msgid "Link"
+msgstr "Link"
+
+#. *#Hu
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id3152580\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_INSERT_TABLE_CB_LINK\">Select to insert the sheet as a link instead as a copy. The links can be updated to show the current contents.</ahelp>"
+msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_INSERT_TABLE_CB_LINK\">მონიშნეთ to insert the sheet as a link instead as a copy. The links can be updated to show the current contents.</ahelp>"
+
+#. +?HC
+#: 06060100.xhp
+msgctxt ""
+"06060100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Protecting Sheet"
+msgstr "ფურცლის დაცვა"
+
+#. Inp6
+#: 06060100.xhp
+msgctxt ""
+"06060100.xhp\n"
+"hd_id3153087\n"
+"1\n"
+"help.text"
+msgid "Protecting Sheet"
+msgstr "ფურცლის დაცვა"
+
+#. fTi?
+#: 06060100.xhp
+msgctxt ""
+"06060100.xhp\n"
+"par_id3148664\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"tabelletext\"><ahelp hid=\".uno:Protect\">Protects the cells in the current sheet from being modified.</ahelp></variable> Choose <emph>Tools - Protect Document - Sheet</emph> to open the <emph>Protect Sheet</emph> dialog in which you then specify sheet protection with or without a password."
msgstr ""
-#: 04060109.xhp#par_id102720080230151.help.text
-msgid "In both functions, if the argument is inserted with the value 0, then the R1C1 notation is used. If the argument is not given or has a value other than 0, then the A1 notation is used. "
+#. Ad^k
+#: 06060100.xhp
+msgctxt ""
+"06060100.xhp\n"
+"par_id3149664\n"
+"5\n"
+"help.text"
+msgid "To protect cells from further editing, the <emph>Protected</emph> check box must be checked on the <link href=\"text/scalc/01/05020600.xhp\" name=\"Format - Cells - Cell Protection\"><emph>Format - Cells - Cell Protection</emph></link> tab page or on the <emph>Format Cells</emph> context menu."
msgstr ""
-#: 04060109.xhp#par_id1027200802301556.help.text
-msgid "In case of R1C1 notation, ADDRESS returns address strings using the exclamation mark '!' as the sheet name separator, and INDIRECT expects the exclamation mark as sheet name separator. Both functions still use the dot '.' sheet name separator with A1 notation."
+#. tka+
+#: 06060100.xhp
+msgctxt ""
+"06060100.xhp\n"
+"par_id3154490\n"
+"8\n"
+"help.text"
+msgid "Unprotected cells or cell ranges can be set up on a protected sheet by using the <emph>Tools - Protect Document - Sheet</emph> and <emph>Format - Cells - Cell Protection</emph> menus:"
msgstr ""
-#: 04060109.xhp#par_id1027200802301521.help.text
-msgid "When opening documents from ODF 1.0/1.1 format, the ADDRESS functions that show a sheet name as the fourth paramater will shift that sheet name to become the fifth parameter. A new fourth parameter with the value 1 will be inserted."
+#. !#5\
+#: 06060100.xhp
+msgctxt ""
+"06060100.xhp\n"
+"par_id3149123\n"
+"16\n"
+"help.text"
+msgid "Select the cells that will be unprotected"
+msgstr "აირჩიეთ დასაცავი უჯრები"
+
+#. a]fW
+#: 06060100.xhp
+msgctxt ""
+"06060100.xhp\n"
+"par_id3150329\n"
+"17\n"
+"help.text"
+msgid "Select <emph>Format - Cells - Cell Protection</emph>. Unmark the <emph>Protected</emph> box and click <emph>OK</emph>."
msgstr ""
-#: 04060109.xhp#par_id1027200802301650.help.text
-msgid "When storing a document in ODF 1.0/1.1 format, if ADDRESS functions have a fourth parameter, that parameter will be removed."
+#. SH5b
+#: 06060100.xhp
+msgctxt ""
+"06060100.xhp\n"
+"par_id3156384\n"
+"18\n"
+"help.text"
+msgid "On the <emph>Tools - Protect Document - Sheet</emph> menu, activate protection for the sheet. Effective immediately, only the cell range you selected in step 1 can be edited."
msgstr ""
-#: 04060109.xhp#par_id102720080230162.help.text
-msgid "Do not save a spreadsheet in the old ODF 1.0/1.1 format if the ADDRESS function's new fourth parameter was used with a value of 0."
+#. BDHR
+#: 06060100.xhp
+msgctxt ""
+"06060100.xhp\n"
+"par_id3149566\n"
+"9\n"
+"help.text"
+msgid "To later change an unprotected area to a protected area, select the range. Next, on the <emph>Format - Cells - Cell Protection</emph> tab page, check the <emph>Protected</emph> box. Finally, choose the <emph>Tools - Protect Document - Sheet </emph>menu. The previously editable range is now protected."
msgstr ""
-#: 04060109.xhp#par_id1027200802301756.help.text
-msgid "The INDIRECT function is saved without conversion to ODF 1.0/1.1 format. If the second parameter was present, an older version of Calc will return an error for that function."
+#. Zl~3
+#: 06060100.xhp
+msgctxt ""
+"06060100.xhp\n"
+"par_id3153964\n"
+"10\n"
+"help.text"
+msgid "Sheet protection also affects the context menu of the sheet tabs at the bottom of the screen. The <emph>Delete</emph> and <emph>Rename</emph> commands cannot be selected."
msgstr ""
-#: 04060109.xhp#hd_id3151196.5.help.text
-msgctxt "04060109.xhp#hd_id3151196.5.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. 8dZ\
+#: 06060100.xhp
+msgctxt ""
+"06060100.xhp\n"
+"par_id3150301\n"
+"19\n"
+"help.text"
+msgid "If a sheet is protected, you will not be able to modify or delete any Cell Styles."
+msgstr ""
-#: 04060109.xhp#par_id3154707.6.help.text
-msgid "ADDRESS(Row; Column; Abs; A1; \"Sheet\")"
+#. Y|5:
+#: 06060100.xhp
+msgctxt ""
+"06060100.xhp\n"
+"par_id3154656\n"
+"3\n"
+"help.text"
+msgid "A protected sheet or cell range can no longer be modified until this protection is disabled. To disable the protection, choose the <emph>Tools - Protect Document - Sheet</emph> command. If no password was set, the sheet protection is immediately disabled. If the sheet was password protected, the <emph>Remove Protection</emph> dialog opens, where you must enter the password."
msgstr ""
-#: 04060109.xhp#par_id3147505.7.help.text
-msgid " <emph>Row</emph> represents the row number for the cell reference"
-msgstr "<emph>რიგი</emph> უჯრის მითითებაში ასახავს რიგის ნომერს"
+#. a3|+
+#: 06060100.xhp
+msgctxt ""
+"06060100.xhp\n"
+"par_id3149815\n"
+"11\n"
+"help.text"
+msgid "Once saved, protected sheets can only be saved again by using the <emph>File - Save As</emph> command."
+msgstr ""
-#: 04060109.xhp#par_id3145323.8.help.text
-msgid " <emph>Column</emph> represents the column number for the cell reference (the number, not the letter)"
-msgstr "<emph>სვეტი</emph> უჯრის მითითებაში ასახავს სვეტის ნომერს (ნომერს და არა ასოს)"
+#. FYEm
+#: 06060100.xhp
+msgctxt ""
+"06060100.xhp\n"
+"hd_id3150206\n"
+"4\n"
+"help.text"
+msgid "Password (optional)"
+msgstr "პაროლი (არასავალდებულო)"
-#: 04060109.xhp#par_id3153074.9.help.text
-msgid " <emph>Abs</emph> determines the type of reference:"
-msgstr "<emph>abs</emph> განსაზღვრავს მითითების ტიპს:"
+#. /%d+
+#: 06060100.xhp
+msgctxt ""
+"06060100.xhp\n"
+"par_id3152990\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Protect\">Allows you to enter a password to protect the sheet from unauthorized changes.</ahelp>"
+msgstr ""
-#: 04060109.xhp#par_id3153298.10.help.text
-msgid "1: absolute ($A$1)"
-msgstr "1: აბსოლუტური ($A$1)"
+#. )n/C
+#: 06060100.xhp
+msgctxt ""
+"06060100.xhp\n"
+"par_id3148700\n"
+"12\n"
+"help.text"
+msgid "Complete protection of your work can be achieved by combining both options on the <emph>Tools - Protect Document</emph> menu, including password protection. To prohibit opening the document altogether, in the <emph>Save</emph> dialog mark the <emph>Save with password</emph> box before you click the <emph>Save</emph> button."
+msgstr ""
-#: 04060109.xhp#par_id3150431.11.help.text
-msgid "2: row reference type is absolute; column reference is relative (A$1)"
-msgstr "2: რიგიდ მითითება აბსოლუტურია, სვეტის კი შედარებითი (A$1)"
+#. -JE8
+#: 06030300.xhp
+msgctxt ""
+"06030300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Trace Dependents"
+msgstr "დამოკიდებულებების კვალი"
-#: 04060109.xhp#par_id3146096.12.help.text
-msgid "3: row (relative); column (absolute) ($A1)"
-msgstr "3: რიგი (შედარებითი); სვეტი (აბსოლუტური) ($A1)"
+#. npdN
+#: 06030300.xhp
+msgctxt ""
+"06030300.xhp\n"
+"bm_id3153252\n"
+"help.text"
+msgid "<bookmark_value>cells; tracing dependents</bookmark_value>"
+msgstr "<bookmark_value>უჯრები; დამოკიდებულებების გაკვლევა</bookmark_value>"
-#: 04060109.xhp#par_id3153334.13.help.text
-msgid "4: relative (A1)"
-msgstr "4: დაკავშირებული (A1)"
+#. #c4v
+#: 06030300.xhp
+#, fuzzy
+msgctxt ""
+"06030300.xhp\n"
+"hd_id3153252\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06030300.xhp\" name=\"Trace Dependents\">Trace Dependents</link>"
+msgstr "<link href=\"text/scalc/01/06030400.xhp\" name=\"Remove Dependents\">დამოკიდებულებების ამოშლა</link>"
-#: 04060109.xhp#par_id1027200802465915.help.text
-msgctxt "04060109.xhp#par_id1027200802465915.help.text"
-msgid " <emph>A1</emph> (optional) - if set to 0, the R1C1 notation is used. If this parameter is absent or set to another value than 0, the A1 notation is used."
+#. ]SS,
+#: 06030300.xhp
+msgctxt ""
+"06030300.xhp\n"
+"par_id3156024\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ShowDependents\" visibility=\"visible\">Draws tracer arrows to the active cell from formulas that depend on values in the active cell.</ahelp>"
msgstr ""
-#: 04060109.xhp#par_id3153962.14.help.text
-msgid " <emph>Sheet</emph> represents the name of the sheet. It must be placed in double quotes."
-msgstr "<emph>ფურცელი</emph> ასახავს ფურცლის სახელს. იგი ორმაგ ბრჭყალებში უნდა იყოს."
+#. /7n]
+#: 06030300.xhp
+msgctxt ""
+"06030300.xhp\n"
+"par_id3148948\n"
+"4\n"
+"help.text"
+msgid "The area of all cells that are used together with the active cell in a formula is highlighted by a blue frame."
+msgstr "არე - ყველა აქტიური დუ a ფორმულა ტოლია -ით a ჩარჩო."
-#: 04060109.xhp#hd_id3147299.15.help.text
-msgid "Example:"
-msgstr "მაგალითი:"
+#. e^:o
+#: 06030300.xhp
+msgctxt ""
+"06030300.xhp\n"
+"par_id3151112\n"
+"3\n"
+"help.text"
+msgid "This function works per level. For instance, if one level of traces has already been activated to show the precedents (or dependents), then you would see the next dependency level by activating the <emph>Trace</emph> function again."
+msgstr ""
+
+#. `%/w
+#: 12060000.xhp
+msgctxt ""
+"12060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Multiple Operations"
+msgstr "რამდენიმე პარამეტრი"
+
+#. noO9
+#: 12060000.xhp
+msgctxt ""
+"12060000.xhp\n"
+"hd_id3153381\n"
+"1\n"
+"help.text"
+msgid "Multiple Operations"
+msgstr "რამდენიმე პარამეტრი"
-#: 04060109.xhp#par_id3148744.16.help.text
-msgid " <item type=\"input\">=ADDRESS(1;1;2;;\"Sheet2\")</item> returns the following: Sheet2.A$1"
+#. fccg
+#: 12060000.xhp
+msgctxt ""
+"12060000.xhp\n"
+"par_id3154140\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"mehrfachoperationen\"><ahelp hid=\".uno:TableOperationDialog\">Applies the same formula to different cells, but with different parameter values.</ahelp></variable>"
msgstr ""
-#: 04060109.xhp#par_id3159260.17.help.text
-msgid "If the cell A1 in sheet 2 contains the value <item type=\"input\">-6</item>, you can refer indirectly to the referenced cell using a function in B2 by entering <item type=\"input\">=ABS(INDIRECT(B2))</item>. The result is the absolute value of the cell reference specified in B2, which in this case is 6."
-msgstr "A1 დუ ფურცელი შეიცავს -სკენ a დუ -ით აბგ INDIRECT ტოლია აბსოლუტური - დუ დუ ტოლია."
+#. p+Z2
+#: 12060000.xhp
+msgctxt ""
+"12060000.xhp\n"
+"par_id3152598\n"
+"5\n"
+"help.text"
+msgid "The <emph>Row</emph> or <emph>Column</emph> box must contain a reference to the first cell of the selected range."
+msgstr ""
-#: 04060109.xhp#bm_id3150372.help.text
-msgid "<bookmark_value>AREAS function</bookmark_value>"
-msgstr "<bookmark_value>AREAS ფუნქცია</bookmark_value>"
+#. }fjc
+#: 12060000.xhp
+msgctxt ""
+"12060000.xhp\n"
+"par_id3154011\n"
+"16\n"
+"help.text"
+msgid "If you export a spreadsheet containing multiple operations to Microsoft Excel, the location of the cells containing the formula must be fully defined relative to the data range."
+msgstr ""
-#: 04060109.xhp#hd_id3150372.19.help.text
-msgid "AREAS"
-msgstr "AREAS"
+#. 3\*@
+#: 12060000.xhp
+msgctxt ""
+"12060000.xhp\n"
+"hd_id3156441\n"
+"3\n"
+"help.text"
+msgid "Defaults"
+msgstr "ნაგულისხმები პარამეტრები"
-#: 04060109.xhp#par_id3150036.20.help.text
-msgid "<ahelp hid=\"HID_FUNC_BEREICHE\">Returns the number of individual ranges that belong to a multiple range.</ahelp> A range can consist of contiguous cells or a single cell."
+#. p]Z^
+#: 12060000.xhp
+msgctxt ""
+"12060000.xhp\n"
+"hd_id3154492\n"
+"6\n"
+"help.text"
+msgid "Formulas"
+msgstr "ფორმულები"
+
+#. W*q;
+#: 12060000.xhp
+msgctxt ""
+"12060000.xhp\n"
+"par_id3151073\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_TABOP:ED_FORMULARANGE\">Enter the cell references for the cells containing the formulas that you want to use in the multiple operation.</ahelp>"
msgstr ""
-#: 04060109.xhp#par_id061020090307073.help.text
-msgid "The function expects a single argument. If you state multiple ranges, you must enclose them into additional parentheses. Multiple ranges can be entered using the semicolon (;) as divider, but this gets automatically converted to the tilde (~) operator. The tilde is used to join ranges."
+#. guHC
+#: 12060000.xhp
+msgctxt ""
+"12060000.xhp\n"
+"hd_id3154729\n"
+"8\n"
+"help.text"
+msgid "Row"
+msgstr "რიგი"
+
+#. $~]p
+#: 12060000.xhp
+msgctxt ""
+"12060000.xhp\n"
+"par_id3148456\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_TABOP:ED_ROWCELL\">Enter the input cell reference that you want to use as a variable for the rows in the data table.</ahelp>"
+msgstr ""
+
+#. 3VcJ
+#: 12060000.xhp
+msgctxt ""
+"12060000.xhp\n"
+"hd_id3150718\n"
+"14\n"
+"help.text"
+msgid "Column"
+msgstr "სვეტი"
+
+#. I\8/
+#: 12060000.xhp
+msgctxt ""
+"12060000.xhp\n"
+"par_id3150327\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_TABOP:ED_COLCELL\">Enter the input cell reference that you want to use as a variable for the columns in the data table.</ahelp>"
+msgstr ""
+
+#. $S#A
+#: func_today.xhp
+msgctxt ""
+"func_today.xhp\n"
+"tit\n"
+"help.text"
+msgid "TODAY"
+msgstr "TODAY"
+
+#. wm5a
+#: func_today.xhp
+msgctxt ""
+"func_today.xhp\n"
+"bm_id3145659\n"
+"help.text"
+msgid "<bookmark_value>TODAY function</bookmark_value>"
+msgstr "<bookmark_value>TODAY ფუნქცია</bookmark_value>"
+
+#. 1DU2
+#: func_today.xhp
+msgctxt ""
+"func_today.xhp\n"
+"hd_id3145659\n"
+"29\n"
+"help.text"
+msgid "<variable id=\"today\"><link href=\"text/scalc/01/func_today.xhp\">TODAY</link></variable>"
+msgstr "<variable id=\"today\"><link href=\"text/scalc/01/func_today.xhp\">TODAY</link></variable>"
+
+#. ]($[
+#: func_today.xhp
+msgctxt ""
+"func_today.xhp\n"
+"par_id3153759\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_HEUTE\">Returns the current computer system date.</ahelp> The value is updated when you reopen the document or modify the values of the document."
msgstr ""
-#: 04060109.xhp#hd_id3145222.21.help.text
-msgctxt "04060109.xhp#hd_id3145222.21.help.text"
+#. Vt.A
+#: func_today.xhp
+msgctxt ""
+"func_today.xhp\n"
+"hd_id3154051\n"
+"31\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060109.xhp#par_id3155907.22.help.text
-msgid "AREAS(Reference)"
-msgstr "AREAS(მითითება)"
-
-#: 04060109.xhp#par_id3153118.23.help.text
-msgid "Reference represents the reference to a cell or cell range."
-msgstr "მითითება ასახავს უჯრის ან უჯრათა დიაპაზონის მითითებას."
+#. 1VYg
+#: func_today.xhp
+msgctxt ""
+"func_today.xhp\n"
+"par_id3153154\n"
+"32\n"
+"help.text"
+msgid "TODAY()"
+msgstr "TODAY()"
-#: 04060109.xhp#hd_id3148891.24.help.text
-msgctxt "04060109.xhp#hd_id3148891.24.help.text"
+#. wPIN
+#: func_today.xhp
+msgctxt ""
+"func_today.xhp\n"
+"par_id3154741\n"
+"33\n"
+"help.text"
+msgid "TODAY is a function without arguments."
+msgstr ""
+
+#. ,$VW
+#: func_today.xhp
+msgctxt ""
+"func_today.xhp\n"
+"hd_id3153627\n"
+"34\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060109.xhp#par_id3149946.25.help.text
-msgid " <item type=\"input\">=AREAS((A1:B3;F2;G1))</item> returns 3, as it is a reference to three cells and/or areas. After entry this gets converted to =AREAS((A1:B3~F2~G1))."
+#. ~Rh-
+#: func_today.xhp
+msgctxt ""
+"func_today.xhp\n"
+"par_id3156106\n"
+"35\n"
+"help.text"
+msgid "<item type=\"input\">TODAY()</item> returns the current computer system date."
msgstr ""
-#: 04060109.xhp#par_id3146820.26.help.text
-msgid " <item type=\"input\">=AREAS(All)</item> returns 1 if you have defined an area named All under <emph>Data - Define Range</emph>."
-msgstr "=AREAS(All) აბრუნებს 1 თუ განსაზღვრული გაქვთ არე სახელად All <emph>მონაცემი - დიაპაზონის განსაზღვრაში</emph>."
+#. wthR
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"tit\n"
+"help.text"
+msgid "Financial Functions Part One"
+msgstr "ფინანსური ფუნქციები ნაწილი ერთი"
-#: 04060109.xhp#bm_id3148727.help.text
-msgid "<bookmark_value>DDE function</bookmark_value>"
-msgstr "<bookmark_value>DDE ფუნქცია</bookmark_value>"
+#. 1\BA
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"bm_id3143284\n"
+"help.text"
+msgid "<bookmark_value>financial functions</bookmark_value> <bookmark_value>functions; financial functions</bookmark_value> <bookmark_value>Function Wizard; financial</bookmark_value> <bookmark_value>amortizations, see also depreciations</bookmark_value>"
+msgstr ""
-#: 04060109.xhp#hd_id3148727.28.help.text
-msgid "DDE"
-msgstr "DDE"
+#. I5ps
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3143284\n"
+"1\n"
+"help.text"
+msgid "Financial Functions Part One"
+msgstr "ფინანსური ფუნქციები ნაწილი ერთი"
-#: 04060109.xhp#par_id3149434.29.help.text
-msgid "<ahelp hid=\"HID_FUNC_DDE\">Returns the result of a DDE-based link.</ahelp> If the contents of the linked range or section changes, the returned value will also change. You must reload the spreadsheet or choose <emph>Edit - Links</emph> to see the updated links. Cross-platform links, for example from a <item type=\"productname\">%PRODUCTNAME</item> installation running on a Windows machine to a document created on a Linux machine, are not allowed."
+#. 7QG#
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3149095\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"finanztext\">This category contains the mathematical finance functions of <item type=\"productname\">%PRODUCTNAME</item> Calc. </variable>"
+msgstr "<variable id=\"finanztext\">ეს კატეგორია შეიცავს მათემატიკურ ფინანსურ ფუნქციებს <item type=\"productname\">%PRODUCTNAME</item> Calc-სთვის. </variable>"
+
+#. @*+,
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"bm_id3153366\n"
+"help.text"
+msgid "<bookmark_value>AMORDEGRC function</bookmark_value> <bookmark_value>depreciations;degressive amortizations</bookmark_value>"
+msgstr "<bookmark_value>AMORDEGRC ფუნქცია</bookmark_value><bookmark_value>დეპრიკაციები;დეგრესიული ამორტიზაციები</bookmark_value>"
+
+#. r$G4
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3153366\n"
+"359\n"
+"help.text"
+msgid "AMORDEGRC"
+msgstr "AMORDEGRC"
+
+#. Rr!o
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3147434\n"
+"360\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_AMORDEGRC\">Calculates the amount of depreciation for a settlement period as degressive amortization.</ahelp> Unlike AMORLINC, a depreciation coefficient that is independent of the depreciable life is used here."
msgstr ""
-#: 04060109.xhp#hd_id3150700.30.help.text
-msgctxt "04060109.xhp#hd_id3150700.30.help.text"
+#. OC55
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3155855\n"
+"361\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060109.xhp#par_id3148886.31.help.text
-msgid "DDE(\"Server\"; \"File\"; \"Range\"; Mode)"
-msgstr ""
-
-#: 04060109.xhp#par_id3154842.32.help.text
-msgid " <emph>Server</emph> is the name of a server application. <item type=\"productname\">%PRODUCTNAME</item>applications have the server name \"Soffice\"."
-msgstr "<emph>სერვერი</emph> არის სერვერული პროგრამის სახელი. <item type=\"productname\">%PRODUCTNAME</item> პროგრამას აქვს სერვერის სახელი \"Soffice\"."
+#. 8`l,
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3147427\n"
+"362\n"
+"help.text"
+msgid "AMORDEGRC(Cost; DatePurchased; FirstPeriod; Salvage; Period; Rate; Basis)"
+msgstr "AMORDEGRC(ღირებულება;ყიდვის თარიღი;პირველი პერიოდი;გადარჩენა;პერიოდი;სიხშირე;ფუძე)"
-#: 04060109.xhp#par_id3153034.33.help.text
-msgid " <emph>File</emph> is the complete file name, including path specification."
-msgstr "<emph>ფაილი</emph> არის ფაილის სრული სახელი გეზის ჩათვლით."
+#. .\84
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3147125\n"
+"363\n"
+"help.text"
+msgid "<emph>Cost</emph> is the acquisition costs."
+msgstr "<emph>ღირებულება</emph>: შესყიდვის ფასი."
-#: 04060109.xhp#par_id3147472.34.help.text
-msgid " <emph>Range</emph> is the area containing the data to be evaluated."
-msgstr "<emph>დიაპაზონი</emph> არის მონაცემების შემცველი არე."
+#. #uKI
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3151074\n"
+"364\n"
+"help.text"
+msgid "<emph>DatePurchased</emph> is the date of acquisition."
+msgstr "<emph>ყიდვის თარიღი</emph>: შესყიდვის თარიღი."
-#: 04060109.xhp#par_id3152773.184.help.text
-msgid " <emph>Mode</emph> is an optional parameter that controls the method by which the DDE server converts its data into numbers."
-msgstr "<emph>რეჟიმი</emph> არის არასავალდებულო პარამეტრი, რომელიც მართავს მეთოდს, რომლითაც DDE სერვერი გარდაქმნის მონაცემებს ციფრებად."
+#. 1)vG
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3144765\n"
+"365\n"
+"help.text"
+msgid "<emph>FirstPeriod </emph>is the end date of the first settlement period."
+msgstr "<emph>პირველი პერიოდი</emph>: პირველი დასახლების თარიღის დასასრული."
-#: 04060109.xhp#par_id3154383.185.help.text
-msgid " <emph>Mode</emph> "
+#. ^E-5
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3156286\n"
+"366\n"
+"help.text"
+msgid "<emph>Salvage</emph> is the salvage value of the capital asset at the end of the depreciable life."
msgstr ""
-#: 04060109.xhp#par_id3145146.186.help.text
-msgid " <emph>Effect</emph> "
+#. 1lBc
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3153415\n"
+"367\n"
+"help.text"
+msgid "<emph>Period</emph> is the settlement period to be considered."
msgstr ""
-#: 04060109.xhp#par_id3154558.187.help.text
-msgctxt "04060109.xhp#par_id3154558.187.help.text"
-msgid "0 or missing"
-msgstr "0 ან არ არის"
+#. zXhT
+#: 04060103.xhp
+#, fuzzy
+msgctxt ""
+"04060103.xhp\n"
+"par_id3155064\n"
+"368\n"
+"help.text"
+msgid "<emph>Rate</emph> is the rate of depreciation."
+msgstr "<emph>რაოდენობა</emph> არის განმეორებათა რაოდენობა."
-#: 04060109.xhp#par_id3145596.188.help.text
-msgid "Number format from the \"Default\" cell style"
-msgstr "რიცხვის ფორმატი \"ნაგულისხმები\" უჯრის სტილიდან"
+#. ,5a4
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"bm_id3153765\n"
+"help.text"
+msgid "<bookmark_value>AMORLINC function</bookmark_value> <bookmark_value>depreciations;linear amortizations</bookmark_value>"
+msgstr "<bookmark_value>AMORLINC ფუნქცია</bookmark_value><bookmark_value>დეპრიკაციები;წრფივი ამორტიზაციები</bookmark_value>"
-#: 04060109.xhp#par_id3152785.189.help.text
-msgctxt "04060109.xhp#par_id3152785.189.help.text"
-msgid "1"
-msgstr "1"
+#. =(RL
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3153765\n"
+"369\n"
+"help.text"
+msgid "AMORLINC"
+msgstr "AMORLINC"
-#: 04060109.xhp#par_id3154380.190.help.text
-msgid "Data are always interpreted in the standard format for US English"
-msgstr "მონაცემები რომლითაც სტანდარტული ფორმატების ინგლისურ და ამერიკულ ფორმატებად გარდაქმნა შეიძლება"
+#. MW^S
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3159264\n"
+"370\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_AMORLINC\">Calculates the amount of depreciation for a settlement period as linear amortization. If the capital asset is purchased during the settlement period, the proportional amount of depreciation is considered.</ahelp>"
+msgstr ""
-#: 04060109.xhp#par_id3150279.191.help.text
-msgctxt "04060109.xhp#par_id3150279.191.help.text"
-msgid "2"
-msgstr "2"
+#. :lQY
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3150044\n"
+"371\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060109.xhp#par_id3153775.192.help.text
-msgid "Data are retrieved as text; no conversion to numbers"
-msgstr "მონაცემები მიღებულია ტექსტად, არაა გარდაქმნილი ციფრებად"
+#. `-8J
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3147363\n"
+"372\n"
+"help.text"
+msgid "AMORLINC(Cost; DatePurchased; FirstPeriod; Salvage; Period; Rate; Basis)"
+msgstr "AMORLINC(ღირებულება;ყიდვის თარიღი;პირველი პერიოდი;გადარჩენა;პერიოდი;სიხშირე;ფუძე)"
-#: 04060109.xhp#hd_id3149546.35.help.text
-msgctxt "04060109.xhp#hd_id3149546.35.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. lXZF
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3146920\n"
+"373\n"
+"help.text"
+msgid "<emph>Cost</emph> means the acquisition costs."
+msgstr "<emph>ღირებულება</emph>: შესყიდვის ფასი."
-#: 04060109.xhp#par_id3148734.36.help.text
-msgid " <item type=\"input\">=DDE(\"soffice\";\"c:\\office\\document\\data1.sxc\";\"sheet1.A1\")</item> reads the contents of cell A1 in sheet1 of the <item type=\"productname\">%PRODUCTNAME</item> Calc spreadsheet data1.sxc."
-msgstr "<item type=\"keycode\">=DDE(\"soffice\";\"c:\\office\\document\\data1.sxc\";\"sheet1.A1\")</item> კითხულობს sheet1 -ის A1 უჯრის შიგთავსს <item type=\"productname\">%PRODUCTNAME</item> Calc ელცხრილი data1.sxc -დან."
+#. kl9m
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3163807\n"
+"374\n"
+"help.text"
+msgid "<emph>DatePurchased</emph> is the date of acquisition."
+msgstr "<emph>ყიდვის თარიღი</emph>: შესყიდვის თარიღი."
+
+#. cj,V
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3148488\n"
+"375\n"
+"help.text"
+msgid "<emph>FirstPeriod </emph>is the end date of the first settlement period."
+msgstr "<emph>პირველი პერიოდი</emph>: პირველი დასახლების თარიღის დასასრული."
-#: 04060109.xhp#par_id3153081.37.help.text
-msgid " <item type=\"input\">=DDE(\"soffice\";\"c:\\office\\document\\motto.sxw\";\"Today's motto\")</item> returns a motto in the cell containing this formula. First, you must enter a line in the motto.sxw document containing the motto text and define it as the first line of a section named <item type=\"literal\">Today's Motto</item> (in <item type=\"productname\">%PRODUCTNAME</item> Writer under <emph>Insert - Section</emph>). If the motto is modified (and saved) in the <item type=\"productname\">%PRODUCTNAME</item> Writer document, the motto is updated in all <item type=\"productname\">%PRODUCTNAME</item> Calc cells in which this DDE link is defined."
+#. \c85
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3149530\n"
+"376\n"
+"help.text"
+msgid "<emph>Salvage</emph> is the salvage value of the capital asset at the end of the depreciable life."
msgstr ""
-#: 04060109.xhp#bm_id3153114.help.text
-msgid "<bookmark_value>ERRORTYPE function</bookmark_value>"
-msgstr "<bookmark_value>ERRORTYPE ფუნქცია</bookmark_value>"
+#. A~03
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3148633\n"
+"377\n"
+"help.text"
+msgid "<emph>Period</emph> is the settlement period to be considered."
+msgstr ""
-#: 04060109.xhp#hd_id3153114.38.help.text
-msgid "ERRORTYPE"
-msgstr "ERRORTYPE"
+#. 8gE+
+#: 04060103.xhp
+#, fuzzy
+msgctxt ""
+"04060103.xhp\n"
+"par_id3150982\n"
+"378\n"
+"help.text"
+msgid "<emph>Rate</emph> is the rate of depreciation."
+msgstr "<emph>რაოდენობა</emph> არის განმეორებათა რაოდენობა."
-#: 04060109.xhp#par_id3148568.39.help.text
-msgid "<ahelp hid=\"HID_FUNC_FEHLERTYP\">Returns the number corresponding to an <link href=\"text/scalc/05/02140000.xhp\" name=\"error value\">error value</link> occurring in a different cell.</ahelp> With the aid of this number, you can generate an error message text."
+#. .w{T
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"bm_id3145257\n"
+"help.text"
+msgid "<bookmark_value>ACCRINT function</bookmark_value>"
+msgstr "<bookmark_value>ACCRINT ფუნქცია</bookmark_value>"
+
+#. \$:(
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3145257\n"
+"335\n"
+"help.text"
+msgid "ACCRINT"
+msgstr "ACCRINT"
+
+#. C:9A
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"bm_id3151276\n"
+"help.text"
+msgid "<bookmark_value>accrued interests;periodic payments</bookmark_value>"
msgstr ""
-#: 04060109.xhp#par_id3149877.40.help.text
-msgid "The Status Bar displays the predefined error code from <item type=\"productname\">%PRODUCTNAME</item> if you click the cell containing the error."
-msgstr "სტატუსის ზოლი ასახავს წინასწარ განსაზღვრულ შეცდომის კოდს <item type=\"productname\">%PRODUCTNAME</item> თუ დააწკაპებთ შეცდომის შემცველ უჯრაზე."
+#. xdh!
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3151276\n"
+"336\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_ACCRINT\">Calculates the accrued interest of a security in the case of periodic payments.</ahelp>"
+msgstr ""
-#: 04060109.xhp#hd_id3154327.41.help.text
-msgctxt "04060109.xhp#hd_id3154327.41.help.text"
+#. xp-.
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3152581\n"
+"337\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060109.xhp#par_id3151322.42.help.text
-msgid "ERRORTYPE(Reference)"
-msgstr "ERRORTYPE(მითითება)"
+#. dc@f
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3159092\n"
+"338\n"
+"help.text"
+msgid "ACCRINT(Issue; FirstInterest; Settlement; Rate; Par; Frequency; Basis)"
+msgstr ""
-#: 04060109.xhp#par_id3150132.43.help.text
-msgid " <emph>Reference</emph> contains the address of the cell in which the error occurs."
-msgstr "<emph>მითითება</emph> შეიცავს უჯრის მისამართს სადაც შეცდომაა."
+#. 8\TV
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3150519\n"
+"339\n"
+"help.text"
+msgid "<emph>Issue</emph> is the issue date of the security."
+msgstr ""
+
+#. K1ay
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3155376\n"
+"340\n"
+"help.text"
+msgid "<emph>FirstInterest</emph> is the first interest date of the security."
+msgstr ""
+
+#. n6hk
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3166431\n"
+"341\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date at which the interest accrued up until then is to be calculated."
+msgstr ""
+
+#. /pZV
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3154486\n"
+"342\n"
+"help.text"
+msgid "<emph>Rate</emph> is the annual nominal rate of interest (coupon interest rate)"
+msgstr ""
+
+#. =ys1
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3156445\n"
+"343\n"
+"help.text"
+msgid "<emph>Par</emph> is the par value of the security."
+msgstr ""
-#: 04060109.xhp#hd_id3145248.44.help.text
-msgctxt "04060109.xhp#hd_id3145248.44.help.text"
+#. gY.;
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3149406\n"
+"344\n"
+"help.text"
+msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+msgstr ""
+
+#. 0Ev`
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3148699\n"
+"345\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060109.xhp#par_id3146904.45.help.text
-msgid "If cell A1 displays Err:518, the function <item type=\"input\">=ERRORTYPE(A1)</item> returns the number 518."
-msgstr "თუ უჯრა A1 ასახავს Err:518, ფუნქცია =ERRORTYPE(A1) დააბრუნებს რიცხვს 518."
+#. JpK?
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3148599\n"
+"346\n"
+"help.text"
+msgid "A security is issued on 2001-02-28. First interest is set for 2001-08-31. The settlement date is 2001-05-01. The Rate is 0.1 or 10% and Par is 1000 currency units. Interest is paid half-yearly (frequency is 2). The basis is the US method (0). How much interest has accrued?"
+msgstr ""
-#: 04060109.xhp#bm_id3151221.help.text
-msgid "<bookmark_value>INDEX function</bookmark_value>"
-msgstr "<bookmark_value>INDEX ფუნქცია</bookmark_value>"
+#. :l*K
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3148840\n"
+"347\n"
+"help.text"
+msgid "<item type=\"input\">=ACCRINT(\"2001-02-28\";\"2001-08-31\";\"2001-05-01\";0.1;1000;2;0)</item> returns 16.94444."
+msgstr ""
-#: 04060109.xhp#hd_id3151221.47.help.text
-msgid "INDEX"
-msgstr "INDEX"
+#. G*JF
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"bm_id3151240\n"
+"help.text"
+msgid "<bookmark_value>ACCRINTM function</bookmark_value> <bookmark_value>accrued interests;one-off payments</bookmark_value>"
+msgstr "<bookmark_value>COUNTIF ფუნქცია</bookmark_value><bookmark_value>დათვლა;სპეციალური უჯრები</bookmark_value>"
-#: 04060109.xhp#par_id3150268.48.help.text
-msgid "<ahelp hid=\"HID_FUNC_INDEX\">INDEX returns a sub range, specified by row and column number, or an optional range index. Depending on context, INDEX returns a reference or content.</ahelp>"
+#. N9.;
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3151240\n"
+"348\n"
+"help.text"
+msgid "ACCRINTM"
+msgstr "ACCRINTM"
+
+#. Na,;
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3157981\n"
+"349\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_ACCRINTM\">Calculates the accrued interest of a security in the case of one-off payment at the settlement date.</ahelp>"
msgstr ""
-#: 04060109.xhp#hd_id3156063.49.help.text
-msgctxt "04060109.xhp#hd_id3156063.49.help.text"
+#. ![r/
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3159097\n"
+"350\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060109.xhp#par_id3149007.50.help.text
-msgid "INDEX(Reference; Row; Column; Range)"
-msgstr "INDEX(მითითება;რიგი;სვეტი;დიაპაზონი)"
+#. 2j\k
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3147074\n"
+"351\n"
+"help.text"
+msgid "ACCRINTM(Issue; Settlement; Rate; Par; Basis)"
+msgstr ""
+
+#. Q)\%
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3144773\n"
+"352\n"
+"help.text"
+msgid "<emph>Issue</emph> is the issue date of the security."
+msgstr ""
+
+#. Yog@
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3154956\n"
+"353\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date at which the interest accrued up until then is to be calculated."
+msgstr ""
+
+#. u~1b
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3153972\n"
+"354\n"
+"help.text"
+msgid "<emph>Rate</emph> is the annual nominal rate of interest (coupon interest rate)."
+msgstr ""
+
+#. `?X8
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3159204\n"
+"355\n"
+"help.text"
+msgid "<emph>Par</emph> is the par value of the security."
+msgstr ""
+
+#. c8[,
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3155384\n"
+"356\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. Z2!`
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3154541\n"
+"357\n"
+"help.text"
+msgid "A security is issued on 2001-04-01. The maturity date is set for 2001-06-15. The Rate is 0.1 or 10% and Par is 1000 currency units. The basis of the daily/annual calculation is the daily balance (3). How much interest has accrued?"
+msgstr "A ტოლია ჩართულია თარიღი ტოლია მინიჭება -თვის სიხშირე ტოლია ან და ქულები ტოლია - დღიური ტოლია დღიური?"
-#: 04060109.xhp#par_id3153260.51.help.text
-msgid " <emph>Reference</emph> is a reference, entered either directly or by specifying a range name. If the reference consists of multiple ranges, you must enclose the reference or range name in parentheses."
+#. gf!~
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3149128\n"
+"358\n"
+"help.text"
+msgid "<item type=\"input\">=ACCRINTM(\"2001-04-01\";\"2001-06-15\";0.1;1000;3)</item> returns 20.54795."
+msgstr ""
+
+#. X}ik
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"bm_id3145753\n"
+"help.text"
+msgid "<bookmark_value>RECEIVED function</bookmark_value> <bookmark_value>amount received for fixed-interest securities</bookmark_value>"
msgstr ""
-#: 04060109.xhp#par_id3145302.52.help.text
-msgid " <emph>Row</emph> (optional) represents the row index of the reference range, for which to return a value. In case of zero (no specific row) all referenced rows are returned."
+#. 7*4!
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3145753\n"
+"390\n"
+"help.text"
+msgid "RECEIVED"
+msgstr "RECEIVED"
+
+#. 1b\Q
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3150051\n"
+"391\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_RECEIVED\">Calculates the amount received that is paid for a fixed-interest security at a given point in time.</ahelp>"
+msgstr ""
+
+#. e4V{
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3149385\n"
+"392\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. $q15
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3145362\n"
+"393\n"
+"help.text"
+msgid "RECEIVED(\"Settlement\"; \"Maturity\"; Investment; Discount; Basis)"
msgstr ""
-#: 04060109.xhp#par_id3154628.53.help.text
-msgid " <emph>Column</emph> (optional) represents the column index of the reference range, for which to return a value. In case of zero (no specific column) all referenced columns are returned."
+#. ~A_l
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3154654\n"
+"394\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
msgstr ""
-#: 04060109.xhp#par_id3155514.54.help.text
-msgid " <emph>Range</emph> (optional) represents the index of the subrange if referring to a multiple range."
-msgstr "<emph>დიაპაზონი</emph> (არასავალდებულო) ასახავს ქვედიაპაზონის ინდექსს თუ მითითება რამდენიმე დიაპაზონზეა."
+#. GNI-
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3153011\n"
+"395\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
+
+#. YzM,
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3155525\n"
+"396\n"
+"help.text"
+msgid "<emph>Investment</emph> is the purchase sum."
+msgstr ""
+
+#. 2J_U
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3155760\n"
+"397\n"
+"help.text"
+msgid "<emph>Discount</emph> is the percentage discount on acquisition of the security."
+msgstr ""
-#: 04060109.xhp#hd_id3145264.55.help.text
-msgctxt "04060109.xhp#hd_id3145264.55.help.text"
+#. ;$Yn
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3154710\n"
+"398\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060109.xhp#par_id3159112.56.help.text
-msgid " <item type=\"input\">=INDEX(Prices;4;1)</item> returns the value from row 4 and column 1 of the database range defined in <emph>Data - Define</emph> as <emph>Prices</emph>."
-msgstr ""
+#. 6rFu
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3154735\n"
+"399\n"
+"help.text"
+msgid "Settlement date: February 15 1999, maturity date: May 15 1999, investment sum: 1000 currency units, discount: 5.75 per cent, basis: Daily balance/360 = 2."
+msgstr "თარიღი თებერვალი თარიღი მაი ინვესტიცია ყოველდღიურად."
-#: 04060109.xhp#par_id3150691.57.help.text
-msgid " <item type=\"input\">=INDEX(SumX;4;1)</item> returns the value from the range <emph>SumX</emph> in row 4 and column 1 as defined in <emph>Insert - Names - Define</emph>."
+#. 3Xk6
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3146108\n"
+"400\n"
+"help.text"
+msgid "The amount received on the maturity date is calculated as follows:"
msgstr ""
-#: 04060109.xhp#par_id4109012.help.text
-msgid " <item type=\"input\">=INDEX(A1:B6;1)</item> returns a reference to the first row of A1:B6."
+#. (E2#
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3147246\n"
+"401\n"
+"help.text"
+msgid "<item type=\"input\">=RECEIVED(\"1999-02-15\";\"1999-05-15\";1000;0.0575;2)</item> returns 1014.420266."
msgstr ""
-#: 04060109.xhp#par_id9272133.help.text
-msgid " <item type=\"input\">=INDEX(A1:B6;0;1)</item> returns a reference to the first column of A1:B6."
-msgstr ""
+#. 5mI*
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"bm_id3147556\n"
+"help.text"
+msgid "<bookmark_value>PV function</bookmark_value> <bookmark_value>present values</bookmark_value> <bookmark_value>calculating; present values</bookmark_value>"
+msgstr "<bookmark_value>PV ფუნქცია</bookmark_value><bookmark_value>მიმდინარე მნიშვნელობები</bookmark_value><bookmark_value>დაანგარიშება; მიმდინარე მნიშვნელობები</bookmark_value>"
-#: 04060109.xhp#par_id3158419.58.help.text
-msgid " <item type=\"input\">=INDEX((multi);4;1)</item> indicates the value contained in row 4 and column 1 of the (multiple) range, which you named under <emph>Insert - Names - Define</emph> as <emph>multi</emph>. The multiple range may consist of several rectangular ranges, each with a row 4 and column 1. If you now want to call the second block of this multiple range enter the number <item type=\"input\">2</item> as the <emph>range</emph> parameter."
-msgstr ""
+#. m`g)
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3147556\n"
+"3\n"
+"help.text"
+msgid "PV"
+msgstr "PV"
-#: 04060109.xhp#par_id3148595.59.help.text
-msgid " <item type=\"input\">=INDEX(A1:B6;1;1)</item> indicates the value in the upper-left of the A1:B6 range."
+#. {vFT
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3153301\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BW\">Returns the present value of an investment resulting from a series of regular payments.</ahelp>"
msgstr ""
-#: 04060109.xhp#par_id9960020.help.text
-msgid " <item type=\"input\">=INDEX((multi);0;0;2)</item> returns a reference to the second range of the multiple range."
+#. %6(t
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3146099\n"
+"5\n"
+"help.text"
+msgid "Use this function to calculate the amount of money needed to be invested at a fixed rate today, to receive a specific amount, an annuity, over a specified number of periods. You can also determine how much money is to remain after the elapse of the period. Specify as well if the amount is to be paid out at the beginning or at the end of each period."
msgstr ""
-#: 04060109.xhp#bm_id3153181.help.text
-msgid "<bookmark_value>INDIRECT function</bookmark_value>"
-msgstr "<bookmark_value>INDIRECT ფუნქცია</bookmark_value>"
-
-#: 04060109.xhp#hd_id3153181.62.help.text
-msgid "INDIRECT"
-msgstr "INDIRECT"
-
-#: 04060109.xhp#par_id3147169.63.help.text
-msgid "<ahelp hid=\"HID_FUNC_INDIREKT\">Returns the <emph>reference</emph> specified by a text string.</ahelp> This function can also be used to return the area of a corresponding string."
+#. %]V(
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3153334\n"
+"6\n"
+"help.text"
+msgid "Enter these values either as numbers, expressions or references. If, for example, interest is paid annually at 8%, but you want to use month as your period, enter 8%/12 under <emph>Rate</emph> and <item type=\"productname\">%PRODUCTNAME</item> Calc with automatically calculate the correct factor."
msgstr ""
-#: 04060109.xhp#hd_id3153717.64.help.text
-msgctxt "04060109.xhp#hd_id3153717.64.help.text"
+#. d;8V
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3147407\n"
+"7\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060109.xhp#par_id3149824.65.help.text
-msgid "INDIRECT(Ref; A1)"
+#. GOZ\
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3150395\n"
+"8\n"
+"help.text"
+msgid "PV(Rate; NPer; Pmt; FV; Type)"
+msgstr "PV(სიხშირე; NPER; PMT; FV; ტიპი)"
+
+#. T`]H
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3151341\n"
+"9\n"
+"help.text"
+msgid "<emph>Rate</emph> defines the interest rate per period."
+msgstr ""
+
+#. -J_A
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3153023\n"
+"10\n"
+"help.text"
+msgid "<emph>NPer</emph> is the total number of periods (payment period)."
msgstr ""
-#: 04060109.xhp#par_id3154317.66.help.text
-msgid " <emph>Ref</emph> represents a reference to a cell or an area (in text form) for which to return the contents."
+#. T[z]
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3146323\n"
+"11\n"
+"help.text"
+msgid "<emph>Pmt</emph> is the regular payment made per period."
msgstr ""
-#: 04060109.xhp#par_id1027200802470312.help.text
-msgctxt "04060109.xhp#par_id1027200802470312.help.text"
-msgid " <emph>A1</emph> (optional) - if set to 0, the R1C1 notation is used. If this parameter is absent or set to another value than 0, the A1 notation is used."
+#. F\``
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3150536\n"
+"12\n"
+"help.text"
+msgid "<emph>FV</emph> (optional) defines the future value remaining after the final installment has been made."
msgstr ""
-#: 04060109.xhp#par_idN10CAE.help.text
-msgid "If you open an Excel spreadsheet that uses indirect addresses calculated from string functions, the sheet addresses will not be translated automatically. For example, the Excel address in INDIRECT(\"filename!sheetname\"&B1) is not converted into the Calc address in INDIRECT(\"filename.sheetname\"&B1)."
+#. KvVY
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3146883\n"
+"13\n"
+"help.text"
+msgid "<emph>Type</emph> (optional) denotes due date for payments. Type = 1 means due at the beginning of a period and Type = 0 (default) means due at the end of the period."
msgstr ""
-#: 04060109.xhp#hd_id3150389.67.help.text
-msgctxt "04060109.xhp#hd_id3150389.67.help.text"
+#. a$95
+#: 04060103.xhp
+#, fuzzy
+msgctxt ""
+"04060103.xhp\n"
+"par_idN10B13\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+
+#. ;+t|
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3150037\n"
+"14\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060109.xhp#par_id3150608.68.help.text
-msgid " <item type=\"input\">=INDIRECT(A1)</item> equals 100 if A1 contains C108 as a reference and cell C108 contains a value of <item type=\"input\">100</item>."
+#. )t#a
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3145225\n"
+"15\n"
+"help.text"
+msgid "What is the present value of an investment, if 500 currency units are paid out monthly and the annual interest rate is 8%? The payment period is 48 months and 20,000 currency units are to remain at the end of the payment period."
msgstr ""
-#: 04060109.xhp#par_id3083286.181.help.text
-msgid " <item type=\"input\">=SUM(INDIRECT(\"a1:\" & ADDRESS(1;3)))</item> totals the cells in the area of A1 up to the cell with the address defined by row 1 and column 3. This means that area A1:C1 is totaled."
-msgstr "=SUM(INDIRECT(\"a1:\" & ADDRESS(1;3))) აჯამებს უჯრებს დიაპაზონში A1 უჯრამდე რომლის მისამართი განსაზღვრულია რიგ 1 სვეტ 3ში. ამრიგად A1:C1 დიაპაზონია დაჯამებული."
+#. kcoo
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3155907\n"
+"16\n"
+"help.text"
+msgid "<item type=\"input\">=PV(8%/12;48;500;20000)</item> = -35,019.37 currency units. Under the named conditions, you must deposit 35,019.37 currency units today, if you want to receive 500 currency units per month for 48 months and have 20,000 currency units left over at the end. Cross-checking shows that 48 x 500 currency units + 20,000 currency units = 44,000 currency units. The difference between this amount and the 35,000 currency units deposited represents the interest paid."
+msgstr ""
-#: 04060109.xhp#bm_id3154818.help.text
-msgid "<bookmark_value>COLUMN function</bookmark_value>"
-msgstr "<bookmark_value>COLUMN ფუნქციები</bookmark_value>"
+#. fk1I
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3149150\n"
+"17\n"
+"help.text"
+msgid "If you enter references instead of these values into the formula, you can calculate any number of \"If-then\" scenarios. Please note: references to constants must be defined as absolute references. Examples of this type of application are found under the depreciation functions."
+msgstr ""
-#: 04060109.xhp#hd_id3154818.70.help.text
-msgid "COLUMN"
-msgstr "COLUMN"
+#. Y1:q
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"bm_id3152978\n"
+"help.text"
+msgid "<bookmark_value>calculating; depreciations</bookmark_value> <bookmark_value>SYD function</bookmark_value> <bookmark_value>depreciations; arithmetic declining</bookmark_value> <bookmark_value>arithmetic declining depreciations</bookmark_value>"
+msgstr ""
-#: 04060109.xhp#par_id3149711.193.help.text
-msgid "<ahelp hid=\"HID_FUNC_SPALTE\">Returns the column number of a cell reference.</ahelp> If the reference is a cell the column number of the cell is returned; if the parameter is a cell area, the corresponding column numbers are returned in a single-row <link href=\"text/scalc/01/04060107.xhp#wasmatrix\" name=\"array\">array</link> if the formula is entered <link href=\"text/scalc/01/04060107.xhp#somatrixformel\" name=\"as an array formula\">as an array formula</link>. If the COLUMN function with an area reference parameter is not used for an array formula, only the column number of the first cell within the area is determined."
+#. EX64
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3152978\n"
+"19\n"
+"help.text"
+msgid "SYD"
+msgstr "SYD"
+
+#. 0]jM
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3148732\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DIA\">Returns the arithmetic-declining depreciation rate.</ahelp>"
msgstr ""
-#: 04060109.xhp#hd_id3149283.72.help.text
-msgctxt "04060109.xhp#hd_id3149283.72.help.text"
+#. N6FW
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3149886\n"
+"21\n"
+"help.text"
+msgid "Use this function to calculate the depreciation amount for one period of the total depreciation span of an object. Arithmetic declining depreciation reduces the depreciation amount from period to period by a fixed sum."
+msgstr ""
+
+#. b$}d
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3149431\n"
+"22\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060109.xhp#par_id3149447.73.help.text
-msgid "COLUMN(Reference)"
-msgstr "COLUMN(მითითება)"
-
-#: 04060109.xhp#par_id3156310.74.help.text
-msgid " <emph>Reference</emph> is the reference to a cell or cell area whose first column number is to be found."
-msgstr "<emph>მითითება</emph> არის უჯრის ან უჯრათა არის მითითებს რომლის პირველი სვეტის ნომერიც უნდა მოიძებნოს."
+#. 2\#;
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3150483\n"
+"23\n"
+"help.text"
+msgid "SYD(Cost; Salvage; Life; Period)"
+msgstr "SYD(ღირებულება;გადარჩენა;სიცოცხლე;პერიოდი)"
-#: 04060109.xhp#par_id3155837.194.help.text
-msgid "If no reference is entered, the column number of the cell in which the formula is entered is found. <item type=\"productname\">%PRODUCTNAME</item> Calc automatically sets the reference to the current cell."
+#. G#8X
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3146879\n"
+"24\n"
+"help.text"
+msgid "<emph>Cost</emph> is the initial cost of an asset."
msgstr ""
-#: 04060109.xhp#hd_id3152932.75.help.text
-msgctxt "04060109.xhp#hd_id3152932.75.help.text"
+#. %pSx
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3147423\n"
+"25\n"
+"help.text"
+msgid "<emph>Salvage</emph> is the value of an asset after depreciation."
+msgstr ""
+
+#. D~eo
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3151229\n"
+"26\n"
+"help.text"
+msgid "<emph>Life</emph> is the period fixing the time span over which an asset is depreciated."
+msgstr ""
+
+#. \AJe
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3147473\n"
+"27\n"
+"help.text"
+msgid "<emph>Period</emph> defines the period for which the depreciation is to be calculated."
+msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა, რომლისთვისაც F განაწილება გამოითვლება."
+
+#. A;KY
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3148434\n"
+"28\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060109.xhp#par_id3147571.76.help.text
-msgid " <item type=\"input\">=COLUMN(A1)</item> equals 1. Column A is the first column in the table."
+#. `i_-
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3149688\n"
+"29\n"
+"help.text"
+msgid "A video system initially costing 50,000 currency units is to be depreciated annually for the next 5 years. The salvage value is to be 10,000 currency units. You want to calculate depreciation for the first year."
msgstr ""
-#: 04060109.xhp#par_id3147079.77.help.text
-msgid " <item type=\"input\">=COLUMN(C3:E3)</item> equals 3. Column C is the third column in the table."
+#. lZ$N
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3150900\n"
+"30\n"
+"help.text"
+msgid "<item type=\"input\">=SYD(50000;10000;5;1)</item>=13,333.33 currency units. The depreciation amount for the first year is 13,333.33 currency units."
msgstr ""
-#: 04060109.xhp#par_id3146861.195.help.text
-msgid " <item type=\"input\">=COLUMN(D3:G10)</item> returns 4 because column D is the fourth column in the table and the COLUMN function is not used as an array formula. (In this case, the first value of the array is always used as the result.)"
+#. =c6%
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3146142\n"
+"31\n"
+"help.text"
+msgid "To have an overview of depreciation rates per period, it is best to define a depreciation table. By entering the different depreciation formulas available in <item type=\"productname\">%PRODUCTNAME</item> Calc next to each other, you can see which depreciation form is the most appropriate. Enter the table as follows:"
msgstr ""
-#: 04060109.xhp#par_id3156320.196.help.text
-msgid " <item type=\"input\">{=COLUMN(B2:B7)}</item> and <item type=\"input\">=COLUMN(B2:B7)</item> both return 2 because the reference only contains column B as the second column in the table. Because single-column areas have only one column number, it does not make a difference whether or not the formula is used as an array formula."
-msgstr ""
+#. rL)0
+#: 04060103.xhp
+#, fuzzy
+msgctxt ""
+"04060103.xhp\n"
+"par_id3155258\n"
+"32\n"
+"help.text"
+msgid "<emph>A</emph>"
+msgstr "<emph>A</emph>"
-#: 04060109.xhp#par_id3150872.197.help.text
-msgid " <item type=\"input\">=COLUMN()</item> returns 3 if the formula was entered in column C."
-msgstr ""
+#. GXc*
+#: 04060103.xhp
+#, fuzzy
+msgctxt ""
+"04060103.xhp\n"
+"par_id3154558\n"
+"33\n"
+"help.text"
+msgid "<emph>B</emph>"
+msgstr "<emph>B</emph>"
-#: 04060109.xhp#par_id3153277.198.help.text
-msgid " <item type=\"input\">{=COLUMN(Rabbit)}</item> returns the single-row array (3, 4) if \"Rabbit\" is the named area (C1:D3)."
-msgstr "COLUMN ცალი რიგი ტოლია არე C1."
+#. 4$P,
+#: 04060103.xhp
+#, fuzzy
+msgctxt ""
+"04060103.xhp\n"
+"par_id3152372\n"
+"34\n"
+"help.text"
+msgid "<emph>C</emph>"
+msgstr "<emph>C</emph>"
-#: 04060109.xhp#bm_id3154643.help.text
-msgid "<bookmark_value>COLUMNS function</bookmark_value>"
-msgstr "<bookmark_value>COLUMNS ფუნქცია</bookmark_value>"
+#. BQgN
+#: 04060103.xhp
+#, fuzzy
+msgctxt ""
+"04060103.xhp\n"
+"par_id3149949\n"
+"35\n"
+"help.text"
+msgid "<emph>D</emph>"
+msgstr "<emph>A</emph>"
-#: 04060109.xhp#hd_id3154643.79.help.text
-msgid "COLUMNS"
-msgstr "COLUMNS"
+#. @16!
+#: 04060103.xhp
+#, fuzzy
+msgctxt ""
+"04060103.xhp\n"
+"par_id3145123\n"
+"36\n"
+"help.text"
+msgid "<emph>E</emph>"
+msgstr "<emph>A</emph>"
-#: 04060109.xhp#par_id3151182.80.help.text
-msgid "<ahelp hid=\"HID_FUNC_SPALTEN\">Returns the number of columns in the given reference.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_SPALTEN\">აბრუნებს მოცემულ მითითებაში სვეტების რაოდენობას.</ahelp>"
+#. rrCO
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3149504\n"
+"37\n"
+"help.text"
+msgid "1"
+msgstr "1"
-#: 04060109.xhp#hd_id3149141.81.help.text
-msgctxt "04060109.xhp#hd_id3149141.81.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. eB=4
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3153778\n"
+"38\n"
+"help.text"
+msgid "<item type=\"input\">Initial Cost</item>"
+msgstr ""
+
+#. !R-(
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3159083\n"
+"39\n"
+"help.text"
+msgid "<item type=\"input\">Salvage Value</item>"
+msgstr ""
+
+#. bLUQ
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3150002\n"
+"40\n"
+"help.text"
+msgid "<item type=\"input\">Useful Life</item>"
+msgstr ""
+
+#. R@o-
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3153006\n"
+"41\n"
+"help.text"
+msgid "<item type=\"input\">Time Period</item>"
+msgstr ""
+
+#. ZD2_
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3154505\n"
+"42\n"
+"help.text"
+msgid "<item type=\"input\">Deprec. SYD</item>"
+msgstr ""
+
+#. /W^[
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3150336\n"
+"43\n"
+"help.text"
+msgid "2"
+msgstr "2"
-#: 04060109.xhp#par_id3154047.82.help.text
-msgid "COLUMNS(Array)"
-msgstr "COLUMNS(მასივი)"
+#. ,G((
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3155926\n"
+"44\n"
+"help.text"
+msgid "<item type=\"input\">50,000 currency units</item>"
+msgstr ""
+
+#. =;.9
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3153736\n"
+"45\n"
+"help.text"
+msgid "<item type=\"input\">10,000 currency units</item>"
+msgstr ""
+
+#. A0!p
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3150131\n"
+"46\n"
+"help.text"
+msgid "<item type=\"input\">5</item>"
+msgstr ""
-#: 04060109.xhp#par_id3154745.83.help.text
-msgid " <emph>Array</emph> is the reference to a cell range whose total number of columns is to be found. The argument can also be a single cell."
-msgstr "<emph>მასივი</emph> არის უჯრათა დიაპაზონის მითითება რომლის სვეტების სრული რაოდენობა უნდა მოიძებნოს. არგუმენტი შესაძლოა იყოს ცალი უჯრაც."
+#. Cy-A
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3148766\n"
+"47\n"
+"help.text"
+msgid "<item type=\"input\">1</item>"
+msgstr ""
-#: 04060109.xhp#hd_id3153622.84.help.text
-msgctxt "04060109.xhp#hd_id3153622.84.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. P_qN
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3159136\n"
+"48\n"
+"help.text"
+msgid "<item type=\"input\">13,333.33 currency units</item>"
+msgstr ""
+
+#. __,K
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3151018\n"
+"49\n"
+"help.text"
+msgid "3"
+msgstr "3"
+
+#. nX5{
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3148397\n"
+"50\n"
+"help.text"
+msgid "<item type=\"input\">2</item>"
+msgstr ""
-#: 04060109.xhp#par_id3149577.200.help.text
-msgid " <item type=\"input\">=COLUMNS(B5)</item> returns 1 because a cell only contains one column."
+#. ^$J?
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3146907\n"
+"51\n"
+"help.text"
+msgid "<item type=\"input\">10,666.67 currency units</item>"
msgstr ""
-#: 04060109.xhp#par_id3145649.85.help.text
-msgid " <item type=\"input\">=COLUMNS(A1:C5)</item> equals 3. The reference comprises three columns."
+#. ,Vis
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3147356\n"
+"52\n"
+"help.text"
+msgid "4"
+msgstr "4"
+
+#. _eUq
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3150267\n"
+"53\n"
+"help.text"
+msgid "<item type=\"input\">3</item>"
msgstr ""
-#: 04060109.xhp#par_id3155846.201.help.text
-msgid " <item type=\"input\">=COLUMNS(Rabbit)</item> returns 2 if <item type=\"literal\">Rabbit</item> is the named range (C1:D3)."
+#. oeV[
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3145628\n"
+"54\n"
+"help.text"
+msgid "<item type=\"input\">8,000.00 currency units</item>"
msgstr ""
-#: 04060109.xhp#bm_id3153152.help.text
-msgid "<bookmark_value>vertical search function</bookmark_value> <bookmark_value>VLOOKUP function</bookmark_value>"
-msgstr "<bookmark_value>ვერტიკალური ძიების ფუნქცია</bookmark_value><bookmark_value>VLOOKUP ფუნქცია</bookmark_value>"
+#. O@6/
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3149004\n"
+"55\n"
+"help.text"
+msgid "5"
+msgstr "5"
-#: 04060109.xhp#hd_id3153152.87.help.text
-msgid "VLOOKUP"
-msgstr "VLOOKUP"
+#. p5)F
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3153545\n"
+"56\n"
+"help.text"
+msgid "<item type=\"input\">4</item>"
+msgstr ""
-#: 04060109.xhp#par_id3149984.88.help.text
-msgid "<ahelp hid=\"HID_FUNC_SVERWEIS\">Vertical search with reference to adjacent cells to the right.</ahelp> This function checks if a specific value is contained in the first column of an array. The function then returns the value in the same row of the column named by <item type=\"literal\">Index</item>. If the <item type=\"literal\">SortOrder</item> parameter is omitted or set to TRUE or one, it is assumed that the data is sorted in ascending order. In this case, if the exact <item type=\"literal\">SearchCriterion</item> is not found, the last value that is smaller than the criterion will be returned. If <item type=\"literal\">SortOrder</item> is set to FALSE or zero, an exact match must be found, otherwise the error <emph>Error: Value Not Available</emph> will be the result. Thus with a value of zero the data does not need to be sorted in ascending order."
+#. V-fz
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3154634\n"
+"57\n"
+"help.text"
+msgid "<item type=\"input\">5,333.33 currency units</item>"
msgstr ""
-#: 04060109.xhp#hd_id3146898.89.help.text
-msgctxt "04060109.xhp#hd_id3146898.89.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. g.o(
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3147537\n"
+"58\n"
+"help.text"
+msgid "6"
+msgstr "6"
-#: 04060109.xhp#par_id3150156.90.help.text
-msgid "=VLOOKUP(SearchCriterion; Array; Index; SortOrder)"
-msgstr "=VLOOKUP(ძიების კრიტერიუმი,მასივი,ინდექსი,დახარისხების წესრიგი)"
+#. /(mH
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3155085\n"
+"59\n"
+"help.text"
+msgid "<item type=\"input\">5</item>"
+msgstr ""
-#: 04060109.xhp#par_id3149289.91.help.text
-msgid " <emph>SearchCriterion</emph> is the value searched for in the first column of the array."
-msgstr "<emph>ძიების კრიტერიუმი</emph> არის მასივის პირველ სვეტში მოსაძებნი მნიშვნელობა."
+#. xyG;
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3158413\n"
+"60\n"
+"help.text"
+msgid "<item type=\"input\">2,666.67 currency units</item>"
+msgstr ""
-#: 04060109.xhp#par_id3153884.92.help.text
-msgid " <emph>Array</emph> is the reference, which is to comprise at least two columns."
-msgstr "<emph>მასივი</emph> არის მითითება, რომელიც მინიმუმ ორ სვეტს შეიცავს."
+#. `H[1
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3154866\n"
+"61\n"
+"help.text"
+msgid "7"
+msgstr "7"
-#: 04060109.xhp#par_id3156005.93.help.text
-msgid " <emph>Index</emph> is the number of the column in the array that contains the value to be returned. The first column has the number 1."
-msgstr "<emph>ინდექსი</emph> არის მასივში სვეტთა რაოდენობა რომელიც შეიცავს დასაბრუნებელ მნიშვნელობას. პირველი სვეტის ნომერია 1."
+#. G^_z
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3155404\n"
+"62\n"
+"help.text"
+msgid "<item type=\"input\">6</item>"
+msgstr ""
-#: 04060109.xhp#par_id3151208.94.help.text
-msgid " <emph>SortOrder</emph> is an optional parameter that indicates whether the first column in the array is sorted in ascending order. Enter the Boolean value FALSE or zero if the first column is not sorted in ascending order. Sorted columns can be searched much faster and the function always returns a value, even if the search value was not matched exactly, if it is between the lowest and highest value of the sorted list. In unsorted lists, the search value must be matched exactly. Otherwise the function will return this message: <emph>Error: Value Not Available</emph>."
+#. .hLP
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3148431\n"
+"63\n"
+"help.text"
+msgid "<item type=\"input\">0.00 currency units</item>"
msgstr ""
-#: 04060109.xhp#hd_id3147487.95.help.text
-msgctxt "04060109.xhp#hd_id3147487.95.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. zg$v
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3156261\n"
+"64\n"
+"help.text"
+msgid "8"
+msgstr "8"
-#: 04060109.xhp#par_id3154129.96.help.text
-msgid "You want to enter the number of a dish on the menu in cell A1, and the name of the dish is to appear as text in the neighboring cell (B1) immediately. The Number to Name assignment is contained in the D1:E100 array. D1 contains <item type=\"input\">100</item>, E1 contains the name <item type=\"input\">Vegetable Soup</item>, and so forth, for 100 menu items. The numbers in column D are sorted in ascending order; thus, the optional <item type=\"literal\">SortOrder</item> parameter is not necessary."
+#. hQd3
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3083286\n"
+"65\n"
+"help.text"
+msgid "<item type=\"input\">7</item>"
msgstr ""
-#: 04060109.xhp#par_id3145663.97.help.text
-msgid "Enter the following formula in B1:"
-msgstr "შემდეგი ფორმულის B1 შეყვანა:"
+#. |led
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3083443\n"
+"67\n"
+"help.text"
+msgid "9"
+msgstr "9"
-#: 04060109.xhp#par_id3151172.98.help.text
-msgid " <item type=\"input\">=VLOOKUP(A1;D1:E100;2)</item> "
+#. RWJ%
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3154815\n"
+"68\n"
+"help.text"
+msgid "<item type=\"input\">8</item>"
msgstr ""
-#: 04060109.xhp#par_id3149200.99.help.text
-msgid "As soon as you enter a number in A1 B1 will show the corresponding text contained in the second column of reference D1:E100. Entering a nonexistent number displays the text with the next number down. To prevent this, enter FALSE as the last parameter in the formula so that an error message is generated when a nonexistent number is entered."
-msgstr "a რიცხვი დუ A1 ტექსტი დუ მეორე - a რიცხვი ტექსტი რიცხვი ძირს -მდე FALSE დუ ფორმულა შეცდომა ტოლია a რიცხვი ტოლია."
+#. Lu3H
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3145082\n"
+"70\n"
+"help.text"
+msgid "10"
+msgstr "10"
-#: 04060109.xhp#bm_id3153905.help.text
-msgid "<bookmark_value>sheet numbers; looking up</bookmark_value> <bookmark_value>SHEET function</bookmark_value>"
-msgstr "<bookmark_value>ფურცლების ნომერი; ძებნა</bookmark_value><bookmark_value>SHEET ფუნქცია</bookmark_value>"
+#. f#E[
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3156307\n"
+"71\n"
+"help.text"
+msgid "<item type=\"input\">9</item>"
+msgstr ""
-#: 04060109.xhp#hd_id3153905.215.help.text
-msgctxt "04060109.xhp#hd_id3153905.215.help.text"
-msgid "SHEET"
-msgstr "SHEET"
+#. @$)Y
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3147564\n"
+"73\n"
+"help.text"
+msgid "11"
+msgstr "11"
-#: 04060109.xhp#par_id3150309.216.help.text
-msgid "<ahelp hid=\"HID_FUNC_TABELLE\">Returns the sheet number of a reference or a string representing a sheet name.</ahelp> If you do not enter any parameters, the result is the sheet number of the spreadsheet containing the formula."
+#. @p.{
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3146856\n"
+"74\n"
+"help.text"
+msgid "<item type=\"input\">10</item>"
msgstr ""
-#: 04060109.xhp#hd_id3148564.217.help.text
-msgctxt "04060109.xhp#hd_id3148564.217.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. jQlr
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3150880\n"
+"76\n"
+"help.text"
+msgid "12"
+msgstr "12"
-#: 04060109.xhp#par_id3153095.218.help.text
-msgid "SHEET(Reference)"
-msgstr "SHEET(მითითება)"
+#. i,0U
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3145208\n"
+"77\n"
+"help.text"
+msgid "13"
+msgstr "13"
-#: 04060109.xhp#par_id3154588.219.help.text
-msgid " <emph>Reference</emph> is optional and is the reference to a cell, an area, or a sheet name string."
-msgstr "<emph>მითითება</emph> არასავალდებულოა და არის უჯრის, არის ან ფურცლის სახელის მითითება."
+#. \H1t
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3156113\n"
+"78\n"
+"help.text"
+msgid "<item type=\"input\">>0</item>"
+msgstr ""
+
+#. _UZm
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3153625\n"
+"79\n"
+"help.text"
+msgid "<item type=\"input\">Total</item>"
+msgstr ""
+
+#. CR-V
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3151297\n"
+"80\n"
+"help.text"
+msgid "<item type=\"input\">40,000.00 currency units</item>"
+msgstr ""
+
+#. Lc?B
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3149979\n"
+"81\n"
+"help.text"
+msgid "The formula in E2 is as follows:"
+msgstr "ფორმულა E2 არის როგორც მომდევნო:"
-#: 04060109.xhp#hd_id3155399.220.help.text
-msgctxt "04060109.xhp#hd_id3155399.220.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. =E:Z
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3155849\n"
+"82\n"
+"help.text"
+msgid "<item type=\"input\">=SYD($A$2;$B$2;$C$2;D2)</item>"
+msgstr ""
+
+#. S:aE
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3156124\n"
+"83\n"
+"help.text"
+msgid "This formula is duplicated in column E down to E11 (select E2, then drag down the lower right corner with the mouse)."
+msgstr "ფორმულა ტოლია დუ E ძირს -სკენ არჩება ძირს მარჯვნივ."
-#: 04060109.xhp#par_id3146988.221.help.text
-msgid " <item type=\"input\">=SHEET(Sheet2.A1)</item> returns 2 if Sheet2 is the second sheet in the spreadsheet document."
-msgstr "=SHEET(Sheet2.A1) აბრუნებს 2 თუ Sheet2 არის ელცხრილის დოკუმენტის მეორე ფურცელი."
+#. \o(F
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3147270\n"
+"84\n"
+"help.text"
+msgid "Cell E13 contains the formula used to check the total of the depreciation amounts. It uses the SUMIF function as the negative values in E8:E11 must not be considered. The condition >0 is contained in cell A13. The formula in E13 is as follows:"
+msgstr "შეიცავს ფორმულა -სკენ - SUMIF დუ არა მდგომარეობა ტოლია დუ ფორმულა დუ ტოლია:"
-#: 04060109.xhp#bm_id3148829.help.text
-msgid "<bookmark_value>number of sheets; function</bookmark_value> <bookmark_value>SHEETS function</bookmark_value>"
-msgstr "<bookmark_value>ფურცლების ნომრები; ფუნქციები</bookmark_value><bookmark_value>SHEETS ფუნქცია</bookmark_value>"
+#. %UQ7
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3152811\n"
+"85\n"
+"help.text"
+msgid "<item type=\"input\">=SUMIF(E2:E11;A13)</item>"
+msgstr ""
+
+#. 2CcL
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3155998\n"
+"86\n"
+"help.text"
+msgid "Now view the depreciation for a 10 year period, or at a salvage value of 1 currency unit, or enter a different initial cost, and so on."
+msgstr "ახლა -თვის a წელი ან ეთ a - ან a და ჩართულია."
-#: 04060109.xhp#hd_id3148829.222.help.text
-msgid "SHEETS"
-msgstr "SHEETS"
+#. ;oxa
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"bm_id3155104\n"
+"help.text"
+msgid "<bookmark_value>DISC function</bookmark_value> <bookmark_value>allowances</bookmark_value> <bookmark_value>discounts</bookmark_value>"
+msgstr "<bookmark_value>DISC ფუნქცია</bookmark_value><bookmark_value>ერთხელ დაშვება</bookmark_value><bookmark_value>ჩამოფასება</bookmark_value>"
-#: 04060109.xhp#par_id3148820.223.help.text
-msgid "<ahelp hid=\"HID_FUNC_TABELLEN\">Determines the number of sheets in a reference.</ahelp> If you do not enter any parameters, it returns the number of sheets in the current document."
+#. 5bnr
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3155104\n"
+"379\n"
+"help.text"
+msgid "DISC"
+msgstr "DISC"
+
+#. \*eA
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3153891\n"
+"380\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_DISC\">Calculates the allowance (discount) of a security as a percentage.</ahelp>"
msgstr ""
-#: 04060109.xhp#hd_id3154220.224.help.text
-msgctxt "04060109.xhp#hd_id3154220.224.help.text"
+#. .X*5
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3153982\n"
+"381\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060109.xhp#par_id3150777.225.help.text
-msgid "SHEETS(Reference)"
-msgstr "SHEETS(მითითება)"
+#. R*WI
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3149756\n"
+"382\n"
+"help.text"
+msgid "DISC(\"Settlement\"; \"Maturity\"; Price; Redemption; Basis)"
+msgstr "DISC(მოსახლე;ხნიერება;ფასი;გამოსასყისი;ფუძე)"
-#: 04060109.xhp#par_id3153060.226.help.text
-msgid " <emph>Reference</emph> is the reference to a sheet or an area. This parameter is optional."
-msgstr "<emph>მითითება</emph> არის ფურცლის ან არის მითითება. ეს პარამეტრი არასავალდებულოა."
+#. .OW:
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3156014\n"
+"383\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
-#: 04060109.xhp#hd_id3149766.227.help.text
-msgctxt "04060109.xhp#hd_id3149766.227.help.text"
+#. -+Ru
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3154304\n"
+"384\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
+
+#. R^Wx
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3159180\n"
+"385\n"
+"help.text"
+msgid "<emph>Price</emph> is the price of the security per 100 currency units of par value."
+msgstr ""
+
+#. ]R%U
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3147253\n"
+"386\n"
+"help.text"
+msgid "<emph>Redemption</emph> is the redemption value of the security per 100 currency units of par value."
+msgstr ""
+
+#. l:=\
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3151174\n"
+"387\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060109.xhp#par_id3150507.228.help.text
-msgid " <item type=\"input\">=SHEETS(Sheet1.A1:Sheet3.G12)</item> returns 3 if Sheet1, Sheet2, and Sheet3 exist in the sequence indicated."
-msgstr "=SHEETS(Sheet1.A1:Sheet3.G12) აბრუნებს 3 თუ Sheet1, Sheet2, და Sheet3 არიან მითითებული თანმიმდევრობით."
+#. L;mS
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3155902\n"
+"388\n"
+"help.text"
+msgid "A security is purchased on 2001-01-25; the maturity date is 2001-11-15. The price (purchase price) is 97, the redemption value is 100. Using daily balance calculation (basis 3) how high is the settlement (discount)?"
+msgstr ""
-#: 04060109.xhp#bm_id3158407.help.text
-msgid "<bookmark_value>MATCH function</bookmark_value>"
-msgstr "<bookmark_value>MATCH ფუნქცია</bookmark_value>"
+#. I@jX
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3152797\n"
+"389\n"
+"help.text"
+msgid "<item type=\"input\">=DISC(\"2001-01-25\";\"2001-11-15\";97;100;3)</item> returns about 0.0372 or 3.72 per cent."
+msgstr ""
-#: 04060109.xhp#hd_id3158407.101.help.text
-msgid "MATCH"
-msgstr "MATCH"
+#. QTD6
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"bm_id3154695\n"
+"help.text"
+msgid "<bookmark_value>DURATION_ADD function</bookmark_value> <bookmark_value>Microsoft Excel functions</bookmark_value> <bookmark_value>durations;fixed interest securities</bookmark_value>"
+msgstr "<bookmark_value>DURATION_ADD ფუნქცია</bookmark_value><bookmark_value>Microsoft Excel ფუნქციები</bookmark_value><bookmark_value>ხანგძლივობა;ფიქსირებული ინტერვალები</bookmark_value>"
-#: 04060109.xhp#par_id3154896.102.help.text
-msgid "<ahelp hid=\"HID_FUNC_VERGLEICH\">Returns the relative position of an item in an array that matches a specified value.</ahelp> The function returns the position of the value found in the lookup_array as a number."
+#. mmXB
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3154695\n"
+"402\n"
+"help.text"
+msgid "DURATION_ADD"
+msgstr "ADDDURATION_ADD"
+
+#. IIAg
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3145768\n"
+"403\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_DURATION\">Calculates the duration of a fixed interest security in years.</ahelp>"
msgstr ""
-#: 04060109.xhp#hd_id3153834.103.help.text
-msgctxt "04060109.xhp#hd_id3153834.103.help.text"
+#. ~,TK
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3153904\n"
+"404\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060109.xhp#par_id3159152.104.help.text
-msgid "MATCH(SearchCriterion; LookupArray; Type)"
-msgstr "MATCH(ძიების კრიტერიუმი;მასივში_ძებნა;ტიპი)"
-
-#: 04060109.xhp#par_id3149336.105.help.text
-msgid " <emph>SearchCriterion</emph> is the value which is to be searched for in the single-row or single-column array."
-msgstr "<emph>ძიების კრიტერიუმი</emph> არის მნიშვნელობა რომელიც უნდა მოიძებნის ერთრიგიან ან ერთსვეტიან მასივში."
-
-#: 04060109.xhp#par_id3159167.106.help.text
-msgid " <emph>LookupArray</emph> is the reference searched. A lookup array can be a single row or column, or part of a single row or column."
-msgstr "<emph>მასივის_ძებნა</emph> არის მოსაძებნი მითითება. იგი შეიძლება იყოს ერთრიგიანი ან ერთსვეტიანი, ან ცალი რიგის ან სვეტის ნაწილი."
+#. l/NM
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3153373\n"
+"405\n"
+"help.text"
+msgid "DURATION_ADD(\"Settlement\"; \"Maturity\"; Coupon; Yield; Frequency; Basis)"
+msgstr ""
-#: 04060109.xhp#par_id3147239.107.help.text
-msgid " <emph>Type</emph> may take the values 1, 0, or -1. If Type = 1 or if this optional parameter is missing, it is assumed that the first column of the search array is sorted in ascending order. If Type = -1 it is assumed that the column in sorted in descending order. This corresponds to the same function in Microsoft Excel."
+#. jXBs
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3155397\n"
+"406\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
msgstr ""
-#: 04060109.xhp#par_id3154265.231.help.text
-msgid "If Type = 0, only exact matches are found. If the search criterion is found more than once, the function returns the index of the first matching value. Only if Type = 0 can you search for regular expressions."
+#. +CPb
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3148558\n"
+"407\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
+
+#. @0U6
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3153096\n"
+"408\n"
+"help.text"
+msgid "<emph>Coupon</emph> is the annual coupon interest rate (nominal rate of interest)"
+msgstr ""
+
+#. 9(f@
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3154594\n"
+"409\n"
+"help.text"
+msgid "<emph>Yield</emph> is the annual yield of the security."
msgstr ""
-#: 04060109.xhp#par_id3147528.232.help.text
-msgid "If Type = 1 or the third parameter is missing, the index of the last value that is smaller or equal to the search criterion is returned. This applies even when the search array is not sorted. For Type = -1, the first value that is larger or equal is returned."
+#. n!}5
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3149906\n"
+"410\n"
+"help.text"
+msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
msgstr ""
-#: 04060109.xhp#hd_id3155119.108.help.text
-msgctxt "04060109.xhp#hd_id3155119.108.help.text"
+#. oo5*
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3146995\n"
+"411\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060109.xhp#par_id3155343.109.help.text
-msgid " <item type=\"input\">=MATCH(200;D1:D100)</item> searches the area D1:D100, which is sorted by column D, for the value 200. As soon as this value is reached, the number of the row in which it was found is returned. If a higher value is found during the search in the column, the number of the previous row is returned."
-msgstr "MATCH არე ტოლია დახარისხებული -ით D -თვის ტოლია რიცხვი - რიგი დუ ტოლია a ტოლია დუ რიცხვი - რიგი ტოლია."
+#. \]aV
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3148834\n"
+"412\n"
+"help.text"
+msgid "A security is purchased on 2001-01-01; the maturity date is 2006-01-01. The Coupon rate of interest is 8%. The yield is 9.0%. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how long is the duration?"
+msgstr ""
-#: 04060109.xhp#bm_id3158430.help.text
-msgid "<bookmark_value>OFFSET function</bookmark_value>"
-msgstr "<bookmark_value>OFFSET ფუნქცია</bookmark_value>"
+#. cZUK
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3154902\n"
+"413\n"
+"help.text"
+msgid "<item type=\"input\">=DURATION_ADD(\"2001-01-01\";\"2006-01-01\";0.08;0.09;2;3)</item>"
+msgstr ""
-#: 04060109.xhp#hd_id3158430.111.help.text
-msgid "OFFSET"
-msgstr "OFFSET"
+#. fh~n
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"bm_id3159147\n"
+"help.text"
+msgid "<bookmark_value>annual net interest rates</bookmark_value> <bookmark_value>calculating; annual net interest rates</bookmark_value> <bookmark_value>net annual interest rates</bookmark_value> <bookmark_value>EFFECTIVE function</bookmark_value>"
+msgstr ""
-#: 04060109.xhp#par_id3149167.112.help.text
-msgid "<ahelp hid=\"HID_FUNC_VERSCHIEBUNG\">Returns the value of a cell offset by a certain number of rows and columns from a given reference point.</ahelp>"
+#. -@V2
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3159147\n"
+"88\n"
+"help.text"
+msgid "EFFECTIVE"
+msgstr "EFFECTIVE"
+
+#. ddI;
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3154204\n"
+"89\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_EFFEKTIV\">Returns the net annual interest rate for a nominal interest rate.</ahelp>"
msgstr ""
-#: 04060109.xhp#hd_id3146952.113.help.text
-msgctxt "04060109.xhp#hd_id3146952.113.help.text"
+#. 0Bxj
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3145417\n"
+"90\n"
+"help.text"
+msgid "Nominal interest refers to the amount of interest due at the end of a calculation period. Effective interest increases with the number of payments made. In other words, interest is often paid in installments (for example, monthly or quarterly) before the end of the calculation period."
+msgstr "-სკენ - ეთ დასასრული - a ეფექტური რიცხვი - სხვა ტოლია ხშირად დუ -თვის მაგალითი ან დასასრული -."
+
+#. PUf%
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3150510\n"
+"91\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060109.xhp#par_id3159194.114.help.text
-msgid "OFFSET(Reference; Rows; Columns; Height; Width)"
-msgstr "OFFSET(მითითება;რიგები;სვეტები;სიმაღლე;სიგანე)"
-
-#: 04060109.xhp#par_id3152360.115.help.text
-msgid " <emph>Reference</emph> is the reference from which the function searches for the new reference."
-msgstr "<emph>მითითება</emph> არის უჯრა საიდანაც ფუნქცია ეძებს ახალ მითითებას."
-
-#: 04060109.xhp#par_id3156032.116.help.text
-msgid " <emph>Rows</emph> is the number of rows by which the reference was corrected up (negative value) or down."
-msgstr "<emph>რიგები</emph> არის უჯრების რაოდენობა, რომლითაც გასწორდა მითითება (უარყოფითი მნისვნელობა)."
+#. uj$c
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3148805\n"
+"92\n"
+"help.text"
+msgid "EFFECTIVE(Nom; P)"
+msgstr "EFFECTIVE(NOM;P)"
-#: 04060109.xhp#par_id3166458.117.help.text
-msgid " <emph>Columns</emph> (optional) is the number of columns by which the reference was corrected to the left (negative value) or to the right."
-msgstr "<emph>სვეტები</emph> არის უჯრების რაოდენობა, რომლითაც გასწორდა მითითება (უარყოფითი მნისვნელობა)."
+#. sI18
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3149768\n"
+"93\n"
+"help.text"
+msgid "<emph>Nom</emph> is the nominal interest."
+msgstr ""
+
+#. iKAO
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3149334\n"
+"94\n"
+"help.text"
+msgid "<emph>P</emph> is the number of interest payment periods per year."
+msgstr ""
+
+#. 0epW
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3154223\n"
+"95\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060109.xhp#par_id3150708.118.help.text
-msgid " <emph>Height</emph> (optional) is the vertical height for an area that starts at the new reference position."
+#. ;f86
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3144499\n"
+"96\n"
+"help.text"
+msgid "If the annual nominal interest rate is 9.75% and four interest calculation periods are defined, what is the actual interest rate (effective rate)?"
msgstr ""
-#: 04060109.xhp#par_id3147278.119.help.text
-msgid " <emph>Width</emph> (optional) is the horizontal width for an area that starts at the new reference position."
+#. [CGO
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3150772\n"
+"97\n"
+"help.text"
+msgid "<item type=\"input\">=EFFECTIVE(9.75%;4)</item> = 10.11% The annual effective rate is therefore 10.11%."
msgstr ""
-#: 04060109.xhp#par_id8662373.help.text
-msgid "Arguments <emph>Rows</emph> and <emph>Columns</emph> must not lead to zero or negative start row or column."
+#. :XdW
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"bm_id3147241\n"
+"help.text"
+msgid "<bookmark_value>effective interest rates</bookmark_value> <bookmark_value>EFFECT_ADD function</bookmark_value>"
msgstr ""
-#: 04060109.xhp#par_id9051484.help.text
-msgid "Arguments <emph>Height</emph> and <emph>Width</emph> must not lead to zero or negative count of rows or columns."
-msgstr ""
+#. )\E?
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3147241\n"
+"414\n"
+"help.text"
+msgid "EFFECT_ADD"
+msgstr "EFFECT_ADD"
-#: 04060109.xhp#par_idN1104B.help.text
-msgctxt "04060109.xhp#par_idN1104B.help.text"
-msgid " <embedvar href=\"text/scalc/00/00000004.xhp#optional\"/> "
+#. i9Mi
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3147524\n"
+"415\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_EFFECT\">Calculates the effective annual rate of interest on the basis of the nominal interest rate and the number of interest payments per annum.</ahelp>"
msgstr ""
-#: 04060109.xhp#hd_id3155586.120.help.text
-msgctxt "04060109.xhp#hd_id3155586.120.help.text"
+#. US8W
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3155364\n"
+"416\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. JV%e
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3155118\n"
+"417\n"
+"help.text"
+msgid "EFFECT_ADD(NominalRate; NPerY)"
+msgstr "EFFECT_ADD(ნომინალური სიხშირე;Npery)"
+
+#. S}1]
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3148907\n"
+"418\n"
+"help.text"
+msgid "<emph>NominalRate</emph> is the annual nominal rate of interest."
+msgstr ""
+
+#. 7(fZ
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3154274\n"
+"419\n"
+"help.text"
+msgid "<emph>NPerY </emph>is the number of interest payments per year."
+msgstr ""
+
+#. {[Ri
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3149156\n"
+"420\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060109.xhp#par_id3149744.121.help.text
-msgid " <item type=\"input\">=OFFSET(A1;2;2)</item> returns the value in cell C3 (A1 moved by two rows and two columns down). If C3 contains the value <item type=\"input\">100</item> this function returns the value 100."
+#. 4pIi
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3158426\n"
+"421\n"
+"help.text"
+msgid "What is the effective annual rate of interest for a 5.25% nominal rate and quarterly payment."
msgstr ""
-#: 04060109.xhp#par_id7439802.help.text
-msgid " <item type=\"input\">=OFFSET(B2:C3;1;1)</item> returns a reference to B2:C3 moved down by 1 row and one column to the right (C3:D4)."
+#. o\6Y
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3148927\n"
+"422\n"
+"help.text"
+msgid "<item type=\"input\">=EFFECT_ADD(0.0525;4)</item> returns 0.053543 or 5.3543%."
msgstr ""
-#: 04060109.xhp#par_id3009430.help.text
-msgid " <item type=\"input\">=OFFSET(B2:C3;-1;-1)</item> returns a reference to B2:C3 moved up by 1 row and one column to the left (A1:B2)."
+#. e9@.
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"bm_id3149998\n"
+"help.text"
+msgid "<bookmark_value>calculating; arithmetic-degressive depreciations</bookmark_value> <bookmark_value>arithmetic-degressive depreciations</bookmark_value> <bookmark_value>depreciations;arithmetic-degressive</bookmark_value> <bookmark_value>DDB function</bookmark_value>"
msgstr ""
-#: 04060109.xhp#par_id2629169.help.text
-msgid " <item type=\"input\">=OFFSET(B2:C3;0;0;3;4)</item> returns a reference to B2:C3 resized to 3 rows and 4 columns (B2:E4)."
+#. YWE(
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3149998\n"
+"99\n"
+"help.text"
+msgid "DDB"
+msgstr "DDB"
+
+#. %!`t
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3159190\n"
+"100\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_GDA\">Returns the depreciation of an asset for a specified period using the arithmetic-declining method.</ahelp>"
msgstr ""
-#: 04060109.xhp#par_id6668599.help.text
-msgid " <item type=\"input\">=OFFSET(B2:C3;1;0;3;4)</item> returns a reference to B2:C3 moved down by one row resized to 3 rows and 4 columns (B2:E4)."
+#. xyW/
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3152361\n"
+"101\n"
+"help.text"
+msgid "Use this form of depreciation if you require a higher initial depreciation value as opposed to linear depreciation. The depreciation value gets less with each period and is usually used for assets whose value loss is higher shortly after purchase (for example, vehicles, computers). Please note that the book value will never reach zero under this calculation type."
msgstr ""
-#: 04060109.xhp#par_id3153739.122.help.text
-msgid " <item type=\"input\">=SUM(OFFSET(A1;2;2;5;6))</item> determines the total of the area that starts in cell C3 and has a height of 5 rows and a width of 6 columns (area=C3:H7)."
+#. (v63
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3156038\n"
+"102\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. ^oSK
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3166452\n"
+"103\n"
+"help.text"
+msgid "DDB(Cost; Salvage; Life; Period; Factor)"
msgstr ""
-#: 04060109.xhp#bm_id3159273.help.text
-msgid "<bookmark_value>LOOKUP function</bookmark_value>"
-msgstr "<bookmark_value>LOOKUP ფუნქცია</bookmark_value>"
+#. =6WI
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3153237\n"
+"104\n"
+"help.text"
+msgid "<emph>Cost</emph> fixes the initial cost of an asset."
+msgstr ""
+
+#. +FAM
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3149787\n"
+"105\n"
+"help.text"
+msgid "<emph>Salvage</emph> fixes the value of an asset at the end of its life."
+msgstr ""
+
+#. ^![5
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3152945\n"
+"106\n"
+"help.text"
+msgid "<emph>Life</emph> is the number of periods (for example, years or months) defining how long the asset is to be used."
+msgstr ""
+
+#. Cg7W
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3149736\n"
+"107\n"
+"help.text"
+msgid "<emph>Period</emph> states the period for which the value is to be calculated."
+msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა, რომლისთვისაც F განაწილება გამოითვლება."
-#: 04060109.xhp#hd_id3159273.123.help.text
-msgid "LOOKUP"
-msgstr "LOOKUP"
+#. /xo3
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3150243\n"
+"108\n"
+"help.text"
+msgid "<emph>Factor</emph> (optional) is the factor by which depreciation decreases. If a value is not entered, the default is factor 2."
+msgstr ""
+
+#. M{Le
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3159274\n"
+"109\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060109.xhp#par_id3153389.124.help.text
-msgid "<ahelp hid=\"HID_FUNC_VERWEIS\">Returns the contents of a cell either from a one-row or one-column range.</ahelp> Optionally, the assigned value (of the same index) is returned in a different column and row. As opposed to <link href=\"text/scalc/01/04060109.xhp\" name=\"VLOOKUP\">VLOOKUP</link> and <link href=\"text/scalc/01/04060109.xhp\" name=\"HLOOKUP\">HLOOKUP</link>, search and result vector may be at different positions; they do not have to be adjacent. Additionally, the search vector for the LOOKUP must be sorted ascending, otherwise the search will not return any usable results."
+#. Y?Sd
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3152882\n"
+"110\n"
+"help.text"
+msgid "A computer system with an initial cost of 75,000 currency units is to be depreciated monthly over 5 years. The value at the end of the depreciation is to be 1 currency unit. The factor is 2."
msgstr ""
-#: 04060109.xhp#par_id4484084.help.text
-msgid "If LOOKUP cannot find the search criterion, it matches the largest value in the search vector that is less than or equal to the search criterion."
+#. soHN
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3154106\n"
+"111\n"
+"help.text"
+msgid "<item type=\"input\">=DDB(75000;1;60;12;2) </item>= 1,721.81 currency units. Therefore, the double-declining depreciation in the twelfth month after purchase is 1,721.81 currency units."
+msgstr ""
+
+#. O*T\
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"bm_id3149962\n"
+"help.text"
+msgid "<bookmark_value>calculating; geometric-degressive depreciations</bookmark_value> <bookmark_value>geometric-degressive depreciations</bookmark_value> <bookmark_value>depreciations;geometric-degressive</bookmark_value> <bookmark_value>DB function</bookmark_value>"
msgstr ""
-#: 04060109.xhp#hd_id3152947.125.help.text
-msgctxt "04060109.xhp#hd_id3152947.125.help.text"
+#. %Ikt
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3149962\n"
+"113\n"
+"help.text"
+msgid "DB"
+msgstr "DB"
+
+#. t_N@
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3148989\n"
+"114\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_GDA2\">Returns the depreciation of an asset for a specified period using the double-declining balance method.</ahelp>"
+msgstr ""
+
+#. MWFb
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3156213\n"
+"115\n"
+"help.text"
+msgid "This form of depreciation is used if you want to get a higher depreciation value at the beginning of the depreciation (as opposed to linear depreciation). The depreciation value is reduced with every depreciation period by the depreciation already deducted from the initial cost."
+msgstr ""
+
+#. r4H9
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3149807\n"
+"116\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060109.xhp#par_id3154104.126.help.text
-msgid "LOOKUP(SearchCriterion; SearchVector; ResultVector)"
-msgstr "LOOKUP ძიება ძიება ვექტორი ვექტორი"
-
-#: 04060109.xhp#par_id3150646.127.help.text
-msgid " <emph>SearchCriterion</emph> is the value to be searched for; entered either directly or as a reference."
-msgstr "<emph>ძიების კრიტერიუმი</emph> არის მოსაძებნი მნიშვნელობა პირდაპირ ან მითითებად შეყვანილი."
+#. ~}oe
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3153349\n"
+"117\n"
+"help.text"
+msgid "DB(Cost; Salvage; Life; Period; Month)"
+msgstr ""
-#: 04060109.xhp#par_id3154854.128.help.text
-msgid " <emph>SearchVector</emph> is the single-row or single-column area to be searched."
+#. 5$n?
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3148462\n"
+"118\n"
+"help.text"
+msgid "<emph>Cost</emph> is the initial cost of an asset."
msgstr ""
-#: 04060109.xhp#par_id3149925.129.help.text
-msgid " <emph>ResultVector</emph> is another single-row or single-column range from which the result of the function is taken. The result is the cell of the result vector with the same index as the instance found in the search vector."
+#. ,;Hm
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3148658\n"
+"119\n"
+"help.text"
+msgid "<emph>Salvage</emph> is the value of an asset at the end of the depreciation."
msgstr ""
-#: 04060109.xhp#hd_id3148624.130.help.text
-msgctxt "04060109.xhp#hd_id3148624.130.help.text"
+#. 6-?+
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3145371\n"
+"120\n"
+"help.text"
+msgid "<emph>Life</emph> defines the period over which an asset is depreciated."
+msgstr ""
+
+#. 3X(U
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3154608\n"
+"121\n"
+"help.text"
+msgid "<emph>Period</emph> is the length of each period. The length must be entered in the same date unit as the depreciation period."
+msgstr ""
+
+#. RRGl
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3150829\n"
+"122\n"
+"help.text"
+msgid "<emph>Month</emph> (optional) denotes the number of months for the first year of depreciation. If an entry is not defined, 12 is used as the default."
+msgstr ""
+
+#. fksJ
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3151130\n"
+"123\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060109.xhp#par_id3149809.131.help.text
-msgid " <item type=\"input\">=LOOKUP(A1;D1:D100;F1:F100)</item> searches the corresponding cell in range D1:D100 for the number you entered in A1. For the instance found, the index is determined, for example, the 12th cell in this range. Then, the contents of the 12th cell are returned as the value of the function (in the result vector)."
+#. Q1ta
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3156147\n"
+"124\n"
+"help.text"
+msgid "A computer system with an initial cost of 25,000 currency units is to be depreciated over a three year period. The salvage value is to be 1,000 currency units. One period is 30 days."
msgstr ""
-#: 04060109.xhp#bm_id3149425.help.text
-msgid "<bookmark_value>STYLE function</bookmark_value>"
-msgstr "<bookmark_value>STYLE ფუნქცია</bookmark_value>"
+#. \^n8
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3149513\n"
+"125\n"
+"help.text"
+msgid "<item type=\"input\">=DB(25000;1000;36;1;6)</item> = 1,075.00 currency units"
+msgstr ""
-#: 04060109.xhp#hd_id3149425.133.help.text
-msgid "STYLE"
-msgstr "STYLE"
+#. ZzOv
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3159242\n"
+"126\n"
+"help.text"
+msgid "The fixed-declining depreciation of the computer system is 1,075.00 currency units."
+msgstr ""
-#: 04060109.xhp#par_id3150826.134.help.text
-msgid "<ahelp hid=\"HID_FUNC_VORLAGE\">Applies a style to the cell containing the formula.</ahelp> After a set amount of time, another style can be applied. This function always returns the value 0, allowing you to add it to another function without changing the value. Together with the CURRENT function you can apply a color to a cell regardless of the value. For example: =...+STYLE(IF(CURRENT()>3;\"red\";\"green\")) applies the style \"red\" to the cell if the value is greater than 3, otherwise the style \"green\" is applied. Both cell formats have to be defined beforehand."
+#. _Tmw
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"bm_id3153948\n"
+"help.text"
+msgid "<bookmark_value>IRR function</bookmark_value> <bookmark_value>calculating;internal rates of return, regular payments</bookmark_value> <bookmark_value>internal rates of return;regular payments</bookmark_value>"
+msgstr ""
+
+#. moxf
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3153948\n"
+"128\n"
+"help.text"
+msgid "IRR"
+msgstr "IRR"
+
+#. ~8]~
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3143282\n"
+"129\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_IKV\">Calculates the internal rate of return for an investment.</ahelp> The values represent cash flow values at regular intervals, at least one value must be negative (payments), and at least one value must be positive (income)."
msgstr ""
-#: 04060109.xhp#hd_id3145373.135.help.text
-msgctxt "04060109.xhp#hd_id3145373.135.help.text"
+#. u^rP
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3150599\n"
+"130\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060109.xhp#par_id3149302.136.help.text
-msgid "STYLE(\"Style\"; Time; \"Style2\")"
-msgstr ""
+#. u,f-
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3155427\n"
+"131\n"
+"help.text"
+msgid "IRR(Values; Guess)"
+msgstr "IRR(მნიშვნელობები;მიხვედრები)"
+
+#. bupc
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3144758\n"
+"132\n"
+"help.text"
+msgid "<emph>Values</emph> represents an array containing the values."
+msgstr "<emph>მნიშვნელობები</emph> ასახავს მნიშვნელობების შემცველ მასივს."
+
+#. GM,/
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3149233\n"
+"133\n"
+"help.text"
+msgid "<emph>Guess</emph> (optional) is the estimated value. An iterative method is used to calculate the internal rate of return. If you can provide only few values, you should provide an initial guess to enable the iteration."
+msgstr ""
+
+#. i]q`
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3151258\n"
+"134\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060109.xhp#par_id3150596.137.help.text
-msgid " <emph>Style</emph> is the name of a cell style assigned to the cell. Style names must be entered in quotation marks."
+#. p0Vv
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3150630\n"
+"135\n"
+"help.text"
+msgid "Under the assumption that cell contents are A1=<item type=\"input\">-10000</item>, A2=<item type=\"input\">3500</item>, A3=<item type=\"input\">7600</item> and A4=<item type=\"input\">1000</item>, the formula <item type=\"input\">=IRR(A1:A4)</item> gives a result of 11,33%."
msgstr ""
-#: 04060109.xhp#par_id3156149.138.help.text
-msgid " <emph>Time</emph> is an optional time range in seconds. If this parameter is missing the style will not be changed after a certain amount of time has passed."
+#. {g)4
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"bm_id3151012\n"
+"help.text"
+msgid "<bookmark_value>calculating; interests for unchanged amortization installments</bookmark_value> <bookmark_value>interests for unchanged amortization installments</bookmark_value> <bookmark_value>ISPMT function</bookmark_value>"
msgstr ""
-#: 04060109.xhp#par_id3149520.139.help.text
-msgid " <emph>Style2</emph> is the optional name of a cell style assigned to the cell after a certain amount of time has passed. If this parameter is missing \"Default\" is assumed."
+#. G9nS
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3151012\n"
+"314\n"
+"help.text"
+msgid "ISPMT"
+msgstr "ISPMT"
+
+#. k;r?
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3148693\n"
+"315\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISPMT\">Calculates the level of interest for unchanged amortization installments.</ahelp>"
msgstr ""
-#: 04060109.xhp#par_idN111CA.help.text
-msgctxt "04060109.xhp#par_idN111CA.help.text"
-msgid " <embedvar href=\"text/scalc/00/00000004.xhp#optional\"/> "
+#. SqG`
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3154661\n"
+"316\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. lLr5
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3146070\n"
+"317\n"
+"help.text"
+msgid "ISPMT(Rate; Period; TotalPeriods; Invest)"
msgstr ""
-#: 04060109.xhp#hd_id3159254.140.help.text
-msgctxt "04060109.xhp#hd_id3159254.140.help.text"
+#. ]G#Z
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3148672\n"
+"318\n"
+"help.text"
+msgid "<emph>Rate</emph> sets the periodic interest rate."
+msgstr ""
+
+#. 741_
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3145777\n"
+"319\n"
+"help.text"
+msgid "<emph>Period</emph> is the number of installments for calculation of interest."
+msgstr ""
+
+#. ^(fn
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3153678\n"
+"320\n"
+"help.text"
+msgid "<emph>TotalPeriods</emph> is the total number of installment periods."
+msgstr ""
+
+#. pg-I
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3159390\n"
+"321\n"
+"help.text"
+msgid "<emph>Invest</emph> is the amount of the investment."
+msgstr ""
+
+#. dFrU
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"hd_id3156162\n"
+"322\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060109.xhp#par_id3151374.141.help.text
-msgid " <item type=\"input\">=STYLE(\"Invisible\";60;\"Default\")</item> formats the cell in transparent format for 60 seconds after the document was recalculated or loaded, then the Default format is assigned. Both cell formats have to be defined beforehand."
-msgstr "STYLE უჩინარი ნაგულისხმები დუ გამჭვირვალე -თვის წამები ან ნაგულისხმები ტოლია ორივე -სკენ."
-
-#: 04060109.xhp#par_id8056886.help.text
-msgid "Since STYLE() has a numeric return value of zero, this return value gets appended to a string. This can be avoided using T() as in the following example "
+#. O+s=
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3149558\n"
+"323\n"
+"help.text"
+msgid "For a credit amount of 120,000 currency units with a two-year term and monthly installments, at a yearly interest rate of 12% the level of interest after 1.5 years is required."
msgstr ""
-#: 04060109.xhp#par_id3668935.help.text
-msgid " <item type=\"input\">=\"Text\"&T(STYLE(\"myStyle\"))</item> "
+#. {=KQ
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3150949\n"
+"324\n"
+"help.text"
+msgid "<item type=\"input\">=ISPMT(1%;18;24;120000)</item> = -300 currency units. The monthly interest after 1.5 years amounts to 300 currency units."
msgstr ""
-#: 04060109.xhp#par_id3042085.help.text
-msgid "See also CURRENT() for another example."
-msgstr ""
+#. diGS
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3146812\n"
+"426\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060119.xhp\" name=\"Forward to Financial Functions Part Two\">Financial Functions Part Two</link>"
+msgstr "<link href=\"text/scalc/01/04060119.xhp\" name=\"Forward to Financial Functions Part Two\">ფინანსური ფუნქციები ნაწილი ორი</link>"
-#: 04060109.xhp#bm_id3150430.help.text
-msgid "<bookmark_value>CHOOSE function</bookmark_value>"
-msgstr "<bookmark_value>CHOOSE ფუნქცია</bookmark_value>"
+#. Roe2
+#: 04060103.xhp
+msgctxt ""
+"04060103.xhp\n"
+"par_id3154411\n"
+"427\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060118.xhp\" name=\"Forward to Financial Functions Part Three\">Financial Functions Part Three</link>"
+msgstr "<link href=\"text/scalc/01/04060118.xhp\" name=\"Forward to Financial Functions Part Three\">ფინანსური ფუნქციები ნაწილი სამი</link>"
-#: 04060109.xhp#hd_id3150430.142.help.text
-msgid "CHOOSE"
-msgstr "CHOOSE"
+#. Z:J+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"tit\n"
+"help.text"
+msgid "Add-in Functions, List of Analysis Functions Part Two"
+msgstr "დამატებითი ფუნქციები, ანალიზის ფუნქციების სია ნაწილი ორი"
-#: 04060109.xhp#par_id3143270.143.help.text
-msgid "<ahelp hid=\"HID_FUNC_WAHL\">Uses an index to return a value from a list of up to 30 values.</ahelp>"
-msgstr ""
+#. iW/n
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"bm_id3145074\n"
+"help.text"
+msgid "<bookmark_value>imaginary numbers in analysis functions</bookmark_value> <bookmark_value>complex numbers in analysis functions</bookmark_value>"
+msgstr "<bookmark_value>ანალიზის ფუნქციებში წარმოსახვითი რიცხვები</bookmark_value><bookmark_value>ანალიზის ფუნქციებში კომპლექსური რიცხვები</bookmark_value>"
+
+#. dP]@
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3154659\n"
+"1\n"
+"help.text"
+msgid "Add-in Functions, List of Analysis Functions Part Two"
+msgstr "დამატებითი ფუნქციები, ანალიზის ფუნქციების სია ნაწილი ორი"
+
+#. K9pt
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3151242\n"
+"174\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060108.xhp\" name=\"Category Statistics\">Category Statistics</link>"
+msgstr "<link href=\"text/scalc/01/04060108.xhp\" name=\"Category Statistics\">კატეგორია სტატისტიკა</link>"
+
+#. |EZT
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3148869\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060115.xhp\" name=\"Analysis Functions Part One\">Analysis Functions Part One</link>"
+msgstr "<link href=\"text/scalc/01/04060115.xhp\" name=\"Analysis Functions Part One\">ანალიზის ფუნქციები პირველი ნაწილი</link>"
+
+#. Jdb}
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3147072\n"
+"240\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060111.xhp\" name=\"Back to the Overview\">Back to the Overview</link>"
+msgstr "<link href=\"text/scalc/01/04060111.xhp\" name=\"Back to the Overview\">უკან მიმოხილვაზე</link>"
+
+#. YW3S
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"bm_id3154959\n"
+"help.text"
+msgid "<bookmark_value>IMABS function</bookmark_value>"
+msgstr "<bookmark_value>IMAGINARY ფუნქცია</bookmark_value>"
+
+#. yr4F
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3154959\n"
+"44\n"
+"help.text"
+msgid "IMABS"
+msgstr "IMABS"
+
+#. c}7B
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149895\n"
+"45\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_IMABS\">The result is the absolute value of a complex number.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_IMABS\">შედეგი არის კომპლექსური რიცხვის აბსოლუტური მნიშვნელობა.</ahelp>"
-#: 04060109.xhp#hd_id3153533.144.help.text
-msgctxt "04060109.xhp#hd_id3153533.144.help.text"
+#. ZJnF
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3155382\n"
+"46\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060109.xhp#par_id3155425.145.help.text
-msgid "CHOOSE(Index; Value1; ...; Value30)"
-msgstr "CHOOSE(ინდექსი; მნიშვნელობა1;...მნიშვნელობა30)"
-
-#: 04060109.xhp#par_id3144755.146.help.text
-msgid " <emph>Index</emph> is a reference or number between 1 and 30 indicating which value is to be taken from the list."
-msgstr ""
+#. tF(H
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3151302\n"
+"47\n"
+"help.text"
+msgid "IMABS(\"ComplexNumber\")"
+msgstr "IMABS(კომპლექსური რიცხვი)"
-#: 04060109.xhp#par_id3149939.147.help.text
-msgid " <emph>Value1...Value30</emph> is the list of values entered as a reference to a cell or as individual values."
+#. Pbj$
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3153974\n"
+"48\n"
+"help.text"
+msgid "<variable id=\"complex\"><emph>ComplexNumber</emph> is a complex number that is entered in the form \"x+yi\" or \"x+yj\".</variable>"
msgstr ""
-#: 04060109.xhp#hd_id3151253.148.help.text
-msgctxt "04060109.xhp#hd_id3151253.148.help.text"
+#. 47dA
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3149697\n"
+"49\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060109.xhp#par_id3150625.149.help.text
-msgid " <item type=\"input\">=CHOOSE(A1;B1;B2;B3;\"Today\";\"Yesterday\";\"Tomorrow\")</item>, for example, returns the contents of cell B2 for A1 = 2; for A1 = 4, the function returns the text \"Today\"."
-msgstr ""
-
-#: 04060109.xhp#bm_id3151001.help.text
-msgid "<bookmark_value>HLOOKUP function</bookmark_value>"
+#. xDjT
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3143222\n"
+"50\n"
+"help.text"
+msgid "<item type=\"input\">=IMABS(\"5+12j\")</item> returns 13."
+msgstr ""
+
+#. .v\a
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"bm_id3145357\n"
+"help.text"
+msgid "<bookmark_value>IMAGINARY function</bookmark_value>"
msgstr "<bookmark_value>IMAGINARY ფუნქცია</bookmark_value>"
-#: 04060109.xhp#hd_id3151001.151.help.text
-msgid "HLOOKUP"
-msgstr "HLOOKUP"
+#. _{du
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3145357\n"
+"51\n"
+"help.text"
+msgid "IMAGINARY"
+msgstr "IMAGINARY"
-#: 04060109.xhp#par_id3148688.152.help.text
-msgid "<ahelp hid=\"HID_FUNC_WVERWEIS\">Searches for a value and reference to the cells below the selected area.</ahelp> This function verifies if the first row of an array contains a certain value. The function returns then the value in a row of the array, named in the <emph>Index</emph>, in the same column."
-msgstr ""
+#. f|kj
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3146965\n"
+"52\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_IMAGINARY\">The result is the imaginary coefficient of a complex number.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_IMAGINARY\">შედეგი არის კომპლექსური რიცხვის წარმოსახვითი კოეფიციენტი.</ahelp>"
-#: 04060109.xhp#hd_id3154661.153.help.text
-msgctxt "04060109.xhp#hd_id3154661.153.help.text"
+#. .K@E
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3153555\n"
+"53\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060109.xhp#par_id3146070.154.help.text
-msgid "HLOOKUP(SearchCriteria; Array; Index; Sorted)"
-msgstr "=HLOOKUP(ძიების კრიტერიუმი;მასივი;ინდექსი;დახარისხებული)"
+#. ``OR
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3155522\n"
+"54\n"
+"help.text"
+msgid "IMAGINARY(\"ComplexNumber\")"
+msgstr "IMAGINARY(კომპლექსური რიცხვი)"
-#: 04060109.xhp#par_id3148672.155.help.text
-msgid "See also:<link href=\"text/scalc/01/04060109.xhp\" name=\"VLOOKUP\">VLOOKUP</link> (columns and rows are exchanged)"
-msgstr "იხილეთ ასევე:<link href=\"text/scalc/01/04060109.xhp\" name=\"VLOOKUP\">VLOOKUP</link> (რიგები და სვეტები გაცვლილია)"
+#. p+0l
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3151193\n"
+"56\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060109.xhp#bm_id3147321.help.text
-msgid "<bookmark_value>ROW function</bookmark_value>"
-msgstr "<bookmark_value>ROW ფუნქცია</bookmark_value>"
+#. 4pmW
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3155592\n"
+"57\n"
+"help.text"
+msgid "<item type=\"input\">=IMAGINARY(\"4+3j\")</item> returns 3."
+msgstr ""
+
+#. .Xk|
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"bm_id3146106\n"
+"help.text"
+msgid "<bookmark_value>IMPOWER function</bookmark_value>"
+msgstr "<bookmark_value>IMPOWER ფუნქცია</bookmark_value>"
-#: 04060109.xhp#hd_id3147321.157.help.text
-msgctxt "04060109.xhp#hd_id3147321.157.help.text"
-msgid "ROW"
-msgstr "ROW"
+#. N;+R
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3146106\n"
+"58\n"
+"help.text"
+msgid "IMPOWER"
+msgstr "IMPOWER"
-#: 04060109.xhp#par_id3154564.203.help.text
-msgid "<ahelp hid=\"HID_FUNC_ZEILE\">Returns the row number of a cell reference.</ahelp> If the reference is a cell, it returns the row number of the cell. If the reference is a cell range, it returns the corresponding row numbers in a one-column <link href=\"text/scalc/01/04060107.xhp#wasmatrix\" name=\"Array\">Array</link> if the formula is entered <link href=\"text/scalc/01/04060107.xhp#somatrixformel\" name=\"as an array formula\">as an array formula</link>. If the ROW function with a range reference is not used in an array formula, only the row number of the first range cell will be returned."
-msgstr ""
+#. ^,Ii
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3147245\n"
+"59\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_IMPOWER\">The result is the integer power of a complex number.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_IMPOWER\">შედეგი არის კომპლექსური რიცხვის მთელი ხარისხი.</ahelp>"
-#: 04060109.xhp#hd_id3158439.159.help.text
-msgctxt "04060109.xhp#hd_id3158439.159.help.text"
+#. ru1v
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3150954\n"
+"60\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060109.xhp#par_id3154916.160.help.text
-msgid "ROW(Reference)"
-msgstr "ROW(მითითება_"
-
-#: 04060109.xhp#par_id3156336.161.help.text
-msgid " <emph>Reference</emph> is a cell, an area, or the name of an area."
-msgstr "<emph>მითითება</emph> არის უჯრა, არე ან არის სახელი."
+#. X0:n
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3147501\n"
+"61\n"
+"help.text"
+msgid "IMPOWER(\"ComplexNumber\"; Number)"
+msgstr "IMPOWER(კომპლექსური რიცხვი;რიცხვი)"
-#: 04060109.xhp#par_id3151109.204.help.text
-msgid "If you do not indicate a reference, the row number of the cell in which the formula is entered will be found. <item type=\"productname\">%PRODUCTNAME</item> Calc automatically sets the reference to the current cell."
-msgstr ""
+#. l[jL
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3155743\n"
+"63\n"
+"help.text"
+msgid "<emph>Number</emph> is the exponent."
+msgstr "<emph>რიცხვი</emph> გამოსაცდელი მნიშვნელობა."
-#: 04060109.xhp#hd_id3155609.162.help.text
-msgctxt "04060109.xhp#hd_id3155609.162.help.text"
+#. [jZm
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3149048\n"
+"64\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060109.xhp#par_id3154830.205.help.text
-msgid " <item type=\"input\">=ROW(B3)</item> returns 3 because the reference refers to the third row in the table."
-msgstr ""
+#. 8sJW
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3151393\n"
+"65\n"
+"help.text"
+msgid "<item type=\"input\">=IMPOWER(\"2+3i\";2)</item> returns -5+12i."
+msgstr ""
+
+#. =$,4
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"bm_id3148748\n"
+"help.text"
+msgid "<bookmark_value>IMARGUMENT function</bookmark_value>"
+msgstr "<bookmark_value>IMARGUMENT ფუნქცია</bookmark_value>"
-#: 04060109.xhp#par_id3147094.206.help.text
-msgid " <item type=\"input\">{=ROW(D5:D8)}</item> returns the single-column array (5, 6, 7, 8) because the reference specified contains rows 5 through 8."
-msgstr ""
+#. P@dE
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3148748\n"
+"66\n"
+"help.text"
+msgid "IMARGUMENT"
+msgstr "IMARGUMENT"
-#: 04060109.xhp#par_id3153701.207.help.text
-msgid " <item type=\"input\">=ROW(D5:D8)</item> returns 5 because the ROW function is not used as array formula and only the number of the first row of the reference is returned."
-msgstr ""
+#. fBXH
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3151341\n"
+"67\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_IMARGUMENT\">The result is the argument (the phi angle) of a complex number.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_IMARGUMENT\">შედეგი არის კომპლექსური რიცხვის არგუმენტი (phi კუთხე).</ahelp>"
-#: 04060109.xhp#par_id3150996.208.help.text
-msgid " <item type=\"input\">{=ROW(A1:E1)}</item> and <item type=\"input\">=ROW(A1:E1)</item> both return 1 because the reference only contains row 1 as the first row in the table. (Because single-row areas only have one row number it does not make any difference whether or not the formula is used as an array formula.)"
-msgstr ""
+#. [:aj
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3150533\n"
+"68\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060109.xhp#par_id3153671.209.help.text
-msgid " <item type=\"input\">=ROW()</item> returns 3 if the formula was entered in row 3."
-msgstr ""
+#. XkL:
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3156402\n"
+"69\n"
+"help.text"
+msgid "IMARGUMENT(\"ComplexNumber\")"
+msgstr "IMARGUMENT(კომპლექსური რიცხვი)"
-#: 04060109.xhp#par_id3153790.210.help.text
-msgid " <item type=\"input\">{=ROW(Rabbit)}</item> returns the single-column array (1, 2, 3) if \"Rabbit\" is the named area (C1:D3)."
-msgstr "COLUMN ცალი რიგი ტოლია არე C1."
+#. +%4]
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3153019\n"
+"71\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060109.xhp#bm_id3145772.help.text
-msgid "<bookmark_value>ROWS function</bookmark_value>"
-msgstr "<bookmark_value>ROWS ფუნქცია</bookmark_value>"
+#. /Uh0
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3159125\n"
+"72\n"
+"help.text"
+msgid "<item type=\"input\">=IMARGUMENT(\"3+4j\")</item> returns 0.927295."
+msgstr ""
+
+#. ?%5,
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"bm_id3149146\n"
+"help.text"
+msgid "<bookmark_value>IMCOS function</bookmark_value>"
+msgstr "<bookmark_value>IMCOS ფუნქცია</bookmark_value>"
-#: 04060109.xhp#hd_id3145772.166.help.text
-msgid "ROWS"
-msgstr "ROWS"
+#. aN^x
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3149146\n"
+"73\n"
+"help.text"
+msgid "IMCOS"
+msgstr "IMCOS"
-#: 04060109.xhp#par_id3148971.167.help.text
-msgid "<ahelp hid=\"HID_FUNC_ZEILEN\">Returns the number of rows in a reference or array.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_ZEILEN\">აბრუნებს მასივში ან მითითებაში რიგების რაოდენობას.</ahelp>"
+#. ak:N
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149725\n"
+"74\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_IMCOS\">The result is the cosine of a complex number.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_IMCOS\">შედეგი არის კომპლექსური რიცხვის კოსინუსი.</ahelp>"
-#: 04060109.xhp#hd_id3156051.168.help.text
-msgctxt "04060109.xhp#hd_id3156051.168.help.text"
+#. |\J~
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3159116\n"
+"75\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060109.xhp#par_id3154357.169.help.text
-msgid "ROWS(Array)"
-msgstr "ROWS(მასივი)"
-
-#: 04060109.xhp#par_id3155942.170.help.text
-msgid " <emph>Array</emph> is the reference or named area whose total number of rows is to be determined."
-msgstr ""
+#. ;YK6
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3147415\n"
+"76\n"
+"help.text"
+msgid "IMCOS(\"ComplexNumber\")"
+msgstr "IMCOS(კომპლექსური რიცხვი)"
-#: 04060109.xhp#hd_id3155869.171.help.text
-msgctxt "04060109.xhp#hd_id3155869.171.help.text"
+#. vE8E
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3152980\n"
+"78\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060109.xhp#par_id3154725.212.help.text
-msgid " <item type=\"input\">=Rows(B5)</item> returns 1 because a cell only contains one row."
-msgstr ""
+#. ST,k
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3157901\n"
+"79\n"
+"help.text"
+msgid "<item type=\"input\">=IMCOS(\"3+4j\") </item>returns -27.03-3.85i (rounded)."
+msgstr ""
+
+#. ?SN`
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"bm_id3150024\n"
+"help.text"
+msgid "<bookmark_value>IMDIV function</bookmark_value>"
+msgstr "<bookmark_value>IMDIV ფუნქცია</bookmark_value>"
-#: 04060109.xhp#par_id3150102.172.help.text
-msgid " <item type=\"input\">=ROWS(A10:B12)</item> returns 3."
-msgstr ""
+#. ^uW6
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3150024\n"
+"80\n"
+"help.text"
+msgid "IMDIV"
+msgstr "IMDIV"
-#: 04060109.xhp#par_id3155143.213.help.text
-msgid " <item type=\"input\">=ROWS(Rabbit)</item> returns 3 if \"Rabbit\" is the named area (C1:D3)."
-msgstr ""
+#. ok;C
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3145825\n"
+"81\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_IMDIV\">The result is the division of two complex numbers.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_IMDIV\">შედეგი არის ორი კომპლექსური რიცხვის განაყიფი.</ahelp>"
-#: 04060109.xhp#bm_id9959410.help.text
-msgid "<bookmark_value>HYPERLINK function</bookmark_value>"
-msgstr "<bookmark_value>IMAGINARY ფუნქცია</bookmark_value>"
+#. Ir6=
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3150465\n"
+"82\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060109.xhp#par_idN11798.help.text
-msgid "HYPERLINK"
-msgstr "HYPERLINK"
+#. d.mw
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3146942\n"
+"83\n"
+"help.text"
+msgid "IMDIV(\"Numerator\"; \"Denominator\")"
+msgstr "IMDIV(ნუმერატორი;დენომინატორი)"
-#: 04060109.xhp#par_idN117F1.help.text
-msgid "<ahelp hid=\"HID_FUNC_HYPERLINK\">When you click a cell that contains the HYPERLINK function, the hyperlink opens.</ahelp>"
-msgstr ""
+#. eVGm
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3150741\n"
+"84\n"
+"help.text"
+msgid "<emph>Numerator</emph>, <emph>Denominator</emph> are complex numbers that are entered in the form \"x+yi\" or \"x+yj\"."
+msgstr ""
+
+#. KdFy
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3151229\n"
+"85\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060109.xhp#par_idN11800.help.text
-msgid "If you use the optional <emph>CellText</emph> parameter, the formula locates the URL, and then displays the text or number."
-msgstr ""
+#. =X,{
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3148440\n"
+"86\n"
+"help.text"
+msgid "<item type=\"input\">=IMDIV(\"-238+240i\";\"10+24i\")</item> returns 5+12i."
+msgstr ""
+
+#. .N=v
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"bm_id3153039\n"
+"help.text"
+msgid "<bookmark_value>IMEXP function</bookmark_value>"
+msgstr "<bookmark_value>IMEXP ფუნქცია</bookmark_value>"
-#: 04060109.xhp#par_idN11803.help.text
-msgid "To open a hyperlinked cell with the keyboard, select the cell, press F2 to enter the Edit mode, move the cursor in front of the hyperlink, press Shift+F10, and then choose <emph>Open Hyperlink</emph>."
-msgstr ""
+#. C,e]
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3153039\n"
+"87\n"
+"help.text"
+msgid "IMEXP"
+msgstr "IMEXP"
+
+#. Ns_|
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3144741\n"
+"88\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_IMEXP\">The result is the power of e and the complex number.</ahelp> The constant e has a value of approximately 2.71828182845904."
+msgstr "<ahelp hid=\"HID_AAI_FUNC_IMEXP\">შედეგი არის კომპლექსური რიცხვის e ხარისხი.</ahelp> e კონსტანდა დაახლოებით უდრის 2.71828182845904."
-#: 04060109.xhp#par_idN1180A.help.text
-msgctxt "04060109.xhp#par_idN1180A.help.text"
+#. =la?
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3145591\n"
+"89\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060109.xhp#par_idN1180E.help.text
-msgid "HYPERLINK(\"URL\") or HYPERLINK(\"URL\"; \"CellText\")"
-msgstr "HYPERLINK (URL) ან HYPERLINK (URL;უჯრის ტექსტი)"
-
-#: 04060109.xhp#par_idN11811.help.text
-msgid " <emph>URL</emph> specifies the link target. The optional <emph>CellText</emph> parameter is the text or a number that is displayed in the cell and will be returned as the result. If the <emph>CellText</emph> parameter is not specified, the <emph>URL</emph> is displayed in the cell text and will be returned as the result."
-msgstr ""
-
-#: 04060109.xhp#par_id0907200912224576.help.text
-msgid "The number 0 is returned for empty cells and matrix elements."
-msgstr ""
+#. aA,g
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3154810\n"
+"90\n"
+"help.text"
+msgid "IMEXP(\"ComplexNumber\")"
+msgstr "IMEXP(კომპლექსური რიცხვი)"
-#: 04060109.xhp#par_idN11823.help.text
-msgctxt "04060109.xhp#par_idN11823.help.text"
+#. JA;u
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3148581\n"
+"92\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060109.xhp#par_idN11827.help.text
-msgid " <item type=\"input\">=HYPERLINK(\"http://www.example.org\")</item> displays the text \"http://www.example.org\" in the cell and executes the hyperlink http://www.example.org when clicked."
-msgstr ""
-
-#: 04060109.xhp#par_idN1182A.help.text
-msgid " <item type=\"input\">=HYPERLINK(\"http://www.example.org\";\"Click here\")</item> displays the text \"Click here\" in the cell and executes the hyperlink http://www.example.org when clicked."
-msgstr ""
+#. krfb
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149253\n"
+"93\n"
+"help.text"
+msgid "<item type=\"input\">=IMEXP(\"1+j\") </item>returns 1.47+2.29j (rounded)."
+msgstr ""
+
+#. R9Y4
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"bm_id3149955\n"
+"help.text"
+msgid "<bookmark_value>IMCONJUGATE function</bookmark_value>"
+msgstr "<bookmark_value>IMCONJUGATE ფუნქცია</bookmark_value>"
-#: 04060109.xhp#par_id0907200912224534.help.text
-msgid "=HYPERLINK(\"http://www.example.org\";12345) displays the number 12345 and executes the hyperlink http://www.example.org when clicked."
-msgstr ""
+#. (d^s
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3149955\n"
+"94\n"
+"help.text"
+msgid "IMCONJUGATE"
+msgstr "IMCONJUGATE"
-#: 04060109.xhp#par_idN1182D.help.text
-msgid " <item type=\"input\">=HYPERLINK($B4)</item> where cell B4 contains <item type=\"input\">http://www.example.org</item>. The function adds http://www.example.org to the URL of the hyperlink cell and returns the same text which is used as formula result."
-msgstr "HYPERLINK B4 B4 შეიცავსhttp://www.example.orghttp://www.example.org -სკენ URL - და ტექსტი ტოლია ფორმულა."
+#. 5UYj
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3155263\n"
+"95\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_IMCONJUGATE\">The result is the conjugated complex complement to a complex number.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_IMCONJUGATE\">შედეგი არის კომპლექსური დანამატის და კომპლექსური რიცხვის შეერთება.</ahelp>"
-#: 04060109.xhp#par_idN11830.help.text
-msgid " <item type=\"input\">=HYPERLINK(\"http://www.\";\"Click \") & \"example.org\"</item> displays the text Click example.org in the cell and executes the hyperlink http://www.example.org when clicked."
-msgstr ""
+#. lab)
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3148750\n"
+"96\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060109.xhp#par_id8859523.help.text
-msgid " <item type=\"input\">=HYPERLINK(\"#Sheet1.A1\";\"Go to top\")</item> displays the text Go to top and jumps to cell Sheet1.A1 in this document."
-msgstr ""
+#. 22-V
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3153082\n"
+"97\n"
+"help.text"
+msgid "IMCONJUGATE(\"ComplexNumber\")"
+msgstr "IMCONJUGATE(კომპლექსური რიცხვი)"
-#: 04060109.xhp#par_id2958769.help.text
-msgid " <item type=\"input\">=HYPERLINK(\"file:///C:/writer.odt#Specification\";\"Go to Writer bookmark\")</item>displays the text Go to Writer bookmark, loads the specified text document and jumps to bookmark \"Specification\"."
-msgstr ""
+#. ;m14
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3153326\n"
+"99\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060109.xhp#bm_id7682424.help.text
-msgid "<bookmark_value>GETPIVOTDATA function</bookmark_value>"
-msgstr "<bookmark_value>EDATE ფუნქცია</bookmark_value>"
+#. ~P#o
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149688\n"
+"100\n"
+"help.text"
+msgid "<item type=\"input\">=IMCONJUGATE(\"1+j\")</item> returns 1-j."
+msgstr ""
+
+#. %|E^
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"bm_id3150898\n"
+"help.text"
+msgid "<bookmark_value>IMLN function</bookmark_value>"
+msgstr "<bookmark_value>IMLN ფუნქცია</bookmark_value>"
-#: 04060109.xhp#hd_id3747062.help.text
-msgid "GETPIVOTDATA"
-msgstr ""
+#. hIk0
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3150898\n"
+"101\n"
+"help.text"
+msgid "IMLN"
+msgstr "IMLN"
-#: 04060109.xhp#par_id3593859.help.text
-msgid "<ahelp hid=\".\">The GETPIVOTDATA function returns a result value from a pivot table. The value is addressed using field and item names, so it remains valid if the layout of the pivot table changes.</ahelp>"
-msgstr ""
+#. 8@Us
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3146853\n"
+"102\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_IMLN\">The result is the natural logarithm (to the base e) of a complex number.</ahelp> The constant e has a value of approximately 2.71828182845904."
+msgstr "<ahelp hid=\"HID_AAI_FUNC_IMLN\">შედეგი არის კომპლექსური რიცხვის ნატურალური ლოგარითმი (ფუძით e).</ahelp> e კონსტანდა დაახლოებით უდრის 2.71828182845904."
-#: 04060109.xhp#hd_id9741508.help.text
-msgctxt "04060109.xhp#hd_id9741508.help.text"
+#. 9G0y
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3150008\n"
+"103\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060109.xhp#par_id909451.help.text
-msgid "Two different syntax definitions can be used:"
-msgstr ""
+#. zTJy
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3155954\n"
+"104\n"
+"help.text"
+msgid "IMLN(\"ComplexNumber\")"
+msgstr "IMLN(კომპლექსური რიცხვი)"
-#: 04060109.xhp#par_id1665089.help.text
-msgid "GETPIVOTDATA(TargetField; pivot table; [ Field 1; Item 1; ... ])"
-msgstr ""
+#. ,j8k
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3153565\n"
+"106\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060109.xhp#par_id4997100.help.text
-msgid "GETPIVOTDATA(pivot table; Constraints)"
-msgstr ""
+#. Ydkk
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3153736\n"
+"107\n"
+"help.text"
+msgid "<item type=\"input\">=IMLN(\"1+j\")</item> returns 0.35+0.79j (rounded)."
+msgstr ""
+
+#. =2|m
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"bm_id3155929\n"
+"help.text"
+msgid "<bookmark_value>IMLOG10 function</bookmark_value>"
+msgstr "<bookmark_value>IMLOG10 ფუნქცია</bookmark_value>"
-#: 04060109.xhp#par_id1672109.help.text
-msgid "The second syntax is assumed if exactly two parameters are given, of which the first parameter is a cell or cell range reference. The first syntax is assumed in all other cases. The Function Wizard shows the first syntax."
-msgstr ""
+#. Ga:t
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3155929\n"
+"108\n"
+"help.text"
+msgid "IMLOG10"
+msgstr "IMLOG10"
-#: 04060109.xhp#hd_id9464094.help.text
-msgid "First Syntax"
-msgstr ""
+#. +^su
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149882\n"
+"109\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_IMLOG10\">The result is the common logarithm (to the base 10) of a complex number.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_IMLOG10\">შედეგი არის კომპლექსური რიცხვის ჩოულებრივი ლოგარითმი (ფუძით 10).</ahelp>"
-#: 04060109.xhp#par_id9302346.help.text
-msgid " <emph>TargetField</emph> is a string that selects one of the pivot table's data fields. The string can be the name of the source column, or the data field name as shown in the table (like \"Sum - Sales\")."
-msgstr ""
+#. .S-8
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3154327\n"
+"110\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060109.xhp#par_id8296151.help.text
-msgid " <emph>pivot table</emph> is a reference to a cell or cell range that is positioned within a pivot table or contains a pivot table. If the cell range contains several pivot tables, the table that was created last is used."
-msgstr ""
+#. #0nW
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3150128\n"
+"111\n"
+"help.text"
+msgid "IMLOG10(\"ComplexNumber\")"
+msgstr "IMLOG10(კომპლექსური რიცხვი)"
-#: 04060109.xhp#par_id4809411.help.text
-msgid "If no <emph>Field n / Item n</emph> pairs are given, the grand total is returned. Otherwise, each pair adds a constraint that the result must satisfy. <emph>Field n</emph> is the name of a field from the pivot table. <emph>Item n</emph> is the name of an item from that field."
-msgstr ""
+#. GK(\
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3149003\n"
+"113\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060109.xhp#par_id6454969.help.text
-msgid "If the pivot table contains only a single result value that fulfills all of the constraints, or a subtotal result that summarizes all matching values, that result is returned. If there is no matching result, or several ones without a subtotal for them, an error is returned. These conditions apply to results that are included in the pivot table."
-msgstr ""
+#. x!}l
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3151021\n"
+"114\n"
+"help.text"
+msgid "<item type=\"input\">=IMLOG10(\"1+j\")</item> returns 0.15+0.34j (rounded)."
+msgstr ""
+
+#. @,de
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"bm_id3155623\n"
+"help.text"
+msgid "<bookmark_value>IMLOG2 function</bookmark_value>"
+msgstr "<bookmark_value>IMLOG2 ფუნქცია</bookmark_value>"
-#: 04060109.xhp#par_id79042.help.text
-msgid "If the source data contains entries that are hidden by settings of the pivot table, they are ignored. The order of the Field/Item pairs is not significant. Field and item names are not case-sensitive."
-msgstr ""
+#. d_#4
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3155623\n"
+"115\n"
+"help.text"
+msgid "IMLOG2"
+msgstr "IMLOG2"
-#: 04060109.xhp#par_id7928708.help.text
-msgid "If no constraint for a page field is given, the field's selected value is implicitly used. If a constraint for a page field is given, it must match the field's selected value, or an error is returned. Page fields are the fields at the top left of a pivot table, populated using the \"Page Fields\" area of the pivot table layout dialog. From each page field, an item (value) can be selected, which means only that item is included in the calculation."
-msgstr ""
+#. GLT_
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3150932\n"
+"116\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_IMLOG2\">The result is the binary logarithm of a complex number.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_IMLOG2\">შედეგი არის კომპლექსური რიცხვის ორობითი ლოგარითმი.</ahelp>"
-#: 04060109.xhp#par_id3864253.help.text
-msgid "Subtotal values from the pivot table are only used if they use the function \"auto\" (except when specified in the constraint, see <item type=\"literal\">Second Syntax</item> below)."
-msgstr ""
+#. pSL[
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3153046\n"
+"117\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060109.xhp#hd_id3144016.help.text
-msgid "Second Syntax"
-msgstr ""
+#. B(ex
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3145355\n"
+"118\n"
+"help.text"
+msgid "IMLOG2(\"ComplexNumber\")"
+msgstr "IMLOG2(კომპლექსური რიცხვი)"
-#: 04060109.xhp#par_id9937131.help.text
-#, fuzzy
-msgid " <emph>pivot table</emph> has the same meaning as in the first syntax."
-msgstr "<emph>საშუალო</emph> განაწილების საშუალო არითმეტიკული."
+#. vF(~
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3148768\n"
+"120\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060109.xhp#par_id5616626.help.text
-msgid " <emph>Constraints</emph> is a space-separated list. Entries can be quoted (single quotes). The whole string must be enclosed in quotes (double quotes), unless you reference the string from another cell."
-msgstr ""
+#. +?4D
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149536\n"
+"121\n"
+"help.text"
+msgid "<item type=\"input\">=IMLOG2(\"1+j\")</item> returns 0.50+1.13j (rounded)."
+msgstr ""
+
+#. b2W[
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"bm_id3145626\n"
+"help.text"
+msgid "<bookmark_value>IMPRODUCT function</bookmark_value>"
+msgstr "<bookmark_value>IMPRODUCT ფუნქცია</bookmark_value>"
-#: 04060109.xhp#par_id4076357.help.text
-msgid "One of the entries can be the data field name. The data field name can be left out if the pivot table contains only one data field, otherwise it must be present."
-msgstr ""
+#. ZQeP
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3145626\n"
+"122\n"
+"help.text"
+msgid "IMPRODUCT"
+msgstr "IMPRODUCT"
-#: 04060109.xhp#par_id8231757.help.text
-msgid "Each of the other entries specifies a constraint in the form <item type=\"literal\">Field[Item]</item> (with literal characters [ and ]), or only <item type=\"literal\">Item</item> if the item name is unique within all fields that are used in the pivot table."
-msgstr ""
+#. r,w!
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3153545\n"
+"123\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_IMPRODUCT\">The result is the product of up to 29 complex numbers.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_IMPRODUCT\">შედეგი არის 29-მდე კომპლექსური რიცხვის ნამრავლი.</ahelp>"
-#: 04060109.xhp#par_id3168736.help.text
-msgid "A function name can be added in the form <emph>Field[Item;Function]</emph>, which will cause the constraint to match only subtotal values which use that function. The possible function names are Sum, Count, Average, Max, Min, Product, Count (Numbers only), StDev (Sample), StDevP (Population), Var (Sample), and VarP (Population), case-insensitive."
-msgstr ""
+#. DTu}
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3149388\n"
+"124\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12040201.xhp#tit.help.text
-msgctxt "12040201.xhp#tit.help.text"
-msgid "More"
-msgstr "დამატებით"
+#. `0XR
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149027\n"
+"125\n"
+"help.text"
+msgid "IMPRODUCT(\"ComplexNumber\"; \"ComplexNumber1\"; ...)"
+msgstr "IMPRODUCT(კომპლექსური რიცხვი;კომპლექსური რიცხვი 1;...)"
-#: 12040201.xhp#hd_id3148492.1.help.text
-msgctxt "12040201.xhp#hd_id3148492.1.help.text"
-msgid "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">More</link>"
-msgstr "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">დამატებით</link>"
+#. {#{|
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3153228\n"
+"127\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12040201.xhp#par_id3159400.2.help.text
-msgid "<variable id=\"zusaetzetext\"><ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_SPEC_FILTER:BTN_MORE\">Shows additional filter options.</ahelp></variable>"
-msgstr ""
+#. Q.:B
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3155815\n"
+"128\n"
+"help.text"
+msgid "<item type=\"input\">=IMPRODUCT(\"3+4j\";\"5-3j\")</item> returns 27+11j."
+msgstr ""
+
+#. i;Rd
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"bm_id3147539\n"
+"help.text"
+msgid "<bookmark_value>IMREAL function</bookmark_value>"
+msgstr "<bookmark_value>IMREAL ფუნქცია</bookmark_value>"
-#: 12040201.xhp#hd_id3150791.3.help.text
-msgctxt "12040201.xhp#hd_id3150791.3.help.text"
-msgid "Options"
-msgstr "პარამეტრები"
+#. c;-c
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3147539\n"
+"129\n"
+"help.text"
+msgid "IMREAL"
+msgstr "IMREAL"
-#: 12040201.xhp#hd_id3154138.5.help.text
-msgctxt "12040201.xhp#hd_id3154138.5.help.text"
-msgid "Case sensitive"
-msgstr "რეგისტრისადმი მგძნობიარე"
+#. 5$EU
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3155372\n"
+"130\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_IMREAL\">The result is the real coefficient of a complex number.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_IMREAL\">შედეგი არის კომპლექსური რიცხვის ნამდვილი კოეფიციენტი.</ahelp>"
-#: 12040201.xhp#par_id3147228.6.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_CASE\">Distinguishes between uppercase and lowercase letters when filtering the data.</ahelp>"
-msgstr ""
+#. [LO^
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3154951\n"
+"131\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12040201.xhp#hd_id3154908.7.help.text
-msgid "Range contains column labels"
-msgstr "დიაპაზონი შეიცავს სვეტის ეტიკეტებს"
+#. ?*r`
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3153927\n"
+"132\n"
+"help.text"
+msgid "IMREAL(\"ComplexNumber\")"
+msgstr "IMREAL(კომპლექსური რიცხვი)"
-#: 12040201.xhp#par_id3153768.8.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_HEADER\">Includes the column labels in the first row of a cell range.</ahelp>"
-msgstr ""
+#. }I_#
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3155409\n"
+"134\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12040201.xhp#hd_id3155306.9.help.text
-msgctxt "12040201.xhp#hd_id3155306.9.help.text"
-msgid "Copy results to"
-msgstr "შედეგების ასლი"
+#. xg8A
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3155986\n"
+"135\n"
+"help.text"
+msgid "<item type=\"input\">=IMREAL(\"1+3j\")</item> returns 1."
+msgstr ""
+
+#. NqFi
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"bm_id3148431\n"
+"help.text"
+msgid "<bookmark_value>IMSIN function</bookmark_value>"
+msgstr "<bookmark_value>IMSIN ფუნქცია</bookmark_value>"
-#: 12040201.xhp#par_id3154319.10.help.text
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_SPEC_FILTER:ED_COPY_AREA\">Select the check box, and then select the cell range where you want to display the filter results.</ahelp> You can also select a named range from the list."
-msgstr ""
+#. !gJ;
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3148431\n"
+"136\n"
+"help.text"
+msgid "IMSIN"
+msgstr "IMSIN"
-#: 12040201.xhp#hd_id3145272.11.help.text
-msgid "Regular expression"
-msgstr "რეგულარული გამოსახულება"
+#. rZqN
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3152591\n"
+"137\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_IMSIN\">The result is the sine of a complex number.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_IMSIN\">შედეგი არის კომპლექსური რიცხვის სინუსი.</ahelp>"
-#: 12040201.xhp#par_id3152576.12.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_REGEXP\">Allows you to use wildcards in the filter definition.</ahelp> For a list of the regular expressions that $[officename] supports, click <link href=\"text/shared/01/02100001.xhp\" name=\"here\">here</link>."
-msgstr ""
+#. }pI^
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3149822\n"
+"138\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12040201.xhp#par_id3149377.33.help.text
-msgid "If the <emph>Regular Expressions</emph> check box is selected, you can use regular expressions in the Value field if the Condition list box is set to '=' EQUAL or '<>' UNEQUAL. This also applies to the respective cells that you reference for an advanced filter."
-msgstr ""
+#. .)dY
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3150387\n"
+"139\n"
+"help.text"
+msgid "IMSIN(\"ComplexNumber\")"
+msgstr "IMSIN(კომპლექსური რიცხვი)"
-#: 12040201.xhp#hd_id3149958.34.help.text
-msgid "No duplication"
-msgstr "დუპლიკაციის გარეშე"
+#. !Rac
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3150613\n"
+"141\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12040201.xhp#par_id3153876.35.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_UNIQUE\">Excludes duplicate rows in the list of filtered data.</ahelp>"
-msgstr ""
+#. *v[p
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3154310\n"
+"142\n"
+"help.text"
+msgid "<item type=\"input\">=IMSIN(\"3+4j\")</item> returns 3.85+27.02j (rounded)."
+msgstr ""
+
+#. R4q#
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"bm_id3163826\n"
+"help.text"
+msgid "<bookmark_value>IMSUB function</bookmark_value>"
+msgstr "<bookmark_value>IMSUB ფუნქცია</bookmark_value>"
-#: 12040201.xhp#hd_id3154018.40.help.text
-msgid "Keep filter criteria"
-msgstr "ფილტრის კრიტრიუმის დატოვება"
+#. X07e
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3163826\n"
+"143\n"
+"help.text"
+msgid "IMSUB"
+msgstr "IMSUB"
-#: 12040201.xhp#par_id3149123.41.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_FILTER:BTN_DEST_PERS\">Select the <emph>Copy results to</emph> check box, and then specify the destination range where you want to display the filtered data. If this box is checked, the destination range remains linked to the source range. You must have defined the source range under <emph>Data - Define range</emph> as a database range.</ahelp> Following this, you can reapply the defined filter at any time as follows: click into the source range, then choose <emph>Data - Refresh Range</emph>."
-msgstr ""
+#. `hfp
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149277\n"
+"144\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_IMSUB\">The result is the subtraction of two complex numbers.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_IMSUB\">შედეგი არის ორი კომპლექსური რიცხვის გამოკლება.</ahelp>"
-#: 12040201.xhp#hd_id3149018.36.help.text
-msgid "Data range"
-msgstr "მონაცემების დიაპაზონი"
+#. N0*)
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3149264\n"
+"145\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12040201.xhp#par_id3150042.37.help.text
-msgid "Displays the cell range or the name of the cell range that you want to filter."
-msgstr ""
+#. `\am
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149710\n"
+"146\n"
+"help.text"
+msgid "IMSUB(\"ComplexNumber1\"; \"ComplexNumber2\")"
+msgstr "IMPRODUCT(კომპლექსური რიცხვი;კომპლექსური რიცხვი 1;...)"
-#: 02190000.xhp#tit.help.text
-msgid "Delete Manual Breaks"
-msgstr "ხელით წყვეტების წაშლა"
+#. zyu1
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3155833\n"
+"148\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 02190000.xhp#hd_id3150541.1.help.text
-msgid "<link href=\"text/scalc/01/02190000.xhp\" name=\"Delete Manual Breaks\">Delete Manual Break</link>"
-msgstr "<link href=\"text/scalc/01/02190000.xhp\" name=\"ხელით წყვეტის წაშლაs\">ხელით წყვეტის წაშლა</link>"
+#. ,t[[
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3150963\n"
+"149\n"
+"help.text"
+msgid "<item type=\"input\">=IMSUB(\"13+4j\";\"5+3j\")</item> returns 8+j."
+msgstr ""
+
+#. ^I`7
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"bm_id3156312\n"
+"help.text"
+msgid "<bookmark_value>IMSUM function</bookmark_value>"
+msgstr "<bookmark_value>IMSUM ფუნქცია</bookmark_value>"
-#: 02190000.xhp#par_id3154365.2.help.text
-msgid "<ahelp hid=\".\">Choose the type of manual break that you want to delete.</ahelp>"
-msgstr "<ahelp hid=\".\">ამოირჩიეთ the type of manual break that you want to delete.</ahelp>"
+#. T9j+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3156312\n"
+"150\n"
+"help.text"
+msgid "IMSUM"
+msgstr "IMSUM"
-#: 06990000.xhp#tit.help.text
-msgid "Cell Contents"
-msgstr "უჯრების შიგთავსი"
+#. HQhC
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3153215\n"
+"151\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_IMSUM\">The result is the sum of up to 29 complex numbers.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_IMSUM\">შედეგი არის 29-მდე კომპლექსური რიცხვის ჯამი.</ahelp>"
-#: 06990000.xhp#hd_id3153087.1.help.text
-msgid "<link href=\"text/scalc/01/06990000.xhp\" name=\"Cell Contents\">Cell Contents</link>"
-msgstr "<link href=\"text/scalc/01/06990000.xhp\" name=\"Cell Contents\">უჯრების შიგთავსი</link>"
+#. ?9KF
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3156095\n"
+"152\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 06990000.xhp#par_id3145674.2.help.text
-msgid "Opens a submenu with commands to calculate tables and activate AutoInput."
-msgstr "ხსნის ქვემენიუს ცხრილების გამოსათვლელად და ანტიშეტანის გასააქტიურებლად."
+#. ?mWo
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3152930\n"
+"153\n"
+"help.text"
+msgid "IMSUM(\"ComplexNumber1\"; \"ComplexNumber2\"; ...)"
+msgstr "IMPRODUCT(კომპლექსური რიცხვი;კომპლექსური რიცხვი 1;...)"
-#: 04060000.xhp#tit.help.text
-msgid "Function Wizard"
-msgstr "ფუნქციის ოსტატი"
+#. 4Kh7
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3154640\n"
+"155\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060000.xhp#bm_id3147426.help.text
-msgid "<bookmark_value>inserting functions; Function Wizard</bookmark_value><bookmark_value>functions;Function Wizard</bookmark_value><bookmark_value>wizards; functions</bookmark_value>"
-msgstr "<bookmark_value>ფუნქციის ჩასმა; ფუნქციის ოსტატი</bookmark_value><bookmark_value>ფუნქციები;ფუნქციის ოსტატი</bookmark_value><bookmark_value>ოსტატები;ფუნქციები</bookmark_value>"
+#. 2!.}
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3147081\n"
+"156\n"
+"help.text"
+msgid "<item type=\"input\">=IMSUM(\"13+4j\";\"5+3j\")</item> returns 18+7j."
+msgstr ""
+
+#. R_!G
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"bm_id3147570\n"
+"help.text"
+msgid "<bookmark_value>IMSQRT function</bookmark_value>"
+msgstr "<bookmark_value>IMSQRT ფუნქცია</bookmark_value>"
-#: 04060000.xhp#hd_id3147426.1.help.text
-msgid "<link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilot: Functions\">Function Wizard</link>"
-msgstr "<link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilot: Functions\">ფუნქციის ოსტატი</link>"
+#. ngD_
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3147570\n"
+"167\n"
+"help.text"
+msgid "IMSQRT"
+msgstr "IMSQRT"
-#: 04060000.xhp#par_id3145271.2.help.text
-msgid "<variable id=\"funktionsautopilottext\"><ahelp hid=\".uno:FunctionDialog\">Opens the <emph>Function Wizard</emph>, which helps you to interactively create formulas.</ahelp></variable> Before you start the Wizard, select a cell or a range of cells from the current sheet, in order to determine the position at which the formula will be inserted."
-msgstr "<variable id=\"funktionsautopilottext\"><ahelp hid=\".uno:FunctionDialog\">ხსნის <emph>ფუნქციის ოსტატს</emph>, რომელიც დაგეხმარებათ ფორმულის ინტერაქტიულად შექმნაში.</ahelp></variable> ოსტატის გაშვებამდე, აირჩიეთ უჯრა ან უჯრათა დიაპაზონი მიმდინარე ფურცლიდან, რათა განსაზღვროთ ფორმულის ჩასმის მდებარეობა."
+#. c=_#
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3156131\n"
+"168\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_IMSQRT\">The result is the square root of a complex number.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_IMSQRT\">შედეგი არის კომპლექსური რიცხვის კვადრატული ფესვი.</ahelp>"
-#: 04060000.xhp#par_id8007446.help.text
-msgid "You can download the complete ODFF (OpenDocument Format Formula) specification from the <link href=\"http://www.oasis-open.org/committees/documents.php?wg_abbrev=office-formula\">OASIS</link> web site."
-msgstr ""
+#. (fze
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3145202\n"
+"169\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060000.xhp#par_id3159153.60.help.text
-msgid "The <emph>Function Wizard</emph> has two tabs: <emph>Functions</emph> is used to create formulas, and <emph>Structure</emph> is used to check the formula build."
-msgstr "<emph>ფუნქციის ოსტატს</emph> აქვს ორი ჩანართი: <emph>ფუნქციები</emph> გამოიყენება ფორმულის შესაქმნელად, და <emph>სტრუქტურა</emph> გამოიყენება ფორმულის ასაგებად."
+#. 8mXE
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3150760\n"
+"170\n"
+"help.text"
+msgid "IMSQRT(\"ComplexNumber\")"
+msgstr "IMSQRT(კომპლექსური რიცხვი)"
-#: 04060000.xhp#hd_id3154490.3.help.text
-msgid "Functions Tab"
-msgstr "ფუნქციის ჩანართი"
+#. kmH4
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3147268\n"
+"172\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060000.xhp#par_id3149378.5.help.text
-msgctxt "04060000.xhp#par_id3149378.5.help.text"
-msgid "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Categories and Functions\">List of Categories and Functions</link>"
-msgstr "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Categories and Functions\">ფუნქციების და კატეგორიების სია</link>"
+#. 3/W#
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3152807\n"
+"173\n"
+"help.text"
+msgid "<item type=\"input\">=IMSQRT(\"3+4i\")</item> returns 2+1i."
+msgstr ""
+
+#. .[-x
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"bm_id3154054\n"
+"help.text"
+msgid "<bookmark_value>COMPLEX function</bookmark_value>"
+msgstr "<bookmark_value>COMPLEX ფუნქცია</bookmark_value>"
-#: 04060000.xhp#hd_id3154730.36.help.text
-msgid "Category"
-msgstr "კატეგორია"
+#. u*FR
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3154054\n"
+"157\n"
+"help.text"
+msgid "COMPLEX"
+msgstr "COMPLEX"
-#: 04060000.xhp#par_id3153417.37.help.text
-msgid "<variable id=\"kategorienliste\"><ahelp hid=\"SC:LISTBOX:RID_SCTAB_FUNCTION:LB_CATEGORY\">Lists all the categories to which the different functions are assigned. Select a category to view the appropriate functions in the list field below.</ahelp> Select \"All\" to view all functions in alphabetical order, irrespective of category. \"Last Used\" lists the functions you have most recently used. </variable>"
-msgstr "<variable id=\"kategorienliste\"><ahelp hid=\"SC:LISTBOX:RID_SCTAB_FUNCTION:LB_CATEGORY\">კატეგორიების სია, სადაც სხვადასხვა ფუნქციებია მოთავსებული. ქვემოთ სიაში აირჩიეთ კატეგორია შესაბამისი ფუნქციების სანახავად.</ahelp> აირჩიეთ \"ყველა\" ყველა ფუნქციის ანბანის მიხედვით სანახავად, კატეგორიებისგან დამოუკიდებლად. \"უკანასკნელად გამოყენებულთა\" სიაში არის უკანასკნელად გამოყენებული ფუნქციები.</variable>"
+#. !I7]
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3156111\n"
+"158\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_COMPLEX\">The result is a complex number which is returned from a real coefficient and an imaginary coefficient.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_COMPLEX\">შედეგი არის კომპლექსური რიცხვი, რომელსაც აბრუნებს ნამდვილი და წარმოსახვითი კოეფიციენტი.</ahelp>"
-#: 04060000.xhp#hd_id3150749.6.help.text
-msgctxt "04060000.xhp#hd_id3150749.6.help.text"
-msgid "Function"
-msgstr "ფუნქციები"
+#. d+C2
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3154744\n"
+"159\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060000.xhp#par_id3155445.7.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCTAB_FUNCTION:LB_FUNCTION\">Displays the functions found under the selected category. Double-click to select a function.</ahelp> A single-click displays a short function description."
-msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCTAB_FUNCTION:LB_FUNCTION\">ასახავს შესაბამის კატეგორიაში არსებულ ფუნქციებს. ფუნქციის ასარჩევად ორმაგი წკაპი.</ahelp> ცალი წკაპი ასახავს ფუნქციის მოკლე აღწერას."
+#. ?n\o
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3155999\n"
+"160\n"
+"help.text"
+msgid "COMPLEX(RealNum; INum; Suffix)"
+msgstr "COMPLEX(ნამდვილი რიცხვი;I რიცხვი;სუფიქსი)"
-#: 04060000.xhp#hd_id3159264.8.help.text
-msgid "Array"
-msgstr "მასივი"
+#. g0N%
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3153626\n"
+"161\n"
+"help.text"
+msgid "<emph>RealNum</emph> is the real coefficient of the complex number."
+msgstr ""
+
+#. DB^W
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149135\n"
+"162\n"
+"help.text"
+msgid "<emph>INum</emph> is the imaginary coefficient of the complex number."
+msgstr ""
+
+#. nXY5
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3155849\n"
+"163\n"
+"help.text"
+msgid "<emph>Suffix</emph> is a list of options, \"i\" or \"j\"."
+msgstr ""
+
+#. IF5N
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3145659\n"
+"164\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060000.xhp#par_id3149566.9.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_FORMULA:BTN_MATRIX\">Specifies that the selected function is inserted into the selected cell range as an array formula. </ahelp> Array formulas operate on multiple cells. Each cell in the array contains the formula, not as a copy but as a common formula shared by all matrix cells."
-msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_FORMULA:BTN_MATRIX\">საზღვრავს რომ არჩეული ფუნქცია ჩაისმევა მონიშნულ უჯრათა დიაპაზონში როგორც მასივის ფორმულა. </ahelp> მასივის ფორმულები ეხება რამდენიმე უჯრას. ყოველი უჯრა მასივში შეიცავს ფორმულას, არა როგორც ასლს, არამედ როგორც სერთო ფორმულას როელიც მატრიცის უჯრებზეა გადანაწილებული."
+#. VAJv
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3143229\n"
+"165\n"
+"help.text"
+msgid "<item type=\"input\">=COMPLEX(3;4;\"j\")</item> returns 3+4j."
+msgstr ""
+
+#. !Qa8
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"bm_id3155103\n"
+"help.text"
+msgid "<bookmark_value>OCT2BIN function</bookmark_value> <bookmark_value>converting;octal numbers, into binary numbers</bookmark_value>"
+msgstr "<bookmark_value>OCT2BIN ფუნქცია</bookmark_value><bookmark_value>გარდაქმნა;რვაობითი რიცხვები; ორობით რიცხვებად</bookmark_value>"
-#: 04060000.xhp#par_id3155959.61.help.text
-msgid "The <emph>Array</emph> option is identical to the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter command, which is used to enter and confirm formulas in the sheet. The formula is inserted as a matrix formula indicated by two braces { }."
-msgstr "<emph>მასივის</emph> პარამეტრი <switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter ბრძანების იდენტურია, რომელიც გამოიყენება ფურცელზე ფორმულის შესაყვანად და დასადასტურებლად. მატრიცული ფორმულა აღინიშნება ფიგურული ფრჩხილებით { }."
+#. 5Co{
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3155103\n"
+"217\n"
+"help.text"
+msgid "OCT2BIN"
+msgstr "OCT2BIN"
-#: 04060000.xhp#par_id3152993.40.help.text
-msgid "The maximum size of an array range is 128 by 128 cells."
-msgstr "მასივის დიაპაზონის მაქსიმალური ზომაა 128 128 -ზე."
+#. /koO
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3146898\n"
+"218\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_OCT2BIN\">The result is the binary number for the octal number entered.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_OCT2BIN\">შედეგი არის შეყვანილი რვაობითი რიცხვის ორობითი რიცხვი.</ahelp>"
-#: 04060000.xhp#hd_id3150367.41.help.text
-msgid "Argument Input Fields"
-msgstr "არგუმენტების ჩასმის ველები"
+#. #PEK
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3146088\n"
+"219\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060000.xhp#par_id3145587.15.help.text
-msgid "When you double-click a function, the argument input field(s) appear on the right side of the dialog. To select a cell reference as an argument, click directly into the cell, or drag across the required range on the sheet while holding down the mouse button. You can also enter numerical and other values or references directly into the corresponding fields in the dialog. When using <link href=\"text/scalc/01/04060102.xhp\" name=\"date entries\">date entries</link>, make sure you use the correct format. Click OK to insert the result into the spreadsheet."
-msgstr "როდესაც ფუნქციაზე ორჯერ აწკაპებთ, დიალოგის მარჯვენა მხარეს გამოჩნდება არგუმენტების შეყვანის ველ(ებ)ი. უჯრის არგუმენტად ასარჩევად, დააწკაპეთ პირდაპირ უჯრაზე ან გადმოათრიეთ სასურველი დიაპაზონი ფურცლიდან თაგვის ღილაკის დაჭერისას. ასევე შეგიძლიათ დიალოგის ველში შეიყვანოთ ციფრული ან სხვა მნიშვნელობა, ან უჯრის მითითება. <link href=\"text/scalc/01/04060102.xhp\" name=\"date entries\">თარიღის ჩანაწერების</link> გამოყენებისას შეამოწმეთ რომ ფორმატი სწორად გაქვთ არჩეული. შედეგის ელცხრილში ჩასასმელად დააწკაპეთ ოკ."
+#. W6Ik
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3154303\n"
+"220\n"
+"help.text"
+msgid "OCT2BIN(Number; Places)"
+msgstr "OCT2BIN(რიცხვი;ადგილები)"
-#: 04060000.xhp#hd_id3149408.18.help.text
-msgid "Function Result"
-msgstr "ფუნქციის შედეგი"
+#. s#LX
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3156013\n"
+"221\n"
+"help.text"
+msgid "<emph>Number</emph> is the octal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement."
+msgstr "რიცხვი: რვაობითი რიცხვი. რიცხვს შეიძლება მაქიმუმ 10 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
-#: 04060000.xhp#par_id3155809.19.help.text
-msgid "As soon you enter arguments in the function, the result is calculated. This preview informs you if the calculation can be carried out with the arguments given. If the arguments result in an error, the corresponding <link href=\"text/scalc/05/02140000.xhp\" name=\"error code\">error code</link> is displayed."
-msgstr "როდესაც შეიყვანთ ფუნქციაში არგუმენტებს, შედეგი გამოითვლება. ეს წინასწარი ხედი გაცნობებთ შესაძლოა თუ არა შედეგები მოცემული არგუმენტებით იყოს მოცემული. თუ კი არგუმენტები იძლევიან შეცდომას, მაშინ შესაბამისი <link href=\"text/scalc/05/02140000.xhp\" name=\"error code\">შეცდომის კოდი</link> აისახება."
+#. -!YD
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3153984\n"
+"222\n"
+"help.text"
+msgid "<emph>Places</emph> is the number of places to be output."
+msgstr "ადგილები: გამოსატანი ადგილების ნომრები."
-#: 04060000.xhp#par_id3148700.23.help.text
-msgid "The required arguments are indicated by names in bold print."
-msgstr ""
+#. rH{w
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3147493\n"
+"223\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060000.xhp#hd_id3153064.22.help.text
-msgid "f(x) (depending on the selected function)"
-msgstr "f(x) (დამოკიდებულია არჩეულ ფუნქციაზე)"
+#. Ta.K
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3147260\n"
+"224\n"
+"help.text"
+msgid "<item type=\"input\">=OCT2BIN(3;3)</item> returns 011."
+msgstr ""
+
+#. J|^^
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"bm_id3152791\n"
+"help.text"
+msgid "<bookmark_value>OCT2DEC function</bookmark_value> <bookmark_value>converting;octal numbers, into decimal numbers</bookmark_value>"
+msgstr "<bookmark_value>OCT2DEC ფუნქცია</bookmark_value><bookmark_value>გარდაქმნა;რვაობითი რიცხვები; ათობით რიცხვებად</bookmark_value>"
-#: 04060000.xhp#par_id3157980.24.help.text
-msgid "<ahelp hid=\"HID_SC_FAP_BTN_FX4\">Allows you to access a subordinate level of the <emph>Function Wizard</emph> in order to nest another function within the function, instead of a value or reference.</ahelp>"
-msgstr "<ahelp hid=\"HID_SC_FAP_BTN_FX4\">საშუალებას გაძლევთ წვდეთ <emph>ფუნქციის ოსტატის</emph> ქვედა დონეს, რათა არსებულ ფუნქციაში სხვა ფუნქცია, მნიშვნელობა ან მითითება ჩასვათ.</ahelp>"
+#. ;p+9
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3152791\n"
+"225\n"
+"help.text"
+msgid "OCT2DEC"
+msgstr "OCT2DEC"
-#: 04060000.xhp#hd_id3145076.25.help.text
-msgid "Argument/Parameter/Cell Reference (depending on the selected function)"
-msgstr "არგუმენტი/პარამეტრი/უჯრის მითითება (დამოკიდებულია არჩეულ ფუნქციაზე)"
+#. Q9,F
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149199\n"
+"226\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_OCT2DEZ\">The result is the decimal number for the octal number entered.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_OCT2DEZ\">შედეგი არის შეყვანილი რვაობითი რიცხვის ათობითი რიცხვი.</ahelp>"
-#: 04060000.xhp#par_id3159097.26.help.text
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_FORMULA:ED_REF\">The number of visible text fields depends on the function. Enter arguments either directly into the argument fields or by clicking a cell in the table.</ahelp>"
-msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_FORMULA:ED_REF\">ხილული ტექსტური ველების რიცხვი დამოკიდებულია ფუნქციაზე. არგუმენტები შეიყვანეთ პირდაპირ არგუმნტების ველში ან დააწკაპეთ უჯრას ცხრილში.</ahelp>"
+#. `vLO
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3159337\n"
+"227\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060000.xhp#hd_id3154957.51.help.text
-msgctxt "04060000.xhp#hd_id3154957.51.help.text"
-msgid "Result"
-msgstr "შედეგი"
+#. paw.
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3153902\n"
+"228\n"
+"help.text"
+msgid "OCT2DEC(Number)"
+msgstr "OCT2DEC(რიცხვი)"
-#: 04060000.xhp#par_id3150211.52.help.text
-msgid "Displays the calculation result or an error message."
-msgstr "ასახავს კალკულაციის შედეგს ან შეცდომის შეტყობინებას."
+#. 3y[a
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3155326\n"
+"229\n"
+"help.text"
+msgid "<emph>Number</emph> is the octal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement."
+msgstr "რიცხვი: რვაობითი რიცხვი. რიცხვს შეიძლება მაქიმუმ 10 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
-#: 04060000.xhp#hd_id3151304.43.help.text
-msgid "Formula"
-msgstr "ფორმულა"
+#. uR3[
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3154698\n"
+"230\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060000.xhp#par_id3149898.44.help.text
-msgid "<ahelp hid=\"HID_SC_FAP_FORMULA\">Displays the created formula. Type your entries directly, or create the formula using the wizard.</ahelp>"
-msgstr "<ahelp hid=\"HID_SC_FAP_FORMULA\">ასახავს შექმნილ ფორმულას. პირდაპირ ჩაწერეთ მონაცემები ოსტატის მეშვეობით ფორმულის შესაქმნელად.</ahelp>"
+#. aT6~
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3154930\n"
+"231\n"
+"help.text"
+msgid "<item type=\"input\">=OCT2DEC(144)</item> returns 100."
+msgstr ""
+
+#. v02G
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"bm_id3155391\n"
+"help.text"
+msgid "<bookmark_value>OCT2HEX function</bookmark_value> <bookmark_value>converting;octal numbers, into hexadecimal numbers</bookmark_value>"
+msgstr "<bookmark_value>OCT2HEX ფუნქცია</bookmark_value><bookmark_value>გარდაქმნა;რვაობითი რიცხვები; თექვსმეტობით რიცხვებად</bookmark_value>"
-#: 04060000.xhp#hd_id3153249.45.help.text
-msgid "Back"
-msgstr "უკან"
+#. WHV+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3155391\n"
+"232\n"
+"help.text"
+msgid "OCT2HEX"
+msgstr "OCT2HEX"
-#: 04060000.xhp#par_id3152869.53.help.text
-msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_FORMULA:BTN_BACKWARD\">Moves the focus back through the formula components, marking them as it does so.</ahelp>"
-msgstr "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_FORMULA:BTN_BACKWARD\">გადააქვს ფოკუსი უკან ფორმულის კომპონენტებზე, </ahelp>"
+#. ^Vsb
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3148831\n"
+"233\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_OCT2HEX\"> The result is the hexadecimal number for the octal number entered.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_OCT2HEX\"> შედეგი არის შეყვანილი რვაობითი რიცხვის თექვსმეტობითი რიცხვი.</ahelp>"
-#: 04060000.xhp#par_id3146966.56.help.text
-msgid "To select a single function from a complex formula consisting of several functions, double-click the function in the formula window."
-msgstr "კომპლექსური ფორმულიდა, რომელიც რამდენიმე ფუნქციისგან შედგება ცალი ფუნქციის ასარჩევად ორჯერ დააწკაპეთ ფუნქციას ფორმულის ფანჯარაში."
+#. _q=f
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3146988\n"
+"234\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060000.xhp#hd_id3155762.54.help.text
-msgid "Next"
-msgstr "შემდეგი"
+#. W!k\
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3150523\n"
+"235\n"
+"help.text"
+msgid "OCT2HEX(Number; Places)"
+msgstr "OCT2HEX(რიცხვი;ადგილები)"
-#: 04060000.xhp#par_id3149316.55.help.text
-msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_FORMULA:BTN_FORWARD\">Moves forward through the formula components in the formula window.</ahelp> This button can also be used to assign functions to the formula. If you select a function and click the <emph>Next </emph>button, the selection appears in the formula window."
-msgstr "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_FORMULA:BTN_FORWARD\">გადადის წინ, ფორმულის კომპონენტებით შემდეგ ფანჯარაში.</ahelp> ამ ღულაკის გამოყენება შესაძლოა ფორმულისთვის ახალი ფუნქციების მისანიწებლად. თუ აირჩევთ ფუნქციას და დააწკაპებთ <emph>Next </emph>ღილაკს, მონიშვნა გამოჩნდება ფორმულის ფანჯარაში."
+#. D=iE
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3159162\n"
+"236\n"
+"help.text"
+msgid "<emph>Number</emph> is the octal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement."
+msgstr "რიცხვი: რვაობითი რიცხვი. რიცხვს შეიძლება მაქიმუმ 10 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
-#: 04060000.xhp#par_id3159262.57.help.text
-msgid "Double-click a function in the selection window to transfer it to the formula window."
-msgstr "მონიშვნის ფანჯარაში ფუნქციას ორჯერ დააწკაპეთ, მის ფორმულის ფანჯარაში გადასატანად."
+#. CU%x
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3145420\n"
+"237\n"
+"help.text"
+msgid "<emph>Places</emph> is the number of places to be output."
+msgstr "ადგილები: გამოსატანი ადგილების ნომრები."
-#: 04060000.xhp#hd_id3148745.58.help.text
-msgid "Cancel"
-msgstr "გაუქმება"
+#. -\AS
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3150504\n"
+"238\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060000.xhp#par_id3147402.59.help.text
-msgid "Closes the dialog without implementing the formula."
-msgstr "ხურავს დიალოგს ფორმულის ჩასმის გარეშე."
+#. :??o
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3148802\n"
+"239\n"
+"help.text"
+msgid "<item type=\"input\">=OCT2HEX(144;4)</item> returns 0064."
+msgstr ""
+
+#. Oxe5
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"bm_id3148446\n"
+"help.text"
+msgid "<bookmark_value>CONVERT_ADD function</bookmark_value>"
+msgstr "<bookmark_value> CONVERT ADD ფუნქცია</bookmark_value>"
-#: 04060000.xhp#hd_id3150534.32.help.text
-msgid "OK"
-msgstr "OK"
+#. bF`i
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3148446\n"
+"175\n"
+"help.text"
+msgid "CONVERT_ADD"
+msgstr "CONVERT_ADD"
-#: 04060000.xhp#par_id3153029.33.help.text
-msgid "Ends the <emph>Function Wizard</emph>, and transfers the formula to the selected cells."
-msgstr "ასრეულებს <emph>ფუნქციის ოსტატს</emph> და გადააქვს ფორმულა არჩეულ უჯრაში ან უჯრებში."
+#. 8lar
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3154902\n"
+"176\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_CONVERT\">Converts a value from one unit of measure to the corresponding value in another unit of measure.</ahelp> Enter the units of measures directly as text in quotation marks or as a reference. If you enter the units of measure in cells, they must correspond exactly with the following list which is case sensitive: For example, in order to enter a lower case l (for liter) in a cell, enter the apostrophe ' immediately followed by l."
+msgstr ""
-#: 04060000.xhp#par_id3156400.34.help.text
-msgctxt "04060000.xhp#par_id3156400.34.help.text"
-msgid "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Categories and Functions\">List of Categories and Functions</link>"
-msgstr "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Categories and Functions\">კატეგორიების და ფუნქციების სია</link>"
+#. /CZy
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3153055\n"
+"177\n"
+"help.text"
+msgid "Property"
+msgstr "მდგომარეობა"
-#: 04060000.xhp#hd_id3147610.47.help.text
-msgid "Structure tab"
-msgstr "სტრუქტურის ჩანართი"
+#. !IU[
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3147234\n"
+"178\n"
+"help.text"
+msgid "Units"
+msgstr "ერთეულები"
-#: 04060000.xhp#par_id3153122.48.help.text
-msgid "On this page, you can view the structure of the function."
-msgstr "ამ გვერდზე შეგიძლიათ ფუნქციის სტრუქტურის ხილვა."
+#. OMR(
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3147512\n"
+"179\n"
+"help.text"
+msgid "Weight"
+msgstr "წონა"
-#: 04060000.xhp#par_id3149350.4.help.text
-msgid "If you start the <emph>Function Wizard</emph> while the cell cursor is positioned in a cell that already contains a function, the <emph>Structure</emph> tab is opened and shows the composition of the current formula."
-msgstr "თუ გაუშვებთ <emph>ფუნქციის ოსტატს</emph> როდესაც უჯრის კურსორი მდებარეობს უჯრაზე, სადაც უკვე არის ფუნქცია, <emph>სტრუქტურის</emph> ჩანართი გაიხსნება და მიმდინარე ფორმულას ასახავს."
+#. |03L
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3148476\n"
+"180\n"
+"help.text"
+msgid "<emph>g</emph>, sg, lbm, <emph>u</emph>, ozm, stone, ton, grain, pweight, hweight, shweight, brton"
+msgstr ""
-#: 04060000.xhp#hd_id3149014.49.help.text
-msgid "Structure"
-msgstr "სტრუქტურა"
+#. h6.j
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3155361\n"
+"181\n"
+"help.text"
+msgid "Length"
+msgstr "სიგრძე"
-#: 04060000.xhp#par_id3150481.50.help.text
-msgid "<ahelp hid=\"HID_SC_FAP_STRUCT\">Displays a hierarchical representation of the current function.</ahelp> You can hide or show the arguments by a click on the plus or minus sign in front."
-msgstr "<ahelp hid=\"HID_SC_FAP_STRUCT\">ასახავს მიმდნარე ფუნქციის იერარქიულ წყობას.</ahelp> შეგიძლიათ დამალოთ ან გამოაჩინოთ არგუმენტები პლუსის ან მინუსის ნიშანზე დაწკაპებით."
+#. ))Ac
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3148925\n"
+"182\n"
+"help.text"
+msgid "<emph>m</emph>, mi, Nmi, in, ft, yd, ang, Pica, ell, <emph>parsec</emph>, <emph>lightyear</emph>, survey_mi"
+msgstr ""
-#: 04060000.xhp#par_id3148886.63.help.text
-msgid "Blue dots denote correctly entered arguments. Red dots indicate incorrect data types. For example: if the SUM function has one argument entered as text, this is highlighted in red as SUM only permits number entries."
-msgstr "ლურჯი წერტილები სწორად შეყვანილ არგუმენტებს აღნიშნავს. წითელი წერტილები კი მონაცემთა არასწორ ტიპს აღნიშნავს. მაგალითად: თუ SUM ფუნქციას აქვს ერთი არგუმენტი თანაც ტექსტური, მაშინ იგი აღინიშნება წითლად, ვინაიდან SUM მხოლოდ ციფრულ არგუმენტებს იღებს."
+#. o@Ae
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3158429\n"
+"183\n"
+"help.text"
+msgid "Time"
+msgstr "დრო"
-#: 04060118.xhp#tit.help.text
-msgctxt "04060118.xhp#tit.help.text"
-msgid "Financial Functions Part Three"
-msgstr "ფინანსური ფუნქციები ნაწილი 3"
+#. rxtc
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3150707\n"
+"184\n"
+"help.text"
+msgid "yr, day, hr, mn, <emph>sec</emph>, <emph>s</emph>"
+msgstr ""
-#: 04060118.xhp#hd_id3146780.1.help.text
-msgctxt "04060118.xhp#hd_id3146780.1.help.text"
-msgid "Financial Functions Part Three"
-msgstr "ფუნანსური ფუნქციები ნაწილი 3"
+#. ,2\Z
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3153238\n"
+"185\n"
+"help.text"
+msgid "Pressure"
+msgstr "წნევა"
-#: 04060118.xhp#bm_id3145112.help.text
-msgid "<bookmark_value>ODDFPRICE function</bookmark_value><bookmark_value>prices;securities with irregular first interest date</bookmark_value>"
+#. Y)9h
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3166437\n"
+"186\n"
+"help.text"
+msgid "<emph>Pa</emph>, <emph>atm</emph>, <emph>at</emph>, <emph>mmHg</emph>, Torr, psi"
msgstr ""
-#: 04060118.xhp#hd_id3145112.71.help.text
-msgid "ODDFPRICE"
-msgstr "ODDFPRICE"
+#. jpbH
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3152944\n"
+"187\n"
+"help.text"
+msgid "Force"
+msgstr "ძალა"
-#: 04060118.xhp#par_id3147250.72.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_ODDFPRICE\">Calculates the price per 100 currency units par value of a security, if the first interest date falls irregularly.</ahelp>"
+#. OS=Z
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3155582\n"
+"188\n"
+"help.text"
+msgid "<emph>N</emph>, <emph>dyn</emph>, <emph>dy</emph>, lbf, <emph>pond</emph>"
msgstr ""
-#: 04060118.xhp#hd_id3153074.73.help.text
-msgctxt "04060118.xhp#hd_id3153074.73.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060118.xhp#par_id3146098.74.help.text
-msgid "ODDFPRICE(Settlement; Maturity; Issue; FirstCoupon; Rate; Yield; Redemption; Frequency; Basis)"
-msgstr "ODDFYIELD პირველი სიხშირე სიხშირე ფუძე"
+#. SFT/
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3153686\n"
+"189\n"
+"help.text"
+msgid "Energy"
+msgstr "ენერგია"
-#: 04060118.xhp#par_id3153337.75.help.text
-msgctxt "04060118.xhp#par_id3153337.75.help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
+#. ;?$9
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3153386\n"
+"190\n"
+"help.text"
+msgid "<emph>J</emph>, <emph>e</emph>, <emph>c</emph>, <emph>cal</emph>, <emph>eV</emph>, <emph>ev</emph>, HPh, <emph>Wh</emph>, <emph>wh</emph>, flb, BTU, btu"
msgstr ""
-#: 04060118.xhp#par_id3149051.76.help.text
-msgctxt "04060118.xhp#par_id3149051.76.help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr "ტექსტი თარიღი ჩართულია."
+#. g^s4
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3154100\n"
+"191\n"
+"help.text"
+msgid "Power"
+msgstr "ძალა"
-#: 04060118.xhp#par_id3147297.77.help.text
-msgctxt "04060118.xhp#par_id3147297.77.help.text"
-msgid "<emph>Issue</emph> is the date of issue of the security."
+#. ls/T
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149915\n"
+"192\n"
+"help.text"
+msgid "<emph>W</emph>, <emph>w</emph>, HP, PS"
msgstr ""
-#: 04060118.xhp#par_id3150393.78.help.text
-msgid "<emph>FirstCoupon</emph> is the first interest date of the security."
-msgstr ""
+#. B}10
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3148988\n"
+"193\n"
+"help.text"
+msgid "Field strength"
+msgstr "ველის ძალა"
-#: 04060118.xhp#par_id3147402.79.help.text
-msgctxt "04060118.xhp#par_id3147402.79.help.text"
-msgid "<emph>Rate</emph> is the annual rate of interest."
+#. ;trl
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3148616\n"
+"194\n"
+"help.text"
+msgid "<emph>T</emph>, <emph>ga</emph>"
msgstr ""
-#: 04060118.xhp#par_id3151387.80.help.text
-msgctxt "04060118.xhp#par_id3151387.80.help.text"
-msgid "<emph>Yield</emph> is the annual yield of the security."
-msgstr ""
+#. iA}M
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3151120\n"
+"195\n"
+"help.text"
+msgid "Temperature"
+msgstr "ტემპერატურა"
-#: 04060118.xhp#par_id3153023.81.help.text
-msgctxt "04060118.xhp#par_id3153023.81.help.text"
-msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+#. }}.-
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3148659\n"
+"196\n"
+"help.text"
+msgid "C, F, <emph>K</emph>, <emph>kel</emph>, Reau, Rank"
msgstr ""
-#: 04060118.xhp#par_id3150539.82.help.text
-msgctxt "04060118.xhp#par_id3150539.82.help.text"
-msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+#. CwZZ
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3154610\n"
+"197\n"
+"help.text"
+msgid "Volume"
+msgstr "ხმა"
+
+#. ai=Z
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149423\n"
+"198\n"
+"help.text"
+msgid "<emph>l</emph>, <emph>L</emph>, <emph>lt</emph>, tsp, tbs, oz, cup, pt, us_pt, qt, gal, <emph>m3</emph>, mi3, Nmi3, in3, ft3, yd3, ang3, Pica3, barrel, bushel, regton, Schooner, Middy, Glass"
msgstr ""
-#: 04060118.xhp#bm_id3157871.help.text
-msgid "<bookmark_value>ODDFYIELD function</bookmark_value>"
-msgstr "<bookmark_value>ODDFYIELD ფუნქცია</bookmark_value>"
+#. V%6T
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149244\n"
+"199\n"
+"help.text"
+msgid "Area"
+msgstr "არე"
-#: 04060118.xhp#hd_id3157871.87.help.text
-msgid "ODDFYIELD"
-msgstr "ODDFYIELD"
+#. Ou^e
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3150425\n"
+"200\n"
+"help.text"
+msgid "<emph>m2</emph>, mi2, Nmi2, in2, ft2, yd2, <emph>ang2</emph>, Pica2, Morgen, <emph>ar</emph>, acre, ha"
+msgstr ""
-#: 04060118.xhp#par_id3147414.88.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_ODDFYIELD\">Calculates the yield of a security if the first interest date falls irregularly.</ahelp>"
+#. fa9a
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3150629\n"
+"201\n"
+"help.text"
+msgid "Speed"
+msgstr "სიჩქარე"
+
+#. 1,g6
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3159246\n"
+"202\n"
+"help.text"
+msgid "<emph>m/s</emph>, <emph>m/sec</emph>, m/h, mph, kn, admkn"
msgstr ""
-#: 04060118.xhp#hd_id3150651.89.help.text
-msgctxt "04060118.xhp#hd_id3150651.89.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. T4!i
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3150789\n"
+"201\n"
+"help.text"
+msgid "Information"
+msgstr ""
-#: 04060118.xhp#par_id3152982.90.help.text
-msgid "ODDFYIELD(Settlement; Maturity; Issue; FirstCoupon; Rate; Price; Redemption; Frequency; Basis)"
-msgstr "ODDFYIELD პირველი სიხშირე სიხშირე ფუძე"
+#. +3_[
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3159899\n"
+"202\n"
+"help.text"
+msgid "<emph>bit</emph>, <emph>byte</emph>"
+msgstr ""
-#: 04060118.xhp#par_id3157906.91.help.text
-msgctxt "04060118.xhp#par_id3157906.91.help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
+#. WM,+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3143277\n"
+"203\n"
+"help.text"
+msgid "Units of measure in <emph>bold</emph> can be preceded by a prefix character from the following list:"
msgstr ""
-#: 04060118.xhp#par_id3150026.92.help.text
-msgctxt "04060118.xhp#par_id3150026.92.help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr "ტექსტი თარიღი ჩართულია."
+#. /4GN
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3148422\n"
+"204\n"
+"help.text"
+msgid "Prefix"
+msgstr ""
-#: 04060118.xhp#par_id3149012.93.help.text
-msgctxt "04060118.xhp#par_id3149012.93.help.text"
-msgid "<emph>Issue</emph> is the date of issue of the security."
+#. 2Kh,
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3148423\n"
+"help.text"
+msgid "Multiplier"
msgstr ""
-#: 04060118.xhp#par_id3148725.94.help.text
-msgid "<emph>FirstCoupon</emph> is the first interest period of the security."
+#. Zh6D
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149490\n"
+"help.text"
+msgid "Y (yotta)"
msgstr ""
-#: 04060118.xhp#par_id3150465.95.help.text
-msgctxt "04060118.xhp#par_id3150465.95.help.text"
-msgid "<emph>Rate</emph> is the annual rate of interest."
+#. _M\3
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149931\n"
+"help.text"
+msgid "10^24"
msgstr ""
-#: 04060118.xhp#par_id3146940.96.help.text
-msgctxt "04060118.xhp#par_id3146940.96.help.text"
-msgid "<emph>Price</emph> is the price of the security."
+#. 5fPf
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149491\n"
+"help.text"
+msgid "Z (zetta)"
msgstr ""
-#: 04060118.xhp#par_id3149893.97.help.text
-msgctxt "04060118.xhp#par_id3149893.97.help.text"
-msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+#. c2S|
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149932\n"
+"help.text"
+msgid "10^21"
msgstr ""
-#: 04060118.xhp#par_id3148888.98.help.text
-msgctxt "04060118.xhp#par_id3148888.98.help.text"
-msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+#. KFj(
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149492\n"
+"help.text"
+msgid "E (exa)"
msgstr ""
-#: 04060118.xhp#bm_id3153933.help.text
-msgid "<bookmark_value>ODDLPRICE function</bookmark_value>"
-msgstr "<bookmark_value>ODDLPRICE ფუნქცია</bookmark_value>"
+#. +C$w
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149933\n"
+"help.text"
+msgid "10^18"
+msgstr ""
-#: 04060118.xhp#hd_id3153933.103.help.text
-msgid "ODDLPRICE"
-msgstr "ODDLPRICE"
+#. ?w[`
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149493\n"
+"help.text"
+msgid "P (peta)"
+msgstr ""
-#: 04060118.xhp#par_id3145145.104.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_ODDLPRICE\">Calculates the price per 100 currency units par value of a security, if the last interest date falls irregularly.</ahelp>"
+#. ufpO
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149934\n"
+"help.text"
+msgid "10^15"
msgstr ""
-#: 04060118.xhp#hd_id3152784.105.help.text
-msgctxt "04060118.xhp#hd_id3152784.105.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. ,2kG
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149494\n"
+"help.text"
+msgid "T (tera)"
+msgstr ""
-#: 04060118.xhp#par_id3155262.106.help.text
-msgid "ODDLPRICE(Settlement; Maturity; LastInterest; Rate; Yield; Redemption; Frequency; Basis)"
-msgstr "ODDFYIELD პირველი სიხშირე სიხშირე ფუძე"
+#. gjd?
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149935\n"
+"help.text"
+msgid "10^12"
+msgstr ""
-#: 04060118.xhp#par_id3149689.107.help.text
-msgctxt "04060118.xhp#par_id3149689.107.help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
+#. ]X#N
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149495\n"
+"help.text"
+msgid "G (giga)"
msgstr ""
-#: 04060118.xhp#par_id3148753.108.help.text
-msgctxt "04060118.xhp#par_id3148753.108.help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr "ტექსტი თარიღი ჩართულია."
+#. ;F2Y
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149936\n"
+"help.text"
+msgid "10^9"
+msgstr ""
-#: 04060118.xhp#par_id3150861.109.help.text
-msgctxt "04060118.xhp#par_id3150861.109.help.text"
-msgid "<emph>LastInterest</emph> is the last interest date of the security."
+#. ^(w#
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149496\n"
+"help.text"
+msgid "M (mega)"
msgstr ""
-#: 04060118.xhp#par_id3155831.110.help.text
-msgctxt "04060118.xhp#par_id3155831.110.help.text"
-msgid "<emph>Rate</emph> is the annual rate of interest."
+#. }1Ir
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149937\n"
+"help.text"
+msgid "10^6"
msgstr ""
-#: 04060118.xhp#par_id3153328.111.help.text
-msgctxt "04060118.xhp#par_id3153328.111.help.text"
-msgid "<emph>Yield</emph> is the annual yield of the security."
+#. :I50
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149497\n"
+"help.text"
+msgid "k (kilo)"
msgstr ""
-#: 04060118.xhp#par_id3149186.112.help.text
-msgctxt "04060118.xhp#par_id3149186.112.help.text"
-msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+#. oU3N
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149938\n"
+"help.text"
+msgid "10^3"
msgstr ""
-#: 04060118.xhp#par_id3149726.113.help.text
-msgctxt "04060118.xhp#par_id3149726.113.help.text"
-msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+#. fJhr
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149498\n"
+"help.text"
+msgid "h (hecto)"
msgstr ""
-#: 04060118.xhp#hd_id3153111.114.help.text
-msgctxt "04060118.xhp#hd_id3153111.114.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. P.cu
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149939\n"
+"help.text"
+msgid "10^2"
+msgstr ""
-#: 04060118.xhp#par_id3152999.115.help.text
-msgid "Settlement date: February 7 1999, maturity date: June 15 1999, last interest: October 15 1998. Interest rate: 3.75 per cent, yield: 4.05 per cent, redemption value: 100 currency units, frequency of payments: half-yearly = 2, basis: = 0"
+#. 5`1D
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149499\n"
+"help.text"
+msgid "e (deca)"
msgstr ""
-#: 04060118.xhp#par_id3148567.116.help.text
-msgid "The price per 100 currency units per value of a security, which has an irregular last interest date, is calculated as follows:"
+#. IQ1(
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149940\n"
+"help.text"
+msgid "10^1"
msgstr ""
-#: 04060118.xhp#par_id3150332.117.help.text
-msgid "=ODDLPRICE(\"1999-02-07\";\"1999-06-15\";\"1998-10-15\"; 0.0375; 0.0405;100;2;0) returns 99.87829."
+#. V^]8
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149500\n"
+"help.text"
+msgid "d (deci)"
msgstr ""
-#: 04060118.xhp#bm_id3153564.help.text
-msgid "<bookmark_value>ODDLYIELD function</bookmark_value>"
-msgstr "<bookmark_value>ODDLYIELD ფუნქცია</bookmark_value>"
+#. zQvg
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3143940\n"
+"help.text"
+msgid "10^-1"
+msgstr ""
-#: 04060118.xhp#hd_id3153564.118.help.text
-msgid "ODDLYIELD"
-msgstr "ODDLYIELD"
+#. 6:^.
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149501\n"
+"help.text"
+msgid "c (centi)"
+msgstr ""
-#: 04060118.xhp#par_id3158002.119.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_ODDLYIELD\">Calculates the yield of a security if the last interest date falls irregularly.</ahelp>"
+#. /dJ/
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149941\n"
+"help.text"
+msgid "10^-2"
msgstr ""
-#: 04060118.xhp#hd_id3147366.120.help.text
-msgctxt "04060118.xhp#hd_id3147366.120.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. #umi
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149502\n"
+"help.text"
+msgid "m (milli)"
+msgstr ""
-#: 04060118.xhp#par_id3150018.121.help.text
-msgid "ODDLYIELD(Settlement; Maturity; LastInterest; Rate; Price; Redemption; Frequency; Basis)"
-msgstr "ODDFYIELD პირველი სიხშირე სიხშირე ფუძე"
+#. :A_{
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149942\n"
+"help.text"
+msgid "10^-3"
+msgstr ""
-#: 04060118.xhp#par_id3159132.122.help.text
-msgctxt "04060118.xhp#par_id3159132.122.help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
+#. Qz+j
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149503\n"
+"help.text"
+msgid "u (micro)"
msgstr ""
-#: 04060118.xhp#par_id3150134.123.help.text
-msgctxt "04060118.xhp#par_id3150134.123.help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr "ტექსტი თარიღი ჩართულია."
+#. =5]X
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149943\n"
+"help.text"
+msgid "10^-6"
+msgstr ""
-#: 04060118.xhp#par_id3145245.124.help.text
-msgctxt "04060118.xhp#par_id3145245.124.help.text"
-msgid "<emph>LastInterest</emph> is the last interest date of the security."
+#. _f5[
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149504\n"
+"help.text"
+msgid "n (nano)"
msgstr ""
-#: 04060118.xhp#par_id3151014.125.help.text
-msgctxt "04060118.xhp#par_id3151014.125.help.text"
-msgid "<emph>Rate</emph> is the annual rate of interest."
+#. bh|Z
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149944\n"
+"help.text"
+msgid "10^-9"
msgstr ""
-#: 04060118.xhp#par_id3149003.126.help.text
-msgctxt "04060118.xhp#par_id3149003.126.help.text"
-msgid "<emph>Price</emph> is the price of the security."
+#. M=KH
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149505\n"
+"help.text"
+msgid "p (pico)"
msgstr ""
-#: 04060118.xhp#par_id3148880.127.help.text
-msgctxt "04060118.xhp#par_id3148880.127.help.text"
-msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+#. F]OI
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149945\n"
+"help.text"
+msgid "10^-12"
msgstr ""
-#: 04060118.xhp#par_id3155622.128.help.text
-msgctxt "04060118.xhp#par_id3155622.128.help.text"
-msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+#. 79A%
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149506\n"
+"help.text"
+msgid "f (femto)"
msgstr ""
-#: 04060118.xhp#hd_id3145303.129.help.text
-msgctxt "04060118.xhp#hd_id3145303.129.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. )mK=
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149946\n"
+"help.text"
+msgid "10^-15"
+msgstr ""
-#: 04060118.xhp#par_id3145350.130.help.text
-msgid "Settlement date: April 20 1999, maturity date: June 15 1999, last interest: October 15 1998. Interest rate: 3.75 per cent, price: 99.875 currency units, redemption value: 100 currency units, frequency of payments: half-yearly = 2, basis: = 0"
+#. Z4g!
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149507\n"
+"help.text"
+msgid "a (atto)"
msgstr ""
-#: 04060118.xhp#par_id3157990.131.help.text
-msgid "The yield of the security, that has an irregular last interest date, is calculated as follows:"
+#. mt2U
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149947\n"
+"help.text"
+msgid "10^-18"
msgstr ""
-#: 04060118.xhp#par_id3150572.132.help.text
-msgid "=ODDLYIELD(\"1999-04-20\";\"1999-06-15\"; \"1998-10-15\"; 0.0375; 99.875; 100;2;0) returns 0.044873 or 4.4873%."
+#. @o;S
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149508\n"
+"help.text"
+msgid "z (zepto)"
msgstr ""
-#: 04060118.xhp#bm_id3148768.help.text
-msgid "<bookmark_value>calculating;variable declining depreciations</bookmark_value><bookmark_value>depreciations;variable declining</bookmark_value><bookmark_value>VDB function</bookmark_value>"
+#. 6c#B
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149948\n"
+"help.text"
+msgid "10^-21"
msgstr ""
-#: 04060118.xhp#hd_id3148768.222.help.text
-msgid "VDB"
-msgstr "VDB"
+#. W]6z
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149509\n"
+"help.text"
+msgid "y (yocto)"
+msgstr ""
-#: 04060118.xhp#par_id3154636.223.help.text
-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>"
+#. RvLO
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149949\n"
+"help.text"
+msgid "10^-24"
msgstr ""
-#: 04060118.xhp#hd_id3155519.224.help.text
-msgctxt "04060118.xhp#hd_id3155519.224.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. ,1Tx
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id0908200903061174\n"
+"help.text"
+msgid "Information units \"bit\" and \"byte\" may also be prefixed by one of the following IEC 60027-2 / IEEE 1541 prefixes:"
+msgstr ""
-#: 04060118.xhp#par_id3149025.225.help.text
-msgid "VDB(Cost; Salvage; Life; S; End; Factor; Type)"
+#. z.j`
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id0908200903090966\n"
+"help.text"
+msgid "ki kibi 1024"
msgstr ""
-#: 04060118.xhp#par_id3150692.226.help.text
-msgid "<emph>Cost</emph> is the initial value of an asset."
+#. I!{B
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id0908200903090958\n"
+"help.text"
+msgid "Mi mebi 1048576"
msgstr ""
-#: 04060118.xhp#par_id3155369.227.help.text
-msgctxt "04060118.xhp#par_id3155369.227.help.text"
-msgid "<emph>Salvage</emph> is the value of an asset at the end of the depreciation."
+#. z!-H
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id0908200903090936\n"
+"help.text"
+msgid "Gi gibi 1073741824"
msgstr ""
-#: 04060118.xhp#par_id3154954.228.help.text
-msgid "<emph>Life</emph> is the depreciation duration of the asset."
+#. TsMM
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id0908200903090975\n"
+"help.text"
+msgid "Ti tebi 1099511627776"
msgstr ""
-#: 04060118.xhp#par_id3152817.229.help.text
-msgid "<emph>S</emph> is the start of the depreciation. A must be entered in the same date unit as the duration."
+#. a+z/
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id0908200903090930\n"
+"help.text"
+msgid "Pi pebi 1125899906842620"
msgstr ""
-#: 04060118.xhp#par_id3153221.230.help.text
-msgid "<emph>End</emph> is the end of the depreciation."
+#. NZX}
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id0908200903091070\n"
+"help.text"
+msgid "Ei exbi 1152921504606850000"
msgstr ""
-#: 04060118.xhp#par_id3147536.231.help.text
-msgid "<emph>Factor</emph> (optional) is the depreciation factor. Factor = 2 is double rate depreciation."
-msgstr "ფაქტორი ტოლია double სისწრაფე."
+#. .C5P
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id0908200903091097\n"
+"help.text"
+msgid "Zi zebi 1180591620717410000000"
+msgstr ""
-#: 04060118.xhp#par_id3154865.232.help.text
-msgid "<emph>Type </emph>is an optional parameter. Type = 1 means a switch to linear depreciation. In Type = 0 no switch is made."
+#. =Yde
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id0908200903091010\n"
+"help.text"
+msgid "Yi yobi 1208925819614630000000000"
msgstr ""
-#: 04060118.xhp#par_idN10A0D.help.text
-msgctxt "04060118.xhp#par_idN10A0D.help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+#. .;X[
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3146125\n"
+"209\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060118.xhp#hd_id3148429.233.help.text
-msgctxt "04060118.xhp#hd_id3148429.233.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. UL[:
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3153695\n"
+"210\n"
+"help.text"
+msgid "CONVERT_ADD(Number; \"FromUnit\"; \"ToUnit\")"
+msgstr "CONVERT_ADD(რიცხვი;ერთეულიდან;ერთეულამდე)"
-#: 04060118.xhp#par_id3153927.234.help.text
-msgid "What is the declining-balance double-rate depreciation for a period if the initial cost is 35,000 currency units and the value at the end of the depreciation is 7,500 currency units. The depreciation period is 3 years. The depreciation from the 10th to the 20th period is calculated."
-msgstr ""
+#. ABdH
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3147522\n"
+"211\n"
+"help.text"
+msgid "<emph>Number</emph> is the number to be converted."
+msgstr "<emph>რიცხვი</emph> არის გარდასაქმნელი ციფრული მნიშვნელობა."
-#: 04060118.xhp#par_id3155991.235.help.text
-msgid "<item type=\"input\">=VDB(35000;7500;36;10;20;2)</item> = 8603.80 currency units. The depreciation during the period between the 10th and the 20th period is 8,603.80 currency units."
-msgstr "VDB არის შორის 10 და 20 ტოლია."
+#. *sy5
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3154472\n"
+"212\n"
+"help.text"
+msgid "<emph>FromUnit</emph> is the unit from which conversion is taking place."
+msgstr "ერთეულიდან: ერთეული რომლიდანაც ხდება გადაყვანა."
-#: 04060118.xhp#bm_id3147485.help.text
-msgid "<bookmark_value>calculating;internal rates of return, irregular payments</bookmark_value><bookmark_value>internal rates of return;irregular payments</bookmark_value><bookmark_value>XIRR function</bookmark_value>"
-msgstr ""
+#. D~!/
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3153790\n"
+"213\n"
+"help.text"
+msgid "<emph>ToUnit</emph> is the unit to which conversion is taking place. Both units must be of the same type."
+msgstr ""
+
+#. Z)xx
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3156270\n"
+"214\n"
+"help.text"
+msgid "Examples"
+msgstr "მაგალითები"
-#: 04060118.xhp#hd_id3147485.193.help.text
-msgid "XIRR"
-msgstr "XIRR"
+#. k8ZZ
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3156336\n"
+"215\n"
+"help.text"
+msgid "<item type=\"input\">=CONVERT_ADD(10;\"HP\";\"PS\") </item>returns, rounded to two decimal places, 10.14. 10 HP equal 10.14 PS."
+msgstr ""
+
+#. PoqM
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3154834\n"
+"216\n"
+"help.text"
+msgid "<item type=\"input\">=CONVERT_ADD(10;\"km\";\"mi\") </item>returns, rounded to two decimal places, 6.21. 10 kilometers equal 6.21 miles. The k is the permitted prefix character for the factor 10^3."
+msgstr ""
+
+#. ~UAK
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"bm_id3147096\n"
+"help.text"
+msgid "<bookmark_value>FACTDOUBLE function</bookmark_value> <bookmark_value>factorials;numbers with increments of two</bookmark_value>"
+msgstr "<bookmark_value>FACTDOUBLE ფუნქცია</bookmark_value><bookmark_value>ფაქტორიალები; ორით გაზრდილი რიცხვები</bookmark_value>"
-#: 04060118.xhp#par_id3145614.194.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_XIRR\">Calculates the internal rate of return for a list of payments which take place on different dates.</ahelp> The calculation is based on a 365 days per year basis, ignoring leap years."
-msgstr ""
+#. 7-aR
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3147096\n"
+"36\n"
+"help.text"
+msgid "FACTDOUBLE"
+msgstr "FACTDOUBLE"
-#: 04060118.xhp#par_idN10E62.help.text
-msgid "If the payments take place at regular intervals, use the IRR function."
-msgstr "ეთ წესიერი IRR."
+#. n}:w
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3151309\n"
+"37\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_FACTDOUBLE\">Returns the double factorial of a number.</ahelp>"
+msgstr ""
-#: 04060118.xhp#hd_id3146149.195.help.text
-msgctxt "04060118.xhp#hd_id3146149.195.help.text"
+#. aRge
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3154666\n"
+"38\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060118.xhp#par_id3149826.196.help.text
-msgid "XIRR(Values; Dates; Guess)"
-msgstr "XIRR(მნიშვნელობები;თარიღები;მიხვედრები)"
+#. ;^,]
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3155121\n"
+"39\n"
+"help.text"
+msgid "FACTDOUBLE(Number)"
+msgstr "FACTDOUBLE(რიცხვი)"
-#: 04060118.xhp#par_id3163821.197.help.text
-msgid "<emph>Values</emph> and <emph>Dates</emph> refer to a series of payments and the series of associated date values. The first pair of dates defines the start of the payment plan. All other date values must be later, but need not be in any order. The series of values must contain at least one negative and one positive value (receipts and deposits)."
-msgstr "მნიშვნელობები და a - და - თარიღი პირველი - დასაწყისი - ყველა სხვა თარიღი არა დუ ნებისმიერი - შეიცავს ეთ და და."
+#. gRz^
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3158440\n"
+"40\n"
+"help.text"
+msgid "Returns <emph>Number</emph> <emph>!!</emph>, the double factorial of <emph>Number</emph>, where <emph>Number</emph> is an integer greater than or equal to zero."
+msgstr ""
-#: 04060118.xhp#par_id3149708.198.help.text
-msgid "<emph>Guess</emph> (optional) is a guess that can be input for the internal rate of return. The default is 10%."
-msgstr "a შენატანი -თვის სისწრაფე - დაბრუნება ნაგულისხმევი ტოლია."
+#. b,GG
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id2480849\n"
+"help.text"
+msgid "For even numbers FACTDOUBLE(n) returns:"
+msgstr ""
+
+#. V3VO
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id4181951\n"
+"help.text"
+msgid "2*4*6*8* ... *n"
+msgstr ""
+
+#. A(_X
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id2927335\n"
+"help.text"
+msgid "For odd numbers FACTDOUBLE(n) returns:"
+msgstr ""
+
+#. 1h9%
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id2107303\n"
+"help.text"
+msgid "1*3*5*7* ... *n"
+msgstr ""
-#: 04060118.xhp#hd_id3145085.199.help.text
-msgctxt "04060118.xhp#hd_id3145085.199.help.text"
+#. Gn=2
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id4071779\n"
+"help.text"
+msgid "FACTDOUBLE(0) returns 1 by definition."
+msgstr ""
+
+#. wazA
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3154622\n"
+"42\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060118.xhp#par_id3149273.200.help.text
-msgid "Calculation of the internal rate of return for the following five payments:"
-msgstr "გამოთვლა - სისწრაფე - დაბრუნება -თვის:"
+#. V!73
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id7844477\n"
+"help.text"
+msgid "<item type=\"input\">=FACTDOUBLE(5)</item> returns 15."
+msgstr ""
+
+#. FPLH
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3154116\n"
+"43\n"
+"help.text"
+msgid "<item type=\"input\">=FACTDOUBLE(6)</item> returns 48."
+msgstr ""
+
+#. N,^$
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id6478469\n"
+"help.text"
+msgid "<item type=\"input\">=FACTDOUBLE(0)</item> returns 1."
+msgstr ""
+
+#. ]yA\
+#: solver_options.xhp
+msgctxt ""
+"solver_options.xhp\n"
+"tit\n"
+"help.text"
+msgid "Options"
+msgstr "პარამეტრები"
-#: 04060118.xhp#par_id3155838.305.help.text
-msgctxt "04060118.xhp#par_id3155838.305.help.text"
-msgid "A"
-msgstr "A"
+#. 0#X4
+#: solver_options.xhp
+msgctxt ""
+"solver_options.xhp\n"
+"hd_id2794274\n"
+"help.text"
+msgid "Options"
+msgstr "პარამეტრები"
-#: 04060118.xhp#par_id3152934.306.help.text
-msgctxt "04060118.xhp#par_id3152934.306.help.text"
-msgid "B"
-msgstr "B"
+#. -gM\
+#: solver_options.xhp
+msgctxt ""
+"solver_options.xhp\n"
+"par_id6776940\n"
+"help.text"
+msgid "The Options dialog for the <link href=\"text/scalc/01/solver.xhp\">Solver</link> is used to set some options."
+msgstr ""
-#: 04060118.xhp#par_id3154638.307.help.text
-msgctxt "04060118.xhp#par_id3154638.307.help.text"
-msgid "C"
-msgstr "C"
+#. (fsu
+#: solver_options.xhp
+msgctxt ""
+"solver_options.xhp\n"
+"par_id393993\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a solver engine. The listbox is disabled if only one solver engine is installed. Solver engines can be installed as extensions.</ahelp>"
+msgstr ""
-#: 04060118.xhp#par_id3147083.308.help.text
-msgctxt "04060118.xhp#par_id3147083.308.help.text"
-msgid "1"
-msgstr "1"
+#. ]Tyr
+#: solver_options.xhp
+msgctxt ""
+"solver_options.xhp\n"
+"par_id5871761\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Configure the current solver.</ahelp>"
+msgstr ""
-#: 04060118.xhp#par_id3151187.309.help.text
-msgid "2001-01-01"
+#. uYrq
+#: solver_options.xhp
+msgctxt ""
+"solver_options.xhp\n"
+"par_id6531266\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">If the current entry in the Settings listbox allows to edit a value, you can click the Edit button. A dialog opens where you can change the value.</ahelp>"
msgstr ""
-#: 04060118.xhp#par_id3145212.201.help.text
-msgid "-<item type=\"input\">10000</item>"
+#. RATU
+#: solver_options.xhp
+msgctxt ""
+"solver_options.xhp\n"
+"par_id3912778\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter or change the value.</ahelp>"
msgstr ""
-#: 04060118.xhp#par_id3146856.202.help.text
-msgid "<item type=\"input\">Received</item>"
+#. Xlzq
+#: solver_options.xhp
+msgctxt ""
+"solver_options.xhp\n"
+"par_id3163853\n"
+"help.text"
+msgid "Use the Options dialog to configure the current solver engine."
msgstr ""
-#: 04060118.xhp#par_id3153277.310.help.text
-msgctxt "04060118.xhp#par_id3153277.310.help.text"
-msgid "2"
-msgstr "2"
+#. gPHa
+#: solver_options.xhp
+msgctxt ""
+"solver_options.xhp\n"
+"par_id121158\n"
+"help.text"
+msgid "You can install more solver engines as extensions, if available. Open Tools - Extension Manager and browse to the Extensions web site to search for extensions."
+msgstr ""
-#: 04060118.xhp#par_id3154052.203.help.text
-msgid "2001-01-02"
+#. /Iui
+#: solver_options.xhp
+msgctxt ""
+"solver_options.xhp\n"
+"par_id3806878\n"
+"help.text"
+msgid "Select the solver engine to use and to configure from the listbox. The listbox is disabled if onle one solver engine is installed."
msgstr ""
-#: 04060118.xhp#par_id3151297.204.help.text
-msgid "<item type=\"input\">2000</item>"
+#. O#FW
+#: solver_options.xhp
+msgctxt ""
+"solver_options.xhp\n"
+"par_id130619\n"
+"help.text"
+msgid "In the Settings box, check all settings that you want to use for the current goal seeking operation. If the current option offers different values, the Edit button is enabled. Click Edit to open a dialog where you can change the value."
msgstr ""
-#: 04060118.xhp#par_id3149985.205.help.text
-msgid "<item type=\"input\">Deposited</item>"
+#. .d2]
+#: solver_options.xhp
+msgctxt ""
+"solver_options.xhp\n"
+"par_id9999694\n"
+"help.text"
+msgid "Click OK to accept the changes and to go back to the <link href=\"text/scalc/01/solver.xhp\">Solver</link> dialog."
msgstr ""
-#: 04060118.xhp#par_id3154744.311.help.text
-msgctxt "04060118.xhp#par_id3154744.311.help.text"
-msgid "3"
-msgstr "3"
+#. GEc#
+#: 05080400.xhp
+msgctxt ""
+"05080400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Add"
+msgstr "დამატება"
-#: 04060118.xhp#par_id3153151.206.help.text
-msgid "2001-03-15"
-msgstr ""
+#. QD2P
+#: 05080400.xhp
+msgctxt ""
+"05080400.xhp\n"
+"hd_id3149457\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05080400.xhp\" name=\"Add\">Add</link>"
+msgstr "<link href=\"text/scalc/01/05080400.xhp\" name=\"Add\">დამატება</link>"
-#: 04060118.xhp#par_id3145657.207.help.text
-msgid "2500"
-msgstr "2500"
+#. -u9*
+#: 05080400.xhp
+msgctxt ""
+"05080400.xhp\n"
+"par_id3156423\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AddPrintArea\">Adds the current selection to the defined print areas.</ahelp>"
+msgstr "<ahelp hid=\".uno:AddPrintArea\">ამატებს მიმდინარე მონიშვნას საბეჭდათ განსაზღვრულ არეს.</ahelp>"
-#: 04060118.xhp#par_id3155101.312.help.text
-msgctxt "04060118.xhp#par_id3155101.312.help.text"
-msgid "4"
-msgstr "4"
+#. %tLG
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Styles and Formatting"
+msgstr "სტილები და ფორმატირება"
-#: 04060118.xhp#par_id3146894.208.help.text
-msgid "2001-05-12"
-msgstr ""
+#. TSmh
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"bm_id3150447\n"
+"help.text"
+msgid "<bookmark_value>Stylist, see Styles and Formatting window</bookmark_value> <bookmark_value>Styles and Formatting window</bookmark_value> <bookmark_value>formats; Styles and Formatting window</bookmark_value> <bookmark_value>formatting; Styles and Formatting 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>"
-#: 04060118.xhp#par_id3143231.209.help.text
-msgid "5000"
-msgstr "5000"
+#. (cTK
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"hd_id3150447\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05100000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link>"
+msgstr "<link href=\"text/scalc/01/05100000.xhp\" name=\"Styles and Formatting\">სტილები და ფორმატირება</link>"
-#: 04060118.xhp#par_id3156012.313.help.text
-msgctxt "04060118.xhp#par_id3156012.313.help.text"
-msgid "5"
-msgstr "5"
+#. xlQ=
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3147434\n"
+"2\n"
+"help.text"
+msgid "Use the Styles and Formatting window to assign styles to objects and text sections. You can update Styles, modify existing Styles or create new Styles."
+msgstr "გამოყენება სტილები და ფორმატირება -სკენ -სკენ და ტექსტი სექცია თქვენ განახლება სტილები სტილები ან ახალი სტილები."
-#: 04060118.xhp#par_id3149758.210.help.text
-msgid "2001-08-10"
-msgstr ""
+#. PA9%
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3149665\n"
+"30\n"
+"help.text"
+msgid "The Styles and Formatting <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">dockable window</link> can remain open while editing the document."
+msgstr "სტილები და ფორმატირება <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">მიმაგრებადი ფანჯარა</link> შეიძლება შეგახსენოთ გახსნა დოკუმენტის რედაქტირებისას."
-#: 04060118.xhp#par_id3147495.211.help.text
-msgid "1000"
-msgstr "1000"
+#. Kr@m
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"hd_id3150012\n"
+"36\n"
+"help.text"
+msgid "How to apply a cell style:"
+msgstr "როგორ მოხდეს უჯრის სტილის გააქტიურება:"
-#: 04060118.xhp#par_id3152793.212.help.text
-msgid "=XIRR(B1:B5; A1:A5; 0.1) returns 0.1828."
-msgstr "=XIRR(B1:B5; A1:A5; 0.1) აბრუნებს 0.1828."
+#. :A/X
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3159155\n"
+"37\n"
+"help.text"
+msgid "Select the cell or cell range."
+msgstr "უჯრის ან უჯრათა დიაპაზონის ამორჩევა."
-#: 04060118.xhp#bm_id3149198.help.text
-msgid "<bookmark_value>XNPV function</bookmark_value>"
-msgstr "<bookmark_value>XNPV ფუნქცია</bookmark_value>"
+#. jZT^
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3145749\n"
+"38\n"
+"help.text"
+msgid "Double-click the style in the Styles and Formatting window."
+msgstr "ორმაგი-წკაპი სტილზე სტილების და ფორმატირების ფანჯარაში."
-#: 04060118.xhp#hd_id3149198.213.help.text
-msgid "XNPV"
-msgstr "XNPV"
+#. S.qt
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"hd_id3153877\n"
+"4\n"
+"help.text"
+msgid "Cell Styles"
+msgstr "უჯრის სტილები"
-#: 04060118.xhp#par_id3153904.214.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_XNPV\">Calculates the capital value (net present value)for a list of payments which take place on different dates.</ahelp> The calculation is based on a 365 days per year basis, ignoring leap years."
-msgstr ""
+#. 1Ih_
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3145801\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ParaStyle\">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=\".uno:ParaStyle\">ასახავს ხელმისაწვდომ სტილებს <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"indirect cell formatting\">უჯრების არაპირდაპირი ფორმატირებისთვის</link>.</ahelp>"
-#: 04060118.xhp#par_idN11138.help.text
-msgid "If the payments take place at regular intervals, use the NPV function."
-msgstr "ეთ წესიერი IRR."
+#. X`SF
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3150751\n"
+"help.text"
+msgid "<image id=\"img_id3153714\" src=\"sc/res/sf01.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153714\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153714\" src=\"sc/res/sf01.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153714\">ხატულა</alt></image>"
-#: 04060118.xhp#hd_id3155323.215.help.text
-msgctxt "04060118.xhp#hd_id3155323.215.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. =57p
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3154255\n"
+"5\n"
+"help.text"
+msgid "Cell Styles"
+msgstr "უჯრის სტილები"
-#: 04060118.xhp#par_id3150117.216.help.text
-msgid "XNPV(Rate; Values; Dates)"
-msgstr "XNPV(სიხშირე;მნიშვნელობები;თარიღები)"
+#. EUvs
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"hd_id3153963\n"
+"7\n"
+"help.text"
+msgid "Page Styles"
+msgstr "გვერდის სტილები"
-#: 04060118.xhp#par_id3153100.217.help.text
-msgid "<emph>Rate</emph> is the internal rate of return for the payments."
-msgstr ""
+#. )gk:
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3147003\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\".uno:PageStyle\">Displays the Page Styles available for indirect page formatting.</ahelp>"
+msgstr "<ahelp hid=\".uno:PageStyle\">ასახავს არაპირდაპირი ფორმატირებისთვის ხელმისაწვდომ გვერთა სტილებს.</ahelp>"
-#: 04060118.xhp#par_id3155395.218.help.text
-msgid "<emph>Values</emph> and <emph>Dates</emph> refer to a series of payments and the series of associated date values. The first pair of dates defines the start of the payment plan. All other date values must be later, but need not be in any order. The series of values must contain at least one negative and one positive value (receipts and deposits)"
-msgstr "მნიშვნელობები და a - და - თარიღი პირველი - დასაწყისი - ყველა სხვა თარიღი არა დუ ნებისმიერი - შეიცავს ეთ და და."
+#. jCFp
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3159100\n"
+"help.text"
+msgid "<image id=\"img_id3149814\" src=\"sw/imglst/sf04.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149814\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149814\" src=\"sw/imglst/sf04.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149814\">ხატულა</alt></image>"
-#: 04060118.xhp#hd_id3148832.219.help.text
-msgctxt "04060118.xhp#hd_id3148832.219.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. fM(3
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3150361\n"
+"8\n"
+"help.text"
+msgid "Page Styles"
+msgstr "გვერდის სტილები"
-#: 04060118.xhp#par_id3150525.220.help.text
-msgid "Calculation of the net present value for the above-mentioned five payments for a notional internal rate of return of 6%."
-msgstr ""
+#. Id%4
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"hd_id3150202\n"
+"10\n"
+"help.text"
+msgid "Fill Format Mode"
+msgstr "ფორმატით შევსების რეჟიმი"
-#: 04060118.xhp#par_id3149910.221.help.text
-msgid "<item type=\"input\">=XNPV(0.06;B1:B5;A1:A5)</item> returns 323.02."
+#. ?rGb
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3155531\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TEMPLDLG_WATERCAN\">Turns the Fill Format mode on and off. Use the paint can to assign the Style selected in the Styles and Formatting window.</ahelp>"
msgstr ""
-#: 04060118.xhp#bm_id3148822.help.text
-msgid "<bookmark_value>calculating;rates of return</bookmark_value><bookmark_value>RRI function</bookmark_value>"
-msgstr "<bookmark_value>გამოთვლა;დაბრუნების სიხშირეები</bookmark_value><bookmark_value>RRI ფუნქცია</bookmark_value>"
+#. oXV\
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3155087\n"
+"help.text"
+msgid "<image id=\"img_id3153068\" src=\"cmd/sc_fillstyle.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153068\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153068\" src=\"cmd/sc_fillstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153068\">ხატულა</alt></image>"
-#: 04060118.xhp#hd_id3148822.237.help.text
-msgid "RRI"
-msgstr "RRI"
+#. @FQ:
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3156198\n"
+"11\n"
+"help.text"
+msgid "Fill Format Mode"
+msgstr "ფორმატით შემსების რეჟიმი"
-#: 04060118.xhp#par_id3154293.238.help.text
-msgid "<ahelp hid=\"HID_FUNC_ZGZ\">Calculates the interest rate resulting from the profit (return) of an investment.</ahelp>"
-msgstr ""
+#. n0{=
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"hd_id3148870\n"
+"13\n"
+"help.text"
+msgid "How to apply a new style with the paint can:"
+msgstr "ახალი სტილის ხატვით გააქტიურება:"
-#: 04060118.xhp#hd_id3148444.239.help.text
-msgctxt "04060118.xhp#hd_id3148444.239.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. dfE8
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3145078\n"
+"27\n"
+"help.text"
+msgid "Select the desired style from the Styles and Formatting window."
+msgstr "ამოირჩიეთ სასურველი სტილი სტილების და ფორმატირების ფანჯრიდან."
-#: 04060118.xhp#par_id3148804.240.help.text
-msgid "RRI(P; PV; FV)"
-msgstr "RRI(P;PV;FV)"
+#. N0}T
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3159098\n"
+"28\n"
+"help.text"
+msgid "Click the <emph>Fill Format Mode</emph> icon."
+msgstr "დააწკაპეთ <emph>ფორმატირებით შევსების რეჟიმის</emph> ხატულას."
-#: 04060118.xhp#par_id3154901.241.help.text
-msgid "<emph>P</emph> is the number of periods needed for calculating the interest rate."
-msgstr ""
+#. #`p$
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3148609\n"
+"15\n"
+"help.text"
+msgid "Click a cell to format it, or drag your mouse over a certain range to format the whole range. Repeat this action for other cells and ranges."
+msgstr "დააწკაპეთ უჯრას გასაფორმებლად, ან გადმოათრიეთ თაგვი მითითებულ დიაპაზონზე მთელი დიაპაზონის გასაფორმებლად. გაიმეორეთ მოქმედება სხვა უჯრებისთვის და უჯრათა დიაპაზონისთვის."
-#: 04060118.xhp#par_id3159149.242.help.text
-msgctxt "04060118.xhp#par_id3159149.242.help.text"
-msgid "<emph>PV</emph> is the present (current) value. The cash value is the deposit of cash or the current cash value of an allowance in kind. As a deposit value a positive value must be entered; the deposit must not be 0 or <0."
-msgstr ""
+#. oM^o
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3149438\n"
+"29\n"
+"help.text"
+msgid "Click the <emph>Fill Format Mode</emph> again to exit this mode."
+msgstr "დააწკაპეთ <emph>ფორმატირების შევსების რეჟიმს</emph> კიდევ ერთხელ რეჟიმიდან გასასვლელად."
-#: 04060118.xhp#par_id3149771.243.help.text
-msgid "<emph>FV</emph> determines what is desired as the cash value of the deposit."
+#. #DB-
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"hd_id3153975\n"
+"16\n"
+"help.text"
+msgid "New Style from Selection"
+msgstr "მონიშნულიდან ახალი სტილი"
+
+#. 0~78
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3149499\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TEMPLDLG_NEWBYEXAMPLE\">Creates a new style based on the formatting of a selected object.</ahelp> Assign a name for the style in the <link href=\"text/shared/01/05140100.xhp\" name=\"Create Style\">Create Style</link> dialog."
msgstr ""
-#: 04060118.xhp#hd_id3148941.244.help.text
-msgctxt "04060118.xhp#hd_id3148941.244.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. 4E-.
+#: 05100000.xhp
+#, fuzzy
+msgctxt ""
+"05100000.xhp\n"
+"par_id3150050\n"
+"help.text"
+msgid "<image id=\"img_id3154649\" src=\"cmd/sc_stylenewbyexample.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154649\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155754\" src=\"cmd/sc_styleupdatebyexample.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155754\">ხატულა</alt></image>"
-#: 04060118.xhp#par_id3154212.245.help.text
-msgid "For four periods (years) and a cash value of 7,500 currency units, the interest rate of the return is to be calculated if the future value is 10,000 currency units."
-msgstr ""
+#. $9cJ
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3146963\n"
+"17\n"
+"help.text"
+msgid "New Style from Selection"
+msgstr "მონიშნულიდან ახალი სტილი"
-#: 04060118.xhp#par_id3150775.246.help.text
-msgid "<item type=\"input\">=RRI(4;7500;10000)</item> = 7.46 %"
-msgstr ""
+#. Ei!D
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"hd_id3153813\n"
+"19\n"
+"help.text"
+msgid "Update Style"
+msgstr "სტილის განახლება"
-#: 04060118.xhp#par_id3145413.247.help.text
-msgid "The interest rate must be 7.46 % so that 7,500 currency units will become 10,000 currency units."
-msgstr ""
+#. lXLT
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3154707\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TEMPLDLG_UPDATEBYEXAMPLE\">Updates the Style selected in the Styles and Formatting window with the current formatting of the selected object.</ahelp>"
+msgstr "<ahelp hid=\"HID_TEMPLDLG_UPDATEBYEXAMPLE\">აახლებს სყილს რომელიც არჩეულია სტილების და ფორმატირების ფანჯარაშუ არჩეული ობიექტის მიმდინარე სტილთან.</ahelp>"
-#: 04060118.xhp#bm_id3154267.help.text
-msgid "<bookmark_value>calculating;constant interest rates</bookmark_value><bookmark_value>constant interest rates</bookmark_value><bookmark_value>RATE function</bookmark_value>"
-msgstr "<bookmark_value>ხაზების რეგრესია</bookmark_value><bookmark_value>ექსტრაპოლაცია</bookmark_value><bookmark_value>FORECAST ფუნქცია</bookmark_value>"
+#. m$D?
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3145118\n"
+"help.text"
+msgid "<image id=\"img_id3155754\" src=\"cmd/sc_styleupdatebyexample.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155754\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155754\" src=\"cmd/sc_styleupdatebyexample.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155754\">ხატულა</alt></image>"
-#: 04060118.xhp#hd_id3154267.249.help.text
-msgid "RATE"
-msgstr "RATE"
+#. 3z1F
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3147501\n"
+"20\n"
+"help.text"
+msgid "Update Style"
+msgstr "სტილის განახლება"
-#: 04060118.xhp#par_id3151052.250.help.text
-msgid "<ahelp hid=\"HID_FUNC_ZINS\">Returns the constant interest rate per period of an annuity.</ahelp>"
-msgstr ""
+#. Gmp.
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_idN109BE\n"
+"help.text"
+msgid "Style List"
+msgstr "სტილის სია"
-#: 04060118.xhp#hd_id3154272.251.help.text
-msgctxt "04060118.xhp#hd_id3154272.251.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. PVr@
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_idN109C2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TEMPLATE_FMT\">Displays the list of the styles from the selected style category.</ahelp>"
+msgstr "<ahelp hid=\"HID_TEMPLATE_FMT\">ასახავს სტილთა სიას მოცემული სტილთა კატეგორიიდან.</ahelp>"
-#: 04060118.xhp#par_id3158423.252.help.text
-msgid "RATE(NPer; Pmt; PV; FV; Type; Guess)"
+#. ^!rg
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_idN109D1\n"
+"help.text"
+msgid "In the <link href=\"text/shared/00/00000005.xhp#kontextmenue\" name=\"context menu\">context menu</link> you can choose commands to create a new style, delete a user-defined style, or change the selected style."
msgstr ""
-#: 04060118.xhp#par_id3148910.253.help.text
-msgid "<emph>NPer</emph> is the total number of periods, during which payments are made (payment period)."
+#. =(qI
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"hd_id3149053\n"
+"24\n"
+"help.text"
+msgid "Style Groups"
+msgstr "სტილის ჯგუფები"
+
+#. N{sQ
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3147299\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TEMPLATE_FILTER\">Lists the available style groups.</ahelp>"
+msgstr "<ahelp hid=\"HID_TEMPLATE_FILTER\">ჩამოთვლის სტილთა ხელმისაწვდომ ჯგუფებს.</ahelp>"
+
+#. Pz,8
+#: 04070300.xhp
+msgctxt ""
+"04070300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Creating Names"
+msgstr "სახელების შექმნა"
+
+#. ]es#
+#: 04070300.xhp
+msgctxt ""
+"04070300.xhp\n"
+"bm_id3147264\n"
+"help.text"
+msgid "<bookmark_value>cell ranges;creating names automatically</bookmark_value><bookmark_value>names; for cell ranges</bookmark_value>"
+msgstr "<bookmark_value>უჯრების დიაპაზონი;სახელების ავტომატურად შეცვლა</bookmark_value><bookmark_value>სახელები; უჯრათა დიაპაზონი</bookmark_value>"
+
+#. G6JW
+#: 04070300.xhp
+msgctxt ""
+"04070300.xhp\n"
+"hd_id3147264\n"
+"1\n"
+"help.text"
+msgid "Creating Names"
+msgstr "სახელების შექმნა"
+
+#. TX+3
+#: 04070300.xhp
+msgctxt ""
+"04070300.xhp\n"
+"par_id3153969\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"namenuebernehmentext\"><ahelp hid=\".uno:CreateNames\">Allows you to automatically name multiple cell ranges.</ahelp></variable>"
+msgstr "<variable id=\"namenuebernehmentext\"><ahelp hid=\".uno:CreateNames\">საშუალებას გაძლევთ ავტომატურად დაარქვათ სახელი რამდენიმე დიაპაზონს.</ahelp></variable>"
+
+#. Wlle
+#: 04070300.xhp
+msgctxt ""
+"04070300.xhp\n"
+"par_id3156280\n"
+"13\n"
+"help.text"
+msgid "Select the area containing all the ranges that you want to name. Then choose <emph>Insert - Names - Create</emph>. This opens the <emph>Create Names</emph> dialog, from which you can select the naming options that you want."
msgstr ""
-#: 04060118.xhp#par_id3148925.254.help.text
-msgid "<emph>Pmt</emph> is the constant payment (annuity) paid during each period."
+#. ]4+?
+#: 04070300.xhp
+msgctxt ""
+"04070300.xhp\n"
+"hd_id3151116\n"
+"3\n"
+"help.text"
+msgid "Create names from"
+msgstr "სახელების შექმნა"
+
+#. oJxl
+#: 04070300.xhp
+msgctxt ""
+"04070300.xhp\n"
+"par_id3152597\n"
+"4\n"
+"help.text"
+msgid "Defines which part of the spreadsheet is to be used for creating the name."
msgstr ""
-#: 04060118.xhp#par_id3149160.255.help.text
-msgid "<emph>PV</emph> is the cash value in the sequence of payments."
+#. ]e)G
+#: 04070300.xhp
+msgctxt ""
+"04070300.xhp\n"
+"hd_id3153729\n"
+"5\n"
+"help.text"
+msgid "Top row"
+msgstr "ზედა რიგი"
+
+#. Nu,c
+#: 04070300.xhp
+msgctxt ""
+"04070300.xhp\n"
+"par_id3149263\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES_CREATE:BTN_TOP\">Creates the range names from the header row of the selected range.</ahelp> Each column receives a separated name and cell reference."
msgstr ""
-#: 04060118.xhp#par_id3166456.256.help.text
-msgid "<emph>FV</emph> (optional) is the future value, which is reached at the end of the periodic payments."
+#. ]f3A
+#: 04070300.xhp
+msgctxt ""
+"04070300.xhp\n"
+"hd_id3146984\n"
+"7\n"
+"help.text"
+msgid "Left Column"
+msgstr "მარცხენა სვეტი"
+
+#. 3(7g
+#: 04070300.xhp
+msgctxt ""
+"04070300.xhp\n"
+"par_id3153190\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES_CREATE:BTN_LEFT\">Creates the range names from the entries in the first column of the selected sheet range.</ahelp> Each row receives a separated name and cell reference."
msgstr ""
-#: 04060118.xhp#par_id3153243.257.help.text
-msgid "<emph>Type</emph> (optional) is the due date of the periodic payment, either at the beginning or at the end of a period."
+#. ;w]C
+#: 04070300.xhp
+msgctxt ""
+"04070300.xhp\n"
+"hd_id3156284\n"
+"9\n"
+"help.text"
+msgid "Bottom row"
+msgstr "ქვედა რიგი"
+
+#. 8Gi5
+#: 04070300.xhp
+msgctxt ""
+"04070300.xhp\n"
+"par_id3147124\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES_CREATE:BTN_BOTTOM\">Creates the range names from the entries in the last row of the selected sheet range.</ahelp> Each column receives a separated name and cell reference."
msgstr ""
-#: 04060118.xhp#par_id3146949.258.help.text
-msgid "<emph>Guess</emph> (optional) determines the estimated value of the interest with iterative calculation."
+#. x*Q4
+#: 04070300.xhp
+msgctxt ""
+"04070300.xhp\n"
+"hd_id3154731\n"
+"11\n"
+"help.text"
+msgid "Right Column"
+msgstr "მარჯვენა სვეტი"
+
+#. ;jq|
+#: 04070300.xhp
+msgctxt ""
+"04070300.xhp\n"
+"par_id3153158\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES_CREATE:BTN_RIGHT\">Creates the range names from the entries in the last column of the selected sheet range.</ahelp> Each row receives a separated name and cell reference."
msgstr ""
-#: 04060118.xhp#par_idN10E2A.help.text
-msgctxt "04060118.xhp#par_idN10E2A.help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+#. H;lm
+#: 02170000.xhp
+#, fuzzy
+msgctxt ""
+"02170000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr "ფურცლის წაშლა"
-#: 04060118.xhp#hd_id3149791.259.help.text
-msgctxt "04060118.xhp#hd_id3149791.259.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. Qmmk
+#: 02170000.xhp
+msgctxt ""
+"02170000.xhp\n"
+"bm_id3156424\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
+msgstr "<bookmark_value>ელექტრონული ცხრილები; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; ელექტრონული ცხრილები</bookmark_value>"
-#: 04060118.xhp#par_id3150706.260.help.text
-msgid "What is the constant interest rate for a payment period of 3 periods if 10 currency units are paid regularly and the present cash value is 900 currency units."
+#. j8@!
+#: 02170000.xhp
+#, fuzzy
+msgctxt ""
+"02170000.xhp\n"
+"hd_id3156424\n"
+"1\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr "ფურცლის წაშლა"
+
+#. ?w3]
+#: 02170000.xhp
+msgctxt ""
+"02170000.xhp\n"
+"par_id3153193\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
+msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
+
+#. i7qp
+#: 02170000.xhp
+msgctxt ""
+"02170000.xhp\n"
+"par_id3145801\n"
+"7\n"
+"help.text"
+msgid "You cannot delete a sheet while <emph>Edit - Changes - Record</emph> is activated."
msgstr ""
-#: 04060118.xhp#par_id3155586.261.help.text
-msgid "<item type=\"input\">=RATE(3;10;900)</item> = -121% The interest rate is therefore 121%."
+#. Ib[_
+#: 02170000.xhp
+msgctxt ""
+"02170000.xhp\n"
+"hd_id3147124\n"
+"3\n"
+"help.text"
+msgid "Yes"
+msgstr "დიახ"
+
+#. ixgk
+#: 02170000.xhp
+msgctxt ""
+"02170000.xhp\n"
+"par_id3154943\n"
+"4\n"
+"help.text"
+msgid "Deletes the current sheet."
msgstr ""
-#: 04060118.xhp#bm_id3149106.help.text
-msgid "<bookmark_value>INTRATE function</bookmark_value>"
-msgstr "<bookmark_value>INTRATE ფუნქცია</bookmark_value>"
+#. 2E-d
+#: 02170000.xhp
+msgctxt ""
+"02170000.xhp\n"
+"hd_id3149412\n"
+"5\n"
+"help.text"
+msgid "No"
+msgstr "არა"
-#: 04060118.xhp#hd_id3149106.60.help.text
-msgid "INTRATE"
-msgstr "INTRATE"
+#. 5g6Q
+#: 02170000.xhp
+msgctxt ""
+"02170000.xhp\n"
+"par_id3154510\n"
+"6\n"
+"help.text"
+msgid "Cancels the dialog. No delete is performed."
+msgstr "დიალოგის შეწყვეტა. წაშლა არ მომზადებულა."
-#: 04060118.xhp#par_id3149918.61.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_INTRATE\">Calculates the annual interest rate that results when a security (or other item) is purchased at an investment value and sold at a redemption value. No interest is paid.</ahelp>"
-msgstr ""
+#. e;Z0
+#: 12050200.xhp
+msgctxt ""
+"12050200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Options"
+msgstr "პარამეტრები"
-#: 04060118.xhp#hd_id3149974.62.help.text
-msgctxt "04060118.xhp#hd_id3149974.62.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. H8;K
+#: 12050200.xhp
+msgctxt ""
+"12050200.xhp\n"
+"bm_id3154758\n"
+"help.text"
+msgid "<bookmark_value>subtotals; sorting options</bookmark_value>"
+msgstr "<bookmark_value>ქვეჯამები; დახარისხების პარამეტრები</bookmark_value>"
-#: 04060118.xhp#par_id3149800.63.help.text
-msgid "INTRATE(Settlement; Maturity; Investment; Redemption; Basis)"
-msgstr "DISC(მოსახლე;ხნიერება;ფასი;გამოსასყისი;ფუძე)"
+#. GKt]
+#: 12050200.xhp
+msgctxt ""
+"12050200.xhp\n"
+"hd_id3154758\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12050200.xhp\" name=\"Options\">Options</link>"
+msgstr "<link href=\"text/scalc/01/12050200.xhp\" name=\"Options\">პარამეტრები</link>"
-#: 04060118.xhp#par_id3148618.64.help.text
-msgctxt "04060118.xhp#par_id3148618.64.help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
+#. %HYN
+#: 12050200.xhp
+msgctxt ""
+"12050200.xhp\n"
+"par_id3154124\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SCPAGE_SUBT_OPTIONS\">Specify the settings for calculating and presenting subtotals.</ahelp>"
msgstr ""
-#: 04060118.xhp#par_id3148988.65.help.text
-msgid "<emph>Maturity</emph> is the date on which the security is sold."
-msgstr "ტექსტი თარიღი ჩართულია."
+#. A4L0
+#: 12050200.xhp
+msgctxt ""
+"12050200.xhp\n"
+"hd_id3156422\n"
+"3\n"
+"help.text"
+msgid "Page break between groups"
+msgstr "ჯგუფებს შორის გვერდის გაყოფა"
-#: 04060118.xhp#par_id3154604.66.help.text
-msgid "<emph>Investment</emph> is the purchase price."
+#. U{hV
+#: 12050200.xhp
+msgctxt ""
+"12050200.xhp\n"
+"par_id3147317\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SUBT_OPTIONS:BTN_PAGEBREAK\">Inserts a new page after each group of subtotaled data.</ahelp>"
msgstr ""
-#: 04060118.xhp#par_id3154337.67.help.text
-msgid "<emph>Redemption</emph> is the selling price."
-msgstr ""
+#. o7v}
+#: 12050200.xhp
+msgctxt ""
+"12050200.xhp\n"
+"hd_id3146985\n"
+"5\n"
+"help.text"
+msgid "Case sensitive"
+msgstr "რეგისტრისადმი მგძნობიარე"
-#: 04060118.xhp#hd_id3145380.68.help.text
-msgctxt "04060118.xhp#hd_id3145380.68.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. R;IQ
+#: 12050200.xhp
+msgctxt ""
+"12050200.xhp\n"
+"par_id3153190\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SUBT_OPTIONS:BTN_CASE\">Recalculates subtotals when you change the case of a data label.</ahelp>"
+msgstr ""
-#: 04060118.xhp#par_id3149426.69.help.text
-msgid "A painting is bought on 1990-01-15 for 1 million and sold on 2002-05-05 for 2 million. The basis is daily balance calculation (basis = 3). What is the average annual level of interest?"
+#. #:oS
+#: 12050200.xhp
+msgctxt ""
+"12050200.xhp\n"
+"hd_id3151119\n"
+"7\n"
+"help.text"
+msgid "Pre-sort area according to groups"
msgstr ""
-#: 04060118.xhp#par_id3151125.70.help.text
-msgid "=INTRATE(\"1990-01-15\"; \"2002-05-05\"; 1000000; 2000000; 3) returns 8.12%."
-msgstr "=INTRATE(\"1/15/1990\"; \"5/5/2002\"; 1000000; 2000000; 3) აბრუნებს 8.12%."
+#. H33o
+#: 12050200.xhp
+msgctxt ""
+"12050200.xhp\n"
+"par_id3149664\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SUBT_OPTIONS:BTN_SORT\">Sorts the area that you selected in the <emph>Group by</emph> box of the Group tabs according to the columns that you selected.</ahelp>"
+msgstr ""
-#: 04060118.xhp#bm_id3148654.help.text
-msgid "<bookmark_value>COUPNCD function</bookmark_value>"
-msgstr "<bookmark_value>COUPNCD ფუნქცია</bookmark_value>"
+#. 9S.~
+#: 12050200.xhp
+msgctxt ""
+"12050200.xhp\n"
+"hd_id3153951\n"
+"9\n"
+"help.text"
+msgid "Sort"
+msgstr "დახარისხება"
-#: 04060118.xhp#hd_id3148654.163.help.text
-msgid "COUPNCD"
-msgstr "COUPNCD"
+#. vJKo
+#: 12050200.xhp
+#, fuzzy
+msgctxt ""
+"12050200.xhp\n"
+"hd_id3145252\n"
+"11\n"
+"help.text"
+msgid "Include formats"
+msgstr "ფორმატების ჩათვლით"
-#: 04060118.xhp#par_id3149927.164.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_COUPNCD\">Returns the date of the first interest date after the settlement date. Format the result as a date.</ahelp>"
+#. q:@M
+#: 12050200.xhp
+msgctxt ""
+"12050200.xhp\n"
+"par_id3147125\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SUBT_OPTIONS:BTN_FORMATS\">Considers formatting attributes when sorting.</ahelp>"
msgstr ""
-#: 04060118.xhp#hd_id3153317.165.help.text
-msgctxt "04060118.xhp#hd_id3153317.165.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. d6a,
+#: 12050200.xhp
+#, fuzzy
+msgctxt ""
+"12050200.xhp\n"
+"hd_id3155418\n"
+"13\n"
+"help.text"
+msgid "Custom sort order"
+msgstr "დახარისხების სხვა წესი"
-#: 04060118.xhp#par_id3150423.166.help.text
-msgid "COUPNCD(Settlement; Maturity; Frequency; Basis)"
+#. hW+h
+#: 12050200.xhp
+msgctxt ""
+"12050200.xhp\n"
+"par_id3149400\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_SUBT_OPTIONS:LB_USERDEF\">Uses a custom sorting order that you defined in the Options dialog box at <emph>%PRODUCTNAME Calc - Sort Lists</emph>.</ahelp>"
msgstr ""
-#: 04060118.xhp#par_id3150628.167.help.text
-msgctxt "04060118.xhp#par_id3150628.167.help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
+#. _rFe
+#: 12050200.xhp
+#, fuzzy
+msgctxt ""
+"12050200.xhp\n"
+"hd_id3149121\n"
+"15\n"
+"help.text"
+msgid "Ascending"
+msgstr "#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\\nზრდადობით\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nდამავალი"
+
+#. F)Ad
+#: 12050200.xhp
+msgctxt ""
+"12050200.xhp\n"
+"par_id3155068\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SUBT_OPTIONS:BTN_ASCENDING\">Sorts beginning with the lowest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on Tools - Options - Language settings - Languages."
msgstr ""
-#: 04060118.xhp#par_id3153536.168.help.text
-msgctxt "04060118.xhp#par_id3153536.168.help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr "ტექსტი თარიღი ჩართულია."
+#. oxcm
+#: 12050200.xhp
+msgctxt ""
+"12050200.xhp\n"
+"hd_id3155443\n"
+"17\n"
+"help.text"
+msgid "Descending"
+msgstr "კლებადობით"
-#: 04060118.xhp#par_id3145313.169.help.text
-msgctxt "04060118.xhp#par_id3145313.169.help.text"
-msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+#. V\jb
+#: 12050200.xhp
+msgctxt ""
+"12050200.xhp\n"
+"par_id3153766\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SUBT_OPTIONS:BTN_DESCENDING\">Sorts beginning with the highest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on Tools - Options - Language settings - Languages."
msgstr ""
-#: 04060118.xhp#hd_id3155424.170.help.text
-msgctxt "04060118.xhp#hd_id3155424.170.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. r!TU
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"tit\n"
+"help.text"
+msgid "Add-in for Programming in $[officename] Calc"
+msgstr "პროგრამირებისთვის დამატება $[officename] Calc-ში"
-#: 04060118.xhp#par_id3154794.171.help.text
-msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) when is the next interest date?"
+#. f07|
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"bm_id3151076\n"
+"help.text"
+msgid "<bookmark_value>programming; add-ins</bookmark_value><bookmark_value>shared libraries; programming</bookmark_value><bookmark_value>external DLL functions</bookmark_value><bookmark_value>functions; $[officename] Calc add-in DLL</bookmark_value><bookmark_value>add-ins; for programming</bookmark_value>"
+msgstr "<bookmark_value>პროგრამირება; დამატებები</bookmark_value><bookmark_value>საზიარო ბიბლიოთეკები; პროგრამირება</bookmark_value><bookmark_value>გარე DLL ფუნქციები</bookmark_value><bookmark_value>ფუნქციები; $[officename] Calc დამატებითი DLL</bookmark_value><bookmark_value>დამატებები; პროგრამირებისთვის</bookmark_value>"
+
+#. ]=|@
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"hd_id3151076\n"
+"1\n"
+"help.text"
+msgid "Add-in for Programming in $[officename] Calc"
+msgstr "პროგრამირებისთვის დამატება $[officename] Calc-ში"
+
+#. 0h//
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3147001\n"
+"220\n"
+"help.text"
+msgid "The method of extending Calc by Add-Ins that is described in the following is outdated. The interfaces are still valid and supported, to ensure compatibility with existing Add-Ins, but for programming new Add-Ins you should use the new <link href=\"text/shared/guide/integratinguno.xhp\" name=\"API functions\">API functions</link>."
msgstr ""
-#: 04060118.xhp#par_id3159251.172.help.text
-msgid "=COUPNCD(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2001-05-15."
+#. PX9%
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150361\n"
+"2\n"
+"help.text"
+msgid "$[officename] Calc can be expanded by Add-Ins, which are external programming modules providing additional functions for working with spreadsheets. These are listed in the <emph>Function Wizard</emph> in the <emph>Add-In</emph> category. If you would like to program an Add-In yourself, you can learn here which functions must be exported by the <switchinline select=\"sys\"><caseinline select=\"UNIX\">shared library </caseinline><defaultinline>external DLL</defaultinline></switchinline> so that the Add-In can be successfully attached."
msgstr ""
-#: 04060118.xhp#bm_id3143281.help.text
-msgid "<bookmark_value>COUPDAYS function</bookmark_value>"
-msgstr "<bookmark_value>COUPDAYS ფუნქცია</bookmark_value>"
+#. qE7_
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149211\n"
+"3\n"
+"help.text"
+msgid "$[officename] searches the Add-in folder defined in the configuration for a suitable <switchinline select=\"sys\"><caseinline select=\"UNIX\">shared library </caseinline><defaultinline>DLL</defaultinline></switchinline>. To be recognized by $[officename], the <switchinline select=\"sys\"><caseinline select=\"UNIX\">shared library </caseinline><defaultinline>DLL</defaultinline></switchinline> must have certain properties, as explained in the following. This information allows you to program your own Add-In for <emph>Function Wizard</emph> of $[officename] Calc."
+msgstr ""
-#: 04060118.xhp#hd_id3143281.143.help.text
-msgid "COUPDAYS"
-msgstr "COUPDAYS"
+#. HTB9
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"hd_id3146981\n"
+"4\n"
+"help.text"
+msgid "The Add-In Concept"
+msgstr "დამატება"
-#: 04060118.xhp#par_id3149488.144.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_COUPDAYS\">Returns the number of days in the current interest period in which the settlement date falls.</ahelp>"
+#. 12.b
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3156292\n"
+"5\n"
+"help.text"
+msgid "Each Add-In library provides several functions. Some functions are used for administrative purposes. You can choose almost any name for your own functions. However, they must also follow certain rules regarding parameter passing. The exact naming and calling conventions vary for different platforms."
msgstr ""
-#: 04060118.xhp#hd_id3148685.145.help.text
-msgctxt "04060118.xhp#hd_id3148685.145.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. /.c;
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"hd_id3152890\n"
+"6\n"
+"help.text"
+msgid "Functions of <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library </caseinline><defaultinline>AddIn DLL</defaultinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">საზიარო ბიბლიოთეკების </caseinline><defaultinline>AddIn DLL</defaultinline></switchinline> ფუნქციები"
-#: 04060118.xhp#par_id3149585.146.help.text
-msgid "COUPDAYS(Settlement; Maturity; Frequency; Basis)"
+#. 4KJZ
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3148837\n"
+"7\n"
+"help.text"
+msgid "At a minimum, the administrative functions <link href=\"text/scalc/01/04060112.xhp\" name=\"GetFunctionCount\">GetFunctionCount</link> and <link href=\"text/scalc/01/04060112.xhp\" name=\"GetFunctionData\">GetFunctionData</link> must exist. Using these, the functions as well as parameter types and return values can be determined. As return values, the Double and String types are supported. As parameters, additionally the cell areas <link href=\"text/scalc/01/04060112.xhp\" name=\"Double Array\">Double Array</link>, <link href=\"text/scalc/01/04060112.xhp\" name=\"String Array\">String Array</link>, and <link href=\"text/scalc/01/04060112.xhp\" name=\"Cell Array\">Cell Array</link> are supported."
msgstr ""
-#: 04060118.xhp#par_id3152767.147.help.text
-msgctxt "04060118.xhp#par_id3152767.147.help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
+#. epi_
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3148604\n"
+"8\n"
+"help.text"
+msgid "Parameters are passed using references. Therefore, a change of these values is basically possible. However, this is not supported in $[officename] Calc because it does not make sense within spreadsheets."
msgstr ""
-#: 04060118.xhp#par_id3151250.148.help.text
-msgctxt "04060118.xhp#par_id3151250.148.help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr "ტექსტი თარიღი ჩართულია."
+#. OG)d
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150112\n"
+"9\n"
+"help.text"
+msgid "Libraries can be reloaded during runtime and their contents can be analyzed by the administrative functions. For each function, information is available about count and type of parameters, internal and external function names and an administrative number."
+msgstr ""
-#: 04060118.xhp#par_id3146126.149.help.text
-msgctxt "04060118.xhp#par_id3146126.149.help.text"
-msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+#. JPh:
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3155269\n"
+"10\n"
+"help.text"
+msgid "The functions are called synchronously and return their results immediately. Real time functions (asynchronous functions) are also possible; however, they are not explained in detail because of their complexity."
msgstr ""
-#: 04060118.xhp#hd_id3153705.150.help.text
-msgctxt "04060118.xhp#hd_id3153705.150.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. %0.J
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"hd_id3145077\n"
+"11\n"
+"help.text"
+msgid "General information about the interface"
+msgstr "საერთო ინფორმაცია ინტერფეისის შესახებ"
-#: 04060118.xhp#par_id3147530.151.help.text
-msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how many days are there in the interest period in which the settlement date falls?"
+#. -j#p
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3146776\n"
+"12\n"
+"help.text"
+msgid "The maximum number of parameters in an Add-In function attached to $[officename] Calc is 16: one return value and a maximum of 15 function input parameters."
msgstr ""
-#: 04060118.xhp#par_id3156338.152.help.text
-msgid "=COUPDAYS(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 181."
-msgstr ""
+#. D6Q*
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149899\n"
+"13\n"
+"help.text"
+msgid "The data types are defined as follows:"
+msgstr "მონაცემთა ტიპები განსაზღვრულია შემდეგით:"
-#: 04060118.xhp#bm_id3154832.help.text
-msgid "<bookmark_value>COUPDAYSNC function</bookmark_value>"
-msgstr "<bookmark_value>COUPDAYSNC ფუნქცია</bookmark_value>"
+#. 7[R#
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3151302\n"
+"14\n"
+"help.text"
+msgid "<emph>Data types</emph>"
+msgstr "<emph>მონაცემების ტიპები</emph>"
-#: 04060118.xhp#hd_id3154832.153.help.text
-msgid "COUPDAYSNC"
-msgstr "COUPDAYSNC"
+#. .Vi.
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3143222\n"
+"15\n"
+"help.text"
+msgid "<emph>Definition</emph>"
+msgstr "<emph>განსაზღვრა</emph>"
-#: 04060118.xhp#par_id3147100.154.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_COUPDAYSNC\">Returns the number of days from the settlement date until the next interest date.</ahelp>"
-msgstr ""
+#. V+3!
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149384\n"
+"16\n"
+"help.text"
+msgid "CALLTYPE"
+msgstr "CALLTYPE"
-#: 04060118.xhp#hd_id3151312.155.help.text
-msgctxt "04060118.xhp#hd_id3151312.155.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. Pzi:
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3146963\n"
+"17\n"
+"help.text"
+msgid "Under Windows: FAR PASCAL (_far _pascal)"
+msgstr "Windows-ში: FAR PASCAL (_far _pascal)"
-#: 04060118.xhp#par_id3155121.156.help.text
-msgid "COUPDAYSNC(Settlement; Maturity; Frequency; Basis)"
-msgstr ""
+#. T)%D
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153809\n"
+"18\n"
+"help.text"
+msgid "Other: default (operating system specific default)"
+msgstr "სხვა: ნაგულისხმევი (ოპერაციული სისტემის ნაგულისხმევი)"
-#: 04060118.xhp#par_id3158440.157.help.text
-msgctxt "04060118.xhp#par_id3158440.157.help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
+#. {u8x
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154734\n"
+"19\n"
+"help.text"
+msgid "USHORT"
+msgstr "USHORT"
-#: 04060118.xhp#par_id3146075.158.help.text
-msgctxt "04060118.xhp#par_id3146075.158.help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr "ტექსტი თარიღი ჩართულია."
+#. ku,@
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3155760\n"
+"20\n"
+"help.text"
+msgid "2 Byte unsigned Integer"
+msgstr "2 ბაიტი მიუნიჭებელი მთელი რიცხვი"
-#: 04060118.xhp#par_id3154620.159.help.text
-msgid "<emph>Frequency </emph>is number of interest payments per year (1, 2 or 4)."
-msgstr ""
+#. [#o}
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3145320\n"
+"21\n"
+"help.text"
+msgid "DOUBLE"
+msgstr "DOUBLE"
-#: 04060118.xhp#hd_id3155604.160.help.text
-msgctxt "04060118.xhp#hd_id3155604.160.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. Od^3
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150956\n"
+"22\n"
+"help.text"
+msgid "8 byte platform-dependent format"
+msgstr "8 ბაიტიან პლათფორმაზე დამოკიდებული ფორმატი"
-#: 04060118.xhp#par_id3148671.161.help.text
-msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how many days are there until the next interest payment?"
+#. v4kn
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3146097\n"
+"23\n"
+"help.text"
+msgid "Paramtype"
+msgstr "პარამეტრის ტიპი"
+
+#. J[t7
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150432\n"
+"24\n"
+"help.text"
+msgid "Platform-dependent like int"
+msgstr "int-ის მსგავსი პლათფორმაზე დამოკიდებული"
+
+#. ]Jmz
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153955\n"
+"25\n"
+"help.text"
+msgid "PTR_DOUBLE =0 pointer to a double"
msgstr ""
-#: 04060118.xhp#par_id3156158.162.help.text
-msgid "=COUPDAYSNC(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 110."
+#. d\d;
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3159262\n"
+"26\n"
+"help.text"
+msgid "PTR_STRING =1 pointer to a zero-terminated string"
msgstr ""
-#: 04060118.xhp#bm_id3150408.help.text
-msgid "<bookmark_value>COUPDAYBS function</bookmark_value><bookmark_value>durations;first interest payment until settlement date</bookmark_value><bookmark_value>securities;first interest payment until settlement date</bookmark_value>"
+#. pT9k
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3148747\n"
+"27\n"
+"help.text"
+msgid "PTR_DOUBLE_ARR =2 pointer to a double array"
msgstr ""
-#: 04060118.xhp#hd_id3150408.133.help.text
-msgid "COUPDAYBS"
-msgstr "COUPDAYBS"
+#. 0Ci?
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3147406\n"
+"28\n"
+"help.text"
+msgid "PTR_STRING_ARR =3 pointer to a string array"
+msgstr ""
-#: 04060118.xhp#par_id3146795.134.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_COUPDAYBS\">Returns the number of days from the first day of interest payment on a security until the settlement date.</ahelp>"
+#. );D8
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3151392\n"
+"29\n"
+"help.text"
+msgid "PTR_CELL_ARR =4 pointer to a cell array"
msgstr ""
-#: 04060118.xhp#hd_id3156142.135.help.text
-msgctxt "04060118.xhp#hd_id3156142.135.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. *.4r
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153028\n"
+"30\n"
+"help.text"
+msgid "NONE =5"
+msgstr "NONE =5"
-#: 04060118.xhp#par_id3159083.136.help.text
-msgid "COUPDAYBS(Settlement; Maturity; Frequency; Basis)"
-msgstr ""
+#. *}c#
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"hd_id3156396\n"
+"31\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library </caseinline><defaultinline>DLL</defaultinline></switchinline> functions"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">საზიარო ბიბლიოთეკების </caseinline><defaultinline>AddIn DLL</defaultinline></switchinline> ფუნქციები"
-#: 04060118.xhp#par_id3146907.137.help.text
-msgctxt "04060118.xhp#par_id3146907.137.help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
+#. S4Rn
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153019\n"
+"32\n"
+"help.text"
+msgid "Following you will find a description of those functions, which are called at the <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library </caseinline><defaultinline>external DLL</defaultinline></switchinline>."
msgstr ""
-#: 04060118.xhp#par_id3159390.138.help.text
-msgctxt "04060118.xhp#par_id3159390.138.help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr "ტექსტი თარიღი ჩართულია."
+#. FiKx
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150038\n"
+"33\n"
+"help.text"
+msgid "For all <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library </caseinline><defaultinline>DLL</defaultinline></switchinline> functions, the following applies:"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">საზიარო ბიბლიოთეკების </caseinline><defaultinline>AddIn DLL</defaultinline></switchinline> ფუნქციები"
-#: 04060118.xhp#par_id3154414.139.help.text
-msgctxt "04060118.xhp#par_id3154414.139.help.text"
-msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+#. h+|/
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3157876\n"
+"34\n"
+"help.text"
+msgid "void CALLTYPE fn(out, in1, in2, ...)"
msgstr ""
-#: 04060118.xhp#hd_id3153880.140.help.text
-msgctxt "04060118.xhp#hd_id3153880.140.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. ,tb,
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3147616\n"
+"35\n"
+"help.text"
+msgid "Output: Resulting value"
+msgstr "გამონატანი: შედეგის მნიშვნელობა"
-#: 04060118.xhp#par_id3150592.141.help.text
-msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how many days is this?"
+#. *7on
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3159119\n"
+"36\n"
+"help.text"
+msgid "Input: Any number of types (double&, char*, double*, char**, Cell area), where the <link href=\"text/scalc/01/04060112.xhp\" name=\"Cell area\">Cell area</link> is an array of types double array, string array, or cell array."
msgstr ""
-#: 04060118.xhp#par_id3151103.142.help.text
-msgid "=COUPDAYBS(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 71."
-msgstr ""
+#. SLns
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"hd_id3150653\n"
+"37\n"
+"help.text"
+msgid "GetFunctionCount()"
+msgstr "GetFunctionCount()"
-#: 04060118.xhp#bm_id3152957.help.text
-msgid "<bookmark_value>COUPPCD function</bookmark_value><bookmark_value>dates;interest date prior to settlement date</bookmark_value>"
+#. !A-T
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3152981\n"
+"38\n"
+"help.text"
+msgid "Returns the number of functions without the management functions of the reference parameter. Each function has a unique number between 0 and nCount-1. This number will be needed for the <link href=\"text/scalc/01/04060112.xhp\" name=\"GetFunctionData\">GetFunctionData</link> and <link href=\"text/scalc/01/04060112.xhp\" name=\"GetParameterDescription\">GetParameterDescription</link> functions later."
msgstr ""
-#: 04060118.xhp#hd_id3152957.183.help.text
-msgid "COUPPCD"
-msgstr "COUPPCD"
+#. w;R_
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150742\n"
+"39\n"
+"help.text"
+msgid "<emph>Syntax</emph>"
+msgstr "<emph>სინტაქსი</emph>"
-#: 04060118.xhp#par_id3153678.184.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_COUPPCD\">Returns the date of the interest date prior to the settlement date. Format the result as a date.</ahelp>"
-msgstr ""
+#. {D9q
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3148728\n"
+"40\n"
+"help.text"
+msgid "void CALLTYPE GetFunctionCount(USHORT& nCount)"
+msgstr "void CALLTYPE GetFunctionCount(USHORT& nCount)"
-#: 04060118.xhp#hd_id3156269.185.help.text
-msgctxt "04060118.xhp#hd_id3156269.185.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. )Pss
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154677\n"
+"41\n"
+"help.text"
+msgid "<emph>Parameter</emph>"
+msgstr "<emph>პარამეტრი</emph>"
-#: 04060118.xhp#par_id3153790.186.help.text
-msgid "COUPPCD(Settlement; Maturity; Frequency; Basis)"
-msgstr ""
+#. _)5W
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3146940\n"
+"42\n"
+"help.text"
+msgid "USHORT &nCount:"
+msgstr "USHORT &nCount:"
-#: 04060118.xhp#par_id3150989.187.help.text
-msgctxt "04060118.xhp#par_id3150989.187.help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
+#. XL\g
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149893\n"
+"43\n"
+"help.text"
+msgid "Output: Reference to a variable, which is supposed to contain the number of Add-In functions. For example: If the Add-In provides 5 functions for $[officename] Calc, then nCount=5."
+msgstr "გამონატანი მითითება -სკენ a ტოლია -სკენ შეიცავს რიცხვი - დამატება -თვის მაგალითი დამატება შეიცავს -თვის გამოთვლა."
-#: 04060118.xhp#par_id3154667.188.help.text
-msgctxt "04060118.xhp#par_id3154667.188.help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr "ტექსტი თარიღი ჩართულია."
+#. yZ:4
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"hd_id3147476\n"
+"44\n"
+"help.text"
+msgid "GetFunctionData()"
+msgstr "GetFunctionData()"
-#: 04060118.xhp#par_id3154569.189.help.text
-msgctxt "04060118.xhp#par_id3154569.189.help.text"
-msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
-msgstr ""
+#. K2nJ
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154841\n"
+"45\n"
+"help.text"
+msgid "Determines all the important information about an Add-In function."
+msgstr "ყველა მნიშვნელოვანი ინფორმაცია დამატება."
-#: 04060118.xhp#hd_id3150826.190.help.text
-msgctxt "04060118.xhp#hd_id3150826.190.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. [I`-
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3148888\n"
+"46\n"
+"help.text"
+msgid "<emph>Syntax</emph>"
+msgstr "<emph>სინტაქსი</emph>"
-#: 04060118.xhp#par_id3148968.191.help.text
-msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) what was the interest date prior to purchase?"
-msgstr ""
+#. _zz3
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3148434\n"
+"47\n"
+"help.text"
+msgid "void CALLTYPE GetFunctionData(USHORT& nNo, char* pFuncName, USHORT& nParamCount, Paramtype* peType, char* pInternalName)"
+msgstr "CALLTYPE USHORT char USHORT პარამეტრის ტიპი char"
-#: 04060118.xhp#par_id3149992.192.help.text
-msgid "=COUPPCD(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2000-15-11."
-msgstr ""
+#. )^.P
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149253\n"
+"48\n"
+"help.text"
+msgid "<emph>Parameter</emph>"
+msgstr "<emph>პარამეტრი</emph>"
-#: 04060118.xhp#bm_id3150673.help.text
-msgid "<bookmark_value>COUPNUM function</bookmark_value><bookmark_value>number of coupons</bookmark_value>"
-msgstr "<bookmark_value>COUNTA ფუნქცია</bookmark_value><bookmark_value>ჩანაწერთა რაოდენობა</bookmark_value>"
+#. (t.v
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149686\n"
+"49\n"
+"help.text"
+msgid "USHORT& nNo:"
+msgstr "USHORT& nNo:"
-#: 04060118.xhp#hd_id3150673.173.help.text
-msgid "COUPNUM"
-msgstr "COUPNUM"
+#. )Fq6
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149949\n"
+"50\n"
+"help.text"
+msgid "Input: Function number between 0 and nCount-1, inclusively."
+msgstr "შეყვანა ფუნქცია რიცხვი არის შორის და."
-#: 04060118.xhp#par_id3154350.174.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_COUPNUM\">Returns the number of coupons (interest payments) between the settlement date and the maturity date.</ahelp>"
+#. ;:0r
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149546\n"
+"51\n"
+"help.text"
+msgid "char* pFuncName:"
+msgstr "char* pFuncName:"
+
+#. 0pxr
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3148579\n"
+"52\n"
+"help.text"
+msgid "Output: Function name as seen by the programmer, as it is named in the <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library </caseinline><defaultinline>DLL</defaultinline></switchinline>. This name does not determine the name used in the <emph>Function Wizard</emph>."
msgstr ""
-#: 04060118.xhp#hd_id3148400.175.help.text
-msgctxt "04060118.xhp#hd_id3148400.175.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. i(i4
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153935\n"
+"53\n"
+"help.text"
+msgid "USHORT& nParamCount:"
+msgstr "USHORT& nParamCount:"
-#: 04060118.xhp#par_id3153200.176.help.text
-msgid "COUPNUM(Settlement; Maturity; Frequency; Basis)"
+#. ?C#E
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150142\n"
+"54\n"
+"help.text"
+msgid "Output: Number of parameters in AddIn function. This number must be greater than 0, because there is always a result value; the maximum value is 16."
msgstr ""
-#: 04060118.xhp#par_id3159406.177.help.text
-msgctxt "04060118.xhp#par_id3159406.177.help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
+#. qJ$`
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3145143\n"
+"55\n"
+"help.text"
+msgid "Paramtype* peType:"
+msgstr "პარამეტრის ტიპი* peType:"
+
+#. HBX!
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3148750\n"
+"56\n"
+"help.text"
+msgid "Output: Pointer to an array of exactly 16 variables of type Paramtype. The first nParamCount entries are filled with the suitable type of parameter."
msgstr ""
-#: 04060118.xhp#par_id3155864.178.help.text
-msgctxt "04060118.xhp#par_id3155864.178.help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr "ტექსტი თარიღი ჩართულია."
+#. 7gZ,
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153078\n"
+"57\n"
+"help.text"
+msgid "char* pInternalName:"
+msgstr "char* pInternalName:"
-#: 04060118.xhp#par_id3154720.179.help.text
-msgctxt "04060118.xhp#par_id3154720.179.help.text"
-msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+#. *R\g
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3155261\n"
+"58\n"
+"help.text"
+msgid "Output: Function name as seen by the user, as it appears in the <emph>Function Wizard</emph>. May contain umlauts."
+msgstr "გამონატანი: ფუნქციის სახელი როგორც ამას მომხნმარებელი ხედავს, როგორც ეს <emph>ფუნქციათა ოსტატში</emph> ჩანს. შეიძლება შეიცავდეს უმლაუტებს."
+
+#. VgFb
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153327\n"
+"59\n"
+"help.text"
+msgid "The pFuncName and pInternalName parameters are char arrays, which are implemented with size 256 in $[officename] Calc."
msgstr ""
-#: 04060118.xhp#hd_id3149319.180.help.text
-msgctxt "04060118.xhp#hd_id3149319.180.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. ^Kjm
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"hd_id3148567\n"
+"60\n"
+"help.text"
+msgid "GetParameterDescription()"
+msgstr "GetParameterDescription()"
-#: 04060118.xhp#par_id3152460.181.help.text
-msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how many interest dates are there?"
+#. n~v6
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153000\n"
+"61\n"
+"help.text"
+msgid "Provides a brief description of the Add-In function and its parameters. As an option, this function can be used to show a function and parameter description in the <emph>Function Wizard</emph>."
msgstr ""
-#: 04060118.xhp#par_id3150640.182.help.text
-msgid "=COUPNUM(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2."
+#. \RJ?
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154501\n"
+"62\n"
+"help.text"
+msgid "<emph>Syntax</emph>"
+msgstr "<emph>სინტაქსი</emph>"
+
+#. orb/
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153564\n"
+"63\n"
+"help.text"
+msgid "void CALLTYPE GetParameterDescription(USHORT& nNo, USHORT& nParam, char* pName, char* pDesc)"
msgstr ""
-#: 04060118.xhp#bm_id3149339.help.text
-msgid "<bookmark_value>IPMT function</bookmark_value><bookmark_value>periodic amortizement rates</bookmark_value>"
-msgstr "<bookmark_value>SUM ფუნქცია</bookmark_value><bookmark_value>დამატება;რიცხვები უჯრათა დიაპაზონში</bookmark_value>"
+#. Z{19
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3157995\n"
+"64\n"
+"help.text"
+msgid "<emph>Parameter</emph>"
+msgstr "<emph>პარამეტრი</emph>"
-#: 04060118.xhp#hd_id3149339.263.help.text
-msgid "IPMT"
-msgstr "IPMT"
+#. bOOu
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3155925\n"
+"65\n"
+"help.text"
+msgid "USHORT& nNo:"
+msgstr "USHORT& nNo:"
-#: 04060118.xhp#par_id3154522.264.help.text
-msgid "<ahelp hid=\"HID_FUNC_ZINSZ\">Calculates the periodic amortizement for an investment with regular payments and a constant interest rate.</ahelp>"
+#. =A-K
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149883\n"
+"66\n"
+"help.text"
+msgid "Input: Number of the function in the library; between 0 and nCount-1."
+msgstr "შეყვანა ნომერი - დუ არის შორის და."
+
+#. xm`1
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154326\n"
+"67\n"
+"help.text"
+msgid "USHORT& nParam:"
+msgstr "USHORT& nParam:"
+
+#. /kUh
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3159139\n"
+"68\n"
+"help.text"
+msgid "Input: Indicates, for which parameter the description is provided; parameters start at 1. If nParam is 0, the description itself is supposed to be provided in pDesc; in this case, pName does not have any meaning."
msgstr ""
-#: 04060118.xhp#hd_id3153266.265.help.text
-msgctxt "04060118.xhp#hd_id3153266.265.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. 9m`Q
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3147374\n"
+"69\n"
+"help.text"
+msgid "char* pName:"
+msgstr "char* pName:"
-#: 04060118.xhp#par_id3151283.266.help.text
-msgid "IPMT(Rate; Period; NPer; PV; FV; Type)"
-msgstr "PV(სიხშირე; NPER; PMT; FV; ტიპი)"
+#. {8\r
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3145245\n"
+"70\n"
+"help.text"
+msgid "Output: Takes up the parameter name or type, for example, the word \"Number\" or \"String\" or \"Date\", and so on. Implemented in $[officename] Calc as char[256]."
+msgstr "გამონატანი მაღლა სახელი ან ტიპი -თვის მაგალითი ნომერი ან სტრიქონი ან თარიღი და ჩართულია დუ გამოთვლა char."
-#: 04060118.xhp#par_id3147313.267.help.text
-msgctxt "04060118.xhp#par_id3147313.267.help.text"
-msgid "<emph>Rate</emph> is the periodic interest rate."
-msgstr ""
+#. ?f8r
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3151020\n"
+"71\n"
+"help.text"
+msgid "char* pDesc:"
+msgstr "char* pDesc:"
-#: 04060118.xhp#par_id3145158.268.help.text
-msgid "<emph>Period</emph> is the period, for which the compound interest is calculated. Period=NPER if compound interest for the last period is calculated."
+#. hjz+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3148389\n"
+"72\n"
+"help.text"
+msgid "Output: Takes up the description of the parameter, for example, \"Value, at which the universe is to be calculated.\" Implemented in $[officename] Calc as char[256]."
msgstr ""
-#: 04060118.xhp#par_id3147577.269.help.text
-msgid "<emph>NPer</emph> is the total number of periods, during which annuity is paid."
+#. @LnV
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3145303\n"
+"73\n"
+"help.text"
+msgid "pName and pDesc are char arrays; implemented in $[officename] Calc with size 256. Please note that the space available in the <emph>Function Wizard</emph> is limited and that the 256 characters cannot be fully used."
msgstr ""
-#: 04060118.xhp#par_id3156211.270.help.text
-msgid "<emph>PV</emph> is the present cash value in sequence of payments."
-msgstr ""
+#. o!{-
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"hd_id3148874\n"
+"76\n"
+"help.text"
+msgid "Cell areas"
+msgstr "უჯრების არეები"
-#: 04060118.xhp#par_id3151213.271.help.text
-msgid "<emph>FV</emph> (optional) is the desired value (future value) at the end of the periods."
+#. SrC.
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150265\n"
+"77\n"
+"help.text"
+msgid "The following tables contain information about which data structures must be provided by an external program module in order to pass cell areas. $[officename] Calc distinguishes between three different arrays, depending on the data type."
msgstr ""
-#: 04060118.xhp#par_id3154195.272.help.text
-msgid "<emph>Type</emph> is the due date for the periodic payments."
-msgstr ""
+#. 9gO~
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"hd_id3156060\n"
+"78\n"
+"help.text"
+msgid "Double Array"
+msgstr "ორმაგი მასივი"
-#: 04060118.xhp#hd_id3150102.273.help.text
-msgctxt "04060118.xhp#hd_id3150102.273.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. 2Nl[
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149540\n"
+"79\n"
+"help.text"
+msgid "As a parameter, a cell area with values of the Number/Double type can be passed. A double array in $[officename] Calc is defined as follows:"
+msgstr "a a არე - ნომერი ორმაგი ტიპი A double დუ გამოთვლა ტოლია:"
-#: 04060118.xhp#par_id3149438.274.help.text
-msgid "What is the interest rate during the fifth period (year) if the constant interest rate is 5% and the cash value is 15,000 currency units? The periodic payment is seven years."
-msgstr ""
+#. B3if
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149388\n"
+"80\n"
+"help.text"
+msgid "<emph>Offset</emph>"
+msgstr "<emph>შერევა</emph>"
-#: 04060118.xhp#par_id3150496.275.help.text
-msgid "<item type=\"input\">=IPMT(5%;5;7;15000)</item> = -352.97 currency units. The compound interest during the fifth period (year) is 352.97 currency units."
-msgstr ""
+#. -u,r
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154636\n"
+"81\n"
+"help.text"
+msgid "<emph>Name</emph>"
+msgstr "<emph>სახელი</emph>"
-#: 04060118.xhp#bm_id3151205.help.text
-msgid "<bookmark_value>calculating;future values</bookmark_value><bookmark_value>future values;constant interest rates</bookmark_value><bookmark_value>FV function</bookmark_value>"
-msgstr "<bookmark_value>ხაზების რეგრესია</bookmark_value><bookmark_value>ექსტრაპოლაცია</bookmark_value><bookmark_value>FORECAST ფუნქცია</bookmark_value>"
+#. jvQ)
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153228\n"
+"82\n"
+"help.text"
+msgid "<emph>Description</emph>"
+msgstr "<emph>აღწერა</emph>"
-#: 04060118.xhp#hd_id3151205.277.help.text
-msgid "FV"
-msgstr "FV"
+#. H%)_
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150685\n"
+"83\n"
+"help.text"
+msgid "0"
+msgstr "0"
-#: 04060118.xhp#par_id3154140.278.help.text
-msgid "<ahelp hid=\"HID_FUNC_ZW\">Returns the future value of an investment based on periodic, constant payments and a constant interest rate (Future Value).</ahelp>"
-msgstr ""
+#. ?=~l
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154869\n"
+"84\n"
+"help.text"
+msgid "Col1"
+msgstr "სვეტი1"
-#: 04060118.xhp#hd_id3155178.279.help.text
-msgctxt "04060118.xhp#hd_id3155178.279.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. sfDe
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3147541\n"
+"85\n"
+"help.text"
+msgid "Column number in the upper-left corner of the cell area. Numbering starts at 0."
+msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
-#: 04060118.xhp#par_id3145215.280.help.text
-msgid "FV(Rate; NPer; Pmt; PV; Type)"
-msgstr "PV(სიხშირე; NPER; PMT; FV; ტიპი)"
+#. i_97
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149783\n"
+"86\n"
+"help.text"
+msgid "2"
+msgstr "2"
-#: 04060118.xhp#par_id3155136.281.help.text
-msgctxt "04060118.xhp#par_id3155136.281.help.text"
-msgid "<emph>Rate</emph> is the periodic interest rate."
-msgstr ""
+#. s^T[
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3155986\n"
+"87\n"
+"help.text"
+msgid "Row1"
+msgstr "რიგი1"
-#: 04060118.xhp#par_id3156029.282.help.text
-msgid "<emph>NPer</emph> is the total number of periods (payment period)."
-msgstr ""
+#. N3|:
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3147483\n"
+"88\n"
+"help.text"
+msgid "Row number in the upper-left corner of the cell area; numbering starts at 0."
+msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
-#: 04060118.xhp#par_id3151322.283.help.text
-msgid "<emph>Pmt</emph> is the annuity paid regularly per period."
-msgstr ""
+#. 8Z}9
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153721\n"
+"89\n"
+"help.text"
+msgid "4"
+msgstr "4"
-#: 04060118.xhp#par_id3145256.284.help.text
-msgid "<emph>PV</emph> (optional) is the (present) cash value of an investment."
-msgstr ""
+#. e\;#
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154317\n"
+"90\n"
+"help.text"
+msgid "Tab1"
+msgstr "ჩანართი1"
-#: 04060118.xhp#par_id3150999.285.help.text
-msgid "<emph>Type</emph> (optional) defines whether the payment is due at the beginning or the end of a period."
-msgstr ""
+#. TX4%
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149820\n"
+"91\n"
+"help.text"
+msgid "Table number in the upper-left corner of the cell area; numbering starts at 0."
+msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
-#: 04060118.xhp#par_idN114D8.help.text
-msgctxt "04060118.xhp#par_idN114D8.help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+#. )ab!
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3163820\n"
+"92\n"
+"help.text"
+msgid "6"
+msgstr "6"
-#: 04060118.xhp#hd_id3146800.286.help.text
-msgctxt "04060118.xhp#hd_id3146800.286.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. })Wh
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149710\n"
+"93\n"
+"help.text"
+msgid "Col2"
+msgstr "სვეტი2"
-#: 04060118.xhp#par_id3146813.287.help.text
-msgid "What is the value at the end of an investment if the interest rate is 4% and the payment period is two years, with a periodic payment of 750 currency units. The investment has a present value of 2,500 currency units."
-msgstr ""
+#. {Pal
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154819\n"
+"94\n"
+"help.text"
+msgid "Column number in the lower-right corner of the cell area. Numbering starts at 0."
+msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
-#: 04060118.xhp#par_id3149302.288.help.text
-msgid "<item type=\"input\">=FV(4%;2;750;2500) </item>= -4234.00 currency units. The value at the end of the investment is 4234.00 currency units."
-msgstr ""
+#. 4Bp#
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3145083\n"
+"95\n"
+"help.text"
+msgid "8"
+msgstr "8"
-#: 04060118.xhp#bm_id3155912.help.text
-msgid "<bookmark_value>FVSCHEDULE function</bookmark_value><bookmark_value>future values;varying interest rates</bookmark_value>"
-msgstr ""
+#. /ftp
+#: 04060112.xhp
+#, fuzzy
+msgctxt ""
+"04060112.xhp\n"
+"par_id3156310\n"
+"96\n"
+"help.text"
+msgid "Row2"
+msgstr "რიგი2"
-#: 04060118.xhp#hd_id3155912.51.help.text
-msgid "FVSCHEDULE"
-msgstr "FVSCHEDULE"
+#. KOj.
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150968\n"
+"97\n"
+"help.text"
+msgid "Row number in the lower-right corner of the cell area; numbering starts at 0."
+msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
-#: 04060118.xhp#par_id3163726.52.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_FVSCHEDULE\">Calculates the accumulated value of the starting capital for a series of periodically varying interest rates.</ahelp>"
-msgstr ""
+#. X,#=
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3156133\n"
+"98\n"
+"help.text"
+msgid "10"
+msgstr "10"
-#: 04060118.xhp#hd_id3149571.53.help.text
-msgctxt "04060118.xhp#hd_id3149571.53.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. a)`u
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153218\n"
+"99\n"
+"help.text"
+msgid "Tab2"
+msgstr "ჩანართი2"
-#: 04060118.xhp#par_id3148891.54.help.text
-msgid "FVSCHEDULE(Principal; Schedule)"
-msgstr ""
+#. ex(i
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3147086\n"
+"100\n"
+"help.text"
+msgid "Table number in the lower-right corner of the cell area; numbering starts at 0."
+msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
-#: 04060118.xhp#par_id3148904.55.help.text
-msgid "<emph>Principal</emph> is the starting capital."
-msgstr ""
+#. yll8
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3151270\n"
+"101\n"
+"help.text"
+msgid "12"
+msgstr "12"
-#: 04060118.xhp#par_id3148562.56.help.text
-msgid "<emph>Schedule</emph> is a series of interest rates, for example, as a range H3:H5 or as a (List) (see example)."
+#. ,Lox
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3152934\n"
+"102\n"
+"help.text"
+msgid "Count"
+msgstr "თვლა"
+
+#. y~bv
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3145202\n"
+"103\n"
+"help.text"
+msgid "Number of the following elements. Empty cells are not counted or passed."
msgstr ""
-#: 04060118.xhp#hd_id3147288.57.help.text
-msgctxt "04060118.xhp#hd_id3147288.57.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. 0pBT
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150879\n"
+"104\n"
+"help.text"
+msgid "14"
+msgstr "14"
-#: 04060118.xhp#par_id3148638.58.help.text
-msgid "1000 currency units have been invested in for three years. The interest rates were 3%, 4% and 5% per annum. What is the value after three years?"
-msgstr ""
+#. Y6(X
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3156002\n"
+"105\n"
+"help.text"
+msgid "Col"
+msgstr "სვეტი"
-#: 04060118.xhp#par_id3156358.59.help.text
-msgid "<item type=\"input\">=FVSCHEDULE(1000;{0.03;0.04;0.05})</item> returns 1124.76."
+#. 0E5|
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3147276\n"
+"106\n"
+"help.text"
+msgid "Column number of the element. Numbering starts at 0."
+msgstr "ელემენტის სვეტის ნომერი. ნუმერაცია იწყება 0-ით."
+
+#. 8CsM
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3151295\n"
+"107\n"
+"help.text"
+msgid "16"
+msgstr "16"
+
+#. T0J\
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150261\n"
+"108\n"
+"help.text"
+msgid "Row"
+msgstr "რიგი"
+
+#. pa54
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3155851\n"
+"109\n"
+"help.text"
+msgid "Row number of the element; numbering starts at 0."
+msgstr "ელემენტის რიგის ნომერი. ნუმერაცია იწყება 0-ით."
+
+#. [!ln
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153150\n"
+"110\n"
+"help.text"
+msgid "18"
+msgstr "18"
+
+#. ]W4/
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153758\n"
+"111\n"
+"help.text"
+msgid "Tab"
+msgstr "ჩანართი"
+
+#. 8T/b
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150154\n"
+"112\n"
+"help.text"
+msgid "Table number of the element; numbering starts at 0."
+msgstr "ელემენტის ცხრილის ნომერი. ნუმერაცია იწყება 0-ით."
+
+#. [_r2
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149289\n"
+"113\n"
+"help.text"
+msgid "20"
+msgstr "20"
+
+#. oB\p
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3156010\n"
+"114\n"
+"help.text"
+msgid "Error"
+msgstr "შეცდომა"
+
+#. ZC,)
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3159181\n"
+"115\n"
+"help.text"
+msgid "Error number, where the value 0 is defined as \"no error.\" If the element comes from a formula cell the error value is determined by the formula."
msgstr ""
-#: 04060118.xhp#bm_id3156435.help.text
-msgid "<bookmark_value>calculating;number of payment periods</bookmark_value><bookmark_value>payment periods;number of</bookmark_value><bookmark_value>number of payment periods</bookmark_value><bookmark_value>NPER function</bookmark_value>"
+#. 84R5
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3147493\n"
+"116\n"
+"help.text"
+msgid "22"
+msgstr "22"
+
+#. qEhY
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149200\n"
+"117\n"
+"help.text"
+msgid "Value"
+msgstr "მნიშვნელობა"
+
+#. dh(a
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3151174\n"
+"118\n"
+"help.text"
+msgid "8 byte IEEE variable of type double/floating point"
msgstr ""
-#: 04060118.xhp#hd_id3156435.290.help.text
-msgid "NPER"
-msgstr "NPER"
+#. 6ssq
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154688\n"
+"119\n"
+"help.text"
+msgid "30"
+msgstr "30"
-#: 04060118.xhp#par_id3152363.291.help.text
-msgid "<ahelp hid=\"HID_FUNC_ZZR\">Returns the number of periods for an investment based on periodic, constant payments and a constant interest rate.</ahelp>"
+#. ^d[(
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3159337\n"
+"120\n"
+"help.text"
+msgid "..."
+msgstr "..."
+
+#. ~Y=_
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3155388\n"
+"121\n"
+"help.text"
+msgid "Next element"
+msgstr "შემდეგი ელემენტი"
+
+#. {n3}
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"hd_id3154935\n"
+"122\n"
+"help.text"
+msgid "String Array"
+msgstr "სტრიქონის მასივი"
+
+#. =~81
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153105\n"
+"123\n"
+"help.text"
+msgid "A cell area, which contains values of data type Text and is passed as a string array. A string array in $[officename] Calc is defined as follows:"
+msgstr "A არე შეიცავს - ტიპი ტექსტი და ტოლია a სტრიქონი A სტრიქონი დუ გამოთვლა ტოლია:"
+
+#. ^[Q|
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149908\n"
+"124\n"
+"help.text"
+msgid "<emph>Offset</emph>"
+msgstr "<emph>შერევა</emph>"
+
+#. *;0x
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3159165\n"
+"125\n"
+"help.text"
+msgid "<emph>Name</emph>"
+msgstr "<emph>სახელი</emph>"
+
+#. #!I7
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3159150\n"
+"126\n"
+"help.text"
+msgid "<emph>Description</emph>"
+msgstr "<emph>აღწერა</emph>"
+
+#. Rbe0
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149769\n"
+"127\n"
+"help.text"
+msgid "0"
+msgstr "0"
+
+#. A`GJ
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150509\n"
+"128\n"
+"help.text"
+msgid "Col1"
+msgstr "სვეტი1"
+
+#. ei)b
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3148447\n"
+"129\n"
+"help.text"
+msgid "Column number in the upper-left corner of the cell area. Numbering starts at 0."
+msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+
+#. IXjJ
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3145418\n"
+"130\n"
+"help.text"
+msgid "2"
+msgstr "2"
+
+#. zY+I
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3147512\n"
+"131\n"
+"help.text"
+msgid "Row1"
+msgstr "რიგი1"
+
+#. HnMQ
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3147235\n"
+"132\n"
+"help.text"
+msgid "Row number in the upper-left corner of the cell area; numbering starts at 0."
+msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+
+#. p/E#
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3155362\n"
+"133\n"
+"help.text"
+msgid "4"
+msgstr "4"
+
+#. 0b/D
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3151051\n"
+"134\n"
+"help.text"
+msgid "Tab1"
+msgstr "ჩანართი1"
+
+#. o4K8
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3148923\n"
+"135\n"
+"help.text"
+msgid "Table number in the upper-left corner of the cell area; numbering starts at 0."
+msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+
+#. =GUV
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149158\n"
+"136\n"
+"help.text"
+msgid "6"
+msgstr "6"
+
+#. (zF0
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3166437\n"
+"137\n"
+"help.text"
+msgid "Col2"
+msgstr "სვეტი2"
+
+#. .GiB
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149788\n"
+"138\n"
+"help.text"
+msgid "Column number in the lower-right corner of the cell area. Numbering starts at 0."
+msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+
+#. |L-4
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3166450\n"
+"139\n"
+"help.text"
+msgid "8"
+msgstr "8"
+
+#. o8]=
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3152877\n"
+"140\n"
+"help.text"
+msgid "Row2"
+msgstr "რიგი"
+
+#. hx!.
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3152949\n"
+"141\n"
+"help.text"
+msgid "Row number in the lower-right corner of the cell area; numbering starts at 0."
+msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+
+#. [yi,
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3159270\n"
+"142\n"
+"help.text"
+msgid "10"
+msgstr "10"
+
+#. Vio^
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154107\n"
+"143\n"
+"help.text"
+msgid "Tab2"
+msgstr "ჩანართი2"
+
+#. @^yr
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153747\n"
+"144\n"
+"help.text"
+msgid "Table number in the lower-right corner of the cell area; numbering starts at 0."
+msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+
+#. -b}X
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149924\n"
+"145\n"
+"help.text"
+msgid "12"
+msgstr "12"
+
+#. 0.?G
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154858\n"
+"146\n"
+"help.text"
+msgid "Count"
+msgstr "თვლა"
+
+#. #u6l
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3148621\n"
+"147\n"
+"help.text"
+msgid "Number of the following elements. Empty cells are not counted or passed."
msgstr ""
-#: 04060118.xhp#hd_id3147216.292.help.text
-msgctxt "04060118.xhp#hd_id3147216.292.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. +D1U
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3148467\n"
+"148\n"
+"help.text"
+msgid "14"
+msgstr "14"
-#: 04060118.xhp#par_id3155934.293.help.text
-msgid "NPER(Rate; Pmt; PV; FV; Type)"
-msgstr "PV(სიხშირე; NPER; PMT; FV; ტიპი)"
+#. hg5]
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3151126\n"
+"149\n"
+"help.text"
+msgid "Col"
+msgstr "სვეტი"
-#: 04060118.xhp#par_id3155946.294.help.text
-msgctxt "04060118.xhp#par_id3155946.294.help.text"
-msgid "<emph>Rate</emph> is the periodic interest rate."
+#. JG#I
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154334\n"
+"150\n"
+"help.text"
+msgid "Column number of the element. Numbering starts at 0."
+msgstr "ელემენტის სვეტის ნომერი. ნუმერაცია იწყება 0-ით."
+
+#. 5+CL
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149416\n"
+"151\n"
+"help.text"
+msgid "16"
+msgstr "16"
+
+#. Q.#D
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150631\n"
+"152\n"
+"help.text"
+msgid "Row"
+msgstr "რიგი"
+
+#. G99P
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150424\n"
+"153\n"
+"help.text"
+msgid "Row number of the element; numbering starts at 0."
+msgstr "ელემენტის რიგის ნომერი. ნუმერაცია იწყება 0-ით."
+
+#. xsm^
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154797\n"
+"154\n"
+"help.text"
+msgid "18"
+msgstr "18"
+
+#. %4|p
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3143274\n"
+"155\n"
+"help.text"
+msgid "Tab"
+msgstr "ჩანართი"
+
+#. hnr,
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149513\n"
+"156\n"
+"help.text"
+msgid "Table number of the element; numbering starts at 0."
+msgstr "ელემენტის ცხრილის ნომერი. ნუმერაცია იწყება 0-ით."
+
+#. !T`@
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3145306\n"
+"157\n"
+"help.text"
+msgid "20"
+msgstr "20"
+
+#. %M?x
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153948\n"
+"158\n"
+"help.text"
+msgid "Error"
+msgstr "შეცდომა"
+
+#. jj1H
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153534\n"
+"159\n"
+"help.text"
+msgid "Error number, where the value 0 is defined as \"no error.\" If the element comes from a formula cell the error value is determined by the formula."
msgstr ""
-#: 04060118.xhp#par_id3149042.295.help.text
-msgid "<emph>Pmt</emph> is the constant annuity paid in each period."
+#. t*;k
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153311\n"
+"160\n"
+"help.text"
+msgid "22"
+msgstr "22"
+
+#. Xil1
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3148695\n"
+"161\n"
+"help.text"
+msgid "Len"
+msgstr "Len"
+
+#. e-7j
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3152769\n"
+"162\n"
+"help.text"
+msgid "Length of the following string, including closing zero byte. If the length including closing zero byte equals an odd value a second zero byte is added to the string so that an even value is achieved. Therefore, Len is calculated using ((StrLen+2)&~1)."
msgstr ""
-#: 04060118.xhp#par_id3153134.296.help.text
-msgctxt "04060118.xhp#par_id3153134.296.help.text"
-msgid "<emph>PV</emph> is the present value (cash value) in a sequence of payments."
+#. |hb;
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153772\n"
+"163\n"
+"help.text"
+msgid "24"
+msgstr "24"
+
+#. #:41
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153702\n"
+"164\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონი"
+
+#. 3(BM
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154474\n"
+"165\n"
+"help.text"
+msgid "String with closing zero byte"
+msgstr "სტრიქონი დამხურავი ნულოვანი ბაიტით"
+
+#. :1E3
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3156269\n"
+"166\n"
+"help.text"
+msgid "24+Len"
+msgstr "24+Len"
+
+#. 6swn
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154825\n"
+"167\n"
+"help.text"
+msgid "..."
+msgstr "..."
+
+#. oR=o
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3147097\n"
+"168\n"
+"help.text"
+msgid "Next element"
+msgstr "შემდეგი ელემენტი"
+
+#. @H/t
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"hd_id3159091\n"
+"169\n"
+"help.text"
+msgid "Cell Array"
+msgstr "უჯრების მასივი"
+
+#. QMp%
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3156140\n"
+"170\n"
+"help.text"
+msgid "Cell arrays are used to call cell areas containing text as well as numbers. A cell array in $[officename] Calc is defined as follows:"
msgstr ""
-#: 04060118.xhp#par_id3154398.297.help.text
-msgid "<emph>FV</emph> (optional) is the future value, which is reached at the end of the last period."
+#. _yc7
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154664\n"
+"171\n"
+"help.text"
+msgid "<emph>Offset</emph>"
+msgstr "<emph>შერევა</emph>"
+
+#. TijD
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154566\n"
+"172\n"
+"help.text"
+msgid "<emph>Name</emph>"
+msgstr "<emph>სახელი</emph>"
+
+#. @B6+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3146073\n"
+"173\n"
+"help.text"
+msgid "<emph>Description</emph>"
+msgstr "<emph>აღწერა</emph>"
+
+#. G4+U
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154117\n"
+"174\n"
+"help.text"
+msgid "0"
+msgstr "0"
+
+#. d=(S
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150988\n"
+"175\n"
+"help.text"
+msgid "Col1"
+msgstr "სვეტი1"
+
+#. CTEe
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3146783\n"
+"176\n"
+"help.text"
+msgid "Column number in the upper-left corner of the cell area. Numbering starts at 0."
+msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+
+#. y(@Z
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153666\n"
+"177\n"
+"help.text"
+msgid "2"
+msgstr "2"
+
+#. t-,O
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149560\n"
+"178\n"
+"help.text"
+msgid "Row1"
+msgstr "რიგი1"
+
+#. v}To
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3156156\n"
+"179\n"
+"help.text"
+msgid "Row number in the upper-left corner of the cell area; numbering starts at 0."
+msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+
+#. {Pr|
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150408\n"
+"180\n"
+"help.text"
+msgid "4"
+msgstr "4"
+
+#. yL3I
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150593\n"
+"181\n"
+"help.text"
+msgid "Tab1"
+msgstr "ჩანართი1"
+
+#. 40/,
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150357\n"
+"182\n"
+"help.text"
+msgid "Table number in the upper-left corner of the cell area; numbering starts at 0."
+msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+
+#. ~0Vt
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3146912\n"
+"183\n"
+"help.text"
+msgid "6"
+msgstr "6"
+
+#. .sqA
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153352\n"
+"184\n"
+"help.text"
+msgid "Col2"
+msgstr "სვეტი2"
+
+#. v|$m
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3155893\n"
+"185\n"
+"help.text"
+msgid "Column number in the lower-right corner of the cell area. Numbering starts at 0."
+msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+
+#. 4X#3
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150827\n"
+"186\n"
+"help.text"
+msgid "8"
+msgstr "8"
+
+#. HZ+o
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3148406\n"
+"187\n"
+"help.text"
+msgid "Row2"
+msgstr "რიგი2"
+
+#. ;+4.
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150673\n"
+"188\n"
+"help.text"
+msgid "Row number in the lower-right corner of the cell area; numbering starts at 0."
+msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+
+#. L[}k
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3155864\n"
+"189\n"
+"help.text"
+msgid "10"
+msgstr "10"
+
+#. C2A:
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153197\n"
+"190\n"
+"help.text"
+msgid "Tab2"
+msgstr "ჩანართი2"
+
+#. (U0B
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149329\n"
+"191\n"
+"help.text"
+msgid "Table number in the lower-right corner of the cell area; numbering starts at 0."
+msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+
+#. Di`(
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3147360\n"
+"192\n"
+"help.text"
+msgid "12"
+msgstr "12"
+
+#. ]i./
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154520\n"
+"193\n"
+"help.text"
+msgid "Count"
+msgstr "თვლა"
+
+#. g*4)
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150647\n"
+"194\n"
+"help.text"
+msgid "Number of the following elements. Empty cells are not counted or passed."
msgstr ""
-#: 04060118.xhp#par_id3145127.298.help.text
-msgid "<emph>Type</emph> (optional) is the due date of the payment at the beginning or at the end of the period."
+#. d~{B
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149747\n"
+"195\n"
+"help.text"
+msgid "14"
+msgstr "14"
+
+#. [cSn
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3147579\n"
+"196\n"
+"help.text"
+msgid "Col"
+msgstr "სვეტი"
+
+#. +YB4
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154188\n"
+"197\n"
+"help.text"
+msgid "Column number of the element. Numbering starts at 0."
+msgstr "სვეტის ელემენტთა რაოდენობა. ნუმერაცია 0-ით იწყება."
+
+#. :^x)
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3159209\n"
+"198\n"
+"help.text"
+msgid "16"
+msgstr "16"
+
+#. FCC8
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153265\n"
+"199\n"
+"help.text"
+msgid "Row"
+msgstr "რიგი"
+
+#. K[1q
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150095\n"
+"200\n"
+"help.text"
+msgid "Row number of the element; numbering starts at 0."
+msgstr "რიგის ელემენტთა რაოდენობა. ნუმერაცია 0-ით იწყება."
+
+#. 5@Na
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3151276\n"
+"201\n"
+"help.text"
+msgid "18"
+msgstr "18"
+
+#. |nA~
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149177\n"
+"202\n"
+"help.text"
+msgid "Tab"
+msgstr "ჩანართი"
+
+#. =d5p
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3146925\n"
+"203\n"
+"help.text"
+msgid "Table number of the element; numbering starts at 0."
+msgstr "ცხრილის ელემენტთა რაოდენობა. ნუმერაცია 0-ით იწყება."
+
+#. W:Wr
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150488\n"
+"204\n"
+"help.text"
+msgid "20"
+msgstr "20"
+
+#. R.+I
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149441\n"
+"205\n"
+"help.text"
+msgid "Error"
+msgstr "შეცდომა"
+
+#. tC`_
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3156048\n"
+"206\n"
+"help.text"
+msgid "Error number, where the value 0 is defined as \"no error.\" If the element comes from a formula cell the error value is determined by the formula."
msgstr ""
-#: 04060118.xhp#par_idN1166C.help.text
-msgctxt "04060118.xhp#par_idN1166C.help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+#. E:D1
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3163813\n"
+"207\n"
+"help.text"
+msgid "22"
+msgstr "22"
-#: 04060118.xhp#hd_id3155795.299.help.text
-msgctxt "04060118.xhp#hd_id3155795.299.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. O]eT
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3159102\n"
+"208\n"
+"help.text"
+msgid "Type"
+msgstr "ტიპი"
-#: 04060118.xhp#par_id3147378.300.help.text
-msgid "How many payment periods does a payment period cover with a periodic interest rate of 6%, a periodic payment of 153.75 currency units and a present cash value of 2.600 currency units."
+#. SZ?]
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149581\n"
+"209\n"
+"help.text"
+msgid "Type of cell content, 0 == Double, 1 == String"
+msgstr "უჯრის შიგთავსის ტიპი - ორმაგი სტრიქონი"
+
+#. \)8W
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3155182\n"
+"210\n"
+"help.text"
+msgid "24"
+msgstr "24"
+
+#. YFU~
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153291\n"
+"211\n"
+"help.text"
+msgid "Value or Len"
+msgstr "მნიშვნელობა ან Len"
+
+#. S$R*
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3148560\n"
+"212\n"
+"help.text"
+msgid "If type == 0: 8 byte IEEE variable of type double/floating point"
msgstr ""
-#: 04060118.xhp#par_id3156171.301.help.text
-msgid "<item type=\"input\">=NPER(6%;153.75;2600)</item> = -12,02. The payment period covers 12.02 periods."
+#. Swqx
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3148901\n"
+"213\n"
+"help.text"
+msgid "If type == 1: Length of the following string, including closing zero byte. If the length including closing zero byte equals an odd value a second zero byte is added to the string so that an even value is achieved. Therefore, Len is calculated using ((StrLen+2)&~1)."
msgstr ""
-#: 04060118.xhp#par_id3150309.314.help.text
-#, fuzzy
-msgctxt "04060118.xhp#par_id3150309.314.help.text"
-msgid "<link href=\"text/scalc/01/04060103.xhp\" name=\"Back to Financial Functions Part One\">Back to Financial Functions Part One</link>"
-msgstr "<link href=\"text/scalc/01/04060119.xhp\" name=\"Forward to Financial Functions Part Two\">ფინანსური ფუნქციები ნაწილი ორი</link>"
+#. {LyP
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3145215\n"
+"214\n"
+"help.text"
+msgid "26 if type==1"
+msgstr "26 თუ ტიპი==1"
-#: 04060118.xhp#par_id3153163.315.help.text
-msgid "<link href=\"text/scalc/01/04060119.xhp\" name=\"Back to Financial Functions Part Two\">Back to Financial Functions Part Two</link>"
-msgstr "<link href=\"text/scalc/01/04060119.xhp\" name=\"Forward to Financial Functions Part Two\">ფინანსური ფუნქციები ნაწილი ორი</link>"
+#. a=]|
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3155143\n"
+"215\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონი"
+
+#. @2%E
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149298\n"
+"216\n"
+"help.text"
+msgid "If type == 1: String with closing zero byte"
+msgstr "თუ ტიპი == 1. სტრიქონი დამხურავი ნულოვანი ბაიტით"
+
+#. :#*h
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3151322\n"
+"217\n"
+"help.text"
+msgid "32 or 26+Len"
+msgstr "32 ან26+Len"
+
+#. NlMG
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3163722\n"
+"218\n"
+"help.text"
+msgid "..."
+msgstr "..."
+
+#. V?eC
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3151059\n"
+"219\n"
+"help.text"
+msgid "Next element"
+msgstr "შემდეგი ელემენტი"
-#: 04060184.xhp#tit.help.text
+#. W.-Z
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"tit\n"
+"help.text"
msgid "Statistical Functions Part Four"
msgstr "სტატისტიკური ფუნქციები ნაწილი ოთხი"
-#: 04060184.xhp#hd_id3153415.1.help.text
+#. @Ck8
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3153415\n"
+"1\n"
+"help.text"
msgid "<variable id=\"mq\"><link href=\"text/scalc/01/04060184.xhp\" name=\"Statistical Functions Part Four\">Statistical Functions Part Four</link></variable>"
msgstr "<variable id=\"mq\"><link href=\"text/scalc/01/04060184.xhp\" name=\"Statistical Functions Part Four\">სტატისტიკური ფუნქციები ნაწილი ოთხი</link></variable>"
-#: 04060184.xhp#bm_id3154511.help.text
+#. NUsc
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"bm_id3154511\n"
+"help.text"
msgid "<bookmark_value>MAX function</bookmark_value>"
msgstr "<bookmark_value>MAX ფუნქცია</bookmark_value>"
-#: 04060184.xhp#hd_id3154511.2.help.text
-msgctxt "04060184.xhp#hd_id3154511.2.help.text"
+#. ,Qs.
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3154511\n"
+"2\n"
+"help.text"
msgid "MAX"
msgstr "MAX"
-#: 04060184.xhp#par_id3153709.3.help.text
+#. ;Zdg
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3153709\n"
+"3\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_MAX\">Returns the maximum value in a list of arguments.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_MAX\">აბრუნებს არგუმენტთა სიიდან მაქსიმალურ მნიშვნელობას.</ahelp>"
-#: 04060184.xhp#par_id9282509.help.text
-msgctxt "04060184.xhp#par_id9282509.help.text"
+#. 8#N|
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id9282509\n"
+"help.text"
msgid "Returns 0 if no numeric value and no error was encountered in the cell range(s) passed as cell reference(s). Text cells are ignored by MIN() and MAX(). The functions MINA() and MAXA() return 0 if no value (numeric or text) and no error was encountered. Passing a literal string argument to MIN() or MAX(), e.g. MIN(\"string\"), still results in an error."
msgstr ""
-#: 04060184.xhp#hd_id3154256.4.help.text
-msgctxt "04060184.xhp#hd_id3154256.4.help.text"
+#. h%f*
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3154256\n"
+"4\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060184.xhp#par_id3147340.5.help.text
+#. Tkh1
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3147340\n"
+"5\n"
+"help.text"
msgid "MAX(Number1; Number2; ...Number30)"
msgstr "MAX(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
-#: 04060184.xhp#par_id3149568.6.help.text
-msgid "<emph>Number1; Number2;...Number30</emph> are numerical values or ranges. "
+#. I/$L
+#: 04060184.xhp
+#, fuzzy
+msgctxt ""
+"04060184.xhp\n"
+"par_id3149568\n"
+"6\n"
+"help.text"
+msgid "<emph>Number1; Number2;...Number30</emph> are numerical values or ranges."
msgstr "<emph>რიცხვი 1; რიცხვი 2;...რიცხვი 30</emph> არის დიაპაზონის ციფრული მნიშვნელობები."
-#: 04060184.xhp#hd_id3153963.7.help.text
-msgctxt "04060184.xhp#hd_id3153963.7.help.text"
+#. hHHp
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3153963\n"
+"7\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060184.xhp#par_id3147343.8.help.text
+#. 9:A5
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3147343\n"
+"8\n"
+"help.text"
msgid "<item type=\"input\">=MAX(A1;A2;A3;50;100;200)</item> returns the largest value from the list."
msgstr ""
-#: 04060184.xhp#par_id3148485.9.help.text
+#. o4*?
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3148485\n"
+"9\n"
+"help.text"
msgid "<item type=\"input\">=MAX(A1:B100)</item> returns the largest value from the list."
msgstr ""
-#: 04060184.xhp#bm_id3166426.help.text
+#. wVN{
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"bm_id3166426\n"
+"help.text"
msgid "<bookmark_value>MAXA function</bookmark_value>"
msgstr "<bookmark_value>MAXA ფუნქცია</bookmark_value>"
-#: 04060184.xhp#hd_id3166426.139.help.text
+#. Zva\
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3166426\n"
+"139\n"
+"help.text"
msgid "MAXA"
msgstr "MAXA"
-#: 04060184.xhp#par_id3150363.140.help.text
+#. K{5@
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3150363\n"
+"140\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_MAXA\">Returns the maximum value in a list of arguments. In opposite to MAX, here you can enter text. The value of the text is 0.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_MAXA\">აბრუნებს არგუმენტთა სიიდან მაქსიმალურ მნიშვნელობას. MAX-სგან განსხვავებით აქ შეიძლება ტექსტიც იყოს, რომლის მნიშვნელობაა 0.</ahelp>"
-#: 04060184.xhp#par_id7689443.help.text
-msgctxt "04060184.xhp#par_id7689443.help.text"
+#. VVSH
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id7689443\n"
+"help.text"
msgid "The functions MINA() and MAXA() return 0 if no value (numeric or text) and no error was encountered."
msgstr ""
-#: 04060184.xhp#hd_id3150516.141.help.text
-msgctxt "04060184.xhp#hd_id3150516.141.help.text"
+#. \5N@
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3150516\n"
+"141\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060184.xhp#par_id3166431.142.help.text
+#. WFLu
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3166431\n"
+"142\n"
+"help.text"
msgid "MAXA(Value1; Value2; ... Value30)"
msgstr "MAXA(მნიშვნელობა 1; მნიშვნელობა 2; ... მნიშვნელობა 30)"
-#: 04060184.xhp#par_id3150202.143.help.text
-msgctxt "04060184.xhp#par_id3150202.143.help.text"
+#. StIA
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3150202\n"
+"143\n"
+"help.text"
msgid "<emph>Value1; Value2;...Value30</emph> are values or ranges. Text has the value of 0."
msgstr "<emph>მნიშვნელობა 1; მნიშვნელობა 2;...მნიშვნელობა 30</emph> არის მნიშვნელობები ან დიაპაზონები. ტექსტს აქვს მნიშვნელობა 0."
-#: 04060184.xhp#hd_id3156290.144.help.text
-msgctxt "04060184.xhp#hd_id3156290.144.help.text"
+#. 8dcR
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3156290\n"
+"144\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060184.xhp#par_id3156446.145.help.text
+#. 60bC
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3156446\n"
+"145\n"
+"help.text"
msgid "<item type=\"input\">=MAXA(A1;A2;A3;50;100;200;\"Text\")</item> returns the largest value from the list."
msgstr ""
-#: 04060184.xhp#par_id3149404.146.help.text
+#. 18L]
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3149404\n"
+"146\n"
+"help.text"
msgid "<item type=\"input\">=MAXA(A1:B100)</item> returns the largest value from the list."
msgstr ""
-#: 04060184.xhp#bm_id3153820.help.text
+#. /nRB
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"bm_id3153820\n"
+"help.text"
msgid "<bookmark_value>MEDIAN function</bookmark_value>"
msgstr "<bookmark_value>MEDIAN ფუნქცია</bookmark_value>"
-#: 04060184.xhp#hd_id3153820.11.help.text
+#. U9T_
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3153820\n"
+"11\n"
+"help.text"
msgid "MEDIAN"
msgstr "MEDIAN"
-#: 04060184.xhp#par_id3151241.12.help.text
+#. F8Cq
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3151241\n"
+"12\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_MEDIAN\">Returns the median of a set of numbers. In a set containing an uneven number of values, the median will be the number in the middle of the set and in a set containing an even number of values, it will be the mean of the two values in the middle of the set.</ahelp>"
msgstr ""
-#: 04060184.xhp#hd_id3148871.13.help.text
-msgctxt "04060184.xhp#hd_id3148871.13.help.text"
+#. )eb:
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3148871\n"
+"13\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060184.xhp#par_id3155264.14.help.text
+#. !c1a
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3155264\n"
+"14\n"
+"help.text"
msgid "MEDIAN(Number1; Number2; ...Number30)"
msgstr "MEDIAN(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
-#: 04060184.xhp#par_id3150109.15.help.text
+#. Qb-2
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3150109\n"
+"15\n"
+"help.text"
msgid "<emph>Number1; Number2;...Number30</emph> are values or ranges, which represent a sample. Each number can also be replaced by a reference."
msgstr "<emph>რიცხვი 1; რიცხვი 2;...რიცხვი 30</emph> არის მნიშვნელობები ან დიაპაზონები, რომლებიც აღნიშნავს შერჩევას. ყოველი რიცხვი შესაძლოა ასევე იყოს მითითება."
-#: 04060184.xhp#hd_id3144506.16.help.text
-msgctxt "04060184.xhp#hd_id3144506.16.help.text"
+#. 9P;G
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3144506\n"
+"16\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060184.xhp#par_id3145078.17.help.text
+#. MIu4
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3145078\n"
+"17\n"
+"help.text"
msgid "for an odd number: <item type=\"input\">=MEDIAN(1;5;9;20;21)</item> returns 9 as the median value."
msgstr ""
-#: 04060184.xhp#par_id3149126.165.help.text
+#. YIaj
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3149126\n"
+"165\n"
+"help.text"
msgid "for an even number: <item type=\"input\">=MEDIAN(1;5;9;20)</item> returns the average of the two middle values 5 and 9, thus 7."
msgstr "ლუწი რიცხვისთვის: =MEDIAN(1; 5; 9; 20) აბრუნებს შუა ორი მნიშვნელობის საშუალო არითმეტიკულს 5-ს და 9-ს არის 7."
-#: 04060184.xhp#bm_id3154541.help.text
+#. k$d^
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"bm_id3154541\n"
+"help.text"
msgid "<bookmark_value>MIN function</bookmark_value>"
msgstr "<bookmark_value>MIN ფუნქცია</bookmark_value>"
-#: 04060184.xhp#hd_id3154541.19.help.text
-msgctxt "04060184.xhp#hd_id3154541.19.help.text"
+#. 3}Mb
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3154541\n"
+"19\n"
+"help.text"
msgid "MIN"
msgstr "MIN"
-#: 04060184.xhp#par_id3143222.20.help.text
+#. /*[Y
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3143222\n"
+"20\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_MIN\">Returns the minimum value in a list of arguments.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_MIN\">არგუმენტთა სიიდან აბრუნებს უმცირეს მნიშვნელობას.</ahelp>"
-#: 04060184.xhp#par_id2301400.help.text
-msgctxt "04060184.xhp#par_id2301400.help.text"
+#. sgdn
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id2301400\n"
+"help.text"
msgid "Returns 0 if no numeric value and no error was encountered in the cell range(s) passed as cell reference(s). Text cells are ignored by MIN() and MAX(). The functions MINA() and MAXA() return 0 if no value (numeric or text) and no error was encountered. Passing a literal string argument to MIN() or MAX(), e.g. MIN(\"string\"), still results in an error."
msgstr ""
-#: 04060184.xhp#hd_id3154651.21.help.text
-msgctxt "04060184.xhp#hd_id3154651.21.help.text"
+#. JUVS
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3154651\n"
+"21\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060184.xhp#par_id3146964.22.help.text
+#. utYF
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3146964\n"
+"22\n"
+"help.text"
msgid "MIN(Number1; Number2; ...Number30)"
msgstr "MIN(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
-#: 04060184.xhp#par_id3153486.23.help.text
-msgctxt "04060184.xhp#par_id3153486.23.help.text"
+#. zD$%
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3153486\n"
+"23\n"
+"help.text"
msgid "<emph>Number1; Number2;...Number30</emph> are numerical values or ranges."
msgstr "<emph>რიცხვი 1; რიცხვი 2;...რიცხვი 30</emph> არის დიაპაზონის ციფრული მნიშვნელობები."
-#: 04060184.xhp#hd_id3155523.24.help.text
-msgctxt "04060184.xhp#hd_id3155523.24.help.text"
+#. #Ic!
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3155523\n"
+"24\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060184.xhp#par_id3154734.25.help.text
+#. Q2J-
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3154734\n"
+"25\n"
+"help.text"
msgid "<item type=\"input\">=MIN(A1:B100)</item> returns the smallest value in the list."
msgstr ""
-#: 04060184.xhp#bm_id3147504.help.text
+#. d*$4
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"bm_id3147504\n"
+"help.text"
msgid "<bookmark_value>MINA function</bookmark_value>"
msgstr "<bookmark_value>MINA ფუნქცია</bookmark_value>"
-#: 04060184.xhp#hd_id3147504.148.help.text
+#. 0Gy$
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3147504\n"
+"148\n"
+"help.text"
msgid "MINA"
msgstr "MINA"
-#: 04060184.xhp#par_id3147249.149.help.text
+#. Z!-`
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3147249\n"
+"149\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_MINA\">Returns the minimum value in a list of arguments. Here you can also enter text. The value of the text is 0.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_MINA\">არგუმენტთა სიიდან აბრუნებს უდიდეს მნიშვნელობას. აქ შეიძლება ტექსტის შეყვანაც. ტექსტის მნიშვნელობაა 0.</ahelp>"
-#: 04060184.xhp#par_id4294564.help.text
-msgctxt "04060184.xhp#par_id4294564.help.text"
+#. 8,0J
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id4294564\n"
+"help.text"
msgid "The functions MINA() and MAXA() return 0 if no value (numeric or text) and no error was encountered."
msgstr ""
-#: 04060184.xhp#hd_id3150435.150.help.text
-msgctxt "04060184.xhp#hd_id3150435.150.help.text"
+#. q(U5
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3150435\n"
+"150\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060184.xhp#par_id3153336.151.help.text
+#. ;F+A
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3153336\n"
+"151\n"
+"help.text"
msgid "MINA(Value1; Value2; ... Value30)"
msgstr "MINA(მნიშვნელობა 1; მნიშვნელობა 2; ... მნიშვნელობა 30)"
-#: 04060184.xhp#par_id3146098.152.help.text
-msgctxt "04060184.xhp#par_id3146098.152.help.text"
+#. 9IC1
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3146098\n"
+"152\n"
+"help.text"
msgid "<emph>Value1; Value2;...Value30</emph> are values or ranges. Text has the value of 0."
msgstr "<emph>მნიშვნელობა 1; მნიშვნელობა 2;...მნიშვნელობა 30</emph> არის მნიშვნელობები ან დიაპაზონები. ტექსტს აქვს მნიშვნელობა 0."
-#: 04060184.xhp#hd_id3148743.153.help.text
-msgctxt "04060184.xhp#hd_id3148743.153.help.text"
+#. [JI$
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3148743\n"
+"153\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060184.xhp#par_id3147401.154.help.text
+#. snBh
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3147401\n"
+"154\n"
+"help.text"
msgid "<item type=\"input\">=MINA(1;\"Text\";20)</item> returns 0."
msgstr ""
-#: 04060184.xhp#par_id3147295.155.help.text
+#. 1!o;
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3147295\n"
+"155\n"
+"help.text"
msgid "<item type=\"input\">=MINA(A1:B100)</item> returns the smallest value in the list."
msgstr ""
-#: 04060184.xhp#bm_id3166465.help.text
+#. !Sr0
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"bm_id3166465\n"
+"help.text"
msgid "<bookmark_value>AVEDEV function</bookmark_value><bookmark_value>averages;statistical functions</bookmark_value>"
msgstr "<bookmark_value>AVEDEV ფუნქცია</bookmark_value><bookmark_value>საშუალო არითეტიკულები;სტატისტიკური ფუნქციები</bookmark_value>"
-#: 04060184.xhp#hd_id3166465.27.help.text
+#. 1E8p
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3166465\n"
+"27\n"
+"help.text"
msgid "AVEDEV"
msgstr "AVEDEV"
-#: 04060184.xhp#par_id3150373.28.help.text
+#. W?oJ
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3150373\n"
+"28\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_MITTELABW\">Returns the average of the absolute deviations of data points from their mean.</ahelp> Displays the diffusion in a data set."
msgstr ""
-#: 04060184.xhp#hd_id3150038.29.help.text
-msgctxt "04060184.xhp#hd_id3150038.29.help.text"
+#. 4@RB
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3150038\n"
+"29\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060184.xhp#par_id3145636.30.help.text
+#. 3a[6
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3145636\n"
+"30\n"
+"help.text"
msgid "AVEDEV(Number1; Number2; ...Number30)"
msgstr "AVEDEV(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
-#: 04060184.xhp#par_id3157871.31.help.text
+#. AQ%t
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3157871\n"
+"31\n"
+"help.text"
msgid "<emph>Number1, Number2,...Number30</emph> are values or ranges that represent a sample. Each number can also be replaced by a reference."
msgstr "<emph>რიცხვი 1; რიცხვი 2;...რიცხვი 30</emph> არის მნიშვნელობები ან დიაპაზონები, რომლებიც ასახავს შერჩევას. ყოველი რიცხვი შეიძლება ასახავდეს მითითებას."
-#: 04060184.xhp#hd_id3149725.32.help.text
-msgctxt "04060184.xhp#hd_id3149725.32.help.text"
+#. {qIP
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3149725\n"
+"32\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060184.xhp#par_id3153122.33.help.text
-msgid " <item type=\"input\">=AVEDEV(A1:A50)</item> "
-msgstr ""
-
-#: 04060184.xhp#bm_id3145824.help.text
+#. GIVz
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3153122\n"
+"33\n"
+"help.text"
+msgid "<item type=\"input\">=AVEDEV(A1:A50)</item>"
+msgstr ""
+
+#. Dk:4
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"bm_id3145824\n"
+"help.text"
msgid "<bookmark_value>AVERAGE function</bookmark_value>"
msgstr "<bookmark_value> AVERAGE ფუნქცია</bookmark_value>"
-#: 04060184.xhp#hd_id3145824.35.help.text
-msgctxt "04060184.xhp#hd_id3145824.35.help.text"
+#. (MXx
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3145824\n"
+"35\n"
+"help.text"
msgid "AVERAGE"
msgstr "AVERAGE"
-#: 04060184.xhp#par_id3150482.36.help.text
+#. 2D6O
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3150482\n"
+"36\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_MITTELWERT\">Returns the average of the arguments.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_MITTELWERT\">აბრუნებს არგუმენტთა საშუალო არითმეტიკულს.</ahelp>"
-#: 04060184.xhp#hd_id3146943.37.help.text
-msgctxt "04060184.xhp#hd_id3146943.37.help.text"
+#. ,B+Q
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3146943\n"
+"37\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060184.xhp#par_id3154679.38.help.text
+#. )p?t
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3154679\n"
+"38\n"
+"help.text"
msgid "AVERAGE(Number1; Number2; ...Number30)"
msgstr "AVERAGE(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
-#: 04060184.xhp#par_id3150741.39.help.text
+#. F2e=
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3150741\n"
+"39\n"
+"help.text"
msgid "<emph>Number1; Number2;...Number 0</emph> are numerical values or ranges."
msgstr "<emph>რიცხვი 1; რიცხვი 2;...რიცხვი 30</emph> არის დიაპაზონის ციფრული მნიშვნელობები."
-#: 04060184.xhp#hd_id3153039.40.help.text
-msgctxt "04060184.xhp#hd_id3153039.40.help.text"
+#. GIb6
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3153039\n"
+"40\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060184.xhp#par_id3151232.41.help.text
+#. t1F8
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3151232\n"
+"41\n"
+"help.text"
msgid "<item type=\"input\">=AVERAGE(A1:A50)</item>"
msgstr ""
-#: 04060184.xhp#bm_id3148754.help.text
+#. SH)u
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"bm_id3148754\n"
+"help.text"
msgid "<bookmark_value>AVERAGEA function</bookmark_value>"
msgstr "<bookmark_value>AVERAGEA ფუნქცია</bookmark_value>"
-#: 04060184.xhp#hd_id3148754.157.help.text
+#. ^ImW
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3148754\n"
+"157\n"
+"help.text"
msgid "AVERAGEA"
msgstr "AVERAGEA"
-#: 04060184.xhp#par_id3145138.158.help.text
+#. IR0/
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3145138\n"
+"158\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_MITTELWERTA\">Returns the average of the arguments. The value of a text is 0.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_MITTELWERTA\">აბრუნებს არგუმენტთა საშუალო არითმეტიკულს. ტექსტის მნიშვნელობაა 0.</ahelp>"
-#: 04060184.xhp#hd_id3153326.159.help.text
-msgctxt "04060184.xhp#hd_id3153326.159.help.text"
+#. RY8o
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3153326\n"
+"159\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060184.xhp#par_id3149734.160.help.text
+#. PzAJ
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3149734\n"
+"160\n"
+"help.text"
msgid "AVERAGEA(Value1; Value2; ... Value30)"
msgstr "AVERAGEA(მნიშვნელობა 1; მნიშვნელობა 2; ... მნიშვნელობა 30)"
-#: 04060184.xhp#par_id3155260.161.help.text
-msgctxt "04060184.xhp#par_id3155260.161.help.text"
+#. .phJ
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3155260\n"
+"161\n"
+"help.text"
msgid "<emph>Value1; Value2;...Value30</emph> are values or ranges. Text has the value of 0."
msgstr "<emph>მნიშვნელობა 1; მნიშვნელობა 2;...მნიშვნელობა 30</emph> არის მნიშვნელობები ან დიაპაზონები. ტექსტს აქვს მნიშვნელობა 0."
-#: 04060184.xhp#hd_id3149504.162.help.text
-msgctxt "04060184.xhp#hd_id3149504.162.help.text"
+#. 8[6}
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3149504\n"
+"162\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060184.xhp#par_id3150864.163.help.text
+#. yH@,
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3150864\n"
+"163\n"
+"help.text"
msgid "<item type=\"input\">=AVERAGEA(A1:A50)</item>"
msgstr ""
-#: 04060184.xhp#bm_id3153933.help.text
+#. XT0/
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"bm_id3153933\n"
+"help.text"
msgid "<bookmark_value>MODE function</bookmark_value><bookmark_value>most common value</bookmark_value>"
msgstr "<bookmark_value>MODE ფუნქცია</bookmark_value><bookmark_value>ყველაზე ჩვეულებრივი მნიშვნელობა</bookmark_value>"
-#: 04060184.xhp#hd_id3153933.43.help.text
+#. mD\T
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3153933\n"
+"43\n"
+"help.text"
msgid "MODE"
msgstr "MODE"
-#: 04060184.xhp#par_id3153085.44.help.text
+#. bWP]
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3153085\n"
+"44\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_MODALWERT\">Returns the most common value in a data set.</ahelp> If there are several values with the same frequency, it returns the smallest value. An error occurs when a value doesn't appear twice."
msgstr ""
-#: 04060184.xhp#hd_id3153003.45.help.text
-msgctxt "04060184.xhp#hd_id3153003.45.help.text"
+#. }TY*
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3153003\n"
+"45\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060184.xhp#par_id3155950.46.help.text
+#. uwSI
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3155950\n"
+"46\n"
+"help.text"
msgid "MODE(Number1; Number2; ...Number30)"
msgstr "MODE(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
-#: 04060184.xhp#par_id3150337.47.help.text
-msgctxt "04060184.xhp#par_id3150337.47.help.text"
+#. G,8(
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3150337\n"
+"47\n"
+"help.text"
msgid "<emph>Number1; Number2;...Number30</emph> are numerical values or ranges."
msgstr "<emph>რიცხვი 1; რიცხვი 2;...რიცხვი 30</emph> არის დიაპაზონის ციფრული მნიშვნელობები."
-#: 04060184.xhp#hd_id3153571.48.help.text
-msgctxt "04060184.xhp#hd_id3153571.48.help.text"
+#. mw5k
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3153571\n"
+"48\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060184.xhp#par_id3153733.49.help.text
+#. B.6h
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3153733\n"
+"49\n"
+"help.text"
msgid "<item type=\"input\">=MODE(A1:A50)</item>"
msgstr ""
-#: 04060184.xhp#bm_id3149879.help.text
+#. 3Jf5
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"bm_id3149879\n"
+"help.text"
msgid "<bookmark_value>NEGBINOMDIST function</bookmark_value><bookmark_value>negative binomial distribution</bookmark_value>"
msgstr "<bookmark_value>NEGBINOMDIST ფუნქცია</bookmark_value><bookmark_value>ბინომინალური განაწილების უარყოფა</bookmark_value>"
-#: 04060184.xhp#hd_id3149879.51.help.text
+#. l[W.
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3149879\n"
+"51\n"
+"help.text"
msgid "NEGBINOMDIST"
msgstr "NEGBINOMDIST"
-#: 04060184.xhp#par_id3155437.52.help.text
+#. 2Zs?
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3155437\n"
+"52\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_NEGBINOMVERT\">Returns the negative binomial distribution.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_NEGBINOMVERT\">აბრუნებს უარყოფით ბინომინალურ განაწილებას.</ahelp>"
-#: 04060184.xhp#hd_id3145351.53.help.text
-msgctxt "04060184.xhp#hd_id3145351.53.help.text"
+#. aAUV
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3145351\n"
+"53\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060184.xhp#par_id3150935.54.help.text
+#. z#_y
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3150935\n"
+"54\n"
+"help.text"
msgid "NEGBINOMDIST(X; R; SP)"
msgstr "NEGBINOMDIST(X; R; SP)"
-#: 04060184.xhp#par_id3153044.55.help.text
+#. D8[.
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3153044\n"
+"55\n"
+"help.text"
msgid "<emph>X</emph> represents the value returned for unsuccessful tests."
msgstr "<emph>X</emph> ასახავს წარუმატებელი ცდების შედეგებს."
-#: 04060184.xhp#par_id3151018.56.help.text
+#. l@AJ
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3151018\n"
+"56\n"
+"help.text"
msgid "<emph>R</emph> represents the value returned for successful tests."
msgstr "<emph>R</emph> ასახავს წარმატებელი ცდების შედეგებს."
-#: 04060184.xhp#par_id3148878.57.help.text
+#. ]Hp.
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3148878\n"
+"57\n"
+"help.text"
msgid "<emph>SP</emph> is the probability of the success of an attempt."
msgstr "<emph>SP</emph> არის ცდის წარმატების ალბათობა."
-#: 04060184.xhp#hd_id3149539.58.help.text
-msgctxt "04060184.xhp#hd_id3149539.58.help.text"
+#. JDCk
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3149539\n"
+"58\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060184.xhp#par_id3148770.59.help.text
+#. c@9N
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3148770\n"
+"59\n"
+"help.text"
msgid "<item type=\"input\">=NEGBINOMDIST(1;1;0.5)</item> returns 0.25."
msgstr ""
-#: 04060184.xhp#bm_id3155516.help.text
+#. \ne=
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"bm_id3155516\n"
+"help.text"
msgid "<bookmark_value>NORMINV function</bookmark_value><bookmark_value>normal distribution;inverse of</bookmark_value>"
msgstr "<bookmark_value>NORMINV ფუნქცია</bookmark_value><bookmark_value>ნომინალური განაწილება;შებრუნება</bookmark_value>"
-#: 04060184.xhp#hd_id3155516.61.help.text
+#. JArK
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3155516\n"
+"61\n"
+"help.text"
msgid "NORMINV"
msgstr "NORMINV"
-#: 04060184.xhp#par_id3154634.62.help.text
+#. kw?T
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3154634\n"
+"62\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_NORMINV\">Returns the inverse of the normal cumulative distribution.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_NORMINV\">აბრუნებს ნორმალური კუმულაციური განაწილების ინვერსიას.</ahelp>"
-#: 04060184.xhp#hd_id3153227.63.help.text
-msgctxt "04060184.xhp#hd_id3153227.63.help.text"
+#. lEwk
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3153227\n"
+"63\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060184.xhp#par_id3147534.64.help.text
+#. 6/cb
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3147534\n"
+"64\n"
+"help.text"
msgid "NORMINV(Number; Mean; StDev)"
msgstr "NORMINV(რიცხვი; მნიშვნელობა; STDEV)"
-#: 04060184.xhp#par_id3154950.65.help.text
+#. 7dmD
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3154950\n"
+"65\n"
+"help.text"
msgid "<emph>Number</emph> represents the probability value used to determine the inverse normal distribution."
msgstr "<emph>რიცხვი</emph> ასახავს ალბათონის მნიშვნელობას ნორმალური განაწილების ინვერსიისთვის."
-#: 04060184.xhp#par_id3150690.66.help.text
+#. )GOp
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3150690\n"
+"66\n"
+"help.text"
msgid "<emph>Mean</emph> represents the mean value in the normal distribution."
msgstr "<emph>საშუალო</emph> ასახავს ნორმალური განაწილების საშუალოს."
-#: 04060184.xhp#par_id3148594.67.help.text
+#. %#u8
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3148594\n"
+"67\n"
+"help.text"
msgid "<emph>StDev</emph> represents the standard deviation of the normal distribution."
msgstr "<emph>STDEV</emph> ასახავს ნორმალური განაწილების სტანდარტულ გადახრას."
-#: 04060184.xhp#hd_id3155822.68.help.text
-msgctxt "04060184.xhp#hd_id3155822.68.help.text"
+#. qPqe
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3155822\n"
+"68\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060184.xhp#par_id3153921.69.help.text
+#. 3yFx
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3153921\n"
+"69\n"
+"help.text"
msgid "<item type=\"input\">=NORMINV(0.9;63;5)</item> returns 69.41. If the average egg weighs 63 grams with a standard deviation of 5, then there will be 90% probability that the egg will not be heavier than 69.41g grams."
msgstr ""
-#: 04060184.xhp#bm_id3153722.help.text
+#. (DO9
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"bm_id3153722\n"
+"help.text"
msgid "<bookmark_value>NORMDIST function</bookmark_value><bookmark_value>density function</bookmark_value>"
msgstr "<bookmark_value>NORMDIST ფუნქცია</bookmark_value><bookmark_value>სიმკვრივის ფუნქცია</bookmark_value>"
-#: 04060184.xhp#hd_id3153722.71.help.text
+#. WVj[
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3153722\n"
+"71\n"
+"help.text"
msgid "NORMDIST"
msgstr "NORMDIST"
-#: 04060184.xhp#par_id3150386.72.help.text
+#. .@]@
+#: 04060184.xhp
#, fuzzy
+msgctxt ""
+"04060184.xhp\n"
+"par_id3150386\n"
+"72\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_NORMVERT\">Returns the density function or the normal cumulative distribution.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_NORMINV\">აბრუნებს ნორმალური კუმულაციური განაწილების ინვერსიას.</ahelp>"
-#: 04060184.xhp#hd_id3083282.73.help.text
-msgctxt "04060184.xhp#hd_id3083282.73.help.text"
+#. ogU(
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3083282\n"
+"73\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060184.xhp#par_id3150613.74.help.text
+#. P55%
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3150613\n"
+"74\n"
+"help.text"
msgid "NORMDIST(Number; Mean; StDev; C)"
msgstr "NORMDIST(რიცხვი; მნიშვნელობა; STDEV; C)"
-#: 04060184.xhp#par_id3149820.75.help.text
+#. Dh|G
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3149820\n"
+"75\n"
+"help.text"
msgid "<emph>Number</emph> is the value of the distribution based on which the normal distribution is to be calculated."
msgstr ""
-#: 04060184.xhp#par_id3146063.76.help.text
+#. CKC;
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3146063\n"
+"76\n"
+"help.text"
msgid "<emph>Mean</emph> is the mean value of the distribution."
msgstr "<emph>საშუალო</emph> არის განაწილების საშუალო."
-#: 04060184.xhp#par_id3156295.77.help.text
+#. r2*=
+#: 04060184.xhp
+#, fuzzy
+msgctxt ""
+"04060184.xhp\n"
+"par_id3156295\n"
+"77\n"
+"help.text"
msgid "<emph>StDev</emph> is the standard deviation of the distribution."
msgstr "<emph>STDEV</emph> არის ნორმალური განაწილების სტანდარტული გადახრა."
-#: 04060184.xhp#par_id3145080.78.help.text
+#. Q12M
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3145080\n"
+"78\n"
+"help.text"
msgid "<emph>C</emph> is optional. <emph>C</emph> = 0 calculates the density function, <emph>C</emph> = 1 calculates the distribution."
msgstr "<emph>C</emph> = 0 გამოთვლის სიმკვრივის ფუნქციას <emph>C</emph> = 1 განაწილება."
-#: 04060184.xhp#hd_id3152972.79.help.text
-msgctxt "04060184.xhp#hd_id3152972.79.help.text"
+#. Kl?N
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3152972\n"
+"79\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060184.xhp#par_id3149283.80.help.text
+#. 1re]
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3149283\n"
+"80\n"
+"help.text"
msgid "<item type=\"input\">=NORMDIST(70;63;5;0)</item> returns 0.03."
msgstr ""
-#: 04060184.xhp#par_id3149448.81.help.text
+#. W}Uo
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3149448\n"
+"81\n"
+"help.text"
msgid "<item type=\"input\">=NORMDIST(70;63;5;1)</item> returns 0.92."
msgstr ""
-#: 04060184.xhp#bm_id3152934.help.text
+#. 8]OH
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"bm_id3152934\n"
+"help.text"
msgid "<bookmark_value>PEARSON function</bookmark_value>"
msgstr "<bookmark_value>PEARSON ფუნქცია</bookmark_value>"
-#: 04060184.xhp#hd_id3152934.83.help.text
+#. Ur.E
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3152934\n"
+"83\n"
+"help.text"
msgid "PEARSON"
msgstr "PEARSON"
-#: 04060184.xhp#par_id3153216.84.help.text
+#. ,Swr
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3153216\n"
+"84\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_PEARSON\">Returns the Pearson product moment correlation coefficient r.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_PEARSON\">აბრუნებს r კორელაციის კოეფიციენტის პირსონის ნამრავლს.</ahelp>"
-#: 04060184.xhp#hd_id3147081.85.help.text
-msgctxt "04060184.xhp#hd_id3147081.85.help.text"
+#. hk\=
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3147081\n"
+"85\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060184.xhp#par_id3156133.86.help.text
+#. =D]e
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3156133\n"
+"86\n"
+"help.text"
msgid "PEARSON(Data1; Data2)"
msgstr "PEARSON(მონაცემები_1; მონაცემები_2)"
-#: 04060184.xhp#par_id3151272.87.help.text
+#. #!LL
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3151272\n"
+"87\n"
+"help.text"
msgid "<emph>Data1</emph> represents the array of the first data set."
msgstr "<emph>მონაცემები_1</emph> მონაცემთა პირველი წყობის მასივს ასახავს."
-#: 04060184.xhp#par_id3153279.88.help.text
+#. qjkA
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3153279\n"
+"88\n"
+"help.text"
msgid "<emph>Data2</emph> represents the array of the second data set."
msgstr "<emph>მონაცემები_2</emph> მონაცემთა მეორე წყობის მასივს ასახავს."
-#: 04060184.xhp#hd_id3147567.89.help.text
-msgctxt "04060184.xhp#hd_id3147567.89.help.text"
+#. c.2.
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3147567\n"
+"89\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060184.xhp#par_id3151187.90.help.text
+#. |M,Q
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3151187\n"
+"90\n"
+"help.text"
msgid "<item type=\"input\">=PEARSON(A1:A30;B1:B30)</item> returns the Pearson correlation coefficient of both data sets."
msgstr "=PEARSON(A1:A30; B1:B30) აბრუნებს მონაცემთა ორივე წყობისთვის პირსონის კორელაციის კოეფიციენტს."
-#: 04060184.xhp#bm_id3152806.help.text
+#. nrds
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"bm_id3152806\n"
+"help.text"
msgid "<bookmark_value>PHI function</bookmark_value>"
msgstr "<bookmark_value>PHI ფუნქცია</bookmark_value>"
-#: 04060184.xhp#hd_id3152806.92.help.text
+#. A_O0
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3152806\n"
+"92\n"
+"help.text"
msgid "PHI"
msgstr "PHI"
-#: 04060184.xhp#par_id3150254.93.help.text
+#. e=kf
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3150254\n"
+"93\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_PHI\">Returns the values of the distribution function for a standard normal distribution.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_PHI\">აბრუნებს სტანდარტული ნორმალური განაწილბის განაწილების ფუნქციის მნიშვნელობას.</ahelp>"
-#: 04060184.xhp#hd_id3154748.94.help.text
-msgctxt "04060184.xhp#hd_id3154748.94.help.text"
+#. [,Is
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3154748\n"
+"94\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060184.xhp#par_id3149976.95.help.text
+#. (Bl8
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3149976\n"
+"95\n"
+"help.text"
msgid "PHI(Number)"
msgstr "PHI(რიცხვი)"
-#: 04060184.xhp#par_id3156108.96.help.text
+#. #$hr
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3156108\n"
+"96\n"
+"help.text"
msgid "<emph>Number</emph> represents the value based on which the standard normal distribution is calculated."
msgstr "<emph>რიცხვი</emph> ასახავს მნიშვნელობას, რომელზე დაყრდნობით გამოითვლება სტანდარტული ნორმალური გადახრა."
-#: 04060184.xhp#hd_id3153621.97.help.text
-msgctxt "04060184.xhp#hd_id3153621.97.help.text"
+#. avo-
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3153621\n"
+"97\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060184.xhp#par_id3155849.98.help.text
+#. $Td,
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3155849\n"
+"98\n"
+"help.text"
msgid "<item type=\"input\">=PHI(2.25) </item>= 0.03"
msgstr ""
-#: 04060184.xhp#par_id3143236.99.help.text
+#. _$_$
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3143236\n"
+"99\n"
+"help.text"
msgid "<item type=\"input\">=PHI(-2.25)</item> = 0.03"
msgstr ""
-#: 04060184.xhp#par_id3149286.100.help.text
+#. gBJ^
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3149286\n"
+"100\n"
+"help.text"
msgid "<item type=\"input\">=PHI(0)</item> = 0.4"
msgstr ""
-#: 04060184.xhp#bm_id3153985.help.text
+#. `JbH
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"bm_id3153985\n"
+"help.text"
msgid "<bookmark_value>POISSON function</bookmark_value>"
msgstr "<bookmark_value>POISSON ფუნქცია</bookmark_value>"
-#: 04060184.xhp#hd_id3153985.102.help.text
+#. B.ZL
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3153985\n"
+"102\n"
+"help.text"
msgid "POISSON"
msgstr "POISSON"
-#: 04060184.xhp#par_id3154298.103.help.text
+#. 0k]E
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3154298\n"
+"103\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_POISSON\">Returns the Poisson distribution.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_POISSON\">აბრუნებს პოიზონის განაწილებას.</ahelp>"
-#: 04060184.xhp#hd_id3159183.104.help.text
-msgctxt "04060184.xhp#hd_id3159183.104.help.text"
+#. Z76i
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3159183\n"
+"104\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060184.xhp#par_id3146093.105.help.text
+#. Ns7^
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3146093\n"
+"105\n"
+"help.text"
msgid "POISSON(Number; Mean; C)"
msgstr "POISSON(რიცხვი; მნიშვნელობა; C)"
-#: 04060184.xhp#par_id3147253.106.help.text
+#. ;*O7
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3147253\n"
+"106\n"
+"help.text"
msgid "<emph>Number</emph> represents the value based on which the Poisson distribution is calculated."
msgstr "<emph>რიცხვი</emph> ასახავს მნიშვნელობას, რომელზე დაყრდნობით გამოითვლება პოიზონის განაწილება."
-#: 04060184.xhp#par_id3151177.107.help.text
+#. 39Y)
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3151177\n"
+"107\n"
+"help.text"
msgid "<emph>Mean</emph> represents the middle value of the Poisson distribution."
msgstr "<emph>საშუალო</emph> ასახავს პოიზონის განაწილების საშუალო მნისვნელობას."
-#: 04060184.xhp#par_id3149200.108.help.text
+#. nC8+
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3149200\n"
+"108\n"
+"help.text"
msgid "<emph>C</emph> (optional) = 0 or False calculates the density function; <emph>C</emph> = 1 or True calculates the distribution. When omitted, the default value True is inserted when you save the document, for best compatibility with other programs and older versions of %PRODUCTNAME."
msgstr ""
-#: 04060184.xhp#hd_id3159347.109.help.text
-msgctxt "04060184.xhp#hd_id3159347.109.help.text"
+#. J2C!
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3159347\n"
+"109\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060184.xhp#par_id3150113.110.help.text
+#. O{co
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3150113\n"
+"110\n"
+"help.text"
msgid "<item type=\"input\">=POISSON(60;50;1)</item> returns 0.93."
msgstr ""
-#: 04060184.xhp#bm_id3153100.help.text
+#. qmbT
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"bm_id3153100\n"
+"help.text"
msgid "<bookmark_value>PERCENTILE function</bookmark_value>"
msgstr "<bookmark_value>PERCENTILE ფუნქცია</bookmark_value>"
-#: 04060184.xhp#hd_id3153100.112.help.text
+#. qC=N
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3153100\n"
+"112\n"
+"help.text"
msgid "PERCENTILE"
msgstr "PERCENTILE"
-#: 04060184.xhp#par_id3154940.113.help.text
+#. e{j2
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3154940\n"
+"113\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_QUANTIL\">Returns the alpha-percentile of data values in an array.</ahelp> A percentile returns the scale value for a data series which goes from the smallest (Alpha=0) to the largest value (alpha=1) of a data series. For <item type=\"literal\">Alpha</item> = 25%, the percentile means the first quartile; <item type=\"literal\">Alpha</item> = 50% is the MEDIAN."
msgstr ""
-#: 04060184.xhp#hd_id3150531.114.help.text
-msgctxt "04060184.xhp#hd_id3150531.114.help.text"
+#. $u?h
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3150531\n"
+"114\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060184.xhp#par_id3148813.115.help.text
+#. Ns8(
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3148813\n"
+"115\n"
+"help.text"
msgid "PERCENTILE(Data; Alpha)"
msgstr "PERCENTILE(მონაცემები;ალფა)"
-#: 04060184.xhp#par_id3153054.116.help.text
+#. 7mwm
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3153054\n"
+"116\n"
+"help.text"
msgid "<emph>Data</emph> represents the array of data."
msgstr "<emph>მონაცემები</emph> მონაცემთა მასივის ასახვა."
-#: 04060184.xhp#par_id3154212.117.help.text
+#. Wa`c
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3154212\n"
+"117\n"
+"help.text"
msgid "<emph>Alpha</emph> represents the percentage of the scale between 0 and 1."
msgstr ""
-#: 04060184.xhp#hd_id3154290.118.help.text
-msgctxt "04060184.xhp#hd_id3154290.118.help.text"
+#. MHn7
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3154290\n"
+"118\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060184.xhp#par_id3159147.119.help.text
+#. 4St7
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3159147\n"
+"119\n"
+"help.text"
msgid "<item type=\"input\">=PERCENTILE(A1:A50;0.1)</item> represents the value in the data set, which equals 10% of the total data scale in A1:A50."
msgstr ""
-#: 04060184.xhp#bm_id3148807.help.text
+#. aV]P
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"bm_id3148807\n"
+"help.text"
msgid "<bookmark_value>PERCENTRANK function</bookmark_value>"
msgstr "<bookmark_value>PERCENTRANK ფუნქცია</bookmark_value>"
-#: 04060184.xhp#hd_id3148807.121.help.text
+#. b@`V
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3148807\n"
+"121\n"
+"help.text"
msgid "PERCENTRANK"
msgstr "PERCENTRANK"
-#: 04060184.xhp#par_id3153573.122.help.text
+#. \cep
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3153573\n"
+"122\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_QUANTILSRANG\">Returns the percentage rank of a value in a sample.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_QUANTILSRANG\">აბრუნებს შერჩევასი მნიშვნელობის პროცენტულ რანგს.</ahelp>"
-#: 04060184.xhp#hd_id3147512.123.help.text
-msgctxt "04060184.xhp#hd_id3147512.123.help.text"
+#. 3Y$]
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3147512\n"
+"123\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060184.xhp#par_id3147238.124.help.text
+#. nIi_
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3147238\n"
+"124\n"
+"help.text"
msgid "PERCENTRANK(Data; Value)"
msgstr "PERCENTRANK(მონაცემები; მნიშვნელობა)"
-#: 04060184.xhp#par_id3154266.125.help.text
-msgctxt "04060184.xhp#par_id3154266.125.help.text"
+#. ni!U
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3154266\n"
+"125\n"
+"help.text"
msgid "<emph>Data</emph> represents the array of data in the sample."
msgstr "<emph>მონაცემი</emph> ასახავს შერჩევაში მონაცემთა მასივს."
-#: 04060184.xhp#par_id3148475.126.help.text
+#. 6.}F
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3148475\n"
+"126\n"
+"help.text"
msgid "<emph>Value</emph> represents the value whose percentile rank must be determined."
msgstr "<emph>მნიშვნელობა</emph> ასახავს მნიშვნელობას რომლის პროცენტული რანგი უნდა დადგინდეს."
-#: 04060184.xhp#hd_id3155364.127.help.text
-msgctxt "04060184.xhp#hd_id3155364.127.help.text"
+#. T/P]
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3155364\n"
+"127\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060184.xhp#par_id3149163.128.help.text
+#. mq5]
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3149163\n"
+"128\n"
+"help.text"
msgid "<item type=\"input\">=PERCENTRANK(A1:A50;50)</item> returns the percentage rank of the value 50 from the total range of all values found in A1:A50. If 50 falls outside the total range, an error message will appear."
msgstr ""
-#: 04060184.xhp#bm_id3166442.help.text
+#. $T@9
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"bm_id3166442\n"
+"help.text"
msgid "<bookmark_value>QUARTILE function</bookmark_value>"
msgstr "<bookmark_value>QUARTILE ფუნქცია</bookmark_value>"
-#: 04060184.xhp#hd_id3166442.130.help.text
+#. M^/9
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3166442\n"
+"130\n"
+"help.text"
msgid "QUARTILE"
msgstr "QUARTILE"
-#: 04060184.xhp#par_id3146958.131.help.text
+#. |wHH
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3146958\n"
+"131\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_QUARTILE\">Returns the quartile of a data set.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_QUARTILE\">აბრუნებს მონაცემთა წყობის კვარტილს.</ahelp>"
-#: 04060184.xhp#hd_id3152942.132.help.text
-msgctxt "04060184.xhp#hd_id3152942.132.help.text"
+#. ;ZXr
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3152942\n"
+"132\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060184.xhp#par_id3153684.133.help.text
+#. D]@C
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3153684\n"
+"133\n"
+"help.text"
msgid "QUARTILE(Data; Type)"
msgstr "QUARTILE(მონაცემები; ტიპი)"
-#: 04060184.xhp#par_id3153387.134.help.text
-msgctxt "04060184.xhp#par_id3153387.134.help.text"
+#. )Je9
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3153387\n"
+"134\n"
+"help.text"
msgid "<emph>Data</emph> represents the array of data in the sample."
msgstr "<emph>მონაცემი</emph> ასახავს შერჩევაში მონაცემთა მასივს."
-#: 04060184.xhp#par_id3155589.135.help.text
+#. W[j(
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3155589\n"
+"135\n"
+"help.text"
msgid "<emph>Type</emph> represents the type of quartile. (0 = MIN, 1 = 25%, 2 = 50% (MEDIAN), 3 = 75% and 4 = MAX.)"
msgstr "<emph>ტიპი</emph> ასახავს კვარტილის ტიპს. (0 = MIN, 1 = 25%, 2 = 50% (MEDIAN), 3 = 75% and 4 = MAX.)"
-#: 04060184.xhp#hd_id3149103.136.help.text
-msgctxt "04060184.xhp#hd_id3149103.136.help.text"
+#. )Ac9
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3149103\n"
+"136\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060184.xhp#par_id3159276.137.help.text
+#. 2pTa
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3159276\n"
+"137\n"
+"help.text"
msgid "<item type=\"input\">=QUARTILE(A1:A50;2)</item> returns the value of which 50% of the scale corresponds to the lowest to highest values in the range A1:A50."
msgstr ""
-#: 04060182.xhp#tit.help.text
-msgid "Statistical Functions Part Two"
-msgstr "სტატისტიკური ფუნქციები ნაწილი ორი"
-
-#: 04060182.xhp#hd_id3154372.1.help.text
-msgid "<variable id=\"fh\"><link href=\"text/scalc/01/04060182.xhp\" name=\"Statistical Functions Part Two\">Statistical Functions Part Two</link></variable>"
-msgstr "<variable id=\"fh\"><link href=\"text/scalc/01/04060182.xhp\" name=\"Statistical Functions Part Two\">სტატისტიკური ფუნქციები ნაწილი ორი</link></variable>"
-
-#: 04060182.xhp#bm_id3145388.help.text
-msgid "<bookmark_value>FINV function</bookmark_value> <bookmark_value>inverse F probability distribution</bookmark_value>"
-msgstr "<bookmark_value>FINV ფუნქცია</bookmark_value><bookmark_value>F ალბათონის განაწილების ინვერსია</bookmark_value>"
-
-#: 04060182.xhp#hd_id3145388.2.help.text
-msgid "FINV"
-msgstr "FINV"
-
-#: 04060182.xhp#par_id3155089.3.help.text
-msgid "<ahelp hid=\"HID_FUNC_FINV\">Returns the inverse of the F probability distribution.</ahelp> The F distribution is used for F tests in order to set the relation between two differing data sets."
-msgstr ""
-
-#: 04060182.xhp#hd_id3153816.4.help.text
-msgctxt "04060182.xhp#hd_id3153816.4.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060182.xhp#par_id3153068.5.help.text
-msgid "FINV(Number; DegreesFreedom1; DegreesFreedom2)"
-msgstr "FINV(რიცხვი; თავისუფლების_ხარისხი_1; თავისუფლების_ხარისხი_2)"
-
-#: 04060182.xhp#par_id3146866.6.help.text
-msgid " <emph>Number</emph> is probability value for which the inverse F distribution is to be calculated."
-msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა, რომლისთვისაც F განაწილება გამოითვლება."
-
-#: 04060182.xhp#par_id3153914.7.help.text
-msgid " <emph>DegreesFreedom1</emph> is the number of degrees of freedom in the numerator of the F distribution."
-msgstr "<emph>თავისუფლების_ხარისხი_1</emph> არის თავიუფლების ხარისხი F განაწილების ნუმერატორში."
-
-#: 04060182.xhp#par_id3148607.8.help.text
-msgid " <emph>DegreesFreedom2</emph> is the number of degrees of freedom in the denominator of the F distribution."
-msgstr "<emph>თავისუფლების_ხარისხი_2</emph> არის თავიუფლების ხარისხი F განაწილების დენომინატორში."
-
-#: 04060182.xhp#hd_id3156021.9.help.text
-msgctxt "04060182.xhp#hd_id3156021.9.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060182.xhp#par_id3145073.10.help.text
-msgid " <item type=\"input\">=FINV(0.5;5;10)</item> yields 0.93."
-msgstr ""
-
-#: 04060182.xhp#bm_id3150888.help.text
-msgid "<bookmark_value>FISHER function</bookmark_value>"
-msgstr "<bookmark_value>FISHER ფუნქცია</bookmark_value>"
-
-#: 04060182.xhp#hd_id3150888.12.help.text
-msgid "FISHER"
-msgstr "FISHER"
-
-#: 04060182.xhp#par_id3155384.13.help.text
-msgid "<ahelp hid=\"HID_FUNC_FISHER\">Returns the Fisher transformation for x and creates a function close to a normal distribution.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_FISHER\">აბრუნებს x-ის ფუშერის ტრანსფორმაციას და ქმნის ნორმალური განაწილების დახურვის ფუნქციას.</ahelp>"
-
-#: 04060182.xhp#hd_id3149898.14.help.text
-msgctxt "04060182.xhp#hd_id3149898.14.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060182.xhp#par_id3143220.15.help.text
-msgid "FISHER(Number)"
-msgstr "FISHER(რიცხვი)"
-
-#: 04060182.xhp#par_id3159228.16.help.text
-msgid " <emph>Number</emph> is the value to be transformed."
-msgstr "<emph>რიცხვი</emph> არის გარდასაქმნელი მნიშვნელობა."
-
-#: 04060182.xhp#hd_id3154763.17.help.text
-msgctxt "04060182.xhp#hd_id3154763.17.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060182.xhp#par_id3149383.18.help.text
-msgid " <item type=\"input\">=FISHER(0.5)</item> yields 0.55."
-msgstr ""
-
-#: 04060182.xhp#bm_id3155758.help.text
-msgid "<bookmark_value>FISHERINV function</bookmark_value> <bookmark_value>inverse of Fisher transformation</bookmark_value>"
-msgstr "<bookmark_value>FISHERINV ფუნქცია</bookmark_value><bookmark_value>ფიშერის გარდაქმნის შებრუნება</bookmark_value>"
-
-#: 04060182.xhp#hd_id3155758.20.help.text
-msgid "FISHERINV"
-msgstr "FISHERINV"
-
-#: 04060182.xhp#par_id3154734.21.help.text
-msgid "<ahelp hid=\"HID_FUNC_FISHERINV\">Returns the inverse of the Fisher transformation for x and creates a function close to a normal distribution.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_FISHERINV\">აბრუნებს x-ისთვის ფუშერის ტრანსფორმაციის ინვერსიას და ქმნის ნორმალური განაწილების დახურვის ფუნქციას.</ahelp>"
-
-#: 04060182.xhp#hd_id3155755.22.help.text
-msgctxt "04060182.xhp#hd_id3155755.22.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060182.xhp#par_id3146108.23.help.text
-msgid "FISHERINV(Number)"
-msgstr "FISHERINV(რიცხვი)"
-
-#: 04060182.xhp#par_id3145115.24.help.text
-msgid " <emph>Number</emph> is the value that is to undergo reverse-transformation."
-msgstr ""
-
-#: 04060182.xhp#hd_id3155744.25.help.text
-msgctxt "04060182.xhp#hd_id3155744.25.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060182.xhp#par_id3150432.26.help.text
-msgid " <item type=\"input\">=FISHERINV(0.5)</item> yields 0.46."
-msgstr ""
-
-#: 04060182.xhp#bm_id3151390.help.text
-msgid "<bookmark_value>FTEST function</bookmark_value>"
-msgstr "<bookmark_value>FTEST ფუნქცია</bookmark_value>"
-
-#: 04060182.xhp#hd_id3151390.28.help.text
-msgid "FTEST"
-msgstr "FTEST"
-
-#: 04060182.xhp#par_id3150534.29.help.text
-msgid "<ahelp hid=\"HID_FUNC_FTEST\">Returns the result of an F test.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_FTEST\">აბრუნებს F ტესტის შედეგს.</ahelp>"
-
-#: 04060182.xhp#hd_id3166466.30.help.text
-msgctxt "04060182.xhp#hd_id3166466.30.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060182.xhp#par_id3153024.31.help.text
-msgid "FTEST(Data1; Data2)"
-msgstr "FTEST(მონაცემები_1; მონაცემები_2)"
-
-#: 04060182.xhp#par_id3150032.32.help.text
-msgid " <emph>Data1</emph> is the first record array."
-msgstr "<emph>მონაცემი_1</emph> პირველი ჩანაწერის მასივი."
-
-#: 04060182.xhp#par_id3153018.33.help.text
-msgid " <emph>Data2</emph> is the second record array."
-msgstr "<emph>მონაცემი_2</emph> მეორე ჩანაწერის მასივი."
-
-#: 04060182.xhp#hd_id3153123.34.help.text
-msgctxt "04060182.xhp#hd_id3153123.34.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060182.xhp#par_id3159126.35.help.text
-msgid " <item type=\"input\">=FTEST(A1:A30;B1:B12)</item> calculates whether the two data sets are different in their variance and returns the probability that both sets could have come from the same total population."
-msgstr ""
-
-#: 04060182.xhp#bm_id3150372.help.text
-msgid "<bookmark_value>FDIST function</bookmark_value>"
-msgstr "<bookmark_value>FDIST ფუნქცია</bookmark_value>"
-
-#: 04060182.xhp#hd_id3150372.37.help.text
-msgid "FDIST"
-msgstr "FDIST"
-
-#: 04060182.xhp#par_id3152981.38.help.text
-msgid "<ahelp hid=\"HID_FUNC_FVERT\">Calculates the values of an F distribution.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_FVERT\">F განაწილების მნიშვნელობას ანგარიშობს.</ahelp>"
-
-#: 04060182.xhp#hd_id3150484.39.help.text
-msgctxt "04060182.xhp#hd_id3150484.39.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060182.xhp#par_id3145826.40.help.text
-msgid "FDIST(Number; DegreesFreedom1; DegreesFreedom2)"
-msgstr "FDIST(რიცხვი; თავისუფლების_ხარისხი_1; თავისუფლების_ხარისხი_2)"
-
-#: 04060182.xhp#par_id3150461.41.help.text
-msgid " <emph>Number</emph> is the value for which the F distribution is to be calculated."
-msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა, რომლისთვისაც F განაწილება გამოითვლება."
-
-#: 04060182.xhp#par_id3150029.42.help.text
-msgid " <emph>degreesFreedom1</emph> is the degrees of freedom in the numerator in the F distribution."
-msgstr "<emph>თავისუფლების_ხარისხი_1</emph> არის F განაწილების ნუმერატორის თავისუფლების ხარისხი."
-
-#: 04060182.xhp#par_id3146877.43.help.text
-msgid " <emph>degreesFreedom2</emph> is the degrees of freedom in the denominator in the F distribution."
-msgstr "<emph>თავისუფლების_ხარისხი_2</emph> არის F განაწილების დენომინარატორის თავისუფლების ხარისხი."
-
-#: 04060182.xhp#hd_id3147423.44.help.text
-msgctxt "04060182.xhp#hd_id3147423.44.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060182.xhp#par_id3150696.45.help.text
-msgid " <item type=\"input\">=FDIST(0.8;8;12)</item> yields 0.61."
-msgstr ""
-
-#: 04060182.xhp#bm_id0119200903223192.help.text
-msgid "<bookmark_value>GAMMA function</bookmark_value>"
-msgstr "<bookmark_value>GAMMAINV ფუნქცია</bookmark_value>"
-
-#: 04060182.xhp#hd_id0119200903205393.help.text
-msgid "GAMMA"
-msgstr ""
-
-#: 04060182.xhp#par_id0119200903205379.help.text
-msgid "<ahelp hid=\".\">Returns the Gamma function value.</ahelp> Note that GAMMAINV is not the inverse of GAMMA, but of GAMMADIST."
-msgstr ""
-
-#: 04060182.xhp#hd_id0119200903271613.help.text
-msgctxt "04060182.xhp#hd_id0119200903271613.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060182.xhp#par_id0119200903271614.help.text
-msgid " <emph>Number</emph> is the number for which the Gamma function value is to be calculated."
-msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა რომლისთვისაც გამა განაწილება უნდა გამოითვალოს."
-
-#: 04060182.xhp#bm_id3154841.help.text
-msgid "<bookmark_value>GAMMAINV function</bookmark_value>"
-msgstr "<bookmark_value>GAMMAINV ფუნქცია</bookmark_value>"
-
-#: 04060182.xhp#hd_id3154841.47.help.text
-msgid "GAMMAINV"
-msgstr "GAMMAINV"
-
-#: 04060182.xhp#par_id3153932.48.help.text
-msgid "<ahelp hid=\"HID_FUNC_GAMMAINV\">Returns the inverse of the Gamma cumulative distribution GAMMADIST.</ahelp> This function allows you to search for variables with different distribution."
-msgstr ""
-
-#: 04060182.xhp#hd_id3149949.49.help.text
-msgctxt "04060182.xhp#hd_id3149949.49.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060182.xhp#par_id3155828.50.help.text
-msgid "GAMMAINV(Number; Alpha; Beta)"
-msgstr "GAMMAINV(რიცხვი; ალფა; ბეტა)"
-
-#: 04060182.xhp#par_id3145138.51.help.text
-msgid " <emph>Number</emph> is the probability value for which the inverse Gamma distribution is to be calculated."
-msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა რომლისთვისაც გამა განაწილება უნდა გამოითვალოს."
-
-#: 04060182.xhp#par_id3152785.52.help.text
-msgctxt "04060182.xhp#par_id3152785.52.help.text"
-msgid " <emph>Alpha</emph> is the parameter Alpha of the Gamma distribution."
-msgstr "<emph>ალფა</emph> არის გამა განაწილების ალფა პარამეტრი."
-
-#: 04060182.xhp#par_id3154561.53.help.text
-msgid " <emph>Beta</emph> is the parameter Beta of the Gamma distribution."
-msgstr "<emph>ბეტა</emph> არის გამა განაწილების ბეტა პარამეტრი."
-
-#: 04060182.xhp#hd_id3148734.54.help.text
-msgctxt "04060182.xhp#hd_id3148734.54.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060182.xhp#par_id3153331.55.help.text
-msgid " <item type=\"input\">=GAMMAINV(0.8;1;1)</item> yields 1.61."
-msgstr ""
-
-#: 04060182.xhp#bm_id3154806.help.text
-msgid "<bookmark_value>GAMMALN function</bookmark_value> <bookmark_value>natural logarithm of Gamma function</bookmark_value>"
-msgstr "<bookmark_value>GAMMALN ფუნქცია</bookmark_value><bookmark_value>გამა ფუნქციის ნატურალური ლოგარითმი</bookmark_value>"
-
-#: 04060182.xhp#hd_id3154806.57.help.text
-msgid "GAMMALN"
-msgstr "GAMMALN"
-
-#: 04060182.xhp#par_id3148572.58.help.text
-msgid "<ahelp hid=\"HID_FUNC_GAMMALN\">Returns the natural logarithm of the Gamma function: G(x).</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_GAMMALN\">აბრუნებს გამა ფუნქციის ნატურალურ ლოგარითმს: G(x).</ahelp>"
-
-#: 04060182.xhp#hd_id3152999.59.help.text
-msgctxt "04060182.xhp#hd_id3152999.59.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060182.xhp#par_id3153112.60.help.text
-msgid "GAMMALN(Number)"
-msgstr "GAMMALN(რიცხვი)"
-
-#: 04060182.xhp#par_id3154502.61.help.text
-msgid " <emph>Number</emph> is the value for which the natural logarithm of the Gamma function is to be calculated."
-msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა რომლისთვისაც გამოითვლება გამა ფუნქციის ნატურალური ლოგარითმი."
-
-#: 04060182.xhp#hd_id3153568.62.help.text
-msgctxt "04060182.xhp#hd_id3153568.62.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060182.xhp#par_id3153730.63.help.text
-msgid " <item type=\"input\">=GAMMALN(2)</item> yields 0."
-msgstr ""
-
-#: 04060182.xhp#bm_id3150132.help.text
-msgid "<bookmark_value>GAMMADIST function</bookmark_value>"
-msgstr "<bookmark_value>GAMMADIST ფუნქცია</bookmark_value>"
-
-#: 04060182.xhp#hd_id3150132.65.help.text
-msgid "GAMMADIST"
-msgstr "GAMMADIST"
-
-#: 04060182.xhp#par_id3155931.66.help.text
-msgid "<ahelp hid=\"HID_FUNC_GAMMAVERT\">Returns the values of a Gamma distribution.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_GAMMAVERT\">აბრუნებს გამა განაწილების მნიშვნელობას.</ahelp>"
-
-#: 04060182.xhp#par_id0119200903333675.help.text
-msgid "The inverse function is GAMMAINV."
-msgstr ""
-
-#: 04060182.xhp#hd_id3147373.67.help.text
-msgctxt "04060182.xhp#hd_id3147373.67.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060182.xhp#par_id3155436.68.help.text
-msgid "GAMMADIST(Number; Alpha; Beta; C)"
-msgstr "GAMMADIST(რიცხვი; ალფა; ბეტა; C)"
-
-#: 04060182.xhp#par_id3150571.69.help.text
-msgid " <emph>Number</emph> is the value for which the Gamma distribution is to be calculated."
-msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა რომლისთვისაც გამა განაწილება უნდა გამოითვალოს."
-
-#: 04060182.xhp#par_id3145295.70.help.text
-msgctxt "04060182.xhp#par_id3145295.70.help.text"
-msgid " <emph>Alpha</emph> is the parameter Alpha of the Gamma distribution."
-msgstr "<emph>ალფა</emph> არის გამა განაწილების ალფა პარამეტრი."
-
-#: 04060182.xhp#par_id3151015.71.help.text
-msgid " <emph>Beta</emph> is the parameter Beta of the Gamma distribution"
-msgstr "<emph>ბეტა</emph> არის გამა განაწილების ბეტა პარამეტრი"
-
-#: 04060182.xhp#par_id3157972.72.help.text
-msgid " <emph>C</emph> (optional) = 0 or False calculates the density function <emph>C</emph> = 1 or True calculates the distribution."
-msgstr "<emph>C</emph> = 0 გამოთვლის სიმკვრივის ფუნქციას <emph>C</emph> = 1 განაწილება."
-
-#: 04060182.xhp#hd_id3149535.73.help.text
-msgctxt "04060182.xhp#hd_id3149535.73.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060182.xhp#par_id3145354.74.help.text
-msgid " <item type=\"input\">=GAMMADIST(2;1;1;1)</item> yields 0.86."
-msgstr ""
-
-#: 04060182.xhp#bm_id3150272.help.text
-msgid "<bookmark_value>GAUSS function</bookmark_value> <bookmark_value>normal distribution; standard</bookmark_value>"
-msgstr "<bookmark_value>GAUSS ფუნქცია</bookmark_value><bookmark_value>ნორმალური განაწილება; სტანდარტული</bookmark_value>"
-
-#: 04060182.xhp#hd_id3150272.76.help.text
-msgid "GAUSS"
-msgstr "GAUSS"
-
-#: 04060182.xhp#par_id3149030.77.help.text
-msgid "<ahelp hid=\"HID_FUNC_GAUSS\">Returns the standard normal cumulative distribution.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_GAUSS\">აბრუნებს სტანდარტულ ნორმალურ კუმულაციურ განაწილებას.</ahelp>"
-
-#: 04060182.xhp#par_id2059694.help.text
-msgctxt "04060182.xhp#par_id2059694.help.text"
-msgid "It is GAUSS(x)=NORMSDIST(x)-0.5"
-msgstr "ეს არის GAUSS(x)=NORMSDIST(x)-0.5"
-
-#: 04060182.xhp#hd_id3153551.78.help.text
-msgctxt "04060182.xhp#hd_id3153551.78.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060182.xhp#par_id3155368.79.help.text
-msgid "GAUSS(Number)"
-msgstr "GAUSS(რიცხვი)"
-
-#: 04060182.xhp#par_id3153228.80.help.text
-msgid " <emph>Number</emph> is the value for which the value of the standard normal distribution is to be calculated."
-msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა რომლისთვისაც სტანდარტული ნორმალური გადახრა უნდა გამოითვალოს."
-
-#: 04060182.xhp#hd_id3150691.81.help.text
-msgctxt "04060182.xhp#hd_id3150691.81.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060182.xhp#par_id3154867.82.help.text
-msgid " <item type=\"input\">=GAUSS(0.19)</item> = 0.08"
-msgstr ""
-
-#: 04060182.xhp#par_id3148594.83.help.text
-msgid " <item type=\"input\">=GAUSS(0.0375)</item> = 0.01"
-msgstr ""
-
-#: 04060182.xhp#bm_id3148425.help.text
-msgid "<bookmark_value>GEOMEAN function</bookmark_value> <bookmark_value>means;geometric</bookmark_value>"
-msgstr "<bookmark_value>GEOMEAN ფუნქცია</bookmark_value><bookmark_value>მნიშვნელობები;გეომეტრია</bookmark_value>"
-
-#: 04060182.xhp#hd_id3148425.85.help.text
-msgid "GEOMEAN"
-msgstr "GEOMEAN"
-
-#: 04060182.xhp#par_id3156257.86.help.text
-msgid "<ahelp hid=\"HID_FUNC_GEOMITTEL\">Returns the geometric mean of a sample.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_GEOMITTEL\">აბრუნებს შერჩევის გეომეტრიულ მნიშვნელობას.</ahelp>"
-
-#: 04060182.xhp#hd_id3147167.87.help.text
-msgctxt "04060182.xhp#hd_id3147167.87.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060182.xhp#par_id3153720.88.help.text
-msgid "GEOMEAN(Number1; Number2; ...Number30)"
-msgstr "GEOMEAN(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
-
-#: 04060182.xhp#par_id3152585.89.help.text
-msgid " <emph>Number1, Number2,...Number30</emph> are numeric arguments or ranges that represent a random sample."
-msgstr "<emph>რიცხვი 1; რიცხვი 2;...რიცხვი 30</emph> არის შერჩევის ამსახველი დიაპაზონის ციფრული მნიშვნელობები."
-
-#: 04060182.xhp#hd_id3146146.90.help.text
-msgctxt "04060182.xhp#hd_id3146146.90.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060182.xhp#par_id3149819.92.help.text
-msgid " <item type=\"input\">=GEOMEAN(23;46;69)</item> = 41.79. The geometric mean value of this random sample is therefore 41.79."
-msgstr "GEOMEAN(23; 46; 69) = 41.79. ამრიგად შემთხვევითი შერჩევის გეომეტრიული მნიშვნელობაა 41.79."
-
-#: 04060182.xhp#bm_id3152966.help.text
-msgid "<bookmark_value>TRIMMEAN function</bookmark_value> <bookmark_value>means;of data set without margin data</bookmark_value>"
-msgstr "<bookmark_value>TRIMMEAN ფუნქცია</bookmark_value><bookmark_value>მნიშვნელობა;მონაცემის მონაცემთა კიდის გარეშე</bookmark_value>"
-
-#: 04060182.xhp#hd_id3152966.94.help.text
-msgid "TRIMMEAN"
-msgstr "TRIMMEAN"
-
-#: 04060182.xhp#par_id3149716.95.help.text
-msgid "<ahelp hid=\"HID_FUNC_GESTUTZTMITTEL\">Returns the mean of a data set without the Alpha percent of data at the margins.</ahelp>"
-msgstr ""
-
-#: 04060182.xhp#hd_id3149281.96.help.text
-msgctxt "04060182.xhp#hd_id3149281.96.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060182.xhp#par_id3154821.97.help.text
-msgid "TRIMMEAN(Data; Alpha)"
-msgstr "TRIMMEAN(მონაცემები; ალფა)"
-
-#: 04060182.xhp#par_id3155834.98.help.text
-msgid " <emph>Data</emph> is the array of data in the sample."
-msgstr "<emph>მონაცემი</emph> არის მონაცემთა მასივი მაგალითში."
-
-#: 04060182.xhp#par_id3156304.99.help.text
-msgid " <emph>Alpha</emph> is the percentage of the marginal data that will not be taken into consideration."
-msgstr ""
-
-#: 04060182.xhp#hd_id3151180.100.help.text
-msgctxt "04060182.xhp#hd_id3151180.100.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060182.xhp#par_id3156130.101.help.text
-msgid " <item type=\"input\">=TRIMMEAN(A1:A50; 0.1)</item> calculates the mean value of numbers in A1:A50, without taking into consideration the 5 percent of the values representing the highest values and the 5 percent of the values representing the lowest ones. The percentage numbers refer to the amount of the untrimmed mean value, not to the number of summands."
-msgstr ""
-
-#: 04060182.xhp#bm_id3153216.help.text
-msgid "<bookmark_value>ZTEST function</bookmark_value>"
-msgstr "<bookmark_value>ZTEST ფუნქცია</bookmark_value>"
-
-#: 04060182.xhp#hd_id3153216.103.help.text
-msgid "ZTEST"
-msgstr "ZTEST"
-
-#: 04060182.xhp#par_id3150758.104.help.text
-msgid "<ahelp hid=\"HID_FUNC_GTEST\">Calculates the probability of observing a z-statistic greater than the one computed based on a sample.</ahelp>"
-msgstr ""
-
-#: 04060182.xhp#hd_id3150872.105.help.text
-msgctxt "04060182.xhp#hd_id3150872.105.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060182.xhp#par_id3153274.106.help.text
-msgid "ZTEST(Data; mu; Sigma)"
-msgstr "ZTEST(მონაცემი; რიცხვი; სიგმა)"
-
-#: 04060182.xhp#par_id3156109.107.help.text
-msgid " <emph>Data</emph> is the given sample, drawn from a normally distributed population."
-msgstr ""
-
-#: 04060182.xhp#par_id3149977.108.help.text
-msgid " <emph>mu</emph> is the known mean of the population."
-msgstr ""
-
-#: 04060182.xhp#par_id3154740.109.help.text
-msgid " <emph>Sigma</emph> (optional) is the known standard deviation of the population. If omitted, the standard deviation of the given sample is used."
-msgstr ""
-
-#: 04060182.xhp#par_id0305200911372999.help.text
-msgid "See also the <link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_ZTEST_function\">Wiki page</link>."
-msgstr ""
-
-#: 04060182.xhp#bm_id3153623.help.text
-msgid "<bookmark_value>HARMEAN function</bookmark_value> <bookmark_value>means;harmonic</bookmark_value>"
-msgstr "<bookmark_value>HARMEAN ფუნქცია</bookmark_value><bookmark_value>მნიშვნელობები;ჰარმონია</bookmark_value>"
-
-#: 04060182.xhp#hd_id3153623.113.help.text
-msgid "HARMEAN"
-msgstr "HARMEAN"
-
-#: 04060182.xhp#par_id3155102.114.help.text
-msgid "<ahelp hid=\"HID_FUNC_HARMITTEL\">Returns the harmonic mean of a data set.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_HARMITTEL\">აბრუნებს მონაცემთა განლაგების ჰარმონიულ მნიშვნელობას.</ahelp>"
-
-#: 04060182.xhp#hd_id3146900.115.help.text
-msgctxt "04060182.xhp#hd_id3146900.115.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060182.xhp#par_id3149287.116.help.text
-msgid "HARMEAN(Number1; Number2; ...Number30)"
-msgstr "HARMEAN(რიცხვი 1; რიცხვი 2; ... რიცხვი 30)"
-
-#: 04060182.xhp#par_id3154303.117.help.text
-msgid " <emph>Number1,Number2,...Number30</emph> are up to 30 values or ranges, that can be used to calculate the harmonic mean."
-msgstr ""
-
-#: 04060182.xhp#hd_id3159179.118.help.text
-msgctxt "04060182.xhp#hd_id3159179.118.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060182.xhp#par_id3146093.120.help.text
-msgid " <item type=\"input\">=HARMEAN(23;46;69)</item> = 37.64. The harmonic mean of this random sample is thus 37.64"
-msgstr "GEOMEAN(23; 46; 69) = 41.79. ამრიგად შემთხვევითი შერჩევის გეომეტრიული მნიშვნელობაა 41.79."
-
-#: 04060182.xhp#bm_id3152801.help.text
-msgid "<bookmark_value>HYPGEOMDIST function</bookmark_value> <bookmark_value>sampling without replacement</bookmark_value>"
-msgstr "<bookmark_value>HYPGEOMDIST ფუნქცია</bookmark_value><bookmark_value>მაშტაბირება ჩანაცვების გარეშე</bookmark_value>"
-
-#: 04060182.xhp#hd_id3152801.122.help.text
-msgid "HYPGEOMDIST"
-msgstr "HYPGEOMDIST"
-
-#: 04060182.xhp#par_id3159341.123.help.text
-msgid "<ahelp hid=\"HID_FUNC_HYPGEOMVERT\">Returns the hypergeometric distribution.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_HYPGEOMVERT\">აბრუნებს ჰიპერბოლიურ განაწილებას.</ahelp>"
-
-#: 04060182.xhp#hd_id3154697.124.help.text
-msgctxt "04060182.xhp#hd_id3154697.124.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060182.xhp#par_id3155388.125.help.text
-msgid "HYPGEOMDIST(X; NSample; Successes; NPopulation)"
-msgstr "HYPGEOMDIST(X; N_შერჩევა; წარმატებები; N_მოსახლეობა)"
-
-#: 04060182.xhp#par_id3154933.126.help.text
-msgid " <emph>X</emph> is the number of results achieved in the random sample."
-msgstr "<emph>X</emph> არის შედეგის ნომერი რომელიც მოცემულია შემთხვევით შერჩევაში."
-
-#: 04060182.xhp#par_id3153106.127.help.text
-msgid " <emph>NSample</emph> is the size of the random sample."
-msgstr "<emph>N_შერჩევა</emph> არის შემთხვევითი შერჩევის ზომა."
-
-#: 04060182.xhp#par_id3146992.128.help.text
-msgid " <emph>Successes</emph> is the number of possible results in the total population."
-msgstr "<emph>წარმატება</emph> მთელ მოსახლეობაში შესაძლო შედეგების რაოდენობა."
-
-#: 04060182.xhp#par_id3148826.129.help.text
-msgid " <emph>NPopulation </emph>is the size of the total population."
-msgstr "<emph>N_მოსახლეობა </emph>არის სრული მოსახლეობის ზომა."
-
-#: 04060182.xhp#hd_id3150529.130.help.text
-msgctxt "04060182.xhp#hd_id3150529.130.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060182.xhp#par_id3154904.131.help.text
-msgid " <item type=\"input\">=HYPGEOMDIST(2;2;90;100)</item> yields 0.81. If 90 out of 100 pieces of buttered toast fall from the table and hit the floor with the buttered side first, then if 2 pieces of buttered toast are dropped from the table, the probability is 81%, that both will strike buttered side first."
-msgstr ""
-
-#: func_timevalue.xhp#tit.help.text
-msgid "TIMEVALUE "
-msgstr "TIMEVALUE "
-
-#: func_timevalue.xhp#bm_id3146755.help.text
-msgid "<bookmark_value>TIMEVALUE function</bookmark_value>"
-msgstr "<bookmark_value>TIMEVALUE ფუნქცია</bookmark_value>"
-
-#: func_timevalue.xhp#hd_id3146755.160.help.text
-msgid "<variable id=\"timevalue\"><link href=\"text/scalc/01/func_timevalue.xhp\">TIMEVALUE</link></variable>"
-msgstr "<variable id=\"timevalue\"><link href=\"text/scalc/01/func_timevalue.xhp\">TIMEVALUE</link></variable>"
-
-#: func_timevalue.xhp#par_id3148502.161.help.text
-msgid "<ahelp hid=\"HID_FUNC_ZEITWERT\">TIMEVALUE returns the internal time number from a text enclosed by quotes and which may show a possible time entry format.</ahelp>"
-msgstr ""
-
-#: func_timevalue.xhp#par_id3150794.162.help.text
-msgid "The internal number indicated as a decimal is the result of the date system used under $[officename] to calculate date entries."
-msgstr ""
-
-#: func_timevalue.xhp#par_id011920090347118.help.text
-msgid "If the text string also includes a year, month, or day, TIMEVALUE only returns the fractional part of the conversion."
-msgstr ""
-
-#: func_timevalue.xhp#hd_id3150810.163.help.text
-msgctxt "func_timevalue.xhp#hd_id3150810.163.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: func_timevalue.xhp#par_id3150823.164.help.text
-msgid "TIMEVALUE(\"Text\")"
-msgstr "TIMEVALUE(\"ტექსტი\")"
-
-#: func_timevalue.xhp#par_id3152556.165.help.text
-msgid " <emph>Text</emph> is a valid time expression and must be entered in quotation marks."
-msgstr "<emph>ტექსტი</emph> არის მართებული დროის გამოსახულება, რომელიც ბრჭყალებში უნდა ჩასვთ."
-
-#: func_timevalue.xhp#hd_id3146815.166.help.text
-msgctxt "func_timevalue.xhp#hd_id3146815.166.help.text"
-msgid "Examples"
-msgstr "მაგალითები"
-
-#: func_timevalue.xhp#par_id3146829.167.help.text
-msgid " <item type=\"input\">=TIMEVALUE(\"4PM\")</item> returns 0.67. When formatting in time format HH:MM:SS, you then get 16:00:00."
-msgstr "TIMEVALUE(\"4PM\") აბრუნებს 0.67. როდესაც დროის ფორმატი არის HH:MM:SS, იღებთ 16:00:00."
-
-#: func_timevalue.xhp#par_id3153632.168.help.text
-msgid " <item type=\"input\">=TIMEVALUE(\"24:00\")</item> returns 1. If you use the HH:MM:SS time format, the value is 00:00:00."
-msgstr ".TIMEVALUE(\"24:00\") აბრუნებს 1. თუ იყენებთ HH:MM:SS დროის ფორმატს, მნიშვნელობა იქნება 00:00:00."
-
-#: 05050000.xhp#tit.help.text
-msgctxt "05050000.xhp#tit.help.text"
-msgid "Sheet"
-msgstr "ფურცელი"
-
-#: 05050000.xhp#bm_id1245460.help.text
-msgid "<bookmark_value>CTL;right-to-left sheets</bookmark_value><bookmark_value>sheets;right-to-left</bookmark_value><bookmark_value>right-to-left text;spreadsheets</bookmark_value>"
-msgstr "<bookmark_value>CTL;მარჯვნიდან მარცხნივ ფურცლები</bookmark_value><bookmark_value>ფურცლები;მარჯვნიდან მარცხნივ</bookmark_value><bookmark_value>მარჯვნიდან მარცხნივ ტექსტი;ელცხრილები</bookmark_value>"
-
-#: 05050000.xhp#hd_id3155923.1.help.text
-msgid "<link href=\"text/scalc/01/05050000.xhp\" name=\"Sheet\">Sheet</link>"
-msgstr "<link href=\"text/scalc/01/05050000.xhp\" name=\"Sheet\">ფურცელი</link>"
-
-#: 05050000.xhp#par_id3154758.2.help.text
-msgid "<ahelp hid=\".\">Sets the sheet name and hides or shows selected sheets.</ahelp>"
-msgstr ""
-
-#: 05050000.xhp#hd_id3156280.3.help.text
-msgid "<link href=\"text/scalc/01/05050100.xhp\" name=\"Rename\">Rename</link>"
-msgstr "<link href=\"text/scalc/01/05050100.xhp\" name=\"Rename\">სახელის გადარქმევა</link>"
-
-#: 05050000.xhp#hd_id3145787.4.help.text
-msgid "<link href=\"text/scalc/01/05050300.xhp\" name=\"Show\">Show</link>"
-msgstr "<link href=\"text/scalc/01/05050300.xhp\" name=\"Show\">ჩვენება</link>"
-
-#: 05050000.xhp#par_id3150542.5.help.text
-msgid "If a sheet has been hidden, the Show Sheet dialog opens, which allows you to select a sheet to be shown again."
-msgstr ""
-
-#: 05050000.xhp#par_idN10656.help.text
-msgid "Right-To-Left"
-msgstr "მარჯვნიდან მარცხნივ"
-
-#: 05050000.xhp#par_idN1065A.help.text
-msgid "<ahelp hid=\".uno:SheetRightToLeft\">Changes the orientation of the current sheet to Right-To-Left if <link href=\"text/shared/optionen/01150300.xhp\">CTL</link> support is enabled.</ahelp>"
-msgstr ""
-
-#: func_weeknum.xhp#tit.help.text
-msgid "WEEKNUM"
-msgstr "WEEKNUM"
-
-#: func_weeknum.xhp#bm_id3159161.help.text
-msgid "<bookmark_value>WEEKNUM function</bookmark_value>"
-msgstr "<bookmark_value>WEEKNUM ფუნქცია</bookmark_value>"
-
-#: func_weeknum.xhp#hd_id3159161.54.help.text
-msgid "<variable id=\"weeknum\"><link href=\"text/scalc/01/func_weeknum.xhp\">WEEKNUM</link></variable>"
-msgstr "<variable id=\"weeknum\"><link href=\"text/scalc/01/func_weeknum.xhp\">WEEKNUM</link></variable>"
-
-#: func_weeknum.xhp#par_id3149770.55.help.text
-msgid "<ahelp hid=\"HID_FUNC_KALENDERWOCHE\">WEEKNUM calculates the week number of the year for the internal date value.</ahelp>"
-msgstr ""
-
-#: func_weeknum.xhp#par_idN105E4.help.text
-msgid "The International Standard ISO 8601 has decreed that Monday shall be the first day of the week. A week that lies partly in one year and partly in another is assigned a number in the year in which most of its days lie. That means that week number 1 of any year is the week that contains the January 4th."
-msgstr ""
-
-#: func_weeknum.xhp#hd_id3153055.56.help.text
-msgctxt "func_weeknum.xhp#hd_id3153055.56.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: func_weeknum.xhp#par_id3147236.57.help.text
-msgid "WEEKNUM(Number; Mode)"
-msgstr "WEEKNUM(რიცხვი; რეჟიმი)"
-
-#: func_weeknum.xhp#par_id3147511.58.help.text
-msgid "<emph>Number</emph> is the internal date number."
-msgstr "<emph>რიცხვი</emph> არის თარიღის შიდა რიცხვი."
-
-#: func_weeknum.xhp#par_id3154269.59.help.text
-msgid "<emph>Mode</emph> sets the start of the week and the calculation type."
-msgstr ""
-
-#: func_weeknum.xhp#par_id3148930.60.help.text
-msgid "1 = Sunday"
-msgstr "1 = კვირა"
-
-#: func_weeknum.xhp#par_id3154280.61.help.text
-msgid "2 = Monday"
-msgstr "2 = ორშაბათი"
-
-#: func_weeknum.xhp#hd_id3146948.62.help.text
-msgctxt "func_weeknum.xhp#hd_id3146948.62.help.text"
-msgid "Examples"
-msgstr "მაგალითები"
-
-#: func_weeknum.xhp#par_id3150704.65.help.text
-msgid "=WEEKNUM(\"1995-01-01\";1) returns 1"
-msgstr ""
-
-#: func_weeknum.xhp#par_id3149792.64.help.text
-msgid "=WEEKNUM(\"1995-01-01\";2) returns 52. If the week starts on Monday, Sunday belongs to the last week of the previous year."
-msgstr "WEEKNUM კვირა ჩართულია ორშაბათი კვირა -სკენ კვირა - წელი."
-
-#: 06080000.xhp#tit.help.text
-msgid "Recalculate"
-msgstr "თავიდან გამოთვლა"
-
-#: 06080000.xhp#bm_id3157909.help.text
-msgid "<bookmark_value>recalculating;all formulas in sheets</bookmark_value><bookmark_value>formulas; recalculating manually</bookmark_value><bookmark_value>cell contents; recalculating</bookmark_value>"
-msgstr ""
-
-#: 06080000.xhp#hd_id3157909.1.help.text
-msgid "<link href=\"text/scalc/01/06080000.xhp\" name=\"Recalculate\">Recalculate</link>"
-msgstr "<link href=\"text/scalc/01/06080000.xhp\" name=\"Recalculate\">თავიდან გამოთვლა</link>"
-
-#: 06080000.xhp#par_id3154758.2.help.text
-msgid "<ahelp hid=\".uno:Calculate\">Recalculates all changed formulas. If AutoCalculate is enabled, the Recalculate command applies only to formulas like RAND or NOW.</ahelp>"
-msgstr ""
-
-#: 06080000.xhp#par_id315475899.help.text
-msgid "Press F9 to recalculate. Press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9 to recalculate all formulas in the document."
-msgstr ""
-
-#: 06080000.xhp#par_id3150793.5.help.text
-msgid "After the document has been recalculated, the display is refreshed. All charts are also refreshed."
-msgstr ""
-
-#: 06080000.xhp#par_id315475855.help.text
-msgid "The Add-In functions like RANDBETWEEN currently cannot respond to the Recalculate command or F9. Press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9 to recalculate all formulas, including the Add-In functions."
-msgstr ""
-
-#: format_graphic.xhp#tit.help.text
-msgid "Graphic"
-msgstr "გრაფიკა"
-
-#: format_graphic.xhp#par_idN10548.help.text
-msgid "<link href=\"text/scalc/01/format_graphic.xhp\">Graphic</link>"
-msgstr "<link href=\"text/scalc/01/format_graphic.xhp\">გრაფიკა</link>"
-
-#: format_graphic.xhp#par_idN10558.help.text
-msgid "<ahelp hid=\".\">Opens a submenu to edit the properties of the selected object.</ahelp>"
-msgstr "<ahelp hid=\".\">ხსნის ქვემენიუს მონიშნული ობიექტის პარამეტრების ჩასასწორებლად.</ahelp>"
-
-#: format_graphic.xhp#par_id1650440.help.text
-msgid "<link href=\"text/shared/01/05990000.xhp\">Define Text Attributes</link>"
-msgstr "<link href=\"text/shared/01/05990000.xhp\">ტექსტური ატრიბუტების განსაზღვრა</link>"
-
-#: format_graphic.xhp#par_id363475.help.text
-msgid "Sets the layout and anchoring properties for text in the selected drawing or text object."
-msgstr "მომართავს განლაგებას და ღუზის პარამეტრებს ტექსტისათვის მონიშნულ ნახატში ან ტექსტურ ობიექტში."
-
-#: format_graphic.xhp#par_id9746696.help.text
-msgid "Points"
-msgstr "წერტილები"
-
-#: format_graphic.xhp#par_id2480544.help.text
-msgid "<ahelp hid=\".\">Switches <emph>Edit Points</emph> mode for an inserted freeform line on and off.</ahelp>"
-msgstr ""
-
-#: 04060199.xhp#tit.help.text
-msgctxt "04060199.xhp#tit.help.text"
+#. h:`q
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"tit\n"
+"help.text"
msgid "Operators in $[officename] Calc"
msgstr "$[officename] Calc-ში ოპერატორები"
-#: 04060199.xhp#bm_id3156445.help.text
+#. BX?a
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"bm_id3156445\n"
+"help.text"
msgid "<bookmark_value>formulas; operators</bookmark_value><bookmark_value>operators; formula functions</bookmark_value><bookmark_value>division sign, see also operators</bookmark_value><bookmark_value>multiplication sign, see also operators</bookmark_value><bookmark_value>minus sign, see also operators</bookmark_value><bookmark_value>plus sign, see also operators</bookmark_value><bookmark_value>text operators</bookmark_value><bookmark_value>comparisons;operators in Calc</bookmark_value><bookmark_value>arithmetical operators</bookmark_value><bookmark_value>reference operators</bookmark_value>"
msgstr ""
-#: 04060199.xhp#hd_id3156445.1.help.text
-msgctxt "04060199.xhp#hd_id3156445.1.help.text"
+#. KI~.
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"hd_id3156445\n"
+"1\n"
+"help.text"
msgid "Operators in $[officename] Calc"
msgstr "$[officename] Calc-ში ოპერატორები"
-#: 04060199.xhp#par_id3155812.2.help.text
+#. $a+*
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3155812\n"
+"2\n"
+"help.text"
msgid "You can use the following operators in $[officename] Calc:"
msgstr "$[officename] Calc-ში შემდეგი ოპერატორები გამოიყენეთ:"
-#: 04060199.xhp#hd_id3153066.3.help.text
+#. d6.!
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"hd_id3153066\n"
+"3\n"
+"help.text"
msgid "Arithmetical Operators"
msgstr "არითმეტიკული ოპერატორები"
-#: 04060199.xhp#par_id3148601.4.help.text
+#. /EGM
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3148601\n"
+"4\n"
+"help.text"
msgid "These operators return numerical results."
msgstr "აბრუნებს რიცხობროვ შედეგს."
-#: 04060199.xhp#par_id3144768.5.help.text
-msgctxt "04060199.xhp#par_id3144768.5.help.text"
+#. !xd3
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3144768\n"
+"5\n"
+"help.text"
msgid "Operator"
msgstr "ოპერატორი"
-#: 04060199.xhp#par_id3157982.6.help.text
-msgctxt "04060199.xhp#par_id3157982.6.help.text"
+#. kANp
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3157982\n"
+"6\n"
+"help.text"
msgid "Name"
msgstr "სახელი"
-#: 04060199.xhp#par_id3159096.7.help.text
-msgctxt "04060199.xhp#par_id3159096.7.help.text"
+#. YnIH
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3159096\n"
+"7\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060199.xhp#par_id3149126.8.help.text
+#. NzQ^
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3149126\n"
+"8\n"
+"help.text"
msgid "+ (Plus)"
msgstr "+ (პლუსი)"
-#: 04060199.xhp#par_id3150892.9.help.text
+#. $5}-
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3150892\n"
+"9\n"
+"help.text"
msgid "Addition"
msgstr "მიმატება"
-#: 04060199.xhp#par_id3153247.10.help.text
+#. Z/2b
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3153247\n"
+"10\n"
+"help.text"
msgid "1+1"
msgstr "1+1"
-#: 04060199.xhp#par_id3159204.11.help.text
-msgctxt "04060199.xhp#par_id3159204.11.help.text"
+#. (,SX
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3159204\n"
+"11\n"
+"help.text"
msgid "- (Minus)"
msgstr "- (მინუსი)"
-#: 04060199.xhp#par_id3145362.12.help.text
+#. s5HU
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3145362\n"
+"12\n"
+"help.text"
msgid "Subtraction"
msgstr "გამოკლება"
-#: 04060199.xhp#par_id3153554.13.help.text
+#. @wqV
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3153554\n"
+"13\n"
+"help.text"
msgid "2-1"
msgstr "2-1"
-#: 04060199.xhp#par_id3153808.14.help.text
-msgctxt "04060199.xhp#par_id3153808.14.help.text"
+#. dM[Y
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3153808\n"
+"14\n"
+"help.text"
msgid "- (Minus)"
msgstr "- (მინუსი)"
-#: 04060199.xhp#par_id3151193.15.help.text
+#. #}IH
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3151193\n"
+"15\n"
+"help.text"
msgid "Negation"
msgstr "უარყოფა"
-#: 04060199.xhp#par_id3154712.16.help.text
-msgctxt "04060199.xhp#par_id3154712.16.help.text"
+#. 2R{(
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3154712\n"
+"16\n"
+"help.text"
msgid "-5"
msgstr "-5"
-#: 04060199.xhp#par_id3149873.17.help.text
+#. jpQ%
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3149873\n"
+"17\n"
+"help.text"
msgid "* (asterisk)"
msgstr "* (ვარლსკვავი)"
-#: 04060199.xhp#par_id3147504.18.help.text
+#. 0$hT
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3147504\n"
+"18\n"
+"help.text"
msgid "Multiplication"
msgstr "გამრავლება"
-#: 04060199.xhp#par_id3149055.19.help.text
+#. @OKk
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3149055\n"
+"19\n"
+"help.text"
msgid "2*2"
msgstr "2*2"
-#: 04060199.xhp#par_id3151341.20.help.text
+#. 3G1F
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3151341\n"
+"20\n"
+"help.text"
msgid "/ (Slash)"
msgstr "/ (გაყოფა)"
-#: 04060199.xhp#par_id3159260.21.help.text
+#. \\Z7
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3159260\n"
+"21\n"
+"help.text"
msgid "Division"
msgstr "გაყოფა"
-#: 04060199.xhp#par_id3153027.22.help.text
+#. J^5T
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3153027\n"
+"22\n"
+"help.text"
msgid "9/3"
msgstr "9/3"
-#: 04060199.xhp#par_id3156396.23.help.text
+#. 7TV.
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3156396\n"
+"23\n"
+"help.text"
msgid "% (Percent)"
msgstr "% (პროცენტი)"
-#: 04060199.xhp#par_id3150372.24.help.text
+#. ToPg
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3150372\n"
+"24\n"
+"help.text"
msgid "Percent"
msgstr "პროცენტი"
-#: 04060199.xhp#par_id3145632.25.help.text
+#. 55ax
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3145632\n"
+"25\n"
+"help.text"
msgid "15%"
msgstr "15%"
-#: 04060199.xhp#par_id3149722.26.help.text
+#. QX6d
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3149722\n"
+"26\n"
+"help.text"
msgid "^ (Caret)"
msgstr ""
-#: 04060199.xhp#par_id3159127.27.help.text
+#. `DK,
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3159127\n"
+"27\n"
+"help.text"
msgid "Exponentiation"
msgstr "ახარისხება"
-#: 04060199.xhp#par_id3157873.28.help.text
+#. tJ}{
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3157873\n"
+"28\n"
+"help.text"
msgid "3^2"
msgstr "3^2"
-#: 04060199.xhp#hd_id3152981.29.help.text
+#. T.Qv
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"hd_id3152981\n"
+"29\n"
+"help.text"
msgid "Comparative operators"
msgstr "შემადარებელი ოპერატორები"
-#: 04060199.xhp#par_id3157902.30.help.text
+#. OPQA
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3157902\n"
+"30\n"
+"help.text"
msgid "These operators return either true or false."
msgstr "ეს ოპერატორები აბრუნებენ ჭეშმარიტს ან მცდარს."
-#: 04060199.xhp#par_id3149889.31.help.text
-msgctxt "04060199.xhp#par_id3149889.31.help.text"
+#. *=E,
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3149889\n"
+"31\n"
+"help.text"
msgid "Operator"
msgstr "ოპერატორი"
-#: 04060199.xhp#par_id3150743.32.help.text
-msgctxt "04060199.xhp#par_id3150743.32.help.text"
+#. ]l=W
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3150743\n"
+"32\n"
+"help.text"
msgid "Name"
msgstr "სახელი"
-#: 04060199.xhp#par_id3146877.33.help.text
-msgctxt "04060199.xhp#par_id3146877.33.help.text"
+#. @0Pc
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3146877\n"
+"33\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060199.xhp#par_id3148888.34.help.text
+#. v#nb
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3148888\n"
+"34\n"
+"help.text"
msgid "= (equal sign)"
msgstr "= (ტოლობის ნიშანი)"
-#: 04060199.xhp#par_id3154845.35.help.text
+#. jkOm
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3154845\n"
+"35\n"
+"help.text"
msgid "Equal"
msgstr "ტოლია"
-#: 04060199.xhp#par_id3154546.36.help.text
+#. yYpR
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3154546\n"
+"36\n"
+"help.text"
msgid "A1=B1"
msgstr "A1=B1"
-#: 04060199.xhp#par_id3154807.37.help.text
+#. 18TZ
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3154807\n"
+"37\n"
+"help.text"
msgid "> (Greater than)"
msgstr "> (მეტია ვიდრე)"
-#: 04060199.xhp#par_id3148580.38.help.text
+#. MxW!
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3148580\n"
+"38\n"
+"help.text"
msgid "Greater than"
msgstr "მეტია ვიდრე"
-#: 04060199.xhp#par_id3145138.39.help.text
+#. gDa+
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3145138\n"
+"39\n"
+"help.text"
msgid "A1>B1"
msgstr "A1>B1"
-#: 04060199.xhp#par_id3149507.40.help.text
+#. rqvC
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3149507\n"
+"40\n"
+"help.text"
msgid "< (Less than)"
msgstr "< (ნაკლებია ვიდრე)"
-#: 04060199.xhp#par_id3150145.41.help.text
+#. RZa9
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3150145\n"
+"41\n"
+"help.text"
msgid "Less than"
msgstr "ნაკლებია ვიდრე"
-#: 04060199.xhp#par_id3150901.42.help.text
+#. Dd-j
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3150901\n"
+"42\n"
+"help.text"
msgid "A1<B1"
msgstr "A1<B1"
-#: 04060199.xhp#par_id3153078.43.help.text
+#. 6`8d
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3153078\n"
+"43\n"
+"help.text"
msgid ">= (Greater than or equal to)"
msgstr ">= (მეტია ან ტოლია)"
-#: 04060199.xhp#par_id3150866.44.help.text
+#. X`4c
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3150866\n"
+"44\n"
+"help.text"
msgid "Greater than or equal to"
msgstr "მეტია ან ტოლია"
-#: 04060199.xhp#par_id3153111.45.help.text
+#. Qjn@
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3153111\n"
+"45\n"
+"help.text"
msgid "A1>=B1"
msgstr "A1>=B1"
-#: 04060199.xhp#par_id3153004.46.help.text
+#. 7TCN
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3153004\n"
+"46\n"
+"help.text"
msgid "<= (Less than or equal to)"
msgstr "<= (ნაკლებია ან ტოლია)"
-#: 04060199.xhp#par_id3150335.47.help.text
+#. fAiJ
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3150335\n"
+"47\n"
+"help.text"
msgid "Less than or equal to"
msgstr "ნაკლებია ან ტოლია"
-#: 04060199.xhp#par_id3148760.48.help.text
+#. 12Dq
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3148760\n"
+"48\n"
+"help.text"
msgid "A1<=B1"
msgstr "A1<=B1"
-#: 04060199.xhp#par_id3157994.49.help.text
+#. ~=OE
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3157994\n"
+"49\n"
+"help.text"
msgid "<> (Inequality)"
msgstr "<> (სხვაობა)"
-#: 04060199.xhp#par_id3150019.50.help.text
+#. NVdC
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3150019\n"
+"50\n"
+"help.text"
msgid "Inequality"
msgstr "სხვაობა"
-#: 04060199.xhp#par_id3149878.51.help.text
+#. -KzZ
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3149878\n"
+"51\n"
+"help.text"
msgid "A1<>B1"
msgstr "A1<>B1"
-#: 04060199.xhp#hd_id3145241.52.help.text
+#. #_ND
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"hd_id3145241\n"
+"52\n"
+"help.text"
msgid "Text operators"
msgstr "ტექსტის ოპერატორები"
-#: 04060199.xhp#par_id3155438.53.help.text
+#. %PP}
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3155438\n"
+"53\n"
+"help.text"
msgid "The operator combines separate texts into one text."
msgstr "ეს ოპერატორი განცალკევებულ ტექსტს ერთ ტექსტად აერთიანებს."
-#: 04060199.xhp#par_id3150566.54.help.text
-msgctxt "04060199.xhp#par_id3150566.54.help.text"
+#. 6PH0
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3150566\n"
+"54\n"
+"help.text"
msgid "Operator"
msgstr "ოპერატორი"
-#: 04060199.xhp#par_id3153048.55.help.text
-msgctxt "04060199.xhp#par_id3153048.55.help.text"
+#. ;D)K
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3153048\n"
+"55\n"
+"help.text"
msgid "Name"
msgstr "სახელი"
-#: 04060199.xhp#par_id3149001.56.help.text
-msgctxt "04060199.xhp#par_id3149001.56.help.text"
+#. T9al
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3149001\n"
+"56\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060199.xhp#par_id3148769.57.help.text
+#. Yf|a
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3148769\n"
+"57\n"
+"help.text"
msgid "& (And)"
msgstr "& (და)"
-#: 04060199.xhp#bm_id3157975.help.text
+#. Ul^4
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"bm_id3157975\n"
+"help.text"
msgid "<bookmark_value>text concatenation AND</bookmark_value>"
msgstr "<bookmark_value>ტექსტის გაერთიანება AND</bookmark_value>"
-#: 04060199.xhp#par_id3157975.58.help.text
+#. Zr^0
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3157975\n"
+"58\n"
+"help.text"
msgid "text concatenation AND"
msgstr "ტექსტის გაერთიანება AND"
-#: 04060199.xhp#par_id3157993.59.help.text
+#. It5Z
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3157993\n"
+"59\n"
+"help.text"
msgid "\"Sun\" & \"day\" is \"Sunday\""
msgstr "\"ორ\" & \"შაბათი\" არის \"ორშაბათი\""
-#: 04060199.xhp#hd_id3153550.60.help.text
+#. 1dMJ
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"hd_id3153550\n"
+"60\n"
+"help.text"
msgid "Reference operators"
msgstr "მითითების ოპერატორები"
-#: 04060199.xhp#par_id3149024.61.help.text
+#. ss+=
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3149024\n"
+"61\n"
+"help.text"
msgid "These operators return a cell range of zero, one or more cells."
msgstr ""
-#: 04060199.xhp#par_id2324900.help.text
+#. 2B)t
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id2324900\n"
+"help.text"
msgid "Range has the highest precedence, then intersection, and then finally union."
msgstr ""
-#: 04060199.xhp#par_id3158416.62.help.text
-msgctxt "04060199.xhp#par_id3158416.62.help.text"
+#. I$2}
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3158416\n"
+"62\n"
+"help.text"
msgid "Operator"
msgstr "ოპერატორი"
-#: 04060199.xhp#par_id3152822.63.help.text
-msgctxt "04060199.xhp#par_id3152822.63.help.text"
+#. 2Y:p
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3152822\n"
+"63\n"
+"help.text"
msgid "Name"
msgstr "სახელი"
-#: 04060199.xhp#par_id3154949.64.help.text
-msgctxt "04060199.xhp#par_id3154949.64.help.text"
+#. Uiyj
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3154949\n"
+"64\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060199.xhp#par_id3156257.65.help.text
+#. Pnl]
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3156257\n"
+"65\n"
+"help.text"
msgid ": (Colon)"
msgstr ": (ორი წერტილი)"
-#: 04060199.xhp#par_id3153924.66.help.text
-msgctxt "04060199.xhp#par_id3153924.66.help.text"
+#. 0f.[
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3153924\n"
+"66\n"
+"help.text"
msgid "Range"
msgstr "დიაპაზონი"
-#: 04060199.xhp#par_id3148432.67.help.text
+#. )ur~
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3148432\n"
+"67\n"
+"help.text"
msgid "A1:C108"
msgstr "A1:C108"
-#: 04060199.xhp#par_id3152592.68.help.text
+#. ):8K
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3152592\n"
+"68\n"
+"help.text"
msgid "! (Exclamation point)"
msgstr "! (ძახილის ნიშანი)"
-#: 04060199.xhp#bm_id3150606.help.text
+#. P#\D
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"bm_id3150606\n"
+"help.text"
msgid "<bookmark_value>intersection operator</bookmark_value>"
msgstr "<bookmark_value>თანაკვეთის ოპერაცია</bookmark_value>"
-#: 04060199.xhp#par_id3150606.69.help.text
+#. Hm?N
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3150606\n"
+"69\n"
+"help.text"
msgid "Intersection"
msgstr "თანაკვეთა"
-#: 04060199.xhp#par_id3083445.70.help.text
+#. t#?h
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3083445\n"
+"70\n"
+"help.text"
msgid "SUM(A1:B6!B5:C12)"
msgstr "SUM(A1:B6!B5:C12)"
-#: 04060199.xhp#par_id3150385.71.help.text
+#. Pj5^
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3150385\n"
+"71\n"
+"help.text"
msgid "Calculates the sum of all cells in the intersection; in this example, the result yields the sum of cells B5 and B6."
msgstr ""
-#: 04060199.xhp#par_id4003723.help.text
+#. vw0N
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id4003723\n"
+"help.text"
msgid "~ (Tilde)"
msgstr ""
-#: 04060199.xhp#par_id838953.help.text
+#. S84-
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id838953\n"
+"help.text"
msgid "Concatenation or union"
msgstr ""
-#: 04060199.xhp#par_id2511978.help.text
+#. D)QK
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id2511978\n"
+"help.text"
msgid "Takes two references and returns a reference list, which is a concatenation of the left reference followed by the right reference. Double entries are referenced twice. See note below this table."
msgstr ""
-#: 04060199.xhp#par_id181890.help.text
+#. FU6L
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id181890\n"
+"help.text"
msgid "Reference concatenation using a tilde character was implemented lately. When a formula with the tilde operator exists in a document that is opened in old versions of the software, an error is returned. A reference list is not allowed inside an array expression."
msgstr ""
-#: 12030000.xhp#tit.help.text
-msgctxt "12030000.xhp#tit.help.text"
-msgid "Sort"
-msgstr "დახარისხება"
-
-#: 12030000.xhp#hd_id3150275.1.help.text
-msgctxt "12030000.xhp#hd_id3150275.1.help.text"
-msgid "Sort"
-msgstr "დახარისხება"
-
-#: 12030000.xhp#par_id3155922.2.help.text
-msgid "<variable id=\"sorttext\"><ahelp hid=\".uno:DataSort\">Sorts the selected rows according to the conditions that you specify.</ahelp></variable> $[officename] automatically recognizes and selects database ranges."
-msgstr ""
-
-#: 12030000.xhp#par_id3147428.4.help.text
-msgid "You cannot sort data if the <link href=\"text/shared/01/02230000.xhp\" name=\"Record changes\">Record changes</link> options is enabled."
-msgstr ""
-
-#: 05030400.xhp#tit.help.text
-msgctxt "05030400.xhp#tit.help.text"
-msgid "Show"
-msgstr "ჩვენება"
-
-#: 05030400.xhp#bm_id3147264.help.text
-msgid "<bookmark_value>spreadsheets; showing columns</bookmark_value><bookmark_value>showing; columns</bookmark_value><bookmark_value>showing; rows</bookmark_value>"
-msgstr "<bookmark_value>ელცხრილები; სვეტების ჩვენება</bookmark_value><bookmark_value>ჩვენება; სვეტები</bookmark_value><bookmark_value>ჩვენება; რიგები</bookmark_value>"
-
-#: 05030400.xhp#hd_id3147264.1.help.text
-msgid "<link href=\"text/scalc/01/05030400.xhp\" name=\"Show\">Show</link>"
-msgstr "<link href=\"text/scalc/01/05030400.xhp\" name=\"Show\">ჩვენება</link>"
-
-#: 05030400.xhp#par_id3150447.2.help.text
-msgid "<ahelp hid=\".uno:ShowColumn\">Choose this command to show previously hidden rows or columns.</ahelp>"
-msgstr ""
-
-#: 05030400.xhp#par_id3155131.3.help.text
-msgid "To show a column or row, select the range of rows or columns containing the hidden elements, then choose <emph>Format - Row - Show</emph> or <emph>Format - Column - Show</emph>."
-msgstr ""
-
-#: 05030400.xhp#par_id3145748.4.help.text
-msgid "To show all hidden cells, first click in the field in the upper left corner. This selects all cells of the table."
-msgstr ""
-
-#: 05100200.xhp#tit.help.text
-msgctxt "05100200.xhp#tit.help.text"
-msgid "Split Cells"
-msgstr ""
-
-#: 05100200.xhp#hd_id3154654.help.text
-msgctxt "05100200.xhp#hd_id3154654.help.text"
-msgid "Split Cells"
-msgstr ""
-
-#: 05100200.xhp#par_id3083451.help.text
-msgid "<ahelp hid=\".\">Splits previously merged cells.</ahelp>"
-msgstr ""
-
-#: 05100200.xhp#par_id3154023.help.text
-msgid "Choose <emph>Format - Merge Cells - Split Cells</emph>"
-msgstr ""
-
-#: 04060106.xhp#tit.help.text
-msgctxt "04060106.xhp#tit.help.text"
-msgid "Mathematical Functions"
-msgstr "მათემატიკური ფუნქციები"
-
-#: 04060106.xhp#bm_id3147124.help.text
-msgid "<bookmark_value>mathematical functions</bookmark_value><bookmark_value>Function Wizard; mathematical</bookmark_value><bookmark_value>functions; mathematical functions</bookmark_value><bookmark_value>trigonometric functions</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp#hd_id3147124.1.help.text
-msgctxt "04060106.xhp#hd_id3147124.1.help.text"
-msgid "Mathematical Functions"
-msgstr "მათემატიკური ფუნქციები"
-
-#: 04060106.xhp#par_id3154943.2.help.text
-msgid "<variable id=\"mathematiktext\">This category contains the <emph>Mathematical</emph> functions for Calc.</variable> To open the <emph>Function Wizard</emph>, choose <link href=\"text/scalc/01/04060000.xhp\" name=\"Insert - Function\"><emph>Insert - Function</emph></link>."
-msgstr "<variable id=\"mathematiktext\">ეს კატეგორია შეიცავს <emph>მათემატიკურ</emph> ფუნქციებს Calcსთვის. </variable> <emph>ფუნქციების ოსტატის</emph> გასახსნელად აირჩიეთ <link href=\"text/scalc/01/04060000.xhp\" name=\"Insert - Function\"><emph>ფუნქციის ჩასმა</emph></link>."
-
-#: 04060106.xhp#bm_id3146944.help.text
-msgid "<bookmark_value>ABS function</bookmark_value><bookmark_value>absolute values</bookmark_value><bookmark_value>values;absolute</bookmark_value>"
-msgstr "<bookmark_value>ABS ფუნქცია</bookmark_value><bookmark_value>აბსოლუტური მნიშვნელობები</bookmark_value><bookmark_value>მნიშვნელობები;აბსოლუტური</bookmark_value>"
-
-#: 04060106.xhp#hd_id3146944.33.help.text
-msgid "ABS"
-msgstr "ABS"
-
-#: 04060106.xhp#par_id3154546.34.help.text
-msgid "<ahelp hid=\"HID_FUNC_ABS\">Returns the absolute value of a number.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_ABS\">აბრუნებს რიცხვის აბსოლუტურ მნიშვნელობას.</ahelp>"
-
-#: 04060106.xhp#hd_id3154843.35.help.text
-msgctxt "04060106.xhp#hd_id3154843.35.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3147475.36.help.text
-msgid "ABS(Number)"
-msgstr "ABS(რიცხვი)"
-
-#: 04060106.xhp#par_id3148438.37.help.text
-msgid "<emph>Number</emph> is the number whose absolute value is to be calculated. The absolute value of a number is its value without the +/- sign."
-msgstr ""
-
-#: 04060106.xhp#hd_id3155823.38.help.text
-msgctxt "04060106.xhp#hd_id3155823.38.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3152787.39.help.text
-msgid "<item type=\"input\">=ABS(-56)</item> returns 56."
-msgstr ""
-
-#: 04060106.xhp#par_id3148752.40.help.text
-msgid "<item type=\"input\">=ABS(12)</item> returns 12."
-msgstr ""
-
-#: 04060106.xhp#par_id320139.help.text
-msgid "<item type=\"input\">=ABS(0)</item> returns 0."
-msgstr ""
-
-#: 04060106.xhp#bm_id3150896.help.text
-msgid "<bookmark_value>COUNTBLANK function</bookmark_value><bookmark_value>counting;empty cells</bookmark_value><bookmark_value>empty cells;counting</bookmark_value>"
-msgstr "<bookmark_value>COUNTBLANK ფუნქცია</bookmark_value><bookmark_value>დათვლა;ცარიელი უჯრები</bookmark_value><bookmark_value>ცარიელი უჯრები;დათვლა</bookmark_value>"
-
-#: 04060106.xhp#hd_id3150896.42.help.text
-msgid "COUNTBLANK"
-msgstr "COUNTBLANK"
-
-#: 04060106.xhp#par_id3155260.43.help.text
-msgid "<ahelp hid=\"HID_FUNC_ANZAHLLEEREZELLEN\">Returns the number of empty cells.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp#hd_id3145144.44.help.text
-msgctxt "04060106.xhp#hd_id3145144.44.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3153931.45.help.text
-msgid "COUNTBLANK(Range)"
-msgstr "COUNTBLANK(დიაპაზონი)"
-
-#: 04060106.xhp#par_id3149512.46.help.text
-msgid " Returns the number of empty cells in the cell range <emph>Range</emph>."
-msgstr ""
-
-#: 04060106.xhp#hd_id3146139.47.help.text
-msgctxt "04060106.xhp#hd_id3146139.47.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3148586.48.help.text
-msgid "<item type=\"input\">=COUNTBLANK(A1:B2)</item> returns 4 if cells A1, A2, B1, and B2 are all empty."
-msgstr ""
-
-#: 04060106.xhp#bm_id3153114.help.text
-msgid "<bookmark_value>ACOS function</bookmark_value>"
-msgstr "<bookmark_value>ACOS ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id3153114.50.help.text
-msgid "ACOS"
-msgstr "ACOS"
-
-#: 04060106.xhp#par_id3145163.51.help.text
-msgid "<ahelp hid=\"HID_FUNC_ARCCOS\">Returns the inverse trigonometric cosine of a number.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_ARCCOS\">აბრუნებს რიცხვის შებრუნებულ ტრიგონომეტრიულ კოსინუსს.</ahelp>"
-
-#: 04060106.xhp#hd_id3153565.52.help.text
-msgctxt "04060106.xhp#hd_id3153565.52.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3150020.53.help.text
-msgid "ACOS(Number)"
-msgstr "ACOS(რიცხვი)"
-
-#: 04060106.xhp#par_id3159134.54.help.text
-msgid " This function returns the inverse trigonometric cosine of <emph>Number</emph>, that is the angle (in radians) whose cosine is Number. The angle returned is between 0 and PI."
-msgstr ""
-
-#: 04060106.xhp#par_id679647.help.text
-msgctxt "04060106.xhp#par_id679647.help.text"
-msgid "To return the angle in degrees, use the DEGREES function."
-msgstr ""
-
-#: 04060106.xhp#hd_id3149882.55.help.text
-msgctxt "04060106.xhp#hd_id3149882.55.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3150128.56.help.text
-msgid "<item type=\"input\">=ACOS(-1)</item> returns 3.14159265358979 (PI radians)"
-msgstr ""
-
-#: 04060106.xhp#par_id8792382.help.text
-msgid "<item type=\"input\">=DEGREES(ACOS(0.5))</item> returns 60. The cosine of 60 degrees is 0.5."
-msgstr ""
-
-#: 04060106.xhp#bm_id3145355.help.text
-msgid "<bookmark_value>ACOSH function</bookmark_value>"
-msgstr "<bookmark_value>ACOSH ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id3145355.60.help.text
-msgid "ACOSH"
-msgstr "ACOSH"
-
-#: 04060106.xhp#par_id3157993.61.help.text
-msgid "<ahelp hid=\"HID_FUNC_ARCOSHYP\">Returns the inverse hyperbolic cosine of a number.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_ARCOSHYP\">აბრუნებს რიცხვის შებრუნებულ ჰიპერბოლურ კოსინუსს.</ahelp>"
-
-#: 04060106.xhp#hd_id3145295.62.help.text
-msgctxt "04060106.xhp#hd_id3145295.62.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3151017.63.help.text
-msgid "ACOSH(Number)"
-msgstr "ACOSH(რიცხვი)"
-
-#: 04060106.xhp#par_id3149000.64.help.text
-msgid " This function returns the inverse hyperbolic cosine of <emph>Number</emph>, that is the number whose hyperbolic cosine is Number. "
-msgstr ""
-
-#: 04060106.xhp#par_id6393932.help.text
-msgid " Number must be greater than or equal to 1."
-msgstr ""
-
-#: 04060106.xhp#hd_id3150566.65.help.text
-msgctxt "04060106.xhp#hd_id3150566.65.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3145629.66.help.text
-msgid "<item type=\"input\">=ACOSH(1)</item> returns 0."
-msgstr ""
-
-#: 04060106.xhp#par_id951567.help.text
-msgid "<item type=\"input\">=ACOSH(COSH(4))</item> returns 4."
-msgstr ""
-
-#: 04060106.xhp#bm_id3149027.help.text
-msgid "<bookmark_value>ACOT function</bookmark_value>"
-msgstr "<bookmark_value>ACOT ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id3149027.70.help.text
-msgid "ACOT"
-msgstr "ACOT"
-
-#: 04060106.xhp#par_id3155818.71.help.text
-#, fuzzy
-msgid "<ahelp hid=\"HID_FUNC_ARCCOT\">Returns the inverse cotangent (the arccotangent) of the given number.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_ARCOTHYP\">აბრუნებს მოცემული რიცხვის შებრუნებულ ჰიპერბოლურ კოტანგენსს.</ahelp>"
-
-#: 04060106.xhp#hd_id3153225.72.help.text
-msgctxt "04060106.xhp#hd_id3153225.72.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3158419.73.help.text
-msgid "ACOT(Number)"
-msgstr "ACOT(რიცხვი)"
-
-#: 04060106.xhp#par_id3154948.74.help.text
-msgid " This function returns the inverse trigonometric cotangent of <emph>Number</emph>, that is the angle (in radians) whose cotangent is Number. The angle returned is between 0 and PI."
-msgstr ""
-
-#: 04060106.xhp#par_id5834528.help.text
-msgctxt "04060106.xhp#par_id5834528.help.text"
-msgid "To return the angle in degrees, use the DEGREES function."
-msgstr ""
-
-#: 04060106.xhp#hd_id3147538.75.help.text
-msgctxt "04060106.xhp#hd_id3147538.75.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3155375.76.help.text
-msgid "<item type=\"input\">=ACOT(1)</item> returns 0.785398163397448 (PI/4 radians)."
-msgstr ""
-
-#: 04060106.xhp#par_id8589434.help.text
-msgid "<item type=\"input\">=DEGREES(ACOT(1))</item> returns 45. The tangent of 45 degrees is 1. "
-msgstr ""
-
-#: 04060106.xhp#bm_id3148426.help.text
-msgid "<bookmark_value>ACOTH function</bookmark_value>"
-msgstr "<bookmark_value>ACOTH ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id3148426.80.help.text
-msgid "ACOTH"
-msgstr "ACOTH"
-
-#: 04060106.xhp#par_id3147478.81.help.text
-msgid "<ahelp hid=\"HID_FUNC_ARCOTHYP\">Returns the inverse hyperbolic cotangent of the given number.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_ARCOTHYP\">აბრუნებს მოცემული რიცხვის შებრუნებულ ჰიპერბოლურ კოტანგენსს.</ahelp>"
-
-#: 04060106.xhp#hd_id3152585.82.help.text
-msgctxt "04060106.xhp#hd_id3152585.82.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3147172.83.help.text
-msgid "ACOTH(Number)"
-msgstr "ACOTH(რიცხვი)"
-
-#: 04060106.xhp#par_id3146155.84.help.text
-msgid " This function returns the inverse hyperbolic cotangent of <emph>Number</emph>, that is the number whose hyperbolic cotangent is Number."
-msgstr ""
-
-#: 04060106.xhp#par_id5818659.help.text
-msgid "An error results if Number is between -1 and 1 inclusive."
-msgstr ""
-
-#: 04060106.xhp#hd_id3083452.85.help.text
-msgctxt "04060106.xhp#hd_id3083452.85.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3150608.86.help.text
-msgid "<item type=\"input\">=ACOTH(1.1)</item> returns inverse hyperbolic cotangent of 1.1, approximately 1.52226."
-msgstr ""
-
-#: 04060106.xhp#bm_id3145084.help.text
-msgid "<bookmark_value>ASIN function</bookmark_value>"
-msgstr "<bookmark_value>ASIN ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id3145084.90.help.text
-msgid "ASIN"
-msgstr "ASIN"
-
-#: 04060106.xhp#par_id3156296.91.help.text
-msgid "<ahelp hid=\"HID_FUNC_ARCSIN\">Returns the inverse trigonometric sine of a number.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_ARCSIN\">აბრუნებს რიცხვის შებრუნებულ ტრიგონომეტრიულ სინუსს.</ahelp>"
-
-#: 04060106.xhp#hd_id3149716.92.help.text
-msgctxt "04060106.xhp#hd_id3149716.92.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3156305.93.help.text
-msgid "ASIN(Number)"
-msgstr "ASIN (რიცხვი)"
-
-#: 04060106.xhp#par_id3150964.94.help.text
-msgid " This function returns the inverse trigonometric sine of <emph>Number</emph>, that is the angle (in radians) whose sine is Number. The angle returned is between -PI/2 and +PI/2."
-msgstr ""
-
-#: 04060106.xhp#par_id203863.help.text
-msgctxt "04060106.xhp#par_id203863.help.text"
-msgid "To return the angle in degrees, use the DEGREES function."
-msgstr ""
-
-#: 04060106.xhp#hd_id3149448.95.help.text
-msgctxt "04060106.xhp#hd_id3149448.95.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3156100.96.help.text
-msgid "<item type=\"input\">=ASIN(0)</item> returns 0."
-msgstr ""
-
-#: 04060106.xhp#par_id6853846.help.text
-msgid "<item type=\"input\">=ASIN(1)</item> returns 1.5707963267949 (PI/2 radians). "
-msgstr ""
-
-#: 04060106.xhp#par_id8772240.help.text
-msgid "<item type=\"input\">=DEGREES(ASIN(0.5))</item> returns 30. The sine of 30 degrees is 0.5."
-msgstr ""
-
-#: 04060106.xhp#bm_id3151266.help.text
-msgid "<bookmark_value>ASINH function</bookmark_value>"
-msgstr "<bookmark_value>ASINH ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id3151266.100.help.text
-msgid "ASINH"
-msgstr "ASINH"
-
-#: 04060106.xhp#par_id3147077.101.help.text
-msgid "<ahelp hid=\"HID_FUNC_ARSINHYP\">Returns the inverse hyperbolic sine of a number.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_ARSINHYP\">აბრუნებს რიცხვის შებრუნებულ ჰიპერბოლურ სინუსს.</ahelp>"
-
-#: 04060106.xhp#hd_id3150763.102.help.text
-msgctxt "04060106.xhp#hd_id3150763.102.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3150882.103.help.text
-msgid "ASINH(Number)"
-msgstr "ASINH(რიცხვი)"
-
-#: 04060106.xhp#par_id3147621.104.help.text
-msgid " This function returns the inverse hyperbolic sine of <emph>Number</emph>, that is the number whose hyperbolic sine is Number. "
-msgstr ""
-
-#: 04060106.xhp#hd_id3153212.105.help.text
-msgctxt "04060106.xhp#hd_id3153212.105.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3156120.106.help.text
-msgid "<item type=\"input\">=ASINH(-90)</item> returns approximately -5.1929877."
-msgstr ""
-
-#: 04060106.xhp#par_id4808496.help.text
-msgid "<item type=\"input\">=ASINH(SINH(4))</item> returns 4."
-msgstr ""
-
-#: 04060106.xhp#bm_id3155996.help.text
-msgid "<bookmark_value>ATAN function</bookmark_value>"
-msgstr "<bookmark_value>ATAN ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id3155996.110.help.text
-msgid "ATAN"
-msgstr "ATAN"
-
-#: 04060106.xhp#par_id3149985.111.help.text
-msgid "<ahelp hid=\"HID_FUNC_ARCTAN\">Returns the inverse trigonometric tangent of a number.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_ARCTAN\">აბრუნებს რიცხვის შებრუნებულ ტრიგონომეტრიულ ტანგენსს.</ahelp>"
-
-#: 04060106.xhp#hd_id3151294.112.help.text
-msgctxt "04060106.xhp#hd_id3151294.112.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3150261.113.help.text
-msgid "ATAN(Number)"
-msgstr "ATAN(რიცხვი)"
-
-#: 04060106.xhp#par_id3147267.114.help.text
-msgid " This function returns the inverse trigonometric tangent of <emph>Number</emph>, that is the angle (in radians) whose tangent is Number. The angle returned is between -PI/2 and PI/2."
-msgstr ""
-
-#: 04060106.xhp#par_id6293527.help.text
-msgctxt "04060106.xhp#par_id6293527.help.text"
-msgid "To return the angle in degrees, use the DEGREES function."
-msgstr ""
-
-#: 04060106.xhp#hd_id3154054.115.help.text
-msgctxt "04060106.xhp#hd_id3154054.115.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3143229.116.help.text
-msgid "<item type=\"input\">=ATAN(1)</item> returns 0.785398163397448 (PI/4 radians)."
-msgstr ""
-
-#: 04060106.xhp#par_id8746299.help.text
-msgid "<item type=\"input\">=DEGREES(ATAN(1))</item> returns 45. The tangent of 45 degrees is 1."
-msgstr ""
-
-#: 04060106.xhp#bm_id3153983.help.text
-msgid "<bookmark_value>ATAN2 function</bookmark_value>"
-msgstr "<bookmark_value>ATAN2 ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id3153983.120.help.text
-msgid "ATAN2"
-msgstr "ATAN2"
-
-#: 04060106.xhp#par_id3154297.121.help.text
-msgid "<ahelp hid=\"HID_FUNC_ARCTAN2\">Returns the inverse trigonometric tangent of the specified x and y coordinates.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_ARCTAN2\">აბრუნებს განსაზღვრული x და y კოორდინატების შებრუნებულ ტრიგონომეტრიული ტანგენსს.</ahelp>"
-
-#: 04060106.xhp#hd_id3149758.122.help.text
-msgctxt "04060106.xhp#hd_id3149758.122.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3156013.123.help.text
-msgid "ATAN2(NumberX; NumberY)"
-msgstr ""
-
-#: 04060106.xhp#par_id3151168.124.help.text
-msgid "<emph>NumberX</emph> is the value of the x coordinate."
-msgstr "<emph>რიცხვი</emph> ფუნქციის მნიშვნელობა."
-
-#: 04060106.xhp#par_id3152798.125.help.text
-msgid "<emph>NumberY</emph> is the value of the y coordinate."
-msgstr "<emph>რიცხვი</emph> ფუნქციის მნიშვნელობა."
-
-#: 04060106.xhp#par_id5036164.help.text
-msgid "ATAN2 returns the inverse trigonometric tangent, that is, the angle (in radians) between the x-axis and a line from point NumberX, NumberY to the origin. The angle returned is between -PI and PI."
-msgstr ""
-
-#: 04060106.xhp#par_id3001800.help.text
-msgctxt "04060106.xhp#par_id3001800.help.text"
-msgid "To return the angle in degrees, use the DEGREES function."
-msgstr ""
-
-#: 04060106.xhp#hd_id3145663.126.help.text
-msgctxt "04060106.xhp#hd_id3145663.126.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3154692.127.help.text
-msgid "<item type=\"input\">=ATAN2(20;20)</item> returns 0.785398163397448 (PI/4 radians)."
-msgstr ""
-
-#: 04060106.xhp#par_id1477095.help.text
-msgid "<item type=\"input\">=DEGREES(ATAN2(12.3;12.3))</item> returns 45. The tangent of 45 degrees is 1."
-msgstr ""
-
-#: 04060106.xhp#bm_id3155398.help.text
-msgid "<bookmark_value>ATANH function</bookmark_value>"
-msgstr "<bookmark_value>ATANH ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id3155398.130.help.text
-msgid "ATANH"
-msgstr "ATANH"
-
-#: 04060106.xhp#par_id3148829.131.help.text
-msgid "<ahelp hid=\"HID_FUNC_ARTANHYP\">Returns the inverse hyperbolic tangent of a number.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_ARTANHYP\">აბრუნებს რიცხვის შებრუნებულ ჰიპერბოლურ ტანგენსს.</ahelp>"
-
-#: 04060106.xhp#hd_id3146997.132.help.text
-msgctxt "04060106.xhp#hd_id3146997.132.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3149912.133.help.text
-msgid "ATANH(Number)"
-msgstr "ATANH(რიცხვი)"
-
-#: 04060106.xhp#par_id3150521.134.help.text
-msgid " This function returns the inverse hyperbolic tangent of <emph>Number</emph>, that is the number whose hyperbolic tangent is Number. "
-msgstr ""
-
-#: 04060106.xhp#par_id9357280.help.text
-msgid " Number must obey the condition -1 < number < 1."
-msgstr ""
-
-#: 04060106.xhp#hd_id3148450.135.help.text
-msgctxt "04060106.xhp#hd_id3148450.135.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3145419.136.help.text
-msgid "<item type=\"input\">=ATANH(0)</item> returns 0."
-msgstr ""
-
-#: 04060106.xhp#bm_id3153062.help.text
-msgid "<bookmark_value>COS function</bookmark_value>"
-msgstr "<bookmark_value>COS ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id3153062.149.help.text
-msgid "COS"
-msgstr "COS"
-
-#: 04060106.xhp#par_id3148803.150.help.text
-msgid "<ahelp hid=\"HID_FUNC_COS\">Returns the cosine of the given angle (in radians).</ahelp>"
-msgstr ""
-
-#: 04060106.xhp#hd_id3150779.151.help.text
-msgctxt "04060106.xhp#hd_id3150779.151.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3154213.152.help.text
-msgid "COS(Number)"
-msgstr "COS(რიცხვი)"
-
-#: 04060106.xhp#par_id3154285.153.help.text
-msgid " Returns the (trigonometric) cosine of <emph>Number</emph>, the angle in radians."
-msgstr ""
-
-#: 04060106.xhp#par_id831019.help.text
-msgid "To return the cosine of an angle in degrees, use the RADIANS function."
-msgstr ""
-
-#: 04060106.xhp#hd_id3153579.154.help.text
-msgctxt "04060106.xhp#hd_id3153579.154.help.text"
-msgid "Examples"
-msgstr "მაგალითები"
-
-#: 04060106.xhp#par_id3147240.155.help.text
-msgid "<item type=\"input\">=COS(PI()/2)</item> returns 0, the cosine of PI/2 radians."
-msgstr ""
-
-#: 04060106.xhp#par_id3147516.156.help.text
-msgid "<item type=\"input\">=COS(RADIANS(60))</item> returns 0.5, the cosine of 60 degrees."
-msgstr ""
-
-#: 04060106.xhp#bm_id3154277.help.text
-msgid "<bookmark_value>COSH function</bookmark_value>"
-msgstr "<bookmark_value>COSH ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id3154277.159.help.text
-msgid "COSH"
-msgstr "COSH"
-
-#: 04060106.xhp#par_id3146946.160.help.text
-msgid "<ahelp hid=\"HID_FUNC_COSHYP\">Returns the hyperbolic cosine of a number.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_COSHYP\">აბრუნებს რიცხვიის ჰიპერბოლურ კოსინუსს.</ahelp>"
-
-#: 04060106.xhp#hd_id3149792.161.help.text
-msgctxt "04060106.xhp#hd_id3149792.161.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3166440.162.help.text
-msgid "COSH(Number)"
-msgstr "COSH(რიცხვი)"
-
-#: 04060106.xhp#par_id3150710.163.help.text
-msgid "Returns the hyperbolic cosine of <emph>Number</emph>."
-msgstr ""
-
-#: 04060106.xhp#hd_id3153234.164.help.text
-msgctxt "04060106.xhp#hd_id3153234.164.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3154099.165.help.text
-msgid "<item type=\"input\">=COSH(0)</item> returns 1, the hyperbolic cosine of 0."
-msgstr ""
-
-#: 04060106.xhp#bm_id3152888.help.text
-msgid "<bookmark_value>COT function</bookmark_value>"
-msgstr "<bookmark_value>COT ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id3152888.169.help.text
-msgid "COT"
-msgstr "COT"
-
-#: 04060106.xhp#par_id3153679.170.help.text
-msgid "<ahelp hid=\"HID_FUNC_COT\">Returns the cotangent of the given angle (in radians).</ahelp>"
-msgstr ""
-
-#: 04060106.xhp#hd_id3152943.171.help.text
-msgctxt "04060106.xhp#hd_id3152943.171.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3154856.172.help.text
-msgid "COT(Number)"
-msgstr "COT(რიცხვი)"
-
-#: 04060106.xhp#par_id3149969.173.help.text
-msgid " Returns the (trigonometric) cotangent of <emph>Number</emph>, the angle in radians."
-msgstr ""
-
-#: 04060106.xhp#par_id3444624.help.text
-msgid "To return the cotangent of an angle in degrees, use the RADIANS function."
-msgstr ""
-
-#: 04060106.xhp#par_id6814477.help.text
-msgid "The cotangent of an angle is equivalent to 1 divided by the tangent of that angle."
-msgstr ""
-
-#: 04060106.xhp#hd_id3149800.174.help.text
-msgid "Examples:"
-msgstr "მაგალითები"
+#. XQEV
+#: func_weekday.xhp
+msgctxt ""
+"func_weekday.xhp\n"
+"tit\n"
+"help.text"
+msgid "WEEKDAY"
+msgstr "WEEKDAY"
+
+#. f#2h
+#: func_weekday.xhp
+msgctxt ""
+"func_weekday.xhp\n"
+"bm_id3154925\n"
+"help.text"
+msgid "<bookmark_value>WEEKDAY function</bookmark_value>"
+msgstr "<bookmark_value>WEEKDAY ფუნქცია</bookmark_value>"
-#: 04060106.xhp#par_id3148616.175.help.text
-msgid "<item type=\"input\">=COT(PI()/4)</item> returns 1, the cotangent of PI/4 radians."
-msgstr ""
+#. /M.T
+#: func_weekday.xhp
+msgctxt ""
+"func_weekday.xhp\n"
+"hd_id3154925\n"
+"136\n"
+"help.text"
+msgid "<variable id=\"weekday\"><link href=\"text/scalc/01/func_weekday.xhp\">WEEKDAY</link></variable>"
+msgstr "<variable id=\"weekday\"><link href=\"text/scalc/01/func_weekday.xhp\">WEEKDAY</link></variable>"
-#: 04060106.xhp#par_id3148986.176.help.text
-msgid "<item type=\"input\">=COT(RADIANS(45))</item> returns 1, the cotangent of 45 degrees."
+#. KV1\
+#: func_weekday.xhp
+msgctxt ""
+"func_weekday.xhp\n"
+"par_id3154228\n"
+"137\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_WOCHENTAG\">Returns the day of the week for the given date value.</ahelp> The day is returned as an integer between 1 (Sunday) and 7 (Saturday) if no type or type=1 is specified. If type=2, numbering begins at Monday=1; and if type=3 numbering begins at Monday=0."
msgstr ""
-#: 04060106.xhp#bm_id3154337.help.text
-msgid "<bookmark_value>COTH function</bookmark_value>"
-msgstr "<bookmark_value>COTH ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id3154337.178.help.text
-msgid "COTH"
-msgstr "COTH"
-
-#: 04060106.xhp#par_id3149419.179.help.text
-msgid "<ahelp hid=\"HID_FUNC_COTHYP\">Returns the hyperbolic cotangent of a given number (angle).</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_COTHYP\">აბრუნებს მოცემული რიცხვის (კუთხის) ჰიპერბოლურ კოტანგენსს.</ahelp>"
-
-#: 04060106.xhp#hd_id3149242.180.help.text
-msgctxt "04060106.xhp#hd_id3149242.180.help.text"
+#. h#.V
+#: func_weekday.xhp
+msgctxt ""
+"func_weekday.xhp\n"
+"hd_id3147217\n"
+"138\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060106.xhp#par_id3143280.181.help.text
-msgid "COTH(Number)"
-msgstr "COTH(რიცხვი)"
-
-#: 04060106.xhp#par_id3154799.182.help.text
-msgid " Returns the hyperbolic cotangent of <emph>Number</emph>."
-msgstr ""
-
-#: 04060106.xhp#hd_id3155422.183.help.text
-msgctxt "04060106.xhp#hd_id3155422.183.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3144754.184.help.text
-msgid "<item type=\"input\">=COTH(1)</item> returns the hyperbolic cotangent of 1, approximately 1.3130."
-msgstr ""
-
-#: 04060106.xhp#bm_id6110552.help.text
-#, fuzzy
-msgid "<bookmark_value>CSC function</bookmark_value>"
-msgstr "<bookmark_value>ASIN ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id9523234.149.help.text
-msgid "CSC"
-msgstr ""
-
-#: 04060106.xhp#par_id4896433.150.help.text
-msgid "<ahelp hid=\"HID_FUNC_COSECANT\">Returns the cosecant of the given angle (in radians). The cosecant of an angle is equivalent to 1 divided by the sine of that angle</ahelp>"
-msgstr ""
-
-#: 04060106.xhp#hd_id3534032.151.help.text
-msgctxt "04060106.xhp#hd_id3534032.151.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. ^!mD
+#: func_weekday.xhp
+msgctxt ""
+"func_weekday.xhp\n"
+"par_id3149033\n"
+"139\n"
+"help.text"
+msgid "WEEKDAY(Number; Type)"
+msgstr "WEEKDAY(ნომერი; ტიპი)"
-#: 04060106.xhp#par_id4571344.152.help.text
-#, fuzzy
-msgid "CSC(Number)"
-msgstr "COSH(რიცხვი)"
+#. vY1m
+#: func_weekday.xhp
+msgctxt ""
+"func_weekday.xhp\n"
+"par_id3149046\n"
+"140\n"
+"help.text"
+msgid "<emph>Number</emph>, as a date value, is a decimal for which the weekday is to be returned."
+msgstr "<emph>რიცხვი</emph>, როგორც თარიღის მნიშვნელობა; არის ათწილადი, რომლითაც კვირის დღე ბრუნდება."
-#: 04060106.xhp#par_id9859164.153.help.text
-msgid " Returns the (trigonometric) cosecant of <emph>Number</emph>, the angle in radians."
+#. x4.b
+#: func_weekday.xhp
+msgctxt ""
+"func_weekday.xhp\n"
+"par_id3154394\n"
+"141\n"
+"help.text"
+msgid "<emph>Type</emph> determines the type of calculation. For Type=1, the weekdays are counted starting from Sunday (this is the default even when the Type parameter is missing). For Type=2, the weekdays are counted starting from Monday=1. For Type=3, the weekdays are counted starting from Monday=0."
msgstr ""
-#: 04060106.xhp#par_id3428494.help.text
-msgid "To return the cosecant of an angle in degrees, use the RADIANS function."
+#. HH=S
+#: func_weekday.xhp
+msgctxt ""
+"func_weekday.xhp\n"
+"par_id3156188\n"
+"142\n"
+"help.text"
+msgid "These values apply only to the standard date format that you select under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Calculate</emph>."
msgstr ""
-#: 04060106.xhp#hd_id2577161.154.help.text
-msgctxt "04060106.xhp#hd_id2577161.154.help.text"
+#. 1mPF
+#: func_weekday.xhp
+msgctxt ""
+"func_weekday.xhp\n"
+"hd_id3153836\n"
+"143\n"
+"help.text"
msgid "Examples"
msgstr "მაგალითები"
-#: 04060106.xhp#par_id3736803.155.help.text
-msgid "<item type=\"input\">=CSC(PI()/4)</item> returns approximately 1.4142135624, the inverse of the sine of PI/4 radians."
-msgstr ""
-
-#: 04060106.xhp#par_id6016818.156.help.text
-msgid "<item type=\"input\">=CSC(RADIANS(30))</item> returns 2, the cosecant of 30 degrees."
-msgstr ""
-
-#: 04060106.xhp#bm_id9288877.help.text
-#, fuzzy
-msgid "<bookmark_value>CSCH function</bookmark_value>"
-msgstr "<bookmark_value>ASIN ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id4325650.159.help.text
-msgid "CSCH"
-msgstr ""
-
-#: 04060106.xhp#par_id579916.160.help.text
-msgid "<ahelp hid=\"HID_FUNC_COSECANTHYP\">Returns the hyperbolic cosecant of a number.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp#hd_id5336768.161.help.text
-msgctxt "04060106.xhp#hd_id5336768.161.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3108851.162.help.text
-#, fuzzy
-msgid "CSCH(Number)"
-msgstr "COSH(რიცხვი)"
-
-#: 04060106.xhp#par_id1394188.163.help.text
-msgid "Returns the hyperbolic cosecant of <emph>Number</emph>."
-msgstr ""
-
-#: 04060106.xhp#hd_id6037477.164.help.text
-msgctxt "04060106.xhp#hd_id6037477.164.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id5426085.165.help.text
-msgid "<item type=\"input\">=CSCH(1)</item> returns approximately 0.8509181282, the hyperbolic cosecant of 1."
-msgstr ""
-
-#: 04060106.xhp#bm_id3145314.help.text
-msgid "<bookmark_value>DEGREES function</bookmark_value><bookmark_value>converting;radians, into degrees</bookmark_value>"
-msgstr "<bookmark_value>DEGREES ფუნქცია</bookmark_value><bookmark_value>გარდაქმნა;რადიანები, გრადუსებში</bookmark_value>"
-
-#: 04060106.xhp#hd_id3145314.188.help.text
-msgid "DEGREES"
-msgstr "DEGREES"
-
-#: 04060106.xhp#par_id3149939.189.help.text
-msgid "<ahelp hid=\"HID_FUNC_DEG\">Converts radians into degrees.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_DEG\">რადიანების გრადუსებად გარდაქმნა.</ahelp>"
-
-#: 04060106.xhp#hd_id3150623.190.help.text
-msgctxt "04060106.xhp#hd_id3150623.190.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3145600.191.help.text
-msgid "DEGREES(Number)"
-msgstr ""
-
-#: 04060106.xhp#par_id3149484.192.help.text
-msgid "<emph>Number</emph> is the angle in radians to be converted to degrees."
-msgstr ""
-
-#: 04060106.xhp#hd_id3669545.help.text
-msgctxt "04060106.xhp#hd_id3669545.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3459578.help.text
-msgid "<item type=\"input\">=DEGREES(PI())</item> returns 180 degrees."
-msgstr ""
-
-#: 04060106.xhp#bm_id3148698.help.text
-msgid "<bookmark_value>EXP function</bookmark_value>"
-msgstr "<bookmark_value>EXP ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id3148698.198.help.text
-msgid "EXP"
-msgstr "EXP"
-
-#: 04060106.xhp#par_id3150592.199.help.text
-msgid "<ahelp hid=\"HID_FUNC_EXP\">Returns e raised to the power of a number.</ahelp> The constant e has a value of approximately 2.71828182845904."
-msgstr "<ahelp hid=\"HID_FUNC_EXP\">აბრუნებს e-ს მოცემულ ხარისხად.</ahelp> e კონსტანტას მნიშვნელობაა დაახლოვებით 2.71828182845904."
-
-#: 04060106.xhp#hd_id3150351.200.help.text
-msgctxt "04060106.xhp#hd_id3150351.200.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3146786.201.help.text
-msgid "EXP(Number)"
-msgstr "EXP(რიცხვი)"
-
-#: 04060106.xhp#par_id3155608.202.help.text
-msgid "<emph>Number</emph> is the power to which e is to be raised."
-msgstr "<emph>რიცხვი</emph> არის ხარისხი რომელშიც e იქნება აყვანილი."
-
-#: 04060106.xhp#hd_id3154418.203.help.text
-msgctxt "04060106.xhp#hd_id3154418.203.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3156340.204.help.text
-msgid "<item type=\"input\">=EXP(1)</item> returns 2.71828182845904, the mathematical constant e to Calc's accuracy."
-msgstr ""
-
-#: 04060106.xhp#bm_id3145781.help.text
-msgid "<bookmark_value>FACT function</bookmark_value><bookmark_value>factorials;numbers</bookmark_value>"
-msgstr "<bookmark_value>FACT ფუნქცია</bookmark_value><bookmark_value>ფაქტორიალები;რიცხვები</bookmark_value>"
-
-#: 04060106.xhp#hd_id3145781.208.help.text
-msgid "FACT"
-msgstr "FACT"
-
-#: 04060106.xhp#par_id3151109.209.help.text
-msgid "<ahelp hid=\"HID_FUNC_FAKULTAET\">Returns the factorial of a number.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp#hd_id3146902.210.help.text
-msgctxt "04060106.xhp#hd_id3146902.210.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3154661.211.help.text
-msgid "FACT(Number)"
-msgstr "FACT(რიცხვი)"
-
-#: 04060106.xhp#par_id3152952.212.help.text
-msgid " Returns Number!, the factorial of <emph>Number</emph>, calculated as 1*2*3*4* ... * Number."
+#. )8J1
+#: func_weekday.xhp
+msgctxt ""
+"func_weekday.xhp\n"
+"par_id3150317\n"
+"144\n"
+"help.text"
+msgid "=WEEKDAY(\"2000-06-14\") returns 4 (the Type parameter is missing, therefore the standard count is used. The standard count starts with Sunday as day number 1. June 14, 2000 was a Wednesday and therefore day number 4)."
msgstr ""
-#: 04060106.xhp#par_id3834650.help.text
-msgid "=FACT(0) returns 1 by definition. "
+#. *4l-
+#: func_weekday.xhp
+msgctxt ""
+"func_weekday.xhp\n"
+"par_id3153174\n"
+"145\n"
+"help.text"
+msgid "=WEEKDAY(\"1996-07-24\";2) returns 3 (the Type parameter is 2, therefore Monday is day number 1. July 24, 1996 was a Wednesday and therefore day number 3)."
msgstr ""
-#: 04060106.xhp#par_id8429517.help.text
-msgid "The factorial of a negative number returns the \"invalid argument\" error."
+#. LHX#
+#: func_weekday.xhp
+msgctxt ""
+"func_weekday.xhp\n"
+"par_id3153525\n"
+"146\n"
+"help.text"
+msgid "=WEEKDAY(\"1996-07-24\";1) returns 4 (the Type parameter is 1, therefore Sunday is day number 1. July 24, 1996 was a Wednesday and therefore day number 4)."
msgstr ""
-#: 04060106.xhp#hd_id3154569.213.help.text
-msgctxt "04060106.xhp#hd_id3154569.213.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3154476.216.help.text
-msgid "<item type=\"input\">=FACT(3)</item> returns 6."
-msgstr ""
+#. H;k*
+#: func_weekday.xhp
+msgctxt ""
+"func_weekday.xhp\n"
+"par_id3150575\n"
+"147\n"
+"help.text"
+msgid "=WEEKDAY(NOW()) returns the number of the current day."
+msgstr "WEEKDAY(NOW()) აბრუნებს მიმდინარე დღის რიცხვს."
-#: 04060106.xhp#par_id3147525.214.help.text
-msgid "<item type=\"input\">=FACT(0)</item> returns 1."
+#. bkIY
+#: func_weekday.xhp
+msgctxt ""
+"func_weekday.xhp\n"
+"par_id3150588\n"
+"171\n"
+"help.text"
+msgid "To obtain a function indicating whether a day in A1 is a business day, use the IF and WEEKDAY functions as follows: <br/>IF(WEEKDAY(A1;2)<6;\"Business day\";\"Weekend\")"
msgstr ""
-#: 04060106.xhp#bm_id3159084.help.text
-msgid "<bookmark_value>INT function</bookmark_value><bookmark_value>numbers;rounding down to next integer</bookmark_value><bookmark_value>rounding;down to next integer</bookmark_value>"
-msgstr "<bookmark_value>INT ფუნქცია</bookmark_value><bookmark_value>რიცხვები;დამრგვალება ქვემოთ შემდეგ მთელ რიცხვამდე</bookmark_value><bookmark_value>დამრგვალება;ქვემოთ შემდეგ მთელ რიცხვამდე</bookmark_value>"
-
-#: 04060106.xhp#hd_id3159084.218.help.text
-msgid "INT"
-msgstr "INT"
-
-#: 04060106.xhp#par_id3158441.219.help.text
-msgid "<ahelp hid=\"HID_FUNC_GANZZAHL\">Rounds a number down to the nearest integer.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_GANZZAHL\">ამრგვალებს რიცხვს ქვემოთ შემდეგ მთელ რიცხვამდე.</ahelp>"
-
-#: 04060106.xhp#hd_id3146132.220.help.text
-msgctxt "04060106.xhp#hd_id3146132.220.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. v*5%
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Consolidate by"
+msgstr "კონსოლიდაცია"
-#: 04060106.xhp#par_id3156146.221.help.text
-msgid "INT(Number)"
-msgstr "INT(რიცხვი)"
+#. ^r^n
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"hd_id3151210\n"
+"1\n"
+"help.text"
+msgid "Consolidate by"
+msgstr "კონსოლიდაცია"
-#: 04060106.xhp#par_id3154117.222.help.text
-msgid "Returns <emph>Number</emph> rounded down to the nearest integer."
-msgstr ""
+#. O%Gv
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"hd_id3125864\n"
+"2\n"
+"help.text"
+msgid "Consolidate by"
+msgstr "კონსოლიდაცია"
-#: 04060106.xhp#par_id153508.help.text
-msgid "Negative numbers round down to the integer below."
+#. XdtP
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"par_id3154909\n"
+"3\n"
+"help.text"
+msgid "Use this section if the cell ranges that you want to consolidate contain labels. You only need to select these options if the consolidation ranges contain similar labels and the data arranged is arranged differently."
msgstr ""
-#: 04060106.xhp#hd_id3155118.223.help.text
-msgctxt "04060106.xhp#hd_id3155118.223.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3156267.224.help.text
-msgid "<item type=\"input\">=INT(5.7)</item> returns 5."
-msgstr ""
+#. u,3#
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"hd_id3153968\n"
+"4\n"
+"help.text"
+msgid "Row labels"
+msgstr "რიგების ეტიკეტები"
-#: 04060106.xhp#par_id3147323.225.help.text
-msgid "<item type=\"input\">=INT(-1.3)</item> returns -2."
+#. )9s!
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"par_id3150441\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_CONSOLIDATE:BTN_BYROW\" visibility=\"visible\">Uses the row labels to arrange the consolidated data.</ahelp>"
msgstr ""
-#: 04060106.xhp#bm_id3150938.help.text
-msgid "<bookmark_value>EVEN function</bookmark_value><bookmark_value>numbers;rounding up/down to even integers</bookmark_value><bookmark_value>rounding;up/down to even integers</bookmark_value>"
-msgstr "<bookmark_value>EVEN ფუნქცია</bookmark_value><bookmark_value>რიცხვები;დამრგვალება ზევით/ქვევით ლუწ მთელ რიცხვამდე</bookmark_value><bookmark_value>დამრგვალება ზევით/ქვევით ლუწ მთელ რიცხვამდე</bookmark_value>"
-
-#: 04060106.xhp#hd_id3150938.227.help.text
-msgid "EVEN"
-msgstr "EVEN"
-
-#: 04060106.xhp#par_id3149988.228.help.text
-#, fuzzy
-msgid "<ahelp hid=\"HID_FUNC_GERADE\">Rounds a positive number up to the next even integer and a negative number down to the next even integer.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_UNGERADE\">დადებით რიცხვს ამრგვალებს ზევით უახლოეს კენტ რიცხვამდე და უარყოფითს ქვემოთ უახლოეს კენტ რიცხვამდე.</ahelp>"
-
-#: 04060106.xhp#hd_id3148401.229.help.text
-msgctxt "04060106.xhp#hd_id3148401.229.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3150830.230.help.text
-msgid "EVEN(Number)"
-msgstr "EVEN(რიცხვი)"
+#. N/d~
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"hd_id3146976\n"
+"6\n"
+"help.text"
+msgid "Column labels"
+msgstr "სვეტის ეტიკეტები"
-#: 04060106.xhp#par_id3153350.231.help.text
-msgid " Returns <emph>Number</emph> rounded to the next even integer up, away from zero. "
+#. z#Q+
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"par_id3155411\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_CONSOLIDATE:BTN_BYCOL\" visibility=\"visible\">Uses the column labels to arrange the consolidated data.</ahelp>"
msgstr ""
-#: 04060106.xhp#hd_id3155508.232.help.text
-msgctxt "04060106.xhp#hd_id3155508.232.help.text"
-msgid "Examples"
-msgstr "მაგალითები"
-
-#: 04060106.xhp#par_id3154361.233.help.text
-msgid "<item type=\"input\">=EVEN(2.3)</item> returns 4."
-msgstr ""
+#. :5cb
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"hd_id3153191\n"
+"12\n"
+"help.text"
+msgid "Options"
+msgstr "პარამეტრები"
-#: 04060106.xhp#par_id8477736.help.text
-msgid "<item type=\"input\">=EVEN(2)</item> returns 2."
-msgstr ""
+#. Um*8
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"hd_id3159154\n"
+"8\n"
+"help.text"
+msgid "Link to source data"
+msgstr "ბმული წყაროს მონაცემებზე"
-#: 04060106.xhp#par_id159611.help.text
-msgid "<item type=\"input\">=EVEN(0)</item> returns 0."
+#. jHF.
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"par_id3146986\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_CONSOLIDATE:BTN_REFS\" visibility=\"visible\">Links the data in the consolidation range to the source data, and automatically updates the results of the consolidation when the source data is changed.</ahelp>"
msgstr ""
-#: 04060106.xhp#par_id6097598.help.text
-msgid "<item type=\"input\">=EVEN(-0.5)</item> returns -2."
-msgstr ""
+#. Eur]
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"hd_id3163708\n"
+"10\n"
+"help.text"
+msgid "More <<"
+msgstr "დამატებით <<"
-#: 04060106.xhp#bm_id3147356.help.text
-msgid "<bookmark_value>GCD function</bookmark_value><bookmark_value>greatest common divisor</bookmark_value>"
-msgstr "<bookmark_value>GCD ფუნქცია</bookmark_value><bookmark_value>უდიდესი საერთო გამყოფი</bookmark_value>"
+#. uzBj
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"par_id3151118\n"
+"11\n"
+"help.text"
+msgid "Hides the additional options."
+msgstr "მალავს დამატებით პარამეტრებს."
-#: 04060106.xhp#hd_id3147356.237.help.text
-msgid "GCD"
-msgstr "GCD"
+#. =bYy
+#: 05080100.xhp
+msgctxt ""
+"05080100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Define"
+msgstr "განსაზღვრა"
-#: 04060106.xhp#par_id3152465.238.help.text
-msgid "<ahelp hid=\"HID_FUNC_GGT\">Returns the greatest common divisor of two or more integers.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_GGT\">აბრუნებს ორი ან მეტი მთელი რიცხვის უდიდეს საერთო გამყოფს.</ahelp>"
+#. jh6^
+#: 05080100.xhp
+msgctxt ""
+"05080100.xhp\n"
+"hd_id3145673\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05080100.xhp\" name=\"Define\">Define</link>"
+msgstr "<link href=\"text/scalc/01/05080100.xhp\" name=\"Define\">განსაზღვრა</link>"
-#: 04060106.xhp#par_id2769249.help.text
-msgid "The greatest common divisor is the positive largest integer which will divide, without remainder, each of the given integers."
-msgstr ""
+#. ;4(J
+#: 05080100.xhp
+msgctxt ""
+"05080100.xhp\n"
+"par_id3153896\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DefinePrintArea\">Defines an active cell or selected cell area as the print range.</ahelp>"
+msgstr "<ahelp hid=\".uno:DefinePrintArea\">საზღვრავს აქტიურ უჯრათა არეს ან მონიშნულ უჯრებს როგორც საბეჭდ არეს.</ahelp>"
-#: 04060106.xhp#hd_id3150643.239.help.text
-msgctxt "04060106.xhp#hd_id3150643.239.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. pZU/
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"tit\n"
+"help.text"
+msgid "Date & Time Functions"
+msgstr "დროს და თარიღი ფუნქციები"
-#: 04060106.xhp#par_id3154524.240.help.text
-msgid "GCD(Integer1; Integer2; ...; Integer30)"
-msgstr ""
+#. \.Q*
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"bm_id3154536\n"
+"help.text"
+msgid "<bookmark_value>date and time functions</bookmark_value><bookmark_value>functions; date & time</bookmark_value><bookmark_value>Function Wizard; date & time</bookmark_value>"
+msgstr "<bookmark_value>დროის და თარიღის ფუნქციები</bookmark_value><bookmark_value>ფუნქციები; თარიღი და დრო</bookmark_value><bookmark_value>ფუნქციების ოსტატი; თარიღი და დრო</bookmark_value>"
-#: 04060106.xhp#par_id3149340.241.help.text
-msgid "<emph>Integer1 To 30</emph> are up to 30 integers whose greatest common divisor is to be calculated."
-msgstr "<emph>მთელი რიცხვი 1-დან 30-მდე</emph> არის 30მდე მთელი რიცხვი, რომელთა უდიდესი საერთო გამყოფი უნდა გამოითვალოს."
+#. t5JY
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"hd_id3154536\n"
+"1\n"
+"help.text"
+msgid "Date & Time Functions"
+msgstr "დროს და თარიღი ფუნქციები"
-#: 04060106.xhp#hd_id3147317.242.help.text
-msgctxt "04060106.xhp#hd_id3147317.242.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. AmI0
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id3153973\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"datumzeittext\">These spreadsheet functions are used for inserting and editing dates and times. </variable>"
+msgstr "<variable id=\"datumzeittext\">ელცხრილის ეს ფუნქციები გამოიყენება თარიღების და დროის ჩასასმელად და ჩასასწორებლად. </variable>"
-#: 04060106.xhp#par_id3151285.243.help.text
-msgid "<item type=\"input\">=GCD(16;32;24) </item>gives the result 8, because 8 is the largest number that can divide 16, 24 and 32 without a remainder."
+#. /H+a
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_idN10600\n"
+"help.text"
+msgid "The functions whose names end with _ADD return the same results as the corresponding Microsoft Excel functions. Use the functions without _ADD to get results based on international standards. For example, the WEEKNUM function calculates the week number of a given date based on international standard ISO 8601, while WEEKNUM_ADD returns the same week number as Microsoft Excel."
msgstr ""
-#: 04060106.xhp#par_id1604663.help.text
-msgid "<item type=\"input\">=GCD(B1:B3)</item> where cells B1, B2, B3 contain <item type=\"input\">9</item>, <item type=\"input\">12</item>, <item type=\"input\">9</item> gives 3."
+#. _sEE
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id3150437\n"
+"170\n"
+"help.text"
+msgid "$[officename] internally handles a date/time value as a numerical value. If you assign the numbering format \"Number\" to a date or time value, it is converted to a number. For example, 01/01/2000 12:00 PM, converts to 36526.5. The value preceding the decimal point corresponds to the date; the value following the decimal point corresponds to the time. If you do not want to see this type of numerical date or time representation, change the number format (date or time) accordingly. To do this, select the cell containing the date or time value, call its context menu and select <emph>Format Cells</emph>. The <emph>Numbers</emph> tab page contains the functions for defining the number format."
msgstr ""
-#: 04060106.xhp#bm_id3151221.help.text
-msgid "<bookmark_value>GCD_ADD function</bookmark_value>"
-msgstr "<bookmark_value>GCD_ADD ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id3151221.677.help.text
-msgid "GCD_ADD"
-msgstr "GCD_ADD"
-
-#: 04060106.xhp#par_id3153257.678.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_GCD\"> The result is the greatest common divisor of a list of numbers.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_GCD\"> შედეგი არის რიცხვების სიის უდიდესი საერთო გამყოფი.</ahelp>"
-
-#: 04060106.xhp#hd_id3147548.679.help.text
-msgctxt "04060106.xhp#hd_id3147548.679.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3156205.680.help.text
-msgid "GCD_ADD(Number(s))"
-msgstr "GCD_ADD(რიცხვ(ებ)ი)"
+#. ,4lB
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"hd_id2408825\n"
+"help.text"
+msgid "Date base for day zero"
+msgstr "საწყისი თარიღი ნულოვანი დღისთვის"
-#: 04060106.xhp#par_id3145150.681.help.text
-msgctxt "04060106.xhp#par_id3145150.681.help.text"
-msgid "<emph>Number(s)</emph> is a list of up to 30 numbers."
-msgstr "<emph>რიცხვ(ებ)ი</emph>: 30 რიცხვამდე სია."
+#. ^3{`
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id9988402\n"
+"help.text"
+msgid "Dates are calculated as offsets from a starting day zero. You can set the day zero to be one of the following:"
+msgstr "თარიღების გამოთვლა ხდება ნულოვან თარიღთან მიმართებაში. თქვენ შეგიძლიათ მიუთითოთ ნულოვანი დღე."
-#: 04060106.xhp#hd_id3150239.682.help.text
-msgctxt "04060106.xhp#hd_id3150239.682.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. r/0k
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id6401257\n"
+"help.text"
+msgid "Date base"
+msgstr "საწყისი თარიღი"
-#: 04060106.xhp#par_id3159192.683.help.text
-msgid "<item type=\"input\">=GCD_ADD(5;15;25)</item> returns 5."
-msgstr ""
+#. hkzV
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id5841242\n"
+"help.text"
+msgid "Use"
+msgstr "გამოყენება"
-#: 04060106.xhp#bm_id3156048.help.text
-msgid "<bookmark_value>ISEVEN function</bookmark_value><bookmark_value>even integers</bookmark_value>"
-msgstr "<bookmark_value>ISEVEN ფუნქცია</bookmark_value><bookmark_value>ლუწი მთელი რიცხვები</bookmark_value>"
+#. 3=n5
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id6794030\n"
+"help.text"
+msgid "'12/30/1899'"
+msgstr "'12/30/99'"
-#: 04060106.xhp#hd_id3156048.245.help.text
-msgid "ISEVEN"
-msgstr "ISEVEN"
+#. HJq_
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id7096774\n"
+"help.text"
+msgid "(default)"
+msgstr "(ნაგულისხმევი)"
-#: 04060106.xhp#par_id3149169.246.help.text
-msgid "<ahelp hid=\"HID_FUNC_ISTGERADE\">Returns TRUE if the value is an even integer, or FALSE if the value is odd.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_ISTGERADE\">აბტრუნებს ჭეშმარიტს თუ კი რიცხვი ლუწია და მცდარს თუ იგი კენტია.</ahelp>"
+#. {_%2
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id5699942\n"
+"help.text"
+msgid "'01/01/1900'"
+msgstr "'01/01/00'"
-#: 04060106.xhp#hd_id3146928.247.help.text
-msgctxt "04060106.xhp#hd_id3146928.247.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. 3n-o
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id6420484\n"
+"help.text"
+msgid "(used in former StarCalc 1.0)"
+msgstr "(გამოიყენებოდა ყოფილ StarCalc 1.0)"
-#: 04060106.xhp#par_id3151203.248.help.text
-msgid "ISEVEN(Value)"
-msgstr "ISEVEN(მნიშვნელობა)"
+#. Chr9
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id6986602\n"
+"help.text"
+msgid "'01/01/1904'"
+msgstr "'01/01/04'"
-#: 04060106.xhp#par_id3150491.249.help.text
-msgctxt "04060106.xhp#par_id3150491.249.help.text"
-msgid "<emph>Value</emph> is the value to be checked."
-msgstr "<emph>მნიშვნელობა</emph> შესამოწმებელი მნიშვნელობა."
+#. wNN1
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id616779\n"
+"help.text"
+msgid "(used in Apple software)"
+msgstr "(გამოიყენება Apple პროგრამებში)"
-#: 04060106.xhp#par_id3445844.help.text
-msgctxt "04060106.xhp#par_id3445844.help.text"
-msgid "If Value is not an integer any digits after the decimal point are ignored. The sign of Value is also ignored."
+#. A@f3
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id791039\n"
+"help.text"
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Calculate</emph> to select the date base."
msgstr ""
-#: 04060106.xhp#hd_id3154136.250.help.text
-msgctxt "04060106.xhp#hd_id3154136.250.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. C_I;
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id1953489\n"
+"help.text"
+msgid "When you copy and paste cells containing date values between different spreadsheets, both spreadsheet documents must be set to the same date base. If date bases differ, the displayed date values will change!"
+msgstr "ასლი და თარიღი არის შორის დოკუმენტები მინიჭება -სკენ თარიღი ფუძე თარიღი თარიღი შეცვლა!"
-#: 04060106.xhp#par_id3163813.251.help.text
-msgid "<item type=\"input\">=ISEVEN(48)</item> returns TRUE"
-msgstr ""
+#. [On8
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"hd_id757469\n"
+"help.text"
+msgid "Two digits years"
+msgstr "ორ ციფტიანი წლები"
-#: 04060106.xhp#par_id8378856.help.text
-msgid "<item type=\"input\">=ISEVEN(33)</item> returns FALSE"
+#. _g~,
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id3149720\n"
+"183\n"
+"help.text"
+msgid "In <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - General</emph> you find the area <emph>Year (two digits)</emph>. This sets the period for which two-digit information applies. Note that changes made here have an effect on some of the following functions."
msgstr ""
-#: 04060106.xhp#par_id7154759.help.text
-msgid "<item type=\"input\">=ISEVEN(0)</item> returns TRUE"
+#. n2wR
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id3150654\n"
+"185\n"
+"help.text"
+msgid "When entering dates, slashes or dashes used as date separators may be interpreted as arithmetic operators. Therefore, dates entered in this format are not always recognized as dates and result in erroneous calculations. To keep dates from being interpreted as parts of formulas, place them in quotation marks, for example, \"07/20/54\"."
msgstr ""
-#: 04060106.xhp#par_id1912289.help.text
-msgid "<item type=\"input\">=ISEVEN(-2.1)</item> returns TRUE"
-msgstr ""
+#. cJw7
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_idN1067A\n"
+"help.text"
+msgid "Functions"
+msgstr "ფუნქციები"
-#: 04060106.xhp#par_id5627307.help.text
-msgid "<item type=\"input\">=ISEVEN(3.999)</item> returns FALSE"
-msgstr ""
+#. {=@J
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_idN10683\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/01/func_workday.xhp#workday\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_workday.xhp#workday\"/>"
-#: 04060106.xhp#bm_id3156034.help.text
-msgid "<bookmark_value>ISODD function</bookmark_value><bookmark_value>odd integers</bookmark_value>"
-msgstr "<bookmark_value>ISODD ფუნქცია</bookmark_value><bookmark_value>კენტი მთელი რიცხვები</bookmark_value>"
+#. `dkm
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id5189062\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/01/func_yearfrac.xhp#yearfrac\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_yearfrac.xhp#yearfrac\"/>"
-#: 04060106.xhp#hd_id3156034.255.help.text
-msgid "ISODD"
-msgstr "ISODD"
+#. dJ})
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id6854457\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/01/func_date.xhp#date\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_date.xhp#date\"/>"
-#: 04060106.xhp#par_id3155910.256.help.text
+#. 74@p
+#: 04060102.xhp
#, fuzzy
-msgid "<ahelp hid=\"HID_FUNC_ISTUNGERADE\">Returns TRUE if the value is odd, or FALSE if the number is even.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_ISTGERADE\">აბტრუნებს ჭეშმარიტს თუ კი რიცხვი ლუწია და მცდარს თუ იგი კენტია.</ahelp>"
-
-#: 04060106.xhp#hd_id3151006.257.help.text
-msgctxt "04060106.xhp#hd_id3151006.257.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3151375.258.help.text
-msgid "ISODD(value)"
-msgstr "ISODD(მნიშვნელობა)"
-
-#: 04060106.xhp#par_id3155139.259.help.text
-msgctxt "04060106.xhp#par_id3155139.259.help.text"
-msgid "<emph>Value</emph> is the value to be checked."
-msgstr "<emph>მნიშვნელობა</emph> შესამოწმებელი მნიშვნელობა."
-
-#: 04060106.xhp#par_id9027680.help.text
-msgctxt "04060106.xhp#par_id9027680.help.text"
-msgid "If Value is not an integer any digits after the decimal point are ignored. The sign of Value is also ignored."
-msgstr ""
-
-#: 04060106.xhp#hd_id3163723.260.help.text
-msgctxt "04060106.xhp#hd_id3163723.260.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3155345.261.help.text
-msgid "<item type=\"input\">=ISODD(33)</item> returns TRUE"
-msgstr ""
-
-#: 04060106.xhp#par_id9392986.help.text
-msgid "<item type=\"input\">=ISODD(48)</item> returns FALSE"
-msgstr ""
-
-#: 04060106.xhp#par_id5971251.help.text
-msgid "<item type=\"input\">=ISODD(3.999)</item> returns TRUE"
-msgstr ""
-
-#: 04060106.xhp#par_id4136478.help.text
-msgid "<item type=\"input\">=ISODD(-3.1)</item> returns TRUE"
-msgstr ""
-
-#: 04060106.xhp#bm_id3145213.help.text
-msgid "<bookmark_value>LCM function</bookmark_value><bookmark_value>least common multiples</bookmark_value><bookmark_value>lowest common multiples</bookmark_value>"
-msgstr "<bookmark_value>LCM ფუნქცია</bookmark_value><bookmark_value>საერთო მამრავლების სია</bookmark_value><bookmark_value>უმცირესი საერთო მამრავლები</bookmark_value>"
-
-#: 04060106.xhp#hd_id3145213.265.help.text
-msgid "LCM"
-msgstr "LCM"
-
-#: 04060106.xhp#par_id3146814.266.help.text
-msgid "<ahelp hid=\"HID_FUNC_KGV\">Returns the least common multiple of one or more integers.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_KGV\">აბრუნებს ერთი ან მეტი რიცხვის საერთო მამრავლს.</ahelp>"
-
-#: 04060106.xhp#hd_id3148632.267.help.text
-msgctxt "04060106.xhp#hd_id3148632.267.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3147279.268.help.text
-msgid "LCM(Integer1; Integer2; ...; Integer30)"
-msgstr ""
-
-#: 04060106.xhp#par_id3156348.269.help.text
-msgid "<emph>Integer1 to 30</emph> are up to 30 integers whose lowest common multiple is to be calculated."
-msgstr "<emph>მთელი რიცხი 1-დან 30-მდე</emph> არის 30-მდე რიცხვი, რომლის უმდაბლესი საერთო მამრავლი უნდა გამოითვალოს."
-
-#: 04060106.xhp#hd_id3156431.270.help.text
-msgctxt "04060106.xhp#hd_id3156431.270.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3154914.271.help.text
-msgid "If you enter the numbers <item type=\"input\">512</item>;<item type=\"input\">1024</item> and <item type=\"input\">2000</item> in the Integer 1;2 and 3 text boxes, 128000 will be returned as the result."
-msgstr ""
-
-#: 04060106.xhp#bm_id3154230.help.text
-msgid "<bookmark_value>LCM_ADD function</bookmark_value>"
-msgstr "<bookmark_value>LCM_ADD ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id3154230.684.help.text
-msgid "LCM_ADD"
-msgstr "LCM_ADD"
-
-#: 04060106.xhp#par_id3149036.685.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_LCM\"> The result is the lowest common multiple of a list of numbers.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_LCM\"> შედეგი არის რიცხვების სიის უმცირესი საერთო მამრავლი.</ahelp>"
-
-#: 04060106.xhp#hd_id3153132.686.help.text
-msgctxt "04060106.xhp#hd_id3153132.686.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3154395.687.help.text
-msgid "LCM_ADD(Number(s))"
-msgstr "LCM_ADD (რიცხვ(ებ)ი)"
-
-#: 04060106.xhp#par_id3147377.688.help.text
-msgctxt "04060106.xhp#par_id3147377.688.help.text"
-msgid "<emph>Number(s)</emph> is a list of up to 30 numbers."
-msgstr "<emph>რიცხვ(ებ)ი</emph>: 30 რიცხვამდე სია."
-
-#: 04060106.xhp#hd_id3145122.689.help.text
-msgctxt "04060106.xhp#hd_id3145122.689.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3145135.690.help.text
-msgid "<item type=\"input\">=LCM_ADD(5;15;25)</item> returns 75."
-msgstr ""
-
-#: 04060106.xhp#bm_id3155802.help.text
-msgid "<bookmark_value>COMBIN function</bookmark_value><bookmark_value>number of combinations</bookmark_value>"
-msgstr "<bookmark_value>COMBIN ფუნქცია</bookmark_value><bookmark_value>კომბინაციების რაოდენობა</bookmark_value>"
-
-#: 04060106.xhp#hd_id3155802.273.help.text
-msgid "COMBIN"
-msgstr "COMBIN"
-
-#: 04060106.xhp#par_id3156172.274.help.text
-msgid "<ahelp hid=\"HID_FUNC_KOMBINATIONEN\">Returns the number of combinations for elements without repetition.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp#hd_id3156193.275.help.text
-msgctxt "04060106.xhp#hd_id3156193.275.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3150223.276.help.text
-msgid "COMBIN(Count1; Count2)"
-msgstr ""
-
-#: 04060106.xhp#par_id3150313.277.help.text
-msgctxt "04060106.xhp#par_id3150313.277.help.text"
-msgid "<emph>Count1</emph> is the number of items in the set."
-msgstr ""
-
-#: 04060106.xhp#par_id3153830.278.help.text
-msgctxt "04060106.xhp#par_id3153830.278.help.text"
-msgid "<emph>Count2</emph> is the number of items to choose from the set."
-msgstr ""
-
-#: 04060106.xhp#par_id6807458.help.text
-msgid "COMBIN returns the number of ordered ways to choose these items. For example if there are 3 items A, B and C in a set, you can choose 2 items in 3 different ways, namely AB, AC and BC."
-msgstr ""
-
-#: 04060106.xhp#par_id7414471.help.text
-msgid "COMBIN implements the formula: Count1!/(Count2!*(Count1-Count2)!)"
-msgstr ""
-
-#: 04060106.xhp#hd_id3153171.279.help.text
-msgctxt "04060106.xhp#hd_id3153171.279.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3153517.280.help.text
-msgid "<item type=\"input\">=COMBIN(3;2)</item> returns 3."
-msgstr ""
-
-#: 04060106.xhp#bm_id3150284.help.text
-msgid "<bookmark_value>COMBINA function</bookmark_value><bookmark_value>number of combinations with repetitions</bookmark_value>"
-msgstr "<bookmark_value>COMBINA ფუნქცია</bookmark_value><bookmark_value>კომბინაციების რაოდენობა განმეორებებით</bookmark_value>"
-
-#: 04060106.xhp#hd_id3150284.282.help.text
-msgid "COMBINA"
-msgstr "COMBINA"
-
-#: 04060106.xhp#par_id3157894.283.help.text
-msgid "<ahelp hid=\"HID_FUNC_KOMBINATIONEN2\">Returns the number of combinations of a subset of items including repetitions.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp#hd_id3145752.284.help.text
-msgctxt "04060106.xhp#hd_id3145752.284.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3145765.285.help.text
-msgid "COMBINA(Count1; Count2)"
-msgstr ""
-
-#: 04060106.xhp#par_id3153372.286.help.text
-msgctxt "04060106.xhp#par_id3153372.286.help.text"
-msgid "<emph>Count1</emph> is the number of items in the set."
-msgstr ""
-
-#: 04060106.xhp#par_id3155544.287.help.text
-msgctxt "04060106.xhp#par_id3155544.287.help.text"
-msgid "<emph>Count2</emph> is the number of items to choose from the set."
-msgstr ""
-
-#: 04060106.xhp#par_id1997131.help.text
-msgid "COMBINA returns the number of unique ways to choose these items, where the order of choosing is irrelevant, and repetition of items is allowed. For example if there are 3 items A, B and C in a set, you can choose 2 items in 6 different ways, namely AA, AB, AC, BB, BC and CC."
-msgstr ""
-
-#: 04060106.xhp#par_id2052064.help.text
-msgid "COMBINA implements the formula: (Count1+Count2-1)! / (Count2!(Count1-1)!)"
-msgstr ""
-
-#: 04060106.xhp#hd_id3154584.288.help.text
-msgctxt "04060106.xhp#hd_id3154584.288.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3152904.289.help.text
-msgid "<item type=\"input\">=COMBINA(3;2)</item> returns 6."
-msgstr ""
-
-#: 04060106.xhp#bm_id3156086.help.text
-msgid "<bookmark_value>TRUNC function</bookmark_value><bookmark_value>decimal places;cutting off</bookmark_value>"
-msgstr "<bookmark_value>TRUNC ფუნქცია</bookmark_value><bookmark_value>ათწილადის ადგილები;მოჭრა</bookmark_value>"
-
-#: 04060106.xhp#hd_id3156086.291.help.text
-msgid "TRUNC"
-msgstr "TRUNC"
-
-#: 04060106.xhp#par_id3157866.292.help.text
-msgid "<ahelp hid=\"HID_FUNC_KUERZEN\">Truncates a number by removing decimal places.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp#hd_id3148499.293.help.text
-msgctxt "04060106.xhp#hd_id3148499.293.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3148511.294.help.text
-msgid "TRUNC(Number; Count)"
-msgstr "TRUNC(რიცხვი; თვლა)"
-
-#: 04060106.xhp#par_id3150796.295.help.text
-msgid "Returns <emph>Number</emph> with at most <emph>Count</emph> decimal places. Excess decimal places are simply removed, irrespective of sign."
-msgstr ""
-
-#: 04060106.xhp#par_id3150816.296.help.text
-msgid "<item type=\"literal\">TRUNC(Number; 0)</item> behaves as <item type=\"literal\">INT(Number)</item> for positive numbers, but effectively rounds towards zero for negative numbers."
-msgstr ""
-
-#: 04060106.xhp#par_id3148548.557.help.text
-msgid "The <emph>visible</emph> decimal places of the result are specified in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060500.xhp\">%PRODUCTNAME Calc - Calculate</link>."
-msgstr ""
-
-#: 04060106.xhp#hd_id3152555.297.help.text
-msgctxt "04060106.xhp#hd_id3152555.297.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3152569.298.help.text
-msgid "<item type=\"input\">=TRUNC(1.239;2)</item> returns 1.23. The 9 is lost."
-msgstr ""
-
-#: 04060106.xhp#par_id7050080.help.text
-msgid "<item type=\"input\">=TRUNC(-1.234999;3)</item> returns -1.234. All the 9s are lost."
-msgstr ""
-
-#: 04060106.xhp#bm_id3153601.help.text
-msgid "<bookmark_value>LN function</bookmark_value><bookmark_value>natural logarithm</bookmark_value>"
-msgstr "<bookmark_value>LN ფუნქცია</bookmark_value><bookmark_value>ნატურალური ლოგარითმი</bookmark_value>"
-
-#: 04060106.xhp#hd_id3153601.301.help.text
-msgid "LN"
-msgstr "LN"
-
-#: 04060106.xhp#par_id3154974.302.help.text
-msgid "<ahelp hid=\"HID_FUNC_LN\">Returns the natural logarithm based on the constant e of a number.</ahelp> The constant e has a value of approximately 2.71828182845904."
-msgstr "<ahelp hid=\"HID_FUNC_LN\">აბრუნებს ნატურალურ ლოგარითმს ფუძით e კონსტანტა.</ahelp> e კონსტანტას მნიშვნელობა დაახლოვებით არის 2.71828182845904."
-
-#: 04060106.xhp#hd_id3154993.303.help.text
-msgctxt "04060106.xhp#hd_id3154993.303.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3155284.304.help.text
-msgid "LN(Number)"
-msgstr "LN(რიცხვი)"
-
-#: 04060106.xhp#par_id3155297.305.help.text
-msgid "<emph>Number</emph> is the value whose natural logarithm is to be calculated."
-msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა რომლის ნატურალური ლოგარითმი უნდა გამოითვალოს."
-
-#: 04060106.xhp#hd_id3153852.306.help.text
-msgctxt "04060106.xhp#hd_id3153852.306.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3153866.307.help.text
-msgid "<item type=\"input\">=LN(3)</item> returns the natural logarithm of 3 (approximately 1.0986)."
-msgstr ""
-
-#: 04060106.xhp#par_id5747245.help.text
-msgid "<item type=\"input\">=LN(EXP(321))</item> returns 321."
-msgstr ""
-
-#: 04060106.xhp#bm_id3109813.help.text
-msgid "<bookmark_value>LOG function</bookmark_value><bookmark_value>logarithms</bookmark_value>"
-msgstr "<bookmark_value>LOG ფუნქცია</bookmark_value><bookmark_value>ლოგარითმები</bookmark_value>"
-
-#: 04060106.xhp#hd_id3109813.311.help.text
-msgid "LOG"
-msgstr "LOG"
-
-#: 04060106.xhp#par_id3109841.312.help.text
-msgid "<ahelp hid=\"HID_FUNC_LOG\">Returns the logarithm of a number to the specified base.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_LOG\">აბრუნებს რიცხვის ლოგარითმს მითითებული ფუძით.</ahelp>"
-
-#: 04060106.xhp#hd_id3144719.313.help.text
-msgctxt "04060106.xhp#hd_id3144719.313.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3144732.314.help.text
-msgid "LOG(Number; Base)"
-msgstr "LOG(რიცხვი; ფუძე)"
-
-#: 04060106.xhp#par_id3144746.315.help.text
-msgid "<emph>Number</emph> is the value whose logarithm is to be calculated."
-msgstr "<emph>რიცხვი</emph> მნიშვნელობა, რომლის ლოგარითმიც უნდა გამოითვალოს."
-
-#: 04060106.xhp#par_id3152840.316.help.text
-msgid "<emph>Base</emph> (optional) is the base for the logarithm calculation. If omitted, Base 10 is assumed."
-msgstr ""
-
-#: 04060106.xhp#hd_id3152860.317.help.text
-msgctxt "04060106.xhp#hd_id3152860.317.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3154429.318.help.text
-msgid "<item type=\"input\">=LOG(10;3)</item> returns the logarithm to base 3 of 10 (approximately 2.0959)."
-msgstr ""
-
-#: 04060106.xhp#par_id5577562.help.text
-msgid "<item type=\"input\">=LOG(7^4;7)</item> returns 4."
-msgstr ""
-
-#: 04060106.xhp#bm_id3154187.help.text
-msgid "<bookmark_value>LOG10 function</bookmark_value><bookmark_value>base-10 logarithm</bookmark_value>"
-msgstr "<bookmark_value>LOG10 ფუნქცია</bookmark_value><bookmark_value>ფუძე-10 ლოგარითმი</bookmark_value>"
-
-#: 04060106.xhp#hd_id3154187.322.help.text
-msgid "LOG10"
-msgstr "LOG10"
-
-#: 04060106.xhp#par_id3155476.323.help.text
-msgid "<ahelp hid=\"HID_FUNC_LOG10\">Returns the base-10 logarithm of a number.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_LOG10\">აბრუნებს რიცხვის ლოგარითმს ფუძით 10.</ahelp>"
-
-#: 04060106.xhp#hd_id3155494.324.help.text
-msgctxt "04060106.xhp#hd_id3155494.324.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3159294.325.help.text
-msgid "LOG10(Number)"
-msgstr "LOG10(რიცხვი)"
-
-#: 04060106.xhp#par_id3159308.326.help.text
-msgid "Returns the logarithm to base 10 of <emph>Number</emph>."
-msgstr ""
-
-#: 04060106.xhp#hd_id3159328.327.help.text
-msgctxt "04060106.xhp#hd_id3159328.327.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3157916.328.help.text
-msgid "<item type=\"input\">=LOG10(5)</item> returns the base-10 logarithm of 5 (approximately 0.69897)."
-msgstr ""
-
-#: 04060106.xhp#bm_id3152518.help.text
-msgid "<bookmark_value>CEILING function</bookmark_value><bookmark_value>rounding;up to multiples of significance</bookmark_value>"
-msgstr "<bookmark_value>CEILING ფუნქცია</bookmark_value><bookmark_value>დამრგვალება;ზემოთ მნიშვნელთა მამრავლზე</bookmark_value>"
-
-#: 04060106.xhp#hd_id3152518.332.help.text
-msgid "CEILING"
-msgstr "CEILING"
-
-#: 04060106.xhp#par_id3153422.558.help.text
-msgid "<ahelp hid=\"HID_FUNC_OBERGRENZE\">Rounds a number up to the nearest multiple of Significance.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_OBERGRENZE\">ამრგვალებს რიცხვს უახლოეს საერთო მამრავლამდე.</ahelp>"
-
-#: 04060106.xhp#hd_id3153440.334.help.text
-msgctxt "04060106.xhp#hd_id3153440.334.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3153454.335.help.text
-msgid "CEILING(Number; Significance; Mode)"
-msgstr "CEILING(რიცხვი; რეჟიმი"
-
-#: 04060106.xhp#par_id3153467.336.help.text
-msgid "<emph>Number</emph> is the number that is to be rounded up."
-msgstr "<emph>რიცხვი</emph> არის ასამრგვალებელი რიცხვი."
-
-#: 04060106.xhp#par_id3155000.337.help.text
-msgid "<emph>Significance</emph> is the number to whose multiple the value is to be rounded up."
-msgstr ""
-
-#: 04060106.xhp#par_id3155020.559.help.text
-msgid "<emph>Mode</emph> is an optional value. If the Mode value is given and not equal to zero, and if Number and Significance are negative, then rounding is done based on the absolute value of Number. This parameter is ignored when exporting to MS Excel as Excel does not know any third parameter."
-msgstr ""
-
-#: 04060106.xhp#par_id3163792.629.help.text
-msgid "If both parameters Number and Significance are negative and the Mode value is equal to zero or is not given, the results in $[officename] and Excel will differ after the import has been completed. If you export the spreadsheet to Excel, use Mode=1 to see the same results in Excel as in Calc."
-msgstr ""
-
-#: 04060106.xhp#hd_id3145697.338.help.text
-msgctxt "04060106.xhp#hd_id3145697.338.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3145710.339.help.text
-msgid "<item type=\"input\">=CEILING(-11;-2)</item> returns -10"
-msgstr ""
-
-#: 04060106.xhp#par_id3145725.340.help.text
-msgid "<item type=\"input\">=CEILING(-11;-2;0)</item> returns -10"
-msgstr ""
-
-#: 04060106.xhp#par_id3145740.341.help.text
-msgid "<item type=\"input\">=CEILING(-11;-2;1)</item> returns -12"
-msgstr ""
-
-#: 04060106.xhp#bm_id3157762.help.text
-msgid "<bookmark_value>PI function</bookmark_value>"
-msgstr "<bookmark_value>PI ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id3157762.343.help.text
-msgid "PI"
-msgstr "PI"
-
-#: 04060106.xhp#par_id3157790.344.help.text
-msgid "<ahelp hid=\"HID_FUNC_PI\">Returns 3.14159265358979, the value of the mathematical constant PI to 14 decimal places.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp#hd_id3157809.345.help.text
-msgctxt "04060106.xhp#hd_id3157809.345.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3157822.346.help.text
-msgid "PI()"
-msgstr "PI()"
-
-#: 04060106.xhp#hd_id3157836.347.help.text
-msgctxt "04060106.xhp#hd_id3157836.347.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3152370.348.help.text
-msgid "<item type=\"input\">=PI()</item> returns 3.14159265358979."
-msgstr ""
-
-#: 04060106.xhp#bm_id3152418.help.text
-msgid "<bookmark_value>MULTINOMIAL function</bookmark_value>"
-msgstr "<bookmark_value>MULTINOMIAL ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id3152418.635.help.text
-msgid "MULTINOMIAL"
-msgstr "MULTINOMIAL"
-
-#: 04060106.xhp#par_id3152454.636.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_MULTINOMIAL\"> Returns the factorial of the sum of the arguments divided by the product of the factorials of the arguments.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_MULTINOMIAL\"> აბრუნებს ჯამის ფაქტორიალს არგუმენტები გაყოფილი არგუმენტების ფაქტორთა ნამრავლზე.</ahelp>"
-
-#: 04060106.xhp#hd_id3155646.637.help.text
-msgctxt "04060106.xhp#hd_id3155646.637.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3155660.638.help.text
-msgid "MULTINOMIAL(Number(s))"
-msgstr "MULTINOMIAL (რიცხვ(ებ)ი)"
-
-#: 04060106.xhp#par_id3155673.639.help.text
-msgctxt "04060106.xhp#par_id3155673.639.help.text"
-msgid "<emph>Number(s)</emph> is a list of up to 30 numbers."
-msgstr "<emph>რიცხვ(ებ)ი</emph>: 30 რიცხვამდე სია."
-
-#: 04060106.xhp#hd_id3155687.640.help.text
-msgctxt "04060106.xhp#hd_id3155687.640.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3155701.641.help.text
-msgid "<item type=\"input\">=MULTINOMIAL(F11:H11)</item> returns 1260, if F11 to H11 contain the values <item type=\"input\">2</item>, <item type=\"input\">3</item> and <item type=\"input\">4</item>. This corresponds to the formula =(2+3+4)! / (2!*3!*4!)"
-msgstr ""
-
-#: 04060106.xhp#bm_id3155717.help.text
-msgid "<bookmark_value>POWER function</bookmark_value>"
-msgstr "<bookmark_value>POWER ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id3155717.350.help.text
-msgid "POWER"
-msgstr "POWER"
-
-#: 04060106.xhp#par_id3159495.351.help.text
-msgid "<ahelp hid=\"HID_FUNC_POTENZ\">Returns a number raised to another number.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp#hd_id3159513.352.help.text
-msgctxt "04060106.xhp#hd_id3159513.352.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3159526.353.help.text
-msgid "POWER(Base; Exponent)"
-msgstr ""
-
-#: 04060106.xhp#par_id3159540.354.help.text
-msgid "Returns <emph>Base</emph> raised to the power of <emph>Exponent</emph>."
-msgstr ""
-
-#: 04060106.xhp#par_id5081637.help.text
-msgid "The same result may be achieved by using the exponentiation operator ^:"
-msgstr ""
-
-#: 04060106.xhp#par_id9759514.help.text
-msgid "<item type=\"literal\">Base^Exponent</item>"
-msgstr ""
-
-#: 04060106.xhp#hd_id3159580.356.help.text
-msgctxt "04060106.xhp#hd_id3159580.356.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3159594.357.help.text
-msgid "<item type=\"input\">=POWER(4;3)</item> returns 64, which is 4 to the power of 3."
-msgstr ""
-
-#: 04060106.xhp#par_id1614429.help.text
-msgid "=4^3 also returns 4 to the power of 3."
-msgstr ""
-
-#: 04060106.xhp#bm_id3152651.help.text
-msgid "<bookmark_value>SERIESSUM function</bookmark_value>"
-msgstr "<bookmark_value>SERIESSUM ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id3152651.642.help.text
-msgid "SERIESSUM"
-msgstr "SERIESSUM"
-
-#: 04060106.xhp#par_id3152688.643.help.text
-msgid "<ahelp hid=\".\">Sums the first terms of a power series.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp#par_id3152708.644.help.text
-msgid "SERIESSUM(x;n;m;coefficients) = coefficient_1*x^n + coefficient_2*x^(n+m) + coefficient_3*x^(n+2m) +...+ coefficient_i*x^(n+(i-1)m)"
-msgstr "SERIESSUM(x;n;m;კოეფიციენტები) =კოეფიციენტი_1*x^n + კოეფიციენტი_2*x^(n+m) + კოეფიციენტი_3*x^(n+2m) +...+ კოეფიციენტი_i*x^(n+(i-1)m)"
-
-#: 04060106.xhp#hd_id3152724.645.help.text
-msgctxt "04060106.xhp#hd_id3152724.645.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_idN11BD9.help.text
-msgid "SERIESSUM(X; N; M; Coefficients)"
-msgstr "SERIESSUM(x; n; m; კოეფიციენტები)"
-
-#: 04060106.xhp#par_id3152737.646.help.text
-msgid "<emph>X</emph> is the input value for the power series."
-msgstr ""
-
-#: 04060106.xhp#par_id3144344.647.help.text
-msgid "<emph>N</emph> is the initial power"
-msgstr ""
-
-#: 04060106.xhp#par_id3144357.648.help.text
-msgid "<emph>M</emph> is the increment to increase N"
-msgstr ""
-
-#: 04060106.xhp#par_id3144370.649.help.text
-msgid "<emph>Coefficients</emph> is a series of coefficients. For each coefficient the series sum is extended by one section."
-msgstr "კოეფიციენტები: კოეფიციენტების სერიები. ყოველი კოეფიციენტისთვის სერიების ჯამი იზრდება ერთი სექციით."
-
-#: 04060106.xhp#bm_id3144386.help.text
-msgid "<bookmark_value>PRODUCT function</bookmark_value><bookmark_value>numbers;multiplying</bookmark_value><bookmark_value>multiplying;numbers</bookmark_value>"
-msgstr "<bookmark_value>PRODUCT ფუნქცია</bookmark_value><bookmark_value>რიცხვები;გამრავლება</bookmark_value><bookmark_value>გამრავლება;რიცხვები</bookmark_value>"
-
-#: 04060106.xhp#hd_id3144386.361.help.text
-msgctxt "04060106.xhp#hd_id3144386.361.help.text"
-msgid "PRODUCT"
-msgstr "PRODUCT"
-
-#: 04060106.xhp#par_id3144414.362.help.text
-msgid "<ahelp hid=\"HID_FUNC_PRODUKT\">Multiplies all the numbers given as arguments and returns the product.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_PRODUKT\">არგუმენტებად შეყვანილ რიცხვებს გადაამრავლებს და აბრუნებს ნამრავლს.</ahelp>"
-
-#: 04060106.xhp#hd_id3144433.363.help.text
-msgctxt "04060106.xhp#hd_id3144433.363.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3144446.364.help.text
-msgid "PRODUCT(Number1; Number2; ...; Number30)"
-msgstr "KURT(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
-
-#: 04060106.xhp#par_id3144460.365.help.text
-msgid "<emph>Number1 to 30</emph> are up to 30 arguments whose product is to be calculated."
-msgstr "<emph>რიცხვი 1-დან 30-მდე</emph> არის 30-მდე არგუმენტი რომელიც უნდა გადამრავლდეს."
-
-#: 04060106.xhp#par_id1589098.help.text
-msgid "PRODUCT returns number1 * number2 * number3 * ..."
-msgstr ""
-
-#: 04060106.xhp#hd_id3144480.366.help.text
-msgctxt "04060106.xhp#hd_id3144480.366.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3144494.367.help.text
-msgid "<item type=\"input\">=PRODUCT(2;3;4)</item> returns 24."
-msgstr ""
-
-#: 04060106.xhp#bm_id3160340.help.text
-msgid "<bookmark_value>SUMSQ function</bookmark_value><bookmark_value>square number additions</bookmark_value><bookmark_value>sums;of square numbers</bookmark_value>"
-msgstr "<bookmark_value>SUMSQ ფუნქცია</bookmark_value><bookmark_value>რიცხვების კვადრატების დაჯამება</bookmark_value><bookmark_value>დაჯამება;რიცხვების კვადრატების</bookmark_value>"
-
-#: 04060106.xhp#hd_id3160340.369.help.text
-msgid "SUMSQ"
-msgstr "SUMSQ"
-
-#: 04060106.xhp#par_id3160368.370.help.text
-msgid "<ahelp hid=\"HID_FUNC_QUADRATESUMME\">If you want to calculate the sum of the squares of numbers (totaling up of the squares of the arguments), enter these into the text fields.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_QUADRATESUMME\">თუ გსურთ რიცხვების კვადრატების ჯამის გამოთვლა (არგუმენტების კვადრატების დაჯამება), შეიყვანეთ ისინი ველებში.</ahelp>"
-
-#: 04060106.xhp#hd_id3160388.371.help.text
-msgctxt "04060106.xhp#hd_id3160388.371.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3160402.372.help.text
-msgid "SUMSQ(Number1; Number2; ...; Number30)"
-msgstr "SUM(რიცხვი 1; რიცხვი 2; ..., რიცხვი 30)"
-
-#: 04060106.xhp#par_id3160415.373.help.text
-msgid "<emph>Number1 to 30</emph> are up to 30 arguments the sum of whose squares is to be calculated."
-msgstr "<emph>რიცხვი 1-დან 30-მდე</emph> არის 30-მდე არგუმენტი რომელთა კვადრატების ჯამიც გამოითვება."
-
-#: 04060106.xhp#hd_id3160436.374.help.text
-msgctxt "04060106.xhp#hd_id3160436.374.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3160449.375.help.text
-msgid "If you enter the numbers <item type=\"input\">2</item>; <item type=\"input\">3</item> and <item type=\"input\">4</item> in the Number 1; 2 and 3 text boxes, 29 is returned as the result."
-msgstr ""
-
-#: 04060106.xhp#bm_id3158247.help.text
-msgid "<bookmark_value>MOD function</bookmark_value><bookmark_value>remainders of divisions</bookmark_value>"
-msgstr "<bookmark_value>MOD ფუნქცია</bookmark_value><bookmark_value>გაყოფის ნაშთი</bookmark_value>"
-
-#: 04060106.xhp#hd_id3158247.387.help.text
-msgid "MOD"
-msgstr "MOD"
-
-#: 04060106.xhp#par_id3158276.388.help.text
-msgid "<ahelp hid=\"HID_FUNC_REST\">Returns the remainder when one integer is divided by another.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp#hd_id3158294.389.help.text
-msgctxt "04060106.xhp#hd_id3158294.389.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3158308.390.help.text
-msgid "MOD(Dividend; Divisor)"
-msgstr "MOD(გასაყოფი; გამყოფი)"
-
-#: 04060106.xhp#par_id3158321.391.help.text
-msgid " For integer arguments this function returns Dividend modulo Divisor, that is the remainder when <emph>Dividend</emph> is divided by <emph>Divisor</emph>."
-msgstr ""
-
-#: 04060106.xhp#par_id3158341.392.help.text
-msgid "This function is implemented as <item type=\"literal\">Dividend - Divisor * INT(Dividend/Divisor)</item> , and this formula gives the result if the arguments are not integer."
-msgstr ""
-
-#: 04060106.xhp#hd_id3158361.393.help.text
-msgctxt "04060106.xhp#hd_id3158361.393.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3158374.394.help.text
-msgid "<item type=\"input\">=MOD(22;3)</item> returns 1, the remainder when 22 is divided by 3."
-msgstr ""
-
-#: 04060106.xhp#par_id1278420.help.text
-msgid "<item type=\"input\">=MOD(11.25;2.5)</item> returns 1.25."
-msgstr ""
-
-#: 04060106.xhp#bm_id3144592.help.text
-msgid "<bookmark_value>QUOTIENT function</bookmark_value><bookmark_value>divisions</bookmark_value>"
-msgstr "<bookmark_value>QUOTIENT ფუნქცია</bookmark_value><bookmark_value>გამყოფები</bookmark_value>"
-
-#: 04060106.xhp#hd_id3144592.652.help.text
-msgid "QUOTIENT"
-msgstr "QUOTIENT"
-
-#: 04060106.xhp#par_id3144627.653.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_QUOTIENT\">Returns the integer part of a division operation.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp#hd_id3144646.654.help.text
-msgctxt "04060106.xhp#hd_id3144646.654.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3144659.655.help.text
-msgid "QUOTIENT(Numerator; Denominator)"
-msgstr "QUOTIENT(ნუმერატორი;დენომინატორი)"
-
-#: 04060106.xhp#par_id9038972.help.text
-msgid "Returns the integer part of <emph>Numerator</emph> divided by <emph>Denominator</emph>."
-msgstr ""
-
-#: 04060106.xhp#par_id7985168.help.text
-msgid "QUOTIENT is equivalent to <item type=\"literal\">INT(numerator/denominator)</item>, except that it may report errors with different error codes."
-msgstr ""
-
-#: 04060106.xhp#hd_id3144674.656.help.text
-msgctxt "04060106.xhp#hd_id3144674.656.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3144687.657.help.text
-msgid "<item type=\"input\">=QUOTIENT(11;3)</item> returns 3. The remainder of 2 is lost."
-msgstr ""
-
-#: 04060106.xhp#bm_id3144702.help.text
-msgid "<bookmark_value>RADIANS function</bookmark_value><bookmark_value>converting;degrees, into radians</bookmark_value>"
-msgstr "<bookmark_value>RADIANS ფუნქცია</bookmark_value><bookmark_value>გარდფაქმნა;გრადუსები რადიანებში</bookmark_value>"
-
-#: 04060106.xhp#hd_id3144702.377.help.text
-msgid "RADIANS"
-msgstr "RADIANS"
-
-#: 04060106.xhp#par_id3158025.378.help.text
-msgid "<ahelp hid=\"HID_FUNC_RAD\">Converts degrees to radians.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_RAD\">გრადუსების რადიანებში გარდაქმნა.</ahelp>"
-
-#: 04060106.xhp#hd_id3158042.379.help.text
-msgctxt "04060106.xhp#hd_id3158042.379.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3158055.380.help.text
-msgid "RADIANS(Number)"
-msgstr "RADIANS(რიცხვი)"
-
-#: 04060106.xhp#par_id3158069.381.help.text
-msgid "<emph>Number</emph> is the angle in degrees to be converted to radians."
-msgstr ""
-
-#: 04060106.xhp#hd_id876186.help.text
-msgctxt "04060106.xhp#hd_id876186.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3939634.help.text
-msgid "<item type=\"input\">=RADIANS(90)</item> returns 1.5707963267949, which is PI/2 to Calc's accuracy."
-msgstr ""
-
-#: 04060106.xhp#bm_id3158121.help.text
-msgid "<bookmark_value>ROUND function</bookmark_value>"
-msgstr "<bookmark_value>ROUND ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id3158121.398.help.text
-msgid "ROUND"
-msgstr "ROUND"
-
-#: 04060106.xhp#par_id3158150.399.help.text
-msgid "<ahelp hid=\"HID_FUNC_RUNDEN\">Rounds a number to a certain number of decimal places.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp#hd_id3158169.400.help.text
-msgctxt "04060106.xhp#hd_id3158169.400.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3158182.401.help.text
-msgid "ROUND(Number; Count)"
-msgstr "ROUND(რიცხვი; თვლა)"
-
-#: 04060106.xhp#par_id3158196.402.help.text
-msgid "Returns <emph>Number</emph> rounded to <emph>Count</emph> decimal places. If Count is omitted or zero, the function rounds to the nearest integer. If Count is negative, the function rounds to the nearest 10, 100, 1000, etc."
-msgstr ""
-
-#: 04060106.xhp#par_id599688.help.text
-msgid "This function rounds to the nearest number. See ROUNDDOWN and ROUNDUP for alternatives."
-msgstr ""
-
-#: 04060106.xhp#hd_id3145863.404.help.text
-msgctxt "04060106.xhp#hd_id3145863.404.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3145876.405.help.text
-msgid "<item type=\"input\">=ROUND(2.348;2)</item> returns 2.35"
-msgstr ""
-
-#: 04060106.xhp#par_id3145899.406.help.text
-msgid "<item type=\"input\">=ROUND(-32.4834;3)</item> returns -32.483. Change the cell format to see all decimals."
-msgstr ""
-
-#: 04060106.xhp#par_id1371501.help.text
-msgid "<item type=\"input\">=ROUND(2.348;0)</item> returns 2."
-msgstr ""
-
-#: 04060106.xhp#par_id4661702.help.text
-msgid "<item type=\"input\">=ROUND(2.5)</item> returns 3. "
-msgstr ""
-
-#: 04060106.xhp#par_id7868892.help.text
-msgid "<item type=\"input\">=ROUND(987.65;-2)</item> returns 1000."
-msgstr ""
+msgctxt ""
+"04060102.xhp\n"
+"par_id6354457\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/01/func_datedif.xhp#datedif\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_date.xhp#date\"/>"
-#: 04060106.xhp#bm_id3145991.help.text
-msgid "<bookmark_value>ROUNDDOWN function</bookmark_value>"
-msgstr "<bookmark_value>ROUNDDOWN ფუნქცია</bookmark_value>"
+#. ,h*?
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id3372295\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/01/func_datevalue.xhp#datevalue\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_datevalue.xhp#datevalue\"/>"
-#: 04060106.xhp#hd_id3145991.24.help.text
-msgid "ROUNDDOWN"
-msgstr "ROUNDDOWN"
+#. T)9u
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id5684377\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/01/func_edate.xhp#edate\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_edate.xhp#edate\"/>"
-#: 04060106.xhp#par_id3146020.25.help.text
-msgid "<ahelp hid=\"HID_FUNC_ABRUNDEN\">Rounds a number down, toward zero, to a certain precision.</ahelp>"
-msgstr ""
+#. WK!l
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id7576525\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/01/func_today.xhp#today\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_today.xhp#today\"/>"
-#: 04060106.xhp#hd_id3146037.26.help.text
-msgctxt "04060106.xhp#hd_id3146037.26.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. rbwP
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id641193\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/01/func_year.xhp#year\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_year.xhp#year\"/>"
-#: 04060106.xhp#par_id3146051.27.help.text
-msgid "ROUNDDOWN(Number; Count)"
-msgstr "ROUNDDOWN(რიცხვი; თვლა)"
+#. mc\E
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id6501968\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/01/func_now.xhp#now\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_now.xhp#now\"/>"
-#: 04060106.xhp#par_id3146064.28.help.text
-msgid "Returns <emph>Number</emph> rounded down (towards zero) to <emph>Count</emph> decimal places. If Count is omitted or zero, the function rounds down to an integer. If Count is negative, the function rounds down to the next 10, 100, 1000, etc."
-msgstr ""
+#. [1jR
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id3886532\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/01/func_weeknum.xhp#weeknum\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_weeknum.xhp#weeknum\"/>"
-#: 04060106.xhp#par_id2188787.help.text
-msgid "This function rounds towards zero. See ROUNDUP and ROUND for alternatives."
-msgstr ""
+#. WAE5
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id614947\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/01/func_weeknumadd.xhp#weeknumadd\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_weeknumadd.xhp#weeknumadd\"/>"
-#: 04060106.xhp#hd_id3163164.30.help.text
-msgctxt "04060106.xhp#hd_id3163164.30.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. _{~I
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id3953062\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/01/func_minute.xhp#minute\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_minute.xhp#minute\"/>"
-#: 04060106.xhp#par_id3163178.31.help.text
-msgid "<item type=\"input\">=ROUNDDOWN(1.234;2)</item> returns 1.23."
-msgstr ""
+#. e,=f
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id2579729\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/01/func_month.xhp#month\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_month.xhp#month\"/>"
-#: 04060106.xhp#par_id5833307.help.text
-msgid "<item type=\"input\">=ROUNDDOWN(45.67;0)</item> returns 45."
-msgstr ""
+#. dwTa
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id1346781\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/01/func_eomonth.xhp#eomonth\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_eomonth.xhp#eomonth\"/>"
-#: 04060106.xhp#par_id7726676.help.text
-msgid "<item type=\"input\">=ROUNDDOWN(-45.67)</item> returns -45."
-msgstr ""
+#. /rcm
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id8951384\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/01/func_networkdays.xhp#networkdays\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_networkdays.xhp#networkdays\"/>"
-#: 04060106.xhp#par_id3729361.help.text
-msgid "<item type=\"input\">=ROUNDDOWN(987.65;-2)</item> returns 900."
-msgstr ""
+#. (KX%
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id1074251\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/01/func_eastersunday.xhp#eastersunday\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_eastersunday.xhp#eastersunday\"/>"
-#: 04060106.xhp#bm_id3163268.help.text
-msgid "<bookmark_value>ROUNDUP function</bookmark_value>"
-msgstr "<bookmark_value>ROUNDUP ფუნქცია</bookmark_value>"
+#. p,hT
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id372325\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/01/func_second.xhp#second\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_second.xhp#second\"/>"
-#: 04060106.xhp#hd_id3163268.140.help.text
-msgid "ROUNDUP"
-msgstr "ROUNDUP"
+#. 7fgN
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id224005\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/01/func_hour.xhp#hour\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_hour.xhp#hour\"/>"
-#: 04060106.xhp#par_id3163297.141.help.text
-msgid "<ahelp hid=\"HID_FUNC_AUFRUNDEN\">Rounds a number up, away from zero, to a certain precision.</ahelp>"
-msgstr ""
+#. \UUS
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id5375835\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/01/func_day.xhp#day\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_day.xhp#day\"/>"
-#: 04060106.xhp#hd_id3163315.142.help.text
-msgctxt "04060106.xhp#hd_id3163315.142.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. ?:xI
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id1208838\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/01/func_days.xhp#days\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_days.xhp#days\"/>"
-#: 04060106.xhp#par_id3163328.143.help.text
-msgid "ROUNDUP(Number; Count)"
-msgstr "ROUNDUP(რიცხვი; თვლა)"
+#. Jgtj
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id7679982\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/01/func_days360.xhp#days360\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_days360.xhp#days360\"/>"
-#: 04060106.xhp#par_id3163342.144.help.text
-msgid "Returns <emph>Number</emph> rounded up (away from zero) to <emph>Count</emph> decimal places. If Count is omitted or zero, the function rounds up to an integer. If Count is negative, the function rounds up to the next 10, 100, 1000, etc."
-msgstr ""
+#. C#AW
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id9172643\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/01/func_weekday.xhp#weekday\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_weekday.xhp#weekday\"/>"
-#: 04060106.xhp#par_id9573961.help.text
-msgid "This function rounds away from zero. See ROUNDDOWN and ROUND for alternatives."
-msgstr ""
+#. PhqV
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id2354503\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/01/func_time.xhp#time\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_time.xhp#time\"/>"
-#: 04060106.xhp#hd_id3163381.146.help.text
-msgctxt "04060106.xhp#hd_id3163381.146.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. e.ZN
+#: 04060102.xhp
+msgctxt ""
+"04060102.xhp\n"
+"par_id7765434\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/01/func_timevalue.xhp#timevalue\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_timevalue.xhp#timevalue\"/>"
-#: 04060106.xhp#par_id3144786.147.help.text
-msgid "<item type=\"input\">=ROUNDUP(1.1111;2)</item> returns 1.12."
-msgstr ""
+#. WD*`
+#: 05030000.xhp
+msgctxt ""
+"05030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Row"
+msgstr "რიგი"
-#: 04060106.xhp#par_id7700430.help.text
-msgid "<item type=\"input\">=ROUNDUP(1.2345;1)</item> returns 1.3."
-msgstr ""
+#. A*Sv
+#: 05030000.xhp
+msgctxt ""
+"05030000.xhp\n"
+"hd_id3147228\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05030000.xhp\" name=\"Row\">Row</link>"
+msgstr "<link href=\"text/scalc/01/05030000.xhp\" name=\"Row\">რიგი</link>"
-#: 04060106.xhp#par_id1180455.help.text
-msgid "<item type=\"input\">=ROUNDUP(45.67;0)</item> returns 46."
+#. jUGG
+#: 05030000.xhp
+msgctxt ""
+"05030000.xhp\n"
+"par_id3154685\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Sets the row height and hides or shows selected rows.</ahelp>"
msgstr ""
-#: 04060106.xhp#par_id3405560.help.text
-msgid "<item type=\"input\">=ROUNDUP(-45.67)</item> returns -46."
-msgstr ""
+#. `l6[
+#: 05030000.xhp
+msgctxt ""
+"05030000.xhp\n"
+"hd_id3155132\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05340100.xhp\" name=\"Height\">Height</link>"
+msgstr "<link href=\"text/shared/01/05340100.xhp\" name=\"Height\">სიმაღლე</link>"
-#: 04060106.xhp#par_id3409527.help.text
-msgid "<item type=\"input\">=ROUNDUP(987.65;-2)</item> returns 1000."
-msgstr ""
+#. @4eZ
+#: 05030000.xhp
+msgctxt ""
+"05030000.xhp\n"
+"hd_id3155854\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05030200.xhp\" name=\"Optimal Height\">Optimal Height</link>"
+msgstr "<link href=\"text/scalc/01/05030200.xhp\" name=\"Optimal Height\">ოპტიმალური სიმაღლე</link>"
-#: 04060106.xhp#bm_id5256537.help.text
-#, fuzzy
-msgid "<bookmark_value>SEC function</bookmark_value>"
-msgstr "<bookmark_value>SKEW ფუნქცია</bookmark_value>"
+#. x`=(
+#: func_days.xhp
+msgctxt ""
+"func_days.xhp\n"
+"tit\n"
+"help.text"
+msgid "DAYS"
+msgstr "DAYS"
+
+#. T\j5
+#: func_days.xhp
+msgctxt ""
+"func_days.xhp\n"
+"bm_id3151328\n"
+"help.text"
+msgid "<bookmark_value>DAYS function</bookmark_value>"
+msgstr "<bookmark_value>DAYS ფუნქცია</bookmark_value>"
-#: 04060106.xhp#hd_id5187204.149.help.text
-msgid "SEC"
-msgstr ""
+#. ql2^
+#: func_days.xhp
+msgctxt ""
+"func_days.xhp\n"
+"hd_id3151328\n"
+"116\n"
+"help.text"
+msgid "<variable id=\"days\"><link href=\"text/scalc/01/func_days.xhp\">DAYS</link></variable>"
+msgstr "<variable id=\"days\"><link href=\"text/scalc/01/func_days.xhp\">DAYS</link></variable>"
-#: 04060106.xhp#par_id9954962.150.help.text
-msgid "<ahelp hid=\"HID_FUNC_SECANT\">Returns the secant of the given angle (in radians). The secant of an angle is equivalent to 1 divided by the cosine of that angle</ahelp>"
+#. -9vs
+#: func_days.xhp
+msgctxt ""
+"func_days.xhp\n"
+"par_id3155139\n"
+"117\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TAGE\">Calculates the difference between two date values.</ahelp> The result returns the number of days between the two days."
msgstr ""
-#: 04060106.xhp#hd_id422243.151.help.text
-msgctxt "04060106.xhp#hd_id422243.151.help.text"
+#. ~}RP
+#: func_days.xhp
+msgctxt ""
+"func_days.xhp\n"
+"hd_id3155184\n"
+"118\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060106.xhp#par_id2055913.152.help.text
-#, fuzzy
-msgid "SEC(Number)"
-msgstr "SIN(რიცხვი)"
-
-#: 04060106.xhp#par_id9568170.153.help.text
-msgid " Returns the (trigonometric) secant of <emph>Number</emph>, the angle in radians."
-msgstr ""
+#. ?fQQ
+#: func_days.xhp
+msgctxt ""
+"func_days.xhp\n"
+"par_id3149578\n"
+"119\n"
+"help.text"
+msgid "DAYS(Date2; Date1)"
+msgstr "DAYS(თარიღი_2;თარიღი_1)"
-#: 04060106.xhp#par_id9047465.help.text
-msgid "To return the secant of an angle in degrees, use the RADIANS function."
+#. 4Cq!
+#: func_days.xhp
+msgctxt ""
+"func_days.xhp\n"
+"par_id3151376\n"
+"120\n"
+"help.text"
+msgid "<emph>Date1</emph> is the start date, <emph>Date2</emph> is the end date. If <emph>Date2</emph> is an earlier date than <emph>Date1</emph> the result is a negative number."
msgstr ""
-#: 04060106.xhp#hd_id9878918.154.help.text
-msgctxt "04060106.xhp#hd_id9878918.154.help.text"
+#. /XJ%
+#: func_days.xhp
+msgctxt ""
+"func_days.xhp\n"
+"hd_id3151001\n"
+"121\n"
+"help.text"
msgid "Examples"
msgstr "მაგალითები"
-#: 04060106.xhp#par_id6935513.155.help.text
-msgid "<item type=\"input\">=SEC(PI()/4)</item> returns approximately 1.4142135624, the inverse of the cosine of PI/4 radians."
-msgstr ""
-
-#: 04060106.xhp#par_id3954287.156.help.text
-msgid "<item type=\"input\">=SEC(RADIANS(60))</item> returns 2, the secant of 60 degrees."
-msgstr ""
-
-#: 04060106.xhp#bm_id840005.help.text
-#, fuzzy
-msgid "<bookmark_value>SECH function</bookmark_value>"
-msgstr "<bookmark_value>SEARCH ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id8661934.159.help.text
-msgid "SECH"
-msgstr ""
-
-#: 04060106.xhp#par_id408174.160.help.text
-msgid "<ahelp hid=\"HID_FUNC_SECANTHYP\">Returns the hyperbolic secant of a number.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp#hd_id875988.161.help.text
-msgctxt "04060106.xhp#hd_id875988.161.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id4985391.162.help.text
-#, fuzzy
-msgid "SECH(Number)"
-msgstr "ASINH(რიცხვი)"
-
-#: 04060106.xhp#par_id1952124.163.help.text
-msgid "Returns the hyperbolic secant of <emph>Number</emph>."
-msgstr ""
-
-#: 04060106.xhp#hd_id9838764.164.help.text
-msgctxt "04060106.xhp#hd_id9838764.164.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id1187764.165.help.text
-msgid "<item type=\"input\">=SECH(0)</item> returns 1, the hyperbolic secant of 0."
-msgstr ""
-
-#: 04060106.xhp#bm_id3144877.help.text
-msgid "<bookmark_value>SIN function</bookmark_value>"
-msgstr "<bookmark_value>SIN ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id3144877.408.help.text
-msgid "SIN"
-msgstr "SIN"
-
-#: 04060106.xhp#par_id3144906.409.help.text
-msgid "<ahelp hid=\"HID_FUNC_SIN\">Returns the sine of the given angle (in radians).</ahelp>"
-msgstr ""
-
-#: 04060106.xhp#hd_id3144923.410.help.text
-msgctxt "04060106.xhp#hd_id3144923.410.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3144937.411.help.text
-msgid "SIN(Number)"
-msgstr "SIN(რიცხვი)"
-
-#: 04060106.xhp#par_id3144950.412.help.text
-msgid "Returns the (trigonometric) sine of <emph>Number</emph>, the angle in radians."
-msgstr ""
-
-#: 04060106.xhp#par_id8079470.help.text
-msgid "To return the sine of an angle in degrees, use the RADIANS function."
-msgstr ""
-
-#: 04060106.xhp#hd_id3144969.413.help.text
-msgctxt "04060106.xhp#hd_id3144969.413.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3144983.414.help.text
-msgid "<item type=\"input\">=SIN(PI()/2)</item> returns 1, the sine of PI/2 radians."
-msgstr ""
-
-#: 04060106.xhp#par_id3916440.help.text
-msgid "<item type=\"input\">=SIN(RADIANS(30))</item> returns 0.5, the sine of 30 degrees."
-msgstr ""
-
-#: 04060106.xhp#bm_id3163397.help.text
-msgid "<bookmark_value>SINH function</bookmark_value>"
-msgstr "<bookmark_value>SINH ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id3163397.418.help.text
-msgid "SINH"
-msgstr "SINH"
-
-#: 04060106.xhp#par_id3163426.419.help.text
-msgid "<ahelp hid=\"HID_FUNC_SINHYP\">Returns the hyperbolic sine of a number.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_SINHYP\">აბრუნებს რიცხვის ჰიპერბოლურ სინუსს.</ahelp>"
-
-#: 04060106.xhp#hd_id3163444.420.help.text
-msgctxt "04060106.xhp#hd_id3163444.420.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3163457.421.help.text
-msgid "SINH(Number)"
-msgstr "ASINH(რიცხვი)"
-
-#: 04060106.xhp#par_id3163471.422.help.text
-msgid "Returns the hyperbolic sine of <emph>Number</emph>."
-msgstr ""
-
-#: 04060106.xhp#hd_id3163491.423.help.text
-msgctxt "04060106.xhp#hd_id3163491.423.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3163504.424.help.text
-msgid "<item type=\"input\">=SINH(0)</item> returns 0, the hyperbolic sine of 0."
-msgstr ""
-
-#: 04060106.xhp#bm_id3163596.help.text
-msgid "<bookmark_value>SUM function</bookmark_value><bookmark_value>adding;numbers in cell ranges</bookmark_value>"
-msgstr "<bookmark_value>SUM ფუნქცია</bookmark_value><bookmark_value>დამატება;რიცხვები უჯრათა დიაპაზონში</bookmark_value>"
-
-#: 04060106.xhp#hd_id3163596.428.help.text
-msgctxt "04060106.xhp#hd_id3163596.428.help.text"
-msgid "SUM"
-msgstr "SUM"
-
-#: 04060106.xhp#par_id3163625.429.help.text
-msgid "<ahelp hid=\"HID_FUNC_SUMME\">Adds all the numbers in a range of cells.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_SUMME\">უჯრების დიაპაზონში აჯამებს ციფრებს.</ahelp>"
-
-#: 04060106.xhp#hd_id3163643.430.help.text
-msgctxt "04060106.xhp#hd_id3163643.430.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3163656.431.help.text
-msgid "SUM(Number1; Number2; ...; Number30)"
-msgstr "SUM(რიცხვი 1; რიცხვი 2; ..., რიცხვი 30)"
-
-#: 04060106.xhp#par_id3163671.432.help.text
-msgid "<emph>Number 1 to Number 30</emph> are up to 30 arguments whose sum is to be calculated."
-msgstr "<emph>იცხვი 1-დან რიცხვ 30-მდე</emph> არის 30-მდე არგუმენტი, რომელიც უნდა დაჯამდეს."
-
-#: 04060106.xhp#hd_id3163690.433.help.text
-msgctxt "04060106.xhp#hd_id3163690.433.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3163704.434.help.text
-msgid "If you enter the numbers <item type=\"input\">2</item>; <item type=\"input\">3 </item>and <item type=\"input\">4</item> in the Number 1; 2 and 3 text boxes, 9 will be returned as the result."
-msgstr ""
-
-#: 04060106.xhp#par_id3151740.556.help.text
-msgid "<item type=\"input\">=SUM(A1;A3;B5)</item> calculates the sum of the three cells. <item type=\"input\">=SUM (A1:E10)</item> calculates the sum of all cells in the A1 to E10 cell range."
-msgstr ""
-
-#: 04060106.xhp#par_id3151756.619.help.text
-msgid "Conditions linked by AND can be used with the function SUM() in the following manner:"
-msgstr "AND-ით დაკავშირებული პირობები ფუნქცია SUM()-ით შემდეგ ნაერად შეიძლება იყოს:"
-
-#: 04060106.xhp#par_id3151774.620.help.text
-msgid "Example assumption: You have entered invoices into a table. Column A contains the date value of the invoice, column B the amounts. You want to find a formula that you can use to return the total of all amounts only for a specific month, e.g. only the amount for the period >=2008-01-01 to <2008-02-01. The range with the date values covers A1:A40, the range containing the amounts to be totaled is B1:B40. C1 contains the start date, 2008<item type=\"input\">-01-01</item>, of the invoices to be included and C2 the date, 2008<item type=\"input\">-02-01</item>, that is no longer included."
-msgstr "მაგალითი თქვენ a ცხრილი სვეტი A შეიცავს თარიღი - B თქვენ -სკენ a ფორმულა -სკენ დაბრუნება - ყველა -თვის a თვე e g -თვის -სკენ თარიღი A1 -სკენ ტოლია C1 შეიცავს დასაწყისი თარიღი - -სკენ და C2 თარიღი ტოლია არა."
-
-#: 04060106.xhp#par_id3151799.621.help.text
-msgid "Enter the following formula as an array formula:"
-msgstr "შემდეგი ფორმულის მასივის ფორმულად შეყვანა:"
-
-#: 04060106.xhp#par_id3151813.622.help.text
-msgid "<item type=\"input\">=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)</item>"
-msgstr ""
-
-#: 04060106.xhp#par_id3151828.623.help.text
-msgid "In order to enter this as an array formula, you must press the Shift<switchinline select=\"sys\"><caseinline select=\"MAC\">+Command </caseinline><defaultinline>+ Ctrl</defaultinline></switchinline>+ Enter keys instead of simply pressing the Enter key to close the formula. The formula will then be shown in the <emph>Formula</emph> bar enclosed in braces."
-msgstr ""
-
-#: 04060106.xhp#par_id3151869.624.help.text
-msgid "{=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)}"
-msgstr "{=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)}"
-
-#: 04060106.xhp#par_id3151884.625.help.text
-msgid "The formula is based on the fact that the result of a comparison is 1 if the criterion is met and 0 if it is not met. The individual comparison results will be treated as an array and used in matrix multiplication, and at the end the individual values will be totaled to give the result matrix."
-msgstr ""
-
-#: 04060106.xhp#bm_id3151957.help.text
-msgid "<bookmark_value>SUMIF function</bookmark_value><bookmark_value>adding;specified numbers</bookmark_value>"
-msgstr "<bookmark_value>SUMIF ფუნქცია</bookmark_value><bookmark_value>მოცემული რიცხვების მიმატება</bookmark_value>"
-
-#: 04060106.xhp#hd_id3151957.436.help.text
-msgid "SUMIF"
-msgstr "SUMIF"
-
-#: 04060106.xhp#par_id3151986.437.help.text
-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> ეს ფუნქცია გამოიყენება დიაპაზონის მიმოხილვისთვის, როდესაც ეძებთ განსაზღვრულ მნიშვნელობას."
-
-#: 04060106.xhp#hd_id3152015.438.help.text
-msgctxt "04060106.xhp#hd_id3152015.438.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3152028.439.help.text
-msgid "SUMIF(Range; Criteria; SumRange)"
-msgstr "SUMIF(დიაპაზონი; კრიტერიუმი; ჯამი_დიაპაზონი)"
-
-#: 04060106.xhp#par_id3152043.440.help.text
-msgctxt "04060106.xhp#par_id3152043.440.help.text"
-msgid "<emph>Range</emph> is the range to which the criteria are to be applied."
-msgstr "<emph>დიაპაზონი</emph> არის დიაპაზონი რომლისთვისაც კრიტერიუმი უნდა გააქტიურდეს."
-
-#: 04060106.xhp#par_id3152062.441.help.text
-msgid "<emph>Criteria</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criteria is written into the formula, it has to be surrounded by double quotes."
-msgstr ""
-
-#: 04060106.xhp#par_id3152083.442.help.text
-msgid "<emph>SumRange</emph> is the range from which values are summed. If this parameter has not been indicated, the values found in the Range are summed."
-msgstr ""
-
-#: 04060106.xhp#par_id8347422.help.text
-msgid "SUMIF supports the reference concatenation operator (~) only in the Criteria parameter, and only if the optional SumRange parameter is not given."
-msgstr ""
-
-#: 04060106.xhp#hd_id3152110.443.help.text
-msgctxt "04060106.xhp#hd_id3152110.443.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3152148.626.help.text
-msgid "To sum up only negative numbers: <item type=\"input\">=SUMIF(A1:A10;\"<0\")</item>"
-msgstr ""
-
-#: 04060106.xhp#par_id6670125.help.text
-msgid "<item type=\"input\">=SUMIF(A1:A10;\">0\";B1:10)</item> - sums values from the range B1:B10 only if the corresponding values in the range A1:A10 are >0."
-msgstr ""
-
-#: 04060106.xhp#par_id6062196.help.text
-msgid "See COUNTIF() for some more syntax examples that can be used with SUMIF()."
-msgstr ""
-
-#: 04060106.xhp#bm_id3152195.help.text
-msgid "<bookmark_value>TAN function</bookmark_value>"
-msgstr "<bookmark_value>TAN ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id3152195.446.help.text
-msgid "TAN"
-msgstr "TAN"
-
-#: 04060106.xhp#par_id3152224.447.help.text
-msgid "<ahelp hid=\"HID_FUNC_TAN\">Returns the tangent of the given angle (in radians).</ahelp>"
-msgstr ""
-
-#: 04060106.xhp#hd_id3152242.448.help.text
-msgctxt "04060106.xhp#hd_id3152242.448.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3152255.449.help.text
-msgid "TAN(Number)"
-msgstr "ATAN(რიცხვი)"
-
-#: 04060106.xhp#par_id3152269.450.help.text
-msgid "Returns the (trigonometric) tangent of <emph>Number</emph>, the angle in radians."
-msgstr ""
-
-#: 04060106.xhp#par_id5752128.help.text
-msgid "To return the tangent of an angle in degrees, use the RADIANS function."
-msgstr ""
-
-#: 04060106.xhp#hd_id3152287.451.help.text
-msgctxt "04060106.xhp#hd_id3152287.451.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3152301.452.help.text
-msgid "<item type=\"input\">=TAN(PI()/4) </item>returns 1, the tangent of PI/4 radians."
-msgstr ""
-
-#: 04060106.xhp#par_id1804864.help.text
-msgid "<item type=\"input\">=TAN(RADIANS(45))</item> returns 1, the tangent of 45 degrees."
-msgstr ""
-
-#: 04060106.xhp#bm_id3165434.help.text
-msgid "<bookmark_value>TANH function</bookmark_value>"
-msgstr "<bookmark_value>TANH ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id3165434.456.help.text
-msgid "TANH"
-msgstr "TANH"
-
-#: 04060106.xhp#par_id3165462.457.help.text
-msgid "<ahelp hid=\"HID_FUNC_TANHYP\">Returns the hyperbolic tangent of a number.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_TANHYP\">აბრუნებს რიცხვის ჰიპერბოლურ ტანგენსს.</ahelp>"
-
-#: 04060106.xhp#hd_id3165480.458.help.text
-msgctxt "04060106.xhp#hd_id3165480.458.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3165494.459.help.text
-msgid "TANH(Number)"
-msgstr "ATANH(რიცხვი)"
-
-#: 04060106.xhp#par_id3165508.460.help.text
-msgid "Returns the hyperbolic tangent of <emph>Number</emph>."
-msgstr ""
-
-#: 04060106.xhp#hd_id3165527.461.help.text
-msgctxt "04060106.xhp#hd_id3165527.461.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3165541.462.help.text
-msgid "<item type=\"input\">=TANH(0)</item> returns 0, the hyperbolic tangent of 0."
-msgstr ""
-
-#: 04060106.xhp#bm_id3165633.help.text
-msgid "<bookmark_value>AutoFilter function; subtotals</bookmark_value><bookmark_value>sums;of filtered data</bookmark_value><bookmark_value>filtered data; sums</bookmark_value><bookmark_value>SUBTOTAL function</bookmark_value>"
-msgstr "<bookmark_value>AutoFilter ფუნქცია; ქვეჯამები</bookmark_value><bookmark_value>გაფილტრული მონაცემების ჯამები</bookmark_value><bookmark_value>გაფილტრული მონაცემები; ჯამები</bookmark_value><bookmark_value>SUBTOTAL ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id3165633.466.help.text
-msgid "SUBTOTAL"
-msgstr "SUBTOTAL"
-
-#: 04060106.xhp#par_id3165682.467.help.text
-msgid "<ahelp hid=\"HID_FUNC_TEILERGEBNIS\">Calculates subtotals.</ahelp> If a range already contains subtotals, these are not used for further calculations. Use this function with the AutoFilters to take only the filtered records into account."
-msgstr "<ahelp hid=\"HID_FUNC_TEILERGEBNIS\">გამოთვლის ქვეჯამებს.</ahelp> თუ დიაპაზონი უკვე შეიცავს ქვეჯამებს, იგი არ გამოიყენება შემდგომი გამოთვლისთვის. გამოიყენეთ ეს ფუნქცია ავტოფილტრთან ერთად ანგარიშში მხოლოდ გაფილტრული ჩანაწერების მისაღებად."
-
-#: 04060106.xhp#hd_id3165704.495.help.text
-msgctxt "04060106.xhp#hd_id3165704.495.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3165717.496.help.text
-msgid "SUBTOTAL(Function; Range)"
-msgstr "SUBTOTAL(ფუნქცია; დიაპაზონი)"
-
-#: 04060106.xhp#par_id3165731.497.help.text
-msgid "<emph>Function</emph> is a number that stands for one of the following functions:"
-msgstr "<emph>ფუნქცია</emph> არის რიცხვი, რომელიც მიეკუთვნება შემდეგ ფუნქციათაგან ერთერთს:"
-
-#: 04060106.xhp#par_id3165782.469.help.text
-msgid "Function index"
-msgstr "ფუნქციის ინდექსი"
-
-#: 04060106.xhp#par_id3165806.470.help.text
-msgctxt "04060106.xhp#par_id3165806.470.help.text"
-msgid "Function"
-msgstr "ფუნქცია"
-
-#: 04060106.xhp#par_id3165833.471.help.text
-msgctxt "04060106.xhp#par_id3165833.471.help.text"
-msgid "1"
-msgstr "1"
-
-#: 04060106.xhp#par_id3165856.472.help.text
-msgctxt "04060106.xhp#par_id3165856.472.help.text"
-msgid "AVERAGE"
-msgstr "AVERAGE"
-
-#: 04060106.xhp#par_id3165883.473.help.text
-msgctxt "04060106.xhp#par_id3165883.473.help.text"
-msgid "2"
-msgstr "2"
-
-#: 04060106.xhp#par_id3165906.474.help.text
-msgctxt "04060106.xhp#par_id3165906.474.help.text"
-msgid "COUNT"
-msgstr "COUNT"
-
-#: 04060106.xhp#par_id3165933.475.help.text
-msgctxt "04060106.xhp#par_id3165933.475.help.text"
-msgid "3"
-msgstr "3"
-
-#: 04060106.xhp#par_id3165956.476.help.text
-msgctxt "04060106.xhp#par_id3165956.476.help.text"
-msgid "COUNTA"
-msgstr "COUNTA"
-
-#: 04060106.xhp#par_id3165983.477.help.text
-msgctxt "04060106.xhp#par_id3165983.477.help.text"
-msgid "4"
-msgstr "4"
-
-#: 04060106.xhp#par_id3166006.478.help.text
-msgctxt "04060106.xhp#par_id3166006.478.help.text"
-msgid "MAX"
-msgstr "MAX"
-
-#: 04060106.xhp#par_id3166033.479.help.text
-msgctxt "04060106.xhp#par_id3166033.479.help.text"
-msgid "5"
-msgstr "5"
-
-#: 04060106.xhp#par_id3166056.480.help.text
-msgctxt "04060106.xhp#par_id3166056.480.help.text"
-msgid "MIN"
-msgstr "MIN"
-
-#: 04060106.xhp#par_id3143316.481.help.text
-msgctxt "04060106.xhp#par_id3143316.481.help.text"
-msgid "6"
-msgstr "6"
-
-#: 04060106.xhp#par_id3143339.482.help.text
-msgctxt "04060106.xhp#par_id3143339.482.help.text"
-msgid "PRODUCT"
-msgstr "PRODUCT"
-
-#: 04060106.xhp#par_id3143366.483.help.text
-msgctxt "04060106.xhp#par_id3143366.483.help.text"
-msgid "7"
-msgstr "7"
-
-#: 04060106.xhp#par_id3143389.484.help.text
-msgctxt "04060106.xhp#par_id3143389.484.help.text"
-msgid "STDEV"
-msgstr "STDEV"
-
-#: 04060106.xhp#par_id3143416.485.help.text
-msgctxt "04060106.xhp#par_id3143416.485.help.text"
-msgid "8"
-msgstr "8"
-
-#: 04060106.xhp#par_id3143439.486.help.text
-msgctxt "04060106.xhp#par_id3143439.486.help.text"
-msgid "STDEVP"
-msgstr "STDEVP"
-
-#: 04060106.xhp#par_id3143466.487.help.text
-msgctxt "04060106.xhp#par_id3143466.487.help.text"
-msgid "9"
-msgstr "9"
-
-#: 04060106.xhp#par_id3143489.488.help.text
-msgctxt "04060106.xhp#par_id3143489.488.help.text"
-msgid "SUM"
-msgstr "SUM"
-
-#: 04060106.xhp#par_id3143516.489.help.text
-msgctxt "04060106.xhp#par_id3143516.489.help.text"
-msgid "10"
-msgstr "10"
-
-#: 04060106.xhp#par_id3143539.490.help.text
-msgctxt "04060106.xhp#par_id3143539.490.help.text"
-msgid "VAR"
-msgstr "VAR"
-
-#: 04060106.xhp#par_id3143566.491.help.text
-msgctxt "04060106.xhp#par_id3143566.491.help.text"
-msgid "11"
-msgstr "11"
-
-#: 04060106.xhp#par_id3143589.492.help.text
-msgctxt "04060106.xhp#par_id3143589.492.help.text"
-msgid "VARP"
-msgstr "VARP"
-
-#: 04060106.xhp#par_id3143606.498.help.text
-msgid "<emph>Range</emph> is the range whose cells are included."
-msgstr "<emph>დიაპაზონი</emph> არის დიაპაზონი, რომელთა უჯრებიც ჩართულია."
-
-#: 04060106.xhp#hd_id3143625.499.help.text
-msgctxt "04060106.xhp#hd_id3143625.499.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3143638.562.help.text
-msgid "You have a table in the cell range A1:B5 containing cities in column A and accompanying figures in column B. You have used an AutoFilter so that you only see rows containing the city Hamburg. You want to see the sum of the figures that are displayed; that is, just the subtotal for the filtered rows. In this case the correct formula would be:"
-msgstr ""
-
-#: 04060106.xhp#par_id3143658.563.help.text
-msgid "<item type=\"input\">=SUBTOTAL(9;B2:B5)</item>"
-msgstr ""
-
-#: 04060106.xhp#bm_id3143672.help.text
-msgid "<bookmark_value>Euro; converting</bookmark_value><bookmark_value>EUROCONVERT function</bookmark_value>"
-msgstr "<bookmark_value>Euro; გარდაქმნა</bookmark_value><bookmark_value>CONVERT ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id3143672.564.help.text
-msgid "EUROCONVERT"
-msgstr ""
-
-#: 04060106.xhp#par_id3143708.565.help.text
-msgid "<ahelp hid=\"HID_FUNC_UMRECHNEN\">Converts between old European national currency and to and from Euros.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp#par_id3143731.566.help.text
-msgctxt "04060106.xhp#par_id3143731.566.help.text"
-msgid "<emph>Syntax</emph>"
-msgstr "<emph>სინტაქსი</emph>"
-
-#: 04060106.xhp#par_id3143748.567.help.text
-msgid "EUROCONVERT(Value; \"From_currency\"; \"To_currency\", full_precision, triangulation_precision)"
-msgstr ""
-
-#: 04060106.xhp#par_id3143763.568.help.text
-msgid "<emph>Value</emph> is the amount of the currency to be converted."
-msgstr ""
-
-#: 04060106.xhp#par_id3143782.569.help.text
-msgid "<emph>From_currency</emph> and <emph>To_currency</emph> are the currency units to convert from and to respectively. These must be text, the official abbreviation for the currency (for example, \"EUR\"). The rates (shown per Euro) were set by the European Commission."
-msgstr ""
-
-#: 04060106.xhp#par_id0119200904301810.help.text
-msgid "<emph>Full_precision</emph> is optional. If omitted or False, the result is rounded according to the decimals of the To currency. If Full_precision is True, the result is not rounded."
-msgstr ""
-
-#: 04060106.xhp#par_id0119200904301815.help.text
-msgid "<emph>Triangulation_precision</emph> is optional. If Triangulation_precision is given and >=3, the intermediate result of a triangular conversion (currency1,EUR,currency2) is rounded to that precision. If Triangulation_precision is omitted, the intermediate result is not rounded. Also if To currency is \"EUR\", Triangulation_precision is used as if triangulation was needed and conversion from EUR to EUR was applied."
-msgstr ""
-
-#: 04060106.xhp#par_id3143819.570.help.text
-msgid "<emph>Examples</emph>"
-msgstr "<emph>სახელი</emph>"
-
-#: 04060106.xhp#par_id3143837.571.help.text
-msgid "<item type=\"input\">=EUROCONVERT(100;\"ATS\";\"EUR\")</item> converts 100 Austrian Schillings into Euros."
-msgstr ""
-
-#: 04060106.xhp#par_id3143853.572.help.text
-msgid "<item type=\"input\">=EUROCONVERT(100;\"EUR\";\"DEM\")</item> converts 100 Euros into German Marks."
-msgstr ""
-
-#: 04060106.xhp#bm_id0908200902090676.help.text
-msgid "<bookmark_value>CONVERT function</bookmark_value>"
-msgstr "<bookmark_value>COVAR ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id0908200902074836.help.text
-msgid "CONVERT"
-msgstr "CONVERT"
-
-#: 04060106.xhp#par_id0908200902131122.help.text
-msgid "<ahelp hid=\".\">Converts a value from one unit of measurement to another unit of measurement. The conversion factors are given in a list in the configuration.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp#par_id0908200902475420.help.text
-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 ""
-
-#: 04060106.xhp#hd_id0908200902131071.help.text
-msgctxt "04060106.xhp#hd_id0908200902131071.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id0908200902131191.help.text
-msgid "CONVERT(value;\"text\";\"text\")"
-msgstr ""
-
-#: 04060106.xhp#hd_id0908200902131152.help.text
-msgctxt "04060106.xhp#hd_id0908200902131152.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id090820090213112.help.text
-msgid "<item type=\"input\">=CONVERT(100;\"ATS\";\"EUR\")</item> returns the Euro value of 100 Austrian Schillings."
-msgstr ""
-
-#: 04060106.xhp#par_id0908200902475431.help.text
-msgid "=CONVERT(100;\"EUR\";\"DEM\") converts 100 Euros into German Marks. "
-msgstr ""
-
-#: 04060106.xhp#bm_id3157177.help.text
-msgid "<bookmark_value>ODD function</bookmark_value><bookmark_value>rounding;up/down to nearest odd integer</bookmark_value>"
-msgstr "<bookmark_value>ODD ფუნქცია</bookmark_value><bookmark_value>დამრგვალება;ზემოთ/ქვემოთ უახლოეს კენტ მთელ რიცხვამდე</bookmark_value>"
-
-#: 04060106.xhp#hd_id3157177.502.help.text
-msgid "ODD"
-msgstr "ODD"
-
-#: 04060106.xhp#par_id3157205.503.help.text
-msgid "<ahelp hid=\"HID_FUNC_UNGERADE\">Rounds a positive number up to the nearest odd integer and a negative number down to the nearest odd integer.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_UNGERADE\">დადებით რიცხვს ამრგვალებს ზევით უახლოეს კენტ რიცხვამდე და უარყოფითს ქვემოთ უახლოეს კენტ რიცხვამდე.</ahelp>"
-
-#: 04060106.xhp#hd_id3157223.504.help.text
-msgctxt "04060106.xhp#hd_id3157223.504.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3157237.505.help.text
-msgid "ODD(Number)"
-msgstr "ODD(რიცხვი)"
-
-#: 04060106.xhp#par_id3157250.506.help.text
-msgid " Returns <emph>Number</emph> rounded to the next odd integer up, away from zero."
-msgstr ""
-
-#: 04060106.xhp#hd_id3157270.507.help.text
-msgctxt "04060106.xhp#hd_id3157270.507.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3157283.508.help.text
-msgid "<item type=\"input\">=ODD(1.2)</item> returns 3."
-msgstr ""
-
-#: 04060106.xhp#par_id8746910.help.text
-msgid "<item type=\"input\">=ODD(1)</item> returns 1."
-msgstr ""
-
-#: 04060106.xhp#par_id9636524.help.text
-msgid "<item type=\"input\">=ODD(0)</item> returns 1."
-msgstr ""
-
-#: 04060106.xhp#par_id5675527.help.text
-msgid "<item type=\"input\">=ODD(-3.1)</item> returns -5."
-msgstr ""
-
-#: 04060106.xhp#bm_id3157404.help.text
-msgid "<bookmark_value>FLOOR function</bookmark_value><bookmark_value>rounding;down to nearest multiple of significance</bookmark_value>"
-msgstr "<bookmark_value>CEILING ფუნქცია</bookmark_value><bookmark_value>დამრგვალება;ზემოთ მნიშვნელთა მამრავლზე</bookmark_value>"
-
-#: 04060106.xhp#hd_id3157404.512.help.text
-msgid "FLOOR"
-msgstr "FLOOR"
-
-#: 04060106.xhp#par_id3157432.513.help.text
-#, fuzzy
-msgid "<ahelp hid=\"HID_FUNC_UNTERGRENZE\">Rounds a number down to the nearest multiple of Significance.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_OBERGRENZE\">ამრგვალებს რიცხვს უახლოეს საერთო მამრავლამდე.</ahelp>"
-
-#: 04060106.xhp#hd_id3157451.514.help.text
-msgctxt "04060106.xhp#hd_id3157451.514.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3157464.515.help.text
-msgid "FLOOR(Number; Significance; Mode)"
-msgstr "FLOOR ნომერი რეჟიმი"
-
-#: 04060106.xhp#par_id3157478.516.help.text
-msgid "<emph>Number</emph> is the number that is to be rounded down."
-msgstr "<emph>რიცხვი</emph> არის ქვემოთ დასამრგვალებელი რიცხვი."
-
-#: 04060106.xhp#par_id3157497.517.help.text
-msgid "<emph>Significance</emph> is the value to whose multiple the number is to be rounded down."
-msgstr ""
-
-#: 04060106.xhp#par_id3157517.561.help.text
-msgid "<emph>Mode</emph> is an optional value. If the Mode value is given and not equal to zero, and if Number and Significance are negative, then rounding is done based on the absolute value of the number. This parameter is ignored when exporting to MS Excel as Excel does not know any third parameter."
-msgstr ""
+#. koGR
+#: func_days.xhp
+msgctxt ""
+"func_days.xhp\n"
+"par_id3159101\n"
+"123\n"
+"help.text"
+msgid "=DAYS(\"2010-01-01\"; NOW()) returns the number of days from today until January 1, 2010."
+msgstr "DAYS(\"1/1/2010\"; NOW()) აბრუნებს დღეების რაოდენობას დღეიდან 2010 წლის 1 იანვრამდე."
-#: 04060106.xhp#par_id3163894.630.help.text
-msgid "If both parameters Number and Significance are negative, and if the Mode value is equal to zero or is not specified, then the results in $[officename] Calc and Excel will differ after exporting. If you export the spreadsheet to Excel, use Mode=1 to see the same results in Excel as in Calc."
+#. _!KN
+#: func_days.xhp
+msgctxt ""
+"func_days.xhp\n"
+"par_id3163720\n"
+"172\n"
+"help.text"
+msgid "=DAYS(\"1990-10-10\";\"1980-10-10\") returns 3652 days."
msgstr ""
-#: 04060106.xhp#hd_id3163932.518.help.text
-msgctxt "04060106.xhp#hd_id3163932.518.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. /g;;
+#: 07080000.xhp
+msgctxt ""
+"07080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Split"
+msgstr "გაყოფა"
-#: 04060106.xhp#par_id3163945.519.help.text
-msgid "<item type=\"input\">=FLOOR( -11;-2)</item> returns -12"
-msgstr ""
+#. W%]P
+#: 07080000.xhp
+msgctxt ""
+"07080000.xhp\n"
+"hd_id3163800\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/07080000.xhp\" name=\"Split\">Split</link>"
+msgstr "<link href=\"text/scalc/01/07080000.xhp\" name=\"Split\">გაყოფა</link>"
-#: 04060106.xhp#par_id3163966.520.help.text
-msgid "<item type=\"input\">=FLOOR( -11;-2;0)</item> returns -12"
+#. ?ot+
+#: 07080000.xhp
+msgctxt ""
+"07080000.xhp\n"
+"par_id3150084\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SplitWindow\" visibility=\"visible\">Divides the current window at the top left corner of the active cell.</ahelp>"
msgstr ""
-#: 04060106.xhp#par_id3163988.521.help.text
-msgid "<item type=\"input\">=FLOOR( -11;-2;1)</item> returns -10"
+#. dk+W
+#: 07080000.xhp
+msgctxt ""
+"07080000.xhp\n"
+"par_id3154910\n"
+"3\n"
+"help.text"
+msgid "You can also use the mouse to split the window horizontally or vertically. To do this, drag the thick black line located directly above the vertical scrollbar or directly to the right of the horizontal scrollbar into the window. A thick black line will show where the window is split."
msgstr ""
-#: 04060106.xhp#bm_id3164086.help.text
-msgid "<bookmark_value>SIGN function</bookmark_value><bookmark_value>algebraic signs</bookmark_value>"
-msgstr "<bookmark_value>SIGN ფუნქცია</bookmark_value><bookmark_value>ალგებრული ნიშნები</bookmark_value>"
-
-#: 04060106.xhp#hd_id3164086.523.help.text
-msgid "SIGN"
-msgstr "SIGN"
-
-#: 04060106.xhp#par_id3164115.524.help.text
-msgid "<ahelp hid=\"HID_FUNC_VORZEICHEN\">Returns the sign of a number. Returns 1 if the number is positive, -1 if negative and 0 if zero.</ahelp>"
+#. %?.]
+#: 07080000.xhp
+msgctxt ""
+"07080000.xhp\n"
+"par_id3149263\n"
+"4\n"
+"help.text"
+msgid "A split window has its own scrollbars in each partial section; by contrast, <link href=\"text/scalc/01/07090000.xhp\" name=\"fixed window sections\">fixed window sections</link> are not scrollable."
msgstr ""
-#: 04060106.xhp#hd_id3164136.525.help.text
-msgctxt "04060106.xhp#hd_id3164136.525.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3164150.526.help.text
-msgid "SIGN(Number)"
-msgstr "SIGN(რიცხვი)"
-
-#: 04060106.xhp#par_id3164164.527.help.text
-msgid "<emph>Number</emph> is the number whose sign is to be determined."
-msgstr "<emph>რიცხვი</emph> რიცხვი, რომლის ნიშანიც უნდა განისაზღვროს."
-
-#: 04060106.xhp#hd_id3164183.528.help.text
-msgctxt "04060106.xhp#hd_id3164183.528.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. .TZ0
+#: 12080500.xhp
+msgctxt ""
+"12080500.xhp\n"
+"tit\n"
+"help.text"
+msgid "AutoOutline"
+msgstr "ავტომონახაზი"
-#: 04060106.xhp#par_id3164197.529.help.text
-msgid "<item type=\"input\">=SIGN(3.4)</item> returns 1."
-msgstr ""
+#. G0mi
+#: 12080500.xhp
+msgctxt ""
+"12080500.xhp\n"
+"hd_id3150275\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12080500.xhp\" name=\"AutoOutline\">AutoOutline</link>"
+msgstr "<link href=\"text/scalc/01/12080500.xhp\" name=\"AutoOutline\">ავტომონახაზი</link>"
-#: 04060106.xhp#par_id3164212.530.help.text
-msgid "<item type=\"input\">=SIGN(-4.5)</item> returns -1."
+#. i]nf
+#: 12080500.xhp
+msgctxt ""
+"12080500.xhp\n"
+"par_id3145069\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AutoOutline\">If the selected cell range contains formulas or references, $[officename] automatically outlines the selection.</ahelp>"
msgstr ""
-#: 04060106.xhp#bm_id3164252.help.text
-msgid "<bookmark_value>MROUND function</bookmark_value><bookmark_value>nearest multiple</bookmark_value>"
-msgstr "<bookmark_value>ROT13 ფუნქცია</bookmark_value><bookmark_value>ტექსტის გაშიფვრვა</bookmark_value>"
-
-#: 04060106.xhp#hd_id3164252.658.help.text
-msgid "MROUND"
-msgstr "MROUND"
+#. cJa6
+#: 12080500.xhp
+msgctxt ""
+"12080500.xhp\n"
+"par_id3148798\n"
+"10\n"
+"help.text"
+msgid "For example, consider the following table:"
+msgstr "მაგალითისთვის დააკვირდით შემდეგ ცხრილს:"
-#: 04060106.xhp#par_id3164288.659.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_MROUND\">Returns a number rounded to the nearest multiple of another number.</ahelp>"
-msgstr ""
+#. hR^N
+#: 12080500.xhp
+msgctxt ""
+"12080500.xhp\n"
+"par_id3154123\n"
+"11\n"
+"help.text"
+msgid "January"
+msgstr "იანვარი"
-#: 04060106.xhp#hd_id3164306.660.help.text
-msgctxt "04060106.xhp#hd_id3164306.660.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. --nL
+#: 12080500.xhp
+msgctxt ""
+"12080500.xhp\n"
+"par_id3154011\n"
+"12\n"
+"help.text"
+msgid "February"
+msgstr "თებერვალი"
-#: 04060106.xhp#par_id3164320.661.help.text
-msgid "MROUND(Number; Multiple)"
-msgstr "MROUND(რიცხვი; მამრავლი)"
+#. ZR$O
+#: 12080500.xhp
+msgctxt ""
+"12080500.xhp\n"
+"par_id3152460\n"
+"13\n"
+"help.text"
+msgid "March"
+msgstr "მარტი"
-#: 04060106.xhp#par_id3486434.help.text
-msgid "Returns <emph>Number</emph> rounded to the nearest multiple of <emph>Multiple</emph>. "
-msgstr ""
+#. [zh|
+#: 12080500.xhp
+msgctxt ""
+"12080500.xhp\n"
+"par_id3146119\n"
+"14\n"
+"help.text"
+msgid "1st Quarter"
+msgstr "პირველი კვარტალი"
-#: 04060106.xhp#par_id3068636.help.text
-msgid "An alternative implementation would be <item type=\"literal\">Multiple * ROUND(Number/Multiple)</item>."
-msgstr ""
+#. q9Ur
+#: 12080500.xhp
+msgctxt ""
+"12080500.xhp\n"
+"par_id3155854\n"
+"15\n"
+"help.text"
+msgid "April"
+msgstr "აპრილი"
-#: 04060106.xhp#hd_id3164333.662.help.text
-msgctxt "04060106.xhp#hd_id3164333.662.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. [#Ud
+#: 12080500.xhp
+msgctxt ""
+"12080500.xhp\n"
+"par_id3148575\n"
+"16\n"
+"help.text"
+msgid "May"
+msgstr "მაისი"
-#: 04060106.xhp#par_id3164347.663.help.text
-msgid "<item type=\"input\">=MROUND(15.5;3)</item> returns 15, as 15.5 is closer to 15 (= 3*5) than to 18 (= 3*6)."
-msgstr ""
+#. [@i3
+#: 12080500.xhp
+msgctxt ""
+"12080500.xhp\n"
+"par_id3145271\n"
+"17\n"
+"help.text"
+msgid "June"
+msgstr "ივნისი"
-#: 04060106.xhp#par_idN14DD6.help.text
-msgid "<item type=\"input\">=MROUND(1.4;0.5)</item> returns 1.5 (= 0.5*3)."
-msgstr ""
+#. oT89
+#: 12080500.xhp
+msgctxt ""
+"12080500.xhp\n"
+"par_id3145648\n"
+"18\n"
+"help.text"
+msgid "2nd Quarter"
+msgstr "მეორე კვარტალი"
-#: 04060106.xhp#bm_id3164375.help.text
-msgid "<bookmark_value>SQRT function</bookmark_value><bookmark_value>square roots;positive numbers</bookmark_value>"
-msgstr "<bookmark_value>SQRT ფუნქცია</bookmark_value><bookmark_value>კვადრატული ფესვები;დადებითი რიცხვები</bookmark_value>"
+#. X_Mm
+#: 12080500.xhp
+msgctxt ""
+"12080500.xhp\n"
+"par_id3153876\n"
+"19\n"
+"help.text"
+msgid "100"
+msgstr "100"
-#: 04060106.xhp#hd_id3164375.532.help.text
-msgid "SQRT"
-msgstr "SQRT"
+#. 9P]]
+#: 12080500.xhp
+msgctxt ""
+"12080500.xhp\n"
+"par_id3145251\n"
+"20\n"
+"help.text"
+msgid "120"
+msgstr "120"
-#: 04060106.xhp#par_id3164404.533.help.text
-msgid "<ahelp hid=\"HID_FUNC_WURZEL\">Returns the positive square root of a number.</ahelp>"
-msgstr ""
+#. y]Xk
+#: 12080500.xhp
+msgctxt ""
+"12080500.xhp\n"
+"par_id3149400\n"
+"21\n"
+"help.text"
+msgid "130"
+msgstr "130"
-#: 04060106.xhp#hd_id3164424.534.help.text
-msgctxt "04060106.xhp#hd_id3164424.534.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. p+5F
+#: 12080500.xhp
+msgctxt ""
+"12080500.xhp\n"
+"par_id3150328\n"
+"22\n"
+"help.text"
+msgid "350"
+msgstr "350"
-#: 04060106.xhp#par_id3164437.535.help.text
-msgid "SQRT(Number)"
-msgstr "SQRT(რიცხვი)"
+#. [[|f
+#: 12080500.xhp
+msgctxt ""
+"12080500.xhp\n"
+"par_id3155443\n"
+"23\n"
+"help.text"
+msgid "100"
+msgstr "100"
-#: 04060106.xhp#par_id3164451.536.help.text
-msgid "Returns the positive square root of <emph>Number</emph>."
-msgstr ""
+#. 9YaZ
+#: 12080500.xhp
+msgctxt ""
+"12080500.xhp\n"
+"par_id3153713\n"
+"24\n"
+"help.text"
+msgid "100"
+msgstr "100"
-#: 04060106.xhp#par_id6870021.help.text
-msgid " Number must be positive."
-msgstr ""
+#. !:=X
+#: 12080500.xhp
+msgctxt ""
+"12080500.xhp\n"
+"par_id3156385\n"
+"25\n"
+"help.text"
+msgid "200"
+msgstr "200"
-#: 04060106.xhp#hd_id3164471.537.help.text
-msgctxt "04060106.xhp#hd_id3164471.537.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. RfB?
+#: 12080500.xhp
+msgctxt ""
+"12080500.xhp\n"
+"par_id3145230\n"
+"26\n"
+"help.text"
+msgid "400"
+msgstr "400"
-#: 04060106.xhp#par_id3164484.538.help.text
-msgid "<item type=\"input\">=SQRT(16)</item> returns 4."
+#. ((\1
+#: 12080500.xhp
+msgctxt ""
+"12080500.xhp\n"
+"par_id3147363\n"
+"27\n"
+"help.text"
+msgid "The cells for the 1st and 2nd quarters each contain a sum formula for the three cells to their left. If you apply the <emph>AutoOutline</emph> command, the table is grouped into two quarters."
msgstr ""
-#: 04060106.xhp#par_id3591723.help.text
-msgid "<item type=\"input\">=SQRT(-16)</item> returns an <item type=\"literal\">invalid argument</item> error."
+#. L6%J
+#: 12080500.xhp
+msgctxt ""
+"12080500.xhp\n"
+"par_id3146918\n"
+"9\n"
+"help.text"
+msgid "To remove the outline, select the table, and then choose <link href=\"text/scalc/01/12080600.xhp\" name=\"Data - Group and Outline - Remove\">Data - Group and Outline - Remove</link>."
msgstr ""
-#: 04060106.xhp#bm_id3164560.help.text
-msgid "<bookmark_value>SQRTPI function</bookmark_value><bookmark_value>square roots;products of Pi</bookmark_value>"
-msgstr "<bookmark_value>SQRTPI ფუნქცია</bookmark_value><bookmark_value>კვადრატული ფესვები;Pi-ს ნამრავლები</bookmark_value>"
+#. nuBe
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Conditional Formatting"
+msgstr "პირბითი ფორმატირება"
-#: 04060106.xhp#hd_id3164560.665.help.text
-msgid "SQRTPI"
-msgstr "SQRTPI"
+#. 7,+`
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"hd_id3155132\n"
+"1\n"
+"help.text"
+msgid "Conditional Formatting"
+msgstr "პირბითი ფორმატირება"
-#: 04060106.xhp#par_id3164596.666.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_SQRTPI\">Returns the square root of (PI times a number).</ahelp>"
+#. e[cM
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"par_id3163710\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"bedingtetext\"><ahelp hid=\".uno:ConditionalFormatDialog\">Choose <emph>Conditional Formatting</emph> to define format styles depending on certain conditions.</ahelp></variable> If a style was already assigned to a cell, it remains unchanged. The style entered here is then evaluated. You can enter three conditions that query the contents of cell values or formulas. The conditions are evaluated from 1 to 3. If the condition 1 matches the condition, the defined style will be used. Otherwise, condition 2 is evaluated, and its defined style used. If this style does not match, condition 3 is evaluated."
msgstr ""
-#: 04060106.xhp#hd_id3164614.667.help.text
-msgctxt "04060106.xhp#hd_id3164614.667.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3164627.668.help.text
-msgid "SQRTPI(Number)"
-msgstr "SQRT(რიცხვი)"
-
-#: 04060106.xhp#par_id1501510.help.text
-msgid "Returns the positive square root of (PI multiplied by <emph>Number</emph>)."
-msgstr ""
+#. M4$_
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"par_id2414014\n"
+"help.text"
+msgid "To apply conditional formatting, AutoCalculate must be enabled. Choose Tools - Cell Contents - AutoCalculate (you see a check mark next to the command when AutoCalculate is enabled)."
+msgstr "-მდე ავტოგამოთვლა ჩართული ხელსაწყოები შიგთავსი ავტოგამოთვლა a -სკენ ავტოგამოთვლა ტოლია ჩართული."
-#: 04060106.xhp#par_id9929197.help.text
-msgid "This is equivalent to <item type=\"literal\">SQRT(PI()*Number)</item>."
-msgstr ""
+#. GpG\
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"bm_id3153189\n"
+"help.text"
+msgid "<bookmark_value>conditional formatting; conditions</bookmark_value>"
+msgstr "<bookmark_value>პირბითი ფორმატირება;პირობები</bookmark_value>"
-#: 04060106.xhp#hd_id3164641.669.help.text
-msgctxt "04060106.xhp#hd_id3164641.669.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. _isV
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"hd_id3153189\n"
+"18\n"
+"help.text"
+msgid "Condition 1/2/3"
+msgstr "პირობა 1/2/3"
-#: 04060106.xhp#par_id3164654.670.help.text
-msgid "<item type=\"input\">=SQRTPI(2)</item> returns the squareroot of (2PI), approximately 2.506628."
+#. :n7b
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"par_id3149413\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_CONDFORMAT:CBX_COND3\">Mark the boxes corresponding to each condition and enter the corresponding condition.</ahelp> To close the dialog, click <emph>OK</emph>."
msgstr ""
-#: 04060106.xhp#bm_id3164669.help.text
-msgid "<bookmark_value>random numbers; between limits</bookmark_value><bookmark_value>RANDBETWEEN function</bookmark_value>"
-msgstr "<bookmark_value>შემთხვევითი რიცხვები; ლიმიტებს შორის</bookmark_value><bookmark_value>RANDBETWEEN ფუნქცია</bookmark_value>"
-
-#: 04060106.xhp#hd_id3164669.671.help.text
-msgid "RANDBETWEEN"
-msgstr "RANDBETWEEN"
+#. #=P0
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"hd_id3147394\n"
+"5\n"
+"help.text"
+msgid "Cell Value / Formula"
+msgstr "უჯრის მნიშვნელობა / ფორმულა"
-#: 04060106.xhp#par_id3164711.672.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_RANDBETWEEN\">Returns an integer random number in a specified range.</ahelp>"
+#. u]Sg
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"par_id3155602\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_CONDFORMAT:LB_COND3_1\">Specifies if conditional formatting is dependent on a cell value or a formula.</ahelp> If you select a formula as a reference, the <emph>Cell Value Condition</emph> box is displayed to the right of the <emph>Cell value/Formula</emph> field. If the condition is \"Formula is\", enter a cell reference. If the cell reference is a value other than zero, the condition matches."
msgstr ""
-#: 04060106.xhp#hd_id3164745.673.help.text
-msgctxt "04060106.xhp#hd_id3164745.673.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3164758.674.help.text
-msgid "RANDBETWEEN(Bottom; Top)"
-msgstr ""
+#. nJ7#
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"hd_id3153709\n"
+"7\n"
+"help.text"
+msgid "Cell Value Condition"
+msgstr "უჯრის მნიშვნელობის მდგომარეობა"
-#: 04060106.xhp#par_id7112338.help.text
-msgid "Returns an integer random number between integers <emph>Bottom</emph> and <emph>Top</emph> (both inclusive)."
+#. _O$X
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"par_id3153764\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_CONDFORMAT:LB_COND3_2\">Choose a condition for the format to be applied to the selected cells.</ahelp>"
msgstr ""
-#: 04060106.xhp#par_id2855616.help.text
-msgctxt "04060106.xhp#par_id2855616.help.text"
-msgid "This function produces a new random number each time Calc recalculates. To force Calc to recalculate manually press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9."
-msgstr ""
+#. q1W:
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"hd_id3156384\n"
+"9\n"
+"help.text"
+msgid "Cell Style"
+msgstr "უჯრის სტილი"
-#: 04060106.xhp#par_id2091433.help.text
-msgid "To generate random numbers which never recalculate, copy cells containing this function, and use <item type=\"menuitem\">Edit - Paste Special</item> (with <item type=\"menuitem\">Paste All</item> and <item type=\"menuitem\">Formulas</item> not marked and <item type=\"menuitem\">Numbers</item> marked)."
+#. @I1O
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"par_id3145228\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_CONDFORMAT:LB_COND3_TEMPLATE\">Choose the style to be applied if the specified condition matches.</ahelp>"
msgstr ""
-#: 04060106.xhp#hd_id3164772.675.help.text
-msgctxt "04060106.xhp#hd_id3164772.675.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3164785.676.help.text
-msgid "<item type=\"input\">=RANDBETWEEN(20;30)</item> returns an integer of between 20 and 30."
+#. J2g_
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"hd_id0509200913175331\n"
+"help.text"
+msgid "New Style"
msgstr ""
-#: 04060106.xhp#bm_id3164800.help.text
-msgid "<bookmark_value>RAND function</bookmark_value><bookmark_value>random numbers;between 0 and 1</bookmark_value>"
-msgstr "<bookmark_value>RAND ფუნქცია</bookmark_value><bookmark_value>შემთხვევითი რიცხვები;0-სა და 1-ს შორის</bookmark_value>"
-
-#: 04060106.xhp#hd_id3164800.542.help.text
-msgid "RAND"
-msgstr "RAND"
-
-#: 04060106.xhp#par_id3164829.543.help.text
-msgid "<ahelp hid=\"HID_FUNC_ZUFALLSZAHL\">Returns a random number between 0 and 1.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_ZUFALLSZAHL\">აბრუნებს 0-სა და 1-ს შორის შემთხვევით რიცხვს.</ahelp>"
-
-#: 04060106.xhp#hd_id3164870.545.help.text
-msgctxt "04060106.xhp#hd_id3164870.545.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3164884.546.help.text
-msgid "RAND()"
+#. 10/.
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"par_id0509200913175368\n"
+"help.text"
+msgid "<ahelp hid=\".\">If you haven't already defined a style to be used, you can click New Style to open the Organizer tab page of the Cell Style dialog. Define a new style there and click OK.</ahelp>"
msgstr ""
-#: 04060106.xhp#par_id5092318.help.text
-msgctxt "04060106.xhp#par_id5092318.help.text"
-msgid "This function produces a new random number each time Calc recalculates. To force Calc to recalculate manually press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9."
-msgstr ""
+#. 2svd
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"hd_id3146316\n"
+"11\n"
+"help.text"
+msgid "Parameter field"
+msgstr "პარამეტრის ველი"
-#: 04060106.xhp#par_id9312417.help.text
-msgid "To generate random numbers which never recalculate, copy cells each containing =RAND(), and use <item type=\"menuitem\">Edit - Paste Special</item> (with <item type=\"menuitem\">Paste All</item> and <item type=\"menuitem\">Formulas</item> not marked and <item type=\"menuitem\">Numbers</item> marked)."
+#. Qsc}
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"par_id3155114\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_CONDFORMAT:EDT_COND3_2\" visibility=\"hidden\">Enter a reference, value or formula.</ahelp> Enter a reference, value or formula in the parameter field, or in both parameter fields if you have selected a condition that requires two parameters. You can also enter formulas containing relative references."
msgstr ""
-#: 04060106.xhp#hd_id9089022.help.text
-msgctxt "04060106.xhp#hd_id9089022.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id9569078.help.text
-msgid "<item type=\"input\">=RAND()</item> returns a random number between 0 and 1."
+#. PV,}
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"par_id3145257\n"
+"13\n"
+"help.text"
+msgid "Once the parameters have been defined, the condition is complete. It may appear as:"
msgstr ""
-#: 04060106.xhp#bm_id3164897.help.text
-msgid "<bookmark_value>COUNTIF function</bookmark_value><bookmark_value>counting;specified cells</bookmark_value>"
-msgstr "<bookmark_value>COUNTIF ფუნქცია</bookmark_value><bookmark_value>დათვლა;სპეციალური უჯრები</bookmark_value>"
-
-#: 04060106.xhp#hd_id3164897.547.help.text
-msgid "COUNTIF"
-msgstr "COUNTIF"
-
-#: 04060106.xhp#par_id3164926.548.help.text
-msgid "<ahelp hid=\"HID_FUNC_ZAEHLENWENN\">Returns the number of cells that meet with certain criteria within a cell range.</ahelp>"
+#. icsB
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"par_id3150784\n"
+"14\n"
+"help.text"
+msgid "Cell value is equal 0: Cell style Null value (You must have already defined a cell style with this name before assigning it to a condition)."
msgstr ""
-#: 04060106.xhp#hd_id3164953.549.help.text
-msgctxt "04060106.xhp#hd_id3164953.549.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060106.xhp#par_id3164967.550.help.text
-msgid "COUNTIF(Range; Criteria)"
-msgstr "COUNTIF(დიაპაზონი; კრიტერიუმი)"
-
-#: 04060106.xhp#par_id3164980.551.help.text
-msgctxt "04060106.xhp#par_id3164980.551.help.text"
-msgid "<emph>Range</emph> is the range to which the criteria are to be applied."
-msgstr "<emph>დიაპაზონი</emph> არის დიაპაზონი რომლისთვისაც კრიტერიუმი უნდა გააქტიურდეს."
-
-#: 04060106.xhp#par_id3165000.552.help.text
-msgid "<emph>Criteria</emph> indicates the criteria in the form of a number, an expression or a character string. These criteria determine which cells are counted. You may also enter a search text in the form of a regular expression, e.g. b.* for all words that begin with b. You may also indicate a cell range that contains the search criterion. If you search for literal text, enclose the text in double quotes."
+#. m1%s
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"par_id3150365\n"
+"15\n"
+"help.text"
+msgid "Cell value is between $B$20 and $B$21: Cell style Result (The corresponding value limits must already exist in cells B20 and B21)."
msgstr ""
-#: 04060106.xhp#hd_id3165037.553.help.text
-msgctxt "04060106.xhp#hd_id3165037.553.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060106.xhp#par_id3166505.627.help.text
-msgid "A1:A10 is a cell range containing the numbers <item type=\"input\">2000</item> to <item type=\"input\">2009</item>. Cell B1 contains the number <item type=\"input\">2006</item>. In cell B2, you enter a formula:"
-msgstr ""
+#. Rd4v
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"par_id3152992\n"
+"16\n"
+"help.text"
+msgid "Formula is SUM($A$1:$A$5)=10: Cell style Result (The selected cells are formatted with the Result style if the sum of the contents in cells A1 to A5 is equal to 10)."
+msgstr "ფორმულა ტოლია SUM A A შედეგი შედეგი - დუ A1 -სკენ A5 ტოლია ტოლია -სკენ."
-#: 04060106.xhp#par_id3581652.help.text
-msgid "<item type=\"input\">=COUNTIF(A1:A10;2006)</item> - this returns 1"
-msgstr ""
+#. 4yh(
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"par_idN107E1\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/guide/cellstyle_conditional.xhp#cellstyle_conditional\"/>"
+msgstr "<embedvar href=\"text/scalc/guide/cellstyle_conditional.xhp#cellstyle_conditional\"/>"
-#: 04060106.xhp#par_id708639.help.text
-msgid "<item type=\"input\">=COUNTIF(A1:A10;B1)</item> - this returns 1"
-msgstr ""
+#. :$xo
+#: 12080200.xhp
+msgctxt ""
+"12080200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Show Details"
+msgstr "დეტალების ჩვენება"
-#: 04060106.xhp#par_id5169225.help.text
-msgid "<item type=\"input\">=COUNTIF(A1:A10;\">=2006\") </item>- this returns 4"
-msgstr ""
+#. rjkq
+#: 12080200.xhp
+msgctxt ""
+"12080200.xhp\n"
+"bm_id3153561\n"
+"help.text"
+msgid "<bookmark_value>tables; showing details</bookmark_value>"
+msgstr "<bookmark_value>ცხრილები; დეტალების ჩვენება</bookmark_value>"
-#: 04060106.xhp#par_id2118594.help.text
-msgid "<item type=\"input\">=COUNTIF(A1:A10;\"<\"&B1)</item> - when B1 contains <item type=\"input\">2006</item>, this returns 6"
-msgstr ""
+#. s7dD
+#: 12080200.xhp
+msgctxt ""
+"12080200.xhp\n"
+"hd_id3153561\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12080200.xhp\" name=\"Show Details\">Show Details</link>"
+msgstr "<link href=\"text/scalc/01/12080200.xhp\" name=\"Show Details\">დეტალების ჩვენება</link>"
-#: 04060106.xhp#par_id166020.help.text
-msgid "<item type=\"input\">=COUNTIF(A1:A10;C2)</item> where cell C2 contains the text <item type=\"input\">>2006</item> counts the number of cells in the range A1:A10 which are >2006 "
+#. Sd7F
+#: 12080200.xhp
+msgctxt ""
+"12080200.xhp\n"
+"par_id3153822\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ShowDetail\">Shows the details of the grouped row or column that contains the cursor. To show the details of all of the grouped rows or columns, select the outlined table, and then choose this command.</ahelp>"
msgstr ""
-#: 04060106.xhp#par_id6386913.help.text
-msgid "To count only negative numbers: <item type=\"input\">=COUNTIF(A1:A10;\"<0\")</item>"
+#. acFa
+#: 12080200.xhp
+msgctxt ""
+"12080200.xhp\n"
+"par_id3155922\n"
+"3\n"
+"help.text"
+msgid "To hide a selected group, choose <emph>Data -Outline – </emph><link href=\"text/scalc/01/12080100.xhp\" name=\"Hide Details\"><emph>Hide Details</emph></link>."
msgstr ""
-#: 02180000.xhp#tit.help.text
-msgctxt "02180000.xhp#tit.help.text"
-msgid "Move or Copy a Sheet"
-msgstr "ფურცლის ასლი ან გადატანა"
-
-#: 02180000.xhp#bm_id3153360.help.text
-msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
-msgstr "<bookmark_value>ელექტრონული ცხრილები; გადატანა</bookmark_value><bookmark_value>ელექტრონული ცხრილები; კოპირება</bookmark_value><bookmark_value>გადატანა; ელექტრონული ცხრილები</bookmark_value><bookmark_value>კოპირება; ელექტრონული ცხრილები</bookmark_value>"
-
-#: 02180000.xhp#hd_id3153360.1.help.text
-msgctxt "02180000.xhp#hd_id3153360.1.help.text"
-msgid "Move or Copy a Sheet"
-msgstr "ფურცლის ასლი ან გადატანა"
-
-#: 02180000.xhp#par_id3154686.2.help.text
-msgid "<variable id=\"tabelleverschiebenkopierentext\"><ahelp hid=\".uno:Move\">Moves or copies a sheet to a new location in the document or to a different document.</ahelp></variable>"
-msgstr "<variable id=\"tabelleverschiebenkopierentext\"><ahelp hid=\".uno:Move\">Moves or copies a sheet to a new location in the document or to a different document.</ahelp></variable>"
-
-#: 02180000.xhp#par_id2282479.help.text
-msgid "When you copy and paste cells containing <link href=\"text/scalc/01/04060102.xhp\">date values</link> between different spreadsheets, both spreadsheet documents must be set to the same date base. If date bases differ, the displayed date values will change!"
-msgstr "When you copy and paste cells containing <link href=\"text/scalc/01/04060102.xhp\">date values</link> between different ელექტრონული ცხრილები, both spreadsheet documents must be set to the same date base. If date bases differ, the displayed date values will change!"
-
-#: 02180000.xhp#hd_id3163710.3.help.text
-msgid "To Document"
-msgstr "დოკუმენტისათვის"
-
-#: 02180000.xhp#par_id3148645.4.help.text
-#, fuzzy
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_MOVETAB:LB_DEST\">Indicates where the current sheet is to be moved or copied to.</ahelp> Select <emph>- new document -</emph> if you want to create a new location for the sheet to be moved or copied."
-msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_MOVETAB:LB_DEST\">Indicates where the current sheet is to be moved or copied to.</ahelp> Select <emph>new document</emph> if you want to create a new location for the sheet to be moved or copied."
-
-#: 02180000.xhp#hd_id3154012.5.help.text
-msgid "Insert Before"
-msgstr "წინ ჩასმა"
-
-#: 02180000.xhp#par_id3145366.6.help.text
+#. =PWp
+#: 12080200.xhp
#, fuzzy
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_MOVETAB:LB_INSERT\">The current sheet is moved or copied in front of the selected sheet.</ahelp> The <emph>- move to end position -</emph> option places the current sheet at the end."
-msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_MOVETAB:LB_INSERT\">The current sheet is moved or copied in front of the selected sheet.</ahelp> The <emph>move to end position</emph> option places the current sheet at the end."
-
-#: 02180000.xhp#hd_id3153726.7.help.text
-msgid "Copy"
-msgstr "კოპირება"
-
-#: 02180000.xhp#par_id3144764.8.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_MOVETAB:BTN_COPY\">Specifies that the sheet is to be copied. If the option is unmarked, the sheet is moved.</ahelp> Moving sheets is the default."
-msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_MOVETAB:BTN_COPY\">Specifies that the sheet is to be copied. If the option is unmarked, the sheet is moved.</ahelp> Moving sheets is the default."
-
-#: 02140500.xhp#tit.help.text
-msgctxt "02140500.xhp#tit.help.text"
-msgid "Fill Sheet"
-msgstr "ფურცლის შევსება"
-
-#: 02140500.xhp#hd_id3153897.1.help.text
-msgctxt "02140500.xhp#hd_id3153897.1.help.text"
-msgid "Fill Sheet"
-msgstr "ფურცლის შევსება"
-
-#: 02140500.xhp#par_id3150791.2.help.text
-msgid "<variable id=\"tabellenfuellentext\"><ahelp hid=\".uno:FillTable\" visibility=\"visible\">Specifies the options for transferring sheets or ranges of a certain sheet.</ahelp></variable>"
-msgstr "<variable id=\"tabellenfuellentext\"><ahelp hid=\".uno:FillTable\" visibility=\"visible\">ახასიათებს ელექტრონული ცხრილები ან დიაპაზონების ტრანსფერიზაციის პარამეტრებს განსაზღვრულ ელექტრონულ ცხრილში.</ahelp></variable>"
-
-#: 02140500.xhp#par_id3150767.3.help.text
-msgid "In contrast to copying an area to the clipboard, you can filter certain information and calculate values. This command is only visible if you have selected two sheets in the document. To select multiple sheets, click each sheet tab while pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> or Shift."
-msgstr "In contrast to copying an არე to the clipboard, you can filter certain information and calculate values. This command is only visible if you have selected two sheets in the document. To select multiple sheets, click each sheet tab while pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> or Shift."
-
-#: 02140500.xhp#hd_id3155131.4.help.text
-msgid "Filling a Sheet"
-msgstr ""
-
-#: 02140500.xhp#par_id3146119.5.help.text
-msgid "Select the entire sheet by clicking the empty gray box in the upper left of the sheet. You can also select an area of the sheet to be copied."
-msgstr "მთლიანი ფურცლის მოსანიშნად დააწკაპეთ სერ უჯრაზე ელექტრონული ცხრილის ზედა მარცხენა კუთხეში. თქვენ შეგიძლიათ აგრევვე მონიშნოთ არე ფურცელზე კოპირებისათვის."
-
-#: 02140500.xhp#par_id3153726.6.help.text
-msgid "Press <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and click the tab of the sheet where you want to insert the contents."
-msgstr "დააჭირე <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> and click the tab of the worksheet where you want to insert the contents."
-
-#: 02140500.xhp#par_id3147436.7.help.text
-msgid "Select the command <emph>Edit - Fill - Sheet</emph>. In the dialog which appears, the check box <emph>Numbers</emph> must be selected (or <emph>Paste All</emph>) if you want to combine operations with the values. You can also choose the desired operation here."
-msgstr "მონიშნეთ the command <emph>რედაქტირება - შევსება - ფურცელი</emph>. In the dialog which appears, the check box <emph>Numbers</emph> must be selected (or <emph>Paste All</emph>) if you want to combine operations with the values. You can also აირჩიეთ the desired operation here."
-
-#: 02140500.xhp#par_id3154942.8.help.text
-msgctxt "02140500.xhp#par_id3154942.8.help.text"
-msgid "Click <emph>OK</emph>."
-msgstr "დააწკაპეთ <emph>ოკ</emph>."
-
-#: 02140500.xhp#par_id3156283.9.help.text
-msgid "This dialog is similar to the <link href=\"text/shared/01/02070000.xhp\" name=\"Paste Contents\">Paste Contents</link> dialog, where you can find additional tips."
-msgstr "This dialog is similar to the <link href=\"text/shared/01/02070000.xhp\" name=\"Paste Contents\">Paste Contents</link> dialog, where you can find additional tips."
-
-#: 05080200.xhp#tit.help.text
-msgctxt "05080200.xhp#tit.help.text"
-msgid "Remove"
-msgstr "წაშლა"
-
-#: 05080200.xhp#hd_id3153562.1.help.text
-msgid "<link href=\"text/scalc/01/05080200.xhp\" name=\"Remove\">Remove</link>"
-msgstr "<link href=\"text/scalc/01/05080200.xhp\" name=\"Remove\">ამოშლა</link>"
-
-#: 05080200.xhp#par_id3148550.2.help.text
-msgid "<ahelp hid=\".uno:DeletePrintArea\">Removes the defined print area.</ahelp>"
-msgstr "<ahelp hid=\".uno:DeletePrintArea\">შლის განსაზღვრულ საბეჭდ არეს.</ahelp>"
-
-#: 12100000.xhp#tit.help.text
-msgid "Refresh Range"
-msgstr "დიაპაზონის განახლება"
-
-#: 12100000.xhp#bm_id3153662.help.text
-msgid "<bookmark_value>database ranges; refreshing</bookmark_value>"
-msgstr "<bookmark_value>მონაცემთა ბაზის დიაპაზონები; განახლება</bookmark_value>"
-
-#: 12100000.xhp#hd_id3153662.1.help.text
-msgid "<link href=\"text/scalc/01/12100000.xhp\" name=\"Refresh Range\">Refresh Range</link>"
-msgstr "<link href=\"text/scalc/01/12100000.xhp\" name=\"Refresh Range\">გვერდის განახლება</link>"
-
-#: 12100000.xhp#par_id3153088.2.help.text
-msgid "<variable id=\"aktualisieren\"><ahelp hid=\".uno:DataAreaRefresh\" visibility=\"visible\">Updates a data range that was inserted from an external database. The data in the sheet is updated to match the data in the external database.</ahelp></variable>"
-msgstr ""
-
-#: 05060000.xhp#tit.help.text
-msgid "Merge and Center Cells"
-msgstr ""
-
-#: 05060000.xhp#hd_id3149785.1.help.text
-msgid "<link href=\"text/scalc/01/05060000.xhp\" name=\"Merge and Center Cells\">Merge and Center Cells</link>"
-msgstr ""
-
-#: 05060000.xhp#par_id3151246.2.help.text
-msgid "<ahelp hid=\".\">Combines the selected cells into a single cell or splits merged cells. Aligns cell content centered.</ahelp>"
-msgstr ""
-
-#: 05060000.xhp#par_id3154020.18.help.text
-msgid "Choose <emph>Format - Merge Cells - Merge and Center Cells</emph>"
-msgstr ""
-
-#: 05060000.xhp#par_id3148552.4.help.text
-msgid "The merged cell receives the name of the first cell of the original cell range. Merged cells cannot be merged a second time with other cells. The range must form a rectangle, multiple selection is not supported."
-msgstr ""
-
-#: 05060000.xhp#par_id3149665.3.help.text
-msgid "If the cells to be merged have any contents, a security dialog is shown."
-msgstr ""
-
-#: 05060000.xhp#par_id3153718.help.text
-msgid "Merging cells can lead to calculation errors in formulas in the table."
-msgstr ""
-
-#: 12080600.xhp#tit.help.text
-msgctxt "12080600.xhp#tit.help.text"
-msgid "Remove"
-msgstr "წაშლა"
-
-#: 12080600.xhp#hd_id3148947.1.help.text
-msgid "<link href=\"text/scalc/01/12080600.xhp\" name=\"Remove\">Remove</link>"
-msgstr "<link href=\"text/scalc/01/12080600.xhp\" name=\"Remove\">ამოშლა</link>"
-
-#: 12080600.xhp#par_id3149656.2.help.text
-msgid "<ahelp hid=\".uno:ClearOutline\" visibility=\"visible\">Removes the outline from the selected cell range.</ahelp>"
-msgstr "<ahelp hid=\".uno:ClearOutline\" visibility=\"visible\">მონიშნულ უჯრების დიაპაზონს აცლის კონტურს.</ahelp>"
-
-#: func_datevalue.xhp#tit.help.text
-msgid "DATEVALUE "
-msgstr "DATEVALUE "
-
-#: func_datevalue.xhp#bm_id3145621.help.text
-msgid "<bookmark_value>DATEVALUE function</bookmark_value>"
-msgstr "<bookmark_value>DATEVALUE ფუნქცია</bookmark_value>"
-
-#: func_datevalue.xhp#hd_id3145621.18.help.text
-msgid "<variable id=\"datevalue\"><link href=\"text/scalc/01/func_datevalue.xhp\">DATEVALUE</link></variable>"
-msgstr "<variable id=\"datevalue\"><link href=\"text/scalc/01/func_datevalue.xhp\">DATEVALUE</link></variable>"
-
-#: func_datevalue.xhp#par_id3145087.19.help.text
-msgid "<ahelp hid=\"HID_FUNC_DATWERT\">Returns the internal date number for text in quotes.</ahelp>"
-msgstr ""
-
-#: func_datevalue.xhp#par_id3149281.20.help.text
-msgid "The internal date number is returned as a number. The number is determined by the date system that is used by $[officename] to calculate dates."
-msgstr ""
-
-#: func_datevalue.xhp#par_id0119200903491982.help.text
-msgid "If the text string also includes a time value, DATEVALUE only returns the integer part of the conversion."
-msgstr ""
-
-#: func_datevalue.xhp#hd_id3156294.21.help.text
-msgctxt "func_datevalue.xhp#hd_id3156294.21.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: func_datevalue.xhp#par_id3149268.22.help.text
-msgid "DATEVALUE(\"Text\")"
-msgstr "DATEVALUE(\"ტექსტი\")"
-
-#: func_datevalue.xhp#par_id3154819.23.help.text
-msgid " <emph>Text</emph> is a valid date expression and must be entered with quotation marks."
-msgstr "<emph>ტექსტი</emph> არის მართებული დროის გამოსახულება, რომელიც ბრჭყალებში უნდა ჩასვთ."
-
-#: func_datevalue.xhp#hd_id3156309.24.help.text
-msgctxt "func_datevalue.xhp#hd_id3156309.24.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: func_datevalue.xhp#par_id3155841.25.help.text
-msgid " <emph>=DATEVALUE(\"1954-07-20\")</emph> yields 19925."
-msgstr ""
+msgctxt ""
+"12080200.xhp\n"
+"par_id6036561\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12080700.xhp\">Show Details command in pivot tables</link>"
+msgstr "<link href=\"text/scalc/01/12080200.xhp\" name=\"Show Details\">დეტალების ჩვენება</link>"
-#: 04060183.xhp#tit.help.text
+#. D%y7
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"tit\n"
+"help.text"
msgid "Statistical Functions Part Three"
msgstr "სტატისტიკური ფუნქციები ნაწილი სამი"
-#: 04060183.xhp#hd_id3166425.1.help.text
+#. 3pV[
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3166425\n"
+"1\n"
+"help.text"
msgid "<variable id=\"kl\"><link href=\"text/scalc/01/04060183.xhp\" name=\"Statistical Functions Part Three\">Statistical Functions Part Three</link></variable>"
msgstr "<variable id=\"kl\"><link href=\"text/scalc/01/04060183.xhp\" name=\"Statistical Functions Part Three\">სტატისტიკური ფუნქციები ნაწილი სამი</link></variable>"
-#: 04060183.xhp#bm_id3149530.help.text
+#. l0Oi
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"bm_id3149530\n"
+"help.text"
msgid "<bookmark_value>LARGE function</bookmark_value>"
msgstr "<bookmark_value>LARGE ფუნქცია</bookmark_value>"
-#: 04060183.xhp#hd_id3149530.2.help.text
+#. ^Wsn
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3149530\n"
+"2\n"
+"help.text"
msgid "LARGE"
msgstr "LARGE"
-#: 04060183.xhp#par_id3150518.3.help.text
+#. iF)U
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3150518\n"
+"3\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_KGROESSTE\">Returns the Rank_c-th largest value in a data set.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_KGROESSTE\">აბრუნებს მონაცემთა წყობაში Rank_c-th უდიდეს მნიშვნელობას.</ahelp>"
-#: 04060183.xhp#hd_id3152990.4.help.text
-msgctxt "04060183.xhp#hd_id3152990.4.help.text"
+#. oJrM
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3152990\n"
+"4\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060183.xhp#par_id3154372.5.help.text
+#. ;p%Z
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3154372\n"
+"5\n"
+"help.text"
msgid "LARGE(Data; RankC)"
msgstr "LARGE(მონაცემები; რანგი_c)"
-#: 04060183.xhp#par_id3152986.6.help.text
-msgctxt "04060183.xhp#par_id3152986.6.help.text"
+#. KJy|
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3152986\n"
+"6\n"
+"help.text"
msgid "<emph>Data</emph> is the cell range of data."
msgstr "<emph>მონაცემი</emph> არის მონაცემთა უჯრათა დიაპაზონი."
-#: 04060183.xhp#par_id3156448.7.help.text
+#. */Y,
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3156448\n"
+"7\n"
+"help.text"
msgid "<emph>RankC</emph> is the ranking of the value."
msgstr "<emph>რანგი_c</emph> არის მნიშვნელობის რანგი."
-#: 04060183.xhp#hd_id3152889.8.help.text
-msgctxt "04060183.xhp#hd_id3152889.8.help.text"
+#. :R[\
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3152889\n"
+"8\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060183.xhp#par_id3148702.9.help.text
+#. L`U]
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3148702\n"
+"9\n"
+"help.text"
msgid "<item type=\"input\">=LARGE(A1:C50;2)</item> gives the second largest value in A1:C50."
msgstr ""
-#: 04060183.xhp#bm_id3154532.help.text
+#. @V[F
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"bm_id3154532\n"
+"help.text"
msgid "<bookmark_value>SMALL function</bookmark_value>"
msgstr "<bookmark_value>SMALL ფუნქცია</bookmark_value>"
-#: 04060183.xhp#hd_id3154532.11.help.text
+#. Xl]R
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3154532\n"
+"11\n"
+"help.text"
msgid "SMALL"
msgstr "SMALL"
-#: 04060183.xhp#par_id3157981.12.help.text
+#. 1Wp#
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3157981\n"
+"12\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_KKLEINSTE\">Returns the Rank_c-th smallest value in a data set.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_KKLEINSTE\">აბრუნებს მონაცემთა წყობაში Rank_c-th უმცირეს მნიშვნელობას.</ahelp>"
-#: 04060183.xhp#hd_id3154957.13.help.text
-msgctxt "04060183.xhp#hd_id3154957.13.help.text"
+#. J6w.
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3154957\n"
+"13\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060183.xhp#par_id3153974.14.help.text
+#. b0r-
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3153974\n"
+"14\n"
+"help.text"
msgid "SMALL(Data; RankC)"
msgstr "SMALL(მონაცემები; რანგი_c)"
-#: 04060183.xhp#par_id3154540.15.help.text
-msgctxt "04060183.xhp#par_id3154540.15.help.text"
+#. GXAX
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3154540\n"
+"15\n"
+"help.text"
msgid "<emph>Data</emph> is the cell range of data."
msgstr "<emph>მონაცემები</emph> ეს არის მონაცემთა უჯრების დიაპაზონი."
-#: 04060183.xhp#par_id3155094.16.help.text
+#. TkEZ
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3155094\n"
+"16\n"
+"help.text"
msgid "<emph>RankC</emph> is the rank of the value."
msgstr "<emph>რანგი_c</emph> არის მნიშვნელობის რანგი."
-#: 04060183.xhp#hd_id3153247.17.help.text
-msgctxt "04060183.xhp#hd_id3153247.17.help.text"
+#. -NlO
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3153247\n"
+"17\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060183.xhp#par_id3149897.18.help.text
+#. {^EE
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3149897\n"
+"18\n"
+"help.text"
msgid "<item type=\"input\">=SMALL(A1:C50;2)</item> gives the second smallest value in A1:C50."
msgstr ""
-#: 04060183.xhp#bm_id3153559.help.text
+#. *=$p
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"bm_id3153559\n"
+"help.text"
msgid "<bookmark_value>CONFIDENCE function</bookmark_value>"
msgstr "<bookmark_value>CONFIDENCE ფუნქცია</bookmark_value>"
-#: 04060183.xhp#hd_id3153559.20.help.text
+#. |6jr
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3153559\n"
+"20\n"
+"help.text"
msgid "CONFIDENCE"
msgstr "CONFIDENCE"
-#: 04060183.xhp#par_id3153814.21.help.text
+#. m++F
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3153814\n"
+"21\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_KONFIDENZ\">Returns the (1-alpha) confidence interval for a normal distribution.</ahelp>"
msgstr ""
-#: 04060183.xhp#hd_id3149315.22.help.text
-msgctxt "04060183.xhp#hd_id3149315.22.help.text"
+#. hHZQ
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3149315\n"
+"22\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060183.xhp#par_id3147501.23.help.text
+#. Qj/M
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3147501\n"
+"23\n"
+"help.text"
msgid "CONFIDENCE(Alpha; StDev; Size)"
msgstr "CONFIDENCE(ალფა; STDEV; ზომა)"
-#: 04060183.xhp#par_id3149872.24.help.text
+#. /[T0
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3149872\n"
+"24\n"
+"help.text"
msgid "<emph>Alpha</emph> is the level of the confidence interval."
msgstr ""
-#: 04060183.xhp#par_id3145324.25.help.text
+#. .7g9
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3145324\n"
+"25\n"
+"help.text"
msgid "<emph>StDev</emph> is the standard deviation for the total population."
msgstr "<emph>STDEV</emph> არის სრულ მოსახლეობაში სტანდარტული გადახრა."
-#: 04060183.xhp#par_id3153075.26.help.text
+#. )c;#
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3153075\n"
+"26\n"
+"help.text"
msgid "<emph>Size</emph> is the size of the total population."
msgstr "<emph>ზომა</emph> არის მოსახლეობის სრული ზომა."
-#: 04060183.xhp#hd_id3150435.27.help.text
-msgctxt "04060183.xhp#hd_id3150435.27.help.text"
+#. q*2r
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3150435\n"
+"27\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060183.xhp#par_id3153335.28.help.text
+#. ,D(`
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3153335\n"
+"28\n"
+"help.text"
msgid "<item type=\"input\">=CONFIDENCE(0.05;1.5;100)</item> gives 0.29."
msgstr ""
-#: 04060183.xhp#bm_id3148746.help.text
+#. _a*Q
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"bm_id3148746\n"
+"help.text"
msgid "<bookmark_value>CORREL function</bookmark_value><bookmark_value>coefficient of correlation</bookmark_value>"
msgstr "<bookmark_value>CORREL ფუნქცია</bookmark_value><bookmark_value>კორელაციის ფუნქცია</bookmark_value>"
-#: 04060183.xhp#hd_id3148746.30.help.text
+#. 0]*G
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3148746\n"
+"30\n"
+"help.text"
msgid "CORREL"
msgstr "CORREL"
-#: 04060183.xhp#par_id3147299.31.help.text
+#. FJ[V
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3147299\n"
+"31\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_KORREL\">Returns the correlation coefficient between two data sets.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_KORREL\">აბრუნებს მონაცემთა ორ წყობაში კორელაციის კოეფიციენტს.</ahelp>"
-#: 04060183.xhp#hd_id3156397.32.help.text
-msgctxt "04060183.xhp#hd_id3156397.32.help.text"
+#. f{z@
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3156397\n"
+"32\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060183.xhp#par_id3153023.33.help.text
+#. ny96
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3153023\n"
+"33\n"
+"help.text"
msgid "CORREL(Data1; Data2)"
msgstr "CORREL(მონაცემები_1; მონაცემები_2)"
-#: 04060183.xhp#par_id3150036.34.help.text
-msgctxt "04060183.xhp#par_id3150036.34.help.text"
+#. m4rZ
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3150036\n"
+"34\n"
+"help.text"
msgid "<emph>Data1</emph> is the first data set."
msgstr "<emph>მონაცემი_1</emph> არის მონაცემთა პირველი წყობა."
-#: 04060183.xhp#par_id3153021.35.help.text
-msgctxt "04060183.xhp#par_id3153021.35.help.text"
+#. z)ho
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3153021\n"
+"35\n"
+"help.text"
msgid "<emph>Data2</emph> is the second data set."
msgstr "<emph>მონაცემი_2</emph> არის მონაცემთა მეორე წყობა."
-#: 04060183.xhp#hd_id3149720.36.help.text
-msgctxt "04060183.xhp#hd_id3149720.36.help.text"
+#. xjg9
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3149720\n"
+"36\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060183.xhp#par_id3149941.37.help.text
+#. G=lC
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3149941\n"
+"37\n"
+"help.text"
msgid "<item type=\"input\">=CORREL(A1:A50;B1:B50)</item> calculates the correlation coefficient as a measure of the linear correlation of the two data sets."
msgstr ""
-#: 04060183.xhp#bm_id3150652.help.text
+#. nV2r
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"bm_id3150652\n"
+"help.text"
msgid "<bookmark_value>COVAR function</bookmark_value>"
msgstr "<bookmark_value>COVAR ფუნქცია</bookmark_value>"
-#: 04060183.xhp#hd_id3150652.39.help.text
+#. [Fr$
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3150652\n"
+"39\n"
+"help.text"
msgid "COVAR"
msgstr "COVAR"
-#: 04060183.xhp#par_id3146875.40.help.text
+#. L*C2
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3146875\n"
+"40\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_KOVAR\">Returns the covariance of the product of paired deviations.</ahelp>"
msgstr ""
-#: 04060183.xhp#hd_id3149013.41.help.text
-msgctxt "04060183.xhp#hd_id3149013.41.help.text"
+#. +i$/
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3149013\n"
+"41\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060183.xhp#par_id3150740.42.help.text
+#. KcFJ
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3150740\n"
+"42\n"
+"help.text"
msgid "COVAR(Data1; Data2)"
msgstr "COVAR(მონაცემები_1; მონაცემები_2)"
-#: 04060183.xhp#par_id3145827.43.help.text
-msgctxt "04060183.xhp#par_id3145827.43.help.text"
+#. 6-${
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3145827\n"
+"43\n"
+"help.text"
msgid "<emph>Data1</emph> is the first data set."
msgstr "<emph>მონაცემი_1</emph> არის მონაცემთა პირველი წყობა."
-#: 04060183.xhp#par_id3150465.44.help.text
-msgctxt "04060183.xhp#par_id3150465.44.help.text"
+#. 9a1_
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3150465\n"
+"44\n"
+"help.text"
msgid "<emph>Data2</emph> is the second data set."
msgstr "<emph>მონაცემი_2</emph> არის მონაცემთა მეორე წყობა."
-#: 04060183.xhp#hd_id3154677.45.help.text
-msgctxt "04060183.xhp#hd_id3154677.45.help.text"
+#. s+g\
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3154677\n"
+"45\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060183.xhp#par_id3144748.46.help.text
+#. ivo#
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3144748\n"
+"46\n"
+"help.text"
msgid "<item type=\"input\">=COVAR(A1:A30;B1:B30)</item>"
msgstr ""
-#: 04060183.xhp#bm_id3147472.help.text
+#. $W^w
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"bm_id3147472\n"
+"help.text"
msgid "<bookmark_value>CRITBINOM function</bookmark_value>"
msgstr "<bookmark_value>CRITBINOM ფუნქცია</bookmark_value>"
-#: 04060183.xhp#hd_id3147472.48.help.text
+#. b#n{
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3147472\n"
+"48\n"
+"help.text"
msgid "CRITBINOM"
msgstr "CRITBINOM"
-#: 04060183.xhp#par_id3149254.49.help.text
+#. gt5X
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3149254\n"
+"49\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_KRITBINOM\">Returns the smallest value for which the cumulative binomial distribution is less than or equal to a criterion value.</ahelp>"
msgstr ""
-#: 04060183.xhp#hd_id3153930.50.help.text
-msgctxt "04060183.xhp#hd_id3153930.50.help.text"
+#. (@pR
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3153930\n"
+"50\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060183.xhp#par_id3148586.51.help.text
+#. r7kB
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3148586\n"
+"51\n"
+"help.text"
msgid "CRITBINOM(Trials; SP; Alpha)"
msgstr ""
-#: 04060183.xhp#par_id3145593.52.help.text
+#. *Hi|
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3145593\n"
+"52\n"
+"help.text"
msgid "<emph>Trials</emph> is the total number of trials."
msgstr "<emph>თვლა_1</emph> ობიექტების სრული რაოდენობა."
-#: 04060183.xhp#par_id3153084.53.help.text
+#. z[6L
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3153084\n"
+"53\n"
+"help.text"
msgid "<emph>SP</emph> is the probability of success for one trial."
msgstr "<emph>SP</emph> არის ცდის წარმატების ალბათობა."
-#: 04060183.xhp#par_id3149726.54.help.text
+#. |H^8
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3149726\n"
+"54\n"
+"help.text"
msgid "<emph>Alpha</emph> is the threshold probability to be reached or exceeded."
msgstr ""
-#: 04060183.xhp#hd_id3148752.55.help.text
-msgctxt "04060183.xhp#hd_id3148752.55.help.text"
+#. _5l?
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3148752\n"
+"55\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060183.xhp#par_id3148740.56.help.text
+#. w#G(
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3148740\n"
+"56\n"
+"help.text"
msgid "<item type=\"input\">=CRITBINOM(100;0.5;0.1)</item> yields 44."
msgstr ""
-#: 04060183.xhp#bm_id3155956.help.text
+#. K9,8
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"bm_id3155956\n"
+"help.text"
msgid "<bookmark_value>KURT function</bookmark_value>"
msgstr "<bookmark_value>KURT ფუნქცია</bookmark_value>"
-#: 04060183.xhp#hd_id3155956.58.help.text
+#. FC@7
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3155956\n"
+"58\n"
+"help.text"
msgid "KURT"
msgstr "KURT"
-#: 04060183.xhp#par_id3153108.59.help.text
+#. +7:P
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3153108\n"
+"59\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_KURT\">Returns the kurtosis of a data set (at least 4 values required).</ahelp>"
msgstr ""
-#: 04060183.xhp#hd_id3150334.60.help.text
-msgctxt "04060183.xhp#hd_id3150334.60.help.text"
+#. O`d2
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3150334\n"
+"60\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060183.xhp#par_id3154508.61.help.text
+#. gLn*
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3154508\n"
+"61\n"
+"help.text"
msgid "KURT(Number1; Number2; ...Number30)"
msgstr "KURT(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
-#: 04060183.xhp#par_id3145167.62.help.text
+#. |svS
+#: 04060183.xhp
+#, fuzzy
+msgctxt ""
+"04060183.xhp\n"
+"par_id3145167\n"
+"62\n"
+"help.text"
msgid "<emph>Number1,Number2,...Number30</emph> are numeric arguments or ranges representing a random sample of distribution."
-msgstr ""
+msgstr "<emph>რიცხვი 1; რიცხვი 2;...რიცხვი 30</emph> არის შერჩევის ამსახველი დიაპაზონის ციფრული მნიშვნელობები."
-#: 04060183.xhp#hd_id3158000.63.help.text
-msgctxt "04060183.xhp#hd_id3158000.63.help.text"
+#. ,Iz:
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3158000\n"
+"63\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060183.xhp#par_id3150016.64.help.text
+#. Q!r6
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3150016\n"
+"64\n"
+"help.text"
msgid "<item type=\"input\">=KURT(A1;A2;A3;A4;A5;A6)</item>"
msgstr ""
-#: 04060183.xhp#bm_id3150928.help.text
+#. 9jsC
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"bm_id3150928\n"
+"help.text"
msgid "<bookmark_value>LOGINV function</bookmark_value><bookmark_value>inverse of lognormal distribution</bookmark_value>"
msgstr "<bookmark_value>LOGINV ფუნქცია</bookmark_value><bookmark_value>ლოგიკური განაწილების შებრუნება</bookmark_value>"
-#: 04060183.xhp#hd_id3150928.66.help.text
+#. hQ}*
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3150928\n"
+"66\n"
+"help.text"
msgid "LOGINV"
msgstr "LOGINV"
-#: 04060183.xhp#par_id3145297.67.help.text
+#. WC|1
+#: 04060183.xhp
#, fuzzy
+msgctxt ""
+"04060183.xhp\n"
+"par_id3145297\n"
+"67\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_LOGINV\">Returns the inverse of the lognormal distribution.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_TINV\">აბრუნებს t-განაწილების ინვერსიას.</ahelp>"
-#: 04060183.xhp#hd_id3151016.68.help.text
-msgctxt "04060183.xhp#hd_id3151016.68.help.text"
+#. F`Uw
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3151016\n"
+"68\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060183.xhp#par_id3153049.69.help.text
+#. +3TN
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3153049\n"
+"69\n"
+"help.text"
msgid "LOGINV(Number; Mean; StDev)"
msgstr "LOGINV(რიცხვი; მნიშვნელობა; STDEV)"
-#: 04060183.xhp#par_id3148390.70.help.text
+#. aq7S
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3148390\n"
+"70\n"
+"help.text"
msgid "<emph>Number</emph> is the probability value for which the inverse standard logarithmic distribution is to be calculated."
msgstr "<emph>რიცხვი</emph> არის ალბათობა რომლისთვისაც სტანდარტული ნორმალური გადახრა უნდა გამოითვალოს."
-#: 04060183.xhp#par_id3149538.71.help.text
+#. C_)X
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3149538\n"
+"71\n"
+"help.text"
msgid "<emph>Mean</emph> is the arithmetic mean of the standard logarithmic distribution."
msgstr "<emph>საშუალო</emph> სტანდარტული ლოგარითმული განაწილების საშუალო არითმეტიკული."
-#: 04060183.xhp#par_id3145355.72.help.text
+#. ov^!
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3145355\n"
+"72\n"
+"help.text"
msgid "<emph>StDev</emph> is the standard deviation of the standard logarithmic distribution."
msgstr "<emph>STDEV</emph> სტანდარტული ლოგარითმული განაწილების სტანდარტული გადახრა."
-#: 04060183.xhp#hd_id3148768.73.help.text
-msgctxt "04060183.xhp#hd_id3148768.73.help.text"
+#. *2Kh
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3148768\n"
+"73\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060183.xhp#par_id3155623.74.help.text
+#. kWiO
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3155623\n"
+"74\n"
+"help.text"
msgid "<item type=\"input\">=LOGINV(0.05;0;1)</item> returns 0.19."
msgstr ""
-#: 04060183.xhp#bm_id3158417.help.text
+#. $r6!
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"bm_id3158417\n"
+"help.text"
msgid "<bookmark_value>LOGNORMDIST function</bookmark_value><bookmark_value>cumulative lognormal distribution</bookmark_value>"
msgstr "<bookmark_value>LOGNORMDIST ფუნქცია</bookmark_value><bookmark_value>სრული ლოგარითმული განაწილება</bookmark_value>"
-#: 04060183.xhp#hd_id3158417.76.help.text
+#. 6u0-
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3158417\n"
+"76\n"
+"help.text"
msgid "LOGNORMDIST"
msgstr "LOGNORMDIST"
-#: 04060183.xhp#par_id3154953.77.help.text
+#. K9Im
+#: 04060183.xhp
#, fuzzy
+msgctxt ""
+"04060183.xhp\n"
+"par_id3154953\n"
+"77\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_LOGNORMVERT\">Returns the cumulative lognormal distribution.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_NEGBINOMVERT\">აბრუნებს უარყოფით ბინომინალურ განაწილებას.</ahelp>"
-#: 04060183.xhp#hd_id3150474.78.help.text
-msgctxt "04060183.xhp#hd_id3150474.78.help.text"
+#. *v%0
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3150474\n"
+"78\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060183.xhp#par_id3150686.79.help.text
+#. N.m+
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3150686\n"
+"79\n"
+"help.text"
msgid "LOGNORMDIST(Number; Mean; StDev; Cumulative)"
msgstr ""
-#: 04060183.xhp#par_id3154871.80.help.text
+#. )5gG
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3154871\n"
+"80\n"
+"help.text"
msgid "<emph>Number</emph> is the probability value for which the standard logarithmic distribution is to be calculated."
msgstr "<emph>რიცხვი</emph> არის ალბათობა რომლისთვისაც სტანდარტული ნორმალური გადახრა უნდა გამოითვალოს."
-#: 04060183.xhp#par_id3155820.81.help.text
+#. DB-6
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3155820\n"
+"81\n"
+"help.text"
msgid "<emph>Mean</emph> (optional) is the mean value of the standard logarithmic distribution."
msgstr "<emph>საშუალო</emph> სტანდარტული ლოგარითმული განაწილების საშუალო არითმეტიკული."
-#: 04060183.xhp#par_id3155991.82.help.text
+#. aMDn
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3155991\n"
+"82\n"
+"help.text"
msgid "<emph>StDev</emph> (optional) is the standard deviation of the standard logarithmic distribution."
msgstr "<emph>STDEV</emph> სტანდარტული ლოგარითმული განაწილების სტანდარტული გადახრა."
-#: 04060183.xhp#par_id3155992.help.text
+#. S2?a
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3155992\n"
+"help.text"
msgid "<emph>Cumulative</emph> (optional) = 0 calculates the density function, Cumulative = 1 calculates the distribution."
msgstr ""
-#: 04060183.xhp#hd_id3153178.83.help.text
-msgctxt "04060183.xhp#hd_id3153178.83.help.text"
+#. ^Xh1
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3153178\n"
+"83\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060183.xhp#par_id3149778.84.help.text
+#. uOa@
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3149778\n"
+"84\n"
+"help.text"
msgid "<item type=\"input\">=LOGNORMDIST(0.1;0;1)</item> returns 0.01."
msgstr ""
-#: 02140200.xhp#tit.help.text
-msgctxt "02140200.xhp#tit.help.text"
-msgid "Right"
-msgstr "მარჯვენა"
-
-#: 02140200.xhp#hd_id3153896.1.help.text
-msgid "<link href=\"text/scalc/01/02140200.xhp\" name=\"Right\">Right</link>"
-msgstr "<link href=\"text/scalc/01/02140200.xhp\" name=\"Right\">მარჯვნივ</link>"
-
-#: 02140200.xhp#par_id3153361.2.help.text
-msgid "<ahelp hid=\".uno:FillRight\" visibility=\"visible\">Fills a selected range of at least two columns with the contents of the left most cell.</ahelp>"
-msgstr "<ahelp hid=\".uno:FillRight\" visibility=\"visible\">შეავსებს მონიშნულ დიაპაზონსმ მინიმუმ ორ სვეტს დიაპაზონის ყველაზე მარცხენა უჯრის მნიშვნელობით.</ahelp>"
-
-#: 02140200.xhp#par_id3154684.3.help.text
-msgid "If a range of only one row is selected, the contents of the far left cell are copied to all the other selected cells. If you have selected several rows, each of the far left cells is copied into those cells to the right."
-msgstr "თუ მონიშნული დიაპაზონი არის მხოლოდ ერთი სტრიქონი, მაშინ კიდურა მარცხენა უჯრის შემადგენლობა კოპირდება ყველ დანარჩენში მონიშნულში. თუ მონიშნული რამოდენიმე სტრიქონი, მაშინ მითითებული მარცხენა უჯრა კოპირებული იქნება მარჯვნივ."
-
-#: 06060100.xhp#tit.help.text
-msgctxt "06060100.xhp#tit.help.text"
-msgid "Protecting Sheet"
-msgstr "ფურცლის დაცვა"
+#. YO]S
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Names"
+msgstr "სახელები"
-#: 06060100.xhp#hd_id3153087.1.help.text
-msgctxt "06060100.xhp#hd_id3153087.1.help.text"
-msgid "Protecting Sheet"
-msgstr "ფურცლის დაცვა"
+#. uf:/
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"hd_id3153951\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04070000.xhp\" name=\"Names\">Names</link>"
+msgstr "<link href=\"text/scalc/01/04070000.xhp\" name=\"Names\">სახელები</link>"
-#: 06060100.xhp#par_id3148664.2.help.text
-msgid "<variable id=\"tabelletext\"><ahelp hid=\".uno:Protect\">Protects the cells in the current sheet from being modified.</ahelp></variable> Choose <emph>Tools - Protect Document - Sheet</emph> to open the <emph>Protect Sheet</emph> dialog in which you then specify sheet protection with or without a password."
+#. 7^%V
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"par_id3145801\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Allows you to name the different sections of your spreadsheet document.</ahelp> By naming the different sections, you can easily <link href=\"text/scalc/01/02110000.xhp\" name=\"navigate\">navigate</link> through the spreadsheet documents and find specific information."
msgstr ""
-#: 06060100.xhp#par_id3149664.5.help.text
-msgid "To protect cells from further editing, the <emph>Protected</emph> check box must be checked on the <link href=\"text/scalc/01/05020600.xhp\" name=\"Format - Cells - Cell Protection\"><emph>Format - Cells - Cell Protection</emph></link> tab page or on the <emph>Format Cells</emph> context menu."
-msgstr ""
+#. )UCS
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"hd_id3153878\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04070100.xhp\" name=\"Define\">Define</link>"
+msgstr "<link href=\"text/scalc/01/04070100.xhp\" name=\"Define\">განსაზღვრა</link>"
-#: 06060100.xhp#par_id3154490.8.help.text
-msgid "Unprotected cells or cell ranges can be set up on a protected sheet by using the <emph>Tools - Protect Document - Sheet</emph> and <emph>Format - Cells - Cell Protection</emph> menus: "
-msgstr ""
+#. 5b6T
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"hd_id3146969\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04070200.xhp\" name=\"Insert\">Insert</link>"
+msgstr "<link href=\"text/scalc/01/04070200.xhp\" name=\"Insert\">ჩამატება</link>"
-#: 06060100.xhp#par_id3149123.16.help.text
-msgid "Select the cells that will be unprotected"
-msgstr "აირჩიეთ დასაცავი უჯრები"
+#. Sm0\
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"hd_id3155764\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04070300.xhp\" name=\"Apply\">Apply</link>"
+msgstr "<link href=\"text/scalc/01/04070300.xhp\" name=\"Apply\">გამოყენება</link>"
-#: 06060100.xhp#par_id3150329.17.help.text
-msgid "Select <emph>Format - Cells - Cell Protection</emph>. Unmark the <emph>Protected</emph> box and click <emph>OK</emph>."
-msgstr ""
+#. K9#-
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"hd_id3156382\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04070400.xhp\" name=\"Labels\">Labels</link>"
+msgstr "<link href=\"text/scalc/01/04070400.xhp\" name=\"Labels\">ეტიკეტები</link>"
-#: 06060100.xhp#par_id3156384.18.help.text
-msgid "On the <emph>Tools - Protect Document - Sheet</emph> menu, activate protection for the sheet. Effective immediately, only the cell range you selected in step 1 can be edited."
-msgstr ""
+#. hbe:
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Show Sheet"
+msgstr "ფურცელის ჩვენება"
-#: 06060100.xhp#par_id3149566.9.help.text
-msgid "To later change an unprotected area to a protected area, select the range. Next, on the <emph>Format - Cells - Cell Protection</emph> tab page, check the <emph>Protected</emph> box. Finally, choose the <emph>Tools - Protect Document - Sheet </emph>menu. The previously editable range is now protected."
-msgstr ""
+#. shyR
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"bm_id3148946\n"
+"help.text"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
+msgstr "<bookmark_value>ფურცლები; ასახვა</bookmark_value><bookmark_value>ასახვა; ფურცლები</bookmark_value>"
-#: 06060100.xhp#par_id3153964.10.help.text
-msgid "Sheet protection also affects the context menu of the sheet tabs at the bottom of the screen. The <emph>Delete</emph> and <emph>Rename</emph> commands cannot be selected."
-msgstr ""
+#. 7v{s
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"hd_id3148946\n"
+"1\n"
+"help.text"
+msgid "Show Sheet"
+msgstr "ფურცელის ჩვენება"
-#: 06060100.xhp#par_id3150301.19.help.text
-msgid "If a sheet is protected, you will not be able to modify or delete any Cell Styles."
+#. pfv#
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id3148799\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
msgstr ""
-#: 06060100.xhp#par_id3154656.3.help.text
-msgid "A protected sheet or cell range can no longer be modified until this protection is disabled. To disable the protection, choose the <emph>Tools - Protect Document - Sheet</emph> command. If no password was set, the sheet protection is immediately disabled. If the sheet was password protected, the <emph>Remove Protection</emph> dialog opens, where you must enter the password."
-msgstr ""
+#. uFN+
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"hd_id3151112\n"
+"3\n"
+"help.text"
+msgid "Hidden sheets"
+msgstr "დამალული ფურცლები"
-#: 06060100.xhp#par_id3149815.11.help.text
-msgid "Once saved, protected sheets can only be saved again by using the <emph>File - Save As</emph> command."
+#. }i5X
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id3145273\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:MULTILISTBOX:RID_SCDLG_SHOW_TAB:LB_ENTRYLIST\" visibility=\"visible\">Displays a list of all hidden sheets in your spreadsheet document.</ahelp> To show a certain sheet, click the corresponding entry on the list and confirm with OK."
msgstr ""
-#: 06060100.xhp#hd_id3150206.4.help.text
-msgctxt "06060100.xhp#hd_id3150206.4.help.text"
-msgid "Password (optional)"
-msgstr "პაროლი (არასავალდებულო)"
+#. FsYX
+#: 06990000.xhp
+msgctxt ""
+"06990000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Cell Contents"
+msgstr "უჯრების შიგთავსი"
-#: 06060100.xhp#par_id3152990.7.help.text
-msgid "<ahelp hid=\".uno:Protect\">Allows you to enter a password to protect the sheet from unauthorized changes.</ahelp>"
-msgstr ""
+#. +smV
+#: 06990000.xhp
+msgctxt ""
+"06990000.xhp\n"
+"hd_id3153087\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06990000.xhp\" name=\"Cell Contents\">Cell Contents</link>"
+msgstr "<link href=\"text/scalc/01/06990000.xhp\" name=\"Cell Contents\">უჯრების შიგთავსი</link>"
-#: 06060100.xhp#par_id3148700.12.help.text
-msgid "Complete protection of your work can be achieved by combining both options on the <emph>Tools - Protect Document</emph> menu, including password protection. To prohibit opening the document altogether, in the <emph>Save</emph> dialog mark the <emph>Save with password</emph> box before you click the <emph>Save</emph> button."
-msgstr ""
+#. NMr\
+#: 06990000.xhp
+msgctxt ""
+"06990000.xhp\n"
+"par_id3145674\n"
+"2\n"
+"help.text"
+msgid "Opens a submenu with commands to calculate tables and activate AutoInput."
+msgstr "ხსნის ქვემენიუს ცხრილების გამოსათვლელად და ანტიშეტანის გასააქტიურებლად."
-#: func_edate.xhp#tit.help.text
-msgid "EDATE"
-msgstr "EDATE"
+#. Z4b(
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Select Source"
+msgstr "წყაროს არჩევა"
-#: func_edate.xhp#bm_id3151184.help.text
-msgid "<bookmark_value>EDATE function</bookmark_value>"
-msgstr "<bookmark_value>EDATE ფუნქცია</bookmark_value>"
+#. sil!
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"hd_id3153663\n"
+"1\n"
+"help.text"
+msgid "Select Source"
+msgstr "წყაროს არჩევა"
-#: func_edate.xhp#hd_id3151184.213.help.text
-msgid "<variable id=\"edate\"><link href=\"text/scalc/01/func_edate.xhp\">EDATE</link></variable>"
-msgstr "<variable id=\"edate\"><link href=\"text/scalc/01/func_edate.xhp\">EDATE</link></variable>"
+#. $N!G
+#: 12090100.xhp
+#, fuzzy
+msgctxt ""
+"12090100.xhp\n"
+"par_id3145119\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DataDataPilotRun\">Opens a dialog where you can select the source for your pivot table, and then create your table.</ahelp>"
+msgstr "<ahelp hid=\".uno:OpenTemplate\">ხსნის დიალოგს სადაც შეგიძლიათ მონიშნოთ შაბლონი რედაქტირებისთვის.</ahelp>"
-#: func_edate.xhp#par_id3150880.214.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_EDATE\">The result is a date which is a number of m<emph>onths</emph> away from the <emph>start date</emph>. Only months are considered; days are not used for calculation.</ahelp>"
-msgstr ""
+#. nQuP
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"hd_id3154760\n"
+"5\n"
+"help.text"
+msgid "Selection"
+msgstr "მონიშვნა"
-#: func_edate.xhp#hd_id3154647.215.help.text
-msgctxt "func_edate.xhp#hd_id3154647.215.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. OFEQ
+#: 12090100.xhp
+#, fuzzy
+msgctxt ""
+"12090100.xhp\n"
+"par_id3150543\n"
+"6\n"
+"help.text"
+msgid "Select a data source for the pivot table."
+msgstr "ნაერთი ცხრილის წყაროს არჩევა."
-#: func_edate.xhp#par_id3153212.216.help.text
-msgid "EDATE(StartDate; Months)"
-msgstr "EDATE(საწყისი თარიღი;თვეები)"
+#. Q.+-
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"hd_id3148799\n"
+"7\n"
+"help.text"
+msgid "Current Selection"
+msgstr "მიმდინარე არჩევა"
-#: func_edate.xhp#par_id3146860.217.help.text
-msgid "<emph>StartDate</emph> is a date."
-msgstr "<emph>საწყისი თარიღი</emph>: თარიღი."
+#. )uF:
+#: 12090100.xhp
+#, fuzzy
+msgctxt ""
+"12090100.xhp\n"
+"par_id3125865\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\".\">Uses the selected cells as the data source for the pivot table.</ahelp>"
+msgstr "<ahelp hid=\".\">შლის მონიშნულ ველს სხვა სიიდან.</ahelp>"
-#: func_edate.xhp#par_id3152929.218.help.text
-msgctxt "func_edate.xhp#par_id3152929.218.help.text"
-msgid "<emph>Months</emph> is the number of months before (negative) or after (positive) the start date."
+#. \aJ+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"par_id3150011\n"
+"13\n"
+"help.text"
+msgid "The data columns in the pivot table use the same number format as the first data row in the current selection."
msgstr ""
-#: func_edate.xhp#hd_id3151289.219.help.text
-msgctxt "func_edate.xhp#hd_id3151289.219.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. MJ*;
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"hd_id3147348\n"
+"9\n"
+"help.text"
+msgid "Data source registered in $[officename]"
+msgstr "$[officename]-ში რეგისტრირებული მონაცემთა წყარო"
-#: func_edate.xhp#par_id3155845.220.help.text
-msgid "What date is one month prior to 3.31.2001?"
-msgstr ""
+#. oIo9
+#: 12090100.xhp
+#, fuzzy
+msgctxt ""
+"12090100.xhp\n"
+"par_id3145271\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\".\">Uses a table or query in a database that is registered in $[officename] as the data source for the pivot table.</ahelp>"
+msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: func_edate.xhp#par_id3155999.221.help.text
-msgid "<item type=\"input\">=EDATE(3.31.2001;-1)</item> returns 2.28.2001."
-msgstr ""
+#. Lm{Y
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"hd_id3146119\n"
+"11\n"
+"help.text"
+msgid "External source/interface"
+msgstr "გარე წყარო/ინტერფეისი"
-#: 04060110.xhp#tit.help.text
-msgctxt "04060110.xhp#tit.help.text"
-msgid "Text Functions"
-msgstr "ტექსტის ფუნქციები"
+#. sp.@
+#: 12090100.xhp
+#, fuzzy
+msgctxt ""
+"12090100.xhp\n"
+"par_id3145647\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the <emph>External Source</emph> dialog where you can select the OLAP data source for the pivot table.</ahelp>"
+msgstr "<ahelp hid=\".uno:ObjectCatalog\">ხსნის <emph>ობიექტების</emph> დიალოგურ სარკმელს, სადაც შეგიძლიათ ნახოთ ძირითადი ობიექტები.</ahelp>"
-#: 04060110.xhp#bm_id3145389.help.text
-msgid "<bookmark_value>text in cells; functions</bookmark_value> <bookmark_value>functions; text functions</bookmark_value> <bookmark_value>Function Wizard;text</bookmark_value>"
-msgstr "<bookmark_value>დროის და თარიღის ფუნქციები</bookmark_value><bookmark_value>ფუნქციები; თარიღი და დრო</bookmark_value><bookmark_value>ფუნქციების ოსტატი; თარიღი და დრო</bookmark_value>"
+#. EGI^
+#: 12090100.xhp
+#, fuzzy
+msgctxt ""
+"12090100.xhp\n"
+"par_idN10670\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12090102.xhp\" name=\"Pivot table dialog\">Pivot table dialog</link>"
+msgstr "<link href=\"text/scalc/01/12090102.xhp\" name=\"DataPilot dialog\">ნაერთი ცხრილის დიალოგი</link>"
-#: 04060110.xhp#hd_id3145389.1.help.text
-msgctxt "04060110.xhp#hd_id3145389.1.help.text"
-msgid "Text Functions"
-msgstr "ტექსტური ფუნქციები"
+#. rlBf
+#: 12090102.xhp
+#, fuzzy
+msgctxt ""
+"12090102.xhp\n"
+"tit\n"
+"help.text"
+msgid "Pivot Table"
+msgstr "ცხრილის დაყოფა"
-#: 04060110.xhp#par_id3152986.2.help.text
-msgid "<variable id=\"texttext\">This section contains descriptions of the <emph>Text</emph> functions.</variable>"
-msgstr ""
+#. Q9n=
+#: 12090102.xhp
+#, fuzzy
+msgctxt ""
+"12090102.xhp\n"
+"bm_id2306894\n"
+"help.text"
+msgid "<bookmark_value>pivot table function;show details</bookmark_value><bookmark_value>pivot table function;drill down</bookmark_value>"
+msgstr "<bookmark_value>Mid ფუნქცია</bookmark_value><bookmark_value>Mid დებულება</bookmark_value>"
-#: 04060110.xhp#bm_id3149384.help.text
-msgid "<bookmark_value>ARABIC function</bookmark_value>"
-msgstr "<bookmark_value>ARABIC ფუნქცია</bookmark_value>"
+#. l9bQ
+#: 12090102.xhp
+#, fuzzy
+msgctxt ""
+"12090102.xhp\n"
+"hd_id3149165\n"
+"1\n"
+"help.text"
+msgid "Pivot Table"
+msgstr "ცხრილის დაყოფა"
-#: 04060110.xhp#hd_id3149384.239.help.text
-msgid "ARABIC"
-msgstr "ARABIC"
+#. {ZSr
+#: 12090102.xhp
+#, fuzzy
+msgctxt ""
+"12090102.xhp\n"
+"par_id3155922\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DataPilotExec\">Specify the layout of the table that is generated by the pivot table.</ahelp>"
+msgstr "<ahelp hid=\"HID_ENV_FMT\" visibility=\"visible\">განსაზღვრავს კონვერტის განლაგებასა და განზომილებებს.</ahelp>"
-#: 04060110.xhp#par_id3153558.240.help.text
-msgid "<ahelp hid=\"HID_FUNC_ARABISCH\">Calculates the value of a Roman number. The value range must be between 0 and 3999.</ahelp>"
+#. pJEr
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"par_id3148798\n"
+"34\n"
+"help.text"
+msgid "The pivot table displays data fields as buttons which you can drag and drop to define the pivot table."
msgstr ""
-#: 04060110.xhp#hd_id3153011.241.help.text
-msgctxt "04060110.xhp#hd_id3153011.241.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060110.xhp#par_id3155523.242.help.text
-msgid "ARABIC(\"Text\")"
-msgstr "ARABIC (ტექსტი)"
-
-#: 04060110.xhp#par_id3151193.243.help.text
-msgid " <emph>Text</emph> is the text that represents a Roman number."
-msgstr "<emph>ტექსტი</emph>არის რომაული რიცხვის ამსახველი ტექსტი."
-
-#: 04060110.xhp#hd_id3155758.244.help.text
-msgctxt "04060110.xhp#hd_id3155758.244.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. m=T)
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"hd_id3154908\n"
+"18\n"
+"help.text"
+msgid "Layout"
+msgstr "განლაგება"
-#: 04060110.xhp#par_id3154621.245.help.text
-msgid " <item type=\"input\">=ARABIC(\"MXIV\")</item> returns 1014"
+#. H*#J
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"par_id3150768\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_DPLAY_SELECT\">To define the layout of a pivot table, drag and drop data field buttons onto the <emph>Page Fields, Row Fields, Column Fields, </emph>and<emph> Data Fields </emph>areas.</ahelp> You can also use drag and drop to rearrange the data fields on a pivot table."
msgstr ""
-#: 04060110.xhp#par_id3147553.246.help.text
-msgid " <item type=\"input\">=ARABIC(\"MMII\")</item> returns 2002"
+#. .Itd
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"par_id3147229\n"
+"20\n"
+"help.text"
+msgid "$[officename] automatically adds a caption to buttons that are dragged into the <emph>Data Fields </emph>area. The caption contains the name of the data field as well as the formula that created the data."
msgstr ""
-#: 04060110.xhp#bm_id8796349.help.text
-msgid "<bookmark_value>ASC function</bookmark_value>"
-msgstr "<bookmark_value>ASIN ფუნქცია</bookmark_value>"
-
-#: 04060110.xhp#hd_id7723929.help.text
-msgid "ASC"
+#. %h-^
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"par_id3145749\n"
+"21\n"
+"help.text"
+msgid "To change the function that is used by a data field, double-click a button in the <emph>Data Fields</emph> area to open the <link href=\"text/scalc/01/12090105.xhp\" name=\"Data Field\">Data Field</link> dialog. You can also double-click buttons in the <emph>Row Fields</emph> or <emph>Column Fields</emph> areas."
msgstr ""
-#: 04060110.xhp#par_id8455153.help.text
-msgid "<ahelp hid=\".\">The ASC function converts full-width to half-width ASCII and katakana characters. Returns a text string.</ahelp>"
-msgstr ""
+#. -SI;
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"hd_id3149260\n"
+"28\n"
+"help.text"
+msgid "Remove"
+msgstr "წაშლა"
-#: 04060110.xhp#par_id9912411.help.text
-msgctxt "04060110.xhp#par_id9912411.help.text"
-msgid "See <link href=\"http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions\">http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link> for a conversion table."
+#. [0ai
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"par_id3150010\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"SC_PUSHBUTTON_RID_SCDLG_PIVOT_LAYOUT_BTN_REMOVE\">Removes the selected data field from the table layout.</ahelp>"
msgstr ""
-#: 04060110.xhp#hd_id9204992.help.text
-msgctxt "04060110.xhp#hd_id9204992.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060110.xhp#par_id1993774.help.text
-msgid "ASC(\"Text\")"
-msgstr ""
+#. \+eh
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"hd_id3145273\n"
+"26\n"
+"help.text"
+msgid "Options"
+msgstr "პარამეტრები"
-#: 04060110.xhp#par_id2949919.help.text
-msgctxt "04060110.xhp#par_id2949919.help.text"
-msgid " <emph>Text</emph> is the text that contains characters to be converted."
+#. *W|f
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"par_id3146120\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"SC_PUSHBUTTON_RID_SCDLG_PIVOT_LAYOUT_BTN_OPTIONS\">Opens the <link href=\"text/scalc/01/12090105.xhp\" name=\"Data Field\"><emph>Data Field</emph></link> dialog where you can change the function that is associated with the selected field.</ahelp>"
msgstr ""
-#: 04060110.xhp#par_id2355113.help.text
-msgid "See also JIS function."
-msgstr ""
+#. baXN
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"hd_id3154944\n"
+"22\n"
+"help.text"
+msgid "More"
+msgstr "მეტი"
-#: 04060110.xhp#bm_id9323709.help.text
-msgid "<bookmark_value>BAHTTEXT function</bookmark_value>"
-msgstr "<bookmark_value>BAHTTEXT ფუნქცია</bookmark_value>"
+#. %m[\
+#: 12090102.xhp
+#, fuzzy
+msgctxt ""
+"12090102.xhp\n"
+"par_id3145647\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_PIVOT_LAYOUT:BTN_MORE\">Displays or hides additional options for defining the pivot table.</ahelp>"
+msgstr "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_INSERT_TABLE:BTN_BROWSE\">Opens a dialog for selecting a file.</ahelp>"
-#: 04060110.xhp#hd_id6695455.help.text
-msgid "BAHTTEXT"
-msgstr "BAHTTEXT"
+#. ,QGD
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"hd_id3151073\n"
+"2\n"
+"help.text"
+msgid "Result"
+msgstr "შედეგი"
-#: 04060110.xhp#par_id354014.help.text
-msgid "Converts a number to Thai text, including the Thai currency names."
-msgstr "მოცემულ რიცხვს გარდაქმნის ტაილანდურ ტექსტად, ტაილანდური ვალუტის ფორმატის გათვალისწინებით."
+#. ~COc
+#: 12090102.xhp
+#, fuzzy
+msgctxt ""
+"12090102.xhp\n"
+"par_id3155417\n"
+"3\n"
+"help.text"
+msgid "Specify the settings for displaying the results of the pivot table."
+msgstr "მონიშნული მონახაზის დონის ფორმატის განსაზღვრა."
-#: 04060110.xhp#hd_id9942014.help.text
-msgctxt "04060110.xhp#hd_id9942014.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. SVaH
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"hd_id0509200913025625\n"
+"help.text"
+msgid "Selection from"
+msgstr ""
-#: 04060110.xhp#par_id8780785.help.text
-msgid "BAHTTEXT(Number)"
-msgstr "BAHTTEXT(რიცხვი)"
+#. ?-fL
+#: 12090102.xhp
+#, fuzzy
+msgctxt ""
+"12090102.xhp\n"
+"par_id0509200913025615\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the area that contains the data for the current pivot table.</ahelp>"
+msgstr "<ahelp hid=\".\">მონიშნეთ მონაცემთა ბაზის ველი, რომელიც შეიცავს ადრესატის ელფოსტის მისამართს.</ahelp>"
-#: 04060110.xhp#par_id1539353.help.text
-msgid " <emph>Number</emph> is any number. \"Baht\" is appended to the integral part of the number, and \"Satang\" is appended to the decimal part of the number."
+#. mM`!
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"hd_id3155603\n"
+"4\n"
+"help.text"
+msgid "Results to"
msgstr ""
-#: 04060110.xhp#hd_id9694814.help.text
-msgctxt "04060110.xhp#hd_id9694814.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060110.xhp#par_id3289284.help.text
-msgid " <item type=\"input\">=BAHTTEXT(12.65)</item> returns a string in Thai characters with the meaning of \"Twelve Baht and sixty five Satang\"."
-msgstr "BAHTTEXT a სტრიქონი დუ ტაილანდური - და."
+#. k[S~
+#: 12090102.xhp
+#, fuzzy
+msgctxt ""
+"12090102.xhp\n"
+"par_id3153838\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_PIVOT_LAYOUT:ED_OUTAREA\">Select the area where you want to display the results of the pivot table.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_PRINTAREA\">საშუალებას გაძლევთ ჩაასწოროთ განსაზღვრული საბეჭდი არე.</ahelp>"
-#: 04060110.xhp#bm_id3153072.help.text
-msgid "<bookmark_value>BASE function</bookmark_value>"
-msgstr "<bookmark_value>BASE ფუნქცია</bookmark_value>"
+#. h/=7
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"par_id3155961\n"
+"6\n"
+"help.text"
+msgid "If the selected area contains data, the pivot table overwrites the data. To prevent the loss of existing data, let the pivot table automatically select the area to display the results."
+msgstr ""
-#: 04060110.xhp#hd_id3153072.213.help.text
-msgid "BASE"
-msgstr "BASE"
+#. CVEI
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"hd_id3147364\n"
+"7\n"
+"help.text"
+msgid "Ignore empty rows"
+msgstr "ცარიელი რიგების იგნორირება"
-#: 04060110.xhp#par_id3153289.214.help.text
-msgid "<ahelp hid=\"HID_FUNC_BASIS\">Converts a positive integer to a specified base into a text from the <link href=\"text/shared/00/00000005.xhp#zahlensystem\" name=\"numbering system\">numbering system</link>.</ahelp> The digits 0-9 and the letters A-Z are used."
+#. i89N
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"par_id3154022\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_PIVOT_LAYOUT:BTN_IGNEMPTYROWS\">Ignores empty fields in the data source.</ahelp>"
msgstr ""
-#: 04060110.xhp#hd_id3146097.215.help.text
-msgctxt "04060110.xhp#hd_id3146097.215.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. /hCj
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"hd_id3155114\n"
+"9\n"
+"help.text"
+msgid "Identify categories"
+msgstr "კატეგორიების იდენტიფიკაცია"
-#: 04060110.xhp#par_id3155743.216.help.text
-msgid "BASE(Number; Radix; [MinimumLength])"
+#. eYY)
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"par_id3145257\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_PIVOT_LAYOUT:BTN_DETECTCAT\">Automatically assigns rows without labels to the category of the row above.</ahelp>"
msgstr ""
-#: 04060110.xhp#par_id3151339.217.help.text
-msgid " <emph>Number</emph> is the positive integer to be converted."
-msgstr "<emph>რიცხვი</emph> არის გარდასაქმნელი დადებითი რიცხვი."
+#. /z)-
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"hd_id3149207\n"
+"14\n"
+"help.text"
+msgid "Total columns"
+msgstr "სულ სვეტები"
-#: 04060110.xhp#par_id3159262.218.help.text
-msgctxt "04060110.xhp#par_id3159262.218.help.text"
-msgid " <emph>Radix</emph> indicates the base of the number system. It may be any positive integer between 2 and 36."
+#. 4f,*
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"par_id3166426\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_PIVOT_LAYOUT:BTN_TOTALCOL\">Calculates and displays the grand total of the column calculation.</ahelp>"
msgstr ""
-#: 04060110.xhp#par_id3148746.219.help.text
-msgid " <emph>MinimumLength</emph> (optional) determines the minimum length of the character sequence that has been created. If the text is shorter than the indicated minimum length, zeros are added to the left of the string."
-msgstr ""
+#. U_kT
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"hd_id3150364\n"
+"16\n"
+"help.text"
+msgid "Total rows"
+msgstr "სულ რიგები"
-#: 04060110.xhp#hd_id3146323.220.help.text
-msgctxt "04060110.xhp#hd_id3146323.220.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. R*,G
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"par_id3152583\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_PIVOT_LAYOUT:BTN_TOTALROW\">Calculates and displays the grand total of the row calculation.</ahelp>"
+msgstr ""
-#: 04060110.xhp#bm_id3156399.help.text
-msgid "<bookmark_value>decimal system; converting to</bookmark_value>"
-msgstr "<bookmark_value>ათობითი სისტემა; გარდაქმნა</bookmark_value>"
+#. KB_h
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"par_idN10897\n"
+"help.text"
+msgid "Add filter"
+msgstr "ფილტრის დამატება"
-#: 04060110.xhp#par_id3156399.221.help.text
-msgid " <item type=\"input\">=BASE(17;10;4)</item> returns 0017 in the decimal system."
-msgstr ""
+#. )ght
+#: 12090102.xhp
+#, fuzzy
+msgctxt ""
+"12090102.xhp\n"
+"par_idN1089B\n"
+"help.text"
+msgid "<ahelp hid=\".\">Adds a Filter button to pivot tables that are based on spreadsheet data.</ahelp>"
+msgstr "<ahelp hid=\".\">საშუალებას აძლევს მომხმარებელს წაშალოს მონაცემები.</ahelp>"
-#: 04060110.xhp#bm_id3157871.help.text
-msgid "<bookmark_value>binary system; converting to</bookmark_value>"
-msgstr "<bookmark_value>ორობითი სისტემა; გარდაქმნა</bookmark_value>"
+#. ,16p
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"par_idN108B2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Filter dialog.</ahelp>"
+msgstr "<ahelp hid=\".\">ხსნის ფილტრის დიალოგს.</ahelp>"
-#: 04060110.xhp#par_id3157871.222.help.text
-msgid " <item type=\"input\">=BASE(17;2)</item> returns 10001 in the binary system."
+#. a+SU
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"par_idN108C9\n"
+"help.text"
+msgid "Enable drill to details"
msgstr ""
-#: 04060110.xhp#bm_id3145226.help.text
-msgid "<bookmark_value>hexadecimal system; converting to</bookmark_value>"
-msgstr "<bookmark_value>თექვსმეტობითი სისტემა; გარდაქმნა</bookmark_value>"
-
-#: 04060110.xhp#par_id3145226.223.help.text
-msgid " <item type=\"input\">=BASE(255;16;4)</item> returns 00FF in the hexadecimal system."
+#. u_q.
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"par_idN108CD\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select this check box and double-click an item label in the table to show or hide details for the item. Clear this check box and double-click a cell in the table to edit the contents of the cell.</ahelp>"
msgstr ""
-#: 04060110.xhp#bm_id3149321.help.text
-msgid "<bookmark_value>CHAR function</bookmark_value>"
-msgstr "<bookmark_value>CHAR ფუნქცია</bookmark_value>"
+#. y=[E
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"par_idN108DC\n"
+"help.text"
+msgid "To examine details inside a pivot table"
+msgstr ""
-#: 04060110.xhp#hd_id3149321.201.help.text
-msgid "CHAR"
-msgstr "CHAR"
+#. S]uz
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"par_idN108E0\n"
+"help.text"
+msgid "Do one of the following:"
+msgstr "შემდეგიდან ერთერთის გაკეთება:"
-#: 04060110.xhp#par_id3149150.202.help.text
-msgid "<ahelp hid=\"HID_FUNC_ZEICHEN\">Converts a number into a character according to the current code table.</ahelp> The number can be a two-digit or three-digit integer number."
+#. P!$y
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"par_idN108E6\n"
+"help.text"
+msgid "Select a range of cells and choose <emph>Data - Group and Outline - Show Details</emph>."
msgstr ""
-#: 04060110.xhp#hd_id3149945.203.help.text
-msgctxt "04060110.xhp#hd_id3149945.203.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060110.xhp#par_id3145634.204.help.text
-msgid "CHAR(Number)"
-msgstr "CHAR(რიცხვი)"
+#. e@9R
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"par_idN108EE\n"
+"help.text"
+msgid "Double-click a field in the table."
+msgstr "ცხრილის ველზე ორმაგი წკაპი."
-#: 04060110.xhp#par_id3155906.205.help.text
-msgid " <emph>Number</emph> is a number between 1 and 255 representing the code value for the character."
+#. [lG[
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"par_idN108F1\n"
+"help.text"
+msgid "If you double-click a field which has adjacent fields at the same level, the <emph>Show Detail</emph> dialog opens:"
msgstr ""
-#: 04060110.xhp#hd_id3152982.207.help.text
-msgctxt "04060110.xhp#hd_id3152982.207.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. @T=s
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"par_idN10900\n"
+"help.text"
+msgid "Show Detail"
+msgstr "დეტალების ჩვენება"
-#: 04060110.xhp#par_id3149890.208.help.text
-msgid " <item type=\"input\">=CHAR(100)</item> returns the character d."
+#. EBE0
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"par_idN10904\n"
+"help.text"
+msgid "<ahelp hid=\".\">Choose the field that you want to view the details for.</ahelp>"
msgstr ""
-#: 04060110.xhp#par_id0907200910283297.help.text
-msgid "=\"abc\" & CHAR(10) & \"def\" inserts a newline character into the string."
-msgstr ""
+#. =:t6
+#: 12090102.xhp
+#, fuzzy
+msgctxt ""
+"12090102.xhp\n"
+"par_id3149817\n"
+"35\n"
+"help.text"
+msgid "<link href=\"text/scalc/04/01020000.xhp\" name=\"Pivot table shortcut keys\">Pivot table shortcut keys</link>"
+msgstr "<link href=\"text/scalc/01/06060000.xhp\" name=\"Protect Document\">დოკუმენტის დაცვა</link>"
-#: 04060110.xhp#bm_id3149009.help.text
-msgid "<bookmark_value>CLEAN function</bookmark_value>"
-msgstr "<bookmark_value>CLEAN ფუნქცია</bookmark_value>"
+#. i4kn
+#: 03070000.xhp
+msgctxt ""
+"03070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Column & Row Headers"
+msgstr "სვეტი & Row Headers"
-#: 04060110.xhp#hd_id3149009.132.help.text
-msgid "CLEAN"
-msgstr "CLEAN"
+#. 5ZPd
+#: 03070000.xhp
+msgctxt ""
+"03070000.xhp\n"
+"bm_id3156024\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; displaying headers of columns/rows</bookmark_value><bookmark_value>displaying; headers of columns/rows</bookmark_value>"
+msgstr "<bookmark_value>ელექტრონული ცხრილები; displaying headers of columns/rows</bookmark_value><bookmark_value>displaying; headers of columns/rows</bookmark_value>"
-#: 04060110.xhp#par_id3150482.133.help.text
-msgid "<ahelp hid=\"HID_FUNC_SAEUBERN\">All non-printing characters are removed from the string.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_SAEUBERN\">არასაბეჭდი სიმბოლოები სტრიქონიდან ამოიღება.</ahelp>"
+#. jgf2
+#: 03070000.xhp
+msgctxt ""
+"03070000.xhp\n"
+"hd_id3156024\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/03070000.xhp\" name=\"Column & Row Headers\">Column & Row Headers</link>"
+msgstr "<link href=\"text/scalc/01/03070000.xhp\" name=\"Column & Row Headers\">სვეტი & Row Headers</link>"
-#: 04060110.xhp#hd_id3146880.134.help.text
-msgctxt "04060110.xhp#hd_id3146880.134.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. 2KYN
+#: 03070000.xhp
+msgctxt ""
+"03070000.xhp\n"
+"par_id3147230\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ViewRowColumnHeaders\">Shows column headers and row headers.</ahelp>"
+msgstr "<ahelp hid=\".uno:ViewRowColumnHeaders\">Shows column headers and row headers.</ahelp>"
-#: 04060110.xhp#par_id3147472.135.help.text
-msgid "CLEAN(\"Text\")"
-msgstr "CLEAN(ტექსტი)"
+#. Cf05
+#: 03070000.xhp
+msgctxt ""
+"03070000.xhp\n"
+"par_id3156280\n"
+"4\n"
+"help.text"
+msgid "To hide the column and row headers unmark this menu entry."
+msgstr "To hide the column and row headers unmark this menu entry."
-#: 04060110.xhp#par_id3150695.136.help.text
-msgid " <emph>Text</emph> refers to the text from which to remove all non-printable characters."
+#. kA|4
+#: 03070000.xhp
+msgctxt ""
+"03070000.xhp\n"
+"par_id3156441\n"
+"3\n"
+"help.text"
+msgid "You can also set the view of the column and row headers in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060100.xhp\" name=\"Spreadsheet - View\">%PRODUCTNAME Calc - View</link></emph>."
msgstr ""
-#: 04060110.xhp#bm_id3155498.help.text
-msgid "<bookmark_value>CODE function</bookmark_value>"
-msgstr "<bookmark_value>CODE ფუნქცია</bookmark_value>"
-
-#: 04060110.xhp#hd_id3155498.3.help.text
-msgid "CODE"
-msgstr "CODE"
+#. z[3T
+#: 04070400.xhp
+msgctxt ""
+"04070400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Define Label Range"
+msgstr "ეტიკეტის დიაპაზონის განსაზღვრა"
-#: 04060110.xhp#par_id3152770.4.help.text
-msgid "<ahelp hid=\"HID_FUNC_CODE\">Returns a numeric code for the first character in a text string.</ahelp>"
-msgstr ""
+#. KJHW
+#: 04070400.xhp
+msgctxt ""
+"04070400.xhp\n"
+"bm_id3150791\n"
+"help.text"
+msgid "<bookmark_value>sheets; defining label ranges</bookmark_value><bookmark_value>label ranges in sheets</bookmark_value>"
+msgstr "<bookmark_value>ფურცლები; ეტიკეტების დიაპაზონის განსაზღვრა</bookmark_value><bookmark_value>ფურცელზე ეტიკეტთა დიაპაზონი</bookmark_value>"
-#: 04060110.xhp#hd_id3155830.5.help.text
-msgctxt "04060110.xhp#hd_id3155830.5.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. 7Wb/
+#: 04070400.xhp
+msgctxt ""
+"04070400.xhp\n"
+"hd_id3150791\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"define_label_range\"><link href=\"text/scalc/01/04070400.xhp\">Define Label Range</link></variable>"
+msgstr "<variable id=\"define_label_range\"><link href=\"text/scalc/01/04070400.xhp\">ეტიკეტთა დიაპაზონის განსაზღვრა</link></variable>"
-#: 04060110.xhp#par_id3149188.6.help.text
-msgid "CODE(\"Text\")"
-msgstr "CODE(ტექსტი)"
+#. .rfT
+#: 04070400.xhp
+msgctxt ""
+"04070400.xhp\n"
+"par_id3150868\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"beschtext\"><ahelp hid=\".uno:DefineLabelRange\">Opens a dialog in which you can define a label range.</ahelp></variable>"
+msgstr "<variable id=\"beschtext\"><ahelp hid=\".uno:DefineLabelRange\">ხსნის დიალოგს, რომელშიც შეგიძლიათ დიაპაზონის ეტიკეტის განსაზღვრა.</ahelp></variable>"
-#: 04060110.xhp#par_id3154383.7.help.text
-msgid " <emph>Text</emph> is the text for which the code of the first character is to be found."
+#. +kZG
+#: 04070400.xhp
+msgctxt ""
+"04070400.xhp\n"
+"par_id3155411\n"
+"13\n"
+"help.text"
+msgid "The cell contents of a label range can be used like names in formulas - $[officename] recognizes these names in the same manner that it does the predefined names of the weekdays and months. These names are automatically completed when typed into a formula. In addition, the names defined by label ranges will have priority over names defined by automatically generated ranges."
msgstr ""
-#: 04060110.xhp#hd_id3154394.8.help.text
-msgctxt "04060110.xhp#hd_id3154394.8.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060110.xhp#par_id3159209.9.help.text
-msgid " <item type=\"input\">=CODE(\"Hieronymus\")</item> returns 72, <item type=\"input\">=CODE(\"hieroglyphic\")</item> returns 104."
+#. ?tN5
+#: 04070400.xhp
+msgctxt ""
+"04070400.xhp\n"
+"par_id3147435\n"
+"14\n"
+"help.text"
+msgid "You can set label ranges that contain the same labels on different sheets. $[officename] first searches the label ranges of the current sheet and, following a failed search, the ranges of other sheets."
msgstr ""
-#: 04060110.xhp#par_id3150280.211.help.text
-msgid "The code used here does not refer to ASCII, but to the code table currently loaded."
+#. HhO+
+#: 04070400.xhp
+msgctxt ""
+"04070400.xhp\n"
+"hd_id3145801\n"
+"3\n"
+"help.text"
+msgid "Range"
+msgstr "დიაპაზონი"
+
+#. 2\-X
+#: 04070400.xhp
+msgctxt ""
+"04070400.xhp\n"
+"par_id3154731\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_COLROWNAMERANGES:ED_AREA\">Displays the cell reference of each label range.</ahelp> In order to remove a label range from the list box, select it and then click <emph>Delete</emph>."
msgstr ""
-#: 04060110.xhp#bm_id3149688.help.text
-msgid "<bookmark_value>CONCATENATE function</bookmark_value>"
-msgstr "<bookmark_value>CONCATENATE ფუნქცია</bookmark_value>"
+#. fsKZ
+#: 04070400.xhp
+msgctxt ""
+"04070400.xhp\n"
+"hd_id3149121\n"
+"5\n"
+"help.text"
+msgid "Contains column labels"
+msgstr "შეიცავს სვეტის ეტიკეტებს"
-#: 04060110.xhp#hd_id3149688.167.help.text
-msgid "CONCATENATE"
-msgstr "CONCATENATE"
+#. Zg+B
+#: 04070400.xhp
+msgctxt ""
+"04070400.xhp\n"
+"par_id3150330\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_COLROWNAMERANGES:BTN_COLHEAD\">Includes column labels in the current label range.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_COLROWNAMERANGES:BTN_COLHEAD\">შეიცავს სვეტების ეტიკეტებს ეტიკეტთა მიმდინარე არეში.</ahelp>"
-#: 04060110.xhp#par_id3154524.168.help.text
-msgid "<ahelp hid=\"HID_FUNC_VERKETTEN\">Combines several text strings into one string.</ahelp>"
-msgstr ""
+#. 6m[o
+#: 04070400.xhp
+msgctxt ""
+"04070400.xhp\n"
+"hd_id3149020\n"
+"7\n"
+"help.text"
+msgid "Contains row labels"
+msgstr "შეიცავს რიგის ეტიკეტებს"
-#: 04060110.xhp#hd_id3149542.169.help.text
-msgctxt "04060110.xhp#hd_id3149542.169.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. o4[7
+#: 04070400.xhp
+#, fuzzy
+msgctxt ""
+"04070400.xhp\n"
+"par_id3154754\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_COLROWNAMERANGES:BTN_ROWHEAD\">Includes row labels in the current label range.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_COLROWNAMERANGES:BTN_COLHEAD\">შეიცავს სვეტების ეტიკეტებს ეტიკეტთა მიმდინარე არეში.</ahelp>"
-#: 04060110.xhp#par_id3155954.170.help.text
-msgid "CONCATENATE(\"Text1\"; ...; \"Text30\")"
-msgstr "CONCATENATE(ტექსტი 1;...;ტექსტი 30)"
+#. nLL+
+#: 04070400.xhp
+msgctxt ""
+"04070400.xhp\n"
+"hd_id3159264\n"
+"11\n"
+"help.text"
+msgid "For data range"
+msgstr "მონაცემთა დიაპაზონისთვის"
-#: 04060110.xhp#par_id3146847.171.help.text
-msgid " <emph>Text 1; Text 2; ...</emph> represent up to 30 text passages which are to be combined into one string."
+#. Qp^j
+#: 04070400.xhp
+msgctxt ""
+"04070400.xhp\n"
+"par_id3154703\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_COLROWNAMERANGES:ED_DATA\">Sets the data range for which the selected label range is valid. To modify it, click in the sheet and select another range with the mouse.</ahelp>"
msgstr ""
-#: 04060110.xhp#hd_id3153110.172.help.text
-msgctxt "04060110.xhp#hd_id3153110.172.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. HHEF
+#: 04070400.xhp
+msgctxt ""
+"04070400.xhp\n"
+"hd_id3145789\n"
+"9\n"
+"help.text"
+msgid "Add"
+msgstr "დამატება"
-#: 04060110.xhp#par_id3150008.173.help.text
-msgid " <item type=\"input\">=CONCATENATE(\"Good \";\"Morning \";\"Mrs. \";\"Doe\")</item> returns: Good Morning Mrs. Doe."
-msgstr ""
+#. 2E1,
+#: 04070400.xhp
+msgctxt ""
+"04070400.xhp\n"
+"par_id3147005\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_COLROWNAMERANGES:BTN_ADD\">Adds the current label range to the list.</ahelp>"
+msgstr "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_COLROWNAMERANGES:BTN_ADD\">ამატებს მიმდინარე ეტიკეტთა დიაპაზონს სიას.</ahelp>"
-#: 04060110.xhp#bm_id3145166.help.text
-msgid "<bookmark_value>DECIMAL function</bookmark_value>"
-msgstr "<bookmark_value>DECIMAL ფუნქცია</bookmark_value>"
+#. bbPU
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"tit\n"
+"help.text"
+msgid "Statistical Functions Part Two"
+msgstr "სტატისტიკური ფუნქციები ნაწილი ორი"
-#: 04060110.xhp#hd_id3145166.225.help.text
-msgid "DECIMAL"
-msgstr "DECIMAL"
+#. rs?J
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3154372\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"fh\"><link href=\"text/scalc/01/04060182.xhp\" name=\"Statistical Functions Part Two\">Statistical Functions Part Two</link></variable>"
+msgstr "<variable id=\"fh\"><link href=\"text/scalc/01/04060182.xhp\" name=\"Statistical Functions Part Two\">სტატისტიკური ფუნქციები ნაწილი ორი</link></variable>"
-#: 04060110.xhp#par_id3156361.226.help.text
-msgid "<ahelp hid=\"HID_FUNC_DEZIMAL\">Converts text with characters from a <link href=\"text/shared/00/00000005.xhp#zahlensystem\" name=\"number system\">number system</link> to a positive integer in the base radix given.</ahelp> The radix must be in the range 2 to 36. Spaces and tabs are ignored. The <emph>Text</emph> field is not case-sensitive."
-msgstr ""
+#. ?ECF
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"bm_id3145388\n"
+"help.text"
+msgid "<bookmark_value>FINV function</bookmark_value> <bookmark_value>inverse F probability distribution</bookmark_value>"
+msgstr "<bookmark_value>FINV ფუნქცია</bookmark_value><bookmark_value>F ალბათონის განაწილების ინვერსია</bookmark_value>"
-#: 04060110.xhp#par_id3157994.227.help.text
-msgid "If the radix is 16, a leading x or X or 0x or 0X, and an appended h or H, is disregarded. If the radix is 2, an appended b or B is disregarded. Other characters that do not belong to the number system generate an error."
-msgstr "ტოლია a x ან X ან ან და ს ან H ტოლია ტოლია ან B ტოლია სხვა არა -სკენ რიცხვი შეცდომა."
+#. p;yj
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3145388\n"
+"2\n"
+"help.text"
+msgid "FINV"
+msgstr "FINV"
+
+#. JZSU
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3155089\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_FINV\">Returns the inverse of the F probability distribution.</ahelp> The F distribution is used for F tests in order to set the relation between two differing data sets."
+msgstr ""
-#: 04060110.xhp#hd_id3150014.228.help.text
-msgctxt "04060110.xhp#hd_id3150014.228.help.text"
+#. bobk
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3153816\n"
+"4\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060110.xhp#par_id3154328.229.help.text
-msgid "DECIMAL(\"Text\"; Radix)"
-msgstr "DECIMAL ტექსტი"
+#. Y7Cp
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3153068\n"
+"5\n"
+"help.text"
+msgid "FINV(Number; DegreesFreedom1; DegreesFreedom2)"
+msgstr "FINV(რიცხვი; თავისუფლების_ხარისხი_1; თავისუფლების_ხარისხი_2)"
-#: 04060110.xhp#par_id3150128.230.help.text
-msgid " <emph>Text</emph> is the text to be converted. To differentiate between a hexadecimal number, such as A1 and the reference to cell A1, you must place the number in quotation marks, for example, \"A1\" or \"FACE\"."
-msgstr ""
+#. ]N$4
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3146866\n"
+"6\n"
+"help.text"
+msgid "<emph>Number</emph> is probability value for which the inverse F distribution is to be calculated."
+msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა, რომლისთვისაც F განაწილება გამოითვლება."
-#: 04060110.xhp#par_id3145241.231.help.text
-msgctxt "04060110.xhp#par_id3145241.231.help.text"
-msgid " <emph>Radix</emph> indicates the base of the number system. It may be any positive integer between 2 and 36."
-msgstr ""
+#. _*eL
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3153914\n"
+"7\n"
+"help.text"
+msgid "<emph>DegreesFreedom1</emph> is the number of degrees of freedom in the numerator of the F distribution."
+msgstr "<emph>თავისუფლების_ხარისხი_1</emph> არის თავიუფლების ხარისხი F განაწილების ნუმერატორში."
+
+#. QTr]
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3148607\n"
+"8\n"
+"help.text"
+msgid "<emph>DegreesFreedom2</emph> is the number of degrees of freedom in the denominator of the F distribution."
+msgstr "<emph>თავისუფლების_ხარისხი_2</emph> არის თავიუფლების ხარისხი F განაწილების დენომინატორში."
-#: 04060110.xhp#hd_id3156062.232.help.text
-msgctxt "04060110.xhp#hd_id3156062.232.help.text"
+#. WYYD
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3156021\n"
+"9\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060110.xhp#par_id3145355.233.help.text
-msgid " <item type=\"input\">=DECIMAL(\"17\";10)</item> returns 17."
-msgstr ""
-
-#: 04060110.xhp#par_id3155622.234.help.text
-msgid " <item type=\"input\">=DECIMAL(\"FACE\";16)</item> returns 64206."
-msgstr ""
-
-#: 04060110.xhp#par_id3151015.235.help.text
-msgid " <item type=\"input\">=DECIMAL(\"0101\";2)</item> returns 5."
-msgstr ""
-
-#: 04060110.xhp#bm_id3148402.help.text
-msgid "<bookmark_value>DOLLAR function</bookmark_value>"
-msgstr "<bookmark_value>DOLLAR ფუნქცია</bookmark_value>"
-
-#: 04060110.xhp#hd_id3148402.11.help.text
-msgid "DOLLAR"
-msgstr "DOLLAR"
+#. Z5f2
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3145073\n"
+"10\n"
+"help.text"
+msgid "<item type=\"input\">=FINV(0.5;5;10)</item> yields 0.93."
+msgstr ""
+
+#. =Khl
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"bm_id3150888\n"
+"help.text"
+msgid "<bookmark_value>FISHER function</bookmark_value>"
+msgstr "<bookmark_value>FISHER ფუნქცია</bookmark_value>"
-#: 04060110.xhp#par_id3153049.12.help.text
-msgid "<ahelp hid=\"HID_FUNC_DM\">Converts a number to an amount in the currency format, rounded to a specified decimal place.</ahelp> In the <item type=\"literal\">Value</item> field enter the number to be converted to currency. Optionally, you may enter the number of decimal places in the <item type=\"literal\">Decimals</item> field. If no value is specified, all numbers in currency format will be displayed with two decimal places. "
-msgstr ""
+#. RSXg
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3150888\n"
+"12\n"
+"help.text"
+msgid "FISHER"
+msgstr "FISHER"
-#: 04060110.xhp#par_id3151280.263.help.text
-msgid "You set the currency format in your system settings."
-msgstr "გამართეთ ვალიუტის ფორმატი სისტემის პარამეტრებში."
+#. e-*\
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3155384\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_FISHER\">Returns the Fisher transformation for x and creates a function close to a normal distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_FISHER\">აბრუნებს x-ის ფუშერის ტრანსფორმაციას და ქმნის ნორმალური განაწილების დახურვის ფუნქციას.</ahelp>"
-#: 04060110.xhp#hd_id3150569.13.help.text
-msgctxt "04060110.xhp#hd_id3150569.13.help.text"
+#. ]=.u
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3149898\n"
+"14\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060110.xhp#par_id3154188.14.help.text
-msgid "DOLLAR(Value; Decimals)"
-msgstr "DOLLAR(მნიშვნელობა; ათწილადები)"
-
-#: 04060110.xhp#par_id3145299.15.help.text
-msgid " <emph>Value</emph> is a number, a reference to a cell containing a number, or a formula which returns a number."
-msgstr ""
+#. H6mq
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3143220\n"
+"15\n"
+"help.text"
+msgid "FISHER(Number)"
+msgstr "FISHER(რიცხვი)"
-#: 04060110.xhp#par_id3145629.16.help.text
-msgid " <emph>Decimals</emph> is the optional number of decimal places."
-msgstr "<emph>ათწილადები</emph> ათწილადების ადგილების რაოდენობა."
+#. V8eS
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3159228\n"
+"16\n"
+"help.text"
+msgid "<emph>Number</emph> is the value to be transformed."
+msgstr "<emph>რიცხვი</emph> არის გარდასაქმნელი მნიშვნელობა."
-#: 04060110.xhp#hd_id3149030.17.help.text
-msgctxt "04060110.xhp#hd_id3149030.17.help.text"
+#. CIcA
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3154763\n"
+"17\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060110.xhp#par_id3153546.18.help.text
-msgid " <item type=\"input\">=DOLLAR(255)</item> returns $255.00."
-msgstr ""
-
-#: 04060110.xhp#par_id3154635.19.help.text
-msgid " <item type=\"input\">=DOLLAR(367.456;2)</item> returns $367.46. Use the decimal separator that corresponds to the <link href=\"text/shared/optionen/01140000.xhp\" name=\"current locale setting\">current locale setting</link>."
-msgstr ""
-
-#: 04060110.xhp#bm_id3150685.help.text
-msgid "<bookmark_value>EXACT function</bookmark_value>"
-msgstr "<bookmark_value>EXACT ფუნქცია</bookmark_value>"
+#. Q);(
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3149383\n"
+"18\n"
+"help.text"
+msgid "<item type=\"input\">=FISHER(0.5)</item> yields 0.55."
+msgstr ""
+
+#. OE;[
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"bm_id3155758\n"
+"help.text"
+msgid "<bookmark_value>FISHERINV function</bookmark_value> <bookmark_value>inverse of Fisher transformation</bookmark_value>"
+msgstr "<bookmark_value>FISHERINV ფუნქცია</bookmark_value><bookmark_value>ფიშერის გარდაქმნის შებრუნება</bookmark_value>"
-#: 04060110.xhp#hd_id3150685.78.help.text
-msgid "EXACT"
-msgstr "EXACT"
+#. u#a[
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3155758\n"
+"20\n"
+"help.text"
+msgid "FISHERINV"
+msgstr "FISHERINV"
-#: 04060110.xhp#par_id3158413.79.help.text
-msgid "<ahelp hid=\"HID_FUNC_IDENTISCH\">Compares two text strings and returns TRUE if they are identical.</ahelp> This function is case-sensitive."
-msgstr ""
+#. 1o}D
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3154734\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_FISHERINV\">Returns the inverse of the Fisher transformation for x and creates a function close to a normal distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_FISHERINV\">აბრუნებს x-ისთვის ფუშერის ტრანსფორმაციის ინვერსიას და ქმნის ნორმალური განაწილების დახურვის ფუნქციას.</ahelp>"
-#: 04060110.xhp#hd_id3152817.80.help.text
-msgctxt "04060110.xhp#hd_id3152817.80.help.text"
+#. nZ2R
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3155755\n"
+"22\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060110.xhp#par_id3148594.81.help.text
-msgid "EXACT(\"Text1\"; \"Text2\")"
-msgstr ""
-
-#: 04060110.xhp#par_id3153224.82.help.text
-msgid " <emph>Text1</emph> refers to the first text to compare."
-msgstr "<emph>ტექსტი_1</emph> პირველი შესადარებელი ტექსტი."
-
-#: 04060110.xhp#par_id3148637.83.help.text
-msgid " <emph>Text2</emph> is the second text to compare."
-msgstr "<emph>ტექსტი_2</emph> მეორე შესადარებელი ტექსტი."
+#. lnG.
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3146108\n"
+"23\n"
+"help.text"
+msgid "FISHERINV(Number)"
+msgstr "FISHERINV(რიცხვი)"
-#: 04060110.xhp#hd_id3149777.84.help.text
-msgctxt "04060110.xhp#hd_id3149777.84.help.text"
+#. 1+^1
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3145115\n"
+"24\n"
+"help.text"
+msgid "<emph>Number</emph> is the value that is to undergo reverse-transformation."
+msgstr ""
+
+#. p-Sz
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3155744\n"
+"25\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060110.xhp#par_id3156263.85.help.text
-msgid " <item type=\"input\">=EXACT(\"microsystems\";\"Microsystems\")</item> returns FALSE."
-msgstr ""
-
-#: 04060110.xhp#bm_id3152589.help.text
-msgid "<bookmark_value>FIND function</bookmark_value>"
-msgstr "<bookmark_value>FIND ფუნქცია</bookmark_value>"
+#. C~9g
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3150432\n"
+"26\n"
+"help.text"
+msgid "<item type=\"input\">=FISHERINV(0.5)</item> yields 0.46."
+msgstr ""
+
+#. *A)K
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"bm_id3151390\n"
+"help.text"
+msgid "<bookmark_value>FTEST function</bookmark_value>"
+msgstr "<bookmark_value>FTEST ფუნქცია</bookmark_value>"
-#: 04060110.xhp#hd_id3152589.44.help.text
-msgid "FIND"
-msgstr "FIND"
+#. ID@|
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3151390\n"
+"28\n"
+"help.text"
+msgid "FTEST"
+msgstr "FTEST"
-#: 04060110.xhp#par_id3146149.45.help.text
-msgid "<ahelp hid=\"HID_FUNC_FINDEN\">Looks for a string of text within another string.</ahelp> You can also define where to begin the search. The search term can be a number or any string of characters. The search is case-sensitive."
-msgstr ""
+#. !18z
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3150534\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_FTEST\">Returns the result of an F test.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_FTEST\">აბრუნებს F ტესტის შედეგს.</ahelp>"
-#: 04060110.xhp#hd_id3083284.46.help.text
-msgctxt "04060110.xhp#hd_id3083284.46.help.text"
+#. 6XzL
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3166466\n"
+"30\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060110.xhp#par_id3083452.47.help.text
-msgid "FIND(\"FindText\"; \"Text\"; Position)"
-msgstr "SEARCH(მოსაძებნი_ტექსტი; ტექსტი; პოზიცია)"
-
-#: 04060110.xhp#par_id3150608.48.help.text
-msgid " <emph>FindText</emph> refers to the text to be found."
-msgstr "<emph>ტექსტის_მოძებნა</emph> უკავშირდება მოსაძებნ ტექსტს."
+#. 2{G#
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3153024\n"
+"31\n"
+"help.text"
+msgid "FTEST(Data1; Data2)"
+msgstr "FTEST(მონაცემები_1; მონაცემები_2)"
-#: 04060110.xhp#par_id3152374.49.help.text
-msgid " <emph>Text</emph> is the text where the search takes place."
-msgstr "<emph>ტექსტი</emph> არის ტექსტი სადაც ძიება იწარმოება."
+#. S]my
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3150032\n"
+"32\n"
+"help.text"
+msgid "<emph>Data1</emph> is the first record array."
+msgstr "<emph>მონაცემი_1</emph> პირველი ჩანაწერის მასივი."
-#: 04060110.xhp#par_id3152475.50.help.text
-msgid " <emph>Position</emph> (optional) is the position in the text from which the search starts."
-msgstr "<emph>პოზიცია</emph> (არასავალდებულო) არის ტექსტში პოზიცია საიდანაც ძიება უნდა დაიწყოს."
+#. !=z6
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3153018\n"
+"33\n"
+"help.text"
+msgid "<emph>Data2</emph> is the second record array."
+msgstr "<emph>მონაცემი_2</emph> მეორე ჩანაწერის მასივი."
-#: 04060110.xhp#hd_id3154812.51.help.text
-msgctxt "04060110.xhp#hd_id3154812.51.help.text"
+#. \=KG
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3153123\n"
+"34\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060110.xhp#par_id3156375.52.help.text
-msgid " <item type=\"input\">=FIND(76;998877665544)</item> returns 6."
-msgstr ""
-
-#: 04060110.xhp#bm_id3149268.help.text
-msgid "<bookmark_value>FIXED function</bookmark_value>"
-msgstr "<bookmark_value>FIXED ფუნქცია</bookmark_value>"
+#. ~+}p
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3159126\n"
+"35\n"
+"help.text"
+msgid "<item type=\"input\">=FTEST(A1:A30;B1:B12)</item> calculates whether the two data sets are different in their variance and returns the probability that both sets could have come from the same total population."
+msgstr ""
+
+#. BjV:
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"bm_id3150372\n"
+"help.text"
+msgid "<bookmark_value>FDIST function</bookmark_value>"
+msgstr "<bookmark_value>FDIST ფუნქცია</bookmark_value>"
-#: 04060110.xhp#hd_id3149268.34.help.text
-msgid "FIXED"
-msgstr "FIXED"
+#. ko~R
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3150372\n"
+"37\n"
+"help.text"
+msgid "FDIST"
+msgstr "FDIST"
-#: 04060110.xhp#par_id3155833.35.help.text
-msgid "<ahelp hid=\"HID_FUNC_FEST\">Returns a number as text with a specified number of decimal places and optional thousands separators.</ahelp>"
-msgstr ""
+#. 1)e(
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3152981\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_FVERT\">Calculates the values of an F distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_FVERT\">F განაწილების მნიშვნელობას ანგარიშობს.</ahelp>"
-#: 04060110.xhp#hd_id3152470.36.help.text
-msgctxt "04060110.xhp#hd_id3152470.36.help.text"
+#. n;]_
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3150484\n"
+"39\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060110.xhp#par_id3147567.37.help.text
-msgid "FIXED(Number; Decimals; NoThousandsSeparators)"
-msgstr "FIXED(რიცხვი; ათწილადები; ათასების გამყოფის გარეშე)"
+#. ;FMS
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3145826\n"
+"40\n"
+"help.text"
+msgid "FDIST(Number; DegreesFreedom1; DegreesFreedom2)"
+msgstr "FDIST(რიცხვი; თავისუფლების_ხარისხი_1; თავისუფლების_ხარისხი_2)"
-#: 04060110.xhp#par_id3151272.38.help.text
-msgid " <emph>Number</emph> refers to the number to be formatted."
-msgstr "<emph>რიცხვი</emph> მიუთითებს გასაფორმატებელ რიცხვს."
+#. o-?p
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3150461\n"
+"41\n"
+"help.text"
+msgid "<emph>Number</emph> is the value for which the F distribution is to be calculated."
+msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა, რომლისთვისაც F განაწილება გამოითვლება."
-#: 04060110.xhp#par_id3156322.39.help.text
-msgid " <emph>Decimals</emph> refers to the number of decimal places to be displayed."
-msgstr "<emph>ათწილადები</emph> მიუთითებს ათწილადთა რა რაოდენობა აისახოს."
+#. L~K.
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3150029\n"
+"42\n"
+"help.text"
+msgid "<emph>degreesFreedom1</emph> is the degrees of freedom in the numerator in the F distribution."
+msgstr "<emph>თავისუფლების_ხარისხი_1</emph> არის F განაწილების ნუმერატორის თავისუფლების ხარისხი."
-#: 04060110.xhp#par_id3150877.40.help.text
-msgid " <emph>NoThousandsSeparators</emph> (optional) determines whether the thousands separator is used. If the parameter is a number not equal to 0, the thousands separator is suppressed. If the parameter is equal to 0 or if it is missing altogether, the thousands separators of your <link href=\"text/shared/optionen/01140000.xhp\" name=\"current locale setting\">current locale setting</link> are displayed."
-msgstr ""
+#. c8)a
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3146877\n"
+"43\n"
+"help.text"
+msgid "<emph>degreesFreedom2</emph> is the degrees of freedom in the denominator in the F distribution."
+msgstr "<emph>თავისუფლების_ხარისხი_2</emph> არის F განაწილების დენომინარატორის თავისუფლების ხარისხი."
-#: 04060110.xhp#hd_id3149040.41.help.text
-msgctxt "04060110.xhp#hd_id3149040.41.help.text"
+#. %1qB
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3147423\n"
+"44\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060110.xhp#par_id3145208.42.help.text
-msgid " <item type=\"input\">=FIXED(1234567.89;3)</item> returns 1,234,567.890 as a text string. "
-msgstr ""
-
-#: 04060110.xhp#par_id5282143.help.text
-msgid " <item type=\"input\">=FIXED(1234567.89;3;1)</item> returns 1234567.890 as a text string."
-msgstr ""
-
-#: 04060110.xhp#bm_id7319864.help.text
-msgid "<bookmark_value>JIS function</bookmark_value>"
-msgstr "<bookmark_value>IF ფუნქცია</bookmark_value>"
-
-#: 04060110.xhp#hd_id3666188.help.text
-msgid "JIS"
-msgstr ""
+#. +FfT
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3150696\n"
+"45\n"
+"help.text"
+msgid "<item type=\"input\">=FDIST(0.8;8;12)</item> yields 0.61."
+msgstr ""
+
+#. D?#J
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"bm_id0119200903223192\n"
+"help.text"
+msgid "<bookmark_value>GAMMA function</bookmark_value>"
+msgstr "<bookmark_value>GAMMAINV ფუნქცია</bookmark_value>"
-#: 04060110.xhp#par_id964384.help.text
-msgid "<ahelp hid=\".\">The JIS function converts half-width to full-width ASCII and katakana characters. Returns a text string.</ahelp>"
+#. :49r
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id0119200903205393\n"
+"help.text"
+msgid "GAMMA"
msgstr ""
-#: 04060110.xhp#par_id1551561.help.text
-msgctxt "04060110.xhp#par_id1551561.help.text"
-msgid "See <link href=\"http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions\">http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link> for a conversion table."
+#. (=d)
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id0119200903205379\n"
+"help.text"
+msgid "<ahelp hid=\".\">Returns the Gamma function value.</ahelp> Note that GAMMAINV is not the inverse of GAMMA, but of GAMMADIST."
msgstr ""
-#: 04060110.xhp#hd_id2212897.help.text
-msgctxt "04060110.xhp#hd_id2212897.help.text"
+#. !=U@
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id0119200903271613\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060110.xhp#par_id2504654.help.text
-msgid "JIS(\"Text\")"
-msgstr "TRIM(ტექსტი)"
-
-#: 04060110.xhp#par_id5292519.help.text
-msgctxt "04060110.xhp#par_id5292519.help.text"
-msgid " <emph>Text</emph> is the text that contains characters to be converted."
-msgstr ""
-
-#: 04060110.xhp#par_id3984496.help.text
-msgid "See also ASC function."
-msgstr ""
+#. J5pn
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id0119200903271614\n"
+"help.text"
+msgid "<emph>Number</emph> is the number for which the Gamma function value is to be calculated."
+msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა რომლისთვისაც გამა განაწილება უნდა გამოითვალოს."
-#: 04060110.xhp#bm_id3147083.help.text
-msgid "<bookmark_value>LEFT function</bookmark_value>"
-msgstr "<bookmark_value>LEFT ფუნქცია</bookmark_value>"
+#. q^02
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"bm_id3154841\n"
+"help.text"
+msgid "<bookmark_value>GAMMAINV function</bookmark_value>"
+msgstr "<bookmark_value>GAMMAINV ფუნქცია</bookmark_value>"
-#: 04060110.xhp#hd_id3147083.95.help.text
-msgid "LEFT"
-msgstr "LEFT"
+#. b@\R
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3154841\n"
+"47\n"
+"help.text"
+msgid "GAMMAINV"
+msgstr "GAMMAINV"
-#: 04060110.xhp#par_id3153622.96.help.text
-msgid "<ahelp hid=\"HID_FUNC_LINKS\">Returns the first character or characters of a text.</ahelp>"
+#. (`;~
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3153932\n"
+"48\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_GAMMAINV\">Returns the inverse of the Gamma cumulative distribution GAMMADIST.</ahelp> This function allows you to search for variables with different distribution."
msgstr ""
-#: 04060110.xhp#hd_id3156116.97.help.text
-msgctxt "04060110.xhp#hd_id3156116.97.help.text"
+#. }/1.
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3149949\n"
+"49\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060110.xhp#par_id3146786.98.help.text
-msgid "LEFT(\"Text\"; Number)"
-msgstr "LEFT(ტექსტი; რიცხვი)"
-
-#: 04060110.xhp#par_id3147274.99.help.text
-msgid " <emph>Text</emph> is the text where the initial partial words are to be determined."
-msgstr "<emph>ტექსტი</emph> არის ტექსტი სადაც სიტყვების ნაწილები უნდა განისაზღვროს."
-
-#: 04060110.xhp#par_id3153152.100.help.text
-msgid " <emph>Number</emph> (optional) specifies the number of characters for the start text. If this parameter is not defined, one character is returned."
-msgstr "<emph>რიცხვი</emph> (არასავალდებულო) ტექსტის საწყისის სიმბოლოთა რაოდენობას მიუთითებს. თუ ეს პარამეტრი არაა განსაზღვრული, ერთი სიმბოლო ბრუნდება."
-
-#: 04060110.xhp#hd_id3150260.101.help.text
-msgctxt "04060110.xhp#hd_id3150260.101.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060110.xhp#par_id3149141.102.help.text
-msgid " <item type=\"input\">=LEFT(\"output\";3)</item> returns “out”."
-msgstr ""
-
-#: 04060110.xhp#bm_id3156110.help.text
-msgid "<bookmark_value>LEN function</bookmark_value>"
-msgstr "<bookmark_value>LEN ფუნქცია</bookmark_value>"
-
-#: 04060110.xhp#hd_id3156110.104.help.text
-msgid "LEN"
-msgstr "LEN"
-
-#: 04060110.xhp#par_id3150147.105.help.text
-msgid "<ahelp hid=\"HID_FUNC_LAENGE\">Returns the length of a string including spaces.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_LAENGE\">აბრუნებს სტრიქონის სიგრძეს ღარების ჩათვლით.</ahelp>"
+#. LPdY
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3155828\n"
+"50\n"
+"help.text"
+msgid "GAMMAINV(Number; Alpha; Beta)"
+msgstr "GAMMAINV(რიცხვი; ალფა; ბეტა)"
-#: 04060110.xhp#hd_id3155108.106.help.text
-msgctxt "04060110.xhp#hd_id3155108.106.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. bsA3
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3145138\n"
+"51\n"
+"help.text"
+msgid "<emph>Number</emph> is the probability value for which the inverse Gamma distribution is to be calculated."
+msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა რომლისთვისაც გამა განაწილება უნდა გამოითვალოს."
-#: 04060110.xhp#par_id3154063.107.help.text
-msgid "LEN(\"Text\")"
-msgstr "CLEAN(ტექსტი)"
+#. G%*0
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3152785\n"
+"52\n"
+"help.text"
+msgid "<emph>Alpha</emph> is the parameter Alpha of the Gamma distribution."
+msgstr "<emph>ალფა</emph> არის გამა განაწილების ალფა პარამეტრი."
-#: 04060110.xhp#par_id3146894.108.help.text
-msgid " <emph>Text</emph> is the text whose length is to be determined."
-msgstr "<emph>ტექსტი</emph> არის ტექსტი რომლის სიგრძეც უნდა განისაზღვროს."
+#. 3e+y
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3154561\n"
+"53\n"
+"help.text"
+msgid "<emph>Beta</emph> is the parameter Beta of the Gamma distribution."
+msgstr "<emph>ბეტა</emph> არის გამა განაწილების ბეტა პარამეტრი."
-#: 04060110.xhp#hd_id3153884.109.help.text
-msgctxt "04060110.xhp#hd_id3153884.109.help.text"
+#. Nccf
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3148734\n"
+"54\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060110.xhp#par_id3156008.110.help.text
-msgid " <item type=\"input\">=LEN(\"Good Afternoon\")</item> returns 14."
-msgstr ""
-
-#: 04060110.xhp#par_id3154300.111.help.text
-msgid " <item type=\"input\">=LEN(12345.67)</item> returns 8."
-msgstr ""
-
-#: 04060110.xhp#bm_id3153983.help.text
-msgid "<bookmark_value>LOWER function</bookmark_value>"
-msgstr "<bookmark_value>LOWER ფუნქცია</bookmark_value>"
+#. fWf1
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3153331\n"
+"55\n"
+"help.text"
+msgid "<item type=\"input\">=GAMMAINV(0.8;1;1)</item> yields 1.61."
+msgstr ""
+
+#. mFHc
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"bm_id3154806\n"
+"help.text"
+msgid "<bookmark_value>GAMMALN function</bookmark_value> <bookmark_value>natural logarithm of Gamma function</bookmark_value>"
+msgstr "<bookmark_value>GAMMALN ფუნქცია</bookmark_value><bookmark_value>გამა ფუნქციის ნატურალური ლოგარითმი</bookmark_value>"
-#: 04060110.xhp#hd_id3153983.87.help.text
-msgid "LOWER"
-msgstr "LOWER"
+#. X3zn
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3154806\n"
+"57\n"
+"help.text"
+msgid "GAMMALN"
+msgstr "GAMMALN"
-#: 04060110.xhp#par_id3152791.88.help.text
-msgid "<ahelp hid=\"HID_FUNC_KLEIN\">Converts all uppercase letters in a text string to lowercase.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_KLEIN\">ტექსტურ სტრიქონში ყველა ზედა რეგისტრის ასოები ქვედა რეგისტრში გადაყავს.</ahelp>"
+#. bNZJ
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3148572\n"
+"58\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_GAMMALN\">Returns the natural logarithm of the Gamma function: G(x).</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_GAMMALN\">აბრუნებს გამა ფუნქციის ნატურალურ ლოგარითმს: G(x).</ahelp>"
-#: 04060110.xhp#hd_id3155902.89.help.text
-msgctxt "04060110.xhp#hd_id3155902.89.help.text"
+#. dRiG
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3152999\n"
+"59\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060110.xhp#par_id3150121.90.help.text
-msgid "LOWER(\"Text\")"
-msgstr "LOWER(ტექსტი)"
+#. 6yw?
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3153112\n"
+"60\n"
+"help.text"
+msgid "GAMMALN(Number)"
+msgstr "GAMMALN(რიცხვი)"
-#: 04060110.xhp#par_id3153910.91.help.text
-msgctxt "04060110.xhp#par_id3153910.91.help.text"
-msgid " <emph>Text</emph> refers to the text to be converted."
-msgstr "<emph>ტექსტი</emph> არის გარდასაქმნელი ტექსტი."
+#. f]-Y
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3154502\n"
+"61\n"
+"help.text"
+msgid "<emph>Number</emph> is the value for which the natural logarithm of the Gamma function is to be calculated."
+msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა რომლისთვისაც გამოითვლება გამა ფუნქციის ნატურალური ლოგარითმი."
-#: 04060110.xhp#hd_id3159343.92.help.text
-msgctxt "04060110.xhp#hd_id3159343.92.help.text"
+#. EmVU
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3153568\n"
+"62\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060110.xhp#par_id3155329.93.help.text
-msgid " <item type=\"input\">=LOWER(\"Sun\")</item> returns sun."
-msgstr ""
+#. @w@j
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3153730\n"
+"63\n"
+"help.text"
+msgid "<item type=\"input\">=GAMMALN(2)</item> yields 0."
+msgstr ""
+
+#. +:o=
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"bm_id3150132\n"
+"help.text"
+msgid "<bookmark_value>GAMMADIST function</bookmark_value>"
+msgstr "<bookmark_value>GAMMADIST ფუნქცია</bookmark_value>"
-#: 04060110.xhp#bm_id3154589.help.text
-msgid "<bookmark_value>MID function</bookmark_value>"
-msgstr "<bookmark_value>MID ფუნქცია</bookmark_value>"
+#. ?IpK
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3150132\n"
+"65\n"
+"help.text"
+msgid "GAMMADIST"
+msgstr "GAMMADIST"
-#: 04060110.xhp#hd_id3154589.148.help.text
-msgid "MID"
-msgstr "MID"
+#. cti)
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3155931\n"
+"66\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_GAMMAVERT\">Returns the values of a Gamma distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_GAMMAVERT\">აბრუნებს გამა განაწილების მნიშვნელობას.</ahelp>"
-#: 04060110.xhp#par_id3154938.149.help.text
-msgid "<ahelp hid=\"HID_FUNC_TEIL\">Returns a text string of a text. The parameters specify the starting position and the number of characters.</ahelp>"
+#. Q$U?
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id0119200903333675\n"
+"help.text"
+msgid "The inverse function is GAMMAINV."
msgstr ""
-#: 04060110.xhp#hd_id3148829.150.help.text
-msgctxt "04060110.xhp#hd_id3148829.150.help.text"
+#. q/q=
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3147373\n"
+"67\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060110.xhp#par_id3150526.151.help.text
-msgid "MID(\"Text\"; Start; Number)"
-msgstr "MID(ტექსტი; დასაწყისი; რიცხვი)"
+#. j2Eq
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3155436\n"
+"68\n"
+"help.text"
+msgid "GAMMADIST(Number; Alpha; Beta; C)"
+msgstr "GAMMADIST(რიცხვი; ალფა; ბეტა; C)"
-#: 04060110.xhp#par_id3148820.152.help.text
-msgid " <emph>Text</emph> is the text containing the characters to extract."
-msgstr "<emph>ტექსტი</emph> არის ტექსტი რომელიც ამოსაღებ სიმბოლოებს შეიცავს."
+#. DlO$
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3150571\n"
+"69\n"
+"help.text"
+msgid "<emph>Number</emph> is the value for which the Gamma distribution is to be calculated."
+msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა რომლისთვისაც გამა განაწილება უნდა გამოითვალოს."
-#: 04060110.xhp#par_id3150774.153.help.text
-msgid " <emph>Start</emph> is the position of the first character in the text to extract."
-msgstr "<emph>დასაწყისი</emph> არის ამოსაღებ ტექსტში პირველი სიმბოლოს პოზიცია."
+#. JKSI
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3145295\n"
+"70\n"
+"help.text"
+msgid "<emph>Alpha</emph> is the parameter Alpha of the Gamma distribution."
+msgstr "<emph>ალფა</emph> არის გამა განაწილების ალფა პარამეტრი."
-#: 04060110.xhp#par_id3153063.154.help.text
-msgid " <emph>Number</emph> specifies the number of characters in the part of the text."
-msgstr "<emph>რიცხვი</emph> განსაზღვრავს ტექსტის ნაწილში სიმბოლოთა რაოდენობას."
+#. 1U$x
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3151015\n"
+"71\n"
+"help.text"
+msgid "<emph>Beta</emph> is the parameter Beta of the Gamma distribution"
+msgstr "<emph>ბეტა</emph> არის გამა განაწილების ბეტა პარამეტრი"
-#: 04060110.xhp#hd_id3150509.155.help.text
-msgctxt "04060110.xhp#hd_id3150509.155.help.text"
+#. -m?(
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3157972\n"
+"72\n"
+"help.text"
+msgid "<emph>C</emph> (optional) = 0 or False calculates the density function <emph>C</emph> = 1 or True calculates the distribution."
+msgstr "<emph>C</emph> = 0 გამოთვლის სიმკვრივის ფუნქციას <emph>C</emph> = 1 განაწილება."
+
+#. jJ0a
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3149535\n"
+"73\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060110.xhp#par_id3158407.156.help.text
-msgid " <item type=\"input\">=MID(\"office\";2;2)</item> returns ff."
-msgstr ""
+#. 4b{e
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3145354\n"
+"74\n"
+"help.text"
+msgid "<item type=\"input\">=GAMMADIST(2;1;1;1)</item> yields 0.86."
+msgstr ""
+
+#. 5rf$
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"bm_id3150272\n"
+"help.text"
+msgid "<bookmark_value>GAUSS function</bookmark_value> <bookmark_value>normal distribution; standard</bookmark_value>"
+msgstr "<bookmark_value>GAUSS ფუნქცია</bookmark_value><bookmark_value>ნორმალური განაწილება; სტანდარტული</bookmark_value>"
-#: 04060110.xhp#bm_id3159143.help.text
-msgid "<bookmark_value>PROPER function</bookmark_value>"
-msgstr "<bookmark_value>PROPER ფუნქცია</bookmark_value>"
+#. $L(l
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3150272\n"
+"76\n"
+"help.text"
+msgid "GAUSS"
+msgstr "GAUSS"
-#: 04060110.xhp#hd_id3159143.70.help.text
-msgid "PROPER"
-msgstr "PROPER"
+#. .jy2
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3149030\n"
+"77\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_GAUSS\">Returns the standard normal cumulative distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_GAUSS\">აბრუნებს სტანდარტულ ნორმალურ კუმულაციურ განაწილებას.</ahelp>"
-#: 04060110.xhp#par_id3149768.71.help.text
-msgid "<ahelp hid=\"HID_FUNC_GROSS2\">Capitalizes the first letter in all words of a text string.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_GROSS2\">ტექსტურ სტრიქონში ყველა სიტყვის პირველი ასო ზედა რეგისტრში გადაყავს.</ahelp>"
+#. K^FB
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id2059694\n"
+"help.text"
+msgid "It is GAUSS(x)=NORMSDIST(x)-0.5"
+msgstr "ეს არის GAUSS(x)=NORMSDIST(x)-0.5"
-#: 04060110.xhp#hd_id3153573.72.help.text
-msgctxt "04060110.xhp#hd_id3153573.72.help.text"
+#. {,|R
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3153551\n"
+"78\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060110.xhp#par_id3154260.73.help.text
-msgid "PROPER(\"Text\")"
-msgstr "PROPER(ტექსტი)"
+#. L;vg
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3155368\n"
+"79\n"
+"help.text"
+msgid "GAUSS(Number)"
+msgstr "GAUSS(რიცხვი)"
-#: 04060110.xhp#par_id3147509.74.help.text
-msgctxt "04060110.xhp#par_id3147509.74.help.text"
-msgid " <emph>Text</emph> refers to the text to be converted."
-msgstr "<emph>ტექსტი</emph> არის გარდასაქმნელი ტექსტი."
+#. NdMF
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3153228\n"
+"80\n"
+"help.text"
+msgid "<emph>Number</emph> is the value for which the value of the standard normal distribution is to be calculated."
+msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა რომლისთვისაც სტანდარტული ნორმალური გადახრა უნდა გამოითვალოს."
-#: 04060110.xhp#hd_id3147529.75.help.text
-msgctxt "04060110.xhp#hd_id3147529.75.help.text"
+#. eVOK
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3150691\n"
+"81\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060110.xhp#par_id3155364.76.help.text
-msgid " <item type=\"input\">=PROPER(\"open office\")</item> returns Open Office."
-msgstr ""
-
-#: 04060110.xhp#bm_id3149171.help.text
-msgid "<bookmark_value>REPLACE function</bookmark_value>"
-msgstr "<bookmark_value>REPLACE ფუნქცია</bookmark_value>"
-
-#: 04060110.xhp#hd_id3149171.22.help.text
-msgid "REPLACE"
-msgstr "REPLACE"
+#. `:3d
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3154867\n"
+"82\n"
+"help.text"
+msgid "<item type=\"input\">=GAUSS(0.19)</item> = 0.08"
+msgstr ""
+
+#. `gXF
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3148594\n"
+"83\n"
+"help.text"
+msgid "<item type=\"input\">=GAUSS(0.0375)</item> = 0.01"
+msgstr ""
+
+#. N3P^
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"bm_id3148425\n"
+"help.text"
+msgid "<bookmark_value>GEOMEAN function</bookmark_value> <bookmark_value>means;geometric</bookmark_value>"
+msgstr "<bookmark_value>GEOMEAN ფუნქცია</bookmark_value><bookmark_value>მნიშვნელობები;გეომეტრია</bookmark_value>"
-#: 04060110.xhp#par_id3148925.23.help.text
-msgid "<ahelp hid=\"HID_FUNC_ERSETZEN\">Replaces part of a text string with a different text string.</ahelp> This function can be used to replace both characters and numbers (which are automatically converted to text). The result of the function is always displayed as text. If you intend to perform further calculations with a number which has been replaced by text, you will need to convert it back to a number using the <link href=\"text/scalc/01/04060110.xhp\" name=\"VALUE\">VALUE</link> function."
-msgstr ""
+#. ]uCX
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3148425\n"
+"85\n"
+"help.text"
+msgid "GEOMEAN"
+msgstr "GEOMEAN"
-#: 04060110.xhp#par_id3158426.24.help.text
-msgid "Any text containing numbers must be enclosed in quotation marks if you do not want it to be interpreted as a number and automatically converted to text."
-msgstr ""
+#. 78$b
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3156257\n"
+"86\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_GEOMITTEL\">Returns the geometric mean of a sample.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_GEOMITTEL\">აბრუნებს შერჩევის გეომეტრიულ მნიშვნელობას.</ahelp>"
-#: 04060110.xhp#hd_id3149159.25.help.text
-msgctxt "04060110.xhp#hd_id3149159.25.help.text"
+#. 5K)d
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3147167\n"
+"87\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060110.xhp#par_id3147286.26.help.text
-msgid "REPLACE(\"Text\"; Position; Length; \"NewText\")"
-msgstr "REPLACE(ტექსტი; პოზიცია; სიგრძე; ახალი ტექსტი)"
-
-#: 04060110.xhp#par_id3149797.27.help.text
-msgid " <emph>Text</emph> refers to text of which a part will be replaced."
-msgstr "<emph>ტექსტი</emph> მიუთითებს ტექსტზე რომლის ნაწილიც უნდა ჩანაცვლდეს."
-
-#: 04060110.xhp#par_id3166451.28.help.text
-msgid " <emph>Position</emph> refers to the position within the text where the replacement will begin."
-msgstr "<emph>პოზიცია</emph> არის ტექსტში პოზიცია საიდანაც ტექსტის ჩანაცვლება დაიწყება."
-
-#: 04060110.xhp#par_id3156040.29.help.text
-msgid " <emph>Length</emph> is the number of characters in <emph>Text</emph> to be replaced."
-msgstr "<emph>სიგრძე</emph> არის <emph>ტექსტში</emph> ჩასანაცვლებელ სიმბოლოთა რაოდენობა."
+#. |T_7
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3153720\n"
+"88\n"
+"help.text"
+msgid "GEOMEAN(Number1; Number2; ...Number30)"
+msgstr "GEOMEAN(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
-#: 04060110.xhp#par_id3159188.30.help.text
-msgid " <emph>NewText</emph> refers to the text which replaces <emph>Text</emph>."
-msgstr "<emph>ახალი ტექსტი</emph> მიუთითებს ტექსტს რომლითაც ჩანაცვლებული იქნება <emph>ტექსტი</emph>."
+#. ?`uK
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3152585\n"
+"89\n"
+"help.text"
+msgid "<emph>Number1, Number2,...Number30</emph> are numeric arguments or ranges that represent a random sample."
+msgstr "<emph>რიცხვი 1; რიცხვი 2;...რიცხვი 30</emph> არის შერჩევის ამსახველი დიაპაზონის ციფრული მნიშვნელობები."
-#: 04060110.xhp#hd_id3146958.31.help.text
-msgctxt "04060110.xhp#hd_id3146958.31.help.text"
+#. o/4;
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3146146\n"
+"90\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060110.xhp#par_id3154096.32.help.text
-msgid " <item type=\"input\">=REPLACE(\"1234567\";1;1;\"444\")</item> returns \"444234567\". One character at position 1 is replaced by the complete <item type=\"literal\">NewText</item>."
-msgstr ""
+#. Knm@
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3149819\n"
+"92\n"
+"help.text"
+msgid "<item type=\"input\">=GEOMEAN(23;46;69)</item> = 41.79. The geometric mean value of this random sample is therefore 41.79."
+msgstr "GEOMEAN(23; 46; 69) = 41.79. ამრიგად შემთხვევითი შერჩევის გეომეტრიული მნიშვნელობაა 41.79."
-#: 04060110.xhp#bm_id3149741.help.text
-msgid "<bookmark_value>REPT function</bookmark_value>"
-msgstr "<bookmark_value>REPT ფუნქცია</bookmark_value>"
+#. 0O;:
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"bm_id3152966\n"
+"help.text"
+msgid "<bookmark_value>TRIMMEAN function</bookmark_value> <bookmark_value>means;of data set without margin data</bookmark_value>"
+msgstr "<bookmark_value>TRIMMEAN ფუნქცია</bookmark_value><bookmark_value>მნიშვნელობა;მონაცემის მონაცემთა კიდის გარეშე</bookmark_value>"
-#: 04060110.xhp#hd_id3149741.193.help.text
-msgid "REPT"
-msgstr "REPT"
+#. =Mi#
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3152966\n"
+"94\n"
+"help.text"
+msgid "TRIMMEAN"
+msgstr "TRIMMEAN"
-#: 04060110.xhp#par_id3153748.194.help.text
-msgid "<ahelp hid=\"HID_FUNC_WIEDERHOLEN\">Repeats a character string by the given <emph>number</emph> of copies.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_WIEDERHOLEN\">იმეორებს სიმბოლოთა სტრიქონს მოცემული <emph>რაოდენობის</emph> ასლებით.</ahelp>"
+#. O81(
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3149716\n"
+"95\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_GESTUTZTMITTEL\">Returns the mean of a data set without the Alpha percent of data at the margins.</ahelp>"
+msgstr ""
-#: 04060110.xhp#hd_id3152884.195.help.text
-msgctxt "04060110.xhp#hd_id3152884.195.help.text"
+#. ~tqI
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3149281\n"
+"96\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060110.xhp#par_id3150494.196.help.text
-msgid "REPT(\"Text\"; Number)"
-msgstr "REPT(ტექსტი; რაოდენობა)"
-
-#: 04060110.xhp#par_id3154859.197.help.text
-msgid " <emph>Text</emph> is the text to be repeated."
-msgstr "<emph>ტექსტი</emph> არის გასამეორებელი ტექსტი."
-
-#: 04060110.xhp#par_id3150638.198.help.text
-msgid " <emph>Number</emph> is the number of repetitions."
-msgstr "<emph>რაოდენობა</emph> არის განმეორებათა რაოდენობა."
+#. Xzuh
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3154821\n"
+"97\n"
+"help.text"
+msgid "TRIMMEAN(Data; Alpha)"
+msgstr "TRIMMEAN(მონაცემები; ალფა)"
-#: 04060110.xhp#par_id3149922.212.help.text
-msgid "The result can be a maximum of 255 characters."
-msgstr "შედეგში შეიძლება იყოს მაქსიმუმ 255 სიმბოლო."
+#. 0Dgd
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3155834\n"
+"98\n"
+"help.text"
+msgid "<emph>Data</emph> is the array of data in the sample."
+msgstr "<emph>მონაცემი</emph> არის მონაცემთა მასივი მაგალითში."
-#: 04060110.xhp#hd_id3156213.199.help.text
-msgctxt "04060110.xhp#hd_id3156213.199.help.text"
+#. YoM8
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3156304\n"
+"99\n"
+"help.text"
+msgid "<emph>Alpha</emph> is the percentage of the marginal data that will not be taken into consideration."
+msgstr ""
+
+#. 7b4w
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3151180\n"
+"100\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060110.xhp#par_id3148626.200.help.text
-msgid " <item type=\"input\">=REPT(\"Good morning\";2)</item> returns Good morningGood morning."
-msgstr ""
-
-#: 04060110.xhp#bm_id3149805.help.text
-msgid "<bookmark_value>RIGHT function</bookmark_value>"
-msgstr "<bookmark_value>RIGHT ფუნქცია</bookmark_value>"
+#. lkf+
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3156130\n"
+"101\n"
+"help.text"
+msgid "<item type=\"input\">=TRIMMEAN(A1:A50; 0.1)</item> calculates the mean value of numbers in A1:A50, without taking into consideration the 5 percent of the values representing the highest values and the 5 percent of the values representing the lowest ones. The percentage numbers refer to the amount of the untrimmed mean value, not to the number of summands."
+msgstr ""
+
+#. ^`=|
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"bm_id3153216\n"
+"help.text"
+msgid "<bookmark_value>ZTEST function</bookmark_value>"
+msgstr "<bookmark_value>ZTEST ფუნქცია</bookmark_value>"
-#: 04060110.xhp#hd_id3149805.113.help.text
-msgid "RIGHT"
-msgstr "RIGHT"
+#. 6[)V
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3153216\n"
+"103\n"
+"help.text"
+msgid "ZTEST"
+msgstr "ZTEST"
-#: 04060110.xhp#par_id3145375.114.help.text
-msgid "<ahelp hid=\"HID_FUNC_RECHTS\">Returns the last character or characters of a text.</ahelp>"
+#. A^R5
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3150758\n"
+"104\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_GTEST\">Calculates the probability of observing a z-statistic greater than the one computed based on a sample.</ahelp>"
msgstr ""
-#: 04060110.xhp#hd_id3150837.115.help.text
-msgctxt "04060110.xhp#hd_id3150837.115.help.text"
+#. -!Ho
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3150872\n"
+"105\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060110.xhp#par_id3154344.116.help.text
-msgid "RIGHT(\"Text\"; Number)"
-msgstr "RIGHT(ტექსტი; რაოდენობა)"
-
-#: 04060110.xhp#par_id3149426.117.help.text
-msgid " <emph>Text</emph> is the text of which the right part is to be determined."
-msgstr "<emph>ტექსტი</emph> არის ტექსტი რომლის მარჯვენა ნაწილი უნდა განისაზღვროს."
-
-#: 04060110.xhp#par_id3153350.118.help.text
-msgid " <emph>Number</emph> (optional) is the number of characters from the right part of the text."
-msgstr "<emph>რაოდენობა</emph> (არასავალდებულო) არის ტექსტის მარჯვენა მხრიდან სიმბოლოთა რაოდენობა."
-
-#: 04060110.xhp#hd_id3148661.119.help.text
-msgctxt "04060110.xhp#hd_id3148661.119.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. ifNL
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3153274\n"
+"106\n"
+"help.text"
+msgid "ZTEST(Data; mu; Sigma)"
+msgstr "ZTEST(მონაცემი; რიცხვი; სიგმა)"
-#: 04060110.xhp#par_id3151132.120.help.text
-msgid " <item type=\"input\">=RIGHT(\"Sun\";2)</item> returns un."
+#. OzKc
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3156109\n"
+"107\n"
+"help.text"
+msgid "<emph>Data</emph> is the given sample, drawn from a normally distributed population."
+msgstr ""
+
+#. [:%-
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3149977\n"
+"108\n"
+"help.text"
+msgid "<emph>mu</emph> is the known mean of the population."
+msgstr ""
+
+#. +*8(
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3154740\n"
+"109\n"
+"help.text"
+msgid "<emph>Sigma</emph> (optional) is the known standard deviation of the population. If omitted, the standard deviation of the given sample is used."
+msgstr ""
+
+#. Z60f
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id0305200911372999\n"
+"help.text"
+msgid "See also the <link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_ZTEST_function\">Wiki page</link>."
msgstr ""
-#: 04060110.xhp#bm_id3153534.help.text
-msgid "<bookmark_value>ROMAN function</bookmark_value>"
-msgstr "<bookmark_value>ROMAN ფუნქცია</bookmark_value>"
+#. Hi(U
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"bm_id3153623\n"
+"help.text"
+msgid "<bookmark_value>HARMEAN function</bookmark_value> <bookmark_value>means;harmonic</bookmark_value>"
+msgstr "<bookmark_value>HARMEAN ფუნქცია</bookmark_value><bookmark_value>მნიშვნელობები;ჰარმონია</bookmark_value>"
-#: 04060110.xhp#hd_id3153534.248.help.text
-msgid "ROMAN"
-msgstr "ROMAN"
+#. b`un
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3153623\n"
+"113\n"
+"help.text"
+msgid "HARMEAN"
+msgstr "HARMEAN"
-#: 04060110.xhp#par_id3151256.249.help.text
-msgid "<ahelp hid=\"HID_FUNC_ROEMISCH\">Converts a number into a Roman numeral. The value range must be between 0 and 3999, the modes can be integers from 0 to 4.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_ROEMISCH\">რიცხვები გადაყავს რომაულ რიცხვებში. მნიშვნელობა უნდა იყო 0-დან 3999, რეჟიმები შეიძლება იყოს მთელი რიცხვები 0-დან 4-მდე.</ahelp>"
+#. (FYq
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3155102\n"
+"114\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_HARMITTEL\">Returns the harmonic mean of a data set.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_HARMITTEL\">აბრუნებს მონაცემთა განლაგების ჰარმონიულ მნიშვნელობას.</ahelp>"
-#: 04060110.xhp#hd_id3149299.250.help.text
-msgctxt "04060110.xhp#hd_id3149299.250.help.text"
+#. a7)A
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3146900\n"
+"115\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060110.xhp#par_id3150593.251.help.text
-msgid "ROMAN(Number; Mode)"
-msgstr "ROMAN(რიცხვი; რეჟიმი)"
-
-#: 04060110.xhp#par_id3156139.252.help.text
-msgid " <emph>Number</emph> is the number that is to be converted into a Roman numeral."
-msgstr "<emph>რიცხვი</emph> არის რომაულ რიცხვად გარდასაქმნელი რიცხვი."
-
-#: 04060110.xhp#par_id3153318.253.help.text
-msgid " <emph>Mode</emph> (optional) indicates the degree of simplification. The higher the value, the greater is the simplification of the Roman number."
-msgstr "<emph>რეჟიმი</emph> (არასავალდებულო) განსაზღვრავს გამარტივების დონეს. რაც მაღალია მნიშვჰნელობა, მით უფრო გამარტივებულია რიცხვი."
+#. p:b#
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3149287\n"
+"116\n"
+"help.text"
+msgid "HARMEAN(Number1; Number2; ...Number30)"
+msgstr "HARMEAN(რიცხვი 1; რიცხვი 2; ... რიცხვი 30)"
-#: 04060110.xhp#hd_id3145306.254.help.text
-msgctxt "04060110.xhp#hd_id3145306.254.help.text"
+#. N9Me
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3154303\n"
+"117\n"
+"help.text"
+msgid "<emph>Number1,Number2,...Number30</emph> are up to 30 values or ranges, that can be used to calculate the harmonic mean."
+msgstr ""
+
+#. *~5k
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3159179\n"
+"118\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060110.xhp#par_id3151371.255.help.text
-msgid " <item type=\"input\">=ROMAN(999)</item> returns CMXCIX"
-msgstr ""
-
-#: 04060110.xhp#par_id3153938.256.help.text
-msgid " <item type=\"input\">=ROMAN(999;0)</item> returns CMXCIX"
-msgstr ""
-
-#: 04060110.xhp#par_id3148412.257.help.text
-msgid " <item type=\"input\">=ROMAN (999;1)</item> returns LMVLIV"
-msgstr ""
-
-#: 04060110.xhp#par_id3155421.258.help.text
-msgid " <item type=\"input\">=ROMAN(999;2)</item> returns XMIX"
-msgstr ""
-
-#: 04060110.xhp#par_id3149235.259.help.text
-msgid " <item type=\"input\">=ROMAN(999;3)</item> returns VMIV"
-msgstr ""
-
-#: 04060110.xhp#par_id3150624.260.help.text
-msgid " <item type=\"input\">=ROMAN(999;4)</item> returns IM"
-msgstr ""
+#. H?sh
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3146093\n"
+"120\n"
+"help.text"
+msgid "<item type=\"input\">=HARMEAN(23;46;69)</item> = 37.64. The harmonic mean of this random sample is thus 37.64"
+msgstr "GEOMEAN(23; 46; 69) = 41.79. ამრიგად შემთხვევითი შერჩევის გეომეტრიული მნიშვნელობაა 41.79."
-#: 04060110.xhp#bm_id3151005.help.text
-msgid "<bookmark_value>SEARCH function</bookmark_value>"
-msgstr "<bookmark_value>SEARCH ფუნქცია</bookmark_value>"
+#. ~Z/S
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"bm_id3152801\n"
+"help.text"
+msgid "<bookmark_value>HYPGEOMDIST function</bookmark_value> <bookmark_value>sampling without replacement</bookmark_value>"
+msgstr "<bookmark_value>HYPGEOMDIST ფუნქცია</bookmark_value><bookmark_value>მაშტაბირება ჩანაცვების გარეშე</bookmark_value>"
-#: 04060110.xhp#hd_id3151005.122.help.text
-msgid "SEARCH"
-msgstr "SEARCH"
+#. }hbd
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3152801\n"
+"122\n"
+"help.text"
+msgid "HYPGEOMDIST"
+msgstr "HYPGEOMDIST"
-#: 04060110.xhp#par_id3148692.123.help.text
-msgid "<ahelp hid=\"HID_FUNC_SUCHEN\">Returns the position of a text segment within a character string.</ahelp> You can set the start of the search as an option. The search text can be a number or any sequence of characters. The search is not case-sensitive."
-msgstr ""
+#. .Jog
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3159341\n"
+"123\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_HYPGEOMVERT\">Returns the hypergeometric distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_HYPGEOMVERT\">აბრუნებს ჰიპერბოლიურ განაწილებას.</ahelp>"
-#: 04060110.xhp#hd_id3152964.124.help.text
-msgctxt "04060110.xhp#hd_id3152964.124.help.text"
+#. Qlh-
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3154697\n"
+"124\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060110.xhp#par_id3154671.125.help.text
-msgid "SEARCH(\"FindText\"; \"Text\"; Position)"
-msgstr "SEARCH(მოსაძებნი_ტექსტი; ტექსტი; პოზიცია)"
+#. LGDf
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3155388\n"
+"125\n"
+"help.text"
+msgid "HYPGEOMDIST(X; NSample; Successes; NPopulation)"
+msgstr "HYPGEOMDIST(X; N_შერჩევა; წარმატებები; N_მოსახლეობა)"
-#: 04060110.xhp#par_id3146080.126.help.text
-msgid " <emph>FindText</emph> is the text to be searched for."
-msgstr "<emph>მოსაძებნი_ტექსტი</emph> არის მოსაძებნი ტექსტი."
+#. pgh*
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3154933\n"
+"126\n"
+"help.text"
+msgid "<emph>X</emph> is the number of results achieved in the random sample."
+msgstr "<emph>X</emph> არის შედეგის ნომერი რომელიც მოცემულია შემთხვევით შერჩევაში."
-#: 04060110.xhp#par_id3154111.127.help.text
-msgid " <emph>Text</emph> is the text where the search will take place."
-msgstr "<emph>ტექსტი</emph> არის ტექსტი სადაც განხორციელდება ძიება."
+#. E!n%
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3153106\n"
+"127\n"
+"help.text"
+msgid "<emph>NSample</emph> is the size of the random sample."
+msgstr "<emph>N_შერჩევა</emph> არის შემთხვევითი შერჩევის ზომა."
-#: 04060110.xhp#par_id3149559.128.help.text
-msgid " <emph>Position</emph> (optional) is the position in the text where the search is to start."
-msgstr "<emph>პოზიცია</emph> (არასავალდებულო) არის ტექსტის პოზიცია საიდანაც იწყება ძებნა."
+#. \3gV
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3146992\n"
+"128\n"
+"help.text"
+msgid "<emph>Successes</emph> is the number of possible results in the total population."
+msgstr "<emph>წარმატება</emph> მთელ მოსახლეობაში შესაძლო შედეგების რაოდენობა."
+
+#. \uMB
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3148826\n"
+"129\n"
+"help.text"
+msgid "<emph>NPopulation </emph>is the size of the total population."
+msgstr "<emph>N_მოსახლეობა </emph>არის სრული მოსახლეობის ზომა."
-#: 04060110.xhp#hd_id3147322.129.help.text
-msgctxt "04060110.xhp#hd_id3147322.129.help.text"
+#. XC(S
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3150529\n"
+"130\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060110.xhp#par_id3154564.130.help.text
-msgid " <item type=\"input\">=SEARCH(54;998877665544)</item> returns 10."
-msgstr ""
+#. vT/2
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3154904\n"
+"131\n"
+"help.text"
+msgid "<item type=\"input\">=HYPGEOMDIST(2;2;90;100)</item> yields 0.81. If 90 out of 100 pieces of buttered toast fall from the table and hit the floor with the buttered side first, then if 2 pieces of buttered toast are dropped from the table, the probability is 81%, that both will strike buttered side first."
+msgstr ""
+
+#. W~BN
+#: 12010100.xhp
+msgctxt ""
+"12010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Options"
+msgstr "პარამეტრები"
-#: 04060110.xhp#bm_id3154830.help.text
-msgid "<bookmark_value>SUBSTITUTE function</bookmark_value>"
-msgstr "<bookmark_value>SUBSTITUTE ფუნქცია</bookmark_value>"
+#. T]G3
+#: 12010100.xhp
+msgctxt ""
+"12010100.xhp\n"
+"hd_id3154760\n"
+"1\n"
+"help.text"
+msgid "Options"
+msgstr "პარამეტრები"
-#: 04060110.xhp#hd_id3154830.174.help.text
-msgid "SUBSTITUTE"
-msgstr "SUBSTITUTE"
+#. +xLZ
+#: 12010100.xhp
+msgctxt ""
+"12010100.xhp\n"
+"hd_id3153379\n"
+"3\n"
+"help.text"
+msgid "Contains column labels"
+msgstr "შეიცავს სვეტის ეტიკეტებს"
-#: 04060110.xhp#par_id3153698.175.help.text
-msgid "<ahelp hid=\"HID_FUNC_WECHSELN\">Substitutes new text for old text in a string.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_WECHSELN\">სტრიქონში ძველ ტექსტს ახლით ანაცვლებს.</ahelp>"
+#. OKWl
+#: 12010100.xhp
+msgctxt ""
+"12010100.xhp\n"
+"par_id3148798\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_DBNAMES:BTN_HEADER\" visibility=\"visible\">Selected cell ranges contains labels.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_DBNAMES:BTN_HEADER\" visibility=\"visible\">ეტიკეტების შემცველი უჯრების დიაპაზონის მონიშვნა.</ahelp>"
-#: 04060110.xhp#hd_id3150994.176.help.text
-msgctxt "04060110.xhp#hd_id3150994.176.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. xM46
+#: 12010100.xhp
+msgctxt ""
+"12010100.xhp\n"
+"hd_id3153970\n"
+"5\n"
+"help.text"
+msgid "Insert or delete cells"
+msgstr "უჯრების ჩამატება ან წაშლა"
-#: 04060110.xhp#par_id3147582.177.help.text
-msgid "SUBSTITUTE(\"Text\"; \"SearchText\"; \"NewText\"; Occurrence)"
+#. cb8[
+#: 12010100.xhp
+msgctxt ""
+"12010100.xhp\n"
+"par_id3154684\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_DBNAMES:BTN_SIZE\" visibility=\"visible\">Automatically inserts new rows and columns into the database range in your document when new records are added to the database.</ahelp> To manually update the database range, choose <emph>Data - Refresh</emph> <emph>Range</emph>."
msgstr ""
-#: 04060110.xhp#par_id3153675.178.help.text
-msgid " <emph>Text</emph> is the text in which text segments are to be exchanged."
-msgstr "<emph>ტექსტი</emph> არის ტექსტი, რომლის სეგმენტებიც უნდა გაიცვალოს."
+#. QhbV
+#: 12010100.xhp
+msgctxt ""
+"12010100.xhp\n"
+"hd_id3153768\n"
+"7\n"
+"help.text"
+msgid "Keep formatting"
+msgstr "ფორმატირების დატოვება"
-#: 04060110.xhp#par_id3156155.179.help.text
-msgid " <emph>SearchText </emph>is the text segment that is to be replaced (a number of times)."
-msgstr "<emph>საძიებო_ტექსტი </emph>არის ჩასანაცვლებელი ტექსტის სეგმენტი (რაოდენობა)."
+#. m/M5
+#: 12010100.xhp
+msgctxt ""
+"12010100.xhp\n"
+"par_id3147435\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_DBNAMES:BTN_FORMAT\" visibility=\"visible\">Applies the existing cell format of headers and first data row to the whole database range.</ahelp>"
+msgstr ""
-#: 04060110.xhp#par_id3145779.180.help.text
-msgid " <emph>NewText</emph> is the text that is to replace the text segment."
-msgstr "<emph>ახალი ტექსტი</emph> არის ტექსტი რომელიც ტექტის სეგმენტს ჩაენაცვლება."
+#. ,\#B
+#: 12010100.xhp
+msgctxt ""
+"12010100.xhp\n"
+"hd_id3155856\n"
+"9\n"
+"help.text"
+msgid "Don't save imported data"
+msgstr "იმპორტირებული მონაცემების არ შენახვა"
-#: 04060110.xhp#par_id3150348.181.help.text
-msgid " <emph>Occurrence</emph> (optional) indicates which occurrence of the search text is to be replaced. If this parameter is missing the search text is replaced throughout."
+#. qvdl
+#: 12010100.xhp
+msgctxt ""
+"12010100.xhp\n"
+"par_id3153363\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_DBNAMES:BTN_STRIPDATA\" visibility=\"visible\">Only saves a reference to the database, and not the contents of the cells.</ahelp>"
msgstr ""
-#: 04060110.xhp#hd_id3150946.182.help.text
-msgctxt "04060110.xhp#hd_id3150946.182.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. vpx$
+#: 12010100.xhp
+msgctxt ""
+"12010100.xhp\n"
+"hd_id3147428\n"
+"11\n"
+"help.text"
+msgid "Source:"
+msgstr "წყარო:"
-#: 04060110.xhp#par_id3150412.183.help.text
-msgid " <item type=\"input\">=SUBSTITUTE(\"123123123\";\"3\";\"abc\")</item> returns 12abc12abc12abc."
+#. }kFl
+#: 12010100.xhp
+msgctxt ""
+"12010100.xhp\n"
+"par_id3148576\n"
+"12\n"
+"help.text"
+msgid "Displays information about the current database source and any existing operators."
msgstr ""
-#: 04060110.xhp#par_id3154915.238.help.text
-msgid " <item type=\"input\">=SUBSTITUTE(\"123123123\";\"3\";\"abc\";2)</item> returns 12312abc123."
-msgstr ""
+#. eK,c
+#: 12010100.xhp
+msgctxt ""
+"12010100.xhp\n"
+"hd_id3146976\n"
+"13\n"
+"help.text"
+msgid "More <<"
+msgstr "დამატებით <<"
-#: 04060110.xhp#bm_id3148977.help.text
-msgid "<bookmark_value>T function</bookmark_value>"
-msgstr "<bookmark_value>T ფუნქცია</bookmark_value>"
+#. wpEC
+#: 12010100.xhp
+msgctxt ""
+"12010100.xhp\n"
+"par_id3149664\n"
+"14\n"
+"help.text"
+msgid "Hides the additional options."
+msgstr "მალავს დამატებით პარამეტრებს."
-#: 04060110.xhp#hd_id3148977.140.help.text
-msgid "T"
-msgstr "T"
+#. zuv\
+#: func_hour.xhp
+msgctxt ""
+"func_hour.xhp\n"
+"tit\n"
+"help.text"
+msgid "HOUR"
+msgstr "HOUR"
+
+#. 2K]k
+#: func_hour.xhp
+msgctxt ""
+"func_hour.xhp\n"
+"bm_id3154725\n"
+"help.text"
+msgid "<bookmark_value>HOUR function</bookmark_value>"
+msgstr "<bookmark_value>HOUR ფუნქცია</bookmark_value>"
-#: 04060110.xhp#par_id3154359.141.help.text
-msgid "<ahelp hid=\"HID_FUNC_T\">This function returns the target text, or a blank text string if the target is not text.</ahelp>"
-msgstr ""
+#. \cbt
+#: func_hour.xhp
+msgctxt ""
+"func_hour.xhp\n"
+"hd_id3154725\n"
+"96\n"
+"help.text"
+msgid "<variable id=\"hour\"><link href=\"text/scalc/01/func_hour.xhp\">HOUR</link></variable>"
+msgstr "<variable id=\"hour\"><link href=\"text/scalc/01/func_hour.xhp\">HOUR</link></variable>"
-#: 04060110.xhp#hd_id3155858.142.help.text
-msgctxt "04060110.xhp#hd_id3155858.142.help.text"
+#. ;X_9
+#: func_hour.xhp
+#, fuzzy
+msgctxt ""
+"func_hour.xhp\n"
+"par_id3149747\n"
+"97\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_STUNDE\">Returns the hour for a given time value.</ahelp> The hour is returned as an integer between 0 and 23."
+msgstr "<ahelp hid=\"HID_FUNC_MONAT\">მოცემული თარიღისთვის აბრუნებს თვეს.</ahelp> თვე ბრუნდება რიცხვის სახით 1-სა და 12-ს შორის."
+
+#. Lk)/
+#: func_hour.xhp
+msgctxt ""
+"func_hour.xhp\n"
+"hd_id3149338\n"
+"98\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060110.xhp#par_id3155871.143.help.text
-msgid "T(Value)"
-msgstr "T(მნიშვნელობა)"
+#. kg4o
+#: func_hour.xhp
+msgctxt ""
+"func_hour.xhp\n"
+"par_id3150637\n"
+"99\n"
+"help.text"
+msgid "HOUR(Number)"
+msgstr "HOUR(რიცხვი)"
-#: 04060110.xhp#par_id3154726.144.help.text
-msgid "If <emph>Value</emph> is a text string or refers to a text string, T returns that text string; otherwise it returns a blank text string."
-msgstr ""
+#. +8@T
+#: func_hour.xhp
+msgctxt ""
+"func_hour.xhp\n"
+"par_id3147547\n"
+"100\n"
+"help.text"
+msgid "<emph>Number</emph>, as a time value, is a decimal, for which the hour is to be returned."
+msgstr "<emph>რიცხვი</emph>, რგორც დროის მნიშვნელობა; არის ათწილადი; რომლისთვისაც დაბრუნდება წამები."
-#: 04060110.xhp#hd_id3155544.145.help.text
-msgctxt "04060110.xhp#hd_id3155544.145.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. ~GO0
+#: func_hour.xhp
+msgctxt ""
+"func_hour.xhp\n"
+"hd_id3153264\n"
+"101\n"
+"help.text"
+msgid "Examples"
+msgstr "მაგალითები"
-#: 04060110.xhp#par_id3151062.146.help.text
-msgid " <item type=\"input\">=T(12345)</item> returns an empty string. "
+#. -X?F
+#: func_hour.xhp
+msgctxt ""
+"func_hour.xhp\n"
+"par_id3159215\n"
+"103\n"
+"help.text"
+msgid "<item type=\"input\">=HOUR(NOW())</item> returns the current hour"
msgstr ""
-#: 04060110.xhp#par_id4650105.help.text
-msgid " <item type=\"input\">=T(\"12345\")</item> returns the string 12345."
+#. gK.R
+#: func_hour.xhp
+msgctxt ""
+"func_hour.xhp\n"
+"par_id3145152\n"
+"104\n"
+"help.text"
+msgid "<item type=\"input\">=HOUR(C4)</item> returns 17 if the contents of C4 = <item type=\"input\">17:20:00</item>."
msgstr ""
-#: 04060110.xhp#bm_id3147132.help.text
-msgid "<bookmark_value>TEXT function</bookmark_value>"
-msgstr "<bookmark_value>TEXT ფუნქცია</bookmark_value>"
-
-#: 04060110.xhp#hd_id3147132.158.help.text
-msgid "TEXT"
-msgstr "TEXT"
-
-#: 04060110.xhp#par_id3147213.159.help.text
-msgid "<ahelp hid=\"HID_FUNC_TEXT\">Converts a number into text according to a given format.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_TEXT\">რიცხვს გარდაქმნის ტექსტად მიმდინარე ფორმატირების თანახმად.</ahelp>"
-
-#: 04060110.xhp#hd_id3153129.160.help.text
-msgctxt "04060110.xhp#hd_id3153129.160.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. S%jC
+#: func_hour.xhp
+msgctxt ""
+"func_hour.xhp\n"
+"par_id3154188\n"
+"105\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060102.xhp\" name=\"YEAR\">YEAR</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"NOW\">NOW</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"MINUTE\">MINUTE</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"MONTH\">MONTH</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"DAY\">DAY</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"WEEKDAY\">WEEKDAY</link>."
+msgstr "<link href=\"text/scalc/01/04060102.xhp\" name=\"YEAR\">YEAR</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"NOW\">NOW</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"MINUTE\">MINUTE</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"MONTH\">MONTH</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"DAY\">DAY</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"WEEKDAY\">WEEKDAY</link>."
-#: 04060110.xhp#par_id3147377.161.help.text
-msgid "TEXT(Number; Format)"
-msgstr "TEXT(რიცხვი; ფორმატი)"
+#. Nnq0
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"tit\n"
+"help.text"
+msgid "Add-in Functions, List of Analysis Functions Part One"
+msgstr "დამატებითი ფუნქციები, ანალიზის ფუნქციების სია პირველი ნაწილი"
-#: 04060110.xhp#par_id3147389.162.help.text
-msgid " <emph>Number</emph> is the numerical value to be converted."
-msgstr "<emph>რიცხვი</emph> არის გარდასაქმნელი ციფრული მნიშვნელობა."
+#. ^HrA
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3152871\n"
+"help.text"
+msgid "<bookmark_value>add-ins; analysis functions</bookmark_value><bookmark_value>analysis functions</bookmark_value>"
+msgstr "<bookmark_value>დამატება; ანალიზის ფუნქციები</bookmark_value><bookmark_value>ანალიზის ფუნქციები</bookmark_value>"
-#: 04060110.xhp#par_id3156167.163.help.text
-msgid " <emph>Format</emph> is the text which defines the format. Use decimal and thousands separators according to the language set in the cell format."
-msgstr "<emph>ფორმატი</emph> არის ტექსტი რომელიც განსაზრვრავს ფორმატს. გამოიყენეთ ათწილადების და და ათასების გამყოფი როგორც ეს უჯრის ფორმატშია მითითებული."
+#. ]3Bh
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3152871\n"
+"1\n"
+"help.text"
+msgid "Add-in Functions, List of Analysis Functions Part One"
+msgstr "დამატებითი ფუნქციები, ანალიზის ფუნქციების სია პირველი ნაწილი"
-#: 04060110.xhp#hd_id1243629.help.text
-msgctxt "04060110.xhp#hd_id1243629.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. -;j/
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3149873\n"
+"102\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060110.xhp\" name=\"General conversion function BASIS\">General conversion function BASIS</link>"
+msgstr "<link href=\"text/scalc/01/04060110.xhp\" name=\"General conversion function BASIS\">საერთო გარდაქმნის ფუნქციების საფუძვლები</link>"
-#: 04060110.xhp#par_id9044770.help.text
-msgid " <item type=\"input\">=TEXT(12.34567;\"###.##\")</item> returns the text 12.35"
-msgstr ""
+#. If)H
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3145324\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060116.xhp\" name=\"Analysis functions Part Two\">Analysis functions Part Two</link>"
+msgstr "<link href=\"text/scalc/01/04060116.xhp\" name=\"Analysis functions Part Two\">ანალიზის ფუნქციები მეორე ნაწილი</link>"
-#: 04060110.xhp#par_id3674123.help.text
-msgid " <item type=\"input\">=TEXT(12.34567;\"000.00\")</item> returns the text 012.35"
-msgstr ""
+#. d5M.
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3155751\n"
+"156\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060111.xhp\" name=\"Back to the Overview\">Back to the Overview</link>"
+msgstr "<link href=\"text/scalc/01/04060111.xhp\" name=\"Back to the Overview\">უკან მიმოხილვისკენ</link>"
-#: 04060110.xhp#bm_id3151039.help.text
-msgid "<bookmark_value>TRIM function</bookmark_value>"
-msgstr "<bookmark_value>TRIM ფუნქცია</bookmark_value>"
+#. L_]8
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3153074\n"
+"help.text"
+msgid "<bookmark_value>Bessel functions</bookmark_value>"
+msgstr "<bookmark_value>Bessel ფუნქცია</bookmark_value>"
-#: 04060110.xhp#hd_id3151039.54.help.text
-msgid "TRIM"
-msgstr "TRIM"
+#. )F?P
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3153334\n"
+"111\n"
+"help.text"
+msgid "BESSELI"
+msgstr "BESSELI"
-#: 04060110.xhp#par_id3157888.55.help.text
-msgid "<ahelp hid=\"HID_FUNC_GLAETTEN\">Removes spaces from a string, leaving only a single space character between words.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_GLAETTEN\">სტრიქონიდან შვლის ღარებს, სიტყვებს შორის ტოვებს მხოლოდ ერთ ღარის სიმბოლოს.</ahelp>"
+#. +:/1
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3153960\n"
+"112\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_BESSELI\">Calculates the modified Bessel function.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_BESSELI\">გამოთვლის ჩასწორებულ ბაზელის ფუნქციას.</ahelp>"
-#: 04060110.xhp#hd_id3152913.56.help.text
-msgctxt "04060110.xhp#hd_id3152913.56.help.text"
+#. -OT!
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3150392\n"
+"113\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060110.xhp#par_id3151349.57.help.text
-msgid "TRIM(\"Text\")"
-msgstr "TRIM(ტექსტი)"
-
-#: 04060110.xhp#par_id3151362.58.help.text
-msgid " <emph>Text</emph> refers to text in which spaces are removed."
-msgstr "<emph>ტექსტი</emph> არის ტექსტი, რომლიდანაც ღარები ამიუღება."
+#. 2D/(
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3147295\n"
+"114\n"
+"help.text"
+msgid "BESSELI(X; N)"
+msgstr "BESSELI(x;n)"
-#: 04060110.xhp#hd_id3146838.59.help.text
-msgctxt "04060110.xhp#hd_id3146838.59.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. /elH
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3151338\n"
+"115\n"
+"help.text"
+msgid "<emph>X</emph> is the value on which the function will be calculated."
+msgstr "x: მნიშვნელობა, რომელზეც გამოითვლება ფუნქცია."
-#: 04060110.xhp#par_id3156074.60.help.text
-msgid " <item type=\"input\">=TRIM(\"hello\")</item> returns hello."
+#. HhwV
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3151392\n"
+"116\n"
+"help.text"
+msgid "<emph>N</emph> is the order of the Bessel function"
msgstr ""
-#: 04060110.xhp#bm_id0907200904030935.help.text
-msgid "<bookmark_value>UNICHAR function</bookmark_value>"
-msgstr "<bookmark_value>CHAR ფუნქცია</bookmark_value>"
-
-#: 04060110.xhp#hd_id0907200904022525.help.text
-msgid "UNICHAR"
-msgstr ""
+#. PA~X
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3153027\n"
+"103\n"
+"help.text"
+msgid "BESSELJ"
+msgstr "BESSELJ"
-#: 04060110.xhp#par_id0907200904022538.help.text
-msgid "<ahelp hid=\".\">Converts a code number into a Unicode character or letter.</ahelp>"
-msgstr ""
+#. ?FK?
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3153015\n"
+"104\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_BESSELJ\">Calculates the Bessel function (cylinder function).</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_BESSELJ\">ანგარიშობს ბაზელის ფუნქციას (ცილინდრულ ფუნქციას).</ahelp>"
-#: 04060110.xhp#hd_id0907200904123753.help.text
-msgctxt "04060110.xhp#hd_id0907200904123753.help.text"
+#. :%D=
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3146884\n"
+"105\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060110.xhp#par_id0907200904123753.help.text
-msgid "UNICHAR(number)"
-msgstr ""
+#. sqpQ
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3150032\n"
+"106\n"
+"help.text"
+msgid "BESSELJ(X; N)"
+msgstr "BESSELJ(x;n)"
-#: 04060110.xhp#hd_id0907200904123720.help.text
-msgctxt "04060110.xhp#hd_id0907200904123720.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. MR2u
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3150378\n"
+"107\n"
+"help.text"
+msgid "<emph>X</emph> is the value on which the function will be calculated."
+msgstr "x: მნიშვნელობა, რომელზეც გამოითვლება ფუნქცია."
-#: 04060110.xhp#par_id090720090412378.help.text
-msgid "=UNICHAR(169) returns the Copyright character <emph>©</emph>."
+#. $Rcr
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3145638\n"
+"108\n"
+"help.text"
+msgid "<emph>N</emph> is the order of the Bessel function"
msgstr ""
-#: 04060110.xhp#bm_id0907200904033543.help.text
-msgid "<bookmark_value>UNICODE function</bookmark_value>"
-msgstr "<bookmark_value>CODE ფუნქცია</bookmark_value>"
-
-#: 04060110.xhp#hd_id0907200904022588.help.text
-msgid "UNICODE"
-msgstr ""
+#. 9u|6
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3149946\n"
+"117\n"
+"help.text"
+msgid "BESSELK"
+msgstr "BESSELK"
-#: 04060110.xhp#par_id0907200904022594.help.text
-msgid "<ahelp hid=\".\">Returns the numeric code for the first Unicode character in a text string.</ahelp>"
-msgstr ""
+#. p`R0
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3159122\n"
+"118\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_BESSELK\">Calculates the modified Bessel function.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_BESSELK\">გამოთვლის ჩასწორებულ ბეზელის ფუნქციას.</ahelp>"
-#: 04060110.xhp#hd_id0907200904123874.help.text
-msgctxt "04060110.xhp#hd_id0907200904123874.help.text"
+#. #oou
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3150650\n"
+"119\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060110.xhp#par_id0907200904123846.help.text
-msgid "UNICODE(\"Text\")"
-msgstr "CODE(ტექსტი)"
+#. I/=#
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3149354\n"
+"120\n"
+"help.text"
+msgid "BESSELK(X; N)"
+msgstr "BESSELK(x;n)"
-#: 04060110.xhp#hd_id0907200904123899.help.text
-msgctxt "04060110.xhp#hd_id0907200904123899.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. joQ:
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3150481\n"
+"121\n"
+"help.text"
+msgid "<emph>X</emph> is the value on which the function will be calculated."
+msgstr "x: მნიშვნელობა, რომელზეც გამოითვლება ფუნქცია."
-#: 04060110.xhp#par_id0907200904123919.help.text
-msgid "=UNICODE(\"©\") returns the Unicode number 169 for the Copyright character."
+#. #fYg
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3150024\n"
+"122\n"
+"help.text"
+msgid "<emph>N</emph> is the order of the Bessel function"
msgstr ""
-#: 04060110.xhp#bm_id3145178.help.text
-msgid "<bookmark_value>UPPER function</bookmark_value>"
-msgstr "<bookmark_value>UPPER ფუნქცია</bookmark_value>"
-
-#: 04060110.xhp#hd_id3145178.62.help.text
-msgid "UPPER"
-msgstr "UPPER"
+#. .Q%f
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3145828\n"
+"123\n"
+"help.text"
+msgid "BESSELY"
+msgstr "BESSELY"
-#: 04060110.xhp#par_id3162905.63.help.text
-msgid "<ahelp hid=\"HID_FUNC_GROSS\">Converts the string specified in the <emph>text</emph> field to uppercase.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_GROSS\"><emph>ტექსტის</emph> ველში მითითებულ სტრიქონს ზედა რეგისტრში გადაიყვანს.</ahelp>"
+#. .fLm
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3146877\n"
+"124\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_BESSELY\">Calculates the modified Bessel function.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_BESSELY\">გამოთვლის ჩასწორებულ ბეზელის ფუნქციას.</ahelp>"
-#: 04060110.xhp#hd_id3148526.64.help.text
-msgctxt "04060110.xhp#hd_id3148526.64.help.text"
+#. ,}Eb
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3146941\n"
+"125\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060110.xhp#par_id3148539.65.help.text
-msgid "UPPER(\"Text\")"
-msgstr "UPPER(ტექსტი)"
-
-#: 04060110.xhp#par_id3148496.66.help.text
-msgid " <emph>Text</emph> refers to the lower case letters you want to convert to upper case."
-msgstr "<emph>ტექსტი</emph> არის ქვედა რეგისტრის ასოები, რომლის ზედა რეგისტრში გადაყვანაც გსურთ."
+#. /:Uf
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3148884\n"
+"126\n"
+"help.text"
+msgid "BESSELY(X; N)"
+msgstr "BESSELY(x;n)"
-#: 04060110.xhp#hd_id3148516.67.help.text
-msgctxt "04060110.xhp#hd_id3148516.67.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. ej#m
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3147475\n"
+"127\n"
+"help.text"
+msgid "<emph>X</emph> is the value on which the function will be calculated."
+msgstr "x: მნიშვნელობა, რომელზეც გამოითვლება ფუნქცია."
-#: 04060110.xhp#par_id3146757.68.help.text
-msgid " <item type=\"input\">=UPPER(\"Good Morning\")</item> returns GOOD MORNING."
+#. CJQr
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3147421\n"
+"128\n"
+"help.text"
+msgid "<emph>N</emph> is the order of the Bessel function"
msgstr ""
-#: 04060110.xhp#bm_id3150802.help.text
-msgid "<bookmark_value>VALUE function</bookmark_value>"
-msgstr "<bookmark_value>VALUE ფუნქცია</bookmark_value>"
+#. 5D@k
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3153034\n"
+"help.text"
+msgid "<bookmark_value>BIN2DEC function</bookmark_value><bookmark_value>converting;binary numbers, into decimal numbers</bookmark_value>"
+msgstr "<bookmark_value>BIN2DEC ფუნქცია</bookmark_value><bookmark_value>გარდაქმნა;ორობითი რიცხვები; ათობით რიცხვებად</bookmark_value>"
-#: 04060110.xhp#hd_id3150802.185.help.text
-msgid "VALUE"
-msgstr "VALUE"
+#. ,JI;
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3153034\n"
+"17\n"
+"help.text"
+msgid "BIN2DEC"
+msgstr "BIN2DEC"
-#: 04060110.xhp#par_id3152551.186.help.text
-msgid "<ahelp hid=\"HID_FUNC_WERT\">Converts a text string into a number.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_WERT\">ტექსტურ სტრიქონს გარდაქმნის რიცხვად.</ahelp>"
+#. K27c
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3144744\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_BIN2DEC\">The result is the decimal number for the binary number entered.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_BIN2DEC\">შედეგი არის შეყვანილი ორობითი რიცხვისთვის ათობითი რიცხვი.</ahelp>"
-#: 04060110.xhp#hd_id3152568.187.help.text
-msgctxt "04060110.xhp#hd_id3152568.187.help.text"
+#. TW+j
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3145593\n"
+"19\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060110.xhp#par_id3153638.188.help.text
-msgid "VALUE(\"Text\")"
-msgstr "VALUE(ტექსტი)"
+#. a[[+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3149726\n"
+"20\n"
+"help.text"
+msgid "BIN2DEC(Number)"
+msgstr "BIN2DEC (რიცხვი)"
-#: 04060110.xhp#par_id3153651.189.help.text
-msgid " <emph>Text</emph> is the text to be converted to a number."
-msgstr "<emph>ტექსტი</emph> არის რიცხვად გარდასაქმნელი ტექსტი."
+#. ..7_
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3150142\n"
+"21\n"
+"help.text"
+msgid "<emph>Number</emph> is a binary number. The number can have a maximum of 10 places (bits). The most significant bit is the sign bit. Negative numbers are entered as two's complement."
+msgstr "რიცხვი: ორობითი რიცხვი. რიცხვს შეიძლება მაქიმუმ 10 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
-#: 04060110.xhp#hd_id3144719.190.help.text
-msgctxt "04060110.xhp#hd_id3144719.190.help.text"
+#. 1814
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3149250\n"
+"22\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060110.xhp#par_id3144733.191.help.text
-msgid " <item type=\"input\">=VALUE(\"4321\")</item> returns 4321."
-msgstr ""
-
-#: 12080300.xhp#tit.help.text
-msgid "Group"
-msgstr "ჯგუფი"
-
-#: 12080300.xhp#hd_id3153088.1.help.text
-msgctxt "12080300.xhp#hd_id3153088.1.help.text"
-msgid "<link href=\"text/scalc/01/12080300.xhp\" name=\"Group\">Group</link>"
-msgstr "<link href=\"text/scalc/01/12080300.xhp\" name=\"Group\">ჯგუფი</link>"
-
-#: 12080300.xhp#par_id3153821.2.help.text
-msgid "<variable id=\"gruppierung\"><ahelp hid=\".uno:Group\" visibility=\"visible\">Defines the selected cell range as a group of rows or columns.</ahelp></variable>"
-msgstr ""
-
-#: 12080300.xhp#par_id3145069.3.help.text
-msgid "When you group a cell range, and outline icon appears in the margins next to the group. To hide or show the group, click the icon. To ungroup the selection, choose <emph>Data – Outline -</emph> <link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\"><emph>Ungroup</emph></link>."
+#. !/Ep
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3145138\n"
+"23\n"
+"help.text"
+msgid "<item type=\"input\">=BIN2DEC(1100100)</item> returns 100."
msgstr ""
-#: 12080300.xhp#hd_id3125863.4.help.text
-msgid "Include"
-msgstr "ჩართვა"
-
-#: 12080300.xhp#hd_id3150448.6.help.text
-msgctxt "12080300.xhp#hd_id3150448.6.help.text"
-msgid "Rows"
-msgstr "რიგები"
-
-#: 12080300.xhp#par_id3153194.7.help.text
-msgid "<ahelp hid=\"HID_SC_GROUP_ROWS\" visibility=\"visible\">Groups the selected rows.</ahelp>"
-msgstr "<ahelp hid=\"HID_SC_GROUP_ROWS\" visibility=\"visible\">აჯგუფებს მონიშნულ რიგებს.</ahelp>"
-
-#: 12080300.xhp#hd_id3145786.8.help.text
-msgctxt "12080300.xhp#hd_id3145786.8.help.text"
-msgid "Columns"
-msgstr "სვეტები"
-
-#: 12080300.xhp#par_id3146984.9.help.text
-msgid "<ahelp hid=\"HID_SC_GROUP_COLS\" visibility=\"visible\">Groups the selected columns.</ahelp>"
-msgstr "<ahelp hid=\"HID_SC_GROUP_COLS\" visibility=\"visible\">მონიშნული სვეტების დაჯგუფება.</ahelp>"
+#. 1.H=
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3149954\n"
+"help.text"
+msgid "<bookmark_value>BIN2HEX function</bookmark_value><bookmark_value>converting;binary numbers, into hexadecimal numbers</bookmark_value>"
+msgstr "<bookmark_value>BIN2HEX ფუნქცია</bookmark_value><bookmark_value>გარდაქმნა;ორობითი რიცხვები; თექსვსმეტობით რიცხვებად</bookmark_value>"
-#: 06130000.xhp#tit.help.text
-msgid "AutoInput"
-msgstr "ავტოშეტანა"
+#. cTpj
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3149954\n"
+"24\n"
+"help.text"
+msgid "BIN2HEX"
+msgstr "BIN2HEX"
-#: 06130000.xhp#bm_id2486037.help.text
-msgid "<bookmark_value>entering entries with AutoInput function</bookmark_value><bookmark_value>capital letters;AutoInput function</bookmark_value>"
-msgstr "<bookmark_value>მონაცემების ავტოშეტანის ფუნქციის შეყვანა</bookmark_value><bookmark_value>მთავრული ასოები;ავტოშეყვანის ფუნქცია</bookmark_value>"
+#. BBAE
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3148585\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_BIN2HEX\">The result is the hexadecimal number for the binary number entered.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_BIN2HEX\">შედეგი არის შეყვანილი ორობითი რიცხვისთვის თექვსმეტობითი რიცხვი.</ahelp>"
-#: 06130000.xhp#hd_id3148492.1.help.text
-msgid "<link href=\"text/scalc/01/06130000.xhp\" name=\"AutoInput\">AutoInput</link>"
-msgstr "<link href=\"text/scalc/01/06130000.xhp\" name=\"AutoInput\">ავტოშეტანა</link>"
+#. FD0F
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3153936\n"
+"26\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 06130000.xhp#par_id3150793.2.help.text
-msgid "<ahelp hid=\".uno:AutoComplete\">Switches the AutoInput function on and off, which automatically completes entries, based on other entries in the same column.</ahelp> The column is scanned up to a maximum of 2000 cells or 200 different strings."
-msgstr ""
+#. eOw*
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3148753\n"
+"27\n"
+"help.text"
+msgid "BIN2HEX(Number; Places)"
+msgstr "BIN2HEX(რიცხვი;ადგილები)"
-#: 06130000.xhp#par_id3156422.8.help.text
-msgid "The completion text is highlighted."
-msgstr "დასრულებული ტექსტი მარკირებულია."
+#. ZUZD
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3155255\n"
+"28\n"
+"help.text"
+msgid "<emph>Number</emph> is a binary number. The number can have a maximum of 10 places (bits). The most significant bit is the sign bit. Negative numbers are entered as two's complement."
+msgstr "რიცხვი: ორობითი რიცხვი. რიცხვს შეიძლება მაქიმუმ 10 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
-#: 06130000.xhp#par_idN1065D.help.text
-msgid "To accept the completion, press <item type=\"keycode\">Enter</item> or a cursor key."
-msgstr ""
+#. e!mB
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3150860\n"
+"29\n"
+"help.text"
+msgid "Places means the number of places to be output."
+msgstr "ადგილები: გამოსატანი ადგილების ნომრები."
-#: 06130000.xhp#par_idN10665.help.text
-msgid "To append text or to edit the completion, press <item type=\"keycode\">F2</item>."
-msgstr ""
+#. `a0b
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3155829\n"
+"30\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 06130000.xhp#par_idN1066D.help.text
-msgid "To view more completions, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab</item> to scroll forward, or <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Tab</item> to scroll backward."
+#. b1\w
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3149686\n"
+"31\n"
+"help.text"
+msgid "<item type=\"input\">=BIN2HEX(1100100;6)</item> returns 000064."
msgstr ""
-#: 06130000.xhp#par_idN10679.help.text
-msgid "To see a list of all available AutoInput text items for the current column, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Down Arrow</item>."
-msgstr ""
+#. Y[!I
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3153332\n"
+"help.text"
+msgid "<bookmark_value>BIN2OCT function</bookmark_value><bookmark_value>converting;binary numbers, into octal numbers</bookmark_value>"
+msgstr "<bookmark_value>BIN2OCT ფუნქცია</bookmark_value><bookmark_value>გარდაქმნა;ორობითი რიცხვები; რვაობით რიცხვებად</bookmark_value>"
-#: 06130000.xhp#par_id3150439.3.help.text
-msgid "When typing formulas using characters that match previous entries, a Help tip will appear listing the last ten functions used from <emph>Function Wizard</emph>, from all defined range names, from all database range names, and from the content of all label ranges."
-msgstr ""
+#. ]Pyy
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3153332\n"
+"9\n"
+"help.text"
+msgid "BIN2OCT"
+msgstr "BIN2OCT"
-#: 06130000.xhp#par_id3153363.5.help.text
-msgid "AutoInput is case-sensitive. If, for example, you have written \"Total\" in a cell, you cannot enter \"total\" in another cell of the same column without first deactivating AutoInput."
-msgstr ""
+#. CYKN
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3155951\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_BIN2OCT\"> The result is the octal number for the binary number entered.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_BIN2OCT\"> შედეგი არის შეყვანილი ორობითი რიცხვისთვის რვაობითი რიცხვი.</ahelp>"
-#: 12040100.xhp#tit.help.text
-msgid "AutoFilter"
-msgstr "ავტოფილტრი"
+#. TMOR
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3153001\n"
+"11\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12040100.xhp#hd_id3153541.1.help.text
-msgid "<link href=\"text/scalc/01/12040100.xhp\" name=\"AutoFilter\">AutoFilter</link>"
-msgstr "<link href=\"text/scalc/01/12040100.xhp\" name=\"AutoFilter\">ავტოფილტრი</link>"
+#. YWmO
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3154508\n"
+"12\n"
+"help.text"
+msgid "BIN2OCT(Number; Places)"
+msgstr "BIN2OCT(რიცხვი;ადგილები)"
-#: 12040100.xhp#par_id3148550.2.help.text
-msgid "<ahelp hid=\".uno:DataFilterAutoFilter\">Automatically filters the selected cell range, and creates one-row list boxes where you can choose the items that you want to display.</ahelp>"
-msgstr ""
+#. R|v)
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3153567\n"
+"13\n"
+"help.text"
+msgid "<emph>Number</emph> is a binary number. The number can have a maximum of 10 places (bits). The most significant bit is the sign bit. Negative numbers are entered as two's complement."
+msgstr "რიცხვი: ორობითი რიცხვი. რიცხვს შეიძლება მაქიმუმ 10 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
-#: 12040100.xhp#par_id3145171.3.help.text
-msgid "<link href=\"text/shared/02/12090000.xhp\" name=\"Default filter\">Default filter</link>"
-msgstr "<link href=\"text/shared/02/12090000.xhp\" name=\"Default filter\">ნაგულისხმები ფილტრი</link>"
+#. Owlo
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3155929\n"
+"14\n"
+"help.text"
+msgid "<emph>Places</emph> means the number of places to be output."
+msgstr "ადგილები: გამოსატანი ადგილების ნომრები."
-#: 06020000.xhp#tit.help.text
-msgctxt "06020000.xhp#tit.help.text"
-msgid "Hyphenation"
-msgstr "ჰიპერნაცია"
+#. bZ=f
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3150128\n"
+"15\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 06020000.xhp#bm_id3159399.help.text
-msgid "<bookmark_value>automatic hyphenation in spreadsheets</bookmark_value><bookmark_value>hyphenation; in spreadsheets</bookmark_value><bookmark_value>syllables in spreadsheets</bookmark_value>"
+#. X]40
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3153733\n"
+"16\n"
+"help.text"
+msgid "<item type=\"input\">=BIN2OCT(1100100;4)</item> returns 0144."
msgstr ""
-#: 06020000.xhp#hd_id3159399.1.help.text
-msgctxt "06020000.xhp#hd_id3159399.1.help.text"
-msgid "Hyphenation"
-msgstr "ჰიპერნაცია"
-
-#: 06020000.xhp#par_id3145068.2.help.text
-msgid "<variable id=\"silben\"><ahelp hid=\".uno:Hyphenate\">The <emph>Hyphenation </emph>command calls the dialog for setting the hyphenation in $[officename] Calc.</ahelp></variable>"
-msgstr ""
+#. ,$-U
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3150014\n"
+"help.text"
+msgid "<bookmark_value>DELTA function</bookmark_value><bookmark_value>recognizing;equal numbers</bookmark_value>"
+msgstr "<bookmark_value>DELTA ფუნქცია</bookmark_value><bookmark_value>ტოლი რიცხვების ამოცნობა</bookmark_value>"
-#: 06020000.xhp#par_id3154366.3.help.text
-msgid "You can only turn on the automatic hyphenation in $[officename] Calc when the <link href=\"text/shared/01/05340300.xhp\" name=\"row break\">row break</link> feature is active."
-msgstr ""
+#. GvUp
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3150014\n"
+"129\n"
+"help.text"
+msgid "DELTA"
+msgstr "DELTA"
-#: 06020000.xhp#hd_id3153192.4.help.text
-msgid "Hyphenation for selected cells."
-msgstr ""
+#. .[aY
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3148760\n"
+"130\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_DELTA\">The result is TRUE (1) if both numbers, which are delivered as an argument, are equal, otherwise it is FALSE (0).</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_DELTA\">შედეგია TRUE (1) თუ ორივე რიცხვი არგუმენტში ტოლია, სხვაგვარად არის FALSE (0).</ahelp>"
-#: 06020000.xhp#par_id3150868.5.help.text
-msgid "Select the cells for which you want to change the hyphenation."
-msgstr ""
+#. NP#~
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3155435\n"
+"131\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 06020000.xhp#par_id3150440.6.help.text
-msgctxt "06020000.xhp#par_id3150440.6.help.text"
-msgid "Choose <emph>Tools - Language - Hyphenation</emph>."
-msgstr "აირჩიეთ <emph>ხელსაწყოები - ენა - ჰიფენაცია</emph>."
+#. G`jq
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3145247\n"
+"132\n"
+"help.text"
+msgid "DELTA(Number1; Number2)"
+msgstr "DELTA(რიცხვი 1;რიცხვი 2)"
-#: 06020000.xhp#par_id3156441.7.help.text
-msgid "The <emph>Format Cells</emph> dialog appears with the <emph>Alignment</emph> tab page open."
-msgstr ""
+#. D%48
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3149002\n"
+"133\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 06020000.xhp#par_id3149260.12.help.text
-msgid "Mark the <emph>Wrap text automatically</emph> and <emph>Hyphenation active</emph> check boxes."
+#. JBUk
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3151020\n"
+"134\n"
+"help.text"
+msgid "<item type=\"input\">=DELTA(1;2)</item> returns 0."
msgstr ""
-#: 06020000.xhp#hd_id3153094.8.help.text
-msgid "Hyphenation for Drawing Objects"
-msgstr "გადატანა -თვის ხაზვა ობიექტები"
-
-#: 06020000.xhp#par_id3148577.9.help.text
-msgid "Select a drawing object."
-msgstr "სახატავი ობიექტის ამორჩევა."
-
-#: 06020000.xhp#par_id3156285.10.help.text
-msgctxt "06020000.xhp#par_id3156285.10.help.text"
-msgid "Choose <emph>Tools - Language - Hyphenation</emph>."
-msgstr "აირჩიეთ <emph>ხელსაწყოები - ენა - ჰიფენაცია</emph>."
+#. L+?.
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3157971\n"
+"help.text"
+msgid "<bookmark_value>DEC2BIN function</bookmark_value><bookmark_value>converting;decimal numbers, into binary numbers</bookmark_value>"
+msgstr "<bookmark_value>DEC2BIN ფუნქცია</bookmark_value><bookmark_value>გარდაქმნა;ათობითი რიცხვები; ორობით რიცხვებად</bookmark_value>"
-#: 06020000.xhp#par_id3147394.11.help.text
-msgid "Each time you call the command you turn the hyphenation for the drawing object on or off. A check mark shows the current status."
-msgstr "დრო -თვის ობიექტი ჩართულია ან გამორთულია A მდგომარეობა."
+#. HaRb
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3157971\n"
+"55\n"
+"help.text"
+msgid "DEC2BIN"
+msgstr "DEC2BIN"
-#: 02190100.xhp#tit.help.text
-msgctxt "02190100.xhp#tit.help.text"
-msgid "Row Break"
-msgstr "რიგის გაწყვეტა"
+#. W`~!
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3153043\n"
+"56\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_DEC2BIN\"> The result is the binary number for the decimal number entered between -512 and 511.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_DEC2BIN\"> შედეგი არის შეყვანილი ათობითი რიცხვისთვის -512 და 511-ს შორის ორობითი რიცხვი.</ahelp>"
-#: 02190100.xhp#bm_id3156326.help.text
-msgid "<bookmark_value>spreadsheets; deleting row breaks</bookmark_value><bookmark_value>deleting;manual row breaks</bookmark_value><bookmark_value>row breaks; deleting</bookmark_value>"
-msgstr "<bookmark_value>ელექტრონული ცხრილები; inserting columns</bookmark_value><bookmark_value>inserting; columns</bookmark_value><bookmark_value>columns; inserting</bookmark_value>"
+#. nE!#
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3145349\n"
+"57\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 02190100.xhp#hd_id3156326.1.help.text
-msgid "<link href=\"text/scalc/01/02190100.xhp\" name=\"Row Break\">Row Break</link>"
-msgstr "<link href=\"text/scalc/01/02190100.xhp\" name=\"Row Break\">Row Break</link>"
+#. 1nJ[
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3150569\n"
+"58\n"
+"help.text"
+msgid "DEC2BIN(Number; Places)"
+msgstr "DEC2BIN(რიცხვი;ადგილები)"
-#: 02190100.xhp#par_id3154366.2.help.text
-msgid "<ahelp hid=\".uno:DeleteRowbreak\">Removes the manual row break above the active cell.</ahelp>"
-msgstr "<ahelp hid=\".uno:DeleteRowbreak\">Removes the manual row break above the active cell.</ahelp>"
+#. umNI
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3148768\n"
+"59\n"
+"help.text"
+msgid "<emph>Number</emph> is a decimal number. If Number is negative, the function returns a binary number with 10 characters. The most significant bit is the sign bit, the other 9 bits return the value."
+msgstr "რიცხვი: არის ათობითი რიცხვი: თუ <emph>რიცხვი</emph> უარყოფითია, ფუნქცია აბრუნებს ორობით რიცხვს 10 სიმბოლოთი. ყველაზე მნიშვნელოვანია ნიშნის ბიტი, დანარჩენი 9 ბიტი არის მნიშვნელობა."
-#: 02190100.xhp#par_id3151041.3.help.text
-msgid "Position the cursor in a cell directly below the row break indicated by a horizontal line and choose <emph>Edit - Delete Manual Break - Row Break</emph>. The manual row break is removed."
-msgstr "Position the cursor in a cell directly below the row break indicated by a horizontal line and აირჩიეთ <emph>რედაქტირება - ხელით წყვეტის წაშლა - Row Break</emph>. The manual row break is removed."
+#. $q01
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3149537\n"
+"60\n"
+"help.text"
+msgid "<emph>Places</emph> means the number of places to be output."
+msgstr "ადგილები: გამოსატანი ადგილების ნომრები."
-#: 06030800.xhp#tit.help.text
-msgid "Mark Invalid Data"
-msgstr "არასწორი მონაცემების მონიშვნა"
+#. AiAP
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3150265\n"
+"61\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 06030800.xhp#bm_id3153821.help.text
-msgid "<bookmark_value>cells; invalid data</bookmark_value><bookmark_value>data; showing invalid data</bookmark_value><bookmark_value>invalid data;marking</bookmark_value>"
+#. {!I{
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3150662\n"
+"62\n"
+"help.text"
+msgid "<item type=\"input\">=DEC2BIN(100;8)</item> returns 01100100."
msgstr ""
-#: 06030800.xhp#hd_id3153821.1.help.text
-msgid "<link href=\"text/scalc/01/06030800.xhp\" name=\"Mark Invalid Data\">Mark Invalid Data</link>"
-msgstr "<link href=\"text/scalc/01/06030800.xhp\" name=\"Mark Invalid Data\">არასწორი მონაცემების მონიშვნა</link>"
-
-#: 06030800.xhp#par_id3147264.2.help.text
-msgid "<ahelp hid=\".uno:ShowInvalid\" visibility=\"visible\">Marks all cells in the sheet that contain values outside the validation rules.</ahelp>"
-msgstr ""
+#. JmXp
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3149388\n"
+"help.text"
+msgid "<bookmark_value>DEC2HEX function</bookmark_value><bookmark_value>converting;decimal numbers, into hexadecimal numbers</bookmark_value>"
+msgstr "<bookmark_value>DEC2HEX ფუნქცია</bookmark_value><bookmark_value>გარდაქმნა;ათობითი რიცხვები; თექვსმეტობით რიცხვებად</bookmark_value>"
-#: 06030800.xhp#par_id3151211.3.help.text
-msgid "The <link href=\"text/scalc/01/12120000.xhp\" name=\"validity rules\">validity rules</link> restrict the input of numbers, dates, time values and text to certain values. However, it is possible to enter invalid values or copy invalid values into the cells if the <emph>Stop</emph> option is not selected. When you assign a validity rule, existing values in a cell will not be modified."
-msgstr ""
+#. M1T#
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3149388\n"
+"71\n"
+"help.text"
+msgid "DEC2HEX"
+msgstr "DEC2HEX"
-#: 12090105.xhp#tit.help.text
-msgctxt "12090105.xhp#tit.help.text"
-msgid "Data field"
-msgstr "მონაცემთა ველი"
+#. =d+6
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3149030\n"
+"72\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_DEC2HEX\">The result is the hexadecimal number for the decimal number entered.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_DEC2HEX\">შედეგი არის შეყვანილი ათობითი რიცხვისთვის თექვსმეტობითი რიცხვი.</ahelp>"
-#: 12090105.xhp#bm_id7292397.help.text
-#, fuzzy
-msgid "<bookmark_value>calculating;pivot table</bookmark_value>"
-msgstr "<bookmark_value>გამოთვლა;ნაერთი ცხრილი</bookmark_value>"
+#. kB{n
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3150691\n"
+"73\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12090105.xhp#hd_id3150871.1.help.text
-msgctxt "12090105.xhp#hd_id3150871.1.help.text"
-msgid "Data field"
-msgstr "მონაცემთა ველი"
+#. F@l!
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3147535\n"
+"74\n"
+"help.text"
+msgid "DEC2HEX(Number; Places)"
+msgstr "DEC2HEX(რიცხვი;ადგილები)"
-#: 12090105.xhp#par_id3154124.16.help.text
-msgid "The contents of this dialog is different for data fields in the <emph>Data</emph> area, and data fields in the <emph>Row</emph> or <emph>Column</emph> area of the <link href=\"text/scalc/01/12090102.xhp\" name=\"Pivot table\">Pivot Table</link> dialog."
-msgstr ""
+#. sgIQ
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3152820\n"
+"75\n"
+"help.text"
+msgid "<emph>Number</emph> is a decimal number. If Number is negative, the function returns a hexadecimal number with 10 characters (40 bits). The most significant bit is the sign bit, the other 39 bits return the value."
+msgstr "რიცხვი: არის ათობითი რიცხვი: თუ <emph>რიცხვი</emph> უარყოფითია, ფუნქცია აბრუნებს თექვსმეტობით რიცხვს 10 სიმბოლოთი (40 ბიტი). ყველაზე მნიშვნელოვანია ნიშნის ბიტი, დანარჩენი 39 ბიტი არის მნიშვნელობა."
-#: 12090105.xhp#hd_id3152596.2.help.text
-msgctxt "12090105.xhp#hd_id3152596.2.help.text"
-msgid "Subtotals"
-msgstr "ქვეჯამები"
+#. UeiT
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3153221\n"
+"76\n"
+"help.text"
+msgid "<emph>Places</emph> means the number of places to be output."
+msgstr "ადგილები: გამოსატანი ადგილების ნომრები."
-#: 12090105.xhp#par_id3151113.3.help.text
-msgid "<ahelp hid=\"HID_SC_PIVOTSUBT\">Specify the subtotals that you want to calculate.</ahelp>"
-msgstr "<ahelp hid=\"HID_SC_PIVOTSUBT\">მიუთითეთ დასაჯამებელი ქვეჯამები.</ahelp>"
+#. s=t]
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3154869\n"
+"77\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12090105.xhp#hd_id3145366.4.help.text
-msgid "None"
-msgstr "არა"
+#. Zjhd
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3150476\n"
+"78\n"
+"help.text"
+msgid "<item type=\"input\">=DEC2HEX(100;4)</item> returns 0064."
+msgstr ""
-#: 12090105.xhp#par_id3152576.5.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_NONE\">Does not calculate subtotals.</ahelp>"
-msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_NONE\">არ თვლის ქვეჯამებს.</ahelp>"
+#. w;qZ
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3154948\n"
+"help.text"
+msgid "<bookmark_value>DEC2OCT function</bookmark_value><bookmark_value>converting;decimal numbers, into octal numbers</bookmark_value>"
+msgstr "<bookmark_value>DEC2OCT ფუნქცია</bookmark_value><bookmark_value>გარდაქმნა;ათობითი რიცხვები; რვაობით რიცხვებად</bookmark_value>"
-#: 12090105.xhp#hd_id3154012.6.help.text
-msgid "Automatic"
-msgstr "ავტომატური"
+#. AOCk
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3154948\n"
+"63\n"
+"help.text"
+msgid "DEC2OCT"
+msgstr "DEC2OCT"
-#: 12090105.xhp#par_id3155856.7.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_AUTO\">Automatically calculates subtotals.</ahelp>"
-msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_AUTO\">ავრომატურად თვლის ქვეჯამებს.</ahelp>"
+#. sC%D
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3153920\n"
+"64\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_DEC2OCT\">The result is the octal number for the decimal number entered.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_DEC2OCT\">შედეგი არის შეყვანილი ათობითი რიცხვისთვის რვაობითი რიცხვი.</ahelp>"
-#: 12090105.xhp#hd_id3155411.8.help.text
-msgid "User-defined"
-msgstr "მომხმარებლის მიერ განსაზღვრული"
+#. MoI^
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3153178\n"
+"65\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12090105.xhp#par_id3149581.9.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_USER\">Select this option, and then click the type of subtotal that you want to calculate in the list.</ahelp>"
-msgstr ""
+#. BWNB
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3148427\n"
+"66\n"
+"help.text"
+msgid "DEC2OCT(Number; Places)"
+msgstr "DEC2OCT(რიცხვი;ადგილები)"
-#: 12090105.xhp#hd_id3147124.10.help.text
-msgctxt "12090105.xhp#hd_id3147124.10.help.text"
-msgid "Function"
-msgstr "ფუნქცია"
+#. _cUH
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3155991\n"
+"67\n"
+"help.text"
+msgid "<emph>Number</emph> is a decimal number. If Number is negative, the function returns an octal number with 10 characters (30 bits). The most significant bit is the sign bit, the other 29 bits return the value."
+msgstr "რიცხვი: არის ათობითი რიცხვი: თუ <emph>რიცხვი</emph> უარყოფითია, ფუნქცია აბრუნებს რვაობით რიცხვს 10 სიმბოლოთი (30 ბიტი). ყველაზე მნიშვნელოვანია ნიშნის ბიტი, დანარჩენი 29 ბიტი არის მნიშვნელობა."
-#: 12090105.xhp#par_id3154490.11.help.text
-msgid "<ahelp hid=\"SC:MULTILISTBOX:RID_SCDLG_PIVOTSUBT:LB_FUNC\">Click the type of subtotal that you want to calculate. This option is only available if the <emph>User-defined</emph> option is selected.</ahelp>"
-msgstr ""
+#. iAoF
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3152587\n"
+"68\n"
+"help.text"
+msgid "<emph>Places</emph> means the number of places to be output."
+msgstr "ადგილები: გამოსატანი ადგილების ნომრები."
-#: 12090105.xhp#hd_id3154944.14.help.text
-msgid "Show elements without data"
-msgstr "ელემენტების მონაცემთა გარეშე ჩვენება"
+#. @Alu
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3147482\n"
+"69\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12090105.xhp#par_id3149403.15.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_PIVOTSUBT:CB_SHOWALL\">Includes empty columns and rows in the results table.</ahelp>"
+#. u3+D
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3154317\n"
+"70\n"
+"help.text"
+msgid "<item type=\"input\">=DEC2OCT(100;4)</item> returns 0144."
msgstr ""
-#: 12090105.xhp#hd_id3149122.12.help.text
-msgid "Name:"
-msgstr "სახელი:"
-
-#: 12090105.xhp#par_id3150749.13.help.text
-msgid "Lists the name of the selected data field."
-msgstr "არჩეული მონაცემთა ველების სახელთა სია."
+#. =0{e
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3083446\n"
+"help.text"
+msgid "<bookmark_value>ERF function</bookmark_value><bookmark_value>Gaussian error integral</bookmark_value>"
+msgstr "<bookmark_value>ERF ფუნქცია</bookmark_value><bookmark_value>ინტეგრალის გაუსის შეცდომა</bookmark_value>"
-#: 12090105.xhp#par_idN106EC.help.text
-msgctxt "12090105.xhp#par_idN106EC.help.text"
-msgid "More"
-msgstr "მეტი"
+#. ln7\
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3083446\n"
+"135\n"
+"help.text"
+msgid "ERF"
+msgstr "ERF"
-#: 12090105.xhp#par_idN106F0.help.text
-msgid "<ahelp hid=\".\">Expands or reduces the dialog. The <emph>More</emph> button is visible for data fields only.</ahelp>"
-msgstr ""
+#. /_=F
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3150381\n"
+"136\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_ERF\">Returns values of the Gaussian error integral.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_ERF\">აბრუნებს გაუსის შეცდომის ინტეგრალის მნიშვნელობას.</ahelp>"
-#: 12090105.xhp#par_idN106F3.help.text
-msgctxt "12090105.xhp#par_idN106F3.help.text"
-msgid "Options"
-msgstr "პარამეტრები"
+#. }_YH
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3152475\n"
+"137\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12090105.xhp#par_idN106F7.help.text
-msgid "<ahelp hid=\".\">Opens the <link href=\"text/scalc/01/12090106.xhp\">Data Field Options</link> dialog. The <emph>Options</emph> button is visible for column, row, or page fields only.</ahelp>"
-msgstr "<ahelp hid=\".\">ხსნის <link href=\"text/scalc/01/12090106.xhp\">მონაცემთა ველის პარამეტრების</link> დიალოგს. <emph>პარამეტრების</emph> ღილაკი ხილულია სვეტებისთვის რიგებისთვია ან მხოლოდ გვერდის ველისთვის.</ahelp>"
+#. )4h.
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3163824\n"
+"138\n"
+"help.text"
+msgid "ERF(LowerLimit; UpperLimit)"
+msgstr "ERF(ქვედა ზღურბლი;ზედა ზღურბლი)"
-#: 12090105.xhp#par_idN10708.help.text
-msgid "If the dialog is expanded by the <emph>More</emph> button, the following items are added to the dialog:"
+#. XL06
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3149715\n"
+"139\n"
+"help.text"
+msgid "<emph>LowerLimit</emph> is the lower limit of the integral."
msgstr ""
-#: 12090105.xhp#par_idN1070B.help.text
-msgctxt "12090105.xhp#par_idN1070B.help.text"
-msgid "Displayed value"
-msgstr "ასახული მნიშვნელობა"
-
-#: 12090105.xhp#par_idN1070F.help.text
-msgid "<ahelp hid=\".\">For each data field, you can select the type of display.</ahelp> For some types you can select additional information for a base field and a base item."
-msgstr ""
+#. tzE3
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3156294\n"
+"140\n"
+"help.text"
+msgid "<emph>UpperLimit</emph> is optional. It is the upper limit of the integral. If this value is missing, the calculation takes places between 0 and the lower limit."
+msgstr "ზედა ზღვარი: არასავალდებულო, ზედა ზღვარი არის მთელი რიცხვი. თუ ეს მნიშვნელობა არაა, გამოჩვლა მოხდება 0-სა და ქვედა ზღვარს შორის."
-#: 12090105.xhp#par_idN10712.help.text
-msgctxt "12090105.xhp#par_idN10712.help.text"
-msgid "Type"
-msgstr "ტიპი"
+#. f[sI
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3154819\n"
+"141\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12090105.xhp#par_idN10716.help.text
-msgid "<ahelp hid=\"1495371266\">Select the type of calculating of the displayed value for the data field.</ahelp>"
+#. %dHa
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3152974\n"
+"142\n"
+"help.text"
+msgid "<item type=\"input\">=ERF(0;1)</item> returns 0.842701."
msgstr ""
-#: 12090105.xhp#par_idN10724.help.text
-msgctxt "12090105.xhp#par_idN10724.help.text"
-msgid "Type"
-msgstr "ტიპი"
+#. ;5-O
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3145082\n"
+"help.text"
+msgid "<bookmark_value>ERFC function</bookmark_value>"
+msgstr "<bookmark_value>ERFC ფუნქცია</bookmark_value>"
-#: 12090105.xhp#par_idN1072A.help.text
-msgctxt "12090105.xhp#par_idN1072A.help.text"
-msgid "Displayed value"
-msgstr "ასახული მნიშვნელობა"
+#. SA?s
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3145082\n"
+"143\n"
+"help.text"
+msgid "ERFC"
+msgstr "ERFC"
-#: 12090105.xhp#par_idN10731.help.text
-msgid "Normal"
-msgstr "ჩვეულებრივი"
+#. /+,g
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3149453\n"
+"144\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_ERFC\">Returns complementary values of the Gaussian error integral between x and infinity.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_ERFC\">აბრუნებს გაუსის შეცდომის ინტეგრალის დამატებით მნიშვნელობას x-და და უსასრულობას შორის.</ahelp>"
-#: 12090105.xhp#par_idN10737.help.text
-msgid "Results are shown unchanged"
-msgstr "შედეგები უცვლელადაა ნაჩვენები"
+#. o\;8
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3155839\n"
+"145\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12090105.xhp#par_idN1073E.help.text
-msgid "Difference from"
-msgstr "განსხვავება"
+#. OF-6
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3153220\n"
+"146\n"
+"help.text"
+msgid "ERFC(LowerLimit)"
+msgstr "ERFC(ქვედა ზღურბლი)"
-#: 12090105.xhp#par_idN10744.help.text
-msgid "From each result, its reference value (see below) is subtracted, and the difference is shown. Totals outside of the base field are shown as empty results."
+#. M:RD
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3147620\n"
+"147\n"
+"help.text"
+msgid "<emph>LowerLimit</emph> is the lower limit of the integral"
msgstr ""
-#: 12090105.xhp#par_idN10747.help.text
-msgid "<emph>Named item</emph>"
-msgstr "<emph>დასახელებული ელემენტი</emph>"
+#. ;3Cb
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3146861\n"
+"148\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12090105.xhp#par_idN1074C.help.text
-msgid "If a base item name is specified, the reference value for a combination of field items is the result where the item in the base field is replaced by the specified base item."
+#. =BCT
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3156102\n"
+"149\n"
+"help.text"
+msgid "<item type=\"input\">=ERFC(1)</item> returns 0.157299."
msgstr ""
-#: 12090105.xhp#par_idN1074F.help.text
-msgid "<emph>Previous item or Next item</emph>"
-msgstr "<emph>წინა ელემენტი ან შემდეგი ელემენტი</emph>"
-
-#: 12090105.xhp#par_idN10754.help.text
-msgid "If \"previous item\" or \"next item\" is specified as the base item, the reference value is the result for the next visible member of the base field, in the base field's sort order."
-msgstr ""
+#. [+9T
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3152927\n"
+"help.text"
+msgid "<bookmark_value>GESTEP function</bookmark_value><bookmark_value>numbers;greater than or equal to</bookmark_value>"
+msgstr "<bookmark_value>GESTEP ფუნქცია</bookmark_value><bookmark_value>რიცხვები;მეტია ან ტოლია</bookmark_value>"
-#: 12090105.xhp#par_idN1075B.help.text
-msgid "% Of"
-msgstr "% "
+#. \cK.
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3152927\n"
+"150\n"
+"help.text"
+msgid "GESTEP"
+msgstr "GESTEP"
-#: 12090105.xhp#par_idN10761.help.text
-msgid "Each result is divided by its reference value. The reference value is determined in the same way as for \"Difference from\". Totals outside of the base field are shown as empty results. "
+#. 4X!j
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3150763\n"
+"151\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_GESTEP\">The result is 1 if <item type=\"literal\">Number</item> is greater than or equal to <item type=\"literal\">Step</item>.</ahelp>"
msgstr ""
-#: 12090105.xhp#par_idN1076A.help.text
-msgid "% Difference from"
-msgstr "% განსხვავება"
+#. OpX:
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3150879\n"
+"152\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12090105.xhp#par_idN10770.help.text
-msgid "From each result, its reference value is subtracted, and the difference is divided by the reference value. The reference value is determined in the same way as for \"Difference from\". Totals outside of the base field are shown as empty results."
-msgstr ""
+#. YM9f
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3145212\n"
+"153\n"
+"help.text"
+msgid "GESTEP(Number; Step)"
+msgstr "GESTEP(რიცხვი; ნაბიჯი)"
-#: 12090105.xhp#par_idN10777.help.text
-msgid "Running total in"
-msgstr ""
+#. iAAQ
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3153275\n"
+"154\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12090105.xhp#par_idN1077D.help.text
-msgid "Each result is added to the sum of the results for preceding items in the base field, in the base field's sort order, and the total sum is shown."
+#. 1+So
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3156132\n"
+"155\n"
+"help.text"
+msgid "<item type=\"input\">=GESTEP(5;1)</item> returns 1."
msgstr ""
-#: 12090105.xhp#par_idN10780.help.text
-msgid "Results are always summed, even if a different summary function was used to get each result."
-msgstr ""
+#. [_~X
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3147276\n"
+"help.text"
+msgid "<bookmark_value>HEX2BIN function</bookmark_value><bookmark_value>converting;hexadecimal numbers, into binary numbers</bookmark_value>"
+msgstr "<bookmark_value>HEX2BIN ფუნქცია</bookmark_value><bookmark_value>გარდაქმნა;თექვსმეტობითი რიცხვები; ორობით რიცხვებად</bookmark_value>"
-#: 12090105.xhp#par_idN10787.help.text
-msgid "% of row"
-msgstr "% რიგის"
+#. PX3d
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3147276\n"
+"79\n"
+"help.text"
+msgid "HEX2BIN"
+msgstr "HEX2BIN"
-#: 12090105.xhp#par_idN1078D.help.text
-msgid "Each result is divided by the total result for its row in the pivot table. If there are several data fields, the total for the result's data field is used. If there are subtotals with manually selected summary functions, the total with the data field's summary function is still used. "
-msgstr ""
+#. p`2V
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3150258\n"
+"80\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_HEX2BIN\">The result is the binary number for the hexadecimal number entered.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_HEX2BIN\">შედეგი არის შეყვანილი თექსვმეტობითი რიცხვის ორობითი რიცხვი.</ahelp>"
-#: 12090105.xhp#par_idN10794.help.text
-msgid "% of column"
-msgstr "% სვეტის"
+#. 3dHi
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3156117\n"
+"81\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12090105.xhp#par_idN1079A.help.text
-msgid "Same as \"% of row\", but the total for the result's column is used."
-msgstr ""
+#. Y4O3
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3155847\n"
+"82\n"
+"help.text"
+msgid "HEX2BIN(Number; Places)"
+msgstr "HEX2BIN(რიცხვი;ადგილები)"
-#: 12090105.xhp#par_idN107A1.help.text
-msgid "% of total"
-msgstr "% მთელიდან"
+#. T4@W
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3152810\n"
+"83\n"
+"help.text"
+msgid "<emph>Number</emph> is a hexadecimal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement."
+msgstr "რიცხვი: თექვსმეტობითი რიცხვი. რიცხვს შეიძლება მაქიმუმ 10 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
-#: 12090105.xhp#par_idN107A7.help.text
-msgid "Same as \"% of row\", but the grand total for the result's data field is used."
-msgstr ""
+#. swVt
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3153758\n"
+"84\n"
+"help.text"
+msgid "<emph>Places</emph> is the number of places to be output."
+msgstr "ადგილები: გამოსატანი ადგილების ნომრები."
-#: 12090105.xhp#par_idN107AE.help.text
-msgid "Index"
-msgstr "ინდექსი"
+#. gx3:
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3154052\n"
+"85\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12090105.xhp#par_idN107B4.help.text
-msgid "The row and column totals and the grand total, following the same rules as above, are used to calculate the following expression:"
+#. Z^_n
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3156002\n"
+"86\n"
+"help.text"
+msgid "<item type=\"input\">=HEX2BIN(64;8)</item> returns 01100100."
msgstr ""
-#: 12090105.xhp#par_idN107B7.help.text
-msgid "( original result * grand total ) / ( row total * column total )"
-msgstr "( თავდაპირველი შედეგი * უდიდესი ჯამი ) / ( რიგი სულ * სვეტი სულ )"
-
-#: 12090105.xhp#par_idN107BA.help.text
-msgid "Base field"
-msgstr "ფუძის ველი"
+#. 2\Bh
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3154742\n"
+"help.text"
+msgid "<bookmark_value>HEX2DEC function</bookmark_value><bookmark_value>converting;hexadecimal numbers, into decimal numbers</bookmark_value>"
+msgstr "<bookmark_value>HEX2DEC ფუნქცია</bookmark_value><bookmark_value>გარდაქმნა;თექვსმეტობითი რიცხვები; ათობით რიცხვებად</bookmark_value>"
-#: 12090105.xhp#par_idN107BE.help.text
-msgid "<ahelp hid=\"1495371267\">Select the field from which the respective value is taken as base for the calculation.</ahelp>"
-msgstr ""
+#. hH3s
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3154742\n"
+"87\n"
+"help.text"
+msgid "HEX2DEC"
+msgstr "HEX2DEC"
-#: 12090105.xhp#par_idN107C1.help.text
-msgid "Base item"
-msgstr "ფუძის ელემენტი"
+#. =h+:
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3153626\n"
+"88\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_HEX2DEC\">The result is the decimal number for the hexadecimal number entered.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_HEX2DEC\">შედეგი არის შეყვანილი თექსვმეტობითი რიცხვის ათობითი რიცხვი.</ahelp>"
-#: 12090105.xhp#par_idN107C5.help.text
-msgid "<ahelp hid=\"1495371268\">Select the item of the base field from which the respective value is taken as base for the calculation.</ahelp>"
-msgstr ""
+#. $JlR
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3143233\n"
+"89\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060119.xhp#tit.help.text
-msgctxt "04060119.xhp#tit.help.text"
-msgid "Financial Functions Part Two"
-msgstr "ფინანსური ფუნქციები ნაწილი 2"
+#. eQqx
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3149293\n"
+"90\n"
+"help.text"
+msgid "HEX2DEC(Number)"
+msgstr "HEX2DEC(რიცხვი)"
-#: 04060119.xhp#hd_id3149052.1.help.text
-msgctxt "04060119.xhp#hd_id3149052.1.help.text"
-msgid "Financial Functions Part Two"
-msgstr "ფინანსური ფუნქციები ნაწილი 2"
+#. v*`D
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3159176\n"
+"91\n"
+"help.text"
+msgid "<emph>Number</emph> is a hexadecimal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement."
+msgstr "რიცხვი: თექვსმეტობითი რიცხვი. რიცხვს შეიძლება მაქიმუმ 10 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
-#: 04060119.xhp#par_id3148742.343.help.text
-#, fuzzy
-msgctxt "04060119.xhp#par_id3148742.343.help.text"
-msgid "<link href=\"text/scalc/01/04060103.xhp\" name=\"Back to Financial Functions Part One\">Back to Financial Functions Part One</link>"
-msgstr "<link href=\"text/scalc/01/04060119.xhp\" name=\"Forward to Financial Functions Part Two\">ფინანსური ფუნქციები ნაწილი ორი</link>"
+#. h7%[
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3154304\n"
+"92\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060119.xhp#par_id3151341.344.help.text
-msgctxt "04060119.xhp#par_id3151341.344.help.text"
-msgid "<link href=\"text/scalc/01/04060118.xhp\" name=\"Forward to Financial Functions Part Three\">Forward to Financial Functions Part Three</link>"
-msgstr "<link href=\"text/scalc/01/04060118.xhp\" name=\"Forward to Financial Functions Part Three\">ფინანსური ფუნქციები ნაწილი სამი</link>"
+#. m_:k
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3146093\n"
+"93\n"
+"help.text"
+msgid "<item type=\"input\">=HEX2DEC(64)</item> returns 100."
+msgstr ""
-#: 04060119.xhp#bm_id3150026.help.text
-msgid "<bookmark_value>PPMT function</bookmark_value>"
-msgstr "<bookmark_value>PPMT ფუნქცია</bookmark_value>"
+#. Jhe+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3149750\n"
+"help.text"
+msgid "<bookmark_value>HEX2OCT function</bookmark_value><bookmark_value>converting;hexadecimal numbers, into octal numbers</bookmark_value>"
+msgstr "<bookmark_value>HEX2OCT ფუნქცია</bookmark_value><bookmark_value>გარდაქმნა;თექვსმეტობითი რიცხვები; რვაობით რიცხვებად</bookmark_value>"
-#: 04060119.xhp#hd_id3150026.238.help.text
-msgid "PPMT"
-msgstr "PPMT"
+#. AMVD
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3149750\n"
+"94\n"
+"help.text"
+msgid "HEX2OCT"
+msgstr "HEX2OCT"
-#: 04060119.xhp#par_id3146942.239.help.text
-msgid "<ahelp hid=\"HID_FUNC_KAPZ\">Returns for a given period the payment on the principal for an investment that is based on periodic and constant payments and a constant interest rate.</ahelp>"
-msgstr ""
+#. Qve/
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3153983\n"
+"95\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_HEX2OCT\">The result is the octal number for the hexadecimal number entered.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_HEX2OCT\">შედეგი არის შეყვანილი თექსვმეტობითი რიცხვის რვაობითი რიცხვი.</ahelp>"
-#: 04060119.xhp#hd_id3150459.240.help.text
-msgctxt "04060119.xhp#hd_id3150459.240.help.text"
+#. nE{c
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3145660\n"
+"96\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060119.xhp#par_id3146878.241.help.text
-msgid "PPMT(Rate; Period; NPer; PV; FV; Type)"
-msgstr "PV(სიხშირე; NPER; PMT; FV; ტიპი)"
+#. 6r8l
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3151170\n"
+"97\n"
+"help.text"
+msgid "HEX2OCT(Number; Places)"
+msgstr "HEX2OCT(რაოდენობა;ადგილები)"
-#: 04060119.xhp#par_id3151228.242.help.text
-msgctxt "04060119.xhp#par_id3151228.242.help.text"
-msgid "<emph>Rate</emph> is the periodic interest rate."
-msgstr ""
+#. Fy/~
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3152795\n"
+"98\n"
+"help.text"
+msgid "<emph>Number</emph> is a hexadecimal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement."
+msgstr "რიცხვი: თექვსმეტობითი რიცხვი. რიცხვს შეიძლება მაქიმუმ 10 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
-#: 04060119.xhp#par_id3148887.243.help.text
-msgid "<emph>Period</emph> is the amortizement period. P = 1 for the first and P = NPer for the last period."
-msgstr ""
+#. ,+ja
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3149204\n"
+"99\n"
+"help.text"
+msgid "<emph>Places</emph> is the number of places to be output."
+msgstr "ადგილები: გამოსატანი ადგილების ნომრები."
-#: 04060119.xhp#par_id3148436.244.help.text
-msgid "<emph>NPer</emph> is the total number of periods during which annuity is paid."
-msgstr ""
+#. =-X0
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3153901\n"
+"100\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060119.xhp#par_id3153035.245.help.text
-msgid "<emph>PV</emph> is the present value in the sequence of payments."
+#. F?\W
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3159341\n"
+"101\n"
+"help.text"
+msgid "<item type=\"input\">=HEX2OCT(64;4)</item> returns 0144."
msgstr ""
-#: 04060119.xhp#par_id3147474.246.help.text
-msgid "<emph>FV</emph> (optional) is the desired (future) value."
-msgstr ""
+#. WN{I
+#: 12090300.xhp
+msgctxt ""
+"12090300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Delete"
+msgstr "წაშლა"
-#: 04060119.xhp#par_id3144744.247.help.text
-msgid "<emph>Type</emph> (optional) defines the due date. F = 1 for payment at the beginning of a period and F = 0 for payment at the end of a period."
-msgstr ""
+#. Qxx\
+#: 12090300.xhp
+msgctxt ""
+"12090300.xhp\n"
+"hd_id3150276\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12090300.xhp\" name=\"Delete\">Delete</link>"
+msgstr "<link href=\"text/scalc/01/12090300.xhp\" name=\"Delete\">წაშლა</link>"
-#: 04060119.xhp#par_idN1067C.help.text
-msgctxt "04060119.xhp#par_idN1067C.help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+#. RND^
+#: 12090300.xhp
+#, fuzzy
+msgctxt ""
+"12090300.xhp\n"
+"par_id3159400\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DeletePivotTable\" visibility=\"visible\">Deletes the selected pivot table.</ahelp>"
+msgstr "<ahelp hid=\".uno:RemoveTableOf\" visibility=\"visible\">შლის მიმდინარე ინდექსს ან ცხრილს.</ahelp>"
-#: 04060119.xhp#hd_id3148582.248.help.text
-msgctxt "04060119.xhp#hd_id3148582.248.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. Hs^,
+#: 05070000.xhp
+msgctxt ""
+"05070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Page Style"
+msgstr "გვერდის სტილი"
-#: 04060119.xhp#par_id3154811.249.help.text
-msgid "How high is the periodic monthly payment at an annual interest rate of 8.75% over a period of 3 years? The cash value is 5,000 currency units and is always paid at the beginning of a period. The future value is 8,000 currency units."
-msgstr ""
+#. BIr:
+#: 05070000.xhp
+msgctxt ""
+"05070000.xhp\n"
+"hd_id3157910\n"
+"1\n"
+"help.text"
+msgid "Page Style"
+msgstr "გვერდის სტილი"
-#: 04060119.xhp#par_id3149246.250.help.text
-msgid "<item type=\"input\">=PPMT(8.75%/12;1;36;5000;8000;1)</item> = -350.99 currency units."
+#. baUj
+#: 05070000.xhp
+msgctxt ""
+"05070000.xhp\n"
+"par_id3156023\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"seitetext\"><ahelp hid=\".uno:PageFormatDialog\" visibility=\"visible\">Opens a dialog where you can define the appearance of all pages in your document.</ahelp></variable>"
msgstr ""
-#: 04060119.xhp#bm_id3146139.help.text
-msgid "<bookmark_value>calculating; total amortizement rates</bookmark_value><bookmark_value>total amortizement rates</bookmark_value><bookmark_value>amortization installment</bookmark_value><bookmark_value>repayment installment</bookmark_value><bookmark_value>CUMPRINC function</bookmark_value>"
-msgstr ""
+#. [f`V
+#: func_second.xhp
+msgctxt ""
+"func_second.xhp\n"
+"tit\n"
+"help.text"
+msgid "SECOND"
+msgstr "SECOND"
+
+#. _C5Y
+#: func_second.xhp
+msgctxt ""
+"func_second.xhp\n"
+"bm_id3159390\n"
+"help.text"
+msgid "<bookmark_value>SECOND function</bookmark_value>"
+msgstr "<bookmark_value>SECOND ფუნქცია</bookmark_value>"
-#: 04060119.xhp#hd_id3146139.252.help.text
-msgid "CUMPRINC"
-msgstr "CUMPRINC"
+#. OxUj
+#: func_second.xhp
+msgctxt ""
+"func_second.xhp\n"
+"hd_id3159390\n"
+"86\n"
+"help.text"
+msgid "<variable id=\"second\"><link href=\"text/scalc/01/func_second.xhp\">SECOND</link></variable>"
+msgstr "<variable id=\"second\"><link href=\"text/scalc/01/func_second.xhp\">SECOND</link></variable>"
-#: 04060119.xhp#par_id3150140.253.help.text
-msgid "<ahelp hid=\"HID_FUNC_KUMKAPITAL\">Returns the cumulative interest paid for an investment period with a constant interest rate.</ahelp>"
-msgstr ""
+#. ^c/e
+#: func_second.xhp
+msgctxt ""
+"func_second.xhp\n"
+"par_id3148974\n"
+"87\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SEKUNDE\">Returns the second for the given time value.</ahelp> The second is given as an integer between 0 and 59."
+msgstr "<ahelp hid=\"HID_FUNC_SEKUNDE\">აბრუნებს მოცემული დროის მნიშვნელობიდან წამებს.</ahelp> წამები მოცემულია რიცხვებად 0-დან 59-მდე."
-#: 04060119.xhp#hd_id3149188.254.help.text
-msgctxt "04060119.xhp#hd_id3149188.254.help.text"
+#. =bWB
+#: func_second.xhp
+msgctxt ""
+"func_second.xhp\n"
+"hd_id3154362\n"
+"88\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060119.xhp#par_id3148733.255.help.text
-msgid "CUMPRINC(Rate; NPer; PV; S; E; Type)"
-msgstr "PV(სიხშირე; NPER; PMT; FV; ტიპი)"
-
-#: 04060119.xhp#par_id3150864.256.help.text
-msgctxt "04060119.xhp#par_id3150864.256.help.text"
-msgid "<emph>Rate</emph> is the periodic interest rate."
-msgstr ""
-
-#: 04060119.xhp#par_id3166052.257.help.text
-msgctxt "04060119.xhp#par_id3166052.257.help.text"
-msgid "<emph>NPer</emph> is the payment period with the total number of periods. NPER can also be a non-integer value."
-msgstr ""
+#. (sjd
+#: func_second.xhp
+msgctxt ""
+"func_second.xhp\n"
+"par_id3148407\n"
+"89\n"
+"help.text"
+msgid "SECOND(Number)"
+msgstr "SECOND(რიცხვი)"
-#: 04060119.xhp#par_id3150007.258.help.text
-msgctxt "04060119.xhp#par_id3150007.258.help.text"
-msgid "<emph>PV</emph> is the current value in the sequence of payments."
-msgstr ""
+#. sm9)
+#: func_second.xhp
+msgctxt ""
+"func_second.xhp\n"
+"par_id3155904\n"
+"90\n"
+"help.text"
+msgid "<emph>Number</emph>, as a time value, is a decimal, for which the second is to be returned."
+msgstr "<emph>რიცხვი</emph>, რგორც დროის მნიშვნელობა; არის ათწილადი; რომლისთვისაც დაბრუნდება წამები."
-#: 04060119.xhp#par_id3153112.259.help.text
-msgctxt "04060119.xhp#par_id3153112.259.help.text"
-msgid "<emph>S</emph> is the first period."
-msgstr ""
+#. s(e{
+#: func_second.xhp
+msgctxt ""
+"func_second.xhp\n"
+"hd_id3149992\n"
+"91\n"
+"help.text"
+msgid "Examples"
+msgstr "მაგალითები"
-#: 04060119.xhp#par_id3146847.260.help.text
-msgctxt "04060119.xhp#par_id3146847.260.help.text"
-msgid "<emph>E</emph> is the last period."
+#. ]=fW
+#: func_second.xhp
+msgctxt ""
+"func_second.xhp\n"
+"par_id3153350\n"
+"93\n"
+"help.text"
+msgid "<item type=\"input\">=SECOND(NOW())</item> returns the current second"
msgstr ""
-#: 04060119.xhp#par_id3145167.261.help.text
-msgctxt "04060119.xhp#par_id3145167.261.help.text"
-msgid "<emph>Type</emph> is the due date of the payment at the beginning or end of each period."
+#. G.$t
+#: func_second.xhp
+msgctxt ""
+"func_second.xhp\n"
+"par_id3150831\n"
+"94\n"
+"help.text"
+msgid "<item type=\"input\">=SECOND(C4)</item> returns 17 if contents of C4 = <item type=\"input\">12:20:17</item>."
msgstr ""
-#: 04060119.xhp#hd_id3154502.262.help.text
-msgctxt "04060119.xhp#hd_id3154502.262.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060119.xhp#par_id3153570.263.help.text
-msgid "What are the payoff amounts if the yearly interest rate is 5.5% for 36 months? The cash value is 15,000 currency units. The payoff amount is calculated between the 10th and 18th period. The due date is at the end of the period."
-msgstr ""
+#. =U;7
+#: 02190200.xhp
+msgctxt ""
+"02190200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Column Break"
+msgstr "სვეტის გაწყვეტა"
-#: 04060119.xhp#par_id3149884.264.help.text
-msgid "<item type=\"input\">=CUMPRINC(5.5%/12;36;15000;10;18;0)</item> = -3669.74 currency units. The payoff amount between the 10th and 18th period is 3669.74 currency units."
-msgstr ""
+#. jgZX
+#: 02190200.xhp
+msgctxt ""
+"02190200.xhp\n"
+"bm_id3151384\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets;deleting column breaks</bookmark_value><bookmark_value>deleting;manual column breaks</bookmark_value><bookmark_value>column breaks;deleting</bookmark_value>"
+msgstr "<bookmark_value>ელექტრონული ცხრილები; inserting columns</bookmark_value><bookmark_value>inserting; columns</bookmark_value><bookmark_value>columns; inserting</bookmark_value>"
-#: 04060119.xhp#bm_id3150019.help.text
-msgid "<bookmark_value>CUMPRINC_ADD function</bookmark_value>"
-msgstr "<bookmark_value>CUMPRINC_ADD ფუნქცია</bookmark_value>"
+#. N7+{
+#: 02190200.xhp
+msgctxt ""
+"02190200.xhp\n"
+"hd_id3151384\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02190200.xhp\" name=\"Column Break\">Column Break</link>"
+msgstr "<link href=\"text/scalc/01/02190200.xhp\" name=\"Column Break\">სვეტი Break</link>"
-#: 04060119.xhp#hd_id3150019.182.help.text
-msgid "CUMPRINC_ADD"
-msgstr "CUMPRINC_ADD"
+#. +0^_
+#: 02190200.xhp
+msgctxt ""
+"02190200.xhp\n"
+"par_id3154124\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DeleteColumnbreak\">Removes a manual column break to the left of the active cell.</ahelp>"
+msgstr "<ahelp hid=\".uno:DeleteColumnbreak\">Removes a manual column break to the left of the active cell.</ahelp>"
-#: 04060119.xhp#par_id3145246.183.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_CUMPRINC\"> Calculates the cumulative redemption of a loan in a period.</ahelp>"
-msgstr ""
+#. cR$|
+#: 02190200.xhp
+msgctxt ""
+"02190200.xhp\n"
+"par_id3145173\n"
+"3\n"
+"help.text"
+msgid "Position the cursor in the cell to the right of the column break indicated by a vertical line and choose <emph>Edit - Delete Manual Break - Column Break</emph>. The manual column break is removed."
+msgstr "Position the cursor in the cell to the right of the column break indicated by a vertical line and აირჩიეთ <emph>რედაქტირება - ხელით წყვეტის წაშლა - სვეტი Break</emph>. The manual column break is removed."
-#: 04060119.xhp#hd_id3153047.184.help.text
-msgctxt "04060119.xhp#hd_id3153047.184.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. kz1z
+#: 12080100.xhp
+msgctxt ""
+"12080100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Details"
+msgstr "დეტალების დამალვა"
-#: 04060119.xhp#par_id3157970.185.help.text
-msgid "CUMPRINC_ADD(Rate; NPer; PV; StartPeriod; EndPeriod; Type)"
-msgstr ""
+#. y74a
+#: 12080100.xhp
+msgctxt ""
+"12080100.xhp\n"
+"bm_id3155628\n"
+"help.text"
+msgid "<bookmark_value>sheets; hiding details</bookmark_value>"
+msgstr "<bookmark_value>ფურცლები, დეტალების დამალვა</bookmark_value>"
-#: 04060119.xhp#par_id3145302.186.help.text
-msgctxt "04060119.xhp#par_id3145302.186.help.text"
-msgid "<emph>Rate</emph> is the interest rate for each period."
-msgstr ""
+#. 8U3H
+#: 12080100.xhp
+msgctxt ""
+"12080100.xhp\n"
+"hd_id3155628\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12080100.xhp\" name=\"Hide Details\">Hide Details</link>"
+msgstr "<link href=\"text/scalc/01/12080100.xhp\" name=\"Hide Details\">დეტალების დამალვა</link>"
-#: 04060119.xhp#par_id3151017.187.help.text
-msgctxt "04060119.xhp#par_id3151017.187.help.text"
-msgid "<emph>NPer</emph> is the total number of payment periods. The rate and NPER must refer to the same unit, and thus both be calculated annually or monthly."
+#. A5f{
+#: 12080100.xhp
+msgctxt ""
+"12080100.xhp\n"
+"par_id3154515\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:HideDetail\" visibility=\"visible\">Hides the details of the grouped row or column that contains the cursor. To hide all of the grouped rows or columns, select the outlined table, and then choose this command.</ahelp>"
msgstr ""
-#: 04060119.xhp#par_id3155620.188.help.text
-msgctxt "04060119.xhp#par_id3155620.188.help.text"
-msgid "<emph>PV</emph> is the current value."
+#. ^F^B
+#: 12080100.xhp
+msgctxt ""
+"12080100.xhp\n"
+"par_id3153252\n"
+"3\n"
+"help.text"
+msgid "To show all hidden groups, select the outlined table, and then choose <emph>Data -Outline –</emph> <link href=\"text/scalc/01/12080200.xhp\" name=\"Show Details\"><emph>Show Details</emph></link>."
msgstr ""
-#: 04060119.xhp#par_id3145352.189.help.text
-msgctxt "04060119.xhp#par_id3145352.189.help.text"
-msgid "<emph>StartPeriod</emph> is the first payment period for the calculation."
-msgstr ""
+#. r^TR
+#: 12090200.xhp
+msgctxt ""
+"12090200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Refresh"
+msgstr "განახლება"
-#: 04060119.xhp#par_id3157986.190.help.text
-msgctxt "04060119.xhp#par_id3157986.190.help.text"
-msgid "<emph>EndPeriod</emph> is the last payment period for the calculation."
-msgstr ""
+#. /VO6
+#: 12090200.xhp
+msgctxt ""
+"12090200.xhp\n"
+"hd_id3151385\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12090200.xhp\" name=\"Refresh\">Refresh</link>"
+msgstr "<link href=\"text/scalc/01/12090200.xhp\" name=\"Refresh\">განახლება</link>"
-#: 04060119.xhp#par_id3150570.191.help.text
-msgctxt "04060119.xhp#par_id3150570.191.help.text"
-msgid "<emph>Type</emph> is the maturity of a payment at the end of each period (Type = 0) or at the start of the period (Type = 1)."
-msgstr ""
+#. hlqq
+#: 12090200.xhp
+#, fuzzy
+msgctxt ""
+"12090200.xhp\n"
+"par_id3149456\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:RecalcPivotTable\">Updates the pivot table.</ahelp>"
+msgstr "<ahelp hid=\".\">შლის შერჩეულ მომხმარებელს.</ahelp>"
-#: 04060119.xhp#hd_id3150269.192.help.text
-msgctxt "04060119.xhp#hd_id3150269.192.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. SZ)I
+#: 12090200.xhp
+#, fuzzy
+msgctxt ""
+"12090200.xhp\n"
+"par_id3150400\n"
+"3\n"
+"help.text"
+msgid "After you import an Excel spreadsheet that contains a pivot table, click in the table, and then choose <emph>Data - Pivot Table - Refresh</emph>."
+msgstr "ცხრილის ცხრილიდან ჩასართავად დააწკაპუნეთ ცხრილის უჯრედზე და ამოირჩიეთ<emph>Table - Insert - Table</emph>."
-#: 04060119.xhp#par_id3148774.193.help.text
-msgctxt "04060119.xhp#par_id3148774.193.help.text"
-msgid "The following mortgage loan is taken out on a house:"
-msgstr ""
+#. gag`
+#: 05080000.xhp
+msgctxt ""
+"05080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Print Ranges"
+msgstr "დიაპაზონების ბეჭდვა"
-#: 04060119.xhp#par_id3150661.194.help.text
-msgid "Rate: 9.00 per cent per annum (9% / 12 = 0.0075), Duration: 30 years (payment periods = 30 * 12 = 360), NPV: 125000 currency units."
-msgstr ""
+#. V%![
+#: 05080000.xhp
+msgctxt ""
+"05080000.xhp\n"
+"hd_id3154013\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05080000.xhp\" name=\"Print Ranges\">Print Ranges</link>"
+msgstr "<link href=\"text/scalc/01/05080000.xhp\" name=\"Print Ranges\">საბეჭდი დიაპაზონები</link>"
-#: 04060119.xhp#par_id3155512.195.help.text
-msgid "How much will you repay in the second year of the mortgage (thus from periods 13 to 24)?"
+#. kTAs
+#: 05080000.xhp
+msgctxt ""
+"05080000.xhp\n"
+"par_id3155855\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Manages print ranges. Only cells within the print ranges will be printed.</ahelp>"
msgstr ""
-#: 04060119.xhp#par_id3149394.196.help.text
-msgid "<item type=\"input\">=CUMPRINC_ADD(0.0075;360;125000;13;24;0)</item> returns -934.1071"
+#. /h4k
+#: 05080000.xhp
+msgctxt ""
+"05080000.xhp\n"
+"par_id3146119\n"
+"4\n"
+"help.text"
+msgid "If you do not define any print range manually, Calc assigns an automatic print range to include all the cells that are not empty."
msgstr ""
-#: 04060119.xhp#par_id3149026.197.help.text
-msgid "In the first month you will be repaying the following amount:"
-msgstr ""
+#. %*DY
+#: 05080000.xhp
+msgctxt ""
+"05080000.xhp\n"
+"hd_id3154729\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05080300.xhp\" name=\"Edit\">Edit</link>"
+msgstr "<link href=\"text/scalc/01/05080300.xhp\" name=\"Edit\">რედაქტირება</link>"
-#: 04060119.xhp#par_id3154636.198.help.text
-msgid "<item type=\"input\">=CUMPRINC_ADD(0.0075;360;125000;1;1;0)</item> returns -68.27827"
-msgstr ""
+#. _b$4
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"tit\n"
+"help.text"
+msgid "EOMONTH"
+msgstr "EOMONTH"
-#: 04060119.xhp#bm_id3155370.help.text
-msgid "<bookmark_value>calculating; accumulated interests</bookmark_value><bookmark_value>accumulated interests</bookmark_value><bookmark_value>CUMIPMT function</bookmark_value>"
-msgstr "<bookmark_value>ხაზების რეგრესია</bookmark_value><bookmark_value>ექსტრაპოლაცია</bookmark_value><bookmark_value>FORECAST ფუნქცია</bookmark_value>"
+#. dc`f
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"bm_id3150991\n"
+"help.text"
+msgid "<bookmark_value>EOMONTH function</bookmark_value>"
+msgstr "<bookmark_value>EOMONTH ფუნქცია</bookmark_value>"
-#: 04060119.xhp#hd_id3155370.266.help.text
-msgid "CUMIPMT"
-msgstr "CUMIPMT"
+#. W!0X
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"hd_id3150991\n"
+"231\n"
+"help.text"
+msgid "<variable id=\"eomonth\"><link href=\"text/scalc/01/func_eomonth.xhp\">EOMONTH</link></variable>"
+msgstr "<variable id=\"eomonth\"><link href=\"text/scalc/01/func_eomonth.xhp\">EOMONTH</link></variable>"
-#: 04060119.xhp#par_id3158411.267.help.text
-msgid "<ahelp hid=\"HID_FUNC_KUMZINSZ\">Calculates the cumulative interest payments, that is, the total interest, for an investment based on a constant interest rate.</ahelp>"
+#. n+v3
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"par_id3152766\n"
+"232\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_EOMONTH\">Returns the date of the last day of a month which falls m<emph>onths</emph> away from the s<emph>tart date</emph>.</ahelp>"
msgstr ""
-#: 04060119.xhp#hd_id3155814.268.help.text
-msgctxt "04060119.xhp#hd_id3155814.268.help.text"
+#. F#+U
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"hd_id3150597\n"
+"233\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060119.xhp#par_id3147536.269.help.text
-msgid "CUMIPMT(Rate; NPer; PV; S; E; Type)"
-msgstr "PV(სიხშირე; NPER; PMT; FV; ტიპი)"
-
-#: 04060119.xhp#par_id3150475.270.help.text
-msgctxt "04060119.xhp#par_id3150475.270.help.text"
-msgid "<emph>Rate</emph> is the periodic interest rate."
-msgstr ""
-
-#: 04060119.xhp#par_id3153921.271.help.text
-msgctxt "04060119.xhp#par_id3153921.271.help.text"
-msgid "<emph>NPer</emph> is the payment period with the total number of periods. NPER can also be a non-integer value."
-msgstr ""
-
-#: 04060119.xhp#par_id3153186.272.help.text
-msgctxt "04060119.xhp#par_id3153186.272.help.text"
-msgid "<emph>PV</emph> is the current value in the sequence of payments."
-msgstr ""
-
-#: 04060119.xhp#par_id3156259.273.help.text
-msgctxt "04060119.xhp#par_id3156259.273.help.text"
-msgid "<emph>S</emph> is the first period."
-msgstr ""
+#. 2PqT
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"par_id3150351\n"
+"234\n"
+"help.text"
+msgid "EOMONTH(StartDate; Months)"
+msgstr "EOMONTH (საწყისი თარიღი; თვეები)"
-#: 04060119.xhp#par_id3155990.274.help.text
-msgctxt "04060119.xhp#par_id3155990.274.help.text"
-msgid "<emph>E</emph> is the last period."
+#. L74b
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"par_id3146787\n"
+"235\n"
+"help.text"
+msgid "<emph>StartDate</emph> is a date (the starting point of the calculation)."
msgstr ""
-#: 04060119.xhp#par_id3149777.275.help.text
-msgctxt "04060119.xhp#par_id3149777.275.help.text"
-msgid "<emph>Type</emph> is the due date of the payment at the beginning or end of each period."
+#. CL?*
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"par_id3155615\n"
+"236\n"
+"help.text"
+msgid "<emph>Months</emph> is the number of months before (negative) or after (positive) the start date."
msgstr ""
-#: 04060119.xhp#hd_id3153723.276.help.text
-msgctxt "04060119.xhp#hd_id3153723.276.help.text"
+#. ocWS
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"hd_id3156335\n"
+"237\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060119.xhp#par_id3147478.277.help.text
-msgid "What are the interest payments at a yearly interest rate of 5.5 %, a payment period of monthly payments for 2 years and a current cash value of 5,000 currency units? The start period is the 4th and the end period is the 6th period. The payment is due at the beginning of each period."
+#. 4.S3
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"par_id3154829\n"
+"238\n"
+"help.text"
+msgid "What is the last day of the month that falls 6 months after September 14 2001?"
+msgstr "რა ტოლია დღე - თვე თვეები სექტემბერი?"
+
+#. B8a_
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"par_id3156143\n"
+"239\n"
+"help.text"
+msgid "<item type=\"input\">=EOMONTH(DATE(2001;9;14);6)</item> returns the serial number 37346. Formatted as a date, this is 2002-03-31."
msgstr ""
-#: 04060119.xhp#par_id3149819.278.help.text
-msgid "<item type=\"input\">=CUMIPMT(5.5%/12;24;5000;4;6;1)</item> = -57.54 currency units. The interest payments for between the 4th and 6th period are 57.54 currency units."
+#. hJH-
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"par_id3156144\n"
+"239\n"
+"help.text"
+msgid "<item type=\"input\">=EOMONTH(\"2001-09-14\";6)</item> works as well. If the date is given as string, it has to be in ISO format."
msgstr ""
-#: 04060119.xhp#bm_id3083280.help.text
-msgid "<bookmark_value>CUMIPMT_ADD function</bookmark_value>"
-msgstr "<bookmark_value>CUMIPMT_ADD ფუნქცია</bookmark_value>"
+#. 3:dC
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Headers & Footers"
+msgstr "თავსართები & ქვესართები"
-#: 04060119.xhp#hd_id3083280.165.help.text
-msgid "CUMIPMT_ADD"
-msgstr "CUMIPMT_ADD"
+#. 1Qu:
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"hd_id3145251\n"
+"1\n"
+"help.text"
+msgid "Headers & Footers"
+msgstr "თავსართები & ქვესართები"
-#: 04060119.xhp#par_id3152482.166.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_CUMIPMT\">Calculates the accumulated interest for a period.</ahelp>"
-msgstr ""
+#. s[vo
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"par_id3151073\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"kopfundfusszeilentext\"><ahelp hid=\".uno:EditHeaderAndFooter\">Allows you to define and format headers and footers.</ahelp></variable>"
+msgstr "<variable id=\"kopfundfusszeilentext\"><ahelp hid=\".uno:EditHeaderAndFooter\">საშუალებას გაძლევთ განსაზღვროთ და გააფორმოთ თავსართები და ქვესართები.</ahelp></variable>"
-#: 04060119.xhp#hd_id3149713.167.help.text
-msgctxt "04060119.xhp#hd_id3149713.167.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. 2-zr
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"par_id3153415\n"
+"3\n"
+"help.text"
+msgid "The<emph> Headers/Footers </emph>dialog contains the tabs for defining headers and footers. There will be separate tabs for the left and right page headers and footers if the <emph>Same content left/right</emph> option was not marked in the <link href=\"text/scalc/01/05070000.xhp\" name=\"Page Style\">Page Style</link> dialog."
+msgstr "დიალოგი<emph> ზედა და ქვედა კოლონტიტულები </emph>შეიცავს ჩანართებს კოლონტიტულების განსაზღვრისათვის. მათ შეუძლიათ გაყონ ჩანართი მარჯვენა და მარცხენა ფურცლებისათვის ზედა და ქვედა კოლონტიტულები, თუ მონიშნულია <emph>განსხვავებული შინაარსი მარჯვნივ/მარცხნივ </emph> <link href=\"text/scalc/01/05070000.xhp\" name=\"Page Style\">ფურცლის სტილი</link> დიალოგში."
-#: 04060119.xhp#par_id3145087.168.help.text
-msgid "CUMIPMT_ADD(Rate; NPer; PV; StartPeriod; EndPeriod; Type)"
-msgstr ""
+#. `rud
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"tit\n"
+"help.text"
+msgid "Statistics Functions"
+msgstr "სტატისტიკური ფუნქციები"
-#: 04060119.xhp#par_id3149277.169.help.text
-msgctxt "04060119.xhp#par_id3149277.169.help.text"
-msgid "<emph>Rate</emph> is the interest rate for each period."
-msgstr ""
+#. Fsz0
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"bm_id3153018\n"
+"help.text"
+msgid "<bookmark_value>statistics functions</bookmark_value><bookmark_value>Function Wizard; statistics</bookmark_value><bookmark_value>functions; statistics functions</bookmark_value>"
+msgstr "<bookmark_value>ელცხრილები; ფუნქცუები</bookmark_value><bookmark_value>ფუნქცუების ოსტატი, ელცხრილები</bookmark_value><bookmark_value>ფუნქცუები; ელცხრილები</bookmark_value>"
-#: 04060119.xhp#par_id3149270.170.help.text
-msgctxt "04060119.xhp#par_id3149270.170.help.text"
-msgid "<emph>NPer</emph> is the total number of payment periods. The rate and NPER must refer to the same unit, and thus both be calculated annually or monthly."
-msgstr ""
+#. X^sC
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"hd_id3153018\n"
+"1\n"
+"help.text"
+msgid "Statistics Functions"
+msgstr "სტატისტიკური ფუნქციები"
-#: 04060119.xhp#par_id3152967.171.help.text
-msgctxt "04060119.xhp#par_id3152967.171.help.text"
-msgid "<emph>PV</emph> is the current value."
-msgstr ""
+#. U:1o
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3157874\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"statistiktext\">This category contains the <emph>Statistics</emph> functions. </variable>"
+msgstr "<variable id=\"statistiktext\">ეს კატეგორია შეიცავს <emph>სტატისტიკურ</emph> ფუნქციებს. </variable>"
-#: 04060119.xhp#par_id3156308.172.help.text
-msgctxt "04060119.xhp#par_id3156308.172.help.text"
-msgid "<emph>StartPeriod</emph> is the first payment period for the calculation."
-msgstr ""
+#. R#R9
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3149001\n"
+"9\n"
+"help.text"
+msgid "Some of the examples use the following data table:"
+msgstr "ზოგი მაგალითი გამოყენებულია შემდეგ ცხრილში:"
-#: 04060119.xhp#par_id3149453.173.help.text
-msgctxt "04060119.xhp#par_id3149453.173.help.text"
-msgid "<emph>EndPeriod</emph> is the last payment period for the calculation."
-msgstr ""
+#. GDRJ
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3148775\n"
+"10\n"
+"help.text"
+msgid "C"
+msgstr "C"
-#: 04060119.xhp#par_id3150962.174.help.text
-msgctxt "04060119.xhp#par_id3150962.174.help.text"
-msgid "<emph>Type</emph> is the maturity of a payment at the end of each period (Type = 0) or at the start of the period (Type = 1)."
-msgstr ""
+#. _8D{
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3145297\n"
+"11\n"
+"help.text"
+msgid "D"
+msgstr "D"
-#: 04060119.xhp#hd_id3152933.175.help.text
-msgctxt "04060119.xhp#hd_id3152933.175.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. wDZY
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3150661\n"
+"12\n"
+"help.text"
+msgid "2"
+msgstr "2"
-#: 04060119.xhp#par_id3156324.176.help.text
-msgctxt "04060119.xhp#par_id3156324.176.help.text"
-msgid "The following mortgage loan is taken out on a house:"
-msgstr ""
+#. zsq-
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3153551\n"
+"13\n"
+"help.text"
+msgid "x value"
+msgstr "x მნიშვნელობა"
-#: 04060119.xhp#par_id3147566.177.help.text
-msgid "Rate: 9.00 per cent per annum (9% / 12 = 0.0075), Duration: 30 years (NPER = 30 * 12 = 360), Pv: 125000 currency units."
-msgstr ""
+#. 1kef
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3147536\n"
+"14\n"
+"help.text"
+msgid "y value"
+msgstr "y მნიშვნელობა"
-#: 04060119.xhp#par_id3151272.178.help.text
-msgid "How much interest must you pay in the second year of the mortgage (thus from periods 13 to 24)?"
-msgstr ""
+#. 6Cge
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3153224\n"
+"15\n"
+"help.text"
+msgid "3"
+msgstr "3"
-#: 04060119.xhp#par_id3156130.179.help.text
-msgid "<item type=\"input\">=CUMIPMT_ADD(0.0075;360;125000;13;24;0)</item> returns -11135.23."
-msgstr ""
+#. -3k]
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3150475\n"
+"16\n"
+"help.text"
+msgid "-5"
+msgstr "-5"
-#: 04060119.xhp#par_id3150764.180.help.text
-msgid "How much interest must you pay in the first month?"
-msgstr ""
+#. m@;$
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3155367\n"
+"17\n"
+"help.text"
+msgid "-3"
+msgstr "-3"
-#: 04060119.xhp#par_id3146857.181.help.text
-msgid "<item type=\"input\">=CUMIPMT_ADD(0.0075;360;125000;1;1;0)</item> returns -937.50."
-msgstr ""
+#. Xme|
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3149783\n"
+"18\n"
+"help.text"
+msgid "4"
+msgstr "4"
-#: 04060119.xhp#bm_id3150878.help.text
-msgid "<bookmark_value>PRICE function</bookmark_value><bookmark_value>prices; fixed interest securities</bookmark_value><bookmark_value>sales values;fixed interest securities</bookmark_value>"
-msgstr "<bookmark_value>DURATION_ADD ფუნქცია</bookmark_value><bookmark_value>Microsoft Excel ფუნქციები</bookmark_value><bookmark_value>ხანგძლივობა;ფიქსირებული ინტერვალები</bookmark_value>"
+#. PKb)
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3153181\n"
+"19\n"
+"help.text"
+msgid "-2"
+msgstr "-2"
-#: 04060119.xhp#hd_id3150878.9.help.text
-msgid "PRICE"
-msgstr "PRICE"
+#. j#Tb
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3148429\n"
+"20\n"
+"help.text"
+msgid "0"
+msgstr "0"
-#: 04060119.xhp#par_id3153210.10.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_PRICE\">Calculates the market value of a fixed interest security with a par value of 100 currency units as a function of the forecast yield.</ahelp>"
-msgstr ""
+#. hX3L
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3152588\n"
+"21\n"
+"help.text"
+msgid "5"
+msgstr "5"
-#: 04060119.xhp#hd_id3154646.11.help.text
-msgctxt "04060119.xhp#hd_id3154646.11.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. ,9,\
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3147483\n"
+"22\n"
+"help.text"
+msgid "-1"
+msgstr "-1"
-#: 04060119.xhp#par_id3152804.12.help.text
-msgid "PRICE(Settlement; Maturity; Rate; Yield; Redemption; Frequency; Basis)"
-msgstr "ODDFYIELD პირველი სიხშირე სიხშირე ფუძე"
+#. lCv;
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3083443\n"
+"23\n"
+"help.text"
+msgid "1"
+msgstr "1"
-#: 04060119.xhp#par_id3156121.13.help.text
-msgctxt "04060119.xhp#par_id3156121.13.help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
+#. IVVl
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3149826\n"
+"24\n"
+"help.text"
+msgid "6"
+msgstr "6"
-#: 04060119.xhp#par_id3149983.14.help.text
-msgctxt "04060119.xhp#par_id3149983.14.help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr "ტექსტი თარიღი ჩართულია."
+#. iBQB
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3163820\n"
+"25\n"
+"help.text"
+msgid "0"
+msgstr "0"
-#: 04060119.xhp#par_id3153755.15.help.text
-msgid "<emph>Rate</emph> is the annual nominal rate of interest (coupon interest rate)"
-msgstr ""
+#. ?n!4
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3154816\n"
+"26\n"
+"help.text"
+msgid "3"
+msgstr "3"
-#: 04060119.xhp#par_id3155999.16.help.text
-msgctxt "04060119.xhp#par_id3155999.16.help.text"
-msgid "<emph>Yield</emph> is the annual yield of the security."
-msgstr ""
+#. .D0}
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3149276\n"
+"27\n"
+"help.text"
+msgid "7"
+msgstr "7"
-#: 04060119.xhp#par_id3156114.17.help.text
-msgctxt "04060119.xhp#par_id3156114.17.help.text"
-msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
-msgstr ""
+#. Ze,r
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3149267\n"
+"28\n"
+"help.text"
+msgid "2"
+msgstr "2"
-#: 04060119.xhp#par_id3155846.18.help.text
-msgctxt "04060119.xhp#par_id3155846.18.help.text"
-msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
-msgstr ""
+#. ?!1;
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3156310\n"
+"29\n"
+"help.text"
+msgid "4"
+msgstr "4"
-#: 04060119.xhp#hd_id3153148.19.help.text
-msgctxt "04060119.xhp#hd_id3153148.19.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. k@R)
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3154639\n"
+"30\n"
+"help.text"
+msgid "8"
+msgstr "8"
-#: 04060119.xhp#par_id3150260.20.help.text
-msgid "A security is purchased on 1999-02-15; the maturity date is 2007-11-15. The nominal rate of interest is 5.75%. The yield is 6.5%. The redemption value is 100 currency units. Interest is paid half-yearly (frequency is 2). With calculation on basis 0, the price is as follows:"
-msgstr ""
+#. G:,_
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3145205\n"
+"31\n"
+"help.text"
+msgid "4"
+msgstr "4"
-#: 04060119.xhp#par_id3147273.21.help.text
-msgid "=PRICE(\"1999-02-15\"; \"2007-11-15\"; 0.0575; 0.065; 100; 2; 0) returns 95.04287."
-msgstr ""
+#. R/Vm
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3153276\n"
+"32\n"
+"help.text"
+msgid "6"
+msgstr "6"
-#: 04060119.xhp#bm_id3151297.help.text
-msgid "<bookmark_value>PRICEDISC function</bookmark_value><bookmark_value>prices;non-interest-bearing securities</bookmark_value><bookmark_value>sales values;non-interest-bearing securities</bookmark_value>"
-msgstr "<bookmark_value>DURATION_ADD ფუნქცია</bookmark_value><bookmark_value>Microsoft Excel ფუნქციები</bookmark_value><bookmark_value>ხანგძლივობა;ფიქსირებული ინტერვალები</bookmark_value>"
+#. ztoI
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3150756\n"
+"33\n"
+"help.text"
+msgid "9"
+msgstr "9"
-#: 04060119.xhp#hd_id3151297.22.help.text
-msgid "PRICEDISC"
-msgstr "PRICEDISC"
+#. @5Zv
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3156095\n"
+"34\n"
+"help.text"
+msgid "6"
+msgstr "6"
-#: 04060119.xhp#par_id3155100.23.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_PRICEDISC\">Calculates the price per 100 currency units of par value of a non-interest- bearing security.</ahelp>"
-msgstr ""
+#. L@?m
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3152929\n"
+"35\n"
+"help.text"
+msgid "8"
+msgstr "8"
-#: 04060119.xhp#hd_id3149294.24.help.text
-msgctxt "04060119.xhp#hd_id3149294.24.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. ,}an
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3156324\n"
+"36\n"
+"help.text"
+msgid "The statistical functions are described in the following subsections."
+msgstr "სტატისტიკური ფუნქციები შემდეგ ქვესექციაშია აღწერილი."
-#: 04060119.xhp#par_id3146084.25.help.text
-msgid "PRICEDISC(Settlement; Maturity; Discount; Redemption; Basis)"
-msgstr "DISC(მოსახლე;ხნიერება;ფასი;გამოსასყისი;ფუძე)"
+#. OS0W
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3150271\n"
+"37\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060116.xhp\" name=\"Statistical Functions in the Analysis-AddIn.\">Statistical Functions in the Analysis-AddIn</link>"
+msgstr "<link href=\"text/scalc/01/04060116.xhp\" name=\"Statistical Functions in the Analysis-AddIn.\">ანალიზის დამატებითი სტატისტიკური ფუნქციები</link>"
-#: 04060119.xhp#par_id3159179.26.help.text
-msgctxt "04060119.xhp#par_id3159179.26.help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
+#. T#k\
+#: 02190100.xhp
+msgctxt ""
+"02190100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Row Break"
+msgstr "რიგის გაწყვეტა"
-#: 04060119.xhp#par_id3154304.27.help.text
-msgctxt "04060119.xhp#par_id3154304.27.help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr "ტექსტი თარიღი ჩართულია."
+#. l-[(
+#: 02190100.xhp
+msgctxt ""
+"02190100.xhp\n"
+"bm_id3156326\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; deleting row breaks</bookmark_value><bookmark_value>deleting;manual row breaks</bookmark_value><bookmark_value>row breaks; deleting</bookmark_value>"
+msgstr "<bookmark_value>ელექტრონული ცხრილები; inserting columns</bookmark_value><bookmark_value>inserting; columns</bookmark_value><bookmark_value>columns; inserting</bookmark_value>"
-#: 04060119.xhp#par_id3156014.28.help.text
-msgid "<emph>Discount</emph> is the discount of a security as a percentage."
-msgstr ""
+#. TK9*
+#: 02190100.xhp
+msgctxt ""
+"02190100.xhp\n"
+"hd_id3156326\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02190100.xhp\" name=\"Row Break\">Row Break</link>"
+msgstr "<link href=\"text/scalc/01/02190100.xhp\" name=\"Row Break\">Row Break</link>"
-#: 04060119.xhp#par_id3147489.29.help.text
-msgctxt "04060119.xhp#par_id3147489.29.help.text"
-msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
-msgstr ""
+#. TveS
+#: 02190100.xhp
+msgctxt ""
+"02190100.xhp\n"
+"par_id3154366\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DeleteRowbreak\">Removes the manual row break above the active cell.</ahelp>"
+msgstr "<ahelp hid=\".uno:DeleteRowbreak\">Removes the manual row break above the active cell.</ahelp>"
-#: 04060119.xhp#hd_id3152794.30.help.text
-msgctxt "04060119.xhp#hd_id3152794.30.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. ?]m#
+#: 02190100.xhp
+msgctxt ""
+"02190100.xhp\n"
+"par_id3151041\n"
+"3\n"
+"help.text"
+msgid "Position the cursor in a cell directly below the row break indicated by a horizontal line and choose <emph>Edit - Delete Manual Break - Row Break</emph>. The manual row break is removed."
+msgstr "Position the cursor in a cell directly below the row break indicated by a horizontal line and აირჩიეთ <emph>რედაქტირება - ხელით წყვეტის წაშლა - Row Break</emph>. The manual row break is removed."
-#: 04060119.xhp#par_id3149198.31.help.text
-msgid "A security is purchased on 1999-02-15; the maturity date is 1999-03-01. Discount in per cent is 5.25%. The redemption value is 100. When calculating on basis 2 the price discount is as follows:"
-msgstr ""
+#. C0W/
+#: 02140300.xhp
+msgctxt ""
+"02140300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Up"
+msgstr "ზევით"
-#: 04060119.xhp#par_id3151178.32.help.text
-msgid "=PRICEDISC(\"1999-02-15\"; \"1999-03-01\"; 0.0525; 100; 2) returns 99.79583."
-msgstr ""
+#. \eGP
+#: 02140300.xhp
+msgctxt ""
+"02140300.xhp\n"
+"hd_id3147264\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02140300.xhp\" name=\"Up\">Up</link>"
+msgstr "<link href=\"text/scalc/01/02140300.xhp\" name=\"Up\">მაღლა</link>"
-#: 04060119.xhp#bm_id3154693.help.text
-msgid "<bookmark_value>PRICEMAT function</bookmark_value><bookmark_value>prices;interest-bearing securities</bookmark_value>"
-msgstr "<bookmark_value>SUM ფუნქცია</bookmark_value><bookmark_value>დამატება;რიცხვები უჯრათა დიაპაზონში</bookmark_value>"
+#. ^xi9
+#: 02140300.xhp
+msgctxt ""
+"02140300.xhp\n"
+"par_id3150793\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FillUp\" visibility=\"visible\">Fills a selected range of at least two rows with the contents of the bottom most cell.</ahelp>"
+msgstr "<ahelp hid=\".uno:FillUp\" visibility=\"visible\">შეავსებს მონიშნულ დიაპაზონს მინიმუმ ორ სტრიქონს დიაპაზონის ყველაზე დაბლითა უჯრის მნიშვნელობით.</ahelp>"
-#: 04060119.xhp#hd_id3154693.33.help.text
-msgid "PRICEMAT"
-msgstr "PRICEMAT"
+#. AgDB
+#: 02140300.xhp
+msgctxt ""
+"02140300.xhp\n"
+"par_id3150447\n"
+"3\n"
+"help.text"
+msgid "If a selected range has only one column, the content of the bottom most cell is copied into the selected cells. If several columns are selected, the contents of the bottom most cells are copied into those selected above."
+msgstr "თუ მონიშნული დიაპაზონი არის მხოლოდ ერთი სვეტი, მაშინ ქვედა უჯრის შემადგენლობა კოპირდება ყველ დანარჩენში მონიშნულში. თუ მონიშნული რამოდენიმე სვეტი, მაშინ მითითებული დაბლითა უჯრა კოპირებული იქნება ზემოთ."
-#: 04060119.xhp#par_id3153906.34.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_PRICEMAT\">Calculates the price per 100 currency units of par value of a security, that pays interest on the maturity date.</ahelp>"
-msgstr ""
+#. m*#k
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Optimal Row Heights"
+msgstr "რიგის ოპტიმალური სიმაღლე"
-#: 04060119.xhp#hd_id3154933.35.help.text
-msgctxt "04060119.xhp#hd_id3154933.35.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. UTRv
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"bm_id3148491\n"
+"help.text"
+msgid "<bookmark_value>sheets; optimal row heights</bookmark_value><bookmark_value>rows; optimal heights</bookmark_value><bookmark_value>optimal row heights</bookmark_value>"
+msgstr "<bookmark_value>ფურცლები; რიგის ოპტიმალური სიმაღლე</bookmark_value><bookmark_value>რიგები; ოპტიმალური სიმაღლე</bookmark_value><bookmark_value>რიგის ოპტიმალური სიმაღლე</bookmark_value>"
-#: 04060119.xhp#par_id3155393.36.help.text
-msgid "PRICEMAT(Settlement; Maturity; Issue; Rate; Yield; Basis)"
-msgstr ""
+#. A?D-
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"hd_id3148491\n"
+"1\n"
+"help.text"
+msgid "Optimal Row Heights"
+msgstr "რიგის ოპტიმალური სიმაღლე"
-#: 04060119.xhp#par_id3153102.37.help.text
-msgctxt "04060119.xhp#par_id3153102.37.help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
+#. CaS_
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"par_id3154758\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"optitext\"><ahelp hid=\".uno:SetOptimalRowHeight\">Determines the optimal row height for the selected rows.</ahelp></variable> The optimal row height depends on the font size of the largest character in the row. You can use various <link href=\"text/shared/00/00000003.xhp#metrik\" name=\"units of measure\">units of measure</link>."
msgstr ""
-#: 04060119.xhp#par_id3150530.38.help.text
-msgctxt "04060119.xhp#par_id3150530.38.help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr "ტექსტი თარიღი ჩართულია."
+#. :`pL
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"hd_id3154908\n"
+"3\n"
+"help.text"
+msgid "Add"
+msgstr "დამატება"
-#: 04060119.xhp#par_id3149903.39.help.text
-msgctxt "04060119.xhp#par_id3149903.39.help.text"
-msgid "<emph>Issue</emph> is the date of issue of the security."
+#. /`UV
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"par_id3151044\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:METRICFIELD:RID_SCDLG_ROW_OPT:ED_VALUE\">Sets additional spacing between the largest character in a row and the cell boundaries.</ahelp>"
msgstr ""
-#: 04060119.xhp#par_id3148828.40.help.text
-msgctxt "04060119.xhp#par_id3148828.40.help.text"
-msgid "<emph>Rate</emph> is the interest rate of the security on the issue date."
-msgstr ""
+#. lE:8
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"hd_id3150439\n"
+"5\n"
+"help.text"
+msgid "Default value"
+msgstr "ნაგულისხმევი მნიშვნელობა"
-#: 04060119.xhp#par_id3146993.41.help.text
-msgctxt "04060119.xhp#par_id3146993.41.help.text"
-msgid "<emph>Yield</emph> is the annual yield of the security."
-msgstr ""
+#. m]w3
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"par_id3146984\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ROW_OPT:BTN_DEFVAL\">Restores the default value for the optimal row height.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ROW_OPT:BTN_DEFVAL\">რიგის ოპტიმალური სიმაღლის პარამეტრის განულება.</ahelp>"
-#: 04060119.xhp#hd_id3150507.42.help.text
-msgctxt "04060119.xhp#hd_id3150507.42.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. 6WkU
+#: 04070200.xhp
+msgctxt ""
+"04070200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert Name"
+msgstr "სახელის ჩასმა"
-#: 04060119.xhp#par_id3154289.43.help.text
-msgid "Settlement date: February 15 1999, maturity date: April 13 1999, issue date: November 11 1998. Interest rate: 6.1 per cent, yield: 6.1 per cent, basis: 30/360 = 0."
-msgstr ""
+#. +!s1
+#: 04070200.xhp
+msgctxt ""
+"04070200.xhp\n"
+"bm_id3153195\n"
+"help.text"
+msgid "<bookmark_value>cell ranges; inserting named ranges</bookmark_value><bookmark_value>inserting; cell ranges</bookmark_value>"
+msgstr "<bookmark_value>უჯრების დიაპაზონი; სახელობითი დიაპაზონების ჩასმა</bookmark_value><bookmark_value>ჩასმა; უჯრების დიაპაზონი</bookmark_value>"
-#: 04060119.xhp#par_id3154905.44.help.text
-msgid "The price is calculated as follows:"
-msgstr "ფასი გამოთვლილია როგორც მოყვება:"
+#. )z}j
+#: 04070200.xhp
+msgctxt ""
+"04070200.xhp\n"
+"hd_id3153195\n"
+"1\n"
+"help.text"
+msgid "Insert Name"
+msgstr "სახელი ჩამატება"
-#: 04060119.xhp#par_id3158409.45.help.text
-msgid "=PRICEMAT(\"1999-02-15\";\"1999-04-13\";\"1998-11-11\"; 0.061; 0.061;0) returns 99.98449888."
+#. wVjb
+#: 04070200.xhp
+msgctxt ""
+"04070200.xhp\n"
+"par_id3150011\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"nameneinfuegentext\"><ahelp hid=\".uno:InsertName\">Inserts a defined named cell range at the current cursor's position.</ahelp></variable>"
msgstr ""
-#: 04060119.xhp#bm_id3148448.help.text
-msgid "<bookmark_value>calculating; durations</bookmark_value><bookmark_value>durations;calculating</bookmark_value><bookmark_value>DURATION function</bookmark_value>"
-msgstr "<bookmark_value>ხაზების რეგრესია</bookmark_value><bookmark_value>ექსტრაპოლაცია</bookmark_value><bookmark_value>FORECAST ფუნქცია</bookmark_value>"
-
-#: 04060119.xhp#hd_id3148448.280.help.text
-msgid "DURATION"
-msgstr "DURATION"
-
-#: 04060119.xhp#par_id3153056.281.help.text
-msgid "<ahelp hid=\"HID_FUNC_LAUFZEIT\">Calculates the number of periods required by an investment to attain the desired value.</ahelp>"
+#. %y*B
+#: 04070200.xhp
+msgctxt ""
+"04070200.xhp\n"
+"par_id3149412\n"
+"7\n"
+"help.text"
+msgid "You can only insert a cell area after having defined a name for the area."
msgstr ""
-#: 04060119.xhp#hd_id3145421.282.help.text
-msgctxt "04060119.xhp#hd_id3145421.282.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060119.xhp#par_id3148933.283.help.text
-msgid "DURATION(Rate; PV; FV)"
-msgstr "DURATION(სიხშირე;PV;FV)"
+#. 9*s?
+#: 04070200.xhp
+msgctxt ""
+"04070200.xhp\n"
+"hd_id3153160\n"
+"3\n"
+"help.text"
+msgid "Insert name"
+msgstr "სახელის ჩამატება"
-#: 04060119.xhp#par_id3148801.284.help.text
-msgid "<emph>Rate</emph> is a constant. The interest rate is to be calculated for the entire duration (duration period). The interest rate per period is calculated by dividing the interest rate by the calculated duration. The internal rate for an annuity is to be entered as Rate/12."
+#. b.m*
+#: 04070200.xhp
+msgctxt ""
+"04070200.xhp\n"
+"par_id3154944\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_NAMES_PASTE:LB_ENTRYLIST\">Lists all defined cell areas. Double-click an entry to insert the named area into the active sheet at the current cursor position.</ahelp>"
msgstr ""
-#: 04060119.xhp#par_id3147239.285.help.text
-msgctxt "04060119.xhp#par_id3147239.285.help.text"
-msgid "<emph>PV</emph> is the present (current) value. The cash value is the deposit of cash or the current cash value of an allowance in kind. As a deposit value a positive value must be entered; the deposit must not be 0 or <0."
-msgstr ""
+#. ULfS
+#: 04070200.xhp
+msgctxt ""
+"04070200.xhp\n"
+"hd_id3153418\n"
+"5\n"
+"help.text"
+msgid "Insert All"
+msgstr "ყველას ჩამატება"
-#: 04060119.xhp#par_id3147515.286.help.text
-msgid "<emph>FV</emph> is the expected value. The future value determines the desired (future) value of the deposit."
+#. JiBo
+#: 04070200.xhp
+msgctxt ""
+"04070200.xhp\n"
+"par_id3155066\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_NAMES_PASTE:BTN_ADD\">Inserts a list of all named areas and the corresponding cell references at the current cursor position.</ahelp>"
msgstr ""
-#: 04060119.xhp#hd_id3153579.287.help.text
-msgctxt "04060119.xhp#hd_id3153579.287.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060119.xhp#par_id3148480.288.help.text
-msgid "At an interest rate of 4.75%, a cash value of 25,000 currency units and a future value of 1,000,000 currency units, a duration of 79.49 payment periods is returned. The periodic payment is the resulting quotient from the future value and the duration, in this case 1,000,000/79.49=12,850.20."
-msgstr ""
+#. |_S:
+#: 06030500.xhp
+msgctxt ""
+"06030500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Remove All Traces"
+msgstr "ყველა კვალის ამოშლა"
-#: 04060119.xhp#bm_id3148912.help.text
-msgid "<bookmark_value>calculating;linear depreciations</bookmark_value><bookmark_value>depreciations;linear</bookmark_value><bookmark_value>linear depreciations</bookmark_value><bookmark_value>straight-line depreciations</bookmark_value><bookmark_value>SLN function</bookmark_value>"
-msgstr ""
+#. xuC{
+#: 06030500.xhp
+msgctxt ""
+"06030500.xhp\n"
+"bm_id3153088\n"
+"help.text"
+msgid "<bookmark_value>cells; removing traces</bookmark_value>"
+msgstr "<bookmark_value>უჯრები; კვალების მოხსნა</bookmark_value>"
-#: 04060119.xhp#hd_id3148912.290.help.text
-msgid "SLN"
-msgstr "SLN"
+#. a[6X
+#: 06030500.xhp
+msgctxt ""
+"06030500.xhp\n"
+"hd_id3153088\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06030500.xhp\" name=\"Remove All Traces\">Remove All Traces</link>"
+msgstr "<link href=\"text/scalc/01/06030500.xhp\" name=\"Remove All Traces\">ყველა კვალის ამოშლა</link>"
-#: 04060119.xhp#par_id3149154.291.help.text
-msgid "<ahelp hid=\"HID_FUNC_LIA\">Returns the straight-line depreciation of an asset for one period.</ahelp>The amount of the depreciation is constant during the depreciation period."
+#. n9eA
+#: 06030500.xhp
+msgctxt ""
+"06030500.xhp\n"
+"par_id3151246\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ClearArrows\" visibility=\"visible\">Removes all tracer arrows from the spreadsheet.</ahelp>"
msgstr ""
-#: 04060119.xhp#hd_id3153240.292.help.text
-msgctxt "04060119.xhp#hd_id3153240.292.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. QwO8
+#: 02210000.xhp
+msgctxt ""
+"02210000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Selecting Sheets"
+msgstr "არჩეული ფურცლები"
-#: 04060119.xhp#par_id3166456.293.help.text
-msgid "SLN(Cost; Salvage; Life)"
-msgstr ""
+#. @kh/
+#: 02210000.xhp
+msgctxt ""
+"02210000.xhp\n"
+"hd_id3156023\n"
+"5\n"
+"help.text"
+msgid "Selecting Sheets"
+msgstr "ფურცლების არჩევა"
-#: 04060119.xhp#par_id3146955.294.help.text
-msgid "<emph>Cost</emph> is the initial cost of an asset."
-msgstr ""
+#. y2#Q
+#: 02210000.xhp
+msgctxt ""
+"02210000.xhp\n"
+"par_id3147265\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"tabellenauswaehlen\"><ahelp hid=\".uno:SelectTables\" visibility=\"visible\">Selects multiple sheets.</ahelp></variable>"
+msgstr "<variable id=\"tabellenauswaehlen\"><ahelp hid=\".uno:SelectTables\" visibility=\"visible\">Selects multiple sheets.</ahelp></variable>"
+
+#. UGh=
+#: 02210000.xhp
+msgctxt ""
+"02210000.xhp\n"
+"hd_id3125863\n"
+"2\n"
+"help.text"
+msgid "Selected Sheets"
+msgstr "Selected Sheets"
-#: 04060119.xhp#par_id3149796.295.help.text
-msgctxt "04060119.xhp#par_id3149796.295.help.text"
-msgid "<emph>Salvage</emph> is the value of an asset at the end of the depreciation."
-msgstr ""
+#. Y[a/
+#: 02210000.xhp
+msgctxt ""
+"02210000.xhp\n"
+"par_id3153969\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SELECTTABLES\" visibility=\"visible\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down Ctrl (Mac: Command) while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
+msgstr "<ahelp hid=\"HID_SELECTTABLES\" visibility=\"visible\">გამოიტანე მიმდინარე დოკუმენტის დაფების სია. ფურცლის მოსანიშნად, გადაადგილებისათვის გამოიყენე ზედა ან ქვედა ისრები. მონიშვნაში ფურცლის დასამატებლად დააჭირე Ctrl-ს სანამ აჭერთ ისარს და შემდეგ დააჭირეთ პრობელს. დიაპაზონის მოსანიშნავად დააჭირეთ Shift-ს და შემდეგ ისრებს. </ahelp>"
-#: 04060119.xhp#par_id3166444.296.help.text
-msgid "<emph>Life</emph> is the depreciation period determining the number of periods in the depreciation of the asset."
-msgstr ""
+#. w08c
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"tit\n"
+"help.text"
+msgid "TIMEVALUE"
+msgstr "TIMEVALUE"
+
+#. s:`e
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"bm_id3146755\n"
+"help.text"
+msgid "<bookmark_value>TIMEVALUE function</bookmark_value>"
+msgstr "<bookmark_value>TIMEVALUE ფუნქცია</bookmark_value>"
-#: 04060119.xhp#hd_id3155579.297.help.text
-msgctxt "04060119.xhp#hd_id3155579.297.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. 9~k8
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"hd_id3146755\n"
+"160\n"
+"help.text"
+msgid "<variable id=\"timevalue\"><link href=\"text/scalc/01/func_timevalue.xhp\">TIMEVALUE</link></variable>"
+msgstr "<variable id=\"timevalue\"><link href=\"text/scalc/01/func_timevalue.xhp\">TIMEVALUE</link></variable>"
-#: 04060119.xhp#par_id3154098.298.help.text
-msgid "Office equipment with an initial cost of 50,000 currency units is to be depreciated over 7 years. The value at the end of the depreciation is to be 3,500 currency units."
+#. Zvnk
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"par_id3148502\n"
+"161\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZEITWERT\">TIMEVALUE returns the internal time number from a text enclosed by quotes and which may show a possible time entry format.</ahelp>"
msgstr ""
-#: 04060119.xhp#par_id3153390.299.help.text
-msgid "<item type=\"input\">=SLN(50000;3,500;84)</item> = 553.57 currency units. The periodic monthly depreciation of the office equipment is 553.57 currency units."
+#. D9jU
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"par_id3150794\n"
+"162\n"
+"help.text"
+msgid "The internal number indicated as a decimal is the result of the date system used under $[officename] to calculate date entries."
msgstr ""
-#: 04060119.xhp#bm_id3153739.help.text
-msgid "<bookmark_value>MDURATION function</bookmark_value><bookmark_value>Macauley duration</bookmark_value>"
-msgstr "<bookmark_value>NORMDIST ფუნქცია</bookmark_value><bookmark_value>სიმკვრივის ფუნქცია</bookmark_value>"
-
-#: 04060119.xhp#hd_id3153739.217.help.text
-msgid "MDURATION"
-msgstr "MDURATION"
-
-#: 04060119.xhp#par_id3149923.218.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_MDURATION\">Calculates the modified Macauley duration of a fixed interest security in years.</ahelp>"
+#. Hn)!
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"par_id011920090347118\n"
+"help.text"
+msgid "If the text string also includes a year, month, or day, TIMEVALUE only returns the fractional part of the conversion."
msgstr ""
-#: 04060119.xhp#hd_id3149964.219.help.text
-msgctxt "04060119.xhp#hd_id3149964.219.help.text"
+#. mN5]
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"hd_id3150810\n"
+"163\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060119.xhp#par_id3148987.220.help.text
-msgid "MDURATION(Settlement; Maturity; Coupon; Yield; Frequency; Basis)"
-msgstr ""
-
-#: 04060119.xhp#par_id3148619.221.help.text
-msgctxt "04060119.xhp#par_id3148619.221.help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
+#. 8e+!
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"par_id3150823\n"
+"164\n"
+"help.text"
+msgid "TIMEVALUE(\"Text\")"
+msgstr "TIMEVALUE(\"ტექსტი\")"
-#: 04060119.xhp#par_id3149805.222.help.text
-msgctxt "04060119.xhp#par_id3149805.222.help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr "ტექსტი თარიღი ჩართულია."
+#. yR(R
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"par_id3152556\n"
+"165\n"
+"help.text"
+msgid "<emph>Text</emph> is a valid time expression and must be entered in quotation marks."
+msgstr "<emph>ტექსტი</emph> არის მართებული დროის გამოსახულება, რომელიც ბრჭყალებში უნდა ჩასვთ."
-#: 04060119.xhp#par_id3154338.223.help.text
-msgid "<emph>Coupon</emph> is the annual nominal rate of interest (coupon interest rate)"
-msgstr ""
+#. LbZn
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"hd_id3146815\n"
+"166\n"
+"help.text"
+msgid "Examples"
+msgstr "მაგალითები"
-#: 04060119.xhp#par_id3148466.224.help.text
-msgctxt "04060119.xhp#par_id3148466.224.help.text"
-msgid "<emph>Yield</emph> is the annual yield of the security."
-msgstr ""
+#. v?:!
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"par_id3146829\n"
+"167\n"
+"help.text"
+msgid "<item type=\"input\">=TIMEVALUE(\"4PM\")</item> returns 0.67. When formatting in time format HH:MM:SS, you then get 16:00:00."
+msgstr "TIMEVALUE(\"4PM\") აბრუნებს 0.67. როდესაც დროის ფორმატი არის HH:MM:SS, იღებთ 16:00:00."
-#: 04060119.xhp#par_id3149423.225.help.text
-msgctxt "04060119.xhp#par_id3149423.225.help.text"
-msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
-msgstr ""
+#. 7}1v
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"par_id3153632\n"
+"168\n"
+"help.text"
+msgid "<item type=\"input\">=TIMEVALUE(\"24:00\")</item> returns 1. If you use the HH:MM:SS time format, the value is 00:00:00."
+msgstr ".TIMEVALUE(\"24:00\") აბრუნებს 1. თუ იყენებთ HH:MM:SS დროის ფორმატს, მნიშვნელობა იქნება 00:00:00."
-#: 04060119.xhp#hd_id3154602.226.help.text
-msgctxt "04060119.xhp#hd_id3154602.226.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. F6$s
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"tit\n"
+"help.text"
+msgid "Information Functions"
+msgstr "ინფრმაციის ფუნქციები"
-#: 04060119.xhp#par_id3148652.227.help.text
-msgid "A security is purchased on 2001-01-01; the maturity date is 2006-01-01. The nominal rate of interest is 8%. The yield is 9.0%. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how long is the modified duration?"
-msgstr ""
+#. .m{[
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3147247\n"
+"help.text"
+msgid "<bookmark_value>information functions</bookmark_value><bookmark_value>Function Wizard; information</bookmark_value><bookmark_value>functions; information functions</bookmark_value>"
+msgstr "<bookmark_value>ელცხრილები; ფუნქცუები</bookmark_value><bookmark_value>ფუნქცუების ოსტატი, ელცხრილები</bookmark_value><bookmark_value>ფუნქცუები; ელცხრილები</bookmark_value>"
-#: 04060119.xhp#par_id3145378.228.help.text
-msgid "=MDURATION(\"2001-01-01\"; \"2006-01-01\"; 0.08; 0.09; 2; 3) returns 4.02 years."
-msgstr ""
+#. 9Ve$
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3147247\n"
+"1\n"
+"help.text"
+msgid "Information Functions"
+msgstr "ინფრმაციის ფუნქციები"
-#: 04060119.xhp#bm_id3149242.help.text
-msgid "<bookmark_value>calculating;net present values</bookmark_value><bookmark_value>net present values</bookmark_value><bookmark_value>NPV function</bookmark_value>"
-msgstr "<bookmark_value>ხაზების რეგრესია</bookmark_value><bookmark_value>ექსტრაპოლაცია</bookmark_value><bookmark_value>FORECAST ფუნქცია</bookmark_value>"
+#. frZ[
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3147499\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"informationtext\">This category contains the <emph>Information</emph> functions. </variable>"
+msgstr "<variable id=\"informationtext\">ეს კატეგორია შეიცავს <emph>ინფორმაციის</emph> ფუნქციებს. </variable>"
-#: 04060119.xhp#hd_id3149242.301.help.text
-msgid "NPV"
-msgstr "NPV"
+#. *%8J
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3159128\n"
+"3\n"
+"help.text"
+msgid "The data in the following table serves as the basis for some of the examples in the function descriptions:"
+msgstr "მონაცემები შემდეგ ცხრილებში ემსახურება ფუნქციების აღწერებში მაგალითებს:"
-#: 04060119.xhp#par_id3145308.302.help.text
-msgid "<ahelp hid=\"HID_FUNC_NBW\">Returns the present value of an investment based on a series of periodic cash flows and a discount rate. To get the net present value, subtract the cost of the project (the initial cash flow at time zero) from the returned value.</ahelp>"
-msgstr ""
+#. *oNK
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3146885\n"
+"4\n"
+"help.text"
+msgid "C"
+msgstr "C"
-#: 04060119.xhp#hd_id3149937.303.help.text
-msgctxt "04060119.xhp#hd_id3149937.303.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. k:v-
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149944\n"
+"5\n"
+"help.text"
+msgid "D"
+msgstr "D"
-#: 04060119.xhp#par_id3153321.304.help.text
-msgid "NPV(Rate; Value1; Value2; ...)"
-msgstr ""
+#. egS9
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150457\n"
+"6\n"
+"help.text"
+msgid "<emph>2</emph>"
+msgstr "<emph>2</emph>"
-#: 04060119.xhp#par_id3150630.305.help.text
-msgid "<emph>Rate</emph> is the discount rate for a period."
+#. ;F2-
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150024\n"
+"7\n"
+"help.text"
+msgid "x <item type=\"input\">value</item>"
msgstr ""
-#: 04060119.xhp#par_id3150427.306.help.text
-msgid "<emph>Value1;...</emph> are up to 30 values, which represent deposits or withdrawals."
+#. H:SR
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148725\n"
+"8\n"
+"help.text"
+msgid "y <item type=\"input\">value</item>"
msgstr ""
-#: 04060119.xhp#hd_id3153538.307.help.text
-msgctxt "04060119.xhp#hd_id3153538.307.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. YYza
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150480\n"
+"9\n"
+"help.text"
+msgid "<emph>3</emph>"
+msgstr "<emph>3</emph>"
-#: 04060119.xhp#par_id3154800.308.help.text
-msgid "What is the net present value of periodic payments of 10, 20 and 30 currency units with a discount rate of 8.75%. At time zero the costs were payed as -40 currency units."
+#. =Nwy
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148440\n"
+"10\n"
+"help.text"
+msgid "<item type=\"input\">-5</item>"
msgstr ""
-#: 04060119.xhp#par_id3143270.309.help.text
-msgid "<item type=\"input\">=NPV(8.75%;10;20;30)</item> = 49.43 currency units. The net present value is the returned value minus the initial costs of 40 currency units, therefore 9.43 currency units."
+#. lI=/
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148888\n"
+"11\n"
+"help.text"
+msgid "<item type=\"input\">-3</item>"
msgstr ""
-#: 04060119.xhp#bm_id3149484.help.text
-msgid "<bookmark_value>calculating;nominal interest rates</bookmark_value><bookmark_value>nominal interest rates</bookmark_value><bookmark_value>NOMINAL function</bookmark_value>"
-msgstr "<bookmark_value>ხაზების რეგრესია</bookmark_value><bookmark_value>ექსტრაპოლაცია</bookmark_value><bookmark_value>FORECAST ფუნქცია</bookmark_value>"
-
-#: 04060119.xhp#hd_id3149484.311.help.text
-msgid "NOMINAL"
-msgstr "NOMINAL"
+#. VoD8
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153034\n"
+"12\n"
+"help.text"
+msgid "<emph>4</emph>"
+msgstr "<emph>4</emph>"
-#: 04060119.xhp#par_id3149596.312.help.text
-msgid "<ahelp hid=\"HID_FUNC_NOMINAL\">Calculates the yearly nominal interest rate, given the effective rate and the number of compounding periods per year.</ahelp>"
+#. S/X\
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150139\n"
+"13\n"
+"help.text"
+msgid "<item type=\"input\">-2</item>"
msgstr ""
-#: 04060119.xhp#hd_id3151252.313.help.text
-msgctxt "04060119.xhp#hd_id3151252.313.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060119.xhp#par_id3152769.314.help.text
-msgid "NOMINAL(EffectiveRate; NPerY)"
+#. 5YNn
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149542\n"
+"14\n"
+"help.text"
+msgid "<item type=\"input\">0</item>"
msgstr ""
-#: 04060119.xhp#par_id3147521.315.help.text
-msgid "<emph>EffectiveRate</emph> is the effective interest rate"
+#. CWR^
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149188\n"
+"15\n"
+"help.text"
+msgid "<emph>5</emph>"
+msgstr "<emph>5</emph>"
+
+#. Kaeg
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153329\n"
+"16\n"
+"help.text"
+msgid "<item type=\"input\">-1</item>"
msgstr ""
-#: 04060119.xhp#par_id3156334.316.help.text
-msgid "<emph>NPerY</emph> is the number of periodic interest payments per year."
+#. |Z?:
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155257\n"
+"17\n"
+"help.text"
+msgid "<item type=\"input\">1</item>"
msgstr ""
-#: 04060119.xhp#hd_id3154473.317.help.text
-msgctxt "04060119.xhp#hd_id3154473.317.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. El\%
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3145142\n"
+"18\n"
+"help.text"
+msgid "<emph>6</emph>"
+msgstr "<emph>6</emph>"
-#: 04060119.xhp#par_id3147091.318.help.text
-msgid "What is the nominal interest per year for an effective interest rate of 13.5% if twelve payments are made per year."
+#. TY-f
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149956\n"
+"19\n"
+"help.text"
+msgid "<item type=\"input\">0</item>"
msgstr ""
-#: 04060119.xhp#par_id3154831.319.help.text
-msgid "<item type=\"input\">=NOMINAL(13.5%;12)</item> = 12.73%. The nominal interest rate per year is 12.73%."
+#. 8C?v
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3145594\n"
+"20\n"
+"help.text"
+msgid "<item type=\"input\">3</item>"
msgstr ""
-#: 04060119.xhp#bm_id3155123.help.text
-msgid "<bookmark_value>NOMINAL_ADD function</bookmark_value>"
-msgstr "<bookmark_value>CUMIPMT_ADD ფუნქცია</bookmark_value>"
+#. $7?c
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153113\n"
+"21\n"
+"help.text"
+msgid "<emph>7</emph>"
+msgstr "<emph>7</emph>"
-#: 04060119.xhp#hd_id3155123.229.help.text
-msgid "NOMINAL_ADD"
+#. KaIc
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148573\n"
+"22\n"
+"help.text"
+msgid "<item type=\"input\">2</item>"
msgstr ""
-#: 04060119.xhp#par_id3148671.230.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_NOMINAL\">Calculates the annual nominal rate of interest on the basis of the effective rate and the number of interest payments per annum.</ahelp>"
+#. ],R:
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3145166\n"
+"23\n"
+"help.text"
+msgid "<item type=\"input\">4</item>"
msgstr ""
-#: 04060119.xhp#hd_id3155611.231.help.text
-msgctxt "04060119.xhp#hd_id3155611.231.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060119.xhp#par_id3156157.232.help.text
-msgid "NOMINAL_ADD(EffectiveRate; NPerY)"
-msgstr ""
+#. Aa+-
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3157998\n"
+"24\n"
+"help.text"
+msgid "<emph>8</emph>"
+msgstr "<emph>8</emph>"
-#: 04060119.xhp#par_id3153777.233.help.text
-msgid "<emph>EffectiveRate</emph> is the effective annual rate of interest."
+#. ?QS4
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150018\n"
+"25\n"
+"help.text"
+msgid "<item type=\"input\">4</item>"
msgstr ""
-#: 04060119.xhp#par_id3150409.234.help.text
-msgid "<emph>NPerY</emph> the number of interest payments per year."
+#. ozy#
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150129\n"
+"26\n"
+"help.text"
+msgid "<item type=\"input\">6</item>"
msgstr ""
-#: 04060119.xhp#hd_id3146789.235.help.text
-msgctxt "04060119.xhp#hd_id3146789.235.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. a9YV
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3145245\n"
+"27\n"
+"help.text"
+msgid "<emph>9</emph>"
+msgstr "<emph>9</emph>"
-#: 04060119.xhp#par_id3145777.236.help.text
-msgid "What is the nominal rate of interest for a 5.3543% effective rate of interest and quarterly payment."
+#. ):*J
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148389\n"
+"28\n"
+"help.text"
+msgid "<item type=\"input\">6</item>"
msgstr ""
-#: 04060119.xhp#par_id3156146.237.help.text
-msgid "<item type=\"input\">=NOMINAL_ADD(5.3543%;4)</item> returns 0.0525 or 5.25%."
+#. b9Du
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156068\n"
+"29\n"
+"help.text"
+msgid "<item type=\"input\">8</item>"
msgstr ""
-#: 04060119.xhp#bm_id3159087.help.text
-msgid "<bookmark_value>DOLLARFR function</bookmark_value><bookmark_value>converting;decimal fractions, into mixed decimal fractions</bookmark_value>"
-msgstr "<bookmark_value>DEC2HEX ფუნქცია</bookmark_value><bookmark_value>გარდაქმნა;ათობითი რიცხვები; თექვსმეტობით რიცხვებად</bookmark_value>"
+#. Lg=n
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3691824\n"
+"help.text"
+msgid "<bookmark_value>INFO function</bookmark_value>"
+msgstr "<bookmark_value>INFO ფუნქცია</bookmark_value>"
-#: 04060119.xhp#hd_id3159087.208.help.text
-msgid "DOLLARFR"
-msgstr "DOLLARFR"
+#. $9(.
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id5787224\n"
+"help.text"
+msgid "INFO"
+msgstr "INFO"
-#: 04060119.xhp#par_id3150593.209.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_DOLLARFR\">Converts a quotation that has been given as a decimal number into a mixed decimal fraction.</ahelp>"
+#. !RW.
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id1507309\n"
+"help.text"
+msgid "Returns specific information about the current working environment. The function receives a single text argument and returns data depending on that parameter."
msgstr ""
-#: 04060119.xhp#hd_id3151106.210.help.text
-msgctxt "04060119.xhp#hd_id3151106.210.help.text"
+#. =+?C
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id7693411\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060119.xhp#par_id3152959.211.help.text
-msgid "DOLLARFR(DecimalDollar; Fraction)"
-msgstr ""
+#. mcJH
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3928952\n"
+"help.text"
+msgid "INFO(\"Type\")"
+msgstr "INFO(ტიპი)"
-#: 04060119.xhp#par_id3149558.212.help.text
-msgid "<emph>DecimalDollar</emph> is a decimal number."
+#. SZsn
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id5206762\n"
+"help.text"
+msgid "The following table lists the values for the text parameter <item type=\"literal\">Type</item> and the return values of the INFO function."
msgstr ""
-#: 04060119.xhp#par_id3153672.213.help.text
-msgctxt "04060119.xhp#par_id3153672.213.help.text"
-msgid "<emph>Fraction</emph> is a whole number that is used as the denominator of the decimal fraction."
-msgstr ""
+#. TU;/
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id5735953\n"
+"help.text"
+msgid "Value for \"Type\""
+msgstr "მნიშვნელობა \"ტიპისთვის\""
-#: 04060119.xhp#hd_id3156274.214.help.text
-msgctxt "04060119.xhp#hd_id3156274.214.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. [^K[
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id8360850\n"
+"help.text"
+msgid "Return value"
+msgstr "დაბრუნების მნიშვნელობა"
-#: 04060119.xhp#par_id3153795.215.help.text
-msgid "<item type=\"input\">=DOLLARFR(1.125;16)</item> converts into sixteenths. The result is 1.02 for 1 plus 2/16."
-msgstr ""
+#. /lMR
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id9648731\n"
+"help.text"
+msgid "\"osversion\""
+msgstr "\"სისტემის ვერსია\""
-#: 04060119.xhp#par_id3150995.216.help.text
-msgid "<item type=\"input\">=DOLLARFR(1.125;8)</item> converts into eighths. The result is 1.1 for 1 plus 1/8."
-msgstr ""
+#. tG!_
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id908841\n"
+"help.text"
+msgid "Always \"Windows (32-bit) NT 5.01\", for compatibility reasons"
+msgstr "ყოველთვის \"Windows (32-bit) NT 5.01\", თავსებადობისთვის"
-#: 04060119.xhp#bm_id3154671.help.text
-msgid "<bookmark_value>fractions; converting</bookmark_value><bookmark_value>converting;decimal fractions, into decimal numbers</bookmark_value><bookmark_value>DOLLARDE function</bookmark_value>"
-msgstr ""
+#. 7yrk
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id8193914\n"
+"help.text"
+msgid "\"system\""
+msgstr "\"სისტემა\""
-#: 04060119.xhp#hd_id3154671.199.help.text
-msgid "DOLLARDE"
-msgstr "DOLLARDE"
+#. 8G0v
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id9841608\n"
+"help.text"
+msgid "The type of the operating system. <br/>\"WNT\" for Microsoft Windows <br/>\"LINUX\" for Linux <br/>\"SOLARIS\" for Solaris"
+msgstr "ოპერაციული სისტემის ტიპი. <br/>\"WNT\" Microsoft Windows-სთვის <br/>\"LINUX\" Linux-სთვის <br/>\"SOLARIS\" Solaris-სთვის"
-#: 04060119.xhp#par_id3154418.200.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_DOLLARDE\">Converts a quotation that has been given as a decimal fraction into a decimal number.</ahelp>"
-msgstr ""
+#. \Sr#
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id2701803\n"
+"help.text"
+msgid "\"release\""
+msgstr "\"გამოშვნება\""
-#: 04060119.xhp#hd_id3146124.201.help.text
-msgctxt "04060119.xhp#hd_id3146124.201.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. CyFH
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id2136295\n"
+"help.text"
+msgid "The product release identifier, for example \"300m25(Build:9876)\""
+msgstr "პროდუქტის გამოშვების იდენტიფიკატორი, მაგალითად \"680m5(Build:9011)\""
-#: 04060119.xhp#par_id3150348.202.help.text
-msgid "DOLLARDE(FractionalDollar; Fraction)"
-msgstr ""
+#. D4=G
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id9200109\n"
+"help.text"
+msgid "\"numfile\""
+msgstr "\"numfile\""
-#: 04060119.xhp#par_id3154111.203.help.text
-msgid "<emph>FractionalDollar</emph> is a number given as a decimal fraction."
+#. Yo~\
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id4186223\n"
+"help.text"
+msgid "Always 1, for compatibility reasons"
+msgstr "ყოველთვის 1, თავსებადობისთვის"
+
+#. M`8u
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id5766472\n"
+"help.text"
+msgid "\"recalc\""
+msgstr "\"recalc\""
+
+#. ~lht
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id1491134\n"
+"help.text"
+msgid "Current formula recalculation mode, either \"Automatic\" or \"Manual\" (localized into %PRODUCTNAME language)"
msgstr ""
-#: 04060119.xhp#par_id3153695.204.help.text
-msgctxt "04060119.xhp#par_id3153695.204.help.text"
-msgid "<emph>Fraction</emph> is a whole number that is used as the denominator of the decimal fraction."
+#. ._fY
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id1161534\n"
+"help.text"
+msgid "Other spreadsheet applications may accept localized values for the <item type=\"literal\">Type</item> parameter, but %PRODUCTNAME Calc will only accept the English values."
msgstr ""
-#: 04060119.xhp#hd_id3153884.205.help.text
-msgctxt "04060119.xhp#hd_id3153884.205.help.text"
+#. A0pP
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id5459456\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060119.xhp#par_id3150941.206.help.text
-msgid "<item type=\"input\">=DOLLARDE(1.02;16)</item> stands for 1 and 2/16. This returns 1.125."
-msgstr ""
+#. gds0
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3994567\n"
+"help.text"
+msgid "<item type=\"input\">=INFO(\"release\")</item> returns the product release number of the %PRODUCTNAME in use."
+msgstr "=INFO(\"release\") აბრუნებს პროდუქტის გამოშვების ნომერს %PRODUCTNAME -სთვის."
-#: 04060119.xhp#par_id3150830.207.help.text
-msgid "<item type=\"input\">=DOLLARDE(1.1;8)</item> stands for 1 and 1/8. This returns 1.125."
+#. GX-i
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id2873622\n"
+"help.text"
+msgid "<item type=\"input\">=INFO(D5)</item> with cell <item type=\"literal\">D5</item> containing a text string <item type=\"literal\">system</item> returns the operation system type."
msgstr ""
-#: 04060119.xhp#bm_id3148974.help.text
-msgid "<bookmark_value>calculating;modified internal rates of return</bookmark_value><bookmark_value>modified internal rates of return</bookmark_value><bookmark_value>MIRR function</bookmark_value><bookmark_value>internal rates of return;modified</bookmark_value>"
-msgstr ""
+#. 9r#7
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3155625\n"
+"help.text"
+msgid "<bookmark_value>CURRENT function</bookmark_value>"
+msgstr "<bookmark_value>CURRENT ფუნქცია</bookmark_value>"
-#: 04060119.xhp#hd_id3148974.321.help.text
-msgid "MIRR"
-msgstr "MIRR"
+#. _ROv
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3155625\n"
+"30\n"
+"help.text"
+msgid "CURRENT"
+msgstr "CURRENT"
-#: 04060119.xhp#par_id3155497.322.help.text
-msgid "<ahelp hid=\"HID_FUNC_QIKV\">Calculates the modified internal rate of return of a series of investments.</ahelp>"
+#. bcr3
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3157975\n"
+"31\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_AKTUELL\">This function returns the result to date of evaluating the formula of which it is a part (in other words the result as far as that evaluation has got). Its main use is together with the STYLE() function to apply selected styles to a cell depending on the cell contents.</ahelp>"
msgstr ""
-#: 04060119.xhp#hd_id3154354.323.help.text
-msgctxt "04060119.xhp#hd_id3154354.323.help.text"
+#. ,Gn,
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3148880\n"
+"32\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060119.xhp#par_id3148399.324.help.text
-msgid "MIRR(Values; Investment; ReinvestRate)"
-msgstr ""
-
-#: 04060119.xhp#par_id3155896.325.help.text
-msgid "<emph>Values</emph> corresponds to the array or the cell reference for cells whose content corresponds to the payments."
-msgstr ""
-
-#: 04060119.xhp#par_id3149998.326.help.text
-msgid "<emph>Investment</emph> is the rate of interest of the investments (the negative values of the array)"
-msgstr ""
-
-#: 04060119.xhp#par_id3159408.327.help.text
-msgid "<emph>ReinvestRate</emph>:the rate of interest of the reinvestment (the positive values of the array)"
-msgstr ""
+#. EG\k
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150930\n"
+"33\n"
+"help.text"
+msgid "CURRENT()"
+msgstr "CURRENT()"
-#: 04060119.xhp#hd_id3154714.328.help.text
-msgctxt "04060119.xhp#hd_id3154714.328.help.text"
+#. kts?
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3145629\n"
+"34\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060119.xhp#par_id3147352.329.help.text
-msgid "Assuming a cell content of A1 = <item type=\"input\">-5</item>, A2 = <item type=\"input\">10</item>, A3 = <item type=\"input\">15</item>, and A4 = <item type=\"input\">8</item>, and an investment value of 0.5 and a reinvestment value of 0.1, the result is 94.16%."
-msgstr ""
-
-#: 04060119.xhp#bm_id3149323.help.text
-msgid "<bookmark_value>YIELD function</bookmark_value><bookmark_value>rates of return;securities</bookmark_value><bookmark_value>yields, see also rates of return</bookmark_value>"
-msgstr ""
-
-#: 04060119.xhp#hd_id3149323.129.help.text
-msgid "YIELD"
-msgstr "YIELD"
-
-#: 04060119.xhp#par_id3150643.130.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_YIELD\">Calculates the yield of a security.</ahelp>"
+#. 5L\T
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id5919064\n"
+"help.text"
+msgid "<item type=\"input\">=1+2+CURRENT()</item>"
msgstr ""
-#: 04060119.xhp#hd_id3149344.131.help.text
-msgctxt "04060119.xhp#hd_id3149344.131.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060119.xhp#par_id3149744.132.help.text
-msgid "YIELD(Settlement; Maturity; Rate; Price; Redemption; Frequency; Basis)"
-msgstr "ODDFYIELD პირველი სიხშირე სიხშირე ფუძე"
-
-#: 04060119.xhp#par_id3154526.133.help.text
-msgctxt "04060119.xhp#par_id3154526.133.help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
+#. sGja
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id8751792\n"
+"help.text"
+msgid "The example returns 6. The formula is calculated from left to right as: 1 + 2 equals 3, giving the result to date when CURRENT() is encountered; CURRENT() therefore yields 3, which is added to the original 3 to give 6."
msgstr ""
-#: 04060119.xhp#par_id3153266.134.help.text
-msgctxt "04060119.xhp#par_id3153266.134.help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr "ტექსტი თარიღი ჩართულია."
-
-#: 04060119.xhp#par_id3151284.135.help.text
-msgctxt "04060119.xhp#par_id3151284.135.help.text"
-msgid "<emph>Rate</emph> is the annual rate of interest."
+#. cJGU
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id5863826\n"
+"help.text"
+msgid "<item type=\"input\">=A2+B2+STYLE(IF(CURRENT()>10;”Red”;”Default”))</item>"
msgstr ""
-#: 04060119.xhp#par_id3147314.136.help.text
-msgctxt "04060119.xhp#par_id3147314.136.help.text"
-msgid "<emph>Price</emph> is the price (purchase price) of the security per 100 currency units of par value."
+#. |AYd
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id7463911\n"
+"help.text"
+msgid "The example returns A2 + B2 (STYLE returns 0 here). If this sum is greater than 10, the style Red is applied to the cell. See the <emph>STYLE</emph> function for more explanation."
msgstr ""
-#: 04060119.xhp#par_id3145156.137.help.text
-msgctxt "04060119.xhp#par_id3145156.137.help.text"
-msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+#. Svy6
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id7318643\n"
+"help.text"
+msgid "<item type=\"input\">=\"choo\"&CURRENT()</item>"
msgstr ""
-#: 04060119.xhp#par_id3159218.138.help.text
-msgctxt "04060119.xhp#par_id3159218.138.help.text"
-msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+#. 9Lyy
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id6019165\n"
+"help.text"
+msgid "The example returns choochoo."
msgstr ""
-#: 04060119.xhp#hd_id3147547.139.help.text
-msgctxt "04060119.xhp#hd_id3147547.139.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060119.xhp#par_id3151214.140.help.text
-msgid "A security is purchased on 1999-02-15. It matures on 2007-11-15. The rate of interest is 5.75%. The price is 95.04287 currency units per 100 units of par value, the redemption value is 100 units. Interest is paid half-yearly (frequency = 2) and the basis is 0. How high is the yield?"
+#. F-{(
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3150688\n"
+"help.text"
+msgid "<bookmark_value>FORMULA function</bookmark_value><bookmark_value>formula cells;displaying formulas in other cells</bookmark_value><bookmark_value>displaying;formulas at any position</bookmark_value>"
msgstr ""
-#: 04060119.xhp#par_id3154194.141.help.text
-msgid "=YIELD(\"1999-02-15\"; \"2007-11-15\"; 0.0575 ;95.04287; 100; 2; 0) returns 0.065 or 6.50 per cent."
-msgstr "=YIELD(\"2/15/1999\"; \"11/15/2007\"; 0.0575 ;95.04287; 100; 2; 0) აბრუნებს 0.065 ან 6.5 ცენტისთვის."
-
-#: 04060119.xhp#bm_id3150100.help.text
-msgid "<bookmark_value>YIELDDISC function</bookmark_value><bookmark_value>rates of return;non-interest-bearing securities</bookmark_value>"
-msgstr "<bookmark_value>SUM ფუნქცია</bookmark_value><bookmark_value>დამატება;რიცხვები უჯრათა დიაპაზონში</bookmark_value>"
-
-#: 04060119.xhp#hd_id3150100.142.help.text
-msgid "YIELDDISC"
-msgstr "YIELDDISC"
+#. WfGh
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3150688\n"
+"147\n"
+"help.text"
+msgid "FORMULA"
+msgstr "FORMULA"
-#: 04060119.xhp#par_id3150486.143.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_YIELDDISC\">Calculates the annual yield of a non-interest-bearing security.</ahelp>"
+#. h,4$
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3158417\n"
+"148\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_FORMEL\">Displays the formula of a formula cell as a text string.</ahelp>"
msgstr ""
-#: 04060119.xhp#hd_id3149171.144.help.text
-msgctxt "04060119.xhp#hd_id3149171.144.help.text"
+#. DWSr
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3154954\n"
+"149\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060119.xhp#par_id3159191.145.help.text
-msgid "YIELDDISC(Settlement; Maturity; Price; Redemption; Basis)"
-msgstr "DISC(მოსახლე;ხნიერება;ფასი;გამოსასყისი;ფუძე)"
-
-#: 04060119.xhp#par_id3150237.146.help.text
-msgctxt "04060119.xhp#par_id3150237.146.help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
-
-#: 04060119.xhp#par_id3146924.147.help.text
-msgctxt "04060119.xhp#par_id3146924.147.help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr "ტექსტი თარიღი ჩართულია."
+#. G=p(
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3147535\n"
+"150\n"
+"help.text"
+msgid "FORMULA(Reference)"
+msgstr "FORMULA(მითითება)"
-#: 04060119.xhp#par_id3151201.148.help.text
-msgctxt "04060119.xhp#par_id3151201.148.help.text"
-msgid "<emph>Price</emph> is the price (purchase price) of the security per 100 currency units of par value."
+#. 7Q`}
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3014313\n"
+"help.text"
+msgid "<emph>Reference</emph> is a reference to a cell containing a formula."
msgstr ""
-#: 04060119.xhp#par_id3156049.149.help.text
-msgctxt "04060119.xhp#par_id3156049.149.help.text"
-msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+#. EDw+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id8857081\n"
+"help.text"
+msgid "An invalid reference or a reference to a cell with no formula results in the error value #N/A."
msgstr ""
-#: 04060119.xhp#hd_id3154139.150.help.text
-msgctxt "04060119.xhp#hd_id3154139.150.help.text"
+#. ,So?
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3152820\n"
+"151\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060119.xhp#par_id3163815.151.help.text
-msgid "A non-interest-bearing security is purchased on 1999-02-15. It matures on 1999-03-01. The price is 99.795 currency units per 100 units of par value, the redemption value is 100 units. The basis is 2. How high is the yield?"
+#. OZVK
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153179\n"
+"152\n"
+"help.text"
+msgid "If cell A8 contains the formula <item type=\"input\">=SUM(1;2;3)</item> then"
msgstr ""
-#: 04060119.xhp#par_id3155187.152.help.text
-msgid "=YIELDDISC(\"1999-02-15\"; \"1999-03-01\"; 99.795; 100; 2) returns 0.052823 or 5.2823 per cent."
-msgstr "=YIELDDISC(\"2/15/1999\"; \"3/1/1999\"; 99.795; 100; 2) აბრუნებს 0.052823 ან 5.2823 ცენტისთვის."
+#. iMKk
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153923\n"
+"153\n"
+"help.text"
+msgid "<item type=\"input\">=FORMULA(A8)</item> returns the text =SUM(1;2;3)."
+msgstr ""
-#: 04060119.xhp#bm_id3155140.help.text
-msgid "<bookmark_value>YIELDMAT function</bookmark_value><bookmark_value>rates of return;securities with interest paid on maturity</bookmark_value>"
-msgstr "<bookmark_value>SUM ფუნქცია</bookmark_value><bookmark_value>დამატება;რიცხვები უჯრათა დიაპაზონში</bookmark_value>"
+#. ou+d
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3155409\n"
+"help.text"
+msgid "<bookmark_value>ISREF function</bookmark_value><bookmark_value>references;testing cell contents</bookmark_value><bookmark_value>cell contents;testing for references</bookmark_value>"
+msgstr "<bookmark_value>ISREF ფუნქცია</bookmark_value><bookmark_value>მითითებები;უჯრის შიგთავსის გამოცდა</bookmark_value><bookmark_value>უჯრის შიგთავსი;მითითებების გამოცდა</bookmark_value>"
-#: 04060119.xhp#hd_id3155140.153.help.text
-msgid "YIELDMAT"
-msgstr "YIELDMAT"
+#. A0dT
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3155409\n"
+"37\n"
+"help.text"
+msgid "ISREF"
+msgstr "ISREF"
-#: 04060119.xhp#par_id3151332.154.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_YIELDMAT\">Calculates the annual yield of a security, the interest of which is paid on the date of maturity.</ahelp>"
+#. ]P0$
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153723\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTBEZUG\">Tests if the argument is a reference.</ahelp> Returns TRUE if the argument is a reference, returns FALSE otherwise. When given a reference this function does not examine the value being referenced."
msgstr ""
-#: 04060119.xhp#hd_id3159100.155.help.text
-msgctxt "04060119.xhp#hd_id3159100.155.help.text"
+#. $g\6
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3147175\n"
+"39\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060119.xhp#par_id3159113.156.help.text
-msgid "YIELDMAT(Settlement; Maturity; Issue; Rate; Price; Basis)"
-msgstr ""
+#. UFyW
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149821\n"
+"40\n"
+"help.text"
+msgid "ISREF(Value)"
+msgstr "ISREF(მნიშვნელობა)"
-#: 04060119.xhp#par_id3149309.157.help.text
-msgctxt "04060119.xhp#par_id3149309.157.help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
+#. Z7@G
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3146152\n"
+"41\n"
+"help.text"
+msgid "<emph>Value</emph> is the value to be tested, to determine whether it is a reference."
msgstr ""
-#: 04060119.xhp#par_id3151381.158.help.text
-msgctxt "04060119.xhp#par_id3151381.158.help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr "ტექსტი თარიღი ჩართულია."
+#. k)J(
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3083448\n"
+"42\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060119.xhp#par_id3153302.159.help.text
-msgctxt "04060119.xhp#par_id3153302.159.help.text"
-msgid "<emph>Issue</emph> is the date of issue of the security."
+#. gor8
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154317\n"
+"43\n"
+"help.text"
+msgid "<item type=\"input\">=ISREF(C5)</item> returns the result TRUE because C5 is a valid reference."
msgstr ""
-#: 04060119.xhp#par_id3147140.160.help.text
-msgctxt "04060119.xhp#par_id3147140.160.help.text"
-msgid "<emph>Rate</emph> is the interest rate of the security on the issue date."
+#. W_;w
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id9728072\n"
+"help.text"
+msgid "<item type=\"input\">=ISREF(\"abcdef\")</item> returns always FALSE because a text can never be a reference."
msgstr ""
-#: 04060119.xhp#par_id3151067.161.help.text
-msgctxt "04060119.xhp#par_id3151067.161.help.text"
-msgid "<emph>Price</emph> is the price (purchase price) of the security per 100 currency units of par value."
+#. UnZ`
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id2131544\n"
+"help.text"
+msgid "<item type=\"input\">=ISREF(4)</item> returns FALSE."
msgstr ""
-#: 04060119.xhp#hd_id3155342.162.help.text
-msgctxt "04060119.xhp#hd_id3155342.162.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060119.xhp#par_id3163717.163.help.text
-msgid "A security is purchased on 1999-03-15. It matures on 1999-11-03. The issue date was 1998-11-08. The rate of interest is 6.25%, the price is 100.0123 units. The basis is 0. How high is the yield?"
+#. 2zi~
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id4295480\n"
+"help.text"
+msgid "<item type=\"input\">=ISREF(INDIRECT(\"A6\"))</item> returns TRUE, because INDIRECT is a function that returns a reference."
msgstr ""
-#: 04060119.xhp#par_id3155311.164.help.text
-msgid "=YIELDMAT(\"1999-03-15\"; \"1999-11-03\"; \"1998-11-08\"; 0.0625; 100.0123; 0) returns 0.060954 or 6.0954 per cent."
-msgstr "=YIELDMAT(\"3/15/1999\"; \"11/3/1999\"; \"11/8/1998\"; 0.0625; 100.0123; 0) აბრუნებს 0.060954 ან 6.0954 ცენტისთვის."
+#. Z%Tm
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3626819\n"
+"help.text"
+msgid "<item type=\"input\">=ISREF(ADDRESS(1; 1; 2;\"Sheet2\"))</item> returns FALSE, because ADDRESS is a function that returns a text, although it looks like a reference."
+msgstr ""
-#: 04060119.xhp#bm_id3149577.help.text
-msgid "<bookmark_value>calculating;annuities</bookmark_value><bookmark_value>annuities</bookmark_value><bookmark_value>PMT function</bookmark_value>"
-msgstr "<bookmark_value>ხაზების რეგრესია</bookmark_value><bookmark_value>ექსტრაპოლაცია</bookmark_value><bookmark_value>FORECAST ფუნქცია</bookmark_value>"
+#. g\Y$
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3154812\n"
+"help.text"
+msgid "<bookmark_value>ISERR function</bookmark_value><bookmark_value>error codes;controlling</bookmark_value>"
+msgstr "<bookmark_value>ISERR ფუნქცია</bookmark_value><bookmark_value>შეცდომის კოდები;მართვა</bookmark_value>"
-#: 04060119.xhp#hd_id3149577.330.help.text
-msgid "PMT"
-msgstr "PMT"
+#. KF\{
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3154812\n"
+"45\n"
+"help.text"
+msgid "ISERR"
+msgstr "ISERR"
-#: 04060119.xhp#par_id3148563.331.help.text
-msgid "<ahelp hid=\"HID_FUNC_RMZ\">Returns the periodic payment for an annuity with constant interest rates.</ahelp>"
+#. s[Du
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149282\n"
+"46\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTFEHL\">Tests for error conditions, except the #N/A error value, and returns TRUE or FALSE.</ahelp>"
msgstr ""
-#: 04060119.xhp#hd_id3145257.332.help.text
-msgctxt "04060119.xhp#hd_id3145257.332.help.text"
+#. 2:Uo
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3149450\n"
+"47\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060119.xhp#par_id3147278.333.help.text
-msgid "PMT(Rate; NPer; PV; FV; Type)"
-msgstr "PV(სიხშირე; NPER; PMT; FV; ტიპი)"
-
-#: 04060119.xhp#par_id3147291.334.help.text
-msgctxt "04060119.xhp#par_id3147291.334.help.text"
-msgid "<emph>Rate</emph> is the periodic interest rate."
-msgstr ""
-
-#: 04060119.xhp#par_id3148641.335.help.text
-msgid "<emph>NPer</emph> is the number of periods in which annuity is paid."
-msgstr ""
-
-#: 04060119.xhp#par_id3156360.336.help.text
-msgctxt "04060119.xhp#par_id3156360.336.help.text"
-msgid "<emph>PV</emph> is the present value (cash value) in a sequence of payments."
-msgstr ""
-
-#: 04060119.xhp#par_id3154920.337.help.text
-msgid "<emph>FV</emph> (optional) is the desired value (future value) to be reached at the end of the periodic payments."
-msgstr ""
+#. 6Amw
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156312\n"
+"48\n"
+"help.text"
+msgid "ISERR(Value)"
+msgstr "ISERR(მნიშვნელობა)"
-#: 04060119.xhp#par_id3156434.338.help.text
-msgid "<emph>Type</emph> (optional) is the due date for the periodic payments. Type=1 is payment at the beginning and Type=0 is payment at the end of each period."
+#. 2y-Z
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3146857\n"
+"49\n"
+"help.text"
+msgid "<emph>Value</emph> is any value or expression which is tested to see whether an error value other than #N/A is present."
msgstr ""
-#: 04060119.xhp#par_idN11645.help.text
-msgctxt "04060119.xhp#par_idN11645.help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-
-#: 04060119.xhp#hd_id3152358.339.help.text
-msgctxt "04060119.xhp#hd_id3152358.339.help.text"
+#. ndmc
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3153212\n"
+"50\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060119.xhp#par_id3154222.340.help.text
-msgid "What are the periodic payments at a yearly interest rate of 1.99% if the payment time is 3 years and the cash value is 25,000 currency units. There are 36 months as 36 payment periods, and the interest rate per payment period is 1.99%/12."
+#. @r^O
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153276\n"
+"51\n"
+"help.text"
+msgid "<item type=\"input\">=ISERR(C8)</item> where cell C8 contains <item type=\"input\">=1/0</item> returns TRUE, because 1/0 is an error."
msgstr ""
-#: 04060119.xhp#par_id3155943.341.help.text
-msgid "<item type=\"input\">=PMT(1.99%/12;36;25000)</item> = -715.96 currency units. The periodic monthly payment is therefore 715.96 currency units."
+#. 4LP%
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id8456984\n"
+"help.text"
+msgid "<item type=\"input\">=ISERR(C9)</item> where cell C9 contains <item type=\"input\">=NA()</item> returns FALSE, because ISERR() ignores the #N/A error."
msgstr ""
-#: 04060119.xhp#bm_id3155799.help.text
-msgid "<bookmark_value>TBILLEQ function</bookmark_value><bookmark_value>treasury bills;annual return</bookmark_value><bookmark_value>annual return on treasury bills</bookmark_value>"
-msgstr "<bookmark_value>DISC ფუნქცია</bookmark_value><bookmark_value>ერთხელ დაშვება</bookmark_value><bookmark_value>ჩამოფასება</bookmark_value>"
+#. O[-k
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3147081\n"
+"help.text"
+msgid "<bookmark_value>ISERROR function</bookmark_value><bookmark_value>recognizing;general errors</bookmark_value>"
+msgstr "<bookmark_value>ISERROR ფუნქცია</bookmark_value><bookmark_value>ამოცნობა;ზოგადი შეცდომები</bookmark_value>"
-#: 04060119.xhp#hd_id3155799.58.help.text
-msgid "TBILLEQ"
-msgstr "TBILLEQ"
+#. Wf}P
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3147081\n"
+"53\n"
+"help.text"
+msgid "ISERROR"
+msgstr "ISERROR"
-#: 04060119.xhp#par_id3154403.59.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_TBILLEQ\">Calculates the annual return on a treasury bill ().</ahelp> A treasury bill is purchased on the settlement date and sold at the full par value on the maturity date, that must fall within the same year. A discount is deducted from the purchase price."
+#. mq|u
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156316\n"
+"54\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTFEHLER\">Tests for error conditions, including the #N/A error value, and returns TRUE or FALSE.</ahelp>"
msgstr ""
-#: 04060119.xhp#hd_id3155080.60.help.text
-msgctxt "04060119.xhp#hd_id3155080.60.help.text"
+#. p.ET
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3147569\n"
+"55\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060119.xhp#par_id3150224.61.help.text
-msgid "TBILLEQ(Settlement; Maturity; Discount)"
-msgstr ""
-
-#: 04060119.xhp#par_id3156190.62.help.text
-msgctxt "04060119.xhp#par_id3156190.62.help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
-
-#: 04060119.xhp#par_id3153827.63.help.text
-msgctxt "04060119.xhp#par_id3153827.63.help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr "ტექსტი თარიღი ჩართულია."
+#. R[d6
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153155\n"
+"56\n"
+"help.text"
+msgid "ISERROR(Value)"
+msgstr "ISERROR(მნიშვნელობა)"
-#: 04060119.xhp#par_id3150310.64.help.text
-msgid "<emph>Discount</emph> is the percentage discount on acquisition of the security."
+#. ]6PA
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154047\n"
+"57\n"
+"help.text"
+msgid "<emph>Value</emph> is or refers to the value to be tested. ISERROR() returns TRUE if there is an error and FALSE if not."
msgstr ""
-#: 04060119.xhp#hd_id3150324.65.help.text
-msgctxt "04060119.xhp#hd_id3150324.65.help.text"
+#. ;h-,
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3155994\n"
+"58\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060119.xhp#par_id3153173.66.help.text
-msgid "Settlement date: March 31 1999, maturity date: June 1 1999, discount: 9.14 per cent."
-msgstr ""
-
-#: 04060119.xhp#par_id3153520.67.help.text
-msgid "The return on the treasury bill corresponding to a security is worked out as follows:"
+#. W){I
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150256\n"
+"59\n"
+"help.text"
+msgid "<item type=\"input\">=ISERROR(C8)</item> where cell C8 contains <item type=\"input\">=1/0</item> returns TRUE, because 1/0 is an error."
msgstr ""
-#: 04060119.xhp#par_id3154382.68.help.text
-msgid "=TBILLEQ(\"1999-03-31\";\"1999-06-01\"; 0.0914) returns 0.094151 or 9.4151 per cent."
+#. 4;Ur
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id1889095\n"
+"help.text"
+msgid "<item type=\"input\">=ISERROR(C9)</item> where cell C9 contains <item type=\"input\">=NA()</item> returns TRUE."
msgstr ""
-#: 04060119.xhp#bm_id3151032.help.text
-msgid "<bookmark_value>TBILLPRICE function</bookmark_value><bookmark_value>treasury bills;prices</bookmark_value><bookmark_value>prices;treasury bills</bookmark_value>"
-msgstr "<bookmark_value>DISC ფუნქცია</bookmark_value><bookmark_value>ერთხელ დაშვება</bookmark_value><bookmark_value>ჩამოფასება</bookmark_value>"
+#. RrNT
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3153618\n"
+"help.text"
+msgid "<bookmark_value>ISFORMULA function</bookmark_value><bookmark_value>recognizing formula cells</bookmark_value><bookmark_value>formula cells;recognizing</bookmark_value>"
+msgstr "<bookmark_value>COUNTBLANK ფუნქცია</bookmark_value><bookmark_value>დათვლა;ცარიელი უჯრები</bookmark_value><bookmark_value>ცარიელი უჯრები;დათვლა</bookmark_value>"
-#: 04060119.xhp#hd_id3151032.69.help.text
-msgid "TBILLPRICE"
-msgstr "TBILLPRICE"
+#. 8W|3
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3153618\n"
+"61\n"
+"help.text"
+msgid "ISFORMULA"
+msgstr "ISFORMULA"
-#: 04060119.xhp#par_id3157887.70.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_TBILLPRICE\">Calculates the price of a treasury bill per 100 currency units.</ahelp>"
+#. 374*
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149138\n"
+"62\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTFORMEL\">Returns TRUE if a cell is a formula cell.</ahelp>"
msgstr ""
-#: 04060119.xhp#hd_id3156374.71.help.text
-msgctxt "04060119.xhp#hd_id3156374.71.help.text"
+#. [zd`
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3155100\n"
+"63\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060119.xhp#par_id3150284.72.help.text
-msgid "TBILLPRICE(Settlement; Maturity; Discount)"
-msgstr ""
-
-#: 04060119.xhp#par_id3154059.73.help.text
-msgctxt "04060119.xhp#par_id3154059.73.help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
-
-#: 04060119.xhp#par_id3154073.74.help.text
-msgctxt "04060119.xhp#par_id3154073.74.help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr "ტექსტი თარიღი ჩართულია."
+#. WM3U
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3143230\n"
+"64\n"
+"help.text"
+msgid "ISFORMULA(Reference)"
+msgstr "ISFORMULA(მითითება)"
-#: 04060119.xhp#par_id3145765.75.help.text
-msgid "<emph>Discount</emph> is the percentage discount upon acquisition of the security."
+#. ]lKU
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150150\n"
+"65\n"
+"help.text"
+msgid "<emph>Reference</emph> indicates the reference to a cell in which a test will be performed to determine if it contains a formula."
msgstr ""
-#: 04060119.xhp#hd_id3153373.76.help.text
-msgctxt "04060119.xhp#hd_id3153373.76.help.text"
+#. yPDL
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3147491\n"
+"66\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060119.xhp#par_id3155542.77.help.text
-msgid "Settlement date: March 31 1999, maturity date: June 1 1999, discount: 9 per cent."
-msgstr ""
-
-#: 04060119.xhp#par_id3154578.78.help.text
-msgid "The price of the treasury bill is worked out as follows:"
-msgstr ""
-
-#: 04060119.xhp#par_id3154592.79.help.text
-msgid "=TBILLPRICE(\"1999-03-31\";\"1999-06-01\"; 0.09) returns 98.45."
+#. =GVJ
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3159182\n"
+"67\n"
+"help.text"
+msgid "<item type=\"input\">=ISFORMULA(C4)</item> returns FALSE if the cell C4 contains the number <item type=\"input\">5</item>."
msgstr ""
-#: 04060119.xhp#bm_id3152912.help.text
-msgid "<bookmark_value>TBILLYIELD function</bookmark_value><bookmark_value>treasury bills;rates of return</bookmark_value><bookmark_value>rates of return of treasury bills</bookmark_value>"
-msgstr "<bookmark_value>DISC ფუნქცია</bookmark_value><bookmark_value>ერთხელ დაშვება</bookmark_value><bookmark_value>ჩამოფასება</bookmark_value>"
+#. =$Gn
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3149760\n"
+"help.text"
+msgid "<bookmark_value>ISEVEN_ADD function</bookmark_value>"
+msgstr "<bookmark_value>ISEVEN_ADD ფუნქცია</bookmark_value>"
-#: 04060119.xhp#hd_id3152912.80.help.text
-msgid "TBILLYIELD"
-msgstr "TBILLYIELD"
+#. TMPs
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3149760\n"
+"229\n"
+"help.text"
+msgid "ISEVEN_ADD"
+msgstr "ISEVEN_ADD"
-#: 04060119.xhp#par_id3145560.81.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_TBILLYIELD\">Calculates the yield of a treasury bill.</ahelp>"
+#. eF,[
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3147253\n"
+"230\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_ISEVEN\">Tests for even numbers. Returns 1 if the number divided by 2 returns a whole number.</ahelp>"
msgstr ""
-#: 04060119.xhp#hd_id3145578.82.help.text
-msgctxt "04060119.xhp#hd_id3145578.82.help.text"
+#. Hw=l
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3152799\n"
+"231\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060119.xhp#par_id3156077.83.help.text
-msgid "TBILLYIELD(Settlement; Maturity; Price)"
-msgstr ""
-
-#: 04060119.xhp#par_id3156091.84.help.text
-msgctxt "04060119.xhp#par_id3156091.84.help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
-
-#: 04060119.xhp#par_id3157856.85.help.text
-msgctxt "04060119.xhp#par_id3157856.85.help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr "ტექსტი თარიღი ჩართულია."
+#. %mm@
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149202\n"
+"232\n"
+"help.text"
+msgid "ISEVEN_ADD(Number)"
+msgstr "ISEVEN_ADD(რიცხვი)"
-#: 04060119.xhp#par_id3149627.86.help.text
-msgid "<emph>Price</emph> is the price (purchase price) of the treasury bill per 100 currency units of par value."
-msgstr ""
+#. D.6j
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3151168\n"
+"233\n"
+"help.text"
+msgid "<emph>Number</emph> is the number to be tested."
+msgstr "<emph>რიცხვი</emph> გამოსაცდელი მნიშვნელობა."
-#: 04060119.xhp#hd_id3149642.87.help.text
-msgctxt "04060119.xhp#hd_id3149642.87.help.text"
+#. 34|#
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3150115\n"
+"234\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060119.xhp#par_id3145178.88.help.text
-msgid "Settlement date: March 31 1999, maturity date: June 1 1999, price: 98.45 currency units."
-msgstr ""
-
-#: 04060119.xhp#par_id3145193.89.help.text
-msgid "The yield of the treasury bill is worked out as follows:"
+#. _hG(
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153904\n"
+"235\n"
+"help.text"
+msgid "<item type=\"input\">=ISEVEN_ADD(5)</item> returns 0."
msgstr ""
-#: 04060119.xhp#par_id3148528.90.help.text
-msgid "=TBILLYIELD(\"1999-03-31\";\"1999-06-01\"; 98.45) returns 0.091417 or 9.1417 per cent."
+#. h+{c
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id6238308\n"
+"help.text"
+msgid "<item type=\"input\">=ISEVEN_ADD(A1)</item> returns 1 if cell A1 contains the number <item type=\"input\">2</item>."
msgstr ""
-#: 04060119.xhp#par_id3148546.345.help.text
-#, fuzzy
-msgctxt "04060119.xhp#par_id3148546.345.help.text"
-msgid "<link href=\"text/scalc/01/04060103.xhp\" name=\"Back to Financial Functions Part One\">Back to Financial Functions Part One</link>"
-msgstr "<link href=\"text/scalc/01/04060119.xhp\" name=\"Forward to Financial Functions Part Two\">ფინანსური ფუნქციები ნაწილი ორი</link>"
-
-#: 04060119.xhp#par_id3146762.346.help.text
-msgctxt "04060119.xhp#par_id3146762.346.help.text"
-msgid "<link href=\"text/scalc/01/04060118.xhp\" name=\"Forward to Financial Functions Part Three\">Forward to Financial Functions Part Three</link>"
-msgstr "<link href=\"text/scalc/01/04060118.xhp\" name=\"Forward to Financial Functions Part Three\">ფინანსური ფუნქციები ნაწილი სამი</link>"
-
-#: func_weeknumadd.xhp#tit.help.text
-msgid "WEEKNUM_ADD "
-msgstr "WEEKNUM_ADD "
-
-#: func_weeknumadd.xhp#bm_id3166443.help.text
-msgid "<bookmark_value>WEEKNUM_ADD function</bookmark_value>"
-msgstr "<bookmark_value>WEEKNUM_ADD ფუნქცია</bookmark_value>"
+#. {/9(
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3154692\n"
+"help.text"
+msgid "<bookmark_value>ISNONTEXT function</bookmark_value><bookmark_value>cell contents;no text</bookmark_value>"
+msgstr "<bookmark_value>ISNONTEXT ფუნქცია</bookmark_value><bookmark_value>უჯრის შიგთავსი;ტექსტი არა</bookmark_value>"
-#: func_weeknumadd.xhp#hd_id3166443.222.help.text
-msgid "<variable id=\"weeknumadd\"><link href=\"text/scalc/01/func_weeknumadd.xhp\">WEEKNUM_ADD</link></variable>"
-msgstr "<variable id=\"weeknumadd\"><link href=\"text/scalc/01/func_weeknumadd.xhp\">WEEKNUM_ADD</link></variable>"
+#. U)}`
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3154692\n"
+"68\n"
+"help.text"
+msgid "ISNONTEXT"
+msgstr "ISNONTEXT"
-#: func_weeknumadd.xhp#par_id3152945.223.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_WEEKNUM\">The result indicates the number of the calendar week for a date.</ahelp>"
+#. 0Kca
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155330\n"
+"69\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTKTEXT\">Tests if the cell contents are text or numbers, and returns FALSE if the contents are text.</ahelp>"
msgstr ""
-#: func_weeknumadd.xhp#par_idN105DD.help.text
-msgid "The WEEKNUM_ADD function is designed to calculate week numbers exactly as Microsoft Excel does. Use the <link href=\"text/scalc/01/func_weeknum.xhp\">WEEKNUM</link> function, or format your date cells using the WW formatting code, when you need ISO 8601 week numbers."
+#. D30e
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id5719779\n"
+"help.text"
+msgid "If an error occurs, the function returns TRUE."
msgstr ""
-#: func_weeknumadd.xhp#hd_id3153745.224.help.text
-msgctxt "func_weeknumadd.xhp#hd_id3153745.224.help.text"
+#. G[17
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3154931\n"
+"70\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: func_weeknumadd.xhp#par_id3153685.225.help.text
-msgid "WEEKNUM_ADD(Date; ReturnType)"
-msgstr "WEEKNUM_ADD(თარიღი;დაბრუნების ტიპი)"
-
-#: func_weeknumadd.xhp#par_id3159277.226.help.text
-msgid "<emph>Date</emph> is the date within the calendar week."
-msgstr "<emph>თარიღი</emph>: თარიღი კალენდარულ კვირაში."
+#. -)tX
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148829\n"
+"71\n"
+"help.text"
+msgid "ISNONTEXT(Value)"
+msgstr "ISNONTEXT(მნიშვნელობა)"
-#: func_weeknumadd.xhp#par_id3154098.227.help.text
-msgid "<emph>ReturnType</emph> is 1 for week beginning on a Sunday, 2 for week beginning on a Monday."
+#. GslI
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3146992\n"
+"72\n"
+"help.text"
+msgid "<emph>Value</emph> is any value or expression where a test is performed to determine whether it is a text or numbers or a Boolean value."
msgstr ""
-#: func_weeknumadd.xhp#hd_id3152886.228.help.text
-msgctxt "func_weeknumadd.xhp#hd_id3152886.228.help.text"
+#. kssC
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3150525\n"
+"73\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: func_weeknumadd.xhp#par_id3149973.229.help.text
-msgid "In which week number does 12.24.2001 fall?"
-msgstr "კვირა რიცხვი?"
-
-#: func_weeknumadd.xhp#par_id3149914.230.help.text
-msgid "<item type=\"input\">=WEEKNUM_ADD(24.12.2001;1)</item> returns 52."
+#. ]P7S
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149906\n"
+"74\n"
+"help.text"
+msgid "<item type=\"input\">=ISNONTEXT(D2)</item> returns FALSE if cell D2 contains the text <item type=\"input\">abcdef</item>."
msgstr ""
-#: 06031000.xhp#tit.help.text
-msgid "AutoRefresh"
-msgstr "ავტოგანახლება"
-
-#: 06031000.xhp#bm_id3154515.help.text
-msgid "<bookmark_value>cells; autorefreshing traces</bookmark_value><bookmark_value>traces; autorefreshing</bookmark_value>"
-msgstr "<bookmark_value>უჯრები; კვალების ავტოგანახლება</bookmark_value><bookmark_value>კვალები; ავტოგანახლება</bookmark_value>"
-
-#: 06031000.xhp#hd_id3154515.1.help.text
-msgid "<link href=\"text/scalc/01/06031000.xhp\" name=\"AutoRefresh\">AutoRefresh</link>"
-msgstr "<link href=\"text/scalc/01/06031000.xhp\" name=\"AutoRefresh\">ავტოგანახლება</link>"
-
-#: 06031000.xhp#par_id3147264.2.help.text
-msgid "<ahelp hid=\".uno:AutoRefreshArrows\" visibility=\"visible\">Automatically refreshes all the traces in the sheet whenever you modify a formula.</ahelp>"
+#. hcQ\
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150777\n"
+"75\n"
+"help.text"
+msgid "<item type=\"input\">=ISNONTEXT(D9)</item> returns TRUE if cell D9 contains the number <item type=\"input\">8</item>."
msgstr ""
-#: 12090103.xhp#tit.help.text
-msgctxt "12090103.xhp#tit.help.text"
-msgid "Filter"
-msgstr "ფილტრი"
-
-#: 12090103.xhp#hd_id3153970.1.help.text
-msgctxt "12090103.xhp#hd_id3153970.1.help.text"
-msgid "Filter"
-msgstr "ფილტრი"
-
-#: 12090103.xhp#par_id3150448.2.help.text
-msgid "Set the filtering options for the data."
-msgstr "ფილტრაციისთვის პარამეტრებს აყენებს."
-
-#: 12090103.xhp#hd_id3151043.3.help.text
-msgid "Filter Criteria"
-msgstr "ფილტრის კრიტერიუმი"
-
-#: 12090103.xhp#par_id3150440.4.help.text
-msgid "You can define a default filter for the data by filtering, for example, field names, using a combination of logical expressions arguments."
-msgstr ""
+#. b-C\
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3159148\n"
+"help.text"
+msgid "<bookmark_value>ISBLANK function</bookmark_value><bookmark_value>blank cell contents</bookmark_value><bookmark_value>empty cells; recognizing</bookmark_value>"
+msgstr "<bookmark_value>ISBLANK ფუნქცია</bookmark_value><bookmark_value>ცარიელი უჯრების შიგთავსი</bookmark_value><bookmark_value>ცარიელი უჯრები; ამოცნობა</bookmark_value>"
-#: 12090103.xhp#hd_id3159153.5.help.text
-msgctxt "12090103.xhp#hd_id3159153.5.help.text"
-msgid "Operator"
-msgstr "ოპერატორი"
+#. P4~k
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3159148\n"
+"77\n"
+"help.text"
+msgid "ISBLANK"
+msgstr "ISBLANK"
-#: 12090103.xhp#par_id3153093.6.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_PIVOTFILTER:LB_OP2\" visibility=\"visible\">Select a logical operator for the filter.</ahelp>"
-msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_PIVOTFILTER:LB_OP2\" visibility=\"visible\">ფილტრისთვის ლოგიკური ოპერატორის ამორჩევა.</ahelp>"
+#. PW(I
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148800\n"
+"78\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTLEER\">Returns TRUE if the reference to a cell is blank.</ahelp> This function is used to determine if the content of a cell is empty. A cell with a formula inside is not empty."
+msgstr ""
+
+#. ?{|?
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3159162\n"
+"79\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12090103.xhp#hd_id3152462.7.help.text
-msgid "Field name"
-msgstr "ველის დასახელება"
+#. c^nt
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3158406\n"
+"80\n"
+"help.text"
+msgid "ISBLANK(Value)"
+msgstr "ISBLANK(მნიშვნელობა)"
-#: 12090103.xhp#par_id3155306.8.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_PIVOTFILTER:LB_FIELD3\" visibility=\"visible\">Select the field that you want to use in the filter. If field names are not available, the column labels are listed.</ahelp>"
-msgstr ""
+#. *fsN
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154212\n"
+"81\n"
+"help.text"
+msgid "<emph>Value</emph> is the content to be tested."
+msgstr "<emph>მნიშვნელობა</emph>არის გამოსაცდელი შიგთავსი."
-#: 12090103.xhp#hd_id3148575.9.help.text
-msgctxt "12090103.xhp#hd_id3148575.9.help.text"
-msgid "Condition"
-msgstr "პირობა"
+#. 2e_:
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3147508\n"
+"82\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12090103.xhp#par_id3147394.10.help.text
-msgid "<ahelp visibility=\"visible\" hid=\"SC:LISTBOX:RID_SCDLG_PIVOTFILTER:LB_COND3\">Select an operator to compare the <emph>Field name</emph> and <emph>Value</emph> entries.</ahelp>"
+#. e]sc
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3147234\n"
+"83\n"
+"help.text"
+msgid "<item type=\"input\">=ISBLANK(D2)</item> returns FALSE as a result."
msgstr ""
-#: 12090103.xhp#par_id3144764.11.help.text
-msgid "The following operators are available:"
-msgstr "შემდეგი ოპერაციებია ხელმისაწვდომი:"
-
-#: 12090103.xhp#par_id3153415.12.help.text
-msgid "<emph>Conditions:</emph>"
-msgstr "<emph>პირობები:</emph>"
-
-#: 12090103.xhp#par_id3150324.13.help.text
-msgid "="
-msgstr "="
-
-#: 12090103.xhp#par_id3153714.14.help.text
-msgid "equal"
-msgstr "ტოლია"
-
-#: 12090103.xhp#par_id3154254.15.help.text
-msgid "<"
-msgstr "<"
-
-#: 12090103.xhp#par_id3154703.16.help.text
-msgid "less than"
-msgstr "ნაკლებია ვიდრე"
-
-#: 12090103.xhp#par_id3155335.17.help.text
-msgid ">"
-msgstr ">"
-
-#: 12090103.xhp#par_id3147003.18.help.text
-msgid "greater than"
-msgstr "მეტია ვიდრე"
-
-#: 12090103.xhp#par_id3153270.19.help.text
-msgid "<="
-msgstr "<="
-
-#: 12090103.xhp#par_id3145257.20.help.text
-msgid "less than or equal to"
-msgstr "ნაკლებია ან ტოლია"
-
-#: 12090103.xhp#par_id3145134.21.help.text
-msgid ">="
-msgstr ">="
-
-#: 12090103.xhp#par_id3151214.22.help.text
-msgid "greater than or equal to"
-msgstr "მეტია ან ტოლია"
-
-#: 12090103.xhp#par_id3150345.23.help.text
-msgid "<>"
-msgstr "<>"
-
-#: 12090103.xhp#par_id3159101.24.help.text
-msgid "not equal to"
-msgstr "არაა ტოლი"
+#. )+L4
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3155356\n"
+"help.text"
+msgid "<bookmark_value>ISLOGICAL function</bookmark_value><bookmark_value>number formats;logical</bookmark_value><bookmark_value>logical number formats</bookmark_value>"
+msgstr "<bookmark_value>ISLOGICAL ფუნქცია</bookmark_value><bookmark_value>რიცხვების ფორმატი;ლოგიკური</bookmark_value><bookmark_value>ლოგიკური რიცხვები;ფორმატები</bookmark_value>"
-#: 12090103.xhp#hd_id3150886.25.help.text
-msgctxt "12090103.xhp#hd_id3150886.25.help.text"
-msgid "Value"
-msgstr "მნიშვნელობა"
+#. .@uf
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3155356\n"
+"85\n"
+"help.text"
+msgid "ISLOGICAL"
+msgstr "ISLOGICAL"
-#: 12090103.xhp#par_id3155506.26.help.text
-msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_PIVOTFILTER:ED_VAL3\" visibility=\"visible\">Select the value that you want to compare to the selected field.</ahelp>"
+#. O=/[
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148926\n"
+"86\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTLOG\">Tests for a logical value (TRUE or FALSE).</ahelp>"
msgstr ""
-#: 12090103.xhp#hd_id3146980.27.help.text
-msgid "<link href=\"text/scalc/01/12090104.xhp\" name=\"More>>\">More>></link>"
-msgstr "<link href=\"text/scalc/01/12090104.xhp\" name=\"More>>\">დამატებით>></link>"
-
-#: 05020600.xhp#tit.help.text
-msgid "Cell Protection"
-msgstr "უჯრედის დაცვა"
-
-#: 05020600.xhp#hd_id3145119.1.help.text
-msgid "<link href=\"text/scalc/01/05020600.xhp\" name=\"Cell Protection\">Cell Protection</link>"
-msgstr "<link href=\"text/scalc/01/05020600.xhp\" name=\"Cell Protection\">უჯრების დაცვა</link>"
-
-#: 05020600.xhp#par_id3150398.2.help.text
-msgid "<ahelp hid=\"HID_SCPAGE_PROTECTION\">Defines protection options for selected cells.</ahelp>"
-msgstr "<ahelp hid=\"HID_SCPAGE_PROTECTION\">საზღვრავს მონიშნული უჯრებისთვის დაცვის პარამეტრებს.</ahelp>"
-
-#: 05020600.xhp#hd_id3150447.3.help.text
-msgid "Protection"
-msgstr "დაცვა"
-
-#: 05020600.xhp#hd_id3125864.9.help.text
-msgid "Hide all"
-msgstr "ყველაფრის დამალვა"
-
-#: 05020600.xhp#par_id3153768.10.help.text
-#, fuzzy
-msgid "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_ALL\">Hides formulas and contents of the selected cells.</ahelp>"
-msgstr "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_FORMULAR\">მონიშნულ უჯრებში მალავს ფორმულებს.</ahelp>"
-
-#: 05020600.xhp#hd_id3153190.5.help.text
-msgid "Protected"
-msgstr "დაცული"
-
-#: 05020600.xhp#par_id3151119.6.help.text
-#, fuzzy
-msgid "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_PROTECTED\">Prevents the selected cells from being modified.</ahelp>"
-msgstr "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_PRINT\">შემდეგ უჯრებს არ აბეჭდინებს.</ahelp>"
-
-#: 05020600.xhp#par_id3156283.15.help.text
-msgid "This cell protection only takes effect if you also protect the sheet (<emph>Tools - Protect Document - Sheet</emph>)."
+#. d?[T
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3541062\n"
+"help.text"
+msgid "If an error occurs, the function returns FALSE."
msgstr ""
-#: 05020600.xhp#hd_id3149377.7.help.text
-msgid "Hide formula"
-msgstr "ფორმულების დამალვა"
-
-#: 05020600.xhp#par_id3154510.8.help.text
-msgid "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_FORMULAR\">Hides formulas in the selected cells.</ahelp>"
-msgstr "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_FORMULAR\">მონიშნულ უჯრებში მალავს ფორმულებს.</ahelp>"
-
-#: 05020600.xhp#hd_id3155602.11.help.text
-msgctxt "05020600.xhp#hd_id3155602.11.help.text"
-msgid "Print"
-msgstr "ბეჭდვა"
-
-#: 05020600.xhp#par_id3153836.12.help.text
-msgid "Defines print options for the sheet."
-msgstr "ფურცლისთვის საზღვრავს ბეჭდვის პარამეტრებს."
-
-#: 05020600.xhp#hd_id3155065.13.help.text
-msgid "Hide when printing"
-msgstr "ბეჭდვისას დამალვა"
-
-#: 05020600.xhp#par_id3155443.14.help.text
-msgid "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_PRINT\">Keeps the selected cells from being printed.</ahelp>"
-msgstr "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_PRINT\">შემდეგ უჯრებს არ აბეჭდინებს.</ahelp>"
-
-#: 12090102.xhp#tit.help.text
-#, fuzzy
-msgctxt "12090102.xhp#tit.help.text"
-msgid "Pivot Table"
-msgstr "ცხრილის დაყოფა"
-
-#: 12090102.xhp#bm_id2306894.help.text
-#, fuzzy
-msgid "<bookmark_value>pivot table function;show details</bookmark_value><bookmark_value>pivot table function;drill down</bookmark_value>"
-msgstr "<bookmark_value>Mid ფუნქცია</bookmark_value><bookmark_value>Mid დებულება</bookmark_value>"
-
-#: 12090102.xhp#hd_id3149165.1.help.text
-#, fuzzy
-msgctxt "12090102.xhp#hd_id3149165.1.help.text"
-msgid "Pivot Table"
-msgstr "ცხრილის დაყოფა"
+#. x7Nj
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3149162\n"
+"87\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12090102.xhp#par_id3155922.13.help.text
-#, fuzzy
-msgid "<ahelp hid=\".uno:DataPilotExec\">Specify the layout of the table that is generated by the pivot table.</ahelp>"
-msgstr "<ahelp hid=\"HID_ENV_FMT\" visibility=\"visible\">განსაზღვრავს კონვერტის განლაგებასა და განზომილებებს.</ahelp>"
+#. 2IAJ
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148918\n"
+"88\n"
+"help.text"
+msgid "ISLOGICAL(Value)"
+msgstr "ISLOGICAL(მნიშვნელობა)"
-#: 12090102.xhp#par_id3148798.34.help.text
-msgid "The pivot table displays data fields as buttons which you can drag and drop to define the pivot table."
+#. P@]+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3146946\n"
+"89\n"
+"help.text"
+msgid "Returns TRUE if <emph>Value</emph> is a logical value (TRUE or FALSE), and returns FALSE otherwise."
msgstr ""
-#: 12090102.xhp#hd_id3154908.18.help.text
-msgctxt "12090102.xhp#hd_id3154908.18.help.text"
-msgid "Layout"
-msgstr "განლაგება"
-
-#: 12090102.xhp#par_id3150768.19.help.text
-msgid "<ahelp hid=\"HID_SC_DPLAY_SELECT\">To define the layout of a pivot table, drag and drop data field buttons onto the <emph>Page Fields, Row Fields, Column Fields, </emph>and<emph> Data Fields </emph>areas.</ahelp> You can also use drag and drop to rearrange the data fields on a pivot table."
-msgstr ""
+#. 9IHp
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3150709\n"
+"90\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12090102.xhp#par_id3147229.20.help.text
-msgid "$[officename] automatically adds a caption to buttons that are dragged into the <emph>Data Fields </emph>area. The caption contains the name of the data field as well as the formula that created the data."
+#. Bm}v
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3166442\n"
+"91\n"
+"help.text"
+msgid "<item type=\"input\">=ISLOGICAL(99)</item> returns FALSE, because 99 is a number, not a logical value."
msgstr ""
-#: 12090102.xhp#par_id3145749.21.help.text
-msgid "To change the function that is used by a data field, double-click a button in the <emph>Data Fields</emph> area to open the <link href=\"text/scalc/01/12090105.xhp\" name=\"Data Field\">Data Field</link> dialog. You can also double-click buttons in the <emph>Row Fields</emph> or <emph>Column Fields</emph> areas."
+#. 3ijk
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3556016\n"
+"help.text"
+msgid "<item type=\"input\">=ISLOGICAL(ISNA(D4))</item> returns TRUE whatever the contents of cell D4, because ISNA() returns a logical value."
msgstr ""
-#: 12090102.xhp#hd_id3149260.28.help.text
-msgctxt "12090102.xhp#hd_id3149260.28.help.text"
-msgid "Remove"
-msgstr "წაშლა"
+#. R{^E
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3153685\n"
+"help.text"
+msgid "<bookmark_value>ISNA function</bookmark_value><bookmark_value>#N/A error;recognizing</bookmark_value>"
+msgstr "<bookmark_value>ISNA ფუნქცია</bookmark_value><bookmark_value>#N/A შეცდომა;ამოცნობა</bookmark_value>"
-#: 12090102.xhp#par_id3150010.27.help.text
-msgid "<ahelp hid=\"SC_PUSHBUTTON_RID_SCDLG_PIVOT_LAYOUT_BTN_REMOVE\">Removes the selected data field from the table layout.</ahelp>"
-msgstr ""
+#. qqex
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3153685\n"
+"93\n"
+"help.text"
+msgid "ISNA"
+msgstr "ISNA"
-#: 12090102.xhp#hd_id3145273.26.help.text
-msgctxt "12090102.xhp#hd_id3145273.26.help.text"
-msgid "Options"
-msgstr "პარამეტრები"
+#. 9H{k
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149105\n"
+"94\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTNV\">Returns TRUE if a cell contains the #N/A (value not available) error value.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ISTNV\">აბრუნებს TRUE თუ უჯრა შეიცავს #N/A (მნიშვნელობა მიუწვდომელია) შეცდომას.</ahelp>"
-#: 12090102.xhp#par_id3146120.25.help.text
-msgid "<ahelp hid=\"SC_PUSHBUTTON_RID_SCDLG_PIVOT_LAYOUT_BTN_OPTIONS\">Opens the <link href=\"text/scalc/01/12090105.xhp\" name=\"Data Field\"><emph>Data Field</emph></link> dialog where you can change the function that is associated with the selected field.</ahelp>"
+#. Xwsq
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id6018860\n"
+"help.text"
+msgid "If an error occurs, the function returns FALSE."
msgstr ""
-#: 12090102.xhp#hd_id3154944.22.help.text
-msgctxt "12090102.xhp#hd_id3154944.22.help.text"
-msgid "More"
-msgstr "მეტი"
-
-#: 12090102.xhp#par_id3145647.23.help.text
-#, fuzzy
-msgid "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_PIVOT_LAYOUT:BTN_MORE\">Displays or hides additional options for defining the pivot table.</ahelp>"
-msgstr "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_INSERT_TABLE:BTN_BROWSE\">Opens a dialog for selecting a file.</ahelp>"
-
-#: 12090102.xhp#hd_id3151073.2.help.text
-msgctxt "12090102.xhp#hd_id3151073.2.help.text"
-msgid "Result"
-msgstr "შედეგი"
+#. GoXr
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3152947\n"
+"95\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12090102.xhp#par_id3155417.3.help.text
-#, fuzzy
-msgid "Specify the settings for displaying the results of the pivot table."
-msgstr "მონიშნული მონახაზის დონის ფორმატის განსაზღვრა."
+#. C-kl
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153748\n"
+"96\n"
+"help.text"
+msgid "ISNA(Value)"
+msgstr "ISNA(მნიშვნელობა)"
-#: 12090102.xhp#hd_id0509200913025625.help.text
-msgid "Selection from"
-msgstr ""
+#. Z}AA
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3152884\n"
+"97\n"
+"help.text"
+msgid "<emph>Value</emph> is the value or expression to be tested."
+msgstr "<emph>მნიშვნელობა</emph> არის გამოსაცდელი მნიშვნელობა ან გამოსახულება."
-#: 12090102.xhp#par_id0509200913025615.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\">Select the area that contains the data for the current pivot table.</ahelp>"
-msgstr "<ahelp hid=\".\">მონიშნეთ მონაცემთა ბაზის ველი, რომელიც შეიცავს ადრესატის ელფოსტის მისამართს.</ahelp>"
+#. #nNP
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3149964\n"
+"98\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12090102.xhp#hd_id3155603.4.help.text
-msgid "Results to"
+#. !8bi
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154852\n"
+"99\n"
+"help.text"
+msgid "<item type=\"input\">=ISNA(D3)</item> returns FALSE as a result."
msgstr ""
-#: 12090102.xhp#par_id3153838.5.help.text
-#, fuzzy
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_PIVOT_LAYOUT:ED_OUTAREA\">Select the area where you want to display the results of the pivot table.</ahelp>"
-msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_PRINTAREA\">საშუალებას გაძლევთ ჩაასწოროთ განსაზღვრული საბეჭდი არე.</ahelp>"
+#. ?e#H
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3149426\n"
+"help.text"
+msgid "<bookmark_value>ISTEXT function</bookmark_value><bookmark_value>cell contents;text</bookmark_value>"
+msgstr "<bookmark_value>ISTEXT ფუნქცია</bookmark_value><bookmark_value>უჯრის შიგთავსი;ტექსტი</bookmark_value>"
-#: 12090102.xhp#par_id3155961.6.help.text
-msgid "If the selected area contains data, the pivot table overwrites the data. To prevent the loss of existing data, let the pivot table automatically select the area to display the results."
-msgstr ""
+#. =v:X
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3149426\n"
+"101\n"
+"help.text"
+msgid "ISTEXT"
+msgstr "ISTEXT"
-#: 12090102.xhp#hd_id3147364.7.help.text
-msgid "Ignore empty rows"
-msgstr "ცარიელი რიგების იგნორირება"
+#. --4M
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3145368\n"
+"102\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTTEXT\">Returns TRUE if the cell contents refer to text.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ISTTEXT\">აბრუნებს TRUE თუ უჯრის შიგთავსი მიუთითებს ტექსტს.</ahelp>"
-#: 12090102.xhp#par_id3154022.8.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_PIVOT_LAYOUT:BTN_IGNEMPTYROWS\">Ignores empty fields in the data source.</ahelp>"
+#. +T*%
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id6779686\n"
+"help.text"
+msgid "If an error occurs, the function returns FALSE."
msgstr ""
-#: 12090102.xhp#hd_id3155114.9.help.text
-msgid "Identify categories"
-msgstr "კატეგორიების იდენტიფიკაცია"
-
-#: 12090102.xhp#par_id3145257.10.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_PIVOT_LAYOUT:BTN_DETECTCAT\">Automatically assigns rows without labels to the category of the row above.</ahelp>"
-msgstr ""
+#. nj*B
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3154332\n"
+"103\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12090102.xhp#hd_id3149207.14.help.text
-msgid "Total columns"
-msgstr "სულ სვეტები"
+#. kW7s
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148649\n"
+"104\n"
+"help.text"
+msgid "ISTEXT(Value)"
+msgstr "ISTEXT(მნიშვნელობა)"
-#: 12090102.xhp#par_id3166426.15.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_PIVOT_LAYOUT:BTN_TOTALCOL\">Calculates and displays the grand total of the column calculation.</ahelp>"
-msgstr ""
+#. 2^;n
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150417\n"
+"105\n"
+"help.text"
+msgid "<emph>Value</emph> is a value, number, Boolean value, or an error value to be tested."
+msgstr "<emph>მნიშვნელობა</emph> არის გამოსაცდელი მნიშვნელობა, რიცხვი, ლოგიკური გამოსახულება, ან შეცდომის მნიშვნელობა."
-#: 12090102.xhp#hd_id3150364.16.help.text
-msgid "Total rows"
-msgstr "სულ რიგები"
+#. !NW8
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3149239\n"
+"106\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12090102.xhp#par_id3152583.17.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_PIVOT_LAYOUT:BTN_TOTALROW\">Calculates and displays the grand total of the row calculation.</ahelp>"
+#. -ZTW
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3144756\n"
+"107\n"
+"help.text"
+msgid "<item type=\"input\">=ISTEXT(D9)</item> returns TRUE if cell D9 contains the text <item type=\"input\">abcdef</item>."
msgstr ""
-#: 12090102.xhp#par_idN10897.help.text
-msgid "Add filter"
-msgstr "ფილტრის დამატება"
-
-#: 12090102.xhp#par_idN1089B.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\">Adds a Filter button to pivot tables that are based on spreadsheet data.</ahelp>"
-msgstr "<ahelp hid=\".\">საშუალებას აძლევს მომხმარებელს წაშალოს მონაცემები.</ahelp>"
-
-#: 12090102.xhp#par_idN108B2.help.text
-msgid "<ahelp hid=\".\">Opens the Filter dialog.</ahelp>"
-msgstr "<ahelp hid=\".\">ხსნის ფილტრის დიალოგს.</ahelp>"
-
-#: 12090102.xhp#par_idN108C9.help.text
-msgid "Enable drill to details"
+#. z/?6
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148416\n"
+"108\n"
+"help.text"
+msgid "<item type=\"input\">=ISTEXT(C3)</item> returns FALSE if cell C3 contains the number <item type=\"input\">3</item>."
msgstr ""
-#: 12090102.xhp#par_idN108CD.help.text
-msgid "<ahelp hid=\".\">Select this check box and double-click an item label in the table to show or hide details for the item. Clear this check box and double-click a cell in the table to edit the contents of the cell.</ahelp>"
-msgstr ""
+#. f40x
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3153939\n"
+"help.text"
+msgid "<bookmark_value>ISODD_ADD function</bookmark_value>"
+msgstr "<bookmark_value>ISODD_ADD ფუნქცია</bookmark_value>"
-#: 12090102.xhp#par_idN108DC.help.text
-msgid "To examine details inside a pivot table"
-msgstr ""
+#. ORds
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3153939\n"
+"236\n"
+"help.text"
+msgid "ISODD_ADD"
+msgstr "ISODD_ADD"
-#: 12090102.xhp#par_idN108E0.help.text
-msgid "Do one of the following:"
-msgstr "შემდეგიდან ერთერთის გაკეთება:"
+#. t%av
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153538\n"
+"237\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_ISODD\">Returns TRUE (1) if the number does not return a whole number when divided by 2.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_ISODD\">აბრუნებს TRUE (1) თუ რიცხვი არ აბრუნებს მთელ რიცხვს 2ზე გაყოფისას.</ahelp>"
-#: 12090102.xhp#par_idN108E6.help.text
-msgid "Select a range of cells and choose <emph>Data - Group and Outline - Show Details</emph>."
-msgstr ""
+#. /N)C
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3145601\n"
+"238\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12090102.xhp#par_idN108EE.help.text
-msgid "Double-click a field in the table."
-msgstr "ცხრილის ველზე ორმაგი წკაპი."
+#. $:#K
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149485\n"
+"239\n"
+"help.text"
+msgid "ISODD_ADD(Number)"
+msgstr "ISODD_ADD(რიცხვი)"
-#: 12090102.xhp#par_idN108F1.help.text
-msgid "If you double-click a field which has adjacent fields at the same level, the <emph>Show Detail</emph> dialog opens:"
-msgstr ""
+#. CW]9
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153315\n"
+"240\n"
+"help.text"
+msgid "<emph>Number</emph> is the number to be tested."
+msgstr "<emph>რიცხვი</emph> გამოსაცდელი მნიშვნელობა."
-#: 12090102.xhp#par_idN10900.help.text
-msgid "Show Detail"
-msgstr "დეტალების ჩვენება"
+#. i{kQ
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3143274\n"
+"241\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12090102.xhp#par_idN10904.help.text
-msgid "<ahelp hid=\".\">Choose the field that you want to view the details for.</ahelp>"
+#. TbFo
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154793\n"
+"242\n"
+"help.text"
+msgid "<item type=\"input\">=ISODD_ADD(5)</item> returns 1."
msgstr ""
-#: 12090102.xhp#par_id3149817.35.help.text
-#, fuzzy
-msgid "<link href=\"text/scalc/04/01020000.xhp\" name=\"Pivot table shortcut keys\">Pivot table shortcut keys</link>"
-msgstr "<link href=\"text/scalc/01/06060000.xhp\" name=\"Protect Document\">დოკუმენტის დაცვა</link>"
-
-#: func_eomonth.xhp#tit.help.text
-msgid "EOMONTH"
-msgstr "EOMONTH"
-
-#: func_eomonth.xhp#bm_id3150991.help.text
-msgid "<bookmark_value>EOMONTH function</bookmark_value>"
-msgstr "<bookmark_value>EOMONTH ფუნქცია</bookmark_value>"
+#. Si__
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3148688\n"
+"help.text"
+msgid "<bookmark_value>ISNUMBER function</bookmark_value><bookmark_value>cell contents;numbers</bookmark_value>"
+msgstr "<bookmark_value>ISNUMBER ფუნქცია</bookmark_value><bookmark_value>უჯრის სიგთავსი;რიცხვები</bookmark_value>"
-#: func_eomonth.xhp#hd_id3150991.231.help.text
-msgid "<variable id=\"eomonth\"><link href=\"text/scalc/01/func_eomonth.xhp\">EOMONTH</link></variable>"
-msgstr "<variable id=\"eomonth\"><link href=\"text/scalc/01/func_eomonth.xhp\">EOMONTH</link></variable>"
+#. srMn
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3148688\n"
+"110\n"
+"help.text"
+msgid "ISNUMBER"
+msgstr "ISNUMBER"
-#: func_eomonth.xhp#par_id3152766.232.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_EOMONTH\">Returns the date of the last day of a month which falls m<emph>onths</emph> away from the s<emph>tart date</emph>.</ahelp>"
-msgstr ""
+#. a[V{
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154618\n"
+"111\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTZAHL\">Returns TRUE if the value refers to a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ISTZAHL\">აბრუნებს ჭეშმარიტს თუ მნიშვნელობა რიცხვია.</ahelp>"
-#: func_eomonth.xhp#hd_id3150597.233.help.text
-msgctxt "func_eomonth.xhp#hd_id3150597.233.help.text"
+#. b(nE
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3152769\n"
+"112\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: func_eomonth.xhp#par_id3150351.234.help.text
-msgid "EOMONTH(StartDate; Months)"
-msgstr "EOMONTH (საწყისი თარიღი; თვეები)"
-
-#: func_eomonth.xhp#par_id3146787.235.help.text
-msgid "<emph>StartDate</emph> is a date (the starting point of the calculation)."
-msgstr ""
+#. mGfV
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150595\n"
+"113\n"
+"help.text"
+msgid "ISNUMBER(Value)"
+msgstr "ISNUMBER(მნიშვნელობა)"
-#: func_eomonth.xhp#par_id3155615.236.help.text
-msgctxt "func_eomonth.xhp#par_id3155615.236.help.text"
-msgid "<emph>Months</emph> is the number of months before (negative) or after (positive) the start date."
-msgstr ""
+#. K8WC
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150351\n"
+"114\n"
+"help.text"
+msgid "<emph>Value</emph> is any expression to be tested to determine whether it is a number or text."
+msgstr "<emph>მნიშვნელობა</emph> არის ნებისმიერი გამოსახულება, რომელიც უნდა შემოწმდეს რიცხვია თუ ტექსტი."
-#: func_eomonth.xhp#hd_id3156335.237.help.text
-msgctxt "func_eomonth.xhp#hd_id3156335.237.help.text"
+#. 67wF
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3146793\n"
+"115\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: func_eomonth.xhp#par_id3154829.238.help.text
-msgid "What is the last day of the month that falls 6 months after September 14 2001?"
-msgstr "რა ტოლია დღე - თვე თვეები სექტემბერი?"
-
-#: func_eomonth.xhp#par_id3156143.239.help.text
-msgid "<item type=\"input\">=EOMONTH(DATE(2001;9;14);6)</item> returns the serial number 37346. Formatted as a date, this is 2002-03-31."
-msgstr ""
-
-#: func_eomonth.xhp#par_id3156144.239.help.text
-msgid "<item type=\"input\">=EOMONTH(\"2001-09-14\";6)</item> works as well. If the date is given as string, it has to be in ISO format."
+#. /!(r
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155614\n"
+"116\n"
+"help.text"
+msgid "<item type=\"input\">=ISNUMBER(C3)</item> returns TRUE if the cell C3 contains the number <item type=\"input\">4</item>."
msgstr ""
-#: 02120100.xhp#tit.help.text
-msgctxt "02120100.xhp#tit.help.text"
-msgid "Header/Footer"
-msgstr "თავსართი/ქვესართი"
-
-#: 02120100.xhp#bm_id3153360.help.text
-msgid "<bookmark_value>page styles; headers</bookmark_value> <bookmark_value>page styles; footers</bookmark_value> <bookmark_value>headers; defining</bookmark_value> <bookmark_value>footers; defining</bookmark_value> <bookmark_value>file names in headers/footers</bookmark_value> <bookmark_value>changing;dates, automatically</bookmark_value> <bookmark_value>dates;updating automatically</bookmark_value> <bookmark_value>automatic date updates</bookmark_value>"
-msgstr "<bookmark_value>ფურცლის სტილები; ზედა კოლონტიტულები</bookmark_value><bookmark_value>ფურცლის სტილები; ქვედა კოლონტიტულები</bookmark_value><bookmark_value>ზედა კოლონტიტულები; განსაზღვრა</bookmark_value><bookmark_value>ქვედა კოლონტიტულები; განსაზღვრა</bookmark_value><bookmark_value>ფაილის სახელები ზედა და ქვედა კოლონტიტულებში</bookmark_value><bookmark_value>შეცვლა;თარიღები, ავტომატურად</bookmark_value><bookmark_value>თარიღები; ავტომატურად განახლება </bookmark_value><bookmark_value>ავტომატური თარიღის განახლება</bookmark_value>"
-
-#: 02120100.xhp#hd_id3153360.1.help.text
-msgid "<link href=\"text/scalc/01/02120100.xhp\" name=\"Header/Footer\">Header/Footer</link>"
-msgstr "<link href=\"text/scalc/01/02120100.xhp\" name=\"Header/Footer\">ზედა და ქვედა კოლონტიტულები</link>"
-
-#: 02120100.xhp#par_id3150768.2.help.text
-msgid "<ahelp hid=\"HID_SCPAGE_HFED_FL\">Defines or formats a header or footer for a Page Style.</ahelp>"
-msgstr "<ahelp hid=\"HID_SCPAGE_HFED_FL\">Defines or formats a header or footer for a ფურცლის სტილისთვის ზედა და ქვედა კოლონტიტულების განსაზღვრა და ფორმატირება.</ahelp>"
-
-#: 02120100.xhp#hd_id3145748.3.help.text
-msgid "Left Area"
-msgstr "მანცხენა არე"
-
-#: 02120100.xhp#par_id3147434.4.help.text
-msgid "<ahelp hid=\"HID_SC_HF_FLL\">Enter the text to be displayed at the left side of the header or footer.</ahelp>"
-msgstr "<ahelp hid=\"HID_SC_HF_FLL\">შეიყვანეთ ტექსტი, რომელიც გამოჩნდება კოლონტიტულების მარცხენა მხარეს.</ahelp>"
-
-#: 02120100.xhp#hd_id3148648.5.help.text
-msgid "Center Area"
-msgstr "შუა არე"
-
-#: 02120100.xhp#par_id3163710.6.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\">Enter the text to be displayed at the center of the header or footer.</ahelp>"
-msgstr "<ahelp hid=\"HID_SC_HF_FLL\">შეიყვანეთ ტექსტი, რომელიც გამოჩნდება კოლონტიტულების მარცხენა მხარეს.</ahelp>"
-
-#: 02120100.xhp#hd_id3154942.7.help.text
-msgid "Right Area"
-msgstr "მარჯვენა არე"
-
-#: 02120100.xhp#par_id3147126.8.help.text
-msgid "<ahelp hid=\"HID_SC_HF_FLR\">Enter the text to be displayed at the right side of the header or footer.</ahelp>"
-msgstr "<ahelp hid=\"HID_SC_HF_FLR\">შეიყვანეთ ტექსტი, რომელიც გამოჩნდება კოლონტიტულებისმარჯვენა მხარეს.</ahelp>"
-
-#: 02120100.xhp#par_idN10811.help.text
-msgctxt "02120100.xhp#par_idN10811.help.text"
-msgid "Header/Footer"
-msgstr "თავსართი/ქვესართი"
-
-#: 02120100.xhp#par_idN10815.help.text
-msgid "<ahelp hid=\".\">Select a predefined header or footer from the list.</ahelp>"
-msgstr "<ahelp hid=\".\">სიაში მოიშნეთ წინასწარ განსაზღვრული ზედა და ქვედა კოლონტიტულები.</ahelp>"
-
-#: 02120100.xhp#hd_id3154729.9.help.text
-msgid "Text attributes"
-msgstr "ტექსტის ატრიბუტები"
-
-#: 02120100.xhp#par_id3150717.10.help.text
-msgid "<ahelp hid=\"HID_SC_HF_TEXT\">Opens a dialog to assign formats to new or selected text.</ahelp> The <emph>Text Attributes </emph>dialog contains the tab pages <link href=\"text/shared/01/05020100.xhp\" name=\"Font\">Font</link>, <link href=\"text/shared/01/05020200.xhp\" name=\"Font Effects\">Font Effects</link> and <link href=\"text/shared/01/05020500.xhp\" name=\"Font Position\">Font Position</link>."
-msgstr "<ahelp hid=\"HID_SC_HF_TEXT\">ახალი ან მონიშნული ტექსტის ფორმატის დასანიშნად გახსენი დიალოგი.</ahelp> დიალოგი <emph>ტექსტის ატრიბუტები </emph> შედგება ჩანართებისაგან <link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>, <link href=\"text/shared/01/05020200.xhp\" name=\"Font Effects\">შრიფტის ეფექტები</link> და <link href=\"text/shared/01/05020500.xhp\" name=\"Font Position\">შრიფტის პოზიცია</link>."
-
-#: 02120100.xhp#par_id3159266.help.text
-msgid "<image id=\"img_id3156386\" src=\"sc/res/text.png\" width=\"0.1874in\" height=\"0.1665in\"><alt id=\"alt_id3156386\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156386\" src=\"sc/res/text.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3156386\">ხატულა</alt></image>"
-
-#: 02120100.xhp#par_id3155336.25.help.text
-msgid "Text Attributes"
-msgstr "ტექსტის ატრიბუტები"
-
-#: 02120100.xhp#hd_id3145792.11.help.text
-msgid "File Name "
-msgstr "ფაილის სახელი "
-
-#: 02120100.xhp#par_id3150206.12.help.text
-msgid "<ahelp hid=\"HID_SC_HF_FILE\">Inserts a file name placeholder in the selected area.</ahelp> Click to insert the title. Long-click to select either title, file name or path/file name from the submenu. If a title has not be assigned (see <emph>File - Properties</emph>), the file name will be inserted instead."
-msgstr "<ahelp hid=\"HID_SC_HF_FILE\">მონიშნულ არეაში ჩასვამს ფაილის ჩანაცვლების ველს.</ahelp> სათაურის ჩასასმელად დააწკაპეთ. გრძელი-წკაპი ქვემენიუდან მონიშნავს მთლიან სათაურს, ფაილის სახელს და ადგილმდებარეობას. თუ სათაური არ იქნა მინიჭებული (იხ <emph>ფაილი - თვისებები</emph>), მაშინი ჩაჯდება ფაილის სახელი."
-
-#: 02120100.xhp#par_id3150369.help.text
-msgid "<image id=\"img_id3150518\" src=\"res/folderop.png\" width=\"0.1665in\" height=\"0.1252in\"><alt id=\"alt_id3150518\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150518\" src=\"res/folderop.png\" width=\"0.222inch\" height=\"0.1665inch\"><alt id=\"alt_id3150518\">ხატულა</alt></image>"
-
-#: 02120100.xhp#par_id3154487.26.help.text
-msgid "File Name"
-msgstr "ფაილის სახელი"
-
-#: 02120100.xhp#hd_id3155812.13.help.text
-msgctxt "02120100.xhp#hd_id3155812.13.help.text"
-msgid "Sheet Name"
-msgstr "ფურცლის სახელი"
-
-#: 02120100.xhp#par_id3148842.14.help.text
-msgid "<ahelp hid=\"HID_SC_HF_TABLE\">Inserts a placeholder in the selected header/footer area, which is replaced by the sheet name in the header/footer of the actual document.</ahelp>"
-msgstr "<ahelp hid=\"HID_SC_HF_TABLE\">მონიშნული კალონტიტულების არეში ჩასვამს ჩანაცვლების ველს რომელიც შეცვლილი იქნება ფურცლის სახელით აქტიური დოკუმენტის კოლონტიტულებიდან.</ahelp>"
-
-#: 02120100.xhp#par_id3146870.help.text
-msgid "<image id=\"img_id3148870\" src=\"sc/res/table.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148870\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148870\" src=\"sc/res/table.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3148870\">ხატულა</alt></image>"
-
-#: 02120100.xhp#par_id3147071.27.help.text
-msgctxt "02120100.xhp#par_id3147071.27.help.text"
-msgid "Sheet Name"
-msgstr "ფურცლის სახელი"
-
-#: 02120100.xhp#hd_id3144768.15.help.text
-msgctxt "02120100.xhp#hd_id3144768.15.help.text"
-msgid "Page"
-msgstr "გვერდი"
-
-#: 02120100.xhp#par_id3154960.16.help.text
-msgid "<ahelp hid=\"HID_SC_HF_PAGE\">Inserts a placeholder in the selected header/footer area, which is replaced by page numbering. This allows continuous page numbering in a document.</ahelp>"
-msgstr "<ahelp hid=\"HID_SC_HF_PAGE\">მონიშნული კალონტიტულების არეში ჩასვამს ჩანაცვლების ველს რომელიც შეცვლილი იქნება ფურცლის ნუმერაციით. ეს საშუალებას იძლევა დოკუმენტის მიმდევრობით გადანომვრისა.</ahelp>"
-
-#: 02120100.xhp#par_id3151304.help.text
-msgid "<image id=\"img_id3155386\" src=\"sc/res/page.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155386\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155386\" src=\"sc/res/page.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3155386\">ხატულა</alt></image>"
-
-#: 02120100.xhp#par_id3150048.28.help.text
-msgctxt "02120100.xhp#par_id3150048.28.help.text"
-msgid "Page"
-msgstr "გვერდი"
-
-#: 02120100.xhp#hd_id3146962.17.help.text
-msgctxt "02120100.xhp#hd_id3146962.17.help.text"
-msgid "Pages"
-msgstr "გვერდები"
-
-#: 02120100.xhp#par_id3153812.18.help.text
-msgid "<ahelp hid=\"HID_SC_HF_PAGES\">Inserts a placeholder in the selected header/footer area, which is replaced by the total number of pages in the document.</ahelp>"
-msgstr "<ahelp hid=\"HID_SC_HF_PAGES\">მონიშნული კალონტიტულების არეში ჩასვამს ჩანაცვლების ველს რომელიც შეცვლილი იქნება დოკუმენტის ფურცლიების საერთო რაოდენობის გამომხატველი რიცხვით.</ahelp>"
-
-#: 02120100.xhp#par_id3149315.help.text
-msgid "<image id=\"img_id3155757\" src=\"sc/res/pages.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155757\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155757\" src=\"sc/res/pages.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3155757\">ხატულა</alt></image>"
-
-#: 02120100.xhp#par_id3147499.29.help.text
-msgctxt "02120100.xhp#par_id3147499.29.help.text"
-msgid "Pages"
-msgstr "გვერდები"
-
-#: 02120100.xhp#hd_id3149050.19.help.text
-msgctxt "02120100.xhp#hd_id3149050.19.help.text"
-msgid "Date"
-msgstr "თარიღი"
-
-#: 02120100.xhp#par_id3153960.20.help.text
-msgid "<ahelp hid=\"HID_SC_HF_DATE\">Inserts a placeholder in the selected header/footer area, which is replaced by the current date which will be repeated in the header/footer on each page of the document.</ahelp>"
-msgstr "<ahelp hid=\"HID_SC_HF_DATE\">მონიშნული კალონტიტულების არეში ჩასვამს ჩანაცვლების ველს რომელიც შეცვლილი იქნება მიმდინარე თარიღით და გამეორებული იქნება ყველა ფურცელზე.</ahelp>"
-
-#: 02120100.xhp#par_id3147299.help.text
-msgid "<image id=\"img_id3150394\" src=\"sc/res/date.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150394\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150394\" src=\"sc/res/date.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3150394\">ხატულა</alt></image>"
-
-#: 02120100.xhp#par_id3150540.30.help.text
-msgctxt "02120100.xhp#par_id3150540.30.help.text"
-msgid "Date"
-msgstr "თარიღი"
-
-#: 02120100.xhp#hd_id3147610.21.help.text
-msgctxt "02120100.xhp#hd_id3147610.21.help.text"
-msgid "Time"
-msgstr "დრო"
-
-#: 02120100.xhp#par_id3145638.22.help.text
-msgid "<ahelp hid=\"HID_SC_HF_TIME\">Inserts a placeholder in the selected header/footer area, which is replaced by the current time in the header/footer on each page of the document.</ahelp>"
-msgstr "<ahelp hid=\"HID_SC_HF_TIME\">მონიშნული კალონტიტულების არეში ჩასვამს ჩანაცვლების ველს რომელიც შეცვლილი იქნება მიმდინარე დროით და გამეორდება ყველა ფურცელზე.</ahelp>"
-
-#: 02120100.xhp#par_id3153122.help.text
-msgid "<image id=\"img_id3146884\" src=\"sc/res/time.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146884\">Icon</alt></image>"
-msgstr "<image id=\"img_id3146884\" src=\"sc/res/time.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3146884\">ხატულა</alt></image>"
-
-#: 02120100.xhp#par_id3157904.31.help.text
-msgctxt "02120100.xhp#par_id3157904.31.help.text"
-msgid "Time"
-msgstr "დრო"
-
-#: 04060120.xhp#tit.help.text
-msgctxt "04060120.xhp#tit.help.text"
-msgid "Bit Operation Functions"
+#. SZ2O
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154417\n"
+"117\n"
+"help.text"
+msgid "<item type=\"input\">=ISNUMBER(C2)</item> returns FALSE if the cell C2 contains the text <item type=\"input\">abcdef</item>."
msgstr ""
-#: 04060120.xhp#hd_id4149052.1.help.text
-msgctxt "04060120.xhp#hd_id4149052.1.help.text"
-msgid "Bit Operation Functions"
-msgstr ""
+#. ,f!#
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3153694\n"
+"help.text"
+msgid "<bookmark_value>N function</bookmark_value>"
+msgstr "<bookmark_value>N ფუნქცია</bookmark_value>"
-#: 04060120.xhp#bm_id4150026.help.text
-#, fuzzy
-msgid "<bookmark_value>BITAND function</bookmark_value>"
-msgstr "<bookmark_value>AND ფუნქცია</bookmark_value>"
+#. +%{T
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3153694\n"
+"119\n"
+"help.text"
+msgid "N"
+msgstr "N"
-#: 04060120.xhp#hd_id4150026.238.help.text
-msgid "BITAND"
+#. qRbu
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150405\n"
+"120\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_N\">Returns the numeric value of the given parameter. Returns 0 if parameter is text or FALSE.</ahelp>"
msgstr ""
-#: 04060120.xhp#par_id4146942.239.help.text
-msgid "<ahelp hid=\"HID_FUNC_BITAND\">Returns a bitwise logical \"and\" of the parameters.</ahelp>"
+#. sex-
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id9115573\n"
+"help.text"
+msgid "If an error occurs the function returns the error value."
msgstr ""
-#: 04060120.xhp#hd_id4150459.240.help.text
-#, fuzzy
-msgctxt "04060120.xhp#hd_id4150459.240.help.text"
+#. fCdi
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3145774\n"
+"121\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060120.xhp#par_id4146878.241.help.text
-msgid "BITAND(number1; number2)"
-msgstr ""
+#. l]m!
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153883\n"
+"122\n"
+"help.text"
+msgid "N(Value)"
+msgstr "N(მნიშვნელობა)"
-#: 04060120.xhp#par_id4151228.242.help.text
-msgctxt "04060120.xhp#par_id4151228.242.help.text"
-msgid "<emph>Number1</emph> and <emph>number2</emph> are positive integers less than 2 ^ 48 (281 474 976 710 656)."
+#. 4[xs
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3151101\n"
+"123\n"
+"help.text"
+msgid "<emph>Value</emph> is the parameter to be converted into a number. N() returns the numeric value if it can. It returns the logical values TRUE and FALSE as 1 and 0 respectively. It returns text as 0."
msgstr ""
-#: 04060120.xhp#hd_id4148582.248.help.text
-#, fuzzy
-msgctxt "04060120.xhp#hd_id4148582.248.help.text"
+#. I3iq
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3147097\n"
+"124\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060120.xhp#par_id4149246.250.help.text
-msgid "<item type=\"input\">=BITAND(6;10)</item> returns 2 (0110 & 1010 = 0010)."
-msgstr ""
-
-#: 04060120.xhp#bm_id4146139.help.text
-#, fuzzy
-msgid "<bookmark_value>BITOR function</bookmark_value>"
-msgstr "<bookmark_value>OR ფუნქცია</bookmark_value>"
-
-#: 04060120.xhp#hd_id4146139.252.help.text
-msgid "BITOR"
+#. OeHD
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154117\n"
+"125\n"
+"help.text"
+msgid "<item type=\"input\">=N(123)</item> returns 123"
msgstr ""
-#: 04060120.xhp#par_id4150140.253.help.text
-msgid "<ahelp hid=\"HID_FUNC_BITOR\">Returns a bitwise logical \"or\" of the parameters.</ahelp>"
+#. ++B}
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id2337717\n"
+"help.text"
+msgid "<item type=\"input\">=N(TRUE)</item> returns 1"
msgstr ""
-#: 04060120.xhp#hd_id4149188.254.help.text
-#, fuzzy
-msgctxt "04060120.xhp#hd_id4149188.254.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060120.xhp#par_id4148733.255.help.text
-msgid "BITOR(number1; number2)"
+#. hQ1c
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153781\n"
+"126\n"
+"help.text"
+msgid "<item type=\"input\">=N(FALSE)</item> returns 0"
msgstr ""
-#: 04060120.xhp#par_id4150864.256.help.text
-msgctxt "04060120.xhp#par_id4150864.256.help.text"
-msgid "<emph>Number1</emph> and <emph>number2</emph> are positive integers less than 2 ^ 48 (281 474 976 710 656)."
+#. 7bKV
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154670\n"
+"243\n"
+"help.text"
+msgid "<item type=\"input\">=N(\"abc\")</item> returns 0"
msgstr ""
-#: 04060120.xhp#par_id4149884.264.help.text
-msgid "<item type=\"input\">=BITOR(6;10)</item> returns 14 (0110 | 1010 = 1110)."
+#. l)+g
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3519089\n"
+"help.text"
+msgid "=N(1/0) returns #DIV/0!"
msgstr ""
-#: 04060120.xhp#bm_id4150019.help.text
-#, fuzzy
-msgid "<bookmark_value>BITXOR function</bookmark_value>"
-msgstr "<bookmark_value>OR ფუნქცია</bookmark_value>"
+#. \\[/
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3156275\n"
+"help.text"
+msgid "<bookmark_value>NA function</bookmark_value><bookmark_value>#N/A error;assigning to a cell</bookmark_value>"
+msgstr "<bookmark_value>NA ფუნქცია</bookmark_value><bookmark_value>#N/A შეცდომა;უჯრისთვის მინიჭება</bookmark_value>"
-#: 04060120.xhp#hd_id4150019.182.help.text
-msgid "BITXOR"
-msgstr ""
+#. eLX8
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3156275\n"
+"129\n"
+"help.text"
+msgid "NA"
+msgstr "NA"
-#: 04060120.xhp#par_id4145246.183.help.text
-msgid "<ahelp hid=\"HID_FUNC_BITXOR\">Returns a bitwise logical \"exclusive or\" of the parameters.</ahelp>"
-msgstr ""
+#. fn.g
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156161\n"
+"130\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_NV\">Returns the error value #N/A.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_NV\">აბრუნებს შეცდომის მნიშვნელობას #N/A.</ahelp>"
-#: 04060120.xhp#hd_id4153047.184.help.text
-#, fuzzy
-msgctxt "04060120.xhp#hd_id4153047.184.help.text"
+#. ~d(X
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3147532\n"
+"131\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060120.xhp#par_id4157970.185.help.text
-msgid "BITXOR(number1; number2)"
-msgstr ""
-
-#: 04060120.xhp#par_id4145302.186.help.text
-msgctxt "04060120.xhp#par_id4145302.186.help.text"
-msgid "<emph>Number1</emph> and <emph>number2</emph> are positive integers less than 2 ^ 48 (281 474 976 710 656)."
-msgstr ""
+#. I:5C
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149563\n"
+"132\n"
+"help.text"
+msgid "NA()"
+msgstr "NA()"
-#: 04060120.xhp#hd_id4150269.192.help.text
-#, fuzzy
-msgctxt "04060120.xhp#hd_id4150269.192.help.text"
+#. v0:B
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3155128\n"
+"133\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060120.xhp#par_id4149394.196.help.text
-msgid "<item type=\"input\">=BITXOR(6;10)</item> returns 12 (0110 ^ 1010 = 1100)"
+#. Vqtf
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154481\n"
+"134\n"
+"help.text"
+msgid "<item type=\"input\">=NA()</item> converts the contents of the cell into #N/A."
msgstr ""
-#: 04060120.xhp#bm_id4155370.help.text
-#, fuzzy
-msgid "<bookmark_value>BITLSHIFT function</bookmark_value>"
-msgstr "<bookmark_value>BINOMDIST ფუნქცია</bookmark_value>"
+#. `u4i
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3151255\n"
+"help.text"
+msgid "<bookmark_value>TYPE function</bookmark_value>"
+msgstr "<bookmark_value>TYPE ფუნქცია</bookmark_value>"
-#: 04060120.xhp#hd_id4155370.266.help.text
-msgid "BITLSHIFT"
-msgstr ""
+#. =q]p
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3151255\n"
+"136\n"
+"help.text"
+msgid "TYPE"
+msgstr "TYPE"
-#: 04060120.xhp#par_id4158411.267.help.text
-msgid "<ahelp hid=\"HID_FUNC_BITLSHIFT\">Shifts a number left by n bits.</ahelp>"
-msgstr ""
+#. fG|.
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155900\n"
+"137\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TYP\">Returns the type of value.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TYP\">აბრუნებს მნიშვნელობის ტიპს.</ahelp>"
-#: 04060120.xhp#hd_id4155814.268.help.text
-#, fuzzy
-msgctxt "04060120.xhp#hd_id4155814.268.help.text"
+#. );Ss
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3149992\n"
+"138\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060120.xhp#par_id4147536.269.help.text
-msgid "BITLSHIFT(number; shift)"
-msgstr ""
+#. rm8W
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148400\n"
+"139\n"
+"help.text"
+msgid "TYPE(Value)"
+msgstr "TYPE(მნიშვნელობა)"
-#: 04060120.xhp#par_id4150475.270.help.text
-msgctxt "04060120.xhp#par_id4150475.270.help.text"
-msgid "<emph>Number</emph> is a positive integer less than 2 ^ 48 (281 474 976 710 656)."
+#. =?:H
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150830\n"
+"140\n"
+"help.text"
+msgid "<emph>Value</emph> is a specific value for which the data type is determined. Value 1 = number, value 2 = text, value 4 = Boolean value, value 8 = formula, value 16 = error value."
msgstr ""
-#: 04060120.xhp#par_id4153921.271.help.text
-msgid "<emph>Shift</emph> is the number of positions the bits will be moved to the left. If shift is negative, it is synonymous with BITRSHIFT (number; -shift)."
-msgstr ""
+#. yj[N
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3154363\n"
+"141\n"
+"help.text"
+msgid "Example (see example table above)"
+msgstr "მაგალითი (სამაგალითო ცხრილი ზემოთ იხილეთ)"
-#: 04060120.xhp#hd_id4153723.276.help.text
-#, fuzzy
-msgctxt "04060120.xhp#hd_id4153723.276.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. LjzV
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153357\n"
+"142\n"
+"help.text"
+msgid "<item type=\"input\">=TYPE(C2)</item> returns 2 as a result."
+msgstr ""
-#: 04060120.xhp#par_id4149819.278.help.text
-msgid "<item type=\"input\">=BITLSHIFT(6;1)</item> returns 12 (0110 << 1 = 1100)."
+#. ;,qp
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148980\n"
+"143\n"
+"help.text"
+msgid "<item type=\"input\">=TYPE(D9)</item> returns 1 as a result."
msgstr ""
-#: 04060120.xhp#bm_id4083280.help.text
-#, fuzzy
-msgid "<bookmark_value>BITRSHIFT function</bookmark_value>"
-msgstr "<bookmark_value>BINOMDIST ფუნქცია</bookmark_value>"
+#. IGy}
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3155509\n"
+"help.text"
+msgid "<bookmark_value>CELL function</bookmark_value><bookmark_value>cell information</bookmark_value><bookmark_value>information on cells</bookmark_value>"
+msgstr "<bookmark_value>CELL ფუნქცია</bookmark_value><bookmark_value>უჯრების ინფორმაცია</bookmark_value><bookmark_value>ინფორმაცია უჯრების შესახებ</bookmark_value>"
-#: 04060120.xhp#hd_id4083280.165.help.text
-msgid "BITRSHIFT"
-msgstr ""
+#. zFO0
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3155509\n"
+"154\n"
+"help.text"
+msgid "CELL"
+msgstr "CELL"
-#: 04060120.xhp#par_id4152482.166.help.text
-msgid "<ahelp hid=\"HID_FUNC_BITRSHIFT\">Shifts a number right by n bits.</ahelp>"
-msgstr ""
+#. ]CXV
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153196\n"
+"155\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZELLE\">Returns information on address, formatting or contents of a cell.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ZELLE\">აბრუნებს ინფორმაციას მისამართზე, ფორმატირებაზე ან უჯრის შიგთავსზე.</ahelp>"
-#: 04060120.xhp#hd_id4149713.167.help.text
-#, fuzzy
-msgctxt "04060120.xhp#hd_id4149713.167.help.text"
+#. %?-A
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3149323\n"
+"156\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060120.xhp#par_id4145087.168.help.text
-msgid "BITRSHIFT(number; shift)"
-msgstr ""
-
-#: 04060120.xhp#par_id4149277.169.help.text
-msgctxt "04060120.xhp#par_id4149277.169.help.text"
-msgid "<emph>Number</emph> is a positive integer less than 2 ^ 48 (281 474 976 710 656)."
-msgstr ""
-
-#: 04060120.xhp#par_id4149270.170.help.text
-msgid "<emph>Shift</emph> is the number of positions the bits will be moved to the right. If shift is negative, it is synonymous with BITLSHIFT (number; -shift)."
-msgstr ""
+#. 2DsT
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3147355\n"
+"157\n"
+"help.text"
+msgid "CELL(\"InfoType\"; Reference)"
+msgstr "CELL(ინფო_ტიპი; მითითება)"
-#: 04060120.xhp#hd_id4152933.175.help.text
-#, fuzzy
-msgctxt "04060120.xhp#hd_id4152933.175.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. e{Np
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154716\n"
+"158\n"
+"help.text"
+msgid "<emph>InfoType</emph> is the character string that specifies the type of information. The character string is always in English. Upper or lower case is optional."
+msgstr "<emph>Info_type</emph> არის სიმბოლოს სტრიქონი, რომელიც ინფორმაციის ტიპზე მიუთითებს. სიმბოლოს სტრიქონი ყოველთვის ინგლიურია. ზედა ან ქვედა რეგისტრი."
-#: 04060120.xhp#par_id4156130.179.help.text
-msgid "<item type=\"input\">=BITRSHIFT(6;1)</item> returns 3 (0110 >> 1 = 0011)."
-msgstr ""
+#. 3D8h
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150636\n"
+"165\n"
+"help.text"
+msgid "InfoType"
+msgstr "ინფო_ტიპი"
-#: 04070100.xhp#tit.help.text
-msgctxt "04070100.xhp#tit.help.text"
-msgid "Define Names"
-msgstr "განსაზღვრული სახელები"
+#. m;p=
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149344\n"
+"166\n"
+"help.text"
+msgid "Meaning"
+msgstr "მნიშვნელობა"
-#: 04070100.xhp#hd_id3156330.1.help.text
-msgctxt "04070100.xhp#hd_id3156330.1.help.text"
-msgid "Define Names"
-msgstr "განსაზღვრული სახელები"
+#. Wpj#
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153266\n"
+"167\n"
+"help.text"
+msgid "COL"
+msgstr "COL"
-#: 04070100.xhp#par_id3154366.2.help.text
-msgid "<variable id=\"namenfestlegentext\"><ahelp hid=\".uno:DefineName\">Opens a dialog where you can specify a name for a selected area.</ahelp></variable>"
-msgstr "<variable id=\"namenfestlegentext\"><ahelp hid=\".uno:DefineName\">ხსნის დიალოგს სადაც შეგიძლიათ არჩეული არის სახელის მითითება.</ahelp></variable>"
+#. p):a
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156204\n"
+"168\n"
+"help.text"
+msgid "Returns the number of the referenced column."
+msgstr "აბრუნებს მითითებული სვეტის ნომერს."
-#: 04070100.xhp#par_id3154123.31.help.text
-msgid "Use the mouse to define ranges or type the reference into the <emph>Define Name </emph>dialog fields."
+#. [XrI
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150094\n"
+"162\n"
+"help.text"
+msgid "<item type=\"input\">=CELL(\"COL\";D2)</item> returns 4."
msgstr ""
-#: 04070100.xhp#par_id3155131.30.help.text
-msgid "The <emph>Sheet Area</emph> box on the Formula bar contains a list of defined names for the ranges. Click a name from this box to highlight the corresponding reference on the spreadsheet. Names given formulas or parts of a formula are not listed here."
-msgstr ""
+#. QNE9
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3151276\n"
+"169\n"
+"help.text"
+msgid "ROW"
+msgstr "რიგი"
-#: 04070100.xhp#hd_id3151118.3.help.text
-msgctxt "04070100.xhp#hd_id3151118.3.help.text"
-msgid "Name"
-msgstr "სახელი"
+#. w\nx
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3147583\n"
+"170\n"
+"help.text"
+msgid "Returns the number of the referenced row."
+msgstr "აბრუნებს მითითებული რიგის ნომერს."
-#: 04070100.xhp#par_id3163712.29.help.text
-msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_NAMES:ED_NAME\">Enter the name of the area for which you want to define a reference. All area names already defined in the spreadsheet are listed in the text field below.</ahelp> If you click a name on the list, the corresponding reference in the document will be shown with a blue frame. If multiple cell ranges belong to the same area name, they are displayed with different colored frames."
+#. }jHV
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3151222\n"
+"163\n"
+"help.text"
+msgid "<item type=\"input\">=CELL(\"ROW\";D2)</item> returns 2."
msgstr ""
-#: 04070100.xhp#hd_id3153728.9.help.text
-msgid "Assigned to"
-msgstr "მიწერილია"
+#. H\:6
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3159217\n"
+"171\n"
+"help.text"
+msgid "SHEET"
+msgstr "ფურცელი"
-#: 04070100.xhp#par_id3147435.10.help.text
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_NAMES:ED_ASSIGN\">The reference of the selected area name is shown here as an absolute value.</ahelp>"
-msgstr ""
+#. S1Sm
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3151201\n"
+"172\n"
+"help.text"
+msgid "Returns the number of the referenced sheet."
+msgstr "აბრუნებს მითითებული ფურცლის ნომერს."
-#: 04070100.xhp#par_id3146986.12.help.text
-msgid "To insert a new area reference, place the cursor in this field and use your mouse to select the desired area in any sheet of your spreadsheet document."
+#. E9;$
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149169\n"
+"164\n"
+"help.text"
+msgid "<item type=\"input\">=CELL(\"Sheet\";Sheet3.D2)</item> returns 3."
msgstr ""
-#: 04070100.xhp#hd_id3154729.13.help.text
-msgctxt "04070100.xhp#hd_id3154729.13.help.text"
-msgid "More"
-msgstr "დამატებით"
-
-#: 04070100.xhp#par_id3149958.14.help.text
-msgid "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_NAMES:BTN_MORE\">Allows you to specify the <emph>Area type </emph>(optional) for the reference.</ahelp>"
-msgstr "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_NAMES:BTN_MORE\">საშუალებას გაძლევთ განსაზღვროთ <emph>არეს ტიპი </emph>(არასავალდებულო) მითითებისთვის.</ahelp>"
-
-#: 04070100.xhp#hd_id3147394.15.help.text
-msgid "Area type"
-msgstr "არეს ტიპი"
-
-#: 04070100.xhp#par_id3155416.16.help.text
-msgid "Defines additional options related to the type of reference area."
-msgstr "მითითების არისთვის საზღვრავს დამატებით პარამეტრებს."
-
-#: 04070100.xhp#hd_id3150716.17.help.text
-msgctxt "04070100.xhp#hd_id3150716.17.help.text"
-msgid "Print range"
-msgstr "დიაპაზონის დაბეჭდვა"
-
-#: 04070100.xhp#par_id3150751.18.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_PRINTAREA\">Defines the area as a print range.</ahelp>"
-msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_PRINTAREA\">საზღვრავს არეს როგორც საბეჭდ დიაპაზონს.</ahelp>"
+#. Xj8Y
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149431\n"
+"173\n"
+"help.text"
+msgid "ADDRESS"
+msgstr "მისამართი"
-#: 04070100.xhp#hd_id3153764.19.help.text
-msgctxt "04070100.xhp#hd_id3153764.19.help.text"
-msgid "Filter"
-msgstr "ფილტრი"
+#. 3Ohn
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156054\n"
+"174\n"
+"help.text"
+msgid "Returns the absolute address of the referenced cell."
+msgstr "აბრუნებს მითითებული უჯრის აბსოლუტურ მისამართს."
-#: 04070100.xhp#par_id3155766.20.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_CRITERIA\">Defines the selected area to be used in an <link href=\"text/scalc/01/12040300.xhp\" name=\"advanced filter\">advanced filter</link>.</ahelp>"
+#. 71c:
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154136\n"
+"175\n"
+"help.text"
+msgid "<item type=\"input\">=CELL(\"ADDRESS\";D2)</item> returns $D$2."
msgstr ""
-#: 04070100.xhp#hd_id3159267.21.help.text
-msgid "Repeat column"
-msgstr "სვეტის გამეორება"
-
-#: 04070100.xhp#par_id3149565.22.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_COLHEADER\">Defines the area as a repeating column.</ahelp>"
-msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_COLHEADER\">საზღვრავს არეს როგორც განმეორებად სვეტს.</ahelp>"
-
-#: 04070100.xhp#hd_id3153966.23.help.text
-msgid "Repeat row"
-msgstr "რიგის გამეორება"
-
-#: 04070100.xhp#par_id3150300.24.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_ROWHEADER\">Defines the area as a repeating row.</ahelp>"
-msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_ROWHEADER\">საზღვრავს არეს როგორც განმეორებად რიგს.</ahelp>"
-
-#: 04070100.xhp#hd_id3155112.27.help.text
-msgctxt "04070100.xhp#hd_id3155112.27.help.text"
-msgid "Add/Modify"
-msgstr "დამატება/შეცვლა"
-
-#: 04070100.xhp#par_id3159236.28.help.text
-msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_NAMES:BTN_ADD\">Click the <emph>Add</emph> button to add the defined name to the list. Click the <emph>Modify</emph> button to enter another name for an already existing name selected from the list.</ahelp>"
+#. 7VH+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3159198\n"
+"176\n"
+"help.text"
+msgid "<item type=\"input\">=CELL(\"ADDRESS\";Sheet3.D2)</item> returns $Sheet3.$D$2."
msgstr ""
-#: 12040400.xhp#tit.help.text
-msgid "Remove Filter"
-msgstr "ფილტრის წაშლა"
-
-#: 12040400.xhp#hd_id3153087.1.help.text
-msgid "<link href=\"text/scalc/01/12040400.xhp\" name=\"Remove Filter\">Remove Filter</link>"
-msgstr "<link href=\"text/scalc/01/12040400.xhp\" name=\"Remove Filter\">ფილტრის წაშლა</link>"
+#. =g[7
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150245\n"
+"177\n"
+"help.text"
+msgid "<item type=\"input\">=CELL(\"ADDRESS\";'X:\\dr\\test.sxc'#$Sheet1.D2)</item> returns 'file:///X:/dr/test.sxc'#$Sheet1.$D$2."
+msgstr "CELL(\"ADDRESS\";'X:\\dr\\test.sxc'#$Sheet1.D2) აბრუნებს 'file:///X:/dr/test.sxc'#$Sheet1.$D$2."
-#: 12040400.xhp#par_id3154760.2.help.text
-msgid "<ahelp hid=\".uno:DataFilterRemoveFilter\">Removes the filter from the selected cell range. To enable this command, click inside the cell area where the filter was applied.</ahelp>"
-msgstr ""
+#. :Ry7
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3146811\n"
+"178\n"
+"help.text"
+msgid "FILENAME"
+msgstr "FILENAME"
-#: 12090000.xhp#tit.help.text
-#, fuzzy
-msgctxt "12090000.xhp#tit.help.text"
-msgid "Pivot Table"
-msgstr "ცხრილის დაყოფა"
+#. -C{t
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3151328\n"
+"179\n"
+"help.text"
+msgid "Returns the file name and the sheet number of the referenced cell."
+msgstr "აბრუნებს მითითებული უჯრის ფაილის სახელს და ფურცლის ნომერს."
-#: 12090000.xhp#hd_id3150275.1.help.text
-#, fuzzy
-msgid "<link href=\"text/scalc/01/12090000.xhp\" name=\"Pivot Table\">Pivot Table</link>"
-msgstr "<link href=\"text/scalc/01/12090000.xhp\" name=\"DataPilot\">DataPilot</link>"
+#. J!,4
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148896\n"
+"180\n"
+"help.text"
+msgid "<item type=\"input\">=CELL(\"FILENAME\";D2)</item> returns 'file:///X:/dr/own.sxc'#$Sheet1, if the formula in the current document X:\\dr\\own.sxc is located in Sheet1."
+msgstr "CELL(\"FILENAME\";D2) აბრუნებს 'file:///X:/dr/own.sxc'#$Sheet1, თუ ფორმულა მიმდინარე დოკუმენტში X:\\dr\\own.sxc მოთავსებულია Sheet1-ზე."
-#: 12090000.xhp#par_id3153562.2.help.text
-msgid "A pivot table provides a summary of large amounts of data. You can then rearrange the pivot table to view different summaries of the data."
-msgstr ""
+#. KiiE
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155144\n"
+"181\n"
+"help.text"
+msgid "<item type=\"input\">=CELL(\"FILENAME\";'X:\\dr\\test.sxc'#$Sheet1.D2)</item> returns 'file:///X:/dr/test.sxc'#$Sheet1."
+msgstr "CELL(\"FILENAME\";'X:\\dr\\test.sxc'#$Sheet1.D2) აბრუნებს 'file:///X:/dr/test.sxc'#$Sheet1."
-#: 12090000.xhp#hd_id3155923.3.help.text
-#, fuzzy
-msgid "<link href=\"text/scalc/01/12090100.xhp\" name=\"Create\">Create</link>"
-msgstr "<link href=\"text/scalc/01/12090300.xhp\" name=\"Delete\">წაშლა</link>"
+#. 3UYb
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3151381\n"
+"182\n"
+"help.text"
+msgid "COORD"
+msgstr "COORD"
-#: 12090000.xhp#par_idN105FB.help.text
-#, fuzzy
-msgctxt "12090000.xhp#par_idN105FB.help.text"
-msgid "<link href=\"text/scalc/01/12090102.xhp\" name=\"Pivot table dialog\">Pivot table dialog</link>"
-msgstr "<link href=\"text/scalc/01/12090102.xhp\" name=\"DataPilot dialog\">ნაერთი ცხრილის დიალოგი</link>"
+#. ?2%[
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3151004\n"
+"183\n"
+"help.text"
+msgid "Returns the complete cell address in Lotus(TM) notation."
+msgstr "აბრუნებს უჯრის სრულ მისამართს Lotus(TM) notation-ში."
-#: solver.xhp#tit.help.text
-msgid "Solver"
+#. OtM?
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3159104\n"
+"184\n"
+"help.text"
+msgid "<item type=\"input\">=CELL(\"COORD\"; D2)</item> returns $A:$D$2."
msgstr ""
-#: solver.xhp#bm_id7654652.help.text
-msgid "<bookmark_value>goal seeking;solver</bookmark_value><bookmark_value>what if operations;solver</bookmark_value><bookmark_value>back-solving</bookmark_value><bookmark_value>solver</bookmark_value>"
+#. kUAA
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3163720\n"
+"185\n"
+"help.text"
+msgid "<item type=\"input\">=CELL(\"COORD\"; Sheet3.D2)</item> returns $C:$D$2."
msgstr ""
-#: solver.xhp#hd_id9216284.help.text
-#, fuzzy
-msgid "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">Solver</link></variable>"
-msgstr "<variable id=\"year\"><link href=\"text/scalc/01/func_year.xhp\">YEAR</link></variable>"
-
-#: solver.xhp#par_id9210486.help.text
-msgid "<ahelp hid=\".\">Opens the Solver dialog. A solver allows to solve equations with multiple unknown variables by goal seeking methods.</ahelp>"
-msgstr ""
+#. D@iE
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155910\n"
+"186\n"
+"help.text"
+msgid "CONTENTS"
+msgstr "შიგთავსი"
-#: solver.xhp#par_id8538773.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter or click the cell reference of the target cell. This field takes the address of the cell whose value is to be optimized.</ahelp>"
-msgstr ""
+#. 1;bK
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156041\n"
+"187\n"
+"help.text"
+msgid "Returns the contents of the referenced cell, without any formatting."
+msgstr "აბრუნებს მითითებული უჯრის სიგთავს ფორმატირების გარეშე."
-#: solver.xhp#par_id7564012.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Try to solve the equation for a maximum value of the target cell.</ahelp>"
-msgstr ""
+#. `f?;
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3151069\n"
+"188\n"
+"help.text"
+msgid "TYPE"
+msgstr "TYPE"
-#: solver.xhp#par_id1186254.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Try to solve the equation for a minimum value of the target cell.</ahelp>"
-msgstr ""
+#. @us(
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155344\n"
+"189\n"
+"help.text"
+msgid "Returns the type of cell contents."
+msgstr "აბრუნებს უჯფრის შიგთავსის ტიპს."
-#: solver.xhp#par_id7432477.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Try to solve the equation to approach a given value of the target cell.</ahelp>"
-msgstr ""
+#. .jq9
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3145217\n"
+"190\n"
+"help.text"
+msgid "b = blank. empty cell"
+msgstr "b = ცარიელი. ცარიელი უჯრა"
-#: solver.xhp#par_id7141026.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the value or a cell reference.</ahelp>"
-msgstr ""
+#. nYK4
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155176\n"
+"191\n"
+"help.text"
+msgid "l = label. Text, result of a formula as text"
+msgstr "l = ეტიკეტი. ტექსტი, ფორმულის შედეგი ტექსტის სახით"
-#: solver.xhp#par_id8531449.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the cell range that can be changed.</ahelp>"
-msgstr ""
+#. Vo)/
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3147280\n"
+"192\n"
+"help.text"
+msgid "v = value. Value, result of a formula as a number"
+msgstr "v = მნიშვნელობა. მნიშვნელობა, ფორმულის შედეგი რიცხვის სახით"
-#: solver.xhp#par_id9183935.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a cell reference.</ahelp>"
-msgstr ""
+#. |vru
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156348\n"
+"193\n"
+"help.text"
+msgid "WIDTH"
+msgstr "WIDTH"
-#: solver.xhp#par_id946684.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select an operator from the list.</ahelp>"
-msgstr ""
+#. ^EpE
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154920\n"
+"194\n"
+"help.text"
+msgid "Returns the width of the referenced column. The unit is the number of zeros (0) that fit into the column in the default text and the default size."
+msgstr "აბრუნებს მითითებული სვეტის სიგანეს. ერთეული არის ნულების (0) რაოდენობა, რომლებიც ჯდება ნაგულისხმევი ტექსტის სვეტში და ნაგულისხმევ ზომაში."
-#: solver.xhp#par_id9607226.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a value or a cell reference.</ahelp>"
-msgstr ""
+#. jn2d
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3152355\n"
+"195\n"
+"help.text"
+msgid "PREFIX"
+msgstr "პრეფიქსი"
-#: solver.xhp#par_id1939451.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to shrink or restore the dialog. You can click or select cells in the sheet. You can enter a cell reference manually in the input box.</ahelp>"
-msgstr ""
+#. nAbL
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154230\n"
+"196\n"
+"help.text"
+msgid "Returns the alignment of the referenced cell."
+msgstr "აბრუნებს მითითებული უჯრის მდებარეობას."
-#: solver.xhp#par_id9038972.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to remove the row from the list. Any rows from below this row move up.</ahelp>"
-msgstr ""
+#. M{1$
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155946\n"
+"197\n"
+"help.text"
+msgid "' = align left or left-justified"
+msgstr "' = მარცხნივ ან მარცხნივ გასწორება"
-#: solver.xhp#par_id2423780.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Options dialog.</ahelp>"
-msgstr ""
+#. [-Po
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3147220\n"
+"198\n"
+"help.text"
+msgid "\" = align right"
+msgstr "\" = მარჯვნივ გასწორება"
-#: solver.xhp#par_id2569658.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to solve the equation with the current settings. The dialog settings are retained until you close the current document.</ahelp>"
-msgstr ""
+#. juwi
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149038\n"
+"199\n"
+"help.text"
+msgid "^ = centered"
+msgstr "^ = ცენტრში გასწორება"
-#: solver.xhp#par_id5474410.help.text
-msgid "To solve equations with the solver"
-msgstr ""
+#. 9dY_
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153129\n"
+"200\n"
+"help.text"
+msgid "\\ = repeating (currently inactive)"
+msgstr "\\ = გამეორება (ახლა არაა აქტიური)"
-#: solver.xhp#par_id2216559.help.text
-msgid "The goal of the solver process is to find those variable values of an equation that result in an optimized value in the <emph>target cell</emph>, also named the \"objective\". You can choose whether the value in the target cell should be a maximum, a minimum, or approaching a given value."
-msgstr ""
+#. ZR;E
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154406\n"
+"201\n"
+"help.text"
+msgid "PROTECT"
+msgstr "PROTECT"
-#: solver.xhp#par_id7869502.help.text
-msgid "The initial variable values are inserted in a rectangular cell range that you enter in the <emph>By changing cells</emph> box. "
-msgstr ""
+#. O.YH
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3145127\n"
+"202\n"
+"help.text"
+msgid "Returns the status of the cell protection for the cell."
+msgstr "აბრუნებს უჯრისთვის უჯრის დაცვის მდგომარეობას."
-#: solver.xhp#par_id9852900.help.text
-msgid "You can define a series of limiting conditions that set constraints for some cells. For example, you can set the constraint that one of the variables or cells must not be bigger than another variable, or not bigger than a given value. You can also define the constraint that one or more variables must be integers (values without decimals), or binary values (where only 0 and 1 are allowed)."
-msgstr ""
+#. $rP3
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155794\n"
+"203\n"
+"help.text"
+msgid "1 = cell is protected"
+msgstr "1 = უჯრა დაცულია"
-#: solver.xhp#par_id5323953.help.text
-msgid "The default solver engine supports only linear equations."
-msgstr ""
+#. xQ{b
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155072\n"
+"204\n"
+"help.text"
+msgid "0 = cell is not protected"
+msgstr "0 = უჯრა არაა დაცული"
-#: solver_options.xhp#tit.help.text
-msgctxt "solver_options.xhp#tit.help.text"
-msgid "Options"
-msgstr "პარამეტრები"
+#. SNgX
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156178\n"
+"205\n"
+"help.text"
+msgid "FORMAT"
+msgstr "FORMAT"
-#: solver_options.xhp#hd_id2794274.help.text
-msgctxt "solver_options.xhp#hd_id2794274.help.text"
-msgid "Options"
-msgstr "პარამეტრები"
+#. =TRm
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150220\n"
+"206\n"
+"help.text"
+msgid "Returns a character string that indicates the number format."
+msgstr "აბრუნებს სიმბოლოთა სტრიქონს, რომელიც ასახავს რიცხვის ფორმატს."
-#: solver_options.xhp#par_id6776940.help.text
-msgid "The Options dialog for the <link href=\"text/scalc/01/solver.xhp\">Solver</link> is used to set some options."
-msgstr ""
+#. NtSp
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153824\n"
+"207\n"
+"help.text"
+msgid ", = number with thousands separator"
+msgstr ", = რიცხვი ათასების გამყოფით"
-#: solver_options.xhp#par_id393993.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a solver engine. The listbox is disabled if only one solver engine is installed. Solver engines can be installed as extensions.</ahelp>"
-msgstr ""
+#. dDr0
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153837\n"
+"208\n"
+"help.text"
+msgid "F = number without thousands separator"
+msgstr "F = რიცხვი ათასების გამყოფის გარეშე"
-#: solver_options.xhp#par_id5871761.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Configure the current solver.</ahelp>"
-msgstr ""
+#. _@iN
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150318\n"
+"209\n"
+"help.text"
+msgid "C = currency format"
+msgstr "C = ვალუტის ფორმატი"
-#: solver_options.xhp#par_id6531266.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">If the current entry in the Settings listbox allows to edit a value, you can click the Edit button. A dialog opens where you can change the value.</ahelp>"
-msgstr ""
+#. V5AK
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153168\n"
+"210\n"
+"help.text"
+msgid "S = exponential representation, for example, 1.234+E56"
+msgstr "S -თვის მაგალითი"
-#: solver_options.xhp#par_id3912778.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter or change the value.</ahelp>"
-msgstr ""
+#. ZpRm
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153515\n"
+"211\n"
+"help.text"
+msgid "P = percentage"
+msgstr "P = პროცენტი"
-#: solver_options.xhp#par_id3163853.help.text
-msgid "Use the Options dialog to configure the current solver engine."
+#. (c!K
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154375\n"
+"212\n"
+"help.text"
+msgid "In the above formats, the number of decimal places after the decimal separator is given as a number. Example: the number format #,##0.0 returns ,1 and the number format 00.000% returns P3"
msgstr ""
-#: solver_options.xhp#par_id121158.help.text
-msgid "You can install more solver engines as extensions, if available. Open Tools - Extension Manager and browse to the Extensions web site to search for extensions."
-msgstr ""
+#. |]aQ
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150575\n"
+"213\n"
+"help.text"
+msgid "D1 = MMM-D-YY, MM-D-YY and similar formats"
+msgstr "D1 = MMM-D-YY, MM-D-YY და მსგავსი ფორმატები"
-#: solver_options.xhp#par_id3806878.help.text
-msgid "Select the solver engine to use and to configure from the listbox. The listbox is disabled if onle one solver engine is installed."
-msgstr ""
+#. sF|e
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150589\n"
+"214\n"
+"help.text"
+msgid "D2 = DD-MM"
+msgstr "D2 = DD-MM"
-#: solver_options.xhp#par_id130619.help.text
-msgid "In the Settings box, check all settings that you want to use for the current goal seeking operation. If the current option offers different values, the Edit button is enabled. Click Edit to open a dialog where you can change the value."
-msgstr ""
+#. b:m\
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3151034\n"
+"215\n"
+"help.text"
+msgid "D3 = MM-YY"
+msgstr "D3 = MM-YY"
-#: solver_options.xhp#par_id9999694.help.text
-msgid "Click OK to accept the changes and to go back to the <link href=\"text/scalc/01/solver.xhp\">Solver</link> dialog."
-msgstr ""
+#. Fiod
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156371\n"
+"216\n"
+"help.text"
+msgid "D4 = DD-MM-YYYY HH:MM:SS"
+msgstr "D4 = DD-MM-YYYY HH:MM:SS"
-#: 02160000.xhp#tit.help.text
-msgctxt "02160000.xhp#tit.help.text"
-msgid "Delete Cells"
-msgstr "უჯრების წაშლა"
+#. vI-,
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3157881\n"
+"217\n"
+"help.text"
+msgid "D5 = MM-DD"
+msgstr "D5 = MM-DD"
-#: 02160000.xhp#bm_id3153726.help.text
-msgid "<bookmark_value>cells; deleting cells</bookmark_value><bookmark_value>columns; deleting</bookmark_value><bookmark_value>rows; deleting</bookmark_value><bookmark_value>spreadsheets; deleting cells</bookmark_value><bookmark_value>deleting;cells/rows/columns</bookmark_value>"
-msgstr ""
+#. oo99
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3157894\n"
+"218\n"
+"help.text"
+msgid "D6 = HH:MM:SS AM/PM"
+msgstr "D6 = HH:MM:SS AM/PM"
-#: 02160000.xhp#hd_id3153726.1.help.text
-msgctxt "02160000.xhp#hd_id3153726.1.help.text"
-msgid "Delete Cells"
-msgstr "უჯრების წაშლა"
+#. h75@
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154068\n"
+"219\n"
+"help.text"
+msgid "D7 = HH:MM AM/PM"
+msgstr "D7 = HH:MM AM/PM"
-#: 02160000.xhp#par_id3154490.2.help.text
-#, fuzzy
-msgid "<variable id=\"zellenloeschentext\"><ahelp hid=\".uno:DeleteCell\">Completely deletes selected cells, columns or rows. The cells below or to the right of the deleted cells will fill the space.</ahelp></variable> Note that the selected delete option is stored and reloaded when the dialog is next called."
-msgstr "<variable id=\"zellenloeschentext\"><ahelp hid=\".uno:DeleteCell\">Completely deletes selected cells, columns or rows. The cells below or to the right of the deleted cells will fill the space.</ahelp></variable> Note that the selected delete option is stored and reloaded when the dialog is next called."
+#. xcy0
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150286\n"
+"220\n"
+"help.text"
+msgid "D8 = HH:MM:SS"
+msgstr "D8 = HH:MM:SS"
-#: 02160000.xhp#hd_id3149121.3.help.text
-msgctxt "02160000.xhp#hd_id3149121.3.help.text"
-msgid "Selection"
-msgstr "მონიშვნა"
+#. T9^o
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3145756\n"
+"221\n"
+"help.text"
+msgid "D9 = HH:MM"
+msgstr "D9 = HH:MM"
-#: 02160000.xhp#par_id3150751.4.help.text
-msgid "This area contains options for specifying how sheets are displayed after deleting cells."
-msgstr "ეს არე შეიცავს იმ სპეციფიური დაფების პარამეტრები, რომელიც ჩანს უჯრების წაშლის შემდეგ."
+#. ^b[!
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3145768\n"
+"222\n"
+"help.text"
+msgid "G = All other formats"
+msgstr "G = ყველა სხვა ფორმატი"
-#: 02160000.xhp#hd_id3155767.5.help.text
-msgid "Shift cells up"
-msgstr "უჯრების ზემოთ ანაცვლება"
+#. TLdY
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153375\n"
+"223\n"
+"help.text"
+msgid "- (Minus) at the end = negative numbers are formatted in color"
+msgstr "- (მინუსი) ბოლოში = უარყოფითი რიცხვები სხვა ფრად შეიღებება"
-#: 02160000.xhp#par_id3153714.6.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_DELCELL:BTN_CELLSUP\">Fills the space produced by the deleted cells with the cells underneath it.</ahelp>"
-msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_DELCELL:BTN_CELLSUP\">შეავსებს the space produced by the deleted cells with the cells underneath it.</ahelp>"
+#. U!nK
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155545\n"
+"224\n"
+"help.text"
+msgid "() (brackets) at the end = there is an opening bracket in the format code"
+msgstr "() (ფრჩხილები) ბოლოსი = ფორმატირების კოდში არის გახსნილი ფრჩხილი"
-#: 02160000.xhp#hd_id3156382.7.help.text
-msgid "Shift cells left"
-msgstr "უჯრების მარცხნივ გადანაცვლება"
+#. Qd|s
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154594\n"
+"225\n"
+"help.text"
+msgid "COLOR"
+msgstr "COLOR"
-#: 02160000.xhp#par_id3154702.8.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_DELCELL:BTN_CELLSLEFT\">Fills the resulting space by the cells to the right of the deleted cells.</ahelp>"
-msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_DELCELL:BTN_CELLSLEFT\">შეავსებს the resulting space by the cells to the right of the deleted cells.</ahelp>"
+#. 7X$V
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3152922\n"
+"226\n"
+"help.text"
+msgid "Returns 1, if negative values have been formatted in color, otherwise 0."
+msgstr "აბრუნებს 1, თუ უარყოფითი მნიშვნელობები ფერსი შეიღებება, სხვაგვარად 0."
-#: 02160000.xhp#hd_id3146918.9.help.text
-msgid "Delete entire row(s)"
-msgstr "მთლიანი უჯრ(ებ)ის წაშლა"
+#. gia_
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3145563\n"
+"227\n"
+"help.text"
+msgid "PARENTHESES"
+msgstr "PARENTHESES"
-#: 02160000.xhp#par_id3148487.10.help.text
-msgid "<ahelp hid=\".uno:DeleteRows\">After selecting at least one cell, deletes the entire row from the sheet.</ahelp>"
-msgstr "<ahelp hid=\".uno:DeleteRows\">After selecting at least one cell, deletes the entire row from the sheet.</ahelp>"
+#. ^5j?
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156072\n"
+"228\n"
+"help.text"
+msgid "Returns 1 if the format code contains an opening bracket (, otherwise 0."
+msgstr "აბრუნებს 1, თუ ფორმატირების კოდი შეიცავს ღია ფრჩხილს (, სხვაგვარად 0."
-#: 02160000.xhp#hd_id3155114.11.help.text
-msgid "Delete entire column(s)"
-msgstr "მთლიანი სვეტ(ებ)ის წაშლა"
+#. P|$Q
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156090\n"
+"159\n"
+"help.text"
+msgid "<emph>Reference</emph> (list of options) is the position of the cell to be examined. If <emph>Reference</emph> is a range, the cell moves to the top left of the range. If <emph>Reference</emph> is missing, $[officename] Calc uses the position of the cell in which this formula is located. Microsoft Excel uses the reference of the cell in which the cursor is positioned."
+msgstr ""
-#: 02160000.xhp#par_id3150086.12.help.text
-msgid "<ahelp hid=\".uno:DeleteColumns\">After selecting at least one cell, deletes the entire column from the sheet.</ahelp>"
-msgstr "<ahelp hid=\".uno:DeleteColumns\">After selecting at least one cell, deletes the entire column from the sheet.</ahelp>"
+#. 4ez8
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"tit\n"
+"help.text"
+msgid "YEARFRAC"
+msgstr "YEARFRAC"
-#: 02160000.xhp#par_id3166424.help.text
-#, fuzzy
-msgid "<link href=\"text/scalc/01/02150000.xhp\" name=\"Deleting Contents\">Deleting Contents</link>"
-msgstr "<link href=\"text/scalc/01/02150000.xhp\" name=\"შემცველობის წაშლა\">შემცველობის წაშლა</link>"
+#. [0.Z
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"bm_id3148735\n"
+"help.text"
+msgid "<bookmark_value>YEARFRAC function</bookmark_value>"
+msgstr "<bookmark_value>YEARFRAC ფუნქცია</bookmark_value>"
-#: 05040200.xhp#tit.help.text
-msgctxt "05040200.xhp#tit.help.text"
-msgid "Optimal Column Width"
-msgstr "სვეტის ოპტიმალური სიგანე"
+#. fT$w
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"hd_id3148735\n"
+"196\n"
+"help.text"
+msgid "<variable id=\"yearfrac\"><link href=\"text/scalc/01/func_yearfrac.xhp\">YEARFRAC</link></variable>"
+msgstr "<variable id=\"yearfrac\"><link href=\"text/scalc/01/func_yearfrac.xhp\">YEARFRAC</link></variable>"
-#: 05040200.xhp#bm_id3155628.help.text
-msgid "<bookmark_value>spreadsheets; optimal column widths</bookmark_value><bookmark_value>columns; optimal widths</bookmark_value><bookmark_value>optimal column widths</bookmark_value>"
-msgstr "<bookmark_value>ელცხრილები; სვეტის ოპტიმალური სიგანე</bookmark_value><bookmark_value>სვეტები; ოპტიმალური სიგანე</bookmark_value><bookmark_value>სვეტის ოპტიმალური სიგანე</bookmark_value>"
+#. NWcM
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3150899\n"
+"197\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_YEARFRAC\"> The result is a number between 0 and 1, representing the fraction of a year between <emph>StartDate</emph> and <emph>EndDate</emph>.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_YEARFRAC\"> შედეგი არის რიცხვი 0-სა და 1-ს შორის, ასახავს წლის ნაწილს <emph>საწყის თარიღსა</emph> და <emph>საბოლოო თარიღებს</emph> შორის.</ahelp>"
-#: 05040200.xhp#hd_id3155628.1.help.text
-msgctxt "05040200.xhp#hd_id3155628.1.help.text"
-msgid "Optimal Column Width"
-msgstr "სვეტის ოპტიმალური სიგანე"
+#. p74l
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"hd_id3155259\n"
+"198\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 05040200.xhp#par_id3145068.2.help.text
-msgid "<variable id=\"optitext\"><ahelp hid=\".uno:SetOptimalColumnWidthDi\">Defines the optimal column width for selected columns.</ahelp></variable> The optimal column width depends on the longest entry within a column. You can choose from the available <link href=\"text/shared/00/00000003.xhp#metrik\" name=\"measurement units\">measurement units</link>."
-msgstr ""
+#. 2,Pa
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3155823\n"
+"199\n"
+"help.text"
+msgid "YEARFRAC(StartDate; EndDate; Basis)"
+msgstr "YEARFRAC(საწყისი თარიღი;საბოლოო თარიღი;ფუძე)"
-#: 05040200.xhp#hd_id3150767.3.help.text
-msgctxt "05040200.xhp#hd_id3150767.3.help.text"
-msgid "Add"
-msgstr "დამატება"
+#. qYcv
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3145144\n"
+"200\n"
+"help.text"
+msgid "<emph>StartDate</emph> and <emph>EndDate</emph> are two date values."
+msgstr "<emph>საწყისი თარიღი</emph> და <emph>საბოლოო თარითი</emph>: თარიღის ორი მნისვნელობა."
-#: 05040200.xhp#par_id3150449.4.help.text
-msgid "<ahelp hid=\"SC:METRICFIELD:RID_SCDLG_COL_OPT:ED_VALUE\">Defines additional spacing between the longest entry in a column and the vertical column borders.</ahelp>"
-msgstr ""
+#. 0U+U
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3149954\n"
+"201\n"
+"help.text"
+msgid "<emph>Basis</emph> is chosen from a list of options and indicates how the year is to be calculated."
+msgstr "<emph>ფუძე</emph>: ამოირჩევა პარამეტრების სიიდან და განსაზღვრავს როგორ გამოითვალოს წლები."
-#: 05040200.xhp#hd_id3145785.5.help.text
-msgctxt "05040200.xhp#hd_id3145785.5.help.text"
-msgid "Default value"
-msgstr "ნაგულისხმევი მნიშვნელობა"
+#. 3RB#
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3146847\n"
+"202\n"
+"help.text"
+msgid "Basis"
+msgstr "ფუძე"
-#: 05040200.xhp#par_id3146120.6.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_COL_OPT:BTN_DEFVAL\">Defines the optimal column width in order to display the entire contents of the column.</ahelp> The additional spacing for the optimal column width is preset to 0.1 in."
-msgstr ""
+#. j``+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3155956\n"
+"203\n"
+"help.text"
+msgid "Calculation"
+msgstr "გამოთვლა"
-#: 12040000.xhp#tit.help.text
-msgctxt "12040000.xhp#tit.help.text"
-msgid "Filter"
-msgstr "ფილტრი"
+#. Q4v]
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3154502\n"
+"204\n"
+"help.text"
+msgid "0 or missing"
+msgstr "0 ან არ არის"
-#: 12040000.xhp#hd_id3150767.1.help.text
-msgid "<link href=\"text/scalc/01/12040000.xhp\" name=\"Filter\">Filter</link>"
-msgstr "<link href=\"text/scalc/01/12040000.xhp\" name=\"Filter\">ფილტრი</link>"
+#. j$$V
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3149877\n"
+"205\n"
+"help.text"
+msgid "US method (NASD), 12 months of 30 days each"
+msgstr "აშშ მეთოდი (NASD), 12 თვე, ყოველში 30 დღე"
-#: 12040000.xhp#par_id3155131.2.help.text
-msgid "<ahelp hid=\".\">Shows commands to filter your data.</ahelp>"
-msgstr ""
+#. 2N[Y
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3148766\n"
+"250\n"
+"help.text"
+msgid "1"
+msgstr "1"
-#: 12040000.xhp#par_id3146119.7.help.text
-msgid "$[officename] automatically recognizes predefined database ranges."
-msgstr "$[officename] ავტომატურად ამოიცნობს წინასწარ განსაზღვრულ მონაცემთა ბაზის დიაპაზონს."
+#. W;J\
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3154326\n"
+"206\n"
+"help.text"
+msgid "Exact number of days in months, exact number of days in year"
+msgstr "თვეებში დღეების ზუსტი რაოდენობა, ყოველ წელს დღეების ზუსტი რაოდენობა"
-#: 12040000.xhp#par_id3153363.3.help.text
-msgid "The following filtering options are available:"
-msgstr "ფილტრის შემდეგი პარამეტრებია ხელმისაწვდომი:"
+#. \o9m
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3145245\n"
+"251\n"
+"help.text"
+msgid "2"
+msgstr "2"
-#: 12040000.xhp#hd_id3153728.4.help.text
-msgid "<link href=\"text/shared/02/12090000.xhp\" name=\"Standard filter\">Standard filter</link>"
-msgstr "<link href=\"text/shared/02/12090000.xhp\" name=\"Standard filter\">სტანდარტული ფილტრი</link>"
+#. :deJ
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3155620\n"
+"207\n"
+"help.text"
+msgid "Exact number of days in month, year has 360 days"
+msgstr "თვეში დღეების ზუსტი რაოდენობა, წელიწადში 360 დღეა"
-#: 12040000.xhp#hd_id3159153.5.help.text
-msgid "<link href=\"text/scalc/01/12040300.xhp\" name=\"Advanced filter\">Advanced filter</link>"
-msgstr "<link href=\"text/scalc/01/12040300.xhp\" name=\"Advanced filter\">გაფართოებული ფილტრი</link>"
+#. GS][
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3145297\n"
+"252\n"
+"help.text"
+msgid "3"
+msgstr "3"
-#: 04090000.xhp#tit.help.text
-msgid "Link to External Data"
-msgstr "გარე მონაცემების ბმული"
+#. n/m^
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3148394\n"
+"208\n"
+"help.text"
+msgid "Exact number of days in month, year has 365 days"
+msgstr "თვეში დღეების ზუსტი რაოდენობა, წელიწადში 365 დღეა"
-#: 04090000.xhp#par_id3153192.2.help.text
-msgid "<ahelp hid=\"SC_PUSHBUTTON_RID_SCDLG_LINKAREA_BTN_BROWSE\" visibility=\"hidden\">Locate the file containing the data you want to insert.</ahelp>"
-msgstr "<ahelp hid=\"SC_PUSHBUTTON_RID_SCDLG_LINKAREA_BTN_BROWSE\" visibility=\"hidden\">იპოვეთ ჩასასმელი მონაცემების მქონე ფაილი.</ahelp>"
+#. 8+FC
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3151022\n"
+"253\n"
+"help.text"
+msgid "4"
+msgstr "4"
-#: 04090000.xhp#hd_id3145785.3.help.text
-msgid "<link href=\"text/scalc/01/04090000.xhp\" name=\"External Data\">Link to External Data</link>"
-msgstr "<link href=\"text/scalc/01/04090000.xhp\" name=\"External Data\">ბმული გარე მონაცემებზე</link>"
+#. N!(]
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3150931\n"
+"209\n"
+"help.text"
+msgid "European method, 12 months of 30 days each"
+msgstr "ევროპული მეთოდი, 12 თვე ყოველში 30 დღე"
-#: 04090000.xhp#par_id3149262.4.help.text
-msgid "<ahelp hid=\".uno:InsertExternalDataSourc\">Inserts data from an HTML, Calc, or Excel file into the current sheet as a link. The data must be located within a named range.</ahelp>"
-msgstr "<ahelp hid=\".uno:InsertExternalDataSourc\">ჩასვით მონაცემები HTML, Calc, ან Excel ფაილებიდან მიმდინარე ფურცელში ბმულის სახით. მონაცემები უნდა იყოს მოთავსებული სახელებიან დიაპაზონში.</ahelp>"
+#. K:z1
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"hd_id3145626\n"
+"210\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04090000.xhp#hd_id3146984.5.help.text
-msgid "URL of external data source."
-msgstr "მონაცემთა გარე წყაროს მისამართი."
+#. wpb[
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3149007\n"
+"211\n"
+"help.text"
+msgid "What fraction of the year 2008 lies between 2008-01-01 and 2008-07-01?"
+msgstr "2001 წლის რა ნაწილი არის 1.1.2002-ს და 7.1.2001-ს შორის?"
-#: 04090000.xhp#par_id3145366.6.help.text
-msgid "<ahelp hid=\"HID_SCDLG_LINKAREAURL\">Enter the URL or the file name that contains the data that you want to insert, and then press Enter.</ahelp>"
+#. ^_2Q
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3154632\n"
+"212\n"
+"help.text"
+msgid "=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0) returns 0.50."
msgstr ""
-#: 04090000.xhp#hd_id3145251.7.help.text
-msgid "Available tables/ranges"
-msgstr "ხელმისაწვდომი ცხრილები/დიაპაზონები"
+#. U$@2
+#: 12040300.xhp
+msgctxt ""
+"12040300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Advanced Filter"
+msgstr "გაფართოებული ფილტრი"
-#: 04090000.xhp#par_id3147397.8.help.text
-msgid "<ahelp hid=\"SC_MULTILISTBOX_RID_SCDLG_LINKAREA_LB_RANGES\">Select the table or the data range that you want to insert.</ahelp>"
-msgstr ""
+#. m~#3
+#: 12040300.xhp
+msgctxt ""
+"12040300.xhp\n"
+"hd_id3158394\n"
+"1\n"
+"help.text"
+msgid "Advanced Filter"
+msgstr "გაფართოებული ფილტრი"
-#: 04090000.xhp#hd_id3154492.9.help.text
-msgid "Update every"
-msgstr "გამოკითხვის განახლება"
+#. lCcS
+#: 12040300.xhp
+msgctxt ""
+"12040300.xhp\n"
+"par_id3156281\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"spezialfilter\"><ahelp hid=\".uno:DataFilterSpecialFilter\">Defines an advanced filter.</ahelp></variable>"
+msgstr "<variable id=\"spezialfilter\"><ahelp hid=\".uno:DataFilterSpecialFilter\">საზღვრავს გაფართოებულ ფილტრს.</ahelp></variable>"
-#: 04090000.xhp#par_id3154017.10.help.text
-msgid "<ahelp hid=\"SC_NUMERICFIELD_RID_SCDLG_LINKAREA_NF_DELAY\">Enter the number of seconds to wait before the external data are reloaded into the current document.</ahelp>"
-msgstr ""
+#. 5t9s
+#: 12040300.xhp
+msgctxt ""
+"12040300.xhp\n"
+"par_idN105EB\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/guide/filters.xhp#filters\"/>"
+msgstr "<embedvar href=\"text/scalc/guide/filters.xhp#filters\"/>"
-#: 04070400.xhp#tit.help.text
-msgid "Define Label Range"
-msgstr "ეტიკეტის დიაპაზონის განსაზღვრა"
+#. M/t:
+#: 12040300.xhp
+msgctxt ""
+"12040300.xhp\n"
+"hd_id3153771\n"
+"25\n"
+"help.text"
+msgid "Read filter criteria from"
+msgstr "ფილტრის კრიტერიუმის წაკითხვა"
-#: 04070400.xhp#bm_id3150791.help.text
-msgid "<bookmark_value>sheets; defining label ranges</bookmark_value><bookmark_value>label ranges in sheets</bookmark_value>"
-msgstr "<bookmark_value>ფურცლები; ეტიკეტების დიაპაზონის განსაზღვრა</bookmark_value><bookmark_value>ფურცელზე ეტიკეტთა დიაპაზონი</bookmark_value>"
+#. ]s,:
+#: 12040300.xhp
+msgctxt ""
+"12040300.xhp\n"
+"par_id3147426\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_SPEC_FILTER:ED_CRITERIA_AREA\">Select the named range, or enter the cell range that contains the filter criteria that you want to use.</ahelp>"
+msgstr ""
-#: 04070400.xhp#hd_id3150791.1.help.text
-msgid "<variable id=\"define_label_range\"><link href=\"text/scalc/01/04070400.xhp\">Define Label Range</link></variable>"
-msgstr "<variable id=\"define_label_range\"><link href=\"text/scalc/01/04070400.xhp\">ეტიკეტთა დიაპაზონის განსაზღვრა</link></variable>"
+#. !mbA
+#: 12040300.xhp
+msgctxt ""
+"12040300.xhp\n"
+"hd_id3153188\n"
+"27\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">More</link>"
+msgstr "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">დამატებით</link>"
-#: 04070400.xhp#par_id3150868.2.help.text
-msgid "<variable id=\"beschtext\"><ahelp hid=\".uno:DefineLabelRange\">Opens a dialog in which you can define a label range.</ahelp></variable>"
-msgstr "<variable id=\"beschtext\"><ahelp hid=\".uno:DefineLabelRange\">ხსნის დიალოგს, რომელშიც შეგიძლიათ დიაპაზონის ეტიკეტის განსაზღვრა.</ahelp></variable>"
+#. {RWN
+#: 06030600.xhp
+msgctxt ""
+"06030600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Trace Error"
+msgstr "შეცდომის გაკვლევა"
-#: 04070400.xhp#par_id3155411.13.help.text
-msgid "The cell contents of a label range can be used like names in formulas - $[officename] recognizes these names in the same manner that it does the predefined names of the weekdays and months. These names are automatically completed when typed into a formula. In addition, the names defined by label ranges will have priority over names defined by automatically generated ranges."
-msgstr ""
+#. @yM@
+#: 06030600.xhp
+msgctxt ""
+"06030600.xhp\n"
+"bm_id3153561\n"
+"help.text"
+msgid "<bookmark_value>cells; tracing errors</bookmark_value><bookmark_value>tracing errors</bookmark_value><bookmark_value>error tracing</bookmark_value>"
+msgstr "<bookmark_value>უჯრები; კვალების განახლება</bookmark_value><bookmark_value>კვალები; განახლება</bookmark_value><bookmark_value>განახლება;კვალები</bookmark_value>"
-#: 04070400.xhp#par_id3147435.14.help.text
-msgid "You can set label ranges that contain the same labels on different sheets. $[officename] first searches the label ranges of the current sheet and, following a failed search, the ranges of other sheets."
+#. eJss
+#: 06030600.xhp
+msgctxt ""
+"06030600.xhp\n"
+"hd_id3153561\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06030600.xhp\" name=\"Trace Error\">Trace Error</link>"
+msgstr "<link href=\"text/scalc/01/06030600.xhp\" name=\"Trace Error\">შეცდომის გაკვლევა</link>"
+
+#. vwoJ
+#: 06030600.xhp
+msgctxt ""
+"06030600.xhp\n"
+"par_id3148550\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ShowErrors\" visibility=\"visible\">Draws tracer arrows to all precedent cells which cause an error value in a selected cell.</ahelp>"
msgstr ""
-#: 04070400.xhp#hd_id3145801.3.help.text
-msgctxt "04070400.xhp#hd_id3145801.3.help.text"
-msgid "Range"
-msgstr "დიაპაზონი"
+#. 43\@
+#: 02140200.xhp
+msgctxt ""
+"02140200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Right"
+msgstr "მარჯვენა"
-#: 04070400.xhp#par_id3154731.4.help.text
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_COLROWNAMERANGES:ED_AREA\">Displays the cell reference of each label range.</ahelp> In order to remove a label range from the list box, select it and then click <emph>Delete</emph>."
-msgstr ""
+#. el[n
+#: 02140200.xhp
+msgctxt ""
+"02140200.xhp\n"
+"hd_id3153896\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02140200.xhp\" name=\"Right\">Right</link>"
+msgstr "<link href=\"text/scalc/01/02140200.xhp\" name=\"Right\">მარჯვნივ</link>"
-#: 04070400.xhp#hd_id3149121.5.help.text
-msgctxt "04070400.xhp#hd_id3149121.5.help.text"
-msgid "Contains column labels"
-msgstr "შეიცავს სვეტის ეტიკეტებს"
+#. _VD*
+#: 02140200.xhp
+msgctxt ""
+"02140200.xhp\n"
+"par_id3153361\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FillRight\" visibility=\"visible\">Fills a selected range of at least two columns with the contents of the left most cell.</ahelp>"
+msgstr "<ahelp hid=\".uno:FillRight\" visibility=\"visible\">შეავსებს მონიშნულ დიაპაზონსმ მინიმუმ ორ სვეტს დიაპაზონის ყველაზე მარცხენა უჯრის მნიშვნელობით.</ahelp>"
-#: 04070400.xhp#par_id3150330.6.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_COLROWNAMERANGES:BTN_COLHEAD\">Includes column labels in the current label range.</ahelp>"
-msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_COLROWNAMERANGES:BTN_COLHEAD\">შეიცავს სვეტების ეტიკეტებს ეტიკეტთა მიმდინარე არეში.</ahelp>"
+#. %3Pk
+#: 02140200.xhp
+msgctxt ""
+"02140200.xhp\n"
+"par_id3154684\n"
+"3\n"
+"help.text"
+msgid "If a range of only one row is selected, the contents of the far left cell are copied to all the other selected cells. If you have selected several rows, each of the far left cells is copied into those cells to the right."
+msgstr "თუ მონიშნული დიაპაზონი არის მხოლოდ ერთი სტრიქონი, მაშინ კიდურა მარცხენა უჯრის შემადგენლობა კოპირდება ყველ დანარჩენში მონიშნულში. თუ მონიშნული რამოდენიმე სტრიქონი, მაშინ მითითებული მარცხენა უჯრა კოპირებული იქნება მარჯვნივ."
-#: 04070400.xhp#hd_id3149020.7.help.text
-msgid "Contains row labels"
-msgstr "შეიცავს რიგის ეტიკეტებს"
+#. jT9g
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data field"
+msgstr "მონაცემთა ველი"
-#: 04070400.xhp#par_id3154754.8.help.text
+#. \]o9
+#: 12090105.xhp
#, fuzzy
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_COLROWNAMERANGES:BTN_ROWHEAD\">Includes row labels in the current label range.</ahelp>"
-msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_COLROWNAMERANGES:BTN_COLHEAD\">შეიცავს სვეტების ეტიკეტებს ეტიკეტთა მიმდინარე არეში.</ahelp>"
+msgctxt ""
+"12090105.xhp\n"
+"bm_id7292397\n"
+"help.text"
+msgid "<bookmark_value>calculating;pivot table</bookmark_value>"
+msgstr "<bookmark_value>გამოთვლა;ნაერთი ცხრილი</bookmark_value>"
-#: 04070400.xhp#hd_id3159264.11.help.text
-msgid "For data range"
-msgstr "მონაცემთა დიაპაზონისთვის"
+#. d0~_
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"hd_id3150871\n"
+"1\n"
+"help.text"
+msgid "Data field"
+msgstr "მონაცემთა ველი"
-#: 04070400.xhp#par_id3154703.12.help.text
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_COLROWNAMERANGES:ED_DATA\">Sets the data range for which the selected label range is valid. To modify it, click in the sheet and select another range with the mouse.</ahelp>"
+#. {Ev3
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_id3154124\n"
+"16\n"
+"help.text"
+msgid "The contents of this dialog is different for data fields in the <emph>Data</emph> area, and data fields in the <emph>Row</emph> or <emph>Column</emph> area of the <link href=\"text/scalc/01/12090102.xhp\" name=\"Pivot table\">Pivot Table</link> dialog."
msgstr ""
-#: 04070400.xhp#hd_id3145789.9.help.text
-msgctxt "04070400.xhp#hd_id3145789.9.help.text"
-msgid "Add"
-msgstr "დამატება"
-
-#: 04070400.xhp#par_id3147005.10.help.text
-msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_COLROWNAMERANGES:BTN_ADD\">Adds the current label range to the list.</ahelp>"
-msgstr "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_COLROWNAMERANGES:BTN_ADD\">ამატებს მიმდინარე ეტიკეტთა დიაპაზონს სიას.</ahelp>"
-
-#: func_date.xhp#tit.help.text
-msgid "DATE"
-msgstr "DATE"
+#. EA%@
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"hd_id3152596\n"
+"2\n"
+"help.text"
+msgid "Subtotals"
+msgstr "ქვეჯამები"
-#: func_date.xhp#bm_id3155511.help.text
-msgid "<bookmark_value>DATE function</bookmark_value>"
-msgstr "<bookmark_value>DATE ფუნქცია</bookmark_value>"
+#. o3n?
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_id3151113\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_PIVOTSUBT\">Specify the subtotals that you want to calculate.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_PIVOTSUBT\">მიუთითეთ დასაჯამებელი ქვეჯამები.</ahelp>"
-#: func_date.xhp#hd_id3155511.3.help.text
-msgid "<variable id=\"date\"><link href=\"text/scalc/01/func_date.xhp\">DATE</link></variable>"
-msgstr "<variable id=\"date\"><link href=\"text/scalc/01/func_date.xhp\">DATE</link></variable>"
+#. K$|A
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"hd_id3145366\n"
+"4\n"
+"help.text"
+msgid "None"
+msgstr "არა"
-#: func_date.xhp#par_id3153551.4.help.text
-msgid "<ahelp hid=\"HID_FUNC_DATUM\">This function calculates a date specified by year, month, day and displays it in the cell's formatting.</ahelp> The default format of a cell containing the DATE function is the date format, but you can format the cells with any other number format."
-msgstr ""
+#. Po2!
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_id3152576\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_NONE\">Does not calculate subtotals.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_NONE\">არ თვლის ქვეჯამებს.</ahelp>"
-#: func_date.xhp#hd_id3148590.5.help.text
-msgctxt "func_date.xhp#hd_id3148590.5.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. %k1I
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"hd_id3154012\n"
+"6\n"
+"help.text"
+msgid "Automatic"
+msgstr "ავტომატური"
-#: func_date.xhp#par_id3150474.6.help.text
-msgid "DATE(Year; Month; Day)"
-msgstr "DATE(წელი; თვე; დღე)"
+#. g:Yj
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_id3155856\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_AUTO\">Automatically calculates subtotals.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_AUTO\">ავრომატურად თვლის ქვეჯამებს.</ahelp>"
-#: func_date.xhp#par_id3152815.7.help.text
-msgid "<emph>Year</emph> is an integer between 1583 and 9957 or between 0 and 99."
-msgstr "<emph>წელი</emph> არის რიცხვი 1583-დან 9956-მდე ან 0 - 99."
+#. oD}a
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"hd_id3155411\n"
+"8\n"
+"help.text"
+msgid "User-defined"
+msgstr "მომხმარებლის მიერ განსაზღვრული"
-#: func_date.xhp#par_id3153222.174.help.text
-msgid "In <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - General </item>you can set from which year a two-digit number entry is recognized as 20xx."
+#. BJ@%
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_id3149581\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_USER\">Select this option, and then click the type of subtotal that you want to calculate in the list.</ahelp>"
msgstr ""
-#: func_date.xhp#par_id3155817.8.help.text
-msgid "<emph>Month</emph> is an integer indicating the month."
-msgstr "<emph>თვე</emph> არის რიცხვი 1 და 12 შორის განსაზღვრავს თვეს."
-
-#: func_date.xhp#par_id3153183.9.help.text
-msgid "<emph>Day</emph> is an integer indicating the day of the month."
-msgstr ""
+#. 6IjJ
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"hd_id3147124\n"
+"10\n"
+"help.text"
+msgid "Function"
+msgstr "ფუნქცია"
-#: func_date.xhp#par_id3156260.10.help.text
-msgid "If the values for month and day are out of bounds, they are carried over to the next digit. If you enter <item type=\"input\">=DATE(00;12;31)</item> the result will be 12/31/00. If, on the other hand, you enter <item type=\"input\">=DATE(00;13;31)</item> the result will be 1/31/01."
+#. Zt`b
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_id3154490\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SC:MULTILISTBOX:RID_SCDLG_PIVOTSUBT:LB_FUNC\">Click the type of subtotal that you want to calculate. This option is only available if the <emph>User-defined</emph> option is selected.</ahelp>"
msgstr ""
-#: func_date.xhp#hd_id3147477.12.help.text
-msgctxt "func_date.xhp#hd_id3147477.12.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. m)=5
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"hd_id3154944\n"
+"14\n"
+"help.text"
+msgid "Show elements without data"
+msgstr "ელემენტების მონაცემთა გარეშე ჩვენება"
-#: func_date.xhp#par_id3152589.16.help.text
-msgid "<item type=\"input\">=DATE(00;1;31)</item> yields 1/31/00 if the cell format setting is MM/DD/YY."
+#. m-}b
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_id3149403\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_PIVOTSUBT:CB_SHOWALL\">Includes empty columns and rows in the results table.</ahelp>"
msgstr ""
-#: func_days360.xhp#tit.help.text
-msgid "DAYS360 "
-msgstr "DAYS360 "
+#. +,O[
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"hd_id3149122\n"
+"12\n"
+"help.text"
+msgid "Name:"
+msgstr "სახელი:"
-#: func_days360.xhp#bm_id3148555.help.text
-msgid "<bookmark_value>DAYS360 function</bookmark_value>"
-msgstr "<bookmark_value>DAYS360 ფუნქცია</bookmark_value>"
+#. v[oU
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_id3150749\n"
+"13\n"
+"help.text"
+msgid "Lists the name of the selected data field."
+msgstr "არჩეული მონაცემთა ველების სახელთა სია."
-#: func_days360.xhp#hd_id3148555.124.help.text
-msgid "<variable id=\"days360\"><link href=\"text/scalc/01/func_days360.xhp\">DAYS360</link></variable>"
-msgstr "<variable id=\"days360\"><link href=\"text/scalc/01/func_days360.xhp\">DAYS360</link></variable>"
+#. ~}q-
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN106EC\n"
+"help.text"
+msgid "More"
+msgstr "მეტი"
-#: func_days360.xhp#par_id3156032.125.help.text
-msgid "<ahelp hid=\"HID_FUNC_TAGE360\">Returns the difference between two dates based on the 360 day year used in interest calculations.</ahelp>"
+#. k}[d
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN106F0\n"
+"help.text"
+msgid "<ahelp hid=\".\">Expands or reduces the dialog. The <emph>More</emph> button is visible for data fields only.</ahelp>"
msgstr ""
-#: func_days360.xhp#hd_id3155347.126.help.text
-msgctxt "func_days360.xhp#hd_id3155347.126.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. CIR7
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN106F3\n"
+"help.text"
+msgid "Options"
+msgstr "პარამეტრები"
-#: func_days360.xhp#par_id3155313.127.help.text
-msgid "DAYS360(\"Date1\"; \"Date2\"; Type)"
-msgstr ""
+#. \hjL
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN106F7\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the <link href=\"text/scalc/01/12090106.xhp\">Data Field Options</link> dialog. The <emph>Options</emph> button is visible for column, row, or page fields only.</ahelp>"
+msgstr "<ahelp hid=\".\">ხსნის <link href=\"text/scalc/01/12090106.xhp\">მონაცემთა ველის პარამეტრების</link> დიალოგს. <emph>პარამეტრების</emph> ღილაკი ხილულია სვეტებისთვის რიგებისთვია ან მხოლოდ გვერდის ველისთვის.</ahelp>"
-#: func_days360.xhp#par_id3145263.128.help.text
-msgid "If <emph>Date2</emph> is earlier than <emph>Date1</emph>, the function will return a negative number."
+#. SKms
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10708\n"
+"help.text"
+msgid "If the dialog is expanded by the <emph>More</emph> button, the following items are added to the dialog:"
msgstr ""
-#: func_days360.xhp#par_id3151064.129.help.text
-msgid "The optional argument <emph>Type</emph> determines the type of difference calculation. If Type = 0 or if the argument is missing, the US method (NASD, National Association of Securities Dealers) is used. If Type <> 0, the European method is used."
-msgstr ""
+#. oRS`
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1070B\n"
+"help.text"
+msgid "Displayed value"
+msgstr "ასახული მნიშვნელობა"
-#: func_days360.xhp#hd_id3148641.130.help.text
-msgctxt "func_days360.xhp#hd_id3148641.130.help.text"
-msgid "Examples"
-msgstr "მაგალითები"
+#. a;DC
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1070F\n"
+"help.text"
+msgid "<ahelp hid=\".\">For each data field, you can select the type of display.</ahelp> For some types you can select additional information for a base field and a base item."
+msgstr ""
-#: func_days360.xhp#par_id3156348.132.help.text
-msgid "=DAYS360(\"2000-01-01\";NOW()) returns the number of interest days from January 1, 2000 until today."
-msgstr "DAYS360(\"1/1/2000\";NOW()) აბრუნებს დღეების რაოდენობას 2000 წლის 1 იანვრიდან."
+#. aFKc
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10712\n"
+"help.text"
+msgid "Type"
+msgstr "ტიპი"
-#: text2columns.xhp#tit.help.text
-msgid "Text to Columns"
+#. {2hV
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10716\n"
+"help.text"
+msgid "<ahelp hid=\"1495371266\">Select the type of calculating of the displayed value for the data field.</ahelp>"
msgstr ""
-#: text2columns.xhp#bm_id8004394.help.text
-msgid "<bookmark_value>text to columns</bookmark_value>"
-msgstr "<bookmark_value>RSQ გამოთვლები</bookmark_value>"
+#. afr\
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10724\n"
+"help.text"
+msgid "Type"
+msgstr "ტიპი"
-#: text2columns.xhp#hd_id2300180.help.text
-msgid "<link href=\"text/scalc/01/text2columns.xhp\">Text to Columns</link>"
-msgstr ""
+#. L)-5
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1072A\n"
+"help.text"
+msgid "Displayed value"
+msgstr "ასახული მნიშვნელობა"
-#: text2columns.xhp#par_id655232.help.text
-msgid "<variable id=\"text2columns\">Opens the Text to Columns dialog, where you enter settings to expand the contents of selected cells to multiple cells. </variable>"
-msgstr ""
+#. OQ3\
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10731\n"
+"help.text"
+msgid "Normal"
+msgstr "ჩვეულებრივი"
-#: text2columns.xhp#hd_id9599597.help.text
-msgid "To expand cell contents to multiple cells"
-msgstr ""
+#. !Dg_
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10737\n"
+"help.text"
+msgid "Results are shown unchanged"
+msgstr "შედეგები უცვლელადაა ნაჩვენები"
-#: text2columns.xhp#par_id2021546.help.text
-msgid "You can expand cells that contain comma separated values (CSV) into multiple cells in the same row. "
-msgstr ""
+#. SM7B
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1073E\n"
+"help.text"
+msgid "Difference from"
+msgstr "განსხვავება"
-#: text2columns.xhp#par_id2623981.help.text
-msgid "For example, cell A1 contains the comma separated values <item type=\"literal\">1,2,3,4</item>, and cell A2 contains the text <item type=\"literal\">A,B,C,D</item>. "
+#. j?.s
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10744\n"
+"help.text"
+msgid "From each result, its reference value (see below) is subtracted, and the difference is shown. Totals outside of the base field are shown as empty results."
msgstr ""
-#: text2columns.xhp#par_id7242042.help.text
-msgid "Select the cell or cells that you want to expand."
-msgstr ""
+#. 1|W|
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10747\n"
+"help.text"
+msgid "<emph>Named item</emph>"
+msgstr "<emph>დასახელებული ელემენტი</emph>"
-#: text2columns.xhp#par_id6999420.help.text
-msgid "Choose <emph>Data - Text to Columns</emph>."
+#. C=FE
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1074C\n"
+"help.text"
+msgid "If a base item name is specified, the reference value for a combination of field items is the result where the item in the base field is replaced by the specified base item."
msgstr ""
-#: text2columns.xhp#par_id6334116.help.text
-msgid "You see the Text to Columns dialog."
-msgstr ""
+#. =/@T
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1074F\n"
+"help.text"
+msgid "<emph>Previous item or Next item</emph>"
+msgstr "<emph>წინა ელემენტი ან შემდეგი ელემენტი</emph>"
-#: text2columns.xhp#par_id9276406.help.text
-msgid "Select the separator options. The preview shows how the current cell contents will be transformed into multiple cells."
+#. (jY,
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10754\n"
+"help.text"
+msgid "If \"previous item\" or \"next item\" is specified as the base item, the reference value is the result for the next visible member of the base field, in the base field's sort order."
msgstr ""
-#: text2columns.xhp#par_id8523819.help.text
-msgid "You can select a fixed width and then click the ruler on the preview to set cell breakup positions."
-msgstr ""
+#. sEPk
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1075B\n"
+"help.text"
+msgid "% Of"
+msgstr "%"
+
+#. t*_!
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10761\n"
+"help.text"
+msgid "Each result is divided by its reference value. The reference value is determined in the same way as for \"Difference from\". Totals outside of the base field are shown as empty results."
+msgstr ""
+
+#. @YN.
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1076A\n"
+"help.text"
+msgid "% Difference from"
+msgstr "% განსხვავება"
-#: text2columns.xhp#par_id1517380.help.text
-msgid "You can select or enter separator characters to define the positions of breaking points. The separator characters are removed from the resulting cell contents."
+#. :\U(
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10770\n"
+"help.text"
+msgid "From each result, its reference value is subtracted, and the difference is divided by the reference value. The reference value is determined in the same way as for \"Difference from\". Totals outside of the base field are shown as empty results."
msgstr ""
-#: text2columns.xhp#par_id7110812.help.text
-msgid "In the example, you select the comma as a delimiter character. Cells A1 and A2 will be expanded to four columns each. A1 contains 1, B1 contains 2, and so on."
+#. O%R5
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10777\n"
+"help.text"
+msgid "Running total in"
msgstr ""
-#: 05050300.xhp#tit.help.text
-msgctxt "05050300.xhp#tit.help.text"
-msgid "Show Sheet"
-msgstr "ფურცელის ჩვენება"
-
-#: 05050300.xhp#bm_id3148946.help.text
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>ფურცლები; ასახვა</bookmark_value><bookmark_value>ასახვა; ფურცლები</bookmark_value>"
-
-#: 05050300.xhp#hd_id3148946.1.help.text
-msgctxt "05050300.xhp#hd_id3148946.1.help.text"
-msgid "Show Sheet"
-msgstr "ფურცელის ჩვენება"
-
-#: 05050300.xhp#par_id3148799.2.help.text
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+#. yJ6(
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1077D\n"
+"help.text"
+msgid "Each result is added to the sum of the results for preceding items in the base field, in the base field's sort order, and the total sum is shown."
msgstr ""
-#: 05050300.xhp#hd_id3151112.3.help.text
-msgid "Hidden sheets"
-msgstr "დამალული ფურცლები"
-
-#: 05050300.xhp#par_id3145273.4.help.text
-msgid "<ahelp hid=\"SC:MULTILISTBOX:RID_SCDLG_SHOW_TAB:LB_ENTRYLIST\" visibility=\"visible\">Displays a list of all hidden sheets in your spreadsheet document.</ahelp> To show a certain sheet, click the corresponding entry on the list and confirm with OK."
+#. MSMT
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10780\n"
+"help.text"
+msgid "Results are always summed, even if a different summary function was used to get each result."
msgstr ""
-#: 06030100.xhp#tit.help.text
-msgid "Trace Precedents"
-msgstr "დამოკიდებულებების კვალი"
-
-#: 06030100.xhp#bm_id3155628.help.text
-msgid "<bookmark_value>cells; tracing precedents</bookmark_value><bookmark_value>formula cells;tracing precedents</bookmark_value>"
-msgstr ""
+#. QTC.
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10787\n"
+"help.text"
+msgid "% of row"
+msgstr "% რიგის"
-#: 06030100.xhp#hd_id3155628.1.help.text
-#, fuzzy
-msgid "<link href=\"text/scalc/01/06030100.xhp\" name=\"Trace Precedents\">Trace Precedents</link>"
-msgstr "<link href=\"text/scalc/01/06030400.xhp\" name=\"Remove Dependents\">დამოკიდებულებების ამოშლა</link>"
+#. 0]zZ
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1078D\n"
+"help.text"
+msgid "Each result is divided by the total result for its row in the pivot table. If there are several data fields, the total for the result's data field is used. If there are subtotals with manually selected summary functions, the total with the data field's summary function is still used."
+msgstr ""
+
+#. m#OY
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10794\n"
+"help.text"
+msgid "% of column"
+msgstr "% სვეტის"
-#: 06030100.xhp#par_id3153542.2.help.text
-msgid "<ahelp hid=\".uno:ShowPrecedents\">This function shows the relationship between the current cell containing a formula and the cells used in the formula.</ahelp>"
+#. Yo!e
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1079A\n"
+"help.text"
+msgid "Same as \"% of row\", but the total for the result's column is used."
msgstr ""
-#: 06030100.xhp#par_id3147265.4.help.text
-msgid "Traces are displayed in the sheet with marking arrows. At the same time, the range of all the cells contained in the formula of the current cell is highlighted with a blue frame."
-msgstr ""
+#. PW]^
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN107A1\n"
+"help.text"
+msgid "% of total"
+msgstr "% მთელიდან"
-#: 06030100.xhp#par_id3154321.3.help.text
-msgid "This function is based on a principle of layers. For example, if the precedent cell to a formula is already indicated with a tracer arrow, when you repeat this command, the tracer arrows are drawn to the precedent cells of this cell."
+#. MsJ1
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN107A7\n"
+"help.text"
+msgid "Same as \"% of row\", but the grand total for the result's data field is used."
msgstr ""
-#: 04080000.xhp#tit.help.text
-msgctxt "04080000.xhp#tit.help.text"
-msgid "Function List"
-msgstr "ფუნქციების სია"
-
-#: 04080000.xhp#bm_id3154126.help.text
-msgid "<bookmark_value>formula list window</bookmark_value><bookmark_value>function list window</bookmark_value><bookmark_value>inserting functions; function list window</bookmark_value>"
-msgstr "<bookmark_value>ფორმულათა სიის ფანჯარა</bookmark_value><bookmark_value>ფუნქციათა სიის ფანჯარა</bookmark_value><bookmark_value>ფუნქციების ჩასმა; ფუნქციათა სიის ფანჯარა</bookmark_value>"
-
-#: 04080000.xhp#hd_id3154126.1.help.text
-msgid "<link href=\"text/scalc/01/04080000.xhp\" name=\"Function List\">Function List</link>"
-msgstr "<link href=\"text/scalc/01/04080000.xhp\" name=\"Function List\">ფუნქციების სია</link>"
-
-#: 04080000.xhp#par_id3151118.2.help.text
-msgid "<variable id=\"funktionslistetext\"><ahelp hid=\"HID_SC_FUNCTIONLIST\">This command opens the <emph>Function List</emph> window, which displays all functions that can be inserted into your document.</ahelp></variable> The <emph>Function List</emph> window is similar to the <emph>Functions</emph> tab page of the <link href=\"text/scalc/01/04060000.xhp\" name=\"Function Wizard\">Function Wizard</link>. The functions are inserted with placeholders to be replaced with your own values."
-msgstr ""
+#. ~Z_@
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN107AE\n"
+"help.text"
+msgid "Index"
+msgstr "ინდექსი"
-#: 04080000.xhp#par_id3152576.3.help.text
-msgid "The <emph>Function List</emph> window is a resizable <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">dockable window</link>. Use it to quickly enter functions in the spreadsheet. By double-clicking an entry in the functions list, the respective function is directly inserted with all parameters."
+#. Z_(S
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN107B4\n"
+"help.text"
+msgid "The row and column totals and the grand total, following the same rules as above, are used to calculate the following expression:"
msgstr ""
-#: 04080000.xhp#hd_id3145799.4.help.text
-msgid "Category List"
-msgstr "კატეგორიების სია"
+#. bHR-
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN107B7\n"
+"help.text"
+msgid "( original result * grand total ) / ( row total * column total )"
+msgstr "( თავდაპირველი შედეგი * უდიდესი ჯამი ) / ( რიგი სულ * სვეტი სულ )"
-#: 04080000.xhp#hd_id3153160.5.help.text
-msgctxt "04080000.xhp#hd_id3153160.5.help.text"
-msgid "Function List"
-msgstr "ფუნქციების სია"
+#. _ACm
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN107BA\n"
+"help.text"
+msgid "Base field"
+msgstr "ფუძის ველი"
-#: 04080000.xhp#par_id3149412.6.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:FID_FUNCTION_BOX:LB_FUNC\">Displays the available functions.</ahelp> When you select a function, the area below the list box displays a short description. To insert the selected function double-click it or click the <emph>Insert Function into calculation sheet</emph> icon."
+#. _hdS
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN107BE\n"
+"help.text"
+msgid "<ahelp hid=\"1495371267\">Select the field from which the respective value is taken as base for the calculation.</ahelp>"
msgstr ""
-#: 04080000.xhp#hd_id3146971.7.help.text
-msgid "Insert Function into calculation sheet"
-msgstr "გამოთვლის ფურცელში ფუნქციის ჩართვა"
-
-#: 04080000.xhp#par_id3150043.help.text
-msgid "<image id=\"img_id3159267\" src=\"sc/res/fx.png\" width=\"0.1945inch\" height=\"0.1945inch\"><alt id=\"alt_id3159267\">Icon</alt></image>"
-msgstr "<image id=\"img_id3159267\" src=\"sc/res/fx.png\" width=\"0.1945inch\" height=\"0.1945inch\"><alt id=\"alt_id3159267\">ხატულა</alt></image>"
-
-#: 04080000.xhp#par_id3147345.8.help.text
-msgid "<ahelp hid=\"SC:IMAGEBUTTON:FID_FUNCTION_BOX:IMB_INSERT\">Inserts the selected function into the document.</ahelp>"
-msgstr "<ahelp hid=\"SC:IMAGEBUTTON:FID_FUNCTION_BOX:IMB_INSERT\">არჩეულ ფუნქციას სვავს დოკუმენტში.</ahelp>"
-
-#: 05070000.xhp#tit.help.text
-msgctxt "05070000.xhp#tit.help.text"
-msgid "Page Style"
-msgstr "გვერდის სტილი"
-
-#: 05070000.xhp#hd_id3157910.1.help.text
-msgctxt "05070000.xhp#hd_id3157910.1.help.text"
-msgid "Page Style"
-msgstr "გვერდის სტილი"
+#. hbix
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN107C1\n"
+"help.text"
+msgid "Base item"
+msgstr "ფუძის ელემენტი"
-#: 05070000.xhp#par_id3156023.2.help.text
-msgid "<variable id=\"seitetext\"><ahelp hid=\".uno:PageFormatDialog\" visibility=\"visible\">Opens a dialog where you can define the appearance of all pages in your document.</ahelp></variable>"
+#. 9Zry
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN107C5\n"
+"help.text"
+msgid "<ahelp hid=\"1495371268\">Select the item of the base field from which the respective value is taken as base for the calculation.</ahelp>"
msgstr ""
-#: 02150000.xhp#tit.help.text
-msgctxt "02150000.xhp#tit.help.text"
+#. $y4C
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"tit\n"
+"help.text"
msgid "Deleting Contents"
msgstr "შიგთავის წაშლა"
-#: 02150000.xhp#bm_id3143284.help.text
+#. QN/G
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"bm_id3143284\n"
+"help.text"
msgid "<bookmark_value>deleting; cell contents</bookmark_value><bookmark_value>cells; deleting contents</bookmark_value><bookmark_value>spreadsheets; deleting cell contents</bookmark_value><bookmark_value>cell contents; deleting</bookmark_value>"
msgstr "<bookmark_value>deleting; cell contents</bookmark_value><bookmark_value>cells; deleting contents</bookmark_value><bookmark_value>ელექტრონული ცხრილები; deleting cell contents</bookmark_value><bookmark_value>cell contents; deleting</bookmark_value>"
-#: 02150000.xhp#hd_id3143284.1.help.text
-msgctxt "02150000.xhp#hd_id3143284.1.help.text"
+#. VXPY
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3143284\n"
+"1\n"
+"help.text"
msgid "Deleting Contents"
msgstr "შიგთავის წაშლა"
-#: 02150000.xhp#par_id3149456.2.help.text
+#. s|p,
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3149456\n"
+"2\n"
+"help.text"
msgid "<variable id=\"inhalteloeschentext\"><ahelp hid=\".uno:Delete\">Specifies the contents to be deleted from the active cell or from a selected cell range.</ahelp></variable> If several sheets are selected, all selected sheets will be affected."
msgstr "<variable id=\"inhalteloeschentext\"><ahelp hid=\".uno:Delete\">Specifies the contents to be deleted from the active cell or from a selected cell range.</ahelp></variable> If several sheets are selected, all selected sheets will be affected."
-#: 02150000.xhp#par_id3159154.21.help.text
+#. dAc^
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3159154\n"
+"21\n"
+"help.text"
msgid "This dialog is also called by pressing Backspace after the cell cursor has been activated on the sheet."
msgstr ""
-#: 02150000.xhp#par_id3145367.22.help.text
+#. n}]=
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3145367\n"
+"22\n"
+"help.text"
msgid "Pressing Delete deletes content without calling the dialog or changing formats."
msgstr ""
-#: 02150000.xhp#par_id3153951.23.help.text
+#. 3p*y
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3153951\n"
+"23\n"
+"help.text"
msgid "Use <emph>Cut</emph> on the Standard bar to delete contents and formats without the dialog."
msgstr "სარჩევის წასაშლელად და ფორმატირებისათვის დიალოგის გარეშე გამოიყენეთ <emph>ამოჭრა</emph>"
-#: 02150000.xhp#hd_id3148575.3.help.text
-msgctxt "02150000.xhp#hd_id3148575.3.help.text"
+#. UJBb
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3148575\n"
+"3\n"
+"help.text"
msgid "Selection"
msgstr "მონიშვნა"
-#: 02150000.xhp#par_id3149665.4.help.text
+#. khWB
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3149665\n"
+"4\n"
+"help.text"
msgid "This area lists the options for deleting contents."
msgstr "ეს არე ჩამოწერს წაშლილი სარჩევის პარამეტრებს."
-#: 02150000.xhp#hd_id3146975.5.help.text
+#. VIq)
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3146975\n"
+"5\n"
+"help.text"
msgid "Delete All"
msgstr "ყველაფრის წაშლა"
-#: 02150000.xhp#par_id3154729.6.help.text
+#. cq/h
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3154729\n"
+"6\n"
+"help.text"
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELALL\">Deletes all content from the selected cell range.</ahelp>"
msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELALL\">Deletes all content from the selected cell range.</ahelp>"
-#: 02150000.xhp#hd_id3156286.7.help.text
+#. }B7$
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3156286\n"
+"7\n"
+"help.text"
msgid "Text"
msgstr "შემდეგი"
-#: 02150000.xhp#par_id3154015.8.help.text
+#. IRY_
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3154015\n"
+"8\n"
+"help.text"
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELSTRINGS\">Deletes text only. Formats, formulas, numbers and dates are not affected.</ahelp>"
msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELSTRINGS\">Deletes strings only. Formats, formulas, numbers and dates are not affected.</ahelp>"
-#: 02150000.xhp#hd_id3153840.9.help.text
+#. uT5A
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3153840\n"
+"9\n"
+"help.text"
msgid "Numbers"
msgstr "რიცხვები"
-#: 02150000.xhp#par_id3148405.10.help.text
+#. L]8P
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3148405\n"
+"10\n"
+"help.text"
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELNUMBERS\">Deletes numbers only. Formats and formulas remain unchanged.</ahelp>"
msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELNUMBERS\">Deletes numbers only. Formats and formulas remain unchanged.</ahelp>"
-#: 02150000.xhp#hd_id3155764.11.help.text
+#. TJ2e
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3155764\n"
+"11\n"
+"help.text"
msgid "Date & time"
msgstr "თარიღი და დრო"
-#: 02150000.xhp#par_id3149567.12.help.text
+#. Fljr
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3149567\n"
+"12\n"
+"help.text"
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELDATETIME\">Deletes date and time values. Formats, text, numbers and formulas remain unchanged.</ahelp>"
msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELDATETIME\">Deletes date and time values. Formats, text, numbers and formulas remain unchanged.</ahelp>"
-#: 02150000.xhp#hd_id3154703.13.help.text
-msgctxt "02150000.xhp#hd_id3154703.13.help.text"
+#. ?8Lv
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3154703\n"
+"13\n"
+"help.text"
msgid "Formulas"
msgstr "ფორმულები"
-#: 02150000.xhp#par_id3148485.14.help.text
+#. FSBZ
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3148485\n"
+"14\n"
+"help.text"
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELFORMULAS\">Deletes formulas. Text, numbers, formats, dates and times remain unchanged.</ahelp>"
msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELFORMULAS\">Deletes formulas. Text, numbers, formats, dates and times remain unchanged.</ahelp>"
-#: 02150000.xhp#hd_id3150300.15.help.text
-msgctxt "02150000.xhp#hd_id3150300.15.help.text"
+#. g:=g
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3150300\n"
+"15\n"
+"help.text"
msgid "Comments"
msgstr "კომენტარი"
-#: 02150000.xhp#par_id3154658.16.help.text
+#. Ejz0
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3154658\n"
+"16\n"
+"help.text"
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELNOTES\">Deletes comments added to cells. All other elements remain unchanged.</ahelp>"
msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELNOTES\">Deletes notes added to cells. All other elements remain unchanged.</ahelp>"
-#: 02150000.xhp#hd_id3155112.17.help.text
+#. #S`4
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3155112\n"
+"17\n"
+"help.text"
msgid "Formats"
msgstr "ფორმატები"
-#: 02150000.xhp#par_id3146134.18.help.text
+#. cSYl
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3146134\n"
+"18\n"
+"help.text"
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELATTRS\">Deletes format attributes applied to cells. All cell content remains unchanged.</ahelp>"
msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELATTRS\">Deletes format attributes applied to cells. All cell content remains unchanged.</ahelp>"
-#: 02150000.xhp#hd_id3150088.19.help.text
-msgctxt "02150000.xhp#hd_id3150088.19.help.text"
+#. F6.w
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3150088\n"
+"19\n"
+"help.text"
msgid "Objects"
msgstr "ობიექტები"
-#: 02150000.xhp#par_id3152990.20.help.text
+#. k+sP
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3152990\n"
+"20\n"
+"help.text"
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELOBJECTS\">Deletes objects. All cell content remains unchanged.</ahelp>"
msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELOBJECTS\">Deletes objects. All cell content remains unchanged.</ahelp>"
-#: 07090000.xhp#tit.help.text
+#. ZYEO
+#: 12080400.xhp
+msgctxt ""
+"12080400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Ungroup"
+msgstr "განცალკევება"
+
+#. NA=%
+#: 12080400.xhp
+msgctxt ""
+"12080400.xhp\n"
+"hd_id3148492\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\">Ungroup</link>"
+msgstr "<link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\">განცალკევება</link>"
+
+#. |GiX
+#: 12080400.xhp
+msgctxt ""
+"12080400.xhp\n"
+"par_id3151384\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"gruppierungauf\"><ahelp hid=\".uno:Ungroup\" visibility=\"visible\">Ungroups the selection. In a nested group, the last rows or columns that were added are removed from the group.</ahelp></variable>"
+msgstr ""
+
+#. SsT%
+#: 12080400.xhp
+msgctxt ""
+"12080400.xhp\n"
+"hd_id3151210\n"
+"3\n"
+"help.text"
+msgid "Deactivate for"
+msgstr "დეაქტივიზაცია"
+
+#. cdfq
+#: 12080400.xhp
+msgctxt ""
+"12080400.xhp\n"
+"hd_id3156280\n"
+"5\n"
+"help.text"
+msgid "Rows"
+msgstr "რიგები"
+
+#. Ze]^
+#: 12080400.xhp
+msgctxt ""
+"12080400.xhp\n"
+"par_id3125864\n"
+"6\n"
+"help.text"
+msgid "Removes selected rows from a group."
+msgstr "ჯგუფიდან ამოიღებს მონიშნულ რიგებს."
+
+#. BvWN
+#: 12080400.xhp
+msgctxt ""
+"12080400.xhp\n"
+"hd_id3147230\n"
+"7\n"
+"help.text"
+msgid "Columns"
+msgstr "სვეტები"
+
+#. $Z;%
+#: 12080400.xhp
+msgctxt ""
+"12080400.xhp\n"
+"par_id3154685\n"
+"8\n"
+"help.text"
+msgid "Removes selected columns from a group."
+msgstr "ჯგუფიდან ამოიღებს მონიშნულ სვეტებს."
+
+#. z.Re
+#: 07090000.xhp
+msgctxt ""
+"07090000.xhp\n"
+"tit\n"
+"help.text"
msgid "Freeze"
msgstr "გაყინვა"
-#: 07090000.xhp#hd_id3150517.1.help.text
+#. 1+|@
+#: 07090000.xhp
+msgctxt ""
+"07090000.xhp\n"
+"hd_id3150517\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/scalc/01/07090000.xhp\" name=\"Freeze\">Freeze</link>"
msgstr "<link href=\"text/scalc/01/07090000.xhp\" name=\"Freeze\">გაყინვა</link>"
-#: 07090000.xhp#par_id3156289.2.help.text
+#. D{^D
+#: 07090000.xhp
+msgctxt ""
+"07090000.xhp\n"
+"par_id3156289\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\".uno:FreezePanes\" visibility=\"visible\">Divides the sheet at the top left corner of the active cell and the area to the top left is no longer scrollable.</ahelp>"
msgstr ""
-#: 12070100.xhp#tit.help.text
-msgctxt "12070100.xhp#tit.help.text"
-msgid "Consolidate by"
-msgstr "კონსოლიდაცია"
+#. 6y!]
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Subtotals"
+msgstr "ქვეჯამები"
-#: 12070100.xhp#hd_id3151210.1.help.text
-msgctxt "12070100.xhp#hd_id3151210.1.help.text"
-msgid "Consolidate by"
-msgstr "კონსოლიდაცია"
+#. ^}+u
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"hd_id3153822\n"
+"1\n"
+"help.text"
+msgid "Subtotals"
+msgstr "ქვეჯამები"
-#: 12070100.xhp#hd_id3125864.2.help.text
-msgctxt "12070100.xhp#hd_id3125864.2.help.text"
-msgid "Consolidate by"
-msgstr "კონსოლიდაცია"
+#. JfdV
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"par_id3145119\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"teilergebnisse\"><ahelp hid=\".uno:DataSubTotals\" visibility=\"visible\">Calculates subtotals for the columns that you select.</ahelp></variable> $[officename] uses the SUM function to automatically calculate the subtotal and grand total values in a labeled range. You can also use other functions to perform the calculation. $[officename] automatically recognizes a defined database area when you place the cursor in it."
+msgstr ""
-#: 12070100.xhp#par_id3154909.3.help.text
-msgid "Use this section if the cell ranges that you want to consolidate contain labels. You only need to select these options if the consolidation ranges contain similar labels and the data arranged is arranged differently."
+#. TCD6
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"par_id3153896\n"
+"3\n"
+"help.text"
+msgid "For example, you can generate a sales summary for a certain postal code based on data from a client database."
msgstr ""
-#: 12070100.xhp#hd_id3153968.4.help.text
-msgid "Row labels"
-msgstr "რიგების ეტიკეტები"
+#. +Q1J
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"hd_id3163708\n"
+"4\n"
+"help.text"
+msgid "Delete"
+msgstr "წაშლა"
-#: 12070100.xhp#par_id3150441.5.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_CONSOLIDATE:BTN_BYROW\" visibility=\"visible\">Uses the row labels to arrange the consolidated data.</ahelp>"
+#. WsG=
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"par_id3154125\n"
+"5\n"
+"help.text"
+msgid "Deletes the subtotal rows in the selected area."
+msgstr "მონიშნულ არეში შლის ქვეჯამების რიგებს."
+
+#. F?$D
+#: 06030800.xhp
+msgctxt ""
+"06030800.xhp\n"
+"tit\n"
+"help.text"
+msgid "Mark Invalid Data"
+msgstr "არასწორი მონაცემების მონიშვნა"
+
+#. ](iE
+#: 06030800.xhp
+msgctxt ""
+"06030800.xhp\n"
+"bm_id3153821\n"
+"help.text"
+msgid "<bookmark_value>cells; invalid data</bookmark_value><bookmark_value>data; showing invalid data</bookmark_value><bookmark_value>invalid data;marking</bookmark_value>"
msgstr ""
-#: 12070100.xhp#hd_id3146976.6.help.text
-msgid "Column labels"
-msgstr "სვეტის ეტიკეტები"
+#. 5oB^
+#: 06030800.xhp
+msgctxt ""
+"06030800.xhp\n"
+"hd_id3153821\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06030800.xhp\" name=\"Mark Invalid Data\">Mark Invalid Data</link>"
+msgstr "<link href=\"text/scalc/01/06030800.xhp\" name=\"Mark Invalid Data\">არასწორი მონაცემების მონიშვნა</link>"
-#: 12070100.xhp#par_id3155411.7.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_CONSOLIDATE:BTN_BYCOL\" visibility=\"visible\">Uses the column labels to arrange the consolidated data.</ahelp>"
+#. rsY?
+#: 06030800.xhp
+msgctxt ""
+"06030800.xhp\n"
+"par_id3147264\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ShowInvalid\" visibility=\"visible\">Marks all cells in the sheet that contain values outside the validation rules.</ahelp>"
msgstr ""
-#: 12070100.xhp#hd_id3153191.12.help.text
-msgctxt "12070100.xhp#hd_id3153191.12.help.text"
-msgid "Options"
-msgstr "პარამეტრები"
+#. H9rq
+#: 06030800.xhp
+msgctxt ""
+"06030800.xhp\n"
+"par_id3151211\n"
+"3\n"
+"help.text"
+msgid "The <link href=\"text/scalc/01/12120000.xhp\" name=\"validity rules\">validity rules</link> restrict the input of numbers, dates, time values and text to certain values. However, it is possible to enter invalid values or copy invalid values into the cells if the <emph>Stop</emph> option is not selected. When you assign a validity rule, existing values in a cell will not be modified."
+msgstr ""
-#: 12070100.xhp#hd_id3159154.8.help.text
-msgid "Link to source data"
-msgstr "ბმული წყაროს მონაცემებზე"
+#. ,|pN
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"tit\n"
+"help.text"
+msgid "EASTERSUNDAY"
+msgstr "EASTERSUNDAY"
-#: 12070100.xhp#par_id3146986.9.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_CONSOLIDATE:BTN_REFS\" visibility=\"visible\">Links the data in the consolidation range to the source data, and automatically updates the results of the consolidation when the source data is changed.</ahelp>"
+#. w_XB
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"bm_id3152960\n"
+"help.text"
+msgid "<bookmark_value>EASTERSUNDAY function</bookmark_value>"
+msgstr "<bookmark_value>EASTERSUNDAY ფუნქცია</bookmark_value>"
+
+#. RQcN
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"hd_id3152960\n"
+"175\n"
+"help.text"
+msgid "<variable id=\"eastersunday\"><link href=\"text/scalc/01/func_eastersunday.xhp\">EASTERSUNDAY</link></variable>"
+msgstr "<variable id=\"eastersunday\"><link href=\"text/scalc/01/func_eastersunday.xhp\">EASTERSUNDAY</link></variable>"
+
+#. nwr;
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"par_id3154570\n"
+"176\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_OSTERSONNTAG\">Returns the date of Easter Sunday for the entered year.</ahelp>"
msgstr ""
-#: 12070100.xhp#hd_id3163708.10.help.text
-msgctxt "12070100.xhp#hd_id3163708.10.help.text"
-msgid "More <<"
-msgstr "დამატებით <<"
+#. D5G:
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"hd_id9460127\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12070100.xhp#par_id3151118.11.help.text
-msgctxt "12070100.xhp#par_id3151118.11.help.text"
-msgid "Hides the additional options."
-msgstr "მალავს დამატებით პარამეტრებს."
+#. }XFd
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"par_id2113711\n"
+"help.text"
+msgid "EASTERSUNDAY(Year)"
+msgstr ""
-#: 02110000.xhp#tit.help.text
+#. Y!!C
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"par_id3938413\n"
+"help.text"
+msgid "<emph>Year</emph> is an integer between 1583 and 9956 or 0 and 99. You can also calculate other holidays by simple addition with this date."
+msgstr ""
+
+#. 4(PX
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"par_id3156156\n"
+"177\n"
+"help.text"
+msgid "Easter Monday = EASTERSUNDAY(Year) + 1"
+msgstr "სააღდგომო ორშაბათი = EASTERSUNDAY() + 1"
+
+#. OOY,
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"par_id3147521\n"
+"178\n"
+"help.text"
+msgid "Good Friday = EASTERSUNDAY(Year) - 2"
+msgstr "წითელი პარასკევი EASTERSUNDAY() - 2"
+
+#. C?kc
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"par_id3146072\n"
+"179\n"
+"help.text"
+msgid "Pentecost Sunday = EASTERSUNDAY(Year) + 49"
+msgstr "სამების კვირა = EASTERSUNDAY() + 49"
+
+#. ]m1\
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"par_id3149553\n"
+"180\n"
+"help.text"
+msgid "Pentecost Monday = EASTERSUNDAY(Year) + 50"
+msgstr "სამების ორშაბათი EASTERSUNDAY() + 50"
+
+#. 3DY?
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"hd_id3155120\n"
+"181\n"
+"help.text"
+msgid "Examples"
+msgstr "მაგალითები"
+
+#. nN$z
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"par_id3154472\n"
+"182\n"
+"help.text"
+msgid "=EASTERSUNDAY(2000) returns 2000-04-23."
+msgstr ""
+
+#. h6X#
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"par_id3150940\n"
+"184\n"
+"help.text"
+msgid "EASTERSUNDAY(2000)+49 returns the internal serial number 36688. The result is 2000-06-11. Format the serial date number as a date, for example in the format YYYY-MM-DD."
+msgstr ""
+
+#. +FoZ
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"tit\n"
+"help.text"
msgid "Navigator"
msgstr "ნავიგატორი"
-#: 02110000.xhp#bm_id3150791.help.text
+#. 9RS2
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"bm_id3150791\n"
+"help.text"
msgid "<bookmark_value>Navigator;for sheets</bookmark_value><bookmark_value>navigating;in spreadsheets</bookmark_value><bookmark_value>displaying; scenario names</bookmark_value><bookmark_value>scenarios;displaying names</bookmark_value>"
msgstr "<bookmark_value>ნავიგატორი;ფურცლებისათვის</bookmark_value><bookmark_value>ნავიგაციისათვის;iელექტრონული ცხრილებში</bookmark_value><bookmark_value>გამოტანა; სცენარი სახელები</bookmark_value><bookmark_value>სცენარები;სახელების გამოჩენა</bookmark_value>"
-#: 02110000.xhp#hd_id3150791.1.help.text
+#. f|._
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3150791\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link>"
msgstr "<link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">ნავიგატორი</link>"
-#: 02110000.xhp#par_id3156422.2.help.text
+#. Vy@N
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3156422\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\".uno:Navigator\">Activates and deactivates the Navigator.</ahelp> The Navigator is a <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">dockable window</link>."
msgstr "<ahelp hid=\".uno:Navigator\">ნავიგატორის აქტივაცია და დეაქტივაცია.</ahelp> ნავიგატორია <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">ფიქსირებადი ფანჯარა</link>."
-#: 02110000.xhp#par_id3145271.40.help.text
+#. q])@
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3145271\n"
+"40\n"
+"help.text"
msgid "Choose <emph>View - Navigator</emph> to display the Navigator."
msgstr "ამოირჩიეთ <emph>რედაქტირება - ნავიგატორი</emph> გამოაჩინე ნავიგატორი."
-#: 02110000.xhp#hd_id3159155.4.help.text
-msgctxt "02110000.xhp#hd_id3159155.4.help.text"
+#. ]X.B
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3159155\n"
+"4\n"
+"help.text"
msgid "Column"
msgstr "სვეტი"
-#: 02110000.xhp#par_id3146984.5.help.text
+#. T^`A
+#: 02110000.xhp
#, fuzzy
+msgctxt ""
+"02110000.xhp\n"
+"par_id3146984\n"
+"5\n"
+"help.text"
msgid "<ahelp hid=\"HID_SC_NAVIPI_COL\">Enter the column letter. Press Enter to reposition the cell cursor to the specified column in the same row.</ahelp>"
msgstr "<ahelp hid=\"HID_SC_NAVIPI_ROW\">შეიყვანე სტრიქონის ნომერი<emph> სტრიქონში </emph>ბიჯური რეგულატორი. დააჭირე Enter-ს უჯრული კურსორის გადასაყვანად სხვა სვეტის საგანგებო სტრიქონში.</ahelp>"
-#: 02110000.xhp#hd_id3147126.6.help.text
-msgctxt "02110000.xhp#hd_id3147126.6.help.text"
+#. piGD
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3147126\n"
+"6\n"
+"help.text"
msgid "Row"
msgstr "რიგი"
-#: 02110000.xhp#par_id3149958.7.help.text
+#. 7YC}
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3149958\n"
+"7\n"
+"help.text"
msgid "<ahelp hid=\"HID_SC_NAVIPI_ROW\">Enter a row number. Press Enter to reposition the cell cursor to the specified row in the same column.</ahelp>"
msgstr "<ahelp hid=\"HID_SC_NAVIPI_ROW\">შეიყვანე სტრიქონის ნომერი<emph> სტრიქონში </emph>ბიჯური რეგულატორი. დააჭირე Enter-ს უჯრული კურსორის გადასაყვანად სხვა სვეტის საგანგებო სტრიქონში.</ahelp>"
-#: 02110000.xhp#hd_id3150717.8.help.text
-msgctxt "02110000.xhp#hd_id3150717.8.help.text"
+#. ~Zo?
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3150717\n"
+"8\n"
+"help.text"
msgid "Data Range"
msgstr "მონაცემთა დიაპაზონი"
-#: 02110000.xhp#par_id3150752.10.help.text
+#. qZVW
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150752\n"
+"10\n"
+"help.text"
msgid "<ahelp hid=\"HID_SC_NAVIPI_DATA\">Specifies the current data range denoted by the position of the cell cursor.</ahelp>"
msgstr "<ahelp hid=\"HID_SC_NAVIPI_DATA\">აღწერს მიმდინარე მონაცემების დიაპაზონს უჯრული კურსორის პოზიცით მიხედვით.</ahelp>"
-#: 02110000.xhp#par_id3159264.help.text
+#. s-TK
+#: 02110000.xhp
#, fuzzy
+msgctxt ""
+"02110000.xhp\n"
+"par_id3159264\n"
+"help.text"
msgid "<image id=\"img_id3147338\" src=\"cmd/sc_grid.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147338\">Icon</alt></image>"
msgstr "<image id=\"img_id3148870\" src=\"sc/res/table.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3148870\">ხატულა</alt></image>"
-#: 02110000.xhp#par_id3146919.9.help.text
-msgctxt "02110000.xhp#par_id3146919.9.help.text"
+#. 2X?C
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3146919\n"
+"9\n"
+"help.text"
msgid "Data Range"
msgstr "მონაცემთა დიაპაზონი"
-#: 02110000.xhp#hd_id3148488.14.help.text
-msgctxt "02110000.xhp#hd_id3148488.14.help.text"
+#. TI!S
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3148488\n"
+"14\n"
+"help.text"
msgid "Start"
msgstr "დაწყება"
-#: 02110000.xhp#par_id3150086.16.help.text
+#. YAk)
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150086\n"
+"16\n"
+"help.text"
msgid "<ahelp hid=\"HID_SC_NAVIPI_UP\">Moves to the cell at the beginning of the current data range, which you can highlight using the <emph>Data Range</emph> button.</ahelp>"
msgstr "<ahelp hid=\"HID_SC_NAVIPI_UP\">გადავა უჯრაზე, რომლითაც იწყება მოცემულ მონაცემთა დიაპაზონი, რომლის გამოყოფაც თქვენ შეგიძლიათ <emph>მონაცემთა დიაპაზონი</emph> ღილაკი.</ahelp>"
-#: 02110000.xhp#par_id3152994.help.text
+#. n4~[
+#: 02110000.xhp
#, fuzzy
+msgctxt ""
+"02110000.xhp\n"
+"par_id3152994\n"
+"help.text"
msgid "<image id=\"img_id3150515\" src=\"sw/imglst/sc20186.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150515\">Icon</alt></image>"
msgstr "<image id=\"img_id3150394\" src=\"sc/res/date.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3150394\">ხატულა</alt></image>"
-#: 02110000.xhp#par_id3154372.15.help.text
-msgctxt "02110000.xhp#par_id3154372.15.help.text"
+#. BcjC
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3154372\n"
+"15\n"
+"help.text"
msgid "Start"
msgstr "დაწყება"
-#: 02110000.xhp#hd_id3146982.17.help.text
-msgctxt "02110000.xhp#hd_id3146982.17.help.text"
+#. Bl$r
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3146982\n"
+"17\n"
+"help.text"
msgid "End"
msgstr "დასრულება"
-#: 02110000.xhp#par_id3152985.19.help.text
+#. mVyD
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3152985\n"
+"19\n"
+"help.text"
msgid "<ahelp hid=\"HID_SC_NAVIPI_DOWN\">Moves to the cell at the end of the current data range, which you can highlight using the <emph>Data Range</emph> button.</ahelp>"
msgstr "<ahelp hid=\"HID_SC_NAVIPI_DOWN\">გადავა მოცემული მონაცემთა დიაპაზონის ბოლო უჯრაზე, რომლის გამოყოფაც თქვენ შეგიძლიათ <emph>მონაცემთა დიაპაზონი</emph> ღილაკის მეშვეობით.</ahelp>"
-#: 02110000.xhp#par_id3159170.help.text
+#. 6_6L
+#: 02110000.xhp
#, fuzzy
+msgctxt ""
+"02110000.xhp\n"
+"par_id3159170\n"
+"help.text"
msgid "<image id=\"img_id3148871\" src=\"sw/imglst/sc20175.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148871\">Icon</alt></image>"
msgstr "<image id=\"img_id3148870\" src=\"sc/res/table.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3148870\">ხატულა</alt></image>"
-#: 02110000.xhp#par_id3147072.18.help.text
-msgctxt "02110000.xhp#par_id3147072.18.help.text"
+#. %1MY
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3147072\n"
+"18\n"
+"help.text"
msgid "End"
msgstr "დასრულება"
-#: 02110000.xhp#hd_id3150107.20.help.text
-msgctxt "02110000.xhp#hd_id3150107.20.help.text"
+#. x2TG
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3150107\n"
+"20\n"
+"help.text"
msgid "Toggle"
msgstr "გადართვა"
-#: 02110000.xhp#par_id3159098.22.help.text
+#. `~4E
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3159098\n"
+"22\n"
+"help.text"
msgid "<ahelp hid=\"HID_SC_NAVIPI_ROOT\">Toggles the content view. Only the selected Navigator element and its subelements are displayed.</ahelp> Click the icon again to restore all elements for viewing."
msgstr "<ahelp hid=\"HID_SC_NAVIPI_ROOT\">გადამრთველების მიმდინარე ხედვა. გამოჩნდება მხოლოდ ნავიგატორის მონიშნული და ქვე ელემენტები.</ahelp> დააწკაპეთ ხატულაზე ელემენტების ხედვის აღსადგენად."
-#: 02110000.xhp#par_id3152869.help.text
+#. P+_*
+#: 02110000.xhp
#, fuzzy
+msgctxt ""
+"02110000.xhp\n"
+"par_id3152869\n"
+"help.text"
msgid "<image id=\"img_id3149126\" src=\"sw/imglst/sc20244.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149126\">Icon</alt></image>"
msgstr "<image id=\"img_id3149814\" src=\"sw/imglst/sf04.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149814\">ხატულა</alt></image>"
-#: 02110000.xhp#par_id3159229.21.help.text
-msgctxt "02110000.xhp#par_id3159229.21.help.text"
+#. }##F
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3159229\n"
+"21\n"
+"help.text"
msgid "Toggle"
msgstr "გადართვა"
-#: 02110000.xhp#hd_id3149381.11.help.text
-msgctxt "02110000.xhp#hd_id3149381.11.help.text"
+#. sK(G
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3149381\n"
+"11\n"
+"help.text"
msgid "Contents"
msgstr "შიგთავსი"
-#: 02110000.xhp#par_id3150051.13.help.text
+#. y:B+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150051\n"
+"13\n"
+"help.text"
msgid "<ahelp hid=\"HID_SC_NAVIPI_ZOOM\">Allows you to hide/show the contents.</ahelp>"
msgstr "<ahelp hid=\"HID_SC_NAVIPI_ZOOM\">ნებას გაძლევთ დამალოთ/გამოაჩინო სარჩევი.</ahelp>"
-#: 02110000.xhp#par_id3155597.help.text
+#. T4SL
+#: 02110000.xhp
#, fuzzy
+msgctxt ""
+"02110000.xhp\n"
+"par_id3155597\n"
+"help.text"
msgid "<image id=\"img_id3154738\" src=\"sw/imglst/sc20233.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154738\">Icon</alt></image>"
msgstr "<image id=\"img_id3155386\" src=\"sc/res/page.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3155386\">ხატულა</alt></image>"
-#: 02110000.xhp#par_id3150955.12.help.text
-msgctxt "02110000.xhp#par_id3150955.12.help.text"
+#. ]cE?
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150955\n"
+"12\n"
+"help.text"
msgid "Contents"
msgstr "შიგთავსი"
-#: 02110000.xhp#hd_id3147244.23.help.text
-msgctxt "02110000.xhp#hd_id3147244.23.help.text"
+#. _~$T
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3147244\n"
+"23\n"
+"help.text"
msgid "Scenarios"
msgstr "სცენარები"
-#: 02110000.xhp#par_id3153955.25.help.text
+#. :*\#
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3153955\n"
+"25\n"
+"help.text"
msgid "<ahelp hid=\"HID_SC_NAVIPI_SCEN\">Displays all available scenarios. Double-click a name to apply that scenario.</ahelp> The result is shown in the sheet. For more information, choose <link href=\"text/scalc/01/06050000.xhp\" name=\"Tools - Scenarios\"><emph>Tools - Scenarios</emph></link>."
msgstr "<ahelp hid=\"HID_SC_NAVIPI_SCEN\">გამოაჩენს ყველა ხელმისაწვდომ სცენარს. ორმაგი-წკაპით სცენარის სახელზე, ხდება მისი მისადაგება.</ahelp> შედეგი გამოჩნდება ფურცელზე. მეტი ინფორმაციისათვის, აირჩიეთ <link href=\"text/scalc/01/06050000.xhp\" name=\"ინსტრუმენტები - Scenarios\"><emph>ინსტრუმენტები - სცენარები</emph></link>."
-#: 02110000.xhp#par_id3148745.help.text
+#. .6ZG
+#: 02110000.xhp
#, fuzzy
+msgctxt ""
+"02110000.xhp\n"
+"par_id3148745\n"
+"help.text"
msgid "<image id=\"img_id3159256\" src=\"sc/imglst/navipi/na07.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159256\">Icon</alt></image>"
msgstr "<image id=\"img_id3155386\" src=\"sc/res/page.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3155386\">ხატულა</alt></image>"
-#: 02110000.xhp#par_id3166466.24.help.text
-msgctxt "02110000.xhp#par_id3166466.24.help.text"
+#. GhP=
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3166466\n"
+"24\n"
+"help.text"
msgid "Scenarios"
msgstr "სცენარები"
-#: 02110000.xhp#par_idN10A6C.help.text
+#. NEuH
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_idN10A6C\n"
+"help.text"
msgid "If the Navigator displays scenarios, you can access the following commands when you right-click a scenario entry:"
msgstr "თუ ნავიგატორი აჩვენებს სცენარებს, მაჯვენა დაწკაპების მეშვეობით სცენარზე თქვენთვის მისაწვდომი იქნება შემდგომი ბრძანებები:"
-#: 02110000.xhp#par_idN10A77.help.text
-msgctxt "02110000.xhp#par_idN10A77.help.text"
+#. s)81
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_idN10A77\n"
+"help.text"
msgid "Delete"
msgstr "წაშლა"
-#: 02110000.xhp#par_idN10A7B.help.text
+#. nBeh
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_idN10A7B\n"
+"help.text"
msgid "<ahelp hid=\"HID_SC_SCENARIO_DELETE\">Deletes the selected scenario.</ahelp>"
msgstr "<ahelp hid=\"HID_SC_SCENARIO_DELETE\">ამ მონიშნული სცენარების წაშლა.</ahelp>"
-#: 02110000.xhp#par_idN10A92.help.text
+#. SS))
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_idN10A92\n"
+"help.text"
msgid "Properties"
msgstr "თვისებები"
-#: 02110000.xhp#par_idN10A96.help.text
+#. i%X@
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_idN10A96\n"
+"help.text"
msgid "<ahelp hid=\"HID_SC_SCENARIO_EDIT\">Opens the <link href=\"text/scalc/01/06050000.xhp\">Edit scenario</link> dialog, where you can edit the scenario properties.</ahelp>"
msgstr "<ahelp hid=\"HID_SC_SCENARIO_EDIT\">გახსნა <link href=\"text/scalc/01/06050000.xhp\">სცენარის რედაქტირება </link> დიალოგი, სადაც თქვენ შეგიძლიათ დაარედაქტიროთ სცენარის თვისებები.</ahelp>"
-#: 02110000.xhp#hd_id3150037.26.help.text
-msgctxt "02110000.xhp#hd_id3150037.26.help.text"
+#. 1H75
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3150037\n"
+"26\n"
+"help.text"
msgid "Drag Mode"
msgstr "გადათრევის რეჟიმი"
-#: 02110000.xhp#par_id3157876.28.help.text
+#. VZ4C
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3157876\n"
+"28\n"
+"help.text"
msgid "<ahelp hid=\"HID_SC_NAVIPI_DROP\">Opens a submenu for selecting the drag mode. You decide which action is performed when dragging and dropping an object from the Navigator into a document. Depending on the mode you select, the icon indicates whether a hyperlink, link or a copy is created.</ahelp>"
msgstr "<ahelp hid=\"HID_SC_NAVIPI_DROP\">ხსნის გადათრევის რეჟიმის ჩასართველ ქვემენიუს. თქვენ გადაწყვიტეთ რომელი მოქმედება სრულდება ნავიგატორიდან დოკუმენტში ობიექტის გადათრევა ჩაგდებისას. გააჩნია რა რეჟიმი აირჩიეთ, ხატულა აჩვენებს შეიქმნა ჰიპერბმული, ბმული თუ ასლი.</ahelp>"
-#: 02110000.xhp#par_id3149947.help.text
+#. O4T3
+#: 02110000.xhp
#, fuzzy
+msgctxt ""
+"02110000.xhp\n"
+"par_id3149947\n"
+"help.text"
msgid "<image id=\"img_id3159119\" src=\"cmd/sc_chainframes.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159119\">Icon</alt></image>"
msgstr "<image id=\"img_id3155757\" src=\"sc/res/pages.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3155757\">ხატულა</alt></image>"
-#: 02110000.xhp#par_id3150656.27.help.text
-msgctxt "02110000.xhp#par_id3150656.27.help.text"
+#. B_]z
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150656\n"
+"27\n"
+"help.text"
msgid "Drag Mode"
msgstr "გადათრევის რეჟიმი"
-#: 02110000.xhp#hd_id3149009.29.help.text
+#. ,2ab
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3149009\n"
+"29\n"
+"help.text"
msgid "Insert as Hyperlink"
msgstr "ჩასვი როგორც ჰიპერბმული"
-#: 02110000.xhp#par_id3146938.30.help.text
-msgid "<ahelp hid=\"HID_SC_DROPMODE_URL\">Inserts a hyperlink when you drag-and-drop an object from the Navigator into a document.</ahelp> You can later click the created hyperlink to set the cursor and the view to the respective object. "
+#. -QUo
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3146938\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_DROPMODE_URL\">Inserts a hyperlink when you drag-and-drop an object from the Navigator into a document.</ahelp> You can later click the created hyperlink to set the cursor and the view to the respective object."
msgstr "<ahelp hid=\"HID_SC_DROPMODE_URL\">ჩასვამს ჰიპერბმულს, როდესაც ნავიგატორიდან გადაიტანთ ობიექტს დოკუმენტში.</ahelp> შემდგომში თქვენ შეგიძლიათ დააწკაპოთ და ნახოთ შესაბამისი ობიექტი."
-#: 02110000.xhp#par_id3880733.help.text
+#. [(q{
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3880733\n"
+"help.text"
msgid "If you insert a hyperlink that links to an open document, you need to save the document before you can use the hyperlink."
msgstr "თუ თქვენ ჩავსვით ჰიპერბმული გახსნილ დოკუმენტში, მაშინ მისი გამოყენებამდე უნდა შეინახოთ ეს დოკუმენტი."
-#: 02110000.xhp#hd_id3154682.31.help.text
+#. X0E{
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3154682\n"
+"31\n"
+"help.text"
msgid "Insert as Link"
msgstr "ჩასვი როგორც კავშირი"
-#: 02110000.xhp#par_id3150746.32.help.text
+#. os}C
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150746\n"
+"32\n"
+"help.text"
msgid "<ahelp hid=\"HID_SC_DROPMODE_LINK\">Creates a link when you drag-and-drop an object from the Navigator into a document.</ahelp>"
msgstr "<ahelp hid=\"HID_SC_DROPMODE_LINK\">შექმნის კავშირს, როდესაც თქვენ გადაიტანთ ობიექტს ნავიგატორიდან დოკუმენტში.</ahelp>"
-#: 02110000.xhp#hd_id3145824.33.help.text
+#. f:91
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3145824\n"
+"33\n"
+"help.text"
msgid "Insert as Copy"
msgstr "ჩასვი როგორც ასლი"
-#: 02110000.xhp#par_id3147471.34.help.text
+#. Uv^`
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3147471\n"
+"34\n"
+"help.text"
msgid "<ahelp hid=\"HID_SC_DROPMODE_COPY\">Generates a copy when you drag-and-drop an object from the Navigator into a document.</ahelp>"
msgstr "<ahelp hid=\"HID_SC_DROPMODE_COPY\">მოხდება კოპიის გენერაცია, როდესაც თქვენ გადაიტანთ ობიექტს ნავიგატორიდან დოკუმენტში.</ahelp>"
-#: 02110000.xhp#hd_id3147423.38.help.text
-msgctxt "02110000.xhp#hd_id3147423.38.help.text"
+#. ;[JG
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3147423\n"
+"38\n"
+"help.text"
msgid "Objects"
msgstr "ობიექტები"
-#: 02110000.xhp#par_id3150700.39.help.text
+#. I(iA
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150700\n"
+"39\n"
+"help.text"
msgid "<ahelp hid=\"HID_SC_NAVIPI_ENTRIES\">Displays all objects in your document.</ahelp>"
msgstr "<ahelp hid=\"HID_SC_NAVIPI_ENTRIES\">გამოაჩენს ყველა ობიექტს თქვენს დოკუმენტში.</ahelp>"
-#: 02110000.xhp#hd_id3150860.35.help.text
+#. 0%MK
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3150860\n"
+"35\n"
+"help.text"
msgid "Documents"
msgstr "დოკუმენტები"
-#: 02110000.xhp#par_id3153929.36.help.text
+#. D[4r
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3153929\n"
+"36\n"
+"help.text"
msgid "<ahelp hid=\"HID_SC_NAVIPI_DOC\">Displays the names of all open documents.</ahelp> To switch to another open document in the Navigator, click the document name. The status (active, inactive) of the document is shown in brackets after the name. You can switch the active document in the <emph>Window</emph> menu."
msgstr "<ahelp hid=\"HID_SC_NAVIPI_DOC\">გამოაჩენს ყველა გახსნილი დოკუმენტის სახელებს.</ahelp>ნავიგატორში სხვა გახსნილ დოკუმენტზე გადასართველად, დააწკაპე დოკუმენტის სახელზე. დოკუმენტის სტატუსი (აქტიურია თუ არა) გამოჩნდება დოკუმენტის სახელის შემდეგ. აქტიურ დოკუმენტზე გადართვა შეგიძლიათ მენიუში <emph>ფანჯრები</emph>."
-#: 02200000.xhp#tit.help.text
-msgctxt "02200000.xhp#tit.help.text"
-msgid "Sheet"
-msgstr "ფურცელი"
-
-#: 02200000.xhp#hd_id3146794.1.help.text
-msgid "<link href=\"text/scalc/01/02200000.xhp\" name=\"Sheet\">Sheet</link>"
-msgstr "<link href=\"text/scalc/01/02200000.xhp\" name=\"Sheet\">ფურცელი</link>"
-
-#: 02200000.xhp#par_id3149456.2.help.text
-msgid "<ahelp hid=\".\">Edit commands for entire sheets.</ahelp>"
-msgstr "<ahelp hid=\".\">რედაქტირება commands for entire sheets.</ahelp>"
-
-#: 02200000.xhp#hd_id3150792.3.help.text
-msgid "<link href=\"text/scalc/01/02180000.xhp\" name=\"Move/Copy\">Move/Copy</link>"
-msgstr "<link href=\"text/scalc/01/02180000.xhp\" name=\"Move/Copy\">Move/Copy</link>"
-
-#: 02200000.xhp#hd_id3153968.4.help.text
-msgid "<link href=\"text/scalc/01/02210000.xhp\" name=\"Select\">Select</link>"
-msgstr "<link href=\"text/scalc/01/02210000.xhp\" name=\"Select\">მონიშნეთ</link>"
-
-#: 02200000.xhp#hd_id3163708.5.help.text
-msgid "<link href=\"text/scalc/01/02170000.xhp\" name=\"Delete\">Delete</link>"
-msgstr "<link href=\"text/scalc/01/02170000.xhp\" name=\"Delete\">Delete</link>"
+#. 7_:U
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Function List"
+msgstr "ფუნქციების სია"
-#: 02200000.xhp#hd_id3163733308.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/06140500.xhp\" name=\"Events\">Events</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
+#. )`Yw
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"bm_id3154126\n"
+"help.text"
+msgid "<bookmark_value>formula list window</bookmark_value><bookmark_value>function list window</bookmark_value><bookmark_value>inserting functions; function list window</bookmark_value>"
+msgstr "<bookmark_value>ფორმულათა სიის ფანჯარა</bookmark_value><bookmark_value>ფუნქციათა სიის ფანჯარა</bookmark_value><bookmark_value>ფუნქციების ჩასმა; ფუნქციათა სიის ფანჯარა</bookmark_value>"
-#: 04060116.xhp#tit.help.text
-msgctxt "04060116.xhp#tit.help.text"
-msgid "Add-in Functions, List of Analysis Functions Part Two"
-msgstr "დამატებითი ფუნქციები, ანალიზის ფუნქციების სია ნაწილი ორი"
+#. LW9/
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"hd_id3154126\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04080000.xhp\" name=\"Function List\">Function List</link>"
+msgstr "<link href=\"text/scalc/01/04080000.xhp\" name=\"Function List\">ფუნქციების სია</link>"
-#: 04060116.xhp#bm_id3145074.help.text
-msgid "<bookmark_value>imaginary numbers in analysis functions</bookmark_value> <bookmark_value>complex numbers in analysis functions</bookmark_value>"
-msgstr "<bookmark_value>ანალიზის ფუნქციებში წარმოსახვითი რიცხვები</bookmark_value><bookmark_value>ანალიზის ფუნქციებში კომპლექსური რიცხვები</bookmark_value>"
+#. 5WO}
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"par_id3151118\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"funktionslistetext\"><ahelp hid=\"HID_SC_FUNCTIONLIST\">This command opens the <emph>Function List</emph> window, which displays all functions that can be inserted into your document.</ahelp></variable> The <emph>Function List</emph> window is similar to the <emph>Functions</emph> tab page of the <link href=\"text/scalc/01/04060000.xhp\" name=\"Function Wizard\">Function Wizard</link>. The functions are inserted with placeholders to be replaced with your own values."
+msgstr ""
-#: 04060116.xhp#hd_id3154659.1.help.text
-msgctxt "04060116.xhp#hd_id3154659.1.help.text"
-msgid "Add-in Functions, List of Analysis Functions Part Two"
-msgstr "დამატებითი ფუნქციები, ანალიზის ფუნქციების სია ნაწილი ორი"
+#. woC*
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"par_id3152576\n"
+"3\n"
+"help.text"
+msgid "The <emph>Function List</emph> window is a resizable <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">dockable window</link>. Use it to quickly enter functions in the spreadsheet. By double-clicking an entry in the functions list, the respective function is directly inserted with all parameters."
+msgstr ""
-#: 04060116.xhp#par_id3151242.174.help.text
-msgid "<link href=\"text/scalc/01/04060108.xhp\" name=\"Category Statistics\">Category Statistics</link>"
-msgstr "<link href=\"text/scalc/01/04060108.xhp\" name=\"Category Statistics\">კატეგორია სტატისტიკა</link>"
+#. _@H]
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"hd_id3145799\n"
+"4\n"
+"help.text"
+msgid "Category List"
+msgstr "კატეგორიების სია"
-#: 04060116.xhp#par_id3148869.5.help.text
-msgid "<link href=\"text/scalc/01/04060115.xhp\" name=\"Analysis Functions Part One\">Analysis Functions Part One</link>"
-msgstr "<link href=\"text/scalc/01/04060115.xhp\" name=\"Analysis Functions Part One\">ანალიზის ფუნქციები პირველი ნაწილი</link>"
+#. !0nG
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"hd_id3153160\n"
+"5\n"
+"help.text"
+msgid "Function List"
+msgstr "ფუნქციების სია"
-#: 04060116.xhp#par_id3147072.240.help.text
-msgctxt "04060116.xhp#par_id3147072.240.help.text"
-msgid "<link href=\"text/scalc/01/04060111.xhp\" name=\"Back to the Overview\">Back to the Overview</link>"
-msgstr "<link href=\"text/scalc/01/04060111.xhp\" name=\"Back to the Overview\">უკან მიმოხილვაზე</link>"
+#. X$Gp
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"par_id3149412\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:FID_FUNCTION_BOX:LB_FUNC\">Displays the available functions.</ahelp> When you select a function, the area below the list box displays a short description. To insert the selected function double-click it or click the <emph>Insert Function into calculation sheet</emph> icon."
+msgstr ""
-#: 04060116.xhp#bm_id3154959.help.text
-msgid "<bookmark_value>IMABS function</bookmark_value>"
-msgstr "<bookmark_value>IMAGINARY ფუნქცია</bookmark_value>"
+#. !!0B
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"hd_id3146971\n"
+"7\n"
+"help.text"
+msgid "Insert Function into calculation sheet"
+msgstr "გამოთვლის ფურცელში ფუნქციის ჩართვა"
-#: 04060116.xhp#hd_id3154959.44.help.text
-msgid "IMABS"
-msgstr "IMABS"
+#. SAar
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"par_id3150043\n"
+"help.text"
+msgid "<image id=\"img_id3159267\" src=\"sc/res/fx.png\" width=\"0.1945inch\" height=\"0.1945inch\"><alt id=\"alt_id3159267\">Icon</alt></image>"
+msgstr "<image id=\"img_id3159267\" src=\"sc/res/fx.png\" width=\"0.1945inch\" height=\"0.1945inch\"><alt id=\"alt_id3159267\">ხატულა</alt></image>"
-#: 04060116.xhp#par_id3149895.45.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMABS\">The result is the absolute value of a complex number.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_IMABS\">შედეგი არის კომპლექსური რიცხვის აბსოლუტური მნიშვნელობა.</ahelp>"
+#. Sn6A
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"par_id3147345\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:IMAGEBUTTON:FID_FUNCTION_BOX:IMB_INSERT\">Inserts the selected function into the document.</ahelp>"
+msgstr "<ahelp hid=\"SC:IMAGEBUTTON:FID_FUNCTION_BOX:IMB_INSERT\">არჩეულ ფუნქციას სვავს დოკუმენტში.</ahelp>"
-#: 04060116.xhp#hd_id3155382.46.help.text
-msgctxt "04060116.xhp#hd_id3155382.46.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. Xgot
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Consolidate"
+msgstr "კონსოლიდაცია"
-#: 04060116.xhp#par_id3151302.47.help.text
-msgid "IMABS(\"ComplexNumber\")"
-msgstr "IMABS(კომპლექსური რიცხვი)"
+#. zXdD
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"hd_id3148946\n"
+"1\n"
+"help.text"
+msgid "Consolidate"
+msgstr "კონსოლიდაცია"
-#: 04060116.xhp#par_id3153974.48.help.text
-msgid "<variable id=\"complex\"><emph>ComplexNumber</emph> is a complex number that is entered in the form \"x+yi\" or \"x+yj\".</variable>"
+#. Jd}!
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3148798\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"konsolidieren\"><ahelp hid=\".uno:DataConsolidate\">Combines data from one or more independent cell ranges and calculates a new range using the function that you specify.</ahelp></variable>"
msgstr ""
-#: 04060116.xhp#hd_id3149697.49.help.text
-msgctxt "04060116.xhp#hd_id3149697.49.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. oRo_
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"hd_id3150010\n"
+"8\n"
+"help.text"
+msgid "Function"
+msgstr "ფუნქცია"
-#: 04060116.xhp#par_id3143222.50.help.text
-msgid " <item type=\"input\">=IMABS(\"5+12j\")</item> returns 13."
+#. @|h]
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3149377\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_CONSOLIDATE:LB_FUNC\">Select the function that you want to use to consolidate the data.</ahelp>"
msgstr ""
-#: 04060116.xhp#bm_id3145357.help.text
-msgid "<bookmark_value>IMAGINARY function</bookmark_value>"
-msgstr "<bookmark_value>IMAGINARY ფუნქცია</bookmark_value>"
-
-#: 04060116.xhp#hd_id3145357.51.help.text
-msgid "IMAGINARY"
-msgstr "IMAGINARY"
-
-#: 04060116.xhp#par_id3146965.52.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMAGINARY\">The result is the imaginary coefficient of a complex number.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_IMAGINARY\">შედეგი არის კომპლექსური რიცხვის წარმოსახვითი კოეფიციენტი.</ahelp>"
-
-#: 04060116.xhp#hd_id3153555.53.help.text
-msgctxt "04060116.xhp#hd_id3153555.53.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. aCtm
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"hd_id3147127\n"
+"10\n"
+"help.text"
+msgid "Consolidation ranges"
+msgstr "კონსოლიდაციის დიაპაზონი"
-#: 04060116.xhp#par_id3155522.54.help.text
-msgid "IMAGINARY(\"ComplexNumber\")"
-msgstr "IMAGINARY(კომპლექსური რიცხვი)"
+#. Et_^
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3151075\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SC:MULTILISTBOX:RID_SCDLG_CONSOLIDATE:LB_CONSAREAS\">Displays the cell ranges that you want to consolidate.</ahelp>"
+msgstr ""
-#: 04060116.xhp#hd_id3151193.56.help.text
-msgctxt "04060116.xhp#hd_id3151193.56.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. ;s_X
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"hd_id3147397\n"
+"12\n"
+"help.text"
+msgid "Source data range"
+msgstr "წყაროს მონაცემთა დიაპაზონი"
-#: 04060116.xhp#par_id3155592.57.help.text
-msgid " <item type=\"input\">=IMAGINARY(\"4+3j\")</item> returns 3."
+#. j\i7
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3153836\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_CONSOLIDATE:ED_DATA_AREA\">Specifies the cell range that you want to consolidate with the cell ranges listed in the <emph>Consolidation ranges </emph>box. Select a cell range in a sheet, and then click <emph>Add</emph>. You can also select a the name of a predefined cell from the <emph>Source data range </emph>list.</ahelp>"
msgstr ""
-#: 04060116.xhp#bm_id3146106.help.text
-msgid "<bookmark_value>IMPOWER function</bookmark_value>"
-msgstr "<bookmark_value>IMPOWER ფუნქცია</bookmark_value>"
+#. W}Nr
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"hd_id3155768\n"
+"15\n"
+"help.text"
+msgid "Copy results to"
+msgstr "შედეგების ასლს აკეთებს"
-#: 04060116.xhp#hd_id3146106.58.help.text
-msgid "IMPOWER"
-msgstr "IMPOWER"
+#. )O8!
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3147341\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_CONSOLIDATE:ED_DEST_AREA\">Displays the first cell in the range where the consolidation results will be displayed.</ahelp>"
+msgstr ""
-#: 04060116.xhp#par_id3147245.59.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMPOWER\">The result is the integer power of a complex number.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_IMPOWER\">შედეგი არის კომპლექსური რიცხვის მთელი ხარისხი.</ahelp>"
+#. [_w~
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"hd_id3147345\n"
+"17\n"
+"help.text"
+msgid "Add"
+msgstr "დამატება"
-#: 04060116.xhp#hd_id3150954.60.help.text
-msgctxt "04060116.xhp#hd_id3150954.60.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. 5.q)
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3155335\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_CONSOLIDATE:BTN_ADD\">Adds the cell range specified in the <emph>Source data range</emph> box to the <emph>Consolidation ranges </emph>box.</ahelp>"
+msgstr ""
-#: 04060116.xhp#par_id3147501.61.help.text
-msgid "IMPOWER(\"ComplexNumber\"; Number)"
-msgstr "IMPOWER(კომპლექსური რიცხვი;რიცხვი)"
+#. Po2D
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"hd_id3148630\n"
+"19\n"
+"help.text"
+msgid "More >>"
+msgstr "დამატებითი >>"
-#: 04060116.xhp#par_id3155743.63.help.text
-msgid " <emph>Number</emph> is the exponent."
-msgstr "<emph>რიცხვი</emph> გამოსაცდელი მნიშვნელობა."
+#. })7w
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3159239\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_CONSOLIDATE:BTN_MORE\">Shows additional <link href=\"text/scalc/01/12070100.xhp\" name=\"options\">options</link>.</ahelp>"
+msgstr "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_CONSOLIDATE:BTN_MORE\">აჩვენებს დამატებით <link href=\"text/scalc/01/12070100.xhp\" name=\"options\">პარამეტრებს</link>.</ahelp>"
-#: 04060116.xhp#hd_id3149048.64.help.text
-msgctxt "04060116.xhp#hd_id3149048.64.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. E4pE
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "AutoCalculate"
+msgstr "ავტოგამოთვლა"
-#: 04060116.xhp#par_id3151393.65.help.text
-msgid " <item type=\"input\">=IMPOWER(\"2+3i\";2)</item> returns -5+12i."
+#. l^PD
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"bm_id3145673\n"
+"help.text"
+msgid "<bookmark_value>calculating; auto calculating sheets</bookmark_value><bookmark_value>recalculating;auto calculating sheets</bookmark_value><bookmark_value>AutoCalculate function in sheets</bookmark_value><bookmark_value>correcting sheets automatically</bookmark_value><bookmark_value>formulas;AutoCalculate function</bookmark_value><bookmark_value>cell contents;AutoCalculate function</bookmark_value>"
msgstr ""
-#: 04060116.xhp#bm_id3148748.help.text
-msgid "<bookmark_value>IMARGUMENT function</bookmark_value>"
-msgstr "<bookmark_value>IMARGUMENT ფუნქცია</bookmark_value>"
+#. UWQe
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3145673\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06070000.xhp\" name=\"AutoCalculate\">AutoCalculate</link>"
+msgstr "<link href=\"text/scalc/01/06070000.xhp\" name=\"AutoCalculate\">ავტოგამოთვლა</link>"
-#: 04060116.xhp#hd_id3148748.66.help.text
-msgid "IMARGUMENT"
-msgstr "IMARGUMENT"
+#. ~\!{
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3148798\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AutomaticCalculation\">Automatically recalculates all formulas in the document.</ahelp>"
+msgstr ""
-#: 04060116.xhp#par_id3151341.67.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMARGUMENT\">The result is the argument (the phi angle) of a complex number.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_IMARGUMENT\">შედეგი არის კომპლექსური რიცხვის არგუმენტი (phi კუთხე).</ahelp>"
+#. DUr/
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3145173\n"
+"3\n"
+"help.text"
+msgid "All cells are recalculated after a sheet cell has been modified. Any charts in the sheet will also be refreshed."
+msgstr ""
-#: 04060116.xhp#hd_id3150533.68.help.text
-msgctxt "04060116.xhp#hd_id3150533.68.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. ,$#_
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"tit\n"
+"help.text"
+msgid "NETWORKDAYS"
+msgstr "NETWORKDAYS"
-#: 04060116.xhp#par_id3156402.69.help.text
-msgid "IMARGUMENT(\"ComplexNumber\")"
-msgstr "IMARGUMENT(კომპლექსური რიცხვი)"
+#. iwC%
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"bm_id3151254\n"
+"help.text"
+msgid "<bookmark_value>NETWORKDAYS function</bookmark_value>"
+msgstr "<bookmark_value>NETWORKDAYS ფუნქცია</bookmark_value>"
-#: 04060116.xhp#hd_id3153019.71.help.text
-msgctxt "04060116.xhp#hd_id3153019.71.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. 18sZ
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"hd_id3151254\n"
+"240\n"
+"help.text"
+msgid "<variable id=\"networkdays\"><link href=\"text/scalc/01/func_networkdays.xhp\">NETWORKDAYS</link></variable>"
+msgstr "<variable id=\"networkdays\"><link href=\"text/scalc/01/func_networkdays.xhp\">NETWORKDAYS</link></variable>"
-#: 04060116.xhp#par_id3159125.72.help.text
-msgid " <item type=\"input\">=IMARGUMENT(\"3+4j\")</item> returns 0.927295."
+#. ~]FJ
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"par_id3153788\n"
+"241\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_NETWORKDAYS\">Returns the number of workdays between a <emph>start date and an end date</emph>. Holidays can be deducted.</ahelp>"
msgstr ""
-#: 04060116.xhp#bm_id3149146.help.text
-msgid "<bookmark_value>IMCOS function</bookmark_value>"
-msgstr "<bookmark_value>IMCOS ფუნქცია</bookmark_value>"
+#. R]*]
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"hd_id3148677\n"
+"242\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060116.xhp#hd_id3149146.73.help.text
-msgid "IMCOS"
-msgstr "IMCOS"
+#. b8X+
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"par_id3145775\n"
+"243\n"
+"help.text"
+msgid "NETWORKDAYS(StartDate; EndDate; Holidays)"
+msgstr "NETWORKDAYS (საწყისი თარიღი;სასრული თარიღი;დღესასწაულები)"
-#: 04060116.xhp#par_id3149725.74.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMCOS\">The result is the cosine of a complex number.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_IMCOS\">შედეგი არის კომპლექსური რიცხვის კოსინუსი.</ahelp>"
+#. CVV1
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"par_id3153885\n"
+"244\n"
+"help.text"
+msgid "<emph>StartDate</emph> is the date from when the calculation is carried out. If the start date is a workday, the day is included in the calculation."
+msgstr "<emph>საწყისი თარიღი</emph>: თარიღი რომლიდანაც იწყება გამოთვლა. თუ საწყისი თარიღი სამუშაო დღეა, თარიღი ჩართულია გამოთვლაში."
-#: 04060116.xhp#hd_id3159116.75.help.text
-msgctxt "04060116.xhp#hd_id3159116.75.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. 1B-8
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"par_id3151110\n"
+"245\n"
+"help.text"
+msgid "<emph>EndDate</emph> is the date up until when the calculation is carried out. If the end date is a workday, the day is included in the calculation."
+msgstr "<emph>საწყისი თარიღი</emph>: თარიღი რომლიდანაც იწყება გამოთვლა. თუ საწყისი თარიღი სამუშაო დღეა, თარიღი ჩართულია გამოთვლაში."
-#: 04060116.xhp#par_id3147415.76.help.text
-msgid "IMCOS(\"ComplexNumber\")"
-msgstr "IMCOS(კომპლექსური რიცხვი)"
+#. OFsU
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"par_id3154115\n"
+"246\n"
+"help.text"
+msgid "<emph>Holidays</emph> is an optional list of holidays. These are non-working days. Enter a cell range in which the holidays are listed individually."
+msgstr "<emph>დღესასწაულები</emph>: დღესასწაულების არასავალდებულო სია. ესაა არასამუშაო დღეები. შეიყვანეთ უჯრათა დიაპაზონი სადაც სათითაოდაა ჩამოთვლილი დღესასწაულები."
-#: 04060116.xhp#hd_id3152980.78.help.text
-msgctxt "04060116.xhp#hd_id3152980.78.help.text"
+#. #iB%
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"hd_id3146902\n"
+"247\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060116.xhp#par_id3157901.79.help.text
-msgid " <item type=\"input\">=IMCOS(\"3+4j\") </item>returns -27.03-3.85i (rounded)."
-msgstr ""
-
-#: 04060116.xhp#bm_id3150024.help.text
-msgid "<bookmark_value>IMDIV function</bookmark_value>"
-msgstr "<bookmark_value>IMDIV ფუნქცია</bookmark_value>"
+#. `Gjc
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"par_id3154661\n"
+"248\n"
+"help.text"
+msgid "How many workdays fall between 2001-12-15 and 2002-01-15? The start date is located in C3 and the end date in D3. Cells F3 to J3 contain the following Christmas and New Year holidays: \"2001-12-24\", \"2001-12-25\", \"2001-12-26\", \"2001-12-31\", \"2002-01-01\"."
+msgstr "არის შორის და დასაწყისი თარიღი ტოლია დუ C3 და დასასრული თარიღი დუ უჯრედები -სკენ შეიცავს და ახალი წელი."
-#: 04060116.xhp#hd_id3150024.80.help.text
-msgid "IMDIV"
-msgstr "IMDIV"
+#. fV_3
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"par_id3147328\n"
+"249\n"
+"help.text"
+msgid "=NETWORKDAYS(C3;D3;F3:J3) returns 17 workdays."
+msgstr "=NETWORKDAYS(C3;D3;F3:J3) აბრუნებს 17 სამუშაო დღეს."
-#: 04060116.xhp#par_id3145825.81.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMDIV\">The result is the division of two complex numbers.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_IMDIV\">შედეგი არის ორი კომპლექსური რიცხვის განაყიფი.</ahelp>"
+#. DG4A
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Show"
+msgstr "ჩვენება"
-#: 04060116.xhp#hd_id3150465.82.help.text
-msgctxt "04060116.xhp#hd_id3150465.82.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. aiod
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"bm_id3147264\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; showing columns</bookmark_value><bookmark_value>showing; columns</bookmark_value><bookmark_value>showing; rows</bookmark_value>"
+msgstr "<bookmark_value>ელცხრილები; სვეტების ჩვენება</bookmark_value><bookmark_value>ჩვენება; სვეტები</bookmark_value><bookmark_value>ჩვენება; რიგები</bookmark_value>"
-#: 04060116.xhp#par_id3146942.83.help.text
-msgid "IMDIV(\"Numerator\"; \"Denominator\")"
-msgstr "IMDIV(ნუმერატორი;დენომინატორი)"
+#. Yh_G
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"hd_id3147264\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05030400.xhp\" name=\"Show\">Show</link>"
+msgstr "<link href=\"text/scalc/01/05030400.xhp\" name=\"Show\">ჩვენება</link>"
-#: 04060116.xhp#par_id3150741.84.help.text
-msgid " <emph>Numerator</emph>, <emph>Denominator</emph> are complex numbers that are entered in the form \"x+yi\" or \"x+yj\"."
+#. HJbN
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"par_id3150447\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ShowColumn\">Choose this command to show previously hidden rows or columns.</ahelp>"
msgstr ""
-#: 04060116.xhp#hd_id3151229.85.help.text
-msgctxt "04060116.xhp#hd_id3151229.85.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060116.xhp#par_id3148440.86.help.text
-msgid " <item type=\"input\">=IMDIV(\"-238+240i\";\"10+24i\")</item> returns 5+12i."
+#. bLQH
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"par_id3155131\n"
+"3\n"
+"help.text"
+msgid "To show a column or row, select the range of rows or columns containing the hidden elements, then choose <emph>Format - Row - Show</emph> or <emph>Format - Column - Show</emph>."
msgstr ""
-#: 04060116.xhp#bm_id3153039.help.text
-msgid "<bookmark_value>IMEXP function</bookmark_value>"
-msgstr "<bookmark_value>IMEXP ფუნქცია</bookmark_value>"
+#. 4Au-
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"par_id3145748\n"
+"4\n"
+"help.text"
+msgid "To show all hidden cells, first click in the field in the upper left corner. This selects all cells of the table."
+msgstr ""
-#: 04060116.xhp#hd_id3153039.87.help.text
-msgid "IMEXP"
-msgstr "IMEXP"
+#. rZM`
+#: 06030100.xhp
+msgctxt ""
+"06030100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Trace Precedents"
+msgstr "დამოკიდებულებების კვალი"
-#: 04060116.xhp#par_id3144741.88.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMEXP\">The result is the power of e and the complex number.</ahelp> The constant e has a value of approximately 2.71828182845904."
-msgstr "<ahelp hid=\"HID_AAI_FUNC_IMEXP\">შედეგი არის კომპლექსური რიცხვის e ხარისხი.</ahelp> e კონსტანდა დაახლოებით უდრის 2.71828182845904."
+#. +zzy
+#: 06030100.xhp
+msgctxt ""
+"06030100.xhp\n"
+"bm_id3155628\n"
+"help.text"
+msgid "<bookmark_value>cells; tracing precedents</bookmark_value><bookmark_value>formula cells;tracing precedents</bookmark_value>"
+msgstr ""
-#: 04060116.xhp#hd_id3145591.89.help.text
-msgctxt "04060116.xhp#hd_id3145591.89.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. 8eer
+#: 06030100.xhp
+#, fuzzy
+msgctxt ""
+"06030100.xhp\n"
+"hd_id3155628\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06030100.xhp\" name=\"Trace Precedents\">Trace Precedents</link>"
+msgstr "<link href=\"text/scalc/01/06030400.xhp\" name=\"Remove Dependents\">დამოკიდებულებების ამოშლა</link>"
-#: 04060116.xhp#par_id3154810.90.help.text
-msgid "IMEXP(\"ComplexNumber\")"
-msgstr "IMEXP(კომპლექსური რიცხვი)"
+#. gocf
+#: 06030100.xhp
+msgctxt ""
+"06030100.xhp\n"
+"par_id3153542\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ShowPrecedents\">This function shows the relationship between the current cell containing a formula and the cells used in the formula.</ahelp>"
+msgstr ""
-#: 04060116.xhp#hd_id3148581.92.help.text
-msgctxt "04060116.xhp#hd_id3148581.92.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. Xx_$
+#: 06030100.xhp
+msgctxt ""
+"06030100.xhp\n"
+"par_id3147265\n"
+"4\n"
+"help.text"
+msgid "Traces are displayed in the sheet with marking arrows. At the same time, the range of all the cells contained in the formula of the current cell is highlighted with a blue frame."
+msgstr ""
-#: 04060116.xhp#par_id3149253.93.help.text
-msgid " <item type=\"input\">=IMEXP(\"1+j\") </item>returns 1.47+2.29j (rounded)."
+#. _Sb5
+#: 06030100.xhp
+msgctxt ""
+"06030100.xhp\n"
+"par_id3154321\n"
+"3\n"
+"help.text"
+msgid "This function is based on a principle of layers. For example, if the precedent cell to a formula is already indicated with a tracer arrow, when you repeat this command, the tracer arrows are drawn to the precedent cells of this cell."
msgstr ""
-#: 04060116.xhp#bm_id3149955.help.text
-msgid "<bookmark_value>IMCONJUGATE function</bookmark_value>"
-msgstr "<bookmark_value>IMCONJUGATE ფუნქცია</bookmark_value>"
+#. F,Fd
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Define Names"
+msgstr "განსაზღვრული სახელები"
-#: 04060116.xhp#hd_id3149955.94.help.text
-msgid "IMCONJUGATE"
-msgstr "IMCONJUGATE"
+#. kw1Y
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3156330\n"
+"1\n"
+"help.text"
+msgid "Define Names"
+msgstr "განსაზღვრული სახელები"
-#: 04060116.xhp#par_id3155263.95.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMCONJUGATE\">The result is the conjugated complex complement to a complex number.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_IMCONJUGATE\">შედეგი არის კომპლექსური დანამატის და კომპლექსური რიცხვის შეერთება.</ahelp>"
+#. :P3}
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3154366\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"namenfestlegentext\"><ahelp hid=\".uno:DefineName\">Opens a dialog where you can specify a name for a selected area.</ahelp></variable>"
+msgstr "<variable id=\"namenfestlegentext\"><ahelp hid=\".uno:DefineName\">ხსნის დიალოგს სადაც შეგიძლიათ არჩეული არის სახელის მითითება.</ahelp></variable>"
-#: 04060116.xhp#hd_id3148750.96.help.text
-msgctxt "04060116.xhp#hd_id3148750.96.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. ao_E
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3154123\n"
+"31\n"
+"help.text"
+msgid "Use the mouse to define ranges or type the reference into the <emph>Define Name </emph>dialog fields."
+msgstr ""
-#: 04060116.xhp#par_id3153082.97.help.text
-msgid "IMCONJUGATE(\"ComplexNumber\")"
-msgstr "IMCONJUGATE(კომპლექსური რიცხვი)"
+#. s2]n
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3155131\n"
+"30\n"
+"help.text"
+msgid "The <emph>Sheet Area</emph> box on the Formula bar contains a list of defined names for the ranges. Click a name from this box to highlight the corresponding reference on the spreadsheet. Names given formulas or parts of a formula are not listed here."
+msgstr ""
-#: 04060116.xhp#hd_id3153326.99.help.text
-msgctxt "04060116.xhp#hd_id3153326.99.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. ~hXf
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3151118\n"
+"3\n"
+"help.text"
+msgid "Name"
+msgstr "სახელი"
-#: 04060116.xhp#par_id3149688.100.help.text
-msgid " <item type=\"input\">=IMCONJUGATE(\"1+j\")</item> returns 1-j."
+#. yL3M
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3163712\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_NAMES:ED_NAME\">Enter the name of the area for which you want to define a reference. All area names already defined in the spreadsheet are listed in the text field below.</ahelp> If you click a name on the list, the corresponding reference in the document will be shown with a blue frame. If multiple cell ranges belong to the same area name, they are displayed with different colored frames."
msgstr ""
-#: 04060116.xhp#bm_id3150898.help.text
-msgid "<bookmark_value>IMLN function</bookmark_value>"
-msgstr "<bookmark_value>IMLN ფუნქცია</bookmark_value>"
-
-#: 04060116.xhp#hd_id3150898.101.help.text
-msgid "IMLN"
-msgstr "IMLN"
+#. %71c
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3153728\n"
+"9\n"
+"help.text"
+msgid "Assigned to"
+msgstr "მიწერილია"
-#: 04060116.xhp#par_id3146853.102.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMLN\">The result is the natural logarithm (to the base e) of a complex number.</ahelp> The constant e has a value of approximately 2.71828182845904."
-msgstr "<ahelp hid=\"HID_AAI_FUNC_IMLN\">შედეგი არის კომპლექსური რიცხვის ნატურალური ლოგარითმი (ფუძით e).</ahelp> e კონსტანდა დაახლოებით უდრის 2.71828182845904."
+#. beaT
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3147435\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_NAMES:ED_ASSIGN\">The reference of the selected area name is shown here as an absolute value.</ahelp>"
+msgstr ""
-#: 04060116.xhp#hd_id3150008.103.help.text
-msgctxt "04060116.xhp#hd_id3150008.103.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. A!?g
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3146986\n"
+"12\n"
+"help.text"
+msgid "To insert a new area reference, place the cursor in this field and use your mouse to select the desired area in any sheet of your spreadsheet document."
+msgstr ""
-#: 04060116.xhp#par_id3155954.104.help.text
-msgid "IMLN(\"ComplexNumber\")"
-msgstr "IMLN(კომპლექსური რიცხვი)"
+#. bq`0
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3154729\n"
+"13\n"
+"help.text"
+msgid "More"
+msgstr "დამატებით"
-#: 04060116.xhp#hd_id3153565.106.help.text
-msgctxt "04060116.xhp#hd_id3153565.106.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. !K5k
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3149958\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_NAMES:BTN_MORE\">Allows you to specify the <emph>Area type </emph>(optional) for the reference.</ahelp>"
+msgstr "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_NAMES:BTN_MORE\">საშუალებას გაძლევთ განსაზღვროთ <emph>არეს ტიპი </emph>(არასავალდებულო) მითითებისთვის.</ahelp>"
-#: 04060116.xhp#par_id3153736.107.help.text
-msgid " <item type=\"input\">=IMLN(\"1+j\")</item> returns 0.35+0.79j (rounded)."
-msgstr ""
+#. Gw/B
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3147394\n"
+"15\n"
+"help.text"
+msgid "Area type"
+msgstr "არეს ტიპი"
-#: 04060116.xhp#bm_id3155929.help.text
-msgid "<bookmark_value>IMLOG10 function</bookmark_value>"
-msgstr "<bookmark_value>IMLOG10 ფუნქცია</bookmark_value>"
+#. yhzB
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3155416\n"
+"16\n"
+"help.text"
+msgid "Defines additional options related to the type of reference area."
+msgstr "მითითების არისთვის საზღვრავს დამატებით პარამეტრებს."
-#: 04060116.xhp#hd_id3155929.108.help.text
-msgid "IMLOG10"
-msgstr "IMLOG10"
+#. ;wXq
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3150716\n"
+"17\n"
+"help.text"
+msgid "Print range"
+msgstr "დიაპაზონის დაბეჭდვა"
-#: 04060116.xhp#par_id3149882.109.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMLOG10\">The result is the common logarithm (to the base 10) of a complex number.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_IMLOG10\">შედეგი არის კომპლექსური რიცხვის ჩოულებრივი ლოგარითმი (ფუძით 10).</ahelp>"
+#. -|=j
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3150751\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_PRINTAREA\">Defines the area as a print range.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_PRINTAREA\">საზღვრავს არეს როგორც საბეჭდ დიაპაზონს.</ahelp>"
-#: 04060116.xhp#hd_id3154327.110.help.text
-msgctxt "04060116.xhp#hd_id3154327.110.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. SaUa
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3153764\n"
+"19\n"
+"help.text"
+msgid "Filter"
+msgstr "ფილტრი"
-#: 04060116.xhp#par_id3150128.111.help.text
-msgid "IMLOG10(\"ComplexNumber\")"
-msgstr "IMLOG10(კომპლექსური რიცხვი)"
+#. S.cy
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3155766\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_CRITERIA\">Defines the selected area to be used in an <link href=\"text/scalc/01/12040300.xhp\" name=\"advanced filter\">advanced filter</link>.</ahelp>"
+msgstr ""
-#: 04060116.xhp#hd_id3149003.113.help.text
-msgctxt "04060116.xhp#hd_id3149003.113.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. hUcd
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3159267\n"
+"21\n"
+"help.text"
+msgid "Repeat column"
+msgstr "სვეტის გამეორება"
-#: 04060116.xhp#par_id3151021.114.help.text
-msgid " <item type=\"input\">=IMLOG10(\"1+j\")</item> returns 0.15+0.34j (rounded)."
-msgstr ""
+#. /v*I
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3149565\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_COLHEADER\">Defines the area as a repeating column.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_COLHEADER\">საზღვრავს არეს როგორც განმეორებად სვეტს.</ahelp>"
-#: 04060116.xhp#bm_id3155623.help.text
-msgid "<bookmark_value>IMLOG2 function</bookmark_value>"
-msgstr "<bookmark_value>IMLOG2 ფუნქცია</bookmark_value>"
+#. 30we
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3153966\n"
+"23\n"
+"help.text"
+msgid "Repeat row"
+msgstr "რიგის გამეორება"
-#: 04060116.xhp#hd_id3155623.115.help.text
-msgid "IMLOG2"
-msgstr "IMLOG2"
+#. :F^q
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3150300\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_ROWHEADER\">Defines the area as a repeating row.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_ROWHEADER\">საზღვრავს არეს როგორც განმეორებად რიგს.</ahelp>"
-#: 04060116.xhp#par_id3150932.116.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMLOG2\">The result is the binary logarithm of a complex number.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_IMLOG2\">შედეგი არის კომპლექსური რიცხვის ორობითი ლოგარითმი.</ahelp>"
+#. Gd9x
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3155112\n"
+"27\n"
+"help.text"
+msgid "Add/Modify"
+msgstr "დამატება/შეცვლა"
-#: 04060116.xhp#hd_id3153046.117.help.text
-msgctxt "04060116.xhp#hd_id3153046.117.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. B:.P
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3159236\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_NAMES:BTN_ADD\">Click the <emph>Add</emph> button to add the defined name to the list. Click the <emph>Modify</emph> button to enter another name for an already existing name selected from the list.</ahelp>"
+msgstr ""
-#: 04060116.xhp#par_id3145355.118.help.text
-msgid "IMLOG2(\"ComplexNumber\")"
-msgstr "IMLOG2(კომპლექსური რიცხვი)"
+#. w[qN
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"tit\n"
+"help.text"
+msgid "DATEVALUE"
+msgstr "DATEVALUE"
+
+#. kH28
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"bm_id3145621\n"
+"help.text"
+msgid "<bookmark_value>DATEVALUE function</bookmark_value>"
+msgstr "<bookmark_value>DATEVALUE ფუნქცია</bookmark_value>"
-#: 04060116.xhp#hd_id3148768.120.help.text
-msgctxt "04060116.xhp#hd_id3148768.120.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. P#Lj
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"hd_id3145621\n"
+"18\n"
+"help.text"
+msgid "<variable id=\"datevalue\"><link href=\"text/scalc/01/func_datevalue.xhp\">DATEVALUE</link></variable>"
+msgstr "<variable id=\"datevalue\"><link href=\"text/scalc/01/func_datevalue.xhp\">DATEVALUE</link></variable>"
-#: 04060116.xhp#par_id3149536.121.help.text
-msgid " <item type=\"input\">=IMLOG2(\"1+j\")</item> returns 0.50+1.13j (rounded)."
+#. Lfqr
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"par_id3145087\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DATWERT\">Returns the internal date number for text in quotes.</ahelp>"
msgstr ""
-#: 04060116.xhp#bm_id3145626.help.text
-msgid "<bookmark_value>IMPRODUCT function</bookmark_value>"
-msgstr "<bookmark_value>IMPRODUCT ფუნქცია</bookmark_value>"
-
-#: 04060116.xhp#hd_id3145626.122.help.text
-msgid "IMPRODUCT"
-msgstr "IMPRODUCT"
+#. 7}6i
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"par_id3149281\n"
+"20\n"
+"help.text"
+msgid "The internal date number is returned as a number. The number is determined by the date system that is used by $[officename] to calculate dates."
+msgstr ""
-#: 04060116.xhp#par_id3153545.123.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMPRODUCT\">The result is the product of up to 29 complex numbers.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_IMPRODUCT\">შედეგი არის 29-მდე კომპლექსური რიცხვის ნამრავლი.</ahelp>"
+#. +_e@
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"par_id0119200903491982\n"
+"help.text"
+msgid "If the text string also includes a time value, DATEVALUE only returns the integer part of the conversion."
+msgstr ""
-#: 04060116.xhp#hd_id3149388.124.help.text
-msgctxt "04060116.xhp#hd_id3149388.124.help.text"
+#. 2K24
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"hd_id3156294\n"
+"21\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060116.xhp#par_id3149027.125.help.text
-msgid "IMPRODUCT(\"ComplexNumber\"; \"ComplexNumber1\"; ...)"
-msgstr "IMPRODUCT(კომპლექსური რიცხვი;კომპლექსური რიცხვი 1;...)"
+#. ,pbR
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"par_id3149268\n"
+"22\n"
+"help.text"
+msgid "DATEVALUE(\"Text\")"
+msgstr "DATEVALUE(\"ტექსტი\")"
+
+#. 0[mP
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"par_id3154819\n"
+"23\n"
+"help.text"
+msgid "<emph>Text</emph> is a valid date expression and must be entered with quotation marks."
+msgstr "<emph>ტექსტი</emph> არის მართებული დროის გამოსახულება, რომელიც ბრჭყალებში უნდა ჩასვთ."
-#: 04060116.xhp#hd_id3153228.127.help.text
-msgctxt "04060116.xhp#hd_id3153228.127.help.text"
+#. wRC:
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"hd_id3156309\n"
+"24\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060116.xhp#par_id3155815.128.help.text
-msgid " <item type=\"input\">=IMPRODUCT(\"3+4j\";\"5-3j\")</item> returns 27+11j."
-msgstr ""
+#. gk)I
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"par_id3155841\n"
+"25\n"
+"help.text"
+msgid "<emph>=DATEVALUE(\"1954-07-20\")</emph> yields 19925."
+msgstr ""
+
+#. 0gS3
+#: 06060200.xhp
+msgctxt ""
+"06060200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Protecting document"
+msgstr "დოკუმენტის დაცვა"
-#: 04060116.xhp#bm_id3147539.help.text
-msgid "<bookmark_value>IMREAL function</bookmark_value>"
-msgstr "<bookmark_value>IMREAL ფუნქცია</bookmark_value>"
+#. ;=KQ
+#: 06060200.xhp
+msgctxt ""
+"06060200.xhp\n"
+"hd_id3150541\n"
+"1\n"
+"help.text"
+msgid "Protecting document"
+msgstr "დოკუმენტის დაცვა"
-#: 04060116.xhp#hd_id3147539.129.help.text
-msgid "IMREAL"
-msgstr "IMREAL"
+#. AKw6
+#: 06060200.xhp
+msgctxt ""
+"06060200.xhp\n"
+"par_id3145172\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"dokumenttext\"><ahelp hid=\".uno:ToolProtectionDocument\">Protects the sheet structure of your document from modifications. It is impossible to insert, delete, rename, move or copy sheets.</ahelp></variable> Open the <emph>Protect document</emph> dialog with <emph>Tools - Protect Document - Document</emph>. Optionally enter a password and click OK."
+msgstr ""
-#: 04060116.xhp#par_id3155372.130.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMREAL\">The result is the real coefficient of a complex number.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_IMREAL\">შედეგი არის კომპლექსური რიცხვის ნამდვილი კოეფიციენტი.</ahelp>"
+#. 3lNE
+#: 06060200.xhp
+msgctxt ""
+"06060200.xhp\n"
+"par_id3153188\n"
+"6\n"
+"help.text"
+msgid "The structure of protected spreadsheet documents can be changed only if the <emph>Protect</emph> option is disabled. On the context menus for the spreadsheet tabs at the lower graphic border, only the menu item <emph>Select All Sheets</emph> can be activated. All other menu items are deactivated. To remove the protection, call up the command <emph>Tools - Protect Document - Document</emph> again. If no password is assigned, protection is immediately removed. If you were assigned a password, the <emph>Remove Spreadsheet Protection</emph> dialog appears, in which you must enter the password. Only then can you remove the check mark specifying that protection is active."
+msgstr ""
-#: 04060116.xhp#hd_id3154951.131.help.text
-msgctxt "04060116.xhp#hd_id3154951.131.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. n.n$
+#: 06060200.xhp
+msgctxt ""
+"06060200.xhp\n"
+"par_id3145750\n"
+"7\n"
+"help.text"
+msgid "A protected document, once saved, can only be saved again with the <emph>File - Save As</emph> menu command."
+msgstr ""
-#: 04060116.xhp#par_id3153927.132.help.text
-msgid "IMREAL(\"ComplexNumber\")"
-msgstr "IMREAL(კომპლექსური რიცხვი)"
+#. xU\:
+#: 06060200.xhp
+msgctxt ""
+"06060200.xhp\n"
+"hd_id3152596\n"
+"4\n"
+"help.text"
+msgid "Password (optional)"
+msgstr "პაროლი (არასავალდებულო)"
-#: 04060116.xhp#hd_id3155409.134.help.text
-msgctxt "04060116.xhp#hd_id3155409.134.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. R\NR
+#: 06060200.xhp
+msgctxt ""
+"06060200.xhp\n"
+"par_id3155412\n"
+"5\n"
+"help.text"
+msgid "You can create a password to protect your document against unauthorized or accidental modifications."
+msgstr ""
-#: 04060116.xhp#par_id3155986.135.help.text
-msgid " <item type=\"input\">=IMREAL(\"1+3j\")</item> returns 1."
+#. 3X!H
+#: 06060200.xhp
+msgctxt ""
+"06060200.xhp\n"
+"par_id3150717\n"
+"9\n"
+"help.text"
+msgid "You can completely protect your work by combining both options from <emph>Tools - Protect Document</emph>, including password entry. If you want to prevent the document from being opened by other users, select <emph>Save With Password </emph>and click the <emph>Save</emph> button. The <emph>Enter Password</emph> dialog appears. Consider carefully when choosing a password; if you forget it after you close a document you will be unable to access the document."
msgstr ""
-#: 04060116.xhp#bm_id3148431.help.text
-msgid "<bookmark_value>IMSIN function</bookmark_value>"
-msgstr "<bookmark_value>IMSIN ფუნქცია</bookmark_value>"
+#. 1WL^
+#: 12040100.xhp
+msgctxt ""
+"12040100.xhp\n"
+"tit\n"
+"help.text"
+msgid "AutoFilter"
+msgstr "ავტოფილტრი"
-#: 04060116.xhp#hd_id3148431.136.help.text
-msgid "IMSIN"
-msgstr "IMSIN"
+#. !}mG
+#: 12040100.xhp
+msgctxt ""
+"12040100.xhp\n"
+"hd_id3153541\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12040100.xhp\" name=\"AutoFilter\">AutoFilter</link>"
+msgstr "<link href=\"text/scalc/01/12040100.xhp\" name=\"AutoFilter\">ავტოფილტრი</link>"
-#: 04060116.xhp#par_id3152591.137.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMSIN\">The result is the sine of a complex number.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_IMSIN\">შედეგი არის კომპლექსური რიცხვის სინუსი.</ahelp>"
+#. pZaS
+#: 12040100.xhp
+msgctxt ""
+"12040100.xhp\n"
+"par_id3148550\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DataFilterAutoFilter\">Automatically filters the selected cell range, and creates one-row list boxes where you can choose the items that you want to display.</ahelp>"
+msgstr ""
-#: 04060116.xhp#hd_id3149822.138.help.text
-msgctxt "04060116.xhp#hd_id3149822.138.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. )G/S
+#: 12040100.xhp
+msgctxt ""
+"12040100.xhp\n"
+"par_id3145171\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12090000.xhp\" name=\"Default filter\">Default filter</link>"
+msgstr "<link href=\"text/shared/02/12090000.xhp\" name=\"Default filter\">ნაგულისხმები ფილტრი</link>"
-#: 04060116.xhp#par_id3150387.139.help.text
-msgid "IMSIN(\"ComplexNumber\")"
-msgstr "IMSIN(კომპლექსური რიცხვი)"
+#. dbD]
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"tit\n"
+"help.text"
+msgid "Logical Functions"
+msgstr "ლოგიკური ფუნქციები"
-#: 04060116.xhp#hd_id3150613.141.help.text
-msgctxt "04060116.xhp#hd_id3150613.141.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. X_or
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"bm_id3153484\n"
+"help.text"
+msgid "<bookmark_value>logical functions</bookmark_value> <bookmark_value>Function Wizard; logical</bookmark_value> <bookmark_value>functions; logical functions</bookmark_value>"
+msgstr "<bookmark_value>ელცხრილები; ფუნქცუები</bookmark_value><bookmark_value>ფუნქცუების ოსტატი, ელცხრილები</bookmark_value><bookmark_value>ფუნქცუები; ელცხრილები</bookmark_value>"
-#: 04060116.xhp#par_id3154310.142.help.text
-msgid " <item type=\"input\">=IMSIN(\"3+4j\")</item> returns 3.85+27.02j (rounded)."
-msgstr ""
+#. \kH%
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3153484\n"
+"1\n"
+"help.text"
+msgid "Logical Functions"
+msgstr "ლოგიკური ფუნქციები"
-#: 04060116.xhp#bm_id3163826.help.text
-msgid "<bookmark_value>IMSUB function</bookmark_value>"
-msgstr "<bookmark_value>IMSUB ფუნქცია</bookmark_value>"
+#. 6Z%p
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3149312\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"logischtext\">This category contains the <emph>Logical</emph> functions. </variable>"
+msgstr "<variable id=\"logischtext\">ეს კატეგორია შეიცავს <emph>ლოგიკურ</emph> ფუნქციებს. </variable>"
-#: 04060116.xhp#hd_id3163826.143.help.text
-msgid "IMSUB"
-msgstr "IMSUB"
+#. MuJl
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"bm_id3147505\n"
+"help.text"
+msgid "<bookmark_value>AND function</bookmark_value>"
+msgstr "<bookmark_value>AND ფუნქცია</bookmark_value>"
-#: 04060116.xhp#par_id3149277.144.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMSUB\">The result is the subtraction of two complex numbers.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_IMSUB\">შედეგი არის ორი კომპლექსური რიცხვის გამოკლება.</ahelp>"
+#. gg3L
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3147505\n"
+"29\n"
+"help.text"
+msgid "AND"
+msgstr "AND"
-#: 04060116.xhp#hd_id3149264.145.help.text
-msgctxt "04060116.xhp#hd_id3149264.145.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. kP$E
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3153959\n"
+"65\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_UND\">Returns TRUE if all arguments are TRUE.</ahelp> If one of the elements is FALSE, this function returns the FALSE value."
+msgstr "<ahelp hid=\"HID_FUNC_UND\">აბრუნებს ჭეშმარიტს თუ ყველა არგუმენტი ჭეშმარიტია.</ahelp> თუ ერთერთი არგუმენტი მცდარია, ფუნქცია დააბრუნებს მცდარს."
-#: 04060116.xhp#par_id3149710.146.help.text
-msgid "IMSUB(\"ComplexNumber1\"; \"ComplexNumber2\")"
-msgstr "IMPRODUCT(კომპლექსური რიცხვი;კომპლექსური რიცხვი 1;...)"
+#. TSUO
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3146100\n"
+"66\n"
+"help.text"
+msgid "The arguments are either logical expressions themselves (TRUE, 1<5, 2+3=7, B8<10) that return logical values, or arrays (A1:C3) containing logical values."
+msgstr "არგუმენტები ან თვითონაა ლოგიკური გამოსახულებები (TRUE, 1<5, 2+3=7, B8<10) რომლებიც აბრუნებს ლოგიკურ მნიშვნელობას, ან მასივები (A1:C3) რომლებიც შრიცავს ლოგიკურ მნიშვნელობას."
-#: 04060116.xhp#hd_id3155833.148.help.text
-msgctxt "04060116.xhp#hd_id3155833.148.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. Phi@
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3150538\n"
+"67\n"
+"help.text"
+msgid "When a function expects a single value, but you entered a cell range, then the value from the cell range is taken that is in the same column or row as the formula."
+msgstr "როდესაც ფუნქცია მოელის ცალ მნიშვნელობას, მაგრამ თქვენ შეგყავთ უჯრების დიაპაზონი, მაშინ მნიშვნელობა დიაპაზონიდან აიღება რომელიც იმავე რიგშია ან სვეტში სადაც ფორმულაა."
-#: 04060116.xhp#par_id3150963.149.help.text
-msgid " <item type=\"input\">=IMSUB(\"13+4j\";\"5+3j\")</item> returns 8+j."
+#. M#7X
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3149128\n"
+"68\n"
+"help.text"
+msgid "If the entered range is outside of the current column or row of the formula, the function returns the error value #VALUE!"
msgstr ""
-#: 04060116.xhp#bm_id3156312.help.text
-msgid "<bookmark_value>IMSUM function</bookmark_value>"
-msgstr "<bookmark_value>IMSUM ფუნქცია</bookmark_value>"
-
-#: 04060116.xhp#hd_id3156312.150.help.text
-msgid "IMSUM"
-msgstr "IMSUM"
-
-#: 04060116.xhp#par_id3153215.151.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMSUM\">The result is the sum of up to 29 complex numbers.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_IMSUM\">შედეგი არის 29-მდე კომპლექსური რიცხვის ჯამი.</ahelp>"
-
-#: 04060116.xhp#hd_id3156095.152.help.text
-msgctxt "04060116.xhp#hd_id3156095.152.help.text"
+#. l2qq
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3150374\n"
+"31\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060116.xhp#par_id3152930.153.help.text
-msgid "IMSUM(\"ComplexNumber1\"; \"ComplexNumber2\"; ...)"
-msgstr "IMPRODUCT(კომპლექსური რიცხვი;კომპლექსური რიცხვი 1;...)"
+#. ph`j
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3159123\n"
+"32\n"
+"help.text"
+msgid "AND(LogicalValue1; LogicalValue2 ...LogicalValue30)"
+msgstr "AND(ლოგიკური მნიშვნელობა 1; ლოგიკური მნიშვნელობა 2 ...ლოგიკური მნიშვნელობა 30)"
-#: 04060116.xhp#hd_id3154640.155.help.text
-msgctxt "04060116.xhp#hd_id3154640.155.help.text"
+#. -\Ao
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3150038\n"
+"33\n"
+"help.text"
+msgid "<emph>LogicalValue1; LogicalValue2 ...LogicalValue30</emph> are conditions to be checked. All conditions can be either TRUE or FALSE. If a range is entered as a parameter, the function uses the value from the range that is in the current column or row. The result is TRUE if the logical value in all cells within the cell range is TRUE."
+msgstr ""
+
+#. kL:Y
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3149143\n"
+"34\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060116.xhp#par_id3147081.156.help.text
-msgid " <item type=\"input\">=IMSUM(\"13+4j\";\"5+3j\")</item> returns 18+7j."
-msgstr ""
+#. /L%H
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3153123\n"
+"35\n"
+"help.text"
+msgid "The logical values of entries 12<13; 14>12, and 7<6 are to be checked:"
+msgstr "ჩანაწერთა 12<13; 14>12, და 7<6 ლოგიკური მნიშვნელობა გამოიცდება:"
-#: 04060116.xhp#bm_id3147570.help.text
-msgid "<bookmark_value>IMSQRT function</bookmark_value>"
-msgstr "<bookmark_value>IMSQRT ფუნქცია</bookmark_value>"
+#. rYn{
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3145632\n"
+"36\n"
+"help.text"
+msgid "<item type=\"input\">=AND(12<13;14>12;7<6)</item> returns FALSE."
+msgstr ""
+
+#. fW,2
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3149946\n"
+"60\n"
+"help.text"
+msgid "<item type=\"input\">=AND (FALSE;TRUE)</item> returns FALSE."
+msgstr ""
+
+#. .j}X
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"bm_id3149015\n"
+"help.text"
+msgid "<bookmark_value>FALSE function</bookmark_value>"
+msgstr "<bookmark_value>FALSE ფუნქცია</bookmark_value>"
-#: 04060116.xhp#hd_id3147570.167.help.text
-msgid "IMSQRT"
-msgstr "IMSQRT"
+#. \5XK
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3149015\n"
+"3\n"
+"help.text"
+msgid "FALSE"
+msgstr "FALSE"
-#: 04060116.xhp#par_id3156131.168.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMSQRT\">The result is the square root of a complex number.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_IMSQRT\">შედეგი არის კომპლექსური რიცხვის კვადრატული ფესვი.</ahelp>"
+#. 62;e
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3149890\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_FALSCH\">Returns the logical value FALSE.</ahelp> The FALSE() function does not require any arguments, and always returns the logical value FALSE."
+msgstr "<ahelp hid=\"HID_FUNC_FALSCH\">აბრუნებს ლოგიკურ მნიშვნელობას FALSE.</ahelp> FALSE() ფუნქცია არ მოითხოვს რაიმე არგუმენტებს და ყოველთვის აბრუნებს FALSE."
-#: 04060116.xhp#hd_id3145202.169.help.text
-msgctxt "04060116.xhp#hd_id3145202.169.help.text"
+#. X_xy
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3146939\n"
+"5\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060116.xhp#par_id3150760.170.help.text
-msgid "IMSQRT(\"ComplexNumber\")"
-msgstr "IMSQRT(კომპლექსური რიცხვი)"
+#. ^(.V
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3150030\n"
+"6\n"
+"help.text"
+msgid "FALSE()"
+msgstr "FALSE()"
-#: 04060116.xhp#hd_id3147268.172.help.text
-msgctxt "04060116.xhp#hd_id3147268.172.help.text"
+#. 9mPx
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3150697\n"
+"7\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060116.xhp#par_id3152807.173.help.text
-msgid " <item type=\"input\">=IMSQRT(\"3+4i\")</item> returns 2+1i."
-msgstr ""
-
-#: 04060116.xhp#bm_id3154054.help.text
-msgid "<bookmark_value>COMPLEX function</bookmark_value>"
-msgstr "<bookmark_value>COMPLEX ფუნქცია</bookmark_value>"
+#. z;$N
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3154842\n"
+"8\n"
+"help.text"
+msgid "<item type=\"input\">=FALSE()</item> returns FALSE"
+msgstr ""
+
+#. J_dr
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3147468\n"
+"9\n"
+"help.text"
+msgid "<item type=\"input\">=NOT(FALSE())</item> returns TRUE"
+msgstr ""
+
+#. c65N
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"bm_id3150141\n"
+"help.text"
+msgid "<bookmark_value>IF function</bookmark_value>"
+msgstr "<bookmark_value>IF ფუნქცია</bookmark_value>"
-#: 04060116.xhp#hd_id3154054.157.help.text
-msgid "COMPLEX"
-msgstr "COMPLEX"
+#. Myk.
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3150141\n"
+"48\n"
+"help.text"
+msgid "IF"
+msgstr "IF"
-#: 04060116.xhp#par_id3156111.158.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_COMPLEX\">The result is a complex number which is returned from a real coefficient and an imaginary coefficient.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_COMPLEX\">შედეგი არის კომპლექსური რიცხვი, რომელსაც აბრუნებს ნამდვილი და წარმოსახვითი კოეფიციენტი.</ahelp>"
+#. MbJb
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3148740\n"
+"49\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_WENN\">Specifies a logical test to be performed.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_WENN\">საზღვრავს წარსადგენ ლოგიკურ ტესტს.</ahelp>"
-#: 04060116.xhp#hd_id3154744.159.help.text
-msgctxt "04060116.xhp#hd_id3154744.159.help.text"
+#. RbS#
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3153325\n"
+"50\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060116.xhp#par_id3155999.160.help.text
-msgid "COMPLEX(RealNum; INum; Suffix)"
-msgstr "COMPLEX(ნამდვილი რიცხვი;I რიცხვი;სუფიქსი)"
+#. aP-0
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3154558\n"
+"51\n"
+"help.text"
+msgid "IF(Test; ThenValue; OtherwiseValue)"
+msgstr "IF(ტესტი;შემდეგ_მნიშვნელობა;სხვაგვარად_მნისვნელობა)"
-#: 04060116.xhp#par_id3153626.161.help.text
-msgid " <emph>RealNum</emph> is the real coefficient of the complex number."
-msgstr ""
+#. }C%;
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3149727\n"
+"52\n"
+"help.text"
+msgid "<emph>Test</emph> is any value or expression that can be TRUE or FALSE."
+msgstr "<emph>ტესტი</emph> არის ნებისმიერი მნისვნელობა ან გამოსახულება რომელიც შეიძლება იყოს ჭეშმარიტი ან მცდარი."
-#: 04060116.xhp#par_id3149135.162.help.text
-msgid " <emph>INum</emph> is the imaginary coefficient of the complex number."
-msgstr ""
+#. b(gT
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3155828\n"
+"53\n"
+"help.text"
+msgid "<emph>ThenValue</emph> (optional) is the value that is returned if the logical test is TRUE."
+msgstr "<emph>მაშინ_მნიშვნელობა</emph> (არასავალდებულო) არის ლოგიკური ტესტი თუ TRUE არის, დაბრუნებული მნიშვნელობა."
-#: 04060116.xhp#par_id3155849.163.help.text
-msgid " <emph>Suffix</emph> is a list of options, \"i\" or \"j\"."
-msgstr ""
+#. }4)R
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3154811\n"
+"54\n"
+"help.text"
+msgid "<emph>OtherwiseValue</emph> (optional) is the value that is returned if the logical test is FALSE."
+msgstr "<emph>სხვაგვარად_მნიშვნელობა</emph> (არასავალდებულო) არის ლოგიკური ტესტი თუ FALSE არის, დაბრუნებული მნიშვნელობა."
-#: 04060116.xhp#hd_id3145659.164.help.text
-msgctxt "04060116.xhp#hd_id3145659.164.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. N%Z^
+#: 04060105.xhp
+#, fuzzy
+msgctxt ""
+"04060105.xhp\n"
+"par_idN107FA\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-#: 04060116.xhp#par_id3143229.165.help.text
-msgid " <item type=\"input\">=COMPLEX(3;4;\"j\")</item> returns 3+4j."
-msgstr ""
+#. E,35
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3149507\n"
+"55\n"
+"help.text"
+msgid "Examples"
+msgstr "მაგალითები"
-#: 04060116.xhp#bm_id3155103.help.text
-msgid "<bookmark_value>OCT2BIN function</bookmark_value> <bookmark_value>converting;octal numbers, into binary numbers</bookmark_value>"
-msgstr "<bookmark_value>OCT2BIN ფუნქცია</bookmark_value><bookmark_value>გარდაქმნა;რვაობითი რიცხვები; ორობით რიცხვებად</bookmark_value>"
+#. 0F_`
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3150867\n"
+"57\n"
+"help.text"
+msgid "<item type=\"input\">=IF(A1>5;100;\"too small\")</item> If the value in A1 is higher than 5, the value 100 is entered in the current cell; otherwise, the text “too small” (without quotes) is entered."
+msgstr ""
+
+#. 3:Fz
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"bm_id3155954\n"
+"help.text"
+msgid "<bookmark_value>NOT function</bookmark_value>"
+msgstr "<bookmark_value>NOT ფუნქცია</bookmark_value>"
-#: 04060116.xhp#hd_id3155103.217.help.text
-msgid "OCT2BIN"
-msgstr "OCT2BIN"
+#. 9V%*
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3155954\n"
+"12\n"
+"help.text"
+msgid "NOT"
+msgstr "NOT"
-#: 04060116.xhp#par_id3146898.218.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_OCT2BIN\">The result is the binary number for the octal number entered.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_OCT2BIN\">შედეგი არის შეყვანილი რვაობითი რიცხვის ორობითი რიცხვი.</ahelp>"
+#. EE%p
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3153570\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_NICHT\">Complements (inverts) a logical value.</ahelp>"
+msgstr ""
-#: 04060116.xhp#hd_id3146088.219.help.text
-msgctxt "04060116.xhp#hd_id3146088.219.help.text"
+#. 9M^L
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3147372\n"
+"14\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060116.xhp#par_id3154303.220.help.text
-msgid "OCT2BIN(Number; Places)"
-msgstr "OCT2BIN(რიცხვი;ადგილები)"
-
-#: 04060116.xhp#par_id3156013.221.help.text
-msgctxt "04060116.xhp#par_id3156013.221.help.text"
-msgid " <emph>Number</emph> is the octal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement."
-msgstr "რიცხვი: რვაობითი რიცხვი. რიცხვს შეიძლება მაქიმუმ 10 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
-
-#: 04060116.xhp#par_id3153984.222.help.text
-msgctxt "04060116.xhp#par_id3153984.222.help.text"
-msgid " <emph>Places</emph> is the number of places to be output."
-msgstr "ადგილები: გამოსატანი ადგილების ნომრები."
+#. nUrD
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3157996\n"
+"15\n"
+"help.text"
+msgid "NOT(LogicalValue)"
+msgstr "NOT(ლოგიკური მნიშვნელობა)"
-#: 04060116.xhp#hd_id3147493.223.help.text
-msgctxt "04060116.xhp#hd_id3147493.223.help.text"
+#. ,Abz
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3148766\n"
+"16\n"
+"help.text"
+msgid "<emph>LogicalValue</emph> is any value to be complemented."
+msgstr ""
+
+#. tf[)
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3149884\n"
+"17\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060116.xhp#par_id3147260.224.help.text
-msgid " <item type=\"input\">=OCT2BIN(3;3)</item> returns 011."
-msgstr ""
+#. DhbH
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3150132\n"
+"18\n"
+"help.text"
+msgid "<item type=\"input\">=NOT(A)</item>. If A=TRUE then NOT(A) will evaluate FALSE."
+msgstr ""
+
+#. c]Q_
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"bm_id3148394\n"
+"help.text"
+msgid "<bookmark_value>OR function</bookmark_value>"
+msgstr "<bookmark_value>OR ფუნქცია</bookmark_value>"
-#: 04060116.xhp#bm_id3152791.help.text
-msgid "<bookmark_value>OCT2DEC function</bookmark_value> <bookmark_value>converting;octal numbers, into decimal numbers</bookmark_value>"
-msgstr "<bookmark_value>OCT2DEC ფუნქცია</bookmark_value><bookmark_value>გარდაქმნა;რვაობითი რიცხვები; ათობით რიცხვებად</bookmark_value>"
+#. XAeY
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3148394\n"
+"20\n"
+"help.text"
+msgid "OR"
+msgstr "OR"
-#: 04060116.xhp#hd_id3152791.225.help.text
-msgid "OCT2DEC"
-msgstr "OCT2DEC"
+#. :+K-
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3156060\n"
+"61\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ODER\">Returns TRUE if at least one argument is TRUE.</ahelp> This function returns the value FALSE, if all the arguments have the logical value FALSE."
+msgstr "<ahelp hid=\"HID_FUNC_ODER\">აბრუნებს ჭეშმარიტს, თუ ერთი მნიშვნელობა მაინც არის ჭეშმარიტი.</ahelp> ეს ფუნქცია აბრუნებს მცდარ მნიშვნელობას; თუ ორიგე არგუმენტს აქვს ლოგიკური მნიშვნელობა მცდარი."
-#: 04060116.xhp#par_id3149199.226.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_OCT2DEZ\">The result is the decimal number for the octal number entered.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_OCT2DEZ\">შედეგი არის შეყვანილი რვაობითი რიცხვის ათობითი რიცხვი.</ahelp>"
+#. cQs(
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3148771\n"
+"62\n"
+"help.text"
+msgid "The arguments are either logical expressions themselves (TRUE, 1<5, 2+3=7, B8<10) that return logical values, or arrays (A1:C3) containing logical values."
+msgstr "არგუმენტები ან თვითონაა ლოგიკური გამოსახულებები (TRUE, 1<5, 2+3=7, B8<10) რომლებიც აბრუნებს ლოგიკურ მნიშვნელობას, ან მასივები (A1:C3) რომლებიც შრიცავს ლოგიკურ მნიშვნელობას."
+
+#. $wNH
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3153546\n"
+"63\n"
+"help.text"
+msgid "When a function expects a single value, but you entered a cell range, then the value from the cell range is taken that is in the same column or row as the formula."
+msgstr "როდესაც ფუნქცია მოელის ცალ მნიშვნელობას, მაგრამ თქვენ შეგყავთ უჯრების დიაპაზონი, მაშინ მნიშვნელობა დიაპაზონიდან აიღება რომელიც იმავე რიგშია ან სვეტში სადაც ფორმულაა."
-#: 04060116.xhp#hd_id3159337.227.help.text
-msgctxt "04060116.xhp#hd_id3159337.227.help.text"
+#. {]`K
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3149027\n"
+"64\n"
+"help.text"
+msgid "If the entered range is outside of the current column or row of the formula, the function returns the error value #VALUE!"
+msgstr ""
+
+#. \GLu
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3155517\n"
+"22\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060116.xhp#par_id3153902.228.help.text
-msgid "OCT2DEC(Number)"
-msgstr "OCT2DEC(რიცხვი)"
-
-#: 04060116.xhp#par_id3155326.229.help.text
-msgctxt "04060116.xhp#par_id3155326.229.help.text"
-msgid " <emph>Number</emph> is the octal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement."
-msgstr "რიცხვი: რვაობითი რიცხვი. რიცხვს შეიძლება მაქიმუმ 10 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
+#. h*Z5
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3150468\n"
+"23\n"
+"help.text"
+msgid "OR(LogicalValue1; LogicalValue2 ...LogicalValue30)"
+msgstr "OR(ლოგიკური მნიშვნელობა 1; ლოგიკური მნიშვნელობა 2 ...ლოგიკური მნიშვნელობა 30)"
-#: 04060116.xhp#hd_id3154698.230.help.text
-msgctxt "04060116.xhp#hd_id3154698.230.help.text"
+#. rO2L
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3155819\n"
+"24\n"
+"help.text"
+msgid "<emph>LogicalValue1; LogicalValue2 ...LogicalValue30</emph> are conditions to be checked. All conditions can be either TRUE or FALSE. If a range is entered as a parameter, the function uses the value from the range that is in the current column or row."
+msgstr ""
+
+#. }1cf
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3153228\n"
+"25\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060116.xhp#par_id3154930.231.help.text
-msgid " <item type=\"input\">=OCT2DEC(144)</item> returns 100."
-msgstr ""
+#. #do#
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3154870\n"
+"26\n"
+"help.text"
+msgid "The logical values of entries 12<11; 13>22, and 45=45 are to be checked."
+msgstr "12<11; 13>22, და 45=45 ჩანაწერების ლოგიკური მნიშვნელობაა შესამოწმებელი."
-#: 04060116.xhp#bm_id3155391.help.text
-msgid "<bookmark_value>OCT2HEX function</bookmark_value> <bookmark_value>converting;octal numbers, into hexadecimal numbers</bookmark_value>"
-msgstr "<bookmark_value>OCT2HEX ფუნქცია</bookmark_value><bookmark_value>გარდაქმნა;რვაობითი რიცხვები; თექვსმეტობით რიცხვებად</bookmark_value>"
+#. k]YB
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3155371\n"
+"27\n"
+"help.text"
+msgid "<item type=\"input\">=OR(12<11;13>22;45=45)</item> returns TRUE."
+msgstr ""
+
+#. [a@p
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3158412\n"
+"59\n"
+"help.text"
+msgid "<item type=\"input\">=OR(FALSE;TRUE)</item> returns TRUE."
+msgstr ""
+
+#. OA[4
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"bm_id3156256\n"
+"help.text"
+msgid "<bookmark_value>TRUE function</bookmark_value>"
+msgstr "<bookmark_value>TRUE ფუნქცია</bookmark_value>"
-#: 04060116.xhp#hd_id3155391.232.help.text
-msgid "OCT2HEX"
-msgstr "OCT2HEX"
+#. dA/u
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3156256\n"
+"38\n"
+"help.text"
+msgid "TRUE"
+msgstr "TRUE"
-#: 04060116.xhp#par_id3148831.233.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_OCT2HEX\"> The result is the hexadecimal number for the octal number entered.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_OCT2HEX\"> შედეგი არის შეყვანილი რვაობითი რიცხვის თექვსმეტობითი რიცხვი.</ahelp>"
+#. )[D\
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3155985\n"
+"39\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_WAHR\">The logical value is set to TRUE.</ahelp> The TRUE() function does not require any arguments, and always returns the logical value TRUE."
+msgstr "<ahelp hid=\"HID_FUNC_WAHR\">ლოგიკური მნიშვნელობა არის TRUE.</ahelp> TRUE() ფუნქცია არ მოითხოვს არანაერ პარამეტრებს, და ყოველთვის აბრუნებს ლოგიკურ მნიშვნელობას TRUE."
-#: 04060116.xhp#hd_id3146988.234.help.text
-msgctxt "04060116.xhp#hd_id3146988.234.help.text"
+#. vjr~
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3153717\n"
+"40\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060116.xhp#par_id3150523.235.help.text
-msgid "OCT2HEX(Number; Places)"
-msgstr "OCT2HEX(რიცხვი;ადგილები)"
-
-#: 04060116.xhp#par_id3159162.236.help.text
-msgctxt "04060116.xhp#par_id3159162.236.help.text"
-msgid " <emph>Number</emph> is the octal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement."
-msgstr "რიცხვი: რვაობითი რიცხვი. რიცხვს შეიძლება მაქიმუმ 10 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
-
-#: 04060116.xhp#par_id3145420.237.help.text
-msgctxt "04060116.xhp#par_id3145420.237.help.text"
-msgid " <emph>Places</emph> is the number of places to be output."
-msgstr "ადგილები: გამოსატანი ადგილების ნომრები."
+#. d32+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3152590\n"
+"41\n"
+"help.text"
+msgid "TRUE()"
+msgstr "TRUE()"
-#: 04060116.xhp#hd_id3150504.238.help.text
-msgctxt "04060116.xhp#hd_id3150504.238.help.text"
+#. ^Os0
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3147175\n"
+"42\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060116.xhp#par_id3148802.239.help.text
-msgid " <item type=\"input\">=OCT2HEX(144;4)</item> returns 0064."
-msgstr ""
-
-#: 04060116.xhp#bm_id3148446.help.text
-msgid "<bookmark_value>CONVERT_ADD function</bookmark_value>"
-msgstr "<bookmark_value> CONVERT ADD ფუნქცია</bookmark_value>"
-
-#: 04060116.xhp#hd_id3148446.175.help.text
-msgid "CONVERT_ADD"
-msgstr "CONVERT_ADD"
-
-#: 04060116.xhp#par_id3154902.176.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_CONVERT\">Converts a value from one unit of measure to the corresponding value in another unit of measure.</ahelp> Enter the units of measures directly as text in quotation marks or as a reference. If you enter the units of measure in cells, they must correspond exactly with the following list which is case sensitive: For example, in order to enter a lower case l (for liter) in a cell, enter the apostrophe ' immediately followed by l."
-msgstr ""
-
-#: 04060116.xhp#par_id3153055.177.help.text
-msgid "Property"
-msgstr "მდგომარეობა"
-
-#: 04060116.xhp#par_id3147234.178.help.text
-msgid "Units"
-msgstr "ერთეულები"
-
-#: 04060116.xhp#par_id3147512.179.help.text
-msgid "Weight"
-msgstr "წონა"
-
-#: 04060116.xhp#par_id3148476.180.help.text
-msgid "<emph>g</emph>, sg, lbm, <emph>u</emph>, ozm, stone, ton, grain, pweight, hweight, shweight, brton"
-msgstr ""
-
-#: 04060116.xhp#par_id3155361.181.help.text
-msgid "Length"
-msgstr "სიგრძე"
-
-#: 04060116.xhp#par_id3148925.182.help.text
-msgid "<emph>m</emph>, mi, Nmi, in, ft, yd, ang, Pica, ell, <emph>parsec</emph>, <emph>lightyear</emph>, survey_mi"
+#. ?/VF
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3146148\n"
+"43\n"
+"help.text"
+msgid "If A=TRUE and B=FALSE the following examples appear:"
msgstr ""
-#: 04060116.xhp#par_id3158429.183.help.text
-msgctxt "04060116.xhp#par_id3158429.183.help.text"
-msgid "Time"
-msgstr "დრო"
-
-#: 04060116.xhp#par_id3150707.184.help.text
-msgid "yr, day, hr, mn, <emph>sec</emph>, <emph>s</emph>"
+#. ZoiT
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3083285\n"
+"44\n"
+"help.text"
+msgid "<item type=\"input\">=AND(A;B)</item> returns FALSE"
msgstr ""
-#: 04060116.xhp#par_id3153238.185.help.text
-msgid "Pressure"
-msgstr "წნევა"
-
-#: 04060116.xhp#par_id3166437.186.help.text
-msgid "<emph>Pa</emph>, <emph>atm</emph>, <emph>at</emph>, <emph>mmHg</emph>, Torr, psi"
+#. O?^L
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3083444\n"
+"45\n"
+"help.text"
+msgid "<item type=\"input\">=OR(A;B)</item> returns TRUE"
msgstr ""
-#: 04060116.xhp#par_id3152944.187.help.text
-msgid "Force"
-msgstr "ძალა"
-
-#: 04060116.xhp#par_id3155582.188.help.text
-msgid "<emph>N</emph>, <emph>dyn</emph>, <emph>dy</emph>, lbf, <emph>pond</emph>"
+#. z{-H
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3154314\n"
+"46\n"
+"help.text"
+msgid "<item type=\"input\">=NOT(AND(A;B))</item> returns TRUE"
msgstr ""
-#: 04060116.xhp#par_id3153686.189.help.text
-msgid "Energy"
-msgstr "ენერგია"
-
-#: 04060116.xhp#par_id3153386.190.help.text
-msgid "<emph>J</emph>, <emph>e</emph>, <emph>c</emph>, <emph>cal</emph>, <emph>eV</emph>, <emph>ev</emph>, HPh, <emph>Wh</emph>, <emph>wh</emph>, flb, BTU, btu"
-msgstr ""
+#. 4*8F
+#: 12080700.xhp
+#, fuzzy
+msgctxt ""
+"12080700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Show Details (Pivot Table)"
+msgstr "დეტალების ჩვენება"
-#: 04060116.xhp#par_id3154100.191.help.text
-msgid "Power"
-msgstr "ძალა"
+#. LXHt
+#: 12080700.xhp
+#, fuzzy
+msgctxt ""
+"12080700.xhp\n"
+"hd_id3344523\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12080700.xhp\">Show Details (Pivot Table)</link>"
+msgstr "<link href=\"text/scalc/01/12080200.xhp\" name=\"Show Details\">დეტალების ჩვენება</link>"
-#: 04060116.xhp#par_id3149915.192.help.text
-msgid "<emph>W</emph>, <emph>w</emph>, HP, PS"
+#. ELgc
+#: 12080700.xhp
+msgctxt ""
+"12080700.xhp\n"
+"par_id871303\n"
+"help.text"
+msgid "<ahelp hid=\".\">Inserts a new \"drill-down\" sheet with more information about the current pivot table cell. You can also double-click a pivot table cell to insert the \"drill-down\" sheet. The new sheet shows a subset of rows from the original data source that constitutes the result data displayed in the current cell.</ahelp>"
msgstr ""
-#: 04060116.xhp#par_id3148988.193.help.text
-msgid "Field strength"
-msgstr "ველის ძალა"
-
-#: 04060116.xhp#par_id3148616.194.help.text
-msgid "<emph>T</emph>, <emph>ga</emph>"
+#. Lj/J
+#: 12080700.xhp
+msgctxt ""
+"12080700.xhp\n"
+"par_id7132480\n"
+"help.text"
+msgid "Hidden items are not evaluated, the rows for the hidden items are included. Show Details is available only for pivot tables that are based on cell ranges or database data."
msgstr ""
-#: 04060116.xhp#par_id3151120.195.help.text
-msgid "Temperature"
-msgstr "ტემპერატურა"
+#. bff)
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"tit\n"
+"help.text"
+msgid "DATE"
+msgstr "DATE"
-#: 04060116.xhp#par_id3148659.196.help.text
-msgid "C, F, <emph>K</emph>, <emph>kel</emph>, Reau, Rank"
-msgstr ""
+#. ZOQ4
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"bm_id3155511\n"
+"help.text"
+msgid "<bookmark_value>DATE function</bookmark_value>"
+msgstr "<bookmark_value>DATE ფუნქცია</bookmark_value>"
-#: 04060116.xhp#par_id3154610.197.help.text
-msgid "Volume"
-msgstr "ხმა"
+#. SZ~a
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"hd_id3155511\n"
+"3\n"
+"help.text"
+msgid "<variable id=\"date\"><link href=\"text/scalc/01/func_date.xhp\">DATE</link></variable>"
+msgstr "<variable id=\"date\"><link href=\"text/scalc/01/func_date.xhp\">DATE</link></variable>"
-#: 04060116.xhp#par_id3149423.198.help.text
-msgid "<emph>l</emph>, <emph>L</emph>, <emph>lt</emph>, tsp, tbs, oz, cup, pt, us_pt, qt, gal, <emph>m3</emph>, mi3, Nmi3, in3, ft3, yd3, ang3, Pica3, barrel, bushel, regton, Schooner, Middy, Glass"
+#. !|D*
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"par_id3153551\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DATUM\">This function calculates a date specified by year, month, day and displays it in the cell's formatting.</ahelp> The default format of a cell containing the DATE function is the date format, but you can format the cells with any other number format."
msgstr ""
-#: 04060116.xhp#par_id3149244.199.help.text
-msgid "Area"
-msgstr "არე"
+#. =/ce
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"hd_id3148590\n"
+"5\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060116.xhp#par_id3150425.200.help.text
-msgid "<emph>m2</emph>, mi2, Nmi2, in2, ft2, yd2, <emph>ang2</emph>, Pica2, Morgen, <emph>ar</emph>, acre, ha"
-msgstr ""
+#. rdf/
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"par_id3150474\n"
+"6\n"
+"help.text"
+msgid "DATE(Year; Month; Day)"
+msgstr "DATE(წელი; თვე; დღე)"
-#: 04060116.xhp#par_id3150629.201.help.text
-msgid "Speed"
-msgstr "სიჩქარე"
+#. +X1p
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"par_id3152815\n"
+"7\n"
+"help.text"
+msgid "<emph>Year</emph> is an integer between 1583 and 9957 or between 0 and 99."
+msgstr "<emph>წელი</emph> არის რიცხვი 1583-დან 9956-მდე ან 0 - 99."
-#: 04060116.xhp#par_id3159246.202.help.text
-msgid "<emph>m/s</emph>, <emph>m/sec</emph>, m/h, mph, kn, admkn"
+#. ?U`3
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"par_id3153222\n"
+"174\n"
+"help.text"
+msgid "In <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - General </item>you can set from which year a two-digit number entry is recognized as 20xx."
msgstr ""
-#: 04060116.xhp#par_id3150789.201.help.text
-msgid "Information"
-msgstr ""
+#. SuFq
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"par_id3155817\n"
+"8\n"
+"help.text"
+msgid "<emph>Month</emph> is an integer indicating the month."
+msgstr "<emph>თვე</emph> არის რიცხვი 1 და 12 შორის განსაზღვრავს თვეს."
-#: 04060116.xhp#par_id3159899.202.help.text
-msgid "<emph>bit</emph>, <emph>byte</emph>"
+#. t{h*
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"par_id3153183\n"
+"9\n"
+"help.text"
+msgid "<emph>Day</emph> is an integer indicating the day of the month."
msgstr ""
-#: 04060116.xhp#par_id3143277.203.help.text
-msgid "Units of measure in <emph>bold</emph> can be preceded by a prefix character from the following list:"
+#. H69-
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"par_id3156260\n"
+"10\n"
+"help.text"
+msgid "If the values for month and day are out of bounds, they are carried over to the next digit. If you enter <item type=\"input\">=DATE(00;12;31)</item> the result will be 12/31/00. If, on the other hand, you enter <item type=\"input\">=DATE(00;13;31)</item> the result will be 1/31/01."
msgstr ""
-#: 04060116.xhp#par_id3148422.204.help.text
-msgid "Prefix"
-msgstr ""
+#. l@40
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"hd_id3147477\n"
+"12\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060116.xhp#par_id3148423.help.text
-msgid "Multiplier"
+#. ;aQ`
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"par_id3152589\n"
+"16\n"
+"help.text"
+msgid "<item type=\"input\">=DATE(00;1;31)</item> yields 1/31/00 if the cell format setting is MM/DD/YY."
msgstr ""
-#: 04060116.xhp#par_id3149490.help.text
-msgid "Y (yotta)"
-msgstr ""
+#. KdRN
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Move or Copy a Sheet"
+msgstr "ფურცლის ასლი ან გადატანა"
-#: 04060116.xhp#par_id3149931.help.text
-msgid "10^24"
-msgstr ""
+#. UM.`
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"bm_id3153360\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
+msgstr "<bookmark_value>ელექტრონული ცხრილები; გადატანა</bookmark_value><bookmark_value>ელექტრონული ცხრილები; კოპირება</bookmark_value><bookmark_value>გადატანა; ელექტრონული ცხრილები</bookmark_value><bookmark_value>კოპირება; ელექტრონული ცხრილები</bookmark_value>"
-#: 04060116.xhp#par_id3149491.help.text
-msgid "Z (zetta)"
-msgstr ""
+#. G?|b
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"hd_id3153360\n"
+"1\n"
+"help.text"
+msgid "Move or Copy a Sheet"
+msgstr "ფურცლის ასლი ან გადატანა"
-#: 04060116.xhp#par_id3149932.help.text
-msgid "10^21"
-msgstr ""
+#. NwH:
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"par_id3154686\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"tabelleverschiebenkopierentext\"><ahelp hid=\".uno:Move\">Moves or copies a sheet to a new location in the document or to a different document.</ahelp></variable>"
+msgstr "<variable id=\"tabelleverschiebenkopierentext\"><ahelp hid=\".uno:Move\">Moves or copies a sheet to a new location in the document or to a different document.</ahelp></variable>"
-#: 04060116.xhp#par_id3149492.help.text
-msgid "E (exa)"
-msgstr ""
+#. rM8;
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"par_id2282479\n"
+"help.text"
+msgid "When you copy and paste cells containing <link href=\"text/scalc/01/04060102.xhp\">date values</link> between different spreadsheets, both spreadsheet documents must be set to the same date base. If date bases differ, the displayed date values will change!"
+msgstr "When you copy and paste cells containing <link href=\"text/scalc/01/04060102.xhp\">date values</link> between different ელექტრონული ცხრილები, both spreadsheet documents must be set to the same date base. If date bases differ, the displayed date values will change!"
-#: 04060116.xhp#par_id3149933.help.text
-msgid "10^18"
-msgstr ""
+#. ;62A
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"hd_id3163710\n"
+"3\n"
+"help.text"
+msgid "To Document"
+msgstr "დოკუმენტისათვის"
-#: 04060116.xhp#par_id3149493.help.text
-msgid "P (peta)"
-msgstr ""
+#. Bdd.
+#: 02180000.xhp
+#, fuzzy
+msgctxt ""
+"02180000.xhp\n"
+"par_id3148645\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_MOVETAB:LB_DEST\">Indicates where the current sheet is to be moved or copied to.</ahelp> Select <emph>- new document -</emph> if you want to create a new location for the sheet to be moved or copied."
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_MOVETAB:LB_DEST\">Indicates where the current sheet is to be moved or copied to.</ahelp> Select <emph>new document</emph> if you want to create a new location for the sheet to be moved or copied."
-#: 04060116.xhp#par_id3149934.help.text
-msgid "10^15"
-msgstr ""
+#. IQRZ
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"hd_id3154012\n"
+"5\n"
+"help.text"
+msgid "Insert Before"
+msgstr "წინ ჩასმა"
-#: 04060116.xhp#par_id3149494.help.text
-msgid "T (tera)"
-msgstr ""
+#. Dlb?
+#: 02180000.xhp
+#, fuzzy
+msgctxt ""
+"02180000.xhp\n"
+"par_id3145366\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_MOVETAB:LB_INSERT\">The current sheet is moved or copied in front of the selected sheet.</ahelp> The <emph>- move to end position -</emph> option places the current sheet at the end."
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_MOVETAB:LB_INSERT\">The current sheet is moved or copied in front of the selected sheet.</ahelp> The <emph>move to end position</emph> option places the current sheet at the end."
-#: 04060116.xhp#par_id3149935.help.text
-msgid "10^12"
-msgstr ""
+#. #Cog
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"hd_id3153726\n"
+"7\n"
+"help.text"
+msgid "Copy"
+msgstr "კოპირება"
-#: 04060116.xhp#par_id3149495.help.text
-msgid "G (giga)"
-msgstr ""
+#. Y!NA
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"par_id3144764\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_MOVETAB:BTN_COPY\">Specifies that the sheet is to be copied. If the option is unmarked, the sheet is moved.</ahelp> Moving sheets is the default."
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_MOVETAB:BTN_COPY\">Specifies that the sheet is to be copied. If the option is unmarked, the sheet is moved.</ahelp> Moving sheets is the default."
-#: 04060116.xhp#par_id3149936.help.text
-msgid "10^9"
-msgstr ""
+#. 0J$m
+#: func_now.xhp
+msgctxt ""
+"func_now.xhp\n"
+"tit\n"
+"help.text"
+msgid "NOW"
+msgstr "NOW"
-#: 04060116.xhp#par_id3149496.help.text
-msgid "M (mega)"
-msgstr ""
+#. #OVN
+#: func_now.xhp
+msgctxt ""
+"func_now.xhp\n"
+"bm_id3150521\n"
+"help.text"
+msgid "<bookmark_value>NOW function</bookmark_value>"
+msgstr "<bookmark_value>NOW ფუნქცია</bookmark_value>"
-#: 04060116.xhp#par_id3149937.help.text
-msgid "10^6"
-msgstr ""
+#. Vc6r
+#: func_now.xhp
+msgctxt ""
+"func_now.xhp\n"
+"hd_id3150521\n"
+"47\n"
+"help.text"
+msgid "<variable id=\"now\"><link href=\"text/scalc/01/func_now.xhp\">NOW</link></variable>"
+msgstr "<variable id=\"now\"><link href=\"text/scalc/01/func_now.xhp\">NOW</link></variable>"
-#: 04060116.xhp#par_id3149497.help.text
-msgid "k (kilo)"
+#. OtBP
+#: func_now.xhp
+msgctxt ""
+"func_now.xhp\n"
+"par_id3148829\n"
+"48\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_JETZT\">Returns the computer system date and time.</ahelp> The value is updated when you recalculate the document or each time a cell value is modified."
msgstr ""
-#: 04060116.xhp#par_id3149938.help.text
-msgid "10^3"
-msgstr ""
+#. M:s2
+#: func_now.xhp
+msgctxt ""
+"func_now.xhp\n"
+"hd_id3146988\n"
+"49\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060116.xhp#par_id3149498.help.text
-msgid "h (hecto)"
-msgstr ""
+#. uqjr
+#: func_now.xhp
+msgctxt ""
+"func_now.xhp\n"
+"par_id3154897\n"
+"50\n"
+"help.text"
+msgid "NOW()"
+msgstr "NOW()"
-#: 04060116.xhp#par_id3149939.help.text
-msgid "10^2"
+#. _heZ
+#: func_now.xhp
+msgctxt ""
+"func_now.xhp\n"
+"par_id4598529\n"
+"help.text"
+msgid "NOW is a function without arguments."
msgstr ""
-#: 04060116.xhp#par_id3149499.help.text
-msgid "e (deca)"
-msgstr ""
+#. Sque
+#: func_now.xhp
+msgctxt ""
+"func_now.xhp\n"
+"hd_id3154205\n"
+"51\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060116.xhp#par_id3149940.help.text
-msgid "10^1"
+#. Z^t\
+#: func_now.xhp
+msgctxt ""
+"func_now.xhp\n"
+"par_id3150774\n"
+"52\n"
+"help.text"
+msgid "<item type=\"input\">=NOW()-A1</item> returns the difference between the date in A1 and now. Format the result as a number."
msgstr ""
-#: 04060116.xhp#par_id3149500.help.text
-msgid "d (deci)"
-msgstr ""
+#. 3$q:
+#: 02140100.xhp
+msgctxt ""
+"02140100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Down"
+msgstr "დახატული"
-#: 04060116.xhp#par_id3143940.help.text
-msgid "10^-1"
-msgstr ""
+#. 64lk
+#: 02140100.xhp
+msgctxt ""
+"02140100.xhp\n"
+"hd_id3150792\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02140100.xhp\" name=\"Down\">Down</link>"
+msgstr "<link href=\"text/scalc/01/02140100.xhp\" name=\"Down\">ქვემოთ</link>"
-#: 04060116.xhp#par_id3149501.help.text
-msgid "c (centi)"
-msgstr ""
+#. $w+[
+#: 02140100.xhp
+msgctxt ""
+"02140100.xhp\n"
+"par_id3153969\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FillDown\" visibility=\"visible\">Fills a selected range of at least two rows with the contents of the top cell of the range.</ahelp>"
+msgstr "<ahelp hid=\".uno:FillDown\" visibility=\"visible\">შეავსებს მონიშნულ დიაპაზონს მინიმუმ ორ სტრიქონს დიაპაზონისზედა უჯრის მნიშვნელობით.</ahelp>"
-#: 04060116.xhp#par_id3149941.help.text
-msgid "10^-2"
-msgstr ""
+#. kwSC
+#: 02140100.xhp
+msgctxt ""
+"02140100.xhp\n"
+"par_id3145787\n"
+"3\n"
+"help.text"
+msgid "If a selected range has only one column, the contents of the top cell are copied to all others. If several columns are selected, the contents of the corresponding top cell will be copied down."
+msgstr "თუ მონიშნული დიაპაზონი არის მხოლოდ ერთი სვეტი, მაშინ ზედა უჯრის შემადგენლობა კოპირდება ყველ დანარჩენში. თუ მონიშნული რამოდენიმე სვეტი, მაშინ მითითებული მაღლითა უჯრა კოპირებული იქნება დაბლა."
-#: 04060116.xhp#par_id3149502.help.text
-msgid "m (milli)"
-msgstr ""
+#. j99=
+#: format_graphic.xhp
+msgctxt ""
+"format_graphic.xhp\n"
+"tit\n"
+"help.text"
+msgid "Graphic"
+msgstr "გრაფიკა"
-#: 04060116.xhp#par_id3149942.help.text
-msgid "10^-3"
-msgstr ""
+#. ^_pU
+#: format_graphic.xhp
+msgctxt ""
+"format_graphic.xhp\n"
+"par_idN10548\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/format_graphic.xhp\">Graphic</link>"
+msgstr "<link href=\"text/scalc/01/format_graphic.xhp\">გრაფიკა</link>"
-#: 04060116.xhp#par_id3149503.help.text
-msgid "u (micro)"
-msgstr ""
+#. yMZN
+#: format_graphic.xhp
+msgctxt ""
+"format_graphic.xhp\n"
+"par_idN10558\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a submenu to edit the properties of the selected object.</ahelp>"
+msgstr "<ahelp hid=\".\">ხსნის ქვემენიუს მონიშნული ობიექტის პარამეტრების ჩასასწორებლად.</ahelp>"
-#: 04060116.xhp#par_id3149943.help.text
-msgid "10^-6"
-msgstr ""
+#. 6)X$
+#: format_graphic.xhp
+msgctxt ""
+"format_graphic.xhp\n"
+"par_id1650440\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05990000.xhp\">Define Text Attributes</link>"
+msgstr "<link href=\"text/shared/01/05990000.xhp\">ტექსტური ატრიბუტების განსაზღვრა</link>"
-#: 04060116.xhp#par_id3149504.help.text
-msgid "n (nano)"
-msgstr ""
+#. L_A`
+#: format_graphic.xhp
+msgctxt ""
+"format_graphic.xhp\n"
+"par_id363475\n"
+"help.text"
+msgid "Sets the layout and anchoring properties for text in the selected drawing or text object."
+msgstr "მომართავს განლაგებას და ღუზის პარამეტრებს ტექსტისათვის მონიშნულ ნახატში ან ტექსტურ ობიექტში."
-#: 04060116.xhp#par_id3149944.help.text
-msgid "10^-9"
-msgstr ""
+#. 9(oq
+#: format_graphic.xhp
+msgctxt ""
+"format_graphic.xhp\n"
+"par_id9746696\n"
+"help.text"
+msgid "Points"
+msgstr "წერტილები"
-#: 04060116.xhp#par_id3149505.help.text
-msgid "p (pico)"
+#. zXEO
+#: format_graphic.xhp
+msgctxt ""
+"format_graphic.xhp\n"
+"par_id2480544\n"
+"help.text"
+msgid "<ahelp hid=\".\">Switches <emph>Edit Points</emph> mode for an inserted freeform line on and off.</ahelp>"
msgstr ""
-#: 04060116.xhp#par_id3149945.help.text
-msgid "10^-12"
-msgstr ""
+#. VL7?
+#: 06030900.xhp
+msgctxt ""
+"06030900.xhp\n"
+"tit\n"
+"help.text"
+msgid "Refresh Traces"
+msgstr "კვალების განახლება"
-#: 04060116.xhp#par_id3149506.help.text
-msgid "f (femto)"
-msgstr ""
+#. W*$~
+#: 06030900.xhp
+msgctxt ""
+"06030900.xhp\n"
+"bm_id3152349\n"
+"help.text"
+msgid "<bookmark_value>cells; refreshing traces</bookmark_value><bookmark_value>traces; refreshing</bookmark_value><bookmark_value>updating;traces</bookmark_value>"
+msgstr "<bookmark_value>უჯრები; კვალების განახლება</bookmark_value><bookmark_value>კვალები; განახლება</bookmark_value><bookmark_value>განახლება;კვალები</bookmark_value>"
-#: 04060116.xhp#par_id3149946.help.text
-msgid "10^-15"
-msgstr ""
+#. eE9,
+#: 06030900.xhp
+msgctxt ""
+"06030900.xhp\n"
+"hd_id3152349\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06030900.xhp\" name=\"Refresh Traces\">Refresh Traces</link>"
+msgstr "<link href=\"text/scalc/01/06030900.xhp\" name=\"Refresh Traces\">კვალის განახლება</link>"
-#: 04060116.xhp#par_id3149507.help.text
-msgid "a (atto)"
+#. va1@
+#: 06030900.xhp
+msgctxt ""
+"06030900.xhp\n"
+"par_id3148947\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:RefreshArrows\">Redraws all traces in the sheet. Formulas modified when traces are redrawn are taken into account.</ahelp>"
msgstr ""
-#: 04060116.xhp#par_id3149947.help.text
-msgid "10^-18"
+#. ^Vin
+#: 06030900.xhp
+msgctxt ""
+"06030900.xhp\n"
+"par_id3148798\n"
+"3\n"
+"help.text"
+msgid "Detective arrows in the document are updated under the following circumstances:"
msgstr ""
-#: 04060116.xhp#par_id3149508.help.text
-msgid "z (zepto)"
-msgstr ""
+#. 8*@4
+#: 06030900.xhp
+msgctxt ""
+"06030900.xhp\n"
+"par_id3153192\n"
+"4\n"
+"help.text"
+msgid "Starting <emph>Tools - Detective - Update Refresh Traces</emph>"
+msgstr "დაწყება<emph>ხელსაწყოები - აღმომჩენი კვალების განახლება</emph>"
-#: 04060116.xhp#par_id3149948.help.text
-msgid "10^-21"
+#. d}TA
+#: 06030900.xhp
+msgctxt ""
+"06030900.xhp\n"
+"par_id3151041\n"
+"5\n"
+"help.text"
+msgid "If <emph>Tools - Detective - Update Automatically</emph> is turned on, every time formulas are changed in the document."
msgstr ""
-#: 04060116.xhp#par_id3149509.help.text
-msgid "y (yocto)"
-msgstr ""
+#. rkQ?
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit Print Ranges"
+msgstr "დასაბეჭდი დიაპაზონების ჩასწორება"
-#: 04060116.xhp#par_id3149949.help.text
-msgid "10^-24"
-msgstr ""
+#. L|.?
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"hd_id3153088\n"
+"1\n"
+"help.text"
+msgid "Edit Print Ranges"
+msgstr "დასაბეჭდი დიაპაზონების ჩასწორება"
-#: 04060116.xhp#par_id0908200903061174.help.text
-msgid "Information units \"bit\" and \"byte\" may also be prefixed by one of the following IEC 60027-2 / IEEE 1541 prefixes:"
+#. g+93
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"par_id3159488\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"druckbereichetext\"><ahelp hid=\".uno:EditPrintArea\">Opens a dialog where you can specify the print range.</ahelp></variable> You can also set the rows or columns which are to be repeated in every page."
msgstr ""
-#: 04060116.xhp#par_id0908200903090966.help.text
-msgid "ki kibi 1024"
-msgstr ""
+#. _%rs
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"par_idN105AE\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/guide/printranges.xhp#printranges\"/>"
+msgstr "<embedvar href=\"text/scalc/guide/printranges.xhp#printranges\"/>"
-#: 04060116.xhp#par_id0908200903090958.help.text
-msgid "Mi mebi 1048576"
-msgstr ""
+#. s^$~
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"hd_id3156281\n"
+"3\n"
+"help.text"
+msgid "Print range"
+msgstr "დიაპაზონის დაბეჭდვა"
-#: 04060116.xhp#par_id0908200903090936.help.text
-msgid "Gi gibi 1073741824"
-msgstr ""
+#. ]g+!
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"par_id3147228\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_PRINTAREA\">Allows you to modify a defined print range.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_PRINTAREA\">საშუალებას გაძლევთ ჩაასწოროთ განსაზღვრული საბეჭდი არე.</ahelp>"
-#: 04060116.xhp#par_id0908200903090975.help.text
-msgid "Ti tebi 1099511627776"
+#. S-!Z
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"par_id3145174\n"
+"5\n"
+"help.text"
+msgid "Select <emph>-none-</emph> to remove a print range definition for the current spreadsheet. Select <emph>-entire sheet-</emph> to set the current sheet as a print range. Select <emph>-selection-</emph> to define the selected area of a spreadsheet as the print range. By selecting <emph>-user-defined-</emph>, you can define a print range that you have already defined using the <emph>Format - Print Ranges - Define</emph> command. If you have given a name to a range using the <emph>Insert - Names - Define</emph> command, this name will be displayed and can be selected from the list box."
msgstr ""
-#: 04060116.xhp#par_id0908200903090930.help.text
-msgid "Pi pebi 1125899906842620"
+#. FQHN
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"par_id3145272\n"
+"6\n"
+"help.text"
+msgid "In the right-hand text box, you can enter a print range by reference or by name. If the cursor is in the <emph>Print range</emph> text box, you can also select the print range in the spreadsheet with your mouse."
msgstr ""
-#: 04060116.xhp#par_id0908200903091070.help.text
-msgid "Ei exbi 1152921504606850000"
-msgstr ""
+#. cS3G
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"hd_id3149260\n"
+"7\n"
+"help.text"
+msgid "Rows to repeat"
+msgstr "გასამეორებელი რიგები"
-#: 04060116.xhp#par_id0908200903091097.help.text
-msgid "Zi zebi 1180591620717410000000"
+#. OB07
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"par_id3147426\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_REPEATROW\">Choose one or more rows to print on every page. In the right text box enter the row reference, for example, \"1\" or \"$1\" or \"$2:$3\".</ahelp> The list box displays <emph>-user defined-</emph>. You can also select <emph>-none-</emph> to remove a defined repeating row."
msgstr ""
-#: 04060116.xhp#par_id0908200903091010.help.text
-msgid "Yi yobi 1208925819614630000000000"
+#. M(wO
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"par_id3155418\n"
+"9\n"
+"help.text"
+msgid "You can also define repeating rows by dragging the mouse in the spreadsheet, if the cursor is in the <emph>Rows to repeat</emph> text field in the dialog."
msgstr ""
-#: 04060116.xhp#hd_id3146125.209.help.text
-msgctxt "04060116.xhp#hd_id3146125.209.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060116.xhp#par_id3153695.210.help.text
-msgid "CONVERT_ADD(Number; \"FromUnit\"; \"ToUnit\")"
-msgstr "CONVERT_ADD(რიცხვი;ერთეულიდან;ერთეულამდე)"
-
-#: 04060116.xhp#par_id3147522.211.help.text
-msgid " <emph>Number</emph> is the number to be converted."
-msgstr "<emph>რიცხვი</emph> არის გარდასაქმნელი ციფრული მნიშვნელობა."
-
-#: 04060116.xhp#par_id3154472.212.help.text
-msgid " <emph>FromUnit</emph> is the unit from which conversion is taking place."
-msgstr "ერთეულიდან: ერთეული რომლიდანაც ხდება გადაყვანა."
+#. F$[.
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"hd_id3149581\n"
+"10\n"
+"help.text"
+msgid "Columns to repeat"
+msgstr "გასამეორებელი სვეტები"
-#: 04060116.xhp#par_id3153790.213.help.text
-msgid " <emph>ToUnit</emph> is the unit to which conversion is taking place. Both units must be of the same type."
+#. S)|3
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"par_id3155602\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_REPEATCOL\">Choose one or more columns to print on every page. In the right text box enter the column reference, for example, \"A\" or \"AB\" or \"$C:$E\".</ahelp> The list box then displays <emph>-user defined-</emph>. You can also select <emph>-none-</emph> to remove a defined repeating column."
msgstr ""
-#: 04060116.xhp#hd_id3156270.214.help.text
-msgctxt "04060116.xhp#hd_id3156270.214.help.text"
-msgid "Examples"
-msgstr "მაგალითები"
-
-#: 04060116.xhp#par_id3156336.215.help.text
-msgid " <item type=\"input\">=CONVERT_ADD(10;\"HP\";\"PS\") </item>returns, rounded to two decimal places, 10.14. 10 HP equal 10.14 PS."
+#. K)c_
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"par_id3150749\n"
+"12\n"
+"help.text"
+msgid "You can also define repeating columns by dragging the mouse in the spreadsheet, if the cursor is in the <emph>Columns to repeat</emph> text field in the dialog."
msgstr ""
-#: 04060116.xhp#par_id3154834.216.help.text
-msgid " <item type=\"input\">=CONVERT_ADD(10;\"km\";\"mi\") </item>returns, rounded to two decimal places, 6.21. 10 kilometers equal 6.21 miles. The k is the permitted prefix character for the factor 10^3."
+#. SIVC
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Merge and Center Cells"
msgstr ""
-#: 04060116.xhp#bm_id3147096.help.text
-msgid "<bookmark_value>FACTDOUBLE function</bookmark_value> <bookmark_value>factorials;numbers with increments of two</bookmark_value>"
-msgstr "<bookmark_value>FACTDOUBLE ფუნქცია</bookmark_value><bookmark_value>ფაქტორიალები; ორით გაზრდილი რიცხვები</bookmark_value>"
-
-#: 04060116.xhp#hd_id3147096.36.help.text
-msgid "FACTDOUBLE"
-msgstr "FACTDOUBLE"
-
-#: 04060116.xhp#par_id3151309.37.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_FACTDOUBLE\">Returns the double factorial of a number.</ahelp>"
+#. B%|R
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"hd_id3149785\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05060000.xhp\" name=\"Merge and Center Cells\">Merge and Center Cells</link>"
msgstr ""
-#: 04060116.xhp#hd_id3154666.38.help.text
-msgctxt "04060116.xhp#hd_id3154666.38.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060116.xhp#par_id3155121.39.help.text
-msgid "FACTDOUBLE(Number)"
-msgstr "FACTDOUBLE(რიცხვი)"
-
-#: 04060116.xhp#par_id3158440.40.help.text
-msgid "Returns <emph>Number</emph> <emph>!!</emph>, the double factorial of <emph>Number</emph>, where <emph>Number</emph> is an integer greater than or equal to zero."
+#. _6k]
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"par_id3151246\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Combines the selected cells into a single cell or splits merged cells. Aligns cell content centered.</ahelp>"
msgstr ""
-#: 04060116.xhp#par_id2480849.help.text
-msgid "For even numbers FACTDOUBLE(n) returns:"
+#. b3!0
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"par_id3154020\n"
+"18\n"
+"help.text"
+msgid "Choose <emph>Format - Merge Cells - Merge and Center Cells</emph>"
msgstr ""
-#: 04060116.xhp#par_id4181951.help.text
-msgid "2*4*6*8* ... *n"
+#. =rnY
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"par_id3148552\n"
+"4\n"
+"help.text"
+msgid "The merged cell receives the name of the first cell of the original cell range. Merged cells cannot be merged a second time with other cells. The range must form a rectangle, multiple selection is not supported."
msgstr ""
-#: 04060116.xhp#par_id2927335.help.text
-msgid "For odd numbers FACTDOUBLE(n) returns:"
+#. D#=t
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"par_id3149665\n"
+"3\n"
+"help.text"
+msgid "If the cells to be merged have any contents, a security dialog is shown."
msgstr ""
-#: 04060116.xhp#par_id2107303.help.text
-msgid "1*3*5*7* ... *n"
+#. LO#b
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"par_id3153718\n"
+"help.text"
+msgid "Merging cells can lead to calculation errors in formulas in the table."
msgstr ""
-#: 04060116.xhp#par_id4071779.help.text
-msgid "FACTDOUBLE(0) returns 1 by definition."
-msgstr ""
+#. F{?3
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Filter"
+msgstr "ფილტრი"
-#: 04060116.xhp#hd_id3154622.42.help.text
-msgctxt "04060116.xhp#hd_id3154622.42.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. ^M)~
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"hd_id3150767\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12040000.xhp\" name=\"Filter\">Filter</link>"
+msgstr "<link href=\"text/scalc/01/12040000.xhp\" name=\"Filter\">ფილტრი</link>"
-#: 04060116.xhp#par_id7844477.help.text
-msgid " <item type=\"input\">=FACTDOUBLE(5)</item> returns 15."
+#. 1|cE
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"par_id3155131\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Shows commands to filter your data.</ahelp>"
msgstr ""
-#: 04060116.xhp#par_id3154116.43.help.text
-msgid " <item type=\"input\">=FACTDOUBLE(6)</item> returns 48."
-msgstr ""
+#. /Q*U
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"par_id3146119\n"
+"7\n"
+"help.text"
+msgid "$[officename] automatically recognizes predefined database ranges."
+msgstr "$[officename] ავტომატურად ამოიცნობს წინასწარ განსაზღვრულ მონაცემთა ბაზის დიაპაზონს."
-#: 04060116.xhp#par_id6478469.help.text
-msgid " <item type=\"input\">=FACTDOUBLE(0)</item> returns 1."
-msgstr ""
+#. ?1Z]
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"par_id3153363\n"
+"3\n"
+"help.text"
+msgid "The following filtering options are available:"
+msgstr "ფილტრის შემდეგი პარამეტრებია ხელმისაწვდომი:"
-#: 05050100.xhp#tit.help.text
-msgctxt "05050100.xhp#tit.help.text"
-msgid "Rename Sheet"
-msgstr "ფურცლის სახელის გადარქმევა"
+#. =C3]
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"hd_id3153728\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12090000.xhp\" name=\"Standard filter\">Standard filter</link>"
+msgstr "<link href=\"text/shared/02/12090000.xhp\" name=\"Standard filter\">სტანდარტული ფილტრი</link>"
-#: 05050100.xhp#bm_id3147336.help.text
-msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
-msgstr "<bookmark_value>სამუშაო ფურცლის სახელები</bookmark_value><bookmark_value>შეცვლა; ფურცლის სახელები</bookmark_value><bookmark_value>ფურცლები; სახელის გადარქმევა</bookmark_value>"
+#. w(IE
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"hd_id3159153\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12040300.xhp\" name=\"Advanced filter\">Advanced filter</link>"
+msgstr "<link href=\"text/scalc/01/12040300.xhp\" name=\"Advanced filter\">გაფართოებული ფილტრი</link>"
-#: 05050100.xhp#hd_id3147336.1.help.text
-msgctxt "05050100.xhp#hd_id3147336.1.help.text"
-msgid "Rename Sheet"
-msgstr "ფურცლის სახელის გადარქმევა"
+#. ,KJH
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"tit\n"
+"help.text"
+msgid "Options"
+msgstr "პარამეტრები"
-#: 05050100.xhp#par_id3150792.2.help.text
-msgid "<variable id=\"umbenennentext\"><ahelp hid=\".uno:RenameTable\">This command opens a dialog where you can assign a different name to the current sheet.</ahelp></variable>"
-msgstr ""
+#. 1[`W
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"hd_id3149119\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12090104.xhp\" name=\"Options\">Options</link>"
+msgstr "<link href=\"text/scalc/01/12090104.xhp\" name=\"Options\">პარამეტრები</link>"
-#: 05050100.xhp#hd_id3153968.3.help.text
-msgctxt "05050100.xhp#hd_id3153968.3.help.text"
-msgid "Name"
-msgstr "სახელი"
+#. @Tg8
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"par_id3147102\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"zusaetzetext\"><ahelp hid=\"\" visibility=\"visible\">Displays or hides additional filtering options.</ahelp></variable>"
+msgstr "<variable id=\"zusaetzetext\"><ahelp hid=\"\" visibility=\"visible\">ასახავს ან მალავს გაფილტვრის დამატებით პარამეტრებს.</ahelp></variable>"
-#: 05050100.xhp#par_id3155131.help.text
-msgid "<ahelp hid=\"HID_SC_APPEND_NAME\">Enter a new name for the sheet here.</ahelp>"
-msgstr ""
+#. _^OL
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"hd_id3147008\n"
+"3\n"
+"help.text"
+msgid "Options"
+msgstr "პარამეტრები"
-#: 05050100.xhp#par_id3153092.5.help.text
-msgid "You can also open the<emph> Rename Sheet </emph>dialog through the context menu by positioning the mouse pointer over a sheet tab at the bottom of the window and <switchinline select=\"sys\"><caseinline select=\"MAC\">clicking while pressing Control</caseinline><defaultinline>clicking the right mouse button</defaultinline></switchinline>."
-msgstr ""
+#. :~-4
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"hd_id3153662\n"
+"5\n"
+"help.text"
+msgid "Case sensitive"
+msgstr "რეგისტრისადმი მგძნობიარე"
-#: 05050100.xhp#par_id3147396.6.help.text
-msgid "Alternatively, click the sheet tab while pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Alt</defaultinline></switchinline> key. Now you can change the name directly. <switchinline select=\"sys\"><caseinline select=\"UNIX\"><embedvar href=\"text/shared/00/00000099.xhp#winmanager\"/></caseinline></switchinline>"
+#. Q5B0
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"par_id3145673\n"
+"6\n"
+"help.text"
+msgid "Distinguishes between uppercase and lowercase letters."
msgstr ""
-#: 07080000.xhp#tit.help.text
-msgid "Split"
-msgstr "გაყოფა"
-
-#: 07080000.xhp#hd_id3163800.1.help.text
-msgid "<link href=\"text/scalc/01/07080000.xhp\" name=\"Split\">Split</link>"
-msgstr "<link href=\"text/scalc/01/07080000.xhp\" name=\"Split\">გაყოფა</link>"
+#. ?j?b
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"hd_id3156327\n"
+"7\n"
+"help.text"
+msgid "Regular Expression"
+msgstr "რეგულარული გამოსახულება"
-#: 07080000.xhp#par_id3150084.2.help.text
-msgid "<ahelp hid=\".uno:SplitWindow\" visibility=\"visible\">Divides the current window at the top left corner of the active cell.</ahelp>"
+#. BIs$
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"par_id3151245\n"
+"8\n"
+"help.text"
+msgid "Allows you to use wildcards in the filter definition."
msgstr ""
-#: 07080000.xhp#par_id3154910.3.help.text
-msgid "You can also use the mouse to split the window horizontally or vertically. To do this, drag the thick black line located directly above the vertical scrollbar or directly to the right of the horizontal scrollbar into the window. A thick black line will show where the window is split."
+#. *w4?
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"par_id3147264\n"
+"29\n"
+"help.text"
+msgid "If the <emph>Regular Expression</emph> check box is selected, you can use EQUAL (=) and NOT EQUAL (<>) also in comparisons. You can also use the following functions: DCOUNTA, DGET, MATCH, COUNTIF, SUMIF, LOOKUP, VLOOKUP and HLOOKUP."
msgstr ""
-#: 07080000.xhp#par_id3149263.4.help.text
-msgid "A split window has its own scrollbars in each partial section; by contrast, <link href=\"text/scalc/01/07090000.xhp\" name=\"fixed window sections\">fixed window sections</link> are not scrollable."
-msgstr ""
+#. p*NF
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"hd_id3153379\n"
+"30\n"
+"help.text"
+msgid "Unique records only"
+msgstr "მხოლოდ უნიკალური ჩანაწერები"
-#: func_now.xhp#tit.help.text
-msgid "NOW"
-msgstr "NOW"
+#. TGVG
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"par_id3154138\n"
+"31\n"
+"help.text"
+msgid "Excludes duplicate rows in the list of filtered data."
+msgstr "გაფილტრული რიგების სიიდან შვლის დუბლირებულ რიგებს."
-#: func_now.xhp#bm_id3150521.help.text
-msgid "<bookmark_value>NOW function</bookmark_value>"
-msgstr "<bookmark_value>NOW ფუნქცია</bookmark_value>"
+#. =GdS
+#: 12090104.xhp
+#, fuzzy
+msgctxt ""
+"12090104.xhp\n"
+"hd_id3156282\n"
+"32\n"
+"help.text"
+msgid "Data area"
+msgstr "მონაცემების არე"
-#: func_now.xhp#hd_id3150521.47.help.text
-msgid "<variable id=\"now\"><link href=\"text/scalc/01/func_now.xhp\">NOW</link></variable>"
-msgstr "<variable id=\"now\"><link href=\"text/scalc/01/func_now.xhp\">NOW</link></variable>"
+#. t+VZ
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"par_id3150768\n"
+"33\n"
+"help.text"
+msgid "Displays the name of the filtered data area in the table."
+msgstr "ასახავს ცხრილში გაფილტრული მონაცემების არის სახელს."
-#: func_now.xhp#par_id3148829.48.help.text
-msgid "<ahelp hid=\"HID_FUNC_JETZT\">Returns the computer system date and time.</ahelp> The value is updated when you recalculate the document or each time a cell value is modified."
-msgstr ""
+#. @M=L
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"hd_id3156424\n"
+"34\n"
+"help.text"
+msgid "More<<"
+msgstr "დამატებით<<"
-#: func_now.xhp#hd_id3146988.49.help.text
-msgctxt "func_now.xhp#hd_id3146988.49.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. o;*k
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"par_id3125864\n"
+"35\n"
+"help.text"
+msgid "Hides the additional options."
+msgstr "მალავს დამატებით პარამეტრებს."
-#: func_now.xhp#par_id3154897.50.help.text
-msgid "NOW()"
-msgstr "NOW()"
+#. MMGj
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"par_id3154011\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02100001.xhp\" name=\"List of Regular Expressions\">List of Regular Expressions</link>"
+msgstr "<link href=\"text/shared/01/02100001.xhp\" name=\"List of Regular Expressions\">რეგულარულ გამოსახულებათა სია</link>"
-#: func_now.xhp#par_id4598529.help.text
-msgid "NOW is a function without arguments."
-msgstr ""
+#. ~]qE
+#: 05040000.xhp
+msgctxt ""
+"05040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Column"
+msgstr "სვეტი"
-#: func_now.xhp#hd_id3154205.51.help.text
-msgctxt "func_now.xhp#hd_id3154205.51.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. whk4
+#: 05040000.xhp
+msgctxt ""
+"05040000.xhp\n"
+"hd_id3155628\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05040000.xhp\" name=\"Column\">Column</link>"
+msgstr "<link href=\"text/scalc/01/05040000.xhp\" name=\"Column\">სვეტი</link>"
-#: func_now.xhp#par_id3150774.52.help.text
-msgid "<item type=\"input\">=NOW()-A1</item> returns the difference between the date in A1 and now. Format the result as a number."
+#. iy1Z
+#: 05040000.xhp
+msgctxt ""
+"05040000.xhp\n"
+"par_id3148946\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Sets the column width and hides or shows selected columns.</ahelp>"
msgstr ""
-#: 12120100.xhp#tit.help.text
-msgid "Criteria"
-msgstr "კრიტერიუმი"
-
-#: 12120100.xhp#bm_id1464278.help.text
-msgid "<bookmark_value>selection lists;validity</bookmark_value>"
-msgstr ""
+#. *C$g
+#: 05040000.xhp
+msgctxt ""
+"05040000.xhp\n"
+"hd_id3150398\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05340200.xhp\" name=\"Width\">Width</link>"
+msgstr "<link href=\"text/shared/01/05340200.xhp\" name=\"Width\">სიგანე</link>"
-#: 12120100.xhp#hd_id3153032.1.help.text
-msgid "<link href=\"text/scalc/01/12120100.xhp\" name=\"Criteria\">Criteria</link>"
-msgstr "<link href=\"text/scalc/01/12120100.xhp\" name=\"Criteria\">კრიტერიუმი</link>"
+#. 4E@M
+#: 05040000.xhp
+msgctxt ""
+"05040000.xhp\n"
+"hd_id3145171\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05040200.xhp\" name=\"Optimal Width\">Optimal Width</link>"
+msgstr "<link href=\"text/scalc/01/05040200.xhp\" name=\"Optimal Width\">ოპტიმალური სიგანე</link>"
-#: 12120100.xhp#par_id3156327.2.help.text
-msgid "<ahelp hid=\"SC:TABPAGE:TP_VALIDATION_VALUES\">Specify the validation rules for the selected cell(s).</ahelp>"
-msgstr ""
+#. 2F/+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fill"
+msgstr "შევსება"
-#: 12120100.xhp#par_id3155923.4.help.text
-msgid "For example, you can define criteria such as: \"Numbers between 1 and 10\" or \"Texts that are no more than 20 characters\"."
+#. .[68
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"bm_id8473769\n"
+"help.text"
+msgid "<bookmark_value>filling;selection lists</bookmark_value> <bookmark_value>selection lists;filling cells</bookmark_value>"
msgstr ""
-#: 12120100.xhp#hd_id3153896.5.help.text
-msgid "Allow"
-msgstr "ნების დართვა"
-
-#: 12120100.xhp#par_id3150400.6.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:TP_VALIDATION_VALUES:LB_ALLOW\">Click a validation option for the selected cell(s).</ahelp>"
-msgstr "<ahelp hid=\"SC:LISTBOX:TP_VALIDATION_VALUES:LB_ALLOW\">არჩეული უჯრ(ებ)ისთვის დააწკაპეთ დამოწმების პარამეტრს.</ahelp>"
-
-#: 12120100.xhp#par_id3148797.17.help.text
-msgid "The following conditions are available:"
-msgstr "შემდეგი პირობებია ხელმისაწვდომი:"
+#. kH]m
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"hd_id3153876\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02140000.xhp\" name=\"Fill\">Fill</link>"
+msgstr "<link href=\"text/scalc/01/02140000.xhp\" name=\"Fill\">შევსება</link>"
-#: 12120100.xhp#par_id3150447.18.help.text
-msgctxt "12120100.xhp#par_id3150447.18.help.text"
-msgid "Condition"
-msgstr "პირობა"
+#. riXS
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3156285\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Automatically fills cells with content.</ahelp>"
+msgstr "<ahelp hid=\".\">უჯრების ავტომატური შევსება შინაარსით.</ahelp>"
-#: 12120100.xhp#par_id3155854.19.help.text
-msgid "Effect"
-msgstr "ეფექტები"
+#. z+{m
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3147343\n"
+"9\n"
+"help.text"
+msgid "The $[officename] Calc context menus have <link href=\"text/scalc/01/02140000.xhp\" name=\"other options\">additional options</link> for filling the cells."
+msgstr "The $[officename] გამოთვლების კონტექსტური მენიუს აქვს <link href=\"text/scalc/01/02140000.xhp\" name=\"other options\">დამატებითი პარამეტრები</link> უჯრების შესავსებად."
-#: 12120100.xhp#par_id3153092.20.help.text
-msgid "All values"
-msgstr "ყველა მნიშვნელობა"
+#. 7Wje
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"hd_id3149207\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02140500.xhp\" name=\"Sheet\">Sheet</link>"
+msgstr "<link href=\"text/scalc/01/02140500.xhp\" name=\"Sheet\">ფურცელი</link>"
-#: 12120100.xhp#par_id3155411.21.help.text
-msgid "No limitation."
-msgstr "შეზღუდვის გარეშე."
+#. b%9p
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"hd_id3155111\n"
+"8\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02140600.xhp\" name=\"Rows\">Series</link>"
+msgstr "<link href=\"text/scalc/01/02140600.xhp\" name=\"Rows\">სტრიქონები</link>"
-#: 12120100.xhp#par_id3147434.22.help.text
-msgid "Whole number"
-msgstr "მთელი რიცხვი"
+#. H#CL
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3152994\n"
+"3\n"
+"help.text"
+msgid "<emph>Filling cells using context menus:</emph>"
+msgstr "<emph>უჯრების შესავსებათ კონტექსტური მენიუების გამოყენება:</emph>"
-#: 12120100.xhp#par_id3154319.23.help.text
-msgid "Only whole numbers corresponding to the condition."
-msgstr "პირობის შესაბამისი ყველა მთელი რიცხვი."
+#. i\{a
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3145384\n"
+"4\n"
+"help.text"
+msgid "Call the <link href=\"text/shared/00/00000005.xhp#kontextmenue\" name=\"context menu\">context menu</link> when positioned in a cell and choose <emph>Selection List</emph>."
+msgstr "გამოიძახეთ <link href=\"text/shared/00/00000005.xhp#kontextmenue\" name=\"context menu\">კონტექსტური მენიუ</link> უჯრაში პოზიციონირებისათვის აირჩიეთ <emph>მონიშნული სია</emph>."
-#: 12120100.xhp#par_id3145802.24.help.text
-msgid "Decimal"
-msgstr "ათობითი"
+#. G=(M
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3156450\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DataSelect\">A list box containing all text found in the current column is displayed.</ahelp> The text is sorted alphabetically and multiple entries are listed only once."
+msgstr "<ahelp hid=\".uno:DataSelect\">სიაში ჩანს ყველა ტექსტი რომელიც არის მიმდინარე სვეტში.</ahelp> ტექსტი დახარისხებულია ალფავიტის მიხელვით და გამეორებული ტექსტები ჩანს მხოლოდ ერთხელ."
-#: 12120100.xhp#par_id3153160.25.help.text
-msgid "All numbers corresponding to the condition."
-msgstr "პირობის შესაბამისი ყველა რიცხვი."
+#. /)lJ
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3148699\n"
+"6\n"
+"help.text"
+msgid "Click one of the listed entries to copy it to the cell."
+msgstr "დააწკაპე ჩამონათვალში ერთერთს მისი უჯრაში კოპირებისათვის."
-#: 12120100.xhp#par_id3149377.26.help.text
-msgctxt "12120100.xhp#par_id3149377.26.help.text"
-msgid "Date"
-msgstr "თარიღი"
+#. /sT0
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Detective"
+msgstr "აღმომჩენი"
-#: 12120100.xhp#par_id3150718.27.help.text
-msgctxt "12120100.xhp#par_id3150718.27.help.text"
-msgid "All numbers corresponding to the condition. The entered values are formatted accordingly the next time the dialog is called up."
+#. #.+w
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"bm_id3151245\n"
+"help.text"
+msgid "<bookmark_value>cell links search</bookmark_value> <bookmark_value>searching; links in cells</bookmark_value> <bookmark_value>traces;precedents and dependents</bookmark_value> <bookmark_value>Formula Auditing,see Detective</bookmark_value> <bookmark_value>Detective</bookmark_value>"
msgstr ""
-#: 12120100.xhp#par_id3146969.28.help.text
-msgctxt "12120100.xhp#par_id3146969.28.help.text"
-msgid "Time"
-msgstr "დრო"
-
-#: 12120100.xhp#par_id3155066.29.help.text
-msgctxt "12120100.xhp#par_id3155066.29.help.text"
-msgid "All numbers corresponding to the condition. The entered values are formatted accordingly the next time the dialog is called up."
-msgstr ""
+#. Wv3A
+#: 06030000.xhp
+#, fuzzy
+msgctxt ""
+"06030000.xhp\n"
+"hd_id3151245\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06030000.xhp\" name=\"Detective\">Detective</link>"
+msgstr "<link href=\"text/scalc/01/02170000.xhp\" name=\"Delete\">Delete</link>"
-#: 12120100.xhp#par_idN106A0.help.text
-msgid "Cell range"
-msgstr "უჯრის დიაპაზონი"
+#. N,j;
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"par_id3151211\n"
+"2\n"
+"help.text"
+msgid "This command activates the Spreadsheet Detective. With the Detective, you can trace the dependencies from the current formula cell to the cells in the spreadsheet."
+msgstr "აღმომჩენი აღმომჩენი დამოკიდებულებები ფორმულა -სკენ დუ."
-#: 12120100.xhp#par_idN106A5.help.text
-msgid "Allow only values that are given in a cell range. The cell range can be specified explicitly, or as a named database range, or as a named range. The range may consist of one column or one row of cells. If you specify a range of columns and rows, only the first column is used."
+#. N!F8
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"par_id3150447\n"
+"3\n"
+"help.text"
+msgid "Once you have defined a trace, you can point with the mouse cursor to the trace. The mouse cursor will change its shape. Double-click the trace with this cursor to select the referenced cell at the end of the trace."
+msgstr ""
+
+#. d3J-
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"tit\n"
+"help.text"
+msgid "Text to Columns"
msgstr ""
-#: 12120100.xhp#par_idN106AB.help.text
-msgid "List"
-msgstr "სია"
+#. b/sZ
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"bm_id8004394\n"
+"help.text"
+msgid "<bookmark_value>text to columns</bookmark_value>"
+msgstr "<bookmark_value>RSQ გამოთვლები</bookmark_value>"
-#: 12120100.xhp#par_idN106B0.help.text
-msgid "Allow only values or strings specified in a list. Strings and values can be mixed. Numbers evaluate to their value, so if you enter the number 1 in the list, the entry 100% is also valid."
+#. wd7{
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"hd_id2300180\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/text2columns.xhp\">Text to Columns</link>"
msgstr ""
-#: 12120100.xhp#par_id3154756.30.help.text
-msgid "Text length"
-msgstr "ტექსტის სიგრძე"
-
-#: 12120100.xhp#par_id3147339.31.help.text
-msgid "Entries whose length corresponds to the condition."
-msgstr "ელემენტები რომელთა სიგრძე შეესაბამება პირობას."
-
-#: 12120100.xhp#hd_id3154704.7.help.text
-msgid "Allow blank cells"
-msgstr "ცარიელი უჯრების ნების დართვა"
-
-#: 12120100.xhp#par_id3153967.8.help.text
-msgid "<ahelp hid=\"SC:TRISTATEBOX:TP_VALIDATION_VALUES:TSB_ALLOW_BLANKS\">In conjunction with <emph>Tools - Detective - Mark invalid Data</emph>, this defines that blank cells are shown as invalid data (disabled) or not (enabled).</ahelp>"
+#. |d4X
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"par_id655232\n"
+"help.text"
+msgid "<variable id=\"text2columns\">Opens the Text to Columns dialog, where you enter settings to expand the contents of selected cells to multiple cells. </variable>"
msgstr ""
-#: 12120100.xhp#par_idN10709.help.text
-msgid "Show selection list"
-msgstr "მონიშნულთა სიის ჩვენება"
-
-#: 12120100.xhp#par_idN1070D.help.text
-msgid "<ahelp hid=\"sc:CheckBox:TP_VALIDATION_VALUES:CB_SHOWLIST\">Shows a list of all valid strings or values to select from. The list can also be opened by selecting the cell and pressing Ctrl+D (Mac: Command+D).</ahelp>"
+#. 7kpS
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"hd_id9599597\n"
+"help.text"
+msgid "To expand cell contents to multiple cells"
msgstr ""
-#: 12120100.xhp#par_idN10724.help.text
-msgid "Sort entries ascending"
-msgstr "ჩანაწერების დახარისხება მიხედვით"
-
-#: 12120100.xhp#par_idN10728.help.text
-msgid "<ahelp hid=\"sc:CheckBox:TP_VALIDATION_VALUES:CB_SORTLIST\">Sorts the selection list in ascending order and filters duplicates from the list. If not checked, the order from the data source is taken.</ahelp>"
+#. jBVt
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"par_id2021546\n"
+"help.text"
+msgid "You can expand cells that contain comma separated values (CSV) into multiple cells in the same row."
msgstr ""
-#: 12120100.xhp#par_idN1073F.help.text
-msgid "Source"
-msgstr "წყარო"
-
-#: 12120100.xhp#par_idN10743.help.text
-msgid "<ahelp hid=\"sc:Edit:TP_VALIDATION_VALUES:EDT_MIN\">Enter the cell range that contains the valid values or text.</ahelp>"
+#. zXa9
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"par_id2623981\n"
+"help.text"
+msgid "For example, cell A1 contains the comma separated values <item type=\"literal\">1,2,3,4</item>, and cell A2 contains the text <item type=\"literal\">A,B,C,D</item>."
msgstr ""
-#: 12120100.xhp#par_idN1075A.help.text
-msgid "Entries"
-msgstr "ელემენტები"
-
-#: 12120100.xhp#par_idN1075E.help.text
-msgid "<ahelp hid=\"sc:MultiLineEdit:TP_VALIDATION_VALUES:EDT_LIST\">Enter the entries that will be valid values or text strings.</ahelp>"
+#. JVFA
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"par_id7242042\n"
+"help.text"
+msgid "Select the cell or cells that you want to expand."
msgstr ""
-#: 12120100.xhp#hd_id3163807.9.help.text
-msgid "Data"
-msgstr "მონაცემები"
-
-#: 12120100.xhp#par_id3144502.10.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:TP_VALIDATION_VALUES:LB_VALUE\">Select the comparative operator that you want to use.</ahelp> The available operators depend on what you selected in the <emph>Allow </emph>box. If you select \"between\" or \"not between\", the <emph>Minimum</emph> and <emph>Maximum</emph> input boxes appear. Otherwise, only the <emph>Minimum</emph>, the <emph>Maximum, or the Value</emph> input boxes appear."
+#. Y;@i
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"par_id6999420\n"
+"help.text"
+msgid "Choose <emph>Data - Text to Columns</emph>."
msgstr ""
-#: 12120100.xhp#hd_id3153782.11.help.text
-msgctxt "12120100.xhp#hd_id3153782.11.help.text"
-msgid "Value"
-msgstr "მნიშვნელობა"
-
-#: 12120100.xhp#par_id3153266.12.help.text
-msgid "Enter the value for the data validation option that you selected in the <emph>Allow </emph>box."
+#. Xi;T
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"par_id6334116\n"
+"help.text"
+msgid "You see the Text to Columns dialog."
msgstr ""
-#: 12120100.xhp#hd_id3149814.13.help.text
-msgid "Minimum"
-msgstr "მინიმუმი"
-
-#: 12120100.xhp#par_id3153199.14.help.text
-msgid "<ahelp hid=\"SC:EDIT:TP_VALIDATION_VALUES:EDT_MIN\">Enter the minimum value for the data validation option that you selected in the <emph>Allow </emph>box.</ahelp>"
+#. cL]5
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"par_id9276406\n"
+"help.text"
+msgid "Select the separator options. The preview shows how the current cell contents will be transformed into multiple cells."
msgstr ""
-#: 12120100.xhp#hd_id3149035.15.help.text
-msgid "Maximum"
-msgstr "მაქსიმუმი"
-
-#: 12120100.xhp#par_id3150089.16.help.text
-msgid "<ahelp hid=\"SC:EDIT:TP_VALIDATION_VALUES:EDT_MAX\">Enter the maximum value for the data validation option that you selected in the <emph>Allow </emph>box.</ahelp>"
+#. *f-s
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"par_id8523819\n"
+"help.text"
+msgid "You can select a fixed width and then click the ruler on the preview to set cell breakup positions."
msgstr ""
-#: 12080200.xhp#tit.help.text
-msgid "Show Details"
-msgstr "დეტალების ჩვენება"
-
-#: 12080200.xhp#bm_id3153561.help.text
-msgid "<bookmark_value>tables; showing details</bookmark_value>"
-msgstr "<bookmark_value>ცხრილები; დეტალების ჩვენება</bookmark_value>"
-
-#: 12080200.xhp#hd_id3153561.1.help.text
-msgid "<link href=\"text/scalc/01/12080200.xhp\" name=\"Show Details\">Show Details</link>"
-msgstr "<link href=\"text/scalc/01/12080200.xhp\" name=\"Show Details\">დეტალების ჩვენება</link>"
-
-#: 12080200.xhp#par_id3153822.2.help.text
-msgid "<ahelp hid=\".uno:ShowDetail\">Shows the details of the grouped row or column that contains the cursor. To show the details of all of the grouped rows or columns, select the outlined table, and then choose this command.</ahelp>"
+#. @M/=
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"par_id1517380\n"
+"help.text"
+msgid "You can select or enter separator characters to define the positions of breaking points. The separator characters are removed from the resulting cell contents."
msgstr ""
-#: 12080200.xhp#par_id3155922.3.help.text
-msgid "To hide a selected group, choose <emph>Data -Outline – </emph><link href=\"text/scalc/01/12080100.xhp\" name=\"Hide Details\"><emph>Hide Details</emph></link>."
+#. F0DU
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"par_id7110812\n"
+"help.text"
+msgid "In the example, you select the comma as a delimiter character. Cells A1 and A2 will be expanded to four columns each. A1 contains 1, B1 contains 2, and so on."
msgstr ""
-#: 12080200.xhp#par_id6036561.help.text
-#, fuzzy
-msgid "<link href=\"text/scalc/01/12080700.xhp\">Show Details command in pivot tables</link>"
-msgstr "<link href=\"text/scalc/01/12080200.xhp\" name=\"Show Details\">დეტალების ჩვენება</link>"
-
-#: 05030200.xhp#tit.help.text
-msgctxt "05030200.xhp#tit.help.text"
-msgid "Optimal Row Heights"
-msgstr "რიგის ოპტიმალური სიმაღლე"
+#. 1Y;7
+#: 06031000.xhp
+msgctxt ""
+"06031000.xhp\n"
+"tit\n"
+"help.text"
+msgid "AutoRefresh"
+msgstr "ავტოგანახლება"
-#: 05030200.xhp#bm_id3148491.help.text
-msgid "<bookmark_value>sheets; optimal row heights</bookmark_value><bookmark_value>rows; optimal heights</bookmark_value><bookmark_value>optimal row heights</bookmark_value>"
-msgstr "<bookmark_value>ფურცლები; რიგის ოპტიმალური სიმაღლე</bookmark_value><bookmark_value>რიგები; ოპტიმალური სიმაღლე</bookmark_value><bookmark_value>რიგის ოპტიმალური სიმაღლე</bookmark_value>"
+#. 8o\.
+#: 06031000.xhp
+msgctxt ""
+"06031000.xhp\n"
+"bm_id3154515\n"
+"help.text"
+msgid "<bookmark_value>cells; autorefreshing traces</bookmark_value><bookmark_value>traces; autorefreshing</bookmark_value>"
+msgstr "<bookmark_value>უჯრები; კვალების ავტოგანახლება</bookmark_value><bookmark_value>კვალები; ავტოგანახლება</bookmark_value>"
-#: 05030200.xhp#hd_id3148491.1.help.text
-msgctxt "05030200.xhp#hd_id3148491.1.help.text"
-msgid "Optimal Row Heights"
-msgstr "რიგის ოპტიმალური სიმაღლე"
+#. Gdb\
+#: 06031000.xhp
+msgctxt ""
+"06031000.xhp\n"
+"hd_id3154515\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06031000.xhp\" name=\"AutoRefresh\">AutoRefresh</link>"
+msgstr "<link href=\"text/scalc/01/06031000.xhp\" name=\"AutoRefresh\">ავტოგანახლება</link>"
-#: 05030200.xhp#par_id3154758.2.help.text
-msgid "<variable id=\"optitext\"><ahelp hid=\".uno:SetOptimalRowHeight\">Determines the optimal row height for the selected rows.</ahelp></variable> The optimal row height depends on the font size of the largest character in the row. You can use various <link href=\"text/shared/00/00000003.xhp#metrik\" name=\"units of measure\">units of measure</link>."
+#. {`6S
+#: 06031000.xhp
+msgctxt ""
+"06031000.xhp\n"
+"par_id3147264\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AutoRefreshArrows\" visibility=\"visible\">Automatically refreshes all the traces in the sheet whenever you modify a formula.</ahelp>"
msgstr ""
-#: 05030200.xhp#hd_id3154908.3.help.text
-msgctxt "05030200.xhp#hd_id3154908.3.help.text"
-msgid "Add"
-msgstr "დამატება"
-
-#: 05030200.xhp#par_id3151044.4.help.text
-msgid "<ahelp hid=\"SC:METRICFIELD:RID_SCDLG_ROW_OPT:ED_VALUE\">Sets additional spacing between the largest character in a row and the cell boundaries.</ahelp>"
-msgstr ""
+#. :}`D
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"tit\n"
+"help.text"
+msgid "WORKDAY"
+msgstr "WORKDAY"
-#: 05030200.xhp#hd_id3150439.5.help.text
-msgctxt "05030200.xhp#hd_id3150439.5.help.text"
-msgid "Default value"
-msgstr "ნაგულისხმევი მნიშვნელობა"
+#. y6$V
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"bm_id3149012\n"
+"help.text"
+msgid "<bookmark_value>WORKDAY function</bookmark_value>"
+msgstr "<bookmark_value>WORKDAY ფუნქცია</bookmark_value>"
-#: 05030200.xhp#par_id3146984.6.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ROW_OPT:BTN_DEFVAL\">Restores the default value for the optimal row height.</ahelp>"
-msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ROW_OPT:BTN_DEFVAL\">რიგის ოპტიმალური სიმაღლის პარამეტრის განულება.</ahelp>"
+#. !Qo{
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"hd_id3149012\n"
+"186\n"
+"help.text"
+msgid "<variable id=\"workday\"><link href=\"text/scalc/01/func_workday.xhp\">WORKDAY</link></variable>"
+msgstr "<variable id=\"workday\"><link href=\"text/scalc/01/func_workday.xhp\">WORKDAY</link></variable>"
-#: 04060111.xhp#tit.help.text
-msgctxt "04060111.xhp#tit.help.text"
-msgid "Add-in Functions"
-msgstr "დამატებითი ფუნქციები"
+#. mk?}
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"par_id3149893\n"
+"187\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_WORKDAY\"> The result is a date number that can be formatted as a date. You then see the date of a day that is a certain number of <emph>workdays</emph> away from the <emph>start date</emph>.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_WORKDAY\"> შედეგი არის თარიღის რიცხვი როელიც ფორმატირებულია თარიღად. შეგიძლიათ იხილოთ დღის თარიღი რაც არის <emph>სამუშაო დღეების</emph> რაოდენობა<emph>საწყისი თარიღიდან</emph>.</ahelp>"
-#: 04060111.xhp#bm_id3150870.help.text
-msgid "<bookmark_value>add-ins; functions</bookmark_value><bookmark_value>functions; add-in functions</bookmark_value><bookmark_value>Function Wizard; add-ins</bookmark_value>"
-msgstr "<bookmark_value>დროის და თარიღის ფუნქციები</bookmark_value><bookmark_value>ფუნქციები; თარიღი და დრო</bookmark_value><bookmark_value>ფუნქციების ოსტატი; თარიღი და დრო</bookmark_value>"
+#. Iv9Y
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"hd_id3146944\n"
+"188\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060111.xhp#hd_id3150870.1.help.text
-msgctxt "04060111.xhp#hd_id3150870.1.help.text"
-msgid "Add-in Functions"
-msgstr "დამატებითი ფუნქციები"
+#. I,dH
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"par_id3154844\n"
+"189\n"
+"help.text"
+msgid "WORKDAY(StartDate; Days; Holidays)"
+msgstr "WORKDAY (საწყისი თარიღი;დღეები;დღესასწაულები)"
-#: 04060111.xhp#par_id3147427.2.help.text
-msgid "<variable id=\"addintext\">The following describes and lists some of the available add-in functions. </variable>"
-msgstr "<variable id=\"addintext\">შემდეგი აღწერს და თვლის ზოგიერთ დამატებით ფუნქციას. </variable>"
+#. BM$t
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"par_id3147469\n"
+"190\n"
+"help.text"
+msgid "<emph>StartDate</emph> is the date from when the calculation is carried out. If the start date is a workday, the day is included in the calculation."
+msgstr "<emph>საწყისი თარიღი</emph>: თარიღი რომლიდანაც იწყება გამოთვლა. თუ საწყისი თარიღი სამუშაო დღეა, თარიღი ჩართულია გამოთვლაში."
-#: 04060111.xhp#par_id3163713.75.help.text
-msgid "<link href=\"text/scalc/01/04060112.xhp#addinconcept\">Add-in concept</link>"
-msgstr "<link href=\"text/scalc/01/04060112.xhp#addinconcept\">დამატებითი</link>"
+#. ?NPU
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"par_id3153038\n"
+"191\n"
+"help.text"
+msgid "<emph>Days</emph> is the number of workdays. Positive value for a result after the start date, negative value for a result before the start date."
+msgstr "<emph>დღეები</emph>: სამუშაო დღეების რაოდენობა. დადებითი მნიშვნელობა საწყისი თარიღიდან უარყოფითი მნიშვნელობა შედეგისთვის საწყის თარიღამდე."
-#: 04060111.xhp#par_id3146120.5.help.text
-msgid "You will also find a <link href=\"text/scalc/01/04060112.xhp\">description of the $[officename] Calc add-in interface</link> in the Help. In addition, important functions and their parameters are described in the Help for the <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library </caseinline><defaultinline>$[officename] Calc add-in DLL</defaultinline></switchinline>."
-msgstr "თქვენ შეგიძლიათ ნახოთ <link href=\"text/scalc/01/04060112.xhp\">$[officename] Calc დამატებების აღწერა</link>დახმარებაში. დამატებით, მნიშვნელოვანი ფუქციები არის აღწეტრილი<switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library </caseinline><defaultinline>$[officename] Calc დამატებების DLL</defaultinline></switchinline>დახმარებაში."
+#. }8B~
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"par_id3150693\n"
+"192\n"
+"help.text"
+msgid "<emph>Holidays</emph> is a list of optional holidays. These are non-working days. Enter a cell range in which the holidays are listed individually."
+msgstr "<emph>დღესასწაულები</emph>: დღესასწაულების სია. ესენია არასამუშაო დღეები. შეიყვანეთ უჯრათა დიაპაზონი სადაც გამოსასვლელებია ჩამოთვლილი."
-#: 04060111.xhp#hd_id3151075.7.help.text
-msgid "Add-ins supplied"
-msgstr "დამატება"
+#. Wf?N
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"hd_id3150141\n"
+"193\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060111.xhp#par_id3156285.8.help.text
-msgid "$[officename] contains examples for the add-in interface of $[officename] Calc."
-msgstr "$[officename] შეიცავს $[officename] Calc-ის დამატების ინტერფეისის მაგალითს."
+#. |Ej-
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"par_id3152782\n"
+"194\n"
+"help.text"
+msgid "What date came 17 workdays after 1 December 2001? Enter the start date \"2001-12-01\" in C3 and the number of workdays in D3. Cells F3 to J3 contain the following Christmas and New Year holidays: \"2001-12-24\", \"2001-12-25\", \"2001-12-26\", \"2001-12-31\", \"2002-01-01\"."
+msgstr "რა თარიღი იქნება 17 სამუშაო დღის შემდეგ 2001 წლის 1 დეკემბრიდან? შეიყვანეთ საწყისი თარიღი \"12/1/2001\" C3-ში და სამუშაო დღეების რაოდენობა D3-ში. უჯრები F3-დან J3-მდე შეიცავენ საშობაო და საახალწლო გამოსასვლელებს: \"12/24/2001\", \"12/25/2001\", \"12/26/2001\", \"12/31/2001\", \"1/1/2002\"."
-#: 04060111.xhp#par_id3159267.76.help.text
-msgid "<link href=\"text/scalc/01/04060115.xhp\">Analysis Functions Part One</link>"
-msgstr "<link href=\"text/scalc/01/04060115.xhp\">ანალიზის ფუნქციები პირველი ნაწილი</link>"
+#. QfAq
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"par_id3146142\n"
+"195\n"
+"help.text"
+msgid "=WORKDAY(C3;D3;F3:J3) returns 2001-12-28. Format the serial date number as a date, for example in the format YYYY-MM-DD."
+msgstr ""
-#: 04060111.xhp#par_id3154703.77.help.text
-msgid "<link href=\"text/scalc/01/04060116.xhp\">Analysis Functions Part Two</link>"
-msgstr "<link href=\"text/scalc/01/04060116.xhp\">ანალიზის ფუნქციები მეორე ნაწილი</link>"
+#. @oT1
+#: 12020000.xhp
+msgctxt ""
+"12020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Select Database Range"
+msgstr "მონაცემთა ბაზის დიაპაზონი"
-#: 04060111.xhp#bm_id3149566.help.text
-msgid "<bookmark_value>ISLEAPYEAR function</bookmark_value><bookmark_value>leap year determination</bookmark_value>"
-msgstr "<bookmark_value>ISLEAPYEAR ფუნქცია</bookmark_value><bookmark_value>წლის საზღვრი განსაზღვრა</bookmark_value>"
+#. ,$^4
+#: 12020000.xhp
+msgctxt ""
+"12020000.xhp\n"
+"bm_id3145068\n"
+"help.text"
+msgid "<bookmark_value>databases; selecting (Calc)</bookmark_value>"
+msgstr "<bookmark_value>მონცემთა ბაზები; მონიშვნა (Calc)</bookmark_value>"
-#: 04060111.xhp#hd_id3149566.14.help.text
-msgid "ISLEAPYEAR"
-msgstr "ISLEAPYEAR"
+#. v;T6
+#: 12020000.xhp
+msgctxt ""
+"12020000.xhp\n"
+"hd_id3145068\n"
+"1\n"
+"help.text"
+msgid "Select Database Range"
+msgstr "მონაცემთა ბაზის დიაპაზონის არჩევა"
-#: 04060111.xhp#par_id3150297.15.help.text
-msgid "<ahelp hid=\".\">Determines whether a year is a leap year.</ahelp> If yes, the function will return the value 1 (TRUE); if not, it will return 0 (FALSE)."
+#. ,9qU
+#: 12020000.xhp
+msgctxt ""
+"12020000.xhp\n"
+"par_id3149655\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"bereichwaehlen\"><ahelp hid=\".uno:SelectDB\">Selects a database range that you defined under <link href=\"text/scalc/01/12010000.xhp\" name=\"Data - Define Range\">Data - Define Range</link>.</ahelp></variable>"
msgstr ""
-#: 04060111.xhp#hd_id3148487.16.help.text
-msgctxt "04060111.xhp#hd_id3148487.16.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060111.xhp#par_id3150205.17.help.text
-msgid "ISLEAPYEAR(\"Date\")"
-msgstr "ISLEAPYEAR(თარიღი)"
+#. ?_Cc
+#: 12020000.xhp
+msgctxt ""
+"12020000.xhp\n"
+"hd_id3153192\n"
+"3\n"
+"help.text"
+msgid "Ranges"
+msgstr "დიაპაზონები"
-#: 04060111.xhp#par_id3159239.18.help.text
-msgid "<emph>Date</emph> specifies whether a given date falls within a leap year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME."
+#. 8)?k
+#: 12020000.xhp
+msgctxt ""
+"12020000.xhp\n"
+"par_id3154684\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_SELENTRY_LIST\">Lists the available database ranges. To select a database range, click its name, and then click <emph>OK</emph>.</ahelp>"
msgstr ""
-#: 04060111.xhp#hd_id3149817.19.help.text
-msgctxt "04060111.xhp#hd_id3149817.19.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060111.xhp#par_id3150786.20.help.text
-msgid "=ISLEAPYEAR(A1) returns 1, if A1 contains 1968-02-29, the valid date 29th of February 1968 in your locale setting."
-msgstr "ISLEAPYEAR(A1) აბრუნებს 1, თუ A1 შეიცავს 2/29/68, თარიღი არის 1968 წლის 29 თებერვალი."
-
-#: 04060111.xhp#par_idN107E7.help.text
-msgid "You may also use =ISLEAPYEAR(\"1968-02-29\") or =ISLEAPYEAR(\"2/29/68\")."
-msgstr ""
+#. T4T|
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Delete Cells"
+msgstr "უჯრების წაშლა"
-#: 04060111.xhp#par_idN107EA.help.text
-msgid "Never use =ISLEAPYEAR(2/29/68), because this would first evaluate 2 divided by 29 divided by 68, and then calculate the ISLEAPYEAR function from this small number as a serial date number."
+#. 7BGL
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"bm_id3153726\n"
+"help.text"
+msgid "<bookmark_value>cells; deleting cells</bookmark_value><bookmark_value>columns; deleting</bookmark_value><bookmark_value>rows; deleting</bookmark_value><bookmark_value>spreadsheets; deleting cells</bookmark_value><bookmark_value>deleting;cells/rows/columns</bookmark_value>"
msgstr ""
-#: 04060111.xhp#bm_id3154656.help.text
-msgid "<bookmark_value>YEARS function</bookmark_value><bookmark_value>number of years between two dates</bookmark_value>"
-msgstr "<bookmark_value>YEARS ფუნქცია</bookmark_value><bookmark_value>ორ თარიღს სორის წლების რაოდენობა</bookmark_value>"
-
-#: 04060111.xhp#hd_id3154656.21.help.text
-msgid "YEARS"
-msgstr "YEARS"
+#. 7(]{
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"hd_id3153726\n"
+"1\n"
+"help.text"
+msgid "Delete Cells"
+msgstr "უჯრების წაშლა"
-#: 04060111.xhp#par_id3150886.22.help.text
-msgid "<ahelp hid=\"HID_DAI_FUNC_DIFFYEARS\">Calculates the difference in years between two dates.</ahelp>"
-msgstr "<ahelp hid=\"HID_DAI_FUNC_DIFFYEARS\">ორ თარიღს შორის გამოთვლის წლების სხვაობას.</ahelp>"
+#. vpcA
+#: 02160000.xhp
+#, fuzzy
+msgctxt ""
+"02160000.xhp\n"
+"par_id3154490\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"zellenloeschentext\"><ahelp hid=\".uno:DeleteCell\">Completely deletes selected cells, columns or rows. The cells below or to the right of the deleted cells will fill the space.</ahelp></variable> Note that the selected delete option is stored and reloaded when the dialog is next called."
+msgstr "<variable id=\"zellenloeschentext\"><ahelp hid=\".uno:DeleteCell\">Completely deletes selected cells, columns or rows. The cells below or to the right of the deleted cells will fill the space.</ahelp></variable> Note that the selected delete option is stored and reloaded when the dialog is next called."
-#: 04060111.xhp#hd_id3154370.23.help.text
-msgctxt "04060111.xhp#hd_id3154370.23.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. aXj3
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"hd_id3149121\n"
+"3\n"
+"help.text"
+msgid "Selection"
+msgstr "მონიშვნა"
-#: 04060111.xhp#par_id3146114.24.help.text
-msgid "YEARS(StartDate; EndDate; Type)"
-msgstr "YEARS(საწყისი თარიღი;საბოლოო თარიღი; ტიპი)"
+#. +Pf)
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3150751\n"
+"4\n"
+"help.text"
+msgid "This area contains options for specifying how sheets are displayed after deleting cells."
+msgstr "ეს არე შეიცავს იმ სპეციფიური დაფების პარამეტრები, რომელიც ჩანს უჯრების წაშლის შემდეგ."
-#: 04060111.xhp#par_id3145387.25.help.text
-msgctxt "04060111.xhp#par_id3145387.25.help.text"
-msgid "<emph>StartDate</emph> is the first date"
-msgstr "<emph>საწყისი თარიღი</emph>: თარიღი."
+#. 2\~|
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"hd_id3155767\n"
+"5\n"
+"help.text"
+msgid "Shift cells up"
+msgstr "უჯრების ზემოთ ანაცვლება"
-#: 04060111.xhp#par_id3156290.26.help.text
-msgctxt "04060111.xhp#par_id3156290.26.help.text"
-msgid "<emph>EndDate</emph> is the second date"
-msgstr "<emph>მონაცემი_2</emph> არის მონაცემთა მეორე წყობა."
+#. q3JZ
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3153714\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_DELCELL:BTN_CELLSUP\">Fills the space produced by the deleted cells with the cells underneath it.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_DELCELL:BTN_CELLSUP\">შეავსებს the space produced by the deleted cells with the cells underneath it.</ahelp>"
-#: 04060111.xhp#par_id3152893.27.help.text
-msgid "<emph>Type</emph> calculates the type of difference. Possible values are 0 (interval) and 1 (in calendar years)."
-msgstr "ტიპი: გამოთვლის სხვაობის ტიპს. შესაძლო მნიშვნელობებია 0 (ინტერვალი) და 1 (კალენდარი წლები)."
+#. :LF2
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"hd_id3156382\n"
+"7\n"
+"help.text"
+msgid "Shift cells left"
+msgstr "უჯრების მარცხნივ გადანაცვლება"
-#: 04060111.xhp#bm_id3152898.help.text
-msgid "<bookmark_value>MONTHS function</bookmark_value><bookmark_value>number of months between two dates</bookmark_value>"
-msgstr "<bookmark_value>MONTHS ფუნქცია</bookmark_value><bookmark_value>ორ თარიღს სორის თვეების რაოდენობა</bookmark_value>"
+#. wN/(
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3154702\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_DELCELL:BTN_CELLSLEFT\">Fills the resulting space by the cells to the right of the deleted cells.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_DELCELL:BTN_CELLSLEFT\">შეავსებს the resulting space by the cells to the right of the deleted cells.</ahelp>"
-#: 04060111.xhp#hd_id3152898.28.help.text
-msgid "MONTHS"
-msgstr "MONTHS"
+#. Nn`C
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"hd_id3146918\n"
+"9\n"
+"help.text"
+msgid "Delete entire row(s)"
+msgstr "მთლიანი უჯრ(ებ)ის წაშლა"
-#: 04060111.xhp#par_id3153066.29.help.text
-msgid "<ahelp hid=\"HID_DAI_FUNC_DIFFMONTHS\">Calculates the difference in months between two dates.</ahelp>"
-msgstr "<ahelp hid=\"HID_DAI_FUNC_DIFFMONTHS\">>ორ თარიღს შორის გამოთვლის თვეების სხვაობას.</ahelp>"
+#. Y[9*
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3148487\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DeleteRows\">After selecting at least one cell, deletes the entire row from the sheet.</ahelp>"
+msgstr "<ahelp hid=\".uno:DeleteRows\">After selecting at least one cell, deletes the entire row from the sheet.</ahelp>"
-#: 04060111.xhp#hd_id3151240.30.help.text
-msgctxt "04060111.xhp#hd_id3151240.30.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. BxO(
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"hd_id3155114\n"
+"11\n"
+"help.text"
+msgid "Delete entire column(s)"
+msgstr "მთლიანი სვეტ(ებ)ის წაშლა"
-#: 04060111.xhp#par_id3146869.31.help.text
-msgid "MONTHS(StartDate; EndDate; Type)"
-msgstr "MONTHS(საწყისი თარიღი;საბოლოო თარიღი; ტიპი)"
+#. tDAS
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3150086\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DeleteColumns\">After selecting at least one cell, deletes the entire column from the sheet.</ahelp>"
+msgstr "<ahelp hid=\".uno:DeleteColumns\">After selecting at least one cell, deletes the entire column from the sheet.</ahelp>"
-#: 04060111.xhp#par_id3145075.32.help.text
-msgctxt "04060111.xhp#par_id3145075.32.help.text"
-msgid "<emph>StartDate</emph> is the first date"
-msgstr "<emph>საწყისი თარიღი</emph>: თარიღი."
+#. F)#i
+#: 02160000.xhp
+#, fuzzy
+msgctxt ""
+"02160000.xhp\n"
+"par_id3166424\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02150000.xhp\" name=\"Deleting Contents\">Deleting Contents</link>"
+msgstr "<link href=\"text/scalc/01/02150000.xhp\" name=\"შემცველობის წაშლა\">შემცველობის წაშლა</link>"
-#: 04060111.xhp#par_id3157981.33.help.text
-msgctxt "04060111.xhp#par_id3157981.33.help.text"
-msgid "<emph>EndDate</emph> is the second date"
-msgstr "<emph>მონაცემი_2</emph> არის მონაცემთა მეორე წყობა."
+#. |k:X
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Page Break Preview"
+msgstr "Page Break Preview"
-#: 04060111.xhp#par_id3150111.34.help.text
-msgid "<emph>Type</emph> calculates the type of difference. Possible values include 0 (interval) and 1 (in calendar months)."
-msgstr "ტიპი: გამოთვლის სხვაობის ტიპს. შესაძლო მნიშვნელობებია 0 (ინტერვალი) და 1 (კალენდარი თვეები)."
+#. [cGL
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"hd_id3151384\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/03100000.xhp\" name=\"Page Break Preview\">Page Break Preview</link>"
+msgstr "<link href=\"text/scalc/01/03100000.xhp\" name=\"Page Break Preview\">Page Break Preview</link>"
-#: 04060111.xhp#bm_id3159094.help.text
-msgid "<bookmark_value>ROT13 function</bookmark_value><bookmark_value>encrypting text</bookmark_value>"
-msgstr "<bookmark_value>ROT13 ფუნქცია</bookmark_value><bookmark_value>ტექსტის გაშიფვრვა</bookmark_value>"
+#. w9Z@
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"par_id3150792\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:PagebreakMode\">Display the page breaks and print ranges in the sheet. Choose <emph>View - Normal</emph> to switch this mode off.</ahelp>"
+msgstr "<ahelp hid=\".uno:PagebreakMode\">Display the page წყვეტები and print ranges in the sheet. ამოირჩიეთ <emph>View - Normal</emph> to switch this mode off.</ahelp>"
-#: 04060111.xhp#hd_id3159094.35.help.text
-msgid "ROT13"
-msgstr "ROT13"
+#. 57[$
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"par_id3153877\n"
+"13\n"
+"help.text"
+msgid "The context menu of the page break preview contains functions for editing page breaks, including the following options:"
+msgstr "The კონტექსტური მენიუ of the page break preview contains functions for editing page წყვეტები, including the following options:"
-#: 04060111.xhp#par_id3146781.36.help.text
-msgid "<ahelp hid=\"HID_DAI_FUNC_ROT13\">Encrypts a character string by moving the characters 13 positions in the alphabet.</ahelp> After the letter Z, the alphabet begins again (Rotation). By applying the encryption function again to the resulting code, you can decrypt the text."
-msgstr ""
+#. (p@8
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"hd_id3154731\n"
+"14\n"
+"help.text"
+msgid "Delete All Manual Breaks"
+msgstr "Delete All Manual Breaks"
-#: 04060111.xhp#hd_id3150893.37.help.text
-msgctxt "04060111.xhp#hd_id3150893.37.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. };J1
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"par_id3149400\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DeleteAllBreaks\">Deletes all manual breaks in the current sheet.</ahelp>"
+msgstr "<ahelp hid=\".uno:DeleteAllBreaks\">Deletes all manual წყვეტები in the current sheet.</ahelp>"
-#: 04060111.xhp#par_id3159205.38.help.text
-msgid "ROT13(Text)"
-msgstr "ROT13(ტექსტი)"
+#. LX/N
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"hd_id3155067\n"
+"18\n"
+"help.text"
+msgid "Add Print Range"
+msgstr "დასაბეჭდი დიაპაზონის დამატება"
-#: 04060111.xhp#par_id3153249.39.help.text
-msgid "<emph>Text</emph> is the character string to be encrypted. ROT13(ROT13(Text)) decrypts the code."
-msgstr ""
+#. z:TT
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"par_id3155764\n"
+"19\n"
+"help.text"
+msgid "Adds the selected cells to print ranges."
+msgstr "Adds the selected cells to print ranges."
-#: 04060111.xhp#bm_id3151300.help.text
-msgid "<bookmark_value>DAYSINYEAR function</bookmark_value><bookmark_value>number of days; in a specific year</bookmark_value>"
-msgstr "<bookmark_value>DAYSINYEAR ფუნქცია</bookmark_value><bookmark_value>მითითებულ წელს დღეების რაოდენობა</bookmark_value>"
+#. 1O#-
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"tit\n"
+"help.text"
+msgid "TIME"
+msgstr "TIME"
+
+#. }Vpc
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"bm_id3154073\n"
+"help.text"
+msgid "<bookmark_value>TIME function</bookmark_value>"
+msgstr "<bookmark_value>TIME ფუნქცია</bookmark_value>"
-#: 04060111.xhp#hd_id3151300.43.help.text
-msgid "DAYSINYEAR"
-msgstr "DAYSINYEAR"
+#. ;}TK
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"hd_id3154073\n"
+"149\n"
+"help.text"
+msgid "<variable id=\"time\"><link href=\"text/scalc/01/func_time.xhp\">TIME</link></variable>"
+msgstr "<variable id=\"time\"><link href=\"text/scalc/01/func_time.xhp\">TIME</link></variable>"
-#: 04060111.xhp#par_id3143220.44.help.text
-msgid "<ahelp hid=\"HID_DAI_FUNC_DAYSINYEAR\">Calculates the number of days of the year in which the date entered occurs.</ahelp>"
+#. o09#
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"par_id3145762\n"
+"150\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZEIT\">TIME returns the current time value from values for hours, minutes and seconds.</ahelp> This function can be used to convert a time based on these three elements to a decimal time value."
msgstr ""
-#: 04060111.xhp#hd_id3145358.45.help.text
-msgctxt "04060111.xhp#hd_id3145358.45.help.text"
+#. y,:B
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"hd_id3155550\n"
+"151\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060111.xhp#par_id3154651.46.help.text
-msgid "DAYSINYEAR(Date)"
-msgstr "DAYSINYEAR(თარიღი)"
-
-#: 04060111.xhp#par_id3153803.47.help.text
-msgctxt "04060111.xhp#par_id3153803.47.help.text"
-msgid "<emph>Date</emph> is any date in the respective year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME."
-msgstr ""
+#. p48?
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"par_id3154584\n"
+"152\n"
+"help.text"
+msgid "TIME(Hour; Minute; Second)"
+msgstr "TIME(საათი; წუთი; წამი)"
-#: 04060111.xhp#hd_id3153487.48.help.text
-msgctxt "04060111.xhp#hd_id3153487.48.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. Ry7*
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"par_id3152904\n"
+"153\n"
+"help.text"
+msgid "Use an integer to set the <emph>Hour</emph>."
+msgstr "მთელი რიცხვი გამოიყენეთ <emph>საათის</emph> მისათითებლად."
-#: 04060111.xhp#par_id3153811.49.help.text
-msgid "=DAYSINYEAR(A1) returns 366 days if A1 contains 1968-02-29, a valid date for the year 1968."
-msgstr "WEEKSINYEAR(A1) აბრუნებს 53 თუ A1 შეიცავს 2/17/70, მართებული თარიღი 1970 წლითვის."
+#. ])k%
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"par_id3151346\n"
+"154\n"
+"help.text"
+msgid "Use an integer to set the <emph>Minute</emph>."
+msgstr "მთელი რიცხვი გამოიყენეთ <emph>წუთის</emph> მისათითებლად."
-#: 04060111.xhp#bm_id3154737.help.text
-msgid "<bookmark_value>DAYSINMONTH function</bookmark_value><bookmark_value>number of days;in a specific month of a year</bookmark_value>"
-msgstr "<bookmark_value>DAYSINMONTH ფუნქცია</bookmark_value><bookmark_value>დღეების რაოდენობა;განსაზღვრულ თვეში</bookmark_value>"
+#. 5x,;
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"par_id3151366\n"
+"155\n"
+"help.text"
+msgid "Use an integer to set the <emph>Second</emph>."
+msgstr "მთელი რიცხვი გამოიყენეთ <emph>წამის</emph> მისათითებლად."
-#: 04060111.xhp#hd_id3154737.50.help.text
-msgid "DAYSINMONTH"
-msgstr "DAYSINMONTH"
+#. TNV/
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"hd_id3145577\n"
+"156\n"
+"help.text"
+msgid "Examples"
+msgstr "მაგალითები"
-#: 04060111.xhp#par_id3149316.51.help.text
-msgid "<ahelp hid=\"HID_DAI_FUNC_DAYSINMONTH\">Calculates the number of days of the month in which the date entered occurs.</ahelp>"
+#. ZX(6
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"par_id3156076\n"
+"157\n"
+"help.text"
+msgid "<item type=\"input\">=TIME(0;0;0)</item> returns 00:00:00"
msgstr ""
-#: 04060111.xhp#hd_id3145114.52.help.text
-msgctxt "04060111.xhp#hd_id3145114.52.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060111.xhp#par_id3150955.53.help.text
-msgid "DAYSINMONTH(Date)"
-msgstr "DAYSINMONTH(თარიღი)"
-
-#: 04060111.xhp#par_id3147501.54.help.text
-msgid "<emph>Date</emph> is any date in the respective month of the desired year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME."
+#. ([vu
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"par_id3156090\n"
+"158\n"
+"help.text"
+msgid "<item type=\"input\">=TIME(4;20;4)</item> returns 04:20:04"
msgstr ""
-#: 04060111.xhp#hd_id3149871.55.help.text
-msgctxt "04060111.xhp#hd_id3149871.55.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060111.xhp#par_id3155742.56.help.text
-msgid "=DAYSINMONTH(A1) returns 29 days if A1 contains 1968-02-17, a valid date for February 1968."
-msgstr "WEEKSINYEAR(A1) აბრუნებს 53 თუ A1 შეიცავს 2/17/70, მართებული თარიღი 1970 წლითვის."
-
-#: 04060111.xhp#bm_id3149048.help.text
-msgid "<bookmark_value>WEEKS function</bookmark_value><bookmark_value>number of weeks;between two dates</bookmark_value>"
-msgstr "<bookmark_value>WEEKS ფუნქცია</bookmark_value><bookmark_value>კვირების რაოდენობა; ორ თარიღს შორის</bookmark_value>"
-
-#: 04060111.xhp#hd_id3149048.57.help.text
-msgid "WEEKS"
-msgstr "WEEKS"
-
-#: 04060111.xhp#par_id3153340.58.help.text
-msgid "<ahelp hid=\"HID_DAI_FUNC_DIFFWEEKS\">Calculates the difference in weeks between two dates.</ahelp>"
-msgstr "<ahelp hid=\"HID_DAI_FUNC_DIFFWEEKS\">ანგარიშობს სხვაობას კვირებში ორ თარიღს შორის.</ahelp>"
-
-#: 04060111.xhp#hd_id3150393.59.help.text
-msgctxt "04060111.xhp#hd_id3150393.59.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060111.xhp#par_id3147402.60.help.text
-msgid "WEEKS(StartDate; EndDate; Type)"
-msgstr "WEEKS(საწყისი თარიღი;საბოლოო თარიღი; ტიპი)"
-
-#: 04060111.xhp#par_id3151387.61.help.text
-msgctxt "04060111.xhp#par_id3151387.61.help.text"
-msgid "<emph>StartDate</emph> is the first date"
-msgstr "<emph>საწყისი თარიღი</emph>: თარიღი."
-
-#: 04060111.xhp#par_id3146324.62.help.text
-msgctxt "04060111.xhp#par_id3146324.62.help.text"
-msgid "<emph>EndDate</emph> is the second date"
-msgstr "<emph>მონაცემი_2</emph> არის მონაცემთა მეორე წყობა."
-
-#: 04060111.xhp#par_id3166467.63.help.text
-msgid "<emph>Type</emph> calculates the type of difference. The possible values are 0 (interval) and 1 (in numbers of weeks)."
-msgstr "ტიპი: გამოთვლის სხვაობის ტიპს. შესაძლო მნიშვნელობებია 0 (ინტერვალი) და 1 (კვირების რაოდენობა)."
-
-#: 04060111.xhp#bm_id3145237.help.text
-msgid "<bookmark_value>WEEKSINYEAR function</bookmark_value><bookmark_value>number of weeks;in a specific year</bookmark_value>"
-msgstr "<bookmark_value>WEEKSINYEAR ფუნქცია</bookmark_value><bookmark_value>კვირების რაოდენობა;შესაბამის წელში</bookmark_value>"
+#. 51R+
+#: func_days360.xhp
+msgctxt ""
+"func_days360.xhp\n"
+"tit\n"
+"help.text"
+msgid "DAYS360"
+msgstr "DAYS360"
+
+#. H!dQ
+#: func_days360.xhp
+msgctxt ""
+"func_days360.xhp\n"
+"bm_id3148555\n"
+"help.text"
+msgid "<bookmark_value>DAYS360 function</bookmark_value>"
+msgstr "<bookmark_value>DAYS360 ფუნქცია</bookmark_value>"
-#: 04060111.xhp#hd_id3145237.64.help.text
-msgid "WEEKSINYEAR"
-msgstr "WEEKSINYEAR"
+#. J6WS
+#: func_days360.xhp
+msgctxt ""
+"func_days360.xhp\n"
+"hd_id3148555\n"
+"124\n"
+"help.text"
+msgid "<variable id=\"days360\"><link href=\"text/scalc/01/func_days360.xhp\">DAYS360</link></variable>"
+msgstr "<variable id=\"days360\"><link href=\"text/scalc/01/func_days360.xhp\">DAYS360</link></variable>"
-#: 04060111.xhp#par_id3147410.65.help.text
-msgid "<ahelp hid=\"HID_DAI_FUNC_WEEKSINYEAR\">Calculates the number of weeks of the year in which the date entered occurs.</ahelp> The number of weeks is defined as follows: a week that spans two years is added to the year in which most days of that week occur."
+#. ./!8
+#: func_days360.xhp
+msgctxt ""
+"func_days360.xhp\n"
+"par_id3156032\n"
+"125\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TAGE360\">Returns the difference between two dates based on the 360 day year used in interest calculations.</ahelp>"
msgstr ""
-#: 04060111.xhp#hd_id3149719.66.help.text
-msgctxt "04060111.xhp#hd_id3149719.66.help.text"
+#. =Y+\
+#: func_days360.xhp
+msgctxt ""
+"func_days360.xhp\n"
+"hd_id3155347\n"
+"126\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060111.xhp#par_id3145638.67.help.text
-msgid "WEEKSINYEAR(Date)"
-msgstr "WEEKSINYEAR(თარიღი)"
-
-#: 04060111.xhp#par_id3149946.68.help.text
-msgctxt "04060111.xhp#par_id3149946.68.help.text"
-msgid "<emph>Date</emph> is any date in the respective year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME."
+#. @t3o
+#: func_days360.xhp
+msgctxt ""
+"func_days360.xhp\n"
+"par_id3155313\n"
+"127\n"
+"help.text"
+msgid "DAYS360(\"Date1\"; \"Date2\"; Type)"
msgstr ""
-#: 04060111.xhp#hd_id3150037.69.help.text
-msgctxt "04060111.xhp#hd_id3150037.69.help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060111.xhp#par_id3147614.70.help.text
-msgid "WEEKSINYEAR(A1) returns 53 if A1 contains 1970-02-17, a valid date for the year 1970."
-msgstr "WEEKSINYEAR(A1) აბრუნებს 53 თუ A1 შეიცავს 2/17/70, მართებული თარიღი 1970 წლითვის."
-
-#: 04060111.xhp#hd_id3157901.72.help.text
-msgid "Add-ins through %PRODUCTNAME API"
-msgstr "დამატება %PRODUCTNAME API"
-
-#: 04060111.xhp#par_id3149351.73.help.text
-#, fuzzy
-msgid "Add-ins can also be implemented through the %PRODUCTNAME <link href=\"http://api.libreoffice.org/\">API</link>."
-msgstr "დამატებების ჩადგმა შესაძლებელია ასევე %PRODUCTNAME <link href=\"http://api.openoffice.org/\">API</link>."
-
-#: 04060102.xhp#tit.help.text
-msgctxt "04060102.xhp#tit.help.text"
-msgid "Date & Time Functions"
-msgstr "დროს და თარიღი ფუნქციები"
-
-#: 04060102.xhp#bm_id3154536.help.text
-msgid "<bookmark_value>date and time functions</bookmark_value><bookmark_value>functions; date & time</bookmark_value><bookmark_value>Function Wizard; date & time</bookmark_value>"
-msgstr "<bookmark_value>დროის და თარიღის ფუნქციები</bookmark_value><bookmark_value>ფუნქციები; თარიღი და დრო</bookmark_value><bookmark_value>ფუნქციების ოსტატი; თარიღი და დრო</bookmark_value>"
-
-#: 04060102.xhp#hd_id3154536.1.help.text
-msgctxt "04060102.xhp#hd_id3154536.1.help.text"
-msgid "Date & Time Functions"
-msgstr "დროს და თარიღი ფუნქციები"
-
-#: 04060102.xhp#par_id3153973.2.help.text
-msgid "<variable id=\"datumzeittext\">These spreadsheet functions are used for inserting and editing dates and times. </variable>"
-msgstr "<variable id=\"datumzeittext\">ელცხრილის ეს ფუნქციები გამოიყენება თარიღების და დროის ჩასასმელად და ჩასასწორებლად. </variable>"
-
-#: 04060102.xhp#par_idN10600.help.text
-msgid "The functions whose names end with _ADD return the same results as the corresponding Microsoft Excel functions. Use the functions without _ADD to get results based on international standards. For example, the WEEKNUM function calculates the week number of a given date based on international standard ISO 8601, while WEEKNUM_ADD returns the same week number as Microsoft Excel."
+#. ]qLM
+#: func_days360.xhp
+msgctxt ""
+"func_days360.xhp\n"
+"par_id3145263\n"
+"128\n"
+"help.text"
+msgid "If <emph>Date2</emph> is earlier than <emph>Date1</emph>, the function will return a negative number."
msgstr ""
-#: 04060102.xhp#par_id3150437.170.help.text
-msgid "$[officename] internally handles a date/time value as a numerical value. If you assign the numbering format \"Number\" to a date or time value, it is converted to a number. For example, 01/01/2000 12:00 PM, converts to 36526.5. The value preceding the decimal point corresponds to the date; the value following the decimal point corresponds to the time. If you do not want to see this type of numerical date or time representation, change the number format (date or time) accordingly. To do this, select the cell containing the date or time value, call its context menu and select <emph>Format Cells</emph>. The <emph>Numbers</emph> tab page contains the functions for defining the number format."
+#. 8]+9
+#: func_days360.xhp
+msgctxt ""
+"func_days360.xhp\n"
+"par_id3151064\n"
+"129\n"
+"help.text"
+msgid "The optional argument <emph>Type</emph> determines the type of difference calculation. If Type = 0 or if the argument is missing, the US method (NASD, National Association of Securities Dealers) is used. If Type <> 0, the European method is used."
msgstr ""
-#: 04060102.xhp#hd_id2408825.help.text
-msgid "Date base for day zero"
-msgstr "საწყისი თარიღი ნულოვანი დღისთვის"
+#. |C{^
+#: func_days360.xhp
+msgctxt ""
+"func_days360.xhp\n"
+"hd_id3148641\n"
+"130\n"
+"help.text"
+msgid "Examples"
+msgstr "მაგალითები"
-#: 04060102.xhp#par_id9988402.help.text
-msgid "Dates are calculated as offsets from a starting day zero. You can set the day zero to be one of the following:"
-msgstr "თარიღების გამოთვლა ხდება ნულოვან თარიღთან მიმართებაში. თქვენ შეგიძლიათ მიუთითოთ ნულოვანი დღე."
+#. pjJ/
+#: func_days360.xhp
+msgctxt ""
+"func_days360.xhp\n"
+"par_id3156348\n"
+"132\n"
+"help.text"
+msgid "=DAYS360(\"2000-01-01\";NOW()) returns the number of interest days from January 1, 2000 until today."
+msgstr "DAYS360(\"1/1/2000\";NOW()) აბრუნებს დღეების რაოდენობას 2000 წლის 1 იანვრიდან."
-#: 04060102.xhp#par_id6401257.help.text
-msgid "Date base"
-msgstr "საწყისი თარიღი"
+#. 9YqC
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sort"
+msgstr "დახარისხება"
-#: 04060102.xhp#par_id5841242.help.text
-msgid "Use"
-msgstr "გამოყენება"
+#. oT[q
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"hd_id3150275\n"
+"1\n"
+"help.text"
+msgid "Sort"
+msgstr "დახარისხება"
-#: 04060102.xhp#par_id6794030.help.text
-msgid "'12/30/1899'"
-msgstr "'12/30/99'"
+#. r;05
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"par_id3155922\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"sorttext\"><ahelp hid=\".uno:DataSort\">Sorts the selected rows according to the conditions that you specify.</ahelp></variable> $[officename] automatically recognizes and selects database ranges."
+msgstr ""
-#: 04060102.xhp#par_id7096774.help.text
-msgid "(default)"
-msgstr "(ნაგულისხმევი)"
+#. x7e7
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"par_id3147428\n"
+"4\n"
+"help.text"
+msgid "You cannot sort data if the <link href=\"text/shared/01/02230000.xhp\" name=\"Record changes\">Record changes</link> options is enabled."
+msgstr ""
-#: 04060102.xhp#par_id5699942.help.text
-msgid "'01/01/1900'"
-msgstr "'01/01/00'"
+#. YnwN
+#: 05080200.xhp
+msgctxt ""
+"05080200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Remove"
+msgstr "წაშლა"
-#: 04060102.xhp#par_id6420484.help.text
-msgid "(used in former StarCalc 1.0)"
-msgstr "(გამოიყენებოდა ყოფილ StarCalc 1.0)"
+#. XbJw
+#: 05080200.xhp
+msgctxt ""
+"05080200.xhp\n"
+"hd_id3153562\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05080200.xhp\" name=\"Remove\">Remove</link>"
+msgstr "<link href=\"text/scalc/01/05080200.xhp\" name=\"Remove\">ამოშლა</link>"
-#: 04060102.xhp#par_id6986602.help.text
-msgid "'01/01/1904'"
-msgstr "'01/01/04'"
+#. ffav
+#: 05080200.xhp
+msgctxt ""
+"05080200.xhp\n"
+"par_id3148550\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DeletePrintArea\">Removes the defined print area.</ahelp>"
+msgstr "<ahelp hid=\".uno:DeletePrintArea\">შლის განსაზღვრულ საბეჭდ არეს.</ahelp>"
-#: 04060102.xhp#par_id616779.help.text
-msgid "(used in Apple software)"
-msgstr "(გამოიყენება Apple პროგრამებში)"
+#. [hQ4
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fill Series"
+msgstr "სრიულად შევსება"
-#: 04060102.xhp#par_id791039.help.text
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Calculate</emph> to select the date base."
-msgstr ""
+#. o(;F
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3148664\n"
+"1\n"
+"help.text"
+msgid "Fill Series"
+msgstr "სრიულად შევსება"
-#: 04060102.xhp#par_id1953489.help.text
-msgid "When you copy and paste cells containing date values between different spreadsheets, both spreadsheet documents must be set to the same date base. If date bases differ, the displayed date values will change!"
-msgstr "ასლი და თარიღი არის შორის დოკუმენტები მინიჭება -სკენ თარიღი ფუძე თარიღი თარიღი შეცვლა!"
+#. #@m0
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3148797\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"reihenfuellentext\"><ahelp hid=\".uno:FillSeries\">Automatically generate series with the options in this dialog. Determine direction, increment, time unit and series type.</ahelp></variable>"
+msgstr "<variable id=\"reihenfuellentext\"><ahelp hid=\".uno:FillSeries\">სერიების ავტომატური გენერაცია ამ დიალოგის პარამეტრებით. განსაზღვრავს მიმართულებას, ზრდადობას, დროის ერთეულს დასერიის ტიპს.</ahelp></variable>"
-#: 04060102.xhp#hd_id757469.help.text
-msgid "Two digits years"
-msgstr "ორ ციფტიანი წლები"
+#. !Cp9
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3146976\n"
+"41\n"
+"help.text"
+msgid "Before filling a series, first select the cell range."
+msgstr "იმისათვის, რომ შეავსოთ სერიით, ჯერ მონიშნეთ უჯრების დიაპაზონი."
-#: 04060102.xhp#par_id3149720.183.help.text
-msgid "In <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - General</emph> you find the area <emph>Year (two digits)</emph>. This sets the period for which two-digit information applies. Note that changes made here have an effect on some of the following functions."
-msgstr ""
+#. Em:m
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3145748\n"
+"3\n"
+"help.text"
+msgid "To automatically continue a series using the assumed completion rules, choose the <emph>AutoFill</emph> option after opening the <emph>Fill Series</emph> dialog."
+msgstr "განსაზღვრული წესით სერიის ავტომატური გაგრძელებისათვის, აირჩიეთ პარამეტრი <emph>ავტოშევსება</emph> <emph>სერიების შევსება</emph> დიალოგის შემდეგ."
-#: 04060102.xhp#par_id3150654.185.help.text
-msgid "When entering dates, slashes or dashes used as date separators may be interpreted as arithmetic operators. Therefore, dates entered in this format are not always recognized as dates and result in erroneous calculations. To keep dates from being interpreted as parts of formulas, place them in quotation marks, for example, \"07/20/54\"."
-msgstr ""
+#. PW+V
+#: 02140600.xhp
+#, fuzzy
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3147435\n"
+"4\n"
+"help.text"
+msgid "Direction"
+msgstr "მიმარულება"
-#: 04060102.xhp#par_idN1067A.help.text
-msgid "Functions"
-msgstr "ფუნქციები"
+#. m$3@
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3154729\n"
+"5\n"
+"help.text"
+msgid "Determines the direction of series creation."
+msgstr "განსაზღვრავს სერიების შექმნის მიმართულებებს."
-#: 04060102.xhp#par_idN10683.help.text
-msgid "<embedvar href=\"text/scalc/01/func_workday.xhp#workday\"/>"
-msgstr "<embedvar href=\"text/scalc/01/func_workday.xhp#workday\"/>"
+#. o?A[
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3145253\n"
+"6\n"
+"help.text"
+msgid "Down"
+msgstr "ქვემოთ"
-#: 04060102.xhp#par_id5189062.help.text
-msgid "<embedvar href=\"text/scalc/01/func_yearfrac.xhp#yearfrac\"/>"
-msgstr "<embedvar href=\"text/scalc/01/func_yearfrac.xhp#yearfrac\"/>"
+#. ;,K8
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3155418\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_BOTTOM\">Creates a downward series in the selected cell range for the column using the defined increment to the end value.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_BOTTOM\">შექმნის ქვემოთ მიმართულ სერიებს უჯრების დიაპაზონში განსაზღვრული ზრდადობით და ბოლო მნიშვნელობის მხედვით.</ahelp>"
-#: 04060102.xhp#par_id6854457.help.text
-msgid "<embedvar href=\"text/scalc/01/func_date.xhp#date\"/>"
-msgstr "<embedvar href=\"text/scalc/01/func_date.xhp#date\"/>"
+#. J1Ky
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3155738\n"
+"8\n"
+"help.text"
+msgid "Right"
+msgstr "მარჯვნივ"
-#: 04060102.xhp#par_id6354457.help.text
-#, fuzzy
-msgid "<embedvar href=\"text/scalc/01/func_datedif.xhp#datedif\"/>"
-msgstr "<embedvar href=\"text/scalc/01/func_date.xhp#date\"/>"
+#. k_rG
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3149402\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_RIGHT\">Creates a series running from left to right within the selected cell range using the defined increment to the end value.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_RIGHT\">შექმნის სერიებს მარჯვნიდან მარცხნივ მონიშნულ უჯრების დიაპაზონში განსაზღვრული ზრდადობით და ბოლო მნიშვნელობის მხედვით.</ahelp>"
-#: 04060102.xhp#par_id3372295.help.text
-msgid "<embedvar href=\"text/scalc/01/func_datevalue.xhp#datevalue\"/>"
-msgstr "<embedvar href=\"text/scalc/01/func_datevalue.xhp#datevalue\"/>"
+#. G*sq
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3146972\n"
+"10\n"
+"help.text"
+msgid "Up"
+msgstr "ზემოთ"
-#: 04060102.xhp#par_id5684377.help.text
-msgid "<embedvar href=\"text/scalc/01/func_edate.xhp#edate\"/>"
-msgstr "<embedvar href=\"text/scalc/01/func_edate.xhp#edate\"/>"
+#. l;3e
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3153711\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_TOP\">Creates an upward series in the cell range of the column using the defined increment to the end value.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_TOP\">შექმნის ზემოთ მიმართულ სერიებს უჯრების დიაპაზონში განსაზღვრული ზრდადობით და ბოლო მნიშვნელობის მხედვით</ahelp>"
-#: 04060102.xhp#par_id7576525.help.text
-msgid "<embedvar href=\"text/scalc/01/func_today.xhp#today\"/>"
-msgstr "<embedvar href=\"text/scalc/01/func_today.xhp#today\"/>"
+#. L2{\
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3153764\n"
+"12\n"
+"help.text"
+msgid "Left"
+msgstr "მარცხნივ"
-#: 04060102.xhp#par_id641193.help.text
-msgid "<embedvar href=\"text/scalc/01/func_year.xhp#year\"/>"
-msgstr "<embedvar href=\"text/scalc/01/func_year.xhp#year\"/>"
+#. YNR)
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3156382\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_LEFT\">Creates a series running from right to left in the selected cell range using the defined increment to the end value.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_LEFT\">შექმნის სერიებს მარცხნიდან მარჯვნივ მონიშნულ უჯრების დიაპაზონში განსაზღვრული ზრდადობით და ბოლო მნიშვნელობის მხედვით</ahelp>"
-#: 04060102.xhp#par_id6501968.help.text
-msgid "<embedvar href=\"text/scalc/01/func_now.xhp#now\"/>"
-msgstr "<embedvar href=\"text/scalc/01/func_now.xhp#now\"/>"
+#. fU`[
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3147344\n"
+"14\n"
+"help.text"
+msgid "Series Type"
+msgstr "სერიების ტიპი"
-#: 04060102.xhp#par_id3886532.help.text
-msgid "<embedvar href=\"text/scalc/01/func_weeknum.xhp#weeknum\"/>"
-msgstr "<embedvar href=\"text/scalc/01/func_weeknum.xhp#weeknum\"/>"
+#. {~do
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3149257\n"
+"15\n"
+"help.text"
+msgid "Defines the series type. Choose between <emph>Linear, Growth, Date </emph>and <emph>AutoFill</emph>."
+msgstr "განსაზღვრავს სერიების ტიპებს. ამოირჩიეთ <emph>წრფივი, Growth, თარიღი </emph> და <emph>ავტოშევსებას</emph> შორის."
-#: 04060102.xhp#par_id614947.help.text
-msgid "<embedvar href=\"text/scalc/01/func_weeknumadd.xhp#weeknumadd\"/>"
-msgstr "<embedvar href=\"text/scalc/01/func_weeknumadd.xhp#weeknumadd\"/>"
+#. _,7Y
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3148488\n"
+"16\n"
+"help.text"
+msgid "Linear"
+msgstr "წრფივი"
-#: 04060102.xhp#par_id3953062.help.text
-msgid "<embedvar href=\"text/scalc/01/func_minute.xhp#minute\"/>"
-msgstr "<embedvar href=\"text/scalc/01/func_minute.xhp#minute\"/>"
+#. iXd8
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3159238\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_ARITHMETIC\">Creates a linear number series using the defined increment and end value.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_ARITHMETIC\">ქმნის რიცხვით მონაცემთა წრფივ სერიებს განსაზღვრული ზრდიდან და ბოლო მნიშვნელობიდან.</ahelp>"
-#: 04060102.xhp#par_id2579729.help.text
-msgid "<embedvar href=\"text/scalc/01/func_month.xhp#month\"/>"
-msgstr "<embedvar href=\"text/scalc/01/func_month.xhp#month\"/>"
+#. Xk+y
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3149210\n"
+"18\n"
+"help.text"
+msgid "Growth"
+msgstr "ზრდა"
-#: 04060102.xhp#par_id1346781.help.text
-msgid "<embedvar href=\"text/scalc/01/func_eomonth.xhp#eomonth\"/>"
-msgstr "<embedvar href=\"text/scalc/01/func_eomonth.xhp#eomonth\"/>"
+#. Ab[e
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3150364\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_GEOMETRIC\">Creates a growth series using the defined increment and end value.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_GEOMETRIC\">ქმნის მონაცემთა ზრდად სერიებს განსაზღვრული მიმდევრობიდან და ბოლო მნიშვნელობიდან.</ahelp>"
-#: 04060102.xhp#par_id8951384.help.text
-msgid "<embedvar href=\"text/scalc/01/func_networkdays.xhp#networkdays\"/>"
-msgstr "<embedvar href=\"text/scalc/01/func_networkdays.xhp#networkdays\"/>"
+#. lP~]
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3149528\n"
+"20\n"
+"help.text"
+msgid "Date"
+msgstr "თარიღი"
-#: 04060102.xhp#par_id1074251.help.text
-msgid "<embedvar href=\"text/scalc/01/func_eastersunday.xhp#eastersunday\"/>"
-msgstr "<embedvar href=\"text/scalc/01/func_eastersunday.xhp#eastersunday\"/>"
+#. !zx{
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3150887\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DATE\">Creates a date series using the defined increment and end date.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DATE\">ქმნის თარიღების სერიებს განსაზღვრული მიმდევრობიდან ან თარიღიდან.</ahelp>"
-#: 04060102.xhp#par_id372325.help.text
-msgid "<embedvar href=\"text/scalc/01/func_second.xhp#second\"/>"
-msgstr "<embedvar href=\"text/scalc/01/func_second.xhp#second\"/>"
+#. Btge
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3150202\n"
+"22\n"
+"help.text"
+msgid "AutoFill"
+msgstr "ავტოშევსება"
-#: 04060102.xhp#par_id224005.help.text
-msgid "<embedvar href=\"text/scalc/01/func_hour.xhp#hour\"/>"
-msgstr "<embedvar href=\"text/scalc/01/func_hour.xhp#hour\"/>"
+#. axm`
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3156288\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_AUTOFILL\">Forms a series directly in the sheet.</ahelp> The AutoFill function takes account of customized lists. For example, by entering <emph>January</emph> in the first cell, the series is completed using the list defined under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists</emph>."
+msgstr ""
-#: 04060102.xhp#par_id5375835.help.text
-msgid "<embedvar href=\"text/scalc/01/func_day.xhp#day\"/>"
-msgstr "<embedvar href=\"text/scalc/01/func_day.xhp#day\"/>"
+#. =TV\
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3155811\n"
+"24\n"
+"help.text"
+msgid "AutoFill tries to complete a value series by using a defined pattern. The series 1,3,5 is automatically completed with 7,9,11,13, and so on. Date and time series are completed accordingly; for example, after 01.01.99 and 15.01.99, an interval of 14 days is used."
+msgstr "ავტოშევსება მნიშვნელობის შესავსებად იყენებს განსაზღვულ შაბლონებს. სერია 1,3,5 ავტომატურად გაგრძელდება 7,9,11,13, და ა. შ. . თარიღი და დრო შეივსება პერიოდით. მაგალითად 01.01.99 და 15.01.99 შემდეგ შევსება გაგრძელდება 14 დღიანი პერიოდით.."
-#: 04060102.xhp#par_id1208838.help.text
-msgid "<embedvar href=\"text/scalc/01/func_days.xhp#days\"/>"
-msgstr "<embedvar href=\"text/scalc/01/func_days.xhp#days\"/>"
+#. Z~;/
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3148700\n"
+"25\n"
+"help.text"
+msgid "Unit of Time"
+msgstr "დროის ერთეული"
-#: 04060102.xhp#par_id7679982.help.text
-msgid "<embedvar href=\"text/scalc/01/func_days360.xhp#days360\"/>"
-msgstr "<embedvar href=\"text/scalc/01/func_days360.xhp#days360\"/>"
+#. @IN,
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3153308\n"
+"26\n"
+"help.text"
+msgid "In this area you can specify the desired unit of time. This area is only active if the <emph>Date</emph> option has been chosen in the <emph>Series type</emph> area."
+msgstr "ამ არეში you can specify the desired unit of time. This არე is only active if the <emph>თარიღი</emph> option has been chosen in the <emph>Series type</emph> არე."
-#: 04060102.xhp#par_id9172643.help.text
-msgid "<embedvar href=\"text/scalc/01/func_weekday.xhp#weekday\"/>"
-msgstr "<embedvar href=\"text/scalc/01/func_weekday.xhp#weekday\"/>"
+#. wF9A
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3148868\n"
+"27\n"
+"help.text"
+msgid "Day"
+msgstr "დღე"
-#: 04060102.xhp#par_id2354503.help.text
-msgid "<embedvar href=\"text/scalc/01/func_time.xhp#time\"/>"
-msgstr "<embedvar href=\"text/scalc/01/func_time.xhp#time\"/>"
+#. CWs]
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3148605\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DAY\">Use the <emph>Date</emph> series type and this option to create a series using seven days.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DAY\">Use the <emph>თარიღი</emph> series type and this option to create a series using seven days.</ahelp>"
-#: 04060102.xhp#par_id7765434.help.text
-msgid "<embedvar href=\"text/scalc/01/func_timevalue.xhp#timevalue\"/>"
-msgstr "<embedvar href=\"text/scalc/01/func_timevalue.xhp#timevalue\"/>"
+#. $Ju*
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3144771\n"
+"29\n"
+"help.text"
+msgid "Weekday"
+msgstr "კვირის დღე"
-#: 12080400.xhp#tit.help.text
-msgid "Ungroup"
-msgstr "განცალკევება"
+#. :/T@
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3150108\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DAY_OF_WEEK\">Use the <emph>Date</emph> series type and this option to create a series of five day sets.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DAY_OF_WEEK\">Use the <emph>თარიღი</emph> series type and this option to create a series of five day sets.</ahelp>"
-#: 12080400.xhp#hd_id3148492.1.help.text
-msgctxt "12080400.xhp#hd_id3148492.1.help.text"
-msgid "<link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\">Ungroup</link>"
-msgstr "<link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\">განცალკევება</link>"
+#. )3`~
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3154957\n"
+"31\n"
+"help.text"
+msgid "Month"
+msgstr "თვე"
-#: 12080400.xhp#par_id3151384.2.help.text
-msgid "<variable id=\"gruppierungauf\"><ahelp hid=\".uno:Ungroup\" visibility=\"visible\">Ungroups the selection. In a nested group, the last rows or columns that were added are removed from the group.</ahelp></variable>"
-msgstr ""
+#. U~g.
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3149126\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_MONTH\">Use the <emph>Date</emph> series type and this option to form a series from the names or abbreviations of the months.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_MONTH\">Use the <emph>თარიღი</emph> series type and this option to form a series from the სახელები or abbreviations of the months.</ahelp>"
-#: 12080400.xhp#hd_id3151210.3.help.text
-msgid "Deactivate for"
-msgstr "დეაქტივიზაცია"
+#. 7vEu
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3152870\n"
+"33\n"
+"help.text"
+msgid "Year"
+msgstr "წელი"
-#: 12080400.xhp#hd_id3156280.5.help.text
-msgctxt "12080400.xhp#hd_id3156280.5.help.text"
-msgid "Rows"
-msgstr "რიგები"
+#. !Z7O
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3151300\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_YEAR\">Use the <emph>Date</emph> series type and this option to create a series of years.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_YEAR\">Use the <emph>თარიღი</emph> series type and this option to create a series of years.</ahelp>"
-#: 12080400.xhp#par_id3125864.6.help.text
-msgid "Removes selected rows from a group."
-msgstr "ჯგუფიდან ამოიღებს მონიშნულ რიგებს."
+#. pJY_
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3154762\n"
+"35\n"
+"help.text"
+msgid "Start Value"
+msgstr "საწყისი მნიშვნელობა"
-#: 12080400.xhp#hd_id3147230.7.help.text
-msgctxt "12080400.xhp#hd_id3147230.7.help.text"
-msgid "Columns"
-msgstr "სვეტები"
+#. |ykM
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3149381\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_START_VALUES\">Determines the start value for the series.</ahelp> Use numbers, dates or times."
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_START_VALUES\">Determines the start value for the series.</ahelp> Use numbers, dates or times."
-#: 12080400.xhp#par_id3154685.8.help.text
-msgid "Removes selected columns from a group."
-msgstr "ჯგუფიდან ამოიღებს მონიშნულ სვეტებს."
+#. :YA`
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3153013\n"
+"37\n"
+"help.text"
+msgid "End Value"
+msgstr "ბოლო მნიშვნელობა"
-#: func_eastersunday.xhp#tit.help.text
-msgid "EASTERSUNDAY"
-msgstr "EASTERSUNDAY"
+#. $rC@
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3153487\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_END_VALUES\">Determines the end value for the series.</ahelp> Use numbers, dates or times."
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_END_VALUES\">Determines the end value for the series.</ahelp> Use numbers, dates or times."
-#: func_eastersunday.xhp#bm_id3152960.help.text
-msgid "<bookmark_value>EASTERSUNDAY function</bookmark_value>"
-msgstr "<bookmark_value>EASTERSUNDAY ფუნქცია</bookmark_value>"
+#. /l^D
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3149312\n"
+"39\n"
+"help.text"
+msgid "Increment"
+msgstr "ზრდა"
-#: func_eastersunday.xhp#hd_id3152960.175.help.text
-msgid "<variable id=\"eastersunday\"><link href=\"text/scalc/01/func_eastersunday.xhp\">EASTERSUNDAY</link></variable>"
-msgstr "<variable id=\"eastersunday\"><link href=\"text/scalc/01/func_eastersunday.xhp\">EASTERSUNDAY</link></variable>"
+#. \ggW
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3154739\n"
+"40\n"
+"help.text"
+msgid "The term \"increment\" denotes the amount by which a given value increases.<ahelp hid=\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_INCREMENT\"> Determines the value by which the series of the selected type increases by each step.</ahelp> Entries can only be made if the linear, growth or date series types have been selected."
+msgstr "The term \"increment\" denotes the amount by which a given value increases.<ahelp hid=\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_INCREMENT\"> Determines the value by which the series of the selected type increases by each step.</ahelp> Entries can only be made if the linear, growth or date series types have been selected."
-#: func_eastersunday.xhp#par_id3154570.176.help.text
-msgid "<ahelp hid=\"HID_FUNC_OSTERSONNTAG\">Returns the date of Easter Sunday for the entered year.</ahelp>"
-msgstr ""
+#. aPJ!
+#: 12120000.xhp
+msgctxt ""
+"12120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Validity"
+msgstr "დამოწმება"
-#: func_eastersunday.xhp#hd_id9460127.help.text
-msgctxt "func_eastersunday.xhp#hd_id9460127.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. (LX0
+#: 12120000.xhp
+msgctxt ""
+"12120000.xhp\n"
+"hd_id3156347\n"
+"1\n"
+"help.text"
+msgid "Validity"
+msgstr "დამოწმება"
-#: func_eastersunday.xhp#par_id2113711.help.text
-msgid "EASTERSUNDAY(Year)"
+#. Efm2
+#: 12120000.xhp
+msgctxt ""
+"12120000.xhp\n"
+"par_id3153252\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"gueltigkeit\"><ahelp hid=\".uno:Validation\">Defines what data is valid for a selected cell or cell range.</ahelp></variable>"
msgstr ""
-#: func_eastersunday.xhp#par_id3938413.help.text
-msgid "<emph>Year</emph> is an integer between 1583 and 9956 or 0 and 99. You can also calculate other holidays by simple addition with this date."
+#. BQcV
+#: 12120000.xhp
+msgctxt ""
+"12120000.xhp\n"
+"par_idN105D1\n"
+"help.text"
+msgid "You can also insert a list box from the Controls toolbar and link the list box to a cell. This way you can specify the valid values on the <link href=\"text/shared/02/01170102.xhp\">Data</link> page of the list box properties window."
msgstr ""
-#: func_eastersunday.xhp#par_id3156156.177.help.text
-msgid "Easter Monday = EASTERSUNDAY(Year) + 1"
-msgstr "სააღდგომო ორშაბათი = EASTERSUNDAY() + 1"
+#. WP`B
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Formula Bar"
+msgstr "Formula Bar"
-#: func_eastersunday.xhp#par_id3147521.178.help.text
-msgid "Good Friday = EASTERSUNDAY(Year) - 2"
-msgstr "წითელი პარასკევი EASTERSUNDAY() - 2"
+#. c5**
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"bm_id3147264\n"
+"help.text"
+msgid "<bookmark_value>formula bar;spreadsheets</bookmark_value><bookmark_value>spreadsheets; formula bar</bookmark_value>"
+msgstr "<bookmark_value>formula bar;ელექტრონული ცხრილები</bookmark_value><bookmark_value>ელექტრონული ცხრილები; formula bar</bookmark_value>"
-#: func_eastersunday.xhp#par_id3146072.179.help.text
-msgid "Pentecost Sunday = EASTERSUNDAY(Year) + 49"
-msgstr "სამების კვირა = EASTERSUNDAY() + 49"
+#. H?QN
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"hd_id3147264\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/03090000.xhp\" name=\"Formula Bar\">Formula Bar</link>"
+msgstr "<link href=\"text/scalc/01/03090000.xhp\" name=\"Formula Bar\">Formula Bar</link>"
-#: func_eastersunday.xhp#par_id3149553.180.help.text
-msgid "Pentecost Monday = EASTERSUNDAY(Year) + 50"
-msgstr "სამების ორშაბათი EASTERSUNDAY() + 50"
+#. A}m7
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"par_id3156423\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InputLineVisible\">Shows or hides the Formula Bar, which is used for entering and editing formulas.</ahelp> The Formula Bar is the most important tool when working with spreadsheets."
+msgstr "<ahelp hid=\".uno:InputLineVisible\">Shows or hides the Formula Bar, which is used for entering and editing formulas.</ahelp> The Formula Bar is the most important tool when working with ელექტრონული ცხრილები."
-#: func_eastersunday.xhp#hd_id3155120.181.help.text
-msgctxt "func_eastersunday.xhp#hd_id3155120.181.help.text"
-msgid "Examples"
-msgstr "მაგალითები"
+#. t$98
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"par_id3154686\n"
+"4\n"
+"help.text"
+msgid "To hide the Formula Bar, unmark the menu item."
+msgstr "To hide the Formula Bar, unmark the menu item."
-#: func_eastersunday.xhp#par_id3154472.182.help.text
-msgid "=EASTERSUNDAY(2000) returns 2000-04-23."
-msgstr ""
+#. 5}V#
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"par_id3145787\n"
+"3\n"
+"help.text"
+msgid "If the Formula Bar is hidden, you can still edit cells by activating the edit mode with F2. After editing cells, accept the changes by pressing Enter, or discard entries by pressing Esc. Esc is also used to exit the edit mode."
+msgstr "If the Formula Bar is hidden, you can still edit cells by activating the edit mode with F2. After editing cells, accept the changes by pressing Enter, or discard entries by pressing Esc. Esc is also used to exit the edit mode."
-#: func_eastersunday.xhp#par_id3150940.184.help.text
-msgid "EASTERSUNDAY(2000)+49 returns the internal serial number 36688. The result is 2000-06-11. Format the serial date number as a date, for example in the format YYYY-MM-DD."
-msgstr ""
+#. ~4i2
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Value Highlighting"
+msgstr "Value Highlighting"
-#: 05080300.xhp#tit.help.text
-msgctxt "05080300.xhp#tit.help.text"
-msgid "Edit Print Ranges"
-msgstr "დასაბეჭდი დიაპაზონების ჩასწორება"
+#. ;Ttg
+#: 03080000.xhp
+#, fuzzy
+msgctxt ""
+"03080000.xhp\n"
+"bm_id3151384\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; value highlighting</bookmark_value><bookmark_value>values;highlighting</bookmark_value><bookmark_value>highlighting; values in sheets</bookmark_value><bookmark_value>colors;values</bookmark_value>"
+msgstr "<bookmark_value>ელექტრონული ცხრილები; value highlighting</bookmark_value><bookmark_value>values;highlighting</bookmark_value><bookmark_value>highlighting; values in sheets</bookmark_value>"
-#: 05080300.xhp#hd_id3153088.1.help.text
-msgctxt "05080300.xhp#hd_id3153088.1.help.text"
-msgid "Edit Print Ranges"
-msgstr "დასაბეჭდი დიაპაზონების ჩასწორება"
+#. ld~4
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"hd_id3151384\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/03080000.xhp\" name=\"Value Highlighting\">Value Highlighting</link>"
+msgstr "<link href=\"text/scalc/01/03080000.xhp\" name=\"Value Highlighting\">Value Highlighting</link>"
-#: 05080300.xhp#par_id3159488.2.help.text
-msgid "<variable id=\"druckbereichetext\"><ahelp hid=\".uno:EditPrintArea\">Opens a dialog where you can specify the print range.</ahelp></variable> You can also set the rows or columns which are to be repeated in every page."
+#. IQF0
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"par_id3154366\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ViewValueHighlighting\">Displays cell contents in different colors, depending on type.</ahelp>"
msgstr ""
-#: 05080300.xhp#par_idN105AE.help.text
-msgid "<embedvar href=\"text/scalc/guide/printranges.xhp#printranges\"/>"
-msgstr "<embedvar href=\"text/scalc/guide/printranges.xhp#printranges\"/>"
-
-#: 05080300.xhp#hd_id3156281.3.help.text
-msgctxt "05080300.xhp#hd_id3156281.3.help.text"
-msgid "Print range"
-msgstr "დიაპაზონის დაბეჭდვა"
-
-#: 05080300.xhp#par_id3147228.4.help.text
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_PRINTAREA\">Allows you to modify a defined print range.</ahelp>"
-msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_PRINTAREA\">საშუალებას გაძლევთ ჩაასწოროთ განსაზღვრული საბეჭდი არე.</ahelp>"
+#. P]fz
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"par_id3125863\n"
+"help.text"
+msgid "To remove the highlighting, unmark the menu entry."
+msgstr "To remove the highlighting, unmark the menu entry."
-#: 05080300.xhp#par_id3145174.5.help.text
-msgid "Select <emph>-none-</emph> to remove a print range definition for the current spreadsheet. Select <emph>-entire sheet-</emph> to set the current sheet as a print range. Select <emph>-selection-</emph> to define the selected area of a spreadsheet as the print range. By selecting <emph>-user-defined-</emph>, you can define a print range that you have already defined using the <emph>Format - Print Ranges - Define</emph> command. If you have given a name to a range using the <emph>Insert - Names - Define</emph> command, this name will be displayed and can be selected from the list box."
+#. ~hV\
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"par_id3145785\n"
+"help.text"
+msgid "Text cells are formatted in black, formulas in green, and number cells in blue, no matter how their display is formatted."
msgstr ""
-#: 05080300.xhp#par_id3145272.6.help.text
-msgid "In the right-hand text box, you can enter a print range by reference or by name. If the cursor is in the <emph>Print range</emph> text box, you can also select the print range in the spreadsheet with your mouse."
-msgstr ""
+#. Pbb`
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"par_id3153188\n"
+"help.text"
+msgid "If this function is active, colors that you define in the document will not be displayed. When you deactivate the function, the user-defined colors are displayed again."
+msgstr "If this function is active, colors that you define in the document will not be displayed. When you deactivate the function, the user-defined colors are displayed again."
-#: 05080300.xhp#hd_id3149260.7.help.text
-msgid "Rows to repeat"
-msgstr "გასამეორებელი რიგები"
+#. 1$-O
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"tit\n"
+"help.text"
+msgid "Financial Functions Part Three"
+msgstr "ფინანსური ფუნქციები ნაწილი 3"
-#: 05080300.xhp#par_id3147426.8.help.text
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_REPEATROW\">Choose one or more rows to print on every page. In the right text box enter the row reference, for example, \"1\" or \"$1\" or \"$2:$3\".</ahelp> The list box displays <emph>-user defined-</emph>. You can also select <emph>-none-</emph> to remove a defined repeating row."
-msgstr ""
+#. #fL=
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3146780\n"
+"1\n"
+"help.text"
+msgid "Financial Functions Part Three"
+msgstr "ფუნანსური ფუნქციები ნაწილი 3"
-#: 05080300.xhp#par_id3155418.9.help.text
-msgid "You can also define repeating rows by dragging the mouse in the spreadsheet, if the cursor is in the <emph>Rows to repeat</emph> text field in the dialog."
+#. ]8)p
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3145112\n"
+"help.text"
+msgid "<bookmark_value>ODDFPRICE function</bookmark_value><bookmark_value>prices;securities with irregular first interest date</bookmark_value>"
msgstr ""
-#: 05080300.xhp#hd_id3149581.10.help.text
-msgid "Columns to repeat"
-msgstr "გასამეორებელი სვეტები"
-
-#: 05080300.xhp#par_id3155602.11.help.text
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_REPEATCOL\">Choose one or more columns to print on every page. In the right text box enter the column reference, for example, \"A\" or \"AB\" or \"$C:$E\".</ahelp> The list box then displays <emph>-user defined-</emph>. You can also select <emph>-none-</emph> to remove a defined repeating column."
-msgstr ""
+#. *-`M
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3145112\n"
+"71\n"
+"help.text"
+msgid "ODDFPRICE"
+msgstr "ODDFPRICE"
-#: 05080300.xhp#par_id3150749.12.help.text
-msgid "You can also define repeating columns by dragging the mouse in the spreadsheet, if the cursor is in the <emph>Columns to repeat</emph> text field in the dialog."
+#. QXe%
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147250\n"
+"72\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_ODDFPRICE\">Calculates the price per 100 currency units par value of a security, if the first interest date falls irregularly.</ahelp>"
msgstr ""
-#: func_year.xhp#tit.help.text
-msgid "YEAR"
-msgstr "YEAR"
-
-#: func_year.xhp#bm_id3153982.help.text
-msgid "<bookmark_value>YEAR function</bookmark_value>"
-msgstr "<bookmark_value>YEAR ფუნქცია</bookmark_value>"
-
-#: func_year.xhp#hd_id3153982.37.help.text
-msgid "<variable id=\"year\"><link href=\"text/scalc/01/func_year.xhp\">YEAR</link></variable>"
-msgstr "<variable id=\"year\"><link href=\"text/scalc/01/func_year.xhp\">YEAR</link></variable>"
-
-#: func_year.xhp#par_id3147496.38.help.text
-msgid "<ahelp hid=\"HID_FUNC_JAHR\">Returns the year as a number according to the internal calculation rules.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_JAHR\">აბრუნებს წლის ნომერს შიდა გამოთვლის მეთოდის თანახმად.</ahelp>"
-
-#: func_year.xhp#hd_id3146090.39.help.text
-msgctxt "func_year.xhp#hd_id3146090.39.help.text"
+#. ;kQ4
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3153074\n"
+"73\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: func_year.xhp#par_id3154304.40.help.text
-msgid "YEAR(Number)"
-msgstr "YEAR(რიცხვი)"
+#. DI5r
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3146098\n"
+"74\n"
+"help.text"
+msgid "ODDFPRICE(Settlement; Maturity; Issue; FirstCoupon; Rate; Yield; Redemption; Frequency; Basis)"
+msgstr "ODDFYIELD პირველი სიხშირე სიხშირე ფუძე"
-#: func_year.xhp#par_id3156013.41.help.text
-msgid "<emph>Number</emph> shows the internal date value for which the year is to be returned."
-msgstr "<emph>რიცხვი</emph> ასახავს ინტერვალის თარიღის მნიშვნელობას, რომლისთვისაც უნდა დაბრუნდეს წელი."
+#. 3aV^
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153337\n"
+"75\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
-#: func_year.xhp#hd_id3152797.42.help.text
-msgctxt "func_year.xhp#hd_id3152797.42.help.text"
-msgid "Examples"
-msgstr "მაგალითები"
+#. ct%Y
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149051\n"
+"76\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
-#: func_year.xhp#par_id3145668.43.help.text
-msgid "<item type=\"input\">=YEAR(1)</item> returns 1899"
+#. S$rl
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147297\n"
+"77\n"
+"help.text"
+msgid "<emph>Issue</emph> is the date of issue of the security."
msgstr ""
-#: func_year.xhp#par_id3151168.44.help.text
-msgid "<item type=\"input\">=YEAR(2)</item> returns 1900"
+#. AR(l
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150393\n"
+"78\n"
+"help.text"
+msgid "<emph>FirstCoupon</emph> is the first interest date of the security."
msgstr ""
-#: func_year.xhp#par_id3150115.45.help.text
-msgid "<item type=\"input\">=YEAR(33333.33)</item> returns 1991"
+#. iTaH
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147402\n"
+"79\n"
+"help.text"
+msgid "<emph>Rate</emph> is the annual rate of interest."
msgstr ""
-#: 06030400.xhp#tit.help.text
-msgid "Remove Dependents"
-msgstr "დამოკიდებულებების ამოშლა"
-
-#: 06030400.xhp#bm_id3147335.help.text
-msgid "<bookmark_value>cells; removing dependents</bookmark_value>"
-msgstr "<bookmark_value>უჯრები; დამოკიდებულებების ამოშლა</bookmark_value>"
-
-#: 06030400.xhp#hd_id3147335.1.help.text
-msgid "<link href=\"text/scalc/01/06030400.xhp\" name=\"Remove Dependents\">Remove Dependents</link>"
-msgstr "<link href=\"text/scalc/01/06030400.xhp\" name=\"Remove Dependents\">დამოკიდებულებების ამოშლა</link>"
-
-#: 06030400.xhp#par_id3148663.2.help.text
-msgid "<ahelp visibility=\"visible\" hid=\".uno:ClearArrowDependents\">Deletes one level of tracer arrows created with <emph>Trace Dependents</emph>.</ahelp>"
+#. eN2q
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151387\n"
+"80\n"
+"help.text"
+msgid "<emph>Yield</emph> is the annual yield of the security."
msgstr ""
-#: 06050000.xhp#tit.help.text
-msgctxt "06050000.xhp#tit.help.text"
-msgid "Create Scenario"
-msgstr "სცენარის შექმნა"
-
-#: 06050000.xhp#hd_id3156023.1.help.text
-msgctxt "06050000.xhp#hd_id3156023.1.help.text"
-msgid "Create Scenario"
-msgstr "სცენარის შექმნა"
-
-#: 06050000.xhp#par_id3150541.2.help.text
-msgid "<variable id=\"szenariotext\"><ahelp hid=\".uno:ScenarioManager\">Defines a scenario for the selected sheet area.</ahelp></variable>"
+#. n]][
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153023\n"
+"81\n"
+"help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
msgstr ""
-#: 06050000.xhp#par_idN10637.help.text
-msgid "<embedvar href=\"text/scalc/guide/scenario.xhp#scenario\"/>"
-msgstr "<embedvar href=\"text/scalc/guide/scenario.xhp#scenario\"/>"
-
-#: 06050000.xhp#hd_id3156280.3.help.text
-msgid "Name of scenario"
-msgstr "სცენარის სახელი"
-
-#: 06050000.xhp#par_id3151041.13.help.text
-msgid "<ahelp hid=\"HID_SC_SCENWIN_TOP\">Defines the name for the scenario. Use a clear and unique name so you can easily identify the scenario.</ahelp> You can also modify a scenario name in the Navigator through the <emph>Properties </emph>context menu command."
+#. +:OE
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150539\n"
+"82\n"
+"help.text"
+msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
msgstr ""
-#: 06050000.xhp#hd_id3153954.14.help.text
-msgid "Comment"
-msgstr "კომენტარი"
-
-#: 06050000.xhp#par_id3155411.15.help.text
-msgid "<ahelp hid=\"HID_SC_SCENWIN_BOTTOM\">Specifies additional information about the scenario. This information will be displayed in the <link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link> when you click the <emph>Scenarios</emph> icon and select the desired scenario.</ahelp> You can also modify this information in the Navigator through the <emph>Properties </emph>context menu command."
-msgstr ""
+#. JyJ;
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3157871\n"
+"help.text"
+msgid "<bookmark_value>ODDFYIELD function</bookmark_value>"
+msgstr "<bookmark_value>ODDFYIELD ფუნქცია</bookmark_value>"
-#: 06050000.xhp#hd_id3145273.16.help.text
-msgid "Settings"
-msgstr "პარამეტრები"
+#. IU;3
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3157871\n"
+"87\n"
+"help.text"
+msgid "ODDFYIELD"
+msgstr "ODDFYIELD"
-#: 06050000.xhp#par_id3153364.17.help.text
-msgid "This section is used to define some of the settings used in the scenario display."
+#. ;3$j
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147414\n"
+"88\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_ODDFYIELD\">Calculates the yield of a security if the first interest date falls irregularly.</ahelp>"
msgstr ""
-#: 06050000.xhp#hd_id3145367.18.help.text
-msgid "Display border"
-msgstr "საზღვრის ჩვენება"
-
-#: 06050000.xhp#par_id3151073.19.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_NEWSCENARIO:LB_COLOR\">Highlights the scenario in your table with a border. The color for the border is specified in the field to the right of this option.</ahelp> The border will have a title bar displaying the name of the last scenario. The button on the right of the scenario border offers you an overview of all the scenarios in this area, if several have been defined. You can choose any of the scenarios from this list without restrictions."
-msgstr ""
+#. M}Z1
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3150651\n"
+"89\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 06050000.xhp#hd_id3149582.20.help.text
-msgid "Copy back"
-msgstr "უკან ასლი"
+#. B(iN
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3152982\n"
+"90\n"
+"help.text"
+msgid "ODDFYIELD(Settlement; Maturity; Issue; FirstCoupon; Rate; Price; Redemption; Frequency; Basis)"
+msgstr "ODDFYIELD პირველი სიხშირე სიხშირე ფუძე"
-#: 06050000.xhp#par_id3154942.21.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NEWSCENARIO:CB_TWOWAY\">Copies the values of cells that you change into the active scenario. If you do not select this option, the scenario is not changed when you change cell values. The behavior of the <emph>Copy back</emph> setting depends on the cell protection, the sheet protection, and the <emph>Prevent changes</emph> settings.</ahelp>"
+#. AIlN
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3157906\n"
+"91\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
msgstr ""
-#: 06050000.xhp#hd_id3149402.22.help.text
-msgid "Copy entire sheet"
-msgstr "ფურცლის ასლი"
+#. SNO)
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150026\n"
+"92\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
-#: 06050000.xhp#par_id3146969.23.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NEWSCENARIO:CB_COPYALL\">Copies the entire sheet into an additional scenario sheet. </ahelp>"
+#. }|j9
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149012\n"
+"93\n"
+"help.text"
+msgid "<emph>Issue</emph> is the date of issue of the security."
msgstr ""
-#: 06050000.xhp#par_idN1075A.help.text
-msgid "Prevent changes"
-msgstr "ცვლილებების არ დაშვება"
-
-#: 06050000.xhp#par_idN1075E.help.text
-msgid "<ahelp hid=\"sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_PROTECT\">Prevents changes to the active scenario. The behavior of the <emph>Copy back</emph> setting depends on the cell protection, the sheet protection, and the <emph>Prevent changes</emph> settings.</ahelp>"
+#. 7sa_
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148725\n"
+"94\n"
+"help.text"
+msgid "<emph>FirstCoupon</emph> is the first interest period of the security."
msgstr ""
-#: 06050000.xhp#par_idN10778.help.text
-msgid "You can only change the scenario properties if the <emph>Prevent changes</emph> option is not selected and if the sheet is not protected."
+#. GG:w
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150465\n"
+"95\n"
+"help.text"
+msgid "<emph>Rate</emph> is the annual rate of interest."
msgstr ""
-#: 06050000.xhp#par_idN10780.help.text
-msgid "You can only edit cell values if the <emph>Prevent changes</emph> option is selected, if the <emph>Copy back</emph> is option is not selected, and if the cells are not protected."
+#. qR_m
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3146940\n"
+"96\n"
+"help.text"
+msgid "<emph>Price</emph> is the price of the security."
msgstr ""
-#: 06050000.xhp#par_idN1078C.help.text
-msgid "You can only change scenario cell values and write them back into the scenario if the <emph>Prevent changes</emph> option is not selected, if the <emph>Copy back</emph> option is selected, and if the cells are not protected."
+#. @`G|
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149893\n"
+"97\n"
+"help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
msgstr ""
-#: 12040500.xhp#tit.help.text
-msgid "Hide AutoFilter"
-msgstr "ავტოფილტრის დამალვა"
+#. 2\%F
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148888\n"
+"98\n"
+"help.text"
+msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+msgstr ""
-#: 12040500.xhp#bm_id3150276.help.text
-msgid "<bookmark_value>database ranges; hiding AutoFilter</bookmark_value>"
-msgstr "<bookmark_value>მონაცემთა ბაზის დიაპაზონები; ავტოფილტრილ დამალვა</bookmark_value>"
+#. H6Wp
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3153933\n"
+"help.text"
+msgid "<bookmark_value>ODDLPRICE function</bookmark_value>"
+msgstr "<bookmark_value>ODDLPRICE ფუნქცია</bookmark_value>"
-#: 12040500.xhp#hd_id3150276.1.help.text
-msgid "<link href=\"text/scalc/01/12040500.xhp\" name=\"Hide AutoFilter\">Hide AutoFilter</link>"
-msgstr "<link href=\"text/scalc/01/12040500.xhp\" name=\"Hide AutoFilter\">ავტოფილტრის დამალვა</link>"
+#. 2w9K
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3153933\n"
+"103\n"
+"help.text"
+msgid "ODDLPRICE"
+msgstr "ODDLPRICE"
-#: 12040500.xhp#par_id3156326.2.help.text
-msgid "<ahelp hid=\".uno:DataFilterHideAutoFilter\" visibility=\"visible\">Hides the AutoFilter buttons in the selected cell range.</ahelp>"
+#. Gs6Y
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145145\n"
+"104\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_ODDLPRICE\">Calculates the price per 100 currency units par value of a security, if the last interest date falls irregularly.</ahelp>"
msgstr ""
-#: 02170000.xhp#tit.help.text
-msgid "Delete Sheet"
-msgstr "ფურცლის წაშლა"
-
-#: 02170000.xhp#bm_id3156424.help.text
-msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
-msgstr "<bookmark_value>ელექტრონული ცხრილები; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; ელექტრონული ცხრილები</bookmark_value>"
-
-#: 02170000.xhp#hd_id3156424.1.help.text
-msgid " Delete Sheet"
-msgstr "ფურცლის წაშლა"
+#. C`ch
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3152784\n"
+"105\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 02170000.xhp#par_id3153193.2.help.text
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
+#. yh*}
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155262\n"
+"106\n"
+"help.text"
+msgid "ODDLPRICE(Settlement; Maturity; LastInterest; Rate; Yield; Redemption; Frequency; Basis)"
+msgstr "ODDFYIELD პირველი სიხშირე სიხშირე ფუძე"
-#: 02170000.xhp#par_id3145801.7.help.text
-msgid "You cannot delete a sheet while <emph>Edit - Changes - Record</emph> is activated."
+#. )?2d
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149689\n"
+"107\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
msgstr ""
-#: 02170000.xhp#hd_id3147124.3.help.text
-msgid "Yes"
-msgstr "დიახ"
+#. iVb+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148753\n"
+"108\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
-#: 02170000.xhp#par_id3154943.4.help.text
-msgid "Deletes the current sheet."
+#. TNWc
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150861\n"
+"109\n"
+"help.text"
+msgid "<emph>LastInterest</emph> is the last interest date of the security."
msgstr ""
-#: 02170000.xhp#hd_id3149412.5.help.text
-msgid "No"
-msgstr "არა"
-
-#: 02170000.xhp#par_id3154510.6.help.text
-msgid "Cancels the dialog. No delete is performed."
-msgstr "დიალოგის შეწყვეტა. წაშლა არ მომზადებულა."
-
-#: 04070300.xhp#tit.help.text
-msgctxt "04070300.xhp#tit.help.text"
-msgid "Creating Names"
-msgstr "სახელების შექმნა"
-
-#: 04070300.xhp#bm_id3147264.help.text
-msgid "<bookmark_value>cell ranges;creating names automatically</bookmark_value><bookmark_value>names; for cell ranges</bookmark_value>"
-msgstr "<bookmark_value>უჯრების დიაპაზონი;სახელების ავტომატურად შეცვლა</bookmark_value><bookmark_value>სახელები; უჯრათა დიაპაზონი</bookmark_value>"
-
-#: 04070300.xhp#hd_id3147264.1.help.text
-msgctxt "04070300.xhp#hd_id3147264.1.help.text"
-msgid "Creating Names"
-msgstr "სახელების შექმნა"
-
-#: 04070300.xhp#par_id3153969.2.help.text
-msgid "<variable id=\"namenuebernehmentext\"><ahelp hid=\".uno:CreateNames\">Allows you to automatically name multiple cell ranges.</ahelp></variable>"
-msgstr "<variable id=\"namenuebernehmentext\"><ahelp hid=\".uno:CreateNames\">საშუალებას გაძლევთ ავტომატურად დაარქვათ სახელი რამდენიმე დიაპაზონს.</ahelp></variable>"
-
-#: 04070300.xhp#par_id3156280.13.help.text
-msgid "Select the area containing all the ranges that you want to name. Then choose <emph>Insert - Names - Create</emph>. This opens the <emph>Create Names</emph> dialog, from which you can select the naming options that you want."
+#. wZ;A
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155831\n"
+"110\n"
+"help.text"
+msgid "<emph>Rate</emph> is the annual rate of interest."
msgstr ""
-#: 04070300.xhp#hd_id3151116.3.help.text
-msgid "Create names from"
-msgstr "სახელების შექმნა"
-
-#: 04070300.xhp#par_id3152597.4.help.text
-msgid "Defines which part of the spreadsheet is to be used for creating the name."
+#. i6qP
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153328\n"
+"111\n"
+"help.text"
+msgid "<emph>Yield</emph> is the annual yield of the security."
msgstr ""
-#: 04070300.xhp#hd_id3153729.5.help.text
-msgid "Top row"
-msgstr "ზედა რიგი"
-
-#: 04070300.xhp#par_id3149263.6.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES_CREATE:BTN_TOP\">Creates the range names from the header row of the selected range.</ahelp> Each column receives a separated name and cell reference."
+#. xvQJ
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149186\n"
+"112\n"
+"help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
msgstr ""
-#: 04070300.xhp#hd_id3146984.7.help.text
-msgid "Left Column"
-msgstr "მარცხენა სვეტი"
-
-#: 04070300.xhp#par_id3153190.8.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES_CREATE:BTN_LEFT\">Creates the range names from the entries in the first column of the selected sheet range.</ahelp> Each row receives a separated name and cell reference."
+#. kcG}
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149726\n"
+"113\n"
+"help.text"
+msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
msgstr ""
-#: 04070300.xhp#hd_id3156284.9.help.text
-msgid "Bottom row"
-msgstr "ქვედა რიგი"
+#. 7?*p
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3153111\n"
+"114\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04070300.xhp#par_id3147124.10.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES_CREATE:BTN_BOTTOM\">Creates the range names from the entries in the last row of the selected sheet range.</ahelp> Each column receives a separated name and cell reference."
+#. %HTC
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3152999\n"
+"115\n"
+"help.text"
+msgid "Settlement date: February 7 1999, maturity date: June 15 1999, last interest: October 15 1998. Interest rate: 3.75 per cent, yield: 4.05 per cent, redemption value: 100 currency units, frequency of payments: half-yearly = 2, basis: = 0"
msgstr ""
-#: 04070300.xhp#hd_id3154731.11.help.text
-msgid "Right Column"
-msgstr "მარჯვენა სვეტი"
-
-#: 04070300.xhp#par_id3153158.12.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES_CREATE:BTN_RIGHT\">Creates the range names from the entries in the last column of the selected sheet range.</ahelp> Each row receives a separated name and cell reference."
+#. t/jX
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148567\n"
+"116\n"
+"help.text"
+msgid "The price per 100 currency units per value of a security, which has an irregular last interest date, is calculated as follows:"
msgstr ""
-#: 06030000.xhp#tit.help.text
-msgid "Detective"
-msgstr "აღმომჩენი"
-
-#: 06030000.xhp#bm_id3151245.help.text
-msgid "<bookmark_value>cell links search</bookmark_value> <bookmark_value>searching; links in cells</bookmark_value> <bookmark_value>traces;precedents and dependents</bookmark_value> <bookmark_value>Formula Auditing,see Detective</bookmark_value> <bookmark_value>Detective</bookmark_value>"
+#. ULkI
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150332\n"
+"117\n"
+"help.text"
+msgid "=ODDLPRICE(\"1999-02-07\";\"1999-06-15\";\"1998-10-15\"; 0.0375; 0.0405;100;2;0) returns 99.87829."
msgstr ""
-#: 06030000.xhp#hd_id3151245.1.help.text
-#, fuzzy
-msgid "<link href=\"text/scalc/01/06030000.xhp\" name=\"Detective\">Detective</link>"
-msgstr "<link href=\"text/scalc/01/02170000.xhp\" name=\"Delete\">Delete</link>"
+#. ^qZ4
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3153564\n"
+"help.text"
+msgid "<bookmark_value>ODDLYIELD function</bookmark_value>"
+msgstr "<bookmark_value>ODDLYIELD ფუნქცია</bookmark_value>"
-#: 06030000.xhp#par_id3151211.2.help.text
-msgid "This command activates the Spreadsheet Detective. With the Detective, you can trace the dependencies from the current formula cell to the cells in the spreadsheet."
-msgstr "აღმომჩენი აღმომჩენი დამოკიდებულებები ფორმულა -სკენ დუ."
+#. NEL?
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3153564\n"
+"118\n"
+"help.text"
+msgid "ODDLYIELD"
+msgstr "ODDLYIELD"
-#: 06030000.xhp#par_id3150447.3.help.text
-msgid "Once you have defined a trace, you can point with the mouse cursor to the trace. The mouse cursor will change its shape. Double-click the trace with this cursor to select the referenced cell at the end of the trace. "
+#. E2Vi
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3158002\n"
+"119\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_ODDLYIELD\">Calculates the yield of a security if the last interest date falls irregularly.</ahelp>"
msgstr ""
-#: 03080000.xhp#tit.help.text
-msgid "Value Highlighting"
-msgstr "Value Highlighting"
-
-#: 03080000.xhp#bm_id3151384.help.text
-#, fuzzy
-msgid "<bookmark_value>spreadsheets; value highlighting</bookmark_value><bookmark_value>values;highlighting</bookmark_value><bookmark_value>highlighting; values in sheets</bookmark_value><bookmark_value>colors;values</bookmark_value>"
-msgstr "<bookmark_value>ელექტრონული ცხრილები; value highlighting</bookmark_value><bookmark_value>values;highlighting</bookmark_value><bookmark_value>highlighting; values in sheets</bookmark_value>"
+#. L.9E
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3147366\n"
+"120\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 03080000.xhp#hd_id3151384.help.text
-msgid "<link href=\"text/scalc/01/03080000.xhp\" name=\"Value Highlighting\">Value Highlighting</link>"
-msgstr "<link href=\"text/scalc/01/03080000.xhp\" name=\"Value Highlighting\">Value Highlighting</link>"
+#. waE\
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150018\n"
+"121\n"
+"help.text"
+msgid "ODDLYIELD(Settlement; Maturity; LastInterest; Rate; Price; Redemption; Frequency; Basis)"
+msgstr "ODDFYIELD პირველი სიხშირე სიხშირე ფუძე"
-#: 03080000.xhp#par_id3154366.help.text
-msgid "<ahelp hid=\".uno:ViewValueHighlighting\">Displays cell contents in different colors, depending on type.</ahelp>"
+#. HfmO
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3159132\n"
+"122\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
msgstr ""
-#: 03080000.xhp#par_id3125863.help.text
-msgid "To remove the highlighting, unmark the menu entry."
-msgstr "To remove the highlighting, unmark the menu entry."
+#. 9olD
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150134\n"
+"123\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
-#: 03080000.xhp#par_id3145785.help.text
-msgid "Text cells are formatted in black, formulas in green, and number cells in blue, no matter how their display is formatted."
+#. T/9c
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145245\n"
+"124\n"
+"help.text"
+msgid "<emph>LastInterest</emph> is the last interest date of the security."
msgstr ""
-#: 03080000.xhp#par_id3153188.help.text
-msgid "If this function is active, colors that you define in the document will not be displayed. When you deactivate the function, the user-defined colors are displayed again."
-msgstr "If this function is active, colors that you define in the document will not be displayed. When you deactivate the function, the user-defined colors are displayed again."
-
-#: 04060112.xhp#tit.help.text
-msgctxt "04060112.xhp#tit.help.text"
-msgid "Add-in for Programming in $[officename] Calc"
-msgstr "პროგრამირებისთვის დამატება $[officename] Calc-ში"
-
-#: 04060112.xhp#bm_id3151076.help.text
-msgid "<bookmark_value>programming; add-ins</bookmark_value><bookmark_value>shared libraries; programming</bookmark_value><bookmark_value>external DLL functions</bookmark_value><bookmark_value>functions; $[officename] Calc add-in DLL</bookmark_value><bookmark_value>add-ins; for programming</bookmark_value>"
-msgstr "<bookmark_value>პროგრამირება; დამატებები</bookmark_value><bookmark_value>საზიარო ბიბლიოთეკები; პროგრამირება</bookmark_value><bookmark_value>გარე DLL ფუნქციები</bookmark_value><bookmark_value>ფუნქციები; $[officename] Calc დამატებითი DLL</bookmark_value><bookmark_value>დამატებები; პროგრამირებისთვის</bookmark_value>"
-
-#: 04060112.xhp#hd_id3151076.1.help.text
-msgctxt "04060112.xhp#hd_id3151076.1.help.text"
-msgid "Add-in for Programming in $[officename] Calc"
-msgstr "პროგრამირებისთვის დამატება $[officename] Calc-ში"
-
-#: 04060112.xhp#par_id3147001.220.help.text
-msgid "The method of extending Calc by Add-Ins that is described in the following is outdated. The interfaces are still valid and supported, to ensure compatibility with existing Add-Ins, but for programming new Add-Ins you should use the new <link href=\"text/shared/guide/integratinguno.xhp\" name=\"API functions\">API functions</link>."
+#. N^Q.
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151014\n"
+"125\n"
+"help.text"
+msgid "<emph>Rate</emph> is the annual rate of interest."
msgstr ""
-#: 04060112.xhp#par_id3150361.2.help.text
-msgid "$[officename] Calc can be expanded by Add-Ins, which are external programming modules providing additional functions for working with spreadsheets. These are listed in the <emph>Function Wizard</emph> in the <emph>Add-In</emph> category. If you would like to program an Add-In yourself, you can learn here which functions must be exported by the <switchinline select=\"sys\"><caseinline select=\"UNIX\">shared library </caseinline><defaultinline>external DLL</defaultinline></switchinline> so that the Add-In can be successfully attached."
+#. g4h/
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149003\n"
+"126\n"
+"help.text"
+msgid "<emph>Price</emph> is the price of the security."
msgstr ""
-#: 04060112.xhp#par_id3149211.3.help.text
-msgid "$[officename] searches the Add-in folder defined in the configuration for a suitable <switchinline select=\"sys\"><caseinline select=\"UNIX\">shared library </caseinline><defaultinline>DLL</defaultinline></switchinline>. To be recognized by $[officename], the <switchinline select=\"sys\"><caseinline select=\"UNIX\">shared library </caseinline><defaultinline>DLL</defaultinline></switchinline> must have certain properties, as explained in the following. This information allows you to program your own Add-In for <emph>Function Wizard</emph> of $[officename] Calc."
+#. 23Tg
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148880\n"
+"127\n"
+"help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
msgstr ""
-#: 04060112.xhp#hd_id3146981.4.help.text
-msgid "The Add-In Concept"
-msgstr "დამატება"
-
-#: 04060112.xhp#par_id3156292.5.help.text
-msgid "Each Add-In library provides several functions. Some functions are used for administrative purposes. You can choose almost any name for your own functions. However, they must also follow certain rules regarding parameter passing. The exact naming and calling conventions vary for different platforms."
+#. doJ|
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155622\n"
+"128\n"
+"help.text"
+msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
msgstr ""
-#: 04060112.xhp#hd_id3152890.6.help.text
-msgid "Functions of <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library </caseinline><defaultinline>AddIn DLL</defaultinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">საზიარო ბიბლიოთეკების </caseinline><defaultinline>AddIn DLL</defaultinline></switchinline> ფუნქციები"
+#. aDIn
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3145303\n"
+"129\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060112.xhp#par_id3148837.7.help.text
-msgid "At a minimum, the administrative functions <link href=\"text/scalc/01/04060112.xhp\" name=\"GetFunctionCount\">GetFunctionCount</link> and <link href=\"text/scalc/01/04060112.xhp\" name=\"GetFunctionData\">GetFunctionData</link> must exist. Using these, the functions as well as parameter types and return values can be determined. As return values, the Double and String types are supported. As parameters, additionally the cell areas <link href=\"text/scalc/01/04060112.xhp\" name=\"Double Array\">Double Array</link>, <link href=\"text/scalc/01/04060112.xhp\" name=\"String Array\">String Array</link>, and <link href=\"text/scalc/01/04060112.xhp\" name=\"Cell Array\">Cell Array</link> are supported."
+#. DgRO
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145350\n"
+"130\n"
+"help.text"
+msgid "Settlement date: April 20 1999, maturity date: June 15 1999, last interest: October 15 1998. Interest rate: 3.75 per cent, price: 99.875 currency units, redemption value: 100 currency units, frequency of payments: half-yearly = 2, basis: = 0"
msgstr ""
-#: 04060112.xhp#par_id3148604.8.help.text
-msgid "Parameters are passed using references. Therefore, a change of these values is basically possible. However, this is not supported in $[officename] Calc because it does not make sense within spreadsheets."
+#. .^P=
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3157990\n"
+"131\n"
+"help.text"
+msgid "The yield of the security, that has an irregular last interest date, is calculated as follows:"
msgstr ""
-#: 04060112.xhp#par_id3150112.9.help.text
-msgid "Libraries can be reloaded during runtime and their contents can be analyzed by the administrative functions. For each function, information is available about count and type of parameters, internal and external function names and an administrative number."
+#. D/2F
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150572\n"
+"132\n"
+"help.text"
+msgid "=ODDLYIELD(\"1999-04-20\";\"1999-06-15\"; \"1998-10-15\"; 0.0375; 99.875; 100;2;0) returns 0.044873 or 4.4873%."
msgstr ""
-#: 04060112.xhp#par_id3155269.10.help.text
-msgid "The functions are called synchronously and return their results immediately. Real time functions (asynchronous functions) are also possible; however, they are not explained in detail because of their complexity."
+#. a51W
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3148768\n"
+"help.text"
+msgid "<bookmark_value>calculating;variable declining depreciations</bookmark_value><bookmark_value>depreciations;variable declining</bookmark_value><bookmark_value>VDB function</bookmark_value>"
msgstr ""
-#: 04060112.xhp#hd_id3145077.11.help.text
-msgid "General information about the interface"
-msgstr "საერთო ინფორმაცია ინტერფეისის შესახებ"
+#. dj/H
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3148768\n"
+"222\n"
+"help.text"
+msgid "VDB"
+msgstr "VDB"
-#: 04060112.xhp#par_id3146776.12.help.text
-msgid "The maximum number of parameters in an Add-In function attached to $[officename] Calc is 16: one return value and a maximum of 15 function input parameters."
+#. =9;H
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154636\n"
+"223\n"
+"help.text"
+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 ""
-#: 04060112.xhp#par_id3149899.13.help.text
-msgid "The data types are defined as follows:"
-msgstr "მონაცემთა ტიპები განსაზღვრულია შემდეგით:"
-
-#: 04060112.xhp#par_id3151302.14.help.text
-msgid "<emph>Data types</emph>"
-msgstr "<emph>მონაცემების ტიპები</emph>"
-
-#: 04060112.xhp#par_id3143222.15.help.text
-msgid "<emph>Definition</emph>"
-msgstr "<emph>განსაზღვრა</emph>"
-
-#: 04060112.xhp#par_id3149384.16.help.text
-msgid "CALLTYPE"
-msgstr "CALLTYPE"
-
-#: 04060112.xhp#par_id3146963.17.help.text
-msgid "Under Windows: FAR PASCAL (_far _pascal)"
-msgstr "Windows-ში: FAR PASCAL (_far _pascal)"
-
-#: 04060112.xhp#par_id3153809.18.help.text
-msgid "Other: default (operating system specific default)"
-msgstr "სხვა: ნაგულისხმევი (ოპერაციული სისტემის ნაგულისხმევი)"
-
-#: 04060112.xhp#par_id3154734.19.help.text
-msgid "USHORT"
-msgstr "USHORT"
-
-#: 04060112.xhp#par_id3155760.20.help.text
-msgid "2 Byte unsigned Integer"
-msgstr "2 ბაიტი მიუნიჭებელი მთელი რიცხვი"
-
-#: 04060112.xhp#par_id3145320.21.help.text
-msgid "DOUBLE"
-msgstr "DOUBLE"
-
-#: 04060112.xhp#par_id3150956.22.help.text
-msgid "8 byte platform-dependent format"
-msgstr "8 ბაიტიან პლათფორმაზე დამოკიდებული ფორმატი"
-
-#: 04060112.xhp#par_id3146097.23.help.text
-msgid "Paramtype"
-msgstr "პარამეტრის ტიპი"
-
-#: 04060112.xhp#par_id3150432.24.help.text
-msgid "Platform-dependent like int"
-msgstr "int-ის მსგავსი პლათფორმაზე დამოკიდებული"
+#. xZS+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3155519\n"
+"224\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060112.xhp#par_id3153955.25.help.text
-msgid "PTR_DOUBLE =0 pointer to a double"
+#. 4V]H
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149025\n"
+"225\n"
+"help.text"
+msgid "VDB(Cost; Salvage; Life; S; End; Factor; Type)"
msgstr ""
-#: 04060112.xhp#par_id3159262.26.help.text
-msgid "PTR_STRING =1 pointer to a zero-terminated string"
+#. mUA;
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150692\n"
+"226\n"
+"help.text"
+msgid "<emph>Cost</emph> is the initial value of an asset."
msgstr ""
-#: 04060112.xhp#par_id3148747.27.help.text
-msgid "PTR_DOUBLE_ARR =2 pointer to a double array"
+#. U-dh
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155369\n"
+"227\n"
+"help.text"
+msgid "<emph>Salvage</emph> is the value of an asset at the end of the depreciation."
msgstr ""
-#: 04060112.xhp#par_id3147406.28.help.text
-msgid "PTR_STRING_ARR =3 pointer to a string array"
+#. MkHJ
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154954\n"
+"228\n"
+"help.text"
+msgid "<emph>Life</emph> is the depreciation duration of the asset."
msgstr ""
-#: 04060112.xhp#par_id3151392.29.help.text
-msgid "PTR_CELL_ARR =4 pointer to a cell array"
+#. f76e
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3152817\n"
+"229\n"
+"help.text"
+msgid "<emph>S</emph> is the start of the depreciation. A must be entered in the same date unit as the duration."
msgstr ""
-#: 04060112.xhp#par_id3153028.30.help.text
-msgid "NONE =5"
-msgstr "NONE =5"
+#. #I)/
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153221\n"
+"230\n"
+"help.text"
+msgid "<emph>End</emph> is the end of the depreciation."
+msgstr "<emph>რაოდენობა</emph> არის განმეორებათა რაოდენობა."
-#: 04060112.xhp#hd_id3156396.31.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library </caseinline><defaultinline>DLL</defaultinline></switchinline> functions"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">საზიარო ბიბლიოთეკების </caseinline><defaultinline>AddIn DLL</defaultinline></switchinline> ფუნქციები"
+#. *K]M
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147536\n"
+"231\n"
+"help.text"
+msgid "<emph>Factor</emph> (optional) is the depreciation factor. Factor = 2 is double rate depreciation."
+msgstr "ფაქტორი ტოლია double სისწრაფე."
-#: 04060112.xhp#par_id3153019.32.help.text
-msgid "Following you will find a description of those functions, which are called at the <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library </caseinline><defaultinline>external DLL</defaultinline></switchinline>."
+#. $NL%
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154865\n"
+"232\n"
+"help.text"
+msgid "<emph>Type </emph>is an optional parameter. Type = 1 means a switch to linear depreciation. In Type = 0 no switch is made."
msgstr ""
-#: 04060112.xhp#par_id3150038.33.help.text
-msgid "For all <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library </caseinline><defaultinline>DLL</defaultinline></switchinline> functions, the following applies:"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">საზიარო ბიბლიოთეკების </caseinline><defaultinline>AddIn DLL</defaultinline></switchinline> ფუნქციები"
-
-#: 04060112.xhp#par_id3157876.34.help.text
-msgid "void CALLTYPE fn(out, in1, in2, ...)"
-msgstr ""
+#. VJY!
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_idN10A0D\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-#: 04060112.xhp#par_id3147616.35.help.text
-msgid "Output: Resulting value"
-msgstr "გამონატანი: შედეგის მნიშვნელობა"
+#. Gz6v
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3148429\n"
+"233\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060112.xhp#par_id3159119.36.help.text
-msgid "Input: Any number of types (double&, char*, double*, char**, Cell area), where the <link href=\"text/scalc/01/04060112.xhp\" name=\"Cell area\">Cell area</link> is an array of types double array, string array, or cell array."
+#. E.$+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153927\n"
+"234\n"
+"help.text"
+msgid "What is the declining-balance double-rate depreciation for a period if the initial cost is 35,000 currency units and the value at the end of the depreciation is 7,500 currency units. The depreciation period is 3 years. The depreciation from the 10th to the 20th period is calculated."
msgstr ""
-#: 04060112.xhp#hd_id3150653.37.help.text
-msgid "GetFunctionCount()"
-msgstr "GetFunctionCount()"
+#. ?F2m
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155991\n"
+"235\n"
+"help.text"
+msgid "<item type=\"input\">=VDB(35000;7500;36;10;20;2)</item> = 8603.80 currency units. The depreciation during the period between the 10th and the 20th period is 8,603.80 currency units."
+msgstr "VDB არის შორის 10 და 20 ტოლია."
-#: 04060112.xhp#par_id3152981.38.help.text
-msgid "Returns the number of functions without the management functions of the reference parameter. Each function has a unique number between 0 and nCount-1. This number will be needed for the <link href=\"text/scalc/01/04060112.xhp\" name=\"GetFunctionData\">GetFunctionData</link> and <link href=\"text/scalc/01/04060112.xhp\" name=\"GetParameterDescription\">GetParameterDescription</link> functions later."
+#. C_Zb
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3147485\n"
+"help.text"
+msgid "<bookmark_value>calculating;internal rates of return, irregular payments</bookmark_value><bookmark_value>internal rates of return;irregular payments</bookmark_value><bookmark_value>XIRR function</bookmark_value>"
msgstr ""
-#: 04060112.xhp#par_id3150742.39.help.text
-msgctxt "04060112.xhp#par_id3150742.39.help.text"
-msgid "<emph>Syntax</emph>"
-msgstr "<emph>სინტაქსი</emph>"
-
-#: 04060112.xhp#par_id3148728.40.help.text
-msgid "void CALLTYPE GetFunctionCount(USHORT& nCount)"
-msgstr "void CALLTYPE GetFunctionCount(USHORT& nCount)"
-
-#: 04060112.xhp#par_id3154677.41.help.text
-msgctxt "04060112.xhp#par_id3154677.41.help.text"
-msgid "<emph>Parameter</emph>"
-msgstr "<emph>პარამეტრი</emph>"
-
-#: 04060112.xhp#par_id3146940.42.help.text
-msgid "USHORT &nCount:"
-msgstr "USHORT &nCount:"
-
-#: 04060112.xhp#par_id3149893.43.help.text
-msgid "Output: Reference to a variable, which is supposed to contain the number of Add-In functions. For example: If the Add-In provides 5 functions for $[officename] Calc, then nCount=5."
-msgstr "გამონატანი მითითება -სკენ a ტოლია -სკენ შეიცავს რიცხვი - დამატება -თვის მაგალითი დამატება შეიცავს -თვის გამოთვლა."
-
-#: 04060112.xhp#hd_id3147476.44.help.text
-msgid "GetFunctionData()"
-msgstr "GetFunctionData()"
-
-#: 04060112.xhp#par_id3154841.45.help.text
-msgid "Determines all the important information about an Add-In function."
-msgstr "ყველა მნიშვნელოვანი ინფორმაცია დამატება."
-
-#: 04060112.xhp#par_id3148888.46.help.text
-msgctxt "04060112.xhp#par_id3148888.46.help.text"
-msgid "<emph>Syntax</emph>"
-msgstr "<emph>სინტაქსი</emph>"
+#. aBdo
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3147485\n"
+"193\n"
+"help.text"
+msgid "XIRR"
+msgstr "XIRR"
-#: 04060112.xhp#par_id3148434.47.help.text
-msgid "void CALLTYPE GetFunctionData(USHORT& nNo, char* pFuncName, USHORT& nParamCount, Paramtype* peType, char* pInternalName)"
-msgstr "CALLTYPE USHORT char USHORT პარამეტრის ტიპი char"
+#. R%=L
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145614\n"
+"194\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_XIRR\">Calculates the internal rate of return for a list of payments which take place on different dates.</ahelp> The calculation is based on a 365 days per year basis, ignoring leap years."
+msgstr ""
-#: 04060112.xhp#par_id3149253.48.help.text
-msgctxt "04060112.xhp#par_id3149253.48.help.text"
-msgid "<emph>Parameter</emph>"
-msgstr "<emph>პარამეტრი</emph>"
+#. lFrj
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_idN10E62\n"
+"help.text"
+msgid "If the payments take place at regular intervals, use the IRR function."
+msgstr "ეთ წესიერი IRR."
-#: 04060112.xhp#par_id3149686.49.help.text
-msgctxt "04060112.xhp#par_id3149686.49.help.text"
-msgid "USHORT& nNo:"
-msgstr "USHORT& nNo:"
+#. #0UJ
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3146149\n"
+"195\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060112.xhp#par_id3149949.50.help.text
-msgid "Input: Function number between 0 and nCount-1, inclusively."
-msgstr "შეყვანა ფუნქცია რიცხვი არის შორის და."
+#. 2AX/
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149826\n"
+"196\n"
+"help.text"
+msgid "XIRR(Values; Dates; Guess)"
+msgstr "XIRR(მნიშვნელობები;თარიღები;მიხვედრები)"
-#: 04060112.xhp#par_id3149546.51.help.text
-msgid "char* pFuncName:"
-msgstr "char* pFuncName:"
+#. };!W
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3163821\n"
+"197\n"
+"help.text"
+msgid "<emph>Values</emph> and <emph>Dates</emph> refer to a series of payments and the series of associated date values. The first pair of dates defines the start of the payment plan. All other date values must be later, but need not be in any order. The series of values must contain at least one negative and one positive value (receipts and deposits)."
+msgstr "მნიშვნელობები და a - და - თარიღი პირველი - დასაწყისი - ყველა სხვა თარიღი არა დუ ნებისმიერი - შეიცავს ეთ და და."
-#: 04060112.xhp#par_id3148579.52.help.text
-msgid "Output: Function name as seen by the programmer, as it is named in the <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library </caseinline><defaultinline>DLL</defaultinline></switchinline>. This name does not determine the name used in the <emph>Function Wizard</emph>."
-msgstr ""
+#. d-%C
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149708\n"
+"198\n"
+"help.text"
+msgid "<emph>Guess</emph> (optional) is a guess that can be input for the internal rate of return. The default is 10%."
+msgstr "a შენატანი -თვის სისწრაფე - დაბრუნება ნაგულისხმევი ტოლია."
-#: 04060112.xhp#par_id3153935.53.help.text
-msgid "USHORT& nParamCount:"
-msgstr "USHORT& nParamCount:"
+#. f[QG
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3145085\n"
+"199\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060112.xhp#par_id3150142.54.help.text
-msgid "Output: Number of parameters in AddIn function. This number must be greater than 0, because there is always a result value; the maximum value is 16."
-msgstr ""
+#. MW5m
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149273\n"
+"200\n"
+"help.text"
+msgid "Calculation of the internal rate of return for the following five payments:"
+msgstr "გამოთვლა - სისწრაფე - დაბრუნება -თვის:"
-#: 04060112.xhp#par_id3145143.55.help.text
-msgid "Paramtype* peType:"
-msgstr "პარამეტრის ტიპი* peType:"
+#. c4aP
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155838\n"
+"305\n"
+"help.text"
+msgid "A"
+msgstr "A"
-#: 04060112.xhp#par_id3148750.56.help.text
-msgid "Output: Pointer to an array of exactly 16 variables of type Paramtype. The first nParamCount entries are filled with the suitable type of parameter."
-msgstr ""
+#. 9(ZV
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3152934\n"
+"306\n"
+"help.text"
+msgid "B"
+msgstr "B"
-#: 04060112.xhp#par_id3153078.57.help.text
-msgid "char* pInternalName:"
-msgstr "char* pInternalName:"
+#. *(;4
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154638\n"
+"307\n"
+"help.text"
+msgid "C"
+msgstr "C"
-#: 04060112.xhp#par_id3155261.58.help.text
-msgid "Output: Function name as seen by the user, as it appears in the <emph>Function Wizard</emph>. May contain umlauts."
-msgstr "გამონატანი: ფუნქციის სახელი როგორც ამას მომხნმარებელი ხედავს, როგორც ეს <emph>ფუნქციათა ოსტატში</emph> ჩანს. შეიძლება შეიცავდეს უმლაუტებს."
+#. g%ao
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147083\n"
+"308\n"
+"help.text"
+msgid "1"
+msgstr "1"
-#: 04060112.xhp#par_id3153327.59.help.text
-msgid "The pFuncName and pInternalName parameters are char arrays, which are implemented with size 256 in $[officename] Calc."
+#. 7M}J
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151187\n"
+"309\n"
+"help.text"
+msgid "2001-01-01"
msgstr ""
-#: 04060112.xhp#hd_id3148567.60.help.text
-msgid "GetParameterDescription()"
-msgstr "GetParameterDescription()"
-
-#: 04060112.xhp#par_id3153000.61.help.text
-msgid "Provides a brief description of the Add-In function and its parameters. As an option, this function can be used to show a function and parameter description in the <emph>Function Wizard</emph>."
+#. _Dd)
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145212\n"
+"201\n"
+"help.text"
+msgid "-<item type=\"input\">10000</item>"
msgstr ""
-#: 04060112.xhp#par_id3154501.62.help.text
-msgctxt "04060112.xhp#par_id3154501.62.help.text"
-msgid "<emph>Syntax</emph>"
-msgstr "<emph>სინტაქსი</emph>"
-
-#: 04060112.xhp#par_id3153564.63.help.text
-msgid "void CALLTYPE GetParameterDescription(USHORT& nNo, USHORT& nParam, char* pName, char* pDesc)"
+#. V||o
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3146856\n"
+"202\n"
+"help.text"
+msgid "<item type=\"input\">Received</item>"
msgstr ""
-#: 04060112.xhp#par_id3157995.64.help.text
-msgctxt "04060112.xhp#par_id3157995.64.help.text"
-msgid "<emph>Parameter</emph>"
-msgstr "<emph>პარამეტრი</emph>"
-
-#: 04060112.xhp#par_id3155925.65.help.text
-msgctxt "04060112.xhp#par_id3155925.65.help.text"
-msgid "USHORT& nNo:"
-msgstr "USHORT& nNo:"
-
-#: 04060112.xhp#par_id3149883.66.help.text
-msgid "Input: Number of the function in the library; between 0 and nCount-1."
-msgstr "შეყვანა ნომერი - დუ არის შორის და."
-
-#: 04060112.xhp#par_id3154326.67.help.text
-msgid "USHORT& nParam:"
-msgstr "USHORT& nParam:"
+#. m4:H
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153277\n"
+"310\n"
+"help.text"
+msgid "2"
+msgstr "2"
-#: 04060112.xhp#par_id3159139.68.help.text
-msgid "Input: Indicates, for which parameter the description is provided; parameters start at 1. If nParam is 0, the description itself is supposed to be provided in pDesc; in this case, pName does not have any meaning."
+#. )1Q5
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154052\n"
+"203\n"
+"help.text"
+msgid "2001-01-02"
msgstr ""
-#: 04060112.xhp#par_id3147374.69.help.text
-msgid "char* pName:"
-msgstr "char* pName:"
-
-#: 04060112.xhp#par_id3145245.70.help.text
-msgid "Output: Takes up the parameter name or type, for example, the word \"Number\" or \"String\" or \"Date\", and so on. Implemented in $[officename] Calc as char[256]."
-msgstr "გამონატანი მაღლა სახელი ან ტიპი -თვის მაგალითი ნომერი ან სტრიქონი ან თარიღი და ჩართულია დუ გამოთვლა char."
-
-#: 04060112.xhp#par_id3151020.71.help.text
-msgid "char* pDesc:"
-msgstr "char* pDesc:"
-
-#: 04060112.xhp#par_id3148389.72.help.text
-msgid "Output: Takes up the description of the parameter, for example, \"Value, at which the universe is to be calculated.\" Implemented in $[officename] Calc as char[256]."
+#. R.La
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151297\n"
+"204\n"
+"help.text"
+msgid "<item type=\"input\">2000</item>"
msgstr ""
-#: 04060112.xhp#par_id3145303.73.help.text
-msgid "pName and pDesc are char arrays; implemented in $[officename] Calc with size 256. Please note that the space available in the <emph>Function Wizard</emph> is limited and that the 256 characters cannot be fully used."
+#. ewOi
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149985\n"
+"205\n"
+"help.text"
+msgid "<item type=\"input\">Deposited</item>"
msgstr ""
-#: 04060112.xhp#hd_id3148874.76.help.text
-msgid "Cell areas"
-msgstr "უჯრების არეები"
+#. /4$@
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154744\n"
+"311\n"
+"help.text"
+msgid "3"
+msgstr "3"
-#: 04060112.xhp#par_id3150265.77.help.text
-msgid "The following tables contain information about which data structures must be provided by an external program module in order to pass cell areas. $[officename] Calc distinguishes between three different arrays, depending on the data type."
+#. y.+b
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153151\n"
+"206\n"
+"help.text"
+msgid "2001-03-15"
msgstr ""
-#: 04060112.xhp#hd_id3156060.78.help.text
-msgid "Double Array"
-msgstr "ორმაგი მასივი"
-
-#: 04060112.xhp#par_id3149540.79.help.text
-msgid "As a parameter, a cell area with values of the Number/Double type can be passed. A double array in $[officename] Calc is defined as follows:"
-msgstr "a a არე - ნომერი ორმაგი ტიპი A double დუ გამოთვლა ტოლია:"
-
-#: 04060112.xhp#par_id3149388.80.help.text
-msgctxt "04060112.xhp#par_id3149388.80.help.text"
-msgid "<emph>Offset</emph>"
-msgstr "<emph>შერევა</emph>"
-
-#: 04060112.xhp#par_id3154636.81.help.text
-msgctxt "04060112.xhp#par_id3154636.81.help.text"
-msgid "<emph>Name</emph>"
-msgstr "<emph>სახელი</emph>"
-
-#: 04060112.xhp#par_id3153228.82.help.text
-msgctxt "04060112.xhp#par_id3153228.82.help.text"
-msgid "<emph>Description</emph>"
-msgstr "<emph>აღწერა</emph>"
-
-#: 04060112.xhp#par_id3150685.83.help.text
-msgctxt "04060112.xhp#par_id3150685.83.help.text"
-msgid "0"
-msgstr "0"
-
-#: 04060112.xhp#par_id3154869.84.help.text
-msgctxt "04060112.xhp#par_id3154869.84.help.text"
-msgid "Col1"
-msgstr "სვეტი1"
-
-#: 04060112.xhp#par_id3147541.85.help.text
-msgctxt "04060112.xhp#par_id3147541.85.help.text"
-msgid "Column number in the upper-left corner of the cell area. Numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
-
-#: 04060112.xhp#par_id3149783.86.help.text
-msgctxt "04060112.xhp#par_id3149783.86.help.text"
-msgid "2"
-msgstr "2"
-
-#: 04060112.xhp#par_id3155986.87.help.text
-msgctxt "04060112.xhp#par_id3155986.87.help.text"
-msgid "Row1"
-msgstr "რიგი1"
-
-#: 04060112.xhp#par_id3147483.88.help.text
-msgctxt "04060112.xhp#par_id3147483.88.help.text"
-msgid "Row number in the upper-left corner of the cell area; numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+#. Q~W-
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145657\n"
+"207\n"
+"help.text"
+msgid "2500"
+msgstr "2500"
-#: 04060112.xhp#par_id3153721.89.help.text
-msgctxt "04060112.xhp#par_id3153721.89.help.text"
+#. Y^9I
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155101\n"
+"312\n"
+"help.text"
msgid "4"
msgstr "4"
-#: 04060112.xhp#par_id3154317.90.help.text
-msgctxt "04060112.xhp#par_id3154317.90.help.text"
-msgid "Tab1"
-msgstr "ჩანართი1"
-
-#: 04060112.xhp#par_id3149820.91.help.text
-msgctxt "04060112.xhp#par_id3149820.91.help.text"
-msgid "Table number in the upper-left corner of the cell area; numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
-
-#: 04060112.xhp#par_id3163820.92.help.text
-msgctxt "04060112.xhp#par_id3163820.92.help.text"
-msgid "6"
-msgstr "6"
-
-#: 04060112.xhp#par_id3149710.93.help.text
-msgctxt "04060112.xhp#par_id3149710.93.help.text"
-msgid "Col2"
-msgstr "სვეტი2"
-
-#: 04060112.xhp#par_id3154819.94.help.text
-msgctxt "04060112.xhp#par_id3154819.94.help.text"
-msgid "Column number in the lower-right corner of the cell area. Numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
-
-#: 04060112.xhp#par_id3145083.95.help.text
-msgctxt "04060112.xhp#par_id3145083.95.help.text"
-msgid "8"
-msgstr "8"
-
-#: 04060112.xhp#par_id3156310.96.help.text
-#, fuzzy
-msgctxt "04060112.xhp#par_id3156310.96.help.text"
-msgid "Row2"
-msgstr "რიგი2"
-
-#: 04060112.xhp#par_id3150968.97.help.text
-msgctxt "04060112.xhp#par_id3150968.97.help.text"
-msgid "Row number in the lower-right corner of the cell area; numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
-
-#: 04060112.xhp#par_id3156133.98.help.text
-msgctxt "04060112.xhp#par_id3156133.98.help.text"
-msgid "10"
-msgstr "10"
-
-#: 04060112.xhp#par_id3153218.99.help.text
-msgctxt "04060112.xhp#par_id3153218.99.help.text"
-msgid "Tab2"
-msgstr "ჩანართი2"
-
-#: 04060112.xhp#par_id3147086.100.help.text
-msgctxt "04060112.xhp#par_id3147086.100.help.text"
-msgid "Table number in the lower-right corner of the cell area; numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
-
-#: 04060112.xhp#par_id3151270.101.help.text
-msgctxt "04060112.xhp#par_id3151270.101.help.text"
-msgid "12"
-msgstr "12"
-
-#: 04060112.xhp#par_id3152934.102.help.text
-msgctxt "04060112.xhp#par_id3152934.102.help.text"
-msgid "Count"
-msgstr "თვლა"
-
-#: 04060112.xhp#par_id3145202.103.help.text
-msgctxt "04060112.xhp#par_id3145202.103.help.text"
-msgid "Number of the following elements. Empty cells are not counted or passed."
+#. Z}f:
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3146894\n"
+"208\n"
+"help.text"
+msgid "2001-05-12"
msgstr ""
-#: 04060112.xhp#par_id3150879.104.help.text
-msgctxt "04060112.xhp#par_id3150879.104.help.text"
-msgid "14"
-msgstr "14"
+#. +?H$
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3143231\n"
+"209\n"
+"help.text"
+msgid "5000"
+msgstr "5000"
-#: 04060112.xhp#par_id3156002.105.help.text
-msgctxt "04060112.xhp#par_id3156002.105.help.text"
-msgid "Col"
-msgstr "სვეტი"
+#. YosS
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3156012\n"
+"313\n"
+"help.text"
+msgid "5"
+msgstr "5"
-#: 04060112.xhp#par_id3147276.106.help.text
-msgctxt "04060112.xhp#par_id3147276.106.help.text"
-msgid "Column number of the element. Numbering starts at 0."
-msgstr "ელემენტის სვეტის ნომერი. ნუმერაცია იწყება 0-ით."
+#. yZQd
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149758\n"
+"210\n"
+"help.text"
+msgid "2001-08-10"
+msgstr ""
-#: 04060112.xhp#par_id3151295.107.help.text
-msgctxt "04060112.xhp#par_id3151295.107.help.text"
-msgid "16"
-msgstr "16"
+#. %P?t
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147495\n"
+"211\n"
+"help.text"
+msgid "1000"
+msgstr "1000"
-#: 04060112.xhp#par_id3150261.108.help.text
-msgctxt "04060112.xhp#par_id3150261.108.help.text"
-msgid "Row"
-msgstr "რიგი"
+#. Kksa
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3152793\n"
+"212\n"
+"help.text"
+msgid "=XIRR(B1:B5; A1:A5; 0.1) returns 0.1828."
+msgstr "=XIRR(B1:B5; A1:A5; 0.1) აბრუნებს 0.1828."
-#: 04060112.xhp#par_id3155851.109.help.text
-msgctxt "04060112.xhp#par_id3155851.109.help.text"
-msgid "Row number of the element; numbering starts at 0."
-msgstr "ელემენტის რიგის ნომერი. ნუმერაცია იწყება 0-ით."
+#. f(p3
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3149198\n"
+"help.text"
+msgid "<bookmark_value>XNPV function</bookmark_value>"
+msgstr "<bookmark_value>XNPV ფუნქცია</bookmark_value>"
-#: 04060112.xhp#par_id3153150.110.help.text
-msgctxt "04060112.xhp#par_id3153150.110.help.text"
-msgid "18"
-msgstr "18"
+#. X^}s
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3149198\n"
+"213\n"
+"help.text"
+msgid "XNPV"
+msgstr "XNPV"
-#: 04060112.xhp#par_id3153758.111.help.text
-msgctxt "04060112.xhp#par_id3153758.111.help.text"
-msgid "Tab"
-msgstr "ჩანართი"
+#. a$!M
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153904\n"
+"214\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_XNPV\">Calculates the capital value (net present value)for a list of payments which take place on different dates.</ahelp> The calculation is based on a 365 days per year basis, ignoring leap years."
+msgstr ""
-#: 04060112.xhp#par_id3150154.112.help.text
-msgctxt "04060112.xhp#par_id3150154.112.help.text"
-msgid "Table number of the element; numbering starts at 0."
-msgstr "ელემენტის ცხრილის ნომერი. ნუმერაცია იწყება 0-ით."
+#. jNFG
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_idN11138\n"
+"help.text"
+msgid "If the payments take place at regular intervals, use the NPV function."
+msgstr "ეთ წესიერი IRR."
-#: 04060112.xhp#par_id3149289.113.help.text
-msgctxt "04060112.xhp#par_id3149289.113.help.text"
-msgid "20"
-msgstr "20"
+#. -iH3
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3155323\n"
+"215\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060112.xhp#par_id3156010.114.help.text
-msgctxt "04060112.xhp#par_id3156010.114.help.text"
-msgid "Error"
-msgstr "შეცდომა"
+#. Tr~2
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150117\n"
+"216\n"
+"help.text"
+msgid "XNPV(Rate; Values; Dates)"
+msgstr "XNPV(სიხშირე;მნიშვნელობები;თარიღები)"
-#: 04060112.xhp#par_id3159181.115.help.text
-msgctxt "04060112.xhp#par_id3159181.115.help.text"
-msgid "Error number, where the value 0 is defined as \"no error.\" If the element comes from a formula cell the error value is determined by the formula."
+#. :[-n
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153100\n"
+"217\n"
+"help.text"
+msgid "<emph>Rate</emph> is the internal rate of return for the payments."
msgstr ""
-#: 04060112.xhp#par_id3147493.116.help.text
-msgctxt "04060112.xhp#par_id3147493.116.help.text"
-msgid "22"
-msgstr "22"
+#. f{!I
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155395\n"
+"218\n"
+"help.text"
+msgid "<emph>Values</emph> and <emph>Dates</emph> refer to a series of payments and the series of associated date values. The first pair of dates defines the start of the payment plan. All other date values must be later, but need not be in any order. The series of values must contain at least one negative and one positive value (receipts and deposits)"
+msgstr "მნიშვნელობები და a - და - თარიღი პირველი - დასაწყისი - ყველა სხვა თარიღი არა დუ ნებისმიერი - შეიცავს ეთ და და."
-#: 04060112.xhp#par_id3149200.117.help.text
-msgctxt "04060112.xhp#par_id3149200.117.help.text"
-msgid "Value"
-msgstr "მნიშვნელობა"
+#. =z+:
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3148832\n"
+"219\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060112.xhp#par_id3151174.118.help.text
-msgid "8 byte IEEE variable of type double/floating point"
+#. h|zY
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150525\n"
+"220\n"
+"help.text"
+msgid "Calculation of the net present value for the above-mentioned five payments for a notional internal rate of return of 6%."
msgstr ""
-#: 04060112.xhp#par_id3154688.119.help.text
-msgid "30"
-msgstr "30"
-
-#: 04060112.xhp#par_id3159337.120.help.text
-msgctxt "04060112.xhp#par_id3159337.120.help.text"
-msgid "..."
-msgstr "..."
-
-#: 04060112.xhp#par_id3155388.121.help.text
-msgctxt "04060112.xhp#par_id3155388.121.help.text"
-msgid "Next element"
-msgstr "შემდეგი ელემენტი"
-
-#: 04060112.xhp#hd_id3154935.122.help.text
-msgid "String Array"
-msgstr "სტრიქონის მასივი"
-
-#: 04060112.xhp#par_id3153105.123.help.text
-msgid "A cell area, which contains values of data type Text and is passed as a string array. A string array in $[officename] Calc is defined as follows:"
-msgstr "A არე შეიცავს - ტიპი ტექსტი და ტოლია a სტრიქონი A სტრიქონი დუ გამოთვლა ტოლია:"
-
-#: 04060112.xhp#par_id3149908.124.help.text
-msgctxt "04060112.xhp#par_id3149908.124.help.text"
-msgid "<emph>Offset</emph>"
-msgstr "<emph>შერევა</emph>"
-
-#: 04060112.xhp#par_id3159165.125.help.text
-msgctxt "04060112.xhp#par_id3159165.125.help.text"
-msgid "<emph>Name</emph>"
-msgstr "<emph>სახელი</emph>"
-
-#: 04060112.xhp#par_id3159150.126.help.text
-msgctxt "04060112.xhp#par_id3159150.126.help.text"
-msgid "<emph>Description</emph>"
-msgstr "<emph>აღწერა</emph>"
-
-#: 04060112.xhp#par_id3149769.127.help.text
-msgctxt "04060112.xhp#par_id3149769.127.help.text"
-msgid "0"
-msgstr "0"
-
-#: 04060112.xhp#par_id3150509.128.help.text
-msgctxt "04060112.xhp#par_id3150509.128.help.text"
-msgid "Col1"
-msgstr "სვეტი1"
-
-#: 04060112.xhp#par_id3148447.129.help.text
-msgctxt "04060112.xhp#par_id3148447.129.help.text"
-msgid "Column number in the upper-left corner of the cell area. Numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
-
-#: 04060112.xhp#par_id3145418.130.help.text
-msgctxt "04060112.xhp#par_id3145418.130.help.text"
-msgid "2"
-msgstr "2"
-
-#: 04060112.xhp#par_id3147512.131.help.text
-msgctxt "04060112.xhp#par_id3147512.131.help.text"
-msgid "Row1"
-msgstr "რიგი1"
-
-#: 04060112.xhp#par_id3147235.132.help.text
-msgctxt "04060112.xhp#par_id3147235.132.help.text"
-msgid "Row number in the upper-left corner of the cell area; numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
-
-#: 04060112.xhp#par_id3155362.133.help.text
-msgctxt "04060112.xhp#par_id3155362.133.help.text"
-msgid "4"
-msgstr "4"
-
-#: 04060112.xhp#par_id3151051.134.help.text
-msgctxt "04060112.xhp#par_id3151051.134.help.text"
-msgid "Tab1"
-msgstr "ჩანართი1"
-
-#: 04060112.xhp#par_id3148923.135.help.text
-msgctxt "04060112.xhp#par_id3148923.135.help.text"
-msgid "Table number in the upper-left corner of the cell area; numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
-
-#: 04060112.xhp#par_id3149158.136.help.text
-msgctxt "04060112.xhp#par_id3149158.136.help.text"
-msgid "6"
-msgstr "6"
-
-#: 04060112.xhp#par_id3166437.137.help.text
-msgctxt "04060112.xhp#par_id3166437.137.help.text"
-msgid "Col2"
-msgstr "სვეტი2"
-
-#: 04060112.xhp#par_id3149788.138.help.text
-msgctxt "04060112.xhp#par_id3149788.138.help.text"
-msgid "Column number in the lower-right corner of the cell area. Numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
-
-#: 04060112.xhp#par_id3166450.139.help.text
-msgctxt "04060112.xhp#par_id3166450.139.help.text"
-msgid "8"
-msgstr "8"
-
-#: 04060112.xhp#par_id3152877.140.help.text
-msgctxt "04060112.xhp#par_id3152877.140.help.text"
-msgid "Row2"
-msgstr "რიგი"
-
-#: 04060112.xhp#par_id3152949.141.help.text
-msgctxt "04060112.xhp#par_id3152949.141.help.text"
-msgid "Row number in the lower-right corner of the cell area; numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
-
-#: 04060112.xhp#par_id3159270.142.help.text
-msgctxt "04060112.xhp#par_id3159270.142.help.text"
-msgid "10"
-msgstr "10"
-
-#: 04060112.xhp#par_id3154107.143.help.text
-msgctxt "04060112.xhp#par_id3154107.143.help.text"
-msgid "Tab2"
-msgstr "ჩანართი2"
-
-#: 04060112.xhp#par_id3153747.144.help.text
-msgctxt "04060112.xhp#par_id3153747.144.help.text"
-msgid "Table number in the lower-right corner of the cell area; numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
-
-#: 04060112.xhp#par_id3149924.145.help.text
-msgctxt "04060112.xhp#par_id3149924.145.help.text"
-msgid "12"
-msgstr "12"
-
-#: 04060112.xhp#par_id3154858.146.help.text
-msgctxt "04060112.xhp#par_id3154858.146.help.text"
-msgid "Count"
-msgstr "თვლა"
-
-#: 04060112.xhp#par_id3148621.147.help.text
-msgctxt "04060112.xhp#par_id3148621.147.help.text"
-msgid "Number of the following elements. Empty cells are not counted or passed."
+#. WW[K
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149910\n"
+"221\n"
+"help.text"
+msgid "<item type=\"input\">=XNPV(0.06;B1:B5;A1:A5)</item> returns 323.02."
msgstr ""
-#: 04060112.xhp#par_id3148467.148.help.text
-msgctxt "04060112.xhp#par_id3148467.148.help.text"
-msgid "14"
-msgstr "14"
-
-#: 04060112.xhp#par_id3151126.149.help.text
-msgctxt "04060112.xhp#par_id3151126.149.help.text"
-msgid "Col"
-msgstr "სვეტი"
-
-#: 04060112.xhp#par_id3154334.150.help.text
-msgctxt "04060112.xhp#par_id3154334.150.help.text"
-msgid "Column number of the element. Numbering starts at 0."
-msgstr "ელემენტის სვეტის ნომერი. ნუმერაცია იწყება 0-ით."
-
-#: 04060112.xhp#par_id3149416.151.help.text
-msgctxt "04060112.xhp#par_id3149416.151.help.text"
-msgid "16"
-msgstr "16"
-
-#: 04060112.xhp#par_id3150631.152.help.text
-msgctxt "04060112.xhp#par_id3150631.152.help.text"
-msgid "Row"
-msgstr "რიგი"
-
-#: 04060112.xhp#par_id3150424.153.help.text
-msgctxt "04060112.xhp#par_id3150424.153.help.text"
-msgid "Row number of the element; numbering starts at 0."
-msgstr "ელემენტის რიგის ნომერი. ნუმერაცია იწყება 0-ით."
-
-#: 04060112.xhp#par_id3154797.154.help.text
-msgctxt "04060112.xhp#par_id3154797.154.help.text"
-msgid "18"
-msgstr "18"
-
-#: 04060112.xhp#par_id3143274.155.help.text
-msgctxt "04060112.xhp#par_id3143274.155.help.text"
-msgid "Tab"
-msgstr "ჩანართი"
-
-#: 04060112.xhp#par_id3149513.156.help.text
-msgctxt "04060112.xhp#par_id3149513.156.help.text"
-msgid "Table number of the element; numbering starts at 0."
-msgstr "ელემენტის ცხრილის ნომერი. ნუმერაცია იწყება 0-ით."
-
-#: 04060112.xhp#par_id3145306.157.help.text
-msgctxt "04060112.xhp#par_id3145306.157.help.text"
-msgid "20"
-msgstr "20"
+#. aBg`
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3148822\n"
+"help.text"
+msgid "<bookmark_value>calculating;rates of return</bookmark_value><bookmark_value>RRI function</bookmark_value>"
+msgstr "<bookmark_value>გამოთვლა;დაბრუნების სიხშირეები</bookmark_value><bookmark_value>RRI ფუნქცია</bookmark_value>"
-#: 04060112.xhp#par_id3153948.158.help.text
-msgctxt "04060112.xhp#par_id3153948.158.help.text"
-msgid "Error"
-msgstr "შეცდომა"
+#. QZ-V
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3148822\n"
+"237\n"
+"help.text"
+msgid "RRI"
+msgstr "RRI"
-#: 04060112.xhp#par_id3153534.159.help.text
-msgctxt "04060112.xhp#par_id3153534.159.help.text"
-msgid "Error number, where the value 0 is defined as \"no error.\" If the element comes from a formula cell the error value is determined by the formula."
+#. Oq6l
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154293\n"
+"238\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZGZ\">Calculates the interest rate resulting from the profit (return) of an investment.</ahelp>"
msgstr ""
-#: 04060112.xhp#par_id3153311.160.help.text
-msgctxt "04060112.xhp#par_id3153311.160.help.text"
-msgid "22"
-msgstr "22"
+#. KYXp
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3148444\n"
+"239\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060112.xhp#par_id3148695.161.help.text
-msgid "Len"
-msgstr "Len"
+#. %+Bn
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148804\n"
+"240\n"
+"help.text"
+msgid "RRI(P; PV; FV)"
+msgstr "RRI(P;PV;FV)"
-#: 04060112.xhp#par_id3152769.162.help.text
-msgid "Length of the following string, including closing zero byte. If the length including closing zero byte equals an odd value a second zero byte is added to the string so that an even value is achieved. Therefore, Len is calculated using ((StrLen+2)&~1)."
+#. e(AH
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154901\n"
+"241\n"
+"help.text"
+msgid "<emph>P</emph> is the number of periods needed for calculating the interest rate."
msgstr ""
-#: 04060112.xhp#par_id3153772.163.help.text
-msgctxt "04060112.xhp#par_id3153772.163.help.text"
-msgid "24"
-msgstr "24"
-
-#: 04060112.xhp#par_id3153702.164.help.text
-msgctxt "04060112.xhp#par_id3153702.164.help.text"
-msgid "String"
-msgstr "სტრიქონი"
-
-#: 04060112.xhp#par_id3154474.165.help.text
-msgid "String with closing zero byte"
-msgstr "სტრიქონი დამხურავი ნულოვანი ბაიტით"
-
-#: 04060112.xhp#par_id3156269.166.help.text
-msgid "24+Len"
-msgstr "24+Len"
-
-#: 04060112.xhp#par_id3154825.167.help.text
-msgctxt "04060112.xhp#par_id3154825.167.help.text"
-msgid "..."
-msgstr "..."
-
-#: 04060112.xhp#par_id3147097.168.help.text
-msgctxt "04060112.xhp#par_id3147097.168.help.text"
-msgid "Next element"
-msgstr "შემდეგი ელემენტი"
-
-#: 04060112.xhp#hd_id3159091.169.help.text
-msgid "Cell Array"
-msgstr "უჯრების მასივი"
-
-#: 04060112.xhp#par_id3156140.170.help.text
-msgid "Cell arrays are used to call cell areas containing text as well as numbers. A cell array in $[officename] Calc is defined as follows:"
+#. 7.Zd
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3159149\n"
+"242\n"
+"help.text"
+msgid "<emph>PV</emph> is the present (current) value. The cash value is the deposit of cash or the current cash value of an allowance in kind. As a deposit value a positive value must be entered; the deposit must not be 0 or <0."
msgstr ""
-#: 04060112.xhp#par_id3154664.171.help.text
-msgctxt "04060112.xhp#par_id3154664.171.help.text"
-msgid "<emph>Offset</emph>"
-msgstr "<emph>შერევა</emph>"
-
-#: 04060112.xhp#par_id3154566.172.help.text
-msgctxt "04060112.xhp#par_id3154566.172.help.text"
-msgid "<emph>Name</emph>"
-msgstr "<emph>სახელი</emph>"
-
-#: 04060112.xhp#par_id3146073.173.help.text
-msgctxt "04060112.xhp#par_id3146073.173.help.text"
-msgid "<emph>Description</emph>"
-msgstr "<emph>აღწერა</emph>"
-
-#: 04060112.xhp#par_id3154117.174.help.text
-msgctxt "04060112.xhp#par_id3154117.174.help.text"
-msgid "0"
-msgstr "0"
-
-#: 04060112.xhp#par_id3150988.175.help.text
-msgctxt "04060112.xhp#par_id3150988.175.help.text"
-msgid "Col1"
-msgstr "სვეტი1"
-
-#: 04060112.xhp#par_id3146783.176.help.text
-msgctxt "04060112.xhp#par_id3146783.176.help.text"
-msgid "Column number in the upper-left corner of the cell area. Numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
-
-#: 04060112.xhp#par_id3153666.177.help.text
-msgctxt "04060112.xhp#par_id3153666.177.help.text"
-msgid "2"
-msgstr "2"
-
-#: 04060112.xhp#par_id3149560.178.help.text
-msgctxt "04060112.xhp#par_id3149560.178.help.text"
-msgid "Row1"
-msgstr "რიგი1"
-
-#: 04060112.xhp#par_id3156156.179.help.text
-msgctxt "04060112.xhp#par_id3156156.179.help.text"
-msgid "Row number in the upper-left corner of the cell area; numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
-
-#: 04060112.xhp#par_id3150408.180.help.text
-msgctxt "04060112.xhp#par_id3150408.180.help.text"
-msgid "4"
-msgstr "4"
-
-#: 04060112.xhp#par_id3150593.181.help.text
-msgctxt "04060112.xhp#par_id3150593.181.help.text"
-msgid "Tab1"
-msgstr "ჩანართი1"
-
-#: 04060112.xhp#par_id3150357.182.help.text
-msgctxt "04060112.xhp#par_id3150357.182.help.text"
-msgid "Table number in the upper-left corner of the cell area; numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
-
-#: 04060112.xhp#par_id3146912.183.help.text
-msgctxt "04060112.xhp#par_id3146912.183.help.text"
-msgid "6"
-msgstr "6"
-
-#: 04060112.xhp#par_id3153352.184.help.text
-msgctxt "04060112.xhp#par_id3153352.184.help.text"
-msgid "Col2"
-msgstr "სვეტი2"
-
-#: 04060112.xhp#par_id3155893.185.help.text
-msgctxt "04060112.xhp#par_id3155893.185.help.text"
-msgid "Column number in the lower-right corner of the cell area. Numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
-
-#: 04060112.xhp#par_id3150827.186.help.text
-msgctxt "04060112.xhp#par_id3150827.186.help.text"
-msgid "8"
-msgstr "8"
-
-#: 04060112.xhp#par_id3148406.187.help.text
-msgctxt "04060112.xhp#par_id3148406.187.help.text"
-msgid "Row2"
-msgstr "რიგი2"
-
-#: 04060112.xhp#par_id3150673.188.help.text
-msgctxt "04060112.xhp#par_id3150673.188.help.text"
-msgid "Row number in the lower-right corner of the cell area; numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
-
-#: 04060112.xhp#par_id3155864.189.help.text
-msgctxt "04060112.xhp#par_id3155864.189.help.text"
-msgid "10"
-msgstr "10"
-
-#: 04060112.xhp#par_id3153197.190.help.text
-msgctxt "04060112.xhp#par_id3153197.190.help.text"
-msgid "Tab2"
-msgstr "ჩანართი2"
-
-#: 04060112.xhp#par_id3149329.191.help.text
-msgctxt "04060112.xhp#par_id3149329.191.help.text"
-msgid "Table number in the lower-right corner of the cell area; numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
-
-#: 04060112.xhp#par_id3147360.192.help.text
-msgctxt "04060112.xhp#par_id3147360.192.help.text"
-msgid "12"
-msgstr "12"
-
-#: 04060112.xhp#par_id3154520.193.help.text
-msgctxt "04060112.xhp#par_id3154520.193.help.text"
-msgid "Count"
-msgstr "თვლა"
-
-#: 04060112.xhp#par_id3150647.194.help.text
-msgctxt "04060112.xhp#par_id3150647.194.help.text"
-msgid "Number of the following elements. Empty cells are not counted or passed."
+#. 89l_
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149771\n"
+"243\n"
+"help.text"
+msgid "<emph>FV</emph> determines what is desired as the cash value of the deposit."
msgstr ""
-#: 04060112.xhp#par_id3149747.195.help.text
-msgctxt "04060112.xhp#par_id3149747.195.help.text"
-msgid "14"
-msgstr "14"
-
-#: 04060112.xhp#par_id3147579.196.help.text
-msgctxt "04060112.xhp#par_id3147579.196.help.text"
-msgid "Col"
-msgstr "სვეტი"
-
-#: 04060112.xhp#par_id3154188.197.help.text
-msgctxt "04060112.xhp#par_id3154188.197.help.text"
-msgid "Column number of the element. Numbering starts at 0."
-msgstr "სვეტის ელემენტთა რაოდენობა. ნუმერაცია 0-ით იწყება."
-
-#: 04060112.xhp#par_id3159209.198.help.text
-msgctxt "04060112.xhp#par_id3159209.198.help.text"
-msgid "16"
-msgstr "16"
-
-#: 04060112.xhp#par_id3153265.199.help.text
-msgctxt "04060112.xhp#par_id3153265.199.help.text"
-msgid "Row"
-msgstr "რიგი"
-
-#: 04060112.xhp#par_id3150095.200.help.text
-msgctxt "04060112.xhp#par_id3150095.200.help.text"
-msgid "Row number of the element; numbering starts at 0."
-msgstr "რიგის ელემენტთა რაოდენობა. ნუმერაცია 0-ით იწყება."
-
-#: 04060112.xhp#par_id3151276.201.help.text
-msgctxt "04060112.xhp#par_id3151276.201.help.text"
-msgid "18"
-msgstr "18"
-
-#: 04060112.xhp#par_id3149177.202.help.text
-msgctxt "04060112.xhp#par_id3149177.202.help.text"
-msgid "Tab"
-msgstr "ჩანართი"
-
-#: 04060112.xhp#par_id3146925.203.help.text
-msgctxt "04060112.xhp#par_id3146925.203.help.text"
-msgid "Table number of the element; numbering starts at 0."
-msgstr "ცხრილის ელემენტთა რაოდენობა. ნუმერაცია 0-ით იწყება."
-
-#: 04060112.xhp#par_id3150488.204.help.text
-msgctxt "04060112.xhp#par_id3150488.204.help.text"
-msgid "20"
-msgstr "20"
+#. ]lr7
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3148941\n"
+"244\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060112.xhp#par_id3149441.205.help.text
-msgctxt "04060112.xhp#par_id3149441.205.help.text"
-msgid "Error"
-msgstr "შეცდომა"
+#. 7Ua!
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154212\n"
+"245\n"
+"help.text"
+msgid "For four periods (years) and a cash value of 7,500 currency units, the interest rate of the return is to be calculated if the future value is 10,000 currency units."
+msgstr ""
-#: 04060112.xhp#par_id3156048.206.help.text
-msgctxt "04060112.xhp#par_id3156048.206.help.text"
-msgid "Error number, where the value 0 is defined as \"no error.\" If the element comes from a formula cell the error value is determined by the formula."
+#. _t[B
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150775\n"
+"246\n"
+"help.text"
+msgid "<item type=\"input\">=RRI(4;7500;10000)</item> = 7.46 %"
msgstr ""
-#: 04060112.xhp#par_id3163813.207.help.text
-msgctxt "04060112.xhp#par_id3163813.207.help.text"
-msgid "22"
-msgstr "22"
+#. ,8:0
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145413\n"
+"247\n"
+"help.text"
+msgid "The interest rate must be 7.46 % so that 7,500 currency units will become 10,000 currency units."
+msgstr ""
-#: 04060112.xhp#par_id3159102.208.help.text
-msgctxt "04060112.xhp#par_id3159102.208.help.text"
-msgid "Type"
-msgstr "ტიპი"
+#. jkEh
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3154267\n"
+"help.text"
+msgid "<bookmark_value>calculating;constant interest rates</bookmark_value><bookmark_value>constant interest rates</bookmark_value><bookmark_value>RATE function</bookmark_value>"
+msgstr "<bookmark_value>ხაზების რეგრესია</bookmark_value><bookmark_value>ექსტრაპოლაცია</bookmark_value><bookmark_value>FORECAST ფუნქცია</bookmark_value>"
-#: 04060112.xhp#par_id3149581.209.help.text
-msgid "Type of cell content, 0 == Double, 1 == String"
-msgstr "უჯრის შიგთავსის ტიპი - ორმაგი სტრიქონი"
+#. L\?6
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3154267\n"
+"249\n"
+"help.text"
+msgid "RATE"
+msgstr "RATE"
-#: 04060112.xhp#par_id3155182.210.help.text
-msgctxt "04060112.xhp#par_id3155182.210.help.text"
-msgid "24"
-msgstr "24"
+#. ;%s.
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151052\n"
+"250\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZINS\">Returns the constant interest rate per period of an annuity.</ahelp>"
+msgstr ""
-#: 04060112.xhp#par_id3153291.211.help.text
-msgid "Value or Len"
-msgstr "მნიშვნელობა ან Len"
+#. SrTD
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3154272\n"
+"251\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060112.xhp#par_id3148560.212.help.text
-msgid "If type == 0: 8 byte IEEE variable of type double/floating point"
+#. Q\l*
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3158423\n"
+"252\n"
+"help.text"
+msgid "RATE(NPer; Pmt; PV; FV; Type; Guess)"
msgstr ""
-#: 04060112.xhp#par_id3148901.213.help.text
-msgid "If type == 1: Length of the following string, including closing zero byte. If the length including closing zero byte equals an odd value a second zero byte is added to the string so that an even value is achieved. Therefore, Len is calculated using ((StrLen+2)&~1)."
+#. iE)@
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148910\n"
+"253\n"
+"help.text"
+msgid "<emph>NPer</emph> is the total number of periods, during which payments are made (payment period)."
msgstr ""
-#: 04060112.xhp#par_id3145215.214.help.text
-msgid "26 if type==1"
-msgstr "26 თუ ტიპი==1"
-
-#: 04060112.xhp#par_id3155143.215.help.text
-msgctxt "04060112.xhp#par_id3155143.215.help.text"
-msgid "String"
-msgstr "სტრიქონი"
-
-#: 04060112.xhp#par_id3149298.216.help.text
-msgid "If type == 1: String with closing zero byte"
-msgstr "თუ ტიპი == 1. სტრიქონი დამხურავი ნულოვანი ბაიტით"
+#. c[S7
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148925\n"
+"254\n"
+"help.text"
+msgid "<emph>Pmt</emph> is the constant payment (annuity) paid during each period."
+msgstr ""
-#: 04060112.xhp#par_id3151322.217.help.text
-msgid "32 or 26+Len"
-msgstr "32 ან26+Len"
+#. [`7a
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149160\n"
+"255\n"
+"help.text"
+msgid "<emph>PV</emph> is the cash value in the sequence of payments."
+msgstr ""
-#: 04060112.xhp#par_id3163722.218.help.text
-msgctxt "04060112.xhp#par_id3163722.218.help.text"
-msgid "..."
-msgstr "..."
+#. kiNf
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3166456\n"
+"256\n"
+"help.text"
+msgid "<emph>FV</emph> (optional) is the future value, which is reached at the end of the periodic payments."
+msgstr ""
-#: 04060112.xhp#par_id3151059.219.help.text
-msgctxt "04060112.xhp#par_id3151059.219.help.text"
-msgid "Next element"
-msgstr "შემდეგი ელემენტი"
+#. )pO(
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153243\n"
+"257\n"
+"help.text"
+msgid "<emph>Type</emph> (optional) is the due date of the periodic payment, either at the beginning or at the end of a period."
+msgstr ""
-#: 12080100.xhp#tit.help.text
-msgid "Hide Details"
-msgstr "დეტალების დამალვა"
+#. oN$,
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3146949\n"
+"258\n"
+"help.text"
+msgid "<emph>Guess</emph> (optional) determines the estimated value of the interest with iterative calculation."
+msgstr ""
-#: 12080100.xhp#bm_id3155628.help.text
-msgid "<bookmark_value>sheets; hiding details</bookmark_value>"
-msgstr "<bookmark_value>ფურცლები, დეტალების დამალვა</bookmark_value>"
+#. @o,$
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_idN10E2A\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-#: 12080100.xhp#hd_id3155628.1.help.text
-msgid "<link href=\"text/scalc/01/12080100.xhp\" name=\"Hide Details\">Hide Details</link>"
-msgstr "<link href=\"text/scalc/01/12080100.xhp\" name=\"Hide Details\">დეტალების დამალვა</link>"
+#. Os38
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3149791\n"
+"259\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12080100.xhp#par_id3154515.2.help.text
-msgid "<ahelp hid=\".uno:HideDetail\" visibility=\"visible\">Hides the details of the grouped row or column that contains the cursor. To hide all of the grouped rows or columns, select the outlined table, and then choose this command.</ahelp>"
+#. VU`C
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150706\n"
+"260\n"
+"help.text"
+msgid "What is the constant interest rate for a payment period of 3 periods if 10 currency units are paid regularly and the present cash value is 900 currency units."
msgstr ""
-#: 12080100.xhp#par_id3153252.3.help.text
-msgid "To show all hidden groups, select the outlined table, and then choose <emph>Data -Outline –</emph> <link href=\"text/scalc/01/12080200.xhp\" name=\"Show Details\"><emph>Show Details</emph></link>."
+#. R;G#
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155586\n"
+"261\n"
+"help.text"
+msgid "<item type=\"input\">=RATE(3;10;900)</item> = -121% The interest rate is therefore 121%."
msgstr ""
-#: func_day.xhp#tit.help.text
-msgid "DAY "
-msgstr "DAY "
-
-#: func_day.xhp#bm_id3147317.help.text
-msgid "<bookmark_value>DAY function</bookmark_value>"
-msgstr "<bookmark_value>DAY ფუნქცია</bookmark_value>"
+#. ;po-
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3149106\n"
+"help.text"
+msgid "<bookmark_value>INTRATE function</bookmark_value>"
+msgstr "<bookmark_value>INTRATE ფუნქცია</bookmark_value>"
-#: func_day.xhp#hd_id3147317.106.help.text
-msgid "<variable id=\"day\"><link href=\"text/scalc/01/func_day.xhp\">DAY</link></variable>"
-msgstr "<variable id=\"day\"><link href=\"text/scalc/01/func_day.xhp\">DAY</link></variable>"
+#. 57).
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3149106\n"
+"60\n"
+"help.text"
+msgid "INTRATE"
+msgstr "INTRATE"
-#: func_day.xhp#par_id3147584.107.help.text
-msgid "<ahelp hid=\"HID_FUNC_TAG\">Returns the day of given date value.</ahelp> The day is returned as an integer between 1 and 31. You can also enter a negative date/time value."
+#. T-M$
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149918\n"
+"61\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_INTRATE\">Calculates the annual interest rate that results when a security (or other item) is purchased at an investment value and sold at a redemption value. No interest is paid.</ahelp>"
msgstr ""
-#: func_day.xhp#hd_id3150487.108.help.text
-msgctxt "func_day.xhp#hd_id3150487.108.help.text"
+#. iz55
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3149974\n"
+"62\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: func_day.xhp#par_id3149430.109.help.text
-msgid "DAY(Number)"
-msgstr "DAY(რიცხვი)"
-
-#: func_day.xhp#par_id3149443.110.help.text
-msgid "<emph>Number</emph>, as a time value, is a decimal, for which the day is to be returned."
-msgstr "<emph>რიცხვი</emph>, რგორც დროის მნიშვნელობა; არის ათწილადი; რომლისთვისაც დაბრუნდება წამები."
-
-#: func_day.xhp#hd_id3163809.111.help.text
-msgid "Examples "
-msgstr "მაგალითები "
-
-#: func_day.xhp#par_id3151200.112.help.text
-msgid "DAY(1) returns 31 (since $[officename] starts counting at zero from December 30, 1899)"
-msgstr "DAY(1) აბრუნებს 31 (რადგან $[officename] იწყებს ათვლას 1899 წლის 30 დეკემბრიდან)"
-
-#: func_day.xhp#par_id3154130.113.help.text
-msgid "DAY(NOW()) returns the current day."
-msgstr "DAY(NOW()) აბრუნებს მიმდნარე დღეს."
+#. rC70
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149800\n"
+"63\n"
+"help.text"
+msgid "INTRATE(Settlement; Maturity; Investment; Redemption; Basis)"
+msgstr "DISC(მოსახლე;ხნიერება;ფასი;გამოსასყისი;ფუძე)"
-#: func_day.xhp#par_id3159190.114.help.text
-msgid "=DAY(C4) returns 5 if you enter 1901-08-05 in cell C4 (the date value might get formatted differently after you press Enter)."
+#. *qT0
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148618\n"
+"64\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
msgstr ""
-#: 12020000.xhp#tit.help.text
-msgctxt "12020000.xhp#tit.help.text"
-msgid "Select Database Range"
-msgstr "მონაცემთა ბაზის დიაპაზონი"
-
-#: 12020000.xhp#bm_id3145068.help.text
-msgid "<bookmark_value>databases; selecting (Calc)</bookmark_value>"
-msgstr "<bookmark_value>მონცემთა ბაზები; მონიშვნა (Calc)</bookmark_value>"
+#. Ig5p
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148988\n"
+"65\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security is sold."
+msgstr "ტექსტი თარიღი ჩართულია."
-#: 12020000.xhp#hd_id3145068.1.help.text
-msgctxt "12020000.xhp#hd_id3145068.1.help.text"
-msgid "Select Database Range"
-msgstr "მონაცემთა ბაზის დიაპაზონის არჩევა"
+#. hlT-
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154604\n"
+"66\n"
+"help.text"
+msgid "<emph>Investment</emph> is the purchase price."
+msgstr ""
-#: 12020000.xhp#par_id3149655.2.help.text
-msgid "<variable id=\"bereichwaehlen\"><ahelp hid=\".uno:SelectDB\">Selects a database range that you defined under <link href=\"text/scalc/01/12010000.xhp\" name=\"Data - Define Range\">Data - Define Range</link>.</ahelp></variable>"
+#. AgU-
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154337\n"
+"67\n"
+"help.text"
+msgid "<emph>Redemption</emph> is the selling price."
msgstr ""
-#: 12020000.xhp#hd_id3153192.3.help.text
-msgid "Ranges"
-msgstr "დიაპაზონები"
+#. mH}M
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3145380\n"
+"68\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12020000.xhp#par_id3154684.4.help.text
-msgid "<ahelp hid=\"HID_SC_SELENTRY_LIST\">Lists the available database ranges. To select a database range, click its name, and then click <emph>OK</emph>.</ahelp>"
+#. ^`ha
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149426\n"
+"69\n"
+"help.text"
+msgid "A painting is bought on 1990-01-15 for 1 million and sold on 2002-05-05 for 2 million. The basis is daily balance calculation (basis = 3). What is the average annual level of interest?"
msgstr ""
-#: 12090300.xhp#tit.help.text
-msgctxt "12090300.xhp#tit.help.text"
-msgid "Delete"
-msgstr "წაშლა"
-
-#: 12090300.xhp#hd_id3150276.1.help.text
-msgid "<link href=\"text/scalc/01/12090300.xhp\" name=\"Delete\">Delete</link>"
-msgstr "<link href=\"text/scalc/01/12090300.xhp\" name=\"Delete\">წაშლა</link>"
+#. ayWT
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151125\n"
+"70\n"
+"help.text"
+msgid "=INTRATE(\"1990-01-15\"; \"2002-05-05\"; 1000000; 2000000; 3) returns 8.12%."
+msgstr "=INTRATE(\"1/15/1990\"; \"5/5/2002\"; 1000000; 2000000; 3) აბრუნებს 8.12%."
-#: 12090300.xhp#par_id3159400.2.help.text
-#, fuzzy
-msgid "<ahelp hid=\".uno:DeletePivotTable\" visibility=\"visible\">Deletes the selected pivot table.</ahelp>"
-msgstr "<ahelp hid=\".uno:RemoveTableOf\" visibility=\"visible\">შლის მიმდინარე ინდექსს ან ცხრილს.</ahelp>"
+#. reF1
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3148654\n"
+"help.text"
+msgid "<bookmark_value>COUPNCD function</bookmark_value>"
+msgstr "<bookmark_value>COUPNCD ფუნქცია</bookmark_value>"
-#: 06030600.xhp#tit.help.text
-msgid "Trace Error"
-msgstr "შეცდომის გაკვლევა"
+#. KA(_
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3148654\n"
+"163\n"
+"help.text"
+msgid "COUPNCD"
+msgstr "COUPNCD"
-#: 06030600.xhp#bm_id3153561.help.text
-msgid "<bookmark_value>cells; tracing errors</bookmark_value><bookmark_value>tracing errors</bookmark_value><bookmark_value>error tracing</bookmark_value>"
-msgstr "<bookmark_value>უჯრები; კვალების განახლება</bookmark_value><bookmark_value>კვალები; განახლება</bookmark_value><bookmark_value>განახლება;კვალები</bookmark_value>"
+#. i:9%
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149927\n"
+"164\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_COUPNCD\">Returns the date of the first interest date after the settlement date. Format the result as a date.</ahelp>"
+msgstr ""
-#: 06030600.xhp#hd_id3153561.1.help.text
-msgid "<link href=\"text/scalc/01/06030600.xhp\" name=\"Trace Error\">Trace Error</link>"
-msgstr "<link href=\"text/scalc/01/06030600.xhp\" name=\"Trace Error\">შეცდომის გაკვლევა</link>"
+#. QOZ=
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3153317\n"
+"165\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 06030600.xhp#par_id3148550.2.help.text
-msgid "<ahelp hid=\".uno:ShowErrors\" visibility=\"visible\">Draws tracer arrows to all precedent cells which cause an error value in a selected cell.</ahelp>"
+#. p^LE
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150423\n"
+"166\n"
+"help.text"
+msgid "COUPNCD(Settlement; Maturity; Frequency; Basis)"
msgstr ""
-#: 04010000.xhp#tit.help.text
-msgid "Manual Break"
-msgstr "Manual Break"
+#. NY[[
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150628\n"
+"167\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
-#: 04010000.xhp#bm_id3153192.help.text
-msgid "<bookmark_value>spreadsheets; inserting breaks in</bookmark_value><bookmark_value>inserting; breaks</bookmark_value><bookmark_value>page breaks; inserting in spreadsheets</bookmark_value>"
-msgstr "<bookmark_value>ელექტრონული ცხრილები; inserting წყვეტები in</bookmark_value><bookmark_value>inserting; წყვეტები</bookmark_value><bookmark_value>page წყვეტები; inserting in ელექტრონული ცხრილები</bookmark_value>"
+#. [^%j
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153536\n"
+"168\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
-#: 04010000.xhp#hd_id3153192.1.help.text
-msgid "<link href=\"text/scalc/01/04010000.xhp\" name=\"Manual Break\">Manual Break</link>"
-msgstr "<link href=\"text/scalc/01/04010000.xhp\" name=\"Manual Break\">Manual Break</link>"
+#. Yhep
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145313\n"
+"169\n"
+"help.text"
+msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+msgstr ""
-#: 04010000.xhp#par_id3125864.2.help.text
-msgid "<ahelp hid=\".\">This command inserts manual row or column breaks to ensure that your data prints properly. You can insert a horizontal page break above, or a vertical page break to the left of, the active cell.</ahelp>"
-msgstr "<ahelp hid=\".\">This command inserts manual row or column წყვეტები to ensure that your data prints properly. You can insert a horizontal page break above, or a vertical page break to the left of, the active cell.</ahelp>"
+#. Kk1-
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3155424\n"
+"170\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04010000.xhp#par_id3155133.3.help.text
-msgid "Choose <link href=\"text/scalc/01/02190000.xhp\" name=\"Edit - Delete Manual Break\">Edit - Delete Manual Break</link> to remove breaks created manually."
-msgstr "ამოირჩიეთ <link href=\"text/scalc/01/02190000.xhp\" name=\"რედაქტირება - ხელით წყვეტის წაშლა\">რედაქტირება - ხელით წყვეტის წაშლა</link> to remove წყვეტები created manually."
+#. bFQp
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154794\n"
+"171\n"
+"help.text"
+msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) when is the next interest date?"
+msgstr ""
-#: func_workday.xhp#tit.help.text
-msgid "WORKDAY"
-msgstr "WORKDAY"
+#. puPw
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3159251\n"
+"172\n"
+"help.text"
+msgid "=COUPNCD(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2001-05-15."
+msgstr ""
-#: func_workday.xhp#bm_id3149012.help.text
-msgid "<bookmark_value>WORKDAY function</bookmark_value>"
-msgstr "<bookmark_value>WORKDAY ფუნქცია</bookmark_value>"
+#. 6MI=
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3143281\n"
+"help.text"
+msgid "<bookmark_value>COUPDAYS function</bookmark_value>"
+msgstr "<bookmark_value>COUPDAYS ფუნქცია</bookmark_value>"
-#: func_workday.xhp#hd_id3149012.186.help.text
-msgid "<variable id=\"workday\"><link href=\"text/scalc/01/func_workday.xhp\">WORKDAY</link></variable>"
-msgstr "<variable id=\"workday\"><link href=\"text/scalc/01/func_workday.xhp\">WORKDAY</link></variable>"
+#. Q\)i
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3143281\n"
+"143\n"
+"help.text"
+msgid "COUPDAYS"
+msgstr "COUPDAYS"
-#: func_workday.xhp#par_id3149893.187.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_WORKDAY\"> The result is a date number that can be formatted as a date. You then see the date of a day that is a certain number of <emph>workdays</emph> away from the <emph>start date</emph>.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_WORKDAY\"> შედეგი არის თარიღის რიცხვი როელიც ფორმატირებულია თარიღად. შეგიძლიათ იხილოთ დღის თარიღი რაც არის <emph>სამუშაო დღეების</emph> რაოდენობა<emph>საწყისი თარიღიდან</emph>.</ahelp>"
+#. 5={6
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149488\n"
+"144\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_COUPDAYS\">Returns the number of days in the current interest period in which the settlement date falls.</ahelp>"
+msgstr ""
-#: func_workday.xhp#hd_id3146944.188.help.text
-msgctxt "func_workday.xhp#hd_id3146944.188.help.text"
+#. bXPW
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3148685\n"
+"145\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: func_workday.xhp#par_id3154844.189.help.text
-msgid "WORKDAY(StartDate; Days; Holidays)"
-msgstr "WORKDAY (საწყისი თარიღი;დღეები;დღესასწაულები)"
+#. 3lrs
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149585\n"
+"146\n"
+"help.text"
+msgid "COUPDAYS(Settlement; Maturity; Frequency; Basis)"
+msgstr ""
-#: func_workday.xhp#par_id3147469.190.help.text
-msgctxt "func_workday.xhp#par_id3147469.190.help.text"
-msgid "<emph>StartDate</emph> is the date from when the calculation is carried out. If the start date is a workday, the day is included in the calculation."
-msgstr "<emph>საწყისი თარიღი</emph>: თარიღი რომლიდანაც იწყება გამოთვლა. თუ საწყისი თარიღი სამუშაო დღეა, თარიღი ჩართულია გამოთვლაში."
+#. `~B2
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3152767\n"
+"147\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
-#: func_workday.xhp#par_id3153038.191.help.text
-msgid "<emph>Days</emph> is the number of workdays. Positive value for a result after the start date, negative value for a result before the start date."
-msgstr "<emph>დღეები</emph>: სამუშაო დღეების რაოდენობა. დადებითი მნიშვნელობა საწყისი თარიღიდან უარყოფითი მნიშვნელობა შედეგისთვის საწყის თარიღამდე."
+#. Hd_3
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151250\n"
+"148\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
-#: func_workday.xhp#par_id3150693.192.help.text
-msgid "<emph>Holidays</emph> is a list of optional holidays. These are non-working days. Enter a cell range in which the holidays are listed individually."
-msgstr "<emph>დღესასწაულები</emph>: დღესასწაულების სია. ესენია არასამუშაო დღეები. შეიყვანეთ უჯრათა დიაპაზონი სადაც გამოსასვლელებია ჩამოთვლილი."
+#. )ga:
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3146126\n"
+"149\n"
+"help.text"
+msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+msgstr ""
-#: func_workday.xhp#hd_id3150141.193.help.text
-msgctxt "func_workday.xhp#hd_id3150141.193.help.text"
+#. @P;S
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3153705\n"
+"150\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: func_workday.xhp#par_id3152782.194.help.text
-msgid "What date came 17 workdays after 1 December 2001? Enter the start date \"2001-12-01\" in C3 and the number of workdays in D3. Cells F3 to J3 contain the following Christmas and New Year holidays: \"2001-12-24\", \"2001-12-25\", \"2001-12-26\", \"2001-12-31\", \"2002-01-01\"."
-msgstr "რა თარიღი იქნება 17 სამუშაო დღის შემდეგ 2001 წლის 1 დეკემბრიდან? შეიყვანეთ საწყისი თარიღი \"12/1/2001\" C3-ში და სამუშაო დღეების რაოდენობა D3-ში. უჯრები F3-დან J3-მდე შეიცავენ საშობაო და საახალწლო გამოსასვლელებს: \"12/24/2001\", \"12/25/2001\", \"12/26/2001\", \"12/31/2001\", \"1/1/2002\"."
-
-#: func_workday.xhp#par_id3146142.195.help.text
-msgid "=WORKDAY(C3;D3;F3:J3) returns 2001-12-28. Format the serial date number as a date, for example in the format YYYY-MM-DD."
+#. 9i*H
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147530\n"
+"151\n"
+"help.text"
+msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how many days are there in the interest period in which the settlement date falls?"
msgstr ""
-#: 12030200.xhp#tit.help.text
-msgctxt "12030200.xhp#tit.help.text"
-msgid "Options"
-msgstr "პარამეტრები"
+#. ;T\,
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3156338\n"
+"152\n"
+"help.text"
+msgid "=COUPDAYS(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 181."
+msgstr ""
-#: 12030200.xhp#bm_id3147228.help.text
-msgid "<bookmark_value>sorting; options for database ranges</bookmark_value><bookmark_value>sorting;Asian languages</bookmark_value><bookmark_value>Asian languages;sorting</bookmark_value><bookmark_value>phonebook sorting rules</bookmark_value><bookmark_value>natural sort algorithm</bookmark_value>"
-msgstr "<bookmark_value>დახარისხება; მონაცემთა ბაზის რანგის პარამეტრები</bookmark_value><bookmark_value>დახარისხება;აზიური ენები</bookmark_value><bookmark_value>აზიური ენები;დახარისხება</bookmark_value><bookmark_value>სატელეფონო წიგნის დახარისხების წესები</bookmark_value><bookmark_value>ბუნებრივი დახარისხების ალგორითმი</bookmark_value>"
+#. thl#
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3154832\n"
+"help.text"
+msgid "<bookmark_value>COUPDAYSNC function</bookmark_value>"
+msgstr "<bookmark_value>COUPDAYSNC ფუნქცია</bookmark_value>"
-#: 12030200.xhp#hd_id3147228.1.help.text
-msgid "<link href=\"text/scalc/01/12030200.xhp\" name=\"Options\"> Options</link>"
-msgstr "<link href=\"text/scalc/01/12030200.xhp\" name=\"Options\"> პარამეტრები</link>"
+#. W.i8
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3154832\n"
+"153\n"
+"help.text"
+msgid "COUPDAYSNC"
+msgstr "COUPDAYSNC"
-#: 12030200.xhp#par_id3153770.2.help.text
-msgid "<ahelp hid=\"HID_SCPAGE_SORT_OPTIONS\"> Sets additional sorting options.</ahelp>"
+#. mXO8
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147100\n"
+"154\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_COUPDAYSNC\">Returns the number of days from the settlement date until the next interest date.</ahelp>"
msgstr ""
-#: 12030200.xhp#hd_id3146976.3.help.text
-msgid " Case Sensitivity"
-msgstr "რეგისტრისადმი მგრძნობიარობა"
+#. b8Es
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3151312\n"
+"155\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12030200.xhp#par_id3153091.4.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_CASESENSITIVE\"> Sorts first by uppercase letters and then by lowercase letters. For Asian languages, special handling applies.</ahelp>"
+#. ku;E
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155121\n"
+"156\n"
+"help.text"
+msgid "COUPDAYSNC(Settlement; Maturity; Frequency; Basis)"
msgstr ""
-#: 12030200.xhp#par_idN10637.help.text
-msgid " Note for Asian languages: Check <emph>Case Sensitivity</emph> to apply multi-level collation. With multi-level collation, entries are first compared in their primitive forms with their cases and diacritics ignored. If they evaluate as the same, their diacritics are taken into account for the second-level comparison. If they still evaluate as the same, their cases, character widths, and Japanese Kana difference are considered for the third-level comparison."
+#. H9ZT
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3158440\n"
+"157\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
msgstr ""
-#: 12030200.xhp#hd_id3155856.5.help.text
-msgid " Range contains column/row labels"
-msgstr " დიაპაზონი შეიცავს სვეტის/რიგის ეტიკეტებს"
+#. n8dm
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3146075\n"
+"158\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
-#: 12030200.xhp#par_id3154014.6.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_LABEL\"> Omits the first row or the first column in the selection from the sort.</ahelp> The <emph>Direction</emph> setting at the bottom of the dialog defines the name and function of this check box."
+#. FdIm
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154620\n"
+"159\n"
+"help.text"
+msgid "<emph>Frequency </emph>is number of interest payments per year (1, 2 or 4)."
msgstr ""
-#: 12030200.xhp#hd_id3147436.7.help.text
-msgid " Include formats"
-msgstr " ფორმატების ჩართვა"
-
-#: 12030200.xhp#par_id3149377.8.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_FORMATS\"> Preserves the current cell formatting.</ahelp>"
-msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_FORMATS\">ინხავს უჯრის მიმდინარე ფორმატირებას.</ahelp>"
+#. h3dN
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3155604\n"
+"160\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12030200.xhp#hd_id3147438.help.text
-msgid "Enable natural sort"
+#. kZc]
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148671\n"
+"161\n"
+"help.text"
+msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how many days are there until the next interest payment?"
msgstr ""
-#: 12030200.xhp#par_id3149378.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_NATURALSORT\">Natural sort is a sort algorithm that sorts string-prefixed numbers based on the value of the numerical element in each sorted number, instead of the traditional way of sorting them as ordinary strings.</ahelp> For instance, let's assume you have a series of values such as, A1, A2, A3, A4, A5, A6, ..., A19, A20, A21. When you put these values into a range of cells and run the sort, it will become A1, A11, A12, A13, ..., A19, A2, A20, A21, A3, A4, A5, ..., A9. While this sorting behavior may make sense to those who understand the underlying sorting mechanism, to the rest of the population it seems completely bizarre, if not outright inconvenient. With the natural sort feature enabled, values such as the ones in the above example get sorted \"properly\", which improves the convenience of sorting operations in general."
+#. $o7o
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3156158\n"
+"162\n"
+"help.text"
+msgid "=COUPDAYSNC(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 110."
msgstr ""
-#: 12030200.xhp#hd_id3153878.10.help.text
-msgid " Copy sort results to:"
-msgstr "დახარისხების შედეგების ასლი:"
-
-#: 12030200.xhp#par_id3156286.11.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_COPYRESULT\"> Copies the sorted list to the cell range that you specify.</ahelp>"
+#. RT^l
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3150408\n"
+"help.text"
+msgid "<bookmark_value>COUPDAYBS function</bookmark_value><bookmark_value>durations;first interest payment until settlement date</bookmark_value><bookmark_value>securities;first interest payment until settlement date</bookmark_value>"
msgstr ""
-#: 12030200.xhp#hd_id3153418.12.help.text
-msgctxt "12030200.xhp#hd_id3153418.12.help.text"
-msgid " Sort results"
-msgstr " დახარისხების შედეგები"
+#. baI4
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3150408\n"
+"133\n"
+"help.text"
+msgid "COUPDAYBS"
+msgstr "COUPDAYBS"
-#: 12030200.xhp#par_id3155602.13.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_SORT_OPTIONS:LB_OUTAREA\"> Select a named <link href=\"text/scalc/01/12010000.xhp\" name=\"cell range\"> cell range</link> where you want to display the sorted list, or enter a cell range in the input box.</ahelp>"
+#. 2ydj
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3146795\n"
+"134\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_COUPDAYBS\">Returns the number of days from the first day of interest payment on a security until the settlement date.</ahelp>"
msgstr ""
-#: 12030200.xhp#hd_id3153707.14.help.text
-msgctxt "12030200.xhp#hd_id3153707.14.help.text"
-msgid " Sort results"
-msgstr " დახარისხების შედეგები"
+#. t-%e
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3156142\n"
+"135\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12030200.xhp#par_id3145642.15.help.text
-msgid "<ahelp hid=\"SC:EDIT:RID_SCPAGE_SORT_OPTIONS:ED_OUTAREA\"> Enter the cell range where you want to display the sorted list, or select a named range from the list.</ahelp>"
+#. 3f?i
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3159083\n"
+"136\n"
+"help.text"
+msgid "COUPDAYBS(Settlement; Maturity; Frequency; Basis)"
msgstr ""
-#: 12030200.xhp#hd_id3155445.16.help.text
-msgctxt "12030200.xhp#hd_id3155445.16.help.text"
-msgid " Custom sort order"
-msgstr " სხვა დახარისხების წესი"
-
-#: 12030200.xhp#par_id3156385.17.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_SORT_USER\"> Click here and then select the custom sort order that you want.</ahelp>"
+#. .8h%
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3146907\n"
+"137\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
msgstr ""
-#: 12030200.xhp#hd_id3154704.18.help.text
-msgctxt "12030200.xhp#hd_id3154704.18.help.text"
-msgid " Custom sort order"
-msgstr " სხვა დახარისხების წესი"
+#. mBi~
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3159390\n"
+"138\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
-#: 12030200.xhp#par_id3155962.19.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_SORT_OPTIONS:LB_SORT_USER\"> Select the custom sort order that you want to apply. To define a custom sort order, choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060400.xhp\" name=\"%PRODUCTNAME Calc - Sort Lists\">%PRODUCTNAME Calc - Sort Lists</link> .</ahelp>"
+#. jj[;
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154414\n"
+"139\n"
+"help.text"
+msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
msgstr ""
-#: 12030200.xhp#hd_id3149257.28.help.text
-msgctxt "12030200.xhp#hd_id3149257.28.help.text"
-msgid " Language"
-msgstr " ენა"
-
-#: 12030200.xhp#hd_id3147004.29.help.text
-msgctxt "12030200.xhp#hd_id3147004.29.help.text"
-msgid " Language"
-msgstr " ენა"
+#. (.)m
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3153880\n"
+"140\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12030200.xhp#par_id3150787.32.help.text
-msgid "<ahelp hid=\"SC_LISTBOX_RID_SCPAGE_SORT_OPTIONS_LB_LANGUAGE\"> Select the language for the sorting rules.</ahelp>"
+#. ,`E9
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150592\n"
+"141\n"
+"help.text"
+msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how many days is this?"
msgstr ""
-#: 12030200.xhp#hd_id3150344.30.help.text
-msgid " Options"
-msgstr "პარამეტრები"
-
-#: 12030200.xhp#par_id3155113.33.help.text
-msgid "<ahelp hid=\"SC_LISTBOX_RID_SCPAGE_SORT_OPTIONS_LB_ALGORITHM\"> Select a sorting option for the language.</ahelp> For example, select the \"phonebook\" option for German to include the umlaut special character in the sorting."
+#. *D4h
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151103\n"
+"142\n"
+"help.text"
+msgid "=COUPDAYBS(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 71."
msgstr ""
-#: 12030200.xhp#hd_id3152580.20.help.text
-msgid " Direction"
-msgstr "მიმართულება"
+#. 3#6l
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3152957\n"
+"help.text"
+msgid "<bookmark_value>COUPPCD function</bookmark_value><bookmark_value>dates;interest date prior to settlement date</bookmark_value>"
+msgstr ""
-#: 12030200.xhp#hd_id3154201.22.help.text
-msgid " Top to Bottom (Sort Rows)"
-msgstr "ზემოდან ქვემოთ (რიგების დახარისხება)"
+#. CT9`
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3152957\n"
+"183\n"
+"help.text"
+msgid "COUPPCD"
+msgstr "COUPPCD"
-#: 12030200.xhp#par_id3166430.23.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_OPTIONS:BTN_TOP_DOWN\"> Sorts rows by the values in the active columns of the selected range.</ahelp>"
+#. \qaj
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153678\n"
+"184\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_COUPPCD\">Returns the date of the interest date prior to the settlement date. Format the result as a date.</ahelp>"
msgstr ""
-#: 12030200.xhp#hd_id3145588.24.help.text
-msgid " Left to Right (Sort Columns)"
-msgstr "მარცხნიდან მარჯვნივ (სვეტების დახარისხება)"
+#. ,#Z6
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3156269\n"
+"185\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12030200.xhp#par_id3154370.25.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_OPTIONS:BTN_LEFT_RIGHT\"> Sorts columns by the values in the active rows of the selected range.</ahelp>"
+#. xA9c
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153790\n"
+"186\n"
+"help.text"
+msgid "COUPPCD(Settlement; Maturity; Frequency; Basis)"
msgstr ""
-#: 12030200.xhp#hd_id3156290.26.help.text
-msgid " Data area"
-msgstr "მონაცემების არე"
-
-#: 12030200.xhp#par_id3156446.27.help.text
-msgid " Displays the cell range that you want to sort."
-msgstr "ასახავს დასახარისხებელ უკრათა დიაპაზონს."
+#. ~;Dl
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150989\n"
+"187\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
-#: 06030700.xhp#tit.help.text
-msgid "Fill Mode"
-msgstr "შევსების რეჟიმი"
+#. F+3!
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154667\n"
+"188\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
-#: 06030700.xhp#bm_id3145119.help.text
-msgid "<bookmark_value>cells; trace fill mode</bookmark_value><bookmark_value>traces; precedents for multiple cells</bookmark_value>"
+#. X]ND
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154569\n"
+"189\n"
+"help.text"
+msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
msgstr ""
-#: 06030700.xhp#hd_id3145119.1.help.text
-msgid "<link href=\"text/scalc/01/06030700.xhp\" name=\"Fill Mode\">Fill Mode</link>"
-msgstr "<link href=\"text/scalc/01/06030700.xhp\" name=\"Fill Mode\">შევსების რეჟიმი</link>"
+#. Mv|c
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3150826\n"
+"190\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 06030700.xhp#par_id3151246.2.help.text
-msgid "<ahelp hid=\".uno:AuditingFillMode\">Activates the Fill Mode in the Detective. The mouse pointer changes to a special symbol, and you can click any cell to see a trace to the precedent cell.</ahelp> To exit this mode, press Escape or click the <emph>End Fill Mode</emph> command in the context menu."
+#. X?]l
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148968\n"
+"191\n"
+"help.text"
+msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) what was the interest date prior to purchase?"
msgstr ""
-#: 06030700.xhp#par_id3151211.3.help.text
-msgid "The <emph>Fill Mode</emph> function is identical to the <link href=\"text/scalc/01/06030100.xhp\" name=\"Trace Precedent\">Trace Precedent</link> command if you call this mode for the first time. Use the context menu to select further options for the Fill Mode and to exit this mode."
+#. 0uN/
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149992\n"
+"192\n"
+"help.text"
+msgid "=COUPPCD(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2000-15-11."
msgstr ""
-#: 05040000.xhp#tit.help.text
-msgctxt "05040000.xhp#tit.help.text"
-msgid "Column"
-msgstr "სვეტი"
+#. Zi=*
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3150673\n"
+"help.text"
+msgid "<bookmark_value>COUPNUM function</bookmark_value><bookmark_value>number of coupons</bookmark_value>"
+msgstr "<bookmark_value>COUNTA ფუნქცია</bookmark_value><bookmark_value>ჩანაწერთა რაოდენობა</bookmark_value>"
-#: 05040000.xhp#hd_id3155628.1.help.text
-msgid "<link href=\"text/scalc/01/05040000.xhp\" name=\"Column\">Column</link>"
-msgstr "<link href=\"text/scalc/01/05040000.xhp\" name=\"Column\">სვეტი</link>"
+#. Beo:
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3150673\n"
+"173\n"
+"help.text"
+msgid "COUPNUM"
+msgstr "COUPNUM"
-#: 05040000.xhp#par_id3148946.2.help.text
-msgid "<ahelp hid=\".\">Sets the column width and hides or shows selected columns.</ahelp>"
+#. !PDQ
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154350\n"
+"174\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_COUPNUM\">Returns the number of coupons (interest payments) between the settlement date and the maturity date.</ahelp>"
msgstr ""
-#: 05040000.xhp#hd_id3150398.3.help.text
-msgid "<link href=\"text/shared/01/05340200.xhp\" name=\"Width\">Width</link>"
-msgstr "<link href=\"text/shared/01/05340200.xhp\" name=\"Width\">სიგანე</link>"
-
-#: 05040000.xhp#hd_id3145171.4.help.text
-msgid "<link href=\"text/scalc/01/05040200.xhp\" name=\"Optimal Width\">Optimal Width</link>"
-msgstr "<link href=\"text/scalc/01/05040200.xhp\" name=\"Optimal Width\">ოპტიმალური სიგანე</link>"
-
-#: 02140600.xhp#tit.help.text
-msgctxt "02140600.xhp#tit.help.text"
-msgid "Fill Series"
-msgstr "სრიულად შევსება"
-
-#: 02140600.xhp#hd_id3148664.1.help.text
-msgctxt "02140600.xhp#hd_id3148664.1.help.text"
-msgid "Fill Series"
-msgstr "სრიულად შევსება"
-
-#: 02140600.xhp#par_id3148797.2.help.text
-msgid "<variable id=\"reihenfuellentext\"><ahelp hid=\".uno:FillSeries\">Automatically generate series with the options in this dialog. Determine direction, increment, time unit and series type.</ahelp></variable>"
-msgstr "<variable id=\"reihenfuellentext\"><ahelp hid=\".uno:FillSeries\">სერიების ავტომატური გენერაცია ამ დიალოგის პარამეტრებით. განსაზღვრავს მიმართულებას, ზრდადობას, დროის ერთეულს დასერიის ტიპს.</ahelp></variable>"
-
-#: 02140600.xhp#par_id3146976.41.help.text
-msgid "Before filling a series, first select the cell range."
-msgstr "იმისათვის, რომ შეავსოთ სერიით, ჯერ მონიშნეთ უჯრების დიაპაზონი."
-
-#: 02140600.xhp#par_id3145748.3.help.text
-msgid "To automatically continue a series using the assumed completion rules, choose the <emph>AutoFill</emph> option after opening the <emph>Fill Series</emph> dialog."
-msgstr "განსაზღვრული წესით სერიის ავტომატური გაგრძელებისათვის, აირჩიეთ პარამეტრი <emph>ავტოშევსება</emph> <emph>სერიების შევსება</emph> დიალოგის შემდეგ."
-
-#: 02140600.xhp#hd_id3147435.4.help.text
-msgid "Direction"
-msgstr "მიმარულება"
-
-#: 02140600.xhp#par_id3154729.5.help.text
-msgid "Determines the direction of series creation."
-msgstr "განსაზღვრავს სერიების შექმნის მიმართულებებს."
-
-#: 02140600.xhp#hd_id3145253.6.help.text
-msgctxt "02140600.xhp#hd_id3145253.6.help.text"
-msgid "Down"
-msgstr "ქვემოთ"
-
-#: 02140600.xhp#par_id3155418.7.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_BOTTOM\">Creates a downward series in the selected cell range for the column using the defined increment to the end value.</ahelp>"
-msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_BOTTOM\">შექმნის ქვემოთ მიმართულ სერიებს უჯრების დიაპაზონში განსაზღვრული ზრდადობით და ბოლო მნიშვნელობის მხედვით.</ahelp>"
-
-#: 02140600.xhp#hd_id3155738.8.help.text
-msgctxt "02140600.xhp#hd_id3155738.8.help.text"
-msgid "Right"
-msgstr "მარჯვნივ"
-
-#: 02140600.xhp#par_id3149402.9.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_RIGHT\">Creates a series running from left to right within the selected cell range using the defined increment to the end value.</ahelp>"
-msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_RIGHT\">შექმნის სერიებს მარჯვნიდან მარცხნივ მონიშნულ უჯრების დიაპაზონში განსაზღვრული ზრდადობით და ბოლო მნიშვნელობის მხედვით.</ahelp>"
-
-#: 02140600.xhp#hd_id3146972.10.help.text
-msgctxt "02140600.xhp#hd_id3146972.10.help.text"
-msgid "Up"
-msgstr "ზემოთ"
-
-#: 02140600.xhp#par_id3153711.11.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_TOP\">Creates an upward series in the cell range of the column using the defined increment to the end value.</ahelp>"
-msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_TOP\">შექმნის ზემოთ მიმართულ სერიებს უჯრების დიაპაზონში განსაზღვრული ზრდადობით და ბოლო მნიშვნელობის მხედვით</ahelp>"
-
-#: 02140600.xhp#hd_id3153764.12.help.text
-msgctxt "02140600.xhp#hd_id3153764.12.help.text"
-msgid "Left"
-msgstr "მარცხნივ"
-
-#: 02140600.xhp#par_id3156382.13.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_LEFT\">Creates a series running from right to left in the selected cell range using the defined increment to the end value.</ahelp>"
-msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_LEFT\">შექმნის სერიებს მარცხნიდან მარჯვნივ მონიშნულ უჯრების დიაპაზონში განსაზღვრული ზრდადობით და ბოლო მნიშვნელობის მხედვით</ahelp>"
+#. _q#D
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3148400\n"
+"175\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 02140600.xhp#hd_id3147344.14.help.text
-msgid "Series Type"
-msgstr "სერიების ტიპი"
+#. +(_M
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153200\n"
+"176\n"
+"help.text"
+msgid "COUPNUM(Settlement; Maturity; Frequency; Basis)"
+msgstr ""
-#: 02140600.xhp#par_id3149257.15.help.text
-msgid "Defines the series type. Choose between <emph>Linear, Growth, Date </emph>and <emph>AutoFill</emph>."
-msgstr "განსაზღვრავს სერიების ტიპებს. ამოირჩიეთ <emph>წრფივი, Growth, თარიღი </emph> და <emph>ავტოშევსებას</emph> შორის."
+#. A,-P
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3159406\n"
+"177\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
-#: 02140600.xhp#hd_id3148488.16.help.text
-msgid "Linear"
-msgstr "წრფივი"
+#. 2ZUK
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155864\n"
+"178\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
-#: 02140600.xhp#par_id3159238.17.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_ARITHMETIC\">Creates a linear number series using the defined increment and end value.</ahelp>"
-msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_ARITHMETIC\">ქმნის რიცხვით მონაცემთა წრფივ სერიებს განსაზღვრული ზრდიდან და ბოლო მნიშვნელობიდან.</ahelp>"
+#. ,N9=
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154720\n"
+"179\n"
+"help.text"
+msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+msgstr ""
-#: 02140600.xhp#hd_id3149210.18.help.text
-msgid "Growth"
-msgstr "ზრდა"
+#. ,3.q
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3149319\n"
+"180\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 02140600.xhp#par_id3150364.19.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_GEOMETRIC\">Creates a growth series using the defined increment and end value.</ahelp>"
-msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_GEOMETRIC\">ქმნის მონაცემთა ზრდად სერიებს განსაზღვრული მიმდევრობიდან და ბოლო მნიშვნელობიდან.</ahelp>"
+#. Vnci
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3152460\n"
+"181\n"
+"help.text"
+msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how many interest dates are there?"
+msgstr ""
-#: 02140600.xhp#hd_id3149528.20.help.text
-msgctxt "02140600.xhp#hd_id3149528.20.help.text"
-msgid "Date"
-msgstr "თარიღი"
+#. UTW?
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150640\n"
+"182\n"
+"help.text"
+msgid "=COUPNUM(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2."
+msgstr ""
-#: 02140600.xhp#par_id3150887.21.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DATE\">Creates a date series using the defined increment and end date.</ahelp>"
-msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DATE\">ქმნის თარიღების სერიებს განსაზღვრული მიმდევრობიდან ან თარიღიდან.</ahelp>"
+#. Jy@=
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3149339\n"
+"help.text"
+msgid "<bookmark_value>IPMT function</bookmark_value><bookmark_value>periodic amortizement rates</bookmark_value>"
+msgstr "<bookmark_value>SUM ფუნქცია</bookmark_value><bookmark_value>დამატება;რიცხვები უჯრათა დიაპაზონში</bookmark_value>"
-#: 02140600.xhp#hd_id3150202.22.help.text
-msgid "AutoFill"
-msgstr "ავტოშევსება"
+#. `M)D
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3149339\n"
+"263\n"
+"help.text"
+msgid "IPMT"
+msgstr "IPMT"
-#: 02140600.xhp#par_id3156288.23.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_AUTOFILL\">Forms a series directly in the sheet.</ahelp> The AutoFill function takes account of customized lists. For example, by entering <emph>January</emph> in the first cell, the series is completed using the list defined under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists</emph>."
+#. y)@M
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154522\n"
+"264\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZINSZ\">Calculates the periodic amortizement for an investment with regular payments and a constant interest rate.</ahelp>"
msgstr ""
-#: 02140600.xhp#par_id3155811.24.help.text
-msgid "AutoFill tries to complete a value series by using a defined pattern. The series 1,3,5 is automatically completed with 7,9,11,13, and so on. Date and time series are completed accordingly; for example, after 01.01.99 and 15.01.99, an interval of 14 days is used."
-msgstr "ავტოშევსება მნიშვნელობის შესავსებად იყენებს განსაზღვულ შაბლონებს. სერია 1,3,5 ავტომატურად გაგრძელდება 7,9,11,13, და ა. შ. . თარიღი და დრო შეივსება პერიოდით. მაგალითად 01.01.99 და 15.01.99 შემდეგ შევსება გაგრძელდება 14 დღიანი პერიოდით.."
-
-#: 02140600.xhp#hd_id3148700.25.help.text
-msgid "Unit of Time"
-msgstr "დროის ერთეული"
-
-#: 02140600.xhp#par_id3153308.26.help.text
-msgid "In this area you can specify the desired unit of time. This area is only active if the <emph>Date</emph> option has been chosen in the <emph>Series type</emph> area."
-msgstr "ამ არეში you can specify the desired unit of time. This არე is only active if the <emph>თარიღი</emph> option has been chosen in the <emph>Series type</emph> არე."
+#. Ky2N
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3153266\n"
+"265\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 02140600.xhp#hd_id3148868.27.help.text
-msgid "Day"
-msgstr "დღე"
+#. $4q~
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151283\n"
+"266\n"
+"help.text"
+msgid "IPMT(Rate; Period; NPer; PV; FV; Type)"
+msgstr "PV(სიხშირე; NPER; PMT; FV; ტიპი)"
-#: 02140600.xhp#par_id3148605.28.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DAY\">Use the <emph>Date</emph> series type and this option to create a series using seven days.</ahelp>"
-msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DAY\">Use the <emph>თარიღი</emph> series type and this option to create a series using seven days.</ahelp>"
+#. (Z]z
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147313\n"
+"267\n"
+"help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
+msgstr ""
-#: 02140600.xhp#hd_id3144771.29.help.text
-msgid "Weekday"
-msgstr "კვირის დღე"
+#. 0nls
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145158\n"
+"268\n"
+"help.text"
+msgid "<emph>Period</emph> is the period, for which the compound interest is calculated. Period=NPER if compound interest for the last period is calculated."
+msgstr ""
-#: 02140600.xhp#par_id3150108.30.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DAY_OF_WEEK\">Use the <emph>Date</emph> series type and this option to create a series of five day sets.</ahelp>"
-msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DAY_OF_WEEK\">Use the <emph>თარიღი</emph> series type and this option to create a series of five day sets.</ahelp>"
+#. ,3Ju
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147577\n"
+"269\n"
+"help.text"
+msgid "<emph>NPer</emph> is the total number of periods, during which annuity is paid."
+msgstr ""
-#: 02140600.xhp#hd_id3154957.31.help.text
-msgid "Month"
-msgstr "თვე"
+#. fWNE
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3156211\n"
+"270\n"
+"help.text"
+msgid "<emph>PV</emph> is the present cash value in sequence of payments."
+msgstr ""
-#: 02140600.xhp#par_id3149126.32.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_MONTH\">Use the <emph>Date</emph> series type and this option to form a series from the names or abbreviations of the months.</ahelp>"
-msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_MONTH\">Use the <emph>თარიღი</emph> series type and this option to form a series from the სახელები or abbreviations of the months.</ahelp>"
+#. Sc`N
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151213\n"
+"271\n"
+"help.text"
+msgid "<emph>FV</emph> (optional) is the desired value (future value) at the end of the periods."
+msgstr ""
-#: 02140600.xhp#hd_id3152870.33.help.text
-msgid "Year"
-msgstr "წელი"
+#. f3[D
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154195\n"
+"272\n"
+"help.text"
+msgid "<emph>Type</emph> is the due date for the periodic payments."
+msgstr ""
-#: 02140600.xhp#par_id3151300.34.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_YEAR\">Use the <emph>Date</emph> series type and this option to create a series of years.</ahelp>"
-msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_YEAR\">Use the <emph>თარიღი</emph> series type and this option to create a series of years.</ahelp>"
+#. 4CV2
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3150102\n"
+"273\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 02140600.xhp#hd_id3154762.35.help.text
-msgid "Start Value"
-msgstr "საწყისი მნიშვნელობა"
+#. c\Ap
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149438\n"
+"274\n"
+"help.text"
+msgid "What is the interest rate during the fifth period (year) if the constant interest rate is 5% and the cash value is 15,000 currency units? The periodic payment is seven years."
+msgstr ""
-#: 02140600.xhp#par_id3149381.36.help.text
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_START_VALUES\">Determines the start value for the series.</ahelp> Use numbers, dates or times."
-msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_START_VALUES\">Determines the start value for the series.</ahelp> Use numbers, dates or times."
+#. }2Je
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150496\n"
+"275\n"
+"help.text"
+msgid "<item type=\"input\">=IPMT(5%;5;7;15000)</item> = -352.97 currency units. The compound interest during the fifth period (year) is 352.97 currency units."
+msgstr ""
-#: 02140600.xhp#hd_id3153013.37.help.text
-msgid "End Value"
-msgstr "ბოლო მნიშვნელობა"
+#. HP9c
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3151205\n"
+"help.text"
+msgid "<bookmark_value>calculating;future values</bookmark_value><bookmark_value>future values;constant interest rates</bookmark_value><bookmark_value>FV function</bookmark_value>"
+msgstr "<bookmark_value>ხაზების რეგრესია</bookmark_value><bookmark_value>ექსტრაპოლაცია</bookmark_value><bookmark_value>FORECAST ფუნქცია</bookmark_value>"
-#: 02140600.xhp#par_id3153487.38.help.text
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_END_VALUES\">Determines the end value for the series.</ahelp> Use numbers, dates or times."
-msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_END_VALUES\">Determines the end value for the series.</ahelp> Use numbers, dates or times."
+#. Mm9N
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3151205\n"
+"277\n"
+"help.text"
+msgid "FV"
+msgstr "FV"
-#: 02140600.xhp#hd_id3149312.39.help.text
-msgid "Increment"
-msgstr "ზრდა"
+#. R!3}
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154140\n"
+"278\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZW\">Returns the future value of an investment based on periodic, constant payments and a constant interest rate (Future Value).</ahelp>"
+msgstr ""
-#: 02140600.xhp#par_id3154739.40.help.text
-msgid "The term \"increment\" denotes the amount by which a given value increases.<ahelp hid=\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_INCREMENT\"> Determines the value by which the series of the selected type increases by each step.</ahelp> Entries can only be made if the linear, growth or date series types have been selected."
-msgstr "The term \"increment\" denotes the amount by which a given value increases.<ahelp hid=\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_INCREMENT\"> Determines the value by which the series of the selected type increases by each step.</ahelp> Entries can only be made if the linear, growth or date series types have been selected."
+#. G[%o
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3155178\n"
+"279\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 06060000.xhp#tit.help.text
-msgid "Protect Document"
-msgstr "დოკუმენტის დაცვა"
+#. PQNL
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145215\n"
+"280\n"
+"help.text"
+msgid "FV(Rate; NPer; Pmt; PV; Type)"
+msgstr "PV(სიხშირე; NPER; PMT; FV; ტიპი)"
-#: 06060000.xhp#hd_id3148946.1.help.text
-msgid "<link href=\"text/scalc/01/06060000.xhp\" name=\"Protect Document\">Protect Document</link>"
-msgstr "<link href=\"text/scalc/01/06060000.xhp\" name=\"Protect Document\">დოკუმენტის დაცვა</link>"
+#. d?2r
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155136\n"
+"281\n"
+"help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
+msgstr ""
-#: 06060000.xhp#par_id3153362.2.help.text
-msgid "The<emph> Protect Document </emph>command prevents changes from being made to cells in the sheets or to sheets in a document. As an option, you can define a password. If a password is defined, removal of the protection is only possible if the user enters the correct password."
+#. 7)bT
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3156029\n"
+"282\n"
+"help.text"
+msgid "<emph>NPer</emph> is the total number of periods (payment period)."
msgstr ""
-#: 06060000.xhp#hd_id3147228.3.help.text
-msgid "<link href=\"text/scalc/01/06060100.xhp\" name=\"Sheets\">Sheets</link>"
-msgstr "<link href=\"text/scalc/01/06060100.xhp\" name=\"Sheets\">ფურცლები</link>"
+#. ?oR:
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151322\n"
+"283\n"
+"help.text"
+msgid "<emph>Pmt</emph> is the annuity paid regularly per period."
+msgstr ""
-#: 06060000.xhp#hd_id3153768.4.help.text
-msgid "<link href=\"text/scalc/01/06060200.xhp\" name=\"Documents\">Documents</link>"
-msgstr "<link href=\"text/scalc/01/06060200.xhp\" name=\"Documents\">დოკუმენტები</link>"
+#. T~2$
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145256\n"
+"284\n"
+"help.text"
+msgid "<emph>PV</emph> (optional) is the (present) cash value of an investment."
+msgstr ""
-#: 06060000.xhp#par_idN10622.help.text
-msgid "<embedvar href=\"text/scalc/guide/cell_protect.xhp#cell_protect\"/>"
-msgstr "<embedvar href=\"text/scalc/guide/cell_protect.xhp#cell_protect\"/>"
+#. _)#n
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150999\n"
+"285\n"
+"help.text"
+msgid "<emph>Type</emph> (optional) defines whether the payment is due at the beginning or the end of a period."
+msgstr ""
-#: 12070000.xhp#tit.help.text
-msgctxt "12070000.xhp#tit.help.text"
-msgid "Consolidate"
-msgstr "კონსოლიდაცია"
+#. Oy0.
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_idN114D8\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-#: 12070000.xhp#hd_id3148946.1.help.text
-msgctxt "12070000.xhp#hd_id3148946.1.help.text"
-msgid "Consolidate"
-msgstr "კონსოლიდაცია"
+#. 3-_~
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3146800\n"
+"286\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12070000.xhp#par_id3148798.2.help.text
-msgid "<variable id=\"konsolidieren\"><ahelp hid=\".uno:DataConsolidate\">Combines data from one or more independent cell ranges and calculates a new range using the function that you specify.</ahelp></variable>"
+#. 25q?
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3146813\n"
+"287\n"
+"help.text"
+msgid "What is the value at the end of an investment if the interest rate is 4% and the payment period is two years, with a periodic payment of 750 currency units. The investment has a present value of 2,500 currency units."
msgstr ""
-#: 12070000.xhp#hd_id3150010.8.help.text
-msgctxt "12070000.xhp#hd_id3150010.8.help.text"
-msgid "Function"
-msgstr "ფუნქცია"
-
-#: 12070000.xhp#par_id3149377.9.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_CONSOLIDATE:LB_FUNC\">Select the function that you want to use to consolidate the data.</ahelp>"
+#. niqm
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149302\n"
+"288\n"
+"help.text"
+msgid "<item type=\"input\">=FV(4%;2;750;2500) </item>= -4234.00 currency units. The value at the end of the investment is 4234.00 currency units."
msgstr ""
-#: 12070000.xhp#hd_id3147127.10.help.text
-msgid "Consolidation ranges"
-msgstr "კონსოლიდაციის დიაპაზონი"
-
-#: 12070000.xhp#par_id3151075.11.help.text
-msgid "<ahelp hid=\"SC:MULTILISTBOX:RID_SCDLG_CONSOLIDATE:LB_CONSAREAS\">Displays the cell ranges that you want to consolidate.</ahelp>"
+#. +7j*
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3155912\n"
+"help.text"
+msgid "<bookmark_value>FVSCHEDULE function</bookmark_value><bookmark_value>future values;varying interest rates</bookmark_value>"
msgstr ""
-#: 12070000.xhp#hd_id3147397.12.help.text
-msgid "Source data range"
-msgstr "წყაროს მონაცემთა დიაპაზონი"
+#. KQ*A
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3155912\n"
+"51\n"
+"help.text"
+msgid "FVSCHEDULE"
+msgstr "FVSCHEDULE"
-#: 12070000.xhp#par_id3153836.13.help.text
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_CONSOLIDATE:ED_DATA_AREA\">Specifies the cell range that you want to consolidate with the cell ranges listed in the <emph>Consolidation ranges </emph>box. Select a cell range in a sheet, and then click <emph>Add</emph>. You can also select a the name of a predefined cell from the <emph>Source data range </emph>list.</ahelp>"
+#. jLkZ
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3163726\n"
+"52\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_FVSCHEDULE\">Calculates the accumulated value of the starting capital for a series of periodically varying interest rates.</ahelp>"
msgstr ""
-#: 12070000.xhp#hd_id3155768.15.help.text
-msgctxt "12070000.xhp#hd_id3155768.15.help.text"
-msgid "Copy results to"
-msgstr "შედეგების ასლს აკეთებს"
+#. JM!+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3149571\n"
+"53\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12070000.xhp#par_id3147341.16.help.text
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_CONSOLIDATE:ED_DEST_AREA\">Displays the first cell in the range where the consolidation results will be displayed.</ahelp>"
+#. 8@TR
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148891\n"
+"54\n"
+"help.text"
+msgid "FVSCHEDULE(Principal; Schedule)"
msgstr ""
-#: 12070000.xhp#hd_id3147345.17.help.text
-msgctxt "12070000.xhp#hd_id3147345.17.help.text"
-msgid "Add"
-msgstr "დამატება"
-
-#: 12070000.xhp#par_id3155335.18.help.text
-msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_CONSOLIDATE:BTN_ADD\">Adds the cell range specified in the <emph>Source data range</emph> box to the <emph>Consolidation ranges </emph>box.</ahelp>"
+#. G{Z)
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148904\n"
+"55\n"
+"help.text"
+msgid "<emph>Principal</emph> is the starting capital."
msgstr ""
-#: 12070000.xhp#hd_id3148630.19.help.text
-msgctxt "12070000.xhp#hd_id3148630.19.help.text"
-msgid "More >>"
-msgstr "დამატებითი >>"
-
-#: 12070000.xhp#par_id3159239.20.help.text
-msgid "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_CONSOLIDATE:BTN_MORE\">Shows additional <link href=\"text/scalc/01/12070100.xhp\" name=\"options\">options</link>.</ahelp>"
-msgstr "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_CONSOLIDATE:BTN_MORE\">აჩვენებს დამატებით <link href=\"text/scalc/01/12070100.xhp\" name=\"options\">პარამეტრებს</link>.</ahelp>"
-
-#: 06030500.xhp#tit.help.text
-msgid "Remove All Traces"
-msgstr "ყველა კვალის ამოშლა"
+#. )J_.
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148562\n"
+"56\n"
+"help.text"
+msgid "<emph>Schedule</emph> is a series of interest rates, for example, as a range H3:H5 or as a (List) (see example)."
+msgstr ""
-#: 06030500.xhp#bm_id3153088.help.text
-msgid "<bookmark_value>cells; removing traces</bookmark_value>"
-msgstr "<bookmark_value>უჯრები; კვალების მოხსნა</bookmark_value>"
+#. bC6_
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3147288\n"
+"57\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 06030500.xhp#hd_id3153088.1.help.text
-msgid "<link href=\"text/scalc/01/06030500.xhp\" name=\"Remove All Traces\">Remove All Traces</link>"
-msgstr "<link href=\"text/scalc/01/06030500.xhp\" name=\"Remove All Traces\">ყველა კვალის ამოშლა</link>"
+#. 8fNa
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148638\n"
+"58\n"
+"help.text"
+msgid "1000 currency units have been invested in for three years. The interest rates were 3%, 4% and 5% per annum. What is the value after three years?"
+msgstr ""
-#: 06030500.xhp#par_id3151246.2.help.text
-msgid "<ahelp hid=\".uno:ClearArrows\" visibility=\"visible\">Removes all tracer arrows from the spreadsheet.</ahelp>"
+#. /KxG
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3156358\n"
+"59\n"
+"help.text"
+msgid "<item type=\"input\">=FVSCHEDULE(1000;{0.03;0.04;0.05})</item> returns 1124.76."
msgstr ""
-#: 04040000.xhp#tit.help.text
-msgctxt "04040000.xhp#tit.help.text"
-msgid "Columns"
-msgstr "სვეტები"
+#. I@V_
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3156435\n"
+"help.text"
+msgid "<bookmark_value>calculating;number of payment periods</bookmark_value><bookmark_value>payment periods;number of</bookmark_value><bookmark_value>number of payment periods</bookmark_value><bookmark_value>NPER function</bookmark_value>"
+msgstr ""
-#: 04040000.xhp#bm_id3155628.help.text
-msgid "<bookmark_value>spreadsheets; inserting columns</bookmark_value><bookmark_value>inserting; columns</bookmark_value><bookmark_value>columns; inserting</bookmark_value>"
-msgstr "<bookmark_value>ელექტრონული ცხრილები; inserting columns</bookmark_value><bookmark_value>inserting; columns</bookmark_value><bookmark_value>columns; inserting</bookmark_value>"
+#. |r^c
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3156435\n"
+"290\n"
+"help.text"
+msgid "NPER"
+msgstr "NPER"
-#: 04040000.xhp#hd_id3155628.1.help.text
-msgid "<link href=\"text/scalc/01/04040000.xhp\" name=\"Columns\">Columns</link>"
-msgstr "<link href=\"text/scalc/01/04040000.xhp\" name=\"Columns\">სვეტიs</link>"
+#. S[f#
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3152363\n"
+"291\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZZR\">Returns the number of periods for an investment based on periodic, constant payments and a constant interest rate.</ahelp>"
+msgstr ""
-#: 04040000.xhp#par_id3150791.2.help.text
-msgid "<ahelp hid=\".uno:InsertColumns\">Inserts a new column to the left of the active cell.</ahelp> The number of columns inserted corresponds to the number of columns selected. The existing columns are moved to the right."
-msgstr "<ahelp hid=\".uno:InsertColumns\" visibility=\"visible\">Inserts a new column to the left of the active cell.</ahelp>The number of columns inserted correspond to the number of columns selected. The existing columns are moved to the right."
+#. r-Fr
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3147216\n"
+"292\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 02120000.xhp#tit.help.text
-msgctxt "02120000.xhp#tit.help.text"
-msgid "Headers & Footers"
-msgstr "თავსართები & ქვესართები"
+#. 7@Wy
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155934\n"
+"293\n"
+"help.text"
+msgid "NPER(Rate; Pmt; PV; FV; Type)"
+msgstr "PV(სიხშირე; NPER; PMT; FV; ტიპი)"
-#: 02120000.xhp#hd_id3145251.1.help.text
-msgctxt "02120000.xhp#hd_id3145251.1.help.text"
-msgid "Headers & Footers"
-msgstr "თავსართები & ქვესართები"
+#. r3rC
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155946\n"
+"294\n"
+"help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
+msgstr ""
-#: 02120000.xhp#par_id3151073.2.help.text
-msgid "<variable id=\"kopfundfusszeilentext\"><ahelp hid=\".uno:EditHeaderAndFooter\">Allows you to define and format headers and footers.</ahelp></variable>"
-msgstr "<variable id=\"kopfundfusszeilentext\"><ahelp hid=\".uno:EditHeaderAndFooter\">საშუალებას გაძლევთ განსაზღვროთ და გააფორმოთ თავსართები და ქვესართები.</ahelp></variable>"
+#. b3+O
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149042\n"
+"295\n"
+"help.text"
+msgid "<emph>Pmt</emph> is the constant annuity paid in each period."
+msgstr ""
-#: 02120000.xhp#par_id3153415.3.help.text
-msgid "The<emph> Headers/Footers </emph>dialog contains the tabs for defining headers and footers. There will be separate tabs for the left and right page headers and footers if the <emph>Same content left/right</emph> option was not marked in the <link href=\"text/scalc/01/05070000.xhp\" name=\"Page Style\">Page Style</link> dialog."
-msgstr "დიალოგი<emph> ზედა და ქვედა კოლონტიტულები </emph>შეიცავს ჩანართებს კოლონტიტულების განსაზღვრისათვის. მათ შეუძლიათ გაყონ ჩანართი მარჯვენა და მარცხენა ფურცლებისათვის ზედა და ქვედა კოლონტიტულები, თუ მონიშნულია <emph>განსხვავებული შინაარსი მარჯვნივ/მარცხნივ </emph> <link href=\"text/scalc/01/05070000.xhp\" name=\"Page Style\">ფურცლის სტილი</link> დიალოგში."
+#. $Aj~
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153134\n"
+"296\n"
+"help.text"
+msgid "<emph>PV</emph> is the present value (cash value) in a sequence of payments."
+msgstr ""
-#: 05080400.xhp#tit.help.text
-msgctxt "05080400.xhp#tit.help.text"
-msgid "Add"
-msgstr "დამატება"
+#. BF6Z
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154398\n"
+"297\n"
+"help.text"
+msgid "<emph>FV</emph> (optional) is the future value, which is reached at the end of the last period."
+msgstr ""
-#: 05080400.xhp#hd_id3149457.1.help.text
-msgid "<link href=\"text/scalc/01/05080400.xhp\" name=\"Add\">Add</link>"
-msgstr "<link href=\"text/scalc/01/05080400.xhp\" name=\"Add\">დამატება</link>"
+#. ]8h,
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145127\n"
+"298\n"
+"help.text"
+msgid "<emph>Type</emph> (optional) is the due date of the payment at the beginning or at the end of the period."
+msgstr ""
-#: 05080400.xhp#par_id3156423.2.help.text
-msgid "<ahelp hid=\".uno:AddPrintArea\">Adds the current selection to the defined print areas.</ahelp>"
-msgstr "<ahelp hid=\".uno:AddPrintArea\">ამატებს მიმდინარე მონიშვნას საბეჭდათ განსაზღვრულ არეს.</ahelp>"
+#. ebrW
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_idN1166C\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-#: 06030200.xhp#tit.help.text
-msgid "Remove Precedents"
-msgstr "დამოკიდებულებების ამოშლა"
+#. 2%$e
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3155795\n"
+"299\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 06030200.xhp#bm_id3155628.help.text
-msgid "<bookmark_value>cells; removing precedents</bookmark_value><bookmark_value>formula cells;removing precedents</bookmark_value>"
+#. nOQt
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147378\n"
+"300\n"
+"help.text"
+msgid "How many payment periods does a payment period cover with a periodic interest rate of 6%, a periodic payment of 153.75 currency units and a present cash value of 2.600 currency units."
msgstr ""
-#: 06030200.xhp#hd_id3155628.1.help.text
-#, fuzzy
-msgid "<link href=\"text/scalc/01/06030200.xhp\" name=\"Remove Precedents\">Remove Precedents</link>"
-msgstr "<link href=\"text/scalc/01/06030400.xhp\" name=\"Remove Dependents\">დამოკიდებულებების ამოშლა</link>"
-
-#: 06030200.xhp#par_id3149456.2.help.text
-msgid "<ahelp hid=\".uno:ClearArrowPrecedents\">Deletes one level of the trace arrows that were inserted with the <emph>Trace Precedents</emph> command.</ahelp>"
+#. NX_M
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3156171\n"
+"301\n"
+"help.text"
+msgid "<item type=\"input\">=NPER(6%;153.75;2600)</item> = -12,02. The payment period covers 12.02 periods."
msgstr ""
-#: 02140300.xhp#tit.help.text
-msgctxt "02140300.xhp#tit.help.text"
-msgid "Up"
-msgstr "ზევით"
-
-#: 02140300.xhp#hd_id3147264.1.help.text
-msgid "<link href=\"text/scalc/01/02140300.xhp\" name=\"Up\">Up</link>"
-msgstr "<link href=\"text/scalc/01/02140300.xhp\" name=\"Up\">მაღლა</link>"
-
-#: 02140300.xhp#par_id3150793.2.help.text
-msgid "<ahelp hid=\".uno:FillUp\" visibility=\"visible\">Fills a selected range of at least two rows with the contents of the bottom most cell.</ahelp>"
-msgstr "<ahelp hid=\".uno:FillUp\" visibility=\"visible\">შეავსებს მონიშნულ დიაპაზონს მინიმუმ ორ სტრიქონს დიაპაზონის ყველაზე დაბლითა უჯრის მნიშვნელობით.</ahelp>"
+#. @o,a
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150309\n"
+"314\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060103.xhp\" name=\"Back to Financial Functions Part One\">Back to Financial Functions Part One</link>"
+msgstr "<link href=\"text/scalc/01/04060119.xhp\" name=\"Forward to Financial Functions Part Two\">ფინანსური ფუნქციები ნაწილი ორი</link>"
-#: 02140300.xhp#par_id3150447.3.help.text
-msgid "If a selected range has only one column, the content of the bottom most cell is copied into the selected cells. If several columns are selected, the contents of the bottom most cells are copied into those selected above."
-msgstr "თუ მონიშნული დიაპაზონი არის მხოლოდ ერთი სვეტი, მაშინ ქვედა უჯრის შემადგენლობა კოპირდება ყველ დანარჩენში მონიშნულში. თუ მონიშნული რამოდენიმე სვეტი, მაშინ მითითებული დაბლითა უჯრა კოპირებული იქნება ზემოთ."
+#. 1ji$
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153163\n"
+"315\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060119.xhp\" name=\"Back to Financial Functions Part Two\">Back to Financial Functions Part Two</link>"
+msgstr "<link href=\"text/scalc/01/04060119.xhp\" name=\"Forward to Financial Functions Part Two\">ფინანსური ფუნქციები ნაწილი ორი</link>"
-#: 04060107.xhp#tit.help.text
-msgctxt "04060107.xhp#tit.help.text"
+#. KeT0
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"tit\n"
+"help.text"
msgid "Array Functions"
msgstr "მასივის ფუნქციები"
-#: 04060107.xhp#bm_id3147273.help.text
+#. /YvG
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3147273\n"
+"help.text"
msgid "<bookmark_value>matrices; functions</bookmark_value><bookmark_value>Function Wizard; arrays</bookmark_value><bookmark_value>array formulas</bookmark_value><bookmark_value>inline array constants</bookmark_value><bookmark_value>formulas;arrays</bookmark_value><bookmark_value>functions;array functions</bookmark_value><bookmark_value>editing; array formulas</bookmark_value><bookmark_value>copying; array formulas</bookmark_value><bookmark_value>adjusting array ranges</bookmark_value><bookmark_value>calculating;conditional calculations</bookmark_value><bookmark_value>matrices; calculations</bookmark_value><bookmark_value>conditional calculations with arrays</bookmark_value><bookmark_value>implicit array handling</bookmark_value><bookmark_value>forced array handling</bookmark_value>"
msgstr ""
-#: 04060107.xhp#hd_id3147273.1.help.text
-msgctxt "04060107.xhp#hd_id3147273.1.help.text"
+#. zVl^
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3147273\n"
+"1\n"
+"help.text"
msgid "Array Functions"
msgstr "მასივის ფუნქციები"
-#: 04060107.xhp#par_id3154744.2.help.text
+#. XMA9
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154744\n"
+"2\n"
+"help.text"
msgid "<variable id=\"matrixtext\">This category contains the array functions. </variable>"
msgstr "<variable id=\"matrixtext\">ეს კატეგორია შეიცავს მასივის ფუნქციებს. </variable>"
-#: 04060107.xhp#hd_id3146084.257.help.text
+#. lSO@
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3146084\n"
+"257\n"
+"help.text"
msgid "What is an Array?"
msgstr "რა არის მასივი?"
-#: 04060107.xhp#par_id3154298.258.help.text
+#. ~LY0
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154298\n"
+"258\n"
+"help.text"
msgid "<variable id=\"wasmatrix\">An array is a linked range of cells on a spreadsheet containing values. </variable> A square range of 3 rows and 3 columns is a 3 x 3 array:"
msgstr "<variable id=\"wasmatrix\">მასივი არის ელცხრილში დაკავშირებული უჯრების დიაპაზონი, მნიშვნელობებით. </variable> კვადრატული დიაპაზონი 3 სვეტით და 3 უჯრით არის 3 x 3 მასივი:"
-#: 04060107.xhp#par_id3154692.260.help.text
-msgctxt "04060107.xhp#par_id3154692.260.help.text"
+#. 8it+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154692\n"
+"260\n"
+"help.text"
msgid "A"
msgstr "A"
-#: 04060107.xhp#par_id3150117.261.help.text
-msgctxt "04060107.xhp#par_id3150117.261.help.text"
+#. CJaU
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150117\n"
+"261\n"
+"help.text"
msgid "B"
msgstr "B"
-#: 04060107.xhp#par_id3155325.262.help.text
-msgctxt "04060107.xhp#par_id3155325.262.help.text"
+#. D+42
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155325\n"
+"262\n"
+"help.text"
msgid "C"
msgstr "C"
-#: 04060107.xhp#par_id3153104.263.help.text
-msgctxt "04060107.xhp#par_id3153104.263.help.text"
+#. B`V+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3153104\n"
+"263\n"
+"help.text"
msgid "1"
msgstr "1"
-#: 04060107.xhp#par_id3146996.264.help.text
-msgctxt "04060107.xhp#par_id3146996.264.help.text"
+#. vneI
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3146996\n"
+"264\n"
+"help.text"
msgid "<item type=\"input\">7</item>"
msgstr ""
-#: 04060107.xhp#par_id3150529.265.help.text
+#. jjK]
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150529\n"
+"265\n"
+"help.text"
msgid "<item type=\"input\">31</item>"
msgstr ""
-#: 04060107.xhp#par_id3148831.266.help.text
-msgctxt "04060107.xhp#par_id3148831.266.help.text"
+#. e4+4
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3148831\n"
+"266\n"
+"help.text"
msgid "<item type=\"input\">33</item>"
msgstr ""
-#: 04060107.xhp#par_id3148943.267.help.text
-msgctxt "04060107.xhp#par_id3148943.267.help.text"
+#. KNQ?
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3148943\n"
+"267\n"
+"help.text"
msgid "2"
msgstr "2"
-#: 04060107.xhp#par_id3149771.268.help.text
+#. xQZs
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149771\n"
+"268\n"
+"help.text"
msgid "<item type=\"input\">95</item>"
msgstr ""
-#: 04060107.xhp#par_id3158407.269.help.text
-msgctxt "04060107.xhp#par_id3158407.269.help.text"
+#. .7ic
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158407\n"
+"269\n"
+"help.text"
msgid "<item type=\"input\">17</item>"
msgstr ""
-#: 04060107.xhp#par_id3148806.270.help.text
-msgctxt "04060107.xhp#par_id3148806.270.help.text"
+#. n~)x
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3148806\n"
+"270\n"
+"help.text"
msgid "<item type=\"input\">2</item>"
msgstr ""
-#: 04060107.xhp#par_id3154904.271.help.text
-msgctxt "04060107.xhp#par_id3154904.271.help.text"
+#. 1_TR
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154904\n"
+"271\n"
+"help.text"
msgid "3"
msgstr "3"
-#: 04060107.xhp#par_id3150779.272.help.text
-msgctxt "04060107.xhp#par_id3150779.272.help.text"
+#. M?*L
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150779\n"
+"272\n"
+"help.text"
msgid "<item type=\"input\">5</item>"
msgstr ""
-#: 04060107.xhp#par_id3148449.273.help.text
-msgctxt "04060107.xhp#par_id3148449.273.help.text"
+#. m%#.
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3148449\n"
+"273\n"
+"help.text"
msgid "<item type=\"input\">10</item>"
msgstr ""
-#: 04060107.xhp#par_id3147238.274.help.text
+#. 6f?g
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3147238\n"
+"274\n"
+"help.text"
msgid "<item type=\"input\">50</item>"
msgstr ""
-#: 04060107.xhp#par_id3153583.277.help.text
+#. y1He
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3153583\n"
+"277\n"
+"help.text"
msgid "The smallest possible array is a 1 x 2 or 2 x 1 array with two adjacent cells."
msgstr "უმცირესი მასივია 1 x 2 ან 2 x 1 მასივი ორი უჯრით."
-#: 04060107.xhp#hd_id3148474.275.help.text
+#. lBC1
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3148474\n"
+"275\n"
+"help.text"
msgid "What is an array formula?"
msgstr "რა არის მასივის ფორმულა?"
-#: 04060107.xhp#par_id3155355.276.help.text
+#. 1lx?
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155355\n"
+"276\n"
+"help.text"
msgid "A formula in which the individual values in a cell range are evaluated is referred to as an array formula. The difference between an array formula and other formulas is that the array formula deals with several values simultaneously instead of just one."
msgstr ""
-#: 04060107.xhp#par_id3151052.278.help.text
+#. eCY_
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3151052\n"
+"278\n"
+"help.text"
msgid "Not only can an array formula process several values, but it can also return several values. The results of an array formula is also an array."
msgstr "მასივის ფორმულას შეუძლია არა მხოლოდ რამდენიმე მნიშვნელობის დამუშავება, არამედ მას ასევე შეუძლია რამდენიმე მნიშვნელობის დაბრუნება. მასივის ფორმულის შედეგიც მასივია."
-#: 04060107.xhp#par_id3158432.279.help.text
+#. XP{}
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158432\n"
+"279\n"
+"help.text"
msgid "To multiply the values in the individual cells by 10 in the above array, you do not need to apply a formula to each individual cell or value. Instead you just need to use a single array formula. Select a range of 3 x 3 cells on another part of the spreadsheet, enter the formula <item type=\"input\">=10*A1:C3</item> and confirm this entry using the key combination <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter. The result is a 3 x 3 array in which the individual values in the cell range (A1:C3) are multiplied by a factor of 10."
msgstr ""
-#: 04060107.xhp#par_id3149156.280.help.text
+#. b#TH
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149156\n"
+"280\n"
+"help.text"
msgid "In addition to multiplication, you can also use other operators on the reference range (an array). With $[officename] Calc, you can add (+), subtract (-), multiply (*), divide (/), use exponents (^), concatenation (&) and comparisons (=, <>, <, >, <=, >=). The operators can be used on each individual value in the cell range and return the result as an array if the array formula was entered."
msgstr ""
-#: 04060107.xhp#par_id3166456.326.help.text
+#. BcVb
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166456\n"
+"326\n"
+"help.text"
msgid "Comparison operators in an array formula treat empty cells in the same way as in a normal formula, that is, either as zero or as an empty string. For example, if cells A1 and A2 are empty the array formulas <item type=\"input\">{=A1:A2=\"\"}</item> and <item type=\"input\">{=A1:A2=0}</item> will both return a 1 column 2 row array of cells containing TRUE."
msgstr ""
-#: 04060107.xhp#hd_id3150713.281.help.text
+#. TW-L
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3150713\n"
+"281\n"
+"help.text"
msgid "When do you use array formulas?"
msgstr "როდის იყენებთ მასივის ფორმულებს?"
-#: 04060107.xhp#par_id3149787.282.help.text
+#. 5^}2
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149787\n"
+"282\n"
+"help.text"
msgid "Use array formulas if you have to repeat calculations using different values. If you decide to change the calculation method later, you only have to update the array formula. To add an array formula, select the entire array range and then <link href=\"text/scalc/01/04060107.xhp\" name=\"make the required change to the array formula\">make the required change to the array formula</link>."
msgstr ""
-#: 04060107.xhp#par_id3149798.283.help.text
+#. +.\F
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149798\n"
+"283\n"
+"help.text"
msgid "Array formulas are also a space saving option when several values must be calculated, since they are not very memory-intensive. In addition, arrays are an essential tool for carrying out complex calculations, because you can have several cell ranges included in your calculations. $[officename] has different math functions for arrays, such as the MMULT function for multiplying two arrays or the SUMPRODUCT function for calculating the scalar products of two arrays."
msgstr ""
-#: 04060107.xhp#hd_id3155588.284.help.text
+#. #PBs
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3155588\n"
+"284\n"
+"help.text"
msgid "Using Array Formulas in $[officename] Calc"
msgstr "$[officename] Calc-ში მასივის ფორმულების გამოყენება"
-#: 04060107.xhp#par_id3152876.285.help.text
+#. ,zS*
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152876\n"
+"285\n"
+"help.text"
msgid "You can also create a \"normal\" formula in which the reference range, such as parameters, indicate an array formula. The result is obtained from the intersection of the reference range and the rows or columns in which the formula is found. If there is no intersection or if the range at the intersection covers several rows or columns, a #VALUE! error message appears. The following example illustrates this concept:"
msgstr ""
-#: 04060107.xhp#hd_id3151271.313.help.text
+#. .flS
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3151271\n"
+"313\n"
+"help.text"
msgid "Creating Array Formulas"
msgstr "მასივის ფორმულების შექმნა"
-#: 04060107.xhp#par_id3149102.314.help.text
+#. =#0C
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149102\n"
+"314\n"
+"help.text"
msgid "If you create an array formula using the <emph>Function Wizard</emph>, you must mark the <emph>Array</emph> check box each time so that the results are returned in an array. Otherwise, only the value in the upper-left cell of the array being calculated is returned."
msgstr ""
-#: 04060107.xhp#par_id3153392.4.help.text
+#. dSR]
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3153392\n"
+"4\n"
+"help.text"
msgid "If you enter the array formula directly into the cell, you must use the key combination Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter instead of the Enter key. Only then does the formula become an array formula."
msgstr ""
-#: 04060107.xhp#par_id3151120.315.help.text
+#. V5Z[
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3151120\n"
+"315\n"
+"help.text"
msgid "Array formulas appear in braces in $[officename] Calc. You cannot create array formulas by manually entering the braces."
msgstr "მასივის ფორმულა არის ფიგურულ ფრჩხილებში $[officename] Calc-ში. მასივის ფორმულის შეყვანა ფიგურული ფრჩხილების ხელით შეყვანით არ შეიძლება."
-#: 04060107.xhp#par_id3154342.5.help.text
+#. _T[o
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154342\n"
+"5\n"
+"help.text"
msgid "The cells in a results array are automatically protected against changes. However, you can edit or copy the array formula by selecting the entire array cell range."
msgstr ""
-#: 04060107.xhp#hd_id8834803.help.text
+#. W~T8
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id8834803\n"
+"help.text"
msgid "Using Inline Array Constants in Formulas"
msgstr ""
-#: 04060107.xhp#par_id985747.help.text
-msgid "Calc supports inline matrix/array constants in formulas. An inline array is surrounded by curly braces '{' and '}'. Elements can be each a number (including negatives), a logical constant (TRUE, FALSE), or a literal string. Non-constant expressions are not allowed. Arrays can be entered with one or more rows, and one or more columns. All rows must consist of the same number of elements, all columns must consist of the same number of elements. "
+#. @S)*
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id985747\n"
+"help.text"
+msgid "Calc supports inline matrix/array constants in formulas. An inline array is surrounded by curly braces '{' and '}'. Elements can be each a number (including negatives), a logical constant (TRUE, FALSE), or a literal string. Non-constant expressions are not allowed. Arrays can be entered with one or more rows, and one or more columns. All rows must consist of the same number of elements, all columns must consist of the same number of elements."
msgstr ""
-#: 04060107.xhp#par_id936613.help.text
+#. 7;=z
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id936613\n"
+"help.text"
msgid "The column separator (separating elements in one row) and the row separator are language and locale dependent. But in this help content, the ';' semicolon and '|' pipe symbol are used to indicate the column and row separators, respectively. For example, in the English locale, the ',' comma is used as the column separator, while the ';' semicolon is used as the row separator."
msgstr ""
-#: 04060107.xhp#par_id1877498.help.text
+#. [!z%
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id1877498\n"
+"help.text"
msgid "Arrays can not be nested."
msgstr ""
-#: 04060107.xhp#par_id4262520.help.text
+#. #L~$
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id4262520\n"
+"help.text"
msgid "<emph>Examples:</emph>"
msgstr "<emph>სახელი</emph>"
-#: 04060107.xhp#par_id9387493.help.text
+#. +4)s
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id9387493\n"
+"help.text"
msgid "={1;2;3}"
msgstr ""
-#: 04060107.xhp#par_id8207037.help.text
+#. k6Ok
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id8207037\n"
+"help.text"
msgid "An array with one row consisting of the three numbers 1, 2, and 3."
msgstr ""
-#: 04060107.xhp#par_id6757103.help.text
+#. p4s*
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id6757103\n"
+"help.text"
msgid "To enter this array constant, you select three cells in a row, then you type the formula <item type=\"input\">={1;2;3}</item> using the curly braces and the semicolons, then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter."
msgstr ""
-#: 04060107.xhp#par_id8868068.help.text
+#. n]h#
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id8868068\n"
+"help.text"
msgid "={1;2;3|4;5;6}"
msgstr ""
-#: 04060107.xhp#par_id6626483.help.text
+#. r)iA
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id6626483\n"
+"help.text"
msgid "An array with two rows and three values in each row."
msgstr ""
-#: 04060107.xhp#par_id5262916.help.text
+#. oX?K
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id5262916\n"
+"help.text"
msgid "={0;1;2|FALSE;TRUE;\"two\"}"
msgstr ""
-#: 04060107.xhp#par_id1623889.help.text
+#. (XV,
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id1623889\n"
+"help.text"
msgid "A mixed data array."
msgstr ""
-#: 04060107.xhp#par_id7781914.help.text
+#. H-QY
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id7781914\n"
+"help.text"
msgid "=SIN({1;2;3})"
msgstr ""
-#: 04060107.xhp#par_id300912.help.text
+#. Ve%#
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id300912\n"
+"help.text"
msgid "Entered as a matrix formula, delivers the result of three SIN calculations with the arguments 1, 2, and 3."
msgstr ""
-#: 04060107.xhp#hd_id3148660.316.help.text
+#. U[$g
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3148660\n"
+"316\n"
+"help.text"
msgid "Editing Array Formulas"
msgstr "მასივის ფორმულების რედაქტირება"
-#: 04060107.xhp#par_id3149241.317.help.text
+#. !J4=
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149241\n"
+"317\n"
+"help.text"
msgid "Select the cell range or array containing the array formula. To select the whole array, position the cell cursor inside the array range, then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+/, where / is the Division key on the numeric keypad."
msgstr ""
-#: 04060107.xhp#par_id3143274.318.help.text
+#. ~ZdO
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3143274\n"
+"318\n"
+"help.text"
msgid "Either press F2 or position the cursor in the input line. Both of these actions let you edit the formula."
msgstr "ან დააჭირეთ F2 ან მოათავსეთ კურსორი შეტანის ზოლში. ორივე მოქმედებით შეძლებთ ფორმულის დარედაქტირებას."
-#: 04060107.xhp#par_id3154798.319.help.text
+#. @q+n
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154798\n"
+"319\n"
+"help.text"
msgid "After you have made changes, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter."
msgstr "ცვლილებების გაკეთების შემდეგ დააჭირეთ <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter."
-#: 04060107.xhp#par_id3150628.334.help.text
+#. VZnZ
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150628\n"
+"334\n"
+"help.text"
msgid "You can format the separate parts of an array. For example, you can change the font color. Select a cell range and then change the attribute you want."
msgstr "თქვენ შეგიძლიათ მასივის სხვადასხვა ნაწილების გაფორმება. მაგალითად შეგიძლიათ შეცვალოთ შრიფტის ფერი. მონიშნეთ უჯრათა დიაპაზონი და შეცვალეთ სასურველი ატრიბუტი."
-#: 04060107.xhp#hd_id3145608.320.help.text
+#. /YKO
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3145608\n"
+"320\n"
+"help.text"
msgid "Copying Array Formulas"
msgstr "მასივის ფორმულების ასლი"
-#: 04060107.xhp#par_id3149585.321.help.text
-msgctxt "04060107.xhp#par_id3149585.321.help.text"
+#. Z__B
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149585\n"
+"321\n"
+"help.text"
msgid "Select the cell range or array containing the array formula."
msgstr "მონიშნეთ ფორმულის შემცველი უჯრათა დიაპაზონი ან მასივი."
-#: 04060107.xhp#par_id3154619.322.help.text
+#. 44Wb
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154619\n"
+"322\n"
+"help.text"
msgid "Either press F2 or position the cursor in the input line."
msgstr "ან დააჭირეთ F2 ან მოათავსეთ კურსორი შეტანის ზოლში."
-#: 04060107.xhp#par_id3150994.323.help.text
+#. V^Z3
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150994\n"
+"323\n"
+"help.text"
msgid "Copy the formula into the input line by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C."
msgstr "ფორმულის ასლი შენატანის ზოლში <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C."
-#: 04060107.xhp#par_id3146787.324.help.text
+#. Dp(i
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3146787\n"
+"324\n"
+"help.text"
msgid "Select a range of cells where you want to insert the array formula and either press F2 or position the cursor in the input line."
msgstr "უჯრათა დიაპაზონის ასარჩევად სადაც გსურთ მასივის ფორმულის ჩასმა ან დააჭირეთ F2 ან მოათავსეთ კურსორი შეტანის ზოლში."
-#: 04060107.xhp#par_id3154419.325.help.text
+#. j$PJ
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154419\n"
+"325\n"
+"help.text"
msgid "Paste the formula by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V in the selected space and confirm it by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter. The selected range now contains the array formula."
msgstr ""
-#: 04060107.xhp#hd_id3154834.328.help.text
+#. =V\+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3154834\n"
+"328\n"
+"help.text"
msgid "Adjusting an Array Range"
msgstr "მასივის დიაპაზონის გამართვა"
-#: 04060107.xhp#par_id3148679.329.help.text
+#. EvX4
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3148679\n"
+"329\n"
+"help.text"
msgid "If you want to edit the output array, do the following:"
msgstr "თი გსურთ მასივის გამონატანის რედაქტირება გააკეთეთ შემდეგი:"
-#: 04060107.xhp#par_id3151102.330.help.text
-msgctxt "04060107.xhp#par_id3151102.330.help.text"
+#. 6Oop
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3151102\n"
+"330\n"
+"help.text"
msgid "Select the cell range or array containing the array formula."
msgstr "აირჩიეთ უჯრათა დიაპაზონი ან მასივი მასივის ფორმულით."
-#: 04060107.xhp#par_id3147096.331.help.text
+#. Zi\T
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3147096\n"
+"331\n"
+"help.text"
msgid "Below the selection, to the right, you will see a small icon with which you can zoom in or out on the range using your mouse."
msgstr "მონიშნულის ქვემოთ მარჯვნივ იხილავთ მცირე ხატულად, რომლითაც შეძლებთ დიაპაზონის მაშტაბირებას თაგვის მეშვეობით."
-#: 04060107.xhp#par_id3150974.332.help.text
+#. @3]f
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150974\n"
+"332\n"
+"help.text"
msgid "When you adjust the array range, the array formula will not automatically be adjusted. You are only changing the range in which the result will appear."
msgstr ""
-#: 04060107.xhp#par_id3146080.333.help.text
+#. lpG6
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3146080\n"
+"333\n"
+"help.text"
msgid "By holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, you can create a copy of the array formula in the given range."
msgstr ""
-#: 04060107.xhp#par_idN10D47.help.text
+#. ;.Oo
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D47\n"
+"help.text"
msgid "Conditional Array Calculations"
msgstr "მასივის პირობითი გამოთვლა"
-#: 04060107.xhp#par_idN10D4B.help.text
+#. Ovg.
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D4B\n"
+"help.text"
msgid "A conditional array calculation is an array or matrix formula that includes an IF() or CHOOSE() function. The condition argument in the formula is an area reference or a matrix result."
msgstr ""
-#: 04060107.xhp#par_idN10D4E.help.text
+#. =(A~
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D4E\n"
+"help.text"
msgid "In the following example, the >0 test of the {=IF(A1:A3>0;\"yes\";\"no\")} formula is applied to each cell in the range A1:A3 and the result is copied to the corresponding cell."
msgstr ""
-#: 04060107.xhp#par_idN10D65.help.text
-msgctxt "04060107.xhp#par_idN10D65.help.text"
+#. Td-f
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D65\n"
+"help.text"
msgid "A"
msgstr "A"
-#: 04060107.xhp#par_idN10D6B.help.text
-msgctxt "04060107.xhp#par_idN10D6B.help.text"
+#. .,)Q
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D6B\n"
+"help.text"
msgid "B (formula)"
msgstr "B (ფორმულა)"
-#: 04060107.xhp#par_idN10B75.help.text
-msgctxt "04060107.xhp#par_idN10B75.help.text"
+#. ^Z`a
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10B75\n"
+"help.text"
msgid "B (result)"
msgstr "B (შედეგი)"
-#: 04060107.xhp#par_idN10D79.help.text
-msgctxt "04060107.xhp#par_idN10D79.help.text"
+#. :?H:
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D79\n"
+"help.text"
msgid "1"
msgstr "1"
-#: 04060107.xhp#par_idN10D80.help.text
-msgctxt "04060107.xhp#par_idN10D80.help.text"
+#. !jo?
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D80\n"
+"help.text"
msgid "1"
msgstr "1"
-#: 04060107.xhp#par_idN10D86.help.text
-msgctxt "04060107.xhp#par_idN10D86.help.text"
+#. YK6{
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D86\n"
+"help.text"
msgid "{=IF(A1:A3>0;\"yes\";\"no\")}"
msgstr "{=IF(A1:A3>0;\"დიახ\";\"არა\")}"
-#: 04060107.xhp#par_idN10D8C.help.text
-msgctxt "04060107.xhp#par_idN10D8C.help.text"
+#. k(bF
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D8C\n"
+"help.text"
msgid "yes"
msgstr "დიახ"
-#: 04060107.xhp#par_idN10D94.help.text
-msgctxt "04060107.xhp#par_idN10D94.help.text"
+#. fT-[
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D94\n"
+"help.text"
msgid "2"
msgstr "2"
-#: 04060107.xhp#par_idN10D9B.help.text
-msgctxt "04060107.xhp#par_idN10D9B.help.text"
+#. =6A4
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D9B\n"
+"help.text"
msgid "0"
msgstr "0"
-#: 04060107.xhp#par_idN10DA1.help.text
-msgctxt "04060107.xhp#par_idN10DA1.help.text"
+#. lCVm
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DA1\n"
+"help.text"
msgid "{=IF(A1:A3>0;\"yes\";\"no\")}"
msgstr "{=IF(A1:A3>0;\"დიახ\";\"არა\")}"
-#: 04060107.xhp#par_idN10DA7.help.text
+#. 1~HT
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DA7\n"
+"help.text"
msgid "no"
msgstr "არა"
-#: 04060107.xhp#par_idN10DAF.help.text
-msgctxt "04060107.xhp#par_idN10DAF.help.text"
+#. Z{W5
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DAF\n"
+"help.text"
msgid "3"
msgstr "3"
-#: 04060107.xhp#par_idN10DB6.help.text
-msgctxt "04060107.xhp#par_idN10DB6.help.text"
+#. dH8C
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DB6\n"
+"help.text"
msgid "1"
msgstr "1"
-#: 04060107.xhp#par_idN10DBC.help.text
-msgctxt "04060107.xhp#par_idN10DBC.help.text"
+#. 55a2
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DBC\n"
+"help.text"
msgid "{=IF(A1:A3>0;\"yes\";\"no\")}"
msgstr "{=IF(A1:A3>0;\"დიახ\";\"არა\")}"
-#: 04060107.xhp#par_idN10DC2.help.text
-msgctxt "04060107.xhp#par_idN10DC2.help.text"
+#. Je(\
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DC2\n"
+"help.text"
msgid "yes"
msgstr "დიახ"
-#: 04060107.xhp#par_idN10DD0.help.text
+#. V\8~
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DD0\n"
+"help.text"
msgid "The following functions provide forced array handling: CORREL, COVAR, FORECAST, FTEST, INTERCEPT, MDETERM, MINVERSE, MMULT, MODE, PEARSON, PROB, RSQ, SLOPE, STEYX, SUMPRODUCT, SUMX2MY2, SUMX2PY2, SUMXMY2, TTEST. If you use area references as arguments when you call one of these functions, the functions behave as array functions. The following table provides an example of forced array handling:"
msgstr "CORREL COVAR FORECAST FTEST INTERCEPT MDETERM MINVERSE MMULT MODE PEARSON PROB RSQ SLOPE STEYX SUMPRODUCT SUMX2MY2 SUMX2PY2 SUMXMY2 TTEST არე - ცხრილი შეიცავს მაგალითი -:"
-#: 04060107.xhp#par_idN10DE2.help.text
-msgctxt "04060107.xhp#par_idN10DE2.help.text"
+#. _9CY
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DE2\n"
+"help.text"
msgid "A"
msgstr "A"
-#: 04060107.xhp#par_idN10DE8.help.text
-msgctxt "04060107.xhp#par_idN10DE8.help.text"
+#. LSGE
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DE8\n"
+"help.text"
msgid "B (formula)"
msgstr "B (ფორმულა)"
-#: 04060107.xhp#par_idN10DEE.help.text
-msgctxt "04060107.xhp#par_idN10DEE.help.text"
+#. h2Va
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DEE\n"
+"help.text"
msgid "B (result)"
msgstr "B (შედეგი)"
-#: 04060107.xhp#par_idN10DF4.help.text
+#. e+mK
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DF4\n"
+"help.text"
msgid "C (forced array formula)"
msgstr "C (ძალდატანებული მასივის ფორმულა)"
-#: 04060107.xhp#par_idN10DFA.help.text
+#. T@nv
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DFA\n"
+"help.text"
msgid "C (result)"
msgstr "C (შედეგი)"
-#: 04060107.xhp#par_idN10E02.help.text
-msgctxt "04060107.xhp#par_idN10E02.help.text"
+#. \W@!
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E02\n"
+"help.text"
msgid "1"
msgstr "1"
-#: 04060107.xhp#par_idN10E09.help.text
-msgctxt "04060107.xhp#par_idN10E09.help.text"
+#. ^b)N
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E09\n"
+"help.text"
msgid "1"
msgstr "1"
-#: 04060107.xhp#par_idN10E0F.help.text
-msgctxt "04060107.xhp#par_idN10E0F.help.text"
+#. +kXF
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E0F\n"
+"help.text"
msgid "=A1:A2+1"
msgstr "=A1:A2+1"
-#: 04060107.xhp#par_idN10E17.help.text
-msgctxt "04060107.xhp#par_idN10E17.help.text"
+#. ?BdR
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E17\n"
+"help.text"
msgid "2"
msgstr "2"
-#: 04060107.xhp#par_idN10E1D.help.text
-msgctxt "04060107.xhp#par_idN10E1D.help.text"
+#. 9wr[
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E1D\n"
+"help.text"
msgid "=SUMPRODUCT(A1:A2+1)"
msgstr "=SUMPRODUCT(A1:A2+1)"
-#: 04060107.xhp#par_idN10E25.help.text
-msgctxt "04060107.xhp#par_idN10E25.help.text"
+#. _v0p
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E25\n"
+"help.text"
msgid "5"
msgstr "5"
-#: 04060107.xhp#par_idN10E2D.help.text
-msgctxt "04060107.xhp#par_idN10E2D.help.text"
+#. Geb6
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E2D\n"
+"help.text"
msgid "2"
msgstr "2"
-#: 04060107.xhp#par_idN10E34.help.text
-msgctxt "04060107.xhp#par_idN10E34.help.text"
+#. ovX_
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E34\n"
+"help.text"
msgid "2"
msgstr "2"
-#: 04060107.xhp#par_idN10E3A.help.text
-msgctxt "04060107.xhp#par_idN10E3A.help.text"
+#. U~r7
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E3A\n"
+"help.text"
msgid "=A1:A2+1"
msgstr "=A1:A2+1"
-#: 04060107.xhp#par_idN10E42.help.text
-msgctxt "04060107.xhp#par_idN10E42.help.text"
+#. Y`HD
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E42\n"
+"help.text"
msgid "3"
msgstr "3"
-#: 04060107.xhp#par_idN10E48.help.text
-msgctxt "04060107.xhp#par_idN10E48.help.text"
+#. ^m|q
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E48\n"
+"help.text"
msgid "=SUMPRODUCT(A1:A2+1)"
msgstr "=SUMPRODUCT(A1:A2+1)"
-#: 04060107.xhp#par_idN10E50.help.text
-msgctxt "04060107.xhp#par_idN10E50.help.text"
+#. pL%|
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E50\n"
+"help.text"
msgid "5"
msgstr "5"
-#: 04060107.xhp#par_idN10E58.help.text
-msgctxt "04060107.xhp#par_idN10E58.help.text"
+#. 3/Nf
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E58\n"
+"help.text"
msgid "3"
msgstr "3"
-#: 04060107.xhp#par_idN10E63.help.text
-msgctxt "04060107.xhp#par_idN10E63.help.text"
+#. _U{V
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E63\n"
+"help.text"
msgid "=A1:A2+1"
msgstr "=A1:A2+1"
-#: 04060107.xhp#par_idN10E6A.help.text
+#. v0#Q
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E6A\n"
+"help.text"
msgid "#VALUE!"
msgstr "#VALUE!"
-#: 04060107.xhp#par_idN10E70.help.text
-msgctxt "04060107.xhp#par_idN10E70.help.text"
+#. s)C@
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E70\n"
+"help.text"
msgid "=SUMPRODUCT(A1:A2+1)"
msgstr "=SUMPRODUCT(A1:A2+1)"
-#: 04060107.xhp#par_idN10E78.help.text
-msgctxt "04060107.xhp#par_idN10E78.help.text"
+#. :AY;
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E78\n"
+"help.text"
msgid "5"
msgstr "5"
-#: 04060107.xhp#bm_id3158446.help.text
+#. r$0+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3158446\n"
+"help.text"
msgid "<bookmark_value>MUNIT function</bookmark_value>"
msgstr "<bookmark_value>MUNIT ფუნქცია</bookmark_value>"
-#: 04060107.xhp#hd_id3158446.12.help.text
+#. tt_m
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3158446\n"
+"12\n"
+"help.text"
msgid "MUNIT"
msgstr "MUNIT"
-#: 04060107.xhp#par_id3154121.13.help.text
+#. M^Qb
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154121\n"
+"13\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_EINHEITSMATRIX\">Returns the unitary square array of a certain size.</ahelp> The unitary array is a square array where the main diagonal elements equal 1 and all other array elements are equal to 0."
msgstr ""
-#: 04060107.xhp#hd_id3155123.14.help.text
-msgctxt "04060107.xhp#hd_id3155123.14.help.text"
+#. y`3J
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3155123\n"
+"14\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060107.xhp#par_id3156271.15.help.text
+#. IfX]
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3156271\n"
+"15\n"
+"help.text"
msgid "MUNIT(Dimensions)"
msgstr "MUNIT(ზომები)"
-#: 04060107.xhp#par_id3159390.16.help.text
+#. kOA%
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159390\n"
+"16\n"
+"help.text"
msgid "<emph>Dimensions</emph> refers to the size of the array unit."
msgstr ""
-#: 04060107.xhp#par_idN10C9B.help.text
-msgctxt "04060107.xhp#par_idN10C9B.help.text"
+#. F$ex
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10C9B\n"
+"help.text"
msgid "You can find a general introduction to Array functions at the top of this page."
msgstr "თქვენ შეგიძლიათ მასივის ფუნქციებით სარგებლობაზე ზოგადი ინფორმაცია ნახოთ გვერდის დასაწყისში."
-#: 04060107.xhp#hd_id3156162.17.help.text
-msgctxt "04060107.xhp#hd_id3156162.17.help.text"
+#. xnLe
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3156162\n"
+"17\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060107.xhp#par_id3150949.18.help.text
+#. !%,t
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150949\n"
+"18\n"
+"help.text"
msgid "Select a square range within the spreadsheet, for example, from A1 to E5."
msgstr ""
-#: 04060107.xhp#par_id3151260.19.help.text
+#. CmT5
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3151260\n"
+"19\n"
+"help.text"
msgid "Without deselecting the range, select the MUNIT function. Mark the <emph>Array</emph> check box. Enter the desired dimensions for the array unit, in this case <item type=\"input\">5</item>, and click <emph>OK</emph>."
msgstr ""
-#: 04060107.xhp#par_id3150403.20.help.text
+#. 1y#M
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150403\n"
+"20\n"
+"help.text"
msgid "You can also enter the <item type=\"input\">=Munit(5)</item> formula in the last cell of the selected range (E5), and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Shift+Command+Enter</caseinline><defaultinline>Shift+Ctrl+Enter</defaultinline></switchinline>."
msgstr ""
-#: 04060107.xhp#par_id3156143.21.help.text
+#. P/m\
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3156143\n"
+"21\n"
+"help.text"
msgid "You now see a unit array with a range of A1:E5."
msgstr ""
-#: 04060107.xhp#par_idN10FA7.help.text
-msgctxt "04060107.xhp#par_idN10FA7.help.text"
+#. k:pi
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10FA7\n"
+"help.text"
msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
-#: 04060107.xhp#bm_id3159084.help.text
+#. )HC_
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3159084\n"
+"help.text"
msgid "<bookmark_value>FREQUENCY function</bookmark_value>"
msgstr "<bookmark_value>FREQUENCY ფუნქცია</bookmark_value>"
-#: 04060107.xhp#hd_id3159084.22.help.text
+#. -*Pc
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3159084\n"
+"22\n"
+"help.text"
msgid "FREQUENCY"
msgstr "FREQUENCY"
-#: 04060107.xhp#par_id3145777.23.help.text
+#. Xp$+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145777\n"
+"23\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_HAEUFIGKEIT\">Indicates the frequency distribution in a one-column-array.</ahelp> The function counts the number of values in the Data array that are within the values given by the Classes array."
msgstr ""
-#: 04060107.xhp#hd_id3153347.24.help.text
-msgctxt "04060107.xhp#hd_id3153347.24.help.text"
+#. z/5`
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3153347\n"
+"24\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060107.xhp#par_id3155498.25.help.text
+#. AOos
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155498\n"
+"25\n"
+"help.text"
msgid "FREQUENCY(Data; Classes)"
msgstr "FREQUENCY(მონაცემები; კლასები)"
-#: 04060107.xhp#par_id3154352.26.help.text
+#. AF^X
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154352\n"
+"26\n"
+"help.text"
msgid "<emph>Data</emph> represents the reference to the values to be counted."
msgstr ""
-#: 04060107.xhp#par_id3148402.27.help.text
+#. WXKS
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3148402\n"
+"27\n"
+"help.text"
msgid "<emph>Classes</emph> represents the array of the limit values."
msgstr "<emph>მონაცემები_1</emph> მონაცემთა პირველი წყობის მასივს ასახავს."
-#: 04060107.xhp#par_idN10D71.help.text
-msgctxt "04060107.xhp#par_idN10D71.help.text"
+#. qUcP
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D71\n"
+"help.text"
msgid "You can find a general introduction to Array functions at the top of this page."
msgstr "თქვენ შეგიძლიათ მასივის ფუნქციებით სარგებლობაზე ზოგადი ინფორმაცია ნახოთ გვერდის დასაწყისში."
-#: 04060107.xhp#hd_id3148981.28.help.text
-msgctxt "04060107.xhp#hd_id3148981.28.help.text"
+#. ChlC
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3148981\n"
+"28\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060107.xhp#par_id3155904.219.help.text
+#. |5Ku
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155904\n"
+"219\n"
+"help.text"
msgid "In the following table, column A lists unsorted measurement values. Column B contains the upper limit you entered for the classes into which you want to divide the data in column A. According to the limit entered in B1, the FREQUENCY function returns the number of measured values less than or equal to 5. As the limit in B2 is 10, the FREQUENCY function returns the second result as the number of measured values that are greater than 5 and less than or equal to 10. The text you entered in B6, \">25\", is only for reference purposes."
msgstr "ცხრილი A სვეტი B შეიცავს -თვის კლასები -სკენ დუ A -სკენ დუ FREQUENCY რიცხვი - ცოტა ან ტოლია -სკენ დუ ტოლია FREQUENCY მეორე რიცხვი - ან ან ტოლია -სკენ ტექსტი დუ B6 ტოლია -თვის."
-#: 04060107.xhp#par_id3155869.220.help.text
+#. BiBB
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155869\n"
+"220\n"
+"help.text"
msgid "<emph>A</emph>"
msgstr "<emph>A</emph>"
-#: 04060107.xhp#par_id3149328.221.help.text
+#. 5a`+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149328\n"
+"221\n"
+"help.text"
msgid "<emph>B</emph>"
msgstr "<emph>B</emph>"
-#: 04060107.xhp#par_id3152467.222.help.text
+#. c7^@
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152467\n"
+"222\n"
+"help.text"
msgid "<emph>C</emph>"
msgstr "<emph>C</emph>"
-#: 04060107.xhp#par_id3154528.223.help.text
-msgctxt "04060107.xhp#par_id3154528.223.help.text"
+#. vnkg
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154528\n"
+"223\n"
+"help.text"
msgid "<emph>1</emph>"
msgstr "<emph>1</emph>"
-#: 04060107.xhp#par_id3149744.224.help.text
-msgctxt "04060107.xhp#par_id3149744.224.help.text"
+#. C75%
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149744\n"
+"224\n"
+"help.text"
msgid "12"
msgstr "12"
-#: 04060107.xhp#par_id3147309.225.help.text
-msgctxt "04060107.xhp#par_id3147309.225.help.text"
+#. STg|
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3147309\n"
+"225\n"
+"help.text"
msgid "5"
msgstr "5"
-#: 04060107.xhp#par_id3154199.226.help.text
-msgctxt "04060107.xhp#par_id3154199.226.help.text"
+#. T5`J
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154199\n"
+"226\n"
+"help.text"
msgid "1"
msgstr "1"
-#: 04060107.xhp#par_id3159218.227.help.text
-msgctxt "04060107.xhp#par_id3159218.227.help.text"
+#. uXyp
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159218\n"
+"227\n"
+"help.text"
msgid "<emph>2</emph>"
msgstr "<emph>2</emph>"
-#: 04060107.xhp#par_id3153263.228.help.text
-msgctxt "04060107.xhp#par_id3153263.228.help.text"
+#. aR)L
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3153263\n"
+"228\n"
+"help.text"
msgid "8"
msgstr "8"
-#: 04060107.xhp#par_id3156201.229.help.text
-msgctxt "04060107.xhp#par_id3156201.229.help.text"
+#. xNNK
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3156201\n"
+"229\n"
+"help.text"
msgid "10"
msgstr "10"
-#: 04060107.xhp#par_id3147552.230.help.text
-msgctxt "04060107.xhp#par_id3147552.230.help.text"
+#. ?)7p
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3147552\n"
+"230\n"
+"help.text"
msgid "3"
msgstr "3"
-#: 04060107.xhp#par_id3149174.231.help.text
-msgctxt "04060107.xhp#par_id3149174.231.help.text"
+#. m2^M
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149174\n"
+"231\n"
+"help.text"
msgid "<emph>3</emph>"
msgstr "<emph>3</emph>"
-#: 04060107.xhp#par_id3151201.232.help.text
-msgctxt "04060107.xhp#par_id3151201.232.help.text"
+#. ]bi+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3151201\n"
+"232\n"
+"help.text"
msgid "24"
msgstr "24"
-#: 04060107.xhp#par_id3150245.233.help.text
-msgctxt "04060107.xhp#par_id3150245.233.help.text"
+#. 3l^p
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150245\n"
+"233\n"
+"help.text"
msgid "15"
msgstr "15"
-#: 04060107.xhp#par_id3159194.234.help.text
-msgctxt "04060107.xhp#par_id3159194.234.help.text"
+#. g{s_
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159194\n"
+"234\n"
+"help.text"
msgid "2"
msgstr "2"
-#: 04060107.xhp#par_id3146925.235.help.text
-msgctxt "04060107.xhp#par_id3146925.235.help.text"
+#. }u3.
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3146925\n"
+"235\n"
+"help.text"
msgid "<emph>4</emph>"
msgstr "<emph>4</emph>"
-#: 04060107.xhp#par_id3154128.236.help.text
-msgctxt "04060107.xhp#par_id3154128.236.help.text"
+#. )g%;
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154128\n"
+"236\n"
+"help.text"
msgid "11"
msgstr "11"
-#: 04060107.xhp#par_id3151067.237.help.text
-msgctxt "04060107.xhp#par_id3151067.237.help.text"
+#. gaqt
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3151067\n"
+"237\n"
+"help.text"
msgid "20"
msgstr "20"
-#: 04060107.xhp#par_id3156033.238.help.text
-msgctxt "04060107.xhp#par_id3156033.238.help.text"
+#. {H^n
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3156033\n"
+"238\n"
+"help.text"
msgid "3"
msgstr "3"
-#: 04060107.xhp#par_id3149298.239.help.text
-msgctxt "04060107.xhp#par_id3149298.239.help.text"
+#. _m3-
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149298\n"
+"239\n"
+"help.text"
msgid "<emph>5</emph>"
msgstr "<emph>5</emph>"
-#: 04060107.xhp#par_id3151382.240.help.text
-msgctxt "04060107.xhp#par_id3151382.240.help.text"
+#. /FyG
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3151382\n"
+"240\n"
+"help.text"
msgid "5"
msgstr "5"
-#: 04060107.xhp#par_id3155141.241.help.text
+#. !ovO
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155141\n"
+"241\n"
+"help.text"
msgid "25"
msgstr "25"
-#: 04060107.xhp#par_id3145213.242.help.text
-msgctxt "04060107.xhp#par_id3145213.242.help.text"
+#. _CFa
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145213\n"
+"242\n"
+"help.text"
msgid "1"
msgstr "1"
-#: 04060107.xhp#par_id3145268.243.help.text
-msgctxt "04060107.xhp#par_id3145268.243.help.text"
+#. dgAB
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145268\n"
+"243\n"
+"help.text"
msgid "<emph>6</emph>"
msgstr "<emph>6</emph>"
-#: 04060107.xhp#par_id3163724.244.help.text
-msgctxt "04060107.xhp#par_id3163724.244.help.text"
+#. ]nLP
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163724\n"
+"244\n"
+"help.text"
msgid "20"
msgstr "20"
-#: 04060107.xhp#par_id3147132.245.help.text
+#. ;gYg
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3147132\n"
+"245\n"
+"help.text"
msgid ">25"
msgstr ">25"
-#: 04060107.xhp#par_id3148903.246.help.text
-msgctxt "04060107.xhp#par_id3148903.246.help.text"
+#. S2KN
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3148903\n"
+"246\n"
+"help.text"
msgid "1"
msgstr "1"
-#: 04060107.xhp#par_id3151007.247.help.text
-msgctxt "04060107.xhp#par_id3151007.247.help.text"
+#. f-::
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3151007\n"
+"247\n"
+"help.text"
msgid "<emph>7</emph>"
msgstr "<emph>7</emph>"
-#: 04060107.xhp#par_id3153294.248.help.text
-msgctxt "04060107.xhp#par_id3153294.248.help.text"
+#. G_^b
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3153294\n"
+"248\n"
+"help.text"
msgid "16"
msgstr "16"
-#: 04060107.xhp#par_id3147284.249.help.text
-msgctxt "04060107.xhp#par_id3147284.249.help.text"
+#. _}D,
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3147284\n"
+"249\n"
+"help.text"
msgid "<emph>8</emph>"
msgstr "<emph>8</emph>"
-#: 04060107.xhp#par_id3154914.250.help.text
-msgctxt "04060107.xhp#par_id3154914.250.help.text"
+#. 8Vq?
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154914\n"
+"250\n"
+"help.text"
msgid "9"
msgstr "9"
-#: 04060107.xhp#par_id3154218.251.help.text
-msgctxt "04060107.xhp#par_id3154218.251.help.text"
+#. [Z;q
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154218\n"
+"251\n"
+"help.text"
msgid "<emph>9</emph>"
msgstr "<emph>9</emph>"
-#: 04060107.xhp#par_id3147226.252.help.text
-msgctxt "04060107.xhp#par_id3147226.252.help.text"
+#. ^Uoq
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3147226\n"
+"252\n"
+"help.text"
msgid "7"
msgstr "7"
-#: 04060107.xhp#par_id3149045.253.help.text
+#. C_2K
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149045\n"
+"253\n"
+"help.text"
msgid "<emph>10</emph>"
msgstr "<emph>10</emph>"
-#: 04060107.xhp#par_id3155799.254.help.text
-msgctxt "04060107.xhp#par_id3155799.254.help.text"
+#. IFY`
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155799\n"
+"254\n"
+"help.text"
msgid "16"
msgstr "16"
-#: 04060107.xhp#par_id3155076.255.help.text
+#. @Es3
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155076\n"
+"255\n"
+"help.text"
msgid "<emph>11</emph>"
msgstr "<emph>11</emph>"
-#: 04060107.xhp#par_id3150217.256.help.text
+#. #wlf
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150217\n"
+"256\n"
+"help.text"
msgid "33"
msgstr "33"
-#: 04060107.xhp#par_id3150312.29.help.text
+#. OR9,
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150312\n"
+"29\n"
+"help.text"
msgid "Select a single column range in which to enter the frequency according to the class limits. You must select one field more than the class ceiling. In this example, select the range C1:C6. Call up the FREQUENCY function in the <emph>Function Wizard</emph>. Select the <emph>Data</emph> range in (A1:A11), and then the <emph>Classes</emph> range in which you entered the class limits (B1:B6). Select the <emph>Array</emph> check box and click <emph>OK</emph>. You will see the frequency count in the range C1:C6."
msgstr ""
-#: 04060107.xhp#par_idN11269.help.text
-msgctxt "04060107.xhp#par_idN11269.help.text"
+#. LP~)
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11269\n"
+"help.text"
msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
-#: 04060107.xhp#bm_id3151030.help.text
+#. X=42
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3151030\n"
+"help.text"
msgid "<bookmark_value>MDETERM function</bookmark_value><bookmark_value>determinants</bookmark_value>"
msgstr "<bookmark_value>MDETERM ფუნქცია</bookmark_value><bookmark_value>დეტერმინანტები</bookmark_value>"
-#: 04060107.xhp#hd_id3151030.31.help.text
+#. .nAc
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3151030\n"
+"31\n"
+"help.text"
msgid "MDETERM"
msgstr "MDETERM"
-#: 04060107.xhp#par_id3154073.32.help.text
+#. fNnU
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154073\n"
+"32\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_MDET\">Returns the array determinant of an array.</ahelp> This function returns a value in the current cell; it is not necessary to define a range for the results."
msgstr "<ahelp hid=\"HID_FUNC_MDET\">აბრუნებს მასივის განმსაზღვრელ მასივს.</ahelp> ეს ფუნქცია აბრუნებს მიმდინარე უჯრაში მნიშვნელობას, იგი არაა საჭირო შედეგების დიაპაზონის გარდასაზღვრად."
-#: 04060107.xhp#hd_id3156366.33.help.text
-msgctxt "04060107.xhp#hd_id3156366.33.help.text"
+#. OS\_
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3156366\n"
+"33\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060107.xhp#par_id3156380.34.help.text
+#. N:YI
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3156380\n"
+"34\n"
+"help.text"
msgid "MDETERM(Array)"
msgstr "MDETERM(მასივი)"
-#: 04060107.xhp#par_id3150290.35.help.text
+#. Am]T
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150290\n"
+"35\n"
+"help.text"
msgid "<emph>Array</emph> represents a square array in which the determinants are defined."
msgstr "<emph>მასივი</emph> ასახავს კვადრატულ მასივს სადაც დეტერმინანტებია განსაზღვრული."
-#: 04060107.xhp#par_idN11035.help.text
+#. F!Tb
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11035\n"
+"help.text"
msgid "You can find a general introduction to using Array functions on top of this page."
msgstr "თქვენ შეგიძლიათ მასივის ფუნქციებით სარგებლობაზე ზოგადი ინფორმაცია ნახოთ გვერდის დასაწყისში."
-#: 04060107.xhp#par_idN11333.help.text
-msgctxt "04060107.xhp#par_idN11333.help.text"
+#. 74\-
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11333\n"
+"help.text"
msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
-#: 04060107.xhp#bm_id3151348.help.text
+#. Bf1E
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3151348\n"
+"help.text"
msgid "<bookmark_value>MINVERSE function</bookmark_value><bookmark_value>inverse arrays</bookmark_value>"
msgstr "<bookmark_value>MINVERSE ფუნქცია</bookmark_value><bookmark_value>მასივების ინვერსია</bookmark_value>"
-#: 04060107.xhp#hd_id3151348.39.help.text
+#. T]Za
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3151348\n"
+"39\n"
+"help.text"
msgid "MINVERSE"
msgstr "MINVERSE"
-#: 04060107.xhp#par_id3145569.40.help.text
+#. H=uR
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145569\n"
+"40\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_MINV\">Returns the inverse array.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_MINV\">აბრუნებს შებრუნებულ მასივს.</ahelp>"
-#: 04060107.xhp#hd_id3156072.41.help.text
-msgctxt "04060107.xhp#hd_id3156072.41.help.text"
+#. sMFX
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3156072\n"
+"41\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060107.xhp#par_id3156085.42.help.text
+#. =++K
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3156085\n"
+"42\n"
+"help.text"
msgid "MINVERSE(Array)"
msgstr "MINVERSE(მასივი)"
-#: 04060107.xhp#par_id3157849.43.help.text
+#. #|t\
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3157849\n"
+"43\n"
+"help.text"
msgid "<emph>Array</emph> represents a square array that is to be inverted."
msgstr "<emph>მასივი</emph> ასახავს კვადრატულ მასივს რომელიც უნდა შებრუნდეს."
-#: 04060107.xhp#par_idN113EE.help.text
-msgctxt "04060107.xhp#par_idN113EE.help.text"
+#. JbgY
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN113EE\n"
+"help.text"
msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
-#: 04060107.xhp#hd_id3157868.44.help.text
-msgctxt "04060107.xhp#hd_id3157868.44.help.text"
+#. z9wV
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3157868\n"
+"44\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060107.xhp#par_id3149638.45.help.text
+#. -f[\
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149638\n"
+"45\n"
+"help.text"
msgid "Select a square range and select MINVERSE. Select the output array, select the <emph>Array</emph> field and click <emph>OK</emph>."
msgstr ""
-#: 04060107.xhp#bm_id3148546.help.text
+#. wB;E
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3148546\n"
+"help.text"
msgid "<bookmark_value>MMULT function</bookmark_value>"
msgstr "<bookmark_value>MMULT ფუნქცია</bookmark_value>"
-#: 04060107.xhp#hd_id3148546.47.help.text
+#. GEBF
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3148546\n"
+"47\n"
+"help.text"
msgid "MMULT"
msgstr "MMULT"
-#: 04060107.xhp#par_id3148518.48.help.text
+#. 3*Ek
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3148518\n"
+"48\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_MMULT\">Calculates the array product of two arrays.</ahelp> The number of columns for array 1 must match the number of rows for array 2. The square array has an equal number of rows and columns."
msgstr ""
-#: 04060107.xhp#hd_id3146767.49.help.text
-msgctxt "04060107.xhp#hd_id3146767.49.help.text"
+#. R99x
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3146767\n"
+"49\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060107.xhp#par_id3150798.50.help.text
+#. MJx%
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150798\n"
+"50\n"
+"help.text"
msgid "MMULT(Array; Array)"
msgstr "MMULT(მასივი; მასივი)"
-#: 04060107.xhp#par_id3150812.51.help.text
+#. xC.[
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150812\n"
+"51\n"
+"help.text"
msgid "<emph>Array</emph> at first place represents the first array used in the array product."
msgstr "<emph>მასივი</emph> ასახავს მასივთა ნამრავლის პირველ მასივს."
-#: 04060107.xhp#par_id3152553.52.help.text
+#. pA`l
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152553\n"
+"52\n"
+"help.text"
msgid "<emph>Array</emph> at second place represents the second array with the same number of rows."
msgstr "<emph>მასივი</emph> მეორე ადგილზე წარმოადგენს მეორე მასივს რიგების იგივე რაოდენობით."
-#: 04060107.xhp#par_idN114C3.help.text
-msgctxt "04060107.xhp#par_idN114C3.help.text"
+#. kY9d
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN114C3\n"
+"help.text"
msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
-#: 04060107.xhp#hd_id3152574.53.help.text
-msgctxt "04060107.xhp#hd_id3152574.53.help.text"
+#. RKd{
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3152574\n"
+"53\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060107.xhp#par_id3146826.54.help.text
+#. 9W(=
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3146826\n"
+"54\n"
+"help.text"
msgid "Select a square range. Choose the MMULT function. Select the first <emph>Array</emph>, then select the second <emph>Array</emph>. Using <emph>Function Wizard</emph>, mark the <emph>Array</emph> check box. Click <emph>OK</emph>. The output array will appear in the first selected range."
msgstr ""
-#: 04060107.xhp#bm_id3154970.help.text
+#. XI=M
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3154970\n"
+"help.text"
msgid "<bookmark_value>TRANSPOSE function</bookmark_value>"
msgstr "<bookmark_value>TRANSPOSE ფუნქცია</bookmark_value>"
-#: 04060107.xhp#hd_id3154970.56.help.text
+#. ]22;
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3154970\n"
+"56\n"
+"help.text"
msgid "TRANSPOSE"
msgstr "TRANSPOSE"
-#: 04060107.xhp#par_id3155276.57.help.text
+#. ADrd
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155276\n"
+"57\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_MTRANS\">Transposes the rows and columns of an array.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_MTRANS\">გარდაქმნის მასივის რიგებს და სვეტებს.</ahelp>"
-#: 04060107.xhp#hd_id3155294.58.help.text
-msgctxt "04060107.xhp#hd_id3155294.58.help.text"
+#. hG:0
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3155294\n"
+"58\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060107.xhp#par_id3153843.59.help.text
+#. Wb5k
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3153843\n"
+"59\n"
+"help.text"
msgid "TRANSPOSE(Array)"
msgstr "TRANSPOSE(მასივი)"
-#: 04060107.xhp#par_id3153857.60.help.text
+#. )\00
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3153857\n"
+"60\n"
+"help.text"
msgid "<emph>Array</emph> represents the array in the spreadsheet that is to be transposed."
msgstr "<emph>მასივი</emph> ასახავს გარდასაქმნელ მასივს ელცხრილში."
-#: 04060107.xhp#par_idN115A5.help.text
-msgctxt "04060107.xhp#par_idN115A5.help.text"
+#. ;ghc
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN115A5\n"
+"help.text"
msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
-#: 04060107.xhp#hd_id3159352.61.help.text
-msgctxt "04060107.xhp#hd_id3159352.61.help.text"
+#. )*8r
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3159352\n"
+"61\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060107.xhp#par_id3159366.62.help.text
+#. q3~U
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159366\n"
+"62\n"
+"help.text"
msgid "In the spreadsheet, select the range in which the transposed array can appear. If the original array has n rows and m columns, your selected range must have at least m rows and n columns. Then enter the formula directly, select the original array and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Shift+Command+Enter</caseinline><defaultinline>Shift+Ctrl+Enter</defaultinline></switchinline>. Or, if you are using the <emph>Function Wizard</emph>, mark the <emph>Array</emph> check box. The transposed array appears in the selected target range and is protected automatically against changes."
msgstr ""
-#: 04060107.xhp#bm_id3109846.help.text
+#. dM|M
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3109846\n"
+"help.text"
msgid "<bookmark_value>LINEST function</bookmark_value>"
msgstr "<bookmark_value>LINEST ფუნქციები</bookmark_value>"
-#: 04060107.xhp#hd_id3109846.64.help.text
+#. FEv2
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3109846\n"
+"64\n"
+"help.text"
msgid "LINEST"
msgstr "LINEST"
-#: 04060107.xhp#par_id3144733.65.help.text
+#. :zar
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144733\n"
+"65\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_RGP\">Returns a table of statistics for a straight line that best fits a data set.</ahelp>"
msgstr ""
-#: 04060107.xhp#hd_id3152825.66.help.text
-msgctxt "04060107.xhp#hd_id3152825.66.help.text"
+#. qW`8
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3152825\n"
+"66\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060107.xhp#par_id3152839.67.help.text
+#. e@0G
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152839\n"
+"67\n"
+"help.text"
msgid "LINEST(data_Y; data_X; linearType; stats)"
msgstr "LINEST(მონაცემები_Y; მონაცემები_X; ხაზური_ტიპი; სტატისტიკა)"
-#: 04060107.xhp#par_id3152853.68.help.text
+#. %1OZ
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152853\n"
+"68\n"
+"help.text"
msgid "<emph>data_Y</emph> is a single row or column range specifying the y coordinates in a set of data points."
msgstr ""
-#: 04060107.xhp#par_id3154428.69.help.text
+#. VM~$
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154428\n"
+"69\n"
+"help.text"
msgid "<emph>data_X</emph> is a corresponding single row or column range specifying the x coordinates. If <emph>data_X</emph> is omitted it defaults to <item type=\"literal\">1, 2, 3, ..., n</item>. If there is more than one set of variables <emph>data_X</emph> may be a range with corresponding multiple rows or columns."
msgstr ""
-#: 04060107.xhp#par_id0811200804502119.help.text
+#. l|fY
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id0811200804502119\n"
+"help.text"
msgid "LINEST finds a straight line <item type=\"literal\">y = a + bx</item> that best fits the data, using linear regression (the \"least squares\" method). With more than one set of variables the straight line is of the form <item type=\"literal\">y = a + b1x1 + b2x2 ... + bnxn</item>."
msgstr ""
-#: 04060107.xhp#par_id3154448.70.help.text
-msgid " if<emph>linearType</emph> is FALSE the straight line found is forced to pass through the origin (the constant a is zero; y = bx). If omitted, <emph>linearType</emph> defaults to TRUE (the line is not forced through the origin)."
+#. /`fm
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154448\n"
+"70\n"
+"help.text"
+msgid "if<emph>linearType</emph> is FALSE the straight line found is forced to pass through the origin (the constant a is zero; y = bx). If omitted, <emph>linearType</emph> defaults to TRUE (the line is not forced through the origin)."
msgstr ""
-#: 04060107.xhp#par_id3154142.71.help.text
+#. (kpK
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154142\n"
+"71\n"
+"help.text"
msgid "if<emph>stats</emph> is omitted or FALSE only the top line of the statistics table is returned. If TRUE the entire table is returned."
msgstr ""
-#: 04060107.xhp#par_id0811200804502261.help.text
+#. g=Ps
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id0811200804502261\n"
+"help.text"
msgid "LINEST returns a table (array) of statistics as below and must be entered as an array formula (for example by using <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Return rather than just Return)."
msgstr ""
-#: 04060107.xhp#par_idN11416.help.text
-msgctxt "04060107.xhp#par_idN11416.help.text"
+#. Wz52
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11416\n"
+"help.text"
msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-#: 04060107.xhp#par_idN116C6.help.text
-msgctxt "04060107.xhp#par_idN116C6.help.text"
+#. =hS]
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN116C6\n"
+"help.text"
msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
-#: 04060107.xhp#hd_id3154162.72.help.text
-msgctxt "04060107.xhp#hd_id3154162.72.help.text"
+#. v%-l
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3154162\n"
+"72\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060107.xhp#par_id3154176.73.help.text
+#. V(HN
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154176\n"
+"73\n"
+"help.text"
msgid "This function returns an array and is handled in the same way as the other array functions. Select a range for the answers and then the function. Select <emph>data_Y</emph>. If you want, you can enter other parameters. Select <emph>Array</emph> and click <emph>OK</emph>."
msgstr ""
-#: 04060107.xhp#par_id3155468.74.help.text
+#. 761Y
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155468\n"
+"74\n"
+"help.text"
msgid "The results returned by the system (if <emph>stats</emph> = 0), will at least show the slope of the regression line and its intersection with the Y axis. If <emph>stats</emph> does not equal 0, other results are to be displayed."
msgstr ""
-#: 04060107.xhp#hd_id3155491.75.help.text
+#. 2Y){
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3155491\n"
+"75\n"
+"help.text"
msgid "Other LINEST Results:"
msgstr "სხვა LINEST შედეგები:"
-#: 04060107.xhp#par_id3159291.76.help.text
+#. /?Gq
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159291\n"
+"76\n"
+"help.text"
msgid "Examine the following examples:"
msgstr "შემდეგი მაგალითების გამოცდა:"
-#: 04060107.xhp#par_id3157922.77.help.text
-msgctxt "04060107.xhp#par_id3157922.77.help.text"
+#. :|A6
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3157922\n"
+"77\n"
+"help.text"
msgid "A"
msgstr "A"
-#: 04060107.xhp#par_id3157945.78.help.text
-msgctxt "04060107.xhp#par_id3157945.78.help.text"
+#. #+2[
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3157945\n"
+"78\n"
+"help.text"
msgid "B"
msgstr "B"
-#: 04060107.xhp#par_id3152486.79.help.text
-msgctxt "04060107.xhp#par_id3152486.79.help.text"
+#. [!Fq
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152486\n"
+"79\n"
+"help.text"
msgid "C"
msgstr "C"
-#: 04060107.xhp#par_id3152509.80.help.text
-msgctxt "04060107.xhp#par_id3152509.80.help.text"
+#. =amC
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152509\n"
+"80\n"
+"help.text"
msgid "D"
msgstr "D"
-#: 04060107.xhp#par_id3152532.81.help.text
-msgctxt "04060107.xhp#par_id3152532.81.help.text"
+#. QP2H
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152532\n"
+"81\n"
+"help.text"
msgid "E"
msgstr "E"
-#: 04060107.xhp#par_id3153431.82.help.text
+#. 9;Fi
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3153431\n"
+"82\n"
+"help.text"
msgid "F"
msgstr "F"
-#: 04060107.xhp#par_id3153454.83.help.text
+#. P.AC
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3153454\n"
+"83\n"
+"help.text"
msgid "G"
msgstr "G"
-#: 04060107.xhp#par_id3154995.84.help.text
-msgctxt "04060107.xhp#par_id3154995.84.help.text"
+#. FIxI
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154995\n"
+"84\n"
+"help.text"
msgid "<emph>1</emph>"
msgstr "<emph>1</emph>"
-#: 04060107.xhp#par_id3155021.85.help.text
+#. [U$=
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155021\n"
+"85\n"
+"help.text"
msgid "<item type=\"input\">x1</item>"
msgstr ""
-#: 04060107.xhp#par_id3155044.86.help.text
+#. [bWo
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155044\n"
+"86\n"
+"help.text"
msgid "<item type=\"input\">x2</item>"
msgstr ""
-#: 04060107.xhp#par_id3163734.87.help.text
+#. .0.y
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163734\n"
+"87\n"
+"help.text"
msgid "<item type=\"input\">y</item>"
msgstr ""
-#: 04060107.xhp#par_id3163766.88.help.text
+#. _r!D
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163766\n"
+"88\n"
+"help.text"
msgid "<item type=\"input\">LIN</item><item type=\"input\">EST value</item>"
msgstr ""
-#: 04060107.xhp#par_id3145686.89.help.text
-msgctxt "04060107.xhp#par_id3145686.89.help.text"
+#. uN8u
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145686\n"
+"89\n"
+"help.text"
msgid "<emph>2</emph>"
msgstr "<emph>2</emph>"
-#: 04060107.xhp#par_id3145713.90.help.text
-msgctxt "04060107.xhp#par_id3145713.90.help.text"
+#. C}[a
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145713\n"
+"90\n"
+"help.text"
msgid "<item type=\"input\">4</item>"
msgstr ""
-#: 04060107.xhp#par_id3145736.91.help.text
-msgctxt "04060107.xhp#par_id3145736.91.help.text"
+#. sSrf
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145736\n"
+"91\n"
+"help.text"
msgid "<item type=\"input\">7</item>"
msgstr ""
-#: 04060107.xhp#par_id3159427.92.help.text
+#. ^HZI
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159427\n"
+"92\n"
+"help.text"
msgid "<item type=\"input\">100</item>"
msgstr ""
-#: 04060107.xhp#par_id3159460.93.help.text
+#. CMg{
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159460\n"
+"93\n"
+"help.text"
msgid "<item type=\"input\">4,17</item>"
msgstr ""
-#: 04060107.xhp#par_id3159483.94.help.text
+#. cFJD
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159483\n"
+"94\n"
+"help.text"
msgid "-<item type=\"input\">3,48</item>"
msgstr ""
-#: 04060107.xhp#par_id3152381.95.help.text
+#. O%Fy
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152381\n"
+"95\n"
+"help.text"
msgid "<item type=\"input\">82,33</item>"
msgstr ""
-#: 04060107.xhp#par_id3152408.96.help.text
-msgctxt "04060107.xhp#par_id3152408.96.help.text"
+#. cM(d
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152408\n"
+"96\n"
+"help.text"
msgid "<emph>3</emph>"
msgstr "<emph>3</emph>"
-#: 04060107.xhp#par_id3152435.97.help.text
-msgctxt "04060107.xhp#par_id3152435.97.help.text"
+#. =$mv
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152435\n"
+"97\n"
+"help.text"
msgid "<item type=\"input\">5</item>"
msgstr ""
-#: 04060107.xhp#par_id3152458.98.help.text
-msgctxt "04060107.xhp#par_id3152458.98.help.text"
+#. ]KuU
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152458\n"
+"98\n"
+"help.text"
msgid "<item type=\"input\">9</item>"
msgstr ""
-#: 04060107.xhp#par_id3155652.99.help.text
+#. Vfp7
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155652\n"
+"99\n"
+"help.text"
msgid "<item type=\"input\">105</item>"
msgstr ""
-#: 04060107.xhp#par_id3155684.100.help.text
+#. ,55-
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155684\n"
+"100\n"
+"help.text"
msgid "<item type=\"input\">5,46</item>"
msgstr ""
-#: 04060107.xhp#par_id3155707.101.help.text
+#. $_6p
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155707\n"
+"101\n"
+"help.text"
msgid "<item type=\"input\">10,96</item>"
msgstr ""
-#: 04060107.xhp#par_id3155730.102.help.text
+#. FecG
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155730\n"
+"102\n"
+"help.text"
msgid "<item type=\"input\">9,35</item>"
msgstr ""
-#: 04060107.xhp#par_id3159506.103.help.text
-msgctxt "04060107.xhp#par_id3159506.103.help.text"
+#. 6!?V
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159506\n"
+"103\n"
+"help.text"
msgid "<emph>4</emph>"
msgstr "<emph>4</emph>"
-#: 04060107.xhp#par_id3159533.104.help.text
-msgctxt "04060107.xhp#par_id3159533.104.help.text"
+#. d!g[
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159533\n"
+"104\n"
+"help.text"
msgid "<item type=\"input\">6</item>"
msgstr ""
-#: 04060107.xhp#par_id3159556.105.help.text
-msgctxt "04060107.xhp#par_id3159556.105.help.text"
+#. \dkE
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159556\n"
+"105\n"
+"help.text"
msgid "<item type=\"input\">11</item>"
msgstr ""
-#: 04060107.xhp#par_id3159579.106.help.text
+#. l_8{
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159579\n"
+"106\n"
+"help.text"
msgid "<item type=\"input\">104</item>"
msgstr ""
-#: 04060107.xhp#par_id3159611.107.help.text
+#. lPsn
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159611\n"
+"107\n"
+"help.text"
msgid "<item type=\"input\">0,87</item>"
msgstr ""
-#: 04060107.xhp#par_id3152606.108.help.text
+#. CE3k
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152606\n"
+"108\n"
+"help.text"
msgid "<item type=\"input\">5,06</item>"
msgstr ""
-#: 04060107.xhp#par_id3152629.109.help.text
-msgctxt "04060107.xhp#par_id3152629.109.help.text"
+#. AviY
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152629\n"
+"109\n"
+"help.text"
msgid "<item type=\"input\">#NA</item>"
msgstr ""
-#: 04060107.xhp#par_id3152655.110.help.text
-msgctxt "04060107.xhp#par_id3152655.110.help.text"
+#. y#9Z
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152655\n"
+"110\n"
+"help.text"
msgid "<emph>5</emph>"
msgstr "<emph>5</emph>"
-#: 04060107.xhp#par_id3152682.111.help.text
-msgctxt "04060107.xhp#par_id3152682.111.help.text"
+#. 6EOp
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152682\n"
+"111\n"
+"help.text"
msgid "<item type=\"input\">7</item>"
msgstr ""
-#: 04060107.xhp#par_id3152705.112.help.text
-msgctxt "04060107.xhp#par_id3152705.112.help.text"
+#. ,3eM
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152705\n"
+"112\n"
+"help.text"
msgid "<item type=\"input\">12</item>"
msgstr ""
-#: 04060107.xhp#par_id3152728.113.help.text
+#. 9(2l
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152728\n"
+"113\n"
+"help.text"
msgid "<item type=\"input\">108</item>"
msgstr ""
-#: 04060107.xhp#par_id3144352.114.help.text
+#. A4t!
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144352\n"
+"114\n"
+"help.text"
msgid "<item type=\"input\">13,21</item>"
msgstr ""
-#: 04060107.xhp#par_id3144375.115.help.text
-msgctxt "04060107.xhp#par_id3144375.115.help.text"
+#. i.6w
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144375\n"
+"115\n"
+"help.text"
msgid "<item type=\"input\">4</item>"
msgstr ""
-#: 04060107.xhp#par_id3144398.116.help.text
-msgctxt "04060107.xhp#par_id3144398.116.help.text"
+#. -`[f
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144398\n"
+"116\n"
+"help.text"
msgid "<item type=\"input\">#NA</item>"
msgstr ""
-#: 04060107.xhp#par_id3144425.117.help.text
-msgctxt "04060107.xhp#par_id3144425.117.help.text"
+#. oLAS
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144425\n"
+"117\n"
+"help.text"
msgid "<emph>6</emph>"
msgstr "<emph>6</emph>"
-#: 04060107.xhp#par_id3144452.118.help.text
-msgctxt "04060107.xhp#par_id3144452.118.help.text"
+#. v4t[
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144452\n"
+"118\n"
+"help.text"
msgid "<item type=\"input\">8</item>"
msgstr ""
-#: 04060107.xhp#par_id3144475.119.help.text
+#. rJSe
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144475\n"
+"119\n"
+"help.text"
msgid "<item type=\"input\">15</item>"
msgstr ""
-#: 04060107.xhp#par_id3144498.120.help.text
+#. pN1j
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144498\n"
+"120\n"
+"help.text"
msgid "<item type=\"input\">111</item>"
msgstr ""
-#: 04060107.xhp#par_id3158233.121.help.text
+#. CTg5
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158233\n"
+"121\n"
+"help.text"
msgid "<item type=\"input\">675,45</item>"
msgstr ""
-#: 04060107.xhp#par_id3158256.122.help.text
+#. ;-gx
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158256\n"
+"122\n"
+"help.text"
msgid "<item type=\"input\">102,26</item>"
msgstr ""
-#: 04060107.xhp#par_id3158279.123.help.text
-msgctxt "04060107.xhp#par_id3158279.123.help.text"
+#. o=m5
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158279\n"
+"123\n"
+"help.text"
msgid "<item type=\"input\">#NA</item>"
msgstr ""
-#: 04060107.xhp#par_id3158306.124.help.text
-msgctxt "04060107.xhp#par_id3158306.124.help.text"
+#. YNp,
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158306\n"
+"124\n"
+"help.text"
msgid "<emph>7</emph>"
msgstr "<emph>7</emph>"
-#: 04060107.xhp#par_id3158333.125.help.text
-msgctxt "04060107.xhp#par_id3158333.125.help.text"
+#. ekkz
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158333\n"
+"125\n"
+"help.text"
msgid "<item type=\"input\">9</item>"
msgstr ""
-#: 04060107.xhp#par_id3158356.126.help.text
-msgctxt "04060107.xhp#par_id3158356.126.help.text"
+#. S:Nq
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158356\n"
+"126\n"
+"help.text"
msgid "<item type=\"input\">17</item>"
msgstr ""
-#: 04060107.xhp#par_id3158379.127.help.text
+#. y*xP
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158379\n"
+"127\n"
+"help.text"
msgid "<item type=\"input\">120</item>"
msgstr ""
-#: 04060107.xhp#par_id3144560.128.help.text
-msgctxt "04060107.xhp#par_id3144560.128.help.text"
+#. _L}4
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144560\n"
+"128\n"
+"help.text"
msgid "<emph>8</emph>"
msgstr "<emph>8</emph>"
-#: 04060107.xhp#par_id3144586.129.help.text
-msgctxt "04060107.xhp#par_id3144586.129.help.text"
+#. \{H{
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144586\n"
+"129\n"
+"help.text"
msgid "<item type=\"input\">10</item>"
msgstr ""
-#: 04060107.xhp#par_id3144609.130.help.text
+#. k%l|
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144609\n"
+"130\n"
+"help.text"
msgid "<item type=\"input\">19</item>"
msgstr ""
-#: 04060107.xhp#par_id3144632.131.help.text
+#. s|K%
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144632\n"
+"131\n"
+"help.text"
msgid "<item type=\"input\">133</item>"
msgstr ""
-#: 04060107.xhp#par_id3144687.132.help.text
+#. /LJ)
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144687\n"
+"132\n"
+"help.text"
msgid "Column A contains several X1 values, column B several X2 values and column C the Y values. You have already entered these values in your spreadsheet. You have now set up E2:G6 in the spreadsheet and activated the <emph>Function Wizard</emph>. For the LINEST function to work, you must have marked the <emph>Array</emph> check box in the <emph>Function Wizard</emph>. Next, select the following values in the spreadsheet (or enter them using the keyboard):"
msgstr ""
-#: 04060107.xhp#par_id3158020.133.help.text
+#. O(n3
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158020\n"
+"133\n"
+"help.text"
msgid "<emph>data_Y</emph> is C2:C8"
msgstr "<emph>მონაცემი_Y</emph> არის C2:C8"
-#: 04060107.xhp#par_id3158039.134.help.text
+#. 5H;H
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158039\n"
+"134\n"
+"help.text"
msgid "<emph>data_X</emph> is A2:B8"
msgstr "<emph>მონაცემი_X</emph> არის A2:B8"
-#: 04060107.xhp#par_id3158058.135.help.text
+#. ;\NH
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158058\n"
+"135\n"
+"help.text"
msgid "<emph>linearType</emph> and <emph>stats</emph> are both set to 1."
msgstr "<emph>წრფივი ტიპი</emph> და <emph>სტატუსი</emph> მინიჭებულია 1."
-#: 04060107.xhp#par_id3158084.136.help.text
+#. #5Ol
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158084\n"
+"136\n"
+"help.text"
msgid "As soon as you click <emph>OK</emph>, $[officename] Calc will fill the above example with the LINEST values as shown in the example."
msgstr ""
-#: 04060107.xhp#par_id3158106.137.help.text
+#. pFWa
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158106\n"
+"137\n"
+"help.text"
msgid "The formula in the <emph>Formula</emph> Bar corresponds to each cell of the LINEST array <item type=\"input\">{=LINEST(C2:C8;A2:B8;1;1)}</item>"
msgstr "<emph>ფორმულის</emph> ზოლის ფორმულა უკავშირდება LINEST მასივის ყველა უჯრას {=LINEST(C2:C8;A2:B8;1;1)}"
-#: 04060107.xhp#par_id3158128.138.help.text
+#. o0]A
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158128\n"
+"138\n"
+"help.text"
msgid "<emph>This represents the calculated LINEST values:</emph>"
msgstr "<emph>ეს ასახავს გამოთვლილ LINEST მნიშვნელობას:</emph>"
-#: 04060107.xhp#bm_id3158146.help.text
+#. ALC4
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3158146\n"
+"help.text"
msgid "<bookmark_value>slopes, see also regression lines</bookmark_value><bookmark_value>regression lines;LINEST function</bookmark_value>"
msgstr ""
-#: 04060107.xhp#par_id3158146.139.help.text
+#. 0%jm
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158146\n"
+"139\n"
+"help.text"
msgid "E2 and F2: Slope m of the regression line y=b+m*x for the x1 and x2 values. The values are given in reverse order; that is, the slope for x2 in E2 and the slope for x1 in F2."
msgstr ""
-#: 04060107.xhp#par_id3158184.140.help.text
+#. #e@9
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158184\n"
+"140\n"
+"help.text"
msgid "G2: Intersection b with the y axis."
msgstr "G2: b თანაკვეთა y ღერძზე."
-#: 04060107.xhp#bm_id3158204.help.text
+#. $[FM
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3158204\n"
+"help.text"
msgid "<bookmark_value>standard errors;array functions</bookmark_value>"
msgstr ""
-#: 04060107.xhp#par_id3158204.141.help.text
+#. BuQc
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158204\n"
+"141\n"
+"help.text"
msgid "E3 and F3: The standard error of the slope value."
msgstr "E3 და F3: დახრის მნიშვნელობის სტანდარტული შეცდომა."
-#: 04060107.xhp#par_id3145845.142.help.text
+#. IjYu
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145845\n"
+"142\n"
+"help.text"
msgid "G3: The standard error of the intercept"
msgstr "G3: კვეთის სტანდარტული შეცდომა"
-#: 04060107.xhp#bm_id3145859.help.text
+#. ;2m2
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3145859\n"
+"help.text"
msgid "<bookmark_value>RSQ calculations</bookmark_value>"
msgstr "<bookmark_value>RSQ გამოთვლები</bookmark_value>"
-#: 04060107.xhp#par_id3145859.143.help.text
+#. GUYq
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145859\n"
+"143\n"
+"help.text"
msgid "E4: RSQ"
msgstr "E4: RSQ"
-#: 04060107.xhp#par_id3145880.144.help.text
+#. jS*?
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145880\n"
+"144\n"
+"help.text"
msgid "F4: The standard error of the regression calculated for the Y value."
msgstr "F4: Y მნიშვნელობის რეგრესიული გამოთვლის სტანდარტული შეცდომა."
-#: 04060107.xhp#par_id3145894.145.help.text
+#. C7;7
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145894\n"
+"145\n"
+"help.text"
msgid "E5: The F value from the variance analysis."
msgstr "E5: ვარიაციული ანალიზის F მნიშვნელობა."
-#: 04060107.xhp#par_id3145915.146.help.text
+#. 05,^
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145915\n"
+"146\n"
+"help.text"
msgid "F5: The degrees of freedom from the variance analysis."
msgstr "F5: ვარიაციის ანალიზის თავისუფლების ხარისხი."
-#: 04060107.xhp#par_id3145937.147.help.text
+#. iwB^
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145937\n"
+"147\n"
+"help.text"
msgid "E6: The sum of the squared deviation of the estimated Y values from their linear mean."
msgstr ""
-#: 04060107.xhp#par_id3145952.148.help.text
+#. eRMn
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145952\n"
+"148\n"
+"help.text"
msgid "F6: The sum of the squared deviation of the estimated Y value from the given Y values."
msgstr ""
-#: 04060107.xhp#par_idN11B04.help.text
-msgctxt "04060107.xhp#par_idN11B04.help.text"
+#. EooW
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B04\n"
+"help.text"
msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
-#: 04060107.xhp#bm_id1596728.help.text
+#. @n1K
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id1596728\n"
+"help.text"
msgid "<bookmark_value>LOGEST function</bookmark_value>"
msgstr "<bookmark_value>LOGEST ფუნქცია</bookmark_value>"
-#: 04060107.xhp#hd_id3146009.150.help.text
+#. o@o2
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3146009\n"
+"150\n"
+"help.text"
msgid "LOGEST"
msgstr "LOGEST"
-#: 04060107.xhp#par_id3146037.151.help.text
+#. /{/c
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3146037\n"
+"151\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_RKP\">This function calculates the adjustment of the entered data as an exponential regression curve (y=b*m^x).</ahelp>"
msgstr ""
-#: 04060107.xhp#hd_id3146056.152.help.text
-msgctxt "04060107.xhp#hd_id3146056.152.help.text"
+#. -~Lu
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3146056\n"
+"152\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060107.xhp#par_id3163123.153.help.text
+#. E(u7
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163123\n"
+"153\n"
+"help.text"
msgid "LOGEST(DataY; DataX; FunctionType; Stats)"
msgstr "LOGEST(მონაცემი_Y; მონაცემი_X; ფუნქციის ტიპი; სტატისტიკა)"
-#: 04060107.xhp#par_id3163137.154.help.text
-msgctxt "04060107.xhp#par_id3163137.154.help.text"
+#. ZG@E
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163137\n"
+"154\n"
+"help.text"
msgid "<emph>DataY</emph> represents the Y Data array."
msgstr "<emph>მონაცემი_Y</emph>ასახავს Y მონაცემთა მასივს."
-#: 04060107.xhp#par_id3163155.155.help.text
-msgctxt "04060107.xhp#par_id3163155.155.help.text"
+#. cH)M
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163155\n"
+"155\n"
+"help.text"
msgid "<emph>DataX</emph> (optional) represents the X Data array."
msgstr "<emph>მონაცემი_X</emph> (არასავალდებულო) ასახავს X მონაცემთა მასივს."
-#: 04060107.xhp#par_id3163174.156.help.text
+#. 86SD
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163174\n"
+"156\n"
+"help.text"
msgid "<emph>FunctionType</emph> (optional). If Function_Type = 0, functions in the form y = m^x will be calculated. Otherwise, y = b*m^x functions will be calculated."
msgstr "<emph>ფუნქციის_ტიპი</emph>(არასავალდებულო) თუ ფუნქციის_ტიპი = 0, ფუნქცია ფორმაში y = m^x გამოითვლება. სხვაგვარად y = b*m^x გამოითვლება."
-#: 04060107.xhp#par_id3163196.157.help.text
+#. ?S\9
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163196\n"
+"157\n"
+"help.text"
msgid "<emph>Stats</emph> (optional). If Stats=0, only the regression coefficient is calculated."
msgstr ""
-#: 04060107.xhp#par_idN118F7.help.text
-msgctxt "04060107.xhp#par_idN118F7.help.text"
+#. Urcz
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN118F7\n"
+"help.text"
msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-#: 04060107.xhp#par_idN11BC3.help.text
-msgctxt "04060107.xhp#par_idN11BC3.help.text"
+#. qx0:
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11BC3\n"
+"help.text"
msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
-#: 04060107.xhp#hd_id3163216.158.help.text
-msgctxt "04060107.xhp#hd_id3163216.158.help.text"
+#. E;bl
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3163216\n"
+"158\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060107.xhp#par_id3163230.159.help.text
+#. (H;j
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163230\n"
+"159\n"
+"help.text"
msgid "See LINEST. However, no square sum will be returned."
msgstr "იხილეთ LINEST. თუმცა კვადრატების ჯამი არ დამრგვალდება."
-#: 04060107.xhp#bm_id3163286.help.text
+#. TFx,
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3163286\n"
+"help.text"
msgid "<bookmark_value>SUMPRODUCT function</bookmark_value><bookmark_value>scalar products</bookmark_value><bookmark_value>dot products</bookmark_value><bookmark_value>inner products</bookmark_value>"
msgstr "<bookmark_value>SUMPRODUCT ფუნქცია</bookmark_value><bookmark_value>სკალური ნამრავლები</bookmark_value><bookmark_value>dot ნამრავლები</bookmark_value><bookmark_value>შიდა ნამრავლები</bookmark_value>"
-#: 04060107.xhp#hd_id3163286.161.help.text
+#. JNT?
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3163286\n"
+"161\n"
+"help.text"
msgid "SUMPRODUCT"
msgstr "SUMPRODUCT"
-#: 04060107.xhp#par_id3163314.162.help.text
+#. },^0
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163314\n"
+"162\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_SUMMENPRODUKT\">Multiplies corresponding elements in the given arrays, and returns the sum of those products.</ahelp>"
msgstr ""
-#: 04060107.xhp#hd_id3163334.163.help.text
-msgctxt "04060107.xhp#hd_id3163334.163.help.text"
+#. se8,
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3163334\n"
+"163\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060107.xhp#par_id3163347.164.help.text
+#. GQ~=
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163347\n"
+"164\n"
+"help.text"
msgid "SUMPRODUCT(Array1; Array2...Array30)"
msgstr "SUMPRODUCT(მასივი1; მასივი2...მასივი 30)"
-#: 04060107.xhp#par_id3163362.165.help.text
+#. h9).
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163362\n"
+"165\n"
+"help.text"
msgid "<emph>Array1, Array2...Array30</emph> represent arrays whose corresponding elements are to be multiplied."
msgstr ""
-#: 04060107.xhp#par_idN11B19.help.text
+#. u*sS
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B19\n"
+"help.text"
msgid "At least one array must be part of the argument list. If only one array is given, all array elements are summed."
msgstr ""
-#: 04060107.xhp#par_idN11B1C.help.text
-msgctxt "04060107.xhp#par_idN11B1C.help.text"
+#. 56_C
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B1C\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060107.xhp#par_idN11B2F.help.text
-msgctxt "04060107.xhp#par_idN11B2F.help.text"
+#. Vdc_
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B2F\n"
+"help.text"
msgid "A"
msgstr "A"
-#: 04060107.xhp#par_idN11B35.help.text
-msgctxt "04060107.xhp#par_idN11B35.help.text"
+#. MYqR
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B35\n"
+"help.text"
msgid "B"
msgstr "B"
-#: 04060107.xhp#par_idN11B3B.help.text
-msgctxt "04060107.xhp#par_idN11B3B.help.text"
+#. Z/=o
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B3B\n"
+"help.text"
msgid "C"
msgstr "C"
-#: 04060107.xhp#par_idN11B41.help.text
-msgctxt "04060107.xhp#par_idN11B41.help.text"
+#. ?J!6
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B41\n"
+"help.text"
msgid "D"
msgstr "D"
-#: 04060107.xhp#par_idN11B48.help.text
-msgctxt "04060107.xhp#par_idN11B48.help.text"
+#. ]4A|
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B48\n"
+"help.text"
msgid "1"
msgstr "1"
-#: 04060107.xhp#par_idN11B4E.help.text
-msgctxt "04060107.xhp#par_idN11B4E.help.text"
+#. ZF?M
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B4E\n"
+"help.text"
msgid "<item type=\"input\">2</item>"
msgstr ""
-#: 04060107.xhp#par_idN11B54.help.text
-msgctxt "04060107.xhp#par_idN11B54.help.text"
+#. i{R1
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B54\n"
+"help.text"
msgid "<item type=\"input\">3</item>"
msgstr ""
-#: 04060107.xhp#par_idN11B5A.help.text
-msgctxt "04060107.xhp#par_idN11B5A.help.text"
+#. 02WS
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B5A\n"
+"help.text"
msgid "<item type=\"input\">4</item>"
msgstr ""
-#: 04060107.xhp#par_idN11B60.help.text
-msgctxt "04060107.xhp#par_idN11B60.help.text"
+#. 8gdK
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B60\n"
+"help.text"
msgid "<item type=\"input\">5</item>"
msgstr ""
-#: 04060107.xhp#par_idN11B67.help.text
-msgctxt "04060107.xhp#par_idN11B67.help.text"
+#. 4+%J
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B67\n"
+"help.text"
msgid "2"
msgstr "2"
-#: 04060107.xhp#par_idN11B6D.help.text
-msgctxt "04060107.xhp#par_idN11B6D.help.text"
+#. M)T1
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B6D\n"
+"help.text"
msgid "<item type=\"input\">6</item>"
msgstr ""
-#: 04060107.xhp#par_idN11B73.help.text
-msgctxt "04060107.xhp#par_idN11B73.help.text"
+#. 5e_p
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B73\n"
+"help.text"
msgid "<item type=\"input\">7</item>"
msgstr ""
-#: 04060107.xhp#par_idN11B79.help.text
-msgctxt "04060107.xhp#par_idN11B79.help.text"
+#. -EMG
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B79\n"
+"help.text"
msgid "<item type=\"input\">8</item>"
msgstr ""
-#: 04060107.xhp#par_idN11B7F.help.text
-msgctxt "04060107.xhp#par_idN11B7F.help.text"
+#. H$p+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B7F\n"
+"help.text"
msgid "<item type=\"input\">9</item>"
msgstr ""
-#: 04060107.xhp#par_idN11B86.help.text
-msgctxt "04060107.xhp#par_idN11B86.help.text"
+#. F;eX
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B86\n"
+"help.text"
msgid "3"
msgstr "3"
-#: 04060107.xhp#par_idN11B8C.help.text
-msgctxt "04060107.xhp#par_idN11B8C.help.text"
+#. Yj;9
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B8C\n"
+"help.text"
msgid "<item type=\"input\">10</item>"
msgstr ""
-#: 04060107.xhp#par_idN11B92.help.text
-msgctxt "04060107.xhp#par_idN11B92.help.text"
+#. bSa!
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B92\n"
+"help.text"
msgid "<item type=\"input\">11</item>"
msgstr ""
-#: 04060107.xhp#par_idN11B98.help.text
-msgctxt "04060107.xhp#par_idN11B98.help.text"
+#. `^,X
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B98\n"
+"help.text"
msgid "<item type=\"input\">12</item>"
msgstr ""
-#: 04060107.xhp#par_idN11B9E.help.text
+#. *fLR
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B9E\n"
+"help.text"
msgid "<item type=\"input\">13</item>"
msgstr ""
-#: 04060107.xhp#par_idN11BA1.help.text
+#. ^TWs
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11BA1\n"
+"help.text"
msgid "<item type=\"input\">=SUMPRODUCT(A1:B3;C1:D3)</item> returns 397."
msgstr ""
-#: 04060107.xhp#par_idN11BA4.help.text
+#. hV[G
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11BA4\n"
+"help.text"
msgid "Calculation: A1*C1 + B1*D1 + A2*C2 + B2*D2 + A3*C3 + B3*D3"
msgstr "გამოთვლა: A1*C1 + B1*D1 + A2*C2 + B2*D2 + A3*C3 + B3*D3"
-#: 04060107.xhp#par_idN11BA7.help.text
+#. RJ:A
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11BA7\n"
+"help.text"
msgid "You can use SUMPRODUCT to calculate the scalar product of two vectors."
msgstr ""
-#: 04060107.xhp#par_idN11BBC.help.text
+#. 55!*
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11BBC\n"
+"help.text"
msgid "SUMPRODUCT returns a single number, it is not necessary to enter the function as an array function."
msgstr ""
-#: 04060107.xhp#par_idN11C91.help.text
-msgctxt "04060107.xhp#par_idN11C91.help.text"
+#. T=\K
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11C91\n"
+"help.text"
msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
-#: 04060107.xhp#bm_id3144842.help.text
+#. 7WQ7
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3144842\n"
+"help.text"
msgid "<bookmark_value>SUMX2MY2 function</bookmark_value>"
msgstr "<bookmark_value>SUMX2MY2 ფუნქცია</bookmark_value>"
-#: 04060107.xhp#hd_id3144842.169.help.text
+#. ^^1A
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3144842\n"
+"169\n"
+"help.text"
msgid "SUMX2MY2"
msgstr "SUMX2MY2"
-#: 04060107.xhp#par_id3144871.170.help.text
+#. iVhc
+#: 04060107.xhp
#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144871\n"
+"170\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_SUMMEX2MY2\">Returns the sum of the difference of squares of corresponding values in two arrays.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_SUMMEXMY2\">ორი მასივის დაკავშირებული მნიშვნელობების კვადრატებს აჯამებს.</ahelp>"
-#: 04060107.xhp#hd_id3144889.171.help.text
-msgctxt "04060107.xhp#hd_id3144889.171.help.text"
+#. o+?K
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3144889\n"
+"171\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060107.xhp#par_id3144903.172.help.text
+#. 5/vH
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144903\n"
+"172\n"
+"help.text"
msgid "SUMX2MY2(ArrayX; ArrayY)"
msgstr "SUMX2PY2(მასივი X; მასივი Y)"
-#: 04060107.xhp#par_id3144916.173.help.text
+#. Xi6z
+#: 04060107.xhp
#, fuzzy
-msgctxt "04060107.xhp#par_id3144916.173.help.text"
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144916\n"
+"173\n"
+"help.text"
msgid "<emph>ArrayX</emph> represents the first array whose elements are to be squared and added."
msgstr "<emph>მასივი X</emph> ასახავს პირველ მასივს რომლის არგუმენტები უნდა აკვადრატდეს და დაჯამდეს."
-#: 04060107.xhp#par_id3144936.174.help.text
+#. pd2;
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144936\n"
+"174\n"
+"help.text"
msgid "<emph>ArrayY</emph> represents the second array whose elements are to be squared and subtracted."
msgstr "<emph>მასივი Y</emph> ასახავს მეორე მასივს რომლის არგუმენტები უნდა აკვადრატდეს და დაჯამდეს."
-#: 04060107.xhp#par_idN11D6B.help.text
-msgctxt "04060107.xhp#par_idN11D6B.help.text"
+#. AnSW
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11D6B\n"
+"help.text"
msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
-#: 04060107.xhp#bm_id3145026.help.text
+#. h)d.
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3145026\n"
+"help.text"
msgid "<bookmark_value>SUMX2PY2 function</bookmark_value>"
msgstr "<bookmark_value>SUMX2PY2 ფუნქცია</bookmark_value>"
-#: 04060107.xhp#hd_id3145026.178.help.text
+#. uP58
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3145026\n"
+"178\n"
+"help.text"
msgid "SUMX2PY2"
msgstr "SUMX2PY2"
-#: 04060107.xhp#par_id3145055.179.help.text
+#. p(N+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145055\n"
+"179\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_SUMMEX2PY2\">Returns the sum of the sum of squares of corresponding values in two arrays.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_FUNC_SUMMEXMY2\">ორი მასივის დაკავშირებული მნიშვნელობების კვადრატებს აჯამებს.</ahelp>"
-#: 04060107.xhp#hd_id3163390.180.help.text
-msgctxt "04060107.xhp#hd_id3163390.180.help.text"
+#. ]yVB
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3163390\n"
+"180\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060107.xhp#par_id3163404.181.help.text
+#. W#[]
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163404\n"
+"181\n"
+"help.text"
msgid "SUMX2PY2(ArrayX; ArrayY)"
msgstr "SUMX2PY2(მასივი X; მასივი Y)"
-#: 04060107.xhp#par_id3163417.182.help.text
-msgctxt "04060107.xhp#par_id3163417.182.help.text"
+#. Go%T
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163417\n"
+"182\n"
+"help.text"
msgid "<emph>ArrayX</emph> represents the first array whose elements are to be squared and added."
-msgstr ""
+msgstr "<emph>მასივი X</emph> ასახავს პირველ მასივს რომლის არგუმენტები უნდა აკვადრატდეს და დაჯამდეს."
-#: 04060107.xhp#par_id3163437.183.help.text
+#. 5lFR
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163437\n"
+"183\n"
+"help.text"
msgid "<emph>ArrayY</emph> represents the second array, whose elements are to be squared and added."
msgstr "<emph>მასივი Y</emph> ასახავს მეორე მასივს რომლის არგუმენტები უნდა აკვადრატდეს და დაჯამდეს."
-#: 04060107.xhp#par_idN11E45.help.text
-msgctxt "04060107.xhp#par_idN11E45.help.text"
+#. *$le
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11E45\n"
+"help.text"
msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
-#: 04060107.xhp#bm_id3163527.help.text
+#. FS5^
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3163527\n"
+"help.text"
msgid "<bookmark_value>SUMXMY2 function</bookmark_value>"
msgstr "<bookmark_value>SUMXMY2 ფუნქცია</bookmark_value>"
-#: 04060107.xhp#hd_id3163527.187.help.text
+#. 1Q@-
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3163527\n"
+"187\n"
+"help.text"
msgid "SUMXMY2"
msgstr "SUMXMY2"
-#: 04060107.xhp#par_id3163556.188.help.text
+#. hffU
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163556\n"
+"188\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_SUMMEXMY2\">Adds the squares of the variance between corresponding values in two arrays.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_SUMMEXMY2\">ორი მასივის დაკავშირებული მნიშვნელობების კვადრატებს აჯამებს.</ahelp>"
-#: 04060107.xhp#hd_id3163574.189.help.text
-msgctxt "04060107.xhp#hd_id3163574.189.help.text"
+#. 0Q+F
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3163574\n"
+"189\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060107.xhp#par_id3163588.190.help.text
+#. #q~:
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163588\n"
+"190\n"
+"help.text"
msgid "SUMXMY2(ArrayX; ArrayY)"
msgstr "SUMXMY2(მასივი X; მასივი Y)"
-#: 04060107.xhp#par_id3163601.191.help.text
+#. nDO;
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163601\n"
+"191\n"
+"help.text"
msgid "<emph>ArrayX</emph> represents the first array whose elements are to be subtracted and squared."
msgstr "<emph>მასივი X</emph> ასახავს პირველ მასივს რომლის არგუმენტები უნდა აკვადრატდეს და გამოაკლდეს."
-#: 04060107.xhp#par_id3163621.192.help.text
+#. [AcM
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163621\n"
+"192\n"
+"help.text"
msgid "<emph>ArrayY</emph> represents the second array, whose elements are to be subtracted and squared."
msgstr "<emph>მასივი Y</emph> ასახავს მეორე მასივს რომლის არგუმენტები უნდა აკვადრატდეს და გამოაკლდეს."
-#: 04060107.xhp#par_idN11F1F.help.text
-msgctxt "04060107.xhp#par_idN11F1F.help.text"
+#. 6{:.
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11F1F\n"
+"help.text"
msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
-#: 04060107.xhp#bm_id3166062.help.text
+#. %B$i
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3166062\n"
+"help.text"
msgid "<bookmark_value>TREND function</bookmark_value>"
msgstr "<bookmark_value>TREND ფუნქცია</bookmark_value>"
-#: 04060107.xhp#hd_id3166062.196.help.text
+#. [cT`
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3166062\n"
+"196\n"
+"help.text"
msgid "TREND"
msgstr "TREND"
-#: 04060107.xhp#par_id3166091.197.help.text
+#. 3e{y
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166091\n"
+"197\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_TREND\">Returns values along a linear trend.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_TREND\">აბრუნებს წრფივი კურსის მნიშვნელობებს.</ahelp>"
-#: 04060107.xhp#hd_id3166109.198.help.text
-msgctxt "04060107.xhp#hd_id3166109.198.help.text"
+#. |pQ8
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3166109\n"
+"198\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060107.xhp#par_id3166122.199.help.text
+#. aMM#
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166122\n"
+"199\n"
+"help.text"
msgid "TREND(DataY; DataX; NewDataX; LinearType)"
msgstr "TREND(მონაცემი_Y; მონაცემი_X; ახალი მონაცემი_X; წრფივი ტიპი)"
-#: 04060107.xhp#par_id3166137.200.help.text
-msgctxt "04060107.xhp#par_id3166137.200.help.text"
+#. `i%D
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166137\n"
+"200\n"
+"help.text"
msgid "<emph>DataY</emph> represents the Y Data array."
msgstr "<emph>მონაცემი_Y</emph>ასახავს Y მონაცემთა მასივს."
-#: 04060107.xhp#par_id3166156.201.help.text
-msgctxt "04060107.xhp#par_id3166156.201.help.text"
+#. wdU|
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166156\n"
+"201\n"
+"help.text"
msgid "<emph>DataX</emph> (optional) represents the X Data array."
msgstr "<emph>მონაცემი_X</emph> (არასავალდებულო) ასახავს X მონაცემთა მასივს."
-#: 04060107.xhp#par_id3166176.202.help.text
+#. pM}J
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166176\n"
+"202\n"
+"help.text"
msgid "<emph>NewDataX</emph> (optional) represents the array of the X data, which are used for recalculating values."
msgstr "<emph>ახალი მონაცემი_X</emph> (არასავალდებულო) ასახავს X მონაცემების მასივს, რომელიც გამოიყენება მნიშვნელობების გადასაანგარიშებლად."
-#: 04060107.xhp#par_id3166196.203.help.text
+#. D]=c
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166196\n"
+"203\n"
+"help.text"
msgid "<emph>LinearType</emph>(Optional). If LinearType = 0, then lines will be calculated through the zero point. Otherwise, offset lines will also be calculated. The default is LinearType <> 0."
msgstr ""
-#: 04060107.xhp#par_idN11D2F.help.text
-msgctxt "04060107.xhp#par_idN11D2F.help.text"
+#. (:Yj
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11D2F\n"
+"help.text"
msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-#: 04060107.xhp#par_idN12019.help.text
-msgctxt "04060107.xhp#par_idN12019.help.text"
+#. DHAe
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN12019\n"
+"help.text"
msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
-#: 04060107.xhp#hd_id3166231.204.help.text
-msgctxt "04060107.xhp#hd_id3166231.204.help.text"
+#. )rs6
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3166231\n"
+"204\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060107.xhp#par_id3166245.205.help.text
+#. zZ%v
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166245\n"
+"205\n"
+"help.text"
msgid "Select a spreadsheet range in which the trend data will appear. Select the function. Enter the output data or select it with the mouse. Mark the <emph>Array</emph> field. click <emph>OK</emph>. The trend data calculated from the output data is displayed."
msgstr ""
-#: 04060107.xhp#bm_id3166317.help.text
+#. ThYP
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3166317\n"
+"help.text"
msgid "<bookmark_value>GROWTH function</bookmark_value><bookmark_value>exponential trends in arrays</bookmark_value>"
msgstr "<bookmark_value>GROWTH ფუნქცია</bookmark_value><bookmark_value>მასივების საჩვენებელი კურსი</bookmark_value>"
-#: 04060107.xhp#hd_id3166317.207.help.text
+#. d2?w
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3166317\n"
+"207\n"
+"help.text"
msgid "GROWTH"
msgstr "GROWTH"
-#: 04060107.xhp#par_id3166346.208.help.text
+#. kE*,
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166346\n"
+"208\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_VARIATION\">Calculates the points of an exponential trend in an array.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_VARIATION\">გამოთვლის მასივების საჩვენებელი კურსის წერტილებს.</ahelp>"
-#: 04060107.xhp#hd_id3166364.209.help.text
-msgctxt "04060107.xhp#hd_id3166364.209.help.text"
+#. 6=3S
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3166364\n"
+"209\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060107.xhp#par_id3166377.210.help.text
+#. Q`FW
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166377\n"
+"210\n"
+"help.text"
msgid "GROWTH(DataY; DataX; NewDataX; FunctionType)"
msgstr ""
-#: 04060107.xhp#par_id3166392.211.help.text
-msgctxt "04060107.xhp#par_id3166392.211.help.text"
+#. b25k
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166392\n"
+"211\n"
+"help.text"
msgid "<emph>DataY</emph> represents the Y Data array."
msgstr "<emph>მონაცემი_Y</emph>ასახავს Y მონაცემთა მასივს."
-#: 04060107.xhp#par_id3166411.212.help.text
-msgctxt "04060107.xhp#par_id3166411.212.help.text"
+#. kx!r
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166411\n"
+"212\n"
+"help.text"
msgid "<emph>DataX</emph> (optional) represents the X Data array."
msgstr "<emph>მონაცემი_X</emph> (არასავალდებულო) ასახავს X მონაცემთა მასივს."
-#: 04060107.xhp#par_id3173797.213.help.text
+#. c39V
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3173797\n"
+"213\n"
+"help.text"
msgid "<emph>NewDataX</emph> (optional) represents the X data array, in which the values are recalculated."
msgstr "<emph>ახალი_მონაცემი_X</emph> (არასავალდებულო) ასახავს X მონაცემთა მასივს, რომელშიც მნიშვნელობები გადაანგარიშებულია."
-#: 04060107.xhp#par_id3173817.214.help.text
+#. 7x,I
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3173817\n"
+"214\n"
+"help.text"
msgid "<emph>FunctionType</emph>(optional). If FunctionType = 0, functions in the form y = m^x will be calculated. Otherwise, y = b*m^x functions will be calculated."
msgstr "<emph>ფუნქციის_ტიპი</emph>(არასავალდებულო) თუ ფუნქციის_ტიპი = 0, ფუნქცია ფორმაში y = m^x გამოითვლება. სხვაგვარად y = b*m^x გამოითვლება."
-#: 04060107.xhp#par_idN11DFD.help.text
-msgctxt "04060107.xhp#par_idN11DFD.help.text"
+#. B]@*
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11DFD\n"
+"help.text"
msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-#: 04060107.xhp#par_idN12113.help.text
-msgctxt "04060107.xhp#par_idN12113.help.text"
+#. 9^uH
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN12113\n"
+"help.text"
msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
-#: 04060107.xhp#hd_id3173839.215.help.text
-msgctxt "04060107.xhp#hd_id3173839.215.help.text"
+#. Z-pk
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3173839\n"
+"215\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060107.xhp#par_id3173852.216.help.text
+#. t^hr
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3173852\n"
+"216\n"
+"help.text"
msgid "This function returns an array and is handled in the same way as the other array functions. Select a range where you want the answers to appear and select the function. Select DataY. Enter any other parameters, mark <emph>Array</emph> and click <emph>OK</emph>."
msgstr ""
-#: 12080500.xhp#tit.help.text
-msgid "AutoOutline"
-msgstr "ავტომონახაზი"
+#. OUa/
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"tit\n"
+"help.text"
+msgid "DATEDIF"
+msgstr ""
-#: 12080500.xhp#hd_id3150275.1.help.text
-msgid "<link href=\"text/scalc/01/12080500.xhp\" name=\"AutoOutline\">AutoOutline</link>"
-msgstr "<link href=\"text/scalc/01/12080500.xhp\" name=\"AutoOutline\">ავტომონახაზი</link>"
+#. Et7(
+#: func_datedif.xhp
+#, fuzzy
+msgctxt ""
+"func_datedif.xhp\n"
+"bm_id3155511\n"
+"help.text"
+msgid "<bookmark_value>DATEDIF function</bookmark_value>"
+msgstr "<bookmark_value>DATE ფუნქცია</bookmark_value>"
-#: 12080500.xhp#par_id3145069.2.help.text
-msgid "<ahelp hid=\".uno:AutoOutline\">If the selected cell range contains formulas or references, $[officename] automatically outlines the selection.</ahelp>"
+#. abI(
+#: func_datedif.xhp
+#, fuzzy
+msgctxt ""
+"func_datedif.xhp\n"
+"hd_id3155511\n"
+"help.text"
+msgid "<variable id=\"datedif\"><link href=\"text/scalc/01/func_datedif.xhp\">DATEDIF</link></variable>"
+msgstr "<variable id=\"date\"><link href=\"text/scalc/01/func_date.xhp\">DATE</link></variable>"
+
+#. uV*T
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3153551\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DATUM\">This function returns the number of whole days, months or years between Start date and End date.</ahelp>"
msgstr ""
-#: 12080500.xhp#par_id3148798.10.help.text
-msgid "For example, consider the following table:"
-msgstr "მაგალითისთვის დააკვირდით შემდეგ ცხრილს:"
+#. ,V\7
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"hd_id3148590\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12080500.xhp#par_id3154123.11.help.text
-msgid "January"
-msgstr "იანვარი"
+#. POU,
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3150474\n"
+"help.text"
+msgid "DATEDIF(Start date; End date; Interval)"
+msgstr ""
-#: 12080500.xhp#par_id3154011.12.help.text
-msgid "February"
-msgstr "თებერვალი"
+#. 6jyW
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3152815\n"
+"help.text"
+msgid "<emph>Start date</emph> is the date from when the calculation is carried out."
+msgstr ""
-#: 12080500.xhp#par_id3152460.13.help.text
-msgid "March"
-msgstr "მარტი"
+#. b@;M
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3155817\n"
+"help.text"
+msgid "<emph>End date</emph> is the date until the calculation is carried out. End date must be later, than Start date."
+msgstr ""
-#: 12080500.xhp#par_id3146119.14.help.text
-msgid "1st Quarter"
-msgstr "პირველი კვარტალი"
+#. ]QgS
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3153183\n"
+"help.text"
+msgid "<emph>Interval</emph> is a string, accepted values are \"d\", \"m\", \"y\", \"ym\", \"md\" or \"yd\"."
+msgstr ""
-#: 12080500.xhp#par_id3155854.15.help.text
-msgid "April"
-msgstr "აპრილი"
+#. To-m
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id5735953\n"
+"help.text"
+msgid "Value for \"Interval\""
+msgstr ""
-#: 12080500.xhp#par_id3148575.16.help.text
-msgid "May"
-msgstr "მაისი"
+#. XOg(
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id8360850\n"
+"help.text"
+msgid "Return value"
+msgstr "დაბრუნების მნიშვნელობა"
-#: 12080500.xhp#par_id3145271.17.help.text
-msgid "June"
-msgstr "ივნისი"
+#. `[X*
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id9648731\n"
+"help.text"
+msgid "\"d\""
+msgstr ""
-#: 12080500.xhp#par_id3145648.18.help.text
-msgid "2nd Quarter"
-msgstr "მეორე კვარტალი"
+#. nZuo
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id908841\n"
+"help.text"
+msgid "Number of whole days between Start date and End date."
+msgstr ""
-#: 12080500.xhp#par_id3153876.19.help.text
-msgctxt "12080500.xhp#par_id3153876.19.help.text"
-msgid "100"
-msgstr "100"
+#. L@m0
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id8193914\n"
+"help.text"
+msgid "\"m\""
+msgstr ""
-#: 12080500.xhp#par_id3145251.20.help.text
-msgid "120"
-msgstr "120"
+#. YbhD
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id9841608\n"
+"help.text"
+msgid "Number of whole months between Start date and End date."
+msgstr ""
-#: 12080500.xhp#par_id3149400.21.help.text
-msgid "130"
-msgstr "130"
+#. YLs(
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id2701803\n"
+"help.text"
+msgid "\"y\""
+msgstr ""
-#: 12080500.xhp#par_id3150328.22.help.text
-msgid "350"
-msgstr "350"
+#. f?\1
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id2136295\n"
+"help.text"
+msgid "Number of whole years between Start date and End date."
+msgstr ""
-#: 12080500.xhp#par_id3155443.23.help.text
-msgctxt "12080500.xhp#par_id3155443.23.help.text"
-msgid "100"
-msgstr "100"
+#. AD3y
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id9200109\n"
+"help.text"
+msgid "\"ym\""
+msgstr ""
-#: 12080500.xhp#par_id3153713.24.help.text
-msgctxt "12080500.xhp#par_id3153713.24.help.text"
-msgid "100"
-msgstr "100"
+#. ZN@x
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id4186223\n"
+"help.text"
+msgid "Number of whole months when subtracting years from the difference of Start date and End date."
+msgstr ""
-#: 12080500.xhp#par_id3156385.25.help.text
-msgid "200"
-msgstr "200"
+#. 6E+3
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id5766472\n"
+"help.text"
+msgid "\"md\""
+msgstr ""
-#: 12080500.xhp#par_id3145230.26.help.text
-msgid "400"
-msgstr "400"
+#. (.D5
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id1491134\n"
+"help.text"
+msgid "Number of whole days when subtracting years and months from the difference of Start date and End date."
+msgstr ""
-#: 12080500.xhp#par_id3147363.27.help.text
-msgid "The cells for the 1st and 2nd quarters each contain a sum formula for the three cells to their left. If you apply the <emph>AutoOutline</emph> command, the table is grouped into two quarters."
+#. Z/)s
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id5866472\n"
+"help.text"
+msgid "\"yd\""
msgstr ""
-#: 12080500.xhp#par_id3146918.9.help.text
-msgid "To remove the outline, select the table, and then choose <link href=\"text/scalc/01/12080600.xhp\" name=\"Data - Group and Outline - Remove\">Data - Group and Outline - Remove</link>."
+#. JiU)
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id1591134\n"
+"help.text"
+msgid "Number of whole days when subtracting years from the difference of Start date and End date."
msgstr ""
-#: 06070000.xhp#tit.help.text
-msgid "AutoCalculate"
-msgstr "ავტოგამოთვლა"
+#. YX)?
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"hd_id3147477\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 06070000.xhp#bm_id3145673.help.text
-msgid "<bookmark_value>calculating; auto calculating sheets</bookmark_value><bookmark_value>recalculating;auto calculating sheets</bookmark_value><bookmark_value>AutoCalculate function in sheets</bookmark_value><bookmark_value>correcting sheets automatically</bookmark_value><bookmark_value>formulas;AutoCalculate function</bookmark_value><bookmark_value>cell contents;AutoCalculate function</bookmark_value>"
+#. AQKZ
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3152589\n"
+"help.text"
+msgid "Birthday calculation. A man was born on 1974-04-17. Today is 2012-06-13."
msgstr ""
-#: 06070000.xhp#hd_id3145673.1.help.text
-msgid "<link href=\"text/scalc/01/06070000.xhp\" name=\"AutoCalculate\">AutoCalculate</link>"
-msgstr "<link href=\"text/scalc/01/06070000.xhp\" name=\"AutoCalculate\">ავტოგამოთვლა</link>"
+#. 1_A8
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3252589\n"
+"help.text"
+msgid "<item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"y\")</item> yields 38. <item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"ym\")</item> yields 1. <item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"md\")</item> yields 27. So he is 38 years, 1 month and 27 days old."
+msgstr ""
-#: 06070000.xhp#par_id3148798.2.help.text
-msgid "<ahelp hid=\".uno:AutomaticCalculation\">Automatically recalculates all formulas in the document.</ahelp>"
+#. 9^rb
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3352589\n"
+"help.text"
+msgid "<item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"m\")</item> yields 457, he has been living for 457 months."
msgstr ""
-#: 06070000.xhp#par_id3145173.3.help.text
-msgid "All cells are recalculated after a sheet cell has been modified. Any charts in the sheet will also be refreshed."
+#. 2HN2
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3452589\n"
+"help.text"
+msgid "<item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"d\")</item> yields 13937, he has been living for 13937 days."
msgstr ""
-#: 12050100.xhp#tit.help.text
-msgid "1st, 2nd, 3rd Group"
-msgstr "I, II, III ჯგუფი"
+#. 3Gl^
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3752589\n"
+"help.text"
+msgid "<item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"yd\")</item> yields 57, his birthday was 57 days ago."
+msgstr ""
-#: 12050100.xhp#hd_id3149784.1.help.text
-msgid "<link href=\"text/scalc/01/12050100.xhp\" name=\"1st, 2nd, 3rd Group\">1st, 2nd, 3rd Group</link>"
-msgstr "<link href=\"text/scalc/01/12050100.xhp\" name=\"1st, 2nd, 3rd Group\">1, მე-2-ე, მე3-ე ჯგუფი</link>"
+#. s8^B
+#: 06030200.xhp
+msgctxt ""
+"06030200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Remove Precedents"
+msgstr "დამოკიდებულებების ამოშლა"
-#: 12050100.xhp#par_id3145068.2.help.text
-msgid "<ahelp hid=\"HID_SCPAGE_SUBT_GROUP1\">Specify the settings for up to three subtotal groups. Each tab has the same layout.</ahelp>"
+#. Eq!t
+#: 06030200.xhp
+msgctxt ""
+"06030200.xhp\n"
+"bm_id3155628\n"
+"help.text"
+msgid "<bookmark_value>cells; removing precedents</bookmark_value><bookmark_value>formula cells;removing precedents</bookmark_value>"
msgstr ""
-#: 12050100.xhp#par_id3148797.3.help.text
-msgid "To insert subtotal values into a table:"
-msgstr "სვავს ცხრილში ქვეჯამების მნიშვნელობებს:"
+#. ?\3z
+#: 06030200.xhp
+#, fuzzy
+msgctxt ""
+"06030200.xhp\n"
+"hd_id3155628\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06030200.xhp\" name=\"Remove Precedents\">Remove Precedents</link>"
+msgstr "<link href=\"text/scalc/01/06030400.xhp\" name=\"Remove Dependents\">დამოკიდებულებების ამოშლა</link>"
-#: 12050100.xhp#par_id3154908.13.help.text
-msgid "Ensure that the columns of the table have labels."
-msgstr "დარწმინდით რომ ცხრილში სვეტებს აქვთ ეტიკეტები."
+#. k-(~
+#: 06030200.xhp
+msgctxt ""
+"06030200.xhp\n"
+"par_id3149456\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ClearArrowPrecedents\">Deletes one level of the trace arrows that were inserted with the <emph>Trace Precedents</emph> command.</ahelp>"
+msgstr ""
-#: 12050100.xhp#par_id3153968.4.help.text
-msgid "Select the table or the area in the table that you want to calculate subtotals for, and then choose <emph>Data – Subtotals</emph>."
+#. b$Be
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "AutoFormat"
+msgstr "ავტო-ფორმატირება"
+
+#. ?^0;
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3149666\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"autoformat\"><link href=\"text/scalc/01/05110000.xhp\" name=\"AutoFormat\">AutoFormat</link></variable>"
+msgstr "<variable id=\"autoformat\"><link href=\"text/scalc/01/05110000.xhp\" name=\"AutoFormat\">ავტო-ფორმატირება</link></variable>"
+
+#. 9@#,
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3145367\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"autoformattext\"><ahelp hid=\".\">Use this command to apply an AutoFormat to a selected sheet area or to define your own AutoFormats.</ahelp></variable>"
msgstr ""
-#: 12050100.xhp#par_id3161831.5.help.text
-msgid "In the <emph>Group By</emph> box, select the column that you want to add the subtotals to."
+#. cfp$
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3148455\n"
+"3\n"
+"help.text"
+msgid "Format"
+msgstr "ფორმატი"
+
+#. HHP4
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3145799\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_AUTOFORMAT:LB_FORMAT\">Choose a predefined AutoFormat to apply to a selected area in your sheet.</ahelp>"
msgstr ""
-#: 12050100.xhp#par_id3153188.6.help.text
-msgid "In the <emph>Calculate subtotals for</emph> box, select the check boxes for the columns containing the values that you want to subtotal."
+#. L$0#
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3149410\n"
+"5\n"
+"help.text"
+msgid "Add"
+msgstr "დამატება"
+
+#. tUi|
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3154017\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_AUTOFORMAT:BTN_ADD\">Allows you to add the current formatting of a range of at least 4 x 4 cells to the list of predefined AutoFormats.</ahelp> The <link href=\"text/shared/01/05150101.xhp\" name=\"Add AutoFormat\">Add AutoFormat</link> dialog then appears."
msgstr ""
-#: 12050100.xhp#par_id3152460.14.help.text
-msgid "In the <emph>Use function</emph> box, select the function that you want to use to calculate the subtotals."
+#. _:B0
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3153708\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_AUTOFMT_NAME\">Enter a name and click <emph>OK</emph>. </ahelp>"
+msgstr "<ahelp hid=\"HID_SC_AUTOFMT_NAME\">შეიყვანეთ სახელი და დააწკაპეთ <emph>OK</emph>. </ahelp>"
+
+#. iV)J
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3150044\n"
+"7\n"
+"help.text"
+msgid "More"
+msgstr "დამატებით"
+
+#. L:~D
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3146920\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_AUTOFORMAT:BTN_MORE\">Opens the <emph>Formatting</emph> section, which displays the formatting overrides that can be applied to the spreadsheet. Deselecting an option keeps the format of the current spreadsheet for that format type.</ahelp>"
msgstr ""
-#: 12050100.xhp#par_id3154321.15.help.text
-msgctxt "12050100.xhp#par_id3154321.15.help.text"
-msgid "Click <emph>OK</emph>."
-msgstr "დააწკაპეთ <emph>ოკ</emph>."
+#. V`GJ
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3155961\n"
+"9\n"
+"help.text"
+msgid "Formatting"
+msgstr "ფორმატირება"
-#: 12050100.xhp#hd_id3156441.7.help.text
-msgctxt "12050100.xhp#hd_id3156441.7.help.text"
-msgid "Group by"
-msgstr "დაჯგუფება"
+#. ?WZv
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3153965\n"
+"10\n"
+"help.text"
+msgid "In this section you can select or deselect the available formatting options. If you want to keep any of the settings currently in your spreadsheet, deselect the corresponding option."
+msgstr ""
-#: 12050100.xhp#par_id3154013.8.help.text
-msgid "<ahelp hid=\"HID_SC_SUBT_GROUP\">Select the column that you want to control the subtotal calculation process. If the contents of the selected column change, the subtotals are automatically recalculated.</ahelp>"
+#. CuL7
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3154021\n"
+"11\n"
+"help.text"
+msgid "Number format"
+msgstr "რიცხვის ფორმატი"
+
+#. p_,5
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3159239\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_NUMFORMAT\">When marked, specifies that you want to retain the number format of the selected format.</ahelp>"
msgstr ""
-#: 12050100.xhp#hd_id3154943.9.help.text
-msgid "Calculate subtotals for"
-msgstr "ქვეჯამების გამოთვლა"
+#. WsE3
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3149530\n"
+"13\n"
+"help.text"
+msgid "Borders"
+msgstr "ჩარჩოები"
-#: 12050100.xhp#par_id3147125.10.help.text
-msgid "<ahelp hid=\"HID_SC_SUBT_COLS\">Select the column(s) containing the values that you want to subtotal.</ahelp>"
+#. FwF$
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3145259\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_BORDER\">When marked, specifies that you want to retain the border of the selected format.</ahelp>"
msgstr ""
-#: 12050100.xhp#hd_id3156283.11.help.text
-msgid "Use function"
-msgstr "ფუნქციის გამოყენება"
+#. w0;D
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3154657\n"
+"15\n"
+"help.text"
+msgid "Font"
+msgstr "შრიფტი"
-#: 12050100.xhp#par_id3145647.12.help.text
-msgid "<ahelp hid=\"HID_SC_SUBT_FUNC\">Select the mathematical function that you want to use to calculate the subtotals.</ahelp>"
+#. $e7.
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3152990\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_FONT\">When marked, specifies that you want to retain the font of the selected format.</ahelp>"
msgstr ""
-#: 12080700.xhp#tit.help.text
-#, fuzzy
-msgid "Show Details (Pivot Table)"
-msgstr "დეტალების ჩვენება"
+#. ]U+2
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3155379\n"
+"17\n"
+"help.text"
+msgid "Pattern"
+msgstr "თარგი"
-#: 12080700.xhp#hd_id3344523.help.text
-#, fuzzy
-msgid "<link href=\"text/scalc/01/12080700.xhp\">Show Details (Pivot Table)</link>"
-msgstr "<link href=\"text/scalc/01/12080200.xhp\" name=\"Show Details\">დეტალების ჩვენება</link>"
+#. FZsB
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3150368\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_PATTERN\">When marked, specifies that you want to retain the pattern of the selected format.</ahelp>"
+msgstr ""
-#: 12080700.xhp#par_id871303.help.text
-msgid "<ahelp hid=\".\">Inserts a new \"drill-down\" sheet with more information about the current pivot table cell. You can also double-click a pivot table cell to insert the \"drill-down\" sheet. The new sheet shows a subset of rows from the original data source that constitutes the result data displayed in the current cell.</ahelp>"
+#. ^+]2
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3146115\n"
+"19\n"
+"help.text"
+msgid "Alignment"
+msgstr "გასწორება"
+
+#. C$,:
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3156445\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_ALIGNMENT\">When marked, specifies that you want to retain the alignment of the selected format.</ahelp>"
msgstr ""
-#: 12080700.xhp#par_id7132480.help.text
-msgid "Hidden items are not evaluated, the rows for the hidden items are included. Show Details is available only for pivot tables that are based on cell ranges or database data."
+#. _-Ba
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3155811\n"
+"21\n"
+"help.text"
+msgid "AutoFit width and height"
+msgstr "სიგანის და სიმაღლის ავტომორგება"
+
+#. OY!8
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3148703\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_ADJUST\">When marked, specifies that you want to retain the width and height of the selected cells of the selected format.</ahelp>"
msgstr ""
-#: 04050000.xhp#tit.help.text
-msgctxt "04050000.xhp#tit.help.text"
-msgid "Insert Sheet"
-msgstr "ფურცლის ჩასმა"
+#. lb5p
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3159223\n"
+"26\n"
+"help.text"
+msgid "Rename"
+msgstr "სახელის გადარქმევა"
-#: 04050000.xhp#bm_id4522232.help.text
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>RSQ გამოთვლები</bookmark_value>"
+#. H9N?
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3153064\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_RENAME_AUTOFMT\">Opens a dialog where you can change the specification of the selected AutoFormat.</ahelp> The button is only visible if you clicked the <emph>More</emph> button."
+msgstr ""
-#: 04050000.xhp#hd_id3155629.1.help.text
-msgctxt "04050000.xhp#hd_id3155629.1.help.text"
-msgid "Insert Sheet"
-msgstr "ფურცლის ჩასმა"
+#. *uem
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3153912\n"
+"28\n"
+"help.text"
+msgid "The <emph>Rename AutoFormat</emph> dialog opens.<ahelp hid=\"HID_SC_REN_AFMT_NAME\"> Enter the new name of the AutoFormat here.</ahelp>"
+msgstr ""
-#: 04050000.xhp#par_id3147264.2.help.text
-#, fuzzy
-msgid "<variable id=\"tabelleeinfuegentext\"><ahelp hid=\".uno:Insert\">Defines the options to be used to insert a new sheet.</ahelp> You can create a new sheet, or insert an existing sheet from a file.</variable>"
-msgstr "<variable id=\"tabelleeinfuegentext\"><ahelp hid=\".uno:Insert\">Defines the options to be used to insert a new sheet.</ahelp> You can create a new sheet, or insert an existing sheet from a file.</variable>"
+#. g@NJ
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3155264\n"
+"23\n"
+"help.text"
+msgid "More"
+msgstr "დამატებით"
-#: 04050000.xhp#hd_id3154684.19.help.text
-msgid "Position"
-msgstr "Position"
+#. *r`1
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3159094\n"
+"24\n"
+"help.text"
+msgid "Closes the <emph>Formatting</emph> options section, if it is currently open."
+msgstr "ხურავს <emph>ფორმატირების</emph> პარამეტრის სექციას, თუ იგი გახსნილია."
-#: 04050000.xhp#par_id3156281.20.help.text
-msgid "Specifies where the new sheet is to be inserted into your document."
-msgstr "Specifies where the new sheet is to be inserted into your document."
+#. H+lD
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"tit\n"
+"help.text"
+msgid "Text Functions"
+msgstr "ტექსტის ფუნქციები"
-#: 04050000.xhp#hd_id3154123.21.help.text
-msgid "Before current sheet"
-msgstr "Before current sheet"
+#. $-h3
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3145389\n"
+"help.text"
+msgid "<bookmark_value>text in cells; functions</bookmark_value> <bookmark_value>functions; text functions</bookmark_value> <bookmark_value>Function Wizard;text</bookmark_value>"
+msgstr "<bookmark_value>დროის და თარიღის ფუნქციები</bookmark_value><bookmark_value>ფუნქციები; თარიღი და დრო</bookmark_value><bookmark_value>ფუნქციების ოსტატი; თარიღი და დრო</bookmark_value>"
-#: 04050000.xhp#par_id3145787.22.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSERT_TABLE:RB_BEFORE\">Inserts a new sheet directly before the current sheet.</ahelp>"
-msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSERT_TABLE:RB_BEFORE\">Inserts a new sheet directly before the current sheet.</ahelp>"
+#. ;C^6
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3145389\n"
+"1\n"
+"help.text"
+msgid "Text Functions"
+msgstr "ტექსტური ფუნქციები"
-#: 04050000.xhp#hd_id3155414.23.help.text
-msgid "After current sheet"
-msgstr "After current sheet"
+#. QFwU
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3152986\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"texttext\">This section contains descriptions of the <emph>Text</emph> functions.</variable>"
+msgstr ""
-#: 04050000.xhp#par_id3145271.24.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSERT_TABLE:RB_BEHIND\">Inserts a new sheet directly after the current sheet.</ahelp>"
-msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSERT_TABLE:RB_BEHIND\">Inserts a new sheet directly after the current sheet.</ahelp>"
+#. kK(e
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3149384\n"
+"help.text"
+msgid "<bookmark_value>ARABIC function</bookmark_value>"
+msgstr "<bookmark_value>ARABIC ფუნქცია</bookmark_value>"
-#: 04050000.xhp#hd_id3147428.25.help.text
-msgctxt "04050000.xhp#hd_id3147428.25.help.text"
-msgid "Sheet"
-msgstr "შექმნა"
+#. ,PFn
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149384\n"
+"239\n"
+"help.text"
+msgid "ARABIC"
+msgstr "ARABIC"
-#: 04050000.xhp#par_id3154012.26.help.text
-msgid "Specifies whether a new sheet or an existing sheet is inserted into the document."
-msgstr "Specifies whether a new sheet or an existing sheet is inserted into the document."
+#. ^lIh
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153558\n"
+"240\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ARABISCH\">Calculates the value of a Roman number. The value range must be between 0 and 3999.</ahelp>"
+msgstr ""
-#: 04050000.xhp#hd_id3147350.3.help.text
-msgid "New sheet"
-msgstr "შექმნა"
+#. /M6^
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3153011\n"
+"241\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04050000.xhp#par_id3149262.4.help.text
-msgid "<ahelp hid=\"SC_RADIOBUTTON_RID_SCDLG_INSERT_TABLE_RB_NEW\">Creates a new sheet. Enter a sheet name in the <emph>Name</emph> field. Allowed characters are letters, numbers, spaces, and the underline character.</ahelp>"
+#. 3h:N
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3155523\n"
+"242\n"
+"help.text"
+msgid "ARABIC(\"Text\")"
+msgstr "ARABIC (ტექსტი)"
+
+#. O{4)
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151193\n"
+"243\n"
+"help.text"
+msgid "<emph>Text</emph> is the text that represents a Roman number."
+msgstr "<emph>ტექსტი</emph>არის რომაული რიცხვის ამსახველი ტექსტი."
+
+#. vb@?
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3155758\n"
+"244\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. gpKJ
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154621\n"
+"245\n"
+"help.text"
+msgid "<item type=\"input\">=ARABIC(\"MXIV\")</item> returns 1014"
+msgstr ""
+
+#. Ev#d
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3147553\n"
+"246\n"
+"help.text"
+msgid "<item type=\"input\">=ARABIC(\"MMII\")</item> returns 2002"
+msgstr ""
+
+#. dpgt
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id8796349\n"
+"help.text"
+msgid "<bookmark_value>ASC function</bookmark_value>"
+msgstr "<bookmark_value>ASIN ფუნქცია</bookmark_value>"
+
+#. N.a0
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id7723929\n"
+"help.text"
+msgid "ASC"
msgstr ""
-#: 04050000.xhp#hd_id3155418.27.help.text
-#, fuzzy
-msgid "No. of sheets"
-msgstr "No. of Sheets"
+#. L%k9
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id8455153\n"
+"help.text"
+msgid "<ahelp hid=\".\">The ASC function converts full-width to half-width ASCII and katakana characters. Returns a text string.</ahelp>"
+msgstr ""
-#: 04050000.xhp#par_id3148457.28.help.text
-msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCDLG_INSERT_TABLE:NF_COUNT\">Specifies the number of sheets to be created.</ahelp>"
-msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCDLG_INSERT_TABLE:NF_COUNT\">Specifies the number of sheets to be created.</ahelp>"
+#. r.k,
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id9912411\n"
+"help.text"
+msgid "See <link href=\"http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions\">http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link> for a conversion table."
+msgstr ""
-#: 04050000.xhp#hd_id3149379.7.help.text
-msgctxt "04050000.xhp#hd_id3149379.7.help.text"
-msgid "Name"
-msgstr "სახელი"
+#. ArQH
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id9204992\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04050000.xhp#par_id3150718.8.help.text
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_INSERT_TABLE:ED_TABNAME\">Specifies the name of the new sheet.</ahelp>"
+#. QYjD
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id1993774\n"
+"help.text"
+msgid "ASC(\"Text\")"
msgstr ""
-#: 04050000.xhp#hd_id3155066.9.help.text
-msgid "From File"
-msgstr "From File"
+#. N4df
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id2949919\n"
+"help.text"
+msgid "<emph>Text</emph> is the text that contains characters to be converted."
+msgstr ""
-#: 04050000.xhp#par_id3153714.10.help.text
-msgid "<ahelp hid=\"SC_RADIOBUTTON_RID_SCDLG_INSERT_TABLE_RB_FROMFILE\">Inserts a sheet from an existing file into the current document.</ahelp>"
-msgstr "<ahelp hid=\"SC_RADIOBUTTON_RID_SCDLG_INSERT_TABLE_RB_FROMFILE\">Inserts a sheet from an existing file into the current document.</ahelp>"
+#. ||?6
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id2355113\n"
+"help.text"
+msgid "See also JIS function."
+msgstr ""
-#: 04050000.xhp#hd_id3149020.15.help.text
-msgctxt "04050000.xhp#hd_id3149020.15.help.text"
-msgid "Browse"
-msgstr "მიმოხილვა"
+#. )2;2
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id9323709\n"
+"help.text"
+msgid "<bookmark_value>BAHTTEXT function</bookmark_value>"
+msgstr "<bookmark_value>BAHTTEXT ფუნქცია</bookmark_value>"
-#: 04050000.xhp#par_id3159267.16.help.text
-msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_INSERT_TABLE:BTN_BROWSE\">Opens a dialog for selecting a file.</ahelp>"
-msgstr "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_INSERT_TABLE:BTN_BROWSE\">Opens a dialog for selecting a file.</ahelp>"
+#. 7|+p
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id6695455\n"
+"help.text"
+msgid "BAHTTEXT"
+msgstr "BAHTTEXT"
-#: 04050000.xhp#hd_id3149255.29.help.text
-msgid "Available Sheets"
-msgstr "Available Sheets"
+#. QCe9
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id354014\n"
+"help.text"
+msgid "Converts a number to Thai text, including the Thai currency names."
+msgstr "მოცემულ რიცხვს გარდაქმნის ტაილანდურ ტექსტად, ტაილანდური ვალუტის ფორმატის გათვალისწინებით."
-#: 04050000.xhp#par_id3155336.30.help.text
-msgid "<ahelp hid=\"SC:MULTILISTBOX:RID_SCDLG_INSERT_TABLE:LB_TABLES\">If you selected a file by using the <emph>Browse</emph> button, the sheets contained in it are displayed in the list box. The file path is displayed below this box. Select the sheet to be inserted from the list box.</ahelp>"
-msgstr "<ahelp hid=\"SC:MULTILISTBOX:RID_SCDLG_INSERT_TABLE:LB_TABLES\">If you selected a file by using the <emph>Browse</emph> button, the sheets contained in it are displayed in the list box. The file path is displayed below this box. მონიშნეთ the sheet to be inserted from the list box.</ahelp>"
+#. `3@%
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id9942014\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04050000.xhp#hd_id3145791.17.help.text
-msgid "Link"
-msgstr "Link"
+#. LmbB
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id8780785\n"
+"help.text"
+msgid "BAHTTEXT(Number)"
+msgstr "BAHTTEXT(რიცხვი)"
-#: 04050000.xhp#par_id3152580.18.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_INSERT_TABLE_CB_LINK\">Select to insert the sheet as a link instead as a copy. The links can be updated to show the current contents.</ahelp>"
-msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_INSERT_TABLE_CB_LINK\">მონიშნეთ to insert the sheet as a link instead as a copy. The links can be updated to show the current contents.</ahelp>"
+#. !02[
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id1539353\n"
+"help.text"
+msgid "<emph>Number</emph> is any number. \"Baht\" is appended to the integral part of the number, and \"Satang\" is appended to the decimal part of the number."
+msgstr ""
+
+#. Np4n
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id9694814\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12060000.xhp#tit.help.text
-msgctxt "12060000.xhp#tit.help.text"
-msgid "Multiple Operations"
-msgstr "რამდენიმე პარამეტრი"
+#. .1AA
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3289284\n"
+"help.text"
+msgid "<item type=\"input\">=BAHTTEXT(12.65)</item> returns a string in Thai characters with the meaning of \"Twelve Baht and sixty five Satang\"."
+msgstr "BAHTTEXT a სტრიქონი დუ ტაილანდური - და."
-#: 12060000.xhp#hd_id3153381.1.help.text
-msgctxt "12060000.xhp#hd_id3153381.1.help.text"
-msgid "Multiple Operations"
-msgstr "რამდენიმე პარამეტრი"
+#. S9TF
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3153072\n"
+"help.text"
+msgid "<bookmark_value>BASE function</bookmark_value>"
+msgstr "<bookmark_value>BASE ფუნქცია</bookmark_value>"
-#: 12060000.xhp#par_id3154140.2.help.text
-msgid "<variable id=\"mehrfachoperationen\"><ahelp hid=\".uno:TableOperationDialog\">Applies the same formula to different cells, but with different parameter values.</ahelp></variable>"
-msgstr ""
+#. WL;!
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3153072\n"
+"213\n"
+"help.text"
+msgid "BASE"
+msgstr "BASE"
-#: 12060000.xhp#par_id3152598.5.help.text
-msgid "The <emph>Row</emph> or <emph>Column</emph> box must contain a reference to the first cell of the selected range."
+#. G)zB
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153289\n"
+"214\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BASIS\">Converts a positive integer to a specified base into a text from the <link href=\"text/shared/00/00000005.xhp#zahlensystem\" name=\"numbering system\">numbering system</link>.</ahelp> The digits 0-9 and the letters A-Z are used."
msgstr ""
-#: 12060000.xhp#par_id3154011.16.help.text
-msgid "If you export a spreadsheet containing multiple operations to Microsoft Excel, the location of the cells containing the formula must be fully defined relative to the data range."
+#. KK\(
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3146097\n"
+"215\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. c=Bt
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3155743\n"
+"216\n"
+"help.text"
+msgid "BASE(Number; Radix; [MinimumLength])"
msgstr ""
-#: 12060000.xhp#hd_id3156441.3.help.text
-msgid "Defaults"
-msgstr "ნაგულისხმები პარამეტრები"
+#. 4rrT
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151339\n"
+"217\n"
+"help.text"
+msgid "<emph>Number</emph> is the positive integer to be converted."
+msgstr "<emph>რიცხვი</emph> არის გარდასაქმნელი დადებითი რიცხვი."
-#: 12060000.xhp#hd_id3154492.6.help.text
-msgctxt "12060000.xhp#hd_id3154492.6.help.text"
-msgid "Formulas"
-msgstr "ფორმულები"
+#. -;4:
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3159262\n"
+"218\n"
+"help.text"
+msgid "<emph>Radix</emph> indicates the base of the number system. It may be any positive integer between 2 and 36."
+msgstr ""
+
+#. e):I
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3148746\n"
+"219\n"
+"help.text"
+msgid "<emph>MinimumLength</emph> (optional) determines the minimum length of the character sequence that has been created. If the text is shorter than the indicated minimum length, zeros are added to the left of the string."
+msgstr ""
+
+#. VH@4
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3146323\n"
+"220\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12060000.xhp#par_id3151073.7.help.text
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_TABOP:ED_FORMULARANGE\">Enter the cell references for the cells containing the formulas that you want to use in the multiple operation.</ahelp>"
-msgstr ""
+#. uyF!
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3156399\n"
+"help.text"
+msgid "<bookmark_value>decimal system; converting to</bookmark_value>"
+msgstr "<bookmark_value>ათობითი სისტემა; გარდაქმნა</bookmark_value>"
-#: 12060000.xhp#hd_id3154729.8.help.text
-msgctxt "12060000.xhp#hd_id3154729.8.help.text"
-msgid "Row"
-msgstr "რიგი"
+#. ul`M
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156399\n"
+"221\n"
+"help.text"
+msgid "<item type=\"input\">=BASE(17;10;4)</item> returns 0017 in the decimal system."
+msgstr ""
+
+#. s{\F
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3157871\n"
+"help.text"
+msgid "<bookmark_value>binary system; converting to</bookmark_value>"
+msgstr "<bookmark_value>ორობითი სისტემა; გარდაქმნა</bookmark_value>"
-#: 12060000.xhp#par_id3148456.9.help.text
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_TABOP:ED_ROWCELL\">Enter the input cell reference that you want to use as a variable for the rows in the data table.</ahelp>"
-msgstr ""
+#. ]RX,
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3157871\n"
+"222\n"
+"help.text"
+msgid "<item type=\"input\">=BASE(17;2)</item> returns 10001 in the binary system."
+msgstr ""
+
+#. SjYH
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3145226\n"
+"help.text"
+msgid "<bookmark_value>hexadecimal system; converting to</bookmark_value>"
+msgstr "<bookmark_value>თექვსმეტობითი სისტემა; გარდაქმნა</bookmark_value>"
-#: 12060000.xhp#hd_id3150718.14.help.text
-msgctxt "12060000.xhp#hd_id3150718.14.help.text"
-msgid "Column"
-msgstr "სვეტი"
+#. p53)
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3145226\n"
+"223\n"
+"help.text"
+msgid "<item type=\"input\">=BASE(255;16;4)</item> returns 00FF in the hexadecimal system."
+msgstr ""
+
+#. N%Gm
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3149321\n"
+"help.text"
+msgid "<bookmark_value>CHAR function</bookmark_value>"
+msgstr "<bookmark_value>CHAR ფუნქცია</bookmark_value>"
-#: 12060000.xhp#par_id3150327.15.help.text
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_TABOP:ED_COLCELL\">Enter the input cell reference that you want to use as a variable for the columns in the data table.</ahelp>"
+#. BMC%
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149321\n"
+"201\n"
+"help.text"
+msgid "CHAR"
+msgstr "CHAR"
+
+#. m-Ec
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3149150\n"
+"202\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZEICHEN\">Converts a number into a character according to the current code table.</ahelp> The number can be a two-digit or three-digit integer number."
msgstr ""
-#: 04060115.xhp#tit.help.text
-msgctxt "04060115.xhp#tit.help.text"
-msgid "Add-in Functions, List of Analysis Functions Part One"
-msgstr "დამატებითი ფუნქციები, ანალიზის ფუნქციების სია პირველი ნაწილი"
+#. pqNH
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149945\n"
+"203\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060115.xhp#bm_id3152871.help.text
-msgid "<bookmark_value>add-ins; analysis functions</bookmark_value><bookmark_value>analysis functions</bookmark_value>"
-msgstr "<bookmark_value>დამატება; ანალიზის ფუნქციები</bookmark_value><bookmark_value>ანალიზის ფუნქციები</bookmark_value>"
+#. k`EV
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3145634\n"
+"204\n"
+"help.text"
+msgid "CHAR(Number)"
+msgstr "CHAR(რიცხვი)"
-#: 04060115.xhp#hd_id3152871.1.help.text
-msgctxt "04060115.xhp#hd_id3152871.1.help.text"
-msgid "Add-in Functions, List of Analysis Functions Part One"
-msgstr "დამატებითი ფუნქციები, ანალიზის ფუნქციების სია პირველი ნაწილი"
+#. W:l4
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3155906\n"
+"205\n"
+"help.text"
+msgid "<emph>Number</emph> is a number between 1 and 255 representing the code value for the character."
+msgstr ""
+
+#. DV9,
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3152982\n"
+"207\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060115.xhp#par_id3149873.102.help.text
-msgid "<link href=\"text/scalc/01/04060110.xhp\" name=\"General conversion function BASIS\">General conversion function BASIS</link>"
-msgstr "<link href=\"text/scalc/01/04060110.xhp\" name=\"General conversion function BASIS\">საერთო გარდაქმნის ფუნქციების საფუძვლები</link>"
+#. z9jj
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3149890\n"
+"208\n"
+"help.text"
+msgid "<item type=\"input\">=CHAR(100)</item> returns the character d."
+msgstr ""
+
+#. l7kx
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id0907200910283297\n"
+"help.text"
+msgid "=\"abc\" & CHAR(10) & \"def\" inserts a newline character into the string."
+msgstr ""
-#: 04060115.xhp#par_id3145324.5.help.text
-msgid "<link href=\"text/scalc/01/04060116.xhp\" name=\"Analysis functions Part Two\">Analysis functions Part Two</link>"
-msgstr "<link href=\"text/scalc/01/04060116.xhp\" name=\"Analysis functions Part Two\">ანალიზის ფუნქციები მეორე ნაწილი</link>"
+#. kVm#
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3149009\n"
+"help.text"
+msgid "<bookmark_value>CLEAN function</bookmark_value>"
+msgstr "<bookmark_value>CLEAN ფუნქცია</bookmark_value>"
-#: 04060115.xhp#par_id3155751.156.help.text
-msgctxt "04060115.xhp#par_id3155751.156.help.text"
-msgid "<link href=\"text/scalc/01/04060111.xhp\" name=\"Back to the Overview\">Back to the Overview</link>"
-msgstr "<link href=\"text/scalc/01/04060111.xhp\" name=\"Back to the Overview\">უკან მიმოხილვისკენ</link>"
+#. dLY9
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149009\n"
+"132\n"
+"help.text"
+msgid "CLEAN"
+msgstr "CLEAN"
-#: 04060115.xhp#bm_id3153074.help.text
-msgid "<bookmark_value>Bessel functions</bookmark_value>"
-msgstr "<bookmark_value>Bessel ფუნქცია</bookmark_value>"
+#. qbH:
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150482\n"
+"133\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SAEUBERN\">All non-printing characters are removed from the string.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SAEUBERN\">არასაბეჭდი სიმბოლოები სტრიქონიდან ამოიღება.</ahelp>"
-#: 04060115.xhp#hd_id3153334.111.help.text
-msgid "BESSELI"
-msgstr "BESSELI"
+#. fv/$
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3146880\n"
+"134\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060115.xhp#par_id3153960.112.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_BESSELI\">Calculates the modified Bessel function.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_BESSELI\">გამოთვლის ჩასწორებულ ბაზელის ფუნქციას.</ahelp>"
+#. 2@W`
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3147472\n"
+"135\n"
+"help.text"
+msgid "CLEAN(\"Text\")"
+msgstr "CLEAN(ტექსტი)"
+
+#. SpMR
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150695\n"
+"136\n"
+"help.text"
+msgid "<emph>Text</emph> refers to the text from which to remove all non-printable characters."
+msgstr ""
+
+#. s*$!
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3155498\n"
+"help.text"
+msgid "<bookmark_value>CODE function</bookmark_value>"
+msgstr "<bookmark_value>CODE ფუნქცია</bookmark_value>"
-#: 04060115.xhp#hd_id3150392.113.help.text
-msgctxt "04060115.xhp#hd_id3150392.113.help.text"
+#. .C[[
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3155498\n"
+"3\n"
+"help.text"
+msgid "CODE"
+msgstr "CODE"
+
+#. 8*II
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3152770\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_CODE\">Returns a numeric code for the first character in a text string.</ahelp>"
+msgstr ""
+
+#. p$sj
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3155830\n"
+"5\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060115.xhp#par_id3147295.114.help.text
-msgid "BESSELI(X; N)"
-msgstr "BESSELI(x;n)"
+#. })96
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3149188\n"
+"6\n"
+"help.text"
+msgid "CODE(\"Text\")"
+msgstr "CODE(ტექსტი)"
-#: 04060115.xhp#par_id3151338.115.help.text
-msgctxt "04060115.xhp#par_id3151338.115.help.text"
-msgid "<emph>X</emph> is the value on which the function will be calculated."
-msgstr "x: მნიშვნელობა, რომელზეც გამოითვლება ფუნქცია."
+#. }+IB
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154383\n"
+"7\n"
+"help.text"
+msgid "<emph>Text</emph> is the text for which the code of the first character is to be found."
+msgstr ""
+
+#. m.ma
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3154394\n"
+"8\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060115.xhp#par_id3151392.116.help.text
-msgctxt "04060115.xhp#par_id3151392.116.help.text"
-msgid "<emph>N</emph> is the order of the Bessel function"
+#. dZU0
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3159209\n"
+"9\n"
+"help.text"
+msgid "<item type=\"input\">=CODE(\"Hieronymus\")</item> returns 72, <item type=\"input\">=CODE(\"hieroglyphic\")</item> returns 104."
+msgstr ""
+
+#. ;]gn
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150280\n"
+"211\n"
+"help.text"
+msgid "The code used here does not refer to ASCII, but to the code table currently loaded."
msgstr ""
-#: 04060115.xhp#hd_id3153027.103.help.text
-msgid "BESSELJ"
-msgstr "BESSELJ"
+#. vCfk
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3149688\n"
+"help.text"
+msgid "<bookmark_value>CONCATENATE function</bookmark_value>"
+msgstr "<bookmark_value>CONCATENATE ფუნქცია</bookmark_value>"
-#: 04060115.xhp#par_id3153015.104.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_BESSELJ\">Calculates the Bessel function (cylinder function).</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_BESSELJ\">ანგარიშობს ბაზელის ფუნქციას (ცილინდრულ ფუნქციას).</ahelp>"
+#. BQs~
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149688\n"
+"167\n"
+"help.text"
+msgid "CONCATENATE"
+msgstr "CONCATENATE"
-#: 04060115.xhp#hd_id3146884.105.help.text
-msgctxt "04060115.xhp#hd_id3146884.105.help.text"
+#. rF(X
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154524\n"
+"168\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VERKETTEN\">Combines several text strings into one string.</ahelp>"
+msgstr ""
+
+#. FKRH
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149542\n"
+"169\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060115.xhp#par_id3150032.106.help.text
-msgid "BESSELJ(X; N)"
-msgstr "BESSELJ(x;n)"
+#. fcgT
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3155954\n"
+"170\n"
+"help.text"
+msgid "CONCATENATE(\"Text1\"; ...; \"Text30\")"
+msgstr "CONCATENATE(ტექსტი 1;...;ტექსტი 30)"
-#: 04060115.xhp#par_id3150378.107.help.text
-msgctxt "04060115.xhp#par_id3150378.107.help.text"
-msgid "<emph>X</emph> is the value on which the function will be calculated."
-msgstr "x: მნიშვნელობა, რომელზეც გამოითვლება ფუნქცია."
+#. 9`r=
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3146847\n"
+"171\n"
+"help.text"
+msgid "<emph>Text 1; Text 2; ...</emph> represent up to 30 text passages which are to be combined into one string."
+msgstr ""
+
+#. G$(F
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3153110\n"
+"172\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060115.xhp#par_id3145638.108.help.text
-msgctxt "04060115.xhp#par_id3145638.108.help.text"
-msgid "<emph>N</emph> is the order of the Bessel function"
-msgstr ""
+#. Q@o)
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150008\n"
+"173\n"
+"help.text"
+msgid "<item type=\"input\">=CONCATENATE(\"Good \";\"Morning \";\"Mrs. \";\"Doe\")</item> returns: Good Morning Mrs. Doe."
+msgstr ""
+
+#. l/5`
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3145166\n"
+"help.text"
+msgid "<bookmark_value>DECIMAL function</bookmark_value>"
+msgstr "<bookmark_value>DECIMAL ფუნქცია</bookmark_value>"
-#: 04060115.xhp#hd_id3149946.117.help.text
-msgid "BESSELK"
-msgstr "BESSELK"
+#. xCPk
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3145166\n"
+"225\n"
+"help.text"
+msgid "DECIMAL"
+msgstr "DECIMAL"
-#: 04060115.xhp#par_id3159122.118.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_BESSELK\">Calculates the modified Bessel function.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_BESSELK\">გამოთვლის ჩასწორებულ ბეზელის ფუნქციას.</ahelp>"
+#. g!ZO
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156361\n"
+"226\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DEZIMAL\">Converts text with characters from a <link href=\"text/shared/00/00000005.xhp#zahlensystem\" name=\"number system\">number system</link> to a positive integer in the base radix given.</ahelp> The radix must be in the range 2 to 36. Spaces and tabs are ignored. The <emph>Text</emph> field is not case-sensitive."
+msgstr ""
+
+#. Z6rn
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3157994\n"
+"227\n"
+"help.text"
+msgid "If the radix is 16, a leading x or X or 0x or 0X, and an appended h or H, is disregarded. If the radix is 2, an appended b or B is disregarded. Other characters that do not belong to the number system generate an error."
+msgstr "ტოლია a x ან X ან ან და ს ან H ტოლია ტოლია ან B ტოლია სხვა არა -სკენ რიცხვი შეცდომა."
-#: 04060115.xhp#hd_id3150650.119.help.text
-msgctxt "04060115.xhp#hd_id3150650.119.help.text"
+#. \CYQ
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3150014\n"
+"228\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060115.xhp#par_id3149354.120.help.text
-msgid "BESSELK(X; N)"
-msgstr "BESSELK(x;n)"
+#. L7r|
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154328\n"
+"229\n"
+"help.text"
+msgid "DECIMAL(\"Text\"; Radix)"
+msgstr "DECIMAL ტექსტი"
-#: 04060115.xhp#par_id3150481.121.help.text
-msgctxt "04060115.xhp#par_id3150481.121.help.text"
-msgid "<emph>X</emph> is the value on which the function will be calculated."
-msgstr "x: მნიშვნელობა, რომელზეც გამოითვლება ფუნქცია."
+#. \r8l
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150128\n"
+"230\n"
+"help.text"
+msgid "<emph>Text</emph> is the text to be converted. To differentiate between a hexadecimal number, such as A1 and the reference to cell A1, you must place the number in quotation marks, for example, \"A1\" or \"FACE\"."
+msgstr ""
+
+#. %;7)
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3145241\n"
+"231\n"
+"help.text"
+msgid "<emph>Radix</emph> indicates the base of the number system. It may be any positive integer between 2 and 36."
+msgstr ""
+
+#. +iZ*
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3156062\n"
+"232\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060115.xhp#par_id3150024.122.help.text
-msgctxt "04060115.xhp#par_id3150024.122.help.text"
-msgid "<emph>N</emph> is the order of the Bessel function"
-msgstr ""
+#. ~t)Q
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3145355\n"
+"233\n"
+"help.text"
+msgid "<item type=\"input\">=DECIMAL(\"17\";10)</item> returns 17."
+msgstr ""
+
+#. hM_d
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3155622\n"
+"234\n"
+"help.text"
+msgid "<item type=\"input\">=DECIMAL(\"FACE\";16)</item> returns 64206."
+msgstr ""
+
+#. Fl+9
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151015\n"
+"235\n"
+"help.text"
+msgid "<item type=\"input\">=DECIMAL(\"0101\";2)</item> returns 5."
+msgstr ""
+
+#. \N4;
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3148402\n"
+"help.text"
+msgid "<bookmark_value>DOLLAR function</bookmark_value>"
+msgstr "<bookmark_value>DOLLAR ფუნქცია</bookmark_value>"
-#: 04060115.xhp#hd_id3145828.123.help.text
-msgid "BESSELY"
-msgstr "BESSELY"
+#. lI(O
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3148402\n"
+"11\n"
+"help.text"
+msgid "DOLLAR"
+msgstr "DOLLAR"
-#: 04060115.xhp#par_id3146877.124.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_BESSELY\">Calculates the modified Bessel function.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_BESSELY\">გამოთვლის ჩასწორებულ ბეზელის ფუნქციას.</ahelp>"
+#. 39Ap
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153049\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DM\">Converts a number to an amount in the currency format, rounded to a specified decimal place.</ahelp> In the <item type=\"literal\">Value</item> field enter the number to be converted to currency. Optionally, you may enter the number of decimal places in the <item type=\"literal\">Decimals</item> field. If no value is specified, all numbers in currency format will be displayed with two decimal places."
+msgstr ""
+
+#. sAJm
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151280\n"
+"263\n"
+"help.text"
+msgid "You set the currency format in your system settings."
+msgstr "გამართეთ ვალიუტის ფორმატი სისტემის პარამეტრებში."
-#: 04060115.xhp#hd_id3146941.125.help.text
-msgctxt "04060115.xhp#hd_id3146941.125.help.text"
+#. yL1%
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3150569\n"
+"13\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060115.xhp#par_id3148884.126.help.text
-msgid "BESSELY(X; N)"
-msgstr "BESSELY(x;n)"
+#. -00!
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154188\n"
+"14\n"
+"help.text"
+msgid "DOLLAR(Value; Decimals)"
+msgstr "DOLLAR(მნიშვნელობა; ათწილადები)"
-#: 04060115.xhp#par_id3147475.127.help.text
-msgctxt "04060115.xhp#par_id3147475.127.help.text"
-msgid "<emph>X</emph> is the value on which the function will be calculated."
-msgstr "x: მნიშვნელობა, რომელზეც გამოითვლება ფუნქცია."
+#. Qj1G
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3145299\n"
+"15\n"
+"help.text"
+msgid "<emph>Value</emph> is a number, a reference to a cell containing a number, or a formula which returns a number."
+msgstr ""
+
+#. B3n(
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3145629\n"
+"16\n"
+"help.text"
+msgid "<emph>Decimals</emph> is the optional number of decimal places."
+msgstr "<emph>ათწილადები</emph> ათწილადების ადგილების რაოდენობა."
-#: 04060115.xhp#par_id3147421.128.help.text
-msgctxt "04060115.xhp#par_id3147421.128.help.text"
-msgid "<emph>N</emph> is the order of the Bessel function"
-msgstr ""
+#. ^]0h
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149030\n"
+"17\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060115.xhp#bm_id3153034.help.text
-msgid "<bookmark_value>BIN2DEC function</bookmark_value><bookmark_value>converting;binary numbers, into decimal numbers</bookmark_value>"
-msgstr "<bookmark_value>BIN2DEC ფუნქცია</bookmark_value><bookmark_value>გარდაქმნა;ორობითი რიცხვები; ათობით რიცხვებად</bookmark_value>"
+#. Xff1
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153546\n"
+"18\n"
+"help.text"
+msgid "<item type=\"input\">=DOLLAR(255)</item> returns $255.00."
+msgstr ""
+
+#. o4hG
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154635\n"
+"19\n"
+"help.text"
+msgid "<item type=\"input\">=DOLLAR(367.456;2)</item> returns $367.46. Use the decimal separator that corresponds to the <link href=\"text/shared/optionen/01140000.xhp\" name=\"current locale setting\">current locale setting</link>."
+msgstr ""
+
+#. =V;u
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3150685\n"
+"help.text"
+msgid "<bookmark_value>EXACT function</bookmark_value>"
+msgstr "<bookmark_value>EXACT ფუნქცია</bookmark_value>"
-#: 04060115.xhp#hd_id3153034.17.help.text
-msgid "BIN2DEC"
-msgstr "BIN2DEC"
+#. _#AH
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3150685\n"
+"78\n"
+"help.text"
+msgid "EXACT"
+msgstr "EXACT"
-#: 04060115.xhp#par_id3144744.18.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_BIN2DEC\">The result is the decimal number for the binary number entered.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_BIN2DEC\">შედეგი არის შეყვანილი ორობითი რიცხვისთვის ათობითი რიცხვი.</ahelp>"
+#. ?*:S
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3158413\n"
+"79\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_IDENTISCH\">Compares two text strings and returns TRUE if they are identical.</ahelp> This function is case-sensitive."
+msgstr ""
-#: 04060115.xhp#hd_id3145593.19.help.text
-msgctxt "04060115.xhp#hd_id3145593.19.help.text"
+#. Gz09
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3152817\n"
+"80\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060115.xhp#par_id3149726.20.help.text
-msgid "BIN2DEC(Number)"
-msgstr "BIN2DEC (რიცხვი)"
+#. e+=f
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3148594\n"
+"81\n"
+"help.text"
+msgid "EXACT(\"Text1\"; \"Text2\")"
+msgstr ""
-#: 04060115.xhp#par_id3150142.21.help.text
-msgctxt "04060115.xhp#par_id3150142.21.help.text"
-msgid "<emph>Number</emph> is a binary number. The number can have a maximum of 10 places (bits). The most significant bit is the sign bit. Negative numbers are entered as two's complement."
-msgstr "რიცხვი: ორობითი რიცხვი. რიცხვს შეიძლება მაქიმუმ 10 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
+#. %irl
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153224\n"
+"82\n"
+"help.text"
+msgid "<emph>Text1</emph> refers to the first text to compare."
+msgstr "<emph>ტექსტი_1</emph> პირველი შესადარებელი ტექსტი."
-#: 04060115.xhp#hd_id3149250.22.help.text
-msgctxt "04060115.xhp#hd_id3149250.22.help.text"
+#. l=of
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3148637\n"
+"83\n"
+"help.text"
+msgid "<emph>Text2</emph> is the second text to compare."
+msgstr "<emph>ტექსტი_2</emph> მეორე შესადარებელი ტექსტი."
+
+#. =J*P
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149777\n"
+"84\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060115.xhp#par_id3145138.23.help.text
-msgid "<item type=\"input\">=BIN2DEC(1100100)</item> returns 100."
+#. VkhY
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156263\n"
+"85\n"
+"help.text"
+msgid "<item type=\"input\">=EXACT(\"microsystems\";\"Microsystems\")</item> returns FALSE."
+msgstr ""
+
+#. |^[%
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3152589\n"
+"help.text"
+msgid "<bookmark_value>FIND function</bookmark_value>"
+msgstr "<bookmark_value>FIND ფუნქცია</bookmark_value>"
+
+#. JFEU
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3152589\n"
+"44\n"
+"help.text"
+msgid "FIND"
+msgstr "FIND"
+
+#. )2_-
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3146149\n"
+"45\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_FINDEN\">Looks for a string of text within another string.</ahelp> You can also define where to begin the search. The search term can be a number or any string of characters. The search is case-sensitive."
msgstr ""
-#: 04060115.xhp#bm_id3149954.help.text
-msgid "<bookmark_value>BIN2HEX function</bookmark_value><bookmark_value>converting;binary numbers, into hexadecimal numbers</bookmark_value>"
-msgstr "<bookmark_value>BIN2HEX ფუნქცია</bookmark_value><bookmark_value>გარდაქმნა;ორობითი რიცხვები; თექსვსმეტობით რიცხვებად</bookmark_value>"
+#. :3`n
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3083284\n"
+"46\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060115.xhp#hd_id3149954.24.help.text
-msgid "BIN2HEX"
-msgstr "BIN2HEX"
+#. TF|d
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3083452\n"
+"47\n"
+"help.text"
+msgid "FIND(\"FindText\"; \"Text\"; Position)"
+msgstr "SEARCH(მოსაძებნი_ტექსტი; ტექსტი; პოზიცია)"
-#: 04060115.xhp#par_id3148585.25.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_BIN2HEX\">The result is the hexadecimal number for the binary number entered.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_BIN2HEX\">შედეგი არის შეყვანილი ორობითი რიცხვისთვის თექვსმეტობითი რიცხვი.</ahelp>"
+#. {PlD
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150608\n"
+"48\n"
+"help.text"
+msgid "<emph>FindText</emph> refers to the text to be found."
+msgstr "<emph>ტექსტის_მოძებნა</emph> უკავშირდება მოსაძებნ ტექსტს."
+
+#. 94OQ
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3152374\n"
+"49\n"
+"help.text"
+msgid "<emph>Text</emph> is the text where the search takes place."
+msgstr "<emph>ტექსტი</emph> არის ტექსტი სადაც ძიება იწარმოება."
+
+#. ==1^
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3152475\n"
+"50\n"
+"help.text"
+msgid "<emph>Position</emph> (optional) is the position in the text from which the search starts."
+msgstr "<emph>პოზიცია</emph> (არასავალდებულო) არის ტექსტში პოზიცია საიდანაც ძიება უნდა დაიწყოს."
-#: 04060115.xhp#hd_id3153936.26.help.text
-msgctxt "04060115.xhp#hd_id3153936.26.help.text"
+#. rQml
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3154812\n"
+"51\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. rG+8
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156375\n"
+"52\n"
+"help.text"
+msgid "<item type=\"input\">=FIND(76;998877665544)</item> returns 6."
+msgstr ""
+
+#. ChHm
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3149268\n"
+"help.text"
+msgid "<bookmark_value>FIXED function</bookmark_value>"
+msgstr "<bookmark_value>FIXED ფუნქცია</bookmark_value>"
+
+#. r.Bw
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149268\n"
+"34\n"
+"help.text"
+msgid "FIXED"
+msgstr "FIXED"
+
+#. UkRc
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3155833\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_FEST\">Returns a number as text with a specified number of decimal places and optional thousands separators.</ahelp>"
+msgstr ""
+
+#. TSC:
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3152470\n"
+"36\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060115.xhp#par_id3148753.27.help.text
-msgid "BIN2HEX(Number; Places)"
-msgstr "BIN2HEX(რიცხვი;ადგილები)"
+#. N3u@
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3147567\n"
+"37\n"
+"help.text"
+msgid "FIXED(Number; Decimals; NoThousandsSeparators)"
+msgstr "FIXED(რიცხვი; ათწილადები; ათასების გამყოფის გარეშე)"
-#: 04060115.xhp#par_id3155255.28.help.text
-msgctxt "04060115.xhp#par_id3155255.28.help.text"
-msgid "<emph>Number</emph> is a binary number. The number can have a maximum of 10 places (bits). The most significant bit is the sign bit. Negative numbers are entered as two's complement."
-msgstr "რიცხვი: ორობითი რიცხვი. რიცხვს შეიძლება მაქიმუმ 10 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
+#. a4!o
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151272\n"
+"38\n"
+"help.text"
+msgid "<emph>Number</emph> refers to the number to be formatted."
+msgstr "<emph>რიცხვი</emph> მიუთითებს გასაფორმატებელ რიცხვს."
-#: 04060115.xhp#par_id3150860.29.help.text
-msgid "Places means the number of places to be output."
-msgstr "ადგილები: გამოსატანი ადგილების ნომრები."
+#. xXyo
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156322\n"
+"39\n"
+"help.text"
+msgid "<emph>Decimals</emph> refers to the number of decimal places to be displayed."
+msgstr "<emph>ათწილადები</emph> მიუთითებს ათწილადთა რა რაოდენობა აისახოს."
-#: 04060115.xhp#hd_id3155829.30.help.text
-msgctxt "04060115.xhp#hd_id3155829.30.help.text"
+#. 4n9(
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150877\n"
+"40\n"
+"help.text"
+msgid "<emph>NoThousandsSeparators</emph> (optional) determines whether the thousands separator is used. If the parameter is a number not equal to 0, the thousands separator is suppressed. If the parameter is equal to 0 or if it is missing altogether, the thousands separators of your <link href=\"text/shared/optionen/01140000.xhp\" name=\"current locale setting\">current locale setting</link> are displayed."
+msgstr ""
+
+#. mZpn
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149040\n"
+"41\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060115.xhp#par_id3149686.31.help.text
-msgid "<item type=\"input\">=BIN2HEX(1100100;6)</item> returns 000064."
+#. 9(6O
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3145208\n"
+"42\n"
+"help.text"
+msgid "<item type=\"input\">=FIXED(1234567.89;3)</item> returns 1,234,567.890 as a text string."
+msgstr ""
+
+#. W~h+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id5282143\n"
+"help.text"
+msgid "<item type=\"input\">=FIXED(1234567.89;3;1)</item> returns 1234567.890 as a text string."
+msgstr ""
+
+#. Q6a2
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id7319864\n"
+"help.text"
+msgid "<bookmark_value>JIS function</bookmark_value>"
+msgstr "<bookmark_value>IF ფუნქცია</bookmark_value>"
+
+#. F^gh
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3666188\n"
+"help.text"
+msgid "JIS"
msgstr ""
-#: 04060115.xhp#bm_id3153332.help.text
-msgid "<bookmark_value>BIN2OCT function</bookmark_value><bookmark_value>converting;binary numbers, into octal numbers</bookmark_value>"
-msgstr "<bookmark_value>BIN2OCT ფუნქცია</bookmark_value><bookmark_value>გარდაქმნა;ორობითი რიცხვები; რვაობით რიცხვებად</bookmark_value>"
+#. 5qPm
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id964384\n"
+"help.text"
+msgid "<ahelp hid=\".\">The JIS function converts half-width to full-width ASCII and katakana characters. Returns a text string.</ahelp>"
+msgstr ""
-#: 04060115.xhp#hd_id3153332.9.help.text
-msgid "BIN2OCT"
-msgstr "BIN2OCT"
+#. f#\,
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id1551561\n"
+"help.text"
+msgid "See <link href=\"http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions\">http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link> for a conversion table."
+msgstr ""
-#: 04060115.xhp#par_id3155951.10.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_BIN2OCT\"> The result is the octal number for the binary number entered.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_BIN2OCT\"> შედეგი არის შეყვანილი ორობითი რიცხვისთვის რვაობითი რიცხვი.</ahelp>"
+#. ljZ[
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id2212897\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. 7iw4
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id2504654\n"
+"help.text"
+msgid "JIS(\"Text\")"
+msgstr "TRIM(ტექსტი)"
+
+#. rrB8
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id5292519\n"
+"help.text"
+msgid "<emph>Text</emph> is the text that contains characters to be converted."
+msgstr ""
+
+#. jq23
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3984496\n"
+"help.text"
+msgid "See also ASC function."
+msgstr ""
+
+#. FYzg
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3147083\n"
+"help.text"
+msgid "<bookmark_value>LEFT function</bookmark_value>"
+msgstr "<bookmark_value>LEFT ფუნქცია</bookmark_value>"
+
+#. K@.N
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3147083\n"
+"95\n"
+"help.text"
+msgid "LEFT"
+msgstr "LEFT"
-#: 04060115.xhp#hd_id3153001.11.help.text
-msgctxt "04060115.xhp#hd_id3153001.11.help.text"
+#. EONB
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153622\n"
+"96\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_LINKS\">Returns the first character or characters of a text.</ahelp>"
+msgstr ""
+
+#. 7li5
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3156116\n"
+"97\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060115.xhp#par_id3154508.12.help.text
-msgid "BIN2OCT(Number; Places)"
-msgstr "BIN2OCT(რიცხვი;ადგილები)"
+#. }sJC
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3146786\n"
+"98\n"
+"help.text"
+msgid "LEFT(\"Text\"; Number)"
+msgstr "LEFT(ტექსტი; რიცხვი)"
-#: 04060115.xhp#par_id3153567.13.help.text
-msgctxt "04060115.xhp#par_id3153567.13.help.text"
-msgid "<emph>Number</emph> is a binary number. The number can have a maximum of 10 places (bits). The most significant bit is the sign bit. Negative numbers are entered as two's complement."
-msgstr "რიცხვი: ორობითი რიცხვი. რიცხვს შეიძლება მაქიმუმ 10 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
+#. 2-un
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3147274\n"
+"99\n"
+"help.text"
+msgid "<emph>Text</emph> is the text where the initial partial words are to be determined."
+msgstr "<emph>ტექსტი</emph> არის ტექსტი სადაც სიტყვების ნაწილები უნდა განისაზღვროს."
-#: 04060115.xhp#par_id3155929.14.help.text
-msgctxt "04060115.xhp#par_id3155929.14.help.text"
-msgid "<emph>Places</emph> means the number of places to be output."
-msgstr "ადგილები: გამოსატანი ადგილების ნომრები."
+#. ngZS
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153152\n"
+"100\n"
+"help.text"
+msgid "<emph>Number</emph> (optional) specifies the number of characters for the start text. If this parameter is not defined, one character is returned."
+msgstr "<emph>რიცხვი</emph> (არასავალდებულო) ტექსტის საწყისის სიმბოლოთა რაოდენობას მიუთითებს. თუ ეს პარამეტრი არაა განსაზღვრული, ერთი სიმბოლო ბრუნდება."
-#: 04060115.xhp#hd_id3150128.15.help.text
-msgctxt "04060115.xhp#hd_id3150128.15.help.text"
+#. UWj4
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3150260\n"
+"101\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060115.xhp#par_id3153733.16.help.text
-msgid "<item type=\"input\">=BIN2OCT(1100100;4)</item> returns 0144."
+#. @bZ4
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3149141\n"
+"102\n"
+"help.text"
+msgid "<item type=\"input\">=LEFT(\"output\";3)</item> returns “out”."
+msgstr ""
+
+#. 7;hi
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3156110\n"
+"help.text"
+msgid "<bookmark_value>LEN function</bookmark_value>"
+msgstr "<bookmark_value>LEN ფუნქცია</bookmark_value>"
+
+#. j2yt
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3156110\n"
+"104\n"
+"help.text"
+msgid "LEN"
+msgstr "LEN"
+
+#. QE7R
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150147\n"
+"105\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_LAENGE\">Returns the length of a string including spaces.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_LAENGE\">აბრუნებს სტრიქონის სიგრძეს ღარების ჩათვლით.</ahelp>"
+
+#. ioVl
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3155108\n"
+"106\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. K@Id
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154063\n"
+"107\n"
+"help.text"
+msgid "LEN(\"Text\")"
+msgstr "CLEAN(ტექსტი)"
+
+#. iG?o
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3146894\n"
+"108\n"
+"help.text"
+msgid "<emph>Text</emph> is the text whose length is to be determined."
+msgstr "<emph>ტექსტი</emph> არის ტექსტი რომლის სიგრძეც უნდა განისაზღვროს."
+
+#. j2B#
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3153884\n"
+"109\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. 9N7+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156008\n"
+"110\n"
+"help.text"
+msgid "<item type=\"input\">=LEN(\"Good Afternoon\")</item> returns 14."
+msgstr ""
+
+#. 5`I;
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154300\n"
+"111\n"
+"help.text"
+msgid "<item type=\"input\">=LEN(12345.67)</item> returns 8."
+msgstr ""
+
+#. jWF1
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3153983\n"
+"help.text"
+msgid "<bookmark_value>LOWER function</bookmark_value>"
+msgstr "<bookmark_value>LOWER ფუნქცია</bookmark_value>"
+
+#. Zk[.
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3153983\n"
+"87\n"
+"help.text"
+msgid "LOWER"
+msgstr "LOWER"
+
+#. $$Ng
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3152791\n"
+"88\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_KLEIN\">Converts all uppercase letters in a text string to lowercase.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_KLEIN\">ტექსტურ სტრიქონში ყველა ზედა რეგისტრის ასოები ქვედა რეგისტრში გადაყავს.</ahelp>"
+
+#. UL6@
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3155902\n"
+"89\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. YhC%
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150121\n"
+"90\n"
+"help.text"
+msgid "LOWER(\"Text\")"
+msgstr "LOWER(ტექსტი)"
+
+#. $XML
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153910\n"
+"91\n"
+"help.text"
+msgid "<emph>Text</emph> refers to the text to be converted."
+msgstr "<emph>ტექსტი</emph> არის გარდასაქმნელი ტექსტი."
+
+#. =MdH
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3159343\n"
+"92\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. BM7v
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3155329\n"
+"93\n"
+"help.text"
+msgid "<item type=\"input\">=LOWER(\"Sun\")</item> returns sun."
+msgstr ""
+
+#. `VLg
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3154589\n"
+"help.text"
+msgid "<bookmark_value>MID function</bookmark_value>"
+msgstr "<bookmark_value>MID ფუნქცია</bookmark_value>"
+
+#. V!5U
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3154589\n"
+"148\n"
+"help.text"
+msgid "MID"
+msgstr "MID"
+
+#. +Vr3
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154938\n"
+"149\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TEIL\">Returns a text string of a text. The parameters specify the starting position and the number of characters.</ahelp>"
msgstr ""
-#: 04060115.xhp#bm_id3150014.help.text
-msgid "<bookmark_value>DELTA function</bookmark_value><bookmark_value>recognizing;equal numbers</bookmark_value>"
-msgstr "<bookmark_value>DELTA ფუნქცია</bookmark_value><bookmark_value>ტოლი რიცხვების ამოცნობა</bookmark_value>"
+#. d2A4
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3148829\n"
+"150\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060115.xhp#hd_id3150014.129.help.text
-msgid "DELTA"
-msgstr "DELTA"
+#. ry3Q
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150526\n"
+"151\n"
+"help.text"
+msgid "MID(\"Text\"; Start; Number)"
+msgstr "MID(ტექსტი; დასაწყისი; რიცხვი)"
-#: 04060115.xhp#par_id3148760.130.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_DELTA\">The result is TRUE (1) if both numbers, which are delivered as an argument, are equal, otherwise it is FALSE (0).</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_DELTA\">შედეგია TRUE (1) თუ ორივე რიცხვი არგუმენტში ტოლია, სხვაგვარად არის FALSE (0).</ahelp>"
+#. _#mE
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3148820\n"
+"152\n"
+"help.text"
+msgid "<emph>Text</emph> is the text containing the characters to extract."
+msgstr "<emph>ტექსტი</emph> არის ტექსტი რომელიც ამოსაღებ სიმბოლოებს შეიცავს."
+
+#. \*Sq
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150774\n"
+"153\n"
+"help.text"
+msgid "<emph>Start</emph> is the position of the first character in the text to extract."
+msgstr "<emph>დასაწყისი</emph> არის ამოსაღებ ტექსტში პირველი სიმბოლოს პოზიცია."
+
+#. J)o^
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153063\n"
+"154\n"
+"help.text"
+msgid "<emph>Number</emph> specifies the number of characters in the part of the text."
+msgstr "<emph>რიცხვი</emph> განსაზღვრავს ტექსტის ნაწილში სიმბოლოთა რაოდენობას."
-#: 04060115.xhp#hd_id3155435.131.help.text
-msgctxt "04060115.xhp#hd_id3155435.131.help.text"
+#. )KSR
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3150509\n"
+"155\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. c^JH
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3158407\n"
+"156\n"
+"help.text"
+msgid "<item type=\"input\">=MID(\"office\";2;2)</item> returns ff."
+msgstr ""
+
+#. _(ro
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3159143\n"
+"help.text"
+msgid "<bookmark_value>PROPER function</bookmark_value>"
+msgstr "<bookmark_value>PROPER ფუნქცია</bookmark_value>"
+
+#. }8s;
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3159143\n"
+"70\n"
+"help.text"
+msgid "PROPER"
+msgstr "PROPER"
+
+#. @-Yi
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3149768\n"
+"71\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_GROSS2\">Capitalizes the first letter in all words of a text string.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_GROSS2\">ტექსტურ სტრიქონში ყველა სიტყვის პირველი ასო ზედა რეგისტრში გადაყავს.</ahelp>"
+
+#. k%uZ
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3153573\n"
+"72\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060115.xhp#par_id3145247.132.help.text
-msgid "DELTA(Number1; Number2)"
-msgstr "DELTA(რიცხვი 1;რიცხვი 2)"
+#. /o3A
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154260\n"
+"73\n"
+"help.text"
+msgid "PROPER(\"Text\")"
+msgstr "PROPER(ტექსტი)"
+
+#. @Jds
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3147509\n"
+"74\n"
+"help.text"
+msgid "<emph>Text</emph> refers to the text to be converted."
+msgstr "<emph>ტექსტი</emph> არის გარდასაქმნელი ტექსტი."
-#: 04060115.xhp#hd_id3149002.133.help.text
-msgctxt "04060115.xhp#hd_id3149002.133.help.text"
+#. Oh?^
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3147529\n"
+"75\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060115.xhp#par_id3151020.134.help.text
-msgid "<item type=\"input\">=DELTA(1;2)</item> returns 0."
+#. qy2_
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3155364\n"
+"76\n"
+"help.text"
+msgid "<item type=\"input\">=PROPER(\"open office\")</item> returns Open Office."
+msgstr ""
+
+#. }IZf
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3149171\n"
+"help.text"
+msgid "<bookmark_value>REPLACE function</bookmark_value>"
+msgstr "<bookmark_value>REPLACE ფუნქცია</bookmark_value>"
+
+#. +YnF
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149171\n"
+"22\n"
+"help.text"
+msgid "REPLACE"
+msgstr "REPLACE"
+
+#. ,U4T
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3148925\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ERSETZEN\">Replaces part of a text string with a different text string.</ahelp> This function can be used to replace both characters and numbers (which are automatically converted to text). The result of the function is always displayed as text. If you intend to perform further calculations with a number which has been replaced by text, you will need to convert it back to a number using the <link href=\"text/scalc/01/04060110.xhp\" name=\"VALUE\">VALUE</link> function."
msgstr ""
-#: 04060115.xhp#bm_id3157971.help.text
-msgid "<bookmark_value>DEC2BIN function</bookmark_value><bookmark_value>converting;decimal numbers, into binary numbers</bookmark_value>"
-msgstr "<bookmark_value>DEC2BIN ფუნქცია</bookmark_value><bookmark_value>გარდაქმნა;ათობითი რიცხვები; ორობით რიცხვებად</bookmark_value>"
+#. 062+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3158426\n"
+"24\n"
+"help.text"
+msgid "Any text containing numbers must be enclosed in quotation marks if you do not want it to be interpreted as a number and automatically converted to text."
+msgstr ""
-#: 04060115.xhp#hd_id3157971.55.help.text
-msgid "DEC2BIN"
-msgstr "DEC2BIN"
+#. d:(@
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149159\n"
+"25\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060115.xhp#par_id3153043.56.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_DEC2BIN\"> The result is the binary number for the decimal number entered between -512 and 511.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_DEC2BIN\"> შედეგი არის შეყვანილი ათობითი რიცხვისთვის -512 და 511-ს შორის ორობითი რიცხვი.</ahelp>"
+#. `JV-
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3147286\n"
+"26\n"
+"help.text"
+msgid "REPLACE(\"Text\"; Position; Length; \"NewText\")"
+msgstr "REPLACE(ტექსტი; პოზიცია; სიგრძე; ახალი ტექსტი)"
+
+#. LK[j
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3149797\n"
+"27\n"
+"help.text"
+msgid "<emph>Text</emph> refers to text of which a part will be replaced."
+msgstr "<emph>ტექსტი</emph> მიუთითებს ტექსტზე რომლის ნაწილიც უნდა ჩანაცვლდეს."
+
+#. ^\**
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3166451\n"
+"28\n"
+"help.text"
+msgid "<emph>Position</emph> refers to the position within the text where the replacement will begin."
+msgstr "<emph>პოზიცია</emph> არის ტექსტში პოზიცია საიდანაც ტექსტის ჩანაცვლება დაიწყება."
+
+#. 7N.s
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156040\n"
+"29\n"
+"help.text"
+msgid "<emph>Length</emph> is the number of characters in <emph>Text</emph> to be replaced."
+msgstr "<emph>სიგრძე</emph> არის <emph>ტექსტში</emph> ჩასანაცვლებელ სიმბოლოთა რაოდენობა."
+
+#. Cr4(
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3159188\n"
+"30\n"
+"help.text"
+msgid "<emph>NewText</emph> refers to the text which replaces <emph>Text</emph>."
+msgstr "<emph>ახალი ტექსტი</emph> მიუთითებს ტექსტს რომლითაც ჩანაცვლებული იქნება <emph>ტექსტი</emph>."
+
+#. No=n
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3146958\n"
+"31\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. B}f\
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154096\n"
+"32\n"
+"help.text"
+msgid "<item type=\"input\">=REPLACE(\"1234567\";1;1;\"444\")</item> returns \"444234567\". One character at position 1 is replaced by the complete <item type=\"literal\">NewText</item>."
+msgstr ""
+
+#. Sb{|
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3149741\n"
+"help.text"
+msgid "<bookmark_value>REPT function</bookmark_value>"
+msgstr "<bookmark_value>REPT ფუნქცია</bookmark_value>"
+
+#. [L%*
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149741\n"
+"193\n"
+"help.text"
+msgid "REPT"
+msgstr "REPT"
-#: 04060115.xhp#hd_id3145349.57.help.text
-msgctxt "04060115.xhp#hd_id3145349.57.help.text"
+#. lg4.
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153748\n"
+"194\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_WIEDERHOLEN\">Repeats a character string by the given <emph>number</emph> of copies.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_WIEDERHOLEN\">იმეორებს სიმბოლოთა სტრიქონს მოცემული <emph>რაოდენობის</emph> ასლებით.</ahelp>"
+
+#. HzY4
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3152884\n"
+"195\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060115.xhp#par_id3150569.58.help.text
-msgid "DEC2BIN(Number; Places)"
-msgstr "DEC2BIN(რიცხვი;ადგილები)"
+#. SjZ^
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150494\n"
+"196\n"
+"help.text"
+msgid "REPT(\"Text\"; Number)"
+msgstr "REPT(ტექსტი; რაოდენობა)"
-#: 04060115.xhp#par_id3148768.59.help.text
-msgid "<emph>Number</emph> is a decimal number. If Number is negative, the function returns a binary number with 10 characters. The most significant bit is the sign bit, the other 9 bits return the value."
-msgstr "რიცხვი: არის ათობითი რიცხვი: თუ <emph>რიცხვი</emph> უარყოფითია, ფუნქცია აბრუნებს ორობით რიცხვს 10 სიმბოლოთი. ყველაზე მნიშვნელოვანია ნიშნის ბიტი, დანარჩენი 9 ბიტი არის მნიშვნელობა."
+#. hzV}
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154859\n"
+"197\n"
+"help.text"
+msgid "<emph>Text</emph> is the text to be repeated."
+msgstr "<emph>ტექსტი</emph> არის გასამეორებელი ტექსტი."
-#: 04060115.xhp#par_id3149537.60.help.text
-msgctxt "04060115.xhp#par_id3149537.60.help.text"
-msgid "<emph>Places</emph> means the number of places to be output."
-msgstr "ადგილები: გამოსატანი ადგილების ნომრები."
+#. 9T1N
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150638\n"
+"198\n"
+"help.text"
+msgid "<emph>Number</emph> is the number of repetitions."
+msgstr "<emph>რაოდენობა</emph> არის განმეორებათა რაოდენობა."
+
+#. :JZy
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3149922\n"
+"212\n"
+"help.text"
+msgid "The result can be a maximum of 255 characters."
+msgstr "შედეგში შეიძლება იყოს მაქსიმუმ 255 სიმბოლო."
-#: 04060115.xhp#hd_id3150265.61.help.text
-msgctxt "04060115.xhp#hd_id3150265.61.help.text"
+#. (TrU
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3156213\n"
+"199\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060115.xhp#par_id3150662.62.help.text
-msgid "<item type=\"input\">=DEC2BIN(100;8)</item> returns 01100100."
+#. C2\@
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3148626\n"
+"200\n"
+"help.text"
+msgid "<item type=\"input\">=REPT(\"Good morning\";2)</item> returns Good morningGood morning."
+msgstr ""
+
+#. =UvY
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3149805\n"
+"help.text"
+msgid "<bookmark_value>RIGHT function</bookmark_value>"
+msgstr "<bookmark_value>RIGHT ფუნქცია</bookmark_value>"
+
+#. 4X0a
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149805\n"
+"113\n"
+"help.text"
+msgid "RIGHT"
+msgstr "RIGHT"
+
+#. BTOz
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3145375\n"
+"114\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_RECHTS\">Returns the last character or characters of a text.</ahelp>"
msgstr ""
-#: 04060115.xhp#bm_id3149388.help.text
-msgid "<bookmark_value>DEC2HEX function</bookmark_value><bookmark_value>converting;decimal numbers, into hexadecimal numbers</bookmark_value>"
-msgstr "<bookmark_value>DEC2HEX ფუნქცია</bookmark_value><bookmark_value>გარდაქმნა;ათობითი რიცხვები; თექვსმეტობით რიცხვებად</bookmark_value>"
+#. AeIK
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3150837\n"
+"115\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060115.xhp#hd_id3149388.71.help.text
-msgid "DEC2HEX"
-msgstr "DEC2HEX"
+#. Ct%@
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154344\n"
+"116\n"
+"help.text"
+msgid "RIGHT(\"Text\"; Number)"
+msgstr "RIGHT(ტექსტი; რაოდენობა)"
-#: 04060115.xhp#par_id3149030.72.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_DEC2HEX\">The result is the hexadecimal number for the decimal number entered.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_DEC2HEX\">შედეგი არის შეყვანილი ათობითი რიცხვისთვის თექვსმეტობითი რიცხვი.</ahelp>"
+#. DKaq
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3149426\n"
+"117\n"
+"help.text"
+msgid "<emph>Text</emph> is the text of which the right part is to be determined."
+msgstr "<emph>ტექსტი</emph> არის ტექსტი რომლის მარჯვენა ნაწილი უნდა განისაზღვროს."
+
+#. L_3v
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153350\n"
+"118\n"
+"help.text"
+msgid "<emph>Number</emph> (optional) is the number of characters from the right part of the text."
+msgstr "<emph>რაოდენობა</emph> (არასავალდებულო) არის ტექსტის მარჯვენა მხრიდან სიმბოლოთა რაოდენობა."
+
+#. 66C)
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3148661\n"
+"119\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060115.xhp#hd_id3150691.73.help.text
-msgctxt "04060115.xhp#hd_id3150691.73.help.text"
+#. +V3,
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151132\n"
+"120\n"
+"help.text"
+msgid "<item type=\"input\">=RIGHT(\"Sun\";2)</item> returns un."
+msgstr ""
+
+#. kZ4W
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3153534\n"
+"help.text"
+msgid "<bookmark_value>ROMAN function</bookmark_value>"
+msgstr "<bookmark_value>ROMAN ფუნქცია</bookmark_value>"
+
+#. kouo
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3153534\n"
+"248\n"
+"help.text"
+msgid "ROMAN"
+msgstr "ROMAN"
+
+#. ehg2
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151256\n"
+"249\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ROEMISCH\">Converts a number into a Roman numeral. The value range must be between 0 and 3999, the modes can be integers from 0 to 4.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ROEMISCH\">რიცხვები გადაყავს რომაულ რიცხვებში. მნიშვნელობა უნდა იყო 0-დან 3999, რეჟიმები შეიძლება იყოს მთელი რიცხვები 0-დან 4-მდე.</ahelp>"
+
+#. e^IL
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149299\n"
+"250\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060115.xhp#par_id3147535.74.help.text
-msgid "DEC2HEX(Number; Places)"
-msgstr "DEC2HEX(რიცხვი;ადგილები)"
+#. G=xc
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150593\n"
+"251\n"
+"help.text"
+msgid "ROMAN(Number; Mode)"
+msgstr "ROMAN(რიცხვი; რეჟიმი)"
-#: 04060115.xhp#par_id3152820.75.help.text
-msgid "<emph>Number</emph> is a decimal number. If Number is negative, the function returns a hexadecimal number with 10 characters (40 bits). The most significant bit is the sign bit, the other 39 bits return the value."
-msgstr "რიცხვი: არის ათობითი რიცხვი: თუ <emph>რიცხვი</emph> უარყოფითია, ფუნქცია აბრუნებს თექვსმეტობით რიცხვს 10 სიმბოლოთი (40 ბიტი). ყველაზე მნიშვნელოვანია ნიშნის ბიტი, დანარჩენი 39 ბიტი არის მნიშვნელობა."
+#. \Rm%
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156139\n"
+"252\n"
+"help.text"
+msgid "<emph>Number</emph> is the number that is to be converted into a Roman numeral."
+msgstr "<emph>რიცხვი</emph> არის რომაულ რიცხვად გარდასაქმნელი რიცხვი."
-#: 04060115.xhp#par_id3153221.76.help.text
-msgctxt "04060115.xhp#par_id3153221.76.help.text"
-msgid "<emph>Places</emph> means the number of places to be output."
-msgstr "ადგილები: გამოსატანი ადგილების ნომრები."
+#. XYD?
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153318\n"
+"253\n"
+"help.text"
+msgid "<emph>Mode</emph> (optional) indicates the degree of simplification. The higher the value, the greater is the simplification of the Roman number."
+msgstr "<emph>რეჟიმი</emph> (არასავალდებულო) განსაზღვრავს გამარტივების დონეს. რაც მაღალია მნიშვჰნელობა, მით უფრო გამარტივებულია რიცხვი."
-#: 04060115.xhp#hd_id3154869.77.help.text
-msgctxt "04060115.xhp#hd_id3154869.77.help.text"
+#. +@u4
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3145306\n"
+"254\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060115.xhp#par_id3150476.78.help.text
-msgid "<item type=\"input\">=DEC2HEX(100;4)</item> returns 0064."
+#. +~Y]
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151371\n"
+"255\n"
+"help.text"
+msgid "<item type=\"input\">=ROMAN(999)</item> returns CMXCIX"
+msgstr ""
+
+#. Y7r;
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153938\n"
+"256\n"
+"help.text"
+msgid "<item type=\"input\">=ROMAN(999;0)</item> returns CMXCIX"
+msgstr ""
+
+#. ?9PL
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3148412\n"
+"257\n"
+"help.text"
+msgid "<item type=\"input\">=ROMAN (999;1)</item> returns LMVLIV"
+msgstr ""
+
+#. 41DQ
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3155421\n"
+"258\n"
+"help.text"
+msgid "<item type=\"input\">=ROMAN(999;2)</item> returns XMIX"
+msgstr ""
+
+#. ckI#
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3149235\n"
+"259\n"
+"help.text"
+msgid "<item type=\"input\">=ROMAN(999;3)</item> returns VMIV"
+msgstr ""
+
+#. z:(T
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150624\n"
+"260\n"
+"help.text"
+msgid "<item type=\"input\">=ROMAN(999;4)</item> returns IM"
+msgstr ""
+
+#. 3$w1
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3151005\n"
+"help.text"
+msgid "<bookmark_value>SEARCH function</bookmark_value>"
+msgstr "<bookmark_value>SEARCH ფუნქცია</bookmark_value>"
+
+#. v!._
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3151005\n"
+"122\n"
+"help.text"
+msgid "SEARCH"
+msgstr "SEARCH"
+
+#. qDfP
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3148692\n"
+"123\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SUCHEN\">Returns the position of a text segment within a character string.</ahelp> You can set the start of the search as an option. The search text can be a number or any sequence of characters. The search is not case-sensitive."
msgstr ""
-#: 04060115.xhp#bm_id3154948.help.text
-msgid "<bookmark_value>DEC2OCT function</bookmark_value><bookmark_value>converting;decimal numbers, into octal numbers</bookmark_value>"
-msgstr "<bookmark_value>DEC2OCT ფუნქცია</bookmark_value><bookmark_value>გარდაქმნა;ათობითი რიცხვები; რვაობით რიცხვებად</bookmark_value>"
+#. zGP`
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3152964\n"
+"124\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060115.xhp#hd_id3154948.63.help.text
-msgid "DEC2OCT"
-msgstr "DEC2OCT"
+#. sq*[
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154671\n"
+"125\n"
+"help.text"
+msgid "SEARCH(\"FindText\"; \"Text\"; Position)"
+msgstr "SEARCH(მოსაძებნი_ტექსტი; ტექსტი; პოზიცია)"
-#: 04060115.xhp#par_id3153920.64.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_DEC2OCT\">The result is the octal number for the decimal number entered.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_DEC2OCT\">შედეგი არის შეყვანილი ათობითი რიცხვისთვის რვაობითი რიცხვი.</ahelp>"
+#. 4*UH
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3146080\n"
+"126\n"
+"help.text"
+msgid "<emph>FindText</emph> is the text to be searched for."
+msgstr "<emph>მოსაძებნი_ტექსტი</emph> არის მოსაძებნი ტექსტი."
+
+#. gFz5
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154111\n"
+"127\n"
+"help.text"
+msgid "<emph>Text</emph> is the text where the search will take place."
+msgstr "<emph>ტექსტი</emph> არის ტექსტი სადაც განხორციელდება ძიება."
-#: 04060115.xhp#hd_id3153178.65.help.text
-msgctxt "04060115.xhp#hd_id3153178.65.help.text"
+#. `g(g
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3149559\n"
+"128\n"
+"help.text"
+msgid "<emph>Position</emph> (optional) is the position in the text where the search is to start."
+msgstr "<emph>პოზიცია</emph> (არასავალდებულო) არის ტექსტის პოზიცია საიდანაც იწყება ძებნა."
+
+#. MB7M
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3147322\n"
+"129\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. JVW3
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154564\n"
+"130\n"
+"help.text"
+msgid "<item type=\"input\">=SEARCH(54;998877665544)</item> returns 10."
+msgstr ""
+
+#. fx6/
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3154830\n"
+"help.text"
+msgid "<bookmark_value>SUBSTITUTE function</bookmark_value>"
+msgstr "<bookmark_value>SUBSTITUTE ფუნქცია</bookmark_value>"
+
+#. ;LRm
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3154830\n"
+"174\n"
+"help.text"
+msgid "SUBSTITUTE"
+msgstr "SUBSTITUTE"
+
+#. n2ye
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153698\n"
+"175\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_WECHSELN\">Substitutes new text for old text in a string.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_WECHSELN\">სტრიქონში ძველ ტექსტს ახლით ანაცვლებს.</ahelp>"
+
+#. 4*X3
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3150994\n"
+"176\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060115.xhp#par_id3148427.66.help.text
-msgid "DEC2OCT(Number; Places)"
-msgstr "DEC2OCT(რიცხვი;ადგილები)"
+#. }.Hg
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3147582\n"
+"177\n"
+"help.text"
+msgid "SUBSTITUTE(\"Text\"; \"SearchText\"; \"NewText\"; Occurrence)"
+msgstr ""
-#: 04060115.xhp#par_id3155991.67.help.text
-msgid "<emph>Number</emph> is a decimal number. If Number is negative, the function returns an octal number with 10 characters (30 bits). The most significant bit is the sign bit, the other 29 bits return the value."
-msgstr "რიცხვი: არის ათობითი რიცხვი: თუ <emph>რიცხვი</emph> უარყოფითია, ფუნქცია აბრუნებს რვაობით რიცხვს 10 სიმბოლოთი (30 ბიტი). ყველაზე მნიშვნელოვანია ნიშნის ბიტი, დანარჩენი 29 ბიტი არის მნიშვნელობა."
+#. rZRg
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153675\n"
+"178\n"
+"help.text"
+msgid "<emph>Text</emph> is the text in which text segments are to be exchanged."
+msgstr "<emph>ტექსტი</emph> არის ტექსტი, რომლის სეგმენტებიც უნდა გაიცვალოს."
-#: 04060115.xhp#par_id3152587.68.help.text
-msgctxt "04060115.xhp#par_id3152587.68.help.text"
-msgid "<emph>Places</emph> means the number of places to be output."
-msgstr "ადგილები: გამოსატანი ადგილების ნომრები."
+#. FoY-
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156155\n"
+"179\n"
+"help.text"
+msgid "<emph>SearchText </emph>is the text segment that is to be replaced (a number of times)."
+msgstr "<emph>საძიებო_ტექსტი </emph>არის ჩასანაცვლებელი ტექსტის სეგმენტი (რაოდენობა)."
+
+#. ^MY8
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3145779\n"
+"180\n"
+"help.text"
+msgid "<emph>NewText</emph> is the text that is to replace the text segment."
+msgstr "<emph>ახალი ტექსტი</emph> არის ტექსტი რომელიც ტექტის სეგმენტს ჩაენაცვლება."
-#: 04060115.xhp#hd_id3147482.69.help.text
-msgctxt "04060115.xhp#hd_id3147482.69.help.text"
+#. i9aA
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150348\n"
+"181\n"
+"help.text"
+msgid "<emph>Occurrence</emph> (optional) indicates which occurrence of the search text is to be replaced. If this parameter is missing the search text is replaced throughout."
+msgstr ""
+
+#. ]|;Z
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3150946\n"
+"182\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060115.xhp#par_id3154317.70.help.text
-msgid "<item type=\"input\">=DEC2OCT(100;4)</item> returns 0144."
+#. [e[C
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150412\n"
+"183\n"
+"help.text"
+msgid "<item type=\"input\">=SUBSTITUTE(\"123123123\";\"3\";\"abc\")</item> returns 12abc12abc12abc."
+msgstr ""
+
+#. VNJ5
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154915\n"
+"238\n"
+"help.text"
+msgid "<item type=\"input\">=SUBSTITUTE(\"123123123\";\"3\";\"abc\";2)</item> returns 12312abc123."
+msgstr ""
+
+#. ciBJ
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3148977\n"
+"help.text"
+msgid "<bookmark_value>T function</bookmark_value>"
+msgstr "<bookmark_value>T ფუნქცია</bookmark_value>"
+
+#. fb=`
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3148977\n"
+"140\n"
+"help.text"
+msgid "T"
+msgstr "T"
+
+#. 6R%}
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154359\n"
+"141\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_T\">This function returns the target text, or a blank text string if the target is not text.</ahelp>"
msgstr ""
-#: 04060115.xhp#bm_id3083446.help.text
-msgid "<bookmark_value>ERF function</bookmark_value><bookmark_value>Gaussian error integral</bookmark_value>"
-msgstr "<bookmark_value>ERF ფუნქცია</bookmark_value><bookmark_value>ინტეგრალის გაუსის შეცდომა</bookmark_value>"
+#. 20G]
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3155858\n"
+"142\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060115.xhp#hd_id3083446.135.help.text
-msgid "ERF"
-msgstr "ERF"
+#. F3E)
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3155871\n"
+"143\n"
+"help.text"
+msgid "T(Value)"
+msgstr "T(მნიშვნელობა)"
-#: 04060115.xhp#par_id3150381.136.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_ERF\">Returns values of the Gaussian error integral.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_ERF\">აბრუნებს გაუსის შეცდომის ინტეგრალის მნიშვნელობას.</ahelp>"
+#. P{vQ
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154726\n"
+"144\n"
+"help.text"
+msgid "If <emph>Value</emph> is a text string or refers to a text string, T returns that text string; otherwise it returns a blank text string."
+msgstr ""
+
+#. mqjr
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3155544\n"
+"145\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. cIl8
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151062\n"
+"146\n"
+"help.text"
+msgid "<item type=\"input\">=T(12345)</item> returns an empty string."
+msgstr ""
+
+#. nc4Z
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id4650105\n"
+"help.text"
+msgid "<item type=\"input\">=T(\"12345\")</item> returns the string 12345."
+msgstr ""
+
+#. O|`V
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3147132\n"
+"help.text"
+msgid "<bookmark_value>TEXT function</bookmark_value>"
+msgstr "<bookmark_value>TEXT ფუნქცია</bookmark_value>"
+
+#. xSr$
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3147132\n"
+"158\n"
+"help.text"
+msgid "TEXT"
+msgstr "TEXT"
+
+#. 6EyO
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3147213\n"
+"159\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TEXT\">Converts a number into text according to a given format.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TEXT\">რიცხვს გარდაქმნის ტექსტად მიმდინარე ფორმატირების თანახმად.</ahelp>"
-#: 04060115.xhp#hd_id3152475.137.help.text
-msgctxt "04060115.xhp#hd_id3152475.137.help.text"
+#. \~C]
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3153129\n"
+"160\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060115.xhp#par_id3163824.138.help.text
-msgid "ERF(LowerLimit; UpperLimit)"
-msgstr "ERF(ქვედა ზღურბლი;ზედა ზღურბლი)"
+#. 0-V3
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3147377\n"
+"161\n"
+"help.text"
+msgid "TEXT(Number; Format)"
+msgstr "TEXT(რიცხვი; ფორმატი)"
-#: 04060115.xhp#par_id3149715.139.help.text
-msgid "<emph>LowerLimit</emph> is the lower limit of the integral."
+#. O;6n
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3147389\n"
+"162\n"
+"help.text"
+msgid "<emph>Number</emph> is the numerical value to be converted."
+msgstr "<emph>რიცხვი</emph> არის გარდასაქმნელი ციფრული მნიშვნელობა."
+
+#. 9H*B
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156167\n"
+"163\n"
+"help.text"
+msgid "<emph>Format</emph> is the text which defines the format. Use decimal and thousands separators according to the language set in the cell format."
+msgstr "<emph>ფორმატი</emph> არის ტექსტი რომელიც განსაზრვრავს ფორმატს. გამოიყენეთ ათწილადების და და ათასების გამყოფი როგორც ეს უჯრის ფორმატშია მითითებული."
+
+#. pZ4n
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id1243629\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. i4jx
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id9044770\n"
+"help.text"
+msgid "<item type=\"input\">=TEXT(12.34567;\"###.##\")</item> returns the text 12.35"
+msgstr ""
+
+#. lJc_
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3674123\n"
+"help.text"
+msgid "<item type=\"input\">=TEXT(12.34567;\"000.00\")</item> returns the text 012.35"
+msgstr ""
+
+#. GjE+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3151039\n"
+"help.text"
+msgid "<bookmark_value>TRIM function</bookmark_value>"
+msgstr "<bookmark_value>TRIM ფუნქცია</bookmark_value>"
+
+#. =R^!
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3151039\n"
+"54\n"
+"help.text"
+msgid "TRIM"
+msgstr "TRIM"
+
+#. Bn_}
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3157888\n"
+"55\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_GLAETTEN\">Removes spaces from a string, leaving only a single space character between words.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_GLAETTEN\">სტრიქონიდან შვლის ღარებს, სიტყვებს შორის ტოვებს მხოლოდ ერთ ღარის სიმბოლოს.</ahelp>"
+
+#. vpe=
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3152913\n"
+"56\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. `#76
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151349\n"
+"57\n"
+"help.text"
+msgid "TRIM(\"Text\")"
+msgstr "TRIM(ტექსტი)"
+
+#. FGS9
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151362\n"
+"58\n"
+"help.text"
+msgid "<emph>Text</emph> refers to text in which spaces are removed."
+msgstr "<emph>ტექსტი</emph> არის ტექსტი, რომლიდანაც ღარები ამიუღება."
+
+#. =)K4
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3146838\n"
+"59\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. a+)4
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156074\n"
+"60\n"
+"help.text"
+msgid "<item type=\"input\">=TRIM(\"hello\")</item> returns hello."
+msgstr ""
+
+#. -ERu
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id0907200904030935\n"
+"help.text"
+msgid "<bookmark_value>UNICHAR function</bookmark_value>"
+msgstr "<bookmark_value>CHAR ფუნქცია</bookmark_value>"
+
+#. i\Pc
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id0907200904022525\n"
+"help.text"
+msgid "UNICHAR"
msgstr ""
-#: 04060115.xhp#par_id3156294.140.help.text
-msgid "<emph>UpperLimit</emph> is optional. It is the upper limit of the integral. If this value is missing, the calculation takes places between 0 and the lower limit."
-msgstr "ზედა ზღვარი: არასავალდებულო, ზედა ზღვარი არის მთელი რიცხვი. თუ ეს მნიშვნელობა არაა, გამოჩვლა მოხდება 0-სა და ქვედა ზღვარს შორის."
+#. i0IX
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id0907200904022538\n"
+"help.text"
+msgid "<ahelp hid=\".\">Converts a code number into a Unicode character or letter.</ahelp>"
+msgstr ""
+
+#. Sz5~
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id0907200904123753\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060115.xhp#hd_id3154819.141.help.text
-msgctxt "04060115.xhp#hd_id3154819.141.help.text"
+#. 6a~,
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id0907200904123753\n"
+"help.text"
+msgid "UNICHAR(number)"
+msgstr ""
+
+#. B?3.
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id0907200904123720\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060115.xhp#par_id3152974.142.help.text
-msgid "<item type=\"input\">=ERF(0;1)</item> returns 0.842701."
+#. n9yd
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id090720090412378\n"
+"help.text"
+msgid "=UNICHAR(169) returns the Copyright character <emph>©</emph>."
msgstr ""
-#: 04060115.xhp#bm_id3145082.help.text
-msgid "<bookmark_value>ERFC function</bookmark_value>"
-msgstr "<bookmark_value>ERFC ფუნქცია</bookmark_value>"
+#. A/)/
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id0907200904033543\n"
+"help.text"
+msgid "<bookmark_value>UNICODE function</bookmark_value>"
+msgstr "<bookmark_value>CODE ფუნქცია</bookmark_value>"
-#: 04060115.xhp#hd_id3145082.143.help.text
-msgid "ERFC"
-msgstr "ERFC"
+#. O$VW
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id0907200904022588\n"
+"help.text"
+msgid "UNICODE"
+msgstr ""
-#: 04060115.xhp#par_id3149453.144.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_ERFC\">Returns complementary values of the Gaussian error integral between x and infinity.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_ERFC\">აბრუნებს გაუსის შეცდომის ინტეგრალის დამატებით მნიშვნელობას x-და და უსასრულობას შორის.</ahelp>"
+#. !r`D
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id0907200904022594\n"
+"help.text"
+msgid "<ahelp hid=\".\">Returns the numeric code for the first Unicode character in a text string.</ahelp>"
+msgstr ""
-#: 04060115.xhp#hd_id3155839.145.help.text
-msgctxt "04060115.xhp#hd_id3155839.145.help.text"
+#. MR:d
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id0907200904123874\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060115.xhp#par_id3153220.146.help.text
-msgid "ERFC(LowerLimit)"
-msgstr "ERFC(ქვედა ზღურბლი)"
+#. 4$=d
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id0907200904123846\n"
+"help.text"
+msgid "UNICODE(\"Text\")"
+msgstr "CODE(ტექსტი)"
-#: 04060115.xhp#par_id3147620.147.help.text
-msgid "<emph>LowerLimit</emph> is the lower limit of the integral"
+#. p^/J
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id0907200904123899\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. kmse
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id0907200904123919\n"
+"help.text"
+msgid "=UNICODE(\"©\") returns the Unicode number 169 for the Copyright character."
msgstr ""
-#: 04060115.xhp#hd_id3146861.148.help.text
-msgctxt "04060115.xhp#hd_id3146861.148.help.text"
+#. C8RY
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3145178\n"
+"help.text"
+msgid "<bookmark_value>UPPER function</bookmark_value>"
+msgstr "<bookmark_value>UPPER ფუნქცია</bookmark_value>"
+
+#. jJTq
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3145178\n"
+"62\n"
+"help.text"
+msgid "UPPER"
+msgstr "UPPER"
+
+#. }D0R
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3162905\n"
+"63\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_GROSS\">Converts the string specified in the <emph>text</emph> field to uppercase.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_GROSS\"><emph>ტექსტის</emph> ველში მითითებულ სტრიქონს ზედა რეგისტრში გადაიყვანს.</ahelp>"
+
+#. =pmS
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3148526\n"
+"64\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. N8W]
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3148539\n"
+"65\n"
+"help.text"
+msgid "UPPER(\"Text\")"
+msgstr "UPPER(ტექსტი)"
+
+#. bsHt
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3148496\n"
+"66\n"
+"help.text"
+msgid "<emph>Text</emph> refers to the lower case letters you want to convert to upper case."
+msgstr "<emph>ტექსტი</emph> არის ქვედა რეგისტრის ასოები, რომლის ზედა რეგისტრში გადაყვანაც გსურთ."
+
+#. {MbI
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3148516\n"
+"67\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060115.xhp#par_id3156102.149.help.text
-msgid "<item type=\"input\">=ERFC(1)</item> returns 0.157299."
+#. +p\/
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3146757\n"
+"68\n"
+"help.text"
+msgid "<item type=\"input\">=UPPER(\"Good Morning\")</item> returns GOOD MORNING."
+msgstr ""
+
+#. `o!5
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3150802\n"
+"help.text"
+msgid "<bookmark_value>VALUE function</bookmark_value>"
+msgstr "<bookmark_value>VALUE ფუნქცია</bookmark_value>"
+
+#. ut\$
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3150802\n"
+"185\n"
+"help.text"
+msgid "VALUE"
+msgstr "VALUE"
+
+#. @%g2
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3152551\n"
+"186\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_WERT\">Converts a text string into a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_WERT\">ტექსტურ სტრიქონს გარდაქმნის რიცხვად.</ahelp>"
+
+#. R/?r
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3152568\n"
+"187\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. fxS-
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153638\n"
+"188\n"
+"help.text"
+msgid "VALUE(\"Text\")"
+msgstr "VALUE(ტექსტი)"
+
+#. 4cr7
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153651\n"
+"189\n"
+"help.text"
+msgid "<emph>Text</emph> is the text to be converted to a number."
+msgstr "<emph>ტექსტი</emph> არის რიცხვად გარდასაქმნელი ტექსტი."
+
+#. 47(S
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3144719\n"
+"190\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. _YMR
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3144733\n"
+"191\n"
+"help.text"
+msgid "<item type=\"input\">=VALUE(\"4321\")</item> returns 4321."
msgstr ""
-#: 04060115.xhp#bm_id3152927.help.text
-msgid "<bookmark_value>GESTEP function</bookmark_value><bookmark_value>numbers;greater than or equal to</bookmark_value>"
-msgstr "<bookmark_value>GESTEP ფუნქცია</bookmark_value><bookmark_value>რიცხვები;მეტია ან ტოლია</bookmark_value>"
+#. dq#{
+#: 04020000.xhp
+#, fuzzy
+msgctxt ""
+"04020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert Cells"
+msgstr "Insert Cells"
-#: 04060115.xhp#hd_id3152927.150.help.text
-msgid "GESTEP"
-msgstr "GESTEP"
+#. \,ir
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"bm_id3156023\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; inserting cells</bookmark_value><bookmark_value>cells; inserting</bookmark_value><bookmark_value>inserting; cells</bookmark_value>"
+msgstr "<bookmark_value>ელექტრონული ცხრილები; inserting cells</bookmark_value><bookmark_value>cells; inserting</bookmark_value><bookmark_value>inserting; cells</bookmark_value>"
-#: 04060115.xhp#par_id3150763.151.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_GESTEP\">The result is 1 if <item type=\"literal\">Number</item> is greater than or equal to <item type=\"literal\">Step</item>.</ahelp>"
+#. _`dO
+#: 04020000.xhp
+#, fuzzy
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3156023\n"
+"1\n"
+"help.text"
+msgid "Insert Cells"
+msgstr "Insert Cells"
+
+#. @h{X
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3150542\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"zelleneinfuegentext\"><ahelp hid=\".uno:InsertCell\">Opens the<emph> Insert Cells </emph>dialog, in which you can insert new cells according to the options that you specify.</ahelp></variable> You can delete cells by choosing <link href=\"text/scalc/01/02160000.xhp\" name=\"Edit - Delete Cells\"><emph>Edit - Delete Cells</emph></link>."
+msgstr "<variable id=\"zelleneinfuegentext\"><ahelp hid=\".uno:InsertCell\">Opens the<emph> Insert Cells </emph>dialog, in which you can insert new cells according to the options that you specify.</ahelp></variable> You can delete cells by choosing <link href=\"text/scalc/01/02160000.xhp\" name=\"რედაქტირება - Delete Cells\"><emph>რედაქტირება - Delete Cells</emph></link>."
+
+#. *}@=
+#: 04020000.xhp
+#, fuzzy
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3153768\n"
+"3\n"
+"help.text"
+msgid "Selection"
+msgstr "მონიშვნა"
+
+#. HOpb
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3149262\n"
+"4\n"
+"help.text"
+msgid "This area contains the options available for inserting cells into a sheet. The cell quantity and position is defined by selecting a cell range in the sheet beforehand."
+msgstr "This არე contains the options available for inserting cells into a sheet. The cell quantity and position is defined by selecting a cell range in the sheet beforehand."
+
+#. ,f!C
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3146120\n"
+"5\n"
+"help.text"
+msgid "Shift cells down"
+msgstr "Shift cells down"
+
+#. mFFi
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3152596\n"
+"6\n"
+"help.text"
+msgid "<variable id=\"zellenuntentext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_CELLSDOWN\">Moves the contents of the selected range downward when cells are inserted.</ahelp></variable>"
+msgstr "<variable id=\"zellenuntentext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_CELLSDOWN\">Moves the contents of the selected range downward when cells are inserted.</ahelp></variable>"
+
+#. uILB
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3147434\n"
+"7\n"
+"help.text"
+msgid "Shift cells right"
+msgstr "Shift cells right"
+
+#. vAjt
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3144764\n"
+"8\n"
+"help.text"
+msgid "<variable id=\"zellenrechtstext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_CELLSRIGHT\">Moves the contents of the selected range to the right when cells are inserted.</ahelp></variable>"
+msgstr "<variable id=\"zellenrechtstext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_CELLSRIGHT\">Moves the contents of the selected range to the right when cells are inserted.</ahelp></variable>"
+
+#. NF3Z
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3153877\n"
+"9\n"
+"help.text"
+msgid "Entire row"
+msgstr "Entire row"
+
+#. gSs-
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3155417\n"
+"10\n"
+"help.text"
+msgid "<variable id=\"zeilenganzetext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_INSROWS\">Inserts an entire row. The position of the row is determined by the selection on the sheet.</ahelp></variable> The number of rows inserted depends on how many rows are selected. The contents of the original rows are moved downward."
+msgstr "<variable id=\"zeilenganzetext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_INSROWS\">Inserts an entire row. The position of the row is determined by the selection on the sheet.</ahelp></variable> The number of rows inserted depends on how many rows are selected. The contents of the original rows are moved downward."
+
+#. ]1y@
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3146971\n"
+"11\n"
+"help.text"
+msgid "Entire column"
+msgstr "Entire column"
+
+#. QiRQ
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3155068\n"
+"12\n"
+"help.text"
+msgid "<variable id=\"spaltenganzetext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_INSCOLS\">Inserts an entire column. The number of columns to be inserted is determined by the selected number of columns.</ahelp></variable> The contents of the original columns are shifted to the right."
+msgstr "<variable id=\"spaltenganzetext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_INSCOLS\">Inserts an entire column. The number of the columns to be inserted is determined by the selected number of columns.</ahelp></variable> The contents of the original columns are shifted to right."
+
+#. 3+tx
+#: 05050100.xhp
+msgctxt ""
+"05050100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr "ფურცლის სახელის გადარქმევა"
+
+#. 9)K9
+#: 05050100.xhp
+msgctxt ""
+"05050100.xhp\n"
+"bm_id3147336\n"
+"help.text"
+msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
+msgstr "<bookmark_value>სამუშაო ფურცლის სახელები</bookmark_value><bookmark_value>შეცვლა; ფურცლის სახელები</bookmark_value><bookmark_value>ფურცლები; სახელის გადარქმევა</bookmark_value>"
+
+#. K=NL
+#: 05050100.xhp
+msgctxt ""
+"05050100.xhp\n"
+"hd_id3147336\n"
+"1\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr "ფურცლის სახელის გადარქმევა"
+
+#. 2SCq
+#: 05050100.xhp
+msgctxt ""
+"05050100.xhp\n"
+"par_id3150792\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"umbenennentext\"><ahelp hid=\".uno:RenameTable\">This command opens a dialog where you can assign a different name to the current sheet.</ahelp></variable>"
+msgstr ""
+
+#. .(6j
+#: 05050100.xhp
+msgctxt ""
+"05050100.xhp\n"
+"hd_id3153968\n"
+"3\n"
+"help.text"
+msgid "Name"
+msgstr "სახელი"
+
+#. W8b~
+#: 05050100.xhp
+msgctxt ""
+"05050100.xhp\n"
+"par_id3155131\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_APPEND_NAME\">Enter a new name for the sheet here.</ahelp>"
+msgstr ""
+
+#. e=Ut
+#: 05050100.xhp
+msgctxt ""
+"05050100.xhp\n"
+"par_id3153092\n"
+"5\n"
+"help.text"
+msgid "You can also open the<emph> Rename Sheet </emph>dialog through the context menu by positioning the mouse pointer over a sheet tab at the bottom of the window and <switchinline select=\"sys\"><caseinline select=\"MAC\">clicking while pressing Control</caseinline><defaultinline>clicking the right mouse button</defaultinline></switchinline>."
+msgstr ""
+
+#. gH04
+#: 05050100.xhp
+msgctxt ""
+"05050100.xhp\n"
+"par_id3147396\n"
+"6\n"
+"help.text"
+msgid "Alternatively, click the sheet tab while pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Alt</defaultinline></switchinline> key. Now you can change the name directly. <switchinline select=\"sys\"><caseinline select=\"UNIX\"><embedvar href=\"text/shared/00/00000099.xhp#winmanager\"/></caseinline></switchinline>"
+msgstr ""
+
+#. :u(!
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Protect Document"
+msgstr "დოკუმენტის დაცვა"
+
+#. `87O
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"hd_id3148946\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06060000.xhp\" name=\"Protect Document\">Protect Document</link>"
+msgstr "<link href=\"text/scalc/01/06060000.xhp\" name=\"Protect Document\">დოკუმენტის დაცვა</link>"
+
+#. pa`\
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_id3153362\n"
+"2\n"
+"help.text"
+msgid "The<emph> Protect Document </emph>command prevents changes from being made to cells in the sheets or to sheets in a document. As an option, you can define a password. If a password is defined, removal of the protection is only possible if the user enters the correct password."
+msgstr ""
+
+#. /Tir
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"hd_id3147228\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06060100.xhp\" name=\"Sheets\">Sheets</link>"
+msgstr "<link href=\"text/scalc/01/06060100.xhp\" name=\"Sheets\">ფურცლები</link>"
+
+#. ?M3*
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"hd_id3153768\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06060200.xhp\" name=\"Documents\">Documents</link>"
+msgstr "<link href=\"text/scalc/01/06060200.xhp\" name=\"Documents\">დოკუმენტები</link>"
+
+#. 2^z6
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN10622\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/guide/cell_protect.xhp#cell_protect\"/>"
+msgstr "<embedvar href=\"text/scalc/guide/cell_protect.xhp#cell_protect\"/>"
+
+#. Dq#C
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"tit\n"
+"help.text"
+msgid "Bit Operation Functions"
+msgstr ""
+
+#. *,DA
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4149052\n"
+"1\n"
+"help.text"
+msgid "Bit Operation Functions"
msgstr ""
-#: 04060115.xhp#hd_id3150879.152.help.text
-msgctxt "04060115.xhp#hd_id3150879.152.help.text"
+#. m%hp
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"bm_id4150026\n"
+"help.text"
+msgid "<bookmark_value>BITAND function</bookmark_value>"
+msgstr "<bookmark_value>AND ფუნქცია</bookmark_value>"
+
+#. _NL:
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4150026\n"
+"238\n"
+"help.text"
+msgid "BITAND"
+msgstr ""
+
+#. :+Ny
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4146942\n"
+"239\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BITAND\">Returns a bitwise logical \"and\" of the parameters.</ahelp>"
+msgstr ""
+
+#. F8eu
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4150459\n"
+"240\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060115.xhp#par_id3145212.153.help.text
-msgid "GESTEP(Number; Step)"
-msgstr "GESTEP(რიცხვი; ნაბიჯი)"
+#. mD;l
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4146878\n"
+"241\n"
+"help.text"
+msgid "BITAND(number1; number2)"
+msgstr ""
+
+#. 0fp.
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4151228\n"
+"242\n"
+"help.text"
+msgid "<emph>Number1</emph> and <emph>number2</emph> are positive integers less than 2 ^ 48 (281 474 976 710 656)."
+msgstr ""
-#: 04060115.xhp#hd_id3153275.154.help.text
-msgctxt "04060115.xhp#hd_id3153275.154.help.text"
+#. ;9__
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4148582\n"
+"248\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060115.xhp#par_id3156132.155.help.text
-msgid "<item type=\"input\">=GESTEP(5;1)</item> returns 1."
+#. %zKb
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4149246\n"
+"250\n"
+"help.text"
+msgid "<item type=\"input\">=BITAND(6;10)</item> returns 2 (0110 & 1010 = 0010)."
msgstr ""
-#: 04060115.xhp#bm_id3147276.help.text
-msgid "<bookmark_value>HEX2BIN function</bookmark_value><bookmark_value>converting;hexadecimal numbers, into binary numbers</bookmark_value>"
-msgstr "<bookmark_value>HEX2BIN ფუნქცია</bookmark_value><bookmark_value>გარდაქმნა;თექვსმეტობითი რიცხვები; ორობით რიცხვებად</bookmark_value>"
+#. OytN
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"bm_id4146139\n"
+"help.text"
+msgid "<bookmark_value>BITOR function</bookmark_value>"
+msgstr "<bookmark_value>OR ფუნქცია</bookmark_value>"
-#: 04060115.xhp#hd_id3147276.79.help.text
-msgid "HEX2BIN"
-msgstr "HEX2BIN"
+#. @zAL
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4146139\n"
+"252\n"
+"help.text"
+msgid "BITOR"
+msgstr ""
-#: 04060115.xhp#par_id3150258.80.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_HEX2BIN\">The result is the binary number for the hexadecimal number entered.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_HEX2BIN\">შედეგი არის შეყვანილი თექსვმეტობითი რიცხვის ორობითი რიცხვი.</ahelp>"
+#. KQr9
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4150140\n"
+"253\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BITOR\">Returns a bitwise logical \"or\" of the parameters.</ahelp>"
+msgstr ""
-#: 04060115.xhp#hd_id3156117.81.help.text
-msgctxt "04060115.xhp#hd_id3156117.81.help.text"
+#. ?T)Z
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4149188\n"
+"254\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060115.xhp#par_id3155847.82.help.text
-msgid "HEX2BIN(Number; Places)"
-msgstr "HEX2BIN(რიცხვი;ადგილები)"
+#. 3i71
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4148733\n"
+"255\n"
+"help.text"
+msgid "BITOR(number1; number2)"
+msgstr ""
-#: 04060115.xhp#par_id3152810.83.help.text
-msgctxt "04060115.xhp#par_id3152810.83.help.text"
-msgid "<emph>Number</emph> is a hexadecimal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement."
-msgstr "რიცხვი: თექვსმეტობითი რიცხვი. რიცხვს შეიძლება მაქიმუმ 10 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
+#. %LW?
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4150864\n"
+"256\n"
+"help.text"
+msgid "<emph>Number1</emph> and <emph>number2</emph> are positive integers less than 2 ^ 48 (281 474 976 710 656)."
+msgstr ""
-#: 04060115.xhp#par_id3153758.84.help.text
-msgctxt "04060115.xhp#par_id3153758.84.help.text"
-msgid "<emph>Places</emph> is the number of places to be output."
-msgstr "ადგილები: გამოსატანი ადგილების ნომრები."
+#. 9O3{
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4149884\n"
+"264\n"
+"help.text"
+msgid "<item type=\"input\">=BITOR(6;10)</item> returns 14 (0110 | 1010 = 1110)."
+msgstr ""
+
+#. 6mHI
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"bm_id4150019\n"
+"help.text"
+msgid "<bookmark_value>BITXOR function</bookmark_value>"
+msgstr "<bookmark_value>OR ფუნქცია</bookmark_value>"
+
+#. LbFU
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4150019\n"
+"182\n"
+"help.text"
+msgid "BITXOR"
+msgstr ""
+
+#. 0aD#
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4145246\n"
+"183\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BITXOR\">Returns a bitwise logical \"exclusive or\" of the parameters.</ahelp>"
+msgstr ""
+
+#. BKgl
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4153047\n"
+"184\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. ~@C:
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4157970\n"
+"185\n"
+"help.text"
+msgid "BITXOR(number1; number2)"
+msgstr ""
-#: 04060115.xhp#hd_id3154052.85.help.text
-msgctxt "04060115.xhp#hd_id3154052.85.help.text"
+#. d:p*
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4145302\n"
+"186\n"
+"help.text"
+msgid "<emph>Number1</emph> and <emph>number2</emph> are positive integers less than 2 ^ 48 (281 474 976 710 656)."
+msgstr ""
+
+#. l2E\
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4150269\n"
+"192\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060115.xhp#par_id3156002.86.help.text
-msgid "<item type=\"input\">=HEX2BIN(64;8)</item> returns 01100100."
+#. [GGa
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4149394\n"
+"196\n"
+"help.text"
+msgid "<item type=\"input\">=BITXOR(6;10)</item> returns 12 (0110 ^ 1010 = 1100)"
msgstr ""
-#: 04060115.xhp#bm_id3154742.help.text
-msgid "<bookmark_value>HEX2DEC function</bookmark_value><bookmark_value>converting;hexadecimal numbers, into decimal numbers</bookmark_value>"
-msgstr "<bookmark_value>HEX2DEC ფუნქცია</bookmark_value><bookmark_value>გარდაქმნა;თექვსმეტობითი რიცხვები; ათობით რიცხვებად</bookmark_value>"
+#. m:ms
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"bm_id4155370\n"
+"help.text"
+msgid "<bookmark_value>BITLSHIFT function</bookmark_value>"
+msgstr "<bookmark_value>BINOMDIST ფუნქცია</bookmark_value>"
-#: 04060115.xhp#hd_id3154742.87.help.text
-msgid "HEX2DEC"
-msgstr "HEX2DEC"
+#. U?DH
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4155370\n"
+"266\n"
+"help.text"
+msgid "BITLSHIFT"
+msgstr ""
-#: 04060115.xhp#par_id3153626.88.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_HEX2DEC\">The result is the decimal number for the hexadecimal number entered.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_HEX2DEC\">შედეგი არის შეყვანილი თექსვმეტობითი რიცხვის ათობითი რიცხვი.</ahelp>"
+#. uV*-
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4158411\n"
+"267\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BITLSHIFT\">Shifts a number left by n bits.</ahelp>"
+msgstr ""
-#: 04060115.xhp#hd_id3143233.89.help.text
-msgctxt "04060115.xhp#hd_id3143233.89.help.text"
+#. wZ^}
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4155814\n"
+"268\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060115.xhp#par_id3149293.90.help.text
-msgid "HEX2DEC(Number)"
-msgstr "HEX2DEC(რიცხვი)"
+#. 95JU
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4147536\n"
+"269\n"
+"help.text"
+msgid "BITLSHIFT(number; shift)"
+msgstr ""
-#: 04060115.xhp#par_id3159176.91.help.text
-msgctxt "04060115.xhp#par_id3159176.91.help.text"
-msgid "<emph>Number</emph> is a hexadecimal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement."
-msgstr "რიცხვი: თექვსმეტობითი რიცხვი. რიცხვს შეიძლება მაქიმუმ 10 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
+#. eU%Q
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4150475\n"
+"270\n"
+"help.text"
+msgid "<emph>Number</emph> is a positive integer less than 2 ^ 48 (281 474 976 710 656)."
+msgstr ""
-#: 04060115.xhp#hd_id3154304.92.help.text
-msgctxt "04060115.xhp#hd_id3154304.92.help.text"
+#. UJaG
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4153921\n"
+"271\n"
+"help.text"
+msgid "<emph>Shift</emph> is the number of positions the bits will be moved to the left. If shift is negative, it is synonymous with BITRSHIFT (number; -shift)."
+msgstr ""
+
+#. g\Ri
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4153723\n"
+"276\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060115.xhp#par_id3146093.93.help.text
-msgid "<item type=\"input\">=HEX2DEC(64)</item> returns 100."
+#. FiC{
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4149819\n"
+"278\n"
+"help.text"
+msgid "<item type=\"input\">=BITLSHIFT(6;1)</item> returns 12 (0110 << 1 = 1100)."
msgstr ""
-#: 04060115.xhp#bm_id3149750.help.text
-msgid "<bookmark_value>HEX2OCT function</bookmark_value><bookmark_value>converting;hexadecimal numbers, into octal numbers</bookmark_value>"
-msgstr "<bookmark_value>HEX2OCT ფუნქცია</bookmark_value><bookmark_value>გარდაქმნა;თექვსმეტობითი რიცხვები; რვაობით რიცხვებად</bookmark_value>"
+#. e#W:
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"bm_id4083280\n"
+"help.text"
+msgid "<bookmark_value>BITRSHIFT function</bookmark_value>"
+msgstr "<bookmark_value>BINOMDIST ფუნქცია</bookmark_value>"
-#: 04060115.xhp#hd_id3149750.94.help.text
-msgid "HEX2OCT"
-msgstr "HEX2OCT"
+#. 5\|(
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4083280\n"
+"165\n"
+"help.text"
+msgid "BITRSHIFT"
+msgstr ""
-#: 04060115.xhp#par_id3153983.95.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_HEX2OCT\">The result is the octal number for the hexadecimal number entered.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_HEX2OCT\">შედეგი არის შეყვანილი თექსვმეტობითი რიცხვის რვაობითი რიცხვი.</ahelp>"
+#. BJE;
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4152482\n"
+"166\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BITRSHIFT\">Shifts a number right by n bits.</ahelp>"
+msgstr ""
-#: 04060115.xhp#hd_id3145660.96.help.text
-msgctxt "04060115.xhp#hd_id3145660.96.help.text"
+#. 6b!Y
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4149713\n"
+"167\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060115.xhp#par_id3151170.97.help.text
-msgid "HEX2OCT(Number; Places)"
-msgstr "HEX2OCT(რაოდენობა;ადგილები)"
+#. K@lp
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4145087\n"
+"168\n"
+"help.text"
+msgid "BITRSHIFT(number; shift)"
+msgstr ""
-#: 04060115.xhp#par_id3152795.98.help.text
-msgctxt "04060115.xhp#par_id3152795.98.help.text"
-msgid "<emph>Number</emph> is a hexadecimal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement."
-msgstr "რიცხვი: თექვსმეტობითი რიცხვი. რიცხვს შეიძლება მაქიმუმ 10 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
+#. \3QM
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4149277\n"
+"169\n"
+"help.text"
+msgid "<emph>Number</emph> is a positive integer less than 2 ^ 48 (281 474 976 710 656)."
+msgstr ""
-#: 04060115.xhp#par_id3149204.99.help.text
-msgctxt "04060115.xhp#par_id3149204.99.help.text"
-msgid "<emph>Places</emph> is the number of places to be output."
-msgstr "ადგილები: გამოსატანი ადგილების ნომრები."
+#. ;X0%
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4149270\n"
+"170\n"
+"help.text"
+msgid "<emph>Shift</emph> is the number of positions the bits will be moved to the right. If shift is negative, it is synonymous with BITLSHIFT (number; -shift)."
+msgstr ""
-#: 04060115.xhp#hd_id3153901.100.help.text
-msgctxt "04060115.xhp#hd_id3153901.100.help.text"
+#. *7-`
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4152933\n"
+"175\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060115.xhp#par_id3159341.101.help.text
-msgid "<item type=\"input\">=HEX2OCT(64;4)</item> returns 0144."
+#. JQL*
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4156130\n"
+"179\n"
+"help.text"
+msgid "<item type=\"input\">=BITRSHIFT(6;1)</item> returns 3 (0110 >> 1 = 0011)."
msgstr ""
-#: 05110000.xhp#tit.help.text
-msgid "AutoFormat"
-msgstr "ავტო-ფორმატირება"
+#. D9(A
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Cell Protection"
+msgstr "უჯრედის დაცვა"
-#: 05110000.xhp#hd_id3149666.1.help.text
-msgid "<variable id=\"autoformat\"><link href=\"text/scalc/01/05110000.xhp\" name=\"AutoFormat\">AutoFormat</link></variable>"
-msgstr "<variable id=\"autoformat\"><link href=\"text/scalc/01/05110000.xhp\" name=\"AutoFormat\">ავტო-ფორმატირება</link></variable>"
+#. VSDg
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"hd_id3145119\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05020600.xhp\" name=\"Cell Protection\">Cell Protection</link>"
+msgstr "<link href=\"text/scalc/01/05020600.xhp\" name=\"Cell Protection\">უჯრების დაცვა</link>"
-#: 05110000.xhp#par_id3145367.2.help.text
-msgid "<variable id=\"autoformattext\"><ahelp hid=\".\">Use this command to apply an AutoFormat to a selected sheet area or to define your own AutoFormats.</ahelp></variable>"
+#. BYk.
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"par_id3150398\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SCPAGE_PROTECTION\">Defines protection options for selected cells.</ahelp>"
+msgstr "<ahelp hid=\"HID_SCPAGE_PROTECTION\">საზღვრავს მონიშნული უჯრებისთვის დაცვის პარამეტრებს.</ahelp>"
+
+#. fcqO
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"hd_id3150447\n"
+"3\n"
+"help.text"
+msgid "Protection"
+msgstr "დაცვა"
+
+#. ;(ss
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"hd_id3125864\n"
+"9\n"
+"help.text"
+msgid "Hide all"
+msgstr "ყველაფრის დამალვა"
+
+#. ^]/!
+#: 05020600.xhp
+#, fuzzy
+msgctxt ""
+"05020600.xhp\n"
+"par_id3153768\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_ALL\">Hides formulas and contents of the selected cells.</ahelp>"
+msgstr "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_FORMULAR\">მონიშნულ უჯრებში მალავს ფორმულებს.</ahelp>"
+
+#. k~A1
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"hd_id3153190\n"
+"5\n"
+"help.text"
+msgid "Protected"
+msgstr "დაცული"
+
+#. (R`6
+#: 05020600.xhp
+#, fuzzy
+msgctxt ""
+"05020600.xhp\n"
+"par_id3151119\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_PROTECTED\">Prevents the selected cells from being modified.</ahelp>"
+msgstr "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_PRINT\">შემდეგ უჯრებს არ აბეჭდინებს.</ahelp>"
+
+#. /:8$
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"par_id3156283\n"
+"15\n"
+"help.text"
+msgid "This cell protection only takes effect if you also protect the sheet (<emph>Tools - Protect Document - Sheet</emph>)."
msgstr ""
-#: 05110000.xhp#hd_id3148455.3.help.text
-msgid "Format"
-msgstr "ფორმატი"
+#. B-[D
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"hd_id3149377\n"
+"7\n"
+"help.text"
+msgid "Hide formula"
+msgstr "ფორმულების დამალვა"
-#: 05110000.xhp#par_id3145799.4.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_AUTOFORMAT:LB_FORMAT\">Choose a predefined AutoFormat to apply to a selected area in your sheet.</ahelp>"
+#. uh~s
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"par_id3154510\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_FORMULAR\">Hides formulas in the selected cells.</ahelp>"
+msgstr "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_FORMULAR\">მონიშნულ უჯრებში მალავს ფორმულებს.</ahelp>"
+
+#. 3CzL
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"hd_id3155602\n"
+"11\n"
+"help.text"
+msgid "Print"
+msgstr "ბეჭდვა"
+
+#. tL,0
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"par_id3153836\n"
+"12\n"
+"help.text"
+msgid "Defines print options for the sheet."
+msgstr "ფურცლისთვის საზღვრავს ბეჭდვის პარამეტრებს."
+
+#. haE:
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"hd_id3155065\n"
+"13\n"
+"help.text"
+msgid "Hide when printing"
+msgstr "ბეჭდვისას დამალვა"
+
+#. }*vc
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"par_id3155443\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_PRINT\">Keeps the selected cells from being printed.</ahelp>"
+msgstr "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_PRINT\">შემდეგ უჯრებს არ აბეჭდინებს.</ahelp>"
+
+#. `CDT
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Format Cells"
+msgstr "უჯრების ფორმატირება"
+
+#. Y/k5
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"bm_id3148663\n"
+"help.text"
+msgid "<bookmark_value>cell attributes</bookmark_value><bookmark_value>attributes;cells</bookmark_value><bookmark_value>formatting;cells</bookmark_value><bookmark_value>cells;formatting dialog</bookmark_value>"
+msgstr "<bookmark_value>უჯრის ატრიბუტები</bookmark_value><bookmark_value>ატრიბუტები;უჯრები</bookmark_value><bookmark_value>ფორმატირება;უჯრები</bookmark_value><bookmark_value>უჯრები; ფორმატირების დიალოგი</bookmark_value>"
+
+#. Yyw%
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"hd_id3148663\n"
+"1\n"
+"help.text"
+msgid "Format Cells"
+msgstr "უჯრების ფორმატირება"
+
+#. ad/j
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"par_id3150448\n"
+"2\n"
+"help.text"
+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 ""
-#: 05110000.xhp#hd_id3149410.5.help.text
-msgctxt "05110000.xhp#hd_id3149410.5.help.text"
-msgid "Add"
-msgstr "დამატება"
+#. 5$ru
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"hd_id3145785\n"
+"3\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>"
-#: 05110000.xhp#par_id3154017.6.help.text
-msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_AUTOFORMAT:BTN_ADD\">Allows you to add the current formatting of a range of at least 4 x 4 cells to the list of predefined AutoFormats.</ahelp> The <link href=\"text/shared/01/05150101.xhp\" name=\"Add AutoFormat\">Add AutoFormat</link> dialog then appears."
+#. ZBK8
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"hd_id3146119\n"
+"4\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>"
+
+#. kh6[
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"tit\n"
+"help.text"
+msgid "WEEKNUM"
+msgstr "WEEKNUM"
+
+#. L+ON
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"bm_id3159161\n"
+"help.text"
+msgid "<bookmark_value>WEEKNUM function</bookmark_value>"
+msgstr "<bookmark_value>WEEKNUM ფუნქცია</bookmark_value>"
+
+#. Sk3u
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"hd_id3159161\n"
+"54\n"
+"help.text"
+msgid "<variable id=\"weeknum\"><link href=\"text/scalc/01/func_weeknum.xhp\">WEEKNUM</link></variable>"
+msgstr "<variable id=\"weeknum\"><link href=\"text/scalc/01/func_weeknum.xhp\">WEEKNUM</link></variable>"
+
+#. N9sM
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"par_id3149770\n"
+"55\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_KALENDERWOCHE\">WEEKNUM calculates the week number of the year for the internal date value.</ahelp>"
msgstr ""
-#: 05110000.xhp#par_id3153708.29.help.text
-msgid "<ahelp hid=\"HID_SC_AUTOFMT_NAME\">Enter a name and click <emph>OK</emph>. </ahelp>"
-msgstr "<ahelp hid=\"HID_SC_AUTOFMT_NAME\">შეიყვანეთ სახელი და დააწკაპეთ <emph>OK</emph>. </ahelp>"
+#. gT_W
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"par_idN105E4\n"
+"help.text"
+msgid "The International Standard ISO 8601 has decreed that Monday shall be the first day of the week. A week that lies partly in one year and partly in another is assigned a number in the year in which most of its days lie. That means that week number 1 of any year is the week that contains the January 4th."
+msgstr ""
-#: 05110000.xhp#hd_id3150044.7.help.text
-msgctxt "05110000.xhp#hd_id3150044.7.help.text"
-msgid "More"
-msgstr "დამატებით"
+#. :?=W
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"hd_id3153055\n"
+"56\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 05110000.xhp#par_id3146920.8.help.text
-msgid "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_AUTOFORMAT:BTN_MORE\">Opens the <emph>Formatting</emph> section, which displays the formatting overrides that can be applied to the spreadsheet. Deselecting an option keeps the format of the current spreadsheet for that format type.</ahelp>"
+#. q(fB
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"par_id3147236\n"
+"57\n"
+"help.text"
+msgid "WEEKNUM(Number; Mode)"
+msgstr "WEEKNUM(რიცხვი; რეჟიმი)"
+
+#. CGXO
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"par_id3147511\n"
+"58\n"
+"help.text"
+msgid "<emph>Number</emph> is the internal date number."
+msgstr "<emph>რიცხვი</emph> არის თარიღის შიდა რიცხვი."
+
+#. kQ#m
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"par_id3154269\n"
+"59\n"
+"help.text"
+msgid "<emph>Mode</emph> sets the start of the week and the calculation type."
msgstr ""
-#: 05110000.xhp#hd_id3155961.9.help.text
-msgid "Formatting"
-msgstr "ფორმატირება"
+#. JIF$
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"par_id3148930\n"
+"60\n"
+"help.text"
+msgid "1 = Sunday"
+msgstr "1 = კვირა"
-#: 05110000.xhp#par_id3153965.10.help.text
-msgid "In this section you can select or deselect the available formatting options. If you want to keep any of the settings currently in your spreadsheet, deselect the corresponding option."
+#. #1(F
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"par_id3154280\n"
+"61\n"
+"help.text"
+msgid "2 = Monday"
+msgstr "2 = ორშაბათი"
+
+#. M?dO
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"hd_id3146948\n"
+"62\n"
+"help.text"
+msgid "Examples"
+msgstr "მაგალითები"
+
+#. /rOa
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"par_id3150704\n"
+"65\n"
+"help.text"
+msgid "=WEEKNUM(\"1995-01-01\";1) returns 1"
msgstr ""
-#: 05110000.xhp#hd_id3154021.11.help.text
-msgid "Number format"
-msgstr "რიცხვის ფორმატი"
+#. yc;.
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"par_id3149792\n"
+"64\n"
+"help.text"
+msgid "=WEEKNUM(\"1995-01-01\";2) returns 52. If the week starts on Monday, Sunday belongs to the last week of the previous year."
+msgstr "WEEKNUM კვირა ჩართულია ორშაბათი კვირა -სკენ კვირა - წელი."
-#: 05110000.xhp#par_id3159239.12.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_NUMFORMAT\">When marked, specifies that you want to retain the number format of the selected format.</ahelp>"
+#. M7;g
+#: 02140500.xhp
+msgctxt ""
+"02140500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fill Sheet"
+msgstr "ფურცლის შევსება"
+
+#. :Im5
+#: 02140500.xhp
+msgctxt ""
+"02140500.xhp\n"
+"hd_id3153897\n"
+"1\n"
+"help.text"
+msgid "Fill Sheet"
+msgstr "ფურცლის შევსება"
+
+#. {\#,
+#: 02140500.xhp
+msgctxt ""
+"02140500.xhp\n"
+"par_id3150791\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"tabellenfuellentext\"><ahelp hid=\".uno:FillTable\" visibility=\"visible\">Specifies the options for transferring sheets or ranges of a certain sheet.</ahelp></variable>"
+msgstr "<variable id=\"tabellenfuellentext\"><ahelp hid=\".uno:FillTable\" visibility=\"visible\">ახასიათებს ელექტრონული ცხრილები ან დიაპაზონების ტრანსფერიზაციის პარამეტრებს განსაზღვრულ ელექტრონულ ცხრილში.</ahelp></variable>"
+
+#. p+)f
+#: 02140500.xhp
+msgctxt ""
+"02140500.xhp\n"
+"par_id3150767\n"
+"3\n"
+"help.text"
+msgid "In contrast to copying an area to the clipboard, you can filter certain information and calculate values. This command is only visible if you have selected two sheets in the document. To select multiple sheets, click each sheet tab while pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> or Shift."
+msgstr "In contrast to copying an არე to the clipboard, you can filter certain information and calculate values. This command is only visible if you have selected two sheets in the document. To select multiple sheets, click each sheet tab while pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> or Shift."
+
+#. x,V,
+#: 02140500.xhp
+msgctxt ""
+"02140500.xhp\n"
+"hd_id3155131\n"
+"4\n"
+"help.text"
+msgid "Filling a Sheet"
msgstr ""
-#: 05110000.xhp#hd_id3149530.13.help.text
-msgid "Borders"
-msgstr "ჩარჩოები"
+#. $Bw6
+#: 02140500.xhp
+msgctxt ""
+"02140500.xhp\n"
+"par_id3146119\n"
+"5\n"
+"help.text"
+msgid "Select the entire sheet by clicking the empty gray box in the upper left of the sheet. You can also select an area of the sheet to be copied."
+msgstr "მთლიანი ფურცლის მოსანიშნად დააწკაპეთ სერ უჯრაზე ელექტრონული ცხრილის ზედა მარცხენა კუთხეში. თქვენ შეგიძლიათ აგრევვე მონიშნოთ არე ფურცელზე კოპირებისათვის."
-#: 05110000.xhp#par_id3145259.14.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_BORDER\">When marked, specifies that you want to retain the border of the selected format.</ahelp>"
+#. }VJe
+#: 02140500.xhp
+msgctxt ""
+"02140500.xhp\n"
+"par_id3153726\n"
+"6\n"
+"help.text"
+msgid "Press <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and click the tab of the sheet where you want to insert the contents."
+msgstr "დააჭირე <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> and click the tab of the worksheet where you want to insert the contents."
+
+#. `uBy
+#: 02140500.xhp
+msgctxt ""
+"02140500.xhp\n"
+"par_id3147436\n"
+"7\n"
+"help.text"
+msgid "Select the command <emph>Edit - Fill - Sheet</emph>. In the dialog which appears, the check box <emph>Numbers</emph> must be selected (or <emph>Paste All</emph>) if you want to combine operations with the values. You can also choose the desired operation here."
+msgstr "მონიშნეთ the command <emph>რედაქტირება - შევსება - ფურცელი</emph>. In the dialog which appears, the check box <emph>Numbers</emph> must be selected (or <emph>Paste All</emph>) if you want to combine operations with the values. You can also აირჩიეთ the desired operation here."
+
+#. H92h
+#: 02140500.xhp
+msgctxt ""
+"02140500.xhp\n"
+"par_id3154942\n"
+"8\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "დააწკაპეთ <emph>ოკ</emph>."
+
+#. RGp=
+#: 02140500.xhp
+msgctxt ""
+"02140500.xhp\n"
+"par_id3156283\n"
+"9\n"
+"help.text"
+msgid "This dialog is similar to the <link href=\"text/shared/01/02070000.xhp\" name=\"Paste Contents\">Paste Contents</link> dialog, where you can find additional tips."
+msgstr "This dialog is similar to the <link href=\"text/shared/01/02070000.xhp\" name=\"Paste Contents\">Paste Contents</link> dialog, where you can find additional tips."
+
+#. s!KB
+#: 05070500.xhp
+#, fuzzy
+msgctxt ""
+"05070500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet"
+msgstr "ფურცელი"
+
+#. WLwg
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"bm_id3150542\n"
+"help.text"
+msgid "<bookmark_value>pages; order when printing</bookmark_value><bookmark_value>printing; page order</bookmark_value>"
+msgstr "<bookmark_value>გვერდები; ბეჭდვისას თანმიმდევრობა</bookmark_value><bookmark_value>ბეჭდვა; გვერდთა თანმიმდევრობა</bookmark_value>"
+
+#. gkpY
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3156329\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05070500.xhp\" name=\"Sheet\">Sheet</link>"
+msgstr "<link href=\"text/scalc/01/05070500.xhp\" name=\"Sheet\">ფურცელი</link>"
+
+#. *cKg
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3151384\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SCPAGE_TABLE\">Specifies the elements to be included in the printout of all sheets with the current Page Style. Additionally, you can set the print order, the first page number, and the page scale.</ahelp>"
msgstr ""
-#: 05110000.xhp#hd_id3154657.15.help.text
-msgid "Font"
-msgstr "შრიფტი"
+#. UnyP
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3150542\n"
+"3\n"
+"help.text"
+msgid "Print"
+msgstr "ბეჭდვა"
-#: 05110000.xhp#par_id3152990.16.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_FONT\">When marked, specifies that you want to retain the font of the selected format.</ahelp>"
+#. Uj6O
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3125863\n"
+"4\n"
+"help.text"
+msgid "Defines which elements of the spreadsheet are to be printed."
+msgstr "საზღვრავს ელცხრილის რა ელემენტები უნდა იქნას ამობეჭდილი."
+
+#. $W}k
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3151041\n"
+"5\n"
+"help.text"
+msgid "Column and row headers"
+msgstr "სვეტის და რიგის თავსართები"
+
+#. +z[B
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3147228\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_HEADER\">Specifies whether you want the column and row headers to be printed.</ahelp>"
msgstr ""
-#: 05110000.xhp#hd_id3155379.17.help.text
-msgid "Pattern"
-msgstr "თარგი"
+#. HE3;
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3150439\n"
+"7\n"
+"help.text"
+msgid "Grid"
+msgstr "ბადე"
-#: 05110000.xhp#par_id3150368.18.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_PATTERN\">When marked, specifies that you want to retain the pattern of the selected format.</ahelp>"
+#. ZxQZ
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3147436\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_GRID\">Prints out the borders of the individual cells as a grid.</ahelp> For the view on screen, make your choice under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph> - <link href=\"text/shared/optionen/01060100.xhp\" name=\"View\"><emph>View</emph></link> - <emph>Grid lines</emph>."
msgstr ""
-#: 05110000.xhp#hd_id3146115.19.help.text
-msgid "Alignment"
-msgstr "გასწორება"
+#. -^2b
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3145750\n"
+"9\n"
+"help.text"
+msgid "Comments"
+msgstr "კომენტარი"
-#: 05110000.xhp#par_id3156445.20.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_ALIGNMENT\">When marked, specifies that you want to retain the alignment of the selected format.</ahelp>"
+#. _0mz
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3150010\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_NOTES\">Prints the comments defined in your spreadsheet.</ahelp> They will be printed on a separate page, along with the corresponding cell reference."
msgstr ""
-#: 05110000.xhp#hd_id3155811.21.help.text
-msgid "AutoFit width and height"
-msgstr "სიგანის და სიმაღლის ავტომორგება"
+#. cG,2
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3154944\n"
+"11\n"
+"help.text"
+msgid "Objects/graphics"
+msgstr "ობიექტები/გრაფიკები"
-#: 05110000.xhp#par_id3148703.22.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_ADJUST\">When marked, specifies that you want to retain the width and height of the selected cells of the selected format.</ahelp>"
+#. !)wQ
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3149581\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_OBJECTS\">Includes all inserted objects (if printable) and graphics with the printed document.</ahelp>"
msgstr ""
-#: 05110000.xhp#hd_id3159223.26.help.text
-msgid "Rename"
-msgstr "სახელის გადარქმევა"
+#. Rb,g
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3149377\n"
+"13\n"
+"help.text"
+msgid "Charts"
+msgstr "დიაგრამები"
-#: 05110000.xhp#par_id3153064.27.help.text
-msgid "<ahelp hid=\"HID_SC_RENAME_AUTOFMT\">Opens a dialog where you can change the specification of the selected AutoFormat.</ahelp> The button is only visible if you clicked the <emph>More</emph> button."
+#. _%*b
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3148455\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_CHARTS\">Prints the charts that have been inserted into your spreadsheet.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_CHARTS\">ბეჭდავს გრაფიკს რომელიც მიმდინარე ელცხრილშია ჩასმული.</ahelp>"
+
+#. mIUG
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3153418\n"
+"15\n"
+"help.text"
+msgid "Drawing Objects"
+msgstr "ნახატი ობიექტები"
+
+#. %I-=
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3149122\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_DRAWINGS\">Includes all drawing objects in the printed document.</ahelp>"
msgstr ""
-#: 05110000.xhp#par_id3153912.28.help.text
-msgid "The <emph>Rename AutoFormat</emph> dialog opens.<ahelp hid=\"HID_SC_REN_AFMT_NAME\"> Enter the new name of the AutoFormat here.</ahelp>"
+#. F./^
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3150330\n"
+"17\n"
+"help.text"
+msgid "Formulas"
+msgstr "ფორმულები"
+
+#. R094
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3153715\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_FORMULAS\">Prints the formulas contained in the cells, instead of the results.</ahelp>"
msgstr ""
-#: 05110000.xhp#hd_id3155264.23.help.text
-msgctxt "05110000.xhp#hd_id3155264.23.help.text"
-msgid "More"
-msgstr "დამატებით"
+#. M?$b
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3156385\n"
+"19\n"
+"help.text"
+msgid "Zero Values"
+msgstr "ნულოვანი ნიშვნელობები"
-#: 05110000.xhp#par_id3159094.24.help.text
-msgid "Closes the <emph>Formatting</emph> options section, if it is currently open."
-msgstr "ხურავს <emph>ფორმატირების</emph> პარამეტრის სექციას, თუ იგი გახსნილია."
+#. 4GVa
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3149258\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_NULLVALS\">Specifies that cells with a zero value are printed.</ahelp>"
+msgstr ""
-#: 12120300.xhp#tit.help.text
-msgid "Error Alert"
-msgstr "შეცდომის გაფრთხილება"
+#. b6?J
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3154022\n"
+"21\n"
+"help.text"
+msgid "Page Order"
+msgstr "გვერდის თანრიგი"
-#: 12120300.xhp#hd_id3153821.1.help.text
-msgid "<link href=\"text/scalc/01/12120300.xhp\" name=\"Error Alert\">Error Alert</link>"
-msgstr "<link href=\"text/scalc/01/12120300.xhp\" name=\"Error Alert\">შეცდომის გაფრთხილება</link>"
+#. m+cn
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3166423\n"
+"22\n"
+"help.text"
+msgid "Defines the order in which data in a sheet is numbered and printed when it does not fit on one printed page."
+msgstr ""
-#: 12120300.xhp#par_id3153379.2.help.text
-msgid "<ahelp hid=\"SC:TABPAGE:TP_VALIDATION_ERROR\">Define the error message that is displayed when invalid data is entered in a cell.</ahelp>"
+#. KECF
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3152580\n"
+"23\n"
+"help.text"
+msgid "Top to bottom, then right"
+msgstr "ზევიდან ქვემოთ, შემდეგ მარჯვნივ"
+
+#. FgI3
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3150205\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_TABLE:BTN_TOPDOWN\">Prints vertically from the left column to the bottom of the sheet.</ahelp>"
msgstr ""
-#: 12120300.xhp#par_id3154138.25.help.text
-msgid "You can also start a macro with an error message. A sample macro is provided at the end of this page."
+#. =ch(
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3150786\n"
+"25\n"
+"help.text"
+msgid "Left to right, then down"
+msgstr "მარცხნიდან მარჯვნივ შემდეგ ძირს"
+
+#. 8HT\
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3154657\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_TABLE:BTN_LEFTRIGHT\">Prints horizontally from the top row of the sheet to the right column.</ahelp>"
msgstr ""
-#: 12120300.xhp#hd_id3156280.3.help.text
-msgid "Show error message when invalid values are entered."
-msgstr "არასწორი მნიშვნელობის შეყვანისას შეცდომის შეტყობინების ჩვენება."
+#. vXN1
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3150887\n"
+"27\n"
+"help.text"
+msgid "First page number"
+msgstr "პირველი გვერდის ნომერი"
-#: 12120300.xhp#par_id3150768.4.help.text
-msgid "<ahelp hid=\".\">Displays the error message that you enter in the <emph>Contents</emph> area when invalid data is entered in a cell.</ahelp> If enabled, the message is displayed to prevent an invalid entry."
+#. UL.Y
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3155378\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_PAGENO\">Select this option if you want the first page to start with a number other than 1.</ahelp>"
msgstr ""
-#: 12120300.xhp#par_id3146984.5.help.text
-msgid "In both cases, if you select \"Stop\", the invalid entry is deleted and the previous value is reentered in the cell. The same applies if you close the \"Warning\" and \"Information\" dialogs by clicking the <emph>Cancel </emph>button. If you close the dialogs with the <emph>OK</emph> button, the invalid entry is not deleted."
+#. q,3:
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3145389\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_TABLE:ED_PAGENO\">Enter the number of the first page.</ahelp>"
msgstr ""
-#: 12120300.xhp#hd_id3152460.6.help.text
-msgctxt "12120300.xhp#hd_id3152460.6.help.text"
-msgid "Contents"
-msgstr "შიგთავსი"
+#. }OlG
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3146978\n"
+"29\n"
+"help.text"
+msgid "Scale"
+msgstr "მასშტაბირება"
-#: 12120300.xhp#hd_id3148646.8.help.text
-msgid "Action"
-msgstr "მოქმედება"
+#. iVAo
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3149408\n"
+"30\n"
+"help.text"
+msgid "Defines a page scale for the printed spreadsheet."
+msgstr ""
-#: 12120300.xhp#par_id3151115.9.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:TP_VALIDATION_ERROR:LB_ACTION\">Select the action that you want to occur when invalid data is entered in a cell.</ahelp> The \"Stop\" action rejects the invalid entry and displays a dialog that you have to close by clicking <emph>OK</emph>. The \"Warning\" and \"Information\" actions display a dialog that can be closed by clicking <emph>OK</emph> or <emph>Cancel</emph>. The invalid entry is only rejected when you click <emph>Cancel</emph>."
+#. qZ!L
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN1096D\n"
+"help.text"
+msgid "Scaling mode"
+msgstr "მასშტაბირების რეჟიმი"
+
+#. s^8P
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN10971\n"
+"help.text"
+msgid "<ahelp hid=\"sc:ListBox:RID_SCPAGE_TABLE:LB_SCALEMODE\">Select a scaling mode from the list box. Appropriate controls will be shown at the side of the list box.</ahelp>"
msgstr ""
-#: 12120300.xhp#hd_id3156441.10.help.text
-msgctxt "12120300.xhp#hd_id3156441.10.help.text"
-msgid "Browse"
-msgstr "მიმოხილვა"
+#. !6~*
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3155089\n"
+"31\n"
+"help.text"
+msgid "Reduce/enlarge printout"
+msgstr "ამობეჭდვის შემცირება/გადიდება"
-#: 12120300.xhp#par_id3153160.11.help.text
-msgid "<ahelp hid=\"SC:PUSHBUTTON:TP_VALIDATION_ERROR:BTN_SEARCH\">Opens the <link href=\"text/shared/01/06130000.xhp\" name=\"Macro\">Macro</link> dialog where you can select the macro that is executed when invalid data is entered in a cell. The macro is executed after the error message is displayed.</ahelp>"
+#. +Iq8
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3159171\n"
+"32\n"
+"help.text"
+msgid "Specifies a scaling factor to scale all printed pages."
msgstr ""
-#: 12120300.xhp#hd_id3153876.12.help.text
-msgctxt "12120300.xhp#hd_id3153876.12.help.text"
-msgid "Title"
-msgstr "სათაური"
+#. Ruq3
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN1099A\n"
+"help.text"
+msgid "Scaling factor"
+msgstr "მასშტაბირების ფაქტორი"
-#: 12120300.xhp#par_id3149410.13.help.text
-msgid "<ahelp hid=\"SC:EDIT:TP_VALIDATION_ERROR:EDT_TITLE\">Enter the title of the macro or the error message that you want to display when invalid data is entered in a cell.</ahelp>"
+#. #hog
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3152899\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"SC_METRICFIELD_RID_SCPAGE_TABLE_ED_SCALEALL\" visibility=\"hidden\">Enter a scaling factor. Factors less than 100 reduce the pages, higher factors enlarge the pages.</ahelp>"
msgstr ""
-#: 12120300.xhp#hd_id3154510.14.help.text
-msgid "Error message"
-msgstr "შეცდომის შეტყობინება"
+#. Jg(d
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN109B2\n"
+"help.text"
+msgid "Fit print range(s) to width/height"
+msgstr ""
-#: 12120300.xhp#par_id3149122.15.help.text
-msgid "<ahelp hid=\"SC:MULTILINEEDIT:TP_VALIDATION_ERROR:EDT_ERROR\">Enter the message that you want to display when invalid data is entered in a cell.</ahelp>"
+#. HgYC
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN109B5\n"
+"help.text"
+msgid "Specifies the maximum number of pages horizontally (width) and vertically (height) on which every sheet with the current Page Style is to be printed."
+msgstr "რიცხვი - სიგანე და სიმაღლე ჩართულია ფურცელი გვერდი სტილი ტოლია -სკენ"
+
+#. d,E#
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN109BB\n"
+"help.text"
+msgid "The print ranges are always scaled proportionally, so the resulting number of pages may be less than specified."
msgstr ""
-#: 12120300.xhp#par_id3150752.16.help.text
-msgid "<emph>Sample macro:</emph>"
-msgstr "<emph>სანიმუშო მაკროსი:</emph>"
+#. P)BD
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN109BF\n"
+"help.text"
+msgid "You may clear one of the boxes, then the unspecified dimension will use as many pages as necessary."
+msgstr ""
-#: func_time.xhp#tit.help.text
-msgid "TIME "
-msgstr "TIME "
+#. cb,w
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN109C3\n"
+"help.text"
+msgid "If you clear both boxes, this will result in a scaling factor of 100%."
+msgstr ""
-#: func_time.xhp#bm_id3154073.help.text
-msgid "<bookmark_value>TIME function</bookmark_value>"
-msgstr "<bookmark_value>TIME ფუნქცია</bookmark_value>"
+#. qnN=
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN109CE\n"
+"help.text"
+msgid "Width in pages"
+msgstr "სიგანე გვერდებში"
-#: func_time.xhp#hd_id3154073.149.help.text
-msgid "<variable id=\"time\"><link href=\"text/scalc/01/func_time.xhp\">TIME</link></variable>"
-msgstr "<variable id=\"time\"><link href=\"text/scalc/01/func_time.xhp\">TIME</link></variable>"
+#. %Dhs
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN109D1\n"
+"help.text"
+msgid "<ahelp hid=\"sc:NumericField:RID_SCPAGE_TABLE:ED_SCALEPAGEWIDTH\">Enter the maximum number of pages to be printed horizontally across.</ahelp>"
+msgstr ""
-#: func_time.xhp#par_id3145762.150.help.text
-msgid "<ahelp hid=\"HID_FUNC_ZEIT\">TIME returns the current time value from values for hours, minutes and seconds.</ahelp> This function can be used to convert a time based on these three elements to a decimal time value."
+#. q6`0
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN109E8\n"
+"help.text"
+msgid "Height in pages"
+msgstr "სიმაღლე გვერდებში"
+
+#. 9eRR
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN109EB\n"
+"help.text"
+msgid "<ahelp hid=\"sc:NumericField:RID_SCPAGE_TABLE:ED_SCALEPAGEHEIGHT\">Enter the maximum number of pages to be printed vertically stacked.</ahelp>"
+msgstr ""
+
+#. Yp~5
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3148868\n"
+"33\n"
+"help.text"
+msgid "Fit print range(s) on number of pages"
+msgstr ""
+
+#. |d5_
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3145074\n"
+"34\n"
+"help.text"
+msgid "Specifies the maximum number of pages on which every sheet with the current Page Style is to be printed. The scale will be reduced as necessary to fit the defined number of pages."
msgstr ""
-#: func_time.xhp#hd_id3155550.151.help.text
-msgctxt "func_time.xhp#hd_id3155550.151.help.text"
+#. pM[J
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN10A26\n"
+"help.text"
+msgid "Number of pages"
+msgstr "გვერდების ნომერი"
+
+#. qFCu
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3144507\n"
+"37\n"
+"help.text"
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_TABLE:ED_SCALEPAGENUM\">Enter the maximum number of pages to be printed.</ahelp>"
+msgstr ""
+
+#. 7+qS
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"tit\n"
+"help.text"
+msgid "WEEKNUM_ADD"
+msgstr "WEEKNUM_ADD"
+
+#. TA!C
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"bm_id3166443\n"
+"help.text"
+msgid "<bookmark_value>WEEKNUM_ADD function</bookmark_value>"
+msgstr "<bookmark_value>WEEKNUM_ADD ფუნქცია</bookmark_value>"
+
+#. {/cy
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"hd_id3166443\n"
+"222\n"
+"help.text"
+msgid "<variable id=\"weeknumadd\"><link href=\"text/scalc/01/func_weeknumadd.xhp\">WEEKNUM_ADD</link></variable>"
+msgstr "<variable id=\"weeknumadd\"><link href=\"text/scalc/01/func_weeknumadd.xhp\">WEEKNUM_ADD</link></variable>"
+
+#. oO+C
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"par_id3152945\n"
+"223\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_WEEKNUM\">The result indicates the number of the calendar week for a date.</ahelp>"
+msgstr ""
+
+#. fN.X
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"par_idN105DD\n"
+"help.text"
+msgid "The WEEKNUM_ADD function is designed to calculate week numbers exactly as Microsoft Excel does. Use the <link href=\"text/scalc/01/func_weeknum.xhp\">WEEKNUM</link> function, or format your date cells using the WW formatting code, when you need ISO 8601 week numbers."
+msgstr ""
+
+#. T,0/
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"hd_id3153745\n"
+"224\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: func_time.xhp#par_id3154584.152.help.text
-msgid "TIME(Hour; Minute; Second)"
-msgstr "TIME(საათი; წუთი; წამი)"
+#. voDR
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"par_id3153685\n"
+"225\n"
+"help.text"
+msgid "WEEKNUM_ADD(Date; ReturnType)"
+msgstr "WEEKNUM_ADD(თარიღი;დაბრუნების ტიპი)"
-#: func_time.xhp#par_id3152904.153.help.text
-msgid "Use an integer to set the <emph>Hour</emph>."
-msgstr "მთელი რიცხვი გამოიყენეთ <emph>საათის</emph> მისათითებლად."
+#. K5uz
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"par_id3159277\n"
+"226\n"
+"help.text"
+msgid "<emph>Date</emph> is the date within the calendar week."
+msgstr "<emph>თარიღი</emph>: თარიღი კალენდარულ კვირაში."
-#: func_time.xhp#par_id3151346.154.help.text
-msgid "Use an integer to set the <emph>Minute</emph>."
-msgstr "მთელი რიცხვი გამოიყენეთ <emph>წუთის</emph> მისათითებლად."
+#. SIJI
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"par_id3154098\n"
+"227\n"
+"help.text"
+msgid "<emph>ReturnType</emph> is 1 for week beginning on a Sunday, 2 for week beginning on a Monday."
+msgstr ""
-#: func_time.xhp#par_id3151366.155.help.text
-msgid "Use an integer to set the <emph>Second</emph>."
-msgstr "მთელი რიცხვი გამოიყენეთ <emph>წამის</emph> მისათითებლად."
+#. q\6%
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"hd_id3152886\n"
+"228\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. l*Fy
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"par_id3149973\n"
+"229\n"
+"help.text"
+msgid "In which week number does 12.24.2001 fall?"
+msgstr "კვირა რიცხვი?"
+
+#. 4Sed
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"par_id3149914\n"
+"230\n"
+"help.text"
+msgid "<item type=\"input\">=WEEKNUM_ADD(24.12.2001;1)</item> returns 52."
+msgstr ""
+
+#. R/1.
+#: func_month.xhp
+msgctxt ""
+"func_month.xhp\n"
+"tit\n"
+"help.text"
+msgid "MONTH"
+msgstr "MONTH"
+
+#. ^F.#
+#: func_month.xhp
+msgctxt ""
+"func_month.xhp\n"
+"bm_id3149936\n"
+"help.text"
+msgid "<bookmark_value>MONTH function</bookmark_value>"
+msgstr "<bookmark_value>MONTH ფუნქცია</bookmark_value>"
+
+#. rPCQ
+#: func_month.xhp
+msgctxt ""
+"func_month.xhp\n"
+"hd_id3149936\n"
+"76\n"
+"help.text"
+msgid "<variable id=\"month\"><link href=\"text/scalc/01/func_month.xhp\">MONTH</link></variable>"
+msgstr "<variable id=\"month\"><link href=\"text/scalc/01/func_month.xhp\">MONTH</link></variable>"
+
+#. rmY?
+#: func_month.xhp
+msgctxt ""
+"func_month.xhp\n"
+"par_id3153538\n"
+"77\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_MONAT\">Returns the month for the given date value.</ahelp> The month is returned as an integer between 1 and 12."
+msgstr "<ahelp hid=\"HID_FUNC_MONAT\">მოცემული თარიღისთვის აბრუნებს თვეს.</ahelp> თვე ბრუნდება რიცხვის სახით 1-სა და 12-ს შორის."
+
+#. OqXD
+#: func_month.xhp
+msgctxt ""
+"func_month.xhp\n"
+"hd_id3149517\n"
+"78\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. 7Woa
+#: func_month.xhp
+msgctxt ""
+"func_month.xhp\n"
+"par_id3145602\n"
+"79\n"
+"help.text"
+msgid "MONTH(Number)"
+msgstr "MONTH(რიცხვი)"
-#: func_time.xhp#hd_id3145577.156.help.text
-msgctxt "func_time.xhp#hd_id3145577.156.help.text"
+#. H`oO
+#: func_month.xhp
+msgctxt ""
+"func_month.xhp\n"
+"par_id3149485\n"
+"80\n"
+"help.text"
+msgid "<emph>Number</emph>, as a time value, is a decimal for which the month is to be returned."
+msgstr "<emph>რიცხვი</emph>, რგორც დროის მნიშვნელობა; არის ათწილადი; რომლისთვისაც დაბრუნდება წამები."
+
+#. RbcL
+#: func_month.xhp
+msgctxt ""
+"func_month.xhp\n"
+"hd_id3153322\n"
+"81\n"
+"help.text"
msgid "Examples"
msgstr "მაგალითები"
-#: func_time.xhp#par_id3156076.157.help.text
-msgid "<item type=\"input\">=TIME(0;0;0)</item> returns 00:00:00"
-msgstr ""
+#. )e;b
+#: func_month.xhp
+msgctxt ""
+"func_month.xhp\n"
+"par_id3149244\n"
+"83\n"
+"help.text"
+msgid "=MONTH(NOW()) returns the current month."
+msgstr "MONTH(NOW()) აბრუნებს მიმდინარე თვეს"
-#: func_time.xhp#par_id3156090.158.help.text
-msgid "<item type=\"input\">=TIME(4;20;4)</item> returns 04:20:04"
+#. iMK0
+#: func_month.xhp
+msgctxt ""
+"func_month.xhp\n"
+"par_id3154790\n"
+"84\n"
+"help.text"
+msgid "=MONTH(C4) returns 7 if you enter 2000-07-07 to cell C4 (that date value might get formatted differently after you press Enter)."
msgstr ""
-#: 04060101.xhp#tit.help.text
-msgctxt "04060101.xhp#tit.help.text"
-msgid "Database Functions"
-msgstr "მონაცემთა ბაზების ფუნქციები"
+#. ,d?A
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"tit\n"
+"help.text"
+msgid "Solver"
+msgstr ""
-#: 04060101.xhp#bm_id3148946.help.text
-msgid "<bookmark_value>Function Wizard; databases</bookmark_value> <bookmark_value>functions; database functions</bookmark_value> <bookmark_value>databases; functions in $[officename] Calc</bookmark_value>"
+#. ]h-3
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"bm_id7654652\n"
+"help.text"
+msgid "<bookmark_value>goal seeking;solver</bookmark_value><bookmark_value>what if operations;solver</bookmark_value><bookmark_value>back-solving</bookmark_value><bookmark_value>solver</bookmark_value>"
msgstr ""
-#: 04060101.xhp#hd_id3148946.1.help.text
-msgctxt "04060101.xhp#hd_id3148946.1.help.text"
-msgid "Database Functions"
-msgstr "მონაცემთა ბაზების ფუნქციები"
+#. `78g
+#: solver.xhp
+#, fuzzy
+msgctxt ""
+"solver.xhp\n"
+"hd_id9216284\n"
+"help.text"
+msgid "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">Solver</link></variable>"
+msgstr "<variable id=\"year\"><link href=\"text/scalc/01/func_year.xhp\">YEAR</link></variable>"
-#: 04060101.xhp#par_id3145173.2.help.text
-msgid "<variable id=\"datenbanktext\">This section deals with functions used with data organized as one row of data for one record. </variable>"
-msgstr "<variable id=\"datenbanktext\">ამ სექციაში ფუნქციებია რომლების მონაცემთა ორგანიზებასთან გამოიყენება, როგორც მონაცემთა ცალი რიგი ერთი ჩანაწერისთვის. </variable>"
+#. *j7V
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id9210486\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Solver dialog. A solver allows to solve equations with multiple unknown variables by goal seeking methods.</ahelp>"
+msgstr ""
-#: 04060101.xhp#par_id3154016.186.help.text
-msgid "The Database category may be confused with a database integrated in $[officename]. However, there is no connection between a database in $[officename] and the Database category in $[officename] Calc."
-msgstr "<emph>მონაცემთა ბაზის</emph> კატეგორია შესაძლოა გაფუჭებული იყოს $[officename] ინტეგრირებული მონაცემთა ბაზით. თუმცა $[officename] მონაცემთა ბაზასა და $[officename] Calc-ში მონაცემთა ბაზას შორის კავშირი არ არის."
+#. R;PH
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id8538773\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter or click the cell reference of the target cell. This field takes the address of the cell whose value is to be optimized.</ahelp>"
+msgstr ""
-#: 04060101.xhp#hd_id3150329.190.help.text
-msgid "Example Data:"
-msgstr "სამაგალითო მონაცემები:"
+#. 2j[/
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id7564012\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Try to solve the equation for a maximum value of the target cell.</ahelp>"
+msgstr ""
-#: 04060101.xhp#par_id3153713.191.help.text
-msgid "The following data will be used in some of the function description examples:"
-msgstr "შემდეგი მონაცემები გამოყენებულ იქნება ფუნქციის აღწერებში მაგალითებად:"
+#. LVMN
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id1186254\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Try to solve the equation for a minimum value of the target cell.</ahelp>"
+msgstr ""
-#: 04060101.xhp#par_id3155766.3.help.text
-msgid "The range A1:E10 lists the children invited to Joe's birthday party. The following information is given for each entry: column A shows the name, B the grade, then age in years, distance to school in meters and weight in kilograms."
-msgstr "დიაპაზონი A1:E10 აჩვენებს მიშას დაბადების დღეზე დაპატიჟებული ბავშვებს. ყოველი ჩანაწერისთვის მოცემულია შემდეგი ინფორმაცია: სვეტი A აჩვენებს სხელს, B საფეხურსს, შემდეგ ასაკი წლებით, სკოლამდე მანძილი მეტრებში და წონა კილოგრამებში."
+#. )Dq:
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id7432477\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Try to solve the equation to approach a given value of the target cell.</ahelp>"
+msgstr ""
-#: 04060101.xhp#par_id3145232.4.help.text
-msgctxt "04060101.xhp#par_id3145232.4.help.text"
-msgid "A"
-msgstr "A"
+#. ;@rz
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id7141026\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the value or a cell reference.</ahelp>"
+msgstr ""
-#: 04060101.xhp#par_id3146316.5.help.text
-msgctxt "04060101.xhp#par_id3146316.5.help.text"
-msgid "B"
-msgstr "B"
+#. BmPb
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id8531449\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the cell range that can be changed.</ahelp>"
+msgstr ""
-#: 04060101.xhp#par_id3150297.6.help.text
-msgctxt "04060101.xhp#par_id3150297.6.help.text"
-msgid "C"
-msgstr "C"
+#. 0)\|
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id9183935\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a cell reference.</ahelp>"
+msgstr ""
-#: 04060101.xhp#par_id3150344.7.help.text
-msgctxt "04060101.xhp#par_id3150344.7.help.text"
-msgid "D"
-msgstr "D"
+#. @\1;
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id946684\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select an operator from the list.</ahelp>"
+msgstr ""
-#: 04060101.xhp#par_id3150785.8.help.text
-msgctxt "04060101.xhp#par_id3150785.8.help.text"
-msgid "E"
-msgstr "E"
+#. ?G4a
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id9607226\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a value or a cell reference.</ahelp>"
+msgstr ""
-#: 04060101.xhp#par_id3150090.9.help.text
-msgctxt "04060101.xhp#par_id3150090.9.help.text"
-msgid "1"
-msgstr "1"
+#. i*1\
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id1939451\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to shrink or restore the dialog. You can click or select cells in the sheet. You can enter a cell reference manually in the input box.</ahelp>"
+msgstr ""
-#: 04060101.xhp#par_id3152992.10.help.text
-msgctxt "04060101.xhp#par_id3152992.10.help.text"
-msgid "<item type=\"input\">Name</item>"
+#. nv0%
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id9038972\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to remove the row from the list. Any rows from below this row move up.</ahelp>"
msgstr ""
-#: 04060101.xhp#par_id3155532.11.help.text
-msgctxt "04060101.xhp#par_id3155532.11.help.text"
-msgid "<item type=\"input\">Grade</item>"
+#. Fkbn
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id2423780\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Options dialog.</ahelp>"
msgstr ""
-#: 04060101.xhp#par_id3156448.12.help.text
-msgctxt "04060101.xhp#par_id3156448.12.help.text"
-msgid "<item type=\"input\">Age</item>"
+#. h(Ak
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id2569658\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to solve the equation with the current settings. The dialog settings are retained until you close the current document.</ahelp>"
msgstr ""
-#: 04060101.xhp#par_id3154486.13.help.text
-msgctxt "04060101.xhp#par_id3154486.13.help.text"
-msgid "<item type=\"input\">Distance to School</item>"
+#. P,B)
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id5474410\n"
+"help.text"
+msgid "To solve equations with the solver"
msgstr ""
-#: 04060101.xhp#par_id3152899.14.help.text
-msgctxt "04060101.xhp#par_id3152899.14.help.text"
-msgid "<item type=\"input\">Weight</item>"
+#. .2_{
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id2216559\n"
+"help.text"
+msgid "The goal of the solver process is to find those variable values of an equation that result in an optimized value in the <emph>target cell</emph>, also named the \"objective\". You can choose whether the value in the target cell should be a maximum, a minimum, or approaching a given value."
msgstr ""
-#: 04060101.xhp#par_id3153816.15.help.text
-msgctxt "04060101.xhp#par_id3153816.15.help.text"
-msgid "2"
-msgstr "2"
+#. ?E[*
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id7869502\n"
+"help.text"
+msgid "The initial variable values are inserted in a rectangular cell range that you enter in the <emph>By changing cells</emph> box."
+msgstr ""
-#: 04060101.xhp#par_id3151240.16.help.text
-msgid "<item type=\"input\">Andy</item>"
+#. Tji#
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id9852900\n"
+"help.text"
+msgid "You can define a series of limiting conditions that set constraints for some cells. For example, you can set the constraint that one of the variables or cells must not be bigger than another variable, or not bigger than a given value. You can also define the constraint that one or more variables must be integers (values without decimals), or binary values (where only 0 and 1 are allowed)."
msgstr ""
-#: 04060101.xhp#par_id3156016.17.help.text
-msgctxt "04060101.xhp#par_id3156016.17.help.text"
-msgid "<item type=\"input\">3</item>"
+#. TpcE
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id5323953\n"
+"help.text"
+msgid "The default solver engine supports only linear equations."
msgstr ""
-#: 04060101.xhp#par_id3145073.18.help.text
-msgctxt "04060101.xhp#par_id3145073.18.help.text"
-msgid "<item type=\"input\">9</item>"
+#. :@zQ
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Define Database Range"
+msgstr "მონაცემთა ბაზის დიაპაზონის განსაზღვრა"
+
+#. 9YYy
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"hd_id3157909\n"
+"1\n"
+"help.text"
+msgid "Define Database Range"
+msgstr "მონაცემთა ბაზის დიაპაზონი"
+
+#. EeK_
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3155922\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"bereichtext\"><ahelp hid=\".uno:DefineDBName\">Defines a database range based on the selected cells in your sheet.</ahelp></variable>"
msgstr ""
-#: 04060101.xhp#par_id3154956.19.help.text
-msgid "<item type=\"input\">150</item>"
+#. [5)C
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3149456\n"
+"5\n"
+"help.text"
+msgid "You can only select a rectangular cell range."
+msgstr "მხოლოდ უჯრათა მართკუთხა დიაპაზონის მონიშვნაა შესაძლებელი."
+
+#. $?-(
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"hd_id3156422\n"
+"3\n"
+"help.text"
+msgid "Name"
+msgstr "სახელი"
+
+#. -zRD
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3150770\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_DBNAMES:ED_NAME\">Enter a name for the database range that you want to define, or select an existing name from the list.</ahelp>"
msgstr ""
-#: 04060101.xhp#par_id3153976.20.help.text
-msgid "<item type=\"input\">40</item>"
+#. BeyV
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"hd_id3147228\n"
+"6\n"
+"help.text"
+msgid "Range"
+msgstr "დიაპაზონი"
+
+#. @H~#
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3150441\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_DBNAMES:ED_DBAREA\">Displays the selected cell range.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_DBNAMES:ED_DBAREA\">ასახავს მონიშნულ უჯრათა დიაპაზონს.</ahelp>"
+
+#. \n5G
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"hd_id3153188\n"
+"10\n"
+"help.text"
+msgid "Add/Modify"
+msgstr "დამატება/შეცვლა"
+
+#. ~`j/
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3153726\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_DBNAMES:BTN_ADD\">Adds the selected cell range to the database range list, or modifies an existing database range.</ahelp>"
msgstr ""
-#: 04060101.xhp#par_id3150894.21.help.text
-msgctxt "04060101.xhp#par_id3150894.21.help.text"
-msgid "3"
-msgstr "3"
+#. q|]p
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"hd_id3150010\n"
+"12\n"
+"help.text"
+msgid "More >>"
+msgstr "დამატებით >>"
-#: 04060101.xhp#par_id3152870.22.help.text
-msgid "<item type=\"input\">Betty</item>"
+#. MGG[
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3153144\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_DBNAMES:BTN_MORE\">Shows additional <link href=\"text/scalc/01/12010100.xhp\" name=\"options\">options</link>.</ahelp>"
+msgstr "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_DBNAMES:BTN_MORE\">Shows additional <link href=\"text/scalc/01/12010100.xhp\" name=\"options\">პარამეტრები</link>.</ahelp>"
+
+#. etMa
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"tit\n"
+"help.text"
+msgid "1st, 2nd, 3rd Group"
+msgstr "I, II, III ჯგუფი"
+
+#. doZR
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"hd_id3149784\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12050100.xhp\" name=\"1st, 2nd, 3rd Group\">1st, 2nd, 3rd Group</link>"
+msgstr "<link href=\"text/scalc/01/12050100.xhp\" name=\"1st, 2nd, 3rd Group\">1, მე-2-ე, მე3-ე ჯგუფი</link>"
+
+#. y-sy
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3145068\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SCPAGE_SUBT_GROUP1\">Specify the settings for up to three subtotal groups. Each tab has the same layout.</ahelp>"
msgstr ""
-#: 04060101.xhp#par_id3149692.23.help.text
-msgctxt "04060101.xhp#par_id3149692.23.help.text"
-msgid "<item type=\"input\">4</item>"
+#. r32y
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3148797\n"
+"3\n"
+"help.text"
+msgid "To insert subtotal values into a table:"
+msgstr "სვავს ცხრილში ქვეჯამების მნიშვნელობებს:"
+
+#. A.@f
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3154908\n"
+"13\n"
+"help.text"
+msgid "Ensure that the columns of the table have labels."
+msgstr "დარწმინდით რომ ცხრილში სვეტებს აქვთ ეტიკეტები."
+
+#. R%/}
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3153968\n"
+"4\n"
+"help.text"
+msgid "Select the table or the area in the table that you want to calculate subtotals for, and then choose <emph>Data – Subtotals</emph>."
msgstr ""
-#: 04060101.xhp#par_id3154652.24.help.text
-msgctxt "04060101.xhp#par_id3154652.24.help.text"
-msgid "<item type=\"input\">10</item>"
+#. 5~XT
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3161831\n"
+"5\n"
+"help.text"
+msgid "In the <emph>Group By</emph> box, select the column that you want to add the subtotals to."
msgstr ""
-#: 04060101.xhp#par_id3149381.25.help.text
-msgctxt "04060101.xhp#par_id3149381.25.help.text"
-msgid "<item type=\"input\">1000</item>"
+#. 4jam
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3153188\n"
+"6\n"
+"help.text"
+msgid "In the <emph>Calculate subtotals for</emph> box, select the check boxes for the columns containing the values that you want to subtotal."
msgstr ""
-#: 04060101.xhp#par_id3153812.26.help.text
-msgctxt "04060101.xhp#par_id3153812.26.help.text"
-msgid "<item type=\"input\">42</item>"
+#. 0:RQ
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3152460\n"
+"14\n"
+"help.text"
+msgid "In the <emph>Use function</emph> box, select the function that you want to use to calculate the subtotals."
msgstr ""
-#: 04060101.xhp#par_id3146965.27.help.text
-msgctxt "04060101.xhp#par_id3146965.27.help.text"
-msgid "4"
-msgstr "4"
+#. EcTu
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3154321\n"
+"15\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "დააწკაპეთ <emph>ოკ</emph>."
-#: 04060101.xhp#par_id3155596.28.help.text
-msgid "<item type=\"input\">Charles</item>"
+#. )jJA
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"hd_id3156441\n"
+"7\n"
+"help.text"
+msgid "Group by"
+msgstr "დაჯგუფება"
+
+#. 5f3C
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3154013\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_SUBT_GROUP\">Select the column that you want to control the subtotal calculation process. If the contents of the selected column change, the subtotals are automatically recalculated.</ahelp>"
msgstr ""
-#: 04060101.xhp#par_id3147244.29.help.text
-msgctxt "04060101.xhp#par_id3147244.29.help.text"
-msgid "<item type=\"input\">3</item>"
+#. %ENN
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"hd_id3154943\n"
+"9\n"
+"help.text"
+msgid "Calculate subtotals for"
+msgstr "ქვეჯამების გამოთვლა"
+
+#. c[3T
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3147125\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_SUBT_COLS\">Select the column(s) containing the values that you want to subtotal.</ahelp>"
msgstr ""
-#: 04060101.xhp#par_id3149871.30.help.text
-msgctxt "04060101.xhp#par_id3149871.30.help.text"
-msgid "<item type=\"input\">10</item>"
+#. 9m-8
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"hd_id3156283\n"
+"11\n"
+"help.text"
+msgid "Use function"
+msgstr "ფუნქციის გამოყენება"
+
+#. Q(c\
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3145647\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_SUBT_FUNC\">Select the mathematical function that you want to use to calculate the subtotals.</ahelp>"
msgstr ""
-#: 04060101.xhp#par_id3155752.31.help.text
-msgid "<item type=\"input\">300</item>"
+#. \Tj^
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Create Scenario"
+msgstr "სცენარის შექმნა"
+
+#. pip?
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3156023\n"
+"1\n"
+"help.text"
+msgid "Create Scenario"
+msgstr "სცენარის შექმნა"
+
+#. PiFK
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3150541\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"szenariotext\"><ahelp hid=\".uno:ScenarioManager\">Defines a scenario for the selected sheet area.</ahelp></variable>"
msgstr ""
-#: 04060101.xhp#par_id3149052.32.help.text
-msgid "<item type=\"input\">51</item>"
+#. qZ7c
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_idN10637\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/guide/scenario.xhp#scenario\"/>"
+msgstr "<embedvar href=\"text/scalc/guide/scenario.xhp#scenario\"/>"
+
+#. =TYk
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3156280\n"
+"3\n"
+"help.text"
+msgid "Name of scenario"
+msgstr "სცენარის სახელი"
+
+#. 4L?u
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3151041\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_SCENWIN_TOP\">Defines the name for the scenario. Use a clear and unique name so you can easily identify the scenario.</ahelp> You can also modify a scenario name in the Navigator through the <emph>Properties </emph>context menu command."
msgstr ""
-#: 04060101.xhp#par_id3146097.33.help.text
-msgctxt "04060101.xhp#par_id3146097.33.help.text"
-msgid "5"
-msgstr "5"
+#. 286E
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3153954\n"
+"14\n"
+"help.text"
+msgid "Comment"
+msgstr "კომენტარი"
-#: 04060101.xhp#par_id3147296.34.help.text
-msgid "<item type=\"input\">Daniel</item>"
+#. ?C60
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3155411\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_SCENWIN_BOTTOM\">Specifies additional information about the scenario. This information will be displayed in the <link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link> when you click the <emph>Scenarios</emph> icon and select the desired scenario.</ahelp> You can also modify this information in the Navigator through the <emph>Properties </emph>context menu command."
msgstr ""
-#: 04060101.xhp#par_id3150393.35.help.text
-msgctxt "04060101.xhp#par_id3150393.35.help.text"
-msgid "<item type=\"input\">5</item>"
+#. 8XM2
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3145273\n"
+"16\n"
+"help.text"
+msgid "Settings"
+msgstr "პარამეტრები"
+
+#. e4*^
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3153364\n"
+"17\n"
+"help.text"
+msgid "This section is used to define some of the settings used in the scenario display."
msgstr ""
-#: 04060101.xhp#par_id3145236.36.help.text
-msgctxt "04060101.xhp#par_id3145236.36.help.text"
-msgid "<item type=\"input\">11</item>"
+#. H1kG
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3145367\n"
+"18\n"
+"help.text"
+msgid "Display border"
+msgstr "საზღვრის ჩვენება"
+
+#. ix$6
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3151073\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_NEWSCENARIO:LB_COLOR\">Highlights the scenario in your table with a border. The color for the border is specified in the field to the right of this option.</ahelp> The border will have a title bar displaying the name of the last scenario. The button on the right of the scenario border offers you an overview of all the scenarios in this area, if several have been defined. You can choose any of the scenarios from this list without restrictions."
msgstr ""
-#: 04060101.xhp#par_id3150534.37.help.text
-msgctxt "04060101.xhp#par_id3150534.37.help.text"
-msgid "<item type=\"input\">1200</item>"
+#. we.O
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3149582\n"
+"20\n"
+"help.text"
+msgid "Copy back"
+msgstr "უკან ასლი"
+
+#. |=1*
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3154942\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NEWSCENARIO:CB_TWOWAY\">Copies the values of cells that you change into the active scenario. If you do not select this option, the scenario is not changed when you change cell values. The behavior of the <emph>Copy back</emph> setting depends on the cell protection, the sheet protection, and the <emph>Prevent changes</emph> settings.</ahelp>"
msgstr ""
-#: 04060101.xhp#par_id3150375.38.help.text
-msgid "<item type=\"input\">48</item>"
+#. k`*c
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3149402\n"
+"22\n"
+"help.text"
+msgid "Copy entire sheet"
+msgstr "ფურცლის ასლი"
+
+#. rFGc
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3146969\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NEWSCENARIO:CB_COPYALL\">Copies the entire sheet into an additional scenario sheet. </ahelp>"
msgstr ""
-#: 04060101.xhp#par_id3159121.39.help.text
-msgctxt "04060101.xhp#par_id3159121.39.help.text"
-msgid "6"
-msgstr "6"
+#. _,8K
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_idN1075A\n"
+"help.text"
+msgid "Prevent changes"
+msgstr "ცვლილებების არ დაშვება"
-#: 04060101.xhp#par_id3150456.40.help.text
-msgid "<item type=\"input\">Eva</item>"
+#. 3+03
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_idN1075E\n"
+"help.text"
+msgid "<ahelp hid=\"sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_PROTECT\">Prevents changes to the active scenario. The behavior of the <emph>Copy back</emph> setting depends on the cell protection, the sheet protection, and the <emph>Prevent changes</emph> settings.</ahelp>"
msgstr ""
-#: 04060101.xhp#par_id3146886.41.help.text
-msgctxt "04060101.xhp#par_id3146886.41.help.text"
-msgid "<item type=\"input\">2</item>"
+#. ?_7y
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_idN10778\n"
+"help.text"
+msgid "You can only change the scenario properties if the <emph>Prevent changes</emph> option is not selected and if the sheet is not protected."
msgstr ""
-#: 04060101.xhp#par_id3149945.42.help.text
-msgctxt "04060101.xhp#par_id3149945.42.help.text"
-msgid "<item type=\"input\">8</item>"
+#. mcT.
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_idN10780\n"
+"help.text"
+msgid "You can only edit cell values if the <emph>Prevent changes</emph> option is selected, if the <emph>Copy back</emph> is option is not selected, and if the cells are not protected."
msgstr ""
-#: 04060101.xhp#par_id3157904.43.help.text
-msgid "<item type=\"input\">650</item>"
+#. fV,L
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_idN1078C\n"
+"help.text"
+msgid "You can only change scenario cell values and write them back into the scenario if the <emph>Prevent changes</emph> option is not selected, if the <emph>Copy back</emph> option is selected, and if the cells are not protected."
msgstr ""
-#: 04060101.xhp#par_id3149352.44.help.text
-msgctxt "04060101.xhp#par_id3149352.44.help.text"
-msgid "<item type=\"input\">33</item>"
+#. D#JY
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data Field Options"
+msgstr "მონაცემთა ველის პარამეტრები"
+
+#. J%-S
+#: 12090106.xhp
+#, fuzzy
+msgctxt ""
+"12090106.xhp\n"
+"bm_id711386\n"
+"help.text"
+msgid "<bookmark_value>hiding;data fields, from calculations in pivot table</bookmark_value><bookmark_value>display options in pivot table</bookmark_value><bookmark_value>sorting;options in pivot table</bookmark_value><bookmark_value>data field options for pivot table</bookmark_value>"
+msgstr "<bookmark_value>sheets; inserting row წყვეტები</bookmark_value><bookmark_value>row წყვეტები; inserting</bookmark_value><bookmark_value>inserting; manual row წყვეტები</bookmark_value><bookmark_value>manual row წყვეტები</bookmark_value>"
+
+#. KoKQ
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10542\n"
+"help.text"
+msgid "Data Field Options"
+msgstr "მონაცემთა ველის პარამეტრები"
+
+#. T54D
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10546\n"
+"help.text"
+msgid "You can specify additional options for column, row, and page data fields in the <link href=\"text/scalc/01/12090105.xhp\">pivot table</link>."
msgstr ""
-#: 04060101.xhp#par_id3150028.45.help.text
-msgctxt "04060101.xhp#par_id3150028.45.help.text"
-msgid "7"
-msgstr "7"
+#. S-wo
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10557\n"
+"help.text"
+msgid "Sort by"
+msgstr "დახარისხება"
-#: 04060101.xhp#par_id3145826.46.help.text
-msgid "<item type=\"input\">F</item><item type=\"input\">rank</item>"
+#. $Ir$
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN1055B\n"
+"help.text"
+msgid "<ahelp hid=\"1495387653\">Select the data field that you want to sort columns or rows by.</ahelp>"
+msgstr "<ahelp hid=\"1495387653\">აირჩიეთ დასახარისხებელი მონაცემთა ველი რიგები ან სვეტები.</ahelp>"
+
+#. M]dP
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN1055E\n"
+"help.text"
+msgid "Ascending"
+msgstr "ზრდით"
+
+#. `S+d
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10562\n"
+"help.text"
+msgid "<ahelp hid=\"1495384580\">Sorts the values from the lowest value to the highest value. If the selected field is the field for which the dialog was opened, the items are sorted by name. If a data field was selected, the items are sorted by the resultant value of the selected data field.</ahelp>"
msgstr ""
-#: 04060101.xhp#par_id3150743.47.help.text
-msgctxt "04060101.xhp#par_id3150743.47.help.text"
-msgid "<item type=\"input\">2</item>"
+#. )~,C
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10565\n"
+"help.text"
+msgid "Descending"
+msgstr "კლებადობით"
+
+#. 5OJt
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10569\n"
+"help.text"
+msgid "<ahelp hid=\"1495384581\">Sorts the values descending from the highest value to the lowest value. If the selected field is the field for which the dialog was opened, the items are sorted by name. If a data field was selected, the items are sorted by the resultant value of the selected data field.</ahelp>"
msgstr ""
-#: 04060101.xhp#par_id3154844.48.help.text
-msgctxt "04060101.xhp#par_id3154844.48.help.text"
-msgid "<item type=\"input\">7</item>"
+#. 0Pto
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN1056C\n"
+"help.text"
+msgid "Manual"
+msgstr "ხელით"
+
+#. k^(2
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10570\n"
+"help.text"
+msgid "<ahelp hid=\"1495384582\">Sorts values alphabetically.</ahelp>"
msgstr ""
-#: 04060101.xhp#par_id3148435.49.help.text
-msgid "<item type=\"input\">3</item><item type=\"input\">00</item>"
+#. Zrkp
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10585\n"
+"help.text"
+msgid "Display options"
+msgstr "პარამეტრების ჩვენების"
+
+#. Jlqj
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10589\n"
+"help.text"
+msgid "You can specify the display options for all row fields except for the last, innermost row field."
msgstr ""
-#: 04060101.xhp#par_id3148882.50.help.text
-msgid "<item type=\"input\">4</item><item type=\"input\">2</item>"
+#. 5jO^
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN1058C\n"
+"help.text"
+msgid "Layout"
+msgstr "განლაგება"
+
+#. |i]f
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10590\n"
+"help.text"
+msgid "<ahelp hid=\"1495387654\">Select the layout mode for the field in the list box.</ahelp>"
msgstr ""
-#: 04060101.xhp#par_id3150140.51.help.text
-msgctxt "04060101.xhp#par_id3150140.51.help.text"
-msgid "8"
-msgstr "8"
+#. r[Br
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10593\n"
+"help.text"
+msgid "Empty line after each item"
+msgstr "ყოველი ელემენტის შემდეგ ცარიელი ხაზი"
-#: 04060101.xhp#par_id3146137.52.help.text
-msgid "<item type=\"input\">Greta</item>"
+#. z\`*
+#: 12090106.xhp
+#, fuzzy
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10597\n"
+"help.text"
+msgid "<ahelp hid=\"1495385090\">Adds an empty row after the data for each item in the pivot table.</ahelp>"
+msgstr "<ahelp hid=\"1495385091\">რთვაბს ავტომატურად ჩვენების შესაძლებლობას.</ahelp>"
+
+#. T/J5
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN1059A\n"
+"help.text"
+msgid "Show automatically"
+msgstr "ავტომატურად ჩვენება"
+
+#. Dv+J
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN1059E\n"
+"help.text"
+msgid "Displays the top or bottom nn items when you sort by a specified field."
msgstr ""
-#: 04060101.xhp#par_id3148739.53.help.text
-msgctxt "04060101.xhp#par_id3148739.53.help.text"
-msgid "<item type=\"input\">1</item>"
+#. 3RnW
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105A1\n"
+"help.text"
+msgid "Show"
+msgstr "ჩვენება"
+
+#. `t:p
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105A5\n"
+"help.text"
+msgid "<ahelp hid=\"1495385091\">Turns on the automatic show feature.</ahelp>"
+msgstr "<ahelp hid=\"1495385091\">რთვაბს ავტომატურად ჩვენების შესაძლებლობას.</ahelp>"
+
+#. 70?;
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105A8\n"
+"help.text"
+msgid "items"
+msgstr "ელემეტები"
+
+#. ZDF:
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105AC\n"
+"help.text"
+msgid "<ahelp hid=\"1495390209\">Enter the maximum number of items that you want to show automatically.</ahelp>"
msgstr ""
-#: 04060101.xhp#par_id3148583.54.help.text
-msgctxt "04060101.xhp#par_id3148583.54.help.text"
-msgid "<item type=\"input\">7</item>"
+#. |@\i
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105AF\n"
+"help.text"
+msgid "From"
msgstr ""
-#: 04060101.xhp#par_id3154556.55.help.text
-msgid "<item type=\"input\">200</item>"
+#. \@U)
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105B3\n"
+"help.text"
+msgid "<ahelp hid=\"1495387655\">Shows the top or bottom items in the specified sort order.</ahelp>"
msgstr ""
-#: 04060101.xhp#par_id3155255.56.help.text
-msgid "<item type=\"input\">36</item>"
+#. 4,UH
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105B6\n"
+"help.text"
+msgid "Using field"
+msgstr "ველის გამოყენება"
+
+#. `H:p
+#: 12090106.xhp
+#, fuzzy
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105BA\n"
+"help.text"
+msgid "<ahelp hid=\"1495387656\">Select the data field that you want to sort the data by.</ahelp>"
+msgstr "<ahelp hid=\"1495387653\">აირჩიეთ დასახარისხებელი მონაცემთა ველი რიგები ან სვეტები.</ahelp>"
+
+#. ~+Ap
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105BD\n"
+"help.text"
+msgid "Hide items"
+msgstr "ელემეტების დამალვა"
+
+#. IF;b
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105C1\n"
+"help.text"
+msgid "<ahelp hid=\"59010\">Select the items that you want to hide from the calculations.</ahelp>"
msgstr ""
-#: 04060101.xhp#par_id3145141.57.help.text
-msgctxt "04060101.xhp#par_id3145141.57.help.text"
-msgid "9"
-msgstr "9"
+#. q^m4
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105C4\n"
+"help.text"
+msgid "Hierarchy"
+msgstr "იერარქია"
-#: 04060101.xhp#par_id3153078.58.help.text
-msgid "<item type=\"input\">Harry</item>"
+#. !C;O
+#: 12090106.xhp
+#, fuzzy
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105C8\n"
+"help.text"
+msgid "<ahelp hid=\"1495387657\">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=\".\">მონიშნეთ სასურველი ველის ფორმატი. ეს პარამეტრი ხელმისაწვდომია ციფრული, ბულეანური, თარიღისა და დროის ველებისთვის.</ahelp>"
+
+#. V9.g
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Recalculate"
+msgstr "თავიდან გამოთვლა"
+
+#. ]4Z3
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"bm_id3157909\n"
+"help.text"
+msgid "<bookmark_value>recalculating;all formulas in sheets</bookmark_value><bookmark_value>formulas; recalculating manually</bookmark_value><bookmark_value>cell contents; recalculating</bookmark_value>"
msgstr ""
-#: 04060101.xhp#par_id3149955.59.help.text
-msgctxt "04060101.xhp#par_id3149955.59.help.text"
-msgid "<item type=\"input\">3</item>"
+#. vFL,
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"hd_id3157909\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06080000.xhp\" name=\"Recalculate\">Recalculate</link>"
+msgstr "<link href=\"text/scalc/01/06080000.xhp\" name=\"Recalculate\">თავიდან გამოთვლა</link>"
+
+#. M.i\
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3154758\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Calculate\">Recalculates all changed formulas. If AutoCalculate is enabled, the Recalculate command applies only to formulas like RAND or NOW.</ahelp>"
msgstr ""
-#: 04060101.xhp#par_id3150005.60.help.text
-msgctxt "04060101.xhp#par_id3150005.60.help.text"
-msgid "<item type=\"input\">9</item>"
+#. RE7~
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id315475899\n"
+"help.text"
+msgid "Press F9 to recalculate. Press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9 to recalculate all formulas in the document."
msgstr ""
-#: 04060101.xhp#par_id3155951.61.help.text
-msgctxt "04060101.xhp#par_id3155951.61.help.text"
-msgid "<item type=\"input\">1200</item>"
+#. 9K#^
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3150793\n"
+"5\n"
+"help.text"
+msgid "After the document has been recalculated, the display is refreshed. All charts are also refreshed."
msgstr ""
-#: 04060101.xhp#par_id3145169.62.help.text
-msgid "<item type=\"input\">44</item>"
+#. !R.j
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id315475855\n"
+"help.text"
+msgid "The Add-In functions like RANDBETWEEN currently cannot respond to the Recalculate command or F9. Press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9 to recalculate all formulas, including the Add-In functions."
msgstr ""
-#: 04060101.xhp#par_id3153571.63.help.text
-msgctxt "04060101.xhp#par_id3153571.63.help.text"
-msgid "10"
-msgstr "10"
+#. U`ms
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet"
+msgstr "ფურცელი"
-#: 04060101.xhp#par_id3148761.64.help.text
-msgid "<item type=\"input\">Irene</item>"
+#. ^;%N
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"bm_id1245460\n"
+"help.text"
+msgid "<bookmark_value>CTL;right-to-left sheets</bookmark_value><bookmark_value>sheets;right-to-left</bookmark_value><bookmark_value>right-to-left text;spreadsheets</bookmark_value>"
+msgstr "<bookmark_value>CTL;მარჯვნიდან მარცხნივ ფურცლები</bookmark_value><bookmark_value>ფურცლები;მარჯვნიდან მარცხნივ</bookmark_value><bookmark_value>მარჯვნიდან მარცხნივ ტექსტი;ელცხრილები</bookmark_value>"
+
+#. 7Ym`
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"hd_id3155923\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05050000.xhp\" name=\"Sheet\">Sheet</link>"
+msgstr "<link href=\"text/scalc/01/05050000.xhp\" name=\"Sheet\">ფურცელი</link>"
+
+#. QJL9
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"par_id3154758\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Sets the sheet name and hides or shows selected sheets.</ahelp>"
msgstr ""
-#: 04060101.xhp#par_id3149877.65.help.text
-msgctxt "04060101.xhp#par_id3149877.65.help.text"
-msgid "<item type=\"input\">2</item>"
+#. ,C)n
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"hd_id3156280\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05050100.xhp\" name=\"Rename\">Rename</link>"
+msgstr "<link href=\"text/scalc/01/05050100.xhp\" name=\"Rename\">სახელის გადარქმევა</link>"
+
+#. !eL3
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"hd_id3145787\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05050300.xhp\" name=\"Show\">Show</link>"
+msgstr "<link href=\"text/scalc/01/05050300.xhp\" name=\"Show\">ჩვენება</link>"
+
+#. 9Ix0
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"par_id3150542\n"
+"5\n"
+"help.text"
+msgid "If a sheet has been hidden, the Show Sheet dialog opens, which allows you to select a sheet to be shown again."
msgstr ""
-#: 04060101.xhp#par_id3154327.66.help.text
-msgctxt "04060101.xhp#par_id3154327.66.help.text"
-msgid "<item type=\"input\">8</item>"
+#. QdN[
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"par_idN10656\n"
+"help.text"
+msgid "Right-To-Left"
+msgstr "მარჯვნიდან მარცხნივ"
+
+#. mdTP
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"par_idN1065A\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SheetRightToLeft\">Changes the orientation of the current sheet to Right-To-Left if <link href=\"text/shared/optionen/01150300.xhp\">CTL</link> support is enabled.</ahelp>"
msgstr ""
-#: 04060101.xhp#par_id3155435.67.help.text
-msgctxt "04060101.xhp#par_id3155435.67.help.text"
-msgid "<item type=\"input\">1000</item>"
+#. i*Z.
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide"
+msgstr "დამალვა"
+
+#. ?mU@
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"bm_id3147265\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; hiding functions</bookmark_value><bookmark_value>hiding; rows</bookmark_value><bookmark_value>hiding; columns</bookmark_value><bookmark_value>hiding; sheets</bookmark_value><bookmark_value>sheets;hiding</bookmark_value><bookmark_value>columns;hiding</bookmark_value><bookmark_value>rows;hiding</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>"
+
+#. 0hX4
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"hd_id3147265\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05030300.xhp\" name=\"Hide\">Hide</link>"
+msgstr "<link href=\"text/scalc/01/05030300.xhp\" name=\"Hide\">დამალვა</link>"
+
+#. E}8c
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3156281\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Hide\">Hides selected rows, columns or individual sheets.</ahelp>"
msgstr ""
-#: 04060101.xhp#par_id3145353.68.help.text
-msgctxt "04060101.xhp#par_id3145353.68.help.text"
-msgid "<item type=\"input\">42</item>"
+#. ~3lo
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3148645\n"
+"3\n"
+"help.text"
+msgid "Select the rows or columns that you want to hide, and then choose <emph>Format - Row - Hide </emph>or<emph> Format - Column - Hide</emph>."
msgstr ""
-#: 04060101.xhp#par_id3150662.69.help.text
-msgctxt "04060101.xhp#par_id3150662.69.help.text"
-msgid "11"
-msgstr "11"
+#. Om#:
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3147427\n"
+"6\n"
+"help.text"
+msgid "You can hide a sheet by selecting the sheet tab and then choosing <emph>Format - Sheet - Hide</emph>. Hidden sheets are not printed unless they occur within a <link href=\"text/scalc/01/05080000.xhp\" name=\"print range\">print range</link>."
+msgstr ""
-#: 04060101.xhp#par_id3150568.70.help.text
-msgctxt "04060101.xhp#par_id3150568.70.help.text"
-msgid "12"
-msgstr "12"
+#. DnVV
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3153157\n"
+"5\n"
+"help.text"
+msgid "A break in the row or column header indicates whether the row or column is hidden."
+msgstr ""
-#: 04060101.xhp#par_id3149393.71.help.text
-msgctxt "04060101.xhp#par_id3149393.71.help.text"
-msgid "13"
-msgstr "13"
+#. tQD:
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3145251\n"
+"4\n"
+"help.text"
+msgid "To display hidden rows, columns or sheets"
+msgstr "დამალული რიგების, სვეტების ან ფურცლების ასასახად"
-#: 04060101.xhp#par_id3153544.72.help.text
-msgctxt "04060101.xhp#par_id3153544.72.help.text"
-msgid "<item type=\"input\">Name</item>"
+#. R[3S
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id8337046\n"
+"help.text"
+msgid "Select the range that includes the hidden objects. You can also use the box in the corner above row 1 and beside column A. For sheets, this step is not necessary."
msgstr ""
-#: 04060101.xhp#par_id3158414.73.help.text
-msgctxt "04060101.xhp#par_id3158414.73.help.text"
-msgid "<item type=\"input\">Grade</item>"
+#. aYJa
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id5532090\n"
+"help.text"
+msgid "Choose <link href=\"text/scalc/01/05030400.xhp\" name=\"Format - Row/Column - Show\">Format - Row/Column - Show</link> or <link href=\"text/scalc/01/05050300.xhp\" name=\"Format - Sheet - Show\">Format - Sheet - Show</link>."
+msgstr "აირჩიეთ <link href=\"text/scalc/01/05030400.xhp\" name=\"Format - Row/Column - Show\">ფორმატირება - რიგი/სვეტი - ჩვენება</link> ან <link href=\"text/scalc/01/05050300.xhp\" name=\"Format - Sheet - Show\">ფორმატირება - ფურცელი - ჩვენება</link>."
+
+#. WT`/
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"tit\n"
+"help.text"
+msgid "Select Data Source"
+msgstr "მონაცემთა წყაროს არჩევა"
+
+#. :Tr^
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"hd_id3143268\n"
+"1\n"
+"help.text"
+msgid "Select Data Source"
+msgstr "მონაცემთა წყაროს არჩევა"
+
+#. KGms
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3148552\n"
+"2\n"
+"help.text"
+msgid "Select the database and the table or query containing the data that you want to use."
msgstr ""
-#: 04060101.xhp#par_id3152820.74.help.text
-msgctxt "04060101.xhp#par_id3152820.74.help.text"
-msgid "<item type=\"input\">Age</item>"
+#. U0uK
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"hd_id3154140\n"
+"3\n"
+"help.text"
+msgid "Selection"
+msgstr "მონიშნული"
+
+#. l^PM
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3125863\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\".\">You can only select databases that are registered in %PRODUCTNAME.</ahelp> To register a data source, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Base - Databases</emph>."
msgstr ""
-#: 04060101.xhp#par_id3154866.75.help.text
-msgctxt "04060101.xhp#par_id3154866.75.help.text"
-msgid "<item type=\"input\">Distance to School</item>"
+#. nz*1
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"hd_id3151041\n"
+"5\n"
+"help.text"
+msgid "Database"
+msgstr "მონაცემთა ბაზა"
+
+#. 3:n=
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3156424\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_DAPIDATA:LB_DATABASE\">Select the database that contains the data source that you want to use.</ahelp>"
msgstr ""
-#: 04060101.xhp#par_id3150471.76.help.text
-msgctxt "04060101.xhp#par_id3150471.76.help.text"
-msgid "<item type=\"input\">Weight</item>"
+#. QXa6
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"hd_id3145364\n"
+"7\n"
+"help.text"
+msgid "Data source"
+msgstr "მონაცემთა წყარო"
+
+#. K78U
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3149260\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_DAPIDATA:CB_OBJECT\">Select the data source that you want to use.</ahelp>"
msgstr ""
-#: 04060101.xhp#par_id3153920.77.help.text
-msgctxt "04060101.xhp#par_id3153920.77.help.text"
-msgid "14"
-msgstr "14"
+#. s!m)
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"hd_id3147428\n"
+"9\n"
+"help.text"
+msgid "Type"
+msgstr "ტიპი"
-#: 04060101.xhp#par_id3148429.78.help.text
-msgid "<item type=\"input\">>600</item>"
+#. P?is
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3150010\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_DAPIDATA:LB_OBJTYPE\">Click the source type of for the selected data source.</ahelp> You can choose from four source types: \"Table\", \"Query\" and \"SQL\" or SQL (Native)."
msgstr ""
-#: 04060101.xhp#par_id3152588.79.help.text
-msgctxt "04060101.xhp#par_id3152588.79.help.text"
-msgid "15"
-msgstr "15"
+#. mp38
+#: 12090101.xhp
+#, fuzzy
+msgctxt ""
+"12090101.xhp\n"
+"par_id3147348\n"
+"11\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12090102.xhp\" name=\"Pivot table dialog\">Pivot table dialog</link>"
+msgstr "<link href=\"text/scalc/01/12090102.xhp\" name=\"DataPilot dialog\">ნაერთი ცხრილის დიალოგი</link>"
-#: 04060101.xhp#par_id3083286.80.help.text
-msgctxt "04060101.xhp#par_id3083286.80.help.text"
-msgid "16"
-msgstr "16"
+#. /:_#
+#: 02200000.xhp
+msgctxt ""
+"02200000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet"
+msgstr "ფურცელი"
-#: 04060101.xhp#par_id3163823.81.help.text
-msgid "<item type=\"input\">DCOUNT</item>"
+#. lC+n
+#: 02200000.xhp
+msgctxt ""
+"02200000.xhp\n"
+"hd_id3146794\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02200000.xhp\" name=\"Sheet\">Sheet</link>"
+msgstr "<link href=\"text/scalc/01/02200000.xhp\" name=\"Sheet\">ფურცელი</link>"
+
+#. lHEA
+#: 02200000.xhp
+msgctxt ""
+"02200000.xhp\n"
+"par_id3149456\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Edit commands for entire sheets.</ahelp>"
+msgstr "<ahelp hid=\".\">რედაქტირება commands for entire sheets.</ahelp>"
+
+#. PGkH
+#: 02200000.xhp
+msgctxt ""
+"02200000.xhp\n"
+"hd_id3150792\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02180000.xhp\" name=\"Move/Copy\">Move/Copy</link>"
+msgstr "<link href=\"text/scalc/01/02180000.xhp\" name=\"Move/Copy\">Move/Copy</link>"
+
+#. j3-/
+#: 02200000.xhp
+msgctxt ""
+"02200000.xhp\n"
+"hd_id3153968\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02210000.xhp\" name=\"Select\">Select</link>"
+msgstr "<link href=\"text/scalc/01/02210000.xhp\" name=\"Select\">მონიშნეთ</link>"
+
+#. MJ+6
+#: 02200000.xhp
+msgctxt ""
+"02200000.xhp\n"
+"hd_id3163708\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02170000.xhp\" name=\"Delete\">Delete</link>"
+msgstr "<link href=\"text/scalc/01/02170000.xhp\" name=\"Delete\">Delete</link>"
+
+#. IHt3
+#: 02200000.xhp
+#, fuzzy
+msgctxt ""
+"02200000.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\" name=\"Events\">Events</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
+
+#. %lpd
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"tit\n"
+"help.text"
+msgid "AutoInput"
+msgstr "ავტოშეტანა"
+
+#. Hd+\
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"bm_id2486037\n"
+"help.text"
+msgid "<bookmark_value>entering entries with AutoInput function</bookmark_value><bookmark_value>capital letters;AutoInput function</bookmark_value>"
+msgstr "<bookmark_value>მონაცემების ავტოშეტანის ფუნქციის შეყვანა</bookmark_value><bookmark_value>მთავრული ასოები;ავტოშეყვანის ფუნქცია</bookmark_value>"
+
+#. 3%N6
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3148492\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06130000.xhp\" name=\"AutoInput\">AutoInput</link>"
+msgstr "<link href=\"text/scalc/01/06130000.xhp\" name=\"AutoInput\">ავტოშეტანა</link>"
+
+#. \;Iu
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3150793\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AutoComplete\">Switches the AutoInput function on and off, which automatically completes entries, based on other entries in the same column.</ahelp> The column is scanned up to a maximum of 2000 cells or 200 different strings."
msgstr ""
-#: 04060101.xhp#par_id3145083.82.help.text
-msgctxt "04060101.xhp#par_id3145083.82.help.text"
-msgid "<item type=\"input\">5</item>"
+#. JOc*
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3156422\n"
+"8\n"
+"help.text"
+msgid "The completion text is highlighted."
+msgstr "დასრულებული ტექსტი მარკირებულია."
+
+#. V7G2
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN1065D\n"
+"help.text"
+msgid "To accept the completion, press <item type=\"keycode\">Enter</item> or a cursor key."
msgstr ""
-#: 04060101.xhp#par_id3149282.83.help.text
-msgid "The formula in cell B16 is =DCOUNT(A1:E10;0;A13:E14)"
-msgstr "ფორმულა უჯრაში B16 არის =DCOUNT(A1:E10;0;A13:E14)"
+#. LA/L
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN10665\n"
+"help.text"
+msgid "To append text or to edit the completion, press <item type=\"keycode\">F2</item>."
+msgstr ""
-#: 04060101.xhp#hd_id3150962.192.help.text
-msgid "Database Function Parameters:"
-msgstr "მონაცემთა ბაზის ფუნქციის პარამეტრები:"
+#. ;St#
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN1066D\n"
+"help.text"
+msgid "To view more completions, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab</item> to scroll forward, or <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Tab</item> to scroll backward."
+msgstr ""
-#: 04060101.xhp#par_id3155837.84.help.text
-msgid "The following items are the parameter definitions for all database functions:"
-msgstr "შემდეგი არის მონაცემთა ბაზების ყველა ფუნქციისთვის პარამეტრების განსაზღვრა:"
+#. +fa0
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN10679\n"
+"help.text"
+msgid "To see a list of all available AutoInput text items for the current column, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Down Arrow</item>."
+msgstr ""
-#: 04060101.xhp#par_id3149453.85.help.text
-msgid "<emph>Database</emph> is the cell range defining the database."
-msgstr "<emph> მონაცემთა ბაზა</emph> არის უჯრა ან უჯრათა დიაპაზონი, რომელიც მონაცემთა ბაზას განსაზღვრავს."
+#. *aAP
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3150439\n"
+"3\n"
+"help.text"
+msgid "When typing formulas using characters that match previous entries, a Help tip will appear listing the last ten functions used from <emph>Function Wizard</emph>, from all defined range names, from all database range names, and from the content of all label ranges."
+msgstr ""
-#: 04060101.xhp#par_id3151272.86.help.text
-msgid "<emph>DatabaseField</emph> specifies the column where the function operates on after the search criteria of the first parameter is applied and the data rows are selected. It is not related to the search criteria itself. Use the number 0 to specify the whole data range. <variable id=\"quotes\">To reference a column by means of the column header name, place quotation marks around the header name. </variable>"
-msgstr "<emph>მონაცემთა ბაზის ველი</emph> საზღვრავს სვეტს სადაც ფუნქცია მოქმედებს პირველი პარამეტრის საძიებო კრიტერიუმის გააქტიურების და მონაცემთა რიგების არჩევის შემდეგ. ეს ძიების კრიტერიუმს როგორც ეგეთი არ უკავშირდება. გამოიყენეთ 0 მონაცემთა სრული დიაპაზონის მისათითებლად. <variable id=\"quotes\">მთელი სვეტის მისათითებლად სვეტის სახელით გამოიყენეთ ბრჭყალები. </variable>"
+#. TMeK
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3153363\n"
+"5\n"
+"help.text"
+msgid "AutoInput is case-sensitive. If, for example, you have written \"Total\" in a cell, you cannot enter \"total\" in another cell of the same column without first deactivating AutoInput."
+msgstr ""
-#: 04060101.xhp#par_id3147083.87.help.text
-msgid "<emph>SearchCriteria</emph> is the cell range containing search criteria. If you write several criteria in one row they are connected by AND. If you write the criteria in different rows they are connected by OR. Empty cells in the search criteria range will be ignored."
-msgstr "<emph>ძიების კრიტერიუმი</emph> არის უჯრათა დიაპაზონი რომელიც შეიცავს ძიების კრიტერიუმს. თუ ერთ რიგში რამდენიმე კრიტერიუმს ჩაწერს, ისინი დაკავშირებული იქნებიან AND-ით. თუ კი კრიტერიუმებს სხვადასხვა რიგებში ჩაწერთ, ისინი დაკავშირებული იქნებიან OR-ით. ძიების კრიტერიუმის დიაპაზონში ცარიელი უჯრები იგნორირებული იქნებიან."
+#. rCso
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hyphenation"
+msgstr "ჰიპერნაცია"
-#: 04060101.xhp#par_id3151188.188.help.text
-msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060500.xhp\" name=\"Spreadsheet - Calculate\">%PRODUCTNAME Calc - Calculate</link> to define how $[officename] Calc acts when searching for identical entries."
+#. =p6D
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"bm_id3159399\n"
+"help.text"
+msgid "<bookmark_value>automatic hyphenation in spreadsheets</bookmark_value><bookmark_value>hyphenation; in spreadsheets</bookmark_value><bookmark_value>syllables in spreadsheets</bookmark_value>"
msgstr ""
-#: 04060101.xhp#par_id3882869.help.text
-msgid "See also the Wiki page about <link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Conditional_Counting_and_Summation\">Conditional Counting and Summation</link>."
+#. :OMz
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"hd_id3159399\n"
+"1\n"
+"help.text"
+msgid "Hyphenation"
+msgstr "ჰიპერნაცია"
+
+#. ,-{a
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3145068\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"silben\"><ahelp hid=\".uno:Hyphenate\">The <emph>Hyphenation </emph>command calls the dialog for setting the hyphenation in $[officename] Calc.</ahelp></variable>"
msgstr ""
-#: 04060101.xhp#bm_id3150882.help.text
-msgid "<bookmark_value>DCOUNT function</bookmark_value> <bookmark_value>counting rows;with numeric values</bookmark_value>"
-msgstr "<bookmark_value>DCOUNT ფუნქცია</bookmark_value><bookmark_value>რიგების დათვლა,ციფლური მნუშვნელობებით</bookmark_value>"
+#. kW03
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3154366\n"
+"3\n"
+"help.text"
+msgid "You can only turn on the automatic hyphenation in $[officename] Calc when the <link href=\"text/shared/01/05340300.xhp\" name=\"row break\">row break</link> feature is active."
+msgstr ""
-#: 04060101.xhp#hd_id3150882.88.help.text
-msgid "DCOUNT"
-msgstr "DCOUNT"
+#. #(}d
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"hd_id3153192\n"
+"4\n"
+"help.text"
+msgid "Hyphenation for selected cells."
+msgstr ""
-#: 04060101.xhp#par_id3156133.89.help.text
-msgid "<ahelp hid=\"HID_FUNC_DBANZAHL\">DCOUNT counts the number of rows (records) in a database that match the specified search criteria and contain numerical values.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_DBANZAHL\">DCOUNT თვლის რიგების (ჩანაწერების) რაოდენობას მონაცემთა ბაზაში, რომელიც ემთხვევა მოცემულ ძიების კრიტერიუმს და შეიცავს ციფრულ მონაცემებს.</ahelp>"
+#. #q3j
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3150868\n"
+"5\n"
+"help.text"
+msgid "Select the cells for which you want to change the hyphenation."
+msgstr ""
+
+#. 9.t2
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3150440\n"
+"6\n"
+"help.text"
+msgid "Choose <emph>Tools - Language - Hyphenation</emph>."
+msgstr "აირჩიეთ <emph>ხელსაწყოები - ენა - ჰიფენაცია</emph>."
+
+#. QF$I
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3156441\n"
+"7\n"
+"help.text"
+msgid "The <emph>Format Cells</emph> dialog appears with the <emph>Alignment</emph> tab page open."
+msgstr ""
+
+#. DNTm
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3149260\n"
+"12\n"
+"help.text"
+msgid "Mark the <emph>Wrap text automatically</emph> and <emph>Hyphenation active</emph> check boxes."
+msgstr ""
+
+#. lP[t
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"hd_id3153094\n"
+"8\n"
+"help.text"
+msgid "Hyphenation for Drawing Objects"
+msgstr "გადატანა -თვის ხაზვა ობიექტები"
-#: 04060101.xhp#hd_id3156099.90.help.text
-msgctxt "04060101.xhp#hd_id3156099.90.help.text"
+#. Qr{l
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3148577\n"
+"9\n"
+"help.text"
+msgid "Select a drawing object."
+msgstr "სახატავი ობიექტის ამორჩევა."
+
+#. 4(T$
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3156285\n"
+"10\n"
+"help.text"
+msgid "Choose <emph>Tools - Language - Hyphenation</emph>."
+msgstr "აირჩიეთ <emph>ხელსაწყოები - ენა - ჰიფენაცია</emph>."
+
+#. CQJp
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3147394\n"
+"11\n"
+"help.text"
+msgid "Each time you call the command you turn the hyphenation for the drawing object on or off. A check mark shows the current status."
+msgstr "დრო -თვის ობიექტი ჩართულია ან გამორთულია A მდგომარეობა."
+
+#. l{Ff
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"tit\n"
+"help.text"
+msgid "Financial Functions Part Two"
+msgstr "ფინანსური ფუნქციები ნაწილი 2"
+
+#. X/#a
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149052\n"
+"1\n"
+"help.text"
+msgid "Financial Functions Part Two"
+msgstr "ფინანსური ფუნქციები ნაწილი 2"
+
+#. g%8B
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148742\n"
+"343\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060103.xhp\" name=\"Back to Financial Functions Part One\">Back to Financial Functions Part One</link>"
+msgstr "<link href=\"text/scalc/01/04060119.xhp\" name=\"Forward to Financial Functions Part Two\">ფინანსური ფუნქციები ნაწილი ორი</link>"
+
+#. .x3k
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151341\n"
+"344\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060118.xhp\" name=\"Forward to Financial Functions Part Three\">Forward to Financial Functions Part Three</link>"
+msgstr "<link href=\"text/scalc/01/04060118.xhp\" name=\"Forward to Financial Functions Part Three\">ფინანსური ფუნქციები ნაწილი სამი</link>"
+
+#. /0*P
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3150026\n"
+"help.text"
+msgid "<bookmark_value>PPMT function</bookmark_value>"
+msgstr "<bookmark_value>PPMT ფუნქცია</bookmark_value>"
+
+#. ;@Mr
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3150026\n"
+"238\n"
+"help.text"
+msgid "PPMT"
+msgstr "PPMT"
+
+#. 5Z),
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3146942\n"
+"239\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_KAPZ\">Returns for a given period the payment on the principal for an investment that is based on periodic and constant payments and a constant interest rate.</ahelp>"
+msgstr ""
+
+#. x`g6
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3150459\n"
+"240\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060101.xhp#par_id3153218.91.help.text
-msgid "DCOUNT(Database; DatabaseField; SearchCriteria)"
-msgstr "DCOUNT(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
+#. PuUp
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3146878\n"
+"241\n"
+"help.text"
+msgid "PPMT(Rate; Period; NPer; PV; FV; Type)"
+msgstr "PV(სიხშირე; NPER; PMT; FV; ტიპი)"
-#: 04060101.xhp#par_id3153273.187.help.text
-msgid "For the DatabaseField parameter you can enter a cell to specify the column, or enter the number 0 for the entire database. The parameter cannot be empty. <embedvar href=\"text/scalc/01/04060101.xhp#quotes\"/>"
-msgstr "მონაცემთა ბაზის ველის პარამეტრიუსთვის შეგიძლიათ შეიყვანოთ უჯრა სვეტის განსასაზღვრად, ან რიცხვი 0 მონაცემთა ბაზისთვის. პარამეტრი არ უნდა იყოს ცარიელი. <embedvar href=\"text/scalc/01/04060101.xhp#quotes\"/>"
+#. X%aw
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151228\n"
+"242\n"
+"help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
+msgstr ""
+
+#. 2AkM
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148887\n"
+"243\n"
+"help.text"
+msgid "<emph>Period</emph> is the amortizement period. P = 1 for the first and P = NPer for the last period."
+msgstr ""
+
+#. i@#P
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148436\n"
+"244\n"
+"help.text"
+msgid "<emph>NPer</emph> is the total number of periods during which annuity is paid."
+msgstr ""
+
+#. qt./
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153035\n"
+"245\n"
+"help.text"
+msgid "<emph>PV</emph> is the present value in the sequence of payments."
+msgstr ""
+
+#. WrVv
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147474\n"
+"246\n"
+"help.text"
+msgid "<emph>FV</emph> (optional) is the desired (future) value."
+msgstr ""
+
+#. ej1|
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3144744\n"
+"247\n"
+"help.text"
+msgid "<emph>Type</emph> (optional) defines the due date. F = 1 for payment at the beginning of a period and F = 0 for payment at the end of a period."
+msgstr ""
+
+#. g!6C
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_idN1067C\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-#: 04060101.xhp#hd_id3154743.92.help.text
-msgctxt "04060101.xhp#hd_id3154743.92.help.text"
+#. 9UhL
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3148582\n"
+"248\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060101.xhp#par_id3153623.93.help.text
-msgid "In the example above (scroll up, please), we want to know how many children have to travel more than 600 meters to school. The result is to be stored in cell B16. Set the cursor in cell B16. Enter the formula <item type=\"input\">=DCOUNT(A1:E10;0;A13:E14)</item> in B16. The <emph>Function Wizard</emph> helps you to input ranges."
-msgstr "ზედა მაგალითში (აასრიალეთ) გვინდა გავიგოთ თუ რამდენ ბავშვს სჭირდება სკოლამდე 600 მეტრზე მეტის გავლა. შედეგი გამოჩნდება B16 უჯრაში. კურსორი B16 უჯრაზე დააყენეთ. შეიყვანეთ ფორმულა =DCOUNT(A1:E10;0;A13:E14) B16-ში. <emph>ფუნქციათა ოსტატი</emph> დაგეხმარებათ შეიტანოთ დიაპაზონები."
-
-#: 04060101.xhp#par_id3149142.94.help.text
-msgid "<emph>Database</emph> is the range of data to be evaluated, including its headers: in this case A1:E10. <emph>DatabaseField</emph> specifies the column for the search criteria: in this case, the whole database. <emph>SearchCriteria</emph> is the range where you can enter the search parameters: in this case, A13:E14."
-msgstr "<emph>მონაცემთა ბაზა</emph> არის დასამუშავებელი მონაცემების დიაპაზონი, მათი თავსართების ჩათვლით: ამ შემთხვევაში A1:E10. <emph>მონაცემთა ბაზა</emph> განსაზღვრავს ძიების კრიტერიუმისთვის სვეტს: ამ შემთხვევასი მთელი ბაზა. <emph>ძიების კრიტერიუმი</emph> არის დიაპაზონი, სადაც შეგიძლიათ შეიყვანოთ ძიების პარამეტრები, ამ შემთხვევაში, A13:E14."
+#. [}d$
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154811\n"
+"249\n"
+"help.text"
+msgid "How high is the periodic monthly payment at an annual interest rate of 8.75% over a period of 3 years? The cash value is 5,000 currency units and is always paid at the beginning of a period. The future value is 8,000 currency units."
+msgstr ""
-#: 04060101.xhp#par_id3145652.95.help.text
-msgid "To learn how many children in second grade are over 7 years of age, delete the entry >600 in cell D14 and enter <item type=\"input\">2</item> in cell B14 under Grade, and enter <item type=\"input\">>7</item> in cell C14 to the right. The result is 2. Two children are in second grade and over 7 years of age. As both criteria are in the same row, they are connected by AND."
-msgstr "-მდე დუ მეორე წლები - წაშლა ჩანაწერი დუ და დუ დონე და დუ -სკენ მარჯვნივ ტოლია ორი დუ მეორე და წლები - დუ რიგი დაკავშირებული -ით AND."
+#. l:ko
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149246\n"
+"250\n"
+"help.text"
+msgid "<item type=\"input\">=PPMT(8.75%/12;1;36;5000;8000;1)</item> = -350.99 currency units."
+msgstr ""
-#: 04060101.xhp#bm_id3156123.help.text
-msgid "<bookmark_value>DCOUNTA function</bookmark_value> <bookmark_value>records;counting in Calc databases</bookmark_value> <bookmark_value>counting rows;with numeric or alphanumeric values</bookmark_value>"
-msgstr "<bookmark_value>DCOUNTA ფუნქცია</bookmark_value><bookmark_value>ჩანაწერები;Calc-ის მონაცემთა ბაზებში დათვლა</bookmark_value><bookmark_value>რიგების დათვლა;ციფრული ან ანბანური მნიშვნელობებით</bookmark_value>"
+#. 4\Ye
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3146139\n"
+"help.text"
+msgid "<bookmark_value>calculating; total amortizement rates</bookmark_value><bookmark_value>total amortizement rates</bookmark_value><bookmark_value>amortization installment</bookmark_value><bookmark_value>repayment installment</bookmark_value><bookmark_value>CUMPRINC function</bookmark_value>"
+msgstr ""
-#: 04060101.xhp#hd_id3156123.97.help.text
-msgid "DCOUNTA"
-msgstr "DCOUNTA"
+#. %N9L
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3146139\n"
+"252\n"
+"help.text"
+msgid "CUMPRINC"
+msgstr "CUMPRINC"
-#: 04060101.xhp#par_id3156110.98.help.text
-#, fuzzy
-msgid "<ahelp hid=\"HID_FUNC_DBANZAHL2\">DCOUNTA counts the number of rows (records) in a database that match the specified search conditions, and contain numeric or alphanumeric values.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_DBANZAHL\">DCOUNT თვლის რიგების (ჩანაწერების) რაოდენობას მონაცემთა ბაზაში, რომელიც ემთხვევა მოცემულ ძიების კრიტერიუმს და შეიცავს ციფრულ მონაცემებს.</ahelp>"
+#. m2S@
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150140\n"
+"253\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_KUMKAPITAL\">Returns the cumulative interest paid for an investment period with a constant interest rate.</ahelp>"
+msgstr ""
-#: 04060101.xhp#hd_id3143228.99.help.text
-msgctxt "04060101.xhp#hd_id3143228.99.help.text"
+#. fH[k
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149188\n"
+"254\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060101.xhp#par_id3146893.100.help.text
-msgid "DCOUNTA(Database; DatabaseField; SearchCriteria)"
-msgstr "DCOUNTA(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
+#. dhjI
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148733\n"
+"255\n"
+"help.text"
+msgid "CUMPRINC(Rate; NPer; PV; S; E; Type)"
+msgstr "PV(სიხშირე; NPER; PMT; FV; ტიპი)"
+
+#. AR/R
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150864\n"
+"256\n"
+"help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
+msgstr ""
+
+#. C;My
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3166052\n"
+"257\n"
+"help.text"
+msgid "<emph>NPer</emph> is the payment period with the total number of periods. NPER can also be a non-integer value."
+msgstr ""
-#: 04060101.xhp#hd_id3149751.101.help.text
-msgctxt "04060101.xhp#hd_id3149751.101.help.text"
+#. uY:l
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150007\n"
+"258\n"
+"help.text"
+msgid "<emph>PV</emph> is the current value in the sequence of payments."
+msgstr ""
+
+#. 2[Kk
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153112\n"
+"259\n"
+"help.text"
+msgid "<emph>S</emph> is the first period."
+msgstr ""
+
+#. /BWy
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3146847\n"
+"260\n"
+"help.text"
+msgid "<emph>E</emph> is the last period."
+msgstr ""
+
+#. Phfj
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145167\n"
+"261\n"
+"help.text"
+msgid "<emph>Type</emph> is the due date of the payment at the beginning or end of each period."
+msgstr ""
+
+#. cD,O
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3154502\n"
+"262\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060101.xhp#par_id3153982.102.help.text
-msgid "In the example above (scroll up, please), you can search for the number of children whose name starts with an E or a subsequent letter. Edit the formula in B16 to read <item type=\"input\">=DCOUNTA(A1:E10;\"Name\";A13:E14)</item>. Delete the old search criteria and enter <item type=\"input\">>=E</item> under Name in field A14. The result is 5. If you now delete all number values for Greta in row 8, the result changes to 4. Row 8 is no longer included in the count because it does not contain any values. The name Greta is text, not a value. Note that the DatabaseField parameter must point to a column that can contain values."
+#. I!W.
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153570\n"
+"263\n"
+"help.text"
+msgid "What are the payoff amounts if the yearly interest rate is 5.5% for 36 months? The cash value is 15,000 currency units. The payoff amount is calculated between the 10th and 18th period. The due date is at the end of the period."
msgstr ""
-#: 04060101.xhp#bm_id3147256.help.text
-msgid "<bookmark_value>DGET function</bookmark_value> <bookmark_value>cell contents;searching in Calc databases</bookmark_value> <bookmark_value>searching;cell contents in Calc databases</bookmark_value>"
-msgstr "<bookmark_value>DGET ფუნქცია</bookmark_value><bookmark_value>უჯრის შიგთავსი;Calc მონაცემთა ბაზაში ძებნა</bookmark_value><bookmark_value>ძებნა;უჯრის შიგთავსი Calc მონაცემთა ბაზაში</bookmark_value>"
+#. Myj%
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149884\n"
+"264\n"
+"help.text"
+msgid "<item type=\"input\">=CUMPRINC(5.5%/12;36;15000;10;18;0)</item> = -3669.74 currency units. The payoff amount between the 10th and 18th period is 3669.74 currency units."
+msgstr ""
-#: 04060101.xhp#hd_id3147256.104.help.text
-msgid "DGET"
-msgstr "DGET"
+#. E#6R
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3150019\n"
+"help.text"
+msgid "<bookmark_value>CUMPRINC_ADD function</bookmark_value>"
+msgstr "<bookmark_value>CUMPRINC_ADD ფუნქცია</bookmark_value>"
-#: 04060101.xhp#par_id3152801.105.help.text
-msgid "<ahelp hid=\"HID_FUNC_DBAUSZUG\">DGET returns the contents of the referenced cell in a database which matches the specified search criteria.</ahelp> In case of an error, the function returns either #VALUE! for no row found, or Err502 for more than one cell found."
+#. \-nP
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3150019\n"
+"182\n"
+"help.text"
+msgid "CUMPRINC_ADD"
+msgstr "CUMPRINC_ADD"
+
+#. UouU
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145246\n"
+"183\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_CUMPRINC\"> Calculates the cumulative redemption of a loan in a period.</ahelp>"
msgstr ""
-#: 04060101.xhp#hd_id3159344.106.help.text
-msgctxt "04060101.xhp#hd_id3159344.106.help.text"
+#. iOea
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3153047\n"
+"184\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060101.xhp#par_id3154696.107.help.text
-msgid "DGET(Database; DatabaseField; SearchCriteria)"
-msgstr "DGET(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
+#. PIQN
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3157970\n"
+"185\n"
+"help.text"
+msgid "CUMPRINC_ADD(Rate; NPer; PV; StartPeriod; EndPeriod; Type)"
+msgstr ""
+
+#. x*TI
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145302\n"
+"186\n"
+"help.text"
+msgid "<emph>Rate</emph> is the interest rate for each period."
+msgstr ""
+
+#. ,8f.
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151017\n"
+"187\n"
+"help.text"
+msgid "<emph>NPer</emph> is the total number of payment periods. The rate and NPER must refer to the same unit, and thus both be calculated annually or monthly."
+msgstr ""
+
+#. }IH`
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155620\n"
+"188\n"
+"help.text"
+msgid "<emph>PV</emph> is the current value."
+msgstr ""
-#: 04060101.xhp#hd_id3153909.108.help.text
-msgctxt "04060101.xhp#hd_id3153909.108.help.text"
+#. Ij52
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145352\n"
+"189\n"
+"help.text"
+msgid "<emph>StartPeriod</emph> is the first payment period for the calculation."
+msgstr ""
+
+#. gNjP
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3157986\n"
+"190\n"
+"help.text"
+msgid "<emph>EndPeriod</emph> is the last payment period for the calculation."
+msgstr ""
+
+#. 02Q8
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150570\n"
+"191\n"
+"help.text"
+msgid "<emph>Type</emph> is the maturity of a payment at the end of each period (Type = 0) or at the start of the period (Type = 1)."
+msgstr ""
+
+#. J\%-
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3150269\n"
+"192\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060101.xhp#par_id3155388.109.help.text
-msgid "In the above example (scroll up, please), we want to determine what grade a child is in, whose name was entered in cell A14. The formula is entered in cell B16 and differs slightly from the earlier examples because only one column (one database field) can be entered for <emph>DatabaseField</emph>. Enter the following formula:"
+#. RmOJ
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148774\n"
+"193\n"
+"help.text"
+msgid "The following mortgage loan is taken out on a house:"
msgstr ""
-#: 04060101.xhp#par_id3153096.110.help.text
-msgid "<item type=\"input\">=DGET(A1:E10;\"Grade\";A13:E14)</item>"
+#. i4Ui
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150661\n"
+"194\n"
+"help.text"
+msgid "Rate: 9.00 per cent per annum (9% / 12 = 0.0075), Duration: 30 years (payment periods = 30 * 12 = 360), NPV: 125000 currency units."
msgstr ""
-#: 04060101.xhp#par_id3150524.111.help.text
-msgid "Enter the name <item type=\"input\">Frank</item> in A14, and you see the result 2. Frank is in second grade. Enter <item type=\"input\">\"Age\"</item> instead of \"Grade\" and you will get Frank's age."
+#. +*$;
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155512\n"
+"195\n"
+"help.text"
+msgid "How much will you repay in the second year of the mortgage (thus from periods 13 to 24)?"
msgstr ""
-#: 04060101.xhp#par_id3148833.112.help.text
-msgid "Or enter the value <item type=\"input\">11</item> in cell C14 only, and delete the other entries in this row. Edit the formula in B16 as follows:"
-msgstr "მხოლოდ C14-ში შეიყვანეთ მნიშვნელობა 11 და ამ რიგში წაშალეთ სხვა ჩანაწერები. ფორმულა B16 ჩაასწორეთ როგორც შემდეგში:"
+#. /cr(
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149394\n"
+"196\n"
+"help.text"
+msgid "<item type=\"input\">=CUMPRINC_ADD(0.0075;360;125000;13;24;0)</item> returns -934.1071"
+msgstr ""
-#: 04060101.xhp#par_id3149912.113.help.text
-msgid "<item type=\"input\">=DGET(A1:E10;\"Name\";A13:E14)</item>"
+#. cx5C
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149026\n"
+"197\n"
+"help.text"
+msgid "In the first month you will be repaying the following amount:"
msgstr ""
-#: 04060101.xhp#par_id3148813.114.help.text
-msgid "Instead of the grade, the name is queried. The answer appears at once: Daniel is the only child aged 11."
-msgstr "საფეხურის ნაცვლად მოთხოვნილია სახელი. პასუხი უმალვე ჩნდება. დანიელი ერთადერთი 11 წლის ბავშვია."
+#. b|b9
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154636\n"
+"198\n"
+"help.text"
+msgid "<item type=\"input\">=CUMPRINC_ADD(0.0075;360;125000;1;1;0)</item> returns -68.27827"
+msgstr ""
-#: 04060101.xhp#bm_id3149766.help.text
-msgid "<bookmark_value>DMAX function</bookmark_value> <bookmark_value>maximum values in Calc databases</bookmark_value> <bookmark_value>searching;maximum values in columns</bookmark_value>"
-msgstr "<bookmark_value>DMAX ფუნქცია</bookmark_value><bookmark_value>Calc მონაცემთა ბაზაში მაქსიმალური მნიშვნელობა</bookmark_value><bookmark_value>ძებნა;სვეტებში მაქსიმალური მნიშვნელობა</bookmark_value>"
+#. [EuL
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3155370\n"
+"help.text"
+msgid "<bookmark_value>calculating; accumulated interests</bookmark_value><bookmark_value>accumulated interests</bookmark_value><bookmark_value>CUMIPMT function</bookmark_value>"
+msgstr "<bookmark_value>ხაზების რეგრესია</bookmark_value><bookmark_value>ექსტრაპოლაცია</bookmark_value><bookmark_value>FORECAST ფუნქცია</bookmark_value>"
-#: 04060101.xhp#hd_id3149766.115.help.text
-msgid "DMAX"
-msgstr "DMAX"
+#. 2D?F
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3155370\n"
+"266\n"
+"help.text"
+msgid "CUMIPMT"
+msgstr "CUMIPMT"
-#: 04060101.xhp#par_id3154903.116.help.text
-msgid "<ahelp hid=\"HID_FUNC_DBMAX\">DMAX returns the maximum content of a cell (field) in a database (all records) that matches the specified search conditions.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_DBMAX\">DMAX აბრუნებს მონაცემთას ბაზაში (ყველა ჩანაწერები) უჯრების (ველების) შიგტავსების მაქსიმუმს, რომელიც ემთხვევა მოცემულ საძიებო პირობებს.</ahelp>"
+#. GG^M
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3158411\n"
+"267\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_KUMZINSZ\">Calculates the cumulative interest payments, that is, the total interest, for an investment based on a constant interest rate.</ahelp>"
+msgstr ""
-#: 04060101.xhp#hd_id3150771.117.help.text
-msgctxt "04060101.xhp#hd_id3150771.117.help.text"
+#. E@Na
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3155814\n"
+"268\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060101.xhp#par_id3159157.118.help.text
-msgid "DMAX(Database; DatabaseField; SearchCriteria)"
-msgstr "DMAX(მონაცემთა ბაზა;მონაცემთა ბაზის ველი;ძიების კრიტერიუმი)"
+#. f.dE
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147536\n"
+"269\n"
+"help.text"
+msgid "CUMIPMT(Rate; NPer; PV; S; E; Type)"
+msgstr "PV(სიხშირე; NPER; PMT; FV; ტიპი)"
+
+#. OAS7
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150475\n"
+"270\n"
+"help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
+msgstr ""
+
+#. @Uc]
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153921\n"
+"271\n"
+"help.text"
+msgid "<emph>NPer</emph> is the payment period with the total number of periods. NPER can also be a non-integer value."
+msgstr ""
+
+#. .=Oi
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153186\n"
+"272\n"
+"help.text"
+msgid "<emph>PV</emph> is the current value in the sequence of payments."
+msgstr ""
-#: 04060101.xhp#hd_id3145420.119.help.text
-msgctxt "04060101.xhp#hd_id3145420.119.help.text"
+#. zc[I
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156259\n"
+"273\n"
+"help.text"
+msgid "<emph>S</emph> is the first period."
+msgstr ""
+
+#. c,`X
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155990\n"
+"274\n"
+"help.text"
+msgid "<emph>E</emph> is the last period."
+msgstr ""
+
+#. \HJZ
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149777\n"
+"275\n"
+"help.text"
+msgid "<emph>Type</emph> is the due date of the payment at the beginning or end of each period."
+msgstr ""
+
+#. l!r=
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3153723\n"
+"276\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060101.xhp#par_id3148442.120.help.text
-msgid "To find out how much the heaviest child in each grade weighed in the above example (scroll up, please), enter the following formula in B16:"
-msgstr "ყოველ საფეხურზე უმძიმესი ბავშვის აღმოჩენა ასე შეიძლება (აასრიალეთ), შეიყვანეთ B16-ში შემდეგი ფორმულა:"
-
-#: 04060101.xhp#par_id3148804.121.help.text
-msgid "<item type=\"input\">=DMAX(A1:E10;\"Weight\";A13:E14)</item>"
+#. XsRh
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147478\n"
+"277\n"
+"help.text"
+msgid "What are the interest payments at a yearly interest rate of 5.5 %, a payment period of monthly payments for 2 years and a current cash value of 5,000 currency units? The start period is the 4th and the end period is the 6th period. The payment is due at the beginning of each period."
msgstr ""
-#: 04060101.xhp#par_id3150510.122.help.text
-msgid "Under Grade, enter <item type=\"input\">1, 2, 3,</item> and so on, one after the other. After entering a grade number, the weight of the heaviest child in that grade appears."
-msgstr "საფეხურებში შეიყვანეთ 1, 2, 3, და ა.შ., ერთი მეორეს მიყოლებით. საფეხურის ნომრუის შეყვანის შემდეგ, გამოჩნდება საფეხურზე უმძიმესი ბავშვის წონა."
+#. 5X2P
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149819\n"
+"278\n"
+"help.text"
+msgid "<item type=\"input\">=CUMIPMT(5.5%/12;24;5000;4;6;1)</item> = -57.54 currency units. The interest payments for between the 4th and 6th period are 57.54 currency units."
+msgstr ""
-#: 04060101.xhp#bm_id3159141.help.text
-msgid "<bookmark_value>DMIN function</bookmark_value> <bookmark_value>minimum values in Calc databases</bookmark_value> <bookmark_value>searching;minimum values in columns</bookmark_value>"
-msgstr "<bookmark_value>DMIN ფუნქცია</bookmark_value><bookmark_value>Calc მონაცემთა ბაზაში მაქსიმალური მნიშვნელობა</bookmark_value><bookmark_value>ძებნა;სვეტებში მინიმალური მნიშვნელობა</bookmark_value>"
+#. z%y{
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3083280\n"
+"help.text"
+msgid "<bookmark_value>CUMIPMT_ADD function</bookmark_value>"
+msgstr "<bookmark_value>CUMIPMT_ADD ფუნქცია</bookmark_value>"
-#: 04060101.xhp#hd_id3159141.123.help.text
-msgid "DMIN"
-msgstr "DMIN"
+#. COEd
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3083280\n"
+"165\n"
+"help.text"
+msgid "CUMIPMT_ADD"
+msgstr "CUMIPMT_ADD"
-#: 04060101.xhp#par_id3154261.124.help.text
-msgid "<ahelp hid=\"HID_FUNC_DBMIN\">DMIN returns the minimum content of a cell (field) in a database that matches the specified search criteria.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_DBMIN\">DMIN აბრუნებს უჯრის შიგთავსის მინიმუმს მონაცემთა ბაზიდან, რომელიც ემთხვევა მოცემულ საძიებო კრიტერიუმს.</ahelp>"
+#. f}UD
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3152482\n"
+"166\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_CUMIPMT\">Calculates the accumulated interest for a period.</ahelp>"
+msgstr ""
-#: 04060101.xhp#hd_id3147238.125.help.text
-msgctxt "04060101.xhp#hd_id3147238.125.help.text"
+#. _2Xd
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149713\n"
+"167\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060101.xhp#par_id3148479.126.help.text
-msgid "DMIN(Database; DatabaseField; SearchCriteria)"
-msgstr "DMIN(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
+#. /H*R
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145087\n"
+"168\n"
+"help.text"
+msgid "CUMIPMT_ADD(Rate; NPer; PV; StartPeriod; EndPeriod; Type)"
+msgstr ""
+
+#. X|lX
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149277\n"
+"169\n"
+"help.text"
+msgid "<emph>Rate</emph> is the interest rate for each period."
+msgstr ""
+
+#. 9m..
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149270\n"
+"170\n"
+"help.text"
+msgid "<emph>NPer</emph> is the total number of payment periods. The rate and NPER must refer to the same unit, and thus both be calculated annually or monthly."
+msgstr ""
-#: 04060101.xhp#hd_id3151050.127.help.text
-msgctxt "04060101.xhp#hd_id3151050.127.help.text"
+#. hU7x
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3152967\n"
+"171\n"
+"help.text"
+msgid "<emph>PV</emph> is the current value."
+msgstr ""
+
+#. TshJ
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156308\n"
+"172\n"
+"help.text"
+msgid "<emph>StartPeriod</emph> is the first payment period for the calculation."
+msgstr ""
+
+#. R}fF
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149453\n"
+"173\n"
+"help.text"
+msgid "<emph>EndPeriod</emph> is the last payment period for the calculation."
+msgstr ""
+
+#. `YI$
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150962\n"
+"174\n"
+"help.text"
+msgid "<emph>Type</emph> is the maturity of a payment at the end of each period (Type = 0) or at the start of the period (Type = 1)."
+msgstr ""
+
+#. NQ?#
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3152933\n"
+"175\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060101.xhp#par_id3148925.128.help.text
-msgid "To find the shortest distance to school for the children in each grade in the above example (scroll up, please), enter the following formula in B16:"
-msgstr "ყველ საფერხურში ბავშვებისთვის სკოლამდე მანძილის გასაგებად ამ მაგალითში (გთხოვთ აასრიალოთ) შეიყვანეთ შემდეგი ფორმულა B16:"
+#. VKz.
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156324\n"
+"176\n"
+"help.text"
+msgid "The following mortgage loan is taken out on a house:"
+msgstr ""
-#: 04060101.xhp#par_id3149161.129.help.text
-msgid "<item type=\"input\">=DMIN(A1:E10;\"Distance to School\";A13:E14)</item>"
+#. %OC!
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147566\n"
+"177\n"
+"help.text"
+msgid "Rate: 9.00 per cent per annum (9% / 12 = 0.0075), Duration: 30 years (NPER = 30 * 12 = 360), Pv: 125000 currency units."
msgstr ""
-#: 04060101.xhp#par_id3148917.130.help.text
-msgid "In row 14, under Grade, enter <item type=\"input\">1, 2, 3,</item> and so on, one after the other. The shortest distance to school for each grade appears."
-msgstr "14 რიგში 1, 2, 3 და ა.შ. საფეხურებზე ერთი მეორეს შემდეგ. უმოკლესი მანძილი სკოლამდე ყოველი საფეხურისთვის ჩნდება."
+#. r(/:
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151272\n"
+"178\n"
+"help.text"
+msgid "How much interest must you pay in the second year of the mortgage (thus from periods 13 to 24)?"
+msgstr ""
-#: 04060101.xhp#bm_id3154274.help.text
-msgid "<bookmark_value>DAVERAGE function</bookmark_value> <bookmark_value>averages; in Calc databases</bookmark_value> <bookmark_value>calculating;averages in Calc databases</bookmark_value>"
-msgstr "<bookmark_value>DAVERAGE ფუნქცია</bookmark_value><bookmark_value>საშუალოები; Calc-ის მონაცემთა ბაზაში</bookmark_value><bookmark_value>გამოთვლა;საშუალოები Calc-ის მონაცემთა ბაზაში</bookmark_value>"
+#. 3d:r
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156130\n"
+"179\n"
+"help.text"
+msgid "<item type=\"input\">=CUMIPMT_ADD(0.0075;360;125000;13;24;0)</item> returns -11135.23."
+msgstr ""
-#: 04060101.xhp#hd_id3154274.131.help.text
-msgid "DAVERAGE"
-msgstr "DAVERAGE"
+#. BjnD
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150764\n"
+"180\n"
+"help.text"
+msgid "How much interest must you pay in the first month?"
+msgstr ""
-#: 04060101.xhp#par_id3166453.132.help.text
-msgid "<ahelp hid=\"HID_FUNC_DBMITTELWERT\">DAVERAGE returns the average of the values of all cells (fields) in all rows (database records) that match the specified search criteria.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_DBMITTELWERT\">DAVERAGE აბრუნებს უჯრების (ველების) მნიშვნელობების საშუალო არითმეტიკულს ყველა რიგში (მონაცემთა ბაზის ჩანაწერებში) რომლებიც ემთხვევა საძიებო კრიტერიუმს.</ahelp>"
+#. ]9mD
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3146857\n"
+"181\n"
+"help.text"
+msgid "<item type=\"input\">=CUMIPMT_ADD(0.0075;360;125000;1;1;0)</item> returns -937.50."
+msgstr ""
+
+#. 9Z?1
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3150878\n"
+"help.text"
+msgid "<bookmark_value>PRICE function</bookmark_value><bookmark_value>prices; fixed interest securities</bookmark_value><bookmark_value>sales values;fixed interest securities</bookmark_value>"
+msgstr "<bookmark_value>DURATION_ADD ფუნქცია</bookmark_value><bookmark_value>Microsoft Excel ფუნქციები</bookmark_value><bookmark_value>ხანგძლივობა;ფიქსირებული ინტერვალები</bookmark_value>"
-#: 04060101.xhp#hd_id3146955.133.help.text
-msgctxt "04060101.xhp#hd_id3146955.133.help.text"
+#. ;7.d
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3150878\n"
+"9\n"
+"help.text"
+msgid "PRICE"
+msgstr "PRICE"
+
+#. mPz*
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153210\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_PRICE\">Calculates the market value of a fixed interest security with a par value of 100 currency units as a function of the forecast yield.</ahelp>"
+msgstr ""
+
+#. *vR`
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3154646\n"
+"11\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060101.xhp#par_id3150710.134.help.text
-msgid "DAVERAGE(Database; DatabaseField; SearchCriteria)"
-msgstr "DAVERAGE(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
+#. U6Q;
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3152804\n"
+"12\n"
+"help.text"
+msgid "PRICE(Settlement; Maturity; Rate; Yield; Redemption; Frequency; Basis)"
+msgstr "ODDFYIELD პირველი სიხშირე სიხშირე ფუძე"
+
+#. -S?x
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156121\n"
+"13\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
+
+#. X!6$
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149983\n"
+"14\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
+
+#. @]{!
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153755\n"
+"15\n"
+"help.text"
+msgid "<emph>Rate</emph> is the annual nominal rate of interest (coupon interest rate)"
+msgstr ""
-#: 04060101.xhp#hd_id3152943.135.help.text
-msgctxt "04060101.xhp#hd_id3152943.135.help.text"
+#. fh#U
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155999\n"
+"16\n"
+"help.text"
+msgid "<emph>Yield</emph> is the annual yield of the security."
+msgstr ""
+
+#. tVL#
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156114\n"
+"17\n"
+"help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+msgstr ""
+
+#. OrO,
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155846\n"
+"18\n"
+"help.text"
+msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+msgstr ""
+
+#. Zpo6
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3153148\n"
+"19\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060101.xhp#par_id3149104.136.help.text
-msgid "To find the average weight of all children of the same age in the above example (scroll up, please), enter the following formula in B16:"
-msgstr "ზედა მაგალითში (აასრიალეთ) ერთი და იგივე ასაკის ბავშვების საშუალო წონის გამოსათვლელათ შეიყვანეთ ფორმულა B16:"
-
-#: 04060101.xhp#par_id3153688.137.help.text
-msgid "<item type=\"input\">=DAVERAGE(A1:E10;\"Weight\";A13:E14)</item>"
+#. NOmC
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150260\n"
+"20\n"
+"help.text"
+msgid "A security is purchased on 1999-02-15; the maturity date is 2007-11-15. The nominal rate of interest is 5.75%. The yield is 6.5%. The redemption value is 100 currency units. Interest is paid half-yearly (frequency is 2). With calculation on basis 0, the price is as follows:"
msgstr ""
-#: 04060101.xhp#par_id3155587.138.help.text
-msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. The average weight of all children of the same age appears."
-msgstr "14 რიგში ასაკის ქვეშ შეიყვანეთ 7, 8, 9 და ა.შ. ერთი მეორეს მიყოლებით. გამოჩნდება ერთი და იგივე ასაკის ბავშვების საშუალო წონა."
+#. Xg~l
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147273\n"
+"21\n"
+"help.text"
+msgid "=PRICE(\"1999-02-15\"; \"2007-11-15\"; 0.0575; 0.065; 100; 2; 0) returns 95.04287."
+msgstr ""
-#: 04060101.xhp#bm_id3159269.help.text
-msgid "<bookmark_value>DPRODUCT function</bookmark_value> <bookmark_value>multiplying;cell contents in Calc databases</bookmark_value>"
-msgstr "<bookmark_value>DPRODUCT ფუნქცია</bookmark_value><bookmark_value>გამრავლება;Calc მონაცემთა ბაზაში უჯრათა შიგთავსი</bookmark_value>"
+#. .6T_
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3151297\n"
+"help.text"
+msgid "<bookmark_value>PRICEDISC function</bookmark_value><bookmark_value>prices;non-interest-bearing securities</bookmark_value><bookmark_value>sales values;non-interest-bearing securities</bookmark_value>"
+msgstr "<bookmark_value>DURATION_ADD ფუნქცია</bookmark_value><bookmark_value>Microsoft Excel ფუნქციები</bookmark_value><bookmark_value>ხანგძლივობა;ფიქსირებული ინტერვალები</bookmark_value>"
-#: 04060101.xhp#hd_id3159269.139.help.text
-msgid "DPRODUCT"
-msgstr "DPRODUCT"
+#. S1%x
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3151297\n"
+"22\n"
+"help.text"
+msgid "PRICEDISC"
+msgstr "PRICEDISC"
-#: 04060101.xhp#par_id3152879.140.help.text
-msgid "<ahelp hid=\"HID_FUNC_DBPRODUKT\">DPRODUCT multiplies all cells of a data range where the cell contents match the search criteria.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_DBPRODUKT\">DPRODUCT ამრავლებს ყველა უჯრას მონაცემთა დიაპაზონიდან, რაც ემთხვევა საძიებო კრიტერიუმს.</ahelp>"
+#. W=gj
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155100\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_PRICEDISC\">Calculates the price per 100 currency units of par value of a non-interest- bearing security.</ahelp>"
+msgstr ""
-#: 04060101.xhp#hd_id3149966.141.help.text
-msgctxt "04060101.xhp#hd_id3149966.141.help.text"
+#. N2-v
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149294\n"
+"24\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060101.xhp#par_id3154854.142.help.text
-msgid "DPRODUCT(Database; DatabaseField; SearchCriteria)"
-msgstr "DPRODUCT(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
+#. o-LQ
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3146084\n"
+"25\n"
+"help.text"
+msgid "PRICEDISC(Settlement; Maturity; Discount; Redemption; Basis)"
+msgstr "DISC(მოსახლე;ხნიერება;ფასი;გამოსასყისი;ფუძე)"
+
+#. aW8.
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3159179\n"
+"26\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
+
+#. -mL-
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154304\n"
+"27\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
-#: 04060101.xhp#hd_id3149802.143.help.text
-msgctxt "04060101.xhp#hd_id3149802.143.help.text"
+#. azmS
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156014\n"
+"28\n"
+"help.text"
+msgid "<emph>Discount</emph> is the discount of a security as a percentage."
+msgstr ""
+
+#. 9eB-
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147489\n"
+"29\n"
+"help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+msgstr ""
+
+#. 3O-U
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3152794\n"
+"30\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060101.xhp#par_id3148986.144.help.text
-msgid "With the birthday party example above (scroll up, please), there is no meaningful application of this function."
-msgstr "ზემოთ დაბადების დღის ზეიმის მაგალითი (აასრიალეთ), ამ ფუნქციისთვის არ არის შესაბამისი პროგრამა."
+#. 1h{`
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149198\n"
+"31\n"
+"help.text"
+msgid "A security is purchased on 1999-02-15; the maturity date is 1999-03-01. Discount in per cent is 5.25%. The redemption value is 100. When calculating on basis 2 the price discount is as follows:"
+msgstr ""
-#: 04060101.xhp#bm_id3148462.help.text
-msgid "<bookmark_value>DSTDEV function</bookmark_value> <bookmark_value>standard deviations in databases;based on a sample</bookmark_value>"
-msgstr "<bookmark_value>STDEV ფუნქცია</bookmark_value><bookmark_value>სტატისტიკაში სტანდარტული გადახრა;დაფუძნებული შერჩევაზე</bookmark_value>"
+#. .}eS
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151178\n"
+"32\n"
+"help.text"
+msgid "=PRICEDISC(\"1999-02-15\"; \"1999-03-01\"; 0.0525; 100; 2) returns 99.79583."
+msgstr ""
-#: 04060101.xhp#hd_id3148462.145.help.text
-msgid "DSTDEV"
-msgstr "DSTDEV"
+#. TPDk
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3154693\n"
+"help.text"
+msgid "<bookmark_value>PRICEMAT function</bookmark_value><bookmark_value>prices;interest-bearing securities</bookmark_value>"
+msgstr "<bookmark_value>SUM ფუნქცია</bookmark_value><bookmark_value>დამატება;რიცხვები უჯრათა დიაპაზონში</bookmark_value>"
-#: 04060101.xhp#par_id3154605.146.help.text
-msgid "<ahelp hid=\"HID_FUNC_DBSTDABW\">DSTDEV calculates the standard deviation of a population based on a sample, using the numbers in a database column that match the given conditions.</ahelp> The records are treated as a sample of data. That means that the children in the example represent a cross section of all children. Note that a representative result can not be obtained from a sample of less than one thousand."
+#. lEq-
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3154693\n"
+"33\n"
+"help.text"
+msgid "PRICEMAT"
+msgstr "PRICEMAT"
+
+#. V*A3
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153906\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_PRICEMAT\">Calculates the price per 100 currency units of par value of a security, that pays interest on the maturity date.</ahelp>"
msgstr ""
-#: 04060101.xhp#hd_id3149427.147.help.text
-msgctxt "04060101.xhp#hd_id3149427.147.help.text"
+#. 8x+H
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3154933\n"
+"35\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060101.xhp#par_id3148661.148.help.text
-msgid "DSTDEV(Database; DatabaseField; SearchCriteria)"
-msgstr "DSTDEV(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
+#. cA3(
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155393\n"
+"36\n"
+"help.text"
+msgid "PRICEMAT(Settlement; Maturity; Issue; Rate; Yield; Basis)"
+msgstr ""
+
+#. ,u%B
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153102\n"
+"37\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
+
+#. I%[$
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150530\n"
+"38\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
+
+#. M!98
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149903\n"
+"39\n"
+"help.text"
+msgid "<emph>Issue</emph> is the date of issue of the security."
+msgstr ""
+
+#. 4pMh
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148828\n"
+"40\n"
+"help.text"
+msgid "<emph>Rate</emph> is the interest rate of the security on the issue date."
+msgstr ""
+
+#. ~eN(
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3146993\n"
+"41\n"
+"help.text"
+msgid "<emph>Yield</emph> is the annual yield of the security."
+msgstr ""
-#: 04060101.xhp#hd_id3153945.149.help.text
-msgctxt "04060101.xhp#hd_id3153945.149.help.text"
+#. @:vu
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3150507\n"
+"42\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060101.xhp#par_id3149934.150.help.text
-msgid "To find the standard deviation of the weight for all children of the same age in the example (scroll up, please), enter the following formula in B16:"
-msgstr "მაგალითში ერთი ასაკის ყველა ბავშვის წონის სტანდარტული გადახრის მოსანახად (აასრიალეთ), შეიყვანეთ შემდეგი ფორმულა B16:"
-
-#: 04060101.xhp#par_id3150630.151.help.text
-msgid "<item type=\"input\">=DSTDEV(A1:E10;\"Weight\";A13:E14)</item>"
+#. C9KT
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154289\n"
+"43\n"
+"help.text"
+msgid "Settlement date: February 15 1999, maturity date: April 13 1999, issue date: November 11 1998. Interest rate: 6.1 per cent, yield: 6.1 per cent, basis: 30/360 = 0."
msgstr ""
-#: 04060101.xhp#par_id3153536.152.help.text
-msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. The result shown is the standard deviation of the weight of all children of this age."
-msgstr "14 რიგში ასაკში ჩაწერეთ 7, 8, 9 და ა.შ. ერთი მეორეს მიყოლებით. შედეგი იქნება ამ ასაკის ბავშვების წონის სტანდარტული გადახრა."
+#. lQ6#
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154905\n"
+"44\n"
+"help.text"
+msgid "The price is calculated as follows:"
+msgstr "ფასი გამოთვლილია როგორც მოყვება:"
-#: 04060101.xhp#bm_id3150429.help.text
-msgid "<bookmark_value>DSTDEVP function</bookmark_value> <bookmark_value>standard deviations in databases;based on populations</bookmark_value>"
-msgstr "<bookmark_value>DSTDEVP ფუნქცია</bookmark_value><bookmark_value>სტანდარტული გადახრა მონაცემთა ბაზებში;დაფუძნებული მოსახლეობაზე</bookmark_value>"
+#. h=[~
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3158409\n"
+"45\n"
+"help.text"
+msgid "=PRICEMAT(\"1999-02-15\";\"1999-04-13\";\"1998-11-11\"; 0.061; 0.061;0) returns 99.98449888."
+msgstr ""
-#: 04060101.xhp#hd_id3150429.153.help.text
-msgid "DSTDEVP"
-msgstr "DSTDEVP"
+#. 2b-b
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3148448\n"
+"help.text"
+msgid "<bookmark_value>calculating; durations</bookmark_value><bookmark_value>durations;calculating</bookmark_value><bookmark_value>DURATION function</bookmark_value>"
+msgstr "<bookmark_value>ხაზების რეგრესია</bookmark_value><bookmark_value>ექსტრაპოლაცია</bookmark_value><bookmark_value>FORECAST ფუნქცია</bookmark_value>"
-#: 04060101.xhp#par_id3145598.154.help.text
-msgid "<ahelp hid=\"HID_FUNC_DBSTDABWN\">DSTDEVP calculates the standard deviation of a population based on all cells of a data range which match the search criteria.</ahelp> The records from the example are treated as the whole population."
+#. D^)j
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3148448\n"
+"280\n"
+"help.text"
+msgid "DURATION"
+msgstr "DURATION"
+
+#. MUHd
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153056\n"
+"281\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_LAUFZEIT\">Calculates the number of periods required by an investment to attain the desired value.</ahelp>"
msgstr ""
-#: 04060101.xhp#hd_id3145307.155.help.text
-msgctxt "04060101.xhp#hd_id3145307.155.help.text"
+#. S\%{
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3145421\n"
+"282\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060101.xhp#par_id3149484.156.help.text
-msgid "DSTDEVP(Database; DatabaseField; SearchCriteria)"
-msgstr "DSTDEVP(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
+#. tJ!K
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148933\n"
+"283\n"
+"help.text"
+msgid "DURATION(Rate; PV; FV)"
+msgstr "DURATION(სიხშირე;PV;FV)"
+
+#. k^06
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148801\n"
+"284\n"
+"help.text"
+msgid "<emph>Rate</emph> is a constant. The interest rate is to be calculated for the entire duration (duration period). The interest rate per period is calculated by dividing the interest rate by the calculated duration. The internal rate for an annuity is to be entered as Rate/12."
+msgstr ""
+
+#. V`Ij
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147239\n"
+"285\n"
+"help.text"
+msgid "<emph>PV</emph> is the present (current) value. The cash value is the deposit of cash or the current cash value of an allowance in kind. As a deposit value a positive value must be entered; the deposit must not be 0 or <0."
+msgstr ""
+
+#. c8Aq
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147515\n"
+"286\n"
+"help.text"
+msgid "<emph>FV</emph> is the expected value. The future value determines the desired (future) value of the deposit."
+msgstr ""
-#: 04060101.xhp#hd_id3153322.157.help.text
-msgctxt "04060101.xhp#hd_id3153322.157.help.text"
+#. nnZ,
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3153579\n"
+"287\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060101.xhp#par_id3155431.158.help.text
-msgid "To find the standard deviation of the weight for all children of the same age at Joe's birthday party (scroll up, please), enter the following formula in B16:"
-msgstr "გიორგის დაბადების დღეზე ერთიდაიგივე ასაკის ბავშვების წონის სტანდარტული გადახრის გამოსათვლელად (აასრიალეთ) შეიყვანეთ ფორმულა B16:"
+#. 9f$Z
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148480\n"
+"288\n"
+"help.text"
+msgid "At an interest rate of 4.75%, a cash value of 25,000 currency units and a future value of 1,000,000 currency units, a duration of 79.49 payment periods is returned. The periodic payment is the resulting quotient from the future value and the duration, in this case 1,000,000/79.49=12,850.20."
+msgstr ""
-#: 04060101.xhp#par_id3148411.159.help.text
-msgid "<item type=\"input\">=DSTDEVP(A1:E10;\"Weight\";A13:E14)</item>"
+#. 2C}6
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3148912\n"
+"help.text"
+msgid "<bookmark_value>calculating;linear depreciations</bookmark_value><bookmark_value>depreciations;linear</bookmark_value><bookmark_value>linear depreciations</bookmark_value><bookmark_value>straight-line depreciations</bookmark_value><bookmark_value>SLN function</bookmark_value>"
msgstr ""
-#: 04060101.xhp#par_id3143271.160.help.text
-msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. The result is the standard deviation of the weight for all same-aged children whose weight was checked."
-msgstr "14 რიგში ასაკში შეიყვანეთ 7, 8, 9 და ა.შ. ერთი მეორეს მიყოლებით. შედეგი არის ერთიდაიგივე ასაკის ბავშვების ვისი წონაც ცნობილია, წონის სტანდარტული გადახრა."
+#. fCho
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3148912\n"
+"290\n"
+"help.text"
+msgid "SLN"
+msgstr "SLN"
-#: 04060101.xhp#bm_id3154794.help.text
-msgid "<bookmark_value>DSUM function</bookmark_value> <bookmark_value>calculating;sums in Calc databases</bookmark_value> <bookmark_value>sums;cells in Calc databases</bookmark_value>"
-msgstr "<bookmark_value>DSUM ფუნქცია</bookmark_value><bookmark_value>გამოთვლა;ჯამები Calc მონაცემთა ბაზებში</bookmark_value><bookmark_value>ჯამები;უჯრები Calc მონაცემთა ბაზებში</bookmark_value>"
+#. iWH@
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149154\n"
+"291\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_LIA\">Returns the straight-line depreciation of an asset for one period.</ahelp> The amount of the depreciation is constant during the depreciation period."
+msgstr ""
+
+#. (v}z
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3153240\n"
+"292\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060101.xhp#hd_id3154794.161.help.text
-msgid "DSUM"
-msgstr "DSUM"
+#. J6GJ
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3166456\n"
+"293\n"
+"help.text"
+msgid "SLN(Cost; Salvage; Life)"
+msgstr ""
-#: 04060101.xhp#par_id3149591.162.help.text
-msgid "<ahelp hid=\"HID_FUNC_DBSUMME\">DSUM returns the total of all cells in a database field in all rows (records) that match the specified search criteria.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_DBSUMME\">DSUM აბრუნებს მონაცემთა ბაზაში ყველა რიგის ყველა უჯრის ჯამს, რომლებიც ემთხვევა მოცემულ საძიებო კრიტერიუმს.</ahelp>"
+#. Gs./
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3146955\n"
+"294\n"
+"help.text"
+msgid "<emph>Cost</emph> is the initial cost of an asset."
+msgstr ""
+
+#. c/60
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149796\n"
+"295\n"
+"help.text"
+msgid "<emph>Salvage</emph> is the value of an asset at the end of the depreciation."
+msgstr ""
-#: 04060101.xhp#hd_id3146128.163.help.text
-msgctxt "04060101.xhp#hd_id3146128.163.help.text"
+#. ez7O
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3166444\n"
+"296\n"
+"help.text"
+msgid "<emph>Life</emph> is the depreciation period determining the number of periods in the depreciation of the asset."
+msgstr ""
+
+#. *q1Q
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3155579\n"
+"297\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. `1.s
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154098\n"
+"298\n"
+"help.text"
+msgid "Office equipment with an initial cost of 50,000 currency units is to be depreciated over 7 years. The value at the end of the depreciation is to be 3,500 currency units."
+msgstr ""
+
+#. qKTp
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153390\n"
+"299\n"
+"help.text"
+msgid "<item type=\"input\">=SLN(50000;3,500;84)</item> = 553.57 currency units. The periodic monthly depreciation of the office equipment is 553.57 currency units."
+msgstr ""
+
+#. FTC0
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3153739\n"
+"help.text"
+msgid "<bookmark_value>MDURATION function</bookmark_value><bookmark_value>Macauley duration</bookmark_value>"
+msgstr "<bookmark_value>NORMDIST ფუნქცია</bookmark_value><bookmark_value>სიმკვრივის ფუნქცია</bookmark_value>"
+
+#. 3zx/
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3153739\n"
+"217\n"
+"help.text"
+msgid "MDURATION"
+msgstr "MDURATION"
+
+#. $^#K
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149923\n"
+"218\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_MDURATION\">Calculates the modified Macauley duration of a fixed interest security in years.</ahelp>"
+msgstr ""
+
+#. ZcI6
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149964\n"
+"219\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060101.xhp#par_id3150989.164.help.text
-msgid "DSUM(Database; DatabaseField; SearchCriteria)"
-msgstr "DSUM(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
+#. \Ko/
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148987\n"
+"220\n"
+"help.text"
+msgid "MDURATION(Settlement; Maturity; Coupon; Yield; Frequency; Basis)"
+msgstr ""
+
+#. R559
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148619\n"
+"221\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
+
+#. p|(y
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149805\n"
+"222\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
+
+#. H7:F
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154338\n"
+"223\n"
+"help.text"
+msgid "<emph>Coupon</emph> is the annual nominal rate of interest (coupon interest rate)"
+msgstr ""
-#: 04060101.xhp#hd_id3159079.165.help.text
-msgctxt "04060101.xhp#hd_id3159079.165.help.text"
+#. 3;9V
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148466\n"
+"224\n"
+"help.text"
+msgid "<emph>Yield</emph> is the annual yield of the security."
+msgstr ""
+
+#. )0eo
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149423\n"
+"225\n"
+"help.text"
+msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+msgstr ""
+
+#. #p1`
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3154602\n"
+"226\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060101.xhp#par_id3152766.166.help.text
-msgid "To find the length of the combined distance to school of all children at Joe's birthday party (scroll up, please) who are in second grade, enter the following formula in B16:"
+#. JNJ7
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148652\n"
+"227\n"
+"help.text"
+msgid "A security is purchased on 2001-01-01; the maturity date is 2006-01-01. The nominal rate of interest is 8%. The yield is 9.0%. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how long is the modified duration?"
msgstr ""
-#: 04060101.xhp#par_id3151312.167.help.text
-msgid "<item type=\"input\">=DSUM(A1:E10;\"Distance to School\";A13:E14)</item>"
+#. ogh8
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145378\n"
+"228\n"
+"help.text"
+msgid "=MDURATION(\"2001-01-01\"; \"2006-01-01\"; 0.08; 0.09; 2; 3) returns 4.02 years."
msgstr ""
-#: 04060101.xhp#par_id3150596.168.help.text
-msgid "Enter <item type=\"input\">2</item> in row 14 under Grade. The sum (1950) of the distances to school of all the children who are in second grade is displayed."
-msgstr "Enter \"2\" in row 14 under \"Grade\". The sum (1950) of the distances to school of all the children who are in second grade is displayed."
-
-#: 04060101.xhp#bm_id3155614.help.text
-msgid "<bookmark_value>DVAR function</bookmark_value> <bookmark_value>variances;based on samples</bookmark_value>"
-msgstr "<bookmark_value>DVAR ფუნქცია</bookmark_value><bookmark_value>ცვლადები;დაფუძნებული შერჩევაზე</bookmark_value>"
+#. QB}@
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3149242\n"
+"help.text"
+msgid "<bookmark_value>calculating;net present values</bookmark_value><bookmark_value>net present values</bookmark_value><bookmark_value>NPV function</bookmark_value>"
+msgstr "<bookmark_value>ხაზების რეგრესია</bookmark_value><bookmark_value>ექსტრაპოლაცია</bookmark_value><bookmark_value>FORECAST ფუნქცია</bookmark_value>"
-#: 04060101.xhp#hd_id3155614.170.help.text
-msgid "DVAR"
-msgstr "DVAR"
+#. 0=LK
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149242\n"
+"301\n"
+"help.text"
+msgid "NPV"
+msgstr "NPV"
-#: 04060101.xhp#par_id3154418.171.help.text
-msgid "<ahelp hid=\"HID_FUNC_DBVARIANZ\">DVAR returns the variance of all cells of a database field in all records that match the specified search criteria.</ahelp> The records from the example are treated as a sample of data. A representative result cannot be obtained from a sample population of less than one thousand."
+#. 7RH[
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145308\n"
+"302\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_NBW\">Returns the present value of an investment based on a series of periodic cash flows and a discount rate. To get the net present value, subtract the cost of the project (the initial cash flow at time zero) from the returned value.</ahelp>"
msgstr ""
-#: 04060101.xhp#hd_id3154825.172.help.text
-msgctxt "04060101.xhp#hd_id3154825.172.help.text"
+#. tnNN
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149937\n"
+"303\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060101.xhp#par_id3156138.173.help.text
-msgid "DVAR(Database; DatabaseField; SearchCriteria)"
-msgstr "DVAR(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
+#. ho;_
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153321\n"
+"304\n"
+"help.text"
+msgid "NPV(Rate; Value1; Value2; ...)"
+msgstr ""
+
+#. 6cJ?
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150630\n"
+"305\n"
+"help.text"
+msgid "<emph>Rate</emph> is the discount rate for a period."
+msgstr ""
-#: 04060101.xhp#hd_id3151257.174.help.text
-msgctxt "04060101.xhp#hd_id3151257.174.help.text"
+#. ,r0^
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150427\n"
+"306\n"
+"help.text"
+msgid "<emph>Value1;...</emph> are up to 30 values, which represent deposits or withdrawals."
+msgstr ""
+
+#. WxS@
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3153538\n"
+"307\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060101.xhp#par_id3153701.175.help.text
-msgid "To find the variance of the weight of all children of the same age of the above example (scroll up, please), enter the following formula in B16:"
-msgstr "ერთი ასაკის ბავშვების წონის ვარიაცია ზემოთ მაგალითში (აასრიალეთ), შეიყვანეთ ფორმულა B16:"
-
-#: 04060101.xhp#par_id3153676.176.help.text
-msgid "<item type=\"input\">=DVAR(A1:E10;\"Weight\";A13:E14)</item>"
+#. p/Q[
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154800\n"
+"308\n"
+"help.text"
+msgid "What is the net present value of periodic payments of 10, 20 and 30 currency units with a discount rate of 8.75%. At time zero the costs were payed as -40 currency units."
msgstr ""
-#: 04060101.xhp#par_id3153798.177.help.text
-msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. You will see as a result the variance of the weight values for all children of this age."
-msgstr "14 რიგში, ასაკში შეიყვანეთ 7, 8, 9, და ა. შ. ერთი მეორეს მიყოლებით. შედეგად იხილავთ ამ ასაკის ყველა ბავსვის წონის ვარიაციას."
+#. P?RS
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3143270\n"
+"309\n"
+"help.text"
+msgid "<item type=\"input\">=NPV(8.75%;10;20;30)</item> = 49.43 currency units. The net present value is the returned value minus the initial costs of 40 currency units, therefore 9.43 currency units."
+msgstr ""
-#: 04060101.xhp#bm_id3153880.help.text
-msgid "<bookmark_value>DVARP function</bookmark_value> <bookmark_value>variances;based on populations</bookmark_value>"
-msgstr "<bookmark_value>DVARP ფუნქცია</bookmark_value><bookmark_value>ცვლადები;დაფუძნებული მოსახლეობაზე</bookmark_value>"
+#. }*Sd
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3149484\n"
+"help.text"
+msgid "<bookmark_value>calculating;nominal interest rates</bookmark_value><bookmark_value>nominal interest rates</bookmark_value><bookmark_value>NOMINAL function</bookmark_value>"
+msgstr "<bookmark_value>ხაზების რეგრესია</bookmark_value><bookmark_value>ექსტრაპოლაცია</bookmark_value><bookmark_value>FORECAST ფუნქცია</bookmark_value>"
-#: 04060101.xhp#hd_id3153880.178.help.text
-msgid "DVARP"
-msgstr "DVARP"
+#. ]/Tj
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149484\n"
+"311\n"
+"help.text"
+msgid "NOMINAL"
+msgstr "NOMINAL"
-#: 04060101.xhp#par_id3155119.179.help.text
-msgid "<ahelp hid=\"HID_FUNC_DBVARIANZEN\">DVARP calculates the variance of all cell values in a database field in all records that match the specified search criteria.</ahelp> The records are from the example are treated as an entire population."
+#. CfZV
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149596\n"
+"312\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_NOMINAL\">Calculates the yearly nominal interest rate, given the effective rate and the number of compounding periods per year.</ahelp>"
msgstr ""
-#: 04060101.xhp#hd_id3145774.180.help.text
-msgctxt "04060101.xhp#hd_id3145774.180.help.text"
+#. nB?_
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3151252\n"
+"313\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060101.xhp#par_id3153776.181.help.text
-msgid "DVARP(Database; DatabaseField; SearchCriteria)"
-msgstr "DVARP(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
+#. SkI5
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3152769\n"
+"314\n"
+"help.text"
+msgid "NOMINAL(EffectiveRate; NPerY)"
+msgstr ""
+
+#. |BM6
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147521\n"
+"315\n"
+"help.text"
+msgid "<emph>EffectiveRate</emph> is the effective interest rate"
+msgstr ""
+
+#. ih_m
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156334\n"
+"316\n"
+"help.text"
+msgid "<emph>NPerY</emph> is the number of periodic interest payments per year."
+msgstr ""
-#: 04060101.xhp#hd_id3151110.182.help.text
-msgctxt "04060101.xhp#hd_id3151110.182.help.text"
+#. [eC$
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3154473\n"
+"317\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060101.xhp#par_id3147099.183.help.text
-msgid "To find the variance of the weight for all children of the same age at Joe's birthday party (scroll up, please), enter the following formula in B16:"
-msgstr "ერთი ასაკის ბავშვების წონის ვარიაცია დაბადების დღეზე, შეიყვანეთ ფორმულა B16:"
+#. zHH1
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147091\n"
+"318\n"
+"help.text"
+msgid "What is the nominal interest per year for an effective interest rate of 13.5% if twelve payments are made per year."
+msgstr ""
-#: 04060101.xhp#par_id3147322.184.help.text
-msgid "<item type=\"input\">=DVARP(A1:E10;\"Weight\";A13:E14)</item>"
+#. |kA;
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154831\n"
+"319\n"
+"help.text"
+msgid "<item type=\"input\">=NOMINAL(13.5%;12)</item> = 12.73%. The nominal interest rate per year is 12.73%."
msgstr ""
-#: 04060101.xhp#par_id3146902.185.help.text
-msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. The variance of the weight values for all children of this age attending Joe's birthday party appears."
-msgstr "14 რიგში, ასაკში შეიყვანეთ 7, 8, 9, და ა. შ. ერთი მეორეს მიყოლებით. შედეგად იხილავთ დაბადების დღეზე ამ ასაკის ყველა ბავშვის წონის ვარიაციას."
+#. =1tS
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3155123\n"
+"help.text"
+msgid "<bookmark_value>NOMINAL_ADD function</bookmark_value>"
+msgstr "<bookmark_value>CUMIPMT_ADD ფუნქცია</bookmark_value>"
-#: 06030900.xhp#tit.help.text
-msgid "Refresh Traces"
-msgstr "კვალების განახლება"
+#. u;Na
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3155123\n"
+"229\n"
+"help.text"
+msgid "NOMINAL_ADD"
+msgstr ""
-#: 06030900.xhp#bm_id3152349.help.text
-msgid "<bookmark_value>cells; refreshing traces</bookmark_value><bookmark_value>traces; refreshing</bookmark_value><bookmark_value>updating;traces</bookmark_value>"
-msgstr "<bookmark_value>უჯრები; კვალების განახლება</bookmark_value><bookmark_value>კვალები; განახლება</bookmark_value><bookmark_value>განახლება;კვალები</bookmark_value>"
+#. Ybu4
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148671\n"
+"230\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_NOMINAL\">Calculates the annual nominal rate of interest on the basis of the effective rate and the number of interest payments per annum.</ahelp>"
+msgstr ""
-#: 06030900.xhp#hd_id3152349.1.help.text
-msgid "<link href=\"text/scalc/01/06030900.xhp\" name=\"Refresh Traces\">Refresh Traces</link>"
-msgstr "<link href=\"text/scalc/01/06030900.xhp\" name=\"Refresh Traces\">კვალის განახლება</link>"
+#. _oj=
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3155611\n"
+"231\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 06030900.xhp#par_id3148947.2.help.text
-msgid "<ahelp hid=\".uno:RefreshArrows\">Redraws all traces in the sheet. Formulas modified when traces are redrawn are taken into account.</ahelp>"
+#. P;85
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156157\n"
+"232\n"
+"help.text"
+msgid "NOMINAL_ADD(EffectiveRate; NPerY)"
msgstr ""
-#: 06030900.xhp#par_id3148798.3.help.text
-msgid "Detective arrows in the document are updated under the following circumstances:"
+#. S\E_
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153777\n"
+"233\n"
+"help.text"
+msgid "<emph>EffectiveRate</emph> is the effective annual rate of interest."
msgstr ""
-#: 06030900.xhp#par_id3153192.4.help.text
-msgid "Starting <emph>Tools - Detective - Update Refresh Traces</emph>"
-msgstr "დაწყება<emph>ხელსაწყოები - აღმომჩენი კვალების განახლება</emph>"
+#. $7;B
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150409\n"
+"234\n"
+"help.text"
+msgid "<emph>NPerY</emph> the number of interest payments per year."
+msgstr ""
-#: 06030900.xhp#par_id3151041.5.help.text
-msgid "If <emph>Tools - Detective - Update Automatically</emph> is turned on, every time formulas are changed in the document."
+#. _G+L
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3146789\n"
+"235\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. YLdj
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145777\n"
+"236\n"
+"help.text"
+msgid "What is the nominal rate of interest for a 5.3543% effective rate of interest and quarterly payment."
msgstr ""
-#: func_datedif.xhp#tit.help.text
-msgid "DATEDIF"
+#. vl)9
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156146\n"
+"237\n"
+"help.text"
+msgid "<item type=\"input\">=NOMINAL_ADD(5.3543%;4)</item> returns 0.0525 or 5.25%."
msgstr ""
-#: func_datedif.xhp#bm_id3155511.help.text
-#, fuzzy
-msgid "<bookmark_value>DATEDIF function</bookmark_value>"
-msgstr "<bookmark_value>DATE ფუნქცია</bookmark_value>"
+#. {)T]
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3159087\n"
+"help.text"
+msgid "<bookmark_value>DOLLARFR function</bookmark_value><bookmark_value>converting;decimal fractions, into mixed decimal fractions</bookmark_value>"
+msgstr "<bookmark_value>DEC2HEX ფუნქცია</bookmark_value><bookmark_value>გარდაქმნა;ათობითი რიცხვები; თექვსმეტობით რიცხვებად</bookmark_value>"
-#: func_datedif.xhp#hd_id3155511.help.text
-msgid "<variable id=\"datedif\"><link href=\"text/scalc/01/func_datedif.xhp\">DATEDIF</link></variable>"
-msgstr ""
+#. Z9c*
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3159087\n"
+"208\n"
+"help.text"
+msgid "DOLLARFR"
+msgstr "DOLLARFR"
-#: func_datedif.xhp#par_id3153551.help.text
-msgid "<ahelp hid=\"HID_FUNC_DATUM\">This function returns the number of whole days, months or years between Start date and End date.</ahelp>"
+#. !+34
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150593\n"
+"209\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_DOLLARFR\">Converts a quotation that has been given as a decimal number into a mixed decimal fraction.</ahelp>"
msgstr ""
-#: func_datedif.xhp#hd_id3148590.help.text
-msgctxt "func_datedif.xhp#hd_id3148590.help.text"
+#. a1l_
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3151106\n"
+"210\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: func_datedif.xhp#par_id3150474.help.text
-msgid "DATEDIF(Start date; End date; Interval)"
+#. u.61
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3152959\n"
+"211\n"
+"help.text"
+msgid "DOLLARFR(DecimalDollar; Fraction)"
msgstr ""
-#: func_datedif.xhp#par_id3152815.help.text
-msgid "<emph>Start date</emph> is the date from when the calculation is carried out."
+#. %U\q
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149558\n"
+"212\n"
+"help.text"
+msgid "<emph>DecimalDollar</emph> is a decimal number."
msgstr ""
-#: func_datedif.xhp#par_id3155817.help.text
-msgid "<emph>End date</emph> is the date until the calculation is carried out. End date must be later, than Start date."
+#. S(6=
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153672\n"
+"213\n"
+"help.text"
+msgid "<emph>Fraction</emph> is a whole number that is used as the denominator of the decimal fraction."
msgstr ""
-#: func_datedif.xhp#par_id3153183.help.text
-msgid "<emph>Interval</emph> is a string, accepted values are \"d\", \"m\", \"y\", \"ym\", \"md\" or \"yd\"."
+#. %Z9:
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3156274\n"
+"214\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. [6LU
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153795\n"
+"215\n"
+"help.text"
+msgid "<item type=\"input\">=DOLLARFR(1.125;16)</item> converts into sixteenths. The result is 1.02 for 1 plus 2/16."
msgstr ""
-#: func_datedif.xhp#par_id5735953.help.text
-msgid "Value for \"Interval\""
+#. :(k!
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150995\n"
+"216\n"
+"help.text"
+msgid "<item type=\"input\">=DOLLARFR(1.125;8)</item> converts into eighths. The result is 1.1 for 1 plus 1/8."
msgstr ""
-#: func_datedif.xhp#par_id8360850.help.text
-msgctxt "func_datedif.xhp#par_id8360850.help.text"
-msgid "Return value"
-msgstr "დაბრუნების მნიშვნელობა"
+#. XU].
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3154671\n"
+"help.text"
+msgid "<bookmark_value>fractions; converting</bookmark_value><bookmark_value>converting;decimal fractions, into decimal numbers</bookmark_value><bookmark_value>DOLLARDE function</bookmark_value>"
+msgstr ""
-#: func_datedif.xhp#par_id9648731.help.text
-msgid "\"d\""
+#. 29dD
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3154671\n"
+"199\n"
+"help.text"
+msgid "DOLLARDE"
+msgstr "DOLLARDE"
+
+#. XMlk
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154418\n"
+"200\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_DOLLARDE\">Converts a quotation that has been given as a decimal fraction into a decimal number.</ahelp>"
msgstr ""
-#: func_datedif.xhp#par_id908841.help.text
-msgid "Number of whole days between Start date and End date."
+#. CE7q
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3146124\n"
+"201\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. `fAj
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150348\n"
+"202\n"
+"help.text"
+msgid "DOLLARDE(FractionalDollar; Fraction)"
msgstr ""
-#: func_datedif.xhp#par_id8193914.help.text
-msgid "\"m\""
+#. ^l]!
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154111\n"
+"203\n"
+"help.text"
+msgid "<emph>FractionalDollar</emph> is a number given as a decimal fraction."
msgstr ""
-#: func_datedif.xhp#par_id9841608.help.text
-msgid "Number of whole months between Start date and End date."
+#. 70$0
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153695\n"
+"204\n"
+"help.text"
+msgid "<emph>Fraction</emph> is a whole number that is used as the denominator of the decimal fraction."
msgstr ""
-#: func_datedif.xhp#par_id2701803.help.text
-msgid "\"y\""
+#. OgrG
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3153884\n"
+"205\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. \u=5
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150941\n"
+"206\n"
+"help.text"
+msgid "<item type=\"input\">=DOLLARDE(1.02;16)</item> stands for 1 and 2/16. This returns 1.125."
msgstr ""
-#: func_datedif.xhp#par_id2136295.help.text
-msgid "Number of whole years between Start date and End date."
+#. dD]O
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150830\n"
+"207\n"
+"help.text"
+msgid "<item type=\"input\">=DOLLARDE(1.1;8)</item> stands for 1 and 1/8. This returns 1.125."
msgstr ""
-#: func_datedif.xhp#par_id9200109.help.text
-msgid "\"ym\""
+#. +Ln8
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3148974\n"
+"help.text"
+msgid "<bookmark_value>calculating;modified internal rates of return</bookmark_value><bookmark_value>modified internal rates of return</bookmark_value><bookmark_value>MIRR function</bookmark_value><bookmark_value>internal rates of return;modified</bookmark_value>"
msgstr ""
-#: func_datedif.xhp#par_id4186223.help.text
-msgid "Number of whole months when subtracting years from the difference of Start date and End date."
+#. -6rg
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3148974\n"
+"321\n"
+"help.text"
+msgid "MIRR"
+msgstr "MIRR"
+
+#. ECkU
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155497\n"
+"322\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_QIKV\">Calculates the modified internal rate of return of a series of investments.</ahelp>"
msgstr ""
-#: func_datedif.xhp#par_id5766472.help.text
-msgid "\"md\""
+#. vIf|
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3154354\n"
+"323\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. 7Lq+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148399\n"
+"324\n"
+"help.text"
+msgid "MIRR(Values; Investment; ReinvestRate)"
msgstr ""
-#: func_datedif.xhp#par_id1491134.help.text
-msgid "Number of whole days when subtracting years and months from the difference of Start date and End date."
+#. #;$^
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155896\n"
+"325\n"
+"help.text"
+msgid "<emph>Values</emph> corresponds to the array or the cell reference for cells whose content corresponds to the payments."
msgstr ""
-#: func_datedif.xhp#par_id5866472.help.text
-msgid "\"yd\""
+#. Ku7@
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149998\n"
+"326\n"
+"help.text"
+msgid "<emph>Investment</emph> is the rate of interest of the investments (the negative values of the array)"
msgstr ""
-#: func_datedif.xhp#par_id1591134.help.text
-msgid "Number of whole days when subtracting years from the difference of Start date and End date."
+#. %!;y
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3159408\n"
+"327\n"
+"help.text"
+msgid "<emph>ReinvestRate</emph>:the rate of interest of the reinvestment (the positive values of the array)"
msgstr ""
-#: func_datedif.xhp#hd_id3147477.help.text
-msgctxt "func_datedif.xhp#hd_id3147477.help.text"
+#. Z*xT
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3154714\n"
+"328\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: func_datedif.xhp#par_id3152589.help.text
-msgid "Birthday calculation. A man was born on 1974-04-17. Today is 2012-06-13."
+#. \bN~
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147352\n"
+"329\n"
+"help.text"
+msgid "Assuming a cell content of A1 = <item type=\"input\">-5</item>, A2 = <item type=\"input\">10</item>, A3 = <item type=\"input\">15</item>, and A4 = <item type=\"input\">8</item>, and an investment value of 0.5 and a reinvestment value of 0.1, the result is 94.16%."
msgstr ""
-#: func_datedif.xhp#par_id3252589.help.text
-msgid "<item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"y\")</item> yields 38. <item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"ym\")</item> yields 1. <item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"md\")</item> yields 27. So he is 38 years, 1 month and 27 days old."
+#. a%G;
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3149323\n"
+"help.text"
+msgid "<bookmark_value>YIELD function</bookmark_value><bookmark_value>rates of return;securities</bookmark_value><bookmark_value>yields, see also rates of return</bookmark_value>"
msgstr ""
-#: func_datedif.xhp#par_id3352589.help.text
-msgid "<item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"m\")</item> yields 457, he has been living for 457 months."
+#. hm8a
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149323\n"
+"129\n"
+"help.text"
+msgid "YIELD"
+msgstr "YIELD"
+
+#. p-gk
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150643\n"
+"130\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_YIELD\">Calculates the yield of a security.</ahelp>"
msgstr ""
-#: func_datedif.xhp#par_id3452589.help.text
-msgid "<item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"d\")</item> yields 13937, he has been living for 13937 days."
+#. C8B^
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149344\n"
+"131\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. q^\R
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149744\n"
+"132\n"
+"help.text"
+msgid "YIELD(Settlement; Maturity; Rate; Price; Redemption; Frequency; Basis)"
+msgstr "ODDFYIELD პირველი სიხშირე სიხშირე ფუძე"
+
+#. ES5)
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154526\n"
+"133\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
msgstr ""
-#: func_datedif.xhp#par_id3752589.help.text
-msgid "<item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"yd\")</item> yields 57, his birthday was 57 days ago."
+#. ])nW
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153266\n"
+"134\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
+
+#. fa;t
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151284\n"
+"135\n"
+"help.text"
+msgid "<emph>Rate</emph> is the annual rate of interest."
msgstr ""
-#: 12120000.xhp#tit.help.text
-msgctxt "12120000.xhp#tit.help.text"
-msgid "Validity"
-msgstr "დამოწმება"
+#. [.Aq
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147314\n"
+"136\n"
+"help.text"
+msgid "<emph>Price</emph> is the price (purchase price) of the security per 100 currency units of par value."
+msgstr ""
-#: 12120000.xhp#hd_id3156347.1.help.text
-msgctxt "12120000.xhp#hd_id3156347.1.help.text"
-msgid "Validity"
-msgstr "დამოწმება"
+#. KCi+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145156\n"
+"137\n"
+"help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+msgstr ""
-#: 12120000.xhp#par_id3153252.2.help.text
-msgid "<variable id=\"gueltigkeit\"><ahelp hid=\".uno:Validation\">Defines what data is valid for a selected cell or cell range.</ahelp></variable>"
+#. V*Yz
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3159218\n"
+"138\n"
+"help.text"
+msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
msgstr ""
-#: 12120000.xhp#par_idN105D1.help.text
-msgid "You can also insert a list box from the Controls toolbar and link the list box to a cell. This way you can specify the valid values on the <link href=\"text/shared/02/01170102.xhp\">Data</link> page of the list box properties window."
+#. EK}P
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3147547\n"
+"139\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. @/2`
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151214\n"
+"140\n"
+"help.text"
+msgid "A security is purchased on 1999-02-15. It matures on 2007-11-15. The rate of interest is 5.75%. The price is 95.04287 currency units per 100 units of par value, the redemption value is 100 units. Interest is paid half-yearly (frequency = 2) and the basis is 0. How high is the yield?"
msgstr ""
-#: 12090400.xhp#tit.help.text
-msgctxt "12090400.xhp#tit.help.text"
-msgid "Grouping"
-msgstr "დაჯგუფება"
+#. @llT
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154194\n"
+"141\n"
+"help.text"
+msgid "=YIELD(\"1999-02-15\"; \"2007-11-15\"; 0.0575 ;95.04287; 100; 2; 0) returns 0.065 or 6.50 per cent."
+msgstr "=YIELD(\"2/15/1999\"; \"11/15/2007\"; 0.0575 ;95.04287; 100; 2; 0) აბრუნებს 0.065 ან 6.5 ცენტისთვის."
-#: 12090400.xhp#par_idN1054D.help.text
-msgctxt "12090400.xhp#par_idN1054D.help.text"
-msgid "Grouping"
-msgstr "დაჯგუფება"
+#. 5J%q
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3150100\n"
+"help.text"
+msgid "<bookmark_value>YIELDDISC function</bookmark_value><bookmark_value>rates of return;non-interest-bearing securities</bookmark_value>"
+msgstr "<bookmark_value>SUM ფუნქცია</bookmark_value><bookmark_value>დამატება;რიცხვები უჯრათა დიაპაზონში</bookmark_value>"
-#: 12090400.xhp#par_idN10551.help.text
-msgid "Grouping pivot tables displays the <emph>Grouping</emph> dialog for either values or dates."
+#. qnUK
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3150100\n"
+"142\n"
+"help.text"
+msgid "YIELDDISC"
+msgstr "YIELDDISC"
+
+#. ^OgK
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150486\n"
+"143\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_YIELDDISC\">Calculates the annual yield of a non-interest-bearing security.</ahelp>"
msgstr ""
-#: 12090400.xhp#par_idN10568.help.text
-msgctxt "12090400.xhp#par_idN10568.help.text"
-msgid "Start"
-msgstr "დასაწყისი"
+#. 6MPQ
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149171\n"
+"144\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12090400.xhp#par_idN1056C.help.text
-msgid "Specifies the start of the grouping."
-msgstr "საზღვრავს დაჯგუფების დასაწყისს."
+#. 0?Dx
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3159191\n"
+"145\n"
+"help.text"
+msgid "YIELDDISC(Settlement; Maturity; Price; Redemption; Basis)"
+msgstr "DISC(მოსახლე;ხნიერება;ფასი;გამოსასყისი;ფუძე)"
-#: 12090400.xhp#par_idN1056F.help.text
-msgctxt "12090400.xhp#par_idN1056F.help.text"
-msgid "Automatically"
-msgstr "ავტომატურად"
+#. q]qP
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150237\n"
+"146\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
-#: 12090400.xhp#par_idN10573.help.text
-msgid "Specifies whether to start grouping at the smallest value."
+#. VQEr
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3146924\n"
+"147\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
+
+#. {5KV
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151201\n"
+"148\n"
+"help.text"
+msgid "<emph>Price</emph> is the price (purchase price) of the security per 100 currency units of par value."
msgstr ""
-#: 12090400.xhp#par_idN10576.help.text
-msgctxt "12090400.xhp#par_idN10576.help.text"
-msgid "Manually at"
-msgstr "ხელით"
+#. 8n69
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156049\n"
+"149\n"
+"help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+msgstr ""
-#: 12090400.xhp#par_idN1057A.help.text
-msgid "Specifies whether to enter the start value for grouping yourself."
+#. z%_1
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3154139\n"
+"150\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. AQ3H
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3163815\n"
+"151\n"
+"help.text"
+msgid "A non-interest-bearing security is purchased on 1999-02-15. It matures on 1999-03-01. The price is 99.795 currency units per 100 units of par value, the redemption value is 100 units. The basis is 2. How high is the yield?"
msgstr ""
-#: 12090400.xhp#par_idN1057D.help.text
-msgctxt "12090400.xhp#par_idN1057D.help.text"
-msgid "End"
-msgstr "დასასრული"
+#. m`Vc
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155187\n"
+"152\n"
+"help.text"
+msgid "=YIELDDISC(\"1999-02-15\"; \"1999-03-01\"; 99.795; 100; 2) returns 0.052823 or 5.2823 per cent."
+msgstr "=YIELDDISC(\"2/15/1999\"; \"3/1/1999\"; 99.795; 100; 2) აბრუნებს 0.052823 ან 5.2823 ცენტისთვის."
-#: 12090400.xhp#par_idN10581.help.text
-msgid "Specifies the end of the grouping."
-msgstr "საზღვრავს დაჯგუფების დასასრულს."
+#. C4Y{
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3155140\n"
+"help.text"
+msgid "<bookmark_value>YIELDMAT function</bookmark_value><bookmark_value>rates of return;securities with interest paid on maturity</bookmark_value>"
+msgstr "<bookmark_value>SUM ფუნქცია</bookmark_value><bookmark_value>დამატება;რიცხვები უჯრათა დიაპაზონში</bookmark_value>"
-#: 12090400.xhp#par_idN10584.help.text
-msgctxt "12090400.xhp#par_idN10584.help.text"
-msgid "Automatically"
-msgstr "ავტომატურად"
+#. owcB
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3155140\n"
+"153\n"
+"help.text"
+msgid "YIELDMAT"
+msgstr "YIELDMAT"
-#: 12090400.xhp#par_idN10588.help.text
-msgid "Specifies whether to end grouping at the largest value."
+#. ;`@J
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151332\n"
+"154\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_YIELDMAT\">Calculates the annual yield of a security, the interest of which is paid on the date of maturity.</ahelp>"
msgstr ""
-#: 12090400.xhp#par_idN1058B.help.text
-msgctxt "12090400.xhp#par_idN1058B.help.text"
-msgid "Manually at"
-msgstr "ხელით"
+#. +Vs^
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3159100\n"
+"155\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12090400.xhp#par_idN1058F.help.text
-msgid "Specifies whether to enter the end value for grouping yourself."
+#. EO*Z
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3159113\n"
+"156\n"
+"help.text"
+msgid "YIELDMAT(Settlement; Maturity; Issue; Rate; Price; Basis)"
msgstr ""
-#: 12090400.xhp#par_idN10592.help.text
-msgctxt "12090400.xhp#par_idN10592.help.text"
-msgid "Group by"
-msgstr "დაკგუფება"
+#. {bF=
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149309\n"
+"157\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
-#: 12090400.xhp#par_idN10596.help.text
-msgid "Specifies the value range by which every group's limits are calculated."
-msgstr "საზღვრავს მნიშვნელობათა დიაპაზონს, რომლითაც ჯგუფის ყოველი შეზღუდვები გამოითვლება."
+#. ##F#
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151381\n"
+"158\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
-#: 12090400.xhp#par_idN10599.help.text
-msgid "Number of days"
-msgstr "დღეების რაოდენობა"
+#. EKn}
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153302\n"
+"159\n"
+"help.text"
+msgid "<emph>Issue</emph> is the date of issue of the security."
+msgstr ""
-#: 12090400.xhp#par_idN1059D.help.text
-msgid "In the case of grouping date values, specifies the number of days to group by."
+#. VBGv
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147140\n"
+"160\n"
+"help.text"
+msgid "<emph>Rate</emph> is the interest rate of the security on the issue date."
msgstr ""
-#: 12090400.xhp#par_idN105A0.help.text
-msgid "Intervals"
-msgstr "ინტერვალები"
+#. T7#u
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151067\n"
+"161\n"
+"help.text"
+msgid "<emph>Price</emph> is the price (purchase price) of the security per 100 currency units of par value."
+msgstr ""
-#: 12090400.xhp#par_idN105A4.help.text
-msgid "In the case of grouping date values, specifies the intervals to group by."
+#. ^rH`
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3155342\n"
+"162\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. _foX
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3163717\n"
+"163\n"
+"help.text"
+msgid "A security is purchased on 1999-03-15. It matures on 1999-11-03. The issue date was 1998-11-08. The rate of interest is 6.25%, the price is 100.0123 units. The basis is 0. How high is the yield?"
msgstr ""
-#: 12090400.xhp#par_idN105B2.help.text
-msgid "<embedvar href=\"text/scalc/guide/datapilot_grouping.xhp#datapilot_grouping\"/>"
-msgstr "<embedvar href=\"text/scalc/guide/datapilot_grouping.xhp#datapilot_grouping\"/>"
+#. s^-U
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155311\n"
+"164\n"
+"help.text"
+msgid "=YIELDMAT(\"1999-03-15\"; \"1999-11-03\"; \"1998-11-08\"; 0.0625; 100.0123; 0) returns 0.060954 or 6.0954 per cent."
+msgstr "=YIELDMAT(\"3/15/1999\"; \"11/3/1999\"; \"11/8/1998\"; 0.0625; 100.0123; 0) აბრუნებს 0.060954 ან 6.0954 ცენტისთვის."
-#: 12090101.xhp#tit.help.text
-msgctxt "12090101.xhp#tit.help.text"
-msgid "Select Data Source"
-msgstr "მონაცემთა წყაროს არჩევა"
+#. _=(4
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3149577\n"
+"help.text"
+msgid "<bookmark_value>calculating;annuities</bookmark_value><bookmark_value>annuities</bookmark_value><bookmark_value>PMT function</bookmark_value>"
+msgstr "<bookmark_value>ხაზების რეგრესია</bookmark_value><bookmark_value>ექსტრაპოლაცია</bookmark_value><bookmark_value>FORECAST ფუნქცია</bookmark_value>"
-#: 12090101.xhp#hd_id3143268.1.help.text
-msgctxt "12090101.xhp#hd_id3143268.1.help.text"
-msgid "Select Data Source"
-msgstr "მონაცემთა წყაროს არჩევა"
+#. q^1y
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149577\n"
+"330\n"
+"help.text"
+msgid "PMT"
+msgstr "PMT"
-#: 12090101.xhp#par_id3148552.2.help.text
-msgid "Select the database and the table or query containing the data that you want to use."
+#. a_$@
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148563\n"
+"331\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_RMZ\">Returns the periodic payment for an annuity with constant interest rates.</ahelp>"
msgstr ""
-#: 12090101.xhp#hd_id3154140.3.help.text
-msgctxt "12090101.xhp#hd_id3154140.3.help.text"
-msgid "Selection"
-msgstr "მონიშნული"
+#. 9[{n
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3145257\n"
+"332\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12090101.xhp#par_id3125863.4.help.text
-msgid "<ahelp hid=\".\">You can only select databases that are registered in %PRODUCTNAME.</ahelp> To register a data source, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Base - Databases</emph>."
+#. {J5]
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147278\n"
+"333\n"
+"help.text"
+msgid "PMT(Rate; NPer; PV; FV; Type)"
+msgstr "PV(სიხშირე; NPER; PMT; FV; ტიპი)"
+
+#. 1k)G
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147291\n"
+"334\n"
+"help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
msgstr ""
-#: 12090101.xhp#hd_id3151041.5.help.text
-msgid "Database"
-msgstr "მონაცემთა ბაზა"
+#. hEd`
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148641\n"
+"335\n"
+"help.text"
+msgid "<emph>NPer</emph> is the number of periods in which annuity is paid."
+msgstr ""
-#: 12090101.xhp#par_id3156424.6.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_DAPIDATA:LB_DATABASE\">Select the database that contains the data source that you want to use.</ahelp>"
+#. vOMK
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156360\n"
+"336\n"
+"help.text"
+msgid "<emph>PV</emph> is the present value (cash value) in a sequence of payments."
msgstr ""
-#: 12090101.xhp#hd_id3145364.7.help.text
-msgid "Data source"
-msgstr "მონაცემთა წყარო"
+#. }OI5
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154920\n"
+"337\n"
+"help.text"
+msgid "<emph>FV</emph> (optional) is the desired value (future value) to be reached at the end of the periodic payments."
+msgstr ""
-#: 12090101.xhp#par_id3149260.8.help.text
-msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_DAPIDATA:CB_OBJECT\">Select the data source that you want to use.</ahelp>"
+#. e3i9
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156434\n"
+"338\n"
+"help.text"
+msgid "<emph>Type</emph> (optional) is the due date for the periodic payments. Type=1 is payment at the beginning and Type=0 is payment at the end of each period."
msgstr ""
-#: 12090101.xhp#hd_id3147428.9.help.text
-msgctxt "12090101.xhp#hd_id3147428.9.help.text"
-msgid "Type"
-msgstr "ტიპი"
+#. {|[7
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_idN11645\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-#: 12090101.xhp#par_id3150010.10.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_DAPIDATA:LB_OBJTYPE\">Click the source type of for the selected data source.</ahelp> You can choose from four source types: \"Table\", \"Query\" and \"SQL\" or SQL (Native)."
+#. [\N~
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3152358\n"
+"339\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. *RXO
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154222\n"
+"340\n"
+"help.text"
+msgid "What are the periodic payments at a yearly interest rate of 1.99% if the payment time is 3 years and the cash value is 25,000 currency units. There are 36 months as 36 payment periods, and the interest rate per payment period is 1.99%/12."
msgstr ""
-#: 12090101.xhp#par_id3147348.11.help.text
-#, fuzzy
-msgctxt "12090101.xhp#par_id3147348.11.help.text"
-msgid "<link href=\"text/scalc/01/12090102.xhp\" name=\"Pivot table dialog\">Pivot table dialog</link>"
-msgstr "<link href=\"text/scalc/01/12090102.xhp\" name=\"DataPilot dialog\">ნაერთი ცხრილის დიალოგი</link>"
+#. pJs-
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155943\n"
+"341\n"
+"help.text"
+msgid "<item type=\"input\">=PMT(1.99%/12;36;25000)</item> = -715.96 currency units. The periodic monthly payment is therefore 715.96 currency units."
+msgstr ""
-#: 12010100.xhp#tit.help.text
-msgctxt "12010100.xhp#tit.help.text"
-msgid "Options"
-msgstr "პარამეტრები"
+#. ;,Dj
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3155799\n"
+"help.text"
+msgid "<bookmark_value>TBILLEQ function</bookmark_value><bookmark_value>treasury bills;annual return</bookmark_value><bookmark_value>annual return on treasury bills</bookmark_value>"
+msgstr "<bookmark_value>DISC ფუნქცია</bookmark_value><bookmark_value>ერთხელ დაშვება</bookmark_value><bookmark_value>ჩამოფასება</bookmark_value>"
-#: 12010100.xhp#hd_id3154760.1.help.text
-msgctxt "12010100.xhp#hd_id3154760.1.help.text"
-msgid "Options"
-msgstr "პარამეტრები"
+#. L(F]
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3155799\n"
+"58\n"
+"help.text"
+msgid "TBILLEQ"
+msgstr "TBILLEQ"
-#: 12010100.xhp#hd_id3153379.3.help.text
-msgctxt "12010100.xhp#hd_id3153379.3.help.text"
-msgid "Contains column labels"
-msgstr "შეიცავს სვეტის ეტიკეტებს"
+#. +n.{
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154403\n"
+"59\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_TBILLEQ\">Calculates the annual return on a treasury bill ().</ahelp> A treasury bill is purchased on the settlement date and sold at the full par value on the maturity date, that must fall within the same year. A discount is deducted from the purchase price."
+msgstr ""
-#: 12010100.xhp#par_id3148798.4.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_DBNAMES:BTN_HEADER\" visibility=\"visible\">Selected cell ranges contains labels.</ahelp>"
-msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_DBNAMES:BTN_HEADER\" visibility=\"visible\">ეტიკეტების შემცველი უჯრების დიაპაზონის მონიშვნა.</ahelp>"
+#. Z~2|
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3155080\n"
+"60\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12010100.xhp#hd_id3153970.5.help.text
-msgid "Insert or delete cells"
-msgstr "უჯრების ჩამატება ან წაშლა"
+#. 1.Z:
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150224\n"
+"61\n"
+"help.text"
+msgid "TBILLEQ(Settlement; Maturity; Discount)"
+msgstr ""
-#: 12010100.xhp#par_id3154684.6.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_DBNAMES:BTN_SIZE\" visibility=\"visible\">Automatically inserts new rows and columns into the database range in your document when new records are added to the database.</ahelp> To manually update the database range, choose <emph>Data - Refresh</emph> <emph>Range</emph>."
+#. c$-j
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156190\n"
+"62\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
msgstr ""
-#: 12010100.xhp#hd_id3153768.7.help.text
-msgid "Keep formatting"
-msgstr "ფორმატირების დატოვება"
+#. p%ZW
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153827\n"
+"63\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
-#: 12010100.xhp#par_id3147435.8.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_DBNAMES:BTN_FORMAT\" visibility=\"visible\">Applies the existing cell format of headers and first data row to the whole database range.</ahelp>"
+#. #V?{
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150310\n"
+"64\n"
+"help.text"
+msgid "<emph>Discount</emph> is the percentage discount on acquisition of the security."
msgstr ""
-#: 12010100.xhp#hd_id3155856.9.help.text
-msgid "Don't save imported data"
-msgstr "იმპორტირებული მონაცემების არ შენახვა"
+#. fIt-
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3150324\n"
+"65\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12010100.xhp#par_id3153363.10.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_DBNAMES:BTN_STRIPDATA\" visibility=\"visible\">Only saves a reference to the database, and not the contents of the cells.</ahelp>"
+#. 4+q.
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153173\n"
+"66\n"
+"help.text"
+msgid "Settlement date: March 31 1999, maturity date: June 1 1999, discount: 9.14 per cent."
msgstr ""
-#: 12010100.xhp#hd_id3147428.11.help.text
-msgid "Source:"
-msgstr "წყარო:"
+#. qi^p
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153520\n"
+"67\n"
+"help.text"
+msgid "The return on the treasury bill corresponding to a security is worked out as follows:"
+msgstr ""
-#: 12010100.xhp#par_id3148576.12.help.text
-msgid "Displays information about the current database source and any existing operators."
+#. $[*`
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154382\n"
+"68\n"
+"help.text"
+msgid "=TBILLEQ(\"1999-03-31\";\"1999-06-01\"; 0.0914) returns 0.094151 or 9.4151 per cent."
msgstr ""
-#: 12010100.xhp#hd_id3146976.13.help.text
-msgctxt "12010100.xhp#hd_id3146976.13.help.text"
-msgid "More <<"
-msgstr "დამატებით <<"
+#. E5gH
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3151032\n"
+"help.text"
+msgid "<bookmark_value>TBILLPRICE function</bookmark_value><bookmark_value>treasury bills;prices</bookmark_value><bookmark_value>prices;treasury bills</bookmark_value>"
+msgstr "<bookmark_value>DISC ფუნქცია</bookmark_value><bookmark_value>ერთხელ დაშვება</bookmark_value><bookmark_value>ჩამოფასება</bookmark_value>"
-#: 12010100.xhp#par_id3149664.14.help.text
-msgctxt "12010100.xhp#par_id3149664.14.help.text"
-msgid "Hides the additional options."
-msgstr "მალავს დამატებით პარამეტრებს."
+#. VD1j
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3151032\n"
+"69\n"
+"help.text"
+msgid "TBILLPRICE"
+msgstr "TBILLPRICE"
-#: 12010000.xhp#tit.help.text
-msgctxt "12010000.xhp#tit.help.text"
-msgid "Define Database Range"
-msgstr "მონაცემთა ბაზის დიაპაზონის განსაზღვრა"
+#. 3XK=
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3157887\n"
+"70\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_TBILLPRICE\">Calculates the price of a treasury bill per 100 currency units.</ahelp>"
+msgstr ""
-#: 12010000.xhp#hd_id3157909.1.help.text
-msgctxt "12010000.xhp#hd_id3157909.1.help.text"
-msgid "Define Database Range"
-msgstr "მონაცემთა ბაზის დიაპაზონი"
+#. iblW
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3156374\n"
+"71\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12010000.xhp#par_id3155922.2.help.text
-msgid "<variable id=\"bereichtext\"><ahelp hid=\".uno:DefineDBName\">Defines a database range based on the selected cells in your sheet.</ahelp></variable>"
+#. M:[{
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150284\n"
+"72\n"
+"help.text"
+msgid "TBILLPRICE(Settlement; Maturity; Discount)"
msgstr ""
-#: 12010000.xhp#par_id3149456.5.help.text
-msgid "You can only select a rectangular cell range."
-msgstr "მხოლოდ უჯრათა მართკუთხა დიაპაზონის მონიშვნაა შესაძლებელი."
+#. lh1f
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154059\n"
+"73\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
-#: 12010000.xhp#hd_id3156422.3.help.text
-msgctxt "12010000.xhp#hd_id3156422.3.help.text"
-msgid "Name"
-msgstr "სახელი"
+#. IfCI
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154073\n"
+"74\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
-#: 12010000.xhp#par_id3150770.4.help.text
-msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_DBNAMES:ED_NAME\">Enter a name for the database range that you want to define, or select an existing name from the list.</ahelp>"
+#. f,rt
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145765\n"
+"75\n"
+"help.text"
+msgid "<emph>Discount</emph> is the percentage discount upon acquisition of the security."
msgstr ""
-#: 12010000.xhp#hd_id3147228.6.help.text
-msgctxt "12010000.xhp#hd_id3147228.6.help.text"
-msgid "Range"
-msgstr "დიაპაზონი"
+#. =s#K
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3153373\n"
+"76\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12010000.xhp#par_id3150441.7.help.text
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_DBNAMES:ED_DBAREA\">Displays the selected cell range.</ahelp>"
-msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_DBNAMES:ED_DBAREA\">ასახავს მონიშნულ უჯრათა დიაპაზონს.</ahelp>"
+#. yihX
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155542\n"
+"77\n"
+"help.text"
+msgid "Settlement date: March 31 1999, maturity date: June 1 1999, discount: 9 per cent."
+msgstr ""
-#: 12010000.xhp#hd_id3153188.10.help.text
-msgctxt "12010000.xhp#hd_id3153188.10.help.text"
-msgid "Add/Modify"
-msgstr "დამატება/შეცვლა"
+#. L.33
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154578\n"
+"78\n"
+"help.text"
+msgid "The price of the treasury bill is worked out as follows:"
+msgstr ""
-#: 12010000.xhp#par_id3153726.11.help.text
-msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_DBNAMES:BTN_ADD\">Adds the selected cell range to the database range list, or modifies an existing database range.</ahelp>"
+#. hxit
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154592\n"
+"79\n"
+"help.text"
+msgid "=TBILLPRICE(\"1999-03-31\";\"1999-06-01\"; 0.09) returns 98.45."
msgstr ""
-#: 12010000.xhp#hd_id3150010.12.help.text
-msgctxt "12010000.xhp#hd_id3150010.12.help.text"
-msgid "More >>"
-msgstr "დამატებით >>"
+#. gZCq
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3152912\n"
+"help.text"
+msgid "<bookmark_value>TBILLYIELD function</bookmark_value><bookmark_value>treasury bills;rates of return</bookmark_value><bookmark_value>rates of return of treasury bills</bookmark_value>"
+msgstr "<bookmark_value>DISC ფუნქცია</bookmark_value><bookmark_value>ერთხელ დაშვება</bookmark_value><bookmark_value>ჩამოფასება</bookmark_value>"
-#: 12010000.xhp#par_id3153144.13.help.text
-msgid "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_DBNAMES:BTN_MORE\">Shows additional <link href=\"text/scalc/01/12010100.xhp\" name=\"options\">options</link>.</ahelp>"
-msgstr "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_DBNAMES:BTN_MORE\">Shows additional <link href=\"text/scalc/01/12010100.xhp\" name=\"options\">პარამეტრები</link>.</ahelp>"
+#. a3)0
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3152912\n"
+"80\n"
+"help.text"
+msgid "TBILLYIELD"
+msgstr "TBILLYIELD"
-#: func_weekday.xhp#tit.help.text
-msgid "WEEKDAY "
-msgstr "WEEKDAY "
+#. 4W11
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145560\n"
+"81\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_TBILLYIELD\">Calculates the yield of a treasury bill.</ahelp>"
+msgstr ""
-#: func_weekday.xhp#bm_id3154925.help.text
-msgid "<bookmark_value>WEEKDAY function</bookmark_value>"
-msgstr "<bookmark_value>WEEKDAY ფუნქცია</bookmark_value>"
+#. #lJF
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3145578\n"
+"82\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: func_weekday.xhp#hd_id3154925.136.help.text
-msgid "<variable id=\"weekday\"><link href=\"text/scalc/01/func_weekday.xhp\">WEEKDAY</link></variable>"
-msgstr "<variable id=\"weekday\"><link href=\"text/scalc/01/func_weekday.xhp\">WEEKDAY</link></variable>"
+#. lG=k
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156077\n"
+"83\n"
+"help.text"
+msgid "TBILLYIELD(Settlement; Maturity; Price)"
+msgstr ""
-#: func_weekday.xhp#par_id3154228.137.help.text
-msgid "<ahelp hid=\"HID_FUNC_WOCHENTAG\">Returns the day of the week for the given date value.</ahelp> The day is returned as an integer between 1 (Sunday) and 7 (Saturday) if no type or type=1 is specified. If type=2, numbering begins at Monday=1; and if type=3 numbering begins at Monday=0."
+#. 8ZXC
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156091\n"
+"84\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
+
+#. K4n2
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3157856\n"
+"85\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
+
+#. |N#j
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149627\n"
+"86\n"
+"help.text"
+msgid "<emph>Price</emph> is the price (purchase price) of the treasury bill per 100 currency units of par value."
+msgstr ""
+
+#. 5Pt@
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149642\n"
+"87\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. 1RU)
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145178\n"
+"88\n"
+"help.text"
+msgid "Settlement date: March 31 1999, maturity date: June 1 1999, price: 98.45 currency units."
+msgstr ""
+
+#. 4;tj
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145193\n"
+"89\n"
+"help.text"
+msgid "The yield of the treasury bill is worked out as follows:"
+msgstr ""
+
+#. s@sS
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148528\n"
+"90\n"
+"help.text"
+msgid "=TBILLYIELD(\"1999-03-31\";\"1999-06-01\"; 98.45) returns 0.091417 or 9.1417 per cent."
+msgstr ""
+
+#. ,W6z
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148546\n"
+"345\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060103.xhp\" name=\"Back to Financial Functions Part One\">Back to Financial Functions Part One</link>"
+msgstr "<link href=\"text/scalc/01/04060119.xhp\" name=\"Forward to Financial Functions Part Two\">ფინანსური ფუნქციები ნაწილი ორი</link>"
+
+#. ga9W
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3146762\n"
+"346\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060118.xhp\" name=\"Forward to Financial Functions Part Three\">Forward to Financial Functions Part Three</link>"
+msgstr "<link href=\"text/scalc/01/04060118.xhp\" name=\"Forward to Financial Functions Part Three\">ფინანსური ფუნქციები ნაწილი სამი</link>"
+
+#. tn0D
+#: 02190000.xhp
+msgctxt ""
+"02190000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Delete Manual Breaks"
+msgstr "ხელით წყვეტების წაშლა"
+
+#. J`b5
+#: 02190000.xhp
+msgctxt ""
+"02190000.xhp\n"
+"hd_id3150541\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02190000.xhp\" name=\"Delete Manual Breaks\">Delete Manual Break</link>"
+msgstr "<link href=\"text/scalc/01/02190000.xhp\" name=\"ხელით წყვეტის წაშლაs\">ხელით წყვეტის წაშლა</link>"
+
+#. %csp
+#: 02190000.xhp
+msgctxt ""
+"02190000.xhp\n"
+"par_id3154365\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Choose the type of manual break that you want to delete.</ahelp>"
+msgstr "<ahelp hid=\".\">ამოირჩიეთ the type of manual break that you want to delete.</ahelp>"
+
+#. HJt.
+#: 05100200.xhp
+msgctxt ""
+"05100200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Split Cells"
msgstr ""
-#: func_weekday.xhp#hd_id3147217.138.help.text
-msgctxt "func_weekday.xhp#hd_id3147217.138.help.text"
+#. `XHH
+#: 05100200.xhp
+msgctxt ""
+"05100200.xhp\n"
+"hd_id3154654\n"
+"help.text"
+msgid "Split Cells"
+msgstr ""
+
+#. _j/H
+#: 05100200.xhp
+msgctxt ""
+"05100200.xhp\n"
+"par_id3083451\n"
+"help.text"
+msgid "<ahelp hid=\".\">Splits previously merged cells.</ahelp>"
+msgstr ""
+
+#. djn$
+#: 05100200.xhp
+msgctxt ""
+"05100200.xhp\n"
+"par_id3154023\n"
+"help.text"
+msgid "Choose <emph>Format - Merge Cells - Split Cells</emph>"
+msgstr ""
+
+#. Q%U;
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Columns"
+msgstr "სვეტები"
+
+#. ZK`a
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"bm_id3155628\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; inserting columns</bookmark_value><bookmark_value>inserting; columns</bookmark_value><bookmark_value>columns; inserting</bookmark_value>"
+msgstr "<bookmark_value>ელექტრონული ცხრილები; inserting columns</bookmark_value><bookmark_value>inserting; columns</bookmark_value><bookmark_value>columns; inserting</bookmark_value>"
+
+#. 4)XE
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"hd_id3155628\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04040000.xhp\" name=\"Columns\">Columns</link>"
+msgstr "<link href=\"text/scalc/01/04040000.xhp\" name=\"Columns\">სვეტიs</link>"
+
+#. PLmZ
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"par_id3150791\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertColumns\">Inserts a new column to the left of the active cell.</ahelp> The number of columns inserted corresponds to the number of columns selected. The existing columns are moved to the right."
+msgstr "<ahelp hid=\".uno:InsertColumns\" visibility=\"visible\">Inserts a new column to the left of the active cell.</ahelp> The number of columns inserted correspond to the number of columns selected. The existing columns are moved to the right."
+
+#. o9r1
+#: 12080000.xhp
+msgctxt ""
+"12080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Group and Outline"
+msgstr ""
+
+#. IMHe
+#: 12080000.xhp
+msgctxt ""
+"12080000.xhp\n"
+"bm_id3152350\n"
+"help.text"
+msgid "<bookmark_value>sheets; outlines</bookmark_value><bookmark_value>outlines; sheets</bookmark_value><bookmark_value>hiding; sheet details</bookmark_value><bookmark_value>showing; sheet details</bookmark_value><bookmark_value>grouping;cells</bookmark_value>"
+msgstr "<bookmark_value>ფურცლები;კონტურები</bookmark_value><bookmark_value>კონტურები; ფურცლები</bookmark_value><bookmark_value>ფურცლის დეტალები; დამალვა</bookmark_value><bookmark_value>ჩვენება; ფურცლის დეტალები</bookmark_value><bookmark_value>დაჯგუფება;უჯრები</bookmark_value>"
+
+#. ]RW_
+#: 12080000.xhp
+#, fuzzy
+msgctxt ""
+"12080000.xhp\n"
+"hd_id3152350\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12080000.xhp\" name=\"Group and Outline\">Group and Outline</link>"
+msgstr "<link href=\"text/scalc/01/12080500.xhp\" name=\"AutoOutline\">ავტომონახაზი</link>"
+
+#. /$*[
+#: 12080000.xhp
+msgctxt ""
+"12080000.xhp\n"
+"par_id3150793\n"
+"2\n"
+"help.text"
+msgid "You can create an outline of your data and group rows and columns together so that you can collapse and expand the groups with a single click."
+msgstr ""
+
+#. q;Xr
+#: 12080000.xhp
+msgctxt ""
+"12080000.xhp\n"
+"hd_id3147229\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12080300.xhp\" name=\"Group\">Group</link>"
+msgstr "<link href=\"text/scalc/01/12080300.xhp\" name=\"Group\">ჯგუფი</link>"
+
+#. x[af
+#: 12080000.xhp
+msgctxt ""
+"12080000.xhp\n"
+"hd_id3153188\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\">Ungroup</link>"
+msgstr "<link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\">განცალკევება</link>"
+
+#. Ns~#
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"tit\n"
+"help.text"
+msgid "YEAR"
+msgstr "YEAR"
+
+#. Kw;y
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"bm_id3153982\n"
+"help.text"
+msgid "<bookmark_value>YEAR function</bookmark_value>"
+msgstr "<bookmark_value>YEAR ფუნქცია</bookmark_value>"
+
+#. mPOW
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"hd_id3153982\n"
+"37\n"
+"help.text"
+msgid "<variable id=\"year\"><link href=\"text/scalc/01/func_year.xhp\">YEAR</link></variable>"
+msgstr "<variable id=\"year\"><link href=\"text/scalc/01/func_year.xhp\">YEAR</link></variable>"
+
+#. |p?.
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"par_id3147496\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_JAHR\">Returns the year as a number according to the internal calculation rules.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_JAHR\">აბრუნებს წლის ნომერს შიდა გამოთვლის მეთოდის თანახმად.</ahelp>"
+
+#. [^+c
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"hd_id3146090\n"
+"39\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: func_weekday.xhp#par_id3149033.139.help.text
-msgid "WEEKDAY(Number; Type)"
-msgstr "WEEKDAY(ნომერი; ტიპი)"
+#. D1Gf
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"par_id3154304\n"
+"40\n"
+"help.text"
+msgid "YEAR(Number)"
+msgstr "YEAR(რიცხვი)"
-#: func_weekday.xhp#par_id3149046.140.help.text
-msgid "<emph>Number</emph>, as a date value, is a decimal for which the weekday is to be returned."
-msgstr "<emph>რიცხვი</emph>, როგორც თარიღის მნიშვნელობა; არის ათწილადი, რომლითაც კვირის დღე ბრუნდება."
+#. zl+N
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"par_id3156013\n"
+"41\n"
+"help.text"
+msgid "<emph>Number</emph> shows the internal date value for which the year is to be returned."
+msgstr "<emph>რიცხვი</emph> ასახავს ინტერვალის თარიღის მნიშვნელობას, რომლისთვისაც უნდა დაბრუნდეს წელი."
-#: func_weekday.xhp#par_id3154394.141.help.text
-msgid "<emph>Type</emph> determines the type of calculation. For Type=1, the weekdays are counted starting from Sunday (this is the default even when the Type parameter is missing). For Type=2, the weekdays are counted starting from Monday=1. For Type=3, the weekdays are counted starting from Monday=0."
+#. =1a7
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"hd_id3152797\n"
+"42\n"
+"help.text"
+msgid "Examples"
+msgstr "მაგალითები"
+
+#. )e\H
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"par_id3145668\n"
+"43\n"
+"help.text"
+msgid "<item type=\"input\">=YEAR(1)</item> returns 1899"
msgstr ""
-#: func_weekday.xhp#par_id3156188.142.help.text
-msgid "These values apply only to the standard date format that you select under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Calculate</emph>."
+#. k-@^
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"par_id3151168\n"
+"44\n"
+"help.text"
+msgid "<item type=\"input\">=YEAR(2)</item> returns 1900"
+msgstr ""
+
+#. 4f*)
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"par_id3150115\n"
+"45\n"
+"help.text"
+msgid "<item type=\"input\">=YEAR(33333.33)</item> returns 1991"
+msgstr ""
+
+#. y#r8
+#: func_day.xhp
+msgctxt ""
+"func_day.xhp\n"
+"tit\n"
+"help.text"
+msgid "DAY"
+msgstr "DAY"
+
+#. 0D~j
+#: func_day.xhp
+msgctxt ""
+"func_day.xhp\n"
+"bm_id3147317\n"
+"help.text"
+msgid "<bookmark_value>DAY function</bookmark_value>"
+msgstr "<bookmark_value>DAY ფუნქცია</bookmark_value>"
+
+#. Q),p
+#: func_day.xhp
+msgctxt ""
+"func_day.xhp\n"
+"hd_id3147317\n"
+"106\n"
+"help.text"
+msgid "<variable id=\"day\"><link href=\"text/scalc/01/func_day.xhp\">DAY</link></variable>"
+msgstr "<variable id=\"day\"><link href=\"text/scalc/01/func_day.xhp\">DAY</link></variable>"
+
+#. K0om
+#: func_day.xhp
+msgctxt ""
+"func_day.xhp\n"
+"par_id3147584\n"
+"107\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TAG\">Returns the day of given date value.</ahelp> The day is returned as an integer between 1 and 31. You can also enter a negative date/time value."
msgstr ""
-#: func_weekday.xhp#hd_id3153836.143.help.text
-msgctxt "func_weekday.xhp#hd_id3153836.143.help.text"
+#. VG(I
+#: func_day.xhp
+msgctxt ""
+"func_day.xhp\n"
+"hd_id3150487\n"
+"108\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. wflG
+#: func_day.xhp
+msgctxt ""
+"func_day.xhp\n"
+"par_id3149430\n"
+"109\n"
+"help.text"
+msgid "DAY(Number)"
+msgstr "DAY(რიცხვი)"
+
+#. xoUR
+#: func_day.xhp
+msgctxt ""
+"func_day.xhp\n"
+"par_id3149443\n"
+"110\n"
+"help.text"
+msgid "<emph>Number</emph>, as a time value, is a decimal, for which the day is to be returned."
+msgstr "<emph>რიცხვი</emph>, რგორც დროის მნიშვნელობა; არის ათწილადი; რომლისთვისაც დაბრუნდება წამები."
+
+#. r(K}
+#: func_day.xhp
+#, fuzzy
+msgctxt ""
+"func_day.xhp\n"
+"hd_id3163809\n"
+"111\n"
+"help.text"
msgid "Examples"
msgstr "მაგალითები"
-#: func_weekday.xhp#par_id3150317.144.help.text
-msgid "=WEEKDAY(\"2000-06-14\") returns 4 (the Type parameter is missing, therefore the standard count is used. The standard count starts with Sunday as day number 1. June 14, 2000 was a Wednesday and therefore day number 4)."
+#. #C{c
+#: func_day.xhp
+msgctxt ""
+"func_day.xhp\n"
+"par_id3151200\n"
+"112\n"
+"help.text"
+msgid "DAY(1) returns 31 (since $[officename] starts counting at zero from December 30, 1899)"
+msgstr "DAY(1) აბრუნებს 31 (რადგან $[officename] იწყებს ათვლას 1899 წლის 30 დეკემბრიდან)"
+
+#. :\}9
+#: func_day.xhp
+msgctxt ""
+"func_day.xhp\n"
+"par_id3154130\n"
+"113\n"
+"help.text"
+msgid "DAY(NOW()) returns the current day."
+msgstr "DAY(NOW()) აბრუნებს მიმდნარე დღეს."
+
+#. FU+J
+#: func_day.xhp
+msgctxt ""
+"func_day.xhp\n"
+"par_id3159190\n"
+"114\n"
+"help.text"
+msgid "=DAY(C4) returns 5 if you enter 1901-08-05 in cell C4 (the date value might get formatted differently after you press Enter)."
msgstr ""
-#: func_weekday.xhp#par_id3153174.145.help.text
-msgid "=WEEKDAY(\"1996-07-24\";2) returns 3 (the Type parameter is 2, therefore Monday is day number 1. July 24, 1996 was a Wednesday and therefore day number 3)."
+#. ,aN0
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"tit\n"
+"help.text"
+msgid "Spreadsheet Functions"
+msgstr "ელცხრილის ფუნქციები"
+
+#. .@QN
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3148522\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; functions</bookmark_value> <bookmark_value>Function Wizard; spreadsheets</bookmark_value> <bookmark_value>functions; spreadsheets</bookmark_value>"
+msgstr "<bookmark_value>ელცხრილები; ფუნქცუები</bookmark_value><bookmark_value>ფუნქცუების ოსტატი, ელცხრილები</bookmark_value><bookmark_value>ფუნქცუები; ელცხრილები</bookmark_value>"
+
+#. ;j/[
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3148522\n"
+"1\n"
+"help.text"
+msgid "Spreadsheet Functions"
+msgstr "ელცხრილის ფუნქციები"
+
+#. KM;m
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3144508\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"tabelletext\">This section contains descriptions of the <emph>Spreadsheet</emph> functions together with an example.</variable>"
+msgstr "<variable id=\"tabelletext\">ეს სექცია შეიცავს <emph>ელცხრილის</emph> ფუნქციების აღწერას მაგალითებთან ერთად. </variable>"
+
+#. :0BP
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3146968\n"
+"help.text"
+msgid "<bookmark_value>ADDRESS function</bookmark_value>"
+msgstr "<bookmark_value>ADDRESS ფუნქცია</bookmark_value>"
+
+#. F,Ko
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3146968\n"
+"3\n"
+"help.text"
+msgid "ADDRESS"
+msgstr "ADDRESS"
+
+#. /q+|
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3155762\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ADRESSE\">Returns a cell address (reference) as text, according to the specified row and column numbers.</ahelp> You can determine whether the address is interpreted as an absolute address (for example, $A$1) or as a relative address (as A1) or in a mixed form (A$1 or $A1). You can also specify the name of the sheet."
msgstr ""
-#: func_weekday.xhp#par_id3153525.146.help.text
-msgid "=WEEKDAY(\"1996-07-24\";1) returns 4 (the Type parameter is 1, therefore Sunday is day number 1. July 24, 1996 was a Wednesday and therefore day number 4)."
+#. phvC
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id1027200802301348\n"
+"help.text"
+msgid "For interoperability the ADDRESS and INDIRECT functions support an optional parameter to specify whether the R1C1 address notation instead of the usual A1 notation should be used."
msgstr ""
-#: func_weekday.xhp#par_id3150575.147.help.text
-msgid "=WEEKDAY(NOW()) returns the number of the current day."
-msgstr "WEEKDAY(NOW()) აბრუნებს მიმდინარე დღის რიცხვს."
+#. c*X#
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id1027200802301445\n"
+"help.text"
+msgid "In ADDRESS, the parameter is inserted as the fourth parameter, shifting the optional sheet name parameter to the fifth position."
+msgstr ""
-#: func_weekday.xhp#par_id3150588.171.help.text
-msgid "To obtain a function indicating whether a day in A1 is a business day, use the IF and WEEKDAY functions as follows: <br/>IF(WEEKDAY(A1;2)<6;\"Business day\";\"Weekend\")"
+#. ]a%~
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id102720080230153\n"
+"help.text"
+msgid "In INDIRECT, the parameter is appended as the second parameter."
msgstr ""
-#: 12050000.xhp#tit.help.text
-msgctxt "12050000.xhp#tit.help.text"
-msgid "Subtotals"
-msgstr "ქვეჯამები"
+#. v}r?
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id102720080230151\n"
+"help.text"
+msgid "In both functions, if the argument is inserted with the value 0, then the R1C1 notation is used. If the argument is not given or has a value other than 0, then the A1 notation is used."
+msgstr ""
-#: 12050000.xhp#hd_id3153822.1.help.text
-msgctxt "12050000.xhp#hd_id3153822.1.help.text"
-msgid "Subtotals"
-msgstr "ქვეჯამები"
+#. \zzO
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id1027200802301556\n"
+"help.text"
+msgid "In case of R1C1 notation, ADDRESS returns address strings using the exclamation mark '!' as the sheet name separator, and INDIRECT expects the exclamation mark as sheet name separator. Both functions still use the dot '.' sheet name separator with A1 notation."
+msgstr ""
-#: 12050000.xhp#par_id3145119.2.help.text
-msgid "<variable id=\"teilergebnisse\"><ahelp hid=\".uno:DataSubTotals\" visibility=\"visible\">Calculates subtotals for the columns that you select.</ahelp></variable> $[officename] uses the SUM function to automatically calculate the subtotal and grand total values in a labeled range. You can also use other functions to perform the calculation. $[officename] automatically recognizes a defined database area when you place the cursor in it."
+#. \m/f
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id1027200802301521\n"
+"help.text"
+msgid "When opening documents from ODF 1.0/1.1 format, the ADDRESS functions that show a sheet name as the fourth paramater will shift that sheet name to become the fifth parameter. A new fourth parameter with the value 1 will be inserted."
msgstr ""
-#: 12050000.xhp#par_id3153896.3.help.text
-msgid "For example, you can generate a sales summary for a certain postal code based on data from a client database."
+#. +hpm
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id1027200802301650\n"
+"help.text"
+msgid "When storing a document in ODF 1.0/1.1 format, if ADDRESS functions have a fourth parameter, that parameter will be removed."
msgstr ""
-#: 12050000.xhp#hd_id3163708.4.help.text
-msgctxt "12050000.xhp#hd_id3163708.4.help.text"
-msgid "Delete"
-msgstr "წაშლა"
+#. O?k@
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id102720080230162\n"
+"help.text"
+msgid "Do not save a spreadsheet in the old ODF 1.0/1.1 format if the ADDRESS function's new fourth parameter was used with a value of 0."
+msgstr ""
-#: 12050000.xhp#par_id3154125.5.help.text
-msgid "Deletes the subtotal rows in the selected area."
-msgstr "მონიშნულ არეში შლის ქვეჯამების რიგებს."
+#. O%UV
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id1027200802301756\n"
+"help.text"
+msgid "The INDIRECT function is saved without conversion to ODF 1.0/1.1 format. If the second parameter was present, an older version of Calc will return an error for that function."
+msgstr ""
-#: 04010200.xhp#tit.help.text
-msgctxt "04010200.xhp#tit.help.text"
-msgid "Column Break"
-msgstr "სვეტის გაწყვეტა"
+#. dXsG
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3151196\n"
+"5\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04010200.xhp#bm_id3155923.help.text
-msgid "<bookmark_value>spreadsheets; inserting column breaks</bookmark_value><bookmark_value>column breaks; inserting</bookmark_value><bookmark_value>inserting; manual column breaks</bookmark_value><bookmark_value>manual column breaks</bookmark_value>"
-msgstr "<bookmark_value>ელექტრონული ცხრილები; inserting column წყვეტები</bookmark_value><bookmark_value>column წყვეტები; inserting</bookmark_value><bookmark_value>inserting; manual column წყვეტები</bookmark_value><bookmark_value>manual column წყვეტები</bookmark_value>"
+#. :poK
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154707\n"
+"6\n"
+"help.text"
+msgid "ADDRESS(Row; Column; Abs; A1; \"Sheet\")"
+msgstr ""
-#: 04010200.xhp#hd_id3155923.1.help.text
-msgid "<link href=\"text/scalc/01/04010200.xhp\" name=\"Column Break\">Column Break</link>"
-msgstr "<link href=\"text/scalc/01/04010200.xhp\" name=\"Column Break\">სვეტი Break</link>"
+#. 8::@
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3147505\n"
+"7\n"
+"help.text"
+msgid "<emph>Row</emph> represents the row number for the cell reference"
+msgstr "<emph>რიგი</emph> უჯრის მითითებაში ასახავს რიგის ნომერს"
-#: 04010200.xhp#par_id3150447.2.help.text
-msgid "<ahelp hid=\".uno:InsertColumnBreak\">Inserts a column break (vertical page break) to the left of the active cell.</ahelp>"
-msgstr "<ahelp hid=\".uno:InsertColumnBreak\">Inserts a column break (vertical page break) to the left of the active cell.</ahelp>"
+#. T$45
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3145323\n"
+"8\n"
+"help.text"
+msgid "<emph>Column</emph> represents the column number for the cell reference (the number, not the letter)"
+msgstr "<emph>სვეტი</emph> უჯრის მითითებაში ასახავს სვეტის ნომერს (ნომერს და არა ასოს)"
-#: 04010200.xhp#par_id3145171.3.help.text
-msgid "The manual column break is indicated by a dark blue vertical line."
-msgstr "The manual column break is indicated by a dark blue vertical line."
+#. t[00
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153074\n"
+"9\n"
+"help.text"
+msgid "<emph>Abs</emph> determines the type of reference:"
+msgstr "<emph>abs</emph> განსაზღვრავს მითითების ტიპს:"
-#: 05080100.xhp#tit.help.text
-msgid "Define"
-msgstr "განსაზღვრა"
+#. Ithp
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153298\n"
+"10\n"
+"help.text"
+msgid "1: absolute ($A$1)"
+msgstr "1: აბსოლუტური ($A$1)"
-#: 05080100.xhp#hd_id3145673.1.help.text
-msgid "<link href=\"text/scalc/01/05080100.xhp\" name=\"Define\">Define</link>"
-msgstr "<link href=\"text/scalc/01/05080100.xhp\" name=\"Define\">განსაზღვრა</link>"
+#. ZRcV
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150431\n"
+"11\n"
+"help.text"
+msgid "2: row reference type is absolute; column reference is relative (A$1)"
+msgstr "2: რიგიდ მითითება აბსოლუტურია, სვეტის კი შედარებითი (A$1)"
-#: 05080100.xhp#par_id3153896.2.help.text
-msgid "<ahelp hid=\".uno:DefinePrintArea\">Defines an active cell or selected cell area as the print range.</ahelp>"
-msgstr "<ahelp hid=\".uno:DefinePrintArea\">საზღვრავს აქტიურ უჯრათა არეს ან მონიშნულ უჯრებს როგორც საბეჭდ არეს.</ahelp>"
+#. wi[L
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3146096\n"
+"12\n"
+"help.text"
+msgid "3: row (relative); column (absolute) ($A1)"
+msgstr "3: რიგი (შედარებითი); სვეტი (აბსოლუტური) ($A1)"
-#: func_today.xhp#tit.help.text
-msgid "TODAY"
-msgstr "TODAY"
+#. 5)#q
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153334\n"
+"13\n"
+"help.text"
+msgid "4: relative (A1)"
+msgstr "4: დაკავშირებული (A1)"
-#: func_today.xhp#bm_id3145659.help.text
-msgid "<bookmark_value>TODAY function</bookmark_value>"
-msgstr "<bookmark_value>TODAY ფუნქცია</bookmark_value>"
+#. ;gsk
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id1027200802465915\n"
+"help.text"
+msgid "<emph>A1</emph> (optional) - if set to 0, the R1C1 notation is used. If this parameter is absent or set to another value than 0, the A1 notation is used."
+msgstr ""
+
+#. d`_j
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153962\n"
+"14\n"
+"help.text"
+msgid "<emph>Sheet</emph> represents the name of the sheet. It must be placed in double quotes."
+msgstr "<emph>ფურცელი</emph> ასახავს ფურცლის სახელს. იგი ორმაგ ბრჭყალებში უნდა იყოს."
-#: func_today.xhp#hd_id3145659.29.help.text
-msgid "<variable id=\"today\"><link href=\"text/scalc/01/func_today.xhp\">TODAY</link></variable>"
-msgstr "<variable id=\"today\"><link href=\"text/scalc/01/func_today.xhp\">TODAY</link></variable>"
+#. B!PU
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3147299\n"
+"15\n"
+"help.text"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: func_today.xhp#par_id3153759.30.help.text
-msgid "<ahelp hid=\"HID_FUNC_HEUTE\">Returns the current computer system date.</ahelp> The value is updated when you reopen the document or modify the values of the document."
+#. -Hb6
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3148744\n"
+"16\n"
+"help.text"
+msgid "<item type=\"input\">=ADDRESS(1;1;2;;\"Sheet2\")</item> returns the following: Sheet2.A$1"
+msgstr ""
+
+#. EIJd
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3159260\n"
+"17\n"
+"help.text"
+msgid "If the cell A1 in sheet 2 contains the value <item type=\"input\">-6</item>, you can refer indirectly to the referenced cell using a function in B2 by entering <item type=\"input\">=ABS(INDIRECT(B2))</item>. The result is the absolute value of the cell reference specified in B2, which in this case is 6."
+msgstr "A1 დუ ფურცელი შეიცავს -სკენ a დუ -ით აბგ INDIRECT ტოლია აბსოლუტური - დუ დუ ტოლია."
+
+#. _u!7
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3150372\n"
+"help.text"
+msgid "<bookmark_value>AREAS function</bookmark_value>"
+msgstr "<bookmark_value>AREAS ფუნქცია</bookmark_value>"
+
+#. bH,3
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3150372\n"
+"19\n"
+"help.text"
+msgid "AREAS"
+msgstr "AREAS"
+
+#. H.yh
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150036\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BEREICHE\">Returns the number of individual ranges that belong to a multiple range.</ahelp> A range can consist of contiguous cells or a single cell."
+msgstr ""
+
+#. #W`U
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id061020090307073\n"
+"help.text"
+msgid "The function expects a single argument. If you state multiple ranges, you must enclose them into additional parentheses. Multiple ranges can be entered using the semicolon (;) as divider, but this gets automatically converted to the tilde (~) operator. The tilde is used to join ranges."
msgstr ""
-#: func_today.xhp#hd_id3154051.31.help.text
-msgctxt "func_today.xhp#hd_id3154051.31.help.text"
+#. t3J+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3145222\n"
+"21\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: func_today.xhp#par_id3153154.32.help.text
-msgid "TODAY()"
-msgstr "TODAY()"
+#. WNDE
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3155907\n"
+"22\n"
+"help.text"
+msgid "AREAS(Reference)"
+msgstr "AREAS(მითითება)"
+
+#. VQ`:
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153118\n"
+"23\n"
+"help.text"
+msgid "Reference represents the reference to a cell or cell range."
+msgstr "მითითება ასახავს უჯრის ან უჯრათა დიაპაზონის მითითებას."
+
+#. :1dY
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3148891\n"
+"24\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: func_today.xhp#par_id3154741.33.help.text
-msgid " TODAY is a function without arguments."
+#. ojM#
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149946\n"
+"25\n"
+"help.text"
+msgid "<item type=\"input\">=AREAS((A1:B3;F2;G1))</item> returns 3, as it is a reference to three cells and/or areas. After entry this gets converted to =AREAS((A1:B3~F2~G1))."
+msgstr ""
+
+#. wbLO
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3146820\n"
+"26\n"
+"help.text"
+msgid "<item type=\"input\">=AREAS(All)</item> returns 1 if you have defined an area named All under <emph>Data - Define Range</emph>."
+msgstr "=AREAS(All) აბრუნებს 1 თუ განსაზღვრული გაქვთ არე სახელად All <emph>მონაცემი - დიაპაზონის განსაზღვრაში</emph>."
+
+#. 4)S^
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3148727\n"
+"help.text"
+msgid "<bookmark_value>DDE function</bookmark_value>"
+msgstr "<bookmark_value>DDE ფუნქცია</bookmark_value>"
+
+#. gTum
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3148727\n"
+"28\n"
+"help.text"
+msgid "DDE"
+msgstr "DDE"
+
+#. trJv
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149434\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DDE\">Returns the result of a DDE-based link.</ahelp> If the contents of the linked range or section changes, the returned value will also change. You must reload the spreadsheet or choose <emph>Edit - Links</emph> to see the updated links. Cross-platform links, for example from a <item type=\"productname\">%PRODUCTNAME</item> installation running on a Windows machine to a document created on a Linux machine, are not allowed."
+msgstr ""
+
+#. /-!4
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3150700\n"
+"30\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. ?P0d
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3148886\n"
+"31\n"
+"help.text"
+msgid "DDE(\"Server\"; \"File\"; \"Range\"; Mode)"
msgstr ""
-#: func_today.xhp#hd_id3153627.34.help.text
-msgctxt "func_today.xhp#hd_id3153627.34.help.text"
+#. R;v%
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154842\n"
+"32\n"
+"help.text"
+msgid "<emph>Server</emph> is the name of a server application. <item type=\"productname\">%PRODUCTNAME</item>applications have the server name \"Soffice\"."
+msgstr "<emph>სერვერი</emph> არის სერვერული პროგრამის სახელი. <item type=\"productname\">%PRODUCTNAME</item> პროგრამას აქვს სერვერის სახელი \"Soffice\"."
+
+#. hZ.l
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153034\n"
+"33\n"
+"help.text"
+msgid "<emph>File</emph> is the complete file name, including path specification."
+msgstr "<emph>ფაილი</emph> არის ფაილის სრული სახელი გეზის ჩათვლით."
+
+#. W/7X
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3147472\n"
+"34\n"
+"help.text"
+msgid "<emph>Range</emph> is the area containing the data to be evaluated."
+msgstr "<emph>დიაპაზონი</emph> არის მონაცემების შემცველი არე."
+
+#. 7S;)
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3152773\n"
+"184\n"
+"help.text"
+msgid "<emph>Mode</emph> is an optional parameter that controls the method by which the DDE server converts its data into numbers."
+msgstr "<emph>რეჟიმი</emph> არის არასავალდებულო პარამეტრი, რომელიც მართავს მეთოდს, რომლითაც DDE სერვერი გარდაქმნის მონაცემებს ციფრებად."
+
+#. =/F]
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154383\n"
+"185\n"
+"help.text"
+msgid "<emph>Mode</emph>"
+msgstr "<emph>სახელი</emph>"
+
+#. 2O:3
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"par_id3145146\n"
+"186\n"
+"help.text"
+msgid "<emph>Effect</emph>"
+msgstr "<emph>შერევა</emph>"
+
+#. Q[@]
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154558\n"
+"187\n"
+"help.text"
+msgid "0 or missing"
+msgstr "0 ან არ არის"
+
+#. Wpp,
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3145596\n"
+"188\n"
+"help.text"
+msgid "Number format from the \"Default\" cell style"
+msgstr "რიცხვის ფორმატი \"ნაგულისხმები\" უჯრის სტილიდან"
+
+#. YnKF
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3152785\n"
+"189\n"
+"help.text"
+msgid "1"
+msgstr "1"
+
+#. 87+e
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154380\n"
+"190\n"
+"help.text"
+msgid "Data are always interpreted in the standard format for US English"
+msgstr "მონაცემები რომლითაც სტანდარტული ფორმატების ინგლისურ და ამერიკულ ფორმატებად გარდაქმნა შეიძლება"
+
+#. UP%`
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150279\n"
+"191\n"
+"help.text"
+msgid "2"
+msgstr "2"
+
+#. \fHY
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153775\n"
+"192\n"
+"help.text"
+msgid "Data are retrieved as text; no conversion to numbers"
+msgstr "მონაცემები მიღებულია ტექსტად, არაა გარდაქმნილი ციფრებად"
+
+#. ,#4%
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3149546\n"
+"35\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: func_today.xhp#par_id3156106.35.help.text
-msgid "<item type=\"input\">TODAY()</item> returns the current computer system date."
+#. s?$P
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3148734\n"
+"36\n"
+"help.text"
+msgid "<item type=\"input\">=DDE(\"soffice\";\"c:\\office\\document\\data1.sxc\";\"sheet1.A1\")</item> reads the contents of cell A1 in sheet1 of the <item type=\"productname\">%PRODUCTNAME</item> Calc spreadsheet data1.sxc."
+msgstr "<item type=\"keycode\">=DDE(\"soffice\";\"c:\\office\\document\\data1.sxc\";\"sheet1.A1\")</item> კითხულობს sheet1 -ის A1 უჯრის შიგთავსს <item type=\"productname\">%PRODUCTNAME</item> Calc ელცხრილი data1.sxc -დან."
+
+#. ?0vi
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153081\n"
+"37\n"
+"help.text"
+msgid "<item type=\"input\">=DDE(\"soffice\";\"c:\\office\\document\\motto.sxw\";\"Today's motto\")</item> returns a motto in the cell containing this formula. First, you must enter a line in the motto.sxw document containing the motto text and define it as the first line of a section named <item type=\"literal\">Today's Motto</item> (in <item type=\"productname\">%PRODUCTNAME</item> Writer under <emph>Insert - Section</emph>). If the motto is modified (and saved) in the <item type=\"productname\">%PRODUCTNAME</item> Writer document, the motto is updated in all <item type=\"productname\">%PRODUCTNAME</item> Calc cells in which this DDE link is defined."
+msgstr ""
+
+#. !D#B
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3153114\n"
+"help.text"
+msgid "<bookmark_value>ERRORTYPE function</bookmark_value>"
+msgstr "<bookmark_value>ERRORTYPE ფუნქცია</bookmark_value>"
+
+#. J$0?
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153114\n"
+"38\n"
+"help.text"
+msgid "ERRORTYPE"
+msgstr "ERRORTYPE"
+
+#. 09=p
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3148568\n"
+"39\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_FEHLERTYP\">Returns the number corresponding to an <link href=\"text/scalc/05/02140000.xhp\" name=\"error value\">error value</link> occurring in a different cell.</ahelp> With the aid of this number, you can generate an error message text."
msgstr ""
-#: 04060181.xhp#tit.help.text
-msgid "Statistical Functions Part One"
-msgstr "სტატისტიკური ფუნქციები ნაწილი 5"
+#. kG*!
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149877\n"
+"40\n"
+"help.text"
+msgid "The Status Bar displays the predefined error code from <item type=\"productname\">%PRODUCTNAME</item> if you click the cell containing the error."
+msgstr "სტატუსის ზოლი ასახავს წინასწარ განსაზღვრულ შეცდომის კოდს <item type=\"productname\">%PRODUCTNAME</item> თუ დააწკაპებთ შეცდომის შემცველ უჯრაზე."
-#: 04060181.xhp#hd_id3146320.1.help.text
-msgid "<variable id=\"ae\"><link href=\"text/scalc/01/04060181.xhp\">Statistical Functions Part One</link></variable>"
+#. [ciU
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3154327\n"
+"41\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. 4fiF
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3151322\n"
+"42\n"
+"help.text"
+msgid "ERRORTYPE(Reference)"
+msgstr "ERRORTYPE(მითითება)"
+
+#. RA@C
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150132\n"
+"43\n"
+"help.text"
+msgid "<emph>Reference</emph> contains the address of the cell in which the error occurs."
+msgstr "<emph>მითითება</emph> შეიცავს უჯრის მისამართს სადაც შეცდომაა."
+
+#. (*#[
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3145248\n"
+"44\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. #V+a
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3146904\n"
+"45\n"
+"help.text"
+msgid "If cell A1 displays Err:518, the function <item type=\"input\">=ERRORTYPE(A1)</item> returns the number 518."
+msgstr "თუ უჯრა A1 ასახავს Err:518, ფუნქცია =ERRORTYPE(A1) დააბრუნებს რიცხვს 518."
+
+#. INE9
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3151221\n"
+"help.text"
+msgid "<bookmark_value>INDEX function</bookmark_value>"
+msgstr "<bookmark_value>INDEX ფუნქცია</bookmark_value>"
+
+#. I);/
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3151221\n"
+"47\n"
+"help.text"
+msgid "INDEX"
+msgstr "INDEX"
+
+#. ky_O
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150268\n"
+"48\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_INDEX\">INDEX returns a sub range, specified by row and column number, or an optional range index. Depending on context, INDEX returns a reference or content.</ahelp>"
msgstr ""
-#: 04060181.xhp#bm_id3145632.help.text
-msgid "<bookmark_value>INTERCEPT function</bookmark_value> <bookmark_value>points of intersection</bookmark_value> <bookmark_value>intersections</bookmark_value>"
-msgstr "<bookmark_value>CELL ფუნქცია</bookmark_value><bookmark_value>უჯრების ინფორმაცია</bookmark_value><bookmark_value>ინფორმაცია უჯრების შესახებ</bookmark_value>"
+#. XWEg
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3156063\n"
+"49\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060181.xhp#hd_id3145632.2.help.text
-msgid "INTERCEPT"
-msgstr "INTERCEPT"
+#. TEt\
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149007\n"
+"50\n"
+"help.text"
+msgid "INDEX(Reference; Row; Column; Range)"
+msgstr "INDEX(მითითება;რიგი;სვეტი;დიაპაზონი)"
-#: 04060181.xhp#par_id3146887.3.help.text
-msgid "<ahelp hid=\"HID_FUNC_ACHSENABSCHNITT\">Calculates the point at which a line will intersect the y-values by using known x-values and y-values.</ahelp>"
+#. XYVF
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153260\n"
+"51\n"
+"help.text"
+msgid "<emph>Reference</emph> is a reference, entered either directly or by specifying a range name. If the reference consists of multiple ranges, you must enclose the reference or range name in parentheses."
+msgstr ""
+
+#. E^YG
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3145302\n"
+"52\n"
+"help.text"
+msgid "<emph>Row</emph> (optional) represents the row index of the reference range, for which to return a value. In case of zero (no specific row) all referenced rows are returned."
+msgstr ""
+
+#. 1TEP
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154628\n"
+"53\n"
+"help.text"
+msgid "<emph>Column</emph> (optional) represents the column index of the reference range, for which to return a value. In case of zero (no specific column) all referenced columns are returned."
+msgstr ""
+
+#. 04[2
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3155514\n"
+"54\n"
+"help.text"
+msgid "<emph>Range</emph> (optional) represents the index of the subrange if referring to a multiple range."
+msgstr "<emph>დიაპაზონი</emph> (არასავალდებულო) ასახავს ქვედიაპაზონის ინდექსს თუ მითითება რამდენიმე დიაპაზონზეა."
+
+#. vp^8
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3145264\n"
+"55\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. 6JP%
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3159112\n"
+"56\n"
+"help.text"
+msgid "<item type=\"input\">=INDEX(Prices;4;1)</item> returns the value from row 4 and column 1 of the database range defined in <emph>Data - Define</emph> as <emph>Prices</emph>."
+msgstr ""
+
+#. *6ZY
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150691\n"
+"57\n"
+"help.text"
+msgid "<item type=\"input\">=INDEX(SumX;4;1)</item> returns the value from the range <emph>SumX</emph> in row 4 and column 1 as defined in <emph>Insert - Names - Define</emph>."
+msgstr ""
+
+#. ;eg%
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id4109012\n"
+"help.text"
+msgid "<item type=\"input\">=INDEX(A1:B6;1)</item> returns a reference to the first row of A1:B6."
+msgstr ""
+
+#. 3lR*
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id9272133\n"
+"help.text"
+msgid "<item type=\"input\">=INDEX(A1:B6;0;1)</item> returns a reference to the first column of A1:B6."
+msgstr ""
+
+#. (3Z!
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3158419\n"
+"58\n"
+"help.text"
+msgid "<item type=\"input\">=INDEX((multi);4;1)</item> indicates the value contained in row 4 and column 1 of the (multiple) range, which you named under <emph>Insert - Names - Define</emph> as <emph>multi</emph>. The multiple range may consist of several rectangular ranges, each with a row 4 and column 1. If you now want to call the second block of this multiple range enter the number <item type=\"input\">2</item> as the <emph>range</emph> parameter."
+msgstr ""
+
+#. .Hz;
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3148595\n"
+"59\n"
+"help.text"
+msgid "<item type=\"input\">=INDEX(A1:B6;1;1)</item> indicates the value in the upper-left of the A1:B6 range."
+msgstr ""
+
+#. a_L7
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id9960020\n"
+"help.text"
+msgid "<item type=\"input\">=INDEX((multi);0;0;2)</item> returns a reference to the second range of the multiple range."
+msgstr ""
+
+#. Z]Wj
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3153181\n"
+"help.text"
+msgid "<bookmark_value>INDIRECT function</bookmark_value>"
+msgstr "<bookmark_value>INDIRECT ფუნქცია</bookmark_value>"
+
+#. n]^T
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153181\n"
+"62\n"
+"help.text"
+msgid "INDIRECT"
+msgstr "INDIRECT"
+
+#. )\C#
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3147169\n"
+"63\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_INDIREKT\">Returns the <emph>reference</emph> specified by a text string.</ahelp> This function can also be used to return the area of a corresponding string."
msgstr ""
-#: 04060181.xhp#hd_id3150374.4.help.text
-msgctxt "04060181.xhp#hd_id3150374.4.help.text"
+#. rUV\
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153717\n"
+"64\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060181.xhp#par_id3149718.5.help.text
-msgid "INTERCEPT(DataY; DataX)"
+#. d\5_
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149824\n"
+"65\n"
+"help.text"
+msgid "INDIRECT(Ref; A1)"
msgstr ""
-#: 04060181.xhp#par_id3149947.6.help.text
-msgid " <emph>DataY</emph> is the dependent set of observations or data."
+#. rA3}
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154317\n"
+"66\n"
+"help.text"
+msgid "<emph>Ref</emph> represents a reference to a cell or an area (in text form) for which to return the contents."
msgstr ""
-#: 04060181.xhp#par_id3147412.7.help.text
-msgid " <emph>DataX</emph> is the independent set of observations or data."
+#. @-:2
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id1027200802470312\n"
+"help.text"
+msgid "<emph>A1</emph> (optional) - if set to 0, the R1C1 notation is used. If this parameter is absent or set to another value than 0, the A1 notation is used."
msgstr ""
-#: 04060181.xhp#par_id3152983.8.help.text
-msgid "Names, arrays or references containing numbers must be used here. Numbers can also be entered directly."
+#. *IjB
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN10CAE\n"
+"help.text"
+msgid "If you open an Excel spreadsheet that uses indirect addresses calculated from string functions, the sheet addresses will not be translated automatically. For example, the Excel address in INDIRECT(\"filename!sheetname\"&B1) is not converted into the Calc address in INDIRECT(\"filename.sheetname\"&B1)."
msgstr ""
-#: 04060181.xhp#hd_id3157906.9.help.text
-msgctxt "04060181.xhp#hd_id3157906.9.help.text"
+#. fHDI
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3150389\n"
+"67\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060181.xhp#par_id3148728.10.help.text
-msgid "To calculate the intercept, use cells D3:D9 as the y value and C3:C9 as the x value from the example spreadsheet. Input will be as follows:"
-msgstr ""
+#. 2%.4
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150608\n"
+"68\n"
+"help.text"
+msgid "<item type=\"input\">=INDIRECT(A1)</item> equals 100 if A1 contains C108 as a reference and cell C108 contains a value of <item type=\"input\">100</item>."
+msgstr ""
+
+#. b7j:
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3083286\n"
+"181\n"
+"help.text"
+msgid "<item type=\"input\">=SUM(INDIRECT(\"a1:\" & ADDRESS(1;3)))</item> totals the cells in the area of A1 up to the cell with the address defined by row 1 and column 3. This means that area A1:C1 is totaled."
+msgstr "=SUM(INDIRECT(\"a1:\" & ADDRESS(1;3))) აჯამებს უჯრებს დიაპაზონში A1 უჯრამდე რომლის მისამართი განსაზღვრულია რიგ 1 სვეტ 3ში. ამრიგად A1:C1 დიაპაზონია დაჯამებული."
+
+#. =n1X
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3154818\n"
+"help.text"
+msgid "<bookmark_value>COLUMN function</bookmark_value>"
+msgstr "<bookmark_value>COLUMN ფუნქციები</bookmark_value>"
+
+#. yG[S
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3154818\n"
+"70\n"
+"help.text"
+msgid "COLUMN"
+msgstr "COLUMN"
-#: 04060181.xhp#par_id3149013.11.help.text
-msgid " <item type=\"input\">=INTERCEPT(D3:D9;C3:C9)</item> = 2.15."
+#. _Yd1
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149711\n"
+"193\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SPALTE\">Returns the column number of a cell reference.</ahelp> If the reference is a cell the column number of the cell is returned; if the parameter is a cell area, the corresponding column numbers are returned in a single-row <link href=\"text/scalc/01/04060107.xhp#wasmatrix\" name=\"array\">array</link> if the formula is entered <link href=\"text/scalc/01/04060107.xhp#somatrixformel\" name=\"as an array formula\">as an array formula</link>. If the COLUMN function with an area reference parameter is not used for an array formula, only the column number of the first cell within the area is determined."
msgstr ""
-#: 04060181.xhp#bm_id3148437.help.text
-msgid "<bookmark_value>COUNT function</bookmark_value> <bookmark_value>numbers;counting</bookmark_value>"
-msgstr "<bookmark_value>COUNTA ფუნქცია</bookmark_value><bookmark_value>ჩანაწერთა რაოდენობა</bookmark_value>"
+#. IPv8
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3149283\n"
+"72\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060181.xhp#hd_id3148437.13.help.text
-msgctxt "04060181.xhp#hd_id3148437.13.help.text"
-msgid "COUNT"
-msgstr "COUNT"
+#. m[j[
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149447\n"
+"73\n"
+"help.text"
+msgid "COLUMN(Reference)"
+msgstr "COLUMN(მითითება)"
-#: 04060181.xhp#par_id3150700.14.help.text
-msgid "<ahelp hid=\"HID_FUNC_ANZAHL\">Counts how many numbers are in the list of arguments.</ahelp> Text entries are ignored."
+#. Uq(M
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3156310\n"
+"74\n"
+"help.text"
+msgid "<emph>Reference</emph> is the reference to a cell or cell area whose first column number is to be found."
+msgstr "<emph>მითითება</emph> არის უჯრის ან უჯრათა არის მითითებს რომლის პირველი სვეტის ნომერიც უნდა მოიძებნოს."
+
+#. )0jH
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3155837\n"
+"194\n"
+"help.text"
+msgid "If no reference is entered, the column number of the cell in which the formula is entered is found. <item type=\"productname\">%PRODUCTNAME</item> Calc automatically sets the reference to the current cell."
msgstr ""
-#: 04060181.xhp#hd_id3153930.15.help.text
-msgctxt "04060181.xhp#hd_id3153930.15.help.text"
+#. b.Ka
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3152932\n"
+"75\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. C@(s
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3147571\n"
+"76\n"
+"help.text"
+msgid "<item type=\"input\">=COLUMN(A1)</item> equals 1. Column A is the first column in the table."
+msgstr ""
+
+#. csg3
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3147079\n"
+"77\n"
+"help.text"
+msgid "<item type=\"input\">=COLUMN(C3:E3)</item> equals 3. Column C is the third column in the table."
+msgstr ""
+
+#. t23|
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3146861\n"
+"195\n"
+"help.text"
+msgid "<item type=\"input\">=COLUMN(D3:G10)</item> returns 4 because column D is the fourth column in the table and the COLUMN function is not used as an array formula. (In this case, the first value of the array is always used as the result.)"
+msgstr ""
+
+#. Li7D
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3156320\n"
+"196\n"
+"help.text"
+msgid "<item type=\"input\">{=COLUMN(B2:B7)}</item> and <item type=\"input\">=COLUMN(B2:B7)</item> both return 2 because the reference only contains column B as the second column in the table. Because single-column areas have only one column number, it does not make a difference whether or not the formula is used as an array formula."
+msgstr ""
+
+#. yDd?
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150872\n"
+"197\n"
+"help.text"
+msgid "<item type=\"input\">=COLUMN()</item> returns 3 if the formula was entered in column C."
+msgstr ""
+
+#. z?]G
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153277\n"
+"198\n"
+"help.text"
+msgid "<item type=\"input\">{=COLUMN(Rabbit)}</item> returns the single-row array (3, 4) if \"Rabbit\" is the named area (C1:D3)."
+msgstr "COLUMN ცალი რიგი ტოლია არე C1."
+
+#. Puun
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3154643\n"
+"help.text"
+msgid "<bookmark_value>COLUMNS function</bookmark_value>"
+msgstr "<bookmark_value>COLUMNS ფუნქცია</bookmark_value>"
+
+#. k!^s
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3154643\n"
+"79\n"
+"help.text"
+msgid "COLUMNS"
+msgstr "COLUMNS"
+
+#. RTVP
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3151182\n"
+"80\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SPALTEN\">Returns the number of columns in the given reference.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SPALTEN\">აბრუნებს მოცემულ მითითებაში სვეტების რაოდენობას.</ahelp>"
+
+#. ^weB
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3149141\n"
+"81\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060181.xhp#par_id3148585.16.help.text
-msgid "COUNT(Value1; Value2; ... Value30)"
-msgstr "COUNTA(მნიშვნელობა1; მნიშვნელობა2; ... მნიშვნელობა30)"
+#. [%_3
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154047\n"
+"82\n"
+"help.text"
+msgid "COLUMNS(Array)"
+msgstr "COLUMNS(მასივი)"
-#: 04060181.xhp#par_id3155827.17.help.text
-msgid " <emph>Value1; Value2, ...</emph> are 1 to 30 values or ranges representing the values to be counted."
-msgstr "<emph>მნიშვნელობა1; მნიშვნელობა2; ...</emph> არის 1-დან 30-მდე მნიშვნელობის ამსახველი გამოსათვლელი არგუმენტი."
+#. bUQ#
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154745\n"
+"83\n"
+"help.text"
+msgid "<emph>Array</emph> is the reference to a cell range whose total number of columns is to be found. The argument can also be a single cell."
+msgstr "<emph>მასივი</emph> არის უჯრათა დიაპაზონის მითითება რომლის სვეტების სრული რაოდენობა უნდა მოიძებნოს. არგუმენტი შესაძლოა იყოს ცალი უჯრაც."
-#: 04060181.xhp#hd_id3149254.18.help.text
-msgctxt "04060181.xhp#hd_id3149254.18.help.text"
+#. IfYn
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153622\n"
+"84\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060181.xhp#par_id3149953.19.help.text
-msgctxt "04060181.xhp#par_id3149953.19.help.text"
-msgid "The entries 2, 4, 6 and eight in the Value 1-4 fields are to be counted."
+#. M`0L
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149577\n"
+"200\n"
+"help.text"
+msgid "<item type=\"input\">=COLUMNS(B5)</item> returns 1 because a cell only contains one column."
+msgstr ""
+
+#. %d2a
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3145649\n"
+"85\n"
+"help.text"
+msgid "<item type=\"input\">=COLUMNS(A1:C5)</item> equals 3. The reference comprises three columns."
+msgstr ""
+
+#. @c4F
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3155846\n"
+"201\n"
+"help.text"
+msgid "<item type=\"input\">=COLUMNS(Rabbit)</item> returns 2 if <item type=\"literal\">Rabbit</item> is the named range (C1:D3)."
+msgstr ""
+
+#. g-[:
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3153152\n"
+"help.text"
+msgid "<bookmark_value>vertical search function</bookmark_value> <bookmark_value>VLOOKUP function</bookmark_value>"
+msgstr "<bookmark_value>ვერტიკალური ძიების ფუნქცია</bookmark_value><bookmark_value>VLOOKUP ფუნქცია</bookmark_value>"
+
+#. FaCb
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153152\n"
+"87\n"
+"help.text"
+msgid "VLOOKUP"
+msgstr "VLOOKUP"
+
+#. -cLH
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149984\n"
+"88\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SVERWEIS\">Vertical search with reference to adjacent cells to the right.</ahelp> This function checks if a specific value is contained in the first column of an array. The function then returns the value in the same row of the column named by <item type=\"literal\">Index</item>. If the <item type=\"literal\">SortOrder</item> parameter is omitted or set to TRUE or one, it is assumed that the data is sorted in ascending order. In this case, if the exact <item type=\"literal\">SearchCriterion</item> is not found, the last value that is smaller than the criterion will be returned. If <item type=\"literal\">SortOrder</item> is set to FALSE or zero, an exact match must be found, otherwise the error <emph>Error: Value Not Available</emph> will be the result. Thus with a value of zero the data does not need to be sorted in ascending order."
msgstr ""
-#: 04060181.xhp#par_id3154558.20.help.text
-msgid " <item type=\"input\">=COUNT(2;4;6;\"eight\")</item> = 3. The count of numbers is therefore 3."
+#. oE[A
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3146898\n"
+"89\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. ~jUi
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150156\n"
+"90\n"
+"help.text"
+msgid "=VLOOKUP(SearchCriterion; Array; Index; SortOrder)"
+msgstr "=VLOOKUP(ძიების კრიტერიუმი,მასივი,ინდექსი,დახარისხების წესრიგი)"
+
+#. (1Tp
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149289\n"
+"91\n"
+"help.text"
+msgid "<emph>SearchCriterion</emph> is the value searched for in the first column of the array."
+msgstr "<emph>ძიების კრიტერიუმი</emph> არის მასივის პირველ სვეტში მოსაძებნი მნიშვნელობა."
+
+#. 4kSJ
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153884\n"
+"92\n"
+"help.text"
+msgid "<emph>Array</emph> is the reference, which is to comprise at least two columns."
+msgstr "<emph>მასივი</emph> არის მითითება, რომელიც მინიმუმ ორ სვეტს შეიცავს."
+
+#. )|/-
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3156005\n"
+"93\n"
+"help.text"
+msgid "<emph>Index</emph> is the number of the column in the array that contains the value to be returned. The first column has the number 1."
+msgstr "<emph>ინდექსი</emph> არის მასივში სვეტთა რაოდენობა რომელიც შეიცავს დასაბრუნებელ მნიშვნელობას. პირველი სვეტის ნომერია 1."
+
+#. [W0~
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3151208\n"
+"94\n"
+"help.text"
+msgid "<emph>SortOrder</emph> is an optional parameter that indicates whether the first column in the array is sorted in ascending order. Enter the Boolean value FALSE or zero if the first column is not sorted in ascending order. Sorted columns can be searched much faster and the function always returns a value, even if the search value was not matched exactly, if it is between the lowest and highest value of the sorted list. In unsorted lists, the search value must be matched exactly. Otherwise the function will return this message: <emph>Error: Value Not Available</emph>."
+msgstr ""
+
+#. L@Ko
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3147487\n"
+"95\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. nmEZ
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154129\n"
+"96\n"
+"help.text"
+msgid "You want to enter the number of a dish on the menu in cell A1, and the name of the dish is to appear as text in the neighboring cell (B1) immediately. The Number to Name assignment is contained in the D1:E100 array. D1 contains <item type=\"input\">100</item>, E1 contains the name <item type=\"input\">Vegetable Soup</item>, and so forth, for 100 menu items. The numbers in column D are sorted in ascending order; thus, the optional <item type=\"literal\">SortOrder</item> parameter is not necessary."
msgstr ""
-#: 04060181.xhp#bm_id3149729.help.text
-msgid "<bookmark_value>COUNTA function</bookmark_value> <bookmark_value>number of entries</bookmark_value>"
-msgstr "<bookmark_value>COUNTA ფუნქცია</bookmark_value><bookmark_value>ჩანაწერთა რაოდენობა</bookmark_value>"
+#. Pt]7
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3145663\n"
+"97\n"
+"help.text"
+msgid "Enter the following formula in B1:"
+msgstr "შემდეგი ფორმულის B1 შეყვანა:"
-#: 04060181.xhp#hd_id3149729.22.help.text
-msgctxt "04060181.xhp#hd_id3149729.22.help.text"
-msgid "COUNTA"
-msgstr "COUNTA"
+#. d}Vt
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3151172\n"
+"98\n"
+"help.text"
+msgid "<item type=\"input\">=VLOOKUP(A1;D1:E100;2)</item>"
+msgstr ""
+
+#. Kscf
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149200\n"
+"99\n"
+"help.text"
+msgid "As soon as you enter a number in A1 B1 will show the corresponding text contained in the second column of reference D1:E100. Entering a nonexistent number displays the text with the next number down. To prevent this, enter FALSE as the last parameter in the formula so that an error message is generated when a nonexistent number is entered."
+msgstr "a რიცხვი დუ A1 ტექსტი დუ მეორე - a რიცხვი ტექსტი რიცხვი ძირს -მდე FALSE დუ ფორმულა შეცდომა ტოლია a რიცხვი ტოლია."
-#: 04060181.xhp#par_id3150142.23.help.text
-msgid "<ahelp hid=\"HID_FUNC_ANZAHL2\">Counts how many values are in the list of arguments.</ahelp> Text entries are also counted, even when they contain an empty string of length 0. If an argument is an array or reference, empty cells within the array or reference are ignored."
+#. lFB-
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3153905\n"
+"help.text"
+msgid "<bookmark_value>sheet numbers; looking up</bookmark_value> <bookmark_value>SHEET function</bookmark_value>"
+msgstr "<bookmark_value>ფურცლების ნომერი; ძებნა</bookmark_value><bookmark_value>SHEET ფუნქცია</bookmark_value>"
+
+#. `}(|
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153905\n"
+"215\n"
+"help.text"
+msgid "SHEET"
+msgstr "SHEET"
+
+#. 6G)#
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150309\n"
+"216\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TABELLE\">Returns the sheet number of a reference or a string representing a sheet name.</ahelp> If you do not enter any parameters, the result is the sheet number of the spreadsheet containing the formula."
msgstr ""
-#: 04060181.xhp#hd_id3148573.24.help.text
-msgctxt "04060181.xhp#hd_id3148573.24.help.text"
+#. 61u*
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3148564\n"
+"217\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060181.xhp#par_id3153111.25.help.text
-msgid "COUNTA(Value1; Value2; ... Value30)"
-msgstr "COUNTA(მნიშვნელობა1; მნიშვნელობა2; ... მნიშვნელობა30)"
+#. x#Mp
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153095\n"
+"218\n"
+"help.text"
+msgid "SHEET(Reference)"
+msgstr "SHEET(მითითება)"
-#: 04060181.xhp#par_id3150001.26.help.text
-msgid " <emph>Value1; Value2, ...</emph> are 1 to 30 arguments representing the values to be counted."
-msgstr "<emph>მნიშვნელობა1; მნიშვნელობა2; ...</emph> არის 1-დან 30-მდე მნიშვნელობის ამსახველი გამოსათვლელი არგუმენტი."
+#. ^X]#
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154588\n"
+"219\n"
+"help.text"
+msgid "<emph>Reference</emph> is optional and is the reference to a cell, an area, or a sheet name string."
+msgstr "<emph>მითითება</emph> არასავალდებულოა და არის უჯრის, არის ან ფურცლის სახელის მითითება."
-#: 04060181.xhp#hd_id3150334.27.help.text
-msgctxt "04060181.xhp#hd_id3150334.27.help.text"
+#. !(7R
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3155399\n"
+"220\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060181.xhp#par_id3154508.28.help.text
-msgctxt "04060181.xhp#par_id3154508.28.help.text"
-msgid "The entries 2, 4, 6 and eight in the Value 1-4 fields are to be counted."
-msgstr ""
+#. I5.7
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3146988\n"
+"221\n"
+"help.text"
+msgid "<item type=\"input\">=SHEET(Sheet2.A1)</item> returns 2 if Sheet2 is the second sheet in the spreadsheet document."
+msgstr "=SHEET(Sheet2.A1) აბრუნებს 2 თუ Sheet2 არის ელცხრილის დოკუმენტის მეორე ფურცელი."
+
+#. Ck\`
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3148829\n"
+"help.text"
+msgid "<bookmark_value>number of sheets; function</bookmark_value> <bookmark_value>SHEETS function</bookmark_value>"
+msgstr "<bookmark_value>ფურცლების ნომრები; ფუნქციები</bookmark_value><bookmark_value>SHEETS ფუნქცია</bookmark_value>"
-#: 04060181.xhp#par_id3158000.29.help.text
-msgid " <item type=\"input\">=COUNTA(2;4;6;\"eight\")</item> = 4. The count of values is therefore 4."
+#. ccKb
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3148829\n"
+"222\n"
+"help.text"
+msgid "SHEETS"
+msgstr "SHEETS"
+
+#. dL.P
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3148820\n"
+"223\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TABELLEN\">Determines the number of sheets in a reference.</ahelp> If you do not enter any parameters, it returns the number of sheets in the current document."
msgstr ""
-#: 04060181.xhp#bm_id3150267.help.text
-msgid "<bookmark_value>B function</bookmark_value> <bookmark_value>probabilities of samples with binomial distribution</bookmark_value>"
-msgstr "<bookmark_value>B ფუნქცია</bookmark_value><bookmark_value>ბინომინალური განაწილებით შერჩევების ალბათობა</bookmark_value>"
+#. D(X2
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3154220\n"
+"224\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060181.xhp#hd_id3150267.31.help.text
-msgctxt "04060181.xhp#hd_id3150267.31.help.text"
-msgid "B"
-msgstr "B"
+#. Xoc_
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150777\n"
+"225\n"
+"help.text"
+msgid "SHEETS(Reference)"
+msgstr "SHEETS(მითითება)"
-#: 04060181.xhp#par_id3156061.32.help.text
-msgid "<ahelp hid=\"HID_FUNC_B\">Returns the probability of a sample with binomial distribution.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_B\">აბრუნებს ბინომინალური განაწილებით შერჩევების ალბათობას.</ahelp>"
+#. [;vj
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153060\n"
+"226\n"
+"help.text"
+msgid "<emph>Reference</emph> is the reference to a sheet or an area. This parameter is optional."
+msgstr "<emph>მითითება</emph> არის ფურცლის ან არის მითითება. ეს პარამეტრი არასავალდებულოა."
-#: 04060181.xhp#hd_id3150659.33.help.text
-msgctxt "04060181.xhp#hd_id3150659.33.help.text"
+#. gB.d
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3149766\n"
+"227\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. 2SF%
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150507\n"
+"228\n"
+"help.text"
+msgid "<item type=\"input\">=SHEETS(Sheet1.A1:Sheet3.G12)</item> returns 3 if Sheet1, Sheet2, and Sheet3 exist in the sequence indicated."
+msgstr "=SHEETS(Sheet1.A1:Sheet3.G12) აბრუნებს 3 თუ Sheet1, Sheet2, და Sheet3 არიან მითითებული თანმიმდევრობით."
+
+#. q%0E
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3158407\n"
+"help.text"
+msgid "<bookmark_value>MATCH function</bookmark_value>"
+msgstr "<bookmark_value>MATCH ფუნქცია</bookmark_value>"
+
+#. nQ@r
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3158407\n"
+"101\n"
+"help.text"
+msgid "MATCH"
+msgstr "MATCH"
+
+#. ?BBx
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154896\n"
+"102\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VERGLEICH\">Returns the relative position of an item in an array that matches a specified value.</ahelp> The function returns the position of the value found in the lookup_array as a number."
+msgstr ""
+
+#. Ix6l
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153834\n"
+"103\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060181.xhp#par_id3148392.34.help.text
-msgid "B(Trials; SP; T1; T2)"
-msgstr ""
+#. ZJa0
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3159152\n"
+"104\n"
+"help.text"
+msgid "MATCH(SearchCriterion; LookupArray; Type)"
+msgstr "MATCH(ძიების კრიტერიუმი;მასივში_ძებნა;ტიპი)"
-#: 04060181.xhp#par_id3149002.35.help.text
-msgctxt "04060181.xhp#par_id3149002.35.help.text"
-msgid " <emph>Trials</emph> is the number of independent trials."
-msgstr "<emph>რაოდენობა</emph> არის განმეორებათა რაოდენობა."
+#. ^!I^
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149336\n"
+"105\n"
+"help.text"
+msgid "<emph>SearchCriterion</emph> is the value which is to be searched for in the single-row or single-column array."
+msgstr "<emph>ძიების კრიტერიუმი</emph> არის მნიშვნელობა რომელიც უნდა მოიძებნის ერთრიგიან ან ერთსვეტიან მასივში."
-#: 04060181.xhp#par_id3148875.36.help.text
-msgctxt "04060181.xhp#par_id3148875.36.help.text"
-msgid " <emph>SP</emph> is the probability of success on each trial."
-msgstr "<emph>SP</emph> არის ცდის წარმატების ალბათობა."
+#. D)4\
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3159167\n"
+"106\n"
+"help.text"
+msgid "<emph>LookupArray</emph> is the reference searched. A lookup array can be a single row or column, or part of a single row or column."
+msgstr "<emph>მასივის_ძებნა</emph> არის მოსაძებნი მითითება. იგი შეიძლება იყოს ერთრიგიანი ან ერთსვეტიანი, ან ცალი რიგის ან სვეტის ნაწილი."
-#: 04060181.xhp#par_id3145352.37.help.text
-msgid " <emph>T1</emph> defines the lower limit for the number of trials."
+#. iUL;
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3147239\n"
+"107\n"
+"help.text"
+msgid "<emph>Type</emph> may take the values 1, 0, or -1. If Type = 1 or if this optional parameter is missing, it is assumed that the first column of the search array is sorted in ascending order. If Type = -1 it is assumed that the column in sorted in descending order. This corresponds to the same function in Microsoft Excel."
+msgstr ""
+
+#. pI+W
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154265\n"
+"231\n"
+"help.text"
+msgid "If Type = 0, only exact matches are found. If the search criterion is found more than once, the function returns the index of the first matching value. Only if Type = 0 can you search for regular expressions."
msgstr ""
-#: 04060181.xhp#par_id3149538.38.help.text
-msgid " <emph>T2</emph> (optional) defines the upper limit for the number of trials."
+#. 5NeF
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3147528\n"
+"232\n"
+"help.text"
+msgid "If Type = 1 or the third parameter is missing, the index of the last value that is smaller or equal to the search criterion is returned. This applies even when the search array is not sorted. For Type = -1, the first value that is larger or equal is returned."
msgstr ""
-#: 04060181.xhp#hd_id3148768.39.help.text
-msgctxt "04060181.xhp#hd_id3148768.39.help.text"
+#. y]Q]
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3155119\n"
+"108\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060181.xhp#par_id3154633.40.help.text
-msgid "What is the probability with ten throws of the dice, that a six will come up exactly twice? The probability of a six (or any other number) is 1/6. The following formula combines these factors:"
-msgstr ""
-
-#: 04060181.xhp#par_id3149393.41.help.text
-msgid " <item type=\"input\">=B(10;1/6;2)</item> returns a probability of 29%."
-msgstr ""
+#. -!O[
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3155343\n"
+"109\n"
+"help.text"
+msgid "<item type=\"input\">=MATCH(200;D1:D100)</item> searches the area D1:D100, which is sorted by column D, for the value 200. As soon as this value is reached, the number of the row in which it was found is returned. If a higher value is found during the search in the column, the number of the previous row is returned."
+msgstr "MATCH არე ტოლია დახარისხებული -ით D -თვის ტოლია რიცხვი - რიგი დუ ტოლია a ტოლია დუ რიცხვი - რიგი ტოლია."
-#: 04060181.xhp#bm_id3158416.help.text
-msgid "<bookmark_value>RSQ function</bookmark_value> <bookmark_value>determination coefficients</bookmark_value> <bookmark_value>regression analysis</bookmark_value>"
-msgstr "<bookmark_value>RSQ ფუნქცია</bookmark_value><bookmark_value>დეტერმინაციის კოეფიციენტები</bookmark_value><bookmark_value>რეგრესიული ანალიზი</bookmark_value>"
+#. ejGJ
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3158430\n"
+"help.text"
+msgid "<bookmark_value>OFFSET function</bookmark_value>"
+msgstr "<bookmark_value>OFFSET ფუნქცია</bookmark_value>"
-#: 04060181.xhp#hd_id3158416.43.help.text
-msgid "RSQ"
-msgstr "RSQ"
+#. S}Ad
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3158430\n"
+"111\n"
+"help.text"
+msgid "OFFSET"
+msgstr "OFFSET"
-#: 04060181.xhp#par_id3154949.44.help.text
-msgid "<ahelp hid=\"HID_FUNC_BESTIMMTHEITSMASS\">Returns the square of the Pearson correlation coefficient based on the given values.</ahelp> RSQ (also called determination coefficient) is a measure for the accuracy of an adjustment and can be used to produce a regression analysis."
+#. AzId
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149167\n"
+"112\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VERSCHIEBUNG\">Returns the value of a cell offset by a certain number of rows and columns from a given reference point.</ahelp>"
msgstr ""
-#: 04060181.xhp#hd_id3152820.45.help.text
-msgctxt "04060181.xhp#hd_id3152820.45.help.text"
+#. D`NH
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3146952\n"
+"113\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060181.xhp#par_id3155822.46.help.text
-msgid "RSQ(DataY; DataX)"
-msgstr "RSQ(მონაცემი_Y; მონაცემი_X)"
+#. SUV3
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3159194\n"
+"114\n"
+"help.text"
+msgid "OFFSET(Reference; Rows; Columns; Height; Width)"
+msgstr "OFFSET(მითითება;რიგები;სვეტები;სიმაღლე;სიგანე)"
-#: 04060181.xhp#par_id3150470.47.help.text
-msgid " <emph>DataY</emph> is an array or range of data points."
-msgstr "<emph>მონაცემი_Y</emph> მასივი ან მონაცემთა დიაპაზონი."
+#. (E:T
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3152360\n"
+"115\n"
+"help.text"
+msgid "<emph>Reference</emph> is the reference from which the function searches for the new reference."
+msgstr "<emph>მითითება</emph> არის უჯრა საიდანაც ფუნქცია ეძებს ახალ მითითებას."
-#: 04060181.xhp#par_id3153181.48.help.text
-msgid " <emph>DataX</emph> is an array or range of data points."
-msgstr "<emph>მონაცემი_X</emph> მასივი ან მონაცემთა დიაპაზონი."
+#. K[^|
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3156032\n"
+"116\n"
+"help.text"
+msgid "<emph>Rows</emph> is the number of rows by which the reference was corrected up (negative value) or down."
+msgstr "<emph>რიგები</emph> არის უჯრების რაოდენობა, რომლითაც გასწორდა მითითება (უარყოფითი მნისვნელობა)."
+
+#. oe@g
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3166458\n"
+"117\n"
+"help.text"
+msgid "<emph>Columns</emph> (optional) is the number of columns by which the reference was corrected to the left (negative value) or to the right."
+msgstr "<emph>სვეტები</emph> არის უჯრების რაოდენობა, რომლითაც გასწორდა მითითება (უარყოფითი მნისვნელობა)."
+
+#. kbM0
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150708\n"
+"118\n"
+"help.text"
+msgid "<emph>Height</emph> (optional) is the vertical height for an area that starts at the new reference position."
+msgstr ""
+
+#. p(?l
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3147278\n"
+"119\n"
+"help.text"
+msgid "<emph>Width</emph> (optional) is the horizontal width for an area that starts at the new reference position."
+msgstr ""
+
+#. R/+6
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id8662373\n"
+"help.text"
+msgid "Arguments <emph>Rows</emph> and <emph>Columns</emph> must not lead to zero or negative start row or column."
+msgstr ""
+
+#. Y^9h
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id9051484\n"
+"help.text"
+msgid "Arguments <emph>Height</emph> and <emph>Width</emph> must not lead to zero or negative count of rows or columns."
+msgstr ""
+
+#. A2)A
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"par_idN1104B\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-#: 04060181.xhp#hd_id3156258.49.help.text
-msgctxt "04060181.xhp#hd_id3156258.49.help.text"
+#. .}9Q
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3155586\n"
+"120\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060181.xhp#par_id3155991.50.help.text
-msgid " <item type=\"input\">=RSQ(A1:A20;B1:B20)</item> calculates the determination coefficient for both data sets in columns A and B."
-msgstr ""
+#. -]{+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149744\n"
+"121\n"
+"help.text"
+msgid "<item type=\"input\">=OFFSET(A1;2;2)</item> returns the value in cell C3 (A1 moved by two rows and two columns down). If C3 contains the value <item type=\"input\">100</item> this function returns the value 100."
+msgstr ""
+
+#. 5uo\
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id7439802\n"
+"help.text"
+msgid "<item type=\"input\">=OFFSET(B2:C3;1;1)</item> returns a reference to B2:C3 moved down by 1 row and one column to the right (C3:D4)."
+msgstr ""
+
+#. l0EJ
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3009430\n"
+"help.text"
+msgid "<item type=\"input\">=OFFSET(B2:C3;-1;-1)</item> returns a reference to B2:C3 moved up by 1 row and one column to the left (A1:B2)."
+msgstr ""
+
+#. {8%A
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id2629169\n"
+"help.text"
+msgid "<item type=\"input\">=OFFSET(B2:C3;0;0;3;4)</item> returns a reference to B2:C3 resized to 3 rows and 4 columns (B2:E4)."
+msgstr ""
+
+#. Sh=$
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id6668599\n"
+"help.text"
+msgid "<item type=\"input\">=OFFSET(B2:C3;1;0;3;4)</item> returns a reference to B2:C3 moved down by one row resized to 3 rows and 4 columns (B2:E4)."
+msgstr ""
+
+#. LV}K
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153739\n"
+"122\n"
+"help.text"
+msgid "<item type=\"input\">=SUM(OFFSET(A1;2;2;5;6))</item> determines the total of the area that starts in cell C3 and has a height of 5 rows and a width of 6 columns (area=C3:H7)."
+msgstr ""
+
+#. 2d$4
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3159273\n"
+"help.text"
+msgid "<bookmark_value>LOOKUP function</bookmark_value>"
+msgstr "<bookmark_value>LOOKUP ფუნქცია</bookmark_value>"
-#: 04060181.xhp#bm_id3145620.help.text
-msgid "<bookmark_value>BETAINV function</bookmark_value> <bookmark_value>cumulative probability density function;inverse of</bookmark_value>"
-msgstr "<bookmark_value>NORMINV ფუნქცია</bookmark_value><bookmark_value>ნომინალური განაწილება;შებრუნება</bookmark_value>"
+#. WMUR
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3159273\n"
+"123\n"
+"help.text"
+msgid "LOOKUP"
+msgstr "LOOKUP"
-#: 04060181.xhp#hd_id3145620.52.help.text
-msgid "BETAINV"
-msgstr "BETAINV"
+#. 1D;$
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153389\n"
+"124\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VERWEIS\">Returns the contents of a cell either from a one-row or one-column range.</ahelp> Optionally, the assigned value (of the same index) is returned in a different column and row. As opposed to <link href=\"text/scalc/01/04060109.xhp\" name=\"VLOOKUP\">VLOOKUP</link> and <link href=\"text/scalc/01/04060109.xhp\" name=\"HLOOKUP\">HLOOKUP</link>, search and result vector may be at different positions; they do not have to be adjacent. Additionally, the search vector for the LOOKUP must be sorted ascending, otherwise the search will not return any usable results."
+msgstr ""
-#: 04060181.xhp#par_id3149825.53.help.text
-msgid "<ahelp hid=\"HID_FUNC_BETAINV\">Returns the inverse of the cumulative beta probability density function.</ahelp>"
+#. _J#X
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id4484084\n"
+"help.text"
+msgid "If LOOKUP cannot find the search criterion, it matches the largest value in the search vector that is less than or equal to the search criterion."
msgstr ""
-#: 04060181.xhp#hd_id3152479.54.help.text
-msgctxt "04060181.xhp#hd_id3152479.54.help.text"
+#. 2/%_
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3152947\n"
+"125\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060181.xhp#par_id3156300.55.help.text
-msgid "BETAINV(Number; Alpha; Beta; Start; End)"
-msgstr "BETAINV(რიცხვი;ალფა;ბეტა;გაშვება;დასასრული)"
+#. ]CIi
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154104\n"
+"126\n"
+"help.text"
+msgid "LOOKUP(SearchCriterion; SearchVector; ResultVector)"
+msgstr "LOOKUP ძიება ძიება ვექტორი ვექტორი"
+
+#. QdIJ
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150646\n"
+"127\n"
+"help.text"
+msgid "<emph>SearchCriterion</emph> is the value to be searched for; entered either directly or as a reference."
+msgstr "<emph>ძიების კრიტერიუმი</emph> არის მოსაძებნი მნიშვნელობა პირდაპირ ან მითითებად შეყვანილი."
+
+#. 6=kx
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154854\n"
+"128\n"
+"help.text"
+msgid "<emph>SearchVector</emph> is the single-row or single-column area to be searched."
+msgstr ""
+
+#. UhWv
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149925\n"
+"129\n"
+"help.text"
+msgid "<emph>ResultVector</emph> is another single-row or single-column range from which the result of the function is taken. The result is the cell of the result vector with the same index as the instance found in the search vector."
+msgstr ""
+
+#. |UA(
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3148624\n"
+"130\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060181.xhp#par_id3149266.56.help.text
-msgctxt "04060181.xhp#par_id3149266.56.help.text"
-msgid " <emph>Number</emph> is the value between <emph>Start</emph> and <emph>End</emph> at which to evaluate the function."
+#. byha
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149809\n"
+"131\n"
+"help.text"
+msgid "<item type=\"input\">=LOOKUP(A1;D1:D100;F1:F100)</item> searches the corresponding cell in range D1:D100 for the number you entered in A1. For the instance found, the index is determined, for example, the 12th cell in this range. Then, the contents of the 12th cell are returned as the value of the function (in the result vector)."
+msgstr ""
+
+#. dYY/
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3149425\n"
+"help.text"
+msgid "<bookmark_value>STYLE function</bookmark_value>"
+msgstr "<bookmark_value>STYLE ფუნქცია</bookmark_value>"
+
+#. ;Lg0
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3149425\n"
+"133\n"
+"help.text"
+msgid "STYLE"
+msgstr "STYLE"
+
+#. l\R;
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150826\n"
+"134\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VORLAGE\">Applies a style to the cell containing the formula.</ahelp> After a set amount of time, another style can be applied. This function always returns the value 0, allowing you to add it to another function without changing the value. Together with the CURRENT function you can apply a color to a cell regardless of the value. For example: =...+STYLE(IF(CURRENT()>3;\"red\";\"green\")) applies the style \"red\" to the cell if the value is greater than 3, otherwise the style \"green\" is applied. Both cell formats have to be defined beforehand."
msgstr ""
-#: 04060181.xhp#par_id3149710.57.help.text
-msgctxt "04060181.xhp#par_id3149710.57.help.text"
-msgid " <emph>Alpha</emph> is a parameter to the distribution."
-msgstr "<emph>ალფა</emph> განაწილების პარამეტრი."
+#. obNQ
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3145373\n"
+"135\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060181.xhp#par_id3156306.58.help.text
-msgctxt "04060181.xhp#par_id3156306.58.help.text"
-msgid " <emph>Beta</emph> is a parameter to the distribution."
-msgstr "<emph>ბეტა</emph> განაწილების პარამეტრი."
+#. :]2Y
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149302\n"
+"136\n"
+"help.text"
+msgid "STYLE(\"Style\"; Time; \"Style2\")"
+msgstr ""
-#: 04060181.xhp#par_id3150960.59.help.text
-msgctxt "04060181.xhp#par_id3150960.59.help.text"
-msgid " <emph>Start</emph> (optional) is the lower bound for <emph>Number</emph>."
-msgstr "<emph>გაშვება</emph> (არასავალდებულო) <emph>რიცხვის</emph> ქვედა ზღვარი."
+#. #]Qp
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150596\n"
+"137\n"
+"help.text"
+msgid "<emph>Style</emph> is the name of a cell style assigned to the cell. Style names must be entered in quotation marks."
+msgstr ""
-#: 04060181.xhp#par_id3151268.60.help.text
-msgctxt "04060181.xhp#par_id3151268.60.help.text"
-msgid " <emph>End</emph> (optional) is the upper bound for <emph>Number</emph>."
-msgstr "<emph>დასასრული</emph> (არასავალდებულო) <emph>რიცხვის</emph> ზედა ზღვარი."
+#. _D{y
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3156149\n"
+"138\n"
+"help.text"
+msgid "<emph>Time</emph> is an optional time range in seconds. If this parameter is missing the style will not be changed after a certain amount of time has passed."
+msgstr ""
-#: 04060181.xhp#par_idN109DF.help.text
-msgctxt "04060181.xhp#par_idN109DF.help.text"
-msgid " <embedvar href=\"text/scalc/00/00000004.xhp#optional\"/> "
+#. pJHa
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149520\n"
+"139\n"
+"help.text"
+msgid "<emph>Style2</emph> is the optional name of a cell style assigned to the cell after a certain amount of time has passed. If this parameter is missing \"Default\" is assumed."
msgstr ""
-#: 04060181.xhp#hd_id3147077.61.help.text
-msgctxt "04060181.xhp#hd_id3147077.61.help.text"
+#. DI7!
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"par_idN111CA\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+
+#. BaN7
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3159254\n"
+"140\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060181.xhp#par_id3146859.62.help.text
-msgid " <item type=\"input\">=BETAINV(0.5;5;10)</item> returns the value 0.33."
+#. @$on
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3151374\n"
+"141\n"
+"help.text"
+msgid "<item type=\"input\">=STYLE(\"Invisible\";60;\"Default\")</item> formats the cell in transparent format for 60 seconds after the document was recalculated or loaded, then the Default format is assigned. Both cell formats have to be defined beforehand."
+msgstr "STYLE უჩინარი ნაგულისხმები დუ გამჭვირვალე -თვის წამები ან ნაგულისხმები ტოლია ორივე -სკენ."
+
+#. j%,N
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id8056886\n"
+"help.text"
+msgid "Since STYLE() has a numeric return value of zero, this return value gets appended to a string. This can be avoided using T() as in the following example"
+msgstr ""
+
+#. +Ode
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3668935\n"
+"help.text"
+msgid "<item type=\"input\">=\"Text\"&T(STYLE(\"myStyle\"))</item>"
+msgstr ""
+
+#. 6X5B
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3042085\n"
+"help.text"
+msgid "See also CURRENT() for another example."
msgstr ""
-#: 04060181.xhp#bm_id3156096.help.text
-msgid "<bookmark_value>BETADIST function</bookmark_value> <bookmark_value>cumulative probability density function;calculating</bookmark_value>"
-msgstr "<bookmark_value>NORMINV ფუნქცია</bookmark_value><bookmark_value>ნომინალური განაწილება;შებრუნება</bookmark_value>"
+#. GyBc
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3150430\n"
+"help.text"
+msgid "<bookmark_value>CHOOSE function</bookmark_value>"
+msgstr "<bookmark_value>CHOOSE ფუნქცია</bookmark_value>"
-#: 04060181.xhp#hd_id3156096.64.help.text
-msgid "BETADIST"
-msgstr "BETADIST"
+#. wnki
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3150430\n"
+"142\n"
+"help.text"
+msgid "CHOOSE"
+msgstr "CHOOSE"
-#: 04060181.xhp#par_id3150880.65.help.text
-#, fuzzy
-msgid "<ahelp hid=\"HID_FUNC_BETAVERT\">Returns the beta function.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_TVERT\">აბრუნებს t-განაწილებას.</ahelp>"
+#. %b/g
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3143270\n"
+"143\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_WAHL\">Uses an index to return a value from a list of up to 30 values.</ahelp>"
+msgstr ""
-#: 04060181.xhp#hd_id3150762.66.help.text
-msgctxt "04060181.xhp#hd_id3150762.66.help.text"
+#. nD\l
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153533\n"
+"144\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060181.xhp#par_id3147571.67.help.text
-msgid "BETADIST(Number; Alpha; Beta; Start; End; Cumulative)"
-msgstr "BETADIST(რიცხვი;ალფა;ბეტა;გაშვება;დასასრული)"
+#. #!%;
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3155425\n"
+"145\n"
+"help.text"
+msgid "CHOOSE(Index; Value1; ...; Value30)"
+msgstr "CHOOSE(ინდექსი; მნიშვნელობა1;...მნიშვნელობა30)"
+
+#. WODj
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3144755\n"
+"146\n"
+"help.text"
+msgid "<emph>Index</emph> is a reference or number between 1 and 30 indicating which value is to be taken from the list."
+msgstr ""
+
+#. ?.Uf
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149939\n"
+"147\n"
+"help.text"
+msgid "<emph>Value1...Value30</emph> is the list of values entered as a reference to a cell or as individual values."
+msgstr ""
+
+#. [d!s
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3151253\n"
+"148\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. no`Y
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150625\n"
+"149\n"
+"help.text"
+msgid "<item type=\"input\">=CHOOSE(A1;B1;B2;B3;\"Today\";\"Yesterday\";\"Tomorrow\")</item>, for example, returns the contents of cell B2 for A1 = 2; for A1 = 4, the function returns the text \"Today\"."
+msgstr ""
+
+#. U)$2
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3151001\n"
+"help.text"
+msgid "<bookmark_value>HLOOKUP function</bookmark_value>"
+msgstr "<bookmark_value>IMAGINARY ფუნქცია</bookmark_value>"
+
+#. }D%h
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3151001\n"
+"151\n"
+"help.text"
+msgid "HLOOKUP"
+msgstr "HLOOKUP"
-#: 04060181.xhp#par_id3156317.68.help.text
-msgctxt "04060181.xhp#par_id3156317.68.help.text"
-msgid " <emph>Number</emph> is the value between <emph>Start</emph> and <emph>End</emph> at which to evaluate the function."
+#. UagN
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3148688\n"
+"152\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_WVERWEIS\">Searches for a value and reference to the cells below the selected area.</ahelp> This function verifies if the first row of an array contains a certain value. The function returns then the value in a row of the array, named in the <emph>Index</emph>, in the same column."
msgstr ""
-#: 04060181.xhp#par_id3156107.69.help.text
-msgctxt "04060181.xhp#par_id3156107.69.help.text"
-msgid " <emph>Alpha</emph> is a parameter to the distribution."
-msgstr "<emph>ალფა</emph> განაწილების პარამეტრი."
+#. pks,
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3154661\n"
+"153\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060181.xhp#par_id3153619.70.help.text
-msgctxt "04060181.xhp#par_id3153619.70.help.text"
-msgid " <emph>Beta</emph> is a parameter to the distribution."
-msgstr "<emph>ბეტა</emph> განაწილების პარამეტრი."
+#. @M5i
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3146070\n"
+"154\n"
+"help.text"
+msgid "HLOOKUP(SearchCriteria; Array; Index; Sorted)"
+msgstr "=HLOOKUP(ძიების კრიტერიუმი;მასივი;ინდექსი;დახარისხებული)"
-#: 04060181.xhp#par_id3150254.71.help.text
-msgctxt "04060181.xhp#par_id3150254.71.help.text"
-msgid " <emph>Start</emph> (optional) is the lower bound for <emph>Number</emph>."
-msgstr "<emph>გაშვება</emph> (არასავალდებულო) <emph>რიცხვის</emph> ქვედა ზღვარი."
+#. i\2r
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3148672\n"
+"155\n"
+"help.text"
+msgid "See also:<link href=\"text/scalc/01/04060109.xhp\" name=\"VLOOKUP\">VLOOKUP</link> (columns and rows are exchanged)"
+msgstr "იხილეთ ასევე:<link href=\"text/scalc/01/04060109.xhp\" name=\"VLOOKUP\">VLOOKUP</link> (რიგები და სვეტები გაცვლილია)"
-#: 04060181.xhp#par_id3149138.72.help.text
-msgctxt "04060181.xhp#par_id3149138.72.help.text"
-msgid " <emph>End</emph> (optional) is the upper bound for <emph>Number</emph>."
-msgstr "<emph>დასასრული</emph> (არასავალდებულო) <emph>რიცხვის</emph> ზედა ზღვარი."
+#. hshP
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3147321\n"
+"help.text"
+msgid "<bookmark_value>ROW function</bookmark_value>"
+msgstr "<bookmark_value>ROW ფუნქცია</bookmark_value>"
+
+#. 3YB`
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3147321\n"
+"157\n"
+"help.text"
+msgid "ROW"
+msgstr "ROW"
-#: 04060181.xhp#par_id012020091254453.help.text
-msgid " <emph>Cumulative</emph> (optional) can be 0 or False to calculate the probability density function. It can be any other value or True or omitted to calculate the cumulative distribution function."
+#. lc(Z
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154564\n"
+"203\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZEILE\">Returns the row number of a cell reference.</ahelp> If the reference is a cell, it returns the row number of the cell. If the reference is a cell range, it returns the corresponding row numbers in a one-column <link href=\"text/scalc/01/04060107.xhp#wasmatrix\" name=\"Array\">Array</link> if the formula is entered <link href=\"text/scalc/01/04060107.xhp#somatrixformel\" name=\"as an array formula\">as an array formula</link>. If the ROW function with a range reference is not used in an array formula, only the row number of the first range cell will be returned."
msgstr ""
-#: 04060181.xhp#par_idN10AB3.help.text
-msgctxt "04060181.xhp#par_idN10AB3.help.text"
-msgid " <embedvar href=\"text/scalc/00/00000004.xhp#optional\"/> "
+#. A9[6
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3158439\n"
+"159\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. rq!1
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154916\n"
+"160\n"
+"help.text"
+msgid "ROW(Reference)"
+msgstr "ROW(მითითება_"
+
+#. A`sq
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3156336\n"
+"161\n"
+"help.text"
+msgid "<emph>Reference</emph> is a cell, an area, or the name of an area."
+msgstr "<emph>მითითება</emph> არის უჯრა, არე ან არის სახელი."
+
+#. PB,+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3151109\n"
+"204\n"
+"help.text"
+msgid "If you do not indicate a reference, the row number of the cell in which the formula is entered will be found. <item type=\"productname\">%PRODUCTNAME</item> Calc automatically sets the reference to the current cell."
msgstr ""
-#: 04060181.xhp#hd_id3145649.73.help.text
-msgctxt "04060181.xhp#hd_id3145649.73.help.text"
+#. `Jc%
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3155609\n"
+"162\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060181.xhp#par_id3156118.74.help.text
-msgid " <item type=\"input\">=BETADIST(0.75;3;4)</item> returns the value 0.96"
-msgstr ""
+#. ia-^
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154830\n"
+"205\n"
+"help.text"
+msgid "<item type=\"input\">=ROW(B3)</item> returns 3 because the reference refers to the third row in the table."
+msgstr ""
+
+#. pMnl
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3147094\n"
+"206\n"
+"help.text"
+msgid "<item type=\"input\">{=ROW(D5:D8)}</item> returns the single-column array (5, 6, 7, 8) because the reference specified contains rows 5 through 8."
+msgstr ""
+
+#. i\S!
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153701\n"
+"207\n"
+"help.text"
+msgid "<item type=\"input\">=ROW(D5:D8)</item> returns 5 because the ROW function is not used as array formula and only the number of the first row of the reference is returned."
+msgstr ""
+
+#. NQO@
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150996\n"
+"208\n"
+"help.text"
+msgid "<item type=\"input\">{=ROW(A1:E1)}</item> and <item type=\"input\">=ROW(A1:E1)</item> both return 1 because the reference only contains row 1 as the first row in the table. (Because single-row areas only have one row number it does not make any difference whether or not the formula is used as an array formula.)"
+msgstr ""
+
+#. ,mO*
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153671\n"
+"209\n"
+"help.text"
+msgid "<item type=\"input\">=ROW()</item> returns 3 if the formula was entered in row 3."
+msgstr ""
+
+#. -SVK
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153790\n"
+"210\n"
+"help.text"
+msgid "<item type=\"input\">{=ROW(Rabbit)}</item> returns the single-column array (1, 2, 3) if \"Rabbit\" is the named area (C1:D3)."
+msgstr "COLUMN ცალი რიგი ტოლია არე C1."
-#: 04060181.xhp#bm_id3143228.help.text
-msgid "<bookmark_value>BINOMDIST function</bookmark_value>"
-msgstr "<bookmark_value>BINOMDIST ფუნქცია</bookmark_value>"
+#. g^m@
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3145772\n"
+"help.text"
+msgid "<bookmark_value>ROWS function</bookmark_value>"
+msgstr "<bookmark_value>ROWS ფუნქცია</bookmark_value>"
-#: 04060181.xhp#hd_id3143228.76.help.text
-msgid "BINOMDIST"
-msgstr "BINOMDIST"
+#. 1bPm
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3145772\n"
+"166\n"
+"help.text"
+msgid "ROWS"
+msgstr "ROWS"
-#: 04060181.xhp#par_id3146897.77.help.text
-msgid "<ahelp hid=\"HID_FUNC_BINOMVERT\">Returns the individual term binomial distribution probability.</ahelp>"
-msgstr ""
+#. ]Q4W
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3148971\n"
+"167\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZEILEN\">Returns the number of rows in a reference or array.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ZEILEN\">აბრუნებს მასივში ან მითითებაში რიგების რაოდენობას.</ahelp>"
-#: 04060181.xhp#hd_id3149289.78.help.text
-msgctxt "04060181.xhp#hd_id3149289.78.help.text"
+#. ~lGY
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3156051\n"
+"168\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060181.xhp#par_id3156009.79.help.text
-msgid "BINOMDIST(X; Trials; SP; C)"
-msgstr "BINOMDIST(X;trials;SP;C)"
+#. ]*/#
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154357\n"
+"169\n"
+"help.text"
+msgid "ROWS(Array)"
+msgstr "ROWS(მასივი)"
+
+#. 31fi
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3155942\n"
+"170\n"
+"help.text"
+msgid "<emph>Array</emph> is the reference or named area whose total number of rows is to be determined."
+msgstr ""
+
+#. c0=+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3155869\n"
+"171\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. 7R)m
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154725\n"
+"212\n"
+"help.text"
+msgid "<item type=\"input\">=Rows(B5)</item> returns 1 because a cell only contains one row."
+msgstr ""
+
+#. oGGi
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150102\n"
+"172\n"
+"help.text"
+msgid "<item type=\"input\">=ROWS(A10:B12)</item> returns 3."
+msgstr ""
+
+#. AEO%
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3155143\n"
+"213\n"
+"help.text"
+msgid "<item type=\"input\">=ROWS(Rabbit)</item> returns 3 if \"Rabbit\" is the named area (C1:D3)."
+msgstr ""
+
+#. LDn1
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id9959410\n"
+"help.text"
+msgid "<bookmark_value>HYPERLINK function</bookmark_value>"
+msgstr "<bookmark_value>IMAGINARY ფუნქცია</bookmark_value>"
-#: 04060181.xhp#par_id3154304.80.help.text
-msgid " <emph>X</emph> is the number of successes in a set of trials."
+#. `Z-E
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN11798\n"
+"help.text"
+msgid "HYPERLINK"
+msgstr "HYPERLINK"
+
+#. cSi-
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN117F1\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_HYPERLINK\">When you click a cell that contains the HYPERLINK function, the hyperlink opens.</ahelp>"
msgstr ""
-#: 04060181.xhp#par_id3147492.81.help.text
-msgctxt "04060181.xhp#par_id3147492.81.help.text"
-msgid " <emph>Trials</emph> is the number of independent trials."
-msgstr "<emph>რაოდენობა</emph> არის განმეორებათა რაოდენობა."
+#. y0Fa
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN11800\n"
+"help.text"
+msgid "If you use the optional <emph>CellText</emph> parameter, the formula locates the URL, and then displays the text or number."
+msgstr ""
-#: 04060181.xhp#par_id3146085.82.help.text
-msgctxt "04060181.xhp#par_id3146085.82.help.text"
-msgid " <emph>SP</emph> is the probability of success on each trial."
-msgstr "<emph>SP</emph> არის ცდის წარმატების ალბათობა."
+#. *QNR
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN11803\n"
+"help.text"
+msgid "To open a hyperlinked cell with the keyboard, select the cell, press F2 to enter the Edit mode, move the cursor in front of the hyperlink, press Shift+F10, and then choose <emph>Open Hyperlink</emph>."
+msgstr ""
-#: 04060181.xhp#par_id3149760.83.help.text
-msgid " <emph>C</emph> = 0 calculates the probability of a single event and <emph>C</emph> = 1 calculates the cumulative probability."
+#. \E+\
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN1180A\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. 1^24
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN1180E\n"
+"help.text"
+msgid "HYPERLINK(\"URL\") or HYPERLINK(\"URL\"; \"CellText\")"
+msgstr "HYPERLINK (URL) ან HYPERLINK (URL;უჯრის ტექსტი)"
+
+#. RTj1
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN11811\n"
+"help.text"
+msgid "<emph>URL</emph> specifies the link target. The optional <emph>CellText</emph> parameter is the text or a number that is displayed in the cell and will be returned as the result. If the <emph>CellText</emph> parameter is not specified, the <emph>URL</emph> is displayed in the cell text and will be returned as the result."
+msgstr ""
+
+#. RP)1
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id0907200912224576\n"
+"help.text"
+msgid "The number 0 is returned for empty cells and matrix elements."
msgstr ""
-#: 04060181.xhp#hd_id3151171.84.help.text
-msgctxt "04060181.xhp#hd_id3151171.84.help.text"
+#. ,j0?
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN11823\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060181.xhp#par_id3145666.85.help.text
-msgid " <item type=\"input\">=BINOMDIST(A1;12;0.5;0)</item> shows (if the values <item type=\"input\">0</item> to <item type=\"input\">12</item> are entered in A1) the probabilities for 12 flips of a coin that <emph>Heads</emph> will come up exactly the number of times entered in A1."
+#. 3zG`
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN11827\n"
+"help.text"
+msgid "<item type=\"input\">=HYPERLINK(\"http://www.example.org\")</item> displays the text \"http://www.example.org\" in the cell and executes the hyperlink http://www.example.org when clicked."
+msgstr ""
+
+#. pjth
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN1182A\n"
+"help.text"
+msgid "<item type=\"input\">=HYPERLINK(\"http://www.example.org\";\"Click here\")</item> displays the text \"Click here\" in the cell and executes the hyperlink http://www.example.org when clicked."
+msgstr ""
+
+#. GRh)
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id0907200912224534\n"
+"help.text"
+msgid "=HYPERLINK(\"http://www.example.org\";12345) displays the number 12345 and executes the hyperlink http://www.example.org when clicked."
msgstr ""
-#: 04060181.xhp#par_id3150120.86.help.text
-msgid " <item type=\"input\">=BINOMDIST(A1;12;0.5;1)</item> shows the cumulative probabilities for the same series. For example, if A1 = <item type=\"input\">4</item>, the cumulative probability of the series is 0, 1, 2, 3 or 4 times <emph>Heads</emph> (non-exclusive OR)."
-msgstr ""
+#. ^1U5
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN1182D\n"
+"help.text"
+msgid "<item type=\"input\">=HYPERLINK($B4)</item> where cell B4 contains <item type=\"input\">http://www.example.org</item>. The function adds http://www.example.org to the URL of the hyperlink cell and returns the same text which is used as formula result."
+msgstr "HYPERLINK B4 B4 შეიცავსhttp://www.example.orghttp://www.example.org -სკენ URL - და ტექსტი ტოლია ფორმულა."
-#: 04060181.xhp#bm_id0119200902432928.help.text
-msgid "<bookmark_value>CHISQINV function</bookmark_value>"
-msgstr "<bookmark_value>CHIINV ფუნქცია</bookmark_value>"
+#. z;#E
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN11830\n"
+"help.text"
+msgid "<item type=\"input\">=HYPERLINK(\"http://www.\";\"Click \") & \"example.org\"</item> displays the text Click example.org in the cell and executes the hyperlink http://www.example.org when clicked."
+msgstr ""
+
+#. I)8n
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id8859523\n"
+"help.text"
+msgid "<item type=\"input\">=HYPERLINK(\"#Sheet1.A1\";\"Go to top\")</item> displays the text Go to top and jumps to cell Sheet1.A1 in this document."
+msgstr ""
+
+#. 0U!.
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id2958769\n"
+"help.text"
+msgid "<item type=\"input\">=HYPERLINK(\"file:///C:/writer.odt#Specification\";\"Go to Writer bookmark\")</item>displays the text Go to Writer bookmark, loads the specified text document and jumps to bookmark \"Specification\"."
+msgstr ""
+
+#. `nsc
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id7682424\n"
+"help.text"
+msgid "<bookmark_value>GETPIVOTDATA function</bookmark_value>"
+msgstr "<bookmark_value>EDATE ფუნქცია</bookmark_value>"
-#: 04060181.xhp#hd_id0119200902421451.help.text
-msgid "CHISQINV"
-msgstr "CHIINV"
+#. jM0I
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3747062\n"
+"help.text"
+msgid "GETPIVOTDATA"
+msgstr ""
-#: 04060181.xhp#par_id0119200902421449.help.text
-msgid "<ahelp hid=\".\">Returns the inverse of CHISQDIST.</ahelp>"
+#. `@#=
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3593859\n"
+"help.text"
+msgid "<ahelp hid=\".\">The GETPIVOTDATA function returns a result value from a pivot table. The value is addressed using field and item names, so it remains valid if the layout of the pivot table changes.</ahelp>"
msgstr ""
-#: 04060181.xhp#hd_id0119200902475241.help.text
-msgctxt "04060181.xhp#hd_id0119200902475241.help.text"
+#. }pz(
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id9741508\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060181.xhp#par_id0119200902475286.help.text
-msgid " <emph>Probability</emph> is the probability value for which the inverse of the chi-square distribution is to be calculated."
-msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა რომლისთვისაც გამა განაწილება უნდა გამოითვალოს."
+#. WlLY
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id909451\n"
+"help.text"
+msgid "Two different syntax definitions can be used:"
+msgstr ""
-#: 04060181.xhp#par_id0119200902475282.help.text
-msgctxt "04060181.xhp#par_id0119200902475282.help.text"
-msgid " <emph>Degrees Of Freedom</emph> is the degrees of freedom for the chi-square function."
-msgstr "<emph>თავისუფლების_ხარისხი</emph> ექსპერიმენტის თავისუფლების ხარისხი."
+#. #S=f
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id1665089\n"
+"help.text"
+msgid "GETPIVOTDATA(TargetField; pivot table; [ Field 1; Item 1; ... ])"
+msgstr ""
-#: 04060181.xhp#bm_id3148835.help.text
-msgid "<bookmark_value>CHIINV function</bookmark_value>"
-msgstr "<bookmark_value>CHIINV ფუნქცია</bookmark_value>"
+#. VC_I
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id4997100\n"
+"help.text"
+msgid "GETPIVOTDATA(pivot table; Constraints)"
+msgstr ""
-#: 04060181.xhp#hd_id3148835.88.help.text
-msgid "CHIINV"
-msgstr "CHIINV"
+#. F0_F
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id1672109\n"
+"help.text"
+msgid "The second syntax is assumed if exactly two parameters are given, of which the first parameter is a cell or cell range reference. The first syntax is assumed in all other cases. The Function Wizard shows the first syntax."
+msgstr ""
-#: 04060181.xhp#par_id3149906.89.help.text
-msgid "<ahelp hid=\"HID_FUNC_CHIINV\">Returns the inverse of the one-tailed probability of the chi-squared distribution.</ahelp>"
+#. +1=9
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id9464094\n"
+"help.text"
+msgid "First Syntax"
msgstr ""
-#: 04060181.xhp#hd_id3159157.90.help.text
-msgctxt "04060181.xhp#hd_id3159157.90.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. ib5:
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id9302346\n"
+"help.text"
+msgid "<emph>TargetField</emph> is a string that selects one of the pivot table's data fields. The string can be the name of the source column, or the data field name as shown in the table (like \"Sum - Sales\")."
+msgstr ""
-#: 04060181.xhp#par_id3150504.91.help.text
-msgid "CHIINV(Number; DegreesFreedom)"
-msgstr "CHIINV(რიცხვი; თავისუფლების ხარისხი)"
+#. U2N:
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id8296151\n"
+"help.text"
+msgid "<emph>pivot table</emph> is a reference to a cell or cell range that is positioned within a pivot table or contains a pivot table. If the cell range contains several pivot tables, the table that was created last is used."
+msgstr ""
-#: 04060181.xhp#par_id3154898.92.help.text
-msgid " <emph>Number</emph> is the value of the error probability."
-msgstr "<emph>რიცხვი</emph> შეცდომის ალბათონის მნიშვნელობა."
+#. Qn?r
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id4809411\n"
+"help.text"
+msgid "If no <emph>Field n / Item n</emph> pairs are given, the grand total is returned. Otherwise, each pair adds a constraint that the result must satisfy. <emph>Field n</emph> is the name of a field from the pivot table. <emph>Item n</emph> is the name of an item from that field."
+msgstr ""
-#: 04060181.xhp#par_id3154294.93.help.text
-msgid " <emph>DegreesFreedom</emph> is the degrees of freedom of the experiment."
-msgstr "<emph>თავისუფლების_ხარისხი</emph> ექსპერიმენტის თავისუფლების ხარისხი."
+#. 2VZ%
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id6454969\n"
+"help.text"
+msgid "If the pivot table contains only a single result value that fulfills all of the constraints, or a subtotal result that summarizes all matching values, that result is returned. If there is no matching result, or several ones without a subtotal for them, an error is returned. These conditions apply to results that are included in the pivot table."
+msgstr ""
-#: 04060181.xhp#hd_id3154208.94.help.text
-msgctxt "04060181.xhp#hd_id3154208.94.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. @:wq
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id79042\n"
+"help.text"
+msgid "If the source data contains entries that are hidden by settings of the pivot table, they are ignored. The order of the Field/Item pairs is not significant. Field and item names are not case-sensitive."
+msgstr ""
-#: 04060181.xhp#par_id3150777.130.help.text
-msgid "A die is thrown 1020 times. The numbers on the die 1 through 6 come up 195, 151, 148, 189, 183 and 154 times (observation values). The hypothesis that the die is not fixed is to be tested."
+#. hLIM
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id7928708\n"
+"help.text"
+msgid "If no constraint for a page field is given, the field's selected value is implicitly used. If a constraint for a page field is given, it must match the field's selected value, or an error is returned. Page fields are the fields at the top left of a pivot table, populated using the \"Page Fields\" area of the pivot table layout dialog. From each page field, an item (value) can be selected, which means only that item is included in the calculation."
msgstr ""
-#: 04060181.xhp#par_id3153062.131.help.text
-msgid "The Chi square distribution of the random sample is determined by the formula given above. Since the expected value for a given number on the die for n throws is n times 1/6, thus 1020/6 = 170, the formula returns a Chi square value of 13.27."
+#. O-wf
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3864253\n"
+"help.text"
+msgid "Subtotal values from the pivot table are only used if they use the function \"auto\" (except when specified in the constraint, see <item type=\"literal\">Second Syntax</item> below)."
msgstr ""
-#: 04060181.xhp#par_id3148806.132.help.text
-msgid "If the (observed) Chi square is greater than or equal to the (theoretical) Chi square CHIINV, the hypothesis will be discarded, since the deviation between theory and experiment is too great. If the observed Chi square is less that CHIINV, the hypothesis is confirmed with the indicated probability of error."
+#. Gcd3
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3144016\n"
+"help.text"
+msgid "Second Syntax"
msgstr ""
-#: 04060181.xhp#par_id3149763.95.help.text
-msgid " <item type=\"input\">=CHIINV(0.05;5)</item> returns 11.07."
+#. UjR,
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"par_id9937131\n"
+"help.text"
+msgid "<emph>pivot table</emph> has the same meaning as in the first syntax."
+msgstr "<emph>საშუალო</emph> განაწილების საშუალო არითმეტიკული."
+
+#. bH3-
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id5616626\n"
+"help.text"
+msgid "<emph>Constraints</emph> is a space-separated list. Entries can be quoted (single quotes). The whole string must be enclosed in quotes (double quotes), unless you reference the string from another cell."
+msgstr ""
+
+#. jd2F
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id4076357\n"
+"help.text"
+msgid "One of the entries can be the data field name. The data field name can be left out if the pivot table contains only one data field, otherwise it must be present."
msgstr ""
-#: 04060181.xhp#par_id3159142.133.help.text
-msgid " <item type=\"input\">=CHIINV(0.02;5)</item> returns 13.39."
+#. 8j,9
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id8231757\n"
+"help.text"
+msgid "Each of the other entries specifies a constraint in the form <item type=\"literal\">Field[Item]</item> (with literal characters [ and ]), or only <item type=\"literal\">Item</item> if the item name is unique within all fields that are used in the pivot table."
msgstr ""
-#: 04060181.xhp#par_id3158401.134.help.text
-msgid "If the probability of error is 5%, the die is not true. If the probability of error is 2%, there is no reason to believe it is fixed."
+#. k4T@
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3168736\n"
+"help.text"
+msgid "A function name can be added in the form <emph>Field[Item;Function]</emph>, which will cause the constraint to match only subtotal values which use that function. The possible function names are Sum, Count, Average, Max, Min, Product, Count (Numbers only), StDev (Sample), StDevP (Population), Var (Sample), and VarP (Population), case-insensitive."
msgstr ""
-#: 04060181.xhp#bm_id3154260.help.text
-msgid "<bookmark_value>CHITEST function</bookmark_value>"
-msgstr "<bookmark_value>CHITEST ფუნქცია</bookmark_value>"
+#. ;ox}
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Error Alert"
+msgstr "შეცდომის გაფრთხილება"
-#: 04060181.xhp#hd_id3154260.97.help.text
-msgid "CHITEST"
-msgstr "CHITEST"
+#. u95P
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"hd_id3153821\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12120300.xhp\" name=\"Error Alert\">Error Alert</link>"
+msgstr "<link href=\"text/scalc/01/12120300.xhp\" name=\"Error Alert\">შეცდომის გაფრთხილება</link>"
-#: 04060181.xhp#par_id3151052.98.help.text
-msgid "<ahelp hid=\"HID_FUNC_CHITEST\">Returns the probability of a deviance from a random distribution of two test series based on the chi-squared test for independence.</ahelp> CHITEST returns the chi-squared distribution of the data."
+#. `@{b
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"par_id3153379\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"SC:TABPAGE:TP_VALIDATION_ERROR\">Define the error message that is displayed when invalid data is entered in a cell.</ahelp>"
msgstr ""
-#: 04060181.xhp#par_id3148925.135.help.text
-msgid "The probability determined by CHITEST can also be determined with CHIDIST, in which case the Chi square of the random sample must then be passed as a parameter instead of the data row."
+#. [uU]
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"par_id3154138\n"
+"25\n"
+"help.text"
+msgid "You can also start a macro with an error message. A sample macro is provided at the end of this page."
msgstr ""
-#: 04060181.xhp#hd_id3154280.99.help.text
-msgctxt "04060181.xhp#hd_id3154280.99.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. G[lk
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"hd_id3156280\n"
+"3\n"
+"help.text"
+msgid "Show error message when invalid values are entered."
+msgstr "არასწორი მნიშვნელობის შეყვანისას შეცდომის შეტყობინების ჩვენება."
-#: 04060181.xhp#par_id3149162.100.help.text
-msgid "CHITEST(DataB; DataE)"
-msgstr "CHITEST(მონაცემი_B; მონაცემი_E)"
+#. k1x_
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"par_id3150768\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays the error message that you enter in the <emph>Contents</emph> area when invalid data is entered in a cell.</ahelp> If enabled, the message is displayed to prevent an invalid entry."
+msgstr ""
-#: 04060181.xhp#par_id3158421.101.help.text
-msgid " <emph>DataB</emph> is the array of the observations."
-msgstr "<emph>მონაცემი_B</emph> დაკვირვების მასივი."
+#. [bQ%
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"par_id3146984\n"
+"5\n"
+"help.text"
+msgid "In both cases, if you select \"Stop\", the invalid entry is deleted and the previous value is reentered in the cell. The same applies if you close the \"Warning\" and \"Information\" dialogs by clicking the <emph>Cancel </emph>button. If you close the dialogs with the <emph>OK</emph> button, the invalid entry is not deleted."
+msgstr ""
-#: 04060181.xhp#par_id3166453.102.help.text
-msgid " <emph>DataE</emph> is the range of the expected values."
-msgstr "<emph>მონაცემი_E</emph> მოსალოდნელი მნიშვნელობების დიაპაზონი."
+#. 4N0n
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"hd_id3152460\n"
+"6\n"
+"help.text"
+msgid "Contents"
+msgstr "შიგთავსი"
-#: 04060181.xhp#hd_id3146946.103.help.text
-msgctxt "04060181.xhp#hd_id3146946.103.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. OnBE
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"hd_id3148646\n"
+"8\n"
+"help.text"
+msgid "Action"
+msgstr "მოქმედება"
-#: 04060181.xhp#par_id3154096.136.help.text
-msgid "Data_B (observed)"
-msgstr "მონაცემი_B (დაკვირვებული)"
+#. O855
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"par_id3151115\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:TP_VALIDATION_ERROR:LB_ACTION\">Select the action that you want to occur when invalid data is entered in a cell.</ahelp> The \"Stop\" action rejects the invalid entry and displays a dialog that you have to close by clicking <emph>OK</emph>. The \"Warning\" and \"Information\" actions display a dialog that can be closed by clicking <emph>OK</emph> or <emph>Cancel</emph>. The invalid entry is only rejected when you click <emph>Cancel</emph>."
+msgstr ""
-#: 04060181.xhp#par_id3152948.137.help.text
-msgid "Data_E (expected)"
-msgstr "მონაცემი_E (დაკვირვებული)"
+#. /0\O
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"hd_id3156441\n"
+"10\n"
+"help.text"
+msgid "Browse"
+msgstr "მიმოხილვა"
-#: 04060181.xhp#par_id3152876.138.help.text
-msgctxt "04060181.xhp#par_id3152876.138.help.text"
-msgid "1"
-msgstr "1"
+#. 6p;J
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"par_id3153160\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SC:PUSHBUTTON:TP_VALIDATION_ERROR:BTN_SEARCH\">Opens the <link href=\"text/shared/01/06130000.xhp\" name=\"Macro\">Macro</link> dialog where you can select the macro that is executed when invalid data is entered in a cell. The macro is executed after the error message is displayed.</ahelp>"
+msgstr ""
-#: 04060181.xhp#par_id3159279.139.help.text
-msgid " <item type=\"input\">195</item> "
+#. Bb.H
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"hd_id3153876\n"
+"12\n"
+"help.text"
+msgid "Title"
+msgstr "სათაური"
+
+#. ngR4
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"par_id3149410\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:TP_VALIDATION_ERROR:EDT_TITLE\">Enter the title of the macro or the error message that you want to display when invalid data is entered in a cell.</ahelp>"
msgstr ""
-#: 04060181.xhp#par_id3149105.140.help.text
-msgctxt "04060181.xhp#par_id3149105.140.help.text"
-msgid " <item type=\"input\">170</item> "
+#. %h6;
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"hd_id3154510\n"
+"14\n"
+"help.text"
+msgid "Error message"
+msgstr "შეცდომის შეტყობინება"
+
+#. ?JcL
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"par_id3149122\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SC:MULTILINEEDIT:TP_VALIDATION_ERROR:EDT_ERROR\">Enter the message that you want to display when invalid data is entered in a cell.</ahelp>"
msgstr ""
-#: 04060181.xhp#par_id3149922.141.help.text
-msgctxt "04060181.xhp#par_id3149922.141.help.text"
-msgid "2"
-msgstr "2"
+#. :[c0
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"par_id3150752\n"
+"16\n"
+"help.text"
+msgid "<emph>Sample macro:</emph>"
+msgstr "<emph>სანიმუშო მაკროსი:</emph>"
+
+#. 4R8N
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Goal Seek"
+msgstr "მიზნის ძიება"
-#: 04060181.xhp#par_id3148621.142.help.text
-msgid " <item type=\"input\">151</item> "
+#. UX/Y
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"hd_id3155629\n"
+"1\n"
+"help.text"
+msgid "Goal Seek"
+msgstr "მიზნის ძიება"
+
+#. 8*av
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3145119\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"zielwertsuchetext\"><ahelp hid=\".uno:GoalSeekDialog\">Opens a dialog where you can solve an equation with a variable.</ahelp></variable> After a successful search, a dialog with the results opens, allowing you to apply the result and the target value directly to the cell."
msgstr ""
-#: 04060181.xhp#par_id3148987.143.help.text
-msgctxt "04060181.xhp#par_id3148987.143.help.text"
-msgid " <item type=\"input\">170</item> "
+#. 1zU!
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"hd_id3149656\n"
+"3\n"
+"help.text"
+msgid "Default"
+msgstr "ნაგულისხმები"
+
+#. -R]k
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3151211\n"
+"4\n"
+"help.text"
+msgid "In this section, you can define the variables in your formula."
+msgstr "ამ სექციაში, შეგიძლიათ ფორმულის ცვლადების განსაზღვრა."
+
+#. 6!5G
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"hd_id3150869\n"
+"5\n"
+"help.text"
+msgid "Formula cell"
+msgstr "ფორმულის უჯრა"
+
+#. HkkX
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3153194\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_SOLVER:ED_FORMULACELL\">In the formula cell, enter the reference of the cell which contains the formula. It contains the current cell reference.</ahelp> Click another cell in the sheet to apply its reference to the text box."
msgstr ""
-#: 04060181.xhp#par_id3149417.144.help.text
-msgctxt "04060181.xhp#par_id3149417.144.help.text"
-msgid "3"
-msgstr "3"
+#. \+34
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"hd_id3154685\n"
+"7\n"
+"help.text"
+msgid "Target value"
+msgstr "სამიზნე მნიშვნელობა"
-#: 04060181.xhp#par_id3148661.145.help.text
-msgid " <item type=\"input\">148</item> "
+#. awnX
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3146984\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_SOLVER:ED_TARGETVAL\">Specifies the value you want to achieve as a new result.</ahelp>"
msgstr ""
-#: 04060181.xhp#par_id3151128.146.help.text
-msgctxt "04060181.xhp#par_id3151128.146.help.text"
-msgid " <item type=\"input\">170</item> "
+#. .=w?
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"hd_id3150012\n"
+"9\n"
+"help.text"
+msgid "Variable cell"
+msgstr "ცვლადი უჯრა"
+
+#. Wqd,
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3147427\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_SOLVER:ED_VARCELL\">Specifies the reference for the cell that contains the value you want to adjust in order to reach the target.</ahelp>"
msgstr ""
-#: 04060181.xhp#par_id3148467.147.help.text
-msgctxt "04060181.xhp#par_id3148467.147.help.text"
-msgid "4"
-msgstr "4"
+#. oEz~
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Functions by Category"
+msgstr ""
-#: 04060181.xhp#par_id3149237.148.help.text
-msgid " <item type=\"input\">189</item> "
+#. 5(9t
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"bm_id3148575\n"
+"help.text"
+msgid "<bookmark_value>functions;listed by category</bookmark_value> <bookmark_value>categories of functions</bookmark_value> <bookmark_value>list of functions</bookmark_value>"
msgstr ""
-#: 04060181.xhp#par_id3145304.149.help.text
-msgctxt "04060181.xhp#par_id3145304.149.help.text"
-msgid " <item type=\"input\">170</item> "
+#. oP[8
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3154944\n"
+"16\n"
+"help.text"
+msgid "Functions by Category"
msgstr ""
-#: 04060181.xhp#par_id3149927.150.help.text
-msgctxt "04060181.xhp#par_id3149927.150.help.text"
-msgid "5"
-msgstr "5"
+#. :sR.
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"par_id3149378\n"
+"2\n"
+"help.text"
+msgid "This section describes the functions of $[officename] Calc. The various functions are divided into categories in the Function Wizard."
+msgstr ""
-#: 04060181.xhp#par_id3150630.151.help.text
-msgid " <item type=\"input\">183</item> "
+#. }Db{
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"par_id0120200910234570\n"
+"help.text"
+msgid "You can find detailed explanations, illustrations, and examples of Calc functions <link href=\"http://help.libreoffice.org/Calc/Functions_by_Category\">in the LibreOffice WikiHelp</link>."
msgstr ""
-#: 04060181.xhp#par_id3150423.152.help.text
-msgctxt "04060181.xhp#par_id3150423.152.help.text"
-msgid " <item type=\"input\">170</item> "
+#. ]nIN
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3146972\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060101.xhp\" name=\"Database\">Database</link>"
+msgstr "<link href=\"text/scalc/01/04060101.xhp\" name=\"Database\">მონაცემთა ბაზა</link>"
+
+#. $kvc
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3155443\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060102.xhp\" name=\"Date & Time\">Date & Time</link>"
+msgstr "<link href=\"text/scalc/01/04060102.xhp\" name=\"Date & Time\">თარიღი და დრო</link>"
+
+#. F7?d
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3147339\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060103.xhp\" name=\"Financial\">Financial</link>"
+msgstr "<link href=\"text/scalc/01/04060103.xhp\" name=\"Financial\">ფინანსური</link>"
+
+#. h$^=
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3153963\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060104.xhp\" name=\"Information\">Information</link>"
+msgstr "<link href=\"text/scalc/01/04060104.xhp\" name=\"Information\">ინფორმაცია</link>"
+
+#. @L!.
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3146316\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060105.xhp\" name=\"Logical\">Logical</link>"
+msgstr "<link href=\"text/scalc/01/04060105.xhp\" name=\"Logical\">ლოგიკური</link>"
+
+#. w)a2
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3148485\n"
+"8\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060106.xhp\" name=\"Mathematical\">Mathematical</link>"
+msgstr "<link href=\"text/scalc/01/04060106.xhp\" name=\"Mathematical\">მათემატიკური</link>"
+
+#. V#-$
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3150363\n"
+"9\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060107.xhp\" name=\"Matrix\">Array</link>"
+msgstr "<link href=\"text/scalc/01/04060107.xhp\" name=\"Matrix\">მასივი</link>"
+
+#. #r6;
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3150208\n"
+"10\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060108.xhp\" name=\"Statistical\">Statistical</link>"
+msgstr "<link href=\"text/scalc/01/04060108.xhp\" name=\"Statistical\">სტატისტიკური</link>"
+
+#. oi:H
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3166428\n"
+"11\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060109.xhp\" name=\"Spreadsheet\">Spreadsheet</link>"
+msgstr "<link href=\"text/scalc/01/04060109.xhp\" name=\"Spreadsheet\">ელცხრილი</link>"
+
+#. *|cY
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3145585\n"
+"12\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060110.xhp\" name=\"Text\">Text</link>"
+msgstr "<link href=\"text/scalc/01/04060110.xhp\" name=\"Text\">ტექსტი</link>"
+
+#. s;KW
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3156449\n"
+"13\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060111.xhp\" name=\"Add-in\">Add-in</link>"
+msgstr "<link href=\"text/scalc/01/04060111.xhp\" name=\"Add-in\">დამატება</link>"
+
+#. SS5_
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"par_id3150715\n"
+"14\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060199.xhp\" name=\"Operators\">Operators</link> are also available."
+msgstr "<link href=\"text/scalc/01/04060199.xhp\" name=\"Operators\">ოპერატორები</link> ასევე ხელმისაწვდომია."
+
+#. SRp!
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"par_id0902200809540918\n"
+"help.text"
+msgid "<variable id=\"drking\"><link href=\"http://help.libreoffice.org/Calc/Functions_by_Category\">Calc Functions By Category</link> in the LibreOffice WikiHelp</variable>"
msgstr ""
-#: 04060181.xhp#par_id3143275.153.help.text
-msgctxt "04060181.xhp#par_id3143275.153.help.text"
-msgid "6"
-msgstr "6"
+#. `fKQ
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"tit\n"
+"help.text"
+msgid "Filter"
+msgstr "ფილტრი"
+
+#. V=rM
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"hd_id3153970\n"
+"1\n"
+"help.text"
+msgid "Filter"
+msgstr "ფილტრი"
+
+#. qJ3g
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3150448\n"
+"2\n"
+"help.text"
+msgid "Set the filtering options for the data."
+msgstr "ფილტრაციისთვის პარამეტრებს აყენებს."
-#: 04060181.xhp#par_id3144750.154.help.text
-msgid " <item type=\"input\">154</item> "
+#. Mlf`
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"hd_id3151043\n"
+"3\n"
+"help.text"
+msgid "Filter Criteria"
+msgstr "ფილტრის კრიტერიუმი"
+
+#. -s*C
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3150440\n"
+"4\n"
+"help.text"
+msgid "You can define a default filter for the data by filtering, for example, field names, using a combination of logical expressions arguments."
msgstr ""
-#: 04060181.xhp#par_id3153947.155.help.text
-msgctxt "04060181.xhp#par_id3153947.155.help.text"
-msgid " <item type=\"input\">170</item> "
+#. u9t@
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"hd_id3159153\n"
+"5\n"
+"help.text"
+msgid "Operator"
+msgstr "ოპერატორი"
+
+#. BfYw
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3153093\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_PIVOTFILTER:LB_OP2\" visibility=\"visible\">Select a logical operator for the filter.</ahelp>"
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_PIVOTFILTER:LB_OP2\" visibility=\"visible\">ფილტრისთვის ლოგიკური ოპერატორის ამორჩევა.</ahelp>"
+
+#. {Bs*
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"hd_id3152462\n"
+"7\n"
+"help.text"
+msgid "Field name"
+msgstr "ველის დასახელება"
+
+#. k#[b
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3155306\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_PIVOTFILTER:LB_FIELD3\" visibility=\"visible\">Select the field that you want to use in the filter. If field names are not available, the column labels are listed.</ahelp>"
msgstr ""
-#: 04060181.xhp#par_id3149481.104.help.text
-msgid " <item type=\"input\">=CHITEST(A1:A6;B1:B6)</item> equals 0.02. This is the probability which suffices the observed data of the theoretical Chi-square distribution."
+#. F`:s
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"hd_id3148575\n"
+"9\n"
+"help.text"
+msgid "Condition"
+msgstr "პირობა"
+
+#. +9$)
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3147394\n"
+"10\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\"SC:LISTBOX:RID_SCDLG_PIVOTFILTER:LB_COND3\">Select an operator to compare the <emph>Field name</emph> and <emph>Value</emph> entries.</ahelp>"
msgstr ""
-#: 04060181.xhp#bm_id3148690.help.text
-msgid "<bookmark_value>CHIDIST function</bookmark_value>"
-msgstr "<bookmark_value>CHIDIST ფუნქცია</bookmark_value>"
+#. xd;7
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3144764\n"
+"11\n"
+"help.text"
+msgid "The following operators are available:"
+msgstr "შემდეგი ოპერაციებია ხელმისაწვდომი:"
-#: 04060181.xhp#hd_id3148690.106.help.text
-msgid "CHIDIST"
-msgstr "CHIDIST"
+#. %nFX
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3153415\n"
+"12\n"
+"help.text"
+msgid "<emph>Conditions:</emph>"
+msgstr "<emph>პირობები:</emph>"
-#: 04060181.xhp#par_id3156338.156.help.text
-msgid "<ahelp hid=\"HID_FUNC_CHIVERT\">Returns the probability value from the indicated Chi square that a hypothesis is confirmed.</ahelp> CHIDIST compares the Chi square value to be given for a random sample that is calculated from the sum of (observed value-expected value)^2/expected value for all values with the theoretical Chi square distribution and determines from this the probability of error for the hypothesis to be tested."
+#. Ehsm
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3150324\n"
+"13\n"
+"help.text"
+msgid "="
+msgstr "="
+
+#. B2si
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3153714\n"
+"14\n"
+"help.text"
+msgid "equal"
+msgstr "ტოლია"
+
+#. !R6{
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3154254\n"
+"15\n"
+"help.text"
+msgid "<"
+msgstr "<"
+
+#. ::l^
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3154703\n"
+"16\n"
+"help.text"
+msgid "less than"
+msgstr "ნაკლებია ვიდრე"
+
+#. j%2T
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3155335\n"
+"17\n"
+"help.text"
+msgid ">"
+msgstr ">"
+
+#. cMVp
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3147003\n"
+"18\n"
+"help.text"
+msgid "greater than"
+msgstr "მეტია ვიდრე"
+
+#. +Cnn
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3153270\n"
+"19\n"
+"help.text"
+msgid "<="
+msgstr "<="
+
+#. 42SZ
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3145257\n"
+"20\n"
+"help.text"
+msgid "less than or equal to"
+msgstr "ნაკლებია ან ტოლია"
+
+#. fQw]
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3145134\n"
+"21\n"
+"help.text"
+msgid ">="
+msgstr ">="
+
+#. 7!D)
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3151214\n"
+"22\n"
+"help.text"
+msgid "greater than or equal to"
+msgstr "მეტია ან ტოლია"
+
+#. J6.f
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3150345\n"
+"23\n"
+"help.text"
+msgid "<>"
+msgstr "<>"
+
+#. ZEk0
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3159101\n"
+"24\n"
+"help.text"
+msgid "not equal to"
+msgstr "არაა ტოლი"
+
+#. O(ec
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"hd_id3150886\n"
+"25\n"
+"help.text"
+msgid "Value"
+msgstr "მნიშვნელობა"
+
+#. Ifbg
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3155506\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_PIVOTFILTER:ED_VAL3\" visibility=\"visible\">Select the value that you want to compare to the selected field.</ahelp>"
msgstr ""
-#: 04060181.xhp#par_id3151316.157.help.text
-msgid "The probability determined by CHIDIST can also be determined by CHITEST."
+#. 9ry|
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"hd_id3146980\n"
+"27\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12090104.xhp\" name=\"More>>\">More>></link>"
+msgstr "<link href=\"text/scalc/01/12090104.xhp\" name=\"More>>\">დამატებით>></link>"
+
+#. QFf_
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"tit\n"
+"help.text"
+msgid "Add-in Functions"
+msgstr "დამატებითი ფუნქციები"
+
+#. ?zkB
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"bm_id3150870\n"
+"help.text"
+msgid "<bookmark_value>add-ins; functions</bookmark_value><bookmark_value>functions; add-in functions</bookmark_value><bookmark_value>Function Wizard; add-ins</bookmark_value>"
+msgstr "<bookmark_value>დროის და თარიღის ფუნქციები</bookmark_value><bookmark_value>ფუნქციები; თარიღი და დრო</bookmark_value><bookmark_value>ფუნქციების ოსტატი; თარიღი და დრო</bookmark_value>"
+
+#. J9X@
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3150870\n"
+"1\n"
+"help.text"
+msgid "Add-in Functions"
+msgstr "დამატებითი ფუნქციები"
+
+#. $#P*
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3147427\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"addintext\">The following describes and lists some of the available add-in functions. </variable>"
+msgstr "<variable id=\"addintext\">შემდეგი აღწერს და თვლის ზოგიერთ დამატებით ფუნქციას. </variable>"
+
+#. hdT!
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3163713\n"
+"75\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060112.xhp#addinconcept\">Add-in concept</link>"
+msgstr "<link href=\"text/scalc/01/04060112.xhp#addinconcept\">დამატებითი</link>"
+
+#. @/:x
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3146120\n"
+"5\n"
+"help.text"
+msgid "You will also find a <link href=\"text/scalc/01/04060112.xhp\">description of the $[officename] Calc add-in interface</link> in the Help. In addition, important functions and their parameters are described in the Help for the <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library </caseinline><defaultinline>$[officename] Calc add-in DLL</defaultinline></switchinline>."
+msgstr "თქვენ შეგიძლიათ ნახოთ <link href=\"text/scalc/01/04060112.xhp\">$[officename] Calc დამატებების აღწერა</link>დახმარებაში. დამატებით, მნიშვნელოვანი ფუქციები არის აღწეტრილი<switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library </caseinline><defaultinline>$[officename] Calc დამატებების DLL</defaultinline></switchinline>დახმარებაში."
+
+#. 4+6M
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3151075\n"
+"7\n"
+"help.text"
+msgid "Add-ins supplied"
+msgstr "დამატება"
+
+#. LT:?
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3156285\n"
+"8\n"
+"help.text"
+msgid "$[officename] contains examples for the add-in interface of $[officename] Calc."
+msgstr "$[officename] შეიცავს $[officename] Calc-ის დამატების ინტერფეისის მაგალითს."
+
+#. LP=J
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3159267\n"
+"76\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060115.xhp\">Analysis Functions Part One</link>"
+msgstr "<link href=\"text/scalc/01/04060115.xhp\">ანალიზის ფუნქციები პირველი ნაწილი</link>"
+
+#. AMjK
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3154703\n"
+"77\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060116.xhp\">Analysis Functions Part Two</link>"
+msgstr "<link href=\"text/scalc/01/04060116.xhp\">ანალიზის ფუნქციები მეორე ნაწილი</link>"
+
+#. {%fA
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"bm_id3149566\n"
+"help.text"
+msgid "<bookmark_value>ISLEAPYEAR function</bookmark_value><bookmark_value>leap year determination</bookmark_value>"
+msgstr "<bookmark_value>ISLEAPYEAR ფუნქცია</bookmark_value><bookmark_value>წლის საზღვრი განსაზღვრა</bookmark_value>"
+
+#. !I+E
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3149566\n"
+"14\n"
+"help.text"
+msgid "ISLEAPYEAR"
+msgstr "ISLEAPYEAR"
+
+#. gxDz
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3150297\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\".\">Determines whether a year is a leap year.</ahelp> If yes, the function will return the value 1 (TRUE); if not, it will return 0 (FALSE)."
msgstr ""
-#: 04060181.xhp#hd_id3155123.108.help.text
-msgctxt "04060181.xhp#hd_id3155123.108.help.text"
+#. pYVd
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3148487\n"
+"16\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060181.xhp#par_id3158439.109.help.text
-msgid "CHIDIST(Number; DegreesFreedom)"
-msgstr "CHIDIST (რიცხვი; თავისუფლების ხარისხი)"
+#. zP`q
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3150205\n"
+"17\n"
+"help.text"
+msgid "ISLEAPYEAR(\"Date\")"
+msgstr "ISLEAPYEAR(თარიღი)"
-#: 04060181.xhp#par_id3148675.110.help.text
-msgid " <emph>Number</emph> is the chi-square value of the random sample used to determine the error probability."
+#. p0FN
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3159239\n"
+"18\n"
+"help.text"
+msgid "<emph>Date</emph> specifies whether a given date falls within a leap year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME."
msgstr ""
-#: 04060181.xhp#par_id3155615.111.help.text
-msgid " <emph>DegreesFreedom</emph> are the degrees of freedom of the experiment."
-msgstr "<emph>თავისუფლების_ხარისხი</emph> არის ექსპერიმენტის თავისუფლების ხარისხი."
-
-#: 04060181.xhp#hd_id3146787.112.help.text
-msgctxt "04060181.xhp#hd_id3146787.112.help.text"
+#. vT(P
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3149817\n"
+"19\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060181.xhp#par_id3145774.113.help.text
-msgid " <item type=\"input\">=CHIDIST(13.27; 5)</item> equals 0.02."
+#. SB[{
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3150786\n"
+"20\n"
+"help.text"
+msgid "=ISLEAPYEAR(A1) returns 1, if A1 contains 1968-02-29, the valid date 29th of February 1968 in your locale setting."
+msgstr "ISLEAPYEAR(A1) აბრუნებს 1, თუ A1 შეიცავს 2/29/68, თარიღი არის 1968 წლის 29 თებერვალი."
+
+#. i[+C
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_idN107E7\n"
+"help.text"
+msgid "You may also use =ISLEAPYEAR(\"1968-02-29\") or =ISLEAPYEAR(\"2/29/68\")."
msgstr ""
-#: 04060181.xhp#par_id3156141.158.help.text
-msgid "If the Chi square value of the random sample is 13.27 and if the experiment has 5 degrees of freedom, then the hypothesis is assured with a probability of error of 2%."
+#. =ZVg
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_idN107EA\n"
+"help.text"
+msgid "Never use =ISLEAPYEAR(2/29/68), because this would first evaluate 2 divided by 29 divided by 68, and then calculate the ISLEAPYEAR function from this small number as a serial date number."
msgstr ""
-#: 04060181.xhp#bm_id0119200902231887.help.text
-msgid "<bookmark_value>CHISQDIST function</bookmark_value><bookmark_value>chi-square distribution</bookmark_value>"
-msgstr "<bookmark_value>LOGNORMDIST ფუნქცია</bookmark_value><bookmark_value>სრული ლოგარითმული განაწილება</bookmark_value>"
+#. B$rR
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"bm_id3154656\n"
+"help.text"
+msgid "<bookmark_value>YEARS function</bookmark_value><bookmark_value>number of years between two dates</bookmark_value>"
+msgstr "<bookmark_value>YEARS ფუნქცია</bookmark_value><bookmark_value>ორ თარიღს სორის წლების რაოდენობა</bookmark_value>"
-#: 04060181.xhp#hd_id0119200901583452.help.text
-msgid "CHISQDIST"
-msgstr "CHIDIST"
+#. IsND
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3154656\n"
+"21\n"
+"help.text"
+msgid "YEARS"
+msgstr "YEARS"
-#: 04060181.xhp#par_id0119200901583471.help.text
-msgid "<ahelp hid=\".\">Returns the value of the probability density function or the cumulative distribution function for the chi-square distribution.</ahelp>"
+#. ~tX_
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3150886\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DAI_FUNC_DIFFYEARS\">Calculates the difference in years between two dates.</ahelp>"
+msgstr "<ahelp hid=\"HID_DAI_FUNC_DIFFYEARS\">ორ თარიღს შორის გამოთვლის წლების სხვაობას.</ahelp>"
+
+#. HjO4
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3154370\n"
+"23\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. `m[7
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3146114\n"
+"24\n"
+"help.text"
+msgid "YEARS(StartDate; EndDate; Type)"
+msgstr "YEARS(საწყისი თარიღი;საბოლოო თარიღი; ტიპი)"
+
+#. f8v$
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3145387\n"
+"25\n"
+"help.text"
+msgid "<emph>StartDate</emph> is the first date"
+msgstr "<emph>საწყისი თარიღი</emph>: თარიღი."
+
+#. LEJh
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3156290\n"
+"26\n"
+"help.text"
+msgid "<emph>EndDate</emph> is the second date"
+msgstr "<emph>მონაცემი_2</emph> არის მონაცემთა მეორე წყობა."
+
+#. -Ar2
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3152893\n"
+"27\n"
+"help.text"
+msgid "<emph>Type</emph> calculates the type of difference. Possible values are 0 (interval) and 1 (in calendar years)."
+msgstr "ტიპი: გამოთვლის სხვაობის ტიპს. შესაძლო მნიშვნელობებია 0 (ინტერვალი) და 1 (კალენდარი წლები)."
+
+#. {u!r
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"bm_id3152898\n"
+"help.text"
+msgid "<bookmark_value>MONTHS function</bookmark_value><bookmark_value>number of months between two dates</bookmark_value>"
+msgstr "<bookmark_value>MONTHS ფუნქცია</bookmark_value><bookmark_value>ორ თარიღს სორის თვეების რაოდენობა</bookmark_value>"
+
+#. *FIe
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3152898\n"
+"28\n"
+"help.text"
+msgid "MONTHS"
+msgstr "MONTHS"
+
+#. XjNJ
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3153066\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DAI_FUNC_DIFFMONTHS\">Calculates the difference in months between two dates.</ahelp>"
+msgstr "<ahelp hid=\"HID_DAI_FUNC_DIFFMONTHS\">>ორ თარიღს შორის გამოთვლის თვეების სხვაობას.</ahelp>"
+
+#. I(yH
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3151240\n"
+"30\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. *g4]
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3146869\n"
+"31\n"
+"help.text"
+msgid "MONTHS(StartDate; EndDate; Type)"
+msgstr "MONTHS(საწყისი თარიღი;საბოლოო თარიღი; ტიპი)"
+
+#. ZEw:
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3145075\n"
+"32\n"
+"help.text"
+msgid "<emph>StartDate</emph> is the first date"
+msgstr "<emph>საწყისი თარიღი</emph>: თარიღი."
+
+#. +Q2*
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3157981\n"
+"33\n"
+"help.text"
+msgid "<emph>EndDate</emph> is the second date"
+msgstr "<emph>მონაცემი_2</emph> არის მონაცემთა მეორე წყობა."
+
+#. 9[nR
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3150111\n"
+"34\n"
+"help.text"
+msgid "<emph>Type</emph> calculates the type of difference. Possible values include 0 (interval) and 1 (in calendar months)."
+msgstr "ტიპი: გამოთვლის სხვაობის ტიპს. შესაძლო მნიშვნელობებია 0 (ინტერვალი) და 1 (კალენდარი თვეები)."
+
+#. :vVI
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"bm_id3159094\n"
+"help.text"
+msgid "<bookmark_value>ROT13 function</bookmark_value><bookmark_value>encrypting text</bookmark_value>"
+msgstr "<bookmark_value>ROT13 ფუნქცია</bookmark_value><bookmark_value>ტექსტის გაშიფვრვა</bookmark_value>"
+
+#. SKNc
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3159094\n"
+"35\n"
+"help.text"
+msgid "ROT13"
+msgstr "ROT13"
+
+#. vg2[
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3146781\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DAI_FUNC_ROT13\">Encrypts a character string by moving the characters 13 positions in the alphabet.</ahelp> After the letter Z, the alphabet begins again (Rotation). By applying the encryption function again to the resulting code, you can decrypt the text."
msgstr ""
-#: 04060181.xhp#hd_id0119200902395520.help.text
-msgctxt "04060181.xhp#hd_id0119200902395520.help.text"
+#. r0M-
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3150893\n"
+"37\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060181.xhp#par_id0119200902395679.help.text
-msgid "CHISQDIST(Number; Degrees Of Freedom; Cumulative)"
+#. Uc}(
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3159205\n"
+"38\n"
+"help.text"
+msgid "ROT13(Text)"
+msgstr "ROT13(ტექსტი)"
+
+#. S0AZ
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3153249\n"
+"39\n"
+"help.text"
+msgid "<emph>Text</emph> is the character string to be encrypted. ROT13(ROT13(Text)) decrypts the code."
msgstr ""
-#: 04060181.xhp#par_id011920090239564.help.text
-msgid " <emph>Number</emph> is the number for which the function is to be calculated."
-msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა, რომლისთვისაც F განაწილება გამოითვლება."
+#. +f@.
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"bm_id3151300\n"
+"help.text"
+msgid "<bookmark_value>DAYSINYEAR function</bookmark_value><bookmark_value>number of days; in a specific year</bookmark_value>"
+msgstr "<bookmark_value>DAYSINYEAR ფუნქცია</bookmark_value><bookmark_value>მითითებულ წელს დღეების რაოდენობა</bookmark_value>"
-#: 04060181.xhp#par_id0119200902395660.help.text
-msgctxt "04060181.xhp#par_id0119200902395660.help.text"
-msgid " <emph>Degrees Of Freedom</emph> is the degrees of freedom for the chi-square function."
-msgstr "<emph>თავისუფლების_ხარისხი</emph> ექსპერიმენტის თავისუფლების ხარისხი."
+#. .lE9
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3151300\n"
+"43\n"
+"help.text"
+msgid "DAYSINYEAR"
+msgstr "DAYSINYEAR"
-#: 04060181.xhp#par_id0119200902395623.help.text
-msgid " <emph>Cumulative</emph> (optional): 0 or False calculates the probability density function. Other values or True or omitted calculates the cumulative distribution function."
+#. :i:p
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3143220\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DAI_FUNC_DAYSINYEAR\">Calculates the number of days of the year in which the date entered occurs.</ahelp>"
msgstr ""
-#: 04060181.xhp#bm_id3150603.help.text
-msgid "<bookmark_value>EXPONDIST function</bookmark_value> <bookmark_value>exponential distributions</bookmark_value>"
-msgstr "<bookmark_value>EXPONDIST ფუნქცია</bookmark_value><bookmark_value>საჩვენებელი განაწილება</bookmark_value>"
+#. `;Pp
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3145358\n"
+"45\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060181.xhp#hd_id3150603.115.help.text
-msgid "EXPONDIST"
-msgstr "EXPONDIST"
+#. )La4
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3154651\n"
+"46\n"
+"help.text"
+msgid "DAYSINYEAR(Date)"
+msgstr "DAYSINYEAR(თარიღი)"
-#: 04060181.xhp#par_id3149563.116.help.text
-msgid "<ahelp hid=\"HID_FUNC_EXPONVERT\">Returns the exponential distribution.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_EXPONVERT\">აბრუნებს საჩვენებელ განაწილებას.</ahelp>"
+#. I}LG
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3153803\n"
+"47\n"
+"help.text"
+msgid "<emph>Date</emph> is any date in the respective year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME."
+msgstr ""
+
+#. 3A(o
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3153487\n"
+"48\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. FBM(
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3153811\n"
+"49\n"
+"help.text"
+msgid "=DAYSINYEAR(A1) returns 366 days if A1 contains 1968-02-29, a valid date for the year 1968."
+msgstr "WEEKSINYEAR(A1) აბრუნებს 53 თუ A1 შეიცავს 2/17/70, მართებული თარიღი 1970 წლითვის."
+
+#. W9wb
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"bm_id3154737\n"
+"help.text"
+msgid "<bookmark_value>DAYSINMONTH function</bookmark_value><bookmark_value>number of days;in a specific month of a year</bookmark_value>"
+msgstr "<bookmark_value>DAYSINMONTH ფუნქცია</bookmark_value><bookmark_value>დღეების რაოდენობა;განსაზღვრულ თვეში</bookmark_value>"
+
+#. r0JG
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3154737\n"
+"50\n"
+"help.text"
+msgid "DAYSINMONTH"
+msgstr "DAYSINMONTH"
-#: 04060181.xhp#hd_id3153789.117.help.text
-msgctxt "04060181.xhp#hd_id3153789.117.help.text"
+#. @E,B
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3149316\n"
+"51\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DAI_FUNC_DAYSINMONTH\">Calculates the number of days of the month in which the date entered occurs.</ahelp>"
+msgstr ""
+
+#. ]SPP
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3145114\n"
+"52\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060181.xhp#par_id3150987.118.help.text
-msgid "EXPONDIST(Number; Lambda; C)"
-msgstr "EXPONDIST(რიცხვი; ლამბდა; C)"
+#. +DSj
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3150955\n"
+"53\n"
+"help.text"
+msgid "DAYSINMONTH(Date)"
+msgstr "DAYSINMONTH(თარიღი)"
-#: 04060181.xhp#par_id3154663.119.help.text
-msgid " <emph>Number</emph> is the value of the function."
-msgstr "<emph>რიცხვი</emph> ფუნქციის მნიშვნელობა."
+#. 5ZN6
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3147501\n"
+"54\n"
+"help.text"
+msgid "<emph>Date</emph> is any date in the respective month of the desired year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME."
+msgstr ""
-#: 04060181.xhp#par_id3154569.120.help.text
-msgid " <emph>Lambda</emph> is the parameter value."
-msgstr "<emph>ლამბდა</emph> არის პარამეტრის მნიშვნელობა."
+#. r?_$
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3149871\n"
+"55\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. \9mP
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3155742\n"
+"56\n"
+"help.text"
+msgid "=DAYSINMONTH(A1) returns 29 days if A1 contains 1968-02-17, a valid date for February 1968."
+msgstr "WEEKSINYEAR(A1) აბრუნებს 53 თუ A1 შეიცავს 2/17/70, მართებული თარიღი 1970 წლითვის."
+
+#. ^nMw
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"bm_id3149048\n"
+"help.text"
+msgid "<bookmark_value>WEEKS function</bookmark_value><bookmark_value>number of weeks;between two dates</bookmark_value>"
+msgstr "<bookmark_value>WEEKS ფუნქცია</bookmark_value><bookmark_value>კვირების რაოდენობა; ორ თარიღს შორის</bookmark_value>"
+
+#. QlYF
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3149048\n"
+"57\n"
+"help.text"
+msgid "WEEKS"
+msgstr "WEEKS"
+
+#. K:h3
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3153340\n"
+"58\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DAI_FUNC_DIFFWEEKS\">Calculates the difference in weeks between two dates.</ahelp>"
+msgstr "<ahelp hid=\"HID_DAI_FUNC_DIFFWEEKS\">ანგარიშობს სხვაობას კვირებში ორ თარიღს შორის.</ahelp>"
+
+#. j=,8
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3150393\n"
+"59\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. p%PD
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3147402\n"
+"60\n"
+"help.text"
+msgid "WEEKS(StartDate; EndDate; Type)"
+msgstr "WEEKS(საწყისი თარიღი;საბოლოო თარიღი; ტიპი)"
+
+#. ^byD
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3151387\n"
+"61\n"
+"help.text"
+msgid "<emph>StartDate</emph> is the first date"
+msgstr "<emph>საწყისი თარიღი</emph>: თარიღი."
+
+#. }6S)
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3146324\n"
+"62\n"
+"help.text"
+msgid "<emph>EndDate</emph> is the second date"
+msgstr "<emph>მონაცემი_2</emph> არის მონაცემთა მეორე წყობა."
+
+#. 1F3F
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3166467\n"
+"63\n"
+"help.text"
+msgid "<emph>Type</emph> calculates the type of difference. The possible values are 0 (interval) and 1 (in numbers of weeks)."
+msgstr "ტიპი: გამოთვლის სხვაობის ტიპს. შესაძლო მნიშვნელობებია 0 (ინტერვალი) და 1 (კვირების რაოდენობა)."
+
+#. ^O?s
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"bm_id3145237\n"
+"help.text"
+msgid "<bookmark_value>WEEKSINYEAR function</bookmark_value><bookmark_value>number of weeks;in a specific year</bookmark_value>"
+msgstr "<bookmark_value>WEEKSINYEAR ფუნქცია</bookmark_value><bookmark_value>კვირების რაოდენობა;შესაბამის წელში</bookmark_value>"
+
+#. ^@~d
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3145237\n"
+"64\n"
+"help.text"
+msgid "WEEKSINYEAR"
+msgstr "WEEKSINYEAR"
+
+#. HQ[q
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3147410\n"
+"65\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DAI_FUNC_WEEKSINYEAR\">Calculates the number of weeks of the year in which the date entered occurs.</ahelp> The number of weeks is defined as follows: a week that spans two years is added to the year in which most days of that week occur."
+msgstr ""
+
+#. P4;R
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3149719\n"
+"66\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. b7.Y
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3145638\n"
+"67\n"
+"help.text"
+msgid "WEEKSINYEAR(Date)"
+msgstr "WEEKSINYEAR(თარიღი)"
-#: 04060181.xhp#par_id3147332.121.help.text
-msgid " <emph>C</emph> is a logical value that determines the form of the function. <emph>C = 0</emph> calculates the density function, and <emph>C = 1</emph> calculates the distribution."
+#. T;%g
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3149946\n"
+"68\n"
+"help.text"
+msgid "<emph>Date</emph> is any date in the respective year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME."
msgstr ""
-#: 04060181.xhp#hd_id3146133.122.help.text
-msgctxt "04060181.xhp#hd_id3146133.122.help.text"
+#. PN4*
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3150037\n"
+"69\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060181.xhp#par_id3150357.123.help.text
-msgid " <item type=\"input\">=EXPONDIST(3;0.5;1)</item> returns 0.78."
+#. ~fP1
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3147614\n"
+"70\n"
+"help.text"
+msgid "WEEKSINYEAR(A1) returns 53 if A1 contains 1970-02-17, a valid date for the year 1970."
+msgstr "WEEKSINYEAR(A1) აბრუნებს 53 თუ A1 შეიცავს 2/17/70, მართებული თარიღი 1970 წლითვის."
+
+#. qQ95
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3157901\n"
+"72\n"
+"help.text"
+msgid "Add-ins through %PRODUCTNAME API"
+msgstr "დამატება %PRODUCTNAME API"
+
+#. +1?*
+#: 04060111.xhp
+#, fuzzy
+msgctxt ""
+"04060111.xhp\n"
+"par_id3149351\n"
+"73\n"
+"help.text"
+msgid "Add-ins can also be implemented through the %PRODUCTNAME <link href=\"http://api.libreoffice.org/\">API</link>."
+msgstr "დამატებების ჩადგმა შესაძლებელია ასევე %PRODUCTNAME <link href=\"http://api.openoffice.org/\">API</link>."
+
+#. FSoq
+#: 12080600.xhp
+msgctxt ""
+"12080600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Remove"
+msgstr "წაშლა"
+
+#. |5@I
+#: 12080600.xhp
+msgctxt ""
+"12080600.xhp\n"
+"hd_id3148947\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12080600.xhp\" name=\"Remove\">Remove</link>"
+msgstr "<link href=\"text/scalc/01/12080600.xhp\" name=\"Remove\">ამოშლა</link>"
+
+#. ?idw
+#: 12080600.xhp
+msgctxt ""
+"12080600.xhp\n"
+"par_id3149656\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ClearOutline\" visibility=\"visible\">Removes the outline from the selected cell range.</ahelp>"
+msgstr "<ahelp hid=\".uno:ClearOutline\" visibility=\"visible\">მონიშნულ უჯრების დიაპაზონს აცლის კონტურს.</ahelp>"
+
+#. 2BhU
+#: 12090000.xhp
+#, fuzzy
+msgctxt ""
+"12090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Pivot Table"
+msgstr "ცხრილის დაყოფა"
+
+#. *vCt
+#: 12090000.xhp
+#, fuzzy
+msgctxt ""
+"12090000.xhp\n"
+"hd_id3150275\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12090000.xhp\" name=\"Pivot Table\">Pivot Table</link>"
+msgstr "<link href=\"text/scalc/01/12090000.xhp\" name=\"DataPilot\">DataPilot</link>"
+
+#. 0Op|
+#: 12090000.xhp
+msgctxt ""
+"12090000.xhp\n"
+"par_id3153562\n"
+"2\n"
+"help.text"
+msgid "A pivot table provides a summary of large amounts of data. You can then rearrange the pivot table to view different summaries of the data."
msgstr ""
-#: 04050100.xhp#tit.help.text
-msgid "Sheet from file"
-msgstr "Sheet from file"
+#. Gp\{
+#: 12090000.xhp
+#, fuzzy
+msgctxt ""
+"12090000.xhp\n"
+"hd_id3155923\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12090100.xhp\" name=\"Create\">Create</link>"
+msgstr "<link href=\"text/scalc/01/12090300.xhp\" name=\"Delete\">წაშლა</link>"
-#: 04050100.xhp#par_idN105C1.help.text
-msgid "<link href=\"text/scalc/01/04050100.xhp\">Sheet from file</link>"
-msgstr "<link href=\"text/scalc/01/04050100.xhp\">ფურცლის ფორმის ფაილი</link>"
+#. R/WL
+#: 12090000.xhp
+#, fuzzy
+msgctxt ""
+"12090000.xhp\n"
+"par_idN105FB\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12090102.xhp\" name=\"Pivot table dialog\">Pivot table dialog</link>"
+msgstr "<link href=\"text/scalc/01/12090102.xhp\" name=\"DataPilot dialog\">ნაერთი ცხრილის დიალოგი</link>"
-#: 04050100.xhp#par_idN105D1.help.text
-msgid "<ahelp hid=\"26275\">Inserts a sheet from a different spreadsheet file.</ahelp>"
-msgstr "<ahelp hid=\"26275\">სვავს ფურცლებს სხვადასხვა ელექტრონული ცხრილის ფაილიდან.</ahelp>"
+#. `B+J
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Grouping"
+msgstr "დაჯგუფება"
-#: 04050100.xhp#par_idN105F7.help.text
-msgid "Use the <link href=\"text/shared/01/01020000.xhp\">File - Open</link> dialog to locate the spreadsheet."
-msgstr "გამოიყენეთ <link href=\"text/shared/01/01020000.xhp\">ფაილის გახსნის</link> დიალოგი ელცხრილის მოსაძებნად."
+#. hT8M
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN1054D\n"
+"help.text"
+msgid "Grouping"
+msgstr "დაჯგუფება"
-#: 04050100.xhp#par_idN10609.help.text
-msgid "In the <link href=\"text/scalc/01/04050000.xhp\">Insert Sheet</link> dialog, select the sheet that you want to insert."
-msgstr "<link href=\"text/scalc/01/04050000.xhp\">ფურცლის ჩასმის</link> დიალოგში, აირჩიეთ ჩასასმელი ფურცელი."
+#. N_RJ
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10551\n"
+"help.text"
+msgid "Grouping pivot tables displays the <emph>Grouping</emph> dialog for either values or dates."
+msgstr ""
+
+#. ij\A
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10568\n"
+"help.text"
+msgid "Start"
+msgstr "დასაწყისი"
+
+#. tw54
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN1056C\n"
+"help.text"
+msgid "Specifies the start of the grouping."
+msgstr "საზღვრავს დაჯგუფების დასაწყისს."
+
+#. $wJS
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN1056F\n"
+"help.text"
+msgid "Automatically"
+msgstr "ავტომატურად"
+
+#. 4}91
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10573\n"
+"help.text"
+msgid "Specifies whether to start grouping at the smallest value."
+msgstr ""
+
+#. -Agj
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10576\n"
+"help.text"
+msgid "Manually at"
+msgstr "ხელით"
+
+#. G1rL
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN1057A\n"
+"help.text"
+msgid "Specifies whether to enter the start value for grouping yourself."
+msgstr ""
+
+#. fGLw
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN1057D\n"
+"help.text"
+msgid "End"
+msgstr "დასასრული"
+
+#. P]u3
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10581\n"
+"help.text"
+msgid "Specifies the end of the grouping."
+msgstr "საზღვრავს დაჯგუფების დასასრულს."
+
+#. )?kZ
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10584\n"
+"help.text"
+msgid "Automatically"
+msgstr "ავტომატურად"
+
+#. ?cH5
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10588\n"
+"help.text"
+msgid "Specifies whether to end grouping at the largest value."
+msgstr ""
-#: 04060185.xhp#tit.help.text
+#. |KA]
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN1058B\n"
+"help.text"
+msgid "Manually at"
+msgstr "ხელით"
+
+#. *gTM
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN1058F\n"
+"help.text"
+msgid "Specifies whether to enter the end value for grouping yourself."
+msgstr ""
+
+#. %lA(
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10592\n"
+"help.text"
+msgid "Group by"
+msgstr "დაკგუფება"
+
+#. Wsx}
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10596\n"
+"help.text"
+msgid "Specifies the value range by which every group's limits are calculated."
+msgstr "საზღვრავს მნიშვნელობათა დიაპაზონს, რომლითაც ჯგუფის ყოველი შეზღუდვები გამოითვლება."
+
+#. 6?3A
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10599\n"
+"help.text"
+msgid "Number of days"
+msgstr "დღეების რაოდენობა"
+
+#. 7]o2
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN1059D\n"
+"help.text"
+msgid "In the case of grouping date values, specifies the number of days to group by."
+msgstr ""
+
+#. tAgg
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN105A0\n"
+"help.text"
+msgid "Intervals"
+msgstr "ინტერვალები"
+
+#. b,DE
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN105A4\n"
+"help.text"
+msgid "In the case of grouping date values, specifies the intervals to group by."
+msgstr ""
+
+#. e7D_
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN105B2\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/guide/datapilot_grouping.xhp#datapilot_grouping\"/>"
+msgstr "<embedvar href=\"text/scalc/guide/datapilot_grouping.xhp#datapilot_grouping\"/>"
+
+#. oULu
+#: 06030700.xhp
+msgctxt ""
+"06030700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fill Mode"
+msgstr "შევსების რეჟიმი"
+
+#. +y9v
+#: 06030700.xhp
+msgctxt ""
+"06030700.xhp\n"
+"bm_id3145119\n"
+"help.text"
+msgid "<bookmark_value>cells; trace fill mode</bookmark_value><bookmark_value>traces; precedents for multiple cells</bookmark_value>"
+msgstr ""
+
+#. Ien=
+#: 06030700.xhp
+msgctxt ""
+"06030700.xhp\n"
+"hd_id3145119\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06030700.xhp\" name=\"Fill Mode\">Fill Mode</link>"
+msgstr "<link href=\"text/scalc/01/06030700.xhp\" name=\"Fill Mode\">შევსების რეჟიმი</link>"
+
+#. Z)^V
+#: 06030700.xhp
+msgctxt ""
+"06030700.xhp\n"
+"par_id3151246\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AuditingFillMode\">Activates the Fill Mode in the Detective. The mouse pointer changes to a special symbol, and you can click any cell to see a trace to the precedent cell.</ahelp> To exit this mode, press Escape or click the <emph>End Fill Mode</emph> command in the context menu."
+msgstr ""
+
+#. jCst
+#: 06030700.xhp
+msgctxt ""
+"06030700.xhp\n"
+"par_id3151211\n"
+"3\n"
+"help.text"
+msgid "The <emph>Fill Mode</emph> function is identical to the <link href=\"text/scalc/01/06030100.xhp\" name=\"Trace Precedent\">Trace Precedent</link> command if you call this mode for the first time. Use the context menu to select further options for the Fill Mode and to exit this mode."
+msgstr ""
+
+#. aZH7
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"tit\n"
+"help.text"
msgid "Statistical Functions Part Five"
msgstr "სტატისტიკური ფუნქციები ნაწილი 5"
-#: 04060185.xhp#hd_id3147072.1.help.text
+#. 2n%S
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3147072\n"
+"1\n"
+"help.text"
msgid "<variable id=\"rz\"><link href=\"text/scalc/01/04060185.xhp\" name=\"Statistical Functions Part Five\">Statistical Functions Part Five</link></variable>"
msgstr "<variable id=\"rz\"><link href=\"text/scalc/01/04060185.xhp\" name=\"Statistical Functions Part Five\">სტატისტიკური ფუნქციები მეხუთე ნაწილი</link></variable>"
-#: 04060185.xhp#bm_id3155071.help.text
+#. hR2d
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3155071\n"
+"help.text"
msgid "<bookmark_value>RANK function</bookmark_value> <bookmark_value>numbers;determining ranks</bookmark_value>"
msgstr "<bookmark_value>RANK ფუნქცია</bookmark_value><bookmark_value>რიცხვები;რანგების განსაზღვრა</bookmark_value>"
-#: 04060185.xhp#hd_id3155071.2.help.text
+#. *W#:
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3155071\n"
+"2\n"
+"help.text"
msgid "RANK"
msgstr "RANK"
-#: 04060185.xhp#par_id3153976.3.help.text
+#. 1RD}
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153976\n"
+"3\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_RANG\">Returns the rank of a number in a sample.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_RANG\">აბრუნებს შერჩევაში რიცხვის რანგს.</ahelp>"
-#: 04060185.xhp#hd_id3159206.4.help.text
-msgctxt "04060185.xhp#hd_id3159206.4.help.text"
+#. Wpk{
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3159206\n"
+"4\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060185.xhp#par_id3153250.5.help.text
+#. B23M
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153250\n"
+"5\n"
+"help.text"
msgid "RANK(Value; Data; Type)"
msgstr "RANK(მნიშვნელობა; მონაცემები; ტიპი)"
-#: 04060185.xhp#par_id3154543.6.help.text
-msgid " <emph>Value</emph> is the value, whose rank is to be determined."
+#. sX(b
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154543\n"
+"6\n"
+"help.text"
+msgid "<emph>Value</emph> is the value, whose rank is to be determined."
msgstr "<emph>მნიშვნელობა</emph> არის მნიშვნელობა, რომლის რანგიც უნდა დადგინდეს."
-#: 04060185.xhp#par_id3149130.7.help.text
-msgctxt "04060185.xhp#par_id3149130.7.help.text"
-msgid " <emph>Data</emph> is the array or range of data in the sample."
+#. 0FZm
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149130\n"
+"7\n"
+"help.text"
+msgid "<emph>Data</emph> is the array or range of data in the sample."
msgstr "<emph>მონაცემი</emph> ასახავს შერჩევაში მონაცემთა მასივს."
-#: 04060185.xhp#par_id3150215.8.help.text
-msgid " <emph>Type</emph> (optional) is the sequence order."
+#. tPq-
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150215\n"
+"8\n"
+"help.text"
+msgid "<emph>Type</emph> (optional) is the sequence order."
msgstr "<emph>ტიპი</emph> (არასავალდებულო) არის თანმიმდევრობა."
-#: 04060185.xhp#par_id9305398.help.text
-msgid "Type = 0 means descending from the last item of the array to the first (this is the default), "
-msgstr ""
-
-#: 04060185.xhp#par_id9996948.help.text
+#. _G@m
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id9305398\n"
+"help.text"
+msgid "Type = 0 means descending from the last item of the array to the first (this is the default),"
+msgstr ""
+
+#. bVyN
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id9996948\n"
+"help.text"
msgid "Type = 1 means ascending from the first item of the range to the last."
msgstr ""
-#: 04060185.xhp#hd_id3143223.9.help.text
-msgctxt "04060185.xhp#hd_id3143223.9.help.text"
+#. Z}3I
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3143223\n"
+"9\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060185.xhp#par_id3155919.10.help.text
-msgid " <item type=\"input\">=RANK(A10;A1:A50)</item> returns the ranking of the value in A10 in value range A1:A50. If <item type=\"literal\">Value</item> does not exist within the range an error message is displayed."
-msgstr ""
-
-#: 04060185.xhp#bm_id3153556.help.text
+#. 6E|^
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3155919\n"
+"10\n"
+"help.text"
+msgid "<item type=\"input\">=RANK(A10;A1:A50)</item> returns the ranking of the value in A10 in value range A1:A50. If <item type=\"literal\">Value</item> does not exist within the range an error message is displayed."
+msgstr ""
+
+#. Y$^f
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3153556\n"
+"help.text"
msgid "<bookmark_value>SKEW function</bookmark_value>"
msgstr "<bookmark_value>SKEW ფუნქცია</bookmark_value>"
-#: 04060185.xhp#hd_id3153556.12.help.text
+#. 2J6d
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3153556\n"
+"12\n"
+"help.text"
msgid "SKEW"
msgstr "SKEW"
-#: 04060185.xhp#par_id3153485.13.help.text
+#. h##z
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153485\n"
+"13\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_SCHIEFE\">Returns the skewness of a distribution.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_SCHIEFE\">აბრუნებს განაწილების მრუდს.</ahelp>"
-#: 04060185.xhp#hd_id3154733.14.help.text
-msgctxt "04060185.xhp#hd_id3154733.14.help.text"
+#. YQ,L
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154733\n"
+"14\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060185.xhp#par_id3151191.15.help.text
+#. 1%Pm
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3151191\n"
+"15\n"
+"help.text"
msgid "SKEW(Number1; Number2; ...Number30)"
msgstr "SKEW(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
-#: 04060185.xhp#par_id3155757.16.help.text
-msgid " <emph>Number1, Number2...Number30</emph> are numerical values or ranges."
+#. qf/t
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3155757\n"
+"16\n"
+"help.text"
+msgid "<emph>Number1, Number2...Number30</emph> are numerical values or ranges."
msgstr "<emph>რიცხვი 1; რიცხვი 2;...რიცხვი 30</emph> არის დიაპაზონის ციფრული მნიშვნელობები."
-#: 04060185.xhp#hd_id3153297.17.help.text
-msgctxt "04060185.xhp#hd_id3153297.17.help.text"
+#. -Bdj
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3153297\n"
+"17\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060185.xhp#par_id3145118.18.help.text
-msgid " <item type=\"input\">=SKEW(A1:A50)</item> calculates the value of skew for the data referenced."
-msgstr ""
-
-#: 04060185.xhp#bm_id3149051.help.text
+#. @|I/
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3145118\n"
+"18\n"
+"help.text"
+msgid "<item type=\"input\">=SKEW(A1:A50)</item> calculates the value of skew for the data referenced."
+msgstr ""
+
+#. !6YE
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3149051\n"
+"help.text"
msgid "<bookmark_value>regression lines;FORECAST function</bookmark_value> <bookmark_value>extrapolations</bookmark_value> <bookmark_value>FORECAST function</bookmark_value>"
msgstr "<bookmark_value>ხაზების რეგრესია</bookmark_value><bookmark_value>ექსტრაპოლაცია</bookmark_value><bookmark_value>FORECAST ფუნქცია</bookmark_value>"
-#: 04060185.xhp#hd_id3149051.20.help.text
+#. K%b5
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3149051\n"
+"20\n"
+"help.text"
msgid "FORECAST"
msgstr "FORECAST"
-#: 04060185.xhp#par_id3153290.21.help.text
+#. 6/82
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153290\n"
+"21\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_SCHAETZER\">Extrapolates future values based on existing x and y values.</ahelp>"
msgstr ""
-#: 04060185.xhp#hd_id3151343.22.help.text
-msgctxt "04060185.xhp#hd_id3151343.22.help.text"
+#. m],7
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3151343\n"
+"22\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060185.xhp#par_id3147404.23.help.text
+#. =QM-
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3147404\n"
+"23\n"
+"help.text"
msgid "FORECAST(Value; DataY; DataX)"
msgstr "FORECAST(მნიშვნელობა; მონაცემი_Y; მონაცემი_X)"
-#: 04060185.xhp#par_id3148743.24.help.text
-msgid " <emph>Value</emph> is the x value, for which the y value on the linear regression is to be returned."
-msgstr ""
-
-#: 04060185.xhp#par_id3146325.25.help.text
-msgid " <emph>DataY</emph> is the array or range of known y's."
+#. p87(
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3148743\n"
+"24\n"
+"help.text"
+msgid "<emph>Value</emph> is the x value, for which the y value on the linear regression is to be returned."
+msgstr ""
+
+#. 0XNk
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3146325\n"
+"25\n"
+"help.text"
+msgid "<emph>DataY</emph> is the array or range of known y's."
msgstr "<emph>მონაცემი_Y</emph> არის ცნობილი y-ების მასივი ან დიაპაზონი."
-#: 04060185.xhp#par_id3150536.26.help.text
-msgid " <emph>DataX</emph> is the array or range of known x's."
+#. 1y2k
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150536\n"
+"26\n"
+"help.text"
+msgid "<emph>DataX</emph> is the array or range of known x's."
msgstr "<emph>მონაცემი_X</emph> არის ცნობილი x-ების მასივი ან დიაპაზონი."
-#: 04060185.xhp#hd_id3147416.27.help.text
-msgctxt "04060185.xhp#hd_id3147416.27.help.text"
+#. KPE_
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3147416\n"
+"27\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060185.xhp#par_id3157874.28.help.text
-msgid " <item type=\"input\">=FORECAST(50;A1:A50;B1;B50)</item> returns the Y value expected for the X value of 50 if the X and Y values in both references are linked by a linear trend."
-msgstr ""
-
-#: 04060185.xhp#bm_id3149143.help.text
+#. BRSw
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3157874\n"
+"28\n"
+"help.text"
+msgid "<item type=\"input\">=FORECAST(50;A1:A50;B1;B50)</item> returns the Y value expected for the X value of 50 if the X and Y values in both references are linked by a linear trend."
+msgstr ""
+
+#. 1TT$
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3149143\n"
+"help.text"
msgid "<bookmark_value>STDEV function</bookmark_value> <bookmark_value>standard deviations in statistics;based on a sample</bookmark_value>"
msgstr "<bookmark_value>STDEV ფუნქცია</bookmark_value><bookmark_value>სტატისტიკაში სტანდარტული გადახრა;დაფუძნებული შერჩევაზე</bookmark_value>"
-#: 04060185.xhp#hd_id3149143.30.help.text
-msgctxt "04060185.xhp#hd_id3149143.30.help.text"
+#. +$ND
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3149143\n"
+"30\n"
+"help.text"
msgid "STDEV"
msgstr "STDEV"
-#: 04060185.xhp#par_id3146888.31.help.text
+#. aX!+
+#: 04060185.xhp
#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3146888\n"
+"31\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_STABW\">Estimates the standard deviation based on a sample.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_STABWA\">გამოთვლის მოსალოდნელის სტანდარტულ გადახრას.</ahelp>"
-#: 04060185.xhp#hd_id3146815.32.help.text
-msgctxt "04060185.xhp#hd_id3146815.32.help.text"
+#. GYuz
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3146815\n"
+"32\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060185.xhp#par_id3149946.33.help.text
+#. sPLK
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149946\n"
+"33\n"
+"help.text"
msgid "STDEV(Number1; Number2; ...Number30)"
msgstr "AVEDEV(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
-#: 04060185.xhp#par_id3157904.34.help.text
-msgid " <emph>Number1, Number2, ... Number30</emph> are numerical values or ranges representing a sample based on an entire population."
+#. rt*b
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3157904\n"
+"34\n"
+"help.text"
+msgid "<emph>Number1, Number2, ... Number30</emph> are numerical values or ranges representing a sample based on an entire population."
msgstr "<emph>რიცხვი 1; რიცხვი 2;...რიცხვი 30</emph> არის შერჩევის ამსახველი დიაპაზონის ციფრული მნიშვნელობები."
-#: 04060185.xhp#hd_id3150650.35.help.text
-msgctxt "04060185.xhp#hd_id3150650.35.help.text"
+#. gIK^
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3150650\n"
+"35\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060185.xhp#par_id3149434.36.help.text
-msgid " <item type=\"input\">=STDEV(A1:A50)</item> returns the estimated standard deviation based on the data referenced."
-msgstr ""
-
-#: 04060185.xhp#bm_id3144745.help.text
+#. A$N)
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149434\n"
+"36\n"
+"help.text"
+msgid "<item type=\"input\">=STDEV(A1:A50)</item> returns the estimated standard deviation based on the data referenced."
+msgstr ""
+
+#. =IDm
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3144745\n"
+"help.text"
msgid "<bookmark_value>STDEVA function</bookmark_value>"
msgstr "<bookmark_value>STDEVA ფუნქცია</bookmark_value>"
-#: 04060185.xhp#hd_id3144745.186.help.text
+#. !GpJ
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3144745\n"
+"186\n"
+"help.text"
msgid "STDEVA"
msgstr "STDEVA"
-#: 04060185.xhp#par_id3151234.187.help.text
+#. !h]*
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3151234\n"
+"187\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_STABWA\">Calculates the standard deviation of an estimation based on a sample.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_STABWA\">გამოთვლის მოსალოდნელის სტანდარტულ გადახრას.</ahelp>"
-#: 04060185.xhp#hd_id3148884.188.help.text
-msgctxt "04060185.xhp#hd_id3148884.188.help.text"
+#. r2Nd
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3148884\n"
+"188\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060185.xhp#par_id3147422.189.help.text
+#. +zQs
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3147422\n"
+"189\n"
+"help.text"
msgid "STDEVA(Value1;Value2;...Value30)"
msgstr "STDEVA(მნიშვნელობა 1;მნიშვნელობა 2;...მნიშვნელობა 30)"
-#: 04060185.xhp#par_id3154547.190.help.text
-msgid " <emph>Value1, Value2, ...Value30</emph> are values or ranges representing a sample derived from an entire population. Text has the value 0."
-msgstr ""
-
-#: 04060185.xhp#hd_id3155829.191.help.text
-msgctxt "04060185.xhp#hd_id3155829.191.help.text"
+#. C@Oy
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154547\n"
+"190\n"
+"help.text"
+msgid "<emph>Value1, Value2, ...Value30</emph> are values or ranges representing a sample derived from an entire population. Text has the value 0."
+msgstr ""
+
+#. 9O#1
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3155829\n"
+"191\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060185.xhp#par_id3148581.192.help.text
-msgid " <item type=\"input\">=STDEVA(A1:A50)</item> returns the estimated standard deviation based on the data referenced."
-msgstr ""
-
-#: 04060185.xhp#bm_id3149734.help.text
+#. Z4bs
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3148581\n"
+"192\n"
+"help.text"
+msgid "<item type=\"input\">=STDEVA(A1:A50)</item> returns the estimated standard deviation based on the data referenced."
+msgstr ""
+
+#. N#k5
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3149734\n"
+"help.text"
msgid "<bookmark_value>STDEVP function</bookmark_value> <bookmark_value>standard deviations in statistics;based on a population</bookmark_value>"
msgstr "<bookmark_value>STDEVP ფუნქცია</bookmark_value><bookmark_value>სტატისტიკაში სტანდარტული გადახრა;დაფუძნებული მოსახლეობაზე</bookmark_value>"
-#: 04060185.xhp#hd_id3149734.38.help.text
-msgctxt "04060185.xhp#hd_id3149734.38.help.text"
+#. 1\la
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3149734\n"
+"38\n"
+"help.text"
msgid "STDEVP"
msgstr "STDEVP"
-#: 04060185.xhp#par_id3149187.39.help.text
+#. DvjL
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149187\n"
+"39\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_STABWN\">Calculates the standard deviation based on the entire population.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_STABWN\">გამოთვლის მთელი მოსახლეობის სტანდარტულ გადახრას.</ahelp>"
-#: 04060185.xhp#hd_id3154387.40.help.text
-msgctxt "04060185.xhp#hd_id3154387.40.help.text"
+#. 33Yq
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154387\n"
+"40\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060185.xhp#par_id3154392.41.help.text
+#. :B%L
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154392\n"
+"41\n"
+"help.text"
msgid "STDEVP(Number1;Number2;...Number30)"
msgstr "STDEVP(რიცხვი 1;რიცხვი 2;...რიცხვი 30)"
-#: 04060185.xhp#par_id3155261.42.help.text
-msgid " <emph>Number 1,Number 2,...Number 30</emph> are numerical values or ranges representing a sample based on an entire population."
+#. b=:.
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3155261\n"
+"42\n"
+"help.text"
+msgid "<emph>Number 1,Number 2,...Number 30</emph> are numerical values or ranges representing a sample based on an entire population."
msgstr "<emph>რიცხვი 1; რიცხვი 2;...რიცხვი 30</emph> არის შერჩევის ამსახველი დიაპაზონის ციფრული მნიშვნელობები."
-#: 04060185.xhp#hd_id3145591.43.help.text
-msgctxt "04060185.xhp#hd_id3145591.43.help.text"
+#. \;Tc
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3145591\n"
+"43\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060185.xhp#par_id3153933.44.help.text
-msgid " <item type=\"input\">=STDEVP(A1:A50)</item> returns a standard deviation of the data referenced."
-msgstr ""
-
-#: 04060185.xhp#bm_id3154522.help.text
+#. FXSw
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153933\n"
+"44\n"
+"help.text"
+msgid "<item type=\"input\">=STDEVP(A1:A50)</item> returns a standard deviation of the data referenced."
+msgstr ""
+
+#. nr9-
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3154522\n"
+"help.text"
msgid "<bookmark_value>STDEVPA function</bookmark_value>"
msgstr "<bookmark_value>STDEVPA ფუნქცია</bookmark_value>"
-#: 04060185.xhp#hd_id3154522.194.help.text
+#. ,G;j
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154522\n"
+"194\n"
+"help.text"
msgid "STDEVPA"
msgstr "STDEVPA"
-#: 04060185.xhp#par_id3149549.195.help.text
+#. }@jO
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149549\n"
+"195\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_STABWNA\">Calculates the standard deviation based on the entire population.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_STABWNA\">გამოთვლის მთელი მოსახლეობის სტანდარტულ გადახრას.</ahelp>"
-#: 04060185.xhp#hd_id3155950.196.help.text
-msgctxt "04060185.xhp#hd_id3155950.196.help.text"
+#. %g-Q
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3155950\n"
+"196\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060185.xhp#par_id3146851.197.help.text
+#. F4)~
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3146851\n"
+"197\n"
+"help.text"
msgid "STDEVPA(Value1;Value2;...Value30)"
msgstr "STDEVPA(მნიშვნელობა 1;მნიშვნელობა 2;...მნიშვნელობა 30)"
-#: 04060185.xhp#par_id3153109.198.help.text
-msgid " <emph>Value1,value2,...value30</emph> are values or ranges representing a sample derived from an entire population. Text has the value 0."
-msgstr ""
-
-#: 04060185.xhp#hd_id3154506.199.help.text
-msgctxt "04060185.xhp#hd_id3154506.199.help.text"
+#. QBqy
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153109\n"
+"198\n"
+"help.text"
+msgid "<emph>Value1,value2,...value30</emph> are values or ranges representing a sample derived from an entire population. Text has the value 0."
+msgstr ""
+
+#. %}oS
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154506\n"
+"199\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060185.xhp#par_id3145163.200.help.text
-msgid " <item type=\"input\">=STDEVPA(A1:A50)</item> returns the standard deviation of the data referenced."
-msgstr ""
-
-#: 04060185.xhp#bm_id3155928.help.text
+#. 9A1d
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3145163\n"
+"200\n"
+"help.text"
+msgid "<item type=\"input\">=STDEVPA(A1:A50)</item> returns the standard deviation of the data referenced."
+msgstr ""
+
+#. QRRC
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3155928\n"
+"help.text"
msgid "<bookmark_value>STANDARDIZE function</bookmark_value> <bookmark_value>converting;random variables, into normalized values</bookmark_value>"
msgstr "<bookmark_value>STANDARDIZE ფუნქცია</bookmark_value><bookmark_value>გარდაქმნა;შემთხვევითი ცვლადები;ნორმალიზებულ მნიშვნელობებად</bookmark_value>"
-#: 04060185.xhp#hd_id3155928.46.help.text
+#. x~Wn
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3155928\n"
+"46\n"
+"help.text"
msgid "STANDARDIZE"
msgstr "STANDARDIZE"
-#: 04060185.xhp#par_id3149883.47.help.text
+#. -FK#
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149883\n"
+"47\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_STANDARDISIERUNG\">Converts a random variable to a normalized value.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_STANDARDISIERUNG\">შემთხვევით ცვლადს ნორმალურ მნიშვნელობად გარდაქმნის.</ahelp>"
-#: 04060185.xhp#hd_id3154330.48.help.text
-msgctxt "04060185.xhp#hd_id3154330.48.help.text"
+#. d.Xq
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154330\n"
+"48\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060185.xhp#par_id3150132.49.help.text
+#. 0BqT
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150132\n"
+"49\n"
+"help.text"
msgid "STANDARDIZE(Number; Mean; StDev)"
msgstr "STANDARDIZE(რიცხვი; მნიშვნელობა; STDEV)"
-#: 04060185.xhp#par_id3159139.50.help.text
-msgid " <emph>Number</emph> is the value to be standardized."
+#. ;Fb0
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3159139\n"
+"50\n"
+"help.text"
+msgid "<emph>Number</emph> is the value to be standardized."
msgstr "<emph>რიცხვი</emph> არის გარდასაქმნელი მნიშვნელობა."
-#: 04060185.xhp#par_id3145241.51.help.text
-msgid " <emph>Mean</emph> is the arithmetic mean of the distribution."
+#. {#qr
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3145241\n"
+"51\n"
+"help.text"
+msgid "<emph>Mean</emph> is the arithmetic mean of the distribution."
msgstr "<emph>საშუალო</emph> განაწილების საშუალო არითმეტიკული."
-#: 04060185.xhp#par_id3148874.52.help.text
-msgid " <emph>StDev</emph> is the standard deviation of the distribution."
+#. ZH)2
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3148874\n"
+"52\n"
+"help.text"
+msgid "<emph>StDev</emph> is the standard deviation of the distribution."
msgstr "<emph>STDEV</emph> არის ნორმალური განაწილების სტანდარტული გადახრა."
-#: 04060185.xhp#hd_id3145351.53.help.text
-msgctxt "04060185.xhp#hd_id3145351.53.help.text"
+#. =]PV
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3145351\n"
+"53\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060185.xhp#par_id3156067.54.help.text
-msgid " <item type=\"input\">=STANDARDIZE(11;10;1)</item> returns 1. The value 11 in a normal distribution with a mean of 10 and a standard deviation of 1 is as much above the mean of 10, as the value 1 is above the mean of the standard normal distribution."
-msgstr ""
-
-#: 04060185.xhp#bm_id3157986.help.text
+#. Sp-9
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3156067\n"
+"54\n"
+"help.text"
+msgid "<item type=\"input\">=STANDARDIZE(11;10;1)</item> returns 1. The value 11 in a normal distribution with a mean of 10 and a standard deviation of 1 is as much above the mean of 10, as the value 1 is above the mean of the standard normal distribution."
+msgstr ""
+
+#. ITO]
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3157986\n"
+"help.text"
msgid "<bookmark_value>NORMSINV function</bookmark_value> <bookmark_value>normal distribution;inverse of standard</bookmark_value>"
msgstr "<bookmark_value>NORMSINV ფუნქცია</bookmark_value><bookmark_value>ნორმალური განაწილება;სტანდარტულის შებრუნება</bookmark_value>"
-#: 04060185.xhp#hd_id3157986.56.help.text
+#. .BGD
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3157986\n"
+"56\n"
+"help.text"
msgid "NORMSINV"
msgstr "NORMSINV"
-#: 04060185.xhp#par_id3151282.57.help.text
+#. */$C
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3151282\n"
+"57\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_STANDNORMINV\">Returns the inverse of the standard normal cumulative distribution.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_STANDNORMINV\">აბრუნებს სტანდარტული ნორმალური კუმულაციური გადახრის შებრუნებას.</ahelp>"
-#: 04060185.xhp#hd_id3153261.58.help.text
-msgctxt "04060185.xhp#hd_id3153261.58.help.text"
+#. Bp04
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3153261\n"
+"58\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060185.xhp#par_id3154195.59.help.text
+#. GH;o
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154195\n"
+"59\n"
+"help.text"
msgid "NORMINV(Number)"
msgstr "NORMINV(რიცხვი)"
-#: 04060185.xhp#par_id3148772.60.help.text
-msgid " <emph>Number</emph> is the probability to which the inverse standard normal distribution is calculated."
+#. `^5I
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3148772\n"
+"60\n"
+"help.text"
+msgid "<emph>Number</emph> is the probability to which the inverse standard normal distribution is calculated."
msgstr "<emph>რიცხვი</emph> არის ალბათობა რომლისთვისაც სტანდარტული ნორმალური გადახრა უნდა გამოითვალოს."
-#: 04060185.xhp#hd_id3150934.61.help.text
-msgctxt "04060185.xhp#hd_id3150934.61.help.text"
+#. ppqA
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3150934\n"
+"61\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060185.xhp#par_id3149030.62.help.text
-msgid " <item type=\"input\">=NORMSINV(0.908789)</item> returns 1.3333."
-msgstr ""
-
-#: 04060185.xhp#bm_id3147538.help.text
+#. G2,X
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149030\n"
+"62\n"
+"help.text"
+msgid "<item type=\"input\">=NORMSINV(0.908789)</item> returns 1.3333."
+msgstr ""
+
+#. bo-u
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3147538\n"
+"help.text"
msgid "<bookmark_value>NORMSDIST function</bookmark_value> <bookmark_value>normal distribution;statistics</bookmark_value>"
msgstr "<bookmark_value>NORMSDIST ფუნქცია</bookmark_value><bookmark_value>ნორმალური განაწილება; სტატისტიკა</bookmark_value>"
-#: 04060185.xhp#hd_id3147538.64.help.text
+#. 0@;-
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3147538\n"
+"64\n"
+"help.text"
msgid "NORMSDIST"
msgstr "NORMSDIST"
-#: 04060185.xhp#par_id3150474.65.help.text
+#. y+Wj
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150474\n"
+"65\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_STANDNORMVERT\">Returns the standard normal cumulative distribution function. The distribution has a mean of zero and a standard deviation of one.</ahelp>"
msgstr ""
-#: 04060185.xhp#par_id8652302.help.text
-msgctxt "04060185.xhp#par_id8652302.help.text"
+#. fnOO
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id8652302\n"
+"help.text"
msgid "It is GAUSS(x)=NORMSDIST(x)-0.5"
msgstr "თუ არის GAUSS(x)=NORMSDIST(x)-0.5"
-#: 04060185.xhp#hd_id3155083.66.help.text
-msgctxt "04060185.xhp#hd_id3155083.66.help.text"
+#. T=[#
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3155083\n"
+"66\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060185.xhp#par_id3158411.67.help.text
+#. Y7qZ
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3158411\n"
+"67\n"
+"help.text"
msgid "NORMSDIST(Number)"
msgstr "NORMSDIST(რიცხვი)"
-#: 04060185.xhp#par_id3154950.68.help.text
-msgid " <emph>Number</emph> is the value to which the standard normal cumulative distribution is calculated."
+#. KwEJ
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154950\n"
+"68\n"
+"help.text"
+msgid "<emph>Number</emph> is the value to which the standard normal cumulative distribution is calculated."
msgstr "<emph>რიცხვი</emph> არის ალბათობა რომლისთვისაც სტანდარტული ნორმალური გადახრა უნდა გამოითვალოს."
-#: 04060185.xhp#hd_id3153228.69.help.text
-msgctxt "04060185.xhp#hd_id3153228.69.help.text"
+#. B\A$
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3153228\n"
+"69\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060185.xhp#par_id3155984.70.help.text
-msgid " <item type=\"input\">=NORMSDIST(1)</item> returns 0.84. The area below the standard normal distribution curve to the left of X value 1 is 84% of the total area."
-msgstr ""
-
-#: 04060185.xhp#bm_id3152592.help.text
+#. ~IAs
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3155984\n"
+"70\n"
+"help.text"
+msgid "<item type=\"input\">=NORMSDIST(1)</item> returns 0.84. The area below the standard normal distribution curve to the left of X value 1 is 84% of the total area."
+msgstr ""
+
+#. QE^h
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3152592\n"
+"help.text"
msgid "<bookmark_value>SLOPE function</bookmark_value>"
msgstr "<bookmark_value>SLOPE ფუნქცია</bookmark_value>"
-#: 04060185.xhp#hd_id3152592.72.help.text
+#. PH=1
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3152592\n"
+"72\n"
+"help.text"
msgid "SLOPE"
msgstr "SLOPE"
-#: 04060185.xhp#par_id3150386.73.help.text
+#. hd6R
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150386\n"
+"73\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_STEIGUNG\">Returns the slope of the linear regression line.</ahelp> The slope is adapted to the data points set in the y and x values."
msgstr ""
-#: 04060185.xhp#hd_id3154315.74.help.text
-msgctxt "04060185.xhp#hd_id3154315.74.help.text"
+#. n9$8
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154315\n"
+"74\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060185.xhp#par_id3149819.75.help.text
+#. YmWr
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149819\n"
+"75\n"
+"help.text"
msgid "SLOPE(DataY; DataX)"
msgstr "SLOPE(მონაცემი_Y; მონაცემი_X)"
-#: 04060185.xhp#par_id3083446.76.help.text
-msgctxt "04060185.xhp#par_id3083446.76.help.text"
-msgid " <emph>DataY</emph> is the array or matrix of Y data."
+#. =6?9
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3083446\n"
+"76\n"
+"help.text"
+msgid "<emph>DataY</emph> is the array or matrix of Y data."
msgstr "<emph>მონაცემი_Y</emph> Y მონაცემის მასივი ან მატრიცა."
-#: 04060185.xhp#par_id3152375.77.help.text
-msgctxt "04060185.xhp#par_id3152375.77.help.text"
-msgid " <emph>DataX</emph> is the array or matrix of X data."
+#. |3Sh
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3152375\n"
+"77\n"
+"help.text"
+msgid "<emph>DataX</emph> is the array or matrix of X data."
msgstr "<emph>მონაცემი_X</emph> X მონაცემის მასივი ან მატრიცა."
-#: 04060185.xhp#hd_id3146061.78.help.text
-msgctxt "04060185.xhp#hd_id3146061.78.help.text"
+#. !L=I
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3146061\n"
+"78\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060185.xhp#par_id3152480.79.help.text
-msgid " <item type=\"input\">=SLOPE(A1:A50;B1:B50)</item> "
-msgstr ""
-
-#: 04060185.xhp#bm_id3155836.help.text
+#. dWSO
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3152480\n"
+"79\n"
+"help.text"
+msgid "<item type=\"input\">=SLOPE(A1:A50;B1:B50)</item>"
+msgstr ""
+
+#. wfH1
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3155836\n"
+"help.text"
msgid "<bookmark_value>STEYX function</bookmark_value> <bookmark_value>standard errors;statistical functions</bookmark_value>"
msgstr "<bookmark_value>AVEDEV ფუნქცია</bookmark_value><bookmark_value>საშუალო არითეტიკულები;სტატისტიკური ფუნქციები</bookmark_value>"
-#: 04060185.xhp#hd_id3155836.81.help.text
+#. h.}D
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3155836\n"
+"81\n"
+"help.text"
msgid "STEYX"
msgstr "STEYX"
-#: 04060185.xhp#par_id3149446.82.help.text
+#. ACvv
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149446\n"
+"82\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_STFEHLERYX\">Returns the standard error of the predicted y value for each x in the regression.</ahelp>"
msgstr ""
-#: 04060185.xhp#hd_id3147562.83.help.text
-msgctxt "04060185.xhp#hd_id3147562.83.help.text"
+#. G]JC
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3147562\n"
+"83\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060185.xhp#par_id3151267.84.help.text
+#. :?(u
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3151267\n"
+"84\n"
+"help.text"
msgid "STEYX(DataY; DataX)"
msgstr "STEYX(მონაცემი_Y; მონაცემი_X)"
-#: 04060185.xhp#par_id3147313.85.help.text
-msgctxt "04060185.xhp#par_id3147313.85.help.text"
-msgid " <emph>DataY</emph> is the array or matrix of Y data."
+#. F0c$
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3147313\n"
+"85\n"
+"help.text"
+msgid "<emph>DataY</emph> is the array or matrix of Y data."
msgstr "<emph>მონაცემი_Y</emph> Y მონაცემის მასივი ან მატრიცა."
-#: 04060185.xhp#par_id3156097.86.help.text
-msgctxt "04060185.xhp#par_id3156097.86.help.text"
-msgid " <emph>DataX</emph> is the array or matrix of X data."
+#. a{yH
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3156097\n"
+"86\n"
+"help.text"
+msgid "<emph>DataX</emph> is the array or matrix of X data."
msgstr "<emph>მონაცემი_X</emph> X მონაცემის მასივი ან მატრიცა."
-#: 04060185.xhp#hd_id3145204.87.help.text
-msgctxt "04060185.xhp#hd_id3145204.87.help.text"
+#. 4^;P
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3145204\n"
+"87\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060185.xhp#par_id3156131.88.help.text
-msgid " <item type=\"input\">=STEXY(A1:A50;B1:B50)</item> "
-msgstr ""
-
-#: 04060185.xhp#bm_id3150873.help.text
+#. @5Av
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3156131\n"
+"88\n"
+"help.text"
+msgid "<item type=\"input\">=STEXY(A1:A50;B1:B50)</item>"
+msgstr ""
+
+#. liO$
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3150873\n"
+"help.text"
msgid "<bookmark_value>DEVSQ function</bookmark_value> <bookmark_value>sums;of squares of deviations</bookmark_value>"
msgstr "<bookmark_value>DEVSQ ფუნქცია</bookmark_value><bookmark_value>განაყოფთა კვადრატების ჯამები</bookmark_value>"
-#: 04060185.xhp#hd_id3150873.90.help.text
+#. 5ks0
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3150873\n"
+"90\n"
+"help.text"
msgid "DEVSQ"
msgstr "DEVSQ"
-#: 04060185.xhp#par_id3154748.91.help.text
+#. ;[}K
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154748\n"
+"91\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_SUMQUADABW\">Returns the sum of squares of deviations based on a sample mean.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_SUMQUADABW\">აბრუნებს შერჩევის საშუალოს მოლოდინის კვადრატების ჯამს.</ahelp>"
-#: 04060185.xhp#hd_id3156121.92.help.text
-msgctxt "04060185.xhp#hd_id3156121.92.help.text"
+#. g*D%
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3156121\n"
+"92\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060185.xhp#par_id3146790.93.help.text
+#. ZLcB
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3146790\n"
+"93\n"
+"help.text"
msgid "DEVSQ(Number1; Number2; ...Number30)"
msgstr "DEVSQ(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
-#: 04060185.xhp#par_id3155995.94.help.text
-msgid " <emph>Number1, Number2, ...Number30</emph> numerical values or ranges representing a sample. "
+#. YnS[
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3155995\n"
+"94\n"
+"help.text"
+msgid "<emph>Number1, Number2, ...Number30</emph> numerical values or ranges representing a sample."
msgstr "<emph>რიცხვი 1; რიცხვი 2;...რიცხვი 30</emph> არის შერჩევის ამსახველი დიაპაზონის ციფრული მნიშვნელობები."
-#: 04060185.xhp#hd_id3150254.95.help.text
-msgctxt "04060185.xhp#hd_id3150254.95.help.text"
+#. |j2}
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3150254\n"
+"95\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060185.xhp#par_id3149136.96.help.text
-msgid " <item type=\"input\">=DEVSQ(A1:A50)</item> "
-msgstr ""
-
-#: 04060185.xhp#bm_id3149579.help.text
+#. aG9R
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149136\n"
+"96\n"
+"help.text"
+msgid "<item type=\"input\">=DEVSQ(A1:A50)</item>"
+msgstr ""
+
+#. t9TF
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3149579\n"
+"help.text"
msgid "<bookmark_value>TINV function</bookmark_value> <bookmark_value>inverse of t-distribution</bookmark_value>"
msgstr "<bookmark_value>TINV ფუნქცია</bookmark_value><bookmark_value>t-განაწილების შებრუნება</bookmark_value>"
-#: 04060185.xhp#hd_id3149579.98.help.text
+#. \s$A
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3149579\n"
+"98\n"
+"help.text"
msgid "TINV"
msgstr "TINV"
-#: 04060185.xhp#par_id3143232.99.help.text
+#. !1hs
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3143232\n"
+"99\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_TINV\">Returns the inverse of the t-distribution.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_TINV\">აბრუნებს t-განაწილების ინვერსიას.</ahelp>"
-#: 04060185.xhp#hd_id3155101.100.help.text
-msgctxt "04060185.xhp#hd_id3155101.100.help.text"
+#. 3M1|
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3155101\n"
+"100\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060185.xhp#par_id3149289.101.help.text
+#. .F3w
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149289\n"
+"101\n"
+"help.text"
msgid "TINV(Number; DegreesFreedom)"
msgstr "TINV(რიცხვი; თავისუფლების_ხარისხი)"
-#: 04060185.xhp#par_id3154070.102.help.text
-msgid " <emph>Number</emph> is the probability associated with the two-tailed t-distribution."
-msgstr ""
-
-#: 04060185.xhp#par_id3155315.103.help.text
-msgctxt "04060185.xhp#par_id3155315.103.help.text"
-msgid " <emph>DegreesFreedom</emph> is the number of degrees of freedom for the t-distribution."
+#. m:Ed
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154070\n"
+"102\n"
+"help.text"
+msgid "<emph>Number</emph> is the probability associated with the two-tailed t-distribution."
+msgstr ""
+
+#. z,.J
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3155315\n"
+"103\n"
+"help.text"
+msgid "<emph>DegreesFreedom</emph> is the number of degrees of freedom for the t-distribution."
msgstr "<emph>თავისუფლების_ხარისხი</emph> არის t-განაწილების თავისუფლების ხარისხი."
-#: 04060185.xhp#hd_id3153885.104.help.text
-msgctxt "04060185.xhp#hd_id3153885.104.help.text"
+#. c]ie
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3153885\n"
+"104\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060185.xhp#par_id3156010.105.help.text
-msgid " <item type=\"input\">=TINV(0.1;6)</item> returns 1.94"
-msgstr ""
-
-#: 04060185.xhp#bm_id3154129.help.text
+#. [oK[
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3156010\n"
+"105\n"
+"help.text"
+msgid "<item type=\"input\">=TINV(0.1;6)</item> returns 1.94"
+msgstr ""
+
+#. @NZ.
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3154129\n"
+"help.text"
msgid "<bookmark_value>TTEST function</bookmark_value>"
msgstr "<bookmark_value>TTEST ფუნქცია</bookmark_value>"
-#: 04060185.xhp#hd_id3154129.107.help.text
+#. ~Ihj
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154129\n"
+"107\n"
+"help.text"
msgid "TTEST"
msgstr "TTEST"
-#: 04060185.xhp#par_id3159184.108.help.text
+#. fRP7
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3159184\n"
+"108\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_TTEST\">Returns the probability associated with a Student's t-Test.</ahelp>"
msgstr ""
-#: 04060185.xhp#hd_id3147257.109.help.text
-msgctxt "04060185.xhp#hd_id3147257.109.help.text"
+#. L=WM
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3147257\n"
+"109\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060185.xhp#par_id3151175.110.help.text
+#. K?4S
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3151175\n"
+"110\n"
+"help.text"
msgid "TTEST(Data1; Data2; Mode; Type)"
msgstr "TTEST(მონაცემი_1; მონაცემი_2; რეჟიმი; ტიპი)"
-#: 04060185.xhp#par_id3149202.111.help.text
-msgid " <emph>Data1</emph> is the dependent array or range of data for the first record."
+#. DZ6\
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149202\n"
+"111\n"
+"help.text"
+msgid "<emph>Data1</emph> is the dependent array or range of data for the first record."
msgstr "<emph>მონაცემი_1</emph> არის პირველი ჩანაწერითვის დამოკიდებული დიაპაზონი ან მასივი."
-#: 04060185.xhp#par_id3145666.112.help.text
-msgid " <emph>Data2</emph> is the dependent array or range of data for the second record."
+#. ]5US
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3145666\n"
+"112\n"
+"help.text"
+msgid "<emph>Data2</emph> is the dependent array or range of data for the second record."
msgstr "<emph>მონაცემი_2</emph> არის მეორე ჩანაწერითვის დამოკიდებული დიაპაზონი ან მასივი."
-#: 04060185.xhp#par_id3153903.113.help.text
-msgid " <emph>Mode</emph> = 1 calculates the one-tailed test, <emph>Mode</emph> = 2 the two- tailed test."
-msgstr ""
-
-#: 04060185.xhp#par_id3155327.114.help.text
-msgid " <emph>Type</emph> is the kind of t-test to perform. Type 1 means paired. Type 2 means two samples, equal variance (homoscedastic). Type 3 means two samples, unequal variance (heteroscedastic)."
-msgstr ""
-
-#: 04060185.xhp#hd_id3159342.115.help.text
-msgctxt "04060185.xhp#hd_id3159342.115.help.text"
+#. |7[P
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153903\n"
+"113\n"
+"help.text"
+msgid "<emph>Mode</emph> = 1 calculates the one-tailed test, <emph>Mode</emph> = 2 the two- tailed test."
+msgstr ""
+
+#. lz0b
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3155327\n"
+"114\n"
+"help.text"
+msgid "<emph>Type</emph> is the kind of t-test to perform. Type 1 means paired. Type 2 means two samples, equal variance (homoscedastic). Type 3 means two samples, unequal variance (heteroscedastic)."
+msgstr ""
+
+#. 1q+z
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3159342\n"
+"115\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060185.xhp#par_id3150119.116.help.text
-msgid " <item type=\"input\">=TTEST(A1:A50;B1:B50;2;2)</item> "
-msgstr ""
-
-#: 04060185.xhp#bm_id3154930.help.text
+#. Sfmh
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150119\n"
+"116\n"
+"help.text"
+msgid "<item type=\"input\">=TTEST(A1:A50;B1:B50;2;2)</item>"
+msgstr ""
+
+#. X6v4
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3154930\n"
+"help.text"
msgid "<bookmark_value>TDIST function</bookmark_value> <bookmark_value>t-distribution</bookmark_value>"
msgstr "<bookmark_value>TDIST ფუნქცია</bookmark_value><bookmark_value>t-განაწილება</bookmark_value>"
-#: 04060185.xhp#hd_id3154930.118.help.text
+#. !4k7
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154930\n"
+"118\n"
+"help.text"
msgid "TDIST"
msgstr "TDIST"
-#: 04060185.xhp#par_id3153372.119.help.text
+#. AS*`
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153372\n"
+"119\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_TVERT\">Returns the t-distribution.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_TVERT\">აბრუნებს t-განაწილებას.</ahelp>"
-#: 04060185.xhp#hd_id3149911.120.help.text
-msgctxt "04060185.xhp#hd_id3149911.120.help.text"
+#. qtp#
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3149911\n"
+"120\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060185.xhp#par_id3150521.121.help.text
+#. A/:E
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150521\n"
+"121\n"
+"help.text"
msgid "TDIST(Number; DegreesFreedom; Mode)"
msgstr "TDIST(რიცხვები; თავისუფლების_გრადუსები; რეჟიმი)"
-#: 04060185.xhp#par_id3146991.122.help.text
-msgid " <emph>Number</emph> is the value for which the t-distribution is calculated."
+#. cTGz
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3146991\n"
+"122\n"
+"help.text"
+msgid "<emph>Number</emph> is the value for which the t-distribution is calculated."
msgstr "<emph>რიცხვი</emph> მნიშვნელობა, რომლისთვისაც t-განაწილება გამოითვლება."
-#: 04060185.xhp#par_id3148824.123.help.text
-msgctxt "04060185.xhp#par_id3148824.123.help.text"
-msgid " <emph>DegreesFreedom</emph> is the number of degrees of freedom for the t-distribution."
+#. H|e\
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3148824\n"
+"123\n"
+"help.text"
+msgid "<emph>DegreesFreedom</emph> is the number of degrees of freedom for the t-distribution."
msgstr "<emph>თავისუფლების_ხარისხი</emph> არის t-განაწილების თავისუფლების ხარისხი."
-#: 04060185.xhp#par_id3149340.124.help.text
-msgid " <emph>Mode</emph> = 1 returns the one-tailed test, <emph>Mode</emph> = 2 returns the two-tailed test."
-msgstr ""
-
-#: 04060185.xhp#hd_id3159150.125.help.text
-msgctxt "04060185.xhp#hd_id3159150.125.help.text"
+#. U_iV
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149340\n"
+"124\n"
+"help.text"
+msgid "<emph>Mode</emph> = 1 returns the one-tailed test, <emph>Mode</emph> = 2 returns the two-tailed test."
+msgstr ""
+
+#. saoh
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3159150\n"
+"125\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060185.xhp#par_id3149773.126.help.text
-msgid " <item type=\"input\">=TDIST(12;5;1)</item> "
-msgstr ""
-
-#: 04060185.xhp#bm_id3153828.help.text
+#. rQKS
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149773\n"
+"126\n"
+"help.text"
+msgid "<item type=\"input\">=TDIST(12;5;1)</item>"
+msgstr ""
+
+#. ]uHf
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3153828\n"
+"help.text"
msgid "<bookmark_value>VAR function</bookmark_value> <bookmark_value>variances</bookmark_value>"
msgstr "<bookmark_value>VAR ფუნქცია</bookmark_value><bookmark_value>ცვლადები</bookmark_value>"
-#: 04060185.xhp#hd_id3153828.128.help.text
-msgctxt "04060185.xhp#hd_id3153828.128.help.text"
+#. h;ZS
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3153828\n"
+"128\n"
+"help.text"
msgid "VAR"
msgstr "VAR"
-#: 04060185.xhp#par_id3159165.129.help.text
+#. i-)V
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3159165\n"
+"129\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_VARIANZ\">Estimates the variance based on a sample.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_VARIANZ\">მოელის განაწილებაზე დაფუძნებულ ვარიაციას.</ahelp>"
-#: 04060185.xhp#hd_id3154286.130.help.text
-msgctxt "04060185.xhp#hd_id3154286.130.help.text"
+#. UlQh
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154286\n"
+"130\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060185.xhp#par_id3153054.131.help.text
+#. Yme3
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153054\n"
+"131\n"
+"help.text"
msgid "VAR(Number1; Number2; ...Number30)"
msgstr "MAX(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
-#: 04060185.xhp#par_id3148938.132.help.text
-msgid " <emph>Number1, Number2, ...Number30</emph> are numerical values or ranges representing a sample based on an entire population."
+#. zSH+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3148938\n"
+"132\n"
+"help.text"
+msgid "<emph>Number1, Number2, ...Number30</emph> are numerical values or ranges representing a sample based on an entire population."
msgstr "<emph>რიცხვი 1; რიცხვი 2;...რიცხვი 30</emph> არის შერჩევის ამსახველი დიაპაზონის ციფრული მნიშვნელობები."
-#: 04060185.xhp#hd_id3147233.133.help.text
-msgctxt "04060185.xhp#hd_id3147233.133.help.text"
+#. (T(9
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3147233\n"
+"133\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060185.xhp#par_id3153575.134.help.text
-msgid " <item type=\"input\">=VAR(A1:A50)</item> "
-msgstr ""
-
-#: 04060185.xhp#bm_id3151045.help.text
+#. ,muG
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153575\n"
+"134\n"
+"help.text"
+msgid "<item type=\"input\">=VAR(A1:A50)</item>"
+msgstr ""
+
+#. Uctj
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3151045\n"
+"help.text"
msgid "<bookmark_value>VARA function</bookmark_value>"
msgstr "<bookmark_value>VARA ფუნქცია</bookmark_value>"
-#: 04060185.xhp#hd_id3151045.202.help.text
+#. NTj1
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3151045\n"
+"202\n"
+"help.text"
msgid "VARA"
msgstr "VARA"
-#: 04060185.xhp#par_id3155122.203.help.text
+#. A(R^
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3155122\n"
+"203\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_VARIANZA\">Estimates a variance based on a sample. The value of text is 0.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_VARIANZA\">მოელის განაწილებაზე დაფუძნებულ ვარიაციას. ტექსტის მნიშვნელობაა 0.</ahelp>"
-#: 04060185.xhp#hd_id3149176.204.help.text
-msgctxt "04060185.xhp#hd_id3149176.204.help.text"
+#. vfSa
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3149176\n"
+"204\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060185.xhp#par_id3149999.205.help.text
+#. VSRd
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149999\n"
+"205\n"
+"help.text"
msgid "VARA(Value1; Value2; ...Value30)"
msgstr "VARA(მნიშვნელობა 1; მნიშვნელობა 2; ...მნიშვნელობა30)"
-#: 04060185.xhp#par_id3158421.206.help.text
-msgid " <emph>Value1, Value2,...Value30</emph> are values or ranges representing a sample derived from an entire population. Text has the value 0."
-msgstr ""
-
-#: 04060185.xhp#hd_id3149160.207.help.text
-msgctxt "04060185.xhp#hd_id3149160.207.help.text"
+#. Y\yx
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3158421\n"
+"206\n"
+"help.text"
+msgid "<emph>Value1, Value2,...Value30</emph> are values or ranges representing a sample derived from an entire population. Text has the value 0."
+msgstr ""
+
+#. aQEH
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3149160\n"
+"207\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060185.xhp#par_id3154279.208.help.text
-msgid " <item type=\"input\">=VARA(A1:A50)</item> "
-msgstr ""
-
-#: 04060185.xhp#bm_id3166441.help.text
+#. 4\nt
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154279\n"
+"208\n"
+"help.text"
+msgid "<item type=\"input\">=VARA(A1:A50)</item>"
+msgstr ""
+
+#. M?({
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3166441\n"
+"help.text"
msgid "<bookmark_value>VARP function</bookmark_value>"
msgstr "<bookmark_value>VARP ფუნქცია</bookmark_value>"
-#: 04060185.xhp#hd_id3166441.136.help.text
-msgctxt "04060185.xhp#hd_id3166441.136.help.text"
+#. ?WDA
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3166441\n"
+"136\n"
+"help.text"
msgid "VARP"
msgstr "VARP"
-#: 04060185.xhp#par_id3159199.137.help.text
+#. DBd1
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3159199\n"
+"137\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_VARIANZEN\">Calculates a variance based on the entire population.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_VARIANZEN\">გამოთვლის მთელი მოსახლეობის ვარიაციას.</ahelp>"
-#: 04060185.xhp#hd_id3150706.138.help.text
-msgctxt "04060185.xhp#hd_id3150706.138.help.text"
+#. 2jr\
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3150706\n"
+"138\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060185.xhp#par_id3147282.139.help.text
+#. TeVS
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3147282\n"
+"139\n"
+"help.text"
msgid "VARP(Number1; Number2; ...Number30)"
msgstr "VARP(რიცხვი 1, რიცხვი 2, ...რიცხვი 30)"
-#: 04060185.xhp#par_id3149793.140.help.text
-msgid " <emph>Number1, Number2, ...Number30</emph> are numerical values or ranges representing an entire population."
+#. 7cz#
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149793\n"
+"140\n"
+"help.text"
+msgid "<emph>Number1, Number2, ...Number30</emph> are numerical values or ranges representing an entire population."
msgstr "<emph>რიცხვი 1; რიცხვი 2;...რიცხვი 30</emph> არის შერჩევის ამსახველი დიაპაზონის ციფრული მნიშვნელობები."
-#: 04060185.xhp#hd_id3152939.141.help.text
-msgctxt "04060185.xhp#hd_id3152939.141.help.text"
+#. .,DR
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3152939\n"
+"141\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060185.xhp#par_id3153385.142.help.text
-msgid " <item type=\"input\">=VARP(A1:A50)</item> "
-msgstr ""
-
-#: 04060185.xhp#bm_id3153688.help.text
+#. PA+(
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153385\n"
+"142\n"
+"help.text"
+msgid "<item type=\"input\">=VARP(A1:A50)</item>"
+msgstr ""
+
+#. dhw@
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3153688\n"
+"help.text"
msgid "<bookmark_value>VARPA function</bookmark_value>"
msgstr "<bookmark_value>VARPA ფუნქცია</bookmark_value>"
-#: 04060185.xhp#hd_id3153688.210.help.text
+#. |{Ol
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3153688\n"
+"210\n"
+"help.text"
msgid "VARPA"
msgstr "VARPA"
-#: 04060185.xhp#par_id3149109.211.help.text
+#. nE#g
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149109\n"
+"211\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_VARIANZENA\">Calculates the variance based on the entire population. The value of text is 0.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_VARIANZENA\">გამოთვლის მთელი მოსახლეობის ვარიაციას. ტექსტის მნიშვნელობაა 0.</ahelp>"
-#: 04060185.xhp#hd_id3152880.212.help.text
-msgctxt "04060185.xhp#hd_id3152880.212.help.text"
+#. {h9h
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3152880\n"
+"212\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060185.xhp#par_id3149967.213.help.text
+#. +!qu
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149967\n"
+"213\n"
+"help.text"
msgid "VARPA(Value1; Value2; ...Value30)"
msgstr "VARA(მნიშვნელობა 1; მნიშვნელობა 2; ...მნიშვნელობა30)"
-#: 04060185.xhp#par_id3149920.214.help.text
-msgid " <emph>Value1,value2,...Value30</emph> are values or ranges representing an entire population."
+#. uuyk
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149920\n"
+"214\n"
+"help.text"
+msgid "<emph>Value1,value2,...Value30</emph> are values or ranges representing an entire population."
msgstr "<emph>რიცხვი 1; რიცხვი 2;...რიცხვი 30</emph> არის შერჩევის ამსახველი დიაპაზონის ციფრული მნიშვნელობები."
-#: 04060185.xhp#hd_id3154862.215.help.text
-msgctxt "04060185.xhp#hd_id3154862.215.help.text"
+#. n1:b
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154862\n"
+"215\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060185.xhp#par_id3156203.216.help.text
-msgid " <item type=\"input\">=VARPA(A1:A50)</item> "
-msgstr ""
-
-#: 04060185.xhp#bm_id3154599.help.text
+#. !vZ1
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3156203\n"
+"216\n"
+"help.text"
+msgid "<item type=\"input\">=VARPA(A1:A50)</item>"
+msgstr ""
+
+#. c[6|
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3154599\n"
+"help.text"
msgid "<bookmark_value>PERMUT function</bookmark_value> <bookmark_value>number of permutations</bookmark_value>"
msgstr "<bookmark_value>PERMUT ფუნქცია</bookmark_value><bookmark_value>გადაადგილებების რაოდენობა</bookmark_value>"
-#: 04060185.xhp#hd_id3154599.144.help.text
+#. WTJR
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154599\n"
+"144\n"
+"help.text"
msgid "PERMUT"
msgstr "PERMUT"
-#: 04060185.xhp#par_id3154334.145.help.text
+#. n}]m
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154334\n"
+"145\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_VARIATIONEN\">Returns the number of permutations for a given number of objects.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_VARIATIONEN\">ობიექტების მოცემული რაოდენობისთვის აბრუნებს გადაადგილებების რაოდენობას.</ahelp>"
-#: 04060185.xhp#hd_id3149422.146.help.text
-msgctxt "04060185.xhp#hd_id3149422.146.help.text"
+#. (XAP
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3149422\n"
+"146\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060185.xhp#par_id3148466.147.help.text
+#. amRE
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3148466\n"
+"147\n"
+"help.text"
msgid "PERMUT(Count1; Count2)"
msgstr "PERMUT(თვლა_1; თვლა_2)"
-#: 04060185.xhp#par_id3148656.148.help.text
-msgctxt "04060185.xhp#par_id3148656.148.help.text"
-msgid " <emph>Count1</emph> is the total number of objects."
+#. 2VP|
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3148656\n"
+"148\n"
+"help.text"
+msgid "<emph>Count1</emph> is the total number of objects."
msgstr "<emph>თვლა_1</emph> ობიექტების სრული რაოდენობა."
-#: 04060185.xhp#par_id3150826.149.help.text
-msgctxt "04060185.xhp#par_id3150826.149.help.text"
-msgid " <emph>Count2</emph> is the number of objects in each permutation."
+#. -mj;
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150826\n"
+"149\n"
+"help.text"
+msgid "<emph>Count2</emph> is the number of objects in each permutation."
msgstr "<emph>თვლა_2</emph> ყოველ გადაადგილებაში ობიექტების რაოდენობა."
-#: 04060185.xhp#hd_id3153351.150.help.text
-msgctxt "04060185.xhp#hd_id3153351.150.help.text"
+#. C.gm
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3153351\n"
+"150\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060185.xhp#par_id3150424.151.help.text
-msgid " <item type=\"input\">=PERMUT(6;3)</item> returns 120. There are 120 different possibilities, to pick a sequence of 3 playing cards out of 6 playing cards."
-msgstr ""
-
-#: 04060185.xhp#bm_id3143276.help.text
+#. c@^a
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150424\n"
+"151\n"
+"help.text"
+msgid "<item type=\"input\">=PERMUT(6;3)</item> returns 120. There are 120 different possibilities, to pick a sequence of 3 playing cards out of 6 playing cards."
+msgstr ""
+
+#. )E:V
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3143276\n"
+"help.text"
msgid "<bookmark_value>PERMUTATIONA function</bookmark_value>"
msgstr "<bookmark_value>PERMUTATIONA ფუნქცია</bookmark_value>"
-#: 04060185.xhp#hd_id3143276.153.help.text
+#. J#Cq
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3143276\n"
+"153\n"
+"help.text"
msgid "PERMUTATIONA"
msgstr "PERMUTATIONA"
-#: 04060185.xhp#par_id3144759.154.help.text
+#. 3Ej$
+#: 04060185.xhp
#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3144759\n"
+"154\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_VARIATIONEN2\">Returns the number of permutations for a given number of objects (repetition allowed).</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_VARIATIONEN\">ობიექტების მოცემული რაოდენობისთვის აბრუნებს გადაადგილებების რაოდენობას.</ahelp>"
-#: 04060185.xhp#hd_id3145598.155.help.text
-msgctxt "04060185.xhp#hd_id3145598.155.help.text"
+#. Ezsk
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3145598\n"
+"155\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060185.xhp#par_id3149298.156.help.text
+#. e$Js
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149298\n"
+"156\n"
+"help.text"
msgid "PERMUTATIONA(Count1; Count2)"
msgstr "PERMUTATIONA(თვლა_1; თვლა_2)"
-#: 04060185.xhp#par_id3156139.157.help.text
-msgctxt "04060185.xhp#par_id3156139.157.help.text"
-msgid " <emph>Count1</emph> is the total number of objects."
+#. 8[oe
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3156139\n"
+"157\n"
+"help.text"
+msgid "<emph>Count1</emph> is the total number of objects."
msgstr "<emph>თვლა_1</emph> ობიექტების სრული რაოდენობა."
-#: 04060185.xhp#par_id3149519.158.help.text
-msgctxt "04060185.xhp#par_id3149519.158.help.text"
-msgid " <emph>Count2</emph> is the number of objects in each permutation."
+#. sVIi
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149519\n"
+"158\n"
+"help.text"
+msgid "<emph>Count2</emph> is the number of objects in each permutation."
msgstr "<emph>თვლა_2</emph> ყოველ გადაადგილებაში ობიექტების რაოდენობა."
-#: 04060185.xhp#hd_id3151382.159.help.text
-msgctxt "04060185.xhp#hd_id3151382.159.help.text"
+#. [lEZ
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3151382\n"
+"159\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060185.xhp#par_id3153949.160.help.text
+#. Qvw0
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153949\n"
+"160\n"
+"help.text"
msgid "How often can 2 objects be selected from a total of 11 objects?"
msgstr ""
-#: 04060185.xhp#par_id3149233.161.help.text
-msgid " <item type=\"input\">=PERMUTATIONA(11;2)</item> returns 121."
-msgstr ""
-
-#: 04060185.xhp#par_id3150622.162.help.text
-msgid " <item type=\"input\">=PERMUTATIONA(6;3)</item> returns 216. There are 216 different possibilities to put a sequence of 3 playing cards together out of six playing cards if every card is returned before the next one is drawn."
-msgstr ""
-
-#: 04060185.xhp#bm_id3152952.help.text
+#. DG,1
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149233\n"
+"161\n"
+"help.text"
+msgid "<item type=\"input\">=PERMUTATIONA(11;2)</item> returns 121."
+msgstr ""
+
+#. !8jz
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150622\n"
+"162\n"
+"help.text"
+msgid "<item type=\"input\">=PERMUTATIONA(6;3)</item> returns 216. There are 216 different possibilities to put a sequence of 3 playing cards together out of six playing cards if every card is returned before the next one is drawn."
+msgstr ""
+
+#. DOxd
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3152952\n"
+"help.text"
msgid "<bookmark_value>PROB function</bookmark_value>"
msgstr "<bookmark_value>PROB ფუნქცია</bookmark_value>"
-#: 04060185.xhp#hd_id3152952.164.help.text
+#. 0FF7
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3152952\n"
+"164\n"
+"help.text"
msgid "PROB"
msgstr "PROB"
-#: 04060185.xhp#par_id3154110.165.help.text
+#. =][s
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154110\n"
+"165\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_WAHRSCHBEREICH\">Returns the probability that values in a range are between two limits.</ahelp> If there is no <item type=\"literal\">End</item> value, this function calculates the probability based on the principle that the Data values are equal to the value of <item type=\"literal\">Start</item>."
msgstr ""
-#: 04060185.xhp#hd_id3146810.166.help.text
-msgctxt "04060185.xhp#hd_id3146810.166.help.text"
+#. 8rP5
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3146810\n"
+"166\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060185.xhp#par_id3147330.167.help.text
+#. [/_J
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3147330\n"
+"167\n"
+"help.text"
msgid "PROB(Data; Probability; Start; End)"
msgstr "PROB(მონაცემები; ალბათობა; დაწყება; დასასრული)"
-#: 04060185.xhp#par_id3154573.168.help.text
-msgctxt "04060185.xhp#par_id3154573.168.help.text"
-msgid " <emph>Data</emph> is the array or range of data in the sample."
+#. ,^Tg
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154573\n"
+"168\n"
+"help.text"
+msgid "<emph>Data</emph> is the array or range of data in the sample."
msgstr "<emph>მონაცემი</emph> ასახავს შერჩევაში მონაცემთა მასივს."
-#: 04060185.xhp#par_id3156334.169.help.text
-msgid " <emph>Probability</emph> is the array or range of the corresponding probabilities."
+#. RhkQ
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3156334\n"
+"169\n"
+"help.text"
+msgid "<emph>Probability</emph> is the array or range of the corresponding probabilities."
msgstr "<emph>ალბათობა</emph> არის ალბათობასთან დაკავშირებული მასივი ან დიაპაზონი."
-#: 04060185.xhp#par_id3151107.170.help.text
-msgid " <emph>Start</emph> is the start value of the interval whose probabilities are to be summed."
-msgstr ""
-
-#: 04060185.xhp#par_id3153694.171.help.text
-msgid " <emph>End</emph> (optional) is the end value of the interval whose probabilities are to be summed. If this parameter is missing, the probability for the <emph>Start </emph>value is calculated."
-msgstr ""
-
-#: 04060185.xhp#hd_id3147574.172.help.text
-msgctxt "04060185.xhp#hd_id3147574.172.help.text"
+#. O5ds
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3151107\n"
+"170\n"
+"help.text"
+msgid "<emph>Start</emph> is the start value of the interval whose probabilities are to be summed."
+msgstr ""
+
+#. 8q1%
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153694\n"
+"171\n"
+"help.text"
+msgid "<emph>End</emph> (optional) is the end value of the interval whose probabilities are to be summed. If this parameter is missing, the probability for the <emph>Start </emph>value is calculated."
+msgstr ""
+
+#. 5a5b
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3147574\n"
+"172\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060185.xhp#par_id3153666.173.help.text
-msgid " <item type=\"input\">=PROB(A1:A50;B1:B50;50;60)</item> returns the probability with which a value within the range of A1:A50 is also within the limits between 50 and 60. Every value within the range of A1:A50 has a probability within the range of B1:B50."
-msgstr ""
-
-#: 04060185.xhp#bm_id3150941.help.text
+#. occ/
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153666\n"
+"173\n"
+"help.text"
+msgid "<item type=\"input\">=PROB(A1:A50;B1:B50;50;60)</item> returns the probability with which a value within the range of A1:A50 is also within the limits between 50 and 60. Every value within the range of A1:A50 has a probability within the range of B1:B50."
+msgstr ""
+
+#. SM$g
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3150941\n"
+"help.text"
msgid "<bookmark_value>WEIBULL function</bookmark_value>"
msgstr "<bookmark_value>WEIBULL ფუნქცია</bookmark_value>"
-#: 04060185.xhp#hd_id3150941.175.help.text
+#. wFTN
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3150941\n"
+"175\n"
+"help.text"
msgid "WEIBULL"
msgstr "WEIBULL"
-#: 04060185.xhp#par_id3154916.176.help.text
+#. j:$I
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154916\n"
+"176\n"
+"help.text"
msgid "<ahelp hid=\"HID_FUNC_WEIBULL\">Returns the values of the Weibull distribution.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_WEIBULL\">აბრუნებს ვეიბულის განაწილების მნიშვნელობას.</ahelp>"
-#: 04060185.xhp#par_id0305200911372767.help.text
-msgid "The Weibull distribution is a continuous probability distribution, with parameters Alpha > 0 (shape) and Beta > 0 (scale). "
-msgstr ""
-
-#: 04060185.xhp#par_id0305200911372777.help.text
+#. 2|O_
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id0305200911372767\n"
+"help.text"
+msgid "The Weibull distribution is a continuous probability distribution, with parameters Alpha > 0 (shape) and Beta > 0 (scale)."
+msgstr ""
+
+#. d{N)
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id0305200911372777\n"
+"help.text"
msgid "If C is 0, WEIBULL calculates the probability density function."
msgstr ""
-#: 04060185.xhp#par_id0305200911372743.help.text
+#. rcm)
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id0305200911372743\n"
+"help.text"
msgid "If C is 1, WEIBULL calculates the cumulative distribution function."
msgstr ""
-#: 04060185.xhp#hd_id3159393.177.help.text
-msgctxt "04060185.xhp#hd_id3159393.177.help.text"
+#. $j\X
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3159393\n"
+"177\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060185.xhp#par_id3154478.178.help.text
+#. pV2%
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154478\n"
+"178\n"
+"help.text"
msgid "WEIBULL(Number; Alpha; Beta; C)"
msgstr "WEIBULL(რიცხვი; ალფა; ბეტა; C)"
-#: 04060185.xhp#par_id3151317.179.help.text
-msgid " <emph>Number</emph> is the value at which to calculate the Weibull distribution."
+#. F1/^
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3151317\n"
+"179\n"
+"help.text"
+msgid "<emph>Number</emph> is the value at which to calculate the Weibull distribution."
msgstr "<emph>რიცხვი</emph> არის რიცხვი, რომლისთვისაც ვეიბულის განაწილება გამოითვლება."
-#: 04060185.xhp#par_id3158436.180.help.text
-msgid " <emph>Alpha </emph>is the shape parameter of the Weibull distribution."
+#. v_F@
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3158436\n"
+"180\n"
+"help.text"
+msgid "<emph>Alpha </emph>is the shape parameter of the Weibull distribution."
msgstr "<emph>ალფა </emph>არის ვეიბულის განაწილების ალფა პარამეტრი."
-#: 04060185.xhp#par_id3154668.181.help.text
-msgid " <emph>Beta</emph> is the scale parameter of the Weibull distribution."
+#. d`i}
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154668\n"
+"181\n"
+"help.text"
+msgid "<emph>Beta</emph> is the scale parameter of the Weibull distribution."
msgstr "<emph>ბეტა</emph> ბეტა პარამეტრი ვეიბულის განაწილებისთვის."
-#: 04060185.xhp#par_id3154825.182.help.text
-msgid " <emph>C</emph> indicates the type of function."
-msgstr ""
-
-#: 04060185.xhp#hd_id3153794.183.help.text
-msgctxt "04060185.xhp#hd_id3153794.183.help.text"
+#. 2L1$
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154825\n"
+"182\n"
+"help.text"
+msgid "<emph>C</emph> indicates the type of function."
+msgstr ""
+
+#. #rZ*
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3153794\n"
+"183\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060185.xhp#par_id3146077.184.help.text
-msgid " <item type=\"input\">=WEIBULL(2;1;1;1)</item> returns 0.86."
-msgstr ""
-
-#: 04060185.xhp#par_id0305200911372899.help.text
+#. 6d{9
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3146077\n"
+"184\n"
+"help.text"
+msgid "<item type=\"input\">=WEIBULL(2;1;1;1)</item> returns 0.86."
+msgstr ""
+
+#. dh,;
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id0305200911372899\n"
+"help.text"
msgid "See also the <link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_WEIBULL_function\">Wiki page</link>."
msgstr ""
-#: 04070000.xhp#tit.help.text
-msgid "Names"
-msgstr "სახელები"
+#. ktq,
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Input Help"
+msgstr "შეყვანის დახმარება"
-#: 04070000.xhp#hd_id3153951.1.help.text
-msgid "<link href=\"text/scalc/01/04070000.xhp\" name=\"Names\">Names</link>"
-msgstr "<link href=\"text/scalc/01/04070000.xhp\" name=\"Names\">სახელები</link>"
+#. DQyF
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"hd_id3156280\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12120200.xhp\" name=\"Input Help\">Input Help</link>"
+msgstr "<link href=\"text/scalc/01/12120200.xhp\" name=\"Input Help\">შენატანის დახმარება</link>"
-#: 04070000.xhp#par_id3145801.2.help.text
-msgid "<ahelp hid=\".\">Allows you to name the different sections of your spreadsheet document.</ahelp> By naming the different sections, you can easily <link href=\"text/scalc/01/02110000.xhp\" name=\"navigate\">navigate</link> through the spreadsheet documents and find specific information."
+#. 6sqw
+#: 12120200.xhp
+#, fuzzy
+msgctxt ""
+"12120200.xhp\n"
+"par_id3147229\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"SC:TABPAGE:TP_VALIDATION_INPUTHELP\">Enter the message that you want to display when the cell or cell range is selected in the sheet.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:TP_VALIDATION_INPUTHELP:EDT_TITLE\">შეიყვანეთ სატაური, რომლის ასახვაც გსურთ, როდესაც უჯრა ან უჯრების დიაპაზონია არჩეული.</ahelp>"
+
+#. ^d3T
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"hd_id3146986\n"
+"3\n"
+"help.text"
+msgid "Show input help when cell is selected"
+msgstr "როდესაც უჯრა მონიშნულია, შეტანის დახმარების ჩვენება"
+
+#. PjH5
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"par_id3153363\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:TRISTATEBOX:TP_VALIDATION_INPUTHELP:TSB_HELP\">Displays the message that you enter in the <emph>Contents</emph> box when the cell or cell range is selected in the sheet.</ahelp>"
msgstr ""
-#: 04070000.xhp#hd_id3153878.3.help.text
-msgid "<link href=\"text/scalc/01/04070100.xhp\" name=\"Define\">Define</link>"
-msgstr "<link href=\"text/scalc/01/04070100.xhp\" name=\"Define\">განსაზღვრა</link>"
+#. K{a[
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"par_id3154730\n"
+"5\n"
+"help.text"
+msgid "If you enter text in the <emph>Contents</emph> box of this dialog, and then select and clear this check box, the text will be lost."
+msgstr "თუ შეიყვანთ ტექსტს დიალოგის <emph>შიგთავსის</emph> უჯრაში და შემდეგ აირჩევთ გაწმენდას, ტექსტი დაიკარგება."
-#: 04070000.xhp#hd_id3146969.4.help.text
-msgid "<link href=\"text/scalc/01/04070200.xhp\" name=\"Insert\">Insert</link>"
-msgstr "<link href=\"text/scalc/01/04070200.xhp\" name=\"Insert\">ჩამატება</link>"
+#. g@kg
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"hd_id3147394\n"
+"6\n"
+"help.text"
+msgid "Contents"
+msgstr "შიგთავსი"
-#: 04070000.xhp#hd_id3155764.5.help.text
-msgid "<link href=\"text/scalc/01/04070300.xhp\" name=\"Apply\">Apply</link>"
-msgstr "<link href=\"text/scalc/01/04070300.xhp\" name=\"Apply\">გამოყენება</link>"
+#. NaWI
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"hd_id3149582\n"
+"8\n"
+"help.text"
+msgid "Title"
+msgstr "სათაური"
-#: 04070000.xhp#hd_id3156382.6.help.text
-msgid "<link href=\"text/scalc/01/04070400.xhp\" name=\"Labels\">Labels</link>"
-msgstr "<link href=\"text/scalc/01/04070400.xhp\" name=\"Labels\">ეტიკეტები</link>"
+#. IEU@
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"par_id3149400\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:TP_VALIDATION_INPUTHELP:EDT_TITLE\">Enter the title that you want to display when the cell or cell range is selected.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:TP_VALIDATION_INPUTHELP:EDT_TITLE\">შეიყვანეთ სატაური, რომლის ასახვაც გსურთ, როდესაც უჯრა ან უჯრების დიაპაზონია არჩეული.</ahelp>"
-#: 03090000.xhp#tit.help.text
-msgid "Formula Bar"
-msgstr "Formula Bar"
+#. $u3s
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"hd_id3149121\n"
+"10\n"
+"help.text"
+msgid "Input help"
+msgstr "შეყვანის დახმარება"
-#: 03090000.xhp#bm_id3147264.help.text
-msgid "<bookmark_value>formula bar;spreadsheets</bookmark_value><bookmark_value>spreadsheets; formula bar</bookmark_value>"
-msgstr "<bookmark_value>formula bar;ელექტრონული ცხრილები</bookmark_value><bookmark_value>ელექტრონული ცხრილები; formula bar</bookmark_value>"
+#. HreL
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"par_id3150752\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SC:MULTILINEEDIT:TP_VALIDATION_INPUTHELP:EDT_INPUTHELP\">Enter the message that you want to display when the cell or cell range is selected.</ahelp>"
+msgstr "<ahelp hid=\"SC:MULTILINEEDIT:TP_VALIDATION_INPUTHELP:EDT_INPUTHELP\">შეიყვანეთ შეტყობინება, რომლის ასახვაც გსურთ, როდესაც უჯრა ან უჯრების დიაპაზონია არჩეული.</ahelp>"
-#: 03090000.xhp#hd_id3147264.1.help.text
-msgid "<link href=\"text/scalc/01/03090000.xhp\" name=\"Formula Bar\">Formula Bar</link>"
-msgstr "<link href=\"text/scalc/01/03090000.xhp\" name=\"Formula Bar\">Formula Bar</link>"
+#. iKlU
+#: 02140400.xhp
+msgctxt ""
+"02140400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Left"
+msgstr "მარცხენა"
-#: 03090000.xhp#par_id3156423.2.help.text
-msgid "<ahelp hid=\".uno:InputLineVisible\">Shows or hides the Formula Bar, which is used for entering and editing formulas.</ahelp> The Formula Bar is the most important tool when working with spreadsheets."
-msgstr "<ahelp hid=\".uno:InputLineVisible\">Shows or hides the Formula Bar, which is used for entering and editing formulas.</ahelp> The Formula Bar is the most important tool when working with ელექტრონული ცხრილები."
+#. n1MB
+#: 02140400.xhp
+msgctxt ""
+"02140400.xhp\n"
+"hd_id3153896\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02140400.xhp\" name=\"Left\">Left</link>"
+msgstr "<link href=\"text/scalc/01/02140400.xhp\" name=\"Left\">მარცხნივ</link>"
-#: 03090000.xhp#par_id3154686.4.help.text
-msgid "To hide the Formula Bar, unmark the menu item."
-msgstr "To hide the Formula Bar, unmark the menu item."
+#. b38m
+#: 02140400.xhp
+msgctxt ""
+"02140400.xhp\n"
+"par_id3150793\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FillLeft\" visibility=\"visible\">Fills a selected range of at least two columns with the contents of the far right cell.</ahelp>"
+msgstr "<ahelp hid=\".uno:FillLeft\" visibility=\"visible\">შეავსებს მონიშნულ დიაპაზონს მინიმუმ ორ სვეტს მონიშნული დიაპაზონის ყველაზე მარჯვენა უჯრის მნიშვნელობით.</ahelp>"
-#: 03090000.xhp#par_id3145787.3.help.text
-msgid "If the Formula Bar is hidden, you can still edit cells by activating the edit mode with F2. After editing cells, accept the changes by pressing Enter, or discard entries by pressing Esc. Esc is also used to exit the edit mode."
-msgstr "If the Formula Bar is hidden, you can still edit cells by activating the edit mode with F2. After editing cells, accept the changes by pressing Enter, or discard entries by pressing Esc. Esc is also used to exit the edit mode."
+#. wI`9
+#: 02140400.xhp
+msgctxt ""
+"02140400.xhp\n"
+"par_id3156280\n"
+"3\n"
+"help.text"
+msgid "If a selected range has only one row, the content of the far right cell is copied into all other cells of the range. If several rows are selected, the far right cells are copied into the cells to the left."
+msgstr "თუ მონიშნული დიაპაზონი არის მხოლოდ ერთი სტრიქონი, მაშინ კიდურა მარჯვენა უჯრის შემადგენლობა კოპირდება ყველ დანარჩენში მონიშნულში. თუ მონიშნული რამოდენიმე სტრიქონი, მაშინ მითითებული მარჯვნა უჯრა კოპირებული იქნება მარცხნივ."
-#: 04010100.xhp#tit.help.text
-msgctxt "04010100.xhp#tit.help.text"
-msgid "Row Break"
-msgstr "რიგის გაწყვეტა"
+#. 3[sb
+#: 04010200.xhp
+msgctxt ""
+"04010200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Column Break"
+msgstr "სვეტის გაწყვეტა"
-#: 04010100.xhp#bm_id3153821.help.text
-msgid "<bookmark_value>sheets; inserting row breaks</bookmark_value><bookmark_value>row breaks; inserting</bookmark_value><bookmark_value>inserting; manual row breaks</bookmark_value><bookmark_value>manual row breaks</bookmark_value>"
-msgstr " <bookmark_value>sheets; inserting row წყვეტები</bookmark_value><bookmark_value>row წყვეტები; inserting</bookmark_value><bookmark_value>inserting; manual row წყვეტები</bookmark_value><bookmark_value>manual row წყვეტები</bookmark_value>"
+#. GV^=
+#: 04010200.xhp
+msgctxt ""
+"04010200.xhp\n"
+"bm_id3155923\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; inserting column breaks</bookmark_value><bookmark_value>column breaks; inserting</bookmark_value><bookmark_value>inserting; manual column breaks</bookmark_value><bookmark_value>manual column breaks</bookmark_value>"
+msgstr "<bookmark_value>ელექტრონული ცხრილები; inserting column წყვეტები</bookmark_value><bookmark_value>column წყვეტები; inserting</bookmark_value><bookmark_value>inserting; manual column წყვეტები</bookmark_value><bookmark_value>manual column წყვეტები</bookmark_value>"
-#: 04010100.xhp#hd_id3153821.1.help.text
-msgid "<link href=\"text/scalc/01/04010100.xhp\" name=\"Row Break\">Row Break</link>"
-msgstr " <link href=\"text/scalc/01/04010100.xhp\" name=\"Row Break\">Row Break</link>"
+#. 1W4`
+#: 04010200.xhp
+msgctxt ""
+"04010200.xhp\n"
+"hd_id3155923\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04010200.xhp\" name=\"Column Break\">Column Break</link>"
+msgstr "<link href=\"text/scalc/01/04010200.xhp\" name=\"Column Break\">სვეტი Break</link>"
-#: 04010100.xhp#par_id3149656.2.help.text
-msgid "<ahelp hid=\".uno:InsertRowBreak\">Inserts a row break (horizontal page break) above the selected cell.</ahelp>"
-msgstr "<ahelp hid=\".uno:InsertRowBreak\">Inserts a row break (horizontal page break) above the selected cell.</ahelp>"
+#. KKW)
+#: 04010200.xhp
+msgctxt ""
+"04010200.xhp\n"
+"par_id3150447\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertColumnBreak\">Inserts a column break (vertical page break) to the left of the active cell.</ahelp>"
+msgstr "<ahelp hid=\".uno:InsertColumnBreak\">Inserts a column break (vertical page break) to the left of the active cell.</ahelp>"
-#: 04010100.xhp#par_id3156422.3.help.text
-msgid "The manual row break is indicated by a dark blue horizontal line."
-msgstr "The manual row break is indicated by a dark blue horizontal line."
+#. /n#0
+#: 04010200.xhp
+msgctxt ""
+"04010200.xhp\n"
+"par_id3145171\n"
+"3\n"
+"help.text"
+msgid "The manual column break is indicated by a dark blue vertical line."
+msgstr "The manual column break is indicated by a dark blue vertical line."
-#: 02190200.xhp#tit.help.text
-msgctxt "02190200.xhp#tit.help.text"
-msgid "Column Break"
-msgstr "სვეტის გაწყვეტა"
+#. pZ*q
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Rows"
+msgstr "რიგები"
-#: 02190200.xhp#bm_id3151384.help.text
-msgid "<bookmark_value>spreadsheets;deleting column breaks</bookmark_value><bookmark_value>deleting;manual column breaks</bookmark_value><bookmark_value>column breaks;deleting</bookmark_value>"
-msgstr "<bookmark_value>ელექტრონული ცხრილები; inserting columns</bookmark_value><bookmark_value>inserting; columns</bookmark_value><bookmark_value>columns; inserting</bookmark_value>"
+#. X)M,
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"bm_id3150541\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; inserting rows</bookmark_value><bookmark_value>rows; inserting</bookmark_value><bookmark_value>inserting; rows</bookmark_value>"
+msgstr "<bookmark_value>ელექტრონული ცხრილები; inserting rows</bookmark_value><bookmark_value>rows; inserting</bookmark_value><bookmark_value>inserting; rows</bookmark_value>"
-#: 02190200.xhp#hd_id3151384.1.help.text
-msgid "<link href=\"text/scalc/01/02190200.xhp\" name=\"Column Break\">Column Break</link>"
-msgstr "<link href=\"text/scalc/01/02190200.xhp\" name=\"Column Break\">სვეტი Break</link>"
+#. mzA?
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"hd_id3150541\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04030000.xhp\" name=\"Rows\">Rows</link>"
+msgstr "<link href=\"text/scalc/01/04030000.xhp\" name=\"Rows\">სტრიქონები</link>"
-#: 02190200.xhp#par_id3154124.2.help.text
-msgid "<ahelp hid=\".uno:DeleteColumnbreak\">Removes a manual column break to the left of the active cell.</ahelp>"
-msgstr "<ahelp hid=\".uno:DeleteColumnbreak\">Removes a manual column break to the left of the active cell.</ahelp>"
+#. EB\)
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id3150767\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertRows\" visibility=\"visible\">Inserts a new row above the active cell.</ahelp> The number of rows inserted correspond to the number of rows selected. The existing rows are moved downward."
+msgstr "<ahelp hid=\".uno:InsertRows\" visibility=\"visible\">Inserts a new row above the active cell.</ahelp> The number of rows inserted correspond to the number of rows selected. The existing rows are moved downward."
-#: 02190200.xhp#par_id3145173.3.help.text
-msgid "Position the cursor in the cell to the right of the column break indicated by a vertical line and choose <emph>Edit - Delete Manual Break - Column Break</emph>. The manual column break is removed."
-msgstr "Position the cursor in the cell to the right of the column break indicated by a vertical line and აირჩიეთ <emph>რედაქტირება - ხელით წყვეტის წაშლა - სვეტი Break</emph>. The manual column break is removed."
+#. -WYZ
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Header/Footer"
+msgstr "თავსართი/ქვესართი"
-#: 02140000.xhp#tit.help.text
-msgid "Fill"
-msgstr "შევსება"
+#. S8ne
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"bm_id3153360\n"
+"help.text"
+msgid "<bookmark_value>page styles; headers</bookmark_value> <bookmark_value>page styles; footers</bookmark_value> <bookmark_value>headers; defining</bookmark_value> <bookmark_value>footers; defining</bookmark_value> <bookmark_value>file names in headers/footers</bookmark_value> <bookmark_value>changing;dates, automatically</bookmark_value> <bookmark_value>dates;updating automatically</bookmark_value> <bookmark_value>automatic date updates</bookmark_value>"
+msgstr "<bookmark_value>ფურცლის სტილები; ზედა კოლონტიტულები</bookmark_value><bookmark_value>ფურცლის სტილები; ქვედა კოლონტიტულები</bookmark_value><bookmark_value>ზედა კოლონტიტულები; განსაზღვრა</bookmark_value><bookmark_value>ქვედა კოლონტიტულები; განსაზღვრა</bookmark_value><bookmark_value>ფაილის სახელები ზედა და ქვედა კოლონტიტულებში</bookmark_value><bookmark_value>შეცვლა;თარიღები, ავტომატურად</bookmark_value><bookmark_value>თარიღები; ავტომატურად განახლება </bookmark_value><bookmark_value>ავტომატური თარიღის განახლება</bookmark_value>"
-#: 02140000.xhp#bm_id8473769.help.text
-msgid "<bookmark_value>filling;selection lists</bookmark_value> <bookmark_value>selection lists;filling cells</bookmark_value>"
-msgstr ""
+#. l]k.
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3153360\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02120100.xhp\" name=\"Header/Footer\">Header/Footer</link>"
+msgstr "<link href=\"text/scalc/01/02120100.xhp\" name=\"Header/Footer\">ზედა და ქვედა კოლონტიტულები</link>"
-#: 02140000.xhp#hd_id3153876.1.help.text
-msgid "<link href=\"text/scalc/01/02140000.xhp\" name=\"Fill\">Fill</link>"
-msgstr "<link href=\"text/scalc/01/02140000.xhp\" name=\"Fill\">შევსება</link>"
+#. CZV?
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3150768\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SCPAGE_HFED_FL\">Defines or formats a header or footer for a Page Style.</ahelp>"
+msgstr "<ahelp hid=\"HID_SCPAGE_HFED_FL\">Defines or formats a header or footer for a ფურცლის სტილისთვის ზედა და ქვედა კოლონტიტულების განსაზღვრა და ფორმატირება.</ahelp>"
-#: 02140000.xhp#par_id3156285.2.help.text
-msgid "<ahelp hid=\".\">Automatically fills cells with content.</ahelp>"
-msgstr "<ahelp hid=\".\">უჯრების ავტომატური შევსება შინაარსით.</ahelp>"
+#. MQ_D
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3145748\n"
+"3\n"
+"help.text"
+msgid "Left Area"
+msgstr "მანცხენა არე"
-#: 02140000.xhp#par_id3147343.9.help.text
-msgid "The $[officename] Calc context menus have <link href=\"text/scalc/01/02140000.xhp\" name=\"other options\">additional options</link> for filling the cells."
-msgstr "The $[officename] გამოთვლების კონტექსტური მენიუს აქვს <link href=\"text/scalc/01/02140000.xhp\" name=\"other options\">დამატებითი პარამეტრები</link> უჯრების შესავსებად."
+#. L[@b
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3147434\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_HF_FLL\">Enter the text to be displayed at the left side of the header or footer.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_HF_FLL\">შეიყვანეთ ტექსტი, რომელიც გამოჩნდება კოლონტიტულების მარცხენა მხარეს.</ahelp>"
-#: 02140000.xhp#hd_id3149207.7.help.text
-msgid "<link href=\"text/scalc/01/02140500.xhp\" name=\"Sheet\">Sheet</link>"
-msgstr "<link href=\"text/scalc/01/02140500.xhp\" name=\"Sheet\">ფურცელი</link>"
+#. 7QHO
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3148648\n"
+"5\n"
+"help.text"
+msgid "Center Area"
+msgstr "შუა არე"
-#: 02140000.xhp#hd_id3155111.8.help.text
-msgid "<link href=\"text/scalc/01/02140600.xhp\" name=\"Rows\">Series</link>"
-msgstr "<link href=\"text/scalc/01/02140600.xhp\" name=\"Rows\">სტრიქონები</link>"
+#. ]@\k
+#: 02120100.xhp
+#, fuzzy
+msgctxt ""
+"02120100.xhp\n"
+"par_id3163710\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the text to be displayed at the center of the header or footer.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_HF_FLL\">შეიყვანეთ ტექსტი, რომელიც გამოჩნდება კოლონტიტულების მარცხენა მხარეს.</ahelp>"
-#: 02140000.xhp#par_id3152994.3.help.text
-msgid "<emph>Filling cells using context menus:</emph>"
-msgstr "<emph>უჯრების შესავსებათ კონტექსტური მენიუების გამოყენება:</emph>"
+#. F~x.
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3154942\n"
+"7\n"
+"help.text"
+msgid "Right Area"
+msgstr "მარჯვენა არე"
-#: 02140000.xhp#par_id3145384.4.help.text
-msgid "Call the <link href=\"text/shared/00/00000005.xhp#kontextmenue\" name=\"context menu\">context menu</link> when positioned in a cell and choose <emph>Selection List</emph>."
-msgstr "გამოიძახეთ <link href=\"text/shared/00/00000005.xhp#kontextmenue\" name=\"context menu\">კონტექსტური მენიუ</link> უჯრაში პოზიციონირებისათვის აირჩიეთ <emph>მონიშნული სია</emph>."
+#. H.dB
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3147126\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_HF_FLR\">Enter the text to be displayed at the right side of the header or footer.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_HF_FLR\">შეიყვანეთ ტექსტი, რომელიც გამოჩნდება კოლონტიტულებისმარჯვენა მხარეს.</ahelp>"
-#: 02140000.xhp#par_id3156450.5.help.text
-msgid "<ahelp hid=\".uno:DataSelect\">A list box containing all text found in the current column is displayed.</ahelp> The text is sorted alphabetically and multiple entries are listed only once."
-msgstr "<ahelp hid=\".uno:DataSelect\">სიაში ჩანს ყველა ტექსტი რომელიც არის მიმდინარე სვეტში.</ahelp> ტექსტი დახარისხებულია ალფავიტის მიხელვით და გამეორებული ტექსტები ჩანს მხოლოდ ერთხელ."
+#. [UCP
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_idN10811\n"
+"help.text"
+msgid "Header/Footer"
+msgstr "თავსართი/ქვესართი"
-#: 02140000.xhp#par_id3148699.6.help.text
-msgid "Click one of the listed entries to copy it to the cell."
-msgstr "დააწკაპე ჩამონათვალში ერთერთს მისი უჯრაში კოპირებისათვის."
+#. *2]V
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_idN10815\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select a predefined header or footer from the list.</ahelp>"
+msgstr "<ahelp hid=\".\">სიაში მოიშნეთ წინასწარ განსაზღვრული ზედა და ქვედა კოლონტიტულები.</ahelp>"
-#: 12090106.xhp#tit.help.text
-msgctxt "12090106.xhp#tit.help.text"
-msgid "Data Field Options"
-msgstr "მონაცემთა ველის პარამეტრები"
+#. n0o#
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3154729\n"
+"9\n"
+"help.text"
+msgid "Text attributes"
+msgstr "ტექსტის ატრიბუტები"
+
+#. hvAv
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3150717\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_HF_TEXT\">Opens a dialog to assign formats to new or selected text.</ahelp> The <emph>Text Attributes </emph>dialog contains the tab pages <link href=\"text/shared/01/05020100.xhp\" name=\"Font\">Font</link>, <link href=\"text/shared/01/05020200.xhp\" name=\"Font Effects\">Font Effects</link> and <link href=\"text/shared/01/05020500.xhp\" name=\"Font Position\">Font Position</link>."
+msgstr "<ahelp hid=\"HID_SC_HF_TEXT\">ახალი ან მონიშნული ტექსტის ფორმატის დასანიშნად გახსენი დიალოგი.</ahelp> დიალოგი <emph>ტექსტის ატრიბუტები </emph> შედგება ჩანართებისაგან <link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>, <link href=\"text/shared/01/05020200.xhp\" name=\"Font Effects\">შრიფტის ეფექტები</link> და <link href=\"text/shared/01/05020500.xhp\" name=\"Font Position\">შრიფტის პოზიცია</link>."
+
+#. 6]b*
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3159266\n"
+"help.text"
+msgid "<image id=\"img_id3156386\" src=\"sc/res/text.png\" width=\"0.1874in\" height=\"0.1665in\"><alt id=\"alt_id3156386\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156386\" src=\"sc/res/text.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3156386\">ხატულა</alt></image>"
+
+#. bqDP
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3155336\n"
+"25\n"
+"help.text"
+msgid "Text Attributes"
+msgstr "ტექსტის ატრიბუტები"
-#: 12090106.xhp#bm_id711386.help.text
+#. @CU/
+#: 02120100.xhp
#, fuzzy
-msgid "<bookmark_value>hiding;data fields, from calculations in pivot table</bookmark_value><bookmark_value>display options in pivot table</bookmark_value><bookmark_value>sorting;options in pivot table</bookmark_value><bookmark_value>data field options for pivot table</bookmark_value>"
-msgstr " <bookmark_value>sheets; inserting row წყვეტები</bookmark_value><bookmark_value>row წყვეტები; inserting</bookmark_value><bookmark_value>inserting; manual row წყვეტები</bookmark_value><bookmark_value>manual row წყვეტები</bookmark_value>"
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3145792\n"
+"11\n"
+"help.text"
+msgid "File Name"
+msgstr "ფაილის სახელი"
-#: 12090106.xhp#par_idN10542.help.text
-msgctxt "12090106.xhp#par_idN10542.help.text"
-msgid "Data Field Options"
-msgstr "მონაცემთა ველის პარამეტრები"
+#. 3{#y
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3150206\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_HF_FILE\">Inserts a file name placeholder in the selected area.</ahelp> Click to insert the title. Long-click to select either title, file name or path/file name from the submenu. If a title has not be assigned (see <emph>File - Properties</emph>), the file name will be inserted instead."
+msgstr "<ahelp hid=\"HID_SC_HF_FILE\">მონიშნულ არეაში ჩასვამს ფაილის ჩანაცვლების ველს.</ahelp> სათაურის ჩასასმელად დააწკაპეთ. გრძელი-წკაპი ქვემენიუდან მონიშნავს მთლიან სათაურს, ფაილის სახელს და ადგილმდებარეობას. თუ სათაური არ იქნა მინიჭებული (იხ <emph>ფაილი - თვისებები</emph>), მაშინი ჩაჯდება ფაილის სახელი."
-#: 12090106.xhp#par_idN10546.help.text
-msgid "You can specify additional options for column, row, and page data fields in the <link href=\"text/scalc/01/12090105.xhp\">pivot table</link>."
+#. Jz?-
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3150369\n"
+"help.text"
+msgid "<image id=\"img_id3150518\" src=\"res/folderop.png\" width=\"0.1665in\" height=\"0.1252in\"><alt id=\"alt_id3150518\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150518\" src=\"res/folderop.png\" width=\"0.222inch\" height=\"0.1665inch\"><alt id=\"alt_id3150518\">ხატულა</alt></image>"
+
+#. D(:E
+#: 02120100.xhp
+#, fuzzy
+msgctxt ""
+"02120100.xhp\n"
+"par_id3154487\n"
+"26\n"
+"help.text"
+msgid "File Name"
+msgstr "ფაილის სახელი"
+
+#. J^v;
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3155812\n"
+"13\n"
+"help.text"
+msgid "Sheet Name"
+msgstr "ფურცლის სახელი"
+
+#. /~{@
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3148842\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_HF_TABLE\">Inserts a placeholder in the selected header/footer area, which is replaced by the sheet name in the header/footer of the actual document.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_HF_TABLE\">მონიშნული კალონტიტულების არეში ჩასვამს ჩანაცვლების ველს რომელიც შეცვლილი იქნება ფურცლის სახელით აქტიური დოკუმენტის კოლონტიტულებიდან.</ahelp>"
+
+#. sJ=5
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3146870\n"
+"help.text"
+msgid "<image id=\"img_id3148870\" src=\"sc/res/table.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148870\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148870\" src=\"sc/res/table.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3148870\">ხატულა</alt></image>"
+
+#. UNs#
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3147071\n"
+"27\n"
+"help.text"
+msgid "Sheet Name"
+msgstr "ფურცლის სახელი"
+
+#. gNaS
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3144768\n"
+"15\n"
+"help.text"
+msgid "Page"
+msgstr "გვერდი"
+
+#. N[Xb
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3154960\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_HF_PAGE\">Inserts a placeholder in the selected header/footer area, which is replaced by page numbering. This allows continuous page numbering in a document.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_HF_PAGE\">მონიშნული კალონტიტულების არეში ჩასვამს ჩანაცვლების ველს რომელიც შეცვლილი იქნება ფურცლის ნუმერაციით. ეს საშუალებას იძლევა დოკუმენტის მიმდევრობით გადანომვრისა.</ahelp>"
+
+#. ~NTy
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3151304\n"
+"help.text"
+msgid "<image id=\"img_id3155386\" src=\"sc/res/page.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155386\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155386\" src=\"sc/res/page.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3155386\">ხატულა</alt></image>"
+
+#. C)cs
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3150048\n"
+"28\n"
+"help.text"
+msgid "Page"
+msgstr "გვერდი"
+
+#. xEFC
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3146962\n"
+"17\n"
+"help.text"
+msgid "Pages"
+msgstr "გვერდები"
+
+#. FyL.
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3153812\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_HF_PAGES\">Inserts a placeholder in the selected header/footer area, which is replaced by the total number of pages in the document.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_HF_PAGES\">მონიშნული კალონტიტულების არეში ჩასვამს ჩანაცვლების ველს რომელიც შეცვლილი იქნება დოკუმენტის ფურცლიების საერთო რაოდენობის გამომხატველი რიცხვით.</ahelp>"
+
+#. V%MT
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3149315\n"
+"help.text"
+msgid "<image id=\"img_id3155757\" src=\"sc/res/pages.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155757\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155757\" src=\"sc/res/pages.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3155757\">ხატულა</alt></image>"
+
+#. T!L$
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3147499\n"
+"29\n"
+"help.text"
+msgid "Pages"
+msgstr "გვერდები"
+
+#. gv2M
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3149050\n"
+"19\n"
+"help.text"
+msgid "Date"
+msgstr "თარიღი"
+
+#. cB1p
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3153960\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_HF_DATE\">Inserts a placeholder in the selected header/footer area, which is replaced by the current date which will be repeated in the header/footer on each page of the document.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_HF_DATE\">მონიშნული კალონტიტულების არეში ჩასვამს ჩანაცვლების ველს რომელიც შეცვლილი იქნება მიმდინარე თარიღით და გამეორებული იქნება ყველა ფურცელზე.</ahelp>"
+
+#. }$~*
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3147299\n"
+"help.text"
+msgid "<image id=\"img_id3150394\" src=\"sc/res/date.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150394\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150394\" src=\"sc/res/date.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3150394\">ხატულა</alt></image>"
+
+#. h9`k
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3150540\n"
+"30\n"
+"help.text"
+msgid "Date"
+msgstr "თარიღი"
+
+#. }Vuj
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3147610\n"
+"21\n"
+"help.text"
+msgid "Time"
+msgstr "დრო"
+
+#. lfy9
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3145638\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_HF_TIME\">Inserts a placeholder in the selected header/footer area, which is replaced by the current time in the header/footer on each page of the document.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_HF_TIME\">მონიშნული კალონტიტულების არეში ჩასვამს ჩანაცვლების ველს რომელიც შეცვლილი იქნება მიმდინარე დროით და გამეორდება ყველა ფურცელზე.</ahelp>"
+
+#. *d9i
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3153122\n"
+"help.text"
+msgid "<image id=\"img_id3146884\" src=\"sc/res/time.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146884\">Icon</alt></image>"
+msgstr "<image id=\"img_id3146884\" src=\"sc/res/time.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3146884\">ხატულა</alt></image>"
+
+#. 4!@,
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3157904\n"
+"31\n"
+"help.text"
+msgid "Time"
+msgstr "დრო"
+
+#. |S5r
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet from file"
+msgstr "Sheet from file"
+
+#. ~k%$
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_idN105C1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04050100.xhp\">Sheet from file</link>"
+msgstr "<link href=\"text/scalc/01/04050100.xhp\">ფურცლის ფორმის ფაილი</link>"
+
+#. dh|m
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_idN105D1\n"
+"help.text"
+msgid "<ahelp hid=\"26275\">Inserts a sheet from a different spreadsheet file.</ahelp>"
+msgstr "<ahelp hid=\"26275\">სვავს ფურცლებს სხვადასხვა ელექტრონული ცხრილის ფაილიდან.</ahelp>"
+
+#. Nh!,
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_idN105F7\n"
+"help.text"
+msgid "Use the <link href=\"text/shared/01/01020000.xhp\">File - Open</link> dialog to locate the spreadsheet."
+msgstr "გამოიყენეთ <link href=\"text/shared/01/01020000.xhp\">ფაილის გახსნის</link> დიალოგი ელცხრილის მოსაძებნად."
+
+#. 16fM
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_idN10609\n"
+"help.text"
+msgid "In the <link href=\"text/scalc/01/04050000.xhp\">Insert Sheet</link> dialog, select the sheet that you want to insert."
+msgstr "<link href=\"text/scalc/01/04050000.xhp\">ფურცლის ჩასმის</link> დიალოგში, აირჩიეთ ჩასასმელი ფურცელი."
+
+#. o\a,
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"tit\n"
+"help.text"
+msgid "More"
+msgstr "დამატებით"
+
+#. 9pie
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"hd_id3148492\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">More</link>"
+msgstr "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">დამატებით</link>"
+
+#. \4`F
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"par_id3159400\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"zusaetzetext\"><ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_SPEC_FILTER:BTN_MORE\">Shows additional filter options.</ahelp></variable>"
msgstr ""
-#: 12090106.xhp#par_idN10557.help.text
-msgctxt "12090106.xhp#par_idN10557.help.text"
-msgid "Sort by"
-msgstr "დახარისხება"
+#. b_Ap
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"hd_id3150791\n"
+"3\n"
+"help.text"
+msgid "Options"
+msgstr "პარამეტრები"
-#: 12090106.xhp#par_idN1055B.help.text
-msgid "<ahelp hid=\"1495387653\">Select the data field that you want to sort columns or rows by.</ahelp>"
-msgstr "<ahelp hid=\"1495387653\">აირჩიეთ დასახარისხებელი მონაცემთა ველი რიგები ან სვეტები.</ahelp>"
+#. iYr.
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"hd_id3154138\n"
+"5\n"
+"help.text"
+msgid "Case sensitive"
+msgstr "რეგისტრისადმი მგძნობიარე"
-#: 12090106.xhp#par_idN1055E.help.text
-msgctxt "12090106.xhp#par_idN1055E.help.text"
-msgid "Ascending"
-msgstr "ზრდით"
+#. ``a+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"par_id3147228\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_CASE\">Distinguishes between uppercase and lowercase letters when filtering the data.</ahelp>"
+msgstr ""
-#: 12090106.xhp#par_idN10562.help.text
-msgid "<ahelp hid=\"1495384580\">Sorts the values from the lowest value to the highest value. If the selected field is the field for which the dialog was opened, the items are sorted by name. If a data field was selected, the items are sorted by the resultant value of the selected data field.</ahelp>"
+#. $pXJ
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"hd_id3154908\n"
+"7\n"
+"help.text"
+msgid "Range contains column labels"
+msgstr "დიაპაზონი შეიცავს სვეტის ეტიკეტებს"
+
+#. ^Ut5
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"par_id3153768\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_HEADER\">Includes the column labels in the first row of a cell range.</ahelp>"
msgstr ""
-#: 12090106.xhp#par_idN10565.help.text
-msgctxt "12090106.xhp#par_idN10565.help.text"
-msgid "Descending"
-msgstr "კლებადობით"
+#. @9{L
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"hd_id3155306\n"
+"9\n"
+"help.text"
+msgid "Copy results to"
+msgstr "შედეგების ასლი"
-#: 12090106.xhp#par_idN10569.help.text
-msgid "<ahelp hid=\"1495384581\">Sorts the values descending from the highest value to the lowest value. If the selected field is the field for which the dialog was opened, the items are sorted by name. If a data field was selected, the items are sorted by the resultant value of the selected data field.</ahelp>"
+#. t5Xn
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"par_id3154319\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_SPEC_FILTER:ED_COPY_AREA\">Select the check box, and then select the cell range where you want to display the filter results.</ahelp> You can also select a named range from the list."
msgstr ""
-#: 12090106.xhp#par_idN1056C.help.text
-msgid "Manual"
-msgstr "ხელით"
+#. TxT_
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"hd_id3145272\n"
+"11\n"
+"help.text"
+msgid "Regular expression"
+msgstr "რეგულარული გამოსახულება"
-#: 12090106.xhp#par_idN10570.help.text
-msgid "<ahelp hid=\"1495384582\">Sorts values alphabetically.</ahelp>"
+#. 6=Aq
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"par_id3152576\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_REGEXP\">Allows you to use wildcards in the filter definition.</ahelp> For a list of the regular expressions that $[officename] supports, click <link href=\"text/shared/01/02100001.xhp\" name=\"here\">here</link>."
msgstr ""
-#: 12090106.xhp#par_idN10585.help.text
-msgid "Display options"
-msgstr "პარამეტრების ჩვენების"
+#. %X.@
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"par_id3149377\n"
+"33\n"
+"help.text"
+msgid "If the <emph>Regular Expressions</emph> check box is selected, you can use regular expressions in the Value field if the Condition list box is set to '=' EQUAL or '<>' UNEQUAL. This also applies to the respective cells that you reference for an advanced filter."
+msgstr ""
-#: 12090106.xhp#par_idN10589.help.text
-msgid "You can specify the display options for all row fields except for the last, innermost row field."
+#. \=Oo
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"hd_id3149958\n"
+"34\n"
+"help.text"
+msgid "No duplication"
+msgstr "დუპლიკაციის გარეშე"
+
+#. 0G|w
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"par_id3153876\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_UNIQUE\">Excludes duplicate rows in the list of filtered data.</ahelp>"
msgstr ""
-#: 12090106.xhp#par_idN1058C.help.text
-msgctxt "12090106.xhp#par_idN1058C.help.text"
-msgid "Layout"
-msgstr "განლაგება"
+#. Na8\
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"hd_id3154018\n"
+"40\n"
+"help.text"
+msgid "Keep filter criteria"
+msgstr "ფილტრის კრიტრიუმის დატოვება"
-#: 12090106.xhp#par_idN10590.help.text
-msgid "<ahelp hid=\"1495387654\">Select the layout mode for the field in the list box.</ahelp>"
+#. Ta:_
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"par_id3149123\n"
+"41\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_FILTER:BTN_DEST_PERS\">Select the <emph>Copy results to</emph> check box, and then specify the destination range where you want to display the filtered data. If this box is checked, the destination range remains linked to the source range. You must have defined the source range under <emph>Data - Define range</emph> as a database range.</ahelp> Following this, you can reapply the defined filter at any time as follows: click into the source range, then choose <emph>Data - Refresh Range</emph>."
msgstr ""
-#: 12090106.xhp#par_idN10593.help.text
-msgid "Empty line after each item"
-msgstr "ყოველი ელემენტის შემდეგ ცარიელი ხაზი"
+#. |1?=
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"hd_id3149018\n"
+"36\n"
+"help.text"
+msgid "Data range"
+msgstr "მონაცემების დიაპაზონი"
-#: 12090106.xhp#par_idN10597.help.text
-#, fuzzy
-msgid "<ahelp hid=\"1495385090\">Adds an empty row after the data for each item in the pivot table.</ahelp>"
-msgstr "<ahelp hid=\"1495385091\">რთვაბს ავტომატურად ჩვენების შესაძლებლობას.</ahelp>"
+#. /6d^
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"par_id3150042\n"
+"37\n"
+"help.text"
+msgid "Displays the cell range or the name of the cell range that you want to filter."
+msgstr ""
-#: 12090106.xhp#par_idN1059A.help.text
-msgid "Show automatically"
-msgstr "ავტომატურად ჩვენება"
+#. C))r
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"tit\n"
+"help.text"
+msgid "Statistical Functions Part One"
+msgstr "სტატისტიკური ფუნქციები ნაწილი 5"
-#: 12090106.xhp#par_idN1059E.help.text
-msgid "Displays the top or bottom nn items when you sort by a specified field."
+#. gI@C
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3146320\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"ae\"><link href=\"text/scalc/01/04060181.xhp\">Statistical Functions Part One</link></variable>"
msgstr ""
-#: 12090106.xhp#par_idN105A1.help.text
-msgctxt "12090106.xhp#par_idN105A1.help.text"
-msgid "Show"
-msgstr "ჩვენება"
+#. hVR?
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3145632\n"
+"help.text"
+msgid "<bookmark_value>INTERCEPT function</bookmark_value> <bookmark_value>points of intersection</bookmark_value> <bookmark_value>intersections</bookmark_value>"
+msgstr "<bookmark_value>CELL ფუნქცია</bookmark_value><bookmark_value>უჯრების ინფორმაცია</bookmark_value><bookmark_value>ინფორმაცია უჯრების შესახებ</bookmark_value>"
-#: 12090106.xhp#par_idN105A5.help.text
-msgid "<ahelp hid=\"1495385091\">Turns on the automatic show feature.</ahelp>"
-msgstr "<ahelp hid=\"1495385091\">რთვაბს ავტომატურად ჩვენების შესაძლებლობას.</ahelp>"
+#. {%Pe
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3145632\n"
+"2\n"
+"help.text"
+msgid "INTERCEPT"
+msgstr "INTERCEPT"
-#: 12090106.xhp#par_idN105A8.help.text
-msgid "items"
-msgstr "ელემეტები"
+#. Mjr*
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3146887\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ACHSENABSCHNITT\">Calculates the point at which a line will intersect the y-values by using known x-values and y-values.</ahelp>"
+msgstr ""
-#: 12090106.xhp#par_idN105AC.help.text
-msgid "<ahelp hid=\"1495390209\">Enter the maximum number of items that you want to show automatically.</ahelp>"
+#. JEkO
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3150374\n"
+"4\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. td3?
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149718\n"
+"5\n"
+"help.text"
+msgid "INTERCEPT(DataY; DataX)"
msgstr ""
-#: 12090106.xhp#par_idN105AF.help.text
-msgid "From"
+#. a972
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149947\n"
+"6\n"
+"help.text"
+msgid "<emph>DataY</emph> is the dependent set of observations or data."
+msgstr ""
+
+#. [Vt@
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3147412\n"
+"7\n"
+"help.text"
+msgid "<emph>DataX</emph> is the independent set of observations or data."
+msgstr ""
+
+#. ^.Jh
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3152983\n"
+"8\n"
+"help.text"
+msgid "Names, arrays or references containing numbers must be used here. Numbers can also be entered directly."
msgstr ""
-#: 12090106.xhp#par_idN105B3.help.text
-msgid "<ahelp hid=\"1495387655\">Shows the top or bottom items in the specified sort order.</ahelp>"
+#. [^jI
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3157906\n"
+"9\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. 7CQ%
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148728\n"
+"10\n"
+"help.text"
+msgid "To calculate the intercept, use cells D3:D9 as the y value and C3:C9 as the x value from the example spreadsheet. Input will be as follows:"
msgstr ""
-#: 12090106.xhp#par_idN105B6.help.text
-msgid "Using field"
-msgstr "ველის გამოყენება"
+#. Zz8y
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149013\n"
+"11\n"
+"help.text"
+msgid "<item type=\"input\">=INTERCEPT(D3:D9;C3:C9)</item> = 2.15."
+msgstr ""
-#: 12090106.xhp#par_idN105BA.help.text
-#, fuzzy
-msgid "<ahelp hid=\"1495387656\">Select the data field that you want to sort the data by.</ahelp>"
-msgstr "<ahelp hid=\"1495387653\">აირჩიეთ დასახარისხებელი მონაცემთა ველი რიგები ან სვეტები.</ahelp>"
+#. .XSP
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3148437\n"
+"help.text"
+msgid "<bookmark_value>COUNT function</bookmark_value> <bookmark_value>numbers;counting</bookmark_value>"
+msgstr "<bookmark_value>COUNTA ფუნქცია</bookmark_value><bookmark_value>ჩანაწერთა რაოდენობა</bookmark_value>"
-#: 12090106.xhp#par_idN105BD.help.text
-msgid "Hide items"
-msgstr "ელემეტების დამალვა"
+#. */T2
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3148437\n"
+"13\n"
+"help.text"
+msgid "COUNT"
+msgstr "COUNT"
-#: 12090106.xhp#par_idN105C1.help.text
-msgid "<ahelp hid=\"59010\">Select the items that you want to hide from the calculations.</ahelp>"
+#. K[i7
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150700\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ANZAHL\">Counts how many numbers are in the list of arguments.</ahelp> Text entries are ignored."
msgstr ""
-#: 12090106.xhp#par_idN105C4.help.text
-msgid "Hierarchy"
-msgstr "იერარქია"
+#. .[[X
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3153930\n"
+"15\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12090106.xhp#par_idN105C8.help.text
-#, fuzzy
-msgid "<ahelp hid=\"1495387657\">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=\".\">მონიშნეთ სასურველი ველის ფორმატი. ეს პარამეტრი ხელმისაწვდომია ციფრული, ბულეანური, თარიღისა და დროის ველებისთვის.</ahelp>"
+#. *U;9
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148585\n"
+"16\n"
+"help.text"
+msgid "COUNT(Value1; Value2; ... Value30)"
+msgstr "COUNTA(მნიშვნელობა1; მნიშვნელობა2; ... მნიშვნელობა30)"
-#: 04070200.xhp#tit.help.text
-msgctxt "04070200.xhp#tit.help.text"
-msgid "Insert Name"
-msgstr "სახელის ჩასმა"
+#. T-r2
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3155827\n"
+"17\n"
+"help.text"
+msgid "<emph>Value1; Value2, ...</emph> are 1 to 30 values or ranges representing the values to be counted."
+msgstr "<emph>მნიშვნელობა1; მნიშვნელობა2; ...</emph> არის 1-დან 30-მდე მნიშვნელობის ამსახველი გამოსათვლელი არგუმენტი."
-#: 04070200.xhp#bm_id3153195.help.text
-msgid "<bookmark_value>cell ranges; inserting named ranges</bookmark_value><bookmark_value>inserting; cell ranges</bookmark_value>"
-msgstr "<bookmark_value>უჯრების დიაპაზონი; სახელობითი დიაპაზონების ჩასმა</bookmark_value><bookmark_value>ჩასმა; უჯრების დიაპაზონი</bookmark_value>"
+#. ]Dj[
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3149254\n"
+"18\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04070200.xhp#hd_id3153195.1.help.text
-msgctxt "04070200.xhp#hd_id3153195.1.help.text"
-msgid "Insert Name"
-msgstr "სახელი ჩამატება"
+#. KJ[{
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149953\n"
+"19\n"
+"help.text"
+msgid "The entries 2, 4, 6 and eight in the Value 1-4 fields are to be counted."
+msgstr ""
-#: 04070200.xhp#par_id3150011.2.help.text
-msgid "<variable id=\"nameneinfuegentext\"><ahelp hid=\".uno:InsertName\">Inserts a defined named cell range at the current cursor's position.</ahelp></variable>"
+#. o;VX
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3154558\n"
+"20\n"
+"help.text"
+msgid "<item type=\"input\">=COUNT(2;4;6;\"eight\")</item> = 3. The count of numbers is therefore 3."
msgstr ""
-#: 04070200.xhp#par_id3149412.7.help.text
-msgid "You can only insert a cell area after having defined a name for the area."
+#. =\7}
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3149729\n"
+"help.text"
+msgid "<bookmark_value>COUNTA function</bookmark_value> <bookmark_value>number of entries</bookmark_value>"
+msgstr "<bookmark_value>COUNTA ფუნქცია</bookmark_value><bookmark_value>ჩანაწერთა რაოდენობა</bookmark_value>"
+
+#. ?-w*
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3149729\n"
+"22\n"
+"help.text"
+msgid "COUNTA"
+msgstr "COUNTA"
+
+#. N@|T
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150142\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ANZAHL2\">Counts how many values are in the list of arguments.</ahelp> Text entries are also counted, even when they contain an empty string of length 0. If an argument is an array or reference, empty cells within the array or reference are ignored."
msgstr ""
-#: 04070200.xhp#hd_id3153160.3.help.text
-msgid "Insert name "
-msgstr "სახელის ჩამატება"
+#. D6Ro
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3148573\n"
+"24\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04070200.xhp#par_id3154944.4.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_NAMES_PASTE:LB_ENTRYLIST\">Lists all defined cell areas. Double-click an entry to insert the named area into the active sheet at the current cursor position.</ahelp>"
+#. h]qX
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3153111\n"
+"25\n"
+"help.text"
+msgid "COUNTA(Value1; Value2; ... Value30)"
+msgstr "COUNTA(მნიშვნელობა1; მნიშვნელობა2; ... მნიშვნელობა30)"
+
+#. ohl:
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150001\n"
+"26\n"
+"help.text"
+msgid "<emph>Value1; Value2, ...</emph> are 1 to 30 arguments representing the values to be counted."
+msgstr "<emph>მნიშვნელობა1; მნიშვნელობა2; ...</emph> არის 1-დან 30-მდე მნიშვნელობის ამსახველი გამოსათვლელი არგუმენტი."
+
+#. _XbL
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3150334\n"
+"27\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. 08qm
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3154508\n"
+"28\n"
+"help.text"
+msgid "The entries 2, 4, 6 and eight in the Value 1-4 fields are to be counted."
msgstr ""
-#: 04070200.xhp#hd_id3153418.5.help.text
-msgid "Insert All"
-msgstr "ყველას ჩამატება"
+#. ~3aX
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3158000\n"
+"29\n"
+"help.text"
+msgid "<item type=\"input\">=COUNTA(2;4;6;\"eight\")</item> = 4. The count of values is therefore 4."
+msgstr ""
-#: 04070200.xhp#par_id3155066.6.help.text
-msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_NAMES_PASTE:BTN_ADD\">Inserts a list of all named areas and the corresponding cell references at the current cursor position.</ahelp>"
+#. lrnc
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3150267\n"
+"help.text"
+msgid "<bookmark_value>B function</bookmark_value> <bookmark_value>probabilities of samples with binomial distribution</bookmark_value>"
+msgstr "<bookmark_value>B ფუნქცია</bookmark_value><bookmark_value>ბინომინალური განაწილებით შერჩევების ალბათობა</bookmark_value>"
+
+#. w3Q7
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3150267\n"
+"31\n"
+"help.text"
+msgid "B"
+msgstr "B"
+
+#. e4sU
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3156061\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_B\">Returns the probability of a sample with binomial distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_B\">აბრუნებს ბინომინალური განაწილებით შერჩევების ალბათობას.</ahelp>"
+
+#. EfQZ
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3150659\n"
+"33\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. \6bB
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148392\n"
+"34\n"
+"help.text"
+msgid "B(Trials; SP; T1; T2)"
msgstr ""
-#: 12120200.xhp#tit.help.text
-msgid "Input Help"
-msgstr "შეყვანის დახმარება"
+#. 3$+z
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149002\n"
+"35\n"
+"help.text"
+msgid "<emph>Trials</emph> is the number of independent trials."
+msgstr "<emph>რაოდენობა</emph> არის განმეორებათა რაოდენობა."
-#: 12120200.xhp#hd_id3156280.1.help.text
-msgid "<link href=\"text/scalc/01/12120200.xhp\" name=\"Input Help\">Input Help</link>"
-msgstr "<link href=\"text/scalc/01/12120200.xhp\" name=\"Input Help\">შენატანის დახმარება</link>"
+#. {q[p
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148875\n"
+"36\n"
+"help.text"
+msgid "<emph>SP</emph> is the probability of success on each trial."
+msgstr "<emph>SP</emph> არის ცდის წარმატების ალბათობა."
-#: 12120200.xhp#par_id3147229.2.help.text
-#, fuzzy
-msgid "<ahelp hid=\"SC:TABPAGE:TP_VALIDATION_INPUTHELP\">Enter the message that you want to display when the cell or cell range is selected in the sheet.</ahelp>"
-msgstr "<ahelp hid=\"SC:EDIT:TP_VALIDATION_INPUTHELP:EDT_TITLE\">შეიყვანეთ სატაური, რომლის ასახვაც გსურთ, როდესაც უჯრა ან უჯრების დიაპაზონია არჩეული.</ahelp>"
+#. c6+q
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3145352\n"
+"37\n"
+"help.text"
+msgid "<emph>T1</emph> defines the lower limit for the number of trials."
+msgstr ""
+
+#. CS;X
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149538\n"
+"38\n"
+"help.text"
+msgid "<emph>T2</emph> (optional) defines the upper limit for the number of trials."
+msgstr ""
+
+#. 8b$,
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3148768\n"
+"39\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12120200.xhp#hd_id3146986.3.help.text
-msgid "Show input help when cell is selected"
-msgstr "როდესაც უჯრა მონიშნულია, შეტანის დახმარების ჩვენება"
+#. 0M0p
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3154633\n"
+"40\n"
+"help.text"
+msgid "What is the probability with ten throws of the dice, that a six will come up exactly twice? The probability of a six (or any other number) is 1/6. The following formula combines these factors:"
+msgstr ""
-#: 12120200.xhp#par_id3153363.4.help.text
-msgid "<ahelp hid=\"SC:TRISTATEBOX:TP_VALIDATION_INPUTHELP:TSB_HELP\">Displays the message that you enter in the <emph>Contents</emph> box when the cell or cell range is selected in the sheet.</ahelp>"
+#. {aK\
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149393\n"
+"41\n"
+"help.text"
+msgid "<item type=\"input\">=B(10;1/6;2)</item> returns a probability of 29%."
msgstr ""
-#: 12120200.xhp#par_id3154730.5.help.text
-msgid "If you enter text in the <emph>Contents</emph> box of this dialog, and then select and clear this check box, the text will be lost."
-msgstr "თუ შეიყვანთ ტექსტს დიალოგის <emph>შიგთავსის</emph> უჯრაში და შემდეგ აირჩევთ გაწმენდას, ტექსტი დაიკარგება."
+#. R*aW
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3158416\n"
+"help.text"
+msgid "<bookmark_value>RSQ function</bookmark_value> <bookmark_value>determination coefficients</bookmark_value> <bookmark_value>regression analysis</bookmark_value>"
+msgstr "<bookmark_value>RSQ ფუნქცია</bookmark_value><bookmark_value>დეტერმინაციის კოეფიციენტები</bookmark_value><bookmark_value>რეგრესიული ანალიზი</bookmark_value>"
-#: 12120200.xhp#hd_id3147394.6.help.text
-msgctxt "12120200.xhp#hd_id3147394.6.help.text"
-msgid "Contents"
-msgstr "შიგთავსი"
+#. _y!,
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3158416\n"
+"43\n"
+"help.text"
+msgid "RSQ"
+msgstr "RSQ"
-#: 12120200.xhp#hd_id3149582.8.help.text
-msgctxt "12120200.xhp#hd_id3149582.8.help.text"
-msgid "Title"
-msgstr "სათაური"
+#. qm37
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3154949\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BESTIMMTHEITSMASS\">Returns the square of the Pearson correlation coefficient based on the given values.</ahelp> RSQ (also called determination coefficient) is a measure for the accuracy of an adjustment and can be used to produce a regression analysis."
+msgstr ""
-#: 12120200.xhp#par_id3149400.9.help.text
-msgid "<ahelp hid=\"SC:EDIT:TP_VALIDATION_INPUTHELP:EDT_TITLE\">Enter the title that you want to display when the cell or cell range is selected.</ahelp>"
-msgstr "<ahelp hid=\"SC:EDIT:TP_VALIDATION_INPUTHELP:EDT_TITLE\">შეიყვანეთ სატაური, რომლის ასახვაც გსურთ, როდესაც უჯრა ან უჯრების დიაპაზონია არჩეული.</ahelp>"
+#. EXtI
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3152820\n"
+"45\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12120200.xhp#hd_id3149121.10.help.text
-msgid "Input help"
-msgstr "შეყვანის დახმარება"
+#. 7RrF
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3155822\n"
+"46\n"
+"help.text"
+msgid "RSQ(DataY; DataX)"
+msgstr "RSQ(მონაცემი_Y; მონაცემი_X)"
-#: 12120200.xhp#par_id3150752.11.help.text
-msgid "<ahelp hid=\"SC:MULTILINEEDIT:TP_VALIDATION_INPUTHELP:EDT_INPUTHELP\">Enter the message that you want to display when the cell or cell range is selected.</ahelp>"
-msgstr "<ahelp hid=\"SC:MULTILINEEDIT:TP_VALIDATION_INPUTHELP:EDT_INPUTHELP\">შეიყვანეთ შეტყობინება, რომლის ასახვაც გსურთ, როდესაც უჯრა ან უჯრების დიაპაზონია არჩეული.</ahelp>"
+#. :r(/
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150470\n"
+"47\n"
+"help.text"
+msgid "<emph>DataY</emph> is an array or range of data points."
+msgstr "<emph>მონაცემი_Y</emph> მასივი ან მონაცემთა დიაპაზონი."
-#: 02210000.xhp#tit.help.text
-msgctxt "02210000.xhp#tit.help.text"
-msgid "Selecting Sheets"
-msgstr "არჩეული ფურცლები"
+#. k;zy
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3153181\n"
+"48\n"
+"help.text"
+msgid "<emph>DataX</emph> is an array or range of data points."
+msgstr "<emph>მონაცემი_X</emph> მასივი ან მონაცემთა დიაპაზონი."
-#: 02210000.xhp#hd_id3156023.5.help.text
-msgctxt "02210000.xhp#hd_id3156023.5.help.text"
-msgid "Selecting Sheets"
-msgstr "ფურცლების არჩევა"
+#. *JDb
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3156258\n"
+"49\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 02210000.xhp#par_id3147265.1.help.text
-msgid "<variable id=\"tabellenauswaehlen\"><ahelp hid=\".uno:SelectTables\" visibility=\"visible\">Selects multiple sheets.</ahelp></variable>"
-msgstr "<variable id=\"tabellenauswaehlen\"><ahelp hid=\".uno:SelectTables\" visibility=\"visible\">Selects multiple sheets.</ahelp>.</variable>"
+#. }AZN
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3155991\n"
+"50\n"
+"help.text"
+msgid "<item type=\"input\">=RSQ(A1:A20;B1:B20)</item> calculates the determination coefficient for both data sets in columns A and B."
+msgstr ""
+
+#. ZbFH
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3145620\n"
+"help.text"
+msgid "<bookmark_value>BETAINV function</bookmark_value> <bookmark_value>cumulative probability density function;inverse of</bookmark_value>"
+msgstr "<bookmark_value>NORMINV ფუნქცია</bookmark_value><bookmark_value>ნომინალური განაწილება;შებრუნება</bookmark_value>"
-#: 02210000.xhp#hd_id3125863.2.help.text
-msgid "Selected Sheets"
-msgstr "Selected Sheets"
+#. vI+C
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3145620\n"
+"52\n"
+"help.text"
+msgid "BETAINV"
+msgstr "BETAINV"
-#: 02210000.xhp#par_id3153969.3.help.text
-msgid "<ahelp hid=\"HID_SELECTTABLES\" visibility=\"visible\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down Ctrl (Mac: Command) while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
-msgstr "<ahelp hid=\"HID_SELECTTABLES\" visibility=\"visible\">გამოიტანე მიმდინარე დოკუმენტის დაფების სია. ფურცლის მოსანიშნად, გადაადგილებისათვის გამოიყენე ზედა ან ქვედა ისრები. მონიშვნაში ფურცლის დასამატებლად დააჭირე Ctrl-ს სანამ აჭერთ ისარს და შემდეგ დააჭირეთ პრობელს. დიაპაზონის მოსანიშნავად დააჭირეთ Shift-ს და შემდეგ ისრებს. </ahelp>"
+#. %372
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149825\n"
+"53\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BETAINV\">Returns the inverse of the cumulative beta probability density function.</ahelp>"
+msgstr ""
-#: 02140400.xhp#tit.help.text
-msgctxt "02140400.xhp#tit.help.text"
-msgid "Left"
-msgstr "მარცხენა"
+#. oO9Q
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3152479\n"
+"54\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 02140400.xhp#hd_id3153896.1.help.text
-msgid "<link href=\"text/scalc/01/02140400.xhp\" name=\"Left\">Left</link>"
-msgstr "<link href=\"text/scalc/01/02140400.xhp\" name=\"Left\">მარცხნივ</link>"
+#. Bdmp
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3156300\n"
+"55\n"
+"help.text"
+msgid "BETAINV(Number; Alpha; Beta; Start; End)"
+msgstr "BETAINV(რიცხვი;ალფა;ბეტა;გაშვება;დასასრული)"
-#: 02140400.xhp#par_id3150793.2.help.text
-msgid "<ahelp hid=\".uno:FillLeft\" visibility=\"visible\">Fills a selected range of at least two columns with the contents of the far right cell.</ahelp>"
-msgstr "<ahelp hid=\".uno:FillLeft\" visibility=\"visible\">შეავსებს მონიშნულ დიაპაზონს მინიმუმ ორ სვეტს მონიშნული დიაპაზონის ყველაზე მარჯვენა უჯრის მნიშვნელობით.</ahelp>"
+#. $`G?
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149266\n"
+"56\n"
+"help.text"
+msgid "<emph>Number</emph> is the value between <emph>Start</emph> and <emph>End</emph> at which to evaluate the function."
+msgstr ""
+
+#. ze$]
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149710\n"
+"57\n"
+"help.text"
+msgid "<emph>Alpha</emph> is a parameter to the distribution."
+msgstr "<emph>ალფა</emph> განაწილების პარამეტრი."
-#: 02140400.xhp#par_id3156280.3.help.text
-msgid "If a selected range has only one row, the content of the far right cell is copied into all other cells of the range. If several rows are selected, the far right cells are copied into the cells to the left."
-msgstr "თუ მონიშნული დიაპაზონი არის მხოლოდ ერთი სტრიქონი, მაშინ კიდურა მარჯვენა უჯრის შემადგენლობა კოპირდება ყველ დანარჩენში მონიშნულში. თუ მონიშნული რამოდენიმე სტრიქონი, მაშინ მითითებული მარჯვნა უჯრა კოპირებული იქნება მარცხნივ."
+#. +PcN
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3156306\n"
+"58\n"
+"help.text"
+msgid "<emph>Beta</emph> is a parameter to the distribution."
+msgstr "<emph>ბეტა</emph> განაწილების პარამეტრი."
-#: 12090100.xhp#tit.help.text
-msgctxt "12090100.xhp#tit.help.text"
-msgid "Select Source"
-msgstr "წყაროს არჩევა"
+#. zfTb
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150960\n"
+"59\n"
+"help.text"
+msgid "<emph>Start</emph> (optional) is the lower bound for <emph>Number</emph>."
+msgstr "<emph>გაშვება</emph> (არასავალდებულო) <emph>რიცხვის</emph> ქვედა ზღვარი."
-#: 12090100.xhp#hd_id3153663.1.help.text
-msgctxt "12090100.xhp#hd_id3153663.1.help.text"
-msgid "Select Source"
-msgstr "წყაროს არჩევა"
+#. +L,$
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3151268\n"
+"60\n"
+"help.text"
+msgid "<emph>End</emph> (optional) is the upper bound for <emph>Number</emph>."
+msgstr "<emph>დასასრული</emph> (არასავალდებულო) <emph>რიცხვის</emph> ზედა ზღვარი."
-#: 12090100.xhp#par_id3145119.2.help.text
+#. SP*`
+#: 04060181.xhp
#, fuzzy
-msgid "<ahelp hid=\".uno:DataDataPilotRun\">Opens a dialog where you can select the source for your pivot table, and then create your table.</ahelp>"
-msgstr "<ahelp hid=\".uno:OpenTemplate\">ხსნის დიალოგს სადაც შეგიძლიათ მონიშნოთ შაბლონი რედაქტირებისთვის.</ahelp>"
+msgctxt ""
+"04060181.xhp\n"
+"par_idN109DF\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-#: 12090100.xhp#hd_id3154760.5.help.text
-msgctxt "12090100.xhp#hd_id3154760.5.help.text"
-msgid "Selection"
-msgstr "მონიშვნა"
+#. Q%n(
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3147077\n"
+"61\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12090100.xhp#par_id3150543.6.help.text
-#, fuzzy
-msgid "Select a data source for the pivot table."
-msgstr "ნაერთი ცხრილის წყაროს არჩევა."
+#. B8OW
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3146859\n"
+"62\n"
+"help.text"
+msgid "<item type=\"input\">=BETAINV(0.5;5;10)</item> returns the value 0.33."
+msgstr ""
+
+#. l{Sm
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3156096\n"
+"help.text"
+msgid "<bookmark_value>BETADIST function</bookmark_value> <bookmark_value>cumulative probability density function;calculating</bookmark_value>"
+msgstr "<bookmark_value>NORMINV ფუნქცია</bookmark_value><bookmark_value>ნომინალური განაწილება;შებრუნება</bookmark_value>"
-#: 12090100.xhp#hd_id3148799.7.help.text
-msgid "Current Selection"
-msgstr "მიმდინარე არჩევა"
+#. X8SC
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3156096\n"
+"64\n"
+"help.text"
+msgid "BETADIST"
+msgstr "BETADIST"
-#: 12090100.xhp#par_id3125865.8.help.text
+#. ~9AG
+#: 04060181.xhp
#, fuzzy
-msgid "<ahelp hid=\".\">Uses the selected cells as the data source for the pivot table.</ahelp>"
-msgstr "<ahelp hid=\".\">შლის მონიშნულ ველს სხვა სიიდან.</ahelp>"
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150880\n"
+"65\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BETAVERT\">Returns the beta function.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TVERT\">აბრუნებს t-განაწილებას.</ahelp>"
-#: 12090100.xhp#par_id3150011.13.help.text
-msgid "The data columns in the pivot table use the same number format as the first data row in the current selection."
-msgstr ""
+#. n$a5
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3150762\n"
+"66\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12090100.xhp#hd_id3147348.9.help.text
-msgid "Data source registered in $[officename]"
-msgstr "$[officename]-ში რეგისტრირებული მონაცემთა წყარო"
+#. /y6|
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3147571\n"
+"67\n"
+"help.text"
+msgid "BETADIST(Number; Alpha; Beta; Start; End; Cumulative)"
+msgstr "BETADIST(რიცხვი;ალფა;ბეტა;გაშვება;დასასრული)"
-#: 12090100.xhp#par_id3145271.10.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\">Uses a table or query in a database that is registered in $[officename] as the data source for the pivot table.</ahelp>"
-msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
+#. bsWR
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3156317\n"
+"68\n"
+"help.text"
+msgid "<emph>Number</emph> is the value between <emph>Start</emph> and <emph>End</emph> at which to evaluate the function."
+msgstr ""
+
+#. 7[%q
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3156107\n"
+"69\n"
+"help.text"
+msgid "<emph>Alpha</emph> is a parameter to the distribution."
+msgstr "<emph>ალფა</emph> განაწილების პარამეტრი."
-#: 12090100.xhp#hd_id3146119.11.help.text
-msgid "External source/interface"
-msgstr "გარე წყარო/ინტერფეისი"
+#. !wXl
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3153619\n"
+"70\n"
+"help.text"
+msgid "<emph>Beta</emph> is a parameter to the distribution."
+msgstr "<emph>ბეტა</emph> განაწილების პარამეტრი."
-#: 12090100.xhp#par_id3145647.12.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\">Opens the <emph>External Source</emph> dialog where you can select the OLAP data source for the pivot table.</ahelp>"
-msgstr "<ahelp hid=\".uno:ObjectCatalog\">ხსნის <emph>ობიექტების</emph> დიალოგურ სარკმელს, სადაც შეგიძლიათ ნახოთ ძირითადი ობიექტები.</ahelp>"
+#. LQL?
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150254\n"
+"71\n"
+"help.text"
+msgid "<emph>Start</emph> (optional) is the lower bound for <emph>Number</emph>."
+msgstr "<emph>გაშვება</emph> (არასავალდებულო) <emph>რიცხვის</emph> ქვედა ზღვარი."
+
+#. *wD^
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149138\n"
+"72\n"
+"help.text"
+msgid "<emph>End</emph> (optional) is the upper bound for <emph>Number</emph>."
+msgstr "<emph>დასასრული</emph> (არასავალდებულო) <emph>რიცხვის</emph> ზედა ზღვარი."
-#: 12090100.xhp#par_idN10670.help.text
+#. i26X
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id012020091254453\n"
+"help.text"
+msgid "<emph>Cumulative</emph> (optional) can be 0 or False to calculate the probability density function. It can be any other value or True or omitted to calculate the cumulative distribution function."
+msgstr ""
+
+#. `j:D
+#: 04060181.xhp
#, fuzzy
-msgctxt "12090100.xhp#par_idN10670.help.text"
-msgid "<link href=\"text/scalc/01/12090102.xhp\" name=\"Pivot table dialog\">Pivot table dialog</link>"
-msgstr "<link href=\"text/scalc/01/12090102.xhp\" name=\"DataPilot dialog\">ნაერთი ცხრილის დიალოგი</link>"
+msgctxt ""
+"04060181.xhp\n"
+"par_idN10AB3\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-#: 12050200.xhp#tit.help.text
-msgctxt "12050200.xhp#tit.help.text"
-msgid "Options"
-msgstr "პარამეტრები"
+#. Bg^w
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3145649\n"
+"73\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12050200.xhp#bm_id3154758.help.text
-msgid "<bookmark_value>subtotals; sorting options</bookmark_value>"
-msgstr "<bookmark_value>ქვეჯამები; დახარისხების პარამეტრები</bookmark_value>"
+#. #@1l
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3156118\n"
+"74\n"
+"help.text"
+msgid "<item type=\"input\">=BETADIST(0.75;3;4)</item> returns the value 0.96"
+msgstr ""
+
+#. fy@A
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3143228\n"
+"help.text"
+msgid "<bookmark_value>BINOMDIST function</bookmark_value>"
+msgstr "<bookmark_value>BINOMDIST ფუნქცია</bookmark_value>"
-#: 12050200.xhp#hd_id3154758.1.help.text
-msgid "<link href=\"text/scalc/01/12050200.xhp\" name=\"Options\">Options</link>"
-msgstr "<link href=\"text/scalc/01/12050200.xhp\" name=\"Options\">პარამეტრები</link>"
+#. MrWE
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3143228\n"
+"76\n"
+"help.text"
+msgid "BINOMDIST"
+msgstr "BINOMDIST"
-#: 12050200.xhp#par_id3154124.2.help.text
-msgid "<ahelp hid=\"HID_SCPAGE_SUBT_OPTIONS\">Specify the settings for calculating and presenting subtotals.</ahelp>"
+#. 5Jy1
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3146897\n"
+"77\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BINOMVERT\">Returns the individual term binomial distribution probability.</ahelp>"
msgstr ""
-#: 12050200.xhp#hd_id3156422.3.help.text
-msgid "Page break between groups"
-msgstr "ჯგუფებს შორის გვერდის გაყოფა"
+#. VTcQ
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3149289\n"
+"78\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12050200.xhp#par_id3147317.4.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SUBT_OPTIONS:BTN_PAGEBREAK\">Inserts a new page after each group of subtotaled data.</ahelp>"
-msgstr ""
+#. y3bf
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3156009\n"
+"79\n"
+"help.text"
+msgid "BINOMDIST(X; Trials; SP; C)"
+msgstr "BINOMDIST(X;trials;SP;C)"
-#: 12050200.xhp#hd_id3146985.5.help.text
-msgctxt "12050200.xhp#hd_id3146985.5.help.text"
-msgid "Case sensitive"
-msgstr "რეგისტრისადმი მგძნობიარე"
+#. C!;h
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3154304\n"
+"80\n"
+"help.text"
+msgid "<emph>X</emph> is the number of successes in a set of trials."
+msgstr ""
+
+#. kx;(
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3147492\n"
+"81\n"
+"help.text"
+msgid "<emph>Trials</emph> is the number of independent trials."
+msgstr "<emph>რაოდენობა</emph> არის განმეორებათა რაოდენობა."
-#: 12050200.xhp#par_id3153190.6.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SUBT_OPTIONS:BTN_CASE\">Recalculates subtotals when you change the case of a data label.</ahelp>"
-msgstr ""
+#. !*;F
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3146085\n"
+"82\n"
+"help.text"
+msgid "<emph>SP</emph> is the probability of success on each trial."
+msgstr "<emph>SP</emph> არის ცდის წარმატების ალბათობა."
-#: 12050200.xhp#hd_id3151119.7.help.text
-msgid "Pre-sort area according to groups"
-msgstr ""
+#. jf^7
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149760\n"
+"83\n"
+"help.text"
+msgid "<emph>C</emph> = 0 calculates the probability of a single event and <emph>C</emph> = 1 calculates the cumulative probability."
+msgstr ""
+
+#. :c]{
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3151171\n"
+"84\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12050200.xhp#par_id3149664.8.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SUBT_OPTIONS:BTN_SORT\">Sorts the area that you selected in the <emph>Group by</emph> box of the Group tabs according to the columns that you selected.</ahelp>"
+#. [P8[
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3145666\n"
+"85\n"
+"help.text"
+msgid "<item type=\"input\">=BINOMDIST(A1;12;0.5;0)</item> shows (if the values <item type=\"input\">0</item> to <item type=\"input\">12</item> are entered in A1) the probabilities for 12 flips of a coin that <emph>Heads</emph> will come up exactly the number of times entered in A1."
+msgstr ""
+
+#. pd[^
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150120\n"
+"86\n"
+"help.text"
+msgid "<item type=\"input\">=BINOMDIST(A1;12;0.5;1)</item> shows the cumulative probabilities for the same series. For example, if A1 = <item type=\"input\">4</item>, the cumulative probability of the series is 0, 1, 2, 3 or 4 times <emph>Heads</emph> (non-exclusive OR)."
+msgstr ""
+
+#. aN];
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id0119200902432928\n"
+"help.text"
+msgid "<bookmark_value>CHISQINV function</bookmark_value>"
+msgstr "<bookmark_value>CHIINV ფუნქცია</bookmark_value>"
+
+#. uSP\
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id0119200902421451\n"
+"help.text"
+msgid "CHISQINV"
+msgstr "CHIINV"
+
+#. Ky]S
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id0119200902421449\n"
+"help.text"
+msgid "<ahelp hid=\".\">Returns the inverse of CHISQDIST.</ahelp>"
msgstr ""
-#: 12050200.xhp#hd_id3153951.9.help.text
-msgctxt "12050200.xhp#hd_id3153951.9.help.text"
-msgid "Sort"
-msgstr "დახარისხება"
+#. .Z?[
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id0119200902475241\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12050200.xhp#hd_id3145252.11.help.text
-msgid "Include formats"
-msgstr "ფორმატების ჩათვლით"
+#. !\g!
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id0119200902475286\n"
+"help.text"
+msgid "<emph>Probability</emph> is the probability value for which the inverse of the chi-square distribution is to be calculated."
+msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა რომლისთვისაც გამა განაწილება უნდა გამოითვალოს."
-#: 12050200.xhp#par_id3147125.12.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SUBT_OPTIONS:BTN_FORMATS\">Considers formatting attributes when sorting.</ahelp>"
-msgstr ""
+#. HJQ1
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id0119200902475282\n"
+"help.text"
+msgid "<emph>Degrees Of Freedom</emph> is the degrees of freedom for the chi-square function."
+msgstr "<emph>თავისუფლების_ხარისხი</emph> ექსპერიმენტის თავისუფლების ხარისხი."
-#: 12050200.xhp#hd_id3155418.13.help.text
-msgid "Custom sort order"
-msgstr "დახარისხების სხვა წესი"
+#. `]4G
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3148835\n"
+"help.text"
+msgid "<bookmark_value>CHIINV function</bookmark_value>"
+msgstr "<bookmark_value>CHIINV ფუნქცია</bookmark_value>"
-#: 12050200.xhp#par_id3149400.14.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_SUBT_OPTIONS:LB_USERDEF\">Uses a custom sorting order that you defined in the Options dialog box at <emph>%PRODUCTNAME Calc - Sort Lists</emph>.</ahelp>"
+#. _}~^
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3148835\n"
+"88\n"
+"help.text"
+msgid "CHIINV"
+msgstr "CHIINV"
+
+#. /=UP
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149906\n"
+"89\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_CHIINV\">Returns the inverse of the one-tailed probability of the chi-squared distribution.</ahelp>"
msgstr ""
-#: 12050200.xhp#hd_id3149121.15.help.text
-#, fuzzy
-msgctxt "12050200.xhp#hd_id3149121.15.help.text"
-msgid "Ascending"
+#. s}SQ
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3159157\n"
+"90\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. IB@T
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150504\n"
+"91\n"
+"help.text"
+msgid "CHIINV(Number; DegreesFreedom)"
+msgstr "CHIINV(რიცხვი; თავისუფლების ხარისხი)"
+
+#. }RnZ
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3154898\n"
+"92\n"
+"help.text"
+msgid "<emph>Number</emph> is the value of the error probability."
+msgstr "<emph>რიცხვი</emph> შეცდომის ალბათონის მნიშვნელობა."
+
+#. d+i#
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3154294\n"
+"93\n"
+"help.text"
+msgid "<emph>DegreesFreedom</emph> is the degrees of freedom of the experiment."
+msgstr "<emph>თავისუფლების_ხარისხი</emph> ექსპერიმენტის თავისუფლების ხარისხი."
+
+#. p?V5
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3154208\n"
+"94\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. ,_`2
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150777\n"
+"130\n"
+"help.text"
+msgid "A die is thrown 1020 times. The numbers on the die 1 through 6 come up 195, 151, 148, 189, 183 and 154 times (observation values). The hypothesis that the die is not fixed is to be tested."
msgstr ""
-"#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ზრდადობით\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"დამავალი"
-#: 12050200.xhp#par_id3155068.16.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SUBT_OPTIONS:BTN_ASCENDING\">Sorts beginning with the lowest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on Tools - Options - Language settings - Languages."
+#. Z0#p
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3153062\n"
+"131\n"
+"help.text"
+msgid "The Chi square distribution of the random sample is determined by the formula given above. Since the expected value for a given number on the die for n throws is n times 1/6, thus 1020/6 = 170, the formula returns a Chi square value of 13.27."
msgstr ""
-#: 12050200.xhp#hd_id3155443.17.help.text
-msgctxt "12050200.xhp#hd_id3155443.17.help.text"
-msgid "Descending"
-msgstr "კლებადობით"
+#. .24e
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148806\n"
+"132\n"
+"help.text"
+msgid "If the (observed) Chi square is greater than or equal to the (theoretical) Chi square CHIINV, the hypothesis will be discarded, since the deviation between theory and experiment is too great. If the observed Chi square is less that CHIINV, the hypothesis is confirmed with the indicated probability of error."
+msgstr ""
-#: 12050200.xhp#par_id3153766.18.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SUBT_OPTIONS:BTN_DESCENDING\">Sorts beginning with the highest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on Tools - Options - Language settings - Languages."
+#. :8n3
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149763\n"
+"95\n"
+"help.text"
+msgid "<item type=\"input\">=CHIINV(0.05;5)</item> returns 11.07."
+msgstr ""
+
+#. VW#3
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3159142\n"
+"133\n"
+"help.text"
+msgid "<item type=\"input\">=CHIINV(0.02;5)</item> returns 13.39."
+msgstr ""
+
+#. PDZD
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3158401\n"
+"134\n"
+"help.text"
+msgid "If the probability of error is 5%, the die is not true. If the probability of error is 2%, there is no reason to believe it is fixed."
msgstr ""
-#: 05070500.xhp#tit.help.text
-#, fuzzy
-msgctxt "05070500.xhp#tit.help.text"
-msgid "Sheet"
-msgstr "ფურცელი"
+#. SJ4r
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3154260\n"
+"help.text"
+msgid "<bookmark_value>CHITEST function</bookmark_value>"
+msgstr "<bookmark_value>CHITEST ფუნქცია</bookmark_value>"
-#: 05070500.xhp#bm_id3150542.help.text
-msgid "<bookmark_value>pages; order when printing</bookmark_value><bookmark_value>printing; page order</bookmark_value>"
-msgstr "<bookmark_value>გვერდები; ბეჭდვისას თანმიმდევრობა</bookmark_value><bookmark_value>ბეჭდვა; გვერდთა თანმიმდევრობა</bookmark_value>"
+#. YHst
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3154260\n"
+"97\n"
+"help.text"
+msgid "CHITEST"
+msgstr "CHITEST"
-#: 05070500.xhp#hd_id3156329.1.help.text
-msgid "<link href=\"text/scalc/01/05070500.xhp\" name=\"Sheet\">Sheet</link>"
-msgstr "<link href=\"text/scalc/01/05070500.xhp\" name=\"Sheet\">ფურცელი</link>"
+#. )lYT
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3151052\n"
+"98\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_CHITEST\">Returns the probability of a deviance from a random distribution of two test series based on the chi-squared test for independence.</ahelp> CHITEST returns the chi-squared distribution of the data."
+msgstr ""
-#: 05070500.xhp#par_id3151384.2.help.text
-msgid "<ahelp hid=\"HID_SCPAGE_TABLE\">Specifies the elements to be included in the printout of all sheets with the current Page Style. Additionally, you can set the print order, the first page number, and the page scale.</ahelp>"
+#. ;7kw
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148925\n"
+"135\n"
+"help.text"
+msgid "The probability determined by CHITEST can also be determined with CHIDIST, in which case the Chi square of the random sample must then be passed as a parameter instead of the data row."
msgstr ""
-#: 05070500.xhp#hd_id3150542.3.help.text
-msgctxt "05070500.xhp#hd_id3150542.3.help.text"
-msgid "Print"
-msgstr "ბეჭდვა"
+#. g+6n
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3154280\n"
+"99\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 05070500.xhp#par_id3125863.4.help.text
-msgid "Defines which elements of the spreadsheet are to be printed."
-msgstr "საზღვრავს ელცხრილის რა ელემენტები უნდა იქნას ამობეჭდილი."
+#. $VaO
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149162\n"
+"100\n"
+"help.text"
+msgid "CHITEST(DataB; DataE)"
+msgstr "CHITEST(მონაცემი_B; მონაცემი_E)"
-#: 05070500.xhp#hd_id3151041.5.help.text
-msgid "Column and row headers"
-msgstr "სვეტის და რიგის თავსართები"
+#. s(sF
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3158421\n"
+"101\n"
+"help.text"
+msgid "<emph>DataB</emph> is the array of the observations."
+msgstr "<emph>მონაცემი_B</emph> დაკვირვების მასივი."
-#: 05070500.xhp#par_id3147228.6.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_HEADER\">Specifies whether you want the column and row headers to be printed.</ahelp>"
+#. bNY?
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3166453\n"
+"102\n"
+"help.text"
+msgid "<emph>DataE</emph> is the range of the expected values."
+msgstr "<emph>მონაცემი_E</emph> მოსალოდნელი მნიშვნელობების დიაპაზონი."
+
+#. oclQ
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3146946\n"
+"103\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. LJUc
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3154096\n"
+"136\n"
+"help.text"
+msgid "Data_B (observed)"
+msgstr "მონაცემი_B (დაკვირვებული)"
+
+#. ZDS=
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3152948\n"
+"137\n"
+"help.text"
+msgid "Data_E (expected)"
+msgstr "მონაცემი_E (დაკვირვებული)"
+
+#. tJnJ
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3152876\n"
+"138\n"
+"help.text"
+msgid "1"
+msgstr "1"
+
+#. Xq@z
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3159279\n"
+"139\n"
+"help.text"
+msgid "<item type=\"input\">195</item>"
+msgstr ""
+
+#. ug:@
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149105\n"
+"140\n"
+"help.text"
+msgid "<item type=\"input\">170</item>"
+msgstr ""
+
+#. /sU|
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149922\n"
+"141\n"
+"help.text"
+msgid "2"
+msgstr "2"
+
+#. XL,2
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148621\n"
+"142\n"
+"help.text"
+msgid "<item type=\"input\">151</item>"
+msgstr ""
+
+#. :%kr
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148987\n"
+"143\n"
+"help.text"
+msgid "<item type=\"input\">170</item>"
+msgstr ""
+
+#. heWg
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149417\n"
+"144\n"
+"help.text"
+msgid "3"
+msgstr "3"
+
+#. tPb-
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148661\n"
+"145\n"
+"help.text"
+msgid "<item type=\"input\">148</item>"
+msgstr ""
+
+#. F6p@
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3151128\n"
+"146\n"
+"help.text"
+msgid "<item type=\"input\">170</item>"
+msgstr ""
+
+#. $p4Q
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148467\n"
+"147\n"
+"help.text"
+msgid "4"
+msgstr "4"
+
+#. rSs+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149237\n"
+"148\n"
+"help.text"
+msgid "<item type=\"input\">189</item>"
+msgstr ""
+
+#. )4Y@
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3145304\n"
+"149\n"
+"help.text"
+msgid "<item type=\"input\">170</item>"
+msgstr ""
+
+#. VHG1
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149927\n"
+"150\n"
+"help.text"
+msgid "5"
+msgstr "5"
+
+#. SU{M
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150630\n"
+"151\n"
+"help.text"
+msgid "<item type=\"input\">183</item>"
+msgstr ""
+
+#. S_0^
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150423\n"
+"152\n"
+"help.text"
+msgid "<item type=\"input\">170</item>"
+msgstr ""
+
+#. (!G4
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3143275\n"
+"153\n"
+"help.text"
+msgid "6"
+msgstr "6"
+
+#. Wa;@
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3144750\n"
+"154\n"
+"help.text"
+msgid "<item type=\"input\">154</item>"
+msgstr ""
+
+#. 5}`k
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3153947\n"
+"155\n"
+"help.text"
+msgid "<item type=\"input\">170</item>"
+msgstr ""
+
+#. eR{Z
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149481\n"
+"104\n"
+"help.text"
+msgid "<item type=\"input\">=CHITEST(A1:A6;B1:B6)</item> equals 0.02. This is the probability which suffices the observed data of the theoretical Chi-square distribution."
+msgstr ""
+
+#. Sh8]
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3148690\n"
+"help.text"
+msgid "<bookmark_value>CHIDIST function</bookmark_value>"
+msgstr "<bookmark_value>CHIDIST ფუნქცია</bookmark_value>"
+
+#. P7aj
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3148690\n"
+"106\n"
+"help.text"
+msgid "CHIDIST"
+msgstr "CHIDIST"
+
+#. /tuT
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3156338\n"
+"156\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_CHIVERT\">Returns the probability value from the indicated Chi square that a hypothesis is confirmed.</ahelp> CHIDIST compares the Chi square value to be given for a random sample that is calculated from the sum of (observed value-expected value)^2/expected value for all values with the theoretical Chi square distribution and determines from this the probability of error for the hypothesis to be tested."
msgstr ""
-#: 05070500.xhp#hd_id3150439.7.help.text
-msgid "Grid"
-msgstr "ბადე"
+#. a}a_
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3151316\n"
+"157\n"
+"help.text"
+msgid "The probability determined by CHIDIST can also be determined by CHITEST."
+msgstr ""
-#: 05070500.xhp#par_id3147436.8.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_GRID\">Prints out the borders of the individual cells as a grid.</ahelp> For the view on screen, make your choice under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph> - <link href=\"text/shared/optionen/01060100.xhp\" name=\"View\"><emph>View</emph></link> - <emph>Grid lines</emph>."
+#. C,~8
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3155123\n"
+"108\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. ZuA~
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3158439\n"
+"109\n"
+"help.text"
+msgid "CHIDIST(Number; DegreesFreedom)"
+msgstr "CHIDIST (რიცხვი; თავისუფლების ხარისხი)"
+
+#. $/.(
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148675\n"
+"110\n"
+"help.text"
+msgid "<emph>Number</emph> is the chi-square value of the random sample used to determine the error probability."
+msgstr ""
+
+#. XN]#
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3155615\n"
+"111\n"
+"help.text"
+msgid "<emph>DegreesFreedom</emph> are the degrees of freedom of the experiment."
+msgstr "<emph>თავისუფლების_ხარისხი</emph> არის ექსპერიმენტის თავისუფლების ხარისხი."
+
+#. Mn%;
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3146787\n"
+"112\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. !ao/
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3145774\n"
+"113\n"
+"help.text"
+msgid "<item type=\"input\">=CHIDIST(13.27; 5)</item> equals 0.02."
+msgstr ""
+
+#. 7hi\
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3156141\n"
+"158\n"
+"help.text"
+msgid "If the Chi square value of the random sample is 13.27 and if the experiment has 5 degrees of freedom, then the hypothesis is assured with a probability of error of 2%."
msgstr ""
-#: 05070500.xhp#hd_id3145750.9.help.text
-msgctxt "05070500.xhp#hd_id3145750.9.help.text"
-msgid "Comments"
-msgstr "კომენტარი"
+#. ESL#
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id0119200902231887\n"
+"help.text"
+msgid "<bookmark_value>CHISQDIST function</bookmark_value><bookmark_value>chi-square distribution</bookmark_value>"
+msgstr "<bookmark_value>LOGNORMDIST ფუნქცია</bookmark_value><bookmark_value>სრული ლოგარითმული განაწილება</bookmark_value>"
-#: 05070500.xhp#par_id3150010.10.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_NOTES\">Prints the comments defined in your spreadsheet.</ahelp> They will be printed on a separate page, along with the corresponding cell reference."
+#. Bo*f
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id0119200901583452\n"
+"help.text"
+msgid "CHISQDIST"
+msgstr "CHIDIST"
+
+#. ~BrA
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id0119200901583471\n"
+"help.text"
+msgid "<ahelp hid=\".\">Returns the value of the probability density function or the cumulative distribution function for the chi-square distribution.</ahelp>"
msgstr ""
-#: 05070500.xhp#hd_id3154944.11.help.text
-msgid "Objects/graphics"
-msgstr "ობიექტები/გრაფიკები"
+#. 3NMf
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id0119200902395520\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 05070500.xhp#par_id3149581.12.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_OBJECTS\">Includes all inserted objects (if printable) and graphics with the printed document.</ahelp>"
+#. CR?g
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id0119200902395679\n"
+"help.text"
+msgid "CHISQDIST(Number; Degrees Of Freedom; Cumulative)"
msgstr ""
-#: 05070500.xhp#hd_id3149377.13.help.text
-msgid "Charts"
-msgstr "დიაგრამები"
+#. _5gb
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id011920090239564\n"
+"help.text"
+msgid "<emph>Number</emph> is the number for which the function is to be calculated."
+msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა, რომლისთვისაც F განაწილება გამოითვლება."
-#: 05070500.xhp#par_id3148455.14.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_CHARTS\">Prints the charts that have been inserted into your spreadsheet.</ahelp>"
-msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_CHARTS\">ბეჭდავს გრაფიკს რომელიც მიმდინარე ელცხრილშია ჩასმული.</ahelp>"
+#. 2h?Y
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id0119200902395660\n"
+"help.text"
+msgid "<emph>Degrees Of Freedom</emph> is the degrees of freedom for the chi-square function."
+msgstr "<emph>თავისუფლების_ხარისხი</emph> ექსპერიმენტის თავისუფლების ხარისხი."
-#: 05070500.xhp#hd_id3153418.15.help.text
-msgid "Drawing Objects"
-msgstr "ნახატი ობიექტები"
+#. +*7?
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id0119200902395623\n"
+"help.text"
+msgid "<emph>Cumulative</emph> (optional): 0 or False calculates the probability density function. Other values or True or omitted calculates the cumulative distribution function."
+msgstr ""
+
+#. lf2D
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3150603\n"
+"help.text"
+msgid "<bookmark_value>EXPONDIST function</bookmark_value> <bookmark_value>exponential distributions</bookmark_value>"
+msgstr "<bookmark_value>EXPONDIST ფუნქცია</bookmark_value><bookmark_value>საჩვენებელი განაწილება</bookmark_value>"
-#: 05070500.xhp#par_id3149122.16.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_DRAWINGS\">Includes all drawing objects in the printed document.</ahelp>"
+#. D^#j
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3150603\n"
+"115\n"
+"help.text"
+msgid "EXPONDIST"
+msgstr "EXPONDIST"
+
+#. E4Pt
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149563\n"
+"116\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_EXPONVERT\">Returns the exponential distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_EXPONVERT\">აბრუნებს საჩვენებელ განაწილებას.</ahelp>"
+
+#. Up#\
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3153789\n"
+"117\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. 2M1|
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150987\n"
+"118\n"
+"help.text"
+msgid "EXPONDIST(Number; Lambda; C)"
+msgstr "EXPONDIST(რიცხვი; ლამბდა; C)"
+
+#. (k2h
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3154663\n"
+"119\n"
+"help.text"
+msgid "<emph>Number</emph> is the value of the function."
+msgstr "<emph>რიცხვი</emph> ფუნქციის მნიშვნელობა."
+
+#. +duS
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3154569\n"
+"120\n"
+"help.text"
+msgid "<emph>Lambda</emph> is the parameter value."
+msgstr "<emph>ლამბდა</emph> არის პარამეტრის მნიშვნელობა."
+
+#. 1,Z?
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3147332\n"
+"121\n"
+"help.text"
+msgid "<emph>C</emph> is a logical value that determines the form of the function. <emph>C = 0</emph> calculates the density function, and <emph>C = 1</emph> calculates the distribution."
+msgstr ""
+
+#. -BId
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3146133\n"
+"122\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. N29=
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150357\n"
+"123\n"
+"help.text"
+msgid "<item type=\"input\">=EXPONDIST(3;0.5;1)</item> returns 0.78."
+msgstr ""
+
+#. SARf
+#: 12040400.xhp
+msgctxt ""
+"12040400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Remove Filter"
+msgstr "ფილტრის წაშლა"
+
+#. q1LL
+#: 12040400.xhp
+msgctxt ""
+"12040400.xhp\n"
+"hd_id3153087\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12040400.xhp\" name=\"Remove Filter\">Remove Filter</link>"
+msgstr "<link href=\"text/scalc/01/12040400.xhp\" name=\"Remove Filter\">ფილტრის წაშლა</link>"
+
+#. hH2x
+#: 12040400.xhp
+msgctxt ""
+"12040400.xhp\n"
+"par_id3154760\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DataFilterRemoveFilter\">Removes the filter from the selected cell range. To enable this command, click inside the cell area where the filter was applied.</ahelp>"
msgstr ""
-#: 05070500.xhp#hd_id3150330.17.help.text
-msgctxt "05070500.xhp#hd_id3150330.17.help.text"
-msgid "Formulas"
-msgstr "ფორმულები"
+#. TZ?Q
+#: func_edate.xhp
+msgctxt ""
+"func_edate.xhp\n"
+"tit\n"
+"help.text"
+msgid "EDATE"
+msgstr "EDATE"
-#: 05070500.xhp#par_id3153715.18.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_FORMULAS\">Prints the formulas contained in the cells, instead of the results.</ahelp>"
+#. 8AO$
+#: func_edate.xhp
+msgctxt ""
+"func_edate.xhp\n"
+"bm_id3151184\n"
+"help.text"
+msgid "<bookmark_value>EDATE function</bookmark_value>"
+msgstr "<bookmark_value>EDATE ფუნქცია</bookmark_value>"
+
+#. VMz(
+#: func_edate.xhp
+msgctxt ""
+"func_edate.xhp\n"
+"hd_id3151184\n"
+"213\n"
+"help.text"
+msgid "<variable id=\"edate\"><link href=\"text/scalc/01/func_edate.xhp\">EDATE</link></variable>"
+msgstr "<variable id=\"edate\"><link href=\"text/scalc/01/func_edate.xhp\">EDATE</link></variable>"
+
+#. *.d(
+#: func_edate.xhp
+msgctxt ""
+"func_edate.xhp\n"
+"par_id3150880\n"
+"214\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_EDATE\">The result is a date which is a number of m<emph>onths</emph> away from the <emph>start date</emph>. Only months are considered; days are not used for calculation.</ahelp>"
msgstr ""
-#: 05070500.xhp#hd_id3156385.19.help.text
-msgid "Zero Values"
-msgstr "ნულოვანი ნიშვნელობები"
+#. \}cs
+#: func_edate.xhp
+msgctxt ""
+"func_edate.xhp\n"
+"hd_id3154647\n"
+"215\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 05070500.xhp#par_id3149258.20.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_NULLVALS\">Specifies that cells with a zero value are printed.</ahelp>"
+#. 7C%n
+#: func_edate.xhp
+msgctxt ""
+"func_edate.xhp\n"
+"par_id3153212\n"
+"216\n"
+"help.text"
+msgid "EDATE(StartDate; Months)"
+msgstr "EDATE(საწყისი თარიღი;თვეები)"
+
+#. `oeC
+#: func_edate.xhp
+msgctxt ""
+"func_edate.xhp\n"
+"par_id3146860\n"
+"217\n"
+"help.text"
+msgid "<emph>StartDate</emph> is a date."
+msgstr "<emph>საწყისი თარიღი</emph>: თარიღი."
+
+#. GT0M
+#: func_edate.xhp
+msgctxt ""
+"func_edate.xhp\n"
+"par_id3152929\n"
+"218\n"
+"help.text"
+msgid "<emph>Months</emph> is the number of months before (negative) or after (positive) the start date."
msgstr ""
-#: 05070500.xhp#hd_id3154022.21.help.text
-msgid "Page Order"
-msgstr "გვერდის თანრიგი"
+#. !0Yf
+#: func_edate.xhp
+msgctxt ""
+"func_edate.xhp\n"
+"hd_id3151289\n"
+"219\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 05070500.xhp#par_id3166423.22.help.text
-msgid "Defines the order in which data in a sheet is numbered and printed when it does not fit on one printed page."
+#. a+FS
+#: func_edate.xhp
+msgctxt ""
+"func_edate.xhp\n"
+"par_id3155845\n"
+"220\n"
+"help.text"
+msgid "What date is one month prior to 3.31.2001?"
msgstr ""
-#: 05070500.xhp#hd_id3152580.23.help.text
-msgid "Top to bottom, then right"
-msgstr "ზევიდან ქვემოთ, შემდეგ მარჯვნივ"
+#. +JO+
+#: func_edate.xhp
+msgctxt ""
+"func_edate.xhp\n"
+"par_id3155999\n"
+"221\n"
+"help.text"
+msgid "<item type=\"input\">=EDATE(3.31.2001;-1)</item> returns 2.28.2001."
+msgstr ""
-#: 05070500.xhp#par_id3150205.24.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_TABLE:BTN_TOPDOWN\">Prints vertically from the left column to the bottom of the sheet.</ahelp>"
+#. J5wB
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sort Criteria"
+msgstr "დახარისხების კრიტერიუმი"
+
+#. %ZJZ
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"bm_id3152350\n"
+"help.text"
+msgid "<bookmark_value>sorting; sort criteria for database ranges</bookmark_value>"
msgstr ""
-#: 05070500.xhp#hd_id3150786.25.help.text
-msgid "Left to right, then down"
-msgstr "მარცხნიდან მარჯვნივ შემდეგ ძირს"
+#. YQqv
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3152350\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12030100.xhp\" name=\"Sort Criteria\">Sort Criteria</link>"
+msgstr "<link href=\"text/scalc/01/12030100.xhp\" name=\"Sort Criteria\">დახარისხების კრიტერიუმი</link>"
-#: 05070500.xhp#par_id3154657.26.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_TABLE:BTN_LEFTRIGHT\">Prints horizontally from the top row of the sheet to the right column.</ahelp>"
+#. [om9
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3151385\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SCPAGE_SORT_FIELDS\">Specify the sorting options for the selected range.</ahelp>"
msgstr ""
-#: 05070500.xhp#hd_id3150887.27.help.text
-msgid "First page number"
-msgstr "პირველი გვერდის ნომერი"
+#. !vgw
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3152462\n"
+"24\n"
+"help.text"
+msgid "Ensure that you include any row and column titles in the selection."
+msgstr ""
-#: 05070500.xhp#par_id3155378.28.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_PAGENO\">Select this option if you want the first page to start with a number other than 1.</ahelp>"
+#. :G2n
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3147428\n"
+"3\n"
+"help.text"
+msgid "Sort by"
+msgstr "დახარისხება"
+
+#. Yow#
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3155854\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_SORT_FIELDS:LB_SORT1\">Select the column that you want to use as the primary sort key.</ahelp>"
msgstr ""
-#: 05070500.xhp#par_id3145389.35.help.text
-msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_TABLE:ED_PAGENO\">Enter the number of the first page.</ahelp>"
+#. a][7
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3146121\n"
+"5\n"
+"help.text"
+msgid "Ascending"
+msgstr "ზდრადობით"
+
+#. ,J.m
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3148645\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_UP1\">Sorts the selection from the lowest value to the highest value. The sorting rules are given by the locale. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages."
msgstr ""
-#: 05070500.xhp#hd_id3146978.29.help.text
-msgid "Scale"
-msgstr "მასშტაბირება"
+#. *lYb
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3155411\n"
+"7\n"
+"help.text"
+msgid "Descending"
+msgstr "კლებადობით"
-#: 05070500.xhp#par_id3149408.30.help.text
-msgid "Defines a page scale for the printed spreadsheet."
+#. {E1P
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3151075\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_DOWN1\">Sorts the selection from the highest value to the lowest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages."
msgstr ""
-#: 05070500.xhp#par_idN1096D.help.text
-msgid "Scaling mode"
-msgstr "მასშტაბირების რეჟიმი"
+#. v`A^
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3154492\n"
+"9\n"
+"help.text"
+msgid "Then by"
+msgstr "მაშინ"
-#: 05070500.xhp#par_idN10971.help.text
-msgid "<ahelp hid=\"sc:ListBox:RID_SCPAGE_TABLE:LB_SCALEMODE\">Select a scaling mode from the list box. Appropriate controls will be shown at the side of the list box.</ahelp>"
+#. 3IVJ
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3156283\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_SORT_FIELDS:LB_SORT2\">Select the column that you want to use as the secondary sort key.</ahelp>"
msgstr ""
-#: 05070500.xhp#hd_id3155089.31.help.text
-msgid "Reduce/enlarge printout"
-msgstr "ამობეჭდვის შემცირება/გადიდება"
+#. z4GV
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3149413\n"
+"11\n"
+"help.text"
+msgid "Ascending"
+msgstr "ზდრადობით"
-#: 05070500.xhp#par_id3159171.32.help.text
-msgid "Specifies a scaling factor to scale all printed pages."
+#. qV)}
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3154018\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_UP2\">Sorts the selection from the lowest value to the highest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
msgstr ""
-#: 05070500.xhp#par_idN1099A.help.text
-msgid "Scaling factor"
-msgstr "მასშტაბირების ფაქტორი"
+#. _xl3
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3146972\n"
+"13\n"
+"help.text"
+msgid "Descending"
+msgstr "კლებადობით"
-#: 05070500.xhp#par_id3152899.36.help.text
-msgid "<ahelp hid=\"SC_METRICFIELD_RID_SCPAGE_TABLE_ED_SCALEALL\" visibility=\"hidden\">Enter a scaling factor. Factors less than 100 reduce the pages, higher factors enlarge the pages.</ahelp>"
+#. Dkuo
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3145640\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_DOWN2\">Sorts the selection from the highest value to the lowest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
msgstr ""
-#: 05070500.xhp#par_idN109B2.help.text
-msgid "Fit print range(s) to width/height"
+#. !n+u
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3154756\n"
+"15\n"
+"help.text"
+msgid "Then by"
+msgstr "მაშინ"
+
+#. jZ8q
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3147338\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_SORT_FIELDS:LB_SORT3\">Select the column that you want to use as the third sort key.</ahelp>"
msgstr ""
-#: 05070500.xhp#par_idN109B5.help.text
-msgid "Specifies the maximum number of pages horizontally (width) and vertically (height) on which every sheet with the current Page Style is to be printed. "
-msgstr "რიცხვი - სიგანე და სიმაღლე ჩართულია ფურცელი გვერდი სტილი ტოლია -სკენ "
+#. !-a-
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3163808\n"
+"17\n"
+"help.text"
+msgid "Ascending"
+msgstr "ზდრადობით"
-#: 05070500.xhp#par_idN109BB.help.text
-msgid "The print ranges are always scaled proportionally, so the resulting number of pages may be less than specified."
+#. ,.Js
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3155336\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_UP3\">Sorts the selection from the lowest value to the highest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
msgstr ""
-#: 05070500.xhp#par_idN109BF.help.text
-msgid "You may clear one of the boxes, then the unspecified dimension will use as many pages as necessary."
+#. {YOi
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3147364\n"
+"19\n"
+"help.text"
+msgid "Descending"
+msgstr "კლებადობით"
+
+#. wzhK
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3149258\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_DOWN3\">Sorts the selection from the highest value to the lowest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
msgstr ""
-#: 05070500.xhp#par_idN109C3.help.text
-msgid "If you clear both boxes, this will result in a scaling factor of 100%."
+#. *!)B
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3150300\n"
+"21\n"
+"help.text"
+msgid "Sort Ascending/Descending"
+msgstr "დახარისხება ზრდადობის/კლებადობით მიხედვით"
+
+#. drS/
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3158212\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SortDescending\"><variable id=\"sytext\">Sorts the selection from the highest to the lowest value, or from the lowest to the highest value. Number fields are sorted by size and text fields by the order of the characters. You can define the sort rules on Data - Sort - Options.</variable></ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
msgstr ""
-#: 05070500.xhp#par_idN109CE.help.text
-msgid "Width in pages"
-msgstr "სიგანე გვერდებში"
+#. 23^@
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3159236\n"
+"25\n"
+"help.text"
+msgid "Icons on the <emph>Standard</emph> toolbar"
+msgstr "ხატულები <emph>სტანდარტულ</emph> ხელსაწყოთა პანელზე"
-#: 05070500.xhp#par_idN109D1.help.text
-msgid "<ahelp hid=\"sc:NumericField:RID_SCPAGE_TABLE:ED_SCALEPAGEWIDTH\">Enter the maximum number of pages to be printed horizontally across.</ahelp>"
+#. \F\1
+#: 04010100.xhp
+msgctxt ""
+"04010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Row Break"
+msgstr "რიგის გაწყვეტა"
+
+#. v~i:
+#: 04010100.xhp
+msgctxt ""
+"04010100.xhp\n"
+"bm_id3153821\n"
+"help.text"
+msgid "<bookmark_value>sheets; inserting row breaks</bookmark_value><bookmark_value>row breaks; inserting</bookmark_value><bookmark_value>inserting; manual row breaks</bookmark_value><bookmark_value>manual row breaks</bookmark_value>"
+msgstr "<bookmark_value>sheets; inserting row წყვეტები</bookmark_value><bookmark_value>row წყვეტები; inserting</bookmark_value><bookmark_value>inserting; manual row წყვეტები</bookmark_value><bookmark_value>manual row წყვეტები</bookmark_value>"
+
+#. T1Tf
+#: 04010100.xhp
+msgctxt ""
+"04010100.xhp\n"
+"hd_id3153821\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04010100.xhp\" name=\"Row Break\">Row Break</link>"
+msgstr "<link href=\"text/scalc/01/04010100.xhp\" name=\"Row Break\">Row Break</link>"
+
+#. EK:!
+#: 04010100.xhp
+msgctxt ""
+"04010100.xhp\n"
+"par_id3149656\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertRowBreak\">Inserts a row break (horizontal page break) above the selected cell.</ahelp>"
+msgstr "<ahelp hid=\".uno:InsertRowBreak\">Inserts a row break (horizontal page break) above the selected cell.</ahelp>"
+
+#. ;tbF
+#: 04010100.xhp
+msgctxt ""
+"04010100.xhp\n"
+"par_id3156422\n"
+"3\n"
+"help.text"
+msgid "The manual row break is indicated by a dark blue horizontal line."
+msgstr "The manual row break is indicated by a dark blue horizontal line."
+
+#. @XCV
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"tit\n"
+"help.text"
+msgid "Database Functions"
+msgstr "მონაცემთა ბაზების ფუნქციები"
+
+#. L4/K
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3148946\n"
+"help.text"
+msgid "<bookmark_value>Function Wizard; databases</bookmark_value> <bookmark_value>functions; database functions</bookmark_value> <bookmark_value>databases; functions in $[officename] Calc</bookmark_value>"
msgstr ""
-#: 05070500.xhp#par_idN109E8.help.text
-msgid "Height in pages"
-msgstr "სიმაღლე გვერდებში"
+#. 2|q%
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3148946\n"
+"1\n"
+"help.text"
+msgid "Database Functions"
+msgstr "მონაცემთა ბაზების ფუნქციები"
-#: 05070500.xhp#par_idN109EB.help.text
-msgid "<ahelp hid=\"sc:NumericField:RID_SCPAGE_TABLE:ED_SCALEPAGEHEIGHT\">Enter the maximum number of pages to be printed vertically stacked.</ahelp>"
+#. Tn#K
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145173\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"datenbanktext\">This section deals with functions used with data organized as one row of data for one record. </variable>"
+msgstr "<variable id=\"datenbanktext\">ამ სექციაში ფუნქციებია რომლების მონაცემთა ორგანიზებასთან გამოიყენება, როგორც მონაცემთა ცალი რიგი ერთი ჩანაწერისთვის. </variable>"
+
+#. Nx7I
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154016\n"
+"186\n"
+"help.text"
+msgid "The Database category may be confused with a database integrated in $[officename]. However, there is no connection between a database in $[officename] and the Database category in $[officename] Calc."
+msgstr "<emph>მონაცემთა ბაზის</emph> კატეგორია შესაძლოა გაფუჭებული იყოს $[officename] ინტეგრირებული მონაცემთა ბაზით. თუმცა $[officename] მონაცემთა ბაზასა და $[officename] Calc-ში მონაცემთა ბაზას შორის კავშირი არ არის."
+
+#. wm6B
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3150329\n"
+"190\n"
+"help.text"
+msgid "Example Data:"
+msgstr "სამაგალითო მონაცემები:"
+
+#. ^_AR
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153713\n"
+"191\n"
+"help.text"
+msgid "The following data will be used in some of the function description examples:"
+msgstr "შემდეგი მონაცემები გამოყენებულ იქნება ფუნქციის აღწერებში მაგალითებად:"
+
+#. c4,^
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155766\n"
+"3\n"
+"help.text"
+msgid "The range A1:E10 lists the children invited to Joe's birthday party. The following information is given for each entry: column A shows the name, B the grade, then age in years, distance to school in meters and weight in kilograms."
+msgstr "დიაპაზონი A1:E10 აჩვენებს მიშას დაბადების დღეზე დაპატიჟებული ბავშვებს. ყოველი ჩანაწერისთვის მოცემულია შემდეგი ინფორმაცია: სვეტი A აჩვენებს სხელს, B საფეხურსს, შემდეგ ასაკი წლებით, სკოლამდე მანძილი მეტრებში და წონა კილოგრამებში."
+
+#. ;b[4
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145232\n"
+"4\n"
+"help.text"
+msgid "A"
+msgstr "A"
+
+#. `I`)
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3146316\n"
+"5\n"
+"help.text"
+msgid "B"
+msgstr "B"
+
+#. IWO^
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150297\n"
+"6\n"
+"help.text"
+msgid "C"
+msgstr "C"
+
+#. *bj3
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150344\n"
+"7\n"
+"help.text"
+msgid "D"
+msgstr "D"
+
+#. zdB:
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150785\n"
+"8\n"
+"help.text"
+msgid "E"
+msgstr "E"
+
+#. ;W;6
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150090\n"
+"9\n"
+"help.text"
+msgid "1"
+msgstr "1"
+
+#. l5q#
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3152992\n"
+"10\n"
+"help.text"
+msgid "<item type=\"input\">Name</item>"
msgstr ""
-#: 05070500.xhp#hd_id3148868.33.help.text
-msgid "Fit print range(s) on number of pages"
+#. %a%P
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155532\n"
+"11\n"
+"help.text"
+msgid "<item type=\"input\">Grade</item>"
msgstr ""
-#: 05070500.xhp#par_id3145074.34.help.text
-msgid "Specifies the maximum number of pages on which every sheet with the current Page Style is to be printed. The scale will be reduced as necessary to fit the defined number of pages."
+#. IR#c
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3156448\n"
+"12\n"
+"help.text"
+msgid "<item type=\"input\">Age</item>"
msgstr ""
-#: 05070500.xhp#par_idN10A26.help.text
-msgid "Number of pages"
-msgstr "გვერდების ნომერი"
+#. N_qT
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154486\n"
+"13\n"
+"help.text"
+msgid "<item type=\"input\">Distance to School</item>"
+msgstr ""
-#: 05070500.xhp#par_id3144507.37.help.text
-msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_TABLE:ED_SCALEPAGENUM\">Enter the maximum number of pages to be printed.</ahelp>"
+#. ta%:
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3152899\n"
+"14\n"
+"help.text"
+msgid "<item type=\"input\">Weight</item>"
msgstr ""
-#: 05030000.xhp#tit.help.text
-msgctxt "05030000.xhp#tit.help.text"
-msgid "Row"
-msgstr "რიგი"
+#. f8^M
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153816\n"
+"15\n"
+"help.text"
+msgid "2"
+msgstr "2"
-#: 05030000.xhp#hd_id3147228.1.help.text
-msgid "<link href=\"text/scalc/01/05030000.xhp\" name=\"Row\">Row</link>"
-msgstr "<link href=\"text/scalc/01/05030000.xhp\" name=\"Row\">რიგი</link>"
+#. `z9j
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3151240\n"
+"16\n"
+"help.text"
+msgid "<item type=\"input\">Andy</item>"
+msgstr ""
-#: 05030000.xhp#par_id3154685.2.help.text
-msgid "<ahelp hid=\".\">Sets the row height and hides or shows selected rows.</ahelp>"
+#. o653
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3156016\n"
+"17\n"
+"help.text"
+msgid "<item type=\"input\">3</item>"
msgstr ""
-#: 05030000.xhp#hd_id3155132.3.help.text
-msgid "<link href=\"text/shared/01/05340100.xhp\" name=\"Height\">Height</link>"
-msgstr "<link href=\"text/shared/01/05340100.xhp\" name=\"Height\">სიმაღლე</link>"
+#. l$\Z
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145073\n"
+"18\n"
+"help.text"
+msgid "<item type=\"input\">9</item>"
+msgstr ""
-#: 05030000.xhp#hd_id3155854.4.help.text
-msgid "<link href=\"text/scalc/01/05030200.xhp\" name=\"Optimal Height\">Optimal Height</link>"
-msgstr "<link href=\"text/scalc/01/05030200.xhp\" name=\"Optimal Height\">ოპტიმალური სიმაღლე</link>"
+#. nNny
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154956\n"
+"19\n"
+"help.text"
+msgid "<item type=\"input\">150</item>"
+msgstr ""
-#: 03070000.xhp#tit.help.text
-msgid "Column & Row Headers"
-msgstr "სვეტი & Row Headers"
+#. uE!3
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153976\n"
+"20\n"
+"help.text"
+msgid "<item type=\"input\">40</item>"
+msgstr ""
-#: 03070000.xhp#bm_id3156024.help.text
-msgid "<bookmark_value>spreadsheets; displaying headers of columns/rows</bookmark_value><bookmark_value>displaying; headers of columns/rows</bookmark_value>"
-msgstr "<bookmark_value>ელექტრონული ცხრილები; displaying headers of columns/rows</bookmark_value><bookmark_value>displaying; headers of columns/rows</bookmark_value>"
+#. OMXS
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150894\n"
+"21\n"
+"help.text"
+msgid "3"
+msgstr "3"
-#: 03070000.xhp#hd_id3156024.1.help.text
-msgid "<link href=\"text/scalc/01/03070000.xhp\" name=\"Column & Row Headers\">Column & Row Headers</link>"
-msgstr "<link href=\"text/scalc/01/03070000.xhp\" name=\"Column & Row Headers\">სვეტი & Row Headers</link>"
+#. Ibgk
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3152870\n"
+"22\n"
+"help.text"
+msgid "<item type=\"input\">Betty</item>"
+msgstr ""
-#: 03070000.xhp#par_id3147230.2.help.text
-msgid "<ahelp hid=\".uno:ViewRowColumnHeaders\">Shows column headers and row headers.</ahelp>"
-msgstr "<ahelp hid=\".uno:ViewRowColumnHeaders\">Shows column headers and row headers.</ahelp>"
+#. FH@@
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149692\n"
+"23\n"
+"help.text"
+msgid "<item type=\"input\">4</item>"
+msgstr ""
-#: 03070000.xhp#par_id3156280.4.help.text
-msgid "To hide the column and row headers unmark this menu entry."
-msgstr "To hide the column and row headers unmark this menu entry."
+#. :S5x
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154652\n"
+"24\n"
+"help.text"
+msgid "<item type=\"input\">10</item>"
+msgstr ""
-#: 03070000.xhp#par_id3156441.3.help.text
-msgid "You can also set the view of the column and row headers in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060100.xhp\" name=\"Spreadsheet - View\">%PRODUCTNAME Calc - View</link></emph>."
+#. EU0v
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149381\n"
+"25\n"
+"help.text"
+msgid "<item type=\"input\">1000</item>"
msgstr ""
-#: 03100000.xhp#tit.help.text
-msgid "Page Break Preview"
-msgstr "Page Break Preview"
+#. J5t(
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153812\n"
+"26\n"
+"help.text"
+msgid "<item type=\"input\">42</item>"
+msgstr ""
-#: 03100000.xhp#hd_id3151384.1.help.text
-msgid "<link href=\"text/scalc/01/03100000.xhp\" name=\"Page Break Preview\">Page Break Preview</link>"
-msgstr "<link href=\"text/scalc/01/03100000.xhp\" name=\"Page Break Preview\">Page Break Preview</link>"
+#. Hoh9
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3146965\n"
+"27\n"
+"help.text"
+msgid "4"
+msgstr "4"
-#: 03100000.xhp#par_id3150792.2.help.text
-msgid "<ahelp hid=\".uno:PagebreakMode\">Display the page breaks and print ranges in the sheet. Choose <emph>View - Normal</emph> to switch this mode off.</ahelp>"
-msgstr "<ahelp hid=\".uno:PagebreakMode\">Display the page წყვეტები and print ranges in the sheet. ამოირჩიეთ <emph>View - Normal</emph> to switch this mode off.</ahelp>"
+#. px=E
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155596\n"
+"28\n"
+"help.text"
+msgid "<item type=\"input\">Charles</item>"
+msgstr ""
-#: 03100000.xhp#par_id3153877.13.help.text
-msgid "The context menu of the page break preview contains functions for editing page breaks, including the following options:"
-msgstr "The კონტექსტური მენიუ of the page break preview contains functions for editing page წყვეტები, including the following options:"
+#. o,v@
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3147244\n"
+"29\n"
+"help.text"
+msgid "<item type=\"input\">3</item>"
+msgstr ""
-#: 03100000.xhp#hd_id3154731.14.help.text
-msgid "Delete All Manual Breaks"
-msgstr "Delete All Manual Breaks"
+#. Qt^`
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149871\n"
+"30\n"
+"help.text"
+msgid "<item type=\"input\">10</item>"
+msgstr ""
-#: 03100000.xhp#par_id3149400.15.help.text
-msgid "<ahelp hid=\".uno:DeleteAllBreaks\">Deletes all manual breaks in the current sheet.</ahelp>"
-msgstr "<ahelp hid=\".uno:DeleteAllBreaks\">Deletes all manual წყვეტები in the current sheet.</ahelp>"
+#. #loq
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155752\n"
+"31\n"
+"help.text"
+msgid "<item type=\"input\">300</item>"
+msgstr ""
-#: 03100000.xhp#hd_id3155067.18.help.text
-msgid "Add Print Range"
-msgstr "დასაბეჭდი დიაპაზონის დამატება"
+#. i)5M
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149052\n"
+"32\n"
+"help.text"
+msgid "<item type=\"input\">51</item>"
+msgstr ""
-#: 03100000.xhp#par_id3155764.19.help.text
-msgid "Adds the selected cells to print ranges."
-msgstr "Adds the selected cells to print ranges."
+#. BH3O
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3146097\n"
+"33\n"
+"help.text"
+msgid "5"
+msgstr "5"
-#: 12080000.xhp#tit.help.text
-msgid "Group and Outline"
+#. tbJB
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3147296\n"
+"34\n"
+"help.text"
+msgid "<item type=\"input\">Daniel</item>"
msgstr ""
-#: 12080000.xhp#bm_id3152350.help.text
-msgid "<bookmark_value>sheets; outlines</bookmark_value><bookmark_value>outlines; sheets</bookmark_value><bookmark_value>hiding; sheet details</bookmark_value><bookmark_value>showing; sheet details</bookmark_value><bookmark_value>grouping;cells</bookmark_value>"
-msgstr "<bookmark_value>ფურცლები;კონტურები</bookmark_value><bookmark_value>კონტურები; ფურცლები</bookmark_value><bookmark_value>ფურცლის დეტალები; დამალვა</bookmark_value><bookmark_value>ჩვენება; ფურცლის დეტალები</bookmark_value><bookmark_value>დაჯგუფება;უჯრები</bookmark_value>"
+#. FxA3
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150393\n"
+"35\n"
+"help.text"
+msgid "<item type=\"input\">5</item>"
+msgstr ""
-#: 12080000.xhp#hd_id3152350.1.help.text
-#, fuzzy
-msgid "<link href=\"text/scalc/01/12080000.xhp\" name=\"Group and Outline\">Group and Outline</link>"
-msgstr "<link href=\"text/scalc/01/12080500.xhp\" name=\"AutoOutline\">ავტომონახაზი</link>"
+#. @l7@
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145236\n"
+"36\n"
+"help.text"
+msgid "<item type=\"input\">11</item>"
+msgstr ""
-#: 12080000.xhp#par_id3150793.2.help.text
-msgid "You can create an outline of your data and group rows and columns together so that you can collapse and expand the groups with a single click."
+#. b]Wn
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150534\n"
+"37\n"
+"help.text"
+msgid "<item type=\"input\">1200</item>"
msgstr ""
-#: 12080000.xhp#hd_id3147229.3.help.text
-msgctxt "12080000.xhp#hd_id3147229.3.help.text"
-msgid "<link href=\"text/scalc/01/12080300.xhp\" name=\"Group\">Group</link>"
-msgstr "<link href=\"text/scalc/01/12080300.xhp\" name=\"Group\">ჯგუფი</link>"
+#. {`r$
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150375\n"
+"38\n"
+"help.text"
+msgid "<item type=\"input\">48</item>"
+msgstr ""
-#: 12080000.xhp#hd_id3153188.4.help.text
-msgctxt "12080000.xhp#hd_id3153188.4.help.text"
-msgid "<link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\">Ungroup</link>"
-msgstr "<link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\">განცალკევება</link>"
+#. OFQQ
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3159121\n"
+"39\n"
+"help.text"
+msgid "6"
+msgstr "6"
-#: 01120000.xhp#tit.help.text
-#, fuzzy
-msgid "Page Preview"
+#. KS1J
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150456\n"
+"40\n"
+"help.text"
+msgid "<item type=\"input\">Eva</item>"
msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"გვერდის გადახედვა\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"გვერდის წინასწარი დათვალიერება"
-#: 01120000.xhp#hd_id1918698.help.text
-#, fuzzy
-msgid "<link href=\"text/scalc/01/01120000.xhp\">Page Preview</link>"
-msgstr "<link href=\"text/scalc/01/02140300.xhp\" name=\"Up\">მაღლა</link>"
-
-#: 01120000.xhp#par_id3831598.help.text
-msgid "<ahelp hid=\".uno:PrintPreview\">Displays a preview of the printed page or closes the preview.</ahelp>"
+#. A!\f
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3146886\n"
+"41\n"
+"help.text"
+msgid "<item type=\"input\">2</item>"
msgstr ""
-#: 01120000.xhp#par_id3145847.help.text
-msgid "Use the icons on the <emph>Page Preview Bar</emph> to scroll through the pages of the document or to print the document."
+#. SoP1
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149945\n"
+"42\n"
+"help.text"
+msgid "<item type=\"input\">8</item>"
msgstr ""
-#: 01120000.xhp#par_id9838862.help.text
-msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up and Ctrl+Page Down keys to scroll through the pages."
+#. LTgr
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3157904\n"
+"43\n"
+"help.text"
+msgid "<item type=\"input\">650</item>"
msgstr ""
-#: 01120000.xhp#par_id7211828.help.text
-msgid "You cannot edit your document while you are in the page preview."
+#. q*`T
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149352\n"
+"44\n"
+"help.text"
+msgid "<item type=\"input\">33</item>"
msgstr ""
-#: 01120000.xhp#par_id460829.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the page preview, click the <emph>Close Preview</emph> button.</ahelp>"
+#. t8OO
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150028\n"
+"45\n"
+"help.text"
+msgid "7"
+msgstr "7"
+
+#. M7)0
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145826\n"
+"46\n"
+"help.text"
+msgid "<item type=\"input\">F</item><item type=\"input\">rank</item>"
msgstr ""
-#: 01120000.xhp#par_id3155829.help.text
-msgid "<link href=\"text/scalc/main0210.xhp\" name=\"Page View Object Bar\">Page View Object Bar</link>"
+#. X0`*
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150743\n"
+"47\n"
+"help.text"
+msgid "<item type=\"input\">2</item>"
msgstr ""
-#: 06040000.xhp#tit.help.text
-msgctxt "06040000.xhp#tit.help.text"
-msgid "Goal Seek"
-msgstr "მიზნის ძიება"
+#. N[e1
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154844\n"
+"48\n"
+"help.text"
+msgid "<item type=\"input\">7</item>"
+msgstr ""
-#: 06040000.xhp#hd_id3155629.1.help.text
-msgctxt "06040000.xhp#hd_id3155629.1.help.text"
-msgid "Goal Seek"
-msgstr "მიზნის ძიება"
+#. VbP5
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148435\n"
+"49\n"
+"help.text"
+msgid "<item type=\"input\">3</item><item type=\"input\">00</item>"
+msgstr ""
-#: 06040000.xhp#par_id3145119.2.help.text
-msgid "<variable id=\"zielwertsuchetext\"><ahelp hid=\".uno:GoalSeekDialog\">Opens a dialog where you can solve an equation with a variable.</ahelp></variable> After a successful search, a dialog with the results opens, allowing you to apply the result and the target value directly to the cell."
+#. B`pu
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148882\n"
+"50\n"
+"help.text"
+msgid "<item type=\"input\">4</item><item type=\"input\">2</item>"
msgstr ""
-#: 06040000.xhp#hd_id3149656.3.help.text
-msgid "Default"
-msgstr "ნაგულისხმები"
+#. `p7K
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150140\n"
+"51\n"
+"help.text"
+msgid "8"
+msgstr "8"
-#: 06040000.xhp#par_id3151211.4.help.text
-msgid "In this section, you can define the variables in your formula."
-msgstr "ამ სექციაში, შეგიძლიათ ფორმულის ცვლადების განსაზღვრა."
+#. hkT@
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3146137\n"
+"52\n"
+"help.text"
+msgid "<item type=\"input\">Greta</item>"
+msgstr ""
-#: 06040000.xhp#hd_id3150869.5.help.text
-msgid "Formula cell"
-msgstr "ფორმულის უჯრა"
+#. rm1o
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148739\n"
+"53\n"
+"help.text"
+msgid "<item type=\"input\">1</item>"
+msgstr ""
-#: 06040000.xhp#par_id3153194.6.help.text
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_SOLVER:ED_FORMULACELL\">In the formula cell, enter the reference of the cell which contains the formula. It contains the current cell reference.</ahelp> Click another cell in the sheet to apply its reference to the text box."
+#. 27b,
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148583\n"
+"54\n"
+"help.text"
+msgid "<item type=\"input\">7</item>"
msgstr ""
-#: 06040000.xhp#hd_id3154685.7.help.text
-msgid "Target value"
-msgstr "სამიზნე მნიშვნელობა"
+#. fS(3
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154556\n"
+"55\n"
+"help.text"
+msgid "<item type=\"input\">200</item>"
+msgstr ""
-#: 06040000.xhp#par_id3146984.8.help.text
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_SOLVER:ED_TARGETVAL\">Specifies the value you want to achieve as a new result.</ahelp>"
+#. ,iZ3
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155255\n"
+"56\n"
+"help.text"
+msgid "<item type=\"input\">36</item>"
msgstr ""
-#: 06040000.xhp#hd_id3150012.9.help.text
-msgid "Variable cell"
-msgstr "ცვლადი უჯრა"
+#. Ay=7
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145141\n"
+"57\n"
+"help.text"
+msgid "9"
+msgstr "9"
-#: 06040000.xhp#par_id3147427.10.help.text
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_SOLVER:ED_VARCELL\">Specifies the reference for the cell that contains the value you want to adjust in order to reach the target.</ahelp>"
+#. [cxn
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153078\n"
+"58\n"
+"help.text"
+msgid "<item type=\"input\">Harry</item>"
msgstr ""
-#: func_month.xhp#tit.help.text
-msgid "MONTH "
-msgstr "MONTH "
-
-#: func_month.xhp#bm_id3149936.help.text
-msgid "<bookmark_value>MONTH function</bookmark_value>"
-msgstr "<bookmark_value>MONTH ფუნქცია</bookmark_value>"
+#. /40S
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149955\n"
+"59\n"
+"help.text"
+msgid "<item type=\"input\">3</item>"
+msgstr ""
-#: func_month.xhp#hd_id3149936.76.help.text
-msgid "<variable id=\"month\"><link href=\"text/scalc/01/func_month.xhp\">MONTH</link></variable>"
-msgstr "<variable id=\"month\"><link href=\"text/scalc/01/func_month.xhp\">MONTH</link></variable>"
+#. ETbh
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150005\n"
+"60\n"
+"help.text"
+msgid "<item type=\"input\">9</item>"
+msgstr ""
-#: func_month.xhp#par_id3153538.77.help.text
-msgid "<ahelp hid=\"HID_FUNC_MONAT\">Returns the month for the given date value.</ahelp> The month is returned as an integer between 1 and 12."
-msgstr "<ahelp hid=\"HID_FUNC_MONAT\">მოცემული თარიღისთვის აბრუნებს თვეს.</ahelp> თვე ბრუნდება რიცხვის სახით 1-სა და 12-ს შორის."
+#. q:XZ
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155951\n"
+"61\n"
+"help.text"
+msgid "<item type=\"input\">1200</item>"
+msgstr ""
-#: func_month.xhp#hd_id3149517.78.help.text
-msgctxt "func_month.xhp#hd_id3149517.78.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. .PKa
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145169\n"
+"62\n"
+"help.text"
+msgid "<item type=\"input\">44</item>"
+msgstr ""
-#: func_month.xhp#par_id3145602.79.help.text
-msgid "MONTH(Number)"
-msgstr "MONTH(რიცხვი)"
+#. aFi7
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153571\n"
+"63\n"
+"help.text"
+msgid "10"
+msgstr "10"
-#: func_month.xhp#par_id3149485.80.help.text
-msgid "<emph>Number</emph>, as a time value, is a decimal for which the month is to be returned."
-msgstr "<emph>რიცხვი</emph>, რგორც დროის მნიშვნელობა; არის ათწილადი; რომლისთვისაც დაბრუნდება წამები."
+#. c%ca
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148761\n"
+"64\n"
+"help.text"
+msgid "<item type=\"input\">Irene</item>"
+msgstr ""
-#: func_month.xhp#hd_id3153322.81.help.text
-msgctxt "func_month.xhp#hd_id3153322.81.help.text"
-msgid "Examples"
-msgstr "მაგალითები"
+#. {3%m
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149877\n"
+"65\n"
+"help.text"
+msgid "<item type=\"input\">2</item>"
+msgstr ""
-#: func_month.xhp#par_id3149244.83.help.text
-msgid "=MONTH(NOW()) returns the current month."
-msgstr "MONTH(NOW()) აბრუნებს მიმდინარე თვეს"
+#. 7#lF
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154327\n"
+"66\n"
+"help.text"
+msgid "<item type=\"input\">8</item>"
+msgstr ""
-#: func_month.xhp#par_id3154790.84.help.text
-msgid "=MONTH(C4) returns 7 if you enter 2000-07-07 to cell C4 (that date value might get formatted differently after you press Enter)."
+#. k5e[
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155435\n"
+"67\n"
+"help.text"
+msgid "<item type=\"input\">1000</item>"
msgstr ""
-#: 12090104.xhp#tit.help.text
-msgctxt "12090104.xhp#tit.help.text"
-msgid "Options"
-msgstr "პარამეტრები"
+#. qsd-
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145353\n"
+"68\n"
+"help.text"
+msgid "<item type=\"input\">42</item>"
+msgstr ""
-#: 12090104.xhp#hd_id3149119.1.help.text
-msgid "<link href=\"text/scalc/01/12090104.xhp\" name=\"Options\">Options</link>"
-msgstr "<link href=\"text/scalc/01/12090104.xhp\" name=\"Options\">პარამეტრები</link>"
+#. Mmr:
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150662\n"
+"69\n"
+"help.text"
+msgid "11"
+msgstr "11"
-#: 12090104.xhp#par_id3147102.2.help.text
-msgid "<variable id=\"zusaetzetext\"><ahelp hid=\"\" visibility=\"visible\">Displays or hides additional filtering options.</ahelp></variable>"
-msgstr "<variable id=\"zusaetzetext\"><ahelp hid=\"\" visibility=\"visible\">ასახავს ან მალავს გაფილტვრის დამატებით პარამეტრებს.</ahelp></variable>"
+#. sJ%f
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150568\n"
+"70\n"
+"help.text"
+msgid "12"
+msgstr "12"
-#: 12090104.xhp#hd_id3147008.3.help.text
-msgctxt "12090104.xhp#hd_id3147008.3.help.text"
-msgid "Options"
-msgstr "პარამეტრები"
+#. Nc`=
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149393\n"
+"71\n"
+"help.text"
+msgid "13"
+msgstr "13"
-#: 12090104.xhp#hd_id3153662.5.help.text
-msgctxt "12090104.xhp#hd_id3153662.5.help.text"
-msgid "Case sensitive"
-msgstr "რეგისტრისადმი მგძნობიარე"
+#. 2sbV
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153544\n"
+"72\n"
+"help.text"
+msgid "<item type=\"input\">Name</item>"
+msgstr ""
-#: 12090104.xhp#par_id3145673.6.help.text
-msgid "Distinguishes between uppercase and lowercase letters."
+#. LW=!
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3158414\n"
+"73\n"
+"help.text"
+msgid "<item type=\"input\">Grade</item>"
msgstr ""
-#: 12090104.xhp#hd_id3156327.7.help.text
-msgid "Regular Expression"
-msgstr "რეგულარული გამოსახულება"
+#. c0w_
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3152820\n"
+"74\n"
+"help.text"
+msgid "<item type=\"input\">Age</item>"
+msgstr ""
-#: 12090104.xhp#par_id3151245.8.help.text
-msgid "Allows you to use wildcards in the filter definition."
+#. U7HP
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154866\n"
+"75\n"
+"help.text"
+msgid "<item type=\"input\">Distance to School</item>"
msgstr ""
-#: 12090104.xhp#par_id3147264.29.help.text
-msgid "If the <emph>Regular Expression</emph> check box is selected, you can use EQUAL (=) and NOT EQUAL (<>) also in comparisons. You can also use the following functions: DCOUNTA, DGET, MATCH, COUNTIF, SUMIF, LOOKUP, VLOOKUP and HLOOKUP."
+#. XPYT
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150471\n"
+"76\n"
+"help.text"
+msgid "<item type=\"input\">Weight</item>"
msgstr ""
-#: 12090104.xhp#hd_id3153379.30.help.text
-msgid "Unique records only"
-msgstr "მხოლოდ უნიკალური ჩანაწერები"
+#. %ftM
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153920\n"
+"77\n"
+"help.text"
+msgid "14"
+msgstr "14"
-#: 12090104.xhp#par_id3154138.31.help.text
-msgid "Excludes duplicate rows in the list of filtered data."
-msgstr "გაფილტრული რიგების სიიდან შვლის დუბლირებულ რიგებს."
+#. YP)w
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148429\n"
+"78\n"
+"help.text"
+msgid "<item type=\"input\">>600</item>"
+msgstr ""
-#: 12090104.xhp#hd_id3156282.32.help.text
-msgid "Data area"
-msgstr "მონაცემების არე"
+#. ,B-R
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3152588\n"
+"79\n"
+"help.text"
+msgid "15"
+msgstr "15"
-#: 12090104.xhp#par_id3150768.33.help.text
-msgid "Displays the name of the filtered data area in the table."
-msgstr "ასახავს ცხრილში გაფილტრული მონაცემების არის სახელს."
+#. ,.|v
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3083286\n"
+"80\n"
+"help.text"
+msgid "16"
+msgstr "16"
-#: 12090104.xhp#hd_id3156424.34.help.text
-msgid "More<<"
-msgstr "დამატებით<<"
+#. -1QU
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3163823\n"
+"81\n"
+"help.text"
+msgid "<item type=\"input\">DCOUNT</item>"
+msgstr ""
-#: 12090104.xhp#par_id3125864.35.help.text
-msgctxt "12090104.xhp#par_id3125864.35.help.text"
-msgid "Hides the additional options."
-msgstr "მალავს დამატებით პარამეტრებს."
+#. %:n;
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145083\n"
+"82\n"
+"help.text"
+msgid "<item type=\"input\">5</item>"
+msgstr ""
-#: 12090104.xhp#par_id3154011.help.text
-msgid "<link href=\"text/shared/01/02100001.xhp\" name=\"List of Regular Expressions\">List of Regular Expressions</link>"
-msgstr "<link href=\"text/shared/01/02100001.xhp\" name=\"List of Regular Expressions\">რეგულარულ გამოსახულებათა სია</link>"
+#. 8/$c
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149282\n"
+"83\n"
+"help.text"
+msgid "The formula in cell B16 is =DCOUNT(A1:E10;0;A13:E14)"
+msgstr "ფორმულა უჯრაში B16 არის =DCOUNT(A1:E10;0;A13:E14)"
-#: 04060105.xhp#tit.help.text
-msgctxt "04060105.xhp#tit.help.text"
-msgid "Logical Functions"
-msgstr "ლოგიკური ფუნქციები"
+#. []Up
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3150962\n"
+"192\n"
+"help.text"
+msgid "Database Function Parameters:"
+msgstr "მონაცემთა ბაზის ფუნქციის პარამეტრები:"
-#: 04060105.xhp#bm_id3153484.help.text
-msgid "<bookmark_value>logical functions</bookmark_value> <bookmark_value>Function Wizard; logical</bookmark_value> <bookmark_value>functions; logical functions</bookmark_value>"
-msgstr "<bookmark_value>ელცხრილები; ფუნქცუები</bookmark_value><bookmark_value>ფუნქცუების ოსტატი, ელცხრილები</bookmark_value><bookmark_value>ფუნქცუები; ელცხრილები</bookmark_value>"
+#. ,*av
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155837\n"
+"84\n"
+"help.text"
+msgid "The following items are the parameter definitions for all database functions:"
+msgstr "შემდეგი არის მონაცემთა ბაზების ყველა ფუნქციისთვის პარამეტრების განსაზღვრა:"
-#: 04060105.xhp#hd_id3153484.1.help.text
-msgctxt "04060105.xhp#hd_id3153484.1.help.text"
-msgid "Logical Functions"
-msgstr "ლოგიკური ფუნქციები"
+#. mfy%
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149453\n"
+"85\n"
+"help.text"
+msgid "<emph>Database</emph> is the cell range defining the database."
+msgstr "<emph> მონაცემთა ბაზა</emph> არის უჯრა ან უჯრათა დიაპაზონი, რომელიც მონაცემთა ბაზას განსაზღვრავს."
-#: 04060105.xhp#par_id3149312.2.help.text
-msgid "<variable id=\"logischtext\">This category contains the <emph>Logical</emph> functions. </variable>"
-msgstr "<variable id=\"logischtext\">ეს კატეგორია შეიცავს <emph>ლოგიკურ</emph> ფუნქციებს. </variable>"
+#. ^1c+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3151272\n"
+"86\n"
+"help.text"
+msgid "<emph>DatabaseField</emph> specifies the column where the function operates on after the search criteria of the first parameter is applied and the data rows are selected. It is not related to the search criteria itself. Use the number 0 to specify the whole data range. <variable id=\"quotes\">To reference a column by means of the column header name, place quotation marks around the header name. </variable>"
+msgstr "<emph>მონაცემთა ბაზის ველი</emph> საზღვრავს სვეტს სადაც ფუნქცია მოქმედებს პირველი პარამეტრის საძიებო კრიტერიუმის გააქტიურების და მონაცემთა რიგების არჩევის შემდეგ. ეს ძიების კრიტერიუმს როგორც ეგეთი არ უკავშირდება. გამოიყენეთ 0 მონაცემთა სრული დიაპაზონის მისათითებლად. <variable id=\"quotes\">მთელი სვეტის მისათითებლად სვეტის სახელით გამოიყენეთ ბრჭყალები. </variable>"
-#: 04060105.xhp#bm_id3147505.help.text
-msgid "<bookmark_value>AND function</bookmark_value>"
-msgstr "<bookmark_value>AND ფუნქცია</bookmark_value>"
+#. Y1k8
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3147083\n"
+"87\n"
+"help.text"
+msgid "<emph>SearchCriteria</emph> is the cell range containing search criteria. If you write several criteria in one row they are connected by AND. If you write the criteria in different rows they are connected by OR. Empty cells in the search criteria range will be ignored."
+msgstr "<emph>ძიების კრიტერიუმი</emph> არის უჯრათა დიაპაზონი რომელიც შეიცავს ძიების კრიტერიუმს. თუ ერთ რიგში რამდენიმე კრიტერიუმს ჩაწერს, ისინი დაკავშირებული იქნებიან AND-ით. თუ კი კრიტერიუმებს სხვადასხვა რიგებში ჩაწერთ, ისინი დაკავშირებული იქნებიან OR-ით. ძიების კრიტერიუმის დიაპაზონში ცარიელი უჯრები იგნორირებული იქნებიან."
-#: 04060105.xhp#hd_id3147505.29.help.text
-msgid "AND"
-msgstr "AND"
+#. HIg;
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3151188\n"
+"188\n"
+"help.text"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060500.xhp\" name=\"Spreadsheet - Calculate\">%PRODUCTNAME Calc - Calculate</link> to define how $[officename] Calc acts when searching for identical entries."
+msgstr ""
-#: 04060105.xhp#par_id3153959.65.help.text
-msgid "<ahelp hid=\"HID_FUNC_UND\">Returns TRUE if all arguments are TRUE.</ahelp> If one of the elements is FALSE, this function returns the FALSE value."
-msgstr "<ahelp hid=\"HID_FUNC_UND\">აბრუნებს ჭეშმარიტს თუ ყველა არგუმენტი ჭეშმარიტია.</ahelp> თუ ერთერთი არგუმენტი მცდარია, ფუნქცია დააბრუნებს მცდარს."
+#. q#o?
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3882869\n"
+"help.text"
+msgid "See also the Wiki page about <link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Conditional_Counting_and_Summation\">Conditional Counting and Summation</link>."
+msgstr ""
-#: 04060105.xhp#par_id3146100.66.help.text
-msgctxt "04060105.xhp#par_id3146100.66.help.text"
-msgid "The arguments are either logical expressions themselves (TRUE, 1<5, 2+3=7, B8<10) that return logical values, or arrays (A1:C3) containing logical values."
-msgstr "არგუმენტები ან თვითონაა ლოგიკური გამოსახულებები (TRUE, 1<5, 2+3=7, B8<10) რომლებიც აბრუნებს ლოგიკურ მნიშვნელობას, ან მასივები (A1:C3) რომლებიც შრიცავს ლოგიკურ მნიშვნელობას."
+#. N442
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3150882\n"
+"help.text"
+msgid "<bookmark_value>DCOUNT function</bookmark_value> <bookmark_value>counting rows;with numeric values</bookmark_value>"
+msgstr "<bookmark_value>DCOUNT ფუნქცია</bookmark_value><bookmark_value>რიგების დათვლა,ციფლური მნუშვნელობებით</bookmark_value>"
-#: 04060105.xhp#par_id3150538.67.help.text
-msgctxt "04060105.xhp#par_id3150538.67.help.text"
-msgid "When a function expects a single value, but you entered a cell range, then the value from the cell range is taken that is in the same column or row as the formula."
-msgstr "როდესაც ფუნქცია მოელის ცალ მნიშვნელობას, მაგრამ თქვენ შეგყავთ უჯრების დიაპაზონი, მაშინ მნიშვნელობა დიაპაზონიდან აიღება რომელიც იმავე რიგშია ან სვეტში სადაც ფორმულაა."
+#. S@l.
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3150882\n"
+"88\n"
+"help.text"
+msgid "DCOUNT"
+msgstr "DCOUNT"
-#: 04060105.xhp#par_id3149128.68.help.text
-msgctxt "04060105.xhp#par_id3149128.68.help.text"
-msgid "If the entered range is outside of the current column or row of the formula, the function returns the error value #VALUE!"
-msgstr ""
+#. )!_}
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3156133\n"
+"89\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBANZAHL\">DCOUNT counts the number of rows (records) in a database that match the specified search criteria and contain numerical values.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_DBANZAHL\">DCOUNT თვლის რიგების (ჩანაწერების) რაოდენობას მონაცემთა ბაზაში, რომელიც ემთხვევა მოცემულ ძიების კრიტერიუმს და შეიცავს ციფრულ მონაცემებს.</ahelp>"
-#: 04060105.xhp#hd_id3150374.31.help.text
-msgctxt "04060105.xhp#hd_id3150374.31.help.text"
+#. `Xo*
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3156099\n"
+"90\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060105.xhp#par_id3159123.32.help.text
-msgid "AND(LogicalValue1; LogicalValue2 ...LogicalValue30)"
-msgstr "AND(ლოგიკური მნიშვნელობა 1; ლოგიკური მნიშვნელობა 2 ...ლოგიკური მნიშვნელობა 30)"
+#. XN[5
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153218\n"
+"91\n"
+"help.text"
+msgid "DCOUNT(Database; DatabaseField; SearchCriteria)"
+msgstr "DCOUNT(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
-#: 04060105.xhp#par_id3150038.33.help.text
-msgid " <emph>LogicalValue1; LogicalValue2 ...LogicalValue30</emph> are conditions to be checked. All conditions can be either TRUE or FALSE. If a range is entered as a parameter, the function uses the value from the range that is in the current column or row. The result is TRUE if the logical value in all cells within the cell range is TRUE."
-msgstr ""
+#. R;z4
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153273\n"
+"187\n"
+"help.text"
+msgid "For the DatabaseField parameter you can enter a cell to specify the column, or enter the number 0 for the entire database. The parameter cannot be empty. <embedvar href=\"text/scalc/01/04060101.xhp#quotes\"/>"
+msgstr "მონაცემთა ბაზის ველის პარამეტრიუსთვის შეგიძლიათ შეიყვანოთ უჯრა სვეტის განსასაზღვრად, ან რიცხვი 0 მონაცემთა ბაზისთვის. პარამეტრი არ უნდა იყოს ცარიელი. <embedvar href=\"text/scalc/01/04060101.xhp#quotes\"/>"
-#: 04060105.xhp#hd_id3149143.34.help.text
-msgctxt "04060105.xhp#hd_id3149143.34.help.text"
+#. -0jW
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3154743\n"
+"92\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060105.xhp#par_id3153123.35.help.text
-msgid "The logical values of entries 12<13; 14>12, and 7<6 are to be checked:"
-msgstr "ჩანაწერთა 12<13; 14>12, და 7<6 ლოგიკური მნიშვნელობა გამოიცდება:"
+#. IQ\1
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153623\n"
+"93\n"
+"help.text"
+msgid "In the example above (scroll up, please), we want to know how many children have to travel more than 600 meters to school. The result is to be stored in cell B16. Set the cursor in cell B16. Enter the formula <item type=\"input\">=DCOUNT(A1:E10;0;A13:E14)</item> in B16. The <emph>Function Wizard</emph> helps you to input ranges."
+msgstr "ზედა მაგალითში (აასრიალეთ) გვინდა გავიგოთ თუ რამდენ ბავშვს სჭირდება სკოლამდე 600 მეტრზე მეტის გავლა. შედეგი გამოჩნდება B16 უჯრაში. კურსორი B16 უჯრაზე დააყენეთ. შეიყვანეთ ფორმულა =DCOUNT(A1:E10;0;A13:E14) B16-ში. <emph>ფუნქციათა ოსტატი</emph> დაგეხმარებათ შეიტანოთ დიაპაზონები."
-#: 04060105.xhp#par_id3145632.36.help.text
-msgid " <item type=\"input\">=AND(12<13;14>12;7<6)</item> returns FALSE."
-msgstr ""
+#. :*B2
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149142\n"
+"94\n"
+"help.text"
+msgid "<emph>Database</emph> is the range of data to be evaluated, including its headers: in this case A1:E10. <emph>DatabaseField</emph> specifies the column for the search criteria: in this case, the whole database. <emph>SearchCriteria</emph> is the range where you can enter the search parameters: in this case, A13:E14."
+msgstr "<emph>მონაცემთა ბაზა</emph> არის დასამუშავებელი მონაცემების დიაპაზონი, მათი თავსართების ჩათვლით: ამ შემთხვევაში A1:E10. <emph>მონაცემთა ბაზა</emph> განსაზღვრავს ძიების კრიტერიუმისთვის სვეტს: ამ შემთხვევასი მთელი ბაზა. <emph>ძიების კრიტერიუმი</emph> არის დიაპაზონი, სადაც შეგიძლიათ შეიყვანოთ ძიების პარამეტრები, ამ შემთხვევაში, A13:E14."
-#: 04060105.xhp#par_id3149946.60.help.text
-msgid " <item type=\"input\">=AND (FALSE;TRUE)</item> returns FALSE."
-msgstr ""
+#. u3@B
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145652\n"
+"95\n"
+"help.text"
+msgid "To learn how many children in second grade are over 7 years of age, delete the entry >600 in cell D14 and enter <item type=\"input\">2</item> in cell B14 under Grade, and enter <item type=\"input\">>7</item> in cell C14 to the right. The result is 2. Two children are in second grade and over 7 years of age. As both criteria are in the same row, they are connected by AND."
+msgstr "-მდე დუ მეორე წლები - წაშლა ჩანაწერი დუ და დუ დონე და დუ -სკენ მარჯვნივ ტოლია ორი დუ მეორე და წლები - დუ რიგი დაკავშირებული -ით AND."
-#: 04060105.xhp#bm_id3149015.help.text
-msgid "<bookmark_value>FALSE function</bookmark_value>"
-msgstr "<bookmark_value>FALSE ფუნქცია</bookmark_value>"
+#. dabB
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3156123\n"
+"help.text"
+msgid "<bookmark_value>DCOUNTA function</bookmark_value> <bookmark_value>records;counting in Calc databases</bookmark_value> <bookmark_value>counting rows;with numeric or alphanumeric values</bookmark_value>"
+msgstr "<bookmark_value>DCOUNTA ფუნქცია</bookmark_value><bookmark_value>ჩანაწერები;Calc-ის მონაცემთა ბაზებში დათვლა</bookmark_value><bookmark_value>რიგების დათვლა;ციფრული ან ანბანური მნიშვნელობებით</bookmark_value>"
-#: 04060105.xhp#hd_id3149015.3.help.text
-msgid "FALSE"
-msgstr "FALSE"
+#. Wqw9
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3156123\n"
+"97\n"
+"help.text"
+msgid "DCOUNTA"
+msgstr "DCOUNTA"
-#: 04060105.xhp#par_id3149890.4.help.text
-msgid "<ahelp hid=\"HID_FUNC_FALSCH\">Returns the logical value FALSE.</ahelp> The FALSE() function does not require any arguments, and always returns the logical value FALSE."
-msgstr "<ahelp hid=\"HID_FUNC_FALSCH\">აბრუნებს ლოგიკურ მნიშვნელობას FALSE.</ahelp> FALSE() ფუნქცია არ მოითხოვს რაიმე არგუმენტებს და ყოველთვის აბრუნებს FALSE."
+#. nVYE
+#: 04060101.xhp
+#, fuzzy
+msgctxt ""
+"04060101.xhp\n"
+"par_id3156110\n"
+"98\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBANZAHL2\">DCOUNTA counts the number of rows (records) in a database that match the specified search conditions, and contain numeric or alphanumeric values.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_DBANZAHL\">DCOUNT თვლის რიგების (ჩანაწერების) რაოდენობას მონაცემთა ბაზაში, რომელიც ემთხვევა მოცემულ ძიების კრიტერიუმს და შეიცავს ციფრულ მონაცემებს.</ahelp>"
-#: 04060105.xhp#hd_id3146939.5.help.text
-msgctxt "04060105.xhp#hd_id3146939.5.help.text"
+#. H]7J
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3143228\n"
+"99\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060105.xhp#par_id3150030.6.help.text
-msgid "FALSE()"
-msgstr "FALSE()"
+#. |\{S
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3146893\n"
+"100\n"
+"help.text"
+msgid "DCOUNTA(Database; DatabaseField; SearchCriteria)"
+msgstr "DCOUNTA(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
-#: 04060105.xhp#hd_id3150697.7.help.text
-msgctxt "04060105.xhp#hd_id3150697.7.help.text"
+#. CL\Z
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3149751\n"
+"101\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060105.xhp#par_id3154842.8.help.text
-msgid " <item type=\"input\">=FALSE()</item> returns FALSE"
-msgstr ""
-
-#: 04060105.xhp#par_id3147468.9.help.text
-msgid " <item type=\"input\">=NOT(FALSE())</item> returns TRUE"
+#. z%85
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153982\n"
+"102\n"
+"help.text"
+msgid "In the example above (scroll up, please), you can search for the number of children whose name starts with an E or a subsequent letter. Edit the formula in B16 to read <item type=\"input\">=DCOUNTA(A1:E10;\"Name\";A13:E14)</item>. Delete the old search criteria and enter <item type=\"input\">>=E</item> under Name in field A14. The result is 5. If you now delete all number values for Greta in row 8, the result changes to 4. Row 8 is no longer included in the count because it does not contain any values. The name Greta is text, not a value. Note that the DatabaseField parameter must point to a column that can contain values."
msgstr ""
-#: 04060105.xhp#bm_id3150141.help.text
-msgid "<bookmark_value>IF function</bookmark_value>"
-msgstr "<bookmark_value>IF ფუნქცია</bookmark_value>"
+#. DMXY
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3147256\n"
+"help.text"
+msgid "<bookmark_value>DGET function</bookmark_value> <bookmark_value>cell contents;searching in Calc databases</bookmark_value> <bookmark_value>searching;cell contents in Calc databases</bookmark_value>"
+msgstr "<bookmark_value>DGET ფუნქცია</bookmark_value><bookmark_value>უჯრის შიგთავსი;Calc მონაცემთა ბაზაში ძებნა</bookmark_value><bookmark_value>ძებნა;უჯრის შიგთავსი Calc მონაცემთა ბაზაში</bookmark_value>"
-#: 04060105.xhp#hd_id3150141.48.help.text
-msgid "IF"
-msgstr "IF"
+#. c@w6
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3147256\n"
+"104\n"
+"help.text"
+msgid "DGET"
+msgstr "DGET"
-#: 04060105.xhp#par_id3148740.49.help.text
-msgid "<ahelp hid=\"HID_FUNC_WENN\">Specifies a logical test to be performed.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_WENN\">საზღვრავს წარსადგენ ლოგიკურ ტესტს.</ahelp>"
+#. yu*w
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3152801\n"
+"105\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBAUSZUG\">DGET returns the contents of the referenced cell in a database which matches the specified search criteria.</ahelp> In case of an error, the function returns either #VALUE! for no row found, or Err502 for more than one cell found."
+msgstr ""
-#: 04060105.xhp#hd_id3153325.50.help.text
-msgctxt "04060105.xhp#hd_id3153325.50.help.text"
+#. AtL|
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3159344\n"
+"106\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060105.xhp#par_id3154558.51.help.text
-msgid "IF(Test; ThenValue; OtherwiseValue)"
-msgstr "IF(ტესტი;შემდეგ_მნიშვნელობა;სხვაგვარად_მნისვნელობა)"
+#. xoi{
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154696\n"
+"107\n"
+"help.text"
+msgid "DGET(Database; DatabaseField; SearchCriteria)"
+msgstr "DGET(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
-#: 04060105.xhp#par_id3149727.52.help.text
-msgid " <emph>Test</emph> is any value or expression that can be TRUE or FALSE."
-msgstr "<emph>ტესტი</emph> არის ნებისმიერი მნისვნელობა ან გამოსახულება რომელიც შეიძლება იყოს ჭეშმარიტი ან მცდარი."
+#. jD?)
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3153909\n"
+"108\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060105.xhp#par_id3155828.53.help.text
-msgid " <emph>ThenValue</emph> (optional) is the value that is returned if the logical test is TRUE."
-msgstr "<emph>მაშინ_მნიშვნელობა</emph> (არასავალდებულო) არის ლოგიკური ტესტი თუ TRUE არის, დაბრუნებული მნიშვნელობა."
+#. 3r;T
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155388\n"
+"109\n"
+"help.text"
+msgid "In the above example (scroll up, please), we want to determine what grade a child is in, whose name was entered in cell A14. The formula is entered in cell B16 and differs slightly from the earlier examples because only one column (one database field) can be entered for <emph>DatabaseField</emph>. Enter the following formula:"
+msgstr ""
-#: 04060105.xhp#par_id3154811.54.help.text
-msgid " <emph>OtherwiseValue</emph> (optional) is the value that is returned if the logical test is FALSE."
-msgstr "<emph>სხვაგვარად_მნიშვნელობა</emph> (არასავალდებულო) არის ლოგიკური ტესტი თუ FALSE არის, დაბრუნებული მნიშვნელობა."
+#. LJ-.
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153096\n"
+"110\n"
+"help.text"
+msgid "<item type=\"input\">=DGET(A1:E10;\"Grade\";A13:E14)</item>"
+msgstr ""
-#: 04060105.xhp#par_idN107FA.help.text
-msgctxt "04060105.xhp#par_idN107FA.help.text"
-msgid " <embedvar href=\"text/scalc/00/00000004.xhp#optional\"/> "
+#. !8CV
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150524\n"
+"111\n"
+"help.text"
+msgid "Enter the name <item type=\"input\">Frank</item> in A14, and you see the result 2. Frank is in second grade. Enter <item type=\"input\">\"Age\"</item> instead of \"Grade\" and you will get Frank's age."
msgstr ""
-#: 04060105.xhp#hd_id3149507.55.help.text
-msgctxt "04060105.xhp#hd_id3149507.55.help.text"
-msgid "Examples"
-msgstr "მაგალითები"
+#. #i1j
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148833\n"
+"112\n"
+"help.text"
+msgid "Or enter the value <item type=\"input\">11</item> in cell C14 only, and delete the other entries in this row. Edit the formula in B16 as follows:"
+msgstr "მხოლოდ C14-ში შეიყვანეთ მნიშვნელობა 11 და ამ რიგში წაშალეთ სხვა ჩანაწერები. ფორმულა B16 ჩაასწორეთ როგორც შემდეგში:"
-#: 04060105.xhp#par_id3150867.57.help.text
-msgid " <item type=\"input\">=IF(A1>5;100;\"too small\")</item> If the value in A1 is higher than 5, the value 100 is entered in the current cell; otherwise, the text “too small” (without quotes) is entered."
+#. 2dFT
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149912\n"
+"113\n"
+"help.text"
+msgid "<item type=\"input\">=DGET(A1:E10;\"Name\";A13:E14)</item>"
msgstr ""
-#: 04060105.xhp#bm_id3155954.help.text
-msgid "<bookmark_value>NOT function</bookmark_value>"
-msgstr "<bookmark_value>NOT ფუნქცია</bookmark_value>"
+#. 8jg}
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148813\n"
+"114\n"
+"help.text"
+msgid "Instead of the grade, the name is queried. The answer appears at once: Daniel is the only child aged 11."
+msgstr "საფეხურის ნაცვლად მოთხოვნილია სახელი. პასუხი უმალვე ჩნდება. დანიელი ერთადერთი 11 წლის ბავშვია."
-#: 04060105.xhp#hd_id3155954.12.help.text
-msgid "NOT"
-msgstr "NOT"
+#. xMld
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3149766\n"
+"help.text"
+msgid "<bookmark_value>DMAX function</bookmark_value> <bookmark_value>maximum values in Calc databases</bookmark_value> <bookmark_value>searching;maximum values in columns</bookmark_value>"
+msgstr "<bookmark_value>DMAX ფუნქცია</bookmark_value><bookmark_value>Calc მონაცემთა ბაზაში მაქსიმალური მნიშვნელობა</bookmark_value><bookmark_value>ძებნა;სვეტებში მაქსიმალური მნიშვნელობა</bookmark_value>"
-#: 04060105.xhp#par_id3153570.13.help.text
-msgid "<ahelp hid=\"HID_FUNC_NICHT\">Complements (inverts) a logical value.</ahelp>"
-msgstr ""
+#. Fbri
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3149766\n"
+"115\n"
+"help.text"
+msgid "DMAX"
+msgstr "DMAX"
-#: 04060105.xhp#hd_id3147372.14.help.text
-msgctxt "04060105.xhp#hd_id3147372.14.help.text"
+#. 3{xe
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154903\n"
+"116\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBMAX\">DMAX returns the maximum content of a cell (field) in a database (all records) that matches the specified search conditions.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_DBMAX\">DMAX აბრუნებს მონაცემთას ბაზაში (ყველა ჩანაწერები) უჯრების (ველების) შიგტავსების მაქსიმუმს, რომელიც ემთხვევა მოცემულ საძიებო პირობებს.</ahelp>"
+
+#. !,qF
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3150771\n"
+"117\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060105.xhp#par_id3157996.15.help.text
-msgid "NOT(LogicalValue)"
-msgstr "NOT(ლოგიკური მნიშვნელობა)"
-
-#: 04060105.xhp#par_id3148766.16.help.text
-msgid " <emph>LogicalValue</emph> is any value to be complemented."
-msgstr ""
+#. /HII
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3159157\n"
+"118\n"
+"help.text"
+msgid "DMAX(Database; DatabaseField; SearchCriteria)"
+msgstr "DMAX(მონაცემთა ბაზა;მონაცემთა ბაზის ველი;ძიების კრიტერიუმი)"
-#: 04060105.xhp#hd_id3149884.17.help.text
-msgctxt "04060105.xhp#hd_id3149884.17.help.text"
+#. ^Q.:
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3145420\n"
+"119\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060105.xhp#par_id3150132.18.help.text
-msgid " <item type=\"input\">=NOT(A)</item>. If A=TRUE then NOT(A) will evaluate FALSE."
-msgstr ""
-
-#: 04060105.xhp#bm_id3148394.help.text
-msgid "<bookmark_value>OR function</bookmark_value>"
-msgstr "<bookmark_value>OR ფუნქცია</bookmark_value>"
+#. bXv*
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148442\n"
+"120\n"
+"help.text"
+msgid "To find out how much the heaviest child in each grade weighed in the above example (scroll up, please), enter the following formula in B16:"
+msgstr "ყოველ საფეხურზე უმძიმესი ბავშვის აღმოჩენა ასე შეიძლება (აასრიალეთ), შეიყვანეთ B16-ში შემდეგი ფორმულა:"
-#: 04060105.xhp#hd_id3148394.20.help.text
-msgid "OR"
-msgstr "OR"
+#. W?J)
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148804\n"
+"121\n"
+"help.text"
+msgid "<item type=\"input\">=DMAX(A1:E10;\"Weight\";A13:E14)</item>"
+msgstr ""
-#: 04060105.xhp#par_id3156060.61.help.text
-msgid "<ahelp hid=\"HID_FUNC_ODER\">Returns TRUE if at least one argument is TRUE.</ahelp> This function returns the value FALSE, if all the arguments have the logical value FALSE."
-msgstr "<ahelp hid=\"HID_FUNC_ODER\">აბრუნებს ჭეშმარიტს, თუ ერთი მნიშვნელობა მაინც არის ჭეშმარიტი.</ahelp> ეს ფუნქცია აბრუნებს მცდარ მნიშვნელობას; თუ ორიგე არგუმენტს აქვს ლოგიკური მნიშვნელობა მცდარი."
+#. {:}J
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150510\n"
+"122\n"
+"help.text"
+msgid "Under Grade, enter <item type=\"input\">1, 2, 3,</item> and so on, one after the other. After entering a grade number, the weight of the heaviest child in that grade appears."
+msgstr "საფეხურებში შეიყვანეთ 1, 2, 3, და ა.შ., ერთი მეორეს მიყოლებით. საფეხურის ნომრუის შეყვანის შემდეგ, გამოჩნდება საფეხურზე უმძიმესი ბავშვის წონა."
-#: 04060105.xhp#par_id3148771.62.help.text
-msgctxt "04060105.xhp#par_id3148771.62.help.text"
-msgid "The arguments are either logical expressions themselves (TRUE, 1<5, 2+3=7, B8<10) that return logical values, or arrays (A1:C3) containing logical values."
-msgstr "არგუმენტები ან თვითონაა ლოგიკური გამოსახულებები (TRUE, 1<5, 2+3=7, B8<10) რომლებიც აბრუნებს ლოგიკურ მნიშვნელობას, ან მასივები (A1:C3) რომლებიც შრიცავს ლოგიკურ მნიშვნელობას."
+#. ~TgN
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3159141\n"
+"help.text"
+msgid "<bookmark_value>DMIN function</bookmark_value> <bookmark_value>minimum values in Calc databases</bookmark_value> <bookmark_value>searching;minimum values in columns</bookmark_value>"
+msgstr "<bookmark_value>DMIN ფუნქცია</bookmark_value><bookmark_value>Calc მონაცემთა ბაზაში მაქსიმალური მნიშვნელობა</bookmark_value><bookmark_value>ძებნა;სვეტებში მინიმალური მნიშვნელობა</bookmark_value>"
-#: 04060105.xhp#par_id3153546.63.help.text
-msgctxt "04060105.xhp#par_id3153546.63.help.text"
-msgid "When a function expects a single value, but you entered a cell range, then the value from the cell range is taken that is in the same column or row as the formula."
-msgstr "როდესაც ფუნქცია მოელის ცალ მნიშვნელობას, მაგრამ თქვენ შეგყავთ უჯრების დიაპაზონი, მაშინ მნიშვნელობა დიაპაზონიდან აიღება რომელიც იმავე რიგშია ან სვეტში სადაც ფორმულაა."
+#. )=AU
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3159141\n"
+"123\n"
+"help.text"
+msgid "DMIN"
+msgstr "DMIN"
-#: 04060105.xhp#par_id3149027.64.help.text
-msgctxt "04060105.xhp#par_id3149027.64.help.text"
-msgid "If the entered range is outside of the current column or row of the formula, the function returns the error value #VALUE!"
-msgstr ""
+#. /5X9
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154261\n"
+"124\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBMIN\">DMIN returns the minimum content of a cell (field) in a database that matches the specified search criteria.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_DBMIN\">DMIN აბრუნებს უჯრის შიგთავსის მინიმუმს მონაცემთა ბაზიდან, რომელიც ემთხვევა მოცემულ საძიებო კრიტერიუმს.</ahelp>"
-#: 04060105.xhp#hd_id3155517.22.help.text
-msgctxt "04060105.xhp#hd_id3155517.22.help.text"
+#. @}Qk
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3147238\n"
+"125\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060105.xhp#par_id3150468.23.help.text
-msgid "OR(LogicalValue1; LogicalValue2 ...LogicalValue30)"
-msgstr "OR(ლოგიკური მნიშვნელობა 1; ლოგიკური მნიშვნელობა 2 ...ლოგიკური მნიშვნელობა 30)"
-
-#: 04060105.xhp#par_id3155819.24.help.text
-msgid " <emph>LogicalValue1; LogicalValue2 ...LogicalValue30</emph> are conditions to be checked. All conditions can be either TRUE or FALSE. If a range is entered as a parameter, the function uses the value from the range that is in the current column or row."
-msgstr ""
+#. Z1}V
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148479\n"
+"126\n"
+"help.text"
+msgid "DMIN(Database; DatabaseField; SearchCriteria)"
+msgstr "DMIN(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
-#: 04060105.xhp#hd_id3153228.25.help.text
-msgctxt "04060105.xhp#hd_id3153228.25.help.text"
+#. RpL=
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3151050\n"
+"127\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060105.xhp#par_id3154870.26.help.text
-msgid "The logical values of entries 12<11; 13>22, and 45=45 are to be checked."
-msgstr "12<11; 13>22, და 45=45 ჩანაწერების ლოგიკური მნიშვნელობაა შესამოწმებელი."
+#. Iv3Y
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148925\n"
+"128\n"
+"help.text"
+msgid "To find the shortest distance to school for the children in each grade in the above example (scroll up, please), enter the following formula in B16:"
+msgstr "ყველ საფერხურში ბავშვებისთვის სკოლამდე მანძილის გასაგებად ამ მაგალითში (გთხოვთ აასრიალოთ) შეიყვანეთ შემდეგი ფორმულა B16:"
-#: 04060105.xhp#par_id3155371.27.help.text
-msgid " <item type=\"input\">=OR(12<11;13>22;45=45)</item> returns TRUE."
+#. .3O)
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149161\n"
+"129\n"
+"help.text"
+msgid "<item type=\"input\">=DMIN(A1:E10;\"Distance to School\";A13:E14)</item>"
msgstr ""
-#: 04060105.xhp#par_id3158412.59.help.text
-msgid " <item type=\"input\">=OR(FALSE;TRUE)</item> returns TRUE."
-msgstr ""
+#. gZ`7
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148917\n"
+"130\n"
+"help.text"
+msgid "In row 14, under Grade, enter <item type=\"input\">1, 2, 3,</item> and so on, one after the other. The shortest distance to school for each grade appears."
+msgstr "14 რიგში 1, 2, 3 და ა.შ. საფეხურებზე ერთი მეორეს შემდეგ. უმოკლესი მანძილი სკოლამდე ყოველი საფეხურისთვის ჩნდება."
-#: 04060105.xhp#bm_id3156256.help.text
-msgid "<bookmark_value>TRUE function</bookmark_value>"
-msgstr "<bookmark_value>TRUE ფუნქცია</bookmark_value>"
+#. b@N,
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3154274\n"
+"help.text"
+msgid "<bookmark_value>DAVERAGE function</bookmark_value> <bookmark_value>averages; in Calc databases</bookmark_value> <bookmark_value>calculating;averages in Calc databases</bookmark_value>"
+msgstr "<bookmark_value>DAVERAGE ფუნქცია</bookmark_value><bookmark_value>საშუალოები; Calc-ის მონაცემთა ბაზაში</bookmark_value><bookmark_value>გამოთვლა;საშუალოები Calc-ის მონაცემთა ბაზაში</bookmark_value>"
-#: 04060105.xhp#hd_id3156256.38.help.text
-msgid "TRUE"
-msgstr "TRUE"
+#. ZVzD
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3154274\n"
+"131\n"
+"help.text"
+msgid "DAVERAGE"
+msgstr "DAVERAGE"
-#: 04060105.xhp#par_id3155985.39.help.text
-msgid "<ahelp hid=\"HID_FUNC_WAHR\">The logical value is set to TRUE.</ahelp> The TRUE() function does not require any arguments, and always returns the logical value TRUE."
-msgstr "<ahelp hid=\"HID_FUNC_WAHR\">ლოგიკური მნიშვნელობა არის TRUE.</ahelp> TRUE() ფუნქცია არ მოითხოვს არანაერ პარამეტრებს, და ყოველთვის აბრუნებს ლოგიკურ მნიშვნელობას TRUE."
+#. (W:s
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3166453\n"
+"132\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBMITTELWERT\">DAVERAGE returns the average of the values of all cells (fields) in all rows (database records) that match the specified search criteria.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_DBMITTELWERT\">DAVERAGE აბრუნებს უჯრების (ველების) მნიშვნელობების საშუალო არითმეტიკულს ყველა რიგში (მონაცემთა ბაზის ჩანაწერებში) რომლებიც ემთხვევა საძიებო კრიტერიუმს.</ahelp>"
-#: 04060105.xhp#hd_id3153717.40.help.text
-msgctxt "04060105.xhp#hd_id3153717.40.help.text"
+#. BG8_
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3146955\n"
+"133\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060105.xhp#par_id3152590.41.help.text
-msgid "TRUE()"
-msgstr "TRUE()"
+#. PhZL
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150710\n"
+"134\n"
+"help.text"
+msgid "DAVERAGE(Database; DatabaseField; SearchCriteria)"
+msgstr "DAVERAGE(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
-#: 04060105.xhp#hd_id3147175.42.help.text
-msgctxt "04060105.xhp#hd_id3147175.42.help.text"
+#. vTF2
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3152943\n"
+"135\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060105.xhp#par_id3146148.43.help.text
-msgid "If A=TRUE and B=FALSE the following examples appear:"
-msgstr ""
-
-#: 04060105.xhp#par_id3083285.44.help.text
-msgid " <item type=\"input\">=AND(A;B)</item> returns FALSE"
-msgstr ""
-
-#: 04060105.xhp#par_id3083444.45.help.text
-msgid " <item type=\"input\">=OR(A;B)</item> returns TRUE"
-msgstr ""
+#. U|%@
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149104\n"
+"136\n"
+"help.text"
+msgid "To find the average weight of all children of the same age in the above example (scroll up, please), enter the following formula in B16:"
+msgstr "ზედა მაგალითში (აასრიალეთ) ერთი და იგივე ასაკის ბავშვების საშუალო წონის გამოსათვლელათ შეიყვანეთ ფორმულა B16:"
-#: 04060105.xhp#par_id3154314.46.help.text
-msgid " <item type=\"input\">=NOT(AND(A;B))</item> returns TRUE"
+#. O|Eh
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153688\n"
+"137\n"
+"help.text"
+msgid "<item type=\"input\">=DAVERAGE(A1:E10;\"Weight\";A13:E14)</item>"
msgstr ""
-#: func_yearfrac.xhp#tit.help.text
-msgid "YEARFRAC"
-msgstr "YEARFRAC"
+#. ^`$A
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155587\n"
+"138\n"
+"help.text"
+msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. The average weight of all children of the same age appears."
+msgstr "14 რიგში ასაკის ქვეშ შეიყვანეთ 7, 8, 9 და ა.შ. ერთი მეორეს მიყოლებით. გამოჩნდება ერთი და იგივე ასაკის ბავშვების საშუალო წონა."
-#: func_yearfrac.xhp#bm_id3148735.help.text
-msgid "<bookmark_value>YEARFRAC function</bookmark_value>"
-msgstr "<bookmark_value>YEARFRAC ფუნქცია</bookmark_value>"
+#. yMA7
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3159269\n"
+"help.text"
+msgid "<bookmark_value>DPRODUCT function</bookmark_value> <bookmark_value>multiplying;cell contents in Calc databases</bookmark_value>"
+msgstr "<bookmark_value>DPRODUCT ფუნქცია</bookmark_value><bookmark_value>გამრავლება;Calc მონაცემთა ბაზაში უჯრათა შიგთავსი</bookmark_value>"
-#: func_yearfrac.xhp#hd_id3148735.196.help.text
-msgid "<variable id=\"yearfrac\"><link href=\"text/scalc/01/func_yearfrac.xhp\">YEARFRAC</link></variable>"
-msgstr "<variable id=\"yearfrac\"><link href=\"text/scalc/01/func_yearfrac.xhp\">YEARFRAC</link></variable>"
+#. (q:Y
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3159269\n"
+"139\n"
+"help.text"
+msgid "DPRODUCT"
+msgstr "DPRODUCT"
-#: func_yearfrac.xhp#par_id3150899.197.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_YEARFRAC\"> The result is a number between 0 and 1, representing the fraction of a year between <emph>StartDate</emph> and <emph>EndDate</emph>.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_YEARFRAC\"> შედეგი არის რიცხვი 0-სა და 1-ს შორის, ასახავს წლის ნაწილს <emph>საწყის თარიღსა</emph> და <emph>საბოლოო თარიღებს</emph> შორის.</ahelp>"
+#. VPl-
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3152879\n"
+"140\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBPRODUKT\">DPRODUCT multiplies all cells of a data range where the cell contents match the search criteria.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_DBPRODUKT\">DPRODUCT ამრავლებს ყველა უჯრას მონაცემთა დიაპაზონიდან, რაც ემთხვევა საძიებო კრიტერიუმს.</ahelp>"
-#: func_yearfrac.xhp#hd_id3155259.198.help.text
-msgctxt "func_yearfrac.xhp#hd_id3155259.198.help.text"
+#. .6B*
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3149966\n"
+"141\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: func_yearfrac.xhp#par_id3155823.199.help.text
-msgid "YEARFRAC(StartDate; EndDate; Basis)"
-msgstr "YEARFRAC(საწყისი თარიღი;საბოლოო თარიღი;ფუძე)"
+#. Pd!3
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154854\n"
+"142\n"
+"help.text"
+msgid "DPRODUCT(Database; DatabaseField; SearchCriteria)"
+msgstr "DPRODUCT(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
-#: func_yearfrac.xhp#par_id3145144.200.help.text
-msgid "<emph>StartDate</emph> and <emph>EndDate</emph> are two date values."
-msgstr "<emph>საწყისი თარიღი</emph> და <emph>საბოლოო თარითი</emph>: თარიღის ორი მნისვნელობა."
+#. +h:q
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3149802\n"
+"143\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: func_yearfrac.xhp#par_id3149954.201.help.text
-msgid "<emph>Basis</emph> is chosen from a list of options and indicates how the year is to be calculated."
-msgstr "<emph>ფუძე</emph>: ამოირჩევა პარამეტრების სიიდან და განსაზღვრავს როგორ გამოითვალოს წლები."
+#. B;sH
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148986\n"
+"144\n"
+"help.text"
+msgid "With the birthday party example above (scroll up, please), there is no meaningful application of this function."
+msgstr "ზემოთ დაბადების დღის ზეიმის მაგალითი (აასრიალეთ), ამ ფუნქციისთვის არ არის შესაბამისი პროგრამა."
-#: func_yearfrac.xhp#par_id3146847.202.help.text
-msgid "Basis"
-msgstr "ფუძე"
+#. cmaW
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3148462\n"
+"help.text"
+msgid "<bookmark_value>DSTDEV function</bookmark_value> <bookmark_value>standard deviations in databases;based on a sample</bookmark_value>"
+msgstr "<bookmark_value>STDEV ფუნქცია</bookmark_value><bookmark_value>სტატისტიკაში სტანდარტული გადახრა;დაფუძნებული შერჩევაზე</bookmark_value>"
-#: func_yearfrac.xhp#par_id3155956.203.help.text
-msgid "Calculation"
-msgstr "გამოთვლა"
+#. Zk|K
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3148462\n"
+"145\n"
+"help.text"
+msgid "DSTDEV"
+msgstr "DSTDEV"
-#: func_yearfrac.xhp#par_id3154502.204.help.text
-msgctxt "func_yearfrac.xhp#par_id3154502.204.help.text"
-msgid "0 or missing"
-msgstr "0 ან არ არის"
+#. )Yre
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154605\n"
+"146\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBSTDABW\">DSTDEV calculates the standard deviation of a population based on a sample, using the numbers in a database column that match the given conditions.</ahelp> The records are treated as a sample of data. That means that the children in the example represent a cross section of all children. Note that a representative result can not be obtained from a sample of less than one thousand."
+msgstr ""
-#: func_yearfrac.xhp#par_id3149877.205.help.text
-msgid "US method (NASD), 12 months of 30 days each"
-msgstr "აშშ მეთოდი (NASD), 12 თვე, ყოველში 30 დღე"
+#. q6ym
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3149427\n"
+"147\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: func_yearfrac.xhp#par_id3148766.250.help.text
-msgctxt "func_yearfrac.xhp#par_id3148766.250.help.text"
-msgid "1"
-msgstr "1"
+#. 7E@f
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148661\n"
+"148\n"
+"help.text"
+msgid "DSTDEV(Database; DatabaseField; SearchCriteria)"
+msgstr "DSTDEV(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
-#: func_yearfrac.xhp#par_id3154326.206.help.text
-msgid "Exact number of days in months, exact number of days in year"
-msgstr "თვეებში დღეების ზუსტი რაოდენობა, ყოველ წელს დღეების ზუსტი რაოდენობა"
+#. 1LjZ
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3153945\n"
+"149\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: func_yearfrac.xhp#par_id3145245.251.help.text
-msgctxt "func_yearfrac.xhp#par_id3145245.251.help.text"
-msgid "2"
-msgstr "2"
+#. JqM:
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149934\n"
+"150\n"
+"help.text"
+msgid "To find the standard deviation of the weight for all children of the same age in the example (scroll up, please), enter the following formula in B16:"
+msgstr "მაგალითში ერთი ასაკის ყველა ბავშვის წონის სტანდარტული გადახრის მოსანახად (აასრიალეთ), შეიყვანეთ შემდეგი ფორმულა B16:"
-#: func_yearfrac.xhp#par_id3155620.207.help.text
-msgid "Exact number of days in month, year has 360 days"
-msgstr "თვეში დღეების ზუსტი რაოდენობა, წელიწადში 360 დღეა"
+#. ,W3_
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150630\n"
+"151\n"
+"help.text"
+msgid "<item type=\"input\">=DSTDEV(A1:E10;\"Weight\";A13:E14)</item>"
+msgstr ""
-#: func_yearfrac.xhp#par_id3145297.252.help.text
-msgctxt "func_yearfrac.xhp#par_id3145297.252.help.text"
-msgid "3"
-msgstr "3"
+#. I98i
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153536\n"
+"152\n"
+"help.text"
+msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. The result shown is the standard deviation of the weight of all children of this age."
+msgstr "14 რიგში ასაკში ჩაწერეთ 7, 8, 9 და ა.შ. ერთი მეორეს მიყოლებით. შედეგი იქნება ამ ასაკის ბავშვების წონის სტანდარტული გადახრა."
-#: func_yearfrac.xhp#par_id3148394.208.help.text
-msgid "Exact number of days in month, year has 365 days"
-msgstr "თვეში დღეების ზუსტი რაოდენობა, წელიწადში 365 დღეა"
+#. hvaL
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3150429\n"
+"help.text"
+msgid "<bookmark_value>DSTDEVP function</bookmark_value> <bookmark_value>standard deviations in databases;based on populations</bookmark_value>"
+msgstr "<bookmark_value>DSTDEVP ფუნქცია</bookmark_value><bookmark_value>სტანდარტული გადახრა მონაცემთა ბაზებში;დაფუძნებული მოსახლეობაზე</bookmark_value>"
-#: func_yearfrac.xhp#par_id3151022.253.help.text
-msgctxt "func_yearfrac.xhp#par_id3151022.253.help.text"
-msgid "4"
-msgstr "4"
+#. Ier.
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3150429\n"
+"153\n"
+"help.text"
+msgid "DSTDEVP"
+msgstr "DSTDEVP"
-#: func_yearfrac.xhp#par_id3150931.209.help.text
-msgid "European method, 12 months of 30 days each"
-msgstr "ევროპული მეთოდი, 12 თვე ყოველში 30 დღე"
+#. MXJU
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145598\n"
+"154\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBSTDABWN\">DSTDEVP calculates the standard deviation of a population based on all cells of a data range which match the search criteria.</ahelp> The records from the example are treated as the whole population."
+msgstr ""
-#: func_yearfrac.xhp#hd_id3145626.210.help.text
-msgctxt "func_yearfrac.xhp#hd_id3145626.210.help.text"
+#. o0FG
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3145307\n"
+"155\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. rVl*
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149484\n"
+"156\n"
+"help.text"
+msgid "DSTDEVP(Database; DatabaseField; SearchCriteria)"
+msgstr "DSTDEVP(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
+
+#. bjDx
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3153322\n"
+"157\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: func_yearfrac.xhp#par_id3149007.211.help.text
-msgid "What fraction of the year 2008 lies between 2008-01-01 and 2008-07-01?"
-msgstr "2001 წლის რა ნაწილი არის 1.1.2002-ს და 7.1.2001-ს შორის?"
+#. @pwr
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155431\n"
+"158\n"
+"help.text"
+msgid "To find the standard deviation of the weight for all children of the same age at Joe's birthday party (scroll up, please), enter the following formula in B16:"
+msgstr "გიორგის დაბადების დღეზე ერთიდაიგივე ასაკის ბავშვების წონის სტანდარტული გადახრის გამოსათვლელად (აასრიალეთ) შეიყვანეთ ფორმულა B16:"
-#: func_yearfrac.xhp#par_id3154632.212.help.text
-msgid "=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0) returns 0.50."
+#. :~*1
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148411\n"
+"159\n"
+"help.text"
+msgid "<item type=\"input\">=DSTDEVP(A1:E10;\"Weight\";A13:E14)</item>"
msgstr ""
-#: 12090200.xhp#tit.help.text
-msgid "Refresh"
-msgstr "განახლება"
+#. @dL5
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3143271\n"
+"160\n"
+"help.text"
+msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. The result is the standard deviation of the weight for all same-aged children whose weight was checked."
+msgstr "14 რიგში ასაკში შეიყვანეთ 7, 8, 9 და ა.შ. ერთი მეორეს მიყოლებით. შედეგი არის ერთიდაიგივე ასაკის ბავშვების ვისი წონაც ცნობილია, წონის სტანდარტული გადახრა."
-#: 12090200.xhp#hd_id3151385.1.help.text
-msgid "<link href=\"text/scalc/01/12090200.xhp\" name=\"Refresh\">Refresh</link>"
-msgstr "<link href=\"text/scalc/01/12090200.xhp\" name=\"Refresh\">განახლება</link>"
+#. 2Em\
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3154794\n"
+"help.text"
+msgid "<bookmark_value>DSUM function</bookmark_value> <bookmark_value>calculating;sums in Calc databases</bookmark_value> <bookmark_value>sums;cells in Calc databases</bookmark_value>"
+msgstr "<bookmark_value>DSUM ფუნქცია</bookmark_value><bookmark_value>გამოთვლა;ჯამები Calc მონაცემთა ბაზებში</bookmark_value><bookmark_value>ჯამები;უჯრები Calc მონაცემთა ბაზებში</bookmark_value>"
-#: 12090200.xhp#par_id3149456.2.help.text
-#, fuzzy
-msgid "<ahelp hid=\".uno:RecalcPivotTable\">Updates the pivot table.</ahelp>"
-msgstr "<ahelp hid=\".\">შლის შერჩეულ მომხმარებელს.</ahelp>"
+#. 6w](
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3154794\n"
+"161\n"
+"help.text"
+msgid "DSUM"
+msgstr "DSUM"
-#: 12090200.xhp#par_id3150400.3.help.text
-#, fuzzy
-msgid "After you import an Excel spreadsheet that contains a pivot table, click in the table, and then choose <emph>Data - Pivot Table - Refresh</emph>."
-msgstr "ცხრილის ცხრილიდან ჩასართავად დააწკაპუნეთ ცხრილის უჯრედზე და ამოირჩიეთ<emph>Table - Insert - Table</emph>."
+#. U%A~
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149591\n"
+"162\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBSUMME\">DSUM returns the total of all cells in a database field in all rows (records) that match the specified search criteria.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_DBSUMME\">DSUM აბრუნებს მონაცემთა ბაზაში ყველა რიგის ყველა უჯრის ჯამს, რომლებიც ემთხვევა მოცემულ საძიებო კრიტერიუმს.</ahelp>"
-#: 05020000.xhp#tit.help.text
-msgctxt "05020000.xhp#tit.help.text"
-msgid "Format Cells"
-msgstr "უჯრების ფორმატირება"
+#. t\*-
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3146128\n"
+"163\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 05020000.xhp#bm_id3148663.help.text
-msgid "<bookmark_value>cell attributes</bookmark_value><bookmark_value>attributes;cells</bookmark_value><bookmark_value>formatting;cells</bookmark_value><bookmark_value>cells;formatting dialog</bookmark_value>"
-msgstr "<bookmark_value>უჯრის ატრიბუტები</bookmark_value><bookmark_value>ატრიბუტები;უჯრები</bookmark_value><bookmark_value>ფორმატირება;უჯრები</bookmark_value><bookmark_value>უჯრები; ფორმატირების დიალოგი</bookmark_value>"
+#. E?^u
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150989\n"
+"164\n"
+"help.text"
+msgid "DSUM(Database; DatabaseField; SearchCriteria)"
+msgstr "DSUM(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
-#: 05020000.xhp#hd_id3148663.1.help.text
-msgctxt "05020000.xhp#hd_id3148663.1.help.text"
-msgid "Format Cells"
-msgstr "უჯრების ფორმატირება"
+#. G9_f
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3159079\n"
+"165\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 05020000.xhp#par_id3150448.2.help.text
-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>"
+#. ~df\
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3152766\n"
+"166\n"
+"help.text"
+msgid "To find the length of the combined distance to school of all children at Joe's birthday party (scroll up, please) who are in second grade, enter the following formula in B16:"
msgstr ""
-#: 05020000.xhp#hd_id3145785.3.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>"
+#. yd#Z
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3151312\n"
+"167\n"
+"help.text"
+msgid "<item type=\"input\">=DSUM(A1:E10;\"Distance to School\";A13:E14)</item>"
+msgstr ""
-#: 05020000.xhp#hd_id3146119.4.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>"
+#. R9ST
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150596\n"
+"168\n"
+"help.text"
+msgid "Enter <item type=\"input\">2</item> in row 14 under Grade. The sum (1950) of the distances to school of all the children who are in second grade is displayed."
+msgstr "Enter \"2\" in row 14 under \"Grade\". The sum (1950) of the distances to school of all the children who are in second grade is displayed."
-#: 12040300.xhp#tit.help.text
-msgctxt "12040300.xhp#tit.help.text"
-msgid "Advanced Filter"
-msgstr "გაფართოებული ფილტრი"
+#. xmSZ
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3155614\n"
+"help.text"
+msgid "<bookmark_value>DVAR function</bookmark_value> <bookmark_value>variances;based on samples</bookmark_value>"
+msgstr "<bookmark_value>DVAR ფუნქცია</bookmark_value><bookmark_value>ცვლადები;დაფუძნებული შერჩევაზე</bookmark_value>"
-#: 12040300.xhp#hd_id3158394.1.help.text
-msgctxt "12040300.xhp#hd_id3158394.1.help.text"
-msgid "Advanced Filter"
-msgstr "გაფართოებული ფილტრი"
+#. @Xm5
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3155614\n"
+"170\n"
+"help.text"
+msgid "DVAR"
+msgstr "DVAR"
-#: 12040300.xhp#par_id3156281.2.help.text
-msgid "<variable id=\"spezialfilter\"><ahelp hid=\".uno:DataFilterSpecialFilter\">Defines an advanced filter.</ahelp></variable>"
-msgstr "<variable id=\"spezialfilter\"><ahelp hid=\".uno:DataFilterSpecialFilter\">საზღვრავს გაფართოებულ ფილტრს.</ahelp></variable>"
+#. `_)V
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154418\n"
+"171\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBVARIANZ\">DVAR returns the variance of all cells of a database field in all records that match the specified search criteria.</ahelp> The records from the example are treated as a sample of data. A representative result cannot be obtained from a sample population of less than one thousand."
+msgstr ""
-#: 12040300.xhp#par_idN105EB.help.text
-msgid "<embedvar href=\"text/scalc/guide/filters.xhp#filters\"/>"
-msgstr "<embedvar href=\"text/scalc/guide/filters.xhp#filters\"/>"
+#. rb!i
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3154825\n"
+"172\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12040300.xhp#hd_id3153771.25.help.text
-msgid "Read filter criteria from"
-msgstr "ფილტრის კრიტერიუმის წაკითხვა"
+#. pT61
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3156138\n"
+"173\n"
+"help.text"
+msgid "DVAR(Database; DatabaseField; SearchCriteria)"
+msgstr "DVAR(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
-#: 12040300.xhp#par_id3147426.26.help.text
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_SPEC_FILTER:ED_CRITERIA_AREA\">Select the named range, or enter the cell range that contains the filter criteria that you want to use.</ahelp>"
-msgstr ""
+#. -#\?
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3151257\n"
+"174\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12040300.xhp#hd_id3153188.27.help.text
-msgctxt "12040300.xhp#hd_id3153188.27.help.text"
-msgid "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">More</link>"
-msgstr "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">დამატებით</link>"
+#. p*K$
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153701\n"
+"175\n"
+"help.text"
+msgid "To find the variance of the weight of all children of the same age of the above example (scroll up, please), enter the following formula in B16:"
+msgstr "ერთი ასაკის ბავშვების წონის ვარიაცია ზემოთ მაგალითში (აასრიალეთ), შეიყვანეთ ფორმულა B16:"
-#: func_second.xhp#tit.help.text
-msgid "SECOND "
-msgstr "SECOND "
+#. Z}8T
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153676\n"
+"176\n"
+"help.text"
+msgid "<item type=\"input\">=DVAR(A1:E10;\"Weight\";A13:E14)</item>"
+msgstr ""
-#: func_second.xhp#bm_id3159390.help.text
-msgid "<bookmark_value>SECOND function</bookmark_value>"
-msgstr "<bookmark_value>SECOND ფუნქცია</bookmark_value>"
+#. `X/)
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153798\n"
+"177\n"
+"help.text"
+msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. You will see as a result the variance of the weight values for all children of this age."
+msgstr "14 რიგში, ასაკში შეიყვანეთ 7, 8, 9, და ა. შ. ერთი მეორეს მიყოლებით. შედეგად იხილავთ ამ ასაკის ყველა ბავსვის წონის ვარიაციას."
-#: func_second.xhp#hd_id3159390.86.help.text
-msgid "<variable id=\"second\"><link href=\"text/scalc/01/func_second.xhp\">SECOND</link></variable>"
-msgstr "<variable id=\"second\"><link href=\"text/scalc/01/func_second.xhp\">SECOND</link></variable>"
+#. |?V*
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3153880\n"
+"help.text"
+msgid "<bookmark_value>DVARP function</bookmark_value> <bookmark_value>variances;based on populations</bookmark_value>"
+msgstr "<bookmark_value>DVARP ფუნქცია</bookmark_value><bookmark_value>ცვლადები;დაფუძნებული მოსახლეობაზე</bookmark_value>"
-#: func_second.xhp#par_id3148974.87.help.text
-msgid "<ahelp hid=\"HID_FUNC_SEKUNDE\">Returns the second for the given time value.</ahelp> The second is given as an integer between 0 and 59."
-msgstr "<ahelp hid=\"HID_FUNC_SEKUNDE\">აბრუნებს მოცემული დროის მნიშვნელობიდან წამებს.</ahelp> წამები მოცემულია რიცხვებად 0-დან 59-მდე."
+#. [d$Y
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3153880\n"
+"178\n"
+"help.text"
+msgid "DVARP"
+msgstr "DVARP"
+
+#. aOTi
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155119\n"
+"179\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBVARIANZEN\">DVARP calculates the variance of all cell values in a database field in all records that match the specified search criteria.</ahelp> The records are from the example are treated as an entire population."
+msgstr ""
-#: func_second.xhp#hd_id3154362.88.help.text
-msgctxt "func_second.xhp#hd_id3154362.88.help.text"
+#. iM0^
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3145774\n"
+"180\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: func_second.xhp#par_id3148407.89.help.text
-msgid "SECOND(Number)"
-msgstr "SECOND(რიცხვი)"
+#. zmBh
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153776\n"
+"181\n"
+"help.text"
+msgid "DVARP(Database; DatabaseField; SearchCriteria)"
+msgstr "DVARP(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
-#: func_second.xhp#par_id3155904.90.help.text
-msgid "<emph>Number</emph>, as a time value, is a decimal, for which the second is to be returned."
-msgstr "<emph>რიცხვი</emph>, რგორც დროის მნიშვნელობა; არის ათწილადი; რომლისთვისაც დაბრუნდება წამები."
+#. /Ct4
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3151110\n"
+"182\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: func_second.xhp#hd_id3149992.91.help.text
-msgctxt "func_second.xhp#hd_id3149992.91.help.text"
-msgid "Examples"
-msgstr "მაგალითები"
+#. z_*Q
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3147099\n"
+"183\n"
+"help.text"
+msgid "To find the variance of the weight for all children of the same age at Joe's birthday party (scroll up, please), enter the following formula in B16:"
+msgstr "ერთი ასაკის ბავშვების წონის ვარიაცია დაბადების დღეზე, შეიყვანეთ ფორმულა B16:"
-#: func_second.xhp#par_id3153350.93.help.text
-msgid "<item type=\"input\">=SECOND(NOW())</item> returns the current second"
+#. _[AR
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3147322\n"
+"184\n"
+"help.text"
+msgid "<item type=\"input\">=DVARP(A1:E10;\"Weight\";A13:E14)</item>"
msgstr ""
-#: func_second.xhp#par_id3150831.94.help.text
-msgid "<item type=\"input\">=SECOND(C4)</item> returns 17 if contents of C4 = <item type=\"input\">12:20:17</item>."
-msgstr ""
+#. 0Y[x
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3146902\n"
+"185\n"
+"help.text"
+msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. The variance of the weight values for all children of this age attending Joe's birthday party appears."
+msgstr "14 რიგში, ასაკში შეიყვანეთ 7, 8, 9, და ა. შ. ერთი მეორეს მიყოლებით. შედეგად იხილავთ დაბადების დღეზე ამ ასაკის ყველა ბავშვის წონის ვარიაციას."
-#: 05100100.xhp#tit.help.text
-msgctxt "05100100.xhp#tit.help.text"
+#. hqvq
+#: 05100100.xhp
+msgctxt ""
+"05100100.xhp\n"
+"tit\n"
+"help.text"
msgid "Merge Cells"
msgstr "უჯრების შეერთება"
-#: 05100100.xhp#hd_id3154765.help.text
-msgctxt "05100100.xhp#hd_id3154765.help.text"
+#. oIs`
+#: 05100100.xhp
+msgctxt ""
+"05100100.xhp\n"
+"hd_id3154765\n"
+"help.text"
msgid "Merge Cells"
msgstr "უჯრების შეერთება"
-#: 05100100.xhp#par_id3147406.help.text
+#. fZI?
+#: 05100100.xhp
+msgctxt ""
+"05100100.xhp\n"
+"par_id3147406\n"
+"help.text"
msgid "<ahelp hid=\".\">Combines the contents of the selected cells into a single cell.</ahelp>"
msgstr ""
-#: 05100100.xhp#par_id3154351.help.text
+#. ~drN
+#: 05100100.xhp
+msgctxt ""
+"05100100.xhp\n"
+"par_id3154351\n"
+"help.text"
msgid "Choose <emph>Format - Merge Cells - Merge Cells</emph>"
msgstr ""
-#: func_networkdays.xhp#tit.help.text
-msgid "NETWORKDAYS"
-msgstr "NETWORKDAYS"
+#. {`3[
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Function Wizard"
+msgstr "ფუნქციის ოსტატი"
-#: func_networkdays.xhp#bm_id3151254.help.text
-msgid "<bookmark_value>NETWORKDAYS function</bookmark_value>"
-msgstr "<bookmark_value>NETWORKDAYS ფუნქცია</bookmark_value>"
+#. %o=5
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"bm_id3147426\n"
+"help.text"
+msgid "<bookmark_value>inserting functions; Function Wizard</bookmark_value><bookmark_value>functions;Function Wizard</bookmark_value><bookmark_value>wizards; functions</bookmark_value>"
+msgstr "<bookmark_value>ფუნქციის ჩასმა; ფუნქციის ოსტატი</bookmark_value><bookmark_value>ფუნქციები;ფუნქციის ოსტატი</bookmark_value><bookmark_value>ოსტატები;ფუნქციები</bookmark_value>"
-#: func_networkdays.xhp#hd_id3151254.240.help.text
-msgid "<variable id=\"networkdays\"><link href=\"text/scalc/01/func_networkdays.xhp\">NETWORKDAYS</link></variable>"
-msgstr "<variable id=\"networkdays\"><link href=\"text/scalc/01/func_networkdays.xhp\">NETWORKDAYS</link></variable>"
+#. }f|2
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3147426\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilot: Functions\">Function Wizard</link>"
+msgstr "<link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilot: Functions\">ფუნქციის ოსტატი</link>"
-#: func_networkdays.xhp#par_id3153788.241.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_NETWORKDAYS\">Returns the number of workdays between a <emph>start date and an end date</emph>. Holidays can be deducted.</ahelp>"
-msgstr ""
+#. NuLX
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3145271\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"funktionsautopilottext\"><ahelp hid=\".uno:FunctionDialog\">Opens the <emph>Function Wizard</emph>, which helps you to interactively create formulas.</ahelp></variable> Before you start the Wizard, select a cell or a range of cells from the current sheet, in order to determine the position at which the formula will be inserted."
+msgstr "<variable id=\"funktionsautopilottext\"><ahelp hid=\".uno:FunctionDialog\">ხსნის <emph>ფუნქციის ოსტატს</emph>, რომელიც დაგეხმარებათ ფორმულის ინტერაქტიულად შექმნაში.</ahelp></variable> ოსტატის გაშვებამდე, აირჩიეთ უჯრა ან უჯრათა დიაპაზონი მიმდინარე ფურცლიდან, რათა განსაზღვროთ ფორმულის ჩასმის მდებარეობა."
-#: func_networkdays.xhp#hd_id3148677.242.help.text
-msgctxt "func_networkdays.xhp#hd_id3148677.242.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. ,KRb
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id8007446\n"
+"help.text"
+msgid "You can download the complete ODFF (OpenDocument Format Formula) specification from the <link href=\"http://www.oasis-open.org/committees/documents.php?wg_abbrev=office-formula\">OASIS</link> web site."
+msgstr ""
-#: func_networkdays.xhp#par_id3145775.243.help.text
-msgid "NETWORKDAYS(StartDate; EndDate; Holidays)"
-msgstr "NETWORKDAYS (საწყისი თარიღი;სასრული თარიღი;დღესასწაულები)"
+#. mqQn
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3159153\n"
+"60\n"
+"help.text"
+msgid "The <emph>Function Wizard</emph> has two tabs: <emph>Functions</emph> is used to create formulas, and <emph>Structure</emph> is used to check the formula build."
+msgstr "<emph>ფუნქციის ოსტატს</emph> აქვს ორი ჩანართი: <emph>ფუნქციები</emph> გამოიყენება ფორმულის შესაქმნელად, და <emph>სტრუქტურა</emph> გამოიყენება ფორმულის ასაგებად."
-#: func_networkdays.xhp#par_id3153885.244.help.text
-msgctxt "func_networkdays.xhp#par_id3153885.244.help.text"
-msgid "<emph>StartDate</emph> is the date from when the calculation is carried out. If the start date is a workday, the day is included in the calculation."
-msgstr "<emph>საწყისი თარიღი</emph>: თარიღი რომლიდანაც იწყება გამოთვლა. თუ საწყისი თარიღი სამუშაო დღეა, თარიღი ჩართულია გამოთვლაში."
+#. ^/B6
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3154490\n"
+"3\n"
+"help.text"
+msgid "Functions Tab"
+msgstr "ფუნქციის ჩანართი"
-#: func_networkdays.xhp#par_id3151110.245.help.text
-msgid "<emph>EndDate</emph> is the date up until when the calculation is carried out. If the end date is a workday, the day is included in the calculation."
-msgstr "<emph>საწყისი თარიღი</emph>: თარიღი რომლიდანაც იწყება გამოთვლა. თუ საწყისი თარიღი სამუშაო დღეა, თარიღი ჩართულია გამოთვლაში."
+#. (#nJ
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3149378\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Categories and Functions\">List of Categories and Functions</link>"
+msgstr "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Categories and Functions\">ფუნქციების და კატეგორიების სია</link>"
-#: func_networkdays.xhp#par_id3154115.246.help.text
-msgid "<emph>Holidays</emph> is an optional list of holidays. These are non-working days. Enter a cell range in which the holidays are listed individually."
-msgstr "<emph>დღესასწაულები</emph>: დღესასწაულების არასავალდებულო სია. ესაა არასამუშაო დღეები. შეიყვანეთ უჯრათა დიაპაზონი სადაც სათითაოდაა ჩამოთვლილი დღესასწაულები."
+#. +5/:
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3154730\n"
+"36\n"
+"help.text"
+msgid "Category"
+msgstr "კატეგორია"
-#: func_networkdays.xhp#hd_id3146902.247.help.text
-msgctxt "func_networkdays.xhp#hd_id3146902.247.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. }s^o
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3153417\n"
+"37\n"
+"help.text"
+msgid "<variable id=\"kategorienliste\"><ahelp hid=\"SC:LISTBOX:RID_SCTAB_FUNCTION:LB_CATEGORY\">Lists all the categories to which the different functions are assigned. Select a category to view the appropriate functions in the list field below.</ahelp> Select \"All\" to view all functions in alphabetical order, irrespective of category. \"Last Used\" lists the functions you have most recently used. </variable>"
+msgstr "<variable id=\"kategorienliste\"><ahelp hid=\"SC:LISTBOX:RID_SCTAB_FUNCTION:LB_CATEGORY\">კატეგორიების სია, სადაც სხვადასხვა ფუნქციებია მოთავსებული. ქვემოთ სიაში აირჩიეთ კატეგორია შესაბამისი ფუნქციების სანახავად.</ahelp> აირჩიეთ \"ყველა\" ყველა ფუნქციის ანბანის მიხედვით სანახავად, კატეგორიებისგან დამოუკიდებლად. \"უკანასკნელად გამოყენებულთა\" სიაში არის უკანასკნელად გამოყენებული ფუნქციები.</variable>"
-#: func_networkdays.xhp#par_id3154661.248.help.text
-msgid "How many workdays fall between 2001-12-15 and 2002-01-15? The start date is located in C3 and the end date in D3. Cells F3 to J3 contain the following Christmas and New Year holidays: \"2001-12-24\", \"2001-12-25\", \"2001-12-26\", \"2001-12-31\", \"2002-01-01\"."
-msgstr "არის შორის და დასაწყისი თარიღი ტოლია დუ C3 და დასასრული თარიღი დუ უჯრედები -სკენ შეიცავს და ახალი წელი."
+#. Pm*.
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3150749\n"
+"6\n"
+"help.text"
+msgid "Function"
+msgstr "ფუნქციები"
-#: func_networkdays.xhp#par_id3147328.249.help.text
-msgid "=NETWORKDAYS(C3;D3;F3:J3) returns 17 workdays."
-msgstr "=NETWORKDAYS(C3;D3;F3:J3) აბრუნებს 17 სამუშაო დღეს."
+#. s)Jq
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3155445\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCTAB_FUNCTION:LB_FUNCTION\">Displays the functions found under the selected category. Double-click to select a function.</ahelp> A single-click displays a short function description."
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCTAB_FUNCTION:LB_FUNCTION\">ასახავს შესაბამის კატეგორიაში არსებულ ფუნქციებს. ფუნქციის ასარჩევად ორმაგი წკაპი.</ahelp> ცალი წკაპი ასახავს ფუნქციის მოკლე აღწერას."
-#: 04060104.xhp#tit.help.text
-msgctxt "04060104.xhp#tit.help.text"
-msgid "Information Functions"
-msgstr "ინფრმაციის ფუნქციები"
+#. K8@5
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3159264\n"
+"8\n"
+"help.text"
+msgid "Array"
+msgstr "მასივი"
-#: 04060104.xhp#bm_id3147247.help.text
-msgid "<bookmark_value>information functions</bookmark_value><bookmark_value>Function Wizard; information</bookmark_value><bookmark_value>functions; information functions</bookmark_value>"
-msgstr "<bookmark_value>ელცხრილები; ფუნქცუები</bookmark_value><bookmark_value>ფუნქცუების ოსტატი, ელცხრილები</bookmark_value><bookmark_value>ფუნქცუები; ელცხრილები</bookmark_value>"
+#. G=Kq
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3149566\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_FORMULA:BTN_MATRIX\">Specifies that the selected function is inserted into the selected cell range as an array formula. </ahelp> Array formulas operate on multiple cells. Each cell in the array contains the formula, not as a copy but as a common formula shared by all matrix cells."
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_FORMULA:BTN_MATRIX\">საზღვრავს რომ არჩეული ფუნქცია ჩაისმევა მონიშნულ უჯრათა დიაპაზონში როგორც მასივის ფორმულა. </ahelp> მასივის ფორმულები ეხება რამდენიმე უჯრას. ყოველი უჯრა მასივში შეიცავს ფორმულას, არა როგორც ასლს, არამედ როგორც სერთო ფორმულას როელიც მატრიცის უჯრებზეა გადანაწილებული."
-#: 04060104.xhp#hd_id3147247.1.help.text
-msgctxt "04060104.xhp#hd_id3147247.1.help.text"
-msgid "Information Functions"
-msgstr "ინფრმაციის ფუნქციები"
+#. .6N6
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3155959\n"
+"61\n"
+"help.text"
+msgid "The <emph>Array</emph> option is identical to the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter command, which is used to enter and confirm formulas in the sheet. The formula is inserted as a matrix formula indicated by two braces { }."
+msgstr "<emph>მასივის</emph> პარამეტრი <switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter ბრძანების იდენტურია, რომელიც გამოიყენება ფურცელზე ფორმულის შესაყვანად და დასადასტურებლად. მატრიცული ფორმულა აღინიშნება ფიგურული ფრჩხილებით { }."
-#: 04060104.xhp#par_id3147499.2.help.text
-msgid "<variable id=\"informationtext\">This category contains the <emph>Information</emph> functions. </variable>"
-msgstr "<variable id=\"informationtext\">ეს კატეგორია შეიცავს <emph>ინფორმაციის</emph> ფუნქციებს. </variable>"
+#. YEf]
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3152993\n"
+"40\n"
+"help.text"
+msgid "The maximum size of an array range is 128 by 128 cells."
+msgstr "მასივის დიაპაზონის მაქსიმალური ზომაა 128 128 -ზე."
-#: 04060104.xhp#par_id3159128.3.help.text
-msgid "The data in the following table serves as the basis for some of the examples in the function descriptions:"
-msgstr "მონაცემები შემდეგ ცხრილებში ემსახურება ფუნქციების აღწერებში მაგალითებს:"
+#. W]r~
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3150367\n"
+"41\n"
+"help.text"
+msgid "Argument Input Fields"
+msgstr "არგუმენტების ჩასმის ველები"
-#: 04060104.xhp#par_id3146885.4.help.text
-msgctxt "04060104.xhp#par_id3146885.4.help.text"
-msgid "C"
-msgstr "C"
+#. hZ%/
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3145587\n"
+"15\n"
+"help.text"
+msgid "When you double-click a function, the argument input field(s) appear on the right side of the dialog. To select a cell reference as an argument, click directly into the cell, or drag across the required range on the sheet while holding down the mouse button. You can also enter numerical and other values or references directly into the corresponding fields in the dialog. When using <link href=\"text/scalc/01/04060102.xhp\" name=\"date entries\">date entries</link>, make sure you use the correct format. Click OK to insert the result into the spreadsheet."
+msgstr "როდესაც ფუნქციაზე ორჯერ აწკაპებთ, დიალოგის მარჯვენა მხარეს გამოჩნდება არგუმენტების შეყვანის ველ(ებ)ი. უჯრის არგუმენტად ასარჩევად, დააწკაპეთ პირდაპირ უჯრაზე ან გადმოათრიეთ სასურველი დიაპაზონი ფურცლიდან თაგვის ღილაკის დაჭერისას. ასევე შეგიძლიათ დიალოგის ველში შეიყვანოთ ციფრული ან სხვა მნიშვნელობა, ან უჯრის მითითება. <link href=\"text/scalc/01/04060102.xhp\" name=\"date entries\">თარიღის ჩანაწერების</link> გამოყენებისას შეამოწმეთ რომ ფორმატი სწორად გაქვთ არჩეული. შედეგის ელცხრილში ჩასასმელად დააწკაპეთ ოკ."
-#: 04060104.xhp#par_id3149944.5.help.text
-msgctxt "04060104.xhp#par_id3149944.5.help.text"
-msgid "D"
-msgstr "D"
+#. g!92
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3149408\n"
+"18\n"
+"help.text"
+msgid "Function Result"
+msgstr "ფუნქციის შედეგი"
-#: 04060104.xhp#par_id3150457.6.help.text
-msgctxt "04060104.xhp#par_id3150457.6.help.text"
-msgid "<emph>2</emph>"
-msgstr "<emph>2</emph>"
+#. {p66
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3155809\n"
+"19\n"
+"help.text"
+msgid "As soon you enter arguments in the function, the result is calculated. This preview informs you if the calculation can be carried out with the arguments given. If the arguments result in an error, the corresponding <link href=\"text/scalc/05/02140000.xhp\" name=\"error code\">error code</link> is displayed."
+msgstr "როდესაც შეიყვანთ ფუნქციაში არგუმენტებს, შედეგი გამოითვლება. ეს წინასწარი ხედი გაცნობებთ შესაძლოა თუ არა შედეგები მოცემული არგუმენტებით იყოს მოცემული. თუ კი არგუმენტები იძლევიან შეცდომას, მაშინ შესაბამისი <link href=\"text/scalc/05/02140000.xhp\" name=\"error code\">შეცდომის კოდი</link> აისახება."
-#: 04060104.xhp#par_id3150024.7.help.text
-msgid "x <item type=\"input\">value</item>"
+#. kxVl
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3148700\n"
+"23\n"
+"help.text"
+msgid "The required arguments are indicated by names in bold print."
msgstr ""
-#: 04060104.xhp#par_id3148725.8.help.text
-msgid "y <item type=\"input\">value</item>"
-msgstr ""
+#. }:_M
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3153064\n"
+"22\n"
+"help.text"
+msgid "f(x) (depending on the selected function)"
+msgstr "f(x) (დამოკიდებულია არჩეულ ფუნქციაზე)"
-#: 04060104.xhp#par_id3150480.9.help.text
-msgctxt "04060104.xhp#par_id3150480.9.help.text"
-msgid "<emph>3</emph>"
-msgstr "<emph>3</emph>"
+#. %*NT
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3157980\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_FAP_BTN_FX4\">Allows you to access a subordinate level of the <emph>Function Wizard</emph> in order to nest another function within the function, instead of a value or reference.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_FAP_BTN_FX4\">საშუალებას გაძლევთ წვდეთ <emph>ფუნქციის ოსტატის</emph> ქვედა დონეს, რათა არსებულ ფუნქციაში სხვა ფუნქცია, მნიშვნელობა ან მითითება ჩასვათ.</ahelp>"
-#: 04060104.xhp#par_id3148440.10.help.text
-msgid "<item type=\"input\">-5</item>"
-msgstr ""
+#. \P3%
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3145076\n"
+"25\n"
+"help.text"
+msgid "Argument/Parameter/Cell Reference (depending on the selected function)"
+msgstr "არგუმენტი/პარამეტრი/უჯრის მითითება (დამოკიდებულია არჩეულ ფუნქციაზე)"
-#: 04060104.xhp#par_id3148888.11.help.text
-msgid "<item type=\"input\">-3</item>"
-msgstr ""
+#. 5Rf9
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3159097\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_FORMULA:ED_REF\">The number of visible text fields depends on the function. Enter arguments either directly into the argument fields or by clicking a cell in the table.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_FORMULA:ED_REF\">ხილული ტექსტური ველების რიცხვი დამოკიდებულია ფუნქციაზე. არგუმენტები შეიყვანეთ პირდაპირ არგუმნტების ველში ან დააწკაპეთ უჯრას ცხრილში.</ahelp>"
-#: 04060104.xhp#par_id3153034.12.help.text
-msgctxt "04060104.xhp#par_id3153034.12.help.text"
-msgid "<emph>4</emph>"
-msgstr "<emph>4</emph>"
+#. !JbM
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3154957\n"
+"51\n"
+"help.text"
+msgid "Result"
+msgstr "შედეგი"
-#: 04060104.xhp#par_id3150139.13.help.text
-msgid "<item type=\"input\">-2</item>"
-msgstr ""
+#. u_%I
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3150211\n"
+"52\n"
+"help.text"
+msgid "Displays the calculation result or an error message."
+msgstr "ასახავს კალკულაციის შედეგს ან შეცდომის შეტყობინებას."
-#: 04060104.xhp#par_id3149542.14.help.text
-msgctxt "04060104.xhp#par_id3149542.14.help.text"
-msgid "<item type=\"input\">0</item>"
-msgstr ""
+#. t,FG
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3151304\n"
+"43\n"
+"help.text"
+msgid "Formula"
+msgstr "ფორმულა"
-#: 04060104.xhp#par_id3149188.15.help.text
-msgctxt "04060104.xhp#par_id3149188.15.help.text"
-msgid "<emph>5</emph>"
-msgstr "<emph>5</emph>"
+#. k*hf
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3149898\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_FAP_FORMULA\">Displays the created formula. Type your entries directly, or create the formula using the wizard.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_FAP_FORMULA\">ასახავს შექმნილ ფორმულას. პირდაპირ ჩაწერეთ მონაცემები ოსტატის მეშვეობით ფორმულის შესაქმნელად.</ahelp>"
-#: 04060104.xhp#par_id3153329.16.help.text
-msgid "<item type=\"input\">-1</item>"
-msgstr ""
+#. }^g9
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3153249\n"
+"45\n"
+"help.text"
+msgid "Back"
+msgstr "უკან"
-#: 04060104.xhp#par_id3155257.17.help.text
-msgctxt "04060104.xhp#par_id3155257.17.help.text"
-msgid "<item type=\"input\">1</item>"
-msgstr ""
+#. )#-5
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3152869\n"
+"53\n"
+"help.text"
+msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_FORMULA:BTN_BACKWARD\">Moves the focus back through the formula components, marking them as it does so.</ahelp>"
+msgstr "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_FORMULA:BTN_BACKWARD\">გადააქვს ფოკუსი უკან ფორმულის კომპონენტებზე, </ahelp>"
-#: 04060104.xhp#par_id3145142.18.help.text
-msgctxt "04060104.xhp#par_id3145142.18.help.text"
-msgid "<emph>6</emph>"
-msgstr "<emph>6</emph>"
+#. 2LB}
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3146966\n"
+"56\n"
+"help.text"
+msgid "To select a single function from a complex formula consisting of several functions, double-click the function in the formula window."
+msgstr "კომპლექსური ფორმულიდა, რომელიც რამდენიმე ფუნქციისგან შედგება ცალი ფუნქციის ასარჩევად ორჯერ დააწკაპეთ ფუნქციას ფორმულის ფანჯარაში."
-#: 04060104.xhp#par_id3149956.19.help.text
-msgctxt "04060104.xhp#par_id3149956.19.help.text"
-msgid "<item type=\"input\">0</item>"
-msgstr ""
+#. QEba
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3155762\n"
+"54\n"
+"help.text"
+msgid "Next"
+msgstr "შემდეგი"
-#: 04060104.xhp#par_id3145594.20.help.text
-msgctxt "04060104.xhp#par_id3145594.20.help.text"
-msgid "<item type=\"input\">3</item>"
-msgstr ""
+#. ;z+G
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3149316\n"
+"55\n"
+"help.text"
+msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_FORMULA:BTN_FORWARD\">Moves forward through the formula components in the formula window.</ahelp> This button can also be used to assign functions to the formula. If you select a function and click the <emph>Next </emph>button, the selection appears in the formula window."
+msgstr "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_FORMULA:BTN_FORWARD\">გადადის წინ, ფორმულის კომპონენტებით შემდეგ ფანჯარაში.</ahelp> ამ ღულაკის გამოყენება შესაძლოა ფორმულისთვის ახალი ფუნქციების მისანიწებლად. თუ აირჩევთ ფუნქციას და დააწკაპებთ <emph>Next </emph>ღილაკს, მონიშვნა გამოჩნდება ფორმულის ფანჯარაში."
-#: 04060104.xhp#par_id3153113.21.help.text
-msgctxt "04060104.xhp#par_id3153113.21.help.text"
-msgid "<emph>7</emph>"
-msgstr "<emph>7</emph>"
+#. iH~]
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3159262\n"
+"57\n"
+"help.text"
+msgid "Double-click a function in the selection window to transfer it to the formula window."
+msgstr "მონიშვნის ფანჯარაში ფუნქციას ორჯერ დააწკაპეთ, მის ფორმულის ფანჯარაში გადასატანად."
-#: 04060104.xhp#par_id3148573.22.help.text
-msgctxt "04060104.xhp#par_id3148573.22.help.text"
-msgid "<item type=\"input\">2</item>"
-msgstr ""
+#. 2~hB
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3148745\n"
+"58\n"
+"help.text"
+msgid "Cancel"
+msgstr "გაუქმება"
-#: 04060104.xhp#par_id3145166.23.help.text
-msgctxt "04060104.xhp#par_id3145166.23.help.text"
-msgid "<item type=\"input\">4</item>"
-msgstr ""
+#. EKU?
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3147402\n"
+"59\n"
+"help.text"
+msgid "Closes the dialog without implementing the formula."
+msgstr "ხურავს დიალოგს ფორმულის ჩასმის გარეშე."
-#: 04060104.xhp#par_id3157998.24.help.text
-msgctxt "04060104.xhp#par_id3157998.24.help.text"
-msgid "<emph>8</emph>"
-msgstr "<emph>8</emph>"
+#. }PZU
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3150534\n"
+"32\n"
+"help.text"
+msgid "OK"
+msgstr "OK"
-#: 04060104.xhp#par_id3150018.25.help.text
-msgctxt "04060104.xhp#par_id3150018.25.help.text"
-msgid "<item type=\"input\">4</item>"
-msgstr ""
+#. ACT^
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3153029\n"
+"33\n"
+"help.text"
+msgid "Ends the <emph>Function Wizard</emph>, and transfers the formula to the selected cells."
+msgstr "ასრეულებს <emph>ფუნქციის ოსტატს</emph> და გადააქვს ფორმულა არჩეულ უჯრაში ან უჯრებში."
-#: 04060104.xhp#par_id3150129.26.help.text
-msgctxt "04060104.xhp#par_id3150129.26.help.text"
-msgid "<item type=\"input\">6</item>"
-msgstr ""
+#. jVU9
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3156400\n"
+"34\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Categories and Functions\">List of Categories and Functions</link>"
+msgstr "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Categories and Functions\">კატეგორიების და ფუნქციების სია</link>"
-#: 04060104.xhp#par_id3145245.27.help.text
-msgctxt "04060104.xhp#par_id3145245.27.help.text"
-msgid "<emph>9</emph>"
-msgstr "<emph>9</emph>"
+#. N;rh
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3147610\n"
+"47\n"
+"help.text"
+msgid "Structure tab"
+msgstr "სტრუქტურის ჩანართი"
-#: 04060104.xhp#par_id3148389.28.help.text
-msgctxt "04060104.xhp#par_id3148389.28.help.text"
-msgid "<item type=\"input\">6</item>"
-msgstr ""
+#. ibQ7
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3153122\n"
+"48\n"
+"help.text"
+msgid "On this page, you can view the structure of the function."
+msgstr "ამ გვერდზე შეგიძლიათ ფუნქციის სტრუქტურის ხილვა."
-#: 04060104.xhp#par_id3156068.29.help.text
-msgctxt "04060104.xhp#par_id3156068.29.help.text"
-msgid "<item type=\"input\">8</item>"
-msgstr ""
+#. Dp;E
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3149350\n"
+"4\n"
+"help.text"
+msgid "If you start the <emph>Function Wizard</emph> while the cell cursor is positioned in a cell that already contains a function, the <emph>Structure</emph> tab is opened and shows the composition of the current formula."
+msgstr "თუ გაუშვებთ <emph>ფუნქციის ოსტატს</emph> როდესაც უჯრის კურსორი მდებარეობს უჯრაზე, სადაც უკვე არის ფუნქცია, <emph>სტრუქტურის</emph> ჩანართი გაიხსნება და მიმდინარე ფორმულას ასახავს."
-#: 04060104.xhp#bm_id3691824.help.text
-msgid "<bookmark_value>INFO function</bookmark_value>"
-msgstr "<bookmark_value>INFO ფუნქცია</bookmark_value>"
+#. 0Zp`
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3149014\n"
+"49\n"
+"help.text"
+msgid "Structure"
+msgstr "სტრუქტურა"
-#: 04060104.xhp#hd_id5787224.help.text
-msgid "INFO"
-msgstr "INFO"
+#. ouUH
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3150481\n"
+"50\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_FAP_STRUCT\">Displays a hierarchical representation of the current function.</ahelp> You can hide or show the arguments by a click on the plus or minus sign in front."
+msgstr "<ahelp hid=\"HID_SC_FAP_STRUCT\">ასახავს მიმდნარე ფუნქციის იერარქიულ წყობას.</ahelp> შეგიძლიათ დამალოთ ან გამოაჩინოთ არგუმენტები პლუსის ან მინუსის ნიშანზე დაწკაპებით."
-#: 04060104.xhp#par_id1507309.help.text
-msgid "Returns specific information about the current working environment. The function receives a single text argument and returns data depending on that parameter."
-msgstr ""
+#. BqUi
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3148886\n"
+"63\n"
+"help.text"
+msgid "Blue dots denote correctly entered arguments. Red dots indicate incorrect data types. For example: if the SUM function has one argument entered as text, this is highlighted in red as SUM only permits number entries."
+msgstr "ლურჯი წერტილები სწორად შეყვანილ არგუმენტებს აღნიშნავს. წითელი წერტილები კი მონაცემთა არასწორ ტიპს აღნიშნავს. მაგალითად: თუ SUM ფუნქციას აქვს ერთი არგუმენტი თანაც ტექსტური, მაშინ იგი აღინიშნება წითლად, ვინაიდან SUM მხოლოდ ციფრულ არგუმენტებს იღებს."
-#: 04060104.xhp#hd_id7693411.help.text
-msgctxt "04060104.xhp#hd_id7693411.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. 95n^
+#: 12080300.xhp
+msgctxt ""
+"12080300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Group"
+msgstr "ჯგუფი"
-#: 04060104.xhp#par_id3928952.help.text
-msgid "INFO(\"Type\")"
-msgstr "INFO(ტიპი)"
+#. P.yl
+#: 12080300.xhp
+msgctxt ""
+"12080300.xhp\n"
+"hd_id3153088\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12080300.xhp\" name=\"Group\">Group</link>"
+msgstr "<link href=\"text/scalc/01/12080300.xhp\" name=\"Group\">ჯგუფი</link>"
-#: 04060104.xhp#par_id5206762.help.text
-msgid "The following table lists the values for the text parameter <item type=\"literal\">Type</item> and the return values of the INFO function."
+#. sdl~
+#: 12080300.xhp
+msgctxt ""
+"12080300.xhp\n"
+"par_id3153821\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"gruppierung\"><ahelp hid=\".uno:Group\" visibility=\"visible\">Defines the selected cell range as a group of rows or columns.</ahelp></variable>"
msgstr ""
-#: 04060104.xhp#par_id5735953.help.text
-msgid "Value for \"Type\""
-msgstr "მნიშვნელობა \"ტიპისთვის\""
+#. J=5L
+#: 12080300.xhp
+msgctxt ""
+"12080300.xhp\n"
+"par_id3145069\n"
+"3\n"
+"help.text"
+msgid "When you group a cell range, and outline icon appears in the margins next to the group. To hide or show the group, click the icon. To ungroup the selection, choose <emph>Data – Outline -</emph> <link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\"><emph>Ungroup</emph></link>."
+msgstr ""
-#: 04060104.xhp#par_id8360850.help.text
-#, fuzzy
-msgctxt "04060104.xhp#par_id8360850.help.text"
-msgid "Return value"
-msgstr "დაბრუნების მნიშვნელობა"
+#. EE0o
+#: 12080300.xhp
+msgctxt ""
+"12080300.xhp\n"
+"hd_id3125863\n"
+"4\n"
+"help.text"
+msgid "Include"
+msgstr "ჩართვა"
-#: 04060104.xhp#par_id9648731.help.text
-msgid "\"osversion\""
-msgstr "\"სისტემის ვერსია\""
+#. *}D{
+#: 12080300.xhp
+msgctxt ""
+"12080300.xhp\n"
+"hd_id3150448\n"
+"6\n"
+"help.text"
+msgid "Rows"
+msgstr "რიგები"
-#: 04060104.xhp#par_id908841.help.text
-msgid "Always \"Windows (32-bit) NT 5.01\", for compatibility reasons"
-msgstr "ყოველთვის \"Windows (32-bit) NT 5.01\", თავსებადობისთვის"
+#. ,/!=
+#: 12080300.xhp
+msgctxt ""
+"12080300.xhp\n"
+"par_id3153194\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_GROUP_ROWS\" visibility=\"visible\">Groups the selected rows.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_GROUP_ROWS\" visibility=\"visible\">აჯგუფებს მონიშნულ რიგებს.</ahelp>"
-#: 04060104.xhp#par_id8193914.help.text
-msgid "\"system\""
-msgstr "\"სისტემა\""
+#. ~a8C
+#: 12080300.xhp
+msgctxt ""
+"12080300.xhp\n"
+"hd_id3145786\n"
+"8\n"
+"help.text"
+msgid "Columns"
+msgstr "სვეტები"
-#: 04060104.xhp#par_id9841608.help.text
-msgid "The type of the operating system. <br/>\"WNT\" for Microsoft Windows <br/>\"LINUX\" for Linux <br/>\"SOLARIS\" for Solaris"
-msgstr "ოპერაციული სისტემის ტიპი. <br/>\"WNT\" Microsoft Windows-სთვის <br/>\"LINUX\" Linux-სთვის <br/>\"SOLARIS\" Solaris-სთვის"
+#. `(:6
+#: 12080300.xhp
+msgctxt ""
+"12080300.xhp\n"
+"par_id3146984\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_GROUP_COLS\" visibility=\"visible\">Groups the selected columns.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_GROUP_COLS\" visibility=\"visible\">მონიშნული სვეტების დაჯგუფება.</ahelp>"
-#: 04060104.xhp#par_id2701803.help.text
-msgid "\"release\""
-msgstr "\"გამოშვნება\""
+#. -a+K
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Optimal Column Width"
+msgstr "სვეტის ოპტიმალური სიგანე"
-#: 04060104.xhp#par_id2136295.help.text
-msgid "The product release identifier, for example \"300m25(Build:9876)\""
-msgstr "პროდუქტის გამოშვების იდენტიფიკატორი, მაგალითად \"680m5(Build:9011)\""
+#. iO`V
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"bm_id3155628\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; optimal column widths</bookmark_value><bookmark_value>columns; optimal widths</bookmark_value><bookmark_value>optimal column widths</bookmark_value>"
+msgstr "<bookmark_value>ელცხრილები; სვეტის ოპტიმალური სიგანე</bookmark_value><bookmark_value>სვეტები; ოპტიმალური სიგანე</bookmark_value><bookmark_value>სვეტის ოპტიმალური სიგანე</bookmark_value>"
-#: 04060104.xhp#par_id9200109.help.text
-msgid "\"numfile\""
-msgstr "\"numfile\""
+#. oT,t
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3155628\n"
+"1\n"
+"help.text"
+msgid "Optimal Column Width"
+msgstr "სვეტის ოპტიმალური სიგანე"
-#: 04060104.xhp#par_id4186223.help.text
-msgid "Always 1, for compatibility reasons"
-msgstr "ყოველთვის 1, თავსებადობისთვის"
+#. 0Jg%
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3145068\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"optitext\"><ahelp hid=\".uno:SetOptimalColumnWidthDi\">Defines the optimal column width for selected columns.</ahelp></variable> The optimal column width depends on the longest entry within a column. You can choose from the available <link href=\"text/shared/00/00000003.xhp#metrik\" name=\"measurement units\">measurement units</link>."
+msgstr ""
-#: 04060104.xhp#par_id5766472.help.text
-msgid "\"recalc\""
-msgstr "\"recalc\""
+#. LJ,p
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3150767\n"
+"3\n"
+"help.text"
+msgid "Add"
+msgstr "დამატება"
-#: 04060104.xhp#par_id1491134.help.text
-msgid "Current formula recalculation mode, either \"Automatic\" or \"Manual\" (localized into %PRODUCTNAME language)"
+#. |D:F
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3150449\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:METRICFIELD:RID_SCDLG_COL_OPT:ED_VALUE\">Defines additional spacing between the longest entry in a column and the vertical column borders.</ahelp>"
msgstr ""
-#: 04060104.xhp#par_id1161534.help.text
-msgid "Other spreadsheet applications may accept localized values for the <item type=\"literal\">Type</item> parameter, but %PRODUCTNAME Calc will only accept the English values."
-msgstr ""
+#. ~6D1
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3145785\n"
+"5\n"
+"help.text"
+msgid "Default value"
+msgstr "ნაგულისხმევი მნიშვნელობა"
-#: 04060104.xhp#hd_id5459456.help.text
-msgctxt "04060104.xhp#hd_id5459456.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. 0kt]
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3146120\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_COL_OPT:BTN_DEFVAL\">Defines the optimal column width in order to display the entire contents of the column.</ahelp> The additional spacing for the optimal column width is preset to 0.1 in."
+msgstr ""
-#: 04060104.xhp#par_id3994567.help.text
-msgid "<item type=\"input\">=INFO(\"release\")</item> returns the product release number of the %PRODUCTNAME in use."
-msgstr "=INFO(\"release\") აბრუნებს პროდუქტის გამოშვების ნომერს %PRODUCTNAME -სთვის."
+#. ]5Vx
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"tit\n"
+"help.text"
+msgid "Mathematical Functions"
+msgstr "მათემატიკური ფუნქციები"
-#: 04060104.xhp#par_id2873622.help.text
-msgid "<item type=\"input\">=INFO(D5)</item> with cell <item type=\"literal\">D5</item> containing a text string <item type=\"literal\">system</item> returns the operation system type."
+#. -V(|
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3147124\n"
+"help.text"
+msgid "<bookmark_value>mathematical functions</bookmark_value><bookmark_value>Function Wizard; mathematical</bookmark_value><bookmark_value>functions; mathematical functions</bookmark_value><bookmark_value>trigonometric functions</bookmark_value>"
msgstr ""
-#: 04060104.xhp#bm_id3155625.help.text
-msgid "<bookmark_value>CURRENT function</bookmark_value>"
-msgstr "<bookmark_value>CURRENT ფუნქცია</bookmark_value>"
+#. #tuI
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3147124\n"
+"1\n"
+"help.text"
+msgid "Mathematical Functions"
+msgstr "მათემატიკური ფუნქციები"
-#: 04060104.xhp#hd_id3155625.30.help.text
-msgid "CURRENT"
-msgstr "CURRENT"
+#. L2CY
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154943\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"mathematiktext\">This category contains the <emph>Mathematical</emph> functions for Calc.</variable> To open the <emph>Function Wizard</emph>, choose <link href=\"text/scalc/01/04060000.xhp\" name=\"Insert - Function\"><emph>Insert - Function</emph></link>."
+msgstr "<variable id=\"mathematiktext\">ეს კატეგორია შეიცავს <emph>მათემატიკურ</emph> ფუნქციებს Calcსთვის. </variable> <emph>ფუნქციების ოსტატის</emph> გასახსნელად აირჩიეთ <link href=\"text/scalc/01/04060000.xhp\" name=\"Insert - Function\"><emph>ფუნქციის ჩასმა</emph></link>."
-#: 04060104.xhp#par_id3157975.31.help.text
-msgid "<ahelp hid=\"HID_FUNC_AKTUELL\">This function returns the result to date of evaluating the formula of which it is a part (in other words the result as far as that evaluation has got). Its main use is together with the STYLE() function to apply selected styles to a cell depending on the cell contents.</ahelp>"
-msgstr ""
+#. P*S+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3146944\n"
+"help.text"
+msgid "<bookmark_value>ABS function</bookmark_value><bookmark_value>absolute values</bookmark_value><bookmark_value>values;absolute</bookmark_value>"
+msgstr "<bookmark_value>ABS ფუნქცია</bookmark_value><bookmark_value>აბსოლუტური მნიშვნელობები</bookmark_value><bookmark_value>მნიშვნელობები;აბსოლუტური</bookmark_value>"
-#: 04060104.xhp#hd_id3148880.32.help.text
-msgctxt "04060104.xhp#hd_id3148880.32.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. yKBB
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3146944\n"
+"33\n"
+"help.text"
+msgid "ABS"
+msgstr "ABS"
-#: 04060104.xhp#par_id3150930.33.help.text
-msgid "CURRENT()"
-msgstr "CURRENT()"
+#. \g{Z
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154546\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ABS\">Returns the absolute value of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ABS\">აბრუნებს რიცხვის აბსოლუტურ მნიშვნელობას.</ahelp>"
-#: 04060104.xhp#hd_id3145629.34.help.text
-msgctxt "04060104.xhp#hd_id3145629.34.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. H[Nv
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154843\n"
+"35\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060104.xhp#par_id5919064.help.text
-msgid "<item type=\"input\">=1+2+CURRENT()</item>"
-msgstr ""
+#. $Lq:
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147475\n"
+"36\n"
+"help.text"
+msgid "ABS(Number)"
+msgstr "ABS(რიცხვი)"
-#: 04060104.xhp#par_id8751792.help.text
-msgid "The example returns 6. The formula is calculated from left to right as: 1 + 2 equals 3, giving the result to date when CURRENT() is encountered; CURRENT() therefore yields 3, which is added to the original 3 to give 6."
+#. \meB
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3148438\n"
+"37\n"
+"help.text"
+msgid "<emph>Number</emph> is the number whose absolute value is to be calculated. The absolute value of a number is its value without the +/- sign."
msgstr ""
-#: 04060104.xhp#par_id5863826.help.text
-msgid "<item type=\"input\">=A2+B2+STYLE(IF(CURRENT()>10;”Red”;”Default”))</item>"
-msgstr ""
+#. 4*_c
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155823\n"
+"38\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060104.xhp#par_id7463911.help.text
-msgid "The example returns A2 + B2 (STYLE returns 0 here). If this sum is greater than 10, the style Red is applied to the cell. See the <emph>STYLE</emph> function for more explanation."
+#. ^NHC
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152787\n"
+"39\n"
+"help.text"
+msgid "<item type=\"input\">=ABS(-56)</item> returns 56."
msgstr ""
-#: 04060104.xhp#par_id7318643.help.text
-msgid "<item type=\"input\">=\"choo\"&CURRENT()</item>"
+#. Y]y+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3148752\n"
+"40\n"
+"help.text"
+msgid "<item type=\"input\">=ABS(12)</item> returns 12."
msgstr ""
-#: 04060104.xhp#par_id6019165.help.text
-msgid "The example returns choochoo."
+#. I1xO
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id320139\n"
+"help.text"
+msgid "<item type=\"input\">=ABS(0)</item> returns 0."
msgstr ""
-#: 04060104.xhp#bm_id3150688.help.text
-msgid "<bookmark_value>FORMULA function</bookmark_value><bookmark_value>formula cells;displaying formulas in other cells</bookmark_value><bookmark_value>displaying;formulas at any position</bookmark_value>"
-msgstr ""
+#. hI]g
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3150896\n"
+"help.text"
+msgid "<bookmark_value>COUNTBLANK function</bookmark_value><bookmark_value>counting;empty cells</bookmark_value><bookmark_value>empty cells;counting</bookmark_value>"
+msgstr "<bookmark_value>COUNTBLANK ფუნქცია</bookmark_value><bookmark_value>დათვლა;ცარიელი უჯრები</bookmark_value><bookmark_value>ცარიელი უჯრები;დათვლა</bookmark_value>"
-#: 04060104.xhp#hd_id3150688.147.help.text
-msgid "FORMULA"
-msgstr "FORMULA"
+#. Dij^
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3150896\n"
+"42\n"
+"help.text"
+msgid "COUNTBLANK"
+msgstr "COUNTBLANK"
-#: 04060104.xhp#par_id3158417.148.help.text
-msgid "<ahelp hid=\"HID_FUNC_FORMEL\">Displays the formula of a formula cell as a text string.</ahelp>"
+#. 1dSl
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155260\n"
+"43\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ANZAHLLEEREZELLEN\">Returns the number of empty cells.</ahelp>"
msgstr ""
-#: 04060104.xhp#hd_id3154954.149.help.text
-msgctxt "04060104.xhp#hd_id3154954.149.help.text"
+#. ylMg
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145144\n"
+"44\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060104.xhp#par_id3147535.150.help.text
-msgid "FORMULA(Reference)"
-msgstr "FORMULA(მითითება)"
-
-#: 04060104.xhp#par_id3014313.help.text
-msgid "<emph>Reference</emph> is a reference to a cell containing a formula."
-msgstr ""
-
-#: 04060104.xhp#par_id8857081.help.text
-msgid "An invalid reference or a reference to a cell with no formula results in the error value #N/A."
-msgstr ""
+#. Tvd8
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153931\n"
+"45\n"
+"help.text"
+msgid "COUNTBLANK(Range)"
+msgstr "COUNTBLANK(დიაპაზონი)"
-#: 04060104.xhp#hd_id3152820.151.help.text
-msgctxt "04060104.xhp#hd_id3152820.151.help.text"
+#. EU*~
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149512\n"
+"46\n"
+"help.text"
+msgid "Returns the number of empty cells in the cell range <emph>Range</emph>."
+msgstr ""
+
+#. {Y_W
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3146139\n"
+"47\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060104.xhp#par_id3153179.152.help.text
-msgid "If cell A8 contains the formula <item type=\"input\">=SUM(1;2;3)</item> then"
-msgstr ""
-
-#: 04060104.xhp#par_id3153923.153.help.text
-msgid "<item type=\"input\">=FORMULA(A8)</item> returns the text =SUM(1;2;3)."
+#. C?dr
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3148586\n"
+"48\n"
+"help.text"
+msgid "<item type=\"input\">=COUNTBLANK(A1:B2)</item> returns 4 if cells A1, A2, B1, and B2 are all empty."
msgstr ""
-#: 04060104.xhp#bm_id3155409.help.text
-msgid "<bookmark_value>ISREF function</bookmark_value><bookmark_value>references;testing cell contents</bookmark_value><bookmark_value>cell contents;testing for references</bookmark_value>"
-msgstr "<bookmark_value>ISREF ფუნქცია</bookmark_value><bookmark_value>მითითებები;უჯრის შიგთავსის გამოცდა</bookmark_value><bookmark_value>უჯრის შიგთავსი;მითითებების გამოცდა</bookmark_value>"
+#. U9(?
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3153114\n"
+"help.text"
+msgid "<bookmark_value>ACOS function</bookmark_value>"
+msgstr "<bookmark_value>ACOS ფუნქცია</bookmark_value>"
-#: 04060104.xhp#hd_id3155409.37.help.text
-msgid "ISREF"
-msgstr "ISREF"
+#. f:Ct
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153114\n"
+"50\n"
+"help.text"
+msgid "ACOS"
+msgstr "ACOS"
-#: 04060104.xhp#par_id3153723.38.help.text
-msgid "<ahelp hid=\"HID_FUNC_ISTBEZUG\">Tests if the argument is a reference.</ahelp> Returns TRUE if the argument is a reference, returns FALSE otherwise. When given a reference this function does not examine the value being referenced."
-msgstr ""
+#. J+=F
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145163\n"
+"51\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ARCCOS\">Returns the inverse trigonometric cosine of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCCOS\">აბრუნებს რიცხვის შებრუნებულ ტრიგონომეტრიულ კოსინუსს.</ahelp>"
-#: 04060104.xhp#hd_id3147175.39.help.text
-msgctxt "04060104.xhp#hd_id3147175.39.help.text"
+#. PFx.
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153565\n"
+"52\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060104.xhp#par_id3149821.40.help.text
-msgid "ISREF(Value)"
-msgstr "ISREF(მნიშვნელობა)"
+#. 0vEQ
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150020\n"
+"53\n"
+"help.text"
+msgid "ACOS(Number)"
+msgstr "ACOS(რიცხვი)"
-#: 04060104.xhp#par_id3146152.41.help.text
-msgid "<emph>Value</emph> is the value to be tested, to determine whether it is a reference."
+#. c7?p
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3159134\n"
+"54\n"
+"help.text"
+msgid "This function returns the inverse trigonometric cosine of <emph>Number</emph>, that is the angle (in radians) whose cosine is Number. The angle returned is between 0 and PI."
+msgstr ""
+
+#. /aIq
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id679647\n"
+"help.text"
+msgid "To return the angle in degrees, use the DEGREES function."
msgstr ""
-#: 04060104.xhp#hd_id3083448.42.help.text
-msgctxt "04060104.xhp#hd_id3083448.42.help.text"
+#. +7Ik
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3149882\n"
+"55\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060104.xhp#par_id3154317.43.help.text
-msgid "<item type=\"input\">=ISREF(C5)</item> returns the result TRUE because C5 is a valid reference."
-msgstr ""
-
-#: 04060104.xhp#par_id9728072.help.text
-msgid "<item type=\"input\">=ISREF(\"abcdef\")</item> returns always FALSE because a text can never be a reference."
-msgstr ""
-
-#: 04060104.xhp#par_id2131544.help.text
-msgid "<item type=\"input\">=ISREF(4)</item> returns FALSE."
-msgstr ""
-
-#: 04060104.xhp#par_id4295480.help.text
-msgid "<item type=\"input\">=ISREF(INDIRECT(\"A6\"))</item> returns TRUE, because INDIRECT is a function that returns a reference."
+#. MOr_
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150128\n"
+"56\n"
+"help.text"
+msgid "<item type=\"input\">=ACOS(-1)</item> returns 3.14159265358979 (PI radians)"
msgstr ""
-#: 04060104.xhp#par_id3626819.help.text
-msgid "<item type=\"input\">=ISREF(ADDRESS(1; 1; 2;\"Sheet2\"))</item> returns FALSE, because ADDRESS is a function that returns a text, although it looks like a reference."
+#. bh6[
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id8792382\n"
+"help.text"
+msgid "<item type=\"input\">=DEGREES(ACOS(0.5))</item> returns 60. The cosine of 60 degrees is 0.5."
msgstr ""
-#: 04060104.xhp#bm_id3154812.help.text
-msgid "<bookmark_value>ISERR function</bookmark_value><bookmark_value>error codes;controlling</bookmark_value>"
-msgstr "<bookmark_value>ISERR ფუნქცია</bookmark_value><bookmark_value>შეცდომის კოდები;მართვა</bookmark_value>"
+#. T7g4
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3145355\n"
+"help.text"
+msgid "<bookmark_value>ACOSH function</bookmark_value>"
+msgstr "<bookmark_value>ACOSH ფუნქცია</bookmark_value>"
-#: 04060104.xhp#hd_id3154812.45.help.text
-msgid "ISERR"
-msgstr "ISERR"
+#. )OjA
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145355\n"
+"60\n"
+"help.text"
+msgid "ACOSH"
+msgstr "ACOSH"
-#: 04060104.xhp#par_id3149282.46.help.text
-msgid "<ahelp hid=\"HID_FUNC_ISTFEHL\">Tests for error conditions, except the #N/A error value, and returns TRUE or FALSE.</ahelp>"
-msgstr ""
+#. Z2T`
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157993\n"
+"61\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ARCOSHYP\">Returns the inverse hyperbolic cosine of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCOSHYP\">აბრუნებს რიცხვის შებრუნებულ ჰიპერბოლურ კოსინუსს.</ahelp>"
-#: 04060104.xhp#hd_id3149450.47.help.text
-msgctxt "04060104.xhp#hd_id3149450.47.help.text"
+#. Z$k@
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145295\n"
+"62\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060104.xhp#par_id3156312.48.help.text
-msgid "ISERR(Value)"
-msgstr "ISERR(მნიშვნელობა)"
-
-#: 04060104.xhp#par_id3146857.49.help.text
-msgid "<emph>Value</emph> is any value or expression which is tested to see whether an error value other than #N/A is present."
-msgstr ""
+#. (hb[
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151017\n"
+"63\n"
+"help.text"
+msgid "ACOSH(Number)"
+msgstr "ACOSH(რიცხვი)"
-#: 04060104.xhp#hd_id3153212.50.help.text
-msgctxt "04060104.xhp#hd_id3153212.50.help.text"
+#. )89}
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149000\n"
+"64\n"
+"help.text"
+msgid "This function returns the inverse hyperbolic cosine of <emph>Number</emph>, that is the number whose hyperbolic cosine is Number."
+msgstr ""
+
+#. hC-?
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6393932\n"
+"help.text"
+msgid "Number must be greater than or equal to 1."
+msgstr ""
+
+#. (nqx
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3150566\n"
+"65\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060104.xhp#par_id3153276.51.help.text
-msgid "<item type=\"input\">=ISERR(C8)</item> where cell C8 contains <item type=\"input\">=1/0</item> returns TRUE, because 1/0 is an error."
+#. ;q|U
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145629\n"
+"66\n"
+"help.text"
+msgid "<item type=\"input\">=ACOSH(1)</item> returns 0."
msgstr ""
-#: 04060104.xhp#par_id8456984.help.text
-msgid "<item type=\"input\">=ISERR(C9)</item> where cell C9 contains <item type=\"input\">=NA()</item> returns FALSE, because ISERR() ignores the #N/A error."
+#. |gVO
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id951567\n"
+"help.text"
+msgid "<item type=\"input\">=ACOSH(COSH(4))</item> returns 4."
msgstr ""
-#: 04060104.xhp#bm_id3147081.help.text
-msgid "<bookmark_value>ISERROR function</bookmark_value><bookmark_value>recognizing;general errors</bookmark_value>"
-msgstr "<bookmark_value>ISERROR ფუნქცია</bookmark_value><bookmark_value>ამოცნობა;ზოგადი შეცდომები</bookmark_value>"
+#. NWr-
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3149027\n"
+"help.text"
+msgid "<bookmark_value>ACOT function</bookmark_value>"
+msgstr "<bookmark_value>ACOT ფუნქცია</bookmark_value>"
-#: 04060104.xhp#hd_id3147081.53.help.text
-msgid "ISERROR"
-msgstr "ISERROR"
+#. 8woz
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3149027\n"
+"70\n"
+"help.text"
+msgid "ACOT"
+msgstr "ACOT"
-#: 04060104.xhp#par_id3156316.54.help.text
-msgid "<ahelp hid=\"HID_FUNC_ISTFEHLER\">Tests for error conditions, including the #N/A error value, and returns TRUE or FALSE.</ahelp>"
-msgstr ""
+#. I9M^
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155818\n"
+"71\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ARCCOT\">Returns the inverse cotangent (the arccotangent) of the given number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCOTHYP\">აბრუნებს მოცემული რიცხვის შებრუნებულ ჰიპერბოლურ კოტანგენსს.</ahelp>"
-#: 04060104.xhp#hd_id3147569.55.help.text
-msgctxt "04060104.xhp#hd_id3147569.55.help.text"
+#. q=s5
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153225\n"
+"72\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060104.xhp#par_id3153155.56.help.text
-msgid "ISERROR(Value)"
-msgstr "ISERROR(მნიშვნელობა)"
+#. l1V;
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158419\n"
+"73\n"
+"help.text"
+msgid "ACOT(Number)"
+msgstr "ACOT(რიცხვი)"
-#: 04060104.xhp#par_id3154047.57.help.text
-msgid "<emph>Value</emph> is or refers to the value to be tested. ISERROR() returns TRUE if there is an error and FALSE if not."
+#. !hq_
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154948\n"
+"74\n"
+"help.text"
+msgid "This function returns the inverse trigonometric cotangent of <emph>Number</emph>, that is the angle (in radians) whose cotangent is Number. The angle returned is between 0 and PI."
+msgstr ""
+
+#. )obe
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5834528\n"
+"help.text"
+msgid "To return the angle in degrees, use the DEGREES function."
msgstr ""
-#: 04060104.xhp#hd_id3155994.58.help.text
-msgctxt "04060104.xhp#hd_id3155994.58.help.text"
+#. {L=V
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3147538\n"
+"75\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060104.xhp#par_id3150256.59.help.text
-msgid "<item type=\"input\">=ISERROR(C8)</item> where cell C8 contains <item type=\"input\">=1/0</item> returns TRUE, because 1/0 is an error."
+#. o:E/
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155375\n"
+"76\n"
+"help.text"
+msgid "<item type=\"input\">=ACOT(1)</item> returns 0.785398163397448 (PI/4 radians)."
msgstr ""
-#: 04060104.xhp#par_id1889095.help.text
-msgid "<item type=\"input\">=ISERROR(C9)</item> where cell C9 contains <item type=\"input\">=NA()</item> returns TRUE."
+#. Zn(.
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id8589434\n"
+"help.text"
+msgid "<item type=\"input\">=DEGREES(ACOT(1))</item> returns 45. The tangent of 45 degrees is 1."
msgstr ""
-#: 04060104.xhp#bm_id3153618.help.text
-#, fuzzy
-msgid "<bookmark_value>ISFORMULA function</bookmark_value><bookmark_value>recognizing formula cells</bookmark_value><bookmark_value>formula cells;recognizing</bookmark_value>"
-msgstr "<bookmark_value>COUNTBLANK ფუნქცია</bookmark_value><bookmark_value>დათვლა;ცარიელი უჯრები</bookmark_value><bookmark_value>ცარიელი უჯრები;დათვლა</bookmark_value>"
+#. !ygi
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3148426\n"
+"help.text"
+msgid "<bookmark_value>ACOTH function</bookmark_value>"
+msgstr "<bookmark_value>ACOTH ფუნქცია</bookmark_value>"
-#: 04060104.xhp#hd_id3153618.61.help.text
-msgid "ISFORMULA"
-msgstr "ISFORMULA"
+#. jVD@
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3148426\n"
+"80\n"
+"help.text"
+msgid "ACOTH"
+msgstr "ACOTH"
-#: 04060104.xhp#par_id3149138.62.help.text
-msgid "<ahelp hid=\"HID_FUNC_ISTFORMEL\">Returns TRUE if a cell is a formula cell.</ahelp>"
-msgstr ""
+#. nnM;
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147478\n"
+"81\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ARCOTHYP\">Returns the inverse hyperbolic cotangent of the given number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCOTHYP\">აბრუნებს მოცემული რიცხვის შებრუნებულ ჰიპერბოლურ კოტანგენსს.</ahelp>"
-#: 04060104.xhp#hd_id3155100.63.help.text
-msgctxt "04060104.xhp#hd_id3155100.63.help.text"
+#. y-kL
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152585\n"
+"82\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060104.xhp#par_id3143230.64.help.text
-msgid "ISFORMULA(Reference)"
-msgstr "ISFORMULA(მითითება)"
+#. WppK
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147172\n"
+"83\n"
+"help.text"
+msgid "ACOTH(Number)"
+msgstr "ACOTH(რიცხვი)"
-#: 04060104.xhp#par_id3150150.65.help.text
-msgid "<emph>Reference</emph> indicates the reference to a cell in which a test will be performed to determine if it contains a formula."
+#. ;aK|
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3146155\n"
+"84\n"
+"help.text"
+msgid "This function returns the inverse hyperbolic cotangent of <emph>Number</emph>, that is the number whose hyperbolic cotangent is Number."
+msgstr ""
+
+#. ~:E`
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5818659\n"
+"help.text"
+msgid "An error results if Number is between -1 and 1 inclusive."
msgstr ""
-#: 04060104.xhp#hd_id3147491.66.help.text
-msgctxt "04060104.xhp#hd_id3147491.66.help.text"
+#. f]r-
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3083452\n"
+"85\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060104.xhp#par_id3159182.67.help.text
-msgid "<item type=\"input\">=ISFORMULA(C4)</item> returns FALSE if the cell C4 contains the number <item type=\"input\">5</item>."
+#. CD;?
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150608\n"
+"86\n"
+"help.text"
+msgid "<item type=\"input\">=ACOTH(1.1)</item> returns inverse hyperbolic cotangent of 1.1, approximately 1.52226."
msgstr ""
-#: 04060104.xhp#bm_id3149760.help.text
-msgid "<bookmark_value>ISEVEN_ADD function</bookmark_value>"
-msgstr "<bookmark_value>ISEVEN_ADD ფუნქცია</bookmark_value>"
+#. /@Gf
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3145084\n"
+"help.text"
+msgid "<bookmark_value>ASIN function</bookmark_value>"
+msgstr "<bookmark_value>ASIN ფუნქცია</bookmark_value>"
-#: 04060104.xhp#hd_id3149760.229.help.text
-msgid "ISEVEN_ADD"
-msgstr "ISEVEN_ADD"
+#. `5sg
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145084\n"
+"90\n"
+"help.text"
+msgid "ASIN"
+msgstr "ASIN"
-#: 04060104.xhp#par_id3147253.230.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_ISEVEN\">Tests for even numbers. Returns 1 if the number divided by 2 returns a whole number.</ahelp>"
-msgstr ""
+#. E8Aw
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156296\n"
+"91\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ARCSIN\">Returns the inverse trigonometric sine of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCSIN\">აბრუნებს რიცხვის შებრუნებულ ტრიგონომეტრიულ სინუსს.</ahelp>"
-#: 04060104.xhp#hd_id3152799.231.help.text
-msgctxt "04060104.xhp#hd_id3152799.231.help.text"
+#. R{1o
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3149716\n"
+"92\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060104.xhp#par_id3149202.232.help.text
-msgid "ISEVEN_ADD(Number)"
-msgstr "ISEVEN_ADD(რიცხვი)"
+#. MX`A
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156305\n"
+"93\n"
+"help.text"
+msgid "ASIN(Number)"
+msgstr "ASIN (რიცხვი)"
-#: 04060104.xhp#par_id3151168.233.help.text
-msgctxt "04060104.xhp#par_id3151168.233.help.text"
-msgid "<emph>Number</emph> is the number to be tested."
-msgstr "<emph>რიცხვი</emph> გამოსაცდელი მნიშვნელობა."
+#. `iCa
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150964\n"
+"94\n"
+"help.text"
+msgid "This function returns the inverse trigonometric sine of <emph>Number</emph>, that is the angle (in radians) whose sine is Number. The angle returned is between -PI/2 and +PI/2."
+msgstr ""
+
+#. h!Lh
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id203863\n"
+"help.text"
+msgid "To return the angle in degrees, use the DEGREES function."
+msgstr ""
-#: 04060104.xhp#hd_id3150115.234.help.text
-msgctxt "04060104.xhp#hd_id3150115.234.help.text"
+#. +WSN
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3149448\n"
+"95\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060104.xhp#par_id3153904.235.help.text
-msgid "<item type=\"input\">=ISEVEN_ADD(5)</item> returns 0."
+#. nF4t
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156100\n"
+"96\n"
+"help.text"
+msgid "<item type=\"input\">=ASIN(0)</item> returns 0."
msgstr ""
-#: 04060104.xhp#par_id6238308.help.text
-msgid "<item type=\"input\">=ISEVEN_ADD(A1)</item> returns 1 if cell A1 contains the number <item type=\"input\">2</item>."
+#. qsXA
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6853846\n"
+"help.text"
+msgid "<item type=\"input\">=ASIN(1)</item> returns 1.5707963267949 (PI/2 radians)."
msgstr ""
-#: 04060104.xhp#bm_id3154692.help.text
-msgid "<bookmark_value>ISNONTEXT function</bookmark_value><bookmark_value>cell contents;no text</bookmark_value>"
-msgstr "<bookmark_value>ISNONTEXT ფუნქცია</bookmark_value><bookmark_value>უჯრის შიგთავსი;ტექსტი არა</bookmark_value>"
+#. Se)F
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id8772240\n"
+"help.text"
+msgid "<item type=\"input\">=DEGREES(ASIN(0.5))</item> returns 30. The sine of 30 degrees is 0.5."
+msgstr ""
-#: 04060104.xhp#hd_id3154692.68.help.text
-msgid "ISNONTEXT"
-msgstr "ISNONTEXT"
+#. 90Q\
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3151266\n"
+"help.text"
+msgid "<bookmark_value>ASINH function</bookmark_value>"
+msgstr "<bookmark_value>ASINH ფუნქცია</bookmark_value>"
-#: 04060104.xhp#par_id3155330.69.help.text
-msgid "<ahelp hid=\"HID_FUNC_ISTKTEXT\">Tests if the cell contents are text or numbers, and returns FALSE if the contents are text.</ahelp>"
-msgstr ""
+#. rCN5
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3151266\n"
+"100\n"
+"help.text"
+msgid "ASINH"
+msgstr "ASINH"
-#: 04060104.xhp#par_id5719779.help.text
-msgid "If an error occurs, the function returns TRUE."
-msgstr ""
+#. eW~^
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147077\n"
+"101\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ARSINHYP\">Returns the inverse hyperbolic sine of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARSINHYP\">აბრუნებს რიცხვის შებრუნებულ ჰიპერბოლურ სინუსს.</ahelp>"
-#: 04060104.xhp#hd_id3154931.70.help.text
-msgctxt "04060104.xhp#hd_id3154931.70.help.text"
+#. 3)Sp
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3150763\n"
+"102\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060104.xhp#par_id3148829.71.help.text
-msgid "ISNONTEXT(Value)"
-msgstr "ISNONTEXT(მნიშვნელობა)"
-
-#: 04060104.xhp#par_id3146992.72.help.text
-msgid "<emph>Value</emph> is any value or expression where a test is performed to determine whether it is a text or numbers or a Boolean value."
-msgstr ""
+#. h+lX
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150882\n"
+"103\n"
+"help.text"
+msgid "ASINH(Number)"
+msgstr "ASINH(რიცხვი)"
-#: 04060104.xhp#hd_id3150525.73.help.text
-msgctxt "04060104.xhp#hd_id3150525.73.help.text"
+#. Gs1^
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147621\n"
+"104\n"
+"help.text"
+msgid "This function returns the inverse hyperbolic sine of <emph>Number</emph>, that is the number whose hyperbolic sine is Number."
+msgstr ""
+
+#. Y~~=
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153212\n"
+"105\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060104.xhp#par_id3149906.74.help.text
-msgid "<item type=\"input\">=ISNONTEXT(D2)</item> returns FALSE if cell D2 contains the text <item type=\"input\">abcdef</item>."
+#. +7CQ
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156120\n"
+"106\n"
+"help.text"
+msgid "<item type=\"input\">=ASINH(-90)</item> returns approximately -5.1929877."
msgstr ""
-#: 04060104.xhp#par_id3150777.75.help.text
-msgid "<item type=\"input\">=ISNONTEXT(D9)</item> returns TRUE if cell D9 contains the number <item type=\"input\">8</item>."
+#. ;HfF
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id4808496\n"
+"help.text"
+msgid "<item type=\"input\">=ASINH(SINH(4))</item> returns 4."
msgstr ""
-#: 04060104.xhp#bm_id3159148.help.text
-msgid "<bookmark_value>ISBLANK function</bookmark_value><bookmark_value>blank cell contents</bookmark_value><bookmark_value>empty cells; recognizing</bookmark_value>"
-msgstr "<bookmark_value>ISBLANK ფუნქცია</bookmark_value><bookmark_value>ცარიელი უჯრების შიგთავსი</bookmark_value><bookmark_value>ცარიელი უჯრები; ამოცნობა</bookmark_value>"
+#. P]4d
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3155996\n"
+"help.text"
+msgid "<bookmark_value>ATAN function</bookmark_value>"
+msgstr "<bookmark_value>ATAN ფუნქცია</bookmark_value>"
-#: 04060104.xhp#hd_id3159148.77.help.text
-msgid "ISBLANK"
-msgstr "ISBLANK"
+#. a506
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155996\n"
+"110\n"
+"help.text"
+msgid "ATAN"
+msgstr "ATAN"
-#: 04060104.xhp#par_id3148800.78.help.text
-msgid "<ahelp hid=\"HID_FUNC_ISTLEER\">Returns TRUE if the reference to a cell is blank.</ahelp> This function is used to determine if the content of a cell is empty. A cell with a formula inside is not empty. "
-msgstr ""
+#. y!hl
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149985\n"
+"111\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ARCTAN\">Returns the inverse trigonometric tangent of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCTAN\">აბრუნებს რიცხვის შებრუნებულ ტრიგონომეტრიულ ტანგენსს.</ahelp>"
-#: 04060104.xhp#hd_id3159162.79.help.text
-msgctxt "04060104.xhp#hd_id3159162.79.help.text"
+#. c~p.
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3151294\n"
+"112\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060104.xhp#par_id3158406.80.help.text
-msgid "ISBLANK(Value)"
-msgstr "ISBLANK(მნიშვნელობა)"
+#. RobY
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150261\n"
+"113\n"
+"help.text"
+msgid "ATAN(Number)"
+msgstr "ATAN(რიცხვი)"
-#: 04060104.xhp#par_id3154212.81.help.text
-msgid "<emph>Value</emph> is the content to be tested."
-msgstr "<emph>მნიშვნელობა</emph>არის გამოსაცდელი შიგთავსი."
+#. \kf`
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147267\n"
+"114\n"
+"help.text"
+msgid "This function returns the inverse trigonometric tangent of <emph>Number</emph>, that is the angle (in radians) whose tangent is Number. The angle returned is between -PI/2 and PI/2."
+msgstr ""
+
+#. #8T9
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6293527\n"
+"help.text"
+msgid "To return the angle in degrees, use the DEGREES function."
+msgstr ""
-#: 04060104.xhp#hd_id3147508.82.help.text
-msgctxt "04060104.xhp#hd_id3147508.82.help.text"
+#. Snb5
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154054\n"
+"115\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060104.xhp#par_id3147234.83.help.text
-msgid "<item type=\"input\">=ISBLANK(D2)</item> returns FALSE as a result."
+#. E5bg
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143229\n"
+"116\n"
+"help.text"
+msgid "<item type=\"input\">=ATAN(1)</item> returns 0.785398163397448 (PI/4 radians)."
msgstr ""
-#: 04060104.xhp#bm_id3155356.help.text
-msgid "<bookmark_value>ISLOGICAL function</bookmark_value><bookmark_value>number formats;logical</bookmark_value><bookmark_value>logical number formats</bookmark_value>"
-msgstr "<bookmark_value>ISLOGICAL ფუნქცია</bookmark_value><bookmark_value>რიცხვების ფორმატი;ლოგიკური</bookmark_value><bookmark_value>ლოგიკური რიცხვები;ფორმატები</bookmark_value>"
+#. /.wO
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id8746299\n"
+"help.text"
+msgid "<item type=\"input\">=DEGREES(ATAN(1))</item> returns 45. The tangent of 45 degrees is 1."
+msgstr ""
-#: 04060104.xhp#hd_id3155356.85.help.text
-msgid "ISLOGICAL"
-msgstr "ISLOGICAL"
+#. S0{c
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3153983\n"
+"help.text"
+msgid "<bookmark_value>ATAN2 function</bookmark_value>"
+msgstr "<bookmark_value>ATAN2 ფუნქცია</bookmark_value>"
-#: 04060104.xhp#par_id3148926.86.help.text
-msgid "<ahelp hid=\"HID_FUNC_ISTLOG\">Tests for a logical value (TRUE or FALSE).</ahelp>"
-msgstr ""
+#. m`@n
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153983\n"
+"120\n"
+"help.text"
+msgid "ATAN2"
+msgstr "ATAN2"
-#: 04060104.xhp#par_id3541062.help.text
-msgctxt "04060104.xhp#par_id3541062.help.text"
-msgid "If an error occurs, the function returns FALSE."
-msgstr ""
+#. rbc$
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154297\n"
+"121\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ARCTAN2\">Returns the inverse trigonometric tangent of the specified x and y coordinates.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCTAN2\">აბრუნებს განსაზღვრული x და y კოორდინატების შებრუნებულ ტრიგონომეტრიული ტანგენსს.</ahelp>"
-#: 04060104.xhp#hd_id3149162.87.help.text
-msgctxt "04060104.xhp#hd_id3149162.87.help.text"
+#. BN03
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3149758\n"
+"122\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060104.xhp#par_id3148918.88.help.text
-msgid "ISLOGICAL(Value)"
-msgstr "ISLOGICAL(მნიშვნელობა)"
+#. [#2q
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156013\n"
+"123\n"
+"help.text"
+msgid "ATAN2(NumberX; NumberY)"
+msgstr ""
-#: 04060104.xhp#par_id3146946.89.help.text
-msgid "Returns TRUE if <emph>Value</emph> is a logical value (TRUE or FALSE), and returns FALSE otherwise."
+#. zbTK
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151168\n"
+"124\n"
+"help.text"
+msgid "<emph>NumberX</emph> is the value of the x coordinate."
+msgstr "<emph>რიცხვი</emph> ფუნქციის მნიშვნელობა."
+
+#. Lv~|
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152798\n"
+"125\n"
+"help.text"
+msgid "<emph>NumberY</emph> is the value of the y coordinate."
+msgstr "<emph>რიცხვი</emph> ფუნქციის მნიშვნელობა."
+
+#. `h3a
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5036164\n"
+"help.text"
+msgid "ATAN2 returns the inverse trigonometric tangent, that is, the angle (in radians) between the x-axis and a line from point NumberX, NumberY to the origin. The angle returned is between -PI and PI."
msgstr ""
-#: 04060104.xhp#hd_id3150709.90.help.text
-msgctxt "04060104.xhp#hd_id3150709.90.help.text"
+#. OP,k
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3001800\n"
+"help.text"
+msgid "To return the angle in degrees, use the DEGREES function."
+msgstr ""
+
+#. m4F6
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145663\n"
+"126\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060104.xhp#par_id3166442.91.help.text
-msgid "<item type=\"input\">=ISLOGICAL(99)</item> returns FALSE, because 99 is a number, not a logical value."
+#. =w:g
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154692\n"
+"127\n"
+"help.text"
+msgid "<item type=\"input\">=ATAN2(20;20)</item> returns 0.785398163397448 (PI/4 radians)."
msgstr ""
-#: 04060104.xhp#par_id3556016.help.text
-msgid "<item type=\"input\">=ISLOGICAL(ISNA(D4))</item> returns TRUE whatever the contents of cell D4, because ISNA() returns a logical value."
+#. b]rr
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1477095\n"
+"help.text"
+msgid "<item type=\"input\">=DEGREES(ATAN2(12.3;12.3))</item> returns 45. The tangent of 45 degrees is 1."
msgstr ""
-#: 04060104.xhp#bm_id3153685.help.text
-msgid "<bookmark_value>ISNA function</bookmark_value><bookmark_value>#N/A error;recognizing</bookmark_value>"
-msgstr "<bookmark_value>ISNA ფუნქცია</bookmark_value><bookmark_value>#N/A შეცდომა;ამოცნობა</bookmark_value>"
-
-#: 04060104.xhp#hd_id3153685.93.help.text
-msgid "ISNA"
-msgstr "ISNA"
+#. Tt?`
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3155398\n"
+"help.text"
+msgid "<bookmark_value>ATANH function</bookmark_value>"
+msgstr "<bookmark_value>ATANH ფუნქცია</bookmark_value>"
-#: 04060104.xhp#par_id3149105.94.help.text
-msgid "<ahelp hid=\"HID_FUNC_ISTNV\">Returns TRUE if a cell contains the #N/A (value not available) error value.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_ISTNV\">აბრუნებს TRUE თუ უჯრა შეიცავს #N/A (მნიშვნელობა მიუწვდომელია) შეცდომას.</ahelp>"
+#. `kCg
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155398\n"
+"130\n"
+"help.text"
+msgid "ATANH"
+msgstr "ATANH"
-#: 04060104.xhp#par_id6018860.help.text
-msgctxt "04060104.xhp#par_id6018860.help.text"
-msgid "If an error occurs, the function returns FALSE."
-msgstr ""
+#. Aecv
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3148829\n"
+"131\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ARTANHYP\">Returns the inverse hyperbolic tangent of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARTANHYP\">აბრუნებს რიცხვის შებრუნებულ ჰიპერბოლურ ტანგენსს.</ahelp>"
-#: 04060104.xhp#hd_id3152947.95.help.text
-msgctxt "04060104.xhp#hd_id3152947.95.help.text"
+#. a7sF
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3146997\n"
+"132\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060104.xhp#par_id3153748.96.help.text
-msgid "ISNA(Value)"
-msgstr "ISNA(მნიშვნელობა)"
-
-#: 04060104.xhp#par_id3152884.97.help.text
-msgid "<emph>Value</emph> is the value or expression to be tested."
-msgstr "<emph>მნიშვნელობა</emph> არის გამოსაცდელი მნიშვნელობა ან გამოსახულება."
+#. 4Wk1
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149912\n"
+"133\n"
+"help.text"
+msgid "ATANH(Number)"
+msgstr "ATANH(რიცხვი)"
-#: 04060104.xhp#hd_id3149964.98.help.text
-msgctxt "04060104.xhp#hd_id3149964.98.help.text"
+#. s6Q[
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150521\n"
+"134\n"
+"help.text"
+msgid "This function returns the inverse hyperbolic tangent of <emph>Number</emph>, that is the number whose hyperbolic tangent is Number."
+msgstr ""
+
+#. bJ?d
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9357280\n"
+"help.text"
+msgid "Number must obey the condition -1 < number < 1."
+msgstr ""
+
+#. w[S!
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3148450\n"
+"135\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060104.xhp#par_id3154852.99.help.text
-msgid "<item type=\"input\">=ISNA(D3)</item> returns FALSE as a result."
+#. .r~q
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145419\n"
+"136\n"
+"help.text"
+msgid "<item type=\"input\">=ATANH(0)</item> returns 0."
msgstr ""
-#: 04060104.xhp#bm_id3149426.help.text
-msgid "<bookmark_value>ISTEXT function</bookmark_value><bookmark_value>cell contents;text</bookmark_value>"
-msgstr "<bookmark_value>ISTEXT ფუნქცია</bookmark_value><bookmark_value>უჯრის შიგთავსი;ტექსტი</bookmark_value>"
-
-#: 04060104.xhp#hd_id3149426.101.help.text
-msgid "ISTEXT"
-msgstr "ISTEXT"
+#. !@We
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3153062\n"
+"help.text"
+msgid "<bookmark_value>COS function</bookmark_value>"
+msgstr "<bookmark_value>COS ფუნქცია</bookmark_value>"
-#: 04060104.xhp#par_id3145368.102.help.text
-msgid "<ahelp hid=\"HID_FUNC_ISTTEXT\">Returns TRUE if the cell contents refer to text.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_ISTTEXT\">აბრუნებს TRUE თუ უჯრის შიგთავსი მიუთითებს ტექსტს.</ahelp>"
+#. BB(x
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153062\n"
+"149\n"
+"help.text"
+msgid "COS"
+msgstr "COS"
-#: 04060104.xhp#par_id6779686.help.text
-msgctxt "04060104.xhp#par_id6779686.help.text"
-msgid "If an error occurs, the function returns FALSE."
+#. *X~y
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3148803\n"
+"150\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_COS\">Returns the cosine of the given angle (in radians).</ahelp>"
msgstr ""
-#: 04060104.xhp#hd_id3154332.103.help.text
-msgctxt "04060104.xhp#hd_id3154332.103.help.text"
+#. t,lj
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3150779\n"
+"151\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060104.xhp#par_id3148649.104.help.text
-msgid "ISTEXT(Value)"
-msgstr "ISTEXT(მნიშვნელობა)"
+#. Kq6(
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154213\n"
+"152\n"
+"help.text"
+msgid "COS(Number)"
+msgstr "COS(რიცხვი)"
-#: 04060104.xhp#par_id3150417.105.help.text
-msgid "<emph>Value</emph> is a value, number, Boolean value, or an error value to be tested."
-msgstr "<emph>მნიშვნელობა</emph> არის გამოსაცდელი მნიშვნელობა, რიცხვი, ლოგიკური გამოსახულება, ან შეცდომის მნიშვნელობა."
+#. VER)
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154285\n"
+"153\n"
+"help.text"
+msgid "Returns the (trigonometric) cosine of <emph>Number</emph>, the angle in radians."
+msgstr ""
+
+#. Wi)s
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id831019\n"
+"help.text"
+msgid "To return the cosine of an angle in degrees, use the RADIANS function."
+msgstr ""
-#: 04060104.xhp#hd_id3149239.106.help.text
-msgctxt "04060104.xhp#hd_id3149239.106.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. ,hjv
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153579\n"
+"154\n"
+"help.text"
+msgid "Examples"
+msgstr "მაგალითები"
-#: 04060104.xhp#par_id3144756.107.help.text
-msgid "<item type=\"input\">=ISTEXT(D9)</item> returns TRUE if cell D9 contains the text <item type=\"input\">abcdef</item>."
+#. D\h^
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147240\n"
+"155\n"
+"help.text"
+msgid "<item type=\"input\">=COS(PI()/2)</item> returns 0, the cosine of PI/2 radians."
msgstr ""
-#: 04060104.xhp#par_id3148416.108.help.text
-msgid "<item type=\"input\">=ISTEXT(C3)</item> returns FALSE if cell C3 contains the number <item type=\"input\">3</item>."
+#. Y_b4
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147516\n"
+"156\n"
+"help.text"
+msgid "<item type=\"input\">=COS(RADIANS(60))</item> returns 0.5, the cosine of 60 degrees."
msgstr ""
-#: 04060104.xhp#bm_id3153939.help.text
-msgid "<bookmark_value>ISODD_ADD function</bookmark_value>"
-msgstr "<bookmark_value>ISODD_ADD ფუნქცია</bookmark_value>"
+#. }V[Y
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3154277\n"
+"help.text"
+msgid "<bookmark_value>COSH function</bookmark_value>"
+msgstr "<bookmark_value>COSH ფუნქცია</bookmark_value>"
-#: 04060104.xhp#hd_id3153939.236.help.text
-msgid "ISODD_ADD"
-msgstr "ISODD_ADD"
+#. keB=
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154277\n"
+"159\n"
+"help.text"
+msgid "COSH"
+msgstr "COSH"
-#: 04060104.xhp#par_id3153538.237.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_ISODD\">Returns TRUE (1) if the number does not return a whole number when divided by 2.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_ISODD\">აბრუნებს TRUE (1) თუ რიცხვი არ აბრუნებს მთელ რიცხვს 2ზე გაყოფისას.</ahelp>"
+#. j(zM
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3146946\n"
+"160\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_COSHYP\">Returns the hyperbolic cosine of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_COSHYP\">აბრუნებს რიცხვიის ჰიპერბოლურ კოსინუსს.</ahelp>"
-#: 04060104.xhp#hd_id3145601.238.help.text
-msgctxt "04060104.xhp#hd_id3145601.238.help.text"
+#. m_P8
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3149792\n"
+"161\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060104.xhp#par_id3149485.239.help.text
-msgid "ISODD_ADD(Number)"
-msgstr "ISODD_ADD(რიცხვი)"
+#. ,^6B
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3166440\n"
+"162\n"
+"help.text"
+msgid "COSH(Number)"
+msgstr "COSH(რიცხვი)"
-#: 04060104.xhp#par_id3153315.240.help.text
-msgctxt "04060104.xhp#par_id3153315.240.help.text"
-msgid "<emph>Number</emph> is the number to be tested."
-msgstr "<emph>რიცხვი</emph> გამოსაცდელი მნიშვნელობა."
+#. 0;v/
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150710\n"
+"163\n"
+"help.text"
+msgid "Returns the hyperbolic cosine of <emph>Number</emph>."
+msgstr ""
-#: 04060104.xhp#hd_id3143274.241.help.text
-msgctxt "04060104.xhp#hd_id3143274.241.help.text"
+#. uR~i
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153234\n"
+"164\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060104.xhp#par_id3154793.242.help.text
-msgid "<item type=\"input\">=ISODD_ADD(5)</item> returns 1."
+#. ?4-\
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154099\n"
+"165\n"
+"help.text"
+msgid "<item type=\"input\">=COSH(0)</item> returns 1, the hyperbolic cosine of 0."
msgstr ""
-#: 04060104.xhp#bm_id3148688.help.text
-msgid "<bookmark_value>ISNUMBER function</bookmark_value><bookmark_value>cell contents;numbers</bookmark_value>"
-msgstr "<bookmark_value>ISNUMBER ფუნქცია</bookmark_value><bookmark_value>უჯრის სიგთავსი;რიცხვები</bookmark_value>"
+#. u$K0
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3152888\n"
+"help.text"
+msgid "<bookmark_value>COT function</bookmark_value>"
+msgstr "<bookmark_value>COT ფუნქცია</bookmark_value>"
-#: 04060104.xhp#hd_id3148688.110.help.text
-msgid "ISNUMBER"
-msgstr "ISNUMBER"
+#. AKlT
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152888\n"
+"169\n"
+"help.text"
+msgid "COT"
+msgstr "COT"
-#: 04060104.xhp#par_id3154618.111.help.text
-msgid "<ahelp hid=\"HID_FUNC_ISTZAHL\">Returns TRUE if the value refers to a number.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_ISTZAHL\">აბრუნებს ჭეშმარიტს თუ მნიშვნელობა რიცხვია.</ahelp>"
+#. j@.R
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153679\n"
+"170\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_COT\">Returns the cotangent of the given angle (in radians).</ahelp>"
+msgstr ""
-#: 04060104.xhp#hd_id3152769.112.help.text
-msgctxt "04060104.xhp#hd_id3152769.112.help.text"
+#. baPz
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152943\n"
+"171\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060104.xhp#par_id3150595.113.help.text
-msgid "ISNUMBER(Value)"
-msgstr "ISNUMBER(მნიშვნელობა)"
-
-#: 04060104.xhp#par_id3150351.114.help.text
-msgid "<emph>Value</emph> is any expression to be tested to determine whether it is a number or text."
-msgstr "<emph>მნიშვნელობა</emph> არის ნებისმიერი გამოსახულება, რომელიც უნდა შემოწმდეს რიცხვია თუ ტექსტი."
-
-#: 04060104.xhp#hd_id3146793.115.help.text
-msgctxt "04060104.xhp#hd_id3146793.115.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. O.eU
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154856\n"
+"172\n"
+"help.text"
+msgid "COT(Number)"
+msgstr "COT(რიცხვი)"
-#: 04060104.xhp#par_id3155614.116.help.text
-msgid "<item type=\"input\">=ISNUMBER(C3)</item> returns TRUE if the cell C3 contains the number <item type=\"input\">4</item>."
+#. T7=t
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149969\n"
+"173\n"
+"help.text"
+msgid "Returns the (trigonometric) cotangent of <emph>Number</emph>, the angle in radians."
+msgstr ""
+
+#. XVy}
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3444624\n"
+"help.text"
+msgid "To return the cotangent of an angle in degrees, use the RADIANS function."
msgstr ""
-#: 04060104.xhp#par_id3154417.117.help.text
-msgid "<item type=\"input\">=ISNUMBER(C2)</item> returns FALSE if the cell C2 contains the text <item type=\"input\">abcdef</item>."
+#. VtO*
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6814477\n"
+"help.text"
+msgid "The cotangent of an angle is equivalent to 1 divided by the tangent of that angle."
msgstr ""
-#: 04060104.xhp#bm_id3153694.help.text
-msgid "<bookmark_value>N function</bookmark_value>"
-msgstr "<bookmark_value>N ფუნქცია</bookmark_value>"
-
-#: 04060104.xhp#hd_id3153694.119.help.text
-msgid "N"
-msgstr "N"
+#. ``(Y
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3149800\n"
+"174\n"
+"help.text"
+msgid "Examples:"
+msgstr "მაგალითები"
-#: 04060104.xhp#par_id3150405.120.help.text
-msgid "<ahelp hid=\"HID_FUNC_N\">Returns the numeric value of the given parameter. Returns 0 if parameter is text or FALSE.</ahelp>"
+#. 1*p0
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3148616\n"
+"175\n"
+"help.text"
+msgid "<item type=\"input\">=COT(PI()/4)</item> returns 1, the cotangent of PI/4 radians."
msgstr ""
-#: 04060104.xhp#par_id9115573.help.text
-msgid "If an error occurs the function returns the error value."
+#. Ps@w
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3148986\n"
+"176\n"
+"help.text"
+msgid "<item type=\"input\">=COT(RADIANS(45))</item> returns 1, the cotangent of 45 degrees."
msgstr ""
-#: 04060104.xhp#hd_id3145774.121.help.text
-msgctxt "04060104.xhp#hd_id3145774.121.help.text"
+#. }w~%
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3154337\n"
+"help.text"
+msgid "<bookmark_value>COTH function</bookmark_value>"
+msgstr "<bookmark_value>COTH ფუნქცია</bookmark_value>"
+
+#. BeW5
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154337\n"
+"178\n"
+"help.text"
+msgid "COTH"
+msgstr "COTH"
+
+#. X$0=
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149419\n"
+"179\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_COTHYP\">Returns the hyperbolic cotangent of a given number (angle).</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_COTHYP\">აბრუნებს მოცემული რიცხვის (კუთხის) ჰიპერბოლურ კოტანგენსს.</ahelp>"
+
+#. .uaW
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3149242\n"
+"180\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060104.xhp#par_id3153883.122.help.text
-msgid "N(Value)"
-msgstr "N(მნიშვნელობა)"
-
-#: 04060104.xhp#par_id3151101.123.help.text
-msgid "<emph>Value</emph> is the parameter to be converted into a number. N() returns the numeric value if it can. It returns the logical values TRUE and FALSE as 1 and 0 respectively. It returns text as 0."
-msgstr ""
+#. j|l?
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143280\n"
+"181\n"
+"help.text"
+msgid "COTH(Number)"
+msgstr "COTH(რიცხვი)"
-#: 04060104.xhp#hd_id3147097.124.help.text
-msgctxt "04060104.xhp#hd_id3147097.124.help.text"
+#. J[;I
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154799\n"
+"182\n"
+"help.text"
+msgid "Returns the hyperbolic cotangent of <emph>Number</emph>."
+msgstr ""
+
+#. l;:O
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155422\n"
+"183\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060104.xhp#par_id3154117.125.help.text
-msgid "<item type=\"input\">=N(123)</item> returns 123"
+#. L?)S
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144754\n"
+"184\n"
+"help.text"
+msgid "<item type=\"input\">=COTH(1)</item> returns the hyperbolic cotangent of 1, approximately 1.3130."
msgstr ""
-#: 04060104.xhp#par_id2337717.help.text
-msgid "<item type=\"input\">=N(TRUE)</item> returns 1"
+#. Dum]
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id6110552\n"
+"help.text"
+msgid "<bookmark_value>CSC function</bookmark_value>"
+msgstr "<bookmark_value>ASIN ფუნქცია</bookmark_value>"
+
+#. h4:c
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id9523234\n"
+"149\n"
+"help.text"
+msgid "CSC"
msgstr ""
-#: 04060104.xhp#par_id3153781.126.help.text
-msgid "<item type=\"input\">=N(FALSE)</item> returns 0"
+#. Yd?p
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id4896433\n"
+"150\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_COSECANT\">Returns the cosecant of the given angle (in radians). The cosecant of an angle is equivalent to 1 divided by the sine of that angle</ahelp>"
msgstr ""
-#: 04060104.xhp#par_id3154670.243.help.text
-msgid "<item type=\"input\">=N(\"abc\")</item> returns 0"
+#. -`k3
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3534032\n"
+"151\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. ?x\Y
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id4571344\n"
+"152\n"
+"help.text"
+msgid "CSC(Number)"
+msgstr "COSH(რიცხვი)"
+
+#. /Wl$
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9859164\n"
+"153\n"
+"help.text"
+msgid "Returns the (trigonometric) cosecant of <emph>Number</emph>, the angle in radians."
+msgstr ""
+
+#. Q@S!
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3428494\n"
+"help.text"
+msgid "To return the cosecant of an angle in degrees, use the RADIANS function."
msgstr ""
-#: 04060104.xhp#par_id3519089.help.text
-msgid "=N(1/0) returns #DIV/0!"
+#. rGX*
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id2577161\n"
+"154\n"
+"help.text"
+msgid "Examples"
+msgstr "მაგალითები"
+
+#. eVVH
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3736803\n"
+"155\n"
+"help.text"
+msgid "<item type=\"input\">=CSC(PI()/4)</item> returns approximately 1.4142135624, the inverse of the sine of PI/4 radians."
msgstr ""
-#: 04060104.xhp#bm_id3156275.help.text
-msgid "<bookmark_value>NA function</bookmark_value><bookmark_value>#N/A error;assigning to a cell</bookmark_value>"
-msgstr "<bookmark_value>NA ფუნქცია</bookmark_value><bookmark_value>#N/A შეცდომა;უჯრისთვის მინიჭება</bookmark_value>"
+#. (#\6
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6016818\n"
+"156\n"
+"help.text"
+msgid "<item type=\"input\">=CSC(RADIANS(30))</item> returns 2, the cosecant of 30 degrees."
+msgstr ""
-#: 04060104.xhp#hd_id3156275.129.help.text
-msgid "NA"
-msgstr "NA"
+#. \0X9
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id9288877\n"
+"help.text"
+msgid "<bookmark_value>CSCH function</bookmark_value>"
+msgstr "<bookmark_value>ASIN ფუნქცია</bookmark_value>"
-#: 04060104.xhp#par_id3156161.130.help.text
-msgid "<ahelp hid=\"HID_FUNC_NV\">Returns the error value #N/A.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_NV\">აბრუნებს შეცდომის მნიშვნელობას #N/A.</ahelp>"
+#. %h5=
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id4325650\n"
+"159\n"
+"help.text"
+msgid "CSCH"
+msgstr ""
+
+#. .z4@
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id579916\n"
+"160\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_COSECANTHYP\">Returns the hyperbolic cosecant of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_COSHYP\">აბრუნებს რიცხვიის ჰიპერბოლურ კოსინუსს.</ahelp>"
-#: 04060104.xhp#hd_id3147532.131.help.text
-msgctxt "04060104.xhp#hd_id3147532.131.help.text"
+#. 7@FZ
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id5336768\n"
+"161\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060104.xhp#par_id3149563.132.help.text
-msgid "NA()"
-msgstr "NA()"
+#. JG4r
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3108851\n"
+"162\n"
+"help.text"
+msgid "CSCH(Number)"
+msgstr "COSH(რიცხვი)"
+
+#. QsGj
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1394188\n"
+"163\n"
+"help.text"
+msgid "Returns the hyperbolic cosecant of <emph>Number</emph>."
+msgstr ""
-#: 04060104.xhp#hd_id3155128.133.help.text
-msgctxt "04060104.xhp#hd_id3155128.133.help.text"
+#. o)@*
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id6037477\n"
+"164\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060104.xhp#par_id3154481.134.help.text
-msgid "<item type=\"input\">=NA()</item> converts the contents of the cell into #N/A."
+#. ?!M(
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5426085\n"
+"165\n"
+"help.text"
+msgid "<item type=\"input\">=CSCH(1)</item> returns approximately 0.8509181282, the hyperbolic cosecant of 1."
msgstr ""
-#: 04060104.xhp#bm_id3151255.help.text
-msgid "<bookmark_value>TYPE function</bookmark_value>"
-msgstr "<bookmark_value>TYPE ფუნქცია</bookmark_value>"
+#. 21Y*
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3145314\n"
+"help.text"
+msgid "<bookmark_value>DEGREES function</bookmark_value><bookmark_value>converting;radians, into degrees</bookmark_value>"
+msgstr "<bookmark_value>DEGREES ფუნქცია</bookmark_value><bookmark_value>გარდაქმნა;რადიანები, გრადუსებში</bookmark_value>"
-#: 04060104.xhp#hd_id3151255.136.help.text
-msgctxt "04060104.xhp#hd_id3151255.136.help.text"
-msgid "TYPE"
-msgstr "TYPE"
+#. |c|r
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145314\n"
+"188\n"
+"help.text"
+msgid "DEGREES"
+msgstr "DEGREES"
-#: 04060104.xhp#par_id3155900.137.help.text
-msgid "<ahelp hid=\"HID_FUNC_TYP\">Returns the type of value.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_TYP\">აბრუნებს მნიშვნელობის ტიპს.</ahelp>"
+#. 8:o5
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149939\n"
+"189\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DEG\">Converts radians into degrees.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_DEG\">რადიანების გრადუსებად გარდაქმნა.</ahelp>"
-#: 04060104.xhp#hd_id3149992.138.help.text
-msgctxt "04060104.xhp#hd_id3149992.138.help.text"
+#. e|6;
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3150623\n"
+"190\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060104.xhp#par_id3148400.139.help.text
-msgid "TYPE(Value)"
-msgstr "TYPE(მნიშვნელობა)"
-
-#: 04060104.xhp#par_id3150830.140.help.text
-msgid "<emph>Value</emph> is a specific value for which the data type is determined. Value 1 = number, value 2 = text, value 4 = Boolean value, value 8 = formula, value 16 = error value."
+#. 6.:S
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145600\n"
+"191\n"
+"help.text"
+msgid "DEGREES(Number)"
msgstr ""
-#: 04060104.xhp#hd_id3154363.141.help.text
-msgid "Example (see example table above)"
-msgstr "მაგალითი (სამაგალითო ცხრილი ზემოთ იხილეთ)"
-
-#: 04060104.xhp#par_id3153357.142.help.text
-msgid "<item type=\"input\">=TYPE(C2)</item> returns 2 as a result."
+#. +i:3
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149484\n"
+"192\n"
+"help.text"
+msgid "<emph>Number</emph> is the angle in radians to be converted to degrees."
msgstr ""
-#: 04060104.xhp#par_id3148980.143.help.text
-msgid "<item type=\"input\">=TYPE(D9)</item> returns 1 as a result."
+#. f|Dj
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3669545\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. pkQ/
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3459578\n"
+"help.text"
+msgid "<item type=\"input\">=DEGREES(PI())</item> returns 180 degrees."
msgstr ""
-#: 04060104.xhp#bm_id3155509.help.text
-msgid "<bookmark_value>CELL function</bookmark_value><bookmark_value>cell information</bookmark_value><bookmark_value>information on cells</bookmark_value>"
-msgstr "<bookmark_value>CELL ფუნქცია</bookmark_value><bookmark_value>უჯრების ინფორმაცია</bookmark_value><bookmark_value>ინფორმაცია უჯრების შესახებ</bookmark_value>"
+#. cYP~
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3148698\n"
+"help.text"
+msgid "<bookmark_value>EXP function</bookmark_value>"
+msgstr "<bookmark_value>EXP ფუნქცია</bookmark_value>"
-#: 04060104.xhp#hd_id3155509.154.help.text
-msgid "CELL"
-msgstr "CELL"
+#. _9s]
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3148698\n"
+"198\n"
+"help.text"
+msgid "EXP"
+msgstr "EXP"
-#: 04060104.xhp#par_id3153196.155.help.text
-msgid "<ahelp hid=\"HID_FUNC_ZELLE\">Returns information on address, formatting or contents of a cell.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_ZELLE\">აბრუნებს ინფორმაციას მისამართზე, ფორმატირებაზე ან უჯრის შიგთავსზე.</ahelp>"
+#. Cpo,
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150592\n"
+"199\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_EXP\">Returns e raised to the power of a number.</ahelp> The constant e has a value of approximately 2.71828182845904."
+msgstr "<ahelp hid=\"HID_FUNC_EXP\">აბრუნებს e-ს მოცემულ ხარისხად.</ahelp> e კონსტანტას მნიშვნელობაა დაახლოვებით 2.71828182845904."
-#: 04060104.xhp#hd_id3149323.156.help.text
-msgctxt "04060104.xhp#hd_id3149323.156.help.text"
+#. Ck0|
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3150351\n"
+"200\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060104.xhp#par_id3147355.157.help.text
-msgid "CELL(\"InfoType\"; Reference)"
-msgstr "CELL(ინფო_ტიპი; მითითება)"
-
-#: 04060104.xhp#par_id3154716.158.help.text
-msgid "<emph>InfoType</emph> is the character string that specifies the type of information. The character string is always in English. Upper or lower case is optional."
-msgstr "<emph>Info_type</emph> არის სიმბოლოს სტრიქონი, რომელიც ინფორმაციის ტიპზე მიუთითებს. სიმბოლოს სტრიქონი ყოველთვის ინგლიურია. ზედა ან ქვედა რეგისტრი."
-
-#: 04060104.xhp#par_id3150636.165.help.text
-msgid "InfoType"
-msgstr "ინფო_ტიპი"
-
-#: 04060104.xhp#par_id3149344.166.help.text
-msgid "Meaning"
-msgstr "მნიშვნელობა"
+#. jAsC
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3146786\n"
+"201\n"
+"help.text"
+msgid "EXP(Number)"
+msgstr "EXP(რიცხვი)"
-#: 04060104.xhp#par_id3153266.167.help.text
-msgid "COL"
-msgstr "COL"
+#. KddZ
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155608\n"
+"202\n"
+"help.text"
+msgid "<emph>Number</emph> is the power to which e is to be raised."
+msgstr "<emph>რიცხვი</emph> არის ხარისხი რომელშიც e იქნება აყვანილი."
-#: 04060104.xhp#par_id3156204.168.help.text
-msgid "Returns the number of the referenced column."
-msgstr "აბრუნებს მითითებული სვეტის ნომერს."
+#. (#@_
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154418\n"
+"203\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060104.xhp#par_id3150094.162.help.text
-msgid "<item type=\"input\">=CELL(\"COL\";D2)</item> returns 4."
+#. eg5^
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156340\n"
+"204\n"
+"help.text"
+msgid "<item type=\"input\">=EXP(1)</item> returns 2.71828182845904, the mathematical constant e to Calc's accuracy."
msgstr ""
-#: 04060104.xhp#par_id3151276.169.help.text
-msgctxt "04060104.xhp#par_id3151276.169.help.text"
-msgid "ROW"
-msgstr "რიგი"
+#. a$o!
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3145781\n"
+"help.text"
+msgid "<bookmark_value>FACT function</bookmark_value><bookmark_value>factorials;numbers</bookmark_value>"
+msgstr "<bookmark_value>FACT ფუნქცია</bookmark_value><bookmark_value>ფაქტორიალები;რიცხვები</bookmark_value>"
-#: 04060104.xhp#par_id3147583.170.help.text
-msgid "Returns the number of the referenced row."
-msgstr "აბრუნებს მითითებული რიგის ნომერს."
+#. @PtM
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145781\n"
+"208\n"
+"help.text"
+msgid "FACT"
+msgstr "FACT"
-#: 04060104.xhp#par_id3151222.163.help.text
-msgid "<item type=\"input\">=CELL(\"ROW\";D2)</item> returns 2."
+#. L!d:
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151109\n"
+"209\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_FAKULTAET\">Returns the factorial of a number.</ahelp>"
msgstr ""
-#: 04060104.xhp#par_id3159217.171.help.text
-msgctxt "04060104.xhp#par_id3159217.171.help.text"
-msgid "SHEET"
-msgstr "ფურცელი"
+#. iHv=
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3146902\n"
+"210\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060104.xhp#par_id3151201.172.help.text
-msgid "Returns the number of the referenced sheet."
-msgstr "აბრუნებს მითითებული ფურცლის ნომერს."
+#. #]#O
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154661\n"
+"211\n"
+"help.text"
+msgid "FACT(Number)"
+msgstr "FACT(რიცხვი)"
-#: 04060104.xhp#par_id3149169.164.help.text
-msgid "<item type=\"input\">=CELL(\"Sheet\";Sheet3.D2)</item> returns 3."
+#. r#Nd
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152952\n"
+"212\n"
+"help.text"
+msgid "Returns Number!, the factorial of <emph>Number</emph>, calculated as 1*2*3*4* ... * Number."
+msgstr ""
+
+#. pd03
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3834650\n"
+"help.text"
+msgid "=FACT(0) returns 1 by definition."
+msgstr ""
+
+#. #CXn
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id8429517\n"
+"help.text"
+msgid "The factorial of a negative number returns the \"invalid argument\" error."
msgstr ""
-#: 04060104.xhp#par_id3149431.173.help.text
-msgctxt "04060104.xhp#par_id3149431.173.help.text"
-msgid "ADDRESS"
-msgstr "მისამართი"
-
-#: 04060104.xhp#par_id3156054.174.help.text
-msgid "Returns the absolute address of the referenced cell."
-msgstr "აბრუნებს მითითებული უჯრის აბსოლუტურ მისამართს."
+#. 9=r2
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154569\n"
+"213\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060104.xhp#par_id3154136.175.help.text
-msgid "<item type=\"input\">=CELL(\"ADDRESS\";D2)</item> returns $D$2."
+#. TdBQ
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154476\n"
+"216\n"
+"help.text"
+msgid "<item type=\"input\">=FACT(3)</item> returns 6."
msgstr ""
-#: 04060104.xhp#par_id3159198.176.help.text
-msgid "<item type=\"input\">=CELL(\"ADDRESS\";Sheet3.D2)</item> returns $Sheet3.$D$2."
+#. )4vJ
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147525\n"
+"214\n"
+"help.text"
+msgid "<item type=\"input\">=FACT(0)</item> returns 1."
msgstr ""
-#: 04060104.xhp#par_id3150245.177.help.text
-msgid "<item type=\"input\">=CELL(\"ADDRESS\";'X:\\dr\\test.sxc'#$Sheet1.D2)</item> returns 'file:///X:/dr/test.sxc'#$Sheet1.$D$2."
-msgstr "CELL(\"ADDRESS\";'X:\\dr\\test.sxc'#$Sheet1.D2) აბრუნებს 'file:///X:/dr/test.sxc'#$Sheet1.$D$2."
-
-#: 04060104.xhp#par_id3146811.178.help.text
-msgid "FILENAME"
-msgstr "FILENAME"
-
-#: 04060104.xhp#par_id3151328.179.help.text
-msgid "Returns the file name and the sheet number of the referenced cell."
-msgstr "აბრუნებს მითითებული უჯრის ფაილის სახელს და ფურცლის ნომერს."
+#. [xPD
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3159084\n"
+"help.text"
+msgid "<bookmark_value>INT function</bookmark_value><bookmark_value>numbers;rounding down to next integer</bookmark_value><bookmark_value>rounding;down to next integer</bookmark_value>"
+msgstr "<bookmark_value>INT ფუნქცია</bookmark_value><bookmark_value>რიცხვები;დამრგვალება ქვემოთ შემდეგ მთელ რიცხვამდე</bookmark_value><bookmark_value>დამრგვალება;ქვემოთ შემდეგ მთელ რიცხვამდე</bookmark_value>"
-#: 04060104.xhp#par_id3148896.180.help.text
-msgid "<item type=\"input\">=CELL(\"FILENAME\";D2)</item> returns 'file:///X:/dr/own.sxc'#$Sheet1, if the formula in the current document X:\\dr\\own.sxc is located in Sheet1."
-msgstr "CELL(\"FILENAME\";D2) აბრუნებს 'file:///X:/dr/own.sxc'#$Sheet1, თუ ფორმულა მიმდინარე დოკუმენტში X:\\dr\\own.sxc მოთავსებულია Sheet1-ზე."
+#. eC4(
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3159084\n"
+"218\n"
+"help.text"
+msgid "INT"
+msgstr "INT"
-#: 04060104.xhp#par_id3155144.181.help.text
-msgid "<item type=\"input\">=CELL(\"FILENAME\";'X:\\dr\\test.sxc'#$Sheet1.D2)</item> returns 'file:///X:/dr/test.sxc'#$Sheet1."
-msgstr "CELL(\"FILENAME\";'X:\\dr\\test.sxc'#$Sheet1.D2) აბრუნებს 'file:///X:/dr/test.sxc'#$Sheet1."
+#. dw+!
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158441\n"
+"219\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_GANZZAHL\">Rounds a number down to the nearest integer.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_GANZZAHL\">ამრგვალებს რიცხვს ქვემოთ შემდეგ მთელ რიცხვამდე.</ahelp>"
-#: 04060104.xhp#par_id3151381.182.help.text
-msgid "COORD"
-msgstr "COORD"
+#. e[;o
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3146132\n"
+"220\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060104.xhp#par_id3151004.183.help.text
-msgid "Returns the complete cell address in Lotus(TM) notation."
-msgstr "აბრუნებს უჯრის სრულ მისამართს Lotus(TM) notation-ში."
+#. fIOI
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156146\n"
+"221\n"
+"help.text"
+msgid "INT(Number)"
+msgstr "INT(რიცხვი)"
-#: 04060104.xhp#par_id3159104.184.help.text
-msgid "<item type=\"input\">=CELL(\"COORD\"; D2)</item> returns $A:$D$2."
+#. 5^|V
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154117\n"
+"222\n"
+"help.text"
+msgid "Returns <emph>Number</emph> rounded down to the nearest integer."
msgstr ""
-#: 04060104.xhp#par_id3163720.185.help.text
-msgid "<item type=\"input\">=CELL(\"COORD\"; Sheet3.D2)</item> returns $C:$D$2."
+#. `85W
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id153508\n"
+"help.text"
+msgid "Negative numbers round down to the integer below."
msgstr ""
-#: 04060104.xhp#par_id3155910.186.help.text
-msgid "CONTENTS"
-msgstr "შიგთავსი"
-
-#: 04060104.xhp#par_id3156041.187.help.text
-msgid "Returns the contents of the referenced cell, without any formatting."
-msgstr "აბრუნებს მითითებული უჯრის სიგთავს ფორმატირების გარეშე."
-
-#: 04060104.xhp#par_id3151069.188.help.text
-msgctxt "04060104.xhp#par_id3151069.188.help.text"
-msgid "TYPE"
-msgstr "TYPE"
-
-#: 04060104.xhp#par_id3155344.189.help.text
-msgid "Returns the type of cell contents."
-msgstr "აბრუნებს უჯფრის შიგთავსის ტიპს."
-
-#: 04060104.xhp#par_id3145217.190.help.text
-msgid "b = blank. empty cell"
-msgstr "b = ცარიელი. ცარიელი უჯრა"
+#. P7*!
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155118\n"
+"223\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060104.xhp#par_id3155176.191.help.text
-msgid "l = label. Text, result of a formula as text"
-msgstr "l = ეტიკეტი. ტექსტი, ფორმულის შედეგი ტექსტის სახით"
+#. `-{2
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156267\n"
+"224\n"
+"help.text"
+msgid "<item type=\"input\">=INT(5.7)</item> returns 5."
+msgstr ""
-#: 04060104.xhp#par_id3147280.192.help.text
-msgid "v = value. Value, result of a formula as a number"
-msgstr "v = მნიშვნელობა. მნიშვნელობა, ფორმულის შედეგი რიცხვის სახით"
+#. `s+E
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147323\n"
+"225\n"
+"help.text"
+msgid "<item type=\"input\">=INT(-1.3)</item> returns -2."
+msgstr ""
-#: 04060104.xhp#par_id3156348.193.help.text
-msgid "WIDTH"
-msgstr "WIDTH"
+#. O1Rb
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3150938\n"
+"help.text"
+msgid "<bookmark_value>EVEN function</bookmark_value><bookmark_value>numbers;rounding up/down to even integers</bookmark_value><bookmark_value>rounding;up/down to even integers</bookmark_value>"
+msgstr "<bookmark_value>EVEN ფუნქცია</bookmark_value><bookmark_value>რიცხვები;დამრგვალება ზევით/ქვევით ლუწ მთელ რიცხვამდე</bookmark_value><bookmark_value>დამრგვალება ზევით/ქვევით ლუწ მთელ რიცხვამდე</bookmark_value>"
-#: 04060104.xhp#par_id3154920.194.help.text
-msgid "Returns the width of the referenced column. The unit is the number of zeros (0) that fit into the column in the default text and the default size."
-msgstr "აბრუნებს მითითებული სვეტის სიგანეს. ერთეული არის ნულების (0) რაოდენობა, რომლებიც ჯდება ნაგულისხმევი ტექსტის სვეტში და ნაგულისხმევ ზომაში."
+#. $\Sk
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3150938\n"
+"227\n"
+"help.text"
+msgid "EVEN"
+msgstr "EVEN"
-#: 04060104.xhp#par_id3152355.195.help.text
-msgid "PREFIX"
-msgstr "პრეფიქსი"
+#. :N2]
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149988\n"
+"228\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_GERADE\">Rounds a positive number up to the next even integer and a negative number down to the next even integer.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_UNGERADE\">დადებით რიცხვს ამრგვალებს ზევით უახლოეს კენტ რიცხვამდე და უარყოფითს ქვემოთ უახლოეს კენტ რიცხვამდე.</ahelp>"
-#: 04060104.xhp#par_id3154230.196.help.text
-msgid "Returns the alignment of the referenced cell."
-msgstr "აბრუნებს მითითებული უჯრის მდებარეობას."
+#. u4LE
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3148401\n"
+"229\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060104.xhp#par_id3155946.197.help.text
-msgid "' = align left or left-justified"
-msgstr "' = მარცხნივ ან მარცხნივ გასწორება"
+#. qs,n
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150830\n"
+"230\n"
+"help.text"
+msgid "EVEN(Number)"
+msgstr "EVEN(რიცხვი)"
-#: 04060104.xhp#par_id3147220.198.help.text
-msgid "\" = align right"
-msgstr "\" = მარჯვნივ გასწორება"
+#. BO)G
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153350\n"
+"231\n"
+"help.text"
+msgid "Returns <emph>Number</emph> rounded to the next even integer up, away from zero."
+msgstr ""
+
+#. e\ot
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155508\n"
+"232\n"
+"help.text"
+msgid "Examples"
+msgstr "მაგალითები"
-#: 04060104.xhp#par_id3149038.199.help.text
-msgid "^ = centered"
-msgstr "^ = ცენტრში გასწორება"
+#. `B+K
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154361\n"
+"233\n"
+"help.text"
+msgid "<item type=\"input\">=EVEN(2.3)</item> returns 4."
+msgstr ""
-#: 04060104.xhp#par_id3153129.200.help.text
-msgid "\\ = repeating (currently inactive)"
-msgstr "\\ = გამეორება (ახლა არაა აქტიური)"
+#. -V8G
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id8477736\n"
+"help.text"
+msgid "<item type=\"input\">=EVEN(2)</item> returns 2."
+msgstr ""
-#: 04060104.xhp#par_id3154406.201.help.text
-msgid "PROTECT"
-msgstr "PROTECT"
+#. :n:b
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id159611\n"
+"help.text"
+msgid "<item type=\"input\">=EVEN(0)</item> returns 0."
+msgstr ""
-#: 04060104.xhp#par_id3145127.202.help.text
-msgid "Returns the status of the cell protection for the cell."
-msgstr "აბრუნებს უჯრისთვის უჯრის დაცვის მდგომარეობას."
+#. )dA_
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6097598\n"
+"help.text"
+msgid "<item type=\"input\">=EVEN(-0.5)</item> returns -2."
+msgstr ""
-#: 04060104.xhp#par_id3155794.203.help.text
-msgid "1 = cell is protected"
-msgstr "1 = უჯრა დაცულია"
+#. vQe[
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3147356\n"
+"help.text"
+msgid "<bookmark_value>GCD function</bookmark_value><bookmark_value>greatest common divisor</bookmark_value>"
+msgstr "<bookmark_value>GCD ფუნქცია</bookmark_value><bookmark_value>უდიდესი საერთო გამყოფი</bookmark_value>"
-#: 04060104.xhp#par_id3155072.204.help.text
-msgid "0 = cell is not protected"
-msgstr "0 = უჯრა არაა დაცული"
+#. JRZ#
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3147356\n"
+"237\n"
+"help.text"
+msgid "GCD"
+msgstr "GCD"
-#: 04060104.xhp#par_id3156178.205.help.text
-msgid "FORMAT"
-msgstr "FORMAT"
+#. 59^n
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152465\n"
+"238\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_GGT\">Returns the greatest common divisor of two or more integers.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_GGT\">აბრუნებს ორი ან მეტი მთელი რიცხვის უდიდეს საერთო გამყოფს.</ahelp>"
-#: 04060104.xhp#par_id3150220.206.help.text
-msgid "Returns a character string that indicates the number format."
-msgstr "აბრუნებს სიმბოლოთა სტრიქონს, რომელიც ასახავს რიცხვის ფორმატს."
+#. bo9+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id2769249\n"
+"help.text"
+msgid "The greatest common divisor is the positive largest integer which will divide, without remainder, each of the given integers."
+msgstr ""
-#: 04060104.xhp#par_id3153824.207.help.text
-msgid ", = number with thousands separator"
-msgstr ", = რიცხვი ათასების გამყოფით"
+#. WXs%
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3150643\n"
+"239\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060104.xhp#par_id3153837.208.help.text
-msgid "F = number without thousands separator"
-msgstr "F = რიცხვი ათასების გამყოფის გარეშე"
+#. GLd?
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154524\n"
+"240\n"
+"help.text"
+msgid "GCD(Integer1; Integer2; ...; Integer30)"
+msgstr ""
-#: 04060104.xhp#par_id3150318.209.help.text
-msgid "C = currency format"
-msgstr "C = ვალუტის ფორმატი"
+#. ]\HL
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149340\n"
+"241\n"
+"help.text"
+msgid "<emph>Integer1 To 30</emph> are up to 30 integers whose greatest common divisor is to be calculated."
+msgstr "<emph>მთელი რიცხვი 1-დან 30-მდე</emph> არის 30მდე მთელი რიცხვი, რომელთა უდიდესი საერთო გამყოფი უნდა გამოითვალოს."
-#: 04060104.xhp#par_id3153168.210.help.text
-msgid "S = exponential representation, for example, 1.234+E56"
-msgstr "S -თვის მაგალითი"
+#. hRx!
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3147317\n"
+"242\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060104.xhp#par_id3153515.211.help.text
-msgid "P = percentage"
-msgstr "P = პროცენტი"
+#. =u`|
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151285\n"
+"243\n"
+"help.text"
+msgid "<item type=\"input\">=GCD(16;32;24) </item>gives the result 8, because 8 is the largest number that can divide 16, 24 and 32 without a remainder."
+msgstr ""
-#: 04060104.xhp#par_id3154375.212.help.text
-msgid "In the above formats, the number of decimal places after the decimal separator is given as a number. Example: the number format #,##0.0 returns ,1 and the number format 00.000% returns P3"
+#. %U~/
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1604663\n"
+"help.text"
+msgid "<item type=\"input\">=GCD(B1:B3)</item> where cells B1, B2, B3 contain <item type=\"input\">9</item>, <item type=\"input\">12</item>, <item type=\"input\">9</item> gives 3."
msgstr ""
-#: 04060104.xhp#par_id3150575.213.help.text
-msgid "D1 = MMM-D-YY, MM-D-YY and similar formats"
-msgstr "D1 = MMM-D-YY, MM-D-YY და მსგავსი ფორმატები"
+#. Xqf\
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3151221\n"
+"help.text"
+msgid "<bookmark_value>GCD_ADD function</bookmark_value>"
+msgstr "<bookmark_value>GCD_ADD ფუნქცია</bookmark_value>"
-#: 04060104.xhp#par_id3150589.214.help.text
-msgid "D2 = DD-MM"
-msgstr "D2 = DD-MM"
+#. $$~k
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3151221\n"
+"677\n"
+"help.text"
+msgid "GCD_ADD"
+msgstr "GCD_ADD"
-#: 04060104.xhp#par_id3151034.215.help.text
-msgid "D3 = MM-YY"
-msgstr "D3 = MM-YY"
+#. q.r:
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153257\n"
+"678\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_GCD\"> The result is the greatest common divisor of a list of numbers.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_GCD\"> შედეგი არის რიცხვების სიის უდიდესი საერთო გამყოფი.</ahelp>"
-#: 04060104.xhp#par_id3156371.216.help.text
-msgid "D4 = DD-MM-YYYY HH:MM:SS"
-msgstr "D4 = DD-MM-YYYY HH:MM:SS"
+#. 1qr_
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3147548\n"
+"679\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060104.xhp#par_id3157881.217.help.text
-msgid "D5 = MM-DD"
-msgstr "D5 = MM-DD"
+#. 3kXH
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156205\n"
+"680\n"
+"help.text"
+msgid "GCD_ADD(Number(s))"
+msgstr "GCD_ADD(რიცხვ(ებ)ი)"
-#: 04060104.xhp#par_id3157894.218.help.text
-msgid "D6 = HH:MM:SS AM/PM"
-msgstr "D6 = HH:MM:SS AM/PM"
+#. K$xn
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145150\n"
+"681\n"
+"help.text"
+msgid "<emph>Number(s)</emph> is a list of up to 30 numbers."
+msgstr "<emph>რიცხვ(ებ)ი</emph>: 30 რიცხვამდე სია."
-#: 04060104.xhp#par_id3154068.219.help.text
-msgid "D7 = HH:MM AM/PM"
-msgstr "D7 = HH:MM AM/PM"
+#. -b`F
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3150239\n"
+"682\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060104.xhp#par_id3150286.220.help.text
-msgid "D8 = HH:MM:SS"
-msgstr "D8 = HH:MM:SS"
+#. JA!`
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3159192\n"
+"683\n"
+"help.text"
+msgid "<item type=\"input\">=GCD_ADD(5;15;25)</item> returns 5."
+msgstr ""
-#: 04060104.xhp#par_id3145756.221.help.text
-msgid "D9 = HH:MM"
-msgstr "D9 = HH:MM"
+#. omj*
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3156048\n"
+"help.text"
+msgid "<bookmark_value>ISEVEN function</bookmark_value><bookmark_value>even integers</bookmark_value>"
+msgstr "<bookmark_value>ISEVEN ფუნქცია</bookmark_value><bookmark_value>ლუწი მთელი რიცხვები</bookmark_value>"
-#: 04060104.xhp#par_id3145768.222.help.text
-msgid "G = All other formats"
-msgstr "G = ყველა სხვა ფორმატი"
+#. JIlf
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3156048\n"
+"245\n"
+"help.text"
+msgid "ISEVEN"
+msgstr "ISEVEN"
-#: 04060104.xhp#par_id3153375.223.help.text
-msgid "- (Minus) at the end = negative numbers are formatted in color"
-msgstr "- (მინუსი) ბოლოში = უარყოფითი რიცხვები სხვა ფრად შეიღებება"
+#. _r]X
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149169\n"
+"246\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTGERADE\">Returns TRUE if the value is an even integer, or FALSE if the value is odd.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ISTGERADE\">აბტრუნებს ჭეშმარიტს თუ კი რიცხვი ლუწია და მცდარს თუ იგი კენტია.</ahelp>"
-#: 04060104.xhp#par_id3155545.224.help.text
-msgid "() (brackets) at the end = there is an opening bracket in the format code"
-msgstr "() (ფრჩხილები) ბოლოსი = ფორმატირების კოდში არის გახსნილი ფრჩხილი"
+#. -,)#
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3146928\n"
+"247\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060104.xhp#par_id3154594.225.help.text
-msgid "COLOR"
-msgstr "COLOR"
+#. vMmv
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151203\n"
+"248\n"
+"help.text"
+msgid "ISEVEN(Value)"
+msgstr "ISEVEN(მნიშვნელობა)"
-#: 04060104.xhp#par_id3152922.226.help.text
-msgid "Returns 1, if negative values have been formatted in color, otherwise 0."
-msgstr "აბრუნებს 1, თუ უარყოფითი მნიშვნელობები ფერსი შეიღებება, სხვაგვარად 0."
+#. O?!Q
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150491\n"
+"249\n"
+"help.text"
+msgid "<emph>Value</emph> is the value to be checked."
+msgstr "<emph>მნიშვნელობა</emph> შესამოწმებელი მნიშვნელობა."
-#: 04060104.xhp#par_id3145563.227.help.text
-msgid "PARENTHESES"
-msgstr "PARENTHESES"
+#. Q%K3
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3445844\n"
+"help.text"
+msgid "If Value is not an integer any digits after the decimal point are ignored. The sign of Value is also ignored."
+msgstr ""
-#: 04060104.xhp#par_id3156072.228.help.text
-msgid "Returns 1 if the format code contains an opening bracket (, otherwise 0."
-msgstr "აბრუნებს 1, თუ ფორმატირების კოდი შეიცავს ღია ფრჩხილს (, სხვაგვარად 0."
+#. A)5I
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154136\n"
+"250\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060104.xhp#par_id3156090.159.help.text
-msgid "<emph>Reference</emph> (list of options) is the position of the cell to be examined. If <emph>Reference</emph> is a range, the cell moves to the top left of the range. If <emph>Reference</emph> is missing, $[officename] Calc uses the position of the cell in which this formula is located. Microsoft Excel uses the reference of the cell in which the cursor is positioned."
+#. vM8u
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163813\n"
+"251\n"
+"help.text"
+msgid "<item type=\"input\">=ISEVEN(48)</item> returns TRUE"
msgstr ""
-#: 04060103.xhp#tit.help.text
-msgctxt "04060103.xhp#tit.help.text"
-msgid "Financial Functions Part One"
-msgstr "ფინანსური ფუნქციები ნაწილი ერთი"
+#. fNaW
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id8378856\n"
+"help.text"
+msgid "<item type=\"input\">=ISEVEN(33)</item> returns FALSE"
+msgstr ""
-#: 04060103.xhp#bm_id3143284.help.text
-msgid "<bookmark_value>financial functions</bookmark_value> <bookmark_value>functions; financial functions</bookmark_value> <bookmark_value>Function Wizard; financial</bookmark_value> <bookmark_value>amortizations, see also depreciations</bookmark_value>"
+#. UMJ^
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id7154759\n"
+"help.text"
+msgid "<item type=\"input\">=ISEVEN(0)</item> returns TRUE"
msgstr ""
-#: 04060103.xhp#hd_id3143284.1.help.text
-msgctxt "04060103.xhp#hd_id3143284.1.help.text"
-msgid "Financial Functions Part One"
-msgstr "ფინანსური ფუნქციები ნაწილი ერთი"
+#. y8.A
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1912289\n"
+"help.text"
+msgid "<item type=\"input\">=ISEVEN(-2.1)</item> returns TRUE"
+msgstr ""
-#: 04060103.xhp#par_id3149095.2.help.text
-msgid "<variable id=\"finanztext\">This category contains the mathematical finance functions of <item type=\"productname\">%PRODUCTNAME</item> Calc. </variable>"
-msgstr "<variable id=\"finanztext\">ეს კატეგორია შეიცავს მათემატიკურ ფინანსურ ფუნქციებს <item type=\"productname\">%PRODUCTNAME</item> Calc-სთვის. </variable>"
+#. ,M@b
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5627307\n"
+"help.text"
+msgid "<item type=\"input\">=ISEVEN(3.999)</item> returns FALSE"
+msgstr ""
-#: 04060103.xhp#bm_id3153366.help.text
-msgid "<bookmark_value>AMORDEGRC function</bookmark_value> <bookmark_value>depreciations;degressive amortizations</bookmark_value>"
-msgstr "<bookmark_value>AMORDEGRC ფუნქცია</bookmark_value><bookmark_value>დეპრიკაციები;დეგრესიული ამორტიზაციები</bookmark_value>"
+#. %L_0
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3156034\n"
+"help.text"
+msgid "<bookmark_value>ISODD function</bookmark_value><bookmark_value>odd integers</bookmark_value>"
+msgstr "<bookmark_value>ISODD ფუნქცია</bookmark_value><bookmark_value>კენტი მთელი რიცხვები</bookmark_value>"
-#: 04060103.xhp#hd_id3153366.359.help.text
-msgid "AMORDEGRC"
-msgstr "AMORDEGRC"
+#. ,v/L
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3156034\n"
+"255\n"
+"help.text"
+msgid "ISODD"
+msgstr "ISODD"
-#: 04060103.xhp#par_id3147434.360.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_AMORDEGRC\">Calculates the amount of depreciation for a settlement period as degressive amortization.</ahelp> Unlike AMORLINC, a depreciation coefficient that is independent of the depreciable life is used here."
-msgstr ""
+#. wa6;
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155910\n"
+"256\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTUNGERADE\">Returns TRUE if the value is odd, or FALSE if the number is even.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ISTGERADE\">აბტრუნებს ჭეშმარიტს თუ კი რიცხვი ლუწია და მცდარს თუ იგი კენტია.</ahelp>"
-#: 04060103.xhp#hd_id3155855.361.help.text
-msgctxt "04060103.xhp#hd_id3155855.361.help.text"
+#. UB=m
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3151006\n"
+"257\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060103.xhp#par_id3147427.362.help.text
-msgid "AMORDEGRC(Cost; DatePurchased; FirstPeriod; Salvage; Period; Rate; Basis)"
-msgstr "AMORDEGRC(ღირებულება;ყიდვის თარიღი;პირველი პერიოდი;გადარჩენა;პერიოდი;სიხშირე;ფუძე)"
+#. tSL}
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151375\n"
+"258\n"
+"help.text"
+msgid "ISODD(value)"
+msgstr "ISODD(მნიშვნელობა)"
-#: 04060103.xhp#par_id3147125.363.help.text
-msgid " <emph>Cost</emph> is the acquisition costs."
-msgstr "<emph>ღირებულება</emph>: შესყიდვის ფასი."
+#. ,4z3
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155139\n"
+"259\n"
+"help.text"
+msgid "<emph>Value</emph> is the value to be checked."
+msgstr "<emph>მნიშვნელობა</emph> შესამოწმებელი მნიშვნელობა."
-#: 04060103.xhp#par_id3151074.364.help.text
-msgctxt "04060103.xhp#par_id3151074.364.help.text"
-msgid " <emph>DatePurchased</emph> is the date of acquisition."
-msgstr "<emph>ყიდვის თარიღი</emph>: შესყიდვის თარიღი."
+#. T.yc
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9027680\n"
+"help.text"
+msgid "If Value is not an integer any digits after the decimal point are ignored. The sign of Value is also ignored."
+msgstr ""
-#: 04060103.xhp#par_id3144765.365.help.text
-msgctxt "04060103.xhp#par_id3144765.365.help.text"
-msgid " <emph>FirstPeriod </emph>is the end date of the first settlement period."
-msgstr "<emph>პირველი პერიოდი</emph>: პირველი დასახლების თარიღის დასასრული."
+#. ;QTP
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163723\n"
+"260\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060103.xhp#par_id3156286.366.help.text
-msgctxt "04060103.xhp#par_id3156286.366.help.text"
-msgid " <emph>Salvage</emph> is the salvage value of the capital asset at the end of the depreciable life."
+#. .[k_
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155345\n"
+"261\n"
+"help.text"
+msgid "<item type=\"input\">=ISODD(33)</item> returns TRUE"
msgstr ""
-#: 04060103.xhp#par_id3153415.367.help.text
-msgctxt "04060103.xhp#par_id3153415.367.help.text"
-msgid " <emph>Period</emph> is the settlement period to be considered."
+#. ?B\A
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9392986\n"
+"help.text"
+msgid "<item type=\"input\">=ISODD(48)</item> returns FALSE"
msgstr ""
-#: 04060103.xhp#par_id3155064.368.help.text
-#, fuzzy
-msgctxt "04060103.xhp#par_id3155064.368.help.text"
-msgid " <emph>Rate</emph> is the rate of depreciation."
-msgstr "<emph>რაოდენობა</emph> არის განმეორებათა რაოდენობა."
+#. Ztn2
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5971251\n"
+"help.text"
+msgid "<item type=\"input\">=ISODD(3.999)</item> returns TRUE"
+msgstr ""
-#: 04060103.xhp#bm_id3153765.help.text
-msgid "<bookmark_value>AMORLINC function</bookmark_value> <bookmark_value>depreciations;linear amortizations</bookmark_value>"
-msgstr "<bookmark_value>AMORLINC ფუნქცია</bookmark_value><bookmark_value>დეპრიკაციები;წრფივი ამორტიზაციები</bookmark_value>"
+#. R`.P
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id4136478\n"
+"help.text"
+msgid "<item type=\"input\">=ISODD(-3.1)</item> returns TRUE"
+msgstr ""
-#: 04060103.xhp#hd_id3153765.369.help.text
-msgid "AMORLINC"
-msgstr "AMORLINC"
+#. }o!@
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3145213\n"
+"help.text"
+msgid "<bookmark_value>LCM function</bookmark_value><bookmark_value>least common multiples</bookmark_value><bookmark_value>lowest common multiples</bookmark_value>"
+msgstr "<bookmark_value>LCM ფუნქცია</bookmark_value><bookmark_value>საერთო მამრავლების სია</bookmark_value><bookmark_value>უმცირესი საერთო მამრავლები</bookmark_value>"
-#: 04060103.xhp#par_id3159264.370.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_AMORLINC\">Calculates the amount of depreciation for a settlement period as linear amortization. If the capital asset is purchased during the settlement period, the proportional amount of depreciation is considered.</ahelp>"
-msgstr ""
+#. Fr)P
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145213\n"
+"265\n"
+"help.text"
+msgid "LCM"
+msgstr "LCM"
-#: 04060103.xhp#hd_id3150044.371.help.text
-msgctxt "04060103.xhp#hd_id3150044.371.help.text"
+#. nv)a
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3146814\n"
+"266\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_KGV\">Returns the least common multiple of one or more integers.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_KGV\">აბრუნებს ერთი ან მეტი რიცხვის საერთო მამრავლს.</ahelp>"
+
+#. b,qj
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3148632\n"
+"267\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060103.xhp#par_id3147363.372.help.text
-msgid "AMORLINC(Cost; DatePurchased; FirstPeriod; Salvage; Period; Rate; Basis)"
-msgstr "AMORLINC(ღირებულება;ყიდვის თარიღი;პირველი პერიოდი;გადარჩენა;პერიოდი;სიხშირე;ფუძე)"
-
-#: 04060103.xhp#par_id3146920.373.help.text
-msgid " <emph>Cost</emph> means the acquisition costs."
-msgstr "<emph>ღირებულება</emph>: შესყიდვის ფასი."
+#. ASW4
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147279\n"
+"268\n"
+"help.text"
+msgid "LCM(Integer1; Integer2; ...; Integer30)"
+msgstr ""
-#: 04060103.xhp#par_id3163807.374.help.text
-msgctxt "04060103.xhp#par_id3163807.374.help.text"
-msgid " <emph>DatePurchased</emph> is the date of acquisition."
-msgstr "<emph>ყიდვის თარიღი</emph>: შესყიდვის თარიღი."
+#. 5$+F
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156348\n"
+"269\n"
+"help.text"
+msgid "<emph>Integer1 to 30</emph> are up to 30 integers whose lowest common multiple is to be calculated."
+msgstr "<emph>მთელი რიცხი 1-დან 30-მდე</emph> არის 30-მდე რიცხვი, რომლის უმდაბლესი საერთო მამრავლი უნდა გამოითვალოს."
-#: 04060103.xhp#par_id3148488.375.help.text
-msgctxt "04060103.xhp#par_id3148488.375.help.text"
-msgid " <emph>FirstPeriod </emph>is the end date of the first settlement period."
-msgstr "<emph>პირველი პერიოდი</emph>: პირველი დასახლების თარიღის დასასრული."
+#. !T_p
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3156431\n"
+"270\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060103.xhp#par_id3149530.376.help.text
-msgctxt "04060103.xhp#par_id3149530.376.help.text"
-msgid " <emph>Salvage</emph> is the salvage value of the capital asset at the end of the depreciable life."
+#. 9\vc
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154914\n"
+"271\n"
+"help.text"
+msgid "If you enter the numbers <item type=\"input\">512</item>;<item type=\"input\">1024</item> and <item type=\"input\">2000</item> in the Integer 1;2 and 3 text boxes, 128000 will be returned as the result."
msgstr ""
-#: 04060103.xhp#par_id3148633.377.help.text
-msgctxt "04060103.xhp#par_id3148633.377.help.text"
-msgid " <emph>Period</emph> is the settlement period to be considered."
-msgstr ""
+#. #76t
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3154230\n"
+"help.text"
+msgid "<bookmark_value>LCM_ADD function</bookmark_value>"
+msgstr "<bookmark_value>LCM_ADD ფუნქცია</bookmark_value>"
-#: 04060103.xhp#par_id3150982.378.help.text
-#, fuzzy
-msgctxt "04060103.xhp#par_id3150982.378.help.text"
-msgid " <emph>Rate</emph> is the rate of depreciation."
-msgstr "<emph>რაოდენობა</emph> არის განმეორებათა რაოდენობა."
+#. 6Qa^
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154230\n"
+"684\n"
+"help.text"
+msgid "LCM_ADD"
+msgstr "LCM_ADD"
-#: 04060103.xhp#bm_id3145257.help.text
-msgid "<bookmark_value>ACCRINT function</bookmark_value>"
-msgstr "<bookmark_value>ACCRINT ფუნქცია</bookmark_value>"
+#. SAOG
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149036\n"
+"685\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_LCM\"> The result is the lowest common multiple of a list of numbers.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_LCM\"> შედეგი არის რიცხვების სიის უმცირესი საერთო მამრავლი.</ahelp>"
-#: 04060103.xhp#hd_id3145257.335.help.text
-msgid "ACCRINT"
-msgstr "ACCRINT"
+#. Xg1#
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153132\n"
+"686\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060103.xhp#bm_id3151276.help.text
-msgid "<bookmark_value>accrued interests;periodic payments</bookmark_value>"
-msgstr ""
+#. 1Y{W
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154395\n"
+"687\n"
+"help.text"
+msgid "LCM_ADD(Number(s))"
+msgstr "LCM_ADD (რიცხვ(ებ)ი)"
-#: 04060103.xhp#par_id3151276.336.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_ACCRINT\">Calculates the accrued interest of a security in the case of periodic payments.</ahelp>"
-msgstr ""
+#. LqEr
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147377\n"
+"688\n"
+"help.text"
+msgid "<emph>Number(s)</emph> is a list of up to 30 numbers."
+msgstr "<emph>რიცხვ(ებ)ი</emph>: 30 რიცხვამდე სია."
-#: 04060103.xhp#hd_id3152581.337.help.text
-msgctxt "04060103.xhp#hd_id3152581.337.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. /O]M
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145122\n"
+"689\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060103.xhp#par_id3159092.338.help.text
-msgid "ACCRINT(Issue; FirstInterest; Settlement; Rate; Par; Frequency; Basis)"
+#. M)h}
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145135\n"
+"690\n"
+"help.text"
+msgid "<item type=\"input\">=LCM_ADD(5;15;25)</item> returns 75."
msgstr ""
-#: 04060103.xhp#par_id3150519.339.help.text
-msgctxt "04060103.xhp#par_id3150519.339.help.text"
-msgid " <emph>Issue</emph> is the issue date of the security."
+#. RaA_
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3155802\n"
+"help.text"
+msgid "<bookmark_value>COMBIN function</bookmark_value><bookmark_value>number of combinations</bookmark_value>"
+msgstr "<bookmark_value>COMBIN ფუნქცია</bookmark_value><bookmark_value>კომბინაციების რაოდენობა</bookmark_value>"
+
+#. 71,2
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155802\n"
+"273\n"
+"help.text"
+msgid "COMBIN"
+msgstr "COMBIN"
+
+#. v5%(
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156172\n"
+"274\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_KOMBINATIONEN\">Returns the number of combinations for elements without repetition.</ahelp>"
msgstr ""
-#: 04060103.xhp#par_id3155376.340.help.text
-msgid " <emph>FirstInterest</emph> is the first interest date of the security."
+#. Wc#E
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3156193\n"
+"275\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. !S`6
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150223\n"
+"276\n"
+"help.text"
+msgid "COMBIN(Count1; Count2)"
msgstr ""
-#: 04060103.xhp#par_id3166431.341.help.text
-msgctxt "04060103.xhp#par_id3166431.341.help.text"
-msgid " <emph>Settlement</emph> is the date at which the interest accrued up until then is to be calculated."
+#. |ZPG
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150313\n"
+"277\n"
+"help.text"
+msgid "<emph>Count1</emph> is the number of items in the set."
msgstr ""
-#: 04060103.xhp#par_id3154486.342.help.text
-msgid " <emph>Rate</emph> is the annual nominal rate of interest (coupon interest rate)"
+#. Ts]I
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153830\n"
+"278\n"
+"help.text"
+msgid "<emph>Count2</emph> is the number of items to choose from the set."
msgstr ""
-#: 04060103.xhp#par_id3156445.343.help.text
-msgctxt "04060103.xhp#par_id3156445.343.help.text"
-msgid " <emph>Par</emph> is the par value of the security."
+#. f*0x
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6807458\n"
+"help.text"
+msgid "COMBIN returns the number of ordered ways to choose these items. For example if there are 3 items A, B and C in a set, you can choose 2 items in 3 different ways, namely AB, AC and BC."
msgstr ""
-#: 04060103.xhp#par_id3149406.344.help.text
-msgctxt "04060103.xhp#par_id3149406.344.help.text"
-msgid " <emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+#. Y71r
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id7414471\n"
+"help.text"
+msgid "COMBIN implements the formula: Count1!/(Count2!*(Count1-Count2)!)"
msgstr ""
-#: 04060103.xhp#hd_id3148699.345.help.text
-msgctxt "04060103.xhp#hd_id3148699.345.help.text"
+#. wE@(
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153171\n"
+"279\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060103.xhp#par_id3148599.346.help.text
-msgid "A security is issued on 2001-02-28. First interest is set for 2001-08-31. The settlement date is 2001-05-01. The Rate is 0.1 or 10% and Par is 1000 currency units. Interest is paid half-yearly (frequency is 2). The basis is the US method (0). How much interest has accrued?"
-msgstr ""
-
-#: 04060103.xhp#par_id3148840.347.help.text
-msgid " <item type=\"input\">=ACCRINT(\"2001-02-28\";\"2001-08-31\";\"2001-05-01\";0.1;1000;2;0)</item> returns 16.94444."
+#. (H:^
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153517\n"
+"280\n"
+"help.text"
+msgid "<item type=\"input\">=COMBIN(3;2)</item> returns 3."
msgstr ""
-#: 04060103.xhp#bm_id3151240.help.text
-msgid "<bookmark_value>ACCRINTM function</bookmark_value> <bookmark_value>accrued interests;one-off payments</bookmark_value>"
-msgstr "<bookmark_value>COUNTIF ფუნქცია</bookmark_value><bookmark_value>დათვლა;სპეციალური უჯრები</bookmark_value>"
+#. NJek
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3150284\n"
+"help.text"
+msgid "<bookmark_value>COMBINA function</bookmark_value><bookmark_value>number of combinations with repetitions</bookmark_value>"
+msgstr "<bookmark_value>COMBINA ფუნქცია</bookmark_value><bookmark_value>კომბინაციების რაოდენობა განმეორებებით</bookmark_value>"
-#: 04060103.xhp#hd_id3151240.348.help.text
-msgid "ACCRINTM"
-msgstr "ACCRINTM"
+#. bzRP
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3150284\n"
+"282\n"
+"help.text"
+msgid "COMBINA"
+msgstr "COMBINA"
-#: 04060103.xhp#par_id3157981.349.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_ACCRINTM\">Calculates the accrued interest of a security in the case of one-off payment at the settlement date.</ahelp>"
+#. e8@C
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157894\n"
+"283\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_KOMBINATIONEN2\">Returns the number of combinations of a subset of items including repetitions.</ahelp>"
msgstr ""
-#: 04060103.xhp#hd_id3159097.350.help.text
-msgctxt "04060103.xhp#hd_id3159097.350.help.text"
+#. .Q1(
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145752\n"
+"284\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060103.xhp#par_id3147074.351.help.text
-msgid "ACCRINTM(Issue; Settlement; Rate; Par; Basis)"
+#. k%k4
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145765\n"
+"285\n"
+"help.text"
+msgid "COMBINA(Count1; Count2)"
msgstr ""
-#: 04060103.xhp#par_id3144773.352.help.text
-msgctxt "04060103.xhp#par_id3144773.352.help.text"
-msgid " <emph>Issue</emph> is the issue date of the security."
+#. 0^=T
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153372\n"
+"286\n"
+"help.text"
+msgid "<emph>Count1</emph> is the number of items in the set."
msgstr ""
-#: 04060103.xhp#par_id3154956.353.help.text
-msgctxt "04060103.xhp#par_id3154956.353.help.text"
-msgid " <emph>Settlement</emph> is the date at which the interest accrued up until then is to be calculated."
+#. RL2}
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155544\n"
+"287\n"
+"help.text"
+msgid "<emph>Count2</emph> is the number of items to choose from the set."
msgstr ""
-#: 04060103.xhp#par_id3153972.354.help.text
-msgid " <emph>Rate</emph> is the annual nominal rate of interest (coupon interest rate)."
+#. B1Y1
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1997131\n"
+"help.text"
+msgid "COMBINA returns the number of unique ways to choose these items, where the order of choosing is irrelevant, and repetition of items is allowed. For example if there are 3 items A, B and C in a set, you can choose 2 items in 6 different ways, namely AA, AB, AC, BB, BC and CC."
msgstr ""
-#: 04060103.xhp#par_id3159204.355.help.text
-msgctxt "04060103.xhp#par_id3159204.355.help.text"
-msgid " <emph>Par</emph> is the par value of the security."
+#. 7Z#d
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id2052064\n"
+"help.text"
+msgid "COMBINA implements the formula: (Count1+Count2-1)! / (Count2!(Count1-1)!)"
msgstr ""
-#: 04060103.xhp#hd_id3155384.356.help.text
-msgctxt "04060103.xhp#hd_id3155384.356.help.text"
+#. `:,X
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154584\n"
+"288\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060103.xhp#par_id3154541.357.help.text
-msgid "A security is issued on 2001-04-01. The maturity date is set for 2001-06-15. The Rate is 0.1 or 10% and Par is 1000 currency units. The basis of the daily/annual calculation is the daily balance (3). How much interest has accrued?"
-msgstr "A ტოლია ჩართულია თარიღი ტოლია მინიჭება -თვის სიხშირე ტოლია ან და ქულები ტოლია - დღიური ტოლია დღიური?"
-
-#: 04060103.xhp#par_id3149128.358.help.text
-msgid " <item type=\"input\">=ACCRINTM(\"2001-04-01\";\"2001-06-15\";0.1;1000;3)</item> returns 20.54795."
+#. 5WR3
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152904\n"
+"289\n"
+"help.text"
+msgid "<item type=\"input\">=COMBINA(3;2)</item> returns 6."
msgstr ""
-#: 04060103.xhp#bm_id3145753.help.text
-msgid "<bookmark_value>RECEIVED function</bookmark_value> <bookmark_value>amount received for fixed-interest securities</bookmark_value>"
-msgstr ""
+#. \(.*
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3156086\n"
+"help.text"
+msgid "<bookmark_value>TRUNC function</bookmark_value><bookmark_value>decimal places;cutting off</bookmark_value>"
+msgstr "<bookmark_value>TRUNC ფუნქცია</bookmark_value><bookmark_value>ათწილადის ადგილები;მოჭრა</bookmark_value>"
-#: 04060103.xhp#hd_id3145753.390.help.text
-msgid "RECEIVED"
-msgstr "RECEIVED"
+#. DEjs
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3156086\n"
+"291\n"
+"help.text"
+msgid "TRUNC"
+msgstr "TRUNC"
-#: 04060103.xhp#par_id3150051.391.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_RECEIVED\">Calculates the amount received that is paid for a fixed-interest security at a given point in time.</ahelp>"
+#. 6dmy
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157866\n"
+"292\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_KUERZEN\">Truncates a number by removing decimal places.</ahelp>"
msgstr ""
-#: 04060103.xhp#hd_id3149385.392.help.text
-msgctxt "04060103.xhp#hd_id3149385.392.help.text"
+#. B[,b
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3148499\n"
+"293\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060103.xhp#par_id3145362.393.help.text
-msgid "RECEIVED(\"Settlement\"; \"Maturity\"; Investment; Discount; Basis)"
-msgstr ""
+#. 3|hT
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3148511\n"
+"294\n"
+"help.text"
+msgid "TRUNC(Number; Count)"
+msgstr "TRUNC(რიცხვი; თვლა)"
-#: 04060103.xhp#par_id3154654.394.help.text
-msgctxt "04060103.xhp#par_id3154654.394.help.text"
-msgid " <emph>Settlement</emph> is the date of purchase of the security."
+#. !i08
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150796\n"
+"295\n"
+"help.text"
+msgid "Returns <emph>Number</emph> with at most <emph>Count</emph> decimal places. Excess decimal places are simply removed, irrespective of sign."
msgstr ""
-#: 04060103.xhp#par_id3153011.395.help.text
-msgctxt "04060103.xhp#par_id3153011.395.help.text"
-msgid " <emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr "ტექსტი თარიღი ჩართულია."
-
-#: 04060103.xhp#par_id3155525.396.help.text
-msgid " <emph>Investment</emph> is the purchase sum."
+#. Ws$|
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150816\n"
+"296\n"
+"help.text"
+msgid "<item type=\"literal\">TRUNC(Number; 0)</item> behaves as <item type=\"literal\">INT(Number)</item> for positive numbers, but effectively rounds towards zero for negative numbers."
msgstr ""
-#: 04060103.xhp#par_id3155760.397.help.text
-msgid " <emph>Discount</emph> is the percentage discount on acquisition of the security."
+#. D^Zp
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3148548\n"
+"557\n"
+"help.text"
+msgid "The <emph>visible</emph> decimal places of the result are specified in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060500.xhp\">%PRODUCTNAME Calc - Calculate</link>."
msgstr ""
-#: 04060103.xhp#hd_id3154710.398.help.text
-msgctxt "04060103.xhp#hd_id3154710.398.help.text"
+#. 1Xfh
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152555\n"
+"297\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060103.xhp#par_id3154735.399.help.text
-msgid "Settlement date: February 15 1999, maturity date: May 15 1999, investment sum: 1000 currency units, discount: 5.75 per cent, basis: Daily balance/360 = 2."
-msgstr "თარიღი თებერვალი თარიღი მაი ინვესტიცია ყოველდღიურად."
-
-#: 04060103.xhp#par_id3146108.400.help.text
-msgid "The amount received on the maturity date is calculated as follows:"
+#. jeVr
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152569\n"
+"298\n"
+"help.text"
+msgid "<item type=\"input\">=TRUNC(1.239;2)</item> returns 1.23. The 9 is lost."
msgstr ""
-#: 04060103.xhp#par_id3147246.401.help.text
-msgid " <item type=\"input\">=RECEIVED(\"1999-02-15\";\"1999-05-15\";1000;0.0575;2)</item> returns 1014.420266."
+#. c(^)
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id7050080\n"
+"help.text"
+msgid "<item type=\"input\">=TRUNC(-1.234999;3)</item> returns -1.234. All the 9s are lost."
msgstr ""
-#: 04060103.xhp#bm_id3147556.help.text
-msgid "<bookmark_value>PV function</bookmark_value> <bookmark_value>present values</bookmark_value> <bookmark_value>calculating; present values</bookmark_value>"
-msgstr "<bookmark_value>PV ფუნქცია</bookmark_value><bookmark_value>მიმდინარე მნიშვნელობები</bookmark_value><bookmark_value>დაანგარიშება; მიმდინარე მნიშვნელობები</bookmark_value>"
-
-#: 04060103.xhp#hd_id3147556.3.help.text
-msgid "PV"
-msgstr "PV"
-
-#: 04060103.xhp#par_id3153301.4.help.text
-msgid "<ahelp hid=\"HID_FUNC_BW\">Returns the present value of an investment resulting from a series of regular payments.</ahelp>"
-msgstr ""
+#. owr^
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3153601\n"
+"help.text"
+msgid "<bookmark_value>LN function</bookmark_value><bookmark_value>natural logarithm</bookmark_value>"
+msgstr "<bookmark_value>LN ფუნქცია</bookmark_value><bookmark_value>ნატურალური ლოგარითმი</bookmark_value>"
-#: 04060103.xhp#par_id3146099.5.help.text
-msgid "Use this function to calculate the amount of money needed to be invested at a fixed rate today, to receive a specific amount, an annuity, over a specified number of periods. You can also determine how much money is to remain after the elapse of the period. Specify as well if the amount is to be paid out at the beginning or at the end of each period."
-msgstr ""
+#. 5D=U
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153601\n"
+"301\n"
+"help.text"
+msgid "LN"
+msgstr "LN"
-#: 04060103.xhp#par_id3153334.6.help.text
-msgid "Enter these values either as numbers, expressions or references. If, for example, interest is paid annually at 8%, but you want to use month as your period, enter 8%/12 under <emph>Rate</emph> and <item type=\"productname\">%PRODUCTNAME</item> Calc with automatically calculate the correct factor."
-msgstr ""
+#. cU$h
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154974\n"
+"302\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_LN\">Returns the natural logarithm based on the constant e of a number.</ahelp> The constant e has a value of approximately 2.71828182845904."
+msgstr "<ahelp hid=\"HID_FUNC_LN\">აბრუნებს ნატურალურ ლოგარითმს ფუძით e კონსტანტა.</ahelp> e კონსტანტას მნიშვნელობა დაახლოვებით არის 2.71828182845904."
-#: 04060103.xhp#hd_id3147407.7.help.text
-msgctxt "04060103.xhp#hd_id3147407.7.help.text"
+#. rJH}
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154993\n"
+"303\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060103.xhp#par_id3150395.8.help.text
-msgid "PV(Rate; NPer; Pmt; FV; Type)"
-msgstr "PV(სიხშირე; NPER; PMT; FV; ტიპი)"
+#. aPW~
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155284\n"
+"304\n"
+"help.text"
+msgid "LN(Number)"
+msgstr "LN(რიცხვი)"
-#: 04060103.xhp#par_id3151341.9.help.text
-msgid " <emph>Rate</emph> defines the interest rate per period."
-msgstr ""
+#. 1HM_
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155297\n"
+"305\n"
+"help.text"
+msgid "<emph>Number</emph> is the value whose natural logarithm is to be calculated."
+msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა რომლის ნატურალური ლოგარითმი უნდა გამოითვალოს."
-#: 04060103.xhp#par_id3153023.10.help.text
-msgid " <emph>NPer</emph> is the total number of periods (payment period)."
-msgstr ""
+#. sq`#
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153852\n"
+"306\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060103.xhp#par_id3146323.11.help.text
-msgid " <emph>Pmt</emph> is the regular payment made per period."
+#. %y#m
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153866\n"
+"307\n"
+"help.text"
+msgid "<item type=\"input\">=LN(3)</item> returns the natural logarithm of 3 (approximately 1.0986)."
msgstr ""
-#: 04060103.xhp#par_id3150536.12.help.text
-msgid " <emph>FV</emph> (optional) defines the future value remaining after the final installment has been made."
+#. T5pW
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5747245\n"
+"help.text"
+msgid "<item type=\"input\">=LN(EXP(321))</item> returns 321."
msgstr ""
-#: 04060103.xhp#par_id3146883.13.help.text
-msgid " <emph>Type</emph> (optional) denotes due date for payments. Type = 1 means due at the beginning of a period and Type = 0 (default) means due at the end of the period."
-msgstr ""
+#. $PKX
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3109813\n"
+"help.text"
+msgid "<bookmark_value>LOG function</bookmark_value><bookmark_value>logarithms</bookmark_value>"
+msgstr "<bookmark_value>LOG ფუნქცია</bookmark_value><bookmark_value>ლოგარითმები</bookmark_value>"
+
+#. wDzC
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3109813\n"
+"311\n"
+"help.text"
+msgid "LOG"
+msgstr "LOG"
-#: 04060103.xhp#par_idN10B13.help.text
-msgctxt "04060103.xhp#par_idN10B13.help.text"
-msgid " <embedvar href=\"text/scalc/00/00000004.xhp#optional\"/> "
+#. x6SB
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3109841\n"
+"312\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_LOG\">Returns the logarithm of a number to the specified base.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_LOG\">აბრუნებს რიცხვის ლოგარითმს მითითებული ფუძით.</ahelp>"
+
+#. lCqU
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144719\n"
+"313\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. +=Iu
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144732\n"
+"314\n"
+"help.text"
+msgid "LOG(Number; Base)"
+msgstr "LOG(რიცხვი; ფუძე)"
+
+#. Xu)0
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144746\n"
+"315\n"
+"help.text"
+msgid "<emph>Number</emph> is the value whose logarithm is to be calculated."
+msgstr "<emph>რიცხვი</emph> მნიშვნელობა, რომლის ლოგარითმიც უნდა გამოითვალოს."
+
+#. /JE[
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152840\n"
+"316\n"
+"help.text"
+msgid "<emph>Base</emph> (optional) is the base for the logarithm calculation. If omitted, Base 10 is assumed."
msgstr ""
-#: 04060103.xhp#hd_id3150037.14.help.text
-msgctxt "04060103.xhp#hd_id3150037.14.help.text"
+#. iCCl
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152860\n"
+"317\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060103.xhp#par_id3145225.15.help.text
-msgid "What is the present value of an investment, if 500 currency units are paid out monthly and the annual interest rate is 8%? The payment period is 48 months and 20,000 currency units are to remain at the end of the payment period."
+#. [X/:
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154429\n"
+"318\n"
+"help.text"
+msgid "<item type=\"input\">=LOG(10;3)</item> returns the logarithm to base 3 of 10 (approximately 2.0959)."
msgstr ""
-#: 04060103.xhp#par_id3155907.16.help.text
-msgid " <item type=\"input\">=PV(8%/12;48;500;20000)</item> = -35,019.37 currency units. Under the named conditions, you must deposit 35,019.37 currency units today, if you want to receive 500 currency units per month for 48 months and have 20,000 currency units left over at the end. Cross-checking shows that 48 x 500 currency units + 20,000 currency units = 44,000 currency units. The difference between this amount and the 35,000 currency units deposited represents the interest paid."
+#. l/#Z
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5577562\n"
+"help.text"
+msgid "<item type=\"input\">=LOG(7^4;7)</item> returns 4."
msgstr ""
-#: 04060103.xhp#par_id3149150.17.help.text
-msgid "If you enter references instead of these values into the formula, you can calculate any number of \"If-then\" scenarios. Please note: references to constants must be defined as absolute references. Examples of this type of application are found under the depreciation functions."
-msgstr ""
+#. /Yn\
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3154187\n"
+"help.text"
+msgid "<bookmark_value>LOG10 function</bookmark_value><bookmark_value>base-10 logarithm</bookmark_value>"
+msgstr "<bookmark_value>LOG10 ფუნქცია</bookmark_value><bookmark_value>ფუძე-10 ლოგარითმი</bookmark_value>"
-#: 04060103.xhp#bm_id3152978.help.text
-msgid "<bookmark_value>calculating; depreciations</bookmark_value> <bookmark_value>SYD function</bookmark_value> <bookmark_value>depreciations; arithmetic declining</bookmark_value> <bookmark_value>arithmetic declining depreciations</bookmark_value>"
-msgstr ""
+#. LXIl
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154187\n"
+"322\n"
+"help.text"
+msgid "LOG10"
+msgstr "LOG10"
-#: 04060103.xhp#hd_id3152978.19.help.text
-msgid "SYD"
-msgstr "SYD"
+#. IQ,+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155476\n"
+"323\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_LOG10\">Returns the base-10 logarithm of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_LOG10\">აბრუნებს რიცხვის ლოგარითმს ფუძით 10.</ahelp>"
-#: 04060103.xhp#par_id3148732.20.help.text
-msgid "<ahelp hid=\"HID_FUNC_DIA\">Returns the arithmetic-declining depreciation rate.</ahelp>"
+#. NL4#
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155494\n"
+"324\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. 4wrR
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3159294\n"
+"325\n"
+"help.text"
+msgid "LOG10(Number)"
+msgstr "LOG10(რიცხვი)"
+
+#. ]O%A
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3159308\n"
+"326\n"
+"help.text"
+msgid "Returns the logarithm to base 10 of <emph>Number</emph>."
msgstr ""
-#: 04060103.xhp#par_id3149886.21.help.text
-msgid "Use this function to calculate the depreciation amount for one period of the total depreciation span of an object. Arithmetic declining depreciation reduces the depreciation amount from period to period by a fixed sum."
+#. /yn:
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3159328\n"
+"327\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. NYWF
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157916\n"
+"328\n"
+"help.text"
+msgid "<item type=\"input\">=LOG10(5)</item> returns the base-10 logarithm of 5 (approximately 0.69897)."
msgstr ""
-#: 04060103.xhp#hd_id3149431.22.help.text
-msgctxt "04060103.xhp#hd_id3149431.22.help.text"
+#. zpyJ
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3152518\n"
+"help.text"
+msgid "<bookmark_value>CEILING function</bookmark_value><bookmark_value>rounding;up to multiples of significance</bookmark_value>"
+msgstr "<bookmark_value>CEILING ფუნქცია</bookmark_value><bookmark_value>დამრგვალება;ზემოთ მნიშვნელთა მამრავლზე</bookmark_value>"
+
+#. T}X^
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152518\n"
+"332\n"
+"help.text"
+msgid "CEILING"
+msgstr "CEILING"
+
+#. `^I-
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153422\n"
+"558\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_OBERGRENZE\">Rounds a number up to the nearest multiple of Significance.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_OBERGRENZE\">ამრგვალებს რიცხვს უახლოეს საერთო მამრავლამდე.</ahelp>"
+
+#. V][0
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153440\n"
+"334\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060103.xhp#par_id3150483.23.help.text
-msgid "SYD(Cost; Salvage; Life; Period)"
-msgstr "SYD(ღირებულება;გადარჩენა;სიცოცხლე;პერიოდი)"
+#. |6QB
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153454\n"
+"335\n"
+"help.text"
+msgid "CEILING(Number; Significance; Mode)"
+msgstr "CEILING(რიცხვი; რეჟიმი"
-#: 04060103.xhp#par_id3146879.24.help.text
-msgctxt "04060103.xhp#par_id3146879.24.help.text"
-msgid " <emph>Cost</emph> is the initial cost of an asset."
-msgstr ""
+#. -KC4
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153467\n"
+"336\n"
+"help.text"
+msgid "<emph>Number</emph> is the number that is to be rounded up."
+msgstr "<emph>რიცხვი</emph> არის ასამრგვალებელი რიცხვი."
-#: 04060103.xhp#par_id3147423.25.help.text
-msgid " <emph>Salvage</emph> is the value of an asset after depreciation."
+#. 1oM6
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155000\n"
+"337\n"
+"help.text"
+msgid "<emph>Significance</emph> is the number to whose multiple the value is to be rounded up."
msgstr ""
-#: 04060103.xhp#par_id3151229.26.help.text
-msgid " <emph>Life</emph> is the period fixing the time span over which an asset is depreciated."
+#. :QQw
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155020\n"
+"559\n"
+"help.text"
+msgid "<emph>Mode</emph> is an optional value. If the Mode value is given and not equal to zero, and if Number and Significance are negative, then rounding is done based on the absolute value of Number. This parameter is ignored when exporting to MS Excel as Excel does not know any third parameter."
msgstr ""
-#: 04060103.xhp#par_id3147473.27.help.text
-msgid " <emph>Period</emph> defines the period for which the depreciation is to be calculated."
-msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა, რომლისთვისაც F განაწილება გამოითვლება."
+#. nmGw
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163792\n"
+"629\n"
+"help.text"
+msgid "If both parameters Number and Significance are negative and the Mode value is equal to zero or is not given, the results in $[officename] and Excel will differ after the import has been completed. If you export the spreadsheet to Excel, use Mode=1 to see the same results in Excel as in Calc."
+msgstr ""
-#: 04060103.xhp#hd_id3148434.28.help.text
-msgctxt "04060103.xhp#hd_id3148434.28.help.text"
+#. B9?k
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145697\n"
+"338\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060103.xhp#par_id3149688.29.help.text
-msgid "A video system initially costing 50,000 currency units is to be depreciated annually for the next 5 years. The salvage value is to be 10,000 currency units. You want to calculate depreciation for the first year."
+#. \oj2
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145710\n"
+"339\n"
+"help.text"
+msgid "<item type=\"input\">=CEILING(-11;-2)</item> returns -10"
msgstr ""
-#: 04060103.xhp#par_id3150900.30.help.text
-msgid " <item type=\"input\">=SYD(50000;10000;5;1)</item>=13,333.33 currency units. The depreciation amount for the first year is 13,333.33 currency units."
+#. Q5Z[
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145725\n"
+"340\n"
+"help.text"
+msgid "<item type=\"input\">=CEILING(-11;-2;0)</item> returns -10"
msgstr ""
-#: 04060103.xhp#par_id3146142.31.help.text
-msgid "To have an overview of depreciation rates per period, it is best to define a depreciation table. By entering the different depreciation formulas available in <item type=\"productname\">%PRODUCTNAME</item> Calc next to each other, you can see which depreciation form is the most appropriate. Enter the table as follows:"
+#. Vk7B
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145740\n"
+"341\n"
+"help.text"
+msgid "<item type=\"input\">=CEILING(-11;-2;1)</item> returns -12"
msgstr ""
-#: 04060103.xhp#par_id3155258.32.help.text
-msgid " <emph>A</emph> "
-msgstr ""
+#. fg7-
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3157762\n"
+"help.text"
+msgid "<bookmark_value>PI function</bookmark_value>"
+msgstr "<bookmark_value>PI ფუნქცია</bookmark_value>"
-#: 04060103.xhp#par_id3154558.33.help.text
-msgid " <emph>B</emph> "
-msgstr ""
+#. 6-HJ
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3157762\n"
+"343\n"
+"help.text"
+msgid "PI"
+msgstr "PI"
-#: 04060103.xhp#par_id3152372.34.help.text
-msgid " <emph>C</emph> "
+#. AE-F
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157790\n"
+"344\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_PI\">Returns 3.14159265358979, the value of the mathematical constant PI to 14 decimal places.</ahelp>"
msgstr ""
-#: 04060103.xhp#par_id3149949.35.help.text
-msgid " <emph>D</emph> "
-msgstr ""
+#. 9sK}
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3157809\n"
+"345\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060103.xhp#par_id3145123.36.help.text
-msgid " <emph>E</emph> "
-msgstr ""
+#. HCVo
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157822\n"
+"346\n"
+"help.text"
+msgid "PI()"
+msgstr "PI()"
-#: 04060103.xhp#par_id3149504.37.help.text
-msgctxt "04060103.xhp#par_id3149504.37.help.text"
-msgid "1"
-msgstr "1"
+#. J$L:
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3157836\n"
+"347\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060103.xhp#par_id3153778.38.help.text
-msgid " <item type=\"input\">Initial Cost</item> "
+#. y~0:
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152370\n"
+"348\n"
+"help.text"
+msgid "<item type=\"input\">=PI()</item> returns 3.14159265358979."
msgstr ""
-#: 04060103.xhp#par_id3159083.39.help.text
-msgid " <item type=\"input\">Salvage Value</item> "
-msgstr ""
+#. h^W@
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3152418\n"
+"help.text"
+msgid "<bookmark_value>MULTINOMIAL function</bookmark_value>"
+msgstr "<bookmark_value>MULTINOMIAL ფუნქცია</bookmark_value>"
-#: 04060103.xhp#par_id3150002.40.help.text
-msgid " <item type=\"input\">Useful Life</item> "
-msgstr ""
+#. @3VO
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152418\n"
+"635\n"
+"help.text"
+msgid "MULTINOMIAL"
+msgstr "MULTINOMIAL"
-#: 04060103.xhp#par_id3153006.41.help.text
-msgid " <item type=\"input\">Time Period</item> "
-msgstr ""
+#. {q?)
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152454\n"
+"636\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_MULTINOMIAL\"> Returns the factorial of the sum of the arguments divided by the product of the factorials of the arguments.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_MULTINOMIAL\"> აბრუნებს ჯამის ფაქტორიალს არგუმენტები გაყოფილი არგუმენტების ფაქტორთა ნამრავლზე.</ahelp>"
+
+#. p-#E
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155646\n"
+"637\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. jg`t
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155660\n"
+"638\n"
+"help.text"
+msgid "MULTINOMIAL(Number(s))"
+msgstr "MULTINOMIAL (რიცხვ(ებ)ი)"
+
+#. m|+M
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155673\n"
+"639\n"
+"help.text"
+msgid "<emph>Number(s)</emph> is a list of up to 30 numbers."
+msgstr "<emph>რიცხვ(ებ)ი</emph>: 30 რიცხვამდე სია."
+
+#. 9Kmu
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155687\n"
+"640\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060103.xhp#par_id3154505.42.help.text
-msgid " <item type=\"input\">Deprec. SYD</item> "
+#. 9X64
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155701\n"
+"641\n"
+"help.text"
+msgid "<item type=\"input\">=MULTINOMIAL(F11:H11)</item> returns 1260, if F11 to H11 contain the values <item type=\"input\">2</item>, <item type=\"input\">3</item> and <item type=\"input\">4</item>. This corresponds to the formula =(2+3+4)! / (2!*3!*4!)"
msgstr ""
-#: 04060103.xhp#par_id3150336.43.help.text
-msgctxt "04060103.xhp#par_id3150336.43.help.text"
-msgid "2"
-msgstr "2"
+#. Y`jy
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3155717\n"
+"help.text"
+msgid "<bookmark_value>POWER function</bookmark_value>"
+msgstr "<bookmark_value>POWER ფუნქცია</bookmark_value>"
-#: 04060103.xhp#par_id3155926.44.help.text
-msgid " <item type=\"input\">50,000 currency units</item> "
+#. _Va`
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155717\n"
+"350\n"
+"help.text"
+msgid "POWER"
+msgstr "POWER"
+
+#. e]K_
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3159495\n"
+"351\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_POTENZ\">Returns a number raised to another number.</ahelp>"
msgstr ""
-#: 04060103.xhp#par_id3153736.45.help.text
-msgid " <item type=\"input\">10,000 currency units</item> "
+#. OZ|)
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3159513\n"
+"352\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. %*^P
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3159526\n"
+"353\n"
+"help.text"
+msgid "POWER(Base; Exponent)"
msgstr ""
-#: 04060103.xhp#par_id3150131.46.help.text
-msgctxt "04060103.xhp#par_id3150131.46.help.text"
-msgid " <item type=\"input\">5</item> "
+#. Ze?c
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3159540\n"
+"354\n"
+"help.text"
+msgid "Returns <emph>Base</emph> raised to the power of <emph>Exponent</emph>."
msgstr ""
-#: 04060103.xhp#par_id3148766.47.help.text
-msgid " <item type=\"input\">1</item> "
+#. ][J*
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5081637\n"
+"help.text"
+msgid "The same result may be achieved by using the exponentiation operator ^:"
msgstr ""
-#: 04060103.xhp#par_id3159136.48.help.text
-msgid " <item type=\"input\">13,333.33 currency units</item> "
+#. P,(y
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9759514\n"
+"help.text"
+msgid "<item type=\"literal\">Base^Exponent</item>"
msgstr ""
-#: 04060103.xhp#par_id3151018.49.help.text
-msgctxt "04060103.xhp#par_id3151018.49.help.text"
-msgid "3"
-msgstr "3"
+#. UBi}
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3159580\n"
+"356\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060103.xhp#par_id3148397.50.help.text
-msgid " <item type=\"input\">2</item> "
+#. OCZ)
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3159594\n"
+"357\n"
+"help.text"
+msgid "<item type=\"input\">=POWER(4;3)</item> returns 64, which is 4 to the power of 3."
msgstr ""
-#: 04060103.xhp#par_id3146907.51.help.text
-msgid " <item type=\"input\">10,666.67 currency units</item> "
+#. I-hU
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1614429\n"
+"help.text"
+msgid "=4^3 also returns 4 to the power of 3."
msgstr ""
-#: 04060103.xhp#par_id3147356.52.help.text
-msgctxt "04060103.xhp#par_id3147356.52.help.text"
-msgid "4"
-msgstr "4"
+#. R=SA
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3152651\n"
+"help.text"
+msgid "<bookmark_value>SERIESSUM function</bookmark_value>"
+msgstr "<bookmark_value>SERIESSUM ფუნქცია</bookmark_value>"
-#: 04060103.xhp#par_id3150267.53.help.text
-msgid " <item type=\"input\">3</item> "
-msgstr ""
+#. [F,_
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152651\n"
+"642\n"
+"help.text"
+msgid "SERIESSUM"
+msgstr "SERIESSUM"
-#: 04060103.xhp#par_id3145628.54.help.text
-msgid " <item type=\"input\">8,000.00 currency units</item> "
+#. ;B`V
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152688\n"
+"643\n"
+"help.text"
+msgid "<ahelp hid=\".\">Sums the first terms of a power series.</ahelp>"
msgstr ""
-#: 04060103.xhp#par_id3149004.55.help.text
-msgctxt "04060103.xhp#par_id3149004.55.help.text"
-msgid "5"
-msgstr "5"
+#. $KRU
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152708\n"
+"644\n"
+"help.text"
+msgid "SERIESSUM(x;n;m;coefficients) = coefficient_1*x^n + coefficient_2*x^(n+m) + coefficient_3*x^(n+2m) +...+ coefficient_i*x^(n+(i-1)m)"
+msgstr "SERIESSUM(x;n;m;კოეფიციენტები) =კოეფიციენტი_1*x^n + კოეფიციენტი_2*x^(n+m) + კოეფიციენტი_3*x^(n+2m) +...+ კოეფიციენტი_i*x^(n+(i-1)m)"
-#: 04060103.xhp#par_id3153545.56.help.text
-msgid " <item type=\"input\">4</item> "
-msgstr ""
+#. )ts=
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152724\n"
+"645\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060103.xhp#par_id3154634.57.help.text
-msgid " <item type=\"input\">5,333.33 currency units</item> "
-msgstr ""
+#. VV*l
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_idN11BD9\n"
+"help.text"
+msgid "SERIESSUM(X; N; M; Coefficients)"
+msgstr "SERIESSUM(x; n; m; კოეფიციენტები)"
-#: 04060103.xhp#par_id3147537.58.help.text
-msgctxt "04060103.xhp#par_id3147537.58.help.text"
-msgid "6"
-msgstr "6"
+#. 2UEG
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152737\n"
+"646\n"
+"help.text"
+msgid "<emph>X</emph> is the input value for the power series."
+msgstr ""
-#: 04060103.xhp#par_id3155085.59.help.text
-msgctxt "04060103.xhp#par_id3155085.59.help.text"
-msgid " <item type=\"input\">5</item> "
+#. ^3kw
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144344\n"
+"647\n"
+"help.text"
+msgid "<emph>N</emph> is the initial power"
msgstr ""
-#: 04060103.xhp#par_id3158413.60.help.text
-msgid " <item type=\"input\">2,666.67 currency units</item> "
+#. ?)?h
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144357\n"
+"648\n"
+"help.text"
+msgid "<emph>M</emph> is the increment to increase N"
msgstr ""
-#: 04060103.xhp#par_id3154866.61.help.text
-msgctxt "04060103.xhp#par_id3154866.61.help.text"
-msgid "7"
-msgstr "7"
+#. g(aB
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144370\n"
+"649\n"
+"help.text"
+msgid "<emph>Coefficients</emph> is a series of coefficients. For each coefficient the series sum is extended by one section."
+msgstr "კოეფიციენტები: კოეფიციენტების სერიები. ყოველი კოეფიციენტისთვის სერიების ჯამი იზრდება ერთი სექციით."
-#: 04060103.xhp#par_id3155404.62.help.text
-msgid " <item type=\"input\">6</item> "
-msgstr ""
+#. JO]*
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3144386\n"
+"help.text"
+msgid "<bookmark_value>PRODUCT function</bookmark_value><bookmark_value>numbers;multiplying</bookmark_value><bookmark_value>multiplying;numbers</bookmark_value>"
+msgstr "<bookmark_value>PRODUCT ფუნქცია</bookmark_value><bookmark_value>რიცხვები;გამრავლება</bookmark_value><bookmark_value>გამრავლება;რიცხვები</bookmark_value>"
-#: 04060103.xhp#par_id3148431.63.help.text
-msgid " <item type=\"input\">0.00 currency units</item> "
-msgstr ""
+#. hl|3
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144386\n"
+"361\n"
+"help.text"
+msgid "PRODUCT"
+msgstr "PRODUCT"
-#: 04060103.xhp#par_id3156261.64.help.text
-msgctxt "04060103.xhp#par_id3156261.64.help.text"
-msgid "8"
-msgstr "8"
+#. L#6E
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144414\n"
+"362\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_PRODUKT\">Multiplies all the numbers given as arguments and returns the product.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_PRODUKT\">არგუმენტებად შეყვანილ რიცხვებს გადაამრავლებს და აბრუნებს ნამრავლს.</ahelp>"
-#: 04060103.xhp#par_id3083286.65.help.text
-msgid " <item type=\"input\">7</item> "
-msgstr ""
+#. ac-d
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144433\n"
+"363\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060103.xhp#par_id3083443.67.help.text
-msgctxt "04060103.xhp#par_id3083443.67.help.text"
-msgid "9"
-msgstr "9"
+#. #^WW
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144446\n"
+"364\n"
+"help.text"
+msgid "PRODUCT(Number1; Number2; ...; Number30)"
+msgstr "KURT(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
-#: 04060103.xhp#par_id3154815.68.help.text
-msgid " <item type=\"input\">8</item> "
+#. f2:\
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144460\n"
+"365\n"
+"help.text"
+msgid "<emph>Number1 to 30</emph> are up to 30 arguments whose product is to be calculated."
+msgstr "<emph>რიცხვი 1-დან 30-მდე</emph> არის 30-მდე არგუმენტი რომელიც უნდა გადამრავლდეს."
+
+#. Fd8N
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1589098\n"
+"help.text"
+msgid "PRODUCT returns number1 * number2 * number3 * ..."
msgstr ""
-#: 04060103.xhp#par_id3145082.70.help.text
-msgctxt "04060103.xhp#par_id3145082.70.help.text"
-msgid "10"
-msgstr "10"
+#. GFCT
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144480\n"
+"366\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060103.xhp#par_id3156307.71.help.text
-msgid " <item type=\"input\">9</item> "
+#. |:\P
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144494\n"
+"367\n"
+"help.text"
+msgid "<item type=\"input\">=PRODUCT(2;3;4)</item> returns 24."
msgstr ""
-#: 04060103.xhp#par_id3147564.73.help.text
-msgctxt "04060103.xhp#par_id3147564.73.help.text"
-msgid "11"
-msgstr "11"
+#. Zq[b
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3160340\n"
+"help.text"
+msgid "<bookmark_value>SUMSQ function</bookmark_value><bookmark_value>square number additions</bookmark_value><bookmark_value>sums;of square numbers</bookmark_value>"
+msgstr "<bookmark_value>SUMSQ ფუნქცია</bookmark_value><bookmark_value>რიცხვების კვადრატების დაჯამება</bookmark_value><bookmark_value>დაჯამება;რიცხვების კვადრატების</bookmark_value>"
-#: 04060103.xhp#par_id3146856.74.help.text
-msgid " <item type=\"input\">10</item> "
-msgstr ""
+#. #\sx
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3160340\n"
+"369\n"
+"help.text"
+msgid "SUMSQ"
+msgstr "SUMSQ"
-#: 04060103.xhp#par_id3150880.76.help.text
-msgctxt "04060103.xhp#par_id3150880.76.help.text"
-msgid "12"
-msgstr "12"
+#. 62/S
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3160368\n"
+"370\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_QUADRATESUMME\">If you want to calculate the sum of the squares of numbers (totaling up of the squares of the arguments), enter these into the text fields.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_QUADRATESUMME\">თუ გსურთ რიცხვების კვადრატების ჯამის გამოთვლა (არგუმენტების კვადრატების დაჯამება), შეიყვანეთ ისინი ველებში.</ahelp>"
-#: 04060103.xhp#par_id3145208.77.help.text
-msgctxt "04060103.xhp#par_id3145208.77.help.text"
-msgid "13"
-msgstr "13"
+#. ?]4g
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3160388\n"
+"371\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060103.xhp#par_id3156113.78.help.text
-msgid " <item type=\"input\">>0</item> "
-msgstr ""
+#. zri8
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3160402\n"
+"372\n"
+"help.text"
+msgid "SUMSQ(Number1; Number2; ...; Number30)"
+msgstr "SUM(რიცხვი 1; რიცხვი 2; ..., რიცხვი 30)"
-#: 04060103.xhp#par_id3153625.79.help.text
-msgid " <item type=\"input\">Total</item> "
-msgstr ""
+#. [npQ
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3160415\n"
+"373\n"
+"help.text"
+msgid "<emph>Number1 to 30</emph> are up to 30 arguments the sum of whose squares is to be calculated."
+msgstr "<emph>რიცხვი 1-დან 30-მდე</emph> არის 30-მდე არგუმენტი რომელთა კვადრატების ჯამიც გამოითვება."
-#: 04060103.xhp#par_id3151297.80.help.text
-msgid " <item type=\"input\">40,000.00 currency units</item> "
+#. +#pL
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3160436\n"
+"374\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. M7{_
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3160449\n"
+"375\n"
+"help.text"
+msgid "If you enter the numbers <item type=\"input\">2</item>; <item type=\"input\">3</item> and <item type=\"input\">4</item> in the Number 1; 2 and 3 text boxes, 29 is returned as the result."
msgstr ""
-#: 04060103.xhp#par_id3149979.81.help.text
-msgid "The formula in E2 is as follows:"
-msgstr "ფორმულა E2 არის როგორც მომდევნო:"
+#. $lCk
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3158247\n"
+"help.text"
+msgid "<bookmark_value>MOD function</bookmark_value><bookmark_value>remainders of divisions</bookmark_value>"
+msgstr "<bookmark_value>MOD ფუნქცია</bookmark_value><bookmark_value>გაყოფის ნაშთი</bookmark_value>"
+
+#. Mk!J
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3158247\n"
+"387\n"
+"help.text"
+msgid "MOD"
+msgstr "MOD"
-#: 04060103.xhp#par_id3155849.82.help.text
-msgid " <item type=\"input\">=SYD($A$2;$B$2;$C$2;D2)</item> "
+#. ;PC/
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158276\n"
+"388\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_REST\">Returns the remainder when one integer is divided by another.</ahelp>"
msgstr ""
-#: 04060103.xhp#par_id3156124.83.help.text
-msgid "This formula is duplicated in column E down to E11 (select E2, then drag down the lower right corner with the mouse)."
-msgstr "ფორმულა ტოლია დუ E ძირს -სკენ არჩება ძირს მარჯვნივ."
+#. -/(J
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3158294\n"
+"389\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060103.xhp#par_id3147270.84.help.text
-msgid "Cell E13 contains the formula used to check the total of the depreciation amounts. It uses the SUMIF function as the negative values in E8:E11 must not be considered. The condition >0 is contained in cell A13. The formula in E13 is as follows:"
-msgstr "შეიცავს ფორმულა -სკენ - SUMIF დუ არა მდგომარეობა ტოლია დუ ფორმულა დუ ტოლია:"
+#. if|q
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158308\n"
+"390\n"
+"help.text"
+msgid "MOD(Dividend; Divisor)"
+msgstr "MOD(გასაყოფი; გამყოფი)"
-#: 04060103.xhp#par_id3152811.85.help.text
-msgid " <item type=\"input\">=SUMIF(E2:E11;A13)</item> "
+#. PS5d
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158321\n"
+"391\n"
+"help.text"
+msgid "For integer arguments this function returns Dividend modulo Divisor, that is the remainder when <emph>Dividend</emph> is divided by <emph>Divisor</emph>."
+msgstr ""
+
+#. S)n.
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158341\n"
+"392\n"
+"help.text"
+msgid "This function is implemented as <item type=\"literal\">Dividend - Divisor * INT(Dividend/Divisor)</item> , and this formula gives the result if the arguments are not integer."
msgstr ""
-#: 04060103.xhp#par_id3155998.86.help.text
-msgid "Now view the depreciation for a 10 year period, or at a salvage value of 1 currency unit, or enter a different initial cost, and so on."
-msgstr "ახლა -თვის a წელი ან ეთ a - ან a და ჩართულია."
-
-#: 04060103.xhp#bm_id3155104.help.text
-msgid "<bookmark_value>DISC function</bookmark_value> <bookmark_value>allowances</bookmark_value> <bookmark_value>discounts</bookmark_value>"
-msgstr "<bookmark_value>DISC ფუნქცია</bookmark_value><bookmark_value>ერთხელ დაშვება</bookmark_value><bookmark_value>ჩამოფასება</bookmark_value>"
+#. =`h.
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3158361\n"
+"393\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060103.xhp#hd_id3155104.379.help.text
-msgid "DISC"
-msgstr "DISC"
+#. P3:?
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158374\n"
+"394\n"
+"help.text"
+msgid "<item type=\"input\">=MOD(22;3)</item> returns 1, the remainder when 22 is divided by 3."
+msgstr ""
-#: 04060103.xhp#par_id3153891.380.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_DISC\">Calculates the allowance (discount) of a security as a percentage.</ahelp>"
+#. qnR=
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1278420\n"
+"help.text"
+msgid "<item type=\"input\">=MOD(11.25;2.5)</item> returns 1.25."
msgstr ""
-#: 04060103.xhp#hd_id3153982.381.help.text
-msgctxt "04060103.xhp#hd_id3153982.381.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. [;(h
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3144592\n"
+"help.text"
+msgid "<bookmark_value>QUOTIENT function</bookmark_value><bookmark_value>divisions</bookmark_value>"
+msgstr "<bookmark_value>QUOTIENT ფუნქცია</bookmark_value><bookmark_value>გამყოფები</bookmark_value>"
-#: 04060103.xhp#par_id3149756.382.help.text
-msgid "DISC(\"Settlement\"; \"Maturity\"; Price; Redemption; Basis)"
-msgstr "DISC(მოსახლე;ხნიერება;ფასი;გამოსასყისი;ფუძე)"
+#. x_Mu
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144592\n"
+"652\n"
+"help.text"
+msgid "QUOTIENT"
+msgstr "QUOTIENT"
-#: 04060103.xhp#par_id3156014.383.help.text
-msgctxt "04060103.xhp#par_id3156014.383.help.text"
-msgid " <emph>Settlement</emph> is the date of purchase of the security."
+#. oHOT
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144627\n"
+"653\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_QUOTIENT\">Returns the integer part of a division operation.</ahelp>"
msgstr ""
-#: 04060103.xhp#par_id3154304.384.help.text
-msgctxt "04060103.xhp#par_id3154304.384.help.text"
-msgid " <emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr "ტექსტი თარიღი ჩართულია."
+#. Xvo#
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144646\n"
+"654\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. t?.)
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144659\n"
+"655\n"
+"help.text"
+msgid "QUOTIENT(Numerator; Denominator)"
+msgstr "QUOTIENT(ნუმერატორი;დენომინატორი)"
-#: 04060103.xhp#par_id3159180.385.help.text
-msgid " <emph>Price</emph> is the price of the security per 100 currency units of par value."
+#. (k%]
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9038972\n"
+"help.text"
+msgid "Returns the integer part of <emph>Numerator</emph> divided by <emph>Denominator</emph>."
msgstr ""
-#: 04060103.xhp#par_id3147253.386.help.text
-msgid " <emph>Redemption</emph> is the redemption value of the security per 100 currency units of par value."
+#. 3No{
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id7985168\n"
+"help.text"
+msgid "QUOTIENT is equivalent to <item type=\"literal\">INT(numerator/denominator)</item>, except that it may report errors with different error codes."
msgstr ""
-#: 04060103.xhp#hd_id3151174.387.help.text
-msgctxt "04060103.xhp#hd_id3151174.387.help.text"
+#. VxVh
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144674\n"
+"656\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060103.xhp#par_id3155902.388.help.text
-msgid "A security is purchased on 2001-01-25; the maturity date is 2001-11-15. The price (purchase price) is 97, the redemption value is 100. Using daily balance calculation (basis 3) how high is the settlement (discount)?"
-msgstr ""
-
-#: 04060103.xhp#par_id3152797.389.help.text
-msgid " <item type=\"input\">=DISC(\"2001-01-25\";\"2001-11-15\";97;100;3)</item> returns about 0.0372 or 3.72 per cent."
+#. 16Bx
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144687\n"
+"657\n"
+"help.text"
+msgid "<item type=\"input\">=QUOTIENT(11;3)</item> returns 3. The remainder of 2 is lost."
msgstr ""
-#: 04060103.xhp#bm_id3154695.help.text
-msgid "<bookmark_value>DURATION_ADD function</bookmark_value> <bookmark_value>Microsoft Excel functions</bookmark_value> <bookmark_value>durations;fixed interest securities</bookmark_value>"
-msgstr "<bookmark_value>DURATION_ADD ფუნქცია</bookmark_value><bookmark_value>Microsoft Excel ფუნქციები</bookmark_value><bookmark_value>ხანგძლივობა;ფიქსირებული ინტერვალები</bookmark_value>"
+#. N3x_
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3144702\n"
+"help.text"
+msgid "<bookmark_value>RADIANS function</bookmark_value><bookmark_value>converting;degrees, into radians</bookmark_value>"
+msgstr "<bookmark_value>RADIANS ფუნქცია</bookmark_value><bookmark_value>გარდფაქმნა;გრადუსები რადიანებში</bookmark_value>"
-#: 04060103.xhp#hd_id3154695.402.help.text
-msgid "DURATION_ADD"
-msgstr "ADDDURATION_ADD"
+#. 4%zj
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144702\n"
+"377\n"
+"help.text"
+msgid "RADIANS"
+msgstr "RADIANS"
-#: 04060103.xhp#par_id3145768.403.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_DURATION\">Calculates the duration of a fixed interest security in years.</ahelp>"
-msgstr ""
+#. $O]n
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158025\n"
+"378\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_RAD\">Converts degrees to radians.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_RAD\">გრადუსების რადიანებში გარდაქმნა.</ahelp>"
-#: 04060103.xhp#hd_id3153904.404.help.text
-msgctxt "04060103.xhp#hd_id3153904.404.help.text"
+#. [uu;
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3158042\n"
+"379\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060103.xhp#par_id3153373.405.help.text
-msgid "DURATION_ADD(\"Settlement\"; \"Maturity\"; Coupon; Yield; Frequency; Basis)"
+#. i8Pj
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158055\n"
+"380\n"
+"help.text"
+msgid "RADIANS(Number)"
+msgstr "RADIANS(რიცხვი)"
+
+#. 9buv
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158069\n"
+"381\n"
+"help.text"
+msgid "<emph>Number</emph> is the angle in degrees to be converted to radians."
msgstr ""
-#: 04060103.xhp#par_id3155397.406.help.text
-msgctxt "04060103.xhp#par_id3155397.406.help.text"
-msgid " <emph>Settlement</emph> is the date of purchase of the security."
+#. ^awr
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id876186\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. ePKt
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3939634\n"
+"help.text"
+msgid "<item type=\"input\">=RADIANS(90)</item> returns 1.5707963267949, which is PI/2 to Calc's accuracy."
msgstr ""
-#: 04060103.xhp#par_id3148558.407.help.text
-msgctxt "04060103.xhp#par_id3148558.407.help.text"
-msgid " <emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr "ტექსტი თარიღი ჩართულია."
+#. 9l)V
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3158121\n"
+"help.text"
+msgid "<bookmark_value>ROUND function</bookmark_value>"
+msgstr "<bookmark_value>ROUND ფუნქცია</bookmark_value>"
-#: 04060103.xhp#par_id3153096.408.help.text
-msgid " <emph>Coupon</emph> is the annual coupon interest rate (nominal rate of interest)"
+#. /#nq
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3158121\n"
+"398\n"
+"help.text"
+msgid "ROUND"
+msgstr "ROUND"
+
+#. !l9E
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158150\n"
+"399\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_RUNDEN\">Rounds a number to a certain number of decimal places.</ahelp>"
msgstr ""
-#: 04060103.xhp#par_id3154594.409.help.text
-msgid " <emph>Yield</emph> is the annual yield of the security."
+#. /)3\
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3158169\n"
+"400\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. nL3-
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158182\n"
+"401\n"
+"help.text"
+msgid "ROUND(Number; Count)"
+msgstr "ROUND(რიცხვი; თვლა)"
+
+#. Larm
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158196\n"
+"402\n"
+"help.text"
+msgid "Returns <emph>Number</emph> rounded to <emph>Count</emph> decimal places. If Count is omitted or zero, the function rounds to the nearest integer. If Count is negative, the function rounds to the nearest 10, 100, 1000, etc."
msgstr ""
-#: 04060103.xhp#par_id3149906.410.help.text
-msgctxt "04060103.xhp#par_id3149906.410.help.text"
-msgid " <emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+#. h}V?
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id599688\n"
+"help.text"
+msgid "This function rounds to the nearest number. See ROUNDDOWN and ROUNDUP for alternatives."
msgstr ""
-#: 04060103.xhp#hd_id3146995.411.help.text
-msgctxt "04060103.xhp#hd_id3146995.411.help.text"
+#. I5,y
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145863\n"
+"404\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060103.xhp#par_id3148834.412.help.text
-msgid "A security is purchased on 2001-01-01; the maturity date is 2006-01-01. The Coupon rate of interest is 8%. The yield is 9.0%. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how long is the duration?"
+#. qr{{
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145876\n"
+"405\n"
+"help.text"
+msgid "<item type=\"input\">=ROUND(2.348;2)</item> returns 2.35"
msgstr ""
-#: 04060103.xhp#par_id3154902.413.help.text
-msgid " <item type=\"input\">=DURATION_ADD(\"2001-01-01\";\"2006-01-01\";0.08;0.09;2;3)</item> "
+#. :l*S
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145899\n"
+"406\n"
+"help.text"
+msgid "<item type=\"input\">=ROUND(-32.4834;3)</item> returns -32.483. Change the cell format to see all decimals."
msgstr ""
-#: 04060103.xhp#bm_id3159147.help.text
-msgid "<bookmark_value>annual net interest rates</bookmark_value> <bookmark_value>calculating; annual net interest rates</bookmark_value> <bookmark_value>net annual interest rates</bookmark_value> <bookmark_value>EFFECTIVE function</bookmark_value>"
+#. e+[I
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1371501\n"
+"help.text"
+msgid "<item type=\"input\">=ROUND(2.348;0)</item> returns 2."
msgstr ""
-#: 04060103.xhp#hd_id3159147.88.help.text
-msgid "EFFECTIVE"
-msgstr "EFFECTIVE"
+#. `oJX
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id4661702\n"
+"help.text"
+msgid "<item type=\"input\">=ROUND(2.5)</item> returns 3."
+msgstr ""
-#: 04060103.xhp#par_id3154204.89.help.text
-msgid "<ahelp hid=\"HID_FUNC_EFFEKTIV\">Returns the net annual interest rate for a nominal interest rate.</ahelp>"
+#. v(HZ
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id7868892\n"
+"help.text"
+msgid "<item type=\"input\">=ROUND(987.65;-2)</item> returns 1000."
msgstr ""
-#: 04060103.xhp#par_id3145417.90.help.text
-msgid "Nominal interest refers to the amount of interest due at the end of a calculation period. Effective interest increases with the number of payments made. In other words, interest is often paid in installments (for example, monthly or quarterly) before the end of the calculation period."
-msgstr "-სკენ - ეთ დასასრული - a ეფექტური რიცხვი - სხვა ტოლია ხშირად დუ -თვის მაგალითი ან დასასრული -."
+#. ALlP
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3145991\n"
+"help.text"
+msgid "<bookmark_value>ROUNDDOWN function</bookmark_value>"
+msgstr "<bookmark_value>ROUNDDOWN ფუნქცია</bookmark_value>"
+
+#. G0O8
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145991\n"
+"24\n"
+"help.text"
+msgid "ROUNDDOWN"
+msgstr "ROUNDDOWN"
+
+#. s,-3
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3146020\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ABRUNDEN\">Rounds a number down, toward zero, to a certain precision.</ahelp>"
+msgstr ""
-#: 04060103.xhp#hd_id3150510.91.help.text
-msgctxt "04060103.xhp#hd_id3150510.91.help.text"
+#. KK@[
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3146037\n"
+"26\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060103.xhp#par_id3148805.92.help.text
-msgid "EFFECTIVE(Nom; P)"
-msgstr "EFFECTIVE(NOM;P)"
+#. ::I-
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3146051\n"
+"27\n"
+"help.text"
+msgid "ROUNDDOWN(Number; Count)"
+msgstr "ROUNDDOWN(რიცხვი; თვლა)"
-#: 04060103.xhp#par_id3149768.93.help.text
-msgid " <emph>Nom</emph> is the nominal interest."
+#. YYZM
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3146064\n"
+"28\n"
+"help.text"
+msgid "Returns <emph>Number</emph> rounded down (towards zero) to <emph>Count</emph> decimal places. If Count is omitted or zero, the function rounds down to an integer. If Count is negative, the function rounds down to the next 10, 100, 1000, etc."
msgstr ""
-#: 04060103.xhp#par_id3149334.94.help.text
-msgid " <emph>P</emph> is the number of interest payment periods per year."
+#. S1Ri
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id2188787\n"
+"help.text"
+msgid "This function rounds towards zero. See ROUNDUP and ROUND for alternatives."
msgstr ""
-#: 04060103.xhp#hd_id3154223.95.help.text
-msgctxt "04060103.xhp#hd_id3154223.95.help.text"
+#. @vZ#
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163164\n"
+"30\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060103.xhp#par_id3144499.96.help.text
-msgid "If the annual nominal interest rate is 9.75% and four interest calculation periods are defined, what is the actual interest rate (effective rate)?"
+#. EQFO
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163178\n"
+"31\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDDOWN(1.234;2)</item> returns 1.23."
msgstr ""
-#: 04060103.xhp#par_id3150772.97.help.text
-msgid " <item type=\"input\">=EFFECTIVE(9.75%;4)</item> = 10.11% The annual effective rate is therefore 10.11%."
+#. M%s\
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5833307\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDDOWN(45.67;0)</item> returns 45."
msgstr ""
-#: 04060103.xhp#bm_id3147241.help.text
-msgid "<bookmark_value>effective interest rates</bookmark_value> <bookmark_value>EFFECT_ADD function</bookmark_value>"
+#. Lnp*
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id7726676\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDDOWN(-45.67)</item> returns -45."
msgstr ""
-#: 04060103.xhp#hd_id3147241.414.help.text
-msgid "EFFECT_ADD"
-msgstr "EFFECT_ADD"
+#. $E~+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3729361\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDDOWN(987.65;-2)</item> returns 900."
+msgstr ""
-#: 04060103.xhp#par_id3147524.415.help.text
-msgid "<ahelp hid=\"HID_AAI_FUNC_EFFECT\">Calculates the effective annual rate of interest on the basis of the nominal interest rate and the number of interest payments per annum.</ahelp>"
+#. F;E7
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3163268\n"
+"help.text"
+msgid "<bookmark_value>ROUNDUP function</bookmark_value>"
+msgstr "<bookmark_value>ROUNDUP ფუნქცია</bookmark_value>"
+
+#. j:xo
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163268\n"
+"140\n"
+"help.text"
+msgid "ROUNDUP"
+msgstr "ROUNDUP"
+
+#. 7~5U
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163297\n"
+"141\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_AUFRUNDEN\">Rounds a number up, away from zero, to a certain precision.</ahelp>"
msgstr ""
-#: 04060103.xhp#hd_id3155364.416.help.text
-msgctxt "04060103.xhp#hd_id3155364.416.help.text"
+#. 200-
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163315\n"
+"142\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060103.xhp#par_id3155118.417.help.text
-msgid "EFFECT_ADD(NominalRate; NPerY)"
-msgstr "EFFECT_ADD(ნომინალური სიხშირე;Npery)"
+#. Zg4R
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163328\n"
+"143\n"
+"help.text"
+msgid "ROUNDUP(Number; Count)"
+msgstr "ROUNDUP(რიცხვი; თვლა)"
-#: 04060103.xhp#par_id3148907.418.help.text
-msgid " <emph>NominalRate</emph> is the annual nominal rate of interest."
+#. 2~FF
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163342\n"
+"144\n"
+"help.text"
+msgid "Returns <emph>Number</emph> rounded up (away from zero) to <emph>Count</emph> decimal places. If Count is omitted or zero, the function rounds up to an integer. If Count is negative, the function rounds up to the next 10, 100, 1000, etc."
msgstr ""
-#: 04060103.xhp#par_id3154274.419.help.text
-msgid " <emph>NPerY </emph>is the number of interest payments per year."
+#. |$Ce
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9573961\n"
+"help.text"
+msgid "This function rounds away from zero. See ROUNDDOWN and ROUND for alternatives."
msgstr ""
-#: 04060103.xhp#hd_id3149156.420.help.text
-msgctxt "04060103.xhp#hd_id3149156.420.help.text"
+#. Ralp
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163381\n"
+"146\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060103.xhp#par_id3158426.421.help.text
-msgid "What is the effective annual rate of interest for a 5.25% nominal rate and quarterly payment."
+#. CB1a
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144786\n"
+"147\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDUP(1.1111;2)</item> returns 1.12."
msgstr ""
-#: 04060103.xhp#par_id3148927.422.help.text
-msgid " <item type=\"input\">=EFFECT_ADD(0.0525;4)</item> returns 0.053543 or 5.3543%."
+#. (p6)
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id7700430\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDUP(1.2345;1)</item> returns 1.3."
msgstr ""
-#: 04060103.xhp#bm_id3149998.help.text
-msgid "<bookmark_value>calculating; arithmetic-degressive depreciations</bookmark_value> <bookmark_value>arithmetic-degressive depreciations</bookmark_value> <bookmark_value>depreciations;arithmetic-degressive</bookmark_value> <bookmark_value>DDB function</bookmark_value>"
+#. oVTy
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1180455\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDUP(45.67;0)</item> returns 46."
msgstr ""
-#: 04060103.xhp#hd_id3149998.99.help.text
-msgid "DDB"
-msgstr "DDB"
+#. hkqX
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3405560\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDUP(-45.67)</item> returns -46."
+msgstr ""
-#: 04060103.xhp#par_id3159190.100.help.text
-msgid "<ahelp hid=\"HID_FUNC_GDA\">Returns the depreciation of an asset for a specified period using the arithmetic-declining method.</ahelp>"
+#. _g5m
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3409527\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDUP(987.65;-2)</item> returns 1000."
msgstr ""
-#: 04060103.xhp#par_id3152361.101.help.text
-msgid "Use this form of depreciation if you require a higher initial depreciation value as opposed to linear depreciation. The depreciation value gets less with each period and is usually used for assets whose value loss is higher shortly after purchase (for example, vehicles, computers). Please note that the book value will never reach zero under this calculation type."
+#. g1Rb
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id5256537\n"
+"help.text"
+msgid "<bookmark_value>SEC function</bookmark_value>"
+msgstr "<bookmark_value>SKEW ფუნქცია</bookmark_value>"
+
+#. #3im
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id5187204\n"
+"149\n"
+"help.text"
+msgid "SEC"
+msgstr ""
+
+#. RR3[
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9954962\n"
+"150\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SECANT\">Returns the secant of the given angle (in radians). The secant of an angle is equivalent to 1 divided by the cosine of that angle</ahelp>"
msgstr ""
-#: 04060103.xhp#hd_id3156038.102.help.text
-msgctxt "04060103.xhp#hd_id3156038.102.help.text"
+#. |I6h
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id422243\n"
+"151\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060103.xhp#par_id3166452.103.help.text
-msgid "DDB(Cost; Salvage; Life; Period; Factor)"
-msgstr ""
+#. ZShO
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id2055913\n"
+"152\n"
+"help.text"
+msgid "SEC(Number)"
+msgstr "SIN(რიცხვი)"
-#: 04060103.xhp#par_id3153237.104.help.text
-msgid " <emph>Cost</emph> fixes the initial cost of an asset."
+#. p)v{
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9568170\n"
+"153\n"
+"help.text"
+msgid "Returns the (trigonometric) secant of <emph>Number</emph>, the angle in radians."
+msgstr ""
+
+#. :7?d
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9047465\n"
+"help.text"
+msgid "To return the secant of an angle in degrees, use the RADIANS function."
msgstr ""
-#: 04060103.xhp#par_id3149787.105.help.text
-msgid " <emph>Salvage</emph> fixes the value of an asset at the end of its life."
+#. ?9n!
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id9878918\n"
+"154\n"
+"help.text"
+msgid "Examples"
+msgstr "მაგალითები"
+
+#. f5`%
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6935513\n"
+"155\n"
+"help.text"
+msgid "<item type=\"input\">=SEC(PI()/4)</item> returns approximately 1.4142135624, the inverse of the cosine of PI/4 radians."
msgstr ""
-#: 04060103.xhp#par_id3152945.106.help.text
-msgid " <emph>Life</emph> is the number of periods (for example, years or months) defining how long the asset is to be used."
+#. 04mD
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3954287\n"
+"156\n"
+"help.text"
+msgid "<item type=\"input\">=SEC(RADIANS(60))</item> returns 2, the secant of 60 degrees."
msgstr ""
-#: 04060103.xhp#par_id3149736.107.help.text
-msgid " <emph>Period</emph> states the period for which the value is to be calculated."
-msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა, რომლისთვისაც F განაწილება გამოითვლება."
+#. CUFi
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id840005\n"
+"help.text"
+msgid "<bookmark_value>SECH function</bookmark_value>"
+msgstr "<bookmark_value>SEARCH ფუნქცია</bookmark_value>"
-#: 04060103.xhp#par_id3150243.108.help.text
-msgid " <emph>Factor</emph> (optional) is the factor by which depreciation decreases. If a value is not entered, the default is factor 2."
+#. |7mH
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id8661934\n"
+"159\n"
+"help.text"
+msgid "SECH"
msgstr ""
-#: 04060103.xhp#hd_id3159274.109.help.text
-msgctxt "04060103.xhp#hd_id3159274.109.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. 2!VU
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id408174\n"
+"160\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SECANTHYP\">Returns the hyperbolic secant of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SINHYP\">აბრუნებს რიცხვის ჰიპერბოლურ სინუსს.</ahelp>"
-#: 04060103.xhp#par_id3152882.110.help.text
-msgid "A computer system with an initial cost of 75,000 currency units is to be depreciated monthly over 5 years. The value at the end of the depreciation is to be 1 currency unit. The factor is 2."
-msgstr ""
+#. #@{5
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id875988\n"
+"161\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060103.xhp#par_id3154106.111.help.text
-msgid " <item type=\"input\">=DDB(75000;1;60;12;2) </item>= 1,721.81 currency units. Therefore, the double-declining depreciation in the twelfth month after purchase is 1,721.81 currency units."
-msgstr ""
+#. DNq[
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id4985391\n"
+"162\n"
+"help.text"
+msgid "SECH(Number)"
+msgstr "ASINH(რიცხვი)"
-#: 04060103.xhp#bm_id3149962.help.text
-msgid "<bookmark_value>calculating; geometric-degressive depreciations</bookmark_value> <bookmark_value>geometric-degressive depreciations</bookmark_value> <bookmark_value>depreciations;geometric-degressive</bookmark_value> <bookmark_value>DB function</bookmark_value>"
+#. RpG(
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1952124\n"
+"163\n"
+"help.text"
+msgid "Returns the hyperbolic secant of <emph>Number</emph>."
msgstr ""
-#: 04060103.xhp#hd_id3149962.113.help.text
-msgid "DB"
-msgstr "DB"
+#. O6s6
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id9838764\n"
+"164\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060103.xhp#par_id3148989.114.help.text
-msgid "<ahelp hid=\"HID_FUNC_GDA2\">Returns the depreciation of an asset for a specified period using the double-declining balance method.</ahelp>"
+#. xa.I
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1187764\n"
+"165\n"
+"help.text"
+msgid "<item type=\"input\">=SECH(0)</item> returns 1, the hyperbolic secant of 0."
msgstr ""
-#: 04060103.xhp#par_id3156213.115.help.text
-msgid "This form of depreciation is used if you want to get a higher depreciation value at the beginning of the depreciation (as opposed to linear depreciation). The depreciation value is reduced with every depreciation period by the depreciation already deducted from the initial cost."
+#. oHz_
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3144877\n"
+"help.text"
+msgid "<bookmark_value>SIN function</bookmark_value>"
+msgstr "<bookmark_value>SIN ფუნქცია</bookmark_value>"
+
+#. r^#8
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144877\n"
+"408\n"
+"help.text"
+msgid "SIN"
+msgstr "SIN"
+
+#. ;^}b
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144906\n"
+"409\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SIN\">Returns the sine of the given angle (in radians).</ahelp>"
msgstr ""
-#: 04060103.xhp#hd_id3149807.116.help.text
-msgctxt "04060103.xhp#hd_id3149807.116.help.text"
+#. k!cQ
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144923\n"
+"410\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060103.xhp#par_id3153349.117.help.text
-msgid "DB(Cost; Salvage; Life; Period; Month)"
-msgstr ""
+#. s#_c
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144937\n"
+"411\n"
+"help.text"
+msgid "SIN(Number)"
+msgstr "SIN(რიცხვი)"
-#: 04060103.xhp#par_id3148462.118.help.text
-msgctxt "04060103.xhp#par_id3148462.118.help.text"
-msgid " <emph>Cost</emph> is the initial cost of an asset."
+#. f5cE
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144950\n"
+"412\n"
+"help.text"
+msgid "Returns the (trigonometric) sine of <emph>Number</emph>, the angle in radians."
msgstr ""
-#: 04060103.xhp#par_id3148658.119.help.text
-msgid " <emph>Salvage</emph> is the value of an asset at the end of the depreciation."
+#. kp92
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id8079470\n"
+"help.text"
+msgid "To return the sine of an angle in degrees, use the RADIANS function."
msgstr ""
-#: 04060103.xhp#par_id3145371.120.help.text
-msgid " <emph>Life</emph> defines the period over which an asset is depreciated."
-msgstr ""
+#. (NFJ
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144969\n"
+"413\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060103.xhp#par_id3154608.121.help.text
-msgid " <emph>Period</emph> is the length of each period. The length must be entered in the same date unit as the depreciation period."
+#. vhnS
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144983\n"
+"414\n"
+"help.text"
+msgid "<item type=\"input\">=SIN(PI()/2)</item> returns 1, the sine of PI/2 radians."
msgstr ""
-#: 04060103.xhp#par_id3150829.122.help.text
-msgid " <emph>Month</emph> (optional) denotes the number of months for the first year of depreciation. If an entry is not defined, 12 is used as the default."
+#. p}Lw
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3916440\n"
+"help.text"
+msgid "<item type=\"input\">=SIN(RADIANS(30))</item> returns 0.5, the sine of 30 degrees."
msgstr ""
-#: 04060103.xhp#hd_id3151130.123.help.text
-msgctxt "04060103.xhp#hd_id3151130.123.help.text"
-msgid "Example"
-msgstr "მაგალითი"
+#. n+Vl
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3163397\n"
+"help.text"
+msgid "<bookmark_value>SINH function</bookmark_value>"
+msgstr "<bookmark_value>SINH ფუნქცია</bookmark_value>"
-#: 04060103.xhp#par_id3156147.124.help.text
-msgid "A computer system with an initial cost of 25,000 currency units is to be depreciated over a three year period. The salvage value is to be 1,000 currency units. One period is 30 days."
-msgstr ""
+#. 7@r8
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163397\n"
+"418\n"
+"help.text"
+msgid "SINH"
+msgstr "SINH"
-#: 04060103.xhp#par_id3149513.125.help.text
-msgid " <item type=\"input\">=DB(25000;1000;36;1;6)</item> = 1,075.00 currency units"
-msgstr ""
+#. }_j(
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163426\n"
+"419\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SINHYP\">Returns the hyperbolic sine of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SINHYP\">აბრუნებს რიცხვის ჰიპერბოლურ სინუსს.</ahelp>"
-#: 04060103.xhp#par_id3159242.126.help.text
-msgid "The fixed-declining depreciation of the computer system is 1,075.00 currency units."
-msgstr ""
+#. :gku
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163444\n"
+"420\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060103.xhp#bm_id3153948.help.text
-msgid "<bookmark_value>IRR function</bookmark_value> <bookmark_value>calculating;internal rates of return, regular payments</bookmark_value> <bookmark_value>internal rates of return;regular payments</bookmark_value>"
+#. o9:t
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163457\n"
+"421\n"
+"help.text"
+msgid "SINH(Number)"
+msgstr "ASINH(რიცხვი)"
+
+#. lcFt
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163471\n"
+"422\n"
+"help.text"
+msgid "Returns the hyperbolic sine of <emph>Number</emph>."
msgstr ""
-#: 04060103.xhp#hd_id3153948.128.help.text
-msgid "IRR"
-msgstr "IRR"
+#. cW~$
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163491\n"
+"423\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060103.xhp#par_id3143282.129.help.text
-msgid "<ahelp hid=\"HID_FUNC_IKV\">Calculates the internal rate of return for an investment.</ahelp> The values represent cash flow values at regular intervals, at least one value must be negative (payments), and at least one value must be positive (income)."
+#. DJ\0
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163504\n"
+"424\n"
+"help.text"
+msgid "<item type=\"input\">=SINH(0)</item> returns 0, the hyperbolic sine of 0."
msgstr ""
-#: 04060103.xhp#hd_id3150599.130.help.text
-msgctxt "04060103.xhp#hd_id3150599.130.help.text"
+#. }5s?
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3163596\n"
+"help.text"
+msgid "<bookmark_value>SUM function</bookmark_value><bookmark_value>adding;numbers in cell ranges</bookmark_value>"
+msgstr "<bookmark_value>SUM ფუნქცია</bookmark_value><bookmark_value>დამატება;რიცხვები უჯრათა დიაპაზონში</bookmark_value>"
+
+#. E7Vh
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163596\n"
+"428\n"
+"help.text"
+msgid "SUM"
+msgstr "SUM"
+
+#. /r77
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163625\n"
+"429\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SUMME\">Adds all the numbers in a range of cells.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SUMME\">უჯრების დიაპაზონში აჯამებს ციფრებს.</ahelp>"
+
+#. eo1J
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163643\n"
+"430\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060103.xhp#par_id3155427.131.help.text
-msgid "IRR(Values; Guess)"
-msgstr "IRR(მნიშვნელობები;მიხვედრები)"
-
-#: 04060103.xhp#par_id3144758.132.help.text
-msgid " <emph>Values</emph> represents an array containing the values."
-msgstr "<emph>მნიშვნელობები</emph> ასახავს მნიშვნელობების შემცველ მასივს."
+#. *1GE
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163656\n"
+"431\n"
+"help.text"
+msgid "SUM(Number1; Number2; ...; Number30)"
+msgstr "SUM(რიცხვი 1; რიცხვი 2; ..., რიცხვი 30)"
-#: 04060103.xhp#par_id3149233.133.help.text
-msgid " <emph>Guess</emph> (optional) is the estimated value. An iterative method is used to calculate the internal rate of return. If you can provide only few values, you should provide an initial guess to enable the iteration."
-msgstr ""
+#. -,v\
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163671\n"
+"432\n"
+"help.text"
+msgid "<emph>Number 1 to Number 30</emph> are up to 30 arguments whose sum is to be calculated."
+msgstr "<emph>იცხვი 1-დან რიცხვ 30-მდე</emph> არის 30-მდე არგუმენტი, რომელიც უნდა დაჯამდეს."
-#: 04060103.xhp#hd_id3151258.134.help.text
-msgctxt "04060103.xhp#hd_id3151258.134.help.text"
+#. #ovh
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163690\n"
+"433\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060103.xhp#par_id3150630.135.help.text
-msgid "Under the assumption that cell contents are A1=<item type=\"input\">-10000</item>, A2=<item type=\"input\">3500</item>, A3=<item type=\"input\">7600</item> and A4=<item type=\"input\">1000</item>, the formula <item type=\"input\">=IRR(A1:A4)</item> gives a result of 11,33%."
+#. HFn;
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163704\n"
+"434\n"
+"help.text"
+msgid "If you enter the numbers <item type=\"input\">2</item>; <item type=\"input\">3 </item>and <item type=\"input\">4</item> in the Number 1; 2 and 3 text boxes, 9 will be returned as the result."
msgstr ""
-#: 04060103.xhp#bm_id3151012.help.text
-msgid "<bookmark_value>calculating; interests for unchanged amortization installments</bookmark_value> <bookmark_value>interests for unchanged amortization installments</bookmark_value> <bookmark_value>ISPMT function</bookmark_value>"
+#. 1RcR
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151740\n"
+"556\n"
+"help.text"
+msgid "<item type=\"input\">=SUM(A1;A3;B5)</item> calculates the sum of the three cells. <item type=\"input\">=SUM (A1:E10)</item> calculates the sum of all cells in the A1 to E10 cell range."
msgstr ""
-#: 04060103.xhp#hd_id3151012.314.help.text
-msgid "ISPMT"
-msgstr "ISPMT"
+#. |gnb
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151756\n"
+"619\n"
+"help.text"
+msgid "Conditions linked by AND can be used with the function SUM() in the following manner:"
+msgstr "AND-ით დაკავშირებული პირობები ფუნქცია SUM()-ით შემდეგ ნაერად შეიძლება იყოს:"
-#: 04060103.xhp#par_id3148693.315.help.text
-msgid "<ahelp hid=\"HID_FUNC_ISPMT\">Calculates the level of interest for unchanged amortization installments.</ahelp>"
+#. ]\KN
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151774\n"
+"620\n"
+"help.text"
+msgid "Example assumption: You have entered invoices into a table. Column A contains the date value of the invoice, column B the amounts. You want to find a formula that you can use to return the total of all amounts only for a specific month, e.g. only the amount for the period >=2008-01-01 to <2008-02-01. The range with the date values covers A1:A40, the range containing the amounts to be totaled is B1:B40. C1 contains the start date, 2008<item type=\"input\">-01-01</item>, of the invoices to be included and C2 the date, 2008<item type=\"input\">-02-01</item>, that is no longer included."
+msgstr "მაგალითი თქვენ a ცხრილი სვეტი A შეიცავს თარიღი - B თქვენ -სკენ a ფორმულა -სკენ დაბრუნება - ყველა -თვის a თვე e g -თვის -სკენ თარიღი A1 -სკენ ტოლია C1 შეიცავს დასაწყისი თარიღი - -სკენ და C2 თარიღი ტოლია არა."
+
+#. (#Dj
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151799\n"
+"621\n"
+"help.text"
+msgid "Enter the following formula as an array formula:"
+msgstr "შემდეგი ფორმულის მასივის ფორმულად შეყვანა:"
+
+#. [XU:
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151813\n"
+"622\n"
+"help.text"
+msgid "<item type=\"input\">=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)</item>"
msgstr ""
-#: 04060103.xhp#hd_id3154661.316.help.text
-msgctxt "04060103.xhp#hd_id3154661.316.help.text"
+#. ,mDh
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151828\n"
+"623\n"
+"help.text"
+msgid "In order to enter this as an array formula, you must press the Shift<switchinline select=\"sys\"><caseinline select=\"MAC\">+Command </caseinline><defaultinline>+ Ctrl</defaultinline></switchinline>+ Enter keys instead of simply pressing the Enter key to close the formula. The formula will then be shown in the <emph>Formula</emph> bar enclosed in braces."
+msgstr ""
+
+#. QxF(
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151869\n"
+"624\n"
+"help.text"
+msgid "{=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)}"
+msgstr "{=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)}"
+
+#. $4A%
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151884\n"
+"625\n"
+"help.text"
+msgid "The formula is based on the fact that the result of a comparison is 1 if the criterion is met and 0 if it is not met. The individual comparison results will be treated as an array and used in matrix multiplication, and at the end the individual values will be totaled to give the result matrix."
+msgstr ""
+
+#. VM(W
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3151957\n"
+"help.text"
+msgid "<bookmark_value>SUMIF function</bookmark_value><bookmark_value>adding;specified numbers</bookmark_value>"
+msgstr "<bookmark_value>SUMIF ფუნქცია</bookmark_value><bookmark_value>მოცემული რიცხვების მიმატება</bookmark_value>"
+
+#. YlFO
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3151957\n"
+"436\n"
+"help.text"
+msgid "SUMIF"
+msgstr "SUMIF"
+
+#. Bt49
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151986\n"
+"437\n"
+"help.text"
+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> ეს ფუნქცია გამოიყენება დიაპაზონის მიმოხილვისთვის, როდესაც ეძებთ განსაზღვრულ მნიშვნელობას."
+
+#. v02L
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152015\n"
+"438\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060103.xhp#par_id3146070.317.help.text
-msgid "ISPMT(Rate; Period; TotalPeriods; Invest)"
-msgstr ""
+#. dDC6
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152028\n"
+"439\n"
+"help.text"
+msgid "SUMIF(Range; Criteria; SumRange)"
+msgstr "SUMIF(დიაპაზონი; კრიტერიუმი; ჯამი_დიაპაზონი)"
-#: 04060103.xhp#par_id3148672.318.help.text
-msgid " <emph>Rate</emph> sets the periodic interest rate."
-msgstr ""
+#. OM2%
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152043\n"
+"440\n"
+"help.text"
+msgid "<emph>Range</emph> is the range to which the criteria are to be applied."
+msgstr "<emph>დიაპაზონი</emph> არის დიაპაზონი რომლისთვისაც კრიტერიუმი უნდა გააქტიურდეს."
-#: 04060103.xhp#par_id3145777.319.help.text
-msgid " <emph>Period</emph> is the number of installments for calculation of interest."
+#. f=xH
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152062\n"
+"441\n"
+"help.text"
+msgid "<emph>Criteria</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criteria is written into the formula, it has to be surrounded by double quotes."
msgstr ""
-#: 04060103.xhp#par_id3153678.320.help.text
-msgid " <emph>TotalPeriods</emph> is the total number of installment periods."
+#. XoTR
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152083\n"
+"442\n"
+"help.text"
+msgid "<emph>SumRange</emph> is the range from which values are summed. If this parameter has not been indicated, the values found in the Range are summed."
msgstr ""
-#: 04060103.xhp#par_id3159390.321.help.text
-msgid " <emph>Invest</emph> is the amount of the investment."
+#. N8zl
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id8347422\n"
+"help.text"
+msgid "SUMIF supports the reference concatenation operator (~) only in the Criteria parameter, and only if the optional SumRange parameter is not given."
msgstr ""
-#: 04060103.xhp#hd_id3156162.322.help.text
-msgctxt "04060103.xhp#hd_id3156162.322.help.text"
+#. aF^9
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152110\n"
+"443\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060103.xhp#par_id3149558.323.help.text
-msgid "For a credit amount of 120,000 currency units with a two-year term and monthly installments, at a yearly interest rate of 12% the level of interest after 1.5 years is required."
+#. eV7I
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152148\n"
+"626\n"
+"help.text"
+msgid "To sum up only negative numbers: <item type=\"input\">=SUMIF(A1:A10;\"<0\")</item>"
msgstr ""
-#: 04060103.xhp#par_id3150949.324.help.text
-msgid " <item type=\"input\">=ISPMT(1%;18;24;120000)</item> = -300 currency units. The monthly interest after 1.5 years amounts to 300 currency units."
+#. +.Uo
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6670125\n"
+"help.text"
+msgid "<item type=\"input\">=SUMIF(A1:A10;\">0\";B1:10)</item> - sums values from the range B1:B10 only if the corresponding values in the range A1:A10 are >0."
msgstr ""
-#: 04060103.xhp#par_id3146812.426.help.text
-msgid "<link href=\"text/scalc/01/04060119.xhp\" name=\"Forward to Financial Functions Part Two\">Financial Functions Part Two</link>"
-msgstr "<link href=\"text/scalc/01/04060119.xhp\" name=\"Forward to Financial Functions Part Two\">ფინანსური ფუნქციები ნაწილი ორი</link>"
-
-#: 04060103.xhp#par_id3154411.427.help.text
-msgid "<link href=\"text/scalc/01/04060118.xhp\" name=\"Forward to Financial Functions Part Three\">Financial Functions Part Three</link>"
-msgstr "<link href=\"text/scalc/01/04060118.xhp\" name=\"Forward to Financial Functions Part Three\">ფინანსური ფუნქციები ნაწილი სამი</link>"
-
-#: func_days.xhp#tit.help.text
-msgid "DAYS "
-msgstr "DAYS "
+#. Y2d%
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6062196\n"
+"help.text"
+msgid "See COUNTIF() for some more syntax examples that can be used with SUMIF()."
+msgstr ""
-#: func_days.xhp#bm_id3151328.help.text
-msgid "<bookmark_value>DAYS function</bookmark_value>"
-msgstr "<bookmark_value>DAYS ფუნქცია</bookmark_value>"
+#. !I]!
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3152195\n"
+"help.text"
+msgid "<bookmark_value>TAN function</bookmark_value>"
+msgstr "<bookmark_value>TAN ფუნქცია</bookmark_value>"
-#: func_days.xhp#hd_id3151328.116.help.text
-msgid "<variable id=\"days\"><link href=\"text/scalc/01/func_days.xhp\">DAYS</link></variable>"
-msgstr "<variable id=\"days\"><link href=\"text/scalc/01/func_days.xhp\">DAYS</link></variable>"
+#. R@;4
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152195\n"
+"446\n"
+"help.text"
+msgid "TAN"
+msgstr "TAN"
-#: func_days.xhp#par_id3155139.117.help.text
-msgid "<ahelp hid=\"HID_FUNC_TAGE\">Calculates the difference between two date values.</ahelp> The result returns the number of days between the two days."
+#. $G/N
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152224\n"
+"447\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TAN\">Returns the tangent of the given angle (in radians).</ahelp>"
msgstr ""
-#: func_days.xhp#hd_id3155184.118.help.text
-msgctxt "func_days.xhp#hd_id3155184.118.help.text"
+#. .::,
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152242\n"
+"448\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: func_days.xhp#par_id3149578.119.help.text
-msgid "DAYS(Date2; Date1)"
-msgstr "DAYS(თარიღი_2;თარიღი_1)"
+#. XgNp
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152255\n"
+"449\n"
+"help.text"
+msgid "TAN(Number)"
+msgstr "ATAN(რიცხვი)"
-#: func_days.xhp#par_id3151376.120.help.text
-msgid "<emph>Date1</emph> is the start date, <emph>Date2</emph> is the end date. If <emph>Date2</emph> is an earlier date than <emph>Date1</emph> the result is a negative number."
+#. x?!E
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152269\n"
+"450\n"
+"help.text"
+msgid "Returns the (trigonometric) tangent of <emph>Number</emph>, the angle in radians."
msgstr ""
-#: func_days.xhp#hd_id3151001.121.help.text
-msgctxt "func_days.xhp#hd_id3151001.121.help.text"
-msgid "Examples"
-msgstr "მაგალითები"
+#. J!3e
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5752128\n"
+"help.text"
+msgid "To return the tangent of an angle in degrees, use the RADIANS function."
+msgstr ""
-#: func_days.xhp#par_id3159101.123.help.text
-msgid "=DAYS(\"2010-01-01\"; NOW()) returns the number of days from today until January 1, 2010."
-msgstr "DAYS(\"1/1/2010\"; NOW()) აბრუნებს დღეების რაოდენობას დღეიდან 2010 წლის 1 იანვრამდე."
+#. yiE@
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152287\n"
+"451\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: func_days.xhp#par_id3163720.172.help.text
-msgid "=DAYS(\"1990-10-10\";\"1980-10-10\") returns 3652 days."
+#. h;ND
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152301\n"
+"452\n"
+"help.text"
+msgid "<item type=\"input\">=TAN(PI()/4) </item>returns 1, the tangent of PI/4 radians."
msgstr ""
-#: 02140100.xhp#tit.help.text
-msgctxt "02140100.xhp#tit.help.text"
-msgid "Down"
-msgstr "დახატული"
+#. M_R!
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1804864\n"
+"help.text"
+msgid "<item type=\"input\">=TAN(RADIANS(45))</item> returns 1, the tangent of 45 degrees."
+msgstr ""
-#: 02140100.xhp#hd_id3150792.1.help.text
-msgid "<link href=\"text/scalc/01/02140100.xhp\" name=\"Down\">Down</link>"
-msgstr "<link href=\"text/scalc/01/02140100.xhp\" name=\"Down\">ქვემოთ</link>"
+#. $EXp
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3165434\n"
+"help.text"
+msgid "<bookmark_value>TANH function</bookmark_value>"
+msgstr "<bookmark_value>TANH ფუნქცია</bookmark_value>"
-#: 02140100.xhp#par_id3153969.2.help.text
-msgid "<ahelp hid=\".uno:FillDown\" visibility=\"visible\">Fills a selected range of at least two rows with the contents of the top cell of the range.</ahelp>"
-msgstr "<ahelp hid=\".uno:FillDown\" visibility=\"visible\">შეავსებს მონიშნულ დიაპაზონს მინიმუმ ორ სტრიქონს დიაპაზონისზედა უჯრის მნიშვნელობით.</ahelp>"
+#. |/lN
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3165434\n"
+"456\n"
+"help.text"
+msgid "TANH"
+msgstr "TANH"
-#: 02140100.xhp#par_id3145787.3.help.text
-msgid "If a selected range has only one column, the contents of the top cell are copied to all others. If several columns are selected, the contents of the corresponding top cell will be copied down."
-msgstr "თუ მონიშნული დიაპაზონი არის მხოლოდ ერთი სვეტი, მაშინ ზედა უჯრის შემადგენლობა კოპირდება ყველ დანარჩენში. თუ მონიშნული რამოდენიმე სვეტი, მაშინ მითითებული მაღლითა უჯრა კოპირებული იქნება დაბლა."
+#. M!}_
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165462\n"
+"457\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TANHYP\">Returns the hyperbolic tangent of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TANHYP\">აბრუნებს რიცხვის ჰიპერბოლურ ტანგენსს.</ahelp>"
-#: 04030000.xhp#tit.help.text
-msgctxt "04030000.xhp#tit.help.text"
-msgid "Rows"
-msgstr "რიგები"
+#. K[(3
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3165480\n"
+"458\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04030000.xhp#bm_id3150541.help.text
-msgid "<bookmark_value>spreadsheets; inserting rows</bookmark_value><bookmark_value>rows; inserting</bookmark_value><bookmark_value>inserting; rows</bookmark_value>"
-msgstr "<bookmark_value>ელექტრონული ცხრილები; inserting rows</bookmark_value><bookmark_value>rows; inserting</bookmark_value><bookmark_value>inserting; rows</bookmark_value>"
+#. |6a4
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165494\n"
+"459\n"
+"help.text"
+msgid "TANH(Number)"
+msgstr "ATANH(რიცხვი)"
-#: 04030000.xhp#hd_id3150541.1.help.text
-msgid "<link href=\"text/scalc/01/04030000.xhp\" name=\"Rows\">Rows</link>"
-msgstr "<link href=\"text/scalc/01/04030000.xhp\" name=\"Rows\">სტრიქონები</link>"
+#. 04-c
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165508\n"
+"460\n"
+"help.text"
+msgid "Returns the hyperbolic tangent of <emph>Number</emph>."
+msgstr ""
-#: 04030000.xhp#par_id3150767.2.help.text
-msgid "<ahelp hid=\".uno:InsertRows\" visibility=\"visible\">Inserts a new row above the active cell.</ahelp> The number of rows inserted correspond to the number of rows selected. The existing rows are moved downward."
-msgstr "<ahelp hid=\".uno:InsertRows\" visibility=\"visible\">Inserts a new row above the active cell.</ahelp> The number of rows inserted correspond to the number of rows selected. The existing rows are moved downward."
+#. a7)!
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3165527\n"
+"461\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060108.xhp#tit.help.text
-msgctxt "04060108.xhp#tit.help.text"
-msgid "Statistics Functions"
-msgstr "სტატისტიკური ფუნქციები"
+#. mI9D
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165541\n"
+"462\n"
+"help.text"
+msgid "<item type=\"input\">=TANH(0)</item> returns 0, the hyperbolic tangent of 0."
+msgstr ""
-#: 04060108.xhp#bm_id3153018.help.text
-msgid "<bookmark_value>statistics functions</bookmark_value><bookmark_value>Function Wizard; statistics</bookmark_value><bookmark_value>functions; statistics functions</bookmark_value>"
-msgstr "<bookmark_value>ელცხრილები; ფუნქცუები</bookmark_value><bookmark_value>ფუნქცუების ოსტატი, ელცხრილები</bookmark_value><bookmark_value>ფუნქცუები; ელცხრილები</bookmark_value>"
+#. zo+P
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3165633\n"
+"help.text"
+msgid "<bookmark_value>AutoFilter function; subtotals</bookmark_value><bookmark_value>sums;of filtered data</bookmark_value><bookmark_value>filtered data; sums</bookmark_value><bookmark_value>SUBTOTAL function</bookmark_value>"
+msgstr "<bookmark_value>AutoFilter ფუნქცია; ქვეჯამები</bookmark_value><bookmark_value>გაფილტრული მონაცემების ჯამები</bookmark_value><bookmark_value>გაფილტრული მონაცემები; ჯამები</bookmark_value><bookmark_value>SUBTOTAL ფუნქცია</bookmark_value>"
-#: 04060108.xhp#hd_id3153018.1.help.text
-msgctxt "04060108.xhp#hd_id3153018.1.help.text"
-msgid "Statistics Functions"
-msgstr "სტატისტიკური ფუნქციები"
+#. Ihu9
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3165633\n"
+"466\n"
+"help.text"
+msgid "SUBTOTAL"
+msgstr "SUBTOTAL"
-#: 04060108.xhp#par_id3157874.2.help.text
-msgid "<variable id=\"statistiktext\">This category contains the <emph>Statistics</emph> functions. </variable>"
-msgstr "<variable id=\"statistiktext\">ეს კატეგორია შეიცავს <emph>სტატისტიკურ</emph> ფუნქციებს. </variable>"
+#. N0:z
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165682\n"
+"467\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TEILERGEBNIS\">Calculates subtotals.</ahelp> If a range already contains subtotals, these are not used for further calculations. Use this function with the AutoFilters to take only the filtered records into account."
+msgstr "<ahelp hid=\"HID_FUNC_TEILERGEBNIS\">გამოთვლის ქვეჯამებს.</ahelp> თუ დიაპაზონი უკვე შეიცავს ქვეჯამებს, იგი არ გამოიყენება შემდგომი გამოთვლისთვის. გამოიყენეთ ეს ფუნქცია ავტოფილტრთან ერთად ანგარიშში მხოლოდ გაფილტრული ჩანაწერების მისაღებად."
-#: 04060108.xhp#par_id3149001.9.help.text
-msgid "Some of the examples use the following data table:"
-msgstr "ზოგი მაგალითი გამოყენებულია შემდეგ ცხრილში:"
+#. TLkP
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3165704\n"
+"495\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060108.xhp#par_id3148775.10.help.text
-msgctxt "04060108.xhp#par_id3148775.10.help.text"
-msgid "C"
-msgstr "C"
+#. 9*c(
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165717\n"
+"496\n"
+"help.text"
+msgid "SUBTOTAL(Function; Range)"
+msgstr "SUBTOTAL(ფუნქცია; დიაპაზონი)"
-#: 04060108.xhp#par_id3145297.11.help.text
-msgctxt "04060108.xhp#par_id3145297.11.help.text"
-msgid "D"
-msgstr "D"
+#. [?*[
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165731\n"
+"497\n"
+"help.text"
+msgid "<emph>Function</emph> is a number that stands for one of the following functions:"
+msgstr "<emph>ფუნქცია</emph> არის რიცხვი, რომელიც მიეკუთვნება შემდეგ ფუნქციათაგან ერთერთს:"
-#: 04060108.xhp#par_id3150661.12.help.text
-msgctxt "04060108.xhp#par_id3150661.12.help.text"
+#. -GqI
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165782\n"
+"469\n"
+"help.text"
+msgid "Function index"
+msgstr "ფუნქციის ინდექსი"
+
+#. :gY%
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165806\n"
+"470\n"
+"help.text"
+msgid "Function"
+msgstr "ფუნქცია"
+
+#. z$5i
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165833\n"
+"471\n"
+"help.text"
+msgid "1"
+msgstr "1"
+
+#. n-]W
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165856\n"
+"472\n"
+"help.text"
+msgid "AVERAGE"
+msgstr "AVERAGE"
+
+#. 6MF%
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165883\n"
+"473\n"
+"help.text"
msgid "2"
msgstr "2"
-#: 04060108.xhp#par_id3153551.13.help.text
-msgid "x value"
-msgstr "x მნიშვნელობა"
-
-#: 04060108.xhp#par_id3147536.14.help.text
-msgid "y value"
-msgstr "y მნიშვნელობა"
+#. OE-C
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165906\n"
+"474\n"
+"help.text"
+msgid "COUNT"
+msgstr "COUNT"
-#: 04060108.xhp#par_id3153224.15.help.text
-msgctxt "04060108.xhp#par_id3153224.15.help.text"
+#. Z)Vk
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165933\n"
+"475\n"
+"help.text"
msgid "3"
msgstr "3"
-#: 04060108.xhp#par_id3150475.16.help.text
-msgctxt "04060108.xhp#par_id3150475.16.help.text"
-msgid "-5"
-msgstr "-5"
-
-#: 04060108.xhp#par_id3155367.17.help.text
-msgid "-3"
-msgstr "-3"
+#. W%u2
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165956\n"
+"476\n"
+"help.text"
+msgid "COUNTA"
+msgstr "COUNTA"
-#: 04060108.xhp#par_id3149783.18.help.text
-msgctxt "04060108.xhp#par_id3149783.18.help.text"
+#. 2uY!
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165983\n"
+"477\n"
+"help.text"
msgid "4"
msgstr "4"
-#: 04060108.xhp#par_id3153181.19.help.text
-msgid "-2"
-msgstr "-2"
-
-#: 04060108.xhp#par_id3148429.20.help.text
-msgctxt "04060108.xhp#par_id3148429.20.help.text"
-msgid "0"
-msgstr "0"
+#. vX~/
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3166006\n"
+"478\n"
+"help.text"
+msgid "MAX"
+msgstr "MAX"
-#: 04060108.xhp#par_id3152588.21.help.text
-msgctxt "04060108.xhp#par_id3152588.21.help.text"
+#. :30O
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3166033\n"
+"479\n"
+"help.text"
msgid "5"
msgstr "5"
-#: 04060108.xhp#par_id3147483.22.help.text
-msgid "-1"
-msgstr "-1"
-
-#: 04060108.xhp#par_id3083443.23.help.text
-msgctxt "04060108.xhp#par_id3083443.23.help.text"
-msgid "1"
-msgstr "1"
+#. =X[L
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3166056\n"
+"480\n"
+"help.text"
+msgid "MIN"
+msgstr "MIN"
-#: 04060108.xhp#par_id3149826.24.help.text
-msgctxt "04060108.xhp#par_id3149826.24.help.text"
+#. V~RG
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143316\n"
+"481\n"
+"help.text"
msgid "6"
msgstr "6"
-#: 04060108.xhp#par_id3163820.25.help.text
-msgctxt "04060108.xhp#par_id3163820.25.help.text"
-msgid "0"
-msgstr "0"
-
-#: 04060108.xhp#par_id3154816.26.help.text
-msgctxt "04060108.xhp#par_id3154816.26.help.text"
-msgid "3"
-msgstr "3"
+#. ]R@I
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143339\n"
+"482\n"
+"help.text"
+msgid "PRODUCT"
+msgstr "PRODUCT"
-#: 04060108.xhp#par_id3149276.27.help.text
-msgctxt "04060108.xhp#par_id3149276.27.help.text"
+#. mW;g
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143366\n"
+"483\n"
+"help.text"
msgid "7"
msgstr "7"
-#: 04060108.xhp#par_id3149267.28.help.text
-msgctxt "04060108.xhp#par_id3149267.28.help.text"
-msgid "2"
-msgstr "2"
-
-#: 04060108.xhp#par_id3156310.29.help.text
-msgctxt "04060108.xhp#par_id3156310.29.help.text"
-msgid "4"
-msgstr "4"
+#. VpV/
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143389\n"
+"484\n"
+"help.text"
+msgid "STDEV"
+msgstr "STDEV"
-#: 04060108.xhp#par_id3154639.30.help.text
-msgctxt "04060108.xhp#par_id3154639.30.help.text"
+#. rjtJ
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143416\n"
+"485\n"
+"help.text"
msgid "8"
msgstr "8"
-#: 04060108.xhp#par_id3145205.31.help.text
-msgctxt "04060108.xhp#par_id3145205.31.help.text"
-msgid "4"
-msgstr "4"
-
-#: 04060108.xhp#par_id3153276.32.help.text
-msgctxt "04060108.xhp#par_id3153276.32.help.text"
-msgid "6"
-msgstr "6"
+#. l]9I
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143439\n"
+"486\n"
+"help.text"
+msgid "STDEVP"
+msgstr "STDEVP"
-#: 04060108.xhp#par_id3150756.33.help.text
-msgctxt "04060108.xhp#par_id3150756.33.help.text"
+#. .cTl
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143466\n"
+"487\n"
+"help.text"
msgid "9"
msgstr "9"
-#: 04060108.xhp#par_id3156095.34.help.text
-msgctxt "04060108.xhp#par_id3156095.34.help.text"
-msgid "6"
-msgstr "6"
+#. =S!{
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143489\n"
+"488\n"
+"help.text"
+msgid "SUM"
+msgstr "SUM"
-#: 04060108.xhp#par_id3152929.35.help.text
-msgctxt "04060108.xhp#par_id3152929.35.help.text"
-msgid "8"
-msgstr "8"
+#. a@+X
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143516\n"
+"489\n"
+"help.text"
+msgid "10"
+msgstr "10"
-#: 04060108.xhp#par_id3156324.36.help.text
-msgid "The statistical functions are described in the following subsections."
-msgstr "სტატისტიკური ფუნქციები შემდეგ ქვესექციაშია აღწერილი."
+#. [oat
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143539\n"
+"490\n"
+"help.text"
+msgid "VAR"
+msgstr "VAR"
-#: 04060108.xhp#par_id3150271.37.help.text
-msgid "<link href=\"text/scalc/01/04060116.xhp\" name=\"Statistical Functions in the Analysis-AddIn.\">Statistical Functions in the Analysis-AddIn</link>"
-msgstr "<link href=\"text/scalc/01/04060116.xhp\" name=\"Statistical Functions in the Analysis-AddIn.\">ანალიზის დამატებითი სტატისტიკური ფუნქციები</link>"
+#. J6k.
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143566\n"
+"491\n"
+"help.text"
+msgid "11"
+msgstr "11"
-#: 05030300.xhp#tit.help.text
-msgid "Hide"
-msgstr "დამალვა"
+#. }2/C
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143589\n"
+"492\n"
+"help.text"
+msgid "VARP"
+msgstr "VARP"
-#: 05030300.xhp#bm_id3147265.help.text
-msgid "<bookmark_value>spreadsheets; hiding functions</bookmark_value><bookmark_value>hiding; rows</bookmark_value><bookmark_value>hiding; columns</bookmark_value><bookmark_value>hiding; sheets</bookmark_value><bookmark_value>sheets;hiding</bookmark_value><bookmark_value>columns;hiding</bookmark_value><bookmark_value>rows;hiding</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>"
+#. }MLr
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143606\n"
+"498\n"
+"help.text"
+msgid "<emph>Range</emph> is the range whose cells are included."
+msgstr "<emph>დიაპაზონი</emph> არის დიაპაზონი, რომელთა უჯრებიც ჩართულია."
-#: 05030300.xhp#hd_id3147265.1.help.text
-msgid "<link href=\"text/scalc/01/05030300.xhp\" name=\"Hide\">Hide</link>"
-msgstr "<link href=\"text/scalc/01/05030300.xhp\" name=\"Hide\">დამალვა</link>"
+#. t,s)
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3143625\n"
+"499\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 05030300.xhp#par_id3156281.2.help.text
-msgid "<ahelp hid=\".uno:Hide\">Hides selected rows, columns or individual sheets.</ahelp>"
+#. _uRT
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143638\n"
+"562\n"
+"help.text"
+msgid "You have a table in the cell range A1:B5 containing cities in column A and accompanying figures in column B. You have used an AutoFilter so that you only see rows containing the city Hamburg. You want to see the sum of the figures that are displayed; that is, just the subtotal for the filtered rows. In this case the correct formula would be:"
msgstr ""
-#: 05030300.xhp#par_id3148645.3.help.text
-msgid "Select the rows or columns that you want to hide, and then choose <emph>Format - Row - Hide </emph>or<emph> Format - Column - Hide</emph>."
+#. aL_h
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143658\n"
+"563\n"
+"help.text"
+msgid "<item type=\"input\">=SUBTOTAL(9;B2:B5)</item>"
msgstr ""
-#: 05030300.xhp#par_id3147427.6.help.text
-msgid "You can hide a sheet by selecting the sheet tab and then choosing <emph>Format - Sheet - Hide</emph>. Hidden sheets are not printed unless they occur within a <link href=\"text/scalc/01/05080000.xhp\" name=\"print range\">print range</link>."
+#. bKe|
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3143672\n"
+"help.text"
+msgid "<bookmark_value>Euro; converting</bookmark_value><bookmark_value>EUROCONVERT function</bookmark_value>"
+msgstr "<bookmark_value>Euro; გარდაქმნა</bookmark_value><bookmark_value>CONVERT ფუნქცია</bookmark_value>"
+
+#. -?40
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3143672\n"
+"564\n"
+"help.text"
+msgid "EUROCONVERT"
msgstr ""
-#: 05030300.xhp#par_id3153157.5.help.text
-msgid "A break in the row or column header indicates whether the row or column is hidden."
+#. l2rW
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143708\n"
+"565\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_UMRECHNEN\">Converts between old European national currency and to and from Euros.</ahelp>"
msgstr ""
-#: 05030300.xhp#par_id3145251.4.help.text
-msgid "To display hidden rows, columns or sheets"
-msgstr "დამალული რიგების, სვეტების ან ფურცლების ასასახად"
+#. c|c:
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143731\n"
+"566\n"
+"help.text"
+msgid "<emph>Syntax</emph>"
+msgstr "<emph>სინტაქსი</emph>"
-#: 05030300.xhp#par_id8337046.help.text
-msgid "Select the range that includes the hidden objects. You can also use the box in the corner above row 1 and beside column A. For sheets, this step is not necessary."
+#. J@}i
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143748\n"
+"567\n"
+"help.text"
+msgid "EUROCONVERT(Value; \"From_currency\"; \"To_currency\", full_precision, triangulation_precision)"
msgstr ""
-#: 05030300.xhp#par_id5532090.help.text
-msgid "Choose <link href=\"text/scalc/01/05030400.xhp\" name=\"Format - Row/Column - Show\">Format - Row/Column - Show</link> or <link href=\"text/scalc/01/05050300.xhp\" name=\"Format - Sheet - Show\">Format - Sheet - Show</link>."
-msgstr "აირჩიეთ <link href=\"text/scalc/01/05030400.xhp\" name=\"Format - Row/Column - Show\">ფორმატირება - რიგი/სვეტი - ჩვენება</link> ან <link href=\"text/scalc/01/05050300.xhp\" name=\"Format - Sheet - Show\">ფორმატირება - ფურცელი - ჩვენება</link>."
-
-#: func_minute.xhp#tit.help.text
-#, fuzzy
-msgid "MINUTE"
-msgstr "MINUTE "
+#. s9;S
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143763\n"
+"568\n"
+"help.text"
+msgid "<emph>Value</emph> is the amount of the currency to be converted."
+msgstr ""
-#: func_minute.xhp#bm_id3149803.help.text
-msgid "<bookmark_value>MINUTE function</bookmark_value>"
-msgstr "<bookmark_value>MINUTE ფუნქცია</bookmark_value>"
+#. 7LY3
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143782\n"
+"569\n"
+"help.text"
+msgid "<emph>From_currency</emph> and <emph>To_currency</emph> are the currency units to convert from and to respectively. These must be text, the official abbreviation for the currency (for example, \"EUR\"). The rates (shown per Euro) were set by the European Commission."
+msgstr ""
-#: func_minute.xhp#hd_id3149803.66.help.text
-msgid "<variable id=\"minute\"><link href=\"text/scalc/01/func_minute.xhp\">MINUTE</link></variable>"
-msgstr "<variable id=\"minute\"><link href=\"text/scalc/01/func_minute.xhp\">MINUTE</link></variable>"
+#. Db9k
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id0119200904301810\n"
+"help.text"
+msgid "<emph>Full_precision</emph> is optional. If omitted or False, the result is rounded according to the decimals of the To currency. If Full_precision is True, the result is not rounded."
+msgstr ""
-#: func_minute.xhp#par_id3148988.67.help.text
-msgid "<ahelp hid=\"HID_FUNC_MINUTE\">Calculates the minute for an internal time value.</ahelp> The minute is returned as a number between 0 and 59."
+#. T~NT
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id0119200904301815\n"
+"help.text"
+msgid "<emph>Triangulation_precision</emph> is optional. If Triangulation_precision is given and >=3, the intermediate result of a triangular conversion (currency1,EUR,currency2) is rounded to that precision. If Triangulation_precision is omitted, the intermediate result is not rounded. Also if To currency is \"EUR\", Triangulation_precision is used as if triangulation was needed and conversion from EUR to EUR was applied."
msgstr ""
-#: func_minute.xhp#hd_id3154343.68.help.text
-msgctxt "func_minute.xhp#hd_id3154343.68.help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+#. {EAE
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143819\n"
+"570\n"
+"help.text"
+msgid "<emph>Examples</emph>"
+msgstr "<emph>სახელი</emph>"
-#: func_minute.xhp#par_id3148660.69.help.text
-msgid "MINUTE(Number)"
-msgstr "MINUTE(რიცხვი)"
+#. vsFY
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143837\n"
+"571\n"
+"help.text"
+msgid "<item type=\"input\">=EUROCONVERT(100;\"ATS\";\"EUR\")</item> converts 100 Austrian Schillings into Euros."
+msgstr ""
-#: func_minute.xhp#par_id3154611.70.help.text
-msgid "<emph>Number</emph>, as a time value, is a decimal number where the number of the minute is to be returned."
-msgstr "<emph>რიცხვი</emph>, რგორც დროის მნიშვნელობა; არის ათწილადი; რომლისთვისაც დაბრუნდება წამები."
+#. 6fOr
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143853\n"
+"572\n"
+"help.text"
+msgid "<item type=\"input\">=EUROCONVERT(100;\"EUR\";\"DEM\")</item> converts 100 Euros into German Marks."
+msgstr ""
-#: func_minute.xhp#hd_id3145374.71.help.text
-msgctxt "func_minute.xhp#hd_id3145374.71.help.text"
-msgid "Examples"
-msgstr "მაგალითები"
+#. *)#~
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id0908200902090676\n"
+"help.text"
+msgid "<bookmark_value>CONVERT function</bookmark_value>"
+msgstr "<bookmark_value>COVAR ფუნქცია</bookmark_value>"
-#: func_minute.xhp#par_id3148463.72.help.text
-msgid "<item type=\"input\">=MINUTE(8.999)</item> returns 58"
-msgstr ""
+#. gNX/
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id0908200902074836\n"
+"help.text"
+msgid "CONVERT"
+msgstr "CONVERT"
-#: func_minute.xhp#par_id3149419.73.help.text
-msgid "<item type=\"input\">=MINUTE(8.9999)</item> returns 59"
+#. J/nN
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id0908200902131122\n"
+"help.text"
+msgid "<ahelp hid=\".\">Converts a value from one unit of measurement to another unit of measurement. The conversion factors are given in a list in the configuration.</ahelp>"
msgstr ""
-#: func_minute.xhp#par_id3144755.74.help.text
-msgid "<item type=\"input\">=MINUTE(NOW())</item> returns the current minute value."
+#. juOr
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id0908200902475420\n"
+"help.text"
+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 ""
-#: 12030100.xhp#tit.help.text
-msgid "Sort Criteria"
-msgstr "დახარისხების კრიტერიუმი"
+#. ,C94
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id0908200902131071\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12030100.xhp#bm_id3152350.help.text
-msgid "<bookmark_value>sorting; sort criteria for database ranges</bookmark_value>"
+#. #N-W
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id0908200902131191\n"
+"help.text"
+msgid "CONVERT(value;\"text\";\"text\")"
msgstr ""
-#: 12030100.xhp#hd_id3152350.1.help.text
-msgid "<link href=\"text/scalc/01/12030100.xhp\" name=\"Sort Criteria\">Sort Criteria</link>"
-msgstr "<link href=\"text/scalc/01/12030100.xhp\" name=\"Sort Criteria\">დახარისხების კრიტერიუმი</link>"
+#. ``?7
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id0908200902131152\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12030100.xhp#par_id3151385.2.help.text
-msgid "<ahelp hid=\"HID_SCPAGE_SORT_FIELDS\">Specify the sorting options for the selected range.</ahelp>"
+#. #H\$
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id090820090213112\n"
+"help.text"
+msgid "<item type=\"input\">=CONVERT(100;\"ATS\";\"EUR\")</item> returns the Euro value of 100 Austrian Schillings."
msgstr ""
-#: 12030100.xhp#par_id3152462.24.help.text
-msgid "Ensure that you include any row and column titles in the selection."
+#. c|`S
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id0908200902475431\n"
+"help.text"
+msgid "=CONVERT(100;\"EUR\";\"DEM\") converts 100 Euros into German Marks."
msgstr ""
-#: 12030100.xhp#hd_id3147428.3.help.text
-msgctxt "12030100.xhp#hd_id3147428.3.help.text"
-msgid "Sort by"
-msgstr "დახარისხება"
+#. oX[H
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3157177\n"
+"help.text"
+msgid "<bookmark_value>ODD function</bookmark_value><bookmark_value>rounding;up/down to nearest odd integer</bookmark_value>"
+msgstr "<bookmark_value>ODD ფუნქცია</bookmark_value><bookmark_value>დამრგვალება;ზემოთ/ქვემოთ უახლოეს კენტ მთელ რიცხვამდე</bookmark_value>"
-#: 12030100.xhp#par_id3155854.4.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_SORT_FIELDS:LB_SORT1\">Select the column that you want to use as the primary sort key.</ahelp>"
+#. eB`9
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3157177\n"
+"502\n"
+"help.text"
+msgid "ODD"
+msgstr "ODD"
+
+#. f-_f
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157205\n"
+"503\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_UNGERADE\">Rounds a positive number up to the nearest odd integer and a negative number down to the nearest odd integer.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_UNGERADE\">დადებით რიცხვს ამრგვალებს ზევით უახლოეს კენტ რიცხვამდე და უარყოფითს ქვემოთ უახლოეს კენტ რიცხვამდე.</ahelp>"
+
+#. I/rj
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3157223\n"
+"504\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. ]S_o
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157237\n"
+"505\n"
+"help.text"
+msgid "ODD(Number)"
+msgstr "ODD(რიცხვი)"
+
+#. 8W)8
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157250\n"
+"506\n"
+"help.text"
+msgid "Returns <emph>Number</emph> rounded to the next odd integer up, away from zero."
+msgstr ""
+
+#. \2|$
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3157270\n"
+"507\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. PXTl
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157283\n"
+"508\n"
+"help.text"
+msgid "<item type=\"input\">=ODD(1.2)</item> returns 3."
msgstr ""
-#: 12030100.xhp#hd_id3146121.5.help.text
-msgctxt "12030100.xhp#hd_id3146121.5.help.text"
-msgid "Ascending"
-msgstr "ზდრადობით"
+#. g+6/
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id8746910\n"
+"help.text"
+msgid "<item type=\"input\">=ODD(1)</item> returns 1."
+msgstr ""
-#: 12030100.xhp#par_id3148645.6.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_UP1\">Sorts the selection from the lowest value to the highest value. The sorting rules are given by the locale. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages."
+#. U=iS
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9636524\n"
+"help.text"
+msgid "<item type=\"input\">=ODD(0)</item> returns 1."
msgstr ""
-#: 12030100.xhp#hd_id3155411.7.help.text
-msgctxt "12030100.xhp#hd_id3155411.7.help.text"
-msgid "Descending"
-msgstr "კლებადობით"
+#. Y$ZX
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5675527\n"
+"help.text"
+msgid "<item type=\"input\">=ODD(-3.1)</item> returns -5."
+msgstr ""
-#: 12030100.xhp#par_id3151075.8.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_DOWN1\">Sorts the selection from the highest value to the lowest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages."
+#. )^@2
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3157404\n"
+"help.text"
+msgid "<bookmark_value>FLOOR function</bookmark_value><bookmark_value>rounding;down to nearest multiple of significance</bookmark_value>"
+msgstr "<bookmark_value>CEILING ფუნქცია</bookmark_value><bookmark_value>დამრგვალება;ზემოთ მნიშვნელთა მამრავლზე</bookmark_value>"
+
+#. .a6W
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3157404\n"
+"512\n"
+"help.text"
+msgid "FLOOR"
+msgstr "FLOOR"
+
+#. ]5\w
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157432\n"
+"513\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_UNTERGRENZE\">Rounds a number down to the nearest multiple of Significance.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_OBERGRENZE\">ამრგვალებს რიცხვს უახლოეს საერთო მამრავლამდე.</ahelp>"
+
+#. @d;9
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3157451\n"
+"514\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#. .kHH
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157464\n"
+"515\n"
+"help.text"
+msgid "FLOOR(Number; Significance; Mode)"
+msgstr "FLOOR ნომერი რეჟიმი"
+
+#. !%eZ
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157478\n"
+"516\n"
+"help.text"
+msgid "<emph>Number</emph> is the number that is to be rounded down."
+msgstr "<emph>რიცხვი</emph> არის ქვემოთ დასამრგვალებელი რიცხვი."
+
+#. 75+q
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157497\n"
+"517\n"
+"help.text"
+msgid "<emph>Significance</emph> is the value to whose multiple the number is to be rounded down."
msgstr ""
-#: 12030100.xhp#hd_id3154492.9.help.text
-msgctxt "12030100.xhp#hd_id3154492.9.help.text"
-msgid "Then by"
-msgstr "მაშინ"
+#. 32GZ
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157517\n"
+"561\n"
+"help.text"
+msgid "<emph>Mode</emph> is an optional value. If the Mode value is given and not equal to zero, and if Number and Significance are negative, then rounding is done based on the absolute value of the number. This parameter is ignored when exporting to MS Excel as Excel does not know any third parameter."
+msgstr ""
-#: 12030100.xhp#par_id3156283.10.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_SORT_FIELDS:LB_SORT2\">Select the column that you want to use as the secondary sort key.</ahelp>"
+#. ]@b@
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163894\n"
+"630\n"
+"help.text"
+msgid "If both parameters Number and Significance are negative, and if the Mode value is equal to zero or is not specified, then the results in $[officename] Calc and Excel will differ after exporting. If you export the spreadsheet to Excel, use Mode=1 to see the same results in Excel as in Calc."
msgstr ""
-#: 12030100.xhp#hd_id3149413.11.help.text
-msgctxt "12030100.xhp#hd_id3149413.11.help.text"
-msgid "Ascending"
-msgstr "ზდრადობით"
+#. )09[
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163932\n"
+"518\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12030100.xhp#par_id3154018.12.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_UP2\">Sorts the selection from the lowest value to the highest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
+#. jo_;
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163945\n"
+"519\n"
+"help.text"
+msgid "<item type=\"input\">=FLOOR( -11;-2)</item> returns -12"
msgstr ""
-#: 12030100.xhp#hd_id3146972.13.help.text
-msgctxt "12030100.xhp#hd_id3146972.13.help.text"
-msgid "Descending"
-msgstr "კლებადობით"
+#. npa5
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163966\n"
+"520\n"
+"help.text"
+msgid "<item type=\"input\">=FLOOR( -11;-2;0)</item> returns -12"
+msgstr ""
-#: 12030100.xhp#par_id3145640.14.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_DOWN2\">Sorts the selection from the highest value to the lowest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
+#. )-P?
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163988\n"
+"521\n"
+"help.text"
+msgid "<item type=\"input\">=FLOOR( -11;-2;1)</item> returns -10"
msgstr ""
-#: 12030100.xhp#hd_id3154756.15.help.text
-msgctxt "12030100.xhp#hd_id3154756.15.help.text"
-msgid "Then by"
-msgstr "მაშინ"
+#. 9wCg
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3164086\n"
+"help.text"
+msgid "<bookmark_value>SIGN function</bookmark_value><bookmark_value>algebraic signs</bookmark_value>"
+msgstr "<bookmark_value>SIGN ფუნქცია</bookmark_value><bookmark_value>ალგებრული ნიშნები</bookmark_value>"
-#: 12030100.xhp#par_id3147338.16.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_SORT_FIELDS:LB_SORT3\">Select the column that you want to use as the third sort key.</ahelp>"
+#. j0[V
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164086\n"
+"523\n"
+"help.text"
+msgid "SIGN"
+msgstr "SIGN"
+
+#. h){k
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164115\n"
+"524\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VORZEICHEN\">Returns the sign of a number. Returns 1 if the number is positive, -1 if negative and 0 if zero.</ahelp>"
msgstr ""
-#: 12030100.xhp#hd_id3163808.17.help.text
-msgctxt "12030100.xhp#hd_id3163808.17.help.text"
-msgid "Ascending"
-msgstr "ზდრადობით"
+#. (9Im
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164136\n"
+"525\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12030100.xhp#par_id3155336.18.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_UP3\">Sorts the selection from the lowest value to the highest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
+#. -A@u
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164150\n"
+"526\n"
+"help.text"
+msgid "SIGN(Number)"
+msgstr "SIGN(რიცხვი)"
+
+#. (rp9
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164164\n"
+"527\n"
+"help.text"
+msgid "<emph>Number</emph> is the number whose sign is to be determined."
+msgstr "<emph>რიცხვი</emph> რიცხვი, რომლის ნიშანიც უნდა განისაზღვროს."
+
+#. `Z*v
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164183\n"
+"528\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. }qB5
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164197\n"
+"529\n"
+"help.text"
+msgid "<item type=\"input\">=SIGN(3.4)</item> returns 1."
msgstr ""
-#: 12030100.xhp#hd_id3147364.19.help.text
-msgctxt "12030100.xhp#hd_id3147364.19.help.text"
-msgid "Descending"
-msgstr "კლებადობით"
+#. 7-Wr
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164212\n"
+"530\n"
+"help.text"
+msgid "<item type=\"input\">=SIGN(-4.5)</item> returns -1."
+msgstr ""
-#: 12030100.xhp#par_id3149258.20.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_DOWN3\">Sorts the selection from the highest value to the lowest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
+#. =!t{
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3164252\n"
+"help.text"
+msgid "<bookmark_value>MROUND function</bookmark_value><bookmark_value>nearest multiple</bookmark_value>"
+msgstr "<bookmark_value>ROT13 ფუნქცია</bookmark_value><bookmark_value>ტექსტის გაშიფვრვა</bookmark_value>"
+
+#. ko)_
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164252\n"
+"658\n"
+"help.text"
+msgid "MROUND"
+msgstr "MROUND"
+
+#. w6~f
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164288\n"
+"659\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_MROUND\">Returns a number rounded to the nearest multiple of another number.</ahelp>"
msgstr ""
-#: 12030100.xhp#hd_id3150300.21.help.text
-msgid "Sort Ascending/Descending"
-msgstr "დახარისხება ზრდადობის/კლებადობით მიხედვით"
+#. bzjC
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164306\n"
+"660\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12030100.xhp#par_id3158212.22.help.text
-msgid "<ahelp hid=\".uno:SortDescending\"><variable id=\"sytext\">Sorts the selection from the highest to the lowest value, or from the lowest to the highest value. Number fields are sorted by size and text fields by the order of the characters. You can define the sort rules on Data - Sort - Options.</variable></ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
+#. K(5L
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164320\n"
+"661\n"
+"help.text"
+msgid "MROUND(Number; Multiple)"
+msgstr "MROUND(რიცხვი; მამრავლი)"
+
+#. MO-$
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3486434\n"
+"help.text"
+msgid "Returns <emph>Number</emph> rounded to the nearest multiple of <emph>Multiple</emph>."
+msgstr ""
+
+#. GjDU
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3068636\n"
+"help.text"
+msgid "An alternative implementation would be <item type=\"literal\">Multiple * ROUND(Number/Multiple)</item>."
msgstr ""
-#: 12030100.xhp#par_id3159236.25.help.text
-msgid "Icons on the <emph>Standard</emph> toolbar"
-msgstr "ხატულები <emph>სტანდარტულ</emph> ხელსაწყოთა პანელზე"
+#. VIhx
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164333\n"
+"662\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 05100000.xhp#tit.help.text
-msgid "Styles and Formatting"
-msgstr "სტილები და ფორმატირება"
+#. =;Tf
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164347\n"
+"663\n"
+"help.text"
+msgid "<item type=\"input\">=MROUND(15.5;3)</item> returns 15, as 15.5 is closer to 15 (= 3*5) than to 18 (= 3*6)."
+msgstr ""
-#: 05100000.xhp#bm_id3150447.help.text
-msgid "<bookmark_value>Stylist, see Styles and Formatting window</bookmark_value> <bookmark_value>Styles and Formatting window</bookmark_value> <bookmark_value>formats; Styles and Formatting window</bookmark_value> <bookmark_value>formatting; Styles and Formatting 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>"
+#. B~RO
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_idN14DD6\n"
+"help.text"
+msgid "<item type=\"input\">=MROUND(1.4;0.5)</item> returns 1.5 (= 0.5*3)."
+msgstr ""
-#: 05100000.xhp#hd_id3150447.1.help.text
-msgid "<link href=\"text/scalc/01/05100000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link>"
-msgstr "<link href=\"text/scalc/01/05100000.xhp\" name=\"Styles and Formatting\">სტილები და ფორმატირება</link>"
+#. YD[D
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3164375\n"
+"help.text"
+msgid "<bookmark_value>SQRT function</bookmark_value><bookmark_value>square roots;positive numbers</bookmark_value>"
+msgstr "<bookmark_value>SQRT ფუნქცია</bookmark_value><bookmark_value>კვადრატული ფესვები;დადებითი რიცხვები</bookmark_value>"
-#: 05100000.xhp#par_id3147434.2.help.text
-msgid "Use the Styles and Formatting window to assign styles to objects and text sections. You can update Styles, modify existing Styles or create new Styles."
-msgstr "გამოყენება სტილები და ფორმატირება -სკენ -სკენ და ტექსტი სექცია თქვენ განახლება სტილები სტილები ან ახალი სტილები."
+#. OS`V
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164375\n"
+"532\n"
+"help.text"
+msgid "SQRT"
+msgstr "SQRT"
-#: 05100000.xhp#par_id3149665.30.help.text
-msgid "The Styles and Formatting <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">dockable window</link> can remain open while editing the document."
-msgstr "სტილები და ფორმატირება <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">მიმაგრებადი ფანჯარა</link> შეიძლება შეგახსენოთ გახსნა დოკუმენტის რედაქტირებისას."
+#. jU.I
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164404\n"
+"533\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_WURZEL\">Returns the positive square root of a number.</ahelp>"
+msgstr ""
-#: 05100000.xhp#hd_id3150012.36.help.text
-msgid "How to apply a cell style:"
-msgstr "როგორ მოხდეს უჯრის სტილის გააქტიურება:"
+#. bc8m
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164424\n"
+"534\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 05100000.xhp#par_id3159155.37.help.text
-msgid "Select the cell or cell range."
-msgstr "უჯრის ან უჯრათა დიაპაზონის ამორჩევა."
+#. W7vv
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164437\n"
+"535\n"
+"help.text"
+msgid "SQRT(Number)"
+msgstr "SQRT(რიცხვი)"
-#: 05100000.xhp#par_id3145749.38.help.text
-msgid "Double-click the style in the Styles and Formatting window."
-msgstr "ორმაგი-წკაპი სტილზე სტილების და ფორმატირების ფანჯარაში."
+#. v%]W
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164451\n"
+"536\n"
+"help.text"
+msgid "Returns the positive square root of <emph>Number</emph>."
+msgstr ""
-#: 05100000.xhp#hd_id3153877.4.help.text
-msgctxt "05100000.xhp#hd_id3153877.4.help.text"
-msgid "Cell Styles"
-msgstr "უჯრის სტილები"
+#. )?E=
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6870021\n"
+"help.text"
+msgid "Number must be positive."
+msgstr ""
-#: 05100000.xhp#par_id3145801.6.help.text
-msgid "<ahelp hid=\".uno:ParaStyle\">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=\".uno:ParaStyle\">ასახავს ხელმისაწვდომ სტილებს <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"indirect cell formatting\">უჯრების არაპირდაპირი ფორმატირებისთვის</link>.</ahelp>"
+#. GQ|3
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164471\n"
+"537\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 05100000.xhp#par_id3150751.help.text
-msgid "<image id=\"img_id3153714\" src=\"sc/res/sf01.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153714\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153714\" src=\"sc/res/sf01.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153714\">ხატულა</alt></image>"
+#. rB$8
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164484\n"
+"538\n"
+"help.text"
+msgid "<item type=\"input\">=SQRT(16)</item> returns 4."
+msgstr ""
-#: 05100000.xhp#par_id3154255.5.help.text
-msgctxt "05100000.xhp#par_id3154255.5.help.text"
-msgid "Cell Styles"
-msgstr "უჯრის სტილები"
+#. ](Y1
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3591723\n"
+"help.text"
+msgid "<item type=\"input\">=SQRT(-16)</item> returns an <item type=\"literal\">invalid argument</item> error."
+msgstr ""
-#: 05100000.xhp#hd_id3153963.7.help.text
-msgctxt "05100000.xhp#hd_id3153963.7.help.text"
-msgid "Page Styles"
-msgstr "გვერდის სტილები"
+#. /MdQ
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3164560\n"
+"help.text"
+msgid "<bookmark_value>SQRTPI function</bookmark_value><bookmark_value>square roots;products of Pi</bookmark_value>"
+msgstr "<bookmark_value>SQRTPI ფუნქცია</bookmark_value><bookmark_value>კვადრატული ფესვები;Pi-ს ნამრავლები</bookmark_value>"
-#: 05100000.xhp#par_id3147003.9.help.text
-msgid "<ahelp hid=\".uno:PageStyle\">Displays the Page Styles available for indirect page formatting.</ahelp>"
-msgstr "<ahelp hid=\".uno:PageStyle\">ასახავს არაპირდაპირი ფორმატირებისთვის ხელმისაწვდომ გვერთა სტილებს.</ahelp>"
+#. ^2)(
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164560\n"
+"665\n"
+"help.text"
+msgid "SQRTPI"
+msgstr "SQRTPI"
-#: 05100000.xhp#par_id3159100.help.text
-msgid "<image id=\"img_id3149814\" src=\"sw/imglst/sf04.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149814\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149814\" src=\"sw/imglst/sf04.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149814\">ხატულა</alt></image>"
+#. !OS$
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164596\n"
+"666\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_SQRTPI\">Returns the square root of (PI times a number).</ahelp>"
+msgstr ""
-#: 05100000.xhp#par_id3150361.8.help.text
-msgctxt "05100000.xhp#par_id3150361.8.help.text"
-msgid "Page Styles"
-msgstr "გვერდის სტილები"
+#. Zs@T
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164614\n"
+"667\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 05100000.xhp#hd_id3150202.10.help.text
-msgctxt "05100000.xhp#hd_id3150202.10.help.text"
-msgid "Fill Format Mode"
-msgstr "ფორმატით შევსების რეჟიმი"
+#. t=#A
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164627\n"
+"668\n"
+"help.text"
+msgid "SQRTPI(Number)"
+msgstr "SQRT(რიცხვი)"
-#: 05100000.xhp#par_id3155531.12.help.text
-msgid "<ahelp hid=\"HID_TEMPLDLG_WATERCAN\">Turns the Fill Format mode on and off. Use the paint can to assign the Style selected in the Styles and Formatting window.</ahelp>"
+#. +`3M
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1501510\n"
+"help.text"
+msgid "Returns the positive square root of (PI multiplied by <emph>Number</emph>)."
msgstr ""
-#: 05100000.xhp#par_id3155087.help.text
-msgid "<image id=\"img_id3153068\" src=\"cmd/sc_fillstyle.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153068\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153068\" src=\"cmd/sc_fillstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153068\">ხატულა</alt></image>"
+#. ,Hy/
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9929197\n"
+"help.text"
+msgid "This is equivalent to <item type=\"literal\">SQRT(PI()*Number)</item>."
+msgstr ""
-#: 05100000.xhp#par_id3156198.11.help.text
-msgctxt "05100000.xhp#par_id3156198.11.help.text"
-msgid "Fill Format Mode"
-msgstr "ფორმატით შემსების რეჟიმი"
+#. ~0SZ
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164641\n"
+"669\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 05100000.xhp#hd_id3148870.13.help.text
-msgid "How to apply a new style with the paint can:"
-msgstr "ახალი სტილის ხატვით გააქტიურება:"
+#. 92Xt
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164654\n"
+"670\n"
+"help.text"
+msgid "<item type=\"input\">=SQRTPI(2)</item> returns the squareroot of (2PI), approximately 2.506628."
+msgstr ""
-#: 05100000.xhp#par_id3145078.27.help.text
-msgid "Select the desired style from the Styles and Formatting window."
-msgstr "ამოირჩიეთ სასურველი სტილი სტილების და ფორმატირების ფანჯრიდან."
+#. w-@X
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3164669\n"
+"help.text"
+msgid "<bookmark_value>random numbers; between limits</bookmark_value><bookmark_value>RANDBETWEEN function</bookmark_value>"
+msgstr "<bookmark_value>შემთხვევითი რიცხვები; ლიმიტებს შორის</bookmark_value><bookmark_value>RANDBETWEEN ფუნქცია</bookmark_value>"
-#: 05100000.xhp#par_id3159098.28.help.text
-msgid "Click the <emph>Fill Format Mode</emph> icon."
-msgstr "დააწკაპეთ <emph>ფორმატირებით შევსების რეჟიმის</emph> ხატულას."
+#. 0XQ8
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164669\n"
+"671\n"
+"help.text"
+msgid "RANDBETWEEN"
+msgstr "RANDBETWEEN"
-#: 05100000.xhp#par_id3148609.15.help.text
-msgid "Click a cell to format it, or drag your mouse over a certain range to format the whole range. Repeat this action for other cells and ranges."
-msgstr "დააწკაპეთ უჯრას გასაფორმებლად, ან გადმოათრიეთ თაგვი მითითებულ დიაპაზონზე მთელი დიაპაზონის გასაფორმებლად. გაიმეორეთ მოქმედება სხვა უჯრებისთვის და უჯრათა დიაპაზონისთვის."
+#. .3!W
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164711\n"
+"672\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_RANDBETWEEN\">Returns an integer random number in a specified range.</ahelp>"
+msgstr ""
-#: 05100000.xhp#par_id3149438.29.help.text
-msgid "Click the <emph>Fill Format Mode</emph> again to exit this mode."
-msgstr "დააწკაპეთ <emph>ფორმატირების შევსების რეჟიმს</emph> კიდევ ერთხელ რეჟიმიდან გასასვლელად."
+#. Od(z
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164745\n"
+"673\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 05100000.xhp#hd_id3153975.16.help.text
-msgctxt "05100000.xhp#hd_id3153975.16.help.text"
-msgid "New Style from Selection"
-msgstr "მონიშნულიდან ახალი სტილი"
+#. }kBW
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164758\n"
+"674\n"
+"help.text"
+msgid "RANDBETWEEN(Bottom; Top)"
+msgstr ""
-#: 05100000.xhp#par_id3149499.18.help.text
-msgid "<ahelp hid=\"HID_TEMPLDLG_NEWBYEXAMPLE\">Creates a new style based on the formatting of a selected object.</ahelp> Assign a name for the style in the <link href=\"text/shared/01/05140100.xhp\" name=\"Create Style\">Create Style</link> dialog."
+#. D4.e
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id7112338\n"
+"help.text"
+msgid "Returns an integer random number between integers <emph>Bottom</emph> and <emph>Top</emph> (both inclusive)."
msgstr ""
-#: 05100000.xhp#par_id3150050.help.text
-#, fuzzy
-msgid "<image id=\"img_id3154649\" src=\"cmd/sc_stylenewbyexample.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154649\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155754\" src=\"cmd/sc_styleupdatebyexample.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155754\">ხატულა</alt></image>"
+#. J*,2
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id2855616\n"
+"help.text"
+msgid "This function produces a new random number each time Calc recalculates. To force Calc to recalculate manually press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9."
+msgstr ""
-#: 05100000.xhp#par_id3146963.17.help.text
-msgctxt "05100000.xhp#par_id3146963.17.help.text"
-msgid "New Style from Selection"
-msgstr "მონიშნულიდან ახალი სტილი"
+#. nxPm
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id2091433\n"
+"help.text"
+msgid "To generate random numbers which never recalculate, copy cells containing this function, and use <item type=\"menuitem\">Edit - Paste Special</item> (with <item type=\"menuitem\">Paste All</item> and <item type=\"menuitem\">Formulas</item> not marked and <item type=\"menuitem\">Numbers</item> marked)."
+msgstr ""
-#: 05100000.xhp#hd_id3153813.19.help.text
-msgctxt "05100000.xhp#hd_id3153813.19.help.text"
-msgid "Update Style"
-msgstr "სტილის განახლება"
+#. +(KW
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164772\n"
+"675\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: 05100000.xhp#par_id3154707.21.help.text
-msgid "<ahelp hid=\"HID_TEMPLDLG_UPDATEBYEXAMPLE\">Updates the Style selected in the Styles and Formatting window with the current formatting of the selected object.</ahelp>"
-msgstr "<ahelp hid=\"HID_TEMPLDLG_UPDATEBYEXAMPLE\">აახლებს სყილს რომელიც არჩეულია სტილების და ფორმატირების ფანჯარაშუ არჩეული ობიექტის მიმდინარე სტილთან.</ahelp>"
+#. /JH#
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164785\n"
+"676\n"
+"help.text"
+msgid "<item type=\"input\">=RANDBETWEEN(20;30)</item> returns an integer of between 20 and 30."
+msgstr ""
-#: 05100000.xhp#par_id3145118.help.text
-msgid "<image id=\"img_id3155754\" src=\"cmd/sc_styleupdatebyexample.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155754\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155754\" src=\"cmd/sc_styleupdatebyexample.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155754\">ხატულა</alt></image>"
+#. T9$#
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3164800\n"
+"help.text"
+msgid "<bookmark_value>RAND function</bookmark_value><bookmark_value>random numbers;between 0 and 1</bookmark_value>"
+msgstr "<bookmark_value>RAND ფუნქცია</bookmark_value><bookmark_value>შემთხვევითი რიცხვები;0-სა და 1-ს შორის</bookmark_value>"
-#: 05100000.xhp#par_id3147501.20.help.text
-msgctxt "05100000.xhp#par_id3147501.20.help.text"
-msgid "Update Style"
-msgstr "სტილის განახლება"
+#. @263
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164800\n"
+"542\n"
+"help.text"
+msgid "RAND"
+msgstr "RAND"
-#: 05100000.xhp#par_idN109BE.help.text
-msgid "Style List"
-msgstr "სტილის სია"
+#. .T5-
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164829\n"
+"543\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZUFALLSZAHL\">Returns a random number between 0 and 1.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ZUFALLSZAHL\">აბრუნებს 0-სა და 1-ს შორის შემთხვევით რიცხვს.</ahelp>"
-#: 05100000.xhp#par_idN109C2.help.text
-msgid "<ahelp hid=\"HID_TEMPLATE_FMT\">Displays the list of the styles from the selected style category.</ahelp>"
-msgstr "<ahelp hid=\"HID_TEMPLATE_FMT\">ასახავს სტილთა სიას მოცემული სტილთა კატეგორიიდან.</ahelp>"
+#. +a-E
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164870\n"
+"545\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 05100000.xhp#par_idN109D1.help.text
-msgid "In the <link href=\"text/shared/00/00000005.xhp#kontextmenue\" name=\"context menu\">context menu</link> you can choose commands to create a new style, delete a user-defined style, or change the selected style."
+#. 4Xh$
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164884\n"
+"546\n"
+"help.text"
+msgid "RAND()"
msgstr ""
-#: 05100000.xhp#hd_id3149053.24.help.text
-msgid "Style Groups"
-msgstr "სტილის ჯგუფები"
+#. a\O?
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5092318\n"
+"help.text"
+msgid "This function produces a new random number each time Calc recalculates. To force Calc to recalculate manually press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9."
+msgstr ""
-#: 05100000.xhp#par_id3147299.25.help.text
-msgid "<ahelp hid=\"HID_TEMPLATE_FILTER\">Lists the available style groups.</ahelp>"
-msgstr "<ahelp hid=\"HID_TEMPLATE_FILTER\">ჩამოთვლის სტილთა ხელმისაწვდომ ჯგუფებს.</ahelp>"
+#. y^C*
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9312417\n"
+"help.text"
+msgid "To generate random numbers which never recalculate, copy cells each containing =RAND(), and use <item type=\"menuitem\">Edit - Paste Special</item> (with <item type=\"menuitem\">Paste All</item> and <item type=\"menuitem\">Formulas</item> not marked and <item type=\"menuitem\">Numbers</item> marked)."
+msgstr ""
-#: func_hour.xhp#tit.help.text
-msgid "HOUR "
-msgstr "HOUR "
+#. EFgY
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id9089022\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
-#: func_hour.xhp#bm_id3154725.help.text
-msgid "<bookmark_value>HOUR function</bookmark_value>"
-msgstr "<bookmark_value>HOUR ფუნქცია</bookmark_value>"
+#. T#p1
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9569078\n"
+"help.text"
+msgid "<item type=\"input\">=RAND()</item> returns a random number between 0 and 1."
+msgstr ""
-#: func_hour.xhp#hd_id3154725.96.help.text
-msgid "<variable id=\"hour\"><link href=\"text/scalc/01/func_hour.xhp\">HOUR</link></variable>"
-msgstr "<variable id=\"hour\"><link href=\"text/scalc/01/func_hour.xhp\">HOUR</link></variable>"
+#. l5fL
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3164897\n"
+"help.text"
+msgid "<bookmark_value>COUNTIF function</bookmark_value><bookmark_value>counting;specified cells</bookmark_value>"
+msgstr "<bookmark_value>COUNTIF ფუნქცია</bookmark_value><bookmark_value>დათვლა;სპეციალური უჯრები</bookmark_value>"
-#: func_hour.xhp#par_id3149747.97.help.text
-#, fuzzy
-msgid "<ahelp hid=\"HID_FUNC_STUNDE\">Returns the hour for a given time value.</ahelp> The hour is returned as an integer between 0 and 23."
-msgstr "<ahelp hid=\"HID_FUNC_MONAT\">მოცემული თარიღისთვის აბრუნებს თვეს.</ahelp> თვე ბრუნდება რიცხვის სახით 1-სა და 12-ს შორის."
+#. B`*l
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164897\n"
+"547\n"
+"help.text"
+msgid "COUNTIF"
+msgstr "COUNTIF"
+
+#. (3#:
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164926\n"
+"548\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZAEHLENWENN\">Returns the number of cells that meet with certain criteria within a cell range.</ahelp>"
+msgstr ""
-#: func_hour.xhp#hd_id3149338.98.help.text
-msgctxt "func_hour.xhp#hd_id3149338.98.help.text"
+#. UJRI
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164953\n"
+"549\n"
+"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: func_hour.xhp#par_id3150637.99.help.text
-msgid "HOUR(Number)"
-msgstr "HOUR(რიცხვი)"
+#. Z5]5
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164967\n"
+"550\n"
+"help.text"
+msgid "COUNTIF(Range; Criteria)"
+msgstr "COUNTIF(დიაპაზონი; კრიტერიუმი)"
-#: func_hour.xhp#par_id3147547.100.help.text
-msgid "<emph>Number</emph>, as a time value, is a decimal, for which the hour is to be returned."
-msgstr "<emph>რიცხვი</emph>, რგორც დროის მნიშვნელობა; არის ათწილადი; რომლისთვისაც დაბრუნდება წამები."
+#. 1Jt(
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164980\n"
+"551\n"
+"help.text"
+msgid "<emph>Range</emph> is the range to which the criteria are to be applied."
+msgstr "<emph>დიაპაზონი</emph> არის დიაპაზონი რომლისთვისაც კრიტერიუმი უნდა გააქტიურდეს."
-#: func_hour.xhp#hd_id3153264.101.help.text
-msgctxt "func_hour.xhp#hd_id3153264.101.help.text"
-msgid "Examples"
-msgstr "მაგალითები"
+#. VwBP
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165000\n"
+"552\n"
+"help.text"
+msgid "<emph>Criteria</emph> indicates the criteria in the form of a number, an expression or a character string. These criteria determine which cells are counted. You may also enter a search text in the form of a regular expression, e.g. b.* for all words that begin with b. You may also indicate a cell range that contains the search criterion. If you search for literal text, enclose the text in double quotes."
+msgstr ""
-#: func_hour.xhp#par_id3159215.103.help.text
-msgid "<item type=\"input\">=HOUR(NOW())</item> returns the current hour"
+#. S$$]
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3165037\n"
+"553\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#. Z4/Z
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3166505\n"
+"627\n"
+"help.text"
+msgid "A1:A10 is a cell range containing the numbers <item type=\"input\">2000</item> to <item type=\"input\">2009</item>. Cell B1 contains the number <item type=\"input\">2006</item>. In cell B2, you enter a formula:"
msgstr ""
-#: func_hour.xhp#par_id3145152.104.help.text
-msgid "<item type=\"input\">=HOUR(C4)</item> returns 17 if the contents of C4 = <item type=\"input\">17:20:00</item>."
+#. #0q]
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3581652\n"
+"help.text"
+msgid "<item type=\"input\">=COUNTIF(A1:A10;2006)</item> - this returns 1"
msgstr ""
-#: func_hour.xhp#par_id3154188.105.help.text
-msgid "<link href=\"text/scalc/01/04060102.xhp\" name=\"YEAR\">YEAR</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"NOW\">NOW</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"MINUTE\">MINUTE</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"MONTH\">MONTH</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"DAY\">DAY</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"WEEKDAY\">WEEKDAY</link>."
-msgstr "<link href=\"text/scalc/01/04060102.xhp\" name=\"YEAR\">YEAR</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"NOW\">NOW</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"MINUTE\">MINUTE</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"MONTH\">MONTH</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"DAY\">DAY</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"WEEKDAY\">WEEKDAY</link>."
+#. e;K`
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id708639\n"
+"help.text"
+msgid "<item type=\"input\">=COUNTIF(A1:A10;B1)</item> - this returns 1"
+msgstr ""
-#: 06030300.xhp#tit.help.text
-msgid "Trace Dependents"
-msgstr "დამოკიდებულებების კვალი"
+#. Q_y\
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5169225\n"
+"help.text"
+msgid "<item type=\"input\">=COUNTIF(A1:A10;\">=2006\") </item>- this returns 4"
+msgstr ""
-#: 06030300.xhp#bm_id3153252.help.text
-msgid "<bookmark_value>cells; tracing dependents</bookmark_value>"
-msgstr "<bookmark_value>უჯრები; დამოკიდებულებების გაკვლევა</bookmark_value>"
+#. rA)R
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id2118594\n"
+"help.text"
+msgid "<item type=\"input\">=COUNTIF(A1:A10;\"<\"&B1)</item> - when B1 contains <item type=\"input\">2006</item>, this returns 6"
+msgstr ""
-#: 06030300.xhp#hd_id3153252.1.help.text
-#, fuzzy
-msgid "<link href=\"text/scalc/01/06030300.xhp\" name=\"Trace Dependents\">Trace Dependents</link>"
-msgstr "<link href=\"text/scalc/01/06030400.xhp\" name=\"Remove Dependents\">დამოკიდებულებების ამოშლა</link>"
+#. V7HU
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id166020\n"
+"help.text"
+msgid "<item type=\"input\">=COUNTIF(A1:A10;C2)</item> where cell C2 contains the text <item type=\"input\">>2006</item> counts the number of cells in the range A1:A10 which are >2006"
+msgstr ""
-#: 06030300.xhp#par_id3156024.2.help.text
-msgid "<ahelp hid=\".uno:ShowDependents\" visibility=\"visible\">Draws tracer arrows to the active cell from formulas that depend on values in the active cell.</ahelp>"
+#. FffG
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6386913\n"
+"help.text"
+msgid "To count only negative numbers: <item type=\"input\">=COUNTIF(A1:A10;\"<0\")</item>"
msgstr ""
-#: 06030300.xhp#par_id3148948.4.help.text
-msgid "The area of all cells that are used together with the active cell in a formula is highlighted by a blue frame."
-msgstr "არე - ყველა აქტიური დუ a ფორმულა ტოლია -ით a ჩარჩო."
+#. 5kxn
+#: 06030400.xhp
+msgctxt ""
+"06030400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Remove Dependents"
+msgstr "დამოკიდებულებების ამოშლა"
-#: 06030300.xhp#par_id3151112.3.help.text
-msgid "This function works per level. For instance, if one level of traces has already been activated to show the precedents (or dependents), then you would see the next dependency level by activating the <emph>Trace</emph> function again."
+#. BC_L
+#: 06030400.xhp
+msgctxt ""
+"06030400.xhp\n"
+"bm_id3147335\n"
+"help.text"
+msgid "<bookmark_value>cells; removing dependents</bookmark_value>"
+msgstr "<bookmark_value>უჯრები; დამოკიდებულებების ამოშლა</bookmark_value>"
+
+#. r/g2
+#: 06030400.xhp
+msgctxt ""
+"06030400.xhp\n"
+"hd_id3147335\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06030400.xhp\" name=\"Remove Dependents\">Remove Dependents</link>"
+msgstr "<link href=\"text/scalc/01/06030400.xhp\" name=\"Remove Dependents\">დამოკიდებულებების ამოშლა</link>"
+
+#. X)|{
+#: 06030400.xhp
+msgctxt ""
+"06030400.xhp\n"
+"par_id3148663\n"
+"2\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:ClearArrowDependents\">Deletes one level of tracer arrows created with <emph>Trace Dependents</emph>.</ahelp>"
msgstr ""
-#: 06060200.xhp#tit.help.text
-msgctxt "06060200.xhp#tit.help.text"
-msgid "Protecting document"
-msgstr "დოკუმენტის დაცვა"
+#. !|.F
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Manual Break"
+msgstr "Manual Break"
-#: 06060200.xhp#hd_id3150541.1.help.text
-msgctxt "06060200.xhp#hd_id3150541.1.help.text"
-msgid "Protecting document"
-msgstr "დოკუმენტის დაცვა"
+#. HY.9
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"bm_id3153192\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; inserting breaks in</bookmark_value><bookmark_value>inserting; breaks</bookmark_value><bookmark_value>page breaks; inserting in spreadsheets</bookmark_value>"
+msgstr "<bookmark_value>ელექტრონული ცხრილები; inserting წყვეტები in</bookmark_value><bookmark_value>inserting; წყვეტები</bookmark_value><bookmark_value>page წყვეტები; inserting in ელექტრონული ცხრილები</bookmark_value>"
-#: 06060200.xhp#par_id3145172.2.help.text
-msgid "<variable id=\"dokumenttext\"><ahelp hid=\".uno:ToolProtectionDocument\">Protects the sheet structure of your document from modifications. It is impossible to insert, delete, rename, move or copy sheets.</ahelp></variable> Open the <emph>Protect document</emph> dialog with <emph>Tools - Protect Document - Document</emph>. Optionally enter a password and click OK."
+#. D{n}
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"hd_id3153192\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04010000.xhp\" name=\"Manual Break\">Manual Break</link>"
+msgstr "<link href=\"text/scalc/01/04010000.xhp\" name=\"Manual Break\">Manual Break</link>"
+
+#. QOo0
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"par_id3125864\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">This command inserts manual row or column breaks to ensure that your data prints properly. You can insert a horizontal page break above, or a vertical page break to the left of, the active cell.</ahelp>"
+msgstr "<ahelp hid=\".\">This command inserts manual row or column წყვეტები to ensure that your data prints properly. You can insert a horizontal page break above, or a vertical page break to the left of, the active cell.</ahelp>"
+
+#. zYG(
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"par_id3155133\n"
+"3\n"
+"help.text"
+msgid "Choose <link href=\"text/scalc/01/02190000.xhp\" name=\"Edit - Delete Manual Break\">Edit - Delete Manual Break</link> to remove breaks created manually."
+msgstr "ამოირჩიეთ <link href=\"text/scalc/01/02190000.xhp\" name=\"რედაქტირება - ხელით წყვეტის წაშლა\">რედაქტირება - ხელით წყვეტის წაშლა</link> to remove წყვეტები created manually."
+
+#. xNK(
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Criteria"
+msgstr "კრიტერიუმი"
+
+#. B;;r
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"bm_id1464278\n"
+"help.text"
+msgid "<bookmark_value>selection lists;validity</bookmark_value>"
msgstr ""
-#: 06060200.xhp#par_id3153188.6.help.text
-msgid "The structure of protected spreadsheet documents can be changed only if the <emph>Protect</emph> option is disabled. On the context menus for the spreadsheet tabs at the lower graphic border, only the menu item <emph>Select All Sheets</emph> can be activated. All other menu items are deactivated. To remove the protection, call up the command <emph>Tools - Protect Document - Document</emph> again. If no password is assigned, protection is immediately removed. If you were assigned a password, the <emph>Remove Spreadsheet Protection</emph> dialog appears, in which you must enter the password. Only then can you remove the check mark specifying that protection is active."
+#. dJ8?
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"hd_id3153032\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12120100.xhp\" name=\"Criteria\">Criteria</link>"
+msgstr "<link href=\"text/scalc/01/12120100.xhp\" name=\"Criteria\">კრიტერიუმი</link>"
+
+#. ~(tZ
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3156327\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"SC:TABPAGE:TP_VALIDATION_VALUES\">Specify the validation rules for the selected cell(s).</ahelp>"
msgstr ""
-#: 06060200.xhp#par_id3145750.7.help.text
-msgid "A protected document, once saved, can only be saved again with the <emph>File - Save As</emph> menu command. "
+#. P?Dm
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3155923\n"
+"4\n"
+"help.text"
+msgid "For example, you can define criteria such as: \"Numbers between 1 and 10\" or \"Texts that are no more than 20 characters\"."
msgstr ""
-#: 06060200.xhp#hd_id3152596.4.help.text
-msgctxt "06060200.xhp#hd_id3152596.4.help.text"
-msgid "Password (optional)"
-msgstr "პაროლი (არასავალდებულო)"
+#. j+#w
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"hd_id3153896\n"
+"5\n"
+"help.text"
+msgid "Allow"
+msgstr "ნების დართვა"
-#: 06060200.xhp#par_id3155412.5.help.text
-msgid "You can create a password to protect your document against unauthorized or accidental modifications."
-msgstr ""
+#. JY@1
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3150400\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:TP_VALIDATION_VALUES:LB_ALLOW\">Click a validation option for the selected cell(s).</ahelp>"
+msgstr "<ahelp hid=\"SC:LISTBOX:TP_VALIDATION_VALUES:LB_ALLOW\">არჩეული უჯრ(ებ)ისთვის დააწკაპეთ დამოწმების პარამეტრს.</ahelp>"
-#: 06060200.xhp#par_id3150717.9.help.text
-msgid "You can completely protect your work by combining both options from <emph>Tools - Protect Document</emph>, including password entry. If you want to prevent the document from being opened by other users, select <emph>Save With Password </emph>and click the <emph>Save</emph> button. The <emph>Enter Password</emph> dialog appears. Consider carefully when choosing a password; if you forget it after you close a document you will be unable to access the document."
+#. Mk)Q
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3148797\n"
+"17\n"
+"help.text"
+msgid "The following conditions are available:"
+msgstr "შემდეგი პირობებია ხელმისაწვდომი:"
+
+#. ?$JZ
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3150447\n"
+"18\n"
+"help.text"
+msgid "Condition"
+msgstr "პირობა"
+
+#. is+O
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3155854\n"
+"19\n"
+"help.text"
+msgid "Effect"
+msgstr "ეფექტები"
+
+#. g!@~
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3153092\n"
+"20\n"
+"help.text"
+msgid "All values"
+msgstr "ყველა მნიშვნელობა"
+
+#. lEH]
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3155411\n"
+"21\n"
+"help.text"
+msgid "No limitation."
+msgstr "შეზღუდვის გარეშე."
+
+#. fcU`
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3147434\n"
+"22\n"
+"help.text"
+msgid "Whole number"
+msgstr "მთელი რიცხვი"
+
+#. Z`#~
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3154319\n"
+"23\n"
+"help.text"
+msgid "Only whole numbers corresponding to the condition."
+msgstr "პირობის შესაბამისი ყველა მთელი რიცხვი."
+
+#. ~##*
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3145802\n"
+"24\n"
+"help.text"
+msgid "Decimal"
+msgstr "ათობითი"
+
+#. jVb:
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3153160\n"
+"25\n"
+"help.text"
+msgid "All numbers corresponding to the condition."
+msgstr "პირობის შესაბამისი ყველა რიცხვი."
+
+#. sQ.%
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3149377\n"
+"26\n"
+"help.text"
+msgid "Date"
+msgstr "თარიღი"
+
+#. fg\.
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3150718\n"
+"27\n"
+"help.text"
+msgid "All numbers corresponding to the condition. The entered values are formatted accordingly the next time the dialog is called up."
msgstr ""
-#: 04060100.xhp#tit.help.text
-msgctxt "04060100.xhp#tit.help.text"
-msgid "Functions by Category"
+#. AGIr
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3146969\n"
+"28\n"
+"help.text"
+msgid "Time"
+msgstr "დრო"
+
+#. I!em
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3155066\n"
+"29\n"
+"help.text"
+msgid "All numbers corresponding to the condition. The entered values are formatted accordingly the next time the dialog is called up."
msgstr ""
-#: 04060100.xhp#bm_id3148575.help.text
-msgid "<bookmark_value>functions;listed by category</bookmark_value> <bookmark_value>categories of functions</bookmark_value> <bookmark_value>list of functions</bookmark_value>"
+#. #2kM
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN106A0\n"
+"help.text"
+msgid "Cell range"
+msgstr "უჯრის დიაპაზონი"
+
+#. 0MG9
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN106A5\n"
+"help.text"
+msgid "Allow only values that are given in a cell range. The cell range can be specified explicitly, or as a named database range, or as a named range. The range may consist of one column or one row of cells. If you specify a range of columns and rows, only the first column is used."
msgstr ""
-#: 04060100.xhp#hd_id3154944.16.help.text
-msgctxt "04060100.xhp#hd_id3154944.16.help.text"
-msgid "Functions by Category"
+#. uS5p
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN106AB\n"
+"help.text"
+msgid "List"
+msgstr "სია"
+
+#. r\Xq
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN106B0\n"
+"help.text"
+msgid "Allow only values or strings specified in a list. Strings and values can be mixed. Numbers evaluate to their value, so if you enter the number 1 in the list, the entry 100% is also valid."
msgstr ""
-#: 04060100.xhp#par_id3149378.2.help.text
-msgid "This section describes the functions of $[officename] Calc. The various functions are divided into categories in the Function Wizard."
+#. M#X=
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3154756\n"
+"30\n"
+"help.text"
+msgid "Text length"
+msgstr "ტექსტის სიგრძე"
+
+#. zI\1
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3147339\n"
+"31\n"
+"help.text"
+msgid "Entries whose length corresponds to the condition."
+msgstr "ელემენტები რომელთა სიგრძე შეესაბამება პირობას."
+
+#. .iGn
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"hd_id3154704\n"
+"7\n"
+"help.text"
+msgid "Allow blank cells"
+msgstr "ცარიელი უჯრების ნების დართვა"
+
+#. Oy@2
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3153967\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:TRISTATEBOX:TP_VALIDATION_VALUES:TSB_ALLOW_BLANKS\">In conjunction with <emph>Tools - Detective - Mark invalid Data</emph>, this defines that blank cells are shown as invalid data (disabled) or not (enabled).</ahelp>"
msgstr ""
-#: 04060100.xhp#par_id0120200910234570.help.text
-msgid "You can find detailed explanations, illustrations, and examples of Calc functions <link href=\"http://help.libreoffice.org/Calc/Functions_by_Category\">in the LibreOffice WikiHelp</link>."
+#. wITd
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN10709\n"
+"help.text"
+msgid "Show selection list"
+msgstr "მონიშნულთა სიის ჩვენება"
+
+#. qu+]
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN1070D\n"
+"help.text"
+msgid "<ahelp hid=\"sc:CheckBox:TP_VALIDATION_VALUES:CB_SHOWLIST\">Shows a list of all valid strings or values to select from. The list can also be opened by selecting the cell and pressing Ctrl+D (Mac: Command+D).</ahelp>"
msgstr ""
-#: 04060100.xhp#hd_id3146972.3.help.text
-msgid "<link href=\"text/scalc/01/04060101.xhp\" name=\"Database\">Database</link>"
-msgstr "<link href=\"text/scalc/01/04060101.xhp\" name=\"Database\">მონაცემთა ბაზა</link>"
+#. I=1d
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN10724\n"
+"help.text"
+msgid "Sort entries ascending"
+msgstr "ჩანაწერების დახარისხება მიხედვით"
-#: 04060100.xhp#hd_id3155443.4.help.text
-msgid "<link href=\"text/scalc/01/04060102.xhp\" name=\"Date & Time\">Date & Time</link>"
-msgstr "<link href=\"text/scalc/01/04060102.xhp\" name=\"Date & Time\">თარიღი და დრო</link>"
+#. ME`V
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN10728\n"
+"help.text"
+msgid "<ahelp hid=\"sc:CheckBox:TP_VALIDATION_VALUES:CB_SORTLIST\">Sorts the selection list in ascending order and filters duplicates from the list. If not checked, the order from the data source is taken.</ahelp>"
+msgstr ""
-#: 04060100.xhp#hd_id3147339.5.help.text
-msgid "<link href=\"text/scalc/01/04060103.xhp\" name=\"Financial\">Financial</link>"
-msgstr "<link href=\"text/scalc/01/04060103.xhp\" name=\"Financial\">ფინანსური</link>"
+#. k6lZ
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN1073F\n"
+"help.text"
+msgid "Source"
+msgstr "წყარო"
-#: 04060100.xhp#hd_id3153963.6.help.text
-msgid "<link href=\"text/scalc/01/04060104.xhp\" name=\"Information\">Information</link>"
-msgstr "<link href=\"text/scalc/01/04060104.xhp\" name=\"Information\">ინფორმაცია</link>"
+#. %:W4
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN10743\n"
+"help.text"
+msgid "<ahelp hid=\"sc:Edit:TP_VALIDATION_VALUES:EDT_MIN\">Enter the cell range that contains the valid values or text.</ahelp>"
+msgstr ""
-#: 04060100.xhp#hd_id3146316.7.help.text
-msgid "<link href=\"text/scalc/01/04060105.xhp\" name=\"Logical\">Logical</link>"
-msgstr "<link href=\"text/scalc/01/04060105.xhp\" name=\"Logical\">ლოგიკური</link>"
+#. ]XOk
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN1075A\n"
+"help.text"
+msgid "Entries"
+msgstr "ელემენტები"
-#: 04060100.xhp#hd_id3148485.8.help.text
-msgid "<link href=\"text/scalc/01/04060106.xhp\" name=\"Mathematical\">Mathematical</link>"
-msgstr "<link href=\"text/scalc/01/04060106.xhp\" name=\"Mathematical\">მათემატიკური</link>"
+#. Zok+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN1075E\n"
+"help.text"
+msgid "<ahelp hid=\"sc:MultiLineEdit:TP_VALIDATION_VALUES:EDT_LIST\">Enter the entries that will be valid values or text strings.</ahelp>"
+msgstr ""
-#: 04060100.xhp#hd_id3150363.9.help.text
-msgid "<link href=\"text/scalc/01/04060107.xhp\" name=\"Matrix\">Array</link>"
-msgstr "<link href=\"text/scalc/01/04060107.xhp\" name=\"Matrix\">მასივი</link>"
+#. jmS]
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"hd_id3163807\n"
+"9\n"
+"help.text"
+msgid "Data"
+msgstr "მონაცემები"
-#: 04060100.xhp#hd_id3150208.10.help.text
-msgid "<link href=\"text/scalc/01/04060108.xhp\" name=\"Statistical\">Statistical</link>"
-msgstr "<link href=\"text/scalc/01/04060108.xhp\" name=\"Statistical\">სტატისტიკური</link>"
+#. z95o
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3144502\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:TP_VALIDATION_VALUES:LB_VALUE\">Select the comparative operator that you want to use.</ahelp> The available operators depend on what you selected in the <emph>Allow </emph>box. If you select \"between\" or \"not between\", the <emph>Minimum</emph> and <emph>Maximum</emph> input boxes appear. Otherwise, only the <emph>Minimum</emph>, the <emph>Maximum, or the Value</emph> input boxes appear."
+msgstr ""
-#: 04060100.xhp#hd_id3166428.11.help.text
-msgid "<link href=\"text/scalc/01/04060109.xhp\" name=\"Spreadsheet\">Spreadsheet</link>"
-msgstr "<link href=\"text/scalc/01/04060109.xhp\" name=\"Spreadsheet\">ელცხრილი</link>"
+#. IOl:
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"hd_id3153782\n"
+"11\n"
+"help.text"
+msgid "Value"
+msgstr "მნიშვნელობა"
-#: 04060100.xhp#hd_id3145585.12.help.text
-msgid "<link href=\"text/scalc/01/04060110.xhp\" name=\"Text\">Text</link>"
-msgstr "<link href=\"text/scalc/01/04060110.xhp\" name=\"Text\">ტექსტი</link>"
+#. ID/`
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3153266\n"
+"12\n"
+"help.text"
+msgid "Enter the value for the data validation option that you selected in the <emph>Allow </emph>box."
+msgstr ""
-#: 04060100.xhp#hd_id3156449.13.help.text
-msgid "<link href=\"text/scalc/01/04060111.xhp\" name=\"Add-in\">Add-in</link>"
-msgstr "<link href=\"text/scalc/01/04060111.xhp\" name=\"Add-in\">დამატება</link>"
+#. 8#`a
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"hd_id3149814\n"
+"13\n"
+"help.text"
+msgid "Minimum"
+msgstr "მინიმუმი"
-#: 04060100.xhp#par_id3150715.14.help.text
-msgid "<link href=\"text/scalc/01/04060199.xhp\" name=\"Operators\">Operators</link> are also available."
-msgstr "<link href=\"text/scalc/01/04060199.xhp\" name=\"Operators\">ოპერატორები</link> ასევე ხელმისაწვდომია."
+#. xYBZ
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3153199\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:TP_VALIDATION_VALUES:EDT_MIN\">Enter the minimum value for the data validation option that you selected in the <emph>Allow </emph>box.</ahelp>"
+msgstr ""
-#: 04060100.xhp#par_id0902200809540918.help.text
-msgid "<variable id=\"drking\"><link href=\"http://help.libreoffice.org/Calc/Functions_by_Category\">Calc Functions By Category</link> in the LibreOffice WikiHelp</variable>"
+#. ZzUw
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"hd_id3149035\n"
+"15\n"
+"help.text"
+msgid "Maximum"
+msgstr "მაქსიმუმი"
+
+#. XIS8
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3150089\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:TP_VALIDATION_VALUES:EDT_MAX\">Enter the maximum value for the data validation option that you selected in the <emph>Allow </emph>box.</ahelp>"
msgstr ""
diff --git a/source/ka/helpcontent2/source/text/scalc/02.po b/source/ka/helpcontent2/source/text/scalc/02.po
index 2aaecd404c7..2fac261f998 100644
--- a/source/ka/helpcontent2/source/text/scalc/02.po
+++ b/source/ka/helpcontent2/source/text/scalc/02.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/scalc/02.oo
+#. extracted from helpcontent2/source/text/scalc/02
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fscalc%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:52+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,536 +12,1197 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: 18010000.xhp#tit.help.text
-msgctxt "18010000.xhp#tit.help.text"
+#. EJdT
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Zoom Out"
+msgstr "დაპატარავება"
+
+#. cn!;
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"bm_id3153561\n"
+"help.text"
+msgid "<bookmark_value>page views;reducing scales</bookmark_value><bookmark_value>zooming;reducing page views</bookmark_value>"
+msgstr ""
+
+#. cFjH
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"hd_id3153561\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/02/10060000.xhp\" name=\"Zoom Out\">Zoom Out</link>"
+msgstr "<link href=\"text/scalc/02/10060000.xhp\" name=\"Zoom Out\">დაპატარავება</link>"
+
+#. V=U)
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"par_id3151246\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ZoomOut\">Reduces the screen display of the current document. The current zoom factor is displayed on the <emph>Status Bar</emph>.</ahelp>"
+msgstr "<ahelp hid=\".uno:ZoomOut\">ამცირებს არსებული დოკუმენტის ეკრანულ ზომას. არსებული მაშტაბის ფაქტორი გამოსახულია <emph>სტატუსის ზოლზე</emph>.</ahelp>"
+
+#. sL~%
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"par_id3150398\n"
+"4\n"
+"help.text"
+msgid "The minimum zoom factor is 20%."
+msgstr "მასშტაბირების მინიმალური ფაქტორი არის 20%."
+
+#. /hqI
+#: 10060000.xhp
+#, fuzzy
+msgctxt ""
+"10060000.xhp\n"
+"par_id3153770\n"
+"help.text"
+msgid "<image id=\"img_id3155131\" src=\"cmd/sc_zoomout.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155131\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145785\" src=\"cmd/sc_choosedesign.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145785\">ხატულა</alt></image>"
+
+#. v?$D
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"par_id3150440\n"
+"3\n"
+"help.text"
+msgid "Zooming Out"
+msgstr "დაპატარავება"
+
+#. }3GB
+#: 18010000.xhp
+msgctxt ""
+"18010000.xhp\n"
+"tit\n"
+"help.text"
msgid "Insert"
msgstr "ჩასმა"
-#: 18010000.xhp#bm_id3156329.help.text
+#. AL{*
+#: 18010000.xhp
+msgctxt ""
+"18010000.xhp\n"
+"bm_id3156329\n"
+"help.text"
msgid "<bookmark_value>inserting; objects, toolbar icon</bookmark_value>"
msgstr "<bookmark_value>ჩასმა; ობიექტები, ხელსაწყოთა ზოლის ხატულა</bookmark_value>"
-#: 18010000.xhp#hd_id3156329.1.help.text
+#. %s]B
+#: 18010000.xhp
+msgctxt ""
+"18010000.xhp\n"
+"hd_id3156329\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/scalc/02/18010000.xhp\" name=\"Insert\">Insert</link>"
msgstr "<link href=\"text/scalc/02/18010000.xhp\" name=\"Insert\">ჩასმა</link>"
-#: 18010000.xhp#par_id3147336.2.help.text
+#. G$S2
+#: 18010000.xhp
+msgctxt ""
+"18010000.xhp\n"
+"par_id3147336\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\".uno:InsertCtrl\">Click the arrow next to the icon to open the <emph>Insert </emph>toolbar, where you can add graphics and special characters to the current sheet.</ahelp>"
msgstr "<ahelp hid=\".uno:InsertCtrl\">დააწკაპუნეთ ხატულის გვერდზე ისარზე ხელსაწყოთა ზოლის <emph>ჩასმა </emph>გასახსნელად, თუ სად შეგიძლიათ მიმიდნარე ფურცელზე გრაფიკების და განსაკუთრებული სიმბოლოების დამატება.</ahelp>"
-#: 18010000.xhp#par_id3148664.3.help.text
-msgctxt "18010000.xhp#par_id3148664.3.help.text"
+#. g=cp
+#: 18010000.xhp
+msgctxt ""
+"18010000.xhp\n"
+"par_id3148664\n"
+"3\n"
+"help.text"
msgid "Tools bar icon:"
msgstr "ხელსაწყოთა ზოლის ხატულა:"
-#: 18010000.xhp#par_id3150767.help.text
+#. 2TbF
+#: 18010000.xhp
+msgctxt ""
+"18010000.xhp\n"
+"par_id3150767\n"
+"help.text"
msgid "<image id=\"img_id3156423\" src=\"cmd/sc_insertgraphic.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156423\">Icon</alt></image>"
msgstr "<image id=\"img_id3156423\" src=\"cmd/sc_insertgraphic.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156423\">ხატულა</alt></image>"
-#: 18010000.xhp#par_id3146120.4.help.text
-msgctxt "18010000.xhp#par_id3146120.4.help.text"
+#. M.Oq
+#: 18010000.xhp
+msgctxt ""
+"18010000.xhp\n"
+"par_id3146120\n"
+"4\n"
+"help.text"
msgid "Insert"
msgstr "ჩასმა"
-#: 18010000.xhp#par_id3153188.6.help.text
-msgctxt "18010000.xhp#par_id3153188.6.help.text"
+#. O*K)
+#: 18010000.xhp
+msgctxt ""
+"18010000.xhp\n"
+"par_id3153188\n"
+"6\n"
+"help.text"
msgid "You can select the following icons:"
msgstr "შეგიძლიათ აირჩიოთ შემდეგი ხატულები:"
-#: 18010000.xhp#hd_id4283883.help.text
+#. DsuU
+#: 18010000.xhp
#, fuzzy
+msgctxt ""
+"18010000.xhp\n"
+"hd_id4283883\n"
+"help.text"
msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/04160500.xhp\" name=\"მოლივლივე ჩარჩო\">მოლივლივე ჩარჩო</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">მოტივტივე ჩარჩო</link>\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/04160500.xhp\" name=\"მოძრავი ჩარჩო\">მოძრავი ჩარჩო</link>\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/04160500.xhp\" name=\"მცურავი ჩარჩო\">მცურავი ჩარჩო</link>"
-
-#: 18010000.xhp#hd_id3149410.8.help.text
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/04160500.xhp\" name=\"მოლივლივე ჩარჩო\">მოლივლივე ჩარჩო</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">მოტივტივე ჩარჩო</link>\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/04160500.xhp\" name=\"მოძრავი ჩარჩო\">მოძრავი ჩარჩო</link>\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/04160500.xhp\" name=\"მცურავი ჩარჩო\">მცურავი ჩარჩო</link>"
+
+#. RhN/
+#: 18010000.xhp
+msgctxt ""
+"18010000.xhp\n"
+"hd_id3149410\n"
+"8\n"
+"help.text"
msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>"
msgstr "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">განსაკუთღებული სიმბოლო</link>"
-#: 18010000.xhp#hd_id3151117.7.help.text
+#. |Sbl
+#: 18010000.xhp
+msgctxt ""
+"18010000.xhp\n"
+"hd_id3151117\n"
+"7\n"
+"help.text"
msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">From File</link>"
msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">ფაილიდან</link>"
-#: 18010000.xhp#hd_id3633533.help.text
+#. sJ{2
+#: 18010000.xhp
#, fuzzy
+msgctxt ""
+"18010000.xhp\n"
+"hd_id3633533\n"
+"help.text"
msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">ფაილიდან</link>"
-#: 18010000.xhp#par_idN10769.help.text
+#. CKkF
+#: 18010000.xhp
+msgctxt ""
+"18010000.xhp\n"
+"par_idN10769\n"
+"help.text"
msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Insert Chart\">Chart</link>"
msgstr ""
-#: 18010000.xhp#hd_id7581408.help.text
+#. 1fb@
+#: 18010000.xhp
+msgctxt ""
+"18010000.xhp\n"
+"hd_id7581408\n"
+"help.text"
msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE Object\">OLE Object</link>"
msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE ობიექტი\">OLE ობიექტი</link>"
-#: 06080000.xhp#tit.help.text
-msgid "Theme Selection"
-msgstr "თემის არჩევა"
-
-#: 06080000.xhp#hd_id3153087.1.help.text
-msgid "<link href=\"text/scalc/02/06080000.xhp\" name=\"Theme Selection\">Theme Selection</link>"
-msgstr "<link href=\"text/scalc/02/06080000.xhp\" name=\"Theme Selection\">თემის არჩევა</link>"
+#. Op9c
+#: 02170000.xhp
+msgctxt ""
+"02170000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Number Format: Delete Decimal Place"
+msgstr "რიცხვის ფორმატი: ათეულის წაშლა"
-#: 06080000.xhp#par_id3154515.2.help.text
-msgid "<variable id=\"thementext\"><ahelp hid=\".uno:ChooseDesign\">Applies a formatting style to the selected cells.</ahelp></variable> The styles include font, border, and background color information."
-msgstr "<variable id=\"thementext\"><ahelp hid=\".uno:ChooseDesign\">ფორმატირებული სტილის მისადაგება არჩეულ უჯრებზე.</ahelp></variable> სტილები შეიცავს შრიფტის, საზღვრის და ფონის ფერის ინფორმაციებს."
+#. .0v`
+#: 02170000.xhp
+msgctxt ""
+"02170000.xhp\n"
+"hd_id3149164\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/02/02170000.xhp\" name=\"Number Format: Delete Decimal Place\">Number Format: Delete Decimal Place</link>"
+msgstr "<link href=\"text/scalc/02/02170000.xhp\" name=\"Number Format: Delete Decimal Place\">რიცხვის ფორმატი: წილადის ნიშნის წაშლა</link>"
-#: 06080000.xhp#par_id3155132.help.text
-msgid "<image id=\"img_id3145785\" src=\"cmd/sc_choosedesign.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145785\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145785\" src=\"cmd/sc_choosedesign.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145785\">ხატულა</alt></image>"
+#. /+N(
+#: 02170000.xhp
+msgctxt ""
+"02170000.xhp\n"
+"par_id3147264\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:NumberFormatDecDecimals\">Removes one decimal place from the numbers in the selected cells.</ahelp>"
+msgstr "<ahelp hid=\".uno:NumberFormatDecDecimals\">არჩეულ უჯრებში რიცხვებიდან იღებს წილადის ნიშანს.</ahelp>"
-#: 06080000.xhp#par_id3153953.4.help.text
-msgid "Choose Themes"
-msgstr "თემების არჩევა"
+#. v:|a
+#: 02170000.xhp
+msgctxt ""
+"02170000.xhp\n"
+"par_id3145173\n"
+"help.text"
+msgid "<image id=\"img_id3153192\" src=\"cmd/sc_numberformatdecdecimals.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153192\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153192\" src=\"cmd/sc_numberformatdecdecimals.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153192\">ხატულა</alt></image>"
-#: 06080000.xhp#par_id3147127.5.help.text
-msgid "<ahelp hid=\"HID_DLGSTYLES_LISTBOX\">Click the formatting theme that you want to apply, and then click <emph>OK</emph>.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGSTYLES_LISTBOX\">დააწკაპუნეთ იმ თემაზე, რომლის მისადაგებაც გსურთ და შემდეგ დააწკაპუნეთ ღილაკზე <emph>კარგი</emph>.</ahelp>"
+#. Fd#_
+#: 02170000.xhp
+msgctxt ""
+"02170000.xhp\n"
+"par_id3154686\n"
+"3\n"
+"help.text"
+msgid "Number Format: Delete Decimal Place"
+msgstr "რიცხვის ფორმატი: ათეულის წაშლა"
-#: 10060000.xhp#tit.help.text
-msgid "Zoom Out"
-msgstr "დაპატარავება"
+#. E^+]
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Number format: Currency"
+msgstr "რიცხვის ფორმატი: ვალუტა"
-#: 10060000.xhp#bm_id3153561.help.text
-msgid "<bookmark_value>page views;reducing scales</bookmark_value><bookmark_value>zooming;reducing page views</bookmark_value>"
-msgstr ""
+#. X{bJ
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"hd_id3152892\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/02/02130000.xhp\" name=\"Number format: Currency\">Number format: Currency</link>"
+msgstr "<link href=\"text/scalc/02/02130000.xhp\" name=\"Number format: Currency\">რიცხვის ფორმატი: ვალუტა</link>"
-#: 10060000.xhp#hd_id3153561.1.help.text
-msgid "<link href=\"text/scalc/02/10060000.xhp\" name=\"Zoom Out\">Zoom Out</link>"
-msgstr "<link href=\"text/scalc/02/10060000.xhp\" name=\"Zoom Out\">დაპატარავება</link>"
+#. yujF
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"par_id3148837\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:NumberFormatCurrency\" visibility=\"visible\">Applies the default currency format to the selected cells.</ahelp>"
+msgstr "<ahelp hid=\".uno:NumberFormatCurrency\" visibility=\"visible\">არჩეულ უჯრებზე ვალუტის ნაგულისხმევი ფორმატის მისადაგება.</ahelp>"
-#: 10060000.xhp#par_id3151246.2.help.text
-msgid "<ahelp hid=\".uno:ZoomOut\">Reduces the screen display of the current document. The current zoom factor is displayed on the <emph>Status Bar</emph>.</ahelp>"
-msgstr "<ahelp hid=\".uno:ZoomOut\">ამცირებს არსებული დოკუმენტის ეკრანულ ზომას. არსებული მაშტაბის ფაქტორი გამოსახულია <emph>სტატუსის ზოლზე</emph>.</ahelp>"
+#. (G0?
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"par_id3155267\n"
+"help.text"
+msgid "<image src=\"cmd/sc_currencyfield.png\" id=\"img_id3159096\"><alt id=\"alt_id3159096\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_currencyfield.png\" id=\"img_id3159096\"><alt id=\"alt_id3159096\">ხატულა</alt></image>"
-#: 10060000.xhp#par_id3150398.4.help.text
-msgid "The minimum zoom factor is 20%."
-msgstr "მასშტაბირების მინიმალური ფაქტორი არის 20%."
+#. 5XOm
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"par_id3150214\n"
+"3\n"
+"help.text"
+msgid "Number Format: Currency"
+msgstr "რიცხვის ფორმატი: ვალუტა"
-#: 10060000.xhp#par_id3153770.help.text
+#. VbE?
+#: 02130000.xhp
#, fuzzy
-msgid "<image id=\"img_id3155131\" src=\"cmd/sc_zoomout.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155131\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145785\" src=\"cmd/sc_choosedesign.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145785\">ხატულა</alt></image>"
-
-#: 10060000.xhp#par_id3150440.3.help.text
-msgid "Zooming Out"
-msgstr "დაპატარავება"
-
-#: 08080000.xhp#tit.help.text
-msgid "Standard Formula, Date/Time, Error Warning"
-msgstr "სტანდარტული ფორმულა, თარიღი/დრო, შეცდომა გაფრთხილებაზე"
-
-#: 08080000.xhp#bm_id3147335.help.text
-msgid "<bookmark_value>formulas;status bar</bookmark_value>"
-msgstr ""
-
-#: 08080000.xhp#hd_id3147335.1.help.text
-msgid "<link href=\"text/scalc/02/08080000.xhp\" name=\"Standard Formula, Date/Time, Error Warning\">Standard Formula, Date/Time, Error Warning</link>"
-msgstr "<link href=\"text/scalc/02/08080000.xhp\" name=\"Standard Formula, Date/Time, Error Warning\">სტანდარტული ფორმულა, თარიღი/დრო, შეცდომა გაფრთხილებაზე</link>"
-
-#: 08080000.xhp#par_id3150791.2.help.text
-msgid "<ahelp hid=\".uno:StateTableCell\">Displays information about the current document. By default, the SUM of the contents of the selected cells is displayed.</ahelp>"
-msgstr "<ahelp hid=\".uno:StateTableCell\">მიმდინარე დოკუმენტის ინფორმაციის ასახვა. ნაგულისხმევად აისახება არჩეული უჯრების ჯამი.</ahelp>"
-
-#: 08080000.xhp#par_id3155061.3.help.text
-msgid "To change the default formula that is displayed, right-click the field, and then choose the formula that you want. The available formulas are: Average, count of values (COUNTA), count of numbers (COUNT), Maximum, Minimum, Sum, or None."
-msgstr "ეკრანზე გამოსახული ნაგულისხმები ფორმულის შესაცვლელად, ველზე დაწკაპეთ მაუსის მარჯვენა კლავიშით და შემდეგ აირჩიეთ სასურველი ფორმულა. შესაძლებელი ფორმულებია: საშუალო, სიდიდეების დათვლა (COUNTA), რიცხვების დათვლა (COUNT), მაქსიმუმი, მინიმუმი, ჯამი, და არცერთი."
-
-#: 08080000.xhp#par_id3153969.4.help.text
-msgid "<link href=\"text/scalc/05/02140000.xhp\" name=\"Error codes\">Error codes</link>"
-msgstr "<link href=\"text/scalc/05/02140000.xhp\" name=\"Error codes\">კოდების შეცდომა</link>"
-
-#: 02160000.xhp#tit.help.text
-msgctxt "02160000.xhp#tit.help.text"
-msgid "Number Format: Add Decimal Place"
-msgstr "რიცხვის ფორმატი: ათეულის დამატება "
-
-#: 02160000.xhp#hd_id3150275.1.help.text
-msgid "<link href=\"text/scalc/02/02160000.xhp\" name=\"Number Format: Add Decimal Place\">Number Format: Add Decimal Place</link>"
-msgstr "<link href=\"text/scalc/02/02160000.xhp\" name=\"Number Format: Add Decimal Place\">რიცხვის ფორმატი: წილადის ნიშნის დამატება</link>"
-
-#: 02160000.xhp#par_id3150792.2.help.text
-msgid "<ahelp hid=\".uno:NumberFormatIncDecimals\">Adds one decimal place to the numbers in the selected cells.</ahelp>"
-msgstr "<ahelp hid=\".uno:NumberFormatIncDecimals\">ამატებს არჩეულ უჯრაში ერთ წილადის ნიშანს.</ahelp>"
-
-#: 02160000.xhp#par_id3145787.help.text
-msgid "<image id=\"img_id3145271\" src=\"cmd/sc_numberformatincdecimals.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145271\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145271\" src=\"cmd/sc_numberformatincdecimals.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145271\">ხატულა</alt></image>"
-
-#: 02160000.xhp#par_id3149262.3.help.text
-msgctxt "02160000.xhp#par_id3149262.3.help.text"
-msgid "Number Format: Add Decimal Place"
-msgstr "რიცხვის ფორმატი: ათეულის დამატება"
-
-#: 06010000.xhp#tit.help.text
-msgid "Sheet Area"
-msgstr "ფურცლის არე"
-
-#: 06010000.xhp#bm_id3156326.help.text
-msgid "<bookmark_value>formula bar; sheet area names</bookmark_value><bookmark_value>sheet area names</bookmark_value><bookmark_value>showing; cell references</bookmark_value><bookmark_value>cell references; showing</bookmark_value>"
-msgstr "<bookmark_value>ფორმულა ზოლი; ფურცლის არის სახელები</bookmark_value><bookmark_value>ფურცლის არის სახელები</bookmark_value><bookmark_value>ჩვენება; უჯრის პარამეტრები</bookmark_value><bookmark_value>უჯრის პარამეტრები; ჩვენება</bookmark_value>"
-
-#: 06010000.xhp#hd_id3156326.1.help.text
-msgid "<link href=\"text/scalc/02/06010000.xhp\" name=\"Name Box\">Name Box</link>"
-msgstr "<link href=\"text/scalc/02/06010000.xhp\" name=\"Name Box\">სახელის სარკმელი</link>"
-
-#: 06010000.xhp#par_id3149656.2.help.text
-msgid "<ahelp hid=\"HID_INSWIN_POS\">Displays the reference for the current cell, the range of the selected cells, or the name of the area. You can also select a range of cells, and then type a name for that range into the <emph>Name Box</emph>.</ahelp>"
-msgstr "<ahelp hid=\"HID_INSWIN_POS\">მიმდინარე უჯრის პარამეტრის, არჩეული უჯრების დიაპაზონის ან არის სახელის ჩვენება. აგრეთვე შეგიძლიათ უჯრების დიაპაზონის არჩევა და შემდეგ შეიყვანეთ დიაპაზონის სახელი <emph>სახელის სარკმელში</emph>.</ahelp>"
-
-#: 06010000.xhp#par_id3163710.help.text
-msgid "<image id=\"img_id3152576\" src=\"res/helpimg/calcein.png\" width=\"1.2398inch\" height=\"0.2398inch\" localize=\"true\"><alt id=\"alt_id3152576\">Combo box sheet area</alt></image>"
-msgstr "<image id=\"img_id3152576\" src=\"res/helpimg/calcein.png\" width=\"1.2398inch\" height=\"0.2398inch\" localize=\"true\"><alt id=\"alt_id3152576\">კომბო-ველის ფურცლის არე</alt></image>"
-
-#: 06010000.xhp#par_id3151118.4.help.text
-msgid "Name Box"
-msgstr "სახელის სარკმელი"
-
-#: 06010000.xhp#par_id3152596.6.help.text
-msgid "To jump to a particular cell, or to select a cell range, type the cell reference, or cell range reference in this box, for example, F1, or A1:C4."
-msgstr "განსაზღვრულ უჯრაზე გადასახტომად ან უჯრების დიაპაზონის ასარჩევად სარკმელში დაბეჭდეთ უჯრის პარამეტრი ან უჯრების დიაპაზონის პარამეტრი, მაგალითად, F1, ან A1:C4."
+msgctxt ""
+"02130000.xhp\n"
+"par_id3146776\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cell - Numbers\">Format - Cell - Numbers</link>."
+msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cell - Numbers\">ფორმატი - უჯრა - რიცხვები</link>"
-#: 02150000.xhp#tit.help.text
+#. 3R3]
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"tit\n"
+"help.text"
msgid "Number format: Default"
msgstr "რიცხვების ფორმატი: ნაგულისხმევად"
-#: 02150000.xhp#hd_id3149182.1.help.text
+#. ,`*B
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3149182\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/scalc/02/02150000.xhp\" name=\"Number format: Default\">Number format: Default</link>"
msgstr "<link href=\"text/scalc/02/02150000.xhp\" name=\"Number format: Default\">რიცხვების ფორმატი: ნაგულისხმევად</link>"
-#: 02150000.xhp#par_id3163802.2.help.text
+#. AgQ]
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3163802\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\".uno:NumberFormatStandard\" visibility=\"visible\">Applies the default number format to the selected cells.</ahelp>"
msgstr "<ahelp hid=\".uno:NumberFormatStandard\" visibility=\"visible\">არჩეულ უჯრებზე რიცხვის ნაგულისხმევი ფორმატის მისადაგება.</ahelp>"
-#: 02150000.xhp#par_id3155922.help.text
+#. I):)
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3155922\n"
+"help.text"
msgid "<image src=\"cmd/sc_numberformatstandard.png\" id=\"img_id3156024\"><alt id=\"alt_id3156024\">Icon</alt></image>"
msgstr "<image src=\"cmd/sc_numberformatstandard.png\" id=\"img_id3156024\"><alt id=\"alt_id3156024\">ხატულა</alt></image>"
-#: 02150000.xhp#par_id3153361.3.help.text
+#. [QDs
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3153361\n"
+"3\n"
+"help.text"
msgid "Number Format: Standard"
msgstr "რიცხვების ფორმატი: სტანდარტული"
-#: 02150000.xhp#par_id3154908.4.help.text
+#. ;s!:
+#: 02150000.xhp
#, fuzzy
-msgctxt "02150000.xhp#par_id3154908.4.help.text"
+msgctxt ""
+"02150000.xhp\n"
+"par_id3154908\n"
+"4\n"
+"help.text"
msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cell - Numbers\">Format - Cell - Numbers</link>."
msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cell - Numbers\">ფორმატი - უჯრა - რიცხვები</link>"
-#: 06050000.xhp#tit.help.text
-msgid "Input line"
-msgstr "შეტანის სტრიქონი"
+#. ^Bv$
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Accept"
+msgstr "მიღება"
-#: 06050000.xhp#hd_id3153821.1.help.text
-msgid "<link href=\"text/scalc/02/06050000.xhp\" name=\"Input line\">Input line</link>"
-msgstr "<link href=\"text/scalc/02/06050000.xhp\" name=\"Input line\">შეტანის სტრიქონი</link>"
+#. !rIy
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"bm_id3143267\n"
+"help.text"
+msgid "<bookmark_value>formula bar; accepting inputs</bookmark_value><bookmark_value>functions; accepting input icon</bookmark_value>"
+msgstr "<bookmark_value>ფორმულა ბარი; მიღებული შენატანი</bookmark_value><bookmark_value>ფუნქციები; მიღებული შენატანის ხატულა</bookmark_value>"
-#: 06050000.xhp#par_id3155922.2.help.text
-msgid "<ahelp hid=\"HID_INSWIN_INPUT\">Enter the formula that you want to add to the current cell. You can also click the <link href=\"text/scalc/01/04060000.xhp\" name=\"Function Wizard\">Function Wizard</link> icon to insert a predefined function into the formula.</ahelp>"
-msgstr "<ahelp hid=\"HID_INSWIN_INPUT\">შეიტანეთ ის ფორმულა, რომლის დამატებაც გსურთ მიმდინარე უჯრაში. აგრეთვე შეგიძლიათ წინასწარ განსაზღვრული ფუნქციის ჩასამატებლად დააწკაპუნოთ <link href=\"text/scalc/01/04060000.xhp\" name=\"Function Wizard\">ფუნქციის ოსტატი</link> ხატულაზე.</ahelp>"
+#. XKAn
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3143267\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/02/06070000.xhp\" name=\"Accept\">Accept</link>"
+msgstr "<link href=\"text/scalc/02/06070000.xhp\" name=\"Accept\">მიღება</link>"
-#: 02170000.xhp#tit.help.text
-msgctxt "02170000.xhp#tit.help.text"
-msgid "Number Format: Delete Decimal Place"
-msgstr "რიცხვის ფორმატი: ათეულის წაშლა"
+#. b%3(
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3151245\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_INSWIN_OK\">Accepts the contents of the <emph>Input line</emph>, and then inserts the contents into the current cell.</ahelp>"
+msgstr "<ahelp hid=\"HID_INSWIN_OK\">იღებს <emph>შეტანის სტრიქონის</emph>შიგთავსს და შემდეგ ამატებს შიგთავსს მიმდინარე უჯრაში.</ahelp>"
-#: 02170000.xhp#hd_id3149164.1.help.text
-msgid "<link href=\"text/scalc/02/02170000.xhp\" name=\"Number Format: Delete Decimal Place\">Number Format: Delete Decimal Place</link>"
-msgstr "<link href=\"text/scalc/02/02170000.xhp\" name=\"Number Format: Delete Decimal Place\">რიცხვის ფორმატი: წილადის ნიშნის წაშლა</link>"
+#. u8j\
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3150769\n"
+"help.text"
+msgid "<image id=\"img_id3156422\" src=\"svx/res/nu07.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3156422\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156422\" src=\"svx/res/nu07.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3156422\">ხატულა</alt></image>"
-#: 02170000.xhp#par_id3147264.2.help.text
-msgid "<ahelp hid=\".uno:NumberFormatDecDecimals\">Removes one decimal place from the numbers in the selected cells.</ahelp>"
-msgstr "<ahelp hid=\".uno:NumberFormatDecDecimals\">არჩეულ უჯრებში რიცხვებიდან იღებს წილადის ნიშანს.</ahelp>"
+#. M%0-
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3125864\n"
+"3\n"
+"help.text"
+msgid "Accept"
+msgstr "მიღება"
-#: 02170000.xhp#par_id3145173.help.text
-msgid "<image id=\"img_id3153192\" src=\"cmd/sc_numberformatdecdecimals.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153192\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153192\" src=\"cmd/sc_numberformatdecdecimals.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153192\">ხატულა</alt></image>"
+#. X1u^
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Number format: Percent"
+msgstr "რიცხვის ფორმატი: პროცენტი"
-#: 02170000.xhp#par_id3154686.3.help.text
-msgctxt "02170000.xhp#par_id3154686.3.help.text"
-msgid "Number Format: Delete Decimal Place"
-msgstr "რიცხვის ფორმატი: ათეულის წაშლა"
+#. 38EL
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"hd_id3156329\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/02/02140000.xhp\" name=\"Number format: Percent\">Number format: Percent</link>"
+msgstr "<link href=\"text/scalc/02/02140000.xhp\" name=\"Number format: Percent\">რიცხვის ფორმატი: პროცენტი</link>"
-#: 06030000.xhp#tit.help.text
-msgctxt "06030000.xhp#tit.help.text"
+#. }d+Z
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3155629\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:NumberFormatPercent\">Applies the percentage format to the selected cells.</ahelp>"
+msgstr "<ahelp hid=\".uno:NumberFormatPercent\">არჩეულ უჯრებზე პროც.</ahelp>"
+
+#. y{0s
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3153968\n"
+"help.text"
+msgid "<image id=\"img_id3150869\" src=\"cmd/sc_numberformatpercent.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3150869\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150869\" src=\"cmd/sc_numberformatpercent.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3150869\">ხატულა</alt></image>"
+
+#. aiTb
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3151114\n"
+"3\n"
+"help.text"
+msgid "Number Format: Percent"
+msgstr "რიცხვის ფორმატი: პროცენტი"
+
+#. zM+`
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"bm_id3149260\n"
+"help.text"
+msgid "<bookmark_value>percentage calculations</bookmark_value>"
+msgstr "<bookmark_value>პროცენტული ანგარიში</bookmark_value>"
+
+#. gTTZ
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3149260\n"
+"5\n"
+"help.text"
+msgid "You can also enter a percentage sign (%) after a number in a cell:"
+msgstr "უჯრაში, რიცხვის შემდეგ ასევე შეგიძლიათ პროცენტის ნიშნის (%) მიწერა:"
+
+#. =8Y?
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3155411\n"
+"6\n"
+"help.text"
+msgid "1% corresponds to 0.01"
+msgstr "1% შეესაბამება 0.01"
+
+#. hRVS
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3145749\n"
+"7\n"
+"help.text"
+msgid "1 + 16% corresponds to 116% or 1.16"
+msgstr "1 + 16% შეესაბამება 116% ან 1.16"
+
+#. 4_p5
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3148575\n"
+"8\n"
+"help.text"
+msgid "1%% corresponds to 0.0001"
+msgstr "1%% შეესაბამება 0.0001"
+
+#. ;=d3
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3159153\n"
+"10\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cell - Numbers\">Format - Cell - Numbers</link>"
+msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cell - Numbers\">ფორმატი - უჯრა - რიცხვები</link>"
+
+#. I~0N
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"tit\n"
+"help.text"
msgid "Sum"
msgstr "ჯამი"
-#: 06030000.xhp#bm_id3157909.help.text
+#. a)Kn
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"bm_id3157909\n"
+"help.text"
msgid "<bookmark_value>functions;sum function icon</bookmark_value> <bookmark_value>formula bar;sum function</bookmark_value> <bookmark_value>sum icon</bookmark_value> <bookmark_value>AutoSum button, see sum icon</bookmark_value>"
msgstr ""
-#: 06030000.xhp#hd_id3157909.1.help.text
+#. ZoJo
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"hd_id3157909\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/scalc/02/06030000.xhp\" name=\"Sum\">Sum</link>"
msgstr "<link href=\"text/scalc/02/06030000.xhp\" name=\"Sum\">ჯამი</link>"
-#: 06030000.xhp#par_id3150543.2.help.text
+#. u^Ei
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"par_id3150543\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\"HID_INSWIN_SUMME\">Inserts the sum of a cell range into the current cell, or inserts sum values into selected cells. Click in a cell, click this icon, and optionally adjust the cell range. Or select some cells into which the sum values will be inserted, then click the icon.</ahelp>"
msgstr ""
-#: 06030000.xhp#par_id3153770.help.text
+#. 7%?f
+#: 06030000.xhp
#, fuzzy
+msgctxt ""
+"06030000.xhp\n"
+"par_id3153770\n"
+"help.text"
msgid "<image id=\"img_id3147434\" src=\"cmd/sc_autosum.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147434\">Icon</alt></image>"
msgstr "<image id=\"img_id3145785\" src=\"cmd/sc_choosedesign.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145785\">ხატულა</alt></image>"
-#: 06030000.xhp#par_id3152577.15.help.text
-msgctxt "06030000.xhp#par_id3152577.15.help.text"
+#. $s$@
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"par_id3152577\n"
+"15\n"
+"help.text"
msgid "Sum"
msgstr "ჯამი"
-#: 06030000.xhp#par_id3156444.16.help.text
+#. ]Cv^
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"par_id3156444\n"
+"16\n"
+"help.text"
msgid "$[officename] automatically suggests a cell range, provided that the spreadsheet contains data. If the cell range already contains a sum function, you can combine it with the new one to yield the total sum of the range. If the range contains filters, the Subtotal function is inserted instead of the Sum function."
-msgstr "$[officename] ავტომატურად გთავაზობთ უჯრების რიგს, თუ ელ-ცხრილი მონაცემებს შეიცავს. თუ უჯრების რიგი უკვე შეიცავს ჯამის ფუნქციას, შეგიძლიათ ის შეაჯამოთ ახალ ჯამთან და გამოითვალოთ რიგის მთლიანი ჯამი. თუ რიგი შეიცავს ფილტრებს, ჯამის მაგივრად გააქტიურებულია მთლიანი ჯამის ფუნქცია. "
-
-#: 06030000.xhp#par_id3153189.3.help.text
+msgstr "$[officename] ავტომატურად გთავაზობთ უჯრების რიგს, თუ ელ-ცხრილი მონაცემებს შეიცავს. თუ უჯრების რიგი უკვე შეიცავს ჯამის ფუნქციას, შეგიძლიათ ის შეაჯამოთ ახალ ჯამთან და გამოითვალოთ რიგის მთლიანი ჯამი. თუ რიგი შეიცავს ფილტრებს, ჯამის მაგივრად გააქტიურებულია მთლიანი ჯამის ფუნქცია."
+
+#. SBM_
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"par_id3153189\n"
+"3\n"
+"help.text"
msgid "Click the <emph>Accept</emph> icon (green check mark) to use the formula displayed in the input line."
msgstr "დააწკაპუნეთ <emph>მიღება</emph> ხატულაზე (მწვანე ნიშანი) შეტანის სტრიქონზე ფორმულის ასასახად."
-#: 08010000.xhp#tit.help.text
-msgid "Position in document"
-msgstr "პოზიცია დოკუმენტში"
+#. %aXN
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Number Format: Add Decimal Place"
+msgstr "რიცხვის ფორმატი: ათეულის დამატება"
-#: 08010000.xhp#hd_id3145119.1.help.text
-msgid "<link href=\"text/scalc/02/08010000.xhp\" name=\"Position in document\">Position in document</link>"
-msgstr "<link href=\"text/scalc/02/08010000.xhp\" name=\"Position in document\">პოზიცია დოკუმენტში</link>"
+#. kSO%
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"hd_id3150275\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/02/02160000.xhp\" name=\"Number Format: Add Decimal Place\">Number Format: Add Decimal Place</link>"
+msgstr "<link href=\"text/scalc/02/02160000.xhp\" name=\"Number Format: Add Decimal Place\">რიცხვის ფორმატი: წილადის ნიშნის დამატება</link>"
-#: 08010000.xhp#par_id3147265.2.help.text
-msgid "<ahelp hid=\".uno:StatusDocPos\">Displays the number of the current sheet and the total number of sheets in the spreadsheet.</ahelp>"
-msgstr "<ahelp hid=\".uno:StatusDocPos\">ელექტრონულ ცხრილში მიმდინარე ფურცლის და ყველა ფურცლების რიცხვის ჩვენება.</ahelp>"
+#. W8Q+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3150792\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:NumberFormatIncDecimals\">Adds one decimal place to the numbers in the selected cells.</ahelp>"
+msgstr "<ahelp hid=\".uno:NumberFormatIncDecimals\">ამატებს არჩეულ უჯრაში ერთ წილადის ნიშანს.</ahelp>"
-#: 06060000.xhp#tit.help.text
-msgctxt "06060000.xhp#tit.help.text"
+#. 1`+s
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3145787\n"
+"help.text"
+msgid "<image id=\"img_id3145271\" src=\"cmd/sc_numberformatincdecimals.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145271\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145271\" src=\"cmd/sc_numberformatincdecimals.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145271\">ხატულა</alt></image>"
+
+#. P[yQ
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3149262\n"
+"3\n"
+"help.text"
+msgid "Number Format: Add Decimal Place"
+msgstr "რიცხვის ფორმატი: ათეულის დამატება"
+
+#. .AGZ
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"tit\n"
+"help.text"
msgid "Cancel"
msgstr "გაუქმება"
-#: 06060000.xhp#bm_id3154514.help.text
+#. ,\pf
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"bm_id3154514\n"
+"help.text"
msgid "<bookmark_value>formula bar; canceling inputs</bookmark_value><bookmark_value>functions; canceling input icon</bookmark_value>"
msgstr "<bookmark_value>ფორმულა ზოლი; შენატანების გაექმება</bookmark_value><bookmark_value>ფუნქციები; შეტანის ხატულის გაუქმება</bookmark_value>"
-#: 06060000.xhp#hd_id3154514.1.help.text
+#. G1!x
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"hd_id3154514\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/scalc/02/06060000.xhp\" name=\"Cancel\">Cancel</link>"
msgstr "<link href=\"text/scalc/02/06060000.xhp\" name=\"Cancel\">გაუქმება</link>"
-#: 06060000.xhp#par_id3153823.2.help.text
+#. 9Mza
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_id3153823\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\"HID_INSWIN_CANCEL\">Clears the contents of the <emph>Input line</emph>, or cancels the changes that you made to an existing formula.</ahelp>"
msgstr "<ahelp hid=\"HID_INSWIN_CANCEL\">ასუფთავებს <emph>შენატანის სტრიქონის</emph>შიგთავსს ან აუქმებს არსებულ ფორმულაში შეტანილ ცვლილებებს.</ahelp>"
-#: 06060000.xhp#par_id3156281.help.text
+#. fwm:
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_id3156281\n"
+"help.text"
msgid "<image id=\"img_id3156422\" src=\"svx/res/nu08.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3156422\">Icon</alt></image>"
msgstr "<image id=\"img_id3156422\" src=\"svx/res/nu08.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3156422\">ხატულა</alt></image>"
-#: 06060000.xhp#par_id3153970.3.help.text
-msgctxt "06060000.xhp#par_id3153970.3.help.text"
+#. @BWz
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_id3153970\n"
+"3\n"
+"help.text"
msgid "Cancel"
msgstr "გაუქმება"
-#: 02130000.xhp#tit.help.text
-msgid "Number format: Currency"
-msgstr "რიცხვის ფორმატი: ვალუტა"
+#. zl3%
+#: 18020000.xhp
+msgctxt ""
+"18020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert Cells"
+msgstr "უჯრების ჩასმა"
-#: 02130000.xhp#hd_id3152892.1.help.text
-msgid "<link href=\"text/scalc/02/02130000.xhp\" name=\"Number format: Currency\">Number format: Currency</link>"
-msgstr "<link href=\"text/scalc/02/02130000.xhp\" name=\"Number format: Currency\">რიცხვის ფორმატი: ვალუტა</link>"
+#. l;Ok
+#: 18020000.xhp
+msgctxt ""
+"18020000.xhp\n"
+"bm_id3150275\n"
+"help.text"
+msgid "<bookmark_value>inserting; cells, toolbar icon</bookmark_value>"
+msgstr "<bookmark_value>ჩასმა; უჯრები, ხელსაწყოთა ხატულა</bookmark_value>"
-#: 02130000.xhp#par_id3148837.2.help.text
-msgid "<ahelp hid=\".uno:NumberFormatCurrency\" visibility=\"visible\">Applies the default currency format to the selected cells.</ahelp>"
-msgstr "<ahelp hid=\".uno:NumberFormatCurrency\" visibility=\"visible\">არჩეულ უჯრებზე ვალუტის ნაგულისხმევი ფორმატის მისადაგება.</ahelp>"
+#. g^/%
+#: 18020000.xhp
+msgctxt ""
+"18020000.xhp\n"
+"hd_id3150275\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/02/18020000.xhp\" name=\"Insert Cells\">Insert Cells</link>"
+msgstr "<link href=\"text/scalc/02/18020000.xhp\" name=\"Insert Cells\">უჯრების ჩასმა</link>"
-#: 02130000.xhp#par_id3155267.help.text
-msgid "<image src=\"cmd/sc_currencyfield.png\" id=\"img_id3159096\"><alt id=\"alt_id3159096\">Icon</alt></image>"
-msgstr "<image src=\"cmd/sc_currencyfield.png\" id=\"img_id3159096\"><alt id=\"alt_id3159096\">ხატულა</alt></image>"
+#. f0W:
+#: 18020000.xhp
+msgctxt ""
+"18020000.xhp\n"
+"par_id3156024\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsCellsCtrl\">Click the arrow next to the icon to open the <emph>Insert Cells </emph>toolbar, where you can insert cells, rows, and columns into the current sheet.</ahelp>"
+msgstr "<ahelp hid=\".uno:InsCellsCtrl\">დააწკაპუნეთ ხატულის გვერდზე ისარზე ხელსაწყოთა ზოლის<emph>უჯრების ჩასმა </emph>გასახსნელად, თუ სად შეგიძლიათ მიმიდნარე ფურცელში უჯრების, სტრიქონების და სვეტების ჩასმა.</ahelp>"
-#: 02130000.xhp#par_id3150214.3.help.text
-msgid "Number Format: Currency"
-msgstr "რიცხვის ფორმატი: ვალუტა"
+#. 2g!w
+#: 18020000.xhp
+msgctxt ""
+"18020000.xhp\n"
+"par_id3150398\n"
+"3\n"
+"help.text"
+msgid "Tools bar icon:"
+msgstr "ხელსაწყოთა ზოლის ხატულა:"
-#: 02130000.xhp#par_id3146776.4.help.text
-#, fuzzy
-msgctxt "02130000.xhp#par_id3146776.4.help.text"
-msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cell - Numbers\">Format - Cell - Numbers</link>."
-msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cell - Numbers\">ფორმატი - უჯრა - რიცხვები</link>"
+#. *+o.
+#: 18020000.xhp
+msgctxt ""
+"18020000.xhp\n"
+"par_id3150767\n"
+"5\n"
+"help.text"
+msgid "You can select the following icons:"
+msgstr "შეგიძლიათ აირჩიოთ შემდეგი ხატულები:"
-#: 06070000.xhp#tit.help.text
-msgctxt "06070000.xhp#tit.help.text"
-msgid "Accept"
-msgstr "მიღება"
+#. mA@\
+#: 18020000.xhp
+msgctxt ""
+"18020000.xhp\n"
+"hd_id3150439\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Insert Cells Down\">Insert Cells Down</link>"
+msgstr "<link href=\"text/scalc/01/04020000.xhp\" name=\"Insert Cells Down\">უჯრების ჩამატება ქვევით</link>"
-#: 06070000.xhp#bm_id3143267.help.text
-msgid "<bookmark_value>formula bar; accepting inputs</bookmark_value><bookmark_value>functions; accepting input icon</bookmark_value>"
-msgstr "<bookmark_value>ფორმულა ბარი; მიღებული შენატანი</bookmark_value><bookmark_value>ფუნქციები; მიღებული შენატანის ხატულა</bookmark_value>"
+#. iU~V
+#: 18020000.xhp
+msgctxt ""
+"18020000.xhp\n"
+"hd_id3146119\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Insert Cells Right\">Insert Cells Right</link>"
+msgstr "<link href=\"text/scalc/01/04020000.xhp\" name=\"Insert Cells Right\">უჯრების ჩამატება მარჯვნივ</link>"
-#: 06070000.xhp#hd_id3143267.1.help.text
-msgid "<link href=\"text/scalc/02/06070000.xhp\" name=\"Accept\">Accept</link>"
-msgstr "<link href=\"text/scalc/02/06070000.xhp\" name=\"Accept\">მიღება</link>"
+#. CZ[L
+#: 18020000.xhp
+msgctxt ""
+"18020000.xhp\n"
+"hd_id3153190\n"
+"8\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Rows\">Rows</link>"
+msgstr "<link href=\"text/scalc/01/04020000.xhp\" name=\"Rows\">მწკრივები</link>"
-#: 06070000.xhp#par_id3151245.2.help.text
-msgid "<ahelp hid=\"HID_INSWIN_OK\">Accepts the contents of the <emph>Input line</emph>, and then inserts the contents into the current cell.</ahelp>"
-msgstr "<ahelp hid=\"HID_INSWIN_OK\">იღებს <emph>შეტანის სტრიქონის</emph>შიგთავსს და შემდეგ ამატებს შიგთავსს მიმდინარე უჯრაში.</ahelp>"
+#. kj[\
+#: 18020000.xhp
+msgctxt ""
+"18020000.xhp\n"
+"hd_id3153726\n"
+"9\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Columns\">Columns</link>"
+msgstr "<link href=\"text/scalc/01/04020000.xhp\" name=\"Columns\">სვეტები</link>"
-#: 06070000.xhp#par_id3150769.help.text
-msgid "<image id=\"img_id3156422\" src=\"svx/res/nu07.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3156422\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156422\" src=\"svx/res/nu07.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3156422\">ხატულა</alt></image>"
+#. M:,X
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Input line"
+msgstr "შეტანის სტრიქონი"
-#: 06070000.xhp#par_id3125864.3.help.text
-msgctxt "06070000.xhp#par_id3125864.3.help.text"
-msgid "Accept"
-msgstr "მიღება"
+#. nD#h
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3153821\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/02/06050000.xhp\" name=\"Input line\">Input line</link>"
+msgstr "<link href=\"text/scalc/02/06050000.xhp\" name=\"Input line\">შეტანის სტრიქონი</link>"
-#: 02140000.xhp#tit.help.text
-msgid "Number format: Percent"
-msgstr "რიცხვის ფორმატი: პროცენტი"
+#. Z*1`
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3155922\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_INSWIN_INPUT\">Enter the formula that you want to add to the current cell. You can also click the <link href=\"text/scalc/01/04060000.xhp\" name=\"Function Wizard\">Function Wizard</link> icon to insert a predefined function into the formula.</ahelp>"
+msgstr "<ahelp hid=\"HID_INSWIN_INPUT\">შეიტანეთ ის ფორმულა, რომლის დამატებაც გსურთ მიმდინარე უჯრაში. აგრეთვე შეგიძლიათ წინასწარ განსაზღვრული ფუნქციის ჩასამატებლად დააწკაპუნოთ <link href=\"text/scalc/01/04060000.xhp\" name=\"Function Wizard\">ფუნქციის ოსტატი</link> ხატულაზე.</ahelp>"
-#: 02140000.xhp#hd_id3156329.1.help.text
-msgid "<link href=\"text/scalc/02/02140000.xhp\" name=\"Number format: Percent\">Number format: Percent</link>"
-msgstr "<link href=\"text/scalc/02/02140000.xhp\" name=\"Number format: Percent\">რიცხვის ფორმატი: პროცენტი</link>"
+#. ;:?f
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Theme Selection"
+msgstr "თემის არჩევა"
-#: 02140000.xhp#par_id3155629.2.help.text
-msgid "<ahelp hid=\".uno:NumberFormatPercent\">Applies the percentage format to the selected cells.</ahelp>"
-msgstr "<ahelp hid=\".uno:NumberFormatPercent\">არჩეულ უჯრებზე პროც.</ahelp>"
+#. ;JZm
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"hd_id3153087\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/02/06080000.xhp\" name=\"Theme Selection\">Theme Selection</link>"
+msgstr "<link href=\"text/scalc/02/06080000.xhp\" name=\"Theme Selection\">თემის არჩევა</link>"
-#: 02140000.xhp#par_id3153968.help.text
-msgid "<image id=\"img_id3150869\" src=\"cmd/sc_numberformatpercent.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3150869\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150869\" src=\"cmd/sc_numberformatpercent.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3150869\">ხატულა</alt></image>"
+#. IazZ
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3154515\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"thementext\"><ahelp hid=\".uno:ChooseDesign\">Applies a formatting style to the selected cells.</ahelp></variable> The styles include font, border, and background color information."
+msgstr "<variable id=\"thementext\"><ahelp hid=\".uno:ChooseDesign\">ფორმატირებული სტილის მისადაგება არჩეულ უჯრებზე.</ahelp></variable> სტილები შეიცავს შრიფტის, საზღვრის და ფონის ფერის ინფორმაციებს."
-#: 02140000.xhp#par_id3151114.3.help.text
-msgid "Number Format: Percent"
-msgstr "რიცხვის ფორმატი: პროცენტი"
+#. !CZC
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3155132\n"
+"help.text"
+msgid "<image id=\"img_id3145785\" src=\"cmd/sc_choosedesign.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145785\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145785\" src=\"cmd/sc_choosedesign.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145785\">ხატულა</alt></image>"
-#: 02140000.xhp#bm_id3149260.help.text
-msgid "<bookmark_value>percentage calculations</bookmark_value>"
-msgstr "<bookmark_value>პროცენტული ანგარიში</bookmark_value>"
+#. W43t
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3153953\n"
+"4\n"
+"help.text"
+msgid "Choose Themes"
+msgstr "თემების არჩევა"
-#: 02140000.xhp#par_id3149260.5.help.text
-msgid "You can also enter a percentage sign (%) after a number in a cell:"
-msgstr "უჯრაში, რიცხვის შემდეგ ასევე შეგიძლიათ პროცენტის ნიშნის (%) მიწერა:"
+#. 16%q
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3147127\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGSTYLES_LISTBOX\">Click the formatting theme that you want to apply, and then click <emph>OK</emph>.</ahelp>"
+msgstr "<ahelp hid=\"HID_DLGSTYLES_LISTBOX\">დააწკაპუნეთ იმ თემაზე, რომლის მისადაგებაც გსურთ და შემდეგ დააწკაპუნეთ ღილაკზე <emph>კარგი</emph>.</ahelp>"
-#: 02140000.xhp#par_id3155411.6.help.text
-msgid "1% corresponds to 0.01"
-msgstr "1% შეესაბამება 0.01"
+#. !,im
+#: 08080000.xhp
+msgctxt ""
+"08080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Standard Formula, Date/Time, Error Warning"
+msgstr "სტანდარტული ფორმულა, თარიღი/დრო, შეცდომა გაფრთხილებაზე"
-#: 02140000.xhp#par_id3145749.7.help.text
-msgid "1 + 16% corresponds to 116% or 1.16"
-msgstr "1 + 16% შეესაბამება 116% ან 1.16"
+#. 72El
+#: 08080000.xhp
+msgctxt ""
+"08080000.xhp\n"
+"bm_id3147335\n"
+"help.text"
+msgid "<bookmark_value>formulas;status bar</bookmark_value>"
+msgstr ""
-#: 02140000.xhp#par_id3148575.8.help.text
-msgid "1%% corresponds to 0.0001"
-msgstr "1%% შეესაბამება 0.0001"
+#. EQs/
+#: 08080000.xhp
+msgctxt ""
+"08080000.xhp\n"
+"hd_id3147335\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/02/08080000.xhp\" name=\"Standard Formula, Date/Time, Error Warning\">Standard Formula, Date/Time, Error Warning</link>"
+msgstr "<link href=\"text/scalc/02/08080000.xhp\" name=\"Standard Formula, Date/Time, Error Warning\">სტანდარტული ფორმულა, თარიღი/დრო, შეცდომა გაფრთხილებაზე</link>"
-#: 02140000.xhp#par_id3159153.10.help.text
-msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cell - Numbers\">Format - Cell - Numbers</link>"
-msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cell - Numbers\">ფორმატი - უჯრა - რიცხვები</link>"
+#. ?+85
+#: 08080000.xhp
+msgctxt ""
+"08080000.xhp\n"
+"par_id3150791\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:StateTableCell\">Displays information about the current document. By default, the SUM of the contents of the selected cells is displayed.</ahelp>"
+msgstr "<ahelp hid=\".uno:StateTableCell\">მიმდინარე დოკუმენტის ინფორმაციის ასახვა. ნაგულისხმევად აისახება არჩეული უჯრების ჯამი.</ahelp>"
-#: 06040000.xhp#tit.help.text
-msgctxt "06040000.xhp#tit.help.text"
+#. _(]g
+#: 08080000.xhp
+msgctxt ""
+"08080000.xhp\n"
+"par_id3155061\n"
+"3\n"
+"help.text"
+msgid "To change the default formula that is displayed, right-click the field, and then choose the formula that you want. The available formulas are: Average, count of values (COUNTA), count of numbers (COUNT), Maximum, Minimum, Sum, or None."
+msgstr "ეკრანზე გამოსახული ნაგულისხმები ფორმულის შესაცვლელად, ველზე დაწკაპეთ მაუსის მარჯვენა კლავიშით და შემდეგ აირჩიეთ სასურველი ფორმულა. შესაძლებელი ფორმულებია: საშუალო, სიდიდეების დათვლა (COUNTA), რიცხვების დათვლა (COUNT), მაქსიმუმი, მინიმუმი, ჯამი, და არცერთი."
+
+#. 8+!v
+#: 08080000.xhp
+msgctxt ""
+"08080000.xhp\n"
+"par_id3153969\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/scalc/05/02140000.xhp\" name=\"Error codes\">Error codes</link>"
+msgstr "<link href=\"text/scalc/05/02140000.xhp\" name=\"Error codes\">კოდების შეცდომა</link>"
+
+#. Q.QM
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"tit\n"
+"help.text"
msgid "Function"
msgstr "ფუნქცია"
-#: 06040000.xhp#bm_id3150084.help.text
+#. cY$d
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"bm_id3150084\n"
+"help.text"
msgid "<bookmark_value>formula bar; functions</bookmark_value><bookmark_value>functions; formula bar icon</bookmark_value>"
msgstr "<bookmark_value>ფორმულა ზოლი; ფუნქციები</bookmark_value><bookmark_value>ფუნქციები; ფორმულა ზოლის ხატულა</bookmark_value>"
-#: 06040000.xhp#hd_id3150084.1.help.text
+#. --YN
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"hd_id3150084\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/scalc/02/06040000.xhp\" name=\"Function\">Function</link>"
msgstr "<link href=\"text/scalc/02/06040000.xhp\" name=\"Function\">ფუნქცია</link>"
-#: 06040000.xhp#par_id3151245.2.help.text
+#. Q-;Y
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3151245\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\"HID_INSWIN_FUNC\">Adds a formula to the current cell. Click this icon, and then enter the formula in the <emph>Input line</emph>.</ahelp>"
msgstr "<ahelp hid=\"HID_INSWIN_FUNC\">მიმდინარე უჯრაში ფორმულის დამატება. დააწკაპუნეთ ამ ხატულაზე და შემდეგ შეიტანეთ ფორმულა <emph>შეტანის სტრიქონში</emph>.</ahelp>"
-#: 06040000.xhp#par_id3153360.3.help.text
+#. RsLu
+#: 06040000.xhp
#, fuzzy
+msgctxt ""
+"06040000.xhp\n"
+"par_id3153360\n"
+"3\n"
+"help.text"
msgid "This icon is only available when the <emph>Input line</emph> box is not active."
msgstr "ეს ხატულა ხელმისაწვდომია მაშiნ, როცა <emph>შეტანის სტრიქონი</emph> სარკმელი დამალულია."
-#: 06040000.xhp#par_id3153770.help.text
+#. tAFp
+#: 06040000.xhp
#, fuzzy
+msgctxt ""
+"06040000.xhp\n"
+"par_id3153770\n"
+"help.text"
msgid "<image id=\"img_id3145785\" src=\"sc/imglst/sc26049.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145785\">Icon</alt></image>"
msgstr "<image id=\"img_id3156422\" src=\"svx/res/nu07.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3156422\">ხატულა</alt></image>"
-#: 06040000.xhp#par_id3153951.4.help.text
-msgctxt "06040000.xhp#par_id3153951.4.help.text"
+#. KMYk
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3153951\n"
+"4\n"
+"help.text"
msgid "Function"
msgstr "ფუნქცია"
-#: 10050000.xhp#tit.help.text
-msgctxt "10050000.xhp#tit.help.text"
+#. OKS{
+#: 10050000.xhp
+msgctxt ""
+"10050000.xhp\n"
+"tit\n"
+"help.text"
msgid "Zoom In"
msgstr "გადიდება"
-#: 10050000.xhp#bm_id3148491.help.text
+#. LD}=
+#: 10050000.xhp
+msgctxt ""
+"10050000.xhp\n"
+"bm_id3148491\n"
+"help.text"
msgid "<bookmark_value>page views; increasing scales</bookmark_value><bookmark_value>increasing scales in page view</bookmark_value><bookmark_value>zooming;enlarging page views</bookmark_value>"
msgstr ""
-#: 10050000.xhp#hd_id3148491.1.help.text
+#. +#Sx
+#: 10050000.xhp
+msgctxt ""
+"10050000.xhp\n"
+"hd_id3148491\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/scalc/02/10050000.xhp\" name=\"Zoom In\">Zoom In</link>"
msgstr "<link href=\"text/scalc/02/10050000.xhp\" name=\"Zoom In\">გადიდება</link>"
-#: 10050000.xhp#par_id3145069.2.help.text
+#. {wZ4
+#: 10050000.xhp
+msgctxt ""
+"10050000.xhp\n"
+"par_id3145069\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\".uno:ZoomIn\">Enlarges the screen display of the current document. The current zoom factor is displayed on the <emph>Status Bar</emph>.</ahelp>"
msgstr "<ahelp hid=\".uno:ZoomIn\">მიმდინარე დოკუმენტის ეკრანის დისპლეის გაზრდა. მიმდინარე მასშტაბის ფაქტორი აისახება <emph>სტატუსის ზოლზე</emph>.</ahelp>"
-#: 10050000.xhp#par_id3145171.4.help.text
+#. Q8;;
+#: 10050000.xhp
+msgctxt ""
+"10050000.xhp\n"
+"par_id3145171\n"
+"4\n"
+"help.text"
msgid "The maximum zoom factor is 400%."
msgstr "მასშტაბის მაქსიმალური ფაქტორი არის 400%."
-#: 10050000.xhp#par_id3155854.help.text
+#. cVp+
+#: 10050000.xhp
#, fuzzy
+msgctxt ""
+"10050000.xhp\n"
+"par_id3155854\n"
+"help.text"
msgid "<image id=\"img_id3151116\" src=\"cmd/sc_helpzoomin.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151116\">Icon</alt></image>"
msgstr "<image id=\"img_id3156423\" src=\"cmd/sc_insertgraphic.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156423\">ხატულა</alt></image>"
-#: 10050000.xhp#par_id3145273.3.help.text
-msgctxt "10050000.xhp#par_id3145273.3.help.text"
+#. ]}No
+#: 10050000.xhp
+msgctxt ""
+"10050000.xhp\n"
+"par_id3145273\n"
+"3\n"
+"help.text"
msgid "Zoom In"
msgstr "გადიდება"
-#: 18020000.xhp#tit.help.text
-msgid "Insert Cells"
-msgstr "უჯრების ჩასმა"
+#. Te^i
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Area"
+msgstr "ფურცლის არე"
-#: 18020000.xhp#bm_id3150275.help.text
-msgid "<bookmark_value>inserting; cells, toolbar icon</bookmark_value>"
-msgstr "<bookmark_value>ჩასმა; უჯრები, ხელსაწყოთა ხატულა</bookmark_value>"
+#. 5[Q;
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"bm_id3156326\n"
+"help.text"
+msgid "<bookmark_value>formula bar; sheet area names</bookmark_value><bookmark_value>sheet area names</bookmark_value><bookmark_value>showing; cell references</bookmark_value><bookmark_value>cell references; showing</bookmark_value>"
+msgstr "<bookmark_value>ფორმულა ზოლი; ფურცლის არის სახელები</bookmark_value><bookmark_value>ფურცლის არის სახელები</bookmark_value><bookmark_value>ჩვენება; უჯრის პარამეტრები</bookmark_value><bookmark_value>უჯრის პარამეტრები; ჩვენება</bookmark_value>"
-#: 18020000.xhp#hd_id3150275.1.help.text
-msgid "<link href=\"text/scalc/02/18020000.xhp\" name=\"Insert Cells\">Insert Cells</link>"
-msgstr "<link href=\"text/scalc/02/18020000.xhp\" name=\"Insert Cells\">უჯრების ჩასმა</link>"
+#. _ls3
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"hd_id3156326\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/02/06010000.xhp\" name=\"Name Box\">Name Box</link>"
+msgstr "<link href=\"text/scalc/02/06010000.xhp\" name=\"Name Box\">სახელის სარკმელი</link>"
-#: 18020000.xhp#par_id3156024.2.help.text
-msgid "<ahelp hid=\".uno:InsCellsCtrl\">Click the arrow next to the icon to open the <emph>Insert Cells </emph>toolbar, where you can insert cells, rows, and columns into the current sheet.</ahelp>"
-msgstr "<ahelp hid=\".uno:InsCellsCtrl\">დააწკაპუნეთ ხატულის გვერდზე ისარზე ხელსაწყოთა ზოლის<emph>უჯრების ჩასმა </emph>გასახსნელად, თუ სად შეგიძლიათ მიმიდნარე ფურცელში უჯრების, სტრიქონების და სვეტების ჩასმა.</ahelp>"
+#. z3S|
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"par_id3149656\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_INSWIN_POS\">Displays the reference for the current cell, the range of the selected cells, or the name of the area. You can also select a range of cells, and then type a name for that range into the <emph>Name Box</emph>.</ahelp>"
+msgstr "<ahelp hid=\"HID_INSWIN_POS\">მიმდინარე უჯრის პარამეტრის, არჩეული უჯრების დიაპაზონის ან არის სახელის ჩვენება. აგრეთვე შეგიძლიათ უჯრების დიაპაზონის არჩევა და შემდეგ შეიყვანეთ დიაპაზონის სახელი <emph>სახელის სარკმელში</emph>.</ahelp>"
-#: 18020000.xhp#par_id3150398.3.help.text
-msgctxt "18020000.xhp#par_id3150398.3.help.text"
-msgid "Tools bar icon:"
-msgstr "ხელსაწყოთა ზოლის ხატულა:"
+#. ESzw
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"par_id3163710\n"
+"help.text"
+msgid "<image id=\"img_id3152576\" src=\"res/helpimg/calcein.png\" width=\"1.2398inch\" height=\"0.2398inch\" localize=\"true\"><alt id=\"alt_id3152576\">Combo box sheet area</alt></image>"
+msgstr "<image id=\"img_id3152576\" src=\"res/helpimg/calcein.png\" width=\"1.2398inch\" height=\"0.2398inch\" localize=\"true\"><alt id=\"alt_id3152576\">კომბო-ველის ფურცლის არე</alt></image>"
-#: 18020000.xhp#par_id3150767.5.help.text
-msgctxt "18020000.xhp#par_id3150767.5.help.text"
-msgid "You can select the following icons:"
-msgstr "შეგიძლიათ აირჩიოთ შემდეგი ხატულები:"
+#. fQ:s
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"par_id3151118\n"
+"4\n"
+"help.text"
+msgid "Name Box"
+msgstr "სახელის სარკმელი"
-#: 18020000.xhp#hd_id3150439.6.help.text
-msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Insert Cells Down\">Insert Cells Down</link>"
-msgstr "<link href=\"text/scalc/01/04020000.xhp\" name=\"Insert Cells Down\">უჯრების ჩამატება ქვევით</link>"
+#. F^.a
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"par_id3152596\n"
+"6\n"
+"help.text"
+msgid "To jump to a particular cell, or to select a cell range, type the cell reference, or cell range reference in this box, for example, F1, or A1:C4."
+msgstr "განსაზღვრულ უჯრაზე გადასახტომად ან უჯრების დიაპაზონის ასარჩევად სარკმელში დაბეჭდეთ უჯრის პარამეტრი ან უჯრების დიაპაზონის პარამეტრი, მაგალითად, F1, ან A1:C4."
-#: 18020000.xhp#hd_id3146119.7.help.text
-msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Insert Cells Right\">Insert Cells Right</link>"
-msgstr "<link href=\"text/scalc/01/04020000.xhp\" name=\"Insert Cells Right\">უჯრების ჩამატება მარჯვნივ</link>"
+#. qxH`
+#: 08010000.xhp
+msgctxt ""
+"08010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Position in document"
+msgstr "პოზიცია დოკუმენტში"
-#: 18020000.xhp#hd_id3153190.8.help.text
-msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Rows\">Rows</link>"
-msgstr "<link href=\"text/scalc/01/04020000.xhp\" name=\"Rows\">მწკრივები</link>"
+#. S~NR
+#: 08010000.xhp
+msgctxt ""
+"08010000.xhp\n"
+"hd_id3145119\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/02/08010000.xhp\" name=\"Position in document\">Position in document</link>"
+msgstr "<link href=\"text/scalc/02/08010000.xhp\" name=\"Position in document\">პოზიცია დოკუმენტში</link>"
-#: 18020000.xhp#hd_id3153726.9.help.text
-msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Columns\">Columns</link>"
-msgstr "<link href=\"text/scalc/01/04020000.xhp\" name=\"Columns\">სვეტები</link>"
+#. ,:t3
+#: 08010000.xhp
+msgctxt ""
+"08010000.xhp\n"
+"par_id3147265\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:StatusDocPos\">Displays the number of the current sheet and the total number of sheets in the spreadsheet.</ahelp>"
+msgstr "<ahelp hid=\".uno:StatusDocPos\">ელექტრონულ ცხრილში მიმდინარე ფურცლის და ყველა ფურცლების რიცხვის ჩვენება.</ahelp>"
diff --git a/source/ka/helpcontent2/source/text/scalc/04.po b/source/ka/helpcontent2/source/text/scalc/04.po
index 2c4ef884161..0517cf7d36d 100644
--- a/source/ka/helpcontent2/source/text/scalc/04.po
+++ b/source/ka/helpcontent2/source/text/scalc/04.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/scalc/04.oo
+#. extracted from helpcontent2/source/text/scalc/04
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fscalc%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2012-07-04 18:06+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,780 +12,1870 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: 01020000.xhp#tit.help.text
+#. AOJ^
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"tit\n"
+"help.text"
msgid "Shortcut Keys for Spreadsheets"
msgstr "მალმხმობები ცხრილებისათვის"
-#: 01020000.xhp#bm_id3145801.help.text
+#. ?j0i
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"bm_id3145801\n"
+"help.text"
msgid "<bookmark_value>spreadsheets; shortcut keys in</bookmark_value><bookmark_value>shortcut keys; spreadsheets</bookmark_value><bookmark_value>sheet ranges; filling</bookmark_value>"
msgstr "<bookmark_value>ელ-ცხრილები; მალსახმობი კლავიშები</bookmark_value><bookmark_value>მალსახმობ კლავიშებში;ელცხრილები</bookmark_value><bookmark_value>ცხრილის რიგები; შიგთავსი</bookmark_value>"
-#: 01020000.xhp#hd_id3145801.1.help.text
+#. 5xTU
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3145801\n"
+"1\n"
+"help.text"
msgid "<variable id=\"calc_keys\"><link href=\"text/scalc/04/01020000.xhp\" name=\"Shortcut Keys for Spreadsheets\">Shortcut Keys for Spreadsheets</link></variable>"
msgstr "<variable id=\"calc_keys\"><link href=\"text/scalc/04/01020000.xhp\" name=\"Shortcut Keys for Spreadsheets\">მალმხმობები ცხრილებისათვის</link></variable>"
-#: 01020000.xhp#par_id3155067.3.help.text
+#. AGN:
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3155067\n"
+"3\n"
+"help.text"
msgid "To fill a selected cell range with the formula that you entered on the <emph>Input line</emph>, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Enter. Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Enter+Shift to apply the cell format of the input cell to the entire cell range."
-msgstr "არჩეული უჯრის რიგში <emph>შეტანის ხაზში</emph>შეტანილი ფორმულის ჩასასმელად, დააჭირეთ<switchinline select=\"sys\"><caseinline select=\"MAC\">პარამეტრი</caseinline><defaultinline>Alt</defaultinline></switchinline>+Enter. დააყოვნეთ კლავიში<switchinline select=\"sys\"><caseinline select=\"MAC\">პარამეტრი</caseinline><defaultinline>Alt</defaultinline></switchinline>+Enter+Shift რათა მიუსადაგოთ შეტანილი უჯრის ფორმატი უჯრების მთლიან რიგს. "
-
-#: 01020000.xhp#par_id3153967.84.help.text
+msgstr "არჩეული უჯრის რიგში <emph>შეტანის ხაზში</emph>შეტანილი ფორმულის ჩასასმელად, დააჭირეთ<switchinline select=\"sys\"><caseinline select=\"MAC\">პარამეტრი</caseinline><defaultinline>Alt</defaultinline></switchinline>+Enter. დააყოვნეთ კლავიში<switchinline select=\"sys\"><caseinline select=\"MAC\">პარამეტრი</caseinline><defaultinline>Alt</defaultinline></switchinline>+Enter+Shift რათა მიუსადაგოთ შეტანილი უჯრის ფორმატი უჯრების მთლიან რიგს."
+
+#. 6}FX
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153967\n"
+"84\n"
+"help.text"
msgid "To create a matrix in which all the cells contain the same information as what you entered on the <emph>Input line</emph>, press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter. You cannot edit the components of the matrix."
msgstr "მატრიცის შესაქმნელად, სადაც ყველა უჯრა შეიცავს<emph>შეტანის ხაზში</emph>შეტანილ ინფორმაციიას, დააჭირეთ Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter. მატრიცის კომპონენტების შეცვლა შეუძლებელია."
-#: 01020000.xhp#par_id3166426.4.help.text
+#. 7!-x
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3166426\n"
+"4\n"
+"help.text"
msgid "To select multiple cells in different areas of a sheet, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and drag in the different areas."
msgstr ""
-#: 01020000.xhp#par_id3150207.127.help.text
+#. !U,-
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3150207\n"
+"127\n"
+"help.text"
msgid "To select multiple sheets in a spreadsheet, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, and then click the name tabs at the lower edge of the workspace. To select only one sheet in a selection, hold down Shift, and then click the name tab of the sheet."
-msgstr "ელექტრო ცხრილში სხვადასხვა ცხრილების ასარჩევად დააყოვნეთ კლავიში <switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, და შემდეგ დაწკაპეთ სახელწოდების დაფაზე სამუშაო სივრცის ქვედა ნაწილში. არჩეულიდან მხოლოდ ერთი ცხრილის ასარჩევად, დააყოვნეთ კლავიში Shift, და შემდეგ დაწკაპეთ ცხრილის სახელწოდების დაფაზე. "
-
-#: 01020000.xhp#par_id3166432.129.help.text
+msgstr "ელექტრო ცხრილში სხვადასხვა ცხრილების ასარჩევად დააყოვნეთ კლავიში <switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, და შემდეგ დაწკაპეთ სახელწოდების დაფაზე სამუშაო სივრცის ქვედა ნაწილში. არჩეულიდან მხოლოდ ერთი ცხრილის ასარჩევად, დააყოვნეთ კლავიში Shift, და შემდეგ დაწკაპეთ ცხრილის სახელწოდების დაფაზე."
+
+#. cCe%
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3166432\n"
+"129\n"
+"help.text"
msgid "To insert a manual line break in a cell, click in the cell, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter."
msgstr "უჯრაში ხელოვნური დაშორების ჩასასმელად დაწკაპეთ უჯრაში და შემდეგ დააჭირეთ<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter."
-#: 01020000.xhp#par_id3146978.130.help.text
+#. Wb2n
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3146978\n"
+"130\n"
+"help.text"
msgid "To delete the contents of selected cells, press Backspace. This opens the <link href=\"text/scalc/01/02150000.xhp\" name=\"Delete Contents\">Delete Contents</link> dialog, where you choose which contents of the cell you want to delete. To delete the contents of selected cells without a dialog, press the Delete key."
msgstr ""
-#: 01020000.xhp#hd_id3145386.85.help.text
+#. P+;$
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3145386\n"
+"85\n"
+"help.text"
msgid "Navigating in Spreadsheets"
msgstr "ცხრილებში მოძრაობა"
-#: 01020000.xhp#hd_id3149407.86.help.text
-msgctxt "01020000.xhp#hd_id3149407.86.help.text"
+#. ^)06
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3149407\n"
+"86\n"
+"help.text"
msgid "Shortcut Keys"
msgstr "მალსახმობი ღილაკები"
-#: 01020000.xhp#par_id3153815.87.help.text
-msgctxt "01020000.xhp#par_id3153815.87.help.text"
+#. \+9Z
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153815\n"
+"87\n"
+"help.text"
msgid "<emph>Effect</emph>"
msgstr "<emph>ეფექტი</emph>"
-#: 01020000.xhp#hd_id3146871.88.help.text
-msgctxt "01020000.xhp#hd_id3146871.88.help.text"
+#. I%CI
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3146871\n"
+"88\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Home"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Home"
-#: 01020000.xhp#par_id3159093.89.help.text
+#. YbI[
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3159093\n"
+"89\n"
+"help.text"
msgid "Moves the cursor to the first cell in the sheet (A1)."
msgstr "გადაყავს კურსორი გვერდის პირველ უჯრასთან (A1)."
-#: 01020000.xhp#hd_id3145073.90.help.text
-msgctxt "01020000.xhp#hd_id3145073.90.help.text"
+#. roF4
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3145073\n"
+"90\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+End"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + End"
-#: 01020000.xhp#par_id3153283.91.help.text
+#. 1n7@
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153283\n"
+"91\n"
+"help.text"
msgid "Moves the cursor to the last cell on the sheet that contains data."
msgstr "გადაყავს კურსორი გვერდის უკანასკნელ უჯრასთან, რომელიც შეიცავს მონაცემებს."
-#: 01020000.xhp#hd_id3149127.92.help.text
-msgctxt "01020000.xhp#hd_id3149127.92.help.text"
+#. .{K4
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3149127\n"
+"92\n"
+"help.text"
msgid "Home"
msgstr "თავფურცელი"
-#: 01020000.xhp#par_id3159205.93.help.text
+#. c\;#
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3159205\n"
+"93\n"
+"help.text"
msgid "Moves the cursor to the first cell of the current row."
msgstr "გადაყავს კურსორი მიმდინარე სტრიქონის პირველ უჯრასთან."
-#: 01020000.xhp#hd_id3149897.94.help.text
-msgctxt "01020000.xhp#hd_id3149897.94.help.text"
+#. 5l0~
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3149897\n"
+"94\n"
+"help.text"
msgid "End"
msgstr "დასასრული"
-#: 01020000.xhp#par_id3155095.95.help.text
+#. V#25
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3155095\n"
+"95\n"
+"help.text"
msgid "Moves the cursor to the last cell of the current row."
msgstr "გადაყავს კურსორი მიმდინარე სტრიქონის უკანასკნელ უჯრასთან."
-#: 01020000.xhp#hd_id4149127.92.help.text
+#. d2oP
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id4149127\n"
+"92\n"
+"help.text"
msgid "Shift+Home"
msgstr ""
-#: 01020000.xhp#par_id4159205.93.help.text
+#. uB@S
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id4159205\n"
+"93\n"
+"help.text"
msgid "Selects cells from the current cell to the first cell of the current row."
msgstr ""
-#: 01020000.xhp#hd_id4149897.94.help.text
+#. h-VS
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id4149897\n"
+"94\n"
+"help.text"
msgid "Shift+End"
msgstr ""
-#: 01020000.xhp#par_id4155095.95.help.text
+#. ,=@N
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id4155095\n"
+"95\n"
+"help.text"
msgid "Selects cells from the current cell to the last cell of the current row."
msgstr ""
-#: 01020000.xhp#hd_id5149127.92.help.text
+#. |aQu
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id5149127\n"
+"92\n"
+"help.text"
msgid "Shift+Page Up"
msgstr ""
-#: 01020000.xhp#par_id5159205.93.help.text
+#. BZmm
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id5159205\n"
+"93\n"
+"help.text"
msgid "Selects cells from the current cell up to one page in the current column or extends the existing selection one page up."
msgstr ""
-#: 01020000.xhp#hd_id5149897.94.help.text
+#. }-T+
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id5149897\n"
+"94\n"
+"help.text"
msgid "Shift+Page Down"
msgstr ""
-#: 01020000.xhp#par_id5155095.95.help.text
+#. {](E
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id5155095\n"
+"95\n"
+"help.text"
msgid "Selects cells from the current cell down to one page in the current column or extends the existing selection one page down."
msgstr ""
-#: 01020000.xhp#hd_id3143220.101.help.text
-msgctxt "01020000.xhp#hd_id3143220.101.help.text"
+#. q3TG
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3143220\n"
+"101\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Left Arrow"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + მარცხენა ისარი"
-#: 01020000.xhp#par_id3154766.102.help.text
+#. Ubg!
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3154766\n"
+"102\n"
+"help.text"
msgid "Moves the cursor to the left edge of the current data range. If the column to the left of the cell that contains the cursor is empty, the cursor moves to the next column to the left that contains data."
-msgstr "კურსორი გადაჰყავს მოცემული მონაცემთა რიგის მარცხენა კიდეზე. თუ კურსორიანი უჯრის მარცხენა სვეტი ცარიელია, მაშინ კურსორი გადავა მის შემდეგ მარცხნივ არსებულ სვეტზე, რომელიც მონაცემებს შეიცავს. "
-
-#: 01020000.xhp#hd_id3153554.103.help.text
-msgctxt "01020000.xhp#hd_id3153554.103.help.text"
+msgstr "კურსორი გადაჰყავს მოცემული მონაცემთა რიგის მარცხენა კიდეზე. თუ კურსორიანი უჯრის მარცხენა სვეტი ცარიელია, მაშინ კურსორი გადავა მის შემდეგ მარცხნივ არსებულ სვეტზე, რომელიც მონაცემებს შეიცავს."
+
+#. 7YjV
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3153554\n"
+"103\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Right Arrow"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + მარჯვენა ისარი"
-#: 01020000.xhp#par_id3155593.104.help.text
+#. |/l#
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3155593\n"
+"104\n"
+"help.text"
msgid "Moves the cursor to the right edge of the current data range. If the column to the right of the cell that contains the cursor is empty, the cursor moves to the next column to the right that contains data."
-msgstr "კურსორი გადაჰყავს მოცემული მონაცემთა რიგის მარჯვენა კიდეზე. თუ კურსორიანი უჯრის მარჯვენა სვეტი ცარიელია, კურსორი გადავა მის შემდეგ მარჯვნივ არსებულ სვეტზე, რომელიც მონაცემებს შეიცავს. "
-
-#: 01020000.xhp#hd_id3149317.105.help.text
-msgctxt "01020000.xhp#hd_id3149317.105.help.text"
+msgstr "კურსორი გადაჰყავს მოცემული მონაცემთა რიგის მარჯვენა კიდეზე. თუ კურსორიანი უჯრის მარჯვენა სვეტი ცარიელია, კურსორი გადავა მის შემდეგ მარჯვნივ არსებულ სვეტზე, რომელიც მონაცემებს შეიცავს."
+
+#. 3)gX
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3149317\n"
+"105\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Up Arrow"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + ზედა ისარი"
-#: 01020000.xhp#par_id3153076.106.help.text
+#. T/F=
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153076\n"
+"106\n"
+"help.text"
msgid "Moves the cursor to the top edge of the current data range. If the row above the cell that contains the cursor is empty, the cursor moves up to the next row that contains data."
msgstr "კურსორი გადაჰყავს მოცემული მონაცემთა რიგირს ზედა კიდეზე. თუ კურსორიანი უჯრის ზედა მწკრივი ცარიელია, კურსორი ავა შემდეგ მწრივზე, რომელიც მონაცემებს შეიცავს."
-#: 01020000.xhp#hd_id3147250.107.help.text
-msgctxt "01020000.xhp#hd_id3147250.107.help.text"
+#. jaPc
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3147250\n"
+"107\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Down Arrow"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + ქვედა ისარი"
-#: 01020000.xhp#par_id3149054.108.help.text
+#. iiU1
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3149054\n"
+"108\n"
+"help.text"
msgid "Moves the cursor to the bottom edge of the current data range. If the row below the cell that contains the cursor is empty, the cursor moves down to the next row that contains data."
-msgstr "კურსორი გადაჰყავს მოცემული მონაცემთა რიგის ქვედა კიდეზე. თუ კურსორიანი უჯრის ქვედა მწკრივი ცარიელია, კურსორი ჩავა შემდეგ მწკრივზე, რომელიც შეიცავს მონაცემებს. "
-
-#: 01020000.xhp#hd_id3148744.184.help.text
+msgstr "კურსორი გადაჰყავს მოცემული მონაცემთა რიგის ქვედა კიდეზე. თუ კურსორიანი უჯრის ქვედა მწკრივი ცარიელია, კურსორი ჩავა შემდეგ მწკრივზე, რომელიც შეიცავს მონაცემებს."
+
+#. 6Cv*
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3148744\n"
+"184\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Arrow"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Shift + ისარი"
-#: 01020000.xhp#par_id3159258.185.help.text
+#. D`aV
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3159258\n"
+"185\n"
+"help.text"
msgid "Selects all cells containing data from the current cell to the end of the continuous range of data cells, in the direction of the arrow pressed. If used to select rows and columns together, a rectangular cell range is selected."
-msgstr "მონიშნავს ყველა უჯრას, რომელიც შეიცავს მონაცემებს,მოცემული უჯრიდან მონაცემთა უჯრების განგრძობითი რიგის ბოლომდე, დაჭერილი ისრის მიმართულებით. მწკრივების და სვეტების ერთად ასარჩევად, აირჩევა ოთხკუთხედი უჯრების რიგი. "
-
-#: 01020000.xhp#hd_id3156399.109.help.text
+msgstr "მონიშნავს ყველა უჯრას, რომელიც შეიცავს მონაცემებს,მოცემული უჯრიდან მონაცემთა უჯრების განგრძობითი რიგის ბოლომდე, დაჭერილი ისრის მიმართულებით. მწკრივების და სვეტების ერთად ასარჩევად, აირჩევა ოთხკუთხედი უჯრების რიგი."
+
+#. QO^k
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3156399\n"
+"109\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Page Up"
-#: 01020000.xhp#par_id3145236.110.help.text
+#. MW%#
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3145236\n"
+"110\n"
+"help.text"
msgid "Moves one sheet to the left."
msgstr "გადააქვს ერთი გვერდი მარცხნივ."
-#: 01020000.xhp#par_id3149725.131.help.text
+#. O*x?
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3149725\n"
+"131\n"
+"help.text"
msgid "In the page preview: Moves to the previous print page."
-msgstr "გვერდის გადახედვის რეჟიმი: გადადის წინა დასაბეჭდ გვერდზე. "
-
-#: 01020000.xhp#hd_id3147411.111.help.text
+msgstr "გვერდის გადახედვის რეჟიმი: გადადის წინა დასაბეჭდ გვერდზე."
+
+#. :g$b
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3147411\n"
+"111\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Down"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Page Down"
-#: 01020000.xhp#par_id3150372.112.help.text
+#. :OHG
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3150372\n"
+"112\n"
+"help.text"
msgid "Moves one sheet to the right."
msgstr "გადააქვს ერთი გვერდი მარჯვნივ."
-#: 01020000.xhp#par_id3159120.132.help.text
+#. Xp`#
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3159120\n"
+"132\n"
+"help.text"
msgid "In the page preview: Moves to the next print page."
-msgstr "გვერდის გადახედვის რეჟიმი: გადადის მომდევნო დასაბეჭდ გვერდზე. "
+msgstr "გვერდის გადახედვის რეჟიმი: გადადის მომდევნო დასაბეჭდ გვერდზე."
-#: 01020000.xhp#hd_id3146885.113.help.text
+#. I$pa
+#: 01020000.xhp
+#, fuzzy
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3146885\n"
+"113\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Page Up"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline>+O"
-#: 01020000.xhp#par_id3152976.114.help.text
+#. l^9x
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3152976\n"
+"114\n"
+"help.text"
msgid "Moves one screen to the left."
msgstr "გადააქვს ერთი ეკრანი მარცხნივ."
-#: 01020000.xhp#hd_id3149013.115.help.text
+#. AhJ:
+#: 01020000.xhp
+#, fuzzy
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3149013\n"
+"115\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Page Down"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline>+O"
-#: 01020000.xhp#par_id3150477.116.help.text
+#. mr!c
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3150477\n"
+"116\n"
+"help.text"
msgid "Moves one screen page to the right."
msgstr "გადააქვს ერთი მარჯვნივ მარცხნივ."
-#: 01020000.xhp#par_idN10AFC.help.text
+#. vxfy
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_idN10AFC\n"
+"help.text"
msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Page Up"
-#: 01020000.xhp#par_idN10B00.help.text
+#. t5=:
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_idN10B00\n"
+"help.text"
msgid "Adds the previous sheet to the current selection of sheets. If all the sheets in a spreadsheet are selected, this shortcut key combination only selects the previous sheet. Makes the previous sheet the current sheet."
-msgstr "უმატებს წინა ცხრილს ცხრილების მოცემულ არჩევანს. თუ ელექტრო ცხრილში ყველა ცხრილი არჩეულია, ეს მალსახმობი ღილაკი მხოლოდ წინა ცხრილს ირჩევს. წინა ცხრილს მოცემულ ცხრილად აქცევს. "
-
-#: 01020000.xhp#par_idN10B03.help.text
+msgstr "უმატებს წინა ცხრილს ცხრილების მოცემულ არჩევანს. თუ ელექტრო ცხრილში ყველა ცხრილი არჩეულია, ეს მალსახმობი ღილაკი მხოლოდ წინა ცხრილს ირჩევს. წინა ცხრილს მოცემულ ცხრილად აქცევს."
+
+#. ,Mw8
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_idN10B03\n"
+"help.text"
msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Down"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Page Down"
-#: 01020000.xhp#par_idN10B07.help.text
+#. V5tW
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_idN10B07\n"
+"help.text"
msgid "Adds the next sheet to the current selection of sheets. If all the sheets in a spreadsheet are selected, this shortcut key combination only selects the next sheet. Makes the next sheet the current sheet."
-msgstr "უმატებს მომდევნო ცხრილს ცხრილების მოცემულ არჩევანს. თუ ელექტრო ცხრილში ყველა ცხრილი არჩეულია, ეს მალსახმობი ღილაკი მხოლოდ მომდევნო ცხრილს ირჩევს. მომდევნო ცხრილს მოცემულ ცხრილად აქცევს. "
+msgstr "უმატებს მომდევნო ცხრილს ცხრილების მოცემულ არჩევანს. თუ ელექტრო ცხრილში ყველა ცხრილი არჩეულია, ეს მალსახმობი ღილაკი მხოლოდ მომდევნო ცხრილს ირჩევს. მომდევნო ცხრილს მოცემულ ცხრილად აქცევს."
-#: 01020000.xhp#hd_id3145826.96.help.text
+#. o.(6
+#: 01020000.xhp
+#, fuzzy
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3145826\n"
+"96\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ *"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F1"
-#: 01020000.xhp#par_id3148882.97.help.text
+#. cW=8
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3148882\n"
+"97\n"
+"help.text"
msgid "where (*) is the multiplication sign on the numeric key pad"
msgstr "სადაც (*) გამრავლების ნიშანია ციფრების დაფაზე"
-#: 01020000.xhp#par_id3154847.98.help.text
+#. 5pZ\
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3154847\n"
+"98\n"
+"help.text"
msgid "Selects the data range that contains the cursor. A range is a contiguous cell range that contains data and is bounded by empty row and columns."
-msgstr "ირჩევს მონაცემთა რიგს, რომელიც კურსორს შეიცავს. რიგი მიმდევრობითი უჯრების რიგია, რომელიც მონაცემებს შეიცავს და შემოსაზღვრულია ცარიელი მწკრივებით და სვეტებით. "
+msgstr "ირჩევს მონაცემთა რიგს, რომელიც კურსორს შეიცავს. რიგი მიმდევრობითი უჯრების რიგია, რომელიც მონაცემებს შეიცავს და შემოსაზღვრულია ცარიელი მწკრივებით და სვეტებით."
-#: 01020000.xhp#hd_id3151233.180.help.text
+#. L`Qk
+#: 01020000.xhp
+#, fuzzy
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3151233\n"
+"180\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ /"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F1"
-#: 01020000.xhp#par_id3149949.181.help.text
+#. `0YK
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3149949\n"
+"181\n"
+"help.text"
msgid "where (/) is the division sign on the numeric key pad"
-msgstr "სადაც (/) გაყოფის ნიშანია ციფრების დაფაზე "
-
-#: 01020000.xhp#par_id3150144.182.help.text
+msgstr "სადაც (/) გაყოფის ნიშანია ციფრების დაფაზე"
+
+#. GmAU
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3150144\n"
+"182\n"
+"help.text"
msgid "Selects the matrix formula range that contains the cursor."
-msgstr "ირჩევს მატრიცული ფორმულის რიგს, რომელიც კურსორს შეიცავს. "
-
-#: 01020000.xhp#par_id8163396.help.text
+msgstr "ირჩევს მატრიცული ფორმულის რიგს, რომელიც კურსორს შეიცავს."
+
+#. RVBD
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id8163396\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Plus key"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Page Up"
-#: 01020000.xhp#par_id9901425.help.text
+#. V2dG
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id9901425\n"
+"help.text"
msgid "Insert cells (as in menu Insert - Cells)"
msgstr ""
-#: 01020000.xhp#par_id3389080.help.text
+#. h9OX
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3389080\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Minus key"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Page Up"
-#: 01020000.xhp#par_id5104220.help.text
+#. Jb)(
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id5104220\n"
+"help.text"
msgid "Delete cells (as in menu Edit - Delete Cells)"
msgstr ""
-#: 01020000.xhp#hd_id3155825.99.help.text
+#. Vrj5
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3155825\n"
+"99\n"
+"help.text"
msgid "Enter (in a selected range)"
-msgstr "შეიყვანეთ - არჩეულ რიგში "
-
-#: 01020000.xhp#par_id3153935.100.help.text
+msgstr "შეიყვანეთ - არჩეულ რიგში"
+
+#. HE$%
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153935\n"
+"100\n"
+"help.text"
msgid "Moves the cursor down one cell in a selected range. To specify the direction that the cursor moves, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - General</emph>."
msgstr ""
-#: 01020000.xhp#par_id5961180.help.text
+#. HKMk
+#: 01020000.xhp
+#, fuzzy
+msgctxt ""
+"01020000.xhp\n"
+"par_id5961180\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ ` (see note below this table)"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+1 (არაციფრებიან კლავიატურაზე)"
-#: 01020000.xhp#par_id6407055.help.text
+#. I?@@
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id6407055\n"
+"help.text"
msgid "Displays or hides the formulas instead of the values in all cells."
msgstr ""
-#: 01020000.xhp#par_id8070314.help.text
+#. kE?3
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id8070314\n"
+"help.text"
msgid "The ` key is located next to the \"1\" key on most English keyboards. If your keyboard does not show this key, you can assign another key: Choose Tools - Customize, click the Keyboard tab. Select the \"View\" category and the \"Toggle Formula\" function."
msgstr ""
-#: 01020000.xhp#hd_id3148756.5.help.text
+#. $Dm@
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3148756\n"
+"5\n"
+"help.text"
msgid "Function Keys Used in Spreadsheets"
msgstr "ცხრილებში გამოყენებული ფუნქციონალური ღილაკები."
-#: 01020000.xhp#hd_id3148581.6.help.text
-msgctxt "01020000.xhp#hd_id3148581.6.help.text"
+#. #Q9]
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3148581\n"
+"6\n"
+"help.text"
msgid "Shortcut Keys"
msgstr "მალსახმობი ღილაკები"
-#: 01020000.xhp#par_id3152790.8.help.text
-msgctxt "01020000.xhp#par_id3152790.8.help.text"
+#. S#Fy
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3152790\n"
+"8\n"
+"help.text"
msgid "<emph>Effect</emph>"
msgstr "<emph>ეფექტი</emph>"
-#: 01020000.xhp#hd_id3154809.139.help.text
+#. UX$R
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3154809\n"
+"139\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F1"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F1"
-#: 01020000.xhp#par_id3145140.138.help.text
+#. U2E_
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3145140\n"
+"138\n"
+"help.text"
msgid "Displays the comment that is attached to the current cell"
-msgstr "აჩვენებს მოცემულ უჯრაზე მიმაგრებულ შენიშვნას "
-
-#: 01020000.xhp#hd_id3146142.9.help.text
+msgstr "აჩვენებს მოცემულ უჯრაზე მიმაგრებულ შენიშვნას"
+
+#. \^P*
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3146142\n"
+"9\n"
+"help.text"
msgid "F2"
msgstr "F2"
-#: 01020000.xhp#par_id3148568.10.help.text
+#. c6=n
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3148568\n"
+"10\n"
+"help.text"
msgid "Switches to Edit mode and places the cursor at the end of the contents of the current cell. Press again to exit Edit mode."
-msgstr "გადაირთვება რედაქტირების რეჟიმში და კურსორს მოათავსებს მოცემული უჯრის შიგთავსის ბოლოში. დააჭირეთ კიდევ ერთხელ რედაქტირების რეჟამიდან გასასვლელად. "
-
-#: 01020000.xhp#par_id3153108.179.help.text
+msgstr "გადაირთვება რედაქტირების რეჟიმში და კურსორს მოათავსებს მოცემული უჯრის შიგთავსის ბოლოში. დააჭირეთ კიდევ ერთხელ რედაქტირების რეჟამიდან გასასვლელად."
+
+#. roli
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153108\n"
+"179\n"
+"help.text"
msgid "If the cursor is in an input box in a dialog that has a <emph>Minimize </emph>button, the dialog is hidden and the input box remains visible. Press F2 again to show the whole dialog."
-msgstr "თუ კურსორი შეტანის ველშია იმ დიალოგურ სარკმელში, რომელსაც აქვს ღილაკი <emph>შემცირება </emph>, დიალოგური სარკმელი დამალულია და მხოლოდ შეტანის ველი ჩანს. კვლავ დააჭირეთ F2-ს მთლიანი დიალოგუყრი სარკმლის საჩვენებლად. "
-
-#: 01020000.xhp#hd_id3146850.11.help.text
+msgstr "თუ კურსორი შეტანის ველშია იმ დიალოგურ სარკმელში, რომელსაც აქვს ღილაკი <emph>შემცირება </emph>, დიალოგური სარკმელი დამალულია და მხოლოდ შეტანის ველი ჩანს. კვლავ დააჭირეთ F2-ს მთლიანი დიალოგუყრი სარკმლის საჩვენებლად."
+
+#. pSGo
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3146850\n"
+"11\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F2"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F2"
-#: 01020000.xhp#par_id3145162.12.help.text
+#. (h2l
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3145162\n"
+"12\n"
+"help.text"
msgid "Opens the Function Wizard."
msgstr "ხსნის ფუნქციის ოსტატს."
-#: 01020000.xhp#hd_id3147366.137.help.text
+#. dMLP
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3147366\n"
+"137\n"
+"help.text"
msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F2"
msgstr "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F2"
-#: 01020000.xhp#par_id3155929.136.help.text
+#. RtS.
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3155929\n"
+"136\n"
+"help.text"
msgid "Moves the cursor to the <emph>Input line</emph> where you can enter a formula for the current cell."
-msgstr "კურსორი გადაჰყავს<emph>შეტანის ხაზზე</emph>სადაც შეგიძლიათ შეიტანოთ ფორმულა მოცემული უჯრისთვის. "
-
-#: 01020000.xhp#hd_id3153730.15.help.text
+msgstr "კურსორი გადაჰყავს<emph>შეტანის ხაზზე</emph>სადაც შეგიძლიათ შეიტანოთ ფორმულა მოცემული უჯრისთვის."
+
+#. c!jH
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3153730\n"
+"15\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
-#: 01020000.xhp#par_id3145245.16.help.text
+#. ^.!L
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3145245\n"
+"16\n"
+"help.text"
msgid "Opens the <emph>Define Names</emph> dialog."
msgstr "ხსნის დიალოგს <emph>სახელების განსაზღვრა</emph>."
-#: 01020000.xhp#hd_id3148768.17.help.text
+#. DK]u
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3148768\n"
+"17\n"
+"help.text"
msgid "F4"
msgstr "F4"
-#: 01020000.xhp#par_id3153047.18.help.text
+#. lCo(
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153047\n"
+"18\n"
+"help.text"
msgid "Shows or Hides the Database explorer."
msgstr "აჩვენებს ან მალავს მონაცემთა ბაზის დამთვალიერებელს."
-#: 01020000.xhp#hd_id3145353.19.help.text
+#. K57X
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3145353\n"
+"19\n"
+"help.text"
msgid "Shift+F4"
msgstr "Shift+F4"
-#: 01020000.xhp#par_id3155620.20.help.text
+#. H=ey
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3155620\n"
+"20\n"
+"help.text"
msgid "Rearranges the relative or absolute references (for example, A1, $A$1, $A1, A$1) in the input field."
msgstr "შეტანის ველში გადააწყობს შედარებით ან აბსოლუტურ დამოწმებებს (მაგალითად A1, $A$1, $A1, A$1)."
-#: 01020000.xhp#hd_id3156063.21.help.text
+#. b5R{
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3156063\n"
+"21\n"
+"help.text"
msgid "F5"
msgstr "F5"
-#: 01020000.xhp#par_id3149540.22.help.text
+#. HBV)
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3149540\n"
+"22\n"
+"help.text"
msgid "Shows or hides the <emph>Navigator</emph>."
msgstr "აჩვენებს ან მალავს <emph>ნავიგატორს</emph>."
-#: 01020000.xhp#hd_id3148392.23.help.text
+#. `5Mq
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3148392\n"
+"23\n"
+"help.text"
msgid "Shift+F5"
msgstr "Shift+F5"
-#: 01020000.xhp#par_id3150268.24.help.text
+#. ;!x%
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3150268\n"
+"24\n"
+"help.text"
msgid "Traces dependents."
msgstr "აჩვენებს მეორად უჯრებს"
-#: 01020000.xhp#hd_id3148430.27.help.text
+#. @3L0
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3148430\n"
+"27\n"
+"help.text"
msgid "Shift+F7"
msgstr "Shift+F4"
-#: 01020000.xhp#par_id3153179.28.help.text
+#. YUsJ
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153179\n"
+"28\n"
+"help.text"
msgid "Traces precedents."
msgstr "აჩვენებს ძირითად უჯრებს"
-#: 01020000.xhp#hd_id3150568.135.help.text
+#. 6ZU$
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3150568\n"
+"135\n"
+"help.text"
msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F5"
msgstr "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F5"
-#: 01020000.xhp#par_id3153551.134.help.text
+#. L[WP
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153551\n"
+"134\n"
+"help.text"
msgid "Moves the cursor from the <emph>Input line </emph>to the <emph>Sheet area</emph> box."
msgstr "გადაჰყავს კურსორი<emph>შეტანის ხაზიდან</emph> სარკმელში<emph>ცხრილის არე</emph>."
-#: 01020000.xhp#hd_id3155368.29.help.text
+#. MGP-
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3155368\n"
+"29\n"
+"help.text"
msgid "F7"
msgstr "F7"
-#: 01020000.xhp#par_id3154871.30.help.text
+#. +GZd
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3154871\n"
+"30\n"
+"help.text"
msgid "Checks spelling in the current sheet."
msgstr "მიმდინარე გვერდზე მართლწერის შემოწმება."
-#: 01020000.xhp#hd_id3150688.31.help.text
+#. (-SC
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3150688\n"
+"31\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F7"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F7"
-#: 01020000.xhp#par_id3149781.32.help.text
+#. ;C^$
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3149781\n"
+"32\n"
+"help.text"
msgid "Opens the Thesaurus if the current cell contains text."
-msgstr "ხსნის სიტყვარს თუ მოცემული უჯრა შეიცავს ტექსტს. "
-
-#: 01020000.xhp#hd_id3156257.33.help.text
+msgstr "ხსნის სიტყვარს თუ მოცემული უჯრა შეიცავს ტექსტს."
+
+#. bk=|
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3156257\n"
+"33\n"
+"help.text"
msgid "F8"
msgstr "F8"
-#: 01020000.xhp#par_id3147482.34.help.text
+#. YH]]
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3147482\n"
+"34\n"
+"help.text"
msgid "Turns additional selection mode on or off. In this mode, you can use the arrow keys to extend the selection. You can also click in another cell to extend the selection."
-msgstr "ჩართავს ან გამორთავს დამატებითი არჩევის რეჟიმს. ამ რეჟიმში, ისრების გამოყენებით შეგიძლიათ გააფართოვოთ არჩევანი. ასევე შეგიძლიათ დაწკაპოთ სხვა უჯრაზე არჩევანის გასაფართოვლებლად. "
-
-#: 01020000.xhp#hd_id3154313.37.help.text
+msgstr "ჩართავს ან გამორთავს დამატებითი არჩევის რეჟიმს. ამ რეჟიმში, ისრების გამოყენებით შეგიძლიათ გააფართოვოთ არჩევანი. ასევე შეგიძლიათ დაწკაპოთ სხვა უჯრაზე არჩევანის გასაფართოვლებლად."
+
+#. 8C3L
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3154313\n"
+"37\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F8"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F8"
-#: 01020000.xhp#par_id3150385.38.help.text
+#. xb\C
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3150385\n"
+"38\n"
+"help.text"
msgid "Highlights cells containing values."
-msgstr "გამოარჩევს სიდიდეების შემცველ უჯრებს. "
-
-#: 01020000.xhp#hd_id3152479.39.help.text
+msgstr "გამოარჩევს სიდიდეების შემცველ უჯრებს."
+
+#. {6^e
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3152479\n"
+"39\n"
+"help.text"
msgid "F9"
msgstr "F9"
-#: 01020000.xhp#par_id3163827.40.help.text
+#. /-.%
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3163827\n"
+"40\n"
+"help.text"
msgid "Recalculates changed formulas in the current sheet."
msgstr ""
-#: 01020000.xhp#par_id9027069.help.text
+#. );!Q
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id9027069\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F9"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9"
-#: 01020000.xhp#par_id1729178.help.text
+#. (#b%
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id1729178\n"
+"help.text"
msgid "Recalculates all formulas in all sheets."
-msgstr "თავიდან ითვლის ცხრილში არსებულ ყველა ფორმულას. "
-
-#: 01020000.xhp#hd_id3156300.41.help.text
+msgstr "თავიდან ითვლის ცხრილში არსებულ ყველა ფორმულას."
+
+#. _jI.
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3156300\n"
+"41\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9"
-#: 01020000.xhp#par_id3154817.42.help.text
+#. Ltsr
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3154817\n"
+"42\n"
+"help.text"
msgid "Updates the selected chart."
msgstr "განაახლებს მიმდინარე დიაგრამას."
-#: 01020000.xhp#hd_id3149279.46.help.text
+#. +zrv
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3149279\n"
+"46\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline>"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F1"
-#: 01020000.xhp#par_id3150967.47.help.text
+#. {gN/
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3150967\n"
+"47\n"
+"help.text"
msgid "Opens the <emph>Styles and Formatting</emph> window where you can apply a formatting style to the contents of the cell or to the current sheet."
-msgstr "გახსნის სარკმელს<emph>სტილი და ფორმატირება</emph>სადაც შეგიძლიათ ფორმატირების სტილი მიუსადაგოთ უჯრის შიგთავსს ან მოცემულ ცხრილს. "
-
-#: 01020000.xhp#hd_id3156308.48.help.text
+msgstr "გახსნის სარკმელს<emph>სტილი და ფორმატირება</emph>სადაც შეგიძლიათ ფორმატირების სტილი მიუსადაგოთ უჯრის შიგთავსს ან მოცემულ ცხრილს."
+
+#. 136*
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3156308\n"
+"48\n"
+"help.text"
msgid "Shift+F11"
msgstr "Shift+F11"
-#: 01020000.xhp#par_id3145209.49.help.text
+#. ClkY
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3145209\n"
+"49\n"
+"help.text"
msgid "Creates a document template."
msgstr "ქმნის დოკუმენტის შაბლონს."
-#: 01020000.xhp#hd_id3147622.50.help.text
+#. @l33
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3147622\n"
+"50\n"
+"help.text"
msgid "Shift<switchinline select=\"sys\"><caseinline select=\"MAC\">+Command</caseinline><defaultinline>+Ctrl</defaultinline></switchinline>+F11"
msgstr "Shift<switchinline select=\"sys\"><caseinline select=\"MAC\">+Command </caseinline><defaultinline>+Ctrl</defaultinline></switchinline>+F11"
-#: 01020000.xhp#par_id3153215.51.help.text
+#. ni$6
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153215\n"
+"51\n"
+"help.text"
msgid "Updates the templates."
msgstr "განახლებები და შაბლონები."
-#: 01020000.xhp#hd_id3150760.52.help.text
+#. .|hi
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3150760\n"
+"52\n"
+"help.text"
msgid "F12"
msgstr "F12"
-#: 01020000.xhp#par_id3156321.53.help.text
+#. 1c@`
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3156321\n"
+"53\n"
+"help.text"
msgid "Groups the selected data range."
-msgstr "აჯგუფებს არჩეულ მომაცემთა რიგს. "
-
-#: 01020000.xhp#hd_id3146859.54.help.text
+msgstr "აჯგუფებს არჩეულ მომაცემთა რიგს."
+
+#. -oPJ
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3146859\n"
+"54\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F12"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F12"
-#: 01020000.xhp#par_id3156128.55.help.text
+#. 9.9S
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3156128\n"
+"55\n"
+"help.text"
msgid "Ungroups the selected data range."
-msgstr "განაჯგუფებს არჩეულ მონაცემთა რიგს. "
+msgstr "განაჯგუფებს არჩეულ მონაცემთა რიგს."
-#: 01020000.xhp#hd_id3151264.117.help.text
+#. I9`\
+#: 01020000.xhp
+#, fuzzy
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3151264\n"
+"117\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Down Arrow"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline> + Shift + ისარი"
-#: 01020000.xhp#par_id3153155.118.help.text
+#. (E,\
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153155\n"
+"118\n"
+"help.text"
msgid "Increases the height of current row (only in <link href=\"text/shared/optionen/01060800.xhp\" name=\"Compatibility\">OpenOffice.org legacy compatibility mode</link>)."
msgstr ""
-#: 01020000.xhp#hd_id3151297.119.help.text
+#. +mKl
+#: 01020000.xhp
+#, fuzzy
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3151297\n"
+"119\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Up Arrow"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline>+O"
-#: 01020000.xhp#par_id3155849.120.help.text
+#. IadL
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3155849\n"
+"120\n"
+"help.text"
msgid "Decreases the height of current row (only in <link href=\"text/shared/optionen/01060800.xhp\" name=\"Compatibility\">OpenOffice.org legacy compatibility mode</link>)."
msgstr ""
-#: 01020000.xhp#hd_id3155997.121.help.text
+#. UB*U
+#: 01020000.xhp
+#, fuzzy
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3155997\n"
+"121\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Right Arrow"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline> + Shift + ისარი"
-#: 01020000.xhp#par_id3150256.122.help.text
+#. .H2Q
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3150256\n"
+"122\n"
+"help.text"
msgid "Increases the width of the current column."
-msgstr "ზრდის მოცემული სვეტის სიგანეს. "
+msgstr "ზრდის მოცემული სვეტის სიგანეს."
-#: 01020000.xhp#hd_id3154046.123.help.text
+#. qzpA
+#: 01020000.xhp
+#, fuzzy
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3154046\n"
+"123\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Left Arrow"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline> + Shift + ისარი"
-#: 01020000.xhp#par_id3150155.124.help.text
+#. nV|j
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3150155\n"
+"124\n"
+"help.text"
msgid "Decreases the width of the current column."
msgstr "ამცირებს მიმდინარე სვეტის სიგანე."
-#: 01020000.xhp#hd_id3149293.125.help.text
+#. vq4*
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3149293\n"
+"125\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Shift+Arrow Key"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline> + Shift + ისარი"
-#: 01020000.xhp#par_id3159180.126.help.text
+#. I\a`
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3159180\n"
+"126\n"
+"help.text"
msgid "Optimizes the column width or row height based on the current cell."
-msgstr "მოცემული უჯრის მიხედვით ოპტიმიზებას უკეთებს სვეტის სიმაღლესა და სიგანეს. "
-
-#: 01020000.xhp#hd_id3156013.56.help.text
+msgstr "მოცემული უჯრის მიხედვით ოპტიმიზებას უკეთებს სვეტის სიმაღლესა და სიგანეს."
+
+#. %%A{
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3156013\n"
+"56\n"
+"help.text"
msgid "Formatting Cells Using Shortcut Keys"
-msgstr "უჯრების ფორმატირება მალსახმობი ღილაკების გამოყენებით. "
-
-#: 01020000.xhp#par_id3153979.57.help.text
+msgstr "უჯრების ფორმატირება მალსახმობი ღილაკების გამოყენებით."
+
+#. N(u+
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153979\n"
+"57\n"
+"help.text"
msgid "The following cell formats can be applied with the keyboard:"
msgstr "უჯრების შემდეგი ფორმატის მისადაგება შესაძლებელია კლავიატურიდან:"
-#: 01020000.xhp#hd_id3147492.58.help.text
-msgctxt "01020000.xhp#hd_id3147492.58.help.text"
+#. SnX;
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3147492\n"
+"58\n"
+"help.text"
msgid "Shortcut Keys"
msgstr "მალსახმობი ღილაკები"
-#: 01020000.xhp#par_id3154305.60.help.text
-msgctxt "01020000.xhp#par_id3154305.60.help.text"
+#. 0oqo
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3154305\n"
+"60\n"
+"help.text"
msgid "<emph>Effect</emph>"
msgstr "<emph>ეფექტი</emph>"
-#: 01020000.xhp#hd_id3145669.help.text
+#. (K5}
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3145669\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+1 (not on the number pad)"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+1 (არაციფრებიან კლავიატურაზე)"
-#: 01020000.xhp#par_id3149197.help.text
+#. Jkam
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3149197\n"
+"help.text"
msgid "Open Format Cells dialog"
msgstr ""
-#: 01020000.xhp#hd_id3145668.61.help.text
+#. nm@K
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3145668\n"
+"61\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+1 (not on the number pad)"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+1 (არაციფრებიან კლავიატურაზე)"
-#: 01020000.xhp#par_id3149196.63.help.text
+#. M$XO
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3149196\n"
+"63\n"
+"help.text"
msgid "Two decimal places, thousands separator"
-msgstr "ორი ათეული, ათასეული გამყოფი. "
-
-#: 01020000.xhp#hd_id3155331.64.help.text
+msgstr "ორი ათეული, ათასეული გამყოფი."
+
+#. K.qi
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3155331\n"
+"64\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+2 (not on the number pad)"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+2 (არაციფრებიან კლავიატურაზე)"
-#: 01020000.xhp#par_id3150120.66.help.text
+#. O,a[
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3150120\n"
+"66\n"
+"help.text"
msgid "Standard exponential format"
msgstr "ექსპონენტის სტანდარტული ფორმატი"
-#: 01020000.xhp#hd_id3154932.67.help.text
+#. y$\S
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3154932\n"
+"67\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+3 (not on the number pad)"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+3 (არაციფრებიან კლავიატურაზე)"
-#: 01020000.xhp#par_id3148822.69.help.text
+#. ,Vk[
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3148822\n"
+"69\n"
+"help.text"
msgid "Standard date format"
msgstr "თარიღის სტანდარტული ფორმატი"
-#: 01020000.xhp#hd_id3148829.70.help.text
+#. m11+
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3148829\n"
+"70\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+4 (not on the number pad)"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+4 (არაციფრებიან კლავიატურაზე)"
-#: 01020000.xhp#par_id3159152.72.help.text
+#. %Cww
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3159152\n"
+"72\n"
+"help.text"
msgid "Standard currency format"
msgstr "ვალუტის კურსის სტანდარტული ფორმატი"
-#: 01020000.xhp#hd_id3150776.73.help.text
+#. sUF2
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3150776\n"
+"73\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+5 (not on the number pad)"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+5 (არაციფრებიან კლავიატურაზე)"
-#: 01020000.xhp#par_id3148800.75.help.text
+#. A,*@
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3148800\n"
+"75\n"
+"help.text"
msgid "Standard percentage format (two decimal places)"
msgstr "პროცენტის სტანდარტული ფორმატი (მეასედები)"
-#: 01020000.xhp#hd_id3158407.76.help.text
+#. B%^q
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3158407\n"
+"76\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+6 (not on the number pad)"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+6 (არაციფრებიან კლავიატურაზე)"
-#: 01020000.xhp#par_id3148444.78.help.text
+#. S#fl
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3148444\n"
+"78\n"
+"help.text"
msgid "Standard format"
msgstr "სტანდარტული ფორმატი"
-#: 01020000.xhp#hd_id3154205.178.help.text
+#. LnYV
+#: 01020000.xhp
#, fuzzy
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3154205\n"
+"178\n"
+"help.text"
msgid "Using the pivot table"
msgstr "DataPilot-ის გამოყენება"
-#: 01020000.xhp#par_idN11326.help.text
+#. [JdD
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_idN11326\n"
+"help.text"
msgid "Keys"
msgstr "ღილაკები"
-#: 01020000.xhp#par_idN1132C.help.text
+#. 21%b
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_idN1132C\n"
+"help.text"
msgid "Effect"
msgstr "ეფქტი"
-#: 01020000.xhp#hd_id3153577.177.help.text
+#. $f._
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3153577\n"
+"177\n"
+"help.text"
msgid "Tab"
msgstr "Tab"
-#: 01020000.xhp#par_id3147511.176.help.text
+#. K{:Q
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3147511\n"
+"176\n"
+"help.text"
msgid "Changes the focus by moving forwards through the areas and buttons of the dialog."
-msgstr "ცვლის ფოკუსს დიალოგური სარკმლის არეებისა და ღილაკების გავლით წინ მოძრაობით. "
-
-#: 01020000.xhp#hd_id3154266.175.help.text
+msgstr "ცვლის ფოკუსს დიალოგური სარკმლის არეებისა და ღილაკების გავლით წინ მოძრაობით."
+
+#. bbid
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3154266\n"
+"175\n"
+"help.text"
msgid "Shift+Tab"
msgstr "Shift+Tab"
-#: 01020000.xhp#par_id3155362.174.help.text
+#. FIui
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3155362\n"
+"174\n"
+"help.text"
msgid "Changes the focus by moving backwards through the areas and buttons of the dialog."
-msgstr "ცვლის ფოკუსს დიალოგური სარკმლის არეებისა და ღილაკების გავლით უკან მოძრაობით. "
+msgstr "ცვლის ფოკუსს დიალოგური სარკმლის არეებისა და ღილაკების გავლით უკან მოძრაობით."
-#: 01020000.xhp#hd_id3148484.173.help.text
+#. L[_F
+#: 01020000.xhp
#, fuzzy
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3148484\n"
+"173\n"
+"help.text"
msgid "Up Arrow"
msgstr "ზედა ისარი"
-#: 01020000.xhp#par_id3149152.172.help.text
+#. dt]0
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3149152\n"
+"172\n"
+"help.text"
msgid "Moves the focus up one item in the current dialog area."
msgstr "გადაყავს ფოკუსი დიალოგის მიმდინარე არეში ერთი ელემენტით ზევით."
-#: 01020000.xhp#hd_id3154273.171.help.text
+#. 31M-
+#: 01020000.xhp
#, fuzzy
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3154273\n"
+"171\n"
+"help.text"
msgid "Down Arrow"
msgstr "ქვედა ისარი"
-#: 01020000.xhp#par_id3158424.170.help.text
+#. (:g[
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3158424\n"
+"170\n"
+"help.text"
msgid "Moves the focus down one item in the current dialog area."
msgstr "გადაყავს ფოკუსი დიალოგის მიმდინარე არეში ერთი ელემენტით ქვევით."
-#: 01020000.xhp#hd_id3148912.169.help.text
+#. ufTs
+#: 01020000.xhp
#, fuzzy
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3148912\n"
+"169\n"
+"help.text"
msgid "Left Arrow"
msgstr "მარცხენა ღილაკი"
-#: 01020000.xhp#par_id3153238.168.help.text
+#. ^fGS
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153238\n"
+"168\n"
+"help.text"
msgid "Moves the focus one item to the left in the current dialog area."
msgstr "გადაყავს ფოკუსი დიალოგის მიმდინარე არეში ერთი ელემენტით მარცხნივ."
-#: 01020000.xhp#hd_id3150712.167.help.text
+#. B*-Q
+#: 01020000.xhp
#, fuzzy
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3150712\n"
+"167\n"
+"help.text"
msgid "Right Arrow"
msgstr "მარჯვენა ისარი"
-#: 01020000.xhp#par_id3166458.166.help.text
+#. sO#_
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3166458\n"
+"166\n"
+"help.text"
msgid "Moves the focus one item to the right in the current dialog area."
msgstr "გადაყავს ფოკუსი დიალოგის მიმდინარე არეში ერთი ელემენტით მარჯვნივ."
-#: 01020000.xhp#hd_id3146947.165.help.text
-msgctxt "01020000.xhp#hd_id3146947.165.help.text"
+#. B%_L
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3146947\n"
+"165\n"
+"help.text"
msgid "Home"
msgstr "თავფურცელი"
-#: 01020000.xhp#par_id3153742.164.help.text
+#. IK}B
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153742\n"
+"164\n"
+"help.text"
msgid "Selects the first item in the current dialog area."
msgstr "ირჩევს პირველ ელემენტს დიალოგის მიმდინარე არეში."
-#: 01020000.xhp#hd_id3153387.163.help.text
-msgctxt "01020000.xhp#hd_id3153387.163.help.text"
+#. }QnS
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3153387\n"
+"163\n"
+"help.text"
msgid "End"
msgstr "დასასრული"
-#: 01020000.xhp#par_id3153684.162.help.text
+#. 9gfN
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153684\n"
+"162\n"
+"help.text"
msgid "Selects the last item in the current dialog area."
msgstr "ირჩევს უკანასკნელ ელემენტს დიალოგის მიმდინარე არეში."
-#: 01020000.xhp#hd_id3155584.161.help.text
+#. l+X9
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3155584\n"
+"161\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and the underlined character in the word \"Row\""
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">პარამეტრი</caseinline><defaultinline>Alt</defaultinline></switchinline>და გამუქებული სიმბოლო სიტყვაში \"მწკრივი\""
-#: 01020000.xhp#par_id3152949.160.help.text
+#. 6/H[
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3152949\n"
+"160\n"
+"help.text"
msgid "Copies or moves the current field into the \"Row\" area."
msgstr "აკოპირებს ან გადააქვს მიმდინარე ველი არეში \"სტრიქონი\"."
-#: 01020000.xhp#hd_id3159269.159.help.text
+#. 2DI2
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3159269\n"
+"159\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and the underlined character in the word \"Column\""
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline> და ხაზგასმული სიმბოლო სიტყვაში \"სვეტი\" "
-
-#: 01020000.xhp#par_id3149968.158.help.text
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline> და ხაზგასმული სიმბოლო სიტყვაში \"სვეტი\""
+
+#. {JWu
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3149968\n"
+"158\n"
+"help.text"
msgid "Copies or moves the current field into the \"Column\" area."
msgstr "იღებს ასლს ან გადააქვს მიმდინარე ველი არეში \"სვეტი\"."
-#: 01020000.xhp#hd_id3149923.157.help.text
+#. J*5`
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3149923\n"
+"157\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and the underlined character in the word \"Data\""
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline> და ხაზგასმული სიმბოლო სიტყვაში \"მონაცემები\""
-#: 01020000.xhp#par_id3148649.156.help.text
+#. `y,A
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3148649\n"
+"156\n"
+"help.text"
msgid "Copies or moves the current field into the \"Data\" area."
msgstr "აკოპირებს ან გადააქვს მიმდინარე ველი არეში \"მონაცემები\"."
-#: 01020000.xhp#hd_id3149418.155.help.text
-msgctxt "01020000.xhp#hd_id3149418.155.help.text"
+#. hR]O
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3149418\n"
+"155\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Up Arrow"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + ზედა ისარი"
-#: 01020000.xhp#par_id3154335.154.help.text
+#. /9*u
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3154335\n"
+"154\n"
+"help.text"
msgid "Moves the current field up one place."
msgstr "გადააქვს მიმდინარე ველი ერთი ადგილით ზევით."
-#: 01020000.xhp#hd_id3148462.153.help.text
-msgctxt "01020000.xhp#hd_id3148462.153.help.text"
+#. eBOM
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3148462\n"
+"153\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Down Arrow"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + ქვედა ისარი"
-#: 01020000.xhp#par_id3154603.152.help.text
+#. @yCB
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3154603\n"
+"152\n"
+"help.text"
msgid "Moves the current field down one place."
msgstr "გადააქვს მიმდინარე ველი ერთი ადგილით ქვევით."
-#: 01020000.xhp#hd_id3145373.151.help.text
-msgctxt "01020000.xhp#hd_id3145373.151.help.text"
+#. vCou
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3145373\n"
+"151\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Left Arrow"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + მარცხენა ისარი"
-#: 01020000.xhp#par_id3151125.150.help.text
+#. eYk~
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3151125\n"
+"150\n"
+"help.text"
msgid "Moves the current field one place to the left."
msgstr "გადააქვს მიმდინარე ველი ერთი ადგილით მარცხნივ."
-#: 01020000.xhp#hd_id3150423.149.help.text
-msgctxt "01020000.xhp#hd_id3150423.149.help.text"
+#. erED
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3150423\n"
+"149\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Right Arrow"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + მარჯვენა ისარი"
-#: 01020000.xhp#par_id3153316.148.help.text
+#. mDE3
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153316\n"
+"148\n"
+"help.text"
msgid "Moves the current field one place to the right."
msgstr "გადააქვს მიმდინარე ველი ერთი ადგილით მარჯვნივ."
-#: 01020000.xhp#hd_id3149519.147.help.text
-msgctxt "01020000.xhp#hd_id3149519.147.help.text"
+#. [US}
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3149519\n"
+"147\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Home"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Home"
-#: 01020000.xhp#par_id3149237.146.help.text
+#. h25W
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3149237\n"
+"146\n"
+"help.text"
msgid "Moves the current field to the first place."
msgstr "გადააქვს მიმდინარე ველი თავში."
-#: 01020000.xhp#hd_id3145310.145.help.text
-msgctxt "01020000.xhp#hd_id3145310.145.help.text"
+#. b]Vl
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3145310\n"
+"145\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+End"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + End"
-#: 01020000.xhp#par_id3153942.144.help.text
+#. ts_`
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153942\n"
+"144\n"
+"help.text"
msgid "Moves the current field to the last place."
msgstr "გადააქვს მიმდინარე ველი ბოლოში."
-#: 01020000.xhp#hd_id3149933.143.help.text
+#. qQW2
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3149933\n"
+"143\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+O"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline>+O"
-#: 01020000.xhp#par_id3154798.142.help.text
+#. 5C:l
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3154798\n"
+"142\n"
+"help.text"
msgid "Displays the options for the current field."
msgstr "აცვენებს მიმდინარე ველის პარამეტრებს."
-#: 01020000.xhp#hd_id3148418.141.help.text
+#. GFae
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3148418\n"
+"141\n"
+"help.text"
msgid "Delete"
msgstr "Delete"
-#: 01020000.xhp#par_id3159251.140.help.text
+#. +|Qj
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3159251\n"
+"140\n"
+"help.text"
msgid "Removes the current field from the area."
msgstr "შლის არედან მიმდინარე ველს."
-#: 01020000.xhp#par_id3150630.183.help.text
+#. @g@q
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3150630\n"
+"183\n"
+"help.text"
msgid "<link href=\"text/shared/04/01010000.xhp\" name=\"shortcut keys in $[officename]\">Shortcut keys in $[officename]</link>"
msgstr "<link href=\"text/shared/04/01010000.xhp\" name=\"shortcut keys in $[officename]\">მალმხმობი ღილაკები $[officename]-ში</link>"
diff --git a/source/ka/helpcontent2/source/text/scalc/05.po b/source/ka/helpcontent2/source/text/scalc/05.po
index 3730e9a9f69..ac2147b5347 100644
--- a/source/ka/helpcontent2/source/text/scalc/05.po
+++ b/source/ka/helpcontent2/source/text/scalc/05.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/scalc/05.oo
+#. extracted from helpcontent2/source/text/scalc/05
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fscalc%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-04-05 23:52+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,517 +12,1197 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: empty_cells.xhp#tit.help.text
-msgid "Handling of Empty Cells"
-msgstr ""
-
-#: empty_cells.xhp#bm_id3146799.help.text
-msgid "<bookmark_value>empty cells;handling of</bookmark_value>"
-msgstr "<bookmark_value>შეცდომის კოდები; </bookmark_value><bookmark_value>%PRODUCTNAME Calc; შეცდომის კოდების</bookmark_value>სია"
-
-#: empty_cells.xhp#hd_id1502121.help.text
-msgid "<variable id=\"empty_cells\"><link href=\"text/scalc/05/empty_cells.xhp\">Handling of Empty Cells</link></variable>"
-msgstr ""
-
-#: empty_cells.xhp#par_id8266853.help.text
-msgid "In older versions of the software, empty cells were forced to numeric 0 in some contexts and to empty string in others, except in direct comparison where =A1=0 and =A1=\"\" both resulted in TRUE if A1 was empty. Emptiness now is inherited until used, so both =VLOOKUP(...)=0 and =VLOOKUP(...)=\"\" give TRUE if the lookup resulted in an empty cell being returned. "
-msgstr ""
-
-#: empty_cells.xhp#par_id2733542.help.text
-msgid "A simple reference to an empty cell is still displayed as numeric 0 but is not necessarily of type numeric anymore, so also comparisons with the referencing cell work as expected. "
-msgstr ""
-
-#: empty_cells.xhp#par_id4238715.help.text
-msgid "For the following examples, A1 contains a number, B1 is empty, C1 contains the reference to B1:"
-msgstr ""
-
-#: empty_cells.xhp#par_id8277230.help.text
-msgid "A1: 1 B1: <empty> C1: =B1 (displays 0)"
-msgstr ""
-
-#: empty_cells.xhp#par_id4086428.help.text
-msgctxt "empty_cells.xhp#par_id4086428.help.text"
-msgid "=B1=0 => TRUE"
-msgstr ""
-
-#: empty_cells.xhp#par_id9024628.help.text
-msgid "=B1=\"\" => TRUE"
-msgstr ""
-
-#: empty_cells.xhp#par_id3067110.help.text
-msgid "=C1=0 => TRUE"
-msgstr ""
-
-#: empty_cells.xhp#par_id8841822.help.text
-msgid "=C1=\"\" => TRUE (previously was FALSE)"
-msgstr ""
-
-#: empty_cells.xhp#par_id4077578.help.text
-msgid "=ISNUMBER(B1) => FALSE"
-msgstr ""
-
-#: empty_cells.xhp#par_id9094515.help.text
-msgid "=ISNUMBER(C1) => FALSE (previously was TRUE)"
-msgstr ""
-
-#: empty_cells.xhp#par_id396740.help.text
-msgid "=ISNUMBER(VLOOKUP(1;A1:C1;2)) => FALSE (B1)"
-msgstr ""
-
-#: empty_cells.xhp#par_id3859675.help.text
-msgid "=ISNUMBER(VLOOKUP(1;A1:C1;3)) => FALSE (C1, previously was TRUE)"
-msgstr ""
-
-#: empty_cells.xhp#par_id402233.help.text
-msgctxt "empty_cells.xhp#par_id402233.help.text"
-msgid "=ISTEXT(B1) => FALSE"
-msgstr ""
-
-#: empty_cells.xhp#par_id1623889.help.text
-msgctxt "empty_cells.xhp#par_id1623889.help.text"
-msgid "=ISTEXT(C1) => FALSE"
-msgstr ""
-
-#: empty_cells.xhp#par_id7781914.help.text
-msgid "=ISTEXT(VLOOKUP(1;A1:C1;2)) => FALSE (B1, previously was TRUE)"
-msgstr ""
-
-#: empty_cells.xhp#par_id300912.help.text
-msgid "=ISTEXT(VLOOKUP(1;A1:C1;3)) => FALSE (C1)"
-msgstr ""
-
-#: empty_cells.xhp#par_id9534592.help.text
-msgid "=ISBLANK(B1) => TRUE"
-msgstr ""
-
-#: empty_cells.xhp#par_id4969328.help.text
-msgid "=ISBLANK(C1) => FALSE"
-msgstr ""
-
-#: empty_cells.xhp#par_id9635914.help.text
-msgid "=ISBLANK(VLOOKUP(1;A1:C1;2)) => TRUE (B1, previously was FALSE)"
-msgstr ""
-
-#: empty_cells.xhp#par_id2476577.help.text
-msgid "=ISBLANK(VLOOKUP(1;A1:C1;3)) => FALSE (C1)"
-msgstr ""
-
-#: empty_cells.xhp#par_id4217047.help.text
-msgid "Note that Microsoft Excel behaves different and always returns a number as the result of a reference to an empty cell or a formula cell with the result of an empty cell. For example:"
-msgstr ""
-
-#: empty_cells.xhp#par_id2629474.help.text
-msgid "A1: <empty>"
-msgstr ""
-
-#: empty_cells.xhp#par_id8069704.help.text
-msgid "B1: =A1 => displays 0, but is just a reference to an empty cell"
-msgstr ""
-
-#: empty_cells.xhp#par_id4524674.help.text
-msgid "=ISNUMBER(A1) => FALSE"
-msgstr ""
-
-#: empty_cells.xhp#par_id4396801.help.text
-msgid "=ISTEXT(A1) => FALSE"
-msgstr ""
-
-#: empty_cells.xhp#par_id5293740.help.text
-msgid "=A1=0 => TRUE"
-msgstr ""
-
-#: empty_cells.xhp#par_id7623828.help.text
-msgid "=A1=\"\" => TRUE"
-msgstr ""
-
-#: empty_cells.xhp#par_id2861720.help.text
-msgid "=ISNUMBER(B1) => FALSE (MS-Excel: TRUE)"
-msgstr ""
-
-#: empty_cells.xhp#par_id9604480.help.text
-msgctxt "empty_cells.xhp#par_id9604480.help.text"
-msgid "=ISTEXT(B1) => FALSE"
-msgstr ""
-
-#: empty_cells.xhp#par_id2298959.help.text
-msgctxt "empty_cells.xhp#par_id2298959.help.text"
-msgid "=B1=0 => TRUE"
-msgstr ""
-
-#: empty_cells.xhp#par_id4653767.help.text
-msgid "=B1=\"\" => TRUE (MS-Excel: FALSE)"
-msgstr ""
-
-#: empty_cells.xhp#par_id8801538.help.text
-msgid "C1: =VLOOKUP(...) with empty cell result => displays empty (MS-Excel: displays 0)"
-msgstr ""
-
-#: empty_cells.xhp#par_id6746421.help.text
-msgid "=ISNUMBER(VLOOKUP(...)) => FALSE"
-msgstr ""
-
-#: empty_cells.xhp#par_id4876247.help.text
-msgid "=ISTEXT(VLOOKUP(...)) => FALSE"
-msgstr ""
-
-#: empty_cells.xhp#par_id7458723.help.text
-msgid "=ISNUMBER(C1) => FALSE (MS-Excel: TRUE)"
-msgstr ""
-
-#: empty_cells.xhp#par_id2753379.help.text
-msgctxt "empty_cells.xhp#par_id2753379.help.text"
-msgid "=ISTEXT(C1) => FALSE"
-msgstr ""
-
-#: 02140000.xhp#tit.help.text
+#. aqDD
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"tit\n"
+"help.text"
msgid "Error Codes in %PRODUCTNAME Calc"
msgstr "შეცდომის კოდები %PRODUCTNAME Calc-ში"
-#: 02140000.xhp#bm_id3146797.help.text
+#. 0N`*
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"bm_id3146797\n"
+"help.text"
msgid "<bookmark_value>error codes;list of</bookmark_value>"
msgstr "<bookmark_value>შეცდომის კოდები; </bookmark_value><bookmark_value>%PRODUCTNAME Calc; შეცდომის კოდების</bookmark_value>სია"
-#: 02140000.xhp#hd_id3146797.1.help.text
+#. 5vtb
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"hd_id3146797\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/scalc/05/02140000.xhp\" name=\"Error Codes in %PRODUCTNAME Calc\">Error Codes in <item type=\"productname\">%PRODUCTNAME</item> Calc</link>"
msgstr "<link href=\"text/scalc/05/02140000.xhp\" name=\"შეცდომის კოდები %PRODUCTNAME Calc-ში\">შეცდომის კოდები <item type=\"productname\">%PRODUCTNAME</item> Calc-ში</link>"
-#: 02140000.xhp#par_id3150275.2.help.text
+#. kVo-
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3150275\n"
+"2\n"
+"help.text"
msgid "The following table is an overview of the error messages for <item type=\"productname\">%PRODUCTNAME</item> Calc. If the error occurs in the cell that contains the cursor, the error message is displayed on the <emph>Status Bar</emph>."
msgstr "მომდევნო ცხრილი აჩვენებს<item type=\"productname\">%PRODUCTNAME</item> Calc-ის შეცდომის შეტყობინებებს. თუ შეცდომაა კურსორის შემცველ უჯრაში, შეცდომის შეტყობინება გამოჩნდება <emph>სტატუსის ზოლზე</emph>."
-#: 02140000.xhp#bm_id0202201010205429.help.text
+#. xAw]
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"bm_id0202201010205429\n"
+"help.text"
msgid "<bookmark_value>### error message</bookmark_value>"
msgstr ""
-#: 02140000.xhp#bm_id3154634.help.text
+#. ^FyM
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"bm_id3154634\n"
+"help.text"
msgid "<bookmark_value>invalid references; error messages</bookmark_value> <bookmark_value>error messages;invalid references</bookmark_value> <bookmark_value>#REF error message</bookmark_value>"
msgstr "<bookmark_value>არასწორი დამოწმებები; შეცდომის შეტყობინებები </bookmark_value><bookmark_value>შეცდომის შეტყობინებები;არასწორი დამოწმებები</bookmark_value><bookmark_value>#REF შეცდომის შეტყობინება</bookmark_value>"
-#: 02140000.xhp#bm_id3148428.help.text
+#. dV5o
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"bm_id3148428\n"
+"help.text"
msgid "<bookmark_value>invalid names; error messages</bookmark_value> <bookmark_value>#NAME error message</bookmark_value>"
msgstr "<bookmark_value>არასწორი სახელწოდებები; შეცდომის შეტყობინებები</bookmark_value><bookmark_value>#NAME შეცდომის შეტყობინება</bookmark_value>"
-#: 02140000.xhp#par_id3153968.3.help.text
+#. VM)-
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3153968\n"
+"3\n"
+"help.text"
msgid "Error Code"
msgstr "შეცდომის კოდი"
-#: 02140000.xhp#par_id3125863.4.help.text
+#. n8bo
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3125863\n"
+"4\n"
+"help.text"
msgid "Message"
msgstr "შეტყობინება"
-#: 02140000.xhp#par_id3151112.5.help.text
+#. ~[+;
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3151112\n"
+"5\n"
+"help.text"
msgid "Explanation"
msgstr "ახსნა"
-#: 02140000.xhp#par_id1668467.help.text
+#. /:D@
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id1668467\n"
+"help.text"
msgid "###"
msgstr ""
-#: 02140000.xhp#par_id3165766.13.help.text
+#. 9a^j
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3165766\n"
+"13\n"
+"help.text"
msgid "none"
msgstr "არცერთი"
-#: 02140000.xhp#par_id3169266.14.help.text
+#. K/zf
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3169266\n"
+"14\n"
+"help.text"
msgid "The cell is not wide enough to display the contents."
msgstr ""
-#: 02140000.xhp#par_id3153188.6.help.text
+#. ^$69
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3153188\n"
+"6\n"
+"help.text"
msgid "501"
msgstr "501"
-#: 02140000.xhp#par_id3148645.7.help.text
+#. $6Jw
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3148645\n"
+"7\n"
+"help.text"
msgid "Invalid character"
msgstr "სიმბოლო არასწორია"
-#: 02140000.xhp#par_id3155854.8.help.text
+#. *_lP
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3155854\n"
+"8\n"
+"help.text"
msgid "Character in a formula is not valid."
msgstr ""
-#: 02140000.xhp#par_id3145253.9.help.text
+#. dO#M
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3145253\n"
+"9\n"
+"help.text"
msgid "502"
msgstr "502"
-#: 02140000.xhp#par_id3147397.10.help.text
+#. %eu1
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3147397\n"
+"10\n"
+"help.text"
msgid "Invalid argument"
msgstr "არგუმენტი არასწორია"
-#: 02140000.xhp#par_id3153160.11.help.text
+#. 4b+l
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3153160\n"
+"11\n"
+"help.text"
msgid "Function argument is not valid. For example, a negative number for the SQRT() function, for this please use IMSQRT()."
msgstr ""
-#: 02140000.xhp#par_id3154015.12.help.text
+#. HCpM
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3154015\n"
+"12\n"
+"help.text"
msgid "503<br/>#NUM!"
msgstr ""
-#: 02140000.xhp#par_id3155766.13.help.text
+#. e$~0
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3155766\n"
+"13\n"
+"help.text"
msgid "Invalid floating point operation"
msgstr "მცურავი წერტილის არასწორი მოქმედება"
-#: 02140000.xhp#par_id3159266.14.help.text
+#. 8WRV
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3159266\n"
+"14\n"
+"help.text"
msgid "A calculation results in an overflow of the defined value range."
msgstr ""
-#: 02140000.xhp#par_id3149258.15.help.text
+#. LoA$
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3149258\n"
+"15\n"
+"help.text"
msgid "504"
msgstr "504"
-#: 02140000.xhp#par_id3147344.16.help.text
+#. |@(F
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3147344\n"
+"16\n"
+"help.text"
msgid "Parameter list error"
msgstr "პარამეტრების სიის შეცდომა"
-#: 02140000.xhp#par_id3147003.17.help.text
+#. ^9~3
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3147003\n"
+"17\n"
+"help.text"
msgid "Function parameter is not valid, for example, text instead of a number, or a domain reference instead of cell reference."
-msgstr "ფუნქციის პარამეტრი არასწორია, მაგალითად, ტექსტი რიცხვის მაგივრად, ან დომენის მითითება უჯრის მითითების მაგივრად. "
-
-#: 02140000.xhp#par_id3154532.27.help.text
+msgstr "ფუნქციის პარამეტრი არასწორია, მაგალითად, ტექსტი რიცხვის მაგივრად, ან დომენის მითითება უჯრის მითითების მაგივრად."
+
+#. PSZq
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3154532\n"
+"27\n"
+"help.text"
msgid "508"
msgstr "508"
-#: 02140000.xhp#par_id3150107.28.help.text
+#. xB9*
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3150107\n"
+"28\n"
+"help.text"
msgid "Error: Pair missing"
-msgstr "შეცდომა: აკლია წყვილი. "
-
-#: 02140000.xhp#par_id3149129.29.help.text
+msgstr "შეცდომა: აკლია წყვილი."
+
+#. wiG}
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3149129\n"
+"29\n"
+"help.text"
msgid "Missing bracket, for example, closing brackets, but no opening brackets"
-msgstr "აკლია ფრჩხილი, მაგალითად, ფჩხილები იკეტება, მაგრამ არ იხსნება. "
-
-#: 02140000.xhp#par_id3149895.30.help.text
+msgstr "აკლია ფრჩხილი, მაგალითად, ფჩხილები იკეტება, მაგრამ არ იხსნება."
+
+#. i2/I
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3149895\n"
+"30\n"
+"help.text"
msgid "509"
msgstr "509"
-#: 02140000.xhp#par_id3155097.31.help.text
+#. 8Q[A
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3155097\n"
+"31\n"
+"help.text"
msgid "Missing operator"
msgstr "აკლია ოპერატორი"
-#: 02140000.xhp#par_id3154649.32.help.text
+#. JVE1
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3154649\n"
+"32\n"
+"help.text"
msgid "Operator is missing, for example, \"=2(3+4) * \", where the operator between \"2\" and \"(\" is missing."
msgstr "ოპერატორი არაა მითითებული, მაგალითად \"=2(3+4) * \", სადაც ოპერატორი არ არის \"2\"-ს და \"(\"-ს შორის ჩასმული."
-#: 02140000.xhp#par_id3153813.33.help.text
+#. :|+m
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3153813\n"
+"33\n"
+"help.text"
msgid "510"
msgstr "510"
-#: 02140000.xhp#par_id3153483.34.help.text
-msgctxt "02140000.xhp#par_id3153483.34.help.text"
+#. a^!U
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3153483\n"
+"34\n"
+"help.text"
msgid "Missing variable"
msgstr "აკლია ცვლადი"
-#: 02140000.xhp#par_id3154710.35.help.text
+#. 2Is4
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3154710\n"
+"35\n"
+"help.text"
msgid "Variable is missing, for example when two operators are together \"=1+*2\"."
msgstr "ცვლადი არაა მითითებული, მაგალითად როდესაც ორი ოპერატორია ერთად \"=1+*2\"."
-#: 02140000.xhp#par_id3154739.36.help.text
+#. 7YMG
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3154739\n"
+"36\n"
+"help.text"
msgid "511"
msgstr "511"
-#: 02140000.xhp#par_id3145112.37.help.text
-msgctxt "02140000.xhp#par_id3145112.37.help.text"
+#. gQE)
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3145112\n"
+"37\n"
+"help.text"
msgid "Missing variable"
msgstr "აკლია ცვლადი"
-#: 02140000.xhp#par_id3145319.38.help.text
+#. K%K]
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3145319\n"
+"38\n"
+"help.text"
msgid "Function requires more variables than are provided, for example, AND() and OR()."
msgstr "ფუნქციას არსებულზე უფრო მეტი ცვლადი სჭირდება, მაგალითად AND() ან OR()."
-#: 02140000.xhp#par_id3149050.39.help.text
+#. L*-V
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3149050\n"
+"39\n"
+"help.text"
msgid "512"
msgstr "512"
-#: 02140000.xhp#par_id3150393.40.help.text
+#. #$W?
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3150393\n"
+"40\n"
+"help.text"
msgid "Formula overflow"
msgstr "ფორმულის გადავსება"
-#: 02140000.xhp#par_id3159259.41.help.text
-msgid " <emph>Compiler:</emph> the total number of internal tokens, (that is, operators, variables, brackets) in the formula exceeds 512."
+#. (,Bu
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3159259\n"
+"41\n"
+"help.text"
+msgid "<emph>Compiler:</emph> the total number of internal tokens, (that is, operators, variables, brackets) in the formula exceeds 512."
msgstr ""
-#: 02140000.xhp#par_id3150537.42.help.text
+#. !E)\
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3150537\n"
+"42\n"
+"help.text"
msgid "513"
msgstr "513"
-#: 02140000.xhp#par_id3147412.43.help.text
+#. c[J%
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3147412\n"
+"43\n"
+"help.text"
msgid "String overflow"
msgstr "სტრიქონების გადავსება"
-#: 02140000.xhp#par_id3145635.44.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 KB-ზე მეტია. <emph>ინტერპრეტატორი:</emph>სტრიქონის ოპერაციის ზომა აჭარბებს 64 KB-ს. "
-
-#: 02140000.xhp#par_id3149147.45.help.text
+#. TB/p
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3145635\n"
+"44\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 KB-ზე მეტია. <emph>ინტერპრეტატორი:</emph>სტრიქონის ოპერაციის ზომა აჭარბებს 64 KB-ს."
+
+#. \TKo
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3149147\n"
+"45\n"
+"help.text"
msgid "514"
msgstr "514"
-#: 02140000.xhp#par_id3157904.46.help.text
-msgctxt "02140000.xhp#par_id3157904.46.help.text"
+#. iL0#
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3157904\n"
+"46\n"
+"help.text"
msgid "Internal overflow"
msgstr "შიდა გადავსება"
-#: 02140000.xhp#par_id3149352.47.help.text
+#. 5f2B
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3149352\n"
+"47\n"
+"help.text"
msgid "Sort operation attempted on too much numerical data (max. 100000) or a calculation stack overflow."
msgstr "დალაგების ოპერაციის მცდელობა ზედმეტ რიცხვობრივ მონაცემზე (მაქს.100000) ან გამოთვლითი ოპერაციების გადაჭარბება."
-#: 02140000.xhp#par_id3154841.51.help.text
+#. ($?.
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3154841\n"
+"51\n"
+"help.text"
msgid "516"
msgstr "516"
-#: 02140000.xhp#par_id3147423.52.help.text
-msgctxt "02140000.xhp#par_id3147423.52.help.text"
+#. Y\k2
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3147423\n"
+"52\n"
+"help.text"
msgid "Internal syntax error"
msgstr "შიდა სინტაქსური შეცდომა"
-#: 02140000.xhp#par_id3148437.53.help.text
+#. lCrb
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3148437\n"
+"53\n"
+"help.text"
msgid "Matrix is expected on the calculation stack, but is not available."
-msgstr "მატრიცა გამოძახებულია გამოთვლის ოპერაციაზე, მაგრამ მიუწვდომელია. "
-
-#: 02140000.xhp#par_id3155261.54.help.text
+msgstr "მატრიცა გამოძახებულია გამოთვლის ოპერაციაზე, მაგრამ მიუწვდომელია."
+
+#. pn;x
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3155261\n"
+"54\n"
+"help.text"
msgid "517"
msgstr "517"
-#: 02140000.xhp#par_id3153934.55.help.text
-msgctxt "02140000.xhp#par_id3153934.55.help.text"
+#. -T2+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3153934\n"
+"55\n"
+"help.text"
msgid "Internal syntax error"
msgstr "შიდა სინტაქსური შეცდომა"
-#: 02140000.xhp#par_id3149507.56.help.text
+#. yXC:
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3149507\n"
+"56\n"
+"help.text"
msgid "Unknown code, for example, a document with a newer function is loaded in an older version that does not contain the function."
-msgstr "უცნობი კოდი, მაგალითად, დოკუმენტი ახალი ფუნქციით ჩატვირთულია ძველ ვერსიაში, რომელსაც არ აქვს მოცემული ფუნქცია. "
-
-#: 02140000.xhp#par_id3148585.57.help.text
+msgstr "უცნობი კოდი, მაგალითად, დოკუმენტი ახალი ფუნქციით ჩატვირთულია ძველ ვერსიაში, რომელსაც არ აქვს მოცემული ფუნქცია."
+
+#. Uod)
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3148585\n"
+"57\n"
+"help.text"
msgid "518"
msgstr "518"
-#: 02140000.xhp#par_id3149189.58.help.text
-msgctxt "02140000.xhp#par_id3149189.58.help.text"
+#. AH0=
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3149189\n"
+"58\n"
+"help.text"
msgid "Internal syntax error"
msgstr "შიდა სინტაქსური შეცდომა"
-#: 02140000.xhp#par_id3149545.59.help.text
+#. 7QPr
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3149545\n"
+"59\n"
+"help.text"
msgid "Variable is not available"
msgstr "ცვლადი მიუწვდომელია."
-#: 02140000.xhp#par_id3146142.60.help.text
+#. Fl`@
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3146142\n"
+"60\n"
+"help.text"
msgid "519<br/>#VALUE"
msgstr ""
-#: 02140000.xhp#par_id3155954.61.help.text
+#. 0u*+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3155954\n"
+"61\n"
+"help.text"
msgid "No result (#VALUE is in the cell rather than Err:519!)"
msgstr "შედეგი არ არის (#VALUE უჯრაშია Err:519-ის მაგივრად!)"
-#: 02140000.xhp#par_id3153108.62.help.text
+#. ?EZr
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3153108\n"
+"62\n"
+"help.text"
msgid "The formula yields a value that does not correspond to the definition; or a cell that is referenced in the formula contains text instead of a number."
-msgstr "ფორმულა იღებს სიდიდეს, რომელიც არ შეესაბამება დეფინიციას, ან უჯრა, რომელიც დამოწმებულია ფორმულაში შეიცავს ტექსტს რიცხვის მაგივრად. "
-
-#: 02140000.xhp#par_id3150338.63.help.text
+msgstr "ფორმულა იღებს სიდიდეს, რომელიც არ შეესაბამება დეფინიციას, ან უჯრა, რომელიც დამოწმებულია ფორმულაში შეიცავს ტექსტს რიცხვის მაგივრად."
+
+#. ~6z^
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3150338\n"
+"63\n"
+"help.text"
msgid "520"
msgstr "520"
-#: 02140000.xhp#par_id3150017.64.help.text
-msgctxt "02140000.xhp#par_id3150017.64.help.text"
+#. v=}8
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3150017\n"
+"64\n"
+"help.text"
msgid "Internal syntax error"
msgstr "შიდა სინტაქსური შეცდომა"
-#: 02140000.xhp#par_id3148758.65.help.text
+#. /7MT
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3148758\n"
+"65\n"
+"help.text"
msgid "Compiler creates an unknown compiler code."
msgstr "კომპილატორი ქმნის უცნობ საკომპილაციო კოდს."
-#: 02140000.xhp#par_id3154324.66.help.text
+#. pF{S
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3154324\n"
+"66\n"
+"help.text"
msgid "521"
msgstr "521"
-#: 02140000.xhp#par_id3153737.67.help.text
-msgctxt "02140000.xhp#par_id3153737.67.help.text"
+#. 7J$T
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3153737\n"
+"67\n"
+"help.text"
msgid "Internal syntax error"
msgstr "შიდა სინტაქსური შეცდომა"
-#: 02140000.xhp#par_id3155436.68.help.text
+#. #Vis
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3155436\n"
+"68\n"
+"help.text"
msgid "No result."
msgstr "შედეგი არ არის."
-#: 02140000.xhp#par_id3153045.69.help.text
+#. n?oO
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3153045\n"
+"69\n"
+"help.text"
msgid "522"
msgstr "522"
-#: 02140000.xhp#par_id3149008.70.help.text
+#. CV,f
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3149008\n"
+"70\n"
+"help.text"
msgid "Circular reference"
msgstr "ცირკულარული დამოწმება"
-#: 02140000.xhp#par_id3157972.71.help.text
+#. 6{+z
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3157972\n"
+"71\n"
+"help.text"
msgid "Formula refers directly or indirectly to itself and the <emph>Iterations</emph> option is not set under <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Calculate."
msgstr ""
-#: 02140000.xhp#par_id3149538.72.help.text
+#. )B^z
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3149538\n"
+"72\n"
+"help.text"
msgid "523"
msgstr "523"
-#: 02140000.xhp#par_id3150930.73.help.text
+#. @J6S
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3150930\n"
+"73\n"
+"help.text"
msgid "The calculation procedure does not converge"
msgstr "გამოთვლების პროცედურა არ ემთხვევა"
-#: 02140000.xhp#par_id3150272.74.help.text
+#. r(r8
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3150272\n"
+"74\n"
+"help.text"
msgid "Function missed a targeted value, or <link href=\"text/shared/optionen/01060500.xhp\">iterative references</link> do not reach the minimum change within the maximum steps that are set."
-msgstr "ფუნქციას აკლია საბოლოო მნიშვნელობა ან<link href=\"text/shared/optionen/01060500.xhp\">იტერაციული დამოწმება</link>ვერ აღწევს მინიმალურ ცვლილებას განსაზღვრული ნაბიჯების მაქსიმალური რაოდენობით. "
-
-#: 02140000.xhp#par_id3153544.75.help.text
+msgstr "ფუნქციას აკლია საბოლოო მნიშვნელობა ან<link href=\"text/shared/optionen/01060500.xhp\">იტერაციული დამოწმება</link>ვერ აღწევს მინიმალურ ცვლილებას განსაზღვრული ნაბიჯების მაქსიმალური რაოდენობით."
+
+#. -M59
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3153544\n"
+"75\n"
+"help.text"
msgid "524<br/>#REF"
msgstr ""
-#: 02140000.xhp#par_id3154634.76.help.text
+#. =R7D
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3154634\n"
+"76\n"
+"help.text"
msgid "invalid references (instead of Err:524 cell contains #REF)"
msgstr "არასწორი დამოწმება (Err:524-ის მაგივრად უჯრა შეიცავს #REF)"
-#: 02140000.xhp#par_id3147539.77.help.text
-msgid " <emph>Compiler:</emph> a column or row description name could not be resolved. <emph>Interpreter:</emph> in a formula, the column, row, or sheet that contains a referenced cell is missing."
+#. tIBn
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3147539\n"
+"77\n"
+"help.text"
+msgid "<emph>Compiler:</emph> a column or row description name could not be resolved. <emph>Interpreter:</emph> in a formula, the column, row, or sheet that contains a referenced cell is missing."
msgstr "<emph>კომპილატორი:</emph>სვეტის ან მწკრივის აღმწერი სათაური ვერ განისაზღვრა.<emph>ინტერპრეტატორი:</emph>ფორმულას აკლია სვეტი, მწკრივი ან ცხრილი, რომელიც შეიცავს დამოწმებას."
-#: 02140000.xhp#par_id3155984.78.help.text
+#. \,34
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3155984\n"
+"78\n"
+"help.text"
msgid "525<br/>#NAME?"
msgstr ""
-#: 02140000.xhp#par_id3148428.79.help.text
+#. J?;W
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3148428\n"
+"79\n"
+"help.text"
msgid "invalid names (instead of Err:525 cell contains #NAME?)"
msgstr "არასწორი სახელები (Err:525-ის მაგივრად უჯრა შეიცავს #NAME?-ს)"
-#: 02140000.xhp#par_id3156259.80.help.text
+#. rF%=
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3156259\n"
+"80\n"
+"help.text"
msgid "An identifier could not be evaluated, for example, no valid reference, no valid domain name, no column/row label, no macro, incorrect decimal divider, add-in not found."
-msgstr "იდენტიფიკატორი ვერ შეფასდა, მაგალითად, არასწორი დამოწმება,არასწორი დომენი, გამოტოვებული სვეტის/მწკრივის ჭდე, გამოტოვებული მაკრო, არასწორი ათობითი გამყოფი, ვერ მოიძებნა დამატებითი მოდული. "
-
-#: 02140000.xhp#par_id3153720.81.help.text
+msgstr "იდენტიფიკატორი ვერ შეფასდა, მაგალითად, არასწორი დამოწმება,არასწორი დომენი, გამოტოვებული სვეტის/მწკრივის ჭდე, გამოტოვებული მაკრო, არასწორი ათობითი გამყოფი, ვერ მოიძებნა დამატებითი მოდული."
+
+#. VFvf
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3153720\n"
+"81\n"
+"help.text"
msgid "526"
msgstr "526"
-#: 02140000.xhp#par_id3154315.82.help.text
-msgctxt "02140000.xhp#par_id3154315.82.help.text"
+#. l+t4
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3154315\n"
+"82\n"
+"help.text"
msgid "Internal syntax error"
msgstr "შიდა სინტაქსური შეცდომა"
-#: 02140000.xhp#par_id3083286.83.help.text
+#. huS3
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3083286\n"
+"83\n"
+"help.text"
msgid "Obsolete, no longer used, but could come from old documents if the result is a formula from a domain."
-msgstr "რუდიმენტი აღარ გამოიყენება, მაგრამ შეიძლება გადმოყვეს ძველ დოკუმენტებს თუ შედეგი არის ფორმულა დომენიდან. "
-
-#: 02140000.xhp#par_id3152483.84.help.text
+msgstr "რუდიმენტი აღარ გამოიყენება, მაგრამ შეიძლება გადმოყვეს ძველ დოკუმენტებს თუ შედეგი არის ფორმულა დომენიდან."
+
+#. q|NZ
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3152483\n"
+"84\n"
+"help.text"
msgid "527"
msgstr "527"
-#: 02140000.xhp#par_id3152966.85.help.text
-msgctxt "02140000.xhp#par_id3152966.85.help.text"
+#. /x$w
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3152966\n"
+"85\n"
+"help.text"
msgid "Internal overflow"
msgstr "შიდა გადავსება"
-#: 02140000.xhp#par_id3149709.86.help.text
-msgid " <emph>Interpreter: </emph>References, such as when a cell references a cell, are too encapsulated."
-msgstr "<emph>ინტერპრეტატორი: </emph>დამოწმებები, მაგალითად, როდესაც უჯრა დაიმოწმებს უჯრას, ზედმეტად ჩაკეტილია. "
-
-#: 02140000.xhp#par_id5324564.help.text
+#. ?Jl8
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3149709\n"
+"86\n"
+"help.text"
+msgid "<emph>Interpreter: </emph>References, such as when a cell references a cell, are too encapsulated."
+msgstr "<emph>ინტერპრეტატორი: </emph>დამოწმებები, მაგალითად, როდესაც უჯრა დაიმოწმებს უჯრას, ზედმეტად ჩაკეტილია."
+
+#. 4D}A
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id5324564\n"
+"help.text"
msgid "532<br/>#DIV/0!"
msgstr ""
-#: 02140000.xhp#par_id7941831.help.text
+#. [oD\
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id7941831\n"
+"help.text"
msgid "Division by zero"
msgstr ""
-#: 02140000.xhp#par_id5844294.help.text
+#. `or7
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id5844294\n"
+"help.text"
msgid "Division operator / if the denominator is 0<br/>Some more functions return this error, for example:<br/>VARP with less than 1 argument<br/>STDEVP with less than 1 argument<br/>VAR with less than 2 arguments<br/>STDEV with less than 2 arguments<br/>STANDARDIZE with stdev=0<br/>NORMDIST with stdev=0"
msgstr ""
+
+#. _1@@
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"tit\n"
+"help.text"
+msgid "Handling of Empty Cells"
+msgstr ""
+
+#. -KvH
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"bm_id3146799\n"
+"help.text"
+msgid "<bookmark_value>empty cells;handling of</bookmark_value>"
+msgstr "<bookmark_value>შეცდომის კოდები; </bookmark_value><bookmark_value>%PRODUCTNAME Calc; შეცდომის კოდების</bookmark_value>სია"
+
+#. IPo,
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"hd_id1502121\n"
+"help.text"
+msgid "<variable id=\"empty_cells\"><link href=\"text/scalc/05/empty_cells.xhp\">Handling of Empty Cells</link></variable>"
+msgstr ""
+
+#. 0j4[
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id8266853\n"
+"help.text"
+msgid "In older versions of the software, empty cells were forced to numeric 0 in some contexts and to empty string in others, except in direct comparison where =A1=0 and =A1=\"\" both resulted in TRUE if A1 was empty. Emptiness now is inherited until used, so both =VLOOKUP(...)=0 and =VLOOKUP(...)=\"\" give TRUE if the lookup resulted in an empty cell being returned."
+msgstr ""
+
+#. mr|L
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id2733542\n"
+"help.text"
+msgid "A simple reference to an empty cell is still displayed as numeric 0 but is not necessarily of type numeric anymore, so also comparisons with the referencing cell work as expected."
+msgstr ""
+
+#. ]OiA
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id4238715\n"
+"help.text"
+msgid "For the following examples, A1 contains a number, B1 is empty, C1 contains the reference to B1:"
+msgstr ""
+
+#. !p+6
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id8277230\n"
+"help.text"
+msgid "A1: 1 B1: <empty> C1: =B1 (displays 0)"
+msgstr ""
+
+#. 0fME
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id4086428\n"
+"help.text"
+msgid "=B1=0 => TRUE"
+msgstr ""
+
+#. B_:U
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id9024628\n"
+"help.text"
+msgid "=B1=\"\" => TRUE"
+msgstr ""
+
+#. wVu#
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id3067110\n"
+"help.text"
+msgid "=C1=0 => TRUE"
+msgstr ""
+
+#. z+bK
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id8841822\n"
+"help.text"
+msgid "=C1=\"\" => TRUE (previously was FALSE)"
+msgstr ""
+
+#. Tbmx
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id4077578\n"
+"help.text"
+msgid "=ISNUMBER(B1) => FALSE"
+msgstr ""
+
+#. h0Q]
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id9094515\n"
+"help.text"
+msgid "=ISNUMBER(C1) => FALSE (previously was TRUE)"
+msgstr ""
+
+#. HPOI
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id396740\n"
+"help.text"
+msgid "=ISNUMBER(VLOOKUP(1;A1:C1;2)) => FALSE (B1)"
+msgstr ""
+
+#. qIUC
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id3859675\n"
+"help.text"
+msgid "=ISNUMBER(VLOOKUP(1;A1:C1;3)) => FALSE (C1, previously was TRUE)"
+msgstr ""
+
+#. [Aea
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id402233\n"
+"help.text"
+msgid "=ISTEXT(B1) => FALSE"
+msgstr ""
+
+#. ndkI
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id1623889\n"
+"help.text"
+msgid "=ISTEXT(C1) => FALSE"
+msgstr ""
+
+#. KpH0
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id7781914\n"
+"help.text"
+msgid "=ISTEXT(VLOOKUP(1;A1:C1;2)) => FALSE (B1, previously was TRUE)"
+msgstr ""
+
+#. M1%O
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id300912\n"
+"help.text"
+msgid "=ISTEXT(VLOOKUP(1;A1:C1;3)) => FALSE (C1)"
+msgstr ""
+
+#. #Y74
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id9534592\n"
+"help.text"
+msgid "=ISBLANK(B1) => TRUE"
+msgstr ""
+
+#. Wz8}
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id4969328\n"
+"help.text"
+msgid "=ISBLANK(C1) => FALSE"
+msgstr ""
+
+#. l},#
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id9635914\n"
+"help.text"
+msgid "=ISBLANK(VLOOKUP(1;A1:C1;2)) => TRUE (B1, previously was FALSE)"
+msgstr ""
+
+#. APFY
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id2476577\n"
+"help.text"
+msgid "=ISBLANK(VLOOKUP(1;A1:C1;3)) => FALSE (C1)"
+msgstr ""
+
+#. d8Uo
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id4217047\n"
+"help.text"
+msgid "Note that Microsoft Excel behaves different and always returns a number as the result of a reference to an empty cell or a formula cell with the result of an empty cell. For example:"
+msgstr ""
+
+#. ?%Go
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id2629474\n"
+"help.text"
+msgid "A1: <empty>"
+msgstr ""
+
+#. !ED7
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id8069704\n"
+"help.text"
+msgid "B1: =A1 => displays 0, but is just a reference to an empty cell"
+msgstr ""
+
+#. YNTk
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id4524674\n"
+"help.text"
+msgid "=ISNUMBER(A1) => FALSE"
+msgstr ""
+
+#. $$4?
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id4396801\n"
+"help.text"
+msgid "=ISTEXT(A1) => FALSE"
+msgstr ""
+
+#. kgE?
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id5293740\n"
+"help.text"
+msgid "=A1=0 => TRUE"
+msgstr ""
+
+#. flqd
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id7623828\n"
+"help.text"
+msgid "=A1=\"\" => TRUE"
+msgstr ""
+
+#. 4u$N
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id2861720\n"
+"help.text"
+msgid "=ISNUMBER(B1) => FALSE (MS-Excel: TRUE)"
+msgstr ""
+
+#. lWu[
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id9604480\n"
+"help.text"
+msgid "=ISTEXT(B1) => FALSE"
+msgstr ""
+
+#. `pU\
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id2298959\n"
+"help.text"
+msgid "=B1=0 => TRUE"
+msgstr ""
+
+#. R`XK
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id4653767\n"
+"help.text"
+msgid "=B1=\"\" => TRUE (MS-Excel: FALSE)"
+msgstr ""
+
+#. QK-/
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id8801538\n"
+"help.text"
+msgid "C1: =VLOOKUP(...) with empty cell result => displays empty (MS-Excel: displays 0)"
+msgstr ""
+
+#. yA=u
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id6746421\n"
+"help.text"
+msgid "=ISNUMBER(VLOOKUP(...)) => FALSE"
+msgstr ""
+
+#. M0CE
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id4876247\n"
+"help.text"
+msgid "=ISTEXT(VLOOKUP(...)) => FALSE"
+msgstr ""
+
+#. Jd@n
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id7458723\n"
+"help.text"
+msgid "=ISNUMBER(C1) => FALSE (MS-Excel: TRUE)"
+msgstr ""
+
+#. /+%B
+#: empty_cells.xhp
+msgctxt ""
+"empty_cells.xhp\n"
+"par_id2753379\n"
+"help.text"
+msgid "=ISTEXT(C1) => FALSE"
+msgstr ""
diff --git a/source/ka/helpcontent2/source/text/scalc/guide.po b/source/ka/helpcontent2/source/text/scalc/guide.po
index 81c88594105..e625ae2cdd2 100644
--- a/source/ka/helpcontent2/source/text/scalc/guide.po
+++ b/source/ka/helpcontent2/source/text/scalc/guide.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/scalc/guide.oo
+#. extracted from helpcontent2/source/text/scalc/guide
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fscalc%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:40+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-12 07:19+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,5852 +12,13705 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: year2000.xhp#tit.help.text
-msgid "19xx/20xx Years"
+#. }@ip
+#: scenario.xhp
+msgctxt ""
+"scenario.xhp\n"
+"tit\n"
+"help.text"
+msgid "Using Scenarios"
msgstr ""
-#: year2000.xhp#bm_id3150439.help.text
-msgid "<bookmark_value>years; 2-digits</bookmark_value><bookmark_value>dates; 19xx/20xx</bookmark_value>"
+#. _qKL
+#: scenario.xhp
+msgctxt ""
+"scenario.xhp\n"
+"bm_id3149664\n"
+"help.text"
+msgid "<bookmark_value>scenarios; creating/editing/deleting</bookmark_value><bookmark_value>opening;scenarios</bookmark_value><bookmark_value>selecting;scenarios in Navigator</bookmark_value>"
msgstr ""
-#: year2000.xhp#hd_id3150439.18.help.text
-msgid "<variable id=\"year2000\"><link href=\"text/scalc/guide/year2000.xhp\" name=\"19xx/20xx Years\">19xx/20xx Years</link></variable>"
+#. YFK2
+#: scenario.xhp
+msgctxt ""
+"scenario.xhp\n"
+"hd_id3125863\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"scenario\"><link href=\"text/scalc/guide/scenario.xhp\" name=\"Using Scenarios\">Using Scenarios</link></variable>"
msgstr ""
-#: year2000.xhp#par_id3151116.17.help.text
-msgid "The year in a date entry is often entered as two digits. Internally, the year is managed by $[officename] as four digits, so that in the calculation of the difference from 1/1/99 to 1/1/01, the result will correctly be two years."
+#. /EOb
+#: scenario.xhp
+msgctxt ""
+"scenario.xhp\n"
+"par_id3150869\n"
+"2\n"
+"help.text"
+msgid "A $[officename] Calc scenario is a set of cell values that can be used within your calculations. You assign a name to every scenario on your sheet. Define several scenarios on the same sheet, each with some different values in the cells. Then you can easily switch the sets of cell values by their name and immediately observe the results. Scenarios are a tool to test out \"what-if\" questions."
msgstr ""
-#: year2000.xhp#par_id3154011.19.help.text
-msgid "Under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - General</emph> you can define the century that is used when you enter a year with only two digits. The default is 1930 to 2029."
+#. b).4
+#: scenario.xhp
+msgctxt ""
+"scenario.xhp\n"
+"hd_id3149255\n"
+"15\n"
+"help.text"
+msgid "Creating Your Own Scenarios"
msgstr ""
-#: year2000.xhp#par_id3150010.20.help.text
-msgid "This means that if you enter a date of 1/1/30 or higher, it will be treated internally as 1/1/1930 or higher. All lower two-digit years apply to the 20xx century. So, for example, 1/1/20 is converted into 1/1/2020."
+#. #+H4
+#: scenario.xhp
+msgctxt ""
+"scenario.xhp\n"
+"par_id3154704\n"
+"16\n"
+"help.text"
+msgid "To create a scenario, select all the cells that provide the data for the scenario."
msgstr ""
-#: currency_format.xhp#tit.help.text
-msgid "Cells in Currency Format"
+#. rO5A
+#: scenario.xhp
+msgctxt ""
+"scenario.xhp\n"
+"par_id3154020\n"
+"17\n"
+"help.text"
+msgid "Select the cells that contain the values that will change between scenarios. To select multiple cells, hold down the <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline></item> key as you click each cell."
msgstr ""
-#: currency_format.xhp#bm_id3156329.help.text
-msgid "<bookmark_value>currency formats; spreadsheets</bookmark_value><bookmark_value>cells; currency formats</bookmark_value><bookmark_value>international currency formats</bookmark_value><bookmark_value>formats; currency formats in cells</bookmark_value><bookmark_value>currencies; default currencies</bookmark_value><bookmark_value>defaults;currency formats</bookmark_value><bookmark_value>changing;currency formats</bookmark_value>"
+#. _oDi
+#: scenario.xhp
+msgctxt ""
+"scenario.xhp\n"
+"par_id3150364\n"
+"18\n"
+"help.text"
+msgid "Choose <emph>Tools - Scenarios</emph>. The <emph>Create Scenario</emph> dialog appears."
msgstr ""
-#: currency_format.xhp#hd_id3156329.46.help.text
-msgid "<variable id=\"currency_format\"><link href=\"text/scalc/guide/currency_format.xhp\" name=\"Cells in Currency Format\">Cells in Currency Format</link></variable>"
+#. ;_U4
+#: scenario.xhp
+msgctxt ""
+"scenario.xhp\n"
+"par_id3166426\n"
+"19\n"
+"help.text"
+msgid "Enter a name for the new scenario and leave the other fields unchanged with their default values. Close the dialog with OK. Your new scenario is automatically activated."
msgstr ""
-#: currency_format.xhp#par_id3153968.47.help.text
-msgid "In <item type=\"productname\">%PRODUCTNAME</item> Calc you can give numbers any currency format. When you click the <item type=\"menuitem\">Currency</item> icon <image id=\"img_id3150791\" src=\"cmd/sc_currencyfield.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150791\">Icon</alt></image> in the <item type=\"menuitem\">Formatting</item> bar to format a number, the cell is given the default currency format set under <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</item>."
+#. aF7f
+#: scenario.xhp
+msgctxt ""
+"scenario.xhp\n"
+"hd_id3149664\n"
+"3\n"
+"help.text"
+msgid "Using Scenarios"
msgstr ""
-#: currency_format.xhp#par_id3150010.48.help.text
-msgid "Exchanging of <item type=\"productname\">%PRODUCTNAME</item> Calc documents can lead to misunderstandings, if your <item type=\"productname\">%PRODUCTNAME</item> Calc document is loaded by a user who uses a different default currency format."
+#. PmF{
+#: scenario.xhp
+msgctxt ""
+"scenario.xhp\n"
+"par_id3153415\n"
+"11\n"
+"help.text"
+msgid "Scenarios can be selected in the Navigator:"
msgstr ""
-#: currency_format.xhp#par_id3156442.52.help.text
-msgid "In <item type=\"productname\">%PRODUCTNAME</item> Calc you can define that a number that you have formatted as \"1,234.50 €\", still remains in euros in another country and does not become dollars."
+#. p?ng
+#: scenario.xhp
+msgctxt ""
+"scenario.xhp\n"
+"par_id3150752\n"
+"12\n"
+"help.text"
+msgid "Open the Navigator with the <emph>Navigator</emph> icon <image id=\"img_id1593676\" src=\"cmd/sc_navigator.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id1593676\">Navigator icon</alt></image> on the Standard bar."
msgstr ""
-#: currency_format.xhp#par_id3151075.49.help.text
-msgid "You can change the currency format in the <item type=\"menuitem\">Format Cells</item> dialog (choose <item type=\"menuitem\">Format - Cells - Numbers</item> tab) by two country settings. In the <item type=\"menuitem\">Language</item> combo box select the basic setting for decimal and thousands separators. In the <item type=\"menuitem\">Format</item> list box you can select the currency symbol and its position."
+#. 2]SU
+#: scenario.xhp
+msgctxt ""
+"scenario.xhp\n"
+"par_id3155764\n"
+"13\n"
+"help.text"
+msgid "Click the <emph>Scenarios</emph> icon <image id=\"img_id7617114\" src=\"sc/imglst/navipi/na07.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id7617114\">Scenarios icon</alt></image> in the Navigator."
msgstr ""
-#: currency_format.xhp#par_id3150749.50.help.text
-msgid "For example, if the language is set to \"Default\" and you are using a german locale setting, the currency format will be \"1.234,00 €\". A point is used before the thousand digits and a comma before the decimal places. If you now select the subordinate currency format \"$ English (US)\" from the <item type=\"menuitem\">Format</item> list box , you will get the following format: \"$ 1.234,00\". As you can see, the separators have remained the same. Only the currency symbol has been changed and converted, but the underlying format of the notation remains the same as in the locale setting."
+#. 3@zj
+#: scenario.xhp
+msgctxt ""
+"scenario.xhp\n"
+"par_id3154256\n"
+"14\n"
+"help.text"
+msgid "In the Navigator, you see the defined scenarios with the comments that were entered when the scenarios were created."
msgstr ""
-#: currency_format.xhp#par_id3145640.51.help.text
-msgid "If, under <item type=\"menuitem\">Language</item>, you convert the cells to \"English (US)\", the English-language locale setting is also transferred and the default currency format is now \"$ 1,234.00\"."
+#. 03Et
+#: scenario.xhp
+msgctxt ""
+"scenario.xhp\n"
+"par_id1243629\n"
+"help.text"
+msgid "Double-click a scenario name in the Navigator to apply that scenario to the current sheet."
msgstr ""
-#: currency_format.xhp#par_id3154255.53.help.text
-msgctxt "currency_format.xhp#par_id3154255.53.help.text"
-msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Format - Cells - Numbers</link>"
+#. `r{8
+#: scenario.xhp
+msgctxt ""
+"scenario.xhp\n"
+"par_id9044770\n"
+"help.text"
+msgid "To delete a scenario, right-click the name in the Navigator and choose <emph>Delete</emph>."
msgstr ""
-#: goalseek.xhp#tit.help.text
-msgid "Applying Goal Seek"
+#. r4i0
+#: scenario.xhp
+msgctxt ""
+"scenario.xhp\n"
+"par_id3674123\n"
+"help.text"
+msgid "To edit a scenario, right-click the name in the Navigator and choose <emph>Properties</emph>."
msgstr ""
-#: goalseek.xhp#bm_id3145068.help.text
-msgid "<bookmark_value>goal seeking;example</bookmark_value><bookmark_value>equations in goal seek</bookmark_value><bookmark_value>calculating;variables in equations</bookmark_value><bookmark_value>variables;calculating equations</bookmark_value><bookmark_value>examples;goal seek</bookmark_value>"
+#. a6)]
+#: scenario.xhp
+msgctxt ""
+"scenario.xhp\n"
+"par_id3424481\n"
+"help.text"
+msgid "To hide the border of a set of cells that are part of a scenario, open the <emph>Properties</emph> dialog for each scenario that affects the cells and clear the Display border checkbox. Hiding the border also removes the listbox on the sheet where you can choose the scenarios."
msgstr ""
-#: goalseek.xhp#hd_id3145068.22.help.text
-msgid "<variable id=\"goalseek\"><link href=\"text/scalc/guide/goalseek.xhp\" name=\"Applying Goal Seek\">Applying Goal Seek</link></variable>"
+#. `]]~
+#: scenario.xhp
+msgctxt ""
+"scenario.xhp\n"
+"par_id3154368\n"
+"22\n"
+"help.text"
+msgid "If you want to know which values in the scenario affect other values, choose <emph>Tools - Detective - Trace Dependents</emph>. You see arrows to the cells that are directly dependent on the current cell."
msgstr ""
-#: goalseek.xhp#par_id3145171.2.help.text
-msgid "With the help of Goal Seek you can calculate a value that, as part of a formula, leads to the result you specify for the formula. You thus define the formula with several fixed values and one variable value and the result of the formula."
+#. lkit
+#: scenario.xhp
+msgctxt ""
+"scenario.xhp\n"
+"par_id3154484\n"
+"29\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06050000.xhp\" name=\"Creating Scenarios\">Creating Scenarios</link>"
msgstr ""
-#: goalseek.xhp#hd_id3153966.14.help.text
-msgid "Goal Seek Example"
+#. /c\T
+#: multitables.xhp
+msgctxt ""
+"multitables.xhp\n"
+"tit\n"
+"help.text"
+msgid "Applying Multiple Sheets"
msgstr ""
-#: goalseek.xhp#par_id3150871.4.help.text
-msgid "To calculate annual interest (I), create a table with the values for the capital (C), number of years (n), and interest rate (i). The formula is:"
+#. C4xz
+#: multitables.xhp
+msgctxt ""
+"multitables.xhp\n"
+"bm_id3154759\n"
+"help.text"
+msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
msgstr ""
-#: goalseek.xhp#par_id3152596.5.help.text
-msgid "I = C * n* i"
+#. 1(/3
+#: multitables.xhp
+msgctxt ""
+"multitables.xhp\n"
+"hd_id3154759\n"
+"9\n"
+"help.text"
+msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\" name=\"Applying Multiple Sheets\">Applying Multiple Sheets</link></variable>"
msgstr ""
-#: goalseek.xhp#par_id3155335.15.help.text
-msgid "Let us assume that the interest rate <item type=\"literal\">i</item> of 7.5% and the number of years <item type=\"literal\">n</item> (1) will remain constant. However, you want to know how much the investment capital <item type=\"literal\">C</item> would have to be modified in order to attain a particular return <item type=\"literal\">I</item>. For this example, calculate how much capital <item type=\"literal\">C</item> would be required if you want an annual return of $15,000."
+#. 4m*R
+#: multitables.xhp
+msgctxt ""
+"multitables.xhp\n"
+"hd_id3148576\n"
+"10\n"
+"help.text"
+msgid "Inserting a Sheet"
msgstr ""
-#: goalseek.xhp#par_id3155960.6.help.text
-msgid "Enter each of the values for Capital <item type=\"literal\">C</item> (an arbitrary value like <item type=\"literal\">$100,000</item>), number of years <item type=\"literal\">n </item>(<item type=\"literal\">1</item>), and interest rate <item type=\"literal\">i</item> (<item type=\"literal\">7.5%</item>) in one cell each. Enter the formula to calculate the interest <item type=\"literal\">I</item> in another cell. Instead of <item type=\"literal\">C</item>, <item type=\"literal\">n</item>, and <item type=\"literal\">i</item> use the <link href=\"text/scalc/guide/relativ_absolut_ref.xhp\">reference to the cell</link> with the corresponding value."
+#. Q)(/
+#: multitables.xhp
+msgctxt ""
+"multitables.xhp\n"
+"par_id3154731\n"
+"4\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
msgstr ""
-#: goalseek.xhp#par_id3147001.16.help.text
-msgid "Place the cursor in the cell containing the interest <item type=\"literal\">I</item>, and choose <emph>Tools - Goal Seek</emph>. The <emph>Goal Seek</emph> dialog appears."
-msgstr ""
+#. 1h,v
+#: multitables.xhp
+#, fuzzy
+msgctxt ""
+"multitables.xhp\n"
+"par_id05092009140203598\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ხსნის მონაცემთა ბაზის ოსტატს მონაცემთა ფაილის შესაქმნელად.</ahelp>"
-#: goalseek.xhp#par_id3150088.17.help.text
-msgid "The correct cell is already entered in the field <emph>Formula Cell</emph>."
-msgstr ""
+#. g?28
+#: multitables.xhp
+#, fuzzy
+msgctxt ""
+"multitables.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს სვეტს ცხრილში.</ahelp>"
-#: goalseek.xhp#par_id3166426.18.help.text
-msgid "Place the cursor in the field <emph>Variable Cell</emph>. In the sheet, click in the cell that contains the value to be changed, in this example it is the cell with the capital value <item type=\"literal\">C</item>."
+#. -BK.
+#: multitables.xhp
+msgctxt ""
+"multitables.xhp\n"
+"par_id050920091402035\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to select all sheets in the document.</ahelp>"
msgstr ""
-#: goalseek.xhp#par_id3150369.19.help.text
-msgid "Enter the expected result of the formula in the <emph>Target Value</emph> text box. In this example, the value is 15,000. Click <emph>OK</emph>."
+#. Pb94
+#: multitables.xhp
+msgctxt ""
+"multitables.xhp\n"
+"par_id0509200914020391\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to deselect all sheets in the document, except the current sheet.</ahelp>"
msgstr ""
-#: goalseek.xhp#par_id3146978.20.help.text
-msgid "A dialog appears informing you that the Goal Seek was successful. Click <emph>Yes</emph> to enter the result in the cell with the variable value."
+#. U*_k
+#: multitables.xhp
+msgctxt ""
+"multitables.xhp\n"
+"hd_id3154491\n"
+"11\n"
+"help.text"
+msgid "Selecting Multiple Sheets"
msgstr ""
-#: goalseek.xhp#par_id3149409.23.help.text
-msgid "<link href=\"text/scalc/01/06040000.xhp\" name=\"Goal Seek\">Goal Seek</link>"
+#. e:\5
+#: multitables.xhp
+msgctxt ""
+"multitables.xhp\n"
+"par_id3145251\n"
+"6\n"
+"help.text"
+msgid "The sheet tab of the current sheet is always visible in white in front of the other sheet tabs. The other sheet tabs are gray when they are not selected. By clicking other sheet tabs while pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> you can select multiple sheets."
msgstr ""
-#: table_rotate.xhp#tit.help.text
-msgid "Rotating Tables (Transposing)"
+#. 7S..
+#: multitables.xhp
+msgctxt ""
+"multitables.xhp\n"
+"par_idN106B7\n"
+"help.text"
+msgid "You can use Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up or Page Down to select multiple sheets using the keyboard."
msgstr ""
-#: table_rotate.xhp#bm_id3154346.help.text
-msgid "<bookmark_value>tables; transposing</bookmark_value><bookmark_value>transposing tables</bookmark_value><bookmark_value>inverting tables</bookmark_value><bookmark_value>swapping tables</bookmark_value><bookmark_value>columns; swap with rows</bookmark_value><bookmark_value>rows; swapping with columns</bookmark_value><bookmark_value>tables; rotating</bookmark_value><bookmark_value>rotating; tables</bookmark_value>"
+#. [=2d
+#: multitables.xhp
+msgctxt ""
+"multitables.xhp\n"
+"hd_id3155600\n"
+"12\n"
+"help.text"
+msgid "Undoing a Selection"
msgstr ""
-#: table_rotate.xhp#hd_id3154346.1.help.text
-msgid "<variable id=\"table_rotate\"><link href=\"text/scalc/guide/table_rotate.xhp\" name=\"Rotating Tables (Transposing)\">Rotating Tables (Transposing)</link></variable>"
+#. n]OG
+#: multitables.xhp
+msgctxt ""
+"multitables.xhp\n"
+"par_id3146969\n"
+"13\n"
+"help.text"
+msgid "To undo the selection of a sheet, click its sheet tab again while pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. The sheet that is currently visible cannot be removed from the selection."
msgstr ""
-#: table_rotate.xhp#par_id3154013.2.help.text
-msgid "In $[officename] Calc, there is a way to \"rotate\" a spreadsheet so that rows become columns and columns become rows."
+#. $=]~
+#: multitables.xhp
+msgctxt ""
+"multitables.xhp\n"
+"hd_id3156382\n"
+"15\n"
+"help.text"
+msgid "Calculating Across Multiple Sheets"
msgstr ""
-#: table_rotate.xhp#par_id3153142.3.help.text
-msgid "Select the cell range that you want to transpose."
+#. r_|9
+#: multitables.xhp
+msgctxt ""
+"multitables.xhp\n"
+"par_id3155333\n"
+"16\n"
+"help.text"
+msgid "You can refer to a range of sheets in a formula by specifying the first and last sheet of the range, for example, <item type=\"literal\">=SUM(Sheet1.A1:Sheet3.A1) </item>sums up all A1 cells on Sheet1 through Sheet3."
msgstr ""
-#: table_rotate.xhp#par_id3153191.4.help.text
-msgid "Choose <emph>Edit - Cut</emph>."
+#. Xq\J
+#: format_table.xhp
+msgctxt ""
+"format_table.xhp\n"
+"tit\n"
+"help.text"
+msgid "Formatting Spreadsheets"
msgstr ""
-#: table_rotate.xhp#par_id3148575.6.help.text
-msgid "Click the cell that is to be the top left cell in the result."
+#. Ny,v
+#: format_table.xhp
+msgctxt ""
+"format_table.xhp\n"
+"bm_id3154125\n"
+"help.text"
+msgid "<bookmark_value>text in cells; formatting</bookmark_value><bookmark_value>spreadsheets;formatting</bookmark_value><bookmark_value>backgrounds;cells and pages</bookmark_value><bookmark_value>borders;cells and pages</bookmark_value><bookmark_value>formatting;spreadsheets</bookmark_value><bookmark_value>numbers; formatting options for selected cells</bookmark_value><bookmark_value>cells; number formats</bookmark_value><bookmark_value>currencies;formats</bookmark_value>"
msgstr ""
-#: table_rotate.xhp#par_id3156286.7.help.text
-msgid "Choose <emph>Edit - Paste Special</emph>."
+#. ~S1)
+#: format_table.xhp
+msgctxt ""
+"format_table.xhp\n"
+"hd_id3154125\n"
+"6\n"
+"help.text"
+msgid "<variable id=\"format_table\"><link href=\"text/scalc/guide/format_table.xhp\" name=\"Designing Spreadsheets\">Formatting Spreadsheets</link></variable>"
msgstr ""
-#: table_rotate.xhp#par_id3144764.8.help.text
-msgid "In the dialog, mark <emph>Paste all</emph> and <emph>Transpose</emph>."
+#. hF;5
+#: format_table.xhp
+msgctxt ""
+"format_table.xhp\n"
+"hd_id3153912\n"
+"13\n"
+"help.text"
+msgid "Formatting Text in a Spreadsheet"
msgstr ""
-#: table_rotate.xhp#par_id3155600.9.help.text
-msgid "If you now click OK the columns and rows are transposed."
+#. s5``
+#: format_table.xhp
+msgctxt ""
+"format_table.xhp\n"
+"par_id3144772\n"
+"14\n"
+"help.text"
+msgid "Select the text you want to format."
msgstr ""
-#: table_rotate.xhp#par_id3146969.10.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/02070000.xhp\" name=\"Paste Special\">Paste Special</link>"
+#. (_p(
+#: format_table.xhp
+msgctxt ""
+"format_table.xhp\n"
+"par_id3155268\n"
+"15\n"
+"help.text"
+msgid "Choose the desired text attributes from the <emph>Formatting </emph>Bar. You can also choose <emph>Format - Cells</emph>. The <emph>Format Cells</emph> dialog will appear in which you can choose various text attributes on the <emph>Font</emph> tab page."
msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/02070000.xhp\" name=\"საგანგებო ჩასმა\">საგანგებო ჩასმა</link>\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/02070000.xhp\" name=\"საგანგებოდ ჩასმა\">საგანგებოდ ჩასმა</link>"
-#: relativ_absolut_ref.xhp#tit.help.text
-msgid "Addresses and References, Absolute and Relative"
+#. B7T:
+#: format_table.xhp
+msgctxt ""
+"format_table.xhp\n"
+"hd_id3149899\n"
+"16\n"
+"help.text"
+msgid "Formatting Numbers in a Spreadsheet"
msgstr ""
-#: relativ_absolut_ref.xhp#bm_id3156423.help.text
-msgid "<bookmark_value>addressing; relative and absolute</bookmark_value><bookmark_value>references; absolute/relative</bookmark_value><bookmark_value>absolute addresses in spreadsheets</bookmark_value><bookmark_value>relative addresses</bookmark_value><bookmark_value>absolute references in spreadsheets</bookmark_value><bookmark_value>relative references</bookmark_value><bookmark_value>references; to cells</bookmark_value><bookmark_value>cells; references</bookmark_value>"
+#. yJ:9
+#: format_table.xhp
+msgctxt ""
+"format_table.xhp\n"
+"par_id3159226\n"
+"17\n"
+"help.text"
+msgid "Select the cells containing the numbers you want to format."
msgstr ""
-#: relativ_absolut_ref.xhp#hd_id3156423.53.help.text
-msgid "<variable id=\"relativ_absolut_ref\"><link href=\"text/scalc/guide/relativ_absolut_ref.xhp\" name=\"Addresses and References, Absolute and Relative\">Addresses and References, Absolute and Relative</link></variable>"
+#. 9C_0
+#: format_table.xhp
+msgctxt ""
+"format_table.xhp\n"
+"par_id3150046\n"
+"18\n"
+"help.text"
+msgid "To format numbers in the default currency format or as percentages, use the icons on the <emph>Formatting </emph>Bar. For other formats, choose <emph>Format - Cells</emph>. You can choose from the preset formats or define your own on the <emph>Numbers</emph> tab page."
msgstr ""
-#: relativ_absolut_ref.xhp#hd_id3163712.3.help.text
-msgid "Relative Addressing"
+#. ,ld/
+#: format_table.xhp
+msgctxt ""
+"format_table.xhp\n"
+"hd_id3153483\n"
+"19\n"
+"help.text"
+msgid "Formatting Borders and Backgrounds for Cells and Pages"
msgstr ""
-#: relativ_absolut_ref.xhp#par_id3146119.4.help.text
-msgid "The cell in column A, row 1 is addressed as A1. You can address a range of adjacent cells by first entering the coordinates of the upper left cell of the area, then a colon followed by the coordinates of the lower right cell. For example, the square formed by the first four cells in the upper left corner is addressed as A1:B2."
+#. rm$Y
+#: format_table.xhp
+msgctxt ""
+"format_table.xhp\n"
+"par_id3154733\n"
+"20\n"
+"help.text"
+msgid "You can assign a format to any group of cells by first selecting the cells (for multiple selection, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key when clicking), and then activating the <emph>Format Cells</emph> dialog in <item type=\"menuitem\">Format - Cell</item>. In this dialog, you can select attributes such as shadows and backgrounds."
msgstr ""
-#: relativ_absolut_ref.xhp#par_id3154730.5.help.text
-msgid "By addressing an area in this way, you are making a relative reference to A1:B2. Relative here means that the reference to this area will be adjusted automatically when you copy the formulas."
+#. wU~m
+#: format_table.xhp
+msgctxt ""
+"format_table.xhp\n"
+"par_id3145116\n"
+"21\n"
+"help.text"
+msgid "To apply formatting attributes to an entire sheet, choose <emph>Format - Page</emph>. You can define headers and footers, for example, to appear on each printed page."
msgstr ""
-#: relativ_absolut_ref.xhp#hd_id3149377.6.help.text
-msgid "Absolute Addressing"
+#. m%3Q
+#: format_table.xhp
+msgctxt ""
+"format_table.xhp\n"
+"par_id3145389\n"
+"22\n"
+"help.text"
+msgid "An image that you have loaded with <item type=\"menuitem\">Format - Page - Background</item> is only visible in print or in the page preview. To display a background image on screen as well, insert the graphic image by choosing <item type=\"menuitem\">Insert - Picture - From File</item> and arrange the image behind the cells by choosing <item type=\"menuitem\">Format - Arrange - To Background</item>. Use the <link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link> to select the background image."
msgstr ""
-#: relativ_absolut_ref.xhp#par_id3154943.7.help.text
-msgid "Absolute references are the opposite of relative addressing. A dollar sign is placed before each letter and number in an absolute reference, for example, $A$1:$B$2."
+#. cR5v
+#: format_table.xhp
+msgctxt ""
+"format_table.xhp\n"
+"par_id2837916\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020300.xhp\">Number Formatting Options</link>"
msgstr ""
-#: relativ_absolut_ref.xhp#par_id3147338.36.help.text
-msgid "$[officename] can convert the current reference, in which the cursor is positioned in the input line, from relative to absolute and vice versa by pressing Shift +F4. If you start with a relative address such as A1, the first time you press this key combination, both row and column are set to absolute references ($A$1). The second time, only the row (A$1), and the third time, only the column ($A1). If you press the key combination once more, both column and row references are switched back to relative (A1)"
+#. g+5%
+#: format_table.xhp
+msgctxt ""
+"format_table.xhp\n"
+"par_id2614215\n"
+"help.text"
+msgid "<link href=\"text/scalc/guide/background.xhp\">Backgrounds for Cells</link>"
msgstr ""
-#: relativ_absolut_ref.xhp#par_id3153963.52.help.text
-msgid "$[officename] Calc shows the references to a formula. If, for example you click the formula =SUM(A1:C5;D15:D24) in a cell, the two referenced areas in the sheet will be highlighted in color. For example, the formula component \"A1:C5\" may be in blue and the cell range in question bordered in the same shade of blue. The next formula component \"D15:D24\" can be marked in red in the same way."
+#. W,r#
+#: goalseek.xhp
+msgctxt ""
+"goalseek.xhp\n"
+"tit\n"
+"help.text"
+msgid "Applying Goal Seek"
msgstr ""
-#: relativ_absolut_ref.xhp#hd_id3154704.29.help.text
-msgid "When to Use Relative and Absolute References"
+#. r45y
+#: goalseek.xhp
+msgctxt ""
+"goalseek.xhp\n"
+"bm_id3145068\n"
+"help.text"
+msgid "<bookmark_value>goal seeking;example</bookmark_value><bookmark_value>equations in goal seek</bookmark_value><bookmark_value>calculating;variables in equations</bookmark_value><bookmark_value>variables;calculating equations</bookmark_value><bookmark_value>examples;goal seek</bookmark_value>"
msgstr ""
-#: relativ_absolut_ref.xhp#par_id3147346.8.help.text
-msgid "What distinguishes a relative reference? Assume you want to calculate in cell E1 the sum of the cells in range A1:B2. The formula to enter into E1 would be: =SUM(A1:B2). If you later decide to insert a new column in front of column A, the elements you want to add would then be in B1:C2 and the formula would be in F1, not in E1. After inserting the new column, you would therefore have to check and correct all formulas in the sheet, and possibly in other sheets."
+#. -oGZ
+#: goalseek.xhp
+msgctxt ""
+"goalseek.xhp\n"
+"hd_id3145068\n"
+"22\n"
+"help.text"
+msgid "<variable id=\"goalseek\"><link href=\"text/scalc/guide/goalseek.xhp\" name=\"Applying Goal Seek\">Applying Goal Seek</link></variable>"
msgstr ""
-#: relativ_absolut_ref.xhp#par_id3155335.9.help.text
-msgid "Fortunately, $[officename] does this work for you. After having inserted a new column A, the formula =SUM(A1:B2) will be automatically updated to =SUM(B1:C2). Row numbers will also be automatically adjusted when a new row 1 is inserted. Absolute and relative references are always adjusted in $[officename] Calc whenever the referenced area is moved. But be careful if you are copying a formula since in that case only the relative references will be adjusted, not the absolute references."
+#. |v\`
+#: goalseek.xhp
+msgctxt ""
+"goalseek.xhp\n"
+"par_id3145171\n"
+"2\n"
+"help.text"
+msgid "With the help of Goal Seek you can calculate a value that, as part of a formula, leads to the result you specify for the formula. You thus define the formula with several fixed values and one variable value and the result of the formula."
msgstr ""
-#: relativ_absolut_ref.xhp#par_id3145791.39.help.text
-msgid "Absolute references are used when a calculation refers to one specific cell in your sheet. If a formula that refers to exactly this cell is copied relatively to a cell below the original cell, the reference will also be moved down if you did not define the cell coordinates as absolute."
+#. la5.
+#: goalseek.xhp
+msgctxt ""
+"goalseek.xhp\n"
+"hd_id3153966\n"
+"14\n"
+"help.text"
+msgid "Goal Seek Example"
msgstr ""
-#: relativ_absolut_ref.xhp#par_id3147005.10.help.text
-msgid "Aside from when new rows and columns are inserted, references can also change when an existing formula referring to particular cells is copied to another area of the sheet. Assume you entered the formula =SUM(A1:A9) in row 10. If you want to calculate the sum for the adjacent column to the right, simply copy this formula to the cell to the right. The copy of the formula in column B will be automatically adjusted to =SUM(B1:B9)."
+#. RbA(
+#: goalseek.xhp
+msgctxt ""
+"goalseek.xhp\n"
+"par_id3150871\n"
+"4\n"
+"help.text"
+msgid "To calculate annual interest (I), create a table with the values for the capital (C), number of years (n), and interest rate (i). The formula is:"
msgstr ""
-#: formula_value.xhp#tit.help.text
-msgid "Displaying Formulas or Values"
+#. il1c
+#: goalseek.xhp
+msgctxt ""
+"goalseek.xhp\n"
+"par_id3152596\n"
+"5\n"
+"help.text"
+msgid "I = C * n* i"
msgstr ""
-#: formula_value.xhp#bm_id3153195.help.text
-msgid "<bookmark_value>formulas; displaying in cells</bookmark_value><bookmark_value>values; displaying in tables</bookmark_value><bookmark_value>tables; displaying formulas/values</bookmark_value><bookmark_value>results display vs. formulas display</bookmark_value><bookmark_value>displaying; formulas instead of results</bookmark_value>"
+#. !5%o
+#: goalseek.xhp
+msgctxt ""
+"goalseek.xhp\n"
+"par_id3155335\n"
+"15\n"
+"help.text"
+msgid "Let us assume that the interest rate <item type=\"literal\">i</item> of 7.5% and the number of years <item type=\"literal\">n</item> (1) will remain constant. However, you want to know how much the investment capital <item type=\"literal\">C</item> would have to be modified in order to attain a particular return <item type=\"literal\">I</item>. For this example, calculate how much capital <item type=\"literal\">C</item> would be required if you want an annual return of $15,000."
msgstr ""
-#: formula_value.xhp#hd_id3153195.1.help.text
-msgid "<variable id=\"formula_value\"><link href=\"text/scalc/guide/formula_value.xhp\" name=\"Displaying Formulas or Values\">Displaying Formulas or Values</link></variable>"
+#. hPYo
+#: goalseek.xhp
+msgctxt ""
+"goalseek.xhp\n"
+"par_id3155960\n"
+"6\n"
+"help.text"
+msgid "Enter each of the values for Capital <item type=\"literal\">C</item> (an arbitrary value like <item type=\"literal\">$100,000</item>), number of years <item type=\"literal\">n </item>(<item type=\"literal\">1</item>), and interest rate <item type=\"literal\">i</item> (<item type=\"literal\">7.5%</item>) in one cell each. Enter the formula to calculate the interest <item type=\"literal\">I</item> in another cell. Instead of <item type=\"literal\">C</item>, <item type=\"literal\">n</item>, and <item type=\"literal\">i</item> use the <link href=\"text/scalc/guide/relativ_absolut_ref.xhp\">reference to the cell</link> with the corresponding value."
msgstr ""
-#: formula_value.xhp#par_id3150010.2.help.text
-msgid "If you want to display the formulas in the cells, for example in the form =SUM(A1:B5), proceed as follows:"
+#. !.Yf
+#: goalseek.xhp
+msgctxt ""
+"goalseek.xhp\n"
+"par_id3147001\n"
+"16\n"
+"help.text"
+msgid "Place the cursor in the cell containing the interest <item type=\"literal\">I</item>, and choose <emph>Tools - Goal Seek</emph>. The <emph>Goal Seek</emph> dialog appears."
msgstr ""
-#: formula_value.xhp#par_id3151116.3.help.text
-#, fuzzy
-msgctxt "formula_value.xhp#par_id3151116.3.help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph>."
-msgstr "Select the document with <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6 და დააჭირეთ Tab-ს"
-
-#: formula_value.xhp#par_id3146120.4.help.text
-msgid "In the <emph>Display</emph> area mark the <emph>Formulas</emph> box. Click OK."
+#. 0+7V
+#: goalseek.xhp
+msgctxt ""
+"goalseek.xhp\n"
+"par_id3150088\n"
+"17\n"
+"help.text"
+msgid "The correct cell is already entered in the field <emph>Formula Cell</emph>."
msgstr ""
-#: formula_value.xhp#par_id3147396.5.help.text
-msgid "If you want to view the calculation results instead of the formula, do not mark the Formulas box."
+#. ^W-G
+#: goalseek.xhp
+msgctxt ""
+"goalseek.xhp\n"
+"par_id3166426\n"
+"18\n"
+"help.text"
+msgid "Place the cursor in the field <emph>Variable Cell</emph>. In the sheet, click in the cell that contains the value to be changed, in this example it is the cell with the capital value <item type=\"literal\">C</item>."
msgstr ""
-#: formula_value.xhp#par_id3153157.6.help.text
-msgctxt "formula_value.xhp#par_id3153157.6.help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060100.xhp\" name=\"Spreadsheet - View\">%PRODUCTNAME Calc - View</link>"
+#. 6DB`
+#: goalseek.xhp
+msgctxt ""
+"goalseek.xhp\n"
+"par_id3150369\n"
+"19\n"
+"help.text"
+msgid "Enter the expected result of the formula in the <emph>Target Value</emph> text box. In this example, the value is 15,000. Click <emph>OK</emph>."
msgstr ""
-#: database_define.xhp#tit.help.text
-msgid "Defining Database Ranges"
+#. -A|S
+#: goalseek.xhp
+msgctxt ""
+"goalseek.xhp\n"
+"par_id3146978\n"
+"20\n"
+"help.text"
+msgid "A dialog appears informing you that the Goal Seek was successful. Click <emph>Yes</emph> to enter the result in the cell with the variable value."
msgstr ""
-#: database_define.xhp#bm_id3154758.help.text
-msgid "<bookmark_value>tables; database ranges</bookmark_value> <bookmark_value>database ranges; defining</bookmark_value> <bookmark_value>ranges; defining database ranges</bookmark_value> <bookmark_value>defining;database ranges</bookmark_value>"
+#. $8YB
+#: goalseek.xhp
+msgctxt ""
+"goalseek.xhp\n"
+"par_id3149409\n"
+"23\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06040000.xhp\" name=\"Goal Seek\">Goal Seek</link>"
msgstr ""
-#: database_define.xhp#hd_id3154758.31.help.text
-msgid "<variable id=\"database_define\"><link href=\"text/scalc/guide/database_define.xhp\" name=\"Defining Database Ranges\">Defining a Database Range</link></variable>"
+#. SKM\
+#: fraction_enter.xhp
+msgctxt ""
+"fraction_enter.xhp\n"
+"tit\n"
+"help.text"
+msgid "Entering Fractions"
msgstr ""
-#: database_define.xhp#par_id3153768.81.help.text
-msgid "You can define a range of cells in a spreadsheet to use as a database. Each row in this database range corresponds to a database record and each cell in a row corresponds to a database field. You can sort, group, search, and perform calculations on the range as you would in a database."
+#. -E9m
+#: fraction_enter.xhp
+msgctxt ""
+"fraction_enter.xhp\n"
+"bm_id3155411\n"
+"help.text"
+msgid "<bookmark_value>fractions; entering</bookmark_value><bookmark_value>numbers; entering fractions </bookmark_value><bookmark_value>inserting;fractions</bookmark_value>"
msgstr ""
-#: database_define.xhp#par_id3145801.82.help.text
-msgid "You can only edit and access a database range in the spreadsheet that contains the range. You cannot access the database range in the %PRODUCTNAME Data Sources view. "
+#. ,ZR5
+#: fraction_enter.xhp
+msgctxt ""
+"fraction_enter.xhp\n"
+"hd_id3155411\n"
+"41\n"
+"help.text"
+msgid "<variable id=\"fraction_enter\"><link href=\"text/scalc/guide/fraction_enter.xhp\" name=\"Entering Fractions \">Entering Fractions </link></variable>"
msgstr ""
-#: database_define.xhp#par_idN10648.help.text
-msgid "To define a database range"
+#. C*P\
+#: fraction_enter.xhp
+msgctxt ""
+"fraction_enter.xhp\n"
+"par_id3153968\n"
+"40\n"
+"help.text"
+msgid "You can enter a fractional number in a cell and use it for calculation:"
msgstr ""
-#: database_define.xhp#par_id3155064.41.help.text
-msgid "Select the range of cells that you want to define as a database range."
+#. nAUG
+#: fraction_enter.xhp
+msgctxt ""
+"fraction_enter.xhp\n"
+"par_id3155133\n"
+"42\n"
+"help.text"
+msgid "Enter \"0 1/5\" in a cell (without the quotation marks) and press the input key. In the input line above the spreadsheet you will see the value 0.2, which is used for the calculation."
msgstr ""
-#: database_define.xhp#par_idN10654.help.text
-msgid "Choose <item type=\"menuitem\">Data - Define Range</item>."
+#. `:vO
+#: fraction_enter.xhp
+msgctxt ""
+"fraction_enter.xhp\n"
+"par_id3145750\n"
+"43\n"
+"help.text"
+msgid "If you enter \"0 1/2\" AutoCorrect causes the three characters 1, / and 2 to be replaced by a single character. The same applies to 1/4 and 3/4. This replacement is defined in <emph>Tools - AutoCorrect Options - Options</emph> tab."
msgstr ""
-#: database_define.xhp#par_id3153715.72.help.text
-msgid "In the <emph>Name</emph> box, enter a name for the database range."
+#. fNt}
+#: fraction_enter.xhp
+msgctxt ""
+"fraction_enter.xhp\n"
+"par_id3145367\n"
+"44\n"
+"help.text"
+msgid "If you want to see multi-digit fractions such as \"1/10\", you must change the cell format to the multi-digit fraction view. Open the context menu of the cell, and choose <emph>Format cells. </emph>Select \"Fraction\" from the <emph>Category</emph> field, and then select \"-1234 10/81\". You can then enter fractions such as 12/31 or 12/32 - the fractions are, however, automatically reduced, so that in the last example you would see 3/8."
msgstr ""
-#: database_define.xhp#par_idN1066A.help.text
+#. Z7lV
+#: datapilot_filtertable.xhp
#, fuzzy
-msgid "Click <emph>More</emph>."
-msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
+msgctxt ""
+"datapilot_filtertable.xhp\n"
+"tit\n"
+"help.text"
+msgid "Filtering Pivot Tables"
+msgstr "მონაცემთა გაფილტვრა"
-#: database_define.xhp#par_id3154253.42.help.text
-msgid "Specify the options for the database range."
-msgstr ""
+#. 7c8)
+#: datapilot_filtertable.xhp
+#, fuzzy
+msgctxt ""
+"datapilot_filtertable.xhp\n"
+"bm_id3150792\n"
+"help.text"
+msgid "<bookmark_value>pivot table function; filtering tables</bookmark_value><bookmark_value>filtering;pivot tables</bookmark_value>"
+msgstr "<bookmark_value>tables; merging</bookmark_value><bookmark_value>შერწყმა; ცხრილები</bookmark_value>"
-#: database_define.xhp#par_idN10675.help.text
+#. (nsB
+#: datapilot_filtertable.xhp
#, fuzzy
-msgctxt "database_define.xhp#par_idN10675.help.text"
-msgid "Click <emph>OK</emph>."
-msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
+msgctxt ""
+"datapilot_filtertable.xhp\n"
+"hd_id3150792\n"
+"help.text"
+msgid "<variable id=\"datapilot_filtertable\"><link href=\"text/scalc/guide/datapilot_filtertable.xhp\" name=\"Filtering Pivot Tables\">Filtering Pivot Tables</link></variable>"
+msgstr "<variable id=\"align_arrange\"><link href=\"text/sdraw/guide/align_arrange.xhp\" name=\"Arranging and Aligning Objects\">მოწესრიგება, გასწორება და ობიექტების განაწილება</link></variable>"
-#: background.xhp#tit.help.text
-msgid "Defining Background Colors or Background Graphics"
+#. M3(9
+#: datapilot_filtertable.xhp
+msgctxt ""
+"datapilot_filtertable.xhp\n"
+"par_id3153192\n"
+"help.text"
+msgid "You can use filters to remove unwanted data from a pivot table."
msgstr ""
-#: background.xhp#bm_id3149346.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>"
+#. 48/L
+#: datapilot_filtertable.xhp
+msgctxt ""
+"datapilot_filtertable.xhp\n"
+"par_id3150441\n"
+"help.text"
+msgid "Click the <emph>Filter</emph> button in the sheet to call up the dialog for the filter conditions. Alternatively, call up the context menu of the pivot table and select the <emph>Filter</emph> command. The <link href=\"text/scalc/01/12090103.xhp\" name=\"Filter\"><emph>Filter</emph></link> dialog appears. Here you can filter the pivot table."
msgstr ""
-#: background.xhp#hd_id3149346.1.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>"
+#. fJS5
+#: datapilot_filtertable.xhp
+msgctxt ""
+"datapilot_filtertable.xhp\n"
+"par_id315044199\n"
+"help.text"
+msgid "You can also click the arrow on a button in the pivot table to show a pop-up window. In this pop-up window, you can edit the visibility settings of the associated field."
msgstr ""
-#: background.xhp#par_id9520249.help.text
-msgid "You can define a background color or use a graphic as a background for cell ranges in $[officename] Calc."
+#. *Y*Q
+#: datapilot_filtertable.xhp
+msgctxt ""
+"datapilot_filtertable.xhp\n"
+"par_id0720201001344485\n"
+"help.text"
+msgid "The pop-up window displays a list of field members associated with that field. A check box is placed to the left of each field member name. When a field has an alternative display name that differs from its original name, that name is displayed in the list."
msgstr ""
-#: background.xhp#hd_id3144760.16.help.text
-msgid "Applying a Background Color to a $[officename] Calc Spreadsheet"
+#. H+z.
+#: datapilot_filtertable.xhp
+msgctxt ""
+"datapilot_filtertable.xhp\n"
+"par_id0720201001344449\n"
+"help.text"
+msgid "Enable or disable a checkbox to show or hide the associated field member in the pivot table."
msgstr ""
-#: background.xhp#par_id3155429.17.help.text
-msgid "Select the cells."
+#. 0xs;
+#: datapilot_filtertable.xhp
+msgctxt ""
+"datapilot_filtertable.xhp\n"
+"par_id0720201001344493\n"
+"help.text"
+msgid "Enable or disable the <emph>All</emph> checkbox to show all or none of the field members."
msgstr ""
-#: background.xhp#par_id3149260.18.help.text
-msgid "Choose <emph>Format - Cells</emph> (or <emph>Format Cells</emph> from the context menu)."
+#. ?pS5
+#: datapilot_filtertable.xhp
+msgctxt ""
+"datapilot_filtertable.xhp\n"
+"par_id0720201001344431\n"
+"help.text"
+msgid "Select a field member in the pop-up window and click the <item type=\"menuitem\">Show only the current item</item> button to show only the selected field member. All other field members are hidden in the pivot table."
msgstr ""
-#: background.xhp#par_id3152938.19.help.text
-msgid "On the <emph>Background</emph> tab page, select the background color."
+#. 8OrK
+#: datapilot_filtertable.xhp
+msgctxt ""
+"datapilot_filtertable.xhp\n"
+"par_id0720201001344484\n"
+"help.text"
+msgid "Select a field member in the pop-up window and click the <item type=\"menuitem\">Hide only the current item</item> button to hide only the selected field member. All other field members are shown in the pivot table."
msgstr ""
-#: background.xhp#hd_id3146974.20.help.text
-msgid "Graphics in the Background of Cells"
+#. g[X6
+#: datapilot_filtertable.xhp
+msgctxt ""
+"datapilot_filtertable.xhp\n"
+"par_id0720201001344578\n"
+"help.text"
+msgid "Commands enable you to sort the field members in ascending order, descending order, or using a custom sort list."
msgstr ""
-#: background.xhp#par_id3155414.21.help.text
-msgid "Choose <emph>Insert - Picture - From File</emph>."
-msgstr "ამოირჩიეთ <emph>ჩასმა - ნახატი</emph>."
+#. hwqo
+#: datapilot_filtertable.xhp
+#, fuzzy
+msgctxt ""
+"datapilot_filtertable.xhp\n"
+"par_id0720201001344584\n"
+"help.text"
+msgid "To edit the custom sort lists, open <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists."
+msgstr "Select the document with <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6 და დააჭირეთ Tab-ს"
-#: background.xhp#par_id3149664.22.help.text
-msgid "Select the graphic and click <emph>Open</emph>."
+#. WXqU
+#: datapilot_filtertable.xhp
+msgctxt ""
+"datapilot_filtertable.xhp\n"
+"par_id0720201001344811\n"
+"help.text"
+msgid "The arrow to open the pop-up window is normally black. When the field contains one or more hidden field members, the arrow is blue and displays a tiny square at its lower-right corner."
msgstr ""
-#: background.xhp#par_id3153575.23.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 ""
+#. 0v!i
+#: datapilot_filtertable.xhp
+#, fuzzy
+msgctxt ""
+"datapilot_filtertable.xhp\n"
+"par_id0720201001344884\n"
+"help.text"
+msgid "You can also open the pop-up window by positioning the cell cursor at the button and pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+D."
+msgstr "ფორმულის ასლი შენატანის ზოლში <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C."
-#: background.xhp#par_id51576.help.text
-msgid "<link href=\"text/shared/guide/background.xhp\">Watermarks</link>"
+#. 9$]p
+#: table_rotate.xhp
+msgctxt ""
+"table_rotate.xhp\n"
+"tit\n"
+"help.text"
+msgid "Rotating Tables (Transposing)"
msgstr ""
-#: background.xhp#par_id3156180.30.help.text
-msgid "<link href=\"text/shared/01/05030600.xhp\" name=\"Background tab page\"><emph>Background</emph> tab page</link>"
+#. JEe}
+#: table_rotate.xhp
+msgctxt ""
+"table_rotate.xhp\n"
+"bm_id3154346\n"
+"help.text"
+msgid "<bookmark_value>tables; transposing</bookmark_value><bookmark_value>transposing tables</bookmark_value><bookmark_value>inverting tables</bookmark_value><bookmark_value>swapping tables</bookmark_value><bookmark_value>columns; swap with rows</bookmark_value><bookmark_value>rows; swapping with columns</bookmark_value><bookmark_value>tables; rotating</bookmark_value><bookmark_value>rotating; tables</bookmark_value>"
msgstr ""
-#: background.xhp#par_id7601245.help.text
-msgid "<link href=\"text/scalc/guide/format_table.xhp\">Formatting Spreadsheets</link>"
+#. YjS!
+#: table_rotate.xhp
+msgctxt ""
+"table_rotate.xhp\n"
+"hd_id3154346\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"table_rotate\"><link href=\"text/scalc/guide/table_rotate.xhp\" name=\"Rotating Tables (Transposing)\">Rotating Tables (Transposing)</link></variable>"
msgstr ""
-#: text_numbers.xhp#tit.help.text
-msgid "Formatting Numbers as Text"
+#. pqFh
+#: table_rotate.xhp
+msgctxt ""
+"table_rotate.xhp\n"
+"par_id3154013\n"
+"2\n"
+"help.text"
+msgid "In $[officename] Calc, there is a way to \"rotate\" a spreadsheet so that rows become columns and columns become rows."
msgstr ""
-#: text_numbers.xhp#bm_id3145068.help.text
-msgid "<bookmark_value>numbers;entering as text</bookmark_value> <bookmark_value>text formats; for numbers</bookmark_value> <bookmark_value>formats; numbers as text</bookmark_value> <bookmark_value>cell formats; text/numbers</bookmark_value> <bookmark_value>formatting;numbers as text</bookmark_value>"
+#. h7Q0
+#: table_rotate.xhp
+msgctxt ""
+"table_rotate.xhp\n"
+"par_id3153142\n"
+"3\n"
+"help.text"
+msgid "Select the cell range that you want to transpose."
msgstr ""
-#: text_numbers.xhp#hd_id3145068.46.help.text
-msgid "<variable id=\"text_numbers\"><link href=\"text/scalc/guide/text_numbers.xhp\" name=\"Formatting Numbers as Text\">Formatting Numbers as Text</link></variable>"
+#. 4C!V
+#: table_rotate.xhp
+msgctxt ""
+"table_rotate.xhp\n"
+"par_id3153191\n"
+"4\n"
+"help.text"
+msgid "Choose <emph>Edit - Cut</emph>."
msgstr ""
-#: text_numbers.xhp#par_id3156280.43.help.text
-msgid "You can format numbers as text in $[officename] Calc. Open the context menu of a cell or range of cells and choose <emph>Format Cells - Numbers</emph>, then select \"Text\" from the <emph>Category</emph> list. Any numbers subsequently entered into the formatted range are interpreted as text. The display of these \"numbers\" is left-justified, just as with other text."
+#. U0AQ
+#: table_rotate.xhp
+msgctxt ""
+"table_rotate.xhp\n"
+"par_id3148575\n"
+"6\n"
+"help.text"
+msgid "Click the cell that is to be the top left cell in the result."
msgstr ""
-#: text_numbers.xhp#par_id3149377.44.help.text
-msgid "If you have already entered normal numbers in cells and have afterwards changed the format of the cells to \"Text\", the numbers will remain normal numbers. They will not be converted. Only numbers entered afterwards, or numbers which are then edited, will become text numbers."
+#. *Wva
+#: table_rotate.xhp
+msgctxt ""
+"table_rotate.xhp\n"
+"par_id3156286\n"
+"7\n"
+"help.text"
+msgid "Choose <emph>Edit - Paste Special</emph>."
msgstr ""
-#: text_numbers.xhp#par_id3144765.45.help.text
-msgid "If you decide to enter a number directly as text, enter an apostrophe (') first. For example, for years in column headings, you can enter '1999, '2000 and '2001. The apostrophe is not visible in the cell, it only indicates that the entry is to be recognized as a text. This is useful if, for example, you enter a telephone number or postal code that begins with a zero (0), because a zero (0) at the start of a sequence of digits is removed in normal number formats."
+#. }wJ#
+#: table_rotate.xhp
+msgctxt ""
+"table_rotate.xhp\n"
+"par_id3144764\n"
+"8\n"
+"help.text"
+msgid "In the dialog, mark <emph>Paste all</emph> and <emph>Transpose</emph>."
msgstr ""
-#: text_numbers.xhp#par_id3156284.47.help.text
-msgctxt "text_numbers.xhp#par_id3156284.47.help.text"
-msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Format - Cells - Numbers</link>"
+#. ZP!=
+#: table_rotate.xhp
+msgctxt ""
+"table_rotate.xhp\n"
+"par_id3155600\n"
+"9\n"
+"help.text"
+msgid "If you now click OK the columns and rows are transposed."
msgstr ""
-#: note_insert.xhp#tit.help.text
-msgid "Inserting and Editing Comments"
+#. xF1k
+#: table_rotate.xhp
+#, fuzzy
+msgctxt ""
+"table_rotate.xhp\n"
+"par_id3146969\n"
+"10\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02070000.xhp\" name=\"Paste Special\">Paste Special</link>"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/02070000.xhp\" name=\"საგანგებო ჩასმა\">საგანგებო ჩასმა</link>\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/02070000.xhp\" name=\"საგანგებოდ ჩასმა\">საგანგებოდ ჩასმა</link>"
+
+#. S7EB
+#: webquery.xhp
+msgctxt ""
+"webquery.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting External Data in Table (WebQuery)"
msgstr ""
-#: note_insert.xhp#bm_id3153968.help.text
-msgid "<bookmark_value>comments; on cells</bookmark_value> <bookmark_value>cells;comments</bookmark_value> <bookmark_value>remarks on cells</bookmark_value> <bookmark_value>formatting;comments on cells</bookmark_value> <bookmark_value>viewing;comments on cells</bookmark_value> <bookmark_value>displaying; comments</bookmark_value>"
+#. XoVT
+#: webquery.xhp
+msgctxt ""
+"webquery.xhp\n"
+"bm_id3154346\n"
+"help.text"
+msgid "<bookmark_value>HTML WebQuery</bookmark_value><bookmark_value>ranges; inserting in tables</bookmark_value><bookmark_value>external data; inserting</bookmark_value><bookmark_value>tables; inserting external data</bookmark_value><bookmark_value>web pages; importing data</bookmark_value><bookmark_value>WebQuery filter</bookmark_value><bookmark_value>inserting; external data</bookmark_value><bookmark_value>data sources; external data</bookmark_value>"
msgstr ""
-#: note_insert.xhp#hd_id3153968.31.help.text
-msgid "<variable id=\"note_insert\"><link href=\"text/scalc/guide/note_insert.xhp\" name=\"Inserting and Editing Comments\">Inserting and Editing Comments</link></variable>"
+#. #hi)
+#: webquery.xhp
+msgctxt ""
+"webquery.xhp\n"
+"hd_id3125863\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"webquery\"><link href=\"text/scalc/guide/webquery.xhp\" name=\"Inserting External Data in Table (WebQuery)\">Inserting External Data in Table (WebQuery)</link></variable>"
msgstr ""
-#: note_insert.xhp#par_id3150440.32.help.text
-msgid "You can assign a comment to each cell by choosing <link href=\"text/shared/01/04050000.xhp\" name=\"Insert - Comment\"><emph>Insert - Comment</emph></link>. The comment is indicated by a small red square, the comment indicator, in the cell."
+#. CkcM
+#: webquery.xhp
+msgctxt ""
+"webquery.xhp\n"
+"par_id3155131\n"
+"3\n"
+"help.text"
+msgid "With the help of the <emph>Web Page Query ($[officename] Calc)</emph> import filter, you can insert tables from HTML documents in a Calc spreadsheet."
msgstr ""
-#: note_insert.xhp#par_id3145750.34.help.text
-msgid "The comment is visible whenever the mouse pointer is over the cell, provided you have activated <emph>Help - Tips</emph> or - <emph>Extended Tips</emph>."
+#. v*mX
+#: webquery.xhp
+msgctxt ""
+"webquery.xhp\n"
+"par_id3148575\n"
+"4\n"
+"help.text"
+msgid "You can use the same method to insert ranges defined by name from a Calc or Microsoft Excel spreadsheet."
msgstr ""
-#: note_insert.xhp#par_id3148575.33.help.text
-msgid "When you select the cell, you can choose <emph>Show Comment</emph> from the context menu of the cell. Doing so keeps the comment visible until you deactivate the <emph>Show Comment</emph> command from the same context menu."
+#. #jr@
+#: webquery.xhp
+msgctxt ""
+"webquery.xhp\n"
+"par_id3149664\n"
+"5\n"
+"help.text"
+msgid "The following insert methods are available:"
msgstr ""
-#: note_insert.xhp#par_id3149958.35.help.text
-msgid "To edit a permanently visible comment, just click in it. If you delete the entire text of the comment, the comment itself is deleted."
+#. J8;M
+#: webquery.xhp
+msgctxt ""
+"webquery.xhp\n"
+"hd_id3146976\n"
+"6\n"
+"help.text"
+msgid "Inserting by Dialog"
msgstr ""
-#: note_insert.xhp#par_idN10699.help.text
-msgid "Move or resize each comment as you like."
+#. @Bx#
+#: webquery.xhp
+msgctxt ""
+"webquery.xhp\n"
+"par_id3154319\n"
+"7\n"
+"help.text"
+msgid "Set the cell cursor at the cell where the new content will be inserted."
msgstr ""
-#: note_insert.xhp#par_idN1069D.help.text
-msgid "Format each comment by specifying background color, transparency, border style, and text alignment. Choose the commands from the context menu of the comment."
+#. *Z~W
+#: webquery.xhp
+msgctxt ""
+"webquery.xhp\n"
+"par_id3145750\n"
+"8\n"
+"help.text"
+msgid "Choose <emph>Insert - Link to External Data</emph>. This opens the <link href=\"text/scalc/01/04090000.xhp\">External Data</link> dialog."
msgstr ""
-#: note_insert.xhp#par_id3144764.38.help.text
-msgid "To show or hide the comment indicator, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph> and mark or unmark the <emph>Comment indicator</emph> check box."
+#. fAVQ
+#: webquery.xhp
+msgctxt ""
+"webquery.xhp\n"
+"par_id3149958\n"
+"9\n"
+"help.text"
+msgid "Enter the URL of the HTML document or the name of the spreadsheet. Press Enter when finished. Click the <emph>...</emph> button to open a file selection dialog."
msgstr ""
-#: note_insert.xhp#par_id3150715.39.help.text
-msgid "To display a help tip for a selected cell, use <emph>Data - Validity - Input Help</emph>."
+#. O.@)
+#: webquery.xhp
+msgctxt ""
+"webquery.xhp\n"
+"par_id3149400\n"
+"10\n"
+"help.text"
+msgid "In the large list box of the dialog, select the named ranges or tables you want to insert."
msgstr ""
-#: note_insert.xhp#par_id3153707.36.help.text
-msgid "<link href=\"text/shared/01/04050000.xhp\" name=\"Insert - Comment\">Insert - Comment</link>"
+#. ];f-
+#: webquery.xhp
+msgctxt ""
+"webquery.xhp\n"
+"par_id3155064\n"
+"11\n"
+"help.text"
+msgid "You can also specify that the ranges or tables are updated every n seconds."
msgstr ""
-#: value_with_name.xhp#tit.help.text
-msgid "Naming Cells"
+#. /0J;
+#: webquery.xhp
+msgctxt ""
+"webquery.xhp\n"
+"par_id3155443\n"
+"30\n"
+"help.text"
+msgid "The import filter can create names for cell ranges on the fly. As much formatting as possible is retained, while the filter intentionally does not load any images."
msgstr ""
-#: value_with_name.xhp#bm_id3147434.help.text
-msgid "<bookmark_value>cells; defining names</bookmark_value> <bookmark_value>names; defining for cells</bookmark_value> <bookmark_value>values; defining names</bookmark_value> <bookmark_value>constants definition</bookmark_value> <bookmark_value>variables; defining names</bookmark_value> <bookmark_value>cell ranges; defining names</bookmark_value> <bookmark_value>defining;names for cell ranges</bookmark_value> <bookmark_value>formulas; defining names</bookmark_value> <bookmark_value>addressing; by defined names</bookmark_value> <bookmark_value>cell names; defining/addressing</bookmark_value> <bookmark_value>references; by defined names</bookmark_value> <bookmark_value>allowed cell names</bookmark_value> <bookmark_value>renaming;cells</bookmark_value>"
+#. S7tz
+#: webquery.xhp
+msgctxt ""
+"webquery.xhp\n"
+"hd_id3149021\n"
+"12\n"
+"help.text"
+msgid "Inserting by Navigator"
msgstr ""
-#: value_with_name.xhp#hd_id3147434.1.help.text
-msgid "<variable id=\"value_with_name\"><link href=\"text/scalc/guide/value_with_name.xhp\" name=\"Naming Cells\">Naming Cells</link></variable>"
+#. dUAs
+#: webquery.xhp
+msgctxt ""
+"webquery.xhp\n"
+"par_id3153965\n"
+"14\n"
+"help.text"
+msgid "Open two documents: the $[officename] Calc spreadsheet in which the external data is to be inserted (target document) and the document from which the external data derives (source document)."
msgstr ""
-#: value_with_name.xhp#hd_id4391918.help.text
-msgid "Allowed names"
+#. KbPQ
+#: webquery.xhp
+msgctxt ""
+"webquery.xhp\n"
+"par_id3150205\n"
+"16\n"
+"help.text"
+msgid "In the target document open the Navigator."
msgstr ""
-#: value_with_name.xhp#par_id2129581.help.text
-msgid "Names in Calc can contain letters, numeric characters, and some special characters. Names must start with a letter or an underline character."
+#. Mske
+#: webquery.xhp
+msgctxt ""
+"webquery.xhp\n"
+"par_id3152990\n"
+"18\n"
+"help.text"
+msgid "In the lower combo box of the Navigator select the source document. The Navigator now shows the range names and database ranges or the tables contained in the source document."
msgstr ""
-#: value_with_name.xhp#par_id1120029.help.text
-msgid "Allowed special characters:"
+#. DTLu
+#: webquery.xhp
+msgctxt ""
+"webquery.xhp\n"
+"par_id3148842\n"
+"20\n"
+"help.text"
+msgid "In the Navigator select the <emph>Insert as link</emph> drag mode <image id=\"img_id3152985\" src=\"sw/imglst/sc20238.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152985\">Icon</alt></image>."
msgstr ""
-#: value_with_name.xhp#par_id3362224.help.text
-msgid "underline (_) "
+#. p|(l
+#: webquery.xhp
+msgctxt ""
+"webquery.xhp\n"
+"par_id3157978\n"
+"22\n"
+"help.text"
+msgid "Drag the desired external data from the Navigator into the target document."
msgstr ""
-#: value_with_name.xhp#par_id4891506.help.text
-msgid "period (.) - allowed within a name, but not as first or last character"
+#. \;Pt
+#: webquery.xhp
+msgctxt ""
+"webquery.xhp\n"
+"par_id3144768\n"
+"23\n"
+"help.text"
+msgid "If you have loaded an HTML document with the <emph>Web Page Query</emph> filter as the source document, you will find the tables in the Navigator, named continuously from \"HTML_table1\" onwards, and also two range names that have been created:"
msgstr ""
-#: value_with_name.xhp#par_id2816553.help.text
-msgid "blank ( ) - allowed within a name, but not as first or last character, and not for a cell range"
+#. V*kt
+#: webquery.xhp
+msgctxt ""
+"webquery.xhp\n"
+"par_id3152873\n"
+"24\n"
+"help.text"
+msgid "<item type=\"literal\">HTML_all</item> - designates the entire document"
msgstr ""
-#: value_with_name.xhp#par_id328989.help.text
-msgid "Names must not be the same as cell references. For example, the name A1 is invalid because A1 is a cell reference to the top left cell."
+#. /~=0
+#: webquery.xhp
+msgctxt ""
+"webquery.xhp\n"
+"par_id3149897\n"
+"25\n"
+"help.text"
+msgid "<item type=\"literal\">HTML_tables</item> - designates all HTML tables in the document"
msgstr ""
-#: value_with_name.xhp#par_id32898987.help.text
-msgid "Names must not start with the letter R followed by a number. See the ADDRESS function for more information."
+#. b[tT
+#: webquery.xhp
+msgctxt ""
+"webquery.xhp\n"
+"hd_id3149126\n"
+"26\n"
+"help.text"
+msgid "Editing the external data"
msgstr ""
-#: value_with_name.xhp#par_id4769737.help.text
-msgid "Names for cell ranges must not include blanks. Blanks are allowed within names for single cells, sheets and documents."
+#. ;1s9
+#: webquery.xhp
+msgctxt ""
+"webquery.xhp\n"
+"par_id3159228\n"
+"27\n"
+"help.text"
+msgid "Open <emph>Edit - Links</emph>. Here you can edit the link to the external data."
msgstr ""
-#: value_with_name.xhp#hd_id1226233.help.text
-msgid "Naming cells and formulas"
+#. jj_u
+#: webquery.xhp
+msgctxt ""
+"webquery.xhp\n"
+"par_id3154650\n"
+"28\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04090000.xhp\" name=\"External data dialog\">External data dialog</link>"
msgstr ""
-#: value_with_name.xhp#par_id5489364.help.text
-msgid "A good way of making the references to cells and cell ranges in formulas legible is to give the ranges names. For example, you can name the range A1:B2 <emph>Start</emph>. You can then write a formula such as \"=SUM(Start)\". Even after you insert or delete rows or columns, $[officename] still correctly assigns the ranges identified by name. Range names must not contain any spaces."
+#. FPFl
+#: cellcopy.xhp
+msgctxt ""
+"cellcopy.xhp\n"
+"tit\n"
+"help.text"
+msgid "Only Copy Visible Cells"
msgstr ""
-#: value_with_name.xhp#par_id953398.help.text
-msgid "For example, it is much easier to read a formula for sales tax if you can write \"= Amount * Tax_rate\" instead of \"= A5 * B12\". In this case, you would name cell A5 \"Amount\" and cell B12 \"Tax_rate.\""
+#. 9Qla
+#: cellcopy.xhp
+msgctxt ""
+"cellcopy.xhp\n"
+"bm_id3150440\n"
+"help.text"
+msgid "<bookmark_value>cells; copying/deleting/formatting/moving</bookmark_value> <bookmark_value>rows;visible and invisible</bookmark_value> <bookmark_value>copying; visible cells only</bookmark_value> <bookmark_value>formatting;visible cells only</bookmark_value> <bookmark_value>moving;visible cells only</bookmark_value> <bookmark_value>deleting;visible cells only</bookmark_value> <bookmark_value>invisible cells</bookmark_value> <bookmark_value>filters;copying visible cells only</bookmark_value> <bookmark_value>hidden cells</bookmark_value>"
msgstr ""
-#: value_with_name.xhp#par_id4889675.help.text
-msgid "Use the <emph>Define Names</emph> dialog to define names for formulas or parts of formulas you need more often. In order to specify range names,"
+#. m\Id
+#: cellcopy.xhp
+msgctxt ""
+"cellcopy.xhp\n"
+"hd_id3150440\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"cellcopy\"><link href=\"text/scalc/guide/cellcopy.xhp\" name=\"Only Copy Visible Cells\">Only Copy Visible Cells</link></variable>"
msgstr ""
-#: value_with_name.xhp#par_id3153954.3.help.text
-msgid "Select a cell or range of cells, then choose <emph>Insert - Names - Define</emph>. The <emph>Define Names</emph> dialog appears."
+#. ;@-i
+#: cellcopy.xhp
+msgctxt ""
+"cellcopy.xhp\n"
+"par_id3148577\n"
+"2\n"
+"help.text"
+msgid "Assume you have hidden a few rows in a cell range. Now you want to copy, delete, or format only the remaining visible rows."
msgstr ""
-#: value_with_name.xhp#par_id3156283.4.help.text
-msgid "Type the name of the selected area in the <emph>Name</emph> field. Click <emph>Add</emph>. The newly defined name appears in the list below. Click OK to close the dialog."
+#. vyGR
+#: cellcopy.xhp
+msgctxt ""
+"cellcopy.xhp\n"
+"par_id3154729\n"
+"3\n"
+"help.text"
+msgid "$[officename] behavior depends on how the cells were made invisible, by a filter or manually."
msgstr ""
-#: value_with_name.xhp#par_id5774101.help.text
-msgid "You can also name other cell ranges in this dialog by entering the name in the field and then selecting the respective cells."
+#. +==^
+#: cellcopy.xhp
+msgctxt ""
+"cellcopy.xhp\n"
+"par_id3155603\n"
+"4\n"
+"help.text"
+msgid "Method and Action"
msgstr ""
-#: value_with_name.xhp#par_id3154942.5.help.text
-msgid "If you type the name in a formula, after the first few characters entered you will see the entire name as a tip."
+#. o(xT
+#: cellcopy.xhp
+msgctxt ""
+"cellcopy.xhp\n"
+"par_id3150751\n"
+"5\n"
+"help.text"
+msgid "Result"
msgstr ""
-#: value_with_name.xhp#par_id3154510.6.help.text
-msgid "Press the Enter key in order to accept the name from the tip."
+#. UD3q
+#: cellcopy.xhp
+msgctxt ""
+"cellcopy.xhp\n"
+"par_id3149018\n"
+"6\n"
+"help.text"
+msgid "Cells were filtered by AutoFilters, standard filters or advanced filters."
msgstr ""
-#: value_with_name.xhp#par_id3150749.7.help.text
-msgid "If more than one name starts with the same characters, you can scroll through all the names using the Tab key."
+#. WE:Q
+#: cellcopy.xhp
+msgctxt ""
+"cellcopy.xhp\n"
+"par_id3150044\n"
+"7\n"
+"help.text"
+msgid "Copy, delete, move, or format a selection of currently visible cells."
msgstr ""
-#: value_with_name.xhp#par_id3153711.8.help.text
-msgid "<link href=\"text/scalc/01/04070100.xhp\" name=\"Insert - Names - Define\">Insert - Names - Define</link>"
+#. odXt
+#: cellcopy.xhp
+msgctxt ""
+"cellcopy.xhp\n"
+"par_id3146918\n"
+"8\n"
+"help.text"
+msgid "Only the visible cells of the selection are copied, deleted, moved, or formatted."
msgstr ""
-#: mark_cells.xhp#tit.help.text
-msgid "Selecting Multiple Cells"
+#. oB!g
+#: cellcopy.xhp
+msgctxt ""
+"cellcopy.xhp\n"
+"par_id3166427\n"
+"12\n"
+"help.text"
+msgid "Cells were hidden using the <emph>Hide</emph> command in the context menu of the row or column headers, or through an <link href=\"text/scalc/01/12080000.xhp\" name=\"outline\">outline</link>."
msgstr ""
-#: mark_cells.xhp#bm_id3153361.help.text
-msgid "<bookmark_value>cells; selecting</bookmark_value> <bookmark_value>marking cells</bookmark_value> <bookmark_value>selecting;cells</bookmark_value> <bookmark_value>multiple cells selection</bookmark_value> <bookmark_value>selection modes in spreadsheets</bookmark_value> <bookmark_value>tables; selecting ranges</bookmark_value>"
+#. Z|+Q
+#: cellcopy.xhp
+msgctxt ""
+"cellcopy.xhp\n"
+"par_id3152990\n"
+"13\n"
+"help.text"
+msgid "Copy, delete, move, or format a selection of currently visible cells."
msgstr ""
-#: mark_cells.xhp#hd_id3153361.1.help.text
-msgid "<variable id=\"mark_cells\"><link href=\"text/scalc/guide/mark_cells.xhp\" name=\"Selecting Multiple Cells\">Selecting Multiple Cells</link></variable>"
+#. 8F~d
+#: cellcopy.xhp
+msgctxt ""
+"cellcopy.xhp\n"
+"par_id3154371\n"
+"14\n"
+"help.text"
+msgid "All cells of the selection, including the hidden cells, are copied, deleted, moved, or formatted."
msgstr ""
-#: mark_cells.xhp#hd_id3145272.2.help.text
-msgid "Select a rectangular range"
-msgstr ""
+#. fXme
+#: datapilot_deletetable.xhp
+#, fuzzy
+msgctxt ""
+"datapilot_deletetable.xhp\n"
+"tit\n"
+"help.text"
+msgid "Deleting Pivot Tables"
+msgstr "შიგთავის წაშლა"
-#: mark_cells.xhp#par_id3149261.3.help.text
-msgid "With the mouse button pressed, drag from one corner to the diagonally opposed corner of the range."
-msgstr ""
+#. #U.f
+#: datapilot_deletetable.xhp
+#, fuzzy
+msgctxt ""
+"datapilot_deletetable.xhp\n"
+"bm_id3153726\n"
+"help.text"
+msgid "<bookmark_value>pivot table function; deleting tables</bookmark_value> <bookmark_value>deleting;pivot tables</bookmark_value>"
+msgstr "<bookmark_value>tables; merging</bookmark_value><bookmark_value>შერწყმა; ცხრილები</bookmark_value>"
-#: mark_cells.xhp#hd_id3151119.4.help.text
-msgid "Mark a single cell"
+#. Kv#1
+#: datapilot_deletetable.xhp
+#, fuzzy
+msgctxt ""
+"datapilot_deletetable.xhp\n"
+"hd_id3153726\n"
+"31\n"
+"help.text"
+msgid "<variable id=\"datapilot_deletetable\"><link href=\"text/scalc/guide/datapilot_deletetable.xhp\" name=\"Deleting Pivot Tables\">Deleting Pivot Tables</link></variable>"
+msgstr "<variable id=\"datenbeschriftung\"><link href=\"text/schart/01/04030000.xhp\" name=\"Data labels\">მონაცემთა იარლიყი</link></variable>"
+
+#. kKd)
+#: datapilot_deletetable.xhp
+#, fuzzy
+msgctxt ""
+"datapilot_deletetable.xhp\n"
+"par_id3154014\n"
+"32\n"
+"help.text"
+msgid "In order to delete a pivot table, click any cell in the pivot table, then choose <emph>Delete</emph> in the context menu."
+msgstr "ცხრილის ცხრილიდან ჩასართავად დააწკაპუნეთ ცხრილის უჯრედზე და ამოირჩიეთ<emph>Table - Insert - Table</emph>."
+
+#. GKLO
+#: numbers_text.xhp
+msgctxt ""
+"numbers_text.xhp\n"
+"tit\n"
+"help.text"
+msgid "Converting Text to Numbers"
msgstr ""
-#: mark_cells.xhp#par_id3146975.19.help.text
-msgctxt "mark_cells.xhp#par_id3146975.19.help.text"
-msgid "Do one of the following:"
+#. *0il
+#: numbers_text.xhp
+msgctxt ""
+"numbers_text.xhp\n"
+"bm_id3145068\n"
+"help.text"
+msgid "<bookmark_value>formats; text as numbers</bookmark_value> <bookmark_value>time format conversion</bookmark_value> <bookmark_value>date formats;conversion</bookmark_value> <bookmark_value>converting;text, into numbers</bookmark_value>"
msgstr ""
-#: mark_cells.xhp#par_id3163710.20.help.text
-msgid "Click, then Shift-click the cell."
+#. !:Ky
+#: numbers_text.xhp
+msgctxt ""
+"numbers_text.xhp\n"
+"hd_id0908200901265171\n"
+"help.text"
+msgid "<variable id=\"numbers_text\"><link href=\"text/scalc/guide/numbers_text.xhp\" name=\"Converting Text to Numbers\">Converting Text to Numbers</link></variable>"
msgstr ""
-#: mark_cells.xhp#par_id3149959.5.help.text
-msgid "Pressing the mouse button, drag a range across two cells, do not release the mouse button, and then drag back to the first cell. Release the mouse button. You can now move the individual cell by drag and drop."
+#. ?U$*
+#: numbers_text.xhp
+msgctxt ""
+"numbers_text.xhp\n"
+"par_id0908200901265127\n"
+"help.text"
+msgid "Calc converts text inside cells to the respective numeric values if an unambiguous conversion is possible. If no conversion is possible, Calc returns a #VALUE! error."
msgstr ""
-#: mark_cells.xhp#hd_id3154942.6.help.text
-msgid "Select various dispersed cells"
+#. +^Z@
+#: numbers_text.xhp
+msgctxt ""
+"numbers_text.xhp\n"
+"par_id0908200901265196\n"
+"help.text"
+msgid "Only integer numbers including exponent are converted, and ISO 8601 dates and times in their extended formats with separators. Anything else, like fractional numbers with decimal separators or dates other than ISO 8601, is not converted, as the text string would be locale dependent. Leading and trailing blanks are ignored."
msgstr ""
-#: mark_cells.xhp#par_id1001200901072060.help.text
-msgctxt "mark_cells.xhp#par_id1001200901072060.help.text"
-msgid "Do one of the following:"
+#. RZ/U
+#: numbers_text.xhp
+msgctxt ""
+"numbers_text.xhp\n"
+"par_id0908200901265220\n"
+"help.text"
+msgid "The following ISO 8601 formats are converted:"
msgstr ""
-#: mark_cells.xhp#par_id3156284.7.help.text
-msgid "Mark at least one cell. Then while pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, click each of the additional cells."
+#. WA;M
+#: numbers_text.xhp
+msgctxt ""
+"numbers_text.xhp\n"
+"par_id0908200901265288\n"
+"help.text"
+msgid "CCYY-MM-DD"
msgstr ""
-#: mark_cells.xhp#par_id1001200901072023.help.text
-msgid "Click the STD / EXT / ADD area in the status bar until it shows ADD. Now click all cells that you want to select."
+#. pE#q
+#: numbers_text.xhp
+msgctxt ""
+"numbers_text.xhp\n"
+"par_id0908200901265267\n"
+"help.text"
+msgid "CCYY-MM-DDThh:mm"
msgstr ""
-#: mark_cells.xhp#hd_id3146971.8.help.text
-msgid "Switch marking mode"
+#. OW3r
+#: numbers_text.xhp
+msgctxt ""
+"numbers_text.xhp\n"
+"par_id0908200901265248\n"
+"help.text"
+msgid "CCYY-MM-DDThh:mm:ss"
msgstr ""
-#: mark_cells.xhp#par_id3155064.9.help.text
-msgid "On the status bar, click the box with the legend STD / EXT / ADD to switch the marking mode:"
+#. ?kwG
+#: numbers_text.xhp
+msgctxt ""
+"numbers_text.xhp\n"
+"par_id0908200901265374\n"
+"help.text"
+msgid "CCYY-MM-DDThh:mm:ss,s"
msgstr ""
-#: mark_cells.xhp#par_id3159264.10.help.text
-msgid "Field contents"
+#. ;t-]
+#: numbers_text.xhp
+msgctxt ""
+"numbers_text.xhp\n"
+"par_id0908200901265327\n"
+"help.text"
+msgid "CCYY-MM-DDThh:mm:ss.s"
msgstr ""
-#: mark_cells.xhp#par_id3155337.11.help.text
-msgid "Effect of clicking the mouse"
+#. QNwM
+#: numbers_text.xhp
+msgctxt ""
+"numbers_text.xhp\n"
+"par_id0908200901265399\n"
+"help.text"
+msgid "hh:mm"
msgstr ""
-#: mark_cells.xhp#par_id3149568.12.help.text
-msgid "STD"
+#. _4.Y
+#: numbers_text.xhp
+msgctxt ""
+"numbers_text.xhp\n"
+"par_id0908200901265347\n"
+"help.text"
+msgid "hh:mm:ss"
msgstr ""
-#: mark_cells.xhp#par_id3148486.13.help.text
-msgid "A mouse click selects the cell you have clicked on. Unmarks all marked cells."
+#. !S\z
+#: numbers_text.xhp
+msgctxt ""
+"numbers_text.xhp\n"
+"par_id0908200901265349\n"
+"help.text"
+msgid "hh:mm:ss,s"
msgstr ""
-#: mark_cells.xhp#par_id3150090.14.help.text
-msgid "EXT"
+#. ;6`^
+#: numbers_text.xhp
+msgctxt ""
+"numbers_text.xhp\n"
+"par_id0908200901265342\n"
+"help.text"
+msgid "hh:mm:ss.s"
msgstr ""
-#: mark_cells.xhp#par_id3150305.15.help.text
-msgid "A mouse click marks a rectangular range from the current cell to the cell you clicked. Alternatively, Shift-click a cell."
+#. *z+q
+#: numbers_text.xhp
+msgctxt ""
+"numbers_text.xhp\n"
+"par_id0908200901265491\n"
+"help.text"
+msgid "The century code CC may not be omitted. Instead of the T date and time separator, exactly one space character may be used."
msgstr ""
-#: mark_cells.xhp#par_id3145587.16.help.text
-msgid "ADD"
+#. (%V-
+#: numbers_text.xhp
+msgctxt ""
+"numbers_text.xhp\n"
+"par_id0908200901265467\n"
+"help.text"
+msgid "If a date is given, it must be a valid Gregorian calendar date. In this case the optional time must be in the range 00:00 to 23:59:59.99999..."
msgstr ""
-#: mark_cells.xhp#par_id3154368.17.help.text
-msgid "A mouse click in a cell adds it to the already marked cells. A mouse click in a marked cell unmarks it. Alternatively, <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>-click the cells."
+#. )GX+
+#: numbers_text.xhp
+msgctxt ""
+"numbers_text.xhp\n"
+"par_id0908200901265420\n"
+"help.text"
+msgid "If only a time string is given, it may have an hours value of more than 24, while minutes and seconds can have a maximum value of 59."
msgstr ""
-#: mark_cells.xhp#par_id3154487.18.help.text
-msgid "<link href=\"text/scalc/main0208.xhp\" name=\"Status bar\">Status bar</link>"
+#. -k;y
+#: numbers_text.xhp
+msgctxt ""
+"numbers_text.xhp\n"
+"par_id0908200901265448\n"
+"help.text"
+msgid "The conversion is done for single arguments only, as in =A1+A2, or =\"1E2\"+1. Cell range arguments are not affected, so SUM(A1:A2) differs from A1+A2 if at least one of the two cells contain a convertible string."
msgstr ""
-#: formula_copy.xhp#tit.help.text
-msgid "Copying Formulas"
+#. \M,,
+#: numbers_text.xhp
+msgctxt ""
+"numbers_text.xhp\n"
+"par_id090820090126540\n"
+"help.text"
+msgid "Strings inside formulas are also converted, such as in =\"1999-11-22\"+42, which returns the date 42 days after November 22nd, 1999. Calculations involving localized dates as strings inside the formula return an error. For example, the localized date string \"11/22/1999\" or \"22.11.1999\" cannot be used for the automatic conversion."
msgstr ""
-#: formula_copy.xhp#bm_id3151113.help.text
-msgid "<bookmark_value>formulas; copying and pasting</bookmark_value><bookmark_value>copying; formulas</bookmark_value><bookmark_value>pasting;formulas</bookmark_value>"
+#. F6Na
+#: numbers_text.xhp
+msgctxt ""
+"numbers_text.xhp\n"
+"hd_id1005200903485368\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითად"
+
+#. f@wy
+#: numbers_text.xhp
+msgctxt ""
+"numbers_text.xhp\n"
+"par_id1005200903485359\n"
+"help.text"
+msgid "In A1 enter the text <item type=\"literal\">'1e2</item> (which is converted to the number 100 internally)."
msgstr ""
-#: formula_copy.xhp#hd_id3151113.54.help.text
-msgid "<variable id=\"formula_copy\"><link href=\"text/scalc/guide/formula_copy.xhp\" name=\"Copying Formulas\">Copying Formulas</link></variable>"
+#. =+.J
+#: numbers_text.xhp
+msgctxt ""
+"numbers_text.xhp\n"
+"par_id1005200903485341\n"
+"help.text"
+msgid "In A2 enter <item type=\"literal\">=A1+1</item> (which correctly results in 101)."
msgstr ""
-#: formula_copy.xhp#par_id3156424.11.help.text
-msgid "There are various ways to copy a formula. One suggested method is:"
+#. JABv
+#: numbers_text.xhp
+msgctxt ""
+"numbers_text.xhp\n"
+"par_id0908200901265544\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Format - Cells - Numbers</link>"
msgstr ""
-#: formula_copy.xhp#par_id3150439.30.help.text
-msgctxt "formula_copy.xhp#par_id3150439.30.help.text"
-msgid "Select the cell containing the formula."
+#. X*TJ
+#: note_insert.xhp
+msgctxt ""
+"note_insert.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting and Editing Comments"
msgstr ""
-#: formula_copy.xhp#par_id3154319.31.help.text
-msgid "Choose <emph>Edit - Copy</emph>, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C to copy it."
+#. `8dg
+#: note_insert.xhp
+msgctxt ""
+"note_insert.xhp\n"
+"bm_id3153968\n"
+"help.text"
+msgid "<bookmark_value>comments; on cells</bookmark_value> <bookmark_value>cells;comments</bookmark_value> <bookmark_value>remarks on cells</bookmark_value> <bookmark_value>formatting;comments on cells</bookmark_value> <bookmark_value>viewing;comments on cells</bookmark_value> <bookmark_value>displaying; comments</bookmark_value>"
msgstr ""
-#: formula_copy.xhp#par_id3159155.32.help.text
-msgid "Select the cell into which you want the formula to be copied."
+#. Ik;[
+#: note_insert.xhp
+msgctxt ""
+"note_insert.xhp\n"
+"hd_id3153968\n"
+"31\n"
+"help.text"
+msgid "<variable id=\"note_insert\"><link href=\"text/scalc/guide/note_insert.xhp\" name=\"Inserting and Editing Comments\">Inserting and Editing Comments</link></variable>"
msgstr ""
-#: formula_copy.xhp#par_id3153728.33.help.text
-msgid "Choose <emph>Edit - Paste</emph>, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V. The formula will be positioned in the new cell."
+#. 8`_`
+#: note_insert.xhp
+msgctxt ""
+"note_insert.xhp\n"
+"par_id3150440\n"
+"32\n"
+"help.text"
+msgid "You can assign a comment to each cell by choosing <link href=\"text/shared/01/04050000.xhp\" name=\"Insert - Comment\"><emph>Insert - Comment</emph></link>. The comment is indicated by a small red square, the comment indicator, in the cell."
msgstr ""
-#: formula_copy.xhp#par_id3149961.34.help.text
-msgid "If you want to copy a formula into multiple cells, there is a quick and easy way to copy into adjacent cell areas:"
+#. Gn74
+#: note_insert.xhp
+msgctxt ""
+"note_insert.xhp\n"
+"par_id3145750\n"
+"34\n"
+"help.text"
+msgid "The comment is visible whenever the mouse pointer is over the cell, provided you have activated <emph>Help - Tips</emph> or - <emph>Extended Tips</emph>."
msgstr ""
-#: formula_copy.xhp#par_id3149400.12.help.text
-msgctxt "formula_copy.xhp#par_id3149400.12.help.text"
-msgid "Select the cell containing the formula."
+#. bGKq
+#: note_insert.xhp
+msgctxt ""
+"note_insert.xhp\n"
+"par_id3148575\n"
+"33\n"
+"help.text"
+msgid "When you select the cell, you can choose <emph>Show Comment</emph> from the context menu of the cell. Doing so keeps the comment visible until you deactivate the <emph>Show Comment</emph> command from the same context menu."
msgstr ""
-#: formula_copy.xhp#par_id3154018.13.help.text
-msgid "Position the mouse on the bottom right of the highlighted border of the cell, and continue holding down the mouse button until the pointer changes to a cross-hair symbol."
+#. I4MF
+#: note_insert.xhp
+msgctxt ""
+"note_insert.xhp\n"
+"par_id3149958\n"
+"35\n"
+"help.text"
+msgid "To edit a permanently visible comment, just click in it. If you delete the entire text of the comment, the comment itself is deleted."
msgstr ""
-#: formula_copy.xhp#par_id3150749.14.help.text
-msgid "With the mouse button pressed, drag it down or to the right over all the cells into which you want to copy the formula."
+#. M/mm
+#: note_insert.xhp
+msgctxt ""
+"note_insert.xhp\n"
+"par_idN10699\n"
+"help.text"
+msgid "Move or resize each comment as you like."
msgstr ""
-#: formula_copy.xhp#par_id3153714.15.help.text
-msgid "When you release the mouse button, the formula will be copied into the cells and automatically adjusted."
+#. Aq4T
+#: note_insert.xhp
+msgctxt ""
+"note_insert.xhp\n"
+"par_idN1069D\n"
+"help.text"
+msgid "Format each comment by specifying background color, transparency, border style, and text alignment. Choose the commands from the context menu of the comment."
msgstr ""
-#: formula_copy.xhp#par_id3156385.53.help.text
-msgid "If you do not want values and texts to be automatically adjusted, then hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key when dragging. Formulas, however, are always adjusted accordingly."
+#. HjD^
+#: note_insert.xhp
+msgctxt ""
+"note_insert.xhp\n"
+"par_id3144764\n"
+"38\n"
+"help.text"
+msgid "To show or hide the comment indicator, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph> and mark or unmark the <emph>Comment indicator</emph> check box."
msgstr ""
-#: print_details.xhp#tit.help.text
-msgid "Printing Sheet Details"
+#. h$XZ
+#: note_insert.xhp
+msgctxt ""
+"note_insert.xhp\n"
+"par_id3150715\n"
+"39\n"
+"help.text"
+msgid "To display a help tip for a selected cell, use <emph>Data - Validity - Input Help</emph>."
msgstr ""
-#: print_details.xhp#bm_id3154346.help.text
-msgid "<bookmark_value>printing;sheet details</bookmark_value><bookmark_value>sheets; printing details</bookmark_value><bookmark_value>grids; printing sheet grids</bookmark_value><bookmark_value>formulas; printing, instead of results</bookmark_value><bookmark_value>comments; printing</bookmark_value><bookmark_value>charts;printing</bookmark_value><bookmark_value>sheet grids; printing</bookmark_value><bookmark_value>cells; printing grids</bookmark_value><bookmark_value>borders; printing cells</bookmark_value><bookmark_value>zero values; printing</bookmark_value><bookmark_value>null values; printing</bookmark_value><bookmark_value>draw objects;printing</bookmark_value>"
+#. OqK^
+#: note_insert.xhp
+msgctxt ""
+"note_insert.xhp\n"
+"par_id3153707\n"
+"36\n"
+"help.text"
+msgid "<link href=\"text/shared/01/04050000.xhp\" name=\"Insert - Comment\">Insert - Comment</link>"
msgstr ""
-#: print_details.xhp#hd_id3154346.1.help.text
-msgid "<variable id=\"print_details\"><link href=\"text/scalc/guide/print_details.xhp\" name=\"Printing Sheet Details\">Printing Sheet Details</link></variable>"
+#. @VOY
+#: autoformat.xhp
+msgctxt ""
+"autoformat.xhp\n"
+"tit\n"
+"help.text"
+msgid "Using AutoFormat for Tables"
msgstr ""
-#: print_details.xhp#par_id3153728.2.help.text
-msgid "When printing a sheet you can select which details are to be printed:"
+#. afDy
+#: autoformat.xhp
+msgctxt ""
+"autoformat.xhp\n"
+"bm_id3155132\n"
+"help.text"
+msgid "<bookmark_value>tables; AutoFormat function</bookmark_value> <bookmark_value>defining;AutoFormat function for tables</bookmark_value> <bookmark_value>AutoFormat function</bookmark_value> <bookmark_value>formats; automatically formatting spreadsheets</bookmark_value> <bookmark_value>automatic formatting in spreadsheets</bookmark_value> <bookmark_value>sheets;AutoFormat function</bookmark_value>"
msgstr ""
-#: print_details.xhp#par_id3150010.3.help.text
-msgid "Row and column headers"
+#. Cz;2
+#: autoformat.xhp
+msgctxt ""
+"autoformat.xhp\n"
+"hd_id3155132\n"
+"11\n"
+"help.text"
+msgid "<variable id=\"autoformat\"><link href=\"text/scalc/guide/autoformat.xhp\" name=\"Using AutoFormat for Tables\">Applying Automatic Formatting to a Selected Cell Range</link></variable>"
msgstr ""
-#: print_details.xhp#par_id3154013.4.help.text
-msgid "Sheet grid"
+#. LT\l
+#: autoformat.xhp
+msgctxt ""
+"autoformat.xhp\n"
+"par_id3149401\n"
+"12\n"
+"help.text"
+msgid "You can use the AutoFormat feature to quickly apply a format to a sheet or a selected cell range."
msgstr ""
-#: print_details.xhp#par_id3145273.5.help.text
-msgid "Comments"
-msgstr "შიგთავსი"
+#. 2dO(
+#: autoformat.xhp
+msgctxt ""
+"autoformat.xhp\n"
+"par_idN10702\n"
+"help.text"
+msgid "To Apply an AutoFormat to a Sheet or Selected Cell Range"
+msgstr ""
-#: print_details.xhp#par_id3145801.6.help.text
-msgid "Objects and graphics"
+#. ;rb,
+#: autoformat.xhp
+msgctxt ""
+"autoformat.xhp\n"
+"par_idN106CE\n"
+"help.text"
+msgid "Select the cells, including the column and row headers, that you want to format."
msgstr ""
-#: print_details.xhp#par_id3154491.7.help.text
-msgid "Charts"
-msgstr "დიაგრამები"
+#. s=$W
+#: autoformat.xhp
+msgctxt ""
+"autoformat.xhp\n"
+"par_idN106D5\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Format - AutoFormat</item>."
+msgstr ""
-#: print_details.xhp#par_id3154731.8.help.text
-msgid "Drawing objects"
-msgstr "ხატვის ობიქტები"
+#. \!MD
+#: autoformat.xhp
+msgctxt ""
+"autoformat.xhp\n"
+"par_id3151242\n"
+"27\n"
+"help.text"
+msgid "To select which properties to include in an AutoFormat, click <emph>More</emph>."
+msgstr ""
-#: print_details.xhp#par_id3149400.9.help.text
-msgid "Formulas"
-msgstr "ფორმულები"
+#. g,R=
+#: autoformat.xhp
+#, fuzzy
+msgctxt ""
+"autoformat.xhp\n"
+"par_idN10715\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-#: print_details.xhp#par_id3150752.10.help.text
-msgid "To choose the details proceed as follows:"
+#. !:Qs
+#: autoformat.xhp
+msgctxt ""
+"autoformat.xhp\n"
+"par_idN1075D\n"
+"help.text"
+msgid "The format is applied to the selected range of cells."
msgstr ""
-#: print_details.xhp#par_id3145640.11.help.text
-msgid "Select the sheet you want to print."
+#. ,\Gi
+#: autoformat.xhp
+msgctxt ""
+"autoformat.xhp\n"
+"par_id3149210\n"
+"14\n"
+"help.text"
+msgid "If you do not see any change in color of the cell contents, choose <item type=\"menuitem\">View - Value Highlighting</item>."
msgstr ""
-#: print_details.xhp#par_id3150042.12.help.text
-msgctxt "print_details.xhp#par_id3150042.12.help.text"
-msgid "Choose <emph>Format - Page</emph>."
+#. oa*X
+#: autoformat.xhp
+msgctxt ""
+"autoformat.xhp\n"
+"par_id3155379\n"
+"22\n"
+"help.text"
+msgid "To Define an AutoFormat for Spreadsheets"
msgstr ""
-#: print_details.xhp#par_id3147340.13.help.text
-msgid "The command is not visible if the sheet was opened with write protection on. In that case, click the <emph>Edit File </emph>icon on the <emph>Standard</emph> Bar."
+#. vNM5
+#: autoformat.xhp
+msgctxt ""
+"autoformat.xhp\n"
+"par_id3148868\n"
+"26\n"
+"help.text"
+msgid "You can define a new AutoFormat that is available to all spreadsheets."
msgstr ""
-#: print_details.xhp#par_id3146916.14.help.text
-msgid "Select the <emph>Sheet</emph> tab. In the <emph>Print </emph>area mark the details to be printed and click OK."
+#. Kfr=
+#: autoformat.xhp
+msgctxt ""
+"autoformat.xhp\n"
+"par_id3152985\n"
+"23\n"
+"help.text"
+msgid "Format a sheet."
msgstr ""
-#: print_details.xhp#par_id3145789.15.help.text
-msgid "Print the document."
+#. gW-b
+#: autoformat.xhp
+msgctxt ""
+"autoformat.xhp\n"
+"par_id3145384\n"
+"24\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Edit - Select All</item>."
msgstr ""
-#: print_details.xhp#par_id3150345.16.help.text
-msgctxt "print_details.xhp#par_id3150345.16.help.text"
-msgid "<link href=\"text/scalc/01/03100000.xhp\" name=\"View - Page Break Preview\">View - Page Break Preview</link>"
+#. JYi,
+#: autoformat.xhp
+msgctxt ""
+"autoformat.xhp\n"
+"par_id3153815\n"
+"25\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Format - AutoFormat</item>."
msgstr ""
-#: cell_unprotect.xhp#tit.help.text
-msgid "Unprotecting Cells"
-msgstr ""
+#. no[K
+#: autoformat.xhp
+msgctxt ""
+"autoformat.xhp\n"
+"par_idN107A9\n"
+"help.text"
+msgid "Click <emph>Add</emph>."
+msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-#: cell_unprotect.xhp#bm_id3153252.help.text
-msgid "<bookmark_value>cell protection; unprotecting</bookmark_value> <bookmark_value>protecting; unprotecting cells</bookmark_value> <bookmark_value>unprotecting cells</bookmark_value>"
+#. E?O%
+#: autoformat.xhp
+msgctxt ""
+"autoformat.xhp\n"
+"par_idN10760\n"
+"help.text"
+msgid "In the <emph>Name</emph> box of the <emph>Add AutoFormat</emph> dialog, enter a name for the format."
msgstr ""
-#: cell_unprotect.xhp#hd_id3153252.14.help.text
-msgid "<variable id=\"cell_unprotect\"><link href=\"text/scalc/guide/cell_unprotect.xhp\" name=\"Unprotecting Cells\">Unprotecting Cells</link> </variable>"
-msgstr ""
+#. RaM!
+#: autoformat.xhp
+#, fuzzy
+msgctxt ""
+"autoformat.xhp\n"
+"par_idN107C3\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-#: cell_unprotect.xhp#par_id3151112.15.help.text
-msgid "Click the sheet for which you want to cancel the protection."
+#. 4R;W
+#: autoformat.xhp
+msgctxt ""
+"autoformat.xhp\n"
+"par_id3159203\n"
+"28\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05110000.xhp\" name=\"Format - AutoFormat\">Format - AutoFormat</link>"
msgstr ""
-#: cell_unprotect.xhp#par_id3149656.16.help.text
-msgid "Select <emph>Tools - Protect Document</emph>, then choose <emph>Sheet</emph> or <emph>Document</emph> to remove the check mark indicating the protected status."
+#. DP/a
+#: table_view.xhp
+msgctxt ""
+"table_view.xhp\n"
+"tit\n"
+"help.text"
+msgid "Changing Table Views"
msgstr ""
-#: cell_unprotect.xhp#par_id3145171.17.help.text
-msgid "If you have assigned a password, enter it in this dialog and click <emph>OK</emph>."
+#. ^qh,
+#: table_view.xhp
+msgctxt ""
+"table_view.xhp\n"
+"bm_id3147304\n"
+"help.text"
+msgid "<bookmark_value>row headers; hiding</bookmark_value><bookmark_value>column headers; hiding</bookmark_value><bookmark_value>tables; views</bookmark_value><bookmark_value>views; tables</bookmark_value><bookmark_value>grids;hiding lines in sheets</bookmark_value><bookmark_value>hiding;headers/grid lines</bookmark_value><bookmark_value>changing;table views</bookmark_value>"
msgstr ""
-#: cell_unprotect.xhp#par_id3153771.18.help.text
-msgid "The cells can now be edited, the formulas can be viewed, and all cells can be printed until you reactivate the protection for the sheet or document."
+#. sMu?
+#: table_view.xhp
+msgctxt ""
+"table_view.xhp\n"
+"hd_id3147304\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"table_view\"><link href=\"text/scalc/guide/table_view.xhp\" name=\"Changing Table Views\">Changing Table Views</link></variable>"
msgstr ""
-#: cell_enter.xhp#tit.help.text
-msgid "Entering Values"
+#. 1OfI
+#: table_view.xhp
+msgctxt ""
+"table_view.xhp\n"
+"par_id3153192\n"
+"2\n"
+"help.text"
+msgid "To hide column and line headers in a table:"
msgstr ""
-#: cell_enter.xhp#bm_id3150868.help.text
-msgid "<bookmark_value>values; inserting in multiple cells</bookmark_value> <bookmark_value>inserting;values</bookmark_value> <bookmark_value>cell ranges;selecting for data entries</bookmark_value> <bookmark_value>areas, see also cell ranges</bookmark_value>"
+#. _eiT
+#: table_view.xhp
+msgctxt ""
+"table_view.xhp\n"
+"par_id3153768\n"
+"3\n"
+"help.text"
+msgid "Under the menu item <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc,</emph> go to the <emph>View</emph> tab page. Unmark<emph> Column/row headers</emph>. Confirm with <emph>OK</emph>."
msgstr ""
-#: cell_enter.xhp#hd_id3405255.help.text
-msgid "<variable id=\"cell_enter\"><link href=\"text/scalc/guide/cell_enter.xhp\">Entering Values</link></variable>"
+#. Kpj^
+#: table_view.xhp
+msgctxt ""
+"table_view.xhp\n"
+"par_id3147436\n"
+"4\n"
+"help.text"
+msgid "To hide grid lines:"
msgstr ""
-#: cell_enter.xhp#par_id7147129.help.text
-msgid "Calc can simplify entering data and values into multiple cells. You can change some settings to conform to your preferences."
+#. |kzP
+#: table_view.xhp
+msgctxt ""
+"table_view.xhp\n"
+"par_id3153726\n"
+"5\n"
+"help.text"
+msgid "Under the menu item <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph><emph>,</emph> go to the <emph>View</emph> tab page. Unmark <emph>Grid lines</emph>. Confirm with <emph>OK</emph>."
msgstr ""
-#: cell_enter.xhp#hd_id5621509.help.text
-msgid "To Enter Values Into a Range of Cells Manually"
+#. =g-Q
+#: calc_timevalues.xhp
+msgctxt ""
+"calc_timevalues.xhp\n"
+"tit\n"
+"help.text"
+msgid "Calculating Time Differences"
msgstr ""
-#: cell_enter.xhp#par_id8200018.help.text
-msgid "There are two features that assist you when you enter a block of data manually."
+#. a.?O
+#: calc_timevalues.xhp
+msgctxt ""
+"calc_timevalues.xhp\n"
+"bm_id3150769\n"
+"help.text"
+msgid "<bookmark_value>calculating;time differences</bookmark_value><bookmark_value>time differences</bookmark_value>"
msgstr ""
-#: cell_enter.xhp#hd_id1867427.help.text
-msgid "Area Detection for New Rows"
+#. `LWF
+#: calc_timevalues.xhp
+msgctxt ""
+"calc_timevalues.xhp\n"
+"hd_id3150769\n"
+"53\n"
+"help.text"
+msgid "<variable id=\"calc_timevalues\"><link href=\"text/scalc/guide/calc_timevalues.xhp\" name=\"Calculating Time Differences\">Calculating Time Differences</link></variable>"
msgstr ""
-#: cell_enter.xhp#par_id7908871.help.text
-msgid "In the row below a heading row, you can advance from one cell to the next with the Tab key. After you enter the value into the last cell in the current row, press Enter. Calc positions the cursor below the first cell of the current block."
+#. *4M}
+#: calc_timevalues.xhp
+msgctxt ""
+"calc_timevalues.xhp\n"
+"par_id3149263\n"
+"54\n"
+"help.text"
+msgid "If you want to calculate time differences, for example, the time between 23:30 and 01:10 in the same night, use the following formula:"
msgstr ""
-#: cell_enter.xhp#par_id6196783.help.text
-msgid "<image id=\"img_id6473586\" src=\"res/helpimg/area1.png\" width=\"4.8335in\" height=\"1.5937in\"><alt id=\"alt_id6473586\">area detection</alt></image>"
+#. {@Ux
+#: calc_timevalues.xhp
+msgctxt ""
+"calc_timevalues.xhp\n"
+"par_id3159153\n"
+"55\n"
+"help.text"
+msgid "=(B2<A2)+B2-A2"
msgstr ""
-#: cell_enter.xhp#par_id8118839.help.text
-msgid "In row 3, press Tab to advance from cell B3 to C3, D3, and E3. Then press Enter to advance to B4."
+#. 20aT
+#: calc_timevalues.xhp
+msgctxt ""
+"calc_timevalues.xhp\n"
+"par_id3152598\n"
+"56\n"
+"help.text"
+msgid "The later time is B2 and the earlier time is A2. The result of the example is 01:40 or 1 hour and 40 minutes."
msgstr ""
-#: cell_enter.xhp#hd_id3583788.help.text
-msgid "Area Selection"
+#. bz(E
+#: calc_timevalues.xhp
+msgctxt ""
+"calc_timevalues.xhp\n"
+"par_id3145271\n"
+"57\n"
+"help.text"
+msgid "In the formula, an entire 24-hour day has a value of 1 and one hour has a value of 1/24. The logical value in parentheses is 0 or 1, corresponding to 0 or 24 hours. The result returned by the formula is automatically issued in time format due to the sequence of the operands."
msgstr ""
-#: cell_enter.xhp#par_id2011780.help.text
-msgid "Use drag-and-drop to select the area where you want to input values. But start dragging from the last cell of the area and release the mouse button when you have selected the first cell. Now you can start to input values. Always press the Tab key to advance to the next cell. You will not leave the selected area."
+#. -PoE
+#: text_numbers.xhp
+msgctxt ""
+"text_numbers.xhp\n"
+"tit\n"
+"help.text"
+msgid "Formatting Numbers as Text"
msgstr ""
-#: cell_enter.xhp#par_id7044282.help.text
-msgid "<image id=\"img_id2811365\" src=\"res/helpimg/area2.png\" width=\"4.8335in\" height=\"1.5937in\"><alt id=\"alt_id2811365\">area selection</alt></image>"
+#. FjdL
+#: text_numbers.xhp
+msgctxt ""
+"text_numbers.xhp\n"
+"bm_id3145068\n"
+"help.text"
+msgid "<bookmark_value>numbers;entering as text</bookmark_value> <bookmark_value>text formats; for numbers</bookmark_value> <bookmark_value>formats; numbers as text</bookmark_value> <bookmark_value>cell formats; text/numbers</bookmark_value> <bookmark_value>formatting;numbers as text</bookmark_value>"
msgstr ""
-#: cell_enter.xhp#par_id3232520.help.text
-msgid "Select the area from E7 to B3. Now B3 is waiting for your input. Press Tab to advance to the next cell within the selected area."
+#. oi7s
+#: text_numbers.xhp
+msgctxt ""
+"text_numbers.xhp\n"
+"hd_id3145068\n"
+"46\n"
+"help.text"
+msgid "<variable id=\"text_numbers\"><link href=\"text/scalc/guide/text_numbers.xhp\" name=\"Formatting Numbers as Text\">Formatting Numbers as Text</link></variable>"
msgstr ""
-#: cell_enter.xhp#hd_id8950163.help.text
-msgid "To Enter Values to a Range of Cells Automatically"
+#. _A%r
+#: text_numbers.xhp
+msgctxt ""
+"text_numbers.xhp\n"
+"par_id3156280\n"
+"43\n"
+"help.text"
+msgid "You can format numbers as text in $[officename] Calc. Open the context menu of a cell or range of cells and choose <emph>Format Cells - Numbers</emph>, then select \"Text\" from the <emph>Category</emph> list. Any numbers subsequently entered into the formatted range are interpreted as text. The display of these \"numbers\" is left-justified, just as with other text."
msgstr ""
-#: cell_enter.xhp#par_id633869.help.text
-msgid "See <link href=\"text/scalc/guide/calc_series.xhp\">Automatically Filling in Data Based on Adjacent Cells</link>."
+#. 2F,h
+#: text_numbers.xhp
+msgctxt ""
+"text_numbers.xhp\n"
+"par_id3149377\n"
+"44\n"
+"help.text"
+msgid "If you have already entered normal numbers in cells and have afterwards changed the format of the cells to \"Text\", the numbers will remain normal numbers. They will not be converted. Only numbers entered afterwards, or numbers which are then edited, will become text numbers."
msgstr ""
-#: autoformat.xhp#tit.help.text
-msgid "Using AutoFormat for Tables"
+#. U%p,
+#: text_numbers.xhp
+msgctxt ""
+"text_numbers.xhp\n"
+"par_id3144765\n"
+"45\n"
+"help.text"
+msgid "If you decide to enter a number directly as text, enter an apostrophe (') first. For example, for years in column headings, you can enter '1999, '2000 and '2001. The apostrophe is not visible in the cell, it only indicates that the entry is to be recognized as a text. This is useful if, for example, you enter a telephone number or postal code that begins with a zero (0), because a zero (0) at the start of a sequence of digits is removed in normal number formats."
msgstr ""
-#: autoformat.xhp#bm_id3155132.help.text
-msgid "<bookmark_value>tables; AutoFormat function</bookmark_value> <bookmark_value>defining;AutoFormat function for tables</bookmark_value> <bookmark_value>AutoFormat function</bookmark_value> <bookmark_value>formats; automatically formatting spreadsheets</bookmark_value> <bookmark_value>automatic formatting in spreadsheets</bookmark_value> <bookmark_value>sheets;AutoFormat function</bookmark_value>"
+#. dN+x
+#: text_numbers.xhp
+msgctxt ""
+"text_numbers.xhp\n"
+"par_id3156284\n"
+"47\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Format - Cells - Numbers</link>"
msgstr ""
-#: autoformat.xhp#hd_id3155132.11.help.text
-msgid "<variable id=\"autoformat\"><link href=\"text/scalc/guide/autoformat.xhp\" name=\"Using AutoFormat for Tables\">Applying Automatic Formatting to a Selected Cell Range</link></variable>"
+#. S#rE
+#: html_doc.xhp
+msgctxt ""
+"html_doc.xhp\n"
+"tit\n"
+"help.text"
+msgid "Saving and Opening Sheets in HTML"
msgstr ""
-#: autoformat.xhp#par_id3149401.12.help.text
-msgid "You can use the AutoFormat feature to quickly apply a format to a sheet or a selected cell range."
+#. Yzms
+#: html_doc.xhp
+msgctxt ""
+"html_doc.xhp\n"
+"bm_id3150542\n"
+"help.text"
+msgid "<bookmark_value>HTML; sheets</bookmark_value><bookmark_value>sheets; HTML</bookmark_value><bookmark_value>saving; sheets in HTML</bookmark_value><bookmark_value>opening; sheets in HTML</bookmark_value>"
msgstr ""
-#: autoformat.xhp#par_idN10702.help.text
-msgid "To Apply an AutoFormat to a Sheet or Selected Cell Range"
+#. RDBY
+#: html_doc.xhp
+msgctxt ""
+"html_doc.xhp\n"
+"hd_id3150542\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"html_doc\"><link href=\"text/scalc/guide/html_doc.xhp\" name=\"Saving and Opening Sheets in HTML\">Saving and Opening Sheets in HTML</link></variable>"
msgstr ""
-#: autoformat.xhp#par_idN106CE.help.text
-msgid "Select the cells, including the column and row headers, that you want to format."
+#. La*)
+#: html_doc.xhp
+msgctxt ""
+"html_doc.xhp\n"
+"hd_id3154124\n"
+"2\n"
+"help.text"
+msgid "Saving Sheets in HTML"
msgstr ""
-#: autoformat.xhp#par_idN106D5.help.text
-msgctxt "autoformat.xhp#par_idN106D5.help.text"
-msgid "Choose <item type=\"menuitem\">Format - AutoFormat</item>."
+#. 8cbT
+#: html_doc.xhp
+msgctxt ""
+"html_doc.xhp\n"
+"par_id3145785\n"
+"3\n"
+"help.text"
+msgid "<item type=\"productname\">%PRODUCTNAME</item> Calc saves all the sheets of a Calc document together as an HTML document. At the beginning of the HTML document, a heading and a list of hyperlinks are automatically added which lead to the individual sheets within the document."
msgstr ""
-#: autoformat.xhp#par_id3151242.27.help.text
-msgid "To select which properties to include in an AutoFormat, click <emph>More</emph>."
+#. 6RO)
+#: html_doc.xhp
+msgctxt ""
+"html_doc.xhp\n"
+"par_id3155854\n"
+"4\n"
+"help.text"
+msgid "Numbers are shown as written. In addition, in the <SDVAL> HTML tag, the exact internal number value is written so that after opening the HTML document with <item type=\"productname\">%PRODUCTNAME</item> you know you have the exact values."
msgstr ""
-#: autoformat.xhp#par_idN10715.help.text
-#, fuzzy
-msgctxt "autoformat.xhp#par_idN10715.help.text"
-msgid "Click <emph>OK</emph>."
-msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-
-#: autoformat.xhp#par_idN1075D.help.text
-msgid "The format is applied to the selected range of cells."
+#. QC?B
+#: html_doc.xhp
+msgctxt ""
+"html_doc.xhp\n"
+"par_id3153188\n"
+"5\n"
+"help.text"
+msgid "To save the current Calc document as HTML, choose <emph>File - Save As</emph>."
msgstr ""
-#: autoformat.xhp#par_id3149210.14.help.text
-msgid "If you do not see any change in color of the cell contents, choose <item type=\"menuitem\">View - Value Highlighting</item>."
+#. mYdK
+#: html_doc.xhp
+msgctxt ""
+"html_doc.xhp\n"
+"par_id3148645\n"
+"6\n"
+"help.text"
+msgid "In the <emph>File type</emph> list box, in the area with the other <item type=\"productname\">%PRODUCTNAME</item> Calc filters, choose the file type \"HTML Document (<item type=\"productname\">%PRODUCTNAME</item> Calc)\"."
msgstr ""
-#: autoformat.xhp#par_id3155379.22.help.text
-msgid "To Define an AutoFormat for Spreadsheets"
+#. oI9]
+#: html_doc.xhp
+msgctxt ""
+"html_doc.xhp\n"
+"par_id3154729\n"
+"7\n"
+"help.text"
+msgid "Enter a <emph>File name</emph> and click <emph>Save</emph>."
msgstr ""
-#: autoformat.xhp#par_id3148868.26.help.text
-msgid "You can define a new AutoFormat that is available to all spreadsheets."
+#. 2SrG
+#: html_doc.xhp
+msgctxt ""
+"html_doc.xhp\n"
+"hd_id3149379\n"
+"8\n"
+"help.text"
+msgid "Opening Sheets in HTML"
msgstr ""
-#: autoformat.xhp#par_id3152985.23.help.text
-msgid "Format a sheet."
+#. \H=y
+#: html_doc.xhp
+msgctxt ""
+"html_doc.xhp\n"
+"par_id3149959\n"
+"10\n"
+"help.text"
+msgid "<item type=\"productname\">%PRODUCTNAME</item> offers various filters for opening HTML files, which you can select under <emph>File - Open</emph> in the <emph>Files of type</emph> list box:"
msgstr ""
-#: autoformat.xhp#par_id3145384.24.help.text
-msgid "Choose <item type=\"menuitem\">Edit - Select All</item>."
+#. [Q^p
+#: html_doc.xhp
+msgctxt ""
+"html_doc.xhp\n"
+"par_id3146969\n"
+"15\n"
+"help.text"
+msgid "Choose the file type \"HTML Document (<item type=\"productname\">%PRODUCTNAME</item> Calc)\" to open in <item type=\"productname\">%PRODUCTNAME</item> Calc."
msgstr ""
-#: autoformat.xhp#par_id3153815.25.help.text
-msgctxt "autoformat.xhp#par_id3153815.25.help.text"
-msgid "Choose <item type=\"menuitem\">Format - AutoFormat</item>."
+#. Az5|
+#: html_doc.xhp
+msgctxt ""
+"html_doc.xhp\n"
+"par_id3155446\n"
+"16\n"
+"help.text"
+msgid "All <item type=\"productname\">%PRODUCTNAME</item> Calc options are now available to you. However, not all options that <item type=\"productname\">%PRODUCTNAME</item> Calc offers for editing can be saved in HTML format."
msgstr ""
-#: autoformat.xhp#par_idN107A9.help.text
-msgid "Click <emph>Add</emph>."
-msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-
-#: autoformat.xhp#par_idN10760.help.text
-msgid "In the <emph>Name</emph> box of the <emph>Add AutoFormat</emph> dialog, enter a name for the format."
+#. 6E5T
+#: html_doc.xhp
+msgctxt ""
+"html_doc.xhp\n"
+"par_id3150370\n"
+"17\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01020000.xhp\" name=\"File - Open\">File - Open</link>"
msgstr ""
-#: autoformat.xhp#par_idN107C3.help.text
-#, fuzzy
-msgctxt "autoformat.xhp#par_idN107C3.help.text"
-msgid "Click <emph>OK</emph>."
-msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-
-#: autoformat.xhp#par_id3159203.28.help.text
-msgid "<link href=\"text/scalc/01/05110000.xhp\" name=\"Format - AutoFormat\">Format - AutoFormat</link>"
+#. #Px:
+#: html_doc.xhp
+msgctxt ""
+"html_doc.xhp\n"
+"par_id3150199\n"
+"18\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01070000.xhp\" name=\"File - Save As\">File - Save As</link>"
msgstr ""
-#: datapilot_deletetable.xhp#tit.help.text
-#, fuzzy
-msgid "Deleting Pivot Tables"
-msgstr "შიგთავის წაშლა"
-
-#: datapilot_deletetable.xhp#bm_id3153726.help.text
+#. Bm?Q
+#: datapilot_updatetable.xhp
#, fuzzy
-msgid "<bookmark_value>pivot table function; deleting tables</bookmark_value> <bookmark_value>deleting;pivot tables</bookmark_value>"
-msgstr "<bookmark_value>tables; merging</bookmark_value><bookmark_value>შერწყმა; ცხრილები</bookmark_value>"
+msgctxt ""
+"datapilot_updatetable.xhp\n"
+"tit\n"
+"help.text"
+msgid "Updating Pivot Tables"
+msgstr "ტექსტის რედაქტირება"
-#: datapilot_deletetable.xhp#hd_id3153726.31.help.text
+#. M.]0
+#: datapilot_updatetable.xhp
#, fuzzy
-msgid "<variable id=\"datapilot_deletetable\"><link href=\"text/scalc/guide/datapilot_deletetable.xhp\" name=\"Deleting Pivot Tables\">Deleting Pivot Tables</link></variable>"
-msgstr "<variable id=\"datenbeschriftung\"><link href=\"text/schart/01/04030000.xhp\" name=\"Data labels\">მონაცემთა იარლიყი</link></variable>"
+msgctxt ""
+"datapilot_updatetable.xhp\n"
+"bm_id3150792\n"
+"help.text"
+msgid "<bookmark_value>pivot table import</bookmark_value><bookmark_value>pivot table function; refreshing tables</bookmark_value><bookmark_value>recalculating;pivot tables</bookmark_value><bookmark_value>updating;pivot tables</bookmark_value>"
+msgstr "<bookmark_value>databases; exchanging</bookmark_value><bookmark_value>address books; exchanging</bookmark_value><bookmark_value>exchanging databases</bookmark_value><bookmark_value>replacing;databases</bookmark_value>"
-#: datapilot_deletetable.xhp#par_id3154014.32.help.text
+#. *?Ie
+#: datapilot_updatetable.xhp
#, fuzzy
-msgid "In order to delete a pivot table, click any cell in the pivot table, then choose <emph>Delete</emph> in the context menu."
-msgstr "ცხრილის ცხრილიდან ჩასართავად დააწკაპუნეთ ცხრილის უჯრედზე და ამოირჩიეთ<emph>Table - Insert - Table</emph>."
-
-#: dbase_files.xhp#tit.help.text
-msgid "Importing and Exporting dBASE Files "
-msgstr ""
+msgctxt ""
+"datapilot_updatetable.xhp\n"
+"hd_id3150792\n"
+"33\n"
+"help.text"
+msgid "<variable id=\"datapilot_updatetable\"><link href=\"text/scalc/guide/datapilot_updatetable.xhp\" name=\"Updating Pivot Tables\">Updating Pivot Tables</link></variable>"
+msgstr "<variable id=\"doc_title\"><link href=\"text/shared/05/00000150.xhp\" name=\"სანიშნების მენეჯერი\">სანიშნების მენეჯერი</link></variable>"
-#: dbase_files.xhp#bm_id1226844.help.text
-msgid "<bookmark_value>exporting;spreadsheets to dBASE</bookmark_value> <bookmark_value>importing;dBASE files</bookmark_value> <bookmark_value>dBASE import/export</bookmark_value> <bookmark_value>spreadsheets; importing from/exporting to dBASE files</bookmark_value> <bookmark_value>tables in databases;importing dBASE files</bookmark_value>"
+#. ,_Nw
+#: datapilot_updatetable.xhp
+msgctxt ""
+"datapilot_updatetable.xhp\n"
+"par_id3154684\n"
+"34\n"
+"help.text"
+msgid "If the data of the source sheet has been changed, $[officename] recalculates the pivot table. To recalculate the table, choose <emph>Data - Pivot Table - Refresh</emph>. Do the same after you have imported an Excel pivot table into $[officename] Calc."
msgstr ""
-#: dbase_files.xhp#par_idN10738.help.text
-msgid "<variable id=\"dbase_files\"><link href=\"text/scalc/guide/dbase_files.xhp\">Importing and Exporting dBASE Files</link></variable>"
+#. `=^|
+#: relativ_absolut_ref.xhp
+msgctxt ""
+"relativ_absolut_ref.xhp\n"
+"tit\n"
+"help.text"
+msgid "Addresses and References, Absolute and Relative"
msgstr ""
-#: dbase_files.xhp#par_idN10756.help.text
-msgid "You can open and save data in the dBASE file format (*.dbf file extension) in $[officename] Base or a spreadsheet. In %PRODUCTNAME Base, a dBASE database is a folder that contains files with the .dbf file extension. Each file corresponds to a table in the database. Formulas and formatting are lost when you open and save a dBASE file from %PRODUCTNAME."
+#. vpz$
+#: relativ_absolut_ref.xhp
+msgctxt ""
+"relativ_absolut_ref.xhp\n"
+"bm_id3156423\n"
+"help.text"
+msgid "<bookmark_value>addressing; relative and absolute</bookmark_value><bookmark_value>references; absolute/relative</bookmark_value><bookmark_value>absolute addresses in spreadsheets</bookmark_value><bookmark_value>relative addresses</bookmark_value><bookmark_value>absolute references in spreadsheets</bookmark_value><bookmark_value>relative references</bookmark_value><bookmark_value>references; to cells</bookmark_value><bookmark_value>cells; references</bookmark_value>"
msgstr ""
-#: dbase_files.xhp#par_idN10759.help.text
-msgid "To Import a dBASE File Into a Spreadsheet"
+#. 7V?|
+#: relativ_absolut_ref.xhp
+msgctxt ""
+"relativ_absolut_ref.xhp\n"
+"hd_id3156423\n"
+"53\n"
+"help.text"
+msgid "<variable id=\"relativ_absolut_ref\"><link href=\"text/scalc/guide/relativ_absolut_ref.xhp\" name=\"Addresses and References, Absolute and Relative\">Addresses and References, Absolute and Relative</link></variable>"
msgstr ""
-#: dbase_files.xhp#par_idN10760.help.text
-msgctxt "dbase_files.xhp#par_idN10760.help.text"
-msgid "Choose <emph>File - Open</emph>."
+#. 9!*$
+#: relativ_absolut_ref.xhp
+msgctxt ""
+"relativ_absolut_ref.xhp\n"
+"hd_id3163712\n"
+"3\n"
+"help.text"
+msgid "Relative Addressing"
msgstr ""
-#: dbase_files.xhp#par_idN1071F.help.text
-msgid "Locate the *.dbf file that you want to import. "
+#. MN{k
+#: relativ_absolut_ref.xhp
+msgctxt ""
+"relativ_absolut_ref.xhp\n"
+"par_id3146119\n"
+"4\n"
+"help.text"
+msgid "The cell in column A, row 1 is addressed as A1. You can address a range of adjacent cells by first entering the coordinates of the upper left cell of the area, then a colon followed by the coordinates of the lower right cell. For example, the square formed by the first four cells in the upper left corner is addressed as A1:B2."
msgstr ""
-#: dbase_files.xhp#par_idN10768.help.text
-#, fuzzy
-msgid "Click <emph>Open</emph>."
-msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-
-#: dbase_files.xhp#par_idN10730.help.text
-msgid "The <emph>Import dBASE files</emph> dialog opens."
+#. K\\2
+#: relativ_absolut_ref.xhp
+msgctxt ""
+"relativ_absolut_ref.xhp\n"
+"par_id3154730\n"
+"5\n"
+"help.text"
+msgid "By addressing an area in this way, you are making a relative reference to A1:B2. Relative here means that the reference to this area will be adjusted automatically when you copy the formulas."
msgstr ""
-#: dbase_files.xhp#par_idN10774.help.text
-#, fuzzy
-msgctxt "dbase_files.xhp#par_idN10774.help.text"
-msgid "Click <emph>OK</emph>."
-msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-
-#: dbase_files.xhp#par_idN10777.help.text
-msgid "The dBASE file opens as a new Calc spreadsheet."
+#. jE]p
+#: relativ_absolut_ref.xhp
+msgctxt ""
+"relativ_absolut_ref.xhp\n"
+"hd_id3149377\n"
+"6\n"
+"help.text"
+msgid "Absolute Addressing"
msgstr ""
-#: dbase_files.xhp#par_idN1074E.help.text
-msgid "If you want to save the spreadsheet as a dBASE file, do not alter or delete the first row in the imported file. This row contains information that is required by a dBASE database."
+#. r0Tm
+#: relativ_absolut_ref.xhp
+msgctxt ""
+"relativ_absolut_ref.xhp\n"
+"par_id3154943\n"
+"7\n"
+"help.text"
+msgid "Absolute references are the opposite of relative addressing. A dollar sign is placed before each letter and number in an absolute reference, for example, $A$1:$B$2."
msgstr ""
-#: dbase_files.xhp#par_idN1077A.help.text
-msgid "To Import a dBASE File Into a Database Table"
+#. 8jqa
+#: relativ_absolut_ref.xhp
+msgctxt ""
+"relativ_absolut_ref.xhp\n"
+"par_id3147338\n"
+"36\n"
+"help.text"
+msgid "$[officename] can convert the current reference, in which the cursor is positioned in the input line, from relative to absolute and vice versa by pressing Shift +F4. If you start with a relative address such as A1, the first time you press this key combination, both row and column are set to absolute references ($A$1). The second time, only the row (A$1), and the third time, only the column ($A1). If you press the key combination once more, both column and row references are switched back to relative (A1)"
msgstr ""
-#: dbase_files.xhp#par_idN1076C.help.text
-msgid "A %PRODUCTNAME Base database table is actually a link to an existing database."
+#. q;Yx
+#: relativ_absolut_ref.xhp
+msgctxt ""
+"relativ_absolut_ref.xhp\n"
+"par_id3153963\n"
+"52\n"
+"help.text"
+msgid "$[officename] Calc shows the references to a formula. If, for example you click the formula =SUM(A1:C5;D15:D24) in a cell, the two referenced areas in the sheet will be highlighted in color. For example, the formula component \"A1:C5\" may be in blue and the cell range in question bordered in the same shade of blue. The next formula component \"D15:D24\" can be marked in red in the same way."
msgstr ""
-#: dbase_files.xhp#par_idN10796.help.text
-msgid "Choose <item type=\"menuitem\">File - New - Database</item>."
+#. Ol{s
+#: relativ_absolut_ref.xhp
+msgctxt ""
+"relativ_absolut_ref.xhp\n"
+"hd_id3154704\n"
+"29\n"
+"help.text"
+msgid "When to Use Relative and Absolute References"
msgstr ""
-#: dbase_files.xhp#par_idN10786.help.text
-msgid "In the <emph>File name</emph> box of the <emph>Save As</emph> dialog, enter a name for the database."
+#. gPqS
+#: relativ_absolut_ref.xhp
+msgctxt ""
+"relativ_absolut_ref.xhp\n"
+"par_id3147346\n"
+"8\n"
+"help.text"
+msgid "What distinguishes a relative reference? Assume you want to calculate in cell E1 the sum of the cells in range A1:B2. The formula to enter into E1 would be: =SUM(A1:B2). If you later decide to insert a new column in front of column A, the elements you want to add would then be in B1:C2 and the formula would be in F1, not in E1. After inserting the new column, you would therefore have to check and correct all formulas in the sheet, and possibly in other sheets."
msgstr ""
-#: dbase_files.xhp#par_idN10792.help.text
-#, fuzzy
-msgctxt "dbase_files.xhp#par_idN10792.help.text"
-msgid "Click <emph>Save</emph>."
-msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-
-#: dbase_files.xhp#par_idN1079A.help.text
-msgid "In the <emph>Database type </emph>box of the <emph>Database Properties</emph> dialog, select \"dBASE\"."
+#. 2LH0
+#: relativ_absolut_ref.xhp
+msgctxt ""
+"relativ_absolut_ref.xhp\n"
+"par_id3155335\n"
+"9\n"
+"help.text"
+msgid "Fortunately, $[officename] does this work for you. After having inserted a new column A, the formula =SUM(A1:B2) will be automatically updated to =SUM(B1:C2). Row numbers will also be automatically adjusted when a new row 1 is inserted. Absolute and relative references are always adjusted in $[officename] Calc whenever the referenced area is moved. But be careful if you are copying a formula since in that case only the relative references will be adjusted, not the absolute references."
msgstr ""
-#: dbase_files.xhp#par_idN107A6.help.text
-#, fuzzy
-msgid "Click <emph>Next</emph>."
-msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-
-#: dbase_files.xhp#par_idN107AE.help.text
-#, fuzzy
-msgid "Click <emph>Browse</emph>."
-msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-
-#: dbase_files.xhp#par_idN107B6.help.text
-msgid "Locate the directory that contains the dBASE file, and click <emph>OK</emph>."
+#. (CKX
+#: relativ_absolut_ref.xhp
+msgctxt ""
+"relativ_absolut_ref.xhp\n"
+"par_id3145791\n"
+"39\n"
+"help.text"
+msgid "Absolute references are used when a calculation refers to one specific cell in your sheet. If a formula that refers to exactly this cell is copied relatively to a cell below the original cell, the reference will also be moved down if you did not define the cell coordinates as absolute."
msgstr ""
-#: dbase_files.xhp#par_idN107BE.help.text
-#, fuzzy
-msgid "Click <emph>Create</emph>."
-msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-
-#: dbase_files.xhp#par_idN107F1.help.text
-msgid "To Save a Spreadsheet as a dBASE File"
+#. \)zn
+#: relativ_absolut_ref.xhp
+msgctxt ""
+"relativ_absolut_ref.xhp\n"
+"par_id3147005\n"
+"10\n"
+"help.text"
+msgid "Aside from when new rows and columns are inserted, references can also change when an existing formula referring to particular cells is copied to another area of the sheet. Assume you entered the formula =SUM(A1:A9) in row 10. If you want to calculate the sum for the adjacent column to the right, simply copy this formula to the cell to the right. The copy of the formula in column B will be automatically adjusted to =SUM(B1:B9)."
msgstr ""
-#: dbase_files.xhp#par_idN107F8.help.text
-msgid "Choose <emph>File - Save As</emph>."
+#. j-54
+#: move_dragdrop.xhp
+msgctxt ""
+"move_dragdrop.xhp\n"
+"tit\n"
+"help.text"
+msgid "Moving Cells by Drag-and-Drop"
msgstr ""
-#: dbase_files.xhp#par_idN10800.help.text
-msgid "In the <emph>File format</emph> box, select \"dBASE file\"."
+#. BO7m
+#: move_dragdrop.xhp
+msgctxt ""
+"move_dragdrop.xhp\n"
+"bm_id3155686\n"
+"help.text"
+msgid "<bookmark_value>drag and drop; moving cells</bookmark_value><bookmark_value>cells; moving by drag and drop </bookmark_value><bookmark_value>columns;moving by drag and drop</bookmark_value><bookmark_value>moving;cells by drag and drop</bookmark_value><bookmark_value>inserting;cells, by drag and drop</bookmark_value>"
msgstr ""
-#: dbase_files.xhp#par_idN107F9.help.text
-msgid "In the <emph>File name</emph> box, type a name for the dBASE file."
+#. #.H7
+#: move_dragdrop.xhp
+msgctxt ""
+"move_dragdrop.xhp\n"
+"hd_id986358\n"
+"help.text"
+msgid "<variable id=\"move_dragdrop\"><link href=\"text/scalc/guide/move_dragdrop.xhp\">Moving Cells by Drag-and-Drop</link></variable>"
msgstr ""
-#: dbase_files.xhp#par_idN10801.help.text
-#, fuzzy
-msgctxt "dbase_files.xhp#par_idN10801.help.text"
-msgid "Click <emph>Save</emph>."
-msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-
-#: dbase_files.xhp#par_idN10808.help.text
-msgid "Only the data on the current sheet is exported."
+#. -44F
+#: move_dragdrop.xhp
+msgctxt ""
+"move_dragdrop.xhp\n"
+"par_id2760093\n"
+"help.text"
+msgid "When you drag-and-drop a selection of cells on a Calc sheet, the cells normally overwrite the existing cells in the area where you drop. This is the normal <emph>overwrite mode</emph>."
msgstr ""
-#: format_value_userdef.xhp#tit.help.text
-msgid "User-defined Number Formats"
+#. @R_Z
+#: move_dragdrop.xhp
+msgctxt ""
+"move_dragdrop.xhp\n"
+"par_id9527268\n"
+"help.text"
+msgid "When you hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key while releasing the mouse button, you enter the <emph>insert mode</emph>."
msgstr ""
-#: format_value_userdef.xhp#bm_id3143268.help.text
-msgid "<bookmark_value>numbers;user-defined formatting</bookmark_value> <bookmark_value>formatting; user-defined numbers</bookmark_value> <bookmark_value>number formats; millions</bookmark_value> <bookmark_value>format codes; user-defined number formats</bookmark_value>"
+#. 5hsV
+#: move_dragdrop.xhp
+msgctxt ""
+"move_dragdrop.xhp\n"
+"par_id79653\n"
+"help.text"
+msgid "In insert mode, the existing cells where you drop will be shifted to the right or to the bottom, and the dropped cells are inserted into the now empty positions without overwriting."
msgstr ""
-#: format_value_userdef.xhp#hd_id3143268.26.help.text
-msgid "<variable id=\"format_value_userdef\"><link href=\"text/scalc/guide/format_value_userdef.xhp\" name=\"User-defined Number Formats\">User-defined Number Formats</link></variable>"
+#. =}.9
+#: move_dragdrop.xhp
+msgctxt ""
+"move_dragdrop.xhp\n"
+"par_id8676717\n"
+"help.text"
+msgid "The surrounding box of the moved cells looks different in insert mode."
msgstr ""
-#: format_value_userdef.xhp#par_id3150400.1.help.text
-msgid "You can define your own number formats to display numbers in <item type=\"productname\">%PRODUCTNAME</item> Calc."
+#. bL7!
+#: move_dragdrop.xhp
+msgctxt ""
+"move_dragdrop.xhp\n"
+"par_id3968932\n"
+"help.text"
+msgid "In overwrite mode you see all four borders around the selected area. In insert mode you see only the left border when target cells will be shifted to the right. You see only the upper border when target cells will be shifted down."
msgstr ""
-#: format_value_userdef.xhp#par_id3150767.2.help.text
-msgid "As an example, to display the number 10,200,000 as 10.2 Million:"
+#. 7S:G
+#: move_dragdrop.xhp
+msgctxt ""
+"move_dragdrop.xhp\n"
+"par_id7399517\n"
+"help.text"
+msgid "Whether the target area will be shifted to the right or to the bottom depends on the distance between source and target cells, if you move within the same sheet. It depends on the number of horizontal or vertical cells in the moved area, if you move to a different sheet."
msgstr ""
-#: format_value_userdef.xhp#par_id3150868.3.help.text
-msgid "Select the cells to which you want to apply a new, user-defined format."
+#. E*E$
+#: move_dragdrop.xhp
+msgctxt ""
+"move_dragdrop.xhp\n"
+"par_id8040406\n"
+"help.text"
+msgid "If you move cells in insert mode within the same row (only horizontally), then after insertion of the cells, all cells will be shifted to the left to fill the source area."
msgstr ""
-#: format_value_userdef.xhp#par_id3149664.4.help.text
-msgid "Choose <emph>Format - Cells - Numbers</emph>."
+#. fEKB
+#: move_dragdrop.xhp
+msgctxt ""
+"move_dragdrop.xhp\n"
+"par_id2586748\n"
+"help.text"
+msgid "In both modes, you can hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift keys while you release the mouse button to insert a copy or a link, respectively."
msgstr ""
-#: format_value_userdef.xhp#par_id3149260.5.help.text
-msgid "In the <emph>Categories</emph> list box select \"User-defined\"."
+#. m9Ds
+#: move_dragdrop.xhp
+msgctxt ""
+"move_dragdrop.xhp\n"
+"par_id5814081\n"
+"help.text"
+msgid "Keys pressed while releasing the mouse button"
msgstr ""
-#: format_value_userdef.xhp#par_id3148646.6.help.text
-msgid "In the <emph>Format code</emph> text box enter the following code:"
+#. ijd;
+#: move_dragdrop.xhp
+msgctxt ""
+"move_dragdrop.xhp\n"
+"par_id6581316\n"
+"help.text"
+msgid "Result"
msgstr ""
-#: format_value_userdef.xhp#par_id3152596.7.help.text
-msgctxt "format_value_userdef.xhp#par_id3152596.7.help.text"
-msgid "0.0,, \"Million\""
+#. h0VH
+#: move_dragdrop.xhp
+msgctxt ""
+"move_dragdrop.xhp\n"
+"par_id9906613\n"
+"help.text"
+msgid "No key"
msgstr ""
-#: format_value_userdef.xhp#par_id3144764.8.help.text
-msgid "Click OK."
+#. 7**L
+#: move_dragdrop.xhp
+msgctxt ""
+"move_dragdrop.xhp\n"
+"par_id2815637\n"
+"help.text"
+msgid "Cells are moved and overwrite the cells in the target area. Source cells are emptied."
msgstr ""
-#: format_value_userdef.xhp#par_id3155417.9.help.text
-msgid "The following table shows the effects of rounding, thousands delimiters (,), decimal delimiters (.) and the placeholders # and 0."
+#. 70*3
+#: move_dragdrop.xhp
+msgctxt ""
+"move_dragdrop.xhp\n"
+"par_id6161687\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key"
msgstr ""
-#: format_value_userdef.xhp#par_id3146971.10.help.text
-msgid "Number"
+#. HQ:H
+#: move_dragdrop.xhp
+msgctxt ""
+"move_dragdrop.xhp\n"
+"par_id4278389\n"
+"help.text"
+msgid "Cells are copied and overwrite the cells in the target area. Source cells stay as they are."
msgstr ""
-#: format_value_userdef.xhp#par_id3154757.11.help.text
-msgid ".#,, \"Million\""
+#. C`.%
+#: move_dragdrop.xhp
+msgctxt ""
+"move_dragdrop.xhp\n"
+"par_id2805566\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift keys"
msgstr ""
-#: format_value_userdef.xhp#par_id3147338.12.help.text
-msgctxt "format_value_userdef.xhp#par_id3147338.12.help.text"
-msgid "0.0,, \"Million\""
+#. dQZm
+#: move_dragdrop.xhp
+msgctxt ""
+"move_dragdrop.xhp\n"
+"par_id5369121\n"
+"help.text"
+msgid "Links to the source cells are inserted and overwrite the cells in the target area. Source cells stay as they are."
msgstr ""
-#: format_value_userdef.xhp#par_id3146920.13.help.text
-msgid "#,, \"Million\""
+#. j-Y)
+#: move_dragdrop.xhp
+msgctxt ""
+"move_dragdrop.xhp\n"
+"par_id9518723\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key"
msgstr ""
-#: format_value_userdef.xhp#par_id3147344.14.help.text
-msgid "10200000"
+#. ih}V
+#: move_dragdrop.xhp
+msgctxt ""
+"move_dragdrop.xhp\n"
+"par_id2926419\n"
+"help.text"
+msgid "Cells are moved and shift the cells in the target area to the right or to the bottom. Source cells are emptied, except if you move within the same rows on the same sheet."
msgstr ""
-#: format_value_userdef.xhp#par_id3147003.15.help.text
-msgctxt "format_value_userdef.xhp#par_id3147003.15.help.text"
-msgid "10.2 Million"
+#. 5aok
+#: move_dragdrop.xhp
+msgctxt ""
+"move_dragdrop.xhp\n"
+"par_id4021423\n"
+"help.text"
+msgid "If you move within the same rows on the same sheet, the cells in the target area shift to the right, and then the whole row shifts to fill the source area."
msgstr ""
-#: format_value_userdef.xhp#par_id3166426.16.help.text
-msgctxt "format_value_userdef.xhp#par_id3166426.16.help.text"
-msgid "10.2 Million"
+#. FnUX
+#: move_dragdrop.xhp
+msgctxt ""
+"move_dragdrop.xhp\n"
+"par_id2783898\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command </caseinline><defaultinline>Alt+Ctrl</defaultinline></switchinline> keys"
msgstr ""
-#: format_value_userdef.xhp#par_id3155113.17.help.text
-msgid "10 Million"
+#. mF?$
+#: move_dragdrop.xhp
+msgctxt ""
+"move_dragdrop.xhp\n"
+"par_id2785119\n"
+"help.text"
+msgid "Cells are copied and shift the cells in the target area to the right or to the bottom. Source cells stay as they are."
msgstr ""
-#: format_value_userdef.xhp#par_id3150369.18.help.text
-msgid "500000"
+#. fAVI
+#: move_dragdrop.xhp
+msgctxt ""
+"move_dragdrop.xhp\n"
+"par_id584124\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command</caseinline><defaultinline>Alt+Ctrl</defaultinline></switchinline>+Shift keys"
msgstr ""
-#: format_value_userdef.xhp#par_id3145585.19.help.text
-msgid ".5 Million"
+#. :M4Q
+#: move_dragdrop.xhp
+msgctxt ""
+"move_dragdrop.xhp\n"
+"par_id5590990\n"
+"help.text"
+msgid "Links to the source cells are inserted and shift the cells in the target area to the right or to the bottom. Source cells stay as they are."
msgstr ""
-#: format_value_userdef.xhp#par_id3154486.20.help.text
-msgid "0.5 Million"
+#. pcIJ
+#: calculate.xhp
+msgctxt ""
+"calculate.xhp\n"
+"tit\n"
+"help.text"
+msgid "Calculating in Spreadsheets"
msgstr ""
-#: format_value_userdef.xhp#par_id3146114.21.help.text
-msgid "1 Million"
-msgstr ""
+#. 5P2,
+#: calculate.xhp
+#, fuzzy
+msgctxt ""
+"calculate.xhp\n"
+"bm_id3150791\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; calculating</bookmark_value><bookmark_value>calculating; spreadsheets</bookmark_value><bookmark_value>formulas; calculating</bookmark_value>"
+msgstr "<bookmark_value>ელ-ცხრილები; მალსახმობი კლავიშები</bookmark_value><bookmark_value>მალსახმობ კლავიშებში;ელცხრილები</bookmark_value><bookmark_value>ცხრილის რიგები; შიგთავსი</bookmark_value>"
-#: format_value_userdef.xhp#par_id3155810.22.help.text
-msgid "100000000"
+#. HSmJ
+#: calculate.xhp
+msgctxt ""
+"calculate.xhp\n"
+"hd_id3150791\n"
+"help.text"
+msgid "<variable id=\"calculate\"><link href=\"text/scalc/guide/calculate.xhp\" name=\"Calculating in Spreadsheets\">Calculating in Spreadsheets</link></variable>"
msgstr ""
-#: format_value_userdef.xhp#par_id3153818.23.help.text
-msgid "100. Million"
+#. 6;WT
+#: calculate.xhp
+msgctxt ""
+"calculate.xhp\n"
+"par_id3146120\n"
+"help.text"
+msgid "The following is an example of a calculation in $[officename] Calc."
msgstr ""
-#: format_value_userdef.xhp#par_id3151241.24.help.text
-msgid "100.0 Million"
+#. plNZ
+#: calculate.xhp
+msgctxt ""
+"calculate.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Click in a cell, and type a number"
msgstr ""
-#: format_value_userdef.xhp#par_id3144771.25.help.text
-msgid "100 Million"
+#. [L5O
+#: calculate.xhp
+msgctxt ""
+"calculate.xhp\n"
+"par_idN10656\n"
+"help.text"
+msgid "Press Enter."
msgstr ""
-#: borders.xhp#tit.help.text
-msgid "User Defined Borders in Cells "
+#. F*,Q
+#: calculate.xhp
+msgctxt ""
+"calculate.xhp\n"
+"par_idN1065D\n"
+"help.text"
+msgid "The cursor moves down to the next cell."
msgstr ""
-#: borders.xhp#bm_id3457441.help.text
-msgid "<bookmark_value>cells;borders</bookmark_value> <bookmark_value>line arrangements with cells</bookmark_value> <bookmark_value>borders;cells</bookmark_value>"
+#. \u`S
+#: calculate.xhp
+msgctxt ""
+"calculate.xhp\n"
+"par_id3155064\n"
+"help.text"
+msgid "Enter another number."
msgstr ""
-#: borders.xhp#hd_id4544816.help.text
-msgid "<variable id=\"borders\"><link href=\"text/scalc/guide/borders.xhp\">User Defined Borders in Cells</link></variable>"
+#. xYaS
+#: calculate.xhp
+msgctxt ""
+"calculate.xhp\n"
+"par_idN1066F\n"
+"help.text"
+msgid "Press the Tab key."
msgstr ""
-#: borders.xhp#par_id2320017.help.text
-msgid "You can apply a variety of different lines to selected cells."
+#. %1_4
+#: calculate.xhp
+msgctxt ""
+"calculate.xhp\n"
+"par_idN10676\n"
+"help.text"
+msgid "The cursor moves to the right into the next cell."
msgstr ""
-#: borders.xhp#par_id8055665.help.text
-msgid "Select the cell or a block of cells."
+#. :x2D
+#: calculate.xhp
+msgctxt ""
+"calculate.xhp\n"
+"par_id3154253\n"
+"help.text"
+msgid "Type in a formula, for example, <item type=\"literal\">=A3 * A4 / 100.</item>"
msgstr ""
-#: borders.xhp#par_id9181188.help.text
-msgid "Choose <item type=\"menuitem\">Format - Cells</item>."
+#. QSd0
+#: calculate.xhp
+msgctxt ""
+"calculate.xhp\n"
+"par_idN1068B\n"
+"help.text"
+msgid "Press Enter."
msgstr ""
-#: borders.xhp#par_id9947508.help.text
-msgid "In the dialog, click the <emph>Borders</emph> tab."
+#. |:SS
+#: calculate.xhp
+msgctxt ""
+"calculate.xhp\n"
+"par_id3147343\n"
+"help.text"
+msgid "The result of the formula appears in the cell. If you want, you can edit the formula in the input line of the Formula bar."
msgstr ""
-#: borders.xhp#par_id7907956.help.text
-msgid "Choose the border options you want to apply and click OK."
+#. baE:
+#: calculate.xhp
+msgctxt ""
+"calculate.xhp\n"
+"par_id3155378\n"
+"help.text"
+msgid "When you edit a formula, the new result is calculated automatically."
msgstr ""
-#: borders.xhp#par_id1342204.help.text
-msgid "The options in the <emph>Line arrangement</emph> area can be used to apply multiple border styles."
+#. 6U%Q
+#: text_rotate.xhp
+msgctxt ""
+"text_rotate.xhp\n"
+"tit\n"
+"help.text"
+msgid "Rotating Text"
msgstr ""
-#: borders.xhp#hd_id4454481.help.text
-msgid "Selection of cells"
+#. E}y)
+#: text_rotate.xhp
+msgctxt ""
+"text_rotate.xhp\n"
+"bm_id3151112\n"
+"help.text"
+msgid "<bookmark_value>cells; rotating text</bookmark_value> <bookmark_value>rotating; text in cells</bookmark_value> <bookmark_value>text in cells; writing vertically</bookmark_value>"
msgstr ""
-#: borders.xhp#par_id7251503.help.text
-msgid "Depending on the selection of cells, the area looks different."
+#. %/mc
+#: text_rotate.xhp
+msgctxt ""
+"text_rotate.xhp\n"
+"hd_id3151112\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"text_rotate\"><link href=\"text/scalc/guide/text_rotate.xhp\" name=\"Rotating Text\">Rotating Text</link></variable>"
msgstr ""
-#: borders.xhp#par_id8716696.help.text
-msgid "Selection"
-msgstr "მონიშვნა"
-
-#: borders.xhp#par_id4677877.help.text
-msgid "Line arrangement area"
+#. n}W5
+#: text_rotate.xhp
+msgctxt ""
+"text_rotate.xhp\n"
+"par_id3145171\n"
+"2\n"
+"help.text"
+msgid "Select the cells whose text you want to rotate."
msgstr ""
-#: borders.xhp#par_id807824.help.text
-msgid "One cell"
+#. \f4p
+#: text_rotate.xhp
+msgctxt ""
+"text_rotate.xhp\n"
+"par_id3155133\n"
+"3\n"
+"help.text"
+msgid "Choose <emph>Format - Cells</emph>. You will see the <emph>Format Cells</emph> dialog."
msgstr ""
-#: borders.xhp#par_id8473464.help.text
-msgid "<image id=\"img_id1737113\" src=\"res/helpimg/border_ca_1.png\" width=\"1.2602in\" height=\"1.5937in\"><alt id=\"alt_id1737113\">borders with one cell selected</alt></image>"
+#. ]QX5
+#: text_rotate.xhp
+msgctxt ""
+"text_rotate.xhp\n"
+"par_id3155854\n"
+"4\n"
+"help.text"
+msgid "Click the <emph>Alignment</emph> tab."
msgstr ""
-#: borders.xhp#par_id3509933.help.text
-msgid "Cells in a column"
+#. qfil
+#: text_rotate.xhp
+msgctxt ""
+"text_rotate.xhp\n"
+"par_id3147426\n"
+"5\n"
+"help.text"
+msgid "In the <emph>Text orientation</emph> area use the mouse to select in the preview wheel the direction in which the text is to be rotated. Click <emph>OK</emph>."
msgstr ""
-#: borders.xhp#par_id6635639.help.text
-msgid "<image id=\"img_id1680959\" src=\"res/helpimg/border_ca_2.png\" width=\"1.2602in\" height=\"1.5937in\"><alt id=\"alt_id1680959\">borders with a column selected</alt></image>"
+#. 7-@j
+#: text_rotate.xhp
+msgctxt ""
+"text_rotate.xhp\n"
+"par_id3148456\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05020000.xhp\" name=\"Format - Cells\">Format - Cells</link>"
msgstr ""
-#: borders.xhp#par_id8073366.help.text
-msgid "Cells in a row"
+#. qY,c
+#: text_rotate.xhp
+msgctxt ""
+"text_rotate.xhp\n"
+"par_id3154944\n"
+"8\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Format - Cells - Alignment\">Format - Cells - Alignment</link>"
msgstr ""
-#: borders.xhp#par_id6054567.help.text
-msgid "<image id=\"img_id9623096\" src=\"res/helpimg/border_ca_3.png\" width=\"1.2602in\" height=\"1.5937in\"><alt id=\"alt_id9623096\">borders with a row selected</alt></image>"
+#. 5sj!
+#: cell_protect.xhp
+msgctxt ""
+"cell_protect.xhp\n"
+"tit\n"
+"help.text"
+msgid "Protecting Cells from Changes"
msgstr ""
-#: borders.xhp#par_id466322.help.text
-msgid "Cells in a block of 2x2 or more"
+#. %`Df
+#: cell_protect.xhp
+msgctxt ""
+"cell_protect.xhp\n"
+"bm_id3146119\n"
+"help.text"
+msgid "<bookmark_value>protecting;cells and sheets</bookmark_value> <bookmark_value>cells; protecting</bookmark_value> <bookmark_value>cell protection; enabling</bookmark_value> <bookmark_value>sheets; protecting</bookmark_value> <bookmark_value>documents; protecting</bookmark_value> <bookmark_value>cells; hiding for printing</bookmark_value> <bookmark_value>changing; sheet protection</bookmark_value> <bookmark_value>hiding;formulas</bookmark_value> <bookmark_value>formulas;hiding</bookmark_value>"
msgstr ""
-#: borders.xhp#par_id4511551.help.text
-msgid "<image id=\"img_id8139591\" src=\"res/helpimg/border_ca_4.png\" width=\"1.2602in\" height=\"1.5937in\"><alt id=\"alt_id8139591\">borders with a block selected</alt></image>"
+#. mJ~L
+#: cell_protect.xhp
+msgctxt ""
+"cell_protect.xhp\n"
+"hd_id3146119\n"
+"5\n"
+"help.text"
+msgid "<variable id=\"cell_protect\"><link href=\"text/scalc/guide/cell_protect.xhp\" name=\"Protecting Cells from Changes\">Protecting Cells from Changes</link></variable>"
msgstr ""
-#: borders.xhp#par_id5383465.help.text
-msgid "You cannot apply borders to multiple selections."
+#. \%4E
+#: cell_protect.xhp
+msgctxt ""
+"cell_protect.xhp\n"
+"par_id3153368\n"
+"17\n"
+"help.text"
+msgid "In <item type=\"productname\">%PRODUCTNAME</item> Calc you can protect sheets and the document as a whole. You can choose whether the cells are protected against accidental changes, whether the formulas can be viewed from within Calc, whether the cells are visible or whether the cells can be printed."
msgstr ""
-#: borders.xhp#hd_id7790154.help.text
-msgid "Default Settings"
+#. eQ{(
+#: cell_protect.xhp
+msgctxt ""
+"cell_protect.xhp\n"
+"par_id3145261\n"
+"18\n"
+"help.text"
+msgid "Protection can be provided by means of a password, but it does not have to be. If you have assigned a password, protection can only be removed once the correct password has been entered."
msgstr ""
-#: borders.xhp#par_id2918485.help.text
-msgid "Click one of the <emph>Default</emph> icons to set or reset multiple borders."
+#. eM,R
+#: cell_protect.xhp
+msgctxt ""
+"cell_protect.xhp\n"
+"par_id3148576\n"
+"19\n"
+"help.text"
+msgid "Note that the cell protection for cells with the <emph>Protected</emph> attribute is only effective when you protect the whole sheet. In the default condition, every cell has the <emph>Protected</emph> attribute. Therefore you must remove the attribute selectively for those cells where the user may make changes. You then protect the whole sheet and save the document."
msgstr ""
-#: borders.xhp#par_id1836909.help.text
-msgid "The thin gray lines inside an icon show the borders that will be reset or cleared."
+#. q^uI
+#: cell_protect.xhp
+msgctxt ""
+"cell_protect.xhp\n"
+"par_id5974303\n"
+"help.text"
+msgid "These protection features are just switches to prevent accidental action. The features are not intended to provide any secure protection. For example, by exporting a sheet to another file format, a user may be able to surpass the protection features. There is only one secure protection: the password that you can apply when saving an OpenDocument file. A file that has been saved with a password can be opened only with the same password."
msgstr ""
-#: borders.xhp#par_id5212561.help.text
-msgid "The dark lines inside an icon show the lines that will be set using the selected line style and color."
+#. yu9$
+#: cell_protect.xhp
+msgctxt ""
+"cell_protect.xhp\n"
+"par_idN1066B\n"
+"help.text"
+msgid "Select the cells that you want to specify the cell protection options for."
msgstr ""
-#: borders.xhp#par_id4818872.help.text
-msgid "The thick gray lines inside an icon show the lines that will not be changed."
+#. 8{;,
+#: cell_protect.xhp
+msgctxt ""
+"cell_protect.xhp\n"
+"par_id3149019\n"
+"7\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Format - Cells</item> and click the <emph>Cell Protection</emph> tab."
msgstr ""
-#: borders.xhp#hd_id8989226.help.text
-#, fuzzy
-msgctxt "borders.xhp#hd_id8989226.help.text"
-msgid "Examples"
-msgstr "მაგალითად"
-
-#: borders.xhp#par_id622577.help.text
-msgid "Select a block of about 8x8 cells, then choose <emph>Format - Cells - Borders</emph>."
+#. 8IfJ
+#: cell_protect.xhp
+msgctxt ""
+"cell_protect.xhp\n"
+"par_id3152985\n"
+"9\n"
+"help.text"
+msgid "Select the protection options that you want. All options will be applied only after you protect the sheet from the Tools menu - see below."
msgstr ""
-#: borders.xhp#par_id8119754.help.text
-msgid "<image id=\"img_id7261268\" src=\"res/helpimg/border_ca_5.png\" width=\"1.0937in\" height=\"0.2189in\"><alt id=\"alt_id7261268\">default icon row of Borders tab page</alt></image>"
+#. fN8Q
+#: cell_protect.xhp
+msgctxt ""
+"cell_protect.xhp\n"
+"par_id31529866655\n"
+"help.text"
+msgid "Uncheck <emph>Protected</emph> to allow the user to change the currently selected cells."
msgstr ""
-#: borders.xhp#par_id8964201.help.text
-msgid "Click the left icon to clear all lines. This removes all outer borders, all inner lines, and all diagonal lines."
+#. 8.?S
+#: cell_protect.xhp
+msgctxt ""
+"cell_protect.xhp\n"
+"par_id3152898\n"
+"10\n"
+"help.text"
+msgid "Select <emph>Protected</emph> to prevent changes to the contents and the format of a cell."
msgstr ""
-#: borders.xhp#par_id6048463.help.text
-msgid "Click the second icon from the left to set an outer border and to remove all other lines."
+#. l(P*
+#: cell_protect.xhp
+msgctxt ""
+"cell_protect.xhp\n"
+"par_idN1069A\n"
+"help.text"
+msgid "Select <emph>Hide formula</emph> to hide and to protect formulas from changes."
msgstr ""
-#: borders.xhp#par_id1495406.help.text
-msgid "Click the rightmost icon to set an outer border. The inner lines are not changed, except the diagonal lines, which will be removed."
+#. ]`r(
+#: cell_protect.xhp
+msgctxt ""
+"cell_protect.xhp\n"
+"par_idN106A1\n"
+"help.text"
+msgid "Select <emph>Hide when printing</emph> to hide protected cells in the printed document. The cells are not hidden onscreen."
msgstr ""
-#: borders.xhp#par_id9269386.help.text
-msgid "Now you can continue to see which lines the other icons will set or remove."
-msgstr ""
+#. SY91
+#: cell_protect.xhp
+#, fuzzy
+msgctxt ""
+"cell_protect.xhp\n"
+"par_id3152872\n"
+"11\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-#: borders.xhp#hd_id3593554.help.text
-msgid "User Defined Settings"
+#. 5SsZ
+#: cell_protect.xhp
+msgctxt ""
+"cell_protect.xhp\n"
+"par_id3145362\n"
+"12\n"
+"help.text"
+msgid "Apply the protection options."
msgstr ""
-#: borders.xhp#par_id4018066.help.text
-msgid "In the <emph>User defined</emph> area, you can click to set or remove individual lines. The preview shows lines in three different states. "
+#. QohF
+#: cell_protect.xhp
+msgctxt ""
+"cell_protect.xhp\n"
+"par_idN106C0\n"
+"help.text"
+msgid "To protect the cells from being changed / viewed / printed according to your settings in the <emph>Format - Cells</emph> dialog, choose <item type=\"menuitem\">Tools - Protect Document - Sheet</item>."
msgstr ""
-#: borders.xhp#par_id8004699.help.text
-msgid "Repeatedly click an edge or a corner to switch through the three different states."
+#. ]ZLH
+#: cell_protect.xhp
+msgctxt ""
+"cell_protect.xhp\n"
+"par_idN106C7\n"
+"help.text"
+msgid "To protect the structure of the document, for example the count, <link href=\"text/scalc/guide/rename_table.xhp\">names</link>, and order of the sheets, from being changed, choose <item type=\"menuitem\">Tools - Protect Document - Document</item>."
msgstr ""
-#: borders.xhp#par_id8037659.help.text
-msgid "Line types"
+#. LcQ\
+#: cell_protect.xhp
+msgctxt ""
+"cell_protect.xhp\n"
+"par_idN106CF\n"
+"help.text"
+msgid "(Optional) Enter a password."
msgstr ""
-#: borders.xhp#par_id2305978.help.text
-msgid "Image"
+#. ]`oQ
+#: cell_protect.xhp
+msgctxt ""
+"cell_protect.xhp\n"
+"par_idN106D2\n"
+"help.text"
+msgid "If you forget your password, you cannot deactivate the protection. If you only want to protect cells from accidental changes, set the sheet protection, but do not enter a password."
msgstr ""
-#: borders.xhp#par_id8716086.help.text
-msgid "Meaning"
-msgstr "მნიშვნელობა"
+#. ^?j,
+#: cell_protect.xhp
+#, fuzzy
+msgctxt ""
+"cell_protect.xhp\n"
+"par_id3153810\n"
+"13\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-#: borders.xhp#par_id3978087.help.text
-msgid "A black line"
+#. ms?=
+#: cell_protect.xhp
+msgctxt ""
+"cell_protect.xhp\n"
+"par_idN10B8C\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/guide/digital_signatures.xhp#digital_signatures\"/>"
+msgstr ""
+
+#. P2;7
+#: database_define.xhp
+msgctxt ""
+"database_define.xhp\n"
+"tit\n"
+"help.text"
+msgid "Defining Database Ranges"
msgstr ""
-#: borders.xhp#par_id4065065.help.text
-msgid "<image id=\"img_id9379863\" src=\"res/helpimg/border_ca_7.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id9379863\">solid line for user defined border</alt></image>"
+#. ~fBF
+#: database_define.xhp
+msgctxt ""
+"database_define.xhp\n"
+"bm_id3154758\n"
+"help.text"
+msgid "<bookmark_value>tables; database ranges</bookmark_value> <bookmark_value>database ranges; defining</bookmark_value> <bookmark_value>ranges; defining database ranges</bookmark_value> <bookmark_value>defining;database ranges</bookmark_value>"
msgstr ""
-#: borders.xhp#par_id6987823.help.text
-msgid "A black line sets the corresponding line of the selected cells. The line is shown as a dotted line when you choose the 0.05 pt line style. Double lines are shown when you select a double line style."
+#. v_/,
+#: database_define.xhp
+msgctxt ""
+"database_define.xhp\n"
+"hd_id3154758\n"
+"31\n"
+"help.text"
+msgid "<variable id=\"database_define\"><link href=\"text/scalc/guide/database_define.xhp\" name=\"Defining Database Ranges\">Defining a Database Range</link></variable>"
msgstr ""
-#: borders.xhp#par_id1209143.help.text
-msgid "A gray line"
+#. `D\L
+#: database_define.xhp
+msgctxt ""
+"database_define.xhp\n"
+"par_id3153768\n"
+"81\n"
+"help.text"
+msgid "You can define a range of cells in a spreadsheet to use as a database. Each row in this database range corresponds to a database record and each cell in a row corresponds to a database field. You can sort, group, search, and perform calculations on the range as you would in a database."
msgstr ""
-#: borders.xhp#par_id6653340.help.text
-msgid "<image id=\"img_id6972563\" src=\"res/helpimg/border_ca_gray.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id6972563\">gray line for user defined border</alt></image>"
+#. WlAJ
+#: database_define.xhp
+msgctxt ""
+"database_define.xhp\n"
+"par_id3145801\n"
+"82\n"
+"help.text"
+msgid "You can only edit and access a database range in the spreadsheet that contains the range. You cannot access the database range in the %PRODUCTNAME Data Sources view."
msgstr ""
-#: borders.xhp#par_id2278817.help.text
-msgid "A gray line is shown when the corresponding line of the selected cells will not be changed. No line will be set or removed at this position."
+#. aiJM
+#: database_define.xhp
+msgctxt ""
+"database_define.xhp\n"
+"par_idN10648\n"
+"help.text"
+msgid "To define a database range"
msgstr ""
-#: borders.xhp#par_id5374919.help.text
-msgid "A white line"
+#. :o~J
+#: database_define.xhp
+msgctxt ""
+"database_define.xhp\n"
+"par_id3155064\n"
+"41\n"
+"help.text"
+msgid "Select the range of cells that you want to define as a database range."
msgstr ""
-#: borders.xhp#par_id52491.help.text
-msgid "<image id=\"img_id3801080\" src=\"res/helpimg/border_ca_white.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id3801080\">white line for user defined border</alt></image>"
+#. jYtl
+#: database_define.xhp
+msgctxt ""
+"database_define.xhp\n"
+"par_idN10654\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Data - Define Range</item>."
msgstr ""
-#: borders.xhp#par_id372325.help.text
-msgid "A white line is shown when the corresponding line of the selected cells will be removed."
+#. :k)t
+#: database_define.xhp
+msgctxt ""
+"database_define.xhp\n"
+"par_id3153715\n"
+"72\n"
+"help.text"
+msgid "In the <emph>Name</emph> box, enter a name for the database range."
msgstr ""
-#: borders.xhp#hd_id7282937.help.text
+#. KY.K
+#: database_define.xhp
#, fuzzy
-msgctxt "borders.xhp#hd_id7282937.help.text"
-msgid "Examples"
-msgstr "მაგალითად"
+msgctxt ""
+"database_define.xhp\n"
+"par_idN1066A\n"
+"help.text"
+msgid "Click <emph>More</emph>."
+msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-#: borders.xhp#par_id4230780.help.text
-msgid "Select a single cell, then choose <emph>Format - Cells - Borders</emph>."
+#. ~,MH
+#: database_define.xhp
+msgctxt ""
+"database_define.xhp\n"
+"par_id3154253\n"
+"42\n"
+"help.text"
+msgid "Specify the options for the database range."
msgstr ""
-#: borders.xhp#par_id1712393.help.text
-msgid "Click the lower edge to set a very thin line as a lower border. All other lines will be removed from the cell."
-msgstr ""
+#. zUNX
+#: database_define.xhp
+#, fuzzy
+msgctxt ""
+"database_define.xhp\n"
+"par_idN10675\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-#: borders.xhp#par_id5149693.help.text
-msgid "<image id=\"img_id9467452\" src=\"res/helpimg/border_ca_6.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id9467452\">setting a thin lower border</alt></image>"
+#. QP#v
+#: value_with_name.xhp
+msgctxt ""
+"value_with_name.xhp\n"
+"tit\n"
+"help.text"
+msgid "Naming Cells"
msgstr ""
-#: borders.xhp#par_id5759453.help.text
-msgid "Choose a thicker line style and click the lower edge. This sets a thicker line as a lower border."
+#. 6|@k
+#: value_with_name.xhp
+msgctxt ""
+"value_with_name.xhp\n"
+"bm_id3147434\n"
+"help.text"
+msgid "<bookmark_value>cells; defining names</bookmark_value> <bookmark_value>names; defining for cells</bookmark_value> <bookmark_value>values; defining names</bookmark_value> <bookmark_value>constants definition</bookmark_value> <bookmark_value>variables; defining names</bookmark_value> <bookmark_value>cell ranges; defining names</bookmark_value> <bookmark_value>defining;names for cell ranges</bookmark_value> <bookmark_value>formulas; defining names</bookmark_value> <bookmark_value>addressing; by defined names</bookmark_value> <bookmark_value>cell names; defining/addressing</bookmark_value> <bookmark_value>references; by defined names</bookmark_value> <bookmark_value>allowed cell names</bookmark_value> <bookmark_value>renaming;cells</bookmark_value>"
msgstr ""
-#: borders.xhp#par_id6342051.help.text
-msgid "<image id=\"img_id7431562\" src=\"res/helpimg/border_ca_7.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id7431562\">setting a thick line as a border</alt></image>"
+#. u7j*
+#: value_with_name.xhp
+msgctxt ""
+"value_with_name.xhp\n"
+"hd_id3147434\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"value_with_name\"><link href=\"text/scalc/guide/value_with_name.xhp\" name=\"Naming Cells\">Naming Cells</link></variable>"
msgstr ""
-#: borders.xhp#par_id5775322.help.text
-msgid "Click the second <emph>Default</emph> icon from the left to set all four borders. Then repeatedly click the lower edge until a white line is shown. This removes the lower border."
+#. qx\;
+#: value_with_name.xhp
+msgctxt ""
+"value_with_name.xhp\n"
+"hd_id4391918\n"
+"help.text"
+msgid "Allowed names"
msgstr ""
-#: borders.xhp#par_id2882778.help.text
-msgid "<image id=\"img_id8155766.00000001\" src=\"res/helpimg/border_ca_8.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id8155766.00000001\">removing lower border</alt></image>"
+#. -DK,
+#: value_with_name.xhp
+msgctxt ""
+"value_with_name.xhp\n"
+"par_id2129581\n"
+"help.text"
+msgid "Names in Calc can contain letters, numeric characters, and some special characters. Names must start with a letter or an underline character."
msgstr ""
-#: borders.xhp#par_id8102053.help.text
-msgid "You can combine several line types and styles. The last image shows how to set thick outer borders (the thick black lines), while any diagonal lines inside the cell will not be touched (gray lines)."
+#. IHg6
+#: value_with_name.xhp
+msgctxt ""
+"value_with_name.xhp\n"
+"par_id1120029\n"
+"help.text"
+msgid "Allowed special characters:"
msgstr ""
-#: borders.xhp#par_id2102420.help.text
-msgid "<image id=\"img_id5380718\" src=\"res/helpimg/border_ca_9.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id5380718\">advanced example for cell borders</alt></image>"
+#. {A(m
+#: value_with_name.xhp
+msgctxt ""
+"value_with_name.xhp\n"
+"par_id3362224\n"
+"help.text"
+msgid "underline (_)"
msgstr ""
-#: datapilot_tipps.xhp#tit.help.text
-#, fuzzy
-msgid "Selecting Pivot Table Output Ranges"
-msgstr "მონაცემთა ბაზის დიაპაზონი"
-
-#: datapilot_tipps.xhp#bm_id3148663.help.text
-#, fuzzy
-msgid "<bookmark_value>pivot table function; preventing data overwriting</bookmark_value><bookmark_value>output ranges of pivot tables</bookmark_value>"
-msgstr "<bookmark_value>ცხრილები; სვეტების ჩამატება</bookmark_value><bookmark_value>-ში სვეტები; ცხრილებში ჩამატება</bookmark_value>"
-
-#: datapilot_tipps.xhp#hd_id3148663.19.help.text
-#, fuzzy
-msgid "<variable id=\"datapilot_tipps\"><link href=\"text/scalc/guide/datapilot_tipps.xhp\" name=\"Selecting Pivot Table Output Ranges\">Selecting Pivot Table Output Ranges</link></variable>"
-msgstr "<variable id=\"insert_control\"><link href=\"text/sbasic/guide/insert_control.xhp\" name=\"Creating Controls in the Dialog Editor\">დიალოგის რედაქტორში საკონტროლო ელემენტების შექმნა</link></variable>"
-
-#: datapilot_tipps.xhp#par_id3154123.20.help.text
-msgid "Click the button <emph>More</emph> in the <emph>Pivot Table</emph> dialog. The dialog will be extended."
+#. CSr_
+#: value_with_name.xhp
+msgctxt ""
+"value_with_name.xhp\n"
+"par_id4891506\n"
+"help.text"
+msgid "period (.) - allowed within a name, but not as first or last character"
msgstr ""
-#: datapilot_tipps.xhp#par_id3153771.21.help.text
-msgid "You can select a named range in which the pivot table is to be created, from the <emph>Results to</emph> box. If the results range does not have a name, enter the coordinates of the upper left cell of the range into the field to the right of the <emph>Results to</emph> box. You can also click on the appropriate cell to have the coordinates entered accordingly."
+#. BZ56
+#: value_with_name.xhp
+msgctxt ""
+"value_with_name.xhp\n"
+"par_id2816553\n"
+"help.text"
+msgid "blank ( ) - allowed within a name, but not as first or last character, and not for a cell range"
msgstr ""
-#: datapilot_tipps.xhp#par_id3146974.23.help.text
-msgid "If you mark the <emph>Ignore empty rows</emph> check box, they will not be taken into account when the pivot table is created."
+#. ?$}R
+#: value_with_name.xhp
+msgctxt ""
+"value_with_name.xhp\n"
+"par_id328989\n"
+"help.text"
+msgid "Names must not be the same as cell references. For example, the name A1 is invalid because A1 is a cell reference to the top left cell."
msgstr ""
-#: datapilot_tipps.xhp#par_id3145273.24.help.text
-msgid "If the <emph>Identify categories</emph> check box is marked, the categories will be identified by their headings and assigned accordingly when the pivot table is created."
+#. 3`m#
+#: value_with_name.xhp
+msgctxt ""
+"value_with_name.xhp\n"
+"par_id32898987\n"
+"help.text"
+msgid "Names must not start with the letter R followed by a number. See the ADDRESS function for more information."
msgstr ""
-#: sorted_list.xhp#tit.help.text
-msgid "Applying Sort Lists"
+#. Xe\s
+#: value_with_name.xhp
+msgctxt ""
+"value_with_name.xhp\n"
+"par_id4769737\n"
+"help.text"
+msgid "Names for cell ranges must not include blanks. Blanks are allowed within names for single cells, sheets and documents."
msgstr ""
-#: sorted_list.xhp#bm_id3150870.help.text
-msgid "<bookmark_value>filling;customized lists</bookmark_value><bookmark_value>sort lists;applying</bookmark_value><bookmark_value>defining;sort lists</bookmark_value><bookmark_value>geometric lists</bookmark_value><bookmark_value>arithmetic lists</bookmark_value><bookmark_value>series;sort lists</bookmark_value><bookmark_value>lists; user-defined</bookmark_value><bookmark_value>customized lists</bookmark_value>"
+#. +k8^
+#: value_with_name.xhp
+msgctxt ""
+"value_with_name.xhp\n"
+"hd_id1226233\n"
+"help.text"
+msgid "Naming cells and formulas"
msgstr ""
-#: sorted_list.xhp#hd_id3150870.3.help.text
-msgid "<variable id=\"sorted_list\"><link href=\"text/scalc/guide/sorted_list.xhp\" name=\"Applying Sort Lists\">Applying Sort Lists</link> </variable>"
+#. DI;E
+#: value_with_name.xhp
+msgctxt ""
+"value_with_name.xhp\n"
+"par_id5489364\n"
+"help.text"
+msgid "A good way of making the references to cells and cell ranges in formulas legible is to give the ranges names. For example, you can name the range A1:B2 <emph>Start</emph>. You can then write a formula such as \"=SUM(Start)\". Even after you insert or delete rows or columns, $[officename] still correctly assigns the ranges identified by name. Range names must not contain any spaces."
msgstr ""
-#: sorted_list.xhp#par_id3159154.7.help.text
-msgid "Sort lists allow you to type one piece of information in a cell, then drag it to fill in a consecutive list of items."
+#. 1#tN
+#: value_with_name.xhp
+msgctxt ""
+"value_with_name.xhp\n"
+"par_id953398\n"
+"help.text"
+msgid "For example, it is much easier to read a formula for sales tax if you can write \"= Amount * Tax_rate\" instead of \"= A5 * B12\". In this case, you would name cell A5 \"Amount\" and cell B12 \"Tax_rate.\""
msgstr ""
-#: sorted_list.xhp#par_id3148645.4.help.text
-msgid "For example, enter the text \"Jan\" or \"January\" in an empty cell. Select the cell and click the mouse on the lower right corner of the cell border. Then drag the selected cell a few cells to the right or downwards. When you release the mouse button, the highlighted cells will be filled with the names of the months."
+#. =_/V
+#: value_with_name.xhp
+msgctxt ""
+"value_with_name.xhp\n"
+"par_id4889675\n"
+"help.text"
+msgid "Use the <emph>Define Names</emph> dialog to define names for formulas or parts of formulas you need more often. In order to specify range names,"
msgstr ""
-#: sorted_list.xhp#par_id2367931.help.text
-msgctxt "sorted_list.xhp#par_id2367931.help.text"
-msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> if you do not want to fill the cells with different values."
+#. g!$I
+#: value_with_name.xhp
+msgctxt ""
+"value_with_name.xhp\n"
+"par_id3153954\n"
+"3\n"
+"help.text"
+msgid "Select a cell or range of cells, then choose <emph>Insert - Names - Define</emph>. The <emph>Define Names</emph> dialog appears."
msgstr ""
-#: sorted_list.xhp#par_id3152577.5.help.text
-msgid "The predefined series can be found under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists</emph>. You can also create your own lists of text strings tailored to your needs, such as a list of your company's branch offices. When you use the information in these lists later (for example, as headings), just enter the first name in the list and expand the entry by dragging it with your mouse."
+#. YI0n
+#: value_with_name.xhp
+msgctxt ""
+"value_with_name.xhp\n"
+"par_id3156283\n"
+"4\n"
+"help.text"
+msgid "Type the name of the selected area in the <emph>Name</emph> field. Click <emph>Add</emph>. The newly defined name appears in the list below. Click OK to close the dialog."
msgstr ""
-#: sorted_list.xhp#par_id3147434.6.help.text
-#, fuzzy
-msgctxt "sorted_list.xhp#par_id3147434.6.help.text"
-msgid "<link href=\"text/shared/optionen/01060400.xhp\" name=\"Sort lists\">Sort lists</link>"
-msgstr "<link href=\"text/shared/optionen/01060500.xhp\" name=\"Calculate\">გამოთვლა</link>"
-
-#: calculate.xhp#tit.help.text
-msgid "Calculating in Spreadsheets"
+#. Q,zh
+#: value_with_name.xhp
+msgctxt ""
+"value_with_name.xhp\n"
+"par_id5774101\n"
+"help.text"
+msgid "You can also name other cell ranges in this dialog by entering the name in the field and then selecting the respective cells."
msgstr ""
-#: calculate.xhp#bm_id3150791.help.text
-#, fuzzy
-msgid "<bookmark_value>spreadsheets; calculating</bookmark_value><bookmark_value>calculating; spreadsheets</bookmark_value><bookmark_value>formulas; calculating</bookmark_value>"
-msgstr "<bookmark_value>ელ-ცხრილები; მალსახმობი კლავიშები</bookmark_value><bookmark_value>მალსახმობ კლავიშებში;ელცხრილები</bookmark_value><bookmark_value>ცხრილის რიგები; შიგთავსი</bookmark_value>"
-
-#: calculate.xhp#hd_id3150791.help.text
-msgid "<variable id=\"calculate\"><link href=\"text/scalc/guide/calculate.xhp\" name=\"Calculating in Spreadsheets\">Calculating in Spreadsheets</link></variable>"
+#. H?nj
+#: value_with_name.xhp
+msgctxt ""
+"value_with_name.xhp\n"
+"par_id3154942\n"
+"5\n"
+"help.text"
+msgid "If you type the name in a formula, after the first few characters entered you will see the entire name as a tip."
msgstr ""
-#: calculate.xhp#par_id3146120.help.text
-msgid "The following is an example of a calculation in $[officename] Calc."
+#. ?F-J
+#: value_with_name.xhp
+msgctxt ""
+"value_with_name.xhp\n"
+"par_id3154510\n"
+"6\n"
+"help.text"
+msgid "Press the Enter key in order to accept the name from the tip."
msgstr ""
-#: calculate.xhp#par_id3153951.help.text
-msgid "Click in a cell, and type a number"
+#. aw*5
+#: value_with_name.xhp
+msgctxt ""
+"value_with_name.xhp\n"
+"par_id3150749\n"
+"7\n"
+"help.text"
+msgid "If more than one name starts with the same characters, you can scroll through all the names using the Tab key."
msgstr ""
-#: calculate.xhp#par_idN10656.help.text
-msgid "Press Enter."
+#. 4)z-
+#: value_with_name.xhp
+msgctxt ""
+"value_with_name.xhp\n"
+"par_id3153711\n"
+"8\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04070100.xhp\" name=\"Insert - Names - Define\">Insert - Names - Define</link>"
msgstr ""
-#: calculate.xhp#par_idN1065D.help.text
-msgid "The cursor moves down to the next cell."
+#. =CCT
+#: cell_enter.xhp
+msgctxt ""
+"cell_enter.xhp\n"
+"tit\n"
+"help.text"
+msgid "Entering Values"
msgstr ""
-#: calculate.xhp#par_id3155064.help.text
-msgid "Enter another number."
+#. `bW%
+#: cell_enter.xhp
+msgctxt ""
+"cell_enter.xhp\n"
+"bm_id3150868\n"
+"help.text"
+msgid "<bookmark_value>values; inserting in multiple cells</bookmark_value> <bookmark_value>inserting;values</bookmark_value> <bookmark_value>cell ranges;selecting for data entries</bookmark_value> <bookmark_value>areas, see also cell ranges</bookmark_value>"
msgstr ""
-#: calculate.xhp#par_idN1066F.help.text
-msgid "Press the Tab key."
+#. kUE-
+#: cell_enter.xhp
+msgctxt ""
+"cell_enter.xhp\n"
+"hd_id3405255\n"
+"help.text"
+msgid "<variable id=\"cell_enter\"><link href=\"text/scalc/guide/cell_enter.xhp\">Entering Values</link></variable>"
msgstr ""
-#: calculate.xhp#par_idN10676.help.text
-msgid "The cursor moves to the right into the next cell."
+#. s{bP
+#: cell_enter.xhp
+msgctxt ""
+"cell_enter.xhp\n"
+"par_id7147129\n"
+"help.text"
+msgid "Calc can simplify entering data and values into multiple cells. You can change some settings to conform to your preferences."
msgstr ""
-#: calculate.xhp#par_id3154253.help.text
-msgid "Type in a formula, for example, <item type=\"literal\">=A3 * A4 / 100.</item>"
+#. ^sbu
+#: cell_enter.xhp
+msgctxt ""
+"cell_enter.xhp\n"
+"hd_id5621509\n"
+"help.text"
+msgid "To Enter Values Into a Range of Cells Manually"
msgstr ""
-#: calculate.xhp#par_idN1068B.help.text
-msgid " Press Enter."
+#. G#Om
+#: cell_enter.xhp
+msgctxt ""
+"cell_enter.xhp\n"
+"par_id8200018\n"
+"help.text"
+msgid "There are two features that assist you when you enter a block of data manually."
msgstr ""
-#: calculate.xhp#par_id3147343.help.text
-msgid "The result of the formula appears in the cell. If you want, you can edit the formula in the input line of the Formula bar."
+#. C4-$
+#: cell_enter.xhp
+msgctxt ""
+"cell_enter.xhp\n"
+"hd_id1867427\n"
+"help.text"
+msgid "Area Detection for New Rows"
msgstr ""
-#: calculate.xhp#par_id3155378.help.text
-msgid "When you edit a formula, the new result is calculated automatically."
+#. $Hcw
+#: cell_enter.xhp
+msgctxt ""
+"cell_enter.xhp\n"
+"par_id7908871\n"
+"help.text"
+msgid "In the row below a heading row, you can advance from one cell to the next with the Tab key. After you enter the value into the last cell in the current row, press Enter. Calc positions the cursor below the first cell of the current block."
msgstr ""
-#: rounding_numbers.xhp#tit.help.text
-msgid "Using Rounded Off Numbers"
+#. Ac#8
+#: cell_enter.xhp
+msgctxt ""
+"cell_enter.xhp\n"
+"par_id6196783\n"
+"help.text"
+msgid "<image id=\"img_id6473586\" src=\"res/helpimg/area1.png\" width=\"4.8335in\" height=\"1.5937in\"><alt id=\"alt_id6473586\">area detection</alt></image>"
msgstr ""
-#: rounding_numbers.xhp#bm_id3153361.help.text
-msgid "<bookmark_value>numbers; rounded off</bookmark_value><bookmark_value>rounded off numbers</bookmark_value><bookmark_value>exact numbers in $[officename] Calc</bookmark_value><bookmark_value>decimal places; showing</bookmark_value><bookmark_value>changing;number of decimal places</bookmark_value><bookmark_value>values;rounded in calculations</bookmark_value><bookmark_value>calculating;rounded off values</bookmark_value><bookmark_value>numbers; decimal places</bookmark_value><bookmark_value>precision as shown</bookmark_value><bookmark_value>rounding precision</bookmark_value><bookmark_value>spreadsheets; values as shown</bookmark_value>"
+#. ]jkA
+#: cell_enter.xhp
+msgctxt ""
+"cell_enter.xhp\n"
+"par_id8118839\n"
+"help.text"
+msgid "In row 3, press Tab to advance from cell B3 to C3, D3, and E3. Then press Enter to advance to B4."
msgstr ""
-#: rounding_numbers.xhp#hd_id3156422.2.help.text
-msgid "<variable id=\"rounding_numbers\"><link href=\"text/scalc/guide/rounding_numbers.xhp\" name=\"Using Rounded Off Numbers\">Using Rounded Off Numbers</link></variable>"
+#. tQ$t
+#: cell_enter.xhp
+msgctxt ""
+"cell_enter.xhp\n"
+"hd_id3583788\n"
+"help.text"
+msgid "Area Selection"
msgstr ""
-#: rounding_numbers.xhp#par_id3153726.3.help.text
-msgid "In $[officename] Calc, all decimal numbers are displayed rounded off to two decimal places."
+#. ~=KT
+#: cell_enter.xhp
+msgctxt ""
+"cell_enter.xhp\n"
+"par_id2011780\n"
+"help.text"
+msgid "Use drag-and-drop to select the area where you want to input values. But start dragging from the last cell of the area and release the mouse button when you have selected the first cell. Now you can start to input values. Always press the Tab key to advance to the next cell. You will not leave the selected area."
msgstr ""
-#: rounding_numbers.xhp#hd_id3152596.4.help.text
-msgid "To change this for selected cells"
+#. Tr@I
+#: cell_enter.xhp
+msgctxt ""
+"cell_enter.xhp\n"
+"par_id7044282\n"
+"help.text"
+msgid "<image id=\"img_id2811365\" src=\"res/helpimg/area2.png\" width=\"4.8335in\" height=\"1.5937in\"><alt id=\"alt_id2811365\">area selection</alt></image>"
msgstr ""
-#: rounding_numbers.xhp#par_id3154321.5.help.text
-msgid "Mark all the cells you want to modify."
+#. +f72
+#: cell_enter.xhp
+msgctxt ""
+"cell_enter.xhp\n"
+"par_id3232520\n"
+"help.text"
+msgid "Select the area from E7 to B3. Now B3 is waiting for your input. Press Tab to advance to the next cell within the selected area."
msgstr ""
-#: rounding_numbers.xhp#par_id3147428.6.help.text
-msgid "Choose <emph>Format - Cells</emph> and go to the <emph>Numbers</emph> tab page."
+#. =K)/
+#: cell_enter.xhp
+msgctxt ""
+"cell_enter.xhp\n"
+"hd_id8950163\n"
+"help.text"
+msgid "To Enter Values to a Range of Cells Automatically"
msgstr ""
-#: rounding_numbers.xhp#par_id3153876.7.help.text
-msgid "In the <emph>Category</emph> field, select <emph>Number</emph>. Under <emph>Options</emph>, change the number of <emph>Decimal places</emph> and exit the dialog with OK."
+#. oBdW
+#: cell_enter.xhp
+msgctxt ""
+"cell_enter.xhp\n"
+"par_id633869\n"
+"help.text"
+msgid "See <link href=\"text/scalc/guide/calc_series.xhp\">Automatically Filling in Data Based on Adjacent Cells</link>."
msgstr ""
-#: rounding_numbers.xhp#hd_id3155415.8.help.text
-msgid "To change this everywhere"
+#. b-R4
+#: row_height.xhp
+msgctxt ""
+"row_height.xhp\n"
+"tit\n"
+"help.text"
+msgid "Changing Row Height or Column Width"
msgstr ""
-#: rounding_numbers.xhp#par_id3150715.9.help.text
-#, fuzzy
-msgctxt "rounding_numbers.xhp#par_id3150715.9.help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph>."
-msgstr "Select the document with <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6 და დააჭირეთ Tab-ს"
+#. 1QbG
+#: row_height.xhp
+msgctxt ""
+"row_height.xhp\n"
+"bm_id3145748\n"
+"help.text"
+msgid "<bookmark_value>heights of cells</bookmark_value><bookmark_value>cell heights</bookmark_value><bookmark_value>cell widths</bookmark_value><bookmark_value>cells; heights and widths</bookmark_value><bookmark_value>widths of cells</bookmark_value><bookmark_value>column widths</bookmark_value><bookmark_value>rows; heights</bookmark_value><bookmark_value>columns; widths</bookmark_value><bookmark_value>changing;row heights/column widths</bookmark_value>"
+msgstr ""
-#: rounding_numbers.xhp#par_id3153707.10.help.text
-msgid "Go to the <emph>Calculate</emph> page. Modify the number of <emph>Decimal places</emph> and exit the dialog with OK."
+#. Bg=#
+#: row_height.xhp
+msgctxt ""
+"row_height.xhp\n"
+"hd_id3145748\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"row_height\"><link href=\"text/scalc/guide/row_height.xhp\" name=\"Changing Row Height or Column Width\">Changing Row Height or Column Width</link></variable>"
msgstr ""
-#: rounding_numbers.xhp#hd_id3154755.11.help.text
-msgid "To calculate with the rounded off numbers instead of the internal exact values"
+#. (Q*m
+#: row_height.xhp
+msgctxt ""
+"row_height.xhp\n"
+"par_id3154017\n"
+"2\n"
+"help.text"
+msgid "You can change the height of the rows with the mouse or through the dialog."
msgstr ""
-#: rounding_numbers.xhp#par_id3150045.12.help.text
-#, fuzzy
-msgctxt "rounding_numbers.xhp#par_id3150045.12.help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph>."
-msgstr "Select the document with <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6 და დააჭირეთ Tab-ს"
+#. IC[m
+#: row_height.xhp
+msgctxt ""
+"row_height.xhp\n"
+"par_id3154702\n"
+"3\n"
+"help.text"
+msgid "What is described here for rows and row height applies accordingly for columns and column width."
+msgstr ""
-#: rounding_numbers.xhp#par_id3146920.13.help.text
-msgid "Go to the <emph>Calculate</emph> page. Mark the <emph>Precision as shown</emph> field and exit the dialog with OK."
+#. ,#6$
+#: row_height.xhp
+msgctxt ""
+"row_height.xhp\n"
+"hd_id3153963\n"
+"4\n"
+"help.text"
+msgid "Using the mouse to change the row height or column width"
msgstr ""
-#: rounding_numbers.xhp#par_id3145790.14.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>"
+#. s%J!
+#: row_height.xhp
+msgctxt ""
+"row_height.xhp\n"
+"par_id3154020\n"
+"5\n"
+"help.text"
+msgid "Click the area of the headers on the separator below the current row, keep the mouse button pressed and drag up or down in order to change the row height."
+msgstr ""
-#: rounding_numbers.xhp#par_id3147005.15.help.text
-msgid "<link href=\"text/shared/optionen/01060500.xhp\" name=\"Calculate\">Calculate</link>"
-msgstr "<link href=\"text/shared/optionen/01060500.xhp\" name=\"Calculate\">გამოთვლა</link>"
+#. z%sn
+#: row_height.xhp
+msgctxt ""
+"row_height.xhp\n"
+"par_id3159237\n"
+"6\n"
+"help.text"
+msgid "Select the optimal row height by double-clicking the separator below the row."
+msgstr ""
-#: datapilot.xhp#tit.help.text
-#, fuzzy
-msgid "Pivot Table"
-msgstr "ცხრილის დაყოფა"
+#. o^@W
+#: row_height.xhp
+msgctxt ""
+"row_height.xhp\n"
+"hd_id3154659\n"
+"7\n"
+"help.text"
+msgid "Using the dialog to change the row height or column width"
+msgstr ""
-#: datapilot.xhp#bm_id3150448.help.text
-#, fuzzy
-msgid "<bookmark_value>pivot table function; introduction</bookmark_value><bookmark_value>DataPilot, see pivot table function</bookmark_value>"
-msgstr "<bookmark_value>Mid ფუნქცია</bookmark_value><bookmark_value>Mid დებულება</bookmark_value>"
+#. )1!X
+#: row_height.xhp
+msgctxt ""
+"row_height.xhp\n"
+"par_id3150367\n"
+"8\n"
+"help.text"
+msgid "Click the row so that you achieve the focus."
+msgstr ""
-#: datapilot.xhp#hd_id3150448.7.help.text
-#, fuzzy
-msgid "<variable id=\"datapilot\"><link href=\"text/scalc/guide/datapilot.xhp\" name=\"Pivot Table\">Pivot Table</link></variable>"
-msgstr "<variable id=\"main0100\"><link href=\"text/scalc/main0100.xhp\" name=\"მენიუები\">მენიუები</link></variable>"
+#. pBjJ
+#: row_height.xhp
+msgctxt ""
+"row_height.xhp\n"
+"par_id3166432\n"
+"9\n"
+"help.text"
+msgid "Start the context menu on the header at the left-hand side."
+msgstr ""
-#: datapilot.xhp#par_id3156024.2.help.text
-msgid "The <emph>pivot table</emph> (formerly known as <emph>DataPilot</emph>) allows you to combine, compare, and analyze large amounts of data. You can view different summaries of the source data, you can display the details of areas of interest, and you can create reports."
+#. iiJE
+#: row_height.xhp
+msgctxt ""
+"row_height.xhp\n"
+"par_id3150519\n"
+"10\n"
+"help.text"
+msgid "You will see the commands <emph>Row Height</emph> and <emph>Optimal row height</emph>. Choosing either opens a dialog."
msgstr ""
-#: datapilot.xhp#par_id3145069.9.help.text
-msgid "A table that has been created as a <link href=\"text/scalc/01/12090000.xhp\" name=\"pivot table\">pivot table</link> is an interactive table. Data can be arranged, rearranged or summarized according to different points of view."
+#. CM7M
+#: row_height.xhp
+msgctxt ""
+"row_height.xhp\n"
+"par_id3154487\n"
+"11\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05340100.xhp\" name=\"Row height\">Row height</link>"
msgstr ""
-#: formulas.xhp#tit.help.text
-msgid "Calculating With Formulas"
+#. )+L+
+#: row_height.xhp
+msgctxt ""
+"row_height.xhp\n"
+"par_id3149408\n"
+"12\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05030200.xhp\" name=\"Optimal row height\">Optimal row height</link>"
msgstr ""
-#: formulas.xhp#bm_id3155411.help.text
-#, fuzzy
-msgid "<bookmark_value>formulas;calculating with</bookmark_value><bookmark_value>calculating; with formulas</bookmark_value><bookmark_value>examples;formula calculation</bookmark_value>"
-msgstr "<bookmark_value>ელ-ცხრილები; მალსახმობი კლავიშები</bookmark_value><bookmark_value>მალსახმობ კლავიშებში;ელცხრილები</bookmark_value><bookmark_value>ცხრილის რიგები; შიგთავსი</bookmark_value>"
+#. .$UY
+#: row_height.xhp
+msgctxt ""
+"row_height.xhp\n"
+"par_id3153305\n"
+"13\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05340200.xhp\" name=\"Column width\">Column width</link>"
+msgstr ""
-#: formulas.xhp#hd_id3155411.20.help.text
-msgid "<variable id=\"formulas\"><link href=\"text/scalc/guide/formulas.xhp\" name=\"Calculating With Formulas\">Calculating With Formulas</link></variable>"
+#. +B6p
+#: row_height.xhp
+msgctxt ""
+"row_height.xhp\n"
+"par_id3153815\n"
+"14\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05040200.xhp\" name=\"Optimal column width\">Optimal column width</link>"
msgstr ""
-#: formulas.xhp#par_id3156281.21.help.text
-msgid "All formulas begin with an equals sign. The formulas can contain numbers, text, arithmetic operators, logic operators, or functions."
+#. u@?L
+#: line_fix.xhp
+msgctxt ""
+"line_fix.xhp\n"
+"tit\n"
+"help.text"
+msgid "Freezing Rows or Columns as Headers"
msgstr ""
-#: formulas.xhp#par_id3145272.39.help.text
-msgid "Remember that the basic arithmetic operators (+, -, *, /) can be used in formulas using the \"Multiplication and Division before Addition and Subtraction\" rule. Instead of writing =SUM(A1:B1) you can write =A1+B1."
+#. ,8#x
+#: line_fix.xhp
+msgctxt ""
+"line_fix.xhp\n"
+"bm_id3154684\n"
+"help.text"
+msgid "<bookmark_value>tables; freezing</bookmark_value><bookmark_value>title rows; freezing during table split</bookmark_value><bookmark_value>rows; freezing</bookmark_value><bookmark_value>columns; freezing</bookmark_value><bookmark_value>freezing rows or columns</bookmark_value><bookmark_value>headers; freezing during table split</bookmark_value><bookmark_value>scrolling prevention in tables</bookmark_value><bookmark_value>windows; splitting</bookmark_value><bookmark_value>tables; splitting windows</bookmark_value>"
msgstr ""
-#: formulas.xhp#par_id3146119.42.help.text
-msgid "Parentheses can also be used. The result of the formula =(1+2)*3 produces a different result than =1+2*3."
+#. YI2+
+#: line_fix.xhp
+msgctxt ""
+"line_fix.xhp\n"
+"hd_id3154684\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"line_fix\"><link href=\"text/scalc/guide/line_fix.xhp\" name=\"Freezing Rows or Columns as Headers\">Freezing Rows or Columns as Headers</link></variable>"
msgstr ""
-#: formulas.xhp#par_id3156285.23.help.text
-msgid "Here are a few examples of $[officename] Calc formulas:"
+#. n]/V
+#: line_fix.xhp
+msgctxt ""
+"line_fix.xhp\n"
+"par_id3148576\n"
+"2\n"
+"help.text"
+msgid "If you have long rows or columns of data that extend beyond the viewable area of the sheet, you can freeze some rows or columns, which allows you to see the frozen columns or rows as you scroll through the rest of the data."
msgstr ""
-#: formulas.xhp#par_id3154015.24.help.text
-msgid "=A1+10"
+#. 4V6n
+#: line_fix.xhp
+msgctxt ""
+"line_fix.xhp\n"
+"par_id3156441\n"
+"3\n"
+"help.text"
+msgid "Select the row below, or the column to the right of the row or column that you want to be in the frozen region. All rows above, or all columns to the left of the selection are frozen."
msgstr ""
-#: formulas.xhp#par_id3146972.25.help.text
-msgid "Displays the contents of cell A1 plus 10."
+#. ~r4q
+#: line_fix.xhp
+msgctxt ""
+"line_fix.xhp\n"
+"par_id3153158\n"
+"13\n"
+"help.text"
+msgid "To freeze both horizontally and vertically, select the <emph>cell</emph> that is below the row and to the right of the column that you want to freeze."
msgstr ""
-#: formulas.xhp#par_id3145643.45.help.text
-msgid "=A1*16%"
+#. XPVt
+#: line_fix.xhp
+msgctxt ""
+"line_fix.xhp\n"
+"par_id3156286\n"
+"4\n"
+"help.text"
+msgid "Choose <emph>Window - Freeze</emph>."
msgstr ""
-#: formulas.xhp#par_id3154255.46.help.text
-msgid "Displays 16% of the contents of A1."
+#. tK(H
+#: line_fix.xhp
+msgctxt ""
+"line_fix.xhp\n"
+"par_id3151073\n"
+"5\n"
+"help.text"
+msgid "To deactivate, choose <emph>Window - Freeze </emph>again."
msgstr ""
-#: formulas.xhp#par_id3146917.47.help.text
-msgid "=A1 * A2"
+#. rt(S
+#: line_fix.xhp
+msgctxt ""
+"line_fix.xhp\n"
+"par_id3155335\n"
+"7\n"
+"help.text"
+msgid "If the area defined is to be scrollable, apply the <emph>Window - Split</emph> command."
msgstr ""
-#: formulas.xhp#par_id3146315.48.help.text
-msgid "Displays the result of the multiplication of A1 and A2."
+#. ;v^j
+#: line_fix.xhp
+msgctxt ""
+"line_fix.xhp\n"
+"par_id3147345\n"
+"8\n"
+"help.text"
+msgid "If you want to print a certain row on all pages of a document, choose <emph>Format - Print ranges - Edit</emph>."
msgstr ""
-#: formulas.xhp#par_id3154022.26.help.text
-msgid "=ROUND(A1;1)"
+#. o!rg
+#: line_fix.xhp
+msgctxt ""
+"line_fix.xhp\n"
+"par_id3147004\n"
+"9\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/07090000.xhp\" name=\"Window - Freeze\">Window - Freeze</link>"
msgstr ""
-#: formulas.xhp#par_id3150363.27.help.text
-msgid "Displays the contents of cell A1 rounded to one decimal place."
+#. =N6B
+#: line_fix.xhp
+msgctxt ""
+"line_fix.xhp\n"
+"par_id3150088\n"
+"10\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/07080000.xhp\" name=\"Window - Split\">Window - Split</link>"
msgstr ""
-#: formulas.xhp#par_id3150209.28.help.text
-msgid "=EFFECTIVE(5%;12)"
+#. Hb*B
+#: line_fix.xhp
+msgctxt ""
+"line_fix.xhp\n"
+"par_id3150304\n"
+"11\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05080300.xhp\" name=\"Format - Print ranges - Edit\">Format - Print ranges - Edit</link>"
msgstr ""
-#: formulas.xhp#par_id3150883.29.help.text
-msgid "Calculates the effective interest for 5% annual nominal interest with 12 payments a year."
+#. rRXI
+#: address_auto.xhp
+msgctxt ""
+"address_auto.xhp\n"
+"tit\n"
+"help.text"
+msgid "Recognizing Names as Addressing"
msgstr ""
-#: formulas.xhp#par_id3146114.33.help.text
-msgid "=B8-SUM(B10:B14)"
+#. %30m
+#: address_auto.xhp
+msgctxt ""
+"address_auto.xhp\n"
+"bm_id3148797\n"
+"help.text"
+msgid "<bookmark_value>automatic addressing in tables</bookmark_value> <bookmark_value>natural language addressing</bookmark_value> <bookmark_value>formulas; using row/column labels</bookmark_value> <bookmark_value>text in cells; as addressing</bookmark_value> <bookmark_value>addressing; automatic</bookmark_value> <bookmark_value>name recognition on/off</bookmark_value> <bookmark_value>row headers;using in formulas</bookmark_value> <bookmark_value>column headers;using in formulas</bookmark_value> <bookmark_value>columns; finding labels automatically</bookmark_value> <bookmark_value>rows; finding labels automatically</bookmark_value> <bookmark_value>recognizing; column and row labels</bookmark_value>"
msgstr ""
-#: formulas.xhp#par_id3154486.34.help.text
-msgid "Calculates B8 minus the sum of the cells B10 to B14."
+#. b`MS
+#: address_auto.xhp
+msgctxt ""
+"address_auto.xhp\n"
+"hd_id3148797\n"
+"20\n"
+"help.text"
+msgid "<variable id=\"address_auto\"><link href=\"text/scalc/guide/address_auto.xhp\" name=\"Recognizing Names as Addressing\">Recognizing Names as Addressing</link></variable>"
msgstr ""
-#: formulas.xhp#par_id3152890.35.help.text
-msgid "=SUM(B8;SUM(B10:B14))"
+#. ]!t5
+#: address_auto.xhp
+msgctxt ""
+"address_auto.xhp\n"
+"par_id3152597\n"
+"21\n"
+"help.text"
+msgid "You can use cells with text to refer to the rows or to the columns that contain the cells."
msgstr ""
-#: formulas.xhp#par_id3159171.36.help.text
-msgid "Calculates the sum of cells B10 to B14 and adds the value to B8."
+#. H3Y@
+#: address_auto.xhp
+msgctxt ""
+"address_auto.xhp\n"
+"par_id3156283\n"
+"help.text"
+msgid "<image id=\"img_id3154942\" src=\"res/helpimg/names_as_addressing.png\" width=\"2.1291in\" height=\"0.8709in\" localize=\"true\"><alt id=\"alt_id3154942\">Example spreadsheet</alt></image>"
msgstr ""
-#: formulas.xhp#par_id3150109.30.help.text
-msgid "It is also possible to nest functions in formulas, as shown in the example. You can also nest functions within functions. The Function Wizard assists you with nested functions."
+#. }w!W
+#: address_auto.xhp
+msgctxt ""
+"address_auto.xhp\n"
+"par_id3154512\n"
+"22\n"
+"help.text"
+msgid "In the example spreadsheet, you can use the string <item type=\"literal\">'Column One'</item> in a formula to refer to the cell range <item type=\"literal\">B3</item> to <item type=\"literal\">B5</item>, or <item type=\"literal\">'Column Two'</item> for the cell range <item type=\"literal\">C2</item> to <item type=\"literal\">C5</item>. You can also use <item type=\"literal\">'Row One'</item> for the cell range <item type=\"literal\">B3</item> to <item type=\"literal\">D3</item>, or <item type=\"literal\">'Row Two'</item> for the cell range <item type=\"literal\">B4</item> to <item type=\"literal\">D4</item>. The result of a formula that uses a cell name, for example, <item type=\"literal\">SUM('Column One')</item>, is 600."
msgstr ""
-#: formulas.xhp#par_id3150213.44.help.text
-#, fuzzy
-msgid "<link href=\"text/scalc/01/04060100.xhp\" name=\"Functions list\">Functions list</link>"
-msgstr "<link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilot: Functions\">ფუნქციის ოსტატი</link>"
+#. (2*g
+#: address_auto.xhp
+msgctxt ""
+"address_auto.xhp\n"
+"par_id3155443\n"
+"24\n"
+"help.text"
+msgid "This function is active by default. To turn this function off, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Calculate</emph> and clear the <emph>Automatically find column and row labels</emph> check box."
+msgstr ""
-#: formulas.xhp#par_id3152869.43.help.text
-msgid "<link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilot: Functions\">Function Wizard</link>"
-msgstr "<link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilot: Functions\">ფუნქციის ოსტატი</link>"
+#. YXzo
+#: address_auto.xhp
+msgctxt ""
+"address_auto.xhp\n"
+"par_id3149210\n"
+"37\n"
+"help.text"
+msgid "If you want a name to be automatically recognized by Calc, the name must start with a letter and be composed of alphanumeric characters. If you enter the name in the formula yourself, enclose the name in single quotation marks ('). If a single quotation mark appears in a name, you must enter a backslash in front of the quotation mark, for example, <item type=\"literal\">'Harry\\'s Bar'.</item>"
+msgstr ""
-#: html_doc.xhp#tit.help.text
-msgid "Saving and Opening Sheets in HTML"
+#. 0W6?
+#: filters.xhp
+msgctxt ""
+"filters.xhp\n"
+"tit\n"
+"help.text"
+msgid "Applying Filters"
msgstr ""
-#: html_doc.xhp#bm_id3150542.help.text
-msgid "<bookmark_value>HTML; sheets</bookmark_value><bookmark_value>sheets; HTML</bookmark_value><bookmark_value>saving; sheets in HTML</bookmark_value><bookmark_value>opening; sheets in HTML</bookmark_value>"
+#. e\?)
+#: filters.xhp
+msgctxt ""
+"filters.xhp\n"
+"bm_id3153896\n"
+"help.text"
+msgid "<bookmark_value>filters; applying/removing</bookmark_value> <bookmark_value>rows;removing/redisplaying with filters</bookmark_value> <bookmark_value>removing;filters</bookmark_value>"
msgstr ""
-#: html_doc.xhp#hd_id3150542.1.help.text
-msgid "<variable id=\"html_doc\"><link href=\"text/scalc/guide/html_doc.xhp\" name=\"Saving and Opening Sheets in HTML\">Saving and Opening Sheets in HTML</link></variable>"
+#. ~mjK
+#: filters.xhp
+msgctxt ""
+"filters.xhp\n"
+"hd_id3153896\n"
+"70\n"
+"help.text"
+msgid "<variable id=\"filters\"><link href=\"text/scalc/guide/filters.xhp\" name=\"Applying Filters\">Applying Filters</link></variable>"
msgstr ""
-#: html_doc.xhp#hd_id3154124.2.help.text
-msgid "Saving Sheets in HTML"
+#. {`l]
+#: filters.xhp
+msgctxt ""
+"filters.xhp\n"
+"par_id3150869\n"
+"2\n"
+"help.text"
+msgid "Filters and advanced filters allow you to work on certain filtered rows (records) of a data range. In the spreadsheets in $[officename] there are various possibilities for applying filters."
msgstr ""
-#: html_doc.xhp#par_id3145785.3.help.text
-msgid "<item type=\"productname\">%PRODUCTNAME</item> Calc saves all the sheets of a Calc document together as an HTML document. At the beginning of the HTML document, a heading and a list of hyperlinks are automatically added which lead to the individual sheets within the document."
+#. Eg(8
+#: filters.xhp
+msgctxt ""
+"filters.xhp\n"
+"par_id3155131\n"
+"3\n"
+"help.text"
+msgid "One use for the <emph>AutoFilter</emph> function is to quickly restrict the display to records with identical entries in a data field."
msgstr ""
-#: html_doc.xhp#par_id3155854.4.help.text
-msgid "Numbers are shown as written. In addition, in the <SDVAL> HTML tag, the exact internal number value is written so that after opening the HTML document with <item type=\"productname\">%PRODUCTNAME</item> you know you have the exact values."
+#. +EG`
+#: filters.xhp
+msgctxt ""
+"filters.xhp\n"
+"par_id3146119\n"
+"4\n"
+"help.text"
+msgid "In the <emph>Standard Filter</emph> dialog, you can also define ranges which contain the values in particular data fields. You can use the standard filter to connect the conditions with either a logical AND or a logical OR operator."
msgstr ""
-#: html_doc.xhp#par_id3153188.5.help.text
-msgid "To save the current Calc document as HTML, choose <emph>File - Save As</emph>."
+#. $gn+
+#: filters.xhp
+msgctxt ""
+"filters.xhp\n"
+"par_id3150010\n"
+"5\n"
+"help.text"
+msgid "The <emph>Advanced filter</emph> allows up to a total of eight filter conditions. With advanced filters you enter the conditions directly into the sheet."
msgstr ""
-#: html_doc.xhp#par_id3148645.6.help.text
-msgid "In the <emph>File type</emph> list box, in the area with the other <item type=\"productname\">%PRODUCTNAME</item> Calc filters, choose the file type \"HTML Document (<item type=\"productname\">%PRODUCTNAME</item> Calc)\"."
+#. O.YI
+#: filters.xhp
+msgctxt ""
+"filters.xhp\n"
+"par_id9384746\n"
+"help.text"
+msgid "To remove a filter, so that you see all cells again, click inside the area where the filter was applied, then choose <item type=\"menuitem\">Data - Filter - Remove Filter</item>."
msgstr ""
-#: html_doc.xhp#par_id3154729.7.help.text
-msgid "Enter a <emph>File name</emph> and click <emph>Save</emph>."
+#. ,Soc
+#: filters.xhp
+msgctxt ""
+"filters.xhp\n"
+"par_idN10663\n"
+"help.text"
+msgid "When you select multiple rows from an area where a filter was applied, then this selection can include rows that are visible and rows that are hidden by the filter. If you then apply formatting, or delete the selected rows, this action then applies only to the visible rows. The hidden rows are not affected."
msgstr ""
-#: html_doc.xhp#hd_id3149379.8.help.text
-msgid "Opening Sheets in HTML"
+#. Y-m7
+#: filters.xhp
+msgctxt ""
+"filters.xhp\n"
+"par_id218817\n"
+"help.text"
+msgid "This is the opposite to rows that you have hidden manually by the <emph>Format - Rows - Hide Rows</emph> command. Manually hidden rows are deleted when you delete a selection that contains them."
msgstr ""
-#: html_doc.xhp#par_id3149959.10.help.text
-msgid "<item type=\"productname\">%PRODUCTNAME</item> offers various filters for opening HTML files, which you can select under <emph>File - Open</emph> in the <emph>Files of type</emph> list box:"
+#. P%f^
+#: calc_series.xhp
+msgctxt ""
+"calc_series.xhp\n"
+"tit\n"
+"help.text"
+msgid "Automatically Calculating Series"
msgstr ""
-#: html_doc.xhp#par_id3146969.15.help.text
-msgid "Choose the file type \"HTML Document (<item type=\"productname\">%PRODUCTNAME</item> Calc)\" to open in <item type=\"productname\">%PRODUCTNAME</item> Calc."
+#. N?B$
+#: calc_series.xhp
+msgctxt ""
+"calc_series.xhp\n"
+"bm_id3150769\n"
+"help.text"
+msgid "<bookmark_value>series; calculating</bookmark_value> <bookmark_value>calculating; series</bookmark_value> <bookmark_value>linear series</bookmark_value> <bookmark_value>growth series</bookmark_value> <bookmark_value>date series</bookmark_value> <bookmark_value>powers of 2 calculations</bookmark_value> <bookmark_value>cells; filling automatically</bookmark_value> <bookmark_value>automatic cell filling</bookmark_value> <bookmark_value>AutoFill function</bookmark_value> <bookmark_value>filling;cells, automatically</bookmark_value>"
msgstr ""
-#: html_doc.xhp#par_id3155446.16.help.text
-msgid "All <item type=\"productname\">%PRODUCTNAME</item> Calc options are now available to you. However, not all options that <item type=\"productname\">%PRODUCTNAME</item> Calc offers for editing can be saved in HTML format."
+#. HVh]
+#: calc_series.xhp
+msgctxt ""
+"calc_series.xhp\n"
+"hd_id3150769\n"
+"6\n"
+"help.text"
+msgid "<variable id=\"calc_series\"><link href=\"text/scalc/guide/calc_series.xhp\" name=\"Automatically Calculating Series\">Automatically Filling in Data Based on Adjacent Cells</link></variable>"
msgstr ""
-#: html_doc.xhp#par_id3150370.17.help.text
-msgid "<link href=\"text/shared/01/01020000.xhp\" name=\"File - Open\">File - Open</link>"
+#. sUdi
+#: calc_series.xhp
+msgctxt ""
+"calc_series.xhp\n"
+"par_idN106A8\n"
+"help.text"
+msgid "You can automatically fill cells with data with the AutoFill command or the Series command."
msgstr ""
-#: html_doc.xhp#par_id3150199.18.help.text
-msgid "<link href=\"text/shared/01/01070000.xhp\" name=\"File - Save As\">File - Save As</link>"
+#. `f8~
+#: calc_series.xhp
+msgctxt ""
+"calc_series.xhp\n"
+"par_idN106D3\n"
+"help.text"
+msgid "Using AutoFill"
msgstr ""
-#: text_wrap.xhp#tit.help.text
-msgid "Writing Multi-line Text"
+#. HLa-
+#: calc_series.xhp
+msgctxt ""
+"calc_series.xhp\n"
+"par_idN106D7\n"
+"help.text"
+msgid "AutoFill automatically generates a data series based on a defined pattern."
msgstr ""
-#: text_wrap.xhp#bm_id3154346.help.text
-msgid "<bookmark_value>text in cells; multi-line</bookmark_value><bookmark_value>cells; text breaks</bookmark_value><bookmark_value>breaks in cells</bookmark_value><bookmark_value>multi-line text in cells</bookmark_value>"
+#. \Nq#
+#: calc_series.xhp
+msgctxt ""
+"calc_series.xhp\n"
+"par_id3154319\n"
+"7\n"
+"help.text"
+msgid "On a sheet, click in a cell, and type a number."
msgstr ""
-#: text_wrap.xhp#hd_id3154346.42.help.text
-msgid "<variable id=\"text_wrap\"><link href=\"text/scalc/guide/text_wrap.xhp\" name=\"Writing Multi-line Text\">Writing Multi-line Text</link></variable>"
+#. YHm\
+#: calc_series.xhp
+msgctxt ""
+"calc_series.xhp\n"
+"par_idN106CB\n"
+"help.text"
+msgid "Click in another cell and then click back in the cell where you typed the number."
msgstr ""
-#: text_wrap.xhp#par_id3156280.41.help.text
-msgid "Pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter keys inserts a manual line break. This shortcut only works directly in the cell, not in the input line."
+#. .y+\
+#: calc_series.xhp
+msgctxt ""
+"calc_series.xhp\n"
+"par_id3145272\n"
+"16\n"
+"help.text"
+msgid "Drag the fill handle in the bottom right corner of the cell across the cells that you want to fill, and release the mouse button."
msgstr ""
-#: text_wrap.xhp#par_id3153142.43.help.text
-msgid "If you want the text to automatically break at the right border of the cell, proceed as follows:"
+#. N{3o
+#: calc_series.xhp
+msgctxt ""
+"calc_series.xhp\n"
+"par_id3145801\n"
+"17\n"
+"help.text"
+msgid "The cells are filled with ascending numbers."
msgstr ""
-#: text_wrap.xhp#par_id3153951.44.help.text
-msgid "Select all the cells where you want the text to break at the right border."
+#. pc59
+#: calc_series.xhp
+msgctxt ""
+"calc_series.xhp\n"
+"par_idN106EE\n"
+"help.text"
+msgid "To quickly create a list of consecutive days, enter <item type=\"literal\">Monday</item> in a cell, and drag the fill handle."
msgstr ""
-#: text_wrap.xhp#par_id3148575.45.help.text
-msgid "In <emph>Format - Cells - Alignment</emph>, mark the <emph>Wrap text automatically</emph> option and click OK."
+#. E/L3
+#: calc_series.xhp
+msgctxt ""
+"calc_series.xhp\n"
+"par_id9720145\n"
+"help.text"
+msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> if you do not want to fill the cells with different values."
msgstr ""
-#: text_wrap.xhp#par_id3145799.46.help.text
-msgid "<link href=\"text/scalc/01/05020000.xhp\" name=\"Format - Cell\">Format - Cell</link>"
+#. 7\3^
+#: calc_series.xhp
+msgctxt ""
+"calc_series.xhp\n"
+"par_id3154490\n"
+"18\n"
+"help.text"
+msgid "If you select two or more adjacent cells that contain different numbers, and drag, the remaining cells are filled with the arithmetic pattern that is recognized in the numbers. The AutoFill function also recognizes customized lists that are defined under <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists</item>."
msgstr ""
-#: database_sort.xhp#tit.help.text
-msgid "Sorting Data "
+#. BG;c
+#: calc_series.xhp
+msgctxt ""
+"calc_series.xhp\n"
+"par_idN10737\n"
+"help.text"
+msgid "You can double-click the fill handle to automatically fill all empty columns of the current data block. For example, first enter Jan into A1 and drag the fill handle down to A12 to get the twelve months in the first column. Now enter some values into B1 and C1. Select those two cells, and double-click the fill handle. This fills automatically the data block B1:C12."
msgstr ""
-#: database_sort.xhp#bm_id3150767.help.text
-msgid "<bookmark_value>database ranges; sorting</bookmark_value> <bookmark_value>sorting; database ranges</bookmark_value> <bookmark_value>data;sorting in databases</bookmark_value>"
+#. jLH]
+#: calc_series.xhp
+msgctxt ""
+"calc_series.xhp\n"
+"par_idN10713\n"
+"help.text"
+msgid "Using a Defined Series"
msgstr ""
-#: database_sort.xhp#hd_id3150767.44.help.text
-msgid "<variable id=\"database_sort\"><link href=\"text/scalc/guide/database_sort.xhp\" name=\"Sorting Database Ranges\">Sorting Data</link></variable>"
+#. =CR=
+#: calc_series.xhp
+msgctxt ""
+"calc_series.xhp\n"
+"par_id3150749\n"
+"9\n"
+"help.text"
+msgid "Select the cell range in the sheet that you want to fill."
msgstr ""
-#: database_sort.xhp#par_id3145751.45.help.text
-msgid "Click in a database range."
+#. ~rdz
+#: calc_series.xhp
+msgctxt ""
+"calc_series.xhp\n"
+"par_id3154754\n"
+"19\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Edit - Fill - Series</item>."
msgstr ""
-#: database_sort.xhp#par_id121020081121549.help.text
-msgid "If you select a range of cells, only these cells will get sorted. If you just click one cell without selecting, then the whole database range will get sorted."
+#. `dDi
+#: calc_series.xhp
+msgctxt ""
+"calc_series.xhp\n"
+"par_idN10716\n"
+"help.text"
+msgid "Select the parameters for the series."
msgstr ""
-#: database_sort.xhp#par_idN10635.help.text
-msgid "Choose <item type=\"menuitem\">Data - Sort</item>."
+#. MYAO
+#: calc_series.xhp
+msgctxt ""
+"calc_series.xhp\n"
+"par_idN10731\n"
+"help.text"
+msgid "If you select a <emph>linear</emph> series, the increment that you enter is <emph>added</emph> to each consecutive number in the series to create the next value."
msgstr ""
-#: database_sort.xhp#par_id121020081121547.help.text
-msgid "The range of cells that will get sorted is shown in inverted colors."
+#. 4{;-
+#: calc_series.xhp
+msgctxt ""
+"calc_series.xhp\n"
+"par_idN1073C\n"
+"help.text"
+msgid "If you select a <emph>growth</emph> series, the increment that you enter is <emph>multiplied</emph> by each consecutive number to create the next value."
msgstr ""
-#: database_sort.xhp#par_idN10645.help.text
-msgid "Select the sort options that you want."
+#. ZDli
+#: calc_series.xhp
+msgctxt ""
+"calc_series.xhp\n"
+"par_idN10747\n"
+"help.text"
+msgid "If you select a <emph>date</emph> series, the increment that you enter is added to the time unit that you specify."
msgstr ""
-#: database_sort.xhp#par_idN1063D.help.text
+#. ,o6h
+#: calc_series.xhp
#, fuzzy
-msgctxt "database_sort.xhp#par_idN1063D.help.text"
-msgid "Click <emph>OK</emph>."
-msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
+msgctxt ""
+"calc_series.xhp\n"
+"par_id3159173\n"
+"20\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01060400.xhp\" name=\"Sort lists\">Sort lists</link>"
+msgstr "<link href=\"text/shared/optionen/01060500.xhp\" name=\"Calculate\">გამოთვლა</link>"
-#: database_sort.xhp#par_id1846980.help.text
-msgctxt "database_sort.xhp#par_id1846980.help.text"
-msgid "<link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Defining_a_Data_Range\">Wiki page about defining a data range</link>"
+#. P1ok
+#: auto_off.xhp
+msgctxt ""
+"auto_off.xhp\n"
+"tit\n"
+"help.text"
+msgid "Deactivating Automatic Changes"
msgstr ""
-#: finding.xhp#tit.help.text
-msgid "Finding and Replacing in Calc"
+#. *e_8
+#: auto_off.xhp
+msgctxt ""
+"auto_off.xhp\n"
+"bm_id3149456\n"
+"help.text"
+msgid "<bookmark_value>deactivating; automatic changes</bookmark_value> <bookmark_value>tables; deactivating automatic changes in</bookmark_value> <bookmark_value>AutoInput function on/off</bookmark_value> <bookmark_value>text in cells;AutoInput function</bookmark_value> <bookmark_value>cells; AutoInput function of text</bookmark_value> <bookmark_value>input support in spreadsheets</bookmark_value> <bookmark_value>changing; input in cells</bookmark_value> <bookmark_value>AutoCorrect function;cell contents</bookmark_value> <bookmark_value>cell input;AutoInput function</bookmark_value> <bookmark_value>lowercase letters;AutoInput function (in cells)</bookmark_value> <bookmark_value>capital letters;AutoInput function (in cells)</bookmark_value> <bookmark_value>date formats;avoiding conversion to</bookmark_value> <bookmark_value>number completion on/off</bookmark_value> <bookmark_value>text completion on/off</bookmark_value> <bookmark_value>word completion on/off</bookmark_value>"
msgstr ""
-#: finding.xhp#bm_id3769341.help.text
-msgid "<bookmark_value>searching, see also finding</bookmark_value><bookmark_value>finding;formulas/values/text/objects</bookmark_value><bookmark_value>replacing; cell contents</bookmark_value><bookmark_value>formatting;multiple cell texts</bookmark_value>"
+#. cp;F
+#: auto_off.xhp
+msgctxt ""
+"auto_off.xhp\n"
+"hd_id3149456\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"auto_off\"><link href=\"text/scalc/guide/auto_off.xhp\" name=\"Deactivating Automatic Changes\">Deactivating Automatic Changes</link></variable>"
msgstr ""
-#: finding.xhp#hd_id3149204.help.text
-msgid "<variable id=\"finding\"><link href=\"text/scalc/guide/finding.xhp\">Finding and Replacing in Calc</link></variable>"
+#. n_rt
+#: auto_off.xhp
+msgctxt ""
+"auto_off.xhp\n"
+"par_id3156442\n"
+"2\n"
+"help.text"
+msgid "By default, $[officename] automatically corrects many common typing errors and applies formatting while you type. You can immediately undo any automatic changes with <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Z."
msgstr ""
-#: finding.xhp#par_id9363689.help.text
-msgid "In spreadsheet documents you can find words, formulas, and styles. You can navigate from one result to the next, or you can highlight all matching cells at once, then apply another format or replace the cell content by other content."
+#. 38Ni
+#: auto_off.xhp
+msgctxt ""
+"auto_off.xhp\n"
+"par_id3145273\n"
+"3\n"
+"help.text"
+msgid "The following shows you how to deactivate and reactivate the automatic changes in $[officename] Calc:"
msgstr ""
-#: finding.xhp#hd_id3610644.help.text
-msgid "The Find & Replace dialog"
+#. 2`Ad
+#: auto_off.xhp
+msgctxt ""
+"auto_off.xhp\n"
+"hd_id3145748\n"
+"4\n"
+"help.text"
+msgid "Automatic Text or Number Completion"
msgstr ""
-#: finding.xhp#par_id2224494.help.text
-msgid "Cells can contain text or numbers that were entered directly as in a text document. But cells can also contain text or numbers as the result of a calculation. For example, if a cell contains the formula =1+2 it displays the result 3. You must decide whether to search for the 1 respective 2, or to search the 3."
+#. PorH
+#: auto_off.xhp
+msgctxt ""
+"auto_off.xhp\n"
+"par_id3154730\n"
+"5\n"
+"help.text"
+msgid "When making an entry in a cell, $[officename] Calc automatically suggests matching input found in the same column. This function is known as <emph>AutoInput</emph>."
msgstr ""
-#: finding.xhp#hd_id2423780.help.text
-msgid "To find formulas or values"
+#. \1-Y
+#: auto_off.xhp
+msgctxt ""
+"auto_off.xhp\n"
+"par_id3153878\n"
+"6\n"
+"help.text"
+msgid "To turn the AutoInput on and off, set or remove the check mark in front of <link href=\"text/scalc/01/06130000.xhp\" name=\"Tools - Cell Contents - AutoInput\"><emph>Tools - Cell Contents - AutoInput</emph></link>."
msgstr ""
-#: finding.xhp#par_id2569658.help.text
-msgid "You can specify in the Find & Replace dialog either to find the parts of a formula or the results of a calculation."
+#. N^cj
+#: auto_off.xhp
+msgctxt ""
+"auto_off.xhp\n"
+"hd_id3146972\n"
+"21\n"
+"help.text"
+msgid "Automatic Conversion to Date Format"
msgstr ""
-#: finding.xhp#par_id6394238.help.text
-msgctxt "finding.xhp#par_id6394238.help.text"
-msgid "Choose <emph>Edit - Find & Replace</emph> to open the Find & Replace dialog."
+#. @TqT
+#: auto_off.xhp
+msgctxt ""
+"auto_off.xhp\n"
+"par_id3153707\n"
+"22\n"
+"help.text"
+msgid "$[officename] Calc automatically converts certain entries to dates. For example, the entry <emph>1.1</emph> may be interpreted as January 1 of the current year, according to the locale settings of your operating system, and then displayed according to the date format applied to the cell."
msgstr ""
-#: finding.xhp#par_id7214270.help.text
-msgid "Click <emph>More Options</emph> to expand the dialog."
+#. .WZ!
+#: auto_off.xhp
+msgctxt ""
+"auto_off.xhp\n"
+"par_id3159267\n"
+"23\n"
+"help.text"
+msgid "To ensure that an entry is interpreted as text, add an apostrophe at the beginning of the entry. The apostrophe is not displayed in the cell."
msgstr ""
-#: finding.xhp#par_id2186346.help.text
-msgid "Select \"Formulas\" or \"Values\" in the <emph>Search in</emph> list box."
+#. pt-y
+#: auto_off.xhp
+msgctxt ""
+"auto_off.xhp\n"
+"hd_id3150043\n"
+"7\n"
+"help.text"
+msgid "Quotation Marks Replaced by Custom Quotes"
msgstr ""
-#: finding.xhp#par_id1331217.help.text
-msgid "With \"Formulas\" you will find all parts of the formulas. "
+#. .U4#
+#: auto_off.xhp
+msgctxt ""
+"auto_off.xhp\n"
+"par_id3155333\n"
+"9\n"
+"help.text"
+msgid "Choose <emph>Tools - AutoCorrect Options</emph>. Go to the <emph>Localized Options</emph> tab and unmark <emph>Replace</emph>."
msgstr ""
-#: finding.xhp#par_id393993.help.text
-msgid "With \"Values\" you will find the results of the calculations. "
+#. !_ka
+#: auto_off.xhp
+msgctxt ""
+"auto_off.xhp\n"
+"hd_id3149565\n"
+"11\n"
+"help.text"
+msgid "Cell Content Always Begins With Uppercase"
msgstr ""
-#: finding.xhp#par_id3163853.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."
+#. 8z(l
+#: auto_off.xhp
+msgctxt ""
+"auto_off.xhp\n"
+"par_id3147001\n"
+"13\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect Options</item>. Go to the <item type=\"menuitem\">Options</item> tab. Unmark <item type=\"menuitem\">Capitalize first letter of every sentence</item>."
msgstr ""
-#: finding.xhp#hd_id7359233.help.text
-msgid "Finding text"
+#. u(bG
+#: auto_off.xhp
+msgctxt ""
+"auto_off.xhp\n"
+"hd_id3150345\n"
+"15\n"
+"help.text"
+msgid "Replace Word With Another Word"
msgstr ""
-#: finding.xhp#par_id6549272.help.text
-msgctxt "finding.xhp#par_id6549272.help.text"
-msgid "Choose <emph>Edit - Find & Replace</emph> to open the Find & Replace dialog."
+#. 9QvR
+#: auto_off.xhp
+msgctxt ""
+"auto_off.xhp\n"
+"par_id3166425\n"
+"17\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect Options</item>. Go to the <item type=\"menuitem\">Replace</item> tab. Select the word pair and click <item type=\"menuitem\">Delete</item>."
msgstr ""
-#: finding.xhp#par_id6529740.help.text
-msgid "Enter the text to find in the <emph>Search for</emph> text box."
+#. v|Z1
+#: auto_off.xhp
+msgctxt ""
+"auto_off.xhp\n"
+"par_id3152992\n"
+"19\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06130000.xhp\" name=\"Tools - Cell Contents - AutoInput\">Tools - Cell Contents - AutoInput</link>"
msgstr ""
-#: finding.xhp#par_id9121982.help.text
-msgid "Either click <emph>Find</emph> or <emph>Find All</emph>."
+#. pwm,
+#: auto_off.xhp
+msgctxt ""
+"auto_off.xhp\n"
+"par_id3154368\n"
+"20\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"Tools - AutoCorrect\">Tools - AutoCorrect Options</link>"
msgstr ""
-#: finding.xhp#par_id3808404.help.text
-msgid "When you click <emph>Find</emph>, Calc will select the next cell that contains your text. You can watch and edit the text, then click <emph>Find</emph> again to advance to the next found cell. "
+#. l0ng
+#: cellreferences_url.xhp
+msgctxt ""
+"cellreferences_url.xhp\n"
+"tit\n"
+"help.text"
+msgid "References to Other Sheets and Referencing URLs"
msgstr ""
-#: finding.xhp#par_id2394482.help.text
-msgid "If you closed the dialog, you can press a key combination (<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F) to find the next cell without opening the dialog. "
+#. YhEw
+#: cellreferences_url.xhp
+msgctxt ""
+"cellreferences_url.xhp\n"
+"bm_id3150441\n"
+"help.text"
+msgid "<bookmark_value>HTML; in sheet cells</bookmark_value><bookmark_value>references; URL in cells</bookmark_value><bookmark_value>cells; Internet references</bookmark_value><bookmark_value>URL; in Calc</bookmark_value>"
msgstr ""
-#: finding.xhp#par_id631733.help.text
-msgid "By default, Calc searches the current sheet. Click <emph>More Options</emph>, then enable <emph>Search in all sheets</emph> to search through all sheets of the document."
+#. 7i+I
+#: cellreferences_url.xhp
+msgctxt ""
+"cellreferences_url.xhp\n"
+"hd_id3150441\n"
+"15\n"
+"help.text"
+msgid "<variable id=\"cellreferences_url\"><link href=\"text/scalc/guide/cellreferences_url.xhp\" name=\"Referencing URLs\">Referencing URLs</link></variable>"
msgstr ""
-#: finding.xhp#par_id7811822.help.text
-msgid "When you click <emph>Find All</emph>, Calc selects all cells that contain your entry. Now you can for example set all found cells to bold, or apply a Cell Style to all at once."
+#. 9L6/
+#: cellreferences_url.xhp
+msgctxt ""
+"cellreferences_url.xhp\n"
+"par_id1955626\n"
+"help.text"
+msgid "For example, if you found an Internet page containing current stock exchange information in spreadsheet cells, you can load this page in $[officename] Calc by using the following procedure:"
msgstr ""
-#: finding.xhp#hd_id8531449.help.text
-msgid "The Navigator"
+#. v]2#
+#: cellreferences_url.xhp
+msgctxt ""
+"cellreferences_url.xhp\n"
+"par_id3152993\n"
+"39\n"
+"help.text"
+msgid "In a $[officename] Calc document, position the cursor in the cell into which you want to insert the external data."
msgstr ""
-#: finding.xhp#par_id9183935.help.text
-msgid "Choose <emph>View - Navigator</emph> to open the Navigator window."
+#. B,K\
+#: cellreferences_url.xhp
+msgctxt ""
+"cellreferences_url.xhp\n"
+"par_id3145384\n"
+"40\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Insert - Link to External Data</item>. The <link href=\"text/scalc/01/04090000.xhp\" name=\"External Data\"><item type=\"menuitem\">External Data</item></link> dialog appears."
msgstr ""
-#: finding.xhp#par_id946684.help.text
-msgid "The Navigator is the main tool for finding and selecting objects."
+#. 6-QP
+#: cellreferences_url.xhp
+msgctxt ""
+"cellreferences_url.xhp\n"
+"par_id3152892\n"
+"41\n"
+"help.text"
+msgid "Enter the URL of the document or Web page in the dialog. The URL must be in the format: http://www.my-bank.com/table.html. The URL for local or local area network files is the path seen in the <item type=\"menuitem\">File - Open</item> dialog."
msgstr ""
-#: finding.xhp#par_id9607226.help.text
-msgid "Use the Navigator for inserting objects and links within the same document or from other open documents."
+#. I*E:
+#: cellreferences_url.xhp
+msgctxt ""
+"cellreferences_url.xhp\n"
+"par_id3153068\n"
+"42\n"
+"help.text"
+msgid "$[officename] loads the Web page or file in the \"background\", that is, without displaying it. In the large list box of the <item type=\"menuitem\">External Data</item> dialog, you can see the name of all the sheets or named ranges you can choose from."
msgstr ""
-#: row_height.xhp#tit.help.text
-msgid "Changing Row Height or Column Width"
+#. =EIA
+#: cellreferences_url.xhp
+msgctxt ""
+"cellreferences_url.xhp\n"
+"par_id3153914\n"
+"43\n"
+"help.text"
+msgid "Select one or more sheets or named ranges. You can also activate the automatic update function every \"n\" seconds and click <item type=\"menuitem\">OK</item>."
msgstr ""
-#: row_height.xhp#bm_id3145748.help.text
-msgid "<bookmark_value>heights of cells</bookmark_value><bookmark_value>cell heights</bookmark_value><bookmark_value>cell widths</bookmark_value><bookmark_value>cells; heights and widths</bookmark_value><bookmark_value>widths of cells</bookmark_value><bookmark_value>column widths</bookmark_value><bookmark_value>rows; heights</bookmark_value><bookmark_value>columns; widths</bookmark_value><bookmark_value>changing;row heights/column widths</bookmark_value>"
+#. K.tD
+#: cellreferences_url.xhp
+msgctxt ""
+"cellreferences_url.xhp\n"
+"par_id3157979\n"
+"44\n"
+"help.text"
+msgid "The contents will be inserted as a link in the $[officename] Calc document."
msgstr ""
-#: row_height.xhp#hd_id3145748.1.help.text
-msgid "<variable id=\"row_height\"><link href=\"text/scalc/guide/row_height.xhp\" name=\"Changing Row Height or Column Width\">Changing Row Height or Column Width</link></variable>"
+#. [^Ri
+#: cellreferences_url.xhp
+msgctxt ""
+"cellreferences_url.xhp\n"
+"par_id3144768\n"
+"30\n"
+"help.text"
+msgid "Save your spreadsheet. When you open it again later, $[officename] Calc will update the linked cells following an inquiry."
msgstr ""
-#: row_height.xhp#par_id3154017.2.help.text
-msgid "You can change the height of the rows with the mouse or through the dialog."
+#. :VUY
+#: cellreferences_url.xhp
+msgctxt ""
+"cellreferences_url.xhp\n"
+"par_id3159204\n"
+"38\n"
+"help.text"
+msgid "Under <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01040900.xhp\" name=\"Spreadsheet - General\"><item type=\"menuitem\">%PRODUCTNAME Calc - General</item></link> you can choose to have the update, when opened, automatically carried out either always, upon request or never. The update can be started manually in the dialog under <item type=\"menuitem\">Edit - Links</item>."
msgstr ""
-#: row_height.xhp#par_id3154702.3.help.text
-msgid "What is described here for rows and row height applies accordingly for columns and column width."
+#. Tijf
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"tit\n"
+"help.text"
+msgid "Navigating Through Sheets Tabs"
msgstr ""
-#: row_height.xhp#hd_id3153963.4.help.text
-msgid "Using the mouse to change the row height or column width"
+#. \pip
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"bm_id3150769\n"
+"help.text"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
msgstr ""
-#: row_height.xhp#par_id3154020.5.help.text
-msgid "Click the area of the headers on the separator below the current row, keep the mouse button pressed and drag up or down in order to change the row height."
+#. -k$6
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"hd_id3150769\n"
+"4\n"
+"help.text"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\" name=\"Navigating Through Sheet Tabs\">Navigating Through Sheet Tabs</link> </variable>"
msgstr ""
-#: row_height.xhp#par_id3159237.6.help.text
-msgid "Select the optimal row height by double-clicking the separator below the row."
+#. |92y
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id3153771\n"
+"3\n"
+"help.text"
+msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
msgstr ""
-#: row_height.xhp#hd_id3154659.7.help.text
-msgid "Using the dialog to change the row height or column width"
+#. tGEW
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_idN106AF\n"
+"help.text"
+msgid "<image id=\"img_id4829822\" src=\"res/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr ""
-#: row_height.xhp#par_id3150367.8.help.text
-msgid "Click the row so that you achieve the focus."
+#. e-.4
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id3153144\n"
+"help.text"
+msgid "<image id=\"img_id3156441\" src=\"res/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
msgstr ""
-#: row_height.xhp#par_id3166432.9.help.text
-msgid "Start the context menu on the header at the left-hand side."
+#. ajrm
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id3147396\n"
+"5\n"
+"help.text"
+msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr ""
-#: row_height.xhp#par_id3150519.10.help.text
-msgid "You will see the commands <emph>Row Height</emph> and <emph>Optimal row height</emph>. Choosing either opens a dialog."
+#. VU?k
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id3149379\n"
+"6\n"
+"help.text"
+msgid "If there is insufficient space to display all the sheet tabs, you can increase it by pointing to the separator between the scrollbar and the sheet tabs, pressing the mouse button and, keeping the mouse button pressed, dragging to the right. In doing so you will be sharing the available space between the sheet tabs and horizontal scrollbar."
msgstr ""
-#: row_height.xhp#par_id3154487.11.help.text
-msgid "<link href=\"text/shared/01/05340100.xhp\" name=\"Row height\">Row height</link>"
+#. 5dK2
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"tit\n"
+"help.text"
+msgid "Applying Multiple Operations"
msgstr ""
-#: row_height.xhp#par_id3149408.12.help.text
-msgid "<link href=\"text/scalc/01/05030200.xhp\" name=\"Optimal row height\">Optimal row height</link>"
+#. qJJJ
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"bm_id3147559\n"
+"help.text"
+msgid "<bookmark_value>multiple operations</bookmark_value><bookmark_value>what if operations;two variables</bookmark_value><bookmark_value>tables; multiple operations in</bookmark_value><bookmark_value>data tables; multiple operations in</bookmark_value><bookmark_value>cross-classified tables</bookmark_value>"
msgstr ""
-#: row_height.xhp#par_id3153305.13.help.text
-msgid "<link href=\"text/shared/01/05340200.xhp\" name=\"Column width\">Column width</link>"
+#. 9n@B
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"hd_id3147559\n"
+"5\n"
+"help.text"
+msgid "<variable id=\"multioperation\"><link href=\"text/scalc/guide/multioperation.xhp\" name=\"Applying Multiple Operations\">Applying Multiple Operations</link></variable>"
msgstr ""
-#: row_height.xhp#par_id3153815.14.help.text
-msgid "<link href=\"text/scalc/01/05040200.xhp\" name=\"Optimal column width\">Optimal column width</link>"
+#. /XjI
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"hd_id3145171\n"
+"1\n"
+"help.text"
+msgid "Multiple Operations in Columns or Rows"
msgstr ""
-#: format_value.xhp#tit.help.text
-msgid "Formatting Numbers With Decimals"
+#. H$j{
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"par_id4123966\n"
+"help.text"
+msgid "The <item type=\"menuitem\">Data - Multiple Operations</item> command provides a planning tool for \"what if\" questions. In your spreadsheet, you enter a formula to calculate a result from values that are stored in other cells. Then, you set up a cell range where you enter some fixed values, and the Multiple Operations command will calculate the results depending on the formula."
msgstr ""
-#: format_value.xhp#bm_id3145367.help.text
-msgid "<bookmark_value>numbers;formatting decimals</bookmark_value> <bookmark_value>formats; numbers in tables</bookmark_value> <bookmark_value>tables; number formats</bookmark_value> <bookmark_value>defaults; number formats in spreadsheets</bookmark_value> <bookmark_value>decimal places;formatting numbers</bookmark_value> <bookmark_value>formatting;numbers with decimals</bookmark_value> <bookmark_value>formatting;adding/deleting decimal places</bookmark_value> <bookmark_value>number formats; adding/deleting decimal places in cells</bookmark_value> <bookmark_value>deleting; decimal places</bookmark_value> <bookmark_value>decimal places; adding/deleting</bookmark_value>"
+#. V*4:
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"par_id3156424\n"
+"2\n"
+"help.text"
+msgid "In the <emph>Formulas</emph> field, enter the cell reference to the formula that applies to the data range. In the <emph>Column input cell/Row input cell</emph> field, enter the cell reference to the corresponding cell that is part of the formula. This can be explained best by examples:"
msgstr ""
-#: format_value.xhp#hd_id3145367.4.help.text
-msgid "<variable id=\"format_value\"><link href=\"text/scalc/guide/format_value.xhp\" name=\"Formatting Numbers With Decimals\">Formatting Numbers With Decimals</link></variable>"
-msgstr ""
+#. pom|
+#: multioperation.xhp
+#, fuzzy
+msgctxt ""
+"multioperation.xhp\n"
+"hd_id3159153\n"
+"7\n"
+"help.text"
+msgid "Examples"
+msgstr "მაგალითად"
-#: format_value.xhp#par_id3148576.5.help.text
-msgid "Enter a number into the sheet, for example, 1234.5678. This number will be displayed in the default number format, with two decimal places. You will see 1234.57 when you confirm the entry. Only the display in the document will be rounded off; internally, the number retains all four decimal places after the decimal point."
+#. v%DB
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"par_id3153189\n"
+"8\n"
+"help.text"
+msgid "You produce toys which you sell for $10 each. Each toy costs $2 to make, in addition to which you have fixed costs of $10,000 per year. How much profit will you make in a year if you sell a particular number of toys?"
msgstr ""
-#: format_value.xhp#par_id3154012.12.help.text
-msgid "To format numbers with decimals:"
+#. NIXi
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"par_id6478774\n"
+"help.text"
+msgid "<image id=\"img_id1621753\" src=\"res/helpimg/what-if.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id1621753\">what-if sheet area</alt></image>"
msgstr ""
-#: format_value.xhp#par_id3147394.6.help.text
-msgid "Set the cursor at the number and choose <emph>Format - Cells</emph> to start the <emph>Format Cells</emph> dialog."
+#. }(A[
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"hd_id3145239\n"
+"41\n"
+"help.text"
+msgid "Calculating With One Formula and One Variable"
msgstr ""
-#: format_value.xhp#par_id3153157.9.help.text
-msgid "On the <emph>Numbers</emph> tab you will see a selection of predefined number formats. In the bottom right in the dialog you will see a preview of how your current number would look if you were to give it a particular format."
+#. uPgP
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"par_id3146888\n"
+"42\n"
+"help.text"
+msgid "To calculate the profit, first enter any number as the quantity (items sold) - in this example 2000. The profit is found from the formula Profit=Quantity * (Selling price - Direct costs) - Fixed costs. Enter this formula in B5."
msgstr ""
-#: format_value.xhp#par_id3155766.help.text
-msgid "<image id=\"img_id3149021\" src=\"cmd/sc_numberformatincdecimals.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3149021\">Icon</alt></image>"
+#. )PN-
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"par_id3157875\n"
+"43\n"
+"help.text"
+msgid "In column D enter given annual sales, one below the other; for example, 500 to 5000, in steps of 500."
msgstr ""
-#: format_value.xhp#par_id3149256.10.help.text
-msgid "If you only want to modify the number of the decimal places displayed, the easiest method is to use the <emph>Number Format: Add Decimal Place</emph> or <emph>Number Format: Delete Decimal Place</emph> icons on the Formatting Bar."
+#. c?8\
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"par_id3159115\n"
+"44\n"
+"help.text"
+msgid "Select the range D2:E11, and thus the values in column D and the empty cells alongside in column E."
msgstr ""
-#: consolidate.xhp#tit.help.text
-msgid "Consolidating Data"
+#. AP\e
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"par_id3149723\n"
+"45\n"
+"help.text"
+msgid "Choose <emph>Data - Multiple operations</emph>."
msgstr ""
-#: consolidate.xhp#bm_id3150791.help.text
-msgid "<bookmark_value>consolidating data</bookmark_value> <bookmark_value>ranges; combining</bookmark_value> <bookmark_value>combining;cell ranges</bookmark_value> <bookmark_value>tables; combining</bookmark_value> <bookmark_value>data; merging cell ranges</bookmark_value> <bookmark_value>merging;data ranges</bookmark_value>"
+#. S==O
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"par_id3149149\n"
+"46\n"
+"help.text"
+msgid "With the cursor in the <emph>Formulas </emph>field, click cell B5."
msgstr ""
-#: consolidate.xhp#hd_id3150791.5.help.text
-msgid "<variable id=\"consolidate\"><link href=\"text/scalc/guide/consolidate.xhp\" name=\"Consolidating Data\">Consolidating Data</link></variable>"
+#. XzhW
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"par_id3149355\n"
+"47\n"
+"help.text"
+msgid "Set the cursor in the <emph>Column input cell</emph> field and click cell B4. This means that B4, the quantity, is the variable in the formula, which is replaced by the selected column values."
msgstr ""
-#: consolidate.xhp#par_id3153191.34.help.text
-msgid "During consolidation, the contents of the cells from several sheets will be combined in one place."
+#. ,$LJ
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"par_id3149009\n"
+"48\n"
+"help.text"
+msgid "Close the dialog with <emph>OK</emph>. You see the profits for the different quantities in column E."
msgstr ""
-#: consolidate.xhp#hd_id892056.help.text
-msgid "To Combine Cell Contents"
+#. :PyN
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"hd_id3148725\n"
+"49\n"
+"help.text"
+msgid "Calculating with Several Formulas Simultaneously"
msgstr ""
-#: consolidate.xhp#par_id3151073.6.help.text
-msgid "Open the document that contains the cell ranges to be consolidated."
+#. a:Tl
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"par_id3146880\n"
+"50\n"
+"help.text"
+msgid "Delete column E."
msgstr ""
-#: consolidate.xhp#par_id3154513.7.help.text
-msgid "Choose <item type=\"menuitem\">Data - Consolidate</item> to open the <emph>Consolidate</emph> dialog."
+#. ^:H%
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"par_id3154675\n"
+"51\n"
+"help.text"
+msgid "Enter the following formula in C5: = B5 / B4. You are now calculating the annual profit per item sold."
msgstr ""
-#: consolidate.xhp#par_id3147345.8.help.text
-msgid "From the <emph>Source data area</emph> box select a source cell range to consolidate with other areas."
+#. Um\q
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"par_id3148885\n"
+"52\n"
+"help.text"
+msgid "Select the range D2:F11, thus three columns."
msgstr ""
-#: consolidate.xhp#par_id3149209.9.help.text
-msgid "If the range is not named, click in the field next to the <emph>Source data area</emph>. A blinking text cursor appears. Type a reference for the first source data range or select the range with the mouse."
+#. r^;m
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"par_id3147474\n"
+"53\n"
+"help.text"
+msgid "Choose <emph>Data - Multiple Operations</emph>."
msgstr ""
-#: consolidate.xhp#par_id3155529.10.help.text
-msgid "Click <emph>Add</emph> to insert the selected range in the <emph>Consolidation areas</emph> field."
+#. NT$!
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"par_id3154846\n"
+"54\n"
+"help.text"
+msgid "With the cursor in the <emph>Formulas</emph> field, select cells B5 thru C5."
msgstr ""
-#: consolidate.xhp#par_id3153816.11.help.text
-msgid "Select additional ranges and click <emph>Add</emph> after each selection."
+#. v~v5
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"par_id3153931\n"
+"55\n"
+"help.text"
+msgid "Set the cursor in the <emph>Column input cell</emph> field and click cell B4."
msgstr ""
-#: consolidate.xhp#par_id3157983.12.help.text
-msgid "Specify where you want to display the result by selecting a target range from the <emph>Copy results to</emph> box."
+#. h~L(
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"par_id3150862\n"
+"56\n"
+"help.text"
+msgid "Close the dialog with <emph>OK</emph>. You will now see the profits in column E and the annual profit per item in column F."
msgstr ""
-#: consolidate.xhp#par_id3150215.13.help.text
-msgid "If the target range is not named, click in the field next to <emph>Copy results to</emph> and enter the reference of the target range. Alternatively, you can select the range using the mouse or position the cursor in the top left cell of the target range."
+#. k#)n
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"hd_id3146139\n"
+"3\n"
+"help.text"
+msgid "Multiple Operations Across Rows and Columns"
msgstr ""
-#: consolidate.xhp#par_id3153813.14.help.text
-msgid "Select a function from the <emph>Function</emph> box. The function specifies how the values of the consolidation ranges are linked. The \"Sum\" function is the default setting."
+#. 0gMX
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"par_id3148584\n"
+"4\n"
+"help.text"
+msgid "<item type=\"productname\">%PRODUCTNAME</item> allows you to carry out joint multiple operations for columns and rows in so-called cross-tables. The formula cell has to refer to both the data range arranged in rows and the one arranged in columns. Select the range defined by both data ranges and call the multiple operation dialog. Enter the reference to the formula in the <emph>Formulas</emph> field. The <emph>Row input cell</emph> and the <emph>Column input cell</emph> fields are used to enter the reference to the corresponding cells of the formula."
msgstr ""
-#: consolidate.xhp#par_id3149315.15.help.text
-msgid "Click <emph>OK</emph> to consolidate the ranges."
+#. 2k_]
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"hd_id3149949\n"
+"57\n"
+"help.text"
+msgid "Calculating with Two Variables"
msgstr ""
-#: consolidate.xhp#par_idN107DE.help.text
-msgid "Additional Settings"
-msgstr "დამატებითი პარამეტრები"
-
-#: consolidate.xhp#par_id3147250.16.help.text
-msgid "Click <emph>More</emph> in the <emph>Consolidate</emph> dialog to display additional settings:"
+#. Ffm\
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"par_id3154808\n"
+"58\n"
+"help.text"
+msgid "Consider columns A and B of the sample table above. You now want to vary not just the quantity produced annually, but also the selling price, and you are interested in the profit in each case."
msgstr ""
-#: consolidate.xhp#par_id3156400.17.help.text
-msgid "Select <emph>Link to source data</emph> to insert the formulas that generate the results in the target range, rather than the actual results. If you link the data, any values modified in the source range are automatically updated in the target range."
+#. `0@s
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"par_id3149731\n"
+"59\n"
+"help.text"
+msgid "Expand the table shown above. D2 thru D11 contain the numbers 500, 1000 and so on, up to 5000. In E1 through H1 enter the numbers 8, 10, 15 and 20."
msgstr ""
-#: consolidate.xhp#par_id3150538.18.help.text
-msgid "The corresponding cell references in the target range are inserted in consecutive rows, which are automatically ordered and then hidden from view. Only the final result, based on the selected function, is displayed."
+#. +4Hl
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"par_id3152810\n"
+"95\n"
+"help.text"
+msgid "Select the range D1:H11."
msgstr ""
-#: consolidate.xhp#par_id3149945.19.help.text
-msgid "Under <emph>Consolidate by</emph>, select either <emph>Row labels</emph> or <emph>Column labels</emph> if the cells of the source data range are not to be consolidated corresponding to the identical position of the cell in the range, but instead according to a matching row label or column label."
+#. mn}x
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"par_id3153620\n"
+"96\n"
+"help.text"
+msgid "Choose <emph>Data - Multiple Operations</emph>."
msgstr ""
-#: consolidate.xhp#par_id3157871.20.help.text
-msgid "To consolidate by row labels or column labels, the label must be contained in the selected source ranges."
+#. rF/K
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"par_id3149981\n"
+"97\n"
+"help.text"
+msgid "With the cursor in the <emph>Formulas</emph> field, click cell B5."
msgstr ""
-#: consolidate.xhp#par_id3150478.21.help.text
-msgid "The text in the labels must be identical, so that rows or columns can be accurately matched. If the row or column label does not match any that exist in the target range, it will be appended as a new row or column."
+#. Ypk(
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"par_id3156113\n"
+"98\n"
+"help.text"
+msgid "Set the cursor in the <emph>Row input cell</emph> field and click cell B1. This means that B1, the selling price, is the horizontally entered variable (with the values 8, 10, 15 and 20)."
msgstr ""
-#: consolidate.xhp#par_id3147468.22.help.text
-msgid "The data from the consolidation ranges and target range will be saved when you save the document. If you later open a document in which consolidation has been defined, this data will again be available."
+#. cG^c
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"par_id3154049\n"
+"99\n"
+"help.text"
+msgid "Set the cursor in the <emph>Column input cell</emph> field and click in B4. This means that B4, the quantity, is the vertically entered variable."
msgstr ""
-#: consolidate.xhp#par_id3153039.33.help.text
-msgid "<link href=\"text/scalc/01/12070000.xhp\" name=\"Data - Consolidate\">Data - Consolidate</link>"
+#. {$yo
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"par_id3149141\n"
+"100\n"
+"help.text"
+msgid "Close the dialog with OK. You see the profits for the different selling prices in the range E2:H11."
msgstr ""
-#: address_auto.xhp#tit.help.text
-msgid "Recognizing Names as Addressing"
+#. AL}d
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
+"par_id3155104\n"
+"101\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12060000.xhp\" name=\"Multiple operations\">Multiple operations</link>"
msgstr ""
-#: address_auto.xhp#bm_id3148797.help.text
-msgid "<bookmark_value>automatic addressing in tables</bookmark_value> <bookmark_value>natural language addressing</bookmark_value> <bookmark_value>formulas; using row/column labels</bookmark_value> <bookmark_value>text in cells; as addressing</bookmark_value> <bookmark_value>addressing; automatic</bookmark_value> <bookmark_value>name recognition on/off</bookmark_value> <bookmark_value>row headers;using in formulas</bookmark_value> <bookmark_value>column headers;using in formulas</bookmark_value> <bookmark_value>columns; finding labels automatically</bookmark_value> <bookmark_value>rows; finding labels automatically</bookmark_value> <bookmark_value>recognizing; column and row labels</bookmark_value>"
+#. b?q-
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"tit\n"
+"help.text"
+msgid "Shortcut Keys (%PRODUCTNAME Calc Accessibility)"
msgstr ""
-#: address_auto.xhp#hd_id3148797.20.help.text
-msgid "<variable id=\"address_auto\"><link href=\"text/scalc/guide/address_auto.xhp\" name=\"Recognizing Names as Addressing\">Recognizing Names as Addressing</link></variable>"
+#. }i+Q
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"bm_id3145120\n"
+"help.text"
+msgid "<bookmark_value>accessibility; %PRODUCTNAME Calc shortcuts</bookmark_value><bookmark_value>shortcut keys;%PRODUCTNAME Calc accessibility</bookmark_value>"
msgstr ""
-#: address_auto.xhp#par_id3152597.21.help.text
-msgid "You can use cells with text to refer to the rows or to the columns that contain the cells."
+#. ^dsl
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3145120\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"keyboard\"><link href=\"text/scalc/guide/keyboard.xhp\" name=\"Shortcut Keys (%PRODUCTNAME Calc Accessibility)\">Shortcut Keys (<item type=\"productname\">%PRODUCTNAME</item> Calc Accessibility)</link></variable>"
msgstr ""
-#: address_auto.xhp#par_id3156283.help.text
-msgid "<image id=\"img_id3154942\" src=\"res/helpimg/names_as_addressing.png\" width=\"2.1291in\" height=\"0.8709in\" localize=\"true\"><alt id=\"alt_id3154942\">Example spreadsheet</alt></image>"
+#. hF?L
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3154760\n"
+"13\n"
+"help.text"
+msgid "Refer also to the lists of shortcut keys for <item type=\"productname\">%PRODUCTNAME</item> Calc and <item type=\"productname\">%PRODUCTNAME</item> in general."
msgstr ""
-#: address_auto.xhp#par_id3154512.22.help.text
-msgid "In the example spreadsheet, you can use the string <item type=\"literal\">'Column One'</item> in a formula to refer to the cell range <item type=\"literal\">B3</item> to <item type=\"literal\">B5</item>, or <item type=\"literal\">'Column Two'</item> for the cell range <item type=\"literal\">C2</item> to <item type=\"literal\">C5</item>. You can also use <item type=\"literal\">'Row One'</item> for the cell range <item type=\"literal\">B3</item> to <item type=\"literal\">D3</item>, or <item type=\"literal\">'Row Two'</item> for the cell range <item type=\"literal\">B4</item> to <item type=\"literal\">D4</item>. The result of a formula that uses a cell name, for example, <item type=\"literal\">SUM('Column One')</item>, is 600."
+#. pqY^
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3153360\n"
+"12\n"
+"help.text"
+msgid "Cell Selection Mode"
msgstr ""
-#: address_auto.xhp#par_id3155443.24.help.text
-msgid "This function is active by default. To turn this function off, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Calculate</emph> and clear the <emph>Automatically find column and row labels</emph> check box."
+#. y33T
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3150870\n"
+"help.text"
+msgid "<image id=\"img_id3150439\" src=\"formula/res/refinp1.png\" width=\"0.1327inch\" height=\"0.1327inch\"><alt id=\"alt_id3150439\">Icon</alt></image>"
msgstr ""
-#: address_auto.xhp#par_id3149210.37.help.text
-msgid "If you want a name to be automatically recognized by Calc, the name must start with a letter and be composed of alphanumeric characters. If you enter the name in the formula yourself, enclose the name in single quotation marks ('). If a single quotation mark appears in a name, you must enter a backslash in front of the quotation mark, for example, <item type=\"literal\">'Harry\\'s Bar'.</item>"
+#. 48$U
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3154319\n"
+"11\n"
+"help.text"
+msgid "In a text box that has a button to minimize the dialog, press <item type=\"keycode\">F2</item> to enter the cell selection mode. Select any number of cells, then press <item type=\"keycode\">F2</item> again to show the dialog."
msgstr ""
-#: calc_timevalues.xhp#tit.help.text
-msgid "Calculating Time Differences"
+#. iH@N
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3145272\n"
+"10\n"
+"help.text"
+msgid "In the cell selection mode, you can use the common navigation keys to select cells."
msgstr ""
-#: calc_timevalues.xhp#bm_id3150769.help.text
-msgid "<bookmark_value>calculating;time differences</bookmark_value><bookmark_value>time differences</bookmark_value>"
+#. LID[
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3148646\n"
+"14\n"
+"help.text"
+msgid "Controlling the Outline"
msgstr ""
-#: calc_timevalues.xhp#hd_id3150769.53.help.text
-msgid "<variable id=\"calc_timevalues\"><link href=\"text/scalc/guide/calc_timevalues.xhp\" name=\"Calculating Time Differences\">Calculating Time Differences</link></variable>"
+#. er}M
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3146120\n"
+"15\n"
+"help.text"
+msgid "You can use the keyboard in <link href=\"text/scalc/01/12080000.xhp\" name=\"Outline\">Outline</link>:"
msgstr ""
-#: calc_timevalues.xhp#par_id3149263.54.help.text
-msgid "If you want to calculate time differences, for example, the time between 23:30 and 01:10 in the same night, use the following formula:"
+#. ;Js1
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3147394\n"
+"16\n"
+"help.text"
+msgid "Press <item type=\"keycode\">F6</item> or <item type=\"keycode\">Shift+F6</item> until the vertical or horizontal outline window has the focus."
msgstr ""
-#: calc_timevalues.xhp#par_id3159153.55.help.text
-msgid "=(B2<A2)+B2-A2"
+#. P!Ud
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3149379\n"
+"17\n"
+"help.text"
+msgid "<item type=\"keycode\">Tab</item> - cycle through all visible buttons from top to bottom or from left to right."
msgstr ""
-#: calc_timevalues.xhp#par_id3152598.56.help.text
-msgid "The later time is B2 and the earlier time is A2. The result of the example is 01:40 or 1 hour and 40 minutes."
+#. !(x6
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3156286\n"
+"18\n"
+"help.text"
+msgid "<item type=\"keycode\">Shift+Tab</item> - cycle through all visible buttons in the opposite direction."
msgstr ""
-#: calc_timevalues.xhp#par_id3145271.57.help.text
-msgid "In the formula, an entire 24-hour day has a value of 1 and one hour has a value of 1/24. The logical value in parentheses is 0 or 1, corresponding to 0 or 24 hours. The result returned by the formula is automatically issued in time format due to the sequence of the operands."
+#. ]68o
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3149403\n"
+"19\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+1 to Command+8</caseinline><defaultinline>Ctrl+1 to Ctrl+8</defaultinline></switchinline> - show all levels up to the specified number; hide all higher levels."
msgstr ""
-#: integer_leading_zero.xhp#tit.help.text
-msgid "Entering a Number with Leading Zeros"
+#. w+DY
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3150329\n"
+"20\n"
+"help.text"
+msgid "Use <item type=\"keycode\">+</item> or <item type=\"keycode\">-</item> to show or hide the focused outline group."
msgstr ""
-#: integer_leading_zero.xhp#bm_id3147560.help.text
-msgid "<bookmark_value>zero values; entering leading zeros</bookmark_value> <bookmark_value>numbers; with leading zeros</bookmark_value> <bookmark_value>leading zeros</bookmark_value> <bookmark_value>integers with leading zeros</bookmark_value> <bookmark_value>cells; changing text/number formats</bookmark_value> <bookmark_value>formats; changing text/number</bookmark_value> <bookmark_value>text in cells; changing to numbers</bookmark_value> <bookmark_value>converting;text with leading zeros, into numbers</bookmark_value>"
+#. kprf
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3155446\n"
+"21\n"
+"help.text"
+msgid "Press <item type=\"keycode\">Enter</item> to activate the focused button."
msgstr ""
-#: integer_leading_zero.xhp#hd_id3147560.67.help.text
-msgid "<variable id=\"integer_leading_zero\"><link href=\"text/scalc/guide/integer_leading_zero.xhp\" name=\"Entering a Number with Leading Zeros\">Entering a Number with Leading Zeros</link></variable>"
+#. %M;t
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3154253\n"
+"22\n"
+"help.text"
+msgid "Use <item type=\"keycode\">Up</item>, <item type=\"keycode\">Down</item>, <item type=\"keycode\">Left</item>, or <item type=\"keycode\">Right</item> arrow to cycle through all buttons in the current level."
msgstr ""
-#: integer_leading_zero.xhp#par_id3153194.55.help.text
-msgid "There are various ways to enter integers starting with a zero:"
+#. _G^[
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3147343\n"
+"8\n"
+"help.text"
+msgid "Selecting a Drawing Object or a Graphic"
msgstr ""
-#: integer_leading_zero.xhp#par_id3146119.56.help.text
-msgid "Enter the number as text. The easiest way is to enter the number starting with an apostrophe (for example, <item type=\"input\">'0987</item>). The apostrophe will not appear in the cell, and the number will be formatted as text. Because it is in text format, however, you cannot calculate with this number."
+#. I;?4
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_idN107AA\n"
+"help.text"
+msgid "Choose View - Toolbars - Drawing to open the Drawing toolbar."
msgstr ""
-#: integer_leading_zero.xhp#par_id3154013.57.help.text
-msgid "Format a cell with a number format such as <item type=\"input\">\\0000</item>. This format can be assigned in the <emph>Format code</emph> field under the <emph>Format - Cells - Numbers</emph> tab, and defines the cell display as \"always put a zero first and then the integer, having at least three places, and filled with zeros at the left if less than three digits\"."
+#. Ibp-
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3155333\n"
+"7\n"
+"help.text"
+msgid "Press <item type=\"keycode\">F6</item> until the <emph>Drawing</emph> toolbar is selected."
msgstr ""
-#: integer_leading_zero.xhp#par_id3153158.58.help.text
-msgid "If you want to apply a numerical format to a column of numbers in text format (for example, text \"000123\" becomes number \"123\"), do the following:"
+#. #6f9
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3150345\n"
+"4\n"
+"help.text"
+msgid "If the selection tool is active, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter. This selects the first drawing object or graphic in the sheet."
msgstr ""
-#: integer_leading_zero.xhp#par_id3149377.59.help.text
-msgid "Select the column in which the digits are found in text format. Set the cell format in that column as \"Number\"."
+#. %QM6
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3159240\n"
+"3\n"
+"help.text"
+msgid "With <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6 you set the focus to the document."
msgstr ""
-#: integer_leading_zero.xhp#par_id3154944.60.help.text
-msgid "Choose <emph>Edit - Find & Replace</emph> "
+#. T|%$
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3155379\n"
+"2\n"
+"help.text"
+msgid "Now you can use <item type=\"keycode\">Tab</item> to select the next drawing object or graphic and <item type=\"keycode\">Shift+Tab</item> to select the previous one."
msgstr ""
-#: integer_leading_zero.xhp#par_id3154510.61.help.text
-msgid "In the <emph>Search for</emph> box, enter <item type=\"input\">^[0-9]</item> "
+#. WU3E
+#: formula_copy.xhp
+msgctxt ""
+"formula_copy.xhp\n"
+"tit\n"
+"help.text"
+msgid "Copying Formulas"
msgstr ""
-#: integer_leading_zero.xhp#par_id3155068.62.help.text
-msgid "In the <emph>Replace with</emph> box, enter <item type=\"input\">&</item> "
+#. =fNJ
+#: formula_copy.xhp
+msgctxt ""
+"formula_copy.xhp\n"
+"bm_id3151113\n"
+"help.text"
+msgid "<bookmark_value>formulas; copying and pasting</bookmark_value><bookmark_value>copying; formulas</bookmark_value><bookmark_value>pasting;formulas</bookmark_value>"
msgstr ""
-#: integer_leading_zero.xhp#par_id3149018.63.help.text
-msgid "Check <emph>Regular expressions</emph> "
+#. l?J)
+#: formula_copy.xhp
+msgctxt ""
+"formula_copy.xhp\n"
+"hd_id3151113\n"
+"54\n"
+"help.text"
+msgid "<variable id=\"formula_copy\"><link href=\"text/scalc/guide/formula_copy.xhp\" name=\"Copying Formulas\">Copying Formulas</link></variable>"
msgstr ""
-#: integer_leading_zero.xhp#par_id3156382.64.help.text
-msgid "Check <emph>Current selection only</emph> "
+#. 6BRd
+#: formula_copy.xhp
+msgctxt ""
+"formula_copy.xhp\n"
+"par_id3156424\n"
+"11\n"
+"help.text"
+msgid "There are various ways to copy a formula. One suggested method is:"
msgstr ""
-#: integer_leading_zero.xhp#par_id3146916.65.help.text
-msgid "Click <emph>Replace All</emph> "
+#. EQ`u
+#: formula_copy.xhp
+msgctxt ""
+"formula_copy.xhp\n"
+"par_id3150439\n"
+"30\n"
+"help.text"
+msgid "Select the cell containing the formula."
msgstr ""
-#: print_landscape.xhp#tit.help.text
-msgid "Printing Sheets in Landscape Format"
+#. ==Cm
+#: formula_copy.xhp
+msgctxt ""
+"formula_copy.xhp\n"
+"par_id3154319\n"
+"31\n"
+"help.text"
+msgid "Choose <emph>Edit - Copy</emph>, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C to copy it."
msgstr ""
-#: print_landscape.xhp#bm_id3153418.help.text
-msgid "<bookmark_value>printing; sheet selections</bookmark_value> <bookmark_value>sheets; printing in landscape</bookmark_value> <bookmark_value>printing; landscape</bookmark_value> <bookmark_value>landscape printing</bookmark_value>"
+#. a)[A
+#: formula_copy.xhp
+msgctxt ""
+"formula_copy.xhp\n"
+"par_id3159155\n"
+"32\n"
+"help.text"
+msgid "Select the cell into which you want the formula to be copied."
msgstr ""
-#: print_landscape.xhp#hd_id3153418.1.help.text
-msgid "<variable id=\"print_landscape\"><link href=\"text/scalc/guide/print_landscape.xhp\" name=\"Printing Sheets in Landscape Format\">Printing Sheets in Landscape Format</link></variable>"
+#. :^f(
+#: formula_copy.xhp
+msgctxt ""
+"formula_copy.xhp\n"
+"par_id3153728\n"
+"33\n"
+"help.text"
+msgid "Choose <emph>Edit - Paste</emph>, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V. The formula will be positioned in the new cell."
msgstr ""
-#: print_landscape.xhp#par_id3149257.2.help.text
-msgid "In order to print a sheet you have a number of interactive options available under <emph>View - Page Break Preview</emph>. Drag the delimiter lines to define the range of printed cells on each page."
+#. X,X-
+#: formula_copy.xhp
+msgctxt ""
+"formula_copy.xhp\n"
+"par_id3149961\n"
+"34\n"
+"help.text"
+msgid "If you want to copy a formula into multiple cells, there is a quick and easy way to copy into adjacent cell areas:"
msgstr ""
-#: print_landscape.xhp#par_id3153963.15.help.text
-msgid "To print in landscape format, proceed as follows:"
+#. s_BU
+#: formula_copy.xhp
+msgctxt ""
+"formula_copy.xhp\n"
+"par_id3149400\n"
+"12\n"
+"help.text"
+msgid "Select the cell containing the formula."
msgstr ""
-#: print_landscape.xhp#par_id3154020.3.help.text
-msgctxt "print_landscape.xhp#par_id3154020.3.help.text"
-msgid "Go to the sheet to be printed."
+#. \-Y[
+#: formula_copy.xhp
+msgctxt ""
+"formula_copy.xhp\n"
+"par_id3154018\n"
+"13\n"
+"help.text"
+msgid "Position the mouse on the bottom right of the highlighted border of the cell, and continue holding down the mouse button until the pointer changes to a cross-hair symbol."
msgstr ""
-#: print_landscape.xhp#par_id3150786.4.help.text
-msgctxt "print_landscape.xhp#par_id3150786.4.help.text"
-msgid "Choose <emph>Format - Page</emph>."
+#. 8Wo|
+#: formula_copy.xhp
+msgctxt ""
+"formula_copy.xhp\n"
+"par_id3150749\n"
+"14\n"
+"help.text"
+msgid "With the mouse button pressed, drag it down or to the right over all the cells into which you want to copy the formula."
msgstr ""
-#: print_landscape.xhp#par_id3150089.5.help.text
-msgid "The command is not visible if the sheet has been opened with write protection on. In that case, click the <emph>Edit File </emph>icon on the <emph>Standard</emph> bar."
+#. DlnQ
+#: formula_copy.xhp
+msgctxt ""
+"formula_copy.xhp\n"
+"par_id3153714\n"
+"15\n"
+"help.text"
+msgid "When you release the mouse button, the formula will be copied into the cells and automatically adjusted."
msgstr ""
-#: print_landscape.xhp#par_id3166430.6.help.text
-msgid "Select the <emph>Page</emph> tab. Select the <emph>Landscape</emph> paper format and click OK."
+#. b5F|
+#: formula_copy.xhp
+msgctxt ""
+"formula_copy.xhp\n"
+"par_id3156385\n"
+"53\n"
+"help.text"
+msgid "If you do not want values and texts to be automatically adjusted, then hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key when dragging. Formulas, however, are always adjusted accordingly."
msgstr ""
-#: print_landscape.xhp#par_id3150885.7.help.text
-msgid "Choose <emph>File - Print</emph>. You will see the <emph>Print</emph> dialog."
-msgstr ""
+#. 4T#!
+#: datapilot.xhp
+#, fuzzy
+msgctxt ""
+"datapilot.xhp\n"
+"tit\n"
+"help.text"
+msgid "Pivot Table"
+msgstr "ცხრილის დაყოფა"
-#: print_landscape.xhp#par_id3156288.8.help.text
-msgid "Depending on the printer driver and the operating system, it may be necessary to click the <emph>Properties</emph> button and to change your printer to landscape format there."
-msgstr ""
+#. c+4S
+#: datapilot.xhp
+#, fuzzy
+msgctxt ""
+"datapilot.xhp\n"
+"bm_id3150448\n"
+"help.text"
+msgid "<bookmark_value>pivot table function; introduction</bookmark_value><bookmark_value>DataPilot, see pivot table function</bookmark_value>"
+msgstr "<bookmark_value>Mid ფუნქცია</bookmark_value><bookmark_value>Mid დებულება</bookmark_value>"
-#: print_landscape.xhp#par_id3149404.9.help.text
-msgid "In the <emph>Print </emph>dialog in the <emph>General</emph> tab page, select the contents to be printed:"
-msgstr ""
+#. kY-n
+#: datapilot.xhp
+#, fuzzy
+msgctxt ""
+"datapilot.xhp\n"
+"hd_id3150448\n"
+"7\n"
+"help.text"
+msgid "<variable id=\"datapilot\"><link href=\"text/scalc/guide/datapilot.xhp\" name=\"Pivot Table\">Pivot Table</link></variable>"
+msgstr "<variable id=\"main0100\"><link href=\"text/scalc/main0100.xhp\" name=\"მენიუები\">მენიუები</link></variable>"
-#: print_landscape.xhp#par_id3153305.10.help.text
-msgid " <emph>All sheets</emph> - All sheets will be printed."
+#. gg`j
+#: datapilot.xhp
+msgctxt ""
+"datapilot.xhp\n"
+"par_id3156024\n"
+"2\n"
+"help.text"
+msgid "The <emph>pivot table</emph> (formerly known as <emph>DataPilot</emph>) allows you to combine, compare, and analyze large amounts of data. You can view different summaries of the source data, you can display the details of areas of interest, and you can create reports."
msgstr ""
-#: print_landscape.xhp#par_id3148871.12.help.text
-msgid " <emph>Selected sheets</emph> - Only the selected sheets will be printed. All sheets whose names (at the bottom on the sheet tabs) are selected will be printed. By pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while clicking a sheet name you can change this selection."
+#. eG!$
+#: datapilot.xhp
+msgctxt ""
+"datapilot.xhp\n"
+"par_id3145069\n"
+"9\n"
+"help.text"
+msgid "A table that has been created as a <link href=\"text/scalc/01/12090000.xhp\" name=\"pivot table\">pivot table</link> is an interactive table. Data can be arranged, rearranged or summarized according to different points of view."
msgstr ""
-#: print_landscape.xhp#par_id3764763.help.text
-msgid " <emph>Selected cells</emph> - All selected cells are printed."
+#. NgZ5
+#: currency_format.xhp
+msgctxt ""
+"currency_format.xhp\n"
+"tit\n"
+"help.text"
+msgid "Cells in Currency Format"
msgstr ""
-#: print_landscape.xhp#par_id5538804.help.text
-msgid "From all the paper pages that result from the above selection, you can select the range of paper pages to be printed:"
+#. =e1L
+#: currency_format.xhp
+msgctxt ""
+"currency_format.xhp\n"
+"bm_id3156329\n"
+"help.text"
+msgid "<bookmark_value>currency formats; spreadsheets</bookmark_value><bookmark_value>cells; currency formats</bookmark_value><bookmark_value>international currency formats</bookmark_value><bookmark_value>formats; currency formats in cells</bookmark_value><bookmark_value>currencies; default currencies</bookmark_value><bookmark_value>defaults;currency formats</bookmark_value><bookmark_value>changing;currency formats</bookmark_value>"
msgstr ""
-#: print_landscape.xhp#par_id14343.help.text
-msgid " <emph>All pages</emph> - Print all resulting pages."
+#. xkC?
+#: currency_format.xhp
+msgctxt ""
+"currency_format.xhp\n"
+"hd_id3156329\n"
+"46\n"
+"help.text"
+msgid "<variable id=\"currency_format\"><link href=\"text/scalc/guide/currency_format.xhp\" name=\"Cells in Currency Format\">Cells in Currency Format</link></variable>"
msgstr ""
-#: print_landscape.xhp#par_id3148699.11.help.text
-msgid " <emph>Pages</emph> - Enter the pages to be printed. The pages will also be numbered from the first sheet onwards. If you see in the Page Break Preview that Sheet1 will be printed on 4 pages and you want to print the first two pages of Sheet2, enter 5-6 here."
+#. 315L
+#: currency_format.xhp
+msgctxt ""
+"currency_format.xhp\n"
+"par_id3153968\n"
+"47\n"
+"help.text"
+msgid "In <item type=\"productname\">%PRODUCTNAME</item> Calc you can give numbers any currency format. When you click the <item type=\"menuitem\">Currency</item> icon <image id=\"img_id3150791\" src=\"cmd/sc_currencyfield.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150791\">Icon</alt></image> in the <item type=\"menuitem\">Formatting</item> bar to format a number, the cell is given the default currency format set under <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</item>."
msgstr ""
-#: print_landscape.xhp#par_id3145076.13.help.text
-msgid "If under <emph>Format - Print ranges</emph> you have defined one or more print ranges, only the contents of these print ranges will be printed."
+#. .7=,
+#: currency_format.xhp
+msgctxt ""
+"currency_format.xhp\n"
+"par_id3150010\n"
+"48\n"
+"help.text"
+msgid "Exchanging of <item type=\"productname\">%PRODUCTNAME</item> Calc documents can lead to misunderstandings, if your <item type=\"productname\">%PRODUCTNAME</item> Calc document is loaded by a user who uses a different default currency format."
msgstr ""
-#: print_landscape.xhp#par_id3156019.14.help.text
-msgctxt "print_landscape.xhp#par_id3156019.14.help.text"
-msgid "<link href=\"text/scalc/01/03100000.xhp\" name=\"View - Page Break Preview\">View - Page Break Preview</link>"
+#. L)5i
+#: currency_format.xhp
+msgctxt ""
+"currency_format.xhp\n"
+"par_id3156442\n"
+"52\n"
+"help.text"
+msgid "In <item type=\"productname\">%PRODUCTNAME</item> Calc you can define that a number that you have formatted as \"1,234.50 €\", still remains in euros in another country and does not become dollars."
msgstr ""
-#: print_landscape.xhp#par_id8254646.help.text
-msgid "<link href=\"text/scalc/guide/printranges.xhp\">Defining Print Ranges on a Sheet</link>"
+#. CtI?
+#: currency_format.xhp
+msgctxt ""
+"currency_format.xhp\n"
+"par_id3151075\n"
+"49\n"
+"help.text"
+msgid "You can change the currency format in the <item type=\"menuitem\">Format Cells</item> dialog (choose <item type=\"menuitem\">Format - Cells - Numbers</item> tab) by two country settings. In the <item type=\"menuitem\">Language</item> combo box select the basic setting for decimal and thousands separators. In the <item type=\"menuitem\">Format</item> list box you can select the currency symbol and its position."
msgstr ""
-#: super_subscript.xhp#tit.help.text
-msgid "Text Superscript / Subscript"
+#. 4L^]
+#: currency_format.xhp
+msgctxt ""
+"currency_format.xhp\n"
+"par_id3150749\n"
+"50\n"
+"help.text"
+msgid "For example, if the language is set to \"Default\" and you are using a german locale setting, the currency format will be \"1.234,00 €\". A point is used before the thousand digits and a comma before the decimal places. If you now select the subordinate currency format \"$ English (US)\" from the <item type=\"menuitem\">Format</item> list box , you will get the following format: \"$ 1.234,00\". As you can see, the separators have remained the same. Only the currency symbol has been changed and converted, but the underlying format of the notation remains the same as in the locale setting."
msgstr ""
-#: super_subscript.xhp#bm_id3151112.help.text
-msgid "<bookmark_value>superscript text in cells</bookmark_value><bookmark_value>subscript text in cells</bookmark_value><bookmark_value>cells; text super/sub</bookmark_value><bookmark_value>characters;superscript/subscript</bookmark_value>"
+#. )/p`
+#: currency_format.xhp
+msgctxt ""
+"currency_format.xhp\n"
+"par_id3145640\n"
+"51\n"
+"help.text"
+msgid "If, under <item type=\"menuitem\">Language</item>, you convert the cells to \"English (US)\", the English-language locale setting is also transferred and the default currency format is now \"$ 1,234.00\"."
msgstr ""
-#: super_subscript.xhp#hd_id3151112.1.help.text
-msgid "<variable id=\"super_subscript\"><link href=\"text/scalc/guide/super_subscript.xhp\" name=\"Text Superscript / Subscript\">Text Superscript / Subscript</link></variable>"
+#. {R#n
+#: currency_format.xhp
+msgctxt ""
+"currency_format.xhp\n"
+"par_id3154255\n"
+"53\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Format - Cells - Numbers</link>"
msgstr ""
-#: super_subscript.xhp#par_id3154684.2.help.text
-msgid "In the cell, select the character that you want to put in superscript or subscript."
+#. kp(.
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"tit\n"
+"help.text"
+msgid "Selecting Multiple Cells"
msgstr ""
-#: super_subscript.xhp#par_id3150439.3.help.text
-msgid "If, for example, you want to write H20 with a subscript 2, select the 2 in the cell (not in the input line)."
+#. s1*x
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"bm_id3153361\n"
+"help.text"
+msgid "<bookmark_value>cells; selecting</bookmark_value> <bookmark_value>marking cells</bookmark_value> <bookmark_value>selecting;cells</bookmark_value> <bookmark_value>multiple cells selection</bookmark_value> <bookmark_value>selection modes in spreadsheets</bookmark_value> <bookmark_value>tables; selecting ranges</bookmark_value>"
msgstr ""
-#: super_subscript.xhp#par_id3149260.4.help.text
-msgid "Open the context menu for the selected character and choose <emph>Character</emph>. You will see the <emph>Character</emph> dialog."
+#. 8Xd-
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"hd_id3153361\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"mark_cells\"><link href=\"text/scalc/guide/mark_cells.xhp\" name=\"Selecting Multiple Cells\">Selecting Multiple Cells</link></variable>"
msgstr ""
-#: super_subscript.xhp#par_id3153142.5.help.text
-msgid "Click the <emph>Font Position</emph> tab."
+#. LSNF
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"hd_id3145272\n"
+"2\n"
+"help.text"
+msgid "Select a rectangular range"
msgstr ""
-#: super_subscript.xhp#par_id3153954.6.help.text
-msgid "Select the <emph>Subscript</emph> option and click OK."
+#. T7-r
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"par_id3149261\n"
+"3\n"
+"help.text"
+msgid "With the mouse button pressed, drag from one corner to the diagonally opposed corner of the range."
msgstr ""
-#: super_subscript.xhp#par_id3153876.7.help.text
-msgid "<link href=\"text/shared/01/05020500.xhp\" name=\"Context menu - Character - Font Position\">Context menu - Character - Font Position</link>"
+#. +SlC
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"hd_id3151119\n"
+"4\n"
+"help.text"
+msgid "Mark a single cell"
msgstr ""
-#: cellreference_dragdrop.xhp#tit.help.text
-msgid "Referencing Cells by Drag-and-Drop"
+#. ^{}f
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"par_id3146975\n"
+"19\n"
+"help.text"
+msgid "Do one of the following:"
msgstr ""
-#: cellreference_dragdrop.xhp#bm_id3154686.help.text
-msgid "<bookmark_value>drag and drop; referencing cells</bookmark_value> <bookmark_value>cells; referencing by drag and drop </bookmark_value> <bookmark_value>references;inserting by drag and drop</bookmark_value> <bookmark_value>inserting;references, by drag and drop</bookmark_value>"
+#. pyzo
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"par_id3163710\n"
+"20\n"
+"help.text"
+msgid "Click, then Shift-click the cell."
msgstr ""
-#: cellreference_dragdrop.xhp#hd_id3154686.16.help.text
-msgid "<variable id=\"cellreference_dragdrop\"><link href=\"text/scalc/guide/cellreference_dragdrop.xhp\" name=\"Referencing Cells by Drag-and-Drop\">Referencing Cells by Drag-and-Drop</link></variable>"
+#. 8zzY
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"par_id3149959\n"
+"5\n"
+"help.text"
+msgid "Pressing the mouse button, drag a range across two cells, do not release the mouse button, and then drag back to the first cell. Release the mouse button. You can now move the individual cell by drag and drop."
msgstr ""
-#: cellreference_dragdrop.xhp#par_id3156444.17.help.text
-msgid "With the help of the Navigator you can reference cells from one sheet to another sheet in the same document or in a different document. The cells can be inserted as a copy, link, or hyperlink. The range to be inserted must be defined with a name in the original file so that it can be inserted in the target file."
+#. `L%q
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"hd_id3154942\n"
+"6\n"
+"help.text"
+msgid "Select various dispersed cells"
msgstr ""
-#: cellreference_dragdrop.xhp#par_id3152576.25.help.text
-msgid "Open the document that contains the source cells."
+#. D{oK
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"par_id1001200901072060\n"
+"help.text"
+msgid "Do one of the following:"
msgstr ""
-#: cellreference_dragdrop.xhp#par_id3154011.26.help.text
-msgid "To set the source range as the range, select the cells and choose <emph>Insert - Names - Define</emph>. Save the source document, and do not close it."
+#. lN7/
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"par_id3156284\n"
+"7\n"
+"help.text"
+msgid "Mark at least one cell. Then while pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, click each of the additional cells."
msgstr ""
-#: cellreference_dragdrop.xhp#par_id3151073.18.help.text
-msgid "Open the sheet in which you want to insert something."
+#. nDk7
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"par_id1001200901072023\n"
+"help.text"
+msgid "Click the STD / EXT / ADD area in the status bar until it shows ADD. Now click all cells that you want to select."
msgstr ""
-#: cellreference_dragdrop.xhp#par_id3154732.19.help.text
-msgid "Open the <link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link>. In the lower box of the Navigator select the source file."
+#. pllI
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"hd_id3146971\n"
+"8\n"
+"help.text"
+msgid "Switch marking mode"
msgstr ""
-#: cellreference_dragdrop.xhp#par_id3150752.22.help.text
-msgid "In the Navigator, the source file object appears under \"Range names\"."
+#. hgaM
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"par_id3155064\n"
+"9\n"
+"help.text"
+msgid "On the status bar, click the box with the legend STD / EXT / ADD to switch the marking mode:"
msgstr ""
-#: cellreference_dragdrop.xhp#par_id3154754.27.help.text
-msgid "Using the <emph>Drag Mode</emph> icon in Navigator, choose whether you want the reference to be a hyperlink, link, or copy."
+#. .{RB
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"par_id3159264\n"
+"10\n"
+"help.text"
+msgid "Field contents"
msgstr ""
-#: cellreference_dragdrop.xhp#par_id3154256.23.help.text
-msgid "Click the name under \"Range names\" in the Navigator, and drag into the cell of the current sheet where you want to insert the reference."
+#. 3u`N
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"par_id3155337\n"
+"11\n"
+"help.text"
+msgid "Effect of clicking the mouse"
msgstr ""
-#: cellreference_dragdrop.xhp#par_id3149565.24.help.text
-msgid "This method can also be used to insert a range from another sheet of the same document into the current sheet. Select the active document as source in step 4 above."
+#. bHZB
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"par_id3149568\n"
+"12\n"
+"help.text"
+msgid "STD"
msgstr ""
-#: table_view.xhp#tit.help.text
-msgid "Changing Table Views"
+#. PvCO
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"par_id3148486\n"
+"13\n"
+"help.text"
+msgid "A mouse click selects the cell you have clicked on. Unmarks all marked cells."
msgstr ""
-#: table_view.xhp#bm_id3147304.help.text
-msgid "<bookmark_value>row headers; hiding</bookmark_value><bookmark_value>column headers; hiding</bookmark_value><bookmark_value>tables; views</bookmark_value><bookmark_value>views; tables</bookmark_value><bookmark_value>grids;hiding lines in sheets</bookmark_value><bookmark_value>hiding;headers/grid lines</bookmark_value><bookmark_value>changing;table views</bookmark_value>"
+#. |*P8
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"par_id3150090\n"
+"14\n"
+"help.text"
+msgid "EXT"
msgstr ""
-#: table_view.xhp#hd_id3147304.1.help.text
-msgid "<variable id=\"table_view\"><link href=\"text/scalc/guide/table_view.xhp\" name=\"Changing Table Views\">Changing Table Views</link></variable>"
+#. :P]`
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"par_id3150305\n"
+"15\n"
+"help.text"
+msgid "A mouse click marks a rectangular range from the current cell to the cell you clicked. Alternatively, Shift-click a cell."
msgstr ""
-#: table_view.xhp#par_id3153192.2.help.text
-msgid "To hide column and line headers in a table:"
+#. CZ,[
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"par_id3145587\n"
+"16\n"
+"help.text"
+msgid "ADD"
msgstr ""
-#: table_view.xhp#par_id3153768.3.help.text
-msgid "Under the menu item <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc,</emph> go to the <emph>View</emph> tab page. Unmark<emph> Column/row headers</emph>. Confirm with <emph>OK</emph>."
+#. $[n[
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"par_id3154368\n"
+"17\n"
+"help.text"
+msgid "A mouse click in a cell adds it to the already marked cells. A mouse click in a marked cell unmarks it. Alternatively, <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>-click the cells."
msgstr ""
-#: table_view.xhp#par_id3147436.4.help.text
-msgid "To hide grid lines:"
+#. 0LpQ
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"par_id3154487\n"
+"18\n"
+"help.text"
+msgid "<link href=\"text/scalc/main0208.xhp\" name=\"Status bar\">Status bar</link>"
msgstr ""
-#: table_view.xhp#par_id3153726.5.help.text
-msgid "Under the menu item <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph><emph>,</emph> go to the <emph>View</emph> tab page. Unmark <emph>Grid lines</emph>. Confirm with <emph>OK</emph>."
+#. dT$s
+#: integer_leading_zero.xhp
+msgctxt ""
+"integer_leading_zero.xhp\n"
+"tit\n"
+"help.text"
+msgid "Entering a Number with Leading Zeros"
msgstr ""
-#: autofilter.xhp#tit.help.text
-msgid "Applying AutoFilter"
+#. |SEP
+#: integer_leading_zero.xhp
+msgctxt ""
+"integer_leading_zero.xhp\n"
+"bm_id3147560\n"
+"help.text"
+msgid "<bookmark_value>zero values; entering leading zeros</bookmark_value> <bookmark_value>numbers; with leading zeros</bookmark_value> <bookmark_value>leading zeros</bookmark_value> <bookmark_value>integers with leading zeros</bookmark_value> <bookmark_value>cells; changing text/number formats</bookmark_value> <bookmark_value>formats; changing text/number</bookmark_value> <bookmark_value>text in cells; changing to numbers</bookmark_value> <bookmark_value>converting;text with leading zeros, into numbers</bookmark_value>"
msgstr ""
-#: autofilter.xhp#bm_id3156423.help.text
-msgid "<bookmark_value>filters, see also AutoFilter function</bookmark_value> <bookmark_value>AutoFilter function;applying</bookmark_value> <bookmark_value>sheets; filter values</bookmark_value> <bookmark_value>numbers; filter sheets</bookmark_value> <bookmark_value>columns; AutoFilter function</bookmark_value> <bookmark_value>drop-down menus in sheet columns</bookmark_value> <bookmark_value>database ranges; AutoFilter function</bookmark_value>"
+#. v*WJ
+#: integer_leading_zero.xhp
+msgctxt ""
+"integer_leading_zero.xhp\n"
+"hd_id3147560\n"
+"67\n"
+"help.text"
+msgid "<variable id=\"integer_leading_zero\"><link href=\"text/scalc/guide/integer_leading_zero.xhp\" name=\"Entering a Number with Leading Zeros\">Entering a Number with Leading Zeros</link></variable>"
msgstr ""
-#: autofilter.xhp#hd_id3156423.6.help.text
-msgid "<variable id=\"autofilter\"><link href=\"text/scalc/guide/autofilter.xhp\" name=\"Applying AutoFilter\">Applying AutoFilter</link></variable>"
+#. 0Z9t
+#: integer_leading_zero.xhp
+msgctxt ""
+"integer_leading_zero.xhp\n"
+"par_id3153194\n"
+"55\n"
+"help.text"
+msgid "There are various ways to enter integers starting with a zero:"
msgstr ""
-#: autofilter.xhp#par_id3147427.7.help.text
-msgid "The <emph>AutoFilter</emph> function inserts a combo box on one or more data columns that lets you select the records (rows) to be displayed."
+#. Y6c`
+#: integer_leading_zero.xhp
+msgctxt ""
+"integer_leading_zero.xhp\n"
+"par_id3146119\n"
+"56\n"
+"help.text"
+msgid "Enter the number as text. The easiest way is to enter the number starting with an apostrophe (for example, <item type=\"input\">'0987</item>). The apostrophe will not appear in the cell, and the number will be formatted as text. Because it is in text format, however, you cannot calculate with this number."
msgstr ""
-#: autofilter.xhp#par_id3152576.9.help.text
-msgid "Select the columns you want to use AutoFilter on."
+#. $J[N
+#: integer_leading_zero.xhp
+msgctxt ""
+"integer_leading_zero.xhp\n"
+"par_id3154013\n"
+"57\n"
+"help.text"
+msgid "Format a cell with a number format such as <item type=\"input\">\\0000</item>. This format can be assigned in the <emph>Format code</emph> field under the <emph>Format - Cells - Numbers</emph> tab, and defines the cell display as \"always put a zero first and then the integer, having at least three places, and filled with zeros at the left if less than three digits\"."
msgstr ""
-#: autofilter.xhp#par_id3153157.10.help.text
-msgid "Choose <emph>Data - Filter - AutoFilter</emph>. The combo box arrows are visible in the first row of the range selected."
+#. x@3]
+#: integer_leading_zero.xhp
+msgctxt ""
+"integer_leading_zero.xhp\n"
+"par_id3153158\n"
+"58\n"
+"help.text"
+msgid "If you want to apply a numerical format to a column of numbers in text format (for example, text \"000123\" becomes number \"123\"), do the following:"
msgstr ""
-#: autofilter.xhp#par_id3154510.11.help.text
-msgid "Run the filter by clicking the drop-down arrow in the column heading and choosing an item."
+#. ~vs+
+#: integer_leading_zero.xhp
+msgctxt ""
+"integer_leading_zero.xhp\n"
+"par_id3149377\n"
+"59\n"
+"help.text"
+msgid "Select the column in which the digits are found in text format. Set the cell format in that column as \"Number\"."
msgstr ""
-#: autofilter.xhp#par_id3155064.13.help.text
-msgid "Only those rows whose contents meet the filter criteria are displayed. The other rows are filtered. You can see if rows have been filtered from the discontinuous row numbers. The column that has been used for the filter is identified by a different color for the arrow button."
+#. _MqV
+#: integer_leading_zero.xhp
+msgctxt ""
+"integer_leading_zero.xhp\n"
+"par_id3154944\n"
+"60\n"
+"help.text"
+msgid "Choose <emph>Edit - Find & Replace</emph>"
+msgstr ""
+
+#. L%D`
+#: integer_leading_zero.xhp
+msgctxt ""
+"integer_leading_zero.xhp\n"
+"par_id3154510\n"
+"61\n"
+"help.text"
+msgid "In the <emph>Search for</emph> box, enter <item type=\"input\">^[0-9]</item>"
+msgstr ""
+
+#. xPHS
+#: integer_leading_zero.xhp
+msgctxt ""
+"integer_leading_zero.xhp\n"
+"par_id3155068\n"
+"62\n"
+"help.text"
+msgid "In the <emph>Replace with</emph> box, enter <item type=\"input\">&</item>"
+msgstr ""
+
+#. na!Q
+#: integer_leading_zero.xhp
+msgctxt ""
+"integer_leading_zero.xhp\n"
+"par_id3149018\n"
+"63\n"
+"help.text"
+msgid "Check <emph>Regular expressions</emph>"
+msgstr ""
+
+#. #(!+
+#: integer_leading_zero.xhp
+msgctxt ""
+"integer_leading_zero.xhp\n"
+"par_id3156382\n"
+"64\n"
+"help.text"
+msgid "Check <emph>Current selection only</emph>"
+msgstr ""
+
+#. )H%Q
+#: integer_leading_zero.xhp
+msgctxt ""
+"integer_leading_zero.xhp\n"
+"par_id3146916\n"
+"65\n"
+"help.text"
+msgid "Click <emph>Replace All</emph>"
+msgstr ""
+
+#. Y[I[
+#: cellreferences.xhp
+msgctxt ""
+"cellreferences.xhp\n"
+"tit\n"
+"help.text"
+msgid "Referencing a Cell in Another Document"
msgstr ""
-#: autofilter.xhp#par_id9216589.help.text
-msgid "When you apply an additional AutoFilter on another column of a filtered data range, then the other combo boxes list only the filtered data."
+#. =vEE
+#: cellreferences.xhp
+msgctxt ""
+"cellreferences.xhp\n"
+"bm_id3147436\n"
+"help.text"
+msgid "<bookmark_value>sheet references</bookmark_value> <bookmark_value>references; to cells in other sheets/documents</bookmark_value> <bookmark_value>cells; operating in another document</bookmark_value> <bookmark_value>documents;references</bookmark_value>"
msgstr ""
-#: autofilter.xhp#par_id3153714.12.help.text
-msgid "To display all records again, select the \"all<emph>\"</emph> entry in the AutoFilter combo box. If you choose \"Standard<emph>\"</emph>, the <item type=\"menuitem\">Standard Filter</item> dialog appears, allowing you to set up a standard filter. Choose \"Top 10\" to display the highest 10 values only. "
+#. aUY0
+#: cellreferences.xhp
+msgctxt ""
+"cellreferences.xhp\n"
+"hd_id3147436\n"
+"9\n"
+"help.text"
+msgid "<variable id=\"cellreferences\"><link href=\"text/scalc/guide/cellreferences.xhp\" name=\"Referencing Other Sheets\">Referencing Other Sheets</link></variable>"
msgstr ""
-#: autofilter.xhp#par_id3147340.19.help.text
-msgid "To stop using AutoFilter, reselect all cells selected in step 1 and once again choose <emph>Data - Filter - AutoFilter</emph>."
+#. MF9w
+#: cellreferences.xhp
+msgctxt ""
+"cellreferences.xhp\n"
+"par_id9663075\n"
+"help.text"
+msgid "In a sheet cell you can show a reference to a cell in another sheet."
msgstr ""
-#: autofilter.xhp#par_id4303415.help.text
-msgid "To assign different AutoFilters to different sheets, you must first define a database range on each sheet."
+#. Q$/s
+#: cellreferences.xhp
+msgctxt ""
+"cellreferences.xhp\n"
+"par_id1879329\n"
+"help.text"
+msgid "In the same way, a reference can also be made to a cell from another document provided that this document has already been saved as a file."
msgstr ""
-#: autofilter.xhp#par_id3159236.14.help.text
-msgid "The arithmetic functions also take account of the cells that are not visible due to an applied filter. For example, a sum of an entire column will also total the values in the filtered cells. Apply the <link href=\"text/scalc/01/04060106.xhp\" name=\"SUBTOTAL\">SUBTOTAL</link> function if only the cells visible after the application of a filter are to be taken into account."
+#. ymQ=
+#: cellreferences.xhp
+msgctxt ""
+"cellreferences.xhp\n"
+"hd_id7122409\n"
+"help.text"
+msgid "To Reference a Cell in the Same Document"
msgstr ""
-#: autofilter.xhp#par_id3152985.16.help.text
-msgid "<link href=\"text/scalc/01/12040100.xhp\" name=\"Data - Filter - AutoFilter\">Data - Filter - AutoFilter</link>"
+#. 4mou
+#: cellreferences.xhp
+msgctxt ""
+"cellreferences.xhp\n"
+"par_id2078005\n"
+"help.text"
+msgid "Open a new, empty spreadsheet."
msgstr ""
-#: autofilter.xhp#par_id3154484.17.help.text
-msgid "<link href=\"text/scalc/01/04060106.xhp\" name=\"SUBTOTAL\">SUBTOTAL</link>"
+#. .y\#
+#: cellreferences.xhp
+msgctxt ""
+"cellreferences.xhp\n"
+"par_id4943693\n"
+"help.text"
+msgid "By way of example, enter the following formula in cell A1 of Sheet1:"
msgstr ""
-#: rename_table.xhp#tit.help.text
-msgid "Renaming Sheets"
+#. lGF~
+#: cellreferences.xhp
+msgctxt ""
+"cellreferences.xhp\n"
+"par_id9064302\n"
+"help.text"
+msgid "<item type=\"literal\">=Sheet2.A1</item>"
msgstr ""
-#: rename_table.xhp#bm_id3150398.help.text
-msgid "<bookmark_value>renaming;sheets</bookmark_value> <bookmark_value>sheet tabs;renaming</bookmark_value> <bookmark_value>tables;renaming</bookmark_value> <bookmark_value>names; sheets</bookmark_value>"
+#. 11@D
+#: cellreferences.xhp
+msgctxt ""
+"cellreferences.xhp\n"
+"par_id7609790\n"
+"help.text"
+msgid "Click the <emph>Sheet 2</emph> tab at the bottom of the spreadsheet. Set the cursor in cell A1 there and enter text or a number."
msgstr ""
-#: rename_table.xhp#hd_id3150398.11.help.text
-msgid "<variable id=\"rename_table\"><link href=\"text/scalc/guide/rename_table.xhp\" name=\"Renaming Sheets\">Renaming Sheets</link></variable>"
+#. hQ9D
+#: cellreferences.xhp
+msgctxt ""
+"cellreferences.xhp\n"
+"par_id809961\n"
+"help.text"
+msgid "If you switch back to Sheet1, you will see the same content in cell A1 there. If the contents of Sheet2.A1 change, then the contents of Sheet1.A1 also change."
msgstr ""
-#: rename_table.xhp#par_id3155131.12.help.text
-msgid "Click the name of the sheet that you want to change."
+#. ~s@;
+#: cellreferences.xhp
+msgctxt ""
+"cellreferences.xhp\n"
+"hd_id9209570\n"
+"help.text"
+msgid "To Reference a Cell in Another Document"
msgstr ""
-#: rename_table.xhp#par_id3146976.13.help.text
-msgid "Open the context menu and choose the <emph>Rename Sheet</emph> command. A dialog box appears where you can enter a new name."
+#. 655)
+#: cellreferences.xhp
+msgctxt ""
+"cellreferences.xhp\n"
+"par_id5949278\n"
+"help.text"
+msgid "Choose <emph>File - Open</emph>, to load an existing spreadsheet document."
msgstr ""
-#: rename_table.xhp#par_id3149260.15.help.text
-msgid "Enter a new name for the sheet and click <emph>OK</emph>."
+#. e1X6
+#: cellreferences.xhp
+msgctxt ""
+"cellreferences.xhp\n"
+"par_id8001953\n"
+"help.text"
+msgid "Choose <emph>File - New</emph>, to open a new spreadsheet document. Set the cursor in the cell where you want to insert the external data and enter an equals sign to indicate that you want to begin a formula."
msgstr ""
-#: rename_table.xhp#par_id3149667.27.help.text
-msgid "Alternatively, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option key</caseinline><defaultinline>Alt key</defaultinline></switchinline> and click on any sheet name and enter the new name directly."
+#. Uy6+
+#: cellreferences.xhp
+msgctxt ""
+"cellreferences.xhp\n"
+"par_id8571123\n"
+"help.text"
+msgid "Now switch to the document you have just loaded. Click the cell with the data that you want to insert in the new document."
msgstr ""
-#: rename_table.xhp#par_id0909200810502833.help.text
-msgid "Sheet names can contain almost any character. Some naming restrictions apply when you want to save the spreadsheet to Microsoft Excel format."
+#. +UT=
+#: cellreferences.xhp
+msgctxt ""
+"cellreferences.xhp\n"
+"par_id8261665\n"
+"help.text"
+msgid "Switch back to the new spreadsheet. In the input line you will now see how $[officename] Calc has added the reference to the formula for you."
msgstr ""
-#: rename_table.xhp#par_id090920081050283.help.text
-msgid "When saving to Microsoft Excel format, the following characters are not allowed in sheet names:"
+#. Rbg%
+#: cellreferences.xhp
+msgctxt ""
+"cellreferences.xhp\n"
+"par_id5888241\n"
+"help.text"
+msgid "The reference to a cell of another document contains the name of the other document in single inverted commas, then a hash #, then the name of the sheet of the other document, followed by a point and the name of the cell."
msgstr ""
-#: rename_table.xhp#par_id090920081050281.help.text
-msgid "colon :"
+#. }cJ8
+#: cellreferences.xhp
+msgctxt ""
+"cellreferences.xhp\n"
+"par_id7697683\n"
+"help.text"
+msgid "Confirm the formula by clicking the green check mark."
msgstr ""
-#: rename_table.xhp#par_id0909200810502897.help.text
-msgid "back slash \\"
+#. rAK^
+#: cellreferences.xhp
+msgctxt ""
+"cellreferences.xhp\n"
+"par_id7099826\n"
+"help.text"
+msgid "If you drag the box in the lower right corner of the active cell to select a range of cells, $[officename] automatically inserts the corresponding references in the adjacent cells. As a result, the sheet name is preceded with a \"$\" sign to designate it as an absolute reference."
msgstr ""
-#: rename_table.xhp#par_id090920081050299.help.text
-msgid "forward slash /"
+#. 5:F8
+#: cellreferences.xhp
+msgctxt ""
+"cellreferences.xhp\n"
+"par_id674459\n"
+"help.text"
+msgid "If you examine the name of the other document in this formula, you will notice that it is written as a <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link>. This means that you can also enter a URL from the Internet."
msgstr ""
-#: rename_table.xhp#par_id0909200810502913.help.text
-msgid "question mark ?"
+#. _Y\T
+#: consolidate.xhp
+msgctxt ""
+"consolidate.xhp\n"
+"tit\n"
+"help.text"
+msgid "Consolidating Data"
msgstr ""
-#: rename_table.xhp#par_id090920081050298.help.text
-msgid "asterisk *"
+#. `.RQ
+#: consolidate.xhp
+msgctxt ""
+"consolidate.xhp\n"
+"bm_id3150791\n"
+"help.text"
+msgid "<bookmark_value>consolidating data</bookmark_value> <bookmark_value>ranges; combining</bookmark_value> <bookmark_value>combining;cell ranges</bookmark_value> <bookmark_value>tables; combining</bookmark_value> <bookmark_value>data; merging cell ranges</bookmark_value> <bookmark_value>merging;data ranges</bookmark_value>"
msgstr ""
-#: rename_table.xhp#par_id0909200810502969.help.text
-msgid "left square bracket ["
+#. ](mU
+#: consolidate.xhp
+msgctxt ""
+"consolidate.xhp\n"
+"hd_id3150791\n"
+"5\n"
+"help.text"
+msgid "<variable id=\"consolidate\"><link href=\"text/scalc/guide/consolidate.xhp\" name=\"Consolidating Data\">Consolidating Data</link></variable>"
msgstr ""
-#: rename_table.xhp#par_id0909200810502910.help.text
-msgid "right square bracket ]"
+#. krpp
+#: consolidate.xhp
+msgctxt ""
+"consolidate.xhp\n"
+"par_id3153191\n"
+"34\n"
+"help.text"
+msgid "During consolidation, the contents of the cells from several sheets will be combined in one place."
msgstr ""
-#: rename_table.xhp#par_id0909200810502971.help.text
-msgid "single quote ' as the first or last character of the name"
+#. @`S{
+#: consolidate.xhp
+msgctxt ""
+"consolidate.xhp\n"
+"hd_id892056\n"
+"help.text"
+msgid "To Combine Cell Contents"
msgstr ""
-#: rename_table.xhp#par_id090920081050307.help.text
-msgid "In cell references, a sheet name has to be enclosed in single quotes ' if the name contains other characters than alphanumeric or underscore. A single quote contained within a name has to be escaped by doubling it (two single quotes). For example, you want to reference the cell A1 on a sheet with the following name:"
+#. g+FF
+#: consolidate.xhp
+msgctxt ""
+"consolidate.xhp\n"
+"par_id3151073\n"
+"6\n"
+"help.text"
+msgid "Open the document that contains the cell ranges to be consolidated."
msgstr ""
-#: rename_table.xhp#par_id0909200810503071.help.text
-msgid "This year's sheet"
+#. giVt
+#: consolidate.xhp
+msgctxt ""
+"consolidate.xhp\n"
+"par_id3154513\n"
+"7\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Data - Consolidate</item> to open the <emph>Consolidate</emph> dialog."
msgstr ""
-#: rename_table.xhp#par_id0909200810503054.help.text
-msgid "The reference must be enclosed in single quotes, and the one single quote inside the name must be doubled:"
+#. p?\E
+#: consolidate.xhp
+msgctxt ""
+"consolidate.xhp\n"
+"par_id3147345\n"
+"8\n"
+"help.text"
+msgid "From the <emph>Source data area</emph> box select a source cell range to consolidate with other areas."
msgstr ""
-#: rename_table.xhp#par_id0909200810503069.help.text
-msgid "'This year''s sheet'.A1"
+#. J3hh
+#: consolidate.xhp
+msgctxt ""
+"consolidate.xhp\n"
+"par_id3149209\n"
+"9\n"
+"help.text"
+msgid "If the range is not named, click in the field next to the <emph>Source data area</emph>. A blinking text cursor appears. Type a reference for the first source data range or select the range with the mouse."
msgstr ""
-#: rename_table.xhp#par_id3155444.16.help.text
-msgid "The name of a sheet is independent of the name of the spreadsheet. You enter the spreadsheet name when you save it for the first time as a file. The document can contain up to 256 individual sheets, which can have different names."
+#. za{.
+#: consolidate.xhp
+msgctxt ""
+"consolidate.xhp\n"
+"par_id3155529\n"
+"10\n"
+"help.text"
+msgid "Click <emph>Add</emph> to insert the selected range in the <emph>Consolidation areas</emph> field."
msgstr ""
-#: datapilot_grouping.xhp#tit.help.text
-#, fuzzy
-msgid "Grouping Pivot Tables"
-msgstr "ობიექტების დაჯგუფება"
-
-#: datapilot_grouping.xhp#bm_id4195684.help.text
-#, fuzzy
-msgid "<bookmark_value>grouping; pivot tables</bookmark_value><bookmark_value>pivot table function;grouping table entries</bookmark_value><bookmark_value>ungrouping entries in pivot tables</bookmark_value>"
-msgstr "<bookmark_value>converting; text, into tables</bookmark_value><bookmark_value>text; converting to tables</bookmark_value><bookmark_value>tables; converting to text</bookmark_value>"
-
-#: datapilot_grouping.xhp#par_idN10643.help.text
-#, fuzzy
-msgid "<variable id=\"datapilot_grouping\"><link href=\"text/scalc/guide/datapilot_grouping.xhp\">Grouping Pivot Tables</link></variable>"
-msgstr "<variable id=\"datevalue\"><link href=\"text/scalc/01/func_datevalue.xhp\">DATEVALUE</link></variable>"
-
-#: datapilot_grouping.xhp#par_idN10661.help.text
-msgid "The resulting pivot table can contain many different entries. By grouping the entries, you can improve the visible result."
+#. NFY[
+#: consolidate.xhp
+msgctxt ""
+"consolidate.xhp\n"
+"par_id3153816\n"
+"11\n"
+"help.text"
+msgid "Select additional ranges and click <emph>Add</emph> after each selection."
msgstr ""
-#: datapilot_grouping.xhp#par_idN10667.help.text
-#, fuzzy
-msgid "Select a cell or range of cells in the pivot table."
-msgstr "ნაერთი ცხრილის წყაროს არჩევა."
-
-#: datapilot_grouping.xhp#par_idN1066B.help.text
-msgid "Choose <emph>Data - Group and Outline - Group</emph>."
+#. 3Ro,
+#: consolidate.xhp
+msgctxt ""
+"consolidate.xhp\n"
+"par_id3157983\n"
+"12\n"
+"help.text"
+msgid "Specify where you want to display the result by selecting a target range from the <emph>Copy results to</emph> box."
msgstr ""
-#: datapilot_grouping.xhp#par_idN1066E.help.text
-msgid "Depending on the format of the selected cells, either a new group field is added to the pivot table, or you see one of the two <link href=\"text/scalc/01/12090400.xhp\">Grouping</link> dialogs, either for numeric values, or for date values."
+#. CT=e
+#: consolidate.xhp
+msgctxt ""
+"consolidate.xhp\n"
+"par_id3150215\n"
+"13\n"
+"help.text"
+msgid "If the target range is not named, click in the field next to <emph>Copy results to</emph> and enter the reference of the target range. Alternatively, you can select the range using the mouse or position the cursor in the top left cell of the target range."
msgstr ""
-#: datapilot_grouping.xhp#par_id3328653.help.text
-msgid "The pivot table must be organized in a way that grouping can be applied."
+#. 73:R
+#: consolidate.xhp
+msgctxt ""
+"consolidate.xhp\n"
+"par_id3153813\n"
+"14\n"
+"help.text"
+msgid "Select a function from the <emph>Function</emph> box. The function specifies how the values of the consolidation ranges are linked. The \"Sum\" function is the default setting."
msgstr ""
-#: datapilot_grouping.xhp#par_idN10682.help.text
-msgid "To remove a grouping, click inside the group, then choose <emph>Data - Group and Outline - Ungroup</emph>."
+#. VKU3
+#: consolidate.xhp
+msgctxt ""
+"consolidate.xhp\n"
+"par_id3149315\n"
+"15\n"
+"help.text"
+msgid "Click <emph>OK</emph> to consolidate the ranges."
msgstr ""
-#: numbers_text.xhp#tit.help.text
-msgid "Converting Text to Numbers"
-msgstr ""
+#. #l!C
+#: consolidate.xhp
+msgctxt ""
+"consolidate.xhp\n"
+"par_idN107DE\n"
+"help.text"
+msgid "Additional Settings"
+msgstr "დამატებითი პარამეტრები"
-#: numbers_text.xhp#bm_id3145068.help.text
-msgid "<bookmark_value>formats; text as numbers</bookmark_value> <bookmark_value>time format conversion</bookmark_value> <bookmark_value>date formats;conversion</bookmark_value> <bookmark_value>converting;text, into numbers</bookmark_value>"
+#. p?%X
+#: consolidate.xhp
+msgctxt ""
+"consolidate.xhp\n"
+"par_id3147250\n"
+"16\n"
+"help.text"
+msgid "Click <emph>More</emph> in the <emph>Consolidate</emph> dialog to display additional settings:"
msgstr ""
-#: numbers_text.xhp#hd_id0908200901265171.help.text
-msgid "<variable id=\"numbers_text\"><link href=\"text/scalc/guide/numbers_text.xhp\" name=\"Converting Text to Numbers\">Converting Text to Numbers</link></variable>"
+#. ~u$X
+#: consolidate.xhp
+msgctxt ""
+"consolidate.xhp\n"
+"par_id3156400\n"
+"17\n"
+"help.text"
+msgid "Select <emph>Link to source data</emph> to insert the formulas that generate the results in the target range, rather than the actual results. If you link the data, any values modified in the source range are automatically updated in the target range."
msgstr ""
-#: numbers_text.xhp#par_id0908200901265127.help.text
-msgid "Calc converts text inside cells to the respective numeric values if an unambiguous conversion is possible. If no conversion is possible, Calc returns a #VALUE! error."
+#. )2J?
+#: consolidate.xhp
+msgctxt ""
+"consolidate.xhp\n"
+"par_id3150538\n"
+"18\n"
+"help.text"
+msgid "The corresponding cell references in the target range are inserted in consecutive rows, which are automatically ordered and then hidden from view. Only the final result, based on the selected function, is displayed."
msgstr ""
-#: numbers_text.xhp#par_id0908200901265196.help.text
-msgid "Only integer numbers including exponent are converted, and ISO 8601 dates and times in their extended formats with separators. Anything else, like fractional numbers with decimal separators or dates other than ISO 8601, is not converted, as the text string would be locale dependent. Leading and trailing blanks are ignored."
+#. gLA6
+#: consolidate.xhp
+msgctxt ""
+"consolidate.xhp\n"
+"par_id3149945\n"
+"19\n"
+"help.text"
+msgid "Under <emph>Consolidate by</emph>, select either <emph>Row labels</emph> or <emph>Column labels</emph> if the cells of the source data range are not to be consolidated corresponding to the identical position of the cell in the range, but instead according to a matching row label or column label."
msgstr ""
-#: numbers_text.xhp#par_id0908200901265220.help.text
-msgid "The following ISO 8601 formats are converted:"
+#. o{Jt
+#: consolidate.xhp
+msgctxt ""
+"consolidate.xhp\n"
+"par_id3157871\n"
+"20\n"
+"help.text"
+msgid "To consolidate by row labels or column labels, the label must be contained in the selected source ranges."
msgstr ""
-#: numbers_text.xhp#par_id0908200901265288.help.text
-msgid "CCYY-MM-DD"
+#. wn:J
+#: consolidate.xhp
+msgctxt ""
+"consolidate.xhp\n"
+"par_id3150478\n"
+"21\n"
+"help.text"
+msgid "The text in the labels must be identical, so that rows or columns can be accurately matched. If the row or column label does not match any that exist in the target range, it will be appended as a new row or column."
msgstr ""
-#: numbers_text.xhp#par_id0908200901265267.help.text
-msgid "CCYY-MM-DDThh:mm"
+#. I`O@
+#: consolidate.xhp
+msgctxt ""
+"consolidate.xhp\n"
+"par_id3147468\n"
+"22\n"
+"help.text"
+msgid "The data from the consolidation ranges and target range will be saved when you save the document. If you later open a document in which consolidation has been defined, this data will again be available."
msgstr ""
-#: numbers_text.xhp#par_id0908200901265248.help.text
-msgid "CCYY-MM-DDThh:mm:ss"
+#. m#gF
+#: consolidate.xhp
+msgctxt ""
+"consolidate.xhp\n"
+"par_id3153039\n"
+"33\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12070000.xhp\" name=\"Data - Consolidate\">Data - Consolidate</link>"
msgstr ""
-#: numbers_text.xhp#par_id0908200901265374.help.text
-msgid "CCYY-MM-DDThh:mm:ss,s"
+#. ]_D\
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"tit\n"
+"help.text"
+msgid "Importing and Exporting CSV Files"
msgstr ""
-#: numbers_text.xhp#par_id0908200901265327.help.text
-msgid "CCYY-MM-DDThh:mm:ss.s"
+#. oES9
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"bm_id892361\n"
+"help.text"
+msgid "<bookmark_value>number series import</bookmark_value><bookmark_value>data series import</bookmark_value><bookmark_value>exporting; tables as text</bookmark_value><bookmark_value>importing; tables as text</bookmark_value><bookmark_value>delimited values and files</bookmark_value><bookmark_value>comma separated files and values</bookmark_value><bookmark_value>text file import and export</bookmark_value><bookmark_value>csv files;importing and exporting</bookmark_value><bookmark_value>tables; importing/exporting as text</bookmark_value><bookmark_value>text documents; importing to spreadsheets</bookmark_value><bookmark_value>opening;text csv files</bookmark_value><bookmark_value>saving;as text csv</bookmark_value>"
msgstr ""
-#: numbers_text.xhp#par_id0908200901265399.help.text
-msgid "hh:mm"
+#. g6U;
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"par_idN10862\n"
+"help.text"
+msgid "<variable id=\"csv_files\"><link href=\"text/scalc/guide/csv_files.xhp\">Opening and Saving Text CSV Files</link></variable>"
msgstr ""
-#: numbers_text.xhp#par_id0908200901265347.help.text
-msgid "hh:mm:ss"
+#. \@9?
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"par_idN10880\n"
+"help.text"
+msgid "Comma Separated Values (CSV) is a text file format that you can use to exchange data from a database or a spreadsheet between applications. Each line in a Text CSV file represents a record in the database, or a row in a spreadsheet. Each field in a database record or cell in a spreadsheet row is usually separated by a comma. However, you can use other characters to delimit a field, such as a tabulator character."
msgstr ""
-#: numbers_text.xhp#par_id0908200901265349.help.text
-msgid "hh:mm:ss,s"
+#. -*Hp
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"par_idN10886\n"
+"help.text"
+msgid "If the field or cell contains a comma, the field or cell <emph>must</emph> be enclosed by single quotes (') or double quotes (\")."
msgstr ""
-#: numbers_text.xhp#par_id0908200901265342.help.text
-msgid "hh:mm:ss.s"
+#. 12g?
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"par_idN10890\n"
+"help.text"
+msgid "To Open a Text CSV File in Calc"
msgstr ""
-#: numbers_text.xhp#par_id0908200901265491.help.text
-msgid "The century code CC may not be omitted. Instead of the T date and time separator, exactly one space character may be used."
+#. 7D+m
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"par_idN10897\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">File - Open</item>."
msgstr ""
-#: numbers_text.xhp#par_id0908200901265467.help.text
-msgid "If a date is given, it must be a valid Gregorian calendar date. In this case the optional time must be in the range 00:00 to 23:59:59.99999..."
+#. RK?)
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"par_idN1089F\n"
+"help.text"
+msgid "Locate the CSV file that you want to open."
msgstr ""
-#: numbers_text.xhp#par_id0908200901265420.help.text
-msgid "If only a time string is given, it may have an hours value of more than 24, while minutes and seconds can have a maximum value of 59."
+#. \C]C
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"par_idN108A2\n"
+"help.text"
+msgid "If the file has a *.csv extension, select the file."
msgstr ""
-#: numbers_text.xhp#par_id0908200901265448.help.text
-msgid "The conversion is done for single arguments only, as in =A1+A2, or =\"1E2\"+1. Cell range arguments are not affected, so SUM(A1:A2) differs from A1+A2 if at least one of the two cells contain a convertible string."
+#. N|p*
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"par_idN108A5\n"
+"help.text"
+msgid "If the CSV file has another extension, select the file, and then select \"Text CSV\" in the <item type=\"menuitem\">File type</item> box"
msgstr ""
-#: numbers_text.xhp#par_id090820090126540.help.text
-msgid "Strings inside formulas are also converted, such as in =\"1999-11-22\"+42, which returns the date 42 days after November 22nd, 1999. Calculations involving localized dates as strings inside the formula return an error. For example, the localized date string \"11/22/1999\" or \"22.11.1999\" cannot be used for the automatic conversion."
+#. /4e-
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"par_idN1082D\n"
+"help.text"
+msgid "Click <item type=\"menuitem\">Open</item>."
msgstr ""
-#: numbers_text.xhp#hd_id1005200903485368.help.text
-msgid "Example"
-msgstr "მაგალითად"
-
-#: numbers_text.xhp#par_id1005200903485359.help.text
-msgid "In A1 enter the text <item type=\"literal\">'1e2</item> (which is converted to the number 100 internally)."
+#. N?NB
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"par_idN10834\n"
+"help.text"
+msgid "The <item type=\"menuitem\">Text Import</item> dialog opens."
msgstr ""
-#: numbers_text.xhp#par_id1005200903485341.help.text
-msgid "In A2 enter <item type=\"literal\">=A1+1</item> (which correctly results in 101)."
+#. \N@l
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"par_idN108B1\n"
+"help.text"
+msgid "Specify the options to divide the text in the file into columns."
msgstr ""
-#: numbers_text.xhp#par_id0908200901265544.help.text
-msgctxt "numbers_text.xhp#par_id0908200901265544.help.text"
-msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Format - Cells - Numbers</link>"
+#. ZVS`
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"par_idN108BB\n"
+"help.text"
+msgid "You can preview the layout of the imported data at the bottom of the <item type=\"menuitem\">Text Import</item> dialog."
msgstr ""
-#: table_cellmerge.xhp#tit.help.text
-msgid "Merging and Splitting Cells"
+#. %=\6
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"par_id8444166\n"
+"help.text"
+msgid "Right-click a column in the preview to set the format or to hide the column."
msgstr ""
-#: table_cellmerge.xhp#bm_id3147240.help.text
-msgid "<bookmark_value>cells; merging/unmerging</bookmark_value> <bookmark_value>tables; merging cells</bookmark_value> <bookmark_value>cell merges</bookmark_value> <bookmark_value>unmerging cells</bookmark_value> <bookmark_value>splitting cells</bookmark_value> <bookmark_value>merging;cells</bookmark_value>"
+#. `7`F
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"par_idN108E2\n"
+"help.text"
+msgid "Check the text delimiter box that matches the character used as text delimiter in the file. In case of an unlisted delimiter, type the character into the input box."
msgstr ""
-#: table_cellmerge.xhp#hd_id8005005.help.text
-msgid "<variable id=\"table_cellmerge\"><link href=\"text/scalc/guide/table_cellmerge.xhp\" name=\"Merging and Unmerging Cells\">Merging and Unmerging Cells</link></variable>"
+#. 5b7N
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"par_idN108C5\n"
+"help.text"
+msgid "Click <item type=\"menuitem\">OK</item>."
msgstr ""
-#: table_cellmerge.xhp#par_id8049867.help.text
-msgid "You can select adjacent cells, then merge them into a single cell. Conversely, you can take a large cell that has been created by merging single cells, and divide it back into individual cells."
+#. ,-uu
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"par_idN108FA\n"
+"help.text"
+msgid "To Save a Sheet as a Text CSV File"
msgstr ""
-#: table_cellmerge.xhp#par_id0509200913480176.help.text
-msgid "When you copy cells into a target range containing merged cells, the target range gets unmerged first, then the copied cells are pasted in. If the copied cells are merged cells, they retain their merge state."
+#. xrWT
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"par_idN106FC\n"
+"help.text"
+msgid "When you export a spreadsheet to CSV format, only the data on the current sheet is saved. All other information, including formulas and formatting, is lost."
msgstr ""
-#: table_cellmerge.xhp#hd_id235602.help.text
-msgid "Merging Cells"
+#. QwhS
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"par_idN10901\n"
+"help.text"
+msgid "Open the Calc sheet that you want to save as a Text CSV file."
msgstr ""
-#: table_cellmerge.xhp#par_id1272927.help.text
-msgid "Select the adjacent cells."
+#. Pu^G
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"par_idN107AF\n"
+"help.text"
+msgid "Only the current sheet can be exported."
msgstr ""
-#: table_cellmerge.xhp#par_id6424146.help.text
-msgid "Choose <emph>Format - Merge Cells - Merge Cells</emph>. If you choose <emph>Format - Merge Cells - Merge and Center Cells</emph>, the cell content will be centered in the merged cell."
+#. J.0i
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"par_idN10905\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">File - Save as</item>."
msgstr ""
-#: table_cellmerge.xhp#hd_id451368.help.text
-msgid "Splitting Cells"
+#. gsNG
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"par_idN10915\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">File name</item> box, enter a name for the file."
msgstr ""
-#: table_cellmerge.xhp#par_id7116611.help.text
-msgid "Place the cursor in the cell to be split."
+#. M1lv
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"par_idN1090D\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">File type</item> box, select \"Text CSV\"."
msgstr ""
-#: table_cellmerge.xhp#par_id9493087.help.text
-msgid "Choose <emph>Format - Merge Cells - Split Cells</emph>."
+#. (-y|
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"par_idN107DD\n"
+"help.text"
+msgid "(Optional) Set the field options for the Text CSV file."
msgstr ""
-#: cellstyle_by_formula.xhp#tit.help.text
-msgid "Assigning Formats by Formula"
+#. Qm5v
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"par_idN1091C\n"
+"help.text"
+msgid "Select <item type=\"menuitem\">Edit filter settings</item>."
msgstr ""
-#: cellstyle_by_formula.xhp#bm_id3145673.help.text
-msgid "<bookmark_value>formats; assigning by formulas</bookmark_value> <bookmark_value>cell formats; assigning by formulas</bookmark_value> <bookmark_value>STYLE function example</bookmark_value> <bookmark_value>cell styles;assigning by formulas</bookmark_value> <bookmark_value>formulas;assigning cell formats</bookmark_value>"
+#. 4PEK
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"par_idN107ED\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Export of text files</item> dialog, select the options that you want."
msgstr ""
-#: cellstyle_by_formula.xhp#hd_id3145673.13.help.text
-msgid "<variable id=\"cellstyle_by_formula\"><link href=\"text/scalc/guide/cellstyle_by_formula.xhp\" name=\"Assigning Formats by Formula\">Assigning Formats by Formula</link> </variable>"
+#. cJyc
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"par_idN107F4\n"
+"help.text"
+msgid "Click <item type=\"menuitem\">OK</item>."
msgstr ""
-#: cellstyle_by_formula.xhp#par_id3150275.14.help.text
-msgid "The STYLE() function can be added to an existing formula in a cell. For example, together with the CURRENT function, you can color a cell depending on its value. The formula =...+STYLE(IF(CURRENT()>3; \"Red\"; \"Green\")) applies the cell style \"Red\" to cells if the value is greater than 3, otherwise the cell style \"Green\" is applied."
+#. P6~4
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"par_idN107FC\n"
+"help.text"
+msgid "Click <item type=\"menuitem\">Save</item>."
msgstr ""
-#: cellstyle_by_formula.xhp#par_id3151385.15.help.text
-msgid "If you would like to apply a formula to all cells in a selected area, you can use the<emph/> <item type=\"menuitem\">Find & Replace</item> dialog."
+#. L{QP
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"par_id3153487\n"
+"20\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060100.xhp\" name=\"Spreadsheet - View\">%PRODUCTNAME Calc - View</link>"
msgstr ""
-#: cellstyle_by_formula.xhp#par_id3149456.16.help.text
-msgid "Select all the desired cells."
+#. hu}y
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"par_id3153008\n"
+"21\n"
+"help.text"
+msgid "<link href=\"text/shared/00/00000207.xhp\" name=\"Export text files\">Export text files</link>"
msgstr ""
-#: cellstyle_by_formula.xhp#par_id3148797.17.help.text
-msgid "Select the menu command <emph>Edit - Find & Replace</emph>."
+#. Dh:s
+#: csv_files.xhp
+msgctxt ""
+"csv_files.xhp\n"
+"par_id3155595\n"
+"22\n"
+"help.text"
+msgid "<link href=\"text/shared/00/00000208.xhp\" name=\"Import text files\">Import text files</link>"
msgstr ""
-#: cellstyle_by_formula.xhp#par_id3150767.18.help.text
-msgid "For the <item type=\"menuitem\">Search for</item> term, enter: .<item type=\"literal\">*</item> "
+#. ^`rC
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"tit\n"
+"help.text"
+msgid "Filter: Applying Advanced Filters"
msgstr ""
-#: cellstyle_by_formula.xhp#par_id3153770.19.help.text
-msgid "\".*\" is a regular expression that designates the contents of the current cell."
+#. K[_S
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"bm_id3148798\n"
+"help.text"
+msgid "<bookmark_value>filters;defining advanced filters </bookmark_value><bookmark_value>advanced filters</bookmark_value><bookmark_value>defining; advanced filters</bookmark_value><bookmark_value>database ranges; advanced filters</bookmark_value>"
msgstr ""
-#: cellstyle_by_formula.xhp#par_id3153143.20.help.text
-msgid "Enter the following formula in the <item type=\"menuitem\">Replace with</item> field: <item type=\"literal\">=&+STYLE(IF(CURRENT()>3;\"Red\";\"Green\"))</item> "
+#. GC\V
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"hd_id3148798\n"
+"18\n"
+"help.text"
+msgid "<variable id=\"specialfilter\"><link href=\"text/scalc/guide/specialfilter.xhp\" name=\"Filter: Applying Advanced Filters\">Filter: Applying Advanced Filters</link> </variable>"
msgstr ""
-#: cellstyle_by_formula.xhp#par_id3146975.21.help.text
-msgid "The \"&\" symbol designates the current contents of the <emph>Search for</emph> field. The line must begin with an equal sign, since it is a formula. It is assumed that the cell styles \"Red\" and \"Green\" already exist."
+#. ;3ib
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3145785\n"
+"19\n"
+"help.text"
+msgid "Copy the column headers of the sheet ranges to be filtered into an empty area of the sheet, and then enter the criteria for the filter in a row beneath the headers. Horizontally arranged data in a row will always be logically connected with AND, and vertically arranged data in a column will always be logically connected with OR."
msgstr ""
-#: cellstyle_by_formula.xhp#par_id3149262.22.help.text
-msgid "Mark the fields <link href=\"text/shared/01/02100000.xhp\" name=\"Regular expressions\"><emph>Regular expressions</emph></link> and <emph>Current selection only</emph>. Click <emph>Find All</emph>."
+#. j;`,
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3153142\n"
+"20\n"
+"help.text"
+msgid "Once you have created a filter matrix, select the sheet ranges to be filtered. Open the <emph>Advanced Filter</emph> dialog by choosing <emph>Data - Filter - Advanced Filter</emph>, and define the filter conditions."
msgstr ""
-#: cellstyle_by_formula.xhp#par_id3144767.24.help.text
-msgid "All cells with contents that were included in the selection are now highlighted."
+#. Ht+v
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3153726\n"
+"21\n"
+"help.text"
+msgid "Then click OK, and you will see that only the rows from the original sheet whose contents have met the search criteria are still visible. All other rows are temporarily hidden and can be made to reappear with the <emph>Format - Row - Show </emph>command."
msgstr ""
-#: cellstyle_by_formula.xhp#par_id3147127.23.help.text
-msgid "Click<emph/> <item type=\"menuitem\">Replace all</item>."
+#. jpcE
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3149664\n"
+"22\n"
+"help.text"
+msgid "<emph>Example</emph>"
msgstr ""
-#: fraction_enter.xhp#tit.help.text
-msgid "Entering Fractions "
+#. T82M
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3147427\n"
+"23\n"
+"help.text"
+msgid "Load a spreadsheet with a large number of records. We are using a fictional <emph>Turnover</emph> document, but you can just as easily use any other document. The document has the following layout:"
msgstr ""
-#: fraction_enter.xhp#bm_id3155411.help.text
-msgid "<bookmark_value>fractions; entering</bookmark_value><bookmark_value>numbers; entering fractions </bookmark_value><bookmark_value>inserting;fractions</bookmark_value>"
+#. ;cuv
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3154510\n"
+"24\n"
+"help.text"
+msgid "<emph>A</emph>"
+msgstr ""
+
+#. 3o53
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3150327\n"
+"25\n"
+"help.text"
+msgid "<emph>B</emph>"
+msgstr ""
+
+#. gvZo
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3154756\n"
+"26\n"
+"help.text"
+msgid "<emph>C</emph>"
+msgstr ""
+
+#. hxn^
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3155335\n"
+"27\n"
+"help.text"
+msgid "<emph>D</emph>"
+msgstr ""
+
+#. -dCP
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3146315\n"
+"28\n"
+"help.text"
+msgid "<emph>E</emph>"
+msgstr ""
+
+#. }L.i
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3145790\n"
+"29\n"
+"help.text"
+msgid "<emph>1</emph>"
+msgstr ""
+
+#. `9S6
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3159239\n"
+"30\n"
+"help.text"
+msgid "Month"
msgstr ""
-#: fraction_enter.xhp#hd_id3155411.41.help.text
-msgid "<variable id=\"fraction_enter\"><link href=\"text/scalc/guide/fraction_enter.xhp\" name=\"Entering Fractions \">Entering Fractions </link></variable>"
+#. #kE4
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3150086\n"
+"31\n"
+"help.text"
+msgid "Standard"
msgstr ""
-#: fraction_enter.xhp#par_id3153968.40.help.text
-msgid "You can enter a fractional number in a cell and use it for calculation:"
+#. d/MT
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3150202\n"
+"32\n"
+"help.text"
+msgid "Business"
msgstr ""
-#: fraction_enter.xhp#par_id3155133.42.help.text
-msgid "Enter \"0 1/5\" in a cell (without the quotation marks) and press the input key. In the input line above the spreadsheet you will see the value 0.2, which is used for the calculation."
+#. eaXU
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3150883\n"
+"33\n"
+"help.text"
+msgid "Luxury"
msgstr ""
-#: fraction_enter.xhp#par_id3145750.43.help.text
-msgid "If you enter \"0 1/2\" AutoCorrect causes the three characters 1, / and 2 to be replaced by a single character. The same applies to 1/4 and 3/4. This replacement is defined in <emph>Tools - AutoCorrect Options - Options</emph> tab."
+#. 3$tK
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3152987\n"
+"34\n"
+"help.text"
+msgid "Suite"
msgstr ""
-#: fraction_enter.xhp#par_id3145367.44.help.text
-msgid "If you want to see multi-digit fractions such as \"1/10\", you must change the cell format to the multi-digit fraction view. Open the context menu of the cell, and choose <emph>Format cells. </emph>Select \"Fraction\" from the <emph>Category</emph> field, and then select \"-1234 10/81\". You can then enter fractions such as 12/31 or 12/32 - the fractions are, however, automatically reduced, so that in the last example you would see 3/8."
+#. X9YK
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3154486\n"
+"35\n"
+"help.text"
+msgid "<emph>2</emph>"
msgstr ""
-#: datapilot_edittable.xhp#tit.help.text
-#, fuzzy
-msgid "Editing Pivot Tables"
-msgstr "ტექსტის რედაქტირება"
-
-#: datapilot_edittable.xhp#bm_id3148663.help.text
-#, fuzzy
-msgid "<bookmark_value>pivot table function; editing tables</bookmark_value><bookmark_value>editing;pivot tables</bookmark_value>"
-msgstr "<bookmark_value>მოქმედების დაბრუნება;რედაქტირება</bookmark_value><bookmark_value>რედაქტირება;მოქმედების დაბრუნება</bookmark_value>"
-
-#: datapilot_edittable.xhp#hd_id3148663.25.help.text
-#, fuzzy
-msgid "<variable id=\"datapilot_edittable\"><link href=\"text/scalc/guide/datapilot_edittable.xhp\" name=\"Editing Pivot Tables\">Editing Pivot Tables</link></variable>"
-msgstr "<variable id=\"tabelle_tastatur\"><link href=\"text/swriter/01/05090201.xhp\" name=\"Editing Tables Using the Keyboard\">ცხრილების ჩასწორება კლავიატურის გამოყენებით</link></variable>"
-
-#: datapilot_edittable.xhp#par_id3150868.26.help.text
-msgid "Click one of the buttons in the pivot table and hold the mouse button down. A special symbol will appear next to the mouse pointer."
+#. Cjx.
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3148839\n"
+"36\n"
+"help.text"
+msgid "January"
msgstr ""
-#: datapilot_edittable.xhp#par_id3145786.27.help.text
-msgid "By dragging the button to a different position in the same row you can alter the order of the columns. If you drag a button to the left edge of the table into the row headings area, you can change a column into a row."
+#. EOOr
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3153816\n"
+"37\n"
+"help.text"
+msgid "125600"
msgstr ""
-#: datapilot_edittable.xhp#par_id1648915.help.text
-msgid "In the Pivot Table dialog, you can drag a button to the <emph>Page Fields</emph> area to create a button and a listbox on top of the pivot table. The listbox can be used to filter the pivot table by the contents of the selected item. You can use drag-and-drop within the pivot table to use another page field as a filter."
+#. n{J-
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3157978\n"
+"38\n"
+"help.text"
+msgid "200500"
msgstr ""
-#: datapilot_edittable.xhp#par_id3147434.29.help.text
-msgid "To remove a button from the table, just drag it out of the pivot table. Release the mouse button when the mouse pointer positioned within the sheet has become a 'not allowed' icon. The button is deleted."
+#. rGr\
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3155268\n"
+"39\n"
+"help.text"
+msgid "240000"
msgstr ""
-#: datapilot_edittable.xhp#par_id3156442.40.help.text
-msgid "To edit the pivot table, click a cell inside the pivot table and open the context menu. In the context menu you find the command <emph>Edit Layout</emph>, which displays the <emph>Pivot Table</emph> dialog for the current pivot table."
+#. C_C]
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3153286\n"
+"40\n"
+"help.text"
+msgid "170000"
msgstr ""
-#: datapilot_edittable.xhp#par_id2666096.help.text
-msgid "In the pivot table, you can use drag-and-drop or cut/paste commands to rearrange the order of data fields."
+#. +NYY
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3146782\n"
+"41\n"
+"help.text"
+msgid "<emph>3</emph>"
msgstr ""
-#: datapilot_edittable.xhp#par_id266609688.help.text
-msgid "You can assign custom display names to fields, field members, subtotals (with some restrictions), and grand totals inside pivot tables. A custom display name is assigned to an item by overwriting the original name with another name."
-msgstr ""
+#. 5t_f
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3149900\n"
+"42\n"
+"help.text"
+msgid "February"
+msgstr "თებერვალი"
-#: cellcopy.xhp#tit.help.text
-msgid "Only Copy Visible Cells"
+#. `y_h
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3154763\n"
+"43\n"
+"help.text"
+msgid "160000"
msgstr ""
-#: cellcopy.xhp#bm_id3150440.help.text
-msgid "<bookmark_value>cells; copying/deleting/formatting/moving</bookmark_value> <bookmark_value>rows;visible and invisible</bookmark_value> <bookmark_value>copying; visible cells only</bookmark_value> <bookmark_value>formatting;visible cells only</bookmark_value> <bookmark_value>moving;visible cells only</bookmark_value> <bookmark_value>deleting;visible cells only</bookmark_value> <bookmark_value>invisible cells</bookmark_value> <bookmark_value>filters;copying visible cells only</bookmark_value> <bookmark_value>hidden cells</bookmark_value>"
+#. #Lj9
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3150050\n"
+"44\n"
+"help.text"
+msgid "180300"
msgstr ""
-#: cellcopy.xhp#hd_id3150440.1.help.text
-msgid "<variable id=\"cellcopy\"><link href=\"text/scalc/guide/cellcopy.xhp\" name=\"Only Copy Visible Cells\">Only Copy Visible Cells</link></variable>"
+#. :K)a
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3153801\n"
+"45\n"
+"help.text"
+msgid "362000"
msgstr ""
-#: cellcopy.xhp#par_id3148577.2.help.text
-msgid "Assume you have hidden a few rows in a cell range. Now you want to copy, delete, or format only the remaining visible rows."
+#. 1i2#
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3154708\n"
+"46\n"
+"help.text"
+msgid "220000"
msgstr ""
-#: cellcopy.xhp#par_id3154729.3.help.text
-msgid "$[officename] behavior depends on how the cells were made invisible, by a filter or manually."
+#. WJ}J
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3151191\n"
+"47\n"
+"help.text"
+msgid "<emph>4</emph>"
msgstr ""
-#: cellcopy.xhp#par_id3155603.4.help.text
-msgid "Method and Action"
-msgstr ""
+#. G!8-
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3147250\n"
+"48\n"
+"help.text"
+msgid "March"
+msgstr "მარტი"
-#: cellcopy.xhp#par_id3150751.5.help.text
-msgctxt "cellcopy.xhp#par_id3150751.5.help.text"
-msgid "Result"
+#. ?\n/
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3153334\n"
+"49\n"
+"help.text"
+msgid "170000"
msgstr ""
-#: cellcopy.xhp#par_id3149018.6.help.text
-msgid "Cells were filtered by AutoFilters, standard filters or advanced filters."
+#. [PMJ
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3151391\n"
+"50\n"
+"help.text"
+msgid "and so on..."
msgstr ""
-#: cellcopy.xhp#par_id3150044.7.help.text
-msgctxt "cellcopy.xhp#par_id3150044.7.help.text"
-msgid "Copy, delete, move, or format a selection of currently visible cells."
+#. f]Y_
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3147300\n"
+"51\n"
+"help.text"
+msgid "Copy row 1 with the row headers (field names), to row 20, for example. Enter the filter conditions linked with OR in rows 21, 22, and so on."
msgstr ""
-#: cellcopy.xhp#par_id3146918.8.help.text
-msgid "Only the visible cells of the selection are copied, deleted, moved, or formatted."
+#. Zn8_
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3159115\n"
+"52\n"
+"help.text"
+msgid "<emph>A</emph>"
+msgstr ""
+
+#. *m~D
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3146886\n"
+"53\n"
+"help.text"
+msgid "<emph>B</emph>"
+msgstr ""
+
+#. O8k#
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3153124\n"
+"54\n"
+"help.text"
+msgid "<emph>C</emph>"
+msgstr ""
+
+#. s/E0
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3152979\n"
+"55\n"
+"help.text"
+msgid "<emph>D</emph>"
+msgstr ""
+
+#. *I1N
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3145827\n"
+"56\n"
+"help.text"
+msgid "<emph>E</emph>"
+msgstr ""
+
+#. y%T@
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3149892\n"
+"57\n"
+"help.text"
+msgid "<emph>20</emph>"
+msgstr ""
+
+#. Y-ev
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3150693\n"
+"58\n"
+"help.text"
+msgid "Month"
msgstr ""
-#: cellcopy.xhp#par_id3166427.12.help.text
-msgid "Cells were hidden using the <emph>Hide</emph> command in the context menu of the row or column headers, or through an <link href=\"text/scalc/01/12080000.xhp\" name=\"outline\">outline</link>."
+#. my+_
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3147475\n"
+"59\n"
+"help.text"
+msgid "Standard"
msgstr ""
-#: cellcopy.xhp#par_id3152990.13.help.text
-msgctxt "cellcopy.xhp#par_id3152990.13.help.text"
-msgid "Copy, delete, move, or format a selection of currently visible cells."
+#. -W:Q
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3154846\n"
+"60\n"
+"help.text"
+msgid "Business"
msgstr ""
-#: cellcopy.xhp#par_id3154371.14.help.text
-msgid "All cells of the selection, including the hidden cells, are copied, deleted, moved, or formatted."
+#. wbWH
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3153082\n"
+"61\n"
+"help.text"
+msgid "Luxury"
msgstr ""
-#: filters.xhp#tit.help.text
-msgid "Applying Filters"
+#. HX/X
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3149506\n"
+"62\n"
+"help.text"
+msgid "Suite"
msgstr ""
-#: filters.xhp#bm_id3153896.help.text
-msgid "<bookmark_value>filters; applying/removing</bookmark_value> <bookmark_value>rows;removing/redisplaying with filters</bookmark_value> <bookmark_value>removing;filters</bookmark_value>"
+#. nR)]
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3149188\n"
+"63\n"
+"help.text"
+msgid "<emph>21</emph>"
msgstr ""
-#: filters.xhp#hd_id3153896.70.help.text
-msgid "<variable id=\"filters\"><link href=\"text/scalc/guide/filters.xhp\" name=\"Applying Filters\">Applying Filters</link></variable>"
+#. xG09
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3149956\n"
+"64\n"
+"help.text"
+msgid "January"
msgstr ""
-#: filters.xhp#par_id3150869.2.help.text
-msgid "Filters and advanced filters allow you to work on certain filtered rows (records) of a data range. In the spreadsheets in $[officename] there are various possibilities for applying filters."
+#. %HW]
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3150865\n"
+"65\n"
+"help.text"
+msgid "<emph>22</emph>"
msgstr ""
-#: filters.xhp#par_id3155131.3.help.text
-msgid "One use for the <emph>AutoFilter</emph> function is to quickly restrict the display to records with identical entries in a data field."
+#. [wk:
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3155957\n"
+"66\n"
+"help.text"
+msgid "<160000"
msgstr ""
-#: filters.xhp#par_id3146119.4.help.text
-msgid "In the <emph>Standard Filter</emph> dialog, you can also define ranges which contain the values in particular data fields. You can use the standard filter to connect the conditions with either a logical AND or a logical OR operator."
+#. 8U,+
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3153566\n"
+"67\n"
+"help.text"
+msgid "Specify that only rows which either have the value <item type=\"literal\">January</item> in the <emph>Month</emph> cells OR a value of under 160000 in the <emph>Standard</emph> cells will be displayed."
msgstr ""
-#: filters.xhp#par_id3150010.5.help.text
-msgid "The <emph>Advanced filter</emph> allows up to a total of eight filter conditions. With advanced filters you enter the conditions directly into the sheet."
+#. BKb8
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3147372\n"
+"68\n"
+"help.text"
+msgid "Choose <emph>Data - Filter - Advanced Filter</emph>, and then select the range A20:E22. After you click OK, only the filtered rows will be displayed. The other rows will be hidden from view."
msgstr ""
-#: filters.xhp#par_id9384746.help.text
-msgid "To remove a filter, so that you see all cells again, click inside the area where the filter was applied, then choose <item type=\"menuitem\">Data - Filter - Remove Filter</item>."
+#. XbdD
+#: csv_formula.xhp
+msgctxt ""
+"csv_formula.xhp\n"
+"tit\n"
+"help.text"
+msgid "Importing and Exporting Text Files"
msgstr ""
-#: filters.xhp#par_idN10663.help.text
-msgid "When you select multiple rows from an area where a filter was applied, then this selection can include rows that are visible and rows that are hidden by the filter. If you then apply formatting, or delete the selected rows, this action then applies only to the visible rows. The hidden rows are not affected. "
+#. %[m@
+#: csv_formula.xhp
+msgctxt ""
+"csv_formula.xhp\n"
+"bm_id3153726\n"
+"help.text"
+msgid "<bookmark_value>csv files;formulas</bookmark_value> <bookmark_value>formulas; importing/exporting as csv files</bookmark_value> <bookmark_value>exporting;formulas as csv files</bookmark_value> <bookmark_value>importing;csv files with formulas</bookmark_value>"
msgstr ""
-#: filters.xhp#par_id218817.help.text
-msgid "This is the opposite to rows that you have hidden manually by the <emph>Format - Rows - Hide Rows</emph> command. Manually hidden rows are deleted when you delete a selection that contains them."
+#. M)Y9
+#: csv_formula.xhp
+msgctxt ""
+"csv_formula.xhp\n"
+"hd_id3153726\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"csv_formula\"><link href=\"text/scalc/guide/csv_formula.xhp\" name=\"Importing and Exporting Text Files\">Importing and Exporting CSV Text Files with Formulas</link></variable>"
msgstr ""
-#: datapilot_filtertable.xhp#tit.help.text
-#, fuzzy
-msgid "Filtering Pivot Tables"
-msgstr "მონაცემთა გაფილტვრა"
-
-#: datapilot_filtertable.xhp#bm_id3150792.help.text
-#, fuzzy
-msgid "<bookmark_value>pivot table function; filtering tables</bookmark_value><bookmark_value>filtering;pivot tables</bookmark_value>"
-msgstr "<bookmark_value>tables; merging</bookmark_value><bookmark_value>შერწყმა; ცხრილები</bookmark_value>"
-
-#: datapilot_filtertable.xhp#hd_id3150792.help.text
-#, fuzzy
-msgid "<variable id=\"datapilot_filtertable\"><link href=\"text/scalc/guide/datapilot_filtertable.xhp\" name=\"Filtering Pivot Tables\">Filtering Pivot Tables</link></variable>"
-msgstr "<variable id=\"align_arrange\"><link href=\"text/sdraw/guide/align_arrange.xhp\" name=\"Arranging and Aligning Objects\">მოწესრიგება, გასწორება და ობიექტების განაწილება</link></variable>"
-
-#: datapilot_filtertable.xhp#par_id3153192.help.text
-msgid "You can use filters to remove unwanted data from a pivot table."
+#. $@^M
+#: csv_formula.xhp
+msgctxt ""
+"csv_formula.xhp\n"
+"par_id3149402\n"
+"2\n"
+"help.text"
+msgid "Comma separated values (CSV) files are text files that contain the cell contents of a single sheet. Commas, semicolons, or other characters can be used as the field delimiters between the cells. Text strings are put in quotation marks, numbers are written without quotation marks."
msgstr ""
-#: datapilot_filtertable.xhp#par_id3150441.help.text
-msgid "Click the <emph>Filter</emph> button in the sheet to call up the dialog for the filter conditions. Alternatively, call up the context menu of the pivot table and select the <emph>Filter</emph> command. The <link href=\"text/scalc/01/12090103.xhp\" name=\"Filter\"><emph>Filter</emph></link> dialog appears. Here you can filter the pivot table."
+#. K5CQ
+#: csv_formula.xhp
+msgctxt ""
+"csv_formula.xhp\n"
+"hd_id3150715\n"
+"15\n"
+"help.text"
+msgid "To Import a CSV File"
msgstr ""
-#: datapilot_filtertable.xhp#par_id315044199.help.text
-msgid "You can also click the arrow on a button in the pivot table to show a pop-up window. In this pop-up window, you can edit the visibility settings of the associated field."
+#. U`}E
+#: csv_formula.xhp
+msgctxt ""
+"csv_formula.xhp\n"
+"par_id3153709\n"
+"16\n"
+"help.text"
+msgid "Choose <emph>File - Open</emph>."
msgstr ""
-#: datapilot_filtertable.xhp#par_id0720201001344485.help.text
-msgid "The pop-up window displays a list of field members associated with that field. A check box is placed to the left of each field member name. When a field has an alternative display name that differs from its original name, that name is displayed in the list."
+#. ,Teb
+#: csv_formula.xhp
+msgctxt ""
+"csv_formula.xhp\n"
+"par_id3155445\n"
+"17\n"
+"help.text"
+msgid "In the <emph>File type</emph> field, select the format \"Text CSV\". Select the file and click <emph>Open</emph>. When a file has the .csv extension, the file type is automatically recognized."
msgstr ""
-#: datapilot_filtertable.xhp#par_id0720201001344449.help.text
-msgid "Enable or disable a checkbox to show or hide the associated field member in the pivot table."
+#. _xm/
+#: csv_formula.xhp
+msgctxt ""
+"csv_formula.xhp\n"
+"par_id3149565\n"
+"18\n"
+"help.text"
+msgid "You will see the <item type=\"menuitem\">Text Import</item> dialog. Click <item type=\"menuitem\">OK</item>."
msgstr ""
-#: datapilot_filtertable.xhp#par_id0720201001344493.help.text
-msgid "Enable or disable the <emph>All</emph> checkbox to show all or none of the field members."
+#. J%af
+#: csv_formula.xhp
+msgctxt ""
+"csv_formula.xhp\n"
+"par_id3149255\n"
+"19\n"
+"help.text"
+msgid "If the csv file contains formulas, but you want to import the results of those formulas, then choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph> and clear the <emph>Formulas</emph> check box."
msgstr ""
-#: datapilot_filtertable.xhp#par_id0720201001344431.help.text
-msgid "Select a field member in the pop-up window and click the <item type=\"menuitem\">Show only the current item</item> button to show only the selected field member. All other field members are hidden in the pivot table."
+#. aH6L
+#: csv_formula.xhp
+msgctxt ""
+"csv_formula.xhp\n"
+"hd_id3154022\n"
+"3\n"
+"help.text"
+msgid "To Export Formulas and Values as CSV Files"
msgstr ""
-#: datapilot_filtertable.xhp#par_id0720201001344484.help.text
-msgid "Select a field member in the pop-up window and click the <item type=\"menuitem\">Hide only the current item</item> button to hide only the selected field member. All other field members are shown in the pivot table."
+#. wS31
+#: csv_formula.xhp
+msgctxt ""
+"csv_formula.xhp\n"
+"par_id3150342\n"
+"4\n"
+"help.text"
+msgid "Click the sheet to be written as a csv file."
msgstr ""
-#: datapilot_filtertable.xhp#par_id0720201001344578.help.text
-msgid "Commands enable you to sort the field members in ascending order, descending order, or using a custom sort list."
+#. W`0d
+#: csv_formula.xhp
+msgctxt ""
+"csv_formula.xhp\n"
+"par_id3166423\n"
+"5\n"
+"help.text"
+msgid "If you want to export the formulas as formulas, for example, in the form =SUM(A1:B5), proceed as follows:"
msgstr ""
-#: datapilot_filtertable.xhp#par_id0720201001344584.help.text
+#. `jG{
+#: csv_formula.xhp
#, fuzzy
-msgid "To edit the custom sort lists, open <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists."
+msgctxt ""
+"csv_formula.xhp\n"
+"par_id3155111\n"
+"6\n"
+"help.text"
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph>."
msgstr "Select the document with <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6 და დააჭირეთ Tab-ს"
-#: datapilot_filtertable.xhp#par_id0720201001344811.help.text
-msgid "The arrow to open the pop-up window is normally black. When the field contains one or more hidden field members, the arrow is blue and displays a tiny square at its lower-right corner."
+#. CI=7
+#: csv_formula.xhp
+msgctxt ""
+"csv_formula.xhp\n"
+"par_id3150200\n"
+"7\n"
+"help.text"
+msgid "Under <emph>Display</emph>, mark the <emph>Formulas</emph> check box. Click <emph>OK</emph>."
msgstr ""
-#: datapilot_filtertable.xhp#par_id0720201001344884.help.text
-#, fuzzy
-msgid "You can also open the pop-up window by positioning the cell cursor at the button and pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+D."
-msgstr "ფორმულის ასლი შენატანის ზოლში <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C."
-
-#: specialfilter.xhp#tit.help.text
-msgid "Filter: Applying Advanced Filters"
+#. bk_w
+#: csv_formula.xhp
+msgctxt ""
+"csv_formula.xhp\n"
+"par_id3154484\n"
+"8\n"
+"help.text"
+msgid "If you want to export the calculation results instead of the formulas, do not mark <emph>Formulas</emph>."
msgstr ""
-#: specialfilter.xhp#bm_id3148798.help.text
-msgid "<bookmark_value>filters;defining advanced filters </bookmark_value><bookmark_value>advanced filters</bookmark_value><bookmark_value>defining; advanced filters</bookmark_value><bookmark_value>database ranges; advanced filters</bookmark_value>"
+#. \`aQ
+#: csv_formula.xhp
+msgctxt ""
+"csv_formula.xhp\n"
+"par_id3148702\n"
+"9\n"
+"help.text"
+msgid "Choose <emph>File - Save as</emph>. You will see the <emph>Save as</emph> dialog."
msgstr ""
-#: specialfilter.xhp#hd_id3148798.18.help.text
-msgid "<variable id=\"specialfilter\"><link href=\"text/scalc/guide/specialfilter.xhp\" name=\"Filter: Applying Advanced Filters\">Filter: Applying Advanced Filters</link> </variable>"
+#. eg;\
+#: csv_formula.xhp
+msgctxt ""
+"csv_formula.xhp\n"
+"par_id3153912\n"
+"10\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">File type</item> field select the format \"Text CSV\"."
msgstr ""
-#: specialfilter.xhp#par_id3145785.19.help.text
-msgid "Copy the column headers of the sheet ranges to be filtered into an empty area of the sheet, and then enter the criteria for the filter in a row beneath the headers. Horizontally arranged data in a row will always be logically connected with AND, and vertically arranged data in a column will always be logically connected with OR."
+#. S)44
+#: csv_formula.xhp
+msgctxt ""
+"csv_formula.xhp\n"
+"par_id3157978\n"
+"13\n"
+"help.text"
+msgid "Enter a name and click <emph>Save</emph>."
msgstr ""
-#: specialfilter.xhp#par_id3153142.20.help.text
-msgid "Once you have created a filter matrix, select the sheet ranges to be filtered. Open the <emph>Advanced Filter</emph> dialog by choosing <emph>Data - Filter - Advanced Filter</emph>, and define the filter conditions."
+#. A`M1
+#: csv_formula.xhp
+msgctxt ""
+"csv_formula.xhp\n"
+"par_id3152869\n"
+"23\n"
+"help.text"
+msgid "From the <emph>Export of text files</emph> dialog that appears, select the character set and the field and text delimiters for the data to be exported, and confirm with <emph>OK</emph>."
msgstr ""
-#: specialfilter.xhp#par_id3153726.21.help.text
-msgid "Then click OK, and you will see that only the rows from the original sheet whose contents have met the search criteria are still visible. All other rows are temporarily hidden and can be made to reappear with the <emph>Format - Row - Show </emph>command."
+#. ~ACH
+#: csv_formula.xhp
+msgctxt ""
+"csv_formula.xhp\n"
+"par_id3150050\n"
+"14\n"
+"help.text"
+msgid "If necessary, after you have saved, clear the <emph>Formulas</emph> check box to see the calculated results in the table again."
msgstr ""
-#: specialfilter.xhp#par_id3149664.22.help.text
-msgid " <emph>Example</emph> "
+#. h.P-
+#: csv_formula.xhp
+msgctxt ""
+"csv_formula.xhp\n"
+"par_id3153487\n"
+"20\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060100.xhp\" name=\"Spreadsheet - View\">%PRODUCTNAME Calc - View</link>"
msgstr ""
-#: specialfilter.xhp#par_id3147427.23.help.text
-msgid "Load a spreadsheet with a large number of records. We are using a fictional <emph>Turnover</emph> document, but you can just as easily use any other document. The document has the following layout:"
+#. @J:h
+#: csv_formula.xhp
+msgctxt ""
+"csv_formula.xhp\n"
+"par_id3153008\n"
+"21\n"
+"help.text"
+msgid "<link href=\"text/shared/00/00000207.xhp\" name=\"Export text files\">Export text files</link>"
msgstr ""
-#: specialfilter.xhp#par_id3154510.24.help.text
-msgctxt "specialfilter.xhp#par_id3154510.24.help.text"
-msgid " <emph>A</emph> "
+#. Fl}r
+#: csv_formula.xhp
+msgctxt ""
+"csv_formula.xhp\n"
+"par_id3155595\n"
+"22\n"
+"help.text"
+msgid "<link href=\"text/shared/00/00000208.xhp\" name=\"Import text files\">Import text files</link>"
msgstr ""
-#: specialfilter.xhp#par_id3150327.25.help.text
-msgctxt "specialfilter.xhp#par_id3150327.25.help.text"
-msgid " <emph>B</emph> "
-msgstr ""
+#. ]-L;
+#: datapilot_grouping.xhp
+#, fuzzy
+msgctxt ""
+"datapilot_grouping.xhp\n"
+"tit\n"
+"help.text"
+msgid "Grouping Pivot Tables"
+msgstr "ობიექტების დაჯგუფება"
-#: specialfilter.xhp#par_id3154756.26.help.text
-msgctxt "specialfilter.xhp#par_id3154756.26.help.text"
-msgid " <emph>C</emph> "
-msgstr ""
+#. iH,+
+#: datapilot_grouping.xhp
+#, fuzzy
+msgctxt ""
+"datapilot_grouping.xhp\n"
+"bm_id4195684\n"
+"help.text"
+msgid "<bookmark_value>grouping; pivot tables</bookmark_value><bookmark_value>pivot table function;grouping table entries</bookmark_value><bookmark_value>ungrouping entries in pivot tables</bookmark_value>"
+msgstr "<bookmark_value>converting; text, into tables</bookmark_value><bookmark_value>text; converting to tables</bookmark_value><bookmark_value>tables; converting to text</bookmark_value>"
-#: specialfilter.xhp#par_id3155335.27.help.text
-msgctxt "specialfilter.xhp#par_id3155335.27.help.text"
-msgid " <emph>D</emph> "
+#. ^;].
+#: datapilot_grouping.xhp
+#, fuzzy
+msgctxt ""
+"datapilot_grouping.xhp\n"
+"par_idN10643\n"
+"help.text"
+msgid "<variable id=\"datapilot_grouping\"><link href=\"text/scalc/guide/datapilot_grouping.xhp\">Grouping Pivot Tables</link></variable>"
+msgstr "<variable id=\"datevalue\"><link href=\"text/scalc/01/func_datevalue.xhp\">DATEVALUE</link></variable>"
+
+#. %B6h
+#: datapilot_grouping.xhp
+msgctxt ""
+"datapilot_grouping.xhp\n"
+"par_idN10661\n"
+"help.text"
+msgid "The resulting pivot table can contain many different entries. By grouping the entries, you can improve the visible result."
msgstr ""
-#: specialfilter.xhp#par_id3146315.28.help.text
-msgctxt "specialfilter.xhp#par_id3146315.28.help.text"
-msgid " <emph>E</emph> "
+#. @oYv
+#: datapilot_grouping.xhp
+#, fuzzy
+msgctxt ""
+"datapilot_grouping.xhp\n"
+"par_idN10667\n"
+"help.text"
+msgid "Select a cell or range of cells in the pivot table."
+msgstr "ნაერთი ცხრილის წყაროს არჩევა."
+
+#. (n_C
+#: datapilot_grouping.xhp
+msgctxt ""
+"datapilot_grouping.xhp\n"
+"par_idN1066B\n"
+"help.text"
+msgid "Choose <emph>Data - Group and Outline - Group</emph>."
msgstr ""
-#: specialfilter.xhp#par_id3145790.29.help.text
-msgid " <emph>1</emph> "
+#. ^T4R
+#: datapilot_grouping.xhp
+msgctxt ""
+"datapilot_grouping.xhp\n"
+"par_idN1066E\n"
+"help.text"
+msgid "Depending on the format of the selected cells, either a new group field is added to the pivot table, or you see one of the two <link href=\"text/scalc/01/12090400.xhp\">Grouping</link> dialogs, either for numeric values, or for date values."
msgstr ""
-#: specialfilter.xhp#par_id3159239.30.help.text
-msgctxt "specialfilter.xhp#par_id3159239.30.help.text"
-msgid "Month"
+#. !E)Z
+#: datapilot_grouping.xhp
+msgctxt ""
+"datapilot_grouping.xhp\n"
+"par_id3328653\n"
+"help.text"
+msgid "The pivot table must be organized in a way that grouping can be applied."
msgstr ""
-#: specialfilter.xhp#par_id3150086.31.help.text
-msgctxt "specialfilter.xhp#par_id3150086.31.help.text"
-msgid "Standard"
+#. ^8do
+#: datapilot_grouping.xhp
+msgctxt ""
+"datapilot_grouping.xhp\n"
+"par_idN10682\n"
+"help.text"
+msgid "To remove a grouping, click inside the group, then choose <emph>Data - Group and Outline - Ungroup</emph>."
msgstr ""
-#: specialfilter.xhp#par_id3150202.32.help.text
-msgctxt "specialfilter.xhp#par_id3150202.32.help.text"
-msgid "Business"
+#. ]^F6
+#: datapilot_edittable.xhp
+#, fuzzy
+msgctxt ""
+"datapilot_edittable.xhp\n"
+"tit\n"
+"help.text"
+msgid "Editing Pivot Tables"
+msgstr "ტექსტის რედაქტირება"
+
+#. N{|~
+#: datapilot_edittable.xhp
+#, fuzzy
+msgctxt ""
+"datapilot_edittable.xhp\n"
+"bm_id3148663\n"
+"help.text"
+msgid "<bookmark_value>pivot table function; editing tables</bookmark_value><bookmark_value>editing;pivot tables</bookmark_value>"
+msgstr "<bookmark_value>მოქმედების დაბრუნება;რედაქტირება</bookmark_value><bookmark_value>რედაქტირება;მოქმედების დაბრუნება</bookmark_value>"
+
+#. .=kG
+#: datapilot_edittable.xhp
+#, fuzzy
+msgctxt ""
+"datapilot_edittable.xhp\n"
+"hd_id3148663\n"
+"25\n"
+"help.text"
+msgid "<variable id=\"datapilot_edittable\"><link href=\"text/scalc/guide/datapilot_edittable.xhp\" name=\"Editing Pivot Tables\">Editing Pivot Tables</link></variable>"
+msgstr "<variable id=\"tabelle_tastatur\"><link href=\"text/swriter/01/05090201.xhp\" name=\"Editing Tables Using the Keyboard\">ცხრილების ჩასწორება კლავიატურის გამოყენებით</link></variable>"
+
+#. lo~N
+#: datapilot_edittable.xhp
+msgctxt ""
+"datapilot_edittable.xhp\n"
+"par_id3150868\n"
+"26\n"
+"help.text"
+msgid "Click one of the buttons in the pivot table and hold the mouse button down. A special symbol will appear next to the mouse pointer."
msgstr ""
-#: specialfilter.xhp#par_id3150883.33.help.text
-msgctxt "specialfilter.xhp#par_id3150883.33.help.text"
-msgid "Luxury"
+#. ra1h
+#: datapilot_edittable.xhp
+msgctxt ""
+"datapilot_edittable.xhp\n"
+"par_id3145786\n"
+"27\n"
+"help.text"
+msgid "By dragging the button to a different position in the same row you can alter the order of the columns. If you drag a button to the left edge of the table into the row headings area, you can change a column into a row."
msgstr ""
-#: specialfilter.xhp#par_id3152987.34.help.text
-msgctxt "specialfilter.xhp#par_id3152987.34.help.text"
-msgid "Suite"
+#. R@`*
+#: datapilot_edittable.xhp
+msgctxt ""
+"datapilot_edittable.xhp\n"
+"par_id1648915\n"
+"help.text"
+msgid "In the Pivot Table dialog, you can drag a button to the <emph>Page Fields</emph> area to create a button and a listbox on top of the pivot table. The listbox can be used to filter the pivot table by the contents of the selected item. You can use drag-and-drop within the pivot table to use another page field as a filter."
msgstr ""
-#: specialfilter.xhp#par_id3154486.35.help.text
-msgid " <emph>2</emph> "
+#. cCjA
+#: datapilot_edittable.xhp
+msgctxt ""
+"datapilot_edittable.xhp\n"
+"par_id3147434\n"
+"29\n"
+"help.text"
+msgid "To remove a button from the table, just drag it out of the pivot table. Release the mouse button when the mouse pointer positioned within the sheet has become a 'not allowed' icon. The button is deleted."
msgstr ""
-#: specialfilter.xhp#par_id3148839.36.help.text
-msgctxt "specialfilter.xhp#par_id3148839.36.help.text"
-msgid "January"
+#. m1sV
+#: datapilot_edittable.xhp
+msgctxt ""
+"datapilot_edittable.xhp\n"
+"par_id3156442\n"
+"40\n"
+"help.text"
+msgid "To edit the pivot table, click a cell inside the pivot table and open the context menu. In the context menu you find the command <emph>Edit Layout</emph>, which displays the <emph>Pivot Table</emph> dialog for the current pivot table."
msgstr ""
-#: specialfilter.xhp#par_id3153816.37.help.text
-msgid "125600"
+#. C.z[
+#: datapilot_edittable.xhp
+msgctxt ""
+"datapilot_edittable.xhp\n"
+"par_id2666096\n"
+"help.text"
+msgid "In the pivot table, you can use drag-and-drop or cut/paste commands to rearrange the order of data fields."
msgstr ""
-#: specialfilter.xhp#par_id3157978.38.help.text
-msgid "200500"
+#. TaNh
+#: datapilot_edittable.xhp
+msgctxt ""
+"datapilot_edittable.xhp\n"
+"par_id266609688\n"
+"help.text"
+msgid "You can assign custom display names to fields, field members, subtotals (with some restrictions), and grand totals inside pivot tables. A custom display name is assigned to an item by overwriting the original name with another name."
msgstr ""
-#: specialfilter.xhp#par_id3155268.39.help.text
-msgid "240000"
+#. f_~t
+#: rounding_numbers.xhp
+msgctxt ""
+"rounding_numbers.xhp\n"
+"tit\n"
+"help.text"
+msgid "Using Rounded Off Numbers"
msgstr ""
-#: specialfilter.xhp#par_id3153286.40.help.text
-msgctxt "specialfilter.xhp#par_id3153286.40.help.text"
-msgid "170000"
+#. i-]/
+#: rounding_numbers.xhp
+msgctxt ""
+"rounding_numbers.xhp\n"
+"bm_id3153361\n"
+"help.text"
+msgid "<bookmark_value>numbers; rounded off</bookmark_value><bookmark_value>rounded off numbers</bookmark_value><bookmark_value>exact numbers in $[officename] Calc</bookmark_value><bookmark_value>decimal places; showing</bookmark_value><bookmark_value>changing;number of decimal places</bookmark_value><bookmark_value>values;rounded in calculations</bookmark_value><bookmark_value>calculating;rounded off values</bookmark_value><bookmark_value>numbers; decimal places</bookmark_value><bookmark_value>precision as shown</bookmark_value><bookmark_value>rounding precision</bookmark_value><bookmark_value>spreadsheets; values as shown</bookmark_value>"
msgstr ""
-#: specialfilter.xhp#par_id3146782.41.help.text
-msgid " <emph>3</emph> "
+#. j/_c
+#: rounding_numbers.xhp
+msgctxt ""
+"rounding_numbers.xhp\n"
+"hd_id3156422\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"rounding_numbers\"><link href=\"text/scalc/guide/rounding_numbers.xhp\" name=\"Using Rounded Off Numbers\">Using Rounded Off Numbers</link></variable>"
msgstr ""
-#: specialfilter.xhp#par_id3149900.42.help.text
-msgid "February"
-msgstr "თებერვალი"
+#. \Za,
+#: rounding_numbers.xhp
+msgctxt ""
+"rounding_numbers.xhp\n"
+"par_id3153726\n"
+"3\n"
+"help.text"
+msgid "In $[officename] Calc, all decimal numbers are displayed rounded off to two decimal places."
+msgstr ""
-#: specialfilter.xhp#par_id3154763.43.help.text
-msgid "160000"
+#. emQ;
+#: rounding_numbers.xhp
+msgctxt ""
+"rounding_numbers.xhp\n"
+"hd_id3152596\n"
+"4\n"
+"help.text"
+msgid "To change this for selected cells"
msgstr ""
-#: specialfilter.xhp#par_id3150050.44.help.text
-msgid "180300"
+#. \MW0
+#: rounding_numbers.xhp
+msgctxt ""
+"rounding_numbers.xhp\n"
+"par_id3154321\n"
+"5\n"
+"help.text"
+msgid "Mark all the cells you want to modify."
msgstr ""
-#: specialfilter.xhp#par_id3153801.45.help.text
-msgid "362000"
+#. +R)K
+#: rounding_numbers.xhp
+msgctxt ""
+"rounding_numbers.xhp\n"
+"par_id3147428\n"
+"6\n"
+"help.text"
+msgid "Choose <emph>Format - Cells</emph> and go to the <emph>Numbers</emph> tab page."
msgstr ""
-#: specialfilter.xhp#par_id3154708.46.help.text
-msgid "220000"
+#. IFdq
+#: rounding_numbers.xhp
+msgctxt ""
+"rounding_numbers.xhp\n"
+"par_id3153876\n"
+"7\n"
+"help.text"
+msgid "In the <emph>Category</emph> field, select <emph>Number</emph>. Under <emph>Options</emph>, change the number of <emph>Decimal places</emph> and exit the dialog with OK."
msgstr ""
-#: specialfilter.xhp#par_id3151191.47.help.text
-msgid " <emph>4</emph> "
+#. -})(
+#: rounding_numbers.xhp
+msgctxt ""
+"rounding_numbers.xhp\n"
+"hd_id3155415\n"
+"8\n"
+"help.text"
+msgid "To change this everywhere"
msgstr ""
-#: specialfilter.xhp#par_id3147250.48.help.text
-msgid "March"
-msgstr "მარტი"
+#. x./#
+#: rounding_numbers.xhp
+#, fuzzy
+msgctxt ""
+"rounding_numbers.xhp\n"
+"par_id3150715\n"
+"9\n"
+"help.text"
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph>."
+msgstr "Select the document with <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6 და დააჭირეთ Tab-ს"
-#: specialfilter.xhp#par_id3153334.49.help.text
-msgctxt "specialfilter.xhp#par_id3153334.49.help.text"
-msgid "170000"
+#. iv,H
+#: rounding_numbers.xhp
+msgctxt ""
+"rounding_numbers.xhp\n"
+"par_id3153707\n"
+"10\n"
+"help.text"
+msgid "Go to the <emph>Calculate</emph> page. Modify the number of <emph>Decimal places</emph> and exit the dialog with OK."
msgstr ""
-#: specialfilter.xhp#par_id3151391.50.help.text
-msgid "and so on..."
+#. (Z=g
+#: rounding_numbers.xhp
+msgctxt ""
+"rounding_numbers.xhp\n"
+"hd_id3154755\n"
+"11\n"
+"help.text"
+msgid "To calculate with the rounded off numbers instead of the internal exact values"
msgstr ""
-#: specialfilter.xhp#par_id3147300.51.help.text
-msgid "Copy row 1 with the row headers (field names), to row 20, for example. Enter the filter conditions linked with OR in rows 21, 22, and so on."
-msgstr ""
+#. P:?Y
+#: rounding_numbers.xhp
+#, fuzzy
+msgctxt ""
+"rounding_numbers.xhp\n"
+"par_id3150045\n"
+"12\n"
+"help.text"
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph>."
+msgstr "Select the document with <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6 და დააჭირეთ Tab-ს"
-#: specialfilter.xhp#par_id3159115.52.help.text
-msgctxt "specialfilter.xhp#par_id3159115.52.help.text"
-msgid " <emph>A</emph> "
+#. SGfK
+#: rounding_numbers.xhp
+msgctxt ""
+"rounding_numbers.xhp\n"
+"par_id3146920\n"
+"13\n"
+"help.text"
+msgid "Go to the <emph>Calculate</emph> page. Mark the <emph>Precision as shown</emph> field and exit the dialog with OK."
msgstr ""
-#: specialfilter.xhp#par_id3146886.53.help.text
-msgctxt "specialfilter.xhp#par_id3146886.53.help.text"
-msgid " <emph>B</emph> "
-msgstr ""
+#. k@3S
+#: rounding_numbers.xhp
+msgctxt ""
+"rounding_numbers.xhp\n"
+"par_id3145790\n"
+"14\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>"
-#: specialfilter.xhp#par_id3153124.54.help.text
-msgctxt "specialfilter.xhp#par_id3153124.54.help.text"
-msgid " <emph>C</emph> "
-msgstr ""
+#. m4dd
+#: rounding_numbers.xhp
+msgctxt ""
+"rounding_numbers.xhp\n"
+"par_id3147005\n"
+"15\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01060500.xhp\" name=\"Calculate\">Calculate</link>"
+msgstr "<link href=\"text/shared/optionen/01060500.xhp\" name=\"Calculate\">გამოთვლა</link>"
-#: specialfilter.xhp#par_id3152979.55.help.text
-msgctxt "specialfilter.xhp#par_id3152979.55.help.text"
-msgid " <emph>D</emph> "
+#. 9jn@
+#: dbase_files.xhp
+msgctxt ""
+"dbase_files.xhp\n"
+"tit\n"
+"help.text"
+msgid "Importing and Exporting dBASE Files"
+msgstr ""
+
+#. ]*`n
+#: dbase_files.xhp
+msgctxt ""
+"dbase_files.xhp\n"
+"bm_id1226844\n"
+"help.text"
+msgid "<bookmark_value>exporting;spreadsheets to dBASE</bookmark_value> <bookmark_value>importing;dBASE files</bookmark_value> <bookmark_value>dBASE import/export</bookmark_value> <bookmark_value>spreadsheets; importing from/exporting to dBASE files</bookmark_value> <bookmark_value>tables in databases;importing dBASE files</bookmark_value>"
msgstr ""
-#: specialfilter.xhp#par_id3145827.56.help.text
-msgctxt "specialfilter.xhp#par_id3145827.56.help.text"
-msgid " <emph>E</emph> "
+#. +Rn9
+#: dbase_files.xhp
+msgctxt ""
+"dbase_files.xhp\n"
+"par_idN10738\n"
+"help.text"
+msgid "<variable id=\"dbase_files\"><link href=\"text/scalc/guide/dbase_files.xhp\">Importing and Exporting dBASE Files</link></variable>"
msgstr ""
-#: specialfilter.xhp#par_id3149892.57.help.text
-msgid " <emph>20</emph> "
+#. W$ig
+#: dbase_files.xhp
+msgctxt ""
+"dbase_files.xhp\n"
+"par_idN10756\n"
+"help.text"
+msgid "You can open and save data in the dBASE file format (*.dbf file extension) in $[officename] Base or a spreadsheet. In %PRODUCTNAME Base, a dBASE database is a folder that contains files with the .dbf file extension. Each file corresponds to a table in the database. Formulas and formatting are lost when you open and save a dBASE file from %PRODUCTNAME."
msgstr ""
-#: specialfilter.xhp#par_id3150693.58.help.text
-msgctxt "specialfilter.xhp#par_id3150693.58.help.text"
-msgid "Month"
+#. EH*.
+#: dbase_files.xhp
+msgctxt ""
+"dbase_files.xhp\n"
+"par_idN10759\n"
+"help.text"
+msgid "To Import a dBASE File Into a Spreadsheet"
msgstr ""
-#: specialfilter.xhp#par_id3147475.59.help.text
-msgctxt "specialfilter.xhp#par_id3147475.59.help.text"
-msgid "Standard"
+#. b9Jf
+#: dbase_files.xhp
+msgctxt ""
+"dbase_files.xhp\n"
+"par_idN10760\n"
+"help.text"
+msgid "Choose <emph>File - Open</emph>."
msgstr ""
-#: specialfilter.xhp#par_id3154846.60.help.text
-msgctxt "specialfilter.xhp#par_id3154846.60.help.text"
-msgid "Business"
+#. c(Qd
+#: dbase_files.xhp
+msgctxt ""
+"dbase_files.xhp\n"
+"par_idN1071F\n"
+"help.text"
+msgid "Locate the *.dbf file that you want to import."
msgstr ""
-#: specialfilter.xhp#par_id3153082.61.help.text
-msgctxt "specialfilter.xhp#par_id3153082.61.help.text"
-msgid "Luxury"
-msgstr ""
+#. \lr\
+#: dbase_files.xhp
+#, fuzzy
+msgctxt ""
+"dbase_files.xhp\n"
+"par_idN10768\n"
+"help.text"
+msgid "Click <emph>Open</emph>."
+msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-#: specialfilter.xhp#par_id3149506.62.help.text
-msgctxt "specialfilter.xhp#par_id3149506.62.help.text"
-msgid "Suite"
+#. lD^0
+#: dbase_files.xhp
+msgctxt ""
+"dbase_files.xhp\n"
+"par_idN10730\n"
+"help.text"
+msgid "The <emph>Import dBASE files</emph> dialog opens."
msgstr ""
-#: specialfilter.xhp#par_id3149188.63.help.text
-msgid " <emph>21</emph> "
-msgstr ""
+#. J_J+
+#: dbase_files.xhp
+#, fuzzy
+msgctxt ""
+"dbase_files.xhp\n"
+"par_idN10774\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-#: specialfilter.xhp#par_id3149956.64.help.text
-msgctxt "specialfilter.xhp#par_id3149956.64.help.text"
-msgid "January"
+#. 9~=T
+#: dbase_files.xhp
+msgctxt ""
+"dbase_files.xhp\n"
+"par_idN10777\n"
+"help.text"
+msgid "The dBASE file opens as a new Calc spreadsheet."
msgstr ""
-#: specialfilter.xhp#par_id3150865.65.help.text
-msgid " <emph>22</emph> "
+#. qd`d
+#: dbase_files.xhp
+msgctxt ""
+"dbase_files.xhp\n"
+"par_idN1074E\n"
+"help.text"
+msgid "If you want to save the spreadsheet as a dBASE file, do not alter or delete the first row in the imported file. This row contains information that is required by a dBASE database."
msgstr ""
-#: specialfilter.xhp#par_id3155957.66.help.text
-msgid "<160000"
+#. 9se|
+#: dbase_files.xhp
+msgctxt ""
+"dbase_files.xhp\n"
+"par_idN1077A\n"
+"help.text"
+msgid "To Import a dBASE File Into a Database Table"
msgstr ""
-#: specialfilter.xhp#par_id3153566.67.help.text
-msgid "Specify that only rows which either have the value <item type=\"literal\">January</item> in the <emph>Month</emph> cells OR a value of under 160000 in the <emph>Standard</emph> cells will be displayed."
+#. @UYR
+#: dbase_files.xhp
+msgctxt ""
+"dbase_files.xhp\n"
+"par_idN1076C\n"
+"help.text"
+msgid "A %PRODUCTNAME Base database table is actually a link to an existing database."
msgstr ""
-#: specialfilter.xhp#par_id3147372.68.help.text
-msgid "Choose <emph>Data - Filter - Advanced Filter</emph>, and then select the range A20:E22. After you click OK, only the filtered rows will be displayed. The other rows will be hidden from view."
+#. ;)oQ
+#: dbase_files.xhp
+msgctxt ""
+"dbase_files.xhp\n"
+"par_idN10796\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">File - New - Database</item>."
msgstr ""
-#: print_exact.xhp#tit.help.text
-msgid "Defining Number of Pages for Printing"
+#. j4Y[
+#: dbase_files.xhp
+msgctxt ""
+"dbase_files.xhp\n"
+"par_idN10786\n"
+"help.text"
+msgid "In the <emph>File name</emph> box of the <emph>Save As</emph> dialog, enter a name for the database."
msgstr ""
-#: print_exact.xhp#bm_id3153194.help.text
-msgid "<bookmark_value>printing; sheet counts</bookmark_value><bookmark_value>sheets; printing sheet counts</bookmark_value><bookmark_value>page breaks; spreadsheet preview</bookmark_value><bookmark_value>editing;print ranges</bookmark_value><bookmark_value>viewing;print ranges</bookmark_value><bookmark_value>previews;page breaks for printing</bookmark_value>"
-msgstr ""
+#. u9,u
+#: dbase_files.xhp
+#, fuzzy
+msgctxt ""
+"dbase_files.xhp\n"
+"par_idN10792\n"
+"help.text"
+msgid "Click <emph>Save</emph>."
+msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-#: print_exact.xhp#hd_id3153194.1.help.text
-msgid "<variable id=\"print_exact\"><link href=\"text/scalc/guide/print_exact.xhp\" name=\"Defining Number of Pages for Printing\">Defining Number of Pages for Printing</link></variable>"
+#. 2dj)
+#: dbase_files.xhp
+msgctxt ""
+"dbase_files.xhp\n"
+"par_idN1079A\n"
+"help.text"
+msgid "In the <emph>Database type </emph>box of the <emph>Database Properties</emph> dialog, select \"dBASE\"."
msgstr ""
-#: print_exact.xhp#par_id3153771.2.help.text
-msgid "If a sheet is too large for a single printed page, $[officename] Calc will print the current sheet evenly divided over several pages. Since the automatic page break does not always take place in the optimal position, you can define the page distribution yourself."
-msgstr ""
+#. eN$T
+#: dbase_files.xhp
+#, fuzzy
+msgctxt ""
+"dbase_files.xhp\n"
+"par_idN107A6\n"
+"help.text"
+msgid "Click <emph>Next</emph>."
+msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-#: print_exact.xhp#par_id3159155.3.help.text
-msgctxt "print_exact.xhp#par_id3159155.3.help.text"
-msgid "Go to the sheet to be printed."
-msgstr ""
+#. !GLJ
+#: dbase_files.xhp
+#, fuzzy
+msgctxt ""
+"dbase_files.xhp\n"
+"par_idN107AE\n"
+"help.text"
+msgid "Click <emph>Browse</emph>."
+msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-#: print_exact.xhp#par_id3150012.4.help.text
-msgctxt "print_exact.xhp#par_id3150012.4.help.text"
-msgid "Choose <emph>View - Page Break Preview</emph>."
+#. blnF
+#: dbase_files.xhp
+msgctxt ""
+"dbase_files.xhp\n"
+"par_idN107B6\n"
+"help.text"
+msgid "Locate the directory that contains the dBASE file, and click <emph>OK</emph>."
msgstr ""
-#: print_exact.xhp#par_id3146974.5.help.text
-msgid "You will see the automatic distribution of the sheet across the print pages. The automatically created print ranges are indicated by dark blue lines, and the user-defined ones by light blue lines. The page breaks (line breaks and column breaks) are marked as black lines."
-msgstr ""
+#. eP8!
+#: dbase_files.xhp
+#, fuzzy
+msgctxt ""
+"dbase_files.xhp\n"
+"par_idN107BE\n"
+"help.text"
+msgid "Click <emph>Create</emph>."
+msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-#: print_exact.xhp#par_id3152578.6.help.text
-msgid "You can move the blue lines with the mouse. You will find further options in the Context menu, including adding an additional print range, removing the scaling and inserting additional manual line and column breaks."
+#. E8d/
+#: dbase_files.xhp
+msgctxt ""
+"dbase_files.xhp\n"
+"par_idN107F1\n"
+"help.text"
+msgid "To Save a Spreadsheet as a dBASE File"
msgstr ""
-#: print_exact.xhp#par_id3151073.7.help.text
-msgctxt "print_exact.xhp#par_id3151073.7.help.text"
-msgid "<link href=\"text/scalc/01/03100000.xhp\" name=\"View - Page Break Preview\">View - Page Break Preview</link>"
+#. bdlT
+#: dbase_files.xhp
+msgctxt ""
+"dbase_files.xhp\n"
+"par_idN107F8\n"
+"help.text"
+msgid "Choose <emph>File - Save As</emph>."
msgstr ""
-#: userdefined_function.xhp#tit.help.text
-msgid "User-Defined Functions"
+#. fUbl
+#: dbase_files.xhp
+msgctxt ""
+"dbase_files.xhp\n"
+"par_idN10800\n"
+"help.text"
+msgid "In the <emph>File format</emph> box, select \"dBASE file\"."
msgstr ""
-#: userdefined_function.xhp#bm_id3155411.help.text
-msgid "<bookmark_value>functions; user-defined</bookmark_value><bookmark_value>user-defined functions</bookmark_value><bookmark_value>Basic IDE for user-defined functions</bookmark_value><bookmark_value>IDE; Basic IDE</bookmark_value><bookmark_value>programming;functions</bookmark_value>"
+#. -3t7
+#: dbase_files.xhp
+msgctxt ""
+"dbase_files.xhp\n"
+"par_idN107F9\n"
+"help.text"
+msgid "In the <emph>File name</emph> box, type a name for the dBASE file."
msgstr ""
-#: userdefined_function.xhp#hd_id3155411.1.help.text
-msgid "<variable id=\"userdefined_function\"><link href=\"text/scalc/guide/userdefined_function.xhp\" name=\"Defining Functions Yourself\">User-Defined Functions</link></variable>"
-msgstr ""
+#. izh^
+#: dbase_files.xhp
+#, fuzzy
+msgctxt ""
+"dbase_files.xhp\n"
+"par_idN10801\n"
+"help.text"
+msgid "Click <emph>Save</emph>."
+msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-#: userdefined_function.xhp#par_id3153969.2.help.text
-msgid "You can apply user-defined functions in $[officename] Calc in the following ways:"
+#. W:\n
+#: dbase_files.xhp
+msgctxt ""
+"dbase_files.xhp\n"
+"par_idN10808\n"
+"help.text"
+msgid "Only the data on the current sheet is exported."
msgstr ""
-#: userdefined_function.xhp#par_id3145366.4.help.text
-msgid "You can define your own functions using the Basic-IDE. This method requires a basic knowledge of programming."
+#. Ya.,
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"tit\n"
+"help.text"
+msgid "Finding and Replacing in Calc"
msgstr ""
-#: userdefined_function.xhp#par_id3153768.3.help.text
-msgid "You can program functions as <link href=\"text/scalc/01/04060111.xhp\" name=\"add-ins\">add-ins</link>. This method requires an advanced knowledge of programming."
+#. #UQ2
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"bm_id3769341\n"
+"help.text"
+msgid "<bookmark_value>searching, see also finding</bookmark_value><bookmark_value>finding;formulas/values/text/objects</bookmark_value><bookmark_value>replacing; cell contents</bookmark_value><bookmark_value>formatting;multiple cell texts</bookmark_value>"
msgstr ""
-#: userdefined_function.xhp#hd_id3149260.6.help.text
-msgid "Defining A Function Using %PRODUCTNAME Basic"
+#. a3lj
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"hd_id3149204\n"
+"help.text"
+msgid "<variable id=\"finding\"><link href=\"text/scalc/guide/finding.xhp\">Finding and Replacing in Calc</link></variable>"
msgstr ""
-#: userdefined_function.xhp#par_id3148456.7.help.text
-msgid "Choose <item type=\"menuitem\">Tools - Macros - Organize Macros - %PRODUCTNAME Basic</item>."
+#. K3UK
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id9363689\n"
+"help.text"
+msgid "In spreadsheet documents you can find words, formulas, and styles. You can navigate from one result to the next, or you can highlight all matching cells at once, then apply another format or replace the cell content by other content."
msgstr ""
-#: userdefined_function.xhp#par_id3154510.8.help.text
-msgid "Click the <emph>Edit</emph> button. You will now see the Basic IDE."
+#. Lkn7
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"hd_id3610644\n"
+"help.text"
+msgid "The Find & Replace dialog"
msgstr ""
-#: userdefined_function.xhp#par_id3150327.9.help.text
-msgid "Enter the function code. In this example, we define a <item type=\"literal\">VOL(a; b; c)</item> function that calculates the volume of a rectangular solid with side lengths <item type=\"literal\">a</item>, <item type=\"literal\">b</item> and <item type=\"literal\">c</item>:"
+#. vNYh
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id2224494\n"
+"help.text"
+msgid "Cells can contain text or numbers that were entered directly as in a text document. But cells can also contain text or numbers as the result of a calculation. For example, if a cell contains the formula =1+2 it displays the result 3. You must decide whether to search for the 1 respective 2, or to search the 3."
msgstr ""
-#: userdefined_function.xhp#par_id3155443.10.help.text
-msgid "Close the Basic-IDE window."
+#. T[EQ
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"hd_id2423780\n"
+"help.text"
+msgid "To find formulas or values"
msgstr ""
-#: userdefined_function.xhp#par_id3150043.11.help.text
-msgid "Your function is automatically saved in the default module and is now available. If you apply the function in a Calc document that is to be used on another computer, you can copy the function to the Calc document as described in the next section."
+#. +-?N
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id2569658\n"
+"help.text"
+msgid "You can specify in the Find & Replace dialog either to find the parts of a formula or the results of a calculation."
msgstr ""
-#: userdefined_function.xhp#hd_id3147340.18.help.text
-msgid "Copying a Function To a Document"
+#. KV:V
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id6394238\n"
+"help.text"
+msgid "Choose <emph>Edit - Find & Replace</emph> to open the Find & Replace dialog."
msgstr ""
-#: userdefined_function.xhp#par_id3145232.19.help.text
-msgid "In stage 2 of \"Defining A Function Using %PRODUCTNAME Basic\", in the <emph>Macro</emph> dialog you clicked on <emph>Edit </emph>. As the default, in the <emph>Macro from</emph> field the <emph>My Macros - Standard - Module1</emph> module is selected. The <emph>Standard</emph> library resides locally in your user directory."
+#. (I#(
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id7214270\n"
+"help.text"
+msgid "Click <emph>More Options</emph> to expand the dialog."
msgstr ""
-#: userdefined_function.xhp#par_id3154022.20.help.text
-msgid "If you want to copy the user-defined function to a Calc document:"
+#. @zgh
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id2186346\n"
+"help.text"
+msgid "Select \"Formulas\" or \"Values\" in the <emph>Search in</emph> list box."
msgstr ""
-#: userdefined_function.xhp#par_id3150304.21.help.text
-msgctxt "userdefined_function.xhp#par_id3150304.21.help.text"
-msgid "Choose <item type=\"menuitem\">Tools - Macros - Organize Macros - %PRODUCTNAME Basic</item> ."
+#. X]XS
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id1331217\n"
+"help.text"
+msgid "With \"Formulas\" you will find all parts of the formulas."
msgstr ""
-#: userdefined_function.xhp#par_id3150086.22.help.text
-msgid "In the <emph>Macro from</emph> field select <emph>My Macros - Standard - Module1</emph> and click <emph>Edit</emph>."
+#. ;RqB
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id393993\n"
+"help.text"
+msgid "With \"Values\" you will find the results of the calculations."
msgstr ""
-#: userdefined_function.xhp#par_id3166430.23.help.text
-msgid "In the Basic-IDE, select the source of your user-defined function and copy it to the clipboard."
+#. 2_qt
+#: 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 ""
-#: userdefined_function.xhp#par_idN1081D.help.text
-msgid "Close the Basic-IDE."
+#. ;)41
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"hd_id7359233\n"
+"help.text"
+msgid "Finding text"
msgstr ""
-#: userdefined_function.xhp#par_id3150517.24.help.text
-msgctxt "userdefined_function.xhp#par_id3150517.24.help.text"
-msgid "Choose <item type=\"menuitem\">Tools - Macros - Organize Macros - %PRODUCTNAME Basic</item> ."
+#. /A.o
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id6549272\n"
+"help.text"
+msgid "Choose <emph>Edit - Find & Replace</emph> to open the Find & Replace dialog."
msgstr ""
-#: userdefined_function.xhp#par_id3145384.25.help.text
-msgid "In the <emph>Macro from</emph> field select <emph>(Name of the Calc document) - Standard - Module1</emph>. Click <emph>Edit</emph>."
+#. *y6Y
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id6529740\n"
+"help.text"
+msgid "Enter the text to find in the <emph>Search for</emph> text box."
msgstr ""
-#: userdefined_function.xhp#par_id3148699.26.help.text
-msgid "Paste the clipboard contents in the Basic-IDE of the document."
+#. -1.9
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id9121982\n"
+"help.text"
+msgid "Either click <emph>Find</emph> or <emph>Find All</emph>."
msgstr ""
-#: userdefined_function.xhp#hd_id3153305.12.help.text
-msgid "Applying a User-defined Function in $[officename] Calc"
+#. 2$Wk
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id3808404\n"
+"help.text"
+msgid "When you click <emph>Find</emph>, Calc will select the next cell that contains your text. You can watch and edit the text, then click <emph>Find</emph> again to advance to the next found cell."
msgstr ""
-#: userdefined_function.xhp#par_id3148869.13.help.text
-msgid "Once you have defined the function <item type=\"literal\">VOL(a; b; c)</item> in the Basic-IDE, you can apply it the same way as the built-in functions of $[officename] Calc."
+#. hUA0
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id2394482\n"
+"help.text"
+msgid "If you closed the dialog, you can press a key combination (<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F) to find the next cell without opening the dialog."
msgstr ""
-#: userdefined_function.xhp#par_id3148606.14.help.text
-msgid "Open a Calc document and enter numbers for the function parameters <item type=\"literal\">a</item>, <item type=\"literal\">b</item>, and <item type=\"literal\">c</item> in cells A1, B1, and C1."
+#. 4BvS
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id631733\n"
+"help.text"
+msgid "By default, Calc searches the current sheet. Click <emph>More Options</emph>, then enable <emph>Search in all sheets</emph> to search through all sheets of the document."
msgstr ""
-#: userdefined_function.xhp#par_id3156019.15.help.text
-msgid "Set the cursor in another cell and enter the following:"
+#. ]!Gv
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id7811822\n"
+"help.text"
+msgid "When you click <emph>Find All</emph>, Calc selects all cells that contain your entry. Now you can for example set all found cells to bold, or apply a Cell Style to all at once."
msgstr ""
-#: userdefined_function.xhp#par_id3155264.16.help.text
-msgid "=VOL(A1;B1;C1)"
+#. }J;^
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"hd_id8531449\n"
+"help.text"
+msgid "The Navigator"
msgstr ""
-#: userdefined_function.xhp#par_id3146776.17.help.text
-msgid "The function is evaluated and you will see the result in the selected cell."
+#. 8!`.
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id9183935\n"
+"help.text"
+msgid "Choose <emph>View - Navigator</emph> to open the Navigator window."
msgstr ""
-#: formula_enter.xhp#tit.help.text
-msgid "Entering Formulas "
+#. 3Prw
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id946684\n"
+"help.text"
+msgid "The Navigator is the main tool for finding and selecting objects."
msgstr ""
-#: formula_enter.xhp#bm_id3150868.help.text
-msgid "<bookmark_value>formula bar; input line</bookmark_value><bookmark_value>input line in formula bar</bookmark_value><bookmark_value>formulas; inputting</bookmark_value><bookmark_value>inserting;formulas</bookmark_value>"
+#. ~=:[
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id9607226\n"
+"help.text"
+msgid "Use the Navigator for inserting objects and links within the same document or from other open documents."
msgstr ""
-#: formula_enter.xhp#hd_id3150868.9.help.text
-msgid "<variable id=\"formula_enter\"><link href=\"text/scalc/guide/formula_enter.xhp\" name=\"Entering Formulas\">Entering Formulas</link></variable>"
+#. G9D#
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"tit\n"
+"help.text"
+msgid "Instructions for Using $[officename] Calc"
msgstr ""
-#: formula_enter.xhp#par_id6848353.help.text
-msgid "You can enter formulas in several ways: using the icons, or by typing on the keyboard, or by a mixture of both methods."
+#. :JFU
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"bm_id3150770\n"
+"help.text"
+msgid "<bookmark_value>HowTos for Calc</bookmark_value><bookmark_value>instructions; $[officename] Calc</bookmark_value>"
msgstr ""
-#: formula_enter.xhp#par_id3145364.10.help.text
-msgid "Click the cell in which you want to enter the formula."
+#. :qhK
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3150770\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"main\"><link href=\"text/scalc/guide/main.xhp\" name=\"Instructions for Using $[officename] Calc\">Instructions for Using $[officename] Calc</link></variable>"
msgstr ""
-#: formula_enter.xhp#par_id3150012.11.help.text
-msgid "Click the <emph>Function</emph> icon on the Formula Bar."
+#. tGwJ
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3145748\n"
+"2\n"
+"help.text"
+msgid "Formatting Tables and Cells"
msgstr ""
-#: formula_enter.xhp#par_id3156441.12.help.text
-msgid "You will now see an equals sign in the input line and you can begin to input the formula."
+#. +@m;
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3154022\n"
+"3\n"
+"help.text"
+msgid "Entering Values and Formulas"
msgstr ""
-#: formula_enter.xhp#par_id3153726.3.help.text
-msgid "After entering the required values, press Enter or click <emph>Accept</emph> to insert the result in the active cell. If you want to clear your entry in the input line, press Escape or click <emph>Cancel</emph>."
+#. d2%y
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3152899\n"
+"4\n"
+"help.text"
+msgid "Entering References"
msgstr ""
-#: formula_enter.xhp#par_id3147394.8.help.text
-msgid "You can also enter the values and the formulas directly into the cells, even if you cannot see an input cursor. Formulas must always begin with an equals sign."
+#. k0/K
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3155382\n"
+"5\n"
+"help.text"
+msgid "Database Ranges in Tables"
msgstr ""
-#: formula_enter.xhp#par_id4206976.help.text
-msgid "You can also press the + or - key on the numerical keyboard to start a formula. NumLock must be \"on\". For example, press the following keys in succession:"
+#. N@[@
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3159229\n"
+"6\n"
+"help.text"
+msgid "Advanced Calculations"
msgstr ""
-#: formula_enter.xhp#par_id1836909.help.text
-msgid "+ 5 0 - 8 Enter"
+#. Dv78
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3153070\n"
+"7\n"
+"help.text"
+msgid "Printing and Page Preview"
msgstr ""
-#: formula_enter.xhp#par_id8171330.help.text
-msgid "You see the result <item type=\"literal\">42</item> in the cell. The cell contains the formula <item type=\"literal\">=+50-8</item>."
+#. [K7w
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3150437\n"
+"8\n"
+"help.text"
+msgid "Importing and Exporting Documents"
msgstr ""
-#: formula_enter.xhp#par_id3155764.6.help.text
-msgid "If you are editing a formula with references, the references and the associated cells will be highlighted with the same color. You can now resize the reference border using the mouse, and the reference in the formula displayed in the input line also changes. <emph>Show references in color</emph> can be deactivated under <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060300.xhp\" name=\"Spreadsheet - View\">%PRODUCTNAME Calc - View</link>."
-msgstr ""
+#. pthF
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3166464\n"
+"9\n"
+"help.text"
+msgid "Miscellaneous"
+msgstr "სხვადასხვა"
-#: formula_enter.xhp#par_id3149210.7.help.text
-msgid "<variable id=\"tip\">If you would like to view the calculation of individual elements of a formula, select the respective elements and press F9. For example, in the formula =SUM(A1:B12)*SUM(C1:D12) select the section SUM(C1:D12) and press F9 to view the subtotal for this area. </variable>"
+#. HlpM
+#: validity.xhp
+msgctxt ""
+"validity.xhp\n"
+"tit\n"
+"help.text"
+msgid "Validity of Cell Contents"
msgstr ""
-#: formula_enter.xhp#par_id3150304.5.help.text
-msgid "If an error occurs when creating the formula, an <link href=\"text/scalc/05/02140000.xhp\" name=\"error message\">error message</link> appears in the active cell."
+#. R1Y=
+#: validity.xhp
+msgctxt ""
+"validity.xhp\n"
+"bm_id3156442\n"
+"help.text"
+msgid "<bookmark_value>values; limiting on input</bookmark_value><bookmark_value>limits; specifying value limits on input</bookmark_value><bookmark_value>permitted cell contents</bookmark_value><bookmark_value>data validity</bookmark_value><bookmark_value>validity</bookmark_value><bookmark_value>cells; validity</bookmark_value><bookmark_value>error messages; defining for incorrect input</bookmark_value><bookmark_value>actions in case of incorrect input</bookmark_value><bookmark_value>Help tips; defining text for cell input</bookmark_value><bookmark_value>comments;help text for cells</bookmark_value><bookmark_value>cells; defining input help</bookmark_value><bookmark_value>macros; running when incorrect input</bookmark_value><bookmark_value>data; validity check</bookmark_value>"
msgstr ""
-#: formula_enter.xhp#par_id3152993.13.help.text
-msgid "<link href=\"text/scalc/main0206.xhp\" name=\"Formula bar\">Formula bar</link>"
+#. L2,p
+#: validity.xhp
+msgctxt ""
+"validity.xhp\n"
+"hd_id3156442\n"
+"22\n"
+"help.text"
+msgid "<variable id=\"validity\"><link href=\"text/scalc/guide/validity.xhp\" name=\"Validity of Cell Contents\">Validity of Cell Contents</link></variable>"
msgstr ""
-#: calc_series.xhp#tit.help.text
-msgid "Automatically Calculating Series"
+#. i^5G
+#: validity.xhp
+msgctxt ""
+"validity.xhp\n"
+"par_id3156283\n"
+"2\n"
+"help.text"
+msgid "For each cell, you can define entries to be valid. Invalid entries to a cell will be rejected."
msgstr ""
-#: calc_series.xhp#bm_id3150769.help.text
-msgid "<bookmark_value>series; calculating</bookmark_value> <bookmark_value>calculating; series</bookmark_value> <bookmark_value>linear series</bookmark_value> <bookmark_value>growth series</bookmark_value> <bookmark_value>date series</bookmark_value> <bookmark_value>powers of 2 calculations</bookmark_value> <bookmark_value>cells; filling automatically</bookmark_value> <bookmark_value>automatic cell filling</bookmark_value> <bookmark_value>AutoFill function</bookmark_value> <bookmark_value>filling;cells, automatically</bookmark_value>"
+#. P0{b
+#: validity.xhp
+msgctxt ""
+"validity.xhp\n"
+"par_id3145252\n"
+"3\n"
+"help.text"
+msgid "The validity rule is activated when a new value is entered. If an invalid value has already been inserted into the cell, or if you insert a value in the cell either with drag-and-drop or by copying and pasting, the validity rule will not take effect."
msgstr ""
-#: calc_series.xhp#hd_id3150769.6.help.text
-msgid "<variable id=\"calc_series\"><link href=\"text/scalc/guide/calc_series.xhp\" name=\"Automatically Calculating Series\">Automatically Filling in Data Based on Adjacent Cells</link></variable>"
+#. @r=B
+#: validity.xhp
+msgctxt ""
+"validity.xhp\n"
+"par_id5174718\n"
+"help.text"
+msgid "You can choose <emph>Tools - Detective</emph> at any time and choose the command <link href=\"text/scalc/01/06030800.xhp\" name=\"Mark Invalid Data\"><emph>Mark Invalid Data</emph></link> to display which cells contain invalid values."
msgstr ""
-#: calc_series.xhp#par_idN106A8.help.text
-msgid "You can automatically fill cells with data with the AutoFill command or the Series command."
+#. AiM@
+#: validity.xhp
+msgctxt ""
+"validity.xhp\n"
+"hd_id3155603\n"
+"5\n"
+"help.text"
+msgid "Using Cell Contents Validity"
msgstr ""
-#: calc_series.xhp#par_idN106D3.help.text
-msgid "Using AutoFill"
+#. ;R9V
+#: validity.xhp
+msgctxt ""
+"validity.xhp\n"
+"par_id3155959\n"
+"6\n"
+"help.text"
+msgid "Select the cells for which you want to define a new validity rule."
msgstr ""
-#: calc_series.xhp#par_idN106D7.help.text
-msgid "AutoFill automatically generates a data series based on a defined pattern."
+#. @dI$
+#: validity.xhp
+msgctxt ""
+"validity.xhp\n"
+"par_id3148837\n"
+"8\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Data - Validity</item>."
+msgstr ""
+
+#. xSiA
+#: validity.xhp
+msgctxt ""
+"validity.xhp\n"
+"par_id3156020\n"
+"9\n"
+"help.text"
+msgid "On the <emph>Criteria</emph> tab page, enter the conditions for new values entered into cells."
+msgstr ""
+
+#. Q,_C
+#: validity.xhp
+msgctxt ""
+"validity.xhp\n"
+"par_id3159208\n"
+"10\n"
+"help.text"
+msgid "In the <emph>Allow</emph> field, select an option."
msgstr ""
-#: calc_series.xhp#par_id3154319.7.help.text
-msgid "On a sheet, click in a cell, and type a number."
+#. ezO0
+#: validity.xhp
+msgctxt ""
+"validity.xhp\n"
+"par_id3153011\n"
+"11\n"
+"help.text"
+msgid "If you select \"Whole Numbers\", values such as \"12.5\" are not allowed. Choosing \"Date\" allows date information both in the local date format as well as in the form of a <link href=\"text/sbasic/shared/03030101.xhp\" name=\"serial date\">serial date</link>. Similarly, the \"Time\" condition permits time values such as \"12:00\" or serial time numbers. \"Text Length\" stipulates that cells are allowed to contain text only."
msgstr ""
-#: calc_series.xhp#par_idN106CB.help.text
-msgid "Click in another cell and then click back in the cell where you typed the number."
+#. ~EO*
+#: validity.xhp
+msgctxt ""
+"validity.xhp\n"
+"par_id9224829\n"
+"help.text"
+msgid "Select \"List\" to enter a list of valid entries."
msgstr ""
-#: calc_series.xhp#par_id3145272.16.help.text
-msgid "Drag the fill handle in the bottom right corner of the cell across the cells that you want to fill, and release the mouse button."
+#. K`^1
+#: validity.xhp
+msgctxt ""
+"validity.xhp\n"
+"par_id3149317\n"
+"13\n"
+"help.text"
+msgid "Select the next condition under <emph>Data</emph>. According to what you choose, additional options will be selectable."
msgstr ""
-#: calc_series.xhp#par_id3145801.17.help.text
-msgid "The cells are filled with ascending numbers."
+#. xP~l
+#: validity.xhp
+msgctxt ""
+"validity.xhp\n"
+"par_id3151389\n"
+"15\n"
+"help.text"
+msgid "After you have determined the conditions for cell validity, you can use the other two tab pages to create message boxes:"
msgstr ""
-#: calc_series.xhp#par_idN106EE.help.text
-msgid "To quickly create a list of consecutive days, enter <item type=\"literal\">Monday</item> in a cell, and drag the fill handle."
+#. jphE
+#: validity.xhp
+msgctxt ""
+"validity.xhp\n"
+"par_id3159261\n"
+"16\n"
+"help.text"
+msgid "On the <emph>Input Help</emph> tab page, enter the title and the text of the tip, which will then be displayed if the cell is selected."
msgstr ""
-#: calc_series.xhp#par_id9720145.help.text
-msgctxt "calc_series.xhp#par_id9720145.help.text"
-msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> if you do not want to fill the cells with different values."
+#. :q#K
+#: validity.xhp
+msgctxt ""
+"validity.xhp\n"
+"par_id3156396\n"
+"17\n"
+"help.text"
+msgid "On the <emph>Error Alert</emph> tab page, select the action to be carried out in the event of an error."
msgstr ""
-#: calc_series.xhp#par_id3154490.18.help.text
-msgid "If you select two or more adjacent cells that contain different numbers, and drag, the remaining cells are filled with the arithmetic pattern that is recognized in the numbers. The AutoFill function also recognizes customized lists that are defined under <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists</item>."
+#. J4Q~
+#: validity.xhp
+msgctxt ""
+"validity.xhp\n"
+"par_id3147416\n"
+"18\n"
+"help.text"
+msgid "If you select \"Stop\" as the action, invalid entries are not accepted, and the previous cell contents are retained."
msgstr ""
-#: calc_series.xhp#par_idN10737.help.text
-msgid "You can double-click the fill handle to automatically fill all empty columns of the current data block. For example, first enter Jan into A1 and drag the fill handle down to A12 to get the twelve months in the first column. Now enter some values into B1 and C1. Select those two cells, and double-click the fill handle. This fills automatically the data block B1:C12."
+#. -qBJ
+#: validity.xhp
+msgctxt ""
+"validity.xhp\n"
+"par_id3150033\n"
+"19\n"
+"help.text"
+msgid "Select \"Warning\" or \"Information\" to display a dialog in which the entry can either be canceled or accepted."
msgstr ""
-#: calc_series.xhp#par_idN10713.help.text
-msgid "Using a Defined Series"
+#. ,Ul!
+#: validity.xhp
+msgctxt ""
+"validity.xhp\n"
+"par_id3149947\n"
+"20\n"
+"help.text"
+msgid "If you select \"Macro\", then by using the <emph>Browse</emph> button you can specify a macro to be run in the event of an error."
msgstr ""
-#: calc_series.xhp#par_id3150749.9.help.text
-msgid "Select the cell range in the sheet that you want to fill."
+#. FOQ}
+#: validity.xhp
+msgctxt ""
+"validity.xhp\n"
+"par_id3149011\n"
+"35\n"
+"help.text"
+msgid "To display the error message, select <emph>Show error message when invalid values are entered</emph>."
msgstr ""
-#: calc_series.xhp#par_id3154754.19.help.text
-msgid "Choose <item type=\"menuitem\">Edit - Fill - Series</item>."
+#. P:j*
+#: validity.xhp
+msgctxt ""
+"validity.xhp\n"
+"par_id3148586\n"
+"21\n"
+"help.text"
+msgid "After changing the action for a cell on the <emph>Error Alert</emph> tab page and closing the dialog with OK, you must first select another cell before the change takes effect."
msgstr ""
-#: calc_series.xhp#par_idN10716.help.text
-msgid "Select the parameters for the series. "
+#. wLkq
+#: validity.xhp
+msgctxt ""
+"validity.xhp\n"
+"par_id3154805\n"
+"30\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12120000.xhp\" name=\"Data - Validity\">Data - Validity</link>"
msgstr ""
-#: calc_series.xhp#par_idN10731.help.text
-msgid "If you select a <emph>linear</emph> series, the increment that you enter is <emph>added</emph> to each consecutive number in the series to create the next value."
+#. 4Lk~
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"tit\n"
+"help.text"
+msgid "Defining Background Colors or Background Graphics"
msgstr ""
-#: calc_series.xhp#par_idN1073C.help.text
-msgid "If you select a <emph>growth</emph> series, the increment that you enter is <emph>multiplied</emph> by each consecutive number to create the next value."
+#. .U2*
+#: 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 ""
-#: calc_series.xhp#par_idN10747.help.text
-msgid "If you select a <emph>date</emph> series, the increment that you enter is added to the time unit that you specify."
+#. 3{Y*
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"hd_id3149346\n"
+"1\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 ""
-#: calc_series.xhp#par_id3159173.20.help.text
-#, fuzzy
-msgctxt "calc_series.xhp#par_id3159173.20.help.text"
-msgid "<link href=\"text/shared/optionen/01060400.xhp\" name=\"Sort lists\">Sort lists</link>"
-msgstr "<link href=\"text/shared/optionen/01060500.xhp\" name=\"Calculate\">გამოთვლა</link>"
-
-#: print_title_row.xhp#tit.help.text
-msgid "Printing Rows or Columns on Every Page"
+#. xmK\
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id9520249\n"
+"help.text"
+msgid "You can define a background color or use a graphic as a background for cell ranges in $[officename] Calc."
msgstr ""
-#: print_title_row.xhp#bm_id3151112.help.text
-msgid "<bookmark_value>printing; sheets on multiple pages</bookmark_value><bookmark_value>sheets; printing on multiple pages</bookmark_value><bookmark_value>rows; repeating when printing</bookmark_value><bookmark_value>columns; repeating when printing</bookmark_value><bookmark_value>repeating;columns/rows on printed pages</bookmark_value><bookmark_value>title rows; printing on all sheets</bookmark_value><bookmark_value>headers; printing on sheets</bookmark_value><bookmark_value>footers; printing on sheets</bookmark_value><bookmark_value>printing; rows/columns as table headings</bookmark_value><bookmark_value>headings;repeating rows/columns as</bookmark_value>"
+#. 4-NH
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"hd_id3144760\n"
+"16\n"
+"help.text"
+msgid "Applying a Background Color to a $[officename] Calc Spreadsheet"
msgstr ""
-#: print_title_row.xhp#hd_id3153727.21.help.text
-msgid "<variable id=\"print_title_row\"><link href=\"text/scalc/guide/print_title_row.xhp\" name=\"Printing Rows or Columns on Every Page\">Printing Rows or Columns on Every Page</link></variable>"
+#. f^%,
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3155429\n"
+"17\n"
+"help.text"
+msgid "Select the cells."
msgstr ""
-#: print_title_row.xhp#par_id3154014.2.help.text
-msgid "If you have a sheet that is so large that it will be printed multiple pages, you can set up rows or columns to repeat on each printed page."
+#. B.:t
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3149260\n"
+"18\n"
+"help.text"
+msgid "Choose <emph>Format - Cells</emph> (or <emph>Format Cells</emph> from the context menu)."
msgstr ""
-#: print_title_row.xhp#par_id3146975.7.help.text
-msgid "As an example, If you want to print the top two rows of the sheet as well as the first column (A)on all pages, do the following:"
+#. {%il
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3152938\n"
+"19\n"
+"help.text"
+msgid "On the <emph>Background</emph> tab page, select the background color."
msgstr ""
-#: print_title_row.xhp#par_id3163710.8.help.text
-msgid "Choose <emph>Format - Print Ranges - Edit</emph>. The <emph>Edit Print Ranges</emph> dialog appears."
+#. T70}
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"hd_id3146974\n"
+"20\n"
+"help.text"
+msgid "Graphics in the Background of Cells"
msgstr ""
-#: print_title_row.xhp#par_id3149958.9.help.text
-msgid "Click the icon at the far right of the <emph>Rows to repeat</emph> area."
-msgstr ""
+#. oBUv
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3155414\n"
+"21\n"
+"help.text"
+msgid "Choose <emph>Insert - Picture - From File</emph>."
+msgstr "ამოირჩიეთ <emph>ჩასმა - ნახატი</emph>."
-#: print_title_row.xhp#par_id3145800.10.help.text
-msgid "The dialog shrinks so that you can see more of the sheet."
+#. |]Jc
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3149664\n"
+"22\n"
+"help.text"
+msgid "Select the graphic and click <emph>Open</emph>."
msgstr ""
-#: print_title_row.xhp#par_id3155602.11.help.text
-msgid "Select the first two rows and, for this example, click cell A1 and drag to A2."
+#. ;A.?
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3153575\n"
+"23\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 ""
-#: print_title_row.xhp#par_id3154018.12.help.text
-msgid "In the shrunk dialog you will see $1:$2. Rows 1 and 2 are now rows to repeat."
+#. WCJ+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id51576\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/background.xhp\">Watermarks</link>"
msgstr ""
-#: print_title_row.xhp#par_id3153707.13.help.text
-msgid "Click the icon at the far right of the <emph>Rows to repeat</emph> area. The dialog is restored again."
+#. miw{
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3156180\n"
+"30\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05030600.xhp\" name=\"Background tab page\"><emph>Background</emph> tab page</link>"
msgstr ""
-#: print_title_row.xhp#par_id3155443.14.help.text
-msgid "If you also want column A as a column to repeat, click the icon at the far right of the <emph>Columns to repeat</emph> area."
+#. %=8^
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id7601245\n"
+"help.text"
+msgid "<link href=\"text/scalc/guide/format_table.xhp\">Formatting Spreadsheets</link>"
msgstr ""
-#: print_title_row.xhp#par_id3154256.15.help.text
-msgid "Click column A (not in the column header)."
+#. LfmZ
+#: super_subscript.xhp
+msgctxt ""
+"super_subscript.xhp\n"
+"tit\n"
+"help.text"
+msgid "Text Superscript / Subscript"
msgstr ""
-#: print_title_row.xhp#par_id3154704.16.help.text
-msgid "Click the icon again at the far right of the <emph>Columns to repeat</emph> area."
+#. %S-J
+#: super_subscript.xhp
+msgctxt ""
+"super_subscript.xhp\n"
+"bm_id3151112\n"
+"help.text"
+msgid "<bookmark_value>superscript text in cells</bookmark_value><bookmark_value>subscript text in cells</bookmark_value><bookmark_value>cells; text super/sub</bookmark_value><bookmark_value>characters;superscript/subscript</bookmark_value>"
msgstr ""
-#: print_title_row.xhp#par_id3150088.17.help.text
-msgid "Rows to repeat are rows from the sheet. You can define headers and footers to be printed on each print page independently of this in <emph>Format - Page</emph>."
+#. nJbv
+#: super_subscript.xhp
+msgctxt ""
+"super_subscript.xhp\n"
+"hd_id3151112\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"super_subscript\"><link href=\"text/scalc/guide/super_subscript.xhp\" name=\"Text Superscript / Subscript\">Text Superscript / Subscript</link></variable>"
msgstr ""
-#: print_title_row.xhp#par_id3155380.18.help.text
-msgctxt "print_title_row.xhp#par_id3155380.18.help.text"
-msgid "<link href=\"text/scalc/01/03100000.xhp\" name=\"View - Page Break Preview\">View - Page Break Preview</link>"
+#. FjYO
+#: super_subscript.xhp
+msgctxt ""
+"super_subscript.xhp\n"
+"par_id3154684\n"
+"2\n"
+"help.text"
+msgid "In the cell, select the character that you want to put in superscript or subscript."
msgstr ""
-#: print_title_row.xhp#par_id3154371.19.help.text
-msgctxt "print_title_row.xhp#par_id3154371.19.help.text"
-msgid "<link href=\"text/scalc/01/05080300.xhp\" name=\"Format - Print ranges - Edit\">Format - Print ranges - Edit</link>"
+#. ;\z*
+#: super_subscript.xhp
+msgctxt ""
+"super_subscript.xhp\n"
+"par_id3150439\n"
+"3\n"
+"help.text"
+msgid "If, for example, you want to write H20 with a subscript 2, select the 2 in the cell (not in the input line)."
msgstr ""
-#: print_title_row.xhp#par_id3146113.20.help.text
-msgid "<link href=\"text/scalc/01/05070000.xhp\" name=\"Format - Page - (Header / Footer)\">Format - Page - (Header / Footer)</link>"
+#. ~ZH8
+#: super_subscript.xhp
+msgctxt ""
+"super_subscript.xhp\n"
+"par_id3149260\n"
+"4\n"
+"help.text"
+msgid "Open the context menu for the selected character and choose <emph>Character</emph>. You will see the <emph>Character</emph> dialog."
msgstr ""
-#: format_table.xhp#tit.help.text
-msgid "Formatting Spreadsheets"
+#. ~5P:
+#: super_subscript.xhp
+msgctxt ""
+"super_subscript.xhp\n"
+"par_id3153142\n"
+"5\n"
+"help.text"
+msgid "Click the <emph>Font Position</emph> tab."
msgstr ""
-#: format_table.xhp#bm_id3154125.help.text
-msgid "<bookmark_value>text in cells; formatting</bookmark_value><bookmark_value>spreadsheets;formatting</bookmark_value><bookmark_value>backgrounds;cells and pages</bookmark_value><bookmark_value>borders;cells and pages</bookmark_value><bookmark_value>formatting;spreadsheets</bookmark_value><bookmark_value>numbers; formatting options for selected cells</bookmark_value><bookmark_value>cells; number formats</bookmark_value><bookmark_value>currencies;formats</bookmark_value>"
+#. D-uS
+#: super_subscript.xhp
+msgctxt ""
+"super_subscript.xhp\n"
+"par_id3153954\n"
+"6\n"
+"help.text"
+msgid "Select the <emph>Subscript</emph> option and click OK."
msgstr ""
-#: format_table.xhp#hd_id3154125.6.help.text
-msgid "<variable id=\"format_table\"><link href=\"text/scalc/guide/format_table.xhp\" name=\"Designing Spreadsheets\">Formatting Spreadsheets</link></variable>"
+#. q4=h
+#: super_subscript.xhp
+msgctxt ""
+"super_subscript.xhp\n"
+"par_id3153876\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020500.xhp\" name=\"Context menu - Character - Font Position\">Context menu - Character - Font Position</link>"
msgstr ""
-#: format_table.xhp#hd_id3153912.13.help.text
-msgid "Formatting Text in a Spreadsheet "
-msgstr ""
+#. 5lva
+#: datapilot_createtable.xhp
+#, fuzzy
+msgctxt ""
+"datapilot_createtable.xhp\n"
+"tit\n"
+"help.text"
+msgid "Creating Pivot Tables"
+msgstr "სახელების შექმნა"
-#: format_table.xhp#par_id3144772.14.help.text
-msgid "Select the text you want to format."
-msgstr ""
+#. U-ad
+#: datapilot_createtable.xhp
+#, fuzzy
+msgctxt ""
+"datapilot_createtable.xhp\n"
+"bm_id3148491\n"
+"help.text"
+msgid "<bookmark_value>pivot tables</bookmark_value> <bookmark_value>pivot table function; calling up and applying</bookmark_value>"
+msgstr "<bookmark_value>გადიდება;მახლხმობი ღილაკი</bookmark_value><bookmark_value>ხატვა; გადიდების ფუნქციები</bookmark_value>"
-#: format_table.xhp#par_id3155268.15.help.text
-msgid "Choose the desired text attributes from the <emph>Formatting </emph>Bar. You can also choose <emph>Format - Cells</emph>. The <emph>Format Cells</emph> dialog will appear in which you can choose various text attributes on the <emph>Font</emph> tab page."
-msgstr ""
+#. r_f^
+#: datapilot_createtable.xhp
+#, fuzzy
+msgctxt ""
+"datapilot_createtable.xhp\n"
+"hd_id3148491\n"
+"7\n"
+"help.text"
+msgid "<variable id=\"datapilot_createtable\"><link href=\"text/scalc/guide/datapilot_createtable.xhp\" name=\"Creating Pivot Tables\">Creating Pivot Tables</link></variable>"
+msgstr "<variable id=\"insert_control\"><link href=\"text/sbasic/guide/insert_control.xhp\" name=\"Creating Controls in the Dialog Editor\">დიალოგის რედაქტორში საკონტროლო ელემენტების შექმნა</link></variable>"
-#: format_table.xhp#hd_id3149899.16.help.text
-msgid "Formatting Numbers in a Spreadsheet"
+#. W=j%
+#: datapilot_createtable.xhp
+msgctxt ""
+"datapilot_createtable.xhp\n"
+"par_id3156023\n"
+"8\n"
+"help.text"
+msgid "Position the cursor within a range of cells containing values, row and column headings."
msgstr ""
-#: format_table.xhp#par_id3159226.17.help.text
-msgid "Select the cells containing the numbers you want to format."
+#. es34
+#: datapilot_createtable.xhp
+msgctxt ""
+"datapilot_createtable.xhp\n"
+"par_id3147264\n"
+"9\n"
+"help.text"
+msgid "Choose <emph>Data - Pivot Table - Create</emph>. The <emph>Select Source</emph> dialog appears. Choose <emph>Current selection</emph> and confirm with <emph>OK</emph>. The table headings are shown as buttons in the <emph>Pivot Table</emph> dialog. Drag these buttons as required and drop them into the layout areas \"Page Fields\", \"Column Fields\", \"Row Fields\" and \"Data Fields\"."
msgstr ""
-#: format_table.xhp#par_id3150046.18.help.text
-msgid "To format numbers in the default currency format or as percentages, use the icons on the <emph>Formatting </emph>Bar. For other formats, choose <emph>Format - Cells</emph>. You can choose from the preset formats or define your own on the <emph>Numbers</emph> tab page."
+#. (b,{
+#: datapilot_createtable.xhp
+msgctxt ""
+"datapilot_createtable.xhp\n"
+"par_id3150868\n"
+"10\n"
+"help.text"
+msgid "Drag the desired buttons into one of the four areas."
msgstr ""
-#: format_table.xhp#hd_id3153483.19.help.text
-msgid "Formatting Borders and Backgrounds for Cells and Pages"
+#. $0qG
+#: datapilot_createtable.xhp
+msgctxt ""
+"datapilot_createtable.xhp\n"
+"par_id7599414\n"
+"help.text"
+msgid "Drag a button to the <emph>Page Fields</emph> area to create a button and a listbox on top of the generated pivot table. The listbox can be used to filter the pivot table by the contents of the selected item. You can use drag-and-drop within the generated pivot table to use another page field as a filter."
msgstr ""
-#: format_table.xhp#par_id3154733.20.help.text
-msgid "You can assign a format to any group of cells by first selecting the cells (for multiple selection, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key when clicking), and then activating the <emph>Format Cells</emph> dialog in <item type=\"menuitem\">Format - Cell</item>. In this dialog, you can select attributes such as shadows and backgrounds."
+#. eLDr
+#: datapilot_createtable.xhp
+msgctxt ""
+"datapilot_createtable.xhp\n"
+"par_id3154011\n"
+"11\n"
+"help.text"
+msgid "If the button is dropped in the <emph>Data Fields</emph> area it will be given a caption that also shows the formula that will be used to calculate the data."
msgstr ""
-#: format_table.xhp#par_id3145116.21.help.text
-msgid "To apply formatting attributes to an entire sheet, choose <emph>Format - Page</emph>. You can define headers and footers, for example, to appear on each printed page."
+#. EhQu
+#: datapilot_createtable.xhp
+msgctxt ""
+"datapilot_createtable.xhp\n"
+"par_id3146974\n"
+"16\n"
+"help.text"
+msgid "By double-clicking on one of the fields in the <emph>Data Fields</emph> area you can call up the <link href=\"text/scalc/01/12090105.xhp\" name=\"Data Field\"><emph>Data Field</emph></link> dialog."
msgstr ""
-#: format_table.xhp#par_id3145389.22.help.text
-msgid "An image that you have loaded with <item type=\"menuitem\">Format - Page - Background</item> is only visible in print or in the page preview. To display a background image on screen as well, insert the graphic image by choosing <item type=\"menuitem\">Insert - Picture - From File</item> and arrange the image behind the cells by choosing <item type=\"menuitem\">Format - Arrange - To Background</item>. Use the <link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link> to select the background image."
+#. 2eW_
+#: datapilot_createtable.xhp
+msgctxt ""
+"datapilot_createtable.xhp\n"
+"par_id3156286\n"
+"17\n"
+"help.text"
+msgid "Use the <item type=\"menuitem\">Data Field</item> dialog to select the calculations to be used for the data. To make a multiple selection, press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while clicking the desired calculation."
msgstr ""
-#: format_table.xhp#par_id2837916.help.text
-msgid "<link href=\"text/shared/01/05020300.xhp\">Number Formatting Options</link>"
+#. pgI/
+#: datapilot_createtable.xhp
+msgctxt ""
+"datapilot_createtable.xhp\n"
+"par_id3150329\n"
+"13\n"
+"help.text"
+msgid "The order of the buttons can be changed at any time by moving them to a different position in the area with the mouse."
msgstr ""
-#: format_table.xhp#par_id2614215.help.text
-msgid "<link href=\"text/scalc/guide/background.xhp\">Backgrounds for Cells</link>"
+#. ?.dM
+#: datapilot_createtable.xhp
+msgctxt ""
+"datapilot_createtable.xhp\n"
+"par_id3153714\n"
+"14\n"
+"help.text"
+msgid "Remove a button by dragging it back to the area of the other buttons at the right of the dialog."
msgstr ""
-#: validity.xhp#tit.help.text
-msgid "Validity of Cell Contents"
+#. g~Pq
+#: datapilot_createtable.xhp
+msgctxt ""
+"datapilot_createtable.xhp\n"
+"par_id3147338\n"
+"15\n"
+"help.text"
+msgid "To open the <link href=\"text/scalc/01/12090105.xhp\" name=\"Data Field\"><emph>Data Field</emph></link> dialog, double-click one of the buttons in the <emph>Row Fields</emph> or <emph>Column Fields</emph> area. Use the dialog to select if and to what extent <item type=\"productname\">%PRODUCTNAME</item> calculates display subtotals."
msgstr ""
-#: validity.xhp#bm_id3156442.help.text
-msgid "<bookmark_value>values; limiting on input</bookmark_value><bookmark_value>limits; specifying value limits on input</bookmark_value><bookmark_value>permitted cell contents</bookmark_value><bookmark_value>data validity</bookmark_value><bookmark_value>validity</bookmark_value><bookmark_value>cells; validity</bookmark_value><bookmark_value>error messages; defining for incorrect input</bookmark_value><bookmark_value>actions in case of incorrect input</bookmark_value><bookmark_value>Help tips; defining text for cell input</bookmark_value><bookmark_value>comments;help text for cells</bookmark_value><bookmark_value>cells; defining input help</bookmark_value><bookmark_value>macros; running when incorrect input</bookmark_value><bookmark_value>data; validity check</bookmark_value>"
+#. LQLP
+#: datapilot_createtable.xhp
+msgctxt ""
+"datapilot_createtable.xhp\n"
+"par_id3154020\n"
+"18\n"
+"help.text"
+msgid "Exit the Pivot Table dialog by pressing OK. A <emph>Filter</emph> button will now be inserted, or a page button for every data field that you dropped in the <emph>Page Fields</emph> area. The pivot table is inserted further down."
msgstr ""
-#: validity.xhp#hd_id3156442.22.help.text
-msgid "<variable id=\"validity\"><link href=\"text/scalc/guide/validity.xhp\" name=\"Validity of Cell Contents\">Validity of Cell Contents</link></variable>"
+#. HoJA
+#: text_wrap.xhp
+msgctxt ""
+"text_wrap.xhp\n"
+"tit\n"
+"help.text"
+msgid "Writing Multi-line Text"
msgstr ""
-#: validity.xhp#par_id3156283.2.help.text
-msgid "For each cell, you can define entries to be valid. Invalid entries to a cell will be rejected."
+#. l$(A
+#: text_wrap.xhp
+msgctxt ""
+"text_wrap.xhp\n"
+"bm_id3154346\n"
+"help.text"
+msgid "<bookmark_value>text in cells; multi-line</bookmark_value><bookmark_value>cells; text breaks</bookmark_value><bookmark_value>breaks in cells</bookmark_value><bookmark_value>multi-line text in cells</bookmark_value>"
msgstr ""
-#: validity.xhp#par_id3145252.3.help.text
-msgid "The validity rule is activated when a new value is entered. If an invalid value has already been inserted into the cell, or if you insert a value in the cell either with drag-and-drop or by copying and pasting, the validity rule will not take effect."
+#. lU9V
+#: text_wrap.xhp
+msgctxt ""
+"text_wrap.xhp\n"
+"hd_id3154346\n"
+"42\n"
+"help.text"
+msgid "<variable id=\"text_wrap\"><link href=\"text/scalc/guide/text_wrap.xhp\" name=\"Writing Multi-line Text\">Writing Multi-line Text</link></variable>"
msgstr ""
-#: validity.xhp#par_id5174718.help.text
-msgid "You can choose <emph>Tools - Detective</emph> at any time and choose the command <link href=\"text/scalc/01/06030800.xhp\" name=\"Mark Invalid Data\"><emph>Mark Invalid Data</emph></link> to display which cells contain invalid values."
+#. 6osm
+#: text_wrap.xhp
+msgctxt ""
+"text_wrap.xhp\n"
+"par_id3156280\n"
+"41\n"
+"help.text"
+msgid "Pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter keys inserts a manual line break. This shortcut only works directly in the cell, not in the input line."
msgstr ""
-#: validity.xhp#hd_id3155603.5.help.text
-msgid "Using Cell Contents Validity"
+#. `ld.
+#: text_wrap.xhp
+msgctxt ""
+"text_wrap.xhp\n"
+"par_id3153142\n"
+"43\n"
+"help.text"
+msgid "If you want the text to automatically break at the right border of the cell, proceed as follows:"
msgstr ""
-#: validity.xhp#par_id3155959.6.help.text
-msgid "Select the cells for which you want to define a new validity rule."
+#. Tt5O
+#: text_wrap.xhp
+msgctxt ""
+"text_wrap.xhp\n"
+"par_id3153951\n"
+"44\n"
+"help.text"
+msgid "Select all the cells where you want the text to break at the right border."
msgstr ""
-#: validity.xhp#par_id3148837.8.help.text
-msgid "Choose <item type=\"menuitem\">Data - Validity</item>. "
+#. 0\aR
+#: text_wrap.xhp
+msgctxt ""
+"text_wrap.xhp\n"
+"par_id3148575\n"
+"45\n"
+"help.text"
+msgid "In <emph>Format - Cells - Alignment</emph>, mark the <emph>Wrap text automatically</emph> option and click OK."
msgstr ""
-#: validity.xhp#par_id3156020.9.help.text
-msgid "On the <emph>Criteria</emph> tab page, enter the conditions for new values entered into cells. "
+#. hw37
+#: text_wrap.xhp
+msgctxt ""
+"text_wrap.xhp\n"
+"par_id3145799\n"
+"46\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05020000.xhp\" name=\"Format - Cell\">Format - Cell</link>"
msgstr ""
-#: validity.xhp#par_id3159208.10.help.text
-msgid "In the <emph>Allow</emph> field, select an option."
+#. (g`^
+#: formulas.xhp
+msgctxt ""
+"formulas.xhp\n"
+"tit\n"
+"help.text"
+msgid "Calculating With Formulas"
msgstr ""
-#: validity.xhp#par_id3153011.11.help.text
-msgid "If you select \"Whole Numbers\", values such as \"12.5\" are not allowed. Choosing \"Date\" allows date information both in the local date format as well as in the form of a <link href=\"text/sbasic/shared/03030101.xhp\" name=\"serial date\">serial date</link>. Similarly, the \"Time\" condition permits time values such as \"12:00\" or serial time numbers. \"Text Length\" stipulates that cells are allowed to contain text only."
-msgstr ""
+#. o~~`
+#: formulas.xhp
+#, fuzzy
+msgctxt ""
+"formulas.xhp\n"
+"bm_id3155411\n"
+"help.text"
+msgid "<bookmark_value>formulas;calculating with</bookmark_value><bookmark_value>calculating; with formulas</bookmark_value><bookmark_value>examples;formula calculation</bookmark_value>"
+msgstr "<bookmark_value>ელ-ცხრილები; მალსახმობი კლავიშები</bookmark_value><bookmark_value>მალსახმობ კლავიშებში;ელცხრილები</bookmark_value><bookmark_value>ცხრილის რიგები; შიგთავსი</bookmark_value>"
-#: validity.xhp#par_id9224829.help.text
-msgid "Select \"List\" to enter a list of valid entries."
+#. h}=a
+#: formulas.xhp
+msgctxt ""
+"formulas.xhp\n"
+"hd_id3155411\n"
+"20\n"
+"help.text"
+msgid "<variable id=\"formulas\"><link href=\"text/scalc/guide/formulas.xhp\" name=\"Calculating With Formulas\">Calculating With Formulas</link></variable>"
msgstr ""
-#: validity.xhp#par_id3149317.13.help.text
-msgid "Select the next condition under <emph>Data</emph>. According to what you choose, additional options will be selectable."
+#. P[42
+#: formulas.xhp
+msgctxt ""
+"formulas.xhp\n"
+"par_id3156281\n"
+"21\n"
+"help.text"
+msgid "All formulas begin with an equals sign. The formulas can contain numbers, text, arithmetic operators, logic operators, or functions."
msgstr ""
-#: validity.xhp#par_id3151389.15.help.text
-msgid "After you have determined the conditions for cell validity, you can use the other two tab pages to create message boxes:"
+#. c,2D
+#: formulas.xhp
+msgctxt ""
+"formulas.xhp\n"
+"par_id3145272\n"
+"39\n"
+"help.text"
+msgid "Remember that the basic arithmetic operators (+, -, *, /) can be used in formulas using the \"Multiplication and Division before Addition and Subtraction\" rule. Instead of writing =SUM(A1:B1) you can write =A1+B1."
msgstr ""
-#: validity.xhp#par_id3159261.16.help.text
-msgid "On the <emph>Input Help</emph> tab page, enter the title and the text of the tip, which will then be displayed if the cell is selected."
+#. JU0l
+#: formulas.xhp
+msgctxt ""
+"formulas.xhp\n"
+"par_id3146119\n"
+"42\n"
+"help.text"
+msgid "Parentheses can also be used. The result of the formula =(1+2)*3 produces a different result than =1+2*3."
msgstr ""
-#: validity.xhp#par_id3156396.17.help.text
-msgid "On the <emph>Error Alert</emph> tab page, select the action to be carried out in the event of an error."
+#. ,9!M
+#: formulas.xhp
+msgctxt ""
+"formulas.xhp\n"
+"par_id3156285\n"
+"23\n"
+"help.text"
+msgid "Here are a few examples of $[officename] Calc formulas:"
msgstr ""
-#: validity.xhp#par_id3147416.18.help.text
-msgid "If you select \"Stop\" as the action, invalid entries are not accepted, and the previous cell contents are retained."
+#. CJAC
+#: formulas.xhp
+msgctxt ""
+"formulas.xhp\n"
+"par_id3154015\n"
+"24\n"
+"help.text"
+msgid "=A1+10"
msgstr ""
-#: validity.xhp#par_id3150033.19.help.text
-msgid "Select \"Warning\" or \"Information\" to display a dialog in which the entry can either be canceled or accepted."
+#. 9{.I
+#: formulas.xhp
+msgctxt ""
+"formulas.xhp\n"
+"par_id3146972\n"
+"25\n"
+"help.text"
+msgid "Displays the contents of cell A1 plus 10."
msgstr ""
-#: validity.xhp#par_id3149947.20.help.text
-msgid "If you select \"Macro\", then by using the <emph>Browse</emph> button you can specify a macro to be run in the event of an error."
+#. FGwG
+#: formulas.xhp
+msgctxt ""
+"formulas.xhp\n"
+"par_id3145643\n"
+"45\n"
+"help.text"
+msgid "=A1*16%"
msgstr ""
-#: validity.xhp#par_id3149011.35.help.text
-msgid "To display the error message, select <emph>Show error message when invalid values are entered</emph>. "
+#. f=16
+#: formulas.xhp
+msgctxt ""
+"formulas.xhp\n"
+"par_id3154255\n"
+"46\n"
+"help.text"
+msgid "Displays 16% of the contents of A1."
msgstr ""
-#: validity.xhp#par_id3148586.21.help.text
-msgid "After changing the action for a cell on the <emph>Error Alert</emph> tab page and closing the dialog with OK, you must first select another cell before the change takes effect."
+#. 8+LO
+#: formulas.xhp
+msgctxt ""
+"formulas.xhp\n"
+"par_id3146917\n"
+"47\n"
+"help.text"
+msgid "=A1 * A2"
msgstr ""
-#: validity.xhp#par_id3154805.30.help.text
-msgid "<link href=\"text/scalc/01/12120000.xhp\" name=\"Data - Validity\">Data - Validity</link>"
+#. LY/*
+#: formulas.xhp
+msgctxt ""
+"formulas.xhp\n"
+"par_id3146315\n"
+"48\n"
+"help.text"
+msgid "Displays the result of the multiplication of A1 and A2."
msgstr ""
-#: design.xhp#tit.help.text
-msgid "Selecting Themes for Sheets"
+#. n,zU
+#: formulas.xhp
+msgctxt ""
+"formulas.xhp\n"
+"par_id3154022\n"
+"26\n"
+"help.text"
+msgid "=ROUND(A1;1)"
msgstr ""
-#: design.xhp#bm_id3150791.help.text
-msgid "<bookmark_value>theme selection for sheets</bookmark_value><bookmark_value>layout;spreadsheets</bookmark_value><bookmark_value>cell styles; selecting</bookmark_value><bookmark_value>selecting;formatting themes</bookmark_value><bookmark_value>sheets;formatting themes</bookmark_value><bookmark_value>formats;themes for sheets</bookmark_value><bookmark_value>formatting;themes for sheets</bookmark_value>"
+#. 4!*X
+#: formulas.xhp
+msgctxt ""
+"formulas.xhp\n"
+"par_id3150363\n"
+"27\n"
+"help.text"
+msgid "Displays the contents of cell A1 rounded to one decimal place."
msgstr ""
-#: design.xhp#hd_id3150791.6.help.text
-msgid "<variable id=\"design\"><link href=\"text/scalc/guide/design.xhp\" name=\"Selecting Themes for Sheets\">Selecting Themes for Sheets</link> </variable>"
+#. @c`[
+#: formulas.xhp
+msgctxt ""
+"formulas.xhp\n"
+"par_id3150209\n"
+"28\n"
+"help.text"
+msgid "=EFFECTIVE(5%;12)"
msgstr ""
-#: design.xhp#par_id3145786.13.help.text
-msgid "$[officename] Calc comes with a predefined set of formatting themes that you can apply to your spreadsheets."
+#. V+\d
+#: formulas.xhp
+msgctxt ""
+"formulas.xhp\n"
+"par_id3150883\n"
+"29\n"
+"help.text"
+msgid "Calculates the effective interest for 5% annual nominal interest with 12 payments a year."
msgstr ""
-#: design.xhp#par_id3154490.16.help.text
-msgid "It is not possible to add themes to Calc, and they cannot be modified. However, you can modify their styles after you apply them to a spreadsheet."
+#. v%pt
+#: formulas.xhp
+msgctxt ""
+"formulas.xhp\n"
+"par_id3146114\n"
+"33\n"
+"help.text"
+msgid "=B8-SUM(B10:B14)"
msgstr ""
-#: design.xhp#par_id3154757.17.help.text
-msgid "Before you format a sheet with a theme, you have to apply at least one custom cell style to the cells on the sheet. You can then change the cell formatting by selecting and applying a theme in the <emph>Theme Selection</emph> dialog."
+#. `krZ
+#: formulas.xhp
+msgctxt ""
+"formulas.xhp\n"
+"par_id3154486\n"
+"34\n"
+"help.text"
+msgid "Calculates B8 minus the sum of the cells B10 to B14."
msgstr ""
-#: design.xhp#par_id3156382.18.help.text
-msgid "To apply a custom cell style to a cell, you can open the Styles and Formatting window and, in its lower list box, set the Custom Styles view. A list of the existing custom defined cell styles will be displayed. Double click a name from the Styles and Formatting window to apply this style to the selected cells."
+#. 0h$(
+#: formulas.xhp
+msgctxt ""
+"formulas.xhp\n"
+"par_id3152890\n"
+"35\n"
+"help.text"
+msgid "=SUM(B8;SUM(B10:B14))"
msgstr ""
-#: design.xhp#par_id3153963.19.help.text
-msgid "To apply a theme to a spreadsheet:"
+#. A?6a
+#: formulas.xhp
+msgctxt ""
+"formulas.xhp\n"
+"par_id3159171\n"
+"36\n"
+"help.text"
+msgid "Calculates the sum of cells B10 to B14 and adds the value to B8."
msgstr ""
-#: design.xhp#par_id3146920.15.help.text
-msgid "Click the <emph>Choose Themes</emph> icon in the <emph>Tools</emph> bar. "
+#. $]9$
+#: formulas.xhp
+msgctxt ""
+"formulas.xhp\n"
+"par_id3150109\n"
+"30\n"
+"help.text"
+msgid "It is also possible to nest functions in formulas, as shown in the example. You can also nest functions within functions. The Function Wizard assists you with nested functions."
msgstr ""
-#: design.xhp#par_id3148488.20.help.text
-msgid "The <emph>Theme Selection</emph> dialog appears. This dialog lists the available themes for the whole spreadsheet and the Styles and Formatting window lists the custom styles for specific cells."
-msgstr ""
+#. $yk(
+#: formulas.xhp
+#, fuzzy
+msgctxt ""
+"formulas.xhp\n"
+"par_id3150213\n"
+"44\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060100.xhp\" name=\"Functions list\">Functions list</link>"
+msgstr "<link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilot: Functions\">ფუნქციის ოსტატი</link>"
-#: design.xhp#par_id3155114.9.help.text
-msgid "In the <emph>Theme Selection </emph>dialog, select the theme that you want to apply to the spreadsheet."
-msgstr ""
+#. V5YR
+#: formulas.xhp
+msgctxt ""
+"formulas.xhp\n"
+"par_id3152869\n"
+"43\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilot: Functions\">Function Wizard</link>"
+msgstr "<link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilot: Functions\">ფუნქციის ოსტატი</link>"
-#: design.xhp#par_id3150090.21.help.text
-msgid "Click OK"
+#. @nGM
+#: rename_table.xhp
+msgctxt ""
+"rename_table.xhp\n"
+"tit\n"
+"help.text"
+msgid "Renaming Sheets"
msgstr ""
-#: design.xhp#par_id3150201.22.help.text
-msgid "As soon as you select another theme in the <emph>Theme Selection</emph> dialog, some of the properties of the custom style will be applied to the current spreadsheet. The modifications will be immediately visible in your spreadsheet."
+#. IEhr
+#: rename_table.xhp
+msgctxt ""
+"rename_table.xhp\n"
+"bm_id3150398\n"
+"help.text"
+msgid "<bookmark_value>renaming;sheets</bookmark_value> <bookmark_value>sheet tabs;renaming</bookmark_value> <bookmark_value>tables;renaming</bookmark_value> <bookmark_value>names; sheets</bookmark_value>"
msgstr ""
-#: design.xhp#par_id3146979.12.help.text
-msgid "<link href=\"text/scalc/02/06080000.xhp\" name=\"Theme selection\">Theme selection</link>"
+#. Ov5D
+#: rename_table.xhp
+msgctxt ""
+"rename_table.xhp\n"
+"hd_id3150398\n"
+"11\n"
+"help.text"
+msgid "<variable id=\"rename_table\"><link href=\"text/scalc/guide/rename_table.xhp\" name=\"Renaming Sheets\">Renaming Sheets</link></variable>"
msgstr ""
-#: cellreferences.xhp#tit.help.text
-msgid "Referencing a Cell in Another Document"
+#. H!v?
+#: rename_table.xhp
+msgctxt ""
+"rename_table.xhp\n"
+"par_id3155131\n"
+"12\n"
+"help.text"
+msgid "Click the name of the sheet that you want to change."
msgstr ""
-#: cellreferences.xhp#bm_id3147436.help.text
-msgid "<bookmark_value>sheet references</bookmark_value> <bookmark_value>references; to cells in other sheets/documents</bookmark_value> <bookmark_value>cells; operating in another document</bookmark_value> <bookmark_value>documents;references</bookmark_value>"
+#. 0Ejg
+#: rename_table.xhp
+msgctxt ""
+"rename_table.xhp\n"
+"par_id3146976\n"
+"13\n"
+"help.text"
+msgid "Open the context menu and choose the <emph>Rename Sheet</emph> command. A dialog box appears where you can enter a new name."
msgstr ""
-#: cellreferences.xhp#hd_id3147436.9.help.text
-msgid "<variable id=\"cellreferences\"><link href=\"text/scalc/guide/cellreferences.xhp\" name=\"Referencing Other Sheets\">Referencing Other Sheets</link></variable>"
+#. R)A:
+#: rename_table.xhp
+msgctxt ""
+"rename_table.xhp\n"
+"par_id3149260\n"
+"15\n"
+"help.text"
+msgid "Enter a new name for the sheet and click <emph>OK</emph>."
msgstr ""
-#: cellreferences.xhp#par_id9663075.help.text
-msgid "In a sheet cell you can show a reference to a cell in another sheet."
+#. 3+UA
+#: rename_table.xhp
+msgctxt ""
+"rename_table.xhp\n"
+"par_id3149667\n"
+"27\n"
+"help.text"
+msgid "Alternatively, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option key</caseinline><defaultinline>Alt key</defaultinline></switchinline> and click on any sheet name and enter the new name directly."
msgstr ""
-#: cellreferences.xhp#par_id1879329.help.text
-msgid "In the same way, a reference can also be made to a cell from another document provided that this document has already been saved as a file."
+#. op73
+#: rename_table.xhp
+msgctxt ""
+"rename_table.xhp\n"
+"par_id0909200810502833\n"
+"help.text"
+msgid "Sheet names can contain almost any character. Some naming restrictions apply when you want to save the spreadsheet to Microsoft Excel format."
msgstr ""
-#: cellreferences.xhp#hd_id7122409.help.text
-msgid "To Reference a Cell in the Same Document"
+#. k0/U
+#: rename_table.xhp
+msgctxt ""
+"rename_table.xhp\n"
+"par_id090920081050283\n"
+"help.text"
+msgid "When saving to Microsoft Excel format, the following characters are not allowed in sheet names:"
msgstr ""
-#: cellreferences.xhp#par_id2078005.help.text
-msgid "Open a new, empty spreadsheet."
+#. q,8P
+#: rename_table.xhp
+msgctxt ""
+"rename_table.xhp\n"
+"par_id090920081050281\n"
+"help.text"
+msgid "colon :"
msgstr ""
-#: cellreferences.xhp#par_id4943693.help.text
-msgid "By way of example, enter the following formula in cell A1 of Sheet1:"
+#. (4#c
+#: rename_table.xhp
+msgctxt ""
+"rename_table.xhp\n"
+"par_id0909200810502897\n"
+"help.text"
+msgid "back slash \\"
msgstr ""
-#: cellreferences.xhp#par_id9064302.help.text
-msgid " <item type=\"literal\">=Sheet2.A1</item> "
+#. F2BY
+#: rename_table.xhp
+msgctxt ""
+"rename_table.xhp\n"
+"par_id090920081050299\n"
+"help.text"
+msgid "forward slash /"
msgstr ""
-#: cellreferences.xhp#par_id7609790.help.text
-msgid "Click the <emph>Sheet 2</emph> tab at the bottom of the spreadsheet. Set the cursor in cell A1 there and enter text or a number."
+#. *|Oj
+#: rename_table.xhp
+msgctxt ""
+"rename_table.xhp\n"
+"par_id0909200810502913\n"
+"help.text"
+msgid "question mark ?"
msgstr ""
-#: cellreferences.xhp#par_id809961.help.text
-msgid "If you switch back to Sheet1, you will see the same content in cell A1 there. If the contents of Sheet2.A1 change, then the contents of Sheet1.A1 also change."
+#. $bRX
+#: rename_table.xhp
+msgctxt ""
+"rename_table.xhp\n"
+"par_id090920081050298\n"
+"help.text"
+msgid "asterisk *"
msgstr ""
-#: cellreferences.xhp#hd_id9209570.help.text
-msgid "To Reference a Cell in Another Document"
+#. 4,*p
+#: rename_table.xhp
+msgctxt ""
+"rename_table.xhp\n"
+"par_id0909200810502969\n"
+"help.text"
+msgid "left square bracket ["
msgstr ""
-#: cellreferences.xhp#par_id5949278.help.text
-msgid "Choose <emph>File - Open</emph>, to load an existing spreadsheet document."
+#. !PDl
+#: rename_table.xhp
+msgctxt ""
+"rename_table.xhp\n"
+"par_id0909200810502910\n"
+"help.text"
+msgid "right square bracket ]"
msgstr ""
-#: cellreferences.xhp#par_id8001953.help.text
-msgid "Choose <emph>File - New</emph>, to open a new spreadsheet document. Set the cursor in the cell where you want to insert the external data and enter an equals sign to indicate that you want to begin a formula."
+#. `36K
+#: rename_table.xhp
+msgctxt ""
+"rename_table.xhp\n"
+"par_id0909200810502971\n"
+"help.text"
+msgid "single quote ' as the first or last character of the name"
msgstr ""
-#: cellreferences.xhp#par_id8571123.help.text
-msgid "Now switch to the document you have just loaded. Click the cell with the data that you want to insert in the new document."
+#. @n`5
+#: rename_table.xhp
+msgctxt ""
+"rename_table.xhp\n"
+"par_id090920081050307\n"
+"help.text"
+msgid "In cell references, a sheet name has to be enclosed in single quotes ' if the name contains other characters than alphanumeric or underscore. A single quote contained within a name has to be escaped by doubling it (two single quotes). For example, you want to reference the cell A1 on a sheet with the following name:"
msgstr ""
-#: cellreferences.xhp#par_id8261665.help.text
-msgid "Switch back to the new spreadsheet. In the input line you will now see how $[officename] Calc has added the reference to the formula for you. "
+#. B1Qq
+#: rename_table.xhp
+msgctxt ""
+"rename_table.xhp\n"
+"par_id0909200810503071\n"
+"help.text"
+msgid "This year's sheet"
msgstr ""
-#: cellreferences.xhp#par_id5888241.help.text
-msgid "The reference to a cell of another document contains the name of the other document in single inverted commas, then a hash #, then the name of the sheet of the other document, followed by a point and the name of the cell."
+#. lD0Y
+#: rename_table.xhp
+msgctxt ""
+"rename_table.xhp\n"
+"par_id0909200810503054\n"
+"help.text"
+msgid "The reference must be enclosed in single quotes, and the one single quote inside the name must be doubled:"
msgstr ""
-#: cellreferences.xhp#par_id7697683.help.text
-msgid "Confirm the formula by clicking the green check mark."
+#. RGi5
+#: rename_table.xhp
+msgctxt ""
+"rename_table.xhp\n"
+"par_id0909200810503069\n"
+"help.text"
+msgid "'This year''s sheet'.A1"
msgstr ""
-#: cellreferences.xhp#par_id7099826.help.text
-msgid "If you drag the box in the lower right corner of the active cell to select a range of cells, $[officename] automatically inserts the corresponding references in the adjacent cells. As a result, the sheet name is preceded with a \"$\" sign to designate it as an absolute reference."
+#. rp,(
+#: rename_table.xhp
+msgctxt ""
+"rename_table.xhp\n"
+"par_id3155444\n"
+"16\n"
+"help.text"
+msgid "The name of a sheet is independent of the name of the spreadsheet. You enter the spreadsheet name when you save it for the first time as a file. The document can contain up to 256 individual sheets, which can have different names."
msgstr ""
-#: cellreferences.xhp#par_id674459.help.text
-msgid "If you examine the name of the other document in this formula, you will notice that it is written as a <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link>. This means that you can also enter a URL from the Internet."
-msgstr ""
+#. 5u:;
+#: datapilot_tipps.xhp
+#, fuzzy
+msgctxt ""
+"datapilot_tipps.xhp\n"
+"tit\n"
+"help.text"
+msgid "Selecting Pivot Table Output Ranges"
+msgstr "მონაცემთა ბაზის დიაპაზონი"
-#: csv_files.xhp#tit.help.text
-msgid " Importing and Exporting CSV Files "
-msgstr ""
+#. A`63
+#: datapilot_tipps.xhp
+#, fuzzy
+msgctxt ""
+"datapilot_tipps.xhp\n"
+"bm_id3148663\n"
+"help.text"
+msgid "<bookmark_value>pivot table function; preventing data overwriting</bookmark_value><bookmark_value>output ranges of pivot tables</bookmark_value>"
+msgstr "<bookmark_value>ცხრილები; სვეტების ჩამატება</bookmark_value><bookmark_value>-ში სვეტები; ცხრილებში ჩამატება</bookmark_value>"
-#: csv_files.xhp#bm_id892361.help.text
-msgid "<bookmark_value>number series import</bookmark_value><bookmark_value>data series import</bookmark_value><bookmark_value>exporting; tables as text</bookmark_value><bookmark_value>importing; tables as text</bookmark_value><bookmark_value>delimited values and files</bookmark_value><bookmark_value>comma separated files and values</bookmark_value><bookmark_value>text file import and export</bookmark_value><bookmark_value>csv files;importing and exporting</bookmark_value><bookmark_value>tables; importing/exporting as text</bookmark_value><bookmark_value>text documents; importing to spreadsheets</bookmark_value><bookmark_value>opening;text csv files</bookmark_value><bookmark_value>saving;as text csv</bookmark_value>"
+#. 8brQ
+#: datapilot_tipps.xhp
+#, fuzzy
+msgctxt ""
+"datapilot_tipps.xhp\n"
+"hd_id3148663\n"
+"19\n"
+"help.text"
+msgid "<variable id=\"datapilot_tipps\"><link href=\"text/scalc/guide/datapilot_tipps.xhp\" name=\"Selecting Pivot Table Output Ranges\">Selecting Pivot Table Output Ranges</link></variable>"
+msgstr "<variable id=\"insert_control\"><link href=\"text/sbasic/guide/insert_control.xhp\" name=\"Creating Controls in the Dialog Editor\">დიალოგის რედაქტორში საკონტროლო ელემენტების შექმნა</link></variable>"
+
+#. ]*,N
+#: datapilot_tipps.xhp
+msgctxt ""
+"datapilot_tipps.xhp\n"
+"par_id3154123\n"
+"20\n"
+"help.text"
+msgid "Click the button <emph>More</emph> in the <emph>Pivot Table</emph> dialog. The dialog will be extended."
msgstr ""
-#: csv_files.xhp#par_idN10862.help.text
-msgid "<variable id=\"csv_files\"><link href=\"text/scalc/guide/csv_files.xhp\">Opening and Saving Text CSV Files</link></variable>"
+#. @}@L
+#: datapilot_tipps.xhp
+msgctxt ""
+"datapilot_tipps.xhp\n"
+"par_id3153771\n"
+"21\n"
+"help.text"
+msgid "You can select a named range in which the pivot table is to be created, from the <emph>Results to</emph> box. If the results range does not have a name, enter the coordinates of the upper left cell of the range into the field to the right of the <emph>Results to</emph> box. You can also click on the appropriate cell to have the coordinates entered accordingly."
msgstr ""
-#: csv_files.xhp#par_idN10880.help.text
-msgid "Comma Separated Values (CSV) is a text file format that you can use to exchange data from a database or a spreadsheet between applications. Each line in a Text CSV file represents a record in the database, or a row in a spreadsheet. Each field in a database record or cell in a spreadsheet row is usually separated by a comma. However, you can use other characters to delimit a field, such as a tabulator character."
+#. kEE+
+#: datapilot_tipps.xhp
+msgctxt ""
+"datapilot_tipps.xhp\n"
+"par_id3146974\n"
+"23\n"
+"help.text"
+msgid "If you mark the <emph>Ignore empty rows</emph> check box, they will not be taken into account when the pivot table is created."
msgstr ""
-#: csv_files.xhp#par_idN10886.help.text
-msgid "If the field or cell contains a comma, the field or cell <emph>must</emph> be enclosed by single quotes (') or double quotes (\")."
+#. !\#r
+#: datapilot_tipps.xhp
+msgctxt ""
+"datapilot_tipps.xhp\n"
+"par_id3145273\n"
+"24\n"
+"help.text"
+msgid "If the <emph>Identify categories</emph> check box is marked, the categories will be identified by their headings and assigned accordingly when the pivot table is created."
msgstr ""
-#: csv_files.xhp#par_idN10890.help.text
-msgid "To Open a Text CSV File in Calc"
+#. W`Is
+#: autofilter.xhp
+msgctxt ""
+"autofilter.xhp\n"
+"tit\n"
+"help.text"
+msgid "Applying AutoFilter"
msgstr ""
-#: csv_files.xhp#par_idN10897.help.text
-msgid "Choose <item type=\"menuitem\">File - Open</item>."
+#. F@,=
+#: autofilter.xhp
+msgctxt ""
+"autofilter.xhp\n"
+"bm_id3156423\n"
+"help.text"
+msgid "<bookmark_value>filters, see also AutoFilter function</bookmark_value> <bookmark_value>AutoFilter function;applying</bookmark_value> <bookmark_value>sheets; filter values</bookmark_value> <bookmark_value>numbers; filter sheets</bookmark_value> <bookmark_value>columns; AutoFilter function</bookmark_value> <bookmark_value>drop-down menus in sheet columns</bookmark_value> <bookmark_value>database ranges; AutoFilter function</bookmark_value>"
msgstr ""
-#: csv_files.xhp#par_idN1089F.help.text
-msgid "Locate the CSV file that you want to open."
+#. _r1O
+#: autofilter.xhp
+msgctxt ""
+"autofilter.xhp\n"
+"hd_id3156423\n"
+"6\n"
+"help.text"
+msgid "<variable id=\"autofilter\"><link href=\"text/scalc/guide/autofilter.xhp\" name=\"Applying AutoFilter\">Applying AutoFilter</link></variable>"
msgstr ""
-#: csv_files.xhp#par_idN108A2.help.text
-msgid "If the file has a *.csv extension, select the file."
+#. |(.$
+#: autofilter.xhp
+msgctxt ""
+"autofilter.xhp\n"
+"par_id3147427\n"
+"7\n"
+"help.text"
+msgid "The <emph>AutoFilter</emph> function inserts a combo box on one or more data columns that lets you select the records (rows) to be displayed."
msgstr ""
-#: csv_files.xhp#par_idN108A5.help.text
-msgid "If the CSV file has another extension, select the file, and then select \"Text CSV\" in the <item type=\"menuitem\">File type</item> box"
+#. l@b;
+#: autofilter.xhp
+msgctxt ""
+"autofilter.xhp\n"
+"par_id3152576\n"
+"9\n"
+"help.text"
+msgid "Select the columns you want to use AutoFilter on."
msgstr ""
-#: csv_files.xhp#par_idN1082D.help.text
-msgid "Click <item type=\"menuitem\">Open</item>."
+#. cOY5
+#: autofilter.xhp
+msgctxt ""
+"autofilter.xhp\n"
+"par_id3153157\n"
+"10\n"
+"help.text"
+msgid "Choose <emph>Data - Filter - AutoFilter</emph>. The combo box arrows are visible in the first row of the range selected."
msgstr ""
-#: csv_files.xhp#par_idN10834.help.text
-msgid "The <item type=\"menuitem\">Text Import</item> dialog opens."
+#. 3AH7
+#: autofilter.xhp
+msgctxt ""
+"autofilter.xhp\n"
+"par_id3154510\n"
+"11\n"
+"help.text"
+msgid "Run the filter by clicking the drop-down arrow in the column heading and choosing an item."
msgstr ""
-#: csv_files.xhp#par_idN108B1.help.text
-msgid "Specify the options to divide the text in the file into columns."
+#. i$~F
+#: autofilter.xhp
+msgctxt ""
+"autofilter.xhp\n"
+"par_id3155064\n"
+"13\n"
+"help.text"
+msgid "Only those rows whose contents meet the filter criteria are displayed. The other rows are filtered. You can see if rows have been filtered from the discontinuous row numbers. The column that has been used for the filter is identified by a different color for the arrow button."
msgstr ""
-#: csv_files.xhp#par_idN108BB.help.text
-msgid "You can preview the layout of the imported data at the bottom of the <item type=\"menuitem\">Text Import</item> dialog. "
+#. lT0A
+#: autofilter.xhp
+msgctxt ""
+"autofilter.xhp\n"
+"par_id9216589\n"
+"help.text"
+msgid "When you apply an additional AutoFilter on another column of a filtered data range, then the other combo boxes list only the filtered data."
msgstr ""
-#: csv_files.xhp#par_id8444166.help.text
-msgid "Right-click a column in the preview to set the format or to hide the column."
+#. cPGc
+#: autofilter.xhp
+msgctxt ""
+"autofilter.xhp\n"
+"par_id3153714\n"
+"12\n"
+"help.text"
+msgid "To display all records again, select the \"all<emph>\"</emph> entry in the AutoFilter combo box. If you choose \"Standard<emph>\"</emph>, the <item type=\"menuitem\">Standard Filter</item> dialog appears, allowing you to set up a standard filter. Choose \"Top 10\" to display the highest 10 values only."
msgstr ""
-#: csv_files.xhp#par_idN108E2.help.text
-msgid "Check the text delimiter box that matches the character used as text delimiter in the file. In case of an unlisted delimiter, type the character into the input box."
+#. e;f9
+#: autofilter.xhp
+msgctxt ""
+"autofilter.xhp\n"
+"par_id3147340\n"
+"19\n"
+"help.text"
+msgid "To stop using AutoFilter, reselect all cells selected in step 1 and once again choose <emph>Data - Filter - AutoFilter</emph>."
msgstr ""
-#: csv_files.xhp#par_idN108C5.help.text
-msgctxt "csv_files.xhp#par_idN108C5.help.text"
-msgid "Click <item type=\"menuitem\">OK</item>."
+#. 8YOJ
+#: autofilter.xhp
+msgctxt ""
+"autofilter.xhp\n"
+"par_id4303415\n"
+"help.text"
+msgid "To assign different AutoFilters to different sheets, you must first define a database range on each sheet."
msgstr ""
-#: csv_files.xhp#par_idN108FA.help.text
-msgid "To Save a Sheet as a Text CSV File"
+#. !jC?
+#: autofilter.xhp
+msgctxt ""
+"autofilter.xhp\n"
+"par_id3159236\n"
+"14\n"
+"help.text"
+msgid "The arithmetic functions also take account of the cells that are not visible due to an applied filter. For example, a sum of an entire column will also total the values in the filtered cells. Apply the <link href=\"text/scalc/01/04060106.xhp\" name=\"SUBTOTAL\">SUBTOTAL</link> function if only the cells visible after the application of a filter are to be taken into account."
msgstr ""
-#: csv_files.xhp#par_idN106FC.help.text
-msgid "When you export a spreadsheet to CSV format, only the data on the current sheet is saved. All other information, including formulas and formatting, is lost."
+#. ;@]p
+#: autofilter.xhp
+msgctxt ""
+"autofilter.xhp\n"
+"par_id3152985\n"
+"16\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12040100.xhp\" name=\"Data - Filter - AutoFilter\">Data - Filter - AutoFilter</link>"
msgstr ""
-#: csv_files.xhp#par_idN10901.help.text
-msgid "Open the Calc sheet that you want to save as a Text CSV file."
+#. LO;/
+#: autofilter.xhp
+msgctxt ""
+"autofilter.xhp\n"
+"par_id3154484\n"
+"17\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060106.xhp\" name=\"SUBTOTAL\">SUBTOTAL</link>"
msgstr ""
-#: csv_files.xhp#par_idN107AF.help.text
-msgid "Only the current sheet can be exported."
+#. PSgz
+#: cellreference_dragdrop.xhp
+msgctxt ""
+"cellreference_dragdrop.xhp\n"
+"tit\n"
+"help.text"
+msgid "Referencing Cells by Drag-and-Drop"
msgstr ""
-#: csv_files.xhp#par_idN10905.help.text
-msgid "Choose <item type=\"menuitem\">File - Save as</item>."
+#. :vio
+#: cellreference_dragdrop.xhp
+msgctxt ""
+"cellreference_dragdrop.xhp\n"
+"bm_id3154686\n"
+"help.text"
+msgid "<bookmark_value>drag and drop; referencing cells</bookmark_value> <bookmark_value>cells; referencing by drag and drop </bookmark_value> <bookmark_value>references;inserting by drag and drop</bookmark_value> <bookmark_value>inserting;references, by drag and drop</bookmark_value>"
msgstr ""
-#: csv_files.xhp#par_idN10915.help.text
-msgid "In the <item type=\"menuitem\">File name</item> box, enter a name for the file."
+#. .q:#
+#: cellreference_dragdrop.xhp
+msgctxt ""
+"cellreference_dragdrop.xhp\n"
+"hd_id3154686\n"
+"16\n"
+"help.text"
+msgid "<variable id=\"cellreference_dragdrop\"><link href=\"text/scalc/guide/cellreference_dragdrop.xhp\" name=\"Referencing Cells by Drag-and-Drop\">Referencing Cells by Drag-and-Drop</link></variable>"
msgstr ""
-#: csv_files.xhp#par_idN1090D.help.text
-msgid "In the <item type=\"menuitem\">File type</item> box, select \"Text CSV\"."
+#. A5:p
+#: cellreference_dragdrop.xhp
+msgctxt ""
+"cellreference_dragdrop.xhp\n"
+"par_id3156444\n"
+"17\n"
+"help.text"
+msgid "With the help of the Navigator you can reference cells from one sheet to another sheet in the same document or in a different document. The cells can be inserted as a copy, link, or hyperlink. The range to be inserted must be defined with a name in the original file so that it can be inserted in the target file."
msgstr ""
-#: csv_files.xhp#par_idN107DD.help.text
-msgid "(Optional) Set the field options for the Text CSV file."
+#. wCq-
+#: cellreference_dragdrop.xhp
+msgctxt ""
+"cellreference_dragdrop.xhp\n"
+"par_id3152576\n"
+"25\n"
+"help.text"
+msgid "Open the document that contains the source cells."
msgstr ""
-#: csv_files.xhp#par_idN1091C.help.text
-msgid "Select <item type=\"menuitem\">Edit filter settings</item>."
+#. m~[k
+#: cellreference_dragdrop.xhp
+msgctxt ""
+"cellreference_dragdrop.xhp\n"
+"par_id3154011\n"
+"26\n"
+"help.text"
+msgid "To set the source range as the range, select the cells and choose <emph>Insert - Names - Define</emph>. Save the source document, and do not close it."
msgstr ""
-#: csv_files.xhp#par_idN107ED.help.text
-msgid "In the <item type=\"menuitem\">Export of text files</item> dialog, select the options that you want."
+#. t|T_
+#: cellreference_dragdrop.xhp
+msgctxt ""
+"cellreference_dragdrop.xhp\n"
+"par_id3151073\n"
+"18\n"
+"help.text"
+msgid "Open the sheet in which you want to insert something."
msgstr ""
-#: csv_files.xhp#par_idN107F4.help.text
-msgctxt "csv_files.xhp#par_idN107F4.help.text"
-msgid "Click <item type=\"menuitem\">OK</item>."
+#. |PA+
+#: cellreference_dragdrop.xhp
+msgctxt ""
+"cellreference_dragdrop.xhp\n"
+"par_id3154732\n"
+"19\n"
+"help.text"
+msgid "Open the <link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link>. In the lower box of the Navigator select the source file."
msgstr ""
-#: csv_files.xhp#par_idN107FC.help.text
-msgid "Click <item type=\"menuitem\">Save</item>."
+#. o?TI
+#: cellreference_dragdrop.xhp
+msgctxt ""
+"cellreference_dragdrop.xhp\n"
+"par_id3150752\n"
+"22\n"
+"help.text"
+msgid "In the Navigator, the source file object appears under \"Range names\"."
msgstr ""
-#: csv_files.xhp#par_id3153487.20.help.text
-msgctxt "csv_files.xhp#par_id3153487.20.help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060100.xhp\" name=\"Spreadsheet - View\">%PRODUCTNAME Calc - View</link>"
+#. m(d2
+#: cellreference_dragdrop.xhp
+msgctxt ""
+"cellreference_dragdrop.xhp\n"
+"par_id3154754\n"
+"27\n"
+"help.text"
+msgid "Using the <emph>Drag Mode</emph> icon in Navigator, choose whether you want the reference to be a hyperlink, link, or copy."
msgstr ""
-#: csv_files.xhp#par_id3153008.21.help.text
-msgctxt "csv_files.xhp#par_id3153008.21.help.text"
-msgid "<link href=\"text/shared/00/00000207.xhp\" name=\"Export text files\">Export text files</link>"
+#. VC_P
+#: cellreference_dragdrop.xhp
+msgctxt ""
+"cellreference_dragdrop.xhp\n"
+"par_id3154256\n"
+"23\n"
+"help.text"
+msgid "Click the name under \"Range names\" in the Navigator, and drag into the cell of the current sheet where you want to insert the reference."
msgstr ""
-#: csv_files.xhp#par_id3155595.22.help.text
-msgctxt "csv_files.xhp#par_id3155595.22.help.text"
-msgid "<link href=\"text/shared/00/00000208.xhp\" name=\"Import text files\">Import text files</link>"
+#. UE2(
+#: cellreference_dragdrop.xhp
+msgctxt ""
+"cellreference_dragdrop.xhp\n"
+"par_id3149565\n"
+"24\n"
+"help.text"
+msgid "This method can also be used to insert a range from another sheet of the same document into the current sheet. Select the active document as source in step 4 above."
msgstr ""
-#: printranges.xhp#tit.help.text
+#. 5f`H
+#: printranges.xhp
+msgctxt ""
+"printranges.xhp\n"
+"tit\n"
+"help.text"
msgid "Using Print Ranges on a Spreadsheet"
msgstr ""
-#: printranges.xhp#bm_id14648.help.text
+#. V~Gn
+#: printranges.xhp
+msgctxt ""
+"printranges.xhp\n"
+"bm_id14648\n"
+"help.text"
msgid "<bookmark_value>exporting;cells</bookmark_value><bookmark_value>printing; cells</bookmark_value><bookmark_value>ranges;print ranges</bookmark_value><bookmark_value>PDF export of print ranges</bookmark_value><bookmark_value>cell ranges; printing</bookmark_value><bookmark_value>cells; print ranges</bookmark_value><bookmark_value>print ranges</bookmark_value><bookmark_value>clearing, see also deleting/removing</bookmark_value><bookmark_value>defining;print ranges</bookmark_value><bookmark_value>extending print ranges</bookmark_value><bookmark_value>deleting;print ranges</bookmark_value>"
msgstr ""
-#: printranges.xhp#par_idN108D7.help.text
+#. ZV:z
+#: printranges.xhp
+msgctxt ""
+"printranges.xhp\n"
+"par_idN108D7\n"
+"help.text"
msgid "<variable id=\"printranges\"><link href=\"text/scalc/guide/printranges.xhp\">Defining Print Ranges on a Sheet</link> </variable>"
msgstr ""
-#: printranges.xhp#par_idN108F5.help.text
+#. A.OW
+#: printranges.xhp
+msgctxt ""
+"printranges.xhp\n"
+"par_idN108F5\n"
+"help.text"
msgid "You can define which range of cells on a spreadsheet to print."
msgstr ""
-#: printranges.xhp#par_idN108FB.help.text
+#. =GH~
+#: printranges.xhp
+msgctxt ""
+"printranges.xhp\n"
+"par_idN108FB\n"
+"help.text"
msgid "The cells on the sheet that are not part of the defined print range are not printed or exported. Sheets without a defined print range are not printed and not exported to a PDF file, unless the document uses the Excel file format."
msgstr ""
-#: printranges.xhp#par_idN1077A.help.text
+#. nj@C
+#: printranges.xhp
+msgctxt ""
+"printranges.xhp\n"
+"par_idN1077A\n"
+"help.text"
msgid "For files opened in Excel format, all sheets that do not contain a defined print range are printed. The same behavior occurs when you export the Excel formatted spreadsheet to a PDF file."
msgstr ""
-#: printranges.xhp#par_idN108FE.help.text
+#. :$Y(
+#: printranges.xhp
+msgctxt ""
+"printranges.xhp\n"
+"par_idN108FE\n"
+"help.text"
msgid "To Define a Print Range"
msgstr ""
-#: printranges.xhp#par_idN10905.help.text
+#. :HGX
+#: printranges.xhp
+msgctxt ""
+"printranges.xhp\n"
+"par_idN10905\n"
+"help.text"
msgid "Select the cells that you want to print."
msgstr ""
-#: printranges.xhp#par_idN10909.help.text
+#. __n]
+#: printranges.xhp
+msgctxt ""
+"printranges.xhp\n"
+"par_idN10909\n"
+"help.text"
msgid "Choose <emph>Format - Print Ranges - Define</emph>."
msgstr ""
-#: printranges.xhp#par_idN10910.help.text
+#. v|UZ
+#: printranges.xhp
+msgctxt ""
+"printranges.xhp\n"
+"par_idN10910\n"
+"help.text"
msgid "To Add Cells to a Print Range"
msgstr ""
-#: printranges.xhp#par_idN10917.help.text
+#. PpB9
+#: printranges.xhp
+msgctxt ""
+"printranges.xhp\n"
+"par_idN10917\n"
+"help.text"
msgid "Select the cells that you want to add to the existing print range."
msgstr ""
-#: printranges.xhp#par_idN1091B.help.text
+#. YwRN
+#: printranges.xhp
+msgctxt ""
+"printranges.xhp\n"
+"par_idN1091B\n"
+"help.text"
msgid "Choose <emph>Format - Print Ranges - Add</emph>."
msgstr ""
-#: printranges.xhp#par_idN10922.help.text
+#. G,D4
+#: printranges.xhp
+msgctxt ""
+"printranges.xhp\n"
+"par_idN10922\n"
+"help.text"
msgid "To Clear a Print Range"
msgstr ""
-#: printranges.xhp#par_idN10929.help.text
+#. xSD#
+#: printranges.xhp
+msgctxt ""
+"printranges.xhp\n"
+"par_idN10929\n"
+"help.text"
msgid "Choose <emph>Format - Print Ranges - Remove</emph>."
msgstr ""
-#: printranges.xhp#par_idN10953.help.text
+#. )nU|
+#: printranges.xhp
+msgctxt ""
+"printranges.xhp\n"
+"par_idN10953\n"
+"help.text"
msgid "Using the Page Break Preview to Edit Print Ranges"
msgstr ""
-#: printranges.xhp#par_idN1093E.help.text
+#. *.9W
+#: printranges.xhp
+msgctxt ""
+"printranges.xhp\n"
+"par_idN1093E\n"
+"help.text"
msgid "In the <emph>Page Break Preview</emph>, print ranges as well as page break regions are outlined by a blue border and contain a centered page number in gray. Nonprinting areas have a gray background."
msgstr ""
-#: printranges.xhp#par_id3153143.8.help.text
+#. 6}/_
+#: printranges.xhp
+msgctxt ""
+"printranges.xhp\n"
+"par_id3153143\n"
+"8\n"
+"help.text"
msgid "To define a new page break region, drag the border to a new location. When you define a new page break region, an automatic page break is replaced by a manual page break."
msgstr ""
-#: printranges.xhp#par_idN10930.help.text
+#. 0[7u
+#: printranges.xhp
+msgctxt ""
+"printranges.xhp\n"
+"par_idN10930\n"
+"help.text"
msgid "To View and Edit Print Ranges"
msgstr ""
-#: printranges.xhp#par_idN10937.help.text
-msgctxt "printranges.xhp#par_idN10937.help.text"
+#. k/C\
+#: printranges.xhp
+msgctxt ""
+"printranges.xhp\n"
+"par_idN10937\n"
+"help.text"
msgid "Choose <emph>View - Page Break Preview</emph>."
msgstr ""
-#: printranges.xhp#par_idN1082A.help.text
+#. BKVZ
+#: printranges.xhp
+msgctxt ""
+"printranges.xhp\n"
+"par_idN1082A\n"
+"help.text"
msgid "To change the default zoom factor of the <emph>Page Break Preview</emph>, double click the percentage value on the <emph>Status</emph> bar, and select a new zoom factor."
msgstr ""
-#: printranges.xhp#par_idN10836.help.text
+#. .=Xu
+#: printranges.xhp
+msgctxt ""
+"printranges.xhp\n"
+"par_idN10836\n"
+"help.text"
msgid "Edit the print range."
msgstr ""
-#: printranges.xhp#par_idN10944.help.text
+#. IZi\
+#: printranges.xhp
+msgctxt ""
+"printranges.xhp\n"
+"par_idN10944\n"
+"help.text"
msgid "To change the size of a print range, drag a border of the range to a new location."
msgstr ""
-#: printranges.xhp#par_id3151075.12.help.text
+#. Emk{
+#: printranges.xhp
+msgctxt ""
+"printranges.xhp\n"
+"par_id3151075\n"
+"12\n"
+"help.text"
msgid "To delete a manual page break that is contained in a print range, drag the border of the page break outside of the print range."
msgstr ""
-#: printranges.xhp#par_idN10948.help.text
+#. 0ObV
+#: printranges.xhp
+msgctxt ""
+"printranges.xhp\n"
+"par_idN10948\n"
+"help.text"
msgid "To clear a print range, drag a border of the range onto the opposite border of the range."
msgstr ""
-#: printranges.xhp#par_idN10862.help.text
+#. ~t([
+#: printranges.xhp
+msgctxt ""
+"printranges.xhp\n"
+"par_idN10862\n"
+"help.text"
msgid "To exit the <emph>Page Break Preview</emph>, choose <emph>View - Normal</emph>."
msgstr ""
-#: printranges.xhp#par_idN109CF.help.text
+#. (=o;
+#: printranges.xhp
+msgctxt ""
+"printranges.xhp\n"
+"par_idN109CF\n"
+"help.text"
msgid "<link href=\"text/scalc/01/05080300.xhp\">Editing Print Ranges</link>"
msgstr ""
-#: keyboard.xhp#tit.help.text
-msgid "Shortcut Keys (%PRODUCTNAME Calc Accessibility)"
-msgstr ""
-
-#: keyboard.xhp#bm_id3145120.help.text
-msgid "<bookmark_value>accessibility; %PRODUCTNAME Calc shortcuts</bookmark_value><bookmark_value>shortcut keys;%PRODUCTNAME Calc accessibility</bookmark_value>"
+#. 3]jG
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"tit\n"
+"help.text"
+msgid "User Defined Borders in Cells"
msgstr ""
-#: keyboard.xhp#hd_id3145120.1.help.text
-msgid "<variable id=\"keyboard\"><link href=\"text/scalc/guide/keyboard.xhp\" name=\"Shortcut Keys (%PRODUCTNAME Calc Accessibility)\">Shortcut Keys (<item type=\"productname\">%PRODUCTNAME</item> Calc Accessibility)</link></variable>"
+#. dJ@{
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"bm_id3457441\n"
+"help.text"
+msgid "<bookmark_value>cells;borders</bookmark_value> <bookmark_value>line arrangements with cells</bookmark_value> <bookmark_value>borders;cells</bookmark_value>"
msgstr ""
-#: keyboard.xhp#par_id3154760.13.help.text
-msgid "Refer also to the lists of shortcut keys for <item type=\"productname\">%PRODUCTNAME</item> Calc and <item type=\"productname\">%PRODUCTNAME</item> in general."
+#. i!ki
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"hd_id4544816\n"
+"help.text"
+msgid "<variable id=\"borders\"><link href=\"text/scalc/guide/borders.xhp\">User Defined Borders in Cells</link></variable>"
msgstr ""
-#: keyboard.xhp#hd_id3153360.12.help.text
-msgid "Cell Selection Mode"
+#. );-^
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id2320017\n"
+"help.text"
+msgid "You can apply a variety of different lines to selected cells."
msgstr ""
-#: keyboard.xhp#par_id3150870.help.text
-msgid "<image id=\"img_id3150439\" src=\"formula/res/refinp1.png\" width=\"0.1327inch\" height=\"0.1327inch\"><alt id=\"alt_id3150439\">Icon</alt></image>"
+#. {*uz
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id8055665\n"
+"help.text"
+msgid "Select the cell or a block of cells."
msgstr ""
-#: keyboard.xhp#par_id3154319.11.help.text
-msgid "In a text box that has a button to minimize the dialog, press <item type=\"keycode\">F2</item> to enter the cell selection mode. Select any number of cells, then press <item type=\"keycode\">F2</item> again to show the dialog."
+#. Z3]f
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id9181188\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Format - Cells</item>."
msgstr ""
-#: keyboard.xhp#par_id3145272.10.help.text
-msgid "In the cell selection mode, you can use the common navigation keys to select cells."
+#. sczm
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id9947508\n"
+"help.text"
+msgid "In the dialog, click the <emph>Borders</emph> tab."
msgstr ""
-#: keyboard.xhp#hd_id3148646.14.help.text
-msgid "Controlling the Outline"
+#. D08$
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id7907956\n"
+"help.text"
+msgid "Choose the border options you want to apply and click OK."
msgstr ""
-#: keyboard.xhp#par_id3146120.15.help.text
-msgid "You can use the keyboard in <link href=\"text/scalc/01/12080000.xhp\" name=\"Outline\">Outline</link>:"
+#. PVe1
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id1342204\n"
+"help.text"
+msgid "The options in the <emph>Line arrangement</emph> area can be used to apply multiple border styles."
msgstr ""
-#: keyboard.xhp#par_id3147394.16.help.text
-msgid "Press <item type=\"keycode\">F6</item> or <item type=\"keycode\">Shift+F6</item> until the vertical or horizontal outline window has the focus."
+#. ?}wp
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"hd_id4454481\n"
+"help.text"
+msgid "Selection of cells"
msgstr ""
-#: keyboard.xhp#par_id3149379.17.help.text
-msgid "<item type=\"keycode\">Tab</item> - cycle through all visible buttons from top to bottom or from left to right."
+#. fnR?
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id7251503\n"
+"help.text"
+msgid "Depending on the selection of cells, the area looks different."
msgstr ""
-#: keyboard.xhp#par_id3156286.18.help.text
-msgid "<item type=\"keycode\">Shift+Tab</item> - cycle through all visible buttons in the opposite direction."
-msgstr ""
+#. F9|f
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id8716696\n"
+"help.text"
+msgid "Selection"
+msgstr "მონიშვნა"
-#: keyboard.xhp#par_id3149403.19.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+1 to Command+8</caseinline><defaultinline>Ctrl+1 to Ctrl+8</defaultinline></switchinline> - show all levels up to the specified number; hide all higher levels."
+#. 7?eV
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id4677877\n"
+"help.text"
+msgid "Line arrangement area"
msgstr ""
-#: keyboard.xhp#par_id3150329.20.help.text
-msgid "Use <item type=\"keycode\">+</item> or <item type=\"keycode\">-</item> to show or hide the focused outline group."
+#. .0]a
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id807824\n"
+"help.text"
+msgid "One cell"
msgstr ""
-#: keyboard.xhp#par_id3155446.21.help.text
-msgid "Press <item type=\"keycode\">Enter</item> to activate the focused button."
+#. Vl@=
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id8473464\n"
+"help.text"
+msgid "<image id=\"img_id1737113\" src=\"res/helpimg/border_ca_1.png\" width=\"1.2602in\" height=\"1.5937in\"><alt id=\"alt_id1737113\">borders with one cell selected</alt></image>"
msgstr ""
-#: keyboard.xhp#par_id3154253.22.help.text
-msgid "Use <item type=\"keycode\">Up</item>, <item type=\"keycode\">Down</item>, <item type=\"keycode\">Left</item>, or <item type=\"keycode\">Right</item> arrow to cycle through all buttons in the current level."
+#. ZfbY
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id3509933\n"
+"help.text"
+msgid "Cells in a column"
msgstr ""
-#: keyboard.xhp#hd_id3147343.8.help.text
-msgid "Selecting a Drawing Object or a Graphic"
+#. 0/}/
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id6635639\n"
+"help.text"
+msgid "<image id=\"img_id1680959\" src=\"res/helpimg/border_ca_2.png\" width=\"1.2602in\" height=\"1.5937in\"><alt id=\"alt_id1680959\">borders with a column selected</alt></image>"
msgstr ""
-#: keyboard.xhp#par_idN107AA.help.text
-msgid "Choose View - Toolbars - Drawing to open the Drawing toolbar."
+#. jg!g
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id8073366\n"
+"help.text"
+msgid "Cells in a row"
msgstr ""
-#: keyboard.xhp#par_id3155333.7.help.text
-msgid "Press <item type=\"keycode\">F6</item> until the <emph>Drawing</emph> toolbar is selected."
+#. -h2D
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id6054567\n"
+"help.text"
+msgid "<image id=\"img_id9623096\" src=\"res/helpimg/border_ca_3.png\" width=\"1.2602in\" height=\"1.5937in\"><alt id=\"alt_id9623096\">borders with a row selected</alt></image>"
msgstr ""
-#: keyboard.xhp#par_id3150345.4.help.text
-msgid "If the selection tool is active, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter. This selects the first drawing object or graphic in the sheet."
+#. N0v2
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id466322\n"
+"help.text"
+msgid "Cells in a block of 2x2 or more"
msgstr ""
-#: keyboard.xhp#par_id3159240.3.help.text
-msgid "With <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6 you set the focus to the document."
+#. q6X(
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id4511551\n"
+"help.text"
+msgid "<image id=\"img_id8139591\" src=\"res/helpimg/border_ca_4.png\" width=\"1.2602in\" height=\"1.5937in\"><alt id=\"alt_id8139591\">borders with a block selected</alt></image>"
msgstr ""
-#: keyboard.xhp#par_id3155379.2.help.text
-msgid "Now you can use <item type=\"keycode\">Tab</item> to select the next drawing object or graphic and <item type=\"keycode\">Shift+Tab</item> to select the previous one."
+#. [_p:
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id5383465\n"
+"help.text"
+msgid "You cannot apply borders to multiple selections."
msgstr ""
-#: text_rotate.xhp#tit.help.text
-msgid "Rotating Text"
+#. YnbN
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"hd_id7790154\n"
+"help.text"
+msgid "Default Settings"
msgstr ""
-#: text_rotate.xhp#bm_id3151112.help.text
-msgid "<bookmark_value>cells; rotating text</bookmark_value> <bookmark_value>rotating; text in cells</bookmark_value> <bookmark_value>text in cells; writing vertically</bookmark_value>"
+#. 1|q]
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id2918485\n"
+"help.text"
+msgid "Click one of the <emph>Default</emph> icons to set or reset multiple borders."
msgstr ""
-#: text_rotate.xhp#hd_id3151112.1.help.text
-msgid "<variable id=\"text_rotate\"><link href=\"text/scalc/guide/text_rotate.xhp\" name=\"Rotating Text\">Rotating Text</link></variable>"
+#. 8N-u
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id1836909\n"
+"help.text"
+msgid "The thin gray lines inside an icon show the borders that will be reset or cleared."
msgstr ""
-#: text_rotate.xhp#par_id3145171.2.help.text
-msgid "Select the cells whose text you want to rotate."
+#. YSS[
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id5212561\n"
+"help.text"
+msgid "The dark lines inside an icon show the lines that will be set using the selected line style and color."
msgstr ""
-#: text_rotate.xhp#par_id3155133.3.help.text
-msgid "Choose <emph>Format - Cells</emph>. You will see the <emph>Format Cells</emph> dialog."
+#. 2sEO
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id4818872\n"
+"help.text"
+msgid "The thick gray lines inside an icon show the lines that will not be changed."
msgstr ""
-#: text_rotate.xhp#par_id3155854.4.help.text
-msgid "Click the <emph>Alignment</emph> tab."
-msgstr ""
+#. oRF;
+#: borders.xhp
+#, fuzzy
+msgctxt ""
+"borders.xhp\n"
+"hd_id8989226\n"
+"help.text"
+msgid "Examples"
+msgstr "მაგალითად"
-#: text_rotate.xhp#par_id3147426.5.help.text
-msgid "In the <emph>Text orientation</emph> area use the mouse to select in the preview wheel the direction in which the text is to be rotated. Click <emph>OK</emph>."
+#. D$d4
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id622577\n"
+"help.text"
+msgid "Select a block of about 8x8 cells, then choose <emph>Format - Cells - Borders</emph>."
msgstr ""
-#: text_rotate.xhp#par_id3148456.7.help.text
-msgid "<link href=\"text/scalc/01/05020000.xhp\" name=\"Format - Cells\">Format - Cells</link>"
+#. bl=]
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id8119754\n"
+"help.text"
+msgid "<image id=\"img_id7261268\" src=\"res/helpimg/border_ca_5.png\" width=\"1.0937in\" height=\"0.2189in\"><alt id=\"alt_id7261268\">default icon row of Borders tab page</alt></image>"
msgstr ""
-#: text_rotate.xhp#par_id3154944.8.help.text
-msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Format - Cells - Alignment\">Format - Cells - Alignment</link>"
+#. knUF
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id8964201\n"
+"help.text"
+msgid "Click the left icon to clear all lines. This removes all outer borders, all inner lines, and all diagonal lines."
msgstr ""
-#: multi_tables.xhp#tit.help.text
-msgid "Navigating Through Sheets Tabs"
+#. jP:y
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id6048463\n"
+"help.text"
+msgid "Click the second icon from the left to set an outer border and to remove all other lines."
msgstr ""
-#: multi_tables.xhp#bm_id3150769.help.text
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
+#. V#G|
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id1495406\n"
+"help.text"
+msgid "Click the rightmost icon to set an outer border. The inner lines are not changed, except the diagonal lines, which will be removed."
msgstr ""
-#: multi_tables.xhp#hd_id3150769.4.help.text
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\" name=\"Navigating Through Sheet Tabs\">Navigating Through Sheet Tabs</link> </variable>"
+#. Z}*J
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id9269386\n"
+"help.text"
+msgid "Now you can continue to see which lines the other icons will set or remove."
msgstr ""
-#: multi_tables.xhp#par_id3153771.3.help.text
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
+#. |u.g
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"hd_id3593554\n"
+"help.text"
+msgid "User Defined Settings"
msgstr ""
-#: multi_tables.xhp#par_idN106AF.help.text
-msgid " <image id=\"img_id4829822\" src=\"res/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
+#. v.sT
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id4018066\n"
+"help.text"
+msgid "In the <emph>User defined</emph> area, you can click to set or remove individual lines. The preview shows lines in three different states."
msgstr ""
-#: multi_tables.xhp#par_id3153144.help.text
-msgid " <image id=\"img_id3156441\" src=\"res/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
+#. 3Vj]
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id8004699\n"
+"help.text"
+msgid "Repeatedly click an edge or a corner to switch through the three different states."
msgstr ""
-#: multi_tables.xhp#par_id3147396.5.help.text
-msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
+#. edJ1
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id8037659\n"
+"help.text"
+msgid "Line types"
msgstr ""
-#: multi_tables.xhp#par_id3149379.6.help.text
-msgid "If there is insufficient space to display all the sheet tabs, you can increase it by pointing to the separator between the scrollbar and the sheet tabs, pressing the mouse button and, keeping the mouse button pressed, dragging to the right. In doing so you will be sharing the available space between the sheet tabs and horizontal scrollbar."
+#. Efm;
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id2305978\n"
+"help.text"
+msgid "Image"
msgstr ""
-#: datapilot_updatetable.xhp#tit.help.text
-#, fuzzy
-msgid "Updating Pivot Tables"
-msgstr "ტექსტის რედაქტირება"
-
-#: datapilot_updatetable.xhp#bm_id3150792.help.text
-#, fuzzy
-msgid "<bookmark_value>pivot table import</bookmark_value><bookmark_value>pivot table function; refreshing tables</bookmark_value><bookmark_value>recalculating;pivot tables</bookmark_value><bookmark_value>updating;pivot tables</bookmark_value>"
-msgstr "<bookmark_value>databases; exchanging</bookmark_value><bookmark_value>address books; exchanging</bookmark_value><bookmark_value>exchanging databases</bookmark_value><bookmark_value>replacing;databases</bookmark_value>"
-
-#: datapilot_updatetable.xhp#hd_id3150792.33.help.text
-#, fuzzy
-msgid "<variable id=\"datapilot_updatetable\"><link href=\"text/scalc/guide/datapilot_updatetable.xhp\" name=\"Updating Pivot Tables\">Updating Pivot Tables</link></variable>"
-msgstr "<variable id=\"doc_title\"><link href=\"text/shared/05/00000150.xhp\" name=\"სანიშნების მენეჯერი\">სანიშნების მენეჯერი</link></variable>"
+#. #P6)
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id8716086\n"
+"help.text"
+msgid "Meaning"
+msgstr "მნიშვნელობა"
-#: datapilot_updatetable.xhp#par_id3154684.34.help.text
-msgid "If the data of the source sheet has been changed, $[officename] recalculates the pivot table. To recalculate the table, choose <emph>Data - Pivot Table - Refresh</emph>. Do the same after you have imported an Excel pivot table into $[officename] Calc."
+#. #7l6
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id3978087\n"
+"help.text"
+msgid "A black line"
msgstr ""
-#: database_filter.xhp#tit.help.text
-msgid "Filtering Cell Ranges "
+#. r-D[
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id4065065\n"
+"help.text"
+msgid "<image id=\"img_id9379863\" src=\"res/helpimg/border_ca_7.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id9379863\">solid line for user defined border</alt></image>"
msgstr ""
-#: database_filter.xhp#bm_id3153541.help.text
-msgid "<bookmark_value>cell ranges;applying/removing filters</bookmark_value> <bookmark_value>filtering;cell ranges/database ranges</bookmark_value> <bookmark_value>database ranges;applying/removing filters</bookmark_value> <bookmark_value>removing;cell range filters</bookmark_value>"
+#. `^$5
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id6987823\n"
+"help.text"
+msgid "A black line sets the corresponding line of the selected cells. The line is shown as a dotted line when you choose the 0.05 pt line style. Double lines are shown when you select a double line style."
msgstr ""
-#: database_filter.xhp#hd_id3153541.47.help.text
-#, fuzzy
-msgid "<variable id=\"database_filter\"><link href=\"text/scalc/guide/database_filter.xhp\" name=\"Filtering Cell Ranges\">Filtering Cell Ranges</link></variable>"
-msgstr "<variable id=\"align_arrange\"><link href=\"text/sdraw/guide/align_arrange.xhp\" name=\"Arranging and Aligning Objects\">მოწესრიგება, გასწორება და ობიექტების განაწილება</link></variable>"
+#. ,eTU
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id1209143\n"
+"help.text"
+msgid "A gray line"
+msgstr ""
-#: database_filter.xhp#par_id3145069.48.help.text
-msgid "You can use several filters to filter cell ranges in spreadsheets. A standard filter uses the options that you specify to filter the data. An AutoFilter filters data according to a specific value or string. An advanced filter uses filter criteria from specified cells."
+#. )Y$w
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id6653340\n"
+"help.text"
+msgid "<image id=\"img_id6972563\" src=\"res/helpimg/border_ca_gray.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id6972563\">gray line for user defined border</alt></image>"
msgstr ""
-#: database_filter.xhp#par_idN10682.help.text
-msgid "To Apply a Standard Filter to a Cell Range"
+#. }k_[
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id2278817\n"
+"help.text"
+msgid "A gray line is shown when the corresponding line of the selected cells will not be changed. No line will be set or removed at this position."
msgstr ""
-#: database_filter.xhp#par_id3150398.50.help.text
-msgid "Click in a cell range."
+#. =4n6
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id5374919\n"
+"help.text"
+msgid "A white line"
msgstr ""
-#: database_filter.xhp#par_idN10693.help.text
-msgid "Choose <item type=\"menuitem\">Data - Filter - Standard Filter</item>."
+#. lQ@5
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id52491\n"
+"help.text"
+msgid "<image id=\"img_id3801080\" src=\"res/helpimg/border_ca_white.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id3801080\">white line for user defined border</alt></image>"
msgstr ""
-#: database_filter.xhp#par_id3156422.51.help.text
-msgid "In the <emph>Standard Filter</emph> dialog, specify the filter options that you want."
+#. R5Rk
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id372325\n"
+"help.text"
+msgid "A white line is shown when the corresponding line of the selected cells will be removed."
msgstr ""
-#: database_filter.xhp#par_idN106A5.help.text
+#. /8.A
+#: borders.xhp
#, fuzzy
-msgctxt "database_filter.xhp#par_idN106A5.help.text"
-msgid "Click <emph>OK</emph>."
-msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-
-#: database_filter.xhp#par_id3153143.52.help.text
-msgid "The records that match the filter options that you specified are shown."
-msgstr ""
+msgctxt ""
+"borders.xhp\n"
+"hd_id7282937\n"
+"help.text"
+msgid "Examples"
+msgstr "მაგალითად"
-#: database_filter.xhp#par_id3153728.53.help.text
-msgid "To Apply an AutoFilter to a Cell Range"
+#. tJ+f
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id4230780\n"
+"help.text"
+msgid "Select a single cell, then choose <emph>Format - Cells - Borders</emph>."
msgstr ""
-#: database_filter.xhp#par_id3144764.54.help.text
-msgid "Click in a cell range or a database range."
+#. Q=L/
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id1712393\n"
+"help.text"
+msgid "Click the lower edge to set a very thin line as a lower border. All other lines will be removed from the cell."
msgstr ""
-#: database_filter.xhp#par_id9303872.help.text
-msgid "If you want to apply multiple AutoFilters to the same sheet, you must first define database ranges, then apply the AutoFilters to the database ranges."
+#. S1*o
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id5149693\n"
+"help.text"
+msgid "<image id=\"img_id9467452\" src=\"res/helpimg/border_ca_6.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id9467452\">setting a thin lower border</alt></image>"
msgstr ""
-#: database_filter.xhp#par_id3154944.55.help.text
-msgid "Choose <item type=\"menuitem\">Data - Filter - AutoFilter</item>."
+#. l1.+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id5759453\n"
+"help.text"
+msgid "Choose a thicker line style and click the lower edge. This sets a thicker line as a lower border."
msgstr ""
-#: database_filter.xhp#par_idN106DB.help.text
-msgid "An arrow button is added to the head of each column in the database range."
+#. WKg;
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id6342051\n"
+"help.text"
+msgid "<image id=\"img_id7431562\" src=\"res/helpimg/border_ca_7.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id7431562\">setting a thick line as a border</alt></image>"
msgstr ""
-#: database_filter.xhp#par_id3153878.56.help.text
-msgid "Click the arrow button in the column that contains the value or string that you want to set as the filter criteria."
+#. !;*k
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id5775322\n"
+"help.text"
+msgid "Click the second <emph>Default</emph> icon from the left to set all four borders. Then repeatedly click the lower edge until a white line is shown. This removes the lower border."
msgstr ""
-#: database_filter.xhp#par_idN10749.help.text
-msgid "Select the value or string that you want to use as the filter criteria."
+#. LmB,
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id2882778\n"
+"help.text"
+msgid "<image id=\"img_id8155766.00000001\" src=\"res/helpimg/border_ca_8.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id8155766.00000001\">removing lower border</alt></image>"
msgstr ""
-#: database_filter.xhp#par_idN1074C.help.text
-msgid "The records that match the filter criteria that you selected are shown."
+#. Pm|5
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id8102053\n"
+"help.text"
+msgid "You can combine several line types and styles. The last image shows how to set thick outer borders (the thick black lines), while any diagonal lines inside the cell will not be touched (gray lines)."
msgstr ""
-#: database_filter.xhp#par_idN106E8.help.text
-msgid "To Remove a Filter From a Cell Range"
+#. c+C.
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id2102420\n"
+"help.text"
+msgid "<image id=\"img_id5380718\" src=\"res/helpimg/border_ca_9.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id5380718\">advanced example for cell borders</alt></image>"
msgstr ""
-#: database_filter.xhp#par_idN1075C.help.text
-msgid "Click in a filtered cell range."
+#. #z5!
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"tit\n"
+"help.text"
+msgid "User-Defined Functions"
msgstr ""
-#: database_filter.xhp#par_idN106EC.help.text
-msgid "Choose <item type=\"menuitem\">Data - Filter - Remove Filter</item>."
+#. ,v$M
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"bm_id3155411\n"
+"help.text"
+msgid "<bookmark_value>functions; user-defined</bookmark_value><bookmark_value>user-defined functions</bookmark_value><bookmark_value>Basic IDE for user-defined functions</bookmark_value><bookmark_value>IDE; Basic IDE</bookmark_value><bookmark_value>programming;functions</bookmark_value>"
msgstr ""
-#: database_filter.xhp#par_id4525284.help.text
-msgctxt "database_filter.xhp#par_id4525284.help.text"
-msgid "<link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Defining_a_Data_Range\">Wiki page about defining a data range</link>"
+#. 535P
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"hd_id3155411\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"userdefined_function\"><link href=\"text/scalc/guide/userdefined_function.xhp\" name=\"Defining Functions Yourself\">User-Defined Functions</link></variable>"
msgstr ""
-#: cell_protect.xhp#tit.help.text
-msgid "Protecting Cells from Changes"
+#. `574
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"par_id3153969\n"
+"2\n"
+"help.text"
+msgid "You can apply user-defined functions in $[officename] Calc in the following ways:"
msgstr ""
-#: cell_protect.xhp#bm_id3146119.help.text
-msgid "<bookmark_value>protecting;cells and sheets</bookmark_value> <bookmark_value>cells; protecting</bookmark_value> <bookmark_value>cell protection; enabling</bookmark_value> <bookmark_value>sheets; protecting</bookmark_value> <bookmark_value>documents; protecting</bookmark_value> <bookmark_value>cells; hiding for printing</bookmark_value> <bookmark_value>changing; sheet protection</bookmark_value> <bookmark_value>hiding;formulas</bookmark_value> <bookmark_value>formulas;hiding</bookmark_value>"
+#. n;F`
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"par_id3145366\n"
+"4\n"
+"help.text"
+msgid "You can define your own functions using the Basic-IDE. This method requires a basic knowledge of programming."
msgstr ""
-#: cell_protect.xhp#hd_id3146119.5.help.text
-msgid "<variable id=\"cell_protect\"><link href=\"text/scalc/guide/cell_protect.xhp\" name=\"Protecting Cells from Changes\">Protecting Cells from Changes</link></variable>"
+#. .m2m
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"par_id3153768\n"
+"3\n"
+"help.text"
+msgid "You can program functions as <link href=\"text/scalc/01/04060111.xhp\" name=\"add-ins\">add-ins</link>. This method requires an advanced knowledge of programming."
msgstr ""
-#: cell_protect.xhp#par_id3153368.17.help.text
-msgid "In <item type=\"productname\">%PRODUCTNAME</item> Calc you can protect sheets and the document as a whole. You can choose whether the cells are protected against accidental changes, whether the formulas can be viewed from within Calc, whether the cells are visible or whether the cells can be printed."
+#. (RPm
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"hd_id3149260\n"
+"6\n"
+"help.text"
+msgid "Defining A Function Using %PRODUCTNAME Basic"
msgstr ""
-#: cell_protect.xhp#par_id3145261.18.help.text
-msgid "Protection can be provided by means of a password, but it does not have to be. If you have assigned a password, protection can only be removed once the correct password has been entered."
+#. =K0V
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"par_id3148456\n"
+"7\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Tools - Macros - Organize Macros - %PRODUCTNAME Basic</item>."
msgstr ""
-#: cell_protect.xhp#par_id3148576.19.help.text
-msgid "Note that the cell protection for cells with the <emph>Protected</emph> attribute is only effective when you protect the whole sheet. In the default condition, every cell has the <emph>Protected</emph> attribute. Therefore you must remove the attribute selectively for those cells where the user may make changes. You then protect the whole sheet and save the document."
+#. -kgz
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"par_id3154510\n"
+"8\n"
+"help.text"
+msgid "Click the <emph>Edit</emph> button. You will now see the Basic IDE."
msgstr ""
-#: cell_protect.xhp#par_id5974303.help.text
-msgid "These protection features are just switches to prevent accidental action. The features are not intended to provide any secure protection. For example, by exporting a sheet to another file format, a user may be able to surpass the protection features. There is only one secure protection: the password that you can apply when saving an OpenDocument file. A file that has been saved with a password can be opened only with the same password."
+#. lZK[
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"par_id3150327\n"
+"9\n"
+"help.text"
+msgid "Enter the function code. In this example, we define a <item type=\"literal\">VOL(a; b; c)</item> function that calculates the volume of a rectangular solid with side lengths <item type=\"literal\">a</item>, <item type=\"literal\">b</item> and <item type=\"literal\">c</item>:"
msgstr ""
-#: cell_protect.xhp#par_idN1066B.help.text
-msgid "Select the cells that you want to specify the cell protection options for."
+#. mjOf
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"par_id3155443\n"
+"10\n"
+"help.text"
+msgid "Close the Basic-IDE window."
msgstr ""
-#: cell_protect.xhp#par_id3149019.7.help.text
-msgid "Choose <item type=\"menuitem\">Format - Cells</item> and click the <emph>Cell Protection</emph> tab."
+#. O,gY
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"par_id3150043\n"
+"11\n"
+"help.text"
+msgid "Your function is automatically saved in the default module and is now available. If you apply the function in a Calc document that is to be used on another computer, you can copy the function to the Calc document as described in the next section."
msgstr ""
-#: cell_protect.xhp#par_id3152985.9.help.text
-msgid "Select the protection options that you want. All options will be applied only after you protect the sheet from the Tools menu - see below."
+#. n*ba
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"hd_id3147340\n"
+"18\n"
+"help.text"
+msgid "Copying a Function To a Document"
msgstr ""
-#: cell_protect.xhp#par_id31529866655.help.text
-msgid "Uncheck <emph>Protected</emph> to allow the user to change the currently selected cells."
+#. +.UP
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"par_id3145232\n"
+"19\n"
+"help.text"
+msgid "In stage 2 of \"Defining A Function Using %PRODUCTNAME Basic\", in the <emph>Macro</emph> dialog you clicked on <emph>Edit </emph>. As the default, in the <emph>Macro from</emph> field the <emph>My Macros - Standard - Module1</emph> module is selected. The <emph>Standard</emph> library resides locally in your user directory."
msgstr ""
-#: cell_protect.xhp#par_id3152898.10.help.text
-msgid "Select <emph>Protected</emph> to prevent changes to the contents and the format of a cell. "
+#. #1GY
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"par_id3154022\n"
+"20\n"
+"help.text"
+msgid "If you want to copy the user-defined function to a Calc document:"
msgstr ""
-#: cell_protect.xhp#par_idN1069A.help.text
-msgid "Select <emph>Hide formula</emph> to hide and to protect formulas from changes."
+#. 5f3R
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"par_id3150304\n"
+"21\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Tools - Macros - Organize Macros - %PRODUCTNAME Basic</item> ."
msgstr ""
-#: cell_protect.xhp#par_idN106A1.help.text
-msgid "Select <emph>Hide when printing</emph> to hide protected cells in the printed document. The cells are not hidden onscreen."
+#. LX7L
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"par_id3150086\n"
+"22\n"
+"help.text"
+msgid "In the <emph>Macro from</emph> field select <emph>My Macros - Standard - Module1</emph> and click <emph>Edit</emph>."
msgstr ""
-#: cell_protect.xhp#par_id3152872.11.help.text
-#, fuzzy
-msgctxt "cell_protect.xhp#par_id3152872.11.help.text"
-msgid "Click <emph>OK</emph>."
-msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-
-#: cell_protect.xhp#par_id3145362.12.help.text
-msgid "Apply the protection options."
+#. Ev*/
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"par_id3166430\n"
+"23\n"
+"help.text"
+msgid "In the Basic-IDE, select the source of your user-defined function and copy it to the clipboard."
msgstr ""
-#: cell_protect.xhp#par_idN106C0.help.text
-msgid "To protect the cells from being changed / viewed / printed according to your settings in the <emph>Format - Cells</emph> dialog, choose <item type=\"menuitem\">Tools - Protect Document - Sheet</item>."
+#. P.m]
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"par_idN1081D\n"
+"help.text"
+msgid "Close the Basic-IDE."
msgstr ""
-#: cell_protect.xhp#par_idN106C7.help.text
-msgid "To protect the structure of the document, for example the count, <link href=\"text/scalc/guide/rename_table.xhp\">names</link>, and order of the sheets, from being changed, choose <item type=\"menuitem\">Tools - Protect Document - Document</item>."
+#. ]V@0
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"par_id3150517\n"
+"24\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Tools - Macros - Organize Macros - %PRODUCTNAME Basic</item> ."
msgstr ""
-#: cell_protect.xhp#par_idN106CF.help.text
-msgid "(Optional) Enter a password."
+#. 3VOw
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"par_id3145384\n"
+"25\n"
+"help.text"
+msgid "In the <emph>Macro from</emph> field select <emph>(Name of the Calc document) - Standard - Module1</emph>. Click <emph>Edit</emph>."
msgstr ""
-#: cell_protect.xhp#par_idN106D2.help.text
-msgid "If you forget your password, you cannot deactivate the protection. If you only want to protect cells from accidental changes, set the sheet protection, but do not enter a password."
+#. NNdk
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"par_id3148699\n"
+"26\n"
+"help.text"
+msgid "Paste the clipboard contents in the Basic-IDE of the document."
msgstr ""
-#: cell_protect.xhp#par_id3153810.13.help.text
-#, fuzzy
-msgid "Click <emph>OK</emph>. "
-msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-
-#: cell_protect.xhp#par_idN10B8C.help.text
-msgid " <embedvar href=\"text/shared/guide/digital_signatures.xhp#digital_signatures\"/> "
+#. sSk=
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"hd_id3153305\n"
+"12\n"
+"help.text"
+msgid "Applying a User-defined Function in $[officename] Calc"
msgstr ""
-#: matrixformula.xhp#tit.help.text
-msgid "Entering Matrix Formulas"
+#. qFDT
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"par_id3148869\n"
+"13\n"
+"help.text"
+msgid "Once you have defined the function <item type=\"literal\">VOL(a; b; c)</item> in the Basic-IDE, you can apply it the same way as the built-in functions of $[officename] Calc."
msgstr ""
-#: matrixformula.xhp#bm_id3153969.help.text
-msgid "<bookmark_value>matrices; entering matrix formulas</bookmark_value><bookmark_value>formulas; matrix formulas</bookmark_value><bookmark_value>inserting;matrix formulas</bookmark_value>"
+#. Tn@(
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"par_id3148606\n"
+"14\n"
+"help.text"
+msgid "Open a Calc document and enter numbers for the function parameters <item type=\"literal\">a</item>, <item type=\"literal\">b</item>, and <item type=\"literal\">c</item> in cells A1, B1, and C1."
msgstr ""
-#: matrixformula.xhp#hd_id3153969.13.help.text
-msgid "<variable id=\"matrixformula\"><link href=\"text/scalc/guide/matrixformula.xhp\" name=\"Entering Matrix Formulas\">Entering Matrix Formulas</link></variable>"
+#. h{FH
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"par_id3156019\n"
+"15\n"
+"help.text"
+msgid "Set the cursor in another cell and enter the following:"
msgstr ""
-#: matrixformula.xhp#par_id3153144.14.help.text
-msgid "The following is an example of how you can enter a matrix formula, without going into the details of matrix functions."
+#. ?sZ7
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"par_id3155264\n"
+"16\n"
+"help.text"
+msgid "=VOL(A1;B1;C1)"
msgstr ""
-#: matrixformula.xhp#par_id3153188.15.help.text
-msgid "Assume you have entered 10 numbers in Columns A and B (A1:A10 and B1:B10), and would like to calculate the sum of each row in Column C."
+#. fA[n
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"par_id3146776\n"
+"17\n"
+"help.text"
+msgid "The function is evaluated and you will see the result in the selected cell."
msgstr ""
-#: matrixformula.xhp#par_id3154321.16.help.text
-msgid "Using the mouse, select the range C1:C10, in which the results are to be displayed."
+#. \Rms
+#: cellstyle_minusvalue.xhp
+msgctxt ""
+"cellstyle_minusvalue.xhp\n"
+"tit\n"
+"help.text"
+msgid "Highlighting Negative Numbers"
msgstr ""
-#: matrixformula.xhp#par_id3149260.17.help.text
-msgid "Press F2, or click in the input line of the Formula bar."
+#. yBo.
+#: cellstyle_minusvalue.xhp
+msgctxt ""
+"cellstyle_minusvalue.xhp\n"
+"bm_id3147434\n"
+"help.text"
+msgid "<bookmark_value>negative numbers</bookmark_value> <bookmark_value>numbers; highlighting negative numbers</bookmark_value> <bookmark_value>highlighting;negative numbers</bookmark_value> <bookmark_value>colors;negative numbers</bookmark_value> <bookmark_value>number formats;colors for negative numbers</bookmark_value>"
msgstr ""
-#: matrixformula.xhp#par_id3154944.18.help.text
-msgid "Enter an equal sign (=)."
+#. +q/_
+#: cellstyle_minusvalue.xhp
+msgctxt ""
+"cellstyle_minusvalue.xhp\n"
+"hd_id3147434\n"
+"31\n"
+"help.text"
+msgid "<variable id=\"cellstyle_minusvalue\"><link href=\"text/scalc/guide/cellstyle_minusvalue.xhp\" name=\"Highlighting Negative Numbers\">Highlighting Negative Numbers</link></variable>"
msgstr ""
-#: matrixformula.xhp#par_id3145252.19.help.text
-msgid "Select the range A1:A10, which contains the first values for the sum formula."
+#. w7d|
+#: cellstyle_minusvalue.xhp
+msgctxt ""
+"cellstyle_minusvalue.xhp\n"
+"par_id3153878\n"
+"33\n"
+"help.text"
+msgid "You can format cells with a number format that highlights negative numbers in red. Alternatively, you can define your own number format in which negative numbers are highlighted in other colors."
msgstr ""
-#: matrixformula.xhp#par_id3144767.20.help.text
-msgid "Press the (+) key from the numerical keypad."
+#. Ao;K
+#: cellstyle_minusvalue.xhp
+msgctxt ""
+"cellstyle_minusvalue.xhp\n"
+"par_id3155600\n"
+"34\n"
+"help.text"
+msgid "Select the cells and choose <emph>Format - Cells</emph>."
msgstr ""
-#: matrixformula.xhp#par_id3154018.21.help.text
-msgid "Select the numbers in the second column in cells B1:B10."
+#. #d0q
+#: cellstyle_minusvalue.xhp
+msgctxt ""
+"cellstyle_minusvalue.xhp\n"
+"par_id3146969\n"
+"35\n"
+"help.text"
+msgid "On the <emph>Numbers</emph> tab, select a number format and mark <emph>Negative numbers red</emph> check box. Click <emph>OK</emph>."
msgstr ""
-#: matrixformula.xhp#par_id3150716.22.help.text
-msgid "End the input with the matrix key combination: Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter."
+#. K^Av
+#: cellstyle_minusvalue.xhp
+msgctxt ""
+"cellstyle_minusvalue.xhp\n"
+"par_id3145640\n"
+"36\n"
+"help.text"
+msgid "The cell number format is defined in two parts. The format for positive numbers and zero is defined in front of the semicolon; after the semicolon the formula for negative numbers is defined. You can change the code (RED) under <item type=\"menuitem\">Format code</item>. For example, instead of RED, enter <item type=\"literal\">YELLOW</item>. If the new code appears in the list after clicking the <item type=\"menuitem\">Add</item> icon, this is a valid entry."
msgstr ""
-#: matrixformula.xhp#par_id3145640.23.help.text
-msgid "The matrix area is automatically protected against modifications, such as deleting rows or columns. It is, however, possible to edit any formatting, such as the cell background."
+#. Sg.s
+#: print_landscape.xhp
+msgctxt ""
+"print_landscape.xhp\n"
+"tit\n"
+"help.text"
+msgid "Printing Sheets in Landscape Format"
msgstr ""
-#: edit_multitables.xhp#tit.help.text
-msgid "Copying to Multiple Sheets"
+#. ]#*j
+#: print_landscape.xhp
+msgctxt ""
+"print_landscape.xhp\n"
+"bm_id3153418\n"
+"help.text"
+msgid "<bookmark_value>printing; sheet selections</bookmark_value> <bookmark_value>sheets; printing in landscape</bookmark_value> <bookmark_value>printing; landscape</bookmark_value> <bookmark_value>landscape printing</bookmark_value>"
msgstr ""
-#: edit_multitables.xhp#bm_id3149456.help.text
-msgid "<bookmark_value>copying;values, to multiple sheets</bookmark_value><bookmark_value>pasting;values in multiple sheets</bookmark_value><bookmark_value>data;inserting in multiple sheets</bookmark_value> <bookmark_value>sheets; simultaneous multiple filling</bookmark_value> "
+#. y1TX
+#: print_landscape.xhp
+msgctxt ""
+"print_landscape.xhp\n"
+"hd_id3153418\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"print_landscape\"><link href=\"text/scalc/guide/print_landscape.xhp\" name=\"Printing Sheets in Landscape Format\">Printing Sheets in Landscape Format</link></variable>"
msgstr ""
-#: edit_multitables.xhp#hd_id3149456.3.help.text
-msgid "<variable id=\"edit_multitables\"><link href=\"text/scalc/guide/edit_multitables.xhp\" name=\"Copying to Multiple Sheets\">Copying to Multiple Sheets</link> </variable>"
+#. :a,9
+#: print_landscape.xhp
+msgctxt ""
+"print_landscape.xhp\n"
+"par_id3149257\n"
+"2\n"
+"help.text"
+msgid "In order to print a sheet you have a number of interactive options available under <emph>View - Page Break Preview</emph>. Drag the delimiter lines to define the range of printed cells on each page."
msgstr ""
-#: edit_multitables.xhp#par_id3150868.6.help.text
-msgid "In $[officename] Calc, you can insert values, text or formulas that are simultaneously copied to other selected sheets of your document."
+#. Uj[F
+#: print_landscape.xhp
+msgctxt ""
+"print_landscape.xhp\n"
+"par_id3153963\n"
+"15\n"
+"help.text"
+msgid "To print in landscape format, proceed as follows:"
msgstr ""
-#: edit_multitables.xhp#par_id3153768.8.help.text
-msgid "Select all desired sheets by holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key and clicking the corresponding register tabs that are still gray at the bottom margin of the workspace. All selected register tabs are now white."
+#. q91m
+#: print_landscape.xhp
+msgctxt ""
+"print_landscape.xhp\n"
+"par_id3154020\n"
+"3\n"
+"help.text"
+msgid "Go to the sheet to be printed."
msgstr ""
-#: edit_multitables.xhp#par_idN10614.help.text
-msgctxt "edit_multitables.xhp#par_idN10614.help.text"
-msgid "You can use Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up or Page Down to select multiple sheets using the keyboard."
+#. /Z8n
+#: print_landscape.xhp
+msgctxt ""
+"print_landscape.xhp\n"
+"par_id3150786\n"
+"4\n"
+"help.text"
+msgid "Choose <emph>Format - Page</emph>."
msgstr ""
-#: edit_multitables.xhp#par_id3147435.7.help.text
-msgid "Now when you insert values, text or formulas into the active sheet, they will also appear in the identical positions in the other selected sheets. For example, data entered in cell A1 of the active sheet is automatically entered into cell A1 of any other seleted sheet."
+#. .007
+#: print_landscape.xhp
+msgctxt ""
+"print_landscape.xhp\n"
+"par_id3150089\n"
+"5\n"
+"help.text"
+msgid "The command is not visible if the sheet has been opened with write protection on. In that case, click the <emph>Edit File </emph>icon on the <emph>Standard</emph> bar."
msgstr ""
-#: cellstyle_minusvalue.xhp#tit.help.text
-msgid "Highlighting Negative Numbers"
+#. O3Yu
+#: print_landscape.xhp
+msgctxt ""
+"print_landscape.xhp\n"
+"par_id3166430\n"
+"6\n"
+"help.text"
+msgid "Select the <emph>Page</emph> tab. Select the <emph>Landscape</emph> paper format and click OK."
msgstr ""
-#: cellstyle_minusvalue.xhp#bm_id3147434.help.text
-msgid "<bookmark_value>negative numbers</bookmark_value> <bookmark_value>numbers; highlighting negative numbers</bookmark_value> <bookmark_value>highlighting;negative numbers</bookmark_value> <bookmark_value>colors;negative numbers</bookmark_value> <bookmark_value>number formats;colors for negative numbers</bookmark_value>"
+#. CD]X
+#: print_landscape.xhp
+msgctxt ""
+"print_landscape.xhp\n"
+"par_id3150885\n"
+"7\n"
+"help.text"
+msgid "Choose <emph>File - Print</emph>. You will see the <emph>Print</emph> dialog."
msgstr ""
-#: cellstyle_minusvalue.xhp#hd_id3147434.31.help.text
-msgid "<variable id=\"cellstyle_minusvalue\"><link href=\"text/scalc/guide/cellstyle_minusvalue.xhp\" name=\"Highlighting Negative Numbers\">Highlighting Negative Numbers</link></variable>"
+#. ,RC-
+#: print_landscape.xhp
+msgctxt ""
+"print_landscape.xhp\n"
+"par_id3156288\n"
+"8\n"
+"help.text"
+msgid "Depending on the printer driver and the operating system, it may be necessary to click the <emph>Properties</emph> button and to change your printer to landscape format there."
msgstr ""
-#: cellstyle_minusvalue.xhp#par_id3153878.33.help.text
-msgid "You can format cells with a number format that highlights negative numbers in red. Alternatively, you can define your own number format in which negative numbers are highlighted in other colors."
+#. 2!4D
+#: print_landscape.xhp
+msgctxt ""
+"print_landscape.xhp\n"
+"par_id3149404\n"
+"9\n"
+"help.text"
+msgid "In the <emph>Print </emph>dialog in the <emph>General</emph> tab page, select the contents to be printed:"
msgstr ""
-#: cellstyle_minusvalue.xhp#par_id3155600.34.help.text
-msgid "Select the cells and choose <emph>Format - Cells</emph>."
+#. CJ~K
+#: print_landscape.xhp
+msgctxt ""
+"print_landscape.xhp\n"
+"par_id3153305\n"
+"10\n"
+"help.text"
+msgid "<emph>All sheets</emph> - All sheets will be printed."
+msgstr ""
+
+#. ?]v)
+#: print_landscape.xhp
+msgctxt ""
+"print_landscape.xhp\n"
+"par_id3148871\n"
+"12\n"
+"help.text"
+msgid "<emph>Selected sheets</emph> - Only the selected sheets will be printed. All sheets whose names (at the bottom on the sheet tabs) are selected will be printed. By pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while clicking a sheet name you can change this selection."
+msgstr ""
+
+#. !F4+
+#: print_landscape.xhp
+msgctxt ""
+"print_landscape.xhp\n"
+"par_id3764763\n"
+"help.text"
+msgid "<emph>Selected cells</emph> - All selected cells are printed."
+msgstr ""
+
+#. igeg
+#: print_landscape.xhp
+msgctxt ""
+"print_landscape.xhp\n"
+"par_id5538804\n"
+"help.text"
+msgid "From all the paper pages that result from the above selection, you can select the range of paper pages to be printed:"
msgstr ""
-#: cellstyle_minusvalue.xhp#par_id3146969.35.help.text
-msgid "On the <emph>Numbers</emph> tab, select a number format and mark <emph>Negative numbers red</emph> check box. Click <emph>OK</emph>."
+#. ghG`
+#: print_landscape.xhp
+msgctxt ""
+"print_landscape.xhp\n"
+"par_id14343\n"
+"help.text"
+msgid "<emph>All pages</emph> - Print all resulting pages."
+msgstr ""
+
+#. LArX
+#: print_landscape.xhp
+msgctxt ""
+"print_landscape.xhp\n"
+"par_id3148699\n"
+"11\n"
+"help.text"
+msgid "<emph>Pages</emph> - Enter the pages to be printed. The pages will also be numbered from the first sheet onwards. If you see in the Page Break Preview that Sheet1 will be printed on 4 pages and you want to print the first two pages of Sheet2, enter 5-6 here."
+msgstr ""
+
+#. Sn#[
+#: print_landscape.xhp
+msgctxt ""
+"print_landscape.xhp\n"
+"par_id3145076\n"
+"13\n"
+"help.text"
+msgid "If under <emph>Format - Print ranges</emph> you have defined one or more print ranges, only the contents of these print ranges will be printed."
msgstr ""
-#: cellstyle_minusvalue.xhp#par_id3145640.36.help.text
-msgid "The cell number format is defined in two parts. The format for positive numbers and zero is defined in front of the semicolon; after the semicolon the formula for negative numbers is defined. You can change the code (RED) under <item type=\"menuitem\">Format code</item>. For example, instead of RED, enter <item type=\"literal\">YELLOW</item>. If the new code appears in the list after clicking the <item type=\"menuitem\">Add</item> icon, this is a valid entry."
+#. $15=
+#: print_landscape.xhp
+msgctxt ""
+"print_landscape.xhp\n"
+"par_id3156019\n"
+"14\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/03100000.xhp\" name=\"View - Page Break Preview\">View - Page Break Preview</link>"
msgstr ""
-#: webquery.xhp#tit.help.text
-msgid "Inserting External Data in Table (WebQuery)"
+#. aCNV
+#: print_landscape.xhp
+msgctxt ""
+"print_landscape.xhp\n"
+"par_id8254646\n"
+"help.text"
+msgid "<link href=\"text/scalc/guide/printranges.xhp\">Defining Print Ranges on a Sheet</link>"
msgstr ""
-#: webquery.xhp#bm_id3154346.help.text
-msgid "<bookmark_value>HTML WebQuery</bookmark_value><bookmark_value>ranges; inserting in tables</bookmark_value><bookmark_value>external data; inserting</bookmark_value><bookmark_value>tables; inserting external data</bookmark_value><bookmark_value>web pages; importing data</bookmark_value><bookmark_value>WebQuery filter</bookmark_value><bookmark_value>inserting; external data</bookmark_value><bookmark_value>data sources; external data</bookmark_value>"
+#. OrSd
+#: calc_date.xhp
+msgctxt ""
+"calc_date.xhp\n"
+"tit\n"
+"help.text"
+msgid "Calculating With Dates and Times"
msgstr ""
-#: webquery.xhp#hd_id3125863.2.help.text
-msgid "<variable id=\"webquery\"><link href=\"text/scalc/guide/webquery.xhp\" name=\"Inserting External Data in Table (WebQuery)\">Inserting External Data in Table (WebQuery)</link></variable>"
+#. ~Kc{
+#: calc_date.xhp
+msgctxt ""
+"calc_date.xhp\n"
+"bm_id3146120\n"
+"help.text"
+msgid "<bookmark_value>dates; in cells</bookmark_value> <bookmark_value>times; in cells</bookmark_value> <bookmark_value>cells;date and time formats</bookmark_value> <bookmark_value>current date and time values</bookmark_value>"
msgstr ""
-#: webquery.xhp#par_id3155131.3.help.text
-msgid "With the help of the <emph>Web Page Query ($[officename] Calc)</emph> import filter, you can insert tables from HTML documents in a Calc spreadsheet."
+#. 8)fp
+#: calc_date.xhp
+msgctxt ""
+"calc_date.xhp\n"
+"hd_id3146120\n"
+"11\n"
+"help.text"
+msgid "<variable id=\"calc_date\"><link href=\"text/scalc/guide/calc_date.xhp\" name=\"Calculating With Dates and Times\">Calculating With Dates and Times</link></variable>"
msgstr ""
-#: webquery.xhp#par_id3148575.4.help.text
-msgid "You can use the same method to insert ranges defined by name from a Calc or Microsoft Excel spreadsheet."
+#. Y`Y+
+#: calc_date.xhp
+msgctxt ""
+"calc_date.xhp\n"
+"par_id3154320\n"
+"12\n"
+"help.text"
+msgid "In $[officename] Calc, you can perform calculations with current date and time values. As an example, to find out exactly how old you are in seconds or hours, follow the following steps:"
msgstr ""
-#: webquery.xhp#par_id3149664.5.help.text
-msgid "The following insert methods are available:"
+#. n#Ht
+#: calc_date.xhp
+msgctxt ""
+"calc_date.xhp\n"
+"par_id3150750\n"
+"13\n"
+"help.text"
+msgid "In a spreadsheet, enter your birthday in cell A1."
msgstr ""
-#: webquery.xhp#hd_id3146976.6.help.text
-msgid "Inserting by Dialog"
+#. $HkE
+#: calc_date.xhp
+msgctxt ""
+"calc_date.xhp\n"
+"par_id3145642\n"
+"14\n"
+"help.text"
+msgid "Enter the following formula in cell A3: <item type=\"literal\">=NOW()-A1</item>"
msgstr ""
-#: webquery.xhp#par_id3154319.7.help.text
-msgid "Set the cell cursor at the cell where the new content will be inserted."
+#. FB*~
+#: calc_date.xhp
+msgctxt ""
+"calc_date.xhp\n"
+"par_id3149020\n"
+"52\n"
+"help.text"
+msgid "After pressing the <item type=\"keycode\">Enter</item> key you will see the result in date format. Since the result should show the difference between two dates as a number of days, you must format cell A3 as a number."
msgstr ""
-#: webquery.xhp#par_id3145750.8.help.text
-msgid "Choose <emph>Insert - Link to External Data</emph>. This opens the <link href=\"text/scalc/01/04090000.xhp\">External Data</link> dialog."
+#. raXz
+#: calc_date.xhp
+msgctxt ""
+"calc_date.xhp\n"
+"par_id3155335\n"
+"53\n"
+"help.text"
+msgid "Place the cursor in cell A3, right-click to open a context menu and choose <emph>Format Cells</emph>."
msgstr ""
-#: webquery.xhp#par_id3149958.9.help.text
-msgid "Enter the URL of the HTML document or the name of the spreadsheet. Press Enter when finished. Click the <emph>...</emph> button to open a file selection dialog."
+#. ;{nm
+#: calc_date.xhp
+msgctxt ""
+"calc_date.xhp\n"
+"par_id3147343\n"
+"54\n"
+"help.text"
+msgid "The <item type=\"menuitem\">Format Cells</item> dialog appears. On the <item type=\"menuitem\">Numbers</item> tab, the \"Number\" category will appear already highlighted. The format is set to \"General\", which causes the result of a calculation containing date entries to be displayed as a date. To display the result as a number, set the number format to \"-1,234\" and close the dialog with the <item type=\"menuitem\">OK</item> button."
msgstr ""
-#: webquery.xhp#par_id3149400.10.help.text
-msgid "In the large list box of the dialog, select the named ranges or tables you want to insert."
+#. 4%N}
+#: calc_date.xhp
+msgctxt ""
+"calc_date.xhp\n"
+"par_id3147001\n"
+"15\n"
+"help.text"
+msgid "The number of days between today's date and the specified date is displayed in cell A3."
msgstr ""
-#: webquery.xhp#par_id3155064.11.help.text
-msgid "You can also specify that the ranges or tables are updated every n seconds."
+#. RSGB
+#: calc_date.xhp
+msgctxt ""
+"calc_date.xhp\n"
+"par_id3150304\n"
+"16\n"
+"help.text"
+msgid "Experiment with some additional formulas: in A4 enter =A3*24 to calculate the hours, in A5 enter =A4*60 for the minutes, and in A6 enter =A5*60 for seconds. Press the <item type=\"keycode\">Enter</item> key after each formula."
msgstr ""
-#: webquery.xhp#par_id3155443.30.help.text
-msgid "The import filter can create names for cell ranges on the fly. As much formatting as possible is retained, while the filter intentionally does not load any images."
+#. (l07
+#: calc_date.xhp
+msgctxt ""
+"calc_date.xhp\n"
+"par_id3149207\n"
+"17\n"
+"help.text"
+msgid "The time since your date of birth will be calculated and displayed in the various units. The values are calculated as of the exact moment when you entered the last formula and pressed the <item type=\"keycode\">Enter</item> key. This value is not automatically updated, although \"Now\" continuously changes. In the <emph>Tools</emph> menu, the menu item <emph>Cell Contents - AutoCalculate</emph> is normally active; however, automatic calculation does not apply to the function NOW. This ensures that your computer is not solely occupied with updating the sheet."
msgstr ""
-#: webquery.xhp#hd_id3149021.12.help.text
-msgid "Inserting by Navigator"
+#. ~Kbq
+#: format_value_userdef.xhp
+msgctxt ""
+"format_value_userdef.xhp\n"
+"tit\n"
+"help.text"
+msgid "User-defined Number Formats"
msgstr ""
-#: webquery.xhp#par_id3153965.14.help.text
-msgid "Open two documents: the $[officename] Calc spreadsheet in which the external data is to be inserted (target document) and the document from which the external data derives (source document)."
+#. [DAQ
+#: format_value_userdef.xhp
+msgctxt ""
+"format_value_userdef.xhp\n"
+"bm_id3143268\n"
+"help.text"
+msgid "<bookmark_value>numbers;user-defined formatting</bookmark_value> <bookmark_value>formatting; user-defined numbers</bookmark_value> <bookmark_value>number formats; millions</bookmark_value> <bookmark_value>format codes; user-defined number formats</bookmark_value>"
msgstr ""
-#: webquery.xhp#par_id3150205.16.help.text
-msgid "In the target document open the Navigator."
+#. C0LU
+#: format_value_userdef.xhp
+msgctxt ""
+"format_value_userdef.xhp\n"
+"hd_id3143268\n"
+"26\n"
+"help.text"
+msgid "<variable id=\"format_value_userdef\"><link href=\"text/scalc/guide/format_value_userdef.xhp\" name=\"User-defined Number Formats\">User-defined Number Formats</link></variable>"
msgstr ""
-#: webquery.xhp#par_id3152990.18.help.text
-msgid "In the lower combo box of the Navigator select the source document. The Navigator now shows the range names and database ranges or the tables contained in the source document."
+#. nKMH
+#: format_value_userdef.xhp
+msgctxt ""
+"format_value_userdef.xhp\n"
+"par_id3150400\n"
+"1\n"
+"help.text"
+msgid "You can define your own number formats to display numbers in <item type=\"productname\">%PRODUCTNAME</item> Calc."
msgstr ""
-#: webquery.xhp#par_id3148842.20.help.text
-msgid "In the Navigator select the <emph>Insert as link</emph> drag mode <image id=\"img_id3152985\" src=\"sw/imglst/sc20238.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152985\">Icon</alt></image>."
+#. wZKE
+#: format_value_userdef.xhp
+msgctxt ""
+"format_value_userdef.xhp\n"
+"par_id3150767\n"
+"2\n"
+"help.text"
+msgid "As an example, to display the number 10,200,000 as 10.2 Million:"
msgstr ""
-#: webquery.xhp#par_id3157978.22.help.text
-msgid "Drag the desired external data from the Navigator into the target document."
+#. ?%3:
+#: format_value_userdef.xhp
+msgctxt ""
+"format_value_userdef.xhp\n"
+"par_id3150868\n"
+"3\n"
+"help.text"
+msgid "Select the cells to which you want to apply a new, user-defined format."
msgstr ""
-#: webquery.xhp#par_id3144768.23.help.text
-msgid "If you have loaded an HTML document with the <emph>Web Page Query</emph> filter as the source document, you will find the tables in the Navigator, named continuously from \"HTML_table1\" onwards, and also two range names that have been created:"
+#. 30F6
+#: format_value_userdef.xhp
+msgctxt ""
+"format_value_userdef.xhp\n"
+"par_id3149664\n"
+"4\n"
+"help.text"
+msgid "Choose <emph>Format - Cells - Numbers</emph>."
msgstr ""
-#: webquery.xhp#par_id3152873.24.help.text
-msgid "<item type=\"literal\">HTML_all</item> - designates the entire document"
+#. `e}]
+#: format_value_userdef.xhp
+msgctxt ""
+"format_value_userdef.xhp\n"
+"par_id3149260\n"
+"5\n"
+"help.text"
+msgid "In the <emph>Categories</emph> list box select \"User-defined\"."
msgstr ""
-#: webquery.xhp#par_id3149897.25.help.text
-msgid "<item type=\"literal\">HTML_tables</item> - designates all HTML tables in the document"
+#. olt\
+#: format_value_userdef.xhp
+msgctxt ""
+"format_value_userdef.xhp\n"
+"par_id3148646\n"
+"6\n"
+"help.text"
+msgid "In the <emph>Format code</emph> text box enter the following code:"
msgstr ""
-#: webquery.xhp#hd_id3149126.26.help.text
-msgid "Editing the external data"
+#. 7G5q
+#: format_value_userdef.xhp
+msgctxt ""
+"format_value_userdef.xhp\n"
+"par_id3152596\n"
+"7\n"
+"help.text"
+msgid "0.0,, \"Million\""
msgstr ""
-#: webquery.xhp#par_id3159228.27.help.text
-msgid "Open <emph>Edit - Links</emph>. Here you can edit the link to the external data."
+#. G#Xx
+#: format_value_userdef.xhp
+msgctxt ""
+"format_value_userdef.xhp\n"
+"par_id3144764\n"
+"8\n"
+"help.text"
+msgid "Click OK."
msgstr ""
-#: webquery.xhp#par_id3154650.28.help.text
-msgid "<link href=\"text/scalc/01/04090000.xhp\" name=\"External data dialog\">External data dialog</link>"
+#. fHmR
+#: format_value_userdef.xhp
+msgctxt ""
+"format_value_userdef.xhp\n"
+"par_id3155417\n"
+"9\n"
+"help.text"
+msgid "The following table shows the effects of rounding, thousands delimiters (,), decimal delimiters (.) and the placeholders # and 0."
msgstr ""
-#: calc_date.xhp#tit.help.text
-msgid "Calculating With Dates and Times"
+#. I@vk
+#: format_value_userdef.xhp
+msgctxt ""
+"format_value_userdef.xhp\n"
+"par_id3146971\n"
+"10\n"
+"help.text"
+msgid "Number"
msgstr ""
-#: calc_date.xhp#bm_id3146120.help.text
-msgid "<bookmark_value>dates; in cells</bookmark_value> <bookmark_value>times; in cells</bookmark_value> <bookmark_value>cells;date and time formats</bookmark_value> <bookmark_value>current date and time values</bookmark_value>"
+#. )5W=
+#: format_value_userdef.xhp
+msgctxt ""
+"format_value_userdef.xhp\n"
+"par_id3154757\n"
+"11\n"
+"help.text"
+msgid ".#,, \"Million\""
msgstr ""
-#: calc_date.xhp#hd_id3146120.11.help.text
-msgid "<variable id=\"calc_date\"><link href=\"text/scalc/guide/calc_date.xhp\" name=\"Calculating With Dates and Times\">Calculating With Dates and Times</link></variable>"
+#. )LU(
+#: format_value_userdef.xhp
+msgctxt ""
+"format_value_userdef.xhp\n"
+"par_id3147338\n"
+"12\n"
+"help.text"
+msgid "0.0,, \"Million\""
msgstr ""
-#: calc_date.xhp#par_id3154320.12.help.text
-msgid "In $[officename] Calc, you can perform calculations with current date and time values. As an example, to find out exactly how old you are in seconds or hours, follow the following steps:"
+#. rmlm
+#: format_value_userdef.xhp
+msgctxt ""
+"format_value_userdef.xhp\n"
+"par_id3146920\n"
+"13\n"
+"help.text"
+msgid "#,, \"Million\""
msgstr ""
-#: calc_date.xhp#par_id3150750.13.help.text
-msgid "In a spreadsheet, enter your birthday in cell A1."
+#. M3pO
+#: format_value_userdef.xhp
+msgctxt ""
+"format_value_userdef.xhp\n"
+"par_id3147344\n"
+"14\n"
+"help.text"
+msgid "10200000"
msgstr ""
-#: calc_date.xhp#par_id3145642.14.help.text
-msgid "Enter the following formula in cell A3: <item type=\"literal\">=NOW()-A1</item> "
+#. ^mq(
+#: format_value_userdef.xhp
+msgctxt ""
+"format_value_userdef.xhp\n"
+"par_id3147003\n"
+"15\n"
+"help.text"
+msgid "10.2 Million"
msgstr ""
-#: calc_date.xhp#par_id3149020.52.help.text
-msgid "After pressing the <item type=\"keycode\">Enter</item> key you will see the result in date format. Since the result should show the difference between two dates as a number of days, you must format cell A3 as a number."
+#. M`eL
+#: format_value_userdef.xhp
+msgctxt ""
+"format_value_userdef.xhp\n"
+"par_id3166426\n"
+"16\n"
+"help.text"
+msgid "10.2 Million"
msgstr ""
-#: calc_date.xhp#par_id3155335.53.help.text
-msgid "Place the cursor in cell A3, right-click to open a context menu and choose <emph>Format Cells</emph>."
+#. 63ul
+#: format_value_userdef.xhp
+msgctxt ""
+"format_value_userdef.xhp\n"
+"par_id3155113\n"
+"17\n"
+"help.text"
+msgid "10 Million"
msgstr ""
-#: calc_date.xhp#par_id3147343.54.help.text
-msgid "The <item type=\"menuitem\">Format Cells</item> dialog appears. On the <item type=\"menuitem\">Numbers</item> tab, the \"Number\" category will appear already highlighted. The format is set to \"General\", which causes the result of a calculation containing date entries to be displayed as a date. To display the result as a number, set the number format to \"-1,234\" and close the dialog with the <item type=\"menuitem\">OK</item> button."
+#. JEg4
+#: format_value_userdef.xhp
+msgctxt ""
+"format_value_userdef.xhp\n"
+"par_id3150369\n"
+"18\n"
+"help.text"
+msgid "500000"
msgstr ""
-#: calc_date.xhp#par_id3147001.15.help.text
-msgid "The number of days between today's date and the specified date is displayed in cell A3."
+#. o3;r
+#: format_value_userdef.xhp
+msgctxt ""
+"format_value_userdef.xhp\n"
+"par_id3145585\n"
+"19\n"
+"help.text"
+msgid ".5 Million"
msgstr ""
-#: calc_date.xhp#par_id3150304.16.help.text
-msgid "Experiment with some additional formulas: in A4 enter =A3*24 to calculate the hours, in A5 enter =A4*60 for the minutes, and in A6 enter =A5*60 for seconds. Press the <item type=\"keycode\">Enter</item> key after each formula."
+#. GrN9
+#: format_value_userdef.xhp
+msgctxt ""
+"format_value_userdef.xhp\n"
+"par_id3154486\n"
+"20\n"
+"help.text"
+msgid "0.5 Million"
msgstr ""
-#: calc_date.xhp#par_id3149207.17.help.text
-msgid "The time since your date of birth will be calculated and displayed in the various units. The values are calculated as of the exact moment when you entered the last formula and pressed the <item type=\"keycode\">Enter</item> key. This value is not automatically updated, although \"Now\" continuously changes. In the <emph>Tools</emph> menu, the menu item <emph>Cell Contents - AutoCalculate</emph> is normally active; however, automatic calculation does not apply to the function NOW. This ensures that your computer is not solely occupied with updating the sheet."
+#. 5o?[
+#: format_value_userdef.xhp
+msgctxt ""
+"format_value_userdef.xhp\n"
+"par_id3146114\n"
+"21\n"
+"help.text"
+msgid "1 Million"
msgstr ""
-#: multitables.xhp#tit.help.text
-msgid "Applying Multiple Sheets"
+#. VNko
+#: format_value_userdef.xhp
+msgctxt ""
+"format_value_userdef.xhp\n"
+"par_id3155810\n"
+"22\n"
+"help.text"
+msgid "100000000"
msgstr ""
-#: multitables.xhp#bm_id3154759.help.text
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
+#. ;T]8
+#: format_value_userdef.xhp
+msgctxt ""
+"format_value_userdef.xhp\n"
+"par_id3153818\n"
+"23\n"
+"help.text"
+msgid "100. Million"
msgstr ""
-#: multitables.xhp#hd_id3154759.9.help.text
-msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\" name=\"Applying Multiple Sheets\">Applying Multiple Sheets</link></variable>"
+#. G$V(
+#: format_value_userdef.xhp
+msgctxt ""
+"format_value_userdef.xhp\n"
+"par_id3151241\n"
+"24\n"
+"help.text"
+msgid "100.0 Million"
msgstr ""
-#: multitables.xhp#hd_id3148576.10.help.text
-msgid "Inserting a Sheet"
+#. 6Bj(
+#: format_value_userdef.xhp
+msgctxt ""
+"format_value_userdef.xhp\n"
+"par_id3144771\n"
+"25\n"
+"help.text"
+msgid "100 Million"
msgstr ""
-#: multitables.xhp#par_id3154731.4.help.text
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
+#. {-A~
+#: edit_multitables.xhp
+msgctxt ""
+"edit_multitables.xhp\n"
+"tit\n"
+"help.text"
+msgid "Copying to Multiple Sheets"
msgstr ""
-#: multitables.xhp#par_id05092009140203598.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ხსნის მონაცემთა ბაზის ოსტატს მონაცემთა ფაილის შესაქმნელად.</ahelp>"
-
-#: multitables.xhp#par_id05092009140203523.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს სვეტს ცხრილში.</ahelp>"
-
-#: multitables.xhp#par_id050920091402035.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to select all sheets in the document.</ahelp>"
+#. DrMx
+#: edit_multitables.xhp
+msgctxt ""
+"edit_multitables.xhp\n"
+"bm_id3149456\n"
+"help.text"
+msgid "<bookmark_value>copying;values, to multiple sheets</bookmark_value><bookmark_value>pasting;values in multiple sheets</bookmark_value><bookmark_value>data;inserting in multiple sheets</bookmark_value> <bookmark_value>sheets; simultaneous multiple filling</bookmark_value>"
msgstr ""
-#: multitables.xhp#par_id0509200914020391.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to deselect all sheets in the document, except the current sheet.</ahelp>"
+#. )I`o
+#: edit_multitables.xhp
+msgctxt ""
+"edit_multitables.xhp\n"
+"hd_id3149456\n"
+"3\n"
+"help.text"
+msgid "<variable id=\"edit_multitables\"><link href=\"text/scalc/guide/edit_multitables.xhp\" name=\"Copying to Multiple Sheets\">Copying to Multiple Sheets</link> </variable>"
msgstr ""
-#: multitables.xhp#hd_id3154491.11.help.text
-msgid "Selecting Multiple Sheets"
+#. E%.c
+#: edit_multitables.xhp
+msgctxt ""
+"edit_multitables.xhp\n"
+"par_id3150868\n"
+"6\n"
+"help.text"
+msgid "In $[officename] Calc, you can insert values, text or formulas that are simultaneously copied to other selected sheets of your document."
msgstr ""
-#: multitables.xhp#par_id3145251.6.help.text
-msgid "The sheet tab of the current sheet is always visible in white in front of the other sheet tabs. The other sheet tabs are gray when they are not selected. By clicking other sheet tabs while pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> you can select multiple sheets."
+#. ^cd_
+#: edit_multitables.xhp
+msgctxt ""
+"edit_multitables.xhp\n"
+"par_id3153768\n"
+"8\n"
+"help.text"
+msgid "Select all desired sheets by holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key and clicking the corresponding register tabs that are still gray at the bottom margin of the workspace. All selected register tabs are now white."
msgstr ""
-#: multitables.xhp#par_idN106B7.help.text
-msgctxt "multitables.xhp#par_idN106B7.help.text"
+#. Qux_
+#: edit_multitables.xhp
+msgctxt ""
+"edit_multitables.xhp\n"
+"par_idN10614\n"
+"help.text"
msgid "You can use Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up or Page Down to select multiple sheets using the keyboard."
msgstr ""
-#: multitables.xhp#hd_id3155600.12.help.text
-msgid "Undoing a Selection"
+#. JnDo
+#: edit_multitables.xhp
+msgctxt ""
+"edit_multitables.xhp\n"
+"par_id3147435\n"
+"7\n"
+"help.text"
+msgid "Now when you insert values, text or formulas into the active sheet, they will also appear in the identical positions in the other selected sheets. For example, data entered in cell A1 of the active sheet is automatically entered into cell A1 of any other seleted sheet."
msgstr ""
-#: multitables.xhp#par_id3146969.13.help.text
-msgid "To undo the selection of a sheet, click its sheet tab again while pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. The sheet that is currently visible cannot be removed from the selection."
+#. =:+W
+#: sorted_list.xhp
+msgctxt ""
+"sorted_list.xhp\n"
+"tit\n"
+"help.text"
+msgid "Applying Sort Lists"
msgstr ""
-#: multitables.xhp#hd_id3156382.15.help.text
-msgid "Calculating Across Multiple Sheets"
+#. h;+j
+#: sorted_list.xhp
+msgctxt ""
+"sorted_list.xhp\n"
+"bm_id3150870\n"
+"help.text"
+msgid "<bookmark_value>filling;customized lists</bookmark_value><bookmark_value>sort lists;applying</bookmark_value><bookmark_value>defining;sort lists</bookmark_value><bookmark_value>geometric lists</bookmark_value><bookmark_value>arithmetic lists</bookmark_value><bookmark_value>series;sort lists</bookmark_value><bookmark_value>lists; user-defined</bookmark_value><bookmark_value>customized lists</bookmark_value>"
msgstr ""
-#: multitables.xhp#par_id3155333.16.help.text
-msgid "You can refer to a range of sheets in a formula by specifying the first and last sheet of the range, for example, <item type=\"literal\">=SUM(Sheet1.A1:Sheet3.A1) </item>sums up all A1 cells on Sheet1 through Sheet3."
+#. WH\D
+#: sorted_list.xhp
+msgctxt ""
+"sorted_list.xhp\n"
+"hd_id3150870\n"
+"3\n"
+"help.text"
+msgid "<variable id=\"sorted_list\"><link href=\"text/scalc/guide/sorted_list.xhp\" name=\"Applying Sort Lists\">Applying Sort Lists</link> </variable>"
msgstr ""
-#: move_dragdrop.xhp#tit.help.text
-msgid "Moving Cells by Drag-and-Drop "
+#. 3VG]
+#: sorted_list.xhp
+msgctxt ""
+"sorted_list.xhp\n"
+"par_id3159154\n"
+"7\n"
+"help.text"
+msgid "Sort lists allow you to type one piece of information in a cell, then drag it to fill in a consecutive list of items."
msgstr ""
-#: move_dragdrop.xhp#bm_id3155686.help.text
-msgid "<bookmark_value>drag and drop; moving cells</bookmark_value><bookmark_value>cells; moving by drag and drop </bookmark_value><bookmark_value>columns;moving by drag and drop</bookmark_value><bookmark_value>moving;cells by drag and drop</bookmark_value><bookmark_value>inserting;cells, by drag and drop</bookmark_value>"
+#. d%6M
+#: sorted_list.xhp
+msgctxt ""
+"sorted_list.xhp\n"
+"par_id3148645\n"
+"4\n"
+"help.text"
+msgid "For example, enter the text \"Jan\" or \"January\" in an empty cell. Select the cell and click the mouse on the lower right corner of the cell border. Then drag the selected cell a few cells to the right or downwards. When you release the mouse button, the highlighted cells will be filled with the names of the months."
msgstr ""
-#: move_dragdrop.xhp#hd_id986358.help.text
-msgid "<variable id=\"move_dragdrop\"><link href=\"text/scalc/guide/move_dragdrop.xhp\">Moving Cells by Drag-and-Drop</link></variable>"
+#. 3R(Y
+#: sorted_list.xhp
+msgctxt ""
+"sorted_list.xhp\n"
+"par_id2367931\n"
+"help.text"
+msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> if you do not want to fill the cells with different values."
msgstr ""
-#: move_dragdrop.xhp#par_id2760093.help.text
-msgid "When you drag-and-drop a selection of cells on a Calc sheet, the cells normally overwrite the existing cells in the area where you drop. This is the normal <emph>overwrite mode</emph>."
+#. %?$=
+#: sorted_list.xhp
+msgctxt ""
+"sorted_list.xhp\n"
+"par_id3152577\n"
+"5\n"
+"help.text"
+msgid "The predefined series can be found under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists</emph>. You can also create your own lists of text strings tailored to your needs, such as a list of your company's branch offices. When you use the information in these lists later (for example, as headings), just enter the first name in the list and expand the entry by dragging it with your mouse."
msgstr ""
-#: move_dragdrop.xhp#par_id9527268.help.text
-msgid "When you hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key while releasing the mouse button, you enter the <emph>insert mode</emph>."
-msgstr ""
+#. 9%hg
+#: sorted_list.xhp
+#, fuzzy
+msgctxt ""
+"sorted_list.xhp\n"
+"par_id3147434\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01060400.xhp\" name=\"Sort lists\">Sort lists</link>"
+msgstr "<link href=\"text/shared/optionen/01060500.xhp\" name=\"Calculate\">გამოთვლა</link>"
-#: move_dragdrop.xhp#par_id79653.help.text
-msgid "In insert mode, the existing cells where you drop will be shifted to the right or to the bottom, and the dropped cells are inserted into the now empty positions without overwriting. "
+#. f.6@
+#: formula_enter.xhp
+msgctxt ""
+"formula_enter.xhp\n"
+"tit\n"
+"help.text"
+msgid "Entering Formulas"
+msgstr ""
+
+#. L[1k
+#: formula_enter.xhp
+msgctxt ""
+"formula_enter.xhp\n"
+"bm_id3150868\n"
+"help.text"
+msgid "<bookmark_value>formula bar; input line</bookmark_value><bookmark_value>input line in formula bar</bookmark_value><bookmark_value>formulas; inputting</bookmark_value><bookmark_value>inserting;formulas</bookmark_value>"
msgstr ""
-#: move_dragdrop.xhp#par_id8676717.help.text
-msgid "The surrounding box of the moved cells looks different in insert mode. "
+#. OgCe
+#: formula_enter.xhp
+msgctxt ""
+"formula_enter.xhp\n"
+"hd_id3150868\n"
+"9\n"
+"help.text"
+msgid "<variable id=\"formula_enter\"><link href=\"text/scalc/guide/formula_enter.xhp\" name=\"Entering Formulas\">Entering Formulas</link></variable>"
msgstr ""
-#: move_dragdrop.xhp#par_id3968932.help.text
-msgid "In overwrite mode you see all four borders around the selected area. In insert mode you see only the left border when target cells will be shifted to the right. You see only the upper border when target cells will be shifted down. "
+#. Lnz3
+#: formula_enter.xhp
+msgctxt ""
+"formula_enter.xhp\n"
+"par_id6848353\n"
+"help.text"
+msgid "You can enter formulas in several ways: using the icons, or by typing on the keyboard, or by a mixture of both methods."
msgstr ""
-#: move_dragdrop.xhp#par_id7399517.help.text
-msgid "Whether the target area will be shifted to the right or to the bottom depends on the distance between source and target cells, if you move within the same sheet. It depends on the number of horizontal or vertical cells in the moved area, if you move to a different sheet."
+#. 5/Jc
+#: formula_enter.xhp
+msgctxt ""
+"formula_enter.xhp\n"
+"par_id3145364\n"
+"10\n"
+"help.text"
+msgid "Click the cell in which you want to enter the formula."
msgstr ""
-#: move_dragdrop.xhp#par_id8040406.help.text
-msgid "If you move cells in insert mode within the same row (only horizontally), then after insertion of the cells, all cells will be shifted to the left to fill the source area."
+#. {5vL
+#: formula_enter.xhp
+msgctxt ""
+"formula_enter.xhp\n"
+"par_id3150012\n"
+"11\n"
+"help.text"
+msgid "Click the <emph>Function</emph> icon on the Formula Bar."
msgstr ""
-#: move_dragdrop.xhp#par_id2586748.help.text
-msgid "In both modes, you can hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift keys while you release the mouse button to insert a copy or a link, respectively."
+#. eQq[
+#: formula_enter.xhp
+msgctxt ""
+"formula_enter.xhp\n"
+"par_id3156441\n"
+"12\n"
+"help.text"
+msgid "You will now see an equals sign in the input line and you can begin to input the formula."
msgstr ""
-#: move_dragdrop.xhp#par_id5814081.help.text
-msgid "Keys pressed while releasing the mouse button"
+#. ns/e
+#: formula_enter.xhp
+msgctxt ""
+"formula_enter.xhp\n"
+"par_id3153726\n"
+"3\n"
+"help.text"
+msgid "After entering the required values, press Enter or click <emph>Accept</emph> to insert the result in the active cell. If you want to clear your entry in the input line, press Escape or click <emph>Cancel</emph>."
msgstr ""
-#: move_dragdrop.xhp#par_id6581316.help.text
-msgctxt "move_dragdrop.xhp#par_id6581316.help.text"
-msgid "Result"
+#. rUHv
+#: formula_enter.xhp
+msgctxt ""
+"formula_enter.xhp\n"
+"par_id3147394\n"
+"8\n"
+"help.text"
+msgid "You can also enter the values and the formulas directly into the cells, even if you cannot see an input cursor. Formulas must always begin with an equals sign."
msgstr ""
-#: move_dragdrop.xhp#par_id9906613.help.text
-msgid "No key"
+#. hds3
+#: formula_enter.xhp
+msgctxt ""
+"formula_enter.xhp\n"
+"par_id4206976\n"
+"help.text"
+msgid "You can also press the + or - key on the numerical keyboard to start a formula. NumLock must be \"on\". For example, press the following keys in succession:"
msgstr ""
-#: move_dragdrop.xhp#par_id2815637.help.text
-msgid "Cells are moved and overwrite the cells in the target area. Source cells are emptied."
+#. Hp#5
+#: formula_enter.xhp
+msgctxt ""
+"formula_enter.xhp\n"
+"par_id1836909\n"
+"help.text"
+msgid "+ 5 0 - 8 Enter"
msgstr ""
-#: move_dragdrop.xhp#par_id6161687.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key"
+#. :{\i
+#: formula_enter.xhp
+msgctxt ""
+"formula_enter.xhp\n"
+"par_id8171330\n"
+"help.text"
+msgid "You see the result <item type=\"literal\">42</item> in the cell. The cell contains the formula <item type=\"literal\">=+50-8</item>."
msgstr ""
-#: move_dragdrop.xhp#par_id4278389.help.text
-msgid "Cells are copied and overwrite the cells in the target area. Source cells stay as they are."
+#. @j=N
+#: formula_enter.xhp
+msgctxt ""
+"formula_enter.xhp\n"
+"par_id3155764\n"
+"6\n"
+"help.text"
+msgid "If you are editing a formula with references, the references and the associated cells will be highlighted with the same color. You can now resize the reference border using the mouse, and the reference in the formula displayed in the input line also changes. <emph>Show references in color</emph> can be deactivated under <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060300.xhp\" name=\"Spreadsheet - View\">%PRODUCTNAME Calc - View</link>."
msgstr ""
-#: move_dragdrop.xhp#par_id2805566.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift keys"
+#. %s|?
+#: formula_enter.xhp
+msgctxt ""
+"formula_enter.xhp\n"
+"par_id3149210\n"
+"7\n"
+"help.text"
+msgid "<variable id=\"tip\">If you would like to view the calculation of individual elements of a formula, select the respective elements and press F9. For example, in the formula =SUM(A1:B12)*SUM(C1:D12) select the section SUM(C1:D12) and press F9 to view the subtotal for this area. </variable>"
msgstr ""
-#: move_dragdrop.xhp#par_id5369121.help.text
-msgid "Links to the source cells are inserted and overwrite the cells in the target area. Source cells stay as they are."
+#. F]XQ
+#: formula_enter.xhp
+msgctxt ""
+"formula_enter.xhp\n"
+"par_id3150304\n"
+"5\n"
+"help.text"
+msgid "If an error occurs when creating the formula, an <link href=\"text/scalc/05/02140000.xhp\" name=\"error message\">error message</link> appears in the active cell."
msgstr ""
-#: move_dragdrop.xhp#par_id9518723.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key"
+#. ~TPF
+#: formula_enter.xhp
+msgctxt ""
+"formula_enter.xhp\n"
+"par_id3152993\n"
+"13\n"
+"help.text"
+msgid "<link href=\"text/scalc/main0206.xhp\" name=\"Formula bar\">Formula bar</link>"
msgstr ""
-#: move_dragdrop.xhp#par_id2926419.help.text
-msgid "Cells are moved and shift the cells in the target area to the right or to the bottom. Source cells are emptied, except if you move within the same rows on the same sheet. "
+#. ,p0c
+#: cellstyle_by_formula.xhp
+msgctxt ""
+"cellstyle_by_formula.xhp\n"
+"tit\n"
+"help.text"
+msgid "Assigning Formats by Formula"
msgstr ""
-#: move_dragdrop.xhp#par_id4021423.help.text
-msgid "If you move within the same rows on the same sheet, the cells in the target area shift to the right, and then the whole row shifts to fill the source area."
+#. LKw*
+#: cellstyle_by_formula.xhp
+msgctxt ""
+"cellstyle_by_formula.xhp\n"
+"bm_id3145673\n"
+"help.text"
+msgid "<bookmark_value>formats; assigning by formulas</bookmark_value> <bookmark_value>cell formats; assigning by formulas</bookmark_value> <bookmark_value>STYLE function example</bookmark_value> <bookmark_value>cell styles;assigning by formulas</bookmark_value> <bookmark_value>formulas;assigning cell formats</bookmark_value>"
msgstr ""
-#: move_dragdrop.xhp#par_id2783898.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command </caseinline><defaultinline>Alt+Ctrl</defaultinline></switchinline> keys"
+#. UiL+
+#: cellstyle_by_formula.xhp
+msgctxt ""
+"cellstyle_by_formula.xhp\n"
+"hd_id3145673\n"
+"13\n"
+"help.text"
+msgid "<variable id=\"cellstyle_by_formula\"><link href=\"text/scalc/guide/cellstyle_by_formula.xhp\" name=\"Assigning Formats by Formula\">Assigning Formats by Formula</link> </variable>"
msgstr ""
-#: move_dragdrop.xhp#par_id2785119.help.text
-msgid "Cells are copied and shift the cells in the target area to the right or to the bottom. Source cells stay as they are."
+#. Un#i
+#: cellstyle_by_formula.xhp
+msgctxt ""
+"cellstyle_by_formula.xhp\n"
+"par_id3150275\n"
+"14\n"
+"help.text"
+msgid "The STYLE() function can be added to an existing formula in a cell. For example, together with the CURRENT function, you can color a cell depending on its value. The formula =...+STYLE(IF(CURRENT()>3; \"Red\"; \"Green\")) applies the cell style \"Red\" to cells if the value is greater than 3, otherwise the cell style \"Green\" is applied."
msgstr ""
-#: move_dragdrop.xhp#par_id584124.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command</caseinline><defaultinline>Alt+Ctrl</defaultinline></switchinline>+Shift keys"
+#. 6Gsv
+#: cellstyle_by_formula.xhp
+msgctxt ""
+"cellstyle_by_formula.xhp\n"
+"par_id3151385\n"
+"15\n"
+"help.text"
+msgid "If you would like to apply a formula to all cells in a selected area, you can use the <item type=\"menuitem\">Find & Replace</item> dialog."
msgstr ""
-#: move_dragdrop.xhp#par_id5590990.help.text
-msgid "Links to the source cells are inserted and shift the cells in the target area to the right or to the bottom. Source cells stay as they are."
+#. fFnZ
+#: cellstyle_by_formula.xhp
+msgctxt ""
+"cellstyle_by_formula.xhp\n"
+"par_id3149456\n"
+"16\n"
+"help.text"
+msgid "Select all the desired cells."
msgstr ""
-#: line_fix.xhp#tit.help.text
-msgid "Freezing Rows or Columns as Headers"
+#. sK6G
+#: cellstyle_by_formula.xhp
+msgctxt ""
+"cellstyle_by_formula.xhp\n"
+"par_id3148797\n"
+"17\n"
+"help.text"
+msgid "Select the menu command <emph>Edit - Find & Replace</emph>."
msgstr ""
-#: line_fix.xhp#bm_id3154684.help.text
-msgid "<bookmark_value>tables; freezing</bookmark_value><bookmark_value>title rows; freezing during table split</bookmark_value><bookmark_value>rows; freezing</bookmark_value><bookmark_value>columns; freezing</bookmark_value><bookmark_value>freezing rows or columns</bookmark_value><bookmark_value>headers; freezing during table split</bookmark_value><bookmark_value>scrolling prevention in tables</bookmark_value><bookmark_value>windows; splitting</bookmark_value><bookmark_value>tables; splitting windows</bookmark_value>"
+#. U:~!
+#: cellstyle_by_formula.xhp
+msgctxt ""
+"cellstyle_by_formula.xhp\n"
+"par_id3150767\n"
+"18\n"
+"help.text"
+msgid "For the <item type=\"menuitem\">Search for</item> term, enter: .<item type=\"literal\">*</item>"
msgstr ""
-#: line_fix.xhp#hd_id3154684.1.help.text
-msgid "<variable id=\"line_fix\"><link href=\"text/scalc/guide/line_fix.xhp\" name=\"Freezing Rows or Columns as Headers\">Freezing Rows or Columns as Headers</link></variable>"
+#. #6pN
+#: cellstyle_by_formula.xhp
+msgctxt ""
+"cellstyle_by_formula.xhp\n"
+"par_id3153770\n"
+"19\n"
+"help.text"
+msgid "\".*\" is a regular expression that designates the contents of the current cell."
msgstr ""
-#: line_fix.xhp#par_id3148576.2.help.text
-msgid "If you have long rows or columns of data that extend beyond the viewable area of the sheet, you can freeze some rows or columns, which allows you to see the frozen columns or rows as you scroll through the rest of the data."
+#. M85M
+#: cellstyle_by_formula.xhp
+msgctxt ""
+"cellstyle_by_formula.xhp\n"
+"par_id3153143\n"
+"20\n"
+"help.text"
+msgid "Enter the following formula in the <item type=\"menuitem\">Replace with</item> field: <item type=\"literal\">=&+STYLE(IF(CURRENT()>3;\"Red\";\"Green\"))</item>"
msgstr ""
-#: line_fix.xhp#par_id3156441.3.help.text
-msgid "Select the row below, or the column to the right of the row or column that you want to be in the frozen region. All rows above, or all columns to the left of the selection are frozen."
+#. 5iTZ
+#: cellstyle_by_formula.xhp
+msgctxt ""
+"cellstyle_by_formula.xhp\n"
+"par_id3146975\n"
+"21\n"
+"help.text"
+msgid "The \"&\" symbol designates the current contents of the <emph>Search for</emph> field. The line must begin with an equal sign, since it is a formula. It is assumed that the cell styles \"Red\" and \"Green\" already exist."
msgstr ""
-#: line_fix.xhp#par_id3153158.13.help.text
-msgid "To freeze both horizontally and vertically, select the <emph>cell</emph> that is below the row and to the right of the column that you want to freeze."
+#. EIoh
+#: cellstyle_by_formula.xhp
+msgctxt ""
+"cellstyle_by_formula.xhp\n"
+"par_id3149262\n"
+"22\n"
+"help.text"
+msgid "Mark the fields <link href=\"text/shared/01/02100000.xhp\" name=\"Regular expressions\"><emph>Regular expressions</emph></link> and <emph>Current selection only</emph>. Click <emph>Find All</emph>."
msgstr ""
-#: line_fix.xhp#par_id3156286.4.help.text
-msgid "Choose <emph>Window - Freeze</emph>."
+#. 3if!
+#: cellstyle_by_formula.xhp
+msgctxt ""
+"cellstyle_by_formula.xhp\n"
+"par_id3144767\n"
+"24\n"
+"help.text"
+msgid "All cells with contents that were included in the selection are now highlighted."
msgstr ""
-#: line_fix.xhp#par_id3151073.5.help.text
-msgid "To deactivate, choose <emph>Window - Freeze </emph>again."
+#. 0h$I
+#: cellstyle_by_formula.xhp
+msgctxt ""
+"cellstyle_by_formula.xhp\n"
+"par_id3147127\n"
+"23\n"
+"help.text"
+msgid "Click <item type=\"menuitem\">Replace all</item>."
msgstr ""
-#: line_fix.xhp#par_id3155335.7.help.text
-msgid "If the area defined is to be scrollable, apply the <emph>Window - Split</emph> command."
+#. P0@\
+#: print_exact.xhp
+msgctxt ""
+"print_exact.xhp\n"
+"tit\n"
+"help.text"
+msgid "Defining Number of Pages for Printing"
msgstr ""
-#: line_fix.xhp#par_id3147345.8.help.text
-msgid "If you want to print a certain row on all pages of a document, choose <emph>Format - Print ranges - Edit</emph>."
+#. y:[b
+#: print_exact.xhp
+msgctxt ""
+"print_exact.xhp\n"
+"bm_id3153194\n"
+"help.text"
+msgid "<bookmark_value>printing; sheet counts</bookmark_value><bookmark_value>sheets; printing sheet counts</bookmark_value><bookmark_value>page breaks; spreadsheet preview</bookmark_value><bookmark_value>editing;print ranges</bookmark_value><bookmark_value>viewing;print ranges</bookmark_value><bookmark_value>previews;page breaks for printing</bookmark_value>"
msgstr ""
-#: line_fix.xhp#par_id3147004.9.help.text
-msgid "<link href=\"text/scalc/01/07090000.xhp\" name=\"Window - Freeze\">Window - Freeze</link>"
+#. R7nh
+#: print_exact.xhp
+msgctxt ""
+"print_exact.xhp\n"
+"hd_id3153194\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"print_exact\"><link href=\"text/scalc/guide/print_exact.xhp\" name=\"Defining Number of Pages for Printing\">Defining Number of Pages for Printing</link></variable>"
msgstr ""
-#: line_fix.xhp#par_id3150088.10.help.text
-msgid "<link href=\"text/scalc/01/07080000.xhp\" name=\"Window - Split\">Window - Split</link>"
+#. w%`a
+#: print_exact.xhp
+msgctxt ""
+"print_exact.xhp\n"
+"par_id3153771\n"
+"2\n"
+"help.text"
+msgid "If a sheet is too large for a single printed page, $[officename] Calc will print the current sheet evenly divided over several pages. Since the automatic page break does not always take place in the optimal position, you can define the page distribution yourself."
msgstr ""
-#: line_fix.xhp#par_id3150304.11.help.text
-msgctxt "line_fix.xhp#par_id3150304.11.help.text"
-msgid "<link href=\"text/scalc/01/05080300.xhp\" name=\"Format - Print ranges - Edit\">Format - Print ranges - Edit</link>"
+#. e%oJ
+#: print_exact.xhp
+msgctxt ""
+"print_exact.xhp\n"
+"par_id3159155\n"
+"3\n"
+"help.text"
+msgid "Go to the sheet to be printed."
msgstr ""
-#: scenario.xhp#tit.help.text
-msgctxt "scenario.xhp#tit.help.text"
-msgid "Using Scenarios"
+#. oU*,
+#: print_exact.xhp
+msgctxt ""
+"print_exact.xhp\n"
+"par_id3150012\n"
+"4\n"
+"help.text"
+msgid "Choose <emph>View - Page Break Preview</emph>."
msgstr ""
-#: scenario.xhp#bm_id3149664.help.text
-msgid "<bookmark_value>scenarios; creating/editing/deleting</bookmark_value><bookmark_value>opening;scenarios</bookmark_value><bookmark_value>selecting;scenarios in Navigator</bookmark_value>"
+#. M:l2
+#: print_exact.xhp
+msgctxt ""
+"print_exact.xhp\n"
+"par_id3146974\n"
+"5\n"
+"help.text"
+msgid "You will see the automatic distribution of the sheet across the print pages. The automatically created print ranges are indicated by dark blue lines, and the user-defined ones by light blue lines. The page breaks (line breaks and column breaks) are marked as black lines."
msgstr ""
-#: scenario.xhp#hd_id3125863.1.help.text
-msgid "<variable id=\"scenario\"><link href=\"text/scalc/guide/scenario.xhp\" name=\"Using Scenarios\">Using Scenarios</link></variable>"
+#. d4@U
+#: print_exact.xhp
+msgctxt ""
+"print_exact.xhp\n"
+"par_id3152578\n"
+"6\n"
+"help.text"
+msgid "You can move the blue lines with the mouse. You will find further options in the Context menu, including adding an additional print range, removing the scaling and inserting additional manual line and column breaks."
msgstr ""
-#: scenario.xhp#par_id3150869.2.help.text
-msgid "A $[officename] Calc scenario is a set of cell values that can be used within your calculations. You assign a name to every scenario on your sheet. Define several scenarios on the same sheet, each with some different values in the cells. Then you can easily switch the sets of cell values by their name and immediately observe the results. Scenarios are a tool to test out \"what-if\" questions."
+#. fl[u
+#: print_exact.xhp
+msgctxt ""
+"print_exact.xhp\n"
+"par_id3151073\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/03100000.xhp\" name=\"View - Page Break Preview\">View - Page Break Preview</link>"
msgstr ""
-#: scenario.xhp#hd_id3149255.15.help.text
-msgid "Creating Your Own Scenarios"
+#. J,m$
+#: database_filter.xhp
+msgctxt ""
+"database_filter.xhp\n"
+"tit\n"
+"help.text"
+msgid "Filtering Cell Ranges"
msgstr ""
-#: scenario.xhp#par_id3154704.16.help.text
-msgid "To create a scenario, select all the cells that provide the data for the scenario. "
+#. O(US
+#: database_filter.xhp
+msgctxt ""
+"database_filter.xhp\n"
+"bm_id3153541\n"
+"help.text"
+msgid "<bookmark_value>cell ranges;applying/removing filters</bookmark_value> <bookmark_value>filtering;cell ranges/database ranges</bookmark_value> <bookmark_value>database ranges;applying/removing filters</bookmark_value> <bookmark_value>removing;cell range filters</bookmark_value>"
msgstr ""
-#: scenario.xhp#par_id3154020.17.help.text
-msgid "Select the cells that contain the values that will change between scenarios. To select multiple cells, hold down the <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline></item> key as you click each cell."
-msgstr ""
+#. +=e+
+#: database_filter.xhp
+#, fuzzy
+msgctxt ""
+"database_filter.xhp\n"
+"hd_id3153541\n"
+"47\n"
+"help.text"
+msgid "<variable id=\"database_filter\"><link href=\"text/scalc/guide/database_filter.xhp\" name=\"Filtering Cell Ranges\">Filtering Cell Ranges</link></variable>"
+msgstr "<variable id=\"align_arrange\"><link href=\"text/sdraw/guide/align_arrange.xhp\" name=\"Arranging and Aligning Objects\">მოწესრიგება, გასწორება და ობიექტების განაწილება</link></variable>"
-#: scenario.xhp#par_id3150364.18.help.text
-msgid "Choose <emph>Tools - Scenarios</emph>. The <emph>Create Scenario</emph> dialog appears."
+#. [8m)
+#: database_filter.xhp
+msgctxt ""
+"database_filter.xhp\n"
+"par_id3145069\n"
+"48\n"
+"help.text"
+msgid "You can use several filters to filter cell ranges in spreadsheets. A standard filter uses the options that you specify to filter the data. An AutoFilter filters data according to a specific value or string. An advanced filter uses filter criteria from specified cells."
msgstr ""
-#: scenario.xhp#par_id3166426.19.help.text
-msgid "Enter a name for the new scenario and leave the other fields unchanged with their default values. Close the dialog with OK. Your new scenario is automatically activated."
+#. ll(X
+#: database_filter.xhp
+msgctxt ""
+"database_filter.xhp\n"
+"par_idN10682\n"
+"help.text"
+msgid "To Apply a Standard Filter to a Cell Range"
msgstr ""
-#: scenario.xhp#hd_id3149664.3.help.text
-msgctxt "scenario.xhp#hd_id3149664.3.help.text"
-msgid "Using Scenarios"
+#. \%TU
+#: database_filter.xhp
+msgctxt ""
+"database_filter.xhp\n"
+"par_id3150398\n"
+"50\n"
+"help.text"
+msgid "Click in a cell range."
msgstr ""
-#: scenario.xhp#par_id3153415.11.help.text
-msgid "Scenarios can be selected in the Navigator:"
+#. ]phh
+#: database_filter.xhp
+msgctxt ""
+"database_filter.xhp\n"
+"par_idN10693\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Data - Filter - Standard Filter</item>."
msgstr ""
-#: scenario.xhp#par_id3150752.12.help.text
-msgid "Open the Navigator with the <emph>Navigator</emph> icon <image id=\"img_id1593676\" src=\"cmd/sc_navigator.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id1593676\">Navigator icon</alt></image> on the Standard bar."
+#. q!:@
+#: database_filter.xhp
+msgctxt ""
+"database_filter.xhp\n"
+"par_id3156422\n"
+"51\n"
+"help.text"
+msgid "In the <emph>Standard Filter</emph> dialog, specify the filter options that you want."
msgstr ""
-#: scenario.xhp#par_id3155764.13.help.text
-msgid "Click the <emph>Scenarios</emph> icon <image id=\"img_id7617114\" src=\"sc/imglst/navipi/na07.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id7617114\">Scenarios icon</alt></image> in the Navigator."
-msgstr ""
+#. Wm,q
+#: database_filter.xhp
+#, fuzzy
+msgctxt ""
+"database_filter.xhp\n"
+"par_idN106A5\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-#: scenario.xhp#par_id3154256.14.help.text
-msgid "In the Navigator, you see the defined scenarios with the comments that were entered when the scenarios were created."
+#. MCuW
+#: database_filter.xhp
+msgctxt ""
+"database_filter.xhp\n"
+"par_id3153143\n"
+"52\n"
+"help.text"
+msgid "The records that match the filter options that you specified are shown."
msgstr ""
-#: scenario.xhp#par_id1243629.help.text
-msgid "Double-click a scenario name in the Navigator to apply that scenario to the current sheet."
+#. ]zA3
+#: database_filter.xhp
+msgctxt ""
+"database_filter.xhp\n"
+"par_id3153728\n"
+"53\n"
+"help.text"
+msgid "To Apply an AutoFilter to a Cell Range"
msgstr ""
-#: scenario.xhp#par_id9044770.help.text
-msgid "To delete a scenario, right-click the name in the Navigator and choose <emph>Delete</emph>."
+#. ~pb;
+#: database_filter.xhp
+msgctxt ""
+"database_filter.xhp\n"
+"par_id3144764\n"
+"54\n"
+"help.text"
+msgid "Click in a cell range or a database range."
msgstr ""
-#: scenario.xhp#par_id3674123.help.text
-msgid "To edit a scenario, right-click the name in the Navigator and choose <emph>Properties</emph>."
+#. pDhL
+#: database_filter.xhp
+msgctxt ""
+"database_filter.xhp\n"
+"par_id9303872\n"
+"help.text"
+msgid "If you want to apply multiple AutoFilters to the same sheet, you must first define database ranges, then apply the AutoFilters to the database ranges."
msgstr ""
-#: scenario.xhp#par_id3424481.help.text
-msgid "To hide the border of a set of cells that are part of a scenario, open the <emph>Properties</emph> dialog for each scenario that affects the cells and clear the Display border checkbox. Hiding the border also removes the listbox on the sheet where you can choose the scenarios."
+#. hKU=
+#: database_filter.xhp
+msgctxt ""
+"database_filter.xhp\n"
+"par_id3154944\n"
+"55\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Data - Filter - AutoFilter</item>."
msgstr ""
-#: scenario.xhp#par_id3154368.22.help.text
-msgid "If you want to know which values in the scenario affect other values, choose <emph>Tools - Detective - Trace Dependents</emph>. You see arrows to the cells that are directly dependent on the current cell."
+#. ot3b
+#: database_filter.xhp
+msgctxt ""
+"database_filter.xhp\n"
+"par_idN106DB\n"
+"help.text"
+msgid "An arrow button is added to the head of each column in the database range."
msgstr ""
-#: scenario.xhp#par_id3154484.29.help.text
-msgid "<link href=\"text/scalc/01/06050000.xhp\" name=\"Creating Scenarios\">Creating Scenarios</link>"
+#. [`JX
+#: database_filter.xhp
+msgctxt ""
+"database_filter.xhp\n"
+"par_id3153878\n"
+"56\n"
+"help.text"
+msgid "Click the arrow button in the column that contains the value or string that you want to set as the filter criteria."
msgstr ""
-#: main.xhp#tit.help.text
-msgid "Instructions for Using $[officename] Calc"
+#. 3Y+(
+#: database_filter.xhp
+msgctxt ""
+"database_filter.xhp\n"
+"par_idN10749\n"
+"help.text"
+msgid "Select the value or string that you want to use as the filter criteria."
msgstr ""
-#: main.xhp#bm_id3150770.help.text
-msgid "<bookmark_value>HowTos for Calc</bookmark_value><bookmark_value>instructions; $[officename] Calc</bookmark_value>"
+#. V/}h
+#: database_filter.xhp
+msgctxt ""
+"database_filter.xhp\n"
+"par_idN1074C\n"
+"help.text"
+msgid "The records that match the filter criteria that you selected are shown."
msgstr ""
-#: main.xhp#hd_id3150770.1.help.text
-msgid "<variable id=\"main\"><link href=\"text/scalc/guide/main.xhp\" name=\"Instructions for Using $[officename] Calc\">Instructions for Using $[officename] Calc</link></variable>"
+#. caV=
+#: database_filter.xhp
+msgctxt ""
+"database_filter.xhp\n"
+"par_idN106E8\n"
+"help.text"
+msgid "To Remove a Filter From a Cell Range"
msgstr ""
-#: main.xhp#hd_id3145748.2.help.text
-msgid "Formatting Tables and Cells"
+#. GQ#M
+#: database_filter.xhp
+msgctxt ""
+"database_filter.xhp\n"
+"par_idN1075C\n"
+"help.text"
+msgid "Click in a filtered cell range."
msgstr ""
-#: main.xhp#hd_id3154022.3.help.text
-msgid "Entering Values and Formulas"
+#. TfdM
+#: database_filter.xhp
+msgctxt ""
+"database_filter.xhp\n"
+"par_idN106EC\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Data - Filter - Remove Filter</item>."
msgstr ""
-#: main.xhp#hd_id3152899.4.help.text
-msgid "Entering References"
+#. P[Qv
+#: database_filter.xhp
+msgctxt ""
+"database_filter.xhp\n"
+"par_id4525284\n"
+"help.text"
+msgid "<link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Defining_a_Data_Range\">Wiki page about defining a data range</link>"
msgstr ""
-#: main.xhp#hd_id3155382.5.help.text
-msgid "Database Ranges in Tables"
+#. OnQ8
+#: design.xhp
+msgctxt ""
+"design.xhp\n"
+"tit\n"
+"help.text"
+msgid "Selecting Themes for Sheets"
msgstr ""
-#: main.xhp#hd_id3159229.6.help.text
-msgid "Advanced Calculations"
+#. sE~T
+#: design.xhp
+msgctxt ""
+"design.xhp\n"
+"bm_id3150791\n"
+"help.text"
+msgid "<bookmark_value>theme selection for sheets</bookmark_value><bookmark_value>layout;spreadsheets</bookmark_value><bookmark_value>cell styles; selecting</bookmark_value><bookmark_value>selecting;formatting themes</bookmark_value><bookmark_value>sheets;formatting themes</bookmark_value><bookmark_value>formats;themes for sheets</bookmark_value><bookmark_value>formatting;themes for sheets</bookmark_value>"
msgstr ""
-#: main.xhp#hd_id3153070.7.help.text
-msgid "Printing and Page Preview"
+#. `wfv
+#: design.xhp
+msgctxt ""
+"design.xhp\n"
+"hd_id3150791\n"
+"6\n"
+"help.text"
+msgid "<variable id=\"design\"><link href=\"text/scalc/guide/design.xhp\" name=\"Selecting Themes for Sheets\">Selecting Themes for Sheets</link> </variable>"
msgstr ""
-#: main.xhp#hd_id3150437.8.help.text
-msgid "Importing and Exporting Documents"
+#. ^DOJ
+#: design.xhp
+msgctxt ""
+"design.xhp\n"
+"par_id3145786\n"
+"13\n"
+"help.text"
+msgid "$[officename] Calc comes with a predefined set of formatting themes that you can apply to your spreadsheets."
msgstr ""
-#: main.xhp#hd_id3166464.9.help.text
-msgid "Miscellaneous"
-msgstr "სხვადასხვა"
-
-#: cellreferences_url.xhp#tit.help.text
-msgid "References to Other Sheets and Referencing URLs"
+#. o12w
+#: design.xhp
+msgctxt ""
+"design.xhp\n"
+"par_id3154490\n"
+"16\n"
+"help.text"
+msgid "It is not possible to add themes to Calc, and they cannot be modified. However, you can modify their styles after you apply them to a spreadsheet."
msgstr ""
-#: cellreferences_url.xhp#bm_id3150441.help.text
-msgid "<bookmark_value>HTML; in sheet cells</bookmark_value><bookmark_value>references; URL in cells</bookmark_value><bookmark_value>cells; Internet references</bookmark_value><bookmark_value>URL; in Calc</bookmark_value>"
+#. kKSr
+#: design.xhp
+msgctxt ""
+"design.xhp\n"
+"par_id3154757\n"
+"17\n"
+"help.text"
+msgid "Before you format a sheet with a theme, you have to apply at least one custom cell style to the cells on the sheet. You can then change the cell formatting by selecting and applying a theme in the <emph>Theme Selection</emph> dialog."
msgstr ""
-#: cellreferences_url.xhp#hd_id3150441.15.help.text
-msgid "<variable id=\"cellreferences_url\"><link href=\"text/scalc/guide/cellreferences_url.xhp\" name=\"Referencing URLs\">Referencing URLs</link></variable>"
+#. Ih/P
+#: design.xhp
+msgctxt ""
+"design.xhp\n"
+"par_id3156382\n"
+"18\n"
+"help.text"
+msgid "To apply a custom cell style to a cell, you can open the Styles and Formatting window and, in its lower list box, set the Custom Styles view. A list of the existing custom defined cell styles will be displayed. Double click a name from the Styles and Formatting window to apply this style to the selected cells."
msgstr ""
-#: cellreferences_url.xhp#par_id1955626.help.text
-msgid "For example, if you found an Internet page containing current stock exchange information in spreadsheet cells, you can load this page in $[officename] Calc by using the following procedure:"
+#. H;))
+#: design.xhp
+msgctxt ""
+"design.xhp\n"
+"par_id3153963\n"
+"19\n"
+"help.text"
+msgid "To apply a theme to a spreadsheet:"
msgstr ""
-#: cellreferences_url.xhp#par_id3152993.39.help.text
-msgid "In a $[officename] Calc document, position the cursor in the cell into which you want to insert the external data."
+#. 8pvk
+#: design.xhp
+msgctxt ""
+"design.xhp\n"
+"par_id3146920\n"
+"15\n"
+"help.text"
+msgid "Click the <emph>Choose Themes</emph> icon in the <emph>Tools</emph> bar."
msgstr ""
-#: cellreferences_url.xhp#par_id3145384.40.help.text
-msgid "Choose <item type=\"menuitem\">Insert - Link to External Data</item>. The <link href=\"text/scalc/01/04090000.xhp\" name=\"External Data\"><item type=\"menuitem\">External Data</item></link> dialog appears."
+#. evSc
+#: design.xhp
+msgctxt ""
+"design.xhp\n"
+"par_id3148488\n"
+"20\n"
+"help.text"
+msgid "The <emph>Theme Selection</emph> dialog appears. This dialog lists the available themes for the whole spreadsheet and the Styles and Formatting window lists the custom styles for specific cells."
msgstr ""
-#: cellreferences_url.xhp#par_id3152892.41.help.text
-msgid "Enter the URL of the document or Web page in the dialog. The URL must be in the format: http://www.my-bank.com/table.html. The URL for local or local area network files is the path seen in the <item type=\"menuitem\">File - Open</item> dialog."
+#. nid:
+#: design.xhp
+msgctxt ""
+"design.xhp\n"
+"par_id3155114\n"
+"9\n"
+"help.text"
+msgid "In the <emph>Theme Selection </emph>dialog, select the theme that you want to apply to the spreadsheet."
msgstr ""
-#: cellreferences_url.xhp#par_id3153068.42.help.text
-msgid "$[officename] loads the Web page or file in the \"background\", that is, without displaying it. In the large list box of the <item type=\"menuitem\">External Data</item> dialog, you can see the name of all the sheets or named ranges you can choose from."
+#. Do+$
+#: design.xhp
+msgctxt ""
+"design.xhp\n"
+"par_id3150090\n"
+"21\n"
+"help.text"
+msgid "Click OK"
msgstr ""
-#: cellreferences_url.xhp#par_id3153914.43.help.text
-msgid "Select one or more sheets or named ranges. You can also activate the automatic update function every \"n\" seconds and click <item type=\"menuitem\">OK</item>."
+#. _`^z
+#: design.xhp
+msgctxt ""
+"design.xhp\n"
+"par_id3150201\n"
+"22\n"
+"help.text"
+msgid "As soon as you select another theme in the <emph>Theme Selection</emph> dialog, some of the properties of the custom style will be applied to the current spreadsheet. The modifications will be immediately visible in your spreadsheet."
msgstr ""
-#: cellreferences_url.xhp#par_id3157979.44.help.text
-msgid "The contents will be inserted as a link in the $[officename] Calc document."
+#. X;m6
+#: design.xhp
+msgctxt ""
+"design.xhp\n"
+"par_id3146979\n"
+"12\n"
+"help.text"
+msgid "<link href=\"text/scalc/02/06080000.xhp\" name=\"Theme selection\">Theme selection</link>"
msgstr ""
-#: cellreferences_url.xhp#par_id3144768.30.help.text
-msgid "Save your spreadsheet. When you open it again later, $[officename] Calc will update the linked cells following an inquiry."
+#. Jk1g
+#: cell_unprotect.xhp
+msgctxt ""
+"cell_unprotect.xhp\n"
+"tit\n"
+"help.text"
+msgid "Unprotecting Cells"
msgstr ""
-#: cellreferences_url.xhp#par_id3159204.38.help.text
-msgid "Under <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01040900.xhp\" name=\"Spreadsheet - General\"><item type=\"menuitem\">%PRODUCTNAME Calc - General</item></link> you can choose to have the update, when opened, automatically carried out either always, upon request or never. The update can be started manually in the dialog under <item type=\"menuitem\">Edit - Links</item>."
+#. H$06
+#: cell_unprotect.xhp
+msgctxt ""
+"cell_unprotect.xhp\n"
+"bm_id3153252\n"
+"help.text"
+msgid "<bookmark_value>cell protection; unprotecting</bookmark_value> <bookmark_value>protecting; unprotecting cells</bookmark_value> <bookmark_value>unprotecting cells</bookmark_value>"
msgstr ""
-#: csv_formula.xhp#tit.help.text
-msgid "Importing and Exporting Text Files"
+#. _D(Z
+#: cell_unprotect.xhp
+msgctxt ""
+"cell_unprotect.xhp\n"
+"hd_id3153252\n"
+"14\n"
+"help.text"
+msgid "<variable id=\"cell_unprotect\"><link href=\"text/scalc/guide/cell_unprotect.xhp\" name=\"Unprotecting Cells\">Unprotecting Cells</link> </variable>"
msgstr ""
-#: csv_formula.xhp#bm_id3153726.help.text
-msgid "<bookmark_value>csv files;formulas</bookmark_value> <bookmark_value>formulas; importing/exporting as csv files</bookmark_value> <bookmark_value>exporting;formulas as csv files</bookmark_value> <bookmark_value>importing;csv files with formulas</bookmark_value>"
+#. 3qJ4
+#: cell_unprotect.xhp
+msgctxt ""
+"cell_unprotect.xhp\n"
+"par_id3151112\n"
+"15\n"
+"help.text"
+msgid "Click the sheet for which you want to cancel the protection."
msgstr ""
-#: csv_formula.xhp#hd_id3153726.1.help.text
-msgid "<variable id=\"csv_formula\"><link href=\"text/scalc/guide/csv_formula.xhp\" name=\"Importing and Exporting Text Files\">Importing and Exporting CSV Text Files with Formulas</link></variable>"
+#. 0k~!
+#: cell_unprotect.xhp
+msgctxt ""
+"cell_unprotect.xhp\n"
+"par_id3149656\n"
+"16\n"
+"help.text"
+msgid "Select <emph>Tools - Protect Document</emph>, then choose <emph>Sheet</emph> or <emph>Document</emph> to remove the check mark indicating the protected status."
msgstr ""
-#: csv_formula.xhp#par_id3149402.2.help.text
-msgid "Comma separated values (CSV) files are text files that contain the cell contents of a single sheet. Commas, semicolons, or other characters can be used as the field delimiters between the cells. Text strings are put in quotation marks, numbers are written without quotation marks."
+#. ZVG[
+#: cell_unprotect.xhp
+msgctxt ""
+"cell_unprotect.xhp\n"
+"par_id3145171\n"
+"17\n"
+"help.text"
+msgid "If you have assigned a password, enter it in this dialog and click <emph>OK</emph>."
msgstr ""
-#: csv_formula.xhp#hd_id3150715.15.help.text
-msgid "To Import a CSV File"
+#. eAQ[
+#: cell_unprotect.xhp
+msgctxt ""
+"cell_unprotect.xhp\n"
+"par_id3153771\n"
+"18\n"
+"help.text"
+msgid "The cells can now be edited, the formulas can be viewed, and all cells can be printed until you reactivate the protection for the sheet or document."
msgstr ""
-#: csv_formula.xhp#par_id3153709.16.help.text
-msgctxt "csv_formula.xhp#par_id3153709.16.help.text"
-msgid "Choose <emph>File - Open</emph>."
+#. UdoP
+#: year2000.xhp
+msgctxt ""
+"year2000.xhp\n"
+"tit\n"
+"help.text"
+msgid "19xx/20xx Years"
msgstr ""
-#: csv_formula.xhp#par_id3155445.17.help.text
-msgid "In the <emph>File type</emph> field, select the format \"Text CSV\". Select the file and click <emph>Open</emph>. When a file has the .csv extension, the file type is automatically recognized."
+#. csgU
+#: year2000.xhp
+msgctxt ""
+"year2000.xhp\n"
+"bm_id3150439\n"
+"help.text"
+msgid "<bookmark_value>years; 2-digits</bookmark_value><bookmark_value>dates; 19xx/20xx</bookmark_value>"
msgstr ""
-#: csv_formula.xhp#par_id3149565.18.help.text
-msgid "You will see the <item type=\"menuitem\">Text Import</item> dialog. Click <item type=\"menuitem\">OK</item>."
+#. GkGb
+#: year2000.xhp
+msgctxt ""
+"year2000.xhp\n"
+"hd_id3150439\n"
+"18\n"
+"help.text"
+msgid "<variable id=\"year2000\"><link href=\"text/scalc/guide/year2000.xhp\" name=\"19xx/20xx Years\">19xx/20xx Years</link></variable>"
msgstr ""
-#: csv_formula.xhp#par_id3149255.19.help.text
-msgid "If the csv file contains formulas, but you want to import the results of those formulas, then choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph> and clear the <emph>Formulas</emph> check box."
+#. 6V+?
+#: year2000.xhp
+msgctxt ""
+"year2000.xhp\n"
+"par_id3151116\n"
+"17\n"
+"help.text"
+msgid "The year in a date entry is often entered as two digits. Internally, the year is managed by $[officename] as four digits, so that in the calculation of the difference from 1/1/99 to 1/1/01, the result will correctly be two years."
msgstr ""
-#: csv_formula.xhp#hd_id3154022.3.help.text
-msgid "To Export Formulas and Values as CSV Files"
+#. OP-l
+#: year2000.xhp
+msgctxt ""
+"year2000.xhp\n"
+"par_id3154011\n"
+"19\n"
+"help.text"
+msgid "Under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - General</emph> you can define the century that is used when you enter a year with only two digits. The default is 1930 to 2029."
msgstr ""
-#: csv_formula.xhp#par_id3150342.4.help.text
-msgid "Click the sheet to be written as a csv file."
+#. cT*2
+#: year2000.xhp
+msgctxt ""
+"year2000.xhp\n"
+"par_id3150010\n"
+"20\n"
+"help.text"
+msgid "This means that if you enter a date of 1/1/30 or higher, it will be treated internally as 1/1/1930 or higher. All lower two-digit years apply to the 20xx century. So, for example, 1/1/20 is converted into 1/1/2020."
msgstr ""
-#: csv_formula.xhp#par_id3166423.5.help.text
-msgid "If you want to export the formulas as formulas, for example, in the form =SUM(A1:B5), proceed as follows:"
+#. s2ov
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"tit\n"
+"help.text"
+msgid "Applying Conditional Formatting"
msgstr ""
-#: csv_formula.xhp#par_id3155111.6.help.text
-#, fuzzy
-msgctxt "csv_formula.xhp#par_id3155111.6.help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph>."
-msgstr "Select the document with <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6 და დააჭირეთ Tab-ს"
-
-#: csv_formula.xhp#par_id3150200.7.help.text
-msgid "Under <emph>Display</emph>, mark the <emph>Formulas</emph> check box. Click <emph>OK</emph>."
+#. 1wA2
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"bm_id3149263\n"
+"help.text"
+msgid "<bookmark_value>conditional formatting; cells</bookmark_value> <bookmark_value>cells; conditional formatting</bookmark_value> <bookmark_value>formatting; conditional formatting</bookmark_value> <bookmark_value>styles;conditional styles</bookmark_value> <bookmark_value>cell formats; conditional</bookmark_value> <bookmark_value>random numbers;examples</bookmark_value> <bookmark_value>cell styles; copying</bookmark_value> <bookmark_value>copying; cell styles</bookmark_value> <bookmark_value>tables; copying cell styles</bookmark_value>"
msgstr ""
-#: csv_formula.xhp#par_id3154484.8.help.text
-msgid "If you want to export the calculation results instead of the formulas, do not mark <emph>Formulas</emph>."
+#. mVKy
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"hd_id3149263\n"
+"24\n"
+"help.text"
+msgid "<variable id=\"cellstyle_conditional\"><link href=\"text/scalc/guide/cellstyle_conditional.xhp\" name=\"Applying Conditional Formatting\">Applying Conditional Formatting</link></variable>"
msgstr ""
-#: csv_formula.xhp#par_id3148702.9.help.text
-msgid "Choose <emph>File - Save as</emph>. You will see the <emph>Save as</emph> dialog."
+#. pOlg
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id3159156\n"
+"25\n"
+"help.text"
+msgid "Using the menu command <emph>Format - Conditional formatting</emph>, the dialog allows you to define up to three conditions per cell, which must be met in order for the selected cells to have a particular format."
msgstr ""
-#: csv_formula.xhp#par_id3153912.10.help.text
-msgid "In the<emph/> <item type=\"menuitem\">File type</item> field select the format \"Text CSV\"."
+#. 0g+]
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id8039796\n"
+"help.text"
+msgid "To apply conditional formatting, AutoCalculate must be enabled. Choose <emph>Tools - Cell Contents - AutoCalculate</emph> (you see a check mark next to the command when AutoCalculate is enabled)."
msgstr ""
-#: csv_formula.xhp#par_id3157978.13.help.text
-msgid "Enter a name and click <emph>Save</emph>."
+#. A):*
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id3154944\n"
+"26\n"
+"help.text"
+msgid "With conditional formatting, you can, for example, highlight the totals that exceed the average value of all totals. If the totals change, the formatting changes correspondingly, without having to apply other styles manually."
msgstr ""
-#: csv_formula.xhp#par_id3152869.23.help.text
-msgid "From the <emph>Export of text files</emph> dialog that appears, select the character set and the field and text delimiters for the data to be exported, and confirm with <emph>OK</emph>."
+#. Af^o
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"hd_id4480727\n"
+"help.text"
+msgid "To Define the Conditions"
msgstr ""
-#: csv_formula.xhp#par_id3150050.14.help.text
-msgid "If necessary, after you have saved, clear the <emph>Formulas</emph> check box to see the calculated results in the table again."
+#. f!Pp
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id3154490\n"
+"27\n"
+"help.text"
+msgid "Select the cells to which you want to apply a conditional style."
msgstr ""
-#: csv_formula.xhp#par_id3153487.20.help.text
-msgctxt "csv_formula.xhp#par_id3153487.20.help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060100.xhp\" name=\"Spreadsheet - View\">%PRODUCTNAME Calc - View</link>"
+#. kU,t
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id3155603\n"
+"28\n"
+"help.text"
+msgid "Choose <emph>Format - Conditional Formatting</emph>."
msgstr ""
-#: csv_formula.xhp#par_id3153008.21.help.text
-msgctxt "csv_formula.xhp#par_id3153008.21.help.text"
-msgid "<link href=\"text/shared/00/00000207.xhp\" name=\"Export text files\">Export text files</link>"
+#. :5,F
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id3146969\n"
+"29\n"
+"help.text"
+msgid "Enter the condition(s) into the dialog box. The dialog is described in detail in <link href=\"text/scalc/01/05120000.xhp\" name=\"$[officename] Help\">$[officename] Help</link>, and an example is provided below:"
msgstr ""
-#: csv_formula.xhp#par_id3155595.22.help.text
-msgctxt "csv_formula.xhp#par_id3155595.22.help.text"
-msgid "<link href=\"text/shared/00/00000208.xhp\" name=\"Import text files\">Import text files</link>"
+#. f=iq
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"hd_id3155766\n"
+"38\n"
+"help.text"
+msgid "Example of Conditional Formatting: Highlighting Totals Above/Under the Average Value"
msgstr ""
-#: multioperation.xhp#tit.help.text
-msgid "Applying Multiple Operations"
+#. ?q?]
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"hd_id4341868\n"
+"help.text"
+msgid "Step1: Generate Number Values"
msgstr ""
-#: multioperation.xhp#bm_id3147559.help.text
-msgid "<bookmark_value>multiple operations</bookmark_value><bookmark_value>what if operations;two variables</bookmark_value><bookmark_value>tables; multiple operations in</bookmark_value><bookmark_value>data tables; multiple operations in</bookmark_value><bookmark_value>cross-classified tables</bookmark_value>"
+#. Gu%1
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id3150043\n"
+"39\n"
+"help.text"
+msgid "You want to give certain values in your tables particular emphasis. For example, in a table of turnovers, you can show all the values above the average in green and all those below the average in red. This is possible with conditional formatting."
msgstr ""
-#: multioperation.xhp#hd_id3147559.5.help.text
-msgid "<variable id=\"multioperation\"><link href=\"text/scalc/guide/multioperation.xhp\" name=\"Applying Multiple Operations\">Applying Multiple Operations</link></variable>"
+#. %5qk
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id3155337\n"
+"40\n"
+"help.text"
+msgid "First of all, write a table in which a few different values occur. For your test you can create tables with any random numbers:"
msgstr ""
-#: multioperation.xhp#hd_id3145171.1.help.text
-msgid "Multiple Operations in Columns or Rows"
+#. FV_Z
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id3149565\n"
+"41\n"
+"help.text"
+msgid "In one of the cells enter the formula =RAND(), and you will obtain a random number between 0 and 1. If you want integers of between 0 and 50, enter the formula =INT(RAND()*50)."
msgstr ""
-#: multioperation.xhp#par_id4123966.help.text
-msgid "The <item type=\"menuitem\">Data - Multiple Operations</item> command provides a planning tool for \"what if\" questions. In your spreadsheet, you enter a formula to calculate a result from values that are stored in other cells. Then, you set up a cell range where you enter some fixed values, and the Multiple Operations command will calculate the results depending on the formula."
+#. z6ks
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id3149258\n"
+"42\n"
+"help.text"
+msgid "Copy the formula to create a row of random numbers. Click the bottom right corner of the selected cell, and drag to the right until the desired cell range is selected."
msgstr ""
-#: multioperation.xhp#par_id3156424.2.help.text
-msgid "In the <emph>Formulas</emph> field, enter the cell reference to the formula that applies to the data range. In the <emph>Column input cell/Row input cell</emph> field, enter the cell reference to the corresponding cell that is part of the formula. This can be explained best by examples:"
+#. [fsD
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id3159236\n"
+"43\n"
+"help.text"
+msgid "In the same way as described above, drag down the corner of the rightmost cell in order to create more rows of random numbers."
msgstr ""
-#: multioperation.xhp#hd_id3159153.7.help.text
-#, fuzzy
-msgctxt "multioperation.xhp#hd_id3159153.7.help.text"
-msgid "Examples"
-msgstr "მაგალითად"
+#. eSNR
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"hd_id3149211\n"
+"44\n"
+"help.text"
+msgid "Step 2: Define Cell Styles"
+msgstr ""
-#: multioperation.xhp#par_id3153189.8.help.text
-msgid "You produce toys which you sell for $10 each. Each toy costs $2 to make, in addition to which you have fixed costs of $10,000 per year. How much profit will you make in a year if you sell a particular number of toys?"
+#. K^j7
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id3154659\n"
+"45\n"
+"help.text"
+msgid "The next step is to apply a cell style to all values that represent above-average turnover, and one to those that are below the average. Ensure that the Styles and Formatting window is visible before proceeding."
msgstr ""
-#: multioperation.xhp#par_id6478774.help.text
-msgid "<image id=\"img_id1621753\" src=\"res/helpimg/what-if.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id1621753\">what-if sheet area</alt></image>"
+#. Ua?e
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id3150883\n"
+"46\n"
+"help.text"
+msgid "Click in a blank cell and select the command <emph>Format Cells</emph> in the context menu."
msgstr ""
-#: multioperation.xhp#hd_id3145239.41.help.text
-msgid "Calculating With One Formula and One Variable"
+#. ;REi
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id3155529\n"
+"47\n"
+"help.text"
+msgid "In the <emph>Format Cells</emph> dialog on the <emph>Background</emph> tab, select a background color. Click <emph>OK</emph>."
msgstr ""
-#: multioperation.xhp#par_id3146888.42.help.text
-msgid "To calculate the profit, first enter any number as the quantity (items sold) - in this example 2000. The profit is found from the formula Profit=Quantity * (Selling price - Direct costs) - Fixed costs. Enter this formula in B5."
+#. v+!Y
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id3154484\n"
+"48\n"
+"help.text"
+msgid "In the Styles and Formatting window, click the <emph>New Style from Selection</emph> icon. Enter the name of the new style. For this example, name the style \"Above\"."
msgstr ""
-#: multioperation.xhp#par_id3157875.43.help.text
-msgid "In column D enter given annual sales, one below the other; for example, 500 to 5000, in steps of 500."
+#. m*)9
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id3152889\n"
+"49\n"
+"help.text"
+msgid "To define a second style, click again in a blank cell and proceed as described above. Assign a different background color for the cell and assign a name (for this example, \"Below\")."
msgstr ""
-#: multioperation.xhp#par_id3159115.44.help.text
-msgid "Select the range D2:E11, and thus the values in column D and the empty cells alongside in column E."
+#. KaJs
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"hd_id3148704\n"
+"60\n"
+"help.text"
+msgid "Step 3: Calculate Average"
msgstr ""
-#: multioperation.xhp#par_id3149723.45.help.text
-msgid "Choose <emph>Data - Multiple operations</emph>."
+#. DM;,
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id3148837\n"
+"51\n"
+"help.text"
+msgid "In our particular example, we are calculating the average of the random values. The result is placed in a cell:"
msgstr ""
-#: multioperation.xhp#par_id3149149.46.help.text
-msgid "With the cursor in the <emph>Formulas </emph>field, click cell B5."
+#. Cny!
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id3144768\n"
+"52\n"
+"help.text"
+msgid "Set the cursor in a blank cell, for example, J14, and choose <emph>Insert - Function</emph>."
msgstr ""
-#: multioperation.xhp#par_id3149355.47.help.text
-msgid "Set the cursor in the <emph>Column input cell</emph> field and click cell B4. This means that B4, the quantity, is the variable in the formula, which is replaced by the selected column values."
+#. *8d*
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id3156016\n"
+"53\n"
+"help.text"
+msgid "Select the AVERAGE function. Use the mouse to select all your random numbers. If you cannot see the entire range, because the Function Wizard is obscuring it, you can temporarily shrink the dialog using the <link href=\"text/shared/00/00000001.xhp#eingabesymbol\" name=\"Shrink or Maximize\"><item type=\"menuitem\">Shrink / Maximize</item></link> icon."
msgstr ""
-#: multioperation.xhp#par_id3149009.48.help.text
-msgid "Close the dialog with <emph>OK</emph>. You see the profits for the different quantities in column E."
+#. 4L2s
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id3153246\n"
+"54\n"
+"help.text"
+msgid "Close the Function Wizard with <item type=\"menuitem\">OK</item>."
msgstr ""
-#: multioperation.xhp#hd_id3148725.49.help.text
-msgid "Calculating with Several Formulas Simultaneously"
+#. %4qK
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"hd_id3149898\n"
+"50\n"
+"help.text"
+msgid "Step 4: Apply Cell Styles"
msgstr ""
-#: multioperation.xhp#par_id3146880.50.help.text
-msgid "Delete column E."
+#. ,RmY
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id3149126\n"
+"55\n"
+"help.text"
+msgid "Now you can apply the conditional formatting to the sheet:"
msgstr ""
-#: multioperation.xhp#par_id3154675.51.help.text
-msgid "Enter the following formula in C5: = B5 / B4. You are now calculating the annual profit per item sold."
+#. pQch
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id3150049\n"
+"56\n"
+"help.text"
+msgid "Select all cells with the random numbers."
msgstr ""
-#: multioperation.xhp#par_id3148885.52.help.text
-msgid "Select the range D2:F11, thus three columns."
+#. J}1P
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id3153801\n"
+"57\n"
+"help.text"
+msgid "Choose the <emph>Format - Conditional Formatting</emph> command to open the corresponding dialog."
msgstr ""
-#: multioperation.xhp#par_id3147474.53.help.text
-msgctxt "multioperation.xhp#par_id3147474.53.help.text"
-msgid "Choose <emph>Data - Multiple Operations</emph>."
+#. =Isx
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id3153013\n"
+"58\n"
+"help.text"
+msgid "Define the condition as follows: If cell value is less than J14, format with cell style \"Below\", and if cell value is greater than or equal to J14, format with cell style \"Above\"."
msgstr ""
-#: multioperation.xhp#par_id3154846.54.help.text
-msgid "With the cursor in the <emph>Formulas</emph> field, select cells B5 thru C5."
+#. s;y{
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"hd_id3155761\n"
+"61\n"
+"help.text"
+msgid "Step 5: Copy Cell Style"
msgstr ""
-#: multioperation.xhp#par_id3153931.55.help.text
-msgid "Set the cursor in the <emph>Column input cell</emph> field and click cell B4."
+#. w.So
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id3145320\n"
+"62\n"
+"help.text"
+msgid "To apply the conditional formatting to other cells later:"
msgstr ""
-#: multioperation.xhp#par_id3150862.56.help.text
-msgid "Close the dialog with <emph>OK</emph>. You will now see the profits in column E and the annual profit per item in column F."
+#. @p5C
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id3153074\n"
+"63\n"
+"help.text"
+msgid "Click one of the cells that has been assigned conditional formatting."
msgstr ""
-#: multioperation.xhp#hd_id3146139.3.help.text
-msgid "Multiple Operations Across Rows and Columns"
+#. E8DO
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id3149051\n"
+"64\n"
+"help.text"
+msgid "Copy the cell to the clipboard."
msgstr ""
-#: multioperation.xhp#par_id3148584.4.help.text
-msgid "<item type=\"productname\">%PRODUCTNAME</item> allows you to carry out joint multiple operations for columns and rows in so-called cross-tables. The formula cell has to refer to both the data range arranged in rows and the one arranged in columns. Select the range defined by both data ranges and call the multiple operation dialog. Enter the reference to the formula in the <emph>Formulas</emph> field. The <emph>Row input cell</emph> and the <emph>Column input cell</emph> fields are used to enter the reference to the corresponding cells of the formula."
+#. maNK
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id3150436\n"
+"65\n"
+"help.text"
+msgid "Select the cells that are to receive this same formatting."
msgstr ""
-#: multioperation.xhp#hd_id3149949.57.help.text
-msgid "Calculating with Two Variables"
+#. 6S8.
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id3147298\n"
+"66\n"
+"help.text"
+msgid "Choose <emph>Edit - Paste Special</emph>. The <emph>Paste Special</emph> dialog appears."
msgstr ""
-#: multioperation.xhp#par_id3154808.58.help.text
-msgid "Consider columns A and B of the sample table above. You now want to vary not just the quantity produced annually, but also the selling price, and you are interested in the profit in each case."
+#. 46,Q
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id3166465\n"
+"67\n"
+"help.text"
+msgid "In the <emph>Selection</emph> area, check only the <emph>Formats</emph> box. All other boxes must be unchecked. Click <emph>OK</emph>."
msgstr ""
-#: multioperation.xhp#par_id3149731.59.help.text
-msgid "Expand the table shown above. D2 thru D11 contain the numbers 500, 1000 and so on, up to 5000. In E1 through H1 enter the numbers 8, 10, 15 and 20."
+#. ,)g7
+#: cellstyle_conditional.xhp
+msgctxt ""
+"cellstyle_conditional.xhp\n"
+"par_id3159123\n"
+"68\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05120000.xhp\" name=\"Format - Conditional formatting\">Format - Conditional formatting</link>"
msgstr ""
-#: multioperation.xhp#par_id3152810.95.help.text
-msgid "Select the range D1:H11."
+#. \gEq
+#: matrixformula.xhp
+msgctxt ""
+"matrixformula.xhp\n"
+"tit\n"
+"help.text"
+msgid "Entering Matrix Formulas"
msgstr ""
-#: multioperation.xhp#par_id3153620.96.help.text
-msgctxt "multioperation.xhp#par_id3153620.96.help.text"
-msgid "Choose <emph>Data - Multiple Operations</emph>."
+#. R.P)
+#: matrixformula.xhp
+msgctxt ""
+"matrixformula.xhp\n"
+"bm_id3153969\n"
+"help.text"
+msgid "<bookmark_value>matrices; entering matrix formulas</bookmark_value><bookmark_value>formulas; matrix formulas</bookmark_value><bookmark_value>inserting;matrix formulas</bookmark_value>"
msgstr ""
-#: multioperation.xhp#par_id3149981.97.help.text
-msgid "With the cursor in the <emph>Formulas</emph> field, click cell B5."
+#. Kq+X
+#: matrixformula.xhp
+msgctxt ""
+"matrixformula.xhp\n"
+"hd_id3153969\n"
+"13\n"
+"help.text"
+msgid "<variable id=\"matrixformula\"><link href=\"text/scalc/guide/matrixformula.xhp\" name=\"Entering Matrix Formulas\">Entering Matrix Formulas</link></variable>"
msgstr ""
-#: multioperation.xhp#par_id3156113.98.help.text
-msgid "Set the cursor in the <emph>Row input cell</emph> field and click cell B1. This means that B1, the selling price, is the horizontally entered variable (with the values 8, 10, 15 and 20)."
+#. K23O
+#: matrixformula.xhp
+msgctxt ""
+"matrixformula.xhp\n"
+"par_id3153144\n"
+"14\n"
+"help.text"
+msgid "The following is an example of how you can enter a matrix formula, without going into the details of matrix functions."
msgstr ""
-#: multioperation.xhp#par_id3154049.99.help.text
-msgid "Set the cursor in the <emph>Column input cell</emph> field and click in B4. This means that B4, the quantity, is the vertically entered variable."
+#. VBtl
+#: matrixformula.xhp
+msgctxt ""
+"matrixformula.xhp\n"
+"par_id3153188\n"
+"15\n"
+"help.text"
+msgid "Assume you have entered 10 numbers in Columns A and B (A1:A10 and B1:B10), and would like to calculate the sum of each row in Column C."
msgstr ""
-#: multioperation.xhp#par_id3149141.100.help.text
-msgid "Close the dialog with OK. You see the profits for the different selling prices in the range E2:H11."
+#. cY}8
+#: matrixformula.xhp
+msgctxt ""
+"matrixformula.xhp\n"
+"par_id3154321\n"
+"16\n"
+"help.text"
+msgid "Using the mouse, select the range C1:C10, in which the results are to be displayed."
msgstr ""
-#: multioperation.xhp#par_id3155104.101.help.text
-msgid "<link href=\"text/scalc/01/12060000.xhp\" name=\"Multiple operations\">Multiple operations</link>"
+#. 4pIF
+#: matrixformula.xhp
+msgctxt ""
+"matrixformula.xhp\n"
+"par_id3149260\n"
+"17\n"
+"help.text"
+msgid "Press F2, or click in the input line of the Formula bar."
msgstr ""
-#: datapilot_createtable.xhp#tit.help.text
-#, fuzzy
-msgid "Creating Pivot Tables"
-msgstr "სახელების შექმნა"
+#. yO,J
+#: matrixformula.xhp
+msgctxt ""
+"matrixformula.xhp\n"
+"par_id3154944\n"
+"18\n"
+"help.text"
+msgid "Enter an equal sign (=)."
+msgstr ""
-#: datapilot_createtable.xhp#bm_id3148491.help.text
-#, fuzzy
-msgid "<bookmark_value>pivot tables</bookmark_value> <bookmark_value>pivot table function; calling up and applying</bookmark_value>"
-msgstr "<bookmark_value>გადიდება;მახლხმობი ღილაკი</bookmark_value><bookmark_value>ხატვა; გადიდების ფუნქციები</bookmark_value>"
+#. W4Wn
+#: matrixformula.xhp
+msgctxt ""
+"matrixformula.xhp\n"
+"par_id3145252\n"
+"19\n"
+"help.text"
+msgid "Select the range A1:A10, which contains the first values for the sum formula."
+msgstr ""
-#: datapilot_createtable.xhp#hd_id3148491.7.help.text
-#, fuzzy
-msgid "<variable id=\"datapilot_createtable\"><link href=\"text/scalc/guide/datapilot_createtable.xhp\" name=\"Creating Pivot Tables\">Creating Pivot Tables</link></variable>"
-msgstr "<variable id=\"insert_control\"><link href=\"text/sbasic/guide/insert_control.xhp\" name=\"Creating Controls in the Dialog Editor\">დიალოგის რედაქტორში საკონტროლო ელემენტების შექმნა</link></variable>"
+#. vKY.
+#: matrixformula.xhp
+msgctxt ""
+"matrixformula.xhp\n"
+"par_id3144767\n"
+"20\n"
+"help.text"
+msgid "Press the (+) key from the numerical keypad."
+msgstr ""
-#: datapilot_createtable.xhp#par_id3156023.8.help.text
-msgid "Position the cursor within a range of cells containing values, row and column headings."
+#. 7Gjd
+#: matrixformula.xhp
+msgctxt ""
+"matrixformula.xhp\n"
+"par_id3154018\n"
+"21\n"
+"help.text"
+msgid "Select the numbers in the second column in cells B1:B10."
msgstr ""
-#: datapilot_createtable.xhp#par_id3147264.9.help.text
-msgid "Choose <emph>Data - Pivot Table - Create</emph>. The <emph>Select Source</emph> dialog appears. Choose <emph>Current selection</emph> and confirm with <emph>OK</emph>. The table headings are shown as buttons in the <emph>Pivot Table</emph> dialog. Drag these buttons as required and drop them into the layout areas \"Page Fields\", \"Column Fields\", \"Row Fields\" and \"Data Fields\"."
+#. adf;
+#: matrixformula.xhp
+msgctxt ""
+"matrixformula.xhp\n"
+"par_id3150716\n"
+"22\n"
+"help.text"
+msgid "End the input with the matrix key combination: Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter."
msgstr ""
-#: datapilot_createtable.xhp#par_id3150868.10.help.text
-msgid "Drag the desired buttons into one of the four areas."
+#. 13yV
+#: matrixformula.xhp
+msgctxt ""
+"matrixformula.xhp\n"
+"par_id3145640\n"
+"23\n"
+"help.text"
+msgid "The matrix area is automatically protected against modifications, such as deleting rows or columns. It is, however, possible to edit any formatting, such as the cell background."
msgstr ""
-#: datapilot_createtable.xhp#par_id7599414.help.text
-msgid "Drag a button to the <emph>Page Fields</emph> area to create a button and a listbox on top of the generated pivot table. The listbox can be used to filter the pivot table by the contents of the selected item. You can use drag-and-drop within the generated pivot table to use another page field as a filter."
+#. i%mI
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"tit\n"
+"help.text"
+msgid "Merging and Splitting Cells"
msgstr ""
-#: datapilot_createtable.xhp#par_id3154011.11.help.text
-msgid "If the button is dropped in the <emph>Data Fields</emph> area it will be given a caption that also shows the formula that will be used to calculate the data."
+#. 0=Sb
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"bm_id3147240\n"
+"help.text"
+msgid "<bookmark_value>cells; merging/unmerging</bookmark_value> <bookmark_value>tables; merging cells</bookmark_value> <bookmark_value>cell merges</bookmark_value> <bookmark_value>unmerging cells</bookmark_value> <bookmark_value>splitting cells</bookmark_value> <bookmark_value>merging;cells</bookmark_value>"
msgstr ""
-#: datapilot_createtable.xhp#par_id3146974.16.help.text
-msgid "By double-clicking on one of the fields in the <emph>Data Fields</emph> area you can call up the <link href=\"text/scalc/01/12090105.xhp\" name=\"Data Field\"><emph>Data Field</emph></link> dialog."
+#. oy=@
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"hd_id8005005\n"
+"help.text"
+msgid "<variable id=\"table_cellmerge\"><link href=\"text/scalc/guide/table_cellmerge.xhp\" name=\"Merging and Unmerging Cells\">Merging and Unmerging Cells</link></variable>"
msgstr ""
-#: datapilot_createtable.xhp#par_id3156286.17.help.text
-msgid "Use the <item type=\"menuitem\">Data Field</item> dialog to select the calculations to be used for the data. To make a multiple selection, press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while clicking the desired calculation."
+#. R:s\
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"par_id8049867\n"
+"help.text"
+msgid "You can select adjacent cells, then merge them into a single cell. Conversely, you can take a large cell that has been created by merging single cells, and divide it back into individual cells."
msgstr ""
-#: datapilot_createtable.xhp#par_id3150329.13.help.text
-msgid "The order of the buttons can be changed at any time by moving them to a different position in the area with the mouse."
+#. xY_5
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"par_id0509200913480176\n"
+"help.text"
+msgid "When you copy cells into a target range containing merged cells, the target range gets unmerged first, then the copied cells are pasted in. If the copied cells are merged cells, they retain their merge state."
msgstr ""
-#: datapilot_createtable.xhp#par_id3153714.14.help.text
-msgid "Remove a button by dragging it back to the area of the other buttons at the right of the dialog."
+#. ;p]m
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"hd_id235602\n"
+"help.text"
+msgid "Merging Cells"
msgstr ""
-#: datapilot_createtable.xhp#par_id3147338.15.help.text
-msgid "To open the <link href=\"text/scalc/01/12090105.xhp\" name=\"Data Field\"><emph>Data Field</emph></link> dialog, double-click one of the buttons in the <emph>Row Fields</emph> or <emph>Column Fields</emph> area. Use the dialog to select if and to what extent <item type=\"productname\">%PRODUCTNAME</item> calculates display subtotals."
+#. (g*)
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"par_id1272927\n"
+"help.text"
+msgid "Select the adjacent cells."
msgstr ""
-#: datapilot_createtable.xhp#par_id3154020.18.help.text
-msgid "Exit the Pivot Table dialog by pressing OK. A <emph>Filter</emph> button will now be inserted, or a page button for every data field that you dropped in the <emph>Page Fields</emph> area. The pivot table is inserted further down."
+#. y+/f
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"par_id6424146\n"
+"help.text"
+msgid "Choose <emph>Format - Merge Cells - Merge Cells</emph>. If you choose <emph>Format - Merge Cells - Merge and Center Cells</emph>, the cell content will be centered in the merged cell."
msgstr ""
-#: auto_off.xhp#tit.help.text
-msgid "Deactivating Automatic Changes"
+#. 21W;
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"hd_id451368\n"
+"help.text"
+msgid "Splitting Cells"
msgstr ""
-#: auto_off.xhp#bm_id3149456.help.text
-msgid "<bookmark_value>deactivating; automatic changes</bookmark_value> <bookmark_value>tables; deactivating automatic changes in</bookmark_value> <bookmark_value>AutoInput function on/off</bookmark_value> <bookmark_value>text in cells;AutoInput function</bookmark_value> <bookmark_value>cells; AutoInput function of text</bookmark_value> <bookmark_value>input support in spreadsheets</bookmark_value> <bookmark_value>changing; input in cells</bookmark_value> <bookmark_value>AutoCorrect function;cell contents</bookmark_value> <bookmark_value>cell input;AutoInput function</bookmark_value> <bookmark_value>lowercase letters;AutoInput function (in cells)</bookmark_value> <bookmark_value>capital letters;AutoInput function (in cells)</bookmark_value> <bookmark_value>date formats;avoiding conversion to</bookmark_value> <bookmark_value>number completion on/off</bookmark_value> <bookmark_value>text completion on/off</bookmark_value> <bookmark_value>word completion on/off</bookmark_value>"
+#. kl4x
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"par_id7116611\n"
+"help.text"
+msgid "Place the cursor in the cell to be split."
msgstr ""
-#: auto_off.xhp#hd_id3149456.1.help.text
-msgid "<variable id=\"auto_off\"><link href=\"text/scalc/guide/auto_off.xhp\" name=\"Deactivating Automatic Changes\">Deactivating Automatic Changes</link></variable>"
+#. +P20
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"par_id9493087\n"
+"help.text"
+msgid "Choose <emph>Format - Merge Cells - Split Cells</emph>."
msgstr ""
-#: auto_off.xhp#par_id3156442.2.help.text
-msgid "By default, $[officename] automatically corrects many common typing errors and applies formatting while you type. You can immediately undo any automatic changes with <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Z."
+#. +EyT
+#: database_sort.xhp
+msgctxt ""
+"database_sort.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sorting Data"
msgstr ""
-#: auto_off.xhp#par_id3145273.3.help.text
-msgid "The following shows you how to deactivate and reactivate the automatic changes in $[officename] Calc:"
+#. Y5Kl
+#: database_sort.xhp
+msgctxt ""
+"database_sort.xhp\n"
+"bm_id3150767\n"
+"help.text"
+msgid "<bookmark_value>database ranges; sorting</bookmark_value> <bookmark_value>sorting; database ranges</bookmark_value> <bookmark_value>data;sorting in databases</bookmark_value>"
msgstr ""
-#: auto_off.xhp#hd_id3145748.4.help.text
-msgid "Automatic Text or Number Completion"
+#. sH#/
+#: database_sort.xhp
+msgctxt ""
+"database_sort.xhp\n"
+"hd_id3150767\n"
+"44\n"
+"help.text"
+msgid "<variable id=\"database_sort\"><link href=\"text/scalc/guide/database_sort.xhp\" name=\"Sorting Database Ranges\">Sorting Data</link></variable>"
msgstr ""
-#: auto_off.xhp#par_id3154730.5.help.text
-msgid "When making an entry in a cell, $[officename] Calc automatically suggests matching input found in the same column. This function is known as <emph>AutoInput</emph>."
+#. XP{.
+#: database_sort.xhp
+msgctxt ""
+"database_sort.xhp\n"
+"par_id3145751\n"
+"45\n"
+"help.text"
+msgid "Click in a database range."
msgstr ""
-#: auto_off.xhp#par_id3153878.6.help.text
-msgid "To turn the AutoInput on and off, set or remove the check mark in front of <link href=\"text/scalc/01/06130000.xhp\" name=\"Tools - Cell Contents - AutoInput\"><emph>Tools - Cell Contents - AutoInput</emph></link>."
+#. Fpb?
+#: database_sort.xhp
+msgctxt ""
+"database_sort.xhp\n"
+"par_id121020081121549\n"
+"help.text"
+msgid "If you select a range of cells, only these cells will get sorted. If you just click one cell without selecting, then the whole database range will get sorted."
msgstr ""
-#: auto_off.xhp#hd_id3146972.21.help.text
-msgid "Automatic Conversion to Date Format"
+#. 5{7s
+#: database_sort.xhp
+msgctxt ""
+"database_sort.xhp\n"
+"par_idN10635\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Data - Sort</item>."
msgstr ""
-#: auto_off.xhp#par_id3153707.22.help.text
-msgid "$[officename] Calc automatically converts certain entries to dates. For example, the entry <emph>1.1</emph> may be interpreted as January 1 of the current year, according to the locale settings of your operating system, and then displayed according to the date format applied to the cell."
+#. @;o(
+#: database_sort.xhp
+msgctxt ""
+"database_sort.xhp\n"
+"par_id121020081121547\n"
+"help.text"
+msgid "The range of cells that will get sorted is shown in inverted colors."
msgstr ""
-#: auto_off.xhp#par_id3159267.23.help.text
-msgid "To ensure that an entry is interpreted as text, add an apostrophe at the beginning of the entry. The apostrophe is not displayed in the cell."
+#. i:;/
+#: database_sort.xhp
+msgctxt ""
+"database_sort.xhp\n"
+"par_idN10645\n"
+"help.text"
+msgid "Select the sort options that you want."
msgstr ""
-#: auto_off.xhp#hd_id3150043.7.help.text
-msgid "Quotation Marks Replaced by Custom Quotes"
+#. 6Bh*
+#: database_sort.xhp
+#, fuzzy
+msgctxt ""
+"database_sort.xhp\n"
+"par_idN1063D\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
+
+#. *ISR
+#: database_sort.xhp
+msgctxt ""
+"database_sort.xhp\n"
+"par_id1846980\n"
+"help.text"
+msgid "<link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Defining_a_Data_Range\">Wiki page about defining a data range</link>"
msgstr ""
-#: auto_off.xhp#par_id3155333.9.help.text
-msgid "Choose <emph>Tools - AutoCorrect Options</emph>. Go to the <emph>Localized Options</emph> tab and unmark <emph>Replace</emph>."
+#. {!ej
+#: formula_value.xhp
+msgctxt ""
+"formula_value.xhp\n"
+"tit\n"
+"help.text"
+msgid "Displaying Formulas or Values"
msgstr ""
-#: auto_off.xhp#hd_id3149565.11.help.text
-msgid "Cell Content Always Begins With Uppercase"
+#. 7$$k
+#: formula_value.xhp
+msgctxt ""
+"formula_value.xhp\n"
+"bm_id3153195\n"
+"help.text"
+msgid "<bookmark_value>formulas; displaying in cells</bookmark_value><bookmark_value>values; displaying in tables</bookmark_value><bookmark_value>tables; displaying formulas/values</bookmark_value><bookmark_value>results display vs. formulas display</bookmark_value><bookmark_value>displaying; formulas instead of results</bookmark_value>"
msgstr ""
-#: auto_off.xhp#par_id3147001.13.help.text
-msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect Options</item>. Go to the <item type=\"menuitem\">Options</item> tab. Unmark <item type=\"menuitem\">Capitalize first letter of every sentence</item>."
+#. \%7y
+#: formula_value.xhp
+msgctxt ""
+"formula_value.xhp\n"
+"hd_id3153195\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"formula_value\"><link href=\"text/scalc/guide/formula_value.xhp\" name=\"Displaying Formulas or Values\">Displaying Formulas or Values</link></variable>"
msgstr ""
-#: auto_off.xhp#hd_id3150345.15.help.text
-msgid "Replace Word With Another Word"
+#. mxLS
+#: formula_value.xhp
+msgctxt ""
+"formula_value.xhp\n"
+"par_id3150010\n"
+"2\n"
+"help.text"
+msgid "If you want to display the formulas in the cells, for example in the form =SUM(A1:B5), proceed as follows:"
msgstr ""
-#: auto_off.xhp#par_id3166425.17.help.text
-msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect Options</item>. Go to the <item type=\"menuitem\">Replace</item> tab. Select the word pair and click <item type=\"menuitem\">Delete</item>."
+#. *H[z
+#: formula_value.xhp
+#, fuzzy
+msgctxt ""
+"formula_value.xhp\n"
+"par_id3151116\n"
+"3\n"
+"help.text"
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph>."
+msgstr "Select the document with <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6 და დააჭირეთ Tab-ს"
+
+#. QOmM
+#: formula_value.xhp
+msgctxt ""
+"formula_value.xhp\n"
+"par_id3146120\n"
+"4\n"
+"help.text"
+msgid "In the <emph>Display</emph> area mark the <emph>Formulas</emph> box. Click OK."
msgstr ""
-#: auto_off.xhp#par_id3152992.19.help.text
-msgid "<link href=\"text/scalc/01/06130000.xhp\" name=\"Tools - Cell Contents - AutoInput\">Tools - Cell Contents - AutoInput</link>"
+#. T0@*
+#: formula_value.xhp
+msgctxt ""
+"formula_value.xhp\n"
+"par_id3147396\n"
+"5\n"
+"help.text"
+msgid "If you want to view the calculation results instead of the formula, do not mark the Formulas box."
msgstr ""
-#: auto_off.xhp#par_id3154368.20.help.text
-msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"Tools - AutoCorrect\">Tools - AutoCorrect Options</link>"
+#. s.%~
+#: formula_value.xhp
+msgctxt ""
+"formula_value.xhp\n"
+"par_id3153157\n"
+"6\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060100.xhp\" name=\"Spreadsheet - View\">%PRODUCTNAME Calc - View</link>"
msgstr ""
-#: cellstyle_conditional.xhp#tit.help.text
-msgid "Applying Conditional Formatting"
+#. Z4)C
+#: format_value.xhp
+msgctxt ""
+"format_value.xhp\n"
+"tit\n"
+"help.text"
+msgid "Formatting Numbers With Decimals"
msgstr ""
-#: cellstyle_conditional.xhp#bm_id3149263.help.text
-msgid "<bookmark_value>conditional formatting; cells</bookmark_value> <bookmark_value>cells; conditional formatting</bookmark_value> <bookmark_value>formatting; conditional formatting</bookmark_value> <bookmark_value>styles;conditional styles</bookmark_value> <bookmark_value>cell formats; conditional</bookmark_value> <bookmark_value>random numbers;examples</bookmark_value> <bookmark_value>cell styles; copying</bookmark_value> <bookmark_value>copying; cell styles</bookmark_value> <bookmark_value>tables; copying cell styles</bookmark_value>"
+#. #$S1
+#: format_value.xhp
+msgctxt ""
+"format_value.xhp\n"
+"bm_id3145367\n"
+"help.text"
+msgid "<bookmark_value>numbers;formatting decimals</bookmark_value> <bookmark_value>formats; numbers in tables</bookmark_value> <bookmark_value>tables; number formats</bookmark_value> <bookmark_value>defaults; number formats in spreadsheets</bookmark_value> <bookmark_value>decimal places;formatting numbers</bookmark_value> <bookmark_value>formatting;numbers with decimals</bookmark_value> <bookmark_value>formatting;adding/deleting decimal places</bookmark_value> <bookmark_value>number formats; adding/deleting decimal places in cells</bookmark_value> <bookmark_value>deleting; decimal places</bookmark_value> <bookmark_value>decimal places; adding/deleting</bookmark_value>"
msgstr ""
-#: cellstyle_conditional.xhp#hd_id3149263.24.help.text
-msgid "<variable id=\"cellstyle_conditional\"><link href=\"text/scalc/guide/cellstyle_conditional.xhp\" name=\"Applying Conditional Formatting\">Applying Conditional Formatting</link></variable>"
+#. b4%u
+#: format_value.xhp
+msgctxt ""
+"format_value.xhp\n"
+"hd_id3145367\n"
+"4\n"
+"help.text"
+msgid "<variable id=\"format_value\"><link href=\"text/scalc/guide/format_value.xhp\" name=\"Formatting Numbers With Decimals\">Formatting Numbers With Decimals</link></variable>"
msgstr ""
-#: cellstyle_conditional.xhp#par_id3159156.25.help.text
-msgid "Using the menu command <emph>Format - Conditional formatting</emph>, the dialog allows you to define up to three conditions per cell, which must be met in order for the selected cells to have a particular format."
+#. htKr
+#: format_value.xhp
+msgctxt ""
+"format_value.xhp\n"
+"par_id3148576\n"
+"5\n"
+"help.text"
+msgid "Enter a number into the sheet, for example, 1234.5678. This number will be displayed in the default number format, with two decimal places. You will see 1234.57 when you confirm the entry. Only the display in the document will be rounded off; internally, the number retains all four decimal places after the decimal point."
msgstr ""
-#: cellstyle_conditional.xhp#par_id8039796.help.text
-msgid "To apply conditional formatting, AutoCalculate must be enabled. Choose <emph>Tools - Cell Contents - AutoCalculate</emph> (you see a check mark next to the command when AutoCalculate is enabled)."
+#. [\?Z
+#: format_value.xhp
+msgctxt ""
+"format_value.xhp\n"
+"par_id3154012\n"
+"12\n"
+"help.text"
+msgid "To format numbers with decimals:"
msgstr ""
-#: cellstyle_conditional.xhp#par_id3154944.26.help.text
-msgid "With conditional formatting, you can, for example, highlight the totals that exceed the average value of all totals. If the totals change, the formatting changes correspondingly, without having to apply other styles manually."
+#. +C,8
+#: format_value.xhp
+msgctxt ""
+"format_value.xhp\n"
+"par_id3147394\n"
+"6\n"
+"help.text"
+msgid "Set the cursor at the number and choose <emph>Format - Cells</emph> to start the <emph>Format Cells</emph> dialog."
msgstr ""
-#: cellstyle_conditional.xhp#hd_id4480727.help.text
-msgid "To Define the Conditions"
+#. afZH
+#: format_value.xhp
+msgctxt ""
+"format_value.xhp\n"
+"par_id3153157\n"
+"9\n"
+"help.text"
+msgid "On the <emph>Numbers</emph> tab you will see a selection of predefined number formats. In the bottom right in the dialog you will see a preview of how your current number would look if you were to give it a particular format."
msgstr ""
-#: cellstyle_conditional.xhp#par_id3154490.27.help.text
-msgid "Select the cells to which you want to apply a conditional style."
+#. }6|f
+#: format_value.xhp
+msgctxt ""
+"format_value.xhp\n"
+"par_id3155766\n"
+"help.text"
+msgid "<image id=\"img_id3149021\" src=\"cmd/sc_numberformatincdecimals.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3149021\">Icon</alt></image>"
msgstr ""
-#: cellstyle_conditional.xhp#par_id3155603.28.help.text
-msgid "Choose <emph>Format - Conditional Formatting</emph>."
+#. g:!\
+#: format_value.xhp
+msgctxt ""
+"format_value.xhp\n"
+"par_id3149256\n"
+"10\n"
+"help.text"
+msgid "If you only want to modify the number of the decimal places displayed, the easiest method is to use the <emph>Number Format: Add Decimal Place</emph> or <emph>Number Format: Delete Decimal Place</emph> icons on the Formatting Bar."
msgstr ""
-#: cellstyle_conditional.xhp#par_id3146969.29.help.text
-msgid "Enter the condition(s) into the dialog box. The dialog is described in detail in <link href=\"text/scalc/01/05120000.xhp\" name=\"$[officename] Help\">$[officename] Help</link>, and an example is provided below:"
+#. ksVV
+#: print_title_row.xhp
+msgctxt ""
+"print_title_row.xhp\n"
+"tit\n"
+"help.text"
+msgid "Printing Rows or Columns on Every Page"
msgstr ""
-#: cellstyle_conditional.xhp#hd_id3155766.38.help.text
-msgid "Example of Conditional Formatting: Highlighting Totals Above/Under the Average Value"
+#. ef_M
+#: print_title_row.xhp
+msgctxt ""
+"print_title_row.xhp\n"
+"bm_id3151112\n"
+"help.text"
+msgid "<bookmark_value>printing; sheets on multiple pages</bookmark_value><bookmark_value>sheets; printing on multiple pages</bookmark_value><bookmark_value>rows; repeating when printing</bookmark_value><bookmark_value>columns; repeating when printing</bookmark_value><bookmark_value>repeating;columns/rows on printed pages</bookmark_value><bookmark_value>title rows; printing on all sheets</bookmark_value><bookmark_value>headers; printing on sheets</bookmark_value><bookmark_value>footers; printing on sheets</bookmark_value><bookmark_value>printing; rows/columns as table headings</bookmark_value><bookmark_value>headings;repeating rows/columns as</bookmark_value>"
msgstr ""
-#: cellstyle_conditional.xhp#hd_id4341868.help.text
-msgid "Step1: Generate Number Values"
+#. H]bU
+#: print_title_row.xhp
+msgctxt ""
+"print_title_row.xhp\n"
+"hd_id3153727\n"
+"21\n"
+"help.text"
+msgid "<variable id=\"print_title_row\"><link href=\"text/scalc/guide/print_title_row.xhp\" name=\"Printing Rows or Columns on Every Page\">Printing Rows or Columns on Every Page</link></variable>"
msgstr ""
-#: cellstyle_conditional.xhp#par_id3150043.39.help.text
-msgid "You want to give certain values in your tables particular emphasis. For example, in a table of turnovers, you can show all the values above the average in green and all those below the average in red. This is possible with conditional formatting."
+#. 97P@
+#: print_title_row.xhp
+msgctxt ""
+"print_title_row.xhp\n"
+"par_id3154014\n"
+"2\n"
+"help.text"
+msgid "If you have a sheet that is so large that it will be printed multiple pages, you can set up rows or columns to repeat on each printed page."
msgstr ""
-#: cellstyle_conditional.xhp#par_id3155337.40.help.text
-msgid "First of all, write a table in which a few different values occur. For your test you can create tables with any random numbers:"
+#. .qrp
+#: print_title_row.xhp
+msgctxt ""
+"print_title_row.xhp\n"
+"par_id3146975\n"
+"7\n"
+"help.text"
+msgid "As an example, If you want to print the top two rows of the sheet as well as the first column (A)on all pages, do the following:"
msgstr ""
-#: cellstyle_conditional.xhp#par_id3149565.41.help.text
-msgid "In one of the cells enter the formula =RAND(), and you will obtain a random number between 0 and 1. If you want integers of between 0 and 50, enter the formula =INT(RAND()*50)."
+#. Ss#!
+#: print_title_row.xhp
+msgctxt ""
+"print_title_row.xhp\n"
+"par_id3163710\n"
+"8\n"
+"help.text"
+msgid "Choose <emph>Format - Print Ranges - Edit</emph>. The <emph>Edit Print Ranges</emph> dialog appears."
msgstr ""
-#: cellstyle_conditional.xhp#par_id3149258.42.help.text
-msgid "Copy the formula to create a row of random numbers. Click the bottom right corner of the selected cell, and drag to the right until the desired cell range is selected."
+#. @8H0
+#: print_title_row.xhp
+msgctxt ""
+"print_title_row.xhp\n"
+"par_id3149958\n"
+"9\n"
+"help.text"
+msgid "Click the icon at the far right of the <emph>Rows to repeat</emph> area."
msgstr ""
-#: cellstyle_conditional.xhp#par_id3159236.43.help.text
-msgid "In the same way as described above, drag down the corner of the rightmost cell in order to create more rows of random numbers."
+#. =0n(
+#: print_title_row.xhp
+msgctxt ""
+"print_title_row.xhp\n"
+"par_id3145800\n"
+"10\n"
+"help.text"
+msgid "The dialog shrinks so that you can see more of the sheet."
msgstr ""
-#: cellstyle_conditional.xhp#hd_id3149211.44.help.text
-msgid "Step 2: Define Cell Styles"
+#. 0?.M
+#: print_title_row.xhp
+msgctxt ""
+"print_title_row.xhp\n"
+"par_id3155602\n"
+"11\n"
+"help.text"
+msgid "Select the first two rows and, for this example, click cell A1 and drag to A2."
msgstr ""
-#: cellstyle_conditional.xhp#par_id3154659.45.help.text
-msgid "The next step is to apply a cell style to all values that represent above-average turnover, and one to those that are below the average. Ensure that the Styles and Formatting window is visible before proceeding."
+#. =nD%
+#: print_title_row.xhp
+msgctxt ""
+"print_title_row.xhp\n"
+"par_id3154018\n"
+"12\n"
+"help.text"
+msgid "In the shrunk dialog you will see $1:$2. Rows 1 and 2 are now rows to repeat."
msgstr ""
-#: cellstyle_conditional.xhp#par_id3150883.46.help.text
-msgid "Click in a blank cell and select the command <emph>Format Cells</emph> in the context menu."
+#. |F`7
+#: print_title_row.xhp
+msgctxt ""
+"print_title_row.xhp\n"
+"par_id3153707\n"
+"13\n"
+"help.text"
+msgid "Click the icon at the far right of the <emph>Rows to repeat</emph> area. The dialog is restored again."
msgstr ""
-#: cellstyle_conditional.xhp#par_id3155529.47.help.text
-msgid "In the <emph>Format Cells</emph> dialog on the <emph>Background</emph> tab, select a background color. Click <emph>OK</emph>."
+#. CZ1W
+#: print_title_row.xhp
+msgctxt ""
+"print_title_row.xhp\n"
+"par_id3155443\n"
+"14\n"
+"help.text"
+msgid "If you also want column A as a column to repeat, click the icon at the far right of the <emph>Columns to repeat</emph> area."
msgstr ""
-#: cellstyle_conditional.xhp#par_id3154484.48.help.text
-msgid "In the Styles and Formatting window, click the <emph>New Style from Selection</emph> icon. Enter the name of the new style. For this example, name the style \"Above\"."
+#. TN|a
+#: print_title_row.xhp
+msgctxt ""
+"print_title_row.xhp\n"
+"par_id3154256\n"
+"15\n"
+"help.text"
+msgid "Click column A (not in the column header)."
msgstr ""
-#: cellstyle_conditional.xhp#par_id3152889.49.help.text
-msgid "To define a second style, click again in a blank cell and proceed as described above. Assign a different background color for the cell and assign a name (for this example, \"Below\")."
+#. %h[x
+#: print_title_row.xhp
+msgctxt ""
+"print_title_row.xhp\n"
+"par_id3154704\n"
+"16\n"
+"help.text"
+msgid "Click the icon again at the far right of the <emph>Columns to repeat</emph> area."
msgstr ""
-#: cellstyle_conditional.xhp#hd_id3148704.60.help.text
-msgid "Step 3: Calculate Average"
+#. qy!l
+#: print_title_row.xhp
+msgctxt ""
+"print_title_row.xhp\n"
+"par_id3150088\n"
+"17\n"
+"help.text"
+msgid "Rows to repeat are rows from the sheet. You can define headers and footers to be printed on each print page independently of this in <emph>Format - Page</emph>."
msgstr ""
-#: cellstyle_conditional.xhp#par_id3148837.51.help.text
-msgid "In our particular example, we are calculating the average of the random values. The result is placed in a cell:"
+#. R?=A
+#: print_title_row.xhp
+msgctxt ""
+"print_title_row.xhp\n"
+"par_id3155380\n"
+"18\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/03100000.xhp\" name=\"View - Page Break Preview\">View - Page Break Preview</link>"
msgstr ""
-#: cellstyle_conditional.xhp#par_id3144768.52.help.text
-msgid "Set the cursor in a blank cell, for example, J14, and choose <emph>Insert - Function</emph>."
+#. Ch?h
+#: print_title_row.xhp
+msgctxt ""
+"print_title_row.xhp\n"
+"par_id3154371\n"
+"19\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05080300.xhp\" name=\"Format - Print ranges - Edit\">Format - Print ranges - Edit</link>"
msgstr ""
-#: cellstyle_conditional.xhp#par_id3156016.53.help.text
-msgid "Select the AVERAGE function. Use the mouse to select all your random numbers. If you cannot see the entire range, because the Function Wizard is obscuring it, you can temporarily shrink the dialog using the <link href=\"text/shared/00/00000001.xhp#eingabesymbol\" name=\"Shrink or Maximize\"><item type=\"menuitem\">Shrink / Maximize</item></link> icon."
+#. mL-u
+#: print_title_row.xhp
+msgctxt ""
+"print_title_row.xhp\n"
+"par_id3146113\n"
+"20\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05070000.xhp\" name=\"Format - Page - (Header / Footer)\">Format - Page - (Header / Footer)</link>"
msgstr ""
-#: cellstyle_conditional.xhp#par_id3153246.54.help.text
-msgid "Close the Function Wizard with <item type=\"menuitem\">OK</item>."
+#. bF46
+#: print_details.xhp
+msgctxt ""
+"print_details.xhp\n"
+"tit\n"
+"help.text"
+msgid "Printing Sheet Details"
msgstr ""
-#: cellstyle_conditional.xhp#hd_id3149898.50.help.text
-msgid "Step 4: Apply Cell Styles"
+#. 8|Md
+#: print_details.xhp
+msgctxt ""
+"print_details.xhp\n"
+"bm_id3154346\n"
+"help.text"
+msgid "<bookmark_value>printing;sheet details</bookmark_value><bookmark_value>sheets; printing details</bookmark_value><bookmark_value>grids; printing sheet grids</bookmark_value><bookmark_value>formulas; printing, instead of results</bookmark_value><bookmark_value>comments; printing</bookmark_value><bookmark_value>charts;printing</bookmark_value><bookmark_value>sheet grids; printing</bookmark_value><bookmark_value>cells; printing grids</bookmark_value><bookmark_value>borders; printing cells</bookmark_value><bookmark_value>zero values; printing</bookmark_value><bookmark_value>null values; printing</bookmark_value><bookmark_value>draw objects;printing</bookmark_value>"
msgstr ""
-#: cellstyle_conditional.xhp#par_id3149126.55.help.text
-msgid "Now you can apply the conditional formatting to the sheet:"
+#. M27.
+#: print_details.xhp
+msgctxt ""
+"print_details.xhp\n"
+"hd_id3154346\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"print_details\"><link href=\"text/scalc/guide/print_details.xhp\" name=\"Printing Sheet Details\">Printing Sheet Details</link></variable>"
msgstr ""
-#: cellstyle_conditional.xhp#par_id3150049.56.help.text
-msgid "Select all cells with the random numbers."
+#. @3,k
+#: print_details.xhp
+msgctxt ""
+"print_details.xhp\n"
+"par_id3153728\n"
+"2\n"
+"help.text"
+msgid "When printing a sheet you can select which details are to be printed:"
msgstr ""
-#: cellstyle_conditional.xhp#par_id3153801.57.help.text
-msgid "Choose the <emph>Format - Conditional Formatting</emph> command to open the corresponding dialog."
+#. :GM2
+#: print_details.xhp
+msgctxt ""
+"print_details.xhp\n"
+"par_id3150010\n"
+"3\n"
+"help.text"
+msgid "Row and column headers"
msgstr ""
-#: cellstyle_conditional.xhp#par_id3153013.58.help.text
-msgid "Define the condition as follows: If cell value is less than J14, format with cell style \"Below\", and if cell value is greater than or equal to J14, format with cell style \"Above\"."
+#. qZUT
+#: print_details.xhp
+msgctxt ""
+"print_details.xhp\n"
+"par_id3154013\n"
+"4\n"
+"help.text"
+msgid "Sheet grid"
msgstr ""
-#: cellstyle_conditional.xhp#hd_id3155761.61.help.text
-msgid "Step 5: Copy Cell Style"
+#. a\x8
+#: print_details.xhp
+msgctxt ""
+"print_details.xhp\n"
+"par_id3145273\n"
+"5\n"
+"help.text"
+msgid "Comments"
+msgstr "შიგთავსი"
+
+#. cWPW
+#: print_details.xhp
+msgctxt ""
+"print_details.xhp\n"
+"par_id3145801\n"
+"6\n"
+"help.text"
+msgid "Objects and graphics"
msgstr ""
-#: cellstyle_conditional.xhp#par_id3145320.62.help.text
-msgid "To apply the conditional formatting to other cells later:"
+#. 30mD
+#: print_details.xhp
+msgctxt ""
+"print_details.xhp\n"
+"par_id3154491\n"
+"7\n"
+"help.text"
+msgid "Charts"
+msgstr "დიაგრამები"
+
+#. h6/g
+#: print_details.xhp
+msgctxt ""
+"print_details.xhp\n"
+"par_id3154731\n"
+"8\n"
+"help.text"
+msgid "Drawing objects"
+msgstr "ხატვის ობიქტები"
+
+#. (NIA
+#: print_details.xhp
+msgctxt ""
+"print_details.xhp\n"
+"par_id3149400\n"
+"9\n"
+"help.text"
+msgid "Formulas"
+msgstr "ფორმულები"
+
+#. 6F;9
+#: print_details.xhp
+msgctxt ""
+"print_details.xhp\n"
+"par_id3150752\n"
+"10\n"
+"help.text"
+msgid "To choose the details proceed as follows:"
msgstr ""
-#: cellstyle_conditional.xhp#par_id3153074.63.help.text
-msgid "Click one of the cells that has been assigned conditional formatting."
+#. CMl,
+#: print_details.xhp
+msgctxt ""
+"print_details.xhp\n"
+"par_id3145640\n"
+"11\n"
+"help.text"
+msgid "Select the sheet you want to print."
msgstr ""
-#: cellstyle_conditional.xhp#par_id3149051.64.help.text
-msgid "Copy the cell to the clipboard."
+#. tSyA
+#: print_details.xhp
+msgctxt ""
+"print_details.xhp\n"
+"par_id3150042\n"
+"12\n"
+"help.text"
+msgid "Choose <emph>Format - Page</emph>."
msgstr ""
-#: cellstyle_conditional.xhp#par_id3150436.65.help.text
-msgid "Select the cells that are to receive this same formatting."
+#. $7B;
+#: print_details.xhp
+msgctxt ""
+"print_details.xhp\n"
+"par_id3147340\n"
+"13\n"
+"help.text"
+msgid "The command is not visible if the sheet was opened with write protection on. In that case, click the <emph>Edit File </emph>icon on the <emph>Standard</emph> Bar."
msgstr ""
-#: cellstyle_conditional.xhp#par_id3147298.66.help.text
-msgid "Choose <emph>Edit - Paste Special</emph>. The <emph>Paste Special</emph> dialog appears."
+#. sJ{v
+#: print_details.xhp
+msgctxt ""
+"print_details.xhp\n"
+"par_id3146916\n"
+"14\n"
+"help.text"
+msgid "Select the <emph>Sheet</emph> tab. In the <emph>Print </emph>area mark the details to be printed and click OK."
msgstr ""
-#: cellstyle_conditional.xhp#par_id3166465.67.help.text
-msgid "In the <emph>Selection</emph> area, check only the <emph>Formats</emph> box. All other boxes must be unchecked. Click <emph>OK</emph>."
+#. ,N`F
+#: print_details.xhp
+msgctxt ""
+"print_details.xhp\n"
+"par_id3145789\n"
+"15\n"
+"help.text"
+msgid "Print the document."
msgstr ""
-#: cellstyle_conditional.xhp#par_id3159123.68.help.text
-msgid "<link href=\"text/scalc/01/05120000.xhp\" name=\"Format - Conditional formatting\">Format - Conditional formatting</link>"
+#. %f=H
+#: print_details.xhp
+msgctxt ""
+"print_details.xhp\n"
+"par_id3150345\n"
+"16\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/03100000.xhp\" name=\"View - Page Break Preview\">View - Page Break Preview</link>"
msgstr ""
diff --git a/source/ka/helpcontent2/source/text/schart.po b/source/ka/helpcontent2/source/text/schart.po
index 5adda8d7185..da8f5c03bde 100644
--- a/source/ka/helpcontent2/source/text/schart.po
+++ b/source/ka/helpcontent2/source/text/schart.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/schart.oo
+#. extracted from helpcontent2/source/text/schart
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fschart.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:52+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,394 +12,880 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: main0000.xhp#tit.help.text
+#. R6tf
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"tit\n"
+"help.text"
+msgid "$[officename] Chart Features"
+msgstr "$[officename] დიაგრამის თვისებები"
+
+#. =UVs
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3150543\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/schart/main0503.xhp\" name=\"$[officename] Chart Features\">$[officename] Chart Features</link>"
+msgstr "<link href=\"text/schart/main0503.xhp\" name=\"$[officename] Chart Features\">$[officename] დიაგრამის თვისებები</link>"
+
+#. Fy.7
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"par_id3150868\n"
+"2\n"
+"help.text"
+msgid "Charts allow you to present data so that it is easy to visualize."
+msgstr "დიაგრამები იძლევიან საშუალებას წარმოაჩინონ მონაცემები ისე რომ იყოს ადვილად ვიზუალირებული."
+
+#. yP_p
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"par_id3146974\n"
+"6\n"
+"help.text"
+msgid "You can create a chart from source data in a Calc spreadsheet or a Writer table. When the chart is embedded in the same document as the data, it stays linked to the data, so that the chart automatically updates when you change the source data."
+msgstr ""
+
+#. q*!8
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3153143\n"
+"7\n"
+"help.text"
+msgid "Chart Types"
+msgstr "დიაგრამის ტიპები"
+
+#. n#[n
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"par_id3151112\n"
+"8\n"
+"help.text"
+msgid "Choose from a variety of 3D charts and 2D charts, such as bar charts, line charts, stock charts. You can change chart types with a few clicks of the mouse."
+msgstr "აირჩიეთ 3D და 2D ვარიანტის დიაგრამები, როგორც ზოლის დიაგრამები, ხაზის დიაგრამები, ბირჟის დიაგრამები.თქვენ შეგიძლიათ შეცვალოთ დიაგრამის ტიპები მაუსის რამოდენიმე დაწკაპუნებით"
+
+#. P16_
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3149665\n"
+"10\n"
+"help.text"
+msgid "Individual Formatting"
+msgstr "ინდივიდუალური ფორმატირება"
+
+#. |mhS
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"par_id3156441\n"
+"11\n"
+"help.text"
+msgid "You can customize individual chart elements, such as axes, data labels, and legends, by right-clicking them in the chart, or with toolbar icons and menu commands."
+msgstr "თქვენ შეგიძლიათ მოარგოთ ინდივიდუალურად დიაგრამების ელემენტები, ღერძები,მონაცემთა ჭდეები და ლეგენდები დიაგრამაზე მარჯვენა დაწკაპუნებით, ან ინსტრუმენტთა ზოლის ხატულებზე ბრძანებით."
+
+#. +LUD
+#: main0202.xhp
+#, fuzzy
+msgctxt ""
+"main0202.xhp\n"
+"tit\n"
+"help.text"
+msgid "Formatting Bar"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\nფორმატირების ზოლი\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\nფირმატირების ზოლი"
+
+#. +WGX
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id0810200911433792\n"
+"help.text"
+msgid "<link href=\"text/schart/main0202.xhp\" name=\"Formatting Bar\">Formatting Bar</link>"
+msgstr ""
+
+#. $QKD
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_id0810200911433835\n"
+"help.text"
+msgid "The Formatting Bar is shown when a chart is set to edit mode. Double-click a chart to enter edit mode. Click outside the chart to leave edit mode."
+msgstr ""
+
+#. 1EOB
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_id0810200911433878\n"
+"help.text"
+msgid "You can edit the formatting of a chart using the controls and icons on the Formatting Bar."
+msgstr ""
+
+#. #b7`
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id0810200902300436\n"
+"help.text"
+msgid "Select Chart Element"
+msgstr ""
+
+#. jC@s
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_id0810200902300479\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the element from the chart that you want to format. The element gets selected in the chart preview. Click Format Selection to open the properties dialog for the selected element.</ahelp>"
+msgstr ""
+
+#. QS^O
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id0810200902300555\n"
+"help.text"
+msgid "Format Selection"
+msgstr ""
+
+#. LJ[F
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_id0810200902300539\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the properties dialog for the selected element.</ahelp>"
+msgstr ""
+
+#. z44c
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id0810200902300545\n"
+"help.text"
+msgid "Chart Type"
+msgstr "დიაგრამის ტიპები"
+
+#. TG]H
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_id0810200902300594\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Chart Type dialog.</ahelp>"
+msgstr ""
+
+#. Y*U}
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id0810200902300537\n"
+"help.text"
+msgid "Chart Data Table"
+msgstr ""
+
+#. /{J:
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_id0810200902300699\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Data Table dialog where you can edit the chart data.</ahelp>"
+msgstr ""
+
+#. x(5b
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id0810200902300672\n"
+"help.text"
+msgid "Horizontal Grid On/Off"
+msgstr ""
+
+#. %T5}
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_id0810200902300630\n"
+"help.text"
+msgid "<ahelp hid=\".\">The Horizontal Grid On/Off icon on the Formatting bar toggles the visibility of the grid display for the Y axis.</ahelp>"
+msgstr ""
+
+#. h:h3
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id0810200902300738\n"
+"help.text"
+msgid "Legend On/Off"
+msgstr "ლეგენდის ჩართვა/"
+
+#. iBWZ
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_id081020090230076\n"
+"help.text"
+msgid "<ahelp hid=\".\">To show or hide a legend, click Legend On/Off on the Formatting bar.</ahelp>"
+msgstr ""
+
+#. XJL@
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id0810200902300785\n"
+"help.text"
+msgid "Scale Text"
+msgstr ""
+
+#. !+TR
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_id0810200902300784\n"
+"help.text"
+msgid "<ahelp hid=\".\">Rescales the text in the chart when you change the size of the chart.</ahelp>"
+msgstr ""
+
+#. cdcd
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id081020090230087\n"
+"help.text"
+msgid "Automatic Layout"
+msgstr ""
+
+#. GA!(
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_id0810200902300834\n"
+"help.text"
+msgid "<ahelp hid=\".\">Moves all chart elements to their default positions inside the current chart. This function does not alter the chart type or any other attributes other than the position of elements.</ahelp>"
+msgstr ""
+
+#. rK3-
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"tit\n"
+"help.text"
msgid "Charts in $[officename]"
msgstr "დიაგრამები $[officename]-ში"
-#: main0000.xhp#bm_id3148664.help.text
+#. U0iz
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"bm_id3148664\n"
+"help.text"
msgid "<bookmark_value>charts; overview</bookmark_value> <bookmark_value>HowTos for charts</bookmark_value>"
msgstr ""
-#: main0000.xhp#hd_id3148664.1.help.text
+#. ;]OJ
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"hd_id3148664\n"
+"1\n"
+"help.text"
msgid "<variable id=\"chart_main\"><link href=\"text/schart/main0000.xhp\" name=\"Charts in $[officename]\">Using Charts in %PRODUCTNAME</link></variable>"
msgstr "<variable id=\"chart_main\"><link href=\"text/schart/main0000.xhp\" name=\"Charts in $[officename]\">დიაგრამების გამოყენება %PRODUCTNAME-ში</link></variable>"
-#: main0000.xhp#par_id3154685.2.help.text
+#. nny)
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id3154685\n"
+"2\n"
+"help.text"
msgid "<variable id=\"chart\">$[officename] lets you present data graphically in a chart, so that you can visually compare data series and view trends in the data. You can insert charts into spreadsheets, text documents, drawings, and presentations. </variable>"
msgstr ""
-#: main0000.xhp#hd_id3153143.5.help.text
+#. Hp}Z
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"hd_id3153143\n"
+"5\n"
+"help.text"
msgid "Chart Data"
msgstr ""
-#: main0000.xhp#par_id5181432.help.text
+#. IZ%L
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id5181432\n"
+"help.text"
msgid "Charts can be based on the following data:"
msgstr ""
-#: main0000.xhp#par_id7787102.help.text
+#. 3nYt
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id7787102\n"
+"help.text"
msgid "Spreadsheet values from Calc cell ranges"
msgstr ""
-#: main0000.xhp#par_id7929929.help.text
+#. C7Ja
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id7929929\n"
+"help.text"
msgid "Cell values from a Writer table"
msgstr ""
-#: main0000.xhp#par_id4727011.help.text
+#. /ibE
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id4727011\n"
+"help.text"
msgid "Values that you enter in the Chart Data Table dialog (you can create these charts in Writer, Draw, or Impress, and you can copy and paste them also to Calc)"
msgstr ""
-#: main0000.xhp#par_id76601.help.text
+#. VdGQ
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id76601\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Creates a chart in the current document. To use a continuous range of cells as the data source for your chart, click inside the cell range, and then choose this command. Alternatively, select some cells and choose this command to create a chart of the selected cells.</ahelp>"
msgstr ""
-#: main0000.xhp#hd_id5345011.help.text
+#. Ljfa
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"hd_id5345011\n"
+"help.text"
msgid "To insert a chart"
msgstr ""
-#: main0000.xhp#hd_id5631580.help.text
+#. \Mj~
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"hd_id5631580\n"
+"help.text"
msgid "To edit a chart"
msgstr ""
-#: main0000.xhp#par_id7911008.help.text
+#. E9mK
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id7911008\n"
+"help.text"
msgid "Click a chart to edit the object properties:"
msgstr ""
-#: main0000.xhp#par_id9844660.help.text
+#. [ah;
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id9844660\n"
+"help.text"
msgid "Size and position on the current page."
msgstr ""
-#: main0000.xhp#par_id8039796.help.text
+#. F9_Z
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id8039796\n"
+"help.text"
msgid "Alignment, text wrap, outer borders, and more."
msgstr ""
-#: main0000.xhp#par_id7986693.help.text
+#. _FaS
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id7986693\n"
+"help.text"
msgid "Double-click a chart to enter the chart edit mode:"
msgstr ""
-#: main0000.xhp#par_id2350840.help.text
+#. :m6G
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id2350840\n"
+"help.text"
msgid "Chart data values (for charts with own data)."
msgstr ""
-#: main0000.xhp#par_id3776055.help.text
+#. kz!O
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id3776055\n"
+"help.text"
msgid "Chart type, axes, titles, walls, grid, and more."
msgstr ""
-#: main0000.xhp#par_id8442335.help.text
+#. TP)%
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id8442335\n"
+"help.text"
msgid "Double-click a chart element in chart edit mode:"
msgstr ""
-#: main0000.xhp#par_id4194769.help.text
+#. YQ!+
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id4194769\n"
+"help.text"
msgid "Double-click an axis to edit the scale, type, color, and more."
msgstr ""
-#: main0000.xhp#par_id8644672.help.text
+#. [ZFg
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id8644672\n"
+"help.text"
msgid "Double-click a data point to select and edit the data series to which the data point belongs."
msgstr ""
-#: main0000.xhp#par_id6574907.help.text
+#. glR*
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id6574907\n"
+"help.text"
msgid "With a data series selected, click, then double-click a single data point to edit the properties of this data point (for example, a single bar in a bar chart)."
msgstr ""
-#: main0000.xhp#par_id1019200902360575.help.text
+#. sSds
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id1019200902360575\n"
+"help.text"
msgid "Double-click the legend to select and edit the legend. Click, then double-click a symbol in the selected legend to edit the associated data series."
msgstr ""
-#: main0000.xhp#par_id7528916.help.text
+#. xH.n
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id7528916\n"
+"help.text"
msgid "Double-click any other chart element, or click the element and open the Format menu, to edit the properties."
msgstr ""
-#: main0000.xhp#par_id8420667.help.text
+#. CE-h
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id8420667\n"
+"help.text"
msgid "Click outside the chart to leave the current edit mode."
msgstr ""
-#: main0000.xhp#par_id4923856.help.text
+#. `z%;
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id4923856\n"
+"help.text"
msgid "To print a chart in high quality, you can export the chart to a PDF file and print that file."
msgstr ""
-#: main0000.xhp#par_id0810200912061033.help.text
+#. `J%*
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200912061033\n"
+"help.text"
msgid "In chart edit mode, you see the <link href=\"text/schart/main0202.xhp\">Formatting Bar</link> for charts near the upper border of the document. The Drawing Bar for charts appears near the lower border of the document. The Drawing Bar shows a subset of the icons from the <link href=\"text/simpress/main0210.xhp\">Drawing</link> toolbar of Draw and Impress."
msgstr ""
-#: main0000.xhp#par_id0810200902080452.help.text
+#. `7cR
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200902080452\n"
+"help.text"
msgid "You can right-click an element of a chart to open the context menu. The context menu offers many commands to format the selected element."
msgstr ""
-#: main0000.xhp#par_id081020090354489.help.text
+#. :dgr
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id081020090354489\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the selected title.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200903405629.help.text
+#. }prO
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200903405629\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the chart area.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200903544867.help.text
+#. XkZ:
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200903544867\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the chart wall.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200903544952.help.text
+#. \.Hf
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200903544952\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the chart floor.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200903544927.help.text
+#. 0OnY
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200903544927\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the chart legend.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200903544949.help.text
+#. 6]6^
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200903544949\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the selected axis.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200903544984.help.text
+#. [08_
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200903544984\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the selected data point.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200903545096.help.text
+#. SOZZ
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200903545096\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the major grid.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200903545057.help.text
+#. #64]
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200903545057\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the minor grid.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200903545095.help.text
+#. MNuj
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200903545095\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the data series.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200903545094.help.text
+#. GAT6
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200903545094\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the stock loss indicators.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200903545113.help.text
+#. keW/
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200903545113\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the stock gain indicators.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200903545149.help.text
+#. N!Wb
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200903545149\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the data labels.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200903545159.help.text
+#. Onpl
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200903545159\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the Y error bars.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id081020090354524.help.text
+#. A,,J
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id081020090354524\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the mean value line.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200903545274.help.text
+#. @f\[
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200903545274\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the trendline.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200904063285.help.text
+#. 0Rba
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200904063285\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the trendline equation.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200904063252.help.text
+#. G((o
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200904063252\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the selected data label.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200904063239.help.text
+#. 4hOV
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200904063239\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to insert chart titles.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200904233047.help.text
+#. HMGB
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200904233047\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to insert or delete axes.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200904233058.help.text
+#. _hBL
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200904233058\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to insert an axis.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200904233089.help.text
+#. W4tw
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200904233089\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to insert an axis title.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200904233160.help.text
+#. 5AY\
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200904233160\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a major grid.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200904233175.help.text
+#. #U.0
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200904233175\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a minor grid.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200904233111.help.text
+#. 3L\p
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200904233111\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts data labels.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200904233174.help.text
+#. M1@-
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200904233174\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts the trendline equation and the coefficient of determination R².</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200904265639.help.text
+#. WnhE
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200904265639\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts the coefficient of determination R² value.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200904362614.help.text
+#. lL7T
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200904362614\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a single data label.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200904362666.help.text
+#. yI:q
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200904362666\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the chart legend.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200904362777.help.text
+#. }Ihk
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200904362777\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the selected axis.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200904362785.help.text
+#. 9Z6~
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200904362785\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the major grid.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200904362748.help.text
+#. tXa%
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200904362748\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the minor grid.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200904362778.help.text
+#. 9Cu/
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200904362778\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes all data labels.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200904362893.help.text
+#. A2Z/
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200904362893\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the trendline equation.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200904362896.help.text
+#. @dw(
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200904362896\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the R² value.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200904362827.help.text
+#. AEV%
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200904362827\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the selected data label.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200904431376.help.text
+#. s5qS
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200904431376\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the mean value line.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id081020090443142.help.text
+#. n(@m
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id081020090443142\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the Y error bars.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200904393229.help.text
+#. d%a~
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200904393229\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Resets the selected data point to default format.</ahelp>"
msgstr ""
-#: main0000.xhp#par_id0810200904393351.help.text
+#. n)NK
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id0810200904393351\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Resets all data points to default format.</ahelp>"
msgstr ""
-
-#: main0503.xhp#tit.help.text
-msgid "$[officename] Chart Features"
-msgstr "$[officename] დიაგრამის თვისებები"
-
-#: main0503.xhp#hd_id3150543.1.help.text
-msgid "<link href=\"text/schart/main0503.xhp\" name=\"$[officename] Chart Features\">$[officename] Chart Features</link>"
-msgstr "<link href=\"text/schart/main0503.xhp\" name=\"$[officename] Chart Features\">$[officename] დიაგრამის თვისებები</link>"
-
-#: main0503.xhp#par_id3150868.2.help.text
-msgid "Charts allow you to present data so that it is easy to visualize."
-msgstr "დიაგრამები იძლევიან საშუალებას წარმოაჩინონ მონაცემები ისე რომ იყოს ადვილად ვიზუალირებული."
-
-#: main0503.xhp#par_id3146974.6.help.text
-msgid "You can create a chart from source data in a Calc spreadsheet or a Writer table. When the chart is embedded in the same document as the data, it stays linked to the data, so that the chart automatically updates when you change the source data."
-msgstr ""
-
-#: main0503.xhp#hd_id3153143.7.help.text
-msgid "Chart Types"
-msgstr "დიაგრამის ტიპები"
-
-#: main0503.xhp#par_id3151112.8.help.text
-msgid "Choose from a variety of 3D charts and 2D charts, such as bar charts, line charts, stock charts. You can change chart types with a few clicks of the mouse."
-msgstr "აირჩიეთ 3D და 2D ვარიანტის დიაგრამები, როგორც ზოლის დიაგრამები, ხაზის დიაგრამები, ბირჟის დიაგრამები.თქვენ შეგიძლიათ შეცვალოთ დიაგრამის ტიპები მაუსის რამოდენიმე დაწკაპუნებით"
-
-#: main0503.xhp#hd_id3149665.10.help.text
-msgid "Individual Formatting"
-msgstr "ინდივიდუალური ფორმატირება"
-
-#: main0503.xhp#par_id3156441.11.help.text
-msgid "You can customize individual chart elements, such as axes, data labels, and legends, by right-clicking them in the chart, or with toolbar icons and menu commands."
-msgstr "თქვენ შეგიძლიათ მოარგოთ ინდივიდუალურად დიაგრამების ელემენტები, ღერძები,მონაცემთა ჭდეები და ლეგენდები დიაგრამაზე მარჯვენა დაწკაპუნებით, ან ინსტრუმენტთა ზოლის ხატულებზე ბრძანებით."
-
-#: main0202.xhp#tit.help.text
-#, fuzzy
-msgid "Formatting Bar"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ფორმატირების ზოლი\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ფირმატირების ზოლი"
-
-#: main0202.xhp#hd_id0810200911433792.help.text
-msgid "<link href=\"text/schart/main0202.xhp\" name=\"Formatting Bar\">Formatting Bar</link>"
-msgstr ""
-
-#: main0202.xhp#par_id0810200911433835.help.text
-msgid "The Formatting Bar is shown when a chart is set to edit mode. Double-click a chart to enter edit mode. Click outside the chart to leave edit mode."
-msgstr ""
-
-#: main0202.xhp#par_id0810200911433878.help.text
-msgid "You can edit the formatting of a chart using the controls and icons on the Formatting Bar."
-msgstr ""
-
-#: main0202.xhp#hd_id0810200902300436.help.text
-msgid "Select Chart Element"
-msgstr ""
-
-#: main0202.xhp#par_id0810200902300479.help.text
-msgid "<ahelp hid=\".\">Select the element from the chart that you want to format. The element gets selected in the chart preview. Click Format Selection to open the properties dialog for the selected element.</ahelp>"
-msgstr ""
-
-#: main0202.xhp#hd_id0810200902300555.help.text
-msgid "Format Selection"
-msgstr ""
-
-#: main0202.xhp#par_id0810200902300539.help.text
-msgid "<ahelp hid=\".\">Opens the properties dialog for the selected element.</ahelp>"
-msgstr ""
-
-#: main0202.xhp#hd_id0810200902300545.help.text
-msgid "Chart Type"
-msgstr "დიაგრამის ტიპები"
-
-#: main0202.xhp#par_id0810200902300594.help.text
-msgid "<ahelp hid=\".\">Opens the Chart Type dialog.</ahelp>"
-msgstr ""
-
-#: main0202.xhp#hd_id0810200902300537.help.text
-msgid "Chart Data Table"
-msgstr ""
-
-#: main0202.xhp#par_id0810200902300699.help.text
-msgid "<ahelp hid=\".\">Opens the Data Table dialog where you can edit the chart data.</ahelp>"
-msgstr ""
-
-#: main0202.xhp#hd_id0810200902300672.help.text
-msgid "Horizontal Grid On/Off"
-msgstr ""
-
-#: main0202.xhp#par_id0810200902300630.help.text
-msgid "<ahelp hid=\".\">The Horizontal Grid On/Off icon on the Formatting bar toggles the visibility of the grid display for the Y axis.</ahelp>"
-msgstr ""
-
-#: main0202.xhp#hd_id0810200902300738.help.text
-msgid "Legend On/Off"
-msgstr "ლეგენდის ჩართვა/"
-
-#: main0202.xhp#par_id081020090230076.help.text
-msgid "<ahelp hid=\".\">To show or hide a legend, click Legend On/Off on the Formatting bar.</ahelp>"
-msgstr ""
-
-#: main0202.xhp#hd_id0810200902300785.help.text
-msgid "Scale Text"
-msgstr ""
-
-#: main0202.xhp#par_id0810200902300784.help.text
-msgid "<ahelp hid=\".\">Rescales the text in the chart when you change the size of the chart.</ahelp>"
-msgstr ""
-
-#: main0202.xhp#hd_id081020090230087.help.text
-msgid "Automatic Layout"
-msgstr ""
-
-#: main0202.xhp#par_id0810200902300834.help.text
-msgid "<ahelp hid=\".\">Moves all chart elements to their default positions inside the current chart. This function does not alter the chart type or any other attributes other than the position of elements.</ahelp>"
-msgstr ""
diff --git a/source/ka/helpcontent2/source/text/schart/00.po b/source/ka/helpcontent2/source/text/schart/00.po
index 9135a060ba8..9a0036fb41b 100644
--- a/source/ka/helpcontent2/source/text/schart/00.po
+++ b/source/ka/helpcontent2/source/text/schart/00.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/schart/00.oo
+#. extracted from helpcontent2/source/text/schart/00
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fschart%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:52+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,267 +12,610 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: 00000004.xhp#tit.help.text
+#. [Vlo
+#: 00000004.xhp
#, fuzzy
+msgctxt ""
+"00000004.xhp\n"
+"tit\n"
+"help.text"
msgid "To access this function..."
-msgstr ""
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"წვდომა ამ ფუნქციასთან...\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ამ ფუნქციის ჩასართავად..."
-
-#: 00000004.xhp#hd_id3156023.1.help.text
+msgstr "#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nწვდომა ამ ფუნქციასთან...\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nამ ფუნქციის ჩასართავად..."
+
+#. RdO;
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id3156023\n"
+"1\n"
+"help.text"
msgid "<variable id=\"wie\">To access this function...</variable>"
msgstr ""
-#: 00000004.xhp#par_id3150791.9.help.text
+#. G92L
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3150791\n"
+"9\n"
+"help.text"
msgid "Choose <emph>View - Chart Data Table</emph> (Charts)"
msgstr ""
-#: 00000004.xhp#par_id3154686.55.help.text
-msgctxt "00000004.xhp#par_id3154686.55.help.text"
+#. XCS7
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3154686\n"
+"55\n"
+"help.text"
msgid "On Formatting bar, click"
msgstr ""
-#: 00000004.xhp#par_id3153728.help.text
+#. s*-\
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3153728\n"
+"help.text"
msgid "<image id=\"img_id3147428\" src=\"cmd/sc_grid.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147428\">Icon</alt></image>"
msgstr ""
-#: 00000004.xhp#par_id3154942.11.help.text
+#. 3O3J
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3154942\n"
+"11\n"
+"help.text"
msgid "Chart Data"
msgstr ""
-#: 00000004.xhp#par_id3153160.12.help.text
+#. ;0PI
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3153160\n"
+"12\n"
+"help.text"
msgid "<variable id=\"efgttl\">Choose <emph>Insert - Title </emph>(Charts)</variable>"
msgstr ""
-#: 00000004.xhp#par_id3149121.13.help.text
+#. 2]X$
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3149121\n"
+"13\n"
+"help.text"
msgid "Choose <emph>Insert - Legend </emph>(Charts)"
msgstr ""
-#: 00000004.xhp#par_id3155444.56.help.text
+#. B6pH
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3155444\n"
+"56\n"
+"help.text"
msgid "Choose <emph>Format - Legend - Position</emph> tab (Charts)"
msgstr ""
-#: 00000004.xhp#par_id3156385.16.help.text
+#. Td2p
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3156385\n"
+"16\n"
+"help.text"
msgid "Choose <emph>Insert - Data Labels </emph>(Charts)"
msgstr ""
-#: 00000004.xhp#par_id3147341.68.help.text
+#. ;.;V
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3147341\n"
+"68\n"
+"help.text"
msgid "Choose <emph>Format - Format Selection - Data Point/Data Series - Data Labels</emph> tab (for data series and data point) (Charts)"
msgstr ""
-#: 00000004.xhp#par_id3149565.69.help.text
+#. j*cW
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3149565\n"
+"69\n"
+"help.text"
msgid "<variable id=\"efgaug\">Choose <emph>Insert - Axes </emph>(Charts)</variable>"
msgstr ""
-#: 00000004.xhp#par_id3150297.17.help.text
+#. pGyw
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3150297\n"
+"17\n"
+"help.text"
msgid "Choose <emph>Insert - Grids </emph>(Charts)"
msgstr ""
-#: 00000004.xhp#par_id3145789.58.help.text
-msgctxt "00000004.xhp#par_id3145789.58.help.text"
+#. _FAs
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3145789\n"
+"58\n"
+"help.text"
msgid "On Formatting bar, click"
msgstr ""
-#: 00000004.xhp#par_id3150307.help.text
+#. :WGl
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3150307\n"
+"help.text"
msgid "<image id=\"img_id3155111\" src=\"cmd/sc_togglegridhorizontal.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155111\">Icon</alt></image>"
msgstr ""
-#: 00000004.xhp#par_id3155378.19.help.text
-msgctxt "00000004.xhp#par_id3155378.19.help.text"
+#. ^^*a
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3155378\n"
+"19\n"
+"help.text"
msgid "Horizontal Grid On/Off"
msgstr ""
-#: 00000004.xhp#par_id3145384.help.text
+#. 6#))
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3145384\n"
+"help.text"
msgid "<image id=\"img_id3152989\" src=\"cmd/sc_togglegridvertical.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152989\">Icon</alt></image>"
msgstr ""
-#: 00000004.xhp#par_id3153067.20.help.text
-msgctxt "00000004.xhp#par_id3153067.20.help.text"
+#. #/1+
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3153067\n"
+"20\n"
+"help.text"
msgid "Vertical Grid On/Off"
msgstr ""
-#: 00000004.xhp#par_id3148869.21.help.text
+#. !,pb
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3148869\n"
+"21\n"
+"help.text"
msgid "<variable id=\"efgsta\">Choose <emph>Insert - Y Error Bars </emph>(Charts)</variable>"
msgstr ""
-#: 00000004.xhp#par_id1061738.help.text
+#. S^RR
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id1061738\n"
+"help.text"
msgid "<variable id=\"trendlines\">Choose Insert - Trend Lines (Charts)</variable>"
msgstr ""
-#: 00000004.xhp#par_id3154532.67.help.text
+#. QI6E
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3154532\n"
+"67\n"
+"help.text"
msgid "<variable id=\"sonderz\">Choose <emph>Insert - Special Character </emph>(Charts)</variable>"
msgstr ""
-#: 00000004.xhp#par_id3153246.22.help.text
+#. e6@]
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3153246\n"
+"22\n"
+"help.text"
msgid "<variable id=\"frtoes\">Choose <emph>Format - Format Selection </emph>(Charts)</variable>"
msgstr ""
-#: 00000004.xhp#par_id3150214.23.help.text
+#. KLNg
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3150214\n"
+"23\n"
+"help.text"
msgid "<variable id=\"frtodd\">Choose <emph>Format - Format Selection - Data Point</emph> dialog (Charts)</variable>"
msgstr ""
-#: 00000004.xhp#par_id3154765.24.help.text
+#. Tb*q
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3154765\n"
+"24\n"
+"help.text"
msgid "<variable id=\"frtodr\">Choose <emph>Format - Format Selection - Data Series</emph> dialog (Charts)</variable>"
msgstr ""
-#: 00000004.xhp#par_id3153009.66.help.text
+#. s`kg
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3153009\n"
+"66\n"
+"help.text"
msgid "<variable id=\"optionen\">Choose <emph>Format - Format Selection - Data Series - Options</emph> tab (Charts)</variable>"
msgstr ""
-#: 00000004.xhp#par_id3154707.25.help.text
+#. @s/.
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3154707\n"
+"25\n"
+"help.text"
msgid "<variable id=\"frtttl\">Choose <emph>Format - Title </emph>(Charts)</variable>"
msgstr ""
-#: 00000004.xhp#par_id3155758.26.help.text
+#. eUh`
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3155758\n"
+"26\n"
+"help.text"
msgid "<variable id=\"frtoe\">Choose <emph>Format - Format Selection - Title</emph> dialog (Charts)</variable>"
msgstr ""
-#: 00000004.xhp#par_id3153075.27.help.text
+#. X++V
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3153075\n"
+"27\n"
+"help.text"
msgid "<variable id=\"frtegt\">Choose <emph>Format - Format Selection - Title</emph> dialog (Charts)</variable>"
msgstr ""
-#: 00000004.xhp#par_id3149048.28.help.text
+#. VjQ6
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3149048\n"
+"28\n"
+"help.text"
msgid "<variable id=\"frttya\">Choose <emph>Format - Title </emph>(Charts)</variable>"
msgstr ""
-#: 00000004.xhp#par_id3147402.70.help.text
+#. Mmd(
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3147402\n"
+"70\n"
+"help.text"
msgid "<variable id=\"frttyab\">Choose <emph>Format - Axis </emph>(Charts)</variable>"
msgstr ""
-#: 00000004.xhp#par_id3147297.29.help.text
+#. A]/G
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3147297\n"
+"29\n"
+"help.text"
msgid "<variable id=\"frtlgd\">Choose <emph>Format - Legend, or Format - Format Selection</emph> - <emph>Legend </emph>(Charts)</variable>"
msgstr ""
-#: 00000004.xhp#par_id3157876.31.help.text
+#. b1fL
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3157876\n"
+"31\n"
+"help.text"
msgid "<variable id=\"frtaa\">Choose <emph>Format - Axis - X Axis/Secondary X Axis/Z Axis/All Axes </emph>(Charts)</variable>"
msgstr ""
-#: 00000004.xhp#par_id3146883.32.help.text
+#. cm`q
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3146883\n"
+"32\n"
+"help.text"
msgid "<variable id=\"frtyas\">Choose <emph>Format - Axis - Y Axis/Secondary Y Axis </emph>(Charts)</variable>"
msgstr ""
-#: 00000004.xhp#par_id3149349.33.help.text
+#. HM);
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3149349\n"
+"33\n"
+"help.text"
msgid "<variable id=\"frtysk\">Choose <emph>Format - Axis - Y Axis - Scale</emph> tab (Charts)</variable>"
msgstr ""
-#: 00000004.xhp#par_id1006200812385491.help.text
+#. .9j_
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id1006200812385491\n"
+"help.text"
msgid "<variable id=\"positioning\">Choose <emph>Format - Axis - X Axis - Positioning</emph> tab (Charts)</variable>"
msgstr ""
-#: 00000004.xhp#par_id31493459.33.help.text
+#. Vgaj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id31493459\n"
+"33\n"
+"help.text"
msgid "<variable id=\"positioningy\">Choose <emph>Format - Axis - Y Axis - Positioning</emph> tab (Charts)</variable>"
msgstr ""
-#: 00000004.xhp#par_id3150477.34.help.text
+#. T!$`
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3150477\n"
+"34\n"
+"help.text"
msgid "<variable id=\"frtgt\">Choose <emph>Format - Grid </emph>(Charts)</variable>"
msgstr ""
-#: 00000004.xhp#par_id3150746.35.help.text
+#. !]s6
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3150746\n"
+"35\n"
+"help.text"
msgid "<variable id=\"frtgtr\">Choose <emph>Format - Grid - X, Y, Z Axis Major Grid/ X, Y, Z Minor Grid/ All Axis Grids </emph>(Charts)</variable>"
msgstr ""
-#: 00000004.xhp#par_id3145828.36.help.text
+#. RXB@
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3145828\n"
+"36\n"
+"help.text"
msgid "<variable id=\"frtdgw\">Choose <emph>Format - Chart Wall - Chart</emph> dialog (Charts)</variable>"
msgstr ""
-#: 00000004.xhp#par_id3153039.37.help.text
+#. k1PG
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3153039\n"
+"37\n"
+"help.text"
msgid "<variable id=\"frtdgb\">Choose <emph>Format - Chart Floor</emph>(Charts)</variable>"
msgstr ""
-#: 00000004.xhp#par_id3150141.38.help.text
+#. jbu6
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3150141\n"
+"38\n"
+"help.text"
msgid "<variable id=\"frtdgf\">Choose <emph>Format - Chart Area</emph>(Charts)</variable>"
msgstr ""
-#: 00000004.xhp#par_id3155830.39.help.text
+#. 34@7
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3155830\n"
+"39\n"
+"help.text"
msgid "Choose <emph>Format - Chart Type </emph>(Charts)"
msgstr ""
-#: 00000004.xhp#par_id3145140.59.help.text
-msgctxt "00000004.xhp#par_id3145140.59.help.text"
+#. oDsr
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3145140\n"
+"59\n"
+"help.text"
msgid "On Formatting bar, click"
msgstr ""
-#: 00000004.xhp#par_id3148582.help.text
+#. z2;t
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3148582\n"
+"help.text"
msgid "<image id=\"img_id3153124\" src=\"cmd/sc_diagramtype.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153124\">Icon</alt></image>"
msgstr ""
-#: 00000004.xhp#par_id3155956.41.help.text
+#. @;1i
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3155956\n"
+"41\n"
+"help.text"
msgid "Edit Chart Type"
msgstr ""
-#: 00000004.xhp#par_id3155621.45.help.text
+#. 3F-F
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3155621\n"
+"45\n"
+"help.text"
msgid "<variable id=\"frtdda\">Choose <emph>Format - 3D View</emph>(Charts)</variable>"
msgstr ""
-#: 00000004.xhp#par_id3150661.61.help.text
+#. [-+S
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3150661\n"
+"61\n"
+"help.text"
msgid "Choose <emph>Format - Arrangement </emph>(Charts)"
msgstr ""
-#: 00000004.xhp#par_id3153046.65.help.text
+#. ^UQ9
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3153046\n"
+"65\n"
+"help.text"
msgid "Open context menu - choose <emph>Arrangement </emph>(Charts)"
msgstr ""
-#: 00000004.xhp#par_id3151020.help.text
+#. QaWM
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3151020\n"
+"help.text"
msgid "<image id=\"img_id3150936\" src=\"cmd/sc_toggletitle.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150936\">Icon</alt></image>"
msgstr ""
-#: 00000004.xhp#par_id3150467.48.help.text
+#. FHYm
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3150467\n"
+"48\n"
+"help.text"
msgid "Title On/Off"
msgstr ""
-#: 00000004.xhp#par_id3149775.help.text
+#. s/Wx
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3149775\n"
+"help.text"
msgid "<image id=\"img_id3149781\" src=\"cmd/sc_toggleaxistitle.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149781\">Icon</alt></image>"
msgstr ""
-#: 00000004.xhp#par_id3147168.49.help.text
+#. GjuP
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3147168\n"
+"49\n"
+"help.text"
msgid "Axis Titles On/Off"
msgstr ""
-#: 00000004.xhp#par_id3163824.help.text
+#. Itju
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3163824\n"
+"help.text"
msgid "<image id=\"img_id3149708\" src=\"cmd/sc_togglegridhorizontal.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149708\">Icon</alt></image>"
msgstr ""
-#: 00000004.xhp#par_id3150962.50.help.text
-msgctxt "00000004.xhp#par_id3150962.50.help.text"
+#. C_-R
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3150962\n"
+"50\n"
+"help.text"
msgid "Horizontal Grid On/Off"
msgstr ""
-#: 00000004.xhp#par_id3151183.help.text
+#. nfpe
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3151183\n"
+"help.text"
msgid "<image id=\"img_id3151189\" src=\"cmd/sc_toggleaxisdescr.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151189\">Icon</alt></image>"
msgstr ""
-#: 00000004.xhp#par_id3153210.51.help.text
+#. ~;ZI
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3153210\n"
+"51\n"
+"help.text"
msgid "Show/Hide Axis Descriptions"
msgstr ""
-#: 00000004.xhp#par_id3156315.help.text
+#. C--Y
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3156315\n"
+"help.text"
msgid "<image id=\"img_id3156322\" src=\"cmd/sc_togglegridvertical.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156322\">Icon</alt></image>"
msgstr ""
-#: 00000004.xhp#par_id3153153.52.help.text
-msgctxt "00000004.xhp#par_id3153153.52.help.text"
+#. DDuT
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3153153\n"
+"52\n"
+"help.text"
msgid "Vertical Grid On/Off"
msgstr ""
-#: 00000004.xhp#par_id9631641.help.text
-msgctxt "00000004.xhp#par_id9631641.help.text"
-msgid "Choose Insert - <switchinline select=\"appl\"><caseinline select=\"WRITER\"> Object -</caseinline></switchinline> Chart "
+#. djg?
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id9631641\n"
+"help.text"
+msgid "Choose Insert - <switchinline select=\"appl\"><caseinline select=\"WRITER\"> Object -</caseinline></switchinline> Chart"
msgstr ""
-#: 00000004.xhp#par_id2985320.help.text
-msgctxt "00000004.xhp#par_id2985320.help.text"
-msgid "Choose Insert - <switchinline select=\"appl\"><caseinline select=\"WRITER\"> Object -</caseinline></switchinline> Chart "
+#. LP$9
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id2985320\n"
+"help.text"
+msgid "Choose Insert - <switchinline select=\"appl\"><caseinline select=\"WRITER\"> Object -</caseinline></switchinline> Chart"
msgstr ""
-#: 00000004.xhp#par_id1096530.help.text
+#. aCtY
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id1096530\n"
+"help.text"
msgid "Double-click a chart, then choose Format - Data Ranges"
msgstr ""
-#: 00000004.xhp#par_id733359.help.text
+#. /hKU
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id733359\n"
+"help.text"
msgid "<variable id=\"slp\">In the Chart Type dialog of a Line chart or XY chart that displays lines, mark Smooth lines checkbox, then click the Properties button.</variable>"
msgstr ""
diff --git a/source/ka/helpcontent2/source/text/schart/01.po b/source/ka/helpcontent2/source/text/schart/01.po
index 28249ebefb3..0783cb9aeba 100644
--- a/source/ka/helpcontent2/source/text/schart/01.po
+++ b/source/ka/helpcontent2/source/text/schart/01.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/schart/01.oo
+#. extracted from helpcontent2/source/text/schart/01
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fschart%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:54+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-12 07:19+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,3911 +12,8623 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: 04020000.xhp#tit.help.text
-msgctxt "04020000.xhp#tit.help.text"
-msgid "Legend"
-msgstr "ლეგენდა"
-
-#: 04020000.xhp#bm_id3156441.help.text
-msgid "<bookmark_value>chart legends; hiding</bookmark_value><bookmark_value>hiding;chart legends</bookmark_value>"
-msgstr "<bookmark_value>დიაგრამის ლეგენდები; დამალვა</bookmark_value><bookmark_value>დამალვა;დიაგრამის ლეგენდები</bookmark_value>"
-
-#: 04020000.xhp#hd_id3156441.1.help.text
-msgctxt "04020000.xhp#hd_id3156441.1.help.text"
-msgid "Legend"
-msgstr "ლეგენდა"
-
-#: 04020000.xhp#par_id3155413.2.help.text
-msgid "<variable id=\"legende\"><ahelp hid=\".uno:InsertMenuLegend\">Opens the <emph>Legend </emph>dialog, which allows you to change the position of legends in the chart, and to specify whether the legend is displayed.</ahelp></variable>"
+#. S%!G
+#: type_pie.xhp
+msgctxt ""
+"type_pie.xhp\n"
+"tit\n"
+"help.text"
+msgid "Chart Type Pie"
+msgstr ""
+
+#. #iQP
+#: type_pie.xhp
+msgctxt ""
+"type_pie.xhp\n"
+"bm_id7621997\n"
+"help.text"
+msgid "<bookmark_value>donut charts</bookmark_value> <bookmark_value>pie charts;types</bookmark_value> <bookmark_value>chart types;pie/donut</bookmark_value>"
msgstr ""
-#: 04020000.xhp#par_id3149124.3.help.text
-msgid "<variable id=\"sytextlegende\"><ahelp hid=\".uno:ToggleLegend\">To show or hide a legend, click <emph>Legend On/Off</emph> on the <emph>Formatting</emph> bar.</ahelp></variable>"
-msgstr "<variable id=\"sytextlegende\"><ahelp hid=\".uno:ToggleLegend\">აჩვენოს ან დაიმალოს ლეგენდა, დააწკაპუნეთ <emph>ლეგენდის ჩართვა/გამორთვა</emph><emph>ფორმატირება</emph> ზოლზე.</ahelp></variable>"
-
-#: 04020000.xhp#par_id3145230.help.text
-msgid "<image id=\"img_id3147346\" src=\"cmd/sc_togglelegend.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147346\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147346\" src=\"cmd/sc_togglelegend.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3147346\">ხატულა</alt></image>"
-
-#: 04020000.xhp#par_id3149207.16.help.text
-msgid "Legend On/Off"
-msgstr "ლეგენდის ჩართვა/"
-
-#: 04020000.xhp#hd_id3155114.6.help.text
-msgid "Display"
-msgstr "ნაჩვენები"
-
-#: 04020000.xhp#par_id3150206.7.help.text
-msgid "<ahelp hid=\"SCH_CHECKBOX_DLG_LEGEND_CBX_SHOW\">Specifies whether to display a legend for the chart.</ahelp> This option is only visible if you call the dialog by choosing <emph>Insert - Legend</emph>."
-msgstr "<ahelp hid=\"SCH_CHECKBOX_DLG_LEGEND_CBX_SHOW\">განსაზღვრეთ თუ არის ნაჩვენები ლეგენდა დიაგრამისთვის.</ahelp> პარამეტრი ნაჩვენები იქნება მხლოდ თუ გამოიძახებ დიალოგს არჩევით <emph>ლეგენდის - ჩასმა</emph>."
-
-#: 04020000.xhp#hd_id3150201.4.help.text
-msgid "Position"
-msgstr "მდებარეობა"
-
-#: 04020000.xhp#par_id3155376.5.help.text
-msgid "Select the position for the legend:"
-msgstr "მონიშნეთ ლეგენდისათვის მდებარეობა:"
-
-#: 04020000.xhp#hd_id3152988.8.help.text
-msgid "Left"
-msgstr "მარცხნივ"
-
-#: 04020000.xhp#par_id3155087.9.help.text
-msgid "<ahelp hid=\"SCH:RADIOBUTTON:TP_LEGEND_POS:RBT_LEFT\">Positions the legend at the left of the chart.</ahelp>"
-msgstr "<ahelp hid=\"SCH:RADIOBUTTON:TP_LEGEND_POS:RBT_LEFT\">დიაგრამის მარცხნივ ლეგენდის მდებარეობა.</ahelp>"
-
-#: 04020000.xhp#hd_id3153816.10.help.text
-msgid "Top"
-msgstr "ზევით"
-
-#: 04020000.xhp#par_id3153912.11.help.text
-msgid "<ahelp hid=\"SCH:RADIOBUTTON:TP_LEGEND_POS:RBT_TOP\">Positions the legend at the top of the chart.</ahelp>"
-msgstr "<ahelp hid=\"SCH:RADIOBUTTON:TP_LEGEND_POS:RBT_TOP\">დიაგრამის ზევით ლეგენდის მდებარეობა.</ahelp>"
-
-#: 04020000.xhp#hd_id3144773.12.help.text
-msgid "Right"
-msgstr "მარჯვნივ"
-
-#: 04020000.xhp#par_id3155268.13.help.text
-msgid "<ahelp hid=\"SCH:RADIOBUTTON:TP_LEGEND_POS:RBT_RIGHT\">Positions the legend at the right of the chart.</ahelp>"
-msgstr "<ahelp hid=\"SCH:RADIOBUTTON:TP_LEGEND_POS:RBT_RIGHT\">დიაგრამის მაჯვნივ ლეგენდის მდებარეობა.</ahelp>"
-
-#: 04020000.xhp#hd_id3152871.14.help.text
-msgid "Bottom"
-msgstr "ქვედა"
-
-#: 04020000.xhp#par_id3153249.15.help.text
-msgid "<ahelp hid=\"SCH:RADIOBUTTON:TP_LEGEND_POS:RBT_BOTTOM\">Positions the legend at the bottom of the chart.</ahelp>"
-msgstr "<ahelp hid=\"SCH:RADIOBUTTON:TP_LEGEND_POS:RBT_BOTTOM\">დიაგრამის ქვევით ლეგენდის მდებარეობა.</ahelp>"
-
-#: 04020000.xhp#hd_id1106200812072645.help.text
-msgid "Text Orientation"
+#. fP$A
+#: type_pie.xhp
+msgctxt ""
+"type_pie.xhp\n"
+"hd_id3365276\n"
+"help.text"
+msgid "<variable id=\"type_pie\"><link href=\"text/schart/01/type_pie.xhp\">Chart Type Pie</link></variable>"
msgstr ""
-#: 04020000.xhp#par_id1106200812072653.help.text
-msgid "This feature is only available if complex text layout support is enabled in <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages</item>."
+#. a}Ma
+#: type_pie.xhp
+msgctxt ""
+"type_pie.xhp\n"
+"par_id245979\n"
+"help.text"
+msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type."
msgstr ""
-#: 04020000.xhp#hd_id1106200812112444.help.text
-msgctxt "04020000.xhp#hd_id1106200812112444.help.text"
-msgid "Text Direction"
+#. Zdxo
+#: type_pie.xhp
+msgctxt ""
+"type_pie.xhp\n"
+"hd_id5799432\n"
+"help.text"
+msgid "Pie"
msgstr ""
-#: 04020000.xhp#par_id1106200812112530.help.text
-msgctxt "04020000.xhp#par_id1106200812112530.help.text"
-msgid "<ahelp hid=\".\">Specify the text direction for a paragraph that uses complex text layout (CTL). This feature is only available if complex text layout support is enabled.</ahelp>"
+#. v!$*
+#: type_pie.xhp
+msgctxt ""
+"type_pie.xhp\n"
+"par_id6549272\n"
+"help.text"
+msgid "A pie chart shows values as circular sectors of the total circle. The length of the arc, or the area of each sector, is proportional to its value."
msgstr ""
-#: 05080000.xhp#tit.help.text
-msgctxt "05080000.xhp#tit.help.text"
-msgid "Chart Area"
+#. `6A+
+#: type_pie.xhp
+msgctxt ""
+"type_pie.xhp\n"
+"par_id6529740\n"
+"help.text"
+msgid "Pie - this subtype shows sectors as colored areas of the total pie, for one data column only. In the created chart, you can click and drag any sector to separate that sector from the remaining pie or to join it back."
msgstr ""
-#: 05080000.xhp#bm_id3149670.help.text
-msgid "<bookmark_value>charts; formatting areas</bookmark_value><bookmark_value>formatting; chart areas</bookmark_value>"
-msgstr "<bookmark_value>charts; formatting areas</bookmark_value><bookmark_value>ფორმატირება; დიაგრამა areas</bookmark_value>"
-
-#: 05080000.xhp#hd_id3149670.1.help.text
-msgctxt "05080000.xhp#hd_id3149670.1.help.text"
-msgid "Chart Area"
+#. P?y-
+#: type_pie.xhp
+msgctxt ""
+"type_pie.xhp\n"
+"par_id9121982\n"
+"help.text"
+msgid "Exploded pie - this subtype shows the sectors already separated from each other. In the created chart, you can click and drag any sector to move it along a radial from the pie's center."
msgstr ""
-#: 05080000.xhp#par_id3125864.2.help.text
-msgid "<variable id=\"diagrammflaeche\"><ahelp visibility=\"visible\" hid=\".uno:DiagramArea\">Opens the<emph> Chart Area</emph> dialog, where you can modify the properties of the chart area. The chart area is the background behind all elements of the chart.</ahelp></variable>"
+#. eb^h
+#: type_pie.xhp
+msgctxt ""
+"type_pie.xhp\n"
+"par_id3808404\n"
+"help.text"
+msgid "Donut - this subtype can show multiple data columns. Each data column is shown as one donut shape with a hole inside, where the next data column can be shown. In the created chart, you can click and drag an outer sector to move it along a radial from the donut's center."
msgstr ""
-#: 05120000.xhp#tit.help.text
-msgid "Arrangement"
-msgstr "წყობა"
-
-#: 05120000.xhp#hd_id3159153.1.help.text
-msgid "<link href=\"text/schart/01/05120000.xhp\" name=\"Arrangement\">Arrangement</link>"
-msgstr "<link href=\"text/schart/01/05120000.xhp\" name=\"Arrangement\">წყობა</link>"
-
-#: 05120000.xhp#par_id3145750.2.help.text
-msgid "Allows you to modify the order of the data series already set in the chart."
+#. mhD0
+#: type_pie.xhp
+msgctxt ""
+"type_pie.xhp\n"
+"par_id2394482\n"
+"help.text"
+msgid "Exploded donut - this subtype shows the outer sectors already separated from the remaining donut. In the created chart, you can click and drag an outer sector to move it along a radial from the donut's center."
msgstr ""
-#: 05120000.xhp#par_id3155411.8.help.text
-msgid "The position of the data in the data table remains unchanged. You can only choose the commands after inserting a chart in $[officename] Calc."
+#. $[f5
+#: wiz_chart_type.xhp
+msgctxt ""
+"wiz_chart_type.xhp\n"
+"tit\n"
+"help.text"
+msgid "Chart Wizard - Chart Type"
msgstr ""
-#: 05120000.xhp#par_id3154757.5.help.text
-msgid "This function is only available if you have data displayed in columns. It is not possible to switch to data display in rows."
+#. #O0I
+#: wiz_chart_type.xhp
+msgctxt ""
+"wiz_chart_type.xhp\n"
+"bm_id4266792\n"
+"help.text"
+msgid "<bookmark_value>charts;choosing chart types</bookmark_value>"
msgstr ""
-#: 05120000.xhp#hd_id3147339.3.help.text
-msgid "Bring Forward"
-msgstr "წინ გამოტანა"
-
-#: 05120000.xhp#par_id3149259.6.help.text
-msgid "<ahelp hid=\".uno:Forward\">Brings the selected data series forward (to the right).</ahelp>"
+#. a2hg
+#: wiz_chart_type.xhp
+msgctxt ""
+"wiz_chart_type.xhp\n"
+"hd_id1536606\n"
+"help.text"
+msgid "<variable id=\"wiz_chart_type\"><link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard - Chart Type</link></variable>"
msgstr ""
-#: 05120000.xhp#hd_id3146316.4.help.text
-msgid "Send Backward"
-msgstr "უკან გაგზავნა"
-
-#: 05120000.xhp#par_id3147001.7.help.text
-msgid "<ahelp hid=\".uno:Backward\">Sends the selected data series backward (to the left).</ahelp>"
+#. 0#h6
+#: wiz_chart_type.xhp
+msgctxt ""
+"wiz_chart_type.xhp\n"
+"par_id6006958\n"
+"help.text"
+msgid "On the first page of the Chart Wizard you can <link href=\"text/schart/01/choose_chart_type.xhp\">choose a chart type</link>."
msgstr ""
-#: 05040100.xhp#tit.help.text
-msgctxt "05040100.xhp#tit.help.text"
-msgid "Axes"
-msgstr "ღერძი"
-
-#: 05040100.xhp#bm_id3153768.help.text
-msgid "<bookmark_value>axes;formatting</bookmark_value>"
-msgstr "<bookmark_value>Y ღერძი; ფორმატირება</bookmark_value>"
-
-#: 05040100.xhp#hd_id3153768.1.help.text
-msgctxt "05040100.xhp#hd_id3153768.1.help.text"
-msgid "Axes"
-msgstr "ღერძი"
-
-#: 05040100.xhp#par_id3154319.2.help.text
-msgid "<variable id=\"achsen\"><ahelp hid=\".uno:DiagramAxisAll\">Opens a dialog, where you can edit the properties of the selected axis.</ahelp></variable> The name of the dialog depends on the selected axis."
+#. L?xe
+#: wiz_chart_type.xhp
+msgctxt ""
+"wiz_chart_type.xhp\n"
+"hd_id3919186\n"
+"help.text"
+msgid "To choose a chart type"
msgstr ""
-#: 05040100.xhp#par_id3149667.3.help.text
-msgid "The <link href=\"text/schart/01/05040200.xhp\" name=\"Y axis\">Y axis</link> has an enhanced dialog. For X-Y charts, the X axis chart is also enhanced by the <link href=\"text/schart/01/05040201.xhp\" name=\"Scaling\"><emph>Scaling</emph></link> tab."
+#. `ZBf
+#: wiz_chart_type.xhp
+msgctxt ""
+"wiz_chart_type.xhp\n"
+"par_id3453169\n"
+"help.text"
+msgid "Choose a basic <link href=\"text/schart/01/choose_chart_type.xhp\">chart type</link>: click any of the entries labeled Column, Bar, Pie, and so on."
msgstr ""
-#: 05040100.xhp#par_id3159266.4.help.text
-msgid "Scaling the X axis is only possible in the X-Y chart type."
+#. -xY{
+#: wiz_chart_type.xhp
+msgctxt ""
+"wiz_chart_type.xhp\n"
+"par_id8406933\n"
+"help.text"
+msgid "The contents on the right side will change to offer more options depending on the basic chart type."
msgstr ""
-#: 05040100.xhp#hd_id3145230.5.help.text
-#, fuzzy
-msgctxt "05040100.xhp#hd_id3145230.5.help.text"
-msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>"
-msgstr "<link href=\"text/schart/01/05080000.xhp\" name=\"Chart Area\">დიაგრამის არე</link>"
-
-#: 04060000.xhp#tit.help.text
-msgid "Options"
-msgstr "პარამეტრები"
-
-#: 04060000.xhp#bm_id3149400.help.text
-msgid "<bookmark_value>aligning; 2D charts</bookmark_value> <bookmark_value>charts; aligning</bookmark_value> <bookmark_value>pie charts;options</bookmark_value>"
+#. BU/d
+#: wiz_chart_type.xhp
+msgctxt ""
+"wiz_chart_type.xhp\n"
+"par_id8230231\n"
+"help.text"
+msgid "Optionally, click any of the options. While you change the settings in the wizard, watch the preview in the document to see how the chart will look."
msgstr ""
-#: 04060000.xhp#hd_id3149400.1.help.text
-msgid "<link href=\"text/schart/01/04060000.xhp\" name=\"Options\">Options</link>"
-msgstr "<link href=\"text/schart/01/04060000.xhp\" name=\"Options\">პარამეტრები</link>"
-
-#: 04060000.xhp#par_id3155067.2.help.text
-msgid "Use this dialog to define some options that are available for specific chart types. The contents of the Options dialog vary with the chart type."
+#. DtU]
+#: wiz_chart_type.xhp
+msgctxt ""
+"wiz_chart_type.xhp\n"
+"par_id3267006\n"
+"help.text"
+msgid "Press <item type=\"keycode\">Shift+F1</item> and point to a control to see an extended help text."
msgstr ""
-#: 04060000.xhp#hd_id3150043.9.help.text
-msgid "Align data series to:"
-msgstr "მონაცემთა სერიის გასწორება:"
-
-#: 04060000.xhp#par_id3145228.10.help.text
-msgid "In this area you can choose between two Y axis scaling modes. The axes can only be scaled and given properties separately."
+#. 2/Fl
+#: wiz_chart_type.xhp
+msgctxt ""
+"wiz_chart_type.xhp\n"
+"par_id7251503\n"
+"help.text"
+msgid "Click <emph>Finish</emph> on any wizard page to close the wizard and create the chart using the current settings."
msgstr ""
-#: 04060000.xhp#hd_id3147346.4.help.text
-msgid "Primary Y axis"
-msgstr "ძირითადი Y ღერძი"
-
-#: 04060000.xhp#par_id3147005.15.help.text
-msgid "<ahelp hid=\"SCH:RADIOBUTTON:TP_OPTIONS:RBT_OPT_AXIS_1\">This option is active as default. All data series are aligned to the primary Y axis.</ahelp>"
+#. R68~
+#: wiz_chart_type.xhp
+msgctxt ""
+"wiz_chart_type.xhp\n"
+"par_id3191625\n"
+"help.text"
+msgid "Click <emph>Next</emph> to see the next wizard page, or click the entries on the left side of the wizard to go to that page."
msgstr ""
-#: 04060000.xhp#hd_id3143221.5.help.text
-msgid "Secondary Y axis"
-msgstr "მეორად Y ღერძე"
-
-#: 04060000.xhp#par_id3154656.11.help.text
-msgid "<ahelp hid=\"SCH:RADIOBUTTON:TP_OPTIONS:RBT_OPT_AXIS_2\">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.</ahelp>"
+#. ^P5,
+#: wiz_chart_type.xhp
+msgctxt ""
+"wiz_chart_type.xhp\n"
+"par_id7659535\n"
+"help.text"
+msgid "Click <emph>Back</emph> to see the previous wizard page."
msgstr ""
-#: 04060000.xhp#hd_id3166423.6.help.text
-msgid "Settings"
-msgstr "პარამეტრები"
-
-#: 04060000.xhp#par_id3150365.12.help.text
-msgid "Define the settings for a bar chart in this area. Any changes apply to all data series of the chart, not to the selected data only."
+#. A2*j
+#: wiz_chart_type.xhp
+msgctxt ""
+"wiz_chart_type.xhp\n"
+"par_id8420056\n"
+"help.text"
+msgid "Click <emph>Cancel</emph> to close the wizard without creating a chart."
msgstr ""
-#: 04060000.xhp#hd_id3145584.7.help.text
-msgid "Spacing"
-msgstr "დაშორება"
-
-#: 04060000.xhp#par_id3155376.13.help.text
-msgid "<ahelp hid=\"SCH:METRICFIELD:TP_OPTIONS:MT_GAP\">Defines the spacing between the columns in percent.</ahelp> The maximal spacing is 600%."
+#. AcaU
+#: wiz_chart_type.xhp
+msgctxt ""
+"wiz_chart_type.xhp\n"
+"par_id2284920\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to go to the named wizard page.</ahelp>"
msgstr ""
-#: 04060000.xhp#hd_id3145384.8.help.text
-msgctxt "04060000.xhp#hd_id3145384.8.help.text"
-msgid "Overlap"
+#. h)P\
+#: wiz_chart_type.xhp
+msgctxt ""
+"wiz_chart_type.xhp\n"
+"par_id3184301\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a basic chart type.</ahelp>"
msgstr ""
-#: 04060000.xhp#par_id3156447.14.help.text
-msgid "<ahelp hid=\"SCH:METRICFIELD:TP_OPTIONS:MT_OVERLAP\">Defines the necessary settings for overlapping data series.</ahelp> You can choose between -100 and +100%."
+#. *syp
+#: wiz_chart_type.xhp
+msgctxt ""
+"wiz_chart_type.xhp\n"
+"par_id2129276\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a sub type of the basic chart type.</ahelp>"
msgstr ""
-#: 04060000.xhp#hd_id3153305.16.help.text
-msgid "Connection Lines"
-msgstr "ხაზების კავშირი"
-
-#: 04060000.xhp#par_id3148868.17.help.text
-msgid "<ahelp hid=\"SCH:CHECKBOX:TP_OPTIONS:CB_CONNECTOR\">For \"stacked\" and \"percent\" column (vertical bar) charts, mark this check box to connect the column layers that belong together with lines.</ahelp>"
+#. .=F(
+#: wiz_chart_type.xhp
+msgctxt ""
+"wiz_chart_type.xhp\n"
+"par_id9719229\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enables a 3D look for the data values.</ahelp>"
msgstr ""
-#: 04060000.xhp#hd_id9842219.help.text
-msgid "Show bars side by side"
+#. qZ|6
+#: wiz_chart_type.xhp
+msgctxt ""
+"wiz_chart_type.xhp\n"
+"par_id3860896\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the type of 3D look.</ahelp>"
msgstr ""
-#: 04060000.xhp#par_id9800103.help.text
-msgid "If two axes are shown in a bar chart, and some data series are attached to the first axis, while some other data series are attached to the second axis, then both sets of data series are shown independently, overlapping each other."
+#. !_hr
+#: wiz_chart_type.xhp
+msgctxt ""
+"wiz_chart_type.xhp\n"
+"par_id4041871\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a shape from the list.</ahelp>"
msgstr ""
-#: 04060000.xhp#par_id2144535.help.text
-msgid "As a result, bars attached to the first y-axis are partly or completely hidden by bars attached to the second y-axis. To avoid this, enable the option to display bars side by side. <ahelp hid=\".\">The bars from different data series are shown as if they were attached only to one axis.</ahelp>"
+#. .jm|
+#: wiz_chart_type.xhp
+msgctxt ""
+"wiz_chart_type.xhp\n"
+"par_id9930722\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Displays stacked series for Line charts.</ahelp>"
msgstr ""
-#: 04060000.xhp#hd_id24414.help.text
-msgid "Clockwise direction"
+#. H1WR
+#: wiz_chart_type.xhp
+msgctxt ""
+"wiz_chart_type.xhp\n"
+"par_id5749687\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Stack series display values on top of each other.</ahelp>"
msgstr ""
-#: 04060000.xhp#par_id2527237.help.text
-msgid "Available for pie and donut charts. <ahelp hid=\".\">The default direction in which the pieces of a pie chart are ordered is counterclockwise. Enable the <emph>Clockwise direction</emph> checkbox to draw the pieces in opposite direction.</ahelp>"
+#. f@PD
+#: wiz_chart_type.xhp
+msgctxt ""
+"wiz_chart_type.xhp\n"
+"par_id79348\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Stack series display values as percent.</ahelp>"
msgstr ""
-#: 04060000.xhp#hd_id401013.help.text
-msgid "Starting angle"
+#. EAM;
+#: wiz_chart_type.xhp
+msgctxt ""
+"wiz_chart_type.xhp\n"
+"par_id2414014\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">The lines are shown as curves.</ahelp>"
msgstr ""
-#: 04060000.xhp#par_id761131.help.text
-msgid "<ahelp hid=\".\">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.</ahelp>"
+#. rTog
+#: wiz_chart_type.xhp
+msgctxt ""
+"wiz_chart_type.xhp\n"
+"par_id7617114\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to set the curve properties.</ahelp>"
msgstr ""
-#: 04060000.xhp#par_id553910.help.text
-msgid "In 3D pie and donut charts that were created with older versions of the software, the starting angle is 0 degrees instead of 90 degrees. For old and new 2D charts the default starting angle is 90 degrees."
+#. GFj!
+#: wiz_chart_type.xhp
+msgctxt ""
+"wiz_chart_type.xhp\n"
+"par_id6649372\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Connects points by ascending X values, even if the order of values is different, in an XY scatter diagram.</ahelp>"
msgstr ""
-#: 04060000.xhp#par_id1414838.help.text
-msgid "When you change the starting angle or the direction, only current versions of the software show the changed values. Older versions of the software display the same document using the default values: Always counterclockwise direction and a starting value of 90 degrees (2D pie charts) or 0 degrees (3D pie charts)."
+#. M3X=
+#: wiz_chart_type.xhp
+msgctxt ""
+"wiz_chart_type.xhp\n"
+"par_id7334208\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Set the number of lines for the Column and Line chart type.</ahelp>"
msgstr ""
-#: 04060000.xhp#hd_id3179723.help.text
-msgctxt "04060000.xhp#hd_id3179723.help.text"
-msgid "Degrees"
-msgstr "გრადუსი"
-
-#: 04060000.xhp#par_id2164067.help.text
-msgid "<ahelp hid=\".\">Enter the starting angle between 0 and 359 degrees. You can also click the arrows to change the displayed value.</ahelp>"
+#. GI9n
+#: wiz_chart_type.xhp
+msgctxt ""
+"wiz_chart_type.xhp\n"
+"par_id4485000\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Chart Type dialog.</ahelp>"
msgstr ""
-#: 04060000.xhp#hd_id0305200910524613.help.text
-msgid "Plot missing values"
+#. 6m#O
+#: wiz_data_range.xhp
+msgctxt ""
+"wiz_data_range.xhp\n"
+"tit\n"
+"help.text"
+msgid "Chart Wizard - Data Range"
msgstr ""
-#: 04060000.xhp#par_id0305200910524650.help.text
-msgid "Sometimes values are missing in a data series that is shown in a chart. You can select from different options how to plot the missing values. The options are available for some chart types only."
+#. /f0u
+#: wiz_data_range.xhp
+msgctxt ""
+"wiz_data_range.xhp\n"
+"bm_id2429578\n"
+"help.text"
+msgid "<bookmark_value>data ranges in charts</bookmark_value>"
msgstr ""
-#: 04060000.xhp#hd_id0305200910524823.help.text
-msgid "Leave gap"
+#. ,:ek
+#: wiz_data_range.xhp
+msgctxt ""
+"wiz_data_range.xhp\n"
+"hd_id8313852\n"
+"help.text"
+msgid "<variable id=\"wiz_data_range\"><link href=\"text/schart/01/wiz_data_range.xhp\">Chart Wizard - Data Range</link></variable>"
msgstr ""
-#: 04060000.xhp#par_id0305200910524811.help.text
-msgid "<ahelp hid=\".\">For a missing value, no data will be shown. This is the default for chart types Column, Bar, Line, Net.</ahelp>"
+#. 6;);
+#: wiz_data_range.xhp
+msgctxt ""
+"wiz_data_range.xhp\n"
+"par_id8829309\n"
+"help.text"
+msgid "On this page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can select one single source of data range. This range may consist of more than one rectangular range of cells."
msgstr ""
-#: 04060000.xhp#hd_id0305200910524811.help.text
-msgid "Assume zero"
+#. _aD9
+#: wiz_data_range.xhp
+msgctxt ""
+"wiz_data_range.xhp\n"
+"par_id6401867\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Data Ranges dialog where you can edit Data Range and Data Series.</ahelp>"
msgstr ""
-#: 04060000.xhp#par_id030520091052489.help.text
-msgid "<ahelp hid=\".\">For a missing value, the y-value will be shown as zero. This is the default for chart type Area.</ahelp>"
+#. 4sbc
+#: wiz_data_range.xhp
+msgctxt ""
+"wiz_data_range.xhp\n"
+"par_id2025818\n"
+"help.text"
+msgid "Use the Chart Wizard - Data Series page if you need more control over the data ranges."
msgstr ""
-#: 04060000.xhp#hd_id0305200910524837.help.text
-msgid "Continue line"
+#. U/X6
+#: wiz_data_range.xhp
+msgctxt ""
+"wiz_data_range.xhp\n"
+"par_id8466139\n"
+"help.text"
+msgid "This dialog is only available for charts based on a Calc or Writer table."
msgstr ""
-#: 04060000.xhp#par_id0305200910524938.help.text
-msgid "<ahelp hid=\".\">For a missing value, the interpolation from the neighbor values will be shown. This is the default for chart type XY.</ahelp>"
+#. rYf1
+#: wiz_data_range.xhp
+msgctxt ""
+"wiz_data_range.xhp\n"
+"hd_id1877193\n"
+"help.text"
+msgid "To specify a data range"
msgstr ""
-#: 04060000.xhp#hd_id0305200910524937.help.text
-msgid "Include values from hidden cells"
+#. V/=2
+#: wiz_data_range.xhp
+msgctxt ""
+"wiz_data_range.xhp\n"
+"par_id5924863\n"
+"help.text"
+msgid "Select the data range. Do one of the following:"
msgstr ""
-#: 04060000.xhp#par_id030520091052494.help.text
-msgid "<ahelp hid=\".\">Check to also show values of currently hidden cells within the source cell range.</ahelp>"
+#. 0BP-
+#: wiz_data_range.xhp
+msgctxt ""
+"wiz_data_range.xhp\n"
+"par_id4357432\n"
+"help.text"
+msgid "Enter the data range in the text box."
msgstr ""
-#: type_area.xhp#tit.help.text
-msgid "Chart Type Area"
+#. lP9x
+#: wiz_data_range.xhp
+msgctxt ""
+"wiz_data_range.xhp\n"
+"par_id5626392\n"
+"help.text"
+msgid "In Calc, an example data range would be \"$Sheet1.$B$3:$B$14\". Note that a data range may consist of more than one region in a spreadsheet, e.g. \"$Sheet1.A1:A5;$Sheet1.D1:D5\" is also a valid data range. In Writer, an example data range would be \"Table1.A1:E4\"."
msgstr ""
-#: type_area.xhp#bm_id4130680.help.text
-msgid "<bookmark_value>area charts</bookmark_value><bookmark_value>chart types;area</bookmark_value>"
-msgstr "<bookmark_value>გასწორება; 2D დიაგრამა</bookmark_value><bookmark_value>დიაგრამები; გასწორება</bookmark_value>"
-
-#: type_area.xhp#hd_id310678.help.text
-msgid "<variable id=\"type_area\"><link href=\"text/schart/01/type_area.xhp\">Chart Type Area</link></variable>"
+#. X1ne
+#: wiz_data_range.xhp
+msgctxt ""
+"wiz_data_range.xhp\n"
+"par_id1363872\n"
+"help.text"
+msgid "In Calc, click <emph>Select data range</emph> to minimize the dialog, then drag over a cell area to select the data range."
msgstr ""
-#: type_area.xhp#par_id916776.help.text
-msgctxt "type_area.xhp#par_id916776.help.text"
-msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type. "
+#. LcI@
+#: wiz_data_range.xhp
+msgctxt ""
+"wiz_data_range.xhp\n"
+"par_id6823938\n"
+"help.text"
+msgid "If you want a data range of multiple cell areas that are not next to each other, enter the first range, then manually add a semicolon at the end of the text box, then enter the other ranges. Use a semicolon as delimiter between ranges."
msgstr ""
-#: type_area.xhp#hd_id961943.help.text
-#, fuzzy
-msgid "Area"
+#. kSzE
+#: wiz_data_range.xhp
+msgctxt ""
+"wiz_data_range.xhp\n"
+"par_id1434369\n"
+"help.text"
+msgid "Click one of the options for data series in rows or in columns."
msgstr ""
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"არეა\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"არე"
-#: type_area.xhp#par_id631733.help.text
-msgid "An area chart shows values as points on the y axis. The x axis shows categories. The y values of each data series are connected by a line. The area between each two lines is filled with a color. The area chart's focus is to emphasize the changes from one category to the next."
+#. U360
+#: wiz_data_range.xhp
+msgctxt ""
+"wiz_data_range.xhp\n"
+"par_id7524033\n"
+"help.text"
+msgid "Check whether the data range has labels in the first row or in the first column or both."
msgstr ""
-#: type_area.xhp#par_id7811822.help.text
-msgid "Normal - this subtype plots all values as absolute y values. It first plots the area of the last column in the data range, then the next to last, and so on, and finally the first column of data is drawn. Thus, if the values in the first column are higher than other values, the last drawn area will hide the other areas."
+#. 3.pu
+#: wiz_data_range.xhp
+msgctxt ""
+"wiz_data_range.xhp\n"
+"par_id5256508\n"
+"help.text"
+msgid "In the preview you can see how the final chart will look."
msgstr ""
-#: type_area.xhp#par_id3640247.help.text
-msgid "Stacked - this subtypes plots values cumulatively stacked on each other. It ensures that all values are visible, and no data set is hidden by others. However, the y values no longer represent absolute values, except for the last column which is drawn at the bottom of the stacked areas."
+#. #k[B
+#: wiz_data_range.xhp
+msgctxt ""
+"wiz_data_range.xhp\n"
+"par_id379650\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">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 <emph>Select data range</emph> button.</ahelp>"
msgstr ""
-#: type_area.xhp#par_id4585100.help.text
-msgid "Percent - this subtype plots values cumulatively stacked on each other and scaled as percentage of the category total."
+#. J?g-
+#: wiz_data_range.xhp
+msgctxt ""
+"wiz_data_range.xhp\n"
+"par_id953703\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">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.</ahelp>"
msgstr ""
-#: type_stock.xhp#tit.help.text
-msgid "Chart Type Stock"
+#. c.8)
+#: wiz_data_range.xhp
+msgctxt ""
+"wiz_data_range.xhp\n"
+"par_id4496597\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">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.</ahelp>"
msgstr ""
-#: type_stock.xhp#bm_id2959990.help.text
-msgid "<bookmark_value>stock charts</bookmark_value> <bookmark_value>chart types;stock</bookmark_value> <bookmark_value>data sources;setting for stock charts</bookmark_value>"
+#. !.om
+#: wiz_data_range.xhp
+msgctxt ""
+"wiz_data_range.xhp\n"
+"par_id2898953\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">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.</ahelp>"
msgstr ""
-#: type_stock.xhp#hd_id966216.help.text
-msgid "<variable id=\"type_stock\"><link href=\"text/schart/01/type_stock.xhp\">Chart Type Stock</link></variable>"
+#. SK0g
+#: wiz_data_range.xhp
+msgctxt ""
+"wiz_data_range.xhp\n"
+"par_id7546311\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">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.</ahelp>"
msgstr ""
-#: type_stock.xhp#par_id3516953.help.text
-msgctxt "type_stock.xhp#par_id3516953.help.text"
-msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type. "
+#. 08YK
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"tit\n"
+"help.text"
+msgid "Chart Type XY"
msgstr ""
-#: type_stock.xhp#hd_id5268410.help.text
-msgid "Stock"
+#. c;Xx
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"bm_id84231\n"
+"help.text"
+msgid "<bookmark_value>scatter charts</bookmark_value><bookmark_value>XY charts</bookmark_value><bookmark_value>chart types;XY (scatter)</bookmark_value><bookmark_value>error indicators in charts</bookmark_value><bookmark_value>error bars in charts</bookmark_value><bookmark_value>averages in charts</bookmark_value><bookmark_value>statistics in charts</bookmark_value><bookmark_value>variances in charts</bookmark_value><bookmark_value>standard deviation in charts</bookmark_value>"
msgstr ""
-#: type_stock.xhp#par_id61342.help.text
-msgid "A Stock chart illustrates the market trend given by opening price, bottom price, top price and closing price. The transaction volume can also be shown."
+#. SxNl
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"hd_id9346598\n"
+"help.text"
+msgid "<variable id=\"type_xy\"><link href=\"text/schart/01/type_xy.xhp\">Chart Type XY (Scatter)</link></variable>"
msgstr ""
-#: type_stock.xhp#par_id2131412.help.text
-msgid "For a Stock chart the order of the data series is important. The data should be arranged as shown in the example table below."
+#. b{r#
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"par_id2003845\n"
+"help.text"
+msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type."
msgstr ""
-#: type_stock.xhp#par_id1022064.help.text
-msgid "A"
-msgstr "A"
-
-#: type_stock.xhp#par_id1924192.help.text
-msgid "B"
+#. [V^Q
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"hd_id7757194\n"
+"help.text"
+msgid "XY (Scatter)"
msgstr ""
-#: type_stock.xhp#par_id3258156.help.text
-msgid "C"
-msgstr "C"
-
-#: type_stock.xhp#par_id3161412.help.text
-msgid "D"
+#. c]z\
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"par_id5977965\n"
+"help.text"
+msgid "An XY chart in its basic form is based on one data series consisting of a name, a list of x‑values, and a list of y‑values. Each value pair (x|y) is shown as a point in a coordinate system. The name of the data series is associated with the y‑values and shown in the legend."
msgstr ""
-#: type_stock.xhp#par_id5619373.help.text
-msgid "E"
-msgstr "E"
-
-#: type_stock.xhp#par_id6474501.help.text
-msgid "F"
-msgstr "F"
-
-#: type_stock.xhp#par_id7411725.help.text
-msgid "1"
-msgstr "1"
-
-#: type_stock.xhp#par_id1933957.help.text
-msgid "Transaction volume"
+#. #p.Y
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"par_id4381847\n"
+"help.text"
+msgid "Choose an XY chart for the following example tasks:"
msgstr ""
-#: type_stock.xhp#par_id1274452.help.text
-msgid "Opening price"
+#. f/1T
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"par_id1336710\n"
+"help.text"
+msgid "scale the x‑axis"
msgstr ""
-#: type_stock.xhp#par_id5044404.help.text
-msgid "Low (bottom price)"
+#. A%aT
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"par_id1221655\n"
+"help.text"
+msgid "generate a parameter curve, for example a spiral"
msgstr ""
-#: type_stock.xhp#par_id3892635.help.text
-msgid "High (top price)"
+#. [Sio
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"par_id3397320\n"
+"help.text"
+msgid "draw the graph of a function"
msgstr ""
-#: type_stock.xhp#par_id4641865.help.text
-msgid "Closing price"
+#. y7jo
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"par_id7657399\n"
+"help.text"
+msgid "explore the statistical association of quantitative variables"
msgstr ""
-#: type_stock.xhp#par_id7684560.help.text
-msgid "2"
+#. @Nd%
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"par_id8925138\n"
+"help.text"
+msgid "Your XY chart may have more than one data series."
msgstr ""
-#: type_stock.xhp#par_id3998840.help.text
-msgid "Monday"
-msgstr "ორშაბათი"
+#. dhO\
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"hd_id5461897\n"
+"help.text"
+msgid "XY Chart Variants"
+msgstr ""
-#: type_stock.xhp#par_id7675099.help.text
-msgid "2500"
-msgstr "2500"
+#. k/Ns
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"par_id8919339\n"
+"help.text"
+msgid "You can choose an XY chart variant on the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link>, or by choosing <item type=\"menuitem\">Format - Chart Type </item>for a chart in edit mode."
+msgstr ""
-#: type_stock.xhp#par_id7806329.help.text
-msgctxt "type_stock.xhp#par_id7806329.help.text"
-msgid "20"
+#. f]vS
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"par_id4634235\n"
+"help.text"
+msgid "The chart is created with default settings. After the chart is finished, you can edit its properties to change the appearance. Line styles and icons can be changed on the <emph>Line</emph>tab page of the data series properties dialog."
msgstr ""
-#: type_stock.xhp#par_id5589159.help.text
-msgctxt "type_stock.xhp#par_id5589159.help.text"
-msgid "15"
+#. .4q0
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"par_id5482039\n"
+"help.text"
+msgid "Double-click any data point to open the <item type=\"menuitem\">Data Series</item> dialog. In this dialog, you can change many properties of the data series."
msgstr ""
-#: type_stock.xhp#par_id9936216.help.text
-msgid "25"
-msgstr "25"
+#. \f#;
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"par_id0805200810492449\n"
+"help.text"
+msgid "For 2D charts, you can choose <item type=\"menuitem\">Insert - Y Error Bars</item> to enable the display of error bars."
+msgstr ""
-#: type_stock.xhp#par_id7953123.help.text
-msgctxt "type_stock.xhp#par_id7953123.help.text"
-msgid "17"
+#. ==%2
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"par_id6221198\n"
+"help.text"
+msgid "You can enable the display of mean value lines and trend lines using commands on the Insert menu."
msgstr ""
-#: type_stock.xhp#par_id4013794.help.text
-msgid "3"
+#. cdm}
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"hd_id1393475\n"
+"help.text"
+msgid "Points only"
msgstr ""
-#: type_stock.xhp#par_id1631824.help.text
-msgid "Tuesday"
-msgstr "სამშაბათი"
+#. oabj
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"par_id6571550\n"
+"help.text"
+msgid "Each data point is shown by an icon. %PRODUCTNAME uses default icons with different forms and colors for each data series. The default colors are set in <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Charts - Default Colors</item>."
+msgstr ""
-#: type_stock.xhp#par_id7271645.help.text
-#, fuzzy
-msgid "3500"
-msgstr "2500"
+#. OLDL
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"hd_id5376140\n"
+"help.text"
+msgid "Lines Only"
+msgstr ""
-#: type_stock.xhp#par_id2136295.help.text
-msgctxt "type_stock.xhp#par_id2136295.help.text"
-msgid "32"
+#. ciig
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"par_id4408093\n"
+"help.text"
+msgid "This variant draws straight lines from one data point to the next. The data points are not shown by icons."
msgstr ""
-#: type_stock.xhp#par_id4186223.help.text
-msgid "22"
+#. !NNC
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"par_id7261268\n"
+"help.text"
+msgid "The drawing order is the same as the order in the data series. Mark <emph>Sort by X Values</emph> to draw the lines in the order of the x values. This sorting applies only to the chart, not to the data in the table."
msgstr ""
-#: type_stock.xhp#par_id1491134.help.text
-msgid "37"
+#. 1U.(
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"hd_id6949369\n"
+"help.text"
+msgid "Points and Lines"
msgstr ""
-#: type_stock.xhp#par_id2873622.help.text
-msgctxt "type_stock.xhp#par_id2873622.help.text"
-msgid "30"
+#. __@+
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"par_id9611499\n"
+"help.text"
+msgid "This variant shows points and lines at the same time."
msgstr ""
-#: type_stock.xhp#par_id2374034.help.text
-msgid "4"
+#. GAzQ
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"hd_id6765953\n"
+"help.text"
+msgid "3D Lines"
msgstr ""
-#: type_stock.xhp#par_id1687063.help.text
-msgid "Wednesday"
-msgstr "ოთხშაბათი"
+#. %V4s
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"par_id7422711\n"
+"help.text"
+msgid "The lines are shown like tapes. The data points are not shown by icons. In the finished chart choose <link href=\"text/schart/01/three_d_view.xhp\">3D View</link> to set properties like illumination and angle of view."
+msgstr ""
-#: type_stock.xhp#par_id8982207.help.text
-msgid "1000"
-msgstr "1000"
+#. ;$(:
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"hd_id239265\n"
+"help.text"
+msgid "Smooth Lines"
+msgstr ""
-#: type_stock.xhp#par_id7074190.help.text
-msgctxt "type_stock.xhp#par_id7074190.help.text"
-msgid "15"
+#. e#Nz
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"par_id7957396\n"
+"help.text"
+msgid "Mark <emph>Smooth Lines</emph> to draw curves instead of straight line segments."
msgstr ""
-#: type_stock.xhp#par_id5452436.help.text
-msgctxt "type_stock.xhp#par_id5452436.help.text"
-msgid "15"
+#. ]X=p
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"par_id1202124\n"
+"help.text"
+msgid "Click <emph>Properties</emph> to set details for the curves."
msgstr ""
-#: type_stock.xhp#par_id9527878.help.text
-msgctxt "type_stock.xhp#par_id9527878.help.text"
-msgid "17"
+#. s0*;
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"par_id5989562\n"
+"help.text"
+msgid "<emph>Cubic Spline</emph> interpolates your data points with polynomials of degree 3. The transitions between the polynomial pieces are smooth, having the same slope and curvature."
msgstr ""
-#: type_stock.xhp#par_id6342356.help.text
-msgctxt "type_stock.xhp#par_id6342356.help.text"
-msgid "17"
+#. HNSu
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"par_id6128421\n"
+"help.text"
+msgid "The <emph>Resolution</emph> determines how many line segments are calculated to draw a piece of polynomial between two data points. You can see the intermediate points if you click any data point."
msgstr ""
-#: type_stock.xhp#par_id166936.help.text
-msgid "5"
-msgstr "5"
+#. NL$S
+#: type_xy.xhp
+msgctxt ""
+"type_xy.xhp\n"
+"par_id9280373\n"
+"help.text"
+msgid "<emph>B-Spline</emph> uses a parametric, interpolating B-spline curve. Those curves are built piecewise from polynomials. The <emph>Degree of polynomials</emph> sets the degree of these polynomials."
+msgstr ""
-#: type_stock.xhp#par_id6826990.help.text
-msgid "Thursday"
-msgstr "ხუთშაბათი"
+#. xDdP
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Y Error Bars"
+msgstr ""
-#: type_stock.xhp#par_id6897183.help.text
+#. J3;)
+#: 04050000.xhp
#, fuzzy
-msgid "2200"
-msgstr "2500"
+msgctxt ""
+"04050000.xhp\n"
+"hd_id3147428\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/schart/01/04050000.xhp\" name=\"Y Error Bars\">Y Error Bars</link>"
+msgstr "<link href=\"text/schart/01/05060000.xhp\" name=\"Chart Wall\">დიაგრამული დაფა</link>"
-#: type_stock.xhp#par_id7003387.help.text
-msgid "40"
+#. eF6~
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id3149666\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"statistik\"><ahelp hid=\".\">Use the <emph>Y Error Bars</emph> dialog to display error bars for 2D charts.</ahelp></variable>"
msgstr ""
-#: type_stock.xhp#par_id4897915.help.text
-msgctxt "type_stock.xhp#par_id4897915.help.text"
-msgid "30"
+#. *w6?
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id3401287\n"
+"help.text"
+msgid "An error bar is an indicator line that spans over a range from y - NegativeErrorValue to y + PositiveErrorValue. In this term, y is the value of the data point. When \"standard deviation\" is selected, y is the mean value of the data series. NegativeErrorValue and PositiveErrorValue are the amounts calculated by the error bar function or given explicitly."
msgstr ""
-#: type_stock.xhp#par_id3105868.help.text
-msgid "47"
+#. :T]f
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id3153965\n"
+"23\n"
+"help.text"
+msgid "The <emph>Insert - Y Error Bars</emph> menu command is only available for 2D charts."
msgstr ""
-#: type_stock.xhp#par_id3908810.help.text
-msgid "35"
+#. N9X8
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"hd_id3150344\n"
+"5\n"
+"help.text"
+msgid "Error category"
+msgstr "კატეგორიის შეცდომა"
+
+#. 6w9U
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id3150202\n"
+"6\n"
+"help.text"
+msgid "In the <emph>Error category</emph> area, you can choose different ways to display the error category."
msgstr ""
-#: type_stock.xhp#par_id9461653.help.text
-msgid "6"
-msgstr "6"
+#. xcdj
+#: 04050000.xhp
+#, fuzzy
+msgctxt ""
+"04050000.xhp\n"
+"hd_id3152989\n"
+"7\n"
+"help.text"
+msgid "None"
+msgstr "#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\nარცერთი\\n#-#-#-#-# database.po (PACKAGE VERSION) #-#-#-#-#\\nარცერთი\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nარაფერი\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nარა"
+
+#. x!ft
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id3149409\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:RADIOBUTTON:TP_STAT:RBT_NONE\">Does not show any error bars.</ahelp>"
+msgstr ""
-#: type_stock.xhp#par_id9239173.help.text
-msgid "Friday"
-msgstr "პარასკევი"
+#. 19LK
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"hd_id3145117\n"
+"17\n"
+"help.text"
+msgid "Constant value"
+msgstr "მუდმივი მნიშვნელობა"
-#: type_stock.xhp#par_id2656941.help.text
-msgid "4600"
+#. =\:b
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id3151390\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:METRICFIELD:TP_STAT:MTR_FLD_MINUS\">Displays constant values that you specify in the Parameters area.</ahelp>"
msgstr ""
-#: type_stock.xhp#par_id1481063.help.text
-msgid "27"
-msgstr ""
+#. M4iR
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"hd_id3159204\n"
+"13\n"
+"help.text"
+msgid "Percentage"
+msgstr "პროცენტი"
-#: type_stock.xhp#par_id7921079.help.text
-msgctxt "type_stock.xhp#par_id7921079.help.text"
-msgid "20"
+#. m.gl
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id3150048\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:METRICFIELD:TP_STAT:MTR_FLD_PERCENT\">Displays a percentage. The display refers to the corresponding data point. Set the percentage in the Parameters area.</ahelp>"
msgstr ""
-#: type_stock.xhp#par_id636921.help.text
-msgctxt "type_stock.xhp#par_id636921.help.text"
-msgid "32"
-msgstr ""
+#. -_:o
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"hd_id8977629\n"
+"help.text"
+msgid "Functions"
+msgstr "ფუნქციები"
-#: type_stock.xhp#par_id2799157.help.text
-msgid "31"
+#. diw4
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id7109286\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select a function to calculate the error bars.</ahelp>"
msgstr ""
-#: type_stock.xhp#par_id3004547.help.text
-msgid "The open, low, high, and closing values of a row build together one data unit in the chart. A stock price data series consists of several rows containing such data units. The column containing the transaction volume builds an optional second data series."
+#. (7%M
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id5154576\n"
+"help.text"
+msgid "Standard Error: Displays the standard error."
msgstr ""
-#: type_stock.xhp#par_id6401867.help.text
-msgid "Depending on the chosen variant, you do not need all columns."
+#. mZ5/
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id3157979\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\".\">Variance: Displays the variance calculated from the number of data points and respective values.</ahelp>"
msgstr ""
-#: type_stock.xhp#hd_id18616.help.text
-msgid "Stock Chart Variants"
+#. K$3t
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id3153249\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\".\">Standard Deviation: Displays the standard deviation (square root of the variance).</ahelp>"
msgstr ""
-#: type_stock.xhp#par_id6138492.help.text
-msgid "Choose the <emph>Stock</emph> chart type on the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart wizard</link>. Then select one of the four variants."
+#. o3T;
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id3149870\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\".\">Error Margin: Displays the highest error margin in percent according to the highest value of the data group. Set the percentage in the Parameters area.</ahelp>"
msgstr ""
-#: type_stock.xhp#hd_id4569231.help.text
-msgid "Type 1"
+#. 6$Mp
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"hd_id350962\n"
+"help.text"
+msgid "Cell Range"
msgstr ""
-#: type_stock.xhp#par_id291451.help.text
-msgid "Based on<emph> low</emph> <emph>and high </emph>column the Type 1 shows the distance between bottom price (low) and top price (high) by a vertical line."
+#. 0#`g
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id6679586\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click Cell Range and then specify a cell range from which to take the positive and negative error bar values.</ahelp>"
msgstr ""
-#: type_stock.xhp#par_id3341776.help.text
-msgid "Based on<emph> low, high,</emph> and <emph>close</emph> column Type 1 shows an additional horizontal mark <emph>for</emph> the closing price."
+#. +^1A
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id3872188\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">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.</ahelp>"
msgstr ""
-#: type_stock.xhp#hd_id5947141.help.text
-msgid "Type 2"
+#. O#QD
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"hd_id2633747\n"
+"help.text"
+msgid "From Data Table"
msgstr ""
-#: type_stock.xhp#par_id1911679.help.text
-msgid "Based on <emph>open, low, high</emph>, and <emph>close</emph> column Type 2 generates the traditional \"candle stick\" chart. Type 2 draws the vertical line between the bottom and top price and adds a rectangle in front, which visualizes the range between the opening and closing price. If you click on the rectangle you see more information in the status bar. %PRODUCTNAME uses different fill colors for rising values (the opening price is lower than the closing price) and falling values."
+#. p;4i
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id6633503\n"
+"help.text"
+msgid "<ahelp hid=\".\">For a chart with its own data, the error bar values can be entered in the chart data table. The Data Table dialog shows additional columns titled Positive Y-Error-Bars and Negative Y-Error-Bars.</ahelp>"
msgstr ""
-#: type_stock.xhp#hd_id9364909.help.text
-msgid "Type 3"
+#. lS(U
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id0428200810573839\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the value to add to the displayed value as the positive error value.</ahelp>"
msgstr ""
-#: type_stock.xhp#par_id4473403.help.text
-msgid "Based on <emph>volume, low, high</emph>, and <emph>close</emph> column chart Type 3 draws a chart like Type 1, with additional columns for the transaction volume."
+#. bC?*
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id0428200810573862\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the value to subtract from the displayed value as the negative error value.</ahelp>"
msgstr ""
-#: type_stock.xhp#hd_id4313791.help.text
-msgid "Type 4"
+#. lfHa
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id0428200810573844\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the address range from where to get the positive error values. Use the Shrink button to select the range from a sheet.</ahelp>"
msgstr ""
-#: type_stock.xhp#par_id4331797.help.text
-msgid "Based on all five data columns <emph>volume, open, low, high</emph>, and <emph>close</emph>, Type 4 combines a chart of Type 2 with a column chart for the transaction volume."
+#. ^]c_
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id0428200810573970\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the address range from where to get the negative error values. Use the Shrink button to select the range from a sheet.</ahelp>"
msgstr ""
-#: type_stock.xhp#par_id4191717.help.text
-msgid "Because measurement for transaction volume might be \"units\", a second y axis is introduced in chart Type 3 and Type 4. The price axis is shown on the right side and the volume axis on the left side."
+#. |U1F
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"hd_id0428200810573977\n"
+"help.text"
+msgid "Same value for both"
msgstr ""
-#: type_stock.xhp#hd_id2318796.help.text
-msgid "Setting the Data Source"
+#. iPS;
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id0428200810573991\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enable to use the positive error values also as negative error values. You can only change the value of the \"Positve (+)\" box. That value gets copied to the \"Negative (-)\" box automatically.</ahelp>"
msgstr ""
-#: type_stock.xhp#hd_id399182.help.text
-msgid "Charts based on its own data"
-msgstr ""
+#. 40_Z
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"hd_id3156396\n"
+"19\n"
+"help.text"
+msgid "Error indicator"
+msgstr "მაჩვენებლის შეცდომა"
-#: type_stock.xhp#par_id5298318.help.text
-msgid "To change the data series of a chart having its own data, choose <link href=\"text/schart/01/03010000.xhp\">Chart Data Table</link> from the View menu or from the context menu of the chart in edit mode."
+#. E(vq
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id3150539\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SCH_CT_INDICATE2\">Specifies the error indicator.</ahelp>"
msgstr ""
-#: type_stock.xhp#par_id7588732.help.text
-msgid "In an embedded chart data table, the data series are always organized in columns."
+#. dvi#
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"hd_id0428200810574027\n"
+"help.text"
+msgid "Positive and Negative"
msgstr ""
-#: type_stock.xhp#par_id95828.help.text
-msgid "For a new stock chart first use a column chart. Add the columns you need and enter your data in the order which is shown in the example, omitting any columns not required for the desired variant. Use Move Series Right to change the column order. Close the chart data table. Now use the Chart Type dialog to change to the stock chart variant. "
+#. Gbn;
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id0428200810574039\n"
+"help.text"
+msgid "<ahelp hid=\".\">Shows positive and negative error bars.</ahelp>"
msgstr ""
-#: type_stock.xhp#par_id6182744.help.text
-msgid "If you have already got a stock chart and you want to change the variant, then first change the chart type to a column chart, add or remove columns so that it fits to the variant, and then change the chart type back to a stock chart."
-msgstr ""
+#. :)Hh
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"hd_id0428200810574031\n"
+"help.text"
+msgid "Positive"
+msgstr "მდებარეობა"
-#: type_stock.xhp#par_id3496200.help.text
-msgid "Do not write the name of a data series in a row. Write the name into the field above the role name."
+#. _H8V
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id042820081057411\n"
+"help.text"
+msgid "<ahelp hid=\".\">Shows only positive error bars.</ahelp>"
msgstr ""
-#: type_stock.xhp#par_id7599108.help.text
-msgid "The order of the rows determines how the categories are arranged in the chart. Use Move Row Down to change the order."
+#. ]Ra1
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"hd_id0428200810574138\n"
+"help.text"
+msgid "Negative"
msgstr ""
-#: type_stock.xhp#hd_id888698.help.text
-msgid "Charts based on Calc or Writer tables"
+#. %Fg\
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id0522200809110667\n"
+"help.text"
+msgid "<ahelp hid=\".\">Shows only negative error bars.</ahelp>"
msgstr ""
-#: type_stock.xhp#par_id3394573.help.text
-msgid "You can choose or alter a data range on the second page of the Chart wizard or in the <link href=\"text/schart/01/wiz_data_range.xhp\">Data Range</link> dialog. For fine tuning use the <link href=\"text/schart/01/wiz_data_series.xhp\">Data Series</link> dialog."
+#. f;ll
+#: smooth_line_properties.xhp
+msgctxt ""
+"smooth_line_properties.xhp\n"
+"tit\n"
+"help.text"
+msgid "Smooth Line Properties"
msgstr ""
-#: type_stock.xhp#par_id7594225.help.text
-msgid "To specify a data range do one of the following:"
+#. MgGR
+#: smooth_line_properties.xhp
+msgctxt ""
+"smooth_line_properties.xhp\n"
+"bm_id3803827\n"
+"help.text"
+msgid "<bookmark_value>curves;properties in line charts/XY charts</bookmark_value><bookmark_value>properties;smooth lines in line charts/XY charts</bookmark_value>"
msgstr ""
-#: type_stock.xhp#par_id5081637.help.text
-msgctxt "type_stock.xhp#par_id5081637.help.text"
-msgid "Enter the data range in the text box."
+#. U4gS
+#: smooth_line_properties.xhp
+msgctxt ""
+"smooth_line_properties.xhp\n"
+"hd_id3050325\n"
+"help.text"
+msgid "Smooth Line Properties"
msgstr ""
-#: type_stock.xhp#par_id9759514.help.text
-msgctxt "type_stock.xhp#par_id9759514.help.text"
-msgid "In Calc, an example data range would be \"$Sheet1.$B$3:$B$14\". Note that a data range may consist of more than one region in a spreadsheet, e.g. \"$Sheet1.A1:A5;$Sheet1.D1:D5\" is also a valid data range. In Writer, an example data range would be \"Table1.A1:E4\"."
+#. brVk
+#: smooth_line_properties.xhp
+msgctxt ""
+"smooth_line_properties.xhp\n"
+"par_id9421979\n"
+"help.text"
+msgid "In a chart that displays lines (Line type or XY type), you can choose to show curves instead of straight lines. Some options control the properties of those curves."
msgstr ""
-#: type_stock.xhp#par_id1614429.help.text
-msgid "As long as the syntax is not correct, %PRODUCTNAME shows the text in red."
+#. Q`#Z
+#: smooth_line_properties.xhp
+msgctxt ""
+"smooth_line_properties.xhp\n"
+"hd_id1228370\n"
+"help.text"
+msgid "To change line properties"
msgstr ""
-#: type_stock.xhp#par_id1589098.help.text
-msgid "In Calc, click <emph>Select data range</emph> to minimize the dialog, then drag to select the data range. When you release the mouse, the data are entered. Click <emph>Select </emph> <emph>data range</emph> again to add a data range. In the input field of the minimized dialog, click after the entry and type a semicolon. Then drag to select the next range."
+#. n=2-
+#: smooth_line_properties.xhp
+msgctxt ""
+"smooth_line_properties.xhp\n"
+"par_id1601611\n"
+"help.text"
+msgid "Select Cubic Spline or B-Spline."
msgstr ""
-#: type_stock.xhp#par_id8746910.help.text
-msgid "Click one of the options for data series in rows or in columns. "
+#. hx7?
+#: smooth_line_properties.xhp
+msgctxt ""
+"smooth_line_properties.xhp\n"
+"par_id879848\n"
+"help.text"
+msgid "These are mathematical models that influence the display of the curves. The curves are created by joining together segments of polynomials."
msgstr ""
-#: type_stock.xhp#par_id9636524.help.text
-msgid "Your stock chart data are \"in columns\", if the information in a row belongs to the same \"candle stick\"."
+#. dd7q
+#: smooth_line_properties.xhp
+msgctxt ""
+"smooth_line_properties.xhp\n"
+"par_id3464461\n"
+"help.text"
+msgid "Optionally set the resolution. A higher value leads to a smoother line."
msgstr ""
-#: type_stock.xhp#hd_id5675527.help.text
-msgid "Fine Tuning the Data Ranges of Table Based Stock Charts"
+#. |H;0
+#: smooth_line_properties.xhp
+msgctxt ""
+"smooth_line_properties.xhp\n"
+"par_id6998809\n"
+"help.text"
+msgid "For B-spline lines optionally set the degree of the polynomials."
msgstr ""
-#: type_stock.xhp#par_id3486434.help.text
-msgid "You can organize data series and edit the source for parts of single data series on the third page of the Chart wizard or on the page Data Series in the Data Range dialog."
+#. ;]JA
+#: smooth_line_properties.xhp
+msgctxt ""
+"smooth_line_properties.xhp\n"
+"par_id3424481\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Apply a cubic spline model.</ahelp>"
msgstr ""
-#: type_stock.xhp#hd_id3068636.help.text
-msgid "Organize Data Series"
+#. sVkf
+#: smooth_line_properties.xhp
+msgctxt ""
+"smooth_line_properties.xhp\n"
+"par_id1068758\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Apply a B-spline model.</ahelp>"
msgstr ""
-#: type_stock.xhp#par_id2480849.help.text
-msgid "In the <emph>data series</emph> area on the left side of the dialog, you can organize the data series of the actual chart. A stock chart has at least one data series containing the prices. It might have a second data series for transaction volume."
+#. J69Y
+#: smooth_line_properties.xhp
+msgctxt ""
+"smooth_line_properties.xhp\n"
+"par_id2320932\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Set the resolution.</ahelp>"
msgstr ""
-#: type_stock.xhp#par_id4181951.help.text
-msgid "If you have got more than one price data series, use the Up and Down arrow buttons to order them. The order determines the arrangement in the chart. Do the same for volume data series. You cannot switch price and volume data series."
+#. -:CZ
+#: smooth_line_properties.xhp
+msgctxt ""
+"smooth_line_properties.xhp\n"
+"par_id8638874\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Set the degree of the polynomials.</ahelp>"
msgstr ""
-#: type_stock.xhp#par_id2927335.help.text
-msgid "To remove a data series, select the data series in the list and click <emph>Remove</emph>."
+#. OBKD
+#: type_area.xhp
+msgctxt ""
+"type_area.xhp\n"
+"tit\n"
+"help.text"
+msgid "Chart Type Area"
msgstr ""
-#: type_stock.xhp#par_id2107303.help.text
-msgid "To add a data series, select one of the existing data series and click <emph>Add</emph>. You get an empty entry below the selected one, which has the same type. If you have no price data series or no volume data series, you must first select a range for these series in the <emph>Data Range</emph> dialog."
-msgstr ""
+#. @c84
+#: type_area.xhp
+msgctxt ""
+"type_area.xhp\n"
+"bm_id4130680\n"
+"help.text"
+msgid "<bookmark_value>area charts</bookmark_value><bookmark_value>chart types;area</bookmark_value>"
+msgstr "<bookmark_value>გასწორება; 2D დიაგრამა</bookmark_value><bookmark_value>დიაგრამები; გასწორება</bookmark_value>"
-#: type_stock.xhp#hd_id4071779.help.text
-msgid "Setting Data Ranges"
+#. ?Ypu
+#: type_area.xhp
+msgctxt ""
+"type_area.xhp\n"
+"hd_id310678\n"
+"help.text"
+msgid "<variable id=\"type_area\"><link href=\"text/schart/01/type_area.xhp\">Chart Type Area</link></variable>"
msgstr ""
-#: type_stock.xhp#par_id7844477.help.text
-msgid "In the <emph>Data Ranges</emph> dialog you can set or change the data range of each component of the selected data series."
+#. R+KC
+#: type_area.xhp
+msgctxt ""
+"type_area.xhp\n"
+"par_id916776\n"
+"help.text"
+msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type."
msgstr ""
-#: type_stock.xhp#par_id6478469.help.text
-msgid "In the upper list you see the role name of the components and the current values. When you have selected a role, you can change the value in the text box below the list. The label shows the selected role."
+#. W:2k
+#: type_area.xhp
+#, fuzzy
+msgctxt ""
+"type_area.xhp\n"
+"hd_id961943\n"
+"help.text"
+msgid "Area"
+msgstr "#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nარეა\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nარე"
+
+#. RJ]7
+#: type_area.xhp
+msgctxt ""
+"type_area.xhp\n"
+"par_id631733\n"
+"help.text"
+msgid "An area chart shows values as points on the y axis. The x axis shows categories. The y values of each data series are connected by a line. The area between each two lines is filled with a color. The area chart's focus is to emphasize the changes from one category to the next."
msgstr ""
-#: type_stock.xhp#par_id9038972.help.text
-msgid "Enter the range into the text box or click on <emph>Select data range</emph> to minimize the dialog and select the range with the mouse."
+#. eKmX
+#: type_area.xhp
+msgctxt ""
+"type_area.xhp\n"
+"par_id7811822\n"
+"help.text"
+msgid "Normal - this subtype plots all values as absolute y values. It first plots the area of the last column in the data range, then the next to last, and so on, and finally the first column of data is drawn. Thus, if the values in the first column are higher than other values, the last drawn area will hide the other areas."
msgstr ""
-#: type_stock.xhp#par_id7985168.help.text
-msgid "Select Open Values, Close Values, High Values, and Low Values in any order. Specify only the ranges for those roles which you need for the chosen variant of the stock chart. The ranges need not be next to each other in the table."
+#. J=SN
+#: type_area.xhp
+msgctxt ""
+"type_area.xhp\n"
+"par_id3640247\n"
+"help.text"
+msgid "Stacked - this subtypes plots values cumulatively stacked on each other. It ensures that all values are visible, and no data set is hidden by others. However, the y values no longer represent absolute values, except for the last column which is drawn at the bottom of the stacked areas."
msgstr ""
-#: type_stock.xhp#hd_id876186.help.text
-msgctxt "type_stock.xhp#hd_id876186.help.text"
-msgid "Legend"
-msgstr "ლეგენდა"
-
-#: type_stock.xhp#par_id3939634.help.text
-msgid "The legend displays the labels from the first row or column or from the special range that you have set in the <emph>Data Series</emph> dialog. If your chart does not contain labels, the legend displays text like \"Row 1, Row 2, ...\", or \"Column A, Column B, ...\" according to the row number or column letter of the chart data."
+#. Md(.
+#: type_area.xhp
+msgctxt ""
+"type_area.xhp\n"
+"par_id4585100\n"
+"help.text"
+msgid "Percent - this subtype plots values cumulatively stacked on each other and scaled as percentage of the category total."
msgstr ""
-#: type_stock.xhp#par_id2377697.help.text
-msgid "The legend shows the value from the range, which you entered in the <emph>Range for Name</emph> field in the <emph>Data Range</emph> dialog. The default entry is the column header of the closing price column."
+#. :]`+
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data Table"
msgstr ""
-#: type_stock.xhp#par_id2188787.help.text
-msgctxt "type_stock.xhp#par_id2188787.help.text"
-msgid "Select one of the position options. When the chart is finished, you can specify other positions using the Format menu."
-msgstr ""
+#. 4qa]
+#: 03010000.xhp
+#, fuzzy
+msgctxt ""
+"03010000.xhp\n"
+"hd_id3150869\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/schart/01/03010000.xhp\" name=\"Data Table\">Data Table</link>"
+msgstr "<link href=\"text/schart/01/05010100.xhp\" name=\"Data Point\">მონაცემთა წერტილი</link>"
-#: choose_chart_type.xhp#tit.help.text
-msgid "Choosing a Chart Type"
+#. |d1L
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id3151115\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DiagramData\">Opens the<emph> Data Table </emph>dialog where you can edit the chart data.</ahelp>"
msgstr ""
-#: choose_chart_type.xhp#hd_id9072237.help.text
-msgid "<variable id=\"choose_chart_type\"><link href=\"text/schart/01/choose_chart_type.xhp\">Choosing a Chart Type</link></variable>"
+#. j83@
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id3149667\n"
+"51\n"
+"help.text"
+msgid "The<emph> Data Table </emph>dialog is not available if you insert a chart that is based on a Calc sheet or on a Writer table."
msgstr ""
-#: choose_chart_type.xhp#par_id7085787.help.text
-msgctxt "choose_chart_type.xhp#par_id7085787.help.text"
-msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type. "
+#. g`yP
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id6746421\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/06990000.xhp\">To update a chart manually when a Writer table got changed</link>"
msgstr ""
-#: choose_chart_type.xhp#hd_id6820886.help.text
-msgid "The available chart types"
-msgstr ""
+#. Yh*l
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id2565996\n"
+"help.text"
+msgid "Some changes will become visible only after you close and reopen the dialog."
+msgstr "ზოგ ცვლილების დანახვა შესაძლებელი იქნება მხოლოდ დიალოგის დახურვისა და ხელახლა გახსნის შემდეგ"
-#: choose_chart_type.xhp#par_id7309488.help.text
-msgid "Choose from the following chart types, depending on data type and intended presentation effect."
+#. Jel9
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"hd_id6129947\n"
+"help.text"
+msgid "To change chart data"
msgstr ""
-#: choose_chart_type.xhp#par_id4673604.help.text
-msgid "<image id=\"img_id3145172\" src=\"chart2/res/columns_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_id3145172\">Icon</alt></image> and <image id=\"Graphic8\" src=\"chart2/res/bar_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
+#. ]kI3
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id8141117\n"
+"help.text"
+msgid "When you create a chart that is based on default data, or when you copy a chart into your document, you can open the Data Table dialog to enter your own data. The chart responds to the data in a live preview."
msgstr ""
-#: choose_chart_type.xhp#par_id2586138.help.text
-msgid "<link href=\"text/schart/01/type_column_bar.xhp\">Column or Bar</link>"
+#. 1DF+
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id9487594\n"
+"help.text"
+msgid "Close the Chart Data dialog to apply all changes to the chart. Choose <emph>Edit - Undo</emph> to cancel the changes."
msgstr ""
-#: choose_chart_type.xhp#par_id4343394.help.text
-msgid "<image id=\"Graphic2\" src=\"chart2/res/pie_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
+#. XB_s
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id4149906\n"
+"help.text"
+msgid "Insert or select a chart that is not based on existing cell data."
msgstr ""
-#: choose_chart_type.xhp#par_id3859065.help.text
-msgid "<link href=\"text/schart/01/type_pie.xhp\">Pie</link>"
+#. M|j)
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id6064943\n"
+"help.text"
+msgid "Choose <emph>View - Chart Data Table</emph> to open the Data Table dialog."
msgstr ""
-#: choose_chart_type.xhp#par_id292672.help.text
-msgid "<image id=\"Graphic21\" src=\"chart2/res/areas_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
+#. vsS7
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id3236182\n"
+"help.text"
+msgid "The data series are organized in columns. The role of the left most column is set to categories or data labels respectively. The contents of the left most column are always formatted as text. You can insert more text columns to be used as hierarchical labels."
msgstr ""
-#: choose_chart_type.xhp#par_id4043092.help.text
-msgid "<link href=\"text/schart/01/type_area.xhp\">Area</link>"
+#. @esN
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id9799798\n"
+"help.text"
+msgid "Click a cell in the dialog and change the contents. Click another cell to see the changed contents in the preview."
msgstr ""
-#: choose_chart_type.xhp#par_id2578814.help.text
-msgid "<image id=\"Graphic3\" src=\"chart2/res/nostackdirectboth_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
+#. qp7\
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id1251258\n"
+"help.text"
+msgid "Enter the name of the data series in the text box above the column."
msgstr ""
-#: choose_chart_type.xhp#par_id4660481.help.text
-msgid "<link href=\"text/schart/01/type_line.xhp\">Line</link>"
+#. GLPM
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id743430\n"
+"help.text"
+msgid "Use the icons above the table to insert or delete rows and columns. For data series with multiple columns, only whole data series can be inserted or deleted."
msgstr ""
-#: choose_chart_type.xhp#par_id3946653.help.text
-msgid "<image id=\"Graphic4\" src=\"chart2/res/valueaxisdirectpoints_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
+#. x\I9
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id8111819\n"
+"help.text"
+msgid "The order of the data series in the chart is the same as in the data table. Use the <emph>Move Series Right</emph> icon to switch the current column with its neighbor on the right."
msgstr ""
-#: choose_chart_type.xhp#par_id5882747.help.text
-msgid "<link href=\"text/schart/01/type_xy.xhp\">XY (scatter)</link>"
+#. Ac:Z
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id9116794\n"
+"help.text"
+msgid "The order of the categories or data points in the chart is the same as in the data table. Use the <emph>Move Row Down</emph> icon to switch the current row with its neighbor below."
msgstr ""
-#: choose_chart_type.xhp#par_id0526200904431454.help.text
-msgid "<image id=\"graphics1\" src=\"chart2/res/bubble_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
+#. {Eln
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id3150297\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a new row below the current row.</ahelp>"
msgstr ""
-#: choose_chart_type.xhp#par_id0526200904431497.help.text
-msgid "<link href=\"text/schart/01/type_bubble.xhp\">Bubble</link>"
+#. 9}vB
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id3145384\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a new data series after the current column.</ahelp>"
msgstr ""
-#: choose_chart_type.xhp#par_id8752403.help.text
-msgid "<image id=\"Graphic5\" src=\"chart2/res/net_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
+#. si+_
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id3152297\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a new text column after the current column for hierarchical axes descriptions.</ahelp>"
msgstr ""
-#: choose_chart_type.xhp#par_id8425550.help.text
-msgid "<link href=\"text/schart/01/type_net.xhp\">Net</link>"
+#. SZdY
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id3159231\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the current row. It is not possible to delete the label row.</ahelp>"
msgstr ""
-#: choose_chart_type.xhp#par_id1846369.help.text
-msgid "<image id=\"Graphic6\" src=\"chart2/res/stock_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
+#. `N}9
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id3153336\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the current series or text column. It is not possible to delete the first text column.</ahelp>"
msgstr ""
-#: choose_chart_type.xhp#par_id1680654.help.text
-msgid "<link href=\"text/schart/01/type_stock.xhp\">Stock</link>"
+#. C0gm
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id4089175\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Switches the current column with its neighbor at the right.</ahelp>"
msgstr ""
-#: choose_chart_type.xhp#par_id1592150.help.text
-msgid "<image id=\"Graphic7\" src=\"chart2/res/columnline_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
+#. {eON
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id3949095\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Switches the current row with its neighbor below.</ahelp>"
msgstr ""
-#: choose_chart_type.xhp#par_id3308816.help.text
-msgid "<link href=\"text/schart/01/type_column_line.xhp\">Column and Line</link>"
+#. DSC(
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id6697286\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter names for the data series.</ahelp>"
msgstr ""
-#: choose_chart_type.xhp#par_id8174687.help.text
-msgid " "
-msgstr ""
+#. iltb
+#: 05030000.xhp
+msgctxt ""
+"05030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Legend"
+msgstr "ლეგენდა"
-#: 05050000.xhp#tit.help.text
-msgctxt "05050000.xhp#tit.help.text"
-msgid "Grid"
+#. [S,q
+#: 05030000.xhp
+msgctxt ""
+"05030000.xhp\n"
+"hd_id3145800\n"
+"1\n"
+"help.text"
+msgid "Legend"
+msgstr "ლეგენდა"
+
+#. 1v*C
+#: 05030000.xhp
+msgctxt ""
+"05030000.xhp\n"
+"par_id3146972\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"legende\"><ahelp hid=\".uno:Legend\">Defines the border, area and character attributes for a legend.</ahelp></variable>"
msgstr ""
-#: 05050000.xhp#bm_id3155602.help.text
-msgid "<bookmark_value>grids; formatting axes</bookmark_value><bookmark_value>axes; formatting grids</bookmark_value>"
-msgstr "<bookmark_value>ღერძების; ღერძების ფორმატირება</bookmark_value><bookmark_value>ღერძების; ბადეების ღერძები</bookmark_value>"
+#. u8An
+#: 05030000.xhp
+#, fuzzy
+msgctxt ""
+"05030000.xhp\n"
+"hd_id3145232\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>"
+msgstr "<link href=\"text/schart/01/05080000.xhp\" name=\"Chart Area\">დიაგრამის არე</link>"
-#: 05050000.xhp#hd_id3155602.1.help.text
-msgid "<link href=\"text/schart/01/05050000.xhp\" name=\"Grid\">Grid</link>"
-msgstr "<link href=\"text/schart/01/05050000.xhp\" name=\"Grid\">ბადე</link>"
+#. /doQ
+#: 05030000.xhp
+msgctxt ""
+"05030000.xhp\n"
+"hd_id3147344\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/schart/01/04020000.xhp\" name=\"Display\">Display</link>"
+msgstr "<link href=\"text/schart/01/04020000.xhp\" name=\"Display\">ჩვენება</link>"
-#: 05050000.xhp#par_id3155764.2.help.text
-msgid "Opens a submenu, where you select the grid you want to format."
-msgstr "ქვემენიუს გახსნა, სადაც მონიშნულის ბადე გინდათ დააფორმატოთ"
+#. Dc^f
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Arrangement"
+msgstr "წყობა"
-#: 05050000.xhp#hd_id3150045.3.help.text
-msgid "<link href=\"text/schart/01/05050100.xhp\" name=\"X Axis Major Grid\">X Axis Major Grid</link>"
-msgstr "<link href=\"text/schart/01/05050100.xhp\" name=\"X Axis Minor Grid\">X ღერძის არაძირთადი ბადე</link>"
+#. #6gO
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"hd_id3159153\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05120000.xhp\" name=\"Arrangement\">Arrangement</link>"
+msgstr "<link href=\"text/schart/01/05120000.xhp\" name=\"Arrangement\">წყობა</link>"
-#: 05050000.xhp#hd_id3145228.4.help.text
-msgid "<link href=\"text/schart/01/05050100.xhp\" name=\"Y Axis Major Grid\">Y Axis Major Grid</link>"
-msgstr "<link href=\"text/schart/01/05050100.xhp\" name=\"Y Axis Minor Grid\">Yღერძის არაძირთადი ბადე</link>"
+#. vlCc
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"par_id3145750\n"
+"2\n"
+"help.text"
+msgid "Allows you to modify the order of the data series already set in the chart."
+msgstr ""
-#: 05050000.xhp#hd_id3147346.5.help.text
-msgid "<link href=\"text/schart/01/05050100.xhp\" name=\"Z Axis Major Grid\">Z Axis Major Grid</link>"
-msgstr "<link href=\"text/schart/01/05050100.xhp\" name=\"X Axis Minor Grid\">X ღერძის არაძირთადი ბადე</link>"
+#. ,^1i
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"par_id3155411\n"
+"8\n"
+"help.text"
+msgid "The position of the data in the data table remains unchanged. You can only choose the commands after inserting a chart in $[officename] Calc."
+msgstr ""
-#: 05050000.xhp#hd_id3154021.6.help.text
-msgid "<link href=\"text/schart/01/05050100.xhp\" name=\"X Axis Minor Grid\">X Axis Minor Grid</link>"
-msgstr "<link href=\"text/schart/01/05050100.xhp\" name=\"X Axis Minor Grid\">X ღერძის არაძირთადი ბადე</link>"
+#. 1zc~
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"par_id3154757\n"
+"5\n"
+"help.text"
+msgid "This function is only available if you have data displayed in columns. It is not possible to switch to data display in rows."
+msgstr ""
-#: 05050000.xhp#hd_id3150307.7.help.text
-msgid "<link href=\"text/schart/01/05050100.xhp\" name=\"Y Axis Minor Grid\">Y Axis Minor Grid</link>"
-msgstr "<link href=\"text/schart/01/05050100.xhp\" name=\"Y Axis Minor Grid\">Yღერძის არაძირთადი ბადე</link>"
+#. %c,P
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"hd_id3147339\n"
+"3\n"
+"help.text"
+msgid "Bring Forward"
+msgstr "წინ გამოტანა"
-#: 05050000.xhp#hd_id3166428.8.help.text
-msgid "<link href=\"text/schart/01/05050100.xhp\" name=\"Z Axis minor Grid\">Z Axis minor Grid</link>"
-msgstr "<link href=\"text/schart/01/05050100.xhp\" name=\"Z Axis minor Grid\">Z ღერძის არაძირითადი ბადე</link>"
+#. hpH7
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"par_id3149259\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Forward\">Brings the selected data series forward (to the right).</ahelp>"
+msgstr ""
-#: 05050000.xhp#hd_id3145585.9.help.text
-msgid "<link href=\"text/schart/01/05050100.xhp\" name=\"All Axis Grids\">All Axis Grids</link>"
-msgstr "<link href=\"text/schart/01/05050100.xhp\" name=\"All Axis Grids\">მთლიანი ღერძის ბადეები</link>"
+#. ./l;
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"hd_id3146316\n"
+"4\n"
+"help.text"
+msgid "Send Backward"
+msgstr "უკან გაგზავნა"
-#: type_column_line.xhp#tit.help.text
-msgid "Chart Type Column and Line "
+#. NBb*
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"par_id3147001\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Backward\">Sends the selected data series backward (to the left).</ahelp>"
msgstr ""
-#: type_column_line.xhp#bm_id5976744.help.text
-msgid "<bookmark_value>column and line charts</bookmark_value><bookmark_value>chart types;column and line</bookmark_value><bookmark_value>combination charts</bookmark_value>"
+#. Q%c9
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Grids"
msgstr ""
-#: type_column_line.xhp#hd_id8596453.help.text
-msgid "<variable id=\"type_column_line\"><link href=\"text/schart/01/type_column_line.xhp\">Chart Type Column and Line</link></variable>"
+#. l8hq
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"bm_id3147434\n"
+"help.text"
+msgid "<bookmark_value>axes; inserting grids</bookmark_value><bookmark_value>grids; inserting in charts</bookmark_value>"
msgstr ""
-#: type_column_line.xhp#par_id4818567.help.text
-msgctxt "type_column_line.xhp#par_id4818567.help.text"
-msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type. "
+#. kT(?
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"hd_id3147434\n"
+"1\n"
+"help.text"
+msgid "Grids"
msgstr ""
-#: type_column_line.xhp#hd_id2451551.help.text
-msgid "Column and Line"
+#. T.HE
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"par_id3146974\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"gitter\"><ahelp hid=\".\">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.</ahelp></variable> The Y axis major grid is activated by default."
msgstr ""
-#: type_column_line.xhp#par_id3101901.help.text
-msgid "A Column and Line chart is a combination of a <link href=\"text/schart/01/type_column_bar.xhp\">Column chart</link> with a <link href=\"text/schart/01/type_line.xhp\">Line chart</link>."
+#. N(Zy
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"hd_id3156286\n"
+"3\n"
+"help.text"
+msgid "Major grids"
msgstr ""
-#: type_column_line.xhp#par_id7910397.help.text
-msgid "Select one of the variants"
+#. RwmS
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"par_id3154511\n"
+"4\n"
+"help.text"
+msgid "Defines the axis to be set as the major grid."
msgstr ""
-#: type_column_line.xhp#par_id5244300.help.text
-msgid "Columns and Lines. The rectangles of the column data series are drawn side by side so that you can easily compare their values."
+#. ^p^:
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"hd_id3149400\n"
+"5\n"
+"help.text"
+msgid "X axis"
msgstr ""
-#: type_column_line.xhp#par_id7163609.help.text
-msgid "Stacked Columns and Lines. The rectangles of the column data series are drawn stacked above each other, so that the height of a column visualizes the sum of the data values."
-msgstr ""
+#. i]$y
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"par_id3150749\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:CHECKBOX:DLG_GRID:CB_X_MAIN\">Adds gridlines to the X axis of the chart.</ahelp>"
+msgstr "<ahelp hid=\"SCH:CHECKBOX:DLG_GRID:CB_X_MAIN\">ღობის ხაზების ჩამატება X-ღერძის დიაგრამაზე.</ahelp>"
-#: type_column_line.xhp#par_id1842097.help.text
-msgid "You can insert a second y-axis with <link href=\"text/schart/01/04040000.xhp\">Insert - Axes</link> after you finish the wizard."
+#. X/`Z
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"par_id3154754\n"
+"7\n"
+"help.text"
+msgid "<variable id=\"sytextxgitter\"><ahelp hid=\".uno:ToggleGridHorizontal\">The <emph>Horizontal Grid On/Off</emph> icon on the <emph>Formatting</emph> bar toggles the visibility of the grid display for the X axis. Note: This only works if the <emph>Minor grid</emph> check boxes in <emph>Insert - Grids</emph> are cleared.</ahelp></variable> Otherwise, the minor grid remains visible when the major grid is turned off."
msgstr ""
-#: type_column_line.xhp#hd_id8297677.help.text
-msgctxt "type_column_line.xhp#hd_id8297677.help.text"
-msgid "To specify a data range"
+#. fU5E
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"hd_id3145228\n"
+"8\n"
+"help.text"
+msgid "Y axis"
msgstr ""
-#: type_column_line.xhp#par_id8871120.help.text
-msgid "The leftmost columns (or the top rows) of the selected data range provide the data that are shown as Columns objects. The other columns or rows of the data range provide the data for the Lines objects. You can change this assignment in the <emph>Data Series</emph> dialog."
+#. r9EW
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"par_id3147004\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:CHECKBOX:DLG_GRID:CB_Y_MAIN\">Adds gridlines to the Y axis of the chart.</ahelp>"
+msgstr "<ahelp hid=\"SCH:CHECKBOX:DLG_GRID:CB_Y_MAIN\">ღობის ხაზის ჩამატება Y ღერძის დიაგრამზე.</ahelp>"
+
+#. }LQ`
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"par_id3150344\n"
+"10\n"
+"help.text"
+msgid "<variable id=\"sytextygitter\"><ahelp hid=\".uno:ToggleGridVertical\">The <emph>Vertical Grid On/Off</emph> icon on the <emph>Formatting</emph> bar toggles the visibility of the grid display for the Y axis. Note: This only works if the X-axis <emph>Minor grid</emph> is not selected in <emph>Insert - Grids</emph>.</ahelp></variable> Otherwise, the minor grid remains visible when the major grid is turned off."
msgstr ""
-#: type_column_line.xhp#par_id2952055.help.text
-msgid "Select the data range."
+#. hv73
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"hd_id3166430\n"
+"11\n"
+"help.text"
+msgid "Z axis"
msgstr ""
-#: type_column_line.xhp#par_id594500.help.text
-msgctxt "type_column_line.xhp#par_id594500.help.text"
-msgid "Click one of the options for data series in rows or in columns."
+#. [Gh_
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"par_id3155378\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:CHECKBOX:DLG_GRID:CB_Z_MAIN\">Adds gridlines to the Z axis of the chart.</ahelp> This option is only available if you're working with 3D charts."
msgstr ""
-#: type_column_line.xhp#par_id1944944.help.text
-msgctxt "type_column_line.xhp#par_id1944944.help.text"
-msgid "Check whether the data range has labels in the first row or in the first column or both."
+#. HC_q
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"hd_id3146978\n"
+"13\n"
+"help.text"
+msgid "Minor grids"
msgstr ""
-#: type_column_line.xhp#hd_id6667683.help.text
-msgctxt "type_column_line.xhp#hd_id6667683.help.text"
-msgid "Organizing data series"
+#. 5zEg
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"par_id3156449\n"
+"14\n"
+"help.text"
+msgid "Use this area to assign a minor grid for each axis. Assigning minor grids to the axis reduces the distance between the major grids."
msgstr ""
-#: type_column_line.xhp#par_id7616809.help.text
-msgctxt "type_column_line.xhp#par_id7616809.help.text"
-msgid "In the Data Series list box you see a list of all data series in the current chart."
+#. G)r:
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"hd_id3153308\n"
+"15\n"
+"help.text"
+msgid "X axis"
msgstr ""
-#: type_column_line.xhp#par_id9770195.help.text
-msgid "The column data series are positioned at the top of the list, the line data series at the bottom of the list."
+#. c~:\
+#: 04070000.xhp
+#, fuzzy
+msgctxt ""
+"04070000.xhp\n"
+"par_id3148704\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:CHECKBOX:DLG_GRID:CB_X_HELP\">Adds gridlines that subdivide the X axis into smaller sections.</ahelp>"
+msgstr "<ahelp hid=\"SCH:CHECKBOX:DLG_GRID:CB_Y_HELP\">საკოორდინაციო ბადის ხაზების დამატება რომელიც ყოფს ქვედანაყოფებათ Y ღერძს პატარა დანაყოფებად.</ahelp>"
+
+#. I#:J
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"hd_id3153917\n"
+"17\n"
+"help.text"
+msgid "Y axis"
msgstr ""
-#: type_column_line.xhp#par_id1446272.help.text
-msgctxt "type_column_line.xhp#par_id1446272.help.text"
-msgid "To organize the data series, select an entry in the list."
+#. ZHU^
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"par_id3154536\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:CHECKBOX:DLG_GRID:CB_Y_HELP\">Adds gridlines that subdivide the Y axis into smaller sections.</ahelp>"
+msgstr "<ahelp hid=\"SCH:CHECKBOX:DLG_GRID:CB_Y_HELP\">საკოორდინაციო ბადის ხაზების დამატება რომელიც ყოფს ქვედანაყოფებათ Y ღერძს პატარა დანაყოფებად.</ahelp>"
+
+#. s3g2
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"hd_id3148607\n"
+"19\n"
+"help.text"
+msgid "Z axis"
msgstr ""
-#: type_column_line.xhp#par_id3779717.help.text
-msgctxt "type_column_line.xhp#par_id3779717.help.text"
-msgid "Click Add to add another data series below the selected entry. The new data series has the same type as the selected entry."
+#. ja1L
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"par_id3153247\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:CHECKBOX:DLG_GRID:CB_Z_HELP\">Adds gridlines that subdivide the Z axis into smaller sections.</ahelp> This option is only available if you're working with 3D charts."
msgstr ""
-#: type_column_line.xhp#par_id5056611.help.text
-msgctxt "type_column_line.xhp#par_id5056611.help.text"
-msgid "Click Remove to remove the selected entry from the Data Series list."
+#. 3C8T
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Axes"
+msgstr "ღერძი"
+
+#. wxfU
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"bm_id3153768\n"
+"help.text"
+msgid "<bookmark_value>axes;formatting</bookmark_value>"
+msgstr "<bookmark_value>Y ღერძი; ფორმატირება</bookmark_value>"
+
+#. qSe`
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"hd_id3153768\n"
+"1\n"
+"help.text"
+msgid "Axes"
+msgstr "ღერძი"
+
+#. 2CI4
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id3154319\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"achsen\"><ahelp hid=\".uno:DiagramAxisAll\">Opens a dialog, where you can edit the properties of the selected axis.</ahelp></variable> The name of the dialog depends on the selected axis."
msgstr ""
-#: type_column_line.xhp#par_id7786492.help.text
-msgid "Use the Up and Down arrow buttons to move the selected entry in the list up or down. This way you can convert a Column data series to a List data series and back. This does not change the order in the data source table, but changes only the arrangement in the chart."
+#. #0Fe
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id3149667\n"
+"3\n"
+"help.text"
+msgid "The <link href=\"text/schart/01/05040200.xhp\" name=\"Y axis\">Y axis</link> has an enhanced dialog. For X-Y charts, the X axis chart is also enhanced by the <link href=\"text/schart/01/05040201.xhp\" name=\"Scaling\"><emph>Scaling</emph></link> tab."
msgstr ""
-#: type_column_line.xhp#hd_id265816.help.text
-msgctxt "type_column_line.xhp#hd_id265816.help.text"
-msgid "Editing data series"
+#. 4?0!
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id3159266\n"
+"4\n"
+"help.text"
+msgid "Scaling the X axis is only possible in the X-Y chart type."
msgstr ""
-#: type_column_line.xhp#par_id6768700.help.text
-msgctxt "type_column_line.xhp#par_id6768700.help.text"
-msgid "Click an entry in the list to view and edit the properties for that entry."
+#. -Tv5
+#: 05040100.xhp
+#, fuzzy
+msgctxt ""
+"05040100.xhp\n"
+"hd_id3145230\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>"
+msgstr "<link href=\"text/schart/01/05080000.xhp\" name=\"Chart Area\">დიაგრამის არე</link>"
+
+#. f18H
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"tit\n"
+"help.text"
+msgid "3D View"
+msgstr ""
+
+#. +zzB
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"bm_id3156423\n"
+"help.text"
+msgid "<bookmark_value>3D charts</bookmark_value> <bookmark_value>charts; 3D views</bookmark_value> <bookmark_value>illumination; 3D charts</bookmark_value>"
msgstr ""
-#: type_column_line.xhp#par_id1924497.help.text
-msgctxt "type_column_line.xhp#par_id1924497.help.text"
-msgid "In the Data Ranges list box you see the role names and cell ranges of the data series components. "
+#. VO(T
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"hd_id3464461\n"
+"help.text"
+msgid "<variable id=\"three_d_view\"><link href=\"text/schart/01/three_d_view.xhp\">3D View</link></variable>"
msgstr ""
-#: type_column_line.xhp#par_id5081942.help.text
-msgctxt "type_column_line.xhp#par_id5081942.help.text"
-msgid "Click an entry, then edit the contents in the text box below. "
+#. :oEc
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id6998809\n"
+"help.text"
+msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> or in the context menu of a chart you can choose a chart type. <ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to edit the properties of a three dimensional view for Column, Bar, Pie, and Area charts. For Line and XY (Scatter) charts you can see 3D lines.</ahelp>"
msgstr ""
-#: type_column_line.xhp#par_id2958464.help.text
-msgctxt "type_column_line.xhp#par_id2958464.help.text"
-msgid "The label next to the text box states the currently selected role. "
+#. 0cD\
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id6942045\n"
+"help.text"
+msgid "The chart preview responds to the new settings that you enter in the dialog."
msgstr ""
-#: type_column_line.xhp#par_id883816.help.text
-msgctxt "type_column_line.xhp#par_id883816.help.text"
-msgid "Enter the range or click <emph>Select data range</emph> to minimize the dialog and select the range with the mouse."
+#. Q#c9
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id3806878\n"
+"help.text"
+msgid "When you leave the dialog with OK, the settings are applied permanently."
msgstr ""
-#: type_column_line.xhp#par_id5091708.help.text
-msgctxt "type_column_line.xhp#par_id5091708.help.text"
-msgid "The range for a data role, like Y-Values, must not include a label cell."
+#. #vLh
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id130619\n"
+"help.text"
+msgid "When you leave the dialog with Cancel or Escape, the chart returns to the state when you opened the dialog."
msgstr ""
-#: type_column_line.xhp#hd_id974456.help.text
-msgctxt "type_column_line.xhp#hd_id974456.help.text"
-msgid "Editing categories or data labels"
+#. Cy7D
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id8081911\n"
+"help.text"
+msgid "For a 3D chart you can choose <item type=\"menuitem\">Format - 3D View</item> to set perspective, appearance and illumination."
msgstr ""
-#: type_column_line.xhp#par_id2767113.help.text
-msgctxt "type_column_line.xhp#par_id2767113.help.text"
-msgid "Enter or select a cell range that will be used as text for categories or data labels. "
+#. rMuu
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"hd_id2924283\n"
+"help.text"
+msgid "Perspective"
msgstr ""
-#: type_column_line.xhp#par_id301828.help.text
-msgid "The values in the Categories range will be shown as labels on the x axis."
+#. BH~j
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id5781731\n"
+"help.text"
+msgid "Enter the values for rotation of the chart on the three axes and for a perspective view."
msgstr ""
-#: type_column_line.xhp#hd_id8996246.help.text
-msgid "Inserting chart elements"
+#. |/_Z
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id9999694\n"
+"help.text"
+msgid "Set all angles to 0 for a front view of the chart. Pie charts and donut charts are shown as circles."
msgstr ""
-#: type_column_line.xhp#par_id5729544.help.text
-msgid "Use the Chart Elements page of the Chart Wizard to insert any of the following elements:"
+#. 5kBT
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id2861720\n"
+"help.text"
+msgid "With Right-angled axes enabled, you can rotate the chart contents only in X and Y direction, that is, parallel to the chart borders."
msgstr ""
-#: type_column_line.xhp#par_id2932828.help.text
-msgid "Chart titles"
+#. 6}Q_
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id2216559\n"
+"help.text"
+msgid "An x value of 90, with y and z set to 0, provides a view from top down to the chart. With x set to -90, you see the bottom of the chart."
msgstr ""
-#: type_column_line.xhp#par_id9449446.help.text
-msgctxt "type_column_line.xhp#par_id9449446.help.text"
-msgid "Legend"
-msgstr "ლეგენდა"
+#. cZCz
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id7869502\n"
+"help.text"
+msgid "The rotations are applied in the order first x, then y, last z."
+msgstr ""
-#: type_column_line.xhp#par_id8122196.help.text
-msgid "Visible grid lines"
+#. ?hvs
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id9852900\n"
+"help.text"
+msgid "When shading is enabled and you rotate a chart, the lights are rotated as if they are fixed to the chart."
msgstr ""
-#: type_column_line.xhp#par_id9909665.help.text
-msgctxt "type_column_line.xhp#par_id9909665.help.text"
-msgid "For additional elements use the Insert menu of the chart in edit mode. There you can define the following elements:"
+#. O{~J
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id2578203\n"
+"help.text"
+msgid "The rotation axes always relate to the page, not to the chart's axes. This is different from some other chart programs."
msgstr ""
-#: type_column_line.xhp#par_id9141819.help.text
-msgctxt "type_column_line.xhp#par_id9141819.help.text"
-msgid "Secondary axes"
-msgstr "მეორადი ღერძი"
+#. _I#E
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id4923245\n"
+"help.text"
+msgid "Select the Perspective check box to view the chart in central perspective as through a camera lens instead of using a parallel projection."
+msgstr ""
-#: type_column_line.xhp#par_id6354869.help.text
-msgctxt "type_column_line.xhp#par_id6354869.help.text"
-msgid "Minor grids"
+#. wM:(
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id3416547\n"
+"help.text"
+msgid "Set the focus length with the spin button. 100% gives a perspective view where a far edge in the chart looks approximately half as big as a near edge."
msgstr ""
-#: type_column_line.xhp#par_id2685323.help.text
-msgctxt "type_column_line.xhp#par_id2685323.help.text"
-msgid "Data labels"
+#. bsgM
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id3791924\n"
+"help.text"
+msgid "Older versions of %PRODUCTNAME cannot display the percentage of perspective the same way as the current version."
msgstr ""
-#: type_column_line.xhp#par_id6042664.help.text
-msgctxt "type_column_line.xhp#par_id6042664.help.text"
-msgid "Statistics, for example mean values, y error bars and trend lines"
+#. !U\#
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id7623828\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">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.</ahelp>"
msgstr ""
-#: type_column_line.xhp#par_id7889950.help.text
-msgid "To set different data labels for each data series, use the properties dialog of the data series."
+#. 0%eC
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id4721823\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the rotation of the chart on the x axis. The preview responds to the new settings.</ahelp>"
msgstr ""
-#: type_pie.xhp#tit.help.text
-msgid "Chart Type Pie "
+#. l;E*
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id5806756\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the rotation of the chart on the y axis. The preview responds to the new settings.</ahelp>"
msgstr ""
-#: type_pie.xhp#bm_id7621997.help.text
-msgid "<bookmark_value>donut charts</bookmark_value> <bookmark_value>pie charts;types</bookmark_value> <bookmark_value>chart types;pie/donut</bookmark_value>"
+#. gF!.
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id8915372\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the rotation of the chart on the z axis. The preview responds to the new settings.</ahelp>"
msgstr ""
-#: type_pie.xhp#hd_id3365276.help.text
-msgid "<variable id=\"type_pie\"><link href=\"text/schart/01/type_pie.xhp\">Chart Type Pie</link></variable>"
+#. @ZKB
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id6070436\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">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.</ahelp>"
msgstr ""
-#: type_pie.xhp#par_id245979.help.text
-msgctxt "type_pie.xhp#par_id245979.help.text"
-msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type. "
+#. KW=e
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"hd_id7564012\n"
+"help.text"
+msgid "Appearance"
+msgstr "იერსახე"
+
+#. S)OM
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id1186254\n"
+"help.text"
+msgid "Select a scheme from the list box."
msgstr ""
-#: type_pie.xhp#hd_id5799432.help.text
-msgid "Pie"
+#. 2.Kr
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id7432477\n"
+"help.text"
+msgid "By selecting a scheme, the check boxes and the light sources are set accordingly."
msgstr ""
-#: type_pie.xhp#par_id6549272.help.text
-msgid "A pie chart shows values as circular sectors of the total circle. The length of the arc, or the area of each sector, is proportional to its value."
+#. YeX*
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id7141026\n"
+"help.text"
+msgid "If you mark or unmark a combination of check boxes that is not given by the Realistic or Simple scheme, you create a Custom scheme."
msgstr ""
-#: type_pie.xhp#par_id6529740.help.text
-msgid "Pie - this subtype shows sectors as colored areas of the total pie, for one data column only. In the created chart, you can click and drag any sector to separate that sector from the remaining pie or to join it back."
+#. ZpI#
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id1579027\n"
+"help.text"
+msgid "Mark <emph>Shading</emph> to use the Gouraud method for rendering the surface, otherwise a flat method is used."
msgstr ""
-#: type_pie.xhp#par_id9121982.help.text
-msgid "Exploded pie - this subtype shows the sectors already separated from each other. In the created chart, you can click and drag any sector to move it along a radial from the pie's center."
+#. ZnIH
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id5624561\n"
+"help.text"
+msgid "The flat method sets a single color and brightness for each polygon. The edges are visible, soft gradients and spot lights are not possible."
msgstr ""
-#: type_pie.xhp#par_id3808404.help.text
-msgid "Donut - this subtype can show multiple data columns. Each data column is shown as one donut shape with a hole inside, where the next data column can be shown. In the created chart, you can click and drag an outer sector to move it along a radial from the donut's center."
+#. iWFe
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id5901058\n"
+"help.text"
+msgid "The Gouraud method applies gradients for a smoother, more realistic look."
msgstr ""
-#: type_pie.xhp#par_id2394482.help.text
-msgid "Exploded donut - this subtype shows the outer sectors already separated from the remaining donut. In the created chart, you can click and drag an outer sector to move it along a radial from the donut's center."
+#. u64!
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id8469191\n"
+"help.text"
+msgid "Mark <emph>Object Borders</emph> to draw lines along the edges."
msgstr ""
-#: 05060000.xhp#tit.help.text
-msgctxt "05060000.xhp#tit.help.text"
-msgid "Chart Wall"
+#. iP0W
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id4407483\n"
+"help.text"
+msgid "Mark <emph>Rounded Edges</emph> to smooth the edges of box shapes."
msgstr ""
-#: 05060000.xhp#bm_id3150792.help.text
-msgid "<bookmark_value>charts; formatting walls</bookmark_value><bookmark_value>formatting;chart walls</bookmark_value>"
-msgstr "<bookmark_value>charts; formatting walls</bookmark_value><bookmark_value>ფორმატირება;დიაგრამა walls</bookmark_value>"
+#. HixF
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id8531449\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a scheme from the list box, or click any of the check boxes below.</ahelp>"
+msgstr ""
-#: 05060000.xhp#hd_id3150792.1.help.text
-msgctxt "05060000.xhp#hd_id3150792.1.help.text"
-msgid "Chart Wall"
+#. Kdak
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id9183935\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Applies Gouraud shading if marked, or flat shading if unmarked.</ahelp>"
msgstr ""
-#: 05060000.xhp#par_id3154685.2.help.text
-msgid "<variable id=\"diagramm\"><ahelp visibility=\"visible\" hid=\".uno:DiagramWall\">Opens the<emph> Chart Wall</emph> dialog, where you can modify the properties of the chart wall. The chart wall is the \"vertical\" background behind the data area of the chart.</ahelp></variable>"
+#. 4DCC
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id946684\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Shows borders around the areas by setting the line style to Solid.</ahelp>"
msgstr ""
-#: wiz_chart_elements.xhp#tit.help.text
-msgid "Chart Wizard - Chart Elements"
+#. 4kpl
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id9607226\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Edges are rounded by 5%.</ahelp>"
msgstr ""
-#: wiz_chart_elements.xhp#hd_id70802.help.text
-msgid "<variable id=\"wiz_chart_elements\"><link href=\"text/schart/01/wiz_chart_elements.xhp\">Chart Wizard - Chart Elements</link></variable>"
+#. I{$^
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"hd_id1939451\n"
+"help.text"
+msgid "Illumination"
msgstr ""
-#: wiz_chart_elements.xhp#par_id8746604.help.text
-msgid "On this page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose the chart elements to be shown."
+#. -f:`
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id9038972\n"
+"help.text"
+msgid "Set the light sources for the 3D view."
msgstr ""
-#: wiz_chart_elements.xhp#par_id6437269.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a title for your chart.</ahelp>"
+#. hX`I
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id6531266\n"
+"help.text"
+msgid "Click any of the eight buttons to switch a directed light source on or off."
msgstr ""
-#: wiz_chart_elements.xhp#par_id9469893.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a subtitle for your chart.</ahelp>"
+#. 2i(m
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id6173894\n"
+"help.text"
+msgid "By default, the second light source is switched on. It is the first of seven \"normal\", uniform light sources. The light source number one projects a specular light with highlights."
msgstr ""
-#: wiz_chart_elements.xhp#par_id130008.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a label for the x-axis (horizontal).</ahelp>"
+#. =x3G
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id2761314\n"
+"help.text"
+msgid "For the selected light source, you can then choose a color and intensity in the list box just below the eight buttons. The brightness values of all lights are added, so use dark colors when you enable multiple lights."
msgstr ""
-#: wiz_chart_elements.xhp#par_id5821710.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a label for the y-axis (vertical).</ahelp>"
+#. 9iaJ
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id3912778\n"
+"help.text"
+msgid "The small preview inside this tab page has two sliders to set the vertical and horizontal position of the selected light source. The light source always aims to the middle of the object."
msgstr ""
-#: wiz_chart_elements.xhp#par_id2871791.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a label for the z-axis. This option is only available for three-dimensional charts.</ahelp>"
+#. I,VC
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id3163853\n"
+"help.text"
+msgid "The button in the corner of the small preview switches the internal illumination model between a sphere and a cube."
msgstr ""
-#: wiz_chart_elements.xhp#par_id7333597.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Displays a legend in your chart.</ahelp>"
+#. *N)D
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id121158\n"
+"help.text"
+msgid "Use the Ambient light list box to define the ambient light which shines with a uniform intensity from all directions."
msgstr ""
-#: wiz_chart_elements.xhp#par_id9976195.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Positions the legend to the left of the chart.</ahelp>"
+#. 9~+2
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id2423780\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Drag the right slider to set the vertical height and direction of the selected light source.</ahelp>"
msgstr ""
-#: wiz_chart_elements.xhp#par_id2507400.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Positions the legend to the top of the chart.</ahelp>"
+#. b8;q
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id2569658\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Drag the bottom slider to set the horizontal position and direction of the selected light source.</ahelp>"
msgstr ""
-#: wiz_chart_elements.xhp#par_id216681.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Positions the legend to the right of the chart.</ahelp>"
+#. RVuU
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id6394238\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to switch between an illumination model of a sphere or a cube.</ahelp>"
msgstr ""
-#: wiz_chart_elements.xhp#par_id7709585.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Positions the legend to the bottom of the chart.</ahelp>"
+#. RQgC
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id533768\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to enable or disable the specular light source with highlights.</ahelp>"
msgstr ""
-#: wiz_chart_elements.xhp#par_id4309518.help.text
-msgctxt "wiz_chart_elements.xhp#par_id4309518.help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Displays grid lines that are perpendicular to the x-axis.</ahelp>"
+#. 7.[I
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id7214270\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to enable or disable the uniform light source.</ahelp>"
msgstr ""
-#: wiz_chart_elements.xhp#par_id206610.help.text
-msgctxt "wiz_chart_elements.xhp#par_id206610.help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Displays grid lines that are perpendicular to the y-axis.</ahelp>"
+#. [e=7
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id2186346\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a color for the selected light source.</ahelp>"
msgstr ""
-#: wiz_chart_elements.xhp#par_id6917020.help.text
-msgctxt "wiz_chart_elements.xhp#par_id6917020.help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Displays grid lines that are perpendicular to the z-axis. This option is only available for three-dimensional charts.</ahelp>"
+#. 7cM\
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id1331217\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a color using the color dialog.</ahelp>"
msgstr ""
-#: wiz_chart_elements.xhp#par_id9969481.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a label for the secondary x-axis. This option is only available for charts that support a secondary x-axis.</ahelp>"
+#. [0_B
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id393993\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a color for the ambient light.</ahelp>"
msgstr ""
-#: wiz_chart_elements.xhp#par_id816675.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a label for the secondary y-axis. This option is only available for charts that support a secondary y-axis.</ahelp>"
+#. Kk(t
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id5871761\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a color using the color dialog.</ahelp>"
msgstr ""
-#: wiz_chart_elements.xhp#hd_id4411145.help.text
-msgid "To enter chart elements"
+#. G0Zb
+#: 05040202.xhp
+msgctxt ""
+"05040202.xhp\n"
+"tit\n"
+"help.text"
+msgid "Positioning"
msgstr ""
-#: wiz_chart_elements.xhp#par_id3274941.help.text
-msgid "Enter titles or click the elements that you want to be shown on the current chart."
+#. =pS*
+#: 05040202.xhp
+msgctxt ""
+"05040202.xhp\n"
+"bm_id3150869\n"
+"help.text"
+msgid "<bookmark_value>positioning; axes</bookmark_value><bookmark_value>charts;positioning axes</bookmark_value><bookmark_value>X axes;positioning</bookmark_value><bookmark_value>Y axes;positioning</bookmark_value><bookmark_value>axes;interval marks</bookmark_value>"
msgstr ""
-#: wiz_chart_elements.xhp#hd_id9804681.help.text
-msgctxt "wiz_chart_elements.xhp#hd_id9804681.help.text"
-msgid "Titles"
-msgstr "დაყოფა"
+#. (1y~
+#: 05040202.xhp
+#, fuzzy
+msgctxt ""
+"05040202.xhp\n"
+"hd_id3150868\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05040202.xhp\" name=\"positioning\">Positioning</link>"
+msgstr "<link href=\"text/schart/01/04060000.xhp\" name=\"Options\">პარამეტრები</link>"
-#: wiz_chart_elements.xhp#par_id3614917.help.text
-msgid "If you enter text for a title, subtitle, or any axis, the necessary space will be reserved to display the text next to the chart. If you do not enter a text, no space will be reserved, leaving more space to display the chart."
+#. _rgi
+#: 05040202.xhp
+msgctxt ""
+"05040202.xhp\n"
+"par_id3154013\n"
+"2\n"
+"help.text"
+msgid "Controls the positioning of the axis."
msgstr ""
-#: wiz_chart_elements.xhp#par_id156865.help.text
-msgid "It is not possible to link the title text to a cell. You must enter the text directly."
+#. [0WV
+#: 05040202.xhp
+msgctxt ""
+"05040202.xhp\n"
+"hd_id1006200801024782\n"
+"help.text"
+msgid "Axis line"
msgstr ""
-#: wiz_chart_elements.xhp#par_id6034424.help.text
-msgid "When the chart is finished, you can change the position and other properties by the <emph>Format</emph> menu."
+#. d2Wg
+#: 05040202.xhp
+msgctxt ""
+"05040202.xhp\n"
+"par_id1006200801024970\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select where to cross the other axis: at start, at end, at a specified value, or at a category.</ahelp>"
msgstr ""
-#: wiz_chart_elements.xhp#par_id9033783.help.text
-msgctxt "wiz_chart_elements.xhp#par_id9033783.help.text"
-msgid "Legend"
-msgstr "ლეგენდა"
-
-#: wiz_chart_elements.xhp#par_id1069368.help.text
-msgid "The legend displays the labels from the first row or column, or from the range that you have set in the Data Series dialog. If your chart does not contain labels, the legend displays text like \"Row 1, Row 2, ...\", or \"Column A, Column B, ...\" according to the row number or column letter of the chart data."
+#. Nv9)
+#: 05040202.xhp
+msgctxt ""
+"05040202.xhp\n"
+"par_id1006200801024957\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the value where the axis line should cross the other axis.</ahelp>"
msgstr ""
-#: wiz_chart_elements.xhp#par_id6998809.help.text
-msgid "You cannot enter the text directly, it is automatically generated from the Name cell range."
+#. NUv2
+#: 05040202.xhp
+msgctxt ""
+"05040202.xhp\n"
+"par_id100620080102503\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the category where the axis line should cross the other axis.</ahelp>"
msgstr ""
-#: wiz_chart_elements.xhp#par_id71413.help.text
-msgctxt "wiz_chart_elements.xhp#par_id71413.help.text"
-msgid "Select one of the position options. When the chart is finished, you can specify other positions using the Format menu."
+#. TQJC
+#: 05040202.xhp
+msgctxt ""
+"05040202.xhp\n"
+"hd_id100620080102509\n"
+"help.text"
+msgid "Labels"
msgstr ""
-#: wiz_chart_elements.xhp#par_id4776757.help.text
-msgctxt "wiz_chart_elements.xhp#par_id4776757.help.text"
-msgid "Grids"
+#. ^xd3
+#: 05040202.xhp
+msgctxt ""
+"05040202.xhp\n"
+"hd_id1006200801523879\n"
+"help.text"
+msgid "Place labels"
msgstr ""
-#: wiz_chart_elements.xhp#par_id6737876.help.text
-msgctxt "wiz_chart_elements.xhp#par_id6737876.help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Displays grid lines that are perpendicular to the x-axis.</ahelp>"
+#. -R`7
+#: 05040202.xhp
+msgctxt ""
+"05040202.xhp\n"
+"par_id1006200801523889\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select where to place the labels: near axis, near axis (other side), outside start, or outside end.</ahelp>"
msgstr ""
-#: wiz_chart_elements.xhp#par_id1058992.help.text
-msgctxt "wiz_chart_elements.xhp#par_id1058992.help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Displays grid lines that are perpendicular to the y-axis.</ahelp>"
+#. =B(Y
+#: 05040202.xhp
+msgctxt ""
+"05040202.xhp\n"
+"hd_id1006200801025030\n"
+"help.text"
+msgid "Interval marks"
msgstr ""
-#: wiz_chart_elements.xhp#par_id7366557.help.text
-msgctxt "wiz_chart_elements.xhp#par_id7366557.help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Displays grid lines that are perpendicular to the z-axis. This option is only available for three-dimensional charts.</ahelp>"
+#. {Ylz
+#: 05040202.xhp
+msgctxt ""
+"05040202.xhp\n"
+"hd_id3149048\n"
+"65\n"
+"help.text"
+msgid "Major:"
msgstr ""
-#: wiz_chart_elements.xhp#par_id6527298.help.text
-msgid "The visible grid lines can help to estimate the data values in the chart."
+#. o718
+#: 05040202.xhp
+msgctxt ""
+"05040202.xhp\n"
+"par_id3150397\n"
+"71\n"
+"help.text"
+msgid "Specifies whether the marks are to be on the inner or outer side of the axis. It is possible to combine both: you will then see marks on both sides."
msgstr ""
-#: wiz_chart_elements.xhp#par_id2924283.help.text
-msgid "The distance of the grid lines corresponds to the interval settings in the Scale tab of the axis properties."
+#. =xof
+#: 05040202.xhp
+msgctxt ""
+"05040202.xhp\n"
+"hd_id3151387\n"
+"66\n"
+"help.text"
+msgid "Inner"
msgstr ""
-#: wiz_chart_elements.xhp#par_id5781731.help.text
-msgid "Grid lines are not available for pie charts."
+#. R.\w
+#: 05040202.xhp
+msgctxt ""
+"05040202.xhp\n"
+"par_id3156399\n"
+"72\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:CHECKBOX:TP_SCALE_Y:CBX_TICKS_INNER\">Specifies that marks are placed on the inner side of the axis.</ahelp>"
msgstr ""
-#: wiz_chart_elements.xhp#hd_id6942045.help.text
-msgid "Additional elements"
+#. ;YJM
+#: 05040202.xhp
+msgctxt ""
+"05040202.xhp\n"
+"hd_id3166469\n"
+"67\n"
+"help.text"
+msgid "Outer"
msgstr ""
-#: wiz_chart_elements.xhp#par_id4721823.help.text
-msgctxt "wiz_chart_elements.xhp#par_id4721823.help.text"
-msgid "For additional elements use the Insert menu of the chart in edit mode. There you can define the following elements:"
+#. ERj3
+#: 05040202.xhp
+msgctxt ""
+"05040202.xhp\n"
+"par_id3153120\n"
+"73\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:CHECKBOX:TP_SCALE_Y:CBX_TICKS_OUTER\">Specifies that marks are placed on the outer side of the axis.</ahelp>"
msgstr ""
-#: wiz_chart_elements.xhp#par_id5806756.help.text
-msgctxt "wiz_chart_elements.xhp#par_id5806756.help.text"
-msgid "Secondary axes"
-msgstr "მეორადი ღერძი"
+#. dk/f
+#: 05040202.xhp
+msgctxt ""
+"05040202.xhp\n"
+"hd_id3159128\n"
+"68\n"
+"help.text"
+msgid "Minor:"
+msgstr ""
-#: wiz_chart_elements.xhp#par_id8915372.help.text
-msgctxt "wiz_chart_elements.xhp#par_id8915372.help.text"
-msgid "Minor grids"
+#. luYW
+#: 05040202.xhp
+msgctxt ""
+"05040202.xhp\n"
+"par_id3146885\n"
+"74\n"
+"help.text"
+msgid "This area is used to define the marking dashes between the axis marks. It is possible to activate both fields. This will result in a marking line running from the outside to the inside."
msgstr ""
-#: wiz_chart_elements.xhp#par_id6070436.help.text
-msgctxt "wiz_chart_elements.xhp#par_id6070436.help.text"
-msgid "Data labels"
+#. 5|Ce
+#: 05040202.xhp
+msgctxt ""
+"05040202.xhp\n"
+"hd_id3150654\n"
+"69\n"
+"help.text"
+msgid "Inner"
msgstr ""
-#: wiz_chart_elements.xhp#par_id7564012.help.text
-msgctxt "wiz_chart_elements.xhp#par_id7564012.help.text"
-msgid "Statistics, for example mean values, y error bars and trend lines"
+#. {zF@
+#: 05040202.xhp
+msgctxt ""
+"05040202.xhp\n"
+"par_id3146880\n"
+"75\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:CHECKBOX:TP_SCALE_Y:CBX_HELPTICKS_INNER\">Specifies that minor interval marks are placed on the inner side of the axis.</ahelp>"
msgstr ""
-#: 03010000.xhp#tit.help.text
-msgid "Data Table"
+#. W.4b
+#: 05040202.xhp
+msgctxt ""
+"05040202.xhp\n"
+"hd_id3154677\n"
+"70\n"
+"help.text"
+msgid "Outer"
msgstr ""
-#: 03010000.xhp#hd_id3150869.1.help.text
-#, fuzzy
-msgid "<link href=\"text/schart/01/03010000.xhp\" name=\"Data Table\">Data Table</link>"
-msgstr "<link href=\"text/schart/01/05010100.xhp\" name=\"Data Point\">მონაცემთა წერტილი</link>"
+#. #VS0
+#: 05040202.xhp
+msgctxt ""
+"05040202.xhp\n"
+"par_id3150745\n"
+"76\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:CHECKBOX:TP_SCALE_Y:CBX_HELPTICKS_OUTER\">Specifies that minor interval marks are placed on the outer side of the axis.</ahelp>"
+msgstr ""
-#: 03010000.xhp#par_id3151115.2.help.text
-msgid "<ahelp hid=\".uno:DiagramData\">Opens the<emph> Data Table </emph>dialog where you can edit the chart data.</ahelp>"
+#. $%cI
+#: 05040202.xhp
+msgctxt ""
+"05040202.xhp\n"
+"hd_id1006200801025271\n"
+"help.text"
+msgid "Place marks"
msgstr ""
-#: 03010000.xhp#par_id3149667.51.help.text
-msgid "The<emph> Data Table </emph>dialog is not available if you insert a chart that is based on a Calc sheet or on a Writer table."
+#. Yejj
+#: 05040202.xhp
+msgctxt ""
+"05040202.xhp\n"
+"par_id1006200801025278\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select where to place the marks: at labels, at axis, or at axis and labels.</ahelp>"
msgstr ""
-#: 03010000.xhp#par_id6746421.help.text
-msgid "<link href=\"text/swriter/01/06990000.xhp\">To update a chart manually when a Writer table got changed</link>"
+#. r},L
+#: 05070000.xhp
+msgctxt ""
+"05070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Chart Floor"
msgstr ""
-#: 03010000.xhp#par_id2565996.help.text
-msgid "Some changes will become visible only after you close and reopen the dialog."
-msgstr "ზოგ ცვლილების დანახვა შესაძლებელი იქნება მხოლოდ დიალოგის დახურვისა და ხელახლა გახსნის შემდეგ"
+#. 17F]
+#: 05070000.xhp
+msgctxt ""
+"05070000.xhp\n"
+"bm_id3154346\n"
+"help.text"
+msgid "<bookmark_value>charts; formatting floors</bookmark_value><bookmark_value>formatting; chart floors</bookmark_value>"
+msgstr "<bookmark_value>charts; formatting floors</bookmark_value><bookmark_value>ფორმატირება; დიაგრამა floors</bookmark_value>"
-#: 03010000.xhp#hd_id6129947.help.text
-msgid "To change chart data"
+#. aGZh
+#: 05070000.xhp
+msgctxt ""
+"05070000.xhp\n"
+"hd_id3154346\n"
+"1\n"
+"help.text"
+msgid "Chart Floor"
msgstr ""
-#: 03010000.xhp#par_id8141117.help.text
-msgid "When you create a chart that is based on default data, or when you copy a chart into your document, you can open the Data Table dialog to enter your own data. The chart responds to the data in a live preview."
+#. l4SR
+#: 05070000.xhp
+msgctxt ""
+"05070000.xhp\n"
+"par_id3150767\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"diagrammboden\"><ahelp hid=\".uno:DiagramFloor\">Opens the<emph> Chart Floor</emph> dialog, where you can modify the properties of the chart floor. The chart floor is the lower area in 3D charts. This function is only available for 3D charts.</ahelp></variable>"
msgstr ""
-#: 03010000.xhp#par_id9487594.help.text
-msgid "Close the Chart Data dialog to apply all changes to the chart. Choose <emph>Edit - Undo</emph> to cancel the changes."
+#. @sfW
+#: 05020101.xhp
+msgctxt ""
+"05020101.xhp\n"
+"tit\n"
+"help.text"
+msgid "Alignment"
msgstr ""
-#: 03010000.xhp#par_id4149906.help.text
-msgid "Insert or select a chart that is not based on existing cell data."
-msgstr ""
+#. Un_w
+#: 05020101.xhp
+msgctxt ""
+"05020101.xhp\n"
+"bm_id3150793\n"
+"help.text"
+msgid "<bookmark_value>aligning;titles in charts</bookmark_value><bookmark_value>titles;alignment (charts)</bookmark_value>"
+msgstr "<bookmark_value>aligning;titles in charts</bookmark_value><bookmark_value>სათაურის;გასწორება (charts)</bookmark_value>"
-#: 03010000.xhp#par_id6064943.help.text
-msgid "Choose <emph>View - Chart Data Table</emph> to open the Data Table dialog."
-msgstr ""
+#. 1O@#
+#: 05020101.xhp
+msgctxt ""
+"05020101.xhp\n"
+"hd_id3150793\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05020101.xhp\" name=\"Alignment\">Alignment</link>"
+msgstr "<link href=\"text/schart/01/05020101.xhp\" name=\"Alignment\">გასწორება</link>"
-#: 03010000.xhp#par_id3236182.help.text
-msgid "The data series are organized in columns. The role of the left most column is set to categories or data labels respectively. The contents of the left most column are always formatted as text. You can insert more text columns to be used as hierarchical labels."
-msgstr ""
+#. *kqy
+#: 05020101.xhp
+msgctxt ""
+"05020101.xhp\n"
+"par_id3125864\n"
+"2\n"
+"help.text"
+msgid "Modifies the alignment of the chart title."
+msgstr "დიაგრამის სათაურის გასწორების ცვილების მიღება"
-#: 03010000.xhp#par_id9799798.help.text
-msgid "Click a cell in the dialog and change the contents. Click another cell to see the changed contents in the preview."
+#. Si%j
+#: 05020101.xhp
+msgctxt ""
+"05020101.xhp\n"
+"par_id3145748\n"
+"4\n"
+"help.text"
+msgid "Some of the options are not available for all types of labels. For example, there are different options for 2D and 3D object labels."
msgstr ""
-#: 03010000.xhp#par_id1251258.help.text
-msgid "Enter the name of the data series in the text box above the column."
+#. P@]s
+#: 05020101.xhp
+msgctxt ""
+"05020101.xhp\n"
+"par_id3150717\n"
+"3\n"
+"help.text"
+msgid "Please note that problems may arise in displaying labels if the size of your chart is too small. You can avoid this by either enlarging the view or decreasing the font size."
msgstr ""
-#: 03010000.xhp#par_id743430.help.text
-msgid "Use the icons above the table to insert or delete rows and columns. For data series with multiple columns, only whole data series can be inserted or deleted. "
+#. _R$7
+#: 05080000.xhp
+msgctxt ""
+"05080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Chart Area"
msgstr ""
-#: 03010000.xhp#par_id8111819.help.text
-msgid "The order of the data series in the chart is the same as in the data table. Use the <emph>Move Series Right</emph> icon to switch the current column with its neighbor on the right."
-msgstr ""
+#. dO|8
+#: 05080000.xhp
+msgctxt ""
+"05080000.xhp\n"
+"bm_id3149670\n"
+"help.text"
+msgid "<bookmark_value>charts; formatting areas</bookmark_value><bookmark_value>formatting; chart areas</bookmark_value>"
+msgstr "<bookmark_value>charts; formatting areas</bookmark_value><bookmark_value>ფორმატირება; დიაგრამა areas</bookmark_value>"
-#: 03010000.xhp#par_id9116794.help.text
-msgid "The order of the categories or data points in the chart is the same as in the data table. Use the <emph>Move Row Down</emph> icon to switch the current row with its neighbor below."
+#. ?HH\
+#: 05080000.xhp
+msgctxt ""
+"05080000.xhp\n"
+"hd_id3149670\n"
+"1\n"
+"help.text"
+msgid "Chart Area"
msgstr ""
-#: 03010000.xhp#par_id3150297.20.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a new row below the current row.</ahelp>"
+#. !3#+
+#: 05080000.xhp
+msgctxt ""
+"05080000.xhp\n"
+"par_id3125864\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"diagrammflaeche\"><ahelp visibility=\"visible\" hid=\".uno:DiagramArea\">Opens the<emph> Chart Area</emph> dialog, where you can modify the properties of the chart area. The chart area is the background behind all elements of the chart.</ahelp></variable>"
msgstr ""
-#: 03010000.xhp#par_id3145384.23.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a new data series after the current column.</ahelp>"
+#. .*FM
+#: type_bubble.xhp
+msgctxt ""
+"type_bubble.xhp\n"
+"tit\n"
+"help.text"
+msgid "Chart Type Bubble"
msgstr ""
-#: 03010000.xhp#par_id3152297.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a new text column after the current column for hierarchical axes descriptions.</ahelp>"
-msgstr ""
+#. p6}Y
+#: type_bubble.xhp
+msgctxt ""
+"type_bubble.xhp\n"
+"bm_id2183975\n"
+"help.text"
+msgid "<bookmark_value>bubble charts</bookmark_value> <bookmark_value>chart types;bubble</bookmark_value>"
+msgstr "<bookmark_value>გასწორება; 2D დიაგრამა</bookmark_value><bookmark_value>დიაგრამები; გასწორება</bookmark_value>"
-#: 03010000.xhp#par_id3159231.26.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the current row. It is not possible to delete the label row.</ahelp>"
+#. z\Z9
+#: type_bubble.xhp
+msgctxt ""
+"type_bubble.xhp\n"
+"hd_id1970722\n"
+"help.text"
+msgid "<variable id=\"type_bubble\"><link href=\"text/schart/01/type_bubble.xhp\">Chart Type Bubble</link></variable>"
msgstr ""
-#: 03010000.xhp#par_id3153336.29.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the current series or text column. It is not possible to delete the first text column.</ahelp>"
+#. L3N\
+#: type_bubble.xhp
+msgctxt ""
+"type_bubble.xhp\n"
+"par_id40589\n"
+"help.text"
+msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type."
msgstr ""
-#: 03010000.xhp#par_id4089175.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Switches the current column with its neighbor at the right.</ahelp>"
+#. e;dY
+#: type_bubble.xhp
+msgctxt ""
+"type_bubble.xhp\n"
+"hd_id0526200904491284\n"
+"help.text"
+msgid "Bubble"
msgstr ""
-#: 03010000.xhp#par_id3949095.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Switches the current row with its neighbor below.</ahelp>"
+#. 9Mm/
+#: type_bubble.xhp
+msgctxt ""
+"type_bubble.xhp\n"
+"par_id0526200904491222\n"
+"help.text"
+msgid "A bubble chart shows the relations of three variables. Two variables are used for the position on the X-axis and Y-axis, while the third variable is shown as the relative size of each bubble."
msgstr ""
-#: 03010000.xhp#par_id6697286.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter names for the data series.</ahelp>"
+#. A0Yj
+#: type_bubble.xhp
+msgctxt ""
+"type_bubble.xhp\n"
+"par_id0526200906040162\n"
+"help.text"
+msgid "The data series dialog for a bubble chart has an entry to define the data range for the Bubble Sizes."
msgstr ""
-#: 05040200.xhp#tit.help.text
-msgctxt "05040200.xhp#tit.help.text"
-msgid "Y Axis"
+#. EanU
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"tit\n"
+"help.text"
+msgid "Alignment"
msgstr ""
-#: 05040200.xhp#bm_id3145673.help.text
-msgid "<bookmark_value>Y axes; formatting</bookmark_value>"
-msgstr "<bookmark_value>Y ღერძი; ფორმატირება</bookmark_value>"
+#. %q5)
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"hd_id3149656\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05020201.xhp\" name=\"Alignment\">Alignment</link>"
+msgstr "<link href=\"text/schart/01/05020201.xhp\" name=\"Alignment\">გასწორება</link>"
-#: 05040200.xhp#hd_id3145673.1.help.text
-msgctxt "05040200.xhp#hd_id3145673.1.help.text"
-msgid "Y Axis"
-msgstr ""
+#. 3IJa
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"par_id3156422\n"
+"2\n"
+"help.text"
+msgid "Modifies the alignment of axes or title labels."
+msgstr "ღერზის წარწერის იარლიყსი გასწორების ცვლილები გაკეთება"
-#: 05040200.xhp#par_id3155628.2.help.text
-msgid "<variable id=\"yachse\"><ahelp hid=\".uno:DiagramAxisY\">Opens the<emph> Y Axis </emph>dialog, to change properties of the Y axis.</ahelp></variable>"
+#. |+ut
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"par_id3150439\n"
+"76\n"
+"help.text"
+msgid "Some of the options listed here are not available for all labels. For example, there are different options for 2D and 3D object labels."
msgstr ""
-#: 05040200.xhp#hd_id3145171.3.help.text
-#, fuzzy
-msgctxt "05040200.xhp#hd_id3145171.3.help.text"
-msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>"
-msgstr "<link href=\"text/schart/01/05080000.xhp\" name=\"Chart Area\">დიაგრამის არე</link>"
+#. pY0s
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"hd_id3145750\n"
+"71\n"
+"help.text"
+msgid "Show labels"
+msgstr "იარლიყის ჩვენება"
-#: 05040200.xhp#hd_id3146119.4.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>"
+#. 0rXd
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"par_id3154319\n"
+"72\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:CHECKBOX:TP_AXIS_LABEL:CB_AXIS_LABEL_SCHOW_DESCR\">Specifies whether to show or hide the axis labels.</ahelp>"
+msgstr "<ahelp hid=\"SCH:CHECKBOX:TP_AXIS_LABEL:CB_AXIS_LABEL_SCHOW_DESCR\">განსაზღვრავს ღერძის იარლიყის აჩვენოს თუ არა.</ahelp>"
-#: 05070000.xhp#tit.help.text
-msgctxt "05070000.xhp#tit.help.text"
-msgid "Chart Floor"
+#. .W]G
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"par_id3147436\n"
+"75\n"
+"help.text"
+msgid "<variable id=\"sytextbeschr\"><ahelp hid=\".uno:ToggleAxisDescr\">The<emph> AxesTitle On/Off </emph>icon on the <emph>Formatting</emph> bar switches the labeling of all axes on or off.</ahelp></variable>"
msgstr ""
-#: 05070000.xhp#bm_id3154346.help.text
-msgid "<bookmark_value>charts; formatting floors</bookmark_value><bookmark_value>formatting; chart floors</bookmark_value>"
-msgstr "<bookmark_value>charts; formatting floors</bookmark_value><bookmark_value>ფორმატირება; დიაგრამა floors</bookmark_value>"
+#. [Ejz
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"hd_id3150717\n"
+"4\n"
+"help.text"
+msgid "Rotate text"
+msgstr "ტექსტის ბრუნვა"
-#: 05070000.xhp#hd_id3154346.1.help.text
-msgctxt "05070000.xhp#hd_id3154346.1.help.text"
-msgid "Chart Floor"
+#. (CQj
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"par_id3154510\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ToggleAxisDescr\">Defines the text direction of cell contents.</ahelp> Click one of the ABCD buttons to assign the required direction."
msgstr ""
-#: 05070000.xhp#par_id3150767.2.help.text
-msgid "<variable id=\"diagrammboden\"><ahelp hid=\".uno:DiagramFloor\">Opens the<emph> Chart Floor</emph> dialog, where you can modify the properties of the chart floor. The chart floor is the lower area in 3D charts. This function is only available for 3D charts.</ahelp></variable>"
-msgstr ""
+#. ^c,)
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"hd_id3150327\n"
+"50\n"
+"help.text"
+msgid "ABCD wheel"
+msgstr "ABCD ბორბალი"
-#: wiz_chart_type.xhp#tit.help.text
-msgid "Chart Wizard - Chart Type"
+#. ;U_1
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"par_id3149018\n"
+"49\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SCH_ALIGNMENT_CTR_DIAL\">Clicking anywhere on the wheel defines the variable text orientation.</ahelp> The letters \"ABCD\" on the button correspond to the new setting."
msgstr ""
-#: wiz_chart_type.xhp#bm_id4266792.help.text
-msgid "<bookmark_value>charts;choosing chart types</bookmark_value>"
+#. @JaE
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"hd_id3154254\n"
+"51\n"
+"help.text"
+msgid "ABCD button"
+msgstr "ქვედა ABCD"
+
+#. 5uC~
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"par_id3154702\n"
+"52\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SCH_ALIGNMENT_STACKED\">Assigns vertical text orientation for cell contents.</ahelp>"
msgstr ""
-#: wiz_chart_type.xhp#hd_id1536606.help.text
-msgid "<variable id=\"wiz_chart_type\"><link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard - Chart Type</link></variable>"
+#. KY2L
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"par_id3150342\n"
+"53\n"
+"help.text"
+msgid "If you define a vertical x-axis label, the text may be cut off by the line of the x-axis."
msgstr ""
-#: wiz_chart_type.xhp#par_id6006958.help.text
-msgid "On the first page of the Chart Wizard you can <link href=\"text/schart/01/choose_chart_type.xhp\">choose a chart type</link>."
-msgstr ""
+#. 7j.y
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"hd_id3166432\n"
+"54\n"
+"help.text"
+msgid "Degrees"
+msgstr "გრადუსი"
-#: wiz_chart_type.xhp#hd_id3919186.help.text
-msgid "To choose a chart type"
+#. KXNj
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"par_id3150199\n"
+"55\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SCH_ALIGNMENT_DEGREES\">Allows you to manually enter the orientation angle.</ahelp>"
msgstr ""
-#: wiz_chart_type.xhp#par_id3453169.help.text
-msgid "Choose a basic <link href=\"text/schart/01/choose_chart_type.xhp\">chart type</link>: click any of the entries labeled Column, Bar, Pie, and so on."
-msgstr ""
+#. BDpW
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"hd_id3152985\n"
+"73\n"
+"help.text"
+msgid "Text flow"
+msgstr "ტქსტის ნაკადი"
-#: wiz_chart_type.xhp#par_id8406933.help.text
-msgid "The contents on the right side will change to offer more options depending on the basic chart type."
-msgstr ""
+#. |P$q
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"par_id3155089\n"
+"74\n"
+"help.text"
+msgid "Determines the text flow of the data label."
+msgstr "მონაცემთა იარლიყზე განსაზღვრავს ტექსტის ნაკადს"
-#: wiz_chart_type.xhp#par_id8230231.help.text
-msgid "Optionally, click any of the options. While you change the settings in the wizard, watch the preview in the document to see how the chart will look."
+#. @Rh\
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"hd_id3148837\n"
+"57\n"
+"help.text"
+msgid "Overlap"
msgstr ""
-#: wiz_chart_type.xhp#par_id3267006.help.text
-msgid "Press <item type=\"keycode\">Shift+F1</item> and point to a control to see an extended help text."
+#. WDtP
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"par_id3151240\n"
+"58\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:CHECKBOX:TP_AXIS_LABEL:CB_AXIS_LABEL_TEXTOVERLAP\">Specifies that the text in cells may overlap other cells.</ahelp> This can be especially useful if there is a lack of space. This option is not available with different title directions."
msgstr ""
-#: wiz_chart_type.xhp#par_id7251503.help.text
-msgid "Click <emph>Finish</emph> on any wizard page to close the wizard and create the chart using the current settings."
-msgstr ""
+#. aLao
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"hd_id3157982\n"
+"68\n"
+"help.text"
+msgid "Break"
+msgstr "შეწყვეტა"
-#: wiz_chart_type.xhp#par_id3191625.help.text
-msgid "Click <emph>Next</emph> to see the next wizard page, or click the entries on the left side of the wizard to go to that page."
-msgstr ""
+#. -6={
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"par_id3155268\n"
+"69\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:CHECKBOX:TP_AXIS_LABEL:CB_AXIS_LABEL_TEXTBREAK\">Allows a text break.</ahelp>"
+msgstr "<ahelp hid=\"SCH:CHECKBOX:TP_AXIS_LABEL:CB_AXIS_LABEL_TEXTBREAK\">ტქსტის შეწყვეტის ნებართვა.</ahelp>"
-#: wiz_chart_type.xhp#par_id7659535.help.text
-msgid "Click <emph>Back</emph> to see the previous wizard page."
-msgstr ""
+#. %1XA
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"hd_id3159205\n"
+"56\n"
+"help.text"
+msgid "The following options are not available for all chart types:"
+msgstr "ყველა ტიპის დიაგრამისათვის თვისებები არ არის მისაწვდომი"
-#: wiz_chart_type.xhp#par_id8420056.help.text
-msgid "Click <emph>Cancel</emph> to close the wizard without creating a chart."
-msgstr ""
+#. 7IS2
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"hd_id3152872\n"
+"59\n"
+"help.text"
+msgid "Order"
+msgstr "ბრძანება"
-#: wiz_chart_type.xhp#par_id2284920.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to go to the named wizard page.</ahelp>"
+#. {u~N
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"par_id3159230\n"
+"11\n"
+"help.text"
+msgid "The options on this tab are only available for a 2D chart, under <emph>Format - Axis - Y Axis</emph> or <emph>X Axis</emph>. In this area, you can define the alignment of the number labels on the X or Y axis."
msgstr ""
-#: wiz_chart_type.xhp#par_id3184301.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a basic chart type.</ahelp>"
-msgstr ""
+#. h*_.
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"hd_id3146963\n"
+"60\n"
+"help.text"
+msgid "Tile"
+msgstr "დაყოფა"
-#: wiz_chart_type.xhp#par_id2129276.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a sub type of the basic chart type.</ahelp>"
+#. |%VN
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"par_id3155758\n"
+"61\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:RADIOBUTTON:TP_AXIS_LABEL:RB_AXIS_LABEL_SIDEBYSIDE\">Arranges numbers on the axis side by side.</ahelp>"
msgstr ""
-#: wiz_chart_type.xhp#par_id9719229.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enables a 3D look for the data values.</ahelp>"
+#. 5.Z3
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"hd_id3151195\n"
+"62\n"
+"help.text"
+msgid "Stagger odd"
msgstr ""
-#: wiz_chart_type.xhp#par_id3860896.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the type of 3D look.</ahelp>"
+#. TLIF
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"par_id3145114\n"
+"63\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:RADIOBUTTON:TP_AXIS_LABEL:RB_AXIS_LABEL_UPDOWN\">Staggers numbers on the axis, even numbers lower than odd numbers.</ahelp>"
msgstr ""
-#: wiz_chart_type.xhp#par_id4041871.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a shape from the list.</ahelp>"
+#. 9D|e
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"hd_id3147250\n"
+"64\n"
+"help.text"
+msgid "Stagger even"
msgstr ""
-#: wiz_chart_type.xhp#par_id9930722.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Displays stacked series for Line charts.</ahelp>"
+#. M#Ol
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"par_id3153958\n"
+"65\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:RADIOBUTTON:TP_AXIS_LABEL:RB_AXIS_LABEL_DOWNUP\">Stagger numbers on the axes, odd numbers lower than even numbers.</ahelp>"
msgstr ""
-#: wiz_chart_type.xhp#par_id5749687.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Stack series display values on top of each other.</ahelp>"
+#. ?/LA
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"hd_id3147301\n"
+"66\n"
+"help.text"
+msgid "Automatic"
msgstr ""
-#: wiz_chart_type.xhp#par_id79348.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Stack series display values as percent.</ahelp>"
+#. /.CG
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"par_id3147404\n"
+"67\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:RADIOBUTTON:TP_AXIS_LABEL:RB_AXIS_LABEL_AUTOORDER\">Automatically arranges numbers on the axis.</ahelp>"
msgstr ""
-#: wiz_chart_type.xhp#par_id2414014.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">The lines are shown as curves.</ahelp>"
+#. Xlr-
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"par_id3149353\n"
+"70\n"
+"help.text"
+msgid "Problems may arise in displaying labels if the size of your chart is too small. You can avoid this by either enlarging the view or decreasing the font size."
msgstr ""
-#: wiz_chart_type.xhp#par_id7617114.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to set the curve properties.</ahelp>"
+#. c#Gn
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"hd_id1106200812235146\n"
+"help.text"
+msgid "Text Direction"
msgstr ""
-#: wiz_chart_type.xhp#par_id6649372.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Connects points by ascending X values, even if the order of values is different, in an XY scatter diagram.</ahelp>"
+#. DSZZ
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"par_id1106200812235271\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the text direction for a paragraph that uses complex text layout (CTL). This feature is only available if complex text layout support is enabled.</ahelp>"
msgstr ""
-#: wiz_chart_type.xhp#par_id7334208.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Set the number of lines for the Column and Line chart type.</ahelp>"
+#. \Uqv
+#: 05010200.xhp
+msgctxt ""
+"05010200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data Series"
msgstr ""
-#: wiz_chart_type.xhp#par_id4485000.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Chart Type dialog.</ahelp>"
+#. PR42
+#: 05010200.xhp
+#, fuzzy
+msgctxt ""
+"05010200.xhp\n"
+"hd_id3150449\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05010200.xhp\" name=\"Data Series\">Data Series</link>"
+msgstr "<link href=\"text/schart/01/05010100.xhp\" name=\"Data Point\">მონაცემთა წერტილი</link>"
+
+#. i)WG
+#: 05010200.xhp
+msgctxt ""
+"05010200.xhp\n"
+"par_id3145750\n"
+"2\n"
+"help.text"
+msgid "Use this to change the properties of a selected data series. This dialog appears when one data series is selected when you choose <emph>Format - Format Selection</emph>. Some of the menu entries are only available for 2D or 3D charts."
msgstr ""
-#: 05050100.xhp#tit.help.text
-msgctxt "05050100.xhp#tit.help.text"
-msgid "Grid"
+#. +@xa
+#: 05010200.xhp
+msgctxt ""
+"05010200.xhp\n"
+"par_id3154015\n"
+"4\n"
+"help.text"
+msgid "Any changes made here affect the entire data series. For example, if you change the color, all elements belonging to this data series will change color."
msgstr ""
-#: 05050100.xhp#bm_id3150398.help.text
-msgid "<bookmark_value>X axes;grid formatting</bookmark_value><bookmark_value>Y axes;grid formatting</bookmark_value><bookmark_value>Z axes; grid formatting</bookmark_value>"
-msgstr "<bookmark_value>X axes;grid formatting</bookmark_value><bookmark_value>Y ღერძი;ბადე formatting</bookmark_value><bookmark_value>Z ღერძი; ბადე formatting</bookmark_value>"
+#. 1o53
+#: 05010200.xhp
+#, fuzzy
+msgctxt ""
+"05010200.xhp\n"
+"hd_id3146916\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/schart/01/04050000.xhp\" name=\"Y Error Bars\">Y Error Bars</link>"
+msgstr "<link href=\"text/schart/01/05060000.xhp\" name=\"Chart Wall\">დიაგრამული დაფა</link>"
-#: 05050100.xhp#hd_id3150398.2.help.text
-msgctxt "05050100.xhp#hd_id3150398.2.help.text"
-msgid "Grid"
-msgstr ""
+#. B}IU
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Title"
+msgstr "დაყოფა"
-#: 05050100.xhp#par_id3152577.1.help.text
-msgid "<variable id=\"gitter\"><ahelp hid=\".uno:DiagramGridAll\">Opens the <emph>Grid</emph> dialog for defining grid properties.</ahelp></variable>"
-msgstr "<variable id=\"gitter\"><ahelp hid=\".uno:DiagramGridAll\">გახსნა <emph>Grid</emph> დიალოგის ბადის თვისებების განსასაზღვრავთ.</ahelp></variable>"
+#. [fQG
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"bm_id3150769\n"
+"help.text"
+msgid "<bookmark_value>editing; titles</bookmark_value>"
+msgstr "<bookmark_value>სათაურის; რედაქტირება</bookmark_value>"
-#: 05040202.xhp#tit.help.text
-msgid "Positioning"
-msgstr ""
+#. ?%Bg
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"hd_id3150769\n"
+"2\n"
+"help.text"
+msgid "Title"
+msgstr "დაყოფა"
-#: 05040202.xhp#bm_id3150869.help.text
-msgid "<bookmark_value>positioning; axes</bookmark_value><bookmark_value>charts;positioning axes</bookmark_value><bookmark_value>X axes;positioning</bookmark_value><bookmark_value>Y axes;positioning</bookmark_value><bookmark_value>axes;interval marks</bookmark_value>"
+#. 9\VV
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3149666\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"titel\"><ahelp hid=\".uno:ZTitle\">Modifies the properties of the selected title.</ahelp></variable>"
msgstr ""
-#: 05040202.xhp#hd_id3150868.1.help.text
+#. `H_+
+#: 05020100.xhp
#, fuzzy
-msgid "<link href=\"text/schart/01/05040202.xhp\" name=\"positioning\">Positioning</link>"
-msgstr "<link href=\"text/schart/01/04060000.xhp\" name=\"Options\">პარამეტრები</link>"
+msgctxt ""
+"05020100.xhp\n"
+"hd_id3149378\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>"
+msgstr "<link href=\"text/schart/01/05080000.xhp\" name=\"Chart Area\">დიაგრამის არე</link>"
-#: 05040202.xhp#par_id3154013.2.help.text
-msgid "Controls the positioning of the axis."
+#. (.j=
+#: choose_chart_type.xhp
+msgctxt ""
+"choose_chart_type.xhp\n"
+"tit\n"
+"help.text"
+msgid "Choosing a Chart Type"
msgstr ""
-#: 05040202.xhp#hd_id1006200801024782.help.text
-msgid "Axis line"
+#. @)Cr
+#: choose_chart_type.xhp
+msgctxt ""
+"choose_chart_type.xhp\n"
+"hd_id9072237\n"
+"help.text"
+msgid "<variable id=\"choose_chart_type\"><link href=\"text/schart/01/choose_chart_type.xhp\">Choosing a Chart Type</link></variable>"
msgstr ""
-#: 05040202.xhp#par_id1006200801024970.help.text
-msgid "<ahelp hid=\".\">Select where to cross the other axis: at start, at end, at a specified value, or at a category.</ahelp>"
+#. 6?a6
+#: choose_chart_type.xhp
+msgctxt ""
+"choose_chart_type.xhp\n"
+"par_id7085787\n"
+"help.text"
+msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type."
msgstr ""
-#: 05040202.xhp#par_id1006200801024957.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the value where the axis line should cross the other axis.</ahelp>"
+#. [EX!
+#: choose_chart_type.xhp
+msgctxt ""
+"choose_chart_type.xhp\n"
+"hd_id6820886\n"
+"help.text"
+msgid "The available chart types"
msgstr ""
-#: 05040202.xhp#par_id100620080102503.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the category where the axis line should cross the other axis.</ahelp>"
+#. E0w?
+#: choose_chart_type.xhp
+msgctxt ""
+"choose_chart_type.xhp\n"
+"par_id7309488\n"
+"help.text"
+msgid "Choose from the following chart types, depending on data type and intended presentation effect."
msgstr ""
-#: 05040202.xhp#hd_id100620080102509.help.text
-msgid "Labels"
+#. eFVA
+#: choose_chart_type.xhp
+msgctxt ""
+"choose_chart_type.xhp\n"
+"par_id4673604\n"
+"help.text"
+msgid "<image id=\"img_id3145172\" src=\"chart2/res/columns_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_id3145172\">Icon</alt></image> and <image id=\"Graphic8\" src=\"chart2/res/bar_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
msgstr ""
-#: 05040202.xhp#hd_id1006200801523879.help.text
-msgid "Place labels"
+#. %p$4
+#: choose_chart_type.xhp
+msgctxt ""
+"choose_chart_type.xhp\n"
+"par_id2586138\n"
+"help.text"
+msgid "<link href=\"text/schart/01/type_column_bar.xhp\">Column or Bar</link>"
msgstr ""
-#: 05040202.xhp#par_id1006200801523889.help.text
-msgid "<ahelp hid=\".\">Select where to place the labels: near axis, near axis (other side), outside start, or outside end.</ahelp>"
+#. FH)O
+#: choose_chart_type.xhp
+msgctxt ""
+"choose_chart_type.xhp\n"
+"par_id4343394\n"
+"help.text"
+msgid "<image id=\"Graphic2\" src=\"chart2/res/pie_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
msgstr ""
-#: 05040202.xhp#hd_id1006200801025030.help.text
-msgid "Interval marks"
+#. `}J6
+#: choose_chart_type.xhp
+msgctxt ""
+"choose_chart_type.xhp\n"
+"par_id3859065\n"
+"help.text"
+msgid "<link href=\"text/schart/01/type_pie.xhp\">Pie</link>"
msgstr ""
-#: 05040202.xhp#hd_id3149048.65.help.text
-msgid "Major:"
+#. Grkq
+#: choose_chart_type.xhp
+msgctxt ""
+"choose_chart_type.xhp\n"
+"par_id292672\n"
+"help.text"
+msgid "<image id=\"Graphic21\" src=\"chart2/res/areas_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
msgstr ""
-#: 05040202.xhp#par_id3150397.71.help.text
-msgid "Specifies whether the marks are to be on the inner or outer side of the axis. It is possible to combine both: you will then see marks on both sides."
+#. ]EnA
+#: choose_chart_type.xhp
+msgctxt ""
+"choose_chart_type.xhp\n"
+"par_id4043092\n"
+"help.text"
+msgid "<link href=\"text/schart/01/type_area.xhp\">Area</link>"
msgstr ""
-#: 05040202.xhp#hd_id3151387.66.help.text
-msgctxt "05040202.xhp#hd_id3151387.66.help.text"
-msgid "Inner"
+#. nKwI
+#: choose_chart_type.xhp
+msgctxt ""
+"choose_chart_type.xhp\n"
+"par_id2578814\n"
+"help.text"
+msgid "<image id=\"Graphic3\" src=\"chart2/res/nostackdirectboth_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
msgstr ""
-#: 05040202.xhp#par_id3156399.72.help.text
-msgid "<ahelp hid=\"SCH:CHECKBOX:TP_SCALE_Y:CBX_TICKS_INNER\">Specifies that marks are placed on the inner side of the axis.</ahelp>"
+#. eZ8L
+#: choose_chart_type.xhp
+msgctxt ""
+"choose_chart_type.xhp\n"
+"par_id4660481\n"
+"help.text"
+msgid "<link href=\"text/schart/01/type_line.xhp\">Line</link>"
msgstr ""
-#: 05040202.xhp#hd_id3166469.67.help.text
-msgctxt "05040202.xhp#hd_id3166469.67.help.text"
-msgid "Outer"
+#. ltU)
+#: choose_chart_type.xhp
+msgctxt ""
+"choose_chart_type.xhp\n"
+"par_id3946653\n"
+"help.text"
+msgid "<image id=\"Graphic4\" src=\"chart2/res/valueaxisdirectpoints_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
msgstr ""
-#: 05040202.xhp#par_id3153120.73.help.text
-msgid "<ahelp hid=\"SCH:CHECKBOX:TP_SCALE_Y:CBX_TICKS_OUTER\">Specifies that marks are placed on the outer side of the axis.</ahelp>"
+#. js@h
+#: choose_chart_type.xhp
+msgctxt ""
+"choose_chart_type.xhp\n"
+"par_id5882747\n"
+"help.text"
+msgid "<link href=\"text/schart/01/type_xy.xhp\">XY (scatter)</link>"
msgstr ""
-#: 05040202.xhp#hd_id3159128.68.help.text
-msgid "Minor:"
+#. giku
+#: choose_chart_type.xhp
+msgctxt ""
+"choose_chart_type.xhp\n"
+"par_id0526200904431454\n"
+"help.text"
+msgid "<image id=\"graphics1\" src=\"chart2/res/bubble_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
msgstr ""
-#: 05040202.xhp#par_id3146885.74.help.text
-msgid "This area is used to define the marking dashes between the axis marks. It is possible to activate both fields. This will result in a marking line running from the outside to the inside."
+#. Q[-0
+#: choose_chart_type.xhp
+msgctxt ""
+"choose_chart_type.xhp\n"
+"par_id0526200904431497\n"
+"help.text"
+msgid "<link href=\"text/schart/01/type_bubble.xhp\">Bubble</link>"
msgstr ""
-#: 05040202.xhp#hd_id3150654.69.help.text
-msgctxt "05040202.xhp#hd_id3150654.69.help.text"
-msgid "Inner"
+#. of.)
+#: choose_chart_type.xhp
+msgctxt ""
+"choose_chart_type.xhp\n"
+"par_id8752403\n"
+"help.text"
+msgid "<image id=\"Graphic5\" src=\"chart2/res/net_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
msgstr ""
-#: 05040202.xhp#par_id3146880.75.help.text
-msgid "<ahelp hid=\"SCH:CHECKBOX:TP_SCALE_Y:CBX_HELPTICKS_INNER\">Specifies that minor interval marks are placed on the inner side of the axis.</ahelp>"
+#. H%Po
+#: choose_chart_type.xhp
+msgctxt ""
+"choose_chart_type.xhp\n"
+"par_id8425550\n"
+"help.text"
+msgid "<link href=\"text/schart/01/type_net.xhp\">Net</link>"
msgstr ""
-#: 05040202.xhp#hd_id3154677.70.help.text
-msgctxt "05040202.xhp#hd_id3154677.70.help.text"
-msgid "Outer"
+#. F1C7
+#: choose_chart_type.xhp
+msgctxt ""
+"choose_chart_type.xhp\n"
+"par_id1846369\n"
+"help.text"
+msgid "<image id=\"Graphic6\" src=\"chart2/res/stock_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
msgstr ""
-#: 05040202.xhp#par_id3150745.76.help.text
-msgid "<ahelp hid=\"SCH:CHECKBOX:TP_SCALE_Y:CBX_HELPTICKS_OUTER\">Specifies that minor interval marks are placed on the outer side of the axis.</ahelp>"
+#. \;2m
+#: choose_chart_type.xhp
+msgctxt ""
+"choose_chart_type.xhp\n"
+"par_id1680654\n"
+"help.text"
+msgid "<link href=\"text/schart/01/type_stock.xhp\">Stock</link>"
msgstr ""
-#: 05040202.xhp#hd_id1006200801025271.help.text
-msgid "Place marks"
+#. L!F]
+#: choose_chart_type.xhp
+msgctxt ""
+"choose_chart_type.xhp\n"
+"par_id1592150\n"
+"help.text"
+msgid "<image id=\"Graphic7\" src=\"chart2/res/columnline_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
msgstr ""
-#: 05040202.xhp#par_id1006200801025278.help.text
-msgid "<ahelp hid=\".\">Select where to place the marks: at labels, at axis, or at axis and labels.</ahelp>"
+#. PSZ`
+#: choose_chart_type.xhp
+msgctxt ""
+"choose_chart_type.xhp\n"
+"par_id3308816\n"
+"help.text"
+msgid "<link href=\"text/schart/01/type_column_line.xhp\">Column and Line</link>"
msgstr ""
-#: smooth_line_properties.xhp#tit.help.text
-msgctxt "smooth_line_properties.xhp#tit.help.text"
-msgid "Smooth Line Properties"
+#. 9|+B
+#: choose_chart_type.xhp
+msgctxt ""
+"choose_chart_type.xhp\n"
+"par_id8174687\n"
+"help.text"
+msgid " "
msgstr ""
-#: smooth_line_properties.xhp#bm_id3803827.help.text
-msgid "<bookmark_value>curves;properties in line charts/XY charts</bookmark_value><bookmark_value>properties;smooth lines in line charts/XY charts</bookmark_value>"
+#. !rar
+#: type_line.xhp
+msgctxt ""
+"type_line.xhp\n"
+"tit\n"
+"help.text"
+msgid "Chart Type Line"
msgstr ""
-#: smooth_line_properties.xhp#hd_id3050325.help.text
-msgctxt "smooth_line_properties.xhp#hd_id3050325.help.text"
-msgid "Smooth Line Properties"
-msgstr ""
+#. y)lX
+#: type_line.xhp
+msgctxt ""
+"type_line.xhp\n"
+"bm_id2187566\n"
+"help.text"
+msgid "<bookmark_value>line charts</bookmark_value><bookmark_value>chart types;line</bookmark_value>"
+msgstr "<bookmark_value>გასწორება; 2D დიაგრამა</bookmark_value><bookmark_value>დიაგრამები; გასწორება</bookmark_value>"
-#: smooth_line_properties.xhp#par_id9421979.help.text
-msgid "In a chart that displays lines (Line type or XY type), you can choose to show curves instead of straight lines. Some options control the properties of those curves."
+#. .-)%
+#: type_line.xhp
+msgctxt ""
+"type_line.xhp\n"
+"hd_id9422894\n"
+"help.text"
+msgid "<variable id=\"type_line\"><link href=\"text/schart/01/type_line.xhp\">Chart Type Line</link></variable>"
msgstr ""
-#: smooth_line_properties.xhp#hd_id1228370.help.text
-msgid "To change line properties"
+#. g/-W
+#: type_line.xhp
+msgctxt ""
+"type_line.xhp\n"
+"par_id389721\n"
+"help.text"
+msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type."
msgstr ""
-#: smooth_line_properties.xhp#par_id1601611.help.text
-msgid "Select Cubic Spline or B-Spline."
+#. ??Ao
+#: type_line.xhp
+#, fuzzy
+msgctxt ""
+"type_line.xhp\n"
+"hd_id9826349\n"
+"help.text"
+msgid "Line"
+msgstr "#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\nხაზი\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nხაზი\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nსტრიქონი"
+
+#. il98
+#: type_line.xhp
+msgctxt ""
+"type_line.xhp\n"
+"par_id2334665\n"
+"help.text"
+msgid "A line chart shows values as points on the y axis. The x axis shows categories. The y values of each data series can be connected by a line."
msgstr ""
-#: smooth_line_properties.xhp#par_id879848.help.text
-msgid "These are mathematical models that influence the display of the curves. The curves are created by joining together segments of polynomials."
+#. h*Q\
+#: type_line.xhp
+msgctxt ""
+"type_line.xhp\n"
+"par_id8956572\n"
+"help.text"
+msgid "Points only - this subtype plots only points."
msgstr ""
-#: smooth_line_properties.xhp#par_id3464461.help.text
-msgid "Optionally set the resolution. A higher value leads to a smoother line."
+#. cbrE
+#: type_line.xhp
+msgctxt ""
+"type_line.xhp\n"
+"par_id500808\n"
+"help.text"
+msgid "Points and lines - this subtype plots points and connects points of the same data series by a line."
msgstr ""
-#: smooth_line_properties.xhp#par_id6998809.help.text
-msgid "For B-spline lines optionally set the degree of the polynomials."
+#. yQB`
+#: type_line.xhp
+msgctxt ""
+"type_line.xhp\n"
+"par_id8366649\n"
+"help.text"
+msgid "Lines only - this subtype plots only lines."
msgstr ""
-#: smooth_line_properties.xhp#par_id3424481.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Apply a cubic spline model.</ahelp>"
+#. 7_Ec
+#: type_line.xhp
+msgctxt ""
+"type_line.xhp\n"
+"par_id476393\n"
+"help.text"
+msgid "3D lines - this subtype connects points of the same data series by a 3D line."
msgstr ""
-#: smooth_line_properties.xhp#par_id1068758.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Apply a B-spline model.</ahelp>"
+#. /3ae
+#: type_line.xhp
+msgctxt ""
+"type_line.xhp\n"
+"par_id2655720\n"
+"help.text"
+msgid "Mark <emph>Stack series</emph> to arrange the points' y values cumulative above each other. The y values no longer represent absolute values, except for the first column which is drawn at the bottom of the stacked points. If you select <emph>Percent</emph>, the y values are scaled as percentage of the category total."
msgstr ""
-#: smooth_line_properties.xhp#par_id2320932.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Set the resolution.</ahelp>"
+#. chYd
+#: type_line.xhp
+msgctxt ""
+"type_line.xhp\n"
+"par_id3682058\n"
+"help.text"
+msgid "Mark <emph>Smooth lines</emph> to draw curves through the points instead of straight lines. Click <emph>Properties</emph> for a <link href=\"text/schart/01/smooth_line_properties.xhp\">dialog</link> to change the curves' properties."
msgstr ""
-#: smooth_line_properties.xhp#par_id8638874.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Set the degree of the polynomials.</ahelp>"
+#. ~_yR
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"tit\n"
+"help.text"
+msgid "Chart Wizard - Data Series"
msgstr ""
-#: wiz_data_range.xhp#tit.help.text
-msgid "Chart Wizard - Data Range"
-msgstr ""
+#. [0I*
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"bm_id8641621\n"
+"help.text"
+msgid "<bookmark_value>order of chart data</bookmark_value><bookmark_value>data series</bookmark_value>"
+msgstr "<bookmark_value>გასწორება; 2D დიაგრამა</bookmark_value><bookmark_value>დიაგრამები; გასწორება</bookmark_value>"
-#: wiz_data_range.xhp#bm_id2429578.help.text
-msgid "<bookmark_value>data ranges in charts</bookmark_value>"
+#. 8R0H
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"hd_id6124149\n"
+"help.text"
+msgid "<variable id=\"wiz_data_series\"><link href=\"text/schart/01/wiz_data_series.xhp\">Chart Wizard - Data Series</link></variable>"
msgstr ""
-#: wiz_data_range.xhp#hd_id8313852.help.text
-msgid "<variable id=\"wiz_data_range\"><link href=\"text/schart/01/wiz_data_range.xhp\">Chart Wizard - Data Range</link></variable>"
+#. 51KU
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"par_id9651478\n"
+"help.text"
+msgid "On this page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can change the source range of all data series separately, including their labels. You can also change the range of the categories. You can first select the data range on the Data Range page and then remove unnecessary data series or add data series from other cells here."
msgstr ""
-#: wiz_data_range.xhp#par_id8829309.help.text
-msgid "On this page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can select one single source of data range. This range may consist of more than one rectangular range of cells."
+#. k7(V
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"par_id6326487\n"
+"help.text"
+msgid "If there seem to be too many options on this page, just define the data range on the Chart Wizard - Data Range page and skip this page."
msgstr ""
-#: wiz_data_range.xhp#par_id6401867.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Data Ranges dialog where you can edit Data Range and Data Series.</ahelp>"
+#. r9*l
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"par_id686361\n"
+"help.text"
+msgid "This dialog is only available for charts based on a Calc or Writer table."
msgstr ""
-#: wiz_data_range.xhp#par_id2025818.help.text
-msgid "Use the Chart Wizard - Data Series page if you need more control over the data ranges."
+#. c`\5
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"hd_id9241615\n"
+"help.text"
+msgid "Organizing data series"
msgstr ""
-#: wiz_data_range.xhp#par_id8466139.help.text
-msgctxt "wiz_data_range.xhp#par_id8466139.help.text"
-msgid "This dialog is only available for charts based on a Calc or Writer table."
+#. @tns
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"par_id7159337\n"
+"help.text"
+msgid "In the Data Series list box you see a list of all data series in the current chart."
msgstr ""
-#: wiz_data_range.xhp#hd_id1877193.help.text
-msgctxt "wiz_data_range.xhp#hd_id1877193.help.text"
-msgid "To specify a data range"
+#. .g0P
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"par_id4921720\n"
+"help.text"
+msgid "To organize the data series, select an entry in the list."
msgstr ""
-#: wiz_data_range.xhp#par_id5924863.help.text
-msgid "Select the data range. Do one of the following:"
+#. +:wr
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"par_id6627094\n"
+"help.text"
+msgid "Click Add to add another data series below the selected entry. The new data series has the same type as the selected entry."
msgstr ""
-#: wiz_data_range.xhp#par_id4357432.help.text
-msgctxt "wiz_data_range.xhp#par_id4357432.help.text"
-msgid "Enter the data range in the text box."
+#. of!J
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"par_id2926419\n"
+"help.text"
+msgid "Click Remove to remove the selected entry from the Data Series list."
msgstr ""
-#: wiz_data_range.xhp#par_id5626392.help.text
-msgctxt "wiz_data_range.xhp#par_id5626392.help.text"
-msgid "In Calc, an example data range would be \"$Sheet1.$B$3:$B$14\". Note that a data range may consist of more than one region in a spreadsheet, e.g. \"$Sheet1.A1:A5;$Sheet1.D1:D5\" is also a valid data range. In Writer, an example data range would be \"Table1.A1:E4\"."
+#. fH)B
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"par_id4443800\n"
+"help.text"
+msgid "Use the Up and Down arrow buttons to move the selected entry in the list up or down. This does not change the order in the data source table, but changes only the arrangement in the chart."
msgstr ""
-#: wiz_data_range.xhp#par_id1363872.help.text
-msgid "In Calc, click <emph>Select data range</emph> to minimize the dialog, then drag over a cell area to select the data range."
+#. U{+-
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"hd_id9777520\n"
+"help.text"
+msgid "Editing data series"
msgstr ""
-#: wiz_data_range.xhp#par_id6823938.help.text
-msgctxt "wiz_data_range.xhp#par_id6823938.help.text"
-msgid "If you want a data range of multiple cell areas that are not next to each other, enter the first range, then manually add a semicolon at the end of the text box, then enter the other ranges. Use a semicolon as delimiter between ranges."
+#. pK_.
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"par_id1474654\n"
+"help.text"
+msgid "Click an entry in the list to view and edit the properties for that entry."
msgstr ""
-#: wiz_data_range.xhp#par_id1434369.help.text
-msgctxt "wiz_data_range.xhp#par_id1434369.help.text"
-msgid "Click one of the options for data series in rows or in columns."
+#. b[}H
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"par_id4855189\n"
+"help.text"
+msgid "In the Data Ranges list box you see the role names and cell ranges of the data series components."
msgstr ""
-#: wiz_data_range.xhp#par_id7524033.help.text
-msgctxt "wiz_data_range.xhp#par_id7524033.help.text"
-msgid "Check whether the data range has labels in the first row or in the first column or both."
+#. $[kq
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"par_id9475081\n"
+"help.text"
+msgid "Click an entry, then edit the contents in the text box below."
msgstr ""
-#: wiz_data_range.xhp#par_id5256508.help.text
-msgid "In the preview you can see how the final chart will look."
+#. [0xZ
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"par_id4695272\n"
+"help.text"
+msgid "The label next to the text box states the currently selected role."
msgstr ""
-#: wiz_data_range.xhp#par_id379650.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">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 <emph>Select data range</emph> button.</ahelp>"
+#. _bfr
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"par_id3931699\n"
+"help.text"
+msgid "Enter the range or click <emph>Select data range</emph> to minimize the dialog and select the range with the mouse."
msgstr ""
-#: wiz_data_range.xhp#par_id953703.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">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.</ahelp>"
+#. u8@s
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"par_id8626667\n"
+"help.text"
+msgid "If you want a data range of multiple cell areas that are not next to each other, enter the first range, then manually add a semicolon at the end of the text box, then enter the other ranges. Use a semicolon as delimiter between ranges."
msgstr ""
-#: wiz_data_range.xhp#par_id4496597.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">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.</ahelp>"
+#. r,#A
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"par_id5971556\n"
+"help.text"
+msgid "The range for a data role, like Y-Values, must not include a label cell."
msgstr ""
-#: wiz_data_range.xhp#par_id2898953.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">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.</ahelp>"
+#. $U*#
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"hd_id7622608\n"
+"help.text"
+msgid "Editing categories or data labels"
msgstr ""
-#: wiz_data_range.xhp#par_id7546311.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">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.</ahelp>"
+#. ?@RL
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"par_id9222693\n"
+"help.text"
+msgid "Enter or select a cell range that will be used as text for categories or data labels."
msgstr ""
-#: 05020101.xhp#tit.help.text
-msgctxt "05020101.xhp#tit.help.text"
-msgid "Alignment"
+#. iWq6
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"par_id9500106\n"
+"help.text"
+msgid "Depending on the chart type, the texts are shown on the X axis or as data labels."
msgstr ""
-#: 05020101.xhp#bm_id3150793.help.text
-msgid "<bookmark_value>aligning;titles in charts</bookmark_value><bookmark_value>titles;alignment (charts)</bookmark_value>"
-msgstr "<bookmark_value>aligning;titles in charts</bookmark_value><bookmark_value>სათაურის;გასწორება (charts)</bookmark_value>"
-
-#: 05020101.xhp#hd_id3150793.1.help.text
-msgid "<link href=\"text/schart/01/05020101.xhp\" name=\"Alignment\">Alignment</link>"
-msgstr "<link href=\"text/schart/01/05020101.xhp\" name=\"Alignment\">გასწორება</link>"
-
-#: 05020101.xhp#par_id3125864.2.help.text
-msgid "Modifies the alignment of the chart title."
-msgstr "დიაგრამის სათაურის გასწორების ცვილების მიღება"
-
-#: 05020101.xhp#par_id3145748.4.help.text
-msgid "Some of the options are not available for all types of labels. For example, there are different options for 2D and 3D object labels."
+#. Stz?
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"par_id5201879\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Shows a list of all data series in the chart. Click an entry to view and edit that data series. Click <emph>Add</emph> to insert a new series into the list after the selected entry.</ahelp>"
msgstr ""
-#: 05020101.xhp#par_id3150717.3.help.text
-msgid "Please note that problems may arise in displaying labels if the size of your chart is too small. You can avoid this by either enlarging the view or decreasing the font size."
+#. zmoy
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"par_id2571794\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">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.</ahelp>"
msgstr ""
-#: 04010000.xhp#tit.help.text
-msgctxt "04010000.xhp#tit.help.text"
-msgid "Titles"
-msgstr "დაყოფა"
-
-#: 04010000.xhp#hd_id3147345.1.help.text
-msgctxt "04010000.xhp#hd_id3147345.1.help.text"
-msgid "Titles"
-msgstr "დაყოფა"
-
-#: 04010000.xhp#par_id3150298.2.help.text
-msgid "<variable id=\"titel\"><ahelp hid=\".uno:InsertMenuTitles\">Opens a dialog to enter or modify the titles in a chart.</ahelp></variable> You can define the text for the main title, subtitle and the axis labels, and specify if they are displayed."
+#. r?!/
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"par_id2254402\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">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 <emph>Select data range</emph> button.</ahelp>"
msgstr ""
-#: 04010000.xhp#hd_id3150207.3.help.text
-msgid "Main Title"
-msgstr "მთავარი სათაური"
-
-#: 04010000.xhp#par_id3150371.4.help.text
-msgid "<ahelp hid=\"SCH:EDIT:DLG_TITLE:EDT_MAINTITLE\">Marking the <emph>Main Title</emph> option activates the main title. Enter the desired title in the corresponding text field.</ahelp>"
-msgstr "<ahelp hid=\"SCH:EDIT:DLG_TITLE:EDT_MAINTITLE\">მონიშვნა <emph>მთავარი სათაურის</emph> მთავარი სათაურის პარამეტრი გააქტიურებულია.შედი სასურველ სათაურში შესაბამის ტქსტურ ველში.</ahelp>"
-
-#: 04010000.xhp#hd_id3146980.5.help.text
-msgid "Subtitle"
-msgstr "ქვესათაური"
-
-#: 04010000.xhp#par_id3149404.6.help.text
-msgid "<ahelp hid=\"SCH:EDIT:DLG_TITLE:EDT_SUBTITLE\">Marking the <emph>Subtitle</emph> option activates the subtitle. Enter the desired title in the corresponding text field.</ahelp>"
-msgstr "<ahelp hid=\"SCH:EDIT:DLG_TITLE:EDT_SUBTITLE\">მონიშვნა <emph>ქვესათაური</emph> ქვესათაურის პარამეტრი გააქტიურებულია. .შედი სასურველ სათაურში შესაბამის ტქსტურ ველში.</ahelp>"
-
-#: 04010000.xhp#par_id3152901.7.help.text
-msgid "<variable id=\"sytexttitel\"><ahelp hid=\".uno:ToggleTitle\">Click <emph>Title On/Off</emph> on the Formatting bar to show or hide the title and subtitle.</ahelp></variable>"
-msgstr "<variable id=\"sytexttitel\"><ahelp hid=\".uno:ToggleTitle\">Click <emph>სათაურის ჩართვა/გამორთვა</emph> ფორმატის ზოლიზე აჩვენოს ან დამალოს სათაური და ქვესათაური.</ahelp></variable>"
-
-#: 04010000.xhp#hd_id3156018.8.help.text
-msgctxt "04010000.xhp#hd_id3156018.8.help.text"
-msgid "X axis"
+#. (KMl
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"par_id2419507\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">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 <emph>Select data range</emph> button.</ahelp>"
msgstr ""
-#: 04010000.xhp#par_id3152869.9.help.text
-msgid "<ahelp hid=\"SCH:EDIT:DLG_TITLE:EDT_X_AXIS\">Marking the <emph>X axis</emph> option activates the X axis title. Enter the desired title in the corresponding text field.</ahelp>"
-msgstr "<ahelp hid=\"SCH:EDIT:DLG_TITLE:EDT_X_AXIS\">მონიშვნა <emph>X ღერძი</emph> x ღერძის სათაურის პარამეტრი აქტივირებულია. შედი სასურველ სათაურში შესაბამის ტექტურ ველში.</ahelp>"
-
-#: 04010000.xhp#hd_id3159226.10.help.text
-msgctxt "04010000.xhp#hd_id3159226.10.help.text"
-msgid "Y axis"
+#. vhc@
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"par_id1091647\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">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.</ahelp>"
msgstr ""
-#: 04010000.xhp#par_id3154763.11.help.text
-#, fuzzy
-msgid "<ahelp hid=\"SCH:EDIT:DLG_TITLE:EDT_Y_AXIS\">Marking the <emph>Y axis</emph> option activates the Y axis title. Enter the desired title in the corresponding text field.</ahelp>"
-msgstr "<ahelp hid=\"SCH:EDIT:DLG_TITLE:EDT_X_AXIS\">მონიშვნა <emph>X ღერძი</emph> x ღერძის სათაურის პარამეტრი აქტივირებულია. შედი სასურველ სათაურში შესაბამის ტექტურ ველში.</ahelp>"
-
-#: 04010000.xhp#hd_id3153009.12.help.text
-msgctxt "04010000.xhp#hd_id3153009.12.help.text"
-msgid "Z axis"
+#. ~JHr
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"par_id8831446\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Removes the selected entry from the Data Series list.</ahelp>"
msgstr ""
-#: 04010000.xhp#par_id3154710.13.help.text
-msgid "<ahelp hid=\"SCH:EDIT:DLG_TITLE:EDT_Z_AXIS\">Marking the <emph>Z axis</emph> option activates the Z axis title. Enter the desired title in the corresponding text field.</ahelp> This option is only available for 3-D charts."
-msgstr "<ahelp hid=\"SCH:EDIT:DLG_TITLE:EDT_Z_AXIS\">მონიშვნა <emph>Z ღერძი</emph> ქვესათარურის პარამეტრი გააქტიურებულია. შეიტანეთ სასურველი სათაური შესაბამის ტექსტურ ველში.</ahelp> პარამეტრი შესაძლებელია მხლოდ 3-D დიაგრამისთვის."
-
-#: 04010000.xhp#par_id3153073.14.help.text
-msgid "<variable id=\"sytextachse\"><ahelp hid=\".uno:ToggleAxisTitle\">Click <emph>Axes Title On/Off</emph> on the Formatting bar to show or hide the axis labels.</ahelp></variable>"
-msgstr "<variable id=\"sytextachse\"><ahelp hid=\".uno:ToggleAxisTitle\">დაწკაპუნება <emph>ღერძის სათაურის ჩართვა/გამორთვა</emph> დაფორმატების ზოლი აჩვენოს ან დაფაროს ღერძის სათაური .</ahelp></variable>"
-
-#: type_bubble.xhp#tit.help.text
-msgid "Chart Type Bubble"
+#. 7eB\
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"par_id7022309\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Moves up the selected entry in the Data Series list.</ahelp>"
msgstr ""
-#: type_bubble.xhp#bm_id2183975.help.text
-msgid "<bookmark_value>bubble charts</bookmark_value> <bookmark_value>chart types;bubble</bookmark_value>"
-msgstr "<bookmark_value>გასწორება; 2D დიაგრამა</bookmark_value><bookmark_value>დიაგრამები; გასწორება</bookmark_value>"
-
-#: type_bubble.xhp#hd_id1970722.help.text
-msgid "<variable id=\"type_bubble\"><link href=\"text/schart/01/type_bubble.xhp\">Chart Type Bubble</link></variable>"
+#. n3E7
+#: wiz_data_series.xhp
+msgctxt ""
+"wiz_data_series.xhp\n"
+"par_id2844019\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Moves down the selected entry in the Data Series list.</ahelp>"
msgstr ""
-#: type_bubble.xhp#par_id40589.help.text
-msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type."
+#. DQ[J
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Chart Wall"
msgstr ""
-#: type_bubble.xhp#hd_id0526200904491284.help.text
-msgid "Bubble"
-msgstr ""
+#. 33zM
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"bm_id3150792\n"
+"help.text"
+msgid "<bookmark_value>charts; formatting walls</bookmark_value><bookmark_value>formatting;chart walls</bookmark_value>"
+msgstr "<bookmark_value>charts; formatting walls</bookmark_value><bookmark_value>ფორმატირება;დიაგრამა walls</bookmark_value>"
-#: type_bubble.xhp#par_id0526200904491222.help.text
-msgid "A bubble chart shows the relations of three variables. Two variables are used for the position on the X-axis and Y-axis, while the third variable is shown as the relative size of each bubble."
+#. C25=
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"hd_id3150792\n"
+"1\n"
+"help.text"
+msgid "Chart Wall"
msgstr ""
-#: type_bubble.xhp#par_id0526200906040162.help.text
-msgid "The data series dialog for a bubble chart has an entry to define the data range for the Bubble Sizes."
+#. *YGR
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"par_id3154685\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"diagramm\"><ahelp visibility=\"visible\" hid=\".uno:DiagramWall\">Opens the<emph> Chart Wall</emph> dialog, where you can modify the properties of the chart wall. The chart wall is the \"vertical\" background behind the data area of the chart.</ahelp></variable>"
msgstr ""
-#: 05040000.xhp#tit.help.text
+#. ^%qw
+#: 05040000.xhp
+msgctxt ""
+"05040000.xhp\n"
+"tit\n"
+"help.text"
msgid "Axis"
msgstr "ღერძი"
-#: 05040000.xhp#hd_id3149456.1.help.text
+#. cA84
+#: 05040000.xhp
+msgctxt ""
+"05040000.xhp\n"
+"hd_id3149456\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/schart/01/05040000.xhp\" name=\"Axis\">Axis</link>"
msgstr "<link href=\"text/schart/01/05040000.xhp\" name=\"Axis\">ღერძი</link>"
-#: 05040000.xhp#par_id3150441.2.help.text
+#. l2?U
+#: 05040000.xhp
+msgctxt ""
+"05040000.xhp\n"
+"par_id3150441\n"
+"2\n"
+"help.text"
msgid "This opens a submenu to edit axial properties."
msgstr ""
-#: 05040000.xhp#par_id3154319.11.help.text
+#. jC5,
+#: 05040000.xhp
+msgctxt ""
+"05040000.xhp\n"
+"par_id3154319\n"
+"11\n"
+"help.text"
msgid "The tabs in the dialogs depend on the chart type selected."
msgstr ""
-#: 05040000.xhp#hd_id3153729.3.help.text
+#. )k]a
+#: 05040000.xhp
+msgctxt ""
+"05040000.xhp\n"
+"hd_id3153729\n"
+"3\n"
+"help.text"
msgid "<link href=\"text/schart/01/05040100.xhp\" name=\"X axis\">X axis</link>"
msgstr "<link href=\"text/schart/01/05040100.xhp\" name=\"X axis\">X ღერძი</link>"
-#: 05040000.xhp#hd_id3147394.4.help.text
+#. KnAJ
+#: 05040000.xhp
+msgctxt ""
+"05040000.xhp\n"
+"hd_id3147394\n"
+"4\n"
+"help.text"
msgid "<link href=\"text/schart/01/05040200.xhp\" name=\"Y axis\">Y axis</link>"
msgstr "<link href=\"text/schart/01/05040200.xhp\" name=\"Y axis\">Y ღერძი</link>"
-#: 05040000.xhp#hd_id3153160.9.help.text
+#. \8/H
+#: 05040000.xhp
+msgctxt ""
+"05040000.xhp\n"
+"hd_id3153160\n"
+"9\n"
+"help.text"
msgid "<link href=\"text/schart/01/05040100.xhp\" name=\"Secondary X Axis\">Secondary X Axis</link>"
msgstr "<link href=\"text/schart/01/05040100.xhp\" name=\"Secondary X Axis\">მეორადი X ღერძი</link>"
-#: 05040000.xhp#par_id3149401.10.help.text
+#. M=S$
+#: 05040000.xhp
+msgctxt ""
+"05040000.xhp\n"
+"par_id3149401\n"
+"10\n"
+"help.text"
msgid "<ahelp hid=\".uno:DiagramAxisA\">Opens a dialog where you can edit the properties of the secondary X axis. To insert a secondary X axis, choose <emph>Insert - Axes</emph> and select <emph>X axis</emph>.</ahelp>"
msgstr ""
-#: 05040000.xhp#hd_id3145640.7.help.text
+#. k^Y)
+#: 05040000.xhp
+msgctxt ""
+"05040000.xhp\n"
+"hd_id3145640\n"
+"7\n"
+"help.text"
msgid "<link href=\"text/schart/01/05040200.xhp\" name=\"Secondary Y Axis\">Secondary Y Axis</link>"
msgstr "<link href=\"text/schart/01/05040200.xhp\" name=\"Secondary Y Axis\">მეორადი Y ღერძი</link>"
-#: 05040000.xhp#par_id3159264.8.help.text
+#. kWpv
+#: 05040000.xhp
+msgctxt ""
+"05040000.xhp\n"
+"par_id3159264\n"
+"8\n"
+"help.text"
msgid "<ahelp hid=\".uno:DiagramAxisB\">Opens a dialog where you can edit the properties of the secondary Y axis. To insert a secondary Y axis, choose <emph>Insert - Axes</emph> and select <emph>Y axis</emph>.</ahelp>"
msgstr ""
-#: 05040000.xhp#hd_id3145228.5.help.text
+#. :^qH
+#: 05040000.xhp
+msgctxt ""
+"05040000.xhp\n"
+"hd_id3145228\n"
+"5\n"
+"help.text"
msgid "<link href=\"text/schart/01/05040100.xhp\" name=\"Z axis\">Z axis</link>"
msgstr "<link href=\"text/schart/01/05040100.xhp\" name=\"Z axis\">Z ღერძი</link>"
-#: 05040000.xhp#hd_id3147345.6.help.text
+#. 8z`=
+#: 05040000.xhp
+msgctxt ""
+"05040000.xhp\n"
+"hd_id3147345\n"
+"6\n"
+"help.text"
msgid "<link href=\"text/schart/01/05040100.xhp\" name=\"All axes\">All axes</link>"
msgstr "<link href=\"text/schart/01/05040100.xhp\" name=\"All axes\">ყველა ღერძი</link>"
-#: type_xy.xhp#tit.help.text
-msgid "Chart Type XY"
+#. D!g5
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"tit\n"
+"help.text"
+msgid "Chart Type Stock"
msgstr ""
-#: type_xy.xhp#bm_id84231.help.text
-msgid "<bookmark_value>scatter charts</bookmark_value><bookmark_value>XY charts</bookmark_value><bookmark_value>chart types;XY (scatter)</bookmark_value><bookmark_value>error indicators in charts</bookmark_value><bookmark_value>error bars in charts</bookmark_value><bookmark_value>averages in charts</bookmark_value><bookmark_value>statistics in charts</bookmark_value><bookmark_value>variances in charts</bookmark_value><bookmark_value>standard deviation in charts</bookmark_value>"
+#. B5EP
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"bm_id2959990\n"
+"help.text"
+msgid "<bookmark_value>stock charts</bookmark_value> <bookmark_value>chart types;stock</bookmark_value> <bookmark_value>data sources;setting for stock charts</bookmark_value>"
msgstr ""
-#: type_xy.xhp#hd_id9346598.help.text
-msgid "<variable id=\"type_xy\"><link href=\"text/schart/01/type_xy.xhp\">Chart Type XY (Scatter)</link></variable>"
+#. fE;W
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"hd_id966216\n"
+"help.text"
+msgid "<variable id=\"type_stock\"><link href=\"text/schart/01/type_stock.xhp\">Chart Type Stock</link></variable>"
msgstr ""
-#: type_xy.xhp#par_id2003845.help.text
-msgctxt "type_xy.xhp#par_id2003845.help.text"
-msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type. "
+#. 9x^\
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id3516953\n"
+"help.text"
+msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type."
msgstr ""
-#: type_xy.xhp#hd_id7757194.help.text
-msgid "XY (Scatter)"
+#. y/7J
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"hd_id5268410\n"
+"help.text"
+msgid "Stock"
msgstr ""
-#: type_xy.xhp#par_id5977965.help.text
-msgid "An XY chart in its basic form is based on one data series consisting of a name, a list of x‑values, and a list of y‑values. Each value pair (x|y) is shown as a point in a coordinate system. The name of the data series is associated with the y‑values and shown in the legend."
+#. \p4-
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id61342\n"
+"help.text"
+msgid "A Stock chart illustrates the market trend given by opening price, bottom price, top price and closing price. The transaction volume can also be shown."
msgstr ""
-#: type_xy.xhp#par_id4381847.help.text
-msgid "Choose an XY chart for the following example tasks:"
+#. (Q0q
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id2131412\n"
+"help.text"
+msgid "For a Stock chart the order of the data series is important. The data should be arranged as shown in the example table below."
msgstr ""
-#: type_xy.xhp#par_id1336710.help.text
-msgid "scale the x‑axis"
-msgstr ""
+#. ]?Ak
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id1022064\n"
+"help.text"
+msgid "A"
+msgstr "A"
-#: type_xy.xhp#par_id1221655.help.text
-msgid "generate a parameter curve, for example a spiral"
+#. #$==
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id1924192\n"
+"help.text"
+msgid "B"
msgstr ""
-#: type_xy.xhp#par_id3397320.help.text
-msgid "draw the graph of a function"
-msgstr ""
+#. A9IR
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id3258156\n"
+"help.text"
+msgid "C"
+msgstr "C"
-#: type_xy.xhp#par_id7657399.help.text
-msgid "explore the statistical association of quantitative variables"
+#. KbHm
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id3161412\n"
+"help.text"
+msgid "D"
msgstr ""
-#: type_xy.xhp#par_id8925138.help.text
-msgid "Your XY chart may have more than one data series."
-msgstr ""
+#. q3:@
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id5619373\n"
+"help.text"
+msgid "E"
+msgstr "E"
-#: type_xy.xhp#hd_id5461897.help.text
-msgid "XY Chart Variants"
-msgstr ""
+#. H.;z
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id6474501\n"
+"help.text"
+msgid "F"
+msgstr "F"
-#: type_xy.xhp#par_id8919339.help.text
-msgid "You can choose an XY chart variant on the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link>, or by choosing <item type=\"menuitem\">Format - Chart Type </item>for a chart in edit mode."
-msgstr ""
+#. g@L9
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id7411725\n"
+"help.text"
+msgid "1"
+msgstr "1"
-#: type_xy.xhp#par_id4634235.help.text
-msgid "The chart is created with default settings. After the chart is finished, you can edit its properties to change the appearance. Line styles and icons can be changed on the <emph>Line</emph>tab page of the data series properties dialog."
+#. T@hH
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id1933957\n"
+"help.text"
+msgid "Transaction volume"
msgstr ""
-#: type_xy.xhp#par_id5482039.help.text
-msgid "Double-click any data point to open the <item type=\"menuitem\">Data Series</item> dialog. In this dialog, you can change many properties of the data series."
+#. mgU6
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id1274452\n"
+"help.text"
+msgid "Opening price"
msgstr ""
-#: type_xy.xhp#par_id0805200810492449.help.text
-msgid "For 2D charts, you can choose <item type=\"menuitem\">Insert - Y Error Bars</item> to enable the display of error bars."
+#. ;UcB
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id5044404\n"
+"help.text"
+msgid "Low (bottom price)"
msgstr ""
-#: type_xy.xhp#par_id6221198.help.text
-msgid "You can enable the display of mean value lines and trend lines using commands on the Insert menu."
+#. ,fK%
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id3892635\n"
+"help.text"
+msgid "High (top price)"
msgstr ""
-#: type_xy.xhp#hd_id1393475.help.text
-msgid "Points only"
+#. 1p{(
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id4641865\n"
+"help.text"
+msgid "Closing price"
msgstr ""
-#: type_xy.xhp#par_id6571550.help.text
-msgid "Each data point is shown by an icon. %PRODUCTNAME uses default icons with different forms and colors for each data series. The default colors are set in <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Charts - Default Colors</item>. "
+#. dO0A
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id7684560\n"
+"help.text"
+msgid "2"
msgstr ""
-#: type_xy.xhp#hd_id5376140.help.text
-msgid "Lines Only"
-msgstr ""
+#. 3sKl
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id3998840\n"
+"help.text"
+msgid "Monday"
+msgstr "ორშაბათი"
-#: type_xy.xhp#par_id4408093.help.text
-msgid "This variant draws straight lines from one data point to the next. The data points are not shown by icons. "
-msgstr ""
+#. 20{9
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id7675099\n"
+"help.text"
+msgid "2500"
+msgstr "2500"
-#: type_xy.xhp#par_id7261268.help.text
-msgid "The drawing order is the same as the order in the data series. Mark <emph>Sort by X Values</emph> to draw the lines in the order of the x values. This sorting applies only to the chart, not to the data in the table."
+#. `,rZ
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id7806329\n"
+"help.text"
+msgid "20"
msgstr ""
-#: type_xy.xhp#hd_id6949369.help.text
-msgid "Points and Lines"
+#. Vbrh
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id5589159\n"
+"help.text"
+msgid "15"
msgstr ""
-#: type_xy.xhp#par_id9611499.help.text
-msgid "This variant shows points and lines at the same time."
-msgstr ""
+#. ]kF]
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id9936216\n"
+"help.text"
+msgid "25"
+msgstr "25"
-#: type_xy.xhp#hd_id6765953.help.text
-msgid "3D Lines"
+#. ekF?
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id7953123\n"
+"help.text"
+msgid "17"
msgstr ""
-#: type_xy.xhp#par_id7422711.help.text
-msgid "The lines are shown like tapes. The data points are not shown by icons. In the finished chart choose <link href=\"text/schart/01/three_d_view.xhp\">3D View</link> to set properties like illumination and angle of view."
+#. Uw!A
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id4013794\n"
+"help.text"
+msgid "3"
msgstr ""
-#: type_xy.xhp#hd_id239265.help.text
-msgid "Smooth Lines"
-msgstr ""
+#. ywe8
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id1631824\n"
+"help.text"
+msgid "Tuesday"
+msgstr "სამშაბათი"
-#: type_xy.xhp#par_id7957396.help.text
-msgid "Mark <emph>Smooth Lines</emph> to draw curves instead of straight line segments."
-msgstr ""
+#. \+ME
+#: type_stock.xhp
+#, fuzzy
+msgctxt ""
+"type_stock.xhp\n"
+"par_id7271645\n"
+"help.text"
+msgid "3500"
+msgstr "2500"
-#: type_xy.xhp#par_id1202124.help.text
-msgid "Click <emph>Properties</emph> to set details for the curves."
+#. GsYP
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id2136295\n"
+"help.text"
+msgid "32"
msgstr ""
-#: type_xy.xhp#par_id5989562.help.text
-msgid "<emph>Cubic Spline</emph> interpolates your data points with polynomials of degree 3. The transitions between the polynomial pieces are smooth, having the same slope and curvature. "
+#. x7p(
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id4186223\n"
+"help.text"
+msgid "22"
msgstr ""
-#: type_xy.xhp#par_id6128421.help.text
-msgid "The <emph>Resolution</emph> determines how many line segments are calculated to draw a piece of polynomial between two data points. You can see the intermediate points if you click any data point."
+#. !op0
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id1491134\n"
+"help.text"
+msgid "37"
msgstr ""
-#: type_xy.xhp#par_id9280373.help.text
-msgid "<emph>B-Spline</emph> uses a parametric, interpolating B-spline curve. Those curves are built piecewise from polynomials. The <emph>Degree of polynomials</emph> sets the degree of these polynomials."
+#. CJ~J
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id2873622\n"
+"help.text"
+msgid "30"
msgstr ""
-#: type_column_bar.xhp#tit.help.text
-msgid "Chart Type Column and Bar"
+#. b?Xf
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id2374034\n"
+"help.text"
+msgid "4"
msgstr ""
-#: type_column_bar.xhp#bm_id4919583.help.text
-msgid "<bookmark_value>column charts</bookmark_value><bookmark_value>bar charts</bookmark_value><bookmark_value>chart types;column and bar</bookmark_value>"
-msgstr ""
+#. M=.a
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id1687063\n"
+"help.text"
+msgid "Wednesday"
+msgstr "ოთხშაბათი"
-#: type_column_bar.xhp#hd_id649433.help.text
-msgid "<variable id=\"type_column_bar\"><link href=\"text/schart/01/type_column_bar.xhp\">Chart Type Column and Bar</link></variable>"
-msgstr ""
+#. x\J0
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id8982207\n"
+"help.text"
+msgid "1000"
+msgstr "1000"
-#: type_column_bar.xhp#par_id3430585.help.text
-msgctxt "type_column_bar.xhp#par_id3430585.help.text"
-msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type. "
+#. :~i*
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id7074190\n"
+"help.text"
+msgid "15"
msgstr ""
-#: type_column_bar.xhp#hd_id9826960.help.text
-msgid "Column"
-msgstr "სვეტი"
-
-#: type_column_bar.xhp#par_id2244026.help.text
-msgid "This type shows a bar chart or bar graph with vertical bars. The height of each bar is proportional to its value. The x axis shows categories. The y axis shows the value for each category."
+#. CHt1
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id5452436\n"
+"help.text"
+msgid "15"
msgstr ""
-#: type_column_bar.xhp#par_id1281167.help.text
-msgid "Normal - this subtype shows all data values belonging to a category next to each other. Main focus is on the individual absolute values, compared to every other value."
+#. B9lo
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id9527878\n"
+"help.text"
+msgid "17"
msgstr ""
-#: type_column_bar.xhp#par_id3249000.help.text
-msgid "Stacked - this subtype shows the data values of each category on top of each other. Main focus is the overall category value and the individual contribution of each value within its category."
+#. Ef$k
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id6342356\n"
+"help.text"
+msgid "17"
msgstr ""
-#: type_column_bar.xhp#par_id6968901.help.text
-msgid "Percent - this subtype shows the relative percentage of each data value with regard to the total of its category. Main focus is the relative contribution of each value to the category's total."
-msgstr ""
+#. g}M4
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id166936\n"
+"help.text"
+msgid "5"
+msgstr "5"
-#: type_column_bar.xhp#par_id2224494.help.text
-msgid "You can enable a <link href=\"text/schart/01/three_d_view.xhp\">3D view</link> of the data values. The \"realistic\" scheme tries to give the best 3D look. The \"simple\" scheme tries to mimic the chart view of other Office products."
-msgstr ""
+#. 82L9
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id6826990\n"
+"help.text"
+msgid "Thursday"
+msgstr "ხუთშაბათი"
-#: type_column_bar.xhp#par_id7359233.help.text
-msgid "For 3D charts, you can select the shape of each data value from Box, Cylinder, Cone, and Pyramid."
-msgstr ""
+#. =`vX
+#: type_stock.xhp
+#, fuzzy
+msgctxt ""
+"type_stock.xhp\n"
+"par_id6897183\n"
+"help.text"
+msgid "2200"
+msgstr "2500"
-#: type_column_bar.xhp#hd_id955839.help.text
-msgid "Bar"
+#. J.Ck
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id7003387\n"
+"help.text"
+msgid "40"
msgstr ""
-#: type_column_bar.xhp#par_id6596881.help.text
-msgid "This type shows a bar chart or bar graph with horizontal bars. The length of each bar is proportional to its value. The y axis shows categories. The x axis shows the value for each category."
+#. #H/F
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id4897915\n"
+"help.text"
+msgid "30"
msgstr ""
-#: type_column_bar.xhp#par_id8750572.help.text
-msgid "The subtypes are the same as for the Column type."
+#. Q$E2
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id3105868\n"
+"help.text"
+msgid "47"
msgstr ""
-#: 04040000.xhp#tit.help.text
-msgctxt "04040000.xhp#tit.help.text"
-msgid "Axes"
-msgstr "ღერძი"
-
-#: 04040000.xhp#bm_id3147428.help.text
-msgid "<bookmark_value>axes; showing axes in charts</bookmark_value><bookmark_value>charts; showing axes</bookmark_value><bookmark_value>X axes; showing</bookmark_value><bookmark_value>Y axes; showing</bookmark_value><bookmark_value>Z axes; showing</bookmark_value><bookmark_value>axes; better scaling</bookmark_value><bookmark_value>secondary axes in charts</bookmark_value>"
+#. ^+R[
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id3908810\n"
+"help.text"
+msgid "35"
msgstr ""
-#: 04040000.xhp#hd_id3147428.1.help.text
-msgctxt "04040000.xhp#hd_id3147428.1.help.text"
-msgid "Axes"
-msgstr "ღერძი"
-
-#: 04040000.xhp#par_id3150330.2.help.text
-msgid "<variable id=\"achsen\"><ahelp hid=\".uno:InsertMenuAxes\">Specifies the axes to be displayed in the chart.</ahelp></variable>"
-msgstr ""
+#. -tOA
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id9461653\n"
+"help.text"
+msgid "6"
+msgstr "6"
-#: 04040000.xhp#hd_id3156385.46.help.text
-msgid "Major axis"
-msgstr "მთავარი ღერძი"
+#. =}z_
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id9239173\n"
+"help.text"
+msgid "Friday"
+msgstr "პარასკევი"
-#: 04040000.xhp#hd_id3146316.5.help.text
-msgctxt "04040000.xhp#hd_id3146316.5.help.text"
-msgid "X axis"
+#. }-Bq
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id2656941\n"
+"help.text"
+msgid "4600"
msgstr ""
-#: 04040000.xhp#par_id3145230.6.help.text
-#, fuzzy
-msgid "<ahelp hid=\"SCH_CHECKBOX_DLG_AXIS_CB_X_PRIMARY\">Displays the X axis as a line with subdivisions.</ahelp>"
-msgstr "<ahelp hid=\"SCH:CHECKBOX:DLG_AXIS:CB_Y_PRIMARY\"> Y ღერძის ჩვენებბა ქვეყანყოფი ხაზეით</ahelp>"
-
-#: 04040000.xhp#hd_id3147003.17.help.text
-msgctxt "04040000.xhp#hd_id3147003.17.help.text"
-msgid "Y axis"
+#. S!5-
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id1481063\n"
+"help.text"
+msgid "27"
msgstr ""
-#: 04040000.xhp#par_id3154020.18.help.text
-msgid "<ahelp hid=\"SCH:CHECKBOX:DLG_AXIS:CB_Y_PRIMARY\">Displays the Y axis as a line with subdivisions.</ahelp>"
-msgstr "<ahelp hid=\"SCH:CHECKBOX:DLG_AXIS:CB_Y_PRIMARY\"> Y ღერძის ჩვენებბა ქვეყანყოფი ხაზეით</ahelp>"
-
-#: 04040000.xhp#hd_id3150345.28.help.text
-msgctxt "04040000.xhp#hd_id3150345.28.help.text"
-msgid "Z axis"
+#. H-)R
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id7921079\n"
+"help.text"
+msgid "20"
msgstr ""
-#: 04040000.xhp#par_id3155113.29.help.text
-msgid "<ahelp hid=\"SCH:CHECKBOX:DLG_AXIS:CB_Z_PRIMARY\">Displays the Z axis as a line with subdivisions.</ahelp> This axis can only be displayed in 3D charts."
-msgstr "<ahelp hid=\"SCH:CHECKBOX:DLG_AXIS:CB_Z_PRIMARY\">Z ღერძის ჩვენება axis as a line with subdivisions.</ahelp> This axis can only be displayed in 3D charts."
-
-#: 04040000.xhp#hd_id3150206.36.help.text
-msgid "Secondary axis"
-msgstr "მეორადი ღერძი"
-
-#: 04040000.xhp#par_id3166428.37.help.text
-msgid "Use this area to assign a second axis to your chart. If a data series is already assigned to this axis, $[officename] automatically displays the axis and the label. You can turn off these settings later on. If no data has been assigned to this axis and you activate this area, the values of the primary Y axis are applied to the secondary axis."
+#. B]5*
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id636921\n"
+"help.text"
+msgid "32"
msgstr ""
-#: 04040000.xhp#hd_id3152988.44.help.text
-msgctxt "04040000.xhp#hd_id3152988.44.help.text"
-msgid "X axis"
+#. ]/zg
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id2799157\n"
+"help.text"
+msgid "31"
msgstr ""
-#: 04040000.xhp#par_id3156445.45.help.text
-msgid "<ahelp hid=\"SCH:CHECKBOX:DLG_AXIS:CB_X_SECONDARY\">Displays a secondary X axis in the chart.</ahelp>"
-msgstr "<ahelp hid=\"SCH:CHECKBOX:DLG_AXIS:CB_X_SECONDARY\">მერორადი X ღერძის ჩვენება დიაგრამაზე.</ahelp>"
-
-#: 04040000.xhp#hd_id3152896.38.help.text
-msgctxt "04040000.xhp#hd_id3152896.38.help.text"
-msgid "Y axis"
+#. Wz@=
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id3004547\n"
+"help.text"
+msgid "The open, low, high, and closing values of a row build together one data unit in the chart. A stock price data series consists of several rows containing such data units. The column containing the transaction volume builds an optional second data series."
msgstr ""
-#: 04040000.xhp#par_id3153818.39.help.text
-msgid "<ahelp hid=\"SCH:CHECKBOX:DLG_AXIS:CB_Y_SECONDARY\">Displays a secondary Y axis in the chart.</ahelp>"
-msgstr "<ahelp hid=\"SCH:CHECKBOX:DLG_AXIS:CB_Y_SECONDARY\">მეორადი Y ღერძის ჩვენება დიაგრამაზე.</ahelp>"
-
-#: 04040000.xhp#par_id3154762.41.help.text
-msgid "<ahelp hid=\"SCH:CHECKBOX:DLG_AXIS:CB_Y_SECONDARY\">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. </ahelp>"
+#. }7=v
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id6401867\n"
+"help.text"
+msgid "Depending on the chosen variant, you do not need all columns."
msgstr ""
-#: 05020100.xhp#tit.help.text
-msgctxt "05020100.xhp#tit.help.text"
-msgid "Title"
-msgstr "დაყოფა"
-
-#: 05020100.xhp#bm_id3150769.help.text
-msgid "<bookmark_value>editing; titles</bookmark_value>"
-msgstr "<bookmark_value>სათაურის; რედაქტირება</bookmark_value>"
-
-#: 05020100.xhp#hd_id3150769.2.help.text
-msgctxt "05020100.xhp#hd_id3150769.2.help.text"
-msgid "Title"
-msgstr "დაყოფა"
-
-#: 05020100.xhp#par_id3149666.1.help.text
-msgid "<variable id=\"titel\"><ahelp hid=\".uno:ZTitle\">Modifies the properties of the selected title.</ahelp></variable>"
+#. :X%U
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"hd_id18616\n"
+"help.text"
+msgid "Stock Chart Variants"
msgstr ""
-#: 05020100.xhp#hd_id3149378.3.help.text
-#, fuzzy
-msgctxt "05020100.xhp#hd_id3149378.3.help.text"
-msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>"
-msgstr "<link href=\"text/schart/01/05080000.xhp\" name=\"Chart Area\">დიაგრამის არე</link>"
-
-#: 04050000.xhp#tit.help.text
-msgid "Y Error Bars"
+#. FdM[
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id6138492\n"
+"help.text"
+msgid "Choose the <emph>Stock</emph> chart type on the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart wizard</link>. Then select one of the four variants."
msgstr ""
-#: 04050000.xhp#hd_id3147428.1.help.text
-#, fuzzy
-msgctxt "04050000.xhp#hd_id3147428.1.help.text"
-msgid "<link href=\"text/schart/01/04050000.xhp\" name=\"Y Error Bars\">Y Error Bars</link>"
-msgstr "<link href=\"text/schart/01/05060000.xhp\" name=\"Chart Wall\">დიაგრამული დაფა</link>"
-
-#: 04050000.xhp#par_id3149666.2.help.text
-msgid "<variable id=\"statistik\"><ahelp hid=\".\">Use the <emph>Y Error Bars</emph> dialog to display error bars for 2D charts.</ahelp></variable>"
+#. z=ZH
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"hd_id4569231\n"
+"help.text"
+msgid "Type 1"
msgstr ""
-#: 04050000.xhp#par_id3401287.help.text
-msgid "An error bar is an indicator line that spans over a range from y - NegativeErrorValue to y + PositiveErrorValue. In this term, y is the value of the data point. When \"standard deviation\" is selected, y is the mean value of the data series. NegativeErrorValue and PositiveErrorValue are the amounts calculated by the error bar function or given explicitly."
+#. |YUh
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id291451\n"
+"help.text"
+msgid "Based on<emph> low</emph> <emph>and high </emph>column the Type 1 shows the distance between bottom price (low) and top price (high) by a vertical line."
msgstr ""
-#: 04050000.xhp#par_id3153965.23.help.text
-msgid "The <emph>Insert - Y Error Bars</emph> menu command is only available for 2D charts."
+#. qk%)
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id3341776\n"
+"help.text"
+msgid "Based on<emph> low, high,</emph> and <emph>close</emph> column Type 1 shows an additional horizontal mark <emph>for</emph> the closing price."
msgstr ""
-#: 04050000.xhp#hd_id3150344.5.help.text
-msgid "Error category"
-msgstr "კატეგორიის შეცდომა"
-
-#: 04050000.xhp#par_id3150202.6.help.text
-msgid "In the <emph>Error category</emph> area, you can choose different ways to display the error category."
+#. 8+`G
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"hd_id5947141\n"
+"help.text"
+msgid "Type 2"
msgstr ""
-#: 04050000.xhp#hd_id3152989.7.help.text
-#, fuzzy
-msgid "None"
+#. 69Hp
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id1911679\n"
+"help.text"
+msgid "Based on <emph>open, low, high</emph>, and <emph>close</emph> column Type 2 generates the traditional \"candle stick\" chart. Type 2 draws the vertical line between the bottom and top price and adds a rectangle in front, which visualizes the range between the opening and closing price. If you click on the rectangle you see more information in the status bar. %PRODUCTNAME uses different fill colors for rising values (the opening price is lower than the closing price) and falling values."
msgstr ""
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"არცერთი\n"
-"#-#-#-#-# database.po (PACKAGE VERSION) #-#-#-#-#\n"
-"არცერთი\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"არაფერი\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"არა"
-#: 04050000.xhp#par_id3149409.8.help.text
-msgid "<ahelp hid=\"SCH:RADIOBUTTON:TP_STAT:RBT_NONE\">Does not show any error bars.</ahelp>"
+#. Cs1[
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"hd_id9364909\n"
+"help.text"
+msgid "Type 3"
msgstr ""
-#: 04050000.xhp#hd_id3145117.17.help.text
-msgid "Constant value"
-msgstr "მუდმივი მნიშვნელობა"
-
-#: 04050000.xhp#par_id3151390.18.help.text
-msgid "<ahelp hid=\"SCH:METRICFIELD:TP_STAT:MTR_FLD_MINUS\">Displays constant values that you specify in the Parameters area.</ahelp>"
+#. ^E[n
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id4473403\n"
+"help.text"
+msgid "Based on <emph>volume, low, high</emph>, and <emph>close</emph> column chart Type 3 draws a chart like Type 1, with additional columns for the transaction volume."
msgstr ""
-#: 04050000.xhp#hd_id3159204.13.help.text
-msgid "Percentage"
-msgstr "პროცენტი"
-
-#: 04050000.xhp#par_id3150048.14.help.text
-msgid "<ahelp hid=\"SCH:METRICFIELD:TP_STAT:MTR_FLD_PERCENT\">Displays a percentage. The display refers to the corresponding data point. Set the percentage in the Parameters area.</ahelp>"
+#. e~MX
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"hd_id4313791\n"
+"help.text"
+msgid "Type 4"
msgstr ""
-#: 04050000.xhp#hd_id8977629.help.text
-msgid "Functions"
-msgstr "ფუნქციები"
-
-#: 04050000.xhp#par_id7109286.help.text
-msgid "<ahelp hid=\".\">Select a function to calculate the error bars.</ahelp>"
+#. nvgt
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id4331797\n"
+"help.text"
+msgid "Based on all five data columns <emph>volume, open, low, high</emph>, and <emph>close</emph>, Type 4 combines a chart of Type 2 with a column chart for the transaction volume."
msgstr ""
-#: 04050000.xhp#par_id5154576.help.text
-msgid "Standard Error: Displays the standard error."
+#. w!cX
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id4191717\n"
+"help.text"
+msgid "Because measurement for transaction volume might be \"units\", a second y axis is introduced in chart Type 3 and Type 4. The price axis is shown on the right side and the volume axis on the left side."
msgstr ""
-#: 04050000.xhp#par_id3157979.10.help.text
-msgid "<ahelp hid=\".\">Variance: Displays the variance calculated from the number of data points and respective values.</ahelp>"
+#. !f(}
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"hd_id2318796\n"
+"help.text"
+msgid "Setting the Data Source"
msgstr ""
-#: 04050000.xhp#par_id3153249.12.help.text
-msgid "<ahelp hid=\".\">Standard Deviation: Displays the standard deviation (square root of the variance).</ahelp>"
+#. auXW
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"hd_id399182\n"
+"help.text"
+msgid "Charts based on its own data"
msgstr ""
-#: 04050000.xhp#par_id3149870.16.help.text
-msgid "<ahelp hid=\".\">Error Margin: Displays the highest error margin in percent according to the highest value of the data group. Set the percentage in the Parameters area.</ahelp>"
+#. /fD?
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id5298318\n"
+"help.text"
+msgid "To change the data series of a chart having its own data, choose <link href=\"text/schart/01/03010000.xhp\">Chart Data Table</link> from the View menu or from the context menu of the chart in edit mode."
msgstr ""
-#: 04050000.xhp#hd_id350962.help.text
-msgid "Cell Range"
+#. b=yl
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id7588732\n"
+"help.text"
+msgid "In an embedded chart data table, the data series are always organized in columns."
msgstr ""
-#: 04050000.xhp#par_id6679586.help.text
-msgid "<ahelp hid=\".\">Click Cell Range and then specify a cell range from which to take the positive and negative error bar values.</ahelp>"
+#. !dE}
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id95828\n"
+"help.text"
+msgid "For a new stock chart first use a column chart. Add the columns you need and enter your data in the order which is shown in the example, omitting any columns not required for the desired variant. Use Move Series Right to change the column order. Close the chart data table. Now use the Chart Type dialog to change to the stock chart variant."
msgstr ""
-#: 04050000.xhp#par_id3872188.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">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.</ahelp>"
+#. _gJH
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id6182744\n"
+"help.text"
+msgid "If you have already got a stock chart and you want to change the variant, then first change the chart type to a column chart, add or remove columns so that it fits to the variant, and then change the chart type back to a stock chart."
msgstr ""
-#: 04050000.xhp#hd_id2633747.help.text
-msgid "From Data Table"
+#. wB=@
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id3496200\n"
+"help.text"
+msgid "Do not write the name of a data series in a row. Write the name into the field above the role name."
msgstr ""
-#: 04050000.xhp#par_id6633503.help.text
-msgid "<ahelp hid=\".\">For a chart with its own data, the error bar values can be entered in the chart data table. The Data Table dialog shows additional columns titled Positive Y-Error-Bars and Negative Y-Error-Bars.</ahelp>"
+#. y2/F
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id7599108\n"
+"help.text"
+msgid "The order of the rows determines how the categories are arranged in the chart. Use Move Row Down to change the order."
msgstr ""
-#: 04050000.xhp#par_id0428200810573839.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the value to add to the displayed value as the positive error value.</ahelp>"
+#. RWg3
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"hd_id888698\n"
+"help.text"
+msgid "Charts based on Calc or Writer tables"
msgstr ""
-#: 04050000.xhp#par_id0428200810573862.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the value to subtract from the displayed value as the negative error value.</ahelp>"
+#. N;qB
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id3394573\n"
+"help.text"
+msgid "You can choose or alter a data range on the second page of the Chart wizard or in the <link href=\"text/schart/01/wiz_data_range.xhp\">Data Range</link> dialog. For fine tuning use the <link href=\"text/schart/01/wiz_data_series.xhp\">Data Series</link> dialog."
msgstr ""
-#: 04050000.xhp#par_id0428200810573844.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the address range from where to get the positive error values. Use the Shrink button to select the range from a sheet.</ahelp>"
+#. ,/df
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id7594225\n"
+"help.text"
+msgid "To specify a data range do one of the following:"
msgstr ""
-#: 04050000.xhp#par_id0428200810573970.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the address range from where to get the negative error values. Use the Shrink button to select the range from a sheet.</ahelp>"
+#. 9Ljj
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id5081637\n"
+"help.text"
+msgid "Enter the data range in the text box."
msgstr ""
-#: 04050000.xhp#hd_id0428200810573977.help.text
-msgid "Same value for both"
+#. ~:Ca
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id9759514\n"
+"help.text"
+msgid "In Calc, an example data range would be \"$Sheet1.$B$3:$B$14\". Note that a data range may consist of more than one region in a spreadsheet, e.g. \"$Sheet1.A1:A5;$Sheet1.D1:D5\" is also a valid data range. In Writer, an example data range would be \"Table1.A1:E4\"."
msgstr ""
-#: 04050000.xhp#par_id0428200810573991.help.text
-msgid "<ahelp hid=\".\">Enable to use the positive error values also as negative error values. You can only change the value of the \"Positve (+)\" box. That value gets copied to the \"Negative (-)\" box automatically.</ahelp>"
+#. .PL]
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id1614429\n"
+"help.text"
+msgid "As long as the syntax is not correct, %PRODUCTNAME shows the text in red."
msgstr ""
-#: 04050000.xhp#hd_id3156396.19.help.text
-msgid "Error indicator"
-msgstr "მაჩვენებლის შეცდომა"
-
-#: 04050000.xhp#par_id3150539.20.help.text
-msgid "<ahelp hid=\"HID_SCH_CT_INDICATE2\">Specifies the error indicator.</ahelp>"
+#. [!j6
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id1589098\n"
+"help.text"
+msgid "In Calc, click <emph>Select data range</emph> to minimize the dialog, then drag to select the data range. When you release the mouse, the data are entered. Click <emph>Select </emph> <emph>data range</emph> again to add a data range. In the input field of the minimized dialog, click after the entry and type a semicolon. Then drag to select the next range."
msgstr ""
-#: 04050000.xhp#hd_id0428200810574027.help.text
-msgid "Positive and Negative"
+#. [dlT
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id8746910\n"
+"help.text"
+msgid "Click one of the options for data series in rows or in columns."
msgstr ""
-#: 04050000.xhp#par_id0428200810574039.help.text
-msgid "<ahelp hid=\".\">Shows positive and negative error bars.</ahelp>"
+#. qE}k
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id9636524\n"
+"help.text"
+msgid "Your stock chart data are \"in columns\", if the information in a row belongs to the same \"candle stick\"."
msgstr ""
-#: 04050000.xhp#hd_id0428200810574031.help.text
-msgid "Positive"
-msgstr "მდებარეობა"
-
-#: 04050000.xhp#par_id042820081057411.help.text
-msgid "<ahelp hid=\".\">Shows only positive error bars.</ahelp>"
+#. A=QE
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"hd_id5675527\n"
+"help.text"
+msgid "Fine Tuning the Data Ranges of Table Based Stock Charts"
msgstr ""
-#: 04050000.xhp#hd_id0428200810574138.help.text
-msgid "Negative"
+#. nSFo
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id3486434\n"
+"help.text"
+msgid "You can organize data series and edit the source for parts of single data series on the third page of the Chart wizard or on the page Data Series in the Data Range dialog."
msgstr ""
-#: 04050000.xhp#par_id0522200809110667.help.text
-msgid "<ahelp hid=\".\">Shows only negative error bars.</ahelp>"
+#. Ej25
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"hd_id3068636\n"
+"help.text"
+msgid "Organize Data Series"
msgstr ""
-#: wiz_data_series.xhp#tit.help.text
-msgid "Chart Wizard - Data Series"
+#. Apm-
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id2480849\n"
+"help.text"
+msgid "In the <emph>data series</emph> area on the left side of the dialog, you can organize the data series of the actual chart. A stock chart has at least one data series containing the prices. It might have a second data series for transaction volume."
msgstr ""
-#: wiz_data_series.xhp#bm_id8641621.help.text
-msgid "<bookmark_value>order of chart data</bookmark_value><bookmark_value>data series</bookmark_value>"
-msgstr "<bookmark_value>გასწორება; 2D დიაგრამა</bookmark_value><bookmark_value>დიაგრამები; გასწორება</bookmark_value>"
-
-#: wiz_data_series.xhp#hd_id6124149.help.text
-msgid "<variable id=\"wiz_data_series\"><link href=\"text/schart/01/wiz_data_series.xhp\">Chart Wizard - Data Series</link></variable>"
+#. ~P#1
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id4181951\n"
+"help.text"
+msgid "If you have got more than one price data series, use the Up and Down arrow buttons to order them. The order determines the arrangement in the chart. Do the same for volume data series. You cannot switch price and volume data series."
msgstr ""
-#: wiz_data_series.xhp#par_id9651478.help.text
-msgid "On this page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can change the source range of all data series separately, including their labels. You can also change the range of the categories. You can first select the data range on the Data Range page and then remove unnecessary data series or add data series from other cells here."
+#. hNXI
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id2927335\n"
+"help.text"
+msgid "To remove a data series, select the data series in the list and click <emph>Remove</emph>."
msgstr ""
-#: wiz_data_series.xhp#par_id6326487.help.text
-msgid "If there seem to be too many options on this page, just define the data range on the Chart Wizard - Data Range page and skip this page."
+#. p?GO
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id2107303\n"
+"help.text"
+msgid "To add a data series, select one of the existing data series and click <emph>Add</emph>. You get an empty entry below the selected one, which has the same type. If you have no price data series or no volume data series, you must first select a range for these series in the <emph>Data Range</emph> dialog."
msgstr ""
-#: wiz_data_series.xhp#par_id686361.help.text
-msgctxt "wiz_data_series.xhp#par_id686361.help.text"
-msgid "This dialog is only available for charts based on a Calc or Writer table."
+#. ,FGZ
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"hd_id4071779\n"
+"help.text"
+msgid "Setting Data Ranges"
msgstr ""
-#: wiz_data_series.xhp#hd_id9241615.help.text
-msgctxt "wiz_data_series.xhp#hd_id9241615.help.text"
-msgid "Organizing data series"
+#. MJa1
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id7844477\n"
+"help.text"
+msgid "In the <emph>Data Ranges</emph> dialog you can set or change the data range of each component of the selected data series."
msgstr ""
-#: wiz_data_series.xhp#par_id7159337.help.text
-msgctxt "wiz_data_series.xhp#par_id7159337.help.text"
-msgid "In the Data Series list box you see a list of all data series in the current chart."
+#. k*Pc
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id6478469\n"
+"help.text"
+msgid "In the upper list you see the role name of the components and the current values. When you have selected a role, you can change the value in the text box below the list. The label shows the selected role."
msgstr ""
-#: wiz_data_series.xhp#par_id4921720.help.text
-msgctxt "wiz_data_series.xhp#par_id4921720.help.text"
-msgid "To organize the data series, select an entry in the list."
+#. kL(k
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id9038972\n"
+"help.text"
+msgid "Enter the range into the text box or click on <emph>Select data range</emph> to minimize the dialog and select the range with the mouse."
msgstr ""
-#: wiz_data_series.xhp#par_id6627094.help.text
-msgctxt "wiz_data_series.xhp#par_id6627094.help.text"
-msgid "Click Add to add another data series below the selected entry. The new data series has the same type as the selected entry."
+#. A!sS
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id7985168\n"
+"help.text"
+msgid "Select Open Values, Close Values, High Values, and Low Values in any order. Specify only the ranges for those roles which you need for the chosen variant of the stock chart. The ranges need not be next to each other in the table."
msgstr ""
-#: wiz_data_series.xhp#par_id2926419.help.text
-msgctxt "wiz_data_series.xhp#par_id2926419.help.text"
-msgid "Click Remove to remove the selected entry from the Data Series list."
-msgstr ""
+#. J{nT
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"hd_id876186\n"
+"help.text"
+msgid "Legend"
+msgstr "ლეგენდა"
-#: wiz_data_series.xhp#par_id4443800.help.text
-msgid "Use the Up and Down arrow buttons to move the selected entry in the list up or down. This does not change the order in the data source table, but changes only the arrangement in the chart."
+#. MMQX
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id3939634\n"
+"help.text"
+msgid "The legend displays the labels from the first row or column or from the special range that you have set in the <emph>Data Series</emph> dialog. If your chart does not contain labels, the legend displays text like \"Row 1, Row 2, ...\", or \"Column A, Column B, ...\" according to the row number or column letter of the chart data."
msgstr ""
-#: wiz_data_series.xhp#hd_id9777520.help.text
-msgctxt "wiz_data_series.xhp#hd_id9777520.help.text"
-msgid "Editing data series"
+#. de@c
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id2377697\n"
+"help.text"
+msgid "The legend shows the value from the range, which you entered in the <emph>Range for Name</emph> field in the <emph>Data Range</emph> dialog. The default entry is the column header of the closing price column."
msgstr ""
-#: wiz_data_series.xhp#par_id1474654.help.text
-msgctxt "wiz_data_series.xhp#par_id1474654.help.text"
-msgid "Click an entry in the list to view and edit the properties for that entry."
+#. `K58
+#: type_stock.xhp
+msgctxt ""
+"type_stock.xhp\n"
+"par_id2188787\n"
+"help.text"
+msgid "Select one of the position options. When the chart is finished, you can specify other positions using the Format menu."
msgstr ""
-#: wiz_data_series.xhp#par_id4855189.help.text
-msgctxt "wiz_data_series.xhp#par_id4855189.help.text"
-msgid "In the Data Ranges list box you see the role names and cell ranges of the data series components. "
+#. #/?n
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"tit\n"
+"help.text"
+msgid "Scale"
msgstr ""
-#: wiz_data_series.xhp#par_id9475081.help.text
-msgctxt "wiz_data_series.xhp#par_id9475081.help.text"
-msgid "Click an entry, then edit the contents in the text box below. "
+#. #nhk
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"bm_id3150868\n"
+"help.text"
+msgid "<bookmark_value>scaling; axes</bookmark_value><bookmark_value>logarithmic scaling along axes</bookmark_value><bookmark_value>charts;scaling axes</bookmark_value><bookmark_value>X axes;scaling</bookmark_value><bookmark_value>Y axes; scaling</bookmark_value>"
msgstr ""
-#: wiz_data_series.xhp#par_id4695272.help.text
-msgctxt "wiz_data_series.xhp#par_id4695272.help.text"
-msgid "The label next to the text box states the currently selected role. "
-msgstr ""
+#. xJSY
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"hd_id3150868\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05040201.xhp\" name=\"Scale\">Scale</link>"
+msgstr "<link href=\"text/schart/01/05040201.xhp\" name=\"Scaling\">მაშტაბირება</link>"
-#: wiz_data_series.xhp#par_id3931699.help.text
-msgctxt "wiz_data_series.xhp#par_id3931699.help.text"
-msgid "Enter the range or click <emph>Select data range</emph> to minimize the dialog and select the range with the mouse."
+#. \3.t
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"par_id3154013\n"
+"2\n"
+"help.text"
+msgid "Controls the scaling of the X or Y axis."
msgstr ""
-#: wiz_data_series.xhp#par_id8626667.help.text
-msgctxt "wiz_data_series.xhp#par_id8626667.help.text"
-msgid "If you want a data range of multiple cell areas that are not next to each other, enter the first range, then manually add a semicolon at the end of the text box, then enter the other ranges. Use a semicolon as delimiter between ranges."
+#. q_SF
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"par_id3148576\n"
+"79\n"
+"help.text"
+msgid "The axes are automatically scaled by $[officename] so that all values are optimally displayed."
msgstr ""
-#: wiz_data_series.xhp#par_id5971556.help.text
-msgctxt "wiz_data_series.xhp#par_id5971556.help.text"
-msgid "The range for a data role, like Y-Values, must not include a label cell."
+#. !IU$
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"par_id3149379\n"
+"3\n"
+"help.text"
+msgid "To achieve specific results, you can manually change the axis scaling. For example, you can display only the top areas of the columns by shifting the zero line upwards."
msgstr ""
-#: wiz_data_series.xhp#hd_id7622608.help.text
-msgctxt "wiz_data_series.xhp#hd_id7622608.help.text"
-msgid "Editing categories or data labels"
+#. PY|#
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"hd_id3154730\n"
+"4\n"
+"help.text"
+msgid "Scale"
msgstr ""
-#: wiz_data_series.xhp#par_id9222693.help.text
-msgctxt "wiz_data_series.xhp#par_id9222693.help.text"
-msgid "Enter or select a cell range that will be used as text for categories or data labels. "
+#. \l.o
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"par_id3149400\n"
+"5\n"
+"help.text"
+msgid "You can enter values for subdividing axes in this area. You can automatically set the properties <emph>Minimum, Maximum, Major interval, Minor interval count</emph> and <emph>Reference value</emph>."
msgstr ""
-#: wiz_data_series.xhp#par_id9500106.help.text
-msgid "Depending on the chart type, the texts are shown on the X axis or as data labels. "
+#. VS44
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"hd_id3150751\n"
+"6\n"
+"help.text"
+msgid "Minimum"
+msgstr "მინიმუმი"
+
+#. }(`D
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"par_id3153713\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SCH_SPINFIELD_TP_SCALE_EDT_MIN\">Defines the minimum value for the beginning of the axis.</ahelp>"
msgstr ""
-#: wiz_data_series.xhp#par_id5201879.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Shows a list of all data series in the chart. Click an entry to view and edit that data series. Click <emph>Add</emph> to insert a new series into the list after the selected entry.</ahelp>"
+#. zdq(
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"hd_id3156385\n"
+"8\n"
+"help.text"
+msgid "Maximum"
+msgstr "მაქსიმუმი"
+
+#. 95/;
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"par_id3159266\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SCH_SPINFIELD_TP_SCALE_EDT_MAX\">Defines the maximum value for the end of the axis.</ahelp>"
msgstr ""
-#: wiz_data_series.xhp#par_id2571794.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">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.</ahelp>"
+#. :6O/
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"hd_id3155336\n"
+"10\n"
+"help.text"
+msgid "Major interval"
+msgstr "ძირითადი ინტერვალი"
+
+#. ?i?\
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"par_id3143218\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SCH_SPINFIELD_TP_SCALE_EDT_STEP_MAIN\">Defines the interval for the main division of the axes.</ahelp> The main interval cannot be larger than the value area."
msgstr ""
-#: wiz_data_series.xhp#par_id2254402.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">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 <emph>Select data range</emph> button.</ahelp>"
+#. ?[RC
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"hd_id3154020\n"
+"12\n"
+"help.text"
+msgid "Minor interval count"
+msgstr "არაძირთადი ინტერვალის სანიშნე"
+
+#. #=Yb
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"par_id3154656\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SCH_SPINFIELD_TP_SCALE_EDT_STEP_HELP\">Defines the interval for the subdivision of the axes.</ahelp>"
msgstr ""
-#: wiz_data_series.xhp#par_id2419507.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">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 <emph>Select data range</emph> button.</ahelp>"
+#. AnJ+
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"hd_id3150089\n"
+"14\n"
+"help.text"
+msgid "Reference value"
msgstr ""
-#: wiz_data_series.xhp#par_id1091647.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">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.</ahelp>"
+#. -Zx|
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"par_id3152990\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SCH_SPINFIELD_TP_SCALE_EDT_ORIGIN\">Specifies at which position to display the values along the axis.</ahelp>"
msgstr ""
-#: wiz_data_series.xhp#par_id8831446.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Removes the selected entry from the Data Series list.</ahelp>"
+#. ,RK4
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"hd_id3166432\n"
+"62\n"
+"help.text"
+msgid "Automatic"
msgstr ""
-#: wiz_data_series.xhp#par_id7022309.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Moves up the selected entry in the Data Series list.</ahelp>"
+#. G?m8
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"par_id3145389\n"
+"63\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:CHECKBOX:TP_SCALE:CBX_AUTO_ORIGIN\">You must first deselect the <emph>Automatic</emph> option in order to modify the values.</ahelp>"
msgstr ""
-#: wiz_data_series.xhp#par_id2844019.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Moves down the selected entry in the Data Series list.</ahelp>"
+#. !4;-
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"par_id3149129\n"
+"64\n"
+"help.text"
+msgid "Disable this feature if you are working with \"fixed\" values, as it does not permit automatic scaling."
msgstr ""
-#: type_net.xhp#tit.help.text
-msgid "Chart Type Net"
+#. c9_-
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"hd_id3159206\n"
+"16\n"
+"help.text"
+msgid "Logarithmic scale"
+msgstr "ლოგარითმული მაშტაბი"
+
+#. C4%X
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"par_id3145360\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:CHECKBOX:TP_SCALE:CBX_LOGARITHM\">Specifies that you want the axis to be subdivided logarithmically.</ahelp>"
msgstr ""
-#: type_net.xhp#bm_id2193975.help.text
-msgid "<bookmark_value>net charts</bookmark_value><bookmark_value>chart types;net</bookmark_value><bookmark_value>radar charts, see net charts</bookmark_value>"
+#. !fx9
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"par_id3153956\n"
+"61\n"
+"help.text"
+msgid "Use this feature if you are working with values that differ sharply from each other. You can use logarithmic scaling to make the grid lines of the axis equidistant but have values that may increase or decrease."
msgstr ""
-#: type_net.xhp#hd_id1990722.help.text
-msgid "<variable id=\"type_net\"><link href=\"text/schart/01/type_net.xhp\">Chart Type Net</link></variable>"
+#. ,;UO
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"hd_id9941404\n"
+"help.text"
+msgid "Reverse direction"
msgstr ""
-#: type_net.xhp#par_id40589.help.text
-msgctxt "type_net.xhp#par_id40589.help.text"
-msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type. "
+#. uNjd
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"par_id5581835\n"
+"help.text"
+msgid "<ahelp hid=\".\">Defines where the lower and where the higher values are displayed at the axis. The unchecked state is the mathematical direction.</ahelp> That means for Cartesian coordinate systems that the x-axis shows the lower values on the left and the y-axis shows the lower values at the bottom. For polar coordinate systems the mathematical angle axis direction is counterclockwise and the radial axis is from inner to outer."
msgstr ""
-#: type_net.xhp#hd_id1391338.help.text
-msgid "Net"
-msgstr "ქსელი"
+#. MUfN
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"hd_id922204\n"
+"help.text"
+msgid "Type"
+msgstr "ტიპი"
-#: type_net.xhp#par_id7812433.help.text
-msgid "A Net chart displays data values as points connected by some lines, in a grid net that resembles a spider net or a radar tube display."
+#. 19e]
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"par_id59225\n"
+"help.text"
+msgid "<ahelp hid=\".\">For some types of axes, you can select to format an axis as text or date, or to detect the type automatically.</ahelp> For the axis type \"Date\" you can set the following options."
msgstr ""
-#: type_net.xhp#par_id3512375.help.text
-msgid "For each row of chart data, a radial is shown on which the data is plotted. All data values are shown with the same scale, so all data values should have about the same magnitude."
+#. y*mm
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"par_id1159225\n"
+"help.text"
+msgid "Minimum and maximum value to be shown on the ends of the scale."
msgstr ""
-#: 05020200.xhp#tit.help.text
-msgctxt "05020200.xhp#tit.help.text"
+#. WiNn
+#: 05040201.xhp
+#, fuzzy
+msgctxt ""
+"05040201.xhp\n"
+"par_id2259225\n"
+"help.text"
+msgid "<ahelp hid=\".\">Resolution can be set to show days, months, or years as interval steps.</ahelp>"
+msgstr "<ahelp hid=\".\">კრძალავს ძიებას ერთ მონაცემთა ველზე. </ahelp>"
+
+#. Fkun
+#: 05040201.xhp
+#, fuzzy
+msgctxt ""
+"05040201.xhp\n"
+"par_id3359225\n"
+"help.text"
+msgid "<ahelp hid=\".\">Major interval can be set to show a certain number of days, months, or years.</ahelp>"
+msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
+
+#. #8pT
+#: 05040201.xhp
+#, fuzzy
+msgctxt ""
+"05040201.xhp\n"
+"par_id4459225\n"
+"help.text"
+msgid "<ahelp hid=\".\">Minor interval can be set to show a certain number of days, months, or years.</ahelp>"
+msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
+
+#. uU^@
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"tit\n"
+"help.text"
msgid "Title"
msgstr "დაყოფა"
-#: 05020200.xhp#hd_id3150541.1.help.text
-msgctxt "05020200.xhp#hd_id3150541.1.help.text"
+#. (6CK
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"hd_id3150541\n"
+"1\n"
+"help.text"
msgid "Title"
msgstr "დაყოფა"
-#: 05020200.xhp#par_id3145173.2.help.text
+#. \2He
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id3145173\n"
+"2\n"
+"help.text"
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 ""
-#: 05020200.xhp#hd_id3152596.3.help.text
+#. A^lm
+#: 05020200.xhp
#, fuzzy
-msgctxt "05020200.xhp#hd_id3152596.3.help.text"
+msgctxt ""
+"05020200.xhp\n"
+"hd_id3152596\n"
+"3\n"
+"help.text"
msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>"
msgstr "<link href=\"text/schart/01/05080000.xhp\" name=\"Chart Area\">დიაგრამის არე</link>"
-#: 04050100.xhp#tit.help.text
-msgid "Trend Lines "
-msgstr ""
+#. V~?G
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Legend"
+msgstr "ლეგენდა"
-#: 04050100.xhp#bm_id1744743.help.text
-msgid "<bookmark_value>calculating;regression curves</bookmark_value> <bookmark_value>regression curves in charts</bookmark_value> <bookmark_value>trend lines in charts</bookmark_value> <bookmark_value>mean value lines in charts</bookmark_value>"
-msgstr ""
+#. AnQK
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"bm_id3156441\n"
+"help.text"
+msgid "<bookmark_value>chart legends; hiding</bookmark_value><bookmark_value>hiding;chart legends</bookmark_value>"
+msgstr "<bookmark_value>დიაგრამის ლეგენდები; დამალვა</bookmark_value><bookmark_value>დამალვა;დიაგრამის ლეგენდები</bookmark_value>"
-#: 04050100.xhp#hd_id5409405.help.text
-msgid "<variable id=\"regression\"><link href=\"text/schart/01/04050100.xhp\">Trend Lines</link></variable>"
+#. 0bdU
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3156441\n"
+"1\n"
+"help.text"
+msgid "Legend"
+msgstr "ლეგენდა"
+
+#. r#$$
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3155413\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"legende\"><ahelp hid=\".uno:InsertMenuLegend\">Opens the <emph>Legend </emph>dialog, which allows you to change the position of legends in the chart, and to specify whether the legend is displayed.</ahelp></variable>"
msgstr ""
-#: 04050100.xhp#par_id7272255.help.text
-#, fuzzy
-msgid "<variable id=\"trendlinestext\"><ahelp hid=\".\">Trend lines can be added to all 2D chart types except for Pie and Stock charts.</ahelp></variable>"
-msgstr "<variable id=\"tabelleverschiebenkopierentext\"><ahelp hid=\".uno:Move\">Moves or copies a sheet to a new location in the document or to a different document.</ahelp></variable>"
+#. nrw1
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3149124\n"
+"3\n"
+"help.text"
+msgid "<variable id=\"sytextlegende\"><ahelp hid=\".uno:ToggleLegend\">To show or hide a legend, click <emph>Legend On/Off</emph> on the <emph>Formatting</emph> bar.</ahelp></variable>"
+msgstr "<variable id=\"sytextlegende\"><ahelp hid=\".uno:ToggleLegend\">აჩვენოს ან დაიმალოს ლეგენდა, დააწკაპუნეთ <emph>ლეგენდის ჩართვა/გამორთვა</emph><emph>ფორმატირება</emph> ზოლზე.</ahelp></variable>"
-#: 04050100.xhp#par_id143436.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">No trend line is shown.</ahelp>"
-msgstr ""
+#. D]Ge
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3145230\n"
+"help.text"
+msgid "<image id=\"img_id3147346\" src=\"cmd/sc_togglelegend.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147346\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147346\" src=\"cmd/sc_togglelegend.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3147346\">ხატულა</alt></image>"
-#: 04050100.xhp#par_id5716727.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">A linear trend line is shown.</ahelp>"
-msgstr ""
+#. {IR-
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3149207\n"
+"16\n"
+"help.text"
+msgid "Legend On/Off"
+msgstr "ლეგენდის ჩართვა/"
-#: 04050100.xhp#par_id5840021.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">A logarithmic trend line is shown.</ahelp>"
-msgstr ""
+#. R\;A
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3155114\n"
+"6\n"
+"help.text"
+msgid "Display"
+msgstr "ნაჩვენები"
-#: 04050100.xhp#par_id9417096.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">An exponential trend line is shown.</ahelp>"
-msgstr ""
+#. :/%D
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3150206\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SCH_CHECKBOX_DLG_LEGEND_CBX_SHOW\">Specifies whether to display a legend for the chart.</ahelp> This option is only visible if you call the dialog by choosing <emph>Insert - Legend</emph>."
+msgstr "<ahelp hid=\"SCH_CHECKBOX_DLG_LEGEND_CBX_SHOW\">განსაზღვრეთ თუ არის ნაჩვენები ლეგენდა დიაგრამისთვის.</ahelp> პარამეტრი ნაჩვენები იქნება მხლოდ თუ გამოიძახებ დიალოგს არჩევით <emph>ლეგენდის - ჩასმა</emph>."
-#: 04050100.xhp#par_id8482924.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">A power trend line is shown.</ahelp>"
-msgstr ""
+#. 5[FX
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3150201\n"
+"4\n"
+"help.text"
+msgid "Position"
+msgstr "მდებარეობა"
-#: 04050100.xhp#par_id8962370.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Shows the trend line equation next to the trend line.</ahelp>"
-msgstr ""
+#. 7aJM
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3155376\n"
+"5\n"
+"help.text"
+msgid "Select the position for the legend:"
+msgstr "მონიშნეთ ლეგენდისათვის მდებარეობა:"
-#: 04050100.xhp#par_id6889858.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Shows the coefficient of determination next to the trend line.</ahelp>"
-msgstr ""
+#. h-I8
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3152988\n"
+"8\n"
+"help.text"
+msgid "Left"
+msgstr "მარცხნივ"
-#: 04050100.xhp#par_id8398998.help.text
-msgid "If you insert a trend line to a chart type that uses categories, like <emph>Line </emph>or <emph>Column, </emph>then the numbers 1, 2, 3, <emph>…</emph> are used as x-values to calculate the trend line."
-msgstr ""
+#. 3Ro2
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3155087\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:RADIOBUTTON:TP_LEGEND_POS:RBT_LEFT\">Positions the legend at the left of the chart.</ahelp>"
+msgstr "<ahelp hid=\"SCH:RADIOBUTTON:TP_LEGEND_POS:RBT_LEFT\">დიაგრამის მარცხნივ ლეგენდის მდებარეობა.</ahelp>"
-#: 04050100.xhp#par_id5676747.help.text
-msgid "To insert trend lines for all data series, double-click the chart to enter edit mode. Choose <item type=\"menuitem\">Insert - Trend Lines</item>, then select the type of trend line from None, Linear, Logarithmic, Exponential, or Power trend line."
-msgstr ""
+#. q17r
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3153816\n"
+"10\n"
+"help.text"
+msgid "Top"
+msgstr "ზევით"
-#: 04050100.xhp#par_id4349192.help.text
-msgid "To insert a trend line for a single data series, select the data series in the chart, right-click to open the context menu, and choose <item type=\"menuitem\">Insert - Trend Line</item>."
-msgstr ""
+#. _w+;
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3153912\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:RADIOBUTTON:TP_LEGEND_POS:RBT_TOP\">Positions the legend at the top of the chart.</ahelp>"
+msgstr "<ahelp hid=\"SCH:RADIOBUTTON:TP_LEGEND_POS:RBT_TOP\">დიაგრამის ზევით ლეგენდის მდებარეობა.</ahelp>"
-#: 04050100.xhp#par_id9337443.help.text
-msgid "To delete a single trend line or mean value line, click the line, then press the Del key."
-msgstr ""
+#. 3UO]
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3144773\n"
+"12\n"
+"help.text"
+msgid "Right"
+msgstr "მარჯვნივ"
-#: 04050100.xhp#par_id4529251.help.text
-msgid "To delete all trend lines, choose <item type=\"menuitem\">Insert - Trend Lines</item>, then select <emph>None</emph>."
-msgstr ""
+#. q[FC
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3155268\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:RADIOBUTTON:TP_LEGEND_POS:RBT_RIGHT\">Positions the legend at the right of the chart.</ahelp>"
+msgstr "<ahelp hid=\"SCH:RADIOBUTTON:TP_LEGEND_POS:RBT_RIGHT\">დიაგრამის მაჯვნივ ლეგენდის მდებარეობა.</ahelp>"
-#: 04050100.xhp#par_id296334.help.text
-msgid "A trend line is shown in the legend automatically."
-msgstr ""
+#. X/\R
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3152871\n"
+"14\n"
+"help.text"
+msgid "Bottom"
+msgstr "ქვედა"
-#: 04050100.xhp#par_id4072084.help.text
-msgid "<ahelp hid=\".\">Mean Value Lines are special trend lines that show the mean value. Use <item type=\"menuitem\">Insert - Mean Value Lines</item> to insert mean value lines for data series.</ahelp>"
+#. *bH\
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3153249\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:RADIOBUTTON:TP_LEGEND_POS:RBT_BOTTOM\">Positions the legend at the bottom of the chart.</ahelp>"
+msgstr "<ahelp hid=\"SCH:RADIOBUTTON:TP_LEGEND_POS:RBT_BOTTOM\">დიაგრამის ქვევით ლეგენდის მდებარეობა.</ahelp>"
+
+#. hHlz
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"hd_id1106200812072645\n"
+"help.text"
+msgid "Text Orientation"
msgstr ""
-#: 04050100.xhp#par_id9569689.help.text
-msgid "The trend line has the same color as the corresponding data series. To change the line properties, select the trend line and choose <item type=\"menuitem\">Format - Format Selection - Line</item>."
+#. =FOk
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id1106200812072653\n"
+"help.text"
+msgid "This feature is only available if complex text layout support is enabled in <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages</item>."
msgstr ""
-#: 04050100.xhp#par_id846888.help.text
-msgid "<ahelp hid=\".\">To show the trend line equation, select the trend line in the chart, right-click to open the context menu, and choose <emph>Insert Trend Line Equation</emph>.</ahelp>"
+#. V@4A
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"hd_id1106200812112444\n"
+"help.text"
+msgid "Text Direction"
msgstr ""
-#: 04050100.xhp#par_id8962065.help.text
-msgid "When the chart is in edit mode, %PRODUCTNAME gives you the equation of the trend line and the coefficient of determination R². Click on the trend line to see the information in the status bar."
+#. HM$m
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id1106200812112530\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the text direction for a paragraph that uses complex text layout (CTL). This feature is only available if complex text layout support is enabled.</ahelp>"
msgstr ""
-#: 04050100.xhp#par_id1328470.help.text
-msgid "For a category chart (for example a line chart), the trend line information is calculated using numbers 1, 2, 3, … as x-values. This is also true if your data series uses other numbers as names for the x-values. For such charts the XY chart type might be more suitable."
+#. d2^2
+#: 05050100.xhp
+msgctxt ""
+"05050100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Grid"
msgstr ""
-#: 04050100.xhp#par_id8092593.help.text
-msgid "To show the equation and the coefficient of determination, select the trend line and choose <item type=\"menuitem\">Format - Format Selection - Equation</item>."
+#. A.L1
+#: 05050100.xhp
+msgctxt ""
+"05050100.xhp\n"
+"bm_id3150398\n"
+"help.text"
+msgid "<bookmark_value>X axes;grid formatting</bookmark_value><bookmark_value>Y axes;grid formatting</bookmark_value><bookmark_value>Z axes; grid formatting</bookmark_value>"
+msgstr "<bookmark_value>X axes;grid formatting</bookmark_value><bookmark_value>Y ღერძი;ბადე formatting</bookmark_value><bookmark_value>Z ღერძი; ბადე formatting</bookmark_value>"
+
+#. @|W=
+#: 05050100.xhp
+msgctxt ""
+"05050100.xhp\n"
+"hd_id3150398\n"
+"2\n"
+"help.text"
+msgid "Grid"
msgstr ""
-#: 04050100.xhp#par_id7971434.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enable Show equation to see the equation of the trend line.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. %kow
+#: 05050100.xhp
+msgctxt ""
+"05050100.xhp\n"
+"par_id3152577\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"gitter\"><ahelp hid=\".uno:DiagramGridAll\">Opens the <emph>Grid</emph> dialog for defining grid properties.</ahelp></variable>"
+msgstr "<variable id=\"gitter\"><ahelp hid=\".uno:DiagramGridAll\">გახსნა <emph>Grid</emph> დიალოგის ბადის თვისებების განსასაზღვრავთ.</ahelp></variable>"
-#: 04050100.xhp#par_id558793.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enable Show Coefficient of Determination to see the determination coefficient of the trend line.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">მომართავს კურსორს მონიშნული ტიპის შემდეგ ობიექტზე.</ahelp>"
+#. 69kW
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Title"
+msgstr "დაყოფა"
-#: 04050100.xhp#par_id7735221.help.text
-msgid "You can also calculate the parameters using Calc functions as follows."
-msgstr ""
+#. !qK~
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"bm_id3150791\n"
+"help.text"
+msgid "<bookmark_value>titles; formatting charts</bookmark_value><bookmark_value>formatting; chart titles</bookmark_value>"
+msgstr "<bookmark_value>სათაური; დიაგრამის ფორმატირება</bookmark_value><bookmark_value>ფორმატირება; დიაგრამის სათაური</bookmark_value>"
-#: 04050100.xhp#hd_id5744193.help.text
-msgid "The linear regression equation"
-msgstr ""
+#. (BfJ
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"hd_id3150791\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05020000.xhp\" name=\"Title\">Title</link>"
+msgstr "<link href=\"text/schart/01/05020000.xhp\" name=\"Title\">სათაური</link>"
-#: 04050100.xhp#par_id9251991.help.text
-msgid "The <emph>linear regression</emph> follows the equation <item type=\"literal\">y=m*x+b</item>."
+#. ]ZW:
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"par_id3125863\n"
+"2\n"
+"help.text"
+msgid "The<emph> Title </emph>menu command opens a submenu for editing the properties of the titles in the chart."
msgstr ""
-#: 04050100.xhp#par_id7951902.help.text
-msgid "m = SLOPE(Data_Y;Data_X) "
-msgstr ""
+#. pY%n
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"hd_id3155414\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05020100.xhp\" name=\"Main title\">Main title</link>"
+msgstr "<link href=\"text/schart/01/05020100.xhp\" name=\"Main title\">მთავარი სათაური</link>"
-#: 04050100.xhp#par_id6637165.help.text
-msgid "b = INTERCEPT(Data_Y ;Data_X) "
-msgstr ""
+#. R8OY
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"hd_id3156441\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05020100.xhp\" name=\"Subtitle\">Subtitle</link>"
+msgstr "<link href=\"text/schart/01/05020100.xhp\" name=\"Subtitle\">ქვესათაური</link>"
-#: 04050100.xhp#par_id7879268.help.text
-msgctxt "04050100.xhp#par_id7879268.help.text"
-msgid "Calculate the coefficient of determination by"
-msgstr ""
+#. u$pT
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"hd_id3151073\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05020100.xhp\" name=\"X-axis title\">X-axis title</link>"
+msgstr "<link href=\"text/schart/01/05020100.xhp\" name=\"X-axis title\">X-ღერძის სათაური</link>"
+
+#. gKa-
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"hd_id3154732\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05020200.xhp\" name=\"Y-axis title\">Y-axis title</link>"
+msgstr "<link href=\"text/schart/01/05020200.xhp\" name=\"Y-axis title\">Y-ღერძის სათაური</link>"
-#: 04050100.xhp#par_id9244361.help.text
-msgid "r² = RSQ(Data_Y;Data_X) "
+#. 4:CT
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"hd_id3154017\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05020100.xhp\" name=\"Z-axis title\">Z-axis title</link>"
+msgstr "<link href=\"text/schart/01/05020100.xhp\" name=\"Z-axis title\">Z-ღერძის სათაური</link>"
+
+#. iMJ5
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"hd_id3153711\n"
+"8\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05020200.xhp\" name=\"All titles\">All titles</link>"
+msgstr "<link href=\"text/schart/01/05020200.xhp\" name=\"All titles\">მთლიანი სათაური</link>"
+
+#. |2+.
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"tit\n"
+"help.text"
+msgid "Chart Wizard - Chart Elements"
msgstr ""
-#: 04050100.xhp#par_id2083498.help.text
-msgid "Besides m, b and r² the array function <emph>LINEST</emph> provides additional statistics for a regression analysis."
+#. pVo)
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"hd_id70802\n"
+"help.text"
+msgid "<variable id=\"wiz_chart_elements\"><link href=\"text/schart/01/wiz_chart_elements.xhp\">Chart Wizard - Chart Elements</link></variable>"
msgstr ""
-#: 04050100.xhp#hd_id2538834.help.text
-msgid "The logarithm regression equation"
+#. V!?/
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id8746604\n"
+"help.text"
+msgid "On this page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose the chart elements to be shown."
msgstr ""
-#: 04050100.xhp#par_id394299.help.text
-msgid "The <emph>logarithm regression</emph> follows the equation <item type=\"literal\">y=a*ln(x)+b</item>."
+#. 1Zfy
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id6437269\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a title for your chart.</ahelp>"
msgstr ""
-#: 04050100.xhp#par_id2134159.help.text
-msgid "a = SLOPE(Data_Y;LN(Data_X)) "
+#. vUAe
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id9469893\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a subtitle for your chart.</ahelp>"
msgstr ""
-#: 04050100.xhp#par_id5946531.help.text
-msgid "b = INTERCEPT(Data_Y ;LN(Data_X)) "
+#. -dE#
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id130008\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a label for the x-axis (horizontal).</ahelp>"
msgstr ""
-#: 04050100.xhp#par_id5649281.help.text
-msgid "r² = RSQ(Data_Y;LN(Data_X)) "
+#. MN[x
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id5821710\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a label for the y-axis (vertical).</ahelp>"
msgstr ""
-#: 04050100.xhp#hd_id7874080.help.text
-msgid "The exponential regression equation"
+#. eMR;
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id2871791\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a label for the z-axis. This option is only available for three-dimensional charts.</ahelp>"
msgstr ""
-#: 04050100.xhp#par_id4679097.help.text
-msgid " For exponential trend lines a transformation to a linear model takes place. The optimal curve fitting is related to the linear model and the results are interpreted accordingly. "
+#. *(/m
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id7333597\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Displays a legend in your chart.</ahelp>"
msgstr ""
-#: 04050100.xhp#par_id9112216.help.text
-msgid "The exponential regression follows the equation <item type=\"literal\">y=b*exp(a*x)</item> or <item type=\"literal\">y=b*m^x</item>, which is transformed to <item type=\"literal\">ln(y)=ln(b)+a*x</item> or <item type=\"literal\">ln(y)=ln(b)+ln(m)*x</item> respectively."
+#. (Q_V
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id9976195\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Positions the legend to the left of the chart.</ahelp>"
msgstr ""
-#: 04050100.xhp#par_id4416638.help.text
-msgid "a = SLOPE(LN(Data_Y);Data_X) "
+#. f/_0
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id2507400\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Positions the legend to the top of the chart.</ahelp>"
msgstr ""
-#: 04050100.xhp#par_id1039155.help.text
-msgid "The variables for the second variation are calculated as follows:"
+#. AE#\
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id216681\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Positions the legend to the right of the chart.</ahelp>"
msgstr ""
-#: 04050100.xhp#par_id7184057.help.text
-msgid "m = EXP(SLOPE(LN(Data_Y);Data_X)) "
+#. OwO8
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id7709585\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Positions the legend to the bottom of the chart.</ahelp>"
msgstr ""
-#: 04050100.xhp#par_id786767.help.text
-msgid "b = EXP(INTERCEPT(LN(Data_Y);Data_X)) "
+#. -9gl
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id4309518\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Displays grid lines that are perpendicular to the x-axis.</ahelp>"
msgstr ""
-#: 04050100.xhp#par_id7127292.help.text
-msgctxt "04050100.xhp#par_id7127292.help.text"
-msgid "Calculate the coefficient of determination by"
+#. gVlN
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id206610\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Displays grid lines that are perpendicular to the y-axis.</ahelp>"
msgstr ""
-#: 04050100.xhp#par_id5437177.help.text
-msgid "r² = RSQ(LN(Data_Y);Data_X) "
+#. I0Og
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id6917020\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Displays grid lines that are perpendicular to the z-axis. This option is only available for three-dimensional charts.</ahelp>"
msgstr ""
-#: 04050100.xhp#par_id6946317.help.text
-msgid "Besides m, b and r² the array function LOGEST provides additional statistics for a regression analysis."
+#. gB{W
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id9969481\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a label for the secondary x-axis. This option is only available for charts that support a secondary x-axis.</ahelp>"
msgstr ""
-#: 04050100.xhp#hd_id6349375.help.text
-msgid "The power regression equation"
+#. XV7/
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id816675\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a label for the secondary y-axis. This option is only available for charts that support a secondary y-axis.</ahelp>"
msgstr ""
-#: 04050100.xhp#par_id1857661.help.text
-msgid " For <emph>power regression</emph> curves a transformation to a linear model takes place. The power regression follows the equation <item type=\"literal\">y=b*x^a</item> , which is transformed to <item type=\"literal\">ln(y)=ln(b)+a*ln(x)</item>."
+#. qqkx
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"hd_id4411145\n"
+"help.text"
+msgid "To enter chart elements"
msgstr ""
-#: 04050100.xhp#par_id8517105.help.text
-msgid "a = SLOPE(LN(Data_Y);LN(Data_X)) "
+#. \8O6
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id3274941\n"
+"help.text"
+msgid "Enter titles or click the elements that you want to be shown on the current chart."
msgstr ""
-#: 04050100.xhp#par_id9827265.help.text
-msgid "b = EXP(INTERCEPT(LN(Data_Y);LN(Data_X)) "
+#. #t%C
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"hd_id9804681\n"
+"help.text"
+msgid "Titles"
+msgstr "დაყოფა"
+
+#. Ok9:
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id3614917\n"
+"help.text"
+msgid "If you enter text for a title, subtitle, or any axis, the necessary space will be reserved to display the text next to the chart. If you do not enter a text, no space will be reserved, leaving more space to display the chart."
msgstr ""
-#: 04050100.xhp#par_id2357249.help.text
-msgid "r² = RSQ(LN(Data_Y);LN(Data_X)) "
+#. WF*C
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id156865\n"
+"help.text"
+msgid "It is not possible to link the title text to a cell. You must enter the text directly."
msgstr ""
-#: 04050100.xhp#hd_id9204077.help.text
-msgid "Constraints"
+#. j1cI
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id6034424\n"
+"help.text"
+msgid "When the chart is finished, you can change the position and other properties by the <emph>Format</emph> menu."
msgstr ""
-#: 04050100.xhp#par_id7393719.help.text
-msgid " The calculation of the trend line considers only data pairs with the following values:"
+#. h{,+
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id9033783\n"
+"help.text"
+msgid "Legend"
+msgstr "ლეგენდა"
+
+#. Zq0M
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id1069368\n"
+"help.text"
+msgid "The legend displays the labels from the first row or column, or from the range that you have set in the Data Series dialog. If your chart does not contain labels, the legend displays text like \"Row 1, Row 2, ...\", or \"Column A, Column B, ...\" according to the row number or column letter of the chart data."
msgstr ""
-#: 04050100.xhp#par_id7212744.help.text
-msgid "logarithm regression: only positive x-values are considered,"
+#. v{Ue
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id6998809\n"
+"help.text"
+msgid "You cannot enter the text directly, it is automatically generated from the Name cell range."
msgstr ""
-#: 04050100.xhp#par_id1664479.help.text
-msgid "exponential regression: only positive y-values are considered,"
+#. XPA#
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id71413\n"
+"help.text"
+msgid "Select one of the position options. When the chart is finished, you can specify other positions using the Format menu."
msgstr ""
-#: 04050100.xhp#par_id8734702.help.text
-msgid "power regression: only positive x-values and positive y-values are considered."
+#. 1$~X
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id4776757\n"
+"help.text"
+msgid "Grids"
msgstr ""
-#: 04050100.xhp#par_id181279.help.text
-msgid "You should transform your data accordingly; it is best to work on a copy of the original data and transform the copied data."
+#. \2#M
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id6737876\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Displays grid lines that are perpendicular to the x-axis.</ahelp>"
msgstr ""
-#: 04050100.xhp#hd_id7907040.help.text
-msgid "The polynomial regression equation"
+#. k)2^
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id1058992\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Displays grid lines that are perpendicular to the y-axis.</ahelp>"
msgstr ""
-#: 04050100.xhp#par_id8918729.help.text
-msgid "A <emph>polynomial regression</emph> curve cannot be added automatically. You must calculate this curve manually. "
+#. s7E}
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id7366557\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Displays grid lines that are perpendicular to the z-axis. This option is only available for three-dimensional charts.</ahelp>"
msgstr ""
-#: 04050100.xhp#par_id33875.help.text
-msgid "Create a table with the columns x, x², x³, … , xⁿ, y up to the desired degree n. "
+#. |8f\
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id6527298\n"
+"help.text"
+msgid "The visible grid lines can help to estimate the data values in the chart."
msgstr ""
-#: 04050100.xhp#par_id8720053.help.text
-msgid "Use the formula <item type=\"literal\">=LINEST(Data_Y,Data_X)</item> with the complete range x to xⁿ (without headings) as Data_X. "
+#. K6}N
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id2924283\n"
+"help.text"
+msgid "The distance of the grid lines corresponds to the interval settings in the Scale tab of the axis properties."
msgstr ""
-#: 04050100.xhp#par_id5068514.help.text
-msgid "The first row of the LINEST output contains the coefficients of the regression polynomial, with the coefficient of xⁿ at the leftmost position."
+#. $kOR
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id5781731\n"
+"help.text"
+msgid "Grid lines are not available for pie charts."
msgstr ""
-#: 04050100.xhp#par_id8202154.help.text
-msgid "The first element of the third row of the LINEST output is the value of r². See the <link href=\"text/scalc/01/04060107.xhp#Section8\">LINEST</link> function for details on proper use and an explanation of the other output parameters."
+#. eJ`W
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"hd_id6942045\n"
+"help.text"
+msgid "Additional elements"
msgstr ""
-#: 04050100.xhp#par_id4562211.help.text
-msgid "<link href=\"text/schart/01/04050000.xhp\">Y Error Bars tab page</link>"
+#. rMt~
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id4721823\n"
+"help.text"
+msgid "For additional elements use the Insert menu of the chart in edit mode. There you can define the following elements:"
msgstr ""
-#: 04070000.xhp#tit.help.text
-msgctxt "04070000.xhp#tit.help.text"
-msgid "Grids"
+#. H9IX
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id5806756\n"
+"help.text"
+msgid "Secondary axes"
+msgstr "მეორადი ღერძი"
+
+#. U=;t
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id8915372\n"
+"help.text"
+msgid "Minor grids"
msgstr ""
-#: 04070000.xhp#bm_id3147434.help.text
-msgid "<bookmark_value>axes; inserting grids</bookmark_value><bookmark_value>grids; inserting in charts</bookmark_value>"
+#. aC8f
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id6070436\n"
+"help.text"
+msgid "Data labels"
msgstr ""
-#: 04070000.xhp#hd_id3147434.1.help.text
-msgctxt "04070000.xhp#hd_id3147434.1.help.text"
-msgid "Grids"
+#. z/rz
+#: wiz_chart_elements.xhp
+msgctxt ""
+"wiz_chart_elements.xhp\n"
+"par_id7564012\n"
+"help.text"
+msgid "Statistics, for example mean values, y error bars and trend lines"
msgstr ""
-#: 04070000.xhp#par_id3146974.2.help.text
-msgid "<variable id=\"gitter\"><ahelp hid=\".\">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.</ahelp></variable> The Y axis major grid is activated by default."
+#. FVT`
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Format Selection"
msgstr ""
-#: 04070000.xhp#hd_id3156286.3.help.text
-msgid "Major grids"
+#. $:;?
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"bm_id3149666\n"
+"help.text"
+msgid "<bookmark_value>objects;properties of charts</bookmark_value><bookmark_value>charts; properties</bookmark_value><bookmark_value>properties;charts</bookmark_value>"
msgstr ""
-#: 04070000.xhp#par_id3154511.4.help.text
-msgid "Defines the axis to be set as the major grid."
+#. wRZC
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"hd_id3149666\n"
+"1\n"
+"help.text"
+msgid "Format Selection"
msgstr ""
-#: 04070000.xhp#hd_id3149400.5.help.text
-msgctxt "04070000.xhp#hd_id3149400.5.help.text"
-msgid "X axis"
+#. GL?_
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"par_id3156284\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"objekteigenschaften\"><ahelp hid=\".\">Formats the selected object.</ahelp></variable> Depending on the object selected, the command opens dialogs that you can also open by choosing the following commands from the <emph>Format</emph> menu:"
msgstr ""
-#: 04070000.xhp#par_id3150749.6.help.text
-msgid "<ahelp hid=\"SCH:CHECKBOX:DLG_GRID:CB_X_MAIN\">Adds gridlines to the X axis of the chart.</ahelp>"
-msgstr "<ahelp hid=\"SCH:CHECKBOX:DLG_GRID:CB_X_MAIN\">ღობის ხაზების ჩამატება X-ღერძის დიაგრამაზე.</ahelp>"
+#. amfi
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"hd_id3153418\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05060000.xhp\" name=\"Chart Wall\">Chart Wall</link>"
+msgstr "<link href=\"text/schart/01/05060000.xhp\" name=\"Chart Wall\">დიაგრამული დაფა</link>"
-#: 04070000.xhp#par_id3154754.7.help.text
-msgid "<variable id=\"sytextxgitter\"><ahelp hid=\".uno:ToggleGridHorizontal\">The <emph>Horizontal Grid On/Off</emph> icon on the <emph>Formatting</emph> bar toggles the visibility of the grid display for the X axis. Note: This only works if the <emph>Minor grid</emph> check boxes in <emph>Insert - Grids</emph> are cleared.</ahelp></variable> Otherwise, the minor grid remains visible when the major grid is turned off."
-msgstr ""
+#. S!YO
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"hd_id3155766\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05080000.xhp\" name=\"Chart Area\">Chart Area</link>"
+msgstr "<link href=\"text/schart/01/05080000.xhp\" name=\"Chart Area\">დიაგრამის არე</link>"
-#: 04070000.xhp#hd_id3145228.8.help.text
-msgctxt "04070000.xhp#hd_id3145228.8.help.text"
-msgid "Y axis"
-msgstr ""
+#. n^O8
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"hd_id3154255\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05070000.xhp\" name=\"Chart Floor\">Chart Floor</link>"
+msgstr "<link href=\"text/schart/01/05070000.xhp\" name=\"Chart Floor\">დიაგრამის ძირი</link>"
-#: 04070000.xhp#par_id3147004.9.help.text
-msgid "<ahelp hid=\"SCH:CHECKBOX:DLG_GRID:CB_Y_MAIN\">Adds gridlines to the Y axis of the chart.</ahelp>"
-msgstr "<ahelp hid=\"SCH:CHECKBOX:DLG_GRID:CB_Y_MAIN\">ღობის ხაზის ჩამატება Y ღერძის დიაგრამზე.</ahelp>"
+#. 6E?Y
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"hd_id3146313\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05020100.xhp\" name=\"Title\">Title</link>"
+msgstr "<link href=\"text/schart/01/05020100.xhp\" name=\"Title\">სათაური</link>"
-#: 04070000.xhp#par_id3150344.10.help.text
-msgid "<variable id=\"sytextygitter\"><ahelp hid=\".uno:ToggleGridVertical\">The <emph>Vertical Grid On/Off</emph> icon on the <emph>Formatting</emph> bar toggles the visibility of the grid display for the Y axis. Note: This only works if the X-axis <emph>Minor grid</emph> is not selected in <emph>Insert - Grids</emph>.</ahelp></variable> Otherwise, the minor grid remains visible when the major grid is turned off."
-msgstr ""
+#. )6Wt
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"hd_id3150297\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05030000.xhp\" name=\"Legend\">Legend</link>"
+msgstr "<link href=\"text/schart/01/05030000.xhp\" name=\"Legend\">ლეგენდა</link>"
-#: 04070000.xhp#hd_id3166430.11.help.text
-msgctxt "04070000.xhp#hd_id3166430.11.help.text"
-msgid "Z axis"
-msgstr ""
+#. J\.C
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"hd_id3143219\n"
+"8\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05040100.xhp\" name=\"X Axis\">X Axis</link>"
+msgstr "<link href=\"text/schart/01/05040100.xhp\" name=\"X Axis\">X ღერძი</link>"
-#: 04070000.xhp#par_id3155378.12.help.text
-msgid "<ahelp hid=\"SCH:CHECKBOX:DLG_GRID:CB_Z_MAIN\">Adds gridlines to the Z axis of the chart.</ahelp> This option is only available if you're working with 3D charts."
-msgstr ""
+#. iV?4
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"hd_id3150207\n"
+"9\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05040200.xhp\" name=\"Y Axis\">Y Axis</link>"
+msgstr "<link href=\"text/schart/01/05040200.xhp\" name=\"Y Axis\">Y ღერძი</link>"
-#: 04070000.xhp#hd_id3146978.13.help.text
-msgctxt "04070000.xhp#hd_id3146978.13.help.text"
-msgid "Minor grids"
+#. .IN*
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"hd_id3166432\n"
+"10\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05050100.xhp\" name=\"Grid\">Grid</link>"
+msgstr "<link href=\"text/schart/01/05050100.xhp\" name=\"Grid\">ღობე</link>"
+
+#. ~]?n
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data Point"
+msgstr "მონაცემების წერტილი"
+
+#. U-+C
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"hd_id3153768\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05010100.xhp\" name=\"Data Point\">Data Point</link>"
+msgstr "<link href=\"text/schart/01/05010100.xhp\" name=\"Data Point\">მონაცემთა წერტილი</link>"
+
+#. y!4)
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"par_id3152577\n"
+"2\n"
+"help.text"
+msgid "This dialog allows you to change the properties of a selected data point. The dialog appears when there is only one data point selected when you choose <emph>Format - Format Selection</emph>. Some of the menu entries are only available for 2D or 3D charts."
msgstr ""
-#: 04070000.xhp#par_id3156449.14.help.text
-msgid "Use this area to assign a minor grid for each axis. Assigning minor grids to the axis reduces the distance between the major grids."
+#. e`U:
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"par_id3149121\n"
+"3\n"
+"help.text"
+msgid "Any changes made only affect this one data point. For example, if you edit the color of a bar, only the color of that bar will be different."
msgstr ""
-#: 04070000.xhp#hd_id3153308.15.help.text
-msgctxt "04070000.xhp#hd_id3153308.15.help.text"
-msgid "X axis"
+#. }rCZ
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Grid"
msgstr ""
-#: 04070000.xhp#par_id3148704.16.help.text
-#, fuzzy
-msgid "<ahelp hid=\"SCH:CHECKBOX:DLG_GRID:CB_X_HELP\">Adds gridlines that subdivide the X axis into smaller sections.</ahelp>"
-msgstr "<ahelp hid=\"SCH:CHECKBOX:DLG_GRID:CB_Y_HELP\">საკოორდინაციო ბადის ხაზების დამატება რომელიც ყოფს ქვედანაყოფებათ Y ღერძს პატარა დანაყოფებად.</ahelp>"
+#. Hqk/
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"bm_id3155602\n"
+"help.text"
+msgid "<bookmark_value>grids; formatting axes</bookmark_value><bookmark_value>axes; formatting grids</bookmark_value>"
+msgstr "<bookmark_value>ღერძების; ღერძების ფორმატირება</bookmark_value><bookmark_value>ღერძების; ბადეების ღერძები</bookmark_value>"
-#: 04070000.xhp#hd_id3153917.17.help.text
-msgctxt "04070000.xhp#hd_id3153917.17.help.text"
-msgid "Y axis"
-msgstr ""
+#. 2QEM
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"hd_id3155602\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05050000.xhp\" name=\"Grid\">Grid</link>"
+msgstr "<link href=\"text/schart/01/05050000.xhp\" name=\"Grid\">ბადე</link>"
-#: 04070000.xhp#par_id3154536.18.help.text
-msgid "<ahelp hid=\"SCH:CHECKBOX:DLG_GRID:CB_Y_HELP\">Adds gridlines that subdivide the Y axis into smaller sections.</ahelp>"
-msgstr "<ahelp hid=\"SCH:CHECKBOX:DLG_GRID:CB_Y_HELP\">საკოორდინაციო ბადის ხაზების დამატება რომელიც ყოფს ქვედანაყოფებათ Y ღერძს პატარა დანაყოფებად.</ahelp>"
+#. ?L}|
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"par_id3155764\n"
+"2\n"
+"help.text"
+msgid "Opens a submenu, where you select the grid you want to format."
+msgstr "ქვემენიუს გახსნა, სადაც მონიშნულის ბადე გინდათ დააფორმატოთ"
-#: 04070000.xhp#hd_id3148607.19.help.text
-msgctxt "04070000.xhp#hd_id3148607.19.help.text"
-msgid "Z axis"
-msgstr ""
+#. ,p-Y
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"hd_id3150045\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05050100.xhp\" name=\"X Axis Major Grid\">X Axis Major Grid</link>"
+msgstr "<link href=\"text/schart/01/05050100.xhp\" name=\"X Axis Minor Grid\">X ღერძის არაძირთადი ბადე</link>"
-#: 04070000.xhp#par_id3153247.20.help.text
-msgid "<ahelp hid=\"SCH:CHECKBOX:DLG_GRID:CB_Z_HELP\">Adds gridlines that subdivide the Z axis into smaller sections.</ahelp> This option is only available if you're working with 3D charts."
+#. =2{n
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"hd_id3145228\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05050100.xhp\" name=\"Y Axis Major Grid\">Y Axis Major Grid</link>"
+msgstr "<link href=\"text/schart/01/05050100.xhp\" name=\"Y Axis Minor Grid\">Yღერძის არაძირთადი ბადე</link>"
+
+#. r,,R
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"hd_id3147346\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05050100.xhp\" name=\"Z Axis Major Grid\">Z Axis Major Grid</link>"
+msgstr "<link href=\"text/schart/01/05050100.xhp\" name=\"X Axis Minor Grid\">X ღერძის არაძირთადი ბადე</link>"
+
+#. KJP5
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"hd_id3154021\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05050100.xhp\" name=\"X Axis Minor Grid\">X Axis Minor Grid</link>"
+msgstr "<link href=\"text/schart/01/05050100.xhp\" name=\"X Axis Minor Grid\">X ღერძის არაძირთადი ბადე</link>"
+
+#. (rh,
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"hd_id3150307\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05050100.xhp\" name=\"Y Axis Minor Grid\">Y Axis Minor Grid</link>"
+msgstr "<link href=\"text/schart/01/05050100.xhp\" name=\"Y Axis Minor Grid\">Yღერძის არაძირთადი ბადე</link>"
+
+#. .Ae.
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"hd_id3166428\n"
+"8\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05050100.xhp\" name=\"Z Axis minor Grid\">Z Axis minor Grid</link>"
+msgstr "<link href=\"text/schart/01/05050100.xhp\" name=\"Z Axis minor Grid\">Z ღერძის არაძირითადი ბადე</link>"
+
+#. #.{%
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"hd_id3145585\n"
+"9\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05050100.xhp\" name=\"All Axis Grids\">All Axis Grids</link>"
+msgstr "<link href=\"text/schart/01/05050100.xhp\" name=\"All Axis Grids\">მთლიანი ღერძის ბადეები</link>"
+
+#. ju9e
+#: type_column_bar.xhp
+msgctxt ""
+"type_column_bar.xhp\n"
+"tit\n"
+"help.text"
+msgid "Chart Type Column and Bar"
msgstr ""
-#: 05010200.xhp#tit.help.text
-msgid "Data Series"
+#. l\/V
+#: type_column_bar.xhp
+msgctxt ""
+"type_column_bar.xhp\n"
+"bm_id4919583\n"
+"help.text"
+msgid "<bookmark_value>column charts</bookmark_value><bookmark_value>bar charts</bookmark_value><bookmark_value>chart types;column and bar</bookmark_value>"
msgstr ""
-#: 05010200.xhp#hd_id3150449.1.help.text
-#, fuzzy
-msgid "<link href=\"text/schart/01/05010200.xhp\" name=\"Data Series\">Data Series</link>"
-msgstr "<link href=\"text/schart/01/05010100.xhp\" name=\"Data Point\">მონაცემთა წერტილი</link>"
+#. hUlL
+#: type_column_bar.xhp
+msgctxt ""
+"type_column_bar.xhp\n"
+"hd_id649433\n"
+"help.text"
+msgid "<variable id=\"type_column_bar\"><link href=\"text/schart/01/type_column_bar.xhp\">Chart Type Column and Bar</link></variable>"
+msgstr ""
-#: 05010200.xhp#par_id3145750.2.help.text
-msgid "Use this to change the properties of a selected data series. This dialog appears when one data series is selected when you choose <emph>Format - Format Selection</emph>. Some of the menu entries are only available for 2D or 3D charts."
+#. nCq0
+#: type_column_bar.xhp
+msgctxt ""
+"type_column_bar.xhp\n"
+"par_id3430585\n"
+"help.text"
+msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type."
msgstr ""
-#: 05010200.xhp#par_id3154015.4.help.text
-msgid "Any changes made here affect the entire data series. For example, if you change the color, all elements belonging to this data series will change color."
+#. =.(h
+#: type_column_bar.xhp
+msgctxt ""
+"type_column_bar.xhp\n"
+"hd_id9826960\n"
+"help.text"
+msgid "Column"
+msgstr "სვეტი"
+
+#. %=C9
+#: type_column_bar.xhp
+msgctxt ""
+"type_column_bar.xhp\n"
+"par_id2244026\n"
+"help.text"
+msgid "This type shows a bar chart or bar graph with vertical bars. The height of each bar is proportional to its value. The x axis shows categories. The y axis shows the value for each category."
msgstr ""
-#: 05010200.xhp#hd_id3146916.3.help.text
-#, fuzzy
-msgctxt "05010200.xhp#hd_id3146916.3.help.text"
-msgid "<link href=\"text/schart/01/04050000.xhp\" name=\"Y Error Bars\">Y Error Bars</link>"
-msgstr "<link href=\"text/schart/01/05060000.xhp\" name=\"Chart Wall\">დიაგრამული დაფა</link>"
+#. sI/!
+#: type_column_bar.xhp
+msgctxt ""
+"type_column_bar.xhp\n"
+"par_id1281167\n"
+"help.text"
+msgid "Normal - this subtype shows all data values belonging to a category next to each other. Main focus is on the individual absolute values, compared to every other value."
+msgstr ""
-#: 05020201.xhp#tit.help.text
-msgctxt "05020201.xhp#tit.help.text"
-msgid "Alignment"
+#. hrZB
+#: type_column_bar.xhp
+msgctxt ""
+"type_column_bar.xhp\n"
+"par_id3249000\n"
+"help.text"
+msgid "Stacked - this subtype shows the data values of each category on top of each other. Main focus is the overall category value and the individual contribution of each value within its category."
msgstr ""
-#: 05020201.xhp#hd_id3149656.1.help.text
-msgid "<link href=\"text/schart/01/05020201.xhp\" name=\"Alignment\">Alignment</link>"
-msgstr "<link href=\"text/schart/01/05020201.xhp\" name=\"Alignment\">გასწორება</link>"
+#. /y4g
+#: type_column_bar.xhp
+msgctxt ""
+"type_column_bar.xhp\n"
+"par_id6968901\n"
+"help.text"
+msgid "Percent - this subtype shows the relative percentage of each data value with regard to the total of its category. Main focus is the relative contribution of each value to the category's total."
+msgstr ""
-#: 05020201.xhp#par_id3156422.2.help.text
-msgid "Modifies the alignment of axes or title labels."
-msgstr "ღერზის წარწერის იარლიყსი გასწორების ცვლილები გაკეთება"
+#. S2E*
+#: type_column_bar.xhp
+msgctxt ""
+"type_column_bar.xhp\n"
+"par_id2224494\n"
+"help.text"
+msgid "You can enable a <link href=\"text/schart/01/three_d_view.xhp\">3D view</link> of the data values. The \"realistic\" scheme tries to give the best 3D look. The \"simple\" scheme tries to mimic the chart view of other Office products."
+msgstr ""
-#: 05020201.xhp#par_id3150439.76.help.text
-msgid "Some of the options listed here are not available for all labels. For example, there are different options for 2D and 3D object labels."
+#. p,uz
+#: type_column_bar.xhp
+msgctxt ""
+"type_column_bar.xhp\n"
+"par_id7359233\n"
+"help.text"
+msgid "For 3D charts, you can select the shape of each data value from Box, Cylinder, Cone, and Pyramid."
msgstr ""
-#: 05020201.xhp#hd_id3145750.71.help.text
-msgid "Show labels"
-msgstr "იარლიყის ჩვენება"
+#. ;L56
+#: type_column_bar.xhp
+msgctxt ""
+"type_column_bar.xhp\n"
+"hd_id955839\n"
+"help.text"
+msgid "Bar"
+msgstr ""
-#: 05020201.xhp#par_id3154319.72.help.text
-msgid "<ahelp hid=\"SCH:CHECKBOX:TP_AXIS_LABEL:CB_AXIS_LABEL_SCHOW_DESCR\">Specifies whether to show or hide the axis labels.</ahelp>"
-msgstr "<ahelp hid=\"SCH:CHECKBOX:TP_AXIS_LABEL:CB_AXIS_LABEL_SCHOW_DESCR\">განსაზღვრავს ღერძის იარლიყის აჩვენოს თუ არა.</ahelp>"
+#. RKx^
+#: type_column_bar.xhp
+msgctxt ""
+"type_column_bar.xhp\n"
+"par_id6596881\n"
+"help.text"
+msgid "This type shows a bar chart or bar graph with horizontal bars. The length of each bar is proportional to its value. The y axis shows categories. The x axis shows the value for each category."
+msgstr ""
-#: 05020201.xhp#par_id3147436.75.help.text
-msgid "<variable id=\"sytextbeschr\"><ahelp hid=\".uno:ToggleAxisDescr\">The<emph> AxesTitle On/Off </emph>icon on the <emph>Formatting</emph> bar switches the labeling of all axes on or off.</ahelp></variable>"
+#. %jjU
+#: type_column_bar.xhp
+msgctxt ""
+"type_column_bar.xhp\n"
+"par_id8750572\n"
+"help.text"
+msgid "The subtypes are the same as for the Column type."
msgstr ""
-#: 05020201.xhp#hd_id3150717.4.help.text
-msgid "Rotate text"
-msgstr "ტექსტის ბრუნვა"
+#. obq+
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Axes"
+msgstr "ღერძი"
-#: 05020201.xhp#par_id3154510.5.help.text
-msgid "<ahelp hid=\".uno:ToggleAxisDescr\">Defines the text direction of cell contents.</ahelp> Click one of the ABCD buttons to assign the required direction."
+#. h8[q
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"bm_id3147428\n"
+"help.text"
+msgid "<bookmark_value>axes; showing axes in charts</bookmark_value><bookmark_value>charts; showing axes</bookmark_value><bookmark_value>X axes; showing</bookmark_value><bookmark_value>Y axes; showing</bookmark_value><bookmark_value>Z axes; showing</bookmark_value><bookmark_value>axes; better scaling</bookmark_value><bookmark_value>secondary axes in charts</bookmark_value>"
msgstr ""
-#: 05020201.xhp#hd_id3150327.50.help.text
-msgid "ABCD wheel"
-msgstr "ABCD ბორბალი"
+#. hnl8
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"hd_id3147428\n"
+"1\n"
+"help.text"
+msgid "Axes"
+msgstr "ღერძი"
-#: 05020201.xhp#par_id3149018.49.help.text
-msgid "<ahelp hid=\"HID_SCH_ALIGNMENT_CTR_DIAL\">Clicking anywhere on the wheel defines the variable text orientation.</ahelp> The letters \"ABCD\" on the button correspond to the new setting."
+#. pF9K
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"par_id3150330\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"achsen\"><ahelp hid=\".uno:InsertMenuAxes\">Specifies the axes to be displayed in the chart.</ahelp></variable>"
msgstr ""
-#: 05020201.xhp#hd_id3154254.51.help.text
-msgid "ABCD button"
-msgstr "ქვედა ABCD "
+#. ZV]Y
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"hd_id3156385\n"
+"46\n"
+"help.text"
+msgid "Major axis"
+msgstr "მთავარი ღერძი"
-#: 05020201.xhp#par_id3154702.52.help.text
-msgid "<ahelp hid=\"HID_SCH_ALIGNMENT_STACKED\">Assigns vertical text orientation for cell contents.</ahelp>"
+#. [l@U
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"hd_id3146316\n"
+"5\n"
+"help.text"
+msgid "X axis"
msgstr ""
-#: 05020201.xhp#par_id3150342.53.help.text
-msgid "If you define a vertical x-axis label, the text may be cut off by the line of the x-axis."
+#. DtGR
+#: 04040000.xhp
+#, fuzzy
+msgctxt ""
+"04040000.xhp\n"
+"par_id3145230\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SCH_CHECKBOX_DLG_AXIS_CB_X_PRIMARY\">Displays the X axis as a line with subdivisions.</ahelp>"
+msgstr "<ahelp hid=\"SCH:CHECKBOX:DLG_AXIS:CB_Y_PRIMARY\"> Y ღერძის ჩვენებბა ქვეყანყოფი ხაზეით</ahelp>"
+
+#. m*wv
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"hd_id3147003\n"
+"17\n"
+"help.text"
+msgid "Y axis"
msgstr ""
-#: 05020201.xhp#hd_id3166432.54.help.text
-msgctxt "05020201.xhp#hd_id3166432.54.help.text"
-msgid "Degrees"
-msgstr "გრადუსი"
+#. s~Ee
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"par_id3154020\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:CHECKBOX:DLG_AXIS:CB_Y_PRIMARY\">Displays the Y axis as a line with subdivisions.</ahelp>"
+msgstr "<ahelp hid=\"SCH:CHECKBOX:DLG_AXIS:CB_Y_PRIMARY\"> Y ღერძის ჩვენებბა ქვეყანყოფი ხაზეით</ahelp>"
-#: 05020201.xhp#par_id3150199.55.help.text
-msgid "<ahelp hid=\"HID_SCH_ALIGNMENT_DEGREES\">Allows you to manually enter the orientation angle.</ahelp>"
+#. m.s$
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"hd_id3150345\n"
+"28\n"
+"help.text"
+msgid "Z axis"
msgstr ""
-#: 05020201.xhp#hd_id3152985.73.help.text
-msgid "Text flow"
-msgstr "ტქსტის ნაკადი"
+#. 43E)
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"par_id3155113\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:CHECKBOX:DLG_AXIS:CB_Z_PRIMARY\">Displays the Z axis as a line with subdivisions.</ahelp> This axis can only be displayed in 3D charts."
+msgstr "<ahelp hid=\"SCH:CHECKBOX:DLG_AXIS:CB_Z_PRIMARY\">Z ღერძის ჩვენება axis as a line with subdivisions.</ahelp> This axis can only be displayed in 3D charts."
-#: 05020201.xhp#par_id3155089.74.help.text
-msgid "Determines the text flow of the data label."
-msgstr "მონაცემთა იარლიყზე განსაზღვრავს ტექსტის ნაკადს"
+#. .\$H
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"hd_id3150206\n"
+"36\n"
+"help.text"
+msgid "Secondary axis"
+msgstr "მეორადი ღერძი"
-#: 05020201.xhp#hd_id3148837.57.help.text
-msgctxt "05020201.xhp#hd_id3148837.57.help.text"
-msgid "Overlap"
+#. 3A3a
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"par_id3166428\n"
+"37\n"
+"help.text"
+msgid "Use this area to assign a second axis to your chart. If a data series is already assigned to this axis, $[officename] automatically displays the axis and the label. You can turn off these settings later on. If no data has been assigned to this axis and you activate this area, the values of the primary Y axis are applied to the secondary axis."
msgstr ""
-#: 05020201.xhp#par_id3151240.58.help.text
-msgid "<ahelp hid=\"SCH:CHECKBOX:TP_AXIS_LABEL:CB_AXIS_LABEL_TEXTOVERLAP\">Specifies that the text in cells may overlap other cells.</ahelp> This can be especially useful if there is a lack of space. This option is not available with different title directions."
+#. UnYC
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"hd_id3152988\n"
+"44\n"
+"help.text"
+msgid "X axis"
msgstr ""
-#: 05020201.xhp#hd_id3157982.68.help.text
-msgid "Break"
-msgstr "შეწყვეტა"
-
-#: 05020201.xhp#par_id3155268.69.help.text
-msgid "<ahelp hid=\"SCH:CHECKBOX:TP_AXIS_LABEL:CB_AXIS_LABEL_TEXTBREAK\">Allows a text break.</ahelp>"
-msgstr "<ahelp hid=\"SCH:CHECKBOX:TP_AXIS_LABEL:CB_AXIS_LABEL_TEXTBREAK\">ტქსტის შეწყვეტის ნებართვა.</ahelp>"
+#. ryWJ
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"par_id3156445\n"
+"45\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:CHECKBOX:DLG_AXIS:CB_X_SECONDARY\">Displays a secondary X axis in the chart.</ahelp>"
+msgstr "<ahelp hid=\"SCH:CHECKBOX:DLG_AXIS:CB_X_SECONDARY\">მერორადი X ღერძის ჩვენება დიაგრამაზე.</ahelp>"
-#: 05020201.xhp#hd_id3159205.56.help.text
-msgid "The following options are not available for all chart types:"
-msgstr "ყველა ტიპის დიაგრამისათვის თვისებები არ არის მისაწვდომი"
+#. S{`~
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"hd_id3152896\n"
+"38\n"
+"help.text"
+msgid "Y axis"
+msgstr ""
-#: 05020201.xhp#hd_id3152872.59.help.text
-msgid "Order"
-msgstr "ბრძანება"
+#. UL_$
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"par_id3153818\n"
+"39\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:CHECKBOX:DLG_AXIS:CB_Y_SECONDARY\">Displays a secondary Y axis in the chart.</ahelp>"
+msgstr "<ahelp hid=\"SCH:CHECKBOX:DLG_AXIS:CB_Y_SECONDARY\">მეორადი Y ღერძის ჩვენება დიაგრამაზე.</ahelp>"
-#: 05020201.xhp#par_id3159230.11.help.text
-msgid "The options on this tab are only available for a 2D chart, under <emph>Format - Axis - Y Axis</emph> or <emph>X Axis</emph>. In this area, you can define the alignment of the number labels on the X or Y axis."
+#. i|]c
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"par_id3154762\n"
+"41\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:CHECKBOX:DLG_AXIS:CB_Y_SECONDARY\">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. </ahelp>"
msgstr ""
-#: 05020201.xhp#hd_id3146963.60.help.text
-msgid "Tile"
-msgstr "დაყოფა"
+#. @V#X
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"tit\n"
+"help.text"
+msgid "Chart Type Column and Line"
+msgstr ""
-#: 05020201.xhp#par_id3155758.61.help.text
-msgid "<ahelp hid=\"SCH:RADIOBUTTON:TP_AXIS_LABEL:RB_AXIS_LABEL_SIDEBYSIDE\">Arranges numbers on the axis side by side.</ahelp>"
+#. $NW8
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"bm_id5976744\n"
+"help.text"
+msgid "<bookmark_value>column and line charts</bookmark_value><bookmark_value>chart types;column and line</bookmark_value><bookmark_value>combination charts</bookmark_value>"
msgstr ""
-#: 05020201.xhp#hd_id3151195.62.help.text
-msgid "Stagger odd"
+#. A2k5
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"hd_id8596453\n"
+"help.text"
+msgid "<variable id=\"type_column_line\"><link href=\"text/schart/01/type_column_line.xhp\">Chart Type Column and Line</link></variable>"
msgstr ""
-#: 05020201.xhp#par_id3145114.63.help.text
-msgid "<ahelp hid=\"SCH:RADIOBUTTON:TP_AXIS_LABEL:RB_AXIS_LABEL_UPDOWN\">Staggers numbers on the axis, even numbers lower than odd numbers.</ahelp>"
+#. 7$DH
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id4818567\n"
+"help.text"
+msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type."
msgstr ""
-#: 05020201.xhp#hd_id3147250.64.help.text
-msgid "Stagger even"
+#. E:$=
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"hd_id2451551\n"
+"help.text"
+msgid "Column and Line"
msgstr ""
-#: 05020201.xhp#par_id3153958.65.help.text
-msgid "<ahelp hid=\"SCH:RADIOBUTTON:TP_AXIS_LABEL:RB_AXIS_LABEL_DOWNUP\">Stagger numbers on the axes, odd numbers lower than even numbers.</ahelp>"
+#. _:vj
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id3101901\n"
+"help.text"
+msgid "A Column and Line chart is a combination of a <link href=\"text/schart/01/type_column_bar.xhp\">Column chart</link> with a <link href=\"text/schart/01/type_line.xhp\">Line chart</link>."
msgstr ""
-#: 05020201.xhp#hd_id3147301.66.help.text
-msgctxt "05020201.xhp#hd_id3147301.66.help.text"
-msgid "Automatic"
+#. 3#7N
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id7910397\n"
+"help.text"
+msgid "Select one of the variants"
msgstr ""
-#: 05020201.xhp#par_id3147404.67.help.text
-msgid "<ahelp hid=\"SCH:RADIOBUTTON:TP_AXIS_LABEL:RB_AXIS_LABEL_AUTOORDER\">Automatically arranges numbers on the axis.</ahelp>"
+#. hkg8
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id5244300\n"
+"help.text"
+msgid "Columns and Lines. The rectangles of the column data series are drawn side by side so that you can easily compare their values."
msgstr ""
-#: 05020201.xhp#par_id3149353.70.help.text
-msgid "Problems may arise in displaying labels if the size of your chart is too small. You can avoid this by either enlarging the view or decreasing the font size."
+#. rqM#
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id7163609\n"
+"help.text"
+msgid "Stacked Columns and Lines. The rectangles of the column data series are drawn stacked above each other, so that the height of a column visualizes the sum of the data values."
msgstr ""
-#: 05020201.xhp#hd_id1106200812235146.help.text
-msgctxt "05020201.xhp#hd_id1106200812235146.help.text"
-msgid "Text Direction"
+#. d4Av
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id1842097\n"
+"help.text"
+msgid "You can insert a second y-axis with <link href=\"text/schart/01/04040000.xhp\">Insert - Axes</link> after you finish the wizard."
msgstr ""
-#: 05020201.xhp#par_id1106200812235271.help.text
-msgctxt "05020201.xhp#par_id1106200812235271.help.text"
-msgid "<ahelp hid=\".\">Specify the text direction for a paragraph that uses complex text layout (CTL). This feature is only available if complex text layout support is enabled.</ahelp>"
+#. tHhn
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"hd_id8297677\n"
+"help.text"
+msgid "To specify a data range"
msgstr ""
-#: three_d_view.xhp#tit.help.text
-msgid "3D View "
+#. p,#6
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id8871120\n"
+"help.text"
+msgid "The leftmost columns (or the top rows) of the selected data range provide the data that are shown as Columns objects. The other columns or rows of the data range provide the data for the Lines objects. You can change this assignment in the <emph>Data Series</emph> dialog."
msgstr ""
-#: three_d_view.xhp#bm_id3156423.help.text
-msgid "<bookmark_value>3D charts</bookmark_value> <bookmark_value>charts; 3D views</bookmark_value> <bookmark_value>illumination; 3D charts</bookmark_value>"
+#. ilcN
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id2952055\n"
+"help.text"
+msgid "Select the data range."
msgstr ""
-#: three_d_view.xhp#hd_id3464461.help.text
-msgid "<variable id=\"three_d_view\"><link href=\"text/schart/01/three_d_view.xhp\">3D View</link></variable>"
+#. PDGu
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id594500\n"
+"help.text"
+msgid "Click one of the options for data series in rows or in columns."
msgstr ""
-#: three_d_view.xhp#par_id6998809.help.text
-msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> or in the context menu of a chart you can choose a chart type. <ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to edit the properties of a three dimensional view for Column, Bar, Pie, and Area charts. For Line and XY (Scatter) charts you can see 3D lines.</ahelp>"
+#. 8UnR
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id1944944\n"
+"help.text"
+msgid "Check whether the data range has labels in the first row or in the first column or both."
msgstr ""
-#: three_d_view.xhp#par_id6942045.help.text
-msgid "The chart preview responds to the new settings that you enter in the dialog. "
+#. SH\\
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"hd_id6667683\n"
+"help.text"
+msgid "Organizing data series"
msgstr ""
-#: three_d_view.xhp#par_id3806878.help.text
-msgid "When you leave the dialog with OK, the settings are applied permanently. "
+#. #[X)
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id7616809\n"
+"help.text"
+msgid "In the Data Series list box you see a list of all data series in the current chart."
msgstr ""
-#: three_d_view.xhp#par_id130619.help.text
-msgid "When you leave the dialog with Cancel or Escape, the chart returns to the state when you opened the dialog."
+#. ZjK;
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id9770195\n"
+"help.text"
+msgid "The column data series are positioned at the top of the list, the line data series at the bottom of the list."
msgstr ""
-#: three_d_view.xhp#par_id8081911.help.text
-msgid "For a 3D chart you can choose <item type=\"menuitem\">Format - 3D View</item> to set perspective, appearance and illumination."
+#. 8)sf
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id1446272\n"
+"help.text"
+msgid "To organize the data series, select an entry in the list."
msgstr ""
-#: three_d_view.xhp#hd_id2924283.help.text
-msgid "Perspective"
+#. ~{ti
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id3779717\n"
+"help.text"
+msgid "Click Add to add another data series below the selected entry. The new data series has the same type as the selected entry."
msgstr ""
-#: three_d_view.xhp#par_id5781731.help.text
-msgid "Enter the values for rotation of the chart on the three axes and for a perspective view."
+#. \oVj
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id5056611\n"
+"help.text"
+msgid "Click Remove to remove the selected entry from the Data Series list."
msgstr ""
-#: three_d_view.xhp#par_id9999694.help.text
-msgid "Set all angles to 0 for a front view of the chart. Pie charts and donut charts are shown as circles."
+#. c`2h
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id7786492\n"
+"help.text"
+msgid "Use the Up and Down arrow buttons to move the selected entry in the list up or down. This way you can convert a Column data series to a List data series and back. This does not change the order in the data source table, but changes only the arrangement in the chart."
msgstr ""
-#: three_d_view.xhp#par_id2861720.help.text
-msgid "With Right-angled axes enabled, you can rotate the chart contents only in X and Y direction, that is, parallel to the chart borders."
+#. PB/g
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"hd_id265816\n"
+"help.text"
+msgid "Editing data series"
msgstr ""
-#: three_d_view.xhp#par_id2216559.help.text
-msgid "An x value of 90, with y and z set to 0, provides a view from top down to the chart. With x set to -90, you see the bottom of the chart."
+#. ;]*Q
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id6768700\n"
+"help.text"
+msgid "Click an entry in the list to view and edit the properties for that entry."
msgstr ""
-#: three_d_view.xhp#par_id7869502.help.text
-msgid "The rotations are applied in the order first x, then y, last z."
+#. L?(!
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id1924497\n"
+"help.text"
+msgid "In the Data Ranges list box you see the role names and cell ranges of the data series components."
msgstr ""
-#: three_d_view.xhp#par_id9852900.help.text
-msgid "When shading is enabled and you rotate a chart, the lights are rotated as if they are fixed to the chart."
+#. D/?s
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id5081942\n"
+"help.text"
+msgid "Click an entry, then edit the contents in the text box below."
msgstr ""
-#: three_d_view.xhp#par_id2578203.help.text
-msgid "The rotation axes always relate to the page, not to the chart's axes. This is different from some other chart programs."
+#. DT^+
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id2958464\n"
+"help.text"
+msgid "The label next to the text box states the currently selected role."
msgstr ""
-#: three_d_view.xhp#par_id4923245.help.text
-msgid "Select the Perspective check box to view the chart in central perspective as through a camera lens instead of using a parallel projection. "
+#. j5rG
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id883816\n"
+"help.text"
+msgid "Enter the range or click <emph>Select data range</emph> to minimize the dialog and select the range with the mouse."
msgstr ""
-#: three_d_view.xhp#par_id3416547.help.text
-msgid "Set the focus length with the spin button. 100% gives a perspective view where a far edge in the chart looks approximately half as big as a near edge."
+#. Q-qg
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id5091708\n"
+"help.text"
+msgid "The range for a data role, like Y-Values, must not include a label cell."
msgstr ""
-#: three_d_view.xhp#par_id3791924.help.text
-msgid "Older versions of %PRODUCTNAME cannot display the percentage of perspective the same way as the current version."
+#. t/i.
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"hd_id974456\n"
+"help.text"
+msgid "Editing categories or data labels"
msgstr ""
-#: three_d_view.xhp#par_id7623828.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">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.</ahelp>"
+#. 62-V
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id2767113\n"
+"help.text"
+msgid "Enter or select a cell range that will be used as text for categories or data labels."
msgstr ""
-#: three_d_view.xhp#par_id4721823.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the rotation of the chart on the x axis. The preview responds to the new settings.</ahelp>"
+#. /$`d
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id301828\n"
+"help.text"
+msgid "The values in the Categories range will be shown as labels on the x axis."
msgstr ""
-#: three_d_view.xhp#par_id5806756.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the rotation of the chart on the y axis. The preview responds to the new settings.</ahelp>"
+#. s48U
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"hd_id8996246\n"
+"help.text"
+msgid "Inserting chart elements"
msgstr ""
-#: three_d_view.xhp#par_id8915372.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the rotation of the chart on the z axis. The preview responds to the new settings.</ahelp>"
+#. 4RrX
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id5729544\n"
+"help.text"
+msgid "Use the Chart Elements page of the Chart Wizard to insert any of the following elements:"
msgstr ""
-#: three_d_view.xhp#par_id6070436.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">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.</ahelp>"
+#. jeBY
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id2932828\n"
+"help.text"
+msgid "Chart titles"
msgstr ""
-#: three_d_view.xhp#hd_id7564012.help.text
-msgid "Appearance"
-msgstr "იერსახე"
+#. pc;f
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id9449446\n"
+"help.text"
+msgid "Legend"
+msgstr "ლეგენდა"
-#: three_d_view.xhp#par_id1186254.help.text
-msgid "Select a scheme from the list box."
+#. %3r}
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id8122196\n"
+"help.text"
+msgid "Visible grid lines"
msgstr ""
-#: three_d_view.xhp#par_id7432477.help.text
-msgid "By selecting a scheme, the check boxes and the light sources are set accordingly."
+#. 3G#Q
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id9909665\n"
+"help.text"
+msgid "For additional elements use the Insert menu of the chart in edit mode. There you can define the following elements:"
msgstr ""
-#: three_d_view.xhp#par_id7141026.help.text
-msgid "If you mark or unmark a combination of check boxes that is not given by the Realistic or Simple scheme, you create a Custom scheme."
+#. t89D
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id9141819\n"
+"help.text"
+msgid "Secondary axes"
+msgstr "მეორადი ღერძი"
+
+#. l|.s
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id6354869\n"
+"help.text"
+msgid "Minor grids"
msgstr ""
-#: three_d_view.xhp#par_id1579027.help.text
-msgid "Mark <emph>Shading</emph> to use the Gouraud method for rendering the surface, otherwise a flat method is used. "
+#. [`0f
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id2685323\n"
+"help.text"
+msgid "Data labels"
msgstr ""
-#: three_d_view.xhp#par_id5624561.help.text
-msgid "The flat method sets a single color and brightness for each polygon. The edges are visible, soft gradients and spot lights are not possible. "
+#. Bt%V
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id6042664\n"
+"help.text"
+msgid "Statistics, for example mean values, y error bars and trend lines"
msgstr ""
-#: three_d_view.xhp#par_id5901058.help.text
-msgid "The Gouraud method applies gradients for a smoother, more realistic look."
+#. 7,A9
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id7889950\n"
+"help.text"
+msgid "To set different data labels for each data series, use the properties dialog of the data series."
msgstr ""
-#: three_d_view.xhp#par_id8469191.help.text
-msgid "Mark <emph>Object Borders</emph> to draw lines along the edges."
+#. _aHd
+#: type_net.xhp
+msgctxt ""
+"type_net.xhp\n"
+"tit\n"
+"help.text"
+msgid "Chart Type Net"
msgstr ""
-#: three_d_view.xhp#par_id4407483.help.text
-msgid "Mark <emph>Rounded Edges</emph> to smooth the edges of box shapes."
+#. lkCf
+#: type_net.xhp
+msgctxt ""
+"type_net.xhp\n"
+"bm_id2193975\n"
+"help.text"
+msgid "<bookmark_value>net charts</bookmark_value><bookmark_value>chart types;net</bookmark_value><bookmark_value>radar charts, see net charts</bookmark_value>"
msgstr ""
-#: three_d_view.xhp#par_id8531449.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a scheme from the list box, or click any of the check boxes below.</ahelp>"
+#. Q*Mf
+#: type_net.xhp
+msgctxt ""
+"type_net.xhp\n"
+"hd_id1990722\n"
+"help.text"
+msgid "<variable id=\"type_net\"><link href=\"text/schart/01/type_net.xhp\">Chart Type Net</link></variable>"
msgstr ""
-#: three_d_view.xhp#par_id9183935.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Applies Gouraud shading if marked, or flat shading if unmarked.</ahelp>"
+#. 0o#D
+#: type_net.xhp
+msgctxt ""
+"type_net.xhp\n"
+"par_id40589\n"
+"help.text"
+msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type."
msgstr ""
-#: three_d_view.xhp#par_id946684.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Shows borders around the areas by setting the line style to Solid.</ahelp>"
+#. eW.f
+#: type_net.xhp
+msgctxt ""
+"type_net.xhp\n"
+"hd_id1391338\n"
+"help.text"
+msgid "Net"
+msgstr "ქსელი"
+
+#. f,1f
+#: type_net.xhp
+msgctxt ""
+"type_net.xhp\n"
+"par_id7812433\n"
+"help.text"
+msgid "A Net chart displays data values as points connected by some lines, in a grid net that resembles a spider net or a radar tube display."
msgstr ""
-#: three_d_view.xhp#par_id9607226.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Edges are rounded by 5%.</ahelp>"
+#. jhGf
+#: type_net.xhp
+msgctxt ""
+"type_net.xhp\n"
+"par_id3512375\n"
+"help.text"
+msgid "For each row of chart data, a radial is shown on which the data is plotted. All data values are shown with the same scale, so all data values should have about the same magnitude."
msgstr ""
-#: three_d_view.xhp#hd_id1939451.help.text
-msgid "Illumination"
+#. e7df
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data Labels"
msgstr ""
-#: three_d_view.xhp#par_id9038972.help.text
-msgid "Set the light sources for the 3D view."
+#. hL-*
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"bm_id3150275\n"
+"help.text"
+msgid "<bookmark_value>data labels in charts</bookmark_value> <bookmark_value>labels; for charts</bookmark_value> <bookmark_value>charts; data labels</bookmark_value> <bookmark_value>data values in charts</bookmark_value> <bookmark_value>chart legends; showing icons with labels</bookmark_value>"
+msgstr "<bookmark_value>დიაგრამებში მონაცემთა წარწერები</bookmark_value><bookmark_value>წარწერები; დიაგრამებისთვის</bookmark_value><bookmark_value>დიაგრამები; მონაცემთა წარწერები</bookmark_value><bookmark_value>დიაგრამაში მონაცემთა მნიშვნელობა</bookmark_value><bookmark_value>დიაგრამის ლეგენდა; ხატულაკებს აჩვენებს იარლიყით</bookmark_value>"
+
+#. -q2^
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"hd_id3150275\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"datenbeschriftung\"><link href=\"text/schart/01/04030000.xhp\" name=\"Data labels\">Data Labels</link></variable>"
+msgstr "<variable id=\"datenbeschriftung\"><link href=\"text/schart/01/04030000.xhp\" name=\"Data labels\">მონაცემთა იარლიყი</link></variable>"
+
+#. hS?#
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id3154684\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"besch\"><ahelp hid=\".uno:InsertMenuDataLabels\">Opens the<emph> Data Labels </emph>dialog, which enables you to set the data labels.</ahelp></variable>"
msgstr ""
-#: three_d_view.xhp#par_id6531266.help.text
-msgid "Click any of the eight buttons to switch a directed light source on or off."
+#. d4qu
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id0810200912120416\n"
+"help.text"
+msgid "If an element of a data series is selected, this command works on that data series only. If no element is selected, this command works on all data series."
msgstr ""
-#: three_d_view.xhp#par_id6173894.help.text
-msgid "By default, the second light source is switched on. It is the first of seven \"normal\", uniform light sources. The light source number one projects a specular light with highlights."
+#. ;wSW
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"hd_id3149401\n"
+"17\n"
+"help.text"
+msgid "Show value as number"
msgstr ""
-#: three_d_view.xhp#par_id2761314.help.text
-msgid "For the selected light source, you can then choose a color and intensity in the list box just below the eight buttons. The brightness values of all lights are added, so use dark colors when you enable multiple lights."
+#. {?mi
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id3150751\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SCH_RADIOBUTTON_DLG_DATA_DESCR_RB_NUMBER\">Displays the absolute values of the data points.</ahelp>"
+msgstr "<ahelp hid=\"SCH_RADIOBUTTON_DLG_DATA_DESCR_RB_NUMBER\">აჩვენებს data pointeb-ის აბსოლუტურ მნიშვნელობებს.</ahelp>"
+
+#. o^9N
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"hd_id5077059\n"
+"help.text"
+msgid "Number format"
+msgstr "რიცხვის ფორმატი"
+
+#. c}8(
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id9794610\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a dialog to select the number format.</ahelp>"
msgstr ""
-#: three_d_view.xhp#par_id3912778.help.text
-msgid "The small preview inside this tab page has two sliders to set the vertical and horizontal position of the selected light source. The light source always aims to the middle of the object."
+#. XcV?
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"hd_id3145643\n"
+"9\n"
+"help.text"
+msgid "Show value as percentage"
msgstr ""
-#: three_d_view.xhp#par_id3163853.help.text
-msgid "The button in the corner of the small preview switches the internal illumination model between a sphere and a cube."
+#. fwx$
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id3156382\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SCH_RADIOBUTTON_DLG_DATA_DESCR_RB_PERCENT\">Displays the percentage of the data points in each column.</ahelp>"
+msgstr "<ahelp hid=\"SCH_RADIOBUTTON_DLG_DATA_DESCR_RB_PERCENT\">აჩვენებს data pointeb-ის პროცენტს სათითაო სვეტში.</ahelp>"
+
+#. iz93
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"hd_id1316873\n"
+"help.text"
+msgid "Percentage format"
msgstr ""
-#: three_d_view.xhp#par_id121158.help.text
-msgid "Use the Ambient light list box to define the ambient light which shines with a uniform intensity from all directions."
+#. s@#[
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id5476241\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a dialog to select the percentage format.</ahelp>"
msgstr ""
-#: three_d_view.xhp#par_id2423780.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Drag the right slider to set the vertical height and direction of the selected light source.</ahelp>"
+#. G/{e
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"hd_id3145228\n"
+"11\n"
+"help.text"
+msgid "Show category"
msgstr ""
-#: three_d_view.xhp#par_id2569658.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Drag the bottom slider to set the horizontal position and direction of the selected light source.</ahelp>"
+#. E3c$
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id3154702\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SCH_CHECKBOX_TP_DATA_DESCR_CB_TEXT\">Shows the data point text labels.</ahelp>"
+msgstr "<ahelp hid=\"SCH_CHECKBOX_TP_DATA_DESCR_CB_TEXT\">data point-ის ჭდე ტექსტის ნახვა.</ahelp>"
+
+#. [K3M
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"hd_id3150298\n"
+"15\n"
+"help.text"
+msgid "Show legend key"
msgstr ""
-#: three_d_view.xhp#par_id6394238.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to switch between an illumination model of a sphere or a cube.</ahelp>"
+#. Gmi.
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id3150205\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SCH_CHECKBOX_TP_DATA_DESCR_CB_SYMBOL\">Displays the legend icons next to each data point label.</ahelp>"
+msgstr "<ahelp hid=\"SCH_CHECKBOX_TP_DATA_DESCR_CB_SYMBOL\">მომდევნო თითოული data point-ის ჭდის შემდეგ ლეგენდა ხატულაკის ჩვენება .</ahelp>"
+
+#. h-Tk
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"hd_id3836787\n"
+"help.text"
+msgid "Separator"
msgstr ""
-#: three_d_view.xhp#par_id533768.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to enable or disable the specular light source with highlights.</ahelp>"
+#. bD6?
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id6668904\n"
+"help.text"
+msgid "<ahelp hid=\".\">Selects the separator between multiple text strings for the same object.</ahelp>"
msgstr ""
-#: three_d_view.xhp#par_id7214270.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to enable or disable the uniform light source.</ahelp>"
+#. xd_4
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"hd_id4319284\n"
+"help.text"
+msgid "Placement"
msgstr ""
-#: three_d_view.xhp#par_id2186346.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a color for the selected light source.</ahelp>"
+#. iZ@%
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id5159459\n"
+"help.text"
+msgid "<ahelp hid=\".\">Selects the placement of data labels relative to the objects.</ahelp>"
msgstr ""
-#: three_d_view.xhp#par_id1331217.help.text
-msgctxt "three_d_view.xhp#par_id1331217.help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a color using the color dialog.</ahelp>"
+#. ,*%O
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"hd_id1106200812280727\n"
+"help.text"
+msgid "Text Direction"
msgstr ""
-#: three_d_view.xhp#par_id393993.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a color for the ambient light.</ahelp>"
+#. K`JO
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id1106200812280719\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the text direction for a paragraph that uses complex text layout (CTL). This feature is only available if complex text layout support is enabled.</ahelp>"
msgstr ""
-#: three_d_view.xhp#par_id5871761.help.text
-msgctxt "three_d_view.xhp#par_id5871761.help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a color using the color dialog.</ahelp>"
+#. Tl]5
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"hd_id1007200901590713\n"
+"help.text"
+msgid "Rotate Text"
+msgstr "ტექსტის ბრუნვა"
+
+#. h0hB
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id1007200901590752\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click in the dial to set the text orientation for the data labels.</ahelp>"
msgstr ""
-#: 05030000.xhp#tit.help.text
-msgctxt "05030000.xhp#tit.help.text"
-msgid "Legend"
-msgstr "ლეგენდა"
+#. IU/{
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id1007200901590757\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the counterclockwise rotation angle for the data labels.</ahelp>"
+msgstr ""
-#: 05030000.xhp#hd_id3145800.1.help.text
-msgctxt "05030000.xhp#hd_id3145800.1.help.text"
-msgid "Legend"
-msgstr "ლეგენდა"
+#. Sn)Q
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Trend Lines"
+msgstr ""
-#: 05030000.xhp#par_id3146972.2.help.text
-msgid "<variable id=\"legende\"><ahelp hid=\".uno:Legend\">Defines the border, area and character attributes for a legend.</ahelp></variable>"
+#. 3VD)
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"bm_id1744743\n"
+"help.text"
+msgid "<bookmark_value>calculating;regression curves</bookmark_value> <bookmark_value>regression curves in charts</bookmark_value> <bookmark_value>trend lines in charts</bookmark_value> <bookmark_value>mean value lines in charts</bookmark_value>"
msgstr ""
-#: 05030000.xhp#hd_id3145232.4.help.text
+#. iB[+
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"hd_id5409405\n"
+"help.text"
+msgid "<variable id=\"regression\"><link href=\"text/schart/01/04050100.xhp\">Trend Lines</link></variable>"
+msgstr ""
+
+#. =1x2
+#: 04050100.xhp
#, fuzzy
-msgctxt "05030000.xhp#hd_id3145232.4.help.text"
-msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>"
-msgstr "<link href=\"text/schart/01/05080000.xhp\" name=\"Chart Area\">დიაგრამის არე</link>"
+msgctxt ""
+"04050100.xhp\n"
+"par_id7272255\n"
+"help.text"
+msgid "<variable id=\"trendlinestext\"><ahelp hid=\".\">Trend lines can be added to all 2D chart types except for Pie and Stock charts.</ahelp></variable>"
+msgstr "<variable id=\"tabelleverschiebenkopierentext\"><ahelp hid=\".uno:Move\">Moves or copies a sheet to a new location in the document or to a different document.</ahelp></variable>"
-#: 05030000.xhp#hd_id3147344.3.help.text
-msgid "<link href=\"text/schart/01/04020000.xhp\" name=\"Display\">Display</link>"
-msgstr "<link href=\"text/schart/01/04020000.xhp\" name=\"Display\">ჩვენება</link>"
+#. @XPs
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id143436\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">No trend line is shown.</ahelp>"
+msgstr ""
-#: 05040201.xhp#tit.help.text
-msgctxt "05040201.xhp#tit.help.text"
-msgid "Scale"
+#. C]Sh
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id5716727\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">A linear trend line is shown.</ahelp>"
msgstr ""
-#: 05040201.xhp#bm_id3150868.help.text
-msgid "<bookmark_value>scaling; axes</bookmark_value><bookmark_value>logarithmic scaling along axes</bookmark_value><bookmark_value>charts;scaling axes</bookmark_value><bookmark_value>X axes;scaling</bookmark_value><bookmark_value>Y axes; scaling</bookmark_value>"
+#. f]Y:
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id5840021\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">A logarithmic trend line is shown.</ahelp>"
msgstr ""
-#: 05040201.xhp#hd_id3150868.1.help.text
-msgid "<link href=\"text/schart/01/05040201.xhp\" name=\"Scale\">Scale</link>"
-msgstr "<link href=\"text/schart/01/05040201.xhp\" name=\"Scaling\">მაშტაბირება</link>"
+#. .M-L
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id9417096\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">An exponential trend line is shown.</ahelp>"
+msgstr ""
-#: 05040201.xhp#par_id3154013.2.help.text
-msgid "Controls the scaling of the X or Y axis."
+#. a?4s
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id8482924\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">A power trend line is shown.</ahelp>"
msgstr ""
-#: 05040201.xhp#par_id3148576.79.help.text
-msgid "The axes are automatically scaled by $[officename] so that all values are optimally displayed."
+#. RCX$
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id8962370\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Shows the trend line equation next to the trend line.</ahelp>"
msgstr ""
-#: 05040201.xhp#par_id3149379.3.help.text
-msgid "To achieve specific results, you can manually change the axis scaling. For example, you can display only the top areas of the columns by shifting the zero line upwards."
+#. 2@q8
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id6889858\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Shows the coefficient of determination next to the trend line.</ahelp>"
msgstr ""
-#: 05040201.xhp#hd_id3154730.4.help.text
-msgctxt "05040201.xhp#hd_id3154730.4.help.text"
-msgid "Scale"
+#. UOr:
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id8398998\n"
+"help.text"
+msgid "If you insert a trend line to a chart type that uses categories, like <emph>Line </emph>or <emph>Column, </emph>then the numbers 1, 2, 3, <emph>…</emph> are used as x-values to calculate the trend line."
msgstr ""
-#: 05040201.xhp#par_id3149400.5.help.text
-msgid "You can enter values for subdividing axes in this area. You can automatically set the properties <emph>Minimum, Maximum, Major interval, Minor interval count</emph> and <emph>Reference value</emph>."
+#. PNoa
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id5676747\n"
+"help.text"
+msgid "To insert trend lines for all data series, double-click the chart to enter edit mode. Choose <item type=\"menuitem\">Insert - Trend Lines</item>, then select the type of trend line from None, Linear, Logarithmic, Exponential, or Power trend line."
msgstr ""
-#: 05040201.xhp#hd_id3150751.6.help.text
-msgid "Minimum"
-msgstr "მინიმუმი"
+#. kw}t
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id4349192\n"
+"help.text"
+msgid "To insert a trend line for a single data series, select the data series in the chart, right-click to open the context menu, and choose <item type=\"menuitem\">Insert - Trend Line</item>."
+msgstr ""
-#: 05040201.xhp#par_id3153713.7.help.text
-msgid "<ahelp hid=\"SCH_SPINFIELD_TP_SCALE_EDT_MIN\">Defines the minimum value for the beginning of the axis.</ahelp>"
+#. 0T5~
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id9337443\n"
+"help.text"
+msgid "To delete a single trend line or mean value line, click the line, then press the Del key."
msgstr ""
-#: 05040201.xhp#hd_id3156385.8.help.text
-msgid "Maximum"
-msgstr "მაქსიმუმი"
+#. *Y+B
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id4529251\n"
+"help.text"
+msgid "To delete all trend lines, choose <item type=\"menuitem\">Insert - Trend Lines</item>, then select <emph>None</emph>."
+msgstr ""
-#: 05040201.xhp#par_id3159266.9.help.text
-msgid "<ahelp hid=\"SCH_SPINFIELD_TP_SCALE_EDT_MAX\">Defines the maximum value for the end of the axis.</ahelp>"
+#. R-jd
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id296334\n"
+"help.text"
+msgid "A trend line is shown in the legend automatically."
msgstr ""
-#: 05040201.xhp#hd_id3155336.10.help.text
-msgid "Major interval"
-msgstr "ძირითადი ინტერვალი"
+#. SJCb
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id4072084\n"
+"help.text"
+msgid "<ahelp hid=\".\">Mean Value Lines are special trend lines that show the mean value. Use <item type=\"menuitem\">Insert - Mean Value Lines</item> to insert mean value lines for data series.</ahelp>"
+msgstr ""
-#: 05040201.xhp#par_id3143218.11.help.text
-msgid "<ahelp hid=\"SCH_SPINFIELD_TP_SCALE_EDT_STEP_MAIN\">Defines the interval for the main division of the axes.</ahelp> The main interval cannot be larger than the value area."
+#. GEkg
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id9569689\n"
+"help.text"
+msgid "The trend line has the same color as the corresponding data series. To change the line properties, select the trend line and choose <item type=\"menuitem\">Format - Format Selection - Line</item>."
msgstr ""
-#: 05040201.xhp#hd_id3154020.12.help.text
-msgid "Minor interval count"
-msgstr "არაძირთადი ინტერვალის სანიშნე"
+#. 0#qK
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id846888\n"
+"help.text"
+msgid "<ahelp hid=\".\">To show the trend line equation, select the trend line in the chart, right-click to open the context menu, and choose <emph>Insert Trend Line Equation</emph>.</ahelp>"
+msgstr ""
-#: 05040201.xhp#par_id3154656.13.help.text
-msgid "<ahelp hid=\"SCH_SPINFIELD_TP_SCALE_EDT_STEP_HELP\">Defines the interval for the subdivision of the axes.</ahelp>"
+#. yvJ.
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id8962065\n"
+"help.text"
+msgid "When the chart is in edit mode, %PRODUCTNAME gives you the equation of the trend line and the coefficient of determination R². Click on the trend line to see the information in the status bar."
msgstr ""
-#: 05040201.xhp#hd_id3150089.14.help.text
-msgid "Reference value"
+#. [CeX
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id1328470\n"
+"help.text"
+msgid "For a category chart (for example a line chart), the trend line information is calculated using numbers 1, 2, 3, … as x-values. This is also true if your data series uses other numbers as names for the x-values. For such charts the XY chart type might be more suitable."
msgstr ""
-#: 05040201.xhp#par_id3152990.15.help.text
-msgid "<ahelp hid=\"SCH_SPINFIELD_TP_SCALE_EDT_ORIGIN\">Specifies at which position to display the values along the axis.</ahelp>"
+#. 07G#
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id8092593\n"
+"help.text"
+msgid "To show the equation and the coefficient of determination, select the trend line and choose <item type=\"menuitem\">Format - Format Selection - Equation</item>."
msgstr ""
-#: 05040201.xhp#hd_id3166432.62.help.text
-msgctxt "05040201.xhp#hd_id3166432.62.help.text"
-msgid "Automatic"
+#. DWVI
+#: 04050100.xhp
+#, fuzzy
+msgctxt ""
+"04050100.xhp\n"
+"par_id7971434\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enable Show equation to see the equation of the trend line.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+
+#. ;}_2
+#: 04050100.xhp
+#, fuzzy
+msgctxt ""
+"04050100.xhp\n"
+"par_id558793\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enable Show Coefficient of Determination to see the determination coefficient of the trend line.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">მომართავს კურსორს მონიშნული ტიპის შემდეგ ობიექტზე.</ahelp>"
+
+#. rwWQ
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id7735221\n"
+"help.text"
+msgid "You can also calculate the parameters using Calc functions as follows."
msgstr ""
-#: 05040201.xhp#par_id3145389.63.help.text
-msgid "<ahelp hid=\"SCH:CHECKBOX:TP_SCALE:CBX_AUTO_ORIGIN\">You must first deselect the <emph>Automatic</emph> option in order to modify the values.</ahelp>"
+#. 4=KA
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"hd_id5744193\n"
+"help.text"
+msgid "The linear regression equation"
msgstr ""
-#: 05040201.xhp#par_id3149129.64.help.text
-msgid "Disable this feature if you are working with \"fixed\" values, as it does not permit automatic scaling."
+#. 4aL+
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id9251991\n"
+"help.text"
+msgid "The <emph>linear regression</emph> follows the equation <item type=\"literal\">y=m*x+b</item>."
msgstr ""
-#: 05040201.xhp#hd_id3159206.16.help.text
-msgid "Logarithmic scale"
-msgstr "ლოგარითმული მაშტაბი"
+#. wH6^
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id7951902\n"
+"help.text"
+msgid "m = SLOPE(Data_Y;Data_X)"
+msgstr ""
-#: 05040201.xhp#par_id3145360.17.help.text
-msgid "<ahelp hid=\"SCH:CHECKBOX:TP_SCALE:CBX_LOGARITHM\">Specifies that you want the axis to be subdivided logarithmically.</ahelp>"
+#. !oHM
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id6637165\n"
+"help.text"
+msgid "b = INTERCEPT(Data_Y ;Data_X)"
msgstr ""
-#: 05040201.xhp#par_id3153956.61.help.text
-msgid "Use this feature if you are working with values that differ sharply from each other. You can use logarithmic scaling to make the grid lines of the axis equidistant but have values that may increase or decrease."
+#. jK;u
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id7879268\n"
+"help.text"
+msgid "Calculate the coefficient of determination by"
msgstr ""
-#: 05040201.xhp#hd_id9941404.help.text
-msgid "Reverse direction"
+#. KwC4
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id9244361\n"
+"help.text"
+msgid "r² = RSQ(Data_Y;Data_X)"
msgstr ""
-#: 05040201.xhp#par_id5581835.help.text
-msgid "<ahelp hid=\".\">Defines where the lower and where the higher values are displayed at the axis. The unchecked state is the mathematical direction.</ahelp> That means for Cartesian coordinate systems that the x-axis shows the lower values on the left and the y-axis shows the lower values at the bottom. For polar coordinate systems the mathematical angle axis direction is counterclockwise and the radial axis is from inner to outer."
+#. 2?tS
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id2083498\n"
+"help.text"
+msgid "Besides m, b and r² the array function <emph>LINEST</emph> provides additional statistics for a regression analysis."
msgstr ""
-#: 05040201.xhp#hd_id922204.help.text
-msgid "Type"
-msgstr "ტიპი"
+#. yZSg
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"hd_id2538834\n"
+"help.text"
+msgid "The logarithm regression equation"
+msgstr ""
-#: 05040201.xhp#par_id59225.help.text
-msgid "<ahelp hid=\".\">For some types of axes, you can select to format an axis as text or date, or to detect the type automatically.</ahelp> For the axis type \"Date\" you can set the following options."
+#. o\AJ
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id394299\n"
+"help.text"
+msgid "The <emph>logarithm regression</emph> follows the equation <item type=\"literal\">y=a*ln(x)+b</item>."
msgstr ""
-#: 05040201.xhp#par_id1159225.help.text
-msgid "Minimum and maximum value to be shown on the ends of the scale."
+#. i]hC
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id2134159\n"
+"help.text"
+msgid "a = SLOPE(Data_Y;LN(Data_X))"
msgstr ""
-#: 05040201.xhp#par_id2259225.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\">Resolution can be set to show days, months, or years as interval steps.</ahelp>"
-msgstr "<ahelp hid=\".\">კრძალავს ძიებას ერთ მონაცემთა ველზე. </ahelp>"
+#. z@9e
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id5946531\n"
+"help.text"
+msgid "b = INTERCEPT(Data_Y ;LN(Data_X))"
+msgstr ""
-#: 05040201.xhp#par_id3359225.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\">Major interval can be set to show a certain number of days, months, or years.</ahelp>"
-msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
+#. :([3
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id5649281\n"
+"help.text"
+msgid "r² = RSQ(Data_Y;LN(Data_X))"
+msgstr ""
-#: 05040201.xhp#par_id4459225.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\">Minor interval can be set to show a certain number of days, months, or years.</ahelp>"
-msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
+#. a)EZ
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"hd_id7874080\n"
+"help.text"
+msgid "The exponential regression equation"
+msgstr ""
-#: 05020000.xhp#tit.help.text
-msgctxt "05020000.xhp#tit.help.text"
-msgid "Title"
-msgstr "დაყოფა"
+#. PMcD
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id4679097\n"
+"help.text"
+msgid "For exponential trend lines a transformation to a linear model takes place. The optimal curve fitting is related to the linear model and the results are interpreted accordingly."
+msgstr ""
-#: 05020000.xhp#bm_id3150791.help.text
-msgid "<bookmark_value>titles; formatting charts</bookmark_value><bookmark_value>formatting; chart titles</bookmark_value>"
-msgstr "<bookmark_value>სათაური; დიაგრამის ფორმატირება</bookmark_value><bookmark_value>ფორმატირება; დიაგრამის სათაური</bookmark_value>"
+#. :GJE
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id9112216\n"
+"help.text"
+msgid "The exponential regression follows the equation <item type=\"literal\">y=b*exp(a*x)</item> or <item type=\"literal\">y=b*m^x</item>, which is transformed to <item type=\"literal\">ln(y)=ln(b)+a*x</item> or <item type=\"literal\">ln(y)=ln(b)+ln(m)*x</item> respectively."
+msgstr ""
-#: 05020000.xhp#hd_id3150791.1.help.text
-msgid "<link href=\"text/schart/01/05020000.xhp\" name=\"Title\">Title</link>"
-msgstr "<link href=\"text/schart/01/05020000.xhp\" name=\"Title\">სათაური</link>"
+#. 9W.r
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id4416638\n"
+"help.text"
+msgid "a = SLOPE(LN(Data_Y);Data_X)"
+msgstr ""
-#: 05020000.xhp#par_id3125863.2.help.text
-msgid "The<emph> Title </emph>menu command opens a submenu for editing the properties of the titles in the chart."
+#. m{VK
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id1039155\n"
+"help.text"
+msgid "The variables for the second variation are calculated as follows:"
msgstr ""
-#: 05020000.xhp#hd_id3155414.3.help.text
-msgid "<link href=\"text/schart/01/05020100.xhp\" name=\"Main title\">Main title</link>"
-msgstr "<link href=\"text/schart/01/05020100.xhp\" name=\"Main title\">მთავარი სათაური</link>"
+#. hIOl
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id7184057\n"
+"help.text"
+msgid "m = EXP(SLOPE(LN(Data_Y);Data_X))"
+msgstr ""
-#: 05020000.xhp#hd_id3156441.4.help.text
-msgid "<link href=\"text/schart/01/05020100.xhp\" name=\"Subtitle\">Subtitle</link>"
-msgstr "<link href=\"text/schart/01/05020100.xhp\" name=\"Subtitle\">ქვესათაური</link>"
+#. $lEu
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id786767\n"
+"help.text"
+msgid "b = EXP(INTERCEPT(LN(Data_Y);Data_X))"
+msgstr ""
-#: 05020000.xhp#hd_id3151073.5.help.text
-msgid "<link href=\"text/schart/01/05020100.xhp\" name=\"X-axis title\">X-axis title</link>"
-msgstr "<link href=\"text/schart/01/05020100.xhp\" name=\"X-axis title\">X-ღერძის სათაური</link>"
+#. }6^G
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id7127292\n"
+"help.text"
+msgid "Calculate the coefficient of determination by"
+msgstr ""
-#: 05020000.xhp#hd_id3154732.6.help.text
-msgid "<link href=\"text/schart/01/05020200.xhp\" name=\"Y-axis title\">Y-axis title</link>"
-msgstr "<link href=\"text/schart/01/05020200.xhp\" name=\"Y-axis title\">Y-ღერძის სათაური</link>"
+#. =72\
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id5437177\n"
+"help.text"
+msgid "r² = RSQ(LN(Data_Y);Data_X)"
+msgstr ""
-#: 05020000.xhp#hd_id3154017.7.help.text
-msgid "<link href=\"text/schart/01/05020100.xhp\" name=\"Z-axis title\">Z-axis title</link>"
-msgstr "<link href=\"text/schart/01/05020100.xhp\" name=\"Z-axis title\">Z-ღერძის სათაური</link>"
+#. ^Amy
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id6946317\n"
+"help.text"
+msgid "Besides m, b and r² the array function LOGEST provides additional statistics for a regression analysis."
+msgstr ""
-#: 05020000.xhp#hd_id3153711.8.help.text
-msgid "<link href=\"text/schart/01/05020200.xhp\" name=\"All titles\">All titles</link>"
-msgstr "<link href=\"text/schart/01/05020200.xhp\" name=\"All titles\">მთლიანი სათაური</link>"
+#. .\YB
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"hd_id6349375\n"
+"help.text"
+msgid "The power regression equation"
+msgstr ""
-#: 05010100.xhp#tit.help.text
-msgid "Data Point"
-msgstr "მონაცემების წერტილი"
+#. vY1a
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id1857661\n"
+"help.text"
+msgid "For <emph>power regression</emph> curves a transformation to a linear model takes place. The power regression follows the equation <item type=\"literal\">y=b*x^a</item> , which is transformed to <item type=\"literal\">ln(y)=ln(b)+a*ln(x)</item>."
+msgstr ""
+
+#. yN#s
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id8517105\n"
+"help.text"
+msgid "a = SLOPE(LN(Data_Y);LN(Data_X))"
+msgstr ""
+
+#. [_mo
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id9827265\n"
+"help.text"
+msgid "b = EXP(INTERCEPT(LN(Data_Y);LN(Data_X))"
+msgstr ""
+
+#. ^oji
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id2357249\n"
+"help.text"
+msgid "r² = RSQ(LN(Data_Y);LN(Data_X))"
+msgstr ""
+
+#. G!oH
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"hd_id9204077\n"
+"help.text"
+msgid "Constraints"
+msgstr ""
-#: 05010100.xhp#hd_id3153768.1.help.text
-msgid "<link href=\"text/schart/01/05010100.xhp\" name=\"Data Point\">Data Point</link>"
-msgstr "<link href=\"text/schart/01/05010100.xhp\" name=\"Data Point\">მონაცემთა წერტილი</link>"
+#. N-nK
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id7393719\n"
+"help.text"
+msgid "The calculation of the trend line considers only data pairs with the following values:"
+msgstr ""
-#: 05010100.xhp#par_id3152577.2.help.text
-msgid "This dialog allows you to change the properties of a selected data point. The dialog appears when there is only one data point selected when you choose <emph>Format - Format Selection</emph>. Some of the menu entries are only available for 2D or 3D charts."
+#. ^X(z
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id7212744\n"
+"help.text"
+msgid "logarithm regression: only positive x-values are considered,"
msgstr ""
-#: 05010100.xhp#par_id3149121.3.help.text
-msgid "Any changes made only affect this one data point. For example, if you edit the color of a bar, only the color of that bar will be different."
+#. d?Sk
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id1664479\n"
+"help.text"
+msgid "exponential regression: only positive y-values are considered,"
msgstr ""
-#: 05010000.xhp#tit.help.text
-msgctxt "05010000.xhp#tit.help.text"
-msgid "Format Selection"
+#. @1,3
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id8734702\n"
+"help.text"
+msgid "power regression: only positive x-values and positive y-values are considered."
msgstr ""
-#: 05010000.xhp#bm_id3149666.help.text
-msgid "<bookmark_value>objects;properties of charts</bookmark_value><bookmark_value>charts; properties</bookmark_value><bookmark_value>properties;charts</bookmark_value>"
+#. ]$c.
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id181279\n"
+"help.text"
+msgid "You should transform your data accordingly; it is best to work on a copy of the original data and transform the copied data."
msgstr ""
-#: 05010000.xhp#hd_id3149666.1.help.text
-msgctxt "05010000.xhp#hd_id3149666.1.help.text"
-msgid "Format Selection"
+#. kbQ2
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"hd_id7907040\n"
+"help.text"
+msgid "The polynomial regression equation"
msgstr ""
-#: 05010000.xhp#par_id3156284.2.help.text
-msgid "<variable id=\"objekteigenschaften\"><ahelp hid=\".\">Formats the selected object.</ahelp></variable> Depending on the object selected, the command opens dialogs that you can also open by choosing the following commands from the <emph>Format</emph> menu:"
+#. T;QL
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id8918729\n"
+"help.text"
+msgid "A <emph>polynomial regression</emph> curve cannot be added automatically. You must calculate this curve manually."
msgstr ""
-#: 05010000.xhp#hd_id3153418.3.help.text
-msgid "<link href=\"text/schart/01/05060000.xhp\" name=\"Chart Wall\">Chart Wall</link>"
-msgstr "<link href=\"text/schart/01/05060000.xhp\" name=\"Chart Wall\">დიაგრამული დაფა</link>"
+#. RSj@
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id33875\n"
+"help.text"
+msgid "Create a table with the columns x, x², x³, … , xⁿ, y up to the desired degree n."
+msgstr ""
-#: 05010000.xhp#hd_id3155766.4.help.text
-msgid "<link href=\"text/schart/01/05080000.xhp\" name=\"Chart Area\">Chart Area</link>"
-msgstr "<link href=\"text/schart/01/05080000.xhp\" name=\"Chart Area\">დიაგრამის არე</link>"
+#. Wd\@
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id8720053\n"
+"help.text"
+msgid "Use the formula <item type=\"literal\">=LINEST(Data_Y,Data_X)</item> with the complete range x to xⁿ (without headings) as Data_X."
+msgstr ""
-#: 05010000.xhp#hd_id3154255.5.help.text
-msgid "<link href=\"text/schart/01/05070000.xhp\" name=\"Chart Floor\">Chart Floor</link>"
-msgstr "<link href=\"text/schart/01/05070000.xhp\" name=\"Chart Floor\">დიაგრამის ძირი</link>"
+#. riX:
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id5068514\n"
+"help.text"
+msgid "The first row of the LINEST output contains the coefficients of the regression polynomial, with the coefficient of xⁿ at the leftmost position."
+msgstr ""
-#: 05010000.xhp#hd_id3146313.6.help.text
-msgid "<link href=\"text/schart/01/05020100.xhp\" name=\"Title\">Title</link>"
-msgstr "<link href=\"text/schart/01/05020100.xhp\" name=\"Title\">სათაური</link>"
+#. CIOG
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id8202154\n"
+"help.text"
+msgid "The first element of the third row of the LINEST output is the value of r². See the <link href=\"text/scalc/01/04060107.xhp#Section8\">LINEST</link> function for details on proper use and an explanation of the other output parameters."
+msgstr ""
-#: 05010000.xhp#hd_id3150297.7.help.text
-msgid "<link href=\"text/schart/01/05030000.xhp\" name=\"Legend\">Legend</link>"
-msgstr "<link href=\"text/schart/01/05030000.xhp\" name=\"Legend\">ლეგენდა</link>"
+#. \WXY
+#: 04050100.xhp
+#, fuzzy
+msgctxt ""
+"04050100.xhp\n"
+"par_id4562211\n"
+"help.text"
+msgid "<link href=\"text/schart/01/04050000.xhp\">Y Error Bars tab page</link>"
+msgstr "<link href=\"text/schart/01/05060000.xhp\" name=\"Chart Wall\">დიაგრამული დაფა</link>"
-#: 05010000.xhp#hd_id3143219.8.help.text
-msgid "<link href=\"text/schart/01/05040100.xhp\" name=\"X Axis\">X Axis</link>"
-msgstr "<link href=\"text/schart/01/05040100.xhp\" name=\"X Axis\">X ღერძი</link>"
+#. X/lR
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Options"
+msgstr "პარამეტრები"
-#: 05010000.xhp#hd_id3150207.9.help.text
-msgid "<link href=\"text/schart/01/05040200.xhp\" name=\"Y Axis\">Y Axis</link>"
-msgstr "<link href=\"text/schart/01/05040200.xhp\" name=\"Y Axis\">Y ღერძი</link>"
+#. _tv|
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"bm_id3149400\n"
+"help.text"
+msgid "<bookmark_value>aligning; 2D charts</bookmark_value> <bookmark_value>charts; aligning</bookmark_value> <bookmark_value>pie charts;options</bookmark_value>"
+msgstr ""
-#: 05010000.xhp#hd_id3166432.10.help.text
-msgid "<link href=\"text/schart/01/05050100.xhp\" name=\"Grid\">Grid</link>"
-msgstr "<link href=\"text/schart/01/05050100.xhp\" name=\"Grid\">ღობე</link>"
+#. E3SS
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3149400\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/schart/01/04060000.xhp\" name=\"Options\">Options</link>"
+msgstr "<link href=\"text/schart/01/04060000.xhp\" name=\"Options\">პარამეტრები</link>"
-#: 04030000.xhp#tit.help.text
-msgid "Data Labels "
+#. ?FFT
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3155067\n"
+"2\n"
+"help.text"
+msgid "Use this dialog to define some options that are available for specific chart types. The contents of the Options dialog vary with the chart type."
msgstr ""
-#: 04030000.xhp#bm_id3150275.help.text
-msgid "<bookmark_value>data labels in charts</bookmark_value> <bookmark_value>labels; for charts</bookmark_value> <bookmark_value>charts; data labels</bookmark_value> <bookmark_value>data values in charts</bookmark_value> <bookmark_value>chart legends; showing icons with labels</bookmark_value>"
-msgstr "<bookmark_value>დიაგრამებში მონაცემთა წარწერები</bookmark_value><bookmark_value>წარწერები; დიაგრამებისთვის</bookmark_value><bookmark_value>დიაგრამები; მონაცემთა წარწერები</bookmark_value><bookmark_value>დიაგრამაში მონაცემთა მნიშვნელობა</bookmark_value><bookmark_value>დიაგრამის ლეგენდა; ხატულაკებს აჩვენებს იარლიყით</bookmark_value>"
+#. XRkv
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3150043\n"
+"9\n"
+"help.text"
+msgid "Align data series to:"
+msgstr "მონაცემთა სერიის გასწორება:"
-#: 04030000.xhp#hd_id3150275.1.help.text
-msgid "<variable id=\"datenbeschriftung\"><link href=\"text/schart/01/04030000.xhp\" name=\"Data labels\">Data Labels</link></variable>"
-msgstr "<variable id=\"datenbeschriftung\"><link href=\"text/schart/01/04030000.xhp\" name=\"Data labels\">მონაცემთა იარლიყი</link></variable>"
+#. maoZ
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3145228\n"
+"10\n"
+"help.text"
+msgid "In this area you can choose between two Y axis scaling modes. The axes can only be scaled and given properties separately."
+msgstr ""
-#: 04030000.xhp#par_id3154684.2.help.text
-msgid "<variable id=\"besch\"><ahelp hid=\".uno:InsertMenuDataLabels\">Opens the<emph> Data Labels </emph>dialog, which enables you to set the data labels.</ahelp></variable>"
+#. VeV5
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3147346\n"
+"4\n"
+"help.text"
+msgid "Primary Y axis"
+msgstr "ძირითადი Y ღერძი"
+
+#. `n4Z
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3147005\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:RADIOBUTTON:TP_OPTIONS:RBT_OPT_AXIS_1\">This option is active as default. All data series are aligned to the primary Y axis.</ahelp>"
msgstr ""
-#: 04030000.xhp#par_id0810200912120416.help.text
-msgid "If an element of a data series is selected, this command works on that data series only. If no element is selected, this command works on all data series."
+#. Ic=k
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3143221\n"
+"5\n"
+"help.text"
+msgid "Secondary Y axis"
+msgstr "მეორად Y ღერძე"
+
+#. a$A^
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3154656\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:RADIOBUTTON:TP_OPTIONS:RBT_OPT_AXIS_2\">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.</ahelp>"
msgstr ""
-#: 04030000.xhp#hd_id3149401.17.help.text
-msgid "Show value as number"
+#. M%CT
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3166423\n"
+"6\n"
+"help.text"
+msgid "Settings"
+msgstr "პარამეტრები"
+
+#. ]-RT
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3150365\n"
+"12\n"
+"help.text"
+msgid "Define the settings for a bar chart in this area. Any changes apply to all data series of the chart, not to the selected data only."
msgstr ""
-#: 04030000.xhp#par_id3150751.18.help.text
-msgid "<ahelp hid=\"SCH_RADIOBUTTON_DLG_DATA_DESCR_RB_NUMBER\">Displays the absolute values of the data points.</ahelp>"
-msgstr "<ahelp hid=\"SCH_RADIOBUTTON_DLG_DATA_DESCR_RB_NUMBER\">აჩვენებს data pointeb-ის აბსოლუტურ მნიშვნელობებს.</ahelp>"
+#. #uLV
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3145584\n"
+"7\n"
+"help.text"
+msgid "Spacing"
+msgstr "დაშორება"
-#: 04030000.xhp#hd_id5077059.help.text
-msgid "Number format"
-msgstr "რიცხვის ფორმატი"
+#. LU^@
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3155376\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:METRICFIELD:TP_OPTIONS:MT_GAP\">Defines the spacing between the columns in percent.</ahelp> The maximal spacing is 600%."
+msgstr ""
-#: 04030000.xhp#par_id9794610.help.text
-msgid "<ahelp hid=\".\">Opens a dialog to select the number format.</ahelp>"
+#. K4@/
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3145384\n"
+"8\n"
+"help.text"
+msgid "Overlap"
msgstr ""
-#: 04030000.xhp#hd_id3145643.9.help.text
-msgid "Show value as percentage"
+#. ?alI
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3156447\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:METRICFIELD:TP_OPTIONS:MT_OVERLAP\">Defines the necessary settings for overlapping data series.</ahelp> You can choose between -100 and +100%."
msgstr ""
-#: 04030000.xhp#par_id3156382.10.help.text
-msgid "<ahelp hid=\"SCH_RADIOBUTTON_DLG_DATA_DESCR_RB_PERCENT\">Displays the percentage of the data points in each column.</ahelp>"
-msgstr "<ahelp hid=\"SCH_RADIOBUTTON_DLG_DATA_DESCR_RB_PERCENT\">აჩვენებს data pointeb-ის პროცენტს სათითაო სვეტში.</ahelp>"
+#. e*WY
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3153305\n"
+"16\n"
+"help.text"
+msgid "Connection Lines"
+msgstr "ხაზების კავშირი"
-#: 04030000.xhp#hd_id1316873.help.text
-msgid "Percentage format"
+#. jy\?
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3148868\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:CHECKBOX:TP_OPTIONS:CB_CONNECTOR\">For \"stacked\" and \"percent\" column (vertical bar) charts, mark this check box to connect the column layers that belong together with lines.</ahelp>"
msgstr ""
-#: 04030000.xhp#par_id5476241.help.text
-msgid "<ahelp hid=\".\">Opens a dialog to select the percentage format.</ahelp>"
+#. [)r/
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id9842219\n"
+"help.text"
+msgid "Show bars side by side"
msgstr ""
-#: 04030000.xhp#hd_id3145228.11.help.text
-msgid "Show category"
+#. bTBa
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id9800103\n"
+"help.text"
+msgid "If two axes are shown in a bar chart, and some data series are attached to the first axis, while some other data series are attached to the second axis, then both sets of data series are shown independently, overlapping each other."
msgstr ""
-#: 04030000.xhp#par_id3154702.12.help.text
-msgid "<ahelp hid=\"SCH_CHECKBOX_TP_DATA_DESCR_CB_TEXT\">Shows the data point text labels.</ahelp>"
-msgstr "<ahelp hid=\"SCH_CHECKBOX_TP_DATA_DESCR_CB_TEXT\">data point-ის ჭდე ტექსტის ნახვა.</ahelp>"
+#. m\_y
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id2144535\n"
+"help.text"
+msgid "As a result, bars attached to the first y-axis are partly or completely hidden by bars attached to the second y-axis. To avoid this, enable the option to display bars side by side. <ahelp hid=\".\">The bars from different data series are shown as if they were attached only to one axis.</ahelp>"
+msgstr ""
-#: 04030000.xhp#hd_id3150298.15.help.text
-msgid "Show legend key"
+#. ,D|V
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id24414\n"
+"help.text"
+msgid "Clockwise direction"
msgstr ""
-#: 04030000.xhp#par_id3150205.16.help.text
-msgid "<ahelp hid=\"SCH_CHECKBOX_TP_DATA_DESCR_CB_SYMBOL\">Displays the legend icons next to each data point label.</ahelp>"
-msgstr "<ahelp hid=\"SCH_CHECKBOX_TP_DATA_DESCR_CB_SYMBOL\">მომდევნო თითოული data point-ის ჭდის შემდეგ ლეგენდა ხატულაკის ჩვენება .</ahelp>"
+#. 816l
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id2527237\n"
+"help.text"
+msgid "Available for pie and donut charts. <ahelp hid=\".\">The default direction in which the pieces of a pie chart are ordered is counterclockwise. Enable the <emph>Clockwise direction</emph> checkbox to draw the pieces in opposite direction.</ahelp>"
+msgstr ""
-#: 04030000.xhp#hd_id3836787.help.text
-msgid "Separator"
+#. S,J[
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id401013\n"
+"help.text"
+msgid "Starting angle"
msgstr ""
-#: 04030000.xhp#par_id6668904.help.text
-msgid "<ahelp hid=\".\">Selects the separator between multiple text strings for the same object.</ahelp>"
+#. QH(!
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id761131\n"
+"help.text"
+msgid "<ahelp hid=\".\">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.</ahelp>"
msgstr ""
-#: 04030000.xhp#hd_id4319284.help.text
-msgid "Placement"
+#. Uh,g
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id553910\n"
+"help.text"
+msgid "In 3D pie and donut charts that were created with older versions of the software, the starting angle is 0 degrees instead of 90 degrees. For old and new 2D charts the default starting angle is 90 degrees."
msgstr ""
-#: 04030000.xhp#par_id5159459.help.text
-msgid "<ahelp hid=\".\">Selects the placement of data labels relative to the objects.</ahelp>"
+#. 8h?B
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id1414838\n"
+"help.text"
+msgid "When you change the starting angle or the direction, only current versions of the software show the changed values. Older versions of the software display the same document using the default values: Always counterclockwise direction and a starting value of 90 degrees (2D pie charts) or 0 degrees (3D pie charts)."
msgstr ""
-#: 04030000.xhp#hd_id1106200812280727.help.text
-msgctxt "04030000.xhp#hd_id1106200812280727.help.text"
-msgid "Text Direction"
+#. Mf+y
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3179723\n"
+"help.text"
+msgid "Degrees"
+msgstr "გრადუსი"
+
+#. em@7
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id2164067\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the starting angle between 0 and 359 degrees. You can also click the arrows to change the displayed value.</ahelp>"
msgstr ""
-#: 04030000.xhp#par_id1106200812280719.help.text
-msgctxt "04030000.xhp#par_id1106200812280719.help.text"
-msgid "<ahelp hid=\".\">Specify the text direction for a paragraph that uses complex text layout (CTL). This feature is only available if complex text layout support is enabled.</ahelp>"
+#. |*q^
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id0305200910524613\n"
+"help.text"
+msgid "Plot missing values"
msgstr ""
-#: 04030000.xhp#hd_id1007200901590713.help.text
-msgid "Rotate Text"
-msgstr "ტექსტის ბრუნვა"
+#. :Aq@
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id0305200910524650\n"
+"help.text"
+msgid "Sometimes values are missing in a data series that is shown in a chart. You can select from different options how to plot the missing values. The options are available for some chart types only."
+msgstr ""
-#: 04030000.xhp#par_id1007200901590752.help.text
-msgid "<ahelp hid=\".\">Click in the dial to set the text orientation for the data labels.</ahelp>"
+#. iP$!
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id0305200910524823\n"
+"help.text"
+msgid "Leave gap"
msgstr ""
-#: 04030000.xhp#par_id1007200901590757.help.text
-msgid "<ahelp hid=\".\">Enter the counterclockwise rotation angle for the data labels.</ahelp>"
+#. I!NL
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id0305200910524811\n"
+"help.text"
+msgid "<ahelp hid=\".\">For a missing value, no data will be shown. This is the default for chart types Column, Bar, Line, Net.</ahelp>"
msgstr ""
-#: type_line.xhp#tit.help.text
-msgid "Chart Type Line"
+#. cNMj
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id0305200910524811\n"
+"help.text"
+msgid "Assume zero"
msgstr ""
-#: type_line.xhp#bm_id2187566.help.text
-msgid "<bookmark_value>line charts</bookmark_value><bookmark_value>chart types;line</bookmark_value>"
-msgstr "<bookmark_value>გასწორება; 2D დიაგრამა</bookmark_value><bookmark_value>დიაგრამები; გასწორება</bookmark_value>"
+#. X-V;
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id030520091052489\n"
+"help.text"
+msgid "<ahelp hid=\".\">For a missing value, the y-value will be shown as zero. This is the default for chart type Area.</ahelp>"
+msgstr ""
-#: type_line.xhp#hd_id9422894.help.text
-msgid "<variable id=\"type_line\"><link href=\"text/schart/01/type_line.xhp\">Chart Type Line</link></variable>"
+#. lBdc
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id0305200910524837\n"
+"help.text"
+msgid "Continue line"
msgstr ""
-#: type_line.xhp#par_id389721.help.text
-msgctxt "type_line.xhp#par_id389721.help.text"
-msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type. "
+#. ).KO
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id0305200910524938\n"
+"help.text"
+msgid "<ahelp hid=\".\">For a missing value, the interpolation from the neighbor values will be shown. This is the default for chart type XY.</ahelp>"
msgstr ""
-#: type_line.xhp#hd_id9826349.help.text
-#, fuzzy
-msgid "Line"
+#. XME*
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id0305200910524937\n"
+"help.text"
+msgid "Include values from hidden cells"
msgstr ""
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ხაზი\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ხაზი\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"სტრიქონი"
-#: type_line.xhp#par_id2334665.help.text
-msgid "A line chart shows values as points on the y axis. The x axis shows categories. The y values of each data series can be connected by a line."
+#. %/gV
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id030520091052494\n"
+"help.text"
+msgid "<ahelp hid=\".\">Check to also show values of currently hidden cells within the source cell range.</ahelp>"
msgstr ""
-#: type_line.xhp#par_id8956572.help.text
-msgid "Points only - this subtype plots only points."
+#. ;4M,
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Y Axis"
msgstr ""
-#: type_line.xhp#par_id500808.help.text
-msgid "Points and lines - this subtype plots points and connects points of the same data series by a line."
+#. \rzg
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"bm_id3145673\n"
+"help.text"
+msgid "<bookmark_value>Y axes; formatting</bookmark_value>"
+msgstr "<bookmark_value>Y ღერძი; ფორმატირება</bookmark_value>"
+
+#. 2GRy
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3145673\n"
+"1\n"
+"help.text"
+msgid "Y Axis"
msgstr ""
-#: type_line.xhp#par_id8366649.help.text
-msgid "Lines only - this subtype plots only lines."
+#. B{%0
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3155628\n"
+"2\n"
+"help.text"
+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 ""
-#: type_line.xhp#par_id476393.help.text
-msgid "3D lines - this subtype connects points of the same data series by a 3D line."
+#. \=nC
+#: 05040200.xhp
+#, fuzzy
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3145171\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>"
+msgstr "<link href=\"text/schart/01/05080000.xhp\" name=\"Chart Area\">დიაგრამის არე</link>"
+
+#. o?v)
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3146119\n"
+"4\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>"
+
+#. xzPJ
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Titles"
+msgstr "დაყოფა"
+
+#. [K]_
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"hd_id3147345\n"
+"1\n"
+"help.text"
+msgid "Titles"
+msgstr "დაყოფა"
+
+#. WB-P
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"par_id3150298\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"titel\"><ahelp hid=\".uno:InsertMenuTitles\">Opens a dialog to enter or modify the titles in a chart.</ahelp></variable> You can define the text for the main title, subtitle and the axis labels, and specify if they are displayed."
msgstr ""
-#: type_line.xhp#par_id2655720.help.text
-msgid "Mark <emph>Stack series</emph> to arrange the points' y values cumulative above each other. The y values no longer represent absolute values, except for the first column which is drawn at the bottom of the stacked points. If you select <emph>Percent</emph>, the y values are scaled as percentage of the category total."
+#. EJGb
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"hd_id3150207\n"
+"3\n"
+"help.text"
+msgid "Main Title"
+msgstr "მთავარი სათაური"
+
+#. IK_h
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"par_id3150371\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:EDIT:DLG_TITLE:EDT_MAINTITLE\">Marking the <emph>Main Title</emph> option activates the main title. Enter the desired title in the corresponding text field.</ahelp>"
+msgstr "<ahelp hid=\"SCH:EDIT:DLG_TITLE:EDT_MAINTITLE\">მონიშვნა <emph>მთავარი სათაურის</emph> მთავარი სათაურის პარამეტრი გააქტიურებულია.შედი სასურველ სათაურში შესაბამის ტქსტურ ველში.</ahelp>"
+
+#. s0wO
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"hd_id3146980\n"
+"5\n"
+"help.text"
+msgid "Subtitle"
+msgstr "ქვესათაური"
+
+#. \tJ0
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"par_id3149404\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:EDIT:DLG_TITLE:EDT_SUBTITLE\">Marking the <emph>Subtitle</emph> option activates the subtitle. Enter the desired title in the corresponding text field.</ahelp>"
+msgstr "<ahelp hid=\"SCH:EDIT:DLG_TITLE:EDT_SUBTITLE\">მონიშვნა <emph>ქვესათაური</emph> ქვესათაურის პარამეტრი გააქტიურებულია. .შედი სასურველ სათაურში შესაბამის ტქსტურ ველში.</ahelp>"
+
+#. :59D
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"par_id3152901\n"
+"7\n"
+"help.text"
+msgid "<variable id=\"sytexttitel\"><ahelp hid=\".uno:ToggleTitle\">Click <emph>Title On/Off</emph> on the Formatting bar to show or hide the title and subtitle.</ahelp></variable>"
+msgstr "<variable id=\"sytexttitel\"><ahelp hid=\".uno:ToggleTitle\">Click <emph>სათაურის ჩართვა/გამორთვა</emph> ფორმატის ზოლიზე აჩვენოს ან დამალოს სათაური და ქვესათაური.</ahelp></variable>"
+
+#. =*0g
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"hd_id3156018\n"
+"8\n"
+"help.text"
+msgid "X axis"
msgstr ""
-#: type_line.xhp#par_id3682058.help.text
-msgid "Mark <emph>Smooth lines</emph> to draw curves through the points instead of straight lines. Click <emph>Properties</emph> for a <link href=\"text/schart/01/smooth_line_properties.xhp\">dialog</link> to change the curves' properties."
+#. k5le
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"par_id3152869\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:EDIT:DLG_TITLE:EDT_X_AXIS\">Marking the <emph>X axis</emph> option activates the X axis title. Enter the desired title in the corresponding text field.</ahelp>"
+msgstr "<ahelp hid=\"SCH:EDIT:DLG_TITLE:EDT_X_AXIS\">მონიშვნა <emph>X ღერძი</emph> x ღერძის სათაურის პარამეტრი აქტივირებულია. შედი სასურველ სათაურში შესაბამის ტექტურ ველში.</ahelp>"
+
+#. 10tH
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"hd_id3159226\n"
+"10\n"
+"help.text"
+msgid "Y axis"
+msgstr ""
+
+#. R.gs
+#: 04010000.xhp
+#, fuzzy
+msgctxt ""
+"04010000.xhp\n"
+"par_id3154763\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:EDIT:DLG_TITLE:EDT_Y_AXIS\">Marking the <emph>Y axis</emph> option activates the Y axis title. Enter the desired title in the corresponding text field.</ahelp>"
+msgstr "<ahelp hid=\"SCH:EDIT:DLG_TITLE:EDT_X_AXIS\">მონიშვნა <emph>X ღერძი</emph> x ღერძის სათაურის პარამეტრი აქტივირებულია. შედი სასურველ სათაურში შესაბამის ტექტურ ველში.</ahelp>"
+
+#. DA4?
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"hd_id3153009\n"
+"12\n"
+"help.text"
+msgid "Z axis"
msgstr ""
+
+#. lfO}
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"par_id3154710\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:EDIT:DLG_TITLE:EDT_Z_AXIS\">Marking the <emph>Z axis</emph> option activates the Z axis title. Enter the desired title in the corresponding text field.</ahelp> This option is only available for 3-D charts."
+msgstr "<ahelp hid=\"SCH:EDIT:DLG_TITLE:EDT_Z_AXIS\">მონიშვნა <emph>Z ღერძი</emph> ქვესათარურის პარამეტრი გააქტიურებულია. შეიტანეთ სასურველი სათაური შესაბამის ტექსტურ ველში.</ahelp> პარამეტრი შესაძლებელია მხლოდ 3-D დიაგრამისთვის."
+
+#. 24ud
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"par_id3153073\n"
+"14\n"
+"help.text"
+msgid "<variable id=\"sytextachse\"><ahelp hid=\".uno:ToggleAxisTitle\">Click <emph>Axes Title On/Off</emph> on the Formatting bar to show or hide the axis labels.</ahelp></variable>"
+msgstr "<variable id=\"sytextachse\"><ahelp hid=\".uno:ToggleAxisTitle\">დაწკაპუნება <emph>ღერძის სათაურის ჩართვა/გამორთვა</emph> დაფორმატების ზოლი აჩვენოს ან დაფაროს ღერძის სათაური .</ahelp></variable>"
diff --git a/source/ka/helpcontent2/source/text/schart/02.po b/source/ka/helpcontent2/source/text/schart/02.po
index eb34819693c..b1affd6ff2c 100644
--- a/source/ka/helpcontent2/source/text/schart/02.po
+++ b/source/ka/helpcontent2/source/text/schart/02.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/schart/02.oo
+#. extracted from helpcontent2/source/text/schart/02
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fschart%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:54+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-04-05 23:52+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,113 +12,244 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: 01220000.xhp#tit.help.text
-msgctxt "01220000.xhp#tit.help.text"
-msgid "Automatic Layout"
-msgstr ""
-
-#: 01220000.xhp#bm_id3150400.help.text
-msgid "<bookmark_value>reorganizing charts</bookmark_value><bookmark_value>charts; reorganizing</bookmark_value>"
+#. A-Rc
+#: 01190000.xhp
+msgctxt ""
+"01190000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data in Rows"
msgstr ""
-#: 01220000.xhp#hd_id3150400.1.help.text
-msgid "<link href=\"text/schart/02/01220000.xhp\" name=\"Automatic Layout\">Automatic Layout</link>"
+#. 6U=y
+#: 01190000.xhp
+msgctxt ""
+"01190000.xhp\n"
+"hd_id3146976\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/schart/02/01190000.xhp\" name=\"Data in Rows\">Data in Rows</link>"
msgstr ""
-#: 01220000.xhp#par_id3146120.2.help.text
-msgid "<ahelp hid=\".uno:NewArrangement\">Moves all chart elements to their default positions inside the current chart. This function does not alter the chart type or any other attributes other than the position of elements.</ahelp>"
+#. )+yd
+#: 01190000.xhp
+msgctxt ""
+"01190000.xhp\n"
+"par_id3154490\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DataInRows\">Changes the arrangement of the chart data.</ahelp>"
msgstr ""
-#: 01220000.xhp#par_id3150010.help.text
-msgid "<image id=\"img_id3152577\" src=\"cmd/sc_newarrangement.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152577\">Icon</alt></image>"
+#. +BeD
+#: 01190000.xhp
+msgctxt ""
+"01190000.xhp\n"
+"par_id3150751\n"
+"help.text"
+msgid "<image id=\"img_id3145643\" src=\"cmd/sc_datainrows.png\"><alt id=\"alt_id3145643\">Icon</alt></image>"
msgstr ""
-#: 01220000.xhp#par_id3153143.3.help.text
-msgctxt "01220000.xhp#par_id3153143.3.help.text"
-msgid "Automatic Layout"
+#. h^wq
+#: 01190000.xhp
+msgctxt ""
+"01190000.xhp\n"
+"par_id3154754\n"
+"3\n"
+"help.text"
+msgid "Data in Rows"
msgstr ""
-#: 01200000.xhp#tit.help.text
-msgctxt "01200000.xhp#tit.help.text"
+#. 8Z^j
+#: 01200000.xhp
+msgctxt ""
+"01200000.xhp\n"
+"tit\n"
+"help.text"
msgid "Data in Columns"
msgstr ""
-#: 01200000.xhp#hd_id3150868.1.help.text
+#. M_$t
+#: 01200000.xhp
+msgctxt ""
+"01200000.xhp\n"
+"hd_id3150868\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/schart/02/01200000.xhp\" name=\"Data in Columns\">Data in Columns</link>"
msgstr ""
-#: 01200000.xhp#par_id3145749.2.help.text
+#. /PrZ
+#: 01200000.xhp
+msgctxt ""
+"01200000.xhp\n"
+"par_id3145749\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\".uno:DataInColumns\">Changes the arrangement of the chart data.</ahelp>"
msgstr ""
-#: 01200000.xhp#par_id3149260.help.text
+#. Ss%r
+#: 01200000.xhp
+msgctxt ""
+"01200000.xhp\n"
+"par_id3149260\n"
+"help.text"
msgid "<image id=\"img_id3149379\" src=\"cmd/sc_dataincolumns.png\"><alt id=\"alt_id3149379\">Icon</alt></image>"
msgstr ""
-#: 01200000.xhp#par_id3149377.3.help.text
-msgctxt "01200000.xhp#par_id3149377.3.help.text"
+#. FDnV
+#: 01200000.xhp
+msgctxt ""
+"01200000.xhp\n"
+"par_id3149377\n"
+"3\n"
+"help.text"
msgid "Data in Columns"
msgstr ""
-#: 01210000.xhp#tit.help.text
-msgctxt "01210000.xhp#tit.help.text"
-msgid "Scale Text"
+#. ,/U:
+#: 01220000.xhp
+msgctxt ""
+"01220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Automatic Layout"
msgstr ""
-#: 01210000.xhp#bm_id3152996.help.text
-msgid "<bookmark_value>text scaling in charts</bookmark_value><bookmark_value>scaling; text in charts</bookmark_value><bookmark_value>charts;scaling text</bookmark_value>"
+#. M`PB
+#: 01220000.xhp
+msgctxt ""
+"01220000.xhp\n"
+"bm_id3150400\n"
+"help.text"
+msgid "<bookmark_value>reorganizing charts</bookmark_value><bookmark_value>charts; reorganizing</bookmark_value>"
msgstr ""
-#: 01210000.xhp#hd_id3152996.1.help.text
-msgid "<link href=\"text/schart/02/01210000.xhp\" name=\"Scale Text\">Scale Text</link>"
+#. XicR
+#: 01220000.xhp
+msgctxt ""
+"01220000.xhp\n"
+"hd_id3150400\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/schart/02/01220000.xhp\" name=\"Automatic Layout\">Automatic Layout</link>"
msgstr ""
-#: 01210000.xhp#par_id3144510.2.help.text
-msgid "<ahelp hid=\".uno:ScaleText\">Rescales the text in the chart when you change the size of the chart.</ahelp>"
+#. ~^\[
+#: 01220000.xhp
+msgctxt ""
+"01220000.xhp\n"
+"par_id3146120\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:NewArrangement\">Moves all chart elements to their default positions inside the current chart. This function does not alter the chart type or any other attributes other than the position of elements.</ahelp>"
msgstr ""
-#: 01210000.xhp#par_id3150441.help.text
-msgid "<image id=\"img_id3159153\" src=\"cmd/sc_scaletext.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3159153\">Icon</alt></image>"
+#. CeBN
+#: 01220000.xhp
+msgctxt ""
+"01220000.xhp\n"
+"par_id3150010\n"
+"help.text"
+msgid "<image id=\"img_id3152577\" src=\"cmd/sc_newarrangement.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152577\">Icon</alt></image>"
msgstr ""
-#: 01210000.xhp#par_id3153190.3.help.text
-msgctxt "01210000.xhp#par_id3153190.3.help.text"
-msgid "Scale Text"
+#. z0S9
+#: 01220000.xhp
+msgctxt ""
+"01220000.xhp\n"
+"par_id3153143\n"
+"3\n"
+"help.text"
+msgid "Automatic Layout"
msgstr ""
-#: 01190000.xhp#tit.help.text
-msgctxt "01190000.xhp#tit.help.text"
-msgid "Data in Rows"
+#. ^;_/
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Current Chart Type"
msgstr ""
-#: 01190000.xhp#hd_id3146976.1.help.text
-msgid "<link href=\"text/schart/02/01190000.xhp\" name=\"Data in Rows\">Data in Rows</link>"
+#. 8e5y
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"hd_id3150791\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/schart/02/02020000.xhp\" name=\"Current Chart Type\">Current Chart Type</link>"
msgstr ""
-#: 01190000.xhp#par_id3154490.2.help.text
-msgid "<ahelp hid=\".uno:DataInRows\">Changes the arrangement of the chart data.</ahelp>"
+#. E76H
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"par_id3145173\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ContextType\" visibility=\"visible\">Displays the name of the current chart type.</ahelp>"
msgstr ""
-#: 01190000.xhp#par_id3150751.help.text
-msgid "<image id=\"img_id3145643\" src=\"cmd/sc_datainrows.png\"><alt id=\"alt_id3145643\">Icon</alt></image>"
+#. IhE6
+#: 01210000.xhp
+msgctxt ""
+"01210000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Scale Text"
msgstr ""
-#: 01190000.xhp#par_id3154754.3.help.text
-msgctxt "01190000.xhp#par_id3154754.3.help.text"
-msgid "Data in Rows"
+#. %xtT
+#: 01210000.xhp
+msgctxt ""
+"01210000.xhp\n"
+"bm_id3152996\n"
+"help.text"
+msgid "<bookmark_value>text scaling in charts</bookmark_value><bookmark_value>scaling; text in charts</bookmark_value><bookmark_value>charts;scaling text</bookmark_value>"
msgstr ""
-#: 02020000.xhp#tit.help.text
-msgid "Current Chart Type"
+#. jnT0
+#: 01210000.xhp
+msgctxt ""
+"01210000.xhp\n"
+"hd_id3152996\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/schart/02/01210000.xhp\" name=\"Scale Text\">Scale Text</link>"
msgstr ""
-#: 02020000.xhp#hd_id3150791.1.help.text
-msgid "<link href=\"text/schart/02/02020000.xhp\" name=\"Current Chart Type\">Current Chart Type</link>"
+#. 2N=v
+#: 01210000.xhp
+msgctxt ""
+"01210000.xhp\n"
+"par_id3144510\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ScaleText\">Rescales the text in the chart when you change the size of the chart.</ahelp>"
msgstr ""
-#: 02020000.xhp#par_id3145173.2.help.text
-msgid "<ahelp hid=\".uno:ContextType\" visibility=\"visible\">Displays the name of the current chart type.</ahelp>"
+#. 150G
+#: 01210000.xhp
+msgctxt ""
+"01210000.xhp\n"
+"par_id3150441\n"
+"help.text"
+msgid "<image id=\"img_id3159153\" src=\"cmd/sc_scaletext.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3159153\">Icon</alt></image>"
+msgstr ""
+
+#. oavq
+#: 01210000.xhp
+msgctxt ""
+"01210000.xhp\n"
+"par_id3153190\n"
+"3\n"
+"help.text"
+msgid "Scale Text"
msgstr ""
diff --git a/source/ka/helpcontent2/source/text/schart/04.po b/source/ka/helpcontent2/source/text/schart/04.po
index fe99be07148..b4e095a11bf 100644
--- a/source/ka/helpcontent2/source/text/schart/04.po
+++ b/source/ka/helpcontent2/source/text/schart/04.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/schart/04.oo
+#. extracted from helpcontent2/source/text/schart/04
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fschart%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:52+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,140 +12,324 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: 01020000.xhp#tit.help.text
+#. W=J|
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"tit\n"
+"help.text"
msgid "Shortcuts for Charts"
msgstr "დიაგრამების მალმხმობები"
-#: 01020000.xhp#bm_id3150767.help.text
+#. YH_)
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"bm_id3150767\n"
+"help.text"
msgid "<bookmark_value>shortcut keys; charts</bookmark_value><bookmark_value>charts; shortcuts</bookmark_value>"
msgstr "<bookmark_value>მალსახმობი ღილაკები; დიაგრამები</bookmark_value><bookmark_value>დიაგრამები; მალმხმობები</bookmark_value>"
-#: 01020000.xhp#hd_id3150767.1.help.text
+#. N[^X
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3150767\n"
+"1\n"
+"help.text"
msgid "<variable id=\"Chart_keys\"><link href=\"text/schart/04/01020000.xhp\" name=\"Shortcuts for Charts\">Shortcuts for Charts</link></variable>"
msgstr "<variable id=\"Chart_keys\"><link href=\"text/schart/04/01020000.xhp\" name=\"Shortcuts for Charts\">მალსახმობები დიაგრამებისათვის</link></variable>"
-#: 01020000.xhp#par_id3155412.2.help.text
+#. @nGn
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3155412\n"
+"2\n"
+"help.text"
msgid "You can use the following shortcut keys in charts."
msgstr "დიაგრამებში შეგიძლიათ გამოიყენოთ შემდეგი მალმხმობები."
-#: 01020000.xhp#par_id3159154.3.help.text
+#. P*Pm
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3159154\n"
+"3\n"
+"help.text"
msgid "You can also use the general <link href=\"text/shared/04/01010000.xhp\" name=\"shortcut keys\">shortcut keys</link> for $[officename]."
msgstr "თქვენ ასევე შეგიძლიათ გამოიყენოთ ძირითადი <link href=\"text/shared/04/01010000.xhp\" name=\"shortcut keys\">მალმხმობები</link> $[officename]-სთვის."
-#: 01020000.xhp#hd_id3149262.4.help.text
+#. 3D$g
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3149262\n"
+"4\n"
+"help.text"
msgid "Shortcuts in Charts"
msgstr "მალმხმობებიდიაგრამებში"
-#: 01020000.xhp#hd_id3151073.5.help.text
+#. `)1T
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3151073\n"
+"5\n"
+"help.text"
msgid "Shortcut Keys"
msgstr "მალმხმობები"
-#: 01020000.xhp#par_id3154490.6.help.text
+#. 9RHG
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3154490\n"
+"6\n"
+"help.text"
msgid "Results"
msgstr "შედეგები"
-#: 01020000.xhp#hd_id3154729.7.help.text
+#. W)/@
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3154729\n"
+"7\n"
+"help.text"
msgid "Tab"
msgstr "Tab"
-#: 01020000.xhp#par_id3154511.8.help.text
+#. Yf)1
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3154511\n"
+"8\n"
+"help.text"
msgid "Select next object."
msgstr "შემდეგი ობიექტის არჩევა."
-#: 01020000.xhp#hd_id3155064.9.help.text
+#. Hfmb
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3155064\n"
+"9\n"
+"help.text"
msgid "Shift+Tab"
msgstr "Shift+Tab"
-#: 01020000.xhp#par_id3149020.10.help.text
+#. x+j?
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3149020\n"
+"10\n"
+"help.text"
msgid "Select previous object."
msgstr "წინა ობიექტის არჩევა."
-#: 01020000.xhp#hd_id3155443.11.help.text
+#. mv3-
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3155443\n"
+"11\n"
+"help.text"
msgid "Home"
msgstr "Home"
-#: 01020000.xhp#par_id3156382.12.help.text
+#. 4KCK
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3156382\n"
+"12\n"
+"help.text"
msgid "Select first object."
msgstr "პირველი ობიექტის არჩევა."
-#: 01020000.xhp#hd_id3153963.13.help.text
+#. 8)@V
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3153963\n"
+"13\n"
+"help.text"
msgid "End"
msgstr "End"
-#: 01020000.xhp#par_id3154702.14.help.text
+#. p*gs
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3154702\n"
+"14\n"
+"help.text"
msgid "Select last object."
msgstr "უკანასკნელი ობიექტის არჩევა."
-#: 01020000.xhp#hd_id3143218.15.help.text
+#. u%V@
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3143218\n"
+"15\n"
+"help.text"
msgid "Esc"
msgstr "Esc"
-#: 01020000.xhp#par_id3147005.16.help.text
+#. *W8M
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3147005\n"
+"16\n"
+"help.text"
msgid "Cancel selection"
msgstr "არჩევანის უარყოფა"
-#: 01020000.xhp#hd_id3159239.17.help.text
+#. ^5Tv
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3159239\n"
+"17\n"
+"help.text"
msgid "up/down/left/right arrow"
msgstr "ზედა/ქვედა/მარცხენა/მარჯვენა ისრები"
-#: 01020000.xhp#par_id3149210.18.help.text
+#. ;YrT
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3149210\n"
+"18\n"
+"help.text"
msgid "Move the object in the direction of the arrow."
msgstr "ობიექტის გადატანა ისრის მიმართულებით."
-#: 01020000.xhp#hd_id3150364.19.help.text
+#. {Dj(
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3150364\n"
+"19\n"
+"help.text"
msgid "up/down/left/right arrow in pie charts"
msgstr ""
-#: 01020000.xhp#par_id3150369.20.help.text
+#. ASoV
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3150369\n"
+"20\n"
+"help.text"
msgid "Moves the selected pie segment in the direction of the arrow."
msgstr ""
-#: 01020000.xhp#hd_id3145584.21.help.text
+#. ~D%.
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3145584\n"
+"21\n"
+"help.text"
msgid "F2 in titles"
msgstr "F2 სათაურებში"
-#: 01020000.xhp#par_id3154372.22.help.text
+#. TU%r
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3154372\n"
+"22\n"
+"help.text"
msgid "Enter text input mode."
msgstr "ტექსტის შეყვანის რეჟიმში გადასვლა."
-#: 01020000.xhp#hd_id3146980.23.help.text
+#. huV%
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3146980\n"
+"23\n"
+"help.text"
msgid "F3"
msgstr "F3"
-#: 01020000.xhp#par_id3152988.24.help.text
+#. HuT_
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3152988\n"
+"24\n"
+"help.text"
msgid "Open group so that you can edit the individual components (in legend and data series)."
msgstr "ჯგუფიდას გახსნა ინდივიდუალური კომპონენტების რედაქტირებისათვის (ლეგენდაში და მონაცემების ნაკრებში.)"
-#: 01020000.xhp#hd_id3153815.25.help.text
+#. iZO2
+#: 01020000.xhp
#, fuzzy
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3153815\n"
+"25\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
-msgstr ""
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3\n"
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
-
-#: 01020000.xhp#par_id3153915.26.help.text
+msgstr "#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\n<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3\\n#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\n<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\n<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
+
+#. HF)x
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153915\n"
+"26\n"
+"help.text"
msgid "Exit group (in legend and data series)."
msgstr "ჯგუფიდან გასვლა (ლეგენდაში და მონაცემების ნაკრებში.)"
-#: 01020000.xhp#hd_id3155269.27.help.text
+#. i^=x
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3155269\n"
+"27\n"
+"help.text"
msgid "+/-"
msgstr "+/-"
-#: 01020000.xhp#par_id3156016.28.help.text
+#. cj^2
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3156016\n"
+"28\n"
+"help.text"
msgid "Reduce or enlarge the chart"
msgstr "დიაგრამის გაზრდა არ დაპატარავება"
-#: 01020000.xhp#hd_id3150210.29.help.text
+#. mEG6
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3150210\n"
+"29\n"
+"help.text"
msgid "+/- in pie charts"
msgstr ""
-#: 01020000.xhp#par_id3159204.30.help.text
+#. 0WAL
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3159204\n"
+"30\n"
+"help.text"
msgid "Moves the selected pie segment off or into the pie chart."
msgstr ""
diff --git a/source/ka/helpcontent2/source/text/sdraw.po b/source/ka/helpcontent2/source/text/sdraw.po
index 710de2c84a6..1175b915873 100644
--- a/source/ka/helpcontent2/source/text/sdraw.po
+++ b/source/ka/helpcontent2/source/text/sdraw.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/sdraw.oo
+#. extracted from helpcontent2/source/text/sdraw
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsdraw.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:54+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-12 07:19+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,561 +12,1293 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: main0101.xhp#tit.help.text
-msgid "File"
-msgstr "ფაილი"
+#. OTFn
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"tit\n"
+"help.text"
+msgid "Tools"
+msgstr "ინსტრუმენტები"
-#: main0101.xhp#hd_id3149655.1.help.text
-msgid "<link href=\"text/sdraw/main0101.xhp\" name=\"File\">File</link>"
-msgstr "<link href=\"text/sdraw/main0101.xhp\" name=\"File\">ფაილი</link>"
+#. ;LY!
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"hd_id3159155\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sdraw/main0106.xhp\" name=\"Tools\">Tools</link>"
+msgstr "<link href=\"text/sdraw/main0106.xhp\" name=\"Tools\">ინსტრუმენტები</link>"
-#: main0101.xhp#par_id3150868.2.help.text
-msgid "This menu contains general commands for working with Draw documents, such as open, close and print. To close $[officename] Draw, click <emph>Exit</emph>."
+#. ]R-G
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"par_id3156443\n"
+"2\n"
+"help.text"
+msgid "This menu provides tools for $[officename] Draw as well as access to language and system settings."
+msgstr "ეს მენიუ გაძლევთ ინსტრუმენეტებს $[officename] Draw-თვის ისევე როგორც ენის და სისტეტემურ პარამეტრებს."
+
+#. i$B-
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"hd_id3153415\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
+msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">ავტოკორექცია</link>"
+
+#. gP/F
+#: main0106.xhp
+#, fuzzy
+msgctxt ""
+"main0106.xhp\n"
+"hd_id3150044\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Customize</link>"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/06140000.xhp\" name=\"კონფოგურირება\">კონფიგურირება</link>\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/06140000.xhp\" name=\"კონფიგურაცია\">მორგება</link>\\n#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/06140000.xhp\" name=\"Configure\">მორგება</link>"
+
+#. F#e,
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"tit\n"
+"help.text"
+msgid "$[officename] Draw Features"
+msgstr "$[officename] Draw შესაძლებლობები"
+
+#. r^Cf
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3148797\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"main0503\"><link href=\"text/sdraw/main0503.xhp\" name=\"$[officename] Draw Features\">$[officename] Draw Features</link></variable>"
+msgstr "<variable id=\"main0503\"><link href=\"text/sdraw/main0503.xhp\" name=\"$[officename] Draw Features\">$[officename] Draw შესაძლებლობები</link></variable>"
+
+#. caz-
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"par_id3146975\n"
+"2\n"
+"help.text"
+msgid "$[officename] Draw lets you create simple and complex drawings and export them in a number of common image formats. You can also insert tables, charts, formulas and other items created in $[officename] programs into your drawings."
+msgstr "$[officename] Draw გაძლევთ საშვალებას შექმნათ მარტივი და რთული ნახატები და მათი ექსპორტი სხვადასხვა ფორმატში.თქვენ შეგიძლიათ აგრეთევ ჩასვათ თქვენ ნახატში ცხრილები, დიაგრამები ფორმულები და სხვა ელემენტები რომლებიც შექმნილია $[officename] პროგრამაში."
+
+#. r^ir
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3147435\n"
+"11\n"
+"help.text"
+msgid "Vector Graphics"
+msgstr "ვექტორელი გრაფიკული სიმბოლოები"
+
+#. !\l|
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"par_id3153142\n"
+"12\n"
+"help.text"
+msgid "$[officename] Draw creates vector graphics using lines and curves defined by mathematical vectors. Vectors describe lines, ellipses, and polygons according to their geometry."
+msgstr "$[officename] Draw მათემატიკური ვექტორებით განსაზღვრული ხაზების და მრუდების გამოყენებით ქმნის ვექტორულ გრაფიკულ სიმბოლოებს. ვექტორები აღწერენ ხაზებს, ელიფსებს და მრავალკუთხედებს მათი გეომეტრიის გათვალისწინებით."
+
+#. ,dn_
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3154320\n"
+"14\n"
+"help.text"
+msgid "Creating 3D Objects"
+msgstr "3D ობიექტების შექმნა"
+
+#. dbp=
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"par_id3145251\n"
+"15\n"
+"help.text"
+msgid "You can create simple 3D objects such as cubes, spheres, and cylinders in $[officename] Draw and even modify the light source of the objects."
+msgstr "თქვენ შეგიძლიათ შექმნათ $[officename]-ში 3D ობიქტები როგორიცაა კუბები, სფეროები და ცილინდრები,გაწელო და ცვალო ობიეტების განათების წერტილები."
+
+#. sh{;
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3154491\n"
+"20\n"
+"help.text"
+msgid "Grids and Snap Lines"
msgstr ""
-#: main0101.xhp#hd_id3156441.4.help.text
-msgid "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">Open</link>"
-msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>"
+#. klRl
+#: main0503.xhp
+#, fuzzy
+msgctxt ""
+"main0503.xhp\n"
+"par_id3149379\n"
+"6\n"
+"help.text"
+msgid "Grids and snap lines provide a visual cue to help you align objects in your drawing. You can also choose to snap an object to a grid line, snap line or to the edge of another object."
+msgstr "ბადეები და მომნიშვნელები უზრუნველყოფენ ვიზუალურ ბრძანებებს რომებიც გეხმარებიან თქვენ ნახატზე ობიექტების გასწორებაში. თქვენ შეგიძლიათ აგრეთვე დააფიქსიროთ ობიექტი საკოორდინატო ბადესთან, მომნიშვნელთან და სხვა ობიეტქის კიდესთან."
-#: main0101.xhp#hd_id3153876.6.help.text
-msgid "<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">Save As</link>"
-msgstr "<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">შენახვა როგორც</link>"
+#. vVnH
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3155601\n"
+"16\n"
+"help.text"
+msgid "Connecting Objects to Show Relationships"
+msgstr "ობიექტების შეერთება რელაციულობის საჩვენებლად"
-#: main0101.xhp#hd_id3150718.7.help.text
-msgid "<link href=\"text/simpress/01/01170000.xhp\" name=\"Export\">Export</link>"
-msgstr "<link href=\"text/simpress/01/01170000.xhp\" name=\"Export\">ექსპორტი</link>"
+#. WO/q
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"par_id3149124\n"
+"17\n"
+"help.text"
+msgid "You can connect objects in $[officename] Draw with special lines called \"connectors\" to show the relationship between objects. Connectors attach to glue points on drawing objects and remain attached when the connected objects are moved. Connectors are useful for creating organization charts and technical diagrams."
+msgstr "თქვენ შეგიძლიათ $[officename] Draw-ში სპეციალური ხაზებით სახელწოდებით \"კონექტორები\" დააკავშიროთ ერთმანეთთან ობიეტქები,რომ აჩვენოთ მათ შორის კავშირი. კონექტორები უკავშირდება ნახატზე წებოვან წერტილებს და რჩებიან მიწებებული როცა დამკავშირებილი ობიექტები გადაადგილებულია.კონექტორები სასარგებლოა ორგანიზაციის გრაფიკის და ტექნიკური დიაგრამის შექმნისას."
-#: main0101.xhp#hd_id3154754.14.help.text
-msgid "<link href=\"text/shared/01/01190000.xhp\" name=\"Versions\">Versions</link>"
-msgstr "<link href=\"text/shared/01/01190000.xhp\" name=\"Versions\">ვერსია</link>"
+#. dM4+
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3155764\n"
+"21\n"
+"help.text"
+msgid "Displaying Dimensions"
+msgstr "ეკრანის განზომილება"
-#: main0101.xhp#hd_id3150044.9.help.text
-msgid "<link href=\"text/shared/01/01100000.xhp\" name=\"Properties\">Properties</link>"
-msgstr "<link href=\"text/shared/01/01100000.xhp\" name=\"Properties\">თვისებები</link>"
+#. :i{+
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"par_id3155333\n"
+"22\n"
+"help.text"
+msgid "Technical diagrams often show the dimensions of objects in the drawing. In $[officename] Draw, you can use dimension lines to calculate and display linear dimensions."
+msgstr "ტექნიკური დიაგრამა ხშირად აჩვენებს ობიექტების განხომილებებს ნახატში. $[officename] Draw-ში შეგიძლია გამოიყენო განზომილების ხაზი რომ გამოთვალო ხაზური განზომილება."
-#: main0101.xhp#hd_id3149127.12.help.text
-msgid "<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">Print</link>"
-msgstr "<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">ბეჭდვა</link>"
+#. 3ql:
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3154705\n"
+"18\n"
+"help.text"
+msgid "Gallery"
+msgstr "გალერეა"
-#: main0101.xhp#hd_id3145790.13.help.text
-msgid "<link href=\"text/shared/01/01140000.xhp\" name=\"Printer Settings\">Printer Settings</link>"
-msgstr "<link href=\"text/shared/01/01140000.xhp\" name=\"Printer Settings\">პრინტერის თვისებები</link>"
+#. Q,-f
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"par_id3154022\n"
+"7\n"
+"help.text"
+msgid "The Gallery contains images, animations, sounds and other items that you can insert and use in your drawings as well as other $[officename] programs."
+msgstr "გალერეა შეიცავს სურათებს, ანიმაციებს, ხმებს და სხვა ელემენტებს, რომლებიც თქვენ შეგიძლიათ გამოიყენოთ თქვენ ნახატებში ისევე როგორც სხვა $[officename] პროგრამებში."
-#: main0104.xhp#tit.help.text
+#. =~zN
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3149207\n"
+"19\n"
+"help.text"
+msgid "Graphic File Formats"
+msgstr "გრაფიკული ფაილის ფორმატი"
+
+#. eaS~
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"par_id3155112\n"
+"5\n"
+"help.text"
+msgid "$[officename] Draw can export to many common graphic file formats, such as BMP, GIF, JPG, and PNG."
+msgstr "$[officename] Draw აქ ბევრი გრაფიკული ფორმატის მხარდაჭერე ისეთები როგორიცაა BMP, GIF, JPG, და PNG."
+
+#. V[6E
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"tit\n"
+"help.text"
msgid "Insert"
msgstr "ჩასმა"
-#: main0104.xhp#hd_id3148797.1.help.text
+#. bTn\
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"hd_id3148797\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/sdraw/main0104.xhp\" name=\"Insert\">Insert</link>"
msgstr "<link href=\"text/sdraw/main0104.xhp\" name=\"Insert\">ჩასმა</link>"
-#: main0104.xhp#par_id3153770.2.help.text
+#. (arW
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"par_id3153770\n"
+"2\n"
+"help.text"
msgid "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
msgstr "ეს მენიუ გაძლევთ საშვალებას გრაფილულ დოკუმენტში ჩასმის საშვალებას როგორიცაა გრაფიკული სიმბოლოები და პირობითი ხაზები."
-#: main0104.xhp#hd_id3154320.3.help.text
+#. DVh@
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"hd_id3154320\n"
+"3\n"
+"help.text"
msgid "<link href=\"text/sdraw/01/04010000.xhp\" name=\"Slide\">Slide</link>"
msgstr "<link href=\"text/sdraw/01/04010000.xhp\" name=\"Slide\">სლაიდი</link>"
-#: main0104.xhp#hd_id3146974.4.help.text
+#. SO\2
+#: main0104.xhp
#, fuzzy
+msgctxt ""
+"main0104.xhp\n"
+"hd_id3146974\n"
+"4\n"
+"help.text"
msgid "<link href=\"text/simpress/01/04020000.xhp\" name=\"Layer\">Layer</link>"
msgstr "<link href=\"text/simpress/01/01180000.xhp\" name=\"Page\">გვერდი</link>"
-#: main0104.xhp#hd_id3147397.5.help.text
+#. cDtp
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"hd_id3147397\n"
+"5\n"
+"help.text"
msgid "<link href=\"text/simpress/01/04030000.xhp\" name=\"Insert Snap Point/Line\">Insert Snap Point/Line</link>"
msgstr "<link href=\"text/simpress/01/04030000.xhp\" name=\"Insert Snap Point/Line\">მიზიდვის წერტილის/ხაზის ჩასმა</link>"
-#: main0104.xhp#hd_id0915200910361385.help.text
+#. x9rV
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"hd_id0915200910361385\n"
+"help.text"
msgid "<link href=\"text/shared/01/04050000.xhp\" name=\"Comment\">Comment</link>"
msgstr "<link href=\"text/shared/01/04050000.xhp\" name=\"შენიშვნა\">შენიშვნა</link>"
-#: main0104.xhp#hd_id3154018.6.help.text
+#. BE57
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"hd_id3154018\n"
+"6\n"
+"help.text"
msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>"
msgstr "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">სპეციალური სიმბოლო</link>"
-#: main0104.xhp#hd_id3150749.11.help.text
+#. FFmY
+#: main0104.xhp
#, fuzzy
-msgctxt "main0104.xhp#hd_id3150749.11.help.text"
+msgctxt ""
+"main0104.xhp\n"
+"hd_id3150749\n"
+"11\n"
+"help.text"
msgid "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Hyperlink</link>"
msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>"
-#: main0104.xhp#hd_id3156385.7.help.text
+#. l9hz
+#: main0104.xhp
#, fuzzy
+msgctxt ""
+"main0104.xhp\n"
+"hd_id3156385\n"
+"7\n"
+"help.text"
msgid "<link href=\"text/simpress/01/04080100.xhp\" name=\"Table\">Table</link>"
msgstr "<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">ფაილი</link>"
-#: main0104.xhp#hd_id3147003.8.help.text
+#. GWKf
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"hd_id3147003\n"
+"8\n"
+"help.text"
msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Chart\">Chart</link>"
msgstr ""
-#: main0104.xhp#par_id0302200904020595.help.text
+#. m?h8
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"par_id0302200904020595\n"
+"help.text"
msgid "Inserts a chart."
msgstr ""
-#: main0104.xhp#hd_id3155111.9.help.text
+#. !rQT
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"hd_id3155111\n"
+"9\n"
+"help.text"
msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>"
msgstr "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">მოტივტივე ჩარჩო</link>"
-#: main0104.xhp#hd_id3157867.10.help.text
+#. E3bY
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"hd_id3157867\n"
+"10\n"
+"help.text"
msgid "<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">File</link>"
msgstr "<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">ფაილი</link>"
-#: main0210.xhp#tit.help.text
+#. c+^q
+#: main0105.xhp
+msgctxt ""
+"main0105.xhp\n"
+"tit\n"
+"help.text"
+msgid "Format"
+msgstr "ფორმატი"
+
+#. yG#+
+#: main0105.xhp
+msgctxt ""
+"main0105.xhp\n"
+"hd_id3153770\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sdraw/main0105.xhp\" name=\"Format\">Format</link>"
+msgstr "<link href=\"text/sdraw/main0105.xhp\" name=\"Format\">ფორმატი</link>"
+
+#. _i?%
+#: main0105.xhp
+msgctxt ""
+"main0105.xhp\n"
+"par_id3152578\n"
+"2\n"
+"help.text"
+msgid "Contains commands for formatting the layout and the contents of your document."
+msgstr "შეიცავს თქვენი დოკუმენტის ფორმატირების და განთავსების ბრძანებებს."
+
+#. })10
+#: main0105.xhp
+msgctxt ""
+"main0105.xhp\n"
+"hd_id3155111\n"
+"10\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Character</link>"
+msgstr "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">სიმბოლო</link>"
+
+#. ;r[n
+#: main0105.xhp
+msgctxt ""
+"main0105.xhp\n"
+"hd_id3146979\n"
+"12\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragraph</link>"
+msgstr "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">პარაგრაფი</link>"
+
+#. rRWc
+#: main0105.xhp
+msgctxt ""
+"main0105.xhp\n"
+"hd_id3166426\n"
+"19\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/Bullets\">Bullets and Numbering</link>"
+msgstr "<link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/Bullets\">ბულეტები და დანომრვა</link>"
+
+#. DK%q
+#: main0105.xhp
+msgctxt ""
+"main0105.xhp\n"
+"hd_id3155091\n"
+"14\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/01180000.xhp\" name=\"Page\">Page</link>"
+msgstr "<link href=\"text/simpress/01/01180000.xhp\" name=\"Page\">გვერდი</link>"
+
+#. Ho+Z
+#: main0105.xhp
+msgctxt ""
+"main0105.xhp\n"
+"hd_id3146971\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05230000.xhp\" name=\"Position and Size\">Position and Size</link>"
+msgstr "<link href=\"text/shared/01/05230000.xhp\" name=\"Position and Size\">პოზიცია და ზომა</link>"
+
+#. z)c0
+#: main0105.xhp
+#, fuzzy
+msgctxt ""
+"main0105.xhp\n"
+"hd_id3148576\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05200000.xhp\" name=\"Line\">Line</link>"
+msgstr "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">ბმულები</link>"
+
+#. H*G)
+#: main0105.xhp
+msgctxt ""
+"main0105.xhp\n"
+"hd_id3151076\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">Area</link>"
+msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">არე</link>"
+
+#. T!@9
+#: main0105.xhp
+msgctxt ""
+"main0105.xhp\n"
+"hd_id3153878\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">Text</link>"
+msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
+
+#. mPf!
+#: main0105.xhp
+#, fuzzy
+msgctxt ""
+"main0105.xhp\n"
+"hd_id3153913\n"
+"16\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/05140000.xhp\" name=\"Layer\">Layer</link>"
+msgstr "<link href=\"text/simpress/01/01180000.xhp\" name=\"Page\">გვერდი</link>"
+
+#. a3_F
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"tit\n"
+"help.text"
msgid "Drawing Bar"
msgstr "სახატავი დაფა"
-#: main0210.xhp#hd_id3150398.1.help.text
+#. oK~4
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"hd_id3150398\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/sdraw/main0210.xhp\" name=\"Drawing Bar\">Drawing Bar</link>"
msgstr "<link href=\"text/sdraw/main0210.xhp\" name=\"Drawing Bar\">სახატავი დაფა</link>"
-#: main0210.xhp#par_id3149656.2.help.text
+#. NHH4
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_id3149656\n"
+"2\n"
+"help.text"
msgid "The <emph>Drawing</emph> bar holds the main drawing tools."
msgstr "<emph>სახატავი</emph> დაფა შეიცავს ხატვის ყველა ძირითად ინსტრუმენტებს"
-#: main0210.xhp#par_idN105D1.help.text
+#. {y8]
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_idN105D1\n"
+"help.text"
msgid "<link href=\"text/simpress/02/10060000.xhp\">Rectangle</link>"
msgstr "<link href=\"text/simpress/02/10060000.xhp\">მართკუთხედი</link>"
-#: main0210.xhp#par_idN105E1.help.text
+#. #:iX
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_idN105E1\n"
+"help.text"
msgid "Draws a filled rectangle where you drag in the current document. Click where you want to place a corner of the rectangle, and drag to the size you want. To draw a square, hold down Shift while you drag."
msgstr "მოცემულ დოკუმენტში ჭიმავს შევსებულ ოთკუთხედს. დააწკაპუნე იმ ადგილას სადაც გინდა დასვა მართკუთხედის კუთხე და გადაათრია რა ზომაზეც გინდა. კვადრატის მისაღებად გეჭიროთ Shift კლავიშა."
-#: main0210.xhp#par_idN105EE.help.text
+#. ScY)
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_idN105EE\n"
+"help.text"
msgid "<link href=\"text/simpress/02/10070000.xhp\">Ellipse</link>"
msgstr "<link href=\"text/simpress/02/10070000.xhp\">ელიფსი</link>"
-#: main0210.xhp#par_idN105FE.help.text
+#. *XuU
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_idN105FE\n"
+"help.text"
msgid "Draws a filled oval where you drag in the current document. Click where you want to draw the oval, and drag to the size you want. To draw a circle, hold down Shift while you drag."
msgstr "მოცემულ დოკუმენტში ჭიმავს შევსებულ ოვალს. დააწკაპუნე იქ სადაც გინდა რომ ჩასვა ოვალი და გადაათრიეთ სასურველ ზომაზე. წრეწირის მისაღებად გაჭიროთ Shift ღილაკი."
-#: main0210.xhp#par_idN1060B.help.text
+#. 3,)c
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_idN1060B\n"
+"help.text"
msgid "<link href=\"text/simpress/02/10050000.xhp\">Text</link>"
msgstr "<link href=\"text/simpress/02/10050000.xhp\">ტექსტი</link>"
-#: main0210.xhp#par_idN1061B.help.text
+#. ^^P]
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_idN1061B\n"
+"help.text"
msgid "Draws a text box where you click or drag in the current document. Click anywhere in the document, and then type or paste your text."
msgstr "მოცემულ დოკუმენტში ჭიმავს ტექსტურ ველს.დააწკაპუნე ველში ნებისმიერ ადგილას და შემდეგ აკრიფე საჭირო ტექსტი."
-#: main0210.xhp#par_idN107C8.help.text
+#. gEUn
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_idN107C8\n"
+"help.text"
msgid "<link href=\"text/simpress/02/10120000.xhp\" name=\"Lines and Arrows\">Lines and Arrows</link>"
msgstr ""
-#: main0210.xhp#par_idN126D7.help.text
+#. uS)D
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_idN126D7\n"
+"help.text"
msgid "Opens the Arrows toolbar to insert lines and arrows."
msgstr ""
-#: main0210.xhp#par_idN106B4.help.text
+#. o/fm
+#: main0210.xhp
#, fuzzy
-msgctxt "main0210.xhp#par_idN106B4.help.text"
+msgctxt ""
+"main0210.xhp\n"
+"par_idN106B4\n"
+"help.text"
msgid "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">Points</link>"
msgstr "<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">ბეჭდვა</link>"
-#: main0210.xhp#par_idN106C3.help.text
-msgctxt "main0210.xhp#par_idN106C3.help.text"
+#. AG@/
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_idN106C3\n"
+"help.text"
msgid "Enables you to edit points on your drawing."
msgstr ""
-#: main0210.xhp#par_idN106C8.help.text
+#. ?,Rf
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_idN106C8\n"
+"help.text"
msgid "<link href=\"text/simpress/02/10030200.xhp\" name=\"Glue points\">Glue Points</link>"
msgstr "<link href=\"text/simpress/02/10030200.xhp\" name=\"Glue points\">წებოვანი წერტილები</link>"
-#: main0210.xhp#par_idN106D7.help.text
-msgctxt "main0210.xhp#par_idN106D7.help.text"
+#. Y-X$
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_idN106D7\n"
+"help.text"
msgid "Enables you to edit glue points on your drawing."
msgstr ""
-#: main0210.xhp#par_idN10754.help.text
+#. (9T!
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_idN10754\n"
+"help.text"
msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">From File</link>"
msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">ფაილიდან</link>"
-#: main0210.xhp#par_idN1072C.help.text
+#. D7-h
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_idN1072C\n"
+"help.text"
msgid "<link href=\"text/shared/02/01170000.xhp\" name=\"Form Controls\">Form Controls</link>"
msgstr "<link href=\"text/shared/02/01170000.xhp\" name=\"Form Controls\">ფორმის კონტროლი</link>"
-#: main0210.xhp#par_idN1074B.help.text
+#. D2hp
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_idN1074B\n"
+"help.text"
msgid "<link href=\"text/shared/3dsettings_toolbar.xhp\">Extrusion On/Off</link>"
msgstr "<link href=\"text/shared/3dsettings_toolbar.xhp\"></link>"
-#: main0210.xhp#par_idN1075A.help.text
+#. j/Kr
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_idN1075A\n"
+"help.text"
msgid "Switches the 3D effects on and off for the selected objects."
msgstr "ცვლის 3D ეფექტებს ჩართვა გამორთვაზე."
-#: main0000.xhp#tit.help.text
-msgid "Welcome to the $[officename] Draw Help"
-msgstr "მოგესალმებით გრაფიკული $[officename] დახმარება"
-
-#: main0000.xhp#hd_id3155960.1.help.text
-msgid "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> </switchinline>Welcome to the $[officename] Draw Help"
-msgstr "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> </switchinline>მოგესალმებით $[officename] Draw დახმარება"
-
-#: main0000.xhp#hd_id3154022.3.help.text
-msgid "How to Work With $[officename] Draw"
-msgstr "როგორ ვიმუშავო $[officename] Draw"
-
-#: main0000.xhp#hd_id3150363.5.help.text
-msgid "$[officename] Draw Menus, Toolbars, and Keys"
-msgstr "$[officename] Draw მენიუები, ინსტრუმენების პანელი და კლავიშები"
-
-#: main0000.xhp#hd_id3166430.4.help.text
-msgid "Help about the Help"
-msgstr "დახმარება დახმარების შელახებ"
-
-#: main0103.xhp#tit.help.text
+#. 6bm6
+#: main0103.xhp
+msgctxt ""
+"main0103.xhp\n"
+"tit\n"
+"help.text"
msgid "View"
msgstr "ხედვა"
-#: main0103.xhp#hd_id3152576.1.help.text
+#. /:\E
+#: main0103.xhp
+msgctxt ""
+"main0103.xhp\n"
+"hd_id3152576\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/sdraw/main0103.xhp\" name=\"View\">View</link>"
msgstr "<link href=\"text/sdraw/main0103.xhp\" name=\"View\">ხედვა</link>"
-#: main0103.xhp#par_id3159155.2.help.text
+#. )V[h
+#: main0103.xhp
+msgctxt ""
+"main0103.xhp\n"
+"par_id3159155\n"
+"2\n"
+"help.text"
msgid "Sets the display properties of Draw documents."
msgstr "ეკრანის თვისებების დაყენება Draw დოკიმენტებისთვის."
-#: main0103.xhp#par_idN105AB.help.text
+#. 0_gW
+#: main0103.xhp
+msgctxt ""
+"main0103.xhp\n"
+"par_idN105AB\n"
+"help.text"
msgid "Normal"
msgstr "ჩვეულებრივი"
-#: main0103.xhp#par_idN105AF.help.text
+#. 6Z]n
+#: main0103.xhp
+msgctxt ""
+"main0103.xhp\n"
+"par_idN105AF\n"
+"help.text"
msgid "Switch to normal view of the page."
msgstr "გვერდის ჩვეულებრივი ხედვის ჩამრთველი."
-#: main0103.xhp#par_idN105B2.help.text
+#. jUs,
+#: main0103.xhp
+msgctxt ""
+"main0103.xhp\n"
+"par_idN105B2\n"
+"help.text"
msgid "Master"
msgstr "მთავატი"
-#: main0103.xhp#par_idN105B6.help.text
+#. 5HC;
+#: main0103.xhp
+msgctxt ""
+"main0103.xhp\n"
+"par_idN105B6\n"
+"help.text"
msgid "Switch to the master page view."
msgstr "გვერდის მთავარი ხედვის ჩამრთველი."
-#: main0103.xhp#hd_id3149666.3.help.text
+#. M[5=
+#: main0103.xhp
+msgctxt ""
+"main0103.xhp\n"
+"hd_id3149666\n"
+"3\n"
+"help.text"
msgid "<link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">Zoom</link>"
msgstr "<link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">მაშტაბი</link>"
-#: main0100.xhp#tit.help.text
-msgid "Menus"
-msgstr "მნიუბი"
-
-#: main0100.xhp#hd_id3148664.1.help.text
-#, fuzzy
-msgid "<variable id=\"main0100\"><link href=\"text/sdraw/main0100.xhp\" name=\"Menus\">Menus</link></variable>"
-msgstr "<variable id=\"main0200\"><link href=\"text/sdraw/main0200.xhp\" name=\"Toolbars\">ხელსაწყოთა ზოლი</link></variable>"
-
-#: main0100.xhp#par_id3154684.2.help.text
-msgid "The following is a description of all $[officename] Draw menus, submenus and their dialogs."
-msgstr "შემდეგი არის $[officename] Drow მენიუ, ქვემენიუები და მისი დიალოგები."
-
-#: main0200.xhp#tit.help.text
-msgid "Toolbars"
-msgstr "ხელსაწყოთა ზოლი"
-
-#: main0200.xhp#hd_id3148663.1.help.text
-msgid "<variable id=\"main0200\"><link href=\"text/sdraw/main0200.xhp\" name=\"Toolbars\">Toolbars</link></variable>"
-msgstr "<variable id=\"main0200\"><link href=\"text/sdraw/main0200.xhp\" name=\"Toolbars\">ხელსაწყოთა ზოლი</link></variable>"
-
-#: main0200.xhp#par_id3125863.2.help.text
-msgid "This section provides an overview of the toolbars available in $[officename] Draw."
-msgstr "ეს მენიუ გაძლევთ ინსტრუმენტალური პანელის მოკლე მიმოხილვას $[officename] Draw-ში."
-
-#: main0503.xhp#tit.help.text
-msgid "$[officename] Draw Features"
-msgstr "$[officename] Draw შესაძლებლობები"
-
-#: main0503.xhp#hd_id3148797.1.help.text
-msgid "<variable id=\"main0503\"><link href=\"text/sdraw/main0503.xhp\" name=\"$[officename] Draw Features\">$[officename] Draw Features</link></variable>"
-msgstr "<variable id=\"main0503\"><link href=\"text/sdraw/main0503.xhp\" name=\"$[officename] Draw Features\">$[officename] Draw შესაძლებლობები</link></variable>"
-
-#: main0503.xhp#par_id3146975.2.help.text
-msgid "$[officename] Draw lets you create simple and complex drawings and export them in a number of common image formats. You can also insert tables, charts, formulas and other items created in $[officename] programs into your drawings."
-msgstr "$[officename] Draw გაძლევთ საშვალებას შექმნათ მარტივი და რთული ნახატები და მათი ექსპორტი სხვადასხვა ფორმატში.თქვენ შეგიძლიათ აგრეთევ ჩასვათ თქვენ ნახატში ცხრილები, დიაგრამები ფორმულები და სხვა ელემენტები რომლებიც შექმნილია $[officename] პროგრამაში."
-
-#: main0503.xhp#hd_id3147435.11.help.text
-msgid "Vector Graphics"
-msgstr "ვექტორელი გრაფიკული სიმბოლოები"
-
-#: main0503.xhp#par_id3153142.12.help.text
-msgid "$[officename] Draw creates vector graphics using lines and curves defined by mathematical vectors. Vectors describe lines, ellipses, and polygons according to their geometry."
-msgstr "$[officename] Draw მათემატიკური ვექტორებით განსაზღვრული ხაზების და მრუდების გამოყენებით ქმნის ვექტორულ გრაფიკულ სიმბოლოებს. ვექტორები აღწერენ ხაზებს, ელიფსებს და მრავალკუთხედებს მათი გეომეტრიის გათვალისწინებით."
-
-#: main0503.xhp#hd_id3154320.14.help.text
-msgid "Creating 3D Objects"
-msgstr "3D ობიექტების შექმნა"
-
-#: main0503.xhp#par_id3145251.15.help.text
-msgid "You can create simple 3D objects such as cubes, spheres, and cylinders in $[officename] Draw and even modify the light source of the objects."
-msgstr "თქვენ შეგიძლიათ შექმნათ $[officename]-ში 3D ობიქტები როგორიცაა კუბები, სფეროები და ცილინდრები,გაწელო და ცვალო ობიეტების განათების წერტილები."
-
-#: main0503.xhp#hd_id3154491.20.help.text
-msgid "Grids and Snap Lines"
-msgstr ""
-
-#: main0503.xhp#par_id3149379.6.help.text
-#, fuzzy
-msgid "Grids and snap lines provide a visual cue to help you align objects in your drawing. You can also choose to snap an object to a grid line, snap line or to the edge of another object."
-msgstr "ბადეები და მომნიშვნელები უზრუნველყოფენ ვიზუალურ ბრძანებებს რომებიც გეხმარებიან თქვენ ნახატზე ობიექტების გასწორებაში. თქვენ შეგიძლიათ აგრეთვე დააფიქსიროთ ობიექტი საკოორდინატო ბადესთან, მომნიშვნელთან და სხვა ობიეტქის კიდესთან."
-
-#: main0503.xhp#hd_id3155601.16.help.text
-msgid "Connecting Objects to Show Relationships"
-msgstr "ობიექტების შეერთება რელაციულობის საჩვენებლად"
-
-#: main0503.xhp#par_id3149124.17.help.text
-msgid "You can connect objects in $[officename] Draw with special lines called \"connectors\" to show the relationship between objects. Connectors attach to glue points on drawing objects and remain attached when the connected objects are moved. Connectors are useful for creating organization charts and technical diagrams."
-msgstr "თქვენ შეგიძლიათ $[officename] Draw-ში სპეციალური ხაზებით სახელწოდებით \"კონექტორები\" დააკავშიროთ ერთმანეთთან ობიეტქები,რომ აჩვენოთ მათ შორის კავშირი. კონექტორები უკავშირდება ნახატზე წებოვან წერტილებს და რჩებიან მიწებებული როცა დამკავშირებილი ობიექტები გადაადგილებულია.კონექტორები სასარგებლოა ორგანიზაციის გრაფიკის და ტექნიკური დიაგრამის შექმნისას."
-
-#: main0503.xhp#hd_id3155764.21.help.text
-msgid "Displaying Dimensions"
-msgstr "ეკრანის განზომილება"
-
-#: main0503.xhp#par_id3155333.22.help.text
-msgid "Technical diagrams often show the dimensions of objects in the drawing. In $[officename] Draw, you can use dimension lines to calculate and display linear dimensions."
-msgstr "ტექნიკური დიაგრამა ხშირად აჩვენებს ობიექტების განხომილებებს ნახატში. $[officename] Draw-ში შეგიძლია გამოიყენო განზომილების ხაზი რომ გამოთვალო ხაზური განზომილება."
-
-#: main0503.xhp#hd_id3154705.18.help.text
-msgid "Gallery"
-msgstr "გალერეა"
-
-#: main0503.xhp#par_id3154022.7.help.text
-msgid "The Gallery contains images, animations, sounds and other items that you can insert and use in your drawings as well as other $[officename] programs."
-msgstr "გალერეა შეიცავს სურათებს, ანიმაციებს, ხმებს და სხვა ელემენტებს, რომლებიც თქვენ შეგიძლიათ გამოიყენოთ თქვენ ნახატებში ისევე როგორც სხვა $[officename] პროგრამებში."
-
-#: main0503.xhp#hd_id3149207.19.help.text
-msgid "Graphic File Formats"
-msgstr "გრაფიკული ფაილის ფორმატი"
-
-#: main0503.xhp#par_id3155112.5.help.text
-msgid "$[officename] Draw can export to many common graphic file formats, such as BMP, GIF, JPG, and PNG."
-msgstr "$[officename] Draw აქ ბევრი გრაფიკული ფორმატის მხარდაჭერე ისეთები როგორიცაა BMP, GIF, JPG, და PNG."
-
-#: main0105.xhp#tit.help.text
-msgid "Format"
-msgstr "ფორმატი"
-
-#: main0105.xhp#hd_id3153770.1.help.text
-msgid "<link href=\"text/sdraw/main0105.xhp\" name=\"Format\">Format</link>"
-msgstr "<link href=\"text/sdraw/main0105.xhp\" name=\"Format\">ფორმატი</link>"
-
-#: main0105.xhp#par_id3152578.2.help.text
-msgid "Contains commands for formatting the layout and the contents of your document."
-msgstr "შეიცავს თქვენი დოკუმენტის ფორმატირების და განთავსების ბრძანებებს."
-
-#: main0105.xhp#hd_id3155111.10.help.text
-msgid "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Character</link>"
-msgstr "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">სიმბოლო</link>"
-
-#: main0105.xhp#hd_id3146979.12.help.text
-msgid "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragraph</link>"
-msgstr "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">პარაგრაფი</link>"
-
-#: main0105.xhp#hd_id3166426.19.help.text
-msgid "<link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/Bullets\">Bullets and Numbering</link>"
-msgstr "<link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/Bullets\">ბულეტები და დანომრვა</link>"
-
-#: main0105.xhp#hd_id3155091.14.help.text
-msgid "<link href=\"text/simpress/01/01180000.xhp\" name=\"Page\">Page</link>"
-msgstr "<link href=\"text/simpress/01/01180000.xhp\" name=\"Page\">გვერდი</link>"
-
-#: main0105.xhp#hd_id3146971.6.help.text
-msgid "<link href=\"text/shared/01/05230000.xhp\" name=\"Position and Size\">Position and Size</link>"
-msgstr "<link href=\"text/shared/01/05230000.xhp\" name=\"Position and Size\">პოზიცია და ზომა</link>"
-
-#: main0105.xhp#hd_id3148576.3.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05200000.xhp\" name=\"Line\">Line</link>"
-msgstr "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">ბმულები</link>"
-
-#: main0105.xhp#hd_id3151076.4.help.text
-msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">Area</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">არე</link>"
-
-#: main0105.xhp#hd_id3153878.5.help.text
-msgid "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">Text</link>"
-msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
-
-#: main0105.xhp#hd_id3153913.16.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/05140000.xhp\" name=\"Layer\">Layer</link>"
-msgstr "<link href=\"text/simpress/01/01180000.xhp\" name=\"Page\">გვერდი</link>"
-
-#: main0102.xhp#tit.help.text
+#. es?%
+#: main0102.xhp
+msgctxt ""
+"main0102.xhp\n"
+"tit\n"
+"help.text"
msgid "Edit"
msgstr "რედაქტირება"
-#: main0102.xhp#hd_id3150868.1.help.text
+#. p@!a
+#: main0102.xhp
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3150868\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/sdraw/main0102.xhp\" name=\"Edit\">Edit</link>"
msgstr "<link href=\"text/sdraw/main0102.xhp\" name=\"Edit\">რედაქტირება</link>"
-#: main0102.xhp#par_id3146974.2.help.text
+#. ~7-s
+#: main0102.xhp
+msgctxt ""
+"main0102.xhp\n"
+"par_id3146974\n"
+"2\n"
+"help.text"
msgid "The commands in this menu are used to edit Draw documents (for example, copying and pasting)."
msgstr "ამ მენიუს ბრძანებები გამოიყენება გრაფიკული დოკუმენტების რედაქტირებისთვის (მაგალითად კოპირება და ჩასმა)."
-#: main0102.xhp#hd_id3147396.3.help.text
+#. 6sOC
+#: main0102.xhp
#, fuzzy
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3147396\n"
+"3\n"
+"help.text"
msgid "<link href=\"text/shared/01/02070000.xhp\" name=\"Paste Special\">Paste Special</link>"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/02070000.xhp\" name=\"საგანგებო ჩასმა\">საგანგებო ჩასმა</link>\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/02070000.xhp\" name=\"საგანგებოდ ჩასმა\">საგანგებოდ ჩასმა</link>"
-
-#: main0102.xhp#hd_id3149400.4.help.text
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/02070000.xhp\" name=\"საგანგებო ჩასმა\">საგანგებო ჩასმა</link>\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/02070000.xhp\" name=\"საგანგებოდ ჩასმა\">საგანგებოდ ჩასმა</link>"
+
+#. DNKM
+#: main0102.xhp
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3149400\n"
+"4\n"
+"help.text"
msgid "<link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">Find & Replace</link>"
msgstr "<link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">პოვნა და შეცვლა</link>"
-#: main0102.xhp#hd_id3153713.13.help.text
+#. Hq;[
+#: main0102.xhp
#, fuzzy
-msgctxt "main0102.xhp#hd_id3153713.13.help.text"
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3153713\n"
+"13\n"
+"help.text"
msgid "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">Points</link>"
msgstr "<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">ბეჭდვა</link>"
-#: main0102.xhp#par_id3147340.14.help.text
-msgctxt "main0102.xhp#par_id3147340.14.help.text"
+#. EE\B
+#: main0102.xhp
+msgctxt ""
+"main0102.xhp\n"
+"par_id3147340\n"
+"14\n"
+"help.text"
msgid "Enables you to edit points on your drawing."
msgstr ""
-#: main0102.xhp#hd_id3149258.15.help.text
+#. BE.D
+#: main0102.xhp
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3149258\n"
+"15\n"
+"help.text"
msgid "<link href=\"text/simpress/02/10030200.xhp\" name=\"Glue points\">Glue points</link>"
msgstr "<link href=\"text/simpress/02/10030200.xhp\" name=\"Glue points\">წებოვანი წერტილები</link>"
-#: main0102.xhp#par_id3146315.16.help.text
-msgctxt "main0102.xhp#par_id3146315.16.help.text"
+#. R=V^
+#: main0102.xhp
+msgctxt ""
+"main0102.xhp\n"
+"par_id3146315\n"
+"16\n"
+"help.text"
msgid "Enables you to edit glue points on your drawing."
msgstr ""
-#: main0102.xhp#hd_id3147005.5.help.text
+#. jS`U
+#: main0102.xhp
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3147005\n"
+"5\n"
+"help.text"
msgid "<link href=\"text/simpress/01/02120000.xhp\" name=\"Duplicate\">Duplicate</link>"
msgstr "<link href=\"text/simpress/01/02120000.xhp\" name=\"Duplicate\">დუბლიკატები</link>"
-#: main0102.xhp#hd_id3150205.6.help.text
+#. Up:K
+#: main0102.xhp
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3150205\n"
+"6\n"
+"help.text"
msgid "<link href=\"text/simpress/01/02150000.xhp\" name=\"Cross-fading\">Cross-fading</link>"
msgstr "<link href=\"text/simpress/01/02150000.xhp\" name=\"Cross-fading\">რბილი გადასვლა</link>"
-#: main0102.xhp#hd_id3154650.7.help.text
+#. dS5B
+#: main0102.xhp
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3154650\n"
+"7\n"
+"help.text"
msgid "<link href=\"text/simpress/01/02160000.xhp\" name=\"Fields\">Fields</link>"
msgstr "<link href=\"text/simpress/01/02160000.xhp\" name=\"Fields\">ველები</link>"
-#: main0102.xhp#hd_id3156446.10.help.text
+#. ,^Hf
+#: main0102.xhp
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3156446\n"
+"10\n"
+"help.text"
msgid "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">Links</link>"
msgstr "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">ბმულები</link>"
-#: main0102.xhp#hd_id3148699.11.help.text
+#. xh`c
+#: main0102.xhp
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3148699\n"
+"11\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>"
-#: main0102.xhp#hd_id3157867.12.help.text
+#. 4(gW
+#: main0102.xhp
#, fuzzy
-msgctxt "main0102.xhp#hd_id3157867.12.help.text"
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3157867\n"
+"12\n"
+"help.text"
msgid "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Hyperlink</link>"
msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>"
-#: main0213.xhp#tit.help.text
+#. 2rDQ
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"tit\n"
+"help.text"
+msgid "Line and Filling Bar"
+msgstr "კანტის და შევსების ზოლი"
+
+#. i|-j
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id3149669\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sdraw/main0202.xhp\" name=\"Line and Filling Bar\">Line and Filling Bar</link>"
+msgstr "<link href=\"text/sdraw/main0202.xhp\" name=\"Line and Filling Bar\">კანტის და შევსების ზოლი</link>"
+
+#. Dt#@
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_id3150543\n"
+"2\n"
+"help.text"
+msgid "The Line and Filling bar contains commands for the current editing mode."
+msgstr "კანტის და შევსების ზოლი შეიცავს მიმდინარე რედაქტირების ბრძანებებს."
+
+#. k+}Q
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id3149664\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">Line Style</link>"
+msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">ხაზის სტილი</link>"
+
+#. a?mn
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id3156285\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Width\">Line Width</link>"
+msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">ხაზის სტილი</link>"
+
+#. LU%O
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id3154015\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Color\">Line Color</link>"
+msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Color\">ხაზის ფერი</link>"
+
+#. .5$d
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id3155767\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Area Style / Filling</link>"
+msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">არეს სტილი /შევსება</link>"
+
+#. ~o,8
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id3341471\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">Shadow</link>"
+msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">ჩრდილი</link>"
+
+#. RAUO
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"tit\n"
+"help.text"
msgid "Options Bar"
msgstr "პარამეტრების ზოლი"
-#: main0213.xhp#hd_id3150793.1.help.text
+#. 7_?\
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3150793\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/sdraw/main0213.xhp\" name=\"Options Bar\">Options Bar</link>"
msgstr "<link href=\"text/sdraw/main0213.xhp\" name=\"Options Bar\">პარამეტრების ზოლი</link>"
-#: main0213.xhp#par_id3154685.2.help.text
+#. pvB`
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"par_id3154685\n"
+"2\n"
+"help.text"
msgid "The <emph>Options</emph> bar can be displayed by choosing <emph>View - Toolbars - Options</emph>."
msgstr ""
-#: main0213.xhp#hd_id3145251.3.help.text
+#. g!Vo
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3145251\n"
+"3\n"
+"help.text"
msgid "<link href=\"text/shared/02/01171200.xhp\" name=\"Display Grid\">Display Grid</link>"
msgstr "<link href=\"text/shared/02/01171200.xhp\" name=\"Display Grid\">ეკრანის ბადე</link>"
-#: main0213.xhp#hd_id3149018.5.help.text
+#. asJk
+#: main0213.xhp
#, fuzzy
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3149018\n"
+"5\n"
+"help.text"
msgid "<link href=\"text/shared/02/01171400.xhp\" name=\"Helplines While Moving\">Helplines While Moving</link>"
msgstr "<link href=\"text/shared/02/01171400.xhp\" name=\"Guides When Moving\">იხელმძღვანელედ გადაადგილების დროს</link>"
-#: main0213.xhp#hd_id3147338.6.help.text
+#. )I2p
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3147338\n"
+"6\n"
+"help.text"
msgid "<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\">Snap to Grid</link>"
msgstr "<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\">მიზიდვა ბადესთან</link>"
-#: main0213.xhp#hd_id3146313.7.help.text
+#. 5r@z
+#: main0213.xhp
#, fuzzy
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3146313\n"
+"7\n"
+"help.text"
msgid "<link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Snap Lines\">Snap to Snap Lines</link>"
msgstr "<link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Guides\">მიზიდვა მიმნიშვნელებთან</link>"
-#: main0213.xhp#hd_id3155111.8.help.text
+#. C%3p
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3155111\n"
+"8\n"
+"help.text"
msgid "<link href=\"text/simpress/02/13150000.xhp\" name=\"Snap to Page Margins\">Snap to Page Margins</link>"
msgstr "<link href=\"text/simpress/02/13150000.xhp\" name=\"Snap to Page Margins\">გვერდის კიდესათან მიზიდვა</link>"
-#: main0213.xhp#hd_id3150343.9.help.text
+#. a6:_
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3150343\n"
+"9\n"
+"help.text"
msgid "<link href=\"text/simpress/02/13160000.xhp\" name=\"Snap to Object Border\">Snap to Object Border</link>"
msgstr "<link href=\"text/simpress/02/13160000.xhp\" name=\"ობიექტების საზღვართან მიზიდვა\">ობიექტების საზღვართან მიზიდვა</link>"
-#: main0213.xhp#hd_id3150368.10.help.text
+#. LUyB
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3150368\n"
+"10\n"
+"help.text"
msgid "<link href=\"text/simpress/02/13170000.xhp\" name=\"Snap to Object Points\">Snap to Object Points</link>"
msgstr "<link href=\"text/simpress/02/13170000.xhp\" name=\"Snap to Object Points\">ობიექტის პუნქტანებთან მიზიდვა</link>"
-#: main0213.xhp#hd_id3146980.11.help.text
+#. !y4@
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3146980\n"
+"11\n"
+"help.text"
msgid "<link href=\"text/simpress/02/13180000.xhp\" name=\"Allow Quick Editing\">Allow Quick Editing</link>"
msgstr "<link href=\"text/simpress/02/13180000.xhp\" name=\"Allow Quick Editing\">სწრაფი რედაქტირების გამოყენება</link>"
-#: main0213.xhp#hd_id3148870.12.help.text
+#. T{]s
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3148870\n"
+"12\n"
+"help.text"
msgid "<link href=\"text/simpress/02/13190000.xhp\" name=\"Select Text Area Only\">Select Text Area Only</link>"
msgstr "<link href=\"text/simpress/02/13190000.xhp\" name=\"Select Text Area Only\">მხოლოდ ტექსტის არის არჩევა</link>"
-#: main0106.xhp#tit.help.text
-msgid "Tools"
-msgstr "ინსტრუმენტები"
+#. YR3W
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Welcome to the $[officename] Draw Help"
+msgstr "მოგესალმებით გრაფიკული $[officename] დახმარება"
-#: main0106.xhp#hd_id3159155.1.help.text
-msgid "<link href=\"text/sdraw/main0106.xhp\" name=\"Tools\">Tools</link>"
-msgstr "<link href=\"text/sdraw/main0106.xhp\" name=\"Tools\">ინსტრუმენტები</link>"
+#. -56r
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"hd_id3155960\n"
+"1\n"
+"help.text"
+msgid "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> </switchinline>Welcome to the $[officename] Draw Help"
+msgstr "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> </switchinline>მოგესალმებით $[officename] Draw დახმარება"
-#: main0106.xhp#par_id3156443.2.help.text
-msgid "This menu provides tools for $[officename] Draw as well as access to language and system settings."
-msgstr "ეს მენიუ გაძლევთ ინსტრუმენეტებს $[officename] Draw-თვის ისევე როგორც ენის და სისტეტემურ პარამეტრებს."
+#. Y%1,
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"hd_id3154022\n"
+"3\n"
+"help.text"
+msgid "How to Work With $[officename] Draw"
+msgstr "როგორ ვიმუშავო $[officename] Draw"
-#: main0106.xhp#hd_id3153415.4.help.text
-msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">ავტოკორექცია</link>"
+#. :pjQ
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"hd_id3150363\n"
+"5\n"
+"help.text"
+msgid "$[officename] Draw Menus, Toolbars, and Keys"
+msgstr "$[officename] Draw მენიუები, ინსტრუმენების პანელი და კლავიშები"
-#: main0106.xhp#hd_id3150044.6.help.text
+#. }jqA
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"hd_id3166430\n"
+"4\n"
+"help.text"
+msgid "Help about the Help"
+msgstr "დახმარება დახმარების შელახებ"
+
+#. fI0H
+#: main0100.xhp
+msgctxt ""
+"main0100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Menus"
+msgstr "მნიუბი"
+
+#. R)hN
+#: main0100.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Customize</link>"
+msgctxt ""
+"main0100.xhp\n"
+"hd_id3148664\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"main0100\"><link href=\"text/sdraw/main0100.xhp\" name=\"Menus\">Menus</link></variable>"
+msgstr "<variable id=\"main0200\"><link href=\"text/sdraw/main0200.xhp\" name=\"Toolbars\">ხელსაწყოთა ზოლი</link></variable>"
+
+#. BWYe
+#: main0100.xhp
+msgctxt ""
+"main0100.xhp\n"
+"par_id3154684\n"
+"2\n"
+"help.text"
+msgid "The following is a description of all $[officename] Draw menus, submenus and their dialogs."
+msgstr "შემდეგი არის $[officename] Drow მენიუ, ქვემენიუები და მისი დიალოგები."
+
+#. ]n]@
+#: main0200.xhp
+msgctxt ""
+"main0200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Toolbars"
+msgstr "ხელსაწყოთა ზოლი"
+
+#. y0(Q
+#: main0200.xhp
+msgctxt ""
+"main0200.xhp\n"
+"hd_id3148663\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"main0200\"><link href=\"text/sdraw/main0200.xhp\" name=\"Toolbars\">Toolbars</link></variable>"
+msgstr "<variable id=\"main0200\"><link href=\"text/sdraw/main0200.xhp\" name=\"Toolbars\">ხელსაწყოთა ზოლი</link></variable>"
+
+#. `VlK
+#: main0200.xhp
+msgctxt ""
+"main0200.xhp\n"
+"par_id3125863\n"
+"2\n"
+"help.text"
+msgid "This section provides an overview of the toolbars available in $[officename] Draw."
+msgstr "ეს მენიუ გაძლევთ ინსტრუმენტალური პანელის მოკლე მიმოხილვას $[officename] Draw-ში."
+
+#. B,?]
+#: main0101.xhp
+msgctxt ""
+"main0101.xhp\n"
+"tit\n"
+"help.text"
+msgid "File"
+msgstr "ფაილი"
+
+#. {^Dn
+#: main0101.xhp
+msgctxt ""
+"main0101.xhp\n"
+"hd_id3149655\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sdraw/main0101.xhp\" name=\"File\">File</link>"
+msgstr "<link href=\"text/sdraw/main0101.xhp\" name=\"File\">ფაილი</link>"
+
+#. 1;J{
+#: main0101.xhp
+msgctxt ""
+"main0101.xhp\n"
+"par_id3150868\n"
+"2\n"
+"help.text"
+msgid "This menu contains general commands for working with Draw documents, such as open, close and print. To close $[officename] Draw, click <emph>Exit</emph>."
msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/06140000.xhp\" name=\"კონფოგურირება\">კონფიგურირება</link>\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/06140000.xhp\" name=\"კონფიგურაცია\">მორგება</link>\n"
-"#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/06140000.xhp\" name=\"Configure\">მორგება</link>"
-
-#: main0202.xhp#tit.help.text
-msgid "Line and Filling Bar"
-msgstr "კანტის და შევსების ზოლი"
-#: main0202.xhp#hd_id3149669.1.help.text
-msgid "<link href=\"text/sdraw/main0202.xhp\" name=\"Line and Filling Bar\">Line and Filling Bar</link>"
-msgstr "<link href=\"text/sdraw/main0202.xhp\" name=\"Line and Filling Bar\">კანტის და შევსების ზოლი</link>"
+#. Mt6N
+#: main0101.xhp
+msgctxt ""
+"main0101.xhp\n"
+"hd_id3156441\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">Open</link>"
+msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>"
-#: main0202.xhp#par_id3150543.2.help.text
-msgid "The Line and Filling bar contains commands for the current editing mode."
-msgstr "კანტის და შევსების ზოლი შეიცავს მიმდინარე რედაქტირების ბრძანებებს."
+#. edk{
+#: main0101.xhp
+msgctxt ""
+"main0101.xhp\n"
+"hd_id3153876\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">Save As</link>"
+msgstr "<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">შენახვა როგორც</link>"
-#: main0202.xhp#hd_id3149664.3.help.text
-msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">Line Style</link>"
-msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">ხაზის სტილი</link>"
+#. L)N\
+#: main0101.xhp
+msgctxt ""
+"main0101.xhp\n"
+"hd_id3150718\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/01170000.xhp\" name=\"Export\">Export</link>"
+msgstr "<link href=\"text/simpress/01/01170000.xhp\" name=\"Export\">ექსპორტი</link>"
-#: main0202.xhp#hd_id3156285.4.help.text
-msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Width\">Line Width</link>"
-msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">ხაზის სტილი</link>"
+#. iXV;
+#: main0101.xhp
+msgctxt ""
+"main0101.xhp\n"
+"hd_id3154754\n"
+"14\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01190000.xhp\" name=\"Versions\">Versions</link>"
+msgstr "<link href=\"text/shared/01/01190000.xhp\" name=\"Versions\">ვერსია</link>"
-#: main0202.xhp#hd_id3154015.5.help.text
-msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Color\">Line Color</link>"
-msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Color\">ხაზის ფერი</link>"
+#. g^PF
+#: main0101.xhp
+msgctxt ""
+"main0101.xhp\n"
+"hd_id3150044\n"
+"9\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01100000.xhp\" name=\"Properties\">Properties</link>"
+msgstr "<link href=\"text/shared/01/01100000.xhp\" name=\"Properties\">თვისებები</link>"
-#: main0202.xhp#hd_id3155767.6.help.text
-msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Area Style / Filling</link>"
-msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">არეს სტილი /შევსება</link>"
+#. S=Wv
+#: main0101.xhp
+msgctxt ""
+"main0101.xhp\n"
+"hd_id3149127\n"
+"12\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">Print</link>"
+msgstr "<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">ბეჭდვა</link>"
-#: main0202.xhp#hd_id3341471.help.text
-msgid "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">Shadow</link>"
-msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">ჩრდილი</link>"
+#. d;bl
+#: main0101.xhp
+msgctxt ""
+"main0101.xhp\n"
+"hd_id3145790\n"
+"13\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01140000.xhp\" name=\"Printer Settings\">Printer Settings</link>"
+msgstr "<link href=\"text/shared/01/01140000.xhp\" name=\"Printer Settings\">პრინტერის თვისებები</link>"
diff --git a/source/ka/helpcontent2/source/text/sdraw/00.po b/source/ka/helpcontent2/source/text/sdraw/00.po
index 51ff4f7adb7..2d0a3329ac9 100644
--- a/source/ka/helpcontent2/source/text/sdraw/00.po
+++ b/source/ka/helpcontent2/source/text/sdraw/00.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/sdraw/00.oo
+#. extracted from helpcontent2/source/text/sdraw/00
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:54+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-04-05 23:52+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,13 +12,24 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: 00000004.xhp#tit.help.text
+#. 7Vcg
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"tit\n"
+"help.text"
msgid "To access this command..."
msgstr "წვდომა ამ ბრძანებაზე..."
-#: 00000004.xhp#hd_id3156024.1.help.text
+#. %DY[
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id3156024\n"
+"1\n"
+"help.text"
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">წვდომა ამ ბრძანებაზე...</variable>"
diff --git a/source/ka/helpcontent2/source/text/sdraw/01.po b/source/ka/helpcontent2/source/text/sdraw/01.po
index eb4a827a241..9e8c09bbf69 100644
--- a/source/ka/helpcontent2/source/text/sdraw/01.po
+++ b/source/ka/helpcontent2/source/text/sdraw/01.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/sdraw/01.oo
+#. extracted from helpcontent2/source/text/sdraw/01
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:52+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,17 +12,34 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: 04010000.xhp#tit.help.text
+#. i(w*
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"tit\n"
+"help.text"
msgid "Insert Page"
msgstr ""
-#: 04010000.xhp#hd_id3150202.1.help.text
+#. U7{g
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"hd_id3150202\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/sdraw/01/04010000.xhp\" name=\"Insert Page\">Insert Page</link>"
msgstr ""
-#: 04010000.xhp#par_id3152988.2.help.text
+#. ebf.
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"par_id3152988\n"
+"2\n"
+"help.text"
msgid "<variable id=\"seitetext\">Inserts a blank page after the selected page.</variable>"
msgstr ""
diff --git a/source/ka/helpcontent2/source/text/sdraw/04.po b/source/ka/helpcontent2/source/text/sdraw/04.po
index 6e022993cd4..bdf14c92a0f 100644
--- a/source/ka/helpcontent2/source/text/sdraw/04.po
+++ b/source/ka/helpcontent2/source/text/sdraw/04.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/sdraw/04.oo
+#. extracted from helpcontent2/source/text/sdraw/04
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:52+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,427 +12,1025 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: 01020000.xhp#tit.help.text
-msgctxt "01020000.xhp#tit.help.text"
+#. -b}r
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"tit\n"
+"help.text"
msgid "Shortcut Keys for Drawings"
msgstr ""
-#: 01020000.xhp#bm_id3156441.help.text
+#. (VX7
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"bm_id3156441\n"
+"help.text"
msgid "<bookmark_value>shortcut keys;in drawings</bookmark_value> <bookmark_value>drawings; shortcut keys</bookmark_value>"
msgstr "<bookmark_value>shortcut keys;in drawings</bookmark_value><bookmark_value>სახატავი; მალხმობი ღილაკი</bookmark_value>"
-#: 01020000.xhp#hd_id3156441.1.help.text
+#. RY}o
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3156441\n"
+"1\n"
+"help.text"
msgid "<variable id=\"draw_keys\"><link href=\"text/sdraw/04/01020000.xhp\" name=\"Shortcut Keys for Drawings\">Shortcut Keys for Drawings</link></variable>"
msgstr "<variable id=\"draw_keys\"><link href=\"text/sdraw/04/01020000.xhp\" name=\"Shortcut Keys for Drawings\">მალხმობი ღილაკი სახატავად</link></variable>"
-#: 01020000.xhp#par_id3153877.2.help.text
+#. ?Qss
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153877\n"
+"2\n"
+"help.text"
msgid "The following is a list of shortcut keys specific to Drawing documents."
msgstr "სპეციფიკური მალხმობი ღილაკების სია დოკუმენტების სახატავად"
-#: 01020000.xhp#par_id3154730.103.help.text
+#. ___5
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3154730\n"
+"103\n"
+"help.text"
msgid "You can also use the <link href=\"text/shared/04/01010000.xhp\" name=\"general shortcut keys for $[officename]\">general shortcut keys for $[officename]</link>."
msgstr "You can also use the <link href=\"text/shared/04/01010000.xhp\" name=\"general shortcut keys for $[officename]\">ზოგადი მალხმობი ღილაკები $[officename]</link>."
-#: 01020000.xhp#hd_id3149121.3.help.text
+#. I;=-
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3149121\n"
+"3\n"
+"help.text"
msgid "Function Keys for Drawings"
msgstr "სახატავად მალხმობი ღილაკი"
-#: 01020000.xhp#hd_id3155768.4.help.text
-msgctxt "01020000.xhp#hd_id3155768.4.help.text"
+#. V5-X
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3155768\n"
+"4\n"
+"help.text"
msgid "Shortcut Keys"
msgstr ""
-#: 01020000.xhp#par_id3153713.6.help.text
-msgctxt "01020000.xhp#par_id3153713.6.help.text"
+#. t(_2
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153713\n"
+"6\n"
+"help.text"
msgid "<emph>Effect</emph>"
msgstr ""
-#: 01020000.xhp#hd_id3150044.7.help.text
-msgctxt "01020000.xhp#hd_id3150044.7.help.text"
+#. 42XD
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3150044\n"
+"7\n"
+"help.text"
msgid "F2"
msgstr ""
-#: 01020000.xhp#par_id3152346.8.help.text
+#. Y{3-
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3152346\n"
+"8\n"
+"help.text"
msgid "Add or edit text."
msgstr "ტექსტის დამატება ან რედაქტირება"
-#: 01020000.xhp#hd_id3154705.9.help.text
+#. 82II
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3154705\n"
+"9\n"
+"help.text"
msgid "F3"
msgstr "F3"
-#: 01020000.xhp#par_id3147004.10.help.text
+#. `}Z+
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3147004\n"
+"10\n"
+"help.text"
msgid "Opens group to edit individual objects."
msgstr "ჯგუფის გახსნა ინდივიდუალური იბიექტების დასარადაქტირებლად"
-#: 01020000.xhp#hd_id3155113.11.help.text
+#. sfAD
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3155113\n"
+"11\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
-#: 01020000.xhp#par_id3159238.12.help.text
+#. *[H_
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3159238\n"
+"12\n"
+"help.text"
msgid "Close group editor."
msgstr "ჯგუფის რედაქტირების დახურვა"
-#: 01020000.xhp#hd_id3150199.13.help.text
+#. Al}r
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3150199\n"
+"13\n"
+"help.text"
msgid "Shift+F3"
msgstr "Shift+F3"
-#: 01020000.xhp#par_id3152994.14.help.text
+#. *sjC
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3152994\n"
+"14\n"
+"help.text"
msgid "Opens the <emph>Duplicate</emph> dialog."
msgstr "გახსნა <emph>დუბლირებული</emph> დიალოგის."
-#: 01020000.xhp#hd_id3154488.15.help.text
+#. ,]xb
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3154488\n"
+"15\n"
+"help.text"
msgid "F4"
msgstr "F4"
-#: 01020000.xhp#par_id3149406.16.help.text
+#. xFr!
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3149406\n"
+"16\n"
+"help.text"
msgid "Opens the <emph>Position and Size</emph> dialog."
msgstr "დიალოგის <emph>განლაგება და წოყობის</emph> გახსნა."
-#: 01020000.xhp#hd_id3148870.21.help.text
+#. /3!-
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3148870\n"
+"21\n"
+"help.text"
msgid "F5"
msgstr "F5"
-#: 01020000.xhp#par_id3153917.22.help.text
+#. qP(2
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153917\n"
+"22\n"
+"help.text"
msgid "Opens the <emph>Navigator</emph>."
msgstr "გახსნა <emph>ნავიგატორი</emph>."
-#: 01020000.xhp#hd_id3157982.25.help.text
+#. 99Z|
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3157982\n"
+"25\n"
+"help.text"
msgid "F7"
msgstr "F7"
-#: 01020000.xhp#par_id3154649.26.help.text
+#. b8r9
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3154649\n"
+"26\n"
+"help.text"
msgid "Checks spelling."
msgstr "მართლწერის შემოწმება"
-#: 01020000.xhp#hd_id3152869.27.help.text
+#. CSQ7
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3152869\n"
+"27\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F7"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F7"
-#: 01020000.xhp#par_id3154765.28.help.text
+#. @]HT
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3154765\n"
+"28\n"
+"help.text"
msgid "Opens the <emph>Thesaurus</emph>."
msgstr "გაიხსნა <emph>თეზაურუსი</emph>."
-#: 01020000.xhp#hd_id3146962.29.help.text
+#. YVO|
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3146962\n"
+"29\n"
+"help.text"
msgid "F8"
msgstr "F8"
-#: 01020000.xhp#par_id3154707.30.help.text
+#. M231
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3154707\n"
+"30\n"
+"help.text"
msgid "Edit points on/off."
msgstr "წერტილების რედაქტირები ჩართვა/გამორთვა."
-#: 01020000.xhp#hd_id3149317.31.help.text
+#. M!cr
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3149317\n"
+"31\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F8"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F8"
-#: 01020000.xhp#par_id3147250.32.help.text
+#. zzX4
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3147250\n"
+"32\n"
+"help.text"
msgid "Fits to frame."
msgstr "ჩაჩოს მორგება"
-#: 01020000.xhp#hd_id3150434.35.help.text
+#. %^qI
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3150434\n"
+"35\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline>"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
-#: 01020000.xhp#par_id3151389.36.help.text
+#. XB]2
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3151389\n"
+"36\n"
+"help.text"
msgid "Opens Styles and Formatting window."
msgstr "სტილისა და ფორმატირების ფანჯარის ხასნა"
-#: 01020000.xhp#bm_id3150393.help.text
+#. tJA7
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"bm_id3150393\n"
+"help.text"
msgid "<bookmark_value>zooming;shortcut keys</bookmark_value> <bookmark_value>drawings; zoom function in</bookmark_value>"
msgstr "<bookmark_value>გადიდება;მახლხმობი ღილაკი</bookmark_value><bookmark_value>ხატვა; გადიდების ფუნქციები</bookmark_value>"
-#: 01020000.xhp#hd_id3150393.41.help.text
-msgctxt "01020000.xhp#hd_id3150393.41.help.text"
+#. oifV
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3150393\n"
+"41\n"
+"help.text"
msgid "Shortcut Keys for Drawings"
msgstr ""
-#: 01020000.xhp#hd_id3156401.42.help.text
-msgctxt "01020000.xhp#hd_id3156401.42.help.text"
+#. @vks
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3156401\n"
+"42\n"
+"help.text"
msgid "Shortcut Keys"
msgstr ""
-#: 01020000.xhp#par_id3146323.43.help.text
-msgctxt "01020000.xhp#par_id3146323.43.help.text"
+#. %Jui
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3146323\n"
+"43\n"
+"help.text"
msgid "<emph>Effect</emph>"
msgstr ""
-#: 01020000.xhp#hd_id3149946.44.help.text
+#. Fa{Y
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3149946\n"
+"44\n"
+"help.text"
msgid "Plus(+) Key"
msgstr "პლიუ(+) ღილაკი"
-#: 01020000.xhp#par_id3159119.45.help.text
+#. o(~`
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3159119\n"
+"45\n"
+"help.text"
msgid "Zooms in."
msgstr "მაშტაბში გადიდება"
-#: 01020000.xhp#hd_id3150655.46.help.text
+#. ;v@P
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3150655\n"
+"46\n"
+"help.text"
msgid "Minus(-) Key"
msgstr "მინუს(-) ღილაკი"
-#: 01020000.xhp#par_id3145827.47.help.text
+#. =@kT
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3145827\n"
+"47\n"
+"help.text"
msgid "Zooms out."
msgstr "მაშტაბში დაპატარავება"
-#: 01020000.xhp#hd_id3149886.99.help.text
+#. Jq1W
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3149886\n"
+"99\n"
+"help.text"
msgid "Multiple(×) Key (number pad)"
msgstr "მრავალი(×) ღილაკი (ციფრული კლავიატურა)"
-#: 01020000.xhp#par_id3150746.102.help.text
+#. PE-J
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3150746\n"
+"102\n"
+"help.text"
msgid "Zooms to fit entire page in screen."
msgstr "მაშტაბის გადიდება მთლეანი ფურცელი რომ ჩეატიოს ეკრანზე"
-#: 01020000.xhp#hd_id3154841.101.help.text
+#. Sp!z
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3154841\n"
+"101\n"
+"help.text"
msgid "Divide (÷) Key (number pad)"
msgstr "გაყოფა (÷) ღილაკი (ციფრული კლავიატურა )"
-#: 01020000.xhp#par_id3153039.100.help.text
+#. Bg3i
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153039\n"
+"100\n"
+"help.text"
msgid "Zooms in on the current selection."
-msgstr " მონიშნულის მაშტაბში გადიდება"
-
-#: 01020000.xhp#hd_id3150867.52.help.text
+msgstr "მონიშნულის მაშტაბში გადიდება"
+
+#. 5=XB
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3150867\n"
+"52\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+G"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+G"
-#: 01020000.xhp#par_id3149250.53.help.text
+#. `sZg
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3149250\n"
+"53\n"
+"help.text"
msgid "Groups selected objects."
msgstr "დაჯგუფებული მონიშნული ობიექტები."
-#: 01020000.xhp#hd_id3149955.54.help.text
+#. gJjv
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3149955\n"
+"54\n"
+"help.text"
msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Option</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+A"
msgstr "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება+პარამეტრები </caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+A"
-#: 01020000.xhp#par_id3148582.55.help.text
+#. IrYJ
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3148582\n"
+"55\n"
+"help.text"
msgid "Ungroups selected group."
msgstr "მონისნული ჯგუფის დაჯგუფების გაუქმება"
-#: 01020000.xhp#hd_id3146852.56.help.text
+#. :o@V
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3146852\n"
+"56\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+K"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+K"
-#: 01020000.xhp#par_id3153110.57.help.text
+#. ,sbb
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153110\n"
+"57\n"
+"help.text"
msgid "Combines selected objects."
msgstr "მონისნული ობიექტების გაერთიანება."
-#: 01020000.xhp#hd_id3153567.58.help.text
+#. #KS9
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3153567\n"
+"58\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Option</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+Shift+K"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება+პარამეტრი </caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+Shift+K"
-#: 01020000.xhp#par_id3147366.59.help.text
+#. xj7i
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3147366\n"
+"59\n"
+"help.text"
msgid "Uncombines selected objects."
msgstr "არაგაერთიანებული მონიშნული ელემენტები."
-#: 01020000.xhp#hd_id3153730.60.help.text
+#. G:-a
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3153730\n"
+"60\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+ +"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift++"
-#: 01020000.xhp#par_id3155928.61.help.text
+#. k$Q+
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3155928\n"
+"61\n"
+"help.text"
msgid "Bring to front."
msgstr "წინ გამოტანა"
-#: 01020000.xhp#hd_id3145245.62.help.text
+#. @0w7
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3145245\n"
+"62\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ +"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ვერძანება </caseinline><defaultinline>Ctrl</defaultinline></switchinline>++"
-#: 01020000.xhp#par_id3148393.63.help.text
+#. %]uQ
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3148393\n"
+"63\n"
+"help.text"
msgid "Bring forward."
msgstr "წინ გამოტანა"
-#: 01020000.xhp#hd_id3150928.64.help.text
+#. o_h@
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3150928\n"
+"64\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ -"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+-"
-#: 01020000.xhp#par_id3156062.65.help.text
+#. E6Nd
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3156062\n"
+"65\n"
+"help.text"
msgid "Send backward."
msgstr "უკან გაგზავნა"
-#: 01020000.xhp#hd_id3145298.66.help.text
+#. kJRe
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3145298\n"
+"66\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+ -"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+-"
-#: 01020000.xhp#par_id3149028.67.help.text
+#. ,Pyp
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3149028\n"
+"67\n"
+"help.text"
msgid "Send to back."
msgstr "უკან გაგზავნა"
-#: 01020000.xhp#hd_id3147533.68.help.text
+#. I+YF
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3147533\n"
+"68\n"
+"help.text"
msgid "Shortcut Keys Specific to Drawings"
-msgstr "დასახატად სპეციფიკური მალხმობი ღილაკები "
-
-#: 01020000.xhp#hd_id3154865.69.help.text
-msgctxt "01020000.xhp#hd_id3154865.69.help.text"
+msgstr "დასახატად სპეციფიკური მალხმობი ღილაკები"
+
+#. D[0!
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3154865\n"
+"69\n"
+"help.text"
msgid "Shortcut Keys"
msgstr ""
-#: 01020000.xhp#par_id3155370.70.help.text
-msgctxt "01020000.xhp#par_id3155370.70.help.text"
+#. s(\_
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3155370\n"
+"70\n"
+"help.text"
msgid "<emph>Effect</emph>"
msgstr ""
-#: 01020000.xhp#par_idN10AD7.help.text
+#. zeC(
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_idN10AD7\n"
+"help.text"
msgid "Page Up"
msgstr "გვერდის წინ გადაფრუცვლა"
-#: 01020000.xhp#par_idN10ADC.help.text
+#. QHPC
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_idN10ADC\n"
+"help.text"
msgid "Switch to previous page"
msgstr "წინა გვერდზე გადასვლა"
-#: 01020000.xhp#par_idN10AE2.help.text
+#. l6W5
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_idN10AE2\n"
+"help.text"
msgid "Page Down"
msgstr "გვერდის უკან გადაფურცვლა"
-#: 01020000.xhp#par_idN10AE7.help.text
+#. Wq,V
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_idN10AE7\n"
+"help.text"
msgid "Switch to next page"
msgstr "შემდეგ გვერდზე გადასვლა"
-#: 01020000.xhp#par_idN10AED.help.text
+#. k$5)
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_idN10AED\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+G"
-#: 01020000.xhp#par_idN10AFD.help.text
+#. jxO9
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_idN10AFD\n"
+"help.text"
msgid "Switch to previous layer"
msgstr "წინა ფენაზე გადასვლა"
-#: 01020000.xhp#par_idN10AF8.help.text
+#. TSQd
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_idN10AF8\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Down"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ისრიანი კლვავიში"
-#: 01020000.xhp#par_idN10AF2.help.text
+#. eO^?
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_idN10AF2\n"
+"help.text"
msgid "Switch to next layer"
msgstr "შემდეგ ფენაზე გადასვლა"
-#: 01020000.xhp#hd_id3153927.71.help.text
+#. 12Y;
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3153927\n"
+"71\n"
+"help.text"
msgid "Arrow Key"
msgstr "ისრიანი კლავიში"
-#: 01020000.xhp#par_id3155986.72.help.text
+#. AzD$
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3155986\n"
+"72\n"
+"help.text"
msgid "Moves the selected object in the direction of the arrow key."
msgstr "მონიშნული ობიექტების ისრიანი კლავიშის მიმართულებით გადატანა"
-#: 01020000.xhp#hd_id3156259.73.help.text
+#. bwnY
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3156259\n"
+"73\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Arrow Key"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ისრიანი კლვავიში"
-#: 01020000.xhp#par_id3147171.74.help.text
+#. oH#N
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3147171\n"
+"74\n"
+"help.text"
msgid "Moves the page view in the direction of the arrow key."
msgstr "ისრიანი კლავიშის მიმარტულებით გვერდის ხედის გადატანა"
-#: 01020000.xhp#hd_id3152484.79.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>-click while dragging an object. Note: you must first enable the <link href=\"text/shared/optionen/01070500.xhp\" name=\"Copy when moving\">Copy when moving</link> option in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Draw - General to use this shortcut key."
+#. 6ZC/
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3152484\n"
+"79\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>-click while dragging an object. Note: this shortcut key works only when the <link href=\"text/shared/optionen/01070500.xhp\" name=\"Copy when moving\">Copy when moving</link> option in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Draw - General is enabled (it is enabled by default)."
msgstr ""
-#: 01020000.xhp#par_id3149450.80.help.text
+#. 1z;2
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3149450\n"
+"80\n"
+"help.text"
msgid "Creates a copy of the dragged object when mouse button is released."
msgstr "გადათრეული ობიექტის ასლის გაკეთება მაუსის კლავიშის აშვებით."
-#: 01020000.xhp#hd_id3154643.104.help.text
+#. 8BjD
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3154643\n"
+"104\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter with keyboard focus (F6) on a drawing object icon on Tools bar"
msgstr ""
-#: 01020000.xhp#par_id3150756.105.help.text
+#. |(gW
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3150756\n"
+"105\n"
+"help.text"
msgid "Inserts a drawing object of default size into the center of the current view."
msgstr "ნაგულისხმევ ზომაზე სახატავი ობიექტის ჩასმა მიმდინარე ცენტრის ხედში."
-#: 01020000.xhp#hd_id3151189.106.help.text
+#. .rhe
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3151189\n"
+"106\n"
+"help.text"
msgid "Shift+F10"
msgstr "Shift+F10"
-#: 01020000.xhp#par_id3151266.107.help.text
+#. -FAh
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3151266\n"
+"107\n"
+"help.text"
msgid "Opens the context menu for the selected object."
msgstr "მონიშნული ობიექტის კონტექსტმენიუში გახსნა"
-#: 01020000.xhp#hd_id3156100.108.help.text
-msgctxt "01020000.xhp#hd_id3156100.108.help.text"
+#. W1Fe
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3156100\n"
+"108\n"
+"help.text"
msgid "F2"
msgstr ""
-#: 01020000.xhp#par_id3156323.109.help.text
+#. ZsER
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3156323\n"
+"109\n"
+"help.text"
msgid "Enters text mode."
msgstr "ტექტურ რეჟიმში შესვლა"
-#: 01020000.xhp#hd_id3147563.110.help.text
+#. T3j:
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3147563\n"
+"110\n"
+"help.text"
msgid "Enter"
msgstr "შესვლა"
-#: 01020000.xhp#par_id3150258.111.help.text
+#. MjY@
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3150258\n"
+"111\n"
+"help.text"
msgid "Enters text mode if a text object is selected."
msgstr "ტექსტური ობიექტის მონიშვნის შემთხვევაში ტექტრუ რეჟიმში შეყვანა."
-#: 01020000.xhp#hd_id3155851.112.help.text
+#. Mjt8
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3155851\n"
+"112\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ვერძანება </caseinline><defaultinline>Ctrl</defaultinline></switchinline>++"
-#: 01020000.xhp#par_id3154046.113.help.text
+#. =285
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3154046\n"
+"113\n"
+"help.text"
msgid "Enters text mode if a text object is selected. If there are no text objects or if you have cycled through all of the text objects on the page, a new page is inserted."
msgstr "ტექტური ობიექტის მონიშვნის შემთხვევაში ტექტურ შედის ტექტურ რეჟიმში. თუ არ არის ტექტტური ობიექტი ან მთლიანი ობიეკტები ციკლირებულია, ემატება ახალი ფურცელი."
-#: 01020000.xhp#hd_id3149977.81.help.text
+#. sbY0
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3149977\n"
+"81\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">პარმეტრი </caseinline><defaultinline>Alt</defaultinline></switchinline>"
-#: 01020000.xhp#par_id3152812.82.help.text
+#. 5\L/
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3152812\n"
+"82\n"
+"help.text"
msgid "Press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key and drag with the mouse to draw or resize an object from the center of the object outward."
msgstr ""
-#: 01020000.xhp#hd_id3143232.83.help.text
+#. B+Nn
+#: 01020000.xhp
+#, fuzzy
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3143232\n"
+"83\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ click on an object"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">პარმეტრი </caseinline><defaultinline>Alt</defaultinline></switchinline>"
-#: 01020000.xhp#par_id3156007.84.help.text
+#. op+/
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3156007\n"
+"84\n"
+"help.text"
msgid "Selects the object behind the currently selected object."
msgstr ""
-#: 01020000.xhp#hd_id3147252.85.help.text
+#. =4!A
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3147252\n"
+"85\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Shift+click an object"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">პარმეტრი </caseinline><defaultinline>Alt</defaultinline></switchinline>"
-#: 01020000.xhp#par_id3145666.86.help.text
+#. $%K#
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3145666\n"
+"86\n"
+"help.text"
msgid "Selects the object in front of the currently selected object."
msgstr ""
-#: 01020000.xhp#hd_id3155325.87.help.text
+#. PLLV
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3155325\n"
+"87\n"
+"help.text"
msgid "Shift key while selecting an object"
msgstr ""
-#: 01020000.xhp#par_id3159343.88.help.text
+#. yKVx
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3159343\n"
+"88\n"
+"help.text"
msgid "Adds or removes object to or from the selection."
msgstr ""
-#: 01020000.xhp#hd_id3083282.75.help.text
+#. K^\3
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3083282\n"
+"75\n"
+"help.text"
msgid "Shift+ drag while moving an object"
msgstr ""
-#: 01020000.xhp#par_id3145620.76.help.text
+#. )[G6
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3145620\n"
+"76\n"
+"help.text"
msgid "The movement of the selected object is constrained by multiples of 45 degrees."
msgstr "მონიშნული ობიექტის 45 გრადუსით იძულებით გადაადგილება."
-#: 01020000.xhp#hd_id3154933.89.help.text
+#. r~ju
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3154933\n"
+"89\n"
+"help.text"
msgid "Shift+drag while creating or resizing an object"
msgstr ""
-#: 01020000.xhp#par_id3148831.90.help.text
+#. w4KY
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3148831\n"
+"90\n"
+"help.text"
msgid "Constrains the size to keep the object's aspect ratio."
msgstr ""
-#: 01020000.xhp#hd_id3154205.91.help.text
+#. f[jQ
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3154205\n"
+"91\n"
+"help.text"
msgid "Tab"
msgstr "ჩანართი"
-#: 01020000.xhp#par_id3148804.92.help.text
+#. dH8.
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3148804\n"
+"92\n"
+"help.text"
msgid "Cycles through the objects on the page in the order in which they were created."
msgstr ""
-#: 01020000.xhp#hd_id3145410.93.help.text
+#. QC#F
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3145410\n"
+"93\n"
+"help.text"
msgid "Shift+Tab"
msgstr "Shift+Tab"
-#: 01020000.xhp#par_id3149764.94.help.text
+#. m5;n
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3149764\n"
+"94\n"
+"help.text"
msgid "Cycles through the objects on the page in the reverse-order in which they were created."
msgstr ""
-#: 01020000.xhp#hd_id3158399.97.help.text
+#. oNT)
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3158399\n"
+"97\n"
+"help.text"
msgid "Esc"
msgstr "Esc"
-#: 01020000.xhp#par_id3109840.98.help.text
+#. fHg0
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3109840\n"
+"98\n"
+"help.text"
msgid "Exits current mode."
msgstr "მიმდინარე რეჟიმიდან გამოსვლა"
diff --git a/source/ka/helpcontent2/source/text/sdraw/guide.po b/source/ka/helpcontent2/source/text/sdraw/guide.po
index 0303649d6e4..a8bb8f6d4e5 100644
--- a/source/ka/helpcontent2/source/text/sdraw/guide.po
+++ b/source/ka/helpcontent2/source/text/sdraw/guide.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/sdraw/guide.oo
+#. extracted from helpcontent2/source/text/sdraw/guide
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsdraw%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-12 07:20+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,1133 +12,2718 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: draw_sector.xhp#tit.help.text
-msgid "Drawing Sectors and Segments"
-msgstr "სექტორებისა და სეგმენტების ხატვა"
-
-#: draw_sector.xhp#bm_id3146974.help.text
-msgid "<bookmark_value>sectors of circles/ellipses</bookmark_value><bookmark_value>segments of circles/ellipses</bookmark_value><bookmark_value>circle segments</bookmark_value><bookmark_value>ellipses; segments</bookmark_value><bookmark_value>drawing; sectors and segments</bookmark_value>"
-msgstr ""
-
-#: draw_sector.xhp#hd_id3146974.30.help.text
-msgid "<variable id=\"draw_sector\"><link href=\"text/sdraw/guide/draw_sector.xhp\" name=\"Drawing Sectors and Segments\">Drawing Sectors and Segments</link></variable>"
-msgstr ""
-
-#: draw_sector.xhp#par_id3147396.31.help.text
-msgid "The <emph>Ellipse</emph> toolbar contains tools for drawing ellipses and circles. You can also draw segments and sectors of circles and ellipses."
-msgstr ""
-
-#: draw_sector.xhp#hd_id3151075.32.help.text
-msgid "To draw a sector of a circle or an ellipse:"
-msgstr ""
-
-#: draw_sector.xhp#par_id3155335.33.help.text
-msgid "Open the <emph>Ellipses</emph> toolbar and click one of the <emph>Circle Pie</emph> or <emph>Ellipse Pie</emph> icons <image id=\"img_id3155768\" src=\"cmd/sc_circlepie_unfilled.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3155768\">Icon</alt></image>. The mouse pointer changes to a cross hair with a small icon of a sector."
-msgstr ""
-
-#: draw_sector.xhp#par_id3150199.34.help.text
-msgid "Position the pointer at the edge of the circle you want to draw and drag to create the circle."
-msgstr ""
-
-#: draw_sector.xhp#par_id3148868.35.help.text
-msgid "To create a circle by dragging from the center, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> while dragging."
-msgstr ""
-
-#: draw_sector.xhp#par_id3145361.36.help.text
-msgid "Release the mouse button when the circle has reached the size you want. A line corresponding to the circle radius appears in the circle."
-msgstr ""
-
-#: draw_sector.xhp#par_id3149872.37.help.text
-msgid "Position the pointer where you want to place the first boundary of the sector and click."
-msgstr ""
-
-#: draw_sector.xhp#par_id3157871.51.help.text
-msgid "As the radius line that follows the pointer is constrained to the circle boundaries, you can click anywhere in the document."
-msgstr ""
-
-#: draw_sector.xhp#par_id3146874.38.help.text
-msgid "Position the pointer where you want to place the second boundary of the sector and click. The completed sector is displayed."
-msgstr ""
-
-#: draw_sector.xhp#par_id3148581.41.help.text
-msgid "To draw a segment of a circle or ellipse, follow the steps for creating a sector based on a circle."
-msgstr ""
-
-#: draw_sector.xhp#par_id3153084.42.help.text
-msgid "To draw an arc based on an ellipse, choose one of the arc icons and follow the same steps for creating a sector based on a circle."
-msgstr ""
-
-#: combine_etc.xhp#tit.help.text
+#. l@XV
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"tit\n"
+"help.text"
msgid "Combining Objects and Constructing Shapes"
msgstr ""
-#: combine_etc.xhp#bm_id3156443.help.text
+#. mHLi
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"bm_id3156443\n"
+"help.text"
msgid "<bookmark_value>combining; draw objects</bookmark_value><bookmark_value>merging; draw objects</bookmark_value><bookmark_value>connecting; draw objects</bookmark_value><bookmark_value>draw objects; combining</bookmark_value><bookmark_value>intersecting draw objects</bookmark_value><bookmark_value>polygons; intersecting/subtracting/merging</bookmark_value><bookmark_value>subtracting polygons</bookmark_value><bookmark_value>constructing shapes</bookmark_value>"
msgstr ""
-#: combine_etc.xhp#hd_id3156443.64.help.text
+#. avL)
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"hd_id3156443\n"
+"64\n"
+"help.text"
msgid "<variable id=\"combine_etc\"><link href=\"text/sdraw/guide/combine_etc.xhp\" name=\"Combining Objects and Constructing Shapes\">Combining Objects and Constructing Shapes</link> </variable>"
msgstr ""
-#: combine_etc.xhp#par_id3149020.65.help.text
-msgid "Combined drawing objects act as grouped objects, except that you cannot enter the group to edit the individual objects. "
+#. nUhK
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"par_id3149020\n"
+"65\n"
+"help.text"
+msgid "Combined drawing objects act as grouped objects, except that you cannot enter the group to edit the individual objects."
msgstr ""
-#: combine_etc.xhp#par_id3154659.87.help.text
+#. N]wl
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"par_id3154659\n"
+"87\n"
+"help.text"
msgid "You can only combine 2D objects."
msgstr ""
-#: combine_etc.xhp#hd_id3150344.32.help.text
+#. 5RHZ
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"hd_id3150344\n"
+"32\n"
+"help.text"
msgid "To combine 2D objects:"
msgstr "ორი 2D ობიექტის გაერთიანებისათვის:"
-#: combine_etc.xhp#par_id3166428.66.help.text
-msgctxt "combine_etc.xhp#par_id3166428.66.help.text"
+#. fQ8F
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"par_id3166428\n"
+"66\n"
+"help.text"
msgid "Select two or more 2D objects."
msgstr ""
-#: combine_etc.xhp#par_id3145587.67.help.text
+#. ^)lW
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"par_id3145587\n"
+"67\n"
+"help.text"
msgid "Choose <emph>Modify - Combine</emph>."
msgstr ""
-#: combine_etc.xhp#par_id3146978.33.help.text
+#. ;BF~
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"par_id3146978\n"
+"33\n"
+"help.text"
msgid "Unlike groups, a combined object takes on the properties of the lowermost object in the stacking order. You can split apart combined objects, but the original object properties are lost."
msgstr ""
-#: combine_etc.xhp#par_id3155088.34.help.text
+#. =u9.
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"par_id3155088\n"
+"34\n"
+"help.text"
msgid "When you combine objects, holes appear where the objects overlap."
msgstr ""
-#: combine_etc.xhp#par_id3156019.help.text
-msgid " <image id=\"img_id3157978\" src=\"res/helpimg/kombi1.png\" width=\"8.3646inch\" height=\"2.5inch\"><alt id=\"alt_id3157978\">Illustration for combining objects</alt></image>"
+#. _@Ub
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"par_id3156019\n"
+"help.text"
+msgid "<image id=\"img_id3157978\" src=\"res/helpimg/kombi1.png\" width=\"8.3646inch\" height=\"2.5inch\"><alt id=\"alt_id3157978\">Illustration for combining objects</alt></image>"
msgstr ""
-#: combine_etc.xhp#par_id3153249.35.help.text
+#. 2n_Q
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"par_id3153249\n"
+"35\n"
+"help.text"
msgid "In the illustration, the uncombined objects are on the left and the combined objects on the right."
msgstr ""
-#: combine_etc.xhp#hd_id3159229.68.help.text
+#. DT,r
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"hd_id3159229\n"
+"68\n"
+"help.text"
msgid "Constructing Shapes"
msgstr "ფორმების შექმნა"
-#: combine_etc.xhp#par_id3150049.63.help.text
+#. S3~b
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"par_id3150049\n"
+"63\n"
+"help.text"
msgid "You can construct shapes by applying the <link href=\"text/simpress/01/13180000.xhp\" name=\"Shapes\"><emph>Shapes</emph></link> <emph>- Merge, Subtract and Intersect</emph> commands to two or more drawing objects."
msgstr ""
-#: combine_etc.xhp#par_id3147403.88.help.text
+#. EmUJ
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"par_id3147403\n"
+"88\n"
+"help.text"
msgid "Shape commands only work on 2D objects."
msgstr ""
-#: combine_etc.xhp#par_id3150539.89.help.text
+#. ^;sE
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"par_id3150539\n"
+"89\n"
+"help.text"
msgid "Constructed shapes take on the properties of the lowermost object in the stacking order."
msgstr ""
-#: combine_etc.xhp#hd_id3156402.90.help.text
+#. B)?t
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"hd_id3156402\n"
+"90\n"
+"help.text"
msgid "To construct a shape:"
msgstr "ფორმის შექნის მიზნით:"
-#: combine_etc.xhp#par_id3157874.69.help.text
-msgctxt "combine_etc.xhp#par_id3157874.69.help.text"
+#. gf*Q
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"par_id3157874\n"
+"69\n"
+"help.text"
msgid "Select two or more 2D objects."
msgstr ""
-#: combine_etc.xhp#par_id3150650.70.help.text
+#. 9$Xj
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"par_id3150650\n"
+"70\n"
+"help.text"
msgid "Choose <emph>Modify - Shapes</emph> and one of the following:"
msgstr ""
-#: combine_etc.xhp#par_id3145829.91.help.text
-msgid " <emph>Merge</emph> "
+#. A!QZ
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"par_id3145829\n"
+"91\n"
+"help.text"
+msgid "<emph>Merge</emph>"
msgstr "<emph>შერწყმა</emph>"
-#: combine_etc.xhp#par_id3154680.92.help.text
-msgid " <emph>Subtract</emph> "
-msgstr ""
-
-#: combine_etc.xhp#par_id3153034.93.help.text
-msgid " <emph>Intersect</emph>."
-msgstr ""
-
-#: combine_etc.xhp#hd_id3145144.94.help.text
+#. JR%Z
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"par_id3154680\n"
+"92\n"
+"help.text"
+msgid "<emph>Subtract</emph>"
+msgstr ""
+
+#. *g]P
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"par_id3153034\n"
+"93\n"
+"help.text"
+msgid "<emph>Intersect</emph>."
+msgstr ""
+
+#. hgx2
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"hd_id3145144\n"
+"94\n"
+"help.text"
msgid "Shape Commands"
msgstr "ფორმის ბრძანებები"
-#: combine_etc.xhp#par_id3153931.71.help.text
+#. mM/r
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"par_id3153931\n"
+"71\n"
+"help.text"
msgid "In the following illustrations, the original objects are on the left and the modified shapes on the right."
msgstr ""
-#: combine_etc.xhp#hd_id3149950.72.help.text
+#. =@kc
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"hd_id3149950\n"
+"72\n"
+"help.text"
msgid "Shapes - Merge"
msgstr "ფორმები - შერწყმა"
-#: combine_etc.xhp#par_id3148585.help.text
-msgid " <image id=\"img_id3145593\" src=\"res/helpimg/formvers.png\" width=\"3.4791inch\" height=\"1.3126inch\"><alt id=\"alt_id3145593\">Illustration for merging shapes</alt></image>"
-msgstr ""
-
-#: combine_etc.xhp#par_id3150001.73.help.text
+#. ;[#]
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"par_id3148585\n"
+"help.text"
+msgid "<image id=\"img_id3145593\" src=\"res/helpimg/formvers.png\" width=\"3.4791inch\" height=\"1.3126inch\"><alt id=\"alt_id3145593\">Illustration for merging shapes</alt></image>"
+msgstr ""
+
+#. Wt9d
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"par_id3150001\n"
+"73\n"
+"help.text"
msgid "Adds the area of the selected objects to the area of the lowermost object in the stacking order."
msgstr ""
-#: combine_etc.xhp#hd_id3153002.74.help.text
+#. 899N
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"hd_id3153002\n"
+"74\n"
+"help.text"
msgid "Shapes - Subtract"
msgstr ""
-#: combine_etc.xhp#par_id3150338.help.text
-msgid " <image id=\"img_id3154505\" src=\"res/helpimg/formsubt.png\" width=\"3.4689inch\" height=\"1.3126inch\"><alt id=\"alt_id3154505\">Illustration for subtracting shapes</alt></image>"
+#. mWJo
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"par_id3150338\n"
+"help.text"
+msgid "<image id=\"img_id3154505\" src=\"res/helpimg/formsubt.png\" width=\"3.4689inch\" height=\"1.3126inch\"><alt id=\"alt_id3154505\">Illustration for subtracting shapes</alt></image>"
msgstr ""
-#: combine_etc.xhp#par_id3150022.75.help.text
+#. 6QMv
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"par_id3150022\n"
+"75\n"
+"help.text"
msgid "Subtracts the area of the selected objects from the area of the lowermost object in the stacking order."
msgstr ""
-#: combine_etc.xhp#hd_id3147370.78.help.text
+#. fsXu
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"hd_id3147370\n"
+"78\n"
+"help.text"
msgid "Shapes - Intersect"
msgstr ""
-#: combine_etc.xhp#par_id3150570.help.text
-msgid " <image id=\"img_id3150658\" src=\"res/helpimg/formschn.png\" width=\"3.4272inch\" height=\"1.302inch\"><alt id=\"alt_id3150658\">Illustration for intersecting shapes</alt></image>"
+#. REY[
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"par_id3150570\n"
+"help.text"
+msgid "<image id=\"img_id3150658\" src=\"res/helpimg/formschn.png\" width=\"3.4272inch\" height=\"1.302inch\"><alt id=\"alt_id3150658\">Illustration for intersecting shapes</alt></image>"
msgstr ""
-#: combine_etc.xhp#par_id3157972.79.help.text
+#. y^d!
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"par_id3157972\n"
+"79\n"
+"help.text"
msgid "The overlapping area of the selected objects creates the new shape."
msgstr ""
-#: combine_etc.xhp#par_id3151020.80.help.text
+#. m}V+
+#: combine_etc.xhp
+msgctxt ""
+"combine_etc.xhp\n"
+"par_id3151020\n"
+"80\n"
+"help.text"
msgid "The area outside the overlap is removed."
msgstr ""
-#: eyedropper.xhp#tit.help.text
-msgid "Replacing Colors"
-msgstr "ფერთა ჩანაცვლება"
-
-#: eyedropper.xhp#bm_id3147436.help.text
-msgid "<bookmark_value>eyedropper tool</bookmark_value><bookmark_value>colors; replacing</bookmark_value><bookmark_value>replacing;colors in bitmaps</bookmark_value><bookmark_value>metafiles;replacing colors</bookmark_value><bookmark_value>bitmaps;replacing colors</bookmark_value><bookmark_value>GIF images;replacing colors</bookmark_value>"
-msgstr ""
-
-#: eyedropper.xhp#hd_id3147436.38.help.text
-msgid "<variable id=\"eyedropper\"><link href=\"text/sdraw/guide/eyedropper.xhp\" name=\"Replacing Colors\">Replacing Colors</link></variable>"
-msgstr ""
-
-#: eyedropper.xhp#par_id3156286.24.help.text
-#, fuzzy
-msgid "You can replace colors in bitmaps with the <emph>Color Replacer</emph> tool."
-msgstr "ფერის ჩანაცვლება პიპეტის დახმარებით"
-
-#: eyedropper.xhp#par_id3154704.25.help.text
-msgid "Up to four colors can be replaced at once."
-msgstr ""
-
-#: eyedropper.xhp#par_id3147344.26.help.text
-msgid "You can also use the <emph>Transparency</emph> option to replace the transparent areas of an image with a color."
-msgstr ""
-
-#: eyedropper.xhp#par_id3148488.27.help.text
-msgid "Similarly, you can use the <emph>Color Replacer</emph> to make a color on your image transparent."
-msgstr ""
-
-#: eyedropper.xhp#hd_id3150205.28.help.text
-#, fuzzy
-msgid "To replace colors with the Color Replacer tool"
-msgstr "ფერის ჩანაცვლება პიპეტის დახმარებით"
-
-#: eyedropper.xhp#par_id3154656.29.help.text
-msgid "Ensure that the image you are using is a bitmap (for example, BMP, GIF, JPG, or PNG) or a metafile (for example, WMF)."
-msgstr ""
-
-#: eyedropper.xhp#par_id3150202.30.help.text
-#, fuzzy
-msgid "Choose <emph>Tools - Color Replacer</emph>."
-msgstr "ამოირჩიეთ <emph>ინსტრუმენტები - პიპეტი</emph>."
-
-#: eyedropper.xhp#par_id3155531.31.help.text
-msgid "Click the Color Replacer icon and position the mouse pointer over the color you want to replace in the image. The color appears in the box next to the icon."
-msgstr ""
-
-#: eyedropper.xhp#par_id3152985.32.help.text
-msgid "Click the color in the image. The color appears in the first <emph>Source color</emph> box and the check box next to the color is selected."
-msgstr ""
-
-#: eyedropper.xhp#par_id3148866.33.help.text
-msgid "In the <emph>Replace with</emph> box, select the new color."
-msgstr ""
+#. RegD
+#: draw_sector.xhp
+msgctxt ""
+"draw_sector.xhp\n"
+"tit\n"
+"help.text"
+msgid "Drawing Sectors and Segments"
+msgstr "სექტორებისა და სეგმენტების ხატვა"
-#: eyedropper.xhp#par_id3145362.41.help.text
-msgid "This replaces all occurrences of the <emph>Source color</emph> in the image."
+#. C8j=
+#: draw_sector.xhp
+msgctxt ""
+"draw_sector.xhp\n"
+"bm_id3146974\n"
+"help.text"
+msgid "<bookmark_value>sectors of circles/ellipses</bookmark_value><bookmark_value>segments of circles/ellipses</bookmark_value><bookmark_value>circle segments</bookmark_value><bookmark_value>ellipses; segments</bookmark_value><bookmark_value>drawing; sectors and segments</bookmark_value>"
msgstr ""
-#: eyedropper.xhp#par_id3151191.34.help.text
-msgid "If you want to replace another color while the dialog is open, select the check box in front of <emph>Source color</emph> in the next row and repeat steps 3 to 5."
+#. Z,3P
+#: draw_sector.xhp
+msgctxt ""
+"draw_sector.xhp\n"
+"hd_id3146974\n"
+"30\n"
+"help.text"
+msgid "<variable id=\"draw_sector\"><link href=\"text/sdraw/guide/draw_sector.xhp\" name=\"Drawing Sectors and Segments\">Drawing Sectors and Segments</link></variable>"
msgstr ""
-#: eyedropper.xhp#par_id3149876.36.help.text
-msgid "Click <emph>Replace</emph>."
-msgstr "დააწკაპუნეთ <emph>ჩანაცვლება</emph>."
-
-#: eyedropper.xhp#par_id3157871.37.help.text
-msgid "If you want to expand or contract the color selection area, increase or decrease the tolerance of the <emph>Color Replacer</emph> tool and repeat your selection."
+#. 88(S
+#: draw_sector.xhp
+msgctxt ""
+"draw_sector.xhp\n"
+"par_id3147396\n"
+"31\n"
+"help.text"
+msgid "The <emph>Ellipse</emph> toolbar contains tools for drawing ellipses and circles. You can also draw segments and sectors of circles and ellipses."
msgstr ""
-#: eyedropper.xhp#par_id3146878.39.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/06030000.xhp\" name=\"Color Replacer\">Color Replacer</link>"
-msgstr "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">სიმბოლო</link>"
-
-#: rotate_object.xhp#tit.help.text
-msgid "Rotating Objects"
-msgstr "ბრუნავი ობიექტები"
-
-#: rotate_object.xhp#bm_id3154684.help.text
-msgid "<bookmark_value>rotating; draw objects</bookmark_value><bookmark_value>draw objects; rotating</bookmark_value><bookmark_value>pivot points of draw objects</bookmark_value><bookmark_value>skewing draw objects</bookmark_value>"
-msgstr "<bookmark_value>მოწესრიგება; ობიექტები (სახელმძღვანელო)</bookmark_value><bookmark_value>ობიექტები;გასწორება</bookmark_value><bookmark_value>distributing draw objects</bookmark_value><bookmark_value>გასწორება;ობიექტების ხატვა</bookmark_value>"
-
-#: rotate_object.xhp#hd_id3154684.12.help.text
-msgid "<variable id=\"rotate_object\"><link href=\"text/sdraw/guide/rotate_object.xhp\" name=\"Rotating Objects\">Rotating Objects</link></variable>"
+#. +V_a
+#: draw_sector.xhp
+msgctxt ""
+"draw_sector.xhp\n"
+"hd_id3151075\n"
+"32\n"
+"help.text"
+msgid "To draw a sector of a circle or an ellipse:"
msgstr ""
-#: rotate_object.xhp#par_id3149262.13.help.text
-msgid "You can rotate an object around its default pivot point (center point) or a pivot point that you designate."
+#. )NIG
+#: draw_sector.xhp
+msgctxt ""
+"draw_sector.xhp\n"
+"par_id3155335\n"
+"33\n"
+"help.text"
+msgid "Open the <emph>Ellipses</emph> toolbar and click one of the <emph>Circle Pie</emph> or <emph>Ellipse Pie</emph> icons <image id=\"img_id3155768\" src=\"cmd/sc_circlepie_unfilled.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3155768\">Icon</alt></image>. The mouse pointer changes to a cross hair with a small icon of a sector."
msgstr ""
-#: rotate_object.xhp#par_id3146975.help.text
-msgid "<image id=\"img_id3154729\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3154729\">Icon</alt></image>"
+#. h1M^
+#: draw_sector.xhp
+msgctxt ""
+"draw_sector.xhp\n"
+"par_id3150199\n"
+"34\n"
+"help.text"
+msgid "Position the pointer at the edge of the circle you want to draw and drag to create the circle."
msgstr ""
-#: rotate_object.xhp#par_id3150716.14.help.text
-msgid "Select the object you want to rotate. On the <emph>Mode</emph> toolbar in $[officename] Draw or on the <emph>Drawing</emph> bar in $[officename] Impress, click the <emph>Rotate</emph> icon."
+#. OYoP
+#: draw_sector.xhp
+msgctxt ""
+"draw_sector.xhp\n"
+"par_id3148868\n"
+"35\n"
+"help.text"
+msgid "To create a circle by dragging from the center, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> while dragging."
msgstr ""
-#: rotate_object.xhp#par_id3149021.69.help.text
-msgid "Move the pointer to a corner handle so that the pointer changes to a rotate symbol. Drag the handle to rotate the object."
+#. +SF.
+#: draw_sector.xhp
+msgctxt ""
+"draw_sector.xhp\n"
+"par_id3145361\n"
+"36\n"
+"help.text"
+msgid "Release the mouse button when the circle has reached the size you want. A line corresponding to the circle radius appears in the circle."
msgstr ""
-#: rotate_object.xhp#par_id0930200803002335.help.text
-msgid "Hold down the Shift key to restrict the rotation to multiples of 15 degrees."
+#. SU!o
+#: draw_sector.xhp
+msgctxt ""
+"draw_sector.xhp\n"
+"par_id3149872\n"
+"37\n"
+"help.text"
+msgid "Position the pointer where you want to place the first boundary of the sector and click."
msgstr ""
-#: rotate_object.xhp#par_id0930200803002463.help.text
-msgid "Right-click the object to open the context menu. Choose Position and Size - Rotation to enter an exact rotation value."
+#. UI!N
+#: draw_sector.xhp
+msgctxt ""
+"draw_sector.xhp\n"
+"par_id3157871\n"
+"51\n"
+"help.text"
+msgid "As the radius line that follows the pointer is constrained to the circle boundaries, you can click anywhere in the document."
msgstr ""
-#: rotate_object.xhp#par_id3155962.help.text
-msgid "<image id=\"img_id3154023\" src=\"res/helpimg/rotieren.png\" width=\"5.424cm\" height=\"3.916cm\"><alt id=\"alt_id3154023\">Icon</alt></image>"
+#. ceQX
+#: draw_sector.xhp
+msgctxt ""
+"draw_sector.xhp\n"
+"par_id3146874\n"
+"38\n"
+"help.text"
+msgid "Position the pointer where you want to place the second boundary of the sector and click. The completed sector is displayed."
msgstr ""
-#: rotate_object.xhp#par_id3166424.16.help.text
-msgid "To change the pivot point, drag the small circle in the center of the object to a new location."
+#. 5U-B
+#: draw_sector.xhp
+msgctxt ""
+"draw_sector.xhp\n"
+"par_id3148581\n"
+"41\n"
+"help.text"
+msgid "To draw a segment of a circle or ellipse, follow the steps for creating a sector based on a circle."
msgstr ""
-#: rotate_object.xhp#par_id3159236.28.help.text
-msgid "To skew the object vertically or horizontally, drag one of the side handles."
+#. n*:j
+#: draw_sector.xhp
+msgctxt ""
+"draw_sector.xhp\n"
+"par_id3153084\n"
+"42\n"
+"help.text"
+msgid "To draw an arc based on an ellipse, choose one of the arc icons and follow the same steps for creating a sector based on a circle."
msgstr ""
-#: gradient.xhp#tit.help.text
+#. [@hc
+#: gradient.xhp
+msgctxt ""
+"gradient.xhp\n"
+"tit\n"
+"help.text"
msgid "Creating Gradient Fills"
msgstr ""
-#: gradient.xhp#bm_id3150792.help.text
+#. jK%m
+#: gradient.xhp
+msgctxt ""
+"gradient.xhp\n"
+"bm_id3150792\n"
+"help.text"
msgid "<bookmark_value>gradients; applying and defining</bookmark_value><bookmark_value>editing;gradients</bookmark_value><bookmark_value>defining;gradients</bookmark_value><bookmark_value>custom gradients</bookmark_value><bookmark_value>transparency;adjusting</bookmark_value>"
msgstr ""
-#: gradient.xhp#hd_id3150792.3.help.text
+#. q`*d
+#: gradient.xhp
+msgctxt ""
+"gradient.xhp\n"
+"hd_id3150792\n"
+"3\n"
+"help.text"
msgid "<variable id=\"gradient\"><link href=\"text/sdraw/guide/gradient.xhp\" name=\"Creating Gradient Fills\">Creating Gradient Fills</link> </variable>"
msgstr ""
-#: gradient.xhp#par_id3154012.4.help.text
+#. _:6k
+#: gradient.xhp
+msgctxt ""
+"gradient.xhp\n"
+"par_id3154012\n"
+"4\n"
+"help.text"
msgid "A gradient fill is an incremental blend of two different colors, or shades of the same color, that you can apply to a drawing object."
msgstr ""
-#: gradient.xhp#hd_id3147436.61.help.text
+#. c_#S
+#: gradient.xhp
+msgctxt ""
+"gradient.xhp\n"
+"hd_id3147436\n"
+"61\n"
+"help.text"
msgid "To apply a gradient:"
msgstr "გრადაციის მისადაგებისათვის:"
-#: gradient.xhp#par_id3146974.5.help.text
+#. SG*a
+#: gradient.xhp
+msgctxt ""
+"gradient.xhp\n"
+"par_id3146974\n"
+"5\n"
+"help.text"
msgid "Select a drawing object."
msgstr "მონიშნეთ სახატავი ობიექტი."
-#: gradient.xhp#par_id3154491.6.help.text
+#. E1O:
+#: gradient.xhp
+msgctxt ""
+"gradient.xhp\n"
+"par_id3154491\n"
+"6\n"
+"help.text"
msgid "Choose <emph>Format - Area</emph> and select <emph>Gradient</emph> as the <emph>Fill</emph> type."
msgstr ""
-#: gradient.xhp#par_id3153415.7.help.text
+#. )eyE
+#: gradient.xhp
+msgctxt ""
+"gradient.xhp\n"
+"par_id3153415\n"
+"7\n"
+"help.text"
msgid "Select a gradient style from the list and click <emph>OK</emph>."
msgstr ""
-#: gradient.xhp#hd_id3154702.8.help.text
+#. eVQI
+#: gradient.xhp
+msgctxt ""
+"gradient.xhp\n"
+"hd_id3154702\n"
+"8\n"
+"help.text"
msgid "Creating Custom Gradients"
msgstr "მორგებული გრადაციების შექმნა"
-#: gradient.xhp#par_id3145791.9.help.text
+#. 9cA^
+#: gradient.xhp
+msgctxt ""
+"gradient.xhp\n"
+"par_id3145791\n"
+"9\n"
+"help.text"
msgid "You can define your own gradients and modify existing gradients, as well as save and load a list of gradient files."
msgstr ""
-#: gradient.xhp#hd_id3145384.62.help.text
+#. Ri5t
+#: gradient.xhp
+msgctxt ""
+"gradient.xhp\n"
+"hd_id3145384\n"
+"62\n"
+"help.text"
msgid "To create a custom gradient:"
msgstr "მორგებული გრადაციის შესაქმნელად:"
-#: gradient.xhp#par_id3151242.11.help.text
-msgctxt "gradient.xhp#par_id3151242.11.help.text"
+#. AYSd
+#: gradient.xhp
+msgctxt ""
+"gradient.xhp\n"
+"par_id3151242\n"
+"11\n"
+"help.text"
msgid "Choose <emph>Format - Area</emph> and click the <emph>Gradients</emph> tab."
msgstr ""
-#: gradient.xhp#par_id3150046.12.help.text
+#. 2vji
+#: gradient.xhp
+msgctxt ""
+"gradient.xhp\n"
+"par_id3150046\n"
+"12\n"
+"help.text"
msgid "Select a gradient from the list to use as the basis for your new gradient and click <emph>Add</emph>."
msgstr ""
-#: gradient.xhp#par_id3145116.13.help.text
+#. AGoU
+#: gradient.xhp
+msgctxt ""
+"gradient.xhp\n"
+"par_id3145116\n"
+"13\n"
+"help.text"
msgid "Type a name for the gradient in the text box and click <emph>OK</emph>."
msgstr ""
-#: gradient.xhp#par_id6535843.help.text
+#. IL(+
+#: gradient.xhp
+msgctxt ""
+"gradient.xhp\n"
+"par_id6535843\n"
+"help.text"
msgid "The name appears at the end of the gradient list and is selected for editing."
msgstr ""
-#: gradient.xhp#par_id3150391.15.help.text
+#. #/99
+#: gradient.xhp
+msgctxt ""
+"gradient.xhp\n"
+"par_id3150391\n"
+"15\n"
+"help.text"
msgid "Set the gradient properties and click <emph>Modify</emph> to save the gradient."
msgstr ""
-#: gradient.xhp#par_id3156396.16.help.text
+#. p)T\
+#: gradient.xhp
#, fuzzy
-msgid "Click <emph>OK.</emph> "
+msgctxt ""
+"gradient.xhp\n"
+"par_id3156396\n"
+"16\n"
+"help.text"
+msgid "Click <emph>OK.</emph>"
msgstr "დააწკაპუნეთ <emph>OK</emph>."
-#: gradient.xhp#hd_id3149947.40.help.text
+#. BG5H
+#: gradient.xhp
+msgctxt ""
+"gradient.xhp\n"
+"hd_id3149947\n"
+"40\n"
+"help.text"
msgid "Using Gradients and Transparency"
msgstr "გამოიყენეთ გრადაცია და გამჭვირვალობა"
-#: gradient.xhp#par_id3157905.41.help.text
+#. G]P,
+#: gradient.xhp
+msgctxt ""
+"gradient.xhp\n"
+"par_id3157905\n"
+"41\n"
+"help.text"
msgid "You can adjust the properties of a gradient as well as the transparency of a drawing object with your mouse."
msgstr ""
-#: gradient.xhp#hd_id3150653.63.help.text
+#. 6[R,
+#: gradient.xhp
+msgctxt ""
+"gradient.xhp\n"
+"hd_id3150653\n"
+"63\n"
+"help.text"
msgid "To adjust the gradient of a drawing object:"
msgstr ""
-#: gradient.xhp#par_id3154844.42.help.text
+#. 7;eE
+#: gradient.xhp
+msgctxt ""
+"gradient.xhp\n"
+"par_id3154844\n"
+"42\n"
+"help.text"
msgid "Select a drawing object with the gradient that you want to modify."
msgstr ""
-#: gradient.xhp#par_id3145592.43.help.text
-msgctxt "gradient.xhp#par_id3145592.43.help.text"
+#. )P54
+#: gradient.xhp
+msgctxt ""
+"gradient.xhp\n"
+"par_id3145592\n"
+"43\n"
+"help.text"
msgid "Choose <emph>Format - Area</emph> and click the <emph>Gradients</emph> tab."
msgstr ""
-#: gradient.xhp#par_idN107BE.help.text
+#. vT(K
+#: gradient.xhp
+msgctxt ""
+"gradient.xhp\n"
+"par_idN107BE\n"
+"help.text"
msgid "Adjust the values for the gradient to suit your needs and click <emph>OK</emph>."
msgstr ""
-#: gradient.xhp#par_id3150659.46.help.text
+#. j+O+
+#: gradient.xhp
+msgctxt ""
+"gradient.xhp\n"
+"par_id3150659\n"
+"46\n"
+"help.text"
msgid "To adjust the transparency of an object, select the object, choose <emph>Format - Area</emph> and click the <emph>Transparency</emph> tab."
msgstr ""
-#: text_enter.xhp#tit.help.text
-msgid "Adding Text"
-msgstr "ტექსტის დამატება"
+#. 0vd{
+#: join_objects3d.xhp
+msgctxt ""
+"join_objects3d.xhp\n"
+"tit\n"
+"help.text"
+msgid "Assembling 3D Objects"
+msgstr ""
-#: text_enter.xhp#bm_id3153144.help.text
-msgid "<bookmark_value>text frames</bookmark_value> <bookmark_value>inserting;text frames</bookmark_value> <bookmark_value>copying;text from other documents</bookmark_value> <bookmark_value>pasting;text from other documents</bookmark_value> <bookmark_value>legends; drawings</bookmark_value>"
+#. ,g;s
+#: join_objects3d.xhp
+msgctxt ""
+"join_objects3d.xhp\n"
+"bm_id3154014\n"
+"help.text"
+msgid "<bookmark_value>3D objects; assembling</bookmark_value><bookmark_value>assembled objects in 3D</bookmark_value><bookmark_value>combining;3D objects</bookmark_value><bookmark_value>joining;3D objects</bookmark_value>"
msgstr ""
-#: text_enter.xhp#hd_id3153144.45.help.text
-msgid "<variable id=\"text_enter\"><link href=\"text/sdraw/guide/text_enter.xhp\" name=\"Adding Text\">Adding Text</link></variable>"
+#. []lM
+#: join_objects3d.xhp
+msgctxt ""
+"join_objects3d.xhp\n"
+"hd_id3156442\n"
+"29\n"
+"help.text"
+msgid "<variable id=\"join_objects3d\"><link href=\"text/sdraw/guide/join_objects3d.xhp\" name=\"Assembling 3D Objects\">Assembling 3D Objects</link></variable>"
msgstr ""
-#: text_enter.xhp#par_id3145750.46.help.text
-msgid "There are several types of text you can add to a drawing or presentation: "
+#. Qaw^
+#: join_objects3d.xhp
+msgctxt ""
+"join_objects3d.xhp\n"
+"par_id3145251\n"
+"30\n"
+"help.text"
+msgid "3D objects that each form a 3D scene can be combined into a single 3D scene."
msgstr ""
-#: text_enter.xhp#par_idN10824.help.text
-msgid "Text in a text box"
-msgstr "ტექსტი ტექსტურ ჩარჩოში"
+#. B\YY
+#: join_objects3d.xhp
+msgctxt ""
+"join_objects3d.xhp\n"
+"hd_id3150042\n"
+"41\n"
+"help.text"
+msgid "To combine 3D objects:"
+msgstr "ორი 2D ობიექტის გაერთიანებისათვის:"
-#: text_enter.xhp#par_idN10828.help.text
-msgid "Text that changes character size to fill the frame size"
+#. Z(yW
+#: join_objects3d.xhp
+msgctxt ""
+"join_objects3d.xhp\n"
+"par_id3154702\n"
+"31\n"
+"help.text"
+msgid "Insert a 3D object from the <emph>3D Objects</emph> toolbar (for example, a cube)."
msgstr ""
-#: text_enter.xhp#par_idN1082C.help.text
-msgid "Text that is added to any drawing object by double-clicking the object"
+#. i)o]
+#: join_objects3d.xhp
+msgctxt ""
+"join_objects3d.xhp\n"
+"par_id3155335\n"
+"32\n"
+"help.text"
+msgid "Insert a second slightly larger 3D object (for example, a sphere)."
msgstr ""
-#: text_enter.xhp#par_idN10830.help.text
-msgid "Text that is copied from a Writer document"
+#. 66f7
+#: join_objects3d.xhp
+msgctxt ""
+"join_objects3d.xhp\n"
+"par_id3148488\n"
+"33\n"
+"help.text"
+msgid "Select the second 3D object (sphere) and choose <emph>Edit - Cut</emph>."
msgstr ""
-#: text_enter.xhp#par_idN10834.help.text
-msgid "Text that is inserted from a text document or HTML document"
+#. K2f8
+#: join_objects3d.xhp
+msgctxt ""
+"join_objects3d.xhp\n"
+"par_id3149211\n"
+"34\n"
+"help.text"
+msgid "Double-click the first object (cube) to enter its group."
msgstr ""
-#: text_enter.xhp#hd_id3150202.48.help.text
-msgid "Adding a Text Box"
+#. GlL[
+#: join_objects3d.xhp
+msgctxt ""
+"join_objects3d.xhp\n"
+"par_id3154652\n"
+"35\n"
+"help.text"
+msgid "Choose <emph>Edit - Paste</emph>. Both objects are now part of the same group. If you want, you can edit the individual objects or change their position within the group."
msgstr ""
-#: text_enter.xhp#par_id3155266.49.help.text
-msgid "Click the <emph>Text</emph> icon <image id=\"img_id3156450\" src=\"cmd/sc_text.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3156450\">Icon</alt></image> and move the mouse pointer to where you want to enter the text box."
+#. +j^{
+#: join_objects3d.xhp
+msgctxt ""
+"join_objects3d.xhp\n"
+"par_id3155376\n"
+"36\n"
+"help.text"
+msgid "Double-click outside the group to exit the group."
msgstr ""
-#: text_enter.xhp#par_id3149052.50.help.text
-msgid "Drag a text box to the size you want in your document."
+#. rE_S
+#: join_objects3d.xhp
+msgctxt ""
+"join_objects3d.xhp\n"
+"par_id3148606\n"
+"38\n"
+"help.text"
+msgid "You cannot intersect or subtract 3D objects."
msgstr ""
-#: text_enter.xhp#par_id3151194.51.help.text
-msgid "Type or paste your text into the text box."
-msgstr "აკრიფეთ ან ჩასვით ტექსტი ტექსტურ ჩარჩოში."
+#. 6UX\
+#: join_objects3d.xhp
+msgctxt ""
+"join_objects3d.xhp\n"
+"par_id3154537\n"
+"39\n"
+"help.text"
+msgid "<link href=\"text/simpress/02/10090000.xhp\" name=\"Objects in 3D\">Objects in 3D</link>"
+msgstr ""
-#: text_enter.xhp#par_id3145118.53.help.text
-msgid "Double-click the text to edit it or to format text properties, such as font size or font color. Click the border of the text box to edit the object properties, such as border color or arranging in front or behind other objects."
+#. azm+
+#: graphic_insert.xhp
+msgctxt ""
+"graphic_insert.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting Graphics"
+msgstr "ნახატის ჩასმა"
+
+#. _^V1
+#: graphic_insert.xhp
+msgctxt ""
+"graphic_insert.xhp\n"
+"bm_id3156443\n"
+"help.text"
+msgid "<bookmark_value>pictures; inserting</bookmark_value><bookmark_value>images; inserting</bookmark_value><bookmark_value>files; inserting pictures</bookmark_value><bookmark_value>inserting;pictures</bookmark_value>"
msgstr ""
-#: text_enter.xhp#hd_id3150437.54.help.text
-msgid "Fitting Text to Frames"
+#. oo%[
+#: graphic_insert.xhp
+msgctxt ""
+"graphic_insert.xhp\n"
+"hd_id3156443\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"graphic_insert\"><link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"Inserting Graphics\">Inserting Pictures</link></variable>"
msgstr ""
-#: text_enter.xhp#par_id3146877.56.help.text
-msgid "Create a text box as described in the steps above."
+#. EvZj
+#: graphic_insert.xhp
+msgctxt ""
+"graphic_insert.xhp\n"
+"par_id3155600\n"
+"2\n"
+"help.text"
+msgid "Choose <emph>Insert - Picture - From File</emph>."
+msgstr "ამოირჩიეთ <emph>ჩასმა - ნახატი</emph>."
+
+#. 7BR)
+#: graphic_insert.xhp
+msgctxt ""
+"graphic_insert.xhp\n"
+"par_id3150749\n"
+"3\n"
+"help.text"
+msgid "Locate the picture you want to insert. Select the <emph>Link</emph> check box to insert only a link to the picture. If you want to see the picture before you insert it, select <emph>Preview</emph>."
msgstr ""
-#: text_enter.xhp#par_idN108A3.help.text
-msgid "With the text object selected, choose <emph>Format - Text</emph>. The <emph>Text</emph> dialog opens."
+#. J.#d
+#: graphic_insert.xhp
+msgctxt ""
+"graphic_insert.xhp\n"
+"par_id3155764\n"
+"4\n"
+"help.text"
+msgid "After you insert a linked picture, do not change the name of the source picture or move the source picture to another directory."
msgstr ""
-#: text_enter.xhp#par_idN108AF.help.text
-msgid "On the <emph>Text</emph> tab page, clear the <emph>Fit height to text</emph> checkbox, then select the <emph>Fit to frame</emph> checkbox. Click <emph>OK</emph>."
+#. 8C^*
+#: graphic_insert.xhp
+msgctxt ""
+"graphic_insert.xhp\n"
+"par_id3150044\n"
+"5\n"
+"help.text"
+msgid "Click <emph>Open</emph> to insert the picture."
msgstr ""
-#: text_enter.xhp#par_id0610200902133994.help.text
-msgid "Now you can resize the text box to change the size and shape of the text characters."
+#. %U(_
+#: rotate_object.xhp
+msgctxt ""
+"rotate_object.xhp\n"
+"tit\n"
+"help.text"
+msgid "Rotating Objects"
+msgstr "ბრუნავი ობიექტები"
+
+#. IfKr
+#: rotate_object.xhp
+msgctxt ""
+"rotate_object.xhp\n"
+"bm_id3154684\n"
+"help.text"
+msgid "<bookmark_value>rotating; draw objects</bookmark_value><bookmark_value>draw objects; rotating</bookmark_value><bookmark_value>pivot points of draw objects</bookmark_value><bookmark_value>skewing draw objects</bookmark_value>"
+msgstr "<bookmark_value>მოწესრიგება; ობიექტები (სახელმძღვანელო)</bookmark_value><bookmark_value>ობიექტები;გასწორება</bookmark_value><bookmark_value>distributing draw objects</bookmark_value><bookmark_value>გასწორება;ობიექტების ხატვა</bookmark_value>"
+
+#. zefQ
+#: rotate_object.xhp
+msgctxt ""
+"rotate_object.xhp\n"
+"hd_id3154684\n"
+"12\n"
+"help.text"
+msgid "<variable id=\"rotate_object\"><link href=\"text/sdraw/guide/rotate_object.xhp\" name=\"Rotating Objects\">Rotating Objects</link></variable>"
msgstr ""
-#: text_enter.xhp#hd_id3155955.58.help.text
-msgid "Text Tied to a Graphic"
+#. cP$H
+#: rotate_object.xhp
+msgctxt ""
+"rotate_object.xhp\n"
+"par_id3149262\n"
+"13\n"
+"help.text"
+msgid "You can rotate an object around its default pivot point (center point) or a pivot point that you designate."
msgstr ""
-#: text_enter.xhp#par_idN10917.help.text
-msgid "You can add text to any graphic after double-clicking the graphic."
+#. Ph`}
+#: rotate_object.xhp
+msgctxt ""
+"rotate_object.xhp\n"
+"par_id3146975\n"
+"help.text"
+msgid "<image id=\"img_id3154729\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3154729\">Icon</alt></image>"
msgstr ""
-#: text_enter.xhp#par_id1827448.help.text
-msgid "To determine the position of the text, use the settings in <emph>Format - Text</emph>."
+#. +]|m
+#: rotate_object.xhp
+msgctxt ""
+"rotate_object.xhp\n"
+"par_id3150716\n"
+"14\n"
+"help.text"
+msgid "Select the object you want to rotate. On the <emph>Mode</emph> toolbar in $[officename] Draw or on the <emph>Drawing</emph> bar in $[officename] Impress, click the <emph>Rotate</emph> icon."
msgstr ""
-#: text_enter.xhp#par_id3147366.59.help.text
-msgid "For example, click the arrow next to the <emph>Callouts</emph> icon <image id=\"img_id3154508\" src=\"cmd/sc_calloutshapes.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154508\">Icon</alt></image> to open the Callouts toolbar."
+#. CVK.
+#: rotate_object.xhp
+msgctxt ""
+"rotate_object.xhp\n"
+"par_id3149021\n"
+"69\n"
+"help.text"
+msgid "Move the pointer to a corner handle so that the pointer changes to a rotate symbol. Drag the handle to rotate the object."
msgstr ""
-#: text_enter.xhp#par_idN108FD.help.text
-msgid "Select a callout and move the mouse pointer to where you want the callout to start."
+#. lk}*
+#: rotate_object.xhp
+msgctxt ""
+"rotate_object.xhp\n"
+"par_id0930200803002335\n"
+"help.text"
+msgid "Hold down the Shift key to restrict the rotation to multiples of 15 degrees."
msgstr ""
-#: text_enter.xhp#par_id3150272.60.help.text
-msgid "Drag to draw the callout."
+#. \i!i
+#: rotate_object.xhp
+msgctxt ""
+"rotate_object.xhp\n"
+"par_id0930200803002463\n"
+"help.text"
+msgid "Right-click the object to open the context menu. Choose Position and Size - Rotation to enter an exact rotation value."
msgstr ""
-#: text_enter.xhp#par_id1978514.help.text
-msgid "Enter the text."
+#. .C|m
+#: rotate_object.xhp
+msgctxt ""
+"rotate_object.xhp\n"
+"par_id3155962\n"
+"help.text"
+msgid "<image id=\"img_id3154023\" src=\"res/helpimg/rotieren.png\" width=\"5.424cm\" height=\"3.916cm\"><alt id=\"alt_id3154023\">Icon</alt></image>"
msgstr ""
-#: text_enter.xhp#par_idN1091A.help.text
-msgid "Copying Text"
-msgstr "ტექსტის კოპირება"
+#. .L|(
+#: rotate_object.xhp
+msgctxt ""
+"rotate_object.xhp\n"
+"par_id3166424\n"
+"16\n"
+"help.text"
+msgid "To change the pivot point, drag the small circle in the center of the object to a new location."
+msgstr ""
-#: text_enter.xhp#par_idN10921.help.text
-msgid "Select the text in your Writer document."
+#. ],[+
+#: rotate_object.xhp
+msgctxt ""
+"rotate_object.xhp\n"
+"par_id3159236\n"
+"28\n"
+"help.text"
+msgid "To skew the object vertically or horizontally, drag one of the side handles."
msgstr ""
-#: text_enter.xhp#par_idN10925.help.text
-msgid "Copy the text to the clipboard (<emph>Edit - Copy</emph>)."
+#. q}:L
+#: eyedropper.xhp
+msgctxt ""
+"eyedropper.xhp\n"
+"tit\n"
+"help.text"
+msgid "Replacing Colors"
+msgstr "ფერთა ჩანაცვლება"
+
+#. ?2,J
+#: eyedropper.xhp
+msgctxt ""
+"eyedropper.xhp\n"
+"bm_id3147436\n"
+"help.text"
+msgid "<bookmark_value>eyedropper tool</bookmark_value><bookmark_value>colors; replacing</bookmark_value><bookmark_value>replacing;colors in bitmaps</bookmark_value><bookmark_value>metafiles;replacing colors</bookmark_value><bookmark_value>bitmaps;replacing colors</bookmark_value><bookmark_value>GIF images;replacing colors</bookmark_value>"
msgstr ""
-#: text_enter.xhp#par_idN1092D.help.text
-msgid "Click the page or slide where you want to paste the text."
+#. _v?$
+#: eyedropper.xhp
+msgctxt ""
+"eyedropper.xhp\n"
+"hd_id3147436\n"
+"38\n"
+"help.text"
+msgid "<variable id=\"eyedropper\"><link href=\"text/sdraw/guide/eyedropper.xhp\" name=\"Replacing Colors\">Replacing Colors</link></variable>"
msgstr ""
-#: text_enter.xhp#par_idN10931.help.text
-msgid "Paste the text using <emph>Edit - Paste</emph> or <emph>Edit - Paste special</emph>."
+#. dLrC
+#: eyedropper.xhp
+#, fuzzy
+msgctxt ""
+"eyedropper.xhp\n"
+"par_id3156286\n"
+"24\n"
+"help.text"
+msgid "You can replace colors in bitmaps with the <emph>Color Replacer</emph> tool."
+msgstr "ფერის ჩანაცვლება პიპეტის დახმარებით"
+
+#. /?xb
+#: eyedropper.xhp
+msgctxt ""
+"eyedropper.xhp\n"
+"par_id3154704\n"
+"25\n"
+"help.text"
+msgid "Up to four colors can be replaced at once."
msgstr ""
-#: text_enter.xhp#par_idN1093C.help.text
-msgid "Using <emph>Paste special</emph>, you can choose the text format to be pasted. Depending on formats, you can copy different text attributes."
+#. EcNF
+#: eyedropper.xhp
+msgctxt ""
+"eyedropper.xhp\n"
+"par_id3147344\n"
+"26\n"
+"help.text"
+msgid "You can also use the <emph>Transparency</emph> option to replace the transparent areas of an image with a color."
msgstr ""
-#: text_enter.xhp#par_idN1093F.help.text
-msgid "Importing Text"
-msgstr "ტექსტის იმპორტირება"
+#. 7o~]
+#: eyedropper.xhp
+msgctxt ""
+"eyedropper.xhp\n"
+"par_id3148488\n"
+"27\n"
+"help.text"
+msgid "Similarly, you can use the <emph>Color Replacer</emph> to make a color on your image transparent."
+msgstr ""
-#: text_enter.xhp#par_idN10946.help.text
-msgid "Click the page or slide where you want to import the text."
+#. ]vrM
+#: eyedropper.xhp
+#, fuzzy
+msgctxt ""
+"eyedropper.xhp\n"
+"hd_id3150205\n"
+"28\n"
+"help.text"
+msgid "To replace colors with the Color Replacer tool"
+msgstr "ფერის ჩანაცვლება პიპეტის დახმარებით"
+
+#. r5X{
+#: eyedropper.xhp
+msgctxt ""
+"eyedropper.xhp\n"
+"par_id3154656\n"
+"29\n"
+"help.text"
+msgid "Ensure that the image you are using is a bitmap (for example, BMP, GIF, JPG, or PNG) or a metafile (for example, WMF)."
msgstr ""
-#: text_enter.xhp#par_idN1094A.help.text
-msgid "Choose <emph>Insert - File</emph>."
-msgstr "ამოირჩიეთ <emph>ჩასმა - ნახატი</emph>."
+#. $yO[
+#: eyedropper.xhp
+#, fuzzy
+msgctxt ""
+"eyedropper.xhp\n"
+"par_id3150202\n"
+"30\n"
+"help.text"
+msgid "Choose <emph>Tools - Color Replacer</emph>."
+msgstr "ამოირჩიეთ <emph>ინსტრუმენტები - პიპეტი</emph>."
-#: text_enter.xhp#par_idN10952.help.text
-msgid "Select a text file (*.txt) or an HTML file and click <emph>Insert</emph>. The <emph>Insert Text</emph> dialog opens. Click <emph>OK</emph> to insert the text."
+#. /ruR
+#: eyedropper.xhp
+msgctxt ""
+"eyedropper.xhp\n"
+"par_id3155531\n"
+"31\n"
+"help.text"
+msgid "Click the Color Replacer icon and position the mouse pointer over the color you want to replace in the image. The color appears in the box next to the icon."
+msgstr ""
+
+#. J;bd
+#: eyedropper.xhp
+msgctxt ""
+"eyedropper.xhp\n"
+"par_id3152985\n"
+"32\n"
+"help.text"
+msgid "Click the color in the image. The color appears in the first <emph>Source color</emph> box and the check box next to the color is selected."
+msgstr ""
+
+#. 45hV
+#: eyedropper.xhp
+msgctxt ""
+"eyedropper.xhp\n"
+"par_id3148866\n"
+"33\n"
+"help.text"
+msgid "In the <emph>Replace with</emph> box, select the new color."
+msgstr ""
+
+#. IrmF
+#: eyedropper.xhp
+msgctxt ""
+"eyedropper.xhp\n"
+"par_id3145362\n"
+"41\n"
+"help.text"
+msgid "This replaces all occurrences of the <emph>Source color</emph> in the image."
+msgstr ""
+
+#. ?69I
+#: eyedropper.xhp
+msgctxt ""
+"eyedropper.xhp\n"
+"par_id3151191\n"
+"34\n"
+"help.text"
+msgid "If you want to replace another color while the dialog is open, select the check box in front of <emph>Source color</emph> in the next row and repeat steps 3 to 5."
+msgstr ""
+
+#. MUTu
+#: eyedropper.xhp
+msgctxt ""
+"eyedropper.xhp\n"
+"par_id3149876\n"
+"36\n"
+"help.text"
+msgid "Click <emph>Replace</emph>."
+msgstr "დააწკაპუნეთ <emph>ჩანაცვლება</emph>."
+
+#. GJ*p
+#: eyedropper.xhp
+msgctxt ""
+"eyedropper.xhp\n"
+"par_id3157871\n"
+"37\n"
+"help.text"
+msgid "If you want to expand or contract the color selection area, increase or decrease the tolerance of the <emph>Color Replacer</emph> tool and repeat your selection."
+msgstr ""
+
+#. 8Q*v
+#: eyedropper.xhp
+#, fuzzy
+msgctxt ""
+"eyedropper.xhp\n"
+"par_id3146878\n"
+"39\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06030000.xhp\" name=\"Color Replacer\">Color Replacer</link>"
+msgstr "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">სიმბოლო</link>"
+
+#. meBb
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"tit\n"
+"help.text"
+msgid "Shortcut Keys for Drawing Objects"
+msgstr ""
+
+#. Lp[Y
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"bm_id3155628\n"
+"help.text"
+msgid "<bookmark_value>accessibility; %PRODUCTNAME Draw</bookmark_value><bookmark_value>draw objects; text entry mode</bookmark_value><bookmark_value>text entry mode for draw objects</bookmark_value>"
+msgstr ""
+
+#. cfms
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3155628\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"keyboard\"><link href=\"text/sdraw/guide/keyboard.xhp\" name=\"Shortcut Keys for Drawing Objects\">Shortcut Keys for Drawing Objects</link></variable>"
+msgstr ""
+
+#. tT=U
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3148663\n"
+"13\n"
+"help.text"
+msgid "You can create and edit drawing objects using the keyboard."
+msgstr ""
+
+#. QsM8
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3125863\n"
+"12\n"
+"help.text"
+msgid "To Create and Edit a Drawing Object"
+msgstr ""
+
+#. }W7/
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3153188\n"
+"11\n"
+"help.text"
+msgid "Press <item type=\"keycode\">F6</item> to navigate to the <emph>Drawing</emph> bar."
+msgstr ""
+
+#. qaSa
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3146971\n"
+"10\n"
+"help.text"
+msgid "Press the <item type=\"keycode\">Right</item> arrow key until you reach the toolbar icon of a drawing tool."
+msgstr ""
+
+#. \1Oq
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_idN106CD\n"
+"help.text"
+msgid "If there is an arrow next to the icon, the drawing tool opens a sub toolbar. Press the <item type=\"keycode\">Up</item> or <item type=\"keycode\">Down</item> arrow key to open the sub toolbar, then press the <item type=\"keycode\">Right</item> or <item type=\"keycode\">Left</item> key to select an icon."
+msgstr ""
+
+#. .r-a
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3147338\n"
+"8\n"
+"help.text"
+msgid "Press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter</item>."
+msgstr ""
+
+#. YK6[
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3154705\n"
+"7\n"
+"help.text"
+msgid "The object is created at the center of the current document."
+msgstr ""
+
+#. KJnf
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3155962\n"
+"6\n"
+"help.text"
+msgid "To return to the document, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6</item>."
+msgstr ""
+
+#. W~1P
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3155062\n"
+"5\n"
+"help.text"
+msgid "You can use the arrow keys to position the object where you want. To choose a command from the context menu for the object, press <item type=\"keycode\">Shift+F10</item>."
+msgstr ""
+
+#. 9tKM
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3150306\n"
+"4\n"
+"help.text"
+msgid "To Select an Object"
+msgstr "ობიექტის მონიშვნის მიზნით"
+
+#. F1b[
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3152990\n"
+"3\n"
+"help.text"
+msgid "Press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6</item> to enter the document."
+msgstr ""
+
+#. P/nY
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3145587\n"
+"2\n"
+"help.text"
+msgid "Press <item type=\"keycode\">Tab</item> until you reach the object you want to select."
+msgstr ""
+
+#. \_cV
+#: join_objects.xhp
+msgctxt ""
+"join_objects.xhp\n"
+"tit\n"
+"help.text"
+msgid "Connecting Lines"
+msgstr "დამაკავშირებელი ხაზები"
+
+#. B3)R
+#: join_objects.xhp
+msgctxt ""
+"join_objects.xhp\n"
+"bm_id3145799\n"
+"help.text"
+msgid "<bookmark_value>draw objects; connecting lines to</bookmark_value><bookmark_value>connecting; lines</bookmark_value><bookmark_value>lines; connecting objects</bookmark_value><bookmark_value>areas; from connected lines</bookmark_value>"
+msgstr ""
+
+#. Bb3F
+#: join_objects.xhp
+msgctxt ""
+"join_objects.xhp\n"
+"hd_id3145799\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"join_objects\"><link href=\"text/sdraw/guide/join_objects.xhp\" name=\"Connecting Lines\">Connecting Lines</link></variable>"
+msgstr ""
+
+#. HUXL
+#: join_objects.xhp
+msgctxt ""
+"join_objects.xhp\n"
+"par_id3154512\n"
+"3\n"
+"help.text"
+msgid "When you connect lines, lines are drawn between neighboring endpoints."
+msgstr ""
+
+#. bis?
+#: join_objects.xhp
+msgctxt ""
+"join_objects.xhp\n"
+"hd_id3150752\n"
+"2\n"
+"help.text"
+msgid "To connect lines:"
+msgstr "ხაზების დაკავშირების მიზნით:"
+
+#. IDs*
+#: join_objects.xhp
+msgctxt ""
+"join_objects.xhp\n"
+"par_id3153714\n"
+"4\n"
+"help.text"
+msgid "Select two or more lines."
+msgstr "მონიშნეთ ორი ან მეტი ხაზი."
+
+#. Gb?7
+#: join_objects.xhp
+msgctxt ""
+"join_objects.xhp\n"
+"par_id3156383\n"
+"5\n"
+"help.text"
+msgid "Right-click and choose <emph>Modify - Connect</emph>."
+msgstr ""
+
+#. :zpe
+#: join_objects.xhp
+msgctxt ""
+"join_objects.xhp\n"
+"par_id3149257\n"
+"11\n"
+"help.text"
+msgid "To create a closed object, right-click a line and choose <emph>Close Object</emph>."
+msgstr ""
+
+#. A3Bj
+#: join_objects.xhp
+msgctxt ""
+"join_objects.xhp\n"
+"par_id3150363\n"
+"9\n"
+"help.text"
+msgid "You can only use the <emph>Close Object</emph> command on connected lines, <emph>Freeform Lines </emph>and unfilled <emph>Curves</emph>."
+msgstr ""
+
+#. Igex
+#: cross_fading.xhp
+msgctxt ""
+"cross_fading.xhp\n"
+"tit\n"
+"help.text"
+msgid "Cross-Fading Two Objects"
+msgstr ""
+
+#. ;[h)
+#: cross_fading.xhp
+msgctxt ""
+"cross_fading.xhp\n"
+"bm_id3150715\n"
+"help.text"
+msgid "<bookmark_value>draw objects; cross-fading two objects</bookmark_value><bookmark_value>cross-fading; two draw objects</bookmark_value>"
msgstr ""
-#: align_arrange.xhp#tit.help.text
+#. KhU.
+#: cross_fading.xhp
+msgctxt ""
+"cross_fading.xhp\n"
+"hd_id3150715\n"
+"17\n"
+"help.text"
+msgid "<variable id=\"cross_fading\"><link href=\"text/sdraw/guide/cross_fading.xhp\" name=\"Cross-Fading Two Objects\">Cross-Fading Two Objects</link></variable>"
+msgstr ""
+
+#. h%2!
+#: cross_fading.xhp
+msgctxt ""
+"cross_fading.xhp\n"
+"par_id3154754\n"
+"18\n"
+"help.text"
+msgid "Cross-fading creates shapes and distributes them by uniform increments between two drawing objects."
+msgstr ""
+
+#. eW==
+#: cross_fading.xhp
+msgctxt ""
+"cross_fading.xhp\n"
+"par_id3155112\n"
+"41\n"
+"help.text"
+msgid "The cross-fading command is only available in $[officename] Draw. You can, however, copy and paste cross-faded objects into $[officename] Impress."
+msgstr ""
+
+#. |qMV
+#: cross_fading.xhp
+msgctxt ""
+"cross_fading.xhp\n"
+"hd_id3149209\n"
+"20\n"
+"help.text"
+msgid "To cross-fade two objects:"
+msgstr ""
+
+#. Vj$H
+#: cross_fading.xhp
+msgctxt ""
+"cross_fading.xhp\n"
+"par_id3150370\n"
+"45\n"
+"help.text"
+msgid "Hold down Shift and click each object."
+msgstr ""
+
+#. F:OT
+#: cross_fading.xhp
+msgctxt ""
+"cross_fading.xhp\n"
+"par_id3166428\n"
+"22\n"
+"help.text"
+msgid "Choose <emph>Edit - Cross-fading</emph>."
+msgstr ""
+
+#. r0DV
+#: cross_fading.xhp
+msgctxt ""
+"cross_fading.xhp\n"
+"par_id3156450\n"
+"44\n"
+"help.text"
+msgid "Enter a value to specify the number of objects between the start and end of the cross-fade in the <emph>Increments</emph> box."
+msgstr ""
+
+#. TkEH
+#: cross_fading.xhp
+msgctxt ""
+"cross_fading.xhp\n"
+"par_id3149405\n"
+"23\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "დააწკაპუნეთ <emph>OK</emph>."
+
+#. N~!H
+#: cross_fading.xhp
+msgctxt ""
+"cross_fading.xhp\n"
+"par_id3151240\n"
+"24\n"
+"help.text"
+msgid "A group containing the two original objects and the specified number (increments) of cross-faded objects is displayed."
+msgstr ""
+
+#. B-9a
+#: cross_fading.xhp
+msgctxt ""
+"cross_fading.xhp\n"
+"par_id3159203\n"
+"help.text"
+msgid "<image id=\"img_id3150210\" src=\"res/helpimg/ueberblenden.png\" width=\"74.88mm\" height=\"65.62mm\"><alt id=\"alt_id3150210\">Illustration for crossfading</alt></image>"
+msgstr ""
+
+#. cP)t
+#: cross_fading.xhp
+msgctxt ""
+"cross_fading.xhp\n"
+"par_id3154766\n"
+"25\n"
+"help.text"
+msgid "You can edit the individual objects of a group by selecting the group and pressing F3. Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3 to exit the group editing mode."
+msgstr ""
+
+#. g,5g
+#: cross_fading.xhp
+msgctxt ""
+"cross_fading.xhp\n"
+"par_id3155760\n"
+"42\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/02150000.xhp\" name=\"Editing - Cross-fading\">Editing - Cross-fading</link>"
+msgstr ""
+
+#. ,:;]
+#: align_arrange.xhp
+msgctxt ""
+"align_arrange.xhp\n"
+"tit\n"
+"help.text"
msgid "Arranging, Aligning and Distributing Objects"
msgstr "მოწესრიგება, გასწორება და ობიექტების განაწილება"
-#: align_arrange.xhp#hd_id3149656.73.help.text
+#. 3q~R
+#: align_arrange.xhp
+msgctxt ""
+"align_arrange.xhp\n"
+"hd_id3149656\n"
+"73\n"
+"help.text"
msgid "<variable id=\"align_arrange\"><link href=\"text/sdraw/guide/align_arrange.xhp\" name=\"Arranging and Aligning Objects\">Arranging, Aligning and Distributing Objects</link></variable>"
msgstr "<variable id=\"align_arrange\"><link href=\"text/sdraw/guide/align_arrange.xhp\" name=\"Arranging and Aligning Objects\">მოწესრიგება, გასწორება და ობიექტების განაწილება</link></variable>"
-#: align_arrange.xhp#bm_id3125863.help.text
+#. zW2w
+#: align_arrange.xhp
+msgctxt ""
+"align_arrange.xhp\n"
+"bm_id3125863\n"
+"help.text"
msgid "<bookmark_value>arranging; objects (guide)</bookmark_value><bookmark_value>objects;aligning</bookmark_value><bookmark_value>distributing draw objects</bookmark_value><bookmark_value>aligning;draw objects</bookmark_value>"
msgstr "<bookmark_value>მოწესრიგება; ობიექტები (სახელმძღვანელო)</bookmark_value><bookmark_value>ობიექტები;გასწორება</bookmark_value><bookmark_value>distributing draw objects</bookmark_value><bookmark_value>გასწორება;ობიექტების ხატვა</bookmark_value>"
-#: align_arrange.xhp#hd_id3125863.17.help.text
+#. !PJi
+#: align_arrange.xhp
+msgctxt ""
+"align_arrange.xhp\n"
+"hd_id3125863\n"
+"17\n"
+"help.text"
msgid "Arranging Objects"
msgstr "ობიექტების მოწესრიგება"
-#: align_arrange.xhp#par_id3153727.18.help.text
+#. x|T[
+#: align_arrange.xhp
+msgctxt ""
+"align_arrange.xhp\n"
+"par_id3153727\n"
+"18\n"
+"help.text"
msgid "Each object that you place in your document is successively stacked on the preceding object. To re-arrange the stacking order of a selected object, proceed as follows."
msgstr "თითოეული ობიექტი, რომელსაც განათავსებთ თქვენს დოკუმენტში, თანმიმდევრულად განთავსებულია წინამდებარე ობიექტზე. მონიშნული ობიექტის განთავსების გადალაგების თანმიმდევრობა მიმდინარეობს შემდეგი სახით."
-#: align_arrange.xhp#par_idN107D5.help.text
-msgctxt "align_arrange.xhp#par_idN107D5.help.text"
+#. M(UU
+#: align_arrange.xhp
+msgctxt ""
+"align_arrange.xhp\n"
+"par_idN107D5\n"
+"help.text"
msgid "Click the object whose position you want to change."
msgstr ""
-#: align_arrange.xhp#par_id3150327.78.help.text
+#. wc?i
+#: align_arrange.xhp
+msgctxt ""
+"align_arrange.xhp\n"
+"par_id3150327\n"
+"78\n"
+"help.text"
msgid "Choose <item type=\"menuitem\">Modify - Arrange</item> to bring up the context menu and choose one of the arrange options:"
msgstr "ამოირჩიეთ <item type=\"menuitem\">შეცვლა - განლაგება</item> კონტექსტური მენიუს ზევით ატანის მიზნით და ამოირჩიეთ განლაგების ერთ-ერთი პარამეტრი:"
-#: align_arrange.xhp#par_idN107E6.help.text
+#. s|LZ
+#: align_arrange.xhp
+msgctxt ""
+"align_arrange.xhp\n"
+"par_idN107E6\n"
+"help.text"
msgid "<emph>Bring to Front</emph> places the object on top of all other objects"
msgstr "<emph>წინ გადმოტანა</emph> განათავსებს ობიექტს სხვა ობიექტებს ზევით"
-#: align_arrange.xhp#par_idN107EC.help.text
+#. xoGD
+#: align_arrange.xhp
+msgctxt ""
+"align_arrange.xhp\n"
+"par_idN107EC\n"
+"help.text"
msgid "<emph>Bring Forward</emph> places the object one place forward in the stack of objects"
msgstr "<emph>წინ გადმოტანა</emph> განათავსებს ობიექტს ერთი ადგილით წინ ობიექტების რიგში"
-#: align_arrange.xhp#par_idN107F2.help.text
+#. HNT/
+#: align_arrange.xhp
+msgctxt ""
+"align_arrange.xhp\n"
+"par_idN107F2\n"
+"help.text"
msgid "<emph>Send Backward</emph> places the object one place back in the stack of objects"
msgstr "<emph>უკან გადატანა</emph> განათავსებს ობიექტს ერთი ადგილით უკან ობიექტების რიგში"
-#: align_arrange.xhp#par_idN107F8.help.text
+#. N.aO
+#: align_arrange.xhp
+msgctxt ""
+"align_arrange.xhp\n"
+"par_idN107F8\n"
+"help.text"
msgid "<emph>Send to Back</emph> places the object behind all other objects"
msgstr "<emph>უკან გადატანა</emph> განათავსებს ობიექტს სხვა ობიექტებს ქვევით"
-#: align_arrange.xhp#par_idN107FE.help.text
+#. FbQ\
+#: align_arrange.xhp
+msgctxt ""
+"align_arrange.xhp\n"
+"par_idN107FE\n"
+"help.text"
msgid "<emph>Behind Object</emph> places the object behind another object that you select"
msgstr "<emph>ობიექტის უკან</emph> განათავსებს ობიექტს თქვენ მიერ არჩეული სხვა ობიექტის უკან"
-#: align_arrange.xhp#hd_id3155766.79.help.text
+#. ;e^l
+#: align_arrange.xhp
+msgctxt ""
+"align_arrange.xhp\n"
+"hd_id3155766\n"
+"79\n"
+"help.text"
msgid "Arranging an Object Behind Another Object"
msgstr "ერთი ობიექტის მეორე ობიექტის უკან მოწესრიგება"
-#: align_arrange.xhp#par_idN10811.help.text
-msgctxt "align_arrange.xhp#par_idN10811.help.text"
+#. 0B+N
+#: align_arrange.xhp
+msgctxt ""
+"align_arrange.xhp\n"
+"par_idN10811\n"
+"help.text"
msgid "Click the object whose position you want to change."
msgstr ""
-#: align_arrange.xhp#par_id3154253.80.help.text
+#. xCBp
+#: align_arrange.xhp
+msgctxt ""
+"align_arrange.xhp\n"
+"par_id3154253\n"
+"80\n"
+"help.text"
msgid "Choose <item type=\"menuitem\">Modify - Arrange</item> to open the context menu and choose <emph>Behind Object</emph>. The mouse pointer changes to a hand."
msgstr "ამოირჩიეთ <item type=\"menuitem\">შეცვლა - განლაგება</item> კონტექსტური გახსნის მიზნით და ამოირჩიეთ <emph>ობიექტის უკან</emph>. მაუსის მიმთითებლის შეიცვლება ხელით."
-#: align_arrange.xhp#par_id3149126.81.help.text
+#. QE(6
+#: align_arrange.xhp
+msgctxt ""
+"align_arrange.xhp\n"
+"par_id3149126\n"
+"81\n"
+"help.text"
msgid "Click the object behind which you want to place the selected object."
msgstr "დააწკაპუნეთ ობიექტზე, რომლის უკანაც გინდათ მონიშნული ობიექტის მოწესრიგება."
-#: align_arrange.xhp#hd_id3145789.20.help.text
+#. Ru50
+#: align_arrange.xhp
+msgctxt ""
+"align_arrange.xhp\n"
+"hd_id3145789\n"
+"20\n"
+"help.text"
msgid "Reversing The Stacking Order of Two Objects"
msgstr ""
-#: align_arrange.xhp#par_id3154022.83.help.text
+#. 8V})
+#: align_arrange.xhp
+msgctxt ""
+"align_arrange.xhp\n"
+"par_id3154022\n"
+"83\n"
+"help.text"
msgid "Shift-click both objects to select them."
msgstr "ორივე ობიექტზე Shift-დაწკაპუნება მათი მონიშვნის მიზნით."
-#: align_arrange.xhp#par_id3155114.84.help.text
+#. s!jH
+#: align_arrange.xhp
+msgctxt ""
+"align_arrange.xhp\n"
+"par_id3155114\n"
+"84\n"
+"help.text"
msgid "Choose <item type=\"menuitem\">Modify - Arrange</item> to open the context menu and choose <emph>Reverse</emph>."
msgstr "ამოირჩიეთ <item type=\"menuitem\">შეცვლა - განლაგება</item> კონტექსტური მენიუს ზევით ატანის მიზნით და ამოირჩიეთ განლაგების ერთ-ერთი პარამეტრი:"
-#: align_arrange.xhp#hd_id3166425.21.help.text
+#. h1d$
+#: align_arrange.xhp
+msgctxt ""
+"align_arrange.xhp\n"
+"hd_id3166425\n"
+"21\n"
+"help.text"
msgid "Aligning Objects"
msgstr "ობიექტების გასწორება"
-#: align_arrange.xhp#par_id3152994.22.help.text
+#. 5qBS
+#: align_arrange.xhp
+msgctxt ""
+"align_arrange.xhp\n"
+"par_id3152994\n"
+"22\n"
+"help.text"
msgid "The <emph>Alignment</emph> function enables you to align objects relative to each other or relative to the page."
msgstr ""
-#: align_arrange.xhp#par_idN108A3.help.text
+#. kcXG
+#: align_arrange.xhp
+msgctxt ""
+"align_arrange.xhp\n"
+"par_idN108A3\n"
+"help.text"
msgid "Select an object to align it to the page or select multiple objects to align them relative to each other."
msgstr ""
-#: align_arrange.xhp#par_idN108A7.help.text
+#. C?\T
+#: align_arrange.xhp
+msgctxt ""
+"align_arrange.xhp\n"
+"par_idN108A7\n"
+"help.text"
msgid "Choose <item type=\"menuitem\">Modify - Alignment</item> and select one of the alignment options."
msgstr ""
-#: align_arrange.xhp#par_idN108AE.help.text
+#. Bdpa
+#: align_arrange.xhp
+msgctxt ""
+"align_arrange.xhp\n"
+"par_idN108AE\n"
+"help.text"
msgid "Distributing Objects"
msgstr "ობიექტების განაწილება"
-#: align_arrange.xhp#par_id3151390.71.help.text
+#. dAUw
+#: align_arrange.xhp
+msgctxt ""
+"align_arrange.xhp\n"
+"par_id3151390\n"
+"71\n"
+"help.text"
msgid "If you select three or more objects in Draw, you can also use the <link href=\"text/shared/01/05360000.xhp\" name=\"Distribution\"><emph>Distribution</emph></link> command to distribute the vertical and horizontal spacing evenly between the objects."
msgstr ""
-#: align_arrange.xhp#par_idN108CE.help.text
+#. ibe~
+#: align_arrange.xhp
+msgctxt ""
+"align_arrange.xhp\n"
+"par_idN108CE\n"
+"help.text"
msgid "Select three or more objects to be distributed."
msgstr "მონიშნეთ სამი ან მეტი ობიექტი გავრცელების მიზნით."
-#: align_arrange.xhp#par_idN108D2.help.text
+#. 1fD(
+#: align_arrange.xhp
+msgctxt ""
+"align_arrange.xhp\n"
+"par_idN108D2\n"
+"help.text"
msgid "Choose <item type=\"menuitem\">Modify - Distribution</item>."
msgstr ""
-#: align_arrange.xhp#par_idN108DA.help.text
+#. S=C7
+#: align_arrange.xhp
+msgctxt ""
+"align_arrange.xhp\n"
+"par_idN108DA\n"
+"help.text"
msgid "Select the horizontal and vertical distribution option and click <emph>OK</emph>."
msgstr ""
-#: align_arrange.xhp#par_id3150535.72.help.text
+#. A!}@
+#: align_arrange.xhp
+msgctxt ""
+"align_arrange.xhp\n"
+"par_id3150535\n"
+"72\n"
+"help.text"
msgid "Selected objects are distributed evenly along the horizontal or vertical axis. The two outermost objects are used as reference points and do not move when the <emph>Distribution</emph> command is applied."
msgstr ""
-#: color_define.xhp#tit.help.text
+#. {O8)
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"tit\n"
+"help.text"
+msgid "Instructions for Using $[officename] Draw"
+msgstr ""
+
+#. op(1
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"bm_id3146119\n"
+"help.text"
+msgid "<bookmark_value>Draw instructions</bookmark_value><bookmark_value>instructions; $[officename] Draw</bookmark_value><bookmark_value>Howtos for Draw</bookmark_value>"
+msgstr ""
+
+#. ]Q=W
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3146119\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"main\"><link href=\"text/sdraw/guide/main.xhp\" name=\"Instructions for Using $[officename] Draw\">Instructions for Using $[officename] Draw</link></variable>"
+msgstr ""
+
+#. ?$UU
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3143218\n"
+"2\n"
+"help.text"
+msgid "Editing and Grouping Objects"
+msgstr "ობიექტების რედაქტირებისა და დაჯგუფებისათვის"
+
+#. fyo8
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3149018\n"
+"3\n"
+"help.text"
+msgid "Editing Colors and Textures"
+msgstr "ფერების და ტექსტურების რედაქტირება"
+
+#. .{e.
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3150043\n"
+"4\n"
+"help.text"
+msgid "Editing Text"
+msgstr "ტექსტის რედაქტირება"
+
+#. :j8o
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3147003\n"
+"6\n"
+"help.text"
+msgid "Working with Layers"
+msgstr "მუშაობა შრეებთან"
+
+#. mBf3
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3145585\n"
+"5\n"
+"help.text"
+msgid "Miscellaneous"
+msgstr "სხვადასხვა"
+
+#. qVa5
+#: color_define.xhp
+msgctxt ""
+"color_define.xhp\n"
+"tit\n"
+"help.text"
msgid "Defining Custom Colors"
msgstr "მორგებული ფერების განსაზღვრა"
-#: color_define.xhp#bm_id3149263.help.text
+#. l2e-
+#: color_define.xhp
+msgctxt ""
+"color_define.xhp\n"
+"bm_id3149263\n"
+"help.text"
msgid "<bookmark_value>colors; defining and saving</bookmark_value> <bookmark_value>user-defined colors</bookmark_value> <bookmark_value>custom colors</bookmark_value>"
msgstr ""
-#: color_define.xhp#hd_id3149263.7.help.text
+#. =VlU
+#: color_define.xhp
+msgctxt ""
+"color_define.xhp\n"
+"hd_id3149263\n"
+"7\n"
+"help.text"
msgid "<variable id=\"color_define\"><link href=\"text/sdraw/guide/color_define.xhp\" name=\"Defining Custom Colors\">Defining Custom Colors</link></variable>"
msgstr ""
-#: color_define.xhp#par_id3154511.8.help.text
+#. l0#J
+#: color_define.xhp
+msgctxt ""
+"color_define.xhp\n"
+"par_id3154511\n"
+"8\n"
+"help.text"
msgid "If you want, you can mix a custom color and add it to a color table."
msgstr ""
-#: color_define.xhp#hd_id3155600.9.help.text
+#. ,AA@
+#: color_define.xhp
+msgctxt ""
+"color_define.xhp\n"
+"hd_id3155600\n"
+"9\n"
+"help.text"
msgid "To define a custom color"
msgstr "მორგებული ფერის განსაზღვრის მიზნით"
-#: color_define.xhp#par_id3150327.25.help.text
+#. $L2G
+#: color_define.xhp
+msgctxt ""
+"color_define.xhp\n"
+"par_id3150327\n"
+"25\n"
+"help.text"
msgid "Choose <emph>Format - Area</emph> and click the <emph>Colors</emph> tab. A table of the predefined colors is displayed."
msgstr ""
-#: color_define.xhp#par_id3154657.13.help.text
+#. TP3S
+#: color_define.xhp
+msgctxt ""
+"color_define.xhp\n"
+"par_id3154657\n"
+"13\n"
+"help.text"
msgid "Changes made to the standard color table are permanent and are saved automatically."
msgstr ""
-#: color_define.xhp#par_id3166425.14.help.text
+#. 5r{C
+#: color_define.xhp
+msgctxt ""
+"color_define.xhp\n"
+"par_id3166425\n"
+"14\n"
+"help.text"
msgid "Click a color in the table that is similar to the one you want to mix. The color appears in the upper preview box to the right of the table."
msgstr ""
-#: color_define.xhp#par_id3152992.15.help.text
+#. qx5T
+#: color_define.xhp
+msgctxt ""
+"color_define.xhp\n"
+"par_id3152992\n"
+"15\n"
+"help.text"
msgid "Select the RGB or CMYK color model in the box below the preview boxes."
msgstr ""
-#: color_define.xhp#par_id4979705.help.text
+#. vE{`
+#: color_define.xhp
+msgctxt ""
+"color_define.xhp\n"
+"par_id4979705\n"
+"help.text"
msgid "%PRODUCTNAME uses only the RGB color model for printing in color. The CMYK controls are provided only to ease the input of color values using CMYK notation."
msgstr ""
-#: color_define.xhp#par_id3152987.16.help.text
+#. 3ePZ
+#: color_define.xhp
+msgctxt ""
+"color_define.xhp\n"
+"par_id3152987\n"
+"16\n"
+"help.text"
msgid "The RGB color model mixes red, green and blue light to create colors on a computer screen. In the RGB model, the three color components are additive and can have values ranging from 0 (black) to 255 (white). The CMYK color model combines Cyan (C), Magenta (M), Yellow (Y), and blacK (K, also used for \"Key\") to create colors for printing. The four colors of the CMYK models are subtractive and are defined as percentages. Black corresponds to 100 % and white to 0 %."
msgstr ""
-#: color_define.xhp#par_id3145386.17.help.text
+#. gGCX
+#: color_define.xhp
+msgctxt ""
+"color_define.xhp\n"
+"par_id3145386\n"
+"17\n"
+"help.text"
msgid "Enter a numeric value in the boxes next to the color components. The new color appears in the preview box directly above the color model box."
msgstr ""
-#: color_define.xhp#par_id3152871.18.help.text
+#. yb3U
+#: color_define.xhp
+msgctxt ""
+"color_define.xhp\n"
+"par_id3152871\n"
+"18\n"
+"help.text"
msgid "You can also create a color using a color spectrum. Click the <emph>Edit</emph> button to open the <link href=\"text/shared/optionen/01010501.xhp\" name=\"Color\"><emph>Color</emph></link> dialog. Click a color. Use the Hue, Saturation, and Brightness boxes to adjust your color selection."
msgstr ""
-#: color_define.xhp#par_id3153011.19.help.text
+#. 9C6C
+#: color_define.xhp
+msgctxt ""
+"color_define.xhp\n"
+"par_id3153011\n"
+"19\n"
+"help.text"
msgid "Do one of the following:"
msgstr "შეასრულეთ ერთ-ერთი შემდეგი:"
-#: color_define.xhp#par_id3147244.26.help.text
+#. W|Zm
+#: color_define.xhp
+msgctxt ""
+"color_define.xhp\n"
+"par_id3147244\n"
+"26\n"
+"help.text"
msgid "If you want to replace the color in the standard color table that your custom color is based on, click <emph>Modify</emph>."
msgstr ""
-#: color_define.xhp#par_id3145116.20.help.text
+#. 0m|H
+#: color_define.xhp
+msgctxt ""
+"color_define.xhp\n"
+"par_id3145116\n"
+"20\n"
+"help.text"
msgid "If you want to add your custom color to the standard color table, enter a name in the <emph>Name</emph> text box and click <emph>Add</emph>."
msgstr ""
-#: color_define.xhp#par_id3145236.23.help.text
+#. %Z=8
+#: color_define.xhp
#, fuzzy
+msgctxt ""
+"color_define.xhp\n"
+"par_id3145236\n"
+"23\n"
+"help.text"
msgid "<link href=\"text/shared/01/03170000.xhp\" name=\"Color bar\">Color bar</link>"
msgstr "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">სიმბოლო</link>"
-#: duplicate_object.xhp#tit.help.text
-msgid "Duplicating Objects"
-msgstr "ობიექტების დუბლირება"
-
-#: duplicate_object.xhp#bm_id3145750.help.text
-msgid "<bookmark_value>doubling draw objects</bookmark_value><bookmark_value>draw objects; duplicating</bookmark_value><bookmark_value>duplicating draw objects</bookmark_value><bookmark_value>multiplying draw objects</bookmark_value>"
-msgstr "<bookmark_value>მოწესრიგება; ობიექტები (სახელმძღვანელო)</bookmark_value><bookmark_value>ობიექტები;გასწორება</bookmark_value><bookmark_value>distributing draw objects</bookmark_value><bookmark_value>გასწორება;ობიექტების ხატვა</bookmark_value>"
-
-#: duplicate_object.xhp#hd_id3145750.3.help.text
-msgid "<variable id=\"duplicate_object\"><link href=\"text/sdraw/guide/duplicate_object.xhp\" name=\"Duplicating Objects\">Duplicating Objects</link></variable>"
-msgstr ""
-
-#: duplicate_object.xhp#par_id3149400.4.help.text
-msgid "You can create duplicate or multiple copies of an object. The copies can be identical or can differ in size, color, orientation and location."
-msgstr ""
-
-#: duplicate_object.xhp#par_id3153415.5.help.text
-msgid "The following example creates a stack of coins by making multiple copies of a single ellipse."
-msgstr ""
-
-#: duplicate_object.xhp#par_id3149129.6.help.text
-msgid "Use the <emph>Ellipse</emph> tool to draw a solid yellow ellipse."
-msgstr ""
-
-#: duplicate_object.xhp#par_id3149209.8.help.text
-msgid "Select the ellipse and choose <emph>Edit - Duplicate</emph>."
-msgstr ""
-
-#: duplicate_object.xhp#par_id3145585.9.help.text
-msgid "Enter 12 as <emph>Number of copies.</emph>"
-msgstr ""
-
-#: duplicate_object.xhp#par_id3151192.11.help.text
-msgid "Enter a negative value for the <emph>Width</emph> and <emph>Height</emph> so that the coins decrease in size as you go up the stack."
-msgstr ""
-
-#: duplicate_object.xhp#par_id3151387.39.help.text
-msgid "To define a color transition for the coins, select different colors in the <emph>Start</emph> and <emph>End</emph> boxes. The <emph>Start</emph> color is applied to the object that you are duplicating."
-msgstr ""
-
-#: duplicate_object.xhp#par_id3149947.12.help.text
-msgid "Click <emph>OK</emph> to create the duplicates."
-msgstr ""
-
-#: duplicate_object.xhp#par_id3153935.50.help.text
-msgid "<link href=\"text/simpress/01/02120000.xhp\" name=\"Edit - Duplicate\">Edit - Duplicate</link>"
-msgstr ""
-
-#: groups.xhp#tit.help.text
+#. 3#BQ
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"tit\n"
+"help.text"
msgid "Grouping Objects"
msgstr "ობიექტების დაჯგუფება"
-#: groups.xhp#bm_id3150793.help.text
+#. (/CE
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"bm_id3150793\n"
+"help.text"
msgid "<bookmark_value>grouping; draw objects</bookmark_value><bookmark_value>draw objects; grouping</bookmark_value>"
msgstr ""
-#: groups.xhp#hd_id3150793.26.help.text
+#. VtOd
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"hd_id3150793\n"
+"26\n"
+"help.text"
msgid "<variable id=\"groups\"><link href=\"text/sdraw/guide/groups.xhp\" name=\"Grouping Objects\">Grouping Objects</link></variable>"
msgstr ""
-#: groups.xhp#par_id3153728.27.help.text
+#. /fs9
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id3153728\n"
+"27\n"
+"help.text"
msgid "You can combine several objects into a group so that they act as a single object. You can move and transform all objects in a group as a single unit. You can also change the properties (for example, line size, fill color) of all objects in a group as a whole or for individual objects in a group. Groups can be temporary or assigned:"
msgstr ""
-#: groups.xhp#par_id3147434.64.help.text
+#. X3@s
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id3147434\n"
+"64\n"
+"help.text"
msgid "Temporary - group only lasts as long as all of the combined objects are selected."
msgstr ""
-#: groups.xhp#par_id3154490.65.help.text
+#. 9hN8
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id3154490\n"
+"65\n"
+"help.text"
msgid "Assigned - group lasts until it is ungrouped through a menu command."
msgstr ""
-#: groups.xhp#par_id3145252.66.help.text
+#. NL,F
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id3145252\n"
+"66\n"
+"help.text"
msgid "Groups can also be grouped in other groups. Actions applied to a group do not affect the relative position of the individual objects to each other in the group."
msgstr ""
-#: groups.xhp#hd_id3150716.28.help.text
+#. 5F!2
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"hd_id3150716\n"
+"28\n"
+"help.text"
msgid "To group objects:"
msgstr "ობიექტების დაჯგუფების მიზნით:"
-#: groups.xhp#par_id3149018.help.text
+#. Q7A:
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id3149018\n"
+"help.text"
msgid "<image id=\"img_id3145643\" src=\"cmd/sc_formatgroup.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3145643\">Icon</alt></image>"
msgstr ""
-#: groups.xhp#par_id3147346.29.help.text
+#. ,VxG
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id3147346\n"
+"29\n"
+"help.text"
msgid "Select the objects you want to group and choose <emph>Modify - Group</emph>."
msgstr ""
-#: groups.xhp#par_id3148485.30.help.text
+#. 0q4a
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id3148485\n"
+"30\n"
+"help.text"
msgid "For example, you can group all of the objects in a company logo to move and resize the logo as a single object."
msgstr ""
-#: groups.xhp#par_id3147002.31.help.text
+#. ]cT.
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id3147002\n"
+"31\n"
+"help.text"
msgid "After you have grouped objects, selecting any part of the group selects the entire group."
msgstr ""
-#: groups.xhp#hd_id3150205.55.help.text
+#. OMF?
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"hd_id3150205\n"
+"55\n"
+"help.text"
msgid "Selecting Objects in a Group"
msgstr "ობიექტების ჯგუფში მონიშვნა"
-#: groups.xhp#par_id3150370.help.text
+#. O=+?
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id3150370\n"
+"help.text"
msgid "<image id=\"img_id3155376\" src=\"cmd/sc_entergroup.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3155376\">Icon</alt></image>"
msgstr ""
-#: groups.xhp#par_id3156450.56.help.text
+#. |`4N
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id3156450\n"
+"56\n"
+"help.text"
msgid "You can select single objects in a group by entering the group. Double-click a group to enter it and click on the object to select it. You can also add or delete objects to and from a group in this mode. The objects that are not part of the group are grayed out."
msgstr ""
-#: groups.xhp#par_id3151239.help.text
+#. X+U2
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id3151239\n"
+"help.text"
msgid "<image id=\"img_id3155264\" src=\"cmd/sc_leavegroup.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3155264\">Icon</alt></image>"
msgstr ""
-#: groups.xhp#par_id3150213.58.help.text
+#. U[e*
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id3150213\n"
+"58\n"
+"help.text"
msgid "To exit a group, double-click anywhere outside it."
msgstr ""
-#: graphic_insert.xhp#tit.help.text
-msgid "Inserting Graphics"
-msgstr "ნახატის ჩასმა"
-
-#: graphic_insert.xhp#bm_id3156443.help.text
-msgid "<bookmark_value>pictures; inserting</bookmark_value><bookmark_value>images; inserting</bookmark_value><bookmark_value>files; inserting pictures</bookmark_value><bookmark_value>inserting;pictures</bookmark_value>"
-msgstr ""
-
-#: graphic_insert.xhp#hd_id3156443.1.help.text
-msgid "<variable id=\"graphic_insert\"><link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"Inserting Graphics\">Inserting Pictures</link></variable>"
-msgstr ""
-
-#: graphic_insert.xhp#par_id3155600.2.help.text
-msgid "Choose <emph>Insert - Picture - From File</emph>."
-msgstr "ამოირჩიეთ <emph>ჩასმა - ნახატი</emph>."
-
-#: graphic_insert.xhp#par_id3150749.3.help.text
-msgid "Locate the picture you want to insert. Select the <emph>Link</emph> check box to insert only a link to the picture. If you want to see the picture before you insert it, select <emph>Preview</emph>."
-msgstr ""
-
-#: graphic_insert.xhp#par_id3155764.4.help.text
-msgid "After you insert a linked picture, do not change the name of the source picture or move the source picture to another directory."
-msgstr ""
-
-#: graphic_insert.xhp#par_id3150044.5.help.text
-msgid "Click <emph>Open</emph> to insert the picture."
-msgstr ""
-
-#: keyboard.xhp#tit.help.text
-msgid "Shortcut Keys for Drawing Objects"
-msgstr ""
-
-#: keyboard.xhp#bm_id3155628.help.text
-msgid "<bookmark_value>accessibility; %PRODUCTNAME Draw</bookmark_value><bookmark_value>draw objects; text entry mode</bookmark_value><bookmark_value>text entry mode for draw objects</bookmark_value>"
-msgstr ""
+#. aroN
+#: duplicate_object.xhp
+msgctxt ""
+"duplicate_object.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicating Objects"
+msgstr "ობიექტების დუბლირება"
-#: keyboard.xhp#hd_id3155628.1.help.text
-msgid "<variable id=\"keyboard\"><link href=\"text/sdraw/guide/keyboard.xhp\" name=\"Shortcut Keys for Drawing Objects\">Shortcut Keys for Drawing Objects</link></variable>"
-msgstr ""
+#. kyRm
+#: duplicate_object.xhp
+msgctxt ""
+"duplicate_object.xhp\n"
+"bm_id3145750\n"
+"help.text"
+msgid "<bookmark_value>doubling draw objects</bookmark_value><bookmark_value>draw objects; duplicating</bookmark_value><bookmark_value>duplicating draw objects</bookmark_value><bookmark_value>multiplying draw objects</bookmark_value>"
+msgstr "<bookmark_value>მოწესრიგება; ობიექტები (სახელმძღვანელო)</bookmark_value><bookmark_value>ობიექტები;გასწორება</bookmark_value><bookmark_value>distributing draw objects</bookmark_value><bookmark_value>გასწორება;ობიექტების ხატვა</bookmark_value>"
-#: keyboard.xhp#par_id3148663.13.help.text
-msgid "You can create and edit drawing objects using the keyboard."
+#. ,%si
+#: duplicate_object.xhp
+msgctxt ""
+"duplicate_object.xhp\n"
+"hd_id3145750\n"
+"3\n"
+"help.text"
+msgid "<variable id=\"duplicate_object\"><link href=\"text/sdraw/guide/duplicate_object.xhp\" name=\"Duplicating Objects\">Duplicating Objects</link></variable>"
msgstr ""
-#: keyboard.xhp#hd_id3125863.12.help.text
-msgid "To Create and Edit a Drawing Object"
+#. 5%V$
+#: duplicate_object.xhp
+msgctxt ""
+"duplicate_object.xhp\n"
+"par_id3149400\n"
+"4\n"
+"help.text"
+msgid "You can create duplicate or multiple copies of an object. The copies can be identical or can differ in size, color, orientation and location."
msgstr ""
-#: keyboard.xhp#par_id3153188.11.help.text
-msgid "Press <item type=\"keycode\">F6</item> to navigate to the <emph>Drawing</emph> bar."
+#. sK%L
+#: duplicate_object.xhp
+msgctxt ""
+"duplicate_object.xhp\n"
+"par_id3153415\n"
+"5\n"
+"help.text"
+msgid "The following example creates a stack of coins by making multiple copies of a single ellipse."
msgstr ""
-#: keyboard.xhp#par_id3146971.10.help.text
-msgid "Press the <item type=\"keycode\">Right</item> arrow key until you reach the toolbar icon of a drawing tool."
+#. tDFn
+#: duplicate_object.xhp
+msgctxt ""
+"duplicate_object.xhp\n"
+"par_id3149129\n"
+"6\n"
+"help.text"
+msgid "Use the <emph>Ellipse</emph> tool to draw a solid yellow ellipse."
msgstr ""
-#: keyboard.xhp#par_idN106CD.help.text
-msgid "If there is an arrow next to the icon, the drawing tool opens a sub toolbar. Press the <item type=\"keycode\">Up</item> or <item type=\"keycode\">Down</item> arrow key to open the sub toolbar, then press the <item type=\"keycode\">Right</item> or <item type=\"keycode\">Left</item> key to select an icon."
+#. 5*1a
+#: duplicate_object.xhp
+msgctxt ""
+"duplicate_object.xhp\n"
+"par_id3149209\n"
+"8\n"
+"help.text"
+msgid "Select the ellipse and choose <emph>Edit - Duplicate</emph>."
msgstr ""
-#: keyboard.xhp#par_id3147338.8.help.text
-msgid "Press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter</item>."
+#. HrFm
+#: duplicate_object.xhp
+msgctxt ""
+"duplicate_object.xhp\n"
+"par_id3145585\n"
+"9\n"
+"help.text"
+msgid "Enter 12 as <emph>Number of copies.</emph>"
msgstr ""
-#: keyboard.xhp#par_id3154705.7.help.text
-msgid "The object is created at the center of the current document."
+#. 0dg|
+#: duplicate_object.xhp
+msgctxt ""
+"duplicate_object.xhp\n"
+"par_id3151192\n"
+"11\n"
+"help.text"
+msgid "Enter a negative value for the <emph>Width</emph> and <emph>Height</emph> so that the coins decrease in size as you go up the stack."
msgstr ""
-#: keyboard.xhp#par_id3155962.6.help.text
-msgid "To return to the document, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6</item>."
+#. XW;h
+#: duplicate_object.xhp
+msgctxt ""
+"duplicate_object.xhp\n"
+"par_id3151387\n"
+"39\n"
+"help.text"
+msgid "To define a color transition for the coins, select different colors in the <emph>Start</emph> and <emph>End</emph> boxes. The <emph>Start</emph> color is applied to the object that you are duplicating."
msgstr ""
-#: keyboard.xhp#par_id3155062.5.help.text
-msgid "You can use the arrow keys to position the object where you want. To choose a command from the context menu for the object, press <item type=\"keycode\">Shift+F10</item>."
+#. nHRa
+#: duplicate_object.xhp
+msgctxt ""
+"duplicate_object.xhp\n"
+"par_id3149947\n"
+"12\n"
+"help.text"
+msgid "Click <emph>OK</emph> to create the duplicates."
msgstr ""
-#: keyboard.xhp#hd_id3150306.4.help.text
-msgid "To Select an Object"
-msgstr "ობიექტის მონიშვნის მიზნით"
-
-#: keyboard.xhp#par_id3152990.3.help.text
-msgid "Press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6</item> to enter the document."
+#. 6_(5
+#: duplicate_object.xhp
+msgctxt ""
+"duplicate_object.xhp\n"
+"par_id3153935\n"
+"50\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/02120000.xhp\" name=\"Edit - Duplicate\">Edit - Duplicate</link>"
msgstr ""
-#: keyboard.xhp#par_id3145587.2.help.text
-msgid "Press <item type=\"keycode\">Tab</item> until you reach the object you want to select."
-msgstr ""
+#. nfiY
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"tit\n"
+"help.text"
+msgid "Adding Text"
+msgstr "ტექსტის დამატება"
-#: cross_fading.xhp#tit.help.text
-msgid "Cross-Fading Two Objects"
+#. -$*_
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"bm_id3153144\n"
+"help.text"
+msgid "<bookmark_value>text frames</bookmark_value> <bookmark_value>inserting;text frames</bookmark_value> <bookmark_value>copying;text from other documents</bookmark_value> <bookmark_value>pasting;text from other documents</bookmark_value> <bookmark_value>legends; drawings</bookmark_value>"
msgstr ""
-#: cross_fading.xhp#bm_id3150715.help.text
-msgid "<bookmark_value>draw objects; cross-fading two objects</bookmark_value><bookmark_value>cross-fading; two draw objects</bookmark_value>"
+#. |Z:y
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"hd_id3153144\n"
+"45\n"
+"help.text"
+msgid "<variable id=\"text_enter\"><link href=\"text/sdraw/guide/text_enter.xhp\" name=\"Adding Text\">Adding Text</link></variable>"
msgstr ""
-#: cross_fading.xhp#hd_id3150715.17.help.text
-msgid "<variable id=\"cross_fading\"><link href=\"text/sdraw/guide/cross_fading.xhp\" name=\"Cross-Fading Two Objects\">Cross-Fading Two Objects</link></variable>"
+#. sE#c
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"par_id3145750\n"
+"46\n"
+"help.text"
+msgid "There are several types of text you can add to a drawing or presentation:"
msgstr ""
-#: cross_fading.xhp#par_id3154754.18.help.text
-msgid "Cross-fading creates shapes and distributes them by uniform increments between two drawing objects."
-msgstr ""
+#. `A_Z
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"par_idN10824\n"
+"help.text"
+msgid "Text in a text box"
+msgstr "ტექსტი ტექსტურ ჩარჩოში"
-#: cross_fading.xhp#par_id3155112.41.help.text
-msgid "The cross-fading command is only available in $[officename] Draw. You can, however, copy and paste cross-faded objects into $[officename] Impress."
+#. 0uR-
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"par_idN10828\n"
+"help.text"
+msgid "Text that changes character size to fill the frame size"
msgstr ""
-#: cross_fading.xhp#hd_id3149209.20.help.text
-msgid "To cross-fade two objects:"
+#. 59fQ
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"par_idN1082C\n"
+"help.text"
+msgid "Text that is added to any drawing object by double-clicking the object"
msgstr ""
-#: cross_fading.xhp#par_id3150370.45.help.text
-msgid "Hold down Shift and click each object."
+#. 8E+1
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"par_idN10830\n"
+"help.text"
+msgid "Text that is copied from a Writer document"
msgstr ""
-#: cross_fading.xhp#par_id3166428.22.help.text
-msgid "Choose <emph>Edit - Cross-fading</emph>."
+#. 0YYQ
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"par_idN10834\n"
+"help.text"
+msgid "Text that is inserted from a text document or HTML document"
msgstr ""
-#: cross_fading.xhp#par_id3156450.44.help.text
-msgid "Enter a value to specify the number of objects between the start and end of the cross-fade in the <emph>Increments</emph> box."
+#. @@8!
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"hd_id3150202\n"
+"48\n"
+"help.text"
+msgid "Adding a Text Box"
msgstr ""
-#: cross_fading.xhp#par_id3149405.23.help.text
-msgid "Click <emph>OK</emph>."
-msgstr "დააწკაპუნეთ <emph>OK</emph>."
-
-#: cross_fading.xhp#par_id3151240.24.help.text
-msgid "A group containing the two original objects and the specified number (increments) of cross-faded objects is displayed."
+#. c$Ly
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"par_id3155266\n"
+"49\n"
+"help.text"
+msgid "Click the <emph>Text</emph> icon <image id=\"img_id3156450\" src=\"cmd/sc_text.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3156450\">Icon</alt></image> and move the mouse pointer to where you want to enter the text box."
msgstr ""
-#: cross_fading.xhp#par_id3159203.help.text
-msgid "<image id=\"img_id3150210\" src=\"res/helpimg/ueberblenden.png\" width=\"74.88mm\" height=\"65.62mm\"><alt id=\"alt_id3150210\">Illustration for crossfading</alt></image>"
+#. ZloC
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"par_id3149052\n"
+"50\n"
+"help.text"
+msgid "Drag a text box to the size you want in your document."
msgstr ""
-#: cross_fading.xhp#par_id3154766.25.help.text
-msgid "You can edit the individual objects of a group by selecting the group and pressing F3. Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3 to exit the group editing mode."
-msgstr ""
+#. b46K
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"par_id3151194\n"
+"51\n"
+"help.text"
+msgid "Type or paste your text into the text box."
+msgstr "აკრიფეთ ან ჩასვით ტექსტი ტექსტურ ჩარჩოში."
-#: cross_fading.xhp#par_id3155760.42.help.text
-msgid "<link href=\"text/simpress/01/02150000.xhp\" name=\"Editing - Cross-fading\">Editing - Cross-fading</link>"
+#. Xk![
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"par_id3145118\n"
+"53\n"
+"help.text"
+msgid "Double-click the text to edit it or to format text properties, such as font size or font color. Click the border of the text box to edit the object properties, such as border color or arranging in front or behind other objects."
msgstr ""
-#: join_objects3d.xhp#tit.help.text
-msgid "Assembling 3D Objects"
+#. $R%q
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"hd_id3150437\n"
+"54\n"
+"help.text"
+msgid "Fitting Text to Frames"
msgstr ""
-#: join_objects3d.xhp#bm_id3154014.help.text
-msgid "<bookmark_value>3D objects; assembling</bookmark_value><bookmark_value>assembled objects in 3D</bookmark_value><bookmark_value>combining;3D objects</bookmark_value><bookmark_value>joining;3D objects</bookmark_value>"
+#. Pa#X
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"par_id3146877\n"
+"56\n"
+"help.text"
+msgid "Create a text box as described in the steps above."
msgstr ""
-#: join_objects3d.xhp#hd_id3156442.29.help.text
-msgid "<variable id=\"join_objects3d\"><link href=\"text/sdraw/guide/join_objects3d.xhp\" name=\"Assembling 3D Objects\">Assembling 3D Objects</link></variable>"
+#. 2_Es
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"par_idN108A3\n"
+"help.text"
+msgid "With the text object selected, choose <emph>Format - Text</emph>. The <emph>Text</emph> dialog opens."
msgstr ""
-#: join_objects3d.xhp#par_id3145251.30.help.text
-msgid "3D objects that each form a 3D scene can be combined into a single 3D scene."
+#. .~M3
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"par_idN108AF\n"
+"help.text"
+msgid "On the <emph>Text</emph> tab page, clear the <emph>Fit height to text</emph> checkbox, then select the <emph>Fit to frame</emph> checkbox. Click <emph>OK</emph>."
msgstr ""
-#: join_objects3d.xhp#hd_id3150042.41.help.text
-msgid "To combine 3D objects:"
-msgstr "ორი 2D ობიექტის გაერთიანებისათვის:"
-
-#: join_objects3d.xhp#par_id3154702.31.help.text
-msgid "Insert a 3D object from the <emph>3D Objects</emph> toolbar (for example, a cube)."
+#. WdU7
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"par_id0610200902133994\n"
+"help.text"
+msgid "Now you can resize the text box to change the size and shape of the text characters."
msgstr ""
-#: join_objects3d.xhp#par_id3155335.32.help.text
-msgid "Insert a second slightly larger 3D object (for example, a sphere)."
+#. :A#*
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"hd_id3155955\n"
+"58\n"
+"help.text"
+msgid "Text Tied to a Graphic"
msgstr ""
-#: join_objects3d.xhp#par_id3148488.33.help.text
-msgid "Select the second 3D object (sphere) and choose <emph>Edit - Cut</emph>."
+#. d6iA
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"par_idN10917\n"
+"help.text"
+msgid "You can add text to any graphic after double-clicking the graphic."
msgstr ""
-#: join_objects3d.xhp#par_id3149211.34.help.text
-msgid "Double-click the first object (cube) to enter its group."
+#. OAVI
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"par_id1827448\n"
+"help.text"
+msgid "To determine the position of the text, use the settings in <emph>Format - Text</emph>."
msgstr ""
-#: join_objects3d.xhp#par_id3154652.35.help.text
-msgid "Choose <emph>Edit - Paste</emph>. Both objects are now part of the same group. If you want, you can edit the individual objects or change their position within the group."
+#. o}w|
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"par_id3147366\n"
+"59\n"
+"help.text"
+msgid "For example, click the arrow next to the <emph>Callouts</emph> icon <image id=\"img_id3154508\" src=\"cmd/sc_calloutshapes.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154508\">Icon</alt></image> to open the Callouts toolbar."
msgstr ""
-#: join_objects3d.xhp#par_id3155376.36.help.text
-msgid "Double-click outside the group to exit the group."
+#. ,|{1
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"par_idN108FD\n"
+"help.text"
+msgid "Select a callout and move the mouse pointer to where you want the callout to start."
msgstr ""
-#: join_objects3d.xhp#par_id3148606.38.help.text
-msgid "You cannot intersect or subtract 3D objects."
+#. p,g4
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"par_id3150272\n"
+"60\n"
+"help.text"
+msgid "Drag to draw the callout."
msgstr ""
-#: join_objects3d.xhp#par_id3154537.39.help.text
-msgid "<link href=\"text/simpress/02/10090000.xhp\" name=\"Objects in 3D\">Objects in 3D</link>"
+#. BdhG
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"par_id1978514\n"
+"help.text"
+msgid "Enter the text."
msgstr ""
-#: join_objects.xhp#tit.help.text
-msgid "Connecting Lines"
-msgstr "დამაკავშირებელი ხაზები"
+#. jx,q
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"par_idN1091A\n"
+"help.text"
+msgid "Copying Text"
+msgstr "ტექსტის კოპირება"
-#: join_objects.xhp#bm_id3145799.help.text
-msgid "<bookmark_value>draw objects; connecting lines to</bookmark_value><bookmark_value>connecting; lines</bookmark_value><bookmark_value>lines; connecting objects</bookmark_value><bookmark_value>areas; from connected lines</bookmark_value>"
+#. oVt7
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"par_idN10921\n"
+"help.text"
+msgid "Select the text in your Writer document."
msgstr ""
-#: join_objects.xhp#hd_id3145799.1.help.text
-msgid "<variable id=\"join_objects\"><link href=\"text/sdraw/guide/join_objects.xhp\" name=\"Connecting Lines\">Connecting Lines</link></variable>"
+#. +9?k
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"par_idN10925\n"
+"help.text"
+msgid "Copy the text to the clipboard (<emph>Edit - Copy</emph>)."
msgstr ""
-#: join_objects.xhp#par_id3154512.3.help.text
-msgid "When you connect lines, lines are drawn between neighboring endpoints."
+#. QAA8
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"par_idN1092D\n"
+"help.text"
+msgid "Click the page or slide where you want to paste the text."
msgstr ""
-#: join_objects.xhp#hd_id3150752.2.help.text
-msgid "To connect lines:"
-msgstr "ხაზების დაკავშირების მიზნით:"
-
-#: join_objects.xhp#par_id3153714.4.help.text
-msgid "Select two or more lines."
-msgstr "მონიშნეთ ორი ან მეტი ხაზი."
-
-#: join_objects.xhp#par_id3156383.5.help.text
-msgid "Right-click and choose <emph>Modify - Connect</emph>."
+#. iLMN
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"par_idN10931\n"
+"help.text"
+msgid "Paste the text using <emph>Edit - Paste</emph> or <emph>Edit - Paste special</emph>."
msgstr ""
-#: join_objects.xhp#par_id3149257.11.help.text
-msgid "To create a closed object, right-click a line and choose <emph>Close Object</emph>."
+#. ^Y)e
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"par_idN1093C\n"
+"help.text"
+msgid "Using <emph>Paste special</emph>, you can choose the text format to be pasted. Depending on formats, you can copy different text attributes."
msgstr ""
-#: join_objects.xhp#par_id3150363.9.help.text
-msgid "You can only use the <emph>Close Object</emph> command on connected lines, <emph>Freeform Lines </emph>and unfilled <emph>Curves</emph>."
-msgstr ""
+#. DsjA
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"par_idN1093F\n"
+"help.text"
+msgid "Importing Text"
+msgstr "ტექსტის იმპორტირება"
-#: main.xhp#tit.help.text
-msgid "Instructions for Using $[officename] Draw"
+#. -(Qj
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"par_idN10946\n"
+"help.text"
+msgid "Click the page or slide where you want to import the text."
msgstr ""
-#: main.xhp#bm_id3146119.help.text
-msgid "<bookmark_value>Draw instructions</bookmark_value><bookmark_value>instructions; $[officename] Draw</bookmark_value><bookmark_value>Howtos for Draw</bookmark_value>"
-msgstr ""
+#. r5mr
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"par_idN1094A\n"
+"help.text"
+msgid "Choose <emph>Insert - File</emph>."
+msgstr "ამოირჩიეთ <emph>ჩასმა - ნახატი</emph>."
-#: main.xhp#hd_id3146119.1.help.text
-msgid "<variable id=\"main\"><link href=\"text/sdraw/guide/main.xhp\" name=\"Instructions for Using $[officename] Draw\">Instructions for Using $[officename] Draw</link></variable>"
+#. zVeP
+#: text_enter.xhp
+msgctxt ""
+"text_enter.xhp\n"
+"par_idN10952\n"
+"help.text"
+msgid "Select a text file (*.txt) or an HTML file and click <emph>Insert</emph>. The <emph>Insert Text</emph> dialog opens. Click <emph>OK</emph> to insert the text."
msgstr ""
-
-#: main.xhp#hd_id3143218.2.help.text
-msgid "Editing and Grouping Objects"
-msgstr "ობიექტების რედაქტირებისა და დაჯგუფებისათვის"
-
-#: main.xhp#hd_id3149018.3.help.text
-msgid "Editing Colors and Textures"
-msgstr "ფერების და ტექსტურების რედაქტირება"
-
-#: main.xhp#hd_id3150043.4.help.text
-msgid "Editing Text"
-msgstr "ტექსტის რედაქტირება"
-
-#: main.xhp#hd_id3147003.6.help.text
-msgid "Working with Layers"
-msgstr "მუშაობა შრეებთან"
-
-#: main.xhp#hd_id3145585.5.help.text
-msgid "Miscellaneous"
-msgstr "სხვადასხვა"
diff --git a/source/ka/helpcontent2/source/text/shared.po b/source/ka/helpcontent2/source/text/shared.po
index 942f7e38ee2..048a2a3dd95 100644
--- a/source/ka/helpcontent2/source/text/shared.po
+++ b/source/ka/helpcontent2/source/text/shared.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/shared.oo
+#. extracted from helpcontent2/source/text/shared
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:52+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,1526 +12,3559 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: main0226.xhp#tit.help.text
-msgid "Form Design Toolbar"
-msgstr "ფორმის დიზაინის ხელსაწყოთა ზოლი"
+#. (TcZ
+#: main0212.xhp
+msgctxt ""
+"main0212.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table Data Bar"
+msgstr "ცხრილის მონაცემების ზოლი"
-#: main0226.xhp#hd_id3148520.1.help.text
-msgid "<link href=\"text/shared/main0226.xhp\" name=\"Form Design Toolbar\">Form Design Toolbar</link>"
-msgstr "<link href=\"text/shared/main0226.xhp\" name=\"Form Design Toolbar\">ფორმის დიზაინის ხელსაწყოთა ზოლი</link>"
+#. gMqr
+#: main0212.xhp
+msgctxt ""
+"main0212.xhp\n"
+"hd_id3147102\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/main0212.xhp\" name=\"Table Data Bar\">Table Data Bar</link>"
+msgstr "<link href=\"text/shared/main0212.xhp\" name=\"Table Data Bar\">ცხრილის მონაცემების ზოლი</link>"
-#: main0226.xhp#par_id3155364.2.help.text
-msgid "The Form Design toolbar becomes visible as soon as you select a form object when working in the design mode."
-msgstr "დიზაინის რეჟიმში მუშაობისას ფორმის დიზაინის ხელსაწყოთა ზოლი გამოჩნდება მაშინვე როგორც კი თქვენ მონიშნავთ ფორმის ობიექტს."
+#. E623
+#: main0212.xhp
+msgctxt ""
+"main0212.xhp\n"
+"par_id3153394\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\".\">Use the Table Data bar to control the data view. </ahelp>"
+msgstr "<ahelp hid=\".\">მონაცემების ხედის გასაკონტროლებლად გამოიყენეთ ცხრილის მონაცემების ზოლი.</ahelp>"
-#: main0226.xhp#hd_id3163802.8.help.text
-msgid "<link href=\"text/shared/02/01170400.xhp\" name=\"Add Field\">Add Field</link>"
-msgstr "<link href=\"text/shared/02/01170400.xhp\" name=\"Add Field\">ველის დამატება</link>"
+#. _f6P
+#: main0212.xhp
+msgctxt ""
+"main0212.xhp\n"
+"par_id3149346\n"
+"12\n"
+"help.text"
+msgid "The filtered data view is active until you change or cancel the sorting or filtering criteria. If a filter is active, the <emph>Apply Filter</emph> icon on the <emph>Table Data</emph> bar is activated."
+msgstr "გაფილტრული მონაცემების ხედი არის აქტიური სანამ თქვენ შეცვლით ან გააუქმებთ სორტირებას ან ფილტრაციის კრიტერიუმებს. თუ ფილტრი აქტიურია <emph>მიასადაგე ფილტრის</emph> ხატულა <emph>ცხრილის მონაცემების</emph> ზოლზე გააქტიურდება."
-#: main0226.xhp#hd_id3150669.4.help.text
-msgid "<link href=\"text/shared/01/05290100.xhp\" name=\"Group\">Group</link>"
-msgstr "<link href=\"text/shared/01/05290100.xhp\" name=\"Group\">ჯგუფი</link>"
+#. TCb2
+#: main0212.xhp
+msgctxt ""
+"main0212.xhp\n"
+"par_id3147303\n"
+"help.text"
+msgid "<image id=\"img_id3153896\" src=\"cmd/sc_recsave.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3153896\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153896\" src=\"cmd/sc_recsave.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153896\">პიქტოგრამა</alt></image>"
-#: main0226.xhp#hd_id3147335.5.help.text
-msgid "<link href=\"text/shared/01/05290200.xhp\" name=\"Ungroup\">Ungroup</link>"
-msgstr "<link href=\"text/shared/01/05290200.xhp\" name=\"Ungroup\">განჯგუფება</link>"
+#. E[S0
+#: main0212.xhp
+msgctxt ""
+"main0212.xhp\n"
+"par_id3153360\n"
+"13\n"
+"help.text"
+msgid "Save Record"
+msgstr ""
-#: main0226.xhp#hd_id3156024.6.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05290300.xhp\" name=\"Enter Group\">Enter Group</link>"
-msgstr "<link href=\"text/shared/01/05290400.xhp\" name=\"Exit Group\">ჯგუფის დატოვება</link>"
+#. Cnf6
+#: main0212.xhp
+msgctxt ""
+"main0212.xhp\n"
+"par_id3145173\n"
+"help.text"
+msgid "<image id=\"img_id3154123\" src=\"cmd/sc_recundo.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3154123\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154123\" src=\"cmd/sc_recundo.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154123\">პიქტოგრამა</alt></image>"
-#: main0226.xhp#hd_id3149295.7.help.text
-msgid "<link href=\"text/shared/01/05290400.xhp\" name=\"Exit Group\">Exit Group</link>"
-msgstr "<link href=\"text/shared/01/05290400.xhp\" name=\"Exit Group\">ჯგუფის დატოვება</link>"
+#. V:.W
+#: main0212.xhp
+msgctxt ""
+"main0212.xhp\n"
+"par_id3151382\n"
+"14\n"
+"help.text"
+msgid "Undo: Data Input"
+msgstr "უკუსვლა: მონაცემების შეტანა"
-#: main0226.xhp#hd_id3150398.9.help.text
-#, fuzzy
-msgctxt "main0226.xhp#hd_id3150398.9.help.text"
-msgid "<link href=\"text/shared/02/01171200.xhp\" name=\"Display Grid\">Display Grid</link>"
-msgstr "<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\">საკოორდინაციო ბადის გადაფარვა</link>"
+#. :Jqr
+#: main0212.xhp
+msgctxt ""
+"main0212.xhp\n"
+"par_idN10744\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12070000.xhp\">Data to Text</link>"
+msgstr "<link href=\"text/shared/02/12070000.xhp\">Data to Text</link>"
-#: main0226.xhp#hd_id3148798.10.help.text
-msgid "<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\">Snap to Grid</link>"
-msgstr "<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\">საკოორდინაციო ბადის გადაფარვა</link>"
+#. 3,DB
+#: main0212.xhp
+msgctxt ""
+"main0212.xhp\n"
+"par_idN10753\n"
+"help.text"
+msgid "<ahelp hid=\".\">Inserts all fields of the marked record into the current document at the cursor position.</ahelp>"
+msgstr "<ahelp hid=\".\">ჩასვავს კურსორის პოზიციისათვის მიმდინარე დოკუმენტში მონიშნული ჩანაწერის ყველა ველს.</ahelp>"
-#: main0226.xhp#par_id3145419.12.help.text
-msgid "<ahelp hid=\".uno:GridUse\">Specifies that you can move objects only between grid points.</ahelp>"
-msgstr "<ahelp hid=\".uno:GridUse\">აკონკრეტებს იმას რომ თქვენ შეგიძლიათ ამოძრაოთ ობიექტები მხოლოდ საკოორდინაციო ბადის წერტილების შორის.</ahelp>"
+#. ~l?h
+#: main0212.xhp
+msgctxt ""
+"main0212.xhp\n"
+"par_idN10780\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/mailmerge00.xhp\">Mail Merge</link>"
+msgstr "<link href=\"text/swriter/01/mailmerge00.xhp\">წერილთა გაერთიანება</link>"
-#: main0226.xhp#hd_id3148920.11.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/01171400.xhp\" name=\"Helplines While Moving\">Helplines While Moving</link>"
-msgstr "<link href=\"text/shared/02/01171400.xhp\" name=\"Guides When Moving\">გიწევს მეგზურობას მოძრაობისას</link>"
+#. j_E!
+#: main0212.xhp
+msgctxt ""
+"main0212.xhp\n"
+"par_idN1078F\n"
+"help.text"
+msgid "<ahelp hid=\".\">Starts the Mail Merge Wizard to create form letters.</ahelp>"
+msgstr ""
-#: fontwork_toolbar.xhp#tit.help.text
-msgid "Fontwork"
-msgstr "Fontwork"
+#. g%!D
+#: main0208.xhp
+msgctxt ""
+"main0208.xhp\n"
+"tit\n"
+"help.text"
+msgid "Status Bar in $[officename] Basic Documents"
+msgstr "სტატუსის ზოლი $[officename] ძირითად დოკუმენტში"
-#: fontwork_toolbar.xhp#par_idN1055A.help.text
-msgid "<link href=\"text/shared/fontwork_toolbar.xhp\">Fontwork</link>"
-msgstr "<link href=\"text/shared/fontwork_toolbar.xhp\">Fontwork</link>"
+#. wSFF
+#: main0208.xhp
+msgctxt ""
+"main0208.xhp\n"
+"hd_id3148520\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/main0208.xhp\" name=\"Status Bar in $[officename] Basic Documents\">Status Bar in $[officename] Basic Documents</link>"
+msgstr "<link href=\"text/shared/main0208.xhp\" name=\"Status Bar in $[officename] Basic Documents\">სტატუსის ზოლი $[officename] ძირითად დოკუმენტში </link>"
-#: fontwork_toolbar.xhp#par_idN1056A.help.text
-msgid "The Fontwork toolbar opens when you select a Fontwork object."
-msgstr "The Fontwork-ის ხელსაწყოს ზოლი გაიღება როდესაც თქვენ მონიშნავთ Fontwork-ის ობიექტს"
+#. =0xe
+#: main0208.xhp
+msgctxt ""
+"main0208.xhp\n"
+"par_id3154136\n"
+"2\n"
+"help.text"
+msgid "The <emph>Status</emph> Bar displays information about the current $[officename] Basic document."
+msgstr "<emph>სტატუსის</emph> ზოლი აჩვენებს ინფორმაციას მიმდინარე $[officename] ძირითადი დოკუმენტის შესახებ."
-#: fontwork_toolbar.xhp#par_idN1056D.help.text
-msgid "Fontwork Gallery"
-msgstr "Fontwork-ის გალერეა"
+#. UMp;
+#: main0600.xhp
+msgctxt ""
+"main0600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Programming $[officename]"
+msgstr "პროგრამირება $[officename]"
-#: fontwork_toolbar.xhp#par_idN10571.help.text
-msgid "<ahelp hid=\".\">Opens the Fontwork Gallery where you can select another preview. Click OK to apply the new set of properties to your Fontwork object.</ahelp>"
-msgstr ""
+#. 2o2G
+#: main0600.xhp
+msgctxt ""
+"main0600.xhp\n"
+"bm_id3154232\n"
+"help.text"
+msgid "<bookmark_value>programming;$[officename]</bookmark_value><bookmark_value>Basic;programming</bookmark_value>"
+msgstr "<bookmark_value>პროგრამირება;$[officename]</bookmark_value><bookmark_value>Basic;პროგრამირება</bookmark_value>"
-#: fontwork_toolbar.xhp#par_idN10588.help.text
-msgid "Fontwork Shape"
-msgstr "Fontwork-ის ფორმა"
+#. J61S
+#: main0600.xhp
+msgctxt ""
+"main0600.xhp\n"
+"hd_id3154232\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"programming\"><link href=\"text/shared/main0600.xhp\" name=\"Programming $[officename]\">Programming $[officename]</link></variable>"
+msgstr "<variable id=\"programming\"><link href=\"text/shared/main0600.xhp\" name=\"Programming $[officename]\">პროგრამირება $[officename]</link></variable>"
-#: fontwork_toolbar.xhp#par_idN1058C.help.text
-msgid "<ahelp hid=\".\">Opens the Fontwork Shape toolbar. Click a shape to apply the shape to all selected Fontwork objects.</ahelp>"
-msgstr ""
+#. #0aj
+#: main0600.xhp
+msgctxt ""
+"main0600.xhp\n"
+"par_id3149760\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"basic\">$[officename] can be controlled by using the $[officename] API. </variable>"
+msgstr "<variable id=\"basic\">$[officename]-ი შეიძლება გაკონტროლდეს$[officename] API.-ის გამოყენებით </variable>"
-#: fontwork_toolbar.xhp#par_idN105A6.help.text
-msgid "Fontwork Same Letter Heights"
-msgstr "Fontwork-ის მსგავსი ასოების სიმაღლე"
+#. mD11
+#: main0600.xhp
+msgctxt ""
+"main0600.xhp\n"
+"par_id3151111\n"
+"12\n"
+"help.text"
+msgid "$[officename] provides an Application Programming Interface (API) that enables you to control $[officename] components by using various programming languages. A $[officename] Software Development Kit is available for the programming interface."
+msgstr "$[officename]-ი უზრუნველყოფს აპლიკაციის პროგრამირების ინტერფეისს(API) რომელიც შესაძლებლობას მოგცემთ გააკონტროლოთ $[officename]-ის კომპონენტები პროგრამირების სხვადასხვა ენების გამოყენებით $[officename] პროგრამის განვითარების კომპლექტი არის ხელმისაწვდომი პროგრამირების ინტერფეისისათვის."
-#: fontwork_toolbar.xhp#par_idN105AA.help.text
-msgid "<ahelp hid=\".\">Switches the letter height of the selected Fontwork objects from normal to the same height for all objects.</ahelp>"
+#. Zmp~
+#: main0600.xhp
+msgctxt ""
+"main0600.xhp\n"
+"par_id3156346\n"
+"15\n"
+"help.text"
+msgid "For more information about $[officename] API reference, please visit http://api.libreoffice.org/"
msgstr ""
-#: fontwork_toolbar.xhp#par_idN105C1.help.text
-msgid "Fontwork Alignment"
-msgstr "Fontwork-ის სწორება"
+#. R6C4
+#: main0600.xhp
+msgctxt ""
+"main0600.xhp\n"
+"par_id3153825\n"
+"13\n"
+"help.text"
+msgid "Macros created with $[officename] Basic based on the old programming interface will no longer be supported by the current version."
+msgstr "$[officename] Basic-ით შექმნილი Macros-ი დაფუძნებული ძველ პროგრამირების ინტერფეისზე მიმდინარე ვერსიით აღარ იქნება მხარდაჭერილი."
-#: fontwork_toolbar.xhp#par_idN105C5.help.text
-msgid "<ahelp hid=\".\">Opens the Fontwork Alignment window.</ahelp>"
-msgstr "<ahelp hid=\".\">აღებს Fontwork -ის სწორების ფანჯარას.</ahelp>"
+#. \/=r
+#: main0600.xhp
+msgctxt ""
+"main0600.xhp\n"
+"par_id3149795\n"
+"14\n"
+"help.text"
+msgid "For more information on $[officename] Basic, select \"$[officename] Basic\" in the list box."
+msgstr ""
-#: fontwork_toolbar.xhp#par_idN105DC.help.text
-msgid "<ahelp hid=\".\">Click to apply the alignment to the selected Fontwork objects.</ahelp>"
-msgstr "<ahelp hid=\".\">დააწკაპუნეთ მონიშნული Fontwork-ის ობიექტების სწორების გასააქტიურებლად.</ahelp>"
+#. :]#1
+#: 3dsettings_toolbar.xhp
+msgctxt ""
+"3dsettings_toolbar.xhp\n"
+"tit\n"
+"help.text"
+msgid "3D-Settings"
+msgstr "სამგანზომილებიანი პარამენტრები"
-#: fontwork_toolbar.xhp#par_idN105F3.help.text
-msgid "Fontwork Character Spacing"
-msgstr "Fontwork-ის სიმბოლოთა დაშორება"
+#. ]]2j
+#: 3dsettings_toolbar.xhp
+msgctxt ""
+"3dsettings_toolbar.xhp\n"
+"par_idN1055A\n"
+"help.text"
+msgid "<variable id=\"3dtoolbar\"><link href=\"text/shared/3dsettings_toolbar.xhp\">3D-Settings</link></variable>"
+msgstr "<variable id=\"3dtoolbar\"><link href=\"text/shared/3dsettings_toolbar.xhp\">სამგანზომილებიანი პარამენტრები.</link></variable>"
-#: fontwork_toolbar.xhp#par_idN105F7.help.text
-msgid "<ahelp hid=\".\">Opens the Fontwork Character Spacing window.</ahelp>"
-msgstr "<ahelp hid=\".\">აღებს Fontwork-ის სიმბოლოთა დაშორების ფანჯარას.</ahelp>"
+#. 7dwF
+#: 3dsettings_toolbar.xhp
+msgctxt ""
+"3dsettings_toolbar.xhp\n"
+"par_idN1056A\n"
+"help.text"
+msgid "<ahelp hid=\".\">The 3D-Settings toolbar controls properties of selected 3D objects.</ahelp>"
+msgstr "<ahelp hid=\".\">სამგანზომილებიანი პარამეტრების ხელსაწყოთა ზოლი აკონტროლებს მონიშნული სამგანზომილებიანი ობიექტების თვისებებს.</ahelp>"
-#: fontwork_toolbar.xhp#par_idN1060E.help.text
-msgid "<ahelp hid=\".\">Click to apply the character spacing to the selected Fontwork objects.</ahelp>"
-msgstr "<ahelp hid=\".\">დააწკაპუნეთ მონიშნული Fontwork-ის ობიექტების სიმბოლოთა დაშორების გასააქტიურებლად.</ahelp>"
+#. f6R!
+#: 3dsettings_toolbar.xhp
+msgctxt ""
+"3dsettings_toolbar.xhp\n"
+"par_idN10575\n"
+"help.text"
+msgid "Extrusion on/off"
+msgstr "ექსტრუზიის ჩართვა/გამორთვა"
-#: fontwork_toolbar.xhp#par_idN1061D.help.text
-msgid "Custom"
-msgstr "ინდივიდუალური "
+#. E*g2
+#: 3dsettings_toolbar.xhp
+msgctxt ""
+"3dsettings_toolbar.xhp\n"
+"par_idN10579\n"
+"help.text"
+msgid "<ahelp hid=\".\">Switches the 3D effects on and off for the selected objects.</ahelp>"
+msgstr "<ahelp hid=\".\">მონიშნული ობიექტებისათვის სამგანზომილებიანი ეფექტის ჩარტვა და გამორთვა.</ahelp>"
-#: fontwork_toolbar.xhp#par_idN10621.help.text
-msgid "<ahelp hid=\".\">Opens the Fontwork Character Spacing dialog where you can enter a new character spacing value.</ahelp>"
-msgstr "<ahelp hid=\".\">აღებს Fontwork-ის სიმბოლოთა დაშორების დიალოგს იქ სადაც თქვენ შეგიძლიათ შეიყვანოთ ახალი სიმბოლოების მნიშვნელობა.</ahelp>"
+#. ()w7
+#: 3dsettings_toolbar.xhp
+msgctxt ""
+"3dsettings_toolbar.xhp\n"
+"par_idN10590\n"
+"help.text"
+msgid "Tilt Down"
+msgstr "შეტრიალება ქვემოთ"
-#: fontwork_toolbar.xhp#par_idN10638.help.text
-msgid "Value"
-msgstr "მნიშვნელობა"
+#. sR#+
+#: 3dsettings_toolbar.xhp
+msgctxt ""
+"3dsettings_toolbar.xhp\n"
+"par_idN10594\n"
+"help.text"
+msgid "<ahelp hid=\".\">Tilts the selected object downwards by five degrees.</ahelp>"
+msgstr "<ahelp hid=\".\">მონიშნულ ობიექტს ატრიალებს ქვემოთ ხუთი გრადუსით.</ahelp>"
-#: fontwork_toolbar.xhp#par_idN1063C.help.text
-msgid "<ahelp hid=\".\">Enter the Fontwork character spacing value.</ahelp>"
-msgstr "<ahelp hid=\".\">შეიყვანეთ Fontwork სიმბოლოთა დაშორების მნიშვნელობა.</ahelp>"
+#. fZSQ
+#: 3dsettings_toolbar.xhp
+msgctxt ""
+"3dsettings_toolbar.xhp\n"
+"par_idN105AB\n"
+"help.text"
+msgid "Tilt Up"
+msgstr "შეტრიალება ზემოთ"
-#: fontwork_toolbar.xhp#par_idN1064B.help.text
-msgid "Kern Character Pairs"
-msgstr "Kern-ის სიმბოლოთა წყვილები"
+#. 50$q
+#: 3dsettings_toolbar.xhp
+msgctxt ""
+"3dsettings_toolbar.xhp\n"
+"par_idN105AF\n"
+"help.text"
+msgid "<ahelp hid=\".\">Tilts the selected object upwards by five degrees.</ahelp>"
+msgstr "ყუუუ<ahelp hid=\".\">მონიშნულ ობიექტს ატრიალებს ზემოთ ხუთი გრადუსით.</ahelp>"
-#: fontwork_toolbar.xhp#par_idN1064F.help.text
-msgid "<ahelp hid=\".\">Switches the <link href=\"text/shared/00/00000005.xhp#kerning\"> kerning</link> of character pairs on and off.</ahelp>"
-msgstr ""
+#. rU5B
+#: 3dsettings_toolbar.xhp
+msgctxt ""
+"3dsettings_toolbar.xhp\n"
+"par_idN105C6\n"
+"help.text"
+msgid "Tilt Left"
+msgstr "ატრიალებს მარცხნივ"
-#: main0214.xhp#tit.help.text
-msgid "Query Design Bar"
-msgstr "მოთხოვნის დიზაინის ზოლი"
+#. qZ\@
+#: 3dsettings_toolbar.xhp
+msgctxt ""
+"3dsettings_toolbar.xhp\n"
+"par_idN105CA\n"
+"help.text"
+msgid "<ahelp hid=\".\">Tilts the selected object left by five degrees.</ahelp>"
+msgstr "<ahelp hid=\".\">მონიშნულ ობიექტს ატრიალებს მარცხნივ ხუთი გრადუსით.</ahelp>"
-#: main0214.xhp#hd_id3159176.1.help.text
-msgid "<link href=\"text/shared/main0214.xhp\" name=\"Query Design Bar\">Query Design Bar</link>"
-msgstr "<link href=\"text/shared/main0214.xhp\" name=\"Query Design Bar\">მოთხოვნის დიზაინის ზოლი</link>"
+#. B]((
+#: 3dsettings_toolbar.xhp
+msgctxt ""
+"3dsettings_toolbar.xhp\n"
+"par_idN105E1\n"
+"help.text"
+msgid "Tilt Right"
+msgstr "ატრიალებს მარჯვნივ"
-#: main0214.xhp#par_id3150085.2.help.text
-msgid "<ahelp hid=\".\">When creating or editing an SQL query, use the icons in the <emph>Query Design</emph> Bar to control the display of data.</ahelp>"
-msgstr ""
+#. SN2s
+#: 3dsettings_toolbar.xhp
+msgctxt ""
+"3dsettings_toolbar.xhp\n"
+"par_idN105E5\n"
+"help.text"
+msgid "<ahelp hid=\".\">Tilts the selected object right by five degrees.</ahelp>"
+msgstr "უ<ahelp hid=\".\">მონიშნულ ობიექტს ატრიალებს მარჯვნივ ხუთი გრადუსით.</ahelp>"
-#: main0214.xhp#par_id3150276.5.help.text
-msgid "Depending on whether you have created the query or view in the <emph>Design</emph> or <emph>SQL</emph> tab page, the following icons appear:"
-msgstr "გამომდინარე იქიდან შექმნით თქვენ მრუდს ან ხედს <emph>დიზაინში</emph> თუ <emph>SQL</emph> ჩანართში, გამოჩნდება შემდეგი ხატულა:"
+#. !QB+
+#: 3dsettings_toolbar.xhp
+msgctxt ""
+"3dsettings_toolbar.xhp\n"
+"par_idN105FC\n"
+"help.text"
+msgid "Depth"
+msgstr "სიღრმე"
-#: main0214.xhp#hd_id3151384.3.help.text
-msgid "<link href=\"text/shared/02/14020100.xhp\" name=\"Add Tables\">Add Tables</link>"
-msgstr "<link href=\"text/shared/02/14020100.xhp\" name=\"Add Tables\">ცხრილების დამატება</link>"
+#. XFA1
+#: 3dsettings_toolbar.xhp
+msgctxt ""
+"3dsettings_toolbar.xhp\n"
+"par_idN10600\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Extrusion Depth window.</ahelp>"
+msgstr "<ahelp hid=\".\">ხსნის ექსტრუზიის ღრმა ფანჯარას.</ahelp>"
-#: main0214.xhp#par_id3151041.4.help.text
-msgid "The following icon is on the <emph>SQL</emph> tab page:"
-msgstr "შემდეგი ხატულა არის <emph>SQL</emph> ჩანართში:"
+#. .4)o
+#: 3dsettings_toolbar.xhp
+msgctxt ""
+"3dsettings_toolbar.xhp\n"
+"par_idN10617\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select an extrusion depth.</ahelp>"
+msgstr "<ahelp hid=\".\">ექსტრუზიის სიღრმის მონიშვნა.</ahelp>"
-#: main0500.xhp#tit.help.text
-msgid "Glossaries"
-msgstr "ლექსიკონები"
+#. OB.#
+#: 3dsettings_toolbar.xhp
+msgctxt ""
+"3dsettings_toolbar.xhp\n"
+"par_idN10632\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter an extrusion depth.</ahelp>"
+msgstr "<ahelp hid=\".\">ექსტრუზიის სიღრმის შეტანა.</ahelp>"
-#: main0500.xhp#hd_id3156183.1.help.text
-msgid "<link href=\"text/shared/main0500.xhp\" name=\"Glossaries\">Glossaries</link>"
-msgstr "<link href=\"text/shared/main0500.xhp\" name=\"Glossaries\">ლექსიკონები</link>"
+#. ~:J2
+#: 3dsettings_toolbar.xhp
+msgctxt ""
+"3dsettings_toolbar.xhp\n"
+"par_idN1064C\n"
+"help.text"
+msgid "Direction"
+msgstr "მიმართულება"
-#: main0500.xhp#par_id3157898.2.help.text
-msgid "This section provides a general glossary of technical terms used in $[officename], along with a list of Internet terms."
-msgstr "ეს განყოფილება უზრუნველყოფს $[officename]-ში გამოყენებულ ტექნიკური პირობების ზოგად ლექსიკონს, ინტერნეტის პირობების სიასთან ერთად."
+#. j0.\
+#: 3dsettings_toolbar.xhp
+msgctxt ""
+"3dsettings_toolbar.xhp\n"
+"par_idN10650\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Extrusion Direction window.</ahelp>"
+msgstr "<ahelp hid=\".\">ხსნის ექსტრუზიის მიმართულების ფანჯარას.</ahelp>"
-#: main0204.xhp#tit.help.text
-msgid "Table Bar"
-msgstr "ცხრილის ზოლი"
+#. 1v!,
+#: 3dsettings_toolbar.xhp
+msgctxt ""
+"3dsettings_toolbar.xhp\n"
+"par_idN10667\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select a direction.</ahelp>"
+msgstr "<ahelp hid=\".\">მიმართულების მონიშვნა.</ahelp>"
-#: main0204.xhp#hd_id3145587.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/main0204.xhp\" name=\"Table Bar\">Table Bar</link>"
-msgstr "<link href=\"text/swriter/main0204.xhp\" name=\"Table Bar\">ცხრილის ზოლი</link>"
+#. GL[q
+#: 3dsettings_toolbar.xhp
+msgctxt ""
+"3dsettings_toolbar.xhp\n"
+"par_idN10698\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select a perspective or parallel extrusion method.</ahelp>"
+msgstr "<ahelp hid=\".\">პერსპექტიული ან პარალელური ექსტრუზიის მეთოდის მონიშვნა.</ahelp>"
-#: main0204.xhp#par_id3154252.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\">The <emph>Table</emph> Bar contains functions you need when working with tables. It appears when you move the cursor into a table.</ahelp>"
-msgstr "<ahelp hid=\"HID_TABLE_TOOLBOX\">The <emph>Table </emph>ზოლი შეიცავს ცხრილებთან მუშაობისთვის საჭირო ფუნქციებს. ის ჩნდება როდესაც კურსორს დააყენებთ ცხრილზე.</ahelp>"
+#. m;3E
+#: 3dsettings_toolbar.xhp
+msgctxt ""
+"3dsettings_toolbar.xhp\n"
+"par_idN106B3\n"
+"help.text"
+msgid "Lighting"
+msgstr "განათება"
-#: main0204.xhp#hd_id319945759.help.text
-msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Area Style / Filling</link>"
-msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">არეს სტილი /შევსება</link>"
+#. 2aMN
+#: 3dsettings_toolbar.xhp
+msgctxt ""
+"3dsettings_toolbar.xhp\n"
+"par_idN106B7\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Extrusion Lighting window.</ahelp>"
+msgstr "<ahelp hid=\".\">ხსნის ექსტრუზიის განათებულ ფანჯარას.</ahelp>"
-#: main0204.xhp#hd_id3147592.6.help.text
-msgid "<link href=\"text/shared/01/05100100.xhp\" name=\"Merge Cells\">Merge Cells</link>"
-msgstr ""
+#. c,^H
+#: 3dsettings_toolbar.xhp
+msgctxt ""
+"3dsettings_toolbar.xhp\n"
+"par_idN106C6\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select a lighting direction.</ahelp>"
+msgstr "<ahelp hid=\".\">განათებული მიმართულების მონიშვნა.</ahelp>"
-#: main0204.xhp#hd_id3147820.9.help.text
-msgid "<link href=\"text/swriter/01/05110500.xhp\" name=\"Delete Row\">Delete Row</link>"
-msgstr "<link href=\"text/swriter/01/05110500.xhp\" name=\"Delete Row\">რიგის წაშლა</link>"
+#. @:.`
+#: 3dsettings_toolbar.xhp
+msgctxt ""
+"3dsettings_toolbar.xhp\n"
+"par_idN106E1\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select a lighting intensity.</ahelp>"
+msgstr "<ahelp hid=\".\">განათების ინტენსივობის მონიშვნა.</ahelp>"
-#: main0204.xhp#hd_id3147231.10.help.text
-msgid "<link href=\"text/swriter/01/05120500.xhp\" name=\"Delete Column\">Delete Column</link>"
-msgstr "<link href=\"text/swriter/01/05120500.xhp\" name=\"Delete Column\">სვეტის წაშლა</link>"
+#. Dtd\
+#: 3dsettings_toolbar.xhp
+msgctxt ""
+"3dsettings_toolbar.xhp\n"
+"par_idN106FC\n"
+"help.text"
+msgid "Surface"
+msgstr "ზედაპირი"
-#: main0204.xhp#hd_id3134447820.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/taskpanel.xhp\" name=\"Table Design\">Table Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/05010000.xhp\" name=\"Table Design\">ცხრილის დიზაინი</link>"
+#. 0@RT
+#: 3dsettings_toolbar.xhp
+msgctxt ""
+"3dsettings_toolbar.xhp\n"
+"par_idN10700\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Extrusion Surface window.</ahelp>"
+msgstr "<ahelp hid=\".\">ხსნის ექსტრუზიის ზედაპირულ ფანჯარას.</ahelp>"
-#: main0204.xhp#par_id16200812240344.help.text
-msgid "Opens the Table Design. Double-click a preview to insert a new table."
+#. Ie5n
+#: 3dsettings_toolbar.xhp
+msgctxt ""
+"3dsettings_toolbar.xhp\n"
+"par_idN10717\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select a surface material or a wireframe display.</ahelp>"
msgstr ""
-#: main0204.xhp#hd_id947820.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/05090000m.xhp\" name=\"Table Properties\">Table Properties</link>"
-msgstr "<link href=\"text/swriter/01/05080000.xhp\" name=\"ობიექტის პარამეტრები\">ობიექტის პარამეტრები</link>"
+#. NQE+
+#: 3dsettings_toolbar.xhp
+msgctxt ""
+"3dsettings_toolbar.xhp\n"
+"par_idN10732\n"
+"help.text"
+msgid "3D Color"
+msgstr "სამგანზომილებიანი ფერი"
+
+#. v8U(
+#: 3dsettings_toolbar.xhp
+msgctxt ""
+"3dsettings_toolbar.xhp\n"
+"par_idN10736\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Extrusion Color toolbar.</ahelp>"
+msgstr "<ahelp hid=\".\">ხსნის ექსრუზიის ფერის ხელსაწყოს ზოლს.</ahelp>"
-#: tree_strings.xhp#par_id3147571.3.help.text
+#. 7nbg
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3147571\n"
+"3\n"
+"help.text"
msgid "<help_section application=\"swriter\" id=\"02\" title=\"Text Documents\">"
msgstr "<help_section application=\"swriter\" id=\"02\" title=\"ტექსტური დოკუმენტი\">"
-#: tree_strings.xhp#par_id3157959.4.help.text
+#. !i`M
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3157959\n"
+"4\n"
+"help.text"
msgid "<node id=\"0201\" title=\"General Information and User Interface Usage\">"
msgstr "<node id=\"0201\" title=\"ზოგადი ინფორმაცია და მომხმარებლის ინტერფეისის გამოყენება\">"
-#: tree_strings.xhp#par_id3153527.5.help.text
+#. @zAL
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3153527\n"
+"5\n"
+"help.text"
msgid "<node id=\"0202\" title=\"Command and Menu Reference\">"
msgstr "<node id=\"0202\" title=\"Command and Menu Reference\">"
-#: tree_strings.xhp#par_id3153311.6.help.text
+#. 3B~g
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3153311\n"
+"6\n"
+"help.text"
msgid "<node id=\"020201\" title=\"Menus\">"
msgstr "<node id=\"020201\" title=\"მენიუები\">"
-#: tree_strings.xhp#par_id3149182.7.help.text
+#. ,KtN
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3149182\n"
+"7\n"
+"help.text"
msgid "<node id=\"020202\" title=\"Toolbars\">"
msgstr "<node id=\"020202\" title=\"ხელსაწყოთა დაფა\">"
-#: tree_strings.xhp#par_id3145383.8.help.text
+#. `*nX
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3145383\n"
+"8\n"
+"help.text"
msgid "<node id=\"0203\" title=\"Creating Text Documents\">"
msgstr "<node id=\"0203\" title=\"ტექსტური დოკუმენტის შექმნა\">"
-#: tree_strings.xhp#par_id3149812.9.help.text
+#. ;+Yv
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3149812\n"
+"9\n"
+"help.text"
msgid "<node id=\"0204\" title=\"Graphics in Text Documents\">"
msgstr "<node id=\"0204\" title=\"გრაფიკები ტექსტურ დოკუმენტში\">"
-#: tree_strings.xhp#par_id3166461.10.help.text
+#. 3`W_
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3166461\n"
+"10\n"
+"help.text"
msgid "<node id=\"0205\" title=\"Tables in Text Documents\">"
msgstr "<node id=\"0205\" title=\"ცხრილები ტექსტურ დოკუმენტში\">"
-#: tree_strings.xhp#par_id3155136.11.help.text
+#. 3Y?I
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3155136\n"
+"11\n"
+"help.text"
msgid "<node id=\"0206\" title=\"Objects in Text Documents\">"
msgstr "<node id=\"0206\" title=\"ობიექტები ტექსტურ დოკუმენტში\">"
-#: tree_strings.xhp#par_id3155629.12.help.text
+#. 9O8X
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3155629\n"
+"12\n"
+"help.text"
msgid "<node id=\"0207\" title=\"Sections and Frames in Text Documents\">"
msgstr "<node id=\"0207\" title=\"სექციები და ჩარჩოები ტექსტურ დოკუმენტში\">"
-#: tree_strings.xhp#par_id3150670.13.help.text
+#. x%8=
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3150670\n"
+"13\n"
+"help.text"
msgid "<node id=\"0208\" title=\"Tables of Contents and Indexes\">"
msgstr "<node id=\"0208\" title=\"შინაარსისა და ინდექსის ცხრილი\">"
-#: tree_strings.xhp#par_id3153349.14.help.text
+#. H2D6
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3153349\n"
+"14\n"
+"help.text"
msgid "<node id=\"0209\" title=\"Fields in Text Documents\">"
msgstr "<node id=\"0209\" title=\"ველები ტექსტურ დოკუმენტში\">"
-#: tree_strings.xhp#par_id3145120.15.help.text
+#. -mwA
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3145120\n"
+"15\n"
+"help.text"
msgid "<node id=\"0210\" title=\"Navigating Text Documents\">"
msgstr "<node id=\"0210\" title=\"ნავიგაცია ტექსტურ დოკუმენტში\">"
-#: tree_strings.xhp#par_id3159400.16.help.text
+#. n,*-
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3159400\n"
+"16\n"
+"help.text"
msgid "<node id=\"0211\" title=\"Calculating in Text Documents\">"
msgstr "<node id=\"0211\" title=\"გამოთვლა ტექსტურ დოკუმენტში\">"
-#: tree_strings.xhp#par_id3145674.17.help.text
+#. zH#c
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3145674\n"
+"17\n"
+"help.text"
msgid "<node id=\"0212\" title=\"Formatting Text Documents\">"
msgstr "<node id=\"0212\" title=\"ტექსტური დოკუმენტის ფორმატირება\">"
-#: tree_strings.xhp#par_id3143229.18.help.text
+#. NLNj
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3143229\n"
+"18\n"
+"help.text"
msgid "<node id=\"021201\" title=\"Templates and Styles\">"
msgstr "<node id=\"021201\" title=\"შაბლონები და სტილები\">"
-#: tree_strings.xhp#par_id3157910.19.help.text
+#. (aaq
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3157910\n"
+"19\n"
+"help.text"
msgid "<node id=\"0213\" title=\"Special Text Elements\">"
msgstr "<node id=\"0213\" title=\"სპეციალური ტექსტის ელემენტები\">"
-#: tree_strings.xhp#par_id3148564.20.help.text
+#. fk`O
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3148564\n"
+"20\n"
+"help.text"
msgid "<node id=\"0214\" title=\"Automatic Functions\">"
msgstr "<node id=\"0214\" title=\"ავტომატური ფუნქციები\">"
-#: tree_strings.xhp#par_id3145609.21.help.text
+#. 3s,m
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3145609\n"
+"21\n"
+"help.text"
msgid "<node id=\"0215\" title=\"Numbering and Lists\">"
msgstr "<node id=\"0215\" title=\"გადანომვრა და სიები\">"
-#: tree_strings.xhp#par_id3146794.22.help.text
+#. C?bO
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3146794\n"
+"22\n"
+"help.text"
msgid "<node id=\"0216\" title=\"Spellchecking, Thesaurus, and Languages\">"
msgstr "<node id=\"0216\" title=\"მართლწერის შემოწმება, თეზაურუსი, და ენები\">"
-#: tree_strings.xhp#par_id3159413.23.help.text
+#. /v[6
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3159413\n"
+"23\n"
+"help.text"
msgid "<node id=\"0217\" title=\"Forms in Text Documents\">"
msgstr "<node id=\"0217\" title=\"ფორმები ტექსტურ დოკუმენტში\">"
-#: tree_strings.xhp#par_id3149656.24.help.text
+#. LDF-
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3149656\n"
+"24\n"
+"help.text"
msgid "<node id=\"0218\" title=\"Troubleshooting Tips\">"
msgstr "<node id=\"0218\" title=\"პრობლემის აღმოსაფხვრელი მინიშნებები\">"
-#: tree_strings.xhp#par_id3150398.25.help.text
+#. o,ek
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3150398\n"
+"25\n"
+"help.text"
msgid "<node id=\"0219\" title=\"Loading, Saving, Importing, and Exporting\">"
msgstr "<node id=\"0219\" title=\"ჩატვირთვა, დამახსოვრება, იმპორტი, და ექსპორტი\">"
-#: tree_strings.xhp#par_id3153524.26.help.text
+#. Zj)M
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3153524\n"
+"26\n"
+"help.text"
msgid "<node id=\"0220\" title=\"Master Documents\">"
msgstr "<node id=\"0220\" title=\"მთავარი დოკუმენტები\">"
-#: tree_strings.xhp#par_id3154367.27.help.text
+#. Uq\R
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3154367\n"
+"27\n"
+"help.text"
msgid "<node id=\"0221\" title=\"Links and References\">"
msgstr "<node id=\"0221\" title=\"ბმულები და პარამეტრები\">"
-#: tree_strings.xhp#par_id3159152.28.help.text
+#. $2Du
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3159152\n"
+"28\n"
+"help.text"
msgid "<node id=\"0222\" title=\"Printing\">"
msgstr "<node id=\"0222\" title=\"ბეჭდვა\">"
-#: tree_strings.xhp#par_id3145421.29.help.text
+#. %!f2
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3145421\n"
+"29\n"
+"help.text"
msgid "<node id=\"0223\" title=\"Searching and Replacing\">"
msgstr "<node id=\"0223\" title=\"ძიება და ჩანაცვლება\">"
-#: tree_strings.xhp#par_id3150871.30.help.text
+#. O2T5
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3150871\n"
+"30\n"
+"help.text"
msgid "<help_section application=\"swriter\" id=\"06\" title=\"HTML Documents\">"
msgstr "<help_section application=\"swriter\" id=\"06\" title=\"HTML დოკუმენტები\">"
-#: tree_strings.xhp#par_id3150768.32.help.text
+#. FcMp
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3150768\n"
+"32\n"
+"help.text"
msgid "<help_section application=\"swriter\" id=\"01\" title=\"Installation\">"
msgstr "<help_section application=\"swriter\" id=\"01\" title=\"დაყენება\">"
-#: tree_strings.xhp#par_id3147229.33.help.text
+#. \ftE
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3147229\n"
+"33\n"
+"help.text"
msgid "<help_section application=\"swriter\" id=\"10\" title=\"Common Help Topics\">"
msgstr "<help_section application=\"swriter\" id=\"10\" title=\"ზოგადი დახმარების თემები\">"
-#: tree_strings.xhp#par_id3152934.34.help.text
+#. TbIN
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3152934\n"
+"34\n"
+"help.text"
msgid "<node id=\"1001\" title=\"General Information\">"
msgstr "<node id=\"1001\" title=\"ზოგადი ინფორმაცია\">"
-#: tree_strings.xhp#par_id3155429.107.help.text
+#. iGH$
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3155429\n"
+"107\n"
+"help.text"
msgid "<node id=\"1002\" title=\"%PRODUCTNAME and Microsoft Office\">"
msgstr "<node id=\"1002\" title=\"%PRODUCTNAME and Microsoft Office-ი\">"
-#: tree_strings.xhp#par_id3153368.35.help.text
+#. !2.n
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3153368\n"
+"35\n"
+"help.text"
msgid "<node id=\"1003\" title=\"Command and Menu Reference\">"
msgstr "<node id=\"1003\" title=\"ბრძანების და მენიუს პარამეტრები\">"
-#: tree_strings.xhp#par_id3146147.36.help.text
+#. XBPD
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3146147\n"
+"36\n"
+"help.text"
msgid "<node id=\"1004\" title=\"%PRODUCTNAME Options\">"
msgstr "<node id=\"1004\" title=\"%PRODUCTNAME პარამეტრები\">"
-#: tree_strings.xhp#par_id3145365.37.help.text
+#. ,}hD
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3145365\n"
+"37\n"
+"help.text"
msgid "<node id=\"1005\" title=\"Wizards\">"
msgstr "<node id=\"1005\" title=\"ოსტატები\">"
-#: tree_strings.xhp#par_id3150487.38.help.text
+#. N#8T
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3150487\n"
+"38\n"
+"help.text"
msgid "<node id=\"100501\" title=\"Letter Wizard\">"
msgstr "<node id=\"100501\" title=\"წერილის ოსტატი\">"
-#: tree_strings.xhp#par_id3151113.39.help.text
+#. 1tPO
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3151113\n"
+"39\n"
+"help.text"
msgid "<node id=\"100502\" title=\"Fax Wizard\">"
msgstr "<node id=\"100502\" title=\"ფაქსის ოსტატი\">"
-#: tree_strings.xhp#par_id3156442.41.help.text
+#. p?q7
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3156442\n"
+"41\n"
+"help.text"
msgid "<node id=\"100504\" title=\"Agenda Wizard\">"
msgstr "<node id=\"100504\" title=\"სამუშაო გეგმის ოსტატი\">"
-#: tree_strings.xhp#par_id3146975.42.help.text
+#. 6C!o
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3146975\n"
+"42\n"
+"help.text"
msgid "<node id=\"100505\" title=\"Presentation Wizard\">"
msgstr "<node id=\"100505\" title=\"პრეზენტაციის ოსტატი\">"
-#: tree_strings.xhp#par_id3148617.43.help.text
+#. bPla
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3148617\n"
+"43\n"
+"help.text"
msgid "<node id=\"100506\" title=\"HTML Export Wizard\">"
msgstr "<node id=\"100506\" title=\"HTML ექსპორტის ოსტატი\">"
-#: tree_strings.xhp#par_id3153143.44.help.text
+#. C~.C
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3153143\n"
+"44\n"
+"help.text"
msgid "<node id=\"100507\" title=\"Group Element Wizard\">"
msgstr "<node id=\"100507\" title=\"ჯგუფის ელემენტების ოსტატი\">"
-#: tree_strings.xhp#par_id3153574.46.help.text
+#. fHpb
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3153574\n"
+"46\n"
+"help.text"
msgid "<node id=\"100509\" title=\"Forms Wizard\">"
msgstr "<node id=\"100509\" title=\"ფორმების ოსტატი\">"
-#: tree_strings.xhp#par_id3146921.47.help.text
+#. rD\U
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3146921\n"
+"47\n"
+"help.text"
msgid "<node id=\"100510\" title=\"Document Converter Wizard\">"
msgstr "<node id=\"100510\" title=\"დოკუმენტის გარდამქმნელის ოსტატი\">"
-#: tree_strings.xhp#par_id3154096.48.help.text
+#. 3VW5
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3154096\n"
+"48\n"
+"help.text"
msgid "<node id=\"100511\" title=\"Table Element Wizard\">"
msgstr "<node id=\"100511\" title=\"ცხრილის ელემენტების ოსტატი\">"
-#: tree_strings.xhp#par_id3144766.49.help.text
+#. 3K!C
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3144766\n"
+"49\n"
+"help.text"
msgid "<node id=\"100512\" title=\"Combo Box/List Box Wizard\">"
msgstr "<node id=\"100512\" title=\"კომბო ველი/სიის ველის ოსტატი\">"
-#: tree_strings.xhp#par_id3154729.108.help.text
+#. Qip~
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3154729\n"
+"108\n"
+"help.text"
msgid "<node id=\"1006\" title=\"Configuring %PRODUCTNAME\">"
msgstr "<node id=\"1006\" title=\"კონფიგურირება %PRODUCTNAME\">"
-#: tree_strings.xhp#par_id3151076.109.help.text
+#. T:!o
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3151076\n"
+"109\n"
+"help.text"
msgid "<node id=\"1007\" title=\"Working with the User Interface\">"
msgstr "<node id=\"1007\" title=\"მომხმარებლის Interface-თან მუშაობა\">"
-#: tree_strings.xhp#par_id3147125.110.help.text
+#. ]QeO
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3147125\n"
+"110\n"
+"help.text"
msgid "<node id=\"1008\" title=\"Printing, Faxing, Sending\">"
msgstr "<node id=\"1008\" title=\"ბეჭდვა, ფაქსი, გაგზავნა\">"
-#: tree_strings.xhp#par_id3149418.111.help.text
+#. 4dF[
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3149418\n"
+"111\n"
+"help.text"
msgid "<node id=\"1009\" title=\"Drag & Drop\">"
msgstr "<node id=\"1009\" title=\"გადათრევა & დაგდება\">"
-#: tree_strings.xhp#par_id3154016.112.help.text
+#. A*c9
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3154016\n"
+"112\n"
+"help.text"
msgid "<node id=\"1010\" title=\"Copy and Paste\">"
msgstr "<node id=\"1010\" title=\"ასლი და ჩასმა\">"
-#: tree_strings.xhp#par_id3156180.113.help.text
+#. !_MJ
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3156180\n"
+"113\n"
+"help.text"
msgid "<node id=\"1011\" title=\"Databases\">"
msgstr "<node id=\"1011\" title=\"მონაცემთა ბაზები\">"
-#: tree_strings.xhp#par_id3150715.114.help.text
+#. 1jc]
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3150715\n"
+"114\n"
+"help.text"
msgid "<node id=\"1012\" title=\"Charts and Diagrams\">"
msgstr "<node id=\"1012\" title=\"სქემები და დიაგრამები\">"
-#: tree_strings.xhp#par_id3154164.115.help.text
+#. !5?R
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3154164\n"
+"115\n"
+"help.text"
msgid "<node id=\"1013\" title=\"Load, Save, Import, Export\">"
msgstr "<node id=\"1013\" title=\"ჩატვირთვა, დამახსოვრება, იმპორტი, ექსპორტი\">"
-#: tree_strings.xhp#par_id3145650.116.help.text
+#. (=3T
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3145650\n"
+"116\n"
+"help.text"
msgid "<node id=\"1014\" title=\"Links and References\">"
msgstr "<node id=\"1014\" title=\"ბმულები და პარამეტრები\">"
-#: tree_strings.xhp#par_id3153838.117.help.text
+#. /h:^
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3153838\n"
+"117\n"
+"help.text"
msgid "<node id=\"1015\" title=\"Document Version Tracking\">"
msgstr "<node id=\"1015\" title=\"დოკუმენტის ვერსიის აღნუსხვა\">"
-#: tree_strings.xhp#par_id3150327.118.help.text
+#. xsH$
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3150327\n"
+"118\n"
+"help.text"
msgid "<node id=\"1016\" title=\"Labels and Business Cards\">"
msgstr "<node id=\"1016\" title=\"იარლიყები და ბიზნეს ბარათები\">"
-#: tree_strings.xhp#par_id3153708.119.help.text
+#. x-oj
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3153708\n"
+"119\n"
+"help.text"
msgid "<node id=\"1018\" title=\"Inserting External Data\">"
msgstr "<node id=\"1018\" title=\"გარე მონაცემების ჩასმა\">"
-#: tree_strings.xhp#par_id3148916.120.help.text
+#. B[f$
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3148916\n"
+"120\n"
+"help.text"
msgid "<node id=\"1019\" title=\"Automatic Functions\">"
msgstr "<node id=\"1019\" title=\"ავტომატური ფუქციები\">"
-#: tree_strings.xhp#par_id3152964.121.help.text
+#. RwAo
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3152964\n"
+"121\n"
+"help.text"
msgid "<node id=\"1020\" title=\"Searching and Replacing\">"
msgstr "<node id=\"1020\" title=\"ძიება და ჩანაცვლება\">"
-#: tree_strings.xhp#par_id3153765.50.help.text
+#. b`vI
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3153765\n"
+"50\n"
+"help.text"
msgid "<node id=\"1021\" title=\"Guides\">"
msgstr "<node id=\"1021\" title=\"სახელმძღვანელოები\">"
-#: tree_strings.xhp#par_id3154361.51.help.text
+#. tCe@
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3154361\n"
+"51\n"
+"help.text"
msgid "<help_section application=\"swriter\" id=\"09\" title=\"Database Functionality\">"
msgstr "<help_section application=\"swriter\" id=\"09\" title=\"მონაცემთა ბაზის შესასრულებელი ფუნქციები\">"
-#: tree_strings.xhp#par_id3150043.122.help.text
+#. ROAh
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3150043\n"
+"122\n"
+"help.text"
msgid "<node id=\"0901\" title=\"General Information\">"
msgstr "<node id=\"0901\" title=\"ზოგადი ინფორმაცია\">"
-#: tree_strings.xhp#par_id3154254.123.help.text
+#. 75d6
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3154254\n"
+"123\n"
+"help.text"
msgid "<node id=\"0902\" title=\"Data Sources\">"
msgstr "<node id=\"0902\" title=\"მონაცემთა რესურსები\">"
-#: tree_strings.xhp#par_id3149565.124.help.text
+#. ;,HO
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3149565\n"
+"124\n"
+"help.text"
msgid "<node id=\"0903\" title=\"Forms\">"
msgstr "<node id=\"0903\" title=\"ფორმები\">"
-#: tree_strings.xhp#par_id3155334.125.help.text
+#. rA*F
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3155334\n"
+"125\n"
+"help.text"
msgid "<node id=\"0904\" title=\"Tables, Queries and Indexes\">"
msgstr "<node id=\"0904\" title=\"ცხრილები, მოთხოვნები და ინდექსები\">"
-#: tree_strings.xhp#par_id3149107.126.help.text
+#. wb72
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3149107\n"
+"126\n"
+"help.text"
msgid "<node id=\"0905\" title=\"Relations\">"
msgstr "<node id=\"0905\" title=\"კავშირები\">"
-#: tree_strings.xhp#par_id3155937.127.help.text
+#. mSP$
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3155937\n"
+"127\n"
+"help.text"
msgid "<node id=\"0906\" title=\"Reports\">"
msgstr "<node id=\"0906\" title=\"ანგარიშები\">"
-#: tree_strings.xhp#par_id3153963.53.help.text
+#. ?!Zs
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3153963\n"
+"53\n"
+"help.text"
msgid "<help_section application=\"sbasic\" id=\"07\" title=\"Macros and Programming\">"
msgstr "<help_section application=\"sbasic\" id=\"07\" title=\"მაკროები და პროგრამირება\">"
-#: tree_strings.xhp#par_id3151248.54.help.text
+#. 7K*-
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3151248\n"
+"54\n"
+"help.text"
msgid "<node id=\"0701\" title=\"General Information and User Interface Usage\">"
msgstr "<node id=\"0701\" title=\"ზოგადი ინფორმაცია და მომხმარებლის ინტერფეისის გამოყენება\">"
-#: tree_strings.xhp#par_id3154023.55.help.text
+#. VZA\
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3154023\n"
+"55\n"
+"help.text"
msgid "<node id=\"0702\" title=\"Command Reference\">"
msgstr "<node id=\"0702\" title=\"ბრძანების პარამეტრები\">"
-#: tree_strings.xhp#par_id3149924.56.help.text
+#. 7IJd
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3149924\n"
+"56\n"
+"help.text"
msgid "<node id=\"070201\" title=\"Alphabetic List of Functions, Statements, and Operators\">"
msgstr "<node id=\"070201\" title=\"ფუნქციების ალფავიტური სია, მითითებები, და ოპერატორები\">"
-#: tree_strings.xhp#par_id3145769.128.help.text
+#. 6D2:
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3145769\n"
+"128\n"
+"help.text"
msgid "<node id=\"070202\" title=\"Run-Time Functions, Statements, and Operators\">"
msgstr "<node id=\"070202\" title=\"გაშვების დროის ფუნქციები, მითითებები, და ოპერატორები\">"
-#: tree_strings.xhp#par_id3155606.57.help.text
+#. W-?q
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3155606\n"
+"57\n"
+"help.text"
msgid "<node id=\"0703\" title=\"Guides\">"
msgstr "<node id=\"0703\" title=\"სახელმძღვანელოები\">"
-#: tree_strings.xhp#par_id3149210.59.help.text
+#. bd#,
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3149210\n"
+"59\n"
+"help.text"
msgid "<help_section application=\"scalc\" id=\"08\" title=\"Spreadsheets\">"
msgstr "<help_section application=\"scalc\" id=\"08\" title=\"ელექტრონული ცხრილები\">"
-#: tree_strings.xhp#par_id3155582.60.help.text
+#. 3|QS
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3155582\n"
+"60\n"
+"help.text"
msgid "<node id=\"0801\" title=\"General Information and User Interface Usage\">"
msgstr "<node id=\"0801\" title=\"ზოგადი ინფორმაცია და მომხმარებლის ინტერფეისის გამოყენება\">"
-#: tree_strings.xhp#par_id3149033.61.help.text
+#. B4,H
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3149033\n"
+"61\n"
+"help.text"
msgid "<node id=\"0802\" title=\"Command and Menu Reference\">"
msgstr "<node id=\"0802\" title=\"ბრძანების და მენიუს პარამეტრები\">"
-#: tree_strings.xhp#par_id3148630.62.help.text
+#. id8G
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3148630\n"
+"62\n"
+"help.text"
msgid "<node id=\"080201\" title=\"Menus\">"
msgstr "<node id=\"080201\" title=\"მენიუები\">"
-#: tree_strings.xhp#par_id3156138.63.help.text
+#. YI{G
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3156138\n"
+"63\n"
+"help.text"
msgid "<node id=\"080202\" title=\"Toolbars\">"
msgstr "<node id=\"080202\" title=\"ხელსაწყოთა ზოლები\">"
-#: tree_strings.xhp#par_id3159236.64.help.text
+#. ;Z![
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3159236\n"
+"64\n"
+"help.text"
msgid "<node id=\"0803\" title=\"Functions Types and Operators\">"
msgstr "<node id=\"0803\" title=\"ფუნქციათა ტიპები და ოპერატორები\">"
-#: tree_strings.xhp#par_id3153197.65.help.text
+#. YkRE
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3153197\n"
+"65\n"
+"help.text"
msgid "<node id=\"0804\" title=\"Loading, Saving, Importing, and Exporting\">"
msgstr "<node id=\"0804\" title=\"ჩატვირთვა, დამახსოვრება, იმპორტირება, და ექსპორტირება\">"
-#: tree_strings.xhp#par_id3153705.66.help.text
+#. P/%E
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3153705\n"
+"66\n"
+"help.text"
msgid "<node id=\"0805\" title=\"Formatting\">"
msgstr "<node id=\"0805\" title=\"ფორმატირება\">"
-#: tree_strings.xhp#par_id3166425.67.help.text
+#. 0]K]
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3166425\n"
+"67\n"
+"help.text"
msgid "<node id=\"0806\" title=\"Filtering and Sorting\">"
msgstr "<node id=\"0806\" title=\"გაფილტვრა და სორტირება\">"
-#: tree_strings.xhp#par_id3154716.68.help.text
+#. siF1
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3154716\n"
+"68\n"
+"help.text"
msgid "<node id=\"0807\" title=\"Printing\">"
msgstr "<node id=\"0807\" title=\"ბეჭდვა\">"
-#: tree_strings.xhp#par_id3150344.69.help.text
+#. VyZ+
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3150344\n"
+"69\n"
+"help.text"
msgid "<node id=\"0808\" title=\"Data Ranges\">"
msgstr "<node id=\"0808\" title=\"მონაცემთა დიაპაზონი\">"
-#: tree_strings.xhp#par_id3150364.70.help.text
+#. 1R]O
+#: tree_strings.xhp
#, fuzzy
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3150364\n"
+"70\n"
+"help.text"
msgid "<node id=\"0809\" title=\"Pivot Table\">"
msgstr "<node id=\"0809\" title=\"Data Pilot\">"
-#: tree_strings.xhp#par_id3149966.71.help.text
+#. y.z5
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3149966\n"
+"71\n"
+"help.text"
msgid "<node id=\"0810\" title=\"Scenarios\">"
msgstr "<node id=\"0810\" title=\"სცენარები\">"
-#: tree_strings.xhp#par_id3146811.72.help.text
+#. ll+R
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3146811\n"
+"72\n"
+"help.text"
msgid "<node id=\"0811\" title=\"References\">"
msgstr "<node id=\"0811\" title=\"პარამეტრები\">"
-#: tree_strings.xhp#par_id3148421.73.help.text
+#. Mu5k
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3148421\n"
+"73\n"
+"help.text"
msgid "<node id=\"0812\" title=\"Viewing, Selecting, Copying\">"
msgstr "<node id=\"0812\" title=\"ნახვა, მონიშვნა, კოპირება\">"
-#: tree_strings.xhp#par_id3145258.74.help.text
+#. 3M_M
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3145258\n"
+"74\n"
+"help.text"
msgid "<node id=\"0813\" title=\"Formulas and Calculations\">"
msgstr "<node id=\"0813\" title=\"ფორმულები და გამოთვლები\">"
-#: tree_strings.xhp#par_id3145586.75.help.text
+#. Uv4j
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3145586\n"
+"75\n"
+"help.text"
msgid "<node id=\"0814\" title=\"Protection\">"
msgstr "<node id=\"0814\" title=\"დაცვა\">"
-#: tree_strings.xhp#par_id3150885.76.help.text
+#. n|%Z
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3150885\n"
+"76\n"
+"help.text"
msgid "<node id=\"0815\" title=\"Miscellaneous\">"
msgstr "<node id=\"0815\" title=\"სხვადასხვა\">"
-#: tree_strings.xhp#par_id3150519.78.help.text
+#. jN5B
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3150519\n"
+"78\n"
+"help.text"
msgid "<help_section application=\"smath\" id=\"03\" title=\"Formulas\">"
msgstr "<help_section application=\"smath\" id=\"03\" title=\"ფორმულები\">"
-#: tree_strings.xhp#par_id3155529.79.help.text
+#. \b6h
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3155529\n"
+"79\n"
+"help.text"
msgid "<node id=\"0301\" title=\"General Information and User Interface Usage\">"
msgstr "<node id=\"0301\" title=\"ზოგადი ინფორმაცია და მომხმარებლის ინტერფეისის გამოყენება\">"
-#: tree_strings.xhp#par_id3150522.80.help.text
+#. L[%E
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3150522\n"
+"80\n"
+"help.text"
msgid "<node id=\"0302\" title=\"Command and Menu Reference\">"
msgstr "<node id=\"0302\" title=\"ბრძანების და მენიუს პერამეტრები\">"
-#: tree_strings.xhp#par_id3146978.81.help.text
+#. hwM!
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3146978\n"
+"81\n"
+"help.text"
msgid "<node id=\"0303\" title=\"Working with Formulas\">"
msgstr "<node id=\"0303\" title=\"ფორმულებთან მუშაობა\">"
-#: tree_strings.xhp#par_id3156168.83.help.text
+#. tF^L
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3156168\n"
+"83\n"
+"help.text"
msgid "<help_section application=\"simpress\" id=\"04\" title=\"Presentations and Drawings\">"
msgstr "<help_section application=\"simpress\" id=\"04\" title=\"პრეზენტაციები და ნახატები\">"
-#: tree_strings.xhp#par_id3155129.84.help.text
+#. ,+79
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3155129\n"
+"84\n"
+"help.text"
msgid "<node id=\"0401\" title=\"General Information and User Interface Usage\">"
msgstr "<node id=\"0401\" title=\"ზოგადი ინფორმაცია და მომხმარებლის ინტერფეისის გამოყენება\">"
-#: tree_strings.xhp#par_id3152890.85.help.text
+#. [Wfq
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3152890\n"
+"85\n"
+"help.text"
msgid "<node id=\"0402\" title=\"Command and Menu Reference\">"
msgstr "<node id=\"0402\" title=\"ბრძანების და მენიუს პარამეტრები\">"
-#: tree_strings.xhp#par_id3155089.86.help.text
+#. x4)j
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3155089\n"
+"86\n"
+"help.text"
msgid "<node id=\"040201\" title=\"Presentations (%PRODUCTNAME Impress)\">"
msgstr "<node id=\"040201\" title=\"პეზენტაციები (%PRODUCTNAME Impress)\">"
-#: tree_strings.xhp#par_id3153305.87.help.text
+#. (gsJ
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3153305\n"
+"87\n"
+"help.text"
msgid "<node id=\"04020101\" title=\"Menus\">"
msgstr "<node id=\"04020101\" title=\"მენიუები\">"
-#: tree_strings.xhp#par_id3148841.88.help.text
+#. 2/0.
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3148841\n"
+"88\n"
+"help.text"
msgid "<node id=\"04020102\" title=\"Toolbars\">"
msgstr "<node id=\"04020102\" title=\"ხელსაწყოთა ზოლები\">"
-#: tree_strings.xhp#par_id3156200.89.help.text
+#. T5ZI
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3156200\n"
+"89\n"
+"help.text"
msgid "<node id=\"040202\" title=\"Drawings (%PRODUCTNAME Draw)\">"
msgstr "<node id=\"040202\" title=\"ნახატები (%PRODUCTNAME Draw)\">"
-#: tree_strings.xhp#par_id3153816.90.help.text
+#. 30H!
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3153816\n"
+"90\n"
+"help.text"
msgid "<node id=\"04020201\" title=\"Menus\">"
msgstr "<node id=\"04020201\" title=\"მენიუები\">"
-#: tree_strings.xhp#par_id3146154.91.help.text
+#. JlT.
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3146154\n"
+"91\n"
+"help.text"
msgid "<node id=\"04020202\" title=\"Toolbars\">"
msgstr "<node id=\"04020202\" title=\"ხელსაწყოთა ზოლები\">"
-#: tree_strings.xhp#par_id3148866.92.help.text
+#. =wzs
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3148866\n"
+"92\n"
+"help.text"
msgid "<node id=\"0403\" title=\"Loading, Saving, Importing, and Exporting\">"
msgstr "<node id=\"0403\" title=\"ჩატვირთვა, დამახსოვრება, იმპორტირება, და ექსპორტირება\">"
-#: tree_strings.xhp#par_id3151244.93.help.text
+#. :-a4
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3151244\n"
+"93\n"
+"help.text"
msgid "<node id=\"0404\" title=\"Formatting\">"
msgstr "<node id=\"0404\" title=\"ფორმატირება\">"
-#: tree_strings.xhp#par_id3149329.94.help.text
+#. -lfM
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3149329\n"
+"94\n"
+"help.text"
msgid "<node id=\"0405\" title=\"Printing\">"
msgstr "<node id=\"0405\" title=\"ბეჭდვა\">"
-#: tree_strings.xhp#par_id3150318.95.help.text
+#. 40|,
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3150318\n"
+"95\n"
+"help.text"
msgid "<node id=\"0406\" title=\"Effects\">"
msgstr "<node id=\"0406\" title=\"ეფექტები\">"
-#: tree_strings.xhp#par_id3150107.96.help.text
+#. XP4{
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3150107\n"
+"96\n"
+"help.text"
msgid "<node id=\"0407\" title=\"Objects, Graphics, and Bitmaps\">"
msgstr "<node id=\"0407\" title=\"ობიექტები, გრაფიკები, და ნახატები\">"
-#: tree_strings.xhp#par_id3154343.97.help.text
+#. 8_]k
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3154343\n"
+"97\n"
+"help.text"
msgid "<node id=\"0408\" title=\"Groups and Layers\">"
msgstr "<node id=\"0408\" title=\"ჯგუფები და ფენები\">"
-#: tree_strings.xhp#par_id3148604.98.help.text
+#. aoVQ
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3148604\n"
+"98\n"
+"help.text"
msgid "<node id=\"0409\" title=\"Text in Presentations and Drawings\">"
msgstr "<node id=\"0409\" title=\"ტექსტში პრეზენტაციებსა და ნახატებში\">"
-#: tree_strings.xhp#par_id3155269.99.help.text
+#. 6m!2
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3155269\n"
+"99\n"
+"help.text"
msgid "<node id=\"0410\" title=\"Viewing\">"
msgstr "<node id=\"0410\" title=\"ნახვა\">"
-#: tree_strings.xhp#par_id3156351.101.help.text
+#. Y]z`
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3156351\n"
+"101\n"
+"help.text"
msgid "<help_section application=\"scalc\" id=\"05\" title=\"Charts and Diagrams\">"
msgstr "<help_section application=\"scalc\" id=\"05\" title=\"სქემები და დიაგრამები\">"
-#: tree_strings.xhp#par_id3156177.102.help.text
+#. z,hq
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3156177\n"
+"102\n"
+"help.text"
msgid "<node id=\"0501\" title=\"General Information\">"
msgstr "<node id=\"0501\" title=\"ზოგადი ინფორმაცია\">"
-#: tree_strings.xhp#par_id3156036.103.help.text
+#. -c?I
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3156036\n"
+"103\n"
+"help.text"
msgid "<node id=\"0502\" title=\"Command and Menu Reference\">"
msgstr "<node id=\"0502\" title=\"ბრძანების და მენიუს პარამეტრები\">"
-#: tree_strings.xhp#par_id3153285.104.help.text
+#. FiAm
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3153285\n"
+"104\n"
+"help.text"
msgid "<node id=\"050201\" title=\"Menus\">"
msgstr "<node id=\"050201\" title=\"მენიუები\">"
-#: tree_strings.xhp#par_id3154959.105.help.text
+#. A/4S
+#: tree_strings.xhp
+msgctxt ""
+"tree_strings.xhp\n"
+"par_id3154959\n"
+"105\n"
+"help.text"
msgid "<node id=\"050202\" title=\"Toolbars\">"
msgstr "<node id=\"050202\" title=\"ხელსაწყოთა ზოლები\">"
-#: 3dsettings_toolbar.xhp#tit.help.text
-msgid "3D-Settings"
-msgstr "სამგანზომილებიანი პარამენტრები"
-
-#: 3dsettings_toolbar.xhp#par_idN1055A.help.text
-msgid "<variable id=\"3dtoolbar\"><link href=\"text/shared/3dsettings_toolbar.xhp\">3D-Settings</link></variable>"
-msgstr "<variable id=\"3dtoolbar\"><link href=\"text/shared/3dsettings_toolbar.xhp\">სამგანზომილებიანი პარამენტრები.</link></variable>"
-
-#: 3dsettings_toolbar.xhp#par_idN1056A.help.text
-msgid "<ahelp hid=\".\">The 3D-Settings toolbar controls properties of selected 3D objects.</ahelp>"
-msgstr "<ahelp hid=\".\">სამგანზომილებიანი პარამეტრების ხელსაწყოთა ზოლი აკონტროლებს მონიშნული სამგანზომილებიანი ობიექტების თვისებებს.</ahelp>"
-
-#: 3dsettings_toolbar.xhp#par_idN10575.help.text
-msgid "Extrusion on/off"
-msgstr "ექსტრუზიის ჩართვა/გამორთვა"
-
-#: 3dsettings_toolbar.xhp#par_idN10579.help.text
-msgid "<ahelp hid=\".\">Switches the 3D effects on and off for the selected objects.</ahelp>"
-msgstr "<ahelp hid=\".\">მონიშნული ობიექტებისათვის სამგანზომილებიანი ეფექტის ჩარტვა და გამორთვა.</ahelp>"
-
-#: 3dsettings_toolbar.xhp#par_idN10590.help.text
-msgid "Tilt Down"
-msgstr "შეტრიალება ქვემოთ"
-
-#: 3dsettings_toolbar.xhp#par_idN10594.help.text
-msgid "<ahelp hid=\".\">Tilts the selected object downwards by five degrees.</ahelp>"
-msgstr "<ahelp hid=\".\">მონიშნულ ობიექტს ატრიალებს ქვემოთ ხუთი გრადუსით.</ahelp>"
-
-#: 3dsettings_toolbar.xhp#par_idN105AB.help.text
-msgid "Tilt Up"
-msgstr "შეტრიალება ზემოთ"
-
-#: 3dsettings_toolbar.xhp#par_idN105AF.help.text
-msgid "<ahelp hid=\".\">Tilts the selected object upwards by five degrees.</ahelp>"
-msgstr "ყუუუ<ahelp hid=\".\">მონიშნულ ობიექტს ატრიალებს ზემოთ ხუთი გრადუსით.</ahelp>"
-
-#: 3dsettings_toolbar.xhp#par_idN105C6.help.text
-msgid "Tilt Left"
-msgstr "ატრიალებს მარცხნივ"
-
-#: 3dsettings_toolbar.xhp#par_idN105CA.help.text
-msgid "<ahelp hid=\".\">Tilts the selected object left by five degrees.</ahelp>"
-msgstr "<ahelp hid=\".\">მონიშნულ ობიექტს ატრიალებს მარცხნივ ხუთი გრადუსით.</ahelp>"
-
-#: 3dsettings_toolbar.xhp#par_idN105E1.help.text
-msgid "Tilt Right"
-msgstr "ატრიალებს მარჯვნივ"
-
-#: 3dsettings_toolbar.xhp#par_idN105E5.help.text
-msgid "<ahelp hid=\".\">Tilts the selected object right by five degrees.</ahelp>"
-msgstr "უ<ahelp hid=\".\">მონიშნულ ობიექტს ატრიალებს მარჯვნივ ხუთი გრადუსით.</ahelp>"
-
-#: 3dsettings_toolbar.xhp#par_idN105FC.help.text
-msgid "Depth"
-msgstr "სიღრმე"
-
-#: 3dsettings_toolbar.xhp#par_idN10600.help.text
-msgid "<ahelp hid=\".\">Opens the Extrusion Depth window.</ahelp>"
-msgstr "<ahelp hid=\".\">ხსნის ექსტრუზიის ღრმა ფანჯარას.</ahelp>"
-
-#: 3dsettings_toolbar.xhp#par_idN10617.help.text
-msgid "<ahelp hid=\".\">Select an extrusion depth.</ahelp>"
-msgstr "<ahelp hid=\".\">ექსტრუზიის სიღრმის მონიშვნა.</ahelp>"
-
-#: 3dsettings_toolbar.xhp#par_idN10632.help.text
-msgid "<ahelp hid=\".\">Enter an extrusion depth.</ahelp>"
-msgstr "<ahelp hid=\".\">ექსტრუზიის სიღრმის შეტანა.</ahelp>"
-
-#: 3dsettings_toolbar.xhp#par_idN1064C.help.text
-msgid "Direction"
-msgstr "მიმართულება"
-
-#: 3dsettings_toolbar.xhp#par_idN10650.help.text
-msgid "<ahelp hid=\".\">Opens the Extrusion Direction window.</ahelp>"
-msgstr "<ahelp hid=\".\">ხსნის ექსტრუზიის მიმართულების ფანჯარას.</ahelp>"
-
-#: 3dsettings_toolbar.xhp#par_idN10667.help.text
-msgid "<ahelp hid=\".\">Select a direction.</ahelp>"
-msgstr "<ahelp hid=\".\">მიმართულების მონიშვნა.</ahelp>"
-
-#: 3dsettings_toolbar.xhp#par_idN10698.help.text
-msgid "<ahelp hid=\".\">Select a perspective or parallel extrusion method.</ahelp>"
-msgstr "<ahelp hid=\".\">პერსპექტიული ან პარალელური ექსტრუზიის მეთოდის მონიშვნა.</ahelp>"
-
-#: 3dsettings_toolbar.xhp#par_idN106B3.help.text
-msgid "Lighting"
-msgstr "განათება"
-
-#: 3dsettings_toolbar.xhp#par_idN106B7.help.text
-msgid "<ahelp hid=\".\">Opens the Extrusion Lighting window.</ahelp>"
-msgstr "<ahelp hid=\".\">ხსნის ექსტრუზიის განათებულ ფანჯარას.</ahelp>"
-
-#: 3dsettings_toolbar.xhp#par_idN106C6.help.text
-msgid "<ahelp hid=\".\">Select a lighting direction.</ahelp>"
-msgstr "<ahelp hid=\".\">განათებული მიმართულების მონიშვნა.</ahelp>"
-
-#: 3dsettings_toolbar.xhp#par_idN106E1.help.text
-msgid "<ahelp hid=\".\">Select a lighting intensity.</ahelp>"
-msgstr "<ahelp hid=\".\">განათების ინტენსივობის მონიშვნა.</ahelp>"
-
-#: 3dsettings_toolbar.xhp#par_idN106FC.help.text
-msgid "Surface"
-msgstr "ზედაპირი"
-
-#: 3dsettings_toolbar.xhp#par_idN10700.help.text
-msgid "<ahelp hid=\".\">Opens the Extrusion Surface window.</ahelp>"
-msgstr "<ahelp hid=\".\">ხსნის ექსტრუზიის ზედაპირულ ფანჯარას.</ahelp>"
-
-#: 3dsettings_toolbar.xhp#par_idN10717.help.text
-msgid "<ahelp hid=\".\">Select a surface material or a wireframe display.</ahelp>"
-msgstr ""
-
-#: 3dsettings_toolbar.xhp#par_idN10732.help.text
-msgid "3D Color"
-msgstr "სამგანზომილებიანი ფერი"
-
-#: 3dsettings_toolbar.xhp#par_idN10736.help.text
-msgid "<ahelp hid=\".\">Opens the Extrusion Color toolbar.</ahelp>"
-msgstr "<ahelp hid=\".\">ხსნის ექსრუზიის ფერის ხელსაწყოს ზოლს.</ahelp>"
-
-#: main0212.xhp#tit.help.text
-msgid "Table Data Bar"
-msgstr "ცხრილის მონაცემების ზოლი"
-
-#: main0212.xhp#hd_id3147102.1.help.text
-msgid "<link href=\"text/shared/main0212.xhp\" name=\"Table Data Bar\">Table Data Bar</link>"
-msgstr "<link href=\"text/shared/main0212.xhp\" name=\"Table Data Bar\">ცხრილის მონაცემების ზოლი</link>"
-
-#: main0212.xhp#par_id3153394.10.help.text
-msgid "<ahelp hid=\".\">Use the Table Data bar to control the data view. </ahelp>"
-msgstr "<ahelp hid=\".\">მონაცემების ხედის გასაკონტროლებლად გამოიყენეთ ცხრილის მონაცემების ზოლი.</ahelp>"
-
-#: main0212.xhp#par_id3149346.12.help.text
-msgid "The filtered data view is active until you change or cancel the sorting or filtering criteria. If a filter is active, the <emph>Apply Filter</emph> icon on the <emph>Table Data</emph> bar is activated."
-msgstr "გაფილტრული მონაცემების ხედი არის აქტიური სანამ თქვენ შეცვლით ან გააუქმებთ სორტირებას ან ფილტრაციის კრიტერიუმებს. თუ ფილტრი აქტიურია <emph>მიასადაგე ფილტრის</emph> ხატულა <emph>ცხრილის მონაცემების</emph> ზოლზე გააქტიურდება."
-
-#: main0212.xhp#par_id3147303.help.text
-msgid "<image id=\"img_id3153896\" src=\"cmd/sc_recsave.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3153896\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153896\" src=\"cmd/sc_recsave.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153896\">პიქტოგრამა</alt></image>"
-
-#: main0212.xhp#par_id3153360.13.help.text
-msgctxt "main0212.xhp#par_id3153360.13.help.text"
-msgid "Save Record"
-msgstr ""
-
-#: main0212.xhp#par_id3145173.help.text
-msgid "<image id=\"img_id3154123\" src=\"cmd/sc_recundo.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3154123\">Icon</alt></image>"
-msgstr "<image id=\"img_id3154123\" src=\"cmd/sc_recundo.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154123\">პიქტოგრამა</alt></image>"
-
-#: main0212.xhp#par_id3151382.14.help.text
-msgid "Undo: Data Input"
-msgstr "უკუსვლა: მონაცემების შეტანა"
-
-#: main0212.xhp#par_idN10744.help.text
-msgid "<link href=\"text/shared/02/12070000.xhp\">Data to Text</link>"
-msgstr "<link href=\"text/shared/02/12070000.xhp\">Data to Text</link>"
-
-#: main0212.xhp#par_idN10753.help.text
-msgid "<ahelp hid=\".\">Inserts all fields of the marked record into the current document at the cursor position.</ahelp>"
-msgstr "<ahelp hid=\".\">ჩასვავს კურსორის პოზიციისათვის მიმდინარე დოკუმენტში მონიშნული ჩანაწერის ყველა ველს.</ahelp>"
-
-#: main0212.xhp#par_idN10780.help.text
-msgid "<link href=\"text/swriter/01/mailmerge00.xhp\">Mail Merge</link>"
-msgstr "<link href=\"text/swriter/01/mailmerge00.xhp\">წერილთა გაერთიანება</link>"
-
-#: main0212.xhp#par_idN1078F.help.text
-msgid "<ahelp hid=\".\">Starts the Mail Merge Wizard to create form letters.</ahelp>"
-msgstr ""
-
-#: main0650.xhp#tit.help.text
-msgid "Java Platform Support"
-msgstr "Java პლატფორმის მხარდაჭერა"
-
-#: main0650.xhp#hd_id3153089.1.help.text
-msgid "<link href=\"text/shared/main0650.xhp\" name=\"Java Platform Support\">Java Platform Support</link>"
-msgstr "<link href=\"text/shared/main0650.xhp\" name=\"Java Platform Support\">Java პლატფორმის მხარდაჭერა</link>"
-
-#: main0650.xhp#par_id3152363.2.help.text
-msgid "$[officename] supports the Java platform for running applications and components based on the JavaBeans architecture."
-msgstr "$[officename]-ი მხარს უჭერს Java პლატფორმას javaBeans-ის არქიტექტურაზე დაფუძნებული პროგრამების, აპლეტებისა და კომპონენტების გაშვებაში."
-
-#: main0650.xhp#par_id3154751.3.help.text
-msgid "For $[officename] to support the Java platform, you must install the Java 2 Runtime Environment software. When you installed $[officename], you automatically received the option to install these files if they were not yet installed. You can also install these files now if required."
-msgstr ""
-
-#: main0650.xhp#par_id3155338.4.help.text
-msgid "The Java platform support needs to be activated under $[officename] to run Java applications."
-msgstr "Java პლატფორმის მხარდაჭერას სჭირდება $[officename]-თი გააქტიურება რათა გაიშვას Java პროგრამები."
-
-#: main0650.xhp#par_id3155892.5.help.text
-msgid "Activate Java platform support by choosing <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/java.xhp\" name=\"$[officename] - Java\">$[officename] - Java</link></emph>."
-msgstr ""
-
-#: main0650.xhp#par_id9116183.help.text
-msgid "Before you can use a JDBC driver, you need to add its class path. Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME- Java, and click the Class Path button. After you add the path information, restart %PRODUCTNAME."
-msgstr ""
-
-#: main0650.xhp#par_id3153822.11.help.text
-msgid "Your modifications at the <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Java</emph> tab page will be used even if the Java Virtual Machine (JVM, a virtual machine for the Java platform) already has been started. After modifications to the ClassPath you must restart $[officename]. The same is true for modifications under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Internet - Proxy</emph>. Only the two boxes \"Http Proxy\" and \"Ftp Proxy\" and their ports don't require a restart, they will be evaluated when you click <emph>OK</emph>."
-msgstr ""
-
-#: main0208.xhp#tit.help.text
-msgid "Status Bar in $[officename] Basic Documents"
-msgstr "სტატუსის ზოლი $[officename] ძირითად დოკუმენტში"
-
-#: main0208.xhp#hd_id3148520.1.help.text
-msgid "<link href=\"text/shared/main0208.xhp\" name=\"Status Bar in $[officename] Basic Documents\">Status Bar in $[officename] Basic Documents</link>"
-msgstr "<link href=\"text/shared/main0208.xhp\" name=\"Status Bar in $[officename] Basic Documents\">სტატუსის ზოლი $[officename] ძირითად დოკუმენტში </link>"
-
-#: main0208.xhp#par_id3154136.2.help.text
-msgid "The <emph>Status</emph> Bar displays information about the current $[officename] Basic document."
-msgstr "<emph>სტატუსის</emph> ზოლი აჩვენებს ინფორმაციას მიმდინარე $[officename] ძირითადი დოკუმენტის შესახებ."
-
-#: main0227.xhp#tit.help.text
-msgid "Edit Points Bar"
-msgstr "წერტილების რედაქტირების ზოლი"
-
-#: main0227.xhp#bm_id3149987.help.text
-msgid "<bookmark_value>lines; editing points</bookmark_value><bookmark_value>curves; editing points</bookmark_value><bookmark_value>Edit Points bar</bookmark_value>"
-msgstr ""
-
-#: main0227.xhp#hd_id3149987.39.help.text
-msgid "<link href=\"text/shared/main0227.xhp\" name=\"Edit Points Bar\">Edit Points Bar</link>"
-msgstr "<link href=\"text/shared/main0227.xhp\" name=\"Edit Points Bar\">წერტილის შეცვლის ზოლი </link>"
-
-#: main0227.xhp#par_id3150402.40.help.text
-msgid "<ahelp hid=\"HID_BEZIER_TOOLBOX\">The <emph>Edit Points </emph>Bar appears when you select a polygon object and click <emph>Edit Points</emph>.</ahelp>"
-msgstr "<ahelp hid=\"HID_BEZIER_TOOLBOX\">The <emph>წერტილების შეცვლა </emph>ზოლი გამოჩნდება როდისაც თქვენ მონიშნავთ პოლიგონის ობიექტებს და დააწკაპუნებთ <emph>წერტილების შეცვლა</emph>.</ahelp>"
-
-#: main0227.xhp#par_id3144762.68.help.text
-msgid "The functions provided allow you to edit the points of a curve or an object converted to a curve. The following icons are available:"
-msgstr "ეს ფუნქციები გაძლევთ უფლებას შეცვალოთ მრუდის წერტილები ან მრუდად გარდაქმნილი ობიექტები.ხელმისაწვდომია შემდეგი ხატულები:"
-
-#: main0227.xhp#hd_id3153105.42.help.text
-msgctxt "main0227.xhp#hd_id3153105.42.help.text"
-msgid "Edit Points"
-msgstr ""
-
-#: main0227.xhp#par_id3159151.43.help.text
-msgid "The <link href=\"text/shared/01/05270000.xhp\" name=\"Edit Points\"><emph>Edit Points</emph></link> icon allows you to activate or deactivate the edit mode for Bézier objects. In the edit mode, individual points of the drawing object can be selected."
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Edit Points\"><emph>Edit Points</emph></link> ხატულა საშუალებას გაძლევთ ჩართოთ ან გამორთოთ რედაქტირების რეჟიმი ბეზიეს ობიექტებისათვის. რედაქტირების რეჟიმში, სახატავი ობიექტების ინდივიდუალური წერტილები შეიძლება მოინიშნოს."
-
-#: main0227.xhp#par_id3145366.help.text
-#, fuzzy
-msgid "<image id=\"img_id3153951\" src=\"cmd/sc_toggleobjectbeziermode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153951\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">პიქტოგრამა</alt></image>"
-
-#: main0227.xhp#par_id3150105.44.help.text
-msgctxt "main0227.xhp#par_id3150105.44.help.text"
-msgid "Edit Points"
-msgstr ""
-
-#: main0227.xhp#hd_id3146976.45.help.text
-msgctxt "main0227.xhp#hd_id3146976.45.help.text"
-msgid "Move Points"
-msgstr ""
-
-#: main0227.xhp#par_id3147435.46.help.text
-msgid "<ahelp hid=\".uno:BezierMove\">Activates a mode in which you can move points.</ahelp> The mouse pointer displays a small empty square when resting on a point. Drag that point to another location. The curve on both sides of the point follows the movement; the section of the curve between the next points changes shape."
-msgstr "<ahelp hid=\".uno:BezierMove\">ააქტიურებს რეჟიმს რომელშიც თქვენ შეგიძლიათ ამოძრაოთ წერტილები.</ahelp> მაუსის მაჩვენებელი აჩვენებს პატარა ცარიელ უჯრას წერტილზე შეყოვნებისას. გადაათრიეთ ის წერტილი სხვა ადგილას. მრუდი წერტილის ორივე მხრიდან ექვემდებარება გადაადგილებას; მრუდის განყოფილება შემდეგ წერტილებს შორის ცვლის მოყვანილობას."
-
-#: main0227.xhp#par_id3149481.47.help.text
-msgid "Point at the curve between two points or within a closed curve and drag the mouse to shift the entire curve without distorting the form."
-msgstr "მიუთითეთ მრუდზე ორ წერტილს შორის ან დახურული მრუდის ფარგლებში და გადათრიეთ მაუსი ისე სრული მრუდის ფორმის დარღვევის გარეშე."
-
-#: main0227.xhp#par_id3154096.help.text
-#, fuzzy
-msgid "<image id=\"img_id3149377\" src=\"cmd/sc_beziermove.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149377\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">პიქტოგრამა</alt></image>"
-
-#: main0227.xhp#par_id3147397.48.help.text
-msgctxt "main0227.xhp#par_id3147397.48.help.text"
-msgid "Move Points"
-msgstr ""
-
-#: main0227.xhp#hd_id3150115.49.help.text
-msgctxt "main0227.xhp#hd_id3150115.49.help.text"
-msgid "Insert Points"
-msgstr ""
-
-#: main0227.xhp#par_id3160478.50.help.text
-msgid "<ahelp hid=\".uno:BezierInsert\">Activates the insert mode. This mode allows you to insert points.</ahelp> You can also move points, just as in the move mode. If, however, you click at the curve between two points and move the mouse a little while holding down the mouse button you insert a new point. The point is a smooth point, and the lines to the control points are parallel and remain so when moved."
-msgstr "<ahelp hid=\".uno:BezierInsert\">ააქტიურებს ჩასმის რეჟიმს. ეს რეჯიმი საშუალებას გაძლევთ ჩასვათ წერტილები.</ahelp> თქვენ ასევე შეგიძლიათ გადაადგილოთ წერტილები, როგორც მოძრაობის რეჟიმში. თუ თქვენ დააკლიკებთ მრუდს ორ წერტილს შორის და კლავიშზე დაჭერით გადაადგილებთ მაუსს თქვენ ჩასვავთ ახალ წერტილს.ეს წერტილი გლუვი წერტილია, და ხაზები საკონტროლო წერტილებამდე პერალელურები არიან და რჩებიან ასევე გადაადგილების შემდეგ."
-
-#: main0227.xhp#par_id3157846.51.help.text
-msgid "If you wish to create a corner point you must first insert either a smooth or a symmetrical point which is then converted to a corner point by using <emph>Corner Point</emph>."
-msgstr "თუ თქვენ გსურთ კუთხის წერტილის შექმნა თქვენ ჯერ უნდა ჩასვათ ან გლუვი ან სიმეტრიული წერტილი რომელიც მოხმარებაში გარდაიქმნება კუთხის წერტილად<emph>Corner Point</emph>."
-
-#: main0227.xhp#par_id3153838.help.text
-#, fuzzy
-msgid "<image id=\"img_id3146969\" src=\"cmd/sc_bezierinsert.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146969\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">პიქტოგრამა</alt></image>"
-
-#: main0227.xhp#par_id3153710.54.help.text
-msgctxt "main0227.xhp#par_id3153710.54.help.text"
-msgid "Insert Points"
-msgstr ""
-
-#: main0227.xhp#hd_id3149020.55.help.text
-msgctxt "main0227.xhp#hd_id3149020.55.help.text"
-msgid "Delete Points"
-msgstr ""
-
-#: main0227.xhp#par_id3148917.56.help.text
-msgid "<ahelp hid=\".uno:BezierDelete\">Use the <emph>Delete Points</emph> icon to delete one or several selected points. If you wish to select several points click the appropriate points while holding down the Shift key.</ahelp>"
-msgstr "<ahelp hid=\".uno:BezierDelete\">გამოიყენეთ <emph>წაშლის წერტილის</emph> ხატულა ერთი ან რამდენიმე მონიშნული წერტილის წასაშლელად. თუ გსურთ რამოდენიმე წერტილის მონიშვნა დააწკაპუნეთ შესაბამის წერტილებზე კლავიში შიფტის დაჭერით.</ahelp>"
-
-#: main0227.xhp#par_id3153766.57.help.text
-msgid "First select the points to be deleted, and then click this icon, or press Del."
-msgstr "წასაშლელად ჯერ მონიშნეთ წერტილები, და მერე დააწკაპუნეთ ხატუალს, ან დააჭირეთ წაშლას. "
-
-#: main0227.xhp#par_id3147321.help.text
-#, fuzzy
-msgid "<image id=\"img_id3146920\" src=\"cmd/sc_bezierdelete.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146920\">Icon</alt></image>"
-msgstr "<image id=\"img_id3174230\" src=\"cmd/sc_extendedhelp.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3174230\">პიქტოგრამა</alt></image>"
-
-#: main0227.xhp#par_id3155961.58.help.text
-msgctxt "main0227.xhp#par_id3155961.58.help.text"
-msgid "Delete Points"
-msgstr ""
-
-#: main0227.xhp#hd_id3147361.59.help.text
-msgctxt "main0227.xhp#hd_id3147361.59.help.text"
-msgid "Split Curve"
-msgstr ""
-
-#: main0227.xhp#par_id3151248.60.help.text
-msgid "<ahelp hid=\".uno:BezierCutLine\">The<emph> Split Curve </emph>icon splits a curve. Select the point or points where you want to split the curve, then click the icon</ahelp>."
-msgstr "<ahelp hid=\".uno:BezierCutLine\">The<emph> Split Curve </emph>ხატულა ყოფს მრუდს. მონიშნეთ წერტილი ან წერტილები სადაც გსურთ მრუდის გაყოფა, შემდეგ დააწკაპუნეთ ხატულას</ahelp>."
-
-#: main0227.xhp#par_id3153788.help.text
-#, fuzzy
-msgid "<image id=\"img_id3148489\" src=\"cmd/sc_beziercutline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148489\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153896\" src=\"cmd/sc_recsave.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153896\">პიქტოგრამა</alt></image>"
-
-#: main0227.xhp#par_id3152581.61.help.text
-msgctxt "main0227.xhp#par_id3152581.61.help.text"
-msgid "Split Curve"
-msgstr ""
-
-#: main0227.xhp#hd_id3150345.62.help.text
-msgctxt "main0227.xhp#hd_id3150345.62.help.text"
-msgid "Convert To Curve"
-msgstr ""
-
-#: main0227.xhp#par_id3148420.63.help.text
-msgid "<ahelp hid=\".uno:BezierConvert\">Converts a curve into a straight line or converts a straight line into a curve.</ahelp> If you select a single point, the curve before the point will be converted. If two points are selected, the curve between both points will be converted. If you select more than two points, each time you click this icon, a different portion of the curve will be converted. If necessary, round points are converted into corner points and corner points are converted into round points."
-msgstr "<ahelp hid=\".uno:BezierConvert\">გარდაქმნის მრუდს სწორ ხაზად ან სწორ ხაზს მრუდად.</ahelp> თუ თქვენ მონიშნავთ ერთ წერტილს, წერტილის წინ არსებული მრუდი გარდაიქმნება.თუ ორი წერტილია მონიშნული, ამ ორ წერტილს შორის არსებული მრუდი გარდაიქმნება. თუ თქვენ მონიშნავთ ორზე მეტ წერტილს ამ ხატულაზე ყოველ დაწკაპუნებაზე გარდაიქმნება განსხვავებული მრუდის მონაკვეთი. საჭიროების შემთხვევაში მრგვალი წერტილები გარდაქმნადია კუთხის წერტილებად და კუთხის წერტილები გარდაქმნადია მრგვალ წერტილებად."
-
-#: main0227.xhp#par_id3150304.64.help.text
-msgid "If a certain section of the curve is straight, the end points of the line have a maximum of one control point each. They cannot be modified to round points unless the straight line is converted back to a curve."
-msgstr "თუ მრუდის განსაზღვრული განყოფილება მართია, ზოლის თვითოეულ ბოლო წერტილს აქვს მაქსიმუმ ერთი კონტროლირებადი წერტილი. ისინი ვერ შეიცვლებიან მრგვალ წერტილებად იქამდე სანამ მართი ზოლი მრუდად უკან არის გარდაქმნილი."
-
-#: main0227.xhp#par_id3158212.help.text
-#, fuzzy
-msgid "<image id=\"img_id3149036\" src=\"cmd/sc_bezierconvert.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149036\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">პიქტოგრამა</alt></image>"
-
-#: main0227.xhp#par_id3158445.65.help.text
-msgctxt "main0227.xhp#par_id3158445.65.help.text"
-msgid "Convert To Curve"
-msgstr ""
-
-#: main0227.xhp#hd_id3153199.66.help.text
-msgctxt "main0227.xhp#hd_id3153199.66.help.text"
-msgid "Corner Point"
-msgstr ""
-
-#: main0227.xhp#par_id3148460.67.help.text
-msgid "<ahelp hid=\".uno:BezierEdge\">Converts the selected point or points into corner points.</ahelp> Corner points have two movable control points, which are independent from each other. A curved line, therefore, does not go straight through a corner point, but forms a corner."
-msgstr "<ahelp hid=\".uno:BezierEdge\">გარდაქმნის მონიშნულ წერტილს ან წერტილებს კუთხის წერტილებად.</ahelp> კუთხის წერტილებს აქვთ ორი მოძრავი კონტროლირებადი წერტილი, რომლებიც ერთმანეთისაგან დამოუკიდებელნი არიან. გამრუდებული ხაზი შესაბამისად არ კვეთს კუთხის წერტილს თუმცა ქმნის კუთხეს."
-
-#: main0227.xhp#par_id3154576.help.text
-#, fuzzy
-msgid "<image id=\"img_id3154201\" src=\"cmd/sc_bezieredge.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154201\">Icon</alt></image>"
-msgstr "<image id=\"img_id3174230\" src=\"cmd/sc_extendedhelp.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3174230\">პიქტოგრამა</alt></image>"
-
-#: main0227.xhp#par_id3166429.25.help.text
-msgctxt "main0227.xhp#par_id3166429.25.help.text"
-msgid "Corner Point"
-msgstr ""
-
-#: main0227.xhp#hd_id3166436.27.help.text
-msgctxt "main0227.xhp#hd_id3166436.27.help.text"
-msgid "Smooth Transition"
-msgstr ""
-
-#: main0227.xhp#par_id3155510.29.help.text
-msgid "<ahelp hid=\".uno:BezierSmooth\">Converts a corner point or symmetrical point into a smooth point.</ahelp> Both control points of the corner point are aligned in parallel, and can only be moved simultaneously. The control points may differentiate in length, allowing you to vary the degree of curvature."
-msgstr "<ahelp hid=\".uno:BezierSmooth\">გარდაქმნის კუთხის წერტილს ან გლუვ წეტილს სიმეტრიულ წერტილად.</ahelp> კუთხის წერტილის ორივე საკონტროლო წერტილები განლაგებულია პარალელურად და აქვთ ერთნაირი სიგრძე. მათი გადაადგილება შეიძლება მხოლოდ ერთდროულად. საკონტროლო წერტილები შეიძლება განისხვაოს სიგრძით, რაც საშუალებას გაძლევთ ცვალოთ მრუდის ხარისხი."
-
-#: main0227.xhp#par_id3148813.help.text
-#, fuzzy
-msgid "<image id=\"img_id3151183\" src=\"cmd/sc_beziersmooth.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151183\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">პიქტოგრამა</alt></image>"
-
-#: main0227.xhp#par_id3154258.28.help.text
-msgctxt "main0227.xhp#par_id3154258.28.help.text"
-msgid "Smooth Transition"
-msgstr ""
-
-#: main0227.xhp#hd_id3159622.30.help.text
-msgctxt "main0227.xhp#hd_id3159622.30.help.text"
-msgid "Symmetric Transition"
-msgstr ""
-
-#: main0227.xhp#par_id3155812.32.help.text
-msgid "<ahelp hid=\".uno:BezierSymmetric\">This icon converts a corner point or a smooth point into a symmetrical point.</ahelp> Both control points of the corner point are aligned in parallel and have the same length. They can only be moved simultaneously and the degree of curvature is the same in both directions."
-msgstr "<ahelp hid=\".uno:BezierSymmetric\">ეს ხატულა გარდაქმნის კუთხის წერტილს ან გლუვ წეტილს სიმეტრიულ წერტილად.</ahelp> კუთხის წერტილის ორივე საკონტროლო წერტილები განლაგებული პარალელურად და აქვთ ერთნაირი სიგრძე. მათი გადაადგილება შეიძლება მხოლოდ ერთდროულად და იმ შემთხვევაშუ თუ მრუდის დახრილობის ხარისხი ერთნაირია ორივე მიმართულებით."
-
-#: main0227.xhp#par_id3153818.help.text
-#, fuzzy
-msgid "<image id=\"img_id3159218\" src=\"cmd/sc_beziersymmetric.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159218\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">პიქტოგრამა</alt></image>"
-
-#: main0227.xhp#par_id3146866.31.help.text
-msgctxt "main0227.xhp#par_id3146866.31.help.text"
-msgid "Symmetric Transition"
-msgstr ""
-
-#: main0227.xhp#hd_id3146786.33.help.text
-msgctxt "main0227.xhp#hd_id3146786.33.help.text"
-msgid "Close Bézier"
-msgstr ""
-
-#: main0227.xhp#par_id3156032.35.help.text
-msgid "<ahelp hid=\".uno:BezierClose\">Closes a line or a curve.</ahelp> A line is closed by connecting the last point with the first point, indicated by an enlarged square."
-msgstr "<ahelp hid=\".uno:BezierClose\">ხაზის ან მრუდის დახურვა.</ahelp> ხაზი დახურულია ბოლო წერტილის პირველ წერტილთან დაკავშირებით, აღნიშნული გადიდებული კვადრატით."
-
-#: main0227.xhp#par_id3154344.help.text
-#, fuzzy
-msgid "<image id=\"img_id3148607\" src=\"cmd/sc_bezierclose.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148607\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">პიქტოგრამა</alt></image>"
-
-#: main0227.xhp#par_id3147070.34.help.text
-msgctxt "main0227.xhp#par_id3147070.34.help.text"
-msgid "Close Bézier"
-msgstr ""
-
-#: main0227.xhp#hd_id3156351.36.help.text
-msgctxt "main0227.xhp#hd_id3156351.36.help.text"
-msgid "Eliminate Points"
-msgstr ""
-
-#: main0227.xhp#par_id3149441.38.help.text
-msgid "<ahelp hid=\".uno:BezierEliminatePoints\">Marks the current point or the selected points for deletion.</ahelp> This happens in the event that the point is located on a straight line. If you convert a curve or a polygon with the <emph>Convert to Curve </emph>icon into a straight line or you change a curve with the mouse so that a point lies on the straight line, it is removed. The angle from which the point reduction is to take place <switchinline select=\"appl\"><caseinline select=\"DRAW\">can be set by choosing <link href=\"text/shared/optionen/01070300.xhp\" name=\"Drawing - Grid\"><emph>%PRODUCTNAME Draw - Grid</emph></link> in the Options dialog box</caseinline><caseinline select=\"IMPRESS\">can be set by choosing <link href=\"text/shared/optionen/01070300.xhp\" name=\"Presentation - Grid\"><emph>%PRODUCTNAME Impress - Grid</emph></link> in the Options dialog box</caseinline><defaultinline>is 15° by default.</defaultinline></switchinline>"
-msgstr ""
-
-#: main0227.xhp#par_id3148970.help.text
-#, fuzzy
-msgid "<image id=\"img_id3155385\" src=\"cmd/sc_beziereliminatepoints.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155385\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153896\" src=\"cmd/sc_recsave.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153896\">პიქტოგრამა</alt></image>"
-
-#: main0227.xhp#par_id3152869.37.help.text
-msgctxt "main0227.xhp#par_id3152869.37.help.text"
-msgid "Eliminate Points"
-msgstr ""
-
-#: main0201.xhp#tit.help.text
+#. NzpO
+#: main0201.xhp
+msgctxt ""
+"main0201.xhp\n"
+"tit\n"
+"help.text"
msgid "Standard Bar"
msgstr "სტანდარტული ზოლი"
-#: main0201.xhp#hd_id3154186.1.help.text
+#. rhf2
+#: main0201.xhp
+msgctxt ""
+"main0201.xhp\n"
+"hd_id3154186\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/shared/main0201.xhp\" name=\"Standard Bar\">Standard Bar</link>"
msgstr "<link href=\"text/shared/main0201.xhp\" name=\"Standard Bar\">სტანდარტული ზოლი</link>"
-#: main0201.xhp#par_id3145136.2.help.text
+#. 7A76
+#: main0201.xhp
+msgctxt ""
+"main0201.xhp\n"
+"par_id3145136\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\"RID_ENVTOOLBOX\">The <emph>Standard</emph> bar is available in every $[officename] application.</ahelp>"
msgstr "<ahelp hid=\"RID_ENVTOOLBOX\">The <emph>სტანდარტული</emph> ზოლი ხელმისაწვდომია ნებისმიერ $[officename] პეოგრამაში</ahelp>"
-#: main0201.xhp#hd_id3166460.4.help.text
+#. N%E(
+#: main0201.xhp
+msgctxt ""
+"main0201.xhp\n"
+"hd_id3166460\n"
+"4\n"
+"help.text"
msgid "<link href=\"text/shared/01/01020000.xhp\" name=\"Open File\">Open File</link>"
msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"Open File\">ფაილის გახსნა</link>"
-#: main0201.xhp#par_idN10661.help.text
+#. oMNu
+#: main0201.xhp
+msgctxt ""
+"main0201.xhp\n"
+"par_idN10661\n"
+"help.text"
msgid "<link href=\"text/shared/01/01070000.xhp\">Save As</link>"
msgstr "<link href=\"text/shared/01/01070000.xhp\">შენახვა როგორც</link>"
-#: main0201.xhp#par_idN10671.help.text
+#. 9HnH
+#: main0201.xhp
+msgctxt ""
+"main0201.xhp\n"
+"par_idN10671\n"
+"help.text"
msgid "<embedvar href=\"text/shared/01/01070000.xhp#speichernuntertext\"/>"
msgstr "<embedvar href=\"text/shared/01/01070000.xhp#speichernuntertext\"/>"
-#: main0201.xhp#par_idN106A5.help.text
+#. 9|4[
+#: main0201.xhp
+msgctxt ""
+"main0201.xhp\n"
+"par_idN106A5\n"
+"help.text"
msgid "<link href=\"text/shared/01/06010000.xhp\">Spellcheck</link>"
msgstr "<link href=\"text/shared/01/06010000.xhp\">მართლწერის შემოწმება</link>"
-#: main0201.xhp#par_idN106B5.help.text
+#. (mNB
+#: main0201.xhp
+msgctxt ""
+"main0201.xhp\n"
+"par_idN106B5\n"
+"help.text"
msgid "<ahelp hid=\".\">Checks the document or the current selection for spelling errors.</ahelp>"
msgstr "<ahelp hid=\".\">ამოწმებს დოკუმენტში ან მიმდინარე მონიშვნაში მართლწერის შეცდომებს.</ahelp>"
-#: main0201.xhp#par_idN1086E.help.text
+#. vvCN
+#: main0201.xhp
+msgctxt ""
+"main0201.xhp\n"
+"par_idN1086E\n"
+"help.text"
msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\">Insert Chart</link>"
msgstr ""
-#: main0201.xhp#par_id4964445.help.text
-msgctxt "main0201.xhp#par_id4964445.help.text"
+#. BITr
+#: main0201.xhp
+msgctxt ""
+"main0201.xhp\n"
+"par_id4964445\n"
+"help.text"
msgid "Creates a chart in the current document."
msgstr ""
-#: main0201.xhp#par_idN1088E.help.text
+#. $_$r
+#: main0201.xhp
+msgctxt ""
+"main0201.xhp\n"
+"par_idN1088E\n"
+"help.text"
msgid "<link href=\"text/scalc/01/12030100.xhp\">Sort Descending / Sort Ascending</link>"
msgstr "<link href=\"text/scalc/01/12030100.xhp\">კლებადობით დალაგება / ზრდადობით დალაგება</link>"
-#: main0201.xhp#par_idN108B1.help.text
+#. X#@(
+#: main0201.xhp
+msgctxt ""
+"main0201.xhp\n"
+"par_idN108B1\n"
+"help.text"
msgid "Sorts the selection from the highest to the lowest value, or from the lowest to the highest value using the column that contains the cursor."
msgstr "ახარისხებს მონიშნულს უმაღლესი სიდიდიდან უმდაბლეს სიდიდემდე, ან უმდაბლესი სიდიდიდან უმაღლეს სიდიდიემდე სვეტის გამოყენებით რომელიც მოიცავს კურსორს."
-#: main0201.xhp#par_idN108BE.help.text
-msgctxt "main0201.xhp#par_idN108BE.help.text"
+#. `*Yb
+#: main0201.xhp
+msgctxt ""
+"main0201.xhp\n"
+"par_idN108BE\n"
+"help.text"
msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\">Chart</link>"
msgstr ""
-#: main0201.xhp#par_idN108EA.help.text
-msgctxt "main0201.xhp#par_idN108EA.help.text"
+#. #-et
+#: main0201.xhp
+msgctxt ""
+"main0201.xhp\n"
+"par_idN108EA\n"
+"help.text"
msgid "Creates a chart in the current document."
msgstr ""
-#: main0201.xhp#par_idN108C1.help.text
+#. l@cA
+#: main0201.xhp
+msgctxt ""
+"main0201.xhp\n"
+"par_idN108C1\n"
+"help.text"
msgid "Spreadsheet"
msgstr "ელექტრონული ცხრილი"
-#: main0201.xhp#par_idN10901.help.text
+#. jsfC
+#: main0201.xhp
+msgctxt ""
+"main0201.xhp\n"
+"par_idN10901\n"
+"help.text"
msgid "<ahelp hid=\".\">Inserts a spreadsheet as an OLE object. Enter or paste data into the cells, then click outside the object to return to Impress.</ahelp>"
msgstr "<ahelp hid=\".\">სვავს ელექტრონულ ცხრილებს OLE ობიექტებად. შეიტანეთ ან ჩასვით მონაცემები უჯრებში, შემდეგ დააწკაპუნეთ ობიექტის გარეთ რათა დაბრუნდეთ Impress-ში.</ahelp>"
-#: main0201.xhp#par_idN108C4.help.text
+#. /LcG
+#: main0201.xhp
#, fuzzy
-msgctxt "main0201.xhp#par_idN108C4.help.text"
+msgctxt ""
+"main0201.xhp\n"
+"par_idN108C4\n"
+"help.text"
msgid "<link href=\"text/shared/02/01171200.xhp\" name=\"Display Grid\">Display Grid</link>"
msgstr "<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\">საკოორდინაციო ბადის გადაფარვა</link>"
-#: main0201.xhp#par_idN108D7.help.text
-msgctxt "main0201.xhp#par_idN108D7.help.text"
+#. !n,A
+#: main0201.xhp
+msgctxt ""
+"main0201.xhp\n"
+"par_idN108D7\n"
+"help.text"
msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\">Chart</link>"
msgstr ""
-#: main0201.xhp#par_idN10976.help.text
-msgctxt "main0201.xhp#par_idN10976.help.text"
+#. LW#|
+#: main0201.xhp
+msgctxt ""
+"main0201.xhp\n"
+"par_idN10976\n"
+"help.text"
msgid "Creates a chart in the current document."
msgstr ""
-#: main0201.xhp#par_idN107D8.help.text
+#. n\MF
+#: main0201.xhp
+msgctxt ""
+"main0201.xhp\n"
+"par_idN107D8\n"
+"help.text"
msgid "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">Icon</alt></image>"
msgstr "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">პიქტოგრამა</alt></image>"
-#: main0201.xhp#par_idN107F5.help.text
+#. #sa#
+#: main0201.xhp
+msgctxt ""
+"main0201.xhp\n"
+"par_idN107F5\n"
+"help.text"
msgid "Zoom"
msgstr "გადიდება"
-#: main0201.xhp#par_idN10818.help.text
-msgctxt "main0201.xhp#par_idN10818.help.text"
+#. 8^)u
+#: main0201.xhp
+msgctxt ""
+"main0201.xhp\n"
+"par_idN10818\n"
+"help.text"
msgid "What's this"
msgstr ""
-#: main0201.xhp#par_idN1081E.help.text
+#. tm._
+#: main0201.xhp
+msgctxt ""
+"main0201.xhp\n"
+"par_idN1081E\n"
+"help.text"
msgid "<ahelp hid=\".\">Enables extended help tips under the mouse pointer till the next click.</ahelp>"
msgstr "<ahelp hid=\".\"> იძლევა გაფართოებული დახმარების მინიშნებების საშუალებას მაუსის ისრით შემდეგ დაწკაპუნებამდე.</ahelp>"
-#: main0201.xhp#par_idN10855.help.text
+#. :a5a
+#: main0201.xhp
+msgctxt ""
+"main0201.xhp\n"
+"par_idN10855\n"
+"help.text"
msgid "<image id=\"img_id3174230\" src=\"cmd/sc_extendedhelp.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3174230\">icon</alt></image>"
msgstr "<image id=\"img_id3174230\" src=\"cmd/sc_extendedhelp.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3174230\">პიქტოგრამა</alt></image>"
-#: main0201.xhp#par_idN10873.help.text
-msgctxt "main0201.xhp#par_idN10873.help.text"
+#. }7lH
+#: main0201.xhp
+msgctxt ""
+"main0201.xhp\n"
+"par_idN10873\n"
+"help.text"
msgid "What's this"
msgstr ""
-#: main0213.xhp#tit.help.text
+#. 1-eZ
+#: main0800.xhp
+msgctxt ""
+"main0800.xhp\n"
+"tit\n"
+"help.text"
+msgid "$[officename] and the Internet"
+msgstr "$[officename]-ი და ინტერნეტი"
+
+#. XVmp
+#: main0800.xhp
+msgctxt ""
+"main0800.xhp\n"
+"hd_id3153089\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/main0800.xhp\" name=\"$[officename] and the Internet\">$[officename] and the Internet</link>"
+msgstr "<link href=\"text/shared/main0800.xhp\" name=\"$[officename] and the Internet\">$[officename] და ინტერნეტი</link>"
+
+#. PiL7
+#: main0800.xhp
+msgctxt ""
+"main0800.xhp\n"
+"par_id3155150\n"
+"2\n"
+"help.text"
+msgid "This section provides information on the subject of the Internet. An <link href=\"text/shared/00/00000002.xhp\" name=\"Internet glossary\">Internet glossary</link> explains the most important terms."
+msgstr "ეს სექცია უზრუნველყოფს ინტერნეტის თემის შესახებ ინფორმაციას<link href=\"text/shared/00/00000002.xhp\" name=\"Internet glossary\">ინტერნეტის ლექსიკონი</link> თარგმნის ყველაზე მნიშვნელოვან პირობებს."
+
+#. zv,`
+#: main0500.xhp
+msgctxt ""
+"main0500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Glossaries"
+msgstr "ლექსიკონები"
+
+#. n]66
+#: main0500.xhp
+msgctxt ""
+"main0500.xhp\n"
+"hd_id3156183\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/main0500.xhp\" name=\"Glossaries\">Glossaries</link>"
+msgstr "<link href=\"text/shared/main0500.xhp\" name=\"Glossaries\">ლექსიკონები</link>"
+
+#. -S53
+#: main0500.xhp
+msgctxt ""
+"main0500.xhp\n"
+"par_id3157898\n"
+"2\n"
+"help.text"
+msgid "This section provides a general glossary of technical terms used in $[officename], along with a list of Internet terms."
+msgstr "ეს განყოფილება უზრუნველყოფს $[officename]-ში გამოყენებულ ტექნიკური პირობების ზოგად ლექსიკონს, ინტერნეტის პირობების სიასთან ერთად."
+
+#. 1cke
+#: main0226.xhp
+msgctxt ""
+"main0226.xhp\n"
+"tit\n"
+"help.text"
+msgid "Form Design Toolbar"
+msgstr "ფორმის დიზაინის ხელსაწყოთა ზოლი"
+
+#. ~9Tl
+#: main0226.xhp
+msgctxt ""
+"main0226.xhp\n"
+"hd_id3148520\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/main0226.xhp\" name=\"Form Design Toolbar\">Form Design Toolbar</link>"
+msgstr "<link href=\"text/shared/main0226.xhp\" name=\"Form Design Toolbar\">ფორმის დიზაინის ხელსაწყოთა ზოლი</link>"
+
+#. (TK8
+#: main0226.xhp
+msgctxt ""
+"main0226.xhp\n"
+"par_id3155364\n"
+"2\n"
+"help.text"
+msgid "The Form Design toolbar becomes visible as soon as you select a form object when working in the design mode."
+msgstr "დიზაინის რეჟიმში მუშაობისას ფორმის დიზაინის ხელსაწყოთა ზოლი გამოჩნდება მაშინვე როგორც კი თქვენ მონიშნავთ ფორმის ობიექტს."
+
+#. 4u3m
+#: main0226.xhp
+msgctxt ""
+"main0226.xhp\n"
+"hd_id3163802\n"
+"8\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170400.xhp\" name=\"Add Field\">Add Field</link>"
+msgstr "<link href=\"text/shared/02/01170400.xhp\" name=\"Add Field\">ველის დამატება</link>"
+
+#. Ec^8
+#: main0226.xhp
+msgctxt ""
+"main0226.xhp\n"
+"hd_id3150669\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05290100.xhp\" name=\"Group\">Group</link>"
+msgstr "<link href=\"text/shared/01/05290100.xhp\" name=\"Group\">ჯგუფი</link>"
+
+#. #T)B
+#: main0226.xhp
+msgctxt ""
+"main0226.xhp\n"
+"hd_id3147335\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05290200.xhp\" name=\"Ungroup\">Ungroup</link>"
+msgstr "<link href=\"text/shared/01/05290200.xhp\" name=\"Ungroup\">განჯგუფება</link>"
+
+#. UjOt
+#: main0226.xhp
+#, fuzzy
+msgctxt ""
+"main0226.xhp\n"
+"hd_id3156024\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05290300.xhp\" name=\"Enter Group\">Enter Group</link>"
+msgstr "<link href=\"text/shared/01/05290400.xhp\" name=\"Exit Group\">ჯგუფის დატოვება</link>"
+
+#. BQ2c
+#: main0226.xhp
+msgctxt ""
+"main0226.xhp\n"
+"hd_id3149295\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05290400.xhp\" name=\"Exit Group\">Exit Group</link>"
+msgstr "<link href=\"text/shared/01/05290400.xhp\" name=\"Exit Group\">ჯგუფის დატოვება</link>"
+
+#. mtjb
+#: main0226.xhp
+#, fuzzy
+msgctxt ""
+"main0226.xhp\n"
+"hd_id3150398\n"
+"9\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01171200.xhp\" name=\"Display Grid\">Display Grid</link>"
+msgstr "<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\">საკოორდინაციო ბადის გადაფარვა</link>"
+
+#. [9jU
+#: main0226.xhp
+msgctxt ""
+"main0226.xhp\n"
+"hd_id3148798\n"
+"10\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\">Snap to Grid</link>"
+msgstr "<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\">საკოორდინაციო ბადის გადაფარვა</link>"
+
+#. g#H+
+#: main0226.xhp
+msgctxt ""
+"main0226.xhp\n"
+"par_id3145419\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GridUse\">Specifies that you can move objects only between grid points.</ahelp>"
+msgstr "<ahelp hid=\".uno:GridUse\">აკონკრეტებს იმას რომ თქვენ შეგიძლიათ ამოძრაოთ ობიექტები მხოლოდ საკოორდინაციო ბადის წერტილების შორის.</ahelp>"
+
+#. w?L0
+#: main0226.xhp
+#, fuzzy
+msgctxt ""
+"main0226.xhp\n"
+"hd_id3148920\n"
+"11\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01171400.xhp\" name=\"Helplines While Moving\">Helplines While Moving</link>"
+msgstr "<link href=\"text/shared/02/01171400.xhp\" name=\"Guides When Moving\">გიწევს მეგზურობას მოძრაობისას</link>"
+
+#. :B4A
+#: main0650.xhp
+msgctxt ""
+"main0650.xhp\n"
+"tit\n"
+"help.text"
+msgid "Java Platform Support"
+msgstr "Java პლატფორმის მხარდაჭერა"
+
+#. /TBI
+#: main0650.xhp
+msgctxt ""
+"main0650.xhp\n"
+"hd_id3153089\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/main0650.xhp\" name=\"Java Platform Support\">Java Platform Support</link>"
+msgstr "<link href=\"text/shared/main0650.xhp\" name=\"Java Platform Support\">Java პლატფორმის მხარდაჭერა</link>"
+
+#. ZmR?
+#: main0650.xhp
+msgctxt ""
+"main0650.xhp\n"
+"par_id3152363\n"
+"2\n"
+"help.text"
+msgid "$[officename] supports the Java platform for running applications and components based on the JavaBeans architecture."
+msgstr "$[officename]-ი მხარს უჭერს Java პლატფორმას javaBeans-ის არქიტექტურაზე დაფუძნებული პროგრამების, აპლეტებისა და კომპონენტების გაშვებაში."
+
+#. ,6wJ
+#: main0650.xhp
+msgctxt ""
+"main0650.xhp\n"
+"par_id3154751\n"
+"3\n"
+"help.text"
+msgid "For $[officename] to support the Java platform, you must install the Java 2 Runtime Environment software. When you installed $[officename], you automatically received the option to install these files if they were not yet installed. You can also install these files now if required."
+msgstr ""
+
+#. an[M
+#: main0650.xhp
+msgctxt ""
+"main0650.xhp\n"
+"par_id3155338\n"
+"4\n"
+"help.text"
+msgid "The Java platform support needs to be activated under $[officename] to run Java applications."
+msgstr "Java პლატფორმის მხარდაჭერას სჭირდება $[officename]-თი გააქტიურება რათა გაიშვას Java პროგრამები."
+
+#. GBG6
+#: main0650.xhp
+msgctxt ""
+"main0650.xhp\n"
+"par_id3155892\n"
+"5\n"
+"help.text"
+msgid "Activate Java platform support by choosing <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/java.xhp\" name=\"$[officename] - Java\">$[officename] - Java</link></emph>."
+msgstr ""
+
+#. =Po+
+#: main0650.xhp
+msgctxt ""
+"main0650.xhp\n"
+"par_id9116183\n"
+"help.text"
+msgid "Before you can use a JDBC driver, you need to add its class path. Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME- Java, and click the Class Path button. After you add the path information, restart %PRODUCTNAME."
+msgstr ""
+
+#. mwDg
+#: main0650.xhp
+msgctxt ""
+"main0650.xhp\n"
+"par_id3153822\n"
+"11\n"
+"help.text"
+msgid "Your modifications at the <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Java</emph> tab page will be used even if the Java Virtual Machine (JVM, a virtual machine for the Java platform) already has been started. After modifications to the ClassPath you must restart $[officename]. The same is true for modifications under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Internet - Proxy</emph>. Only the two boxes \"Http Proxy\" and \"Ftp Proxy\" and their ports don't require a restart, they will be evaluated when you click <emph>OK</emph>."
+msgstr ""
+
+#. J;Eo
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"tit\n"
+"help.text"
msgid "Form Navigation Bar"
msgstr "ფორმის ნავიგაციის ზოლი"
-#: main0213.xhp#bm_id3157896.help.text
+#. \?-r
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"bm_id3157896\n"
+"help.text"
msgid "<bookmark_value>toolbars; Form Navigation bar</bookmark_value><bookmark_value>Navigation bar;forms</bookmark_value><bookmark_value>sorting; data in forms</bookmark_value><bookmark_value>data; sorting in forms</bookmark_value><bookmark_value>forms;sorting data</bookmark_value>"
msgstr ""
-#: main0213.xhp#hd_id3157896.1.help.text
+#. aF[x
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3157896\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/shared/main0213.xhp\" name=\"Form Navigation Bar\">Form Navigation Bar</link>"
msgstr "<link href=\"text/shared/main0213.xhp\" name=\"Form Navigation Bar\">ფორმის ნავიგაციის ზოლი</link>"
-#: main0213.xhp#par_id3154751.2.help.text
+#. igMu
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"par_id3154751\n"
+"2\n"
+"help.text"
msgid "The <emph>Form Navigation</emph> bar contains icons to edit a database table or to control the data view. The bar is displayed at the bottom of a document that contains fields that are linked to a database."
msgstr "<emph>ფორმის ნავიგაციის</emph> ზოლი შეიცავს ხატულებს მონაცემთა ბაზის ცხრილების რედაქტირებისათვის ან მონაცემთა ხედის კონტროლირებისათვის.ეს ზოლი ნაჩვენებია დოკუმენტის ქვემოთ რომელიც შეიცავს მონაცემთა ბაზის მსგავს ველებს."
-#: main0213.xhp#par_id3157958.27.help.text
+#. f{`Q
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"par_id3157958\n"
+"27\n"
+"help.text"
msgid "You can use the <emph>Form Navigation</emph> bar to move within records as well as to insert and to delete records. If data is saved in a form, the changes are transferred to the database. The <emph>Form Navigation</emph> bar also contains sort, filter, and search functions for data records."
msgstr "თქვენ შეგიძლიათ გამოიყენოთ <emph>ფორმის ნავიგაციის</emph> ზოლი ჩანაწერის ფარგლებში გადაადგილების განსახორციელებლად, ასევე ჩანაწერის ჩასასმელად და წასაშლელად. თუ მონაცემები ფორმაშია დამახსოვრებული, ცვლილებები გადაიტანება მონაცემთა ბაზაში. <emph>ფორმის ნავიგაციის</emph> ზოლი ასევე მოიცავს მონაცემთა ჩანაწერებისათვის სორტირების, ფილტრაციის, და საძიებო ფუქციებს."
-#: main0213.xhp#par_idN10717.help.text
+#. #6f8
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"par_idN10717\n"
+"help.text"
msgid "You can use the Navigation bar icon on the <link href=\"text/shared/02/01170000.xhp\">More Controls </link> bar to add a Navigation bar to a form."
msgstr "თქვენ შეგიძლიათ გამოიყენოთ ნავიგაციის ზოლის ხატულა <link href=\"text/shared/02/01170000.xhp\">მეტი მართვების </link> ზოლზე რათა ფორმას დაუმატოთ ნავიგაციის ზოლი."
-#: main0213.xhp#par_id3157910.3.help.text
+#. zU%]
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"par_id3157910\n"
+"3\n"
+"help.text"
msgid "The Navigation bar is only visible for forms connected to a database. In the <link href=\"text/shared/explorer/database/04030000.xhp\" name=\"Design view\">Design view</link> of a form, the Navigation bar is not available. See also <link href=\"text/shared/main0212.xhp\" name=\"Database Bar\">Table Data bar</link>."
msgstr "ნავიგაციის ზოლი ხილვადია მონაცემთა ბაზასთან დაკავშირებულ ფორმებთან.<link href=\"text/shared/explorer/database/04030000.xhp\" name=\"Design view\">ფორმის</link> დიზაინის ხედში, ნავიგაციის ზოლი ხელმიუწვდომელია. აგრეთვე იხილეთ <link href=\"text/shared/main0212.xhp\" name=\"Database Bar\">მონაცემთა ცხრილის ზოლი</link>."
-#: main0213.xhp#par_id3153880.22.help.text
+#. 4{%B
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"par_id3153880\n"
+"22\n"
+"help.text"
msgid "You can control the view of data with the sorting and filtering functions. Original tables are not changed."
-msgstr "თქვენ შეგიძლიათ აკონტროლოთ მონაცემთა ხედი ფილტრაციისა და დახარისხების ფუნქციებით. საწყისი ცხრილი არ შეცვლილა. "
-
-#: main0213.xhp#par_id3153062.23.help.text
+msgstr "თქვენ შეგიძლიათ აკონტროლოთ მონაცემთა ხედი ფილტრაციისა და დახარისხების ფუნქციებით. საწყისი ცხრილი არ შეცვლილა."
+
+#. %3V$
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"par_id3153062\n"
+"23\n"
+"help.text"
msgid "The current sort order or filter is saved with the current document. If a filter is set, the <emph>Apply Filter</emph> icon on the <emph>Navigation</emph> bar is activated. Sorting and filtering features in the document can also be configured in the <emph>Form Properties</emph> dialog. (Choose <emph>Form Properties - Data</emph> - properties <link href=\"text/shared/02/01170203.xhp\" name=\"Sort\"><emph>Sort</emph></link> and <link href=\"text/shared/02/01170203.xhp\" name=\"Filter\"><emph>Filter</emph></link>)."
msgstr ""
-#: main0213.xhp#par_id3149810.24.help.text
+#. lgDq
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"par_id3149810\n"
+"24\n"
+"help.text"
msgid "If an SQL statement is the basis for a form (see <emph>Form Properties</emph> - tab <emph>Data</emph> - <link href=\"text/shared/02/01170203.xhp\" name=\"Data Source\"><emph>Data Source</emph></link>), then the filter and sort functions are only available when the SQL statement refers to only one table and is not written in the native SQL mode."
msgstr "თუ SQL--ის ბრძანება არის ფორმის საფუძველი (იხილეთ <emph>ფორმის თვისებები</emph> - ტაბი <emph>მონაცემები</emph> - <link href=\"text/shared/02/01170203.xhp\" name=\"Data Source\"><emph>მონაცემთა რესურსი</emph></link>), მაშინ ფილტრისა და სორტირების ფუნქციები მხოლოდ მაშინაა ხელმისაწვდომი როდესაც SQL-ის ბრძანება მიმართულია მხოლოდ ერთ ცხრილზე და არ არის ჩაწერილი საკუთარ SQL რეჯიმში."
-#: main0213.xhp#hd_id3153192.4.help.text
+#. ;0g9
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3153192\n"
+"4\n"
+"help.text"
msgid "Absolute Record"
msgstr "აბსოლუტური ჩანაწერი"
-#: main0213.xhp#par_id3146922.5.help.text
+#. U?}9
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"par_id3146922\n"
+"5\n"
+"help.text"
msgid "<ahelp hid=\".uno:AbsoluteRecord\">Shows the number of the current record. Enter a number to go to the corresponding record.</ahelp>"
msgstr "<ahelp hid=\".uno:AbsoluteRecord\">აჩვენებს მიმდინარე ჩანაწერის ნომერს. შეიყვანეთ ციფრი შესაბამის ჩანაწერთან მისასვლელად.</ahelp>"
-#: main0213.xhp#hd_id3153573.6.help.text
+#. n,-:
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3153573\n"
+"6\n"
+"help.text"
msgid "First Record"
msgstr "პირველი ჩანაწერი"
-#: main0213.xhp#par_id3154013.help.text
+#. \y)Y
+#: main0213.xhp
#, fuzzy
+msgctxt ""
+"main0213.xhp\n"
+"par_id3154013\n"
+"help.text"
msgid "<image id=\"img_id3150010\" src=\"cmd/sc_firstrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150010\">Icon</alt></image>"
msgstr "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">პიქტოგრამა</alt></image>"
-#: main0213.xhp#par_id3155308.7.help.text
+#. Ld5-
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"par_id3155308\n"
+"7\n"
+"help.text"
msgid "<ahelp hid=\".uno:FirstRecord\">Takes you to the first record.</ahelp>"
msgstr "<ahelp hid=\".uno:FirstRecord\">გადაგიყვანს პირველ ჩანაწერზე.</ahelp>"
-#: main0213.xhp#hd_id3154792.8.help.text
+#. *_Rh
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3154792\n"
+"8\n"
+"help.text"
msgid "Previous Record"
msgstr "წინა ჩანაწერი"
-#: main0213.xhp#par_id3145647.help.text
+#. fp?e
+#: main0213.xhp
#, fuzzy
+msgctxt ""
+"main0213.xhp\n"
+"par_id3145647\n"
+"help.text"
msgid "<image id=\"img_id3147394\" src=\"cmd/sc_prevrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147394\">Icon</alt></image>"
msgstr "<image id=\"img_id3174230\" src=\"cmd/sc_extendedhelp.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3174230\">პიქტოგრამა</alt></image>"
-#: main0213.xhp#par_id3157846.9.help.text
+#. 6NXw
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"par_id3157846\n"
+"9\n"
+"help.text"
msgid "<ahelp hid=\".uno:PrevRecord\">Takes you to the previous record.</ahelp>"
msgstr "<ahelp hid=\".uno:PrevRecord\">გადაგიყვანთ წინა ჩანაწერზე.</ahelp>"
-#: main0213.xhp#hd_id3149121.10.help.text
+#. E)n9
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3149121\n"
+"10\n"
+"help.text"
msgid "Next Record"
msgstr "შემდეგი ჩანაწერი"
-#: main0213.xhp#par_id3146913.help.text
+#. G98P
+#: main0213.xhp
#, fuzzy
+msgctxt ""
+"main0213.xhp\n"
+"par_id3146913\n"
+"help.text"
msgid "<image id=\"img_id3150753\" src=\"cmd/sc_nextrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150753\">Icon</alt></image>"
msgstr "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">პიქტოგრამა</alt></image>"
-#: main0213.xhp#par_id3148914.11.help.text
+#. azps
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"par_id3148914\n"
+"11\n"
+"help.text"
msgid "<ahelp hid=\".uno:NextRecord\">Takes you to the next record.</ahelp>"
msgstr "<ahelp hid=\".uno:NextRecord\">გადაგიყვანთ შემდეგ ჩანაწერზე.</ahelp>"
-#: main0213.xhp#hd_id3148997.12.help.text
+#. _d~[
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3148997\n"
+"12\n"
+"help.text"
msgid "Last Record"
msgstr "ბოლო ჩანაწერი"
-#: main0213.xhp#par_id3155337.help.text
+#. 6gaB
+#: main0213.xhp
#, fuzzy
+msgctxt ""
+"main0213.xhp\n"
+"par_id3155337\n"
+"help.text"
msgid "<image id=\"img_id3163808\" src=\"cmd/sc_lastrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163808\">Icon</alt></image>"
msgstr "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">პიქტოგრამა</alt></image>"
-#: main0213.xhp#par_id3151248.13.help.text
+#. iS;]
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"par_id3151248\n"
+"13\n"
+"help.text"
msgid "<ahelp hid=\".uno:LastRecord\">Takes you to the last record.</ahelp>"
msgstr "<ahelp hid=\".uno:LastRecord\">გადაგიყვანთ ბოლო ჩანაწერზე.</ahelp>"
-#: main0213.xhp#hd_id3145231.14.help.text
-msgctxt "main0213.xhp#hd_id3145231.14.help.text"
+#. Gfh$
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3145231\n"
+"14\n"
+"help.text"
msgid "Save Record"
msgstr ""
-#: main0213.xhp#par_id3150647.help.text
+#. RbZ$
+#: main0213.xhp
#, fuzzy
+msgctxt ""
+"main0213.xhp\n"
+"par_id3150647\n"
+"help.text"
msgid "<image id=\"img_id3150941\" src=\"cmd/sc_recsave.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150941\">Icon</alt></image>"
msgstr "<image id=\"img_id3153896\" src=\"cmd/sc_recsave.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153896\">პიქტოგრამა</alt></image>"
-#: main0213.xhp#par_id3146808.15.help.text
+#. r~ks
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"par_id3146808\n"
+"15\n"
+"help.text"
msgid "<ahelp hid=\".uno:RecSave\">Saves a new data entry. The change is registered in the database.</ahelp>"
msgstr "<ahelp hid=\".uno:RecSave\">იმახსოვრებს ახალ მონაცემთა ჩანაწერს.ცვლილება რეგისტრირებულია მონაცემთა ბაზაში.</ahelp>"
-#: main0213.xhp#hd_id3158446.16.help.text
+#. v138
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3158446\n"
+"16\n"
+"help.text"
msgid "Undo: Data entry"
msgstr "უკუსვლა: მონაცემთა ჩანაწერი"
-#: main0213.xhp#par_id3166423.help.text
+#. )*`:
+#: main0213.xhp
#, fuzzy
+msgctxt ""
+"main0213.xhp\n"
+"par_id3166423\n"
+"help.text"
msgid "<image id=\"img_id3156138\" src=\"cmd/sc_recundo.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156138\">Icon</alt></image>"
msgstr "<image id=\"img_id3154123\" src=\"cmd/sc_recundo.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154123\">პიქტოგრამა</alt></image>"
-#: main0213.xhp#par_id3151276.17.help.text
+#. VDRJ
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"par_id3151276\n"
+"17\n"
+"help.text"
msgid "<ahelp hid=\".uno:RecUndo\">Allows you to undo a data entry.</ahelp>"
msgstr ""
-#: main0213.xhp#hd_id3149967.18.help.text
+#. S9NN
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3149967\n"
+"18\n"
+"help.text"
msgid "New Record"
msgstr "ახალი ჩანაწერი"
-#: main0213.xhp#par_id3149735.help.text
+#. aXN1
+#: main0213.xhp
#, fuzzy
+msgctxt ""
+"main0213.xhp\n"
+"par_id3149735\n"
+"help.text"
msgid "<image id=\"img_id3155578\" src=\"cmd/sc_newrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155578\">Icon</alt></image>"
msgstr "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">პიქტოგრამა</alt></image>"
-#: main0213.xhp#par_id3148460.19.help.text
+#. g5@3
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"par_id3148460\n"
+"19\n"
+"help.text"
msgid "<ahelp hid=\".uno:NewRecord\">Creates a new record.</ahelp>"
msgstr "<ahelp hid=\".uno:NewRecord\">ქმნის ახალ ჩანაწერს.</ahelp>"
-#: main0213.xhp#hd_id3153659.20.help.text
+#. #qb-
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3153659\n"
+"20\n"
+"help.text"
msgid "Delete Record"
msgstr "ჩანაწერის წაშლა"
-#: main0213.xhp#par_id3145584.help.text
+#. ]2{{
+#: main0213.xhp
#, fuzzy
+msgctxt ""
+"main0213.xhp\n"
+"par_id3145584\n"
+"help.text"
msgid "<image id=\"img_id3166434\" src=\"cmd/sc_deleterecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3166434\">Icon</alt></image>"
msgstr "<image id=\"img_id3174230\" src=\"cmd/sc_extendedhelp.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3174230\">პიქტოგრამა</alt></image>"
-#: main0213.xhp#par_id3148817.21.help.text
+#. `_NZ
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"par_id3148817\n"
+"21\n"
+"help.text"
msgid "<ahelp hid=\".uno:DeleteRecord\">Deletes a record. A query needs to be confirmed before deleting.</ahelp>"
msgstr "<ahelp hid=\".uno:DeleteRecord\">შლის ჩანაწერს. მოთხოვნა წაშლამდე საჭიროებს დადასწტურებას.</ahelp>"
-#: main0213.xhp#hd_id3156448.25.help.text
+#. +ve[
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3156448\n"
+"25\n"
+"help.text"
msgid "<link href=\"text/shared/02/12100200.xhp\" name=\"Find Record\">Find Record</link>"
msgstr "<link href=\"text/shared/02/12100200.xhp\" name=\"Find Record\">ჩანაწერის პოვნა</link>"
-#: main0213.xhp#hd_id3148599.26.help.text
+#. O~lV
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3148599\n"
+"26\n"
+"help.text"
msgid "<link href=\"text/shared/02/12100100.xhp\" name=\"Sort\">Sort</link>"
msgstr "<link href=\"text/shared/02/12100100.xhp\" name=\"Sort\">სორტირება</link>"
-#: main0800.xhp#tit.help.text
-msgid "$[officename] and the Internet"
-msgstr "$[officename]-ი და ინტერნეტი"
-
-#: main0800.xhp#hd_id3153089.1.help.text
-msgid "<link href=\"text/shared/main0800.xhp\" name=\"$[officename] and the Internet\">$[officename] and the Internet</link>"
-msgstr "<link href=\"text/shared/main0800.xhp\" name=\"$[officename] and the Internet\">$[officename] და ინტერნეტი</link>"
-
-#: main0800.xhp#par_id3155150.2.help.text
-msgid "This section provides information on the subject of the Internet. An <link href=\"text/shared/00/00000002.xhp\" name=\"Internet glossary\">Internet glossary</link> explains the most important terms."
-msgstr "ეს სექცია უზრუნველყოფს ინტერნეტის თემის შესახებ ინფორმაციას<link href=\"text/shared/00/00000002.xhp\" name=\"Internet glossary\">ინტერნეტის ლექსიკონი</link> თარგმნის ყველაზე მნიშვნელოვან პირობებს."
-
-#: main0400.xhp#tit.help.text
-msgid "Shortcut Keys"
-msgstr "მალსახმობი კლავიში"
-
-#: main0400.xhp#hd_id3149495.1.help.text
-msgid "<link href=\"text/shared/main0400.xhp\" name=\"Shortcut Keys\">Shortcut Keys</link>"
-msgstr "<link href=\"text/shared/main0400.xhp\" name=\"Shortcut Keys\">მალსახმობი კლავიში</link>"
-
-#: main0400.xhp#par_id3150040.2.help.text
-msgid "This section contains descriptions of frequently used shortcut keys in $[officename]."
-msgstr "ეს განყოფილება მოიცავს ხშირად გამოყენებად მალსახმობი კლავიშის განმარტებებს $[officename]-ში."
-
-#: main0108.xhp#tit.help.text
+#. h!2r
+#: main0108.xhp
+msgctxt ""
+"main0108.xhp\n"
+"tit\n"
+"help.text"
msgid "Help"
msgstr "დახმარება"
-#: main0108.xhp#hd_id3155364.1.help.text
+#. ;?iB
+#: main0108.xhp
+msgctxt ""
+"main0108.xhp\n"
+"hd_id3155364\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/shared/main0108.xhp\" name=\"Help\">Help</link>"
msgstr "<link href=\"text/shared/main0108.xhp\" name=\"Help\">დახმარება</link>"
-#: main0108.xhp#par_id3153990.2.help.text
+#. pN4X
+#: main0108.xhp
+msgctxt ""
+"main0108.xhp\n"
+"par_id3153990\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\".uno:HelpMenu\">The Help menu allows you to start and control the $[officename] Help system.</ahelp>"
msgstr "<ahelp hid=\".uno:HelpMenu\">დახმარების მენიუ საშუალებას გაძლევთ დაიწყოთ და გააკონტროლოთ $[officename]-ის დახმარების სისტემა.</ahelp>"
-#: main0108.xhp#hd_id3147399.5.help.text
+#. F0F@
+#: main0108.xhp
+msgctxt ""
+"main0108.xhp\n"
+"hd_id3147399\n"
+"5\n"
+"help.text"
msgid "$[officename] Help"
msgstr "$[officename]-ის დახმარება"
-#: main0108.xhp#par_id3147576.6.help.text
+#. $J:)
+#: main0108.xhp
+msgctxt ""
+"main0108.xhp\n"
+"par_id3147576\n"
+"6\n"
+"help.text"
msgid "<ahelp hid=\".uno:HelpIndex\">Opens the main page of the $[officename] Help for the current application.</ahelp> You can scroll through the Help pages and you can search for index terms or any text."
msgstr "<ahelp hid=\".uno:HelpIndex\">აღებს $[officename]-ის დახმარების მთავარ გვერდს მიმდინარე პროგრამაში.</ahelp> თქვენ შეგიძლიათ გადაადგილდეთ დახმარების ფურცლებზე და მოძებნოთ ინდექსის პირობები ან ნებისმიერი ტექსტი."
-#: main0108.xhp#par_idN1064A.help.text
+#. \%#_
+#: main0108.xhp
+msgctxt ""
+"main0108.xhp\n"
+"par_idN1064A\n"
+"help.text"
msgid "<image id=\"img_id1619006\" src=\"cmd/sc_helpindex.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id1619006\">icon</alt></image>"
msgstr "<image id=\"img_id1619006\" src=\"cmd/sc_helpindex.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id1619006\">ხატულა</alt></image>"
-#: main0108.xhp#par_idN10667.help.text
+#. T*=/
+#: main0108.xhp
+msgctxt ""
+"main0108.xhp\n"
+"par_idN10667\n"
+"help.text"
msgid "%PRODUCTNAME Help"
msgstr "%PRODUCTNAME დახმარება"
-#: main0108.xhp#hd_id4153881.7.help.text
+#. {Q:Q
+#: main0108.xhp
+msgctxt ""
+"main0108.xhp\n"
+"hd_id4153881\n"
+"7\n"
+"help.text"
msgid "License Information"
msgstr ""
-#: main0108.xhp#par_id4144510.8.help.text
+#. v;]H
+#: main0108.xhp
+msgctxt ""
+"main0108.xhp\n"
+"par_id4144510\n"
+"8\n"
+"help.text"
msgid "<ahelp hid=\".uno:ShowLicense\">Displays the Licensing and Legal information dialog.</ahelp>"
msgstr ""
-#: main0108.xhp#hd_id5153881.7.help.text
+#. PCM-
+#: main0108.xhp
+msgctxt ""
+"main0108.xhp\n"
+"hd_id5153881\n"
+"7\n"
+"help.text"
msgid "%PRODUCTNAME Credits"
msgstr ""
-#: main0108.xhp#par_id5144510.8.help.text
+#. _Oy*
+#: main0108.xhp
+msgctxt ""
+"main0108.xhp\n"
+"par_id5144510\n"
+"8\n"
+"help.text"
msgid "<ahelp hid=\".uno:ShowLicense\">Displays the CREDITS.odt document which lists the names of individuals who have contributed to OpenOffice.org source code (and whose contributions were imported into LibreOffice) or LibreOffice since 2010-09-28.</ahelp>"
msgstr ""
-#: main0108.xhp#hd_id3153881.7.help.text
+#. Apn}
+#: main0108.xhp
+msgctxt ""
+"main0108.xhp\n"
+"hd_id3153881\n"
+"7\n"
+"help.text"
msgid "About $[officename]"
msgstr "$[officename]-ის შესახებ"
-#: main0108.xhp#par_id3144510.8.help.text
+#. t/lg
+#: main0108.xhp
+msgctxt ""
+"main0108.xhp\n"
+"par_id3144510\n"
+"8\n"
+"help.text"
msgid "<ahelp hid=\".uno:About\">Displays general program information such as version number and copyrights.</ahelp>"
msgstr "<ahelp hid=\".uno:About\">აჩვენებს ზოგადი პროგრამის ინფორმაციას როგორიცაა ვერსიის ნომერი და საავტორო უფლებები.</ahelp>"
-#: main0600.xhp#tit.help.text
-msgid "Programming $[officename]"
-msgstr "პროგრამირება $[officename]"
+#. ?t9b
+#: main0400.xhp
+msgctxt ""
+"main0400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Shortcut Keys"
+msgstr "მალსახმობი კლავიში"
-#: main0600.xhp#bm_id3154232.help.text
-msgid "<bookmark_value>programming;$[officename]</bookmark_value><bookmark_value>Basic;programming</bookmark_value>"
-msgstr "<bookmark_value>პროგრამირება;$[officename]</bookmark_value><bookmark_value>Basic;პროგრამირება</bookmark_value>"
+#. 2HTv
+#: main0400.xhp
+msgctxt ""
+"main0400.xhp\n"
+"hd_id3149495\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/main0400.xhp\" name=\"Shortcut Keys\">Shortcut Keys</link>"
+msgstr "<link href=\"text/shared/main0400.xhp\" name=\"Shortcut Keys\">მალსახმობი კლავიში</link>"
-#: main0600.xhp#hd_id3154232.1.help.text
-msgid "<variable id=\"programming\"><link href=\"text/shared/main0600.xhp\" name=\"Programming $[officename]\">Programming $[officename]</link></variable>"
-msgstr "<variable id=\"programming\"><link href=\"text/shared/main0600.xhp\" name=\"Programming $[officename]\">პროგრამირება $[officename]</link></variable>"
+#. q=`H
+#: main0400.xhp
+msgctxt ""
+"main0400.xhp\n"
+"par_id3150040\n"
+"2\n"
+"help.text"
+msgid "This section contains descriptions of frequently used shortcut keys in $[officename]."
+msgstr "ეს განყოფილება მოიცავს ხშირად გამოყენებად მალსახმობი კლავიშის განმარტებებს $[officename]-ში."
-#: main0600.xhp#par_id3149760.2.help.text
-msgid "<variable id=\"basic\">$[officename] can be controlled by using the $[officename] API. </variable>"
-msgstr "<variable id=\"basic\">$[officename]-ი შეიძლება გაკონტროლდეს$[officename] API.-ის გამოყენებით </variable>"
+#. $R5z
+#: main0204.xhp
+msgctxt ""
+"main0204.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table Bar"
+msgstr "ცხრილის ზოლი"
-#: main0600.xhp#par_id3151111.12.help.text
-msgid "$[officename] provides an Application Programming Interface (API) that enables you to control $[officename] components by using various programming languages. A $[officename] Software Development Kit is available for the programming interface."
-msgstr "$[officename]-ი უზრუნველყოფს აპლიკაციის პროგრამირების ინტერფეისს(API) რომელიც შესაძლებლობას მოგცემთ გააკონტროლოთ $[officename]-ის კომპონენტები პროგრამირების სხვადასხვა ენების გამოყენებით $[officename] პროგრამის განვითარების კომპლექტი არის ხელმისაწვდომი პროგრამირების ინტერფეისისათვის."
+#. 8;B{
+#: main0204.xhp
+#, fuzzy
+msgctxt ""
+"main0204.xhp\n"
+"hd_id3145587\n"
+"help.text"
+msgid "<link href=\"text/shared/main0204.xhp\" name=\"Table Bar\">Table Bar</link>"
+msgstr "<link href=\"text/swriter/main0204.xhp\" name=\"Table Bar\">ცხრილის ზოლი</link>"
-#: main0600.xhp#par_id3156346.15.help.text
-msgid "For more information about $[officename] API reference, please visit http://api.libreoffice.org/"
+#. dLwY
+#: main0204.xhp
+#, fuzzy
+msgctxt ""
+"main0204.xhp\n"
+"par_id3154252\n"
+"help.text"
+msgid "<ahelp hid=\".\">The <emph>Table</emph> Bar contains functions you need when working with tables. It appears when you move the cursor into a table.</ahelp>"
+msgstr "<ahelp hid=\"HID_TABLE_TOOLBOX\">The <emph>Table </emph>ზოლი შეიცავს ცხრილებთან მუშაობისთვის საჭირო ფუნქციებს. ის ჩნდება როდესაც კურსორს დააყენებთ ცხრილზე.</ahelp>"
+
+#. TW{!
+#: main0204.xhp
+msgctxt ""
+"main0204.xhp\n"
+"hd_id319945759\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Area Style / Filling</link>"
+msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">არეს სტილი /შევსება</link>"
+
+#. 8(.6
+#: main0204.xhp
+msgctxt ""
+"main0204.xhp\n"
+"hd_id3147592\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05100100.xhp\" name=\"Merge Cells\">Merge Cells</link>"
msgstr ""
-#: main0600.xhp#par_id3153825.13.help.text
-msgid "Macros created with $[officename] Basic based on the old programming interface will no longer be supported by the current version."
-msgstr "$[officename] Basic-ით შექმნილი Macros-ი დაფუძნებული ძველ პროგრამირების ინტერფეისზე მიმდინარე ვერსიით აღარ იქნება მხარდაჭერილი."
+#. -Jc9
+#: main0204.xhp
+msgctxt ""
+"main0204.xhp\n"
+"hd_id3147820\n"
+"9\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05110500.xhp\" name=\"Delete Row\">Delete Row</link>"
+msgstr "<link href=\"text/swriter/01/05110500.xhp\" name=\"Delete Row\">რიგის წაშლა</link>"
-#: main0600.xhp#par_id3149795.14.help.text
-msgid "For more information on $[officename] Basic, select \"$[officename] Basic\" in the list box."
+#. qpTH
+#: main0204.xhp
+msgctxt ""
+"main0204.xhp\n"
+"hd_id3147231\n"
+"10\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05120500.xhp\" name=\"Delete Column\">Delete Column</link>"
+msgstr "<link href=\"text/swriter/01/05120500.xhp\" name=\"Delete Column\">სვეტის წაშლა</link>"
+
+#. )\QU
+#: main0204.xhp
+#, fuzzy
+msgctxt ""
+"main0204.xhp\n"
+"hd_id3134447820\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/taskpanel.xhp\" name=\"Table Design\">Table Design</link>"
+msgstr "<link href=\"text/shared/explorer/database/05010000.xhp\" name=\"Table Design\">ცხრილის დიზაინი</link>"
+
+#. /Ls8
+#: main0204.xhp
+msgctxt ""
+"main0204.xhp\n"
+"par_id16200812240344\n"
+"help.text"
+msgid "Opens the Table Design. Double-click a preview to insert a new table."
+msgstr ""
+
+#. Mg=?
+#: main0204.xhp
+#, fuzzy
+msgctxt ""
+"main0204.xhp\n"
+"hd_id947820\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/05090000m.xhp\" name=\"Table Properties\">Table Properties</link>"
+msgstr "<link href=\"text/swriter/01/05080000.xhp\" name=\"ობიექტის პარამეტრები\">ობიექტის პარამეტრები</link>"
+
+#. Bo!-
+#: fontwork_toolbar.xhp
+msgctxt ""
+"fontwork_toolbar.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fontwork"
+msgstr "Fontwork"
+
+#. hD;[
+#: fontwork_toolbar.xhp
+msgctxt ""
+"fontwork_toolbar.xhp\n"
+"par_idN1055A\n"
+"help.text"
+msgid "<link href=\"text/shared/fontwork_toolbar.xhp\">Fontwork</link>"
+msgstr "<link href=\"text/shared/fontwork_toolbar.xhp\">Fontwork</link>"
+
+#. }+Sr
+#: fontwork_toolbar.xhp
+msgctxt ""
+"fontwork_toolbar.xhp\n"
+"par_idN1056A\n"
+"help.text"
+msgid "The Fontwork toolbar opens when you select a Fontwork object."
+msgstr "The Fontwork-ის ხელსაწყოს ზოლი გაიღება როდესაც თქვენ მონიშნავთ Fontwork-ის ობიექტს"
+
+#. QVSQ
+#: fontwork_toolbar.xhp
+msgctxt ""
+"fontwork_toolbar.xhp\n"
+"par_idN1056D\n"
+"help.text"
+msgid "Fontwork Gallery"
+msgstr "Fontwork-ის გალერეა"
+
+#. WsDm
+#: fontwork_toolbar.xhp
+msgctxt ""
+"fontwork_toolbar.xhp\n"
+"par_idN10571\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Fontwork Gallery where you can select another preview. Click OK to apply the new set of properties to your Fontwork object.</ahelp>"
+msgstr ""
+
+#. F;fb
+#: fontwork_toolbar.xhp
+msgctxt ""
+"fontwork_toolbar.xhp\n"
+"par_idN10588\n"
+"help.text"
+msgid "Fontwork Shape"
+msgstr "Fontwork-ის ფორმა"
+
+#. ^wl(
+#: fontwork_toolbar.xhp
+msgctxt ""
+"fontwork_toolbar.xhp\n"
+"par_idN1058C\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Fontwork Shape toolbar. Click a shape to apply the shape to all selected Fontwork objects.</ahelp>"
+msgstr ""
+
+#. )xt4
+#: fontwork_toolbar.xhp
+msgctxt ""
+"fontwork_toolbar.xhp\n"
+"par_idN105A6\n"
+"help.text"
+msgid "Fontwork Same Letter Heights"
+msgstr "Fontwork-ის მსგავსი ასოების სიმაღლე"
+
+#. i$Sa
+#: fontwork_toolbar.xhp
+msgctxt ""
+"fontwork_toolbar.xhp\n"
+"par_idN105AA\n"
+"help.text"
+msgid "<ahelp hid=\".\">Switches the letter height of the selected Fontwork objects from normal to the same height for all objects.</ahelp>"
+msgstr ""
+
+#. Wwjw
+#: fontwork_toolbar.xhp
+msgctxt ""
+"fontwork_toolbar.xhp\n"
+"par_idN105C1\n"
+"help.text"
+msgid "Fontwork Alignment"
+msgstr "Fontwork-ის სწორება"
+
+#. ynbC
+#: fontwork_toolbar.xhp
+msgctxt ""
+"fontwork_toolbar.xhp\n"
+"par_idN105C5\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Fontwork Alignment window.</ahelp>"
+msgstr "<ahelp hid=\".\">აღებს Fontwork -ის სწორების ფანჯარას.</ahelp>"
+
+#. .w-v
+#: fontwork_toolbar.xhp
+msgctxt ""
+"fontwork_toolbar.xhp\n"
+"par_idN105DC\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click to apply the alignment to the selected Fontwork objects.</ahelp>"
+msgstr "<ahelp hid=\".\">დააწკაპუნეთ მონიშნული Fontwork-ის ობიექტების სწორების გასააქტიურებლად.</ahelp>"
+
+#. .TkH
+#: fontwork_toolbar.xhp
+msgctxt ""
+"fontwork_toolbar.xhp\n"
+"par_idN105F3\n"
+"help.text"
+msgid "Fontwork Character Spacing"
+msgstr "Fontwork-ის სიმბოლოთა დაშორება"
+
+#. 4ZF.
+#: fontwork_toolbar.xhp
+msgctxt ""
+"fontwork_toolbar.xhp\n"
+"par_idN105F7\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Fontwork Character Spacing window.</ahelp>"
+msgstr "<ahelp hid=\".\">აღებს Fontwork-ის სიმბოლოთა დაშორების ფანჯარას.</ahelp>"
+
+#. lk:H
+#: fontwork_toolbar.xhp
+msgctxt ""
+"fontwork_toolbar.xhp\n"
+"par_idN1060E\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click to apply the character spacing to the selected Fontwork objects.</ahelp>"
+msgstr "<ahelp hid=\".\">დააწკაპუნეთ მონიშნული Fontwork-ის ობიექტების სიმბოლოთა დაშორების გასააქტიურებლად.</ahelp>"
+
+#. If/-
+#: fontwork_toolbar.xhp
+msgctxt ""
+"fontwork_toolbar.xhp\n"
+"par_idN1061D\n"
+"help.text"
+msgid "Custom"
+msgstr "ინდივიდუალური"
+
+#. Rp.1
+#: fontwork_toolbar.xhp
+msgctxt ""
+"fontwork_toolbar.xhp\n"
+"par_idN10621\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Fontwork Character Spacing dialog where you can enter a new character spacing value.</ahelp>"
+msgstr "<ahelp hid=\".\">აღებს Fontwork-ის სიმბოლოთა დაშორების დიალოგს იქ სადაც თქვენ შეგიძლიათ შეიყვანოთ ახალი სიმბოლოების მნიშვნელობა.</ahelp>"
+
+#. O9M`
+#: fontwork_toolbar.xhp
+msgctxt ""
+"fontwork_toolbar.xhp\n"
+"par_idN10638\n"
+"help.text"
+msgid "Value"
+msgstr "მნიშვნელობა"
+
+#. tYA9
+#: fontwork_toolbar.xhp
+msgctxt ""
+"fontwork_toolbar.xhp\n"
+"par_idN1063C\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the Fontwork character spacing value.</ahelp>"
+msgstr "<ahelp hid=\".\">შეიყვანეთ Fontwork სიმბოლოთა დაშორების მნიშვნელობა.</ahelp>"
+
+#. K^ji
+#: fontwork_toolbar.xhp
+msgctxt ""
+"fontwork_toolbar.xhp\n"
+"par_idN1064B\n"
+"help.text"
+msgid "Kern Character Pairs"
+msgstr "Kern-ის სიმბოლოთა წყვილები"
+
+#. P=,?
+#: fontwork_toolbar.xhp
+msgctxt ""
+"fontwork_toolbar.xhp\n"
+"par_idN1064F\n"
+"help.text"
+msgid "<ahelp hid=\".\">Switches the <link href=\"text/shared/00/00000005.xhp#kerning\"> kerning</link> of character pairs on and off.</ahelp>"
+msgstr ""
+
+#. N^fy
+#: main0214.xhp
+msgctxt ""
+"main0214.xhp\n"
+"tit\n"
+"help.text"
+msgid "Query Design Bar"
+msgstr "მოთხოვნის დიზაინის ზოლი"
+
+#. /bO7
+#: main0214.xhp
+msgctxt ""
+"main0214.xhp\n"
+"hd_id3159176\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/main0214.xhp\" name=\"Query Design Bar\">Query Design Bar</link>"
+msgstr "<link href=\"text/shared/main0214.xhp\" name=\"Query Design Bar\">მოთხოვნის დიზაინის ზოლი</link>"
+
+#. :M*]
+#: main0214.xhp
+msgctxt ""
+"main0214.xhp\n"
+"par_id3150085\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">When creating or editing an SQL query, use the icons in the <emph>Query Design</emph> Bar to control the display of data.</ahelp>"
+msgstr ""
+
+#. %Nz(
+#: main0214.xhp
+msgctxt ""
+"main0214.xhp\n"
+"par_id3150276\n"
+"5\n"
+"help.text"
+msgid "Depending on whether you have created the query or view in the <emph>Design</emph> or <emph>SQL</emph> tab page, the following icons appear:"
+msgstr "გამომდინარე იქიდან შექმნით თქვენ მრუდს ან ხედს <emph>დიზაინში</emph> თუ <emph>SQL</emph> ჩანართში, გამოჩნდება შემდეგი ხატულა:"
+
+#. yH.G
+#: main0214.xhp
+msgctxt ""
+"main0214.xhp\n"
+"hd_id3151384\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/02/14020100.xhp\" name=\"Add Tables\">Add Tables</link>"
+msgstr "<link href=\"text/shared/02/14020100.xhp\" name=\"Add Tables\">ცხრილების დამატება</link>"
+
+#. 6EK@
+#: main0214.xhp
+msgctxt ""
+"main0214.xhp\n"
+"par_id3151041\n"
+"4\n"
+"help.text"
+msgid "The following icon is on the <emph>SQL</emph> tab page:"
+msgstr "შემდეგი ხატულა არის <emph>SQL</emph> ჩანართში:"
+
+#. WIGL
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit Points Bar"
+msgstr "წერტილების რედაქტირების ზოლი"
+
+#. g@_k
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"bm_id3149987\n"
+"help.text"
+msgid "<bookmark_value>lines; editing points</bookmark_value><bookmark_value>curves; editing points</bookmark_value><bookmark_value>Edit Points bar</bookmark_value>"
+msgstr ""
+
+#. YvJ;
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"hd_id3149987\n"
+"39\n"
+"help.text"
+msgid "<link href=\"text/shared/main0227.xhp\" name=\"Edit Points Bar\">Edit Points Bar</link>"
+msgstr "<link href=\"text/shared/main0227.xhp\" name=\"Edit Points Bar\">წერტილის შეცვლის ზოლი </link>"
+
+#. :!S^
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"par_id3150402\n"
+"40\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BEZIER_TOOLBOX\">The <emph>Edit Points </emph>Bar appears when you select a polygon object and click <emph>Edit Points</emph>.</ahelp>"
+msgstr "<ahelp hid=\"HID_BEZIER_TOOLBOX\">The <emph>წერტილების შეცვლა </emph>ზოლი გამოჩნდება როდისაც თქვენ მონიშნავთ პოლიგონის ობიექტებს და დააწკაპუნებთ <emph>წერტილების შეცვლა</emph>.</ahelp>"
+
+#. fuXS
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"par_id3144762\n"
+"68\n"
+"help.text"
+msgid "The functions provided allow you to edit the points of a curve or an object converted to a curve. The following icons are available:"
+msgstr "ეს ფუნქციები გაძლევთ უფლებას შეცვალოთ მრუდის წერტილები ან მრუდად გარდაქმნილი ობიექტები.ხელმისაწვდომია შემდეგი ხატულები:"
+
+#. ~Ex8
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"hd_id3153105\n"
+"42\n"
+"help.text"
+msgid "Edit Points"
+msgstr ""
+
+#. D;ZV
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"par_id3159151\n"
+"43\n"
+"help.text"
+msgid "The <link href=\"text/shared/01/05270000.xhp\" name=\"Edit Points\"><emph>Edit Points</emph></link> icon allows you to activate or deactivate the edit mode for Bézier objects. In the edit mode, individual points of the drawing object can be selected."
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Edit Points\"><emph>Edit Points</emph></link> ხატულა საშუალებას გაძლევთ ჩართოთ ან გამორთოთ რედაქტირების რეჟიმი ბეზიეს ობიექტებისათვის. რედაქტირების რეჟიმში, სახატავი ობიექტების ინდივიდუალური წერტილები შეიძლება მოინიშნოს."
+
+#. Y.%k
+#: main0227.xhp
+#, fuzzy
+msgctxt ""
+"main0227.xhp\n"
+"par_id3145366\n"
+"help.text"
+msgid "<image id=\"img_id3153951\" src=\"cmd/sc_toggleobjectbeziermode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153951\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">პიქტოგრამა</alt></image>"
+
+#. 2e#6
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"par_id3150105\n"
+"44\n"
+"help.text"
+msgid "Edit Points"
+msgstr ""
+
+#. 1Q-4
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"hd_id3146976\n"
+"45\n"
+"help.text"
+msgid "Move Points"
+msgstr ""
+
+#. g|Jk
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"par_id3147435\n"
+"46\n"
+"help.text"
+msgid "<ahelp hid=\".uno:BezierMove\">Activates a mode in which you can move points.</ahelp> The mouse pointer displays a small empty square when resting on a point. Drag that point to another location. The curve on both sides of the point follows the movement; the section of the curve between the next points changes shape."
+msgstr "<ahelp hid=\".uno:BezierMove\">ააქტიურებს რეჟიმს რომელშიც თქვენ შეგიძლიათ ამოძრაოთ წერტილები.</ahelp> მაუსის მაჩვენებელი აჩვენებს პატარა ცარიელ უჯრას წერტილზე შეყოვნებისას. გადაათრიეთ ის წერტილი სხვა ადგილას. მრუდი წერტილის ორივე მხრიდან ექვემდებარება გადაადგილებას; მრუდის განყოფილება შემდეგ წერტილებს შორის ცვლის მოყვანილობას."
+
+#. gdd[
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"par_id3149481\n"
+"47\n"
+"help.text"
+msgid "Point at the curve between two points or within a closed curve and drag the mouse to shift the entire curve without distorting the form."
+msgstr "მიუთითეთ მრუდზე ორ წერტილს შორის ან დახურული მრუდის ფარგლებში და გადათრიეთ მაუსი ისე სრული მრუდის ფორმის დარღვევის გარეშე."
+
+#. KI@F
+#: main0227.xhp
+#, fuzzy
+msgctxt ""
+"main0227.xhp\n"
+"par_id3154096\n"
+"help.text"
+msgid "<image id=\"img_id3149377\" src=\"cmd/sc_beziermove.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149377\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">პიქტოგრამა</alt></image>"
+
+#. i``b
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"par_id3147397\n"
+"48\n"
+"help.text"
+msgid "Move Points"
+msgstr ""
+
+#. .@8c
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"hd_id3150115\n"
+"49\n"
+"help.text"
+msgid "Insert Points"
+msgstr ""
+
+#. mW09
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"par_id3160478\n"
+"50\n"
+"help.text"
+msgid "<ahelp hid=\".uno:BezierInsert\">Activates the insert mode. This mode allows you to insert points.</ahelp> You can also move points, just as in the move mode. If, however, you click at the curve between two points and move the mouse a little while holding down the mouse button you insert a new point. The point is a smooth point, and the lines to the control points are parallel and remain so when moved."
+msgstr "<ahelp hid=\".uno:BezierInsert\">ააქტიურებს ჩასმის რეჟიმს. ეს რეჯიმი საშუალებას გაძლევთ ჩასვათ წერტილები.</ahelp> თქვენ ასევე შეგიძლიათ გადაადგილოთ წერტილები, როგორც მოძრაობის რეჟიმში. თუ თქვენ დააკლიკებთ მრუდს ორ წერტილს შორის და კლავიშზე დაჭერით გადაადგილებთ მაუსს თქვენ ჩასვავთ ახალ წერტილს.ეს წერტილი გლუვი წერტილია, და ხაზები საკონტროლო წერტილებამდე პერალელურები არიან და რჩებიან ასევე გადაადგილების შემდეგ."
+
+#. g*xU
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"par_id3157846\n"
+"51\n"
+"help.text"
+msgid "If you wish to create a corner point you must first insert either a smooth or a symmetrical point which is then converted to a corner point by using <emph>Corner Point</emph>."
+msgstr "თუ თქვენ გსურთ კუთხის წერტილის შექმნა თქვენ ჯერ უნდა ჩასვათ ან გლუვი ან სიმეტრიული წერტილი რომელიც მოხმარებაში გარდაიქმნება კუთხის წერტილად<emph>Corner Point</emph>."
+
+#. Vil#
+#: main0227.xhp
+#, fuzzy
+msgctxt ""
+"main0227.xhp\n"
+"par_id3153838\n"
+"help.text"
+msgid "<image id=\"img_id3146969\" src=\"cmd/sc_bezierinsert.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146969\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">პიქტოგრამა</alt></image>"
+
+#. =BLs
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"par_id3153710\n"
+"54\n"
+"help.text"
+msgid "Insert Points"
+msgstr ""
+
+#. 5m=(
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"hd_id3149020\n"
+"55\n"
+"help.text"
+msgid "Delete Points"
+msgstr ""
+
+#. zX0V
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"par_id3148917\n"
+"56\n"
+"help.text"
+msgid "<ahelp hid=\".uno:BezierDelete\">Use the <emph>Delete Points</emph> icon to delete one or several selected points. If you wish to select several points click the appropriate points while holding down the Shift key.</ahelp>"
+msgstr "<ahelp hid=\".uno:BezierDelete\">გამოიყენეთ <emph>წაშლის წერტილის</emph> ხატულა ერთი ან რამდენიმე მონიშნული წერტილის წასაშლელად. თუ გსურთ რამოდენიმე წერტილის მონიშვნა დააწკაპუნეთ შესაბამის წერტილებზე კლავიში შიფტის დაჭერით.</ahelp>"
+
+#. yBo9
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"par_id3153766\n"
+"57\n"
+"help.text"
+msgid "First select the points to be deleted, and then click this icon, or press Del."
+msgstr "წასაშლელად ჯერ მონიშნეთ წერტილები, და მერე დააწკაპუნეთ ხატუალს, ან დააჭირეთ წაშლას."
+
+#. V]l3
+#: main0227.xhp
+#, fuzzy
+msgctxt ""
+"main0227.xhp\n"
+"par_id3147321\n"
+"help.text"
+msgid "<image id=\"img_id3146920\" src=\"cmd/sc_bezierdelete.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146920\">Icon</alt></image>"
+msgstr "<image id=\"img_id3174230\" src=\"cmd/sc_extendedhelp.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3174230\">პიქტოგრამა</alt></image>"
+
+#. ?P`-
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"par_id3155961\n"
+"58\n"
+"help.text"
+msgid "Delete Points"
+msgstr ""
+
+#. H.*B
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"hd_id3147361\n"
+"59\n"
+"help.text"
+msgid "Split Curve"
+msgstr ""
+
+#. :fG\
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"par_id3151248\n"
+"60\n"
+"help.text"
+msgid "<ahelp hid=\".uno:BezierCutLine\">The<emph> Split Curve </emph>icon splits a curve. Select the point or points where you want to split the curve, then click the icon</ahelp>."
+msgstr "<ahelp hid=\".uno:BezierCutLine\">The<emph> Split Curve </emph>ხატულა ყოფს მრუდს. მონიშნეთ წერტილი ან წერტილები სადაც გსურთ მრუდის გაყოფა, შემდეგ დააწკაპუნეთ ხატულას</ahelp>."
+
+#. xIG!
+#: main0227.xhp
+#, fuzzy
+msgctxt ""
+"main0227.xhp\n"
+"par_id3153788\n"
+"help.text"
+msgid "<image id=\"img_id3148489\" src=\"cmd/sc_beziercutline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148489\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153896\" src=\"cmd/sc_recsave.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153896\">პიქტოგრამა</alt></image>"
+
+#. !.;y
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"par_id3152581\n"
+"61\n"
+"help.text"
+msgid "Split Curve"
+msgstr ""
+
+#. ))HW
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"hd_id3150345\n"
+"62\n"
+"help.text"
+msgid "Convert To Curve"
+msgstr ""
+
+#. qIK^
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"par_id3148420\n"
+"63\n"
+"help.text"
+msgid "<ahelp hid=\".uno:BezierConvert\">Converts a curve into a straight line or converts a straight line into a curve.</ahelp> If you select a single point, the curve before the point will be converted. If two points are selected, the curve between both points will be converted. If you select more than two points, each time you click this icon, a different portion of the curve will be converted. If necessary, round points are converted into corner points and corner points are converted into round points."
+msgstr "<ahelp hid=\".uno:BezierConvert\">გარდაქმნის მრუდს სწორ ხაზად ან სწორ ხაზს მრუდად.</ahelp> თუ თქვენ მონიშნავთ ერთ წერტილს, წერტილის წინ არსებული მრუდი გარდაიქმნება.თუ ორი წერტილია მონიშნული, ამ ორ წერტილს შორის არსებული მრუდი გარდაიქმნება. თუ თქვენ მონიშნავთ ორზე მეტ წერტილს ამ ხატულაზე ყოველ დაწკაპუნებაზე გარდაიქმნება განსხვავებული მრუდის მონაკვეთი. საჭიროების შემთხვევაში მრგვალი წერტილები გარდაქმნადია კუთხის წერტილებად და კუთხის წერტილები გარდაქმნადია მრგვალ წერტილებად."
+
+#. l+Sa
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"par_id3150304\n"
+"64\n"
+"help.text"
+msgid "If a certain section of the curve is straight, the end points of the line have a maximum of one control point each. They cannot be modified to round points unless the straight line is converted back to a curve."
+msgstr "თუ მრუდის განსაზღვრული განყოფილება მართია, ზოლის თვითოეულ ბოლო წერტილს აქვს მაქსიმუმ ერთი კონტროლირებადი წერტილი. ისინი ვერ შეიცვლებიან მრგვალ წერტილებად იქამდე სანამ მართი ზოლი მრუდად უკან არის გარდაქმნილი."
+
+#. ~3Rj
+#: main0227.xhp
+#, fuzzy
+msgctxt ""
+"main0227.xhp\n"
+"par_id3158212\n"
+"help.text"
+msgid "<image id=\"img_id3149036\" src=\"cmd/sc_bezierconvert.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149036\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">პიქტოგრამა</alt></image>"
+
+#. O4V{
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"par_id3158445\n"
+"65\n"
+"help.text"
+msgid "Convert To Curve"
+msgstr ""
+
+#. *[`l
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"hd_id3153199\n"
+"66\n"
+"help.text"
+msgid "Corner Point"
+msgstr ""
+
+#. -=yN
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"par_id3148460\n"
+"67\n"
+"help.text"
+msgid "<ahelp hid=\".uno:BezierEdge\">Converts the selected point or points into corner points.</ahelp> Corner points have two movable control points, which are independent from each other. A curved line, therefore, does not go straight through a corner point, but forms a corner."
+msgstr "<ahelp hid=\".uno:BezierEdge\">გარდაქმნის მონიშნულ წერტილს ან წერტილებს კუთხის წერტილებად.</ahelp> კუთხის წერტილებს აქვთ ორი მოძრავი კონტროლირებადი წერტილი, რომლებიც ერთმანეთისაგან დამოუკიდებელნი არიან. გამრუდებული ხაზი შესაბამისად არ კვეთს კუთხის წერტილს თუმცა ქმნის კუთხეს."
+
+#. JZ~G
+#: main0227.xhp
+#, fuzzy
+msgctxt ""
+"main0227.xhp\n"
+"par_id3154576\n"
+"help.text"
+msgid "<image id=\"img_id3154201\" src=\"cmd/sc_bezieredge.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154201\">Icon</alt></image>"
+msgstr "<image id=\"img_id3174230\" src=\"cmd/sc_extendedhelp.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3174230\">პიქტოგრამა</alt></image>"
+
+#. aq9E
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"par_id3166429\n"
+"25\n"
+"help.text"
+msgid "Corner Point"
+msgstr ""
+
+#. ~x0E
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"hd_id3166436\n"
+"27\n"
+"help.text"
+msgid "Smooth Transition"
+msgstr ""
+
+#. ?v]Q
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"par_id3155510\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\".uno:BezierSmooth\">Converts a corner point or symmetrical point into a smooth point.</ahelp> Both control points of the corner point are aligned in parallel, and can only be moved simultaneously. The control points may differentiate in length, allowing you to vary the degree of curvature."
+msgstr "<ahelp hid=\".uno:BezierSmooth\">გარდაქმნის კუთხის წერტილს ან გლუვ წეტილს სიმეტრიულ წერტილად.</ahelp> კუთხის წერტილის ორივე საკონტროლო წერტილები განლაგებულია პარალელურად და აქვთ ერთნაირი სიგრძე. მათი გადაადგილება შეიძლება მხოლოდ ერთდროულად. საკონტროლო წერტილები შეიძლება განისხვაოს სიგრძით, რაც საშუალებას გაძლევთ ცვალოთ მრუდის ხარისხი."
+
+#. A%X$
+#: main0227.xhp
+#, fuzzy
+msgctxt ""
+"main0227.xhp\n"
+"par_id3148813\n"
+"help.text"
+msgid "<image id=\"img_id3151183\" src=\"cmd/sc_beziersmooth.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151183\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">პიქტოგრამა</alt></image>"
+
+#. rLUi
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"par_id3154258\n"
+"28\n"
+"help.text"
+msgid "Smooth Transition"
+msgstr ""
+
+#. $%#A
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"hd_id3159622\n"
+"30\n"
+"help.text"
+msgid "Symmetric Transition"
+msgstr ""
+
+#. nxJ2
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"par_id3155812\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\".uno:BezierSymmetric\">This icon converts a corner point or a smooth point into a symmetrical point.</ahelp> Both control points of the corner point are aligned in parallel and have the same length. They can only be moved simultaneously and the degree of curvature is the same in both directions."
+msgstr "<ahelp hid=\".uno:BezierSymmetric\">ეს ხატულა გარდაქმნის კუთხის წერტილს ან გლუვ წეტილს სიმეტრიულ წერტილად.</ahelp> კუთხის წერტილის ორივე საკონტროლო წერტილები განლაგებული პარალელურად და აქვთ ერთნაირი სიგრძე. მათი გადაადგილება შეიძლება მხოლოდ ერთდროულად და იმ შემთხვევაშუ თუ მრუდის დახრილობის ხარისხი ერთნაირია ორივე მიმართულებით."
+
+#. 5I#X
+#: main0227.xhp
+#, fuzzy
+msgctxt ""
+"main0227.xhp\n"
+"par_id3153818\n"
+"help.text"
+msgid "<image id=\"img_id3159218\" src=\"cmd/sc_beziersymmetric.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159218\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">პიქტოგრამა</alt></image>"
+
+#. Fsf]
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"par_id3146866\n"
+"31\n"
+"help.text"
+msgid "Symmetric Transition"
+msgstr ""
+
+#. ORyf
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"hd_id3146786\n"
+"33\n"
+"help.text"
+msgid "Close Bézier"
+msgstr ""
+
+#. o)68
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"par_id3156032\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\".uno:BezierClose\">Closes a line or a curve.</ahelp> A line is closed by connecting the last point with the first point, indicated by an enlarged square."
+msgstr "<ahelp hid=\".uno:BezierClose\">ხაზის ან მრუდის დახურვა.</ahelp> ხაზი დახურულია ბოლო წერტილის პირველ წერტილთან დაკავშირებით, აღნიშნული გადიდებული კვადრატით."
+
+#. YQ=T
+#: main0227.xhp
+#, fuzzy
+msgctxt ""
+"main0227.xhp\n"
+"par_id3154344\n"
+"help.text"
+msgid "<image id=\"img_id3148607\" src=\"cmd/sc_bezierclose.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148607\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">პიქტოგრამა</alt></image>"
+
+#. .T)*
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"par_id3147070\n"
+"34\n"
+"help.text"
+msgid "Close Bézier"
+msgstr ""
+
+#. N7)=
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"hd_id3156351\n"
+"36\n"
+"help.text"
+msgid "Eliminate Points"
+msgstr ""
+
+#. BWOP
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"par_id3149441\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\".uno:BezierEliminatePoints\">Marks the current point or the selected points for deletion.</ahelp> This happens in the event that the point is located on a straight line. If you convert a curve or a polygon with the <emph>Convert to Curve </emph>icon into a straight line or you change a curve with the mouse so that a point lies on the straight line, it is removed. The angle from which the point reduction is to take place <switchinline select=\"appl\"><caseinline select=\"DRAW\">can be set by choosing <link href=\"text/shared/optionen/01070300.xhp\" name=\"Drawing - Grid\"><emph>%PRODUCTNAME Draw - Grid</emph></link> in the Options dialog box</caseinline><caseinline select=\"IMPRESS\">can be set by choosing <link href=\"text/shared/optionen/01070300.xhp\" name=\"Presentation - Grid\"><emph>%PRODUCTNAME Impress - Grid</emph></link> in the Options dialog box</caseinline><defaultinline>is 15° by default.</defaultinline></switchinline>"
+msgstr ""
+
+#. t?DM
+#: main0227.xhp
+#, fuzzy
+msgctxt ""
+"main0227.xhp\n"
+"par_id3148970\n"
+"help.text"
+msgid "<image id=\"img_id3155385\" src=\"cmd/sc_beziereliminatepoints.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155385\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153896\" src=\"cmd/sc_recsave.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153896\">პიქტოგრამა</alt></image>"
+
+#. Ncl[
+#: main0227.xhp
+msgctxt ""
+"main0227.xhp\n"
+"par_id3152869\n"
+"37\n"
+"help.text"
+msgid "Eliminate Points"
msgstr ""
diff --git a/source/ka/helpcontent2/source/text/shared/00.po b/source/ka/helpcontent2/source/text/shared/00.po
index 8dd180e7971..cb89e5f0ba0 100644
--- a/source/ka/helpcontent2/source/text/shared/00.po
+++ b/source/ka/helpcontent2/source/text/shared/00.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/shared/00.oo
+#. extracted from helpcontent2/source/text/shared/00
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:54+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-07-28 12:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,6703 +12,15660 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: 00000200.xhp#tit.help.text
+#. ,Ck+
+#: 00000407.xhp
+msgctxt ""
+"00000407.xhp\n"
+"tit\n"
+"help.text"
+msgid "Window Menu"
+msgstr "სარკმლის მენიუ"
+
+#. i8Xe
+#: 00000407.xhp
+msgctxt ""
+"00000407.xhp\n"
+"hd_id3154349\n"
+"1\n"
+"help.text"
+msgid "Window Menu"
+msgstr "სარკმლის მენიუ"
+
+#. sokd
+#: 00000407.xhp
+#, fuzzy
+msgctxt ""
+"00000407.xhp\n"
+"par_id3083278\n"
+"6\n"
+"help.text"
+msgid "<variable id=\"window\">Choose <emph>Window - New Window</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+
+#. ]2Ng
+#: 00000407.xhp
+msgctxt ""
+"00000407.xhp\n"
+"par_id3154545\n"
+"13\n"
+"help.text"
+msgid "<variable id=\"liste\">Choose <emph>Window</emph> - List of open documents</variable>"
+msgstr ""
+
+#. m$1!
+#: 00000099.xhp
+msgctxt ""
+"00000099.xhp\n"
+"tit\n"
+"help.text"
+msgid "See also..."
+msgstr "იხილეთ აგრეთვე..."
+
+#. 029h
+#: 00000099.xhp
+msgctxt ""
+"00000099.xhp\n"
+"hd_id3147527\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"siehe\">See also... </variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+
+#. bY3$
+#: 00000099.xhp
+msgctxt ""
+"00000099.xhp\n"
+"par_id3143206\n"
+"71\n"
+"help.text"
+msgid "<variable id=\"userszenarien\"><link href=\"text/scalc/01/06050000.xhp\" name=\"Tools Menu - Scenarios\">Tools Menu - Scenarios</link></variable>"
+msgstr ""
+
+#. %Qjx
+#: 00000099.xhp
+msgctxt ""
+"00000099.xhp\n"
+"par_id3156069\n"
+"83\n"
+"help.text"
+msgid "On the help page for <link href=\"text/shared/guide/main.xhp\" name=\"$[officename] general\">$[officename] general</link> you can find instructions that are applicable to all modules, such as working with windows and menus, customizing $[officename], data sources, Gallery, and drag and drop."
+msgstr ""
+
+#. Rtt5
+#: 00000099.xhp
+msgctxt ""
+"00000099.xhp\n"
+"par_id3149662\n"
+"84\n"
+"help.text"
+msgid "If you want help with another module, switch to the help for that module with the combo box in the navigation area."
+msgstr ""
+
+#. uI8q
+#: 00000099.xhp
+msgctxt ""
+"00000099.xhp\n"
+"par_id3154408\n"
+"85\n"
+"help.text"
+msgid "<variable id=\"winmanager\">The availability of this function depends on your X Window Manager. </variable>"
+msgstr ""
+
+#. gy3*
+#: 00000099.xhp
+msgctxt ""
+"00000099.xhp\n"
+"par_idN10632\n"
+"help.text"
+msgid "<ahelp hid=\".uno:HelperDialog\">Allows you to activate the automatic Help Agent. You can also activate the Help Agent through <emph>$[officename] - General - Help Agent</emph> in the Options dialog box.</ahelp>"
+msgstr ""
+
+#. 6Hq5
+#: 00000099.xhp
+msgctxt ""
+"00000099.xhp\n"
+"par_idN10665\n"
+"help.text"
+msgid "<ahelp hid=\".uno:HelpTip\">Enables the display of icon names at the mouse pointer and other Help contents.</ahelp>"
+msgstr ""
+
+#. 9Y1O
+#: 00000099.xhp
+msgctxt ""
+"00000099.xhp\n"
+"par_idN1067C\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ActiveHelp\">Enables the display of a brief description of menus and icons at the mouse pointer.</ahelp>"
+msgstr ""
+
+#. hoUk
+#: 00000099.xhp
+msgctxt ""
+"00000099.xhp\n"
+"par_id6200750\n"
+"help.text"
+msgid "Some of the shortcut keys may be assigned to your desktop system. Keys that are assigned to the desktop system are not available to %PRODUCTNAME. Try to assign different keys either for %PRODUCTNAME, in <emph>Tools - Customize - Keyboard</emph>, or in your desktop system."
+msgstr ""
+
+#. @-{y
+#: 00000011.xhp
+msgctxt ""
+"00000011.xhp\n"
+"tit\n"
+"help.text"
+msgid "Menu Commands"
+msgstr ""
+
+#. j0@^
+#: 00000011.xhp
+msgctxt ""
+"00000011.xhp\n"
+"hd_id3156045\n"
+"4\n"
+"help.text"
+msgid "Menu Commands"
+msgstr ""
+
+#. ldH~
+#: 00000011.xhp
+msgctxt ""
+"00000011.xhp\n"
+"par_id3150838\n"
+"5\n"
+"help.text"
+msgid "The window containing the document you want to work on must be selected in order to use the menu commands. Similarly, you must select an object in the document to use the menu commands associated with the object."
+msgstr ""
+
+#. W6kr
+#: 00000011.xhp
+msgctxt ""
+"00000011.xhp\n"
+"par_id3156027\n"
+"3\n"
+"help.text"
+msgid "The menus are context sensitive. This means that those menu items are available that are relevant to the work currently being carried out. If the cursor is located in a text, then all of those menu items are available that are needed to edit the text. If you have selected graphics in a document, then you will see all of the menu items that can be used to edit graphics."
+msgstr ""
+
+#. zl1N
+#: 00000010.xhp
+msgctxt ""
+"00000010.xhp\n"
+"tit\n"
+"help.text"
+msgid "Context Menus"
+msgstr ""
+
+#. #mV1
+#: 00000010.xhp
+msgctxt ""
+"00000010.xhp\n"
+"hd_id3160447\n"
+"1\n"
+"help.text"
+msgid "Context Menus"
+msgstr ""
+
+#. ]F]N
+#: 00000010.xhp
+msgctxt ""
+"00000010.xhp\n"
+"hd_id3148765\n"
+"45\n"
+"help.text"
+msgid "Cut"
+msgstr ""
+
+#. dR06
+#: 00000010.xhp
+msgctxt ""
+"00000010.xhp\n"
+"par_id3153383\n"
+"46\n"
+"help.text"
+msgid "Cuts out the selected object and stores it on the clipboard. The object can be reinserted from the clipboard by using <emph>Paste</emph>."
+msgstr ""
+
+#. Y5IK
+#: 00000010.xhp
+msgctxt ""
+"00000010.xhp\n"
+"hd_id3156069\n"
+"68\n"
+"help.text"
+msgid "Paste"
+msgstr ""
+
+#. CLeJ
+#: 00000010.xhp
+msgctxt ""
+"00000010.xhp\n"
+"par_id3154896\n"
+"69\n"
+"help.text"
+msgid "<ahelp hid=\"SID_EXPLORERCONTENT_PASTE\" visibility=\"visible\">Inserts the element that you moved to the clipboard into the document.</ahelp> This command can only be called if the contents of the clipboard can be inserted at the current cursor position."
+msgstr ""
+
+#. `9uj
+#: 00000010.xhp
+msgctxt ""
+"00000010.xhp\n"
+"hd_id3149948\n"
+"76\n"
+"help.text"
+msgid "Insert"
+msgstr "ჩასმა"
+
+#. k^0x
+#: 00000010.xhp
+msgctxt ""
+"00000010.xhp\n"
+"par_id3147588\n"
+"77\n"
+"help.text"
+msgid "Opens a submenu in the Gallery where you can choose between <emph>Copy</emph> and <emph>Link</emph>. The selected Gallery object is either copied into the current document or a link is created."
+msgstr ""
+
+#. V+C#
+#: 00000010.xhp
+msgctxt ""
+"00000010.xhp\n"
+"par_id3146130\n"
+"78\n"
+"help.text"
+msgid "If you have selected an object in your document, then a new insertion will replace the selected object."
+msgstr ""
+
+#. +[vo
+#: 00000010.xhp
+msgctxt ""
+"00000010.xhp\n"
+"hd_id3145829\n"
+"79\n"
+"help.text"
+msgid "Background"
+msgstr "ფონი"
+
+#. Aeo%
+#: 00000010.xhp
+msgctxt ""
+"00000010.xhp\n"
+"par_id3149180\n"
+"80\n"
+"help.text"
+msgid "<ahelp hid=\"HID_GALLERY_MN_BACKGROUND\" visibility=\"visible\">Inserts the selected picture as a background graphic.</ahelp> Use the submenu commands <emph>Page</emph> or <emph>Paragraph</emph> to define whether the graphic should cover the entire page or only the current paragraph."
+msgstr ""
+
+#. k[n~
+#: 00000010.xhp
+msgctxt ""
+"00000010.xhp\n"
+"hd_id3153049\n"
+"87\n"
+"help.text"
+msgid "Copy"
+msgstr ""
+
+#. U2lp
+#: 00000010.xhp
+msgctxt ""
+"00000010.xhp\n"
+"par_id3150774\n"
+"88\n"
+"help.text"
+msgid "<ahelp hid=\"SID_EXPLORERCONTENT_COPY\" visibility=\"visible\">Copies the selected element to the clipboard.</ahelp>"
+msgstr ""
+
+#. .58D
+#: 00000010.xhp
+msgctxt ""
+"00000010.xhp\n"
+"hd_id3148620\n"
+"91\n"
+"help.text"
+msgid "Delete"
+msgstr ""
+
+#. }*=G
+#: 00000010.xhp
+msgctxt ""
+"00000010.xhp\n"
+"par_id3154317\n"
+"92\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\"SID_EXPLORERCONTENT_DESTROY\">Deletes the current selection. If multiple objects are selected, all will be deleted. In most cases, a <link href=\"text/shared/01/03150100.xhp\" name=\"security query\">security query</link> appears before objects are deleted.</ahelp>"
+msgstr ""
+
+#. br(B
+#: 00000010.xhp
+msgctxt ""
+"00000010.xhp\n"
+"par_id3155941\n"
+"190\n"
+"help.text"
+msgid "The object is either physically deleted from the data carrier or the object display is removed, depending on context."
+msgstr ""
+
+#. NH(D
+#: 00000010.xhp
+msgctxt ""
+"00000010.xhp\n"
+"par_id3150506\n"
+"192\n"
+"help.text"
+msgid "If you choose <emph>Delete</emph> while in the Gallery, the entry will be deleted from the Gallery, but the file itself will remain untouched."
+msgstr ""
+
+#. !YxG
+#: 00000010.xhp
+msgctxt ""
+"00000010.xhp\n"
+"hd_id3150443\n"
+"136\n"
+"help.text"
+msgid "Open"
+msgstr "გახსნა"
+
+#. vqQ[
+#: 00000010.xhp
+msgctxt ""
+"00000010.xhp\n"
+"par_id3149149\n"
+"137\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\"SID_EXPLORERCONTENT_OPEN_OBJECT\">Use the<emph> Open </emph>command to open the selected object in a new task.</ahelp>"
+msgstr ""
+
+#. WJ9K
+#: 00000010.xhp
+msgctxt ""
+"00000010.xhp\n"
+"hd_id3149732\n"
+"165\n"
+"help.text"
+msgid "Rename"
+msgstr "გადარქმევა"
+
+#. A1!d
+#: 00000010.xhp
+msgctxt ""
+"00000010.xhp\n"
+"par_id3149797\n"
+"166\n"
+"help.text"
+msgid "<ahelp hid=\"SID_EXPLORERCONTENT_RENAME\" visibility=\"visible\">Enables a selected object to be renamed.</ahelp> After selecting <emph>Rename</emph> the name is selected and a new one can be entered directly. Use the arrow keys to set the cursor at the beginning or end of the name to delete or add to part of the name or to reposition the cursor."
+msgstr ""
+
+#. `Ky-
+#: 00000010.xhp
+msgctxt ""
+"00000010.xhp\n"
+"hd_id3155434\n"
+"317\n"
+"help.text"
+msgid "Update"
+msgstr "განახლება"
+
+#. 4o}1
+#: 00000010.xhp
+msgctxt ""
+"00000010.xhp\n"
+"par_id3154898\n"
+"318\n"
+"help.text"
+msgid "<ahelp hid=\"HID_GALLERY_ACTUALIZE\" visibility=\"visible\">Updates the view in the window or in the selected object.</ahelp>"
+msgstr ""
+
+#. c(s{
+#: 00000010.xhp
+msgctxt ""
+"00000010.xhp\n"
+"hd_id3147573\n"
+"172\n"
+"help.text"
+msgid "Preview"
+msgstr ""
+
+#. qsam
+#: 00000010.xhp
+msgctxt ""
+"00000010.xhp\n"
+"par_id3155583\n"
+"173\n"
+"help.text"
+msgid "The element selected is displayed in the Gallery at maximum size. Double-click the preview to switch back to the normal Gallery view."
+msgstr ""
+
+#. ,pQm
+#: 00000010.xhp
+msgctxt ""
+"00000010.xhp\n"
+"hd_id3157809\n"
+"319\n"
+"help.text"
+msgid "Create Link"
+msgstr "ბმულის შექმნა"
+
+#. dsWg
+#: 00000010.xhp
+msgctxt ""
+"00000010.xhp\n"
+"par_id3153716\n"
+"320\n"
+"help.text"
+msgid "This command can be activated if an object is selected. A link named \"Link to xxx\" (<emph>xxx</emph> represents the name of the object) will be created directly in the same directory as that of the selected object."
+msgstr ""
+
+#. S-(B
+#: 00000200.xhp
#, fuzzy
-msgctxt "00000200.xhp#tit.help.text"
+msgctxt ""
+"00000200.xhp\n"
+"tit\n"
+"help.text"
msgid "Graphics Export Options"
msgstr "გრაფიკული გამოტანა"
-#: 00000200.xhp#hd_id3150127.help.text
+#. 2\e1
+#: 00000200.xhp
#, fuzzy
-msgctxt "00000200.xhp#hd_id3150127.help.text"
+msgctxt ""
+"00000200.xhp\n"
+"hd_id3150127\n"
+"help.text"
msgid "Graphics Export Options"
msgstr "გრაფიკული გამოტანა"
-#: 00000200.xhp#par_id3160463.help.text
+#. HK[$
+#: 00000200.xhp
#, fuzzy
+msgctxt ""
+"00000200.xhp\n"
+"par_id3160463\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"visible\">Defines graphics export options.</ahelp>"
msgstr "<ahelp hid=\"\" visibility=\"visible\">განსაზღვრეთ თქვენი სავიზიტო ბარათის იერსახე.</ahelp>"
-#: 00000200.xhp#par_id1.help.text
+#. ITTM
+#: 00000200.xhp
+msgctxt ""
+"00000200.xhp\n"
+"par_id1\n"
+"help.text"
msgid "When you export graphical elements to a file, you can select the file type. For most supported file types a dialog opens where you can setup export options."
msgstr ""
-#: 00000200.xhp#par_id2.help.text
+#. a]LG
+#: 00000200.xhp
+msgctxt ""
+"00000200.xhp\n"
+"par_id2\n"
+"help.text"
msgid "The following file types do not show an options dialog: PWP, RAS, SVG, TIFF, XPM."
msgstr ""
-#: 00000200.xhp#par_id3.help.text
+#. eO1C
+#: 00000200.xhp
+msgctxt ""
+"00000200.xhp\n"
+"par_id3\n"
+"help.text"
msgid "The other file types show options dialogs where you can set the width and height of the exported image."
msgstr ""
-#: 00000200.xhp#par_id4.help.text
+#. N*Sv
+#: 00000200.xhp
+msgctxt ""
+"00000200.xhp\n"
+"par_id4\n"
+"help.text"
msgid "Depending on the file type, you can specify some more options. Press Shift+F1 and hover over the control to see an extended help text."
msgstr ""
-#: 00000200.xhp#par_id388.help.text
+#. j.f}
+#: 00000200.xhp
#, fuzzy
+msgctxt ""
+"00000200.xhp\n"
+"par_id388\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies the measurement units.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
-#: 00000200.xhp#hd_id3151330.help.text
+#. N8PB
+#: 00000200.xhp
+msgctxt ""
+"00000200.xhp\n"
+"hd_id3151330\n"
+"help.text"
msgid "Width"
msgstr "სიგანე"
-#: 00000200.xhp#par_id3154561.help.text
+#. ,3Q\
+#: 00000200.xhp
#, fuzzy
+msgctxt ""
+"00000200.xhp\n"
+"par_id3154561\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"visible\">Specifies the width.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
-#: 00000200.xhp#hd_id3156027.help.text
+#. 1%$Z
+#: 00000200.xhp
+msgctxt ""
+"00000200.xhp\n"
+"hd_id3156027\n"
+"help.text"
msgid "Height"
msgstr ""
-#: 00000200.xhp#par_id3147226.help.text
+#. sN|O
+#: 00000200.xhp
#, fuzzy
+msgctxt ""
+"00000200.xhp\n"
+"par_id3147226\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"visible\">Specifies the height.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
-#: 00000200.xhp#hd_id3150944.help.text
+#. #%4o
+#: 00000200.xhp
+msgctxt ""
+"00000200.xhp\n"
+"hd_id3150944\n"
+"help.text"
msgid "Resolution"
msgstr "გარჩევადობა"
-#: 00000200.xhp#par_id3150129.help.text
+#. QU`P
+#: 00000200.xhp
#, fuzzy
+msgctxt ""
+"00000200.xhp\n"
+"par_id3150129\n"
+"help.text"
msgid "<ahelp hid=\".\">Enter the image resolution. Select the measurement units from the list box.</ahelp>"
msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: 00000200.xhp#hd_id3143534.help.text
+#. Ikg[
+#: 00000200.xhp
+msgctxt ""
+"00000200.xhp\n"
+"hd_id3143534\n"
+"help.text"
msgid "More options"
msgstr ""
-#: 00000200.xhp#par_id10.help.text
+#. e[#i
+#: 00000200.xhp
+msgctxt ""
+"00000200.xhp\n"
+"par_id10\n"
+"help.text"
msgid "For JPEG files you can set the color depth and the quality."
msgstr ""
-#: 00000200.xhp#par_id435923952.help.text
+#. R`J{
+#: 00000200.xhp
#, fuzzy
+msgctxt ""
+"00000200.xhp\n"
+"par_id435923952\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the color depth from 8 bit grayscale or 24 bit true color.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">მონიშნეთ ეს ხატულა სანიშნეების სანახავად.</ahelp>"
-#: 00000200.xhp#par_id355152952.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the compression and quality for the export. Choose from a low quality with minimal file size, up to a high quality and big file size. A high compression means a low quality, a low compression means a high quality.</ahelp>"
-msgstr ""
-
-#: 00000200.xhp#par_id11.help.text
+#. ;k`|
+#: 00000200.xhp
+msgctxt ""
+"00000200.xhp\n"
+"par_id355152952\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the compression for the export. A high compression means a smaller, but slower to load image.</ahelp>"
+msgstr ""
+
+#. 9mrO
+#: 00000200.xhp
+msgctxt ""
+"00000200.xhp\n"
+"par_id355152953\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the quality for the export. Choose from a low quality with minimal file size, up to a high quality and big file size</ahelp>"
+msgstr ""
+
+#. Yk^s
+#: 00000200.xhp
+msgctxt ""
+"00000200.xhp\n"
+"par_id11\n"
+"help.text"
msgid "For BMP files you can set the compression and the RLE encoding."
msgstr ""
-#: 00000200.xhp#par_id312346798.help.text
+#. [+sF
+#: 00000200.xhp
#, fuzzy
+msgctxt ""
+"00000200.xhp\n"
+"par_id312346798\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Applies RLE (Run Length Encoding) to the BMP graphics.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">მონიშნეთ ეს ხატულა დიაგრამების სანახავად.</ahelp>"
-#: 00000200.xhp#par_id12.help.text
+#. q1nO
+#: 00000200.xhp
+msgctxt ""
+"00000200.xhp\n"
+"par_id12\n"
+"help.text"
msgid "For PBM, PGM, and PPM files you can set the encoding."
msgstr ""
-#: 00000200.xhp#par_id344441.help.text
+#. HZoZ
+#: 00000200.xhp
#, fuzzy
+msgctxt ""
+"00000200.xhp\n"
+"par_id344441\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Exports the file in binary format. The resulting file is smaller than a text file.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">ხსნის მონაცემთა ბაზის ოსტატს მონაცემთა ფაილის შესაქმნელად.</ahelp>"
-#: 00000200.xhp#par_id3555783.help.text
+#. WF59
+#: 00000200.xhp
#, fuzzy
+msgctxt ""
+"00000200.xhp\n"
+"par_id3555783\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Exports the file in ASCII text format. The resulting file is larger than a binary file.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">ხსნის მონაცემთა ბაზის ოსტატს მონაცემთა ფაილის შესაქმნელად.</ahelp>"
-#: 00000200.xhp#par_id13.help.text
+#. WRt4
+#: 00000200.xhp
+msgctxt ""
+"00000200.xhp\n"
+"par_id13\n"
+"help.text"
msgid "For PNG files you can set the compression and the interlaced mode."
msgstr ""
-#: 00000200.xhp#par_id35674840.help.text
+#. VGK9
+#: 00000200.xhp
#, fuzzy
+msgctxt ""
+"00000200.xhp\n"
+"par_id35674840\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether the graphic is to be saved in interlaced mode.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">მომართავს კურსორს მონიშნული ტიპის წინა ობიექტზე.</ahelp>"
-#: 00000200.xhp#par_id14.help.text
+#. 5s$=
+#: 00000200.xhp
+msgctxt ""
+"00000200.xhp\n"
+"par_id14\n"
+"help.text"
msgid "For GIF files you can set the transparency and the interlaced mode."
msgstr ""
-#: 00000200.xhp#par_id31456456938.help.text
+#. 1Kls
+#: 00000200.xhp
+msgctxt ""
+"00000200.xhp\n"
+"par_id31456456938\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether to save the background of the picture as transparent. Only objects will be visible in the GIF image. Use the Color Replacer to set the transparent color in the picture.</ahelp>"
msgstr ""
-#: 00000200.xhp#par_id15.help.text
+#. !#w)
+#: 00000200.xhp
+msgctxt ""
+"00000200.xhp\n"
+"par_id15\n"
+"help.text"
msgid "For EPS files you can set the preview, the color format, the compression, and the version."
msgstr ""
-#: 00000200.xhp#par_id3147779948.help.text
+#. I(Ic
+#: 00000200.xhp
+msgctxt ""
+"00000200.xhp\n"
+"par_id3147779948\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">You must print an EPS file with a PostScript printer. Other printers will only print the embedded preview.</caseinline></switchinline>"
msgstr ""
-#: 00000200.xhp#par_id993155271.help.text
+#. fLIL
+#: 00000200.xhp
#, fuzzy
+msgctxt ""
+"00000200.xhp\n"
+"par_id993155271\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether a preview image is exported in the TIFF format together with the actual PostScript file.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">მომართავს კურსორს მონიშნული ტიპის შემდეგ ობიექტზე.</ahelp>"
-#: 00000200.xhp#par_id993144740.30.help.text
+#. IGH6
+#: 00000200.xhp
+msgctxt ""
+"00000200.xhp\n"
+"par_id993144740\n"
+"30\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether a monochrome preview graphic in EPSI format is exported together with the PostScript file. This format only contains printable characters from the 7-bit ASCII code.</ahelp>"
msgstr ""
-#: 00000200.xhp#par_id993150935.12.help.text
+#. a/{-
+#: 00000200.xhp
#, fuzzy
+msgctxt ""
+"00000200.xhp\n"
+"par_id993150935\n"
+"12\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Compression is not available at this level. Select the Level 1 option if your PostScript printer does not offer the capabilities of Level 2.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">ხსნის იარლიყების დიალოგის ფანჯარას სადაც შეგიძლიათ განსაზღვროთ თქვენი იარლიყების პარამეტრები და შემდეგ ქმნის ახალ ტექსტურ დოკუმენტს ამ იარლიყებისათვის ($[officename] Writer).</ahelp>"
-#: 00000200.xhp#par_id993159201.14.help.text
+#. v?G4
+#: 00000200.xhp
#, fuzzy
+msgctxt ""
+"00000200.xhp\n"
+"par_id993159201\n"
+"14\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the Level 2 option if your output device supports colored bitmaps, palette graphics and compressed graphics.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">მონიშნეთ ეს ხატულა დიაგრამების სანახავად.</ahelp>"
-#: 00000200.xhp#par_id319947250.18.help.text
+#. ;U$~
+#: 00000200.xhp
#, fuzzy
+msgctxt ""
+"00000200.xhp\n"
+"par_id319947250\n"
+"18\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Exports the file in color.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
-#: 00000200.xhp#par_id993147088.20.help.text
+#. 1W}c
+#: 00000200.xhp
#, fuzzy
+msgctxt ""
+"00000200.xhp\n"
+"par_id993147088\n"
+"20\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Exports the file in grayscale tones.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
-#: 00000200.xhp#par_id399153683.24.help.text
+#. uX|#
+#: 00000200.xhp
#, fuzzy
+msgctxt ""
+"00000200.xhp\n"
+"par_id399153683\n"
+"24\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">LZW compression is the compression of a file into a smaller file using a table-based lookup algorithm.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">მომართავს კურსორს მონიშნული ტიპის შემდეგ ობიექტზე.</ahelp>"
-#: 00000200.xhp#par_id319952780.26.help.text
+#. #n}X
+#: 00000200.xhp
#, fuzzy
+msgctxt ""
+"00000200.xhp\n"
+"par_id319952780\n"
+"26\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies that you do not wish to use compression.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">მონიშნეთ ეს ხატულა სათაურების სანახავად.</ahelp>"
-#: 00000200.xhp#par_id3147250.help.text
+#. /@E=
+#: 00000200.xhp
+msgctxt ""
+"00000200.xhp\n"
+"par_id3147250\n"
+"help.text"
msgid "See <link href=\"text/shared/00/00000020.xhp\" name=\"Import and Export Filter Information\">Import and Export Filter Information</link> for more information about filters."
msgstr ""
-#: 00040503.xhp#tit.help.text
-msgctxt "00040503.xhp#tit.help.text"
-msgid "Format Menu"
-msgstr ""
-
-#: 00040503.xhp#hd_id3155757.1.help.text
-msgctxt "00040503.xhp#hd_id3155757.1.help.text"
-msgid "Format Menu"
-msgstr ""
-
-#: 00040503.xhp#par_id3147294.2.help.text
-msgid "Choose <emph>Format - Row - Height</emph>"
-msgstr ""
-
-#: 00040503.xhp#par_id3149551.3.help.text
-msgid "Open context menu of a row header in an open database table - choose <emph>Row Height</emph>"
-msgstr ""
-
-#: 00040503.xhp#par_id3153136.4.help.text
-msgid "Choose <emph>Format - Column - Width</emph>"
-msgstr ""
-
-#: 00040503.xhp#par_id3150756.5.help.text
-msgid "Open context menu of a column header in a database table - choose <emph>Column Width</emph>"
-msgstr ""
-
-#: 00040503.xhp#par_id3148668.11.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Format - Cells - Numbers</emph> tab </caseinline></switchinline>"
-msgstr ""
-
-#: 00040503.xhp#par_id3152349.13.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Format - Styles and Formatting</emph> - open context menu and choose <emph>Modify/New - Numbers</emph> tab </caseinline></switchinline>"
-msgstr ""
-
-#: 00040503.xhp#par_id3161459.14.help.text
-msgid "Open context menu for a column header in an open database table - choose <emph>Column Format - Format</emph> tab"
-msgstr ""
-
-#: 00040503.xhp#par_id3147531.15.help.text
-msgid "Choose <emph>Format - Axis - Y Axis - Numbers</emph> tab (Chart Documents)"
-msgstr ""
-
-#: 00040503.xhp#par_id3150823.32.help.text
-msgid "Also as <emph>Number Format</emph> dialog for tables and fields in text documents: Choose <emph>Format - Number Format</emph>, or choose <emph>Insert - Fields - Other - Variables</emph> tab and select \"Additional formats\" in the <emph>Format</emph> list."
-msgstr ""
-
-#: 00040503.xhp#par_id3154923.6.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CHART\">Choose <emph>Format - Title - Main Title - Alignment</emph> tab </caseinline><defaultinline>Choose <emph>Format - Cells - Alignment</emph> tab</defaultinline></switchinline>"
-msgstr ""
-
-#: 00040503.xhp#par_id3149457.7.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CHART\"></caseinline><defaultinline>Open context menu of a column header in a database table - choose <emph>Column Format - Alignment</emph> tab</defaultinline></switchinline>"
-msgstr ""
-
-#: 00040503.xhp#par_id3150400.8.help.text
-msgid "<variable id=\"tabform\">Open context menu of a row header in a database table - choose <emph>Table Format</emph></variable>"
-msgstr ""
-
-#: 00040503.xhp#par_id3149650.33.help.text
-msgid "<variable id=\"spaltform\">Open context menu of a column header in a database table - choose <emph>Column Format</emph></variable>"
-msgstr ""
-
-#: 00040503.xhp#par_id3153799.34.help.text
-msgid "<variable id=\"zeilenloeschen\">Context menu for a row header in an open database table - <emph>Delete Rows</emph></variable>"
-msgstr ""
-
-#: 00040503.xhp#par_id3150495.16.help.text
-msgid "Choose <emph>Modify - Flip</emph> ($[officename] Draw)"
-msgstr ""
-
-#: 00040503.xhp#par_id3155742.17.help.text
-msgctxt "00040503.xhp#par_id3155742.17.help.text"
-msgid "Choose <emph>Format - Graphics - Graphics</emph> tab"
-msgstr ""
-
-#: 00040503.xhp#par_id3158407.35.help.text
-msgid "Open context menu - choose <emph>Flip</emph> (presentation documents)"
-msgstr ""
-
-#: 00040503.xhp#par_id3150290.20.help.text
-msgid "Choose <emph>Modify - Flip - Vertically</emph> ($[officename] Draw)"
-msgstr ""
-
-#: 00040503.xhp#par_id3153179.21.help.text
-msgctxt "00040503.xhp#par_id3153179.21.help.text"
-msgid "Choose <emph>Format - Graphics - Graphics</emph> tab"
-msgstr ""
-
-#: 00040503.xhp#par_id3157960.36.help.text
-msgid "Open context menu - choose <emph>Flip - Vertically</emph> (presentation documents)"
-msgstr ""
-
-#: 00040503.xhp#par_id3153369.26.help.text
-msgid "Choose <emph>Modify - Flip - Horizontally</emph> ($[officename] Draw)"
-msgstr ""
-
-#: 00040503.xhp#par_id3147348.27.help.text
-msgid "Choose <emph>Format - Graphics</emph>, and then click the <emph>Graphics</emph> tab"
-msgstr ""
-
-#: 00040503.xhp#par_id3156106.42.help.text
-msgid "Choose <emph>Format - Flip - Horizontally</emph>"
-msgstr ""
-
-#: 00040503.xhp#par_id3152578.37.help.text
-msgid "Right-click a selected object, and then choose <emph>Flip - Horizontally</emph> ($[officename] Impress)"
-msgstr ""
-
-#: 00040503.xhp#par_id3147318.38.help.text
-msgid "Choose <emph>Modify - Distribution</emph> ($[officename] Draw)"
-msgstr ""
-
-#: 00040503.xhp#par_id3149064.39.help.text
-msgid "Open context menu - choose <emph>Distribution</emph> ($[officename] Impress)"
-msgstr ""
-
-#: 00000208.xhp#tit.help.text
-msgctxt "00000208.xhp#tit.help.text"
-msgid "Text Import"
-msgstr ""
-
-#: 00000208.xhp#hd_id3150960.1.help.text
-msgctxt "00000208.xhp#hd_id3150960.1.help.text"
-msgid "Text Import"
-msgstr ""
-
-#: 00000208.xhp#par_id3149987.2.help.text
-msgid "<ahelp hid=\"SC:MODALDIALOG:RID_SCDLG_ASCII\">Sets the import options for delimited data.</ahelp>"
+#. HvE,
+#: 00000408.xhp
+msgctxt ""
+"00000408.xhp\n"
+"tit\n"
+"help.text"
+msgid "Help Menu"
msgstr ""
-#: 00000208.xhp#hd_id3147588.45.help.text
-msgid "Import"
-msgstr "იმპორტი"
-
-#: 00000208.xhp#hd_id3154788.9.help.text
-msgid "Character Set"
-msgstr "კოდირება"
-
-#: 00000208.xhp#par_id3149495.10.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_ASCII:LB_CHARSET\">Specifies the character set to be used in the imported file.</ahelp>"
+#. vh]_
+#: 00000408.xhp
+msgctxt ""
+"00000408.xhp\n"
+"hd_id3154689\n"
+"1\n"
+"help.text"
+msgid "Help Menu"
msgstr ""
-#: 00000208.xhp#hd_id315478899.help.text
+#. q)/`
+#: 00000408.xhp
#, fuzzy
-msgctxt "00000208.xhp#hd_id315478899.help.text"
-msgid "Language"
-msgstr "ენა"
-
-#: 00000208.xhp#par_id314949588.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\">Determines how the number strings are imported.</ahelp>"
-msgstr "<ahelp hid=\".\">შლის შერჩეულ მომხმარებელს.</ahelp>"
-
-#: 00000208.xhp#par_id314949587.help.text
-msgid "If Language is set to Default (for CSV import) or Automatic (for HTML import), Calc will use the globally set language. If Language is set to a specific language, that language will be used when importing numbers."
-msgstr ""
-
-#: 00000208.xhp#par_id314949586.help.text
-msgid "When importing an HTML document, the Language selection can conflict with the global HTML option <link href=\"text/shared/optionen/01030500.xhp\" name=\"Use\">Use 'English (USA)' locale for numbers</link>. The global HTML option is effective only when the Automatic language option is selected. If you select a specific language in the HTML Import Options dialog, the global HTML option is ignored."
-msgstr ""
-
-#: 00000208.xhp#hd_id3154894.47.help.text
-msgid "From Row"
-msgstr "სტრიქონიდან"
+msgctxt ""
+"00000408.xhp\n"
+"par_id3150960\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"content\">Choose <emph>Help - Contents</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000208.xhp#par_id3150247.48.help.text
-msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCDLG_ASCII:NF_AT_ROW\">Specifies the row where you want to start the import.</ahelp> The rows are visible in the preview window at the bottom of the dialog."
+#. [-H[
+#: 00000408.xhp
+msgctxt ""
+"00000408.xhp\n"
+"par_id3147240\n"
+"14\n"
+"help.text"
+msgid "<variable id=\"infoanwendung\">Choose <emph>Help - About </emph><emph>%PRODUCTNAME</emph></variable>"
msgstr ""
-#: 00000208.xhp#hd_id3149999.3.help.text
-msgid "Separator Options"
-msgstr "გამყოფის პარამეტრები"
-
-#: 00000208.xhp#par_id3149640.4.help.text
-msgid "Specifies whether your data uses separators or fixed widths as delimiters."
+#. uVZu
+#: 00000408.xhp
+msgctxt ""
+"00000408.xhp\n"
+"par_id3151387\n"
+"15\n"
+"help.text"
+msgid "Automatically after <item type=\"productname\">%PRODUCTNAME</item> is first started."
msgstr ""
-#: 00000208.xhp#hd_id3156553.7.help.text
-msgid "Fixed width"
-msgstr "ფიქსირებული სიგანე"
-
-#: 00000208.xhp#par_id3150710.8.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_ASCII:RB_FIXED\">Separates fixed-width data (equal number of characters) into columns.</ahelp> Click on the ruler in the preview window to set the width."
+#. ^EvZ
+#: 00000408.xhp
+msgctxt ""
+"00000408.xhp\n"
+"par_id3153808\n"
+"16\n"
+"help.text"
+msgid "Choose <emph>Help - Registration</emph> (this is a direct link to an external website)"
msgstr ""
-#: 00000208.xhp#hd_id3156560.5.help.text
-msgid "Separated by"
-msgstr "გაყოფილია"
+#. 10L^
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"tit\n"
+"help.text"
+msgid "General Glossary"
+msgstr "მთავარი სიტყვანი"
-#: 00000208.xhp#par_id3145136.6.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_ASCII:RB_SEPARATED\">Select the separator used in your data.</ahelp>"
+#. qepA
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"bm_id3154896\n"
+"help.text"
+msgid "<bookmark_value>common terms;glossaries</bookmark_value><bookmark_value>glossaries;common terms</bookmark_value><bookmark_value>terminology;general glossary</bookmark_value>"
msgstr ""
-#: 00000208.xhp#hd_id3147250.49.help.text
-msgid "Tab"
-msgstr "ჩანართი"
-
-#: 00000208.xhp#par_id3147576.50.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ASCII:CKB_TAB\">Separates data delimited by tabs into columns.</ahelp>"
+#. :OZY
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"hd_id3154896\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/00/00000005.xhp\" name=\"General Glossary\">General Glossary</link>"
msgstr ""
-#: 00000208.xhp#hd_id3154317.51.help.text
-msgid "Semicolon"
-msgstr "წერტილ-მძიმე"
-
-#: 00000208.xhp#par_id3157863.52.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ASCII:CKB_SEMICOLON\">Separates data delimited by semicolons into columns.</ahelp>"
+#. .`sY
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3154788\n"
+"2\n"
+"help.text"
+msgid "This glossary includes explanations of some of the most important terms you will come across in $[officename]."
msgstr ""
-#: 00000208.xhp#hd_id3145313.53.help.text
-msgid "Comma"
-msgstr "მძიმე"
-
-#: 00000208.xhp#par_id3150693.54.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ASCII:CKB_COMMA\">Separates data delimited by commas into columns.</ahelp>"
+#. JxaL
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3154873\n"
+"3\n"
+"help.text"
+msgid "Use the glossary to look up unfamiliar terms found in any $[officename] application."
msgstr ""
-#: 00000208.xhp#hd_id3163802.55.help.text
-msgid "Space"
-msgstr "ჰარი"
-
-#: 00000208.xhp#par_id3153663.56.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ASCII:CKB_SPACE\">Separates data delimited by spaces into columns.</ahelp>"
-msgstr ""
+#. \;`h
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"bm_id3156192\n"
+"help.text"
+msgid "<bookmark_value>ASCII; definition</bookmark_value>"
+msgstr "<bookmark_value>ASCII; განსაზღვრება</bookmark_value>"
-#: 00000208.xhp#hd_id3147335.57.help.text
-msgid "Other"
-msgstr "სხვა"
+#. 1]t}
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"hd_id3156192\n"
+"22\n"
+"help.text"
+msgid "ASCII"
+msgstr "ASCII"
-#: 00000208.xhp#par_id3156329.58.help.text
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_ASCII:ED_OTHER\">Separates data into columns using the custom separator that you specify. Note: The custom separator must also be contained in your data.</ahelp>"
+#. ^H)3
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3155922\n"
+"23\n"
+"help.text"
+msgid "Abbreviation for American Standard Code for Information Interchange. ASCII is a character set for displaying fonts on personal computers. It consists of 128 characters including letters, numbers, punctuation and symbols. The extended ASCII character set contains 256 characters. Each character has been assigned a unique number, also referred to as ASCII Code."
msgstr ""
-#: 00000208.xhp#hd_id3150978.59.help.text
-msgid "Merge delimiters"
+#. rq5L
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3150823\n"
+"24\n"
+"help.text"
+msgid "In HTML pages, only characters from the 7 Bit ASCII character set should appear. Other characters, such as German umlauts, are distinguished by way of a separate code. You can input extended ASCII code characters: the $[officename] export filter performs the necessary conversion."
msgstr ""
-#: 00000208.xhp#par_id3153827.60.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ASCII:CB_ASONCE\">Combines consecutive delimiters and removes blank data fields.</ahelp>"
-msgstr ""
+#. 36gz
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"hd_id3151245\n"
+"25\n"
+"help.text"
+msgid "Bézier Object"
+msgstr "ბეზიე ობიექტი"
-#: 00000208.xhp#hd_id3155341.15.help.text
-msgctxt "00000208.xhp#hd_id3155341.15.help.text"
-msgid "Text delimiter"
+#. 9LXJ
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3154924\n"
+"26\n"
+"help.text"
+msgid "Developed by the French mathematician Pierre Bézier, a Bézier curve is a mathematically defined curve used in two-dimensional graphic applications. The curve is defined by four points: the initial position and the terminating position, and two separate middle points. Bézier objects can be modified by moving these points with the mouse."
msgstr ""
-#: 00000208.xhp#par_id3156326.16.help.text
-msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_ASCII:CB_TEXTSEP\">Select a character to delimit text data. You can can also enter a character in the text box.</ahelp>"
+#. .rv9
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"bm_id3146907\n"
+"help.text"
+msgid "<bookmark_value>CTL;definition</bookmark_value><bookmark_value>complex text layout;definition</bookmark_value><bookmark_value>complex text layout, see CTL</bookmark_value>"
msgstr ""
-#: 00000208.xhp#hd_id315538811.help.text
-msgid "Other options"
-msgstr "სხვა პარამეტრები"
-
-#: 00000208.xhp#par_id315366511.help.text
-msgid "Sets some other import options."
-msgstr ""
+#. sJ96
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"hd_id3146907\n"
+"169\n"
+"help.text"
+msgid "Complex Text Layout (CTL)"
+msgstr "Complex Text Layout (CTL)"
-#: 00000208.xhp#hd_id314847411.help.text
-msgid "Quoted fields as text"
+#. L!~s
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3156081\n"
+"166\n"
+"help.text"
+msgid "Languages with complex text layout may have some or all of the following features:"
msgstr ""
-#: 00000208.xhp#par_id314995711.help.text
-msgid "<ahelp hid=\".\">When this option is enabled, fields or cells whose values are quoted in their entirety (the first and last characters of the value equal the text delimiter) are imported as text.</ahelp>"
+#. B*.W
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3145116\n"
+"167\n"
+"help.text"
+msgid "The language is written with characters or glyphs that are composed of several parts"
msgstr ""
-#: 00000208.xhp#hd_id314847422.help.text
-#, fuzzy
-msgid "Detect special numbers"
-msgstr "ათწილადი რიცხვი."
+#. oVJ6
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3154630\n"
+"168\n"
+"help.text"
+msgid "The text direction is from right to left."
+msgstr "ტექსტის მიმართულება მარჯვნიდან მარხცხნივ."
-#: 00000208.xhp#par_id314995722.help.text
-msgid "<ahelp hid=\".\">When this option is enabled, Calc will automatically detect all number formats, including special number formats such as dates, time, and scientific notation.</ahelp>"
-msgstr ""
+#. gC:6
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3148677\n"
+"170\n"
+"help.text"
+msgid "Currently, $[officename] supports Hindi, Thai, Hebrew, and Arabic as CTL languages."
+msgstr "ამჟამად $[officename]-ი მხარს უჭერს ინდურს, ტაილანდურს, ებრაულს, და არაბულს, როგორც CTL ენებს."
-#: 00000208.xhp#par_id314995723.help.text
-msgid "The selected language influences how such special numbers are detected, since different languages and regions many have different conventions for such special numbers."
+#. 19.4
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3151176\n"
+"171\n"
+"help.text"
+msgid "Enable CTL support using <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>."
msgstr ""
-#: 00000208.xhp#par_id314995724.help.text
-msgid "When this option is disabled, Calc will detect and convert only decimal numbers. The rest, including numbers formatted in scientific notation, will be imported as text. A decimal number string can have digits 0-9, thousands separators, and a decimal separator. Thousands separators and decimal separators may vary with the selected language and region."
+#. `V-*
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_idN108F1\n"
+"help.text"
+msgid "Context Menu"
msgstr ""
-#: 00000208.xhp#hd_id3155388.61.help.text
-msgid "Fields"
-msgstr "ველები"
-
-#: 00000208.xhp#par_id3153665.62.help.text
-msgid "Shows how your data will look when it is separated into columns."
-msgstr ""
+#. fajM
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"bm_id3147084\n"
+"help.text"
+msgid "<bookmark_value>DDE; definition</bookmark_value>"
+msgstr "<bookmark_value>DDE; განსაზღვრება</bookmark_value>"
-#: 00000208.xhp#hd_id3148474.63.help.text
-msgid "Column type"
-msgstr "სვეტის ტიპი"
+#. _L/G
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"hd_id3147084\n"
+"29\n"
+"help.text"
+msgid "DDE"
+msgstr "DDE"
-#: 00000208.xhp#par_id314995725.24.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_ASCII:LB_TYPE1\">Choose a column in the preview window and select the data type to be applied the imported data.</ahelp> You can select one of the following options:"
+#. ,;o%
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3145154\n"
+"30\n"
+"help.text"
+msgid "DDE stands for \"Dynamic Data Exchange,\" which is a predecessor of OLE, \"Object Linking and Embedding\". With DDE, objects are linked through file reference, but not embedded."
msgstr ""
-#: 00000208.xhp#par_id3152945.25.help.text
-msgctxt "00000208.xhp#par_id3152945.25.help.text"
-msgid "Type"
+#. cppU
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3154820\n"
+"79\n"
+"help.text"
+msgid "You can create a DDE link using the following procedure: Select cells from a Calc spreadsheet, copy them into the clipboard and switch to another spreadsheet and select the <emph>Edit - Paste Special</emph> dialog. Select <emph>the Link</emph> option to insert the contents as a DDE link. When activating a link, the inserted cell area will be read from its original file."
msgstr ""
-#: 00000208.xhp#par_id3145121.26.help.text
-msgid "Function"
-msgstr "ფუნქცია"
-
-#: 00000208.xhp#par_id3149763.27.help.text
-msgctxt "00000208.xhp#par_id3149763.27.help.text"
-msgid "Standard"
-msgstr ""
+#. !~H8
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"hd_id3150439\n"
+"156\n"
+"help.text"
+msgid "Direct and Style Formatting"
+msgstr "მიმართულების და სტილის ფორმატირება"
-#: 00000208.xhp#par_id3155923.28.help.text
-msgid "$[officename] determines the type."
+#. kHB@
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3159254\n"
+"34\n"
+"help.text"
+msgid "If you format a document without Styles, it is referred to as \"direct\" formatting. This means modifying text or other objects, such as frames or tables, by applying various attributes directly. The format applies only to the selected area and all changes must be made separately. Styles, on the other hand, are not applied to the text directly, but rather are defined in the Styles and Formatting window and then applied. One advantage is that when you change a Style, all parts of the document to which that Style is assigned are modified at the same time."
msgstr ""
-#: 00000208.xhp#par_id3152472.29.help.text
+#. (K:O
+#: 00000005.xhp
#, fuzzy
-msgid "Text"
-msgstr ""
-"#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ტექსტი\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"შემდეგი"
-
-#: 00000208.xhp#par_id3148946.30.help.text
-msgid "Imported data are treated as text."
-msgstr ""
-
-#: 00000208.xhp#par_id3147265.31.help.text
-msgid "Date (DMY)"
-msgstr "თარიღი (დთწ)"
-
-#: 00000208.xhp#par_id3156434.32.help.text
-msgid "Applies a date format (Day, Month, Year) to the imported data in a column."
-msgstr ""
-
-#: 00000208.xhp#par_id3148740.33.help.text
-msgid "Date (MDY)"
-msgstr "თარიღი (თდწ)"
-
-#: 00000208.xhp#par_id3149688.34.help.text
-msgid "Applies a date format (Month, Day, Year) to the imported data in a column."
-msgstr ""
-
-#: 00000208.xhp#par_id3150230.35.help.text
-msgid "Date (YMD)"
-msgstr "თარიღი (წთდ)"
-
-#: 00000208.xhp#par_id3153207.36.help.text
-msgid "Applies a date format (Year, Month, Day) to the imported data in a column."
-msgstr ""
-
-#: 00000208.xhp#par_id3148981.65.help.text
-msgid "US English"
-msgstr "ა.შ.შ. ინგლისური"
-
-#: 00000208.xhp#par_id3153178.66.help.text
-msgid "Numbers formatted in US English are searched for and included regardless of the system language. A number format is not applied. If there are no US English entries, the <emph>Standard</emph> format is applied."
-msgstr ""
-
-#: 00000208.xhp#par_id3154329.37.help.text
-msgid "Hide"
-msgstr "დამალვა"
-
-#: 00000208.xhp#par_id3154946.38.help.text
-msgid "The data in the column are not imported."
-msgstr ""
-
-#: 00000208.xhp#par_id3149767.75.help.text
-msgid "If you selected one of the date formats (DMY), (MDY), or (YMD) and you enter numbers without date delimiters, the numbers are interpreted as follows:"
-msgstr ""
-
-#: 00000208.xhp#par_id3150650.76.help.text
-msgid "Number of characters "
-msgstr ""
-
-#: 00000208.xhp#par_id3150495.77.help.text
-msgid "Date format"
-msgstr "თარიღის ფორმატი"
-
-#: 00000208.xhp#par_id3156212.78.help.text
-msgid "6"
-msgstr "6"
-
-#: 00000208.xhp#par_id3153056.79.help.text
-msgid "Two characters each are taken for day, month, and year in the selected order."
-msgstr ""
-
-#: 00000208.xhp#par_id3147352.80.help.text
-msgid "8"
-msgstr "8"
-
-#: 00000208.xhp#par_id3153768.81.help.text
-msgid "Four characters are taken for the year, two each for month and day, in the selected order."
-msgstr ""
-
-#: 00000208.xhp#par_id3147295.82.help.text
-msgid "5 or 7"
-msgstr "5 ან 7"
+msgctxt ""
+"00000005.xhp\n"
+"par_id3147287\n"
+"35\n"
+"help.text"
+msgid "You can remove direct formatting from your document by selecting the entire text with the shortcut keys <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A and then choosing <emph>Format - Clear Direct Formatting</emph>."
+msgstr "ცხრილის სხვადასხვა ადგილებში უჯრების ასარჩევად დააყოვნეთ კლავიში <switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება </caseinline><defaultinline>Ctrl</defaultinline></switchinline> და გადაიტანეთ სხვადასხვა ადგილებში."
-#: 00000208.xhp#par_id3151168.83.help.text
-msgid "As with 6 or 8 characters, but the first part of the sequence has one character less. This will suppress a leading zero for month and day."
-msgstr ""
+#. \zX.
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"bm_id3155132\n"
+"help.text"
+msgid "<bookmark_value>windows; docking definition</bookmark_value><bookmark_value>docking; definition</bookmark_value>"
+msgstr "<bookmark_value>ფანჯარა; დამაგრების განსაზღვრება</bookmark_value><bookmark_value>დამაგრება; განსაზღვრება</bookmark_value>"
-#: 00000208.xhp#par_id3153143.44.help.text
-msgid "If you want to include the leading zero in the data you import, in telephone numbers for example, apply the \"Text\" format to the column."
-msgstr ""
+#. ]CN7
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"hd_id3155132\n"
+"6\n"
+"help.text"
+msgid "Docking"
+msgstr "დამაგრება"
-#: 00000208.xhp#hd_id3149287.39.help.text
-msgctxt "00000208.xhp#hd_id3149287.39.help.text"
-msgid "Preview"
+#. w+a/
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3154638\n"
+"7\n"
+"help.text"
+msgid "<variable id=\"andock1\">Some windows in $[officename], for example the Styles and Formatting window and the Navigator, are \"dockable\" windows. You can move these windows, re-size them or dock them to an edge. On each edge you can dock several windows on top of, or alongside each other; then, by moving the border lines, you can change the relative proportions of the windows.</variable>"
msgstr ""
-#: 00000208.xhp#par_id3147377.40.help.text
-msgid "Shows how the imported text will look after it is separated into columns. To apply a format to a column when it is imported, click a column and select a <emph>Column type</emph>. When you select a <emph>Column type</emph>, the column heading displays the applied format."
+#. A.H4
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3147233\n"
+"127\n"
+"help.text"
+msgid "<variable id=\"andock2\">To undock and re-dock, holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, double-click a vacant area in the window. In the Styles and Formatting window, you can also double-click a gray part of the window next to the icons, while you hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key.</variable>"
msgstr ""
-#: 00000208.xhp#par_id3150105.64.help.text
-msgid "If you want to use a fixed width to separate the imported data into columns, click in the ruler to set the width boundaries."
-msgstr ""
+#. zmOv
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"hd_id3155306\n"
+"10\n"
+"help.text"
+msgid "Docking (AutoHide)"
+msgstr "დამაგრება (ავტოდამალვა)"
-#: 00000208.xhp#par_id3155746.74.help.text
-msgid "<link href=\"text/shared/guide/keyboard.xhp\" name=\"Navigating Without the Mouse\">Navigating Without the Mouse</link>"
+#. _)l{
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3155854\n"
+"115\n"
+"help.text"
+msgid "On any window edge where another window is docked you will see a button which allows you to show or hide the window."
msgstr ""
-#: 00000208.xhp#par_id3146120.43.help.text
-msgid "For more information, see <link href=\"text/shared/00/00000020.xhp\" name=\"Information about Import and Export Filters\">Information about Import and Export Filters</link>."
+#. 4+9{
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3143274\n"
+"161\n"
+"help.text"
+msgid "If you click the button on the window edge to show the window, the window will remain visible until you manually hide it again (with the same button)."
msgstr ""
-#: 00000407.xhp#tit.help.text
-msgctxt "00000407.xhp#tit.help.text"
-msgid "Window Menu"
-msgstr "სარკმლის მენიუ"
-
-#: 00000407.xhp#hd_id3154349.1.help.text
-msgctxt "00000407.xhp#hd_id3154349.1.help.text"
-msgid "Window Menu"
-msgstr "სარკმლის მენიუ"
-
-#: 00000407.xhp#par_id3083278.6.help.text
-#, fuzzy
-msgid "<variable id=\"window\">Choose <emph>Window - New Window</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-
-#: 00000407.xhp#par_id3154545.13.help.text
-msgid "<variable id=\"liste\">Choose <emph>Window</emph> - List of open documents</variable>"
+#. 8IF7
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3153093\n"
+"162\n"
+"help.text"
+msgid "If you show the window by clicking the window border, but not the button, you activate the <emph>AutoHide</emph> function. The AutoHide function allows you to temporarily show a hidden window by clicking on its edge. When you click in the document, the docked window hides again."
msgstr ""
-#: 00000207.xhp#tit.help.text
-#, fuzzy
-msgctxt "00000207.xhp#tit.help.text"
-msgid "Export text files"
-msgstr "შაბლონების ექსპორტირება"
+#. 3Z9K
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"bm_id3163710\n"
+"help.text"
+msgid "<bookmark_value>formatting; definition</bookmark_value>"
+msgstr "<bookmark_value>ფორმატირება; განსაზღვრება</bookmark_value>"
-#: 00000207.xhp#hd_id3153116.1.help.text
-#, fuzzy
-msgctxt "00000207.xhp#hd_id3153116.1.help.text"
-msgid "Export text files"
-msgstr "შაბლონების ექსპორტირება"
+#. `2kI
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"hd_id3163710\n"
+"32\n"
+"help.text"
+msgid "Formatting"
+msgstr "ფორმატირება"
-#: 00000207.xhp#par_id3150379.7.help.text
-msgid "The <emph>Export text files</emph> dialog allows you to define the export options for text files. The dialog will be displayed if you save spreadsheet data as file type \"Text CSV\", and if the <emph>Edit filter settings</emph> check box is marked in the <emph>Save As</emph> dialog."
+#. P*qP
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3163821\n"
+"33\n"
+"help.text"
+msgid "Formatting refers to the visual layout of text using a word-processing or DTP program. This includes defining the paper format, page borders, fonts and font effects, as well as indents and spacing. You can format text <link href=\"text/shared/00/00000005.xhp#Section7\">directly or with Styles</link> provided by $[officename]."
msgstr ""
-#: 00000207.xhp#hd_id3155577.2.help.text
-msgid "Field options"
-msgstr "ველის პარამეტრები"
-
-#: 00000207.xhp#par_id3152427.8.help.text
-msgid "Defines the field separator, text separator and character set that is used for the text export."
-msgstr ""
+#. qnI1
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"bm_id3156006\n"
+"help.text"
+msgid "<bookmark_value>IME; definition</bookmark_value>"
+msgstr "<bookmark_value>IME; განსაზღვრება</bookmark_value>"
-#: 00000207.xhp#hd_id3152876.5.help.text
-msgctxt "00000207.xhp#hd_id3152876.5.help.text"
-msgid "Character set"
-msgstr "კოდირება"
+#. =bt_
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"hd_id3156006\n"
+"164\n"
+"help.text"
+msgid "IME"
+msgstr "IME"
-#: 00000207.xhp#par_id3154689.11.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_IMPORTOPT:DDLB_FONT\">Specifies the character set for text export.</ahelp>"
+#. y#1/
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3157874\n"
+"165\n"
+"help.text"
+msgid "IME stands for Input Method Editor. A program that allows the user to enter complex characters from non-western character sets using a standard keyboard."
msgstr ""
-#: 00000207.xhp#hd_id3145138.3.help.text
-msgid "Field delimiter"
-msgstr "ველის გამყოფი"
-
-#: 00000207.xhp#par_id3150838.9.help.text
-msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_IMPORTOPT:ED_FIELDSEP\">Choose or enter the field delimiter, which separates data fields.</ahelp>"
-msgstr ""
+#. +1Eb
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"bm_id3151172\n"
+"help.text"
+msgid "<bookmark_value>JDBC; definition</bookmark_value>"
+msgstr "<bookmark_value>JDBC; განსაზღვრება</bookmark_value>"
-#: 00000207.xhp#hd_id3154682.4.help.text
-msgctxt "00000207.xhp#hd_id3154682.4.help.text"
-msgid "Text delimiter"
-msgstr ""
+#. 8qeA
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"hd_id3151172\n"
+"111\n"
+"help.text"
+msgid "JDBC"
+msgstr "JDBC"
-#: 00000207.xhp#par_id3154863.10.help.text
-msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_IMPORTOPT:ED_TEXTSEP\">Choose or enter the text delimiter, which encloses every data field.</ahelp>"
+#. OKqj
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3148386\n"
+"112\n"
+"help.text"
+msgid "You can use the Java Database Connectivity (JDBC) API to connect to a database from %PRODUCTNAME. JDBC drivers are written in the Java programming language and are platform independent."
msgstr ""
-#: 00000207.xhp#hd_id783149793.help.text
-msgid "Quote all text cells"
-msgstr ""
+#. kIPn
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"bm_id3151282\n"
+"help.text"
+msgid "<bookmark_value>kerning; definition</bookmark_value>"
+msgstr "<bookmark_value>კერნინგი; განსაზღვრება</bookmark_value>"
-#: 00000207.xhp#par_id3152778363.help.text
-msgid "<ahelp hid=\".\">Exports all text cells with leading and trailing quote characters as set in the Text delimiter box. If not checked, only those text cells get quoted that contain the Field delimiter character.</ahelp>"
-msgstr ""
+#. #dS}
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"hd_id3151282\n"
+"36\n"
+"help.text"
+msgid "Kerning"
+msgstr "კერნინგი"
-#: 00000207.xhp#hd_id7145298.help.text
-msgid "Save cell content as shown"
+#. vf(S
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3146321\n"
+"37\n"
+"help.text"
+msgid "Kerning means increasing or decreasing the amount of space between pairs of letters to improve the overall appearance of the text."
msgstr ""
-#: 00000207.xhp#par_id5719779.help.text
-msgid "<ahelp hid=\".\">Enabled by default, data will be saved as displayed, including applied number formats. If this checkbox is not marked, raw data content will be saved, as in older versions of the software.</ahelp>"
+#. .QoV
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3146078\n"
+"38\n"
+"help.text"
+msgid "The kerning tables contain information on which pairs of letters require more spacing. These tables are generally a component of a font."
msgstr ""
-#: 00000207.xhp#par_id3541062.help.text
-msgid "Depending on the number format, saving cell content as shown may write values that during an import cannot be interpreted as numerical values anymore."
-msgstr ""
+#. n.sr
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"bm_id3150592\n"
+"help.text"
+msgid "<bookmark_value>links; definition</bookmark_value>"
+msgstr "<bookmark_value>ბმულები; განსაზღვრება</bookmark_value>"
-#: 00000207.xhp#hd_id3149793.12.help.text
-msgid "Fixed column width"
-msgstr "ფიქსირებული სვეტის სიგანე"
+#. B}cU
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"hd_id3150592\n"
+"55\n"
+"help.text"
+msgid "Link"
+msgstr "ბმული"
-#: 00000207.xhp#par_id3152363.13.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_IMPORTOPT_CB_FIXEDWIDTH\">Exports all data fields with a fixed width.</ahelp>"
+#. 4csF
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3150092\n"
+"56\n"
+"help.text"
+msgid "The <emph>Links</emph> command is found in the <emph>Edit</emph> menu. The command can only be activated when at least one link is contained in the current document. When you insert a picture, for example, you can either insert the picture directly into the document or insert the picture as a link."
msgstr ""
-#: 00000207.xhp#par_id3149283.14.help.text
-msgid "The width of a data field in the exported text file is set to the current width of the corresponding column."
+#. ~+_C
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3145730\n"
+"57\n"
+"help.text"
+msgid "When an object is inserted directly into a document, the document size increases by (at least) the size in bytes of the object. You can save the document and open it on another computer, and the inserted object will still be in the same position in the document."
msgstr ""
-#: 00000207.xhp#par_id3154116.15.help.text
-msgid "Values are exported in the format as currently seen in the cell."
+#. ]SDf
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3144765\n"
+"58\n"
+"help.text"
+msgid "If you insert the object as a link, only a reference to the file name is inserted. The file size of the document increases only by the path and file reference. If you open your document on another computer, however, the linked file must be in exactly the same position as given by the reference in order to view the object in the document."
msgstr ""
-#: 00000207.xhp#par_id3156414.16.help.text
-msgid "If a value is longer than the fixed column width, it will be exported as a ### string."
+#. 7ZJ#
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3153334\n"
+"59\n"
+"help.text"
+msgid "Use <emph>Edit - Links</emph> to see which files are inserted as links. The links can be removed if required. This will break the link and insert the object directly."
msgstr ""
-#: 00000207.xhp#par_id3150178.17.help.text
-msgid "If a text string is longer than the fixed column width, it will be truncated at the end."
-msgstr ""
+#. |Cp[
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"hd_id3154512\n"
+"107\n"
+"help.text"
+msgid "Number System"
+msgstr "რიცხვების სისტემა"
-#: 00000207.xhp#par_id3148548.18.help.text
-msgid "The alignment Left, Centered, and Right will be simulated by inserted blanks."
+#. pR56
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3157846\n"
+"108\n"
+"help.text"
+msgid "A number system is determined by the number of characters available for representing numbers. The decimal system, for instance is based on the ten numbers (0..9), the binary system is based on the two numbers 0 and 1, the hexadecimal system is based on 16 characters (0...9 and A...F)."
msgstr ""
-#: 00000402.xhp#tit.help.text
-msgctxt "00000402.xhp#tit.help.text"
-msgid "Edit Menu"
-msgstr "რედაქტირების მენიუ"
-
-#: 00000402.xhp#hd_id3147273.1.help.text
-msgctxt "00000402.xhp#hd_id3147273.1.help.text"
-msgid "Edit Menu"
-msgstr "რედაქტირების მენიუ"
-
-#: 00000402.xhp#par_id3085157.2.help.text
-msgid "Choose <emph>Edit - Undo</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
+#. {=V}
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"bm_id3156358\n"
+"help.text"
+msgid "<bookmark_value>objects; definition</bookmark_value>"
+msgstr "<bookmark_value>ტეგები; განსაზღვრება</bookmark_value>"
-#: 00000402.xhp#par_id3145160.564.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Z"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
+#. ;#U\
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"hd_id3156358\n"
+"41\n"
+"help.text"
+msgid "Object"
+msgstr "ობიექტი"
-#: 00000402.xhp#par_id3154094.3.help.text
-msgid "On the <emph>Standard</emph> Bar or Table Data bar, click"
+#. b\*a
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3144748\n"
+"42\n"
+"help.text"
+msgid "An object is a screen element containing data. It can refer to application data, such as text or graphics."
msgstr ""
-#: 00000402.xhp#par_id3155449.help.text
-#, fuzzy
-msgid "<image id=\"img_id3155577\" src=\"cmd/sc_undo.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155577\">Icon</alt></image>"
-msgstr "<image id=\"img_id3152427\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152427\">ხატულა</alt></image>"
-
-#: 00000402.xhp#par_id3148563.4.help.text
-msgid "Undo"
-msgstr "დაბრუნება"
-
-#: 00000402.xhp#par_id3145068.5.help.text
-msgid "Choose <emph>Edit - Redo</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
-
-#: 00000402.xhp#par_id3153897.6.help.text
-msgctxt "00000402.xhp#par_id3153897.6.help.text"
-msgid "On the <emph>Standard</emph> Bar, click"
+#. o$d?
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3153839\n"
+"43\n"
+"help.text"
+msgid "Objects are independent and do not influence each other. Any object containing data can be assigned certain commands. For example, a graphic object has commands for image editing and a spreadsheet contains calculation commands."
msgstr ""
-#: 00000402.xhp#par_id3154938.help.text
-#, fuzzy
-msgid "<image id=\"img_id3150358\" src=\"cmd/sc_redo.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150358\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
-
-#: 00000402.xhp#par_id3151211.7.help.text
-msgid "Redo"
-msgstr "გამეორება"
-
-#: 00000402.xhp#par_id3154365.8.help.text
-#, fuzzy
-msgid "<variable id=\"letzter\">Choose <emph>Edit - Repeat</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-
-#: 00000402.xhp#par_id3149765.9.help.text
-msgid "Choose <emph>Edit - Cut</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
+#. *T#0
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"bm_id3152827\n"
+"help.text"
+msgid "<bookmark_value>ODBC; definition</bookmark_value>"
+msgstr "<bookmark_value>JDBC; განსაზღვრება</bookmark_value>"
-#: 00000402.xhp#par_id3144762.565.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+X"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
+#. D!fz
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"hd_id3152827\n"
+"44\n"
+"help.text"
+msgid "ODBC"
+msgstr "ODBC"
-#: 00000402.xhp#par_id3148744.10.help.text
-msgctxt "00000402.xhp#par_id3148744.10.help.text"
-msgid "On the <emph>Standard</emph> Bar, click"
+#. sJ*R
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3153530\n"
+"45\n"
+"help.text"
+msgid "Open Database Connectivity (ODBC) is a protocol norm with which applications can access database systems. The query language used is Structured Query Language (SQL). In $[officename], you can determine for each database whether to use SQL commands to run queries. Alternatively, you can use the interactive help to define your query by mouseclick and have it automatically translated into SQL by $[officename]."
msgstr ""
-#: 00000402.xhp#par_id3145173.help.text
-#, fuzzy
-msgid "<image id=\"img_id3145744\" src=\"cmd/sc_helpmenu.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145744\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147100\" src=\"cmd/sc_open.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147100\">ხატულა</alt></image>"
-
-#: 00000402.xhp#par_id3154153.11.help.text
-msgctxt "00000402.xhp#par_id3154153.11.help.text"
-msgid "Cut"
+#. E6eg
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3153956\n"
+"75\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">The 32bit ODBC functions required here can be installed on your system at any time with the help of the setup program supplied with your database. You can then amend the properties through the Control Panel. </caseinline></switchinline>"
msgstr ""
-#: 00000402.xhp#par_id3150742.12.help.text
-msgid "Choose <emph>Edit - Copy</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
-
-#: 00000402.xhp#par_id3148923.566.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-
-#: 00000402.xhp#par_id3159254.13.help.text
-msgctxt "00000402.xhp#par_id3159254.13.help.text"
-msgid "On the <emph>Standard</emph> Bar, click"
-msgstr ""
+#. f9cS
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"bm_id3154479\n"
+"help.text"
+msgid "<bookmark_value>OLE; definition</bookmark_value>"
+msgstr "<bookmark_value>DDE; განსაზღვრება</bookmark_value>"
-#: 00000402.xhp#par_id3154985.help.text
-#, fuzzy
-msgid "<image id=\"img_id3156441\" src=\"cmd/sc_copy.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3152427\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152427\">ხატულა</alt></image>"
+#. =[%)
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"hd_id3154479\n"
+"46\n"
+"help.text"
+msgid "OLE"
+msgstr "OLE"
-#: 00000402.xhp#par_id3150685.14.help.text
-msgctxt "00000402.xhp#par_id3150685.14.help.text"
-msgid "Copy"
+#. qyuF
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3157840\n"
+"47\n"
+"help.text"
+msgid "Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object."
msgstr ""
-#: 00000402.xhp#par_id3159153.15.help.text
-msgid "Choose <emph>Edit - Paste</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
-
-#: 00000402.xhp#par_id3155860.567.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-
-#: 00000402.xhp#par_id3159083.16.help.text
-msgctxt "00000402.xhp#par_id3159083.16.help.text"
-msgid "On the <emph>Standard</emph> Bar, click"
-msgstr ""
+#. Pf=/
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"bm_id3154507\n"
+"help.text"
+msgid "<bookmark_value>OpenGL; definition</bookmark_value>"
+msgstr "<bookmark_value>URL; განსაზრვრება</bookmark_value>"
-#: 00000402.xhp#par_id3156106.help.text
-#, fuzzy
-msgid "<image id=\"img_id3159196\" src=\"cmd/sc_paste.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159196\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149716\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149716\">ხატულა</alt></image>"
+#. lXOP
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"hd_id3154507\n"
+"98\n"
+"help.text"
+msgid "OpenGL"
+msgstr "OpenGL"
-#: 00000402.xhp#par_id3154471.17.help.text
-msgctxt "00000402.xhp#par_id3154471.17.help.text"
-msgid "Paste"
+#. [)Tj
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3146879\n"
+"99\n"
+"help.text"
+msgid "OpenGL represents a 3D graphics language, initially developed by SGI (Silicon Graphics Inc). Two dialects of this language are commonly used: Microsoft OpenGL, developed for use under Windows NT, and Cosmo OpenGL made by SGI. The latter represents an independent graphics language for all platforms and all kind of computers, even usable on machines without special 3-D graphics hardware."
msgstr ""
-#: 00000402.xhp#par_id3152791.532.help.text
-#, fuzzy
-msgid "<variable id=\"inhalte\">Choose <emph>Edit - Paste Special</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-
-#: 00000402.xhp#par_id3148555.533.help.text
-msgid "Choose <emph>Edit - Select All</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
-
-#: 00000402.xhp#par_id3152417.568.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-
-#: 00000402.xhp#par_id3145748.help.text
-#, fuzzy
-msgid "<image id=\"img_id3153095\" src=\"cmd/sc_selectall.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153095\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155135\" src=\"cmd/sc_subscript.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155135\">ხატულა</alt></image>"
-
-#: 00000402.xhp#par_id3153139.575.help.text
-msgid "Select All"
-msgstr "ყველაფრის მონიშვნა"
-
-#: 00000402.xhp#par_id3145251.555.help.text
-#, fuzzy
-msgid "<variable id=\"aenderungen\">Choose <emph>Edit - Changes</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-
-#: 00000402.xhp#par_id3153336.556.help.text
-#, fuzzy
-msgid "<variable id=\"aufzeichnen\">Choose <emph>Edit - Changes - Record</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+#. m;!]
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"hd_id3155764\n"
+"91\n"
+"help.text"
+msgid "PNG"
+msgstr "PNG"
-#: 00000402.xhp#par_id3150594.557.help.text
-msgid "<variable id=\"anzeigen\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Choose <emph>Edit - Changes - Show</emph></caseinline><caseinline select=\"CALC\">Choose <emph>Edit - Changes - Show</emph></caseinline></switchinline></variable>"
+#. tfJ!
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3148993\n"
+"92\n"
+"help.text"
+msgid "Portable Network Graphics (PNG) is a graphic file format. The files are compressed with a selectable compression factor, and, as opposed to the JPG format, PNG files are always compressed without any information loss."
msgstr ""
-#: 00000402.xhp#par_id3153845.558.help.text
-msgid "<variable id=\"rotlinie\">Choose <emph>Edit - Changes - Accept or Reject</emph></variable>"
+#. U6}8
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"hd_id3083286\n"
+"103\n"
+"help.text"
+msgid "Primary key"
msgstr ""
-#: 00000402.xhp#par_id3148587.559.help.text
-msgid "Choose <emph>Edit - Changes - Accept or Reject - List</emph> tab"
+#. y#T1
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3150323\n"
+"104\n"
+"help.text"
+msgid "A primary key serves as a unique identifier of database fields. The unique identification of database fields is used in <link href=\"text/shared/00/00000005.xhp#relational\">relational databases</link>, to access data in other tables. If reference is made to a primary key from another table, this is termed a foreign key."
msgstr ""
-#: 00000402.xhp#par_id3150396.574.help.text
-msgid "Choose <emph>Format - AutoCorrect - Apply and Edit Changes.</emph> AutoCorrect dialog appears, click <emph>Edit Changes</emph> button, see <emph>List</emph> tab page"
+#. K.xr
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3148916\n"
+"113\n"
+"help.text"
+msgid "In $[officename], you define the primary key in the design view of a table, by choosing the relevant command from the context menu of a row header for the selected field."
msgstr ""
-#: 00000402.xhp#par_id3153878.560.help.text
-msgid "<variable id=\"rotliniefilter\">Choose <emph>Edit - Changes - Accept or Reject - Filter</emph> tab </variable>"
-msgstr ""
+#. s*Ds
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"hd_id3147359\n"
+"100\n"
+"help.text"
+msgid "Relational Database"
+msgstr "რელაციური მონაცემთა ბაზები"
-#: 00000402.xhp#par_id3151281.561.help.text
-msgid "<variable id=\"einfuegen\">Choose <emph>Edit - Changes - Merge Document</emph></variable>"
+#. _Pps
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3147585\n"
+"101\n"
+"help.text"
+msgid "A relational database is a collection of data items organized as a set of formally described tables from which data can be accessed or reassembled in many different ways without having to reorganize the database tables."
+msgstr ""
+
+#. vg1|
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3154255\n"
+"163\n"
+"help.text"
+msgid "A relational database management system (RDBMS) is a program that lets you create, update, and administer a relational database. An RDBMS takes Structured Query Language (SQL) statements entered by a user or contained in an application program and creates, updates, or provides access to the database."
msgstr ""
-#: 00000402.xhp#par_id3153224.562.help.text
-#, fuzzy
-msgid "<variable id=\"dvergl\">Choose <emph>Edit - Compare Document</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-
-#: 00000402.xhp#par_id3148773.563.help.text
-msgid "Choose <emph>Edit - Changes - Comment</emph>"
+#. VX{n
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3147535\n"
+"102\n"
+"help.text"
+msgid "A good example of a relational database can be given with a database containing Customer, Purchase, and Invoice tables. In the Invoice table, there is no actual customer or purchasing data; however, the table contains references through a relational link, or a relation, to the respective customer and purchasing table's fields (for example, the customer ID field from the customer table)."
msgstr ""
-#: 00000402.xhp#par_id3149488.571.help.text
-msgid "Choose <emph>Edit - Changes - Accept or Reject - List</emph> tab. Click an entry in the list and open the context menu. Choose <emph>Edit Comment</emph>"
-msgstr ""
+#. Xmmo
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"bm_id3147315\n"
+"help.text"
+msgid "<bookmark_value>register-true; definition</bookmark_value>"
+msgstr "<bookmark_value>რეგისტრირებულია-ჭეშმარიტი; განსაზღვრება</bookmark_value>"
-#: 00000402.xhp#par_id3156297.49.help.text
-msgid "Choose <emph>Edit - Find & Replace</emph>"
-msgstr ""
+#. gkj3
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"hd_id3147315\n"
+"48\n"
+"help.text"
+msgid "Register-true"
+msgstr "რეგისტრირებულია-ჭეშმარიტი"
-#: 00000402.xhp#par_id3154503.569.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+H"
+#. )EVm
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3154223\n"
+"49\n"
+"help.text"
+msgid "Register-true is a typography term that is used in printing. This term refers to the congruent imprint of the lines within a type area on the front and the back side of book pages, newspaper pages and magazine pages. The register-true feature make these pages easier to read by preventing gray shadows from shining through between the lines of text. The register-true term also refers to lines in adjacent text columns that are of the same height."
msgstr ""
-#: 00000402.xhp#par_id3155083.456.help.text
-msgid "On Standard bar, click"
-msgstr "სტანდარტულ ზოლზე დააწაკპუნეთ"
-
-#: 00000402.xhp#par_id3150020.help.text
-#, fuzzy
-msgid "<image id=\"img_id3149121\" src=\"cmd/sc_recsearch.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149121\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149716\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149716\">ხატულა</alt></image>"
-
-#: 00000402.xhp#par_id3144748.50.help.text
-msgid "Find & Replace"
-msgstr "ძებნა და ჩანაცვლება"
-
-#: 00000402.xhp#par_id3156357.552.help.text
-msgid "<variable id=\"suchenattribute\">Choose <emph>Edit - Find & Replace - Attributes</emph></variable>"
+#. d*nB
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3145230\n"
+"50\n"
+"help.text"
+msgid "When you define a paragraph, Paragraph Style, or a Page Style as register-true, the base lines of the affected characters are aligned to a vertical page grid, regardless of font size or of the presence of graphics. If you want, you can specify the setting for this grid as a Page Style property."
msgstr ""
-#: 00000402.xhp#par_id3153840.553.help.text
-msgid "<variable id=\"suchenformat\">Choose <emph>Edit - Find & Replace - Format</emph> button </variable>"
-msgstr ""
+#. *k(0
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"hd_id3156710\n"
+"70\n"
+"help.text"
+msgid "RTF"
+msgstr "RTF"
-#: 00000402.xhp#par_id3146971.554.help.text
-msgid "Choose <emph>Edit - Find & Replace - Similarity search</emph> check box and <emph>...</emph> button."
+#. o7TS
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3151186\n"
+"71\n"
+"help.text"
+msgid "Rich Text Format (RTF) is a file format developed for the exchange of text files. A special feature is that the formatting is converted into directly readable text information. Unfortunately, in comparison to other file formats, this creates relatively large files."
msgstr ""
-#: 00000402.xhp#par_id3153709.572.help.text
-msgid "On the <emph>Table Data</emph> Bar, click <emph>Find</emph> icon - <emph>Similarity search</emph> check box - <emph>...</emph> button (database table view)"
+#. yW[K
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"hd_id3156372\n"
+"117\n"
+"help.text"
+msgid "Saving Relatively and Absolutely"
msgstr ""
-#: 00000402.xhp#par_id3150749.573.help.text
-msgid "On <emph>Form Design</emph> Bar, click <emph>Record Search</emph> - <emph>Similarity search</emph> check box - <emph>...</emph> button (form view)"
+#. jv:i
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3146919\n"
+"67\n"
+"help.text"
+msgid "In various dialogs (for example, <emph>Edit - AutoText</emph>) you can select whether you want to save files relatively or absolutely."
msgstr ""
-#: 00000402.xhp#par_id3152960.534.help.text
-msgid "Choose <emph>View - Navigator</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
-
-#: 00000402.xhp#par_id3163824.535.help.text
-msgid "On <emph>Standard</emph> Bar, click"
+#. Va_g
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3152946\n"
+"68\n"
+"help.text"
+msgid "If you choose to save relatively, the references to embedded graphics or other objects in your document will be saved relative to the location in the file system. In this case, it does not matter where the referenced directory structure is recorded. The files will be found regardless of location, as long as the reference remains on the same drive or volume. This is important if you want to make the document available to other computers that may have a completely different directory structure, drive or volume names. It is also recommended to save relatively if you want to create a directory structure on an Internet server."
msgstr ""
-#: 00000402.xhp#par_id3159183.help.text
-#, fuzzy
-msgid "<image id=\"img_id3154508\" src=\"cmd/sc_navigator.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154508\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147502\" src=\"cmd/sc_aligntop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147502\">ხატულა</alt></image>"
-
-#: 00000402.xhp#par_id3147359.536.help.text
-msgid "Navigator On/Off"
-msgstr "ნავიგატორი ჩართთულია/გამორთულია"
-
-#: 00000402.xhp#par_id3147338.576.help.text
-msgid "<variable id=\"litdat\">Choose <emph>Tools - Bibliography Database</emph></variable>"
+#. G7tv
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3148927\n"
+"69\n"
+"help.text"
+msgid "If you prefer absolute saving, all references to other files will also be defined as absolute, based on the respective drive, volume or root directory. The advantage is that the document containing the references can be moved to other directories or folders, and the references remain valid."
msgstr ""
-#: 00000402.xhp#par_id3149281.538.help.text
-#, fuzzy
-msgid "<variable id=\"link\">Choose <emph>Edit - Links</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-
-#: 00000402.xhp#par_id3159339.551.help.text
-msgid "<variable id=\"linkae\">Choose <emph>Edit - Links - Modify Link</emph> (DDE links only) </variable>"
-msgstr ""
+#. ^qo%
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"bm_id3149922\n"
+"help.text"
+msgid "<bookmark_value>SQL;definition</bookmark_value>"
+msgstr "<bookmark_value>SQL;განსაზღვრება</bookmark_value>"
-#: 00000402.xhp#par_id3148927.543.help.text
-msgid "Select a frame, then choose <emph>Edit - Object - Properties</emph>"
-msgstr ""
+#. 6.~1
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"hd_id3149922\n"
+"53\n"
+"help.text"
+msgid "SQL"
+msgstr "SQL"
-#: 00000402.xhp#par_id3156315.577.help.text
-msgid "Open context menu of selected frame - choose <emph>Properties</emph>"
+#. t7^D
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3152863\n"
+"54\n"
+"help.text"
+msgid "Structured Query Language (SQL) is a language used for database queries. In $[officename] you can formulate queries either in SQL or interactively with the mouse."
msgstr ""
-#: 00000402.xhp#par_id3151251.545.help.text
-#, fuzzy
-msgid "<variable id=\"plugin\">Choose <emph>Edit - Plug-in</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+#. 76kR
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"hd_id3147552\n"
+"120\n"
+"help.text"
+msgid "SQL Database / SQL Server"
+msgstr "SQL მონაცემთა ბაზა / SQL სერვერი"
-#: 00000402.xhp#par_id3156091.546.help.text
-msgid "<variable id=\"imagemap\">Choose <emph>Edit - ImageMap</emph> (also in context menu of selected object) </variable>"
+#. beYm
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3159239\n"
+"121\n"
+"help.text"
+msgid "An SQL database is a database system which offers an <link href=\"text/shared/00/00000005.xhp#sql\">SQL</link> interface. SQL databases are often used in client/server networks in which different clients access a central server (for example, an SQL server), hence they are also called SQL server databases, or SQL servers for short."
msgstr ""
-#: 00000402.xhp#par_id3155936.550.help.text
-msgid "<variable id=\"imapeigbea\">Choose <emph>Edit - ImageMap</emph>, then select a section of the ImageMap and click <emph>Properties - Description</emph></variable>"
+#. ?=c7
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3159118\n"
+"122\n"
+"help.text"
+msgid "In $[officename], you can integrate external SQL databases. These may be located on your local hard disk as well as on the network. Access is achieved through <link href=\"text/shared/00/00000005.xhp#odbc\">ODBC</link>, JDBC, or a native driver integrated into $[officename]."
msgstr ""
-#: 00000402.xhp#par_id3149259.547.help.text
-#, fuzzy
-msgid "<variable id=\"edit1\">Choose <emph>Edit - Object</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+#. P1qX
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"hd_id3166423\n"
+"51\n"
+"help.text"
+msgid "Widows and Orphans"
+msgstr "ქვრივები და ობლები"
-#: 00000402.xhp#par_id3154966.548.help.text
-msgid "<variable id=\"edit2\">Choose <emph>Edit - Object - Edit</emph>, also in the context menu of selected object </variable>"
+#. #/];
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id3149448\n"
+"52\n"
+"help.text"
+msgid "Widows and orphans are historical typography terms, which have been in use for many years. A widow refers to a short line at the end of a paragraph, which when printed, appears alone at the top of the next page. An orphan is, in contrast, the first line of a paragraph printed alone at the bottom of the previous page. In a $[officename] text document you can automatically prevent such occurrences in the desired Paragraph Style. When doing so, you can determine the minimum amount of lines to be kept together on a page."
msgstr ""
-#: 00000402.xhp#par_id3149565.549.help.text
-#, fuzzy
-msgid "<variable id=\"edit3\">Choose <emph>Edit - Object - Open</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-
-#: 00040500.xhp#tit.help.text
-msgctxt "00040500.xhp#tit.help.text"
+#. _B=L
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"tit\n"
+"help.text"
msgid "Format Menu"
msgstr ""
-#: 00040500.xhp#hd_id3150347.1.help.text
-msgctxt "00040500.xhp#hd_id3150347.1.help.text"
+#. k\NT
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"hd_id3150347\n"
+"1\n"
+"help.text"
msgid "Format Menu"
msgstr ""
-#: 00040500.xhp#par_id3145356.8.help.text
+#. ^g.,
+#: 00040500.xhp
#, fuzzy
+msgctxt ""
+"00040500.xhp\n"
+"par_id3145356\n"
+"8\n"
+"help.text"
msgid "<variable id=\"standard\">Choose <emph>Format - Clear Direct Formatting</emph></variable>"
msgstr "<variable id=\"bedingte\">არჩევა <emph>ფორმატი - პირობითი ფორმატირება</emph></variable>"
-#: 00040500.xhp#par_id3153244.9.help.text
+#. aVCU
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3153244\n"
+"9\n"
+"help.text"
msgid "Choose <emph>Format - Character</emph>"
msgstr ""
-#: 00040500.xhp#par_id3152352.10.help.text
+#. 7d@i
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3152352\n"
+"10\n"
+"help.text"
msgid "On <emph>Text Formatting</emph> Bar (with cursor in object), click"
msgstr ""
-#: 00040500.xhp#par_id3148998.help.text
+#. n.#i
+#: 00040500.xhp
#, fuzzy
+msgctxt ""
+"00040500.xhp\n"
+"par_id3148998\n"
+"help.text"
msgid "<image id=\"img_id3154894\" src=\"cmd/sc_outlineformat.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154894\">Icon</alt></image>"
msgstr "<image id=\"img_id3146957\" src=\"cmd/sc_justifypara.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146957\">ხატულა</alt></image>"
-#: 00040500.xhp#par_id3149999.11.help.text
+#. ,pbN
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3149999\n"
+"11\n"
+"help.text"
msgid "Character"
msgstr "სიმბოლო"
-#: 00040500.xhp#par_id3153935.12.help.text
+#. _$_`
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3153935\n"
+"12\n"
+"help.text"
msgid "Choose <emph>Format - Character - Font</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3157958.14.help.text
+#. !uIk
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3157958\n"
+"14\n"
+"help.text"
msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Font</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3155338.16.help.text
+#. ;0%8
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3155338\n"
+"16\n"
+"help.text"
msgid "Open context menu of a row header in a database table - choose <emph>Table Format - Font</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3150355.18.help.text
+#. ~$P*
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3150355\n"
+"18\n"
+"help.text"
msgid "Choose <emph>Format - Title - Character</emph> tab (Chart documents)"
msgstr ""
-#: 00040500.xhp#par_id3149812.19.help.text
+#. ~Z.P
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3149812\n"
+"19\n"
+"help.text"
msgid "Choose <emph>Format - Legend - Character</emph> tab (Chart documents)"
msgstr ""
-#: 00040500.xhp#par_id3153717.20.help.text
+#. y~Mb
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3153717\n"
+"20\n"
+"help.text"
msgid "Choose <emph>Format - Axis - Character</emph> tab (Chart documents)"
msgstr ""
-#: 00040500.xhp#par_id3154749.17.help.text
+#. ;[!K
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3154749\n"
+"17\n"
+"help.text"
msgid "Choose <emph>Format - Cell - Font</emph> tab (spreadsheets)"
msgstr ""
-#: 00040500.xhp#par_id3156306.199.help.text
-msgctxt "00040500.xhp#par_id3156306.199.help.text"
+#. No30
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3156306\n"
+"199\n"
+"help.text"
msgid "Menu <emph>Format - Page - Header/Footer</emph> - <emph>Edit</emph> button (spreadsheets)"
msgstr ""
-#: 00040500.xhp#par_id3155829.21.help.text
+#. ovz0
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3155829\n"
+"21\n"
+"help.text"
msgid "Choose <emph>Format - Character - Font Effects</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3149819.23.help.text
+#. j]57
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3149819\n"
+"23\n"
+"help.text"
msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Font Effects</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3159176.200.help.text
-msgctxt "00040500.xhp#par_id3159176.200.help.text"
+#. \L.y
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3159176\n"
+"200\n"
+"help.text"
msgid "Menu <emph>Format - Page - Header/Footer</emph> - <emph>Edit</emph> button (spreadsheets)"
msgstr ""
-#: 00040500.xhp#par_id3153541.181.help.text
+#. AZ1A
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3153541\n"
+"181\n"
+"help.text"
msgid "Choose <emph>Format - Character - Position</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3159256.183.help.text
+#. EYBu
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3159256\n"
+"183\n"
+"help.text"
msgid "Choose <emph>Format - Styles and Formatting - </emph>open context menu of an entry and click <emph>Modify/New - Alignment</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3151385.201.help.text
-msgctxt "00040500.xhp#par_id3151385.201.help.text"
+#. .(|o
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3151385\n"
+"201\n"
+"help.text"
msgid "Menu <emph>Format - Page - Header/Footer</emph> - <emph>Edit</emph> button (spreadsheets)"
msgstr ""
-#: 00040500.xhp#par_id3148550.186.help.text
+#. phuN
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3148550\n"
+"186\n"
+"help.text"
msgid "Choose <emph>Format - Character - Asian Layout</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3152811.188.help.text
+#. WUj@
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3152811\n"
+"188\n"
+"help.text"
msgid "Choose <emph>Format - Styles and Formatting - </emph>open context menu of an entry and click <emph>Modify/New - Asian Layout</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3153524.190.help.text
+#. \3:]
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3153524\n"
+"190\n"
+"help.text"
msgid "Choose <emph>Format - Paragraph - Asian Typography</emph> tab (not in HTML)"
msgstr ""
-#: 00040500.xhp#par_id3154366.191.help.text
+#. w`=h
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3154366\n"
+"191\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Format - Cell - Asian Typography</emph> tab </caseinline></switchinline>"
msgstr ""
-#: 00040500.xhp#par_id3148742.193.help.text
+#. JO~u
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3148742\n"
+"193\n"
+"help.text"
msgid "Choose <emph>Format - Styles and Formatting - </emph>open context menu of an entry and click <emph>Modify/New - Asian Typography</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3148922.26.help.text
+#. h#Mi
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3148922\n"
+"26\n"
+"help.text"
msgid "Choose <emph>Format - Character - Hyperlink</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3149169.29.help.text
+#. n6zO
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3149169\n"
+"29\n"
+"help.text"
msgid "Choose <emph>Format - Paragraph</emph>"
msgstr ""
-#: 00040500.xhp#par_id3151381.30.help.text
+#. TFds
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3151381\n"
+"30\n"
+"help.text"
msgid "On <emph>Text Formatting</emph> bar (with cursor in object), click"
msgstr ""
-#: 00040500.xhp#par_id3155995.help.text
+#. F^l)
+#: 00040500.xhp
#, fuzzy
+msgctxt ""
+"00040500.xhp\n"
+"par_id3155995\n"
+"help.text"
msgid "<image id=\"img_id3150495\" src=\"cmd/sc_paragraphdialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150495\">Icon</alt></image>"
msgstr "<image id=\"img_id3150410\" src=\"cmd/sc_cellvertbottom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150410\">ხატულა</alt></image>"
-#: 00040500.xhp#par_id3147299.31.help.text
+#. p(]w
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3147299\n"
+"31\n"
+"help.text"
msgid "Paragraph"
msgstr "აბზაცი"
-#: 00040500.xhp#par_id3147289.4.help.text
+#. -d?d
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3147289\n"
+"4\n"
+"help.text"
msgid "Choose <emph>Format - Paragraph - Alignment</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3147352.179.help.text
+#. ibRS
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3147352\n"
+"179\n"
+"help.text"
msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Alignment</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3154640.32.help.text
+#. _PV`
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3154640\n"
+"32\n"
+"help.text"
msgid "Choose <emph>Format - Paragraph - Indents & Spacing</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3152463.34.help.text
+#. c!iV
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3152463\n"
+"34\n"
+"help.text"
msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Indents & Spacing</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3154319.39.help.text
+#. [WEm
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3154319\n"
+"39\n"
+"help.text"
msgid "Choose <emph>Format - Paragraph - Tabs</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3154833.41.help.text
+#. 4}2g
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3154833\n"
+"41\n"
+"help.text"
msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Tabs</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3159155.43.help.text
+#. Q[L:
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3159155\n"
+"43\n"
+"help.text"
msgid "Double-click the ruler"
msgstr "დააწკაპუნეთ ორჯერ სახაზავზე"
-#: 00040500.xhp#par_idN109E2.help.text
+#. P_jf
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_idN109E2\n"
+"help.text"
msgid "(all options only in Writer or Calc)"
msgstr ""
-#: 00040500.xhp#par_id3156105.44.help.text
+#. 9TGX
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3156105\n"
+"44\n"
+"help.text"
msgid "Choose <emph>Format - Paragraph - Borders</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3154149.45.help.text
+#. 1f:(
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3154149\n"
+"45\n"
+"help.text"
msgid "Choose <emph>Format - Picture - Borders</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3163822.48.help.text
+#. q{Aw
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3163822\n"
+"48\n"
+"help.text"
msgid "Choose <emph>Format - Frame/Object - Borders</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3150048.51.help.text
+#. _NWE
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3150048\n"
+"51\n"
+"help.text"
msgid "Choose <emph>Format - Page - Borders</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3149911.53.help.text
+#. ]Wu]
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3149911\n"
+"53\n"
+"help.text"
msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Borders</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3150094.54.help.text
-msgctxt "00040500.xhp#par_id3150094.54.help.text"
+#. n*SU
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3150094\n"
+"54\n"
+"help.text"
msgid "Choose <emph>Format - Page - Header - More</emph> button"
msgstr ""
-#: 00040500.xhp#par_id3154501.55.help.text
-msgctxt "00040500.xhp#par_id3154501.55.help.text"
+#. YZ76
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3154501\n"
+"55\n"
+"help.text"
msgid "Choose <emph>Format - Page - Footer - More</emph> button"
msgstr ""
-#: 00040500.xhp#par_id3148455.56.help.text
+#. Vn:-
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3148455\n"
+"56\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Format - Cells - Borders</emph> tab </caseinline></switchinline>"
msgstr ""
-#: 00040500.xhp#par_id3155915.177.help.text
+#. ZQt3
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3155915\n"
+"177\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Menu <emph>Format - Paragraph</emph> - <emph>Border</emph> tab -<emph> Spacing to contents</emph></caseinline></switchinline>"
msgstr ""
-#: 00040500.xhp#par_id3159130.178.help.text
+#. S/_\
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3159130\n"
+"178\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Menu<emph> Format - Page - Border - Spacing to contents</emph></caseinline></switchinline>"
msgstr ""
-#: 00040500.xhp#par_id3155853.57.help.text
+#. %o|Y
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3155853\n"
+"57\n"
+"help.text"
msgid "Choose <emph>Format - Paragraph - Background</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3147330.58.help.text
+#. R@Z=
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3147330\n"
+"58\n"
+"help.text"
msgid "Choose <emph>Format - Character - Background</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3149486.59.help.text
+#. fEmX
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3149486\n"
+"59\n"
+"help.text"
msgid "Choose <emph>Format - Picture - Background</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3150592.61.help.text
+#. j)#=
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3150592\n"
+"61\n"
+"help.text"
msgid "Choose <emph>Format - Frame/Object - Background</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3151321.65.help.text
+#. Y[bh
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3151321\n"
+"65\n"
+"help.text"
msgid "Choose <emph>Format - Page - Background</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3154510.68.help.text
-msgctxt "00040500.xhp#par_id3154510.68.help.text"
+#. ACs;
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3154510\n"
+"68\n"
+"help.text"
msgid "Choose <emph>Format - Page - Header - More</emph> button"
msgstr ""
-#: 00040500.xhp#par_id3159110.69.help.text
-msgctxt "00040500.xhp#par_id3159110.69.help.text"
+#. tFVF
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3159110\n"
+"69\n"
+"help.text"
msgid "Choose <emph>Format - Page - Footer - More</emph> button"
msgstr ""
-#: 00040500.xhp#par_id3153532.67.help.text
+#. GJW(
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3153532\n"
+"67\n"
+"help.text"
msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Background</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3144747.174.help.text
+#. 8d[w
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3144747\n"
+"174\n"
+"help.text"
msgid "Choose <emph>Insert/Edit - Section - Background</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3146900.71.help.text
+#. eB4Q
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3146900\n"
+"71\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Format - Cells - Background</emph> tab </caseinline></switchinline>"
msgstr ""
-#: 00040500.xhp#par_id3146791.72.help.text
+#. NX2A
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3146791\n"
+"72\n"
+"help.text"
msgid "Choose <emph>Format - Page - Organizer</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3154482.74.help.text
+#. {m9a
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3154482\n"
+"74\n"
+"help.text"
msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Organizer</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3153357.75.help.text
+#. _PmG
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3153357\n"
+"75\n"
+"help.text"
msgid "Choose <emph>Format - Page - Page</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3154362.77.help.text
+#. =1DI
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3154362\n"
+"77\n"
+"help.text"
msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Page</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3155515.78.help.text
+#. cXiA
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3155515\n"
+"78\n"
+"help.text"
msgid "Choose <emph>Format - Page - Header</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3148405.80.help.text
+#. XKt|
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3148405\n"
+"80\n"
+"help.text"
msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Header</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3145618.81.help.text
+#. E[T2
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3145618\n"
+"81\n"
+"help.text"
msgid "Choose <emph>Format - Page - Footer</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3155175.83.help.text
+#. ~-w:
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3155175\n"
+"83\n"
+"help.text"
msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Footer</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3147404.84.help.text
+#. L6Nm
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3147404\n"
+"84\n"
+"help.text"
msgid "Choose <emph>Format - Styles and Formatting</emph>"
msgstr ""
-#: 00040500.xhp#par_id3166447.95.help.text
+#. BOZL
+#: 00040500.xhp
#, fuzzy
+msgctxt ""
+"00040500.xhp\n"
+"par_id3166447\n"
+"95\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline>"
-msgstr ""
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3\n"
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F1\n"
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+J\n"
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
-
-#: 00040500.xhp#par_id3147321.85.help.text
+msgstr "#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\n<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3\\n#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\n<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F1\\n#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\n<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+J\\n#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\n<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
+
+#. IKvR
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3147321\n"
+"85\n"
+"help.text"
msgid "On <emph>Formatting</emph> Bar, click"
msgstr ""
-#: 00040500.xhp#par_id3148533.help.text
+#. .mlq
+#: 00040500.xhp
#, fuzzy
+msgctxt ""
+"00040500.xhp\n"
+"par_id3148533\n"
+"help.text"
msgid "<image id=\"img_id3149568\" src=\"cmd/sc_designerdialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149568\">Icon</alt></image>"
msgstr "<image id=\"img_id3147502\" src=\"cmd/sc_aligntop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147502\">ხატულა</alt></image>"
-#: 00040500.xhp#par_id3153534.86.help.text
+#. Gg]V
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3153534\n"
+"86\n"
+"help.text"
msgid "Styles and Formatting"
msgstr "სტილები და ფორმატირება"
-#: 00040500.xhp#par_id3159313.88.help.text
+#. 4`#7
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3159313\n"
+"88\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 ""
-#: 00040500.xhp#par_id3109845.help.text
+#. ?V8:
+#: 00040500.xhp
#, fuzzy
+msgctxt ""
+"00040500.xhp\n"
+"par_id3109845\n"
+"help.text"
msgid "<image id=\"img_id3159236\" src=\"cmd/sc_window3d.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159236\">Icon</alt></image>"
msgstr "<image id=\"img_id3149716\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149716\">ხატულა</alt></image>"
-#: 00040500.xhp#par_id3152498.3.help.text
+#. o?D;
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3152498\n"
+"3\n"
+"help.text"
msgid "<emph>3D Effects</emph>"
msgstr ""
-#: 00040500.xhp#par_id3145256.90.help.text
+#. bq)(
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3145256\n"
+"90\n"
+"help.text"
msgid "<variable id=\"3dgeometrie\">Open the context menu of the 3D object, choose <emph>3D Effects - Geometry</emph> tab </variable>"
msgstr ""
-#: 00040500.xhp#par_id3154203.91.help.text
+#. o$vY
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3154203\n"
+"91\n"
+"help.text"
msgid "<variable id=\"3ddarstellung\">Open the context menu of the 3D object, choose <emph>3D Effects - Shading</emph> tab </variable>"
msgstr ""
-#: 00040500.xhp#par_id3151284.92.help.text
+#. NA%I
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3151284\n"
+"92\n"
+"help.text"
msgid "<variable id=\"3dbeleuchtung\">Open the context menu of the 3D object, choose <emph>3D Effects - Illumination</emph> tab </variable>"
msgstr ""
-#: 00040500.xhp#par_id3152475.93.help.text
+#. X)w[
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3152475\n"
+"93\n"
+"help.text"
msgid "<variable id=\"3dtexturen\">Open the context menu of the 3D object, choose <emph>3D Effects - Textures</emph> tab </variable>"
msgstr ""
-#: 00040500.xhp#par_id3154572.94.help.text
+#. p7Vs
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3154572\n"
+"94\n"
+"help.text"
msgid "<variable id=\"3dmaterial\">Open the context menu of the 3D object, choose <emph>3D Effects - Material</emph> tab </variable>"
msgstr ""
-#: 00040500.xhp#par_id3145220.155.help.text
+#. ?kK^
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3145220\n"
+"155\n"
+"help.text"
msgid "Choose <emph>Format - Bullets and Numbering </emph>"
msgstr ""
-#: 00040500.xhp#par_id3148771.156.help.text
+#. ^)Z|
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3148771\n"
+"156\n"
+"help.text"
msgid "On <emph>Formatting</emph> toolbar, click"
msgstr ""
-#: 00040500.xhp#par_id3149445.help.text
+#. Wo|M
+#: 00040500.xhp
#, fuzzy
+msgctxt ""
+"00040500.xhp\n"
+"par_id3149445\n"
+"help.text"
msgid "<image id=\"img_id3149964\" src=\"cmd/sc_defaultbullet.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149964\">Icon</alt></image>"
msgstr "<image id=\"img_id3149716\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149716\">ხატულა</alt></image>"
-#: 00040500.xhp#par_id3157970.163.help.text
+#. I@:i
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3157970\n"
+"163\n"
+"help.text"
msgid "Bullets On/Off"
msgstr "ბულეტები ჩართულია/გამორთულია"
-#: 00040500.xhp#par_id3149735.157.help.text
+#. ~EMh
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3149735\n"
+"157\n"
+"help.text"
msgid "Choose <emph>Format - Bullets and Numbering</emph>. Open <emph>Options</emph> tab page"
msgstr ""
-#: 00040500.xhp#par_id3150785.164.help.text
-msgctxt "00040500.xhp#par_id3150785.164.help.text"
+#. bUiU
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3150785\n"
+"164\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Open <emph>Styles and Formatting</emph> - Presentation Styles - context menu of an Outline Style - choose <emph>New/Modify</emph></caseinline></switchinline>"
msgstr ""
-#: 00040500.xhp#par_id3148420.165.help.text
-msgctxt "00040500.xhp#par_id3148420.165.help.text"
+#. t//:
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3148420\n"
+"165\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles and Formatting</emph> - Numbering Styles - context menu of an entry - choose <emph>New/Modify</emph></caseinline></switchinline>"
msgstr ""
-#: 00040500.xhp#par_id3148888.158.help.text
+#. Y?u~
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3148888\n"
+"158\n"
+"help.text"
msgid "Choose <emph>Format - Bullets and Numbering - Bullets</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3149917.166.help.text
+#. VUMT
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3149917\n"
+"166\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Open Styles and Formatting - Presentation Styles - context menu of an Outline Style - choose <emph>New/Modify</emph></caseinline></switchinline>"
msgstr ""
-#: 00040500.xhp#par_id3154930.167.help.text
+#. QN{h
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3154930\n"
+"167\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open Styles and Formatting - Numbering Styles - context menu of an entry - choose <emph>New/Modify</emph></caseinline></switchinline>"
msgstr ""
-#: 00040500.xhp#par_id3150862.159.help.text
+#. 6pq{
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3150862\n"
+"159\n"
+"help.text"
msgid "Choose <emph>Format - Bullets and Numbering - Numbering</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3155378.168.help.text
-msgctxt "00040500.xhp#par_id3155378.168.help.text"
+#. nKJY
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3155378\n"
+"168\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Open <emph>Styles and Formatting</emph> - Presentation Styles - context menu of an Outline Style - choose <emph>New/Modify</emph></caseinline></switchinline>"
msgstr ""
-#: 00040500.xhp#par_id3156011.169.help.text
-msgctxt "00040500.xhp#par_id3156011.169.help.text"
+#. N`F@
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3156011\n"
+"169\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles and Formatting</emph> - Numbering Styles - context menu of an entry - choose <emph>New/Modify</emph></caseinline></switchinline>"
msgstr ""
-#: 00040500.xhp#par_id0611200904324832.help.text
+#. {h1c
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id0611200904324832\n"
+"help.text"
msgid "<variable id=\"graphics\">Choose <emph>Format - Bullets and Numbering - Graphics</emph> tab</variable>"
msgstr ""
-#: 00040500.xhp#par_id3155848.160.help.text
+#. :=l_
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3155848\n"
+"160\n"
+"help.text"
msgid "Choose <emph>Format - Bullets and Numbering - Outline</emph> tab"
msgstr ""
-#: 00040500.xhp#par_id3148733.170.help.text
-msgctxt "00040500.xhp#par_id3148733.170.help.text"
+#. AcSo
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3148733\n"
+"170\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles and Formatting</emph> - Numbering Styles - context menu of an entry - choose <emph>New/Modify</emph></caseinline></switchinline>"
msgstr ""
-#: 00040500.xhp#par_id3156658.162.help.text
+#. x$Lp
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3156658\n"
+"162\n"
+"help.text"
msgid "Choose <emph>Format - Bullets and Numbering</emph>. Open <emph>Position</emph> tab page"
msgstr ""
-#: 00040500.xhp#par_id3156170.152.help.text
+#. E$fd
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3156170\n"
+"152\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Choose <emph>Tools - Outline Numbering - Position</emph> tab </caseinline></switchinline>"
msgstr ""
-#: 00040500.xhp#par_id3153812.173.help.text
+#. y.sr
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3153812\n"
+"173\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles and Formatting - Numbering Styles</emph> - context menu of an entry - choose <emph>New/Modify</emph></caseinline></switchinline>"
msgstr ""
-#: 00040500.xhp#par_id3151332.194.help.text
+#. !_3K
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3151332\n"
+"194\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Menu <emph>Format - Picture </emph>- <emph>Crop</emph> tab </caseinline></switchinline>"
msgstr ""
-#: 00040500.xhp#par_id3153317.198.help.text
+#. 65-n
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3153317\n"
+"198\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><defaultinline>Icon on the <emph>Picture</emph> toolbar:</defaultinline></switchinline>"
msgstr ""
-#: 00040500.xhp#par_id3149953.help.text
+#. gaW.
+#: 00040500.xhp
#, fuzzy
+msgctxt ""
+"00040500.xhp\n"
+"par_id3149953\n"
+"help.text"
msgid "<image id=\"img_id3155092\" src=\"cmd/sc_grafattrcrop.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155092\">Icon</alt></image>"
msgstr "<image id=\"img_id3147502\" src=\"cmd/sc_aligntop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147502\">ხატულა</alt></image>"
-#: 00040500.xhp#par_id3153695.209.help.text
+#. -jl0
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3153695\n"
+"209\n"
+"help.text"
msgid "Crop"
msgstr ""
-#: 00040500.xhp#par_id3151254.195.help.text
+#. jvf7
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3151254\n"
+"195\n"
+"help.text"
msgid "Choose <emph>Format - Change Case</emph>"
msgstr ""
-#: 00040500.xhp#par_id3159624.196.help.text
+#. I(W8
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3159624\n"
+"196\n"
+"help.text"
msgid "Open context menu (text) - choose <emph>Change Case</emph>"
msgstr ""
-#: 00040500.xhp#par_id3153579.197.help.text
+#. L(n$
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3153579\n"
+"197\n"
+"help.text"
msgid "Menu <emph>Format - Asian phonetic guide</emph>"
msgstr ""
-#: 00000403.xhp#tit.help.text
-msgctxt "00000403.xhp#tit.help.text"
-msgid "View Menu"
-msgstr "ხედის მენიუ"
-
-#: 00000403.xhp#hd_id3156304.1.help.text
-msgctxt "00000403.xhp#hd_id3156304.1.help.text"
-msgid "View Menu"
-msgstr "ხედის მენიუ"
-
-#: 00000403.xhp#par_id3146936.12.help.text
-msgid "Choose <emph>View - Zoom</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
+#. k223
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"tit\n"
+"help.text"
+msgid "File Menu"
+msgstr ""
-#: 00000403.xhp#par_id3149962.24.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Zoom also with (+) (-) (×) and (÷) on the number keypad </caseinline><caseinline select=\"IMPRESS\">Zoom also with (+) (-) (×) and (÷) on the number keypad </caseinline></switchinline>"
+#. pe+*
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"hd_id3149976\n"
+"1\n"
+"help.text"
+msgid "File Menu"
msgstr ""
-#: 00000403.xhp#par_id3152895.13.help.text
-msgid "Double-click or right-click the field on the <emph>Status</emph> Bar"
+#. kEOJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id389416\n"
+"help.text"
+msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph></variable>"
msgstr ""
-#: 00000403.xhp#par_id3156183.36.help.text
-msgid "Choose <emph>View - Toolbars</emph>"
+#. Pn0E
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3154812\n"
+"50\n"
+"help.text"
+msgid "Choose <emph>File - New</emph>"
msgstr "Choose <emph>ფაილი - ახალი</emph>"
-#: 00000403.xhp#par_id3166445.15.help.text
-msgid "<variable id=\"funktion\">Choose <emph>View - Toolbars - Standard</emph></variable>"
+#. zGz4
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3153070\n"
+"186\n"
+"help.text"
+msgid "<emph>New</emph> icon on the <emph>Standard</emph> Bar (the icon shows the type of the new document)"
msgstr ""
-#: 00000403.xhp#par_id3153748.17.help.text
-msgid "<variable id=\"werkzeug\">Choose <emph>View - Toolbars - Tools</emph></variable>"
-msgstr ""
+#. px0D
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3150127\n"
+"help.text"
+msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3156053\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150656\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150656\">ხატულა</alt></image>"
-#: 00000403.xhp#par_id3154317.18.help.text
+#. -G/u
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3154232\n"
+"199\n"
+"help.text"
+msgid "New"
+msgstr "ახალი"
+
+#. AXt3
+#: 00000401.xhp
#, fuzzy
-msgid "<variable id=\"task\">Choose <emph>View - Status Bar</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+msgctxt ""
+"00000401.xhp\n"
+"par_id3154894\n"
+"179\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\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 00000403.xhp#par_id3152780.19.help.text
-msgid "<variable id=\"farbleiste\">Choose <emph>View - Toolbars - Color Bar</emph></variable>"
+#. U[aR
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3157898\n"
+"82\n"
+"help.text"
+msgid "Menu <emph>File - New</emph><emph>- Templates and Documents</emph>."
msgstr ""
-#: 00000403.xhp#par_id3156113.43.help.text
+#. RL|R
+#: 00000401.xhp
#, fuzzy
-msgid "<variable id=\"ime\">Choose <emph>View - Input Method Status</emph></variable>"
+msgctxt ""
+"00000401.xhp\n"
+"par_id3149140\n"
+"187\n"
+"help.text"
+msgid "Key Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+N"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
+
+#. R%%X
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3149798\n"
+"160\n"
+"help.text"
+msgid "<variable id=\"etiketten\">Choose <emph>File - New - Labels</emph></variable>"
msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000403.xhp#par_id3157909.32.help.text
-msgid "Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>Internet</emph>"
+#. hqZ4
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147226\n"
+"161\n"
+"help.text"
+msgid "<variable id=\"etikettenein\">Choose <emph>File - New - Labels - Labels</emph> tab</variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+
+#. ea}g
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3154522\n"
+"162\n"
+"help.text"
+msgid "Choose <emph>File - New - Labels - Format</emph> tab"
msgstr ""
-#: 00000403.xhp#par_id3146806.42.help.text
-msgid "Choose <emph>Insert - Hyperlink</emph>"
+#. .-q)
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3154983\n"
+"163\n"
+"help.text"
+msgid "Choose <emph>File - New - Business Cards - Format</emph> tab"
msgstr ""
-#: 00000403.xhp#par_id3153717.38.help.text
-msgid "<variable id=\"hypdiamailnews\">Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>Mail & News</emph></variable>"
+#. w{bw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3157958\n"
+"164\n"
+"help.text"
+msgid "Choose <emph>File - New - Labels - Options</emph> tab"
msgstr ""
-#: 00000403.xhp#par_id3149415.34.help.text
-msgid "<variable id=\"hypdiadok\">Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>Document</emph></variable>"
+#. a}ah
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3153311\n"
+"165\n"
+"help.text"
+msgid "Choose <emph>File - New - Business Cards - Options</emph> tab"
msgstr ""
-#: 00000403.xhp#par_id3150129.35.help.text
-msgid "<variable id=\"hypdianeudok\">Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>New Document</emph></variable>"
+#. F,]n
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152780\n"
+"166\n"
+"help.text"
+msgid "<variable id=\"visikart\">Choose <emph>File - New - Business Cards</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+
+#. IR.Y
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156346\n"
+"167\n"
+"help.text"
+msgid "<variable id=\"visikartform\">Choose <emph>File - New - Business Cards - Medium</emph> tab</variable>"
msgstr ""
-#: 00000403.xhp#par_id3159269.20.help.text
-msgid "Choose <emph>View - Full Screen</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
+#. w-lZ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152824\n"
+"168\n"
+"help.text"
+msgid "<variable id=\"viskartinhalt\">Choose <emph>File - New - Business Cards - Business cards</emph> tab</variable>"
+msgstr ""
-#: 00000403.xhp#par_id3149578.25.help.text
-#, fuzzy
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+J"
+#. ar?i
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3149819\n"
+"169\n"
+"help.text"
+msgid "<variable id=\"viskartpriv\">Choose <emph>File - New - Business Cards - Private</emph> tab</variable>"
+msgstr ""
+
+#. ,,B}
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3154897\n"
+"170\n"
+"help.text"
+msgid "<variable id=\"viskartgesch\">Choose <emph>File - New - Business Cards - Business</emph> tab</variable>"
+msgstr ""
+
+#. `ibw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3146137\n"
+"7\n"
+"help.text"
+msgid "Choose <emph>File - Open</emph>"
+msgstr "Choose <emph>ფაილი - გახსნა</emph>"
+
+#. w/3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"83\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+O"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 00000403.xhp#par_id3153257.help.text
+#. }2$N
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3155341\n"
+"8\n"
+"help.text"
+msgid "On the <emph>Standard</emph> Bar, click"
+msgstr ""
+
+#. OMj!
+#: 00000401.xhp
#, fuzzy
-msgid "<image id=\"img_id3148473\" src=\"cmd/sc_fullscreen.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148473\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147100\" src=\"cmd/sc_open.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147100\">ხატულა</alt></image>"
+msgctxt ""
+"00000401.xhp\n"
+"par_id3155419\n"
+"help.text"
+msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3149415\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149716\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149716\">ხატულა</alt></image>"
-#: 00000403.xhp#par_id3153627.44.help.text
-msgid "Full Screen On/Off (in Page Preview)"
+#. Hc`J
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156003\n"
+"9\n"
+"help.text"
+msgid "Open File"
msgstr ""
-#: 00000403.xhp#par_id3147559.8.help.text
-msgid "If a text document or spreadsheet is open:"
+#. ?QJ_
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3155388\n"
+"174\n"
+"help.text"
+msgid "Menu <emph>File - Open</emph>, File type <emph>Text Encoded</emph> selected"
msgstr ""
-#: 00000403.xhp#par_id3145069.31.help.text
-msgid "Menu <emph>View - Data Sources</emph>"
+#. S-=S
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3154174\n"
+"175\n"
+"help.text"
+msgid "Menu <emph>File - Save As</emph>, File type <emph>Text Encoded</emph> selected"
msgstr ""
-#: 00000403.xhp#par_id3149046.28.help.text
-msgid "F4 key"
-msgstr "F4 კლავიში"
+#. F+Ug
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3145609\n"
+"109\n"
+"help.text"
+msgid "<variable id=\"autobrief\">Choose <emph>File - Wizards</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000403.xhp#par_id3153778.help.text
+#. QymK
+#: 00000401.xhp
#, fuzzy
-msgid "<image id=\"img_id3153524\" src=\"cmd/sc_viewdatasourcebrowser.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153524\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153252\" src=\"cmd/sc_spacepara2.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153252\">ხატულა</alt></image>"
+msgctxt ""
+"00000401.xhp\n"
+"par_id3149245\n"
+"110\n"
+"help.text"
+msgid "<variable id=\"autopilotbrief\">Choose <emph>File - Wizards - Letter</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000403.xhp#par_id3146908.39.help.text
-msgid "Data Sources"
-msgstr ""
+#. LZ60
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3154758\n"
+"111\n"
+"help.text"
+msgid "<variable id=\"autopilotbrief1\">Choose <emph>File - Wizards - Letter - Page design</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000403.xhp#par_id3154140.9.help.text
-msgid "Choose <emph>View - HTML Source</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
+#. ATrW
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152360\n"
+"112\n"
+"help.text"
+msgid "<variable id=\"autopilotbrief2\">Choose <emph>File - Wizards - Letter - Letterhead layout</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000403.xhp#par_id3154947.23.help.text
-msgid "Open context menu in an HTML document"
-msgstr ""
+#. UM[b
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3159413\n"
+"113\n"
+"help.text"
+msgid "<variable id=\"autopilotbrief3\">Choose <emph>File - Wizards - Letter - Printed items</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000403.xhp#par_id3152935.help.text
+#. _Mm)
+#: 00000401.xhp
#, fuzzy
-msgid "<image id=\"img_id3156422\" src=\"cmd/sc_sourceview.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156422\">Icon</alt></image>"
-msgstr "<image id=\"img_id3152427\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152427\">ხატულა</alt></image>"
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152771\n"
+"114\n"
+"help.text"
+msgid "<variable id=\"autopilotbrief4\">Choose <emph>File - Wizards - Letter - Recipient and sender</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000403.xhp#par_id3144448.11.help.text
-msgid "HTML Source"
-msgstr "HTML წყარო"
+#. MD;[
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3153524\n"
+"115\n"
+"help.text"
+msgid "<variable id=\"autopilotbrief5\">Choose <emph>File - Wizards - Letter - Footer</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000403.xhp#par_idN1091B.help.text
-msgid "<variable id=\"grid\">Choose <emph>View - Grid</emph> (Impress or Draw) </variable>"
+#. RnT.
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3154224\n"
+"116\n"
+"help.text"
+msgid "<variable id=\"autopilotbrief6\">Choose <emph>File - Wizards - Letter - </emph><emph>Name and Location</emph></variable>"
msgstr ""
-#: 00000403.xhp#par_idN1092E.help.text
-msgid "<variable id=\"guides\">Choose <emph>View - Snap Lines</emph> (Impress or Draw) </variable>"
-msgstr ""
+#. y0Z4
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3144760\n"
+"120\n"
+"help.text"
+msgid "<variable id=\"autopilotfax\">Choose <emph>File - Wizards - Fax</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp#tit.help.text
-msgctxt "00000020.xhp#tit.help.text"
-msgid "About Import and Export Filters"
-msgstr ""
+#. [n2g
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147085\n"
+"121\n"
+"help.text"
+msgid "<variable id=\"autopilotfax1\">Choose <emph>File - Wizards - Fax - Page Design</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp#bm_id3152952.help.text
-msgid "<bookmark_value>import filters</bookmark_value><bookmark_value>export filters</bookmark_value><bookmark_value>filters; for import and export</bookmark_value><bookmark_value>files; filters and formats</bookmark_value><bookmark_value>formats; on opening and saving</bookmark_value><bookmark_value>importing; HTML and text documents</bookmark_value><bookmark_value>exporting;HTML and text documents</bookmark_value><bookmark_value>text documents; importing/exporting</bookmark_value><bookmark_value>HTML documents; importing/exporting</bookmark_value><bookmark_value>UTF-8/UCS2 support</bookmark_value><bookmark_value>HTML; export character set</bookmark_value><bookmark_value>PostScript; creating files</bookmark_value><bookmark_value>exporting;to PostScript format</bookmark_value>"
-msgstr ""
+#. G:Z%
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3151042\n"
+"209\n"
+"help.text"
+msgid "<variable id=\"autopilotfax2\">Choose <emph>File - Wizards - Fax - Items to include</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp#hd_id3152952.1.help.text
-msgctxt "00000020.xhp#hd_id3152952.1.help.text"
-msgid "About Import and Export Filters"
-msgstr ""
+#. Bq#:
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3154330\n"
+"122\n"
+"help.text"
+msgid "<variable id=\"autopilotfax3\">Choose <emph>File - Wizards - Fax - Sender and Recipient</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp#par_id3143272.2.help.text
-msgid "In $[officename], apart from its own <link href=\"text/shared/00/00000021.xhp\" name=\"XML formats\">XML formats</link> you can also open and save many foreign XML formats."
-msgstr ""
+#. +)XP
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3150651\n"
+"123\n"
+"help.text"
+msgid "<variable id=\"autopilotfax4\">Choose <emph>File - Wizards - Fax - Footer</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp#par_id3152414.3.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">In UNIX, certain file formats cannot be recognized automatically.</caseinline><defaultinline>$[officename] normally recognizes the correct file type automatically on opening a file.</defaultinline></switchinline> There may be cases where you have to select the file type yourself in the <emph>Open</emph> dialog. For example, if you have a database table in text format that you want to open as a database table, you need to specify the file type \"Text CSV\" after selecting the file."
-msgstr ""
+#. -._,
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3154685\n"
+"124\n"
+"help.text"
+msgid "<variable id=\"autopilotfax5\">Choose <emph>File - Wizards - Fax - Name and location</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp#hd_id3148668.238.help.text
-msgid "Basic Macros in MS Office Documents"
-msgstr "საბაზო მაკროები MS Office-ის დოკუმენტებში"
+#. IsR!
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3153190\n"
+"131\n"
+"help.text"
+msgid "<variable id=\"autopilotagenda\">Choose <emph>File - Wizards - Agenda</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp#par_id3156211.239.help.text
-msgid "In <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01130100.xhp\" name=\"Load/Save - VBA Properties\">Load/Save - VBA Properties</link> you can specify the settings for the VBA macro codes in MS Office documents. VBA macros are unable to run in $[officename]; they must first be converted and adapted. Often you only want to use $[officename] to change the visible content of a Word, Excel or PowerPoint file and then save the file again in Microsoft Office format without changing the macros they contain. You can set the behavior of $[officename] as desired: Either the VBA macros are saved in commented form as a subroutine of $[officename] and when the document is saved in MS Office format are written back correctly again, or you can select the Microsoft Office macros to be removed when loading. The last option is an effective protection against viruses within the Microsoft Office documents."
-msgstr ""
+#. YET%
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3155860\n"
+"132\n"
+"help.text"
+msgid "<variable id=\"autopilotagenda1\">Choose <emph>File - Wizards - Agenda - Page Design</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp#hd_id3154232.5.help.text
-msgid "Notes regarding external formats and file types"
-msgstr "შენიშვნები გარე ფორმატების და ფაილების ტიპების შესახებ"
+#. K@MY
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3146906\n"
+"133\n"
+"help.text"
+msgid "<variable id=\"autopilotagenda2\">Choose <emph>File - Wizards - Agenda - General Attributes</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp#par_id3154230.226.help.text
-msgid "Even if they are not installed, some filters can be selected in the <emph>Open</emph> and <emph>Save</emph> dialogs. If you select such a filter, a message will appear saying that you can still install the filter if you require."
+#. Rw1z
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152578\n"
+"134\n"
+"help.text"
+msgid "<variable id=\"autopilotagenda3\">Choose <emph>File - Wizards - Agenda - Headings</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+
+#. G,Jo
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3155368\n"
+"135\n"
+"help.text"
+msgid "<variable id=\"autopilotagenda4\">Choose <emph>File - Wizards - Agenda - Names</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+
+#. j66i
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3146923\n"
+"205\n"
+"help.text"
+msgid "<variable id=\"autopilotagenda5\">Choose <emph>File - Wizards - Agenda - Topics</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+
+#. jQ]j
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3149066\n"
+"136\n"
+"help.text"
+msgid "<variable id=\"autopilotagenda6\">Choose <emph>File - Wizards - Agenda - Title and Location</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+
+#. ~Z8W
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3149288\n"
+"102\n"
+"help.text"
+msgid "<variable id=\"dtapt\">Choose <emph>File - Wizards - Presentation</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+
+#. ((#x
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3146986\n"
+"103\n"
+"help.text"
+msgid "<variable id=\"dtapse\">Choose <emph>File - Wizards - Presentation - Page 1</emph></variable>"
msgstr ""
-#: 00000020.xhp#par_id3149999.200.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">If you want to install additional filters or remove individual filters from the installation, close %PRODUCTNAME, start the Setup program and select the <emph>Modify</emph> option. Then you will see a dialog in which you can add or remove individual components of %PRODUCTNAME. Graphic filters can be found in \"Optional Components\".</caseinline></switchinline>"
+#. ^tI;
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3154919\n"
+"104\n"
+"help.text"
+msgid "<variable id=\"dtapsz\">Choose <emph>File - Wizards - Presentation - Page 2</emph></variable>"
msgstr ""
-#: 00000020.xhp#hd_id3156027.7.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"></caseinline><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Importing and Exporting Text Documents</defaultinline></switchinline>"
+#. OUFT
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3151351\n"
+"105\n"
+"help.text"
+msgid "<variable id=\"dtapsd\">Choose <emph>File - Wizards - Presentation - Page 3</emph></variable>"
msgstr ""
-#: 00000020.xhp#par_id3145669.8.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"></caseinline><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>$[officename] Writer can read various versions of the Microsoft Word text format. You also can save your own texts in Word format. However, not everything available with $[officename] Writer can be transferred to MS Word, and not everything can be imported.</defaultinline></switchinline>"
+#. N;K/
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147317\n"
+"106\n"
+"help.text"
+msgid "<variable id=\"dtapsv\">Choose <emph>File - Wizards - Presentation - Page 4</emph></variable>"
msgstr ""
-#: 00000020.xhp#par_id3150144.233.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"></caseinline><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Importing is normally not problematic. Even redlining information and controls are imported (and exported) so that $[officename] recognizes inserted or deleted text in Word documents as well as font attributes that have been modified. Different coloring for each author and the time of such changes is also included. When graphic text boxes and labels are imported from templates, most of the attributes are also imported as direct paragraph and drawing attributes. However, some of the attributes may be lost during the import procedure.</defaultinline></switchinline>"
+#. [5tR
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3145592\n"
+"107\n"
+"help.text"
+msgid "<variable id=\"dtapsf\">Choose <emph>File - Wizards - Presentation - Page 5</emph></variable>"
msgstr ""
-#: 00000020.xhp#par_id3149095.10.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"></caseinline><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>It is also possible to import and export <link href=\"text/shared/00/00000005.xhp#rtf\" name=\"RTF\">RTF</link> files. This file format can be used to exchange formatted texts across various applications and platforms. In this way, many formats read by most programs will be transferred without a problem. The clipboard uses RTF format when you insert part of a spreadsheet from $[officename] Calc through <link href=\"text/shared/00/00000005.xhp\" name=\"DDE\">DDE</link> into $[officename] Writer.</defaultinline></switchinline>"
+#. Vr!(
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_idN10C46\n"
+"help.text"
+msgid "<variable id=\"autopilotformular\">Click <emph>Use Wizard to Create Form</emph> in a database file window.</variable>"
msgstr ""
-#: 00000020.xhp#par_id3151378.237.help.text
-msgid "The filter <emph>Text Encoded</emph> helps you open and save text documents with another encoding font. The filter opens a dialog that enables you to select character set, default fonts, language and paragraph break."
+#. !}@{
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_idN10C5F\n"
+"help.text"
+msgid "<variable id=\"autopilotreport\">Click <emph>Use Wizard to Create Report</emph> in a database file window.</variable>"
msgstr ""
-#: 00000020.xhp#hd_id3149763.11.help.text
-msgid "Importing and Exporting in HTML Format "
-msgstr "იმპორტი და ექსპორტი HTML ფორმატში"
+#. AcaX
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_idN10C24\n"
+"help.text"
+msgid "<variable id=\"webwizard\">Choose <emph>File - Wizards - Web Page</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp#par_id3150244.198.help.text
-msgid "With $[officename] Writer, you can insert footnotes and endnotes in your HTML document. They are exported as meta tags. The footnote and endnote characters are exported as hyperlinks."
+#. jZ5Y
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3154064\n"
+"143\n"
+"help.text"
+msgid "<variable id=\"gruppen\">In form design, click the <emph>Group Box</emph> icon on the toolbar and use the mouse to create a frame.</variable>"
msgstr ""
-#: 00000020.xhp#par_id3149800.199.help.text
-msgid "Comments are used to include unknown characters in an HTML document. Every note that begins with \"HTML:...\" and ends with \">\" is treated as an HTML code, but is exported without these designations. Several tags around text can be included after \"HTML:...\" Accented characters are converted into the ANSI character set. Comments are created during import (for example, for meta tags that have no room in the file properties or unknown tags)."
+#. (1,O
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152807\n"
+"144\n"
+"help.text"
+msgid "<variable id=\"gruppen1\">In form design, click the <emph>Group Box</emph> icon on the toolbar and use the mouse to create a frame - Wizards page 1</variable>"
msgstr ""
-#: 00000020.xhp#par_id3149734.201.help.text
-msgid "The HTML import of $[officename] Writer is able to read files that have UTF-8 or UCS2 character coding. All characters that are contained in the ANSI character set or in the system's character set can be displayed."
+#. 9QiH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3150571\n"
+"148\n"
+"help.text"
+msgid "<variable id=\"gruppen2\">In form design, click the <emph>Group Box</emph> icon on the toolbar and use the mouse to create a frame - Wizards page 2</variable>"
msgstr ""
-#: 00000020.xhp#par_id3149578.240.help.text
-msgid "When exporting to HTML, the character set selected in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - 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."
+#. #X{D
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3145251\n"
+"145\n"
+"help.text"
+msgid "<variable id=\"gruppen3\">In form design, click the <emph>Group Box</emph> icon on the toolbar and use the mouse to create a frame - Wizards page 3</variable>"
msgstr ""
-#: 00000020.xhp#par_id3153146.197.help.text
-msgid "If, in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - HTML Compatibility</emph>, you select Netscape Navigator, 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."
+#. [G34
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156109\n"
+"146\n"
+"help.text"
+msgid "<variable id=\"gruppen4\">In form design, click the <emph>Group Box</emph> icon on the toolbar and use the mouse to create a frame - Wizards page 4, there must be a database connection.</variable>"
msgstr ""
-#: 00000020.xhp#par_id3154143.130.help.text
-msgid "The \"font\" property corresponds to Netscape Navigator; that is, before the font size you can specify optional values for \"font-style\" (italic, none), \"font-variant\" (normal, small-caps) and \"font-weight\" (normal, bold)."
+#. _+)G
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3159347\n"
+"147\n"
+"help.text"
+msgid "<variable id=\"gruppen5\">In form design, click the <emph>Group Box</emph> icon on the toolbar and use the mouse to create a frame - last page of Wizards</variable>"
msgstr ""
-#: 00000020.xhp#par_id3153760.131.help.text
-msgid "For example, \"Font: bold italic small-caps 12pt/200% Arial, Helvetica\" switches to bold, italic, small caps, double-space with the font family Arial or Helvetica, if Arial doesn't exist."
-msgstr ""
+#. kr?F
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3153417\n"
+"150\n"
+"help.text"
+msgid "<variable id=\"autopilotmsimport\">Choose <emph>File - Wizards - Document Converter</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp#par_id3150129.132.help.text
-msgid "\"Font: 10pt\" switches to a 10pt font, with bold, italic, small caps off."
-msgstr ""
+#. |2Ju
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3150715\n"
+"151\n"
+"help.text"
+msgid "<variable id=\"autopilotmsimport1\">Choose <emph>File - Wizards - Document Converter</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp#par_id3155135.14.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."
+#. 9]C/
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3154274\n"
+"149\n"
+"help.text"
+msgid "<variable id=\"autopilotmsimport2\">Choose <emph>File - Wizards - Document Converter</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+
+#. FPje
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3146912\n"
+"171\n"
+"help.text"
+msgid "<variable id=\"euro\">Choose <emph>File - Wizards - Euro Converter</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+
+#. !uac
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152962\n"
+"198\n"
+"help.text"
+msgid "Menu <emph>File - Wizards - Address Data Source</emph>"
msgstr ""
-#: 00000020.xhp#par_id3148473.15.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\"."
+#. T%Ai
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3145206\n"
+"191\n"
+"help.text"
+msgid "<variable id=\"addressimport2\"><emph>Address Data Source Wizards</emph> - <emph>Additional settings</emph></variable>"
msgstr ""
-#: 00000020.xhp#par_id3144510.16.help.text
-msgid "Text frames are supported with the use of CSS1 extensions for absolute positioned objects. This applies only to the export options Netscape Navigator, MS Internet Explorer, and $[officename] Writer. Text 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."
+#. 8c*8
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3154756\n"
+"192\n"
+"help.text"
+msgid "<variable id=\"addressimport3\"><emph>Address Data Source Wizards</emph> - <emph>Select table</emph></variable>"
msgstr ""
-#: 00000020.xhp#par_id3147530.46.help.text
-msgid "Text frames are exported as \"<SPAN>\" or \"<DIV>\" tags if they do not contain columns. If they do contain columns then they are exported as \"<MULTICOL>\"."
+#. 1l/9
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3153924\n"
+"193\n"
+"help.text"
+msgid "<variable id=\"addressimport4\"><emph>Address Data Source Wizards</emph><emph>- Data source title</emph></variable>"
msgstr ""
-#: 00000020.xhp#par_id3153896.202.help.text
-msgid "The measurement unit set in $[officename] is used for HTML export of CSS1 properties. The unit can be set separately for text and HTML documents under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - General</emph> or <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/Web - View</emph>. The number of exported decimal places depends on the unit."
+#. C5Fm
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3148995\n"
+"194\n"
+"help.text"
+msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards</emph> - <emph>Field assignment</emph></variable>"
msgstr ""
-#: 00000020.xhp#par_id3154935.203.help.text
-msgid "Measurement Unit"
-msgstr "განზომილების მოდული"
+#. 0.ip
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147338\n"
+"57\n"
+"help.text"
+msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp#par_id3154226.204.help.text
-msgid "Measurement Unit Name in CSS1"
-msgstr "განზომილების მოდულის სახელი CSS1-ში"
+#. %mPd
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"10\n"
+"help.text"
+msgid "Choose <emph>File - Save</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
-#: 00000020.xhp#par_id3151106.205.help.text
-msgid "Maximum Number of Decimal Places"
-msgstr "ათობითი ნიშნების მაქსიმალური რაოდენობა"
+#. *)=i
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"84\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+S"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 00000020.xhp#par_id3154071.206.help.text
-msgctxt "00000020.xhp#par_id3154071.206.help.text"
-msgid "Millimeter"
+#. @WWV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3148930\n"
+"11\n"
+"help.text"
+msgid "On Standard or Table Data Bar, click"
msgstr ""
-#: 00000020.xhp#par_id3149290.207.help.text
-msgctxt "00000020.xhp#par_id3149290.207.help.text"
-msgid "mm"
-msgstr ""
+#. M!8[
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156712\n"
+"help.text"
+msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3155939\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
-#: 00000020.xhp#par_id3152920.208.help.text
-msgctxt "00000020.xhp#par_id3152920.208.help.text"
-msgid "2"
+#. p1P!
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3149109\n"
+"12\n"
+"help.text"
+msgid "Save"
+msgstr "შენახვა"
+
+#. T05l
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_idN10F11\n"
+"help.text"
+msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id8276619\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
+
+#. ;$,6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_idN10F2E\n"
+"help.text"
+msgid "Save As"
msgstr ""
-#: 00000020.xhp#par_id3156293.209.help.text
-msgctxt "00000020.xhp#par_id3156293.209.help.text"
-msgid "Centimeter"
+#. obDZ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3150300\n"
+"99\n"
+"help.text"
+msgid "<variable id=\"htmlspeichern\">$[officename] Draw or $[officename] Impress menu <emph>File - Export</emph>, select \"HTML Document\" file type, this dialog opens automatically</variable>"
msgstr ""
-#: 00000020.xhp#par_id3154819.210.help.text
-msgctxt "00000020.xhp#par_id3154819.210.help.text"
-msgid "cm"
+#. DOW:
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3153387\n"
+"137\n"
+"help.text"
+msgid "<variable id=\"htmlspeichern1\">$[officename] Draw/$[officename] Impress menu<emph> File - Export</emph>, select HTML file type, page 1 of the wizard</variable>"
msgstr ""
-#: 00000020.xhp#par_id3147228.211.help.text
-msgctxt "00000020.xhp#par_id3147228.211.help.text"
-msgid "2"
+#. ,W4X
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3154021\n"
+"138\n"
+"help.text"
+msgid "<variable id=\"htmlspeichern2\">$[officename] Draw/$[officename] Impress menu<emph> File - Export</emph>, select HTML file type, page 2 of the wizard</variable>"
msgstr ""
-#: 00000020.xhp#par_id3154329.212.help.text
-msgctxt "00000020.xhp#par_id3154329.212.help.text"
-msgid "Inch"
+#. *7PZ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147246\n"
+"159\n"
+"help.text"
+msgid "<variable id=\"htmlspeichern3\">$[officename] Draw/$[officename] Impress menu<emph> File - Export</emph>, select HTML file type, page 3 of the wizard</variable>"
msgstr ""
-#: 00000020.xhp#par_id3150740.213.help.text
-msgid "in"
-msgstr "ში"
+#. Pvm4
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3145131\n"
+"140\n"
+"help.text"
+msgid "<variable id=\"htmlspeichern4\">$[officename] Draw/$[officename] Impress menu<emph> File - Export</emph>, select HTML file type, page 4 of the wizard</variable>"
+msgstr ""
-#: 00000020.xhp#par_id3157320.214.help.text
-msgctxt "00000020.xhp#par_id3157320.214.help.text"
-msgid "2"
+#. O08^
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3150235\n"
+"141\n"
+"help.text"
+msgid "<variable id=\"htmlspeichern5\">$[officename] Draw/$[officename] Impress menu<emph> File - Export</emph>, select HTML file type, page 5 of the wizard</variable>"
msgstr ""
-#: 00000020.xhp#par_id3156422.215.help.text
-msgctxt "00000020.xhp#par_id3156422.215.help.text"
-msgid "Pica"
+#. wLZ{
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3145762\n"
+"142\n"
+"help.text"
+msgid "<variable id=\"htmlspeichern6\">$[officename] Draw/$[officename] Impress menu<emph> File - Export</emph>, select HTML file type, page 6 of the wizard</variable>"
msgstr ""
-#: 00000020.xhp#par_id3144760.216.help.text
-msgid "pc"
-msgstr "პკ"
+#. OKj?
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3149735\n"
+"help.text"
+msgid "<variable id=\"exportgraphic\">Choose <emph>File - Export</emph>, select a graphics file type, dialog opens automatically</variable>"
+msgstr "<variable id=\"dtvlc\">ამოირჩიეთ <emph>ფაილი - ექსპორტი</emph></variable>"
-#: 00000020.xhp#par_id3145322.217.help.text
-msgctxt "00000020.xhp#par_id3145322.217.help.text"
-msgid "2"
-msgstr ""
+#. J_Dd
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3154901\n"
+"58\n"
+"help.text"
+msgid "<variable id=\"saveall\">Choose <emph>File - Save All</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp#par_id3155131.218.help.text
-msgctxt "00000020.xhp#par_id3155131.218.help.text"
-msgid "Point"
-msgstr ""
+#. s8J~
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"59\n"
+"help.text"
+msgid "<variable id=\"saveas\">Choose <emph>File - Save As</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp#par_id3147288.219.help.text
-msgctxt "00000020.xhp#par_id3147288.219.help.text"
-msgid "pt"
-msgstr ""
+#. cX$n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3148392\n"
+"60\n"
+"help.text"
+msgid "Choose <emph>File - Reload</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
-#: 00000020.xhp#par_id3145364.220.help.text
-msgid "1"
-msgstr "1"
+#. D-GG
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3166425\n"
+"61\n"
+"help.text"
+msgid "<variable id=\"info1\">Choose <emph>File - Properties</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp#par_id3149262.70.help.text
-msgid "The $[officename] Web page filter supports certain capabilities of CSS2. However, to use it, print layout export must be activated in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - HTML Compatibility</emph>. Then, in HTML documents, besides the HTML Page Style, you can also use the styles \"First page\", \"Left page\" and \"Right page\". These styles should enable you to set different page sizes and margins for the first page and for right and left pages when printing."
-msgstr ""
+#. :rI.
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3150381\n"
+"62\n"
+"help.text"
+msgid "<variable id=\"info2\">Choose <emph>File - Properties - General</emph> tab</variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp#hd_id3145750.223.help.text
-msgid "Importing and Exporting Numbering"
+#. K01w
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_idN11163\n"
+"help.text"
+msgid "Choose <emph>File - Digital Signatures</emph>"
msgstr ""
-#: 00000020.xhp#par_id3145591.224.help.text
-msgid "If, in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - 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."
+#. T0y|
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_idN11168\n"
+"help.text"
+msgid "Choose <emph>Tools - Macros - Digital Signature</emph>"
msgstr ""
-#: 00000020.xhp#par_id3153573.225.help.text
-msgid "A left paragraph indent in numbering is indicated as \"margin-left\" CSS1 property. First-line indents are ignored in numbering and not exported."
+#. ,-\U
+#: 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"
msgstr ""
-#: 00000020.xhp#hd_id3148556.235.help.text
-msgid "Importing and Exporting Spreadsheet Files"
+#. ,Vtn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_idN1117E\n"
+"help.text"
+msgid "Double-click the Signature field on the Status Bar."
msgstr ""
-#: 00000020.xhp#par_id3153365.236.help.text
-msgid "$[officename] imports and exports references to deleted sections such as, for example, a referenced column. The whole formula can be viewed during the export process and the deleted reference contains an indication (#REF!) to the reference. A #REF! will be correspondingly created for the reference during the import."
+#. f8g!
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_idN11173\n"
+"help.text"
+msgid "<variable id=\"digitalsigsel\">Choose <emph>File - Properties - General</emph> tab, click <emph>Digital Signatures</emph> button, then click <emph>Add</emph> button</variable>"
msgstr ""
-#: 00000020.xhp#hd_id3150228.103.help.text
-msgid "Importing and Exporting Graphics Files"
-msgstr ""
+#. H3ao
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3150662\n"
+"63\n"
+"help.text"
+msgid "<variable id=\"info3\">Choose <emph>File - Properties - Description</emph> tab</variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp#par_id3152578.104.help.text
-msgid "As with HTML documents, you can choose to use a filter with or without the element ($[officename] Impress) in the name to open a $[officename] graphics file. If without, the file will be opened as a $[officename] Draw document. Otherwise, the file saved by an old program version is now opened in $[officename] Impress."
-msgstr ""
+#. O8MX
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3153792\n"
+"64\n"
+"help.text"
+msgid "<variable id=\"info4\">Choose <emph>File - Properties - Custom Properties</emph> tab</variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp#par_id3144441.106.help.text
-msgid "When you import an EPS file, a preview of the graphic is displayed in the document. If a preview is not available, a placeholder corresponding to the size of the graphic is displayed in the document. Under Unix and Microsoft Windows you can print the imported file by using a PostScript printer. <switchinline select=\"sys\"><caseinline select=\"UNIX\"></caseinline><defaultinline>If a different printer is used the preview will be printed.</defaultinline></switchinline> When exporting EPS graphics, a preview is created and has the TIFF or EPSI format. If an EPS graphic together with other graphics is exported in the EPS format then this file will be embedded unchanged in the new file."
-msgstr ""
+#. WDpK
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3153701\n"
+"65\n"
+"help.text"
+msgid "<variable id=\"info5\">Choose <emph>File - Properties - Statistics</emph> tab</variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp#par_id3146120.222.help.text
-msgid "Multipage-TIFFs are allowed when graphics are imported or exported in TIFF format. The graphics are retrieved as a set of individual pictures in a single file, for example, the individual pages of a fax."
-msgstr ""
+#. ))y0
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id315370199\n"
+"help.text"
+msgid "<variable id=\"infosec\">Choose <emph>File - Properties - Security</emph> tab</variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp#par_id3159153.109.help.text
-msgid "Some $[officename] Draw and $[officename] Impress options can be accessed through <emph>File - Export</emph>. See <link href=\"text/shared/00/00000200.xhp\" name=\"Graphics Export Options\">Graphics Export Options</link> for more information."
-msgstr ""
+#. Alnf
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3149570\n"
+"66\n"
+"help.text"
+msgid "<variable id=\"info6\">Choose <emph>File - Properties - Internet</emph> tab</variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp#hd_id3153213.228.help.text
-msgid "PostScript"
-msgstr "PostScript"
+#. (8h7
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3154275\n"
+"67\n"
+"help.text"
+msgid "<variable id=\"dokuvorlage\">Choose <emph>File - Templates</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp#par_id3156444.229.help.text
-msgid "To export a document or graphic in PostScript format:"
+#. *F{.
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3153199\n"
+"68\n"
+"help.text"
+msgid "<variable id=\"verwalten\">Choose <emph>File - Templates - Organize</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+
+#. 9`]@
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3157970\n"
+"176\n"
+"help.text"
+msgid "Choose <emph>File - Templates - Organize - Address Book</emph> button"
msgstr ""
-#: 00000020.xhp#par_id3163714.230.help.text
-msgid "If you have not yet done so, install a PostScript printer driver, such as the Apple LaserWriter driver."
+#. )}--
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3155377\n"
+"178\n"
+"help.text"
+msgid "Choose <emph>File - Templates - Address Book Source</emph>"
msgstr ""
-#: 00000020.xhp#par_id3153142.231.help.text
-msgid "Print the document with the <emph>File - Print</emph> menu command."
+#. ;@6^
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3154386\n"
+"177\n"
+"help.text"
+msgid "Menu <emph>File - Templates - Address Book Source, </emph>then <emph>Configure</emph> button"
msgstr ""
-#: 00000020.xhp#par_id3154149.242.help.text
-msgid "Select the PostScript printer in the dialog and mark the <emph>Print to file</emph> check box. A PostScript file will be created."
+#. /f7B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3154323\n"
+"189\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Choose <emph>View</emph> - <emph>Data sources</emph></caseinline><caseinline select=\"CALC\">Choose <emph>View</emph> - <emph>Data sources</emph></caseinline></switchinline>"
msgstr ""
-#: 00000099.xhp#tit.help.text
-msgid "See also..."
-msgstr "იხილეთ აგრეთვე..."
+#. F`hk
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3150516\n"
+"172\n"
+"help.text"
+msgid "<variable id=\"dokuspei\">Choose <emph>File - Templates - Save</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000099.xhp#hd_id3147527.1.help.text
-msgid "<variable id=\"siehe\">See also... </variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+#. p=`E
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3149917\n"
+"173\n"
+"help.text"
+msgid "<variable id=\"dokubear\">Choose <emph>File - Templates - Edit</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000099.xhp#par_id3143206.71.help.text
-msgid "<variable id=\"userszenarien\"><link href=\"text/scalc/01/06050000.xhp\" name=\"Tools Menu - Scenarios\">Tools Menu - Scenarios</link></variable>"
+#. )8C6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3154930\n"
+"69\n"
+"help.text"
+msgid "Menu<emph> File - Page Preview</emph>"
msgstr ""
-#: 00000099.xhp#par_id3156069.83.help.text
-msgid "On the help page for <link href=\"text/shared/guide/main.xhp\" name=\"$[officename] general\">$[officename] general</link> you can find instructions that are applicable to all modules, such as working with windows and menus, customizing $[officename], data sources, Gallery, and drag and drop."
-msgstr ""
+#. T:P6
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_idN11366\n"
+"help.text"
+msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id2603534\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153363\" src=\"cmd/sc_alignvcenter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153363\">ხატულა</alt></image>"
-#: 00000099.xhp#par_id3149662.84.help.text
-msgid "If you want help with another module, switch to the help for that module with the combo box in the navigation area."
-msgstr ""
+#. C^sk
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_idN11384\n"
+"help.text"
+msgid "Page Preview"
+msgstr "გვერდის წინასწარი დათვალიერება"
-#: 00000099.xhp#par_id3154408.85.help.text
-msgid "<variable id=\"winmanager\">The availability of this function depends on your X Window Manager. </variable>"
+#. {^JG
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3163722\n"
+"70\n"
+"help.text"
+msgid "Choose <emph>File - Printer Settings</emph>"
msgstr ""
-#: 00000099.xhp#par_idN10632.help.text
-msgid "<ahelp hid=\".uno:HelperDialog\">Allows you to activate the automatic Help Agent. You can also activate the Help Agent through <emph>$[officename] - General - Help Agent</emph> in the Options dialog box.</ahelp>"
+#. cfE1
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3148752\n"
+"71\n"
+"help.text"
+msgid "Choose <emph>File - Templates - Organize - Commands (button)- Printer Settings</emph>"
msgstr ""
-#: 00000099.xhp#par_idN10665.help.text
-msgid "<ahelp hid=\".uno:HelpTip\">Enables the display of icon names at the mouse pointer and other Help contents.</ahelp>"
+#. %Hy@
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3155529\n"
+"17\n"
+"help.text"
+msgid "<variable id=\"senden\">Menu<emph> File - Send</emph></variable>"
msgstr ""
-#: 00000099.xhp#par_idN1067C.help.text
-msgid "<ahelp hid=\".uno:ActiveHelp\">Enables the display of a brief description of menus and icons at the mouse pointer.</ahelp>"
+#. 4X}6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3145386\n"
+"18\n"
+"help.text"
+msgid "Choose <emph>File - Send - Document as E-mail</emph>"
msgstr ""
-#: 00000099.xhp#par_id6200750.help.text
-msgid "Some of the shortcut keys may be assigned to your desktop system. Keys that are assigned to the desktop system are not available to %PRODUCTNAME. Try to assign different keys either for %PRODUCTNAME, in <emph>Tools - Customize - Keyboard</emph>, or in your desktop system."
-msgstr ""
+#. @2rE
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_idN113AB\n"
+"help.text"
+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_id3147100\" src=\"cmd/sc_open.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147100\">ხატულა</alt></image>"
-#: 00000409.xhp#tit.help.text
-msgctxt "00000409.xhp#tit.help.text"
-msgid "Toolbars"
-msgstr ""
+#. Y}84
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_idN113C8\n"
+"help.text"
+msgid "Document as E-mail"
+msgstr "დოკუმენტი როგორც ელოფსტა"
-#: 00000409.xhp#hd_id3149517.1.help.text
-msgctxt "00000409.xhp#hd_id3149517.1.help.text"
-msgid "Toolbars"
-msgstr ""
+#. Fkh+
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3145269\n"
+"222\n"
+"help.text"
+msgid "<variable id=\"export\">Choose <emph>File - Export</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000409.xhp#par_id3156053.2.help.text
-msgid "Choose <emph>Data - Filter - Standard Filter</emph>"
-msgstr ""
+#. @fw.
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3166421\n"
+"219\n"
+"help.text"
+msgid "Choose <emph>File - Export as PDF</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
-#: 00000409.xhp#par_id3154350.3.help.text
-msgid "Database table view: <emph>Standard Filter</emph> icon in the <emph>Database</emph> Toolbar"
+#. 0|Rm
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3150521\n"
+"help.text"
+msgid "<image id=\"img_id3147306\" src=\"cmd/sc_exportdirecttopdf.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3147306\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155904\" src=\"cmd/sc_exportdirecttopdf.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155904\">ხატულა</alt></image>"
+
+#. dbF.
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3155763\n"
+"220\n"
+"help.text"
+msgid "Export Directly as PDF"
msgstr ""
-#: 00000409.xhp#par_id3154183.4.help.text
-msgid "Form view: <emph>Standard Filter</emph> icon in the <emph>Form</emph> Bar"
+#. G@KJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3145410\n"
+"210\n"
+"help.text"
+msgid "Choose <emph>File - Send - E-mail as PDF</emph>"
msgstr ""
-#: 00000409.xhp#par_id3155619.help.text
-msgid "<image src=\"cmd/sc_formfiltered.png\" id=\"img_id3147588\"><alt id=\"alt_id3147588\">Icon</alt></image>"
+#. +FiR
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3159160\n"
+"74\n"
+"help.text"
+msgid "<variable id=\"glo\">Choose <emph>File - Send - Create Master Document</emph></variable>"
msgstr ""
-#: 00000409.xhp#par_id3148731.5.help.text
-msgid "Standard Filter"
-msgstr "სტანდარტული ფილტრი"
+#. gX3_
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3149951\n"
+"13\n"
+"help.text"
+msgid "Choose <emph>File - Print</emph>"
+msgstr "Choose <emph>ფაილი - გახსნა</emph>"
-#: 00000011.xhp#tit.help.text
-msgctxt "00000011.xhp#tit.help.text"
-msgid "Menu Commands"
-msgstr ""
+#. L}5f
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3155259\n"
+"85\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+P"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 00000011.xhp#hd_id3156045.4.help.text
-msgctxt "00000011.xhp#hd_id3156045.4.help.text"
-msgid "Menu Commands"
-msgstr ""
+#. kbfj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3153830\n"
+"3\n"
+"help.text"
+msgid "On Standard Bar, click"
+msgstr "სტანდარტულ ზოლზე დააწკაპუნეთ"
-#: 00000011.xhp#par_id3150838.5.help.text
-msgid "The window containing the document you want to work on must be selected in order to use the menu commands. Similarly, you must select an object in the document to use the menu commands associated with the object."
-msgstr ""
+#. il3m
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3155187\n"
+"help.text"
+msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3153318\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
-#: 00000011.xhp#par_id3156027.3.help.text
-msgid "The menus are context sensitive. This means that those menu items are available that are relevant to the work currently being carried out. If the cursor is located in a text, then all of those menu items are available that are needed to edit the text. If you have selected graphics in a document, then you will see all of the menu items that can be used to edit graphics."
-msgstr ""
+#. mOb2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3151268\n"
+"4\n"
+"help.text"
+msgid "Print File Directly"
+msgstr "ფაილის პირდაპირი ბეჭდვა"
-#: 01010000.xhp#tit.help.text
-msgctxt "01010000.xhp#tit.help.text"
-msgid "Gallery context menu"
+#. %l_^
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3153581\n"
+"5\n"
+"help.text"
+msgid "On the <emph>Page View</emph><emph>Bar</emph> of a text document, click"
msgstr ""
-#: 01010000.xhp#hd_id3150672.1.help.text
-msgctxt "01010000.xhp#hd_id3150672.1.help.text"
-msgid "Gallery context menu"
-msgstr ""
+#. !G~l
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3153068\n"
+"help.text"
+msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3155362\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153363\" src=\"cmd/sc_alignvcenter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153363\">ხატულა</alt></image>"
-#: 01010000.xhp#par_id3083278.3.help.text
-msgid "<ahelp hid=\"HID_GALLERY_MN_ADDMENU\">Defines how a selected graphic object is inserted into a document.</ahelp>"
-msgstr ""
+#. y`?8
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3151239\n"
+"6\n"
+"help.text"
+msgid "Print Page Preview"
+msgstr "ბეჭდვის გვერდის წინასწარი დათვალიერება"
-#: 01010000.xhp#par_id3156053.5.help.text
-msgid "<ahelp hid=\"HID_GALLERY_MN_ADD\">Inserts a copy of the selected graphic object directly into the document.</ahelp>"
-msgstr ""
+#. 9q@`
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3155869\n"
+"72\n"
+"help.text"
+msgid "Choose <emph>File - Exit</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
-#: 01010000.xhp#par_id3149038.7.help.text
-msgid "<ahelp hid=\"HID_GALLERY_MN_ADD_LINK\">Inserts the selected graphic as a link.</ahelp>"
-msgstr ""
+#. Zq$`
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152382\n"
+"86\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Q"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 01010000.xhp#par_id3158428.15.help.text
-msgid "<ahelp hid=\"HID_GALLERY_MN_PREVIEW\">The<emph> Preview </emph>command displays the selected graphic.</ahelp>"
-msgstr ""
+#. r_lA
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3149328\n"
+"75\n"
+"help.text"
+msgid "<variable id=\"neuglobal\">Choose <emph>File - New - Master Document</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 01010000.xhp#par_id3154522.19.help.text
-msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_GALLERY_TITLE:EDT_TITLE\">Assigns a title to a selected Gallery object.</ahelp>"
+#. 9xm3
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3145827\n"
+"76\n"
+"help.text"
+msgid "Choose <emph>File - Open</emph> - select under \"File type\": \"Text CSV\""
+msgstr ""
+
+#. o(v9
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id6071352\n"
+"help.text"
+msgid "Choose <emph>Data - Text to Columns</emph> (Calc)"
msgstr ""
-#: 01010000.xhp#par_id3149750.17.help.text
-msgid "<ahelp hid=\"HID_GALLERY_MN_DELETE\">Deletes the selected graphic after confirmation.</ahelp>"
+#. mp[U
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3148608\n"
+"81\n"
+"help.text"
+msgid "<variable id=\"epsexport\">Choose <emph>File - Export</emph>, if EPS is selected as file type, this dialog opens automatically</variable>"
+msgstr "<variable id=\"dtvlc\">ამოირჩიეთ <emph>ფაილი - ექსპორტი</emph></variable>"
+
+#. BscZ
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3150107\n"
+"87\n"
+"help.text"
+msgid "<variable id=\"pbmppmpgm\">Choose <emph>File - Export</emph>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically</variable>"
+msgstr "<variable id=\"dtvlc\">ამოირჩიეთ <emph>ფაილი - ექსპორტი</emph></variable>"
+
+#. +`^e
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3145305\n"
+"96\n"
+"help.text"
+msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph></variable></variable>"
msgstr ""
-#: 00000404.xhp#tit.help.text
-msgctxt "00000404.xhp#tit.help.text"
+#. G5A7
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"tit\n"
+"help.text"
msgid "Insert Menu"
msgstr "ჩასმის მენიუ"
-#: 00000404.xhp#hd_id3156324.1.help.text
-msgctxt "00000404.xhp#hd_id3156324.1.help.text"
+#. Ykdc
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"hd_id3156324\n"
+"1\n"
+"help.text"
msgid "Insert Menu"
msgstr "ჩასმის მენიუ"
-#: 00000404.xhp#par_id3153808.28.help.text
+#. {(P=
+#: 00000404.xhp
#, fuzzy
+msgctxt ""
+"00000404.xhp\n"
+"par_id3153808\n"
+"28\n"
+"help.text"
msgid "<variable id=\"notiz\">Choose <emph>Insert - Comment</emph></variable>"
msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000404.xhp#par_id3155619.71.help.text
+#. @o/H
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3155619\n"
+"71\n"
+"help.text"
msgid "Choose <emph>Insert - Picture - Scan</emph>"
msgstr ""
-#: 00000404.xhp#par_id3150502.30.help.text
+#. $K.n
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3150502\n"
+"30\n"
+"help.text"
msgid "Choose <emph>Insert - Picture - Scan - Select Source</emph>"
msgstr ""
-#: 00000404.xhp#par_id3155934.32.help.text
+#. \qf%
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3155934\n"
+"32\n"
+"help.text"
msgid "Choose <emph>Insert - Picture - Scan - Request</emph>"
msgstr ""
-#: 00000404.xhp#par_id3143281.34.help.text
+#. uu,/
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3143281\n"
+"34\n"
+"help.text"
msgid "Choose <emph>Insert - Special Character</emph>"
msgstr ""
-#: 00000404.xhp#par_id3149525.35.help.text
+#. ebm7
+#: 00000404.xhp
#, fuzzy
+msgctxt ""
+"00000404.xhp\n"
+"par_id3149525\n"
+"35\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Choose <emph>Format - Bullets and Numbering - Customize - Character</emph> button</caseinline></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">სიმბოლოთა რაოდენობა: </caseinline></switchinline>"
-#: 00000404.xhp#par_id3152372.55.help.text
+#. $xnD
+#: 00000404.xhp
#, fuzzy
+msgctxt ""
+"00000404.xhp\n"
+"par_id3152372\n"
+"55\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Choose <emph>Format - Bullets and Numbering - Customize - Character</emph> button</caseinline></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">სიმბოლოთა რაოდენობა: </caseinline></switchinline>"
-#: 00000404.xhp#par_id3156560.36.help.text
-msgctxt "00000404.xhp#par_id3156560.36.help.text"
+#. -9W.
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3156560\n"
+"36\n"
+"help.text"
msgid "Open the <emph>Insert</emph> toolbar, click"
msgstr ""
-#: 00000404.xhp#par_id3153527.help.text
+#. Cjcv
+#: 00000404.xhp
#, fuzzy
+msgctxt ""
+"00000404.xhp\n"
+"par_id3153527\n"
+"help.text"
msgid "<image id=\"img_id3153748\" src=\"cmd/sc_bullet.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153748\">Icon</alt></image>"
msgstr "<image id=\"img_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
-#: 00000404.xhp#par_id3149751.37.help.text
+#. kZPK
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3149751\n"
+"37\n"
+"help.text"
msgid "Special Character"
msgstr "სპეციალური სიმბოლო"
-#: 00000404.xhp#par_idN107CD.help.text
+#. 925;
+#: 00000404.xhp
#, fuzzy
+msgctxt ""
+"00000404.xhp\n"
+"par_idN107CD\n"
+"help.text"
msgid "<variable id=\"moviesound\">Choose <emph>Insert - Movie and Sound</emph></variable>"
msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000404.xhp#par_idN1085D.help.text
+#. `ANN
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_idN1085D\n"
+"help.text"
msgid "Movie and Sound"
msgstr "ფილმი და ხმა"
-#: 00000404.xhp#par_id3147242.5.help.text
+#. WNw!
+#: 00000404.xhp
#, fuzzy
+msgctxt ""
+"00000404.xhp\n"
+"par_id3147242\n"
+"5\n"
+"help.text"
msgid "<variable id=\"objekteinf\">Choose <emph>Insert - Object</emph></variable>"
msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000404.xhp#par_id3152996.6.help.text
+#. #eFm
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3152996\n"
+"6\n"
+"help.text"
msgid "Choose <emph>Insert - Object - OLE Object</emph>"
msgstr ""
-#: 00000404.xhp#par_id3146806.7.help.text
-msgctxt "00000404.xhp#par_id3146806.7.help.text"
+#. Xhsy
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3146806\n"
+"7\n"
+"help.text"
msgid "Open the <emph>Insert</emph> toolbar, click"
msgstr ""
-#: 00000404.xhp#par_id3150254.help.text
+#. ,)S#
+#: 00000404.xhp
#, fuzzy
+msgctxt ""
+"00000404.xhp\n"
+"par_id3150254\n"
+"help.text"
msgid "<image id=\"img_id3156305\" src=\"cmd/sc_insobjctrl.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156305\">Icon</alt></image>"
msgstr "<image id=\"img_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
-#: 00000404.xhp#par_id3145417.8.help.text
+#. qnai
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3145417\n"
+"8\n"
+"help.text"
msgid "OLE Object"
msgstr ""
-#: 00000404.xhp#par_id3153087.9.help.text
+#. .ij7
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3153087\n"
+"9\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Choose <emph>Insert - Object - Plug-in</emph></caseinline></switchinline>"
msgstr ""
-#: 00000404.xhp#par_id3149785.10.help.text
-msgctxt "00000404.xhp#par_id3149785.10.help.text"
+#. o6Dr
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3149785\n"
+"10\n"
+"help.text"
msgid "Open the <emph>Insert </emph>toolbar, click"
msgstr ""
-#: 00000404.xhp#par_id3154897.help.text
+#. ,]X-
+#: 00000404.xhp
#, fuzzy
+msgctxt ""
+"00000404.xhp\n"
+"par_id3154897\n"
+"help.text"
msgid "<image id=\"img_id3146847\" src=\"cmd/sc_insertplugin.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146847\">Icon</alt></image>"
msgstr "<image id=\"img_id3146957\" src=\"cmd/sc_justifypara.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146957\">ხატულა</alt></image>"
-#: 00000404.xhp#par_id3148474.11.help.text
+#. CKf+
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3148474\n"
+"11\n"
+"help.text"
msgid "Plug-in"
msgstr "დანამატი"
-#: 00000404.xhp#par_id3153880.53.help.text
+#. A}cI
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3153880\n"
+"53\n"
+"help.text"
msgid "Choose <emph>Insert - Object - Sound</emph>"
msgstr ""
-#: 00000404.xhp#par_id3143278.54.help.text
+#. B4ze
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3143278\n"
+"54\n"
+"help.text"
msgid "Choose <emph>Insert - Object - Video</emph>"
msgstr ""
-#: 00000404.xhp#par_id3150393.15.help.text
+#. bmY/
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3150393\n"
+"15\n"
+"help.text"
msgid "Choose <emph>Insert - Object - Formula</emph>"
msgstr ""
-#: 00000404.xhp#par_id3153056.16.help.text
-msgctxt "00000404.xhp#par_id3153056.16.help.text"
+#. yQFG
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3153056\n"
+"16\n"
+"help.text"
msgid "Open the <emph>Insert </emph>toolbar, click"
msgstr ""
-#: 00000404.xhp#par_id3148559.help.text
+#. Lb0j
+#: 00000404.xhp
#, fuzzy
+msgctxt ""
+"00000404.xhp\n"
+"par_id3148559\n"
+"help.text"
msgid "<image id=\"img_id3149933\" src=\"cmd/sc_insertobjectstarmath.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149933\">Icon</alt></image>"
msgstr "<image id=\"img_id3146957\" src=\"cmd/sc_justifypara.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146957\">ხატულა</alt></image>"
-#: 00000404.xhp#par_id3155858.17.help.text
+#. #4k^
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3155858\n"
+"17\n"
+"help.text"
msgid "Formula"
msgstr "ფორმულა"
-#: 00000404.xhp#par_id3153144.38.help.text
-msgctxt "00000404.xhp#par_id3153144.38.help.text"
+#. l-lL
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3153144\n"
+"38\n"
+"help.text"
msgid "Choose <emph>Format - Chart Type</emph>"
msgstr ""
-#: 00000404.xhp#par_id3147578.39.help.text
+#. H#(;
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3147578\n"
+"39\n"
+"help.text"
msgid "Choose <emph>Insert - Object - Chart </emph>"
msgstr ""
-#: 00000404.xhp#par_id3154011.40.help.text
-msgctxt "00000404.xhp#par_id3154011.40.help.text"
+#. wYjX
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3154011\n"
+"40\n"
+"help.text"
msgid "Choose <emph>Format - Chart Type</emph>"
msgstr ""
-#: 00000404.xhp#par_id3153573.41.help.text
-msgctxt "00000404.xhp#par_id3153573.41.help.text"
+#. ^T}_
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3153573\n"
+"41\n"
+"help.text"
msgid "Choose <emph>Insert - Object - Chart</emph>"
msgstr ""
-#: 00000404.xhp#par_id3159179.42.help.text
-msgctxt "00000404.xhp#par_id3159179.42.help.text"
+#. VH6j
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3159179\n"
+"42\n"
+"help.text"
msgid "Choose <emph>Format - Chart Type</emph>"
msgstr ""
-#: 00000404.xhp#par_id3159196.43.help.text
-msgctxt "00000404.xhp#par_id3159196.43.help.text"
+#. SYz.
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3159196\n"
+"43\n"
+"help.text"
msgid "Choose <emph>Insert - Object - Chart</emph>"
msgstr ""
-#: 00000404.xhp#par_id3149664.18.help.text
-msgctxt "00000404.xhp#par_id3149664.18.help.text"
+#. CL?T
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3149664\n"
+"18\n"
+"help.text"
msgid "Choose <emph>Insert - Object - Chart</emph>"
msgstr ""
-#: 00000404.xhp#par_id3154921.19.help.text
-msgctxt "00000404.xhp#par_id3154921.19.help.text"
+#. ,3cG
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3154921\n"
+"19\n"
+"help.text"
msgid "Open the <emph>Insert </emph>toolbar, click"
msgstr ""
-#: 00000404.xhp#par_id3156005.help.text
+#. J2G;
+#: 00000404.xhp
#, fuzzy
+msgctxt ""
+"00000404.xhp\n"
+"par_id3156005\n"
+"help.text"
msgid "<image id=\"img_id3153739\" src=\"cmd/sc_drawchart.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153739\">Icon</alt></image>"
msgstr "<image id=\"img_id3153252\" src=\"cmd/sc_spacepara2.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153252\">ხატულა</alt></image>"
-#: 00000404.xhp#par_id3145749.20.help.text
+#. wWo\
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3145749\n"
+"20\n"
+"help.text"
msgid "Chart"
msgstr "დიაგარმა"
-#: 00000404.xhp#par_id3155513.44.help.text
+#. 0#3V
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3155513\n"
+"44\n"
+"help.text"
msgid "Choose <emph>Insert - Picture - From File</emph>"
msgstr ""
-#: 00000404.xhp#par_id3155308.45.help.text
-msgctxt "00000404.xhp#par_id3155308.45.help.text"
+#. R`m^
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3155308\n"
+"45\n"
+"help.text"
msgid "Open the <emph>Insert</emph> toolbar, click"
msgstr ""
-#: 00000404.xhp#par_id3145594.help.text
+#. :-q#
+#: 00000404.xhp
#, fuzzy
+msgctxt ""
+"00000404.xhp\n"
+"par_id3145594\n"
+"help.text"
msgid "<image id=\"img_id3144764\" src=\"cmd/sc_objectcatalog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144764\">Icon</alt></image>"
msgstr "<image id=\"img_id3149716\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149716\">ხატულა</alt></image>"
-#: 00000404.xhp#par_id3149960.46.help.text
+#. !7jz
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3149960\n"
+"46\n"
+"help.text"
msgid "From File"
msgstr "ფაილიდან"
-#: 00000404.xhp#par_id3150037.25.help.text
+#. :a4P
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3150037\n"
+"25\n"
+"help.text"
msgid "Choose <emph>Insert - Floating Frame</emph>"
msgstr ""
-#: 00000404.xhp#par_id3083281.26.help.text
-msgctxt "00000404.xhp#par_id3083281.26.help.text"
+#. Jqw$
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3083281\n"
+"26\n"
+"help.text"
msgid "Open the <emph>Insert </emph>toolbar, click"
msgstr ""
-#: 00000404.xhp#par_id3168607.help.text
+#. B~1W
+#: 00000404.xhp
#, fuzzy
+msgctxt ""
+"00000404.xhp\n"
+"par_id3168607\n"
+"help.text"
msgid "<image id=\"img_id3147482\" src=\"cmd/sc_insertobjectfloatingframe.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147482\">Icon</alt></image>"
msgstr "<image id=\"img_id3147502\" src=\"cmd/sc_aligntop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147502\">ხატულა</alt></image>"
-#: 00000404.xhp#par_id3148588.27.help.text
+#. F:D^
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3148588\n"
+"27\n"
+"help.text"
msgid "Floating Frame"
msgstr ""
-#: 00000404.xhp#par_id3150396.47.help.text
+#. k`mA
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3150396\n"
+"47\n"
+"help.text"
msgid "<variable id=\"filterauswahl\">Open a file of a type that is unknown to %PRODUCTNAME and that is no text file</variable>"
msgstr ""
-#: 00000404.xhp#par_idN10DDC.help.text
+#. KF3v
+#: 00000404.xhp
+#, fuzzy
+msgctxt ""
+"00000404.xhp\n"
+"par_idN10DDC\n"
+"help.text"
msgid "<image id=\"Graphic2\" src=\"cmd/sc_fontworkgalleryfloater.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153252\" src=\"cmd/sc_spacepara2.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153252\">ხატულა</alt></image>"
-#: 00000404.xhp#par_idN10DD1.help.text
+#. XJVr
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_idN10DD1\n"
+"help.text"
msgid "Fontwork Gallery"
msgstr "Fontwork-ის გალერეა"
-#: 00000404.xhp#par_idN10EA9.help.text
+#. QM2!
+#: 00000404.xhp
+#, fuzzy
+msgctxt ""
+"00000404.xhp\n"
+"par_idN10EA9\n"
+"help.text"
msgid "<image id=\"Graphic3\" src=\"cmd/sc_basicshapes.diamond.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
-#: 00000404.xhp#par_idN10ED8.help.text
+#. 6*-I
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_idN10ED8\n"
+"help.text"
msgid "Basic Shapes"
msgstr ""
-#: 00000404.xhp#par_idN10EEE.help.text
+#. Fj+W
+#: 00000404.xhp
+#, fuzzy
+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 ""
+msgstr "<image id=\"img_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
-#: 00000404.xhp#par_idN10F1D.help.text
+#. 1LG?
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_idN10F1D\n"
+"help.text"
msgid "Symbol Shapes"
msgstr ""
-#: 00000404.xhp#par_idN10F33.help.text
+#. rkp2
+#: 00000404.xhp
+#, fuzzy
+msgctxt ""
+"00000404.xhp\n"
+"par_idN10F33\n"
+"help.text"
msgid "<image id=\"Graphic41\" src=\"cmd/sc_arrowshapes.left-right-arrow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153252\" src=\"cmd/sc_spacepara2.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153252\">ხატულა</alt></image>"
-#: 00000404.xhp#par_idN10F62.help.text
+#. #Y$I
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_idN10F62\n"
+"help.text"
msgid "Block Arrows"
msgstr ""
-#: 00000404.xhp#par_idN10F78.help.text
+#. @Ng@
+#: 00000404.xhp
#, fuzzy
+msgctxt ""
+"00000404.xhp\n"
+"par_idN10F78\n"
+"help.text"
msgid "<image id=\"Graphic5\" src=\"cmd/sc_flowchartshapes.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>"
msgstr "<image id=\"img_id3153252\" src=\"cmd/sc_spacepara2.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153252\">ხატულა</alt></image>"
-#: 00000404.xhp#par_idN10FA7.help.text
+#. O*(8
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_idN10FA7\n"
+"help.text"
msgid "Flowcharts"
msgstr ""
-#: 00000404.xhp#par_idN10FBD.help.text
+#. 4Tnn
+#: 00000404.xhp
#, fuzzy
+msgctxt ""
+"00000404.xhp\n"
+"par_idN10FBD\n"
+"help.text"
msgid "<image id=\"Graphic6\" src=\"cmd/sc_calloutshapes.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>"
msgstr "<image id=\"img_id3153363\" src=\"cmd/sc_alignvcenter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153363\">ხატულა</alt></image>"
-#: 00000404.xhp#par_idN10FEC.help.text
+#. $pi4
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_idN10FEC\n"
+"help.text"
msgid "Callouts"
msgstr ""
-#: 00000404.xhp#par_idN11002.help.text
+#. jGRV
+#: 00000404.xhp
#, fuzzy
+msgctxt ""
+"00000404.xhp\n"
+"par_idN11002\n"
+"help.text"
msgid "<image id=\"Graphic7\" src=\"cmd/sc_starshapes.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>"
msgstr "<image id=\"img_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
-#: 00000404.xhp#par_idN11031.help.text
+#. rQj%
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_idN11031\n"
+"help.text"
msgid "Stars"
msgstr ""
-#: 01050000.xhp#tit.help.text
-msgid "General"
-msgstr "მთავარი"
-
-#: 01050000.xhp#hd_id3158397.1.help.text
-msgid "<link href=\"text/shared/00/01050000.xhp\" name=\"General\">General</link>"
+#. gZ[v
+#: 00000409.xhp
+msgctxt ""
+"00000409.xhp\n"
+"tit\n"
+"help.text"
+msgid "Toolbars"
msgstr ""
-#: 01050000.xhp#par_id3159242.2.help.text
-msgid "<ahelp hid=\".\">The<emph> General </emph>tab page lists the general properties of the current theme.</ahelp>"
+#. L3jZ
+#: 00000409.xhp
+msgctxt ""
+"00000409.xhp\n"
+"hd_id3149517\n"
+"1\n"
+"help.text"
+msgid "Toolbars"
msgstr ""
-#: 01050000.xhp#hd_id3150264.3.help.text
-msgid "Name"
-msgstr "სახელი"
-
-#: 01050000.xhp#par_id3154094.4.help.text
-msgid "<ahelp hid=\"SVX_EDIT_RID_SVXTABPAGE_GALLERY_GENERAL_EDT_MS_NAME\">Displays the name of the theme.</ahelp> If no name has been assigned, you can type a new name in the text box."
-msgstr "<ahelp hid=\"SVX_EDIT_RID_SVXTABPAGE_GALLERY_GENERAL_EDT_MS_NAME\">თემის სათაურის ჩვენება.</ahelp> თუ არა არის რაიმე სახელი მინიჭებული, შეგიძლიათ აკრიფოთ ახალი სახელი ტექსტურ ველში."
+#. FH{_
+#: 00000409.xhp
+msgctxt ""
+"00000409.xhp\n"
+"par_id3156053\n"
+"2\n"
+"help.text"
+msgid "Choose <emph>Data - Filter - Standard Filter</emph>"
+msgstr ""
-#: 01050000.xhp#hd_id3147089.5.help.text
-msgctxt "01050000.xhp#hd_id3147089.5.help.text"
-msgid "Type"
+#. 9\2+
+#: 00000409.xhp
+msgctxt ""
+"00000409.xhp\n"
+"par_id3154350\n"
+"3\n"
+"help.text"
+msgid "Database table view: <emph>Standard Filter</emph> icon in the <emph>Database</emph> Toolbar"
msgstr ""
-#: 01050000.xhp#par_id3145071.6.help.text
-msgid "Specifies the object type. "
-msgstr "ობიექტის ტიპის განსაზღვრა."
+#. ^T?:
+#: 00000409.xhp
+msgctxt ""
+"00000409.xhp\n"
+"par_id3154183\n"
+"4\n"
+"help.text"
+msgid "Form view: <emph>Standard Filter</emph> icon in the <emph>Form</emph> Bar"
+msgstr ""
-#: 01050000.xhp#hd_id3147576.7.help.text
-msgid "Location"
-msgstr "ადგილმდებარეობა"
+#. TGLo
+#: 00000409.xhp
+msgctxt ""
+"00000409.xhp\n"
+"par_id3155619\n"
+"help.text"
+msgid "<image src=\"cmd/sc_formfiltered.png\" id=\"img_id3147588\"><alt id=\"alt_id3147588\">Icon</alt></image>"
+msgstr ""
-#: 01050000.xhp#par_id3146797.8.help.text
-msgid "Specifies the complete object path."
-msgstr "ობიექტის სრული გზის განსაზღვრა."
+#. A6Pi
+#: 00000409.xhp
+msgctxt ""
+"00000409.xhp\n"
+"par_id3148731\n"
+"5\n"
+"help.text"
+msgid "Standard Filter"
+msgstr "სტანდარტული ფილტრი"
-#: 01020000.xhp#tit.help.text
-msgctxt "01020000.xhp#tit.help.text"
-msgid "Context Menu of Web Pages in Read-Only Mode"
+#. :@zw
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"tit\n"
+"help.text"
+msgid "Text Import"
msgstr ""
-#: 01020000.xhp#hd_id3158397.1.help.text
-msgctxt "01020000.xhp#hd_id3158397.1.help.text"
-msgid "Context Menu of Web Pages in Read-Only Mode"
+#. -2d1
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"hd_id3150960\n"
+"1\n"
+"help.text"
+msgid "Text Import"
msgstr ""
-#: 01020000.xhp#par_id3145348.18.help.text
-msgid "<ahelp hid=\"HID_MN_READONLY_SAVEGRAPHIC\">Opens a dialog where you can save the selected graphics.</ahelp>"
+#. n!(`
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3149987\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"SC:MODALDIALOG:RID_SCDLG_ASCII\">Sets the import options for delimited data.</ahelp>"
msgstr ""
-#: 01020000.xhp#par_id3151262.31.help.text
-msgid "<ahelp hid=\"HID_MN_READONLY_COPYLINK\">Copies the link at the mouse pointer to the clipboard.</ahelp>"
-msgstr ""
+#. 95i@
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"hd_id3147588\n"
+"45\n"
+"help.text"
+msgid "Import"
+msgstr "იმპორტი"
-#: 01020000.xhp#par_id3155934.37.help.text
-msgid "<ahelp hid=\"HID_MN_READONLY_COPYGRAPHIC\">Copies a selected graphic to the clipboard.</ahelp>"
-msgstr ""
+#. kkBU
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"hd_id3154788\n"
+"9\n"
+"help.text"
+msgid "Character Set"
+msgstr "კოდირება"
-#: 01020000.xhp#par_id3145629.22.help.text
-msgid "<ahelp hid=\"HID_MN_READONLY_LOADGRAPHIC\">If you have deactivated the graphics display, choose the<emph> Load Graphics </emph>command to make them visible.</ahelp>"
+#. lg~Y
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3149495\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_ASCII:LB_CHARSET\">Specifies the character set to be used in the imported file.</ahelp>"
msgstr ""
-#: 01020000.xhp#par_id3150902.24.help.text
-msgid "<ahelp hid=\"HID_MN_READONLY_GRAPHICOFF\">Sets all graphics in the document to be invisible.</ahelp>"
-msgstr ""
+#. 8Q;o
+#: 00000208.xhp
+#, fuzzy
+msgctxt ""
+"00000208.xhp\n"
+"hd_id315478899\n"
+"help.text"
+msgid "Language"
+msgstr "ენა"
-#: 01020000.xhp#par_id3153910.26.help.text
-msgid "<ahelp hid=\"HID_MN_READONLY_PLUGINOFF\">Disables inserted plug-ins.</ahelp> Click this command again to reactivate the <link href=\"text/shared/00/00000002.xhp#plugin\" name=\"plug-ins\">plug-ins</link>."
-msgstr ""
+#. a*Y.
+#: 00000208.xhp
+#, fuzzy
+msgctxt ""
+"00000208.xhp\n"
+"par_id314949588\n"
+"help.text"
+msgid "<ahelp hid=\".\">Determines how the number strings are imported.</ahelp>"
+msgstr "<ahelp hid=\".\">შლის შერჩეულ მომხმარებელს.</ahelp>"
-#: 01020000.xhp#par_id3148548.38.help.text
-msgid "<ahelp hid=\"HID_MN_READONLY_SAVEBACKGROUND\">Allows you to save the background of a Web page.</ahelp>"
+#. s-,\
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id314949587\n"
+"help.text"
+msgid "If Language is set to Default (for CSV import) or Automatic (for HTML import), Calc will use the globally set language. If Language is set to a specific language, that language will be used when importing numbers."
msgstr ""
-#: 00040502.xhp#tit.help.text
-msgctxt "00040502.xhp#tit.help.text"
-msgid "Format Menu"
+#. }I\*
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id314949586\n"
+"help.text"
+msgid "When importing an HTML document, the Language selection can conflict with the global HTML option <link href=\"text/shared/optionen/01030500.xhp\" name=\"Use\">Use 'English (USA)' locale for numbers</link>. The global HTML option is effective only when the Automatic language option is selected. If you select a specific language in the HTML Import Options dialog, the global HTML option is ignored."
msgstr ""
-#: 00040502.xhp#hd_id3149741.1.help.text
-msgctxt "00040502.xhp#hd_id3149741.1.help.text"
-msgid "Format Menu"
-msgstr ""
+#. o{:a
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"hd_id3154894\n"
+"47\n"
+"help.text"
+msgid "From Row"
+msgstr "სტრიქონიდან"
-#: 00040502.xhp#par_id3146857.2.help.text
-msgid "Choose <emph>Format - Line</emph> (Impress and Draw)"
+#. LOI$
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3150247\n"
+"48\n"
+"help.text"
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCDLG_ASCII:NF_AT_ROW\">Specifies the row where you want to start the import.</ahelp> The rows are visible in the preview window at the bottom of the dialog."
msgstr ""
-#: 00040502.xhp#par_id366527.help.text
-msgid "Choose <emph>Format - Object - Line </emph>(Writer)"
-msgstr ""
+#. `n{I
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"hd_id3149999\n"
+"3\n"
+"help.text"
+msgid "Separator Options"
+msgstr "გამყოფის პარამეტრები"
-#: 00040502.xhp#par_id3835261.help.text
-msgid "Choose <emph>Format - Graphic - Line </emph>(Calc)"
+#. UVok
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3149640\n"
+"4\n"
+"help.text"
+msgid "Specifies whether your data uses separators or fixed widths as delimiters."
msgstr ""
-#: 00040502.xhp#par_id3148668.3.help.text
-msgctxt "00040502.xhp#par_id3148668.3.help.text"
-msgid "On <emph>Line and Filling</emph> Bar, click"
-msgstr ""
+#. _i\]
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"hd_id3156553\n"
+"7\n"
+"help.text"
+msgid "Fixed width"
+msgstr "ფიქსირებული სიგანე"
-#: 00040502.xhp#par_id3148889.help.text
-#, fuzzy
-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_id3153363\" src=\"cmd/sc_alignvcenter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153363\">ხატულა</alt></image>"
+#. 7#m3
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3150710\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_ASCII:RB_FIXED\">Separates fixed-width data (equal number of characters) into columns.</ahelp> Click on the ruler in the preview window to set the width."
+msgstr ""
-#: 00040502.xhp#par_id3159147.4.help.text
-msgid "Line"
-msgstr "ხაზი"
+#. E1=.
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"hd_id3156560\n"
+"5\n"
+"help.text"
+msgid "Separated by"
+msgstr "გაყოფილია"
-#: 00040502.xhp#par_id3154285.5.help.text
-msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Line - Line</emph> tab"
+#. sE`(
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3145136\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_ASCII:RB_SEPARATED\">Select the separator used in your data.</ahelp>"
msgstr ""
-#: 00040502.xhp#par_id3147335.7.help.text
-msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu and choose <emph>Modify/New - Line</emph> tab (presentation documents)"
+#. +n8^
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"hd_id3147250\n"
+"49\n"
+"help.text"
+msgid "Tab"
+msgstr "ჩანართი"
+
+#. nUgD
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3147576\n"
+"50\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ASCII:CKB_TAB\">Separates data delimited by tabs into columns.</ahelp>"
msgstr ""
-#: 00040502.xhp#par_id3156023.8.help.text
-msgid "Choose <emph>Format - Title - Borders</emph> tab (charts)"
+#. +SA[
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"hd_id3154317\n"
+"51\n"
+"help.text"
+msgid "Semicolon"
+msgstr "წერტილ-მძიმე"
+
+#. t$|M
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3157863\n"
+"52\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ASCII:CKB_SEMICOLON\">Separates data delimited by semicolons into columns.</ahelp>"
msgstr ""
-#: 00040502.xhp#par_id3153061.9.help.text
-msgid "Choose <emph>Format - Legend - Borders</emph> tab (charts)"
+#. +c:y
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"hd_id3145313\n"
+"53\n"
+"help.text"
+msgid "Comma"
+msgstr "მძიმე"
+
+#. %-;4
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3150693\n"
+"54\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ASCII:CKB_COMMA\">Separates data delimited by commas into columns.</ahelp>"
msgstr ""
-#: 00040502.xhp#par_id3155922.10.help.text
-msgid "Choose <emph>Format - Axis - Line</emph> tab (charts)"
+#. +s_X
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"hd_id3163802\n"
+"55\n"
+"help.text"
+msgid "Space"
+msgstr "ჰარი"
+
+#. }OX(
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3153663\n"
+"56\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ASCII:CKB_SPACE\">Separates data delimited by spaces into columns.</ahelp>"
msgstr ""
-#: 00040502.xhp#par_id3147559.11.help.text
-msgid "Choose <emph>Format - Grid - Line</emph> tab (charts)"
+#. PIsj
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"hd_id3147335\n"
+"57\n"
+"help.text"
+msgid "Other"
+msgstr "სხვა"
+
+#. %+6c
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3156329\n"
+"58\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_ASCII:ED_OTHER\">Separates data into columns using the custom separator that you specify. Note: The custom separator must also be contained in your data.</ahelp>"
msgstr ""
-#: 00040502.xhp#par_id3154758.12.help.text
-msgid "Choose <emph>Format - Chart Wall - Borders</emph> tab (charts)"
+#. BUe9
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"hd_id3150978\n"
+"59\n"
+"help.text"
+msgid "Merge delimiters"
msgstr ""
-#: 00040502.xhp#par_id3153960.13.help.text
-msgid "Choose <emph>Format - Chart Floor - Borders</emph> tab (charts)"
+#. JMuq
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3153827\n"
+"60\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ASCII:CB_ASONCE\">Combines consecutive delimiters and removes blank data fields.</ahelp>"
msgstr ""
-#: 00040502.xhp#par_id3154939.14.help.text
-msgid "Choose <emph>Format - Chart Area - Borders</emph> tab (charts)"
+#. 6rRX
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"hd_id3155341\n"
+"15\n"
+"help.text"
+msgid "Text delimiter"
msgstr ""
-#: 00040502.xhp#par_id3151293.15.help.text
-msgid "<variable id=\"linienstile\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Line - Line Styles</emph> tab </variable>"
+#. mtmD
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3156326\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_ASCII:CB_TEXTSEP\">Select a character to delimit text data. You can can also enter a character in the text box.</ahelp>"
msgstr ""
-#: 00040502.xhp#par_id3149317.16.help.text
-msgid "<variable id=\"linienenden\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Line - Arrow Styles</emph> tab </variable>"
+#. dRvF
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"hd_id315538811\n"
+"help.text"
+msgid "Other options"
+msgstr "სხვა პარამეტრები"
+
+#. N8S1
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id315366511\n"
+"help.text"
+msgid "Sets some other import options."
msgstr ""
-#: 00040502.xhp#par_id3156082.17.help.text
-msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Area</emph> "
+#. 6?b)
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"hd_id314847411\n"
+"help.text"
+msgid "Quoted fields as text"
msgstr ""
-#: 00040502.xhp#par_id3148922.18.help.text
-msgctxt "00040502.xhp#par_id3148922.18.help.text"
-msgid "On <emph>Line and Filling</emph> Bar, click"
+#. nP++
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id314995711\n"
+"help.text"
+msgid "<ahelp hid=\".\">When this option is enabled, fields or cells whose values are quoted in their entirety (the first and last characters of the value equal the text delimiter) are imported as text.</ahelp>"
msgstr ""
-#: 00040502.xhp#par_id3156424.help.text
+#. GyM3
+#: 00000208.xhp
#, fuzzy
-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_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
-
-#: 00040502.xhp#par_id3150393.19.help.text
-msgid "Area"
-msgstr "არეა"
+msgctxt ""
+"00000208.xhp\n"
+"hd_id314847422\n"
+"help.text"
+msgid "Detect special numbers"
+msgstr "ათწილადი რიცხვი."
-#: 00040502.xhp#par_id3154948.20.help.text
-msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Area - Area</emph> tab"
+#. -Ud2
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id314995722\n"
+"help.text"
+msgid "<ahelp hid=\".\">When this option is enabled, Calc will automatically detect all number formats, including special number formats such as dates, time, and scientific notation.</ahelp>"
msgstr ""
-#: 00040502.xhp#par_id3145607.22.help.text
-msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu and choose <emph>Modify/New - Area</emph> tab (presentation documents)"
+#. 7+%%
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id314995723\n"
+"help.text"
+msgid "The selected language influences how such special numbers are detected, since different languages and regions many have different conventions for such special numbers."
msgstr ""
-#: 00040502.xhp#par_id3152922.23.help.text
-msgid "Choose <emph>Format - Title - Area</emph> tab (chart documents)"
+#. iRjB
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id314995724\n"
+"help.text"
+msgid "When this option is disabled, Calc will detect and convert only decimal numbers. The rest, including numbers formatted in scientific notation, will be imported as text. A decimal number string can have digits 0-9, thousands separators, and a decimal separator. Thousands separators and decimal separators may vary with the selected language and region."
msgstr ""
-#: 00040502.xhp#par_id3157894.24.help.text
-msgid "Choose <emph>Format - Legend - Area</emph> tab (chart documents)"
-msgstr ""
+#. v[vl
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"hd_id3155388\n"
+"61\n"
+"help.text"
+msgid "Fields"
+msgstr "ველები"
-#: 00040502.xhp#par_id3144444.25.help.text
-msgid "Choose <emph>Format - Chart Wall - Area</emph> tab (chart documents)"
+#. Oj=u
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3153665\n"
+"62\n"
+"help.text"
+msgid "Shows how your data will look when it is separated into columns."
msgstr ""
-#: 00040502.xhp#par_id3156543.26.help.text
-msgid "Choose <emph>Format - Chart Floor - Area</emph> tab (chart documents)"
-msgstr ""
+#. N9GR
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"hd_id3148474\n"
+"63\n"
+"help.text"
+msgid "Column type"
+msgstr "სვეტის ტიპი"
-#: 00040502.xhp#par_id3150685.27.help.text
-msgid "Choose <emph>Format - Chart Area - Area</emph> tab (chart documents)"
+#. #-4V
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id314995725\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_ASCII:LB_TYPE1\">Choose a column in the preview window and select the data type to be applied the imported data.</ahelp> You can select one of the following options:"
msgstr ""
-#: 00040502.xhp#par_id3149664.120.help.text
-msgid "Choose <emph>Format - Page - Background</emph> tab (in $[officename] Impress and $[officename] Draw)"
+#. }[0o
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3152945\n"
+"25\n"
+"help.text"
+msgid "Type"
msgstr ""
-#: 00040502.xhp#par_id3163820.28.help.text
-msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Area - Colors</emph> tab"
-msgstr ""
+#. -rVP
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3145121\n"
+"26\n"
+"help.text"
+msgid "Function"
+msgstr "ფუნქცია"
-#: 00040502.xhp#par_id3152462.29.help.text
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Colors</emph> tab"
+#. \b09
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3149763\n"
+"27\n"
+"help.text"
+msgid "Standard"
msgstr ""
-#: 00040502.xhp#par_id3154985.141.help.text
-msgid "Choose <emph>Format - Area - Transparency</emph> tab (drawing documents)"
+#. m;7b
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3155923\n"
+"28\n"
+"help.text"
+msgid "$[officename] determines the type."
msgstr ""
-#: 00040502.xhp#par_id3145365.142.help.text
-msgid "Choose <emph>Format - Area - Transparency</emph> tab (presentation documents)"
+#. cZ`q
+#: 00000208.xhp
+#, fuzzy
+msgctxt ""
+"00000208.xhp\n"
+"par_id3152472\n"
+"29\n"
+"help.text"
+msgid "Text"
+msgstr "#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\\nტექსტი\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nშემდეგი"
+
+#. ~u0i
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3148946\n"
+"30\n"
+"help.text"
+msgid "Imported data are treated as text."
msgstr ""
-#: 00040502.xhp#par_id3151117.143.help.text
-msgid "Choose <emph>Format - Chart Wall - Transparency</emph> tab (chart documents)"
-msgstr ""
+#. ,ltm
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3147265\n"
+"31\n"
+"help.text"
+msgid "Date (DMY)"
+msgstr "თარიღი (დთწ)"
-#: 00040502.xhp#par_id3147326.144.help.text
-msgid "Choose <emph>Format - Chart Area - Transparency</emph> tab (chart documents)"
+#. #g[X
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3156434\n"
+"32\n"
+"help.text"
+msgid "Applies a date format (Day, Month, Year) to the imported data in a column."
msgstr ""
-#: 00040502.xhp#par_id3154920.145.help.text
-msgid "Choose <emph>Format - Chart Floor - Transparency</emph> tab (chart documents)"
-msgstr ""
+#. Fd:A
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3148740\n"
+"33\n"
+"help.text"
+msgid "Date (MDY)"
+msgstr "თარიღი (თდწ)"
-#: 00040502.xhp#par_id3145591.146.help.text
-msgid "Choose <emph>Format - Title - All Titles - Transparency</emph> tab (chart documents)"
+#. m/xA
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3149688\n"
+"34\n"
+"help.text"
+msgid "Applies a date format (Month, Day, Year) to the imported data in a column."
msgstr ""
-#: 00040502.xhp#par_id3145750.147.help.text
-msgid "Choose <emph>Format - Title - Main Title - Transparency </emph>tab (chart documents)"
-msgstr ""
+#. _VQ8
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3150230\n"
+"35\n"
+"help.text"
+msgid "Date (YMD)"
+msgstr "თარიღი (წთდ)"
-#: 00040502.xhp#par_id3148556.148.help.text
-msgid "Choose <emph>Format - Title - Subtitle - Transparency</emph> tab (chart documents)"
+#. /g%;
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3153207\n"
+"36\n"
+"help.text"
+msgid "Applies a date format (Year, Month, Day) to the imported data in a column."
msgstr ""
-#: 00040502.xhp#par_id3163710.149.help.text
-msgid "Choose <emph>Format - Title - Title (X Axis) - Transparency</emph> tab (chart documents)"
-msgstr ""
+#. F_^W
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3148981\n"
+"65\n"
+"help.text"
+msgid "US English"
+msgstr "ა.შ.შ. ინგლისური"
-#: 00040502.xhp#par_id3150487.150.help.text
-msgid "Choose <emph>Format - Title - Title (Y Axis) - Transparency</emph> tab (chart documents)"
+#. *9$2
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3153178\n"
+"66\n"
+"help.text"
+msgid "Numbers formatted in US English are searched for and included regardless of the system language. A number format is not applied. If there are no US English entries, the <emph>Standard</emph> format is applied."
msgstr ""
-#: 00040502.xhp#par_id3154320.151.help.text
-msgid "Choose <emph>Format - Title - Title (Z Axis) - Transparency</emph> tab (chart documents)"
-msgstr ""
+#. $)3i
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3154329\n"
+"37\n"
+"help.text"
+msgid "Hide"
+msgstr "დამალვა"
-#: 00040502.xhp#par_id3151113.152.help.text
-msgid "Choose <emph>Format - Object Properties - Data Point - Transparency</emph> - tab (chart documents)"
+#. RKW,
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3154946\n"
+"38\n"
+"help.text"
+msgid "The data in the column are not imported."
msgstr ""
-#: 00040502.xhp#par_id3149266.153.help.text
-msgid "Choose <emph>Format - Object Properties - Data Series - Transparency</emph> tab (chart documents)"
+#. j0E|
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3149767\n"
+"75\n"
+"help.text"
+msgid "If you selected one of the date formats (DMY), (MDY), or (YMD) and you enter numbers without date delimiters, the numbers are interpreted as follows:"
msgstr ""
-#: 00040502.xhp#par_id3150011.30.help.text
-msgid "<variable id=\"schatte\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Area - Shadow</emph> tab </variable>"
+#. AP/h
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3150650\n"
+"76\n"
+"help.text"
+msgid "Number of characters"
msgstr ""
-#: 00040502.xhp#par_id3147441.31.help.text
-msgid "<variable id=\"verlauf\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Area - Gradients</emph> tab </variable>"
-msgstr ""
+#. LWgx
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3150495\n"
+"77\n"
+"help.text"
+msgid "Date format"
+msgstr "თარიღის ფორმატი"
-#: 00040502.xhp#par_id3155308.32.help.text
-msgid "<variable id=\"schraffur\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Area - Hatching</emph> tab </variable>"
-msgstr ""
+#. ~$bs
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3156212\n"
+"78\n"
+"help.text"
+msgid "6"
+msgstr "6"
-#: 00040502.xhp#par_id3145800.33.help.text
-msgid "<variable id=\"bitmap\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Area - Bitmaps</emph> tab </variable>"
+#. ^:Bh
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3153056\n"
+"79\n"
+"help.text"
+msgid "Two characters each are taken for day, month, and year in the selected order."
msgstr ""
-#: 00040502.xhp#par_id3145251.34.help.text
-msgid "<variable id=\"formattext\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - Text - Text Attributes</emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - Define Text Attributes</emph></caseinline><defaultinline><emph>Text</emph></defaultinline></switchinline></variable>"
-msgstr ""
+#. ]X1x
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3147352\n"
+"80\n"
+"help.text"
+msgid "8"
+msgstr "8"
-#: 00040502.xhp#par_id3152810.35.help.text
-msgid "<variable id=\"text\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - Text - Text Attributes</emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - Define Text Attributes</emph></caseinline><defaultinline><emph>Text</emph></defaultinline></switchinline><emph>- Text</emph> tab </variable>"
+#. [S_j
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3153768\n"
+"81\n"
+"help.text"
+msgid "Four characters are taken for the year, two each for month and day, in the selected order."
msgstr ""
-#: 00040502.xhp#par_id3151060.36.help.text
-msgid "<variable id=\"laufext\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - Text - Text Attributes</emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - Define Text Attributes</emph></caseinline><defaultinline><emph>Text</emph></defaultinline></switchinline><emph>- Text Animation</emph> tab </variable>"
-msgstr ""
+#. oCZN
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3147295\n"
+"82\n"
+"help.text"
+msgid "5 or 7"
+msgstr "5 ან 7"
-#: 00040502.xhp#par_id3149911.37.help.text
-msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Position and Size</emph> "
+#. 1nU9
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3151168\n"
+"83\n"
+"help.text"
+msgid "As with 6 or 8 characters, but the first part of the sequence has one character less. This will suppress a leading zero for month and day."
msgstr ""
-#: 00040502.xhp#par_id3156286.89.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">F4 key </caseinline><caseinline select=\"IMPRESS\">F4 key </caseinline></switchinline>"
+#. .#o/
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3153143\n"
+"44\n"
+"help.text"
+msgid "If you want to include the leading zero in the data you import, in telephone numbers for example, apply the \"Text\" format to the column."
msgstr ""
-#: 00040502.xhp#par_id3153052.help.text
-#, fuzzy
-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_id3155135\" src=\"cmd/sc_subscript.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155135\">ხატულა</alt></image>"
-
-#: 00040502.xhp#par_id3149938.39.help.text
-msgid "Position and Size"
-msgstr "მდებარეობა და ზომა"
+#. =s\E
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"hd_id3149287\n"
+"39\n"
+"help.text"
+msgid "Preview"
+msgstr ""
-#: 00040502.xhp#par_id3148833.170.help.text
-msgid "Open the context menu for the object - choose <emph>Name</emph>"
+#. CK{H
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3147377\n"
+"40\n"
+"help.text"
+msgid "Shows how the imported text will look after it is separated into columns. To apply a format to a column when it is imported, click a column and select a <emph>Column type</emph>. When you select a <emph>Column type</emph>, the column heading displays the applied format."
msgstr ""
-#: 00040502.xhp#par_id411999.help.text
-msgid "Open the context menu for the object - choose <emph>Description</emph>"
+#. Ltka
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3150105\n"
+"64\n"
+"help.text"
+msgid "If you want to use a fixed width to separate the imported data into columns, click in the ruler to set the width boundaries."
msgstr ""
-#: 00040502.xhp#par_id3153099.40.help.text
-msgid "<variable id=\"position2\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Position and Size - Position and Size</emph> tab </variable>"
+#. lQaV
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3155746\n"
+"74\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/keyboard.xhp\" name=\"Navigating Without the Mouse\">Navigating Without the Mouse</link>"
msgstr ""
-#: 00040502.xhp#par_id3152973.42.help.text
-msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Position and Size - Rotation</emph> tab"
+#. `y)9
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3146120\n"
+"43\n"
+"help.text"
+msgid "For more information, see <link href=\"text/shared/00/00000020.xhp\" name=\"Information about Import and Export Filters\">Information about Import and Export Filters</link>."
msgstr ""
-#: 00040502.xhp#par_id3148495.help.text
-#, fuzzy
-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_id3149565\" src=\"cmd/sc_rect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149565\">ხატულა</alt></image>"
+#. ix_4
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"tit\n"
+"help.text"
+msgid "View Menu"
+msgstr "ხედის მენიუ"
-#: 00040502.xhp#par_id3146790.44.help.text
-msgid "Rotate"
-msgstr "ბრუნვა"
+#. %2*!
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"hd_id3156304\n"
+"1\n"
+"help.text"
+msgid "View Menu"
+msgstr "ხედის მენიუ"
-#: 00040502.xhp#par_id3145666.45.help.text
-msgid "<variable id=\"ecke\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Position and Size - Slant & Corner Radius</emph> tab </variable>"
+#. :DBi
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3146936\n"
+"12\n"
+"help.text"
+msgid "Choose <emph>View - Zoom</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
+
+#. sI/p
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3149962\n"
+"24\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Zoom also with (+) (-) (×) and (÷) on the number keypad </caseinline><caseinline select=\"IMPRESS\">Zoom also with (+) (-) (×) and (÷) on the number keypad </caseinline></switchinline>"
msgstr ""
-#: 00040502.xhp#par_id3146081.46.help.text
-msgid "<variable id=\"legende\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Position and Size - Callout</emph> tab (only for textbox callouts, not for custom shapes callouts) </variable>"
+#. nwZc
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3152895\n"
+"13\n"
+"help.text"
+msgid "Double-click or right-click the field on the <emph>Status</emph> Bar"
msgstr ""
-#: 00040502.xhp#par_id3083283.172.help.text
-msgid "Choose <emph>Edit - Points</emph>"
+#. JFtJ
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3156183\n"
+"36\n"
+"help.text"
+msgid "Choose <emph>View - Toolbars</emph>"
msgstr "Choose <emph>ფაილი - ახალი</emph>"
-#: 00040502.xhp#par_id3145642.47.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>"
+#. W3WM
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3166445\n"
+"15\n"
+"help.text"
+msgid "<variable id=\"funktion\">Choose <emph>View - Toolbars - Standard</emph></variable>"
msgstr ""
-#: 00040502.xhp#par_id3149019.90.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">F8 key </caseinline><caseinline select=\"IMPRESS\">F8 key </caseinline></switchinline>"
+#. ?Iw0
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3153748\n"
+"17\n"
+"help.text"
+msgid "<variable id=\"werkzeug\">Choose <emph>View - Toolbars - Tools</emph></variable>"
msgstr ""
-#: 00040502.xhp#par_id3150044.help.text
+#. T2RI
+#: 00000403.xhp
#, fuzzy
-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_open.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147100\">ხატულა</alt></image>"
+msgctxt ""
+"00000403.xhp\n"
+"par_id3154317\n"
+"18\n"
+"help.text"
+msgid "<variable id=\"task\">Choose <emph>View - Status Bar</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00040502.xhp#par_id3153966.49.help.text
-msgid "Edit Points"
+#. ll:\
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3152780\n"
+"19\n"
+"help.text"
+msgid "<variable id=\"farbleiste\">Choose <emph>View - Toolbars - Color Bar</emph></variable>"
msgstr ""
-#: 00040502.xhp#par_id3151248.50.help.text
-msgid "Choose <emph>Format - Character</emph> (drawing functions)"
+#. [W4P
+#: 00000403.xhp
+#, fuzzy
+msgctxt ""
+"00000403.xhp\n"
+"par_id3156113\n"
+"43\n"
+"help.text"
+msgid "<variable id=\"ime\">Choose <emph>View - Input Method Status</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+
+#. ;?]E
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3157909\n"
+"32\n"
+"help.text"
+msgid "Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>Internet</emph>"
msgstr ""
-#: 00040502.xhp#par_id3145229.121.help.text
-msgid "Open context menu - choose <emph>Character</emph>"
+#. j`#o
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3146806\n"
+"42\n"
+"help.text"
+msgid "Choose <emph>Insert - Hyperlink</emph>"
msgstr ""
-#: 00040502.xhp#par_id3151342.122.help.text
-msgid "Open context menu - choose <emph>Size</emph>"
+#. pk6F
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3153717\n"
+"38\n"
+"help.text"
+msgid "<variable id=\"hypdiamailnews\">Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>Mail & News</emph></variable>"
msgstr ""
-#: 00040502.xhp#par_id3149255.123.help.text
-msgid "Open context menu - choose <emph>Style</emph>"
+#. UKc8
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3149415\n"
+"34\n"
+"help.text"
+msgid "<variable id=\"hypdiadok\">Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>Document</emph></variable>"
msgstr ""
-#: 00040502.xhp#par_id3155177.124.help.text
-msgid "Open context menu - choose <emph>Style - Bold</emph>"
+#. 6Xjl
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3150129\n"
+"35\n"
+"help.text"
+msgid "<variable id=\"hypdianeudok\">Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>New Document</emph></variable>"
msgstr ""
-#: 00040502.xhp#par_id3145766.help.text
+#. ~b;1
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3159269\n"
+"20\n"
+"help.text"
+msgid "Choose <emph>View - Full Screen</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
+
+#. YQvU
+#: 00000403.xhp
#, fuzzy
-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_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
+msgctxt ""
+"00000403.xhp\n"
+"par_id3149578\n"
+"25\n"
+"help.text"
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+J"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 00040502.xhp#par_id3147001.55.help.text
-msgid "Bold"
-msgstr "მუქი"
+#. mG0*
+#: 00000403.xhp
+#, fuzzy
+msgctxt ""
+"00000403.xhp\n"
+"par_id3153257\n"
+"help.text"
+msgid "<image id=\"img_id3148473\" src=\"cmd/sc_fullscreen.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148473\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147100\" src=\"cmd/sc_open.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147100\">ხატულა</alt></image>"
-#: 00040502.xhp#par_id3151276.125.help.text
-msgid "Open context menu - choose <emph>Style - Italic</emph>"
+#. Zqie
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3153627\n"
+"44\n"
+"help.text"
+msgid "Full Screen On/Off (in Page Preview)"
msgstr ""
-#: 00040502.xhp#par_id3159091.help.text
+#. TpbF
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3147559\n"
+"8\n"
+"help.text"
+msgid "If a text document or spreadsheet is open:"
+msgstr ""
+
+#. a,`0
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3145069\n"
+"31\n"
+"help.text"
+msgid "Menu <emph>View - Data Sources</emph>"
+msgstr ""
+
+#. C#uV
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3149046\n"
+"28\n"
+"help.text"
+msgid "F4 key"
+msgstr "F4 კლავიში"
+
+#. Sxg8
+#: 00000403.xhp
#, fuzzy
-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_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
+msgctxt ""
+"00000403.xhp\n"
+"par_id3153778\n"
+"help.text"
+msgid "<image id=\"img_id3153524\" src=\"cmd/sc_viewdatasourcebrowser.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153524\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153252\" src=\"cmd/sc_spacepara2.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153252\">ხატულა</alt></image>"
-#: 00040502.xhp#par_id3150234.58.help.text
-msgid "Italic"
-msgstr "დახრილი"
+#. .p:-
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3146908\n"
+"39\n"
+"help.text"
+msgid "Data Sources"
+msgstr ""
-#: 00040502.xhp#par_id3154589.126.help.text
-msgid "Open context menu - choose <emph>Style - Underline</emph> "
+#. ^{9c
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3154140\n"
+"9\n"
+"help.text"
+msgid "Choose <emph>View - HTML Source</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
+
+#. ,Usu
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3154947\n"
+"23\n"
+"help.text"
+msgid "Open context menu in an HTML document"
msgstr ""
-#: 00040502.xhp#par_id3145223.help.text
+#. i9um
+#: 00000403.xhp
#, fuzzy
-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_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
+msgctxt ""
+"00000403.xhp\n"
+"par_id3152935\n"
+"help.text"
+msgid "<image id=\"img_id3156422\" src=\"cmd/sc_sourceview.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156422\">Icon</alt></image>"
+msgstr "<image id=\"img_id3152427\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152427\">ხატულა</alt></image>"
-#: 00040502.xhp#par_id3154715.88.help.text
-msgid "Underline"
-msgstr "ხაზგასმული"
+#. eO]4
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3144448\n"
+"11\n"
+"help.text"
+msgid "HTML Source"
+msgstr "HTML წყარო"
-#: 00040502.xhp#par_id3145131.127.help.text
-msgid "Open context menu - choose <emph>Style - Strikethrough</emph>"
+#. ?_Cp
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_idN1091B\n"
+"help.text"
+msgid "<variable id=\"grid\">Choose <emph>View - Grid</emph> (Impress or Draw) </variable>"
msgstr ""
-#: 00040502.xhp#par_id3158214.128.help.text
-msgid "Open context menu - choose <emph>Style - Shadow</emph>"
+#. XhxO
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_idN1092E\n"
+"help.text"
+msgid "<variable id=\"guides\">Choose <emph>View - Snap Lines</emph> (Impress or Draw) </variable>"
msgstr ""
-#: 00040502.xhp#par_id3150207.129.help.text
-msgid "Open context menu - choose <emph>Style - Contour</emph>"
+#. Q6CO
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Showing and Hiding Docked Windows"
msgstr ""
-#: 00040502.xhp#par_id3154383.130.help.text
-msgid "Open context menu - choose <emph>Style - Superscript</emph>"
+#. z}/r
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"hd_id3085157\n"
+"1\n"
+"help.text"
+msgid "Showing and Hiding Docked Windows"
msgstr ""
-#: 00040502.xhp#par_id3152767.131.help.text
-msgid "Open context menu - choose <emph>Style - Subscript</emph>"
+#. E5Qf
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"par_id3149948\n"
+"2\n"
+"help.text"
+msgid "Every <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"docked\">docked</link> window has an icon to control the display properties of the window."
msgstr ""
-#: 00040502.xhp#par_id3155377.132.help.text
-msgid "Open context menu - choose <emph>Line Spacing</emph>"
+#. JTPO
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"par_id3150502\n"
+"3\n"
+"help.text"
+msgid "To show or hide a docked window, click the icon."
msgstr ""
-#: 00040502.xhp#par_id3154475.133.help.text
-msgid "Open context menu - choose <emph>Line Spacing - Single</emph>"
+#. t/A^
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"hd_id3150465\n"
+"13\n"
+"help.text"
+msgid "AutoShow and AutoHide Docked Windows"
msgstr ""
-#: 00040502.xhp#par_id3150478.134.help.text
-msgid "Open context menu - choose <emph>Line Spacing - 1.5 Lines</emph>"
+#. I1:g
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"par_id3155504\n"
+"14\n"
+"help.text"
+msgid "You can click the edge of a hidden docked window to open the window."
msgstr ""
-#: 00040502.xhp#par_id3147167.135.help.text
-msgid "Open context menu - choose <emph>Line Spacing - Double</emph>"
+#. qcy.
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"par_id3153257\n"
+"15\n"
+"help.text"
+msgid "The docked window closes automatically when you move the mouse pointer outside of the window."
msgstr ""
-#: 00040502.xhp#par_id3146978.69.help.text
-msgid "Choose <emph>Format - Alignment - Left</emph> (drawing functions)"
+#. 38wQ
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"par_id3154046\n"
+"16\n"
+"help.text"
+msgid "Multiple docked windows act as a single window in AutoShow/AutoHide mode."
msgstr ""
-#: 00040502.xhp#par_id3153009.136.help.text
-msgid "Open context menu - choose <emph>Alignment - Left</emph>"
-msgstr ""
+#. -d8t
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"hd_id3145416\n"
+"18\n"
+"help.text"
+msgid "Drag and Drop"
+msgstr "გადათრევა და დაგდება"
-#: 00040502.xhp#par_id3147310.help.text
-#, fuzzy
-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_id3153363\" src=\"cmd/sc_alignvcenter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153363\">ხატულა</alt></image>"
+#. /-s%
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"par_id3149578\n"
+"19\n"
+"help.text"
+msgid "If you drag an object over the edge of a hidden docked window, the window opens in AutoShow mode."
+msgstr ""
-#: 00040502.xhp#par_id3151336.71.help.text
-msgid "Align Left"
-msgstr "სწორება მარცხნივ"
+#. UMY.
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "General"
+msgstr "მთავარი"
-#: 00040502.xhp#par_id3155823.72.help.text
-msgid "Choose <emph>Format - Alignment - Right</emph> (drawing functions)"
+#. (COy
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3158397\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/00/01050000.xhp\" name=\"General\">General</link>"
msgstr ""
-#: 00040502.xhp#par_id3155762.137.help.text
-msgid "Open context menu - choose <emph>Alignment - Right</emph>"
+#. a!/N
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3159242\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">The<emph> General </emph>tab page lists the general properties of the current theme.</ahelp>"
msgstr ""
-#: 00040502.xhp#par_id3149408.help.text
-#, fuzzy
-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_id3152427\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152427\">ხატულა</alt></image>"
+#. 2^/t
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3150264\n"
+"3\n"
+"help.text"
+msgid "Name"
+msgstr "სახელი"
-#: 00040502.xhp#par_id3153607.74.help.text
-msgid "Align Right"
-msgstr "სწორება მარჯვნივ"
+#. ~%;=
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3154094\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_EDIT_RID_SVXTABPAGE_GALLERY_GENERAL_EDT_MS_NAME\">Displays the name of the theme.</ahelp> If no name has been assigned, you can type a new name in the text box."
+msgstr "<ahelp hid=\"SVX_EDIT_RID_SVXTABPAGE_GALLERY_GENERAL_EDT_MS_NAME\">თემის სათაურის ჩვენება.</ahelp> თუ არა არის რაიმე სახელი მინიჭებული, შეგიძლიათ აკრიფოთ ახალი სახელი ტექსტურ ველში."
-#: 00040502.xhp#par_id3149189.75.help.text
-msgid "Choose <emph>Format - Alignment - Centered</emph> (drawing functions)"
+#. $}%1
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3147089\n"
+"5\n"
+"help.text"
+msgid "Type"
msgstr ""
-#: 00040502.xhp#par_id3154624.138.help.text
-msgid "Open context menu - choose <emph>Alignment - Center</emph>"
-msgstr ""
+#. ~.+H
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3145071\n"
+"6\n"
+"help.text"
+msgid "Specifies the object type."
+msgstr "ობიექტის ტიპის განსაზღვრა."
-#: 00040502.xhp#par_id3153815.help.text
-#, fuzzy
-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_id3146957\" src=\"cmd/sc_justifypara.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146957\">ხატულა</alt></image>"
+#. T}ZY
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3147576\n"
+"7\n"
+"help.text"
+msgid "Location"
+msgstr "ადგილმდებარეობა"
-#: 00040502.xhp#par_id3153076.77.help.text
-#, fuzzy
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Align Center Horizontally </caseinline><defaultinline>Centered</defaultinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
+#. Ny{{
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3146797\n"
+"8\n"
+"help.text"
+msgid "Specifies the complete object path."
+msgstr "ობიექტის სრული გზის განსაზღვრა."
-#: 00040502.xhp#par_id3146151.78.help.text
-msgid "Choose <emph>Format - Alignment - Justified</emph> (drawing functions)"
+#. WV9b
+#: 00000007.xhp
+msgctxt ""
+"00000007.xhp\n"
+"tit\n"
+"help.text"
+msgid "Toolbars"
msgstr ""
-#: 00040502.xhp#par_id3168612.139.help.text
-msgid "Open context menu - choose <emph>Alignment - Justified</emph>"
+#. b@|R
+#: 00000007.xhp
+msgctxt ""
+"00000007.xhp\n"
+"hd_id3155620\n"
+"1\n"
+"help.text"
+msgid "Toolbars"
msgstr ""
-#: 00040502.xhp#par_id3156189.help.text
+#. q+aA
+#: 00000007.xhp
+msgctxt ""
+"00000007.xhp\n"
+"par_id3152823\n"
+"4\n"
+"help.text"
+msgid "<variable id=\"werkzeugleiste\">Icon on the Tools bar: </variable>"
+msgstr "<variable id=\"werkzeugleiste\">ხატულა ხელსაწყოთა ზოლზე: </variable>"
+
+#. ;vVO
+#: 00000007.xhp
+msgctxt ""
+"00000007.xhp\n"
+"par_id3152352\n"
+"5\n"
+"help.text"
+msgid "<variable id=\"textobjektleiste\">Icon on the Formatting Bar: </variable>"
+msgstr "<variable id=\"textobjektleiste\">ხატულა ფორმატირების ზოლზე: </variable>"
+
+#. Wb_4
+#: 00000007.xhp
#, fuzzy
-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_id3146957\" src=\"cmd/sc_justifypara.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146957\">ხატულა</alt></image>"
+msgctxt ""
+"00000007.xhp\n"
+"par_id3151370\n"
+"7\n"
+"help.text"
+msgid "<variable id=\"objektleiste\">Icon on the Formatting Bar: </variable>"
+msgstr "<variable id=\"diaobjektleiste\">ხატულა სლაიდების ხედვის ზოლზე: </variable>"
-#: 00040502.xhp#par_id3153131.80.help.text
-msgid "Justified"
-msgstr ""
+#. `ST)
+#: 00000007.xhp
+msgctxt ""
+"00000007.xhp\n"
+"par_id3149748\n"
+"9\n"
+"help.text"
+msgid "<variable id=\"diaobjektleiste\">Icon on the Slide View Bar: </variable>"
+msgstr "<variable id=\"diaobjektleiste\">ხატულა სლაიდების ხედვის ზოლზე: </variable>"
-#: 00040502.xhp#par_id3150527.81.help.text
-msgid "<variable id=\"font\">Click <emph>Fontwork</emph> icon on <emph>Drawing</emph> bar </variable>"
+#. SN(S
+#: 00000007.xhp
+msgctxt ""
+"00000007.xhp\n"
+"par_id3156553\n"
+"10\n"
+"help.text"
+msgid "<variable id=\"symbolleistenneu\">This overview describes the default toolbar configuration for $[officename].</variable>"
msgstr ""
-#: 00040502.xhp#par_id3144503.103.help.text
-msgid "Choose <emph>Format - Group</emph>"
+#. TR#1
+#: 00000007.xhp
+msgctxt ""
+"00000007.xhp\n"
+"par_id3153551\n"
+"11\n"
+"help.text"
+msgid "Asian Language Support"
+msgstr "აზიური ენის მხარდაჭერა"
+
+#. qB50
+#: 00000007.xhp
+msgctxt ""
+"00000007.xhp\n"
+"par_id3156326\n"
+"12\n"
+"help.text"
+msgid "These commands can only be accessed after you enable support for Asian languages in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>."
msgstr ""
-#: 00040502.xhp#par_id3154854.140.help.text
-msgid "Open context menu - choose <emph>Group</emph>"
+#. k*U0
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"tit\n"
+"help.text"
+msgid "About Import and Export Filters"
msgstr ""
-#: 00040502.xhp#par_id3157985.83.help.text
-msgid "Choose <emph>Format - Group - Group</emph> (text documents, spreadsheets)"
+#. waP1
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"bm_id3152952\n"
+"help.text"
+msgid "<bookmark_value>import filters</bookmark_value><bookmark_value>export filters</bookmark_value><bookmark_value>filters; for import and export</bookmark_value><bookmark_value>files; filters and formats</bookmark_value><bookmark_value>formats; on opening and saving</bookmark_value><bookmark_value>importing; HTML and text documents</bookmark_value><bookmark_value>exporting;HTML and text documents</bookmark_value><bookmark_value>text documents; importing/exporting</bookmark_value><bookmark_value>HTML documents; importing/exporting</bookmark_value><bookmark_value>UTF-8/UCS2 support</bookmark_value><bookmark_value>HTML; export character set</bookmark_value><bookmark_value>PostScript; creating files</bookmark_value><bookmark_value>exporting;to PostScript format</bookmark_value>"
msgstr ""
-#: 00040502.xhp#par_id3157980.104.help.text
-msgid "Choose <emph>Modify - Group</emph> (drawing documents)"
+#. !o~5
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"hd_id3152952\n"
+"1\n"
+"help.text"
+msgid "About Import and Export Filters"
msgstr ""
-#: 00040502.xhp#par_id3149508.84.help.text
-msgid "Open context menu - choose <emph>Group - Group</emph> (form objects)"
+#. ma(1
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3143272\n"
+"2\n"
+"help.text"
+msgid "In $[officename], apart from its own <link href=\"text/shared/00/00000021.xhp\" name=\"XML formats\">XML formats</link> you can also open and save many foreign XML formats."
msgstr ""
-#: 00040502.xhp#par_id3146858.help.text
-#, fuzzy
-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_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
+#. pew@
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3152414\n"
+"3\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">In UNIX, certain file formats cannot be recognized automatically.</caseinline><defaultinline>$[officename] normally recognizes the correct file type automatically on opening a file.</defaultinline></switchinline> There may be cases where you have to select the file type yourself in the <emph>Open</emph> dialog. For example, if you have a database table in text format that you want to open as a database table, you need to specify the file type \"Text CSV\" after selecting the file."
+msgstr ""
-#: 00040502.xhp#par_id3149593.113.help.text
-msgid "Group"
-msgstr "დაჯგუფება"
+#. JSZO
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"hd_id3148668\n"
+"238\n"
+"help.text"
+msgid "Basic Macros in MS Office Documents"
+msgstr "საბაზო მაკროები MS Office-ის დოკუმენტებში"
-#: 00040502.xhp#par_id3153023.85.help.text
-msgid "Choose <emph>Format - Group - Ungroup</emph> (text documents, spreadsheets)"
+#. U;1=
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3156211\n"
+"239\n"
+"help.text"
+msgid "In <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01130100.xhp\" name=\"Load/Save - VBA Properties\">Load/Save - VBA Properties</link> you can specify the settings for the VBA macro codes in MS Office documents. VBA macros are unable to run in $[officename]; they must first be converted and adapted. Often you only want to use $[officename] to change the visible content of a Word, Excel or PowerPoint file and then save the file again in Microsoft Office format without changing the macros they contain. You can set the behavior of $[officename] as desired: Either the VBA macros are saved in commented form as a subroutine of $[officename] and when the document is saved in MS Office format are written back correctly again, or you can select the Microsoft Office macros to be removed when loading. The last option is an effective protection against viruses within the Microsoft Office documents."
msgstr ""
-#: 00040502.xhp#par_id3163378.105.help.text
-msgid "Choose <emph>Modify - Ungroup</emph> (drawing documents)"
+#. ,Yh$
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"hd_id3154232\n"
+"5\n"
+"help.text"
+msgid "Notes regarding external formats and file types"
+msgstr "შენიშვნები გარე ფორმატების და ფაილების ტიპების შესახებ"
+
+#. :JXU
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3154230\n"
+"226\n"
+"help.text"
+msgid "Even if they are not installed, some filters can be selected in the <emph>Open</emph> and <emph>Save</emph> dialogs. If you select such a filter, a message will appear saying that you can still install the filter if you require."
msgstr ""
-#: 00040502.xhp#par_id3156038.86.help.text
-msgid "Open context menu - choose <emph>Ungroup</emph>"
+#. hS!G
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3149999\n"
+"200\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">If you want to install additional filters or remove individual filters from the installation, close %PRODUCTNAME, start the Setup program and select the <emph>Modify</emph> option. Then you will see a dialog in which you can add or remove individual components of %PRODUCTNAME. Graphic filters can be found in \"Optional Components\".</caseinline></switchinline>"
msgstr ""
-#: 00040502.xhp#par_id3151300.help.text
-#, fuzzy
-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_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
+#. 3:*f
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"hd_id3156027\n"
+"7\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"></caseinline><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Importing and Exporting Text Documents</defaultinline></switchinline>"
+msgstr ""
-#: 00040502.xhp#par_id3146894.115.help.text
-#, fuzzy
-msgid "Ungroup"
+#. `,!?
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3145669\n"
+"8\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"></caseinline><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>$[officename] Writer can read various versions of the Microsoft Word text format. You also can save your own texts in Word format. However, not everything available with $[officename] Writer can be transferred to MS Word, and not everything can be imported.</defaultinline></switchinline>"
msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"განცალკევება\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"განჯგუფება"
-#: 00040502.xhp#par_id3153109.106.help.text
-msgid "Choose <emph>Format - Group - Exit Group</emph> (text documents, spreadsheets)"
+#. 3o7R
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3150144\n"
+"233\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"></caseinline><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Importing is normally not problematic. Even redlining information and controls are imported (and exported) so that $[officename] recognizes inserted or deleted text in Word documents as well as font attributes that have been modified. Different coloring for each author and the time of such changes is also included. When graphic text boxes and labels are imported from templates, most of the attributes are also imported as direct paragraph and drawing attributes. However, some of the attributes may be lost during the import procedure.</defaultinline></switchinline>"
msgstr ""
-#: 00040502.xhp#par_id3145678.107.help.text
-msgid "Choose <emph>Modify - Exit Group</emph> (drawing documents)"
+#. ?beI
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3149095\n"
+"10\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"></caseinline><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>It is also possible to import and export <link href=\"text/shared/00/00000005.xhp#rtf\" name=\"RTF\">RTF</link> files. This file format can be used to exchange formatted texts across various applications and platforms. In this way, many formats read by most programs will be transferred without a problem. The clipboard uses RTF format when you insert part of a spreadsheet from $[officename] Calc through <link href=\"text/shared/00/00000005.xhp\" name=\"DDE\">DDE</link> into $[officename] Writer.</defaultinline></switchinline>"
msgstr ""
-#: 00040502.xhp#par_id3152367.108.help.text
-msgid "Open context menu - choose <emph>Exit Group</emph>"
+#. ;Qb|
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3151378\n"
+"237\n"
+"help.text"
+msgid "The filter <emph>Text Encoded</emph> helps you open and save text documents with another encoding font. The filter opens a dialog that enables you to select character set, default fonts, language and paragraph break."
msgstr ""
-#: 00040502.xhp#par_id3158402.help.text
-#, fuzzy
-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_id3147502\" src=\"cmd/sc_aligntop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147502\">ხატულა</alt></image>"
+#. pOW5
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"hd_id3149763\n"
+"11\n"
+"help.text"
+msgid "Importing and Exporting in HTML Format"
+msgstr "იმპორტი და ექსპორტი HTML ფორმატში"
-#: 00040502.xhp#par_id3155347.117.help.text
-msgid "Exit Group"
+#. OJ~4
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3150244\n"
+"198\n"
+"help.text"
+msgid "With $[officename] Writer, you can insert footnotes and endnotes in your HTML document. They are exported as meta tags. The footnote and endnote characters are exported as hyperlinks."
msgstr ""
-#: 00040502.xhp#par_id3149129.109.help.text
-msgid "Choose <emph>Format - Group - Enter Group</emph> (text documents, spreadsheets)"
+#. (GZP
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3149800\n"
+"199\n"
+"help.text"
+msgid "Comments are used to include unknown characters in an HTML document. Every note that begins with \"HTML:...\" and ends with \">\" is treated as an HTML code, but is exported without these designations. Several tags around text can be included after \"HTML:...\" Accented characters are converted into the ANSI character set. Comments are created during import (for example, for meta tags that have no room in the file properties or unknown tags)."
msgstr ""
-#: 00040502.xhp#par_id3145354.110.help.text
-msgid "Choose <emph>Modify - Enter Group</emph> (drawing documents)"
+#. Lp=E
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3149734\n"
+"201\n"
+"help.text"
+msgid "The HTML import of $[officename] Writer is able to read files that have UTF-8 or UCS2 character coding. All characters that are contained in the ANSI character set or in the system's character set can be displayed."
msgstr ""
-#: 00040502.xhp#par_id3149946.111.help.text
-msgid "Open context menu - choose <emph>Enter Group</emph>"
+#. mng4
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3149578\n"
+"240\n"
+"help.text"
+msgid "When exporting to HTML, the character set selected in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - 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 ""
-#: 00040502.xhp#par_id3152388.help.text
-#, fuzzy
-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_id3147100\" src=\"cmd/sc_open.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147100\">ხატულა</alt></image>"
-
-#: 00040502.xhp#par_id3152547.119.help.text
-msgid "Enter Group"
+#. 9hAe
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3153146\n"
+"197\n"
+"help.text"
+msgid "If, in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - HTML Compatibility</emph>, you select Netscape Navigator, 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 ""
-#: 00000010.xhp#tit.help.text
-msgctxt "00000010.xhp#tit.help.text"
-msgid "Context Menus"
+#. dpp%
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3154143\n"
+"130\n"
+"help.text"
+msgid "The \"font\" property corresponds to Netscape Navigator; that is, before the font size you can specify optional values for \"font-style\" (italic, none), \"font-variant\" (normal, small-caps) and \"font-weight\" (normal, bold)."
msgstr ""
-#: 00000010.xhp#hd_id3160447.1.help.text
-msgctxt "00000010.xhp#hd_id3160447.1.help.text"
-msgid "Context Menus"
+#. +bKR
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3153760\n"
+"131\n"
+"help.text"
+msgid "For example, \"Font: bold italic small-caps 12pt/200% Arial, Helvetica\" switches to bold, italic, small caps, double-space with the font family Arial or Helvetica, if Arial doesn't exist."
msgstr ""
-#: 00000010.xhp#hd_id3148765.45.help.text
-msgctxt "00000010.xhp#hd_id3148765.45.help.text"
-msgid "Cut"
+#. sZsV
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3150129\n"
+"132\n"
+"help.text"
+msgid "\"Font: 10pt\" switches to a 10pt font, with bold, italic, small caps off."
msgstr ""
-#: 00000010.xhp#par_id3153383.46.help.text
-msgid "Cuts out the selected object and stores it on the clipboard. The object can be reinserted from the clipboard by using <emph>Paste</emph>."
+#. g(K7
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3155135\n"
+"14\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 ""
-#: 00000010.xhp#hd_id3156069.68.help.text
-msgctxt "00000010.xhp#hd_id3156069.68.help.text"
-msgid "Paste"
+#. :|$$
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3148473\n"
+"15\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 ""
-#: 00000010.xhp#par_id3154896.69.help.text
-msgid "<ahelp hid=\"SID_EXPLORERCONTENT_PASTE\" visibility=\"visible\">Inserts the element that you moved to the clipboard into the document.</ahelp> This command can only be called if the contents of the clipboard can be inserted at the current cursor position."
+#. ]qpV
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3144510\n"
+"16\n"
+"help.text"
+msgid "Text frames are supported with the use of CSS1 extensions for absolute positioned objects. This applies only to the export options Netscape Navigator, MS Internet Explorer, and $[officename] Writer. Text 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 ""
-#: 00000010.xhp#hd_id3149948.76.help.text
-msgid "Insert"
-msgstr "ჩასმა"
-
-#: 00000010.xhp#par_id3147588.77.help.text
-msgid "Opens a submenu in the Gallery where you can choose between <emph>Copy</emph> and <emph>Link</emph>. The selected Gallery object is either copied into the current document or a link is created."
+#. G0g2
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3147530\n"
+"46\n"
+"help.text"
+msgid "Text frames are exported as \"<SPAN>\" or \"<DIV>\" tags if they do not contain columns. If they do contain columns then they are exported as \"<MULTICOL>\"."
msgstr ""
-#: 00000010.xhp#par_id3146130.78.help.text
-msgid "If you have selected an object in your document, then a new insertion will replace the selected object."
+#. J!RT
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3153896\n"
+"202\n"
+"help.text"
+msgid "The measurement unit set in $[officename] is used for HTML export of CSS1 properties. The unit can be set separately for text and HTML documents under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - General</emph> or <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/Web - View</emph>. The number of exported decimal places depends on the unit."
msgstr ""
-#: 00000010.xhp#hd_id3145829.79.help.text
-msgid "Background"
-msgstr "ფონი"
+#. r[LY
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3154935\n"
+"203\n"
+"help.text"
+msgid "Measurement Unit"
+msgstr "განზომილების მოდული"
-#: 00000010.xhp#par_id3149180.80.help.text
-msgid "<ahelp hid=\"HID_GALLERY_MN_BACKGROUND\" visibility=\"visible\">Inserts the selected picture as a background graphic.</ahelp> Use the submenu commands <emph>Page</emph> or <emph>Paragraph</emph> to define whether the graphic should cover the entire page or only the current paragraph."
+#. RHMz
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3154226\n"
+"204\n"
+"help.text"
+msgid "Measurement Unit Name in CSS1"
+msgstr "განზომილების მოდულის სახელი CSS1-ში"
+
+#. cW;Z
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3151106\n"
+"205\n"
+"help.text"
+msgid "Maximum Number of Decimal Places"
+msgstr "ათობითი ნიშნების მაქსიმალური რაოდენობა"
+
+#. 2^@$
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3154071\n"
+"206\n"
+"help.text"
+msgid "Millimeter"
msgstr ""
-#: 00000010.xhp#hd_id3153049.87.help.text
-msgctxt "00000010.xhp#hd_id3153049.87.help.text"
-msgid "Copy"
+#. S,QG
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3149290\n"
+"207\n"
+"help.text"
+msgid "mm"
msgstr ""
-#: 00000010.xhp#par_id3150774.88.help.text
-msgid "<ahelp hid=\"SID_EXPLORERCONTENT_COPY\" visibility=\"visible\">Copies the selected element to the clipboard.</ahelp>"
+#. Bpv3
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3152920\n"
+"208\n"
+"help.text"
+msgid "2"
msgstr ""
-#: 00000010.xhp#hd_id3148620.91.help.text
-msgctxt "00000010.xhp#hd_id3148620.91.help.text"
-msgid "Delete"
+#. F-(Q
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3156293\n"
+"209\n"
+"help.text"
+msgid "Centimeter"
msgstr ""
-#: 00000010.xhp#par_id3154317.92.help.text
-msgid "<ahelp visibility=\"visible\" hid=\"SID_EXPLORERCONTENT_DESTROY\">Deletes the current selection. If multiple objects are selected, all will be deleted. In most cases, a <link href=\"text/shared/01/03150100.xhp\" name=\"security query\">security query</link> appears before objects are deleted.</ahelp>"
+#. A6$J
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3154819\n"
+"210\n"
+"help.text"
+msgid "cm"
msgstr ""
-#: 00000010.xhp#par_id3155941.190.help.text
-msgid "The object is either physically deleted from the data carrier or the object display is removed, depending on context."
+#. .k1q
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3147228\n"
+"211\n"
+"help.text"
+msgid "2"
msgstr ""
-#: 00000010.xhp#par_id3150506.192.help.text
-msgid "If you choose <emph>Delete</emph> while in the Gallery, the entry will be deleted from the Gallery, but the file itself will remain untouched."
+#. zi{a
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3154329\n"
+"212\n"
+"help.text"
+msgid "Inch"
msgstr ""
-#: 00000010.xhp#hd_id3150443.136.help.text
-msgid "Open"
-msgstr "გახსნა"
+#. nVoQ
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3150740\n"
+"213\n"
+"help.text"
+msgid "in"
+msgstr "ში"
-#: 00000010.xhp#par_id3149149.137.help.text
-msgid "<ahelp visibility=\"visible\" hid=\"SID_EXPLORERCONTENT_OPEN_OBJECT\">Use the<emph> Open </emph>command to open the selected object in a new task.</ahelp>"
+#. jF`i
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3157320\n"
+"214\n"
+"help.text"
+msgid "2"
msgstr ""
-#: 00000010.xhp#hd_id3149732.165.help.text
-msgid "Rename"
-msgstr "გადარქმევა"
-
-#: 00000010.xhp#par_id3149797.166.help.text
-msgid "<ahelp hid=\"SID_EXPLORERCONTENT_RENAME\" visibility=\"visible\">Enables a selected object to be renamed.</ahelp> After selecting <emph>Rename</emph> the name is selected and a new one can be entered directly. Use the arrow keys to set the cursor at the beginning or end of the name to delete or add to part of the name or to reposition the cursor."
+#. [ec=
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3156422\n"
+"215\n"
+"help.text"
+msgid "Pica"
msgstr ""
-#: 00000010.xhp#hd_id3155434.317.help.text
-msgid "Update"
-msgstr "განახლება"
+#. ,`Z+
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3144760\n"
+"216\n"
+"help.text"
+msgid "pc"
+msgstr "პკ"
-#: 00000010.xhp#par_id3154898.318.help.text
-msgid "<ahelp hid=\"HID_GALLERY_ACTUALIZE\" visibility=\"visible\">Updates the view in the window or in the selected object.</ahelp>"
+#. +^KJ
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3145322\n"
+"217\n"
+"help.text"
+msgid "2"
msgstr ""
-#: 00000010.xhp#hd_id3147573.172.help.text
-msgctxt "00000010.xhp#hd_id3147573.172.help.text"
-msgid "Preview"
+#. HZ^J
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3155131\n"
+"218\n"
+"help.text"
+msgid "Point"
msgstr ""
-#: 00000010.xhp#par_id3155583.173.help.text
-msgid "The element selected is displayed in the Gallery at maximum size. Double-click the preview to switch back to the normal Gallery view."
+#. UGVA
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3147288\n"
+"219\n"
+"help.text"
+msgid "pt"
msgstr ""
-#: 00000010.xhp#hd_id3157809.319.help.text
-msgid "Create Link"
-msgstr "ბმულის შექმნა"
+#. };91
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3145364\n"
+"220\n"
+"help.text"
+msgid "1"
+msgstr "1"
-#: 00000010.xhp#par_id3153716.320.help.text
-msgid "This command can be activated if an object is selected. A link named \"Link to xxx\" (<emph>xxx</emph> represents the name of the object) will be created directly in the same directory as that of the selected object."
+#. Sg|@
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3149262\n"
+"70\n"
+"help.text"
+msgid "The $[officename] Web page filter supports certain capabilities of CSS2. However, to use it, print layout export must be activated in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - HTML Compatibility</emph>. Then, in HTML documents, besides the HTML Page Style, you can also use the styles \"First page\", \"Left page\" and \"Right page\". These styles should enable you to set different page sizes and margins for the first page and for right and left pages when printing."
msgstr ""
-#: 00000215.xhp#tit.help.text
-msgctxt "00000215.xhp#tit.help.text"
-msgid "ASCII Filter Options"
+#. CW(O
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"hd_id3145750\n"
+"223\n"
+"help.text"
+msgid "Importing and Exporting Numbering"
msgstr ""
-#: 00000215.xhp#hd_id3146856.1.help.text
-msgctxt "00000215.xhp#hd_id3146856.1.help.text"
-msgid "ASCII Filter Options"
+#. tU./
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3145591\n"
+"224\n"
+"help.text"
+msgid "If, in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - 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 ""
-#: 00000215.xhp#par_id3153070.2.help.text
-msgid "You can specify which options, such as basic font, language, character set, or break, are imported or exported with a text document. The dialog appears when you load an ASCII file with the filter \"Text Encoded\" or when you save the document the first time, or when you \"save as\" with another name."
+#. h1DU
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3153573\n"
+"225\n"
+"help.text"
+msgid "A left paragraph indent in numbering is indicated as \"margin-left\" CSS1 property. First-line indents are ignored in numbering and not exported."
msgstr ""
-#: 00000215.xhp#hd_id3159217.3.help.text
-msgctxt "00000215.xhp#hd_id3159217.3.help.text"
-msgid "Properties"
+#. {VUC
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"hd_id3148556\n"
+"235\n"
+"help.text"
+msgid "Importing and Exporting Spreadsheet Files"
msgstr ""
-#: 00000215.xhp#par_id3155577.4.help.text
-msgid "Defines the settings for importing or exporting your file. When exporting, only the character set and paragraph break can be defined."
+#. @Qb!
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3153365\n"
+"236\n"
+"help.text"
+msgid "$[officename] imports and exports references to deleted sections such as, for example, a referenced column. The whole formula can be viewed during the export process and the deleted reference contains an indication (#REF!) to the reference. A #REF! will be correspondingly created for the reference during the import."
msgstr ""
-#: 00000215.xhp#hd_id3146959.5.help.text
-msgctxt "00000215.xhp#hd_id3146959.5.help.text"
-msgid "Character set"
-msgstr "კოდირება"
-
-#: 00000215.xhp#par_id3143206.6.help.text
-msgid "<ahelp hid=\"SW:LISTBOX:DLG_ASCII_FILTER:LB_CHARSET\">Specifies the character set of the file for export or import.</ahelp>"
+#. kL,y
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"hd_id3150228\n"
+"103\n"
+"help.text"
+msgid "Importing and Exporting Graphics Files"
msgstr ""
-#: 00000215.xhp#hd_id3154926.7.help.text
-msgid "Default fonts"
-msgstr "ნაგულისხმევი შრიფტი"
-
-#: 00000215.xhp#par_id3151262.8.help.text
-msgid "<ahelp hid=\"SW:LISTBOX:DLG_ASCII_FILTER:LB_FONT\">By setting a default font, you specify that the text should be displayed in a specific font. The default fonts can only be selected when importing.</ahelp>"
+#. nhA@
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3152578\n"
+"104\n"
+"help.text"
+msgid "As with HTML documents, you can choose to use a filter with or without the element ($[officename] Impress) in the name to open a $[officename] graphics file. If without, the file will be opened as a $[officename] Draw document. Otherwise, the file saved by an old program version is now opened in $[officename] Impress."
msgstr ""
-#: 00000215.xhp#hd_id3154894.9.help.text
-#, fuzzy
-msgctxt "00000215.xhp#hd_id3154894.9.help.text"
-msgid "Language"
-msgstr "ენა"
-
-#: 00000215.xhp#par_id3153323.10.help.text
-msgid "<ahelp hid=\"SW:LISTBOX:DLG_ASCII_FILTER:LB_LANGUAGE\">Specifies the language of the text, if this has not already been defined. This setting is only available when importing.</ahelp>"
+#. 1#*h
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3144441\n"
+"106\n"
+"help.text"
+msgid "When you import an EPS file, a preview of the graphic is displayed in the document. If a preview is not available, a placeholder corresponding to the size of the graphic is displayed in the document. Under Unix and Microsoft Windows you can print the imported file by using a PostScript printer. <switchinline select=\"sys\"><caseinline select=\"UNIX\"></caseinline><defaultinline>If a different printer is used the preview will be printed.</defaultinline></switchinline> When exporting EPS graphics, a preview is created and has the TIFF or EPSI format. If an EPS graphic together with other graphics is exported in the EPS format then this file will be embedded unchanged in the new file."
msgstr ""
-#: 00000215.xhp#hd_id3147143.11.help.text
-msgid "Paragraph break"
+#. A0r`
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3146120\n"
+"222\n"
+"help.text"
+msgid "Multipage-TIFFs are allowed when graphics are imported or exported in TIFF format. The graphics are retrieved as a set of individual pictures in a single file, for example, the individual pages of a fax."
msgstr ""
-#: 00000215.xhp#par_id3143281.12.help.text
-msgid "Defines the type of paragraph break for a text line."
+#. Ure2
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3159153\n"
+"109\n"
+"help.text"
+msgid "Some $[officename] Draw and $[officename] Impress options can be accessed through <emph>File - Export</emph>. See <link href=\"text/shared/00/00000200.xhp\" name=\"Graphics Export Options\">Graphics Export Options</link> for more information."
msgstr ""
-#: 00000215.xhp#hd_id3150935.13.help.text
-msgid "CR & LF"
-msgstr "CR & LF"
+#. #\[A
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"hd_id3153213\n"
+"228\n"
+"help.text"
+msgid "PostScript"
+msgstr "PostScript"
-#: 00000215.xhp#par_id3145829.14.help.text
-msgid "<ahelp hid=\"SW:RADIOBUTTON:DLG_ASCII_FILTER:RB_CRLF\">Produces a \"Carriage Return\" and a \"Linefeed\". This option is the default.</ahelp>"
+#. sLZ2
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3156444\n"
+"229\n"
+"help.text"
+msgid "To export a document or graphic in PostScript format:"
msgstr ""
-#: 00000215.xhp#hd_id3153551.15.help.text
-msgid "CR"
-msgstr "CR"
-
-#: 00000215.xhp#par_id3156042.16.help.text
-msgid "<ahelp hid=\"SW:RADIOBUTTON:DLG_ASCII_FILTER:RB_CR\">Produces a \"Carriage Return\" as the paragraph break.</ahelp>"
+#. $nr0
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3163714\n"
+"230\n"
+"help.text"
+msgid "If you have not yet done so, install a PostScript printer driver, such as the Apple LaserWriter driver."
msgstr ""
-#: 00000215.xhp#hd_id3150713.17.help.text
-msgid "LF"
-msgstr "LF"
-
-#: 00000215.xhp#par_id3145090.18.help.text
-msgid "<ahelp hid=\"SW:RADIOBUTTON:DLG_ASCII_FILTER:RB_LF\">Produces a \"Linefeed\" as the paragraph break.</ahelp>"
+#. l3eV
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3153142\n"
+"231\n"
+"help.text"
+msgid "Print the document with the <emph>File - Print</emph> menu command."
msgstr ""
-#: 00000004.xhp#tit.help.text
-msgid "To access this command..."
-msgstr "ბრძანებაზე წვდომისათვის..."
-
-#: 00000004.xhp#hd_id3160447.1.help.text
-msgid "<variable id=\"wie\">To access this command...</variable>"
-msgstr "<variable id=\"wie\">ბრძანებაზე წვდომისათვის... </variable>"
-
-#: 00000004.xhp#par_id3147212.47.help.text
-msgid "<variable id=\"related\"><emph>Related Topics</emph></variable>"
-msgstr "<variable id=\"related\"><emph>დაკავშირებული თემები</emph></variable>"
-
-#: 00000004.xhp#par_id56935339.help.text
-msgid "Enable or disable the Help Agent on <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - General</emph>."
+#. VNkU
+#: 00000020.xhp
+msgctxt ""
+"00000020.xhp\n"
+"par_id3154149\n"
+"242\n"
+"help.text"
+msgid "Select the PostScript printer in the dialog and mark the <emph>Print to file</emph> check box. A PostScript file will be created."
msgstr ""
-#: 00000004.xhp#par_id3154689.help.text
-msgid "<image id=\"img_id3152427\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152427\">Icon</alt></image>"
-msgstr "<image id=\"img_id3152427\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152427\">ხატულა</alt></image>"
-
-#: 00000004.xhp#par_id3146067.46.help.text
-msgctxt "00000004.xhp#par_id3146067.46.help.text"
-msgid "Font Color"
+#. |AK}
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"tit\n"
+"help.text"
+msgid "Conversion of measurement units"
msgstr ""
-#: 00000004.xhp#par_id3157898.help.text
-msgid "<image id=\"img_id3149716\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149716\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149716\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149716\">ხატულა</alt></image>"
+#. ;9pn
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"bm_id3147543\n"
+"help.text"
+msgid "<bookmark_value>measurement units; converting</bookmark_value><bookmark_value>units; converting</bookmark_value><bookmark_value>converting;metrics</bookmark_value><bookmark_value>metrics;converting</bookmark_value>"
+msgstr "<bookmark_value>განზომილების მოდულები; გარდაქმნა</bookmark_value><bookmark_value>მოდულები; გარდაქმნა</bookmark_value><bookmark_value>გარდაქმნა;ზომის ერტეულები</bookmark_value><bookmark_value>ზომის ერთეულები;გარდაქმნა</bookmark_value>"
-#: 00000004.xhp#par_id3149893.7.help.text
-msgctxt "00000004.xhp#par_id3149893.7.help.text"
-msgid "Font Color"
+#. HNna
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"hd_id3147543\n"
+"1\n"
+"help.text"
+msgid "Conversion of measurement units"
msgstr ""
-#: 00000004.xhp#par_id3149750.help.text
-msgid "<image id=\"img_id3146957\" src=\"cmd/sc_justifypara.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146957\">Icon</alt></image>"
-msgstr "<image id=\"img_id3146957\" src=\"cmd/sc_justifypara.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146957\">ხატულა</alt></image>"
-
-#: 00000004.xhp#par_id3150693.8.help.text
-msgid "Line spacing: 1"
-msgstr "სტრიქონთაშორისი დაშორება: 1"
-
-#: 00000004.xhp#par_id3145382.help.text
-msgid "<image id=\"img_id3163802\" src=\"cmd/sc_spacepara15.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163802\">Icon</alt></image>"
-msgstr "<image id=\"img_id3163802\" src=\"cmd/sc_spacepara15.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163802\">ხატულა</alt></image>"
-
-#: 00000004.xhp#par_id3154173.9.help.text
-msgid "Line spacing: 1.5"
-msgstr "სტრიქონთაშორისი დაშორება: 1.5"
+#. e%uB
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_idN1069F\n"
+"help.text"
+msgid "In some dialogs, you can enter measurement values into input boxes. If you just enter a numerical value, the default measurement unit is used."
+msgstr ""
-#: 00000004.xhp#par_id3150131.help.text
-msgid "<image id=\"img_id3153252\" src=\"cmd/sc_spacepara2.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153252\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153252\" src=\"cmd/sc_spacepara2.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153252\">ხატულა</alt></image>"
+#. DR*,
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_idN106A2\n"
+"help.text"
+msgid "You define the default measurement unit for Writer text documents in the dialog that you get by choosing <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - General</emph>. For Calc, Draw, and Impress, you open a document of that type and then open the appropriate <emph>General</emph> page as for Writer."
+msgstr ""
-#: 00000004.xhp#par_id3152824.10.help.text
-msgid "Line spacing: 2"
-msgstr "სტრიქონთაშორისი დაშორება: 2"
+#. :+qs
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_idN106AD\n"
+"help.text"
+msgid "In input boxes for length units you can also add the unit abbreviation according to the following list:"
+msgstr ""
-#: 00000004.xhp#par_id3149820.help.text
-msgid "<image id=\"img_id3153126\" src=\"cmd/sc_superscript.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153126\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153126\" src=\"cmd/sc_superscript.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153126\">ხატულა</alt></image>"
+#. =iL2
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_idN106BA\n"
+"help.text"
+msgid "Unit abbreviation"
+msgstr "მოდულის შემოკლება"
-#: 00000004.xhp#par_id3145121.11.help.text
-msgid "Superscript"
-msgstr "ზედა რეგისტრი"
+#. lp7g
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_idN106C0\n"
+"help.text"
+msgid "Explanation"
+msgstr "ახსნა"
-#: 00000004.xhp#par_id3147077.help.text
-msgid "<image id=\"img_id3155135\" src=\"cmd/sc_subscript.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155135\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155135\" src=\"cmd/sc_subscript.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155135\">ხატულა</alt></image>"
+#. U].6
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_idN106C7\n"
+"help.text"
+msgid "mm"
+msgstr ""
-#: 00000004.xhp#par_id3151385.12.help.text
-msgid "Subscript"
-msgstr "ქვედა რეგისტრი"
+#. +KJk
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_idN106CD\n"
+"help.text"
+msgid "Millimeter"
+msgstr ""
-#: 00000004.xhp#par_id3148550.help.text
-msgid "<image id=\"img_id3149294\" src=\"res/helpimg/feldurch.png\" width=\"0.9374inch\" height=\"0.2398inch\"><alt id=\"alt_id3149294\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149294\" src=\"res/helpimg/feldurch.png\" width=\"0.9374inch\" height=\"0.2398inch\"><alt id=\"alt_id3149294\">ხატულა</alt></image>"
+#. |H[S
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_idN106D4\n"
+"help.text"
+msgid "cm"
+msgstr ""
-#: 00000004.xhp#par_id3152772.15.help.text
-msgid "Line Style"
-msgstr "ხაზის სტილი"
+#. |E7e
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_idN106DA\n"
+"help.text"
+msgid "Centimeter"
+msgstr ""
-#: 00000004.xhp#par_id3153379.help.text
-msgid "<image id=\"img_id3148401\" src=\"res/helpimg/feldcolo.png\" width=\"1.0417inch\" height=\"0.2398inch\"><alt id=\"alt_id3148401\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148401\" src=\"res/helpimg/feldcolo.png\" width=\"1.0417inch\" height=\"0.2398inch\"><alt id=\"alt_id3148401\">ხატულა</alt></image>"
+#. Hf)m
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_idN106E1\n"
+"help.text"
+msgid "in or \""
+msgstr "ან \""
-#: 00000004.xhp#par_id3149290.16.help.text
-msgid "Line Color"
-msgstr "ხაზის ფერი"
+#. :`hD
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_idN106E7\n"
+"help.text"
+msgid "Inch"
+msgstr ""
-#: 00000004.xhp#par_id3156214.help.text
-msgid "<image id=\"img_id3149807\" src=\"res/helpimg/feldbrei.png\" width=\"0.6563inch\" height=\"0.2189inch\"><alt id=\"alt_id3149807\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149807\" src=\"res/helpimg/feldbrei.png\" width=\"0.6563inch\" height=\"0.2189inch\"><alt id=\"alt_id3149807\">ხატულა</alt></image>"
+#. y,,~
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_idN106EE\n"
+"help.text"
+msgid "pi"
+msgstr "პი"
-#: 00000004.xhp#par_id3163044.17.help.text
-msgid "Line Width"
-msgstr "ხაზის სიგრძე"
+#. DQ5+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_idN106F4\n"
+"help.text"
+msgid "Pica"
+msgstr ""
-#: 00000004.xhp#par_id3154154.help.text
-msgid "<image id=\"img_id3145152\" src=\"res/helpimg/swh00117.png\" width=\"2.0835inch\" height=\"0.2398inch\"><alt id=\"alt_id3145152\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145152\" src=\"res/helpimg/swh00117.png\" width=\"2.0835inch\" height=\"0.2398inch\"><alt id=\"alt_id3145152\">ხატულა</alt></image>"
+#. -iBG
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_idN106FB\n"
+"help.text"
+msgid "pt"
+msgstr ""
-#: 00000004.xhp#par_id3150650.18.help.text
-msgid "Area Style / Filling"
-msgstr "არეს სტილი / შევსება"
+#. ~lcn
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_idN10701\n"
+"help.text"
+msgid "Point"
+msgstr ""
-#: 00000004.xhp#par_id3153367.help.text
-msgid "<image id=\"img_id3147502\" src=\"cmd/sc_aligntop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147502\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147502\" src=\"cmd/sc_aligntop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147502\">ხატულა</alt></image>"
+#. dq_y
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_idN10704\n"
+"help.text"
+msgid "The following formulas convert the units:"
+msgstr "შემდეგი ფორმულები გარდაქმნიან მოდულებს:"
-#: 00000004.xhp#par_id3148557.20.help.text
-msgid "Align Top"
-msgstr "სწორება ზევით"
+#. D;)4
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_idN1070A\n"
+"help.text"
+msgid "1 cm = 10 mm"
+msgstr "1 სმ = 10 მმ"
-#: 00000004.xhp#par_id3146923.help.text
-msgid "<image id=\"img_id3150410\" src=\"cmd/sc_cellvertbottom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150410\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150410\" src=\"cmd/sc_cellvertbottom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150410\">ხატულა</alt></image>"
+#. H4z@
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_idN1070E\n"
+"help.text"
+msgid "1 inch = 2.54 cm"
+msgstr "1 დიუმი = 2.54 სმ"
-#: 00000004.xhp#par_id3149287.21.help.text
-msgid "Align Bottom"
-msgstr "სწორება ქვევით"
+#. QF?|
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_idN10712\n"
+"help.text"
+msgid "1 inch = 6 Pica = 72 Point"
+msgstr "1 დიუმი = 6 პიკა = 72 პოინტ"
-#: 00000004.xhp#par_id3153097.help.text
-msgid "<image id=\"img_id3153363\" src=\"cmd/sc_alignvcenter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153363\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153363\" src=\"cmd/sc_alignvcenter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153363\">ხატულა</alt></image>"
+#. 5{U/
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_idN10715\n"
+"help.text"
+msgid "For example, in a text document, open <emph>Format - Paragraph - Indents & Spacing</emph>. To indent the current paragraph by one inch, enter <item type=\"literal\">1 in</item> or <item type=\"literal\">1\"</item> into the \"Before text\" box. To indent the paragraph by 1 cm, enter <item type=\"literal\">1 cm</item> into the input box."
+msgstr ""
-#: 00000004.xhp#par_id3150873.22.help.text
-msgid "Align Center Vertically"
-msgstr "სწორება ცენტრში ვერიკალურად"
+#. O,bm
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_idN1074C\n"
+"help.text"
+msgid "To input the maximum or minimum allowed value respectively, click the current value and then press the <item type=\"keycode\">Page Up</item> or <item type=\"keycode\">Page Down</item> key."
+msgstr ""
-#: 00000004.xhp#par_id3147436.help.text
-msgid "<image id=\"img_id3159123\" src=\"svx/res/nu07.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159123\">Icon</alt></image>"
-msgstr "<image id=\"img_id3159123\" src=\"svx/res/nu07.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159123\">ხატულა</alt></image>"
+#. p{7+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"tit\n"
+"help.text"
+msgid "Format Menu"
+msgstr ""
-#: 00000004.xhp#par_id3147418.27.help.text
-msgctxt "00000004.xhp#par_id3147418.27.help.text"
-msgid "Apply"
+#. -T4i
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"hd_id3149741\n"
+"1\n"
+"help.text"
+msgid "Format Menu"
msgstr ""
-#: 00000004.xhp#par_id3146147.help.text
-msgid "<image id=\"img_id3145364\" src=\"svx/res/nu08.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145364\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145364\" src=\"svx/res/nu08.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145364\">ხატულა</alt></image>"
+#. 7@rO
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3146857\n"
+"2\n"
+"help.text"
+msgid "Choose <emph>Format - Line</emph> (Impress and Draw)"
+msgstr ""
-#: 00000004.xhp#par_id3148617.28.help.text
-msgctxt "00000004.xhp#par_id3148617.28.help.text"
-msgid "Cancel"
+#. [\%E
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id366527\n"
+"help.text"
+msgid "Choose <emph>Format - Object - Line </emph>(Writer)"
msgstr ""
-#: 00000004.xhp#par_id3154730.help.text
-msgid "<image id=\"img_id3154096\" src=\"svtools/res/up_small.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154096\">Icon</alt></image>"
-msgstr "<image id=\"img_id3154096\" src=\"svtools/res/up_small.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154096\">ხატულა</alt></image>"
+#. WW!^
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3835261\n"
+"help.text"
+msgid "Choose <emph>Format - Graphic - Line </emph>(Calc)"
+msgstr ""
-#: 00000004.xhp#par_id3145800.30.help.text
-msgctxt "00000004.xhp#par_id3145800.30.help.text"
-msgid "Up One Level"
+#. HDg_
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3148668\n"
+"3\n"
+"help.text"
+msgid "On <emph>Line and Filling</emph> Bar, click"
msgstr ""
-#: 00000004.xhp#par_id3149412.help.text
+#. qMMX
+#: 00040502.xhp
#, fuzzy
-msgid "<image id=\"img_id3153279\" src=\"fpicker/res/fp014.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153279\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147257\" src=\"fpicker/res/fp011.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147257\">ხატულა</alt></image>"
+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_id3153363\" src=\"cmd/sc_alignvcenter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153363\">ხატულა</alt></image>"
-#: 00000004.xhp#par_id3154064.48.help.text
-msgctxt "00000004.xhp#par_id3154064.48.help.text"
-msgid "Create New Directory"
+#. 95]c
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3159147\n"
+"4\n"
+"help.text"
+msgid "Line"
+msgstr "ხაზი"
+
+#. 4UX;
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3154285\n"
+"5\n"
+"help.text"
+msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Line - Line</emph> tab"
msgstr ""
-#: 00000004.xhp#par_id3153221.help.text
-msgid "<image id=\"img_id3153334\" src=\"svtools/res/up_small.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153334\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153334\" src=\"svtools/res/up_small.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153334\">ხატულა</alt></image>"
+#. GU3A
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3147335\n"
+"7\n"
+"help.text"
+msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu and choose <emph>Modify/New - Line</emph> tab (presentation documents)"
+msgstr ""
-#: 00000004.xhp#par_id3145646.39.help.text
-msgctxt "00000004.xhp#par_id3145646.39.help.text"
-msgid "Up One Level"
+#. KO#-
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3156023\n"
+"8\n"
+"help.text"
+msgid "Choose <emph>Format - Title - Borders</emph> tab (charts)"
msgstr ""
-#: 00000004.xhp#par_id3151320.help.text
-#, fuzzy
-msgid "<image id=\"img_id3148833\" src=\"fpicker/res/fp014.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148833\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147257\" src=\"fpicker/res/fp011.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147257\">ხატულა</alt></image>"
+#. c}VZ
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3153061\n"
+"9\n"
+"help.text"
+msgid "Choose <emph>Format - Legend - Borders</emph> tab (charts)"
+msgstr ""
-#: 00000004.xhp#par_id3153005.40.help.text
-msgctxt "00000004.xhp#par_id3153005.40.help.text"
-msgid "Create New Directory"
+#. daV~
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3155922\n"
+"10\n"
+"help.text"
+msgid "Choose <emph>Format - Axis - Line</emph> tab (charts)"
msgstr ""
-#: 00000004.xhp#par_id3146990.help.text
-msgid "<image id=\"img_id3147257\" src=\"fpicker/res/fp011.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147257\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147257\" src=\"fpicker/res/fp011.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147257\">ხატულა</alt></image>"
+#. o**#
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3147559\n"
+"11\n"
+"help.text"
+msgid "Choose <emph>Format - Grid - Line</emph> tab (charts)"
+msgstr ""
-#: 00000004.xhp#par_id3153949.41.help.text
-msgid "Default Directory"
-msgstr "ნაგულისხმევი საქაღალდე"
+#. w|^V
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3154758\n"
+"12\n"
+"help.text"
+msgid "Choose <emph>Format - Chart Wall - Borders</emph> tab (charts)"
+msgstr ""
-#: 00000004.xhp#par_id3156361.help.text
-msgid "<image id=\"img_id3150656\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150656\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150656\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150656\">ხატულა</alt></image>"
+#. Jk,E
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3153960\n"
+"13\n"
+"help.text"
+msgid "Choose <emph>Format - Chart Floor - Borders</emph> tab (charts)"
+msgstr ""
-#: 00000004.xhp#par_id3146915.35.help.text
-msgid "<ahelp hid=\".\">Go to the previous comment</ahelp>"
-msgstr "<ahelp hid=\".\">წინა შენიშვნაზე დაბრუნება</ahelp>"
+#. yop#
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3154939\n"
+"14\n"
+"help.text"
+msgid "Choose <emph>Format - Chart Area - Borders</emph> tab (charts)"
+msgstr ""
-#: 00000004.xhp#par_id3151357.help.text
-msgid "<image id=\"img_id3154363\" src=\"res/sc06300.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154363\">Icon</alt></image>"
-msgstr "<image id=\"img_id3154363\" src=\"res/sc06300.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154363\">ხატულა</alt></image>"
+#. =2yF
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3151293\n"
+"15\n"
+"help.text"
+msgid "<variable id=\"linienstile\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Line - Line Styles</emph> tab </variable>"
+msgstr ""
-#: 00000004.xhp#par_id3159184.36.help.text
-msgid "<ahelp hid=\".\">Go to the next comment</ahelp>"
-msgstr "<ahelp hid=\".\">შემდეგ შენიშვნაზე გადასვლა</ahelp>"
+#. DNZg
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3149317\n"
+"16\n"
+"help.text"
+msgid "<variable id=\"linienenden\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Line - Arrow Styles</emph> tab </variable>"
+msgstr ""
-#: 00000004.xhp#par_id3083285.help.text
-msgid "<image id=\"img_id3147100\" src=\"cmd/sc_open.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147100\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147100\" src=\"cmd/sc_open.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147100\">ხატულა</alt></image>"
+#. uf1e
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3156082\n"
+"17\n"
+"help.text"
+msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Area</emph>"
+msgstr ""
-#: 00000004.xhp#par_id3147339.37.help.text
-msgctxt "00000004.xhp#par_id3147339.37.help.text"
-msgid "Open File"
+#. ;#}1
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3148922\n"
+"18\n"
+"help.text"
+msgid "On <emph>Line and Filling</emph> Bar, click"
msgstr ""
-#: 00000004.xhp#par_id3151189.help.text
-msgid "<image id=\"img_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">Icon</alt></image>"
+#. Qd4N
+#: 00040502.xhp
+#, fuzzy
+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_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
-#: 00000004.xhp#par_id3149109.38.help.text
-msgctxt "00000004.xhp#par_id3149109.38.help.text"
-msgid "Save As"
-msgstr ""
-
-#: 00000004.xhp#par_id3152946.help.text
-msgid "<image id=\"img_id3155904\" src=\"cmd/sc_exportdirecttopdf.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155904\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155904\" src=\"cmd/sc_exportdirecttopdf.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155904\">ხატულა</alt></image>"
+#. ;*oC
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3150393\n"
+"19\n"
+"help.text"
+msgid "Area"
+msgstr "არეა"
-#: 00000004.xhp#par_id3155336.76.help.text
-msgctxt "00000004.xhp#par_id3155336.76.help.text"
-msgid "Export Directly as PDF"
+#. WtND
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3154948\n"
+"20\n"
+"help.text"
+msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Area - Area</emph> tab"
msgstr ""
-#: 00000002.xhp#tit.help.text
-msgid "Glossary of Internet Terms"
-msgstr "ინტერნეტ ტერმინების სიტყვანი"
-
-#: 00000002.xhp#bm_id3150702.help.text
-msgid "<bookmark_value>Internet glossary</bookmark_value><bookmark_value>common terms;Internet glossary</bookmark_value><bookmark_value>glossaries;Internet terms</bookmark_value><bookmark_value>terminology;Internet glossary</bookmark_value>"
-msgstr "<bookmark_value>ინტერნეტ სიტყვანი</bookmark_value><bookmark_value>საერთო ტერმინები;ინტერნეტ სიტყვანი</bookmark_value><bookmark_value>სიტყვანი;ინტერნეტ ტერმინები</bookmark_value><bookmark_value>ტერმინოლოგია;ინტერნეტ სიტყვანი</bookmark_value>"
+#. 6S7*
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3145607\n"
+"22\n"
+"help.text"
+msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu and choose <emph>Modify/New - Area</emph> tab (presentation documents)"
+msgstr ""
-#: 00000002.xhp#hd_id3150702.1.help.text
-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>"
+#. CA41
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3152922\n"
+"23\n"
+"help.text"
+msgid "Choose <emph>Format - Title - Area</emph> tab (chart documents)"
+msgstr ""
-#: 00000002.xhp#par_id3155577.2.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."
+#. ]un!
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3157894\n"
+"24\n"
+"help.text"
+msgid "Choose <emph>Format - Legend - Area</emph> tab (chart documents)"
msgstr ""
-#: 00000002.xhp#hd_id3153146.36.help.text
-msgid "Frames"
-msgstr "ჩარჩოები"
+#. :L6l
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3144444\n"
+"25\n"
+"help.text"
+msgid "Choose <emph>Format - Chart Wall - Area</emph> tab (chart documents)"
+msgstr ""
-#: 00000002.xhp#par_id3157909.37.help.text
-msgid "Frames are useful for designing the layout of <link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> pages. $[officename] uses floating frames into which you can place objects such as graphics, movie files and sound. The context menu of a frame shows the options for restoring or editing frame contents. Some of these commands are also listed in <emph>Edit - Object</emph> when the frame is selected."
+#. 55/]
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3156543\n"
+"26\n"
+"help.text"
+msgid "Choose <emph>Format - Chart Floor - Area</emph> tab (chart documents)"
msgstr ""
-#: 00000002.xhp#hd_id3147077.43.help.text
-msgid "FTP"
-msgstr "FTP"
+#. `:c$
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3150685\n"
+"27\n"
+"help.text"
+msgid "Choose <emph>Format - Chart Area - Area</emph> tab (chart documents)"
+msgstr ""
-#: 00000002.xhp#par_id3147335.44.help.text
-msgid "FTP stands for File Transfer Protocol and is the standard transfer protocol for files in the Internet. An FTP server is a program on a computer connected to the Internet which stores files to be transmitted with the aid of FTP. While FTP is responsible for transmitting and downloading Internet files, <link href=\"text/shared/00/00000002.xhp#http\" name=\"HTTP\">HTTP</link> (Hypertext Transfer Protocol) provides the connection setup and data transfer between WWW servers and clients."
+#. :l9+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3149664\n"
+"120\n"
+"help.text"
+msgid "Choose <emph>Format - Page - Background</emph> tab (in $[officename] Impress and $[officename] Draw)"
msgstr ""
-#: 00000002.xhp#bm_id3145609.help.text
-msgid "<bookmark_value>HTML; definition</bookmark_value>"
-msgstr "<bookmark_value>HTML; განსაზღვრება</bookmark_value>"
+#. ,;Ax
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3163820\n"
+"28\n"
+"help.text"
+msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Area - Colors</emph> tab"
+msgstr ""
-#: 00000002.xhp#hd_id3145609.56.help.text
-msgid "HTML"
-msgstr "HTML"
+#. AG$P
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3152462\n"
+"29\n"
+"help.text"
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Colors</emph> tab"
+msgstr ""
-#: 00000002.xhp#par_id3161459.57.help.text
-msgid "HTML (Hypertext Markup Language) is a document code language, which is used as the file format for WWW documents. It is derived from <link href=\"text/shared/00/00000002.xhp#sgml\" name=\"SGML\">SGML</link> and integrates text, graphics, videos and sound."
+#. $U@S
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3154985\n"
+"141\n"
+"help.text"
+msgid "Choose <emph>Format - Area - Transparency</emph> tab (drawing documents)"
msgstr ""
-#: 00000002.xhp#par_id3154346.58.help.text
-msgid "If you want to type HTML commands directly, for example when doing exercises from one of the many available HTML books, remember that HTML pages are pure text files. Save your document under the document type <emph>Text </emph>and give it the file name extension .HTML. Be sure there are no umlauts or other special characters of the extended character set. If you want to re-open this file in $[officename] and edit the HTML code, you must load it with the file type <emph>Text</emph> and not with the file type <emph>Web pages</emph>."
+#. 6sI9
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3145365\n"
+"142\n"
+"help.text"
+msgid "Choose <emph>Format - Area - Transparency</emph> tab (presentation documents)"
msgstr ""
-#: 00000002.xhp#par_id3153960.244.help.text
-msgid "There are several references on the Internet providing an introduction to the HTML language."
+#. sklf
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3151117\n"
+"143\n"
+"help.text"
+msgid "Choose <emph>Format - Chart Wall - Transparency</emph> tab (chart documents)"
msgstr ""
-#: 00000002.xhp#hd_id3147423.59.help.text
-msgid "HTTP"
-msgstr "HTTP"
+#. bj1.
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3147326\n"
+"144\n"
+"help.text"
+msgid "Choose <emph>Format - Chart Area - Transparency</emph> tab (chart documents)"
+msgstr ""
-#: 00000002.xhp#par_id3153379.60.help.text
-msgid "The Hypertext Transfer Protocol is a record of transmission of WWW documents between WWW servers (hosts) and browsers (clients)."
+#. |8l\
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3154920\n"
+"145\n"
+"help.text"
+msgid "Choose <emph>Format - Chart Floor - Transparency</emph> tab (chart documents)"
msgstr ""
-#: 00000002.xhp#bm_id3149290.help.text
-msgid "<bookmark_value>hyperlinks; definition</bookmark_value>"
-msgstr "<bookmark_value>ბმულები; განსაზღვრება</bookmark_value>"
+#. PUE$
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3145591\n"
+"146\n"
+"help.text"
+msgid "Choose <emph>Format - Title - All Titles - Transparency</emph> tab (chart documents)"
+msgstr ""
-#: 00000002.xhp#hd_id3149290.61.help.text
-msgid "Hyperlink"
-msgstr "ბმული"
+#. iG/M
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3145750\n"
+"147\n"
+"help.text"
+msgid "Choose <emph>Format - Title - Main Title - Transparency </emph>tab (chart documents)"
+msgstr ""
-#: 00000002.xhp#par_id3145420.62.help.text
-msgid "Hyperlinks are cross-references, highlighted in text in various colors and activated by mouse-click. With the aid of hyperlinks, readers can jump to specific information within a document as well as to related information in other documents."
+#. pXJe
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3148556\n"
+"148\n"
+"help.text"
+msgid "Choose <emph>Format - Title - Subtitle - Transparency</emph> tab (chart documents)"
msgstr ""
-#: 00000002.xhp#par_id3156281.63.help.text
-msgid "In $[officename] you can assign hyperlinks to text as well as to graphics and text frames (see the Hyperlink Dialog icon on the Standard bar)."
+#. /Q2R
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3163710\n"
+"149\n"
+"help.text"
+msgid "Choose <emph>Format - Title - Title (X Axis) - Transparency</emph> tab (chart documents)"
msgstr ""
-#: 00000002.xhp#bm_id3152805.help.text
-msgid "<bookmark_value>ImageMap; definition</bookmark_value>"
-msgstr "<bookmark_value>იმიჯმეფი; განსაზღვრება</bookmark_value>"
+#. 9tjz
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3150487\n"
+"150\n"
+"help.text"
+msgid "Choose <emph>Format - Title - Title (Y Axis) - Transparency</emph> tab (chart documents)"
+msgstr ""
-#: 00000002.xhp#hd_id3152805.64.help.text
-msgid "ImageMap"
-msgstr "იმიჯმეფი"
+#. 2W#H
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3154320\n"
+"151\n"
+"help.text"
+msgid "Choose <emph>Format - Title - Title (Z Axis) - Transparency</emph> tab (chart documents)"
+msgstr ""
-#: 00000002.xhp#par_id3154685.65.help.text
-msgid "An ImageMap is a reference-sensitive graphic or text frame. You can click on defined areas of the graphic or text frame to go to a target (<link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link>), which is linked with the area. The reference areas, along with the linked URLs and corresponding text displayed when resting the mouse pointer on these areas, are defined in the <link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap Editor\">ImageMap Editor</link>."
+#. 0VjR
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3151113\n"
+"152\n"
+"help.text"
+msgid "Choose <emph>Format - Object Properties - Data Point - Transparency</emph> - tab (chart documents)"
msgstr ""
-#: 00000002.xhp#par_id3153178.66.help.text
-msgid "There are two different types of ImageMaps. A Client Side ImageMap is evaluated on the client computer, which loaded the graphic from the Internet, while a Server Side ImageMap is evaluated on the server computer which provides the <link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> page on the Internet. In server evaluation, clicking an ImageMap sends the relative coordinates of the cursor within the image to the server, and a dedicated program on the server responds. In the client evaluation, clicking a defined hotspot of the ImageMap activates the URL, as if it were a normal text link. The URL appears below the mouse pointer when passing across the ImageMap."
+#. /f:s
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3149266\n"
+"153\n"
+"help.text"
+msgid "Choose <emph>Format - Object Properties - Data Series - Transparency</emph> tab (chart documents)"
msgstr ""
-#: 00000002.xhp#par_id3150740.67.help.text
-msgid "As ImageMaps can be used in different ways, they can be stored in different formats."
+#. \g66
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3150011\n"
+"30\n"
+"help.text"
+msgid "<variable id=\"schatte\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Area - Shadow</emph> tab </variable>"
msgstr ""
-#: 00000002.xhp#hd_id3146874.68.help.text
-msgid "ImageMap Formats"
-msgstr "იმიჯმეფის ფორმატები"
+#. LVba
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3147441\n"
+"31\n"
+"help.text"
+msgid "<variable id=\"verlauf\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Area - Gradients</emph> tab </variable>"
+msgstr ""
-#: 00000002.xhp#par_id3145153.69.help.text
-msgid "ImageMaps are basically divided between those that are analyzed on the server (i. e. your Internet provider) and those analyzed on the web browser of the reader's computer."
+#. %+5-
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3155308\n"
+"32\n"
+"help.text"
+msgid "<variable id=\"schraffur\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Area - Hatching</emph> tab </variable>"
msgstr ""
-#: 00000002.xhp#bm_id3152881.help.text
-msgid "<bookmark_value>Server Side ImageMap</bookmark_value>"
-msgstr "<bookmark_value>სერვერული იმიჯმეფი</bookmark_value>"
+#. T|q5
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3145800\n"
+"33\n"
+"help.text"
+msgid "<variable id=\"bitmap\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Area - Bitmaps</emph> tab </variable>"
+msgstr ""
-#: 00000002.xhp#hd_id3152881.70.help.text
-msgid "Server Side ImageMaps"
-msgstr "სერვერული იმიჯმეფები"
+#. J?)|
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3145251\n"
+"34\n"
+"help.text"
+msgid "<variable id=\"formattext\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - Text - Text Attributes</emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - Define Text Attributes</emph></caseinline><defaultinline><emph>Text</emph></defaultinline></switchinline></variable>"
+msgstr ""
-#: 00000002.xhp#par_id3153057.71.help.text
-msgid "Server Side ImageMaps appear for the reader as a picture or frame on the page. Click on the ImageMap with the mouse, and the coordinates of the relative position are sent to the server. Aided by an extra program, the server then determines the next step to take. There are several incompatible methods to define this process, the two most common being:"
+#. UvM!
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3152810\n"
+"35\n"
+"help.text"
+msgid "<variable id=\"text\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - Text - Text Attributes</emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - Define Text Attributes</emph></caseinline><defaultinline><emph>Text</emph></defaultinline></switchinline><emph>- Text</emph> tab </variable>"
msgstr ""
-#: 00000002.xhp#par_id3147502.72.help.text
-msgid "W3C (CERN) HTTP Server (Format type: MAP - CERN)"
-msgstr "W3C (CERN) HTTP სერვერი (ფომეტის ტიპი: MAP - CERN)"
+#. *p(3
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3151060\n"
+"36\n"
+"help.text"
+msgid "<variable id=\"laufext\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - Text - Text Attributes</emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - Define Text Attributes</emph></caseinline><defaultinline><emph>Text</emph></defaultinline></switchinline><emph>- Text Animation</emph> tab </variable>"
+msgstr ""
-#: 00000002.xhp#par_id3154011.73.help.text
-msgid "NCSA HTTP Server (Format type: MAP - NCSA)"
-msgstr "NCSA HTTP სერვერი (ფორმატის ტიპი: MAP - NCSA)"
+#. 6UA_
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3149911\n"
+"37\n"
+"help.text"
+msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Position and Size</emph>"
+msgstr ""
-#: 00000002.xhp#par_id3149483.74.help.text
-msgid "$[officename] creates ImageMaps for both methods. Select the format from the <emph>File type </emph>list in the <emph>Save As </emph>dialog in the <emph>ImageMap Editor</emph>. Separate Map Files are created which you must upload to the server. You will need to ask your provider or network administrator which type of ImageMaps are supported by the server and how to access the evaluation program."
+#. =92d
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3156286\n"
+"89\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">F4 key </caseinline><caseinline select=\"IMPRESS\">F4 key </caseinline></switchinline>"
msgstr ""
-#: 00000002.xhp#bm_id3152418.help.text
-msgid "<bookmark_value>Client Side ImageMap</bookmark_value>"
-msgstr "<bookmark_value>კლიენტის იმიჯმეფი</bookmark_value>"
+#. Bwr:
+#: 00040502.xhp
+#, fuzzy
+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_id3155135\" src=\"cmd/sc_subscript.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155135\">ხატულა</alt></image>"
-#: 00000002.xhp#hd_id3152418.75.help.text
-msgid "Client Side ImageMap"
-msgstr "კლიენტის იმიჯმეფი"
+#. uGq%
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3149938\n"
+"39\n"
+"help.text"
+msgid "Position and Size"
+msgstr "მდებარეობა და ზომა"
-#: 00000002.xhp#par_id3151290.76.help.text
-msgid "The area of the picture or frame where the reader can click is indicated by the appearance of the linked <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link> when the mouse passes over the area. The ImageMap is stored in a layer below the picture and contains information about the referenced regions. The only disadvantage of Client Side ImageMaps is that older Web browsers cannot read them; a disadvantage that will, however, resolve itself in time."
+#. |Ga}
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3148833\n"
+"170\n"
+"help.text"
+msgid "Open the context menu for the object - choose <emph>Name</emph>"
msgstr ""
-#: 00000002.xhp#par_id3149664.77.help.text
-msgid "When saving the ImageMap, select the file type <emph>SIP - StarView ImageMap</emph>. This saves the ImageMap directly in a format which can be applied to every active picture or frame in your document. However, if you just want to use the ImageMap on the current picture or text frame, you do not have to save it in any special format. After defining the regions, simply click <emph>Apply</emph>. Nothing more is necessary. Client Side ImageMaps saved in <link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> format are inserted directly into the page in HTML code."
+#. tiw|
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id411999\n"
+"help.text"
+msgid "Open the context menu for the object - choose <emph>Description</emph>"
msgstr ""
-#: 00000002.xhp#bm_id3159125.help.text
-msgid "<bookmark_value>Java; definition</bookmark_value>"
-msgstr "<bookmark_value>Java; განსაზღვრება</bookmark_value>"
-
-#: 00000002.xhp#hd_id3159125.92.help.text
-msgid "Java"
-msgstr "Java"
+#. uW)1
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3153099\n"
+"40\n"
+"help.text"
+msgid "<variable id=\"position2\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Position and Size - Position and Size</emph> tab </variable>"
+msgstr ""
-#: 00000002.xhp#par_id3153188.93.help.text
-msgid "The Java programming language is a platform independent programming language that is especially suited for use in the Internet. Web pages and applications programmed with Java class files can be used on all modern operating systems. Programs using Java programming language are usually developed in a Java development environment and then compiled to a \"byte code\"."
+#. o.J|
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3152973\n"
+"42\n"
+"help.text"
+msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Position and Size - Rotation</emph> tab"
msgstr ""
-#: 00000002.xhp#bm_id3159153.help.text
-msgid "<bookmark_value>plug-ins; definition</bookmark_value>"
-msgstr "<bookmark_value>დანამატი; განსაზღვრება</bookmark_value>"
+#. i|O/
+#: 00040502.xhp
+#, fuzzy
+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_id3149565\" src=\"cmd/sc_rect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149565\">ხატულა</alt></image>"
-#: 00000002.xhp#hd_id3159153.107.help.text
-msgid "Plug-In"
-msgstr "დანამატი"
+#. BESm
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3146790\n"
+"44\n"
+"help.text"
+msgid "Rotate"
+msgstr "ბრუნვა"
-#: 00000002.xhp#par_id3154127.109.help.text
-msgid "Extensions providing additional functionality in Web browsers are referred to as Plug-Ins."
+#. )[S9
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3145666\n"
+"45\n"
+"help.text"
+msgid "<variable id=\"ecke\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Position and Size - Slant & Corner Radius</emph> tab </variable>"
msgstr ""
-#: 00000002.xhp#par_id3147484.108.help.text
-msgid "A Plug-In is a term used in various contexts:"
+#. -iQO
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3146081\n"
+"46\n"
+"help.text"
+msgid "<variable id=\"legende\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Position and Size - Callout</emph> tab (only for textbox callouts, not for custom shapes callouts) </variable>"
msgstr ""
-#: 00000002.xhp#hd_id3168608.172.help.text
-msgid "Plug-Ins in $[officename]"
-msgstr "დანამატები $[officename]-ში"
+#. 3.61
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3083283\n"
+"172\n"
+"help.text"
+msgid "Choose <emph>Edit - Points</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
-#: 00000002.xhp#par_id3149910.111.help.text
-msgid "You will notice in $[officename] that the <emph>Formatting</emph> Bar changes after certain operations. For example, if you insert a formula into your text document, you see icons for editing the formula, in fact the same icons you see in formula documents. In this sense, we refer to the formula as a plug-in within the text document."
+#. }!j3
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3145642\n"
+"47\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>"
msgstr ""
-#: 00000002.xhp#hd_id3148387.177.help.text
-msgid "Using Plug-Ins to extend your programs"
-msgstr "გამოიყენეთ დანამატები თქვენი პროგრამის შესაძლებლობების გასაზრდელად"
-
-#: 00000002.xhp#par_id3156737.114.help.text
-msgid "Plug-ins, generally speaking, are software additions to particular applications which provide enhanced functionality. Often import and export filters for various file formats are stored as plug-ins in a plug-in directory."
+#. kv.6
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3149019\n"
+"90\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">F8 key </caseinline><caseinline select=\"IMPRESS\">F8 key </caseinline></switchinline>"
msgstr ""
-#: 00000002.xhp#par_id3149958.115.help.text
-msgid "Netscape web browser extensions produced by Netscape Communication Corporation are also called plug-ins. These are external programs mainly taken from the multimedia field and which communicate with the browser through standardized interfaces. These plug-ins can be linked to $[officename] documents."
-msgstr ""
+#. 7QG{
+#: 00040502.xhp
+#, fuzzy
+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_open.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147100\">ხატულა</alt></image>"
-#: 00000002.xhp#par_id3149420.179.help.text
-msgid "Any Netscape plug-ins (32 bit) installed on your system are automatically recognized by $[officename]."
+#. I1%]
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3153966\n"
+"49\n"
+"help.text"
+msgid "Edit Points"
msgstr ""
-#: 00000002.xhp#hd_id3145647.127.help.text
-msgid "Proxy"
-msgstr "პროქსი"
-
-#: 00000002.xhp#par_id3148455.128.help.text
-msgid "A proxy is a computer in the network acting as a kind of clipboard for data transfer. Whenever you access the Internet from a company network and request a Web page that has already been read by a colleague, the proxy will be able to display the page much quicker, as long as it's still in the memory. All that has to be checked in this case is that the page stored in the proxy is the latest version. If this is the case, the page won't have to be downloaded from the much slower Internet but can be loaded directly from the proxy."
+#. H{cM
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3151248\n"
+"50\n"
+"help.text"
+msgid "Choose <emph>Format - Character</emph> (drawing functions)"
msgstr ""
-#: 00000002.xhp#bm_id3154729.help.text
-msgid "<bookmark_value>SGML; definition</bookmark_value>"
-msgstr "<bookmark_value>SGML; განსაზღვრება</bookmark_value>"
+#. S!z1
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3145229\n"
+"121\n"
+"help.text"
+msgid "Open context menu - choose <emph>Character</emph>"
+msgstr ""
-#: 00000002.xhp#hd_id3154729.229.help.text
-msgid "SGML"
-msgstr "SGML"
+#. f+-u
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3151342\n"
+"122\n"
+"help.text"
+msgid "Open context menu - choose <emph>Size</emph>"
+msgstr ""
-#: 00000002.xhp#par_id3147330.230.help.text
-msgid "SGML stands for \"Standard Generalized Markup Language\". SGML is based on the idea that documents have structural and other semantic elements that can be described without reference to how such elements should be displayed. The actual display of such a document may vary, depending on the output medium and style preferences. In structured texts, SGML not only defines structures (in the DTD = Document Type Definition) but also ensures they are consistently used."
+#. _b2b
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3149255\n"
+"123\n"
+"help.text"
+msgid "Open context menu - choose <emph>Style</emph>"
msgstr ""
-#: 00000002.xhp#par_id3148747.231.help.text
-msgid "<link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> is a specialized application of SGML. This means that most Web browsers support only a limited range of SGML standards and that almost all SGML-enabled systems can produce attractive HTML pages."
+#. yf$h
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3155177\n"
+"124\n"
+"help.text"
+msgid "Open context menu - choose <emph>Style - Bold</emph>"
msgstr ""
-#: 00000002.xhp#bm_id3153950.help.text
-msgid "<bookmark_value>search engines; definition</bookmark_value>"
-msgstr "<bookmark_value>საძიებო სისტემები; განსაზღვრება</bookmark_value>"
+#. 5?JU
+#: 00040502.xhp
+#, fuzzy
+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_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
-#: 00000002.xhp#hd_id3153950.138.help.text
-msgid "Search Engines"
-msgstr "საძიებო ძრავები"
+#. @5SG
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3147001\n"
+"55\n"
+"help.text"
+msgid "Bold"
+msgstr "მუქი"
-#: 00000002.xhp#par_id3157965.139.help.text
-msgid "A search engine is a service in the Internet based on a software program used to explore a vast amount of information using key words."
+#. rAD7
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3151276\n"
+"125\n"
+"help.text"
+msgid "Open context menu - choose <emph>Style - Italic</emph>"
msgstr ""
-#: 00000002.xhp#bm_id3150751.help.text
-msgid "<bookmark_value>tags; definition</bookmark_value>"
-msgstr "<bookmark_value>ტეგები; განსაზღვრება</bookmark_value>"
+#. Jr42
+#: 00040502.xhp
+#, fuzzy
+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_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
-#: 00000002.xhp#hd_id3150751.141.help.text
-msgid "Tags"
-msgstr "ტეგები"
+#. L6f_
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3150234\n"
+"58\n"
+"help.text"
+msgid "Italic"
+msgstr "დახრილი"
-#: 00000002.xhp#par_id3156360.142.help.text
-msgid "<link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> pages contain certain structural and formatting instructions called tags. Tags are code words enclosed by brackets in the document description language HTML. Many tags contain text or hyperlink references between the opening and closing brackets. For example, titles are marked by the tags <h1> at the beginning and </h1> at the end of the title. Some tags only appear on their own such as <br> for a line break or <img ...> to link a graphic."
+#. $(uk
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3154589\n"
+"126\n"
+"help.text"
+msgid "Open context menu - choose <emph>Style - Underline</emph>"
msgstr ""
-#: 00000002.xhp#bm_id3153766.help.text
-msgid "<bookmark_value>URL; definition</bookmark_value>"
-msgstr "<bookmark_value>URL; განსაზრვრება</bookmark_value>"
+#. 3lM@
+#: 00040502.xhp
+#, fuzzy
+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_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
-#: 00000002.xhp#hd_id3153766.145.help.text
-msgid "URL"
-msgstr "URL"
+#. CcoF
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3154715\n"
+"88\n"
+"help.text"
+msgid "Underline"
+msgstr "ხაზგასმული"
-#: 00000002.xhp#par_id3152931.146.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."
+#. :RBq
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3145131\n"
+"127\n"
+"help.text"
+msgid "Open context menu - choose <emph>Style - Strikethrough</emph>"
msgstr ""
-#: 00000021.xhp#tit.help.text
-msgid "XML File Formats"
-msgstr "XML ფაილის ფორმატები"
-
-#: 00000021.xhp#bm_id3154408.help.text
-msgid "<bookmark_value>exporting; XML files</bookmark_value> <bookmark_value>XML file formats</bookmark_value> <bookmark_value>extensions; file formats</bookmark_value> <bookmark_value>suffixes in file formats</bookmark_value> <bookmark_value>document types in $[officename]</bookmark_value> <bookmark_value>file formats; changing $[officename] defaults</bookmark_value> <bookmark_value>defaults;file formats in $[officename]</bookmark_value> <bookmark_value>file formats;OpenDocument/XML</bookmark_value> <bookmark_value>OpenDocument file formats</bookmark_value> <bookmark_value>ODF file formats</bookmark_value>"
+#. [)3*
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3158214\n"
+"128\n"
+"help.text"
+msgid "Open context menu - choose <emph>Style - Shadow</emph>"
msgstr ""
-#: 00000021.xhp#hd_id3154408.2.help.text
-msgid "<variable id=\"xmlformat\"><link href=\"text/shared/00/00000021.xhp\" name=\"XML File Formats\">XML File Formats</link></variable>"
+#. M8EZ
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3150207\n"
+"129\n"
+"help.text"
+msgid "Open context menu - choose <emph>Style - Contour</emph>"
msgstr ""
-#: 00000021.xhp#par_id3148919.3.help.text
-msgid "<ahelp hid=\"HID_DID_SAVE_PACKED_XML\">By default, $[officename] loads and saves files in the OpenDocument file format.</ahelp>"
+#. Z#$V
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3154383\n"
+"130\n"
+"help.text"
+msgid "Open context menu - choose <emph>Style - Superscript</emph>"
msgstr ""
-#: 00000021.xhp#par_idN10725.help.text
-msgid "The OpenDocument file format (ODF) is a standardized file format used by many software applications. You can find more information at the Wikipedia site: <link href=\"http://en.wikipedia.org/wiki/OpenDocument\">wikipedia.org/wiki/OpenDocument</link>."
+#. /VLA
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3152767\n"
+"131\n"
+"help.text"
+msgid "Open context menu - choose <emph>Style - Subscript</emph>"
msgstr ""
-#: 00000021.xhp#hd_id3156324.4.help.text
-msgid "OpenDocument file format names"
-msgstr "OpenDocument-ის ფაილთა ფორმატების სახელები"
-
-#: 00000021.xhp#par_id3154926.5.help.text
-msgid "%PRODUCTNAME %PRODUCTVERSION uses the following file formats:"
-msgstr "%PRODUCTNAME %PRODUCTVERSION-ი იყენებს შემდეგ ფაილურ ფორმატებს:"
-
-#: 00000021.xhp#par_id3157898.6.help.text
-msgid "Document format"
-msgstr "დოკუმენტის ფორმატი"
-
-#: 00000021.xhp#par_id3149549.7.help.text
-msgid "File extension"
+#. THj3
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3155377\n"
+"132\n"
+"help.text"
+msgid "Open context menu - choose <emph>Line Spacing</emph>"
msgstr ""
-#: 00000021.xhp#par_idN10762.help.text
-msgid "ODF Text "
+#. xV^[
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3154475\n"
+"133\n"
+"help.text"
+msgid "Open context menu - choose <emph>Line Spacing - Single</emph>"
msgstr ""
-#: 00000021.xhp#par_idN10767.help.text
-msgid "*.odt"
-msgstr "*.odt"
-
-#: 00000021.xhp#par_idN1076D.help.text
-msgid "ODF Text Template"
+#. Jn6V
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3150478\n"
+"134\n"
+"help.text"
+msgid "Open context menu - choose <emph>Line Spacing - 1.5 Lines</emph>"
msgstr ""
-#: 00000021.xhp#par_idN10772.help.text
-msgid "*.ott"
-msgstr "*.ott"
-
-#: 00000021.xhp#par_idN10778.help.text
-msgid "ODF Master Document"
+#. +4]9
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3147167\n"
+"135\n"
+"help.text"
+msgid "Open context menu - choose <emph>Line Spacing - Double</emph>"
msgstr ""
-#: 00000021.xhp#par_idN1077D.help.text
-msgid "*.odm"
-msgstr "*.odm"
-
-#: 00000021.xhp#par_idN10783.help.text
-msgid "HTML Document"
-msgstr "HTML დოკუმენტი"
+#. a(XX
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3146978\n"
+"69\n"
+"help.text"
+msgid "Choose <emph>Format - Alignment - Left</emph> (drawing functions)"
+msgstr ""
-#: 00000021.xhp#par_idN10788.help.text
-msgid "*.html"
-msgstr "*.html"
+#. %L(_
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3153009\n"
+"136\n"
+"help.text"
+msgid "Open context menu - choose <emph>Alignment - Left</emph>"
+msgstr ""
-#: 00000021.xhp#par_idN1078E.help.text
-msgid "HTML Document Template"
-msgstr "HTML Document შაბლონი"
+#. nmfd
+#: 00040502.xhp
+#, fuzzy
+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_id3153363\" src=\"cmd/sc_alignvcenter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153363\">ხატულა</alt></image>"
-#: 00000021.xhp#par_idN10793.help.text
-msgid "*.oth"
-msgstr "*.oth"
+#. ?{#v
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3151336\n"
+"71\n"
+"help.text"
+msgid "Align Left"
+msgstr "სწორება მარცხნივ"
-#: 00000021.xhp#par_idN10799.help.text
-msgid "ODF Spreadsheet"
+#. Ni8%
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3155823\n"
+"72\n"
+"help.text"
+msgid "Choose <emph>Format - Alignment - Right</emph> (drawing functions)"
msgstr ""
-#: 00000021.xhp#par_idN1079E.help.text
-msgid "*.ods"
-msgstr "*.ods"
-
-#: 00000021.xhp#par_idN107A4.help.text
-msgid "ODF Spreadsheet Template"
+#. Y5dt
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3155762\n"
+"137\n"
+"help.text"
+msgid "Open context menu - choose <emph>Alignment - Right</emph>"
msgstr ""
-#: 00000021.xhp#par_idN107A9.help.text
-msgid "*.ots"
-msgstr "*.ots"
-
-#: 00000021.xhp#par_idN107AF.help.text
-msgid "ODF Drawing"
-msgstr ""
+#. 44i+
+#: 00040502.xhp
+#, fuzzy
+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_id3152427\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152427\">ხატულა</alt></image>"
-#: 00000021.xhp#par_idN107B4.help.text
-msgid "*.odg"
-msgstr "*.odg"
+#. U~=!
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3153607\n"
+"74\n"
+"help.text"
+msgid "Align Right"
+msgstr "სწორება მარჯვნივ"
-#: 00000021.xhp#par_idN107BA.help.text
-msgid "ODF Drawing Template"
+#. ;~[R
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3149189\n"
+"75\n"
+"help.text"
+msgid "Choose <emph>Format - Alignment - Centered</emph> (drawing functions)"
msgstr ""
-#: 00000021.xhp#par_idN107BF.help.text
-msgid "*.otg"
-msgstr "*.otg"
-
-#: 00000021.xhp#par_idN107C5.help.text
-msgid "ODF Presentation"
+#. I]J@
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3154624\n"
+"138\n"
+"help.text"
+msgid "Open context menu - choose <emph>Alignment - Center</emph>"
msgstr ""
-#: 00000021.xhp#par_idN107CA.help.text
-msgid "*.odp"
-msgstr "*.odp"
-
-#: 00000021.xhp#par_idN107D0.help.text
-msgid "ODF Presentation Template"
-msgstr ""
+#. ZA3j
+#: 00040502.xhp
+#, fuzzy
+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_id3146957\" src=\"cmd/sc_justifypara.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146957\">ხატულა</alt></image>"
-#: 00000021.xhp#par_idN107D5.help.text
-msgid "*.otp"
-msgstr "*.otp"
+#. #A,2
+#: 00040502.xhp
+#, fuzzy
+msgctxt ""
+"00040502.xhp\n"
+"par_id3153076\n"
+"77\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Align Center Horizontally </caseinline><defaultinline>Centered</defaultinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 00000021.xhp#par_idN107DB.help.text
-msgid "ODF Formula"
+#. ruxV
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3146151\n"
+"78\n"
+"help.text"
+msgid "Choose <emph>Format - Alignment - Justified</emph> (drawing functions)"
msgstr ""
-#: 00000021.xhp#par_idN107E0.help.text
-msgid "*.odf"
-msgstr "*.odf"
-
-#: 00000021.xhp#par_idN1085B.help.text
-msgid "ODF Database"
+#. W_/Y
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3168612\n"
+"139\n"
+"help.text"
+msgid "Open context menu - choose <emph>Alignment - Justified</emph>"
msgstr ""
-#: 00000021.xhp#par_idN10860.help.text
-msgid "*.odb"
-msgstr "*.odb"
+#. 2zri
+#: 00040502.xhp
+#, fuzzy
+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_id3146957\" src=\"cmd/sc_justifypara.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146957\">ხატულა</alt></image>"
-#: 00000021.xhp#par_id9756157.help.text
-msgid "%PRODUCTNAME Extension"
+#. 3l:e
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3153131\n"
+"80\n"
+"help.text"
+msgid "Justified"
msgstr ""
-#: 00000021.xhp#par_id2089907.help.text
-msgid "*.oxt"
-msgstr "*.odt"
-
-#: 00000021.xhp#par_idN1088F.help.text
-msgid "The HTML format is not an OpenDocument format."
-msgstr "HTML ფორმატი არ არის OpenDocument-ის ფორმატი."
-
-#: 00000021.xhp#par_id4818872.help.text
-msgid "ODF Chart is the name of the file format for stand alone charts. This format with the extension *.odc is currently not in use."
+#. PS\j
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3150527\n"
+"81\n"
+"help.text"
+msgid "<variable id=\"font\">Click <emph>Fontwork</emph> icon on <emph>Drawing</emph> bar </variable>"
msgstr ""
-#: 00000021.xhp#par_idN107E3.help.text
-msgid "Older File Formats Prior to %PRODUCTNAME %PRODUCTVERSION"
-msgstr "ფაილთა ძველი ფორმატები პრიორიტეტულია %PRODUCTNAME %PRODUCTVERSION-თვის"
-
-#: 00000021.xhp#par_id0514200811525257.help.text
-msgid "The OpenDocument format evolves over time."
+#. MoO2
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3144503\n"
+"103\n"
+"help.text"
+msgid "Choose <emph>Format - Group</emph>"
msgstr ""
-#: 00000021.xhp#par_id0514200811565671.help.text
-msgid "ODF version"
+#. pv!E
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3154854\n"
+"140\n"
+"help.text"
+msgid "Open context menu - choose <emph>Group</emph>"
msgstr ""
-#: 00000021.xhp#par_id0519200811530375.help.text
-msgid "Date of standard approval by OASIS"
+#. ;RIX
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3157985\n"
+"83\n"
+"help.text"
+msgid "Choose <emph>Format - Group - Group</emph> (text documents, spreadsheets)"
msgstr ""
-#: 00000021.xhp#par_id0519200811530491.help.text
-msgid "First supporting version of the software"
+#. j(^(
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3157980\n"
+"104\n"
+"help.text"
+msgid "Choose <emph>Modify - Group</emph> (drawing documents)"
msgstr ""
-#: 00000021.xhp#par_id0514200811565662.help.text
-msgid "ODF 1.0 "
+#. )+ns
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3149508\n"
+"84\n"
+"help.text"
+msgid "Open context menu - choose <emph>Group - Group</emph> (form objects)"
msgstr ""
-#: 00000021.xhp#par_id0519200811530487.help.text
-msgid "2005-05-01"
-msgstr ""
+#. nn:Z
+#: 00040502.xhp
+#, fuzzy
+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_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
-#: 00000021.xhp#par_id0519200811530455.help.text
-msgid "OpenOffice.org 1.1.5 or StarOffice 7"
-msgstr ""
+#. +Bna
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3149593\n"
+"113\n"
+"help.text"
+msgid "Group"
+msgstr "დაჯგუფება"
-#: 00000021.xhp#par_id0514200811565787.help.text
-msgid "ODF 1.1 "
+#. ;f5@
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3153023\n"
+"85\n"
+"help.text"
+msgid "Choose <emph>Format - Group - Ungroup</emph> (text documents, spreadsheets)"
msgstr ""
-#: 00000021.xhp#par_id0519200811530479.help.text
-msgid "2007-02-02"
+#. *nj{
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3163378\n"
+"105\n"
+"help.text"
+msgid "Choose <emph>Modify - Ungroup</emph> (drawing documents)"
msgstr ""
-#: 00000021.xhp#par_id0519200811530467.help.text
-msgid "OpenOffice.org 2.2 or StarOffice 8 Update 4"
+#. Vb;U
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3156038\n"
+"86\n"
+"help.text"
+msgid "Open context menu - choose <emph>Ungroup</emph>"
msgstr ""
-#: 00000021.xhp#par_id0514200811565762.help.text
-msgid "ODF 1.2"
-msgstr ""
+#. bS\#
+#: 00040502.xhp
+#, fuzzy
+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_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
-#: 00000021.xhp#par_id0519200811530440.help.text
-msgid "2011-09-30"
+#. /)qO
+#: 00040502.xhp
+#, fuzzy
+msgctxt ""
+"00040502.xhp\n"
+"par_id3146894\n"
+"115\n"
+"help.text"
+msgid "Ungroup"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nგანცალკევება\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nგანჯგუფება"
+
+#. 86@U
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3153109\n"
+"106\n"
+"help.text"
+msgid "Choose <emph>Format - Group - Exit Group</emph> (text documents, spreadsheets)"
msgstr ""
-#: 00000021.xhp#par_id0519200811530471.help.text
-msgid "OpenOffice.org 3, StarOffice 9, Oracle Open Office"
+#. \4kB
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3145678\n"
+"107\n"
+"help.text"
+msgid "Choose <emph>Modify - Exit Group</emph> (drawing documents)"
msgstr ""
-#: 00000021.xhp#par_id1001200912381153.help.text
-msgid "ODF 1.2 (Extended)"
+#. %sL/
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3152367\n"
+"108\n"
+"help.text"
+msgid "Open context menu - choose <emph>Exit Group</emph>"
msgstr ""
-#: 00000021.xhp#par_id100120091238112.help.text
-msgid "-"
-msgstr "-"
+#. R(^q
+#: 00040502.xhp
+#, fuzzy
+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_id3147502\" src=\"cmd/sc_aligntop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147502\">ხატულა</alt></image>"
-#: 00000021.xhp#par_id1001200912381174.help.text
-msgid "OpenOffice.org 3.2 or StarOffice 9.2"
+#. :6}w
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3155347\n"
+"117\n"
+"help.text"
+msgid "Exit Group"
msgstr ""
-#: 00000021.xhp#par_id0514200811525591.help.text
-msgid "In current versions, you can select to save your documents using ODF 1.2 (default) or ODF 1.0/1.1 (for backward compatibility). Choose <item type=\"menuitem\">Tools - Options - Load/Save - General</item> and select the ODF format version."
+#. /}_c
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3149129\n"
+"109\n"
+"help.text"
+msgid "Choose <emph>Format - Group - Enter Group</emph> (text documents, spreadsheets)"
msgstr ""
-#: 00000021.xhp#par_idN107E9.help.text
-msgid "If you want to exchange documents with users that still use OpenOffice.org 1 or StarOffice 7, save the document using the respectively named filter in the <emph>File type</emph> listbox."
+#. 9+LD
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3145354\n"
+"110\n"
+"help.text"
+msgid "Choose <emph>Modify - Enter Group</emph> (drawing documents)"
msgstr ""
-#: 00000021.xhp#par_id3146907.1.help.text
-msgid "If you want to define another file format as the default, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\">Load/Save - General</link></emph> to find alternative file formats for each $[officename] document type."
+#. ,XRW
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3149946\n"
+"111\n"
+"help.text"
+msgid "Open context menu - choose <emph>Enter Group</emph>"
msgstr ""
-#: 00000021.xhp#hd_id3150398.28.help.text
-msgid "XML file structure"
-msgstr "XML ფაილის სტრუქტურა"
-
-#: 00000021.xhp#par_id3149649.29.help.text
-msgid "Documents in OpenDocument file format are stored as compressed zip archives that contain XML files. To view these XML files, you can open the OpenDocument file with an unzip program. The following files and directories are contained within the OpenDocument files:"
-msgstr ""
+#. KKo/
+#: 00040502.xhp
+#, fuzzy
+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_id3147100\" src=\"cmd/sc_open.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147100\">ხატულა</alt></image>"
-#: 00000021.xhp#par_id3153178.30.help.text
-msgid "The text content of the document is located in <emph>content.xml</emph>."
+#. kK+^
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3152547\n"
+"119\n"
+"help.text"
+msgid "Enter Group"
msgstr ""
-#: 00000021.xhp#par_id3154068.31.help.text
-msgid "By default, <emph>content.xml</emph> is stored without formatting elements like indentation or line breaks to minimize the time for saving and opening the document. On the <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - General</emph> tab page you can activate the use of indentations and line breaks by clearing the check box <emph>Size optimization for ODF format</emph>."
-msgstr ""
+#. V]/1
+#: 00000207.xhp
+#, fuzzy
+msgctxt ""
+"00000207.xhp\n"
+"tit\n"
+"help.text"
+msgid "Export text files"
+msgstr "შაბლონების ექსპორტირება"
-#: 00000021.xhp#par_id3145152.32.help.text
-msgid "The file <emph>meta.xml</emph> contains the meta information of the document, which you can enter under <emph>File - Properties</emph>."
-msgstr ""
+#. /lMx
+#: 00000207.xhp
+#, fuzzy
+msgctxt ""
+"00000207.xhp\n"
+"hd_id3153116\n"
+"1\n"
+"help.text"
+msgid "Export text files"
+msgstr "შაბლონების ექსპორტირება"
-#: 00000021.xhp#par_id3150740.33.help.text
-msgid "If you save a document with a password, <emph>meta.xml</emph> will not be encrypted."
+#. yCXj
+#: 00000207.xhp
+msgctxt ""
+"00000207.xhp\n"
+"par_id3150379\n"
+"7\n"
+"help.text"
+msgid "The <emph>Export text files</emph> dialog allows you to define the export options for text files. The dialog will be displayed if you save spreadsheet data as file type \"Text CSV\", and if the <emph>Edit filter settings</emph> check box is marked in the <emph>Save As</emph> dialog."
msgstr ""
-#: 00000021.xhp#par_id3150391.34.help.text
-msgid "The file <emph>settings.xml</emph> contains further information about the settings for this document."
-msgstr ""
+#. KB78
+#: 00000207.xhp
+msgctxt ""
+"00000207.xhp\n"
+"hd_id3155577\n"
+"2\n"
+"help.text"
+msgid "Field options"
+msgstr "ველის პარამეტრები"
-#: 00000021.xhp#par_id3150447.35.help.text
-msgid "In <emph>styles.xml,</emph> you find the styles applied to the document that can be seen in the Styles and Formatting window."
+#. OC=A
+#: 00000207.xhp
+msgctxt ""
+"00000207.xhp\n"
+"par_id3152427\n"
+"8\n"
+"help.text"
+msgid "Defines the field separator, text separator and character set that is used for the text export."
msgstr ""
-#: 00000021.xhp#par_id3153353.36.help.text
-msgid "The <emph>meta-inf/manifest.xml</emph> file describes the structure of the XML file."
-msgstr ""
+#. 5D\c
+#: 00000207.xhp
+msgctxt ""
+"00000207.xhp\n"
+"hd_id3152876\n"
+"5\n"
+"help.text"
+msgid "Character set"
+msgstr "კოდირება"
-#: 00000021.xhp#par_id3153368.37.help.text
-msgid "Additional files and folders can be contained in the packed file format."
+#. oY*u
+#: 00000207.xhp
+msgctxt ""
+"00000207.xhp\n"
+"par_id3154689\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_IMPORTOPT:DDLB_FONT\">Specifies the character set for text export.</ahelp>"
msgstr ""
-#: 00000021.xhp#hd_id3154299.38.help.text
-msgid "Definition of the XML formats"
-msgstr "XML ფორმატის განსაზღვრება"
+#. ;Jgo
+#: 00000207.xhp
+msgctxt ""
+"00000207.xhp\n"
+"hd_id3145138\n"
+"3\n"
+"help.text"
+msgid "Field delimiter"
+msgstr "ველის გამყოფი"
-#: 00000021.xhp#par_idN10AAD.help.text
-msgid "The schema for the OpenDocument formats can be found on the <link href=\"http://www.oasis-open.org\">www.oasis-open.org</link> web site."
+#. T9/!
+#: 00000207.xhp
+msgctxt ""
+"00000207.xhp\n"
+"par_id3150838\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_IMPORTOPT:ED_FIELDSEP\">Choose or enter the field delimiter, which separates data fields.</ahelp>"
msgstr ""
-#: 00000021.xhp#par_id3149561.39.help.text
-msgid "The DTD (Document Type Description) files for the older formats can be found in the installation folder."
+#. cZm3
+#: 00000207.xhp
+msgctxt ""
+"00000207.xhp\n"
+"hd_id3154682\n"
+"4\n"
+"help.text"
+msgid "Text delimiter"
msgstr ""
-#: 00000021.xhp#par_id3152596.40.help.text
-msgid "Note that the formats are subject to certain licenses. You can find notes on the licenses at the start of the DTD files. More detailed information can be found on the <link href=\"http://www.openoffice.org\" name=\"OpenOffice.org\">OpenOffice.org</link> website."
+#. -e/K
+#: 00000207.xhp
+msgctxt ""
+"00000207.xhp\n"
+"par_id3154863\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_IMPORTOPT:ED_TEXTSEP\">Choose or enter the text delimiter, which encloses every data field.</ahelp>"
msgstr ""
-#: 00000021.xhp#par_idN10AC5.help.text
-msgid "<link href=\"text/shared/autopi/01130000.xhp\">Document Converter Wizard</link>"
+#. K!$~
+#: 00000207.xhp
+msgctxt ""
+"00000207.xhp\n"
+"hd_id783149793\n"
+"help.text"
+msgid "Quote all text cells"
msgstr ""
-#: 01000000.xhp#tit.help.text
-msgctxt "01000000.xhp#tit.help.text"
-msgid "Showing and Hiding Docked Windows"
+#. l@E5
+#: 00000207.xhp
+msgctxt ""
+"00000207.xhp\n"
+"par_id3152778363\n"
+"help.text"
+msgid "<ahelp hid=\".\">Exports all text cells with leading and trailing quote characters as set in the Text delimiter box. If not checked, only those text cells get quoted that contain the Field delimiter character.</ahelp>"
msgstr ""
-#: 01000000.xhp#hd_id3085157.1.help.text
-msgctxt "01000000.xhp#hd_id3085157.1.help.text"
-msgid "Showing and Hiding Docked Windows"
+#. Jz!4
+#: 00000207.xhp
+msgctxt ""
+"00000207.xhp\n"
+"hd_id7145298\n"
+"help.text"
+msgid "Save cell content as shown"
msgstr ""
-#: 01000000.xhp#par_id3149948.2.help.text
-msgid "Every <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"docked\">docked</link> window has an icon to control the display properties of the window."
+#. x~SR
+#: 00000207.xhp
+msgctxt ""
+"00000207.xhp\n"
+"par_id5719779\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enabled by default, data will be saved as displayed, including applied number formats. If this checkbox is not marked, raw data content will be saved, as in older versions of the software.</ahelp>"
msgstr ""
-#: 01000000.xhp#par_id3150502.3.help.text
-msgid "To show or hide a docked window, click the icon."
+#. boq$
+#: 00000207.xhp
+msgctxt ""
+"00000207.xhp\n"
+"par_id3541062\n"
+"help.text"
+msgid "Depending on the number format, saving cell content as shown may write values that during an import cannot be interpreted as numerical values anymore."
msgstr ""
-#: 01000000.xhp#hd_id3150465.13.help.text
-msgid "AutoShow and AutoHide Docked Windows"
+#. 9arW
+#: 00000207.xhp
+msgctxt ""
+"00000207.xhp\n"
+"hd_id3149793\n"
+"12\n"
+"help.text"
+msgid "Fixed column width"
+msgstr "ფიქსირებული სვეტის სიგანე"
+
+#. 2M55
+#: 00000207.xhp
+msgctxt ""
+"00000207.xhp\n"
+"par_id3152363\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_IMPORTOPT_CB_FIXEDWIDTH\">Exports all data fields with a fixed width.</ahelp>"
msgstr ""
-#: 01000000.xhp#par_id3155504.14.help.text
-msgid "You can click the edge of a hidden docked window to open the window."
+#. .0Y*
+#: 00000207.xhp
+msgctxt ""
+"00000207.xhp\n"
+"par_id3149283\n"
+"14\n"
+"help.text"
+msgid "The width of a data field in the exported text file is set to the current width of the corresponding column."
msgstr ""
-#: 01000000.xhp#par_id3153257.15.help.text
-msgid "The docked window closes automatically when you move the mouse pointer outside of the window."
+#. vOE_
+#: 00000207.xhp
+msgctxt ""
+"00000207.xhp\n"
+"par_id3154116\n"
+"15\n"
+"help.text"
+msgid "Values are exported in the format as currently seen in the cell."
msgstr ""
-#: 01000000.xhp#par_id3154046.16.help.text
-msgid "Multiple docked windows act as a single window in AutoShow/AutoHide mode."
+#. M)mE
+#: 00000207.xhp
+msgctxt ""
+"00000207.xhp\n"
+"par_id3156414\n"
+"16\n"
+"help.text"
+msgid "If a value is longer than the fixed column width, it will be exported as a ### string."
msgstr ""
-#: 01000000.xhp#hd_id3145416.18.help.text
-msgid "Drag and Drop"
-msgstr "გადათრევა და დაგდება"
+#. ((1(
+#: 00000207.xhp
+msgctxt ""
+"00000207.xhp\n"
+"par_id3150178\n"
+"17\n"
+"help.text"
+msgid "If a text string is longer than the fixed column width, it will be truncated at the end."
+msgstr ""
-#: 01000000.xhp#par_id3149578.19.help.text
-msgid "If you drag an object over the edge of a hidden docked window, the window opens in AutoShow mode."
+#. H2fB
+#: 00000207.xhp
+msgctxt ""
+"00000207.xhp\n"
+"par_id3148548\n"
+"18\n"
+"help.text"
+msgid "The alignment Left, Centered, and Right will be simulated by inserted blanks."
msgstr ""
-#: 00000001.xhp#tit.help.text
-msgctxt "00000001.xhp#tit.help.text"
+#. kjG}
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"tit\n"
+"help.text"
msgid "Frequently-Used Buttons"
msgstr ""
-#: 00000001.xhp#hd_id3152952.1.help.text
-msgctxt "00000001.xhp#hd_id3152952.1.help.text"
+#. )=+Z
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3152952\n"
+"1\n"
+"help.text"
msgid "Frequently-Used Buttons"
msgstr ""
-#: 00000001.xhp#hd_id3147617.4.help.text
-msgctxt "00000001.xhp#hd_id3147617.4.help.text"
+#. ``j+
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3147617\n"
+"4\n"
+"help.text"
msgid "Cancel"
msgstr ""
-#: 00000001.xhp#par_id3155913.5.help.text
+#. :DnL
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3155913\n"
+"5\n"
+"help.text"
msgid "<ahelp hid=\".\">Clicking <emph>Cancel</emph> closes a dialog without saving any changes made.</ahelp>"
msgstr "<ahelp hid=\".\">დაწკაპუნება <emph>გაუქმება</emph>-ზე ხურავს დიალოგს ყოველგვარი დამახსოვრების გარეშე.</ahelp>"
-#: 00000001.xhp#hd_id2341685.help.text
+#. U#UE
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id2341685\n"
+"help.text"
msgid "Finish"
msgstr ""
-#: 00000001.xhp#par_id6909390.help.text
+#. phf@
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id6909390\n"
+"help.text"
msgid "<ahelp hid=\".\">Applies all changes and closes the wizard.</ahelp>"
msgstr ""
-#: 00000001.xhp#hd_id3147477.39.help.text
-msgctxt "00000001.xhp#hd_id3147477.39.help.text"
+#. ):Js
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3147477\n"
+"39\n"
+"help.text"
msgid "Toolbars"
msgstr ""
-#: 00000001.xhp#par_id3149783.40.help.text
+#. *!-i
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3149783\n"
+"40\n"
+"help.text"
msgid "By clicking the arrow next to some icons you open a toolbar. To move a toolbar, drag the title bar. As soon as you release the mouse button, the toolbar remains at the new position. Drag the title bar to another position, or drag to an edge of the window, where the toolbar will dock. Close a toolbar by clicking the Close Window icon. Make the toolbar visible again by choosing <emph>View - Toolbars - (toolbar name)</emph>."
msgstr ""
-#: 00000001.xhp#hd_id3152414.79.help.text
+#. 4`t@
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3152414\n"
+"79\n"
+"help.text"
msgid "Spin button"
msgstr ""
-#: 00000001.xhp#par_id1094088.help.text
+#. \\`7
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id1094088\n"
+"help.text"
msgid "In form controls, a spin button is a property of a numerical field, currency field, date field, or time field. If the property \"Spin button\" is enabled, the field shows a pair of symbols with arrows pointing to opposing directions, either vertically or horizontally."
msgstr ""
-#: 00000001.xhp#par_id7493209.help.text
+#. :+7R
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id7493209\n"
+"help.text"
msgid "In the Basic IDE, a spin button is the name used for the numerical field together with the two arrow symbols."
msgstr ""
-#: 00000001.xhp#par_id3155599.78.help.text
+#. +^E=
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3155599\n"
+"78\n"
+"help.text"
msgid "You can type a numerical value into the field next to the spin button, or select the value with the up-arrow or down-arrow symbols on the spin button. On the keyboard you can press the up arrow and down arrow keys to increase or reduce the value. You can press the Page Up and Page Down keys to set the maximum and minimum value."
msgstr ""
-#: 00000001.xhp#par_id3150264.38.help.text
+#. #9:R
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3150264\n"
+"38\n"
+"help.text"
msgid "If the field next to the spin button defines numerical values, you can also define a <link href=\"text/shared/00/00000003.xhp#metrik\" name=\"measurement unit\">measurement unit</link>, for example, 1 cm or 5 mm, 12 pt or 2\"."
msgstr ""
-#: 00000001.xhp#hd_id3154232.76.help.text
+#. PeZc
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3154232\n"
+"76\n"
+"help.text"
msgid "Convert"
msgstr "კონვერტაცია"
-#: 00000001.xhp#par_id3148983.77.help.text
+#. V;g7
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3148983\n"
+"77\n"
+"help.text"
msgid "<ahelp hid=\".\">If you click forward through the dialog, this button is called <emph>Next</emph>. On the last page the button has the name <emph>Convert</emph>. The conversion is then performed by clicking the button.</ahelp>"
msgstr ""
-#: 00000001.xhp#hd_id3145129.42.help.text
-msgctxt "00000001.xhp#hd_id3145129.42.help.text"
+#. %Ab6
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3145129\n"
+"42\n"
+"help.text"
msgid "Context Menu"
msgstr ""
-#: 00000001.xhp#par_id3156553.44.help.text
+#. K$!q
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3156553\n"
+"44\n"
+"help.text"
msgid "<variable id=\"context\">To activate the context menu of an object, first click the object with the <switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline>left</defaultinline></switchinline> mouse button to select it, and then, <switchinline select=\"sys\"><caseinline select=\"MAC\">while holding down the Ctrl key or the Command and Option keys, click the mouse button again</caseinline><defaultinline> click the right mouse button</defaultinline></switchinline>. Some context menus can be called even if the object has not been selected. Context menus are found just about everywhere in $[officename].</variable>"
msgstr ""
-#: 00000001.xhp#hd_id3149180.24.help.text
-msgctxt "00000001.xhp#hd_id3149180.24.help.text"
+#. qipz
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3149180\n"
+"24\n"
+"help.text"
msgid "Delete"
msgstr ""
-#: 00000001.xhp#par_id3153750.25.help.text
+#. :6Wl
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3153750\n"
+"25\n"
+"help.text"
msgid "<ahelp hid=\".\">Deletes the selected element or elements after confirmation.</ahelp>"
msgstr ""
-#: 00000001.xhp#hd_id3147557.45.help.text
-msgctxt "00000001.xhp#hd_id3147557.45.help.text"
+#. 50dK
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3147557\n"
+"45\n"
+"help.text"
msgid "Delete"
msgstr ""
-#: 00000001.xhp#par_id3155338.46.help.text
+#. ~Sb$
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3155338\n"
+"46\n"
+"help.text"
msgid "<ahelp hid=\".\">Deletes the selected element or elements without requiring confirmation.</ahelp>"
msgstr ""
-#: 00000001.xhp#hd_id3148620.6.help.text
+#. 3;x#
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3148620\n"
+"6\n"
+"help.text"
msgid "Metrics"
msgstr "მეტრული"
-#: 00000001.xhp#par_id3145345.7.help.text
+#. u7%|
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3145345\n"
+"7\n"
+"help.text"
msgid "You can enter values in the input fields in different units of measurement. The default unit is inches. However, if you want a space of exactly 1cm, then type \"1cm\". Additional units are available according to the context, for example, 12 pt for a 12 point spacing. If the value of the new unit is unrealistic, the program uses a predefined maximum or minimum value."
msgstr ""
-#: 00000001.xhp#hd_id3155535.8.help.text
-msgctxt "00000001.xhp#hd_id3155535.8.help.text"
+#. ^0vt
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3155535\n"
+"8\n"
+"help.text"
msgid "Close"
msgstr ""
-#: 00000001.xhp#par_id3147008.9.help.text
+#. zJ9F
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3147008\n"
+"9\n"
+"help.text"
msgid "<ahelp hid=\".\">Closes the dialog and saves all changes.</ahelp>"
msgstr ""
-#: 00000001.xhp#hd_id3147275.57.help.text
-msgctxt "00000001.xhp#hd_id3147275.57.help.text"
+#. 6,OX
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3147275\n"
+"57\n"
+"help.text"
msgid "Close"
msgstr ""
-#: 00000001.xhp#par_id3153031.58.help.text
+#. F%e]
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3153031\n"
+"58\n"
+"help.text"
msgid "<ahelp hid=\".\">Closes the dialog.</ahelp>"
msgstr "<ahelp hid=\".\">ხურავს დიალოგს.</ahelp>"
-#: 00000001.xhp#hd_id3156113.16.help.text
-msgctxt "00000001.xhp#hd_id3156113.16.help.text"
+#. sfU|
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3156113\n"
+"16\n"
+"help.text"
msgid "Apply"
msgstr ""
-#: 00000001.xhp#par_id3155341.17.help.text
+#. 7m/~
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3155341\n"
+"17\n"
+"help.text"
msgid "<ahelp hid=\".\">Applies the modified or selected values without closing the dialog.</ahelp>"
msgstr ""
-#: 00000001.xhp#hd_id3153760.47.help.text
+#. C#.o
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3153760\n"
+"47\n"
+"help.text"
msgid "Shrink / Maximize"
msgstr "ჩაკეცვა / გაშლა"
-#: 00000001.xhp#par_id3153087.48.help.text
+#. UhHK
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3153087\n"
+"48\n"
+"help.text"
msgid "<ahelp hid=\".\">Click the<emph> Shrink </emph>icon to reduce the dialog to the size of the input field. It is then easier to mark the required reference in the sheet. The icons then automatically convert to the <emph>Maximize</emph> icon. Click it to restore the dialog to its original size.</ahelp>"
msgstr ""
-#: 00000001.xhp#par_id3155062.49.help.text
+#. [KPx
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3155062\n"
+"49\n"
+"help.text"
msgid "The dialog is automatically minimized when you click into a sheet with the mouse. As soon as you release the mouse button, the dialog is restored and the reference range defined with the mouse is highlighted in the document by a blue frame."
msgstr ""
-#: 00000001.xhp#par_id3157808.help.text
+#. {p?p
+#: 00000001.xhp
#, fuzzy
+msgctxt ""
+"00000001.xhp\n"
+"par_id3157808\n"
+"help.text"
msgid "<image id=\"img_id3148685\" src=\"formula/res/refinp1.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3148685\">Icon</alt></image>"
msgstr "<image id=\"img_id3147257\" src=\"fpicker/res/fp011.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147257\">ხატულა</alt></image>"
-#: 00000001.xhp#par_id3153321.50.help.text
+#. s+7f
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3153321\n"
+"50\n"
+"help.text"
msgid "Shrink"
msgstr "ჩაკეცვა"
-#: 00000001.xhp#par_id3153349.help.text
+#. o9db
+#: 00000001.xhp
#, fuzzy
+msgctxt ""
+"00000001.xhp\n"
+"par_id3153349\n"
+"help.text"
msgid "<image id=\"img_id3149784\" src=\"formula/res/refinp2.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149784\">Icon</alt></image>"
msgstr "<image id=\"img_id3149716\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149716\">ხატულა</alt></image>"
-#: 00000001.xhp#par_id3155628.51.help.text
+#. k#gF
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3155628\n"
+"51\n"
+"help.text"
msgid "Maximize"
msgstr "გაშლა"
-#: 00000001.xhp#hd_id3156192.34.help.text
+#. vT3u
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3156192\n"
+"34\n"
+"help.text"
msgid "Preview Field"
msgstr "წინასწარი დათვალიერების ველი"
-#: 00000001.xhp#par_id3154046.35.help.text
+#. =!yN
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3154046\n"
+"35\n"
+"help.text"
msgid "<ahelp hid=\".\">Displays a preview of the current selection.</ahelp>"
msgstr ""
-#: 00000001.xhp#hd_id3145609.70.help.text
+#. 8gAW
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3145609\n"
+"70\n"
+"help.text"
msgid "Next"
msgstr "შემდეგი"
-#: 00000001.xhp#par_id3152473.71.help.text
+#. $-iJ
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3152473\n"
+"71\n"
+"help.text"
msgid "<ahelp hid=\".\">Click the<emph> Next </emph>button, and the wizard uses the current dialog settings and proceeds to the next step. If you are on the last step, this button becomes <emph>Create</emph>.</ahelp>"
msgstr ""
-#: 00000001.xhp#hd_id3149670.13.help.text
-msgctxt "00000001.xhp#hd_id3149670.13.help.text"
+#. ]1uJ
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3149670\n"
+"13\n"
+"help.text"
msgid "Back"
msgstr ""
-#: 00000001.xhp#par_id3145068.14.help.text
+#. SRb%
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3145068\n"
+"14\n"
+"help.text"
msgid "<ahelp hid=\"OFFMGR_PUSHBUTTON_RID_OFADLG_OPTIONS_TREE_PB_BACK\">Resets modified values back to the $[officename] default values.</ahelp>"
msgstr ""
-#: 00000001.xhp#hd_id3148755.59.help.text
-msgctxt "00000001.xhp#hd_id3148755.59.help.text"
+#. Mf!=
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3148755\n"
+"59\n"
+"help.text"
msgid "Reset"
msgstr ""
-#: 00000001.xhp#par_id3149651.60.help.text
+#. by6:
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3149651\n"
+"60\n"
+"help.text"
msgid "<ahelp hid=\"HID_TABDLG_RESET_BTN\">Resets changes made to the current tab to those applicable when this dialog was opened. A confirmation query does not appear when you close the dialog.</ahelp>"
msgstr ""
-#: 00000001.xhp#hd_id3143278.18.help.text
-msgctxt "00000001.xhp#hd_id3143278.18.help.text"
+#. wBU[
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3143278\n"
+"18\n"
+"help.text"
msgid "Reset"
msgstr ""
-#: 00000001.xhp#par_id3150791.19.help.text
+#. u)fB
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3150791\n"
+"19\n"
+"help.text"
msgid "<ahelp hid=\"HID_TABDLG_RESET_BTN\">Resets modified values back to the default values.</ahelp>"
msgstr ""
-#: 00000001.xhp#par_id3154331.20.help.text
+#. wNAo
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3154331\n"
+"20\n"
+"help.text"
msgid "A confirmation query does not appear. If you confirm the dialog with OK all settings in this dialog are reset."
msgstr ""
-#: 00000001.xhp#hd_id3145173.10.help.text
-msgctxt "00000001.xhp#hd_id3145173.10.help.text"
+#. YWEE
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3145173\n"
+"10\n"
+"help.text"
msgid "Standard"
msgstr ""
-#: 00000001.xhp#par_id3154153.11.help.text
+#. m_47
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3154153\n"
+"11\n"
+"help.text"
msgid "<ahelp hid=\"HID_TABDLG_STANDARD_BTN\">Resets the values visible in the dialog back to the default installation values.</ahelp>"
msgstr ""
-#: 00000001.xhp#par_id3154299.12.help.text
+#. IX}O
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3154299\n"
+"12\n"
+"help.text"
msgid "A confirmation does not appear before the defaults are reloaded."
msgstr ""
-#: 00000001.xhp#hd_id3147502.72.help.text
-msgctxt "00000001.xhp#hd_id3147502.72.help.text"
+#. }Dvq
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3147502\n"
+"72\n"
+"help.text"
msgid "Back"
msgstr ""
-#: 00000001.xhp#par_id3150439.73.help.text
+#. \O/c
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3150439\n"
+"73\n"
+"help.text"
msgid "<ahelp hid=\"HID_TABDLG_STANDARD_BTN\">View the selections in the dialog made in the previous step. The current settings remain unchanged.</ahelp> This button can only be activated from page two on."
msgstr ""
-#: 00000001.xhp#hd_id3147352.52.help.text
+#. 4=bL
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3147352\n"
+"52\n"
+"help.text"
msgid "More"
msgstr "დამატებით"
-#: 00000001.xhp#par_id3155314.53.help.text
+#. VAZ]
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3155314\n"
+"53\n"
+"help.text"
msgid "<ahelp hid=\"HID_TABDLG_STANDARD_BTN\">Click the<emph> More</emph> button to expand the dialog to show further options. Click again to restore the dialog.</ahelp>"
msgstr ""
-#: 00000001.xhp#par_id3161659.41.help.text
+#. 6SzK
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3161659\n"
+"41\n"
+"help.text"
msgid "<variable id=\"siehe\">See also the following functions: </variable>"
msgstr "<variable id=\"siehe\">იხილეთ აგრეთვე შემდეგი ფუნქციები: </variable>"
-#: 00000001.xhp#par_id3147418.55.help.text
+#. fkOq
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3147418\n"
+"55\n"
+"help.text"
msgid "<variable id=\"regulaer\">The search supports <link href=\"text/shared/01/02100001.xhp\" name=\"regular expressions\">regular expressions</link>. You can enter \"all.*\", for example to find the first location of \"all\" followed by any characters. If you want to search for a text that is also a regular expression, you must precede every character with a \\ character. You can switch the automatic evaluation of regular expression on and off in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060500.xhp\">%PRODUCTNAME Calc - Calculate</link>.</variable>"
msgstr ""
-#: 00000001.xhp#par_id3163714.56.help.text
+#. ]D]]
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3163714\n"
+"56\n"
+"help.text"
msgid "<variable id=\"wahr\">If an error occurs, the function returns a logical or numerical value. </variable>"
msgstr "<variable id=\"wahr\">თუ მოხდა შეცდომა, ფუნქცია დააბრუნებს ლოგიკურ ან ციფრულ მნიშვნელობას. </variable>"
-#: 00000001.xhp#par_id3154145.54.help.text
+#. 3=[$
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3154145\n"
+"54\n"
+"help.text"
msgid "<variable id=\"kontext\">(This command is only accessible through the <link href=\"text/shared/00/00000005.xhp#kontextmenue\" name=\"context menu\">context menu</link>). </variable>"
msgstr "<variable id=\"kontext\">(ეს ბრძანება ხელმისაწვდომია მხოლოდ <link href=\"text/shared/00/00000005.xhp#kontextmenue\" name=\"context menu\">კონტექსტურ მენიუ</link>-ში). </variable>"
-#: 00000001.xhp#par_id3152791.61.help.text
+#. ^ocD
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3152791\n"
+"61\n"
+"help.text"
msgid "<variable id=\"wiederholen\">By double-clicking a tool, you can use it for multiple tasks. If you call the tool with a single-click, it reverts back to the last selection after completing the task. </variable>"
msgstr ""
-#: 00000001.xhp#par_id9345377.help.text
+#. ]w2k
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id9345377\n"
+"help.text"
msgid "<variable id=\"ShiftF1\">Press Shift+F1 and point to a control to learn more about that control. </variable>"
msgstr ""
-#: 00000210.xhp#tit.help.text
-msgctxt "00000210.xhp#tit.help.text"
-msgid "Warning Print Options"
-msgstr ""
-
-#: 00000210.xhp#hd_id3145759.1.help.text
-msgctxt "00000210.xhp#hd_id3145759.1.help.text"
-msgid "Warning Print Options"
-msgstr ""
-
-#: 00000210.xhp#par_id3152352.2.help.text
-msgid "<ahelp hid=\"SD:MODALDIALOG:DLG_PRINT_WARNINGS\">The<emph> Warning Print Options </emph>dialog appears when the page setup does not match the defined print range.</ahelp> This is the case, for example, if you draw a rectangle that is larger than the current page format."
-msgstr ""
-
-#: 00000210.xhp#hd_id3150620.3.help.text
-msgid "Print options"
-msgstr "ბეჭდვის პარამეტრები"
-
-#: 00000210.xhp#hd_id3156324.5.help.text
-msgid "Fit page to print range"
-msgstr ""
-
-#: 00000210.xhp#par_id3158405.7.help.text
-msgid "If you select the <emph>Fit page to print range </emph>option, the <emph>Warning Print Options</emph> dialog will not appear in subsequent print runs of this document."
-msgstr ""
-
-#: 00000210.xhp#hd_id3156553.8.help.text
-msgid "Print on multiple pages"
-msgstr ""
-
-#: 00000210.xhp#par_id3154823.9.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PRINT_WARNINGS:RBT_POSTER\">Specifies whether to distribute the printout on multiple pages.</ahelp> The print range will be printed on multiple pages."
-msgstr ""
-
-#: 00000210.xhp#hd_id3147010.10.help.text
-msgid "Trim"
-msgstr ""
-
-#: 00000210.xhp#par_id3151111.11.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PRINT_WARNINGS:RBT_CUT\">Specifies that anything extending beyond the maximum print range will be cut off and not included in the printing.</ahelp>"
-msgstr ""
-
-#: 00000406.xhp#tit.help.text
-msgctxt "00000406.xhp#tit.help.text"
+#. Fq~]
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"tit\n"
+"help.text"
msgid "Tools Menu"
msgstr "ხელსაწყოების მენიუ"
-#: 00000406.xhp#hd_id3160447.1.help.text
-msgctxt "00000406.xhp#hd_id3160447.1.help.text"
+#. *v2=
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"hd_id3160447\n"
+"1\n"
+"help.text"
msgid "Tools Menu"
msgstr "ხელსაწყოების მენიუ"
-#: 00000406.xhp#par_id3146765.123.help.text
+#. wNJS
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3146765\n"
+"123\n"
+"help.text"
msgid "Choose <emph>Tools - Gallery</emph> or on <emph>Standard</emph> Bar, click"
msgstr ""
-#: 00000406.xhp#par_id3153323.help.text
+#. +).+
+#: 00000406.xhp
#, fuzzy
+msgctxt ""
+"00000406.xhp\n"
+"par_id3153323\n"
+"help.text"
msgid "<image id=\"img_id3154894\" src=\"cmd/sc_gallery.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154894\">Icon</alt></image>"
msgstr "<image id=\"img_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
-#: 00000406.xhp#par_id3153551.127.help.text
+#. b8^S
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3153551\n"
+"127\n"
+"help.text"
msgid "Gallery"
msgstr "გალერეა"
-#: 00000406.xhp#par_id3146957.130.help.text
+#. DAaY
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3146957\n"
+"130\n"
+"help.text"
msgid "<variable id=\"galleryregisterdateien\">Choose <emph>Tools - Gallery</emph> or click the <emph>Gallery </emph>icon on the <emph>Standard</emph> Bar - <emph>New Theme</emph> button - <emph>Files</emph> tab</variable>"
msgstr ""
-#: 00000406.xhp#par_id3166411.2.help.text
+#. {@6X
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3166411\n"
+"2\n"
+"help.text"
msgid "Choose <emph>Tools - Spelling and Grammar</emph>"
msgstr ""
-#: 00000406.xhp#par_id3148538.69.help.text
+#. %jf2
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3148538\n"
+"69\n"
+"help.text"
msgid "F7 key"
msgstr "F7 კლავიში"
-#: 00000406.xhp#par_id3155628.3.help.text
+#. )2-@
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3155628\n"
+"3\n"
+"help.text"
msgid "On <emph>Standard</emph> bar, click"
msgstr ""
-#: 00000406.xhp#par_id3153824.help.text
+#. %qk5
+#: 00000406.xhp
#, fuzzy
+msgctxt ""
+"00000406.xhp\n"
+"par_id3153824\n"
+"help.text"
msgid "<image id=\"img_id3153665\" src=\"cmd/sc_spelling.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153665\">Icon</alt></image>"
msgstr "<image id=\"img_id3153126\" src=\"cmd/sc_superscript.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153126\">ხატულა</alt></image>"
-#: 00000406.xhp#par_id3157809.4.help.text
+#. 0fnd
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3157809\n"
+"4\n"
+"help.text"
msgid "Spelling and Grammar"
msgstr ""
-#: 00000406.xhp#par_id3156326.164.help.text
+#. \zlO
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3156326\n"
+"164\n"
+"help.text"
msgid "<variable id=\"hangul\">Choose <emph>Tools - Language - Hangul/Hanja Conversion</emph> (Asian language support must be enabled)</variable>"
msgstr ""
-#: 00000406.xhp#par_idN10705.help.text
+#. Wn.\
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_idN10705\n"
+"help.text"
msgid "<variable id=\"chinese\">Choose <emph>Tools - Language - Chinese Conversion</emph> (Asian language support must be enabled)</variable>"
msgstr ""
-#: 00000406.xhp#par_idN1071E.help.text
+#. +Fd*
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_idN1071E\n"
+"help.text"
msgid "<variable id=\"chineseedit\">Choose <emph>Tools - Language - Chinese Conversion</emph> (Asian language support must be enabled) - <emph>Edit terms</emph> button</variable>"
msgstr ""
-#: 00000406.xhp#par_id3155419.5.help.text
+#. {n`v
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3155419\n"
+"5\n"
+"help.text"
msgid "<variable id=\"rechtschreibungmenue\">Choose <emph>Tools - Spelling and Grammar</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3150771.7.help.text
+#. 2V)9
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3150771\n"
+"7\n"
+"help.text"
msgid "<variable id=\"zoptionen\">Choose <emph>Tools - Spelling and Grammar</emph>, then click <emph>Options</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3151338.8.help.text
+#. fcOh
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3151338\n"
+"8\n"
+"help.text"
msgid "Choose <emph>Tools - Language - Thesaurus</emph>"
msgstr ""
-#: 00000406.xhp#par_id3149884.70.help.text
+#. [(C)
+#: 00000406.xhp
#, fuzzy
+msgctxt ""
+"00000406.xhp\n"
+"par_id3149884\n"
+"70\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F7"
-msgstr ""
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F7\n"
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F7"
+msgstr "#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\n<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F7\\n#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\n<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F7"
-#: 00000406.xhp#par_id3153320.10.help.text
+#. j#n!
+#: 00000406.xhp
#, fuzzy
+msgctxt ""
+"00000406.xhp\n"
+"par_id3153320\n"
+"10\n"
+"help.text"
msgid "Choose <emph>Tools - Color Replacer</emph> ($[officename] Draw and $[officename] Impress)"
msgstr "ამოირჩიეთ <emph>Format - შრე</emph> (only $[officename] Draw)"
-#: 00000406.xhp#par_idN107E9.help.text
+#. .g*r
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_idN107E9\n"
+"help.text"
msgid "<variable id=\"mediaplayer\">Choose <emph>Tools - Media Player</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3151385.13.help.text
+#. wprN
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3151385\n"
+"13\n"
+"help.text"
msgid "<variable id=\"makro\">Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph>, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+F11 (if not assigned by your system)</variable>"
msgstr ""
-#: 00000406.xhp#par_id3149456.155.help.text
+#. 7?XR
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3149456\n"
+"155\n"
+"help.text"
msgid "Choose <emph>Tools - Macros - Record Macro</emph>"
msgstr ""
-#: 00000406.xhp#par_id3150398.14.help.text
+#. sYoD
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3150398\n"
+"14\n"
+"help.text"
msgid "<variable id=\"passwort\">Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph>, click the <emph>Organizer</emph> button, click the <emph>Libraries</emph> tab, and then click the <emph>Password</emph> button</variable>"
msgstr ""
-#: 00000406.xhp#par_idN10843.help.text
+#. :?I.
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_idN10843\n"
+"help.text"
msgid "<variable id=\"packagemanager\">Choose <emph>Tools - Extension Manager</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id9988402.help.text
+#. MXGg
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id9988402\n"
+"help.text"
msgid "<variable id=\"packagemanager_eu\">Choose <emph>Tools - Extension Manager</emph>, click <emph>Updates</emph> button</variable>"
msgstr ""
-#: 00000406.xhp#par_id3151106.161.help.text
+#. siO@
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3151106\n"
+"161\n"
+"help.text"
msgid "<variable id=\"xmlfilter\">Choose <emph>Tools - XML Filter Settings</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3153778.162.help.text
+#. xzDM
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3153778\n"
+"162\n"
+"help.text"
msgid "<variable id=\"xmlfilteredit\">Choose <emph>Tools - XML Filter Settings</emph>, then click <emph>New</emph> or <emph>Edit</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3148979.163.help.text
+#. *)f:
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3148979\n"
+"163\n"
+"help.text"
msgid "<variable id=\"xmlfiltertest\">Choose <emph>Tools - XML Filter Settings</emph>, then click <emph>Test XSLTs</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3148672.15.help.text
+#. p-.T
+#: 00000406.xhp
#, fuzzy
+msgctxt ""
+"00000406.xhp\n"
+"par_id3148672\n"
+"15\n"
+"help.text"
msgid "<variable id=\"anpassen\">Choose <emph>Tools - Customize</emph></variable>"
msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000406.xhp#par_id3147230.16.help.text
+#. O=Mi
+#: 00000406.xhp
+#, fuzzy
+msgctxt ""
+"00000406.xhp\n"
+"par_id3147230\n"
+"16\n"
+"help.text"
msgid "<variable id=\"menue\">Choose <emph>Tools - Customize - Menu</emph> tab</variable>"
-msgstr ""
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000406.xhp#par_idN108E9.help.text
+#. 6r#%
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_idN108E9\n"
+"help.text"
msgid "<variable id=\"menuenew\">Choose <emph>Tools - Customize - Menu</emph> tab, click <emph>New</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_idN10919.help.text
+#. L%6s
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_idN10919\n"
+"help.text"
msgid "<variable id=\"menuemove\">Choose <emph>Tools - Customize - Menu</emph> tab, click <emph>Menu - Move</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3145171.129.help.text
+#. _M9U
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3145171\n"
+"129\n"
+"help.text"
msgid "<variable id=\"tastatur\">Choose <emph>Tools - Customize - Keyboard</emph> tab (a document must be opened)</variable>"
msgstr ""
-#: 00000406.xhp#par_id3153968.19.help.text
+#. Y%V%
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3153968\n"
+"19\n"
+"help.text"
msgid "<variable id=\"symbole\">Choose <emph>Tools - Customize - Toolbars</emph> tab</variable>"
msgstr ""
-#: 00000406.xhp#par_id3144432.22.help.text
+#. H=U.
+#: 00000406.xhp
+#, fuzzy
+msgctxt ""
+"00000406.xhp\n"
+"par_id3144432\n"
+"22\n"
+"help.text"
msgid "<variable id=\"events\">Choose <emph>Tools - Customize - Events</emph> tab</variable>"
-msgstr ""
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000406.xhp#par_id3157895.50.help.text
+#. 1n{g
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3157895\n"
+"50\n"
+"help.text"
msgid "<variable id=\"autokorr\">Choose <emph>Tools - AutoCorrect Options</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3153768.51.help.text
+#. o8ev
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3153768\n"
+"51\n"
+"help.text"
msgid "<variable id=\"autokooptionen\">Choose <emph>Tools - AutoCorrect Options</emph> tab</variable>"
msgstr ""
-#: 00000406.xhp#par_id1978514.help.text
+#. )6H(
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id1978514\n"
+"help.text"
msgid "<variable id=\"autokosmarttags\">Choose <emph>Tools - AutoCorrect Options - Smart Tags</emph> tab</variable>"
msgstr ""
-#: 00000406.xhp#par_id3155368.52.help.text
+#. 1{[S
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3155368\n"
+"52\n"
+"help.text"
msgid "<variable id=\"autokoersetzung\">Choose <emph>Tools - AutoCorrect Options - Replace</emph> tab</variable>"
msgstr ""
-#: 00000406.xhp#par_id3155860.53.help.text
+#. Om`^
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3155860\n"
+"53\n"
+"help.text"
msgid "<variable id=\"autokoausnahmen\">Choose <emph>Tools - AutoCorrect Options - Exceptions</emph> tab</variable>"
msgstr ""
-#: 00000406.xhp#par_id3153094.58.help.text
+#. AA#O
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3153094\n"
+"58\n"
+"help.text"
msgid "<variable id=\"autokotyafz\">Choose <emph>Tools - AutoCorrect Options - Localized Options</emph> tab</variable>"
msgstr ""
-#: 00000406.xhp#par_id3153945.114.help.text
+#. ;iYk
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3153945\n"
+"114\n"
+"help.text"
msgid "<variable id=\"autokoworterg\">Choose <emph>Tools - AutoCorrect Options - Word Completion</emph> tab</variable>"
msgstr ""
-#: 00000406.xhp#par_id3151352.80.help.text
+#. %|2D
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3151352\n"
+"80\n"
+"help.text"
msgid "<variable id=\"exopas\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3154127.88.help.text
+#. 5P92
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3154127\n"
+"88\n"
+"help.text"
msgid "<variable id=\"etoplayout\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress/%PRODUCTNAME Draw - View</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3149664.93.help.text
+#. %f]]
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3149664\n"
+"93\n"
+"help.text"
msgid "<variable id=\"etotm\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Draw - General</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3145112.125.help.text
+#. QnCZ
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3145112\n"
+"125\n"
+"help.text"
msgid "Path selection button in various wizards"
msgstr ""
-#: 00000406.xhp#par_id3153953.126.help.text
+#. On6U
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3153953\n"
+"126\n"
+"help.text"
msgid "Click <emph>Edit</emph> button for a few entries under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Paths</emph>"
msgstr ""
-#: 00000406.xhp#par_id3147295.23.help.text
+#. [rH.
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3147295\n"
+"23\n"
+"help.text"
msgid "<variable id=\"optionen\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline></emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3156006.24.help.text
+#. ,7`\
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3156006\n"
+"24\n"
+"help.text"
msgid "<variable id=\"optionenallgemein\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename]</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3155308.25.help.text
+#. =0YS
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3155308\n"
+"25\n"
+"help.text"
msgid "<variable id=\"benutzerdaten\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - User Data</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3155312.136.help.text
+#. ^R89
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3155312\n"
+"136\n"
+"help.text"
msgid "<variable id=\"allg\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - General</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3150032.147.help.text
+#. 1)=S
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3150032\n"
+"147\n"
+"help.text"
msgid "<variable id=\"arbeit\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Memory</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3159153.61.help.text
+#. (k5}
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3159153\n"
+"61\n"
+"help.text"
msgid "<variable id=\"ansicht\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - View</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3166413.137.help.text
+#. _;kO
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3166413\n"
+"137\n"
+"help.text"
msgid "<variable id=\"drucken\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Print</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3147330.26.help.text
+#. 7v9Y
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3147330\n"
+"26\n"
+"help.text"
msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Paths</emph>"
msgstr ""
-#: 00000406.xhp#par_id3150036.54.help.text
+#. Dbx-
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3150036\n"
+"54\n"
+"help.text"
msgid "Choose <emph>Edit - AutoText - Path</emph>"
msgstr ""
-#: 00000406.xhp#par_id3154696.30.help.text
+#. $f%H
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3154696\n"
+"30\n"
+"help.text"
msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Colors</emph>"
msgstr ""
-#: 00000406.xhp#par_id3149581.31.help.text
+#. FjT,
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3149581\n"
+"31\n"
+"help.text"
msgid "Choose <emph>Format - Area - Colors</emph> tab"
msgstr ""
-#: 00000406.xhp#par_id3149270.65.help.text
+#. 7G@V
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3149270\n"
+"65\n"
+"help.text"
msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Colors - Edit</emph>"
msgstr ""
-#: 00000406.xhp#par_id3145729.66.help.text
+#. ;h.h
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3145729\n"
+"66\n"
+"help.text"
msgid "Choose <emph>Format - Area - Colors</emph> tab<emph> - Edit</emph> button"
msgstr ""
-#: 00000406.xhp#par_id3149488.67.help.text
+#. 4.UX
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3149488\n"
+"67\n"
+"help.text"
msgid "Choose <emph>Format - 3D Effects</emph> icon on the <emph>Illumination</emph> tab"
msgstr ""
-#: 00000406.xhp#par_id3153876.help.text
+#. HX@/
+#: 00000406.xhp
#, fuzzy
+msgctxt ""
+"00000406.xhp\n"
+"par_id3153876\n"
+"help.text"
msgid "<image id=\"img_id3148386\" src=\"svx/res/colordlg.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148386\">Icon</alt></image>"
msgstr "<image id=\"img_id3145364\" src=\"svx/res/nu08.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145364\">ხატულა</alt></image>"
-#: 00000406.xhp#par_id3151037.68.help.text
+#. `BWU
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3151037\n"
+"68\n"
+"help.text"
msgid "Select color on the <emph>Color</emph> tab page"
msgstr ""
-#: 00000406.xhp#par_id3149403.72.help.text
+#. j~2A
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3149403\n"
+"72\n"
+"help.text"
msgid "<variable id=\"schriers\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Fonts</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3150717.43.help.text
+#. `-1)
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3150717\n"
+"43\n"
+"help.text"
msgid "<variable id=\"scripting\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Security</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_idN10C3D.help.text
-msgid "<variable id=\"java\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Java</emph></variable>"
+#. yIR@
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_idN11C3D\n"
+"help.text"
+msgid "<variable id=\"advanced\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Advanced</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id5485702.help.text
+#. 2E:m
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id5485702\n"
+"help.text"
msgid "<variable id=\"online_update\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Online Update </emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3146989.152.help.text
+#. B+Id
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3146989\n"
+"152\n"
+"help.text"
msgid "<variable id=\"accessibility\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Accessibility</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3144746.153.help.text
+#. 66OV
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3144746\n"
+"153\n"
+"help.text"
msgid "<variable id=\"appearance\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Appearance</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3156355.32.help.text
+#. 2Z5?
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3156355\n"
+"32\n"
+"help.text"
msgid "<variable id=\"landen\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3147223.27.help.text
+#. VhJq
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3147223\n"
+"27\n"
+"help.text"
msgid "<variable id=\"rsave\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - General</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3153958.119.help.text
+#. uRqn
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3153958\n"
+"119\n"
+"help.text"
msgid "<variable id=\"etsofi\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save</emph> - <emph>VBA Properties</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3153707.122.help.text
+#. IzG}
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3153707\n"
+"122\n"
+"help.text"
msgid "<variable id=\"etsofi2\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save</emph> - <emph>Microsoft Office</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3145667.49.help.text
+#. 4L%a
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3145667\n"
+"49\n"
+"help.text"
msgid "<variable id=\"html\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save</emph> - <emph>HTML Compatibility</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3146792.132.help.text
+#. Eest
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3146792\n"
+"132\n"
+"help.text"
msgid "<variable id=\"asiatypo\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3157965.131.help.text
+#. UrS2
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3157965\n"
+"131\n"
+"help.text"
msgid "<variable id=\"sprachen\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3155446.160.help.text
+#. XV3;
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3155446\n"
+"160\n"
+"help.text"
msgid "<variable id=\"sprachenctl\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages - Complex Text Layout</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3150745.45.help.text
+#. 9w$H
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3150745\n"
+"45\n"
+"help.text"
msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>"
msgstr ""
-#: 00000406.xhp#par_id3148407.134.help.text
+#. AE/b
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3148407\n"
+"134\n"
+"help.text"
msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Writing Aids</emph>, in the <emph>Available language modules </emph>list, select one of the language modules and then click <emph>Edit</emph>."
msgstr ""
-#: 00000406.xhp#par_id3150324.157.help.text
+#. JhpL
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3150324\n"
+"157\n"
+"help.text"
msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Writing Aids</emph>"
msgstr ""
-#: 00000406.xhp#par_id3145620.135.help.text
+#. B9OE
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3145620\n"
+"135\n"
+"help.text"
msgid "<variable id=\"suchja\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Searching in Japanese</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3147341.133.help.text
+#. a%u(
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3147341\n"
+"133\n"
+"help.text"
msgid "<variable id=\"asialayout\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Asian Layout</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3147359.138.help.text
+#. :G!o
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3147359\n"
+"138\n"
+"help.text"
msgid "<variable id=\"internet\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Internet</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3156374.33.help.text
+#. bCPx
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3156374\n"
+"33\n"
+"help.text"
msgid "<variable id=\"internet1\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Internet - Proxy</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3159339.36.help.text
+#. `3Yf
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3159339\n"
+"36\n"
+"help.text"
msgid "<variable id=\"internet4\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Internet - Search</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3149280.94.help.text
+#. /[=2
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3149280\n"
+"94\n"
+"help.text"
msgid "<variable id=\"optionentextdokument\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_idN10E4F.help.text
+#. *bG~
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_idN10E4F\n"
+"help.text"
msgid "<variable id=\"compatibility\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Compatibility</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3148929.105.help.text
+#. \/uX
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3148929\n"
+"105\n"
+"help.text"
msgid "<variable id=\"laden\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - General</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_idN10F2F.help.text
+#. c[Xm
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_idN10F2F\n"
+"help.text"
msgid "<variable id=\"mailmergeemail\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Mail Merge E-mail</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3149825.144.help.text
+#. cHMt
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3149825\n"
+"144\n"
+"help.text"
msgid "<variable id=\"einfuegenbeschriftung\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - AutoCaption</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3155333.96.help.text
+#. Kvcd
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3155333\n"
+"96\n"
+"help.text"
msgid "<variable id=\"layout\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/%PRODUCTNAME Writer/Web </emph>- <emph>View</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3146316.100.help.text
+#. ^*:P
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3146316\n"
+"100\n"
+"help.text"
msgid "<variable id=\"registerschattencursor\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/%PRODUCTNAME Writer/Web</emph> - <emph>Formatting Aids</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3153534.47.help.text
+#. D3q!
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3153534\n"
+"47\n"
+"help.text"
msgid "<variable id=\"raster\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/%PRODUCTNAME Calc/%PRODUCTNAME Writer/Web - Grid</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3155961.97.help.text
+#. [%f\
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3155961\n"
+"97\n"
+"help.text"
msgid "Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Basic Fonts (Western)</emph>"
msgstr ""
-#: 00000406.xhp#par_id3159313.151.help.text
+#. 3./^
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3159313\n"
+"151\n"
+"help.text"
msgid "Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Basic Fonts (Asian)</emph> (only available if Asian language support is enabled)"
msgstr ""
-#: 00000406.xhp#par_id3155607.98.help.text
+#. rnp$
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3155607\n"
+"98\n"
+"help.text"
msgid "<variable id=\"drucken1\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/ %PRODUCTNAME Writer/Web </emph>- <emph>Print</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3988769.help.text
+#. _#N,
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3988769\n"
+"help.text"
msgid "<variable id=\"drucken2\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Print</variable>"
msgstr ""
-#: 00000406.xhp#par_id3145769.99.help.text
+#. MESs
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3145769\n"
+"99\n"
+"help.text"
msgid "<variable id=\"registertabelle\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/%PRODUCTNAME Writer/Web - Table</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3147005.101.help.text
+#. t3]*
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3147005\n"
+"101\n"
+"help.text"
msgid "<variable id=\"registeraenderungen\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Changes</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3159333.48.help.text
+#. S;?2
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3159333\n"
+"48\n"
+"help.text"
msgid "<variable id=\"webbrowser1\">Open an HTML document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/Web</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3149448.139.help.text
+#. _NSF
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3149448\n"
+"139\n"
+"help.text"
msgid "<variable id=\"hinter\">Open an HTML document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/Web - Background</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3149336.78.help.text
+#. ,\LU
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3149336\n"
+"78\n"
+"help.text"
msgid "<variable id=\"tabellendokument\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3152966.81.help.text
+#. :^sf
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3152966\n"
+"81\n"
+"help.text"
msgid "<variable id=\"tabelleeingabe\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - General</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3149814.79.help.text
+#. Z46h
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3149814\n"
+"79\n"
+"help.text"
msgid "<variable id=\"tabelleinhalte\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3154656.84.help.text
+#. a12+
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3154656\n"
+"84\n"
+"help.text"
msgid "<variable id=\"exopbe\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Calculate</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3154657.84.help.text
+#. lh]]
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3154657\n"
+"84\n"
+"help.text"
msgid "<variable id=\"exopco\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Compatibility</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3152494.82.help.text
+#. Pic1
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3152494\n"
+"82\n"
+"help.text"
msgid "<variable id=\"exopso\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3152495.82.help.text
+#. ap?+
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3152495\n"
+"82\n"
+"help.text"
msgid "<variable id=\"exopfo\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Formula</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3152496.82.help.text
+#. *#!@
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3152496\n"
+"82\n"
+"help.text"
msgid "<variable id=\"exopde\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Defaults</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3149527.83.help.text
+#. V4/H
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3149527\n"
+"83\n"
+"help.text"
msgid "<variable id=\"listekopieren\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists - Copy</emph> button</variable>"
msgstr ""
-#: 00000406.xhp#par_id3154903.85.help.text
+#. Q;l/
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3154903\n"
+"85\n"
+"help.text"
msgid "<variable id=\"exopaen\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Changes</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3152582.140.help.text
+#. Ql=1
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3152582\n"
+"140\n"
+"help.text"
msgid "<variable id=\"etotall\">Open a presentation document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3148418.91.help.text
+#. )~;\
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3148418\n"
+"91\n"
+"help.text"
msgid "<variable id=\"etopsonstiges\">Open a presentation document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress/%PRODUCTNAME Draw - General</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3150380.87.help.text
+#. ]2WN
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3150380\n"
+"87\n"
+"help.text"
msgid "<variable id=\"etopas\">Open a presentation document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress/%PRODUCTNAME Draw - View</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3166423.89.help.text
+#. /..F
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3166423\n"
+"89\n"
+"help.text"
msgid "<variable id=\"etopfe\">Open a presentation document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress/%PRODUCTNAME Draw - Grid</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3148873.90.help.text
+#. gpWF
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3148873\n"
+"90\n"
+"help.text"
msgid "<variable id=\"etopdk\">Open a presentation document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress/%PRODUCTNAME Draw - Print</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3145220.92.help.text
+#. EmX]
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3145220\n"
+"92\n"
+"help.text"
msgid "<variable id=\"etotallz\">Open a drawing document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Draw</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3149573.77.help.text
+#. h=mT
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3149573\n"
+"77\n"
+"help.text"
msgid "<variable id=\"etsodr\">Open a Math document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Math</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3145613.112.help.text
+#. [4e.
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3145613\n"
+"112\n"
+"help.text"
msgid "<variable id=\"formeinst\">Open a Math document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Math - Settings</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3155137.111.help.text
+#. qP2$
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3155137\n"
+"111\n"
+"help.text"
msgid "<variable id=\"diagrfarbe\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Charts</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3149211.113.help.text
+#. O-@g
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3149211\n"
+"113\n"
+"help.text"
msgid "<variable id=\"diagrgfarbe\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Charts - Default Colors</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3150862.141.help.text
+#. LZPx
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3150862\n"
+"141\n"
+"help.text"
msgid "<variable id=\"datenqu\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Base</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_id3147368.142.help.text
+#. yc~m
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3147368\n"
+"142\n"
+"help.text"
msgid "<variable id=\"verbindungen\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Base - Connections</emph></variable>"
msgstr ""
-#: 00000406.xhp#par_idN1120D.help.text
+#. zz8B
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_idN1120D\n"
+"help.text"
msgid "<variable id=\"registered\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Base - Databases</emph></variable>"
msgstr ""
-#: 00000005.xhp#tit.help.text
-msgid "General Glossary"
-msgstr "მთავარი სიტყვანი"
+#. 7seU
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"tit\n"
+"help.text"
+msgid "To access this command..."
+msgstr "ბრძანებაზე წვდომისათვის..."
-#: 00000005.xhp#bm_id3154896.help.text
-msgid "<bookmark_value>common terms;glossaries</bookmark_value><bookmark_value>glossaries;common terms</bookmark_value><bookmark_value>terminology;general glossary</bookmark_value>"
-msgstr ""
+#. i{4L
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id3160447\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"wie\">To access this command...</variable>"
+msgstr "<variable id=\"wie\">ბრძანებაზე წვდომისათვის... </variable>"
-#: 00000005.xhp#hd_id3154896.1.help.text
-msgid "<link href=\"text/shared/00/00000005.xhp\" name=\"General Glossary\">General Glossary</link>"
+#. a^@z
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3147212\n"
+"47\n"
+"help.text"
+msgid "<variable id=\"related\"><emph>Related Topics</emph></variable>"
+msgstr "<variable id=\"related\"><emph>დაკავშირებული თემები</emph></variable>"
+
+#. 2IX;
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id56935339\n"
+"help.text"
+msgid "Enable or disable the Help Agent on <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - General</emph>."
msgstr ""
-#: 00000005.xhp#par_id3154788.2.help.text
-msgid "This glossary includes explanations of some of the most important terms you will come across in $[officename]."
+#. RwaQ
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3154689\n"
+"help.text"
+msgid "<image id=\"img_id3152427\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152427\">Icon</alt></image>"
+msgstr "<image id=\"img_id3152427\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152427\">ხატულა</alt></image>"
+
+#. U9;4
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3146067\n"
+"46\n"
+"help.text"
+msgid "Font Color"
msgstr ""
-#: 00000005.xhp#par_id3154873.3.help.text
-msgid "Use the glossary to look up unfamiliar terms found in any $[officename] application."
+#. DVW,
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3157898\n"
+"help.text"
+msgid "<image id=\"img_id3149716\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149716\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149716\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149716\">ხატულა</alt></image>"
+
+#. wUV1
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3149893\n"
+"7\n"
+"help.text"
+msgid "Font Color"
msgstr ""
-#: 00000005.xhp#bm_id3156192.help.text
-msgid "<bookmark_value>ASCII; definition</bookmark_value>"
-msgstr "<bookmark_value>ASCII; განსაზღვრება</bookmark_value>"
+#. gkFM
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3149750\n"
+"help.text"
+msgid "<image id=\"img_id3146957\" src=\"cmd/sc_justifypara.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146957\">Icon</alt></image>"
+msgstr "<image id=\"img_id3146957\" src=\"cmd/sc_justifypara.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146957\">ხატულა</alt></image>"
-#: 00000005.xhp#hd_id3156192.22.help.text
-msgid "ASCII"
-msgstr "ASCII"
+#. _mV-
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3150693\n"
+"8\n"
+"help.text"
+msgid "Line spacing: 1"
+msgstr "სტრიქონთაშორისი დაშორება: 1"
-#: 00000005.xhp#par_id3155922.23.help.text
-msgid "Abbreviation for American Standard Code for Information Interchange. ASCII is a character set for displaying fonts on personal computers. It consists of 128 characters including letters, numbers, punctuation and symbols. The extended ASCII character set contains 256 characters. Each character has been assigned a unique number, also referred to as ASCII Code."
+#. ct)b
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3145382\n"
+"help.text"
+msgid "<image id=\"img_id3163802\" src=\"cmd/sc_spacepara15.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163802\">Icon</alt></image>"
+msgstr "<image id=\"img_id3163802\" src=\"cmd/sc_spacepara15.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163802\">ხატულა</alt></image>"
+
+#. tk%|
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3154173\n"
+"9\n"
+"help.text"
+msgid "Line spacing: 1.5"
+msgstr "სტრიქონთაშორისი დაშორება: 1.5"
+
+#. nT)f
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3150131\n"
+"help.text"
+msgid "<image id=\"img_id3153252\" src=\"cmd/sc_spacepara2.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153252\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153252\" src=\"cmd/sc_spacepara2.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153252\">ხატულა</alt></image>"
+
+#. pko^
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3152824\n"
+"10\n"
+"help.text"
+msgid "Line spacing: 2"
+msgstr "სტრიქონთაშორისი დაშორება: 2"
+
+#. TL{}
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3149820\n"
+"help.text"
+msgid "<image id=\"img_id3153126\" src=\"cmd/sc_superscript.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153126\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153126\" src=\"cmd/sc_superscript.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153126\">ხატულა</alt></image>"
+
+#. JF,[
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3145121\n"
+"11\n"
+"help.text"
+msgid "Superscript"
+msgstr "ზედა რეგისტრი"
+
+#. qdsF
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3147077\n"
+"help.text"
+msgid "<image id=\"img_id3155135\" src=\"cmd/sc_subscript.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155135\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155135\" src=\"cmd/sc_subscript.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155135\">ხატულა</alt></image>"
+
+#. 9PR~
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3151385\n"
+"12\n"
+"help.text"
+msgid "Subscript"
+msgstr "ქვედა რეგისტრი"
+
+#. F5:b
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3148550\n"
+"help.text"
+msgid "<image id=\"img_id3149294\" src=\"res/helpimg/feldurch.png\" width=\"0.9374inch\" height=\"0.2398inch\"><alt id=\"alt_id3149294\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149294\" src=\"res/helpimg/feldurch.png\" width=\"0.9374inch\" height=\"0.2398inch\"><alt id=\"alt_id3149294\">ხატულა</alt></image>"
+
+#. 07$%
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3152772\n"
+"15\n"
+"help.text"
+msgid "Line Style"
+msgstr "ხაზის სტილი"
+
+#. gK|C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3153379\n"
+"help.text"
+msgid "<image id=\"img_id3148401\" src=\"res/helpimg/feldcolo.png\" width=\"1.0417inch\" height=\"0.2398inch\"><alt id=\"alt_id3148401\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148401\" src=\"res/helpimg/feldcolo.png\" width=\"1.0417inch\" height=\"0.2398inch\"><alt id=\"alt_id3148401\">ხატულა</alt></image>"
+
+#. Q/\w
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3149290\n"
+"16\n"
+"help.text"
+msgid "Line Color"
+msgstr "ხაზის ფერი"
+
+#. k%)m
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3156214\n"
+"help.text"
+msgid "<image id=\"img_id3149807\" src=\"res/helpimg/feldbrei.png\" width=\"0.6563inch\" height=\"0.2189inch\"><alt id=\"alt_id3149807\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149807\" src=\"res/helpimg/feldbrei.png\" width=\"0.6563inch\" height=\"0.2189inch\"><alt id=\"alt_id3149807\">ხატულა</alt></image>"
+
+#. 77F\
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3163044\n"
+"17\n"
+"help.text"
+msgid "Line Width"
+msgstr "ხაზის სიგრძე"
+
+#. 3Z03
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3154154\n"
+"help.text"
+msgid "<image id=\"img_id3145152\" src=\"res/helpimg/swh00117.png\" width=\"2.0835inch\" height=\"0.2398inch\"><alt id=\"alt_id3145152\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145152\" src=\"res/helpimg/swh00117.png\" width=\"2.0835inch\" height=\"0.2398inch\"><alt id=\"alt_id3145152\">ხატულა</alt></image>"
+
+#. _%p+
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3150650\n"
+"18\n"
+"help.text"
+msgid "Area Style / Filling"
+msgstr "არეს სტილი / შევსება"
+
+#. d)VB
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3153367\n"
+"help.text"
+msgid "<image id=\"img_id3147502\" src=\"cmd/sc_aligntop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147502\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147502\" src=\"cmd/sc_aligntop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147502\">ხატულა</alt></image>"
+
+#. ;AmZ
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3148557\n"
+"20\n"
+"help.text"
+msgid "Align Top"
+msgstr "სწორება ზევით"
+
+#. +cDB
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3146923\n"
+"help.text"
+msgid "<image id=\"img_id3150410\" src=\"cmd/sc_cellvertbottom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150410\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150410\" src=\"cmd/sc_cellvertbottom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150410\">ხატულა</alt></image>"
+
+#. |0Oy
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3149287\n"
+"21\n"
+"help.text"
+msgid "Align Bottom"
+msgstr "სწორება ქვევით"
+
+#. FW|*
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3153097\n"
+"help.text"
+msgid "<image id=\"img_id3153363\" src=\"cmd/sc_alignvcenter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153363\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153363\" src=\"cmd/sc_alignvcenter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153363\">ხატულა</alt></image>"
+
+#. eV5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3150873\n"
+"22\n"
+"help.text"
+msgid "Align Center Vertically"
+msgstr "სწორება ცენტრში ვერიკალურად"
+
+#. U28A
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3147436\n"
+"help.text"
+msgid "<image id=\"img_id3159123\" src=\"svx/res/nu07.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159123\">Icon</alt></image>"
+msgstr "<image id=\"img_id3159123\" src=\"svx/res/nu07.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159123\">ხატულა</alt></image>"
+
+#. KV*,
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3147418\n"
+"27\n"
+"help.text"
+msgid "Apply"
msgstr ""
-#: 00000005.xhp#par_id3150823.24.help.text
-msgid "In HTML pages, only characters from the 7 Bit ASCII character set should appear. Other characters, such as German umlauts, are distinguished by way of a separate code. You can input extended ASCII code characters: the $[officename] export filter performs the necessary conversion."
+#. {_]X
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3146147\n"
+"help.text"
+msgid "<image id=\"img_id3145364\" src=\"svx/res/nu08.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145364\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145364\" src=\"svx/res/nu08.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145364\">ხატულა</alt></image>"
+
+#. k%X[
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3148617\n"
+"28\n"
+"help.text"
+msgid "Cancel"
msgstr ""
-#: 00000005.xhp#hd_id3151245.25.help.text
-msgid "Bézier Object"
-msgstr "ბეზიე ობიექტი"
+#. VR_m
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3154730\n"
+"help.text"
+msgid "<image id=\"img_id3154096\" src=\"svtools/res/up_small.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154096\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154096\" src=\"svtools/res/up_small.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154096\">ხატულა</alt></image>"
-#: 00000005.xhp#par_id3154924.26.help.text
-msgid "Developed by the French mathematician Pierre Bézier, a Bézier curve is a mathematically defined curve used in two-dimensional graphic applications. The curve is defined by four points: the initial position and the terminating position, and two separate middle points. Bézier objects can be modified by moving these points with the mouse."
+#. K^V=
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3145800\n"
+"30\n"
+"help.text"
+msgid "Up One Level"
msgstr ""
-#: 00000005.xhp#bm_id3146907.help.text
-msgid "<bookmark_value>CTL;definition</bookmark_value><bookmark_value>complex text layout;definition</bookmark_value><bookmark_value>complex text layout, see CTL</bookmark_value>"
+#. u)5F
+#: 00000004.xhp
+#, fuzzy
+msgctxt ""
+"00000004.xhp\n"
+"par_id3149412\n"
+"help.text"
+msgid "<image id=\"img_id3153279\" src=\"fpicker/res/fp014.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153279\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147257\" src=\"fpicker/res/fp011.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147257\">ხატულა</alt></image>"
+
+#. %OQR
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3154064\n"
+"48\n"
+"help.text"
+msgid "Create New Directory"
msgstr ""
-#: 00000005.xhp#hd_id3146907.169.help.text
-msgid "Complex Text Layout (CTL)"
-msgstr "Complex Text Layout (CTL)"
+#. I6^%
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3153221\n"
+"help.text"
+msgid "<image id=\"img_id3153334\" src=\"svtools/res/up_small.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153334\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153334\" src=\"svtools/res/up_small.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153334\">ხატულა</alt></image>"
-#: 00000005.xhp#par_id3156081.166.help.text
-msgid "Languages with complex text layout may have some or all of the following features:"
+#. R3CI
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3145646\n"
+"39\n"
+"help.text"
+msgid "Up One Level"
msgstr ""
-#: 00000005.xhp#par_id3145116.167.help.text
-msgid "The language is written with characters or glyphs that are composed of several parts"
+#. uj;,
+#: 00000004.xhp
+#, fuzzy
+msgctxt ""
+"00000004.xhp\n"
+"par_id3151320\n"
+"help.text"
+msgid "<image id=\"img_id3148833\" src=\"fpicker/res/fp014.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148833\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147257\" src=\"fpicker/res/fp011.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147257\">ხატულა</alt></image>"
+
+#. tSRT
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3153005\n"
+"40\n"
+"help.text"
+msgid "Create New Directory"
msgstr ""
-#: 00000005.xhp#par_id3154630.168.help.text
-msgid "The text direction is from right to left."
-msgstr "ტექსტის მიმართულება მარჯვნიდან მარხცხნივ."
+#. EZke
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3146990\n"
+"help.text"
+msgid "<image id=\"img_id3147257\" src=\"fpicker/res/fp011.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147257\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147257\" src=\"fpicker/res/fp011.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147257\">ხატულა</alt></image>"
-#: 00000005.xhp#par_id3148677.170.help.text
-msgid "Currently, $[officename] supports Hindi, Thai, Hebrew, and Arabic as CTL languages."
-msgstr "ამჟამად $[officename]-ი მხარს უჭერს ინდურს, ტაილანდურს, ებრაულს, და არაბულს, როგორც CTL ენებს."
+#. Qpyx
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3153949\n"
+"41\n"
+"help.text"
+msgid "Default Directory"
+msgstr "ნაგულისხმევი საქაღალდე"
-#: 00000005.xhp#par_id3151176.171.help.text
-msgid "Enable CTL support using <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>."
-msgstr ""
+#. t0m+
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3156361\n"
+"help.text"
+msgid "<image id=\"img_id3150656\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150656\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150656\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150656\">ხატულა</alt></image>"
-#: 00000005.xhp#par_idN108F1.help.text
-msgctxt "00000005.xhp#par_idN108F1.help.text"
-msgid "Context Menu"
-msgstr ""
+#. {+m$
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3146915\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\".\">Go to the previous comment</ahelp>"
+msgstr "<ahelp hid=\".\">წინა შენიშვნაზე დაბრუნება</ahelp>"
-#: 00000005.xhp#bm_id3147084.help.text
-msgid "<bookmark_value>DDE; definition</bookmark_value>"
-msgstr "<bookmark_value>DDE; განსაზღვრება</bookmark_value>"
+#. !nk:
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3151357\n"
+"help.text"
+msgid "<image id=\"img_id3154363\" src=\"res/sc06300.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154363\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154363\" src=\"res/sc06300.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154363\">ხატულა</alt></image>"
-#: 00000005.xhp#hd_id3147084.29.help.text
-msgid "DDE"
-msgstr "DDE"
+#. #qzU
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3159184\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\".\">Go to the next comment</ahelp>"
+msgstr "<ahelp hid=\".\">შემდეგ შენიშვნაზე გადასვლა</ahelp>"
-#: 00000005.xhp#par_id3145154.30.help.text
-msgid "DDE stands for \"Dynamic Data Exchange,\" which is a predecessor of OLE, \"Object Linking and Embedding\". With DDE, objects are linked through file reference, but not embedded."
-msgstr ""
+#. J$0K
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3083285\n"
+"help.text"
+msgid "<image id=\"img_id3147100\" src=\"cmd/sc_open.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147100\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147100\" src=\"cmd/sc_open.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147100\">ხატულა</alt></image>"
-#: 00000005.xhp#par_id3154820.79.help.text
-msgid "You can create a DDE link using the following procedure: Select cells from a Calc spreadsheet, copy them into the clipboard and switch to another spreadsheet and select the <emph>Edit - Paste Special</emph> dialog. Select <emph>the Link</emph> option to insert the contents as a DDE link. When activating a link, the inserted cell area will be read from its original file."
+#. Ii6L
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3147339\n"
+"37\n"
+"help.text"
+msgid "Open File"
msgstr ""
-#: 00000005.xhp#hd_id3150439.156.help.text
-msgid "Direct and Style Formatting"
-msgstr "მიმართულების და სტილის ფორმატირება"
+#. /x2(
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3151189\n"
+"help.text"
+msgid "<image id=\"img_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
-#: 00000005.xhp#par_id3159254.34.help.text
-msgid "If you format a document without Styles, it is referred to as \"direct\" formatting. This means modifying text or other objects, such as frames or tables, by applying various attributes directly. The format applies only to the selected area and all changes must be made separately. Styles, on the other hand, are not applied to the text directly, but rather are defined in the Styles and Formatting window and then applied. One advantage is that when you change a Style, all parts of the document to which that Style is assigned are modified at the same time."
+#. b}e/
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3149109\n"
+"38\n"
+"help.text"
+msgid "Save As"
msgstr ""
-#: 00000005.xhp#par_id3147287.35.help.text
-#, fuzzy
-msgid "You can remove direct formatting from your document by selecting the entire text with the shortcut keys <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A and then choosing <emph>Format - Clear Direct Formatting</emph>."
-msgstr "ცხრილის სხვადასხვა ადგილებში უჯრების ასარჩევად დააყოვნეთ კლავიში <switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება </caseinline><defaultinline>Ctrl</defaultinline></switchinline> და გადაიტანეთ სხვადასხვა ადგილებში."
+#. U,@?
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3152946\n"
+"help.text"
+msgid "<image id=\"img_id3155904\" src=\"cmd/sc_exportdirecttopdf.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155904\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155904\" src=\"cmd/sc_exportdirecttopdf.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155904\">ხატულა</alt></image>"
-#: 00000005.xhp#bm_id3155132.help.text
-msgid "<bookmark_value>windows; docking definition</bookmark_value><bookmark_value>docking; definition</bookmark_value>"
-msgstr "<bookmark_value>ფანჯარა; დამაგრების განსაზღვრება</bookmark_value><bookmark_value>დამაგრება; განსაზღვრება</bookmark_value>"
+#. ($M(
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3155336\n"
+"76\n"
+"help.text"
+msgid "Export Directly as PDF"
+msgstr ""
-#: 00000005.xhp#hd_id3155132.6.help.text
-msgid "Docking"
-msgstr "დამაგრება"
+#. jCW}
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"tit\n"
+"help.text"
+msgid "XML File Formats"
+msgstr "XML ფაილის ფორმატები"
-#: 00000005.xhp#par_id3154638.7.help.text
-msgid "<variable id=\"andock1\">Some windows in $[officename], for example the Styles and Formatting window and the Navigator, are \"dockable\" windows. You can move these windows, re-size them or dock them to an edge. On each edge you can dock several windows on top of, or alongside each other; then, by moving the border lines, you can change the relative proportions of the windows.</variable>"
+#. g;EB
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"bm_id3154408\n"
+"help.text"
+msgid "<bookmark_value>exporting; XML files</bookmark_value> <bookmark_value>XML file formats</bookmark_value> <bookmark_value>extensions; file formats</bookmark_value> <bookmark_value>suffixes in file formats</bookmark_value> <bookmark_value>document types in $[officename]</bookmark_value> <bookmark_value>file formats; changing $[officename] defaults</bookmark_value> <bookmark_value>defaults;file formats in $[officename]</bookmark_value> <bookmark_value>file formats;OpenDocument/XML</bookmark_value> <bookmark_value>OpenDocument file formats</bookmark_value> <bookmark_value>ODF file formats</bookmark_value>"
msgstr ""
-#: 00000005.xhp#par_id3147233.127.help.text
-msgid "<variable id=\"andock2\">To undock and re-dock, holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, double-click a vacant area in the window. In the Styles and Formatting window, you can also double-click a gray part of the window next to the icons, while you hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key.</variable>"
+#. Ym#`
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"hd_id3154408\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"xmlformat\"><link href=\"text/shared/00/00000021.xhp\" name=\"XML File Formats\">XML File Formats</link></variable>"
msgstr ""
-#: 00000005.xhp#hd_id3155306.10.help.text
-msgid "Docking (AutoHide)"
-msgstr "დამაგრება (ავტოდამალვა)"
+#. 9XNP
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id3148919\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DID_SAVE_PACKED_XML\">By default, $[officename] loads and saves files in the OpenDocument file format.</ahelp>"
+msgstr ""
-#: 00000005.xhp#par_id3155854.115.help.text
-msgid "On any window edge where another window is docked you will see a button which allows you to show or hide the window."
+#. Efp3
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN10725\n"
+"help.text"
+msgid "The OpenDocument file format (ODF) is a standardized file format used by many software applications. You can find more information at the Wikipedia site: <link href=\"http://en.wikipedia.org/wiki/OpenDocument\">wikipedia.org/wiki/OpenDocument</link>."
msgstr ""
-#: 00000005.xhp#par_id3143274.161.help.text
-msgid "If you click the button on the window edge to show the window, the window will remain visible until you manually hide it again (with the same button)."
+#. EIN|
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"hd_id3156324\n"
+"4\n"
+"help.text"
+msgid "OpenDocument file format names"
+msgstr "OpenDocument-ის ფაილთა ფორმატების სახელები"
+
+#. 5{%Z
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id3154926\n"
+"5\n"
+"help.text"
+msgid "%PRODUCTNAME %PRODUCTVERSION uses the following file formats:"
+msgstr "%PRODUCTNAME %PRODUCTVERSION-ი იყენებს შემდეგ ფაილურ ფორმატებს:"
+
+#. y[|-
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id3157898\n"
+"6\n"
+"help.text"
+msgid "Document format"
+msgstr "დოკუმენტის ფორმატი"
+
+#. ,zm_
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id3149549\n"
+"7\n"
+"help.text"
+msgid "File extension"
msgstr ""
-#: 00000005.xhp#par_id3153093.162.help.text
-msgid "If you show the window by clicking the window border, but not the button, you activate the <emph>AutoHide</emph> function. The AutoHide function allows you to temporarily show a hidden window by clicking on its edge. When you click in the document, the docked window hides again."
+#. Wlnn
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN10762\n"
+"help.text"
+msgid "ODF Text"
msgstr ""
-#: 00000005.xhp#bm_id3163710.help.text
-msgid "<bookmark_value>formatting; definition</bookmark_value>"
-msgstr "<bookmark_value>ფორმატირება; განსაზღვრება</bookmark_value>"
+#. md4[
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN10767\n"
+"help.text"
+msgid "*.odt"
+msgstr "*.odt"
-#: 00000005.xhp#hd_id3163710.32.help.text
-msgid "Formatting"
-msgstr "ფორმატირება"
+#. cfMr
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN1076D\n"
+"help.text"
+msgid "ODF Text Template"
+msgstr ""
-#: 00000005.xhp#par_id3163821.33.help.text
-msgid "Formatting refers to the visual layout of text using a word-processing or DTP program. This includes defining the paper format, page borders, fonts and font effects, as well as indents and spacing. You can format text <link href=\"text/shared/00/00000005.xhp#Section7\">directly or with Styles</link> provided by $[officename]."
+#. q`sO
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN10772\n"
+"help.text"
+msgid "*.ott"
+msgstr "*.ott"
+
+#. su(\
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN10778\n"
+"help.text"
+msgid "ODF Master Document"
msgstr ""
-#: 00000005.xhp#bm_id3156006.help.text
-msgid "<bookmark_value>IME; definition</bookmark_value>"
-msgstr "<bookmark_value>IME; განსაზღვრება</bookmark_value>"
+#. :#nF
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN1077D\n"
+"help.text"
+msgid "*.odm"
+msgstr "*.odm"
-#: 00000005.xhp#hd_id3156006.164.help.text
-msgid "IME"
-msgstr "IME"
+#. 7$U0
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN10783\n"
+"help.text"
+msgid "HTML Document"
+msgstr "HTML დოკუმენტი"
-#: 00000005.xhp#par_id3157874.165.help.text
-msgid "IME stands for Input Method Editor. A program that allows the user to enter complex characters from non-western character sets using a standard keyboard."
-msgstr ""
+#. r}-R
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN10788\n"
+"help.text"
+msgid "*.html"
+msgstr "*.html"
-#: 00000005.xhp#bm_id3151172.help.text
-msgid "<bookmark_value>JDBC; definition</bookmark_value>"
-msgstr "<bookmark_value>JDBC; განსაზღვრება</bookmark_value>"
+#. nBJ5
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN1078E\n"
+"help.text"
+msgid "HTML Document Template"
+msgstr "HTML Document შაბლონი"
-#: 00000005.xhp#hd_id3151172.111.help.text
-msgid "JDBC"
-msgstr "JDBC"
+#. `3!F
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN10793\n"
+"help.text"
+msgid "*.oth"
+msgstr "*.oth"
-#: 00000005.xhp#par_id3148386.112.help.text
-msgid "You can use the Java Database Connectivity (JDBC) API to connect to a database from %PRODUCTNAME. JDBC drivers are written in the Java programming language and are platform independent."
+#. #S[P
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN10799\n"
+"help.text"
+msgid "ODF Spreadsheet"
msgstr ""
-#: 00000005.xhp#bm_id3151282.help.text
-msgid "<bookmark_value>kerning; definition</bookmark_value>"
-msgstr "<bookmark_value>კერნინგი; განსაზღვრება</bookmark_value>"
-
-#: 00000005.xhp#hd_id3151282.36.help.text
-msgid "Kerning"
-msgstr "კერნინგი"
+#. y2V[
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN1079E\n"
+"help.text"
+msgid "*.ods"
+msgstr "*.ods"
-#: 00000005.xhp#par_id3146321.37.help.text
-msgid "Kerning means increasing or decreasing the amount of space between pairs of letters to improve the overall appearance of the text."
+#. !E4!
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN107A4\n"
+"help.text"
+msgid "ODF Spreadsheet Template"
msgstr ""
-#: 00000005.xhp#par_id3146078.38.help.text
-msgid "The kerning tables contain information on which pairs of letters require more spacing. These tables are generally a component of a font."
+#. 3q2R
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN107A9\n"
+"help.text"
+msgid "*.ots"
+msgstr "*.ots"
+
+#. Oll@
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN107AF\n"
+"help.text"
+msgid "ODF Drawing"
msgstr ""
-#: 00000005.xhp#bm_id3150592.help.text
-msgid "<bookmark_value>links; definition</bookmark_value>"
-msgstr "<bookmark_value>ბმულები; განსაზღვრება</bookmark_value>"
+#. VH,\
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN107B4\n"
+"help.text"
+msgid "*.odg"
+msgstr "*.odg"
-#: 00000005.xhp#hd_id3150592.55.help.text
-msgid "Link"
-msgstr "ბმული"
+#. %lLK
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN107BA\n"
+"help.text"
+msgid "ODF Drawing Template"
+msgstr ""
-#: 00000005.xhp#par_id3150092.56.help.text
-msgid "The <emph>Links</emph> command is found in the <emph>Edit</emph> menu. The command can only be activated when at least one link is contained in the current document. When you insert a picture, for example, you can either insert the picture directly into the document or insert the picture as a link."
+#. As0j
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN107BF\n"
+"help.text"
+msgid "*.otg"
+msgstr "*.otg"
+
+#. 8kLW
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN107C5\n"
+"help.text"
+msgid "ODF Presentation"
msgstr ""
-#: 00000005.xhp#par_id3145730.57.help.text
-msgid "When an object is inserted directly into a document, the document size increases by (at least) the size in bytes of the object. You can save the document and open it on another computer, and the inserted object will still be in the same position in the document."
+#. -$hT
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN107CA\n"
+"help.text"
+msgid "*.odp"
+msgstr "*.odp"
+
+#. 26sl
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN107D0\n"
+"help.text"
+msgid "ODF Presentation Template"
msgstr ""
-#: 00000005.xhp#par_id3144765.58.help.text
-msgid "If you insert the object as a link, only a reference to the file name is inserted. The file size of the document increases only by the path and file reference. If you open your document on another computer, however, the linked file must be in exactly the same position as given by the reference in order to view the object in the document."
+#. e`ku
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN107D5\n"
+"help.text"
+msgid "*.otp"
+msgstr "*.otp"
+
+#. p[qp
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN107DB\n"
+"help.text"
+msgid "ODF Formula"
msgstr ""
-#: 00000005.xhp#par_id3153334.59.help.text
-msgid "Use <emph>Edit - Links</emph> to see which files are inserted as links. The links can be removed if required. This will break the link and insert the object directly."
+#. 5Hy0
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN107E0\n"
+"help.text"
+msgid "*.odf"
+msgstr "*.odf"
+
+#. 1r#L
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN1085B\n"
+"help.text"
+msgid "ODF Database"
msgstr ""
-#: 00000005.xhp#hd_id3154512.107.help.text
-msgid "Number System"
-msgstr "რიცხვების სისტემა"
+#. `K]=
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN10860\n"
+"help.text"
+msgid "*.odb"
+msgstr "*.odb"
-#: 00000005.xhp#par_id3157846.108.help.text
-msgid "A number system is determined by the number of characters available for representing numbers. The decimal system, for instance is based on the ten numbers (0..9), the binary system is based on the two numbers 0 and 1, the hexadecimal system is based on 16 characters (0...9 and A...F)."
+#. 4e7e
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id9756157\n"
+"help.text"
+msgid "%PRODUCTNAME Extension"
msgstr ""
-#: 00000005.xhp#bm_id3156358.help.text
-msgid "<bookmark_value>objects; definition</bookmark_value>"
-msgstr "<bookmark_value>ტეგები; განსაზღვრება</bookmark_value>"
+#. o:%4
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id2089907\n"
+"help.text"
+msgid "*.oxt"
+msgstr "*.odt"
-#: 00000005.xhp#hd_id3156358.41.help.text
-msgid "Object"
-msgstr "ობიექტი"
+#. Zv10
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN1088F\n"
+"help.text"
+msgid "The HTML format is not an OpenDocument format."
+msgstr "HTML ფორმატი არ არის OpenDocument-ის ფორმატი."
-#: 00000005.xhp#par_id3144748.42.help.text
-msgid "An object is a screen element containing data. It can refer to application data, such as text or graphics."
+#. ~|8@
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id4818872\n"
+"help.text"
+msgid "ODF Chart is the name of the file format for stand alone charts. This format with the extension *.odc is currently not in use."
msgstr ""
-#: 00000005.xhp#par_id3153839.43.help.text
-msgid "Objects are independent and do not influence each other. Any object containing data can be assigned certain commands. For example, a graphic object has commands for image editing and a spreadsheet contains calculation commands."
+#. B8\j
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN107E3\n"
+"help.text"
+msgid "Older File Formats Prior to %PRODUCTNAME %PRODUCTVERSION"
+msgstr "ფაილთა ძველი ფორმატები პრიორიტეტულია %PRODUCTNAME %PRODUCTVERSION-თვის"
+
+#. q9UA
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id0514200811525257\n"
+"help.text"
+msgid "The OpenDocument format evolves over time."
msgstr ""
-#: 00000005.xhp#bm_id3152827.help.text
-msgid "<bookmark_value>ODBC; definition</bookmark_value>"
-msgstr "<bookmark_value>JDBC; განსაზღვრება</bookmark_value>"
+#. yzh-
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id0514200811565671\n"
+"help.text"
+msgid "ODF version"
+msgstr ""
-#: 00000005.xhp#hd_id3152827.44.help.text
-msgid "ODBC"
-msgstr "ODBC"
+#. n?bD
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id0519200811530375\n"
+"help.text"
+msgid "Date of standard approval by OASIS"
+msgstr ""
-#: 00000005.xhp#par_id3153530.45.help.text
-msgid "Open Database Connectivity (ODBC) is a protocol norm with which applications can access database systems. The query language used is Structured Query Language (SQL). In $[officename], you can determine for each database whether to use SQL commands to run queries. Alternatively, you can use the interactive help to define your query by mouseclick and have it automatically translated into SQL by $[officename]."
+#. W@f^
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id0519200811530491\n"
+"help.text"
+msgid "First supporting version of the software"
msgstr ""
-#: 00000005.xhp#par_id3153956.75.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">The 32bit ODBC functions required here can be installed on your system at any time with the help of the setup program supplied with your database. You can then amend the properties through the Control Panel. </caseinline></switchinline>"
+#. @.YP
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id0514200811565662\n"
+"help.text"
+msgid "ODF 1.0"
msgstr ""
-#: 00000005.xhp#bm_id3154479.help.text
-msgid "<bookmark_value>OLE; definition</bookmark_value>"
-msgstr "<bookmark_value>DDE; განსაზღვრება</bookmark_value>"
+#. O6v|
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id0519200811530487\n"
+"help.text"
+msgid "2005-05-01"
+msgstr ""
-#: 00000005.xhp#hd_id3154479.46.help.text
-msgid "OLE"
-msgstr "OLE"
+#. DW{R
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id0519200811530455\n"
+"help.text"
+msgid "OpenOffice.org 1.1.5 or StarOffice 7"
+msgstr ""
-#: 00000005.xhp#par_id3157840.47.help.text
-msgid "Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object."
+#. -2H0
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id0514200811565787\n"
+"help.text"
+msgid "ODF 1.1"
msgstr ""
-#: 00000005.xhp#bm_id3154507.help.text
-msgid "<bookmark_value>OpenGL; definition</bookmark_value>"
-msgstr "<bookmark_value>URL; განსაზრვრება</bookmark_value>"
+#. g+/=
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id0519200811530479\n"
+"help.text"
+msgid "2007-02-02"
+msgstr ""
-#: 00000005.xhp#hd_id3154507.98.help.text
-msgid "OpenGL"
-msgstr "OpenGL"
+#. _P}:
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id0519200811530467\n"
+"help.text"
+msgid "OpenOffice.org 2.2 or StarOffice 8 Update 4"
+msgstr ""
-#: 00000005.xhp#par_id3146879.99.help.text
-msgid "OpenGL represents a 3D graphics language, initially developed by SGI (Silicon Graphics Inc). Two dialects of this language are commonly used: Microsoft OpenGL, developed for use under Windows NT, and Cosmo OpenGL made by SGI. The latter represents an independent graphics language for all platforms and all kind of computers, even usable on machines without special 3-D graphics hardware."
+#. ;Z#}
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id0514200811565762\n"
+"help.text"
+msgid "ODF 1.2"
msgstr ""
-#: 00000005.xhp#hd_id3155764.91.help.text
-msgid "PNG"
-msgstr "PNG"
+#. 5m%h
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id0519200811530440\n"
+"help.text"
+msgid "2011-09-30"
+msgstr ""
-#: 00000005.xhp#par_id3148993.92.help.text
-msgid "Portable Network Graphics (PNG) is a graphic file format. The files are compressed with a selectable compression factor, and, as opposed to the JPG format, PNG files are always compressed without any information loss."
+#. W=eB
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id0519200811530471\n"
+"help.text"
+msgid "OpenOffice.org 3, StarOffice 9, Oracle Open Office"
msgstr ""
-#: 00000005.xhp#hd_id3083286.103.help.text
-msgid "Primary key"
+#. Uo,C
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id1001200912381153\n"
+"help.text"
+msgid "ODF 1.2 (Extended)"
msgstr ""
-#: 00000005.xhp#par_id3150323.104.help.text
-msgid "A primary key serves as a unique identifier of database fields. The unique identification of database fields is used in <link href=\"text/shared/00/00000005.xhp#relational\">relational databases</link>, to access data in other tables. If reference is made to a primary key from another table, this is termed a foreign key."
+#. 78O2
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id100120091238112\n"
+"help.text"
+msgid "-"
+msgstr "-"
+
+#. Vcb@
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id1001200912381174\n"
+"help.text"
+msgid "OpenOffice.org 3.2 or StarOffice 9.2"
msgstr ""
-#: 00000005.xhp#par_id3148916.113.help.text
-msgid "In $[officename], you define the primary key in the design view of a table, by choosing the relevant command from the context menu of a row header for the selected field."
+#. i;l?
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id0514200811525591\n"
+"help.text"
+msgid "In current versions, you can select to save your documents using ODF 1.2 (default) or ODF 1.0/1.1 (for backward compatibility). Choose <item type=\"menuitem\">Tools - Options - Load/Save - General</item> and select the ODF format version."
msgstr ""
-#: 00000005.xhp#hd_id3147359.100.help.text
-msgid "Relational Database"
-msgstr "რელაციური მონაცემთა ბაზები"
+#. n8zL
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN107E9\n"
+"help.text"
+msgid "If you want to exchange documents with users that still use OpenOffice.org 1 or StarOffice 7, save the document using the respectively named filter in the <emph>File type</emph> listbox."
+msgstr ""
-#: 00000005.xhp#par_id3147585.101.help.text
-msgid "A relational database is a collection of data items organized as a set of formally described tables from which data can be accessed or reassembled in many different ways without having to reorganize the database tables. "
+#. VH4I
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id3146907\n"
+"1\n"
+"help.text"
+msgid "If you want to define another file format as the default, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\">Load/Save - General</link></emph> to find alternative file formats for each $[officename] document type."
msgstr ""
-#: 00000005.xhp#par_id3154255.163.help.text
-msgid "A relational database management system (RDBMS) is a program that lets you create, update, and administer a relational database. An RDBMS takes Structured Query Language (SQL) statements entered by a user or contained in an application program and creates, updates, or provides access to the database."
+#. d0M_
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"hd_id3150398\n"
+"28\n"
+"help.text"
+msgid "XML file structure"
+msgstr "XML ფაილის სტრუქტურა"
+
+#. Ohb6
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id3149649\n"
+"29\n"
+"help.text"
+msgid "Documents in OpenDocument file format are stored as compressed zip archives that contain XML files. To view these XML files, you can open the OpenDocument file with an unzip program. The following files and directories are contained within the OpenDocument files:"
msgstr ""
-#: 00000005.xhp#par_id3147535.102.help.text
-msgid "A good example of a relational database can be given with a database containing Customer, Purchase, and Invoice tables. In the Invoice table, there is no actual customer or purchasing data; however, the table contains references through a relational link, or a relation, to the respective customer and purchasing table's fields (for example, the customer ID field from the customer table)."
+#. xPVT
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id3153178\n"
+"30\n"
+"help.text"
+msgid "The text content of the document is located in <emph>content.xml</emph>."
msgstr ""
-#: 00000005.xhp#bm_id3147315.help.text
-msgid "<bookmark_value>register-true; definition</bookmark_value>"
-msgstr "<bookmark_value>რეგისტრირებულია-ჭეშმარიტი; განსაზღვრება</bookmark_value>"
+#. -WvI
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id3154068\n"
+"31\n"
+"help.text"
+msgid "By default, <emph>content.xml</emph> is stored without formatting elements like indentation or line breaks to minimize the time for saving and opening the document. On the <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - General</emph> tab page you can activate the use of indentations and line breaks by clearing the check box <emph>Size optimization for ODF format</emph>."
+msgstr ""
-#: 00000005.xhp#hd_id3147315.48.help.text
-msgid "Register-true"
-msgstr "რეგისტრირებულია-ჭეშმარიტი"
+#. :fqG
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id3145152\n"
+"32\n"
+"help.text"
+msgid "The file <emph>meta.xml</emph> contains the meta information of the document, which you can enter under <emph>File - Properties</emph>."
+msgstr ""
-#: 00000005.xhp#par_id3154223.49.help.text
-msgid "Register-true is a typography term that is used in printing. This term refers to the congruent imprint of the lines within a type area on the front and the back side of book pages, newspaper pages and magazine pages. The register-true feature make these pages easier to read by preventing gray shadows from shining through between the lines of text. The register-true term also refers to lines in adjacent text columns that are of the same height."
+#. AE@p
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id3150740\n"
+"33\n"
+"help.text"
+msgid "If you save a document with a password, <emph>meta.xml</emph> will not be encrypted."
msgstr ""
-#: 00000005.xhp#par_id3145230.50.help.text
-msgid "When you define a paragraph, Paragraph Style, or a Page Style as register-true, the base lines of the affected characters are aligned to a vertical page grid, regardless of font size or of the presence of graphics. If you want, you can specify the setting for this grid as a Page Style property."
+#. \/$N
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id3150391\n"
+"34\n"
+"help.text"
+msgid "The file <emph>settings.xml</emph> contains further information about the settings for this document."
msgstr ""
-#: 00000005.xhp#hd_id3156710.70.help.text
-msgid "RTF"
-msgstr "RTF"
+#. /fJc
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id3150447\n"
+"35\n"
+"help.text"
+msgid "In <emph>styles.xml,</emph> you find the styles applied to the document that can be seen in the Styles and Formatting window."
+msgstr ""
-#: 00000005.xhp#par_id3151186.71.help.text
-msgid "Rich Text Format (RTF) is a file format developed for the exchange of text files. A special feature is that the formatting is converted into directly readable text information. Unfortunately, in comparison to other file formats, this creates relatively large files."
+#. 0D:1
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id3153353\n"
+"36\n"
+"help.text"
+msgid "The <emph>meta-inf/manifest.xml</emph> file describes the structure of the XML file."
msgstr ""
-#: 00000005.xhp#hd_id3156372.117.help.text
-msgid "Saving Relatively and Absolutely"
+#. m#fa
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id3153368\n"
+"37\n"
+"help.text"
+msgid "Additional files and folders can be contained in the packed file format."
msgstr ""
-#: 00000005.xhp#par_id3146919.67.help.text
-msgid "In various dialogs (for example, <emph>Edit - AutoText</emph>) you can select whether you want to save files relatively or absolutely."
+#. )G#d
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"hd_id3154299\n"
+"38\n"
+"help.text"
+msgid "Definition of the XML formats"
+msgstr "XML ფორმატის განსაზღვრება"
+
+#. 7niO
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN10AAD\n"
+"help.text"
+msgid "The schema for the OpenDocument formats can be found on the <link href=\"http://www.oasis-open.org\">www.oasis-open.org</link> web site."
msgstr ""
-#: 00000005.xhp#par_id3152946.68.help.text
-msgid "If you choose to save relatively, the references to embedded graphics or other objects in your document will be saved relative to the location in the file system. In this case, it does not matter where the referenced directory structure is recorded. The files will be found regardless of location, as long as the reference remains on the same drive or volume. This is important if you want to make the document available to other computers that may have a completely different directory structure, drive or volume names. It is also recommended to save relatively if you want to create a directory structure on an Internet server."
+#. EtJM
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id3149561\n"
+"39\n"
+"help.text"
+msgid "The DTD (Document Type Description) files for the older formats can be found in the installation folder."
msgstr ""
-#: 00000005.xhp#par_id3148927.69.help.text
-msgid "If you prefer absolute saving, all references to other files will also be defined as absolute, based on the respective drive, volume or root directory. The advantage is that the document containing the references can be moved to other directories or folders, and the references remain valid."
+#. nWZD
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_id3152596\n"
+"40\n"
+"help.text"
+msgid "Note that the formats are subject to certain licenses. You can find notes on the licenses at the start of the DTD files. More detailed information can be found on the <link href=\"http://www.openoffice.org\" name=\"OpenOffice.org\">OpenOffice.org</link> website."
msgstr ""
-#: 00000005.xhp#bm_id3149922.help.text
-msgid "<bookmark_value>SQL;definition</bookmark_value>"
-msgstr "<bookmark_value>SQL;განსაზღვრება</bookmark_value>"
+#. 9+w}
+#: 00000021.xhp
+msgctxt ""
+"00000021.xhp\n"
+"par_idN10AC5\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01130000.xhp\">Document Converter Wizard</link>"
+msgstr ""
-#: 00000005.xhp#hd_id3149922.53.help.text
-msgid "SQL"
-msgstr "SQL"
+#. TD4N
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"tit\n"
+"help.text"
+msgid "Format Menu"
+msgstr ""
-#: 00000005.xhp#par_id3152863.54.help.text
-msgid "Structured Query Language (SQL) is a language used for database queries. In $[officename] you can formulate queries either in SQL or interactively with the mouse."
+#. 4dlQ
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"hd_id3155757\n"
+"1\n"
+"help.text"
+msgid "Format Menu"
msgstr ""
-#: 00000005.xhp#hd_id3147552.120.help.text
-msgid "SQL Database / SQL Server"
-msgstr "SQL მონაცემთა ბაზა / SQL სერვერი"
+#. y$;X
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"par_id3147294\n"
+"2\n"
+"help.text"
+msgid "Choose <emph>Format - Row - Height</emph>"
+msgstr ""
-#: 00000005.xhp#par_id3159239.121.help.text
-msgid "An SQL database is a database system which offers an <link href=\"text/shared/00/00000005.xhp#sql\">SQL</link> interface. SQL databases are often used in client/server networks in which different clients access a central server (for example, an SQL server), hence they are also called SQL server databases, or SQL servers for short."
+#. U\Bm
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"par_id3149551\n"
+"3\n"
+"help.text"
+msgid "Open context menu of a row header in an open database table - choose <emph>Row Height</emph>"
msgstr ""
-#: 00000005.xhp#par_id3159118.122.help.text
-msgid "In $[officename], you can integrate external SQL databases. These may be located on your local hard disk as well as on the network. Access is achieved through <link href=\"text/shared/00/00000005.xhp#odbc\">ODBC</link>, JDBC, or a native driver integrated into $[officename]."
+#. YZPH
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"par_id3153136\n"
+"4\n"
+"help.text"
+msgid "Choose <emph>Format - Column - Width</emph>"
msgstr ""
-#: 00000005.xhp#hd_id3166423.51.help.text
-msgid "Widows and Orphans"
-msgstr "ქვრივები და ობლები"
+#. W^`1
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"par_id3150756\n"
+"5\n"
+"help.text"
+msgid "Open context menu of a column header in a database table - choose <emph>Column Width</emph>"
+msgstr ""
-#: 00000005.xhp#par_id3149448.52.help.text
-msgid "Widows and orphans are historical typography terms, which have been in use for many years. A widow refers to a short line at the end of a paragraph, which when printed, appears alone at the top of the next page. An orphan is, in contrast, the first line of a paragraph printed alone at the bottom of the previous page. In a $[officename] text document you can automatically prevent such occurrences in the desired Paragraph Style. When doing so, you can determine the minimum amount of lines to be kept together on a page."
+#. ~uA?
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"par_id3148668\n"
+"11\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Format - Cells - Numbers</emph> tab </caseinline></switchinline>"
msgstr ""
-#: 00000401.xhp#tit.help.text
-msgctxt "00000401.xhp#tit.help.text"
-msgid "File Menu"
+#. {aA}
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"par_id3152349\n"
+"13\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Format - Styles and Formatting</emph> - open context menu and choose <emph>Modify/New - Numbers</emph> tab </caseinline></switchinline>"
msgstr ""
-#: 00000401.xhp#hd_id3149976.1.help.text
-msgctxt "00000401.xhp#hd_id3149976.1.help.text"
-msgid "File Menu"
+#. 4s~I
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"par_id3161459\n"
+"14\n"
+"help.text"
+msgid "Open context menu for a column header in an open database table - choose <emph>Column Format - Format</emph> tab"
msgstr ""
-#: 00000401.xhp#par_id389416.help.text
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph></variable>"
+#. 0+Q$
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"par_id3147531\n"
+"15\n"
+"help.text"
+msgid "Choose <emph>Format - Axis - Y Axis - Numbers</emph> tab (Chart Documents)"
msgstr ""
-#: 00000401.xhp#par_id3154812.50.help.text
-msgid "Choose <emph>File - New</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
+#. mqX7
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"par_id3150823\n"
+"32\n"
+"help.text"
+msgid "Also as <emph>Number Format</emph> dialog for tables and fields in text documents: Choose <emph>Format - Number Format</emph>, or choose <emph>Insert - Fields - Other - Variables</emph> tab and select \"Additional formats\" in the <emph>Format</emph> list."
+msgstr ""
-#: 00000401.xhp#par_id3153070.186.help.text
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> Bar (the icon shows the type of the new document)"
+#. 3+V6
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"par_id3154923\n"
+"6\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CHART\">Choose <emph>Format - Title - Main Title - Alignment</emph> tab </caseinline><defaultinline>Choose <emph>Format - Cells - Alignment</emph> tab</defaultinline></switchinline>"
msgstr ""
-#: 00000401.xhp#par_id3150127.help.text
-#, fuzzy
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3156053\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150656\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150656\">ხატულა</alt></image>"
+#. hPJ.
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"par_id3149457\n"
+"7\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CHART\"></caseinline><defaultinline>Open context menu of a column header in a database table - choose <emph>Column Format - Alignment</emph> tab</defaultinline></switchinline>"
+msgstr ""
-#: 00000401.xhp#par_id3154232.199.help.text
-msgid "New"
-msgstr "ახალი"
+#. O%Qy
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"par_id3150400\n"
+"8\n"
+"help.text"
+msgid "<variable id=\"tabform\">Open context menu of a row header in a database table - choose <emph>Table Format</emph></variable>"
+msgstr ""
-#: 00000401.xhp#par_id3154894.179.help.text
-#, fuzzy
-msgid "Key <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+N"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
+#. (]oc
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"par_id3149650\n"
+"33\n"
+"help.text"
+msgid "<variable id=\"spaltform\">Open context menu of a column header in a database table - choose <emph>Column Format</emph></variable>"
+msgstr ""
-#: 00000401.xhp#par_id3157898.82.help.text
-msgid "Menu <emph>File - New</emph><emph>- Templates and Documents</emph>."
+#. ?|Io
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"par_id3153799\n"
+"34\n"
+"help.text"
+msgid "<variable id=\"zeilenloeschen\">Context menu for a row header in an open database table - <emph>Delete Rows</emph></variable>"
msgstr ""
-#: 00000401.xhp#par_id3149140.187.help.text
-#, fuzzy
-msgid "Key Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+N"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
+#. ;+hO
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"par_id3150495\n"
+"16\n"
+"help.text"
+msgid "Choose <emph>Modify - Flip</emph> ($[officename] Draw)"
+msgstr ""
-#: 00000401.xhp#par_id3149798.160.help.text
-#, fuzzy
-msgid "<variable id=\"etiketten\">Choose <emph>File - New - Labels</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+#. VB)-
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"par_id3155742\n"
+"17\n"
+"help.text"
+msgid "Choose <emph>Format - Graphics - Graphics</emph> tab"
+msgstr ""
-#: 00000401.xhp#par_id3147226.161.help.text
-msgid "<variable id=\"etikettenein\">Choose <emph>File - New - Labels - Labels</emph> tab</variable>"
+#. Q!Y2
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"par_id3158407\n"
+"35\n"
+"help.text"
+msgid "Open context menu - choose <emph>Flip</emph> (presentation documents)"
msgstr ""
-#: 00000401.xhp#par_id3154522.162.help.text
-msgid "Choose <emph>File - New - Labels - Format</emph> tab"
+#. 2]ew
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"par_id3150290\n"
+"20\n"
+"help.text"
+msgid "Choose <emph>Modify - Flip - Vertically</emph> ($[officename] Draw)"
msgstr ""
-#: 00000401.xhp#par_id3154983.163.help.text
-msgid "Choose <emph>File - New - Business Cards - Format</emph> tab"
+#. aqm:
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"par_id3153179\n"
+"21\n"
+"help.text"
+msgid "Choose <emph>Format - Graphics - Graphics</emph> tab"
msgstr ""
-#: 00000401.xhp#par_id3157958.164.help.text
-msgid "Choose <emph>File - New - Labels - Options</emph> tab"
+#. IkPE
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"par_id3157960\n"
+"36\n"
+"help.text"
+msgid "Open context menu - choose <emph>Flip - Vertically</emph> (presentation documents)"
msgstr ""
-#: 00000401.xhp#par_id3153311.165.help.text
-msgid "Choose <emph>File - New - Business Cards - Options</emph> tab"
+#. fo.5
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"par_id3153369\n"
+"26\n"
+"help.text"
+msgid "Choose <emph>Modify - Flip - Horizontally</emph> ($[officename] Draw)"
msgstr ""
-#: 00000401.xhp#par_id3152780.166.help.text
-msgid "<variable id=\"visikart\">Choose <emph>File - New - Business Cards</emph></variable>"
+#. B%B=
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"par_id3147348\n"
+"27\n"
+"help.text"
+msgid "Choose <emph>Format - Graphics</emph>, and then click the <emph>Graphics</emph> tab"
msgstr ""
-#: 00000401.xhp#par_id3156346.167.help.text
-msgid "<variable id=\"visikartform\">Choose <emph>File - New - Business Cards - Medium</emph> tab</variable>"
+#. 8E*C
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"par_id3156106\n"
+"42\n"
+"help.text"
+msgid "Choose <emph>Format - Flip - Horizontally</emph>"
msgstr ""
-#: 00000401.xhp#par_id3152824.168.help.text
-msgid "<variable id=\"viskartinhalt\">Choose <emph>File - New - Business Cards - Business cards</emph> tab</variable>"
+#. VBft
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"par_id3152578\n"
+"37\n"
+"help.text"
+msgid "Right-click a selected object, and then choose <emph>Flip - Horizontally</emph> ($[officename] Impress)"
msgstr ""
-#: 00000401.xhp#par_id3149819.169.help.text
-msgid "<variable id=\"viskartpriv\">Choose <emph>File - New - Business Cards - Private</emph> tab</variable>"
+#. \8Zj
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"par_id3147318\n"
+"38\n"
+"help.text"
+msgid "Choose <emph>Modify - Distribution</emph> ($[officename] Draw)"
msgstr ""
-#: 00000401.xhp#par_id3154897.170.help.text
-msgid "<variable id=\"viskartgesch\">Choose <emph>File - New - Business Cards - Business</emph> tab</variable>"
+#. hbWG
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"par_id3149064\n"
+"39\n"
+"help.text"
+msgid "Open context menu - choose <emph>Distribution</emph> ($[officename] Impress)"
msgstr ""
-#: 00000401.xhp#par_id3146137.7.help.text
-msgid "Choose <emph>File - Open</emph>"
-msgstr "Choose <emph>ფაილი - გახსნა</emph>"
+#. /`;W
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit Menu"
+msgstr "რედაქტირების მენიუ"
-#: 00000401.xhp#par_id3152944.83.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+O"
+#. wBlq
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"hd_id3147273\n"
+"1\n"
+"help.text"
+msgid "Edit Menu"
+msgstr "რედაქტირების მენიუ"
+
+#. 3)]7
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3085157\n"
+"2\n"
+"help.text"
+msgid "Choose <emph>Edit - Undo</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
+
+#. _^:B
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3145160\n"
+"564\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Z"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 00000401.xhp#par_id3155341.8.help.text
-msgctxt "00000401.xhp#par_id3155341.8.help.text"
-msgid "On the <emph>Standard</emph> Bar, click"
+#. t`%N
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3154094\n"
+"3\n"
+"help.text"
+msgid "On the <emph>Standard</emph> Bar or Table Data bar, click"
msgstr ""
-#: 00000401.xhp#par_id3155419.help.text
+#. bGAP
+#: 00000402.xhp
#, fuzzy
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3149415\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149716\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149716\">ხატულა</alt></image>"
+msgctxt ""
+"00000402.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>"
+msgstr "<image id=\"img_id3152427\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152427\">ხატულა</alt></image>"
-#: 00000401.xhp#par_id3156003.9.help.text
-msgctxt "00000401.xhp#par_id3156003.9.help.text"
-msgid "Open File"
-msgstr ""
+#. +%jq
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3148563\n"
+"4\n"
+"help.text"
+msgid "Undo"
+msgstr "დაბრუნება"
-#: 00000401.xhp#par_id3155388.174.help.text
-msgid "Menu <emph>File - Open</emph>, File type <emph>Text Encoded</emph> selected"
-msgstr ""
+#. 3g!-
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3145068\n"
+"5\n"
+"help.text"
+msgid "Choose <emph>Edit - Redo</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
-#: 00000401.xhp#par_id3154174.175.help.text
-msgid "Menu <emph>File - Save As</emph>, File type <emph>Text Encoded</emph> selected"
+#. |S@x
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3153897\n"
+"6\n"
+"help.text"
+msgid "On the <emph>Standard</emph> Bar, click"
msgstr ""
-#: 00000401.xhp#par_id3145609.109.help.text
+#. ux`7
+#: 00000402.xhp
#, fuzzy
-msgid "<variable id=\"autobrief\">Choose <emph>File - Wizards</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+msgctxt ""
+"00000402.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>"
+msgstr "<image id=\"img_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
-#: 00000401.xhp#par_id3149245.110.help.text
+#. @Deb
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3151211\n"
+"7\n"
+"help.text"
+msgid "Redo"
+msgstr "გამეორება"
+
+#. ~4Oq
+#: 00000402.xhp
#, fuzzy
-msgid "<variable id=\"autopilotbrief\">Choose <emph>File - Wizards - Letter</emph></variable>"
+msgctxt ""
+"00000402.xhp\n"
+"par_id3154365\n"
+"8\n"
+"help.text"
+msgid "<variable id=\"letzter\">Choose <emph>Edit - Repeat</emph></variable>"
msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000401.xhp#par_id3154758.111.help.text
-msgid "<variable id=\"autopilotbrief1\">Choose <emph>File - Wizards - Letter - Page design</emph></variable>"
-msgstr ""
+#. K#lE
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3149765\n"
+"9\n"
+"help.text"
+msgid "Choose <emph>Edit - Cut</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
-#: 00000401.xhp#par_id3152360.112.help.text
-msgid "<variable id=\"autopilotbrief2\">Choose <emph>File - Wizards - Letter - Letterhead layout</emph></variable>"
-msgstr ""
+#. ih\@
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3144762\n"
+"565\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+X"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 00000401.xhp#par_id3159413.113.help.text
-msgid "<variable id=\"autopilotbrief3\">Choose <emph>File - Wizards - Letter - Printed items</emph></variable>"
+#. RNgP
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3148744\n"
+"10\n"
+"help.text"
+msgid "On the <emph>Standard</emph> Bar, click"
msgstr ""
-#: 00000401.xhp#par_id3152771.114.help.text
-msgid "<variable id=\"autopilotbrief4\">Choose <emph>File - Wizards - Letter - Recipient and sender</emph></variable>"
-msgstr ""
+#. ixO)
+#: 00000402.xhp
+#, fuzzy
+msgctxt ""
+"00000402.xhp\n"
+"par_id3145173\n"
+"help.text"
+msgid "<image id=\"img_id3145744\" src=\"cmd/sc_helpmenu.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145744\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147100\" src=\"cmd/sc_open.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147100\">ხატულა</alt></image>"
-#: 00000401.xhp#par_id3153524.115.help.text
-msgid "<variable id=\"autopilotbrief5\">Choose <emph>File - Wizards - Letter - Footer</emph></variable>"
+#. l4V0
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3154153\n"
+"11\n"
+"help.text"
+msgid "Cut"
msgstr ""
-#: 00000401.xhp#par_id3154224.116.help.text
-msgid "<variable id=\"autopilotbrief6\">Choose <emph>File - Wizards - Letter - </emph><emph>Name and Location</emph></variable>"
+#. G#/*
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3150742\n"
+"12\n"
+"help.text"
+msgid "Choose <emph>Edit - Copy</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
+
+#. XPQR
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3148923\n"
+"566\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
+
+#. ylmZ
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3159254\n"
+"13\n"
+"help.text"
+msgid "On the <emph>Standard</emph> Bar, click"
msgstr ""
-#: 00000401.xhp#par_id3144760.120.help.text
+#. Kb6`
+#: 00000402.xhp
#, fuzzy
-msgid "<variable id=\"autopilotfax\">Choose <emph>File - Wizards - Fax</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+msgctxt ""
+"00000402.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>"
+msgstr "<image id=\"img_id3152427\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152427\">ხატულა</alt></image>"
-#: 00000401.xhp#par_id3147085.121.help.text
-msgid "<variable id=\"autopilotfax1\">Choose <emph>File - Wizards - Fax - Page Design</emph></variable>"
+#. ;G5\
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3150685\n"
+"14\n"
+"help.text"
+msgid "Copy"
msgstr ""
-#: 00000401.xhp#par_id3151042.209.help.text
-msgid "<variable id=\"autopilotfax2\">Choose <emph>File - Wizards - Fax - Items to include</emph></variable>"
-msgstr ""
+#. 9M/w
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3159153\n"
+"15\n"
+"help.text"
+msgid "Choose <emph>Edit - Paste</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
-#: 00000401.xhp#par_id3154330.122.help.text
-msgid "<variable id=\"autopilotfax3\">Choose <emph>File - Wizards - Fax - Sender and Recipient</emph></variable>"
-msgstr ""
+#. ]J\;
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3155860\n"
+"567\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 00000401.xhp#par_id3150651.123.help.text
-msgid "<variable id=\"autopilotfax4\">Choose <emph>File - Wizards - Fax - Footer</emph></variable>"
+#. LO)Q
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3159083\n"
+"16\n"
+"help.text"
+msgid "On the <emph>Standard</emph> Bar, click"
msgstr ""
-#: 00000401.xhp#par_id3154685.124.help.text
-msgid "<variable id=\"autopilotfax5\">Choose <emph>File - Wizards - Fax - Name and location</emph></variable>"
+#. /l$)
+#: 00000402.xhp
+#, fuzzy
+msgctxt ""
+"00000402.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>"
+msgstr "<image id=\"img_id3149716\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149716\">ხატულა</alt></image>"
+
+#. |6tF
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3154471\n"
+"17\n"
+"help.text"
+msgid "Paste"
msgstr ""
-#: 00000401.xhp#par_id3153190.131.help.text
+#. |=/T
+#: 00000402.xhp
#, fuzzy
-msgid "<variable id=\"autopilotagenda\">Choose <emph>File - Wizards - Agenda</emph></variable>"
+msgctxt ""
+"00000402.xhp\n"
+"par_id3152791\n"
+"532\n"
+"help.text"
+msgid "<variable id=\"inhalte\">Choose <emph>Edit - Paste Special</emph></variable>"
msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000401.xhp#par_id3155860.132.help.text
-msgid "<variable id=\"autopilotagenda1\">Choose <emph>File - Wizards - Agenda - Page Design</emph></variable>"
-msgstr ""
+#. E^;l
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3148555\n"
+"533\n"
+"help.text"
+msgid "Choose <emph>Edit - Select All</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
-#: 00000401.xhp#par_id3146906.133.help.text
-msgid "<variable id=\"autopilotagenda2\">Choose <emph>File - Wizards - Agenda - General Attributes</emph></variable>"
-msgstr ""
+#. H4B[
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3152417\n"
+"568\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 00000401.xhp#par_id3152578.134.help.text
-msgid "<variable id=\"autopilotagenda3\">Choose <emph>File - Wizards - Agenda - Headings</emph></variable>"
-msgstr ""
+#. @sPC
+#: 00000402.xhp
+#, fuzzy
+msgctxt ""
+"00000402.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>"
+msgstr "<image id=\"img_id3155135\" src=\"cmd/sc_subscript.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155135\">ხატულა</alt></image>"
-#: 00000401.xhp#par_id3155368.135.help.text
-msgid "<variable id=\"autopilotagenda4\">Choose <emph>File - Wizards - Agenda - Names</emph></variable>"
-msgstr ""
+#. rPp5
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3153139\n"
+"575\n"
+"help.text"
+msgid "Select All"
+msgstr "ყველაფრის მონიშვნა"
-#: 00000401.xhp#par_id3146923.205.help.text
-msgid "<variable id=\"autopilotagenda5\">Choose <emph>File - Wizards - Agenda - Topics</emph></variable>"
-msgstr ""
+#. rKka
+#: 00000402.xhp
+#, fuzzy
+msgctxt ""
+"00000402.xhp\n"
+"par_id3145251\n"
+"555\n"
+"help.text"
+msgid "<variable id=\"aenderungen\">Choose <emph>Edit - Changes</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000401.xhp#par_id3149066.136.help.text
-msgid "<variable id=\"autopilotagenda6\">Choose <emph>File - Wizards - Agenda - Title and Location</emph></variable>"
-msgstr ""
+#. .yY#
+#: 00000402.xhp
+#, fuzzy
+msgctxt ""
+"00000402.xhp\n"
+"par_id3153336\n"
+"556\n"
+"help.text"
+msgid "<variable id=\"aufzeichnen\">Choose <emph>Edit - Changes - Record</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000401.xhp#par_id3149288.102.help.text
-msgid "<variable id=\"dtapt\">Choose <emph>File - Wizards - Presentation</emph></variable>"
+#. 0X/v
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3150594\n"
+"557\n"
+"help.text"
+msgid "<variable id=\"anzeigen\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Choose <emph>Edit - Changes - Show</emph></caseinline><caseinline select=\"CALC\">Choose <emph>Edit - Changes - Show</emph></caseinline></switchinline></variable>"
msgstr ""
-#: 00000401.xhp#par_id3146986.103.help.text
-msgid "<variable id=\"dtapse\">Choose <emph>File - Wizards - Presentation - Page 1</emph></variable>"
-msgstr ""
+#. pdF]
+#: 00000402.xhp
+#, fuzzy
+msgctxt ""
+"00000402.xhp\n"
+"par_id3153845\n"
+"558\n"
+"help.text"
+msgid "<variable id=\"rotlinie\">Choose <emph>Edit - Changes - Accept or Reject</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000401.xhp#par_id3154919.104.help.text
-msgid "<variable id=\"dtapsz\">Choose <emph>File - Wizards - Presentation - Page 2</emph></variable>"
+#. \Dad
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3148587\n"
+"559\n"
+"help.text"
+msgid "Choose <emph>Edit - Changes - Accept or Reject - List</emph> tab"
msgstr ""
-#: 00000401.xhp#par_id3151351.105.help.text
-msgid "<variable id=\"dtapsd\">Choose <emph>File - Wizards - Presentation - Page 3</emph></variable>"
+#. GWlP
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3150396\n"
+"574\n"
+"help.text"
+msgid "Choose <emph>Format - AutoCorrect - Apply and Edit Changes.</emph> AutoCorrect dialog appears, click <emph>Edit Changes</emph> button, see <emph>List</emph> tab page"
msgstr ""
-#: 00000401.xhp#par_id3147317.106.help.text
-msgid "<variable id=\"dtapsv\">Choose <emph>File - Wizards - Presentation - Page 4</emph></variable>"
+#. ~mom
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3153878\n"
+"560\n"
+"help.text"
+msgid "<variable id=\"rotliniefilter\">Choose <emph>Edit - Changes - Accept or Reject - Filter</emph> tab </variable>"
msgstr ""
-#: 00000401.xhp#par_id3145592.107.help.text
-msgid "<variable id=\"dtapsf\">Choose <emph>File - Wizards - Presentation - Page 5</emph></variable>"
+#. ZQ{F
+#: 00000402.xhp
+#, fuzzy
+msgctxt ""
+"00000402.xhp\n"
+"par_id3151281\n"
+"561\n"
+"help.text"
+msgid "<variable id=\"einfuegen\">Choose <emph>Edit - Changes - Merge Document</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+
+#. 0o3N
+#: 00000402.xhp
+#, fuzzy
+msgctxt ""
+"00000402.xhp\n"
+"par_id3153224\n"
+"562\n"
+"help.text"
+msgid "<variable id=\"dvergl\">Choose <emph>Edit - Compare Document</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+
+#. rHU!
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3148773\n"
+"563\n"
+"help.text"
+msgid "Choose <emph>Edit - Changes - Comment</emph>"
msgstr ""
-#: 00000401.xhp#par_idN10C46.help.text
-msgid "<variable id=\"autopilotformular\">Click <emph>Use Wizard to Create Form</emph> in a database file window.</variable>"
+#. mku_
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3149488\n"
+"571\n"
+"help.text"
+msgid "Choose <emph>Edit - Changes - Accept or Reject - List</emph> tab. Click an entry in the list and open the context menu. Choose <emph>Edit Comment</emph>"
msgstr ""
-#: 00000401.xhp#par_idN10C5F.help.text
-msgid "<variable id=\"autopilotreport\">Click <emph>Use Wizard to Create Report</emph> in a database file window.</variable>"
+#. t|1r
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3156297\n"
+"49\n"
+"help.text"
+msgid "Choose <emph>Edit - Find & Replace</emph>"
msgstr ""
-#: 00000401.xhp#par_idN10C24.help.text
+#. u.T4
+#: 00000402.xhp
#, fuzzy
-msgid "<variable id=\"webwizard\">Choose <emph>File - Wizards - Web Page</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+msgctxt ""
+"00000402.xhp\n"
+"par_id3154503\n"
+"569\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+H"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 00000401.xhp#par_id3154064.143.help.text
-msgid "<variable id=\"gruppen\">In form design, click the <emph>Group Box</emph> icon on the toolbar and use the mouse to create a frame.</variable>"
-msgstr ""
+#. [P-P
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3155083\n"
+"456\n"
+"help.text"
+msgid "On Standard bar, click"
+msgstr "სტანდარტულ ზოლზე დააწაკპუნეთ"
-#: 00000401.xhp#par_id3152807.144.help.text
-msgid "<variable id=\"gruppen1\">In form design, click the <emph>Group Box</emph> icon on the toolbar and use the mouse to create a frame - Wizards page 1</variable>"
-msgstr ""
+#. |H5I
+#: 00000402.xhp
+#, fuzzy
+msgctxt ""
+"00000402.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>"
+msgstr "<image id=\"img_id3149716\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149716\">ხატულა</alt></image>"
-#: 00000401.xhp#par_id3150571.148.help.text
-msgid "<variable id=\"gruppen2\">In form design, click the <emph>Group Box</emph> icon on the toolbar and use the mouse to create a frame - Wizards page 2</variable>"
-msgstr ""
+#. !2b^
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3144748\n"
+"50\n"
+"help.text"
+msgid "Find & Replace"
+msgstr "ძებნა და ჩანაცვლება"
-#: 00000401.xhp#par_id3145251.145.help.text
-msgid "<variable id=\"gruppen3\">In form design, click the <emph>Group Box</emph> icon on the toolbar and use the mouse to create a frame - Wizards page 3</variable>"
+#. 2;zF
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3156357\n"
+"552\n"
+"help.text"
+msgid "<variable id=\"suchenattribute\">Choose <emph>Edit - Find & Replace - Attributes</emph></variable>"
msgstr ""
-#: 00000401.xhp#par_id3156109.146.help.text
-msgid "<variable id=\"gruppen4\">In form design, click the <emph>Group Box</emph> icon on the toolbar and use the mouse to create a frame - Wizards page 4, there must be a database connection.</variable>"
+#. XAd:
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3153840\n"
+"553\n"
+"help.text"
+msgid "<variable id=\"suchenformat\">Choose <emph>Edit - Find & Replace - Format</emph> button </variable>"
msgstr ""
-#: 00000401.xhp#par_id3159347.147.help.text
-msgid "<variable id=\"gruppen5\">In form design, click the <emph>Group Box</emph> icon on the toolbar and use the mouse to create a frame - last page of Wizards</variable>"
+#. *CtR
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3146971\n"
+"554\n"
+"help.text"
+msgid "Choose <emph>Edit - Find & Replace - Similarity search</emph> check box and <emph>...</emph> button."
msgstr ""
-#: 00000401.xhp#par_id3153417.150.help.text
-msgid "<variable id=\"autopilotmsimport\">Choose <emph>File - Wizards - Document Converter</emph></variable>"
+#. j_K;
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3153709\n"
+"572\n"
+"help.text"
+msgid "On the <emph>Table Data</emph> Bar, click <emph>Find</emph> icon - <emph>Similarity search</emph> check box - <emph>...</emph> button (database table view)"
msgstr ""
-#: 00000401.xhp#par_id3150715.151.help.text
-msgid "<variable id=\"autopilotmsimport1\">Choose <emph>File - Wizards - Document Converter</emph></variable>"
+#. I%[)
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3150749\n"
+"573\n"
+"help.text"
+msgid "On <emph>Form Design</emph> Bar, click <emph>Record Search</emph> - <emph>Similarity search</emph> check box - <emph>...</emph> button (form view)"
msgstr ""
-#: 00000401.xhp#par_id3154274.149.help.text
-msgid "<variable id=\"autopilotmsimport2\">Choose <emph>File - Wizards - Document Converter</emph></variable>"
-msgstr ""
+#. (ud^
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3152960\n"
+"534\n"
+"help.text"
+msgid "Choose <emph>View - Navigator</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
-#: 00000401.xhp#par_id3146912.171.help.text
-msgid "<variable id=\"euro\">Choose <emph>File - Wizards - Euro Converter</emph></variable>"
+#. *BZ{
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3163824\n"
+"535\n"
+"help.text"
+msgid "On <emph>Standard</emph> Bar, click"
msgstr ""
-#: 00000401.xhp#par_id3152962.198.help.text
-msgid "Menu <emph>File - Wizards - Address Data Source</emph>"
-msgstr ""
+#. !W?c
+#: 00000402.xhp
+#, fuzzy
+msgctxt ""
+"00000402.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>"
+msgstr "<image id=\"img_id3147502\" src=\"cmd/sc_aligntop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147502\">ხატულა</alt></image>"
-#: 00000401.xhp#par_id3145206.191.help.text
-msgid "<variable id=\"addressimport2\"><emph>Address Data Source Wizards</emph> - <emph>Additional settings</emph></variable>"
+#. L=Dx
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3147359\n"
+"536\n"
+"help.text"
+msgid "Navigator On/Off"
+msgstr "ნავიგატორი ჩართთულია/გამორთულია"
+
+#. FN`)
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3147338\n"
+"576\n"
+"help.text"
+msgid "<variable id=\"litdat\">Choose <emph>Tools - Bibliography Database</emph></variable>"
msgstr ""
-#: 00000401.xhp#par_id3154756.192.help.text
-msgid "<variable id=\"addressimport3\"><emph>Address Data Source Wizards</emph> - <emph>Select table</emph></variable>"
+#. YIO2
+#: 00000402.xhp
+#, fuzzy
+msgctxt ""
+"00000402.xhp\n"
+"par_id3149281\n"
+"538\n"
+"help.text"
+msgid "<variable id=\"link\">Choose <emph>Edit - Links</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+
+#. Ox30
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3159339\n"
+"551\n"
+"help.text"
+msgid "<variable id=\"linkae\">Choose <emph>Edit - Links - Modify Link</emph> (DDE links only) </variable>"
msgstr ""
-#: 00000401.xhp#par_id3153924.193.help.text
-msgid "<variable id=\"addressimport4\"><emph>Address Data Source Wizards</emph><emph>- Data source title</emph></variable>"
+#. ima(
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3148927\n"
+"543\n"
+"help.text"
+msgid "Select a frame, then choose <emph>Edit - Object - Properties</emph>"
msgstr ""
-#: 00000401.xhp#par_id3148995.194.help.text
-msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards</emph> - <emph>Field assignment</emph></variable>"
+#. ]PFA
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3156315\n"
+"577\n"
+"help.text"
+msgid "Open context menu of selected frame - choose <emph>Properties</emph>"
msgstr ""
-#: 00000401.xhp#par_id3147338.57.help.text
+#. |Z58
+#: 00000402.xhp
#, fuzzy
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph></variable>"
+msgctxt ""
+"00000402.xhp\n"
+"par_id3151251\n"
+"545\n"
+"help.text"
+msgid "<variable id=\"plugin\">Choose <emph>Edit - Plug-in</emph></variable>"
msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000401.xhp#par_id3156717.10.help.text
-msgid "Choose <emph>File - Save</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
-
-#: 00000401.xhp#par_id3147533.84.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+S"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
+#. 2F@M
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3156091\n"
+"546\n"
+"help.text"
+msgid "<variable id=\"imagemap\">Choose <emph>Edit - ImageMap</emph> (also in context menu of selected object) </variable>"
+msgstr ""
-#: 00000401.xhp#par_id3148930.11.help.text
-msgid "On Standard or Table Data Bar, click"
+#. Uv^#
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3155936\n"
+"550\n"
+"help.text"
+msgid "<variable id=\"imapeigbea\">Choose <emph>Edit - ImageMap</emph>, then select a section of the ImageMap and click <emph>Properties - Description</emph></variable>"
msgstr ""
-#: 00000401.xhp#par_id3156712.help.text
+#. q8*P
+#: 00000402.xhp
#, fuzzy
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3155939\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
+msgctxt ""
+"00000402.xhp\n"
+"par_id3149259\n"
+"547\n"
+"help.text"
+msgid "<variable id=\"edit1\">Choose <emph>Edit - Object</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000401.xhp#par_id3149109.12.help.text
-msgid "Save"
-msgstr "შენახვა"
+#. \O+V
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3154966\n"
+"548\n"
+"help.text"
+msgid "<variable id=\"edit2\">Choose <emph>Edit - Object - Edit</emph>, also in the context menu of selected object </variable>"
+msgstr ""
-#: 00000401.xhp#par_idN10F11.help.text
+#. lV`N
+#: 00000402.xhp
#, fuzzy
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id8276619\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
+msgctxt ""
+"00000402.xhp\n"
+"par_id3149565\n"
+"549\n"
+"help.text"
+msgid "<variable id=\"edit3\">Choose <emph>Edit - Object - Open</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000401.xhp#par_idN10F2E.help.text
-msgctxt "00000401.xhp#par_idN10F2E.help.text"
-msgid "Save As"
-msgstr ""
+#. WfTI
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"tit\n"
+"help.text"
+msgid "Glossary of Internet Terms"
+msgstr "ინტერნეტ ტერმინების სიტყვანი"
-#: 00000401.xhp#par_id3150300.99.help.text
-msgid "<variable id=\"htmlspeichern\">$[officename] Draw or $[officename] Impress menu <emph>File - Export</emph>, select \"HTML Document\" file type, this dialog opens automatically</variable>"
+#. :La$
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"bm_id3150702\n"
+"help.text"
+msgid "<bookmark_value>Internet glossary</bookmark_value><bookmark_value>common terms;Internet glossary</bookmark_value><bookmark_value>glossaries;Internet terms</bookmark_value><bookmark_value>terminology;Internet glossary</bookmark_value>"
+msgstr "<bookmark_value>ინტერნეტ სიტყვანი</bookmark_value><bookmark_value>საერთო ტერმინები;ინტერნეტ სიტყვანი</bookmark_value><bookmark_value>სიტყვანი;ინტერნეტ ტერმინები</bookmark_value><bookmark_value>ტერმინოლოგია;ინტერნეტ სიტყვანი</bookmark_value>"
+
+#. P6R0
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3150702\n"
+"1\n"
+"help.text"
+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>"
+
+#. 3(ak
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3155577\n"
+"2\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 ""
-#: 00000401.xhp#par_id3153387.137.help.text
-msgid "<variable id=\"htmlspeichern1\">$[officename] Draw/$[officename] Impress menu<emph> File - Export</emph>, select HTML file type, page 1 of the wizard</variable>"
+#. R[@4
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3153146\n"
+"36\n"
+"help.text"
+msgid "Frames"
+msgstr "ჩარჩოები"
+
+#. OA7r
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3157909\n"
+"37\n"
+"help.text"
+msgid "Frames are useful for designing the layout of <link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> pages. $[officename] uses floating frames into which you can place objects such as graphics, movie files and sound. The context menu of a frame shows the options for restoring or editing frame contents. Some of these commands are also listed in <emph>Edit - Object</emph> when the frame is selected."
msgstr ""
-#: 00000401.xhp#par_id3154021.138.help.text
-msgid "<variable id=\"htmlspeichern2\">$[officename] Draw/$[officename] Impress menu<emph> File - Export</emph>, select HTML file type, page 2 of the wizard</variable>"
+#. .+.H
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3147077\n"
+"43\n"
+"help.text"
+msgid "FTP"
+msgstr "FTP"
+
+#. QAWm
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3147335\n"
+"44\n"
+"help.text"
+msgid "FTP stands for File Transfer Protocol and is the standard transfer protocol for files in the Internet. An FTP server is a program on a computer connected to the Internet which stores files to be transmitted with the aid of FTP. While FTP is responsible for transmitting and downloading Internet files, <link href=\"text/shared/00/00000002.xhp#http\" name=\"HTTP\">HTTP</link> (Hypertext Transfer Protocol) provides the connection setup and data transfer between WWW servers and clients."
msgstr ""
-#: 00000401.xhp#par_id3147246.159.help.text
-msgid "<variable id=\"htmlspeichern3\">$[officename] Draw/$[officename] Impress menu<emph> File - Export</emph>, select HTML file type, page 3 of the wizard</variable>"
+#. o*%x
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"bm_id3145609\n"
+"help.text"
+msgid "<bookmark_value>HTML; definition</bookmark_value>"
+msgstr "<bookmark_value>HTML; განსაზღვრება</bookmark_value>"
+
+#. Y]!:
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3145609\n"
+"56\n"
+"help.text"
+msgid "HTML"
+msgstr "HTML"
+
+#. `A.7
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3161459\n"
+"57\n"
+"help.text"
+msgid "HTML (Hypertext Markup Language) is a document code language, which is used as the file format for WWW documents. It is derived from <link href=\"text/shared/00/00000002.xhp#sgml\" name=\"SGML\">SGML</link> and integrates text, graphics, videos and sound."
msgstr ""
-#: 00000401.xhp#par_id3145131.140.help.text
-msgid "<variable id=\"htmlspeichern4\">$[officename] Draw/$[officename] Impress menu<emph> File - Export</emph>, select HTML file type, page 4 of the wizard</variable>"
+#. (^O6
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3154346\n"
+"58\n"
+"help.text"
+msgid "If you want to type HTML commands directly, for example when doing exercises from one of the many available HTML books, remember that HTML pages are pure text files. Save your document under the document type <emph>Text </emph>and give it the file name extension .HTML. Be sure there are no umlauts or other special characters of the extended character set. If you want to re-open this file in $[officename] and edit the HTML code, you must load it with the file type <emph>Text</emph> and not with the file type <emph>Web pages</emph>."
msgstr ""
-#: 00000401.xhp#par_id3150235.141.help.text
-msgid "<variable id=\"htmlspeichern5\">$[officename] Draw/$[officename] Impress menu<emph> File - Export</emph>, select HTML file type, page 5 of the wizard</variable>"
+#. I/r]
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3153960\n"
+"244\n"
+"help.text"
+msgid "There are several references on the Internet providing an introduction to the HTML language."
msgstr ""
-#: 00000401.xhp#par_id3145762.142.help.text
-msgid "<variable id=\"htmlspeichern6\">$[officename] Draw/$[officename] Impress menu<emph> File - Export</emph>, select HTML file type, page 6 of the wizard</variable>"
+#. ;6_$
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3147423\n"
+"59\n"
+"help.text"
+msgid "HTTP"
+msgstr "HTTP"
+
+#. md/;
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3153379\n"
+"60\n"
+"help.text"
+msgid "The Hypertext Transfer Protocol is a record of transmission of WWW documents between WWW servers (hosts) and browsers (clients)."
msgstr ""
-#: 00000401.xhp#par_id3149735.help.text
-#, fuzzy
-msgid "<variable id=\"exportgraphic\">Choose <emph>File - Export</emph>, select a graphics file type, dialog opens automatically</variable>"
-msgstr "<variable id=\"dtvlc\">ამოირჩიეთ <emph>ფაილი - ექსპორტი</emph></variable>"
+#. ^?MX
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"bm_id3149290\n"
+"help.text"
+msgid "<bookmark_value>hyperlinks; definition</bookmark_value>"
+msgstr "<bookmark_value>ბმულები; განსაზღვრება</bookmark_value>"
-#: 00000401.xhp#par_id3154901.58.help.text
-#, fuzzy
-msgid "<variable id=\"saveall\">Choose <emph>File - Save All</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+#. 9OQ}
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3149290\n"
+"61\n"
+"help.text"
+msgid "Hyperlink"
+msgstr "ბმული"
-#: 00000401.xhp#par_id3152479.59.help.text
-#, fuzzy
-msgid "<variable id=\"saveas\">Choose <emph>File - Save As</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+#. ~g\s
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3145420\n"
+"62\n"
+"help.text"
+msgid "Hyperlinks are cross-references, highlighted in text in various colors and activated by mouse-click. With the aid of hyperlinks, readers can jump to specific information within a document as well as to related information in other documents."
+msgstr ""
-#: 00000401.xhp#par_id3148392.60.help.text
-msgid "Choose <emph>File - Reload</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
+#. 9nWT
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3156281\n"
+"63\n"
+"help.text"
+msgid "In $[officename] you can assign hyperlinks to text as well as to graphics and text frames (see the Hyperlink Dialog icon on the Standard bar)."
+msgstr ""
-#: 00000401.xhp#par_id3166425.61.help.text
-#, fuzzy
-msgid "<variable id=\"info1\">Choose <emph>File - Properties</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+#. v/T9
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"bm_id3152805\n"
+"help.text"
+msgid "<bookmark_value>ImageMap; definition</bookmark_value>"
+msgstr "<bookmark_value>იმიჯმეფი; განსაზღვრება</bookmark_value>"
-#: 00000401.xhp#par_id3150381.62.help.text
-#, fuzzy
-msgid "<variable id=\"info2\">Choose <emph>File - Properties - General</emph> tab</variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+#. nx?6
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3152805\n"
+"64\n"
+"help.text"
+msgid "ImageMap"
+msgstr "იმიჯმეფი"
-#: 00000401.xhp#par_idN11163.help.text
-msgid "Choose <emph>File - Digital Signatures</emph>"
+#. 5@=}
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3154685\n"
+"65\n"
+"help.text"
+msgid "An ImageMap is a reference-sensitive graphic or text frame. You can click on defined areas of the graphic or text frame to go to a target (<link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link>), which is linked with the area. The reference areas, along with the linked URLs and corresponding text displayed when resting the mouse pointer on these areas, are defined in the <link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap Editor\">ImageMap Editor</link>."
msgstr ""
-#: 00000401.xhp#par_idN11168.help.text
-msgid "Choose <emph>Tools - Macros - Digital Signature</emph>"
+#. IUCC
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3153178\n"
+"66\n"
+"help.text"
+msgid "There are two different types of ImageMaps. A Client Side ImageMap is evaluated on the client computer, which loaded the graphic from the Internet, while a Server Side ImageMap is evaluated on the server computer which provides the <link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> page on the Internet. In server evaluation, clicking an ImageMap sends the relative coordinates of the cursor within the image to the server, and a dedicated program on the server responds. In the client evaluation, clicking a defined hotspot of the ImageMap activates the URL, as if it were a normal text link. The URL appears below the mouse pointer when passing across the ImageMap."
msgstr ""
-#: 00000401.xhp#par_idN11156.help.text
-msgid "Choose <emph>File - Properties - General</emph> tab, click <emph>Digital Signatures</emph> button "
+#. CpSL
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3150740\n"
+"67\n"
+"help.text"
+msgid "As ImageMaps can be used in different ways, they can be stored in different formats."
msgstr ""
-#: 00000401.xhp#par_idN1117E.help.text
-msgid "Double-click the Signature field on the Status Bar."
-msgstr ""
+#. h2d\
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3146874\n"
+"68\n"
+"help.text"
+msgid "ImageMap Formats"
+msgstr "იმიჯმეფის ფორმატები"
-#: 00000401.xhp#par_idN11173.help.text
-msgid "<variable id=\"digitalsigsel\">Choose <emph>File - Properties - General</emph> tab, click <emph>Digital Signatures</emph> button, then click <emph>Add</emph> button</variable>"
+#. kkdX
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3145153\n"
+"69\n"
+"help.text"
+msgid "ImageMaps are basically divided between those that are analyzed on the server (i. e. your Internet provider) and those analyzed on the web browser of the reader's computer."
msgstr ""
-#: 00000401.xhp#par_id3150662.63.help.text
-#, fuzzy
-msgid "<variable id=\"info3\">Choose <emph>File - Properties - Description</emph> tab</variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+#. +(iD
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"bm_id3152881\n"
+"help.text"
+msgid "<bookmark_value>Server Side ImageMap</bookmark_value>"
+msgstr "<bookmark_value>სერვერული იმიჯმეფი</bookmark_value>"
-#: 00000401.xhp#par_id3153792.64.help.text
-msgid "<variable id=\"info4\">Choose <emph>File - Properties - Custom Properties</emph> tab</variable>"
+#. .FmX
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3152881\n"
+"70\n"
+"help.text"
+msgid "Server Side ImageMaps"
+msgstr "სერვერული იმიჯმეფები"
+
+#. wtD{
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3153057\n"
+"71\n"
+"help.text"
+msgid "Server Side ImageMaps appear for the reader as a picture or frame on the page. Click on the ImageMap with the mouse, and the coordinates of the relative position are sent to the server. Aided by an extra program, the server then determines the next step to take. There are several incompatible methods to define this process, the two most common being:"
msgstr ""
-#: 00000401.xhp#par_id3153701.65.help.text
-#, fuzzy
-msgid "<variable id=\"info5\">Choose <emph>File - Properties - Statistics</emph> tab</variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+#. KJ$C
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3147502\n"
+"72\n"
+"help.text"
+msgid "W3C (CERN) HTTP Server (Format type: MAP - CERN)"
+msgstr "W3C (CERN) HTTP სერვერი (ფომეტის ტიპი: MAP - CERN)"
-#: 00000401.xhp#par_id315370199.help.text
-#, fuzzy
-msgid "<variable id=\"infosec\">Choose <emph>File - Properties - Security</emph> tab</variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+#. !Z5o
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3154011\n"
+"73\n"
+"help.text"
+msgid "NCSA HTTP Server (Format type: MAP - NCSA)"
+msgstr "NCSA HTTP სერვერი (ფორმატის ტიპი: MAP - NCSA)"
-#: 00000401.xhp#par_id3149570.66.help.text
-#, fuzzy
-msgid "<variable id=\"info6\">Choose <emph>File - Properties - Internet</emph> tab</variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+#. k+.g
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3149483\n"
+"74\n"
+"help.text"
+msgid "$[officename] creates ImageMaps for both methods. Select the format from the <emph>File type </emph>list in the <emph>Save As </emph>dialog in the <emph>ImageMap Editor</emph>. Separate Map Files are created which you must upload to the server. You will need to ask your provider or network administrator which type of ImageMaps are supported by the server and how to access the evaluation program."
+msgstr ""
-#: 00000401.xhp#par_id3154275.67.help.text
-#, fuzzy
-msgid "<variable id=\"dokuvorlage\">Choose <emph>File - Templates</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+#. GmUy
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"bm_id3152418\n"
+"help.text"
+msgid "<bookmark_value>Client Side ImageMap</bookmark_value>"
+msgstr "<bookmark_value>კლიენტის იმიჯმეფი</bookmark_value>"
-#: 00000401.xhp#par_id3153199.68.help.text
-msgid "<variable id=\"verwalten\">Choose <emph>File - Templates - Organize</emph></variable>"
+#. 2DJ%
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3152418\n"
+"75\n"
+"help.text"
+msgid "Client Side ImageMap"
+msgstr "კლიენტის იმიჯმეფი"
+
+#. CU\4
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3151290\n"
+"76\n"
+"help.text"
+msgid "The area of the picture or frame where the reader can click is indicated by the appearance of the linked <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link> when the mouse passes over the area. The ImageMap is stored in a layer below the picture and contains information about the referenced regions. The only disadvantage of Client Side ImageMaps is that older Web browsers cannot read them; a disadvantage that will, however, resolve itself in time."
msgstr ""
-#: 00000401.xhp#par_id3157970.176.help.text
-msgid "Choose <emph>File - Templates - Organize - Address Book</emph> button"
+#. nPvN
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3149664\n"
+"77\n"
+"help.text"
+msgid "When saving the ImageMap, select the file type <emph>SIP - StarView ImageMap</emph>. This saves the ImageMap directly in a format which can be applied to every active picture or frame in your document. However, if you just want to use the ImageMap on the current picture or text frame, you do not have to save it in any special format. After defining the regions, simply click <emph>Apply</emph>. Nothing more is necessary. Client Side ImageMaps saved in <link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> format are inserted directly into the page in HTML code."
msgstr ""
-#: 00000401.xhp#par_id3155377.178.help.text
-msgid "Choose <emph>File - Templates - Address Book Source</emph>"
+#. =g36
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"bm_id3159125\n"
+"help.text"
+msgid "<bookmark_value>Java; definition</bookmark_value>"
+msgstr "<bookmark_value>Java; განსაზღვრება</bookmark_value>"
+
+#. s#]/
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3159125\n"
+"92\n"
+"help.text"
+msgid "Java"
+msgstr "Java"
+
+#. !Z8j
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3153188\n"
+"93\n"
+"help.text"
+msgid "The Java programming language is a platform independent programming language that is especially suited for use in the Internet. Web pages and applications programmed with Java class files can be used on all modern operating systems. Programs using Java programming language are usually developed in a Java development environment and then compiled to a \"byte code\"."
msgstr ""
-#: 00000401.xhp#par_id3154386.177.help.text
-msgid "Menu <emph>File - Templates - Address Book Source, </emph>then <emph>Configure</emph> button"
+#. bf{n
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"bm_id3159153\n"
+"help.text"
+msgid "<bookmark_value>plug-ins; definition</bookmark_value>"
+msgstr "<bookmark_value>დანამატი; განსაზღვრება</bookmark_value>"
+
+#. 9T8W
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3159153\n"
+"107\n"
+"help.text"
+msgid "Plug-In"
+msgstr "დანამატი"
+
+#. pZdi
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3154127\n"
+"109\n"
+"help.text"
+msgid "Extensions providing additional functionality in Web browsers are referred to as Plug-Ins."
msgstr ""
-#: 00000401.xhp#par_id3154323.189.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Choose <emph>View</emph> - <emph>Data sources</emph></caseinline><caseinline select=\"CALC\">Choose <emph>View</emph> - <emph>Data sources</emph></caseinline></switchinline>"
+#. |aw\
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3147484\n"
+"108\n"
+"help.text"
+msgid "A Plug-In is a term used in various contexts:"
msgstr ""
-#: 00000401.xhp#par_id3150516.172.help.text
-msgid "<variable id=\"dokuspei\">Choose <emph>File - Templates - Save</emph></variable>"
+#. ;LUM
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3168608\n"
+"172\n"
+"help.text"
+msgid "Plug-Ins in $[officename]"
+msgstr "დანამატები $[officename]-ში"
+
+#. 7Q.H
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3149910\n"
+"111\n"
+"help.text"
+msgid "You will notice in $[officename] that the <emph>Formatting</emph> Bar changes after certain operations. For example, if you insert a formula into your text document, you see icons for editing the formula, in fact the same icons you see in formula documents. In this sense, we refer to the formula as a plug-in within the text document."
msgstr ""
-#: 00000401.xhp#par_id3149917.173.help.text
-#, fuzzy
-msgid "<variable id=\"dokubear\">Choose <emph>File - Templates - Edit</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+#. EbqE
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3148387\n"
+"177\n"
+"help.text"
+msgid "Using Plug-Ins to extend your programs"
+msgstr "გამოიყენეთ დანამატები თქვენი პროგრამის შესაძლებლობების გასაზრდელად"
-#: 00000401.xhp#par_id3154930.69.help.text
-msgid "Menu<emph> File - Page Preview</emph>"
+#. ce*R
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3156737\n"
+"114\n"
+"help.text"
+msgid "Plug-ins, generally speaking, are software additions to particular applications which provide enhanced functionality. Often import and export filters for various file formats are stored as plug-ins in a plug-in directory."
msgstr ""
-#: 00000401.xhp#par_idN11366.help.text
-#, fuzzy
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id2603534\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153363\" src=\"cmd/sc_alignvcenter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153363\">ხატულა</alt></image>"
+#. prZ.
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3149958\n"
+"115\n"
+"help.text"
+msgid "Netscape web browser extensions produced by Netscape Communication Corporation are also called plug-ins. These are external programs mainly taken from the multimedia field and which communicate with the browser through standardized interfaces. These plug-ins can be linked to $[officename] documents."
+msgstr ""
-#: 00000401.xhp#par_idN11384.help.text
-msgid "Page Preview"
-msgstr "გვერდის წინასწარი დათვალიერება"
+#. FN9!
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3149420\n"
+"179\n"
+"help.text"
+msgid "Any Netscape plug-ins (32 bit) installed on your system are automatically recognized by $[officename]."
+msgstr ""
-#: 00000401.xhp#par_id3163722.70.help.text
-msgid "Choose <emph>File - Printer Settings</emph>"
+#. 3?4_
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3145647\n"
+"127\n"
+"help.text"
+msgid "Proxy"
+msgstr "პროქსი"
+
+#. v}2%
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3148455\n"
+"128\n"
+"help.text"
+msgid "A proxy is a computer in the network acting as a kind of clipboard for data transfer. Whenever you access the Internet from a company network and request a Web page that has already been read by a colleague, the proxy will be able to display the page much quicker, as long as it's still in the memory. All that has to be checked in this case is that the page stored in the proxy is the latest version. If this is the case, the page won't have to be downloaded from the much slower Internet but can be loaded directly from the proxy."
msgstr ""
-#: 00000401.xhp#par_id3148752.71.help.text
-msgid "Choose <emph>File - Templates - Organize - Commands (button)- Printer Settings</emph>"
+#. XBVc
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"bm_id3154729\n"
+"help.text"
+msgid "<bookmark_value>SGML; definition</bookmark_value>"
+msgstr "<bookmark_value>SGML; განსაზღვრება</bookmark_value>"
+
+#. xA#8
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3154729\n"
+"229\n"
+"help.text"
+msgid "SGML"
+msgstr "SGML"
+
+#. +V8n
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3147330\n"
+"230\n"
+"help.text"
+msgid "SGML stands for \"Standard Generalized Markup Language\". SGML is based on the idea that documents have structural and other semantic elements that can be described without reference to how such elements should be displayed. The actual display of such a document may vary, depending on the output medium and style preferences. In structured texts, SGML not only defines structures (in the DTD = Document Type Definition) but also ensures they are consistently used."
msgstr ""
-#: 00000401.xhp#par_id3155529.17.help.text
-msgid "<variable id=\"senden\">Menu<emph> File - Send</emph></variable>"
+#. e7I?
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3148747\n"
+"231\n"
+"help.text"
+msgid "<link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> is a specialized application of SGML. This means that most Web browsers support only a limited range of SGML standards and that almost all SGML-enabled systems can produce attractive HTML pages."
msgstr ""
-#: 00000401.xhp#par_id3145386.18.help.text
-msgid "Choose <emph>File - Send - Document as E-mail</emph>"
+#. `O49
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"bm_id3153950\n"
+"help.text"
+msgid "<bookmark_value>search engines; definition</bookmark_value>"
+msgstr "<bookmark_value>საძიებო სისტემები; განსაზღვრება</bookmark_value>"
+
+#. bdZg
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3153950\n"
+"138\n"
+"help.text"
+msgid "Search Engines"
+msgstr "საძიებო ძრავები"
+
+#. 2Alj
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3157965\n"
+"139\n"
+"help.text"
+msgid "A search engine is a service in the Internet based on a software program used to explore a vast amount of information using key words."
msgstr ""
-#: 00000401.xhp#par_idN113AB.help.text
-#, fuzzy
-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_id3147100\" src=\"cmd/sc_open.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147100\">ხატულა</alt></image>"
+#. 1p3g
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"bm_id3150751\n"
+"help.text"
+msgid "<bookmark_value>tags; definition</bookmark_value>"
+msgstr "<bookmark_value>ტეგები; განსაზღვრება</bookmark_value>"
-#: 00000401.xhp#par_idN113C8.help.text
-msgid "Document as E-mail"
-msgstr "დოკუმენტი როგორც ელოფსტა"
+#. qT:7
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3150751\n"
+"141\n"
+"help.text"
+msgid "Tags"
+msgstr "ტეგები"
-#: 00000401.xhp#par_id3145269.222.help.text
-#, fuzzy
-msgid "<variable id=\"export\">Choose <emph>File - Export</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+#. GWX7
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3156360\n"
+"142\n"
+"help.text"
+msgid "<link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> pages contain certain structural and formatting instructions called tags. Tags are code words enclosed by brackets in the document description language HTML. Many tags contain text or hyperlink references between the opening and closing brackets. For example, titles are marked by the tags <h1> at the beginning and </h1> at the end of the title. Some tags only appear on their own such as <br> for a line break or <img ...> to link a graphic."
+msgstr ""
-#: 00000401.xhp#par_id3166421.219.help.text
-msgid "Choose <emph>File - Export as PDF</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
+#. G0p*
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"bm_id3153766\n"
+"help.text"
+msgid "<bookmark_value>URL; definition</bookmark_value>"
+msgstr "<bookmark_value>URL; განსაზრვრება</bookmark_value>"
-#: 00000401.xhp#par_id3150521.help.text
-#, fuzzy
-msgid "<image id=\"img_id3147306\" src=\"cmd/sc_exportdirecttopdf.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3147306\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155904\" src=\"cmd/sc_exportdirecttopdf.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155904\">ხატულა</alt></image>"
+#. lCmp
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3153766\n"
+"145\n"
+"help.text"
+msgid "URL"
+msgstr "URL"
-#: 00000401.xhp#par_id3155763.220.help.text
-msgctxt "00000401.xhp#par_id3155763.220.help.text"
-msgid "Export Directly as PDF"
+#. V(B5
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3152931\n"
+"146\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 ""
-#: 00000401.xhp#par_id3145410.210.help.text
-msgid "Choose <emph>File - Send - E-mail as PDF</emph>"
+#. U/}h
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Gallery context menu"
msgstr ""
-#: 00000401.xhp#par_id3159160.74.help.text
-msgid "<variable id=\"glo\">Choose <emph>File - Send - Create Master Document</emph></variable>"
+#. m@Q\
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3150672\n"
+"1\n"
+"help.text"
+msgid "Gallery context menu"
msgstr ""
-#: 00000401.xhp#par_id3149951.13.help.text
-msgid "Choose <emph>File - Print</emph>"
-msgstr "Choose <emph>ფაილი - გახსნა</emph>"
+#. Q-xj
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3083278\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\"HID_GALLERY_MN_ADDMENU\">Defines how a selected graphic object is inserted into a document.</ahelp>"
+msgstr ""
-#: 00000401.xhp#par_id3155259.85.help.text
-#, fuzzy
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+P"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
+#. [?zA
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3156053\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"HID_GALLERY_MN_ADD\">Inserts a copy of the selected graphic object directly into the document.</ahelp>"
+msgstr ""
-#: 00000401.xhp#par_id3153830.3.help.text
-msgid "On Standard Bar, click"
-msgstr "სტანდარტულ ზოლზე დააწკაპუნეთ"
+#. Li\C
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3149038\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_GALLERY_MN_ADD_LINK\">Inserts the selected graphic as a link.</ahelp>"
+msgstr ""
-#: 00000401.xhp#par_id3155187.help.text
-#, fuzzy
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3153318\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
+#. L~,Q
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3158428\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"HID_GALLERY_MN_PREVIEW\">The<emph> Preview </emph>command displays the selected graphic.</ahelp>"
+msgstr ""
-#: 00000401.xhp#par_id3151268.4.help.text
-msgid "Print File Directly"
-msgstr "ფაილის პირდაპირი ბეჭდვა"
+#. ;#gv
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3154522\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_GALLERY_TITLE:EDT_TITLE\">Assigns a title to a selected Gallery object.</ahelp>"
+msgstr ""
-#: 00000401.xhp#par_id3153581.5.help.text
-msgid "On the <emph>Page View</emph><emph>Bar</emph> of a text document, click"
+#. r;C#
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3149750\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"HID_GALLERY_MN_DELETE\">Deletes the selected graphic after confirmation.</ahelp>"
msgstr ""
-#: 00000401.xhp#par_id3153068.help.text
-#, fuzzy
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3155362\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153363\" src=\"cmd/sc_alignvcenter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153363\">ხატულა</alt></image>"
+#. @Lp+
+#: 00000206.xhp
+msgctxt ""
+"00000206.xhp\n"
+"tit\n"
+"help.text"
+msgid "Dif Import/Export/ Lotus import/ dBASE import"
+msgstr ""
-#: 00000401.xhp#par_id3151239.6.help.text
-msgid "Print Page Preview"
-msgstr "ბეჭდვის გვერდის წინასწარი დათვალიერება"
+#. j#+Y
+#: 00000206.xhp
+msgctxt ""
+"00000206.xhp\n"
+"hd_id3155354\n"
+"1\n"
+"help.text"
+msgid "Dif Import/Export/ Lotus import/ dBASE import"
+msgstr ""
-#: 00000401.xhp#par_id3155869.72.help.text
-msgid "Choose <emph>File - Exit</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
+#. !u1k
+#: 00000206.xhp
+msgctxt ""
+"00000206.xhp\n"
+"par_id3150620\n"
+"4\n"
+"help.text"
+msgid "Defines the options for import/export. These dialogs will be automatically shown if the corresponding file type is selected."
+msgstr ""
-#: 00000401.xhp#par_id3152382.86.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Q"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
+#. ^nME
+#: 00000206.xhp
+msgctxt ""
+"00000206.xhp\n"
+"hd_id3149000\n"
+"2\n"
+"help.text"
+msgid "Character set"
+msgstr "კოდირება"
-#: 00000401.xhp#par_id3149328.75.help.text
-msgid "<variable id=\"neuglobal\">Choose <emph>File - New - Master Document</emph></variable>"
+#. t%)D
+#: 00000206.xhp
+msgctxt ""
+"00000206.xhp\n"
+"par_id3152790\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_IMPORTOPT:LB_FONT\">Select the character set from the options used for import/export.</ahelp>"
msgstr ""
-#: 00000401.xhp#par_id3145827.76.help.text
-msgid "Choose <emph>File - Open</emph> - select under \"File type\": \"Text CSV\" "
+#. \BXl
+#: 00000206.xhp
+msgctxt ""
+"00000206.xhp\n"
+"par_id3152942\n"
+"3\n"
+"help.text"
+msgid "For further information regarding filters, refer to the topic: <link href=\"text/shared/00/00000020.xhp\" name=\"Information about Import and Export Filters\">Information about Import and Export Filters</link>."
msgstr ""
-#: 00000401.xhp#par_id6071352.help.text
-msgid "Choose <emph>Data - Text to Columns</emph> (Calc)"
+#. Regz
+#: 00000215.xhp
+msgctxt ""
+"00000215.xhp\n"
+"tit\n"
+"help.text"
+msgid "ASCII Filter Options"
msgstr ""
-#: 00000401.xhp#par_id3148608.81.help.text
-#, fuzzy
-msgid "<variable id=\"epsexport\">Choose <emph>File - Export</emph>, if EPS is selected as file type, this dialog opens automatically</variable>"
-msgstr "<variable id=\"dtvlc\">ამოირჩიეთ <emph>ფაილი - ექსპორტი</emph></variable>"
+#. !.pQ
+#: 00000215.xhp
+msgctxt ""
+"00000215.xhp\n"
+"hd_id3146856\n"
+"1\n"
+"help.text"
+msgid "ASCII Filter Options"
+msgstr ""
-#: 00000401.xhp#par_id3150107.87.help.text
-msgid "<variable id=\"pbmppmpgm\">Choose <emph>File - Export</emph>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically</variable>"
+#. [qj(
+#: 00000215.xhp
+msgctxt ""
+"00000215.xhp\n"
+"par_id3153070\n"
+"2\n"
+"help.text"
+msgid "You can specify which options, such as basic font, language, character set, or break, are imported or exported with a text document. The dialog appears when you load an ASCII file with the filter \"Text Encoded\" or when you save the document the first time, or when you \"save as\" with another name."
msgstr ""
-#: 00000401.xhp#par_id3145305.96.help.text
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph></variable></variable>"
+#. KaTF
+#: 00000215.xhp
+msgctxt ""
+"00000215.xhp\n"
+"hd_id3159217\n"
+"3\n"
+"help.text"
+msgid "Properties"
msgstr ""
-#: 00000003.xhp#tit.help.text
-msgctxt "00000003.xhp#tit.help.text"
-msgid "Conversion of measurement units"
+#. G)R2
+#: 00000215.xhp
+msgctxt ""
+"00000215.xhp\n"
+"par_id3155577\n"
+"4\n"
+"help.text"
+msgid "Defines the settings for importing or exporting your file. When exporting, only the character set and paragraph break can be defined."
msgstr ""
-#: 00000003.xhp#bm_id3147543.help.text
-msgid "<bookmark_value>measurement units; converting</bookmark_value><bookmark_value>units; converting</bookmark_value><bookmark_value>converting;metrics</bookmark_value><bookmark_value>metrics;converting</bookmark_value>"
-msgstr "<bookmark_value>განზომილების მოდულები; გარდაქმნა</bookmark_value><bookmark_value>მოდულები; გარდაქმნა</bookmark_value><bookmark_value>გარდაქმნა;ზომის ერტეულები</bookmark_value><bookmark_value>ზომის ერთეულები;გარდაქმნა</bookmark_value>"
+#. D_}?
+#: 00000215.xhp
+msgctxt ""
+"00000215.xhp\n"
+"hd_id3146959\n"
+"5\n"
+"help.text"
+msgid "Character set"
+msgstr "კოდირება"
-#: 00000003.xhp#hd_id3147543.1.help.text
-msgctxt "00000003.xhp#hd_id3147543.1.help.text"
-msgid "Conversion of measurement units"
+#. 2H.w
+#: 00000215.xhp
+msgctxt ""
+"00000215.xhp\n"
+"par_id3143206\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SW:LISTBOX:DLG_ASCII_FILTER:LB_CHARSET\">Specifies the character set of the file for export or import.</ahelp>"
msgstr ""
-#: 00000003.xhp#par_idN1069F.help.text
-msgid "In some dialogs, you can enter measurement values into input boxes. If you just enter a numerical value, the default measurement unit is used."
+#. ^x3d
+#: 00000215.xhp
+msgctxt ""
+"00000215.xhp\n"
+"hd_id3154926\n"
+"7\n"
+"help.text"
+msgid "Default fonts"
+msgstr "ნაგულისხმევი შრიფტი"
+
+#. sKL-
+#: 00000215.xhp
+msgctxt ""
+"00000215.xhp\n"
+"par_id3151262\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SW:LISTBOX:DLG_ASCII_FILTER:LB_FONT\">By setting a default font, you specify that the text should be displayed in a specific font. The default fonts can only be selected when importing.</ahelp>"
msgstr ""
-#: 00000003.xhp#par_idN106A2.help.text
-msgid "You define the default measurement unit for Writer text documents in the dialog that you get by choosing <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - General</emph>. For Calc, Draw, and Impress, you open a document of that type and then open the appropriate <emph>General</emph> page as for Writer."
+#. V^Pi
+#: 00000215.xhp
+#, fuzzy
+msgctxt ""
+"00000215.xhp\n"
+"hd_id3154894\n"
+"9\n"
+"help.text"
+msgid "Language"
+msgstr "ენა"
+
+#. @WPq
+#: 00000215.xhp
+msgctxt ""
+"00000215.xhp\n"
+"par_id3153323\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SW:LISTBOX:DLG_ASCII_FILTER:LB_LANGUAGE\">Specifies the language of the text, if this has not already been defined. This setting is only available when importing.</ahelp>"
msgstr ""
-#: 00000003.xhp#par_idN106AD.help.text
-msgid "In input boxes for length units you can also add the unit abbreviation according to the following list:"
+#. 7|Ad
+#: 00000215.xhp
+msgctxt ""
+"00000215.xhp\n"
+"hd_id3147143\n"
+"11\n"
+"help.text"
+msgid "Paragraph break"
msgstr ""
-#: 00000003.xhp#par_idN106BA.help.text
-msgid "Unit abbreviation"
-msgstr "მოდულის შემოკლება"
+#. m$IR
+#: 00000215.xhp
+msgctxt ""
+"00000215.xhp\n"
+"par_id3143281\n"
+"12\n"
+"help.text"
+msgid "Defines the type of paragraph break for a text line."
+msgstr ""
-#: 00000003.xhp#par_idN106C0.help.text
-msgid "Explanation"
-msgstr "ახსნა"
+#. VHQY
+#: 00000215.xhp
+msgctxt ""
+"00000215.xhp\n"
+"hd_id3150935\n"
+"13\n"
+"help.text"
+msgid "CR & LF"
+msgstr "CR & LF"
-#: 00000003.xhp#par_idN106C7.help.text
-msgctxt "00000003.xhp#par_idN106C7.help.text"
-msgid "mm"
+#. rf3!
+#: 00000215.xhp
+msgctxt ""
+"00000215.xhp\n"
+"par_id3145829\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:DLG_ASCII_FILTER:RB_CRLF\">Produces a \"Carriage Return\" and a \"Linefeed\". This option is the default.</ahelp>"
msgstr ""
-#: 00000003.xhp#par_idN106CD.help.text
-msgctxt "00000003.xhp#par_idN106CD.help.text"
-msgid "Millimeter"
+#. 566l
+#: 00000215.xhp
+msgctxt ""
+"00000215.xhp\n"
+"hd_id3153551\n"
+"15\n"
+"help.text"
+msgid "CR"
+msgstr "CR"
+
+#. )_}5
+#: 00000215.xhp
+msgctxt ""
+"00000215.xhp\n"
+"par_id3156042\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:DLG_ASCII_FILTER:RB_CR\">Produces a \"Carriage Return\" as the paragraph break.</ahelp>"
msgstr ""
-#: 00000003.xhp#par_idN106D4.help.text
-msgctxt "00000003.xhp#par_idN106D4.help.text"
-msgid "cm"
+#. 9|LV
+#: 00000215.xhp
+msgctxt ""
+"00000215.xhp\n"
+"hd_id3150713\n"
+"17\n"
+"help.text"
+msgid "LF"
+msgstr "LF"
+
+#. *TuM
+#: 00000215.xhp
+msgctxt ""
+"00000215.xhp\n"
+"par_id3145090\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:DLG_ASCII_FILTER:RB_LF\">Produces a \"Linefeed\" as the paragraph break.</ahelp>"
msgstr ""
-#: 00000003.xhp#par_idN106DA.help.text
-msgctxt "00000003.xhp#par_idN106DA.help.text"
-msgid "Centimeter"
+#. Ad,?
+#: icon_alt.xhp
+msgctxt ""
+"icon_alt.xhp\n"
+"tit\n"
+"help.text"
+msgid "Standard Icons Alt Texts to be Embedded"
msgstr ""
-#: 00000003.xhp#par_idN106E1.help.text
-msgid "in or \""
-msgstr "ან \""
+#. eM;w
+#: icon_alt.xhp
+msgctxt ""
+"icon_alt.xhp\n"
+"par_idN10546\n"
+"help.text"
+msgid "<variable id=\"alt_icon\">Icon </variable>"
+msgstr "<variable id=\"alt_icon\">ხატულა </variable>"
-#: 00000003.xhp#par_idN106E7.help.text
-msgctxt "00000003.xhp#par_idN106E7.help.text"
-msgid "Inch"
-msgstr ""
+#. =u2F
+#: icon_alt.xhp
+msgctxt ""
+"icon_alt.xhp\n"
+"par_idN10555\n"
+"help.text"
+msgid "<variable id=\"alt_warning\">Warning Icon </variable>"
+msgstr "<variable id=\"alt_warning\">გავრთხილების ხატულა </variable>"
-#: 00000003.xhp#par_idN106EE.help.text
-msgid "pi"
-msgstr "პი"
+#. h4pK
+#: icon_alt.xhp
+msgctxt ""
+"icon_alt.xhp\n"
+"par_idN10564\n"
+"help.text"
+msgid "<variable id=\"alt_tip\">Tip Icon </variable>"
+msgstr "<variable id=\"alt_tip\">რჩევის ხატულა </variable>"
-#: 00000003.xhp#par_idN106F4.help.text
-msgctxt "00000003.xhp#par_idN106F4.help.text"
-msgid "Pica"
+#. NI:Q
+#: icon_alt.xhp
+msgctxt ""
+"icon_alt.xhp\n"
+"par_idN10573\n"
+"help.text"
+msgid "<variable id=\"alt_note\">Note Icon </variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
+
+#. ~f*Y
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Context Menu of Web Pages in Read-Only Mode"
msgstr ""
-#: 00000003.xhp#par_idN106FB.help.text
-msgctxt "00000003.xhp#par_idN106FB.help.text"
-msgid "pt"
+#. DiM3
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3158397\n"
+"1\n"
+"help.text"
+msgid "Context Menu of Web Pages in Read-Only Mode"
msgstr ""
-#: 00000003.xhp#par_idN10701.help.text
-msgctxt "00000003.xhp#par_idN10701.help.text"
-msgid "Point"
+#. =s:M
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3145348\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_READONLY_SAVEGRAPHIC\">Opens a dialog where you can save the selected graphics.</ahelp>"
msgstr ""
-#: 00000003.xhp#par_idN10704.help.text
-msgid "The following formulas convert the units:"
-msgstr "შემდეგი ფორმულები გარდაქმნიან მოდულებს:"
+#. 543h
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3151262\n"
+"31\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_READONLY_COPYLINK\">Copies the link at the mouse pointer to the clipboard.</ahelp>"
+msgstr ""
-#: 00000003.xhp#par_idN1070A.help.text
-msgid "1 cm = 10 mm"
-msgstr "1 სმ = 10 მმ"
+#. #cZU
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3155934\n"
+"37\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_READONLY_COPYGRAPHIC\">Copies a selected graphic to the clipboard.</ahelp>"
+msgstr ""
-#: 00000003.xhp#par_idN1070E.help.text
-msgid "1 inch = 2.54 cm"
-msgstr "1 დიუმი = 2.54 სმ"
+#. /cm%
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3145629\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_READONLY_LOADGRAPHIC\">If you have deactivated the graphics display, choose the<emph> Load Graphics </emph>command to make them visible.</ahelp>"
+msgstr ""
-#: 00000003.xhp#par_idN10712.help.text
-msgid "1 inch = 6 Pica = 72 Point"
-msgstr "1 დიუმი = 6 პიკა = 72 პოინტ"
+#. no.M
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3150902\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_READONLY_GRAPHICOFF\">Sets all graphics in the document to be invisible.</ahelp>"
+msgstr ""
-#: 00000003.xhp#par_idN10715.help.text
-msgid "For example, in a text document, open <emph>Format - Paragraph - Indents & Spacing</emph>. To indent the current paragraph by one inch, enter <item type=\"literal\">1 in</item> or <item type=\"literal\">1\"</item> into the \"Before text\" box. To indent the paragraph by 1 cm, enter <item type=\"literal\">1 cm</item> into the input box."
+#. ckrS
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153910\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_READONLY_PLUGINOFF\">Disables inserted plug-ins.</ahelp> Click this command again to reactivate the <link href=\"text/shared/00/00000002.xhp#plugin\" name=\"plug-ins\">plug-ins</link>."
msgstr ""
-#: 00000003.xhp#par_idN1074C.help.text
-msgid "To input the maximum or minimum allowed value respectively, click the current value and then press the <item type=\"keycode\">Page Up</item> or <item type=\"keycode\">Page Down</item> key."
+#. ^C{x
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3148548\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_READONLY_SAVEBACKGROUND\">Allows you to save the background of a Web page.</ahelp>"
msgstr ""
-#: 00040501.xhp#tit.help.text
-msgctxt "00040501.xhp#tit.help.text"
+#. C7AB
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"tit\n"
+"help.text"
msgid "Format Menu"
msgstr ""
-#: 00040501.xhp#hd_id3145759.1.help.text
-msgctxt "00040501.xhp#hd_id3145759.1.help.text"
+#. rga-
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"hd_id3145759\n"
+"1\n"
+"help.text"
msgid "Format Menu"
msgstr ""
-#: 00040501.xhp#par_id3150156.94.help.text
+#. Kiqs
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3150156\n"
+"94\n"
+"help.text"
msgid "<variable id=\"aupitab\">Open <emph>Form Controls</emph> toolbar, click <emph>More Controls</emph> icon, click <emph>Table Control</emph> icon and drag mouse to generate field.</variable>"
msgstr ""
-#: 00040501.xhp#par_id3154408.119.help.text
+#. lR]T
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3154408\n"
+"119\n"
+"help.text"
msgid "<variable id=\"aupitab1\">Open <emph>Form Controls</emph> toolbar, click <emph>More Controls</emph> icon, click <emph>Table Control</emph> icon and drag mouse to generate field. No database connection in current form is allowed.</variable>"
msgstr ""
-#: 00040501.xhp#par_id3149748.120.help.text
+#. -Kg{
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3149748\n"
+"120\n"
+"help.text"
msgid "<variable id=\"aupitab2\">Open <emph>Form Controls</emph> toolbar, click <emph>More Controls</emph> icon, click <emph>Table Control</emph> icon and drag mouse to generate field. Database connection must exist.</variable>"
msgstr ""
-#: 00040501.xhp#par_id3156553.95.help.text
+#. kiD(
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3156553\n"
+"95\n"
+"help.text"
msgid "<variable id=\"aupikomli\">Open Form Controls toolbar, click <emph>Combo Box</emph> or <emph>List Box</emph> icon and drag mouse to generate field. Database connection must exist in the form.</variable>"
msgstr ""
-#: 00040501.xhp#par_id3148825.121.help.text
+#. @$*`
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3148825\n"
+"121\n"
+"help.text"
msgid "<variable id=\"aupikomli1\">Open Form Controls toolbar, click <emph>Combo Box</emph> or <emph>List Box</emph> icon and drag mouse to generate field. Database connection must exist in the form: Wizard - Page 1.</variable>"
msgstr ""
-#: 00040501.xhp#par_id3155434.122.help.text
+#. Xw*g
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3155434\n"
+"122\n"
+"help.text"
msgid "<variable id=\"aupikomli2\">Open Form Controls toolbar, click <emph>Combo Box</emph> or <emph>List Box</emph> icon and drag mouse to generate field. Database connection must exist in the form: Wizard - Page 2.</variable>"
msgstr ""
-#: 00040501.xhp#par_id3151378.123.help.text
+#. 6Zst
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3151378\n"
+"123\n"
+"help.text"
msgid "<variable id=\"aupikomli3a\">Open Form Controls toolbar, click <emph>List Box</emph> icon and drag mouse to generate field. Database connection must exist in the form: Wizard - Page 3.</variable>"
msgstr ""
-#: 00040501.xhp#par_id3151246.124.help.text
+#. CxAl
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3151246\n"
+"124\n"
+"help.text"
msgid "<variable id=\"aupikomli3b\">Open Form Controls toolbar, click <emph>Combo Box</emph> icon and drag mouse to generate field. Database connection must exist in the form: Wizard - Page 3.</variable>"
msgstr ""
-#: 00040501.xhp#par_id3154923.2.help.text
+#. 1bL$
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3154923\n"
+"2\n"
+"help.text"
msgid "Open <emph>Toolbox</emph> bar in Basic dialog editor, click"
msgstr ""
-#: 00040501.xhp#par_id3151054.help.text
+#. LadU
+#: 00040501.xhp
#, fuzzy
+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_id3155135\" src=\"cmd/sc_subscript.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155135\">ხატულა</alt></image>"
-#: 00040501.xhp#par_id3154836.4.help.text
-msgctxt "00040501.xhp#par_id3154836.4.help.text"
+#. .1I/
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3154836\n"
+"4\n"
+"help.text"
msgid "Properties"
msgstr ""
-#: 00040501.xhp#par_id3149292.74.help.text
+#. .gqU
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3149292\n"
+"74\n"
+"help.text"
msgid "Open context menu of a selected form element - choose <emph>Form</emph>"
msgstr ""
-#: 00040501.xhp#par_id3152933.help.text
+#. B=d|
+#: 00040501.xhp
#, fuzzy
+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_id3149565\" src=\"cmd/sc_rect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149565\">ხატულა</alt></image>"
-#: 00040501.xhp#par_id3144760.76.help.text
+#. R_,j
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3144760\n"
+"76\n"
+"help.text"
msgid "Form"
msgstr "ფორმა"
-#: 00040501.xhp#par_id3150447.97.help.text
+#. (G}_
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3150447\n"
+"97\n"
+"help.text"
msgid "Open context menu of a selected form element - choose <emph>Form - General</emph> tab"
msgstr ""
-#: 00040501.xhp#par_id3144448.98.help.text
+#. 8;lF
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3144448\n"
+"98\n"
+"help.text"
msgid "Open Form Controls toolbar or Form Design toolbar, click <emph>Form</emph> icon - <emph>General</emph> tab"
msgstr ""
-#: 00040501.xhp#par_id3145786.100.help.text
+#. NJ4o
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3145786\n"
+"100\n"
+"help.text"
msgid "Open context menu of a selected form element - choose <emph>Form - Data</emph> tab"
msgstr ""
-#: 00040501.xhp#par_id3158156.101.help.text
+#. Ey/x
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3158156\n"
+"101\n"
+"help.text"
msgid "Open Form Controls toolbar or Form Design toolbar, click <emph>Form </emph>icon - <emph>Data</emph> tab"
msgstr ""
-#: 00040501.xhp#par_id1979125.help.text
+#. {84e
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id1979125\n"
+"help.text"
msgid "Open context menu of a selected control on an XML Form document, choose <emph>Control - Data</emph> tab"
msgstr ""
-#: 00040501.xhp#par_id1769463.help.text
+#. )v%N
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id1769463\n"
+"help.text"
msgid "Open Form Controls toolbar of an XML Form document, click <emph>Control</emph> icon - <emph>Data</emph> tab"
msgstr ""
-#: 00040501.xhp#par_id3145364.103.help.text
+#. ;(A`
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3145364\n"
+"103\n"
+"help.text"
msgid "Open context menu of a selected form element - choose <emph>Form - Events</emph> tab"
msgstr ""
-#: 00040501.xhp#par_id3153575.104.help.text
+#. [==w
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3153575\n"
+"104\n"
+"help.text"
msgid "Open Form Controls toolbar or Form Design toolbar, click <emph>Form </emph>icon - <emph>Events</emph> tab"
msgstr ""
-#: 00040501.xhp#par_id3147234.78.help.text
+#. C(!0
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3147234\n"
+"78\n"
+"help.text"
msgid "Open context menu of a selected form element - choose <emph>Control</emph>"
msgstr ""
-#: 00040501.xhp#par_id3153953.help.text
+#. x)-T
+#: 00040501.xhp
#, fuzzy
+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_id3149716\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149716\">ხატულა</alt></image>"
-#: 00040501.xhp#par_id3156442.80.help.text
+#. ^Zi`
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3156442\n"
+"80\n"
+"help.text"
msgid "Control"
msgstr "კონტროლი"
-#: 00040501.xhp#par_id3153943.106.help.text
+#. pAS4
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3153943\n"
+"106\n"
+"help.text"
msgid "Open context menu of a selected form element - choose <emph>Control - General</emph> tab"
msgstr ""
-#: 00040501.xhp#par_id3159198.107.help.text
+#. XlQ-
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3159198\n"
+"107\n"
+"help.text"
msgid "Open Form Controls toolbar or Form Design toolbar, click <emph>Control</emph> icon - <emph>General</emph> tab"
msgstr ""
-#: 00040501.xhp#par_id3153203.109.help.text
+#. r|(I
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3153203\n"
+"109\n"
+"help.text"
msgid "Open context menu of a selected form element - choose <emph>Control - Data</emph> tab"
msgstr ""
-#: 00040501.xhp#par_id3150048.110.help.text
+#. VD=W
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3150048\n"
+"110\n"
+"help.text"
msgid "Open Form Controls toolbar or Form Design toolbar, click <emph>Control</emph> icon - <emph>Data</emph> tab"
msgstr ""
-#: 00040501.xhp#par_id3153334.112.help.text
+#. bi#K
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3153334\n"
+"112\n"
+"help.text"
msgid "Open context menu of a selected form element - choose <emph>Control - Events</emph> tab"
msgstr ""
-#: 00040501.xhp#par_id3153744.113.help.text
+#. beM6
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3153744\n"
+"113\n"
+"help.text"
msgid "Open Form Controls toolbar or Form Design toolbar, click <emph>Control</emph> icon - <emph>Events</emph> tab"
msgstr ""
-#: 00040501.xhp#par_id6058839.help.text
-msgctxt "00040501.xhp#par_id6058839.help.text"
+#. ~V[)
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id6058839\n"
+"help.text"
msgid "Open Form Design toolbar, click"
msgstr ""
-#: 00040501.xhp#par_id3157874.help.text
+#. 1gqt
+#: 00040501.xhp
#, fuzzy
+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_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
-#: 00040501.xhp#par_id3146926.82.help.text
+#. #AM|
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3146926\n"
+"82\n"
+"help.text"
msgid "Activation Order"
msgstr ""
-#: 00040501.xhp#par_id2709433.help.text
-msgctxt "00040501.xhp#par_id2709433.help.text"
+#. g:eM
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id2709433\n"
+"help.text"
msgid "Open Form Design toolbar, click"
msgstr ""
-#: 00040501.xhp#par_id3156439.help.text
+#. 0A2#
+#: 00040501.xhp
#, fuzzy
+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_id3153252\" src=\"cmd/sc_spacepara2.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153252\">ხატულა</alt></image>"
-#: 00040501.xhp#par_id3144747.84.help.text
+#. 6mKv
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3144747\n"
+"84\n"
+"help.text"
msgid "Add Field"
msgstr "ველის დამატება"
-#: 00040501.xhp#par_id9929502.help.text
-msgctxt "00040501.xhp#par_id9929502.help.text"
+#. s2\-
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id9929502\n"
+"help.text"
msgid "Open Form Design toolbar, click"
msgstr ""
-#: 00040501.xhp#par_id3150749.help.text
+#. m%ga
+#: 00040501.xhp
#, fuzzy
+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_id3152427\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152427\">ხატულა</alt></image>"
-#: 00040501.xhp#par_id3147237.88.help.text
+#. ^hnh
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3147237\n"
+"88\n"
+"help.text"
msgid "Form Navigator"
msgstr ""
-#: 00040501.xhp#par_id4886928.help.text
+#. D_Bl
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id4886928\n"
+"help.text"
msgid "Open Form Controls toolbar or Form Design toolbar, click"
msgstr ""
-#: 00040501.xhp#par_id3156056.help.text
+#. [+hn
+#: 00040501.xhp
#, fuzzy
+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_id3149565\" src=\"cmd/sc_rect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149565\">ხატულა</alt></image>"
-#: 00040501.xhp#par_id3153767.86.help.text
+#. )_\M
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3153767\n"
+"86\n"
+"help.text"
msgid "Design Mode on/off"
msgstr ""
-#: 00040501.xhp#par_id3148828.114.help.text
+#. EpoI
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3148828\n"
+"114\n"
+"help.text"
msgid "Open Form Navigator - select form - open context menu - choose <emph>Open in design mode</emph>"
msgstr ""
-#: 00040501.xhp#par_id8177434.help.text
-msgctxt "00040501.xhp#par_id8177434.help.text"
+#. n(jD
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id8177434\n"
+"help.text"
msgid "Open Form Design toolbar, click"
msgstr ""
-#: 00040501.xhp#par_id3149822.help.text
+#. -C-r
+#: 00040501.xhp
#, fuzzy
+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_id3147100\" src=\"cmd/sc_open.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147100\">ხატულა</alt></image>"
-#: 00040501.xhp#par_id3147321.116.help.text
+#. p?*9
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3147321\n"
+"116\n"
+"help.text"
msgid "Open in Design Mode"
msgstr ""
-#: 00040501.xhp#par_id3147533.117.help.text
+#. *fB!
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3147533\n"
+"117\n"
+"help.text"
msgid "Open Form Control toolbar, click"
msgstr ""
-#: 00040501.xhp#par_id3152948.help.text
+#. p=hl
+#: 00040501.xhp
#, fuzzy
+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_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
-#: 00040501.xhp#par_id3155939.118.help.text
+#. k(:x
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3155939\n"
+"118\n"
+"help.text"
msgid "Wizards On/Off"
msgstr "ოსტატები ჩართულია/გამორთულია"
-#: 00040501.xhp#par_id3147244.5.help.text
+#. :o$?
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3147244\n"
+"5\n"
+"help.text"
msgid "Choose <emph>Format - Arrange</emph> ($[officename] Writer, $[officename] Calc)"
msgstr ""
-#: 00040501.xhp#par_id3159334.125.help.text
+#. ;szk
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3159334\n"
+"125\n"
+"help.text"
msgid "Open context menu - choose <emph>Arrange</emph> ($[officename] Impress, $[officename] Draw)"
msgstr ""
-#: 00040501.xhp#par_id3154023.6.help.text
+#. SrK$
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3154023\n"
+"6\n"
+"help.text"
msgid "Choose <emph>Modify - Arrange</emph> ($[officename] Draw)"
msgstr ""
-#: 00040501.xhp#par_id3155578.help.text
+#. 6|L{
+#: 00040501.xhp
#, fuzzy
+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_id3147502\" src=\"cmd/sc_aligntop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147502\">ხატულა</alt></image>"
-#: 00040501.xhp#par_id3152496.8.help.text
+#. Vc.-
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3152496\n"
+"8\n"
+"help.text"
msgid "Arrange"
msgstr "მოწესრიგება"
-#: 00040501.xhp#par_id3148459.9.help.text
+#. ,f:f
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3148459\n"
+"9\n"
+"help.text"
msgid "Choose <emph>Format - Arrange - Bring to Front</emph> ($[officename] Writer, $[officename] Calc)"
msgstr ""
-#: 00040501.xhp#par_id3148425.10.help.text
+#. l8|!
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3148425\n"
+"10\n"
+"help.text"
msgid "Choose <emph>Modify - Arrange - Bring to Front</emph> ($[officename] Draw)"
msgstr ""
-#: 00040501.xhp#par_id3153268.89.help.text
+#. LZ^-
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3153268\n"
+"89\n"
+"help.text"
msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+plus sign ($[officename] Impress, $[officename] Draw)"
msgstr ""
-#: 00040501.xhp#par_id3154206.126.help.text
+#. $F5|
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3154206\n"
+"126\n"
+"help.text"
msgid "Open context menu - choose <emph>Arrange - Bring to Front</emph> ($[officename] Impress)"
msgstr ""
-#: 00040501.xhp#par_id3151213.help.text
+#. 9*i#
+#: 00040501.xhp
#, fuzzy
+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_id3147502\" src=\"cmd/sc_aligntop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147502\">ხატულა</alt></image>"
-#: 00040501.xhp#par_id3149571.12.help.text
+#. k\~@
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3149571\n"
+"12\n"
+"help.text"
msgid "Bring to Front"
msgstr ""
-#: 00040501.xhp#par_id3147092.13.help.text
+#. :YE5
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3147092\n"
+"13\n"
+"help.text"
msgid "Choose <emph>Format - Arrange - Bring Forward</emph> ($[officename] Writer, $[officename] Calc)"
msgstr ""
-#: 00040501.xhp#par_id3148396.14.help.text
+#. U;HR
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3148396\n"
+"14\n"
+"help.text"
msgid "Choose <emph>Modify - Arrange - Bring Forward</emph> ($[officename] Draw)"
msgstr ""
-#: 00040501.xhp#par_id3149528.90.help.text
+#. rB67
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3149528\n"
+"90\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+plus sign ($[officename] Impress, $[officename] Draw)"
msgstr ""
-#: 00040501.xhp#par_id3154658.127.help.text
+#. JJ^s
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3154658\n"
+"127\n"
+"help.text"
msgid "Open context menu - choose <emph>Arrange - Bring Forward</emph> ($[officename] Impress)"
msgstr ""
-#: 00040501.xhp#par_id3159121.help.text
+#. 7#;i
+#: 00040501.xhp
#, fuzzy
+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_id3152427\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152427\">ხატულა</alt></image>"
-#: 00040501.xhp#par_id3155848.69.help.text
+#. 02Q2
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3155848\n"
+"69\n"
+"help.text"
msgid "Bring Forward"
msgstr "წინ გამოტანა"
-#: 00040501.xhp#par_id3154815.15.help.text
+#. jZ}Z
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3154815\n"
+"15\n"
+"help.text"
msgid "Choose <emph>Format - Arrange - Send Backward</emph> ($[officename] Writer, $[officename] Calc)"
msgstr ""
-#: 00040501.xhp#par_id3150428.16.help.text
+#. (.I/
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3150428\n"
+"16\n"
+"help.text"
msgid "Choose <emph>Modify - Arrange - Send Backward</emph> ($[officename] Draw)"
msgstr ""
-#: 00040501.xhp#par_id3156064.91.help.text
+#. +oOQ
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3156064\n"
+"91\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+minus sign ($[officename] Impress, $[officename] Draw)"
msgstr ""
-#: 00040501.xhp#par_id3159107.128.help.text
+#. s8%C
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3159107\n"
+"128\n"
+"help.text"
msgid "Open context menu - choose <emph>Arrange - Send Backward</emph> ($[officename] Impress)"
msgstr ""
-#: 00040501.xhp#par_id3152994.help.text
+#. /!kF
+#: 00040501.xhp
#, fuzzy
+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_id3163802\" src=\"cmd/sc_spacepara15.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163802\">ხატულა</alt></image>"
-#: 00040501.xhp#par_id3152795.70.help.text
+#. mTF3
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3152795\n"
+"70\n"
+"help.text"
msgid "Send Backward"
msgstr "უკან გაგზავნა"
-#: 00040501.xhp#par_id3149493.17.help.text
+#. mI^0
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3149493\n"
+"17\n"
+"help.text"
msgid "Choose <emph>Format - Arrange - Send to Back</emph> ($[officename] Writer, $[officename] Calc)"
msgstr ""
-#: 00040501.xhp#par_id3148595.18.help.text
+#. }7V!
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3148595\n"
+"18\n"
+"help.text"
msgid "Choose <emph>Modify - Arrange - Send to Back</emph> ($[officename] Draw)"
msgstr ""
-#: 00040501.xhp#par_id3150690.92.help.text
+#. 2zT1
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3150690\n"
+"92\n"
+"help.text"
msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+minus sign ($[officename] Impress, $[officename] Draw)"
msgstr ""
-#: 00040501.xhp#par_id3154486.129.help.text
+#. x}bP
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3154486\n"
+"129\n"
+"help.text"
msgid "Open context menu - choose <emph>Arrange - Send to Back</emph> ($[officename] Impress)"
msgstr ""
-#: 00040501.xhp#par_id3145384.help.text
+#. kmrB
+#: 00040501.xhp
#, fuzzy
+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_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
-#: 00040501.xhp#par_id3155260.20.help.text
+#. FUSw
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3155260\n"
+"20\n"
+"help.text"
msgid "Send to Back"
msgstr ""
-#: 00040501.xhp#par_id3145410.21.help.text
+#. 9P*h
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3145410\n"
+"21\n"
+"help.text"
msgid "Choose <emph>Format - Arrange - To Foreground</emph>"
msgstr ""
-#: 00040501.xhp#par_id3149408.help.text
+#. jtF[
+#: 00040501.xhp
#, fuzzy
+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_id3155135\" src=\"cmd/sc_subscript.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155135\">ხატულა</alt></image>"
-#: 00040501.xhp#par_id3153607.24.help.text
+#. }!5B
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3153607\n"
+"24\n"
+"help.text"
msgid "To Foreground"
msgstr ""
-#: 00040501.xhp#par_id3159626.25.help.text
+#. Z?*\
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3159626\n"
+"25\n"
+"help.text"
msgid "Choose <emph>Format - Arrange - To Background</emph>"
msgstr ""
-#: 00040501.xhp#par_id3153815.help.text
+#. H\8\
+#: 00040501.xhp
#, fuzzy
+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_id3155904\" src=\"cmd/sc_exportdirecttopdf.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155904\">ხატულა</alt></image>"
-#: 00040501.xhp#par_id3152900.28.help.text
+#. Mp2Z
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3152900\n"
+"28\n"
+"help.text"
msgid "To Background"
msgstr "ფონი"
-#: 00040501.xhp#par_id3146854.29.help.text
+#. zT#n
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3146854\n"
+"29\n"
+"help.text"
msgid "Choose <emph>Format - Alignment</emph> ($[officename] Writer, $[officename] Calc)"
msgstr ""
-#: 00040501.xhp#par_id3153914.56.help.text
+#. %zMq
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3153914\n"
+"56\n"
+"help.text"
msgid "Choose <emph>Modify - Alignment</emph> (objects selected) ($[officename] Draw)"
msgstr ""
-#: 00040501.xhp#par_id3153185.130.help.text
+#. `nVJ
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3153185\n"
+"130\n"
+"help.text"
msgid "Open context menu - choose <emph>Alignment</emph> (objects selected) ($[officename] Impress, $[officename] Draw)"
msgstr ""
-#: 00040501.xhp#par_id3168611.30.help.text
+#. |76j
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3168611\n"
+"30\n"
+"help.text"
msgid "Choose <emph>Format - Alignment - Left</emph> ($[officename] Writer, $[officename] Calc)"
msgstr ""
-#: 00040501.xhp#par_id3083450.57.help.text
+#. r(?I
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3083450\n"
+"57\n"
+"help.text"
msgid "Choose <emph>Modify - Alignment - Left</emph> (selected objects) ($[officename] Draw)"
msgstr ""
-#: 00040501.xhp#par_id3150257.131.help.text
+#. ,uA8
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3150257\n"
+"131\n"
+"help.text"
msgid "Open context menu - choose <emph>Alignment - Left</emph> (objects selected) ($[officename] Impress, $[officename] Draw)"
msgstr ""
-#: 00040501.xhp#par_id3146786.31.help.text
-msgctxt "00040501.xhp#par_id3146786.31.help.text"
+#. MAJ6
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3146786\n"
+"31\n"
+"help.text"
msgid "On <emph>Align</emph> toolbar ($[officename] Impress, $[officename] Draw), click"
msgstr ""
-#: 00040501.xhp#par_id3153373.help.text
+#. =RAj
+#: 00040501.xhp
#, fuzzy
+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_id3147100\" src=\"cmd/sc_open.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147100\">ხატულა</alt></image>"
-#: 00040501.xhp#par_id3151231.33.help.text
+#. z?,!
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3151231\n"
+"33\n"
+"help.text"
msgid "Left"
msgstr "მარცხნივ"
-#: 00040501.xhp#par_id3150268.34.help.text
-msgctxt "00040501.xhp#par_id3150268.34.help.text"
+#. %$?I
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3150268\n"
+"34\n"
+"help.text"
msgid "Choose <emph>Format - Alignment - Centered</emph> ($[officename] Writer, $[officename] Calc)"
msgstr ""
-#: 00040501.xhp#par_id3157978.59.help.text
-msgctxt "00040501.xhp#par_id3157978.59.help.text"
+#. w?Zh
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3157978\n"
+"59\n"
+"help.text"
msgid "Choose <emph>Modify - Alignment - Centered</emph> (objects selected) ($[officename] Draw)"
msgstr ""
-#: 00040501.xhp#par_id3150139.35.help.text
-msgctxt "00040501.xhp#par_id3150139.35.help.text"
+#. !CG/
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3150139\n"
+"35\n"
+"help.text"
msgid "On <emph>Align</emph> toolbar ($[officename] Impress, $[officename] Draw), click"
msgstr ""
-#: 00040501.xhp#par_id3149519.help.text
+#. s@|=
+#: 00040501.xhp
#, fuzzy
+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_id3147502\" src=\"cmd/sc_aligntop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147502\">ხატულა</alt></image>"
-#: 00040501.xhp#par_id3150704.36.help.text
-msgctxt "00040501.xhp#par_id3150704.36.help.text"
+#. GnIg
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3150704\n"
+"36\n"
+"help.text"
msgid "Centered"
msgstr ""
-#: 00040501.xhp#par_id3156546.37.help.text
+#. [oeE
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3156546\n"
+"37\n"
+"help.text"
msgid "Choose <emph>Format - Alignment - Right</emph>"
msgstr ""
-#: 00040501.xhp#par_id3145073.61.help.text
+#. ;/sd
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3145073\n"
+"61\n"
+"help.text"
msgid "Choose <emph>Modify - Alignment - Right</emph> (objects selected) ($[officename] Draw)"
msgstr ""
-#: 00040501.xhp#par_id3146953.38.help.text
-msgctxt "00040501.xhp#par_id3146953.38.help.text"
+#. @1\m
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3146953\n"
+"38\n"
+"help.text"
msgid "On <emph>Align</emph> toolbar ($[officename] Impress, $[officename] Draw), click"
msgstr ""
-#: 00040501.xhp#par_id3155436.help.text
+#. BEk;
+#: 00040501.xhp
#, fuzzy
+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_id3153363\" src=\"cmd/sc_alignvcenter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153363\">ხატულა</alt></image>"
-#: 00040501.xhp#par_id3150834.39.help.text
+#. $cnT
+#: 00040501.xhp
#, fuzzy
+msgctxt ""
+"00040501.xhp\n"
+"par_id3150834\n"
+"39\n"
+"help.text"
msgid "Right"
-msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მარჯვნივ\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მარჯვენა"
-
-#: 00040501.xhp#par_id3153109.40.help.text
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nმარჯვნივ\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\nმარჯვენა"
+
+#. *kCq
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3153109\n"
+"40\n"
+"help.text"
msgid "Choose <emph>Format - Alignment - Top</emph> ($[officename] Writer, $[officename] Calc)"
msgstr ""
-#: 00040501.xhp#par_id3150213.63.help.text
+#. 1Ok]
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3150213\n"
+"63\n"
+"help.text"
msgid "Choose <emph>Modify - Alignment - Top</emph> (objects selected) ($[officename] Draw)"
msgstr ""
-#: 00040501.xhp#par_id3155093.134.help.text
+#. %M3#
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3155093\n"
+"134\n"
+"help.text"
msgid "Open context menu - choose <emph>Alignment - Top</emph> (objects selected) ($[officename] Impress, $[officename] Draw)"
msgstr ""
-#: 00040501.xhp#par_id3151303.41.help.text
-msgctxt "00040501.xhp#par_id3151303.41.help.text"
+#. #59A
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3151303\n"
+"41\n"
+"help.text"
msgid "On <emph>Align</emph> toolbar ($[officename] Impress, $[officename] Draw), click"
msgstr ""
-#: 00040501.xhp#par_id3155386.help.text
+#. 2Hh!
+#: 00040501.xhp
#, fuzzy
+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_id3147502\" src=\"cmd/sc_aligntop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147502\">ხატულა</alt></image>"
-#: 00040501.xhp#par_id3157550.42.help.text
+#. -7V]
+#: 00040501.xhp
#, fuzzy
+msgctxt ""
+"00040501.xhp\n"
+"par_id3157550\n"
+"42\n"
+"help.text"
msgid "Top"
-msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ზევით\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ზედა\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ზედა"
-
-#: 00040501.xhp#par_id3153976.43.help.text
-msgctxt "00040501.xhp#par_id3153976.43.help.text"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nზევით\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nზედა\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\nზედა"
+
+#. mMxa
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3153976\n"
+"43\n"
+"help.text"
msgid "Choose <emph>Format - Alignment - Centered</emph> ($[officename] Writer, $[officename] Calc)"
msgstr ""
-#: 00040501.xhp#par_id3153246.65.help.text
-msgctxt "00040501.xhp#par_id3153246.65.help.text"
+#. V.gd
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3153246\n"
+"65\n"
+"help.text"
msgid "Choose <emph>Modify - Alignment - Centered</emph> (objects selected) ($[officename] Draw)"
msgstr ""
-#: 00040501.xhp#par_id3154614.135.help.text
+#. }Gj!
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3154614\n"
+"135\n"
+"help.text"
msgid "Open context menu - choose <emph>Alignment - Centered</emph> (objects selected) ($[officename] Impress, $[officename] Draw)"
msgstr ""
-#: 00040501.xhp#par_id3149196.44.help.text
-msgctxt "00040501.xhp#par_id3149196.44.help.text"
+#. HeAZ
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3149196\n"
+"44\n"
+"help.text"
msgid "On <emph>Align</emph> toolbar ($[officename] Impress, $[officename] Draw), click"
msgstr ""
-#: 00040501.xhp#par_id3145755.help.text
+#. 5f@6
+#: 00040501.xhp
#, fuzzy
+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_id3153363\" src=\"cmd/sc_alignvcenter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153363\">ხატულა</alt></image>"
-#: 00040501.xhp#par_id3146943.45.help.text
-msgctxt "00040501.xhp#par_id3146943.45.help.text"
+#. Y,$y
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3146943\n"
+"45\n"
+"help.text"
msgid "Centered"
msgstr ""
-#: 00040501.xhp#par_id3149896.46.help.text
+#. R5~f
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3149896\n"
+"46\n"
+"help.text"
msgid "Choose <emph>Format - Alignment - Bottom</emph> ($[officename] Writer, $[officename] Calc)"
msgstr ""
-#: 00040501.xhp#par_id3156049.67.help.text
+#. QrgF
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3156049\n"
+"67\n"
+"help.text"
msgid "Choose <emph>Modify - Alignment - Bottom</emph> (objects selected) ($[officename] Draw)"
msgstr ""
-#: 00040501.xhp#par_id3152545.47.help.text
-msgctxt "00040501.xhp#par_id3152545.47.help.text"
+#. R2Hq
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3152545\n"
+"47\n"
+"help.text"
msgid "On <emph>Align</emph> toolbar ($[officename] Impress, $[officename] Draw), click"
msgstr ""
-#: 00040501.xhp#par_id3154057.help.text
+#. C_KD
+#: 00040501.xhp
#, fuzzy
+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_id3147502\" src=\"cmd/sc_aligntop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147502\">ხატულა</alt></image>"
-#: 00040501.xhp#par_id3145601.48.help.text
+#. JQxU
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3145601\n"
+"48\n"
+"help.text"
msgid "Bottom"
msgstr "ქვედა"
-#: 00040501.xhp#par_id3145197.49.help.text
+#. k5hN
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3145197\n"
+"49\n"
+"help.text"
msgid "Choose <emph>Format - Anchor</emph>"
msgstr ""
-#: 00040501.xhp#par_id2851649.help.text
-msgctxt "00040501.xhp#par_id2851649.help.text"
+#. cS}_
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id2851649\n"
+"help.text"
msgid "Open Form Design toolbar, click"
msgstr ""
-#: 00040501.xhp#par_id3151122.help.text
+#. /b^\
+#: 00040501.xhp
#, fuzzy
+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_id3149565\" src=\"cmd/sc_rect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149565\">ხატულა</alt></image>"
-#: 00040501.xhp#par_id3154763.51.help.text
+#. gD*}
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3154763\n"
+"51\n"
+"help.text"
msgid "Change Anchor"
msgstr ""
-#: 00040501.xhp#par_id3148899.52.help.text
+#. :`fY
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3148899\n"
+"52\n"
+"help.text"
msgid "<variable id=\"anseite\">Choose <emph>Format - Anchor - To Page</emph></variable>"
msgstr ""
-#: 00040501.xhp#par_id3149342.53.help.text
+#. vR^v
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3149342\n"
+"53\n"
+"help.text"
msgid "<variable id=\"amabsatz\">Choose <emph>Format - Anchor - To Paragraph</emph></variable>"
msgstr ""
-#: 00040501.xhp#par_id3155147.54.help.text
+#. :{(m
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3155147\n"
+"54\n"
+"help.text"
msgid "<variable id=\"amzeichen\">Choose <emph>Format - Anchor - To Character</emph></variable>"
msgstr ""
-#: 00040501.xhp#par_id3153042.72.help.text
+#. TPw[
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3153042\n"
+"72\n"
+"help.text"
msgid "<variable id=\"alszeichen\">Choose <emph>Format - Anchor - As Character</emph></variable>"
msgstr ""
-#: 00040501.xhp#par_id3146964.71.help.text
+#. y@=n
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3146964\n"
+"71\n"
+"help.text"
msgid "<variable id=\"amrahmen\">Choose <emph>Format - Anchor - To Frame</emph></variable>"
msgstr ""
-#: 00040501.xhp#par_id3150781.55.help.text
+#. 0oQL
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id3150781\n"
+"55\n"
+"help.text"
msgid "<variable id=\"anderzelle\">Choose <emph>Format - Anchor - To Cell</emph></variable>"
msgstr ""
-#: 00000007.xhp#tit.help.text
-msgctxt "00000007.xhp#tit.help.text"
-msgid "Toolbars"
+#. @{kC
+#: 00000210.xhp
+msgctxt ""
+"00000210.xhp\n"
+"tit\n"
+"help.text"
+msgid "Warning Print Options"
msgstr ""
-#: 00000007.xhp#hd_id3155620.1.help.text
-msgctxt "00000007.xhp#hd_id3155620.1.help.text"
-msgid "Toolbars"
+#. 1~qF
+#: 00000210.xhp
+msgctxt ""
+"00000210.xhp\n"
+"hd_id3145759\n"
+"1\n"
+"help.text"
+msgid "Warning Print Options"
msgstr ""
-#: 00000007.xhp#par_id3152823.4.help.text
-msgid "<variable id=\"werkzeugleiste\">Icon on the Tools bar: </variable>"
-msgstr "<variable id=\"werkzeugleiste\">ხატულა ხელსაწყოთა ზოლზე: </variable>"
+#. n#s+
+#: 00000210.xhp
+msgctxt ""
+"00000210.xhp\n"
+"par_id3152352\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"SD:MODALDIALOG:DLG_PRINT_WARNINGS\">The<emph> Warning Print Options </emph>dialog appears when the page setup does not match the defined print range.</ahelp> This is the case, for example, if you draw a rectangle that is larger than the current page format."
+msgstr ""
-#: 00000007.xhp#par_id3152352.5.help.text
-msgid "<variable id=\"textobjektleiste\">Icon on the Formatting Bar: </variable>"
-msgstr "<variable id=\"textobjektleiste\">ხატულა ფორმატირების ზოლზე: </variable>"
+#. Lgiv
+#: 00000210.xhp
+msgctxt ""
+"00000210.xhp\n"
+"hd_id3150620\n"
+"3\n"
+"help.text"
+msgid "Print options"
+msgstr "ბეჭდვის პარამეტრები"
-#: 00000007.xhp#par_id3151370.7.help.text
-#, fuzzy
-msgid "<variable id=\"objektleiste\">Icon on the Formatting Bar: </variable>"
-msgstr "<variable id=\"diaobjektleiste\">ხატულა სლაიდების ხედვის ზოლზე: </variable>"
+#. ?%Fo
+#: 00000210.xhp
+msgctxt ""
+"00000210.xhp\n"
+"hd_id3156324\n"
+"5\n"
+"help.text"
+msgid "Fit page to print range"
+msgstr ""
-#: 00000007.xhp#par_id3149748.9.help.text
-msgid "<variable id=\"diaobjektleiste\">Icon on the Slide View Bar: </variable>"
-msgstr "<variable id=\"diaobjektleiste\">ხატულა სლაიდების ხედვის ზოლზე: </variable>"
+#. A$Gg
+#: 00000210.xhp
+msgctxt ""
+"00000210.xhp\n"
+"par_id3158405\n"
+"7\n"
+"help.text"
+msgid "If you select the <emph>Fit page to print range </emph>option, the <emph>Warning Print Options</emph> dialog will not appear in subsequent print runs of this document."
+msgstr ""
-#: 00000007.xhp#par_id3156553.10.help.text
-msgid "<variable id=\"symbolleistenneu\">This overview describes the default toolbar configuration for $[officename].</variable>"
+#. ^pmd
+#: 00000210.xhp
+msgctxt ""
+"00000210.xhp\n"
+"hd_id3156553\n"
+"8\n"
+"help.text"
+msgid "Print on multiple pages"
msgstr ""
-#: 00000007.xhp#par_id3153551.11.help.text
-msgid "Asian Language Support"
-msgstr "აზიური ენის მხარდაჭერა"
+#. ]4.s
+#: 00000210.xhp
+msgctxt ""
+"00000210.xhp\n"
+"par_id3154823\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PRINT_WARNINGS:RBT_POSTER\">Specifies whether to distribute the printout on multiple pages.</ahelp> The print range will be printed on multiple pages."
+msgstr ""
-#: 00000007.xhp#par_id3156326.12.help.text
-msgid "These commands can only be accessed after you enable support for Asian languages in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>."
+#. sr4j
+#: 00000210.xhp
+msgctxt ""
+"00000210.xhp\n"
+"hd_id3147010\n"
+"10\n"
+"help.text"
+msgid "Trim"
+msgstr ""
+
+#. uj)e
+#: 00000210.xhp
+msgctxt ""
+"00000210.xhp\n"
+"par_id3151111\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PRINT_WARNINGS:RBT_CUT\">Specifies that anything extending beyond the maximum print range will be cut off and not included in the printing.</ahelp>"
msgstr ""
-#: 00000450.xhp#tit.help.text
-msgctxt "00000450.xhp#tit.help.text"
+#. y]*/
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"tit\n"
+"help.text"
msgid "Database"
msgstr ""
-#: 00000450.xhp#hd_id3154689.1.help.text
-msgctxt "00000450.xhp#hd_id3154689.1.help.text"
+#. /pQG
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"hd_id3154689\n"
+"1\n"
+"help.text"
msgid "Database"
msgstr ""
-#: 00000450.xhp#par_id3152876.7.help.text
+#. 0^aN
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"par_id3152876\n"
+"7\n"
+"help.text"
msgid "<variable id=\"DBTab\">In a database file window, choose <emph>Tools - Table Filter</emph></variable>"
msgstr ""
-#: 00000450.xhp#par_id3153244.57.help.text
+#. Dg,Q
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"par_id3153244\n"
+"57\n"
+"help.text"
msgid "<variable id=\"DBAbfragen\"><emph>View - Database Objects - Queries</emph></variable>"
msgstr ""
-#: 00000450.xhp#par_id3147294.4.help.text
+#. M`00
+#: 00000450.xhp
#, fuzzy
+msgctxt ""
+"00000450.xhp\n"
+"par_id3147294\n"
+"4\n"
+"help.text"
msgid "<variable id=\"Typ\">In a database file window, choose <emph>Edit - Database - Properties - Advanced Settings</emph> tab</variable>"
msgstr "<variable id=\"dnstot\">არჩევა <emph>მონაცემები - დახარისხება - პარამეტრები</emph> tab </variable>"
-#: 00000450.xhp#par_id3159411.5.help.text
+#. F%eY
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"par_id3159411\n"
+"5\n"
+"help.text"
msgid "<variable id=\"Datenquelle\">In a database file window of type ODBC or Address book, choose Edit - Database - Connection Type</variable>"
msgstr ""
-#: 00000450.xhp#par_id3149119.6.help.text
+#. )nCi
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"par_id3149119\n"
+"6\n"
+"help.text"
msgid "<variable id=\"Verzeichnis\">Path selection button in various Wizards / <emph>Edit</emph> Buttons for some entries in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Paths</emph></variable>"
msgstr ""
-#: 00000450.xhp#par_id3154497.8.help.text
+#. DLxU
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"par_id3154497\n"
+"8\n"
+"help.text"
msgid "<variable id=\"ODBC\">In a database file window of type ODBC, choose Edit - Database - Connection Type</variable>"
msgstr ""
-#: 00000450.xhp#par_id3149355.61.help.text
+#. FpiS
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"par_id3149355\n"
+"61\n"
+"help.text"
msgid "<variable id=\"ldap\">In a database file window of type Address book - LDAP, choose Edit - Database - Properties</variable>"
msgstr ""
-#: 00000450.xhp#par_id3157896.9.help.text
+#. `=z\
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"par_id3157896\n"
+"9\n"
+"help.text"
msgid "<variable id=\"JDBC\">In a database file window of type JDBC, choose <emph>Edit - Database - Properties</emph></variable>"
msgstr ""
-#: 00000450.xhp#par_id3148548.81.help.text
+#. X#\R
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"par_id3148548\n"
+"81\n"
+"help.text"
msgid "<variable id=\"mysql\">In a database file window of type MySQL, choose <emph>Edit - Database - Properties</emph></variable>"
msgstr ""
-#: 00000450.xhp#par_id3149346.10.help.text
+#. Q9IX
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"par_id3149346\n"
+"10\n"
+"help.text"
msgid "<variable id=\"dBase\">In a database file window of type dBASE, choose <emph>Edit - Database - Properties</emph></variable>"
msgstr ""
-#: 00000450.xhp#par_id3147043.11.help.text
+#. SNf1
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"par_id3147043\n"
+"11\n"
+"help.text"
msgid "<variable id=\"dBasein\">In a database file window of type dBASE, choose <emph>Edit - Database - Properties</emph>, click <emph>Indexes</emph></variable>"
msgstr ""
-#: 00000450.xhp#par_id3154317.12.help.text
+#. 2*Po
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"par_id3154317\n"
+"12\n"
+"help.text"
msgid "<variable id=\"Text\">In a database file window of type Text, choose <emph>Edit - Database - Properties</emph></variable>"
msgstr ""
-#: 00000450.xhp#par_id3150774.20.help.text
+#. cK$%
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"par_id3150774\n"
+"20\n"
+"help.text"
msgid "<variable id=\"ADO\">In a database file window of type MS ADO, choose <emph>Edit - Database - Properties</emph></variable>"
msgstr ""
-#: 00000450.xhp#par_id3151110.21.help.text
+#. YE`|
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"par_id3151110\n"
+"21\n"
+"help.text"
msgid "<variable id=\"SQLStatement\">In a database file window, choose <emph>Tools - SQL</emph></variable>"
msgstr ""
-#: 00000450.xhp#par_id3147209.22.help.text
+#. LCp$
+#: 00000450.xhp
#, fuzzy
+msgctxt ""
+"00000450.xhp\n"
+"par_id3147209\n"
+"22\n"
+"help.text"
msgid "<variable id=\"Abfragen\">In a database file window, click the <emph>Queries</emph> icon</variable>"
msgstr "<variable id=\"frtites\">ამოირჩიეთ <emph>Format - ფურცელი </emph>and then click the <emph>ფურცელი </emph>tab </variable>"
-#: 00000450.xhp#par_id3153880.62.help.text
+#. }p$A
+#: 00000450.xhp
#, fuzzy
+msgctxt ""
+"00000450.xhp\n"
+"par_id3153880\n"
+"62\n"
+"help.text"
msgid "<variable id=\"Tabellen\">In a database file window, click the <emph>Tables</emph> icon</variable>"
msgstr "<variable id=\"logischtext\">ეს კატეგორია შეიცავს <emph>ლოგიკურ</emph> ფუნქციებს. </variable>"
-#: 00000450.xhp#par_id3153760.64.help.text
+#. )J51
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"par_id3153760\n"
+"64\n"
+"help.text"
msgid "<variable id=\"tabellenentwurf\">In a database file window, click the Tables icon. Choose Insert -<emph> Table Design</emph> or <emph>Edit - Edit</emph></variable>"
msgstr ""
-#: 00000450.xhp#par_id3156329.65.help.text
+#. x8%+
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"par_id3156329\n"
+"65\n"
+"help.text"
msgid "<variable id=\"indexentwurf\">In a database file window, click the Tables icon. Choose <emph>Insert - Table Design</emph> or <emph>Edit - Edit</emph></variable>"
msgstr ""
-#: 00000450.xhp#par_id3154047.23.help.text
+#. ZTcZ
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"par_id3154047\n"
+"23\n"
+"help.text"
msgid "<variable id=\"AbfrageNeu\">In a database file window, choose <emph>Insert - Query (Design view)</emph></variable>"
msgstr ""
-#: 00000450.xhp#par_id3149579.24.help.text
+#. 5$;Z
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"par_id3149579\n"
+"24\n"
+"help.text"
msgid "<variable id=\"entwab\">In a database file window, click the <emph>Queries</emph> icon, then choose <emph>Edit - Edit</emph></variable>"
msgstr ""
-#: 00000450.xhp#par_id3149902.25.help.text
+#. lX:=
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"par_id3149902\n"
+"25\n"
+"help.text"
msgid "<variable id=\"FehlendesElement\">In a database file window, click the <emph>Queries</emph> icon, then choose <emph>Edit - Edit</emph>. When referenced fields no longer exist, you see this dialog</variable>"
msgstr ""
-#: 00000450.xhp#par_id3159166.26.help.text
+#. #\%g
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"par_id3159166\n"
+"26\n"
+"help.text"
msgid "<variable id=\"Joins\">Open query design and choose <emph>Insert - New Relation</emph>, or double-click on a connection line between two tables.</variable>"
msgstr ""
-#: 00000450.xhp#par_id3151245.help.text
+#. ,P]]
+#: 00000450.xhp
#, fuzzy
+msgctxt ""
+"00000450.xhp\n"
+"par_id3151245\n"
+"help.text"
msgid "<image id=\"img_id3153063\" src=\"cmd/sc_addtable.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153063\">Icon</alt></image>"
msgstr "<image id=\"img_id3153363\" src=\"cmd/sc_alignvcenter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153363\">ხატულა</alt></image>"
-#: 00000450.xhp#par_id3153896.41.help.text
+#. )/8D
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"par_id3153896\n"
+"41\n"
+"help.text"
msgid "Insert Tables"
msgstr "ცხრილების ჩასმა"
-#: 00000450.xhp#par_id3149457.help.text
+#. j)F\
+#: 00000450.xhp
#, fuzzy
+msgctxt ""
+"00000450.xhp\n"
+"par_id3149457\n"
+"help.text"
msgid "<image id=\"img_id3147282\" src=\"cmd/sc_dbaddrelation.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147282\">Icon</alt></image>"
msgstr "<image id=\"img_id3147502\" src=\"cmd/sc_aligntop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147502\">ხატულა</alt></image>"
-#: 00000450.xhp#par_id3159085.43.help.text
+#. [A3b
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"par_id3159085\n"
+"43\n"
+"help.text"
msgid "New Relation"
msgstr "ახალი კავშირი"
-#: 00000450.xhp#par_id3150414.47.help.text
+#. W$F$
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"par_id3150414\n"
+"47\n"
+"help.text"
msgid "<emph>Find Record</emph> icon on the Table Data bar and Form Design bar"
msgstr ""
-#: 00000450.xhp#par_id3157962.help.text
+#. R922
+#: 00000450.xhp
#, fuzzy
+msgctxt ""
+"00000450.xhp\n"
+"par_id3157962\n"
+"help.text"
msgid "<image id=\"img_id3145419\" src=\"cmd/sc_recsearch.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145419\">Icon</alt></image>"
msgstr "<image id=\"img_id3149716\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149716\">ხატულა</alt></image>"
-#: 00000450.xhp#par_id3157322.48.help.text
+#. wB}]
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"par_id3157322\n"
+"48\n"
+"help.text"
msgid "Find Record"
msgstr "ჩანაწერის ძებნა"
-#: 00000450.xhp#par_id3150870.49.help.text
+#. ,NQh
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"par_id3150870\n"
+"49\n"
+"help.text"
msgid "<emph>Sort Order</emph> icon on the Table Data bar and Form Design bar"
msgstr ""
-#: 00000450.xhp#par_id3150393.help.text
+#. Mm%g
+#: 00000450.xhp
#, fuzzy
+msgctxt ""
+"00000450.xhp\n"
+"par_id3150393\n"
+"help.text"
msgid "<image id=\"img_id3145606\" src=\"cmd/sc_tablesort.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145606\">Icon</alt></image>"
msgstr "<image id=\"img_id3149565\" src=\"cmd/sc_rect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149565\">ხატულა</alt></image>"
-#: 00000450.xhp#par_id3145745.50.help.text
+#. ?,sp
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"par_id3145745\n"
+"50\n"
+"help.text"
msgid "Sort Order"
msgstr "დახარისხების მიმართულება"
-#: 00000450.xhp#par_id3145171.55.help.text
+#. qTZF
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"par_id3145171\n"
+"55\n"
+"help.text"
msgid "<variable id=\"allgemein\">In a database file window, choose <emph>Edit - Database - Properties</emph></variable>"
msgstr ""
-#: 00000450.xhp#par_id3159252.63.help.text
+#. UOiD
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"par_id3159252\n"
+"63\n"
+"help.text"
msgid "<variable id=\"tabellecopy\">Drag and drop a table or a query into the table part of another database file window</variable>"
msgstr ""
-#: 00000450.xhp#par_id3148560.66.help.text
+#. inPb
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"par_id3148560\n"
+"66\n"
+"help.text"
msgid "<variable id=\"formularneu\">In a database file window, choose<emph> Insert - Form</emph></variable>"
msgstr ""
-#: 00000450.xhp#par_id3155430.67.help.text
+#. )XH/
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"par_id3155430\n"
+"67\n"
+"help.text"
msgid "<variable id=\"benutzereinstellungen\">In a database file window, choose <emph>Edit - Database - Properties</emph></variable>"
msgstr ""
-#: 00000450.xhp#par_id3147441.69.help.text
+#. cX7t
+#: 00000450.xhp
+msgctxt ""
+"00000450.xhp\n"
+"par_id3147441\n"
+"69\n"
+"help.text"
msgid "<variable id=\"relationen\">In a database file window, choose <emph>Tools - Relationships</emph></variable>"
msgstr ""
-
-#: 00000408.xhp#tit.help.text
-msgctxt "00000408.xhp#tit.help.text"
-msgid "Help Menu"
-msgstr ""
-
-#: 00000408.xhp#hd_id3154689.1.help.text
-msgctxt "00000408.xhp#hd_id3154689.1.help.text"
-msgid "Help Menu"
-msgstr ""
-
-#: 00000408.xhp#par_id3150960.2.help.text
-#, fuzzy
-msgid "<variable id=\"content\">Choose <emph>Help - Contents</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-
-#: 00000408.xhp#par_id3147240.14.help.text
-msgid "<variable id=\"infoanwendung\">Choose <emph>Help - About </emph><emph>%PRODUCTNAME</emph></variable>"
-msgstr ""
-
-#: 00000408.xhp#par_id3151387.15.help.text
-msgid "Automatically after <item type=\"productname\">%PRODUCTNAME</item> is first started."
-msgstr ""
-
-#: 00000408.xhp#par_id3153808.16.help.text
-msgid "Choose <emph>Help - Registration</emph> (this is a direct link to an external website)"
-msgstr ""
-
-#: 00000206.xhp#tit.help.text
-msgctxt "00000206.xhp#tit.help.text"
-msgid "Dif Import/Export/ Lotus import/ dBASE import"
-msgstr ""
-
-#: 00000206.xhp#hd_id3155354.1.help.text
-msgctxt "00000206.xhp#hd_id3155354.1.help.text"
-msgid "Dif Import/Export/ Lotus import/ dBASE import"
-msgstr ""
-
-#: 00000206.xhp#par_id3150620.4.help.text
-msgid "Defines the options for import/export. These dialogs will be automatically shown if the corresponding file type is selected."
-msgstr ""
-
-#: 00000206.xhp#hd_id3149000.2.help.text
-msgctxt "00000206.xhp#hd_id3149000.2.help.text"
-msgid "Character set"
-msgstr "კოდირება"
-
-#: 00000206.xhp#par_id3152790.5.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_IMPORTOPT:LB_FONT\">Select the character set from the options used for import/export.</ahelp>"
-msgstr ""
-
-#: 00000206.xhp#par_id3152942.3.help.text
-msgid "For further information regarding filters, refer to the topic: <link href=\"text/shared/00/00000020.xhp\" name=\"Information about Import and Export Filters\">Information about Import and Export Filters</link>."
-msgstr ""
-
-#: icon_alt.xhp#tit.help.text
-msgid "Standard Icons Alt Texts to be Embedded"
-msgstr ""
-
-#: icon_alt.xhp#par_idN10546.help.text
-msgid "<variable id=\"alt_icon\">Icon </variable>"
-msgstr "<variable id=\"alt_icon\">ხატულა </variable>"
-
-#: icon_alt.xhp#par_idN10555.help.text
-msgid "<variable id=\"alt_warning\">Warning Icon </variable>"
-msgstr "<variable id=\"alt_warning\">გავრთხილების ხატულა </variable>"
-
-#: icon_alt.xhp#par_idN10564.help.text
-msgid "<variable id=\"alt_tip\">Tip Icon </variable>"
-msgstr "<variable id=\"alt_tip\">რჩევის ხატულა </variable>"
-
-#: icon_alt.xhp#par_idN10573.help.text
-msgid "<variable id=\"alt_note\">Note Icon </variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
diff --git a/source/ka/helpcontent2/source/text/shared/01.po b/source/ka/helpcontent2/source/text/shared/01.po
index 76925284ea4..0f9df0ed336 100644
--- a/source/ka/helpcontent2/source/text/shared/01.po
+++ b/source/ka/helpcontent2/source/text/shared/01.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/shared/01.oo
+#. extracted from helpcontent2/source/text/shared/01
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2012-06-16 14:47+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,23281 +12,52813 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: 06150000.xhp#tit.help.text
-msgid "XML Filter Settings"
+#. _YXV
+#: extensionupdate.xhp
+msgctxt ""
+"extensionupdate.xhp\n"
+"tit\n"
+"help.text"
+msgid "Extension Update"
msgstr ""
-#: 06150000.xhp#bm_id3153272.help.text
-msgid "<bookmark_value>filters; XML filter settings</bookmark_value><bookmark_value>XML filters; settings</bookmark_value>"
+#. ?*Tm
+#: extensionupdate.xhp
+msgctxt ""
+"extensionupdate.xhp\n"
+"hd_id9688100\n"
+"help.text"
+msgid "Extension Update"
msgstr ""
-#: 06150000.xhp#hd_id3153272.2.help.text
-msgid "<link href=\"text/shared/01/06150000.xhp\" name=\"XML Filter Settings\">XML Filter Settings</link>"
+#. |(GS
+#: extensionupdate.xhp
+msgctxt ""
+"extensionupdate.xhp\n"
+"par_id5084688\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click the <emph>Check for Updates</emph> button in the <link href=\"text/shared/01/packagemanager.xhp\">Extension Manager</link> to check for online updates for all installed extensions. To check for online updates for only the selected extension, right-click to open the context menu, then choose <emph>Update</emph>.</ahelp>"
msgstr ""
-#: 06150000.xhp#par_id3152937.1.help.text
-msgid "<ahelp hid=\".uno:OpenXMLFilterSettings\">Opens the <emph>XML Filter Settings </emph>dialog, where you can create, edit, delete, and test filters to import and to export XML files.</ahelp>"
+#. ^X_B
+#: extensionupdate.xhp
+msgctxt ""
+"extensionupdate.xhp\n"
+"par_id6401257\n"
+"help.text"
+msgid "When you click the <item type=\"menuitem\">Check for Updates</item> button or choose the <item type=\"menuitem\">Update</item> command, the Extension Update dialog is displayed and the check for availability of updates starts immediately."
msgstr ""
-#: 06150000.xhp#par_idN10646.help.text
-msgctxt "06150000.xhp#par_idN10646.help.text"
-msgid "Some filters are only available as optional components during the %PRODUCTNAME installation. To install an optional filter, run the %PRODUCTNAME Setup application, select \"Modify\", and then select the filter that you want in the list of modules."
+#. r/lb
+#: extensionupdate.xhp
+msgctxt ""
+"extensionupdate.xhp\n"
+"par_id5841242\n"
+"help.text"
+msgid "<ahelp hid=\".\">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.</ahelp>"
msgstr ""
-#: 06150000.xhp#par_id3154794.3.help.text
-msgid "The term <emph>XML filter</emph> is used in the following as a shortcut for the more exact description as an <emph>XSLT based filter</emph>."
+#. RCpJ
+#: extensionupdate.xhp
+msgctxt ""
+"extensionupdate.xhp\n"
+"par_id6794030\n"
+"help.text"
+msgid "If no updates are available, the message in the dialog tells you there are no updates. Close the dialog."
msgstr ""
-#: 06150000.xhp#par_id3149495.4.help.text
-msgctxt "06150000.xhp#par_id3149495.4.help.text"
-msgid "Term"
+#. _eTi
+#: extensionupdate.xhp
+msgctxt ""
+"extensionupdate.xhp\n"
+"par_id7096774\n"
+"help.text"
+msgid "If updates are available, the updates can either be installed automatically, or you must respond with some action:"
msgstr ""
-#: 06150000.xhp#par_id3149549.5.help.text
-msgctxt "06150000.xhp#par_id3149549.5.help.text"
-msgid "Description"
-msgstr "წარწერა"
+#. ;hll
+#: extensionupdate.xhp
+msgctxt ""
+"extensionupdate.xhp\n"
+"par_id6420484\n"
+"help.text"
+msgid "The Extension Update dialog may contain entries which are not selectable and hence no automatic update can be performed."
+msgstr ""
-#: 06150000.xhp#par_id3144758.6.help.text
-msgid "XML"
+#. TV7_
+#: extensionupdate.xhp
+msgctxt ""
+"extensionupdate.xhp\n"
+"par_id6986602\n"
+"help.text"
+msgid "Dependencies are not fulfilled (the update needs some more or newer files to be installed)."
msgstr ""
-#: 06150000.xhp#par_id3152425.7.help.text
-msgid "Extensible Markup Language"
+#. $${C
+#: extensionupdate.xhp
+msgctxt ""
+"extensionupdate.xhp\n"
+"par_id616779\n"
+"help.text"
+msgid "Insufficient user rights (the Extension Manager was started from the menu, but shared extensions can only be modified when %PRODUCTNAME does not run, and only by a user with appropriate rights). See <link href=\"text/shared/01/packagemanager.xhp\">Extension Manager</link> for details."
msgstr ""
-#: 06150000.xhp#par_id3155355.8.help.text
-msgid "XSL"
+#. QWF1
+#: extensionupdate.xhp
+msgctxt ""
+"extensionupdate.xhp\n"
+"par_id791039\n"
+"help.text"
+msgid "A manual update is necessary."
msgstr ""
-#: 06150000.xhp#par_id3145071.9.help.text
-msgid "Extensible Stylesheet Language"
+#. MkUW
+#: extensionupdate.xhp
+msgctxt ""
+"extensionupdate.xhp\n"
+"par_id757469\n"
+"help.text"
+msgid "<ahelp hid=\".\">When you click the Install button the Download and Installation dialog is displayed.</ahelp>"
msgstr ""
-#: 06150000.xhp#par_id3156426.10.help.text
-msgid "XSLT"
+#. ]1-w
+#: extensionupdate.xhp
+msgctxt ""
+"extensionupdate.xhp\n"
+"par_id5189062\n"
+"help.text"
+msgid "All extensions which can be directly downloaded are downloaded now. The progress is shown in the Download and Installation dialog. If an extension cannot be downloaded, a message is displayed. The operation continues for the remaining extensions."
msgstr ""
-#: 06150000.xhp#par_id3154983.11.help.text
-msgid "Extensible Stylesheet Language Transformation. XSLT files are also called XSLT stylesheets."
+#. ):D|
+#: extensionupdate.xhp
+msgctxt ""
+"extensionupdate.xhp\n"
+"par_id3949095\n"
+"help.text"
+msgid "Some extensions may be marked with the phrase \"browser based update\". These extensions cannot be downloaded by the Extension Manager. A web browser must be opened to download the extension update from a particular web site. That site may require several more user interaction to download the extension. After downloading you must install the extension manually, for example by double-clicking the extension's icon in a file browser."
msgstr ""
-#: 06150000.xhp#par_idN106E7.help.text
-msgid "The XHTML export filter produces valid \"XHTML 1.0 Strict\" output for Writer, Calc, Draw, and Impress documents."
+#. *ZYX
+#: extensionupdate.xhp
+msgctxt ""
+"extensionupdate.xhp\n"
+"par_id3729056\n"
+"help.text"
+msgid "For extensions marked as \"browser based update\", the Extension Manager will open your web browser on the respective web site. This happens when you close the dialog, after downloading any other extension updates. If there are no extensions which can be directly downloaded then the web browser is started immediately."
msgstr ""
-#: 06150000.xhp#hd_id3145382.12.help.text
-msgctxt "06150000.xhp#hd_id3145382.12.help.text"
-msgid "Filter list"
+#. D}]B
+#: extensionupdate.xhp
+msgctxt ""
+"extensionupdate.xhp\n"
+"par_id6854457\n"
+"help.text"
+msgid "After the last extension has been downloaded, the installation begins. First all installed extensions for which an update could be downloaded successfully, are removed. Then the updated extensions are installed. If an error occurs, a message that the installation failed is displayed, but the operation proceeds."
msgstr ""
-#: 06150000.xhp#par_id3147209.13.help.text
-msgid "<ahelp hid=\"HID_XML_FILTER_LIST\">Select one or more filters, then click one of the buttons.</ahelp>"
+#. 0gcZ
+#: extensionupdate.xhp
+msgctxt ""
+"extensionupdate.xhp\n"
+"par_id3372295\n"
+"help.text"
+msgid "If all updates have been processed the Download and Installation dialog shows that it has finished. You can abort the download and installation process by clicking the <emph>Abort Update</emph> button."
msgstr ""
-#: 06150000.xhp#par_idN10711.help.text
-msgctxt "06150000.xhp#par_idN10711.help.text"
-msgid "Some filters are only available as optional components during the %PRODUCTNAME installation. To install an optional filter, run the %PRODUCTNAME Setup application, select \"Modify\", and then select the filter that you want in the list of modules."
+#. /DQe
+#: extensionupdate.xhp
+msgctxt ""
+"extensionupdate.xhp\n"
+"hd_id5699942\n"
+"help.text"
+msgid "Show all Updates"
msgstr ""
-#: 06150000.xhp#par_id3153032.33.help.text
-msgid "The lists shows the name and the type of the installed filters."
+#. ?_RY
+#: extensionupdate.xhp
+msgctxt ""
+"extensionupdate.xhp\n"
+"par_id641193\n"
+"help.text"
+msgid "<ahelp hid=\".\">By default, only the downloadable extensions are shown in the dialog. Mark <emph>Show all Updates</emph> to see also other extensions and error messages.</ahelp>"
msgstr ""
-#: 06150000.xhp#par_id3154577.14.help.text
-msgid "Click a filter to select it."
+#. .5S+
+#: extensionupdate.xhp
+msgctxt ""
+"extensionupdate.xhp\n"
+"par_id7634510\n"
+"help.text"
+msgid "<link href=\"text/shared/01/packagemanager.xhp\">Extension Manager</link>"
msgstr ""
-#: 06150000.xhp#par_id3149885.15.help.text
-msgid "Shift-click or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>-click to select several filters."
+#. uZEs
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"tit\n"
+"help.text"
+msgid "General"
msgstr ""
-#: 06150000.xhp#par_id3149784.16.help.text
-msgid "Double-click a name to edit the filter."
+#. `k):
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"bm_id3149955\n"
+"help.text"
+msgid "<bookmark_value>version numbers of documents</bookmark_value> <bookmark_value>documents; version numbers</bookmark_value> <bookmark_value>files; version numbers</bookmark_value> <bookmark_value>editing time of documents</bookmark_value> <bookmark_value>documents; editing time</bookmark_value>"
+msgstr "<bookmark_value>დოკუმენტების ვერსიის ნომრები</bookmark_value><bookmark_value>დოკუმენტების ვერსიის ნომრები</bookmark_value><bookmark_value>ფაილების ვერსიის ნომრები</bookmark_value><bookmark_value>დოკუმენტების რედაქტირების დრო</bookmark_value><bookmark_value>დოკუმენტების რედაქტირების დრო</bookmark_value>"
+
+#. ,mIp
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"hd_id3148668\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01100200.xhp\" name=\"General\">General</link>"
+msgstr "<link href=\"text/shared/01/01100200.xhp\" name=\"General\">ზოგადი</link>"
+
+#. 8*W^
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"par_id3154863\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DOCINFODOC\">Contains basic information about the current file.</ahelp>"
+msgstr "<ahelp hid=\"HID_DOCINFODOC\">შეიცავს მიმდინარე ფაილის ძირითად ინფორმაციას.</ahelp>"
+
+#. !`2Y
+#: 01100200.xhp
+#, fuzzy
+msgctxt ""
+"01100200.xhp\n"
+"hd_id3149999\n"
+"3\n"
+"help.text"
+msgid "File"
+msgstr "შევსება"
+
+#. UqDd
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"par_id3153114\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:EDIT:TP_DOCINFODOC:ED_FILE_NAME\">Displays the file name.</ahelp>"
+msgstr "<ahelp hid=\"SFX2:EDIT:TP_DOCINFODOC:ED_FILE_NAME\">აჩვენებს ფაილის სახელს</ahelp>"
+
+#. OG31
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"hd_id3156136\n"
+"17\n"
+"help.text"
+msgid "Type:"
+msgstr "ტიპი:"
+
+#. i%kW
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"par_id3155552\n"
+"20\n"
+"help.text"
+msgid "Displays the file type for the current document."
+msgstr "აჩვენებს ფაილის ტიპს მიმდინარე დოკუმენტისთვის"
+
+#. TL$N
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"hd_id3145314\n"
+"18\n"
+"help.text"
+msgid "Location:"
+msgstr "მდებარეობა:"
+
+#. 69x|
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"par_id3150506\n"
+"21\n"
+"help.text"
+msgid "Displays the path and the name of the directory where the file is stored."
+msgstr "აჩვენებს შენახული ფაილის დირექტორიის მდებარეობას და სახელს"
+
+#. |n4a
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"hd_id3155892\n"
+"19\n"
+"help.text"
+msgid "Size:"
+msgstr "ზომა:"
+
+#. 7sJe
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"par_id3153311\n"
+"22\n"
+"help.text"
+msgid "Displays the size of the current document in bytes."
+msgstr "აჩვენებს მიმდინარე დოკუმენტის ზომას ბიტებში"
+
+#. cBa1
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"hd_id3149178\n"
+"7\n"
+"help.text"
+msgid "Created:"
+msgstr "შექმნილი:"
+
+#. y9E1
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"par_id3153748\n"
+"8\n"
+"help.text"
+msgid "Displays the date and time and author when the file was first saved."
+msgstr "აჩვენებს ფაილის პირველად შენახვის თარიღს, დროს, და ავტორს."
+
+#. ap-Y
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"hd_id3149182\n"
+"9\n"
+"help.text"
+msgid "Modified:"
+msgstr "შეიცვალა:"
+
+#. O5bF
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"par_id3150355\n"
+"10\n"
+"help.text"
+msgid "Displays the date and time and author when the file was last saved in a $[officename] file format."
+msgstr "აჩვენებს ფაილის $[officename] ფორმატში ბოლო დამახსოვრების თარიღს, დროს და ავტორს."
+
+#. ^]CY
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"par_idN106C5\n"
+"help.text"
+msgid "Digitally signed:"
+msgstr "ციფრულად ხელმოწერილი:"
+
+#. Ejxf
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"par_idN106C9\n"
+"help.text"
+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 "აჩვენებს ფაილის ბოლო ხელმოწერის თარიღს და დროს და ასევე დოკუმენტის ხელისმომწერი ავტორის სახელს."
+
+#. /1J2
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"par_idN106CC\n"
+"help.text"
+msgid "Digital Signature"
+msgstr "ციფრული ხელმოწერა"
+
+#. j.P,
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"par_idN106D0\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/01/digitalsignatures.xhp\">Digital Signatures</link> dialog where you can manage digital signatures for the current document."
+msgstr "ხსნის დიალოგს <link href=\"text/shared/01/digitalsignatures.xhp\">ციფრული ხელმოწერები </link>სადაც შეგიძლიათ მართოთ ციფრული ხელმოწერები მიმდინარე დოკუმენტისთვის."
+
+#. aTRs
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"hd_id3156346\n"
+"11\n"
+"help.text"
+msgid "Last printed:"
+msgstr "ბოლო დაბეჭდილი:"
+
+#. :`]!
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"par_id3152780\n"
+"12\n"
+"help.text"
+msgid "Displays the date and time and user name when the file was last printed."
+msgstr "აჩვენებს ბოლოს დაბეჭდილი ფაილის თარიღს, დროს და მომხმარებლის სახელს."
+
+#. f{mW
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"hd_id3153252\n"
+"15\n"
+"help.text"
+msgid "Revision number:"
msgstr ""
-#: 06150000.xhp#hd_id3159400.17.help.text
-msgctxt "06150000.xhp#hd_id3159400.17.help.text"
-msgid "New"
+#. FlLu
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"par_id3149955\n"
+"16\n"
+"help.text"
+msgid "Displays the number of times that the file has been saved."
+msgstr "აჩვენებს ფაილების შენახვის დროთა რაოდენობას."
+
+#. =n$]
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"hd_id3155342\n"
+"13\n"
+"help.text"
+msgid "Editing time:"
+msgstr "რედაქტირების დრო:"
+
+#. DcpE
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"par_id3149795\n"
+"14\n"
+"help.text"
+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 "აჩვენებს ფაილების შექმნიდან მათი რედაქტირებისთვის გახსნის დროთა რაოდენობას. ფაილების შენახვისას რედაქტირების დროის განახლება ხდება ფაილის შენახვისას."
+
+#. AP8Y
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"hd_id3154810\n"
+"33\n"
+"help.text"
+msgid "Apply User Data"
+msgstr "მომხმარებლის მონაცემთა გამოყენება"
+
+#. ^BUR
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"par_id3143271\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:CHECKBOX:TP_DOCINFODOC:CB_USE_USERDATA\">Saves the user's full name with the file. You can edit the name by choosing <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - User Data</emph>.</ahelp>"
msgstr ""
-#: 06150000.xhp#par_id3149516.18.help.text
-msgid "<ahelp hid=\"HID_XML_FILTER_NEW\">Opens a dialog with the name of a new filter.</ahelp>"
+#. /!rc
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"hd_id3154046\n"
+"35\n"
+"help.text"
+msgid "Delete"
msgstr ""
-#: 06150000.xhp#hd_id3143270.19.help.text
-msgctxt "06150000.xhp#hd_id3143270.19.help.text"
-msgid "Edit"
-msgstr "გასვლა"
+#. .3U\
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"par_id3152349\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:PUSHBUTTON:TP_DOCINFODOC:BTN_DELETE\">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=\"SFX2:PUSHBUTTON:TP_DOCINFODOC:BTN_DELETE\">რედაქტირების დროის განულება, შექმნის თარიღის მიმდინარე თარიღსა და დროზე და ვერსიის ნომრის 1-ზე მისადგება. ასევე განახლებისა და ბეჭდვის თარიღებიც</ahelp>"
-#: 06150000.xhp#par_id3156192.20.help.text
-msgid "<ahelp hid=\"HID_XML_FILTER_EDIT\">Opens a dialog with the name of the selected file.</ahelp>"
-msgstr ""
+#. SGYR
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"hd_id3149576\n"
+"5\n"
+"help.text"
+msgid "Template:"
+msgstr "შაბლონი:"
-#: 06150000.xhp#hd_id3154380.21.help.text
-msgid "Test XSLTs"
+#. K[e0
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"par_id3147530\n"
+"6\n"
+"help.text"
+msgid "Displays the template that was used to create the file."
+msgstr "აჩვენებს ფაილის შესაქმნელად გამოყენებულ შაბლონს."
+
+#. av~y
+#: 05350000.xhp
+msgctxt ""
+"05350000.xhp\n"
+"tit\n"
+"help.text"
+msgid "3D Effects"
msgstr ""
-#: 06150000.xhp#par_id3148491.22.help.text
-msgid "<ahelp hid=\"HID_XML_FILTER_TEST\">Opens a dialog with the name of the selected file.</ahelp>"
+#. 3VqS
+#: 05350000.xhp
+#, fuzzy
+msgctxt ""
+"05350000.xhp\n"
+"hd_id3153136\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05350000.xhp\" name=\"3D Effects\">3D Effects</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
+
+#. =`}d
+#: 05350000.xhp
+msgctxt ""
+"05350000.xhp\n"
+"par_id3156324\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Window3D\">Specifies the properties of 3D object(s) in the current document.</ahelp>"
msgstr ""
-#: 06150000.xhp#hd_id3157909.23.help.text
-msgctxt "06150000.xhp#hd_id3157909.23.help.text"
-msgid "Delete"
+#. PeK3
+#: 05150101.xhp
+msgctxt ""
+"05150101.xhp\n"
+"tit\n"
+"help.text"
+msgid "Add AutoFormat"
msgstr ""
-#: 06150000.xhp#par_id3153564.24.help.text
-msgid "<ahelp hid=\"HID_XML_FILTER_DELETE\">Deletes the selected file after you confirm the dialog that follows.</ahelp>"
+#. `CTy
+#: 05150101.xhp
+msgctxt ""
+"05150101.xhp\n"
+"hd_id3154841\n"
+"1\n"
+"help.text"
+msgid "Add AutoFormat"
msgstr ""
-#: 06150000.xhp#hd_id3151384.25.help.text
-msgid "Save as Package"
+#. BER(
+#: 05150101.xhp
+msgctxt ""
+"05150101.xhp\n"
+"hd_id3154812\n"
+"2\n"
+"help.text"
+msgid "Name"
+msgstr "სახელები"
+
+#. MbZ%
+#: 05150101.xhp
+msgctxt ""
+"05150101.xhp\n"
+"par_id3153391\n"
+"3\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\"modules/swriter/ui/stringinput/edit\">Enter a name for the new AutoFormat, and then click<emph> OK</emph>.</ahelp>"
+msgstr ""
+
+#. |-7N
+#: 05120200.xhp
+msgctxt ""
+"05120200.xhp\n"
+"tit\n"
+"help.text"
+msgid "1.5 Lines"
msgstr ""
-#: 06150000.xhp#par_id3149575.26.help.text
-msgid "<ahelp hid=\"HID_XML_FILTER_SAVE\">Displays a <emph>Save as </emph>dialog to save the selected file as an XSLT filter package (*.jar).</ahelp>"
+#. pJM2
+#: 05120200.xhp
+#, fuzzy
+msgctxt ""
+"05120200.xhp\n"
+"hd_id3152459\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05120200.xhp\" name=\"1.5 Lines\">1.5 Lines</link>"
+msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
+
+#. lE6r
+#: 05120200.xhp
+msgctxt ""
+"05120200.xhp\n"
+"par_id3146807\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SpacePara15\">Sets the line spacing of the current paragraph to one and half lines.</ahelp>"
msgstr ""
-#: 06150000.xhp#hd_id3154758.27.help.text
-msgid "Open Package"
+#. {WS.
+#: 05350400.xhp
+msgctxt ""
+"05350400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Illumination"
msgstr ""
-#: 06150000.xhp#par_id3147559.28.help.text
-msgid "<ahelp hid=\"HID_XML_FILTER_OPEN\">Displays an <emph>Open </emph>dialog to open a filter from an XSLT filter package (*.jar).</ahelp>"
+#. f,2G
+#: 05350400.xhp
+#, fuzzy
+msgctxt ""
+"05350400.xhp\n"
+"hd_id3151260\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05350400.xhp\" name=\"Illumination\">Illumination</link>"
+msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">ჩრდილი</link>"
+
+#. Co4N
+#: 05350400.xhp
+msgctxt ""
+"05350400.xhp\n"
+"par_id3149741\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_LIGHT\">Define the light source for the selected 3D object.</ahelp>"
msgstr ""
-#: 06150000.xhp#hd_id3153960.29.help.text
-msgid "Help"
-msgstr "დახმარება"
+#. v?wu
+#: 05350400.xhp
+msgctxt ""
+"05350400.xhp\n"
+"hd_id3154984\n"
+"4\n"
+"help.text"
+msgid "Illumination"
+msgstr ""
-#: 06150000.xhp#par_id3150865.30.help.text
-msgid "<ahelp hid=\"HID_XML_FILTER_SETTINGS_DIALOG\">Displays the help page for this dialog.</ahelp>"
+#. Q4V5
+#: 05350400.xhp
+msgctxt ""
+"05350400.xhp\n"
+"par_id3155391\n"
+"5\n"
+"help.text"
+msgid "Specify the light source for the object, as well as the color of the light source and of the ambient light. You can define up to eight different light sources."
msgstr ""
-#: 06150000.xhp#hd_id3152772.31.help.text
-msgctxt "06150000.xhp#hd_id3152772.31.help.text"
-msgid "Close"
+#. h(;n
+#: 05350400.xhp
+msgctxt ""
+"05350400.xhp\n"
+"hd_id3153748\n"
+"6\n"
+"help.text"
+msgid "Light source"
msgstr ""
-#: 06150000.xhp#par_id3159086.32.help.text
-msgid "<ahelp hid=\"HID_XML_FILTER_CLOSE\">Closes the dialog.</ahelp>"
+#. rqJ$
+#: 05350400.xhp
+msgctxt ""
+"05350400.xhp\n"
+"par_id3149149\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_LIGHT_8\">Click twice to turn the light source on, and then select a color for the light from the list. If you want, you can also set the color of the surrounding light, by selecting a color from the <emph>Ambient light</emph> box.</ahelp> You can also press the Spacebar to turn the light source on or off."
msgstr ""
-#: 06040600.xhp#tit.help.text
-msgid "Word Completion"
+#. gDDI
+#: 05350400.xhp
+#, fuzzy
+msgctxt ""
+"05350400.xhp\n"
+"par_id3159269\n"
+"help.text"
+msgid "<image id=\"img_id3156155\" src=\"svx/res/lighton.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3156155\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156283\">ხატულა</alt></image>"
+
+#. B5VT
+#: 05350400.xhp
+msgctxt ""
+"05350400.xhp\n"
+"par_id3154143\n"
+"8\n"
+"help.text"
+msgid "Light is on"
msgstr ""
-#: 06040600.xhp#hd_id3148882.92.help.text
+#. #1`,
+#: 05350400.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/06040600.xhp\" name=\"Word Completion\">Word Completion</link>"
-msgstr "<link href=\"text/shared/01/02060000.xhp\" name=\"Paste\">ჩასმა</link>"
+msgctxt ""
+"05350400.xhp\n"
+"par_id3155449\n"
+"help.text"
+msgid "<image id=\"img_id3147573\" src=\"svx/res/light.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3147573\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-#: 06040600.xhp#par_id3153624.93.help.text
-msgid "Set the options for completing frequently occurring words while you type."
+#. 7sVQ
+#: 05350400.xhp
+msgctxt ""
+"05350400.xhp\n"
+"par_id3155829\n"
+"9\n"
+"help.text"
+msgid "Light is off"
msgstr ""
-#: 06040600.xhp#hd_id3154514.94.help.text
-msgid "Enable word completion"
+#. 3c{!
+#: 05350400.xhp
+msgctxt ""
+"05350400.xhp\n"
+"hd_id3159166\n"
+"10\n"
+"help.text"
+msgid "Color Selection"
msgstr ""
-#: 06040600.xhp#par_id3156153.95.help.text
-msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_ACTIV\">Stores frequently used words, and automatically completes a word after you type three letters that match the first three letters of a stored word.</ahelp>"
+#. ayND
+#: 05350400.xhp
+msgctxt ""
+"05350400.xhp\n"
+"par_id3155421\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXFLOAT_3D:LB_LIGHT_1\">Select a color for the current light source.</ahelp>"
msgstr ""
-#: 06040600.xhp#hd_id3150978.100.help.text
-msgid "Append space"
+#. NgYD
+#: 05350400.xhp
+msgctxt ""
+"05350400.xhp\n"
+"hd_id3149955\n"
+"12\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Select Color in the color dialog\">Select Color in the color dialog</link>"
msgstr ""
-#: 06040600.xhp#par_id3153700.101.help.text
-msgid "<ahelp hid=\"OFFMGR_CHECKBOX_RID_OFAPAGE_AUTOCOMPLETE_OPTIONS_CB_APPEND_SPACE\">If you do not add punctuation after the word, $[officename] adds a space.</ahelp> The space is added as soon as you begin typing the next word."
+#. %(gP
+#: 05350400.xhp
+msgctxt ""
+"05350400.xhp\n"
+"hd_id3153061\n"
+"13\n"
+"help.text"
+msgid "Ambient light"
msgstr ""
-#: 06040600.xhp#hd_id3150771.102.help.text
-msgid "Show as tip"
+#. m2~|
+#: 05350400.xhp
+msgctxt ""
+"05350400.xhp\n"
+"hd_id3144511\n"
+"15\n"
+"help.text"
+msgid "Color Selection"
msgstr ""
-#: 06040600.xhp#par_id3149819.103.help.text
-msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_AS_TIP\">Displays the completed word as a Help Tip.</ahelp>"
+#. TBVS
+#: 05350400.xhp
+msgctxt ""
+"05350400.xhp\n"
+"par_id3153896\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXFLOAT_3D:LB_AMBIENTLIGHT\">Select a color for the ambient light.</ahelp>"
msgstr ""
-#: 06040600.xhp#hd_id3154046.96.help.text
-msgid "Collect words"
+#. kdIF
+#: 05350400.xhp
+msgctxt ""
+"05350400.xhp\n"
+"hd_id3149670\n"
+"17\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Select Color Through the Color Dialog\">Select Color Through the Color Dialog</link>"
msgstr ""
-#: 06040600.xhp#par_id3155449.97.help.text
-msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_COLLECT\">Adds the frequently used words to a list. To remove a word from the Word Completion list, select the word, and then click<emph> Delete Entry</emph>.</ahelp>"
+#. $]Q\
+#: 05350400.xhp
+msgctxt ""
+"05350400.xhp\n"
+"hd_id3153961\n"
+"18\n"
+"help.text"
+msgid "Preview"
msgstr ""
-#: 06040600.xhp#hd_id3156193.98.help.text
-msgid "When closing a document, remove the words collected from it from the list"
+#. Eqf{
+#: 05350400.xhp
+msgctxt ""
+"05350400.xhp\n"
+"par_id3151056\n"
+"19\n"
+"help.text"
+msgid "Displays a preview of the light source changes."
msgstr ""
-#: 06040600.xhp#par_id3158430.99.help.text
-msgid "<ahelp hid=\"OFFMGR_CHECKBOX_RID_OFAPAGE_AUTOCOMPLETE_OPTIONS_CB_KEEP_LIST\">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.</ahelp>"
+#. -..L
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Borders"
+msgstr "ჩარჩოები"
+
+#. nC3w
+#: 05030500.xhp
+#, fuzzy
+msgctxt ""
+"05030500.xhp\n"
+"hd_id3154812\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05030500.xhp\" name=\"Borders\">Borders</link>"
+msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">არე</link>"
+
+#. )1wj
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"par_id3151097\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BORDER\">Sets the border options for the selected objects in Writer or Calc.</ahelp>"
msgstr ""
-#: 06040600.xhp#hd_id3149580.104.help.text
-msgid "Accept with"
+#. :WOf
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"par_id3155351\n"
+"44\n"
+"help.text"
+msgid "You can specify the border position, size, and style in Writer or Calc. <switchinline select=\"appl\"><caseinline select=\"WRITER\">In $[officename] Writer, you can add borders to pages, frames, graphics, tables, paragraphs, and to embedded objects. </caseinline></switchinline>"
msgstr ""
-#: 06040600.xhp#par_id3153061.105.help.text
-msgid "<ahelp hid=\"OFFMGR:LISTBOX:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:DCB_EXPAND_KEY\">Select the key that you want to use to accept the automatic word completion.</ahelp>"
+#. LAq_
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"par_id3152997\n"
+"40\n"
+"help.text"
+msgid "To modify the border of an entire table, place the cursor in a table cell, right-click, choose <emph>Table</emph>, and then click the <emph>Borders</emph> tab. To modify the border of a table cell, select the cell, right-click, choose <emph>Table</emph>, and then click the <emph>Borders</emph> tab."
msgstr ""
-#: 06040600.xhp#par_idN106F8.help.text
-msgid "Press Esc to decline the word completion."
+#. me:;
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"hd_id3145417\n"
+"3\n"
+"help.text"
+msgid "Line arrangement"
msgstr ""
-#: 06040600.xhp#hd_id3151245.84.help.text
-msgid "Min. word length"
+#. je9J
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"par_id3153332\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BORDER_CTL_PRESETS\">Select a predefined border style to apply.</ahelp>"
msgstr ""
-#: 06040600.xhp#par_id3145609.85.help.text
-msgid "<ahelp hid=\"OFFMGR:NUMERICFIELD:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:NF_MIN_WORDLEN\">Enter the minimum word length for a word to become eligible for the word completion feature.</ahelp>"
+#. `(h!
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"par_id3148643\n"
+"5\n"
+"help.text"
+msgid "If you are in a table or spreadsheet, you can also add or remove predefined borders. Use the <emph>Borders</emph> icon on the <emph>Table Bar</emph>."
msgstr ""
-#: 06040600.xhp#hd_id3154758.86.help.text
-msgid "Max. entries"
+#. 9@_*
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"hd_id3149575\n"
+"23\n"
+"help.text"
+msgid "Line"
msgstr ""
-#: 06040600.xhp#par_id3159414.87.help.text
-msgid "<ahelp hid=\"OFFMGR:NUMERICFIELD:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:NF_MAX_ENTRIES\">Enter the maximum number of words that you want to store in the Word Completion list.</ahelp>"
+#. k2`5
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"par_id3152360\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_BORDER:LB_LINESTYLE\">Click the border style that you want to apply. The style is applied to the borders selected in the preview.</ahelp>"
msgstr ""
-#: 06040600.xhp#hd_id3147265.106.help.text
-msgid "Word Completion list"
+#. SLb?
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"par_id3154938\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_BORDER:LB_LINECOLOR\">Select the line color that you want to use for the selected border(s).</ahelp>"
msgstr ""
-#: 06040600.xhp#par_id3152773.107.help.text
-msgid "<ahelp hid=\"OFFMGR:MULTILISTBOX:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:LB_ENTRIES\">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\".</ahelp>"
+#. rxEr
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"hd_id3150359\n"
+"21\n"
+"help.text"
+msgid "Spacing to contents"
msgstr ""
-#: 06040600.xhp#par_id3156423.112.help.text
-msgid "If the automatic spellcheck option is enabled, only the words that are recognized by the spellcheck are collected."
+#. GK5w
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"par_id3154365\n"
+"22\n"
+"help.text"
+msgid "Specify the amount of space that you want to leave between the border and the contents of the selection."
msgstr ""
-#: 06040600.xhp#hd_id3144434.110.help.text
-msgid "Delete Entry"
+#. C,$U
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"hd_id3147084\n"
+"45\n"
+"help.text"
+msgid "Left"
msgstr ""
-#: 06040600.xhp#par_id3153351.111.help.text
-msgid "<ahelp hid=\"OFFMGR:PUSHBUTTON:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:PB_ENTRIES\">Removes the selected word or words from the Word Completion list.</ahelp>"
+#. ?m_m
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"par_id3151176\n"
+"46\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_BORDER_MF_LEFT\">Enter the distance that you want to have between the left border and the contents of the selection.</ahelp>"
msgstr ""
-#: 05080000.xhp#tit.help.text
-msgid "Alignment (Text Objects)"
+#. BMQR
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"hd_id3150650\n"
+"47\n"
+"help.text"
+msgid "Right"
msgstr ""
-#: 05080000.xhp#bm_id3152942.help.text
-msgid "<bookmark_value>aligning; text objects</bookmark_value><bookmark_value>text objects; alignment</bookmark_value>"
-msgstr "<bookmark_value>ბრძანებათა გამეორება</bookmark_value><bookmark_value>ბრძანებათა გამეორება</bookmark_value>"
+#. C@*1
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"par_id3153104\n"
+"48\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_BORDER_MF_RIGHT\">Enter the distance that you want to have between the right border and the contents of the selection.</ahelp>"
+msgstr ""
-#: 05080000.xhp#hd_id3152942.1.help.text
-msgid "<link href=\"text/shared/01/05080000.xhp\" name=\"Alignment (Text Objects)\">Alignment (Text Objects)</link>"
+#. mX3@
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"hd_id3150495\n"
+"49\n"
+"help.text"
+msgid "Top"
msgstr ""
-#: 05080000.xhp#par_id3150278.2.help.text
-msgid "Set the alignment options for the current selection."
+#. 7RV.
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"par_id3156212\n"
+"50\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_BORDER_MF_TOP\">Enter the distance that you want to have between the top border and the contents of the selection.</ahelp>"
msgstr ""
-#: 05120000.xhp#tit.help.text
-msgctxt "05120000.xhp#tit.help.text"
-msgid "Line Spacing"
+#. hlIP
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"hd_id3150767\n"
+"51\n"
+"help.text"
+msgid "Bottom"
msgstr ""
-#: 05120000.xhp#bm_id3152876.help.text
-msgid "<bookmark_value>line spacing; context menu in paragraphs</bookmark_value><bookmark_value>text; line spacing</bookmark_value>"
+#. z3){
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"par_id3158410\n"
+"52\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_BORDER_MF_BOTTOM\">Enter the distance that you want to have between the bottom border and the contents of the selection.</ahelp>"
msgstr ""
-#: 05120000.xhp#hd_id3152876.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05120000.xhp\" name=\"Line Spacing\">Line Spacing</link>"
-msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
+#. n!wl
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"hd_id3155429\n"
+"53\n"
+"help.text"
+msgid "Synchronize"
+msgstr ""
-#: 05120000.xhp#par_id3153514.2.help.text
-msgid "Specify the amount of space to leave between lines of text in a paragraph."
+#. MOlU
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"par_id3154299\n"
+"54\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_BORDER_CB_SYNC\">Applies the same <emph>spacing to contents</emph> setting to all four borders when you enter a new distance.</ahelp>"
msgstr ""
-#: 05120000.xhp#par_id3155364.help.text
-#, fuzzy
-msgctxt "05120000.xhp#par_id3155364.help.text"
-msgid "<link href=\"text/shared/01/05030100.xhp\" name=\"Indents and Spacing\">Indents and Spacing</link>"
-msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
+#. )B*%
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"bm_id3155855\n"
+"help.text"
+msgid "<bookmark_value>shadows; borders</bookmark_value><bookmark_value>borders; shadows</bookmark_value><bookmark_value>margins; shadows</bookmark_value>"
+msgstr ""
-#: 01070000.xhp#tit.help.text
-msgid "Save As"
-msgstr "დაიმახსოვრე როგორც"
+#. ]3dp
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"hd_id3155855\n"
+"31\n"
+"help.text"
+msgid "Shadow style"
+msgstr ""
-#: 01070000.xhp#bm_id3151260.help.text
-msgid "<bookmark_value>saving as command; precautions</bookmark_value>"
+#. zP68
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"par_id3146975\n"
+"32\n"
+"help.text"
+msgid "You can also apply a shadow effect to borders. For the best results, only apply this effect when all four borders are visible."
msgstr ""
-#: 01070000.xhp#hd_id3151260.1.help.text
-msgid "<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">Save As</link>"
-msgstr "<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">დაიმახსოვრე როგორც</link>"
+#. !R69
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"par_id3157309\n"
+"43\n"
+"help.text"
+msgid "Graphics or objects that are anchored to a frame in the document cannot exceed the size of the frame. If you apply a shadow to the borders of an object that fills an entire frame, the size of the object is reduced to display the shadows."
+msgstr ""
-#: 01070000.xhp#par_id3146856.2.help.text
-msgid "<variable id=\"speichernuntertext\"><ahelp hid=\"HID_FILESAVE_DIALOG\">Saves the current document in a different location, or with a different file name or file type.</ahelp></variable>"
-msgstr "<variable id=\"speichernuntertext\"><ahelp hid=\"HID_FILESAVE_DIALOG\">იმახსოვრებს მიმდინარე ფაილს განსხვავებულ მდებარეობაში ან სხვა ფაილის სახელით ან ფაილის ტიპით.</ahelp></variable>"
+#. x1nL
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"hd_id3153728\n"
+"33\n"
+"help.text"
+msgid "Position"
+msgstr ""
-#: 01070000.xhp#par_id3155934.64.help.text
-msgid "The following sections describe the <emph><item type=\"productname\">%PRODUCTNAME</item>Save as</emph> dialog. To activate the <emph><item type=\"productname\">%PRODUCTNAME</item>Open</emph> and <emph>Save</emph> dialog boxes, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010600.xhp\" name=\"%PRODUCTNAME - General\">%PRODUCTNAME- General</link></emph>, and then select the <emph>Use %PRODUCTNAME dialogs</emph> in the <emph>Open/Save dialogs</emph> area."
+#. DHh2
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"par_id3153364\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BORDER_CTL_SHADOWS\">Click a shadow style for the selected borders.</ahelp>"
msgstr ""
-#: 01070000.xhp#par_id3147654.59.help.text
-msgid "To save a document as a template, use the command <emph>File - Templates - Save</emph>."
-msgstr "დოკუმენტის შაბლონის სახით შენახვისათვის, გამოიყენეთ ბრძანება <emph>ფაილი - შაბლონები - დამახსოვრება</emph>."
+#. _@ec
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"hd_id3156444\n"
+"35\n"
+"help.text"
+msgid "Distance"
+msgstr ""
-#: 01070000.xhp#hd_id3146775.19.help.text
-msgctxt "01070000.xhp#hd_id3146775.19.help.text"
-msgid "Up One Level"
+#. ?$@Q
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"par_id3156060\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_BORDER:ED_SHADOWSIZE\">Enter the width of the shadow.</ahelp>"
msgstr ""
-#: 01070000.xhp#par_id3153821.20.help.text
-msgid "<ahelp hid=\"HID_FILESAVE_LEVELUP\">Move up one directory in the directory hierarchy. Long-click to see the higher level directories.</ahelp>"
-msgstr "<ahelp hid=\"HID_FILESAVE_LEVELUP\">დირექტორიის იერაარქიაში გადაადგილდით ერთი დიერქტორიით ზემოთ. უფრო მაღალი დონის დირექტორიის სანახავად დააწკაპუნეთ ხანგრძლივად.</ahelp>"
+#. ;#aF
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"hd_id3155307\n"
+"37\n"
+"help.text"
+msgid "Color"
+msgstr ""
-#: 01070000.xhp#hd_id3159157.21.help.text
-msgctxt "01070000.xhp#hd_id3159157.21.help.text"
-msgid "Create New Directory"
+#. tfQc
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"par_id3146147\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_BORDER:LB_SHADOWCOLOR\">Select a color for the shadow.</ahelp>"
msgstr ""
-#: 01070000.xhp#par_id3155583.22.help.text
-msgid "<ahelp hid=\"HID_FILESAVE_CREATEDIRECTORY\">Creates a new directory.</ahelp>"
-msgstr "<ahelp hid=\"HID_FILESAVE_CREATEDIRECTORY\">ქმნის ახალ დირექტორიას.</ahelp>"
+#. WI/u
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"par_idN10A2B\n"
+"help.text"
+msgid "Properties"
+msgstr "თვისებები"
-#: 01070000.xhp#hd_id3149578.52.help.text
-msgctxt "01070000.xhp#hd_id3149578.52.help.text"
-msgid "Default Directory"
+#. V/lB
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"par_idN10A2F\n"
+"help.text"
+msgid "Specifies the properties for the current paragraph or the selected paragraphs."
msgstr ""
-#: 01070000.xhp#par_id3149275.53.help.text
-msgid "<ahelp hid=\"HID_FILESAVE_DEFAULTDIRECTORY\">Displays the files in the default user directory.</ahelp>"
-msgstr "<ahelp hid=\"HID_FILESAVE_DEFAULTDIRECTORY\">აჩვენებს ფაილებს ნაგულისხმევი მომხმარებლის დირექტორიაში.</ahelp>"
+#. KNfu
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"par_idN10A3A\n"
+"help.text"
+msgid "Merge with next paragraph"
+msgstr ""
-#: 01070000.xhp#hd_id3155628.29.help.text
-msgctxt "01070000.xhp#hd_id3155628.29.help.text"
-msgid "Display area"
+#. CIRq
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"par_idN10A3E\n"
+"help.text"
+msgid "<ahelp hid=\"svx:CheckBox:RID_SVXPAGE_BORDER:CB_MERGEWITHNEXT\">Merges the border style and the shadow style of the current paragraph with the next paragraph.</ahelp> These styles are only merged if the indent, border, and shadow styles of the next paragraph are the same as the current paragraph. This option is also available for Paragraph Styles."
msgstr ""
-#: 01070000.xhp#par_id3149902.30.help.text
-msgid "<ahelp hid=\"HID_FILESAVE_FILEVIEW\">Displays the files and directories in the directory that you are in.</ahelp>"
-msgstr "<ahelp hid=\"HID_FILESAVE_FILEVIEW\">აჩვენებს იმ ფაილებს და დირექტორიებს სადაც თქვენ იმყოფებით.</ahelp>"
+#. DkU*
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"par_idN109BA\n"
+"help.text"
+msgid "Merge adjacent line styles"
+msgstr ""
-#: 01070000.xhp#hd_id3154810.37.help.text
-msgctxt "01070000.xhp#hd_id3154810.37.help.text"
-msgid "File name"
-msgstr "ფაილის სახელი"
+#. V8#r
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"par_idN109BE\n"
+"help.text"
+msgid "<ahelp hid=\"700793922\">Merges two different border styles of adjacent cells in a Writer table into one border style. This property is valid for a whole table in a Writer document.</ahelp>"
+msgstr ""
-#: 01070000.xhp#par_id3153626.38.help.text
-msgid "<ahelp hid=\"HID_FILESAVE_FILEURL\">Enter a file name or a path for the file. You can also enter a <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link></ahelp>"
-msgstr "<ahelp hid=\"HID_FILESAVE_FILEURL\">შეიტანეთ ფაილის სახელი ან ფაილის მდებარეობა. თქვენ ასევე შეგიძლიათ შეიტანოთ<link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link></ahelp>"
+#. s2La
+#: 05030500.xhp
+msgctxt ""
+"05030500.xhp\n"
+"par_idN109C1\n"
+"help.text"
+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 ""
-#: 01070000.xhp#hd_id3149669.39.help.text
-msgctxt "01070000.xhp#hd_id3149669.39.help.text"
-msgid "File type"
+#. /tQk
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comment"
+msgstr "შინაარსი"
+
+#. :CBF
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"bm_id3154100\n"
+"help.text"
+msgid "<bookmark_value>comments;inserting/editing/deleting/printing</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>records; inserting comments </bookmark_value> <bookmark_value>remarks, see also comments</bookmark_value>"
msgstr ""
-#: 01070000.xhp#par_id3156343.40.help.text
-msgid "<ahelp hid=\"HID_FILESAVE_FILETYPE\">Select the file format for the document that you are saving.</ahelp>In the display area, only the documents with this file type are displayed. File types are described in <link href=\"text/shared/00/00000020.xhp\" name=\"Information on Import and Export Filters\">Information on Import and Export Filters</link>."
-msgstr "<ahelp hid=\"HID_FILESAVE_FILETYPE\">მონიშნეთ ფაილის ფორმატი შესანახი დოკუმენტისთვის.</ahelp>ჩვენების არეალზე მხოლოდ ის დოკუმენტები გამოჩნდება, რომელთაც მითითებული ექნებათ ფაილის ტიპი. ფაილის ტიპები აღწერილია <link href=\"text/shared/00/00000020.xhp\" name=\"Information on Import and Export Filters\">იმპორტირებული და ექსპორტირებული ფილტრების ინფორმაციაში</link>."
+#. 64-j
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"hd_id3154100\n"
+"1\n"
+"help.text"
+msgid "Comment"
+msgstr "შინაარსი"
-#: 01070000.xhp#par_id3145116.41.help.text
-msgid "Always save your document in a <item type=\"productname\">%PRODUCTNAME</item> file type before saving it to an external file type. When you export to an external file type, some formatting features may be lost."
-msgstr "გარე ფაილის ტიპში შენახვამდე ყოველთვის შეინახეთ თქვენი დოკუმენტი<item type=\"productname\">%PRODUCTNAME</item> ფაილის ტიპში. გარე ფაილის ტიპში ექსპორტირებისას შეიძლება დაიკარგოს ფორამტირების ზოგიერთი ფუნქცია. "
+#. i45!
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id3151100\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"notizbearbeitentext\"><ahelp hid=\".uno:InsertAnnotation\">Inserts a comment.</ahelp></variable>"
+msgstr ""
-#: 01070000.xhp#hd_id3147228.42.help.text
-msgctxt "01070000.xhp#hd_id3147228.42.help.text"
-msgid "Save"
+#. 8Pw3
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"hd_id9851680\n"
+"help.text"
+msgid "Inserting comments"
msgstr ""
-#: 01070000.xhp#par_id3154068.43.help.text
-msgid "<ahelp hid=\"HID_FILESAVE_DOSAVE\">Saves the file.</ahelp>"
-msgstr "<ahelp hid=\"HID_FILESAVE_DOSAVE\">იმახსოვრებს ფაილს.</ahelp>"
+#. smC%
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id1830500\n"
+"help.text"
+msgid "In Writer, the command <item type=\"menuitem\">Insert - Comment</item> or the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Option</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+C key combination inserts a comment anchor at the current cursor position. A comment box is shown at the page margin, where you can enter the text of your comment. A line connects anchor and comment box. If a text range is selected, the comment is attached to the text range."
+msgstr ""
-#: 01070000.xhp#hd_id3145744.44.help.text
-msgid "Save with password"
-msgstr "პაროლით დამახსოვრება"
+#. )zbQ
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id0915200910571516\n"
+"help.text"
+msgid "In Calc, Draw, and Impress, the command <item type=\"menuitem\">Insert - Comment</item> inserts a comment."
+msgstr ""
-#: 01070000.xhp#par_id3145152.45.help.text
-msgid "<ahelp hid=\"HID_FILESAVE_SAVEWITHPASSWORD\">Protects the file with a <link href=\"text/shared/01/password_dlg.xhp\" name=\"password\">password</link> that must be entered before a user can open the file.</ahelp>"
-msgstr "<ahelp hid=\"HID_FILESAVE_SAVEWITHPASSWORD\">იცავს ფაილს <link href=\"text/shared/01/password_dlg.xhp\" name=\"password\">პაროლით</link> რომლის შეყვანაც ხდება მომხმარებლის მიერ ფაილის გახსნამდე.</ahelp>"
+#. ]T6i
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id1831\n"
+"help.text"
+msgid "The author name and the date and time of creating this comment is shown at the bottom of the comment box."
+msgstr ""
-#: 01070000.xhp#par_id3152920.65.help.text
-msgid "Only documents using the <item type=\"productname\">%PRODUCTNAME</item> XML-based format can be saved with a password."
-msgstr "მხოლოდ <item type=\"productname\">%PRODUCTNAME</item> XML-ზე დაფუძნებული ფორმატის დოკუმენტები შეიძლება დაიმახსოვროთ პაროლით."
+#. YH?!
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id6718649\n"
+"help.text"
+msgid "The comments by different authors get different colors. Choose <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - User Data</item> to enter your name so that it can show up as the comment author."
+msgstr ""
-#: 01070000.xhp#hd_id3147502.66.help.text
-msgid "Edit filter settings"
-msgstr "ფილტრის პარამეტრების რედაქტირება"
+#. Cp0*
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"hd_id2929166\n"
+"help.text"
+msgid "Editing comments"
+msgstr ""
-#: 01070000.xhp#par_id3152883.67.help.text
-msgid "<ahelp hid=\"HID_FILESAVE_CUSTOMIZEFILTER\">Allows you to set the spreadsheet saving options for some types of data files.</ahelp>"
-msgstr "<ahelp hid=\"HID_FILESAVE_CUSTOMIZEFILTER\">საშუალებას გაძლევთ დააყენოთ ელექტრონული ცხრილის დამახსოვრების პარამეტრები ზოგიერთი ტიპის მონაცემთა ფაილებში</ahelp>"
+#. TCvo
+#: 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 ""
-#: 01070000.xhp#hd_id3154988.47.help.text
-msgctxt "01070000.xhp#hd_id3154988.47.help.text"
-msgid "Selection"
+#. IU05
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id2571794\n"
+"help.text"
+msgid "The comment box contains an icon with a down arrow. Click the icon to open a menu with some commands to delete comments."
msgstr ""
-#: 01070000.xhp#par_id3159125.48.help.text
-msgid "<ahelp hid=\"HID_FILESAVE_SELECTION\">Exports only the selected graphic objects in <item type=\"productname\">%PRODUCTNAME</item> Draw and Impress to another format. If this box is not checked, the entire document is exported.</ahelp>"
-msgstr "<ahelp hid=\"HID_FILESAVE_SELECTION\">მხოლოდ მონიშნული გრაფიკული ობიექტის ექსპორტი <item type=\"productname\">%PRODUCTNAME</item> დახატვა და სხვა ფორმატში გადატანა. თუ ეს სარკმელი შემოწმებული არ არის, მთლიანი დოკუმენტი ექსპორტირდება.</ahelp>"
+#. h9{/
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id0522200809383431\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Delete the current comment.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
-#: 01070000.xhp#par_id3148577.70.help.text
-msgid "If you are exporting to any document file type, the entire document is exported."
-msgstr "ნებისმიერი დოკუმენტური ფაილის ტიპში ექსპორტირებისას მთლიანი დოკუმენტი ექსპორტირდება."
+#. d%a]
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id0522200809383485\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Delete all comments by this author in the current document.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
-#: 01070000.xhp#par_id3146986.help.text
-msgid "<link href=\"text/shared/00/00000207.xhp\" name=\"Export of Text Files\">Export of Text Files</link>"
-msgstr "<link href=\"text/shared/00/00000207.xhp\" name=\"Export of Text Files\">ტექსტური ფაილების ექსპორტი</link>"
+#. -aEw
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id0522200809383428\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Delete all comments in the current document.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
-#: 06140102.xhp#tit.help.text
-msgctxt "06140102.xhp#tit.help.text"
-msgid "Move Menu"
+#. _NG\
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id1857051\n"
+"help.text"
+msgid "<ahelp hid=\".\">Choose a command to delete the current comment, or all comments from the same author as the current comment, or all comments in the document.</ahelp>"
msgstr ""
-#: 06140102.xhp#par_idN10540.help.text
-msgctxt "06140102.xhp#par_idN10540.help.text"
-msgid "Move Menu"
+#. X%Vo
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id0305200911090684\n"
+"help.text"
+msgid "If the comment in a text document was written by another author, there is a Reply command in the context menu. <ahelp hid=\".\">This command inserts a new comment adjacent to the comment to which you want to reply.</ahelp> The comment anchor is the same for both comments. Type your reply text in the new comment. Save and send your document to other authors, then those authors can add replies, too."
msgstr ""
-#: 06140102.xhp#par_idN10558.help.text
-msgctxt "06140102.xhp#par_idN10558.help.text"
-msgid "Menu position"
+#. G_%O
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id0804200803435883\n"
+"help.text"
+msgid "<ahelp hid=\".\">Use <item type=\"menuitem\">View - Comments</item> to show or hide all comments (not available in Calc).</ahelp>"
msgstr ""
-#: 06140102.xhp#par_idN1055C.help.text
-msgid "<ahelp hid=\".\">Moves the selected menu entry up one position or down one position in the menu when you click an arrow button.</ahelp>"
+#. Ui0]
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id0302200901430918\n"
+"help.text"
+msgid "In the Find & Replace dialog of text documents, you can select to include the comments texts in your searches."
msgstr ""
-#: 05040100.xhp#tit.help.text
-msgctxt "05040100.xhp#tit.help.text"
-msgid "Organizer"
+#. 19LN
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"hd_id3445539\n"
+"help.text"
+msgid "Navigating from comment to comment in text documents"
msgstr ""
-#: 05040100.xhp#bm_id3153383.help.text
-msgid "<bookmark_value>organizing; styles</bookmark_value> <bookmark_value>styles; organizing</bookmark_value>"
-msgstr "<bookmark_value>ბრძანებათა გამეორება</bookmark_value><bookmark_value>ბრძანებათა გამეორება</bookmark_value>"
-
-#: 05040100.xhp#hd_id3153383.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05040100.xhp\" name=\"Organizer\">Organizer</link>"
-msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
+#. +4M:
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id4271370\n"
+"help.text"
+msgid "When the cursor is inside a comment, you can press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Option</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+Page Down to jump to the next comment, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Option</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+Page Up to jump to the previous comment."
+msgstr ""
-#: 05040100.xhp#par_id3147588.2.help.text
-msgid "<ahelp hid=\"HID_MANAGE_STYLES\">Set the options for the selected style.</ahelp>"
+#. _p9U
+#: 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 Navigation window below the vertical scrollbar to jump from one comment anchor to the next comment anchor."
msgstr ""
-#: 05040100.xhp#hd_id3149525.3.help.text
-msgctxt "05040100.xhp#hd_id3149525.3.help.text"
-msgid "Name"
-msgstr "სახელები"
+#. ls(c
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id5381328\n"
+"help.text"
+msgid "You can also open the Navigator to see a list of all comments. Right-click a comment name in the Navigator to edit or delete the comment."
+msgstr ""
-#: 05040100.xhp#par_id3160481.4.help.text
-msgid "<ahelp hid=\"SFX2:EDIT:TP_MANAGE_STYLES:ED_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>"
+#. 5~k0
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"hd_id5664235\n"
+"help.text"
+msgid "Printing comments"
msgstr ""
-#: 05040100.xhp#hd_id3153750.13.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">AutoUpdate </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
+#. hJ[D
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id2254402\n"
+"help.text"
+msgid "To change the printing option for comments for all your text documents, choose <item type=\"menuitem\">Tools - Options - %PRODUCTNAME Writer - Print</item>."
+msgstr ""
-#: 05040100.xhp#par_id3153749.14.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"SFX2:CHECKBOX:TP_MANAGE_STYLES:CB_AUTO\">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>"
+#. ksOo
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"hd_id0915200910571612\n"
+"help.text"
+msgid "Comments in spreadsheets"
msgstr ""
-#: 05040100.xhp#par_id0107200910584081.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">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>"
+#. H$71
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id3166460\n"
+"6\n"
+"help.text"
+msgid "When you attach a comment to a cell, a callout appears where you can enter your text. A small square in the upper right corner of a cell marks the position of a comment. To display the comment permanently, right-click the cell, and choose <emph>Show Comment</emph>."
msgstr ""
-#: 05040100.xhp#hd_id3155392.5.help.text
-msgid "Next Style"
+#. GH`s
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id8336741\n"
+"help.text"
+msgid "To change the object properties of a comment, for example the background color, choose <emph>Show Comment</emph> as above, then right-click the comment (do not double-click the text)."
msgstr ""
-#: 05040100.xhp#par_id3155941.6.help.text
-msgid "<ahelp hid=\"SFX2:LISTBOX:TP_MANAGE_STYLES:LB_NEXT\">Select an existing style that you want to follow the current style in your document. For paragraph styles, the next style is applied to the paragraph that is created when you press Enter. For page styles, the next style is applied when a new page is created.</ahelp>"
+#. kl9L
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id3155390\n"
+"7\n"
+"help.text"
+msgid "To edit a shown comment, double-click the comment text. To edit a comment that is not shown permanently, right-click in the cell that contains the comment, and then choose <emph>Insert - Comment</emph>. To specify the formatting of the comment text, right-click the comment text in edit mode."
msgstr ""
-#: 05040100.xhp#hd_id3163802.7.help.text
-msgid "Linked with"
+#. sCE?
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_idN107A1\n"
+"help.text"
+msgid "To change the position or size of a comment, drag a border or corner of the comment."
msgstr ""
-#: 05040100.xhp#par_id3166461.8.help.text
-msgid "<ahelp hid=\"SFX2:LISTBOX:TP_MANAGE_STYLES:LB_BASE\">Select an existing style that you want to base the new style on, or select none to define your own style.</ahelp>"
+#. CJ@7
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id9499496\n"
+"help.text"
+msgid "To delete a comment, right-click the cell, then choose <emph>Delete Comment</emph>."
msgstr ""
-#: 05040100.xhp#hd_id3148474.9.help.text
-msgctxt "05040100.xhp#hd_id3148474.9.help.text"
-msgid "Category"
+#. KAe*
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id2036805\n"
+"help.text"
+msgid "You can also right-click a comment name in the Navigator window to choose some editing commands."
msgstr ""
-#: 05040100.xhp#par_id3159269.10.help.text
-msgid "<ahelp hid=\"SFX2:LISTBOX:TP_MANAGE_STYLES:LB_REGION\">Displays the category for the current style. If you are creating or modifying a new style, select 'Custom Style' from the list.</ahelp>"
+#. )Mk+
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id3153716\n"
+"8\n"
+"help.text"
+msgid "To set the printing options for comments in your spreadsheet, choose <emph>Format - Page</emph>, and then click the <emph>Sheet</emph> tab."
msgstr ""
-#: 05040100.xhp#par_id3150771.17.help.text
-msgid "You cannot change the category for a predefined style."
+#. *3vv
+#: 04050000.xhp
+msgctxt ""
+"04050000.xhp\n"
+"par_id2419507\n"
+"help.text"
+msgid "In Impress, you can choose to use the Notes view to write a page of notes for every slide. Additionally, you can insert comments to your slides."
msgstr ""
-#: 05040100.xhp#hd_id3153717.11.help.text
-msgid "Contains"
+#. e%\X
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Labels"
msgstr ""
-#: 05040100.xhp#par_id3154306.12.help.text
-msgid "<ahelp hid=\"SFX2:MULTILINEEDIT:TP_MANAGE_STYLES:ED_DESC\">Describes the relevant formatting used in the current style.</ahelp>"
+#. pWO`
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"hd_id3154788\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01010200.xhp\" name=\"Labels\">Labels</link>"
+msgstr "<link href=\"text/shared/01/01010200.xhp\" name=\"Labels\">იარლიყები</link>"
+
+#. 794j
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3145071\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"etikett\"><ahelp hid=\".uno:InsertLabels\">Allows you to create labels. Labels are created in a text document.</ahelp> You can print labels using a pre-defined or a custom paper format. </variable>"
msgstr ""
-#: 05040100.xhp#par_idN1072D.help.text
-msgid "Assign Shortcut Key"
+#. M_M!
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3145314\n"
+"3\n"
+"help.text"
+msgid "You can also print a single label or an entire sheet of labels."
+msgstr "თქვენ ასევე შეგიძლიათ დაბეჭდოთ ერთმაგი იარლიყი ან იარლიყთა მთელი ფურცელი."
+
+#. N^5/
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"hd_id3145383\n"
+"7\n"
+"help.text"
+msgid "New Document"
+msgstr "ტექსტური დოკუმენტი"
+
+#. Uh.E
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3154810\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LABEL_INSERT\">Creates a new document for editing.</ahelp>"
+msgstr "<ahelp hid=\"HID_LABEL_INSERT\">ქმნის ახალ დოკუმენტს, რომელიც ექვემდებარება \"Label1\" რედაქტირებას.</ahelp>"
+
+#. p?94
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3144438\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/labels.xhp\" name=\"Creating labels\">Creating labels</link>"
+msgstr "<link href=\"text/shared/guide/labels.xhp\" name=\"Creating labels\">იარლიყების შექმნა</link>"
+
+#. $D_?
+#: 05250600.xhp
+msgctxt ""
+"05250600.xhp\n"
+"tit\n"
+"help.text"
+msgid "To Background"
+msgstr "ფონი"
+
+#. U=K[
+#: 05250600.xhp
+msgctxt ""
+"05250600.xhp\n"
+"hd_id3146959\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"background\"><link href=\"text/shared/01/05250600.xhp\" name=\"To Background\">To Background</link></variable>"
msgstr ""
-#: 05040100.xhp#par_idN10731.help.text
-msgid "Opens the <emph>Tools - Customize - Keyboard</emph> tab page where you can assign a shortcut key to the current Style."
+#. (BRS
+#: 05250600.xhp
+msgctxt ""
+"05250600.xhp\n"
+"par_id3146902\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SetObjectToBackground\">Moves the selected object behind text.</ahelp>"
msgstr ""
-#: 05040100.xhp#par_id3145085.help.text
+#. Se9f
+#: 05250600.xhp
#, fuzzy
-msgid "<link href=\"text/swriter/01/05140000.xhp\" name=\"Update Style\">Update Style</link>"
+msgctxt ""
+"05250600.xhp\n"
+"par_id3148731\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05250000.xhp\" name=\"Layer\">Layer</link>"
msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-#: 05350300.xhp#tit.help.text
-msgctxt "05350300.xhp#tit.help.text"
-msgid "Shading"
+#. \E@G
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Geometry"
msgstr ""
-#: 05350300.xhp#hd_id3148919.1.help.text
+#. DqQl
+#: 05350200.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05350300.xhp\" name=\"Shading\">Shading</link>"
-msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">ჩრდილი</link>"
+msgctxt ""
+"05350200.xhp\n"
+"hd_id3149551\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05350200.xhp\" name=\"Geometry\">Geometry</link>"
+msgstr "<link href=\"text/shared/01/01100200.xhp\" name=\"General\">ზოგადი</link>"
-#: 05350300.xhp#par_id3150008.2.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_REPRESENTATION\">Sets the shading and shadow options for the selected 3D object.</ahelp>"
+#. WK6~
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"par_id3150008\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_GEO\">Adjusts the shape of the selected 3D object. You can only modify the shape of a 3D object that was created by converting a 2D object. To convert a 2D object to 3D, select the object, right-click, and then choose <emph>Convert - To 3D</emph>, or <emph>Convert - To 3D Rotation Object</emph>.</ahelp>"
msgstr ""
-#: 05350300.xhp#hd_id3109847.4.help.text
-msgctxt "05350300.xhp#hd_id3109847.4.help.text"
-msgid "Shading"
+#. NsMp
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"hd_id3148538\n"
+"4\n"
+"help.text"
+msgid "Geometry"
msgstr ""
-#: 05350300.xhp#par_id3148538.5.help.text
-msgid "Specify the type of shading to apply to the selected 3D object."
+#. _3X;
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"par_id3153662\n"
+"5\n"
+"help.text"
+msgid "Define the shape properties for the selected 3D object."
msgstr ""
-#: 05350300.xhp#hd_id3147276.6.help.text
-msgctxt "05350300.xhp#hd_id3147276.6.help.text"
-msgid "Mode"
+#. S%;n
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"hd_id3149812\n"
+"12\n"
+"help.text"
+msgid "Rounded edges"
msgstr ""
-#: 05350300.xhp#par_id3155583.7.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXFLOAT_3D:LB_SHADEMODE\">Select the shading method that you want to use. Flat shading assigns a single color to a single polygon on the surface of the object. Gouraud shading blends colors across the polygons. Phong shading averages the color of each pixel based on the pixels that surround it, and requires the most processing power.</ahelp>"
+#. W:UL
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"par_id3154142\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXFLOAT_3D:MTR_PERCENT_DIAGONAL\">Enter the amount by which you want to round the corners of the selected 3D object.</ahelp>"
msgstr ""
-#: 05350300.xhp#hd_id3150466.8.help.text
-msgctxt "05350300.xhp#hd_id3150466.8.help.text"
-msgid "Shadow"
+#. 2eT!
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"hd_id3155585\n"
+"14\n"
+"help.text"
+msgid "Scaled depth"
msgstr ""
-#: 05350300.xhp#par_id3154046.9.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_SHADOW_3D\">Adds or removes a shadow from the selected 3D object.</ahelp>"
+#. 0T`^
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"par_id3146137\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXFLOAT_3D:MTR_BACKSCALE\">Enter the amount by which to increase or decrease the area of the front side of the selected 3D object.</ahelp>"
msgstr ""
-#: 05350300.xhp#par_id3150254.help.text
-#, fuzzy
-msgid "<image id=\"img_id3159342\" src=\"svx/res/shadow3d.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3159342\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153821\">ხატულა</alt></image>"
+#. *xZ7
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"hd_id3150466\n"
+"16\n"
+"help.text"
+msgid "Rotation angle"
+msgstr ""
-#: 05350300.xhp#par_id3149796.10.help.text
-msgid "3D Shadowing On/Off"
+#. $Df=
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"par_id3153320\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXFLOAT_3D:MTR_END_ANGLE\">Enter the angle in degrees to rotate the selected 3D rotation object.</ahelp>"
msgstr ""
-#: 05350300.xhp#hd_id3156153.11.help.text
-msgid "Surface angle"
+#. I0`.
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"hd_id3149276\n"
+"18\n"
+"help.text"
+msgid "Depth"
+msgstr "სიღრმე"
+
+#. Q|tj
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"par_id3153252\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXFLOAT_3D:MTR_DEPTH\">Enter the extrusion depth for the selected 3D object. This option is not valid for 3D rotation objects.</ahelp>"
msgstr ""
-#: 05350300.xhp#par_id3150976.12.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXFLOAT_3D:MTR_SLANT\">Enter an angle from 0 to 90 degrees for casting the shadow.</ahelp>"
+#. ADm;
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"hd_id3159343\n"
+"6\n"
+"help.text"
+msgid "Segments"
msgstr ""
-#: 05350300.xhp#hd_id3154905.13.help.text
-msgid "Camera"
+#. Z/0b
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"par_id3155388\n"
+"7\n"
+"help.text"
+msgid "You can change the number of segments that are used to draw a 3D rotation object."
msgstr ""
-#: 05350300.xhp#par_id3161459.14.help.text
-msgid "Set the camera options for the selected 3D object."
+#. UVao
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"hd_id3152909\n"
+"8\n"
+"help.text"
+msgid "Horizontal"
msgstr ""
-#: 05350300.xhp#hd_id3148943.15.help.text
-msgctxt "05350300.xhp#hd_id3148943.15.help.text"
-msgid "Distance"
+#. QWpd
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"par_id3150943\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:NUMERICFIELD:RID_SVXFLOAT_3D:NUM_HORIZONTAL\">Enter the number of horizontal segments to use in the selected 3D rotation object.</ahelp>"
msgstr ""
-#: 05350300.xhp#par_id3149047.16.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXFLOAT_3D:MTR_DISTANCE\">Enter the distance to leave between the camera and the center of the selected object.</ahelp>"
+#. p7L%
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"hd_id3149416\n"
+"10\n"
+"help.text"
+msgid "Vertical"
msgstr ""
-#: 05350300.xhp#hd_id3154346.17.help.text
-msgid "Focal length"
+#. zzpD
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"par_id3151245\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:NUMERICFIELD:RID_SVXFLOAT_3D:NUM_VERTICAL\">Enter the number of vertical segments to use in the selected 3D rotation object</ahelp>"
msgstr ""
-#: 05350300.xhp#par_id3156344.18.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXFLOAT_3D:MTR_FOCAL_LENGTH\">Enter the focal length of the camera, where a small value corresponds to a \"fisheye\" lens, and a large value to a telephoto lens.</ahelp>"
+#. x@T*
+#: 05350200.xhp
+#, fuzzy
+msgctxt ""
+"05350200.xhp\n"
+"hd_id3153626\n"
+"20\n"
+"help.text"
+msgid "Normals"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nჩვეულებრივი\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\nჩვეულებრივი\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\nნორმალური"
+
+#. mX+^
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"par_id3150822\n"
+"21\n"
+"help.text"
+msgid "Allows you to modify the rendering style of the 3D surface."
msgstr ""
-#: 05340300.xhp#tit.help.text
-msgctxt "05340300.xhp#tit.help.text"
-msgid "Alignment"
+#. kKA7
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"hd_id3149046\n"
+"22\n"
+"help.text"
+msgid "Object-Specific"
msgstr ""
-#: 05340300.xhp#bm_id3154545.help.text
-msgid "<bookmark_value>aligning; cells</bookmark_value><bookmark_value>cells; aligning</bookmark_value>"
-msgstr "<bookmark_value>ბრძანებათა გამეორება</bookmark_value><bookmark_value>ბრძანებათა გამეორება</bookmark_value>"
+#. J3O#
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"par_id3149670\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_NORMALS_OBJ\">Renders the 3D surface according to the shape of the object. For example, a circular shape is rendered with a spherical surface.</ahelp>"
+msgstr ""
-#: 05340300.xhp#hd_id3154545.1.help.text
+#. w5-D
+#: 05350200.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Alignment\">Alignment</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
+msgctxt ""
+"05350200.xhp\n"
+"par_id3152811\n"
+"help.text"
+msgid "<image id=\"img_id3150865\" src=\"svx/res/normobjs.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3150865\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150868\" src=\"res/sx03139.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150868\">ხატულა</alt></image>"
-#: 05340300.xhp#par_id3155577.52.help.text
-msgid "<ahelp hid=\"HID_ALIGNMENT\">Sets the alignment options for the contents of the current cell, or the selected cells.</ahelp>"
+#. 8_\;
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"par_id3151211\n"
+"24\n"
+"help.text"
+msgid "Object-Specific"
msgstr ""
-#: 05340300.xhp#hd_id3153124.54.help.text
-msgctxt "05340300.xhp#hd_id3153124.54.help.text"
-msgid "Horizontal"
+#. VU$_
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"hd_id3153797\n"
+"25\n"
+"help.text"
+msgid "Flat"
msgstr ""
-#: 05340300.xhp#par_id3144436.55.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_ALIGNMENT_LB_HORALIGN\">Select the horizontal alignment option that you want to apply to the cell contents.</ahelp>"
+#. l=Lu
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"par_id3146874\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_NORMALS_FLAT\">Renders the 3D surface as polygons.</ahelp>"
msgstr ""
-#: 05340300.xhp#hd_id3146109.56.help.text
-msgctxt "05340300.xhp#hd_id3146109.56.help.text"
-msgid "Default"
-msgstr ""
+#. A:C^
+#: 05350200.xhp
+#, fuzzy
+msgctxt ""
+"05350200.xhp\n"
+"par_id3157962\n"
+"help.text"
+msgid "<image id=\"img_id3154068\" src=\"svx/res/normflat.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3154068\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150868\" src=\"res/sx03139.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150868\">ხატულა</alt></image>"
-#: 05340300.xhp#par_id3166445.57.help.text
-msgid "Aligns numbers to the right, and text to the left."
+#. ;GP{
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"par_id3145202\n"
+"27\n"
+"help.text"
+msgid "Flat"
msgstr ""
-#: 05340300.xhp#par_id3147010.10.help.text
-msgid "If the <emph>Default</emph> option is selected, numbers will be aligned to the right and text will be left-justified."
+#. l3e]
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"hd_id3147228\n"
+"28\n"
+"help.text"
+msgid "Spherical"
msgstr ""
-#: 05340300.xhp#hd_id3153577.58.help.text
-msgctxt "05340300.xhp#hd_id3153577.58.help.text"
-msgid "Left"
+#. 5q0?
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"par_id3150288\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_NORMALS_SPHERE\">Renders a smooth 3D surface.</ahelp>"
msgstr ""
-#: 05340300.xhp#par_id3150506.59.help.text
-msgid "<variable id=\"linkstext\"><ahelp hid=\".uno:AlignLeft\">Aligns the contents of the cell to the left.</ahelp></variable>"
+#. xB-b
+#: 05350200.xhp
+#, fuzzy
+msgctxt ""
+"05350200.xhp\n"
+"par_id3148923\n"
+"help.text"
+msgid "<image id=\"img_id3149807\" src=\"svx/res/normsphe.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3149807\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149784\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149784\">ხატულა</alt></image>"
+
+#. HFB_
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"par_id3149983\n"
+"30\n"
+"help.text"
+msgid "Spherical"
msgstr ""
-#: 05340300.xhp#hd_id3156347.60.help.text
-msgctxt "05340300.xhp#hd_id3156347.60.help.text"
-msgid "Right"
+#. %rm@
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"hd_id3153056\n"
+"31\n"
+"help.text"
+msgid "Invert Normals"
msgstr ""
-#: 05340300.xhp#par_id3148538.61.help.text
-msgid "<variable id=\"rechtstext\"><ahelp hid=\".uno:AlignRight\">Aligns the contents of the cell to the right.</ahelp></variable>"
+#. 7?ow
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"par_id3145785\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_NORMALS_INVERT\">Inverts the light source.</ahelp>"
msgstr ""
-#: 05340300.xhp#hd_id3153541.62.help.text
+#. ?Jo]
+#: 05350200.xhp
#, fuzzy
-msgctxt "05340300.xhp#hd_id3153541.62.help.text"
-msgid "Center"
-msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ცენტრირებული\n"
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ცენტრირება"
+msgctxt ""
+"05350200.xhp\n"
+"par_id3152940\n"
+"help.text"
+msgid "<image id=\"img_id3151116\" src=\"svx/res/invert3d.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3151116\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150868\" src=\"res/sx03139.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150868\">ხატულა</alt></image>"
-#: 05340300.xhp#par_id3154380.63.help.text
-msgid "<variable id=\"zentrierttext\"><ahelp hid=\".\">Horizontally centers the contents of the cell.</ahelp></variable>"
+#. HEeU
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"par_id3156061\n"
+"33\n"
+"help.text"
+msgid "Invert Normals"
msgstr ""
-#: 05340300.xhp#hd_id3159166.64.help.text
-msgid "Justified"
+#. P`hv
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"hd_id3152417\n"
+"34\n"
+"help.text"
+msgid "Double-sided Illumination"
msgstr ""
-#: 05340300.xhp#par_id3153665.65.help.text
-msgid "<variable id=\"blocktext\"><ahelp hid=\".uno:AlignBlock\">Aligns the contents of the cell to the left and to the right cell borders.</ahelp></variable>"
+#. P-Zx
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"par_id3163820\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TWO_SIDED_LIGHTING\">Lights the object from the outside and the inside. To use an ambient light source, click this button, and then click the <emph>Invert Normals</emph> button.</ahelp>"
msgstr ""
-#: 05340300.xhp#par_idN1079C.help.text
-msgid "Filled"
-msgstr ""
+#. N=+[
+#: 05350200.xhp
+#, fuzzy
+msgctxt ""
+"05350200.xhp\n"
+"par_id3157309\n"
+"help.text"
+msgid "<image id=\"img_id3155746\" src=\"svx/res/lght2sid.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3155746\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153821\">ხატულა</alt></image>"
-#: 05340300.xhp#par_idN107A0.help.text
-msgid "Repeats the cell contents (number and text) until the visible area of the cell is filled. This feature does not work on text that contains line breaks."
+#. @`pC
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"par_id3154986\n"
+"36\n"
+"help.text"
+msgid "Double-sided illumination"
msgstr ""
-#: 05340300.xhp#hd_id3158432.41.help.text
-msgctxt "05340300.xhp#hd_id3158432.41.help.text"
-msgid "Indent"
+#. $Onq
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"hd_id3153190\n"
+"37\n"
+"help.text"
+msgid "Double-Sided"
msgstr ""
-#: 05340300.xhp#par_id3153716.42.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_ALIGNMENT:ED_INDENT\">Indents from the left edge of the cell by the amount that you enter.</ahelp>"
+#. VQ{H
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"par_id3154692\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_DOUBLE_SIDED\">Closes the shape of a 3D object that was created by extruding a freeform line (<emph>Convert - To 3D</emph>).</ahelp>"
msgstr ""
-#: 05340300.xhp#hd_id3149903.66.help.text
-msgctxt "05340300.xhp#hd_id3149903.66.help.text"
-msgid "Vertical"
-msgstr ""
+#. n4iT
+#: 05350200.xhp
+#, fuzzy
+msgctxt ""
+"05350200.xhp\n"
+"par_id3150686\n"
+"help.text"
+msgid "<image id=\"img_id3152460\" src=\"svx/res/doublesi.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3152460\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150868\" src=\"res/sx03139.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150868\">ხატულა</alt></image>"
-#: 05340300.xhp#par_id3148924.67.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_ALIGNMENT_LB_VERALIGN\">Select the vertical alignment option that you want to apply to the cell contents.</ahelp>"
+#. )dS9
+#: 05350200.xhp
+msgctxt ""
+"05350200.xhp\n"
+"par_id3155307\n"
+"39\n"
+"help.text"
+msgid "Double-Sided"
msgstr ""
-#: 05340300.xhp#hd_id3146848.68.help.text
-msgctxt "05340300.xhp#hd_id3146848.68.help.text"
-msgid "Default"
+#. w(%i
+#: 06130500.xhp
+msgctxt ""
+"06130500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Append libraries"
msgstr ""
-#: 05340300.xhp#par_id3150822.69.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_ALIGNMENT_LB_VERALIGN\">Aligns the cell contents to the bottom of the cell.</ahelp>"
+#. FLz]
+#: 06130500.xhp
+msgctxt ""
+"06130500.xhp\n"
+"hd_id3158442\n"
+"1\n"
+"help.text"
+msgid "Append libraries"
msgstr ""
-#: 05340300.xhp#hd_id3147531.70.help.text
-msgctxt "05340300.xhp#hd_id3147531.70.help.text"
-msgid "Top"
+#. C_:@
+#: 06130500.xhp
+msgctxt ""
+"06130500.xhp\n"
+"par_id3155271\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"\">Locate the <item type=\"productname\">%PRODUCTNAME</item> Basic library that you want to add to the current list, and then click Open.</ahelp>"
msgstr ""
-#: 05340300.xhp#par_id3145085.71.help.text
-msgid "<variable id=\"obentext\"><ahelp hid=\".uno:AlignTop\">Aligns the contents of the cell to the upper edge of the cell.</ahelp></variable>"
-msgstr ""
+#. ;sB6
+#: 06130500.xhp
+msgctxt ""
+"06130500.xhp\n"
+"hd_id3152952\n"
+"3\n"
+"help.text"
+msgid "File name:"
+msgstr "ფაილის სახელი"
-#: 05340300.xhp#hd_id3156343.72.help.text
-msgctxt "05340300.xhp#hd_id3156343.72.help.text"
-msgid "Bottom"
+#. a^Fk
+#: 06130500.xhp
+msgctxt ""
+"06130500.xhp\n"
+"par_id3152876\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BASICIDE_LIBSDLG_TREE\">Enter a name or the path to the library that you want to append. You can also select a library from the list.</ahelp>"
msgstr ""
-#: 05340300.xhp#par_id3152813.26.help.text
-msgid "<variable id=\"untentext\"><ahelp hid=\".\">Aligns the contents of the cell to the lower edge of the cell.</ahelp></variable>"
+#. ^E;5
+#: 06130500.xhp
+msgctxt ""
+"06130500.xhp\n"
+"hd_id3147294\n"
+"5\n"
+"help.text"
+msgid "Options"
msgstr ""
-#: 05340300.xhp#hd_id3151106.73.help.text
-msgid "Middle"
-msgstr ""
+#. Ng`u
+#: 06130500.xhp
+msgctxt ""
+"06130500.xhp\n"
+"hd_id3143272\n"
+"7\n"
+"help.text"
+msgid "Insert as reference (read-only)"
+msgstr "ჩასვით როგორც მითითება (მხოლოდ წაკითხვადი)"
-#: 05340300.xhp#par_id3151210.74.help.text
-msgid "<variable id=\"mittetext\"><ahelp hid=\".uno:AlignVCenter\">Vertically centers the contents of the cell.</ahelp></variable>"
-msgstr ""
+#. /o9p
+#: 06130500.xhp
+msgctxt ""
+"06130500.xhp\n"
+"par_id3154350\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"BASCTL_CHECKBOX_RID_DLG_LIBS_RID_CB_REF\">Adds the selected library as a read-only file. The library is reloaded each time you start <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
+msgstr "<ahelp hid=\"BASCTL_CHECKBOX_RID_DLG_LIBS_RID_CB_REF\">ამატებს არჩეულ ბიბლიოთეკას როგორც მხოლოდ წაკითხვად ფაილს. ბიბლიოთეკა ხელახლა იტვირთება ყოველი ახალი გაშვების მერე <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
-#: 05340300.xhp#hd_id3154154.51.help.text
-#, fuzzy
-msgid "Text orientation"
-msgstr "ქაღალდის ორიენტაცია"
+#. {iQM
+#: 06130500.xhp
+msgctxt ""
+"06130500.xhp\n"
+"hd_id3154788\n"
+"9\n"
+"help.text"
+msgid "Replace existing libraries"
+msgstr "ჩაანაცვლეთ არსებული ბიბლიოთეკები"
-#: 05340300.xhp#par_id3151380.30.help.text
-msgid "<ahelp hid=\".uno:AlignVCenter\">Sets the text orientation of the cell contents.</ahelp>"
-msgstr ""
+#. mn0]
+#: 06130500.xhp
+msgctxt ""
+"06130500.xhp\n"
+"par_id3154894\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"BASCTL_CHECKBOX_RID_DLG_LIBS_RID_CB_REPL\">Replaces a library that has the same name with the current library.</ahelp>"
+msgstr "<ahelp hid=\"BASCTL_CHECKBOX_RID_DLG_LIBS_RID_CB_REPL\">ცვლის ბიბლიოთეკას რომელსაც აქვს იგივე სახელი რაც მიმდინარე ბიბლიოთეკას.</ahelp>"
-#: 05340300.xhp#par_id3147085.49.help.text
-msgid "<ahelp hid=\"HID_ALIGNMENT_CTR_DIAL\">Click in the dial to set the text orientation.</ahelp>"
+#. [81(
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Print"
+msgstr "ბეჭდვა"
+
+#. 7=}Q
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"bm_id3154621\n"
+"help.text"
+msgid "<bookmark_value>printing; documents</bookmark_value><bookmark_value>documents; printing</bookmark_value><bookmark_value>text documents; printing</bookmark_value><bookmark_value>spreadsheets; printing</bookmark_value><bookmark_value>presentations; print menu</bookmark_value><bookmark_value>drawings; printing</bookmark_value><bookmark_value>choosing printers</bookmark_value><bookmark_value>printers; choosing</bookmark_value><bookmark_value>print area selection</bookmark_value><bookmark_value>selecting; print areas</bookmark_value><bookmark_value>pages; selecting one to print</bookmark_value><bookmark_value>printing; selections</bookmark_value><bookmark_value>printing; copies</bookmark_value><bookmark_value>copies; printing</bookmark_value><bookmark_value>spoolfiles with Xprinter</bookmark_value>"
msgstr ""
-#: 05340300.xhp#hd_id3150449.45.help.text
-#, fuzzy
-msgid "Degrees"
-msgstr "გრადუსი"
+#. .W=*
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"hd_id3154621\n"
+"1\n"
+"help.text"
+msgid "Print"
+msgstr "ბეჭდვა"
-#: 05340300.xhp#par_id3153194.46.help.text
-msgid "<ahelp hid=\"SVX_NUMERICFIELD_RID_SVXPAGE_ALIGNMENT_NF_DEGREES\">Enter the rotation angle for the text in the selected cell(s). A positive number rotates the text to the left and a negative number rotates the text to the right.</ahelp>"
+#. YyVG
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id3146946\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"druckentext\"><ahelp hid=\".uno:Print\">Prints the current document, selection, or the pages that you specify. You can also set the print options for the current document.</ahelp></variable> The printing options can vary according to the printer and the operating system that you use."
+msgstr "<variable id=\"druckentext\"><ahelp hid=\".uno:Print\">ბეჭდავს მიმდინარე დოკუმენტს, ან წინასწარ განსაზღვრულ მონიშნულ დოკუმენტს. ასევე, შეგიძლიათ დააყენოთ ბეჭდვის პარამეტრები მიდმიანრე დოკუმენტისათვის.</ahelp></variable> ბეჭდვის პარამეტრები შეიძლება განსხვავდებოდეს პრინტერის ან თქვენს მიერ გამოყენებული საოპერაციო სისტემის მიხედვით."
+
+#. BLFw
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id0818200912284853\n"
+"help.text"
+msgid "The Print dialog consists of three main parts: A preview with navigation buttons, several tab pages with control elements specific to the current document type, and the Print, Cancel, and Help buttons."
+msgstr ""
+
+#. iTE)
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id0818200901193992\n"
+"help.text"
+msgid "If you just want to know how to print your document, click any of the following links."
msgstr ""
-#: 05340300.xhp#hd_id3150497.75.help.text
-msgid "Reference edge"
+#. r=~_
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id0818200912531416\n"
+"help.text"
+msgid "<emph>Printing text documents:</emph>"
msgstr ""
-#: 05340300.xhp#par_id3154069.76.help.text
-msgid "<ahelp hid=\"HID_ALIGNMENT_CTR_BORDER_LOCK\">Specify the cell edge from which to write the rotated text.</ahelp>"
+#. BF\p
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id0818200912531487\n"
+"help.text"
+msgid "<emph>Printing spreadsheets:</emph>"
msgstr ""
-#: 05340300.xhp#par_id3147299.78.help.text
-msgid "<emph>Text Extension From Lower Cell Border:</emph> Writes the rotated text from the bottom cell edge outwards."
+#. A+Hg
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id0818200912531410\n"
+"help.text"
+msgid "<emph>Printing presentations:</emph>"
msgstr ""
-#: 05340300.xhp#par_id3149561.79.help.text
-msgid "<emph>Text Extension From Upper Cell Border:</emph> Writes the rotated text from the top cell edge outwards."
+#. n3,P
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id0818200912531449\n"
+"help.text"
+msgid "<emph>General printing:</emph>"
msgstr ""
-#: 05340300.xhp#par_id3163712.80.help.text
-msgid "<emph>Text Extension Inside Cells:</emph> Writes the rotated text only within the cell."
+#. eBvX
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id0818200912284952\n"
+"help.text"
+msgid "The settings that you define in the Print dialog are valid only for the current print job that you start by clicking the Print button. If you want to change some options permanently, open Tools - Options - %PRODUCTNAME (application name) - Print."
msgstr ""
-#: 05340300.xhp#par_idN109F4.help.text
-msgid "Vertically stacked"
+#. *#SH
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id3156080\n"
+"41\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">To set the default <item type=\"productname\">%PRODUCTNAME</item> printer options for text documents, choose <link href=\"text/shared/optionen/01040400.xhp\" name=\"Tools - Options - Writer - Print\"><emph>Tools - Options - %PRODUCTNAME Writer - Print</emph></link>.</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ტექსტური დოკუმენტისთვის <item type=\"productname\">%PRODUCTNAME</item> ნაგულისხმევი პრინტერის პარამეტრების დასაყენებლად, აირჩიეთ <link href=\"text/shared/optionen/01040400.xhp\" name=\"Tools - Options - Writer - Print\"><emph>ხელსაწყოები- პარამეტრები - %PRODUCTNAME Writer - Print</emph></link>. </caseinline></switchinline>"
+
+#. kWvJ
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_idN1099E\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To set the default <item type=\"productname\">%PRODUCTNAME</item> printer options for spreadsheet documents, choose <link href=\"text/shared/optionen/01060700.xhp\" name=\"Tools - Options - Calc - Print\"><emph>Tools - Options - %PRODUCTNAME Calc - Print</emph></link>.</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ელექტრონული ცხრილებისთვის <item type=\"productname\">%PRODUCTNAME</item> ნაგულისხმევი პრინტერის პარამეტრების დასაყენებლად, აირჩიეთ <link href=\"text/shared/optionen/01060700.xhp\" name=\"Tools - Options - Calc - Print\"><emph>ხელსაწყოები - პარამეტრები - %PRODUCTNAME Calc - Print</emph></link>. </caseinline></switchinline>"
+
+#. #fB|
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_idN109CD\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">To set the default <item type=\"productname\">%PRODUCTNAME</item>printer options for presentation documents, choose <link href=\"text/shared/optionen/01070400.xhp\" name=\"Tools - Options - Impress - Print\"><emph>Tools - Options - %PRODUCTNAME Impress - Print</emph></link>.</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">საპრეზენტაციო დოკუმენტებისთვის <item type=\"productname\">%PRODUCTNAME</item>ნაგულისხმევი პრინტერის პარამეტრების დასაყენებლად, აირჩიეთ <link href=\"text/shared/optionen/01070400.xhp\" name=\"Tools - Options - Impress - Print\"><emph>ხელსაწყოები - პარამეტრები - %PRODUCTNAME Impress - Print</emph></link>. </caseinline></switchinline>"
+
+#. ?q/`
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id0818200901194137\n"
+"help.text"
+msgid "Press Shift+F1 or choose <item type=\"menuitem\">Help - What's This?</item> and point to any control element in the Print dialog to see an extended help text."
msgstr ""
-#: 05340300.xhp#par_idN109F8.help.text
-msgid "<ahelp hid=\".\">Aligns text vertically.</ahelp>"
+#. m[Tp
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"hd_id0818200912284914\n"
+"help.text"
+msgid "Preview"
msgstr ""
-#: 05340300.xhp#hd_id3152576.84.help.text
-msgid "Asian layout mode"
+#. Kd;p
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id081820091228505\n"
+"help.text"
+msgid "The preview shows how each sheet of paper will look. You can browse through all sheets of paper with the buttons below the preview."
msgstr ""
-#: 05340300.xhp#par_id3150010.85.help.text
-msgid "This checkbox is only available if Asian language support is enabled and the text direction is set to vertical. <ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_ALIGNMENT_BTN_ASIAN_VERTICAL\">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.</ahelp>"
+#. UJe(
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"hd_id0818200912285056\n"
+"help.text"
+msgid "General"
+msgstr ""
+
+#. +DLJ
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id0818200912285064\n"
+"help.text"
+msgid "On the General tab page, you find the most important control elements for printing. You can define which contents of your document are to be printed. You can select the printer and open the printer settings dialog."
msgstr ""
-#: 05340300.xhp#hd_id3150032.43.help.text
+#. F*z5
+#: 01130000.xhp
#, fuzzy
-msgctxt "05340300.xhp#hd_id3150032.43.help.text"
-msgid "Properties"
-msgstr "თვისებები"
+msgctxt ""
+"01130000.xhp\n"
+"par_id2\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether to print colors and objects that are inserted to the background of the page (Format - Page - Background).</ahelp>"
+msgstr "<ahelp hid=\"\" visibility=\"visible\">განსაზღვრავს სქოლიოებისა და კომენტარების ასახვის არეს, ასევე მათი დანომრვის ფორმატებს.</ahelp>"
-#: 05340300.xhp#par_id3146120.44.help.text
-msgid "Determine the text flow in a cell."
-msgstr ""
+#. [?C0
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id4\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether the graphics and drawings or OLE objects of your text document are printed.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">მომართავს კურსორს მონიშნული ტიპის წინა ობიექტზე.</ahelp>"
-#: 05340300.xhp#hd_id3145590.3.help.text
-msgid "Wrap text automatically"
-msgstr ""
+#. T,\=
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id6\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enable this option to print text that is marked as hidden.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">მონიშნეთ ეს ხატულა ტექსტური ჩარჩოების სანახავად. </ahelp>"
-#: 05340300.xhp#par_id3148555.4.help.text
-msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_ALIGNMENT:BTN_WRAP\">Wraps text onto another line at the cell border. The number of lines depends on the width of the cell.</ahelp> To enter a manual line break, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter in the cell."
-msgstr ""
+#. Zc(6
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id8\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enable this option to print text placeholders. Disable this option to leave the text placeholders blank in the printout.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
-#: 05340300.xhp#hd_id3147380.81.help.text
-msgid "Hyphenation active"
-msgstr ""
+#. 9\7l
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id10\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether the form control fields of the text document are printed.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
-#: 05340300.xhp#par_id3148458.82.help.text
-msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_ALIGNMENT_BTN_HYPH\">Enables word hyphenation for text wrapping to the next line.</ahelp>"
-msgstr ""
+#. /HT2
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id12\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether to always print text in black.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
-#: 05340300.xhp#par_idN10AD3.help.text
-msgid "Shrink to fit cell size"
+#. `d?D
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id14\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">If this option is enabled automatically inserted blank pages are printed. This is best if you are printing double-sided. For example, in a book, a \"chapter\" paragraph style has been 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 print that even numbered page.</ahelp>"
msgstr ""
-#: 05340300.xhp#par_idN10AD7.help.text
-msgid "<ahelp hid=\".\">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.</ahelp>"
-msgstr ""
+#. D?0+
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id16\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specify where to print comments (if any).</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
-#: 02190000.xhp#tit.help.text
-msgid "Plug-in"
-msgstr "დანამატი"
+#. XF.8
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id18\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specify where to print comments (if any).</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
-#: 02190000.xhp#bm_id3146946.help.text
-msgid "<bookmark_value>plug-ins; activating and deactivating</bookmark_value><bookmark_value>activating;plug-ins</bookmark_value><bookmark_value>deactivating; plug-ins</bookmark_value>"
-msgstr ""
+#. NA4Y
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id20\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether you want the name of the document to be included in the printout.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">მომართავს კურსორს მონიშნული ტიპის შემდეგ ობიექტზე.</ahelp>"
-#: 02190000.xhp#hd_id3146946.1.help.text
+#. _hTR
+#: 01130000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/02190000.xhp\" name=\"Plug-in\">Plug-in</link>"
-msgstr "<link href=\"text/shared/01/02040000.xhp\" name=\"Cut\">ამოჭრა</link>"
+msgctxt ""
+"01130000.xhp\n"
+"par_id22\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether to include the contents of the Commands window at the bottom of the printout.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
-#: 02190000.xhp#par_id3154863.2.help.text
-msgid "<ahelp hid=\".uno:PlugInsActive\">Allows you to edit <link href=\"text/shared/00/00000002.xhp#plugin\" name=\"plug-ins\">plug-ins</link> in your file. Choose this command to enable or disable this feature. When enabled, a check mark appears beside this command, and you find commands to edit the plug-in in its context menu. When disabled, you find commands to control the plug-in in its context menu.</ahelp>"
-msgstr ""
+#. ;hF@
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id24\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Applies a thin border to the formula area in the printout.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
-#: 06990000.xhp#tit.help.text
-msgctxt "06990000.xhp#tit.help.text"
-msgid "Spellcheck"
-msgstr ""
+#. :yBv
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id26\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Prints the formula without adjusting the current font size.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
-#: 06990000.xhp#hd_id3147069.1.help.text
+#. l:kC
+#: 01130000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/06990000.xhp\" name=\"Spellcheck\">Spellcheck</link>"
-msgstr "<link href=\"text/shared/01/02090000.xhp\" name=\"Select All\">მონიშნე ყველა</link>"
+msgctxt ""
+"01130000.xhp\n"
+"par_id28\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Adjusts the formula to the page format used in the printout.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">მომართავს კურსორს მონიშნული ტიპის წინა ობიექტზე.</ahelp>"
-#: 06990000.xhp#par_id3153116.2.help.text
-msgid "<ahelp hid=\".\">Checks spelling manually.</ahelp>"
-msgstr ""
+#. ?RMg
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id30\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Reduces or enlarges the size of the printed formula by a specified factor.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
-#: 06990000.xhp#par_id2551957.help.text
-msgid "<link href=\"text/shared/01/06010000.xhp\" name=\"Check\">Spellcheck dialog</link>"
-msgstr ""
+#. eIrX
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id32\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Reduces or enlarges the size of the printed formula by a specified factor.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
-#: 04060000.xhp#tit.help.text
-msgid "Scan"
+#. @sxF
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id34\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">If checked empty pages that have no cell contents or draw objects are not printed.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+
+#. K{?!
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id36\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">For printers with multiple trays this option specifies whether the paper tray used is specified by the system settings of the printer.</ahelp>"
msgstr ""
-#: 04060000.xhp#hd_id3146902.1.help.text
+#. FXBU
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id3149164\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Prints the entire document.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+
+#. *iv1
+#: 01130000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/04060000.xhp\" name=\"Scan\">Scan</link>"
-msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
+msgctxt ""
+"01130000.xhp\n"
+"par_id3152944\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Prints only the pages or slides that you specify in the <emph>Pages</emph> box.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ასახავს სტრიქონის<emph>Structure </emph>შემხსენებელს .</ahelp>"
-#: 04060000.xhp#par_id3154926.2.help.text
-msgid "<variable id=\"scan\"><ahelp hid=\".uno:Scan\">Inserts a scanned image into your document.</ahelp></variable>"
+#. QOCQ
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id3150244\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Prints only the selected area(s) or object(s) in the current document.</ahelp>"
msgstr ""
-#: 04060000.xhp#par_id3153124.5.help.text
-msgid "To insert a scanned image, the driver for your scanner must be installed. <switchinline select=\"sys\"><caseinline select=\"UNIX\">Under UNIX systems, install the SANE package found at http://www.mostang.com/sane/. The SANE package must use the same libc as $[officename].</caseinline></switchinline>"
+#. ,{_.
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id3146848\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">To print a range of pages, use a format like 3-6. To print single pages, use a format like 7;9;11. You can print a combination of page ranges and single pages, by using a format like 3-6;8;10;12.</ahelp>"
msgstr ""
-#: 04060000.xhp#hd_id3154673.3.help.text
+#. pjbD
+#: 01130000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/04060100.xhp\" name=\"Select Source\">Select Source</link>"
-msgstr "<link href=\"text/shared/01/02090000.xhp\" name=\"Select All\">მონიშნე ყველა</link>"
+msgctxt ""
+"01130000.xhp\n"
+"par_id3150772\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Prints to a file instead of to a printer.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
-#: 04060000.xhp#hd_id3152801.4.help.text
+#. j17~
+#: 01130000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/04060200.xhp\" name=\"Request\">Request</link>"
-msgstr "<link href=\"text/shared/01/02030000.xhp\" name=\"Repeat\">გამეორება</link>"
-
-#: 05260300.xhp#tit.help.text
-msgid "To Character"
-msgstr "ნებისმიერი სიმბოლო"
+msgctxt ""
+"01130000.xhp\n"
+"par_id38\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Check to not rely on the printer to create collated copies but create a print job for each copy instead.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ხსნის მონაცემთა ბაზის ოსტატს მონაცემთა ფაილის შესაქმნელად.</ahelp>"
-#: 05260300.xhp#hd_id3154044.1.help.text
+#. a{B3
+#: 01130000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">To Character</link>"
-msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
+msgctxt ""
+"01130000.xhp\n"
+"par_id40\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Check to print pages in reverse order.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
-#: 05260300.xhp#par_id3147069.2.help.text
-msgid "<ahelp hid=\".\">Anchors the selected item to a character.</ahelp> This command is only available for graphic objects."
+#. B9IF
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id3145069\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the number of copies that you want to print.</ahelp>"
msgstr ""
-#: 05260300.xhp#par_id3146067.3.help.text
-msgid "The anchor is displayed in front of the character."
+#. .0Sl
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id3150865\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Preserves the page order of the original document.</ahelp>"
msgstr ""
-#: 05260300.xhp#par_id3152924.4.help.text
-msgid "To align a graphic relative to the character that it is anchored to, right-click the graphic, and then choose <emph>Graphics</emph>. Click the <emph>Type </emph>tab, and in the <emph>Position </emph>area, select <emph>Character</emph> in the <emph>to</emph> boxes."
+#. 0qa#
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id3156113\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the printer properties dialog. The printer properties vary according to the printer that you select.</ahelp>"
msgstr ""
-#: 06150110.xhp#tit.help.text
-msgctxt "06150110.xhp#tit.help.text"
-msgid "General"
-msgstr ""
+#. ,g=m
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id42\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Show/Hide detailed information of the selected printer.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
-#: 06150110.xhp#hd_id3158442.1.help.text
-msgid "<variable id=\"general\"><link href=\"text/shared/01/06150110.xhp\" name=\"General\">General</link></variable>"
+#. b!ww
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id3149511\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">The list box shows the installed printers. Click the printer to use for the current print job. Click the Printer details button to see some information about the selected printer. Click the Properties button to change some of the printer properties.</ahelp>"
msgstr ""
-#: 06150110.xhp#par_id3149038.12.help.text
-msgid "<ahelp hid=\"\">Enter or edit general information for an <link href=\"text/shared/01/06150000.xhp\" name=\"XML filter\">XML filter</link>.</ahelp>"
-msgstr ""
+#. (pej
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id44\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specify which pages to include in the output.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
-#: 06150110.xhp#hd_id3151097.2.help.text
-msgid "Filter name"
-msgstr "ფაილის სახელი"
+#. %/|1
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id46\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the Brochure option to print the document in brochure format.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
-#: 06150110.xhp#par_id3150838.3.help.text
-msgid "<ahelp hid=\"HID_XML_FILTER_NAME\">Enter the name that you want to display in the list box of the <emph>XML Filter Settings</emph> dialog.</ahelp> You must enter a unique name."
-msgstr ""
+#. WdR9
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id48\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select which pages of a brochure to print.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">მონიშნეთ ეს ხატულა შემხსენებლების სანახავად.</ahelp>"
-#: 06150110.xhp#hd_id3149119.4.help.text
-msgid "Application"
+#. tbY%
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id0818200904102910\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">For brochure printing, you can select a left-to-right order of pages or a right-to-left order.</ahelp>"
msgstr ""
-#: 06150110.xhp#par_id3149793.5.help.text
-msgid "<ahelp hid=\"HID_XML_FILTER_APPLICATION\">Select the application that you want to use with the filter.</ahelp>"
-msgstr ""
+#. 2c]Q
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id50\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Check to draw a border around each page.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
-#: 06150110.xhp#hd_id3149999.6.help.text
-msgid "Name of file type"
-msgstr ""
+#. A3z@
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id52\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select order in which pages are to be printed.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
-#: 06150110.xhp#par_id3149549.7.help.text
-msgid "<ahelp hid=\"HID_XML_FILTER_INTERFACE_NAME\">Enter the name that you want to display in the <emph>File type</emph> box in file dialogs.</ahelp> You must enter a unique name. For import filters, the name appears in the <emph>File type</emph> box of <emph>Open</emph> dialogs. For export filters, the name appears in the <emph>File format</emph> box of <emph>Export</emph> dialogs."
-msgstr ""
+#. KrPU
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id54\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the orientation of the paper.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
-#: 06150110.xhp#hd_id3147834.8.help.text
-msgid "File extension"
-msgstr ""
+#. |$$s
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id56\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select margin between the printed pages and paper edge.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
-#: 06150110.xhp#par_id3147291.9.help.text
-msgid "<ahelp hid=\"HID_XML_FILTER_EXTENSION\">Enter the file extension to use when you open a file without specifying a filter. $[officename] uses the file extension to determine which filter to use.</ahelp>"
-msgstr ""
+#. ;_H:
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id58\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select margin between individual pages on each sheet of paper.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
-#: 06150110.xhp#hd_id3157863.10.help.text
-msgctxt "06150110.xhp#hd_id3157863.10.help.text"
-msgid "Comments"
-msgstr "შინაარსი"
+#. $]aP
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id60\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select number of rows.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
-#: 06150110.xhp#par_id3146957.11.help.text
-msgid "<ahelp hid=\"HID_XML_FILTER_DESCRIPTION\">Enter a comment (optional).</ahelp>"
-msgstr ""
+#. 7Lj2
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id62\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select number of columns.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
-#: 05030700.xhp#tit.help.text
-msgctxt "05030700.xhp#tit.help.text"
-msgid "Alignment"
-msgstr ""
+#. K^]0
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id64\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select how many pages to print per sheet of paper.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">მონიშნეთ ეს ხატულა გვერდების სანახავად..</ahelp>"
-#: 05030700.xhp#bm_id3150008.help.text
-msgid "<bookmark_value>aligning; paragraphs</bookmark_value><bookmark_value>paragraphs; alignment</bookmark_value><bookmark_value>lines of text; alignment</bookmark_value><bookmark_value>left alignment of paragraphs</bookmark_value><bookmark_value>right alignment of paragraphs</bookmark_value><bookmark_value>centered text</bookmark_value><bookmark_value>justifying text</bookmark_value>"
-msgstr ""
+#. hJZ-
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id66\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Print multiple pages per sheet of paper.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
-#: 05030700.xhp#hd_id3150008.1.help.text
+#. vf1[
+#: 01130000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Alignment\">Alignment</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
+msgctxt ""
+"01130000.xhp\n"
+"par_id68\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select which parts of the document should be printed.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
-#: 05030700.xhp#par_id3147399.2.help.text
-msgid "<ahelp hid=\"HID_FORMAT_PARAGRAPH_ALIGN\">Sets the alignment of the paragraph relative to the margins of page.</ahelp>"
-msgstr ""
+#. NUo%
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id70\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select how many slides to print per page.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
-#: 05030700.xhp#hd_id3143268.3.help.text
-msgctxt "05030700.xhp#hd_id3143268.3.help.text"
-msgid "Alignment"
-msgstr ""
+#. x9i@
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id72\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specify how to arrange slides on the printed page.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">მონიშნეთ ეს ხატულა გვერდების სანახავად..</ahelp>"
-#: 05030700.xhp#par_id3147008.4.help.text
-msgid "Set the alignment options for the current paragraph."
+#. B[Mg
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id74\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether to print the page name of a document.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+
+#. ~DiT
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id76\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether to print the current date and time.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+
+#. BL`[
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id78\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether to print the pages that are currently hidden.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+
+#. RpSl
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id80\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies to print in original colors.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+
+#. 1_`|
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id82\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies to print colors as grayscale.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
+
+#. Os{k
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id84\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies to print colors as black and white.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
+
+#. .:Q7
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id86\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specify how to scale slides in the printout.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+
+#. u)@\
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id88\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies that you do not want to further scale pages when printing.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">მონიშნეთ ეს ხატულა გვერდების სანახავად..</ahelp>"
+
+#. !/I\
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"par_id90\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether to scale down objects that are beyond the margins of the current printer so they fit on the paper in the printer.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ხსნის იარლიყების დიალოგის ფანჯარას სადაც შეგიძლიათ განსაზღვროთ თქვენი იარლიყების პარამეტრები და შემდეგ ქმნის ახალ ტექსტურ დოკუმენტს ამ იარლიყებისათვის ($[officename] Writer).</ahelp>"
+
+#. )[=(
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id92\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies that pages are to be printed in tiled format. If the pages or slides are smaller than the paper, several pages or slides will be printed on one page of paper.</ahelp>"
msgstr ""
-#: 05030700.xhp#hd_id3153681.5.help.text
-msgctxt "05030700.xhp#hd_id3153681.5.help.text"
-msgid "Left"
+#. GBF[
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"hd_id0818200912285074\n"
+"help.text"
+msgid "%PRODUCTNAME Writer / Calc / Impress / Draw / Math"
msgstr ""
-#: 05030700.xhp#par_id3153031.6.help.text
-msgid "<variable id=\"linkstext\"><ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_ALIGN_PARAGRAPH:BTN_LEFTALIGN\">Aligns the paragraph to the left page margin.</ahelp></variable> If Asian language support is enabled, this option is named Left/Top."
+#. EwKU
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id0818200912285019\n"
+"help.text"
+msgid "The tab page with the same name as the current application can be used to define the contents, color, size, and pages to be printed. You define settings that are specific to the current document type."
msgstr ""
-#: 05030700.xhp#hd_id3154142.7.help.text
-msgctxt "05030700.xhp#hd_id3154142.7.help.text"
-msgid "Right"
+#. \U,g
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"hd_id0818200912285112\n"
+"help.text"
+msgid "Page Layout"
msgstr ""
-#: 05030700.xhp#par_id3156326.8.help.text
-msgid "<variable id=\"rechtstext\"><ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_ALIGN_PARAGRAPH:BTN_RIGHTALIGN\">Aligns the paragraph to the right page margin.</ahelp></variable> If Asian language support is enabled, this option is named Right/Bottom."
+#. rs-y
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id0818200912285150\n"
+"help.text"
+msgid "The Page Layout tab page can be used to save some sheets of paper by printing several pages onto each sheet of paper. You define the arrangement and size of output pages on the physical paper."
msgstr ""
-#: 05030700.xhp#hd_id3148642.9.help.text
-#, fuzzy
-msgid "Centered"
+#. L.@2
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id0818200904164735\n"
+"help.text"
+msgid "Change the arrangement of pages to be printed on every sheet of paper. The preview shows how every final sheet of paper will look."
msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ცენტრირებული\n"
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ცენტრირება"
-#: 05030700.xhp#par_id3153257.10.help.text
-msgid "<variable id=\"zentrierttext\"><ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_ALIGN_PARAGRAPH:BTN_CENTERALIGN\">Centers the contents of the paragraph on the page.</ahelp></variable>"
+#. i-fx
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id0818200904102987\n"
+"help.text"
+msgid "For some document types, you can choose to print a brochure."
msgstr ""
-#: 05030700.xhp#hd_id3149415.11.help.text
-msgctxt "05030700.xhp#hd_id3149415.11.help.text"
-msgid "Justify"
+#. f=Ho
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"hd_id0818200912285138\n"
+"help.text"
+msgid "Options"
msgstr ""
-#: 05030700.xhp#par_id3152474.12.help.text
-msgid "<variable id=\"blocksatztext\"><ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_ALIGN_PARAGRAPH:BTN_JUSTIFYALIGN\">Aligns the paragraph to the left and to the right page margins.</ahelp></variable>"
+#. (U7E
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id0818200912285146\n"
+"help.text"
+msgid "On the Options tab page you can set some additional options for the current print job. Here you can specify to print to a file instead of printing on a printer."
msgstr ""
-#: 05030700.xhp#hd_id3145068.13.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Last Line </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
+#. bp-Y
+#: 01130000.xhp
+#, fuzzy
+msgctxt ""
+"01130000.xhp\n"
+"hd_id0819200910481678\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">Unix hints</caseinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">კომენტარები </caseinline></switchinline>"
-#: 05030700.xhp#par_id3154280.14.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_ALIGN_PARAGRAPH:LB_LASTLINE\">Specify the alignment for the last line in the paragraph.</ahelp></caseinline></switchinline>"
+#. 3Q`g
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id3157320\n"
+"47\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">If you want, you can use the STAR_SPOOL_DIR environment variable to specify the directory where the Xprinter spoolfiles are saved. For example:</caseinline></switchinline>"
msgstr ""
-#: 05030700.xhp#hd_id3154936.15.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Expand single word </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
+#. *jRP
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id3154330\n"
+"48\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">setenv STAR_SPOOL_DIR /usr/local/tmp (in the csh/tcsh) or</caseinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">setenv STAR_SPOOL_DIR /usr/local/tmp (in the csh/tcsh) or </caseinline></switchinline>"
-#: 05030700.xhp#par_id3154224.16.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_ALIGN_PARAGRAPH:CB_EXPAND\">If the last line of a justified paragraph consists of one word, the word is stretched to the width of the paragraph.</ahelp></caseinline></switchinline>"
-msgstr ""
+#. )#kP
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id3150768\n"
+"49\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">export STAR_SPOOL_DIR=/usr/local/tmp (in the sh/bash)</caseinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">export STAR_SPOOL_DIR=/usr/local/tmp (in the sh/bash) </caseinline></switchinline>"
-#: 05030700.xhp#hd_id3150495.22.help.text
-msgid "Snap to text grid (if active)"
-msgstr ""
+#. lT$7
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id3150449\n"
+"50\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">You can also use the <link href=\"text/shared/guide/spadmin.xhp\" name=\"spadmin printer setup program\">spadmin printer setup program</link> to specify additional printer options.</caseinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">შეგიძლიათ გამოიყენოთ <link href=\"text/shared/guide/spadmin.xhp\" name=\"spadmin printer setup program\">spadmin პრინტერის დასაყენებელი პროგრამა</link> პრინტერის დამატებითი პარამეტრების განსასაზღვრად. </caseinline></switchinline>"
-#: 05030700.xhp#par_id3154331.21.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ALIGN_PARAGRAPH_CB_SNAP\">Aligns the paragraph to a text grid. To activate the text grid, choose <link href=\"text/swriter/01/05040800.xhp\" name=\"Format - Page - Text Grid\"><emph>Format - Page - Text Grid</emph></link>.</ahelp>"
+#. Ehh(
+#: 05250000.xhp
+#, fuzzy
+msgctxt ""
+"05250000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Arrange"
+msgstr "#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nმოწესრიგება\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nდალაგება"
+
+#. p,^G
+#: 05250000.xhp
+msgctxt ""
+"05250000.xhp\n"
+"bm_id3152427\n"
+"help.text"
+msgid "<bookmark_value>objects; arranging within stacks</bookmark_value><bookmark_value>arranging; objects</bookmark_value><bookmark_value>borders; arranging</bookmark_value><bookmark_value>pictures; arranging within stacks</bookmark_value><bookmark_value>draw objects; arranging within stacks</bookmark_value><bookmark_value>controls; arranging within stacks</bookmark_value><bookmark_value>OLE objects; arranging within stacks</bookmark_value><bookmark_value>charts; arranging within stacks</bookmark_value><bookmark_value>layer arrangement</bookmark_value><bookmark_value>levels; depth stagger</bookmark_value><bookmark_value>depth stagger</bookmark_value>"
msgstr ""
-#: 05030700.xhp#hd_id3148672.18.help.text
-msgid "Text-to-text - Alignment"
-msgstr ""
+#. Q)JK
+#: 05250000.xhp
+#, fuzzy
+msgctxt ""
+"05250000.xhp\n"
+"hd_id3152427\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05250000.xhp\" name=\"Arranging Objects\">Arrange</link>"
+msgstr "<link href=\"text/shared/01/02060000.xhp\" name=\"Paste\">ჩასმა</link>"
-#: 05030700.xhp#par_id3149807.19.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_ALIGN_PARAGRAPH_LB_VERTALIGN\">Select an alignment option for oversized or undersized characters in the paragraph relative to the rest of the text in the paragraph.</ahelp>"
+#. !I98
+#: 05250000.xhp
+msgctxt ""
+"05250000.xhp\n"
+"par_id3154230\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ObjectPosition\">Changes the stacking order of the selected object(s).</ahelp>"
msgstr ""
-#: 05030700.xhp#hd_id3144434.23.help.text
-msgctxt "05030700.xhp#hd_id3144434.23.help.text"
-msgid "Properties"
-msgstr "თვისებები"
-
-#: 05030700.xhp#hd_id3154631.25.help.text
-msgctxt "05030700.xhp#hd_id3154631.25.help.text"
-msgid "Text direction"
+#. +)3r
+#: 05250000.xhp
+msgctxt ""
+"05250000.xhp\n"
+"hd_id3153894\n"
+"9\n"
+"help.text"
+msgid "Layer for text and graphics"
msgstr ""
-#: 05030700.xhp#par_id3157960.24.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_ALIGN_PARAGRAPH_LB_TEXTDIRECTION\">Specify the text direction for a paragraph that uses complex text layout (CTL). This feature is only available if complex text layout support is enabled.</ahelp>"
+#. wnXO
+#: 05250000.xhp
+msgctxt ""
+"05250000.xhp\n"
+"par_id3154186\n"
+"4\n"
+"help.text"
+msgid "Each object that you place in your document is successively stacked on the preceding object. Use the arrange commands to change the stacking order of objects in your document. You cannot change the stacking order of text."
msgstr ""
-#: 02230150.xhp#tit.help.text
-msgid "Protect Records"
+#. 6na#
+#: 05070300.xhp
+msgctxt ""
+"05070300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Align Right"
msgstr ""
-#: 02230150.xhp#hd_id3154349.1.help.text
+#. QN~6
+#: 05070300.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/02230150.xhp\" name=\"Protect Records\">Protect Records</link>"
-msgstr "<link href=\"text/shared/01/02020000.xhp\" name=\"Redo\">გამეორება</link>"
+msgctxt ""
+"05070300.xhp\n"
+"hd_id3153383\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05070300.xhp\" name=\"Align Right\">Align Right</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-#: 02230150.xhp#par_id3150794.2.help.text
-msgid "<ahelp hid=\".uno:ProtectTraceChangeMode\">Prevents a user from deactivating the record changes feature, or from accepting or rejecting changes unless the user enters a password.</ahelp>"
+#. $fs)
+#: 05070300.xhp
+msgctxt ""
+"05070300.xhp\n"
+"par_id3151264\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AlignRight\">Aligns the right edges of the selected objects. If only one object is selected in Impress or Draw, the right edge of the object is aligned to the right page margin.</ahelp>"
msgstr ""
-#: 05230000.xhp#tit.help.text
-msgctxt "05230000.xhp#tit.help.text"
-msgid "Position and Size"
+#. phSU
+#: 05070300.xhp
+msgctxt ""
+"05070300.xhp\n"
+"par_id3144336\n"
+"3\n"
+"help.text"
+msgid "Objects are aligned to the right edge of the rightmost object in the selection."
msgstr ""
-#: 05230000.xhp#hd_id3152790.1.help.text
-msgid "<link href=\"text/shared/01/05230000.xhp\" name=\"Position and Size\">Position and Size</link>"
-msgstr "<link href=\"text/shared/01/05230000.xhp\" name=\"Position and Size\">პოზიცია და ზომა</link>"
+#. Jrg/
+#: 02090000.xhp
+msgctxt ""
+"02090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Select All"
+msgstr "მონიშნე ყველა"
-#: 05230000.xhp#par_id3157552.2.help.text
-msgid "<variable id=\"groessetext\"><ahelp hid=\".uno:TransformDialog\">Resizes, moves, rotates, or slants the selected object.</ahelp></variable>"
+#. 0uhC
+#: 02090000.xhp
+msgctxt ""
+"02090000.xhp\n"
+"hd_id3145138\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02090000.xhp\" name=\"Select All\">Select All</link>"
+msgstr "<link href=\"text/shared/01/02090000.xhp\" name=\"Select All\">მონიშნე ყველა</link>"
+
+#. r:ky
+#: 02090000.xhp
+msgctxt ""
+"02090000.xhp\n"
+"par_id3149999\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"allestext\"><ahelp hid=\".uno:Select\" visibility=\"visible\">Selects the entire content of the current file, frame, or text object.</ahelp></variable>"
+msgstr "<variable id=\"allestext\"><ahelp hid=\".uno:Select\" visibility=\"visible\">მიმდინარე ფაილის, ჩარჩოსა და ტექსტური ობიექტის სრული შიგთავსის მონიშვნა.</ahelp></variable>"
+
+#. {GQa
+#: 02090000.xhp
+msgctxt ""
+"02090000.xhp\n"
+"par_id3155261\n"
+"3\n"
+"help.text"
+msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline> <defaultinline/> </switchinline>"
+msgstr "<switchinline select=\"appl\"> <caseinline select=\"CALC\">ფურცელზე ყველა უჯრედის მოსანიშნად, დააწკაპუნეთ ღილაკზე სვეტისა და სტრიქონის ჰედერის გადაკვეთაზე ფურცელის ზედა მარცხენა კუთხეში.</caseinline> <defaultinline/> </switchinline>"
+
+#. :RZ@
+#: 02090000.xhp
+msgctxt ""
+"02090000.xhp\n"
+"par_id3154046\n"
+"4\n"
+"help.text"
+msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.<ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline> <defaultinline/> </switchinline>"
+msgstr "<switchinline select=\"appl\"> <caseinline select=\"CALC\">ელექტრონული ცხრილის ფაილში ყველა ფურცლის მოსანიშნად, დააწკაპუნეთ მარჯვენა ღილაკი ფურცლის სახელის დანართზე, და აირჩიეთ <emph>ყველა ფურცლის მონიშვნა</emph>.<ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">მიმდინარე ელექტრონულ ცხრილში ყველა ფურცლის მონიშვნა.</ahelp></caseinline> <defaultinline/> </switchinline>"
+
+#. ZQV6
+#: xformsdataaddcon.xhp
+msgctxt ""
+"xformsdataaddcon.xhp\n"
+"tit\n"
+"help.text"
+msgid "Add Condition"
msgstr ""
-#: 06040500.xhp#tit.help.text
-msgctxt "06040500.xhp#tit.help.text"
-msgid "AutoCorrect context menu"
+#. B6(/
+#: xformsdataaddcon.xhp
+msgctxt ""
+"xformsdataaddcon.xhp\n"
+"bm_id8615680\n"
+"help.text"
+msgid "<bookmark_value>conditions;items in Data Navigator</bookmark_value><bookmark_value>XForms;conditions</bookmark_value>"
msgstr ""
-#: 06040500.xhp#bm_id3152823.help.text
-msgid "<bookmark_value>AutoCorrect function; context menu</bookmark_value><bookmark_value>spellcheck; context menus</bookmark_value>"
+#. `zWS
+#: xformsdataaddcon.xhp
+msgctxt ""
+"xformsdataaddcon.xhp\n"
+"par_idN1053E\n"
+"help.text"
+msgid "Add Condition"
msgstr ""
-#: 06040500.xhp#hd_id3152823.1.help.text
-msgctxt "06040500.xhp#hd_id3152823.1.help.text"
-msgid "AutoCorrect context menu"
+#. hr/e
+#: xformsdataaddcon.xhp
+msgctxt ""
+"xformsdataaddcon.xhp\n"
+"par_idN10542\n"
+"help.text"
+msgid "<ahelp hid=\".\">Add a condition in this subdialog of the Add Item / Edit Item dialog of the Data Navigator.</ahelp>"
msgstr ""
-#: 06040500.xhp#par_id3146936.2.help.text
-msgid "To access this menu, right-click a misspelled word in your document. To view the misspelled words in your document, enable <emph>AutoSpellcheck</emph> icon on the Standard toolbar."
+#. *D?T
+#: xformsdataaddcon.xhp
+msgctxt ""
+"xformsdataaddcon.xhp\n"
+"par_idN10561\n"
+"help.text"
+msgid "Condition"
+msgstr "მდგომარეობა"
+
+#. GUC.
+#: xformsdataaddcon.xhp
+msgctxt ""
+"xformsdataaddcon.xhp\n"
+"par_idN10565\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter a condition.</ahelp>"
msgstr ""
-#: 06040500.xhp#hd_id3153899.4.help.text
-msgid "<Replacement Suggestions>"
+#. @brr
+#: xformsdataaddcon.xhp
+msgctxt ""
+"xformsdataaddcon.xhp\n"
+"par_idN10568\n"
+"help.text"
+msgid "Result"
msgstr ""
-#: 06040500.xhp#par_id3147000.5.help.text
-msgid "<ahelp hid=\"HID_LINGU_REPLACE\">Click the word to replace the highlighted word. Use the AutoCorrect submenu for permanent replacement.</ahelp>"
+#. mOmA
+#: xformsdataaddcon.xhp
+msgctxt ""
+"xformsdataaddcon.xhp\n"
+"par_idN1056C\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays a preview of the result.</ahelp>"
msgstr ""
-#: 06040500.xhp#hd_id3153089.6.help.text
-msgctxt "06040500.xhp#hd_id3153089.6.help.text"
-msgid "Spellcheck"
+#. JEbh
+#: xformsdataaddcon.xhp
+msgctxt ""
+"xformsdataaddcon.xhp\n"
+"par_idN1056F\n"
+"help.text"
+msgid "Edit Namespaces"
msgstr ""
-#: 06040500.xhp#par_id3154497.7.help.text
-msgid "<ahelp hid=\"HID_LINGU_SPELLING_DLG\">Opens the <link href=\"text/shared/01/06010000.xhp\" name=\"Spellcheck\">Spellcheck</link> dialog.</ahelp>"
+#. 0t!P
+#: xformsdataaddcon.xhp
+msgctxt ""
+"xformsdataaddcon.xhp\n"
+"par_idN10573\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Form Namespaces dialog where you can add, edit, or delete namespaces.</ahelp>"
msgstr ""
-#: 06040500.xhp#hd_id3149283.8.help.text
-msgctxt "06040500.xhp#hd_id3149283.8.help.text"
-msgid "Add"
+#. BN}2
+#: 06010601.xhp
+msgctxt ""
+"06010601.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit Dictionary"
msgstr ""
-#: 06040500.xhp#par_id3158405.9.help.text
-msgid "<ahelp hid=\"HID_LINGU_ADD_WORD\">Adds the highlighted word to a user-defined dictionary.</ahelp>"
+#. Oc\I
+#: 06010601.xhp
+msgctxt ""
+"06010601.xhp\n"
+"bm_id905789\n"
+"help.text"
+msgid "<bookmark_value>common terms;Chinese dictionary</bookmark_value><bookmark_value>dictionaries;common terms in simplified and traditional chinese</bookmark_value>"
msgstr ""
-#: 06040500.xhp#hd_id3152924.10.help.text
-msgid "Ignore all"
+#. 9l(4
+#: 06010601.xhp
+msgctxt ""
+"06010601.xhp\n"
+"par_idN1053D\n"
+"help.text"
+msgid "Edit Dictionary"
msgstr ""
-#: 06040500.xhp#par_id3151226.11.help.text
-msgid "<ahelp hid=\"HID_LINGU_IGNORE_WORD\">Ignores all instances of the highlighted word in the current document.</ahelp>"
+#. |igj
+#: 06010601.xhp
+msgctxt ""
+"06010601.xhp\n"
+"par_idN10541\n"
+"help.text"
+msgid "<ahelp hid=\".\">Edit the <link href=\"text/shared/01/06010600.xhp\">Chinese conversion</link> terms.</ahelp>"
msgstr ""
-#: 06040500.xhp#hd_id3157958.12.help.text
-#, fuzzy
-msgctxt "06040500.xhp#hd_id3157958.12.help.text"
-msgid "AutoCorrect"
+#. nF#O
+#: 06010601.xhp
+msgctxt ""
+"06010601.xhp\n"
+"par_idN10566\n"
+"help.text"
+msgid "You can use this dialog to edit, to add, or to delete entries from the conversion dictionary. The file path name for the conversion dictionary is user/wordbook/commonterms.ctd. You cannot delete the default entries in this file."
msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ავტო-ფორმატირება\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ავტოფორმატი"
-#: 06040500.xhp#par_id3149177.13.help.text
-msgid "<ahelp hid=\"HID_LINGU_AUTOCORR\">To always replace the highlighted word, click a word in the list. The word pair is stored in the replacement table under Tools - AutoCorrect Options - Replace.</ahelp>"
+#. !g2k
+#: 06010601.xhp
+msgctxt ""
+"06010601.xhp\n"
+"par_idN10569\n"
+"help.text"
+msgid "Traditional Chinese to Simplified Chinese"
msgstr ""
-#: 06040500.xhp#hd_id3146797.15.help.text
-msgid "Word is <name of language>"
+#. Nudg
+#: 06010601.xhp
+msgctxt ""
+"06010601.xhp\n"
+"par_idN1056D\n"
+"help.text"
+msgid "<ahelp hid=\".\">Converts traditional Chinese to simplified Chinese.</ahelp>"
msgstr ""
-#: 06040500.xhp#par_id3150443.16.help.text
-msgid "<ahelp hid=\"HID_LINGU_WORD_LANGUAGE\">Changes the language settings for the highlighted word, if the word is found in another dictionary.</ahelp>"
+#. ~999
+#: 06010601.xhp
+msgctxt ""
+"06010601.xhp\n"
+"par_idN10570\n"
+"help.text"
+msgid "Simplified Chinese to Traditional Chinese"
msgstr ""
-#: 06040500.xhp#hd_id3166411.17.help.text
-msgid "Paragraph is <name of language>"
+#. e`%6
+#: 06010601.xhp
+msgctxt ""
+"06010601.xhp\n"
+"par_idN10574\n"
+"help.text"
+msgid "<ahelp hid=\".\">Converts simplified Chinese to traditional Chinese.</ahelp>"
msgstr ""
-#: 06040500.xhp#par_id3148925.18.help.text
-msgid "<ahelp hid=\"HID_LINGU_PARA_LANGUAGE\">Changes the language setting for the paragraph that contains the highlighted word, if the word is found in another dictionary.</ahelp>"
+#. \[TM
+#: 06010601.xhp
+msgctxt ""
+"06010601.xhp\n"
+"par_idN10577\n"
+"help.text"
+msgid "Reverse Mapping"
msgstr ""
-#: 06050600.xhp#tit.help.text
-msgctxt "06050600.xhp#tit.help.text"
-msgid "Position"
+#. ((lG
+#: 06010601.xhp
+msgctxt ""
+"06010601.xhp\n"
+"par_idN1057B\n"
+"help.text"
+msgid "<ahelp hid=\".\">Automatically adds the reverse mapping direction to the list for each modification that you enter.</ahelp>"
msgstr ""
-#: 06050600.xhp#hd_id3150467.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/06050600.xhp\" name=\"Position\">Position</link>"
-msgstr "<link href=\"text/shared/01/02060000.xhp\" name=\"Paste\">ჩასმა</link>"
+#. }%ET
+#: 06010601.xhp
+msgctxt ""
+"06010601.xhp\n"
+"par_idN1057E\n"
+"help.text"
+msgid "Term"
+msgstr ""
-#: 06050600.xhp#par_id3158397.2.help.text
-msgid "Sets the indent, spacing, and alignment options for the numbered or bulleted list."
+#. 95jj
+#: 06010601.xhp
+msgctxt ""
+"06010601.xhp\n"
+"par_idN10582\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the text that you want to replace with the Mapping term.</ahelp>"
msgstr ""
-#: 06050600.xhp#par_id5004119.help.text
-msgid "The Position tab page looks different for documents using the new position and spacing attributes introduced with OpenOffice.org 3.0 (and used in all versions of LibreOffice), or documents using the old attributes from versions before 3.0. The new version of this tab page shows the controls \"Numbering followed by\", \"Numbering alignment\", \"Aligned at\", and \"Indent at\". The old version of this tab page that can be seen in an old numbered or bulleted list shows the controls \"Indent\", \"Width of numbering\", \"Minimum space numbering <-> text\", and \"Numbering alignment\"."
+#. G~[J
+#: 06010601.xhp
+msgctxt ""
+"06010601.xhp\n"
+"par_idN10585\n"
+"help.text"
+msgid "Mapping"
msgstr ""
-#: 06050600.xhp#hd_id3149031.3.help.text
-msgctxt "06050600.xhp#hd_id3149031.3.help.text"
-msgid "Level"
+#. M(4(
+#: 06010601.xhp
+msgctxt ""
+"06010601.xhp\n"
+"par_idN10589\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the text that you want to replace the Term with.</ahelp>"
msgstr ""
-#: 06050600.xhp#par_id3155755.13.help.text
-msgid "<ahelp hid=\"SW:MULTILISTBOX:TP_NUM_POSITION:LB_LEVEL\">Select the level(s) that you want to modify.</ahelp>"
+#. Gd4G
+#: 06010601.xhp
+msgctxt ""
+"06010601.xhp\n"
+"par_idN1058C\n"
+"help.text"
+msgid "Property"
+msgstr "მდგომარეობა"
+
+#. ?;Ux
+#: 06010601.xhp
+msgctxt ""
+"06010601.xhp\n"
+"par_idN10590\n"
+"help.text"
+msgid "<ahelp hid=\".\">Defines the class of the selected term.</ahelp>"
msgstr ""
-#: 06050600.xhp#hd_id6561784.help.text
-msgid "Numbering followed by"
+#. KdM4
+#: 06010601.xhp
+msgctxt ""
+"06010601.xhp\n"
+"par_idN10593\n"
+"help.text"
+msgid "Add"
msgstr ""
-#: 06050600.xhp#par_id423291.help.text
-msgid "<ahelp hid=\".\">Select the element that will follow the numbering: a tab stop, a space, or nothing.</ahelp>"
+#. z5,_
+#: 06010601.xhp
+msgctxt ""
+"06010601.xhp\n"
+"par_idN10597\n"
+"help.text"
+msgid "<ahelp hid=\".\">Adds the term to the conversion dictionary. If the term is already in the dictionary, the new term receives precedence.</ahelp>"
msgstr ""
-#: 06050600.xhp#hd_id7809686.help.text
-msgid "at"
+#. V4,.
+#: 06010601.xhp
+msgctxt ""
+"06010601.xhp\n"
+"par_idN1059A\n"
+"help.text"
+msgid "Modify"
msgstr ""
-#: 06050600.xhp#par_id8177434.help.text
-msgid "<ahelp hid=\".\">If you select a tab stop to follow the numbering, you can enter a non-negative value as the tab stop position.</ahelp>"
+#. _x5-
+#: 06010601.xhp
+msgctxt ""
+"06010601.xhp\n"
+"par_idN1059E\n"
+"help.text"
+msgid "<ahelp hid=\".\">Saves the modified entry to the database file.</ahelp>"
msgstr ""
-#: 06050600.xhp#hd_id3155583.5.help.text
-msgid "Numbering alignment"
+#. xO,8
+#: 06010601.xhp
+msgctxt ""
+"06010601.xhp\n"
+"par_idN105A1\n"
+"help.text"
+msgid "Delete"
msgstr ""
-#: 06050600.xhp#par_id3153063.15.help.text
-msgid "<ahelp hid=\"SW:LISTBOX:TP_NUM_POSITION:LB_ALIGN\">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.</ahelp>"
+#. eLoc
+#: 06010601.xhp
+msgctxt ""
+"06010601.xhp\n"
+"par_idN105A5\n"
+"help.text"
+msgid "<ahelp hid=\".\">Removes the selected user-defined entry from the dictionary.</ahelp>"
msgstr ""
-#: 06050600.xhp#par_id3147422.22.help.text
-msgid "The <emph>Numbering alignment</emph> option does not set the alignment of the paragraph."
+#. 1f2f
+#: 02100300.xhp
+msgctxt ""
+"02100300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Text Format (Search)"
msgstr ""
-#: 06050600.xhp#hd_id1619617.help.text
-msgid "Aligned at"
+#. 7Nnz
+#: 02100300.xhp
+msgctxt ""
+"02100300.xhp\n"
+"hd_id3154840\n"
+"130\n"
+"help.text"
+msgid "Text Format (Search)"
msgstr ""
-#: 06050600.xhp#par_id1015655.help.text
-msgid "<ahelp hid=\".\">Enter the distance from the left page margin at which the numbering symbol will be aligned.</ahelp>"
+#. zDMN
+#: 02100300.xhp
+msgctxt ""
+"02100300.xhp\n"
+"par_id3150355\n"
+"131\n"
+"help.text"
+msgid "<variable id=\"formattext\"><ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_SEARCH:BTN_FORMAT\">Finds specific text formatting features, such as font types, font effects, and text flow characteristics.</ahelp></variable>"
msgstr ""
-#: 06050600.xhp#hd_id2336191.help.text
-msgid "Indent at"
+#. $H:2
+#: 02100300.xhp
+msgctxt ""
+"02100300.xhp\n"
+"par_id3145383\n"
+"192\n"
+"help.text"
+msgid "The search criteria for attributes are listed below the <emph>Search for</emph> box."
msgstr ""
-#: 06050600.xhp#par_id6081728.help.text
-msgid "<ahelp hid=\".\">Enter the distance from the left page margin to the start of all lines in the numbered paragraph that follow the first line.</ahelp>"
+#. =C+9
+#: 02100300.xhp
+msgctxt ""
+"02100300.xhp\n"
+"par_id3150466\n"
+"132\n"
+"help.text"
+msgid "You do not need to specify a search text in the <emph>Search for</emph> box when you search and replace formatting."
msgstr ""
-#: 06050600.xhp#hd_id3154422.9.help.text
-msgctxt "06050600.xhp#hd_id3154422.9.help.text"
-msgid "Indent"
+#. Zthj
+#: 02100300.xhp
+msgctxt ""
+"02100300.xhp\n"
+"par_id3156152\n"
+"133\n"
+"help.text"
+msgid "To define a replacement format, click in the <emph>Replace with</emph> box, and then click the <emph>Format </emph>button."
msgstr ""
-#: 06050600.xhp#par_id3144438.19.help.text
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_NUM_POSITION:MF_BORDERDIST\">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 symbol. If the current paragraph style uses an indent, the amount you enter here is added to the indent.</ahelp>"
+#. u`mc
+#: 02100300.xhp
+msgctxt ""
+"02100300.xhp\n"
+"par_id3153821\n"
+"157\n"
+"help.text"
+msgid "Use the <emph>Text Format (Search)</emph> or the <emph>Text Format (Replace)</emph> to define your formatting search criteria. These dialogs contain the following tab pages:"
msgstr ""
-#: 06050600.xhp#hd_id3155179.7.help.text
-msgctxt "06050600.xhp#hd_id3155179.7.help.text"
-msgid "Relative"
+#. ;@.=
+#: 02100300.xhp
+msgctxt ""
+"02100300.xhp\n"
+"par_id3062837\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Finds specific text formatting features, such as font types, font effects, and text flow characteristics.</ahelp>"
msgstr ""
-#: 06050600.xhp#par_id3146137.17.help.text
-msgid "<ahelp hid=\"SW:CHECKBOX:TP_NUM_POSITION:CB_RELATIVE\">Indents the current level relative to the previous level in the list hierarchy.</ahelp>"
+#. ^zmx
+#: 02100300.xhp
+#, fuzzy
+msgctxt ""
+"02100300.xhp\n"
+"par_id3149457\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02100200.xhp\" name=\"Attributes\">Attributes</link>"
+msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">არე</link>"
+
+#. cP.}
+#: 06140101.xhp
+msgctxt ""
+"06140101.xhp\n"
+"tit\n"
+"help.text"
+msgid "New Menu"
msgstr ""
-#: 06050600.xhp#hd_id3150245.28.help.text
-msgid "Width of numbering"
+#. 5E7\
+#: 06140101.xhp
+msgctxt ""
+"06140101.xhp\n"
+"par_idN10540\n"
+"help.text"
+msgid "New Menu"
msgstr ""
-#: 06050600.xhp#par_id3150129.29.help.text
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_NUM_POSITION:MF_INDENT\">Enter the amount of space to leave between the left edge of the numbering symbol and the left edge of the text.</ahelp>"
+#. P%Z\
+#: 06140101.xhp
+msgctxt ""
+"06140101.xhp\n"
+"par_idN10558\n"
+"help.text"
+msgid "Menu name"
msgstr ""
-#: 06050600.xhp#hd_id3156194.8.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Minimum space numbering <-> text</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ხაზების რაოდენობა: </caseinline></switchinline>"
+#. =XW?
+#: 06140101.xhp
+msgctxt ""
+"06140101.xhp\n"
+"par_idN1055C\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter a name for the menu. To specify a letter in the name as an accelerator key, enter a tilde (~) before the letter.</ahelp>"
+msgstr ""
-#: 06050600.xhp#par_id3147574.18.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"SW:METRICFIELD:TP_NUM_POSITION:MF_NUMDIST\">Enter the minimum amount of space to leave between the right edge of the numbering symbol and the left edge of the text.</ahelp></caseinline></switchinline>"
+#. ylS8
+#: 06140101.xhp
+msgctxt ""
+"06140101.xhp\n"
+"par_idN1055F\n"
+"help.text"
+msgid "Menu position"
msgstr ""
-#: 06050600.xhp#hd_id3154367.10.help.text
-msgctxt "06050600.xhp#hd_id3154367.10.help.text"
-msgid "Default"
+#. |3q%
+#: 06140101.xhp
+msgctxt ""
+"06140101.xhp\n"
+"par_idN10563\n"
+"help.text"
+msgid "Moves the selected menu entry up one position or down one position in the menu when you click the arrow buttons."
msgstr ""
-#: 06050600.xhp#par_id3156082.20.help.text
-msgid "<ahelp hid=\"SW:PUSHBUTTON:TP_NUM_POSITION:PB_STANDARD\">Resets the indent and the spacing values to the default values.</ahelp>"
+#. {!)E
+#: 05080400.xhp
+msgctxt ""
+"05080400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Justify"
msgstr ""
-#: 06050600.xhp#par_id3147228.help.text
+#. d8o%
+#: 05080400.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Paragraph alignment\">Paragraph alignment</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-
-#: 02060000.xhp#tit.help.text
-msgid "Paste"
-msgstr "ჩასმა"
+msgctxt ""
+"05080400.xhp\n"
+"hd_id3152937\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05080400.xhp\" name=\"Justify\">Justify</link>"
+msgstr "<link href=\"text/shared/01/02040000.xhp\" name=\"Cut\">ამოჭრა</link>"
-#: 02060000.xhp#bm_id3149031.help.text
-msgid "<bookmark_value>pasting;cell ranges</bookmark_value><bookmark_value>clipboard; pasting</bookmark_value><bookmark_value>cells;pasting</bookmark_value>"
+#. /5k8
+#: 05080400.xhp
+msgctxt ""
+"05080400.xhp\n"
+"par_id3146856\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"blocktext\"><ahelp hid=\".uno:JustifyPara\">Aligns the selected paragraph(s) to the left and the right page margins. If you want, you can also specify the alignment options for the last line of a paragraph by choosing <emph>Format - Paragraph - Alignment</emph>.</ahelp></variable>"
msgstr ""
-#: 02060000.xhp#hd_id3149031.1.help.text
-msgid "<link href=\"text/shared/01/02060000.xhp\" name=\"Paste\">Paste</link>"
-msgstr "<link href=\"text/shared/01/02060000.xhp\" name=\"Paste\">ჩასმა</link>"
+#. g,.r
+#: 05340500.xhp
+msgctxt ""
+"05340500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Columns"
+msgstr "სვეტების დამალვა"
-#: 02060000.xhp#par_id3149511.2.help.text
-msgid "<ahelp hid=\".uno:Paste\">Inserts the contents of the clipboard at the location of the cursor, and replaces any selected text or objects.</ahelp>"
-msgstr ""
+#. :G!2
+#: 05340500.xhp
+#, fuzzy
+msgctxt ""
+"05340500.xhp\n"
+"hd_id3148882\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05340500.xhp\" name=\"Hide Columns\">Hide Columns</link>"
+msgstr "<link href=\"text/shared/01/02020000.xhp\" name=\"Redo\">გამეორება</link>"
-#: 02060000.xhp#par_id3147834.5.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">In a spreadsheet, when you paste a range of cells from the clipboard, the result depends on the current selection: If only one cell is selected, the cell range will be pasted started from that cell. If you mark a cell range wider than the cell range in the clipboard, the cell range will be pasted repeatedly to fill the selected cell range. </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ელექტრონულ ცხრილებში გაცვლის ბუფერიდან უჯრედთა წყობის ჩასმისას შედეგი დამოკიდებულია მიმდინარე მონიშვნაზე. თუ მონიშნულია ერთი უჯრედი, მაშინ ჩაისმება ამ უჯრედიდან დაწყებული უჯრედთა წყობა. თუ მონიშნავთ უფრო ფართო უჯრედთა წყობას ვიდრე გაცვლის ბუფერშია, უჯრედთა წყობის ჩასმა გაგრძელდება, სანამ არ შეივსება მონიშნული უჯრედთა წყობა. </caseinline></switchinline>"
+#. 0a-5
+#: 05340500.xhp
+msgctxt ""
+"05340500.xhp\n"
+"par_id3155620\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Hides the selected column(s). To display hidden columns, right-click any column header, and then choose <emph>Show Columns</emph>.</ahelp>"
+msgstr ""
-#: 05040300.xhp#tit.help.text
-msgctxt "05040300.xhp#tit.help.text"
-msgid "Header"
+#. N|J\
+#: 05200200.xhp
+msgctxt ""
+"05200200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Line Styles"
msgstr ""
-#: 05040300.xhp#hd_id3155599.1.help.text
+#. N=QT
+#: 05200200.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05040300.xhp\" name=\"Header\">Header</link>"
+msgctxt ""
+"05200200.xhp\n"
+"hd_id3148919\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05200200.xhp\" name=\"Line Styles\">Line Styles</link>"
msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-#: 05040300.xhp#par_id3156027.2.help.text
-msgid "<ahelp hid=\"HID_FORMAT_HEADER\">Adds a header to the current page style. A header is an area in the top page margin, where you can add text or graphics.</ahelp>"
-msgstr ""
-
-#: 05040300.xhp#par_id3150693.33.help.text
-msgid "If you want, you can also add borders or a background fill to a header."
+#. ``,)
+#: 05200200.xhp
+msgctxt ""
+"05200200.xhp\n"
+"par_id3150146\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LINE_DEF\">Edit or create dashed or dotted line styles.</ahelp>"
msgstr ""
-#: 05040300.xhp#par_id3153821.32.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">To add a header to the current page style, select <emph>Header on</emph>, and then click <emph>OK</emph>. </caseinline></switchinline>"
-msgstr ""
+#. @Z@j
+#: 05200200.xhp
+msgctxt ""
+"05200200.xhp\n"
+"hd_id3147617\n"
+"3\n"
+"help.text"
+msgid "Properties"
+msgstr "თვისებები"
-#: 05040300.xhp#par_id3153827.31.help.text
-msgid "If you want to extend a header into the page margins, insert a frame into the header."
+#. ,X7!
+#: 05200200.xhp
+msgctxt ""
+"05200200.xhp\n"
+"hd_id3146873\n"
+"15\n"
+"help.text"
+msgid "Line style"
msgstr ""
-#: 05040300.xhp#par_id3154046.29.help.text
-msgctxt "05040300.xhp#par_id3154046.29.help.text"
-msgid "To quickly move the text cursor from the document text to the header or footer, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up or Page Down. Press the same key again to move the text cursor back into the document text."
+#. }HLJ
+#: 05200200.xhp
+msgctxt ""
+"05200200.xhp\n"
+"par_id3146807\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_LINE_DEF_LB_LINESTYLES\">Select the style of line that you want to create.</ahelp>"
msgstr ""
-#: 05040300.xhp#hd_id3152360.4.help.text
-msgctxt "05040300.xhp#hd_id3152360.4.help.text"
-msgid "Header"
-msgstr ""
+#. *.);
+#: 05200200.xhp
+msgctxt ""
+"05200200.xhp\n"
+"hd_id3149948\n"
+"5\n"
+"help.text"
+msgid "Type"
+msgstr "ტიპი:"
-#: 05040300.xhp#par_id3154924.5.help.text
-msgid "Set the properties of the header."
+#. T03(
+#: 05200200.xhp
+msgctxt ""
+"05200200.xhp\n"
+"par_id3149031\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_LINE_DEF_LB_TYPE_2\">Select the combination of dashes and dots that you want.</ahelp>"
msgstr ""
-#: 05040300.xhp#hd_id3147304.7.help.text
-msgid "Header on"
+#. /3@6
+#: 05200200.xhp
+msgctxt ""
+"05200200.xhp\n"
+"hd_id3148731\n"
+"7\n"
+"help.text"
+msgid "Number"
msgstr ""
-#: 05040300.xhp#par_id3154388.8.help.text
-msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_HEADER:CB_TURNON\">Adds a header to the current page style.</ahelp>"
+#. #lso
+#: 05200200.xhp
+msgctxt ""
+"05200200.xhp\n"
+"par_id3155351\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_NUMERICFIELD_RID_SVXPAGE_LINE_DEF_NUM_FLD_2\">Enter the number of times that you want a dot or a dash to appear in a sequence.</ahelp>"
msgstr ""
-#: 05040300.xhp#hd_id3154936.21.help.text
-msgctxt "05040300.xhp#hd_id3154936.21.help.text"
-msgid "Same content left/right"
+#. @:-E
+#: 05200200.xhp
+msgctxt ""
+"05200200.xhp\n"
+"hd_id3154422\n"
+"9\n"
+"help.text"
+msgid "Length"
msgstr ""
-#: 05040300.xhp#par_id3154938.22.help.text
-msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_HEADER:CB_SHARED\">Even and odd pages share the same content.<switchinline select=\"appl\"><caseinline select=\"CALC\"> To assign a different header to even and odd pages, clear this option, and then click <emph>Edit</emph>. </caseinline></switchinline></ahelp>"
+#. -V/A
+#: 05200200.xhp
+msgctxt ""
+"05200200.xhp\n"
+"par_id3149640\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_LINE_DEF_MTR_FLD_LENGTH_2\">Enter the length of the dash.</ahelp>"
msgstr ""
-#: 05040300.xhp#hd_id3145202.17.help.text
-msgctxt "05040300.xhp#hd_id3145202.17.help.text"
-msgid "Left margin"
+#. *N9[
+#: 05200200.xhp
+msgctxt ""
+"05200200.xhp\n"
+"hd_id3093440\n"
+"11\n"
+"help.text"
+msgid "Spacing"
msgstr ""
-#: 05040300.xhp#par_id3150449.18.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_HEADER:ED_LMARGIN\">Enter the amount of space to leave between the left edge of the page and the left edge of the header.</ahelp>"
+#. )LHy
+#: 05200200.xhp
+msgctxt ""
+"05200200.xhp\n"
+"par_id3147834\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_LINE_DEF_MTR_FLD_DISTANCE\">Enter the amount of space that you want to leave between dots or dashes.</ahelp>"
msgstr ""
-#: 05040300.xhp#hd_id3153351.19.help.text
-msgctxt "05040300.xhp#hd_id3153351.19.help.text"
-msgid "Right margin"
+#. R9g:
+#: 05200200.xhp
+msgctxt ""
+"05200200.xhp\n"
+"hd_id3155805\n"
+"13\n"
+"help.text"
+msgid "Fit to line width"
msgstr ""
-#: 05040300.xhp#par_id3157322.20.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_HEADER:ED_RMARGIN\">Enter the amount of space to leave between the right edge of the page and the right edge of the header.</ahelp>"
+#. ]cF(
+#: 05200200.xhp
+msgctxt ""
+"05200200.xhp\n"
+"par_id3147291\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_LINE_DEF_CBX_SYNCHRONIZE\">Automatically adjusts the entries relative to the length of the line.</ahelp>"
msgstr ""
-#: 05040300.xhp#hd_id3148672.9.help.text
-msgctxt "05040300.xhp#hd_id3148672.9.help.text"
-msgid "Spacing"
+#. S^AY
+#: 05200200.xhp
+msgctxt ""
+"05200200.xhp\n"
+"hd_id3155355\n"
+"17\n"
+"help.text"
+msgid "Add"
msgstr ""
-#: 05040300.xhp#par_id3153970.10.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_HEADER:ED_DIST\">Enter the amount of space that you want to maintain between the bottom edge of the header and the top edge of the document text.</ahelp>"
+#. 1Qh[
+#: 05200200.xhp
+msgctxt ""
+"05200200.xhp\n"
+"par_id3149827\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXPAGE_LINE_DEF_BTN_ADD\">Creates a new line style using the current settings.</ahelp>"
msgstr ""
-#: 05040300.xhp#hd_id3154330.35.help.text
-msgctxt "05040300.xhp#hd_id3154330.35.help.text"
-msgid "Use dynamic spacing"
-msgstr ""
+#. )A_i
+#: 05200200.xhp
+msgctxt ""
+"05200200.xhp\n"
+"hd_id3155338\n"
+"19\n"
+"help.text"
+msgid "Name"
+msgstr "სახელები"
-#: 05040300.xhp#par_id3148453.36.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_HEADER_CB_DYNSPACING\">Overrides the <emph>Spacing </emph>setting, and allows the header to expand into the area between the header and the document text.</ahelp>"
+#. 0a=E
+#: 05200200.xhp
+msgctxt ""
+"05200200.xhp\n"
+"par_id3153681\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"\">Enter a name.</ahelp>"
msgstr ""
-#: 05040300.xhp#hd_id3150290.13.help.text
-msgctxt "05040300.xhp#hd_id3150290.13.help.text"
-msgid "Height"
+#. Bxr9
+#: 05200200.xhp
+msgctxt ""
+"05200200.xhp\n"
+"hd_id3155893\n"
+"21\n"
+"help.text"
+msgid "Modify"
msgstr ""
-#: 05040300.xhp#par_id3155429.14.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_HEADER:ED_HEIGHT\">Enter the height that you want for the header.</ahelp>"
+#. !Ggr
+#: 05200200.xhp
+msgctxt ""
+"05200200.xhp\n"
+"par_id3157863\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXPAGE_LINE_DEF_BTN_MODIFY\">Updates the selected line style using the current settings. To change the name of the selected line style, enter a new name when prompted.</ahelp>"
msgstr ""
-#: 05040300.xhp#hd_id3156543.15.help.text
-msgctxt "05040300.xhp#hd_id3156543.15.help.text"
-msgid "AutoFit height"
+#. [+`a
+#: 05200200.xhp
+msgctxt ""
+"05200200.xhp\n"
+"hd_id3147275\n"
+"23\n"
+"help.text"
+msgid "Load line style table"
msgstr ""
-#: 05040300.xhp#par_id3153095.16.help.text
-msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_HEADER:CB_HEIGHT_DYN\">Automatically adjusts the height of the header to fit the content that you enter.</ahelp>"
+#. di~%
+#: 05200200.xhp
+msgctxt ""
+"05200200.xhp\n"
+"par_id3154749\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_IMAGEBUTTON_RID_SVXPAGE_LINE_DEF_BTN_LOAD\">Imports a list of line styles.</ahelp>"
msgstr ""
-#: 05040300.xhp#hd_id3145271.24.help.text
-msgctxt "05040300.xhp#hd_id3145271.24.help.text"
-msgid "More"
+#. hT^q
+#: 05200200.xhp
+msgctxt ""
+"05200200.xhp\n"
+"hd_id3148642\n"
+"25\n"
+"help.text"
+msgid "Save line style table"
msgstr ""
-#: 05040300.xhp#par_id3145367.25.help.text
-msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_HEADER:BTN_EXTRAS\">Defines a border, a background color, or a background pattern for the header.</ahelp>"
+#. ks7A
+#: 05200200.xhp
+msgctxt ""
+"05200200.xhp\n"
+"par_id3155449\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_IMAGEBUTTON_RID_SVXPAGE_LINE_DEF_BTN_SAVE\">Saves the current list of line styles, so that you can load it again later.</ahelp>"
msgstr ""
-#: 05040300.xhp#hd_id3155306.27.help.text
-msgctxt "05040300.xhp#hd_id3155306.27.help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Edit </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">დამატება </caseinline></switchinline>"
-
-#: 05040300.xhp#par_id0609200910261473.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Add or edit header text.</ahelp>"
-msgstr ""
+#. Q@wJ
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Size"
+msgstr "ზომა:"
-#: 05040300.xhp#par_id3145749.28.help.text
-msgid "<ahelp hid=\"HID_SC_HEADER_EDIT\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120000.xhp\" name=\"Add or edit\">Add or edit</link> header text. </caseinline></switchinline></ahelp>"
-msgstr ""
+#. `^T2
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"bm_id3153391\n"
+"help.text"
+msgid "<bookmark_value>text; font sizes</bookmark_value><bookmark_value>font sizes; text</bookmark_value>"
+msgstr "<bookmark_value>ბრძანებათა გამეორება</bookmark_value><bookmark_value>ბრძანებათა გამეორება</bookmark_value>"
-#: 05040300.xhp#par_id3163716.help.text
+#. `+u#
+#: 05100000.xhp
#, fuzzy
-msgid "<link href=\"text/swriter/01/04220000.xhp\" name=\"Headers\">Headers</link>"
+msgctxt ""
+"05100000.xhp\n"
+"hd_id3153391\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05100000.xhp\" name=\"Size\">Size</link>"
msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-#: 05040300.xhp#par_id3150032.help.text
-msgctxt "05040300.xhp#par_id3150032.help.text"
-msgid "<link href=\"text/shared/00/00000003.xhp#metrik\" name=\"Changing measurement units\">Changing measurement units</link>"
+#. deEK
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3146856\n"
+"2\n"
+"help.text"
+msgid "Set the font size for the selected text."
msgstr ""
-#: 05040300.xhp#par_id3150873.help.text
-#, fuzzy
-msgctxt "05040300.xhp#par_id3150873.help.text"
-msgid "<link href=\"text/shared/01/05030500.xhp\" name=\"Borders\">Borders</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">არე</link>"
-
-#: 05040300.xhp#par_id3147326.help.text
-#, fuzzy
-msgctxt "05040300.xhp#par_id3147326.help.text"
-msgid "<link href=\"text/shared/01/05030600.xhp\" name=\"Backgrounds\">Backgrounds</link>"
-msgstr "<link href=\"text/shared/01/01010201.xhp\" name=\"Labels\">იარლიყები</link>"
-
-#: password_main.xhp#tit.help.text
-msgid "Enter Master Password"
+#. cmb[
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"tit\n"
+"help.text"
+msgid "Number Format Codes"
msgstr ""
-#: password_main.xhp#hd_id3154183.1.help.text
-msgid "<variable id=\"password_maintitle\"><link href=\"text/shared/01/password_main.xhp\" name=\"Enter Master Password\">Enter Master Password</link></variable>"
+#. z#+m
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"bm_id3153514\n"
+"help.text"
+msgid "<bookmark_value>format codes; numbers</bookmark_value><bookmark_value>conditions; in number formats</bookmark_value><bookmark_value>number formats; codes</bookmark_value><bookmark_value>currency formats</bookmark_value><bookmark_value>formats;of currencies/date/time</bookmark_value><bookmark_value>numbers; date, time and currency formats</bookmark_value><bookmark_value>Euro; currency formats</bookmark_value><bookmark_value>date formats</bookmark_value><bookmark_value>times, formats</bookmark_value>"
msgstr ""
-#: password_main.xhp#par_id3154841.2.help.text
-msgid "<ahelp hid=\"\">Assign a master password to protect the access to a saved password.</ahelp>"
+#. r$xd
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"hd_id3153514\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"zahlenformatcodes\"><link href=\"text/shared/01/05020301.xhp\" name=\"Number Format Codes\">Number Format Codes</link></variable>"
msgstr ""
-#: password_main.xhp#par_id3146857.3.help.text
-msgid "You can save some passwords for the duration of a session, or permanently to a file protected by a master password."
+#. ctO^
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3150467\n"
+"88\n"
+"help.text"
+msgid "Number format codes can consist of up to three sections separated by a semicolon (;)."
msgstr ""
-#: password_main.xhp#par_id3147000.6.help.text
-msgid "You must enter the master password to access a file or service that is protected by a saved password. You only need to enter the master password once during a session."
+#. dpK2
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3150146\n"
+"108\n"
+"help.text"
+msgid "In a number format code with two sections, the first section applies to positive values and zero, and the second section applies to negative values."
msgstr ""
-#: password_main.xhp#par_id0608200910545958.help.text
-msgid "You should only use passwords that are hard to find by other persons or programs. A password should follow these rules:"
+#. qG9I
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3158442\n"
+"109\n"
+"help.text"
+msgid "In a number format code with three sections, the first section applies to positive values, the second section to negative values, and the third section to the value zero."
msgstr ""
-#: password_main.xhp#par_id0608200910545989.help.text
-msgid "Length of eight or more characters."
+#. *]t;
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3155069\n"
+"110\n"
+"help.text"
+msgid "You can also assign conditions to the three sections, so that the format is only applied if a condition is met."
msgstr ""
-#: password_main.xhp#par_id0608200910545951.help.text
-msgid "Contains a mix of lower case and upper case letters, numbers, and special characters."
+#. N@?7
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"hd_id3151262\n"
+"229\n"
+"help.text"
+msgid "Decimal Places and Significant Digits"
msgstr ""
-#: password_main.xhp#par_id0608200910545923.help.text
-msgid "Cannot be found in any wordbook or encyclopedia."
+#. dS68
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3153624\n"
+"3\n"
+"help.text"
+msgid "Use zero (0) or the number sign (#) as placeholders in your number format code to represent numbers. The (#) only displays significant digits, while the (0) displays zeroes if there are fewer digits in the number than in the number format."
msgstr ""
-#: password_main.xhp#par_id0608200910550049.help.text
-msgid "Has no direct relation to your personal data, e.g., date of birth or car plate."
+#. ^jMA
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3153323\n"
+"107\n"
+"help.text"
+msgid "Use question marks (?) to represent the number of digits to include in the numerator and the denominator of a fraction. Fractions that do not fit the pattern that you define are displayed as floating point numbers."
msgstr ""
-#: password_main.xhp#hd_id3147588.7.help.text
-msgid "Master password"
+#. r-sP
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3148440\n"
+"4\n"
+"help.text"
+msgid "If a number contains more digits to the right of the decimal delimiter than there are placeholders in the format, the number is rounded accordingly. If a number contains more digits to the left of the decimal delimiter than there are placeholders in the format, the entire number is displayed. Use the following list as a guide for using placeholders when you create a number format code:"
msgstr ""
-#: password_main.xhp#par_id3148731.8.help.text
-msgid "<ahelp hid=\"UUI_EDIT_DLG_UUI_PASSWORD_ED_MASTERPASSWORD\">Type a master password to prevent unauthorized users from accessing stored passwords.</ahelp>"
+#. cX-.
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3150902\n"
+"86\n"
+"help.text"
+msgid "Placeholders"
msgstr ""
-#: password_main.xhp#hd_id3144436.9.help.text
-msgid "Confirm master password"
-msgstr ""
+#. ^Xch
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3157896\n"
+"87\n"
+"help.text"
+msgid "Explanation"
+msgstr "ახსნა"
-#: password_main.xhp#par_id3145129.10.help.text
-msgid "<ahelp hid=\"UUI_EDIT_DLG_UUI_PASSWORD_CRT_ED_MASTERPASSWORD_REPEAT\">Re-enter the master password.</ahelp>"
+#. IEO!
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3152801\n"
+"5\n"
+"help.text"
+msgid "#"
msgstr ""
-#: 05050000.xhp#tit.help.text
-msgid "Change Case"
+#. y1Jd
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3145090\n"
+"6\n"
+"help.text"
+msgid "Does not display extra zeros."
msgstr ""
-#: 05050000.xhp#hd_id3152952.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05050000.xhp\" name=\"Change Case\">Change Case</link>"
-msgstr "<link href=\"text/shared/01/02060000.xhp\" name=\"Paste\">ჩასმა</link>"
+#. *?UP
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3147088\n"
+"7\n"
+"help.text"
+msgid "0 (Zero)"
+msgstr ""
-#: 05050000.xhp#par_id3151299.2.help.text
-msgid "<ahelp hid=\".\">Changes the case of characters in the selection. If the cursor is within a word and no text is selected, then the word is the selection.</ahelp>"
+#. :;GL
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3150774\n"
+"8\n"
+"help.text"
+msgid "Displays extra zeros if the number has less places than zeros in the format."
msgstr ""
-#: 05050000.xhp#hd_id3147572.5.help.text
-msgid "Sentence case"
+#. F_%$
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_idN1087E\n"
+"help.text"
+msgid "Examples"
msgstr ""
-#: 05050000.xhp#par_id3150694.6.help.text
-msgid "<ahelp hid=\".\">Changes the first letter of the selected western characters to an uppercase character.</ahelp>"
+#. QgdZ
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3149182\n"
+"9\n"
+"help.text"
+msgid "Number Format"
msgstr ""
-#: 05050000.xhp#hd_id3147571.5.help.text
-msgid "lowercase"
+#. p{?4
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3154749\n"
+"10\n"
+"help.text"
+msgid "Format Code"
msgstr ""
-#: 05050000.xhp#par_id3150693.6.help.text
-msgid "<ahelp hid=\".uno:ChangeCaseToLower\">Changes the selected western characters to lowercase characters.</ahelp>"
+#. *mLI
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3148538\n"
+"11\n"
+"help.text"
+msgid "3456.78 as 3456.8"
msgstr ""
-#: 05050000.xhp#hd_id3147143.3.help.text
-msgid "UPPERCASE"
+#. VCiq
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3150355\n"
+"12\n"
+"help.text"
+msgid "####.#"
msgstr ""
-#: 05050000.xhp#par_id3152372.4.help.text
-msgid "<ahelp hid=\".uno:ChangeCaseToUpper\">Changes the selected western characters to uppercase characters.</ahelp>"
+#. 3o65
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3154142\n"
+"13\n"
+"help.text"
+msgid "9.9 as 9.900"
msgstr ""
-#: 05050000.xhp#hd_id3147511.5.help.text
-msgid "Capitalize Every Word"
+#. \Oen
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3159256\n"
+"14\n"
+"help.text"
+msgid "#.000"
msgstr ""
-#: 05050000.xhp#par_id3150613.6.help.text
-msgid "<ahelp hid=\".\">Changes the first character of every word of the selected western characters to an uppercase character.</ahelp>"
+#. 2roD
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3147077\n"
+"15\n"
+"help.text"
+msgid "13 as 13.0 and 1234.567 as 1234.57"
msgstr ""
-#: 05050000.xhp#hd_id3147521.5.help.text
-msgid "tOGGLE cASE"
+#. 5oMF
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3155388\n"
+"16\n"
+"help.text"
+msgid "#.0#"
msgstr ""
-#: 05050000.xhp#par_id3150623.6.help.text
-msgid "<ahelp hid=\".\">Toggles case of all selected western characters.</ahelp>"
+#. tSS8
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3149578\n"
+"17\n"
+"help.text"
+msgid "5.75 as 5 3/4 and 6.3 as 6 3/10"
msgstr ""
-#: 05050000.xhp#hd_id3155392.7.help.text
-msgid "Half-width"
+#. U5ZX
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3145315\n"
+"18\n"
+"help.text"
+msgid "# ???/???"
msgstr ""
-#: 05050000.xhp#par_id3147088.8.help.text
-msgid "<ahelp hid=\".uno:ChangeCaseToHalfWidth\">Changes the selected Asian characters to half-width characters.</ahelp>"
+#. ]V2$
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3156152\n"
+"19\n"
+"help.text"
+msgid ".5 as 0.5"
msgstr ""
-#: 05050000.xhp#hd_id3156113.9.help.text
-msgid "Full Width"
+#. 83+6
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3149762\n"
+"20\n"
+"help.text"
+msgid "0.##"
msgstr ""
-#: 05050000.xhp#par_id3154749.10.help.text
-msgid "<ahelp hid=\".uno:ChangeCaseToFullWidth\">Changes the selected Asian characters to full width characters.</ahelp>"
+#. }TA7
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"hd_id3149276\n"
+"230\n"
+"help.text"
+msgid "Thousands Separator"
msgstr ""
-#: 05050000.xhp#hd_id3152996.11.help.text
-msgid "Hiragana"
+#. 6(|.
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3154380\n"
+"21\n"
+"help.text"
+msgid "Depending on your language setting, you can use a comma or a period as a thousands separator. You can also use the separator to reduce the size of the number that is displayed by a multiple of 1000."
msgstr ""
-#: 05050000.xhp#par_id3156156.12.help.text
-msgid "<ahelp hid=\".uno:ChangeCaseToHiragana\">Changes the selected Asian characters to Hiragana characters.</ahelp>"
+#. 81o{
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3154905\n"
+"22\n"
+"help.text"
+msgid "Number Format"
msgstr ""
-#: 05050000.xhp#hd_id3154173.13.help.text
-msgid "Katakana"
+#. ysb:
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3150822\n"
+"23\n"
+"help.text"
+msgid "Format Code"
msgstr ""
-#: 05050000.xhp#par_id3146137.14.help.text
-msgid "<ahelp hid=\".uno:ChangeCaseToKatakana\">Changes the selected Asian characters to Katakana characters.</ahelp>"
+#. )Q5`
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3147264\n"
+"24\n"
+"help.text"
+msgid "15000 as 15,000"
msgstr ""
-#: 05290100.xhp#tit.help.text
-msgctxt "05290100.xhp#tit.help.text"
-msgid "Group"
+#. XaEO
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3151223\n"
+"25\n"
+"help.text"
+msgid "#,###"
msgstr ""
-#: 05290100.xhp#hd_id3152823.1.help.text
-msgid "<link href=\"text/shared/01/05290100.xhp\" name=\"Group\">Group</link>"
-msgstr "<link href=\"text/shared/01/05290100.xhp\" name=\"Group\">ჯგუფი</link>"
+#. @N^F
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3154935\n"
+"26\n"
+"help.text"
+msgid "16000 as 16"
+msgstr ""
-#: 05290100.xhp#par_id3154689.2.help.text
-msgid "<variable id=\"gruppierentext\"><ahelp hid=\".uno:FormatGroup\" visibility=\"visible\">Groups the selected objects, so that they can be moved as a single object.</ahelp></variable>"
+#. $|-g
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3153961\n"
+"27\n"
+"help.text"
+msgid "#,"
msgstr ""
-#: 05290100.xhp#par_id3150008.3.help.text
-msgid "The properties of individual objects are maintained even after you group the objects. You can nest groups, that is, you can have a group within a group."
+#. eLT@
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"hd_id3154836\n"
+"79\n"
+"help.text"
+msgid "Including Text in Number Format Codes"
msgstr ""
-#: 04150500.xhp#tit.help.text
-msgctxt "04150500.xhp#tit.help.text"
-msgid "Insert video"
+#. E`/\
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"hd_id3150398\n"
+"231\n"
+"help.text"
+msgid "Text and Numbers"
msgstr ""
-#: 04150500.xhp#hd_id3150999.1.help.text
-msgctxt "04150500.xhp#hd_id3150999.1.help.text"
-msgid "Insert video"
+#. ,GAX
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3154224\n"
+"80\n"
+"help.text"
+msgid "To include text in a number format that is applied to a cell containing numbers, place a double quotation mark (\") in front of and behind the text, or a backslash (\\) before a single character. For example, enter <emph>#.# \"meters\"</emph> to display \"3.5 meters\" or <emph>#.# \\m</emph> to display \"3.5 m\"."
msgstr ""
-#: 04150500.xhp#par_id3152895.2.help.text
-msgid "<variable id=\"video\"><ahelp hid=\".uno:InsertVideo\">Inserts a video file into the current document.</ahelp></variable>"
+#. 9*k/
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"hd_id3148979\n"
+"232\n"
+"help.text"
+msgid "Text and Text"
msgstr ""
-#: 05040400.xhp#tit.help.text
-msgctxt "05040400.xhp#tit.help.text"
-msgid "Footer"
+#. ~95d
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3153338\n"
+"82\n"
+"help.text"
+msgid "To include text in a number format that is applied to a cell that might contain text, enclose the text by double quotation marks (\" \"), and then add an at sign (@). For example, enter <emph>\"Total for \"@</emph> to display \"Total for December\"."
msgstr ""
-#: 05040400.xhp#hd_id3155620.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05040400.xhp\" name=\"Footer\">Footer</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
+#. BF*]
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"hd_id3154330\n"
+"233\n"
+"help.text"
+msgid "Spaces"
+msgstr "ღარები"
-#: 05040400.xhp#par_id3156553.2.help.text
-msgid "<ahelp hid=\"HID_FORMAT_FOOTER\">Adds a footer to the current page style. A footer is an area in the bottom page margin, where you can add text or graphics.</ahelp>"
+#. :[v/
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3156294\n"
+"81\n"
+"help.text"
+msgid "To use a character to define the width of a space in a number format, type an underscore ( _ ) followed by the character. The width of the space varies according to the width of the character that you choose. For example, <emph>_M</emph> creates a wider space than <emph>_i</emph>."
msgstr ""
-#: 05040400.xhp#par_id3145136.32.help.text
-msgid "If you want, you can also add borders or a background fill to a footer."
+#. n%WR
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"hd_id3155994\n"
+"234\n"
+"help.text"
+msgid "Color"
msgstr ""
-#: 05040400.xhp#par_id3155339.31.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>"
+#. bYJq
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3156423\n"
+"28\n"
+"help.text"
+msgid "To set the color of a section of a number format code, insert one of the following color names in square brackets [ ]:"
msgstr ""
-#: 05040400.xhp#par_id3147209.30.help.text
-msgid "If you want to extend a footer into the page margins, insert a frame into the footer."
+#. VQT;
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3154630\n"
+"29\n"
+"help.text"
+msgid "CYAN"
msgstr ""
-#: 05040400.xhp#par_id3150976.28.help.text
-msgctxt "05040400.xhp#par_id3150976.28.help.text"
-msgid "To quickly move the text cursor from the document text to the header or footer, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up or Page Down. Press the same key again to move the text cursor back into the document text."
+#. C.=Z
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3148676\n"
+"30\n"
+"help.text"
+msgid "GREEN"
msgstr ""
-#: 05040400.xhp#hd_id3150504.3.help.text
-msgctxt "05040400.xhp#hd_id3150504.3.help.text"
-msgid "Footer"
+#. Kq?7
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3154123\n"
+"31\n"
+"help.text"
+msgid "BLACK"
msgstr ""
-#: 05040400.xhp#par_id3149235.4.help.text
-msgid "Set the properties of the footer."
+#. A;SI
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3149167\n"
+"32\n"
+"help.text"
+msgid "BLUE"
msgstr ""
-#: 05040400.xhp#hd_id3154380.6.help.text
-msgid "Footer on"
+#. )C.7
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3158407\n"
+"33\n"
+"help.text"
+msgid "MAGENTA"
msgstr ""
-#: 05040400.xhp#par_id3153348.7.help.text
-msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_FOOTER:CB_TURNON\">Adds a footer to the current page style.</ahelp>"
+#. fJ58
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3149560\n"
+"34\n"
+"help.text"
+msgid "RED"
msgstr ""
-#: 05040400.xhp#hd_id3145087.20.help.text
-msgctxt "05040400.xhp#hd_id3145087.20.help.text"
-msgid "Same content left/right"
+#. [@9n
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3147502\n"
+"35\n"
+"help.text"
+msgid "WHITE"
msgstr ""
-#: 05040400.xhp#par_id3149575.21.help.text
-msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_FOOTER:CB_SHARED\">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>"
+#. D6,W
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3153368\n"
+"36\n"
+"help.text"
+msgid "YELLOW"
msgstr ""
-#: 05040400.xhp#hd_id3147264.16.help.text
-msgctxt "05040400.xhp#hd_id3147264.16.help.text"
-msgid "Left margin"
-msgstr ""
+#. +8^.
+#: 05020301.xhp
+#, fuzzy
+msgctxt ""
+"05020301.xhp\n"
+"hd_id3147435\n"
+"111\n"
+"help.text"
+msgid "Conditions"
+msgstr "მდგომარეობა"
-#: 05040400.xhp#par_id3156434.17.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_FOOTER:ED_LMARGIN\">Enter the amount of space to leave between the left edge of the page and the left edge of the footer.</ahelp>"
+#. ;@}~
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"hd_id3148575\n"
+"235\n"
+"help.text"
+msgid "Conditional Brackets"
msgstr ""
-#: 05040400.xhp#hd_id3154073.18.help.text
-msgctxt "05040400.xhp#hd_id3154073.18.help.text"
-msgid "Right margin"
+#. Hrqn
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3155312\n"
+"112\n"
+"help.text"
+msgid "You can define a number format so that it only applies when the condition that you specify is met. Conditions are enclosed by square brackets [ ]."
msgstr ""
-#: 05040400.xhp#par_id3154224.19.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_FOOTER:ED_RMARGIN\">Enter the amount of space to leave between the right edge of the page and the right edge of the footer.</ahelp>"
+#. d^qs
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3159179\n"
+"115\n"
+"help.text"
+msgid "You can use any combination of numbers and the <, <=, >, >=, = and <> operators."
msgstr ""
-#: 05040400.xhp#hd_id3154140.8.help.text
-msgctxt "05040400.xhp#hd_id3154140.8.help.text"
-msgid "Spacing"
+#. iJTc
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3159196\n"
+"236\n"
+"help.text"
+msgid "For example, if you want to apply different colors to different temperature data, enter:"
msgstr ""
-#: 05040400.xhp#par_id3154908.9.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_FOOTER:ED_DIST\">Enter the amount of space that you want to maintain between the bottom edge of the document text and the top edge of the footer.</ahelp>"
+#. cqP]
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3150872\n"
+"113\n"
+"help.text"
+msgid "[BLUE][<0]#,0 \"°C\";[RED][>30]#,0 \"°C\";[BLACK]#,0 \"°C\""
msgstr ""
-#: 05040400.xhp#hd_id3158409.34.help.text
-msgctxt "05040400.xhp#hd_id3158409.34.help.text"
-msgid "Use dynamic spacing"
+#. @#z-
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3157870\n"
+"114\n"
+"help.text"
+msgid "All temperatures below zero are blue, temperatures between 0 and 30 °C are black, and temperatures higher than 30 °C are red."
msgstr ""
-#: 05040400.xhp#par_id3144760.35.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_FOOTER_CB_DYNSPACING\">Overrides the <emph>Spacing </emph>setting and allows the footer to expand into the area between the footer and document text.</ahelp>"
+#. ,!hF
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"hd_id3154833\n"
+"90\n"
+"help.text"
+msgid "Positive and Negative Numbers"
msgstr ""
-#: 05040400.xhp#hd_id3154821.12.help.text
-msgctxt "05040400.xhp#hd_id3154821.12.help.text"
-msgid "Height"
+#. gT/s
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3147295\n"
+"91\n"
+"help.text"
+msgid "To define a number format that adds a different text to a number depending on if the number is positive, negative, or equal to zero, use the following format:"
msgstr ""
-#: 05040400.xhp#par_id3125865.13.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_FOOTER:ED_HEIGHT\">Enter the height you want for the footer.</ahelp>"
+#. 9{dB
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3153727\n"
+"92\n"
+"help.text"
+msgid "\"plus\" 0;\"minus\" 0;\"null\" 0"
msgstr ""
-#: 05040400.xhp#hd_id3150742.14.help.text
-msgctxt "05040400.xhp#hd_id3150742.14.help.text"
-msgid "AutoFit height"
+#. 4$|+
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"hd_id3149260\n"
+"83\n"
+"help.text"
+msgid "Percentages and Scientific Notation"
msgstr ""
-#: 05040400.xhp#par_id3145744.15.help.text
-msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_FOOTER:CB_HEIGHT_DYN\">Automatically adjusts the height of the footer to fit the content you enter.</ahelp>"
+#. *RE7
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"hd_id3147218\n"
+"237\n"
+"help.text"
+msgid "Percentages"
msgstr ""
-#: 05040400.xhp#hd_id3149807.23.help.text
-msgctxt "05040400.xhp#hd_id3149807.23.help.text"
-msgid "More"
+#. ]XE$
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3151168\n"
+"84\n"
+"help.text"
+msgid "To display numbers as percentages, add the percent sign (%) to the number format."
msgstr ""
-#: 05040400.xhp#par_id3145421.24.help.text
-msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_FOOTER:BTN_EXTRAS\">Defines a border, a background color, or a background pattern for the footer.</ahelp>"
+#. X\}Q
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"hd_id3156005\n"
+"89\n"
+"help.text"
+msgid "Scientific Notation"
msgstr ""
-#: 05040400.xhp#hd_id3157892.26.help.text
-msgctxt "05040400.xhp#hd_id3157892.26.help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Edit </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">დამატება </caseinline></switchinline>"
-
-#: 05040400.xhp#par_id0609200910255518.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Add or edit footer text.</ahelp>"
+#. t}%w
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3146923\n"
+"85\n"
+"help.text"
+msgid "Scientific notation lets you write very large numbers or very small fractions in a compact form. For example, in scientific notation, 650000 is written as 6.5 x 10^5, and 0.000065 as 6.5 x 10^-5. In <item type=\"productname\">%PRODUCTNAME</item>, these numbers are written as 6.5E+5 and 6.5E-5, respectively. To create a number format that displays numbers using scientific notation, enter a # or 0, and then one of the following codes E-, E+, e- or e+."
msgstr ""
-#: 05040400.xhp#par_id3150439.27.help.text
-msgid "<ahelp hid=\"HID_SC_FOOTER_EDIT\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120000.xhp\" name=\"Add or edit footer text.\">Add or edit footer text.</link></caseinline></switchinline></ahelp>"
+#. kj{y
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"hd_id3159080\n"
+"98\n"
+"help.text"
+msgid "Number Format Codes of Currency Formats"
msgstr ""
-#: 05040400.xhp#par_id3151112.help.text
-#, fuzzy
-msgid "<link href=\"text/swriter/01/04230000.xhp\" name=\"Footers\">Footers</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-
-#: 05040400.xhp#par_id3155411.help.text
-msgctxt "05040400.xhp#par_id3155411.help.text"
-msgid "<link href=\"text/shared/00/00000003.xhp#metrik\" name=\"Changing measurement units\">Changing measurement units</link>"
+#. $3dr
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3147318\n"
+"99\n"
+"help.text"
+msgid "The default currency format for the cells in your spreadsheet is determined by the regional setting of your operating system. If you want, you can apply a custom currency symbol to a cell. For example, enter #,##0.00 € to display 4.50 € (Euros)."
msgstr ""
-#: 05040400.xhp#par_id3154189.help.text
-#, fuzzy
-msgctxt "05040400.xhp#par_id3154189.help.text"
-msgid "<link href=\"text/shared/01/05030500.xhp\" name=\"Borders\">Borders</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">არე</link>"
+#. {sx]
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3150032\n"
+"167\n"
+"help.text"
+msgid "You can also specify the locale setting for the currency by entering the locale code for the country after the symbol. For example, [$€-407] represents Euros in Germany. To view the locale code for a country, select the country in the <emph>Language</emph> list on the <emph>Numbers</emph> tab of the <emph>Format Cells</emph> dialog."
+msgstr ""
-#: 05040400.xhp#par_id3152791.help.text
-#, fuzzy
-msgctxt "05040400.xhp#par_id3152791.help.text"
-msgid "<link href=\"text/shared/01/05030600.xhp\" name=\"Backgrounds\">Backgrounds</link>"
-msgstr "<link href=\"text/shared/01/01010201.xhp\" name=\"Labels\">იარლიყები</link>"
+#. DYg9
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"hd_id3157309\n"
+"238\n"
+"help.text"
+msgid "Date and Time Formats"
+msgstr ""
-#: 06050200.xhp#tit.help.text
-msgid "Numbering Style"
-msgstr "დანომრვის სტილი"
+#. ^^Yv
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"hd_id3153740\n"
+"37\n"
+"help.text"
+msgid "Date Formats"
+msgstr ""
-#: 06050200.xhp#hd_id3146807.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Numbering</link>"
+#. xT_r
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3152791\n"
+"38\n"
+"help.text"
+msgid "To display days, months and years, use the following number format codes."
msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/06050000.xhp\" name=\"ჩამონათვალი და გადანომვრა\">ჩამონათვალი და გადანომვრა</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/Bullets\">ბულეტები და დანომრვა</link>"
-#: 06050200.xhp#par_id3148765.2.help.text
-msgid "<ahelp hid=\".\">Displays the different numbering styles that you can apply.</ahelp>"
+#. .o;R
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id610980\n"
+"help.text"
+msgid "Not all format codes give meaningful results for all languages."
msgstr ""
-#: 06050200.xhp#hd_id3147000.3.help.text
-msgctxt "06050200.xhp#hd_id3147000.3.help.text"
-msgid "Selection"
+#. LVW7
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3152376\n"
+"39\n"
+"help.text"
+msgid "Format"
msgstr ""
-#: 06050200.xhp#par_id3151100.4.help.text
-msgid "<ahelp hid=\"HID_VALUESET_SINGLENUM\">Click the numbering style that you want to use.</ahelp>"
+#. -GU9
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3159130\n"
+"40\n"
+"help.text"
+msgid "Format Code"
msgstr ""
-#: 06050200.xhp#par_id3149355.help.text
-msgctxt "06050200.xhp#par_id3149355.help.text"
-msgid "<link href=\"text/shared/01/06050600.xhp\" name=\"Position tab (Numbering/Bullets dialog)\">Position tab (Bullets and Numbering dialog)</link>"
+#. O\dU
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3147380\n"
+"41\n"
+"help.text"
+msgid "Month as 3."
msgstr ""
-#: 06050200.xhp#par_id3152918.help.text
-msgctxt "06050200.xhp#par_id3152918.help.text"
-msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options tab (Numbering/Bullets dialog)\">Options tab (Bullets and Numbering dialog)</link>"
+#. tge,
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3146928\n"
+"42\n"
+"help.text"
+msgid "M"
msgstr ""
-#: 06150200.xhp#tit.help.text
-msgid "Test XML Filter"
+#. qtIU
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3145594\n"
+"43\n"
+"help.text"
+msgid "Month as 03."
msgstr ""
-#: 06150200.xhp#hd_id3150379.22.help.text
-msgid "<variable id=\"testxml\"><link href=\"text/shared/01/06150200.xhp\" name=\"Test XML Filter\">Test XML Filter</link></variable>"
+#. *^hi
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3153052\n"
+"44\n"
+"help.text"
+msgid "MM"
msgstr ""
-#: 06150200.xhp#par_id3146857.23.help.text
-msgid "<ahelp hid=\".\">Tests the XSLT stylesheets used by the selected <link href=\"text/shared/01/06150000.xhp\" name=\"XML filter\">XML filter</link>.</ahelp>"
+#. D#w{
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3145728\n"
+"45\n"
+"help.text"
+msgid "Month as Jan-Dec"
msgstr ""
-#: 06150200.xhp#hd_id3146765.1.help.text
-msgctxt "06150200.xhp#hd_id3146765.1.help.text"
-msgid "Export"
+#. Yrhg
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3151073\n"
+"46\n"
+"help.text"
+msgid "MMM"
msgstr ""
-#: 06150200.xhp#hd_id3153070.2.help.text
-msgctxt "06150200.xhp#hd_id3153070.2.help.text"
-msgid "XSLT for export"
+#. \)_2
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3149909\n"
+"47\n"
+"help.text"
+msgid "Month as January-December"
msgstr ""
-#: 06150200.xhp#par_id3147617.3.help.text
-msgid "<ahelp hid=\".\">Displays the file name of the XSLT filter that you entered on the <emph>Transformation</emph> tab page.</ahelp>"
+#. D|/`
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3155318\n"
+"48\n"
+"help.text"
+msgid "MMMM"
msgstr ""
-#: 06150200.xhp#hd_id3147090.4.help.text
-msgid "Transform document"
+#. XjFi
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3151218\n"
+"116\n"
+"help.text"
+msgid "First letter of Name of Month"
msgstr ""
-#: 06150200.xhp#par_id3153029.5.help.text
-msgid "<ahelp hid=\".\">Displays the file name of the document that you want to use to test the XSLT filter.</ahelp>"
+#. wBhg
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3150420\n"
+"117\n"
+"help.text"
+msgid "MMMMM"
msgstr ""
-#: 06150200.xhp#hd_id3145160.6.help.text
-msgctxt "06150200.xhp#hd_id3145160.6.help.text"
-msgid "Browse"
+#. j6GH
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3154501\n"
+"49\n"
+"help.text"
+msgid "Day as 2"
msgstr ""
-#: 06150200.xhp#par_id3144436.help.text
-msgid "<ahelp hid=\"HID_XML_FILTER_TEST_EXPORT_BROWSE\">Locate the file that you want to apply the XML export filter to. The XML code of the transformed file is displayed in the <link href=\"text/shared/01/06150210.xhp\">XML Filter output</link> window.</ahelp>"
+#. B+Ng
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3156181\n"
+"50\n"
+"help.text"
+msgid "D"
msgstr ""
-#: 06150200.xhp#hd_id3159194.8.help.text
-msgid "Current Document"
+#. Rb@m
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3146969\n"
+"51\n"
+"help.text"
+msgid "Day as 02"
msgstr ""
-#: 06150200.xhp#par_id3147250.9.help.text
-msgid "<ahelp hid=\"HID_XML_FILTER_TEST_EXPORT_CURRENT\">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 <link href=\"text/shared/01/06150210.xhp\">XML Filter output</link> window.</ahelp>"
+#. $lDO
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3156358\n"
+"52\n"
+"help.text"
+msgid "DD"
msgstr ""
-#: 06150200.xhp#hd_id3154823.10.help.text
-msgctxt "06150200.xhp#hd_id3154823.10.help.text"
-msgid "Import"
+#. ,6u[
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3148495\n"
+"53\n"
+"help.text"
+msgid "Day as Sun-Sat"
msgstr ""
-#: 06150200.xhp#hd_id3159233.11.help.text
-msgctxt "06150200.xhp#hd_id3159233.11.help.text"
-msgid "XSLT for import"
+#. j|$[
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3161665\n"
+"54\n"
+"help.text"
+msgid "NN or DDD"
msgstr ""
-#: 06150200.xhp#par_id3153681.12.help.text
-msgid "<ahelp hid=\"HID_XML_FILTER_TEST_EXPORT_CURRENT\">Displays the file name of the XSLT filter that you entered on the <emph>Transformation</emph> tab page.</ahelp>"
+#. sB[\
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3154272\n"
+"118\n"
+"help.text"
+msgid "Day as Sunday to Saturday"
msgstr ""
-#: 06150200.xhp#hd_id3149177.13.help.text
-msgctxt "06150200.xhp#hd_id3149177.13.help.text"
-msgid "Template for import"
+#. Fy{J
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3145164\n"
+"119\n"
+"help.text"
+msgid "NNN or DDDD"
msgstr ""
-#: 06150200.xhp#par_id3156410.14.help.text
-msgid "<ahelp hid=\"HID_XML_FILTER_TEST_EXPORT_CURRENT\">Displays the file name of the template that you entered on the <emph>Transformation</emph> tab page.</ahelp>"
+#. UxBV
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3146791\n"
+"55\n"
+"help.text"
+msgid "Day followed by comma, as in \"Sunday,\""
msgstr ""
-#: 06150200.xhp#hd_id3163802.15.help.text
-msgid "Transform file"
+#. IA{d
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3146081\n"
+"56\n"
+"help.text"
+msgid "NNNN"
msgstr ""
-#: 06150200.xhp#hd_id3147242.16.help.text
-msgid "Display source"
+#. \/a9
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3156275\n"
+"57\n"
+"help.text"
+msgid "Year as 00-99"
msgstr ""
-#: 06150200.xhp#par_id3150444.17.help.text
-msgid "<ahelp hid=\"HID_XML_FILTER_TEST_IMPORT_DISPLAY_SOURCE\">Opens the <embedvar href=\"text/shared/01/06150210.xhp#xmlfilteroutput\"/> window, where the XML source of the selected document is displayed. The document is used to test the import filter.</ahelp> The <emph>Validate</emph> button in the window validates the XML source of the document against the OpenDocument (or for older filters the OpenOffice.org XML) DTD."
+#. ],`.
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3143236\n"
+"58\n"
+"help.text"
+msgid "YY"
msgstr ""
-#: 06150200.xhp#hd_id3147078.18.help.text
-msgctxt "06150200.xhp#hd_id3147078.18.help.text"
-msgid "Browse"
+#. dFJ`
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3148408\n"
+"59\n"
+"help.text"
+msgid "Year as 1900-2078"
msgstr ""
-#: 06150200.xhp#par_id3149885.19.help.text
-msgid "<ahelp hid=\"HID_XML_FILTER_TEST_IMPORT_BROWSE\">Opens a file selection dialog. The selected file is opened using the current XML import filter.</ahelp>"
+#. GTKF
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3151358\n"
+"60\n"
+"help.text"
+msgid "YYYY"
msgstr ""
-#: 06150200.xhp#hd_id3153666.20.help.text
-msgid "Recent File"
+#. $glO
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3153355\n"
+"96\n"
+"help.text"
+msgid "Calendar week"
msgstr ""
-#: 06150200.xhp#par_id3146137.21.help.text
-msgid "<ahelp hid=\"HID_XML_FILTER_TEST_IMPORT_RECENT\">Re-opens the document that was last opened with this dialog.</ahelp>"
+#. ~mxs
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3150744\n"
+"97\n"
+"help.text"
+msgid "WW"
msgstr ""
-#: selectcertificate.xhp#tit.help.text
-msgctxt "selectcertificate.xhp#tit.help.text"
-msgid "Select Certificate"
+#. M*pK
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3154302\n"
+"103\n"
+"help.text"
+msgid "Quarterly as Q1 to Q4"
msgstr ""
-#: selectcertificate.xhp#par_idN10541.help.text
-msgctxt "selectcertificate.xhp#par_idN10541.help.text"
-msgid "Select Certificate"
+#. sN^_
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3159266\n"
+"104\n"
+"help.text"
+msgid "Q"
msgstr ""
-#: selectcertificate.xhp#par_idN10545.help.text
-msgid "<ahelp hid=\".\">Select the certificate that you want to <link href=\"text/shared/01/digitalsignatures.xhp\">digitally sign</link> the current document with.</ahelp>"
+#. JE}J
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3147583\n"
+"105\n"
+"help.text"
+msgid "Quarterly as 1st quarter to 4th quarter"
msgstr ""
-#: selectcertificate.xhp#par_idN1056A.help.text
-msgctxt "selectcertificate.xhp#par_idN1056A.help.text"
-msgid "List"
+#. ;S@5
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3146918\n"
+"106\n"
+"help.text"
+msgid "QQ"
msgstr ""
-#: selectcertificate.xhp#par_idN1056E.help.text
-msgid "<ahelp hid=\".\">Select the certificate that you want to digitally sign the current document with.</ahelp>"
+#. A28+
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3147534\n"
+"120\n"
+"help.text"
+msgid "Era on the Japanese Gengou calendar, single character (possible values are: M, T, S, H)"
msgstr ""
-#: selectcertificate.xhp#par_idN10571.help.text
-msgctxt "selectcertificate.xhp#par_idN10571.help.text"
-msgid "View Certificate"
+#. ZBAA
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3151249\n"
+"121\n"
+"help.text"
+msgid "G"
msgstr ""
-#: selectcertificate.xhp#par_idN10575.help.text
-msgid "<ahelp hid=\".\">Opens the <link href=\"text/shared/optionen/viewcertificate.xhp\">View Certificate</link> dialog where you can examine the selected certificate.</ahelp>"
+#. RB;2
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3163806\n"
+"122\n"
+"help.text"
+msgid "Era, abbreviation"
msgstr ""
-#: 06010601.xhp#tit.help.text
-msgctxt "06010601.xhp#tit.help.text"
-msgid "Edit Dictionary"
+#. e#1j
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3155962\n"
+"123\n"
+"help.text"
+msgid "GG"
msgstr ""
-#: 06010601.xhp#bm_id905789.help.text
-msgid "<bookmark_value>common terms;Chinese dictionary</bookmark_value><bookmark_value>dictionaries;common terms in simplified and traditional chinese</bookmark_value>"
+#. Q4|}
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3151187\n"
+"124\n"
+"help.text"
+msgid "Era, full name"
msgstr ""
-#: 06010601.xhp#par_idN1053D.help.text
-msgctxt "06010601.xhp#par_idN1053D.help.text"
-msgid "Edit Dictionary"
+#. qinQ
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3149568\n"
+"125\n"
+"help.text"
+msgid "GGG"
msgstr ""
-#: 06010601.xhp#par_idN10541.help.text
-msgid "<ahelp hid=\".\">Edit the <link href=\"text/shared/01/06010600.xhp\">Chinese conversion</link> terms.</ahelp>"
+#. !hND
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3147344\n"
+"126\n"
+"help.text"
+msgid "Number of the year within an era, without a leading zero for single-digit years"
msgstr ""
-#: 06010601.xhp#par_idN10566.help.text
-msgid "You can use this dialog to edit, to add, or to delete entries from the conversion dictionary. The file path name for the conversion dictionary is user/wordbook/commonterms.ctd. You cannot delete the default entries in this file."
+#. ld38
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3147255\n"
+"127\n"
+"help.text"
+msgid "E"
+msgstr "E"
+
+#. b19q
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3148487\n"
+"128\n"
+"help.text"
+msgid "Number of the year within an era, with a leading zero for single-digit years"
msgstr ""
-#: 06010601.xhp#par_idN10569.help.text
-msgctxt "06010601.xhp#par_idN10569.help.text"
-msgid "Traditional Chinese to Simplified Chinese"
+#. {}F*
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3150298\n"
+"129\n"
+"help.text"
+msgid "EE or R"
msgstr ""
-#: 06010601.xhp#par_idN1056D.help.text
-msgid "<ahelp hid=\".\">Converts traditional Chinese to simplified Chinese.</ahelp>"
+#. sltY
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3152861\n"
+"138\n"
+"help.text"
+msgid "Era, full name and year"
msgstr ""
-#: 06010601.xhp#par_idN10570.help.text
-msgctxt "06010601.xhp#par_idN10570.help.text"
-msgid "Simplified Chinese to Traditional Chinese"
+#. ~hrs
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3149926\n"
+"139\n"
+"help.text"
+msgid "RR or GGGEE"
msgstr ""
-#: 06010601.xhp#par_idN10574.help.text
-msgid "<ahelp hid=\".\">Converts simplified Chinese to traditional Chinese.</ahelp>"
+#. k%by
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811423518\n"
+"help.text"
+msgid "The above listed formatting codes work with your language version of %PRODUCTNAME. However, when you need to switch the locale of %PRODUCTNAME to another locale, you will need to know the formatting codes used in that other locale."
msgstr ""
-#: 06010601.xhp#par_idN10577.help.text
-msgid "Reverse Mapping"
+#. }K:m
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811423556\n"
+"help.text"
+msgid "For example, if your software is set to an English locale, and you want to format a year with four digits, you enter YYYY as a formatting code. When you switch to a German locale, you must use JJJJ instead. The following table lists only the localized differences."
msgstr ""
-#: 06010601.xhp#par_idN1057B.help.text
-msgid "<ahelp hid=\".\">Automatically adds the reverse mapping direction to the list for each modification that you enter.</ahelp>"
+#. ]Mi3
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811563044\n"
+"help.text"
+msgid "Locale"
msgstr ""
-#: 06010601.xhp#par_idN1057E.help.text
-msgctxt "06010601.xhp#par_idN1057E.help.text"
-msgid "Term"
+#. %Iz4
+#: 05020301.xhp
+#, fuzzy
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811563137\n"
+"help.text"
+msgid "Year"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nწელი\\n#-#-#-#-# shared.po (PACKAGE VERSION) #-#-#-#-#\\nYear"
+
+#. 45C?
+#: 05020301.xhp
+#, fuzzy
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811563164\n"
+"help.text"
+msgid "Month"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nთვე\\n#-#-#-#-# shared.po (PACKAGE VERSION) #-#-#-#-#\\nMonth"
+
+#. TJE!
+#: 05020301.xhp
+#, fuzzy
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811563128\n"
+"help.text"
+msgid "Day"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nდღე\\n#-#-#-#-# shared.po (PACKAGE VERSION) #-#-#-#-#\\nDay"
+
+#. _|tn
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811563135\n"
+"help.text"
+msgid "Hour"
+msgstr "Hour"
+
+#. _.Fe
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811563289\n"
+"help.text"
+msgid "Day Of Week"
msgstr ""
-#: 06010601.xhp#par_idN10582.help.text
-msgid "<ahelp hid=\".\">Enter the text that you want to replace with the Mapping term.</ahelp>"
+#. ;a3;
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id100220081156322\n"
+"help.text"
+msgid "Era"
msgstr ""
-#: 06010601.xhp#par_idN10585.help.text
-msgid "Mapping"
+#. FHZ(
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811563233\n"
+"help.text"
+msgid "English - en"
msgstr ""
-#: 06010601.xhp#par_idN10589.help.text
-msgid "<ahelp hid=\".\">Enter the text that you want to replace the Term with.</ahelp>"
+#. }/WW
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811563243\n"
+"help.text"
+msgid "and all not listed locales"
msgstr ""
-#: 06010601.xhp#par_idN1058C.help.text
-msgid "Property"
-msgstr "მდგომარეობა"
+#. /sNn
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811563352\n"
+"help.text"
+msgid "Y"
+msgstr "Y"
-#: 06010601.xhp#par_idN10590.help.text
-msgid "<ahelp hid=\".\">Defines the class of the selected term.</ahelp>"
+#. fv[H
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811563396\n"
+"help.text"
+msgid "M"
msgstr ""
-#: 06010601.xhp#par_idN10593.help.text
-msgctxt "06010601.xhp#par_idN10593.help.text"
-msgid "Add"
+#. I@Ye
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811563385\n"
+"help.text"
+msgid "D"
msgstr ""
-#: 06010601.xhp#par_idN10597.help.text
-msgid "<ahelp hid=\".\">Adds the term to the conversion dictionary. If the term is already in the dictionary, the new term receives precedence.</ahelp>"
+#. ?2mB
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811563472\n"
+"help.text"
+msgid "H"
msgstr ""
-#: 06010601.xhp#par_idN1059A.help.text
-msgctxt "06010601.xhp#par_idN1059A.help.text"
-msgid "Modify"
+#. SYrh
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811563430\n"
+"help.text"
+msgid "A"
msgstr ""
-#: 06010601.xhp#par_idN1059E.help.text
-msgid "<ahelp hid=\".\">Saves the modified entry to the database file.</ahelp>"
+#. )T~`
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811563488\n"
+"help.text"
+msgid "G"
msgstr ""
-#: 06010601.xhp#par_idN105A1.help.text
-msgctxt "06010601.xhp#par_idN105A1.help.text"
-msgid "Delete"
+#. .IfH
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811563484\n"
+"help.text"
+msgid "German - de"
msgstr ""
-#: 06010601.xhp#par_idN105A5.help.text
-msgid "<ahelp hid=\".\">Removes the selected user-defined entry from the dictionary.</ahelp>"
+#. aD@k
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811563518\n"
+"help.text"
+msgid "J"
msgstr ""
-#: xformsdata.xhp#tit.help.text
-msgid "Data Navigator"
+#. s`U6
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811563735\n"
+"help.text"
+msgid "T"
msgstr ""
-#: xformsdata.xhp#bm_id6823023.help.text
-msgid "<bookmark_value>data structure of XForms</bookmark_value> <bookmark_value>deleting;models/instances</bookmark_value> <bookmark_value>models in XForms</bookmark_value> <bookmark_value>Data Navigator;display options</bookmark_value>"
+#. U|m~
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811563823\n"
+"help.text"
+msgid "Netherlands - nl"
msgstr ""
-#: xformsdata.xhp#par_idN1054E.help.text
-msgid "<variable id=\"xformsdata\"><link href=\"text/shared/01/xformsdata.xhp\">Data Navigator</link></variable>"
+#. ^R+5
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811563852\n"
+"help.text"
+msgid "J"
msgstr ""
-#: xformsdata.xhp#par_idN1056C.help.text
-msgid "<ahelp hid=\".\">Specifies the data structure of the current XForms document.</ahelp>"
+#. RmS$
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811563827\n"
+"help.text"
+msgid "U"
msgstr ""
-#: xformsdata.xhp#par_idN1056F.help.text
-msgid "Model name"
+#. 7.)E
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811563916\n"
+"help.text"
+msgid "French - fr"
msgstr ""
-#: xformsdata.xhp#par_idN10573.help.text
-msgid "<ahelp hid=\".\">Selects the XForms model that you want to use.</ahelp>"
+#. 6c/`
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811563970\n"
+"help.text"
+msgid "A"
msgstr ""
-#: xformsdata.xhp#par_idN10576.help.text
-msgid "Models"
+#. |gE%
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811563980\n"
+"help.text"
+msgid "J"
msgstr ""
-#: xformsdata.xhp#par_idN1057A.help.text
-msgid "<ahelp hid=\".\">Adds, renames, and removes XForms models.</ahelp>"
+#. NY2H
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811564065\n"
+"help.text"
+msgid "O"
msgstr ""
-#: xformsdata.xhp#par_idN10604.help.text
-msgctxt "xformsdata.xhp#par_idN10604.help.text"
-msgid "Add"
+#. |x3n
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id100220081156407\n"
+"help.text"
+msgid "Italian - it"
msgstr ""
-#: xformsdata.xhp#par_idN10608.help.text
-msgid "<ahelp hid=\".\">Opens the Add Model dialog where you can add an XForm model.</ahelp>"
+#. mMPI
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id100220081156403\n"
+"help.text"
+msgid "A"
msgstr ""
-#: xformsdata.xhp#par_id0130200901590878.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the name.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
-
-#: xformsdata.xhp#hd_id0910200811173295.help.text
-msgid "Model data updates change document's modification status"
+#. RWE,
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811564042\n"
+"help.text"
+msgid "G"
msgstr ""
-#: xformsdata.xhp#par_id0910200811173255.help.text
-msgid "<ahelp hid=\".\">When enabled, the document status will be set to \"modified\" when you change any form control that is bound to any data in the model. When not enabled, such a change does not set the document status to \"modified\".</ahelp>"
+#. 8l,O
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id100220081156412\n"
+"help.text"
+msgid "O"
msgstr ""
-#: xformsdata.xhp#par_idN10612.help.text
-msgctxt "xformsdata.xhp#par_idN10612.help.text"
-msgid "Remove"
+#. !=4C
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811564119\n"
+"help.text"
+msgid "X"
+msgstr "X"
+
+#. ,ZU9
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811564197\n"
+"help.text"
+msgid "Portuguese - pt"
msgstr ""
-#: xformsdata.xhp#par_idN10616.help.text
-msgid "<ahelp hid=\".\">Deletes the selected XForm model. You cannot delete the last model.</ahelp>"
+#. Gb1H
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811564272\n"
+"help.text"
+msgid "A"
msgstr ""
-#: xformsdata.xhp#par_idN10743.help.text
-msgctxt "xformsdata.xhp#par_idN10743.help.text"
-msgid "Rename"
+#. %12q
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id100220081156423\n"
+"help.text"
+msgid "O"
msgstr ""
-#: xformsdata.xhp#par_idN10749.help.text
-msgid "<ahelp hid=\".\">Renames the selected Xform model.</ahelp>"
+#. OK-B
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811564218\n"
+"help.text"
+msgid "Spanish - es"
msgstr ""
-#: xformsdata.xhp#par_idN10619.help.text
-msgid "Show Details"
-msgstr "დეტალების ჩვენება"
+#. Iu8*
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811564390\n"
+"help.text"
+msgid "A"
+msgstr ""
-#: xformsdata.xhp#par_idN1061D.help.text
-msgid "<ahelp hid=\".\">Switches the display to show or hide details.</ahelp>"
+#. LXLL
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811564319\n"
+"help.text"
+msgid "O"
msgstr ""
-#: xformsdata.xhp#par_idN1057D.help.text
-msgid "Instance"
+#. /b[#
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id100220081156433\n"
+"help.text"
+msgid "Danish - da"
msgstr ""
-#: xformsdata.xhp#par_idN10682.help.text
-msgid "<ahelp hid=\".\">Lists the items that belong to the current instance.</ahelp>"
+#. /fLn
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id100220081156444\n"
+"help.text"
+msgid "T"
msgstr ""
-#: xformsdata.xhp#par_idN1058B.help.text
-msgid "Submissions"
+#. K9lp
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811564448\n"
+"help.text"
+msgid "Norwegian - no, nb, nn"
msgstr ""
-#: xformsdata.xhp#par_idN1058F.help.text
-msgid "<ahelp hid=\".\">Lists the submissions.</ahelp>"
+#. ^,k4
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811564549\n"
+"help.text"
+msgid "T"
msgstr ""
-#: xformsdata.xhp#par_idN10592.help.text
-msgid "Bindings"
+#. %eO:
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811564565\n"
+"help.text"
+msgid "Swedish - sv"
msgstr ""
-#: xformsdata.xhp#par_idN10596.help.text
-msgid "<ahelp hid=\".\">Lists the bindings for the XForm.</ahelp>"
+#. 0pi1
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811564556\n"
+"help.text"
+msgid "T"
msgstr ""
-#: xformsdata.xhp#par_idN10599.help.text
-msgid "Instances"
+#. 3]?m
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811564637\n"
+"help.text"
+msgid "Finnish - fi"
msgstr ""
-#: xformsdata.xhp#par_idN1059D.help.text
-msgid "<ahelp hid=\".\">This button has submenus to add, edit or remove instances.</ahelp>"
+#. rfr?
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811564627\n"
+"help.text"
+msgid "V"
msgstr ""
-#: xformsdata.xhp#par_idN10649.help.text
-msgctxt "xformsdata.xhp#par_idN10649.help.text"
-msgid "Add"
+#. RGv/
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811564643\n"
+"help.text"
+msgid "K"
+msgstr "K"
+
+#. 3[lI
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811564763\n"
+"help.text"
+msgid "P"
msgstr ""
-#: xformsdata.xhp#par_idN1064D.help.text
-msgid "<ahelp hid=\".\">Opens a dialog where you can add a new instance.</ahelp>"
+#. {M.]
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id1002200811564715\n"
+"help.text"
+msgid "T"
msgstr ""
-#: xformsdata.xhp#par_idN10650.help.text
-msgctxt "xformsdata.xhp#par_idN10650.help.text"
-msgid "Edit"
-msgstr "გასვლა"
+#. 9DX2
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"hd_id3149929\n"
+"227\n"
+"help.text"
+msgid "Entering Dates"
+msgstr ""
-#: xformsdata.xhp#par_idN10654.help.text
-msgid "<ahelp hid=\".\">Opens a dialog where you can modify the current instance.</ahelp>"
+#. V@kE
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3148397\n"
+"228\n"
+"help.text"
+msgid "To enter a date in a cell, use the Gregorian calendar format. For example, in an English locale, enter 1/2/2002 for Jan 2, 2002."
msgstr ""
-#: xformsdata.xhp#par_idN10657.help.text
-msgctxt "xformsdata.xhp#par_idN10657.help.text"
-msgid "Remove"
+#. g)n`
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3153274\n"
+"137\n"
+"help.text"
+msgid "All date formats are dependent on the locale that is set in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages</emph>. For example, if your locale is set to 'Japanese', then the Gengou calendar is used. The default date format in <item type=\"productname\">%PRODUCTNAME</item> uses the Gregorian Calendar."
msgstr ""
-#: xformsdata.xhp#par_idN1065B.help.text
-msgid "<ahelp hid=\".\">Deletes the current instance. You cannot delete the last instance.</ahelp>"
+#. h)iq
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3153795\n"
+"216\n"
+"help.text"
+msgid "To specify a calendar format that is independent of the locale, add a modifier in front of the date format. For example, to display a date using the Jewish calendar format in a non-Hebrew locale, enter: [~jewish]DD/MM/YYYY."
msgstr ""
-#: xformsdata.xhp#par_idN1065E.help.text
-msgid "Show data types"
+#. 9Af]
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3145764\n"
+"217\n"
+"help.text"
+msgid "Modifier"
+msgstr "შეიცვალა:"
+
+#. Qb#^
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3152967\n"
+"218\n"
+"help.text"
+msgid "Calendar"
msgstr ""
-#: xformsdata.xhp#par_idN10662.help.text
-msgid "<ahelp hid=\".\">Switches the display to show more or less details.</ahelp>"
+#. D(se
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3148390\n"
+"219\n"
+"help.text"
+msgid "[~buddhist]"
msgstr ""
-#: xformsdata.xhp#par_idN10584.help.text
-msgctxt "xformsdata.xhp#par_idN10584.help.text"
-msgid "Add"
+#. ,G\j
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3153781\n"
+"220\n"
+"help.text"
+msgid "Thai Buddhist Calendar"
msgstr ""
-#: xformsdata.xhp#par_idN10588.help.text
-msgid "<ahelp hid=\".\">Opens a dialog to add a new item (element, attribute, submission, or binding) as a sub-item of the current item.</ahelp>"
+#. FHN2
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3157969\n"
+"133\n"
+"help.text"
+msgid "[~gengou]"
msgstr ""
-#: xformsdata.xhp#par_idN10624.help.text
-msgctxt "xformsdata.xhp#par_idN10624.help.text"
-msgid "Edit"
-msgstr "გასვლა"
+#. s_07
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3154656\n"
+"134\n"
+"help.text"
+msgid "Japanese Gengou Calendar"
+msgstr ""
-#: xformsdata.xhp#par_idN10628.help.text
-msgid "<ahelp hid=\".\">Opens a dialog to edit the selected item (element, attribute, submission, or binding).</ahelp>"
+#. qQYM
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3150086\n"
+"131\n"
+"help.text"
+msgid "[~gregorian]"
msgstr ""
-#: xformsdata.xhp#par_idN1062B.help.text
-msgctxt "xformsdata.xhp#par_idN1062B.help.text"
-msgid "Delete"
+#. a^pw
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3146070\n"
+"132\n"
+"help.text"
+msgid "Gregorian Calendar"
msgstr ""
-#: xformsdata.xhp#par_idN1062F.help.text
-msgid "<ahelp hid=\".\">Deletes the selected item (element, attribute, submission, or binding).</ahelp>"
+#. ?ieP
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3146808\n"
+"221\n"
+"help.text"
+msgid "[~hanja] or [~hanja_yoil]"
msgstr ""
-#: 05070200.xhp#tit.help.text
-msgid "Center Horizontal"
+#. Lrt2
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3149207\n"
+"136\n"
+"help.text"
+msgid "Korean Calendar"
msgstr ""
-#: 05070200.xhp#hd_id3150278.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05070200.xhp\" name=\"Center Horizontal\">Center Horizontal</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
+#. ;4e*
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3150304\n"
+"222\n"
+"help.text"
+msgid "[~hijri]"
+msgstr ""
-#: 05070200.xhp#par_id3145138.2.help.text
-msgid "<ahelp hid=\".uno:AlignHorizontalCenter\">Horizontally centers the selected objects. If only one object is selected in Draw or Impress, the center of the object is aligned to the horizontal center of the page.</ahelp>"
+#. /k`K
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3149238\n"
+"223\n"
+"help.text"
+msgid "Arabic Islamic Calendar, currently supported for the following locales: ar_EG, ar_LB, ar_SA, and ar_TN"
msgstr ""
-#: 05070200.xhp#par_id3144336.3.help.text
-msgid "The vertical position of the selected objects is not affected by this command.<embedvar href=\"text/shared/01/05070100.xhp#mehrfachselektion\"/>"
+#. ~BEi
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3154903\n"
+"224\n"
+"help.text"
+msgid "[~jewish]"
msgstr ""
-#: 02070000.xhp#tit.help.text
-msgctxt "02070000.xhp#tit.help.text"
-msgid "Paste Special"
+#. pT5/
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3151288\n"
+"225\n"
+"help.text"
+msgid "Jewish Calendar"
msgstr ""
-#: 02070000.xhp#hd_id3147477.1.help.text
-msgctxt "02070000.xhp#hd_id3147477.1.help.text"
-msgid "Paste Special"
+#. m[X1
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3166442\n"
+"135\n"
+"help.text"
+msgid "[~ROC]"
msgstr ""
-#: 02070000.xhp#par_id3147143.2.help.text
-msgid "<variable id=\"inhalteeinfuegentext\"><ahelp hid=\".uno:PasteSpecial\">Inserts the contents of the clipboard into the current file in a format that you can specify.</ahelp></variable>"
+#. $)/+
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3145587\n"
+"226\n"
+"help.text"
+msgid "Republic Of China Calendar"
msgstr ""
-#: 02070000.xhp#hd_id3147576.5.help.text
-msgid "Source"
-msgstr "წყარო"
+#. -}Ft
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3152419\n"
+"140\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">If you perform a calculation that involves one or more cells using a date format, the result is formatted according to the following mappings: </caseinline></switchinline>"
+msgstr ""
-#: 02070000.xhp#par_id3149388.6.help.text
-msgid "<ahelp hid=\"HID_PASTE_DLG\">Displays the source of the clipboard contents.</ahelp>"
-msgstr "<ahelp hid=\"HID_PASTE_DLG\">გაცვლის ბუფერის სარჩევის წყაროს ჩვენება.</ahelp>"
+#. [t`m
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3154194\n"
+"141\n"
+"help.text"
+msgid "Initial Format"
+msgstr ""
-#: 02070000.xhp#hd_id3153684.7.help.text
-msgctxt "02070000.xhp#hd_id3153684.7.help.text"
-msgid "Selection"
+#. 3gt]
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3149787\n"
+"142\n"
+"help.text"
+msgid "Result Format"
msgstr ""
-#: 02070000.xhp#par_id3149812.8.help.text
-msgid "<ahelp hid=\"SO3:LISTBOX:MD_PASTE_OBJECT:LB_INSERT_LIST\">Select a format for the clipboard contents that you want to paste.</ahelp>"
-msgstr "<ahelp hid=\"SO3:LISTBOX:MD_PASTE_OBJECT:LB_INSERT_LIST\">მონიშნეთ ჩასასმელი გაცვლის ბუფერის სარჩევის ფორმატი.</ahelp>"
+#. Df*:
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3152993\n"
+"143\n"
+"help.text"
+msgid "Date + Date"
+msgstr ""
-#: 02070000.xhp#par_id3147653.68.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">When you paste HTML data into a text document, you can choose \"HTML format\" or \"HTML format without comments\". The second choice is the default; it pastes all HTML data, but no comments. </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ტექსტურ დოკუმენტში HTML მონაცემთა ჩასმისას, შეგიძლიათ აირჩიოთ \"HTML ფორმატი\" ან \"HTML ფორმატი კომენტარების გარეშე\". მეორე არჩევანი ნაგულისხმევია; იგი სვამს ყველა HTML მონაცემს, მაგრამ არა კომენტარებს. </caseinline></switchinline>"
+#. HU92
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3150292\n"
+"144\n"
+"help.text"
+msgid "Number (Days)"
+msgstr ""
-#: 02070000.xhp#hd_id3155420.15.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Paste Special </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">საგანგებო ჩასმა </caseinline></switchinline>"
+#. H$y8
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3150460\n"
+"145\n"
+"help.text"
+msgid "Date + Number"
+msgstr ""
-#: 02070000.xhp#par_id3150976.16.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">This dialog appears in Calc if the clipboard contains spreadsheet cells. </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ეს დიალოგი გამოჩნდება Calc-ში თუ გაცვლის ბუფერი შეიცავს ელექტრონული ცხრილების უჯრედებს. </caseinline></switchinline>"
+#. :KbO
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3154371\n"
+"146\n"
+"help.text"
+msgid "Date"
+msgstr ""
-#: 02070000.xhp#hd_id3155341.17.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Selection </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">მონიშვნა </caseinline></switchinline>"
+#. R[F@
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3145082\n"
+"147\n"
+"help.text"
+msgid "Date + Time"
+msgstr ""
-#: 02070000.xhp#par_id3152909.40.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Select a format for the clipboard contents that you want to paste. </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">მონიშნეთ ჩასასმელი გაცვლის ბუფერის სარჩევის ფორმატი. </caseinline></switchinline>"
+#. kV,V
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3156290\n"
+"148\n"
+"help.text"
+msgid "Date&Time"
+msgstr ""
-#: 02070000.xhp#hd_id3145120.41.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Paste all </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ჩასვი ყველა </caseinline></switchinline>"
+#. U$f}
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3152456\n"
+"149\n"
+"help.text"
+msgid "Date + Date&Time"
+msgstr ""
-#: 02070000.xhp#par_id3146848.42.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"><ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSALL\">Pastes all cell contents, comments, formats, and objects into the current document.</ahelp></caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\"><ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSALL\">მიმდინარე დოკუმენტში უჯრედის ყველა შიგთავსის, შენიშვნების, ფორმატების და ობიექტების ჩასმა.</ahelp></caseinline></switchinline>"
+#. efdu
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3156169\n"
+"150\n"
+"help.text"
+msgid "Number"
+msgstr ""
-#: 02070000.xhp#hd_id3155449.43.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Text </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">მარჯვენა </caseinline></switchinline>"
+#. h6|6
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3154527\n"
+"151\n"
+"help.text"
+msgid "Time + Time"
+msgstr ""
-#: 02070000.xhp#par_id3149244.44.help.text
+#. ,+oR
+#: 05020301.xhp
#, fuzzy
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSSTRINGS\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Inserts cells containing text. </caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSNUMBERS\"><switchinline select=\"appl\"><caseinline select=\"CALC\">რიცხვების შემცველი უჯრედების ჩასმა. </caseinline></switchinline></ahelp>"
+msgctxt ""
+"05020301.xhp\n"
+"par_id3159625\n"
+"152\n"
+"help.text"
+msgid "Time"
+msgstr "შევსება"
-#: 02070000.xhp#hd_id3148947.45.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Numbers </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">რიცხვები</caseinline></switchinline>"
+#. T`F^
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3146802\n"
+"153\n"
+"help.text"
+msgid "Time + Number"
+msgstr ""
-#: 02070000.xhp#par_id3152360.46.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSNUMBERS\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Inserts cells containing numbers. </caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSNUMBERS\"><switchinline select=\"appl\"><caseinline select=\"CALC\">რიცხვების შემცველი უჯრედების ჩასმა. </caseinline></switchinline></ahelp>"
+#. [sXW
+#: 05020301.xhp
+#, fuzzy
+msgctxt ""
+"05020301.xhp\n"
+"par_id3146770\n"
+"154\n"
+"help.text"
+msgid "Time"
+msgstr "შევსება"
-#: 02070000.xhp#hd_id3151054.47.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Date & Time </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">თარიღი და დრო </caseinline></switchinline>"
+#. 5\Li
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3155500\n"
+"155\n"
+"help.text"
+msgid "Time + Date&Time"
+msgstr ""
-#: 02070000.xhp#par_id3154226.48.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSDATETIME\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Inserts cells containing date and time values. </caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSDATETIME\"><switchinline select=\"appl\"><caseinline select=\"CALC\">თარიღისა და დროის შემცველი მნიშვნელობების ჩასმა. </caseinline></switchinline></ahelp>"
+#. Qg6R
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3155128\n"
+"156\n"
+"help.text"
+msgid "Date&Time"
+msgstr ""
-#: 02070000.xhp#hd_id3150791.49.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Formulas </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ფორმატები </caseinline></switchinline>"
+#. X_r9
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3152904\n"
+"157\n"
+"help.text"
+msgid "Date&Time + Date&Time"
+msgstr ""
-#: 02070000.xhp#par_id3145744.50.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"><ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSFORMULAS\">Inserts cells containing formulae.</ahelp></caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\"><ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSFORMULAS\">ფორმულების შემცველი უჯრედები ჩასმა.</ahelp></caseinline></switchinline>"
+#. X5`;
+#: 05020301.xhp
+#, fuzzy
+msgctxt ""
+"05020301.xhp\n"
+"par_id3159143\n"
+"158\n"
+"help.text"
+msgid "Time"
+msgstr "შევსება"
-#: 02070000.xhp#hd_id3153968.51.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Comments </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ფორმატები </caseinline></switchinline>"
+#. {]0:
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3148909\n"
+"159\n"
+"help.text"
+msgid "Date&Time + Number"
+msgstr ""
-#: 02070000.xhp#par_id3156422.52.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSNOTES\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Inserts comments that are attached to cells. If you want to add the comments to the existing cell content, select the \"Add\" operation. </caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSNOTES\"><switchinline select=\"appl\"><caseinline select=\"CALC\">უჯრედების დანართი შენიშვნების ჩასმა. არსებულ უჯრედთა შიგთავსში შენიშვნების დასამატებლად მონიშნეთ \"Add\" operation. </caseinline></switchinline></ahelp>"
+#. XZ*z
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3154806\n"
+"160\n"
+"help.text"
+msgid "Date&Time"
+msgstr ""
-#: 02070000.xhp#hd_id3152935.53.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Formats </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ფორმატები </caseinline></switchinline>"
+#. T3{i
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3151269\n"
+"161\n"
+"help.text"
+msgid "Number + Number"
+msgstr ""
-#: 02070000.xhp#par_id3125863.54.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSATTRS\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Inserts cell format attributes. </caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSATTRS\"><switchinline select=\"appl\"><caseinline select=\"CALC\">უჯრედის ფორმატის ატრიბუტების ჩასმა. </caseinline></switchinline></ahelp>"
+#. qLY$
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3154951\n"
+"162\n"
+"help.text"
+msgid "Number"
+msgstr ""
-#: 02070000.xhp#hd_id3156282.65.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Objects </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ობიექტები </caseinline></switchinline>"
+#. 2=A6
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3149174\n"
+"163\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">The Date&Time format displays the date and time that an entry was made to a cell with this format. </caseinline></switchinline>"
+msgstr ""
-#: 02070000.xhp#par_id3149810.66.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_INSCONT_BTN_INSOBJECTS\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Inserts objects contained within the selected cell range. These can be OLE objects, chart objects, or drawing objects. </caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_INSCONT_BTN_INSOBJECTS\"><switchinline select=\"appl\"><caseinline select=\"CALC\">მონიშნულ უჯრედთა წყობაში არსებული ობიექტების ჩასმა. ესენი შეიძლება იყოს OLE ობიექტები, დიაგრამული ობიექტები, ან დასახატი ობიექტები. </caseinline></switchinline></ahelp>"
+#. ;EwM
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3143225\n"
+"164\n"
+"help.text"
+msgid "In <item type=\"productname\">%PRODUCTNAME</item>, a date with the value \"0\" corresponds to Dec 30, 1899."
+msgstr ""
-#: 02070000.xhp#hd_id3150440.19.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Operations </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ოპერაციები </caseinline></switchinline>"
+#. _~e^
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"hd_id3155870\n"
+"61\n"
+"help.text"
+msgid "Time Formats"
+msgstr ""
-#: 02070000.xhp#par_id3151351.38.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Select the operation to apply when you paste cells into your sheet. </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ფურცელში უჯრედების ჩასმისას შესასრულებელი ოპერაციების მონიშვნა </caseinline></switchinline>"
+#. Zx,8
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3150108\n"
+"62\n"
+"help.text"
+msgid "To display hours, minutes and seconds use the following number format codes."
+msgstr ""
-#: 02070000.xhp#hd_id3153952.20.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">None </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">არცერთი </caseinline></switchinline>"
+#. 2xfU
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3149158\n"
+"63\n"
+"help.text"
+msgid "Format"
+msgstr ""
-#: 02070000.xhp#par_id3147348.21.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_OP_NOOP\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Does not apply an operation when you insert the cell range from the clipboard. The contents of the clipboard will replace existing cell contents. </caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_OP_NOOP\"><switchinline select=\"appl\"><caseinline select=\"CALC\">გაცვლის ბუფერიდან უჯრედთა წყობის ჩასმისას ოპერაცია არ ესადაგება. გაცვლის ბუფერის სარჩევი ჩაანაცვლებს არსებული უჯრედების სარჩევს. </caseinline></switchinline></ahelp>"
+#. m(q2
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3154341\n"
+"64\n"
+"help.text"
+msgid "Format Code"
+msgstr ""
-#: 02070000.xhp#hd_id3154988.22.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Add </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">დამატება </caseinline></switchinline>"
+#. s/8{
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3154557\n"
+"65\n"
+"help.text"
+msgid "Hours as 0-23"
+msgstr ""
-#: 02070000.xhp#par_id3159196.23.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_OP_ADD\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Adds the values in the clipboard cells to the values in the target cells. Also, if the clipboard only contains comments, adds the comments to the target cells. </caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_OP_ADD\"><switchinline select=\"appl\"><caseinline select=\"CALC\">გაცვლის ბუფერის უჯრედების მნიშვნელობათა დამატება სამიზნე უჯრედების მნიშვნელობებზე. თუ გაცვლის ბუფერი შეიცავს მხოლოდ შენიშვნებს, მაშინ ეს შენიშვნები ემატება სამიზნე უჯრედებს. </caseinline></switchinline></ahelp>"
+#. LjfJ
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3156348\n"
+"66\n"
+"help.text"
+msgid "h"
+msgstr "h"
-#: 02070000.xhp#hd_id3145263.24.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Subtract </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">გამოკლება </caseinline></switchinline>"
+#. 3eCt
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3143218\n"
+"67\n"
+"help.text"
+msgid "Hours as 00-23"
+msgstr ""
-#: 02070000.xhp#par_id3154149.25.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_OP_SUB\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Subtracts the values in the clipboard cells from the values in the target cells. </caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_OP_SUB\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Subtracts the values in the clipboard cells from the values in the target cells. </caseinline></switchinline></ahelp>"
+#. .lA$
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3155266\n"
+"68\n"
+"help.text"
+msgid "hh"
+msgstr ""
-#: 02070000.xhp#hd_id3155312.26.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Multiply </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">გამრავლება </caseinline></switchinline>"
+#. T!md
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3150139\n"
+"69\n"
+"help.text"
+msgid "Minutes as 0-59"
+msgstr ""
-#: 02070000.xhp#par_id3155307.27.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_OP_MUL\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Multiplies the values in the clipboard cells with the values in the target cells. </caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_OP_MUL\"><switchinline select=\"appl\"><caseinline select=\"CALC\">გაცვლის ბუფერის უჯრედებში მოცემული მნიშვნელობების გამრავლება სამიზნე უჯრედების მნიშვნელობებზე</caseinline></switchinline></ahelp>"
+#. 4dGm
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3149588\n"
+"70\n"
+"help.text"
+msgid "m"
+msgstr "m"
-#: 02070000.xhp#hd_id3154320.28.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Divide </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">გაყოფა </caseinline></switchinline>"
+#. B,7-
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3150531\n"
+"71\n"
+"help.text"
+msgid "Minutes as 00-59"
+msgstr ""
-#: 02070000.xhp#par_id3155417.29.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_OP_DIV\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Divides the values in the target cells by the values in the clipboard cells. </caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_OP_DIV\"><switchinline select=\"appl\"><caseinline select=\"CALC\">სამიზნე უჯრედების მნიშვნელობათა გაყოფა გაცვლის ბუფერის უჯრედეების მნიშვნელობებზე.</caseinline></switchinline></ahelp>"
+#. moM9
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3147409\n"
+"72\n"
+"help.text"
+msgid "mm"
+msgstr ""
-#: 02070000.xhp#hd_id3147048.55.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Options </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">პარამეტრები </caseinline></switchinline>"
+#. W?Cj
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3154854\n"
+"73\n"
+"help.text"
+msgid "Seconds as 0-59"
+msgstr ""
-#: 02070000.xhp#par_id3156283.56.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Sets the paste options for the clipboard contents. </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">გაცვლის ბუფერის შიგთავსის ჩასმის პარამეტრების დაყენება. </caseinline></switchinline>"
+#. Ynw.
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3156173\n"
+"74\n"
+"help.text"
+msgid "s"
+msgstr "s"
-#: 02070000.xhp#hd_id3151052.30.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Skip empty cells </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ცარიელი უჯდერების გამოტოვება </caseinline></switchinline>"
+#. rEnl
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3149506\n"
+"75\n"
+"help.text"
+msgid "Seconds as 00-59"
+msgstr ""
-#: 02070000.xhp#par_id3148775.31.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"><ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_SKIP_EMPTY\">Empty cells from the clipboard do not replace target cells. If you use this option in conjunction with the <emph>Multiply</emph> or the <emph>Divide</emph> operation, the operation is not applied to the target cell of an empty cell in the clipboard.</ahelp></caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\"><ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_SKIP_EMPTY\"> გაცვლის ბუფერიდან ცარიელი უჯრედებით სამიზნე უჯრედები არ ჩაინაცვლება. თუ გამოიყენებთ ამ პარამატრს <emph>გამრავლება</emph> ან <emph>გაყოფა</emph>ოპერაციებთან კავშირში, ეს ოპერაცია არ მიესადაგება გაცვლის ბუფერში ცარიელ უჯრედის სამიზნე უჯრედს.</ahelp></caseinline></switchinline>"
+#. |)EP
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3157981\n"
+"76\n"
+"help.text"
+msgid "ss"
+msgstr ""
-#: 02070000.xhp#par_id3155084.32.help.text
-msgid "If you select a mathematical operation and clear the<emph> Skip empty cells </emph>box, empty cells in the clipboard are treated as zeroes. For example, if you apply the <emph>Multiply</emph> operation, the target cells are filled with zeroes."
-msgstr "თუ მონიშნავთ მათემატიკურ ოპერაციას და გაასუფთავებთ სარკმელს <emph> ცარიელი უჯრედების გამოტოვება </emph>, გაცვლის ბუფერში არსებული ცარიელი უჯრედები ჩაითვლება განულებულად. მაგალითად, თუ გაააქტიურებთ ოპერაციას <emph>გამრავლება</emph>,სამიზნე უჯრედები აივსება ნულებით. ."
+#. [:NA
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3757982\n"
+"help.text"
+msgid "The display of the hour, minute, and second components of the time is capped at the maximal number of hours in a day (or 12 hour period), minutes in an hour, or seconds in a minute. To suppress this behavior use square brackets, [ ], as illustrated in the following table."
+msgstr ""
-#: 02070000.xhp#hd_id3147173.33.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Transpose </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">არცერთი </caseinline></switchinline>"
+#. D?d/
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3157980\n"
+"help.text"
+msgid "Display of the value 1 day, 1 hour, 25 minutes, 9 seconds"
+msgstr ""
-#: 02070000.xhp#par_id3147223.34.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"><ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_TRANSPOSE\">The rows of the range in the clipboard are pasted to become columns of the output range. The columns of the range in the clipboard are pasted to become rows.</ahelp></caseinline></switchinline>"
+#. TrAw
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3757983\n"
+"help.text"
+msgid "Format Code"
msgstr ""
-#: 02070000.xhp#hd_id3152971.35.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Link </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ბმული </caseinline></switchinline>"
+#. tPgN
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3757984\n"
+"help.text"
+msgid "Output Displayed"
+msgstr ""
-#: 02070000.xhp#par_id3146969.36.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"><ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_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 <emph>Insert All</emph> option is also selected. </ahelp></caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\"><ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_LINK\">უჯრედთა წყობა ისმება ბმულის სახით, ისე, რომ საწყის ფაილში მოცემული უჯრედების ცვლილებები განახლდება სამიზნე ფაილში. საწყისი ფაილის ცარიელ უჯრედებში მომხდარი ცვლილებების სამიზნე ფაილში განახლებისათვის, უნდა მოინიშნოს პარამეტრი <emph>ჩასვლი ყველა</emph>. </ahelp></caseinline></switchinline>"
+#. mxj@
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3757986\n"
+"help.text"
+msgid "Format Code"
+msgstr ""
-#: 02070000.xhp#par_id3145667.37.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">You can also link sheets within the same spreadsheet. When you link to other files, a <link href=\"text/shared/00/00000005.xhp#dde\" name=\"DDE link\">DDE link</link> is automatically created. A DDE link is inserted as a matrix formula and can only be modified as a whole. </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">შეგიძლიათ ერთი და იმავე ელექტრონულ ცხრილში მოცემული ფურცლების დაკავშირება. სხვა ფაილებთან დაკავშირებისას ავტომატურად იქმნება <link href=\"text/shared/00/00000005.xhp#dde\" name=\"DDE link\">DDE ბმული</link> . DDE ბმული ჩაისმება მატრიცული ფორმულის სახით და მხოლოდ განისაზღვრება როგორც მთლიანი. </caseinline></switchinline>"
+#. Ze2h
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3757987\n"
+"help.text"
+msgid "Output Displayed"
+msgstr ""
-#: 02070000.xhp#hd_id3146914.57.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Shift Cells </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">უჯრედების გადაწევა </caseinline></switchinline>"
+#. CMA6
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3757988\n"
+"help.text"
+msgid "HH:MM:SS"
+msgstr ""
-#: 02070000.xhp#par_id3145169.58.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Set the shift options for the target cells when the clipboard content is inserted. </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">გაცვლის ბუფერის შიგთავსის ჩასმისთვის დააყენეთ გადაწევის პარამეტრები სამიზნე უჯრედებისთვის. </caseinline></switchinline>"
+#. .v$Y
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3757989\n"
+"help.text"
+msgid "01:25:09"
+msgstr ""
-#: 02070000.xhp#hd_id3155518.59.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Don't shift </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">არ გადაწიოთ </caseinline></switchinline>"
+#. NKKh
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3757991\n"
+"help.text"
+msgid "[HH]:MM:SS"
+msgstr ""
-#: 02070000.xhp#par_id3154158.60.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_MV_NONE\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Inserted cells replace the target cells. </caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_MV_NONE\"><switchinline select=\"appl\"><caseinline select=\"CALC\">სამიზნე უჯრედების ჩასმული უჯრედებით ჩანაცვლება.</caseinline></switchinline></ahelp>"
+#. *Gli
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3757992\n"
+"help.text"
+msgid "25:25:09"
+msgstr ""
-#: 02070000.xhp#hd_id3148483.61.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Down </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ქვემოთ </caseinline></switchinline>"
+#. e5;S
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3757993\n"
+"help.text"
+msgid "MM:SS"
+msgstr ""
-#: 02070000.xhp#par_id3152962.62.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_MV_DOWN\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Target cells are shifted downward when you insert cells from the clipboard. </caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_MV_DOWN\"><switchinline select=\"appl\"><caseinline select=\"CALC\">გაცვლის ბუფერიდან უჯრედების ჩასმისას სამიზნე უჯრედები ქვემოთ გადაადგილდება. </caseinline></switchinline></ahelp>"
+#. ?svZ
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3757994\n"
+"help.text"
+msgid "25:09"
+msgstr ""
-#: 02070000.xhp#hd_id3145621.63.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Right </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">მარჯვენა </caseinline></switchinline>"
+#. :!Yo
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3757996\n"
+"help.text"
+msgid "[MM]:SS"
+msgstr ""
-#: 02070000.xhp#par_id3159264.64.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_MV_RIGHT\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Target cells are shifted to the right when you insert cells from the clipboard. </caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_MV_RIGHT\"><switchinline select=\"appl\"><caseinline select=\"CALC\">გაცვლის ბუფერიდან უჯრედების ჩასმისას სამიზნე უჯრედები მარჯვნივ გადაადგილდება. </caseinline></switchinline></ahelp>"
+#. !Mt,
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3757997\n"
+"help.text"
+msgid "1525:09"
+msgstr ""
-#: 06140402.xhp#tit.help.text
-msgctxt "06140402.xhp#tit.help.text"
-msgid "Change Icon"
+#. u@4;
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3757998\n"
+"help.text"
+msgid "SS"
msgstr ""
-#: 06140402.xhp#par_idN10543.help.text
-msgctxt "06140402.xhp#par_idN10543.help.text"
-msgid "Change Icon"
+#. 3rWt
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3757999\n"
+"help.text"
+msgid "09"
msgstr ""
-#: 06140402.xhp#par_idN10547.help.text
-msgid "Icons"
+#. m\a:
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3758001\n"
+"help.text"
+msgid "[SS]"
msgstr ""
-#: 06140402.xhp#par_idN1054B.help.text
-msgid "Displays the available icons in %PRODUCTNAME. To replace the icon that you selected in the <link href=\"text/shared/01/06140400.xhp\">Customize</link> dialog, click an icon, then click the <emph>OK</emph> button."
+#. wJ)i
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3758002\n"
+"help.text"
+msgid "91509"
msgstr ""
-#: 06140402.xhp#par_idN1055C.help.text
-msgctxt "06140402.xhp#par_idN1055C.help.text"
-msgid "Import"
+#. 9*U0
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3156039\n"
+"77\n"
+"help.text"
+msgid "To display seconds as fractions, add the decimal delimiter to your number format code. For example, enter <emph>hh:mm:ss.00</emph> to display the time as \"01:02:03.45\"."
msgstr ""
-#: 06140402.xhp#par_idN10560.help.text
-msgid "<ahelp hid=\".\">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.</ahelp>"
+#. ?/n.
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3148649\n"
+"102\n"
+"help.text"
+msgid "If a time is entered in the form 02:03.45 or 01:02:03.45 or 25:01:02, the following formats are assigned if no other time format has been specified: MM:SS.00 or [HH]:MM:SS.00 or [HH]:MM:SS"
msgstr ""
-#: 06140402.xhp#par_idN10575.help.text
-msgid "You can only import icons that are in the PNG file format and that are 16x16 or 26x26 pixels in size."
+#. 6cAl
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"hd_id3158404\n"
+"169\n"
+"help.text"
+msgid "Displaying Numbers Using Native Characters"
msgstr ""
-#: 06140402.xhp#par_id8224433.help.text
-msgid "<ahelp hid=\".\">Click to remove the selected icon from the list. Only user-defined icons can be removed.</ahelp>"
+#. p($g
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3149998\n"
+"170\n"
+"help.text"
+msgid "To display numbers using native number characters, use a [NatNum1], [NatNum2], ... [NatNum11] modifier at the beginning of a number format codes."
msgstr ""
-#: 06140101.xhp#tit.help.text
-msgctxt "06140101.xhp#tit.help.text"
-msgid "New Menu"
+#. M[\D
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3154600\n"
+"171\n"
+"help.text"
+msgid "The [NatNum1] modifier always uses a one to one character mapping to convert numbers to a string that matches the native number format code of the corresponding locale. The other modifiers produce different results if they are used with different locales. A locale can be the language and the territory for which the format code is defined, or a modifier such as [$-yyy] that follows the native number modifier. In this case, yyy is the hexadecimal MS-LCID that is also used in currency format codes. For example, to display a number using Japanese short Kanji characters in an English US locale, use the following number format code:"
msgstr ""
-#: 06140101.xhp#par_idN10540.help.text
-msgctxt "06140101.xhp#par_idN10540.help.text"
-msgid "New Menu"
+#. mNUj
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3152546\n"
+"172\n"
+"help.text"
+msgid "[NatNum1][$-411]0"
msgstr ""
-#: 06140101.xhp#par_idN10558.help.text
-msgid "Menu name"
+#. Jom8
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3147269\n"
+"173\n"
+"help.text"
+msgid "In the following list, the Microsoft Excel [DBNumX] modifier that corresponds to <item type=\"productname\">%PRODUCTNAME</item> [NatNum] modifier is shown. If you want, you can use a [DBNumX] modifier instead of [NatNum] modifier for your locale. Whenever possible, <item type=\"productname\">%PRODUCTNAME</item> internally maps [DBNumX] modifiers to [NatNumN] modifiers."
msgstr ""
-#: 06140101.xhp#par_idN1055C.help.text
-msgid "<ahelp hid=\".\">Enter a name for the menu. To specify a letter in the name as an accelerator key, enter a tilde (~) before the letter.</ahelp>"
+#. xSyl
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_idN11234\n"
+"help.text"
+msgid "Displaying dates using [NatNum] modifiers can have a different effect than displaying other types of numbers. Such effects are indicated by 'CAL: '. For example, 'CAL: 1/4/4' indicates that the year is displayed using the [NatNum1] modifier, while the day and month are displayed using the [NatNum4] modifier. If 'CAL' is not specified, the date formats for that particular modifier are not supported."
msgstr ""
-#: 06140101.xhp#par_idN1055F.help.text
-msgctxt "06140101.xhp#par_idN1055F.help.text"
-msgid "Menu position"
+#. (bui
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3153111\n"
+"174\n"
+"help.text"
+msgid "[NatNum1] Transliterations"
msgstr ""
-#: 06140101.xhp#par_idN10563.help.text
-msgid "Moves the selected menu entry up one position or down one position in the menu when you click the arrow buttons."
+#. |n1,
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3146895\n"
+"175\n"
+"help.text"
+msgid "Chinese: Chinese lower case characters; CAL: 1/7/7 [DBNum1]"
msgstr ""
-#: 02100200.xhp#tit.help.text
-msgctxt "02100200.xhp#tit.help.text"
-msgid "Attributes"
+#. ke|B
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3152536\n"
+"176\n"
+"help.text"
+msgid "Japanese: short Kanji characters [DBNum1]; CAL: 1/4/4 [DBNum1]"
msgstr ""
-#: 02100200.xhp#hd_id3154422.1.help.text
-msgctxt "02100200.xhp#hd_id3154422.1.help.text"
-msgid "Attributes"
+#. VCQU
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3146125\n"
+"177\n"
+"help.text"
+msgid "Korean: Korean lower case characters [DBNum1]; CAL: 1/7/7 [DBNum1]"
msgstr ""
-#: 02100200.xhp#par_id3153331.2.help.text
-msgid "<variable id=\"attributetext\"><ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_SEARCH:BTN_ATTRIBUTE\">Choose the text attributes that you want to search for. For example, if you search for the <emph>Font</emph> 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. </ahelp></variable>"
+#. !*BD
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3149945\n"
+"178\n"
+"help.text"
+msgid "Thai: Thai characters"
msgstr ""
-#: 02100200.xhp#hd_id3150944.6.help.text
-msgctxt "02100200.xhp#hd_id3150944.6.help.text"
-msgid "Options"
+#. ZpAI
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3153264\n"
+"179\n"
+"help.text"
+msgid "Arabic: Indic characters"
msgstr ""
-#: 02100200.xhp#par_id3151384.7.help.text
-msgid "<ahelp hid=\"HID_SEARCHATTR_CTL_ATTR\">Select the attributes that you want to search for.</ahelp>"
+#. P\C)
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3148973\n"
+"180\n"
+"help.text"
+msgid "Indic: Indic characters"
msgstr ""
-#: 02100200.xhp#hd_id3149245.56.help.text
-msgid "Keep with Next Paragraph"
+#. )6D%
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_idN112A3\n"
+"help.text"
+msgid "Hebrew: Hebrew letters"
msgstr ""
-#: 02100200.xhp#par_id3154760.57.help.text
-msgid "Finds the <emph>Keep With Next Paragraph</emph> attribute."
+#. aFb2
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3147520\n"
+"181\n"
+"help.text"
+msgid "[NatNum2] Transliteration in"
msgstr ""
-#: 02100200.xhp#hd_id3145068.40.help.text
-msgid "Split Paragraph"
+#. T%*!
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3155383\n"
+"182\n"
+"help.text"
+msgid "Chinese: Chinese upper case characters; CAL: 2/8/8 [DBNum2]"
msgstr ""
-#: 02100200.xhp#par_id3147560.41.help.text
-msgid "Finds the <emph>Do not split paragraph</emph> attribute."
+#. qk1_
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3153931\n"
+"183\n"
+"help.text"
+msgid "Japanese: traditional Kanji characters; CAL: 2/5/5 [DBNum2]"
msgstr ""
-#: 02100200.xhp#hd_id3156435.52.help.text
-msgctxt "02100200.xhp#hd_id3156435.52.help.text"
-msgid "Spacing"
+#. IDU]
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3155097\n"
+"184\n"
+"help.text"
+msgid "Korean: Korean upper case characters [DBNum2]; CAL: 2/8/8 [DBNum2]"
msgstr ""
-#: 02100200.xhp#par_id3150866.53.help.text
-msgid "Finds the <emph>Spacing</emph> (top, bottom) attribute."
+#. )+`*
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3152976\n"
+"185\n"
+"help.text"
+msgid "[NatNum3] Transliteration in"
msgstr ""
-#: 02100200.xhp#hd_id3154071.38.help.text
-msgctxt "02100200.xhp#hd_id3154071.38.help.text"
-msgid "Alignment"
+#. 7?;)
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3154353\n"
+"186\n"
+"help.text"
+msgid "Chinese: fullwidth Arabic digits; CAL: 3/3/3 [DBNum3]"
msgstr ""
-#: 02100200.xhp#par_id3154365.39.help.text
-msgid "Finds the <emph>Alignment</emph> (left, right, centered, justified) attribute."
+#. ,Cl?
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3154669\n"
+"187\n"
+"help.text"
+msgid "Japanese: fullwidth Arabic digits; CAL: 3/3/3 [DBNum3]"
msgstr ""
-#: 02100200.xhp#hd_id3145171.8.help.text
-msgctxt "02100200.xhp#hd_id3145171.8.help.text"
-msgid "Effects"
+#. 0F8f
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3150472\n"
+"188\n"
+"help.text"
+msgid "Korean: fullwidth Arabic digits [DBNum3]; CAL: 3/3/3 [DBNum3]"
msgstr ""
-#: 02100200.xhp#par_id3149203.9.help.text
-msgid "Finds characters that use the <emph>Capital, Lowercase, Small capitals, </emph>and <emph>Title </emph>character attributes."
+#. |9nI
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3157811\n"
+"189\n"
+"help.text"
+msgid "[NatNum4] Transliteration in"
msgstr ""
-#: 02100200.xhp#hd_id3148676.60.help.text
-msgctxt "02100200.xhp#hd_id3148676.60.help.text"
-msgid "Blinking"
+#. uV`-
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3154592\n"
+"190\n"
+"help.text"
+msgid "Chinese: lower case text [DBNum1]"
msgstr ""
-#: 02100200.xhp#par_id3153193.61.help.text
-msgid "Finds characters use the <emph>Blinking</emph> attribute."
+#. r~)%
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3150350\n"
+"191\n"
+"help.text"
+msgid "Japanese: modern long Kanji text [DBNum2]"
msgstr ""
-#: 02100200.xhp#hd_id3153968.14.help.text
-msgctxt "02100200.xhp#hd_id3153968.14.help.text"
-msgid "Strikethrough"
+#. \0ai
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3150930\n"
+"192\n"
+"help.text"
+msgid "Korean: formal lower case text"
msgstr ""
-#: 02100200.xhp#par_id3145746.15.help.text
-msgid "Finds characters that use the <emph>Strikethrough</emph> (single or double) attribute."
+#. -Ue.
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3153546\n"
+"193\n"
+"help.text"
+msgid "[NatNum5] Transliteration in"
msgstr ""
-#: 02100200.xhp#hd_id3156422.50.help.text
-msgctxt "02100200.xhp#hd_id3156422.50.help.text"
-msgid "Indent"
+#. if|V
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3155612\n"
+"194\n"
+"help.text"
+msgid "Chinese: Chinese upper case text [DBNum2]"
msgstr ""
-#: 02100200.xhp#par_id3150449.51.help.text
-msgid "Finds the <emph>Indent</emph> (from left, from right, first line) attribute."
+#. `C$G
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3155909\n"
+"195\n"
+"help.text"
+msgid "Japanese: traditional long Kanji text [DBNum3]"
msgstr ""
-#: 02100200.xhp#hd_id3145203.44.help.text
-msgid "Widows"
+#. ^%ba
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3151304\n"
+"196\n"
+"help.text"
+msgid "Korean: formal upper case text"
msgstr ""
-#: 02100200.xhp#par_id3153105.45.help.text
-msgid "Finds the <emph>Widow Control</emph> attribute."
+#. V6*I
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3155075\n"
+"197\n"
+"help.text"
+msgid "[NatNum6] Transliteration in"
msgstr ""
-#: 02100200.xhp#hd_id3149560.22.help.text
-msgid "Kerning"
-msgstr "კერნინგი"
+#. (Dz/
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3150214\n"
+"198\n"
+"help.text"
+msgid "Chinese: fullwidth text [DBNum3]"
+msgstr ""
-#: 02100200.xhp#par_id3155132.23.help.text
-msgid "Finds <emph>Spacing</emph> (standard, expanded, condensed) attributes and Pair Kerning."
+#. `14%
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3154114\n"
+"199\n"
+"help.text"
+msgid "Japanese: fullwidth text"
msgstr ""
-#: 02100200.xhp#hd_id3145261.12.help.text
-msgctxt "02100200.xhp#hd_id3145261.12.help.text"
-msgid "Outline"
+#. 55/v
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3155344\n"
+"200\n"
+"help.text"
+msgid "Korean: fullwidth text"
msgstr ""
-#: 02100200.xhp#par_id3153143.13.help.text
-msgid "Finds the <emph>Outline</emph> attribute."
+#. FN_c
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3155538\n"
+"201\n"
+"help.text"
+msgid "[NatNum7] Transliteration in"
msgstr ""
-#: 02100200.xhp#hd_id3148575.16.help.text
-msgctxt "02100200.xhp#hd_id3148575.16.help.text"
-msgid "Position"
+#. r97)
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3145123\n"
+"202\n"
+"help.text"
+msgid "Japanese: modern short Kanji text"
msgstr ""
-#: 02100200.xhp#par_id3146922.17.help.text
-msgid "Finds characters using the <emph>Normal, Superscript</emph> or <emph>Subscript </emph>attributes."
+#. 9apV
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3149424\n"
+"203\n"
+"help.text"
+msgid "Korean: informal lower case text"
msgstr ""
-#: 02100200.xhp#hd_id3156062.62.help.text
-msgid "Register-true"
-msgstr "რეგისტრირებულია-ჭეშმარიტი"
+#. xN)B
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3153688\n"
+"204\n"
+"help.text"
+msgid "[NatNum8] Transliteration in"
+msgstr ""
-#: 02100200.xhp#par_id3152886.63.help.text
-msgid "Finds the <emph>Register-true</emph> attribute."
+#. l\X@
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3156122\n"
+"205\n"
+"help.text"
+msgid "Japanese: traditional short Kanji text [DBNum4]"
msgstr ""
-#: 02100200.xhp#hd_id3159196.64.help.text
-msgctxt "02100200.xhp#hd_id3159196.64.help.text"
-msgid "Relief"
+#. ,?uU
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3145602\n"
+"206\n"
+"help.text"
+msgid "Korean: informal upper case text"
msgstr ""
-#: 02100200.xhp#par_id3146120.65.help.text
-msgid "Finds the <emph>Relief </emph>attribute."
+#. 8t+,
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3159228\n"
+"207\n"
+"help.text"
+msgid "[NatNum9] Transliteration in"
msgstr ""
-#: 02100200.xhp#hd_id3154014.66.help.text
-msgctxt "02100200.xhp#hd_id3154014.66.help.text"
-msgid "Rotation"
-msgstr "მდებარეობა:"
+#. g\x.
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3154644\n"
+"208\n"
+"help.text"
+msgid "Korean: Hangul characters"
+msgstr ""
-#: 02100200.xhp#par_id3150873.67.help.text
-msgid "Finds the <emph>Rotation</emph> attribute."
+#. Qd^/
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3155396\n"
+"209\n"
+"help.text"
+msgid "[NatNum10] Transliteration in"
msgstr ""
-#: 02100200.xhp#hd_id3152576.28.help.text
-msgid "Shadowed"
+#. 7_I\
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3150878\n"
+"210\n"
+"help.text"
+msgid "Korean: formal Hangul text [DBNum4]; CAL: 9/11/11 [DBNum4]"
msgstr ""
-#: 02100200.xhp#par_id3150104.29.help.text
-msgid "Finds the <emph>Shadowed</emph> attribute."
+#. :wtF
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3149384\n"
+"211\n"
+"help.text"
+msgid "[NatNum11] Transliteration in"
msgstr ""
-#: 02100200.xhp#hd_id3159156.18.help.text
-msgctxt "02100200.xhp#hd_id3159156.18.help.text"
-msgid "Font"
+#. =97[
+#: 05020301.xhp
+msgctxt ""
+"05020301.xhp\n"
+"par_id3154213\n"
+"212\n"
+"help.text"
+msgid "Korean: informal Hangul text"
msgstr ""
-#: 02100200.xhp#par_id3154320.19.help.text
-msgid "Finds any instance where the default font was changed."
+#. 3DPQ
+#: 05290000.xhp
+msgctxt ""
+"05290000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Group"
msgstr ""
-#: 02100200.xhp#hd_id3151113.10.help.text
-msgctxt "02100200.xhp#hd_id3151113.10.help.text"
-msgid "Font Color"
+#. 8Zfe
+#: 05290000.xhp
+#, fuzzy
+msgctxt ""
+"05290000.xhp\n"
+"hd_id3150603\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05290000.xhp\" name=\"Group\">Group</link>"
+msgstr "<link href=\"text/shared/01/05290100.xhp\" name=\"Group\">ჯგუფი</link>"
+
+#. za4M
+#: 05290000.xhp
+msgctxt ""
+"05290000.xhp\n"
+"par_id3153323\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Groups keep together selected objects, so that they can be moved or formatted as a single object.</ahelp>"
msgstr ""
-#: 02100200.xhp#par_id3149664.11.help.text
-msgid "Finds any instance where the default font color was changed."
+#. [9+z
+#: 05290000.xhp
+msgctxt ""
+"05290000.xhp\n"
+"hd_id3150943\n"
+"7\n"
+"help.text"
+msgid "Working with groups"
msgstr ""
-#: 02100200.xhp#hd_id3152794.20.help.text
-msgid "Font Size"
+#. n_q`
+#: 05290000.xhp
+msgctxt ""
+"05290000.xhp\n"
+"par_id3152909\n"
+"8\n"
+"help.text"
+msgid "To edit the individual objects of a group, select the group, right-click, and then choose <switchinline select=\"appl\"><caseinline select=\"DRAW\"><emph>Enter Group</emph></caseinline><defaultinline><emph>Group - Enter Group</emph></defaultinline></switchinline>"
msgstr ""
-#: 02100200.xhp#par_id3150962.21.help.text
-msgid "Finds the <emph>Font size/Font height</emph> attribute."
+#. ^61y
+#: 05290000.xhp
+msgctxt ""
+"05290000.xhp\n"
+"par_id3159158\n"
+"9\n"
+"help.text"
+msgid "When you are editing a group, the objects that are not part of the group are faded."
msgstr ""
-#: 02100200.xhp#hd_id3163717.32.help.text
-msgid "Font Weight"
+#. oO!!
+#: 05290000.xhp
+msgctxt ""
+"05290000.xhp\n"
+"par_id3153541\n"
+"10\n"
+"help.text"
+msgid "Use Tab and Shift+Tab to move forwards and backwards through the objects in a group."
msgstr ""
-#: 02100200.xhp#par_id3150593.33.help.text
-msgid "Finds the <emph>Bold</emph> or the <emph>Bold and Italic</emph> attribute."
+#. RuxW
+#: 05290000.xhp
+msgctxt ""
+"05290000.xhp\n"
+"par_id3154810\n"
+"11\n"
+"help.text"
+msgid "To exit a group, right-click, and then choose <switchinline select=\"appl\"><caseinline select=\"DRAW\"><emph>Exit Group</emph></caseinline><defaultinline><emph>Group - Exit Group</emph></defaultinline></switchinline>"
msgstr ""
-#: 02100200.xhp#hd_id3146928.26.help.text
-msgid "Font Posture"
+#. rkq(
+#: 05290000.xhp
+#, fuzzy
+msgctxt ""
+"05290000.xhp\n"
+"hd_id3145120\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05290100.xhp\" name=\"Grouping\">Group</link>"
+msgstr "<link href=\"text/shared/01/05290100.xhp\" name=\"Group\">ჯგუფი</link>"
+
+#. @WN=
+#: 05290000.xhp
+#, fuzzy
+msgctxt ""
+"05290000.xhp\n"
+"hd_id3152474\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05290200.xhp\" name=\"Remove\">Ungroup</link>"
+msgstr "<link href=\"text/shared/01/05290200.xhp\" name=\"Ungroup\">განჯგუფება</link>"
+
+#. |c1%
+#: 05290000.xhp
+#, fuzzy
+msgctxt ""
+"05290000.xhp\n"
+"hd_id3145609\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05290300.xhp\" name=\"Edit group\">Enter Group</link>"
+msgstr "<link href=\"text/shared/01/01110400.xhp\" name=\"Edit\">რედაქტირება</link>"
+
+#. IN]k
+#: 05290000.xhp
+#, fuzzy
+msgctxt ""
+"05290000.xhp\n"
+"hd_id3145068\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05290400.xhp\" name=\"Exit\">Exit group</link>"
+msgstr "<link href=\"text/shared/01/01170000.xhp\" name=\"Exit\">გასვლა</link>"
+
+#. ilKD
+#: 06150120.xhp
+msgctxt ""
+"06150120.xhp\n"
+"tit\n"
+"help.text"
+msgid "Transformation"
msgstr ""
-#: 02100200.xhp#par_id3154097.27.help.text
-msgid "Finds the <emph>Italic</emph> or the <emph>Bold and Italic</emph> attribute."
+#. `MKx
+#: 06150120.xhp
+msgctxt ""
+"06150120.xhp\n"
+"hd_id3147477\n"
+"21\n"
+"help.text"
+msgid "<variable id=\"transformation\"><link href=\"text/shared/01/06150120.xhp\" name=\"Transformation\">Transformation</link></variable>"
msgstr ""
-#: 02100200.xhp#hd_id3148388.42.help.text
-msgid "Orphans"
+#. fyy6
+#: 06150120.xhp
+msgctxt ""
+"06150120.xhp\n"
+"par_id3154350\n"
+"1\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\"\">Enter or edit file information for an <link href=\"text/shared/01/06150000.xhp\" name=\"XML filter\">XML filter</link>.</ahelp>"
msgstr ""
-#: 02100200.xhp#par_id3156737.43.help.text
-msgid "Finds the <link href=\"text/shared/00/00000005.xhp#schuster\">Orphan Control</link> attribute."
+#. WZ)$
+#: 06150120.xhp
+msgctxt ""
+"06150120.xhp\n"
+"hd_id3148668\n"
+"2\n"
+"help.text"
+msgid "DocType"
msgstr ""
-#: 02100200.xhp#hd_id3153159.54.help.text
-msgid "Page Style"
+#. Qd=*
+#: 06150120.xhp
+msgctxt ""
+"06150120.xhp\n"
+"par_id3155934\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\"HID_XML_FILTER_DOCTYPE\" visibility=\"visible\">Enter the DOCTYPE of the XML file.</ahelp>"
msgstr ""
-#: 02100200.xhp#par_id3147045.55.help.text
-msgid "Finds the <emph>Break With Page Style</emph> attribute."
+#. 9#z`
+#: 06150120.xhp
+msgctxt ""
+"06150120.xhp\n"
+"par_id3148520\n"
+"4\n"
+"help.text"
+msgid "For example, the DOCTYPE defined for the current DocBook XML filter is:"
msgstr ""
-#: 02100200.xhp#hd_id3147124.48.help.text
-msgctxt "02100200.xhp#hd_id3147124.48.help.text"
-msgid "Hyphenation"
+#. 70,(
+#: 06150120.xhp
+msgctxt ""
+"06150120.xhp\n"
+"par_id3155364\n"
+"5\n"
+"help.text"
+msgid "-//OASIS//DTD DocBook XML V4.1.2//EN"
msgstr ""
-#: 02100200.xhp#par_id3153877.49.help.text
-msgid "Finds the <emph>Hyphenation</emph> attribute."
+#. E0F]
+#: 06150120.xhp
+msgctxt ""
+"06150120.xhp\n"
+"par_id3145829\n"
+"6\n"
+"help.text"
+msgid "The resulting line in the XML document is:"
msgstr ""
-#: 02100200.xhp#hd_id3148773.68.help.text
-msgctxt "02100200.xhp#hd_id3148773.68.help.text"
-msgid "Scale"
+#. k5pQ
+#: 06150120.xhp
+msgctxt ""
+"06150120.xhp\n"
+"par_id3152594\n"
+"7\n"
+"help.text"
+msgid "<!DOCTYPE article PUBLIC \"-//OASIS//DTD DocBook XML V4.1.2//EN\" \"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd\">"
msgstr ""
-#: 02100200.xhp#par_id3147396.69.help.text
-msgid "Finds the <emph>Scale </emph>attribute."
+#. ^/_[
+#: 06150120.xhp
+msgctxt ""
+"06150120.xhp\n"
+"hd_id3149180\n"
+"8\n"
+"help.text"
+msgid "DTD"
msgstr ""
-#: 02100200.xhp#hd_id3148455.24.help.text
-msgctxt "02100200.xhp#hd_id3148455.24.help.text"
-msgid "Language"
+#. /b\y
+#: 06150120.xhp
+msgctxt ""
+"06150120.xhp\n"
+"par_id3153394\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"HID_XML_FILTER_DTD\" visibility=\"visible\">If you want, enter the public or system identifier of the DTD (Document Type Definition) that you want to use.</ahelp>"
msgstr ""
-#: 02100200.xhp#par_id3150716.25.help.text
-msgid "Finds the <emph>Language</emph> attribute (for spelling)."
+#. |A![
+#: 06150120.xhp
+msgctxt ""
+"06150120.xhp\n"
+"par_id3152867\n"
+"10\n"
+"help.text"
+msgid "If present, both identifiers are written to the DOCTYPE declaration in saved XML files."
msgstr ""
-#: 02100200.xhp#hd_id3154511.46.help.text
-msgid "Tab Stops"
+#. cJoV
+#: 06150120.xhp
+msgctxt ""
+"06150120.xhp\n"
+"par_id3155892\n"
+"11\n"
+"help.text"
+msgid "The public identifier is used to detect the filter when you open a file without specifying a filter."
msgstr ""
-#: 02100200.xhp#par_id3151037.47.help.text
-msgid "Finds paragraphs that use an additional tab set."
+#. ]oI%
+#: 06150120.xhp
+msgctxt ""
+"06150120.xhp\n"
+"hd_id3155338\n"
+"12\n"
+"help.text"
+msgid "Browse"
msgstr ""
-#: 02100200.xhp#hd_id3154164.30.help.text
-msgctxt "02100200.xhp#hd_id3154164.30.help.text"
-msgid "Underline"
+#. uc}c
+#: 06150120.xhp
+msgctxt ""
+"06150120.xhp\n"
+"par_id3150506\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"HID_XML_FILTER_IMPORT_TEMPLATE_BROWSE\" visibility=\"visible\">Opens a file selection dialog.</ahelp>"
msgstr ""
-#: 02100200.xhp#par_id3148566.31.help.text
-msgid "Finds characters that use the <emph>Underlined</emph> attribute (single, double, or dotted)."
+#. S7xV
+#: 06150120.xhp
+msgctxt ""
+"06150120.xhp\n"
+"hd_id3153527\n"
+"14\n"
+"help.text"
+msgid "XSLT for export"
msgstr ""
-#: 02100200.xhp#hd_id3153099.70.help.text
-msgid "Vertical text alignment"
+#. /HC9
+#: 06150120.xhp
+msgctxt ""
+"06150120.xhp\n"
+"par_id3152552\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"HID_XML_FILTER_EXPORT_XSLT\" visibility=\"visible\">If this is an export filter, enter the file name of the XSLT stylesheet that you want to use for exporting.</ahelp>"
msgstr ""
-#: 02100200.xhp#par_id3145650.71.help.text
-msgid "Finds the <emph>Vertical text alignment </emph>attribute."
+#. j#G|
+#: 06150120.xhp
+msgctxt ""
+"06150120.xhp\n"
+"hd_id3149149\n"
+"20\n"
+"help.text"
+msgid "XSLT for import"
msgstr ""
-#: 02100200.xhp#hd_id3147259.34.help.text
-msgid "Individual Words"
+#. Qgp}
+#: 06150120.xhp
+msgctxt ""
+"06150120.xhp\n"
+"par_id3147653\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"HID_XML_FILTER_IMPORT_XSLT\" visibility=\"visible\">If this is an import filter, enter the file name of the XSLT stylesheet that you want to use for importing.</ahelp>"
msgstr ""
-#: 02100200.xhp#par_id3156438.35.help.text
-msgid "Finds individual words that use the underlined or the strikethrough attribute."
+#. 0%}/
+#: 06150120.xhp
+msgctxt ""
+"06150120.xhp\n"
+"hd_id3147242\n"
+"17\n"
+"help.text"
+msgid "Template for import"
msgstr ""
-#: 02100200.xhp#hd_id3153948.58.help.text
-msgid "Character background"
+#. ;VCQ
+#: 06150120.xhp
+msgctxt ""
+"06150120.xhp\n"
+"par_id3153320\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"HID_XML_FILTER_IMPORT_TEMPLATE\" visibility=\"visible\">Enter the name of the template that you want to use for importing. In the template, styles are defined to display XML tags.</ahelp>"
msgstr ""
-#: 02100200.xhp#par_id3145300.59.help.text
-msgid "Finds characters that use the <emph>Background</emph> attribute."
+#. EM__
+#: 06150120.xhp
+msgctxt ""
+"06150120.xhp\n"
+"par_id3156330\n"
+"19\n"
+"help.text"
+msgid "The path to the directory that contains the template must be included in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Paths</emph>. When you open an XML file whose filter uses the template, the template opens first. In the template, you can map $[officename] styles to display XML tags in the XML document."
msgstr ""
-#: 02100200.xhp#hd_id3146791.36.help.text
-msgctxt "02100200.xhp#hd_id3146791.36.help.text"
-msgid "Line Spacing"
+#. /7eS
+#: 05110800.xhp
+msgctxt ""
+"05110800.xhp\n"
+"tit\n"
+"help.text"
+msgid "Subscript"
msgstr ""
-#: 02100200.xhp#par_id3146912.37.help.text
-msgid "Finds the <emph>Line spacing</emph> (single line, 1.5 lines, double, proportional, at least, lead) attribute."
+#. (/)h
+#: 05110800.xhp
+#, fuzzy
+msgctxt ""
+"05110800.xhp\n"
+"hd_id3150278\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05110800.xhp\" name=\"Subscript\">Subscript</link>"
+msgstr "<link href=\"text/shared/01/01100100.xhp\" name=\"Description\">აღწერილობა</link>"
+
+#. Q8oB
+#: 05110800.xhp
+msgctxt ""
+"05110800.xhp\n"
+"par_id3152790\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SubScript\">Reduces the font size of the selected text and lowers the text below the baseline.</ahelp>"
msgstr ""
-#: 02230300.xhp#tit.help.text
-msgctxt "02230300.xhp#tit.help.text"
-msgid "Comment"
-msgstr "შინაარსი"
+#. X+fl
+#: 03990000.xhp
+msgctxt ""
+"03990000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Toolbars"
+msgstr ""
-#: 02230300.xhp#hd_id3083278.1.help.text
-msgctxt "02230300.xhp#hd_id3083278.1.help.text"
-msgid "Comment"
-msgstr "შინაარსი"
+#. Kg-7
+#: 03990000.xhp
+#, fuzzy
+msgctxt ""
+"03990000.xhp\n"
+"hd_id3160463\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/03990000.xhp\" name=\"Toolbars\">Toolbars</link>"
+msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
-#: 02230300.xhp#par_id3148983.2.help.text
-msgid "<variable id=\"kommentartext\"><ahelp hid=\"HID_REDLINING_EDIT\">Enter a comment for the recorded change.</ahelp></variable>"
+#. vB-(
+#: 03990000.xhp
+msgctxt ""
+"03990000.xhp\n"
+"par_id3149748\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a submenu to show and hide toolbars.</ahelp> A toolbar contains icons and options that let you quickly access $[officename] commands."
msgstr ""
-#: 02230300.xhp#par_id3155391.3.help.text
-msgid "You can attach a comment when <switchinline select=\"appl\"><caseinline select=\"WRITER\">the cursor is in a changed text passage </caseinline><caseinline select=\"CALC\">the changed cell is selected</caseinline></switchinline>, or in the <emph>Accept or Reject Changes</emph> dialog."
+#. 1sZ^
+#: 03990000.xhp
+msgctxt ""
+"03990000.xhp\n"
+"hd_id3153683\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/edit_symbolbar.xhp\" name=\"Customize\">Customize</link>"
msgstr ""
-#: 02230300.xhp#par_id3156426.5.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Comments are displayed as callouts in the sheet when you rest your mouse pointer over a cell with a recorded change. You can also view comments that are attached to a changed cell in the changes list in the <link href=\"text/shared/01/02230400.xhp\" name=\"Accept or Reject Changes\"><emph>Accept or Reject Changes</emph></link> dialog. </caseinline></switchinline>"
+#. d8,T
+#: 03990000.xhp
+msgctxt ""
+"03990000.xhp\n"
+"par_id2789086\n"
+"help.text"
+msgid "Opens a dialog where you can add, edit, and remove icons."
msgstr ""
-#: 05340100.xhp#tit.help.text
-msgctxt "05340100.xhp#tit.help.text"
-msgid "Row Height"
+#. }!)!
+#: 03990000.xhp
+msgctxt ""
+"03990000.xhp\n"
+"hd_id371715\n"
+"help.text"
+msgid "Reset"
msgstr ""
-#: 05340100.xhp#hd_id3154400.1.help.text
-msgctxt "05340100.xhp#hd_id3154400.1.help.text"
-msgid "Row Height"
+#. ?Lb[
+#: 03990000.xhp
+msgctxt ""
+"03990000.xhp\n"
+"par_id1886654\n"
+"help.text"
+msgid "<ahelp hid=\".\">Choose <emph>View - Toolbars - Reset</emph> to reset the toolbars to their default context sensitive behavior. Now some toolbars will be shown automatically, dependent on the context.</ahelp>"
msgstr ""
-#: 05340100.xhp#par_id3154044.2.help.text
-msgid "<variable id=\"zeilenhoehetext\"><ahelp hid=\"HID_BROWSER_ROWHEIGHT\">Changes the height of the current row, or the selected rows.</ahelp></variable>"
+#. cPy\
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Zoom & View Layout"
msgstr ""
-#: 05340100.xhp#par_id3150756.7.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">You can also change the height of a row by dragging the divider below the row header. To fit the row height to the cell contents, double-click the divider. </caseinline></switchinline>"
+#. 3(pG
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"bm_id3154682\n"
+"help.text"
+msgid "<bookmark_value>zooming;page views</bookmark_value> <bookmark_value>views; scaling</bookmark_value> <bookmark_value>screen; scaling</bookmark_value> <bookmark_value>pages; scaling</bookmark_value>"
msgstr ""
-#: 05340100.xhp#hd_id3149962.3.help.text
-msgctxt "05340100.xhp#hd_id3149962.3.help.text"
-msgid "Height"
+#. nm*-
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"hd_id3154682\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/03010000.xhp\">Zoom & View Layout</link>"
msgstr ""
-#: 05340100.xhp#par_id3144750.4.help.text
-msgid "<ahelp hid=\"DBACCESS_METRICFIELD_DLG_ROWHEIGHT_MF_VALUE\">Enter the row height that you want to use.</ahelp>"
+#. ygQI
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id3149578\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"massstabtext\"><ahelp hid=\".uno:Zoom\">Reduces or enlarges the screen display of %PRODUCTNAME.</ahelp></variable> The current zoom factor is displayed as a percentage value on the <emph>Status</emph> bar."
msgstr ""
-#: 05340100.xhp#hd_id3154926.5.help.text
-msgctxt "05340100.xhp#hd_id3154926.5.help.text"
-msgid "Default value"
+#. M||L
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id3149655\n"
+"26\n"
+"help.text"
+msgid "Zooming is handled differently on Unix, Linux, and Windows platforms. A document saved with a 100% zoom factor in Windows is displayed at a larger zoom factor on Unix/Linux platforms. To change the zoom factor, double-click or right-click the percentage value on the <emph>Status</emph> bar, and select the zoom factor that you want."
msgstr ""
-#: 05340100.xhp#par_id3154894.6.help.text
-msgid "<ahelp hid=\"DBACCESS_CHECKBOX_DLG_ROWHEIGHT_CB_STANDARD\">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.</ahelp>"
+#. Agd/
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"hd_id3149669\n"
+"3\n"
+"help.text"
+msgid "Zoom factor"
msgstr ""
-#: 05030100.xhp#tit.help.text
-msgid "Indents and Spacing"
+#. 1Hoe
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id3154389\n"
+"4\n"
+"help.text"
+msgid "Set the zoom factor at which to display the current document and all documents of the same type that you open thereafter."
msgstr ""
-#: 05030100.xhp#bm_id3154689.help.text
-msgid "<bookmark_value>spacing; between paragraphs in footnotes</bookmark_value> <bookmark_value>line spacing; paragraph</bookmark_value> <bookmark_value>spacing; lines and paragraphs</bookmark_value> <bookmark_value>single-line spacing in text</bookmark_value> <bookmark_value>one and a half line spacing in text</bookmark_value> <bookmark_value>double-line spacing in paragraphs</bookmark_value> <bookmark_value>leading between paragraphs</bookmark_value> <bookmark_value>paragraphs;spacing</bookmark_value>"
+#. !W8}
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"hd_id3153351\n"
+"20\n"
+"help.text"
+msgid "Optimal"
msgstr ""
-#: 05030100.xhp#hd_id3154689.1.help.text
+#. oWUm
+#: 03010000.xhp
#, fuzzy
-msgctxt "05030100.xhp#hd_id3154689.1.help.text"
-msgid "<link href=\"text/shared/01/05030100.xhp\" name=\"Indents and Spacing\">Indents and Spacing</link>"
-msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
+msgctxt ""
+"03010000.xhp\n"
+"par_id3144760\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MNU_ZOOM_OPTIMAL\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Resizes the display to fit the width of the selected cell area at the moment the command is started.</caseinline><defaultinline>Resizes the display to fit the width of the text in the document at .</defaultinline></switchinline></ahelp>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>რეგულარული გამოსახულებები</defaultinline></switchinline>"
-#: 05030100.xhp#par_id3155069.2.help.text
-msgid "<ahelp hid=\"HID_FORMAT_PARAGRAPH_STD\">Sets the indenting and the spacing options for the paragraph.</ahelp>"
+#. cXfF
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"hd_id3151210\n"
+"22\n"
+"help.text"
+msgid "Fit width and height"
msgstr ""
-#: 05030100.xhp#par_id3153910.64.help.text
-msgid "To change the measurement units used in this dialog, choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - General, and then select a new measurement unit in the Settings area. "
-msgstr ""
+#. l2-=
+#: 03010000.xhp
+#, fuzzy
+msgctxt ""
+"03010000.xhp\n"
+"par_id3150543\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MNU_ZOOM_WHOLE_PAGE\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Resizes the display to fit the width and height of the selected cell area at the moment the command is started.</caseinline><defaultinline>Displays the entire page on your screen.</defaultinline></switchinline></ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSNOTES\"><switchinline select=\"appl\"><caseinline select=\"CALC\">უჯრედების დანართი შენიშვნების ჩასმა. არსებულ უჯრედთა შიგთავსში შენიშვნების დასამატებლად მონიშნეთ \"Add\" operation. </caseinline></switchinline></ahelp>"
-#: 05030100.xhp#par_id3154823.11.help.text
-msgid "You can also <link href=\"text/swriter/guide/ruler.xhp\" name=\"ruler\">set indents using the ruler</link>. To display the ruler, choose <emph>View - Ruler</emph>."
+#. Y_7r
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"hd_id3152771\n"
+"24\n"
+"help.text"
+msgid "Fit width"
msgstr ""
-#: 05030100.xhp#hd_id3158430.3.help.text
-msgctxt "05030100.xhp#hd_id3158430.3.help.text"
-msgid "Indent"
+#. pH:4
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id3143231\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MNU_ZOOM_PAGE_WIDTH\">Displays the complete width of the document page. The top and bottom edges of the page may not be visible.</ahelp>"
msgstr ""
-#: 05030100.xhp#par_id3155419.4.help.text
-msgid "Specify the amount of space to leave between the left and the right page margins and the paragraph."
+#. 0[r0
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"hd_id3153106\n"
+"9\n"
+"help.text"
+msgid "100 %"
msgstr ""
-#: 05030100.xhp#hd_id3153698.5.help.text
-msgid "Before text"
+#. HhOU
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id3147353\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/zoomdialog/100pc\">Displays the document at its actual size.</ahelp>"
msgstr ""
-#: 05030100.xhp#par_id3148990.6.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_LEFTINDENT\">Enter the amount of space that you want to indent the paragraph from the page margin. If you want the paragraph to extend into the page margin, enter a negative number. In Left-to-Right languages, the left edge of the paragraph is indented with respect to the left page margin. In Right-to-Left languages, the right edge of the paragraph is indented with respect to the right page margin.</ahelp>"
-msgstr ""
+#. D\$V
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"hd_id3153191\n"
+"15\n"
+"help.text"
+msgid "Variable"
+msgstr "ცვლადი"
-#: 05030100.xhp#hd_id3152361.9.help.text
-msgid "After text"
+#. S/1V
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id3159125\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/zoomdialog/zoomsb\">Enter the zoom factor at which you want to display the document. Enter a percentage in the box.</ahelp>"
+msgstr ""
+
+#. W7-)
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"hd_id7319864\n"
+"help.text"
+msgid "View layout"
msgstr ""
-#: 05030100.xhp#par_id3154390.10.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_RIGHTINDENT\">Enter the amount of space that you want to indent the paragraph from the page margin. If you want the paragraph to extend into the page margin, enter a negative number. In Left-to-Right languages, the right edge of the paragraph is indented with respect to the right page margin. In Right-to-Left languages, the left edge of the paragraph is indented with respect to the left page margin.</ahelp>"
+#. U4(/
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id3423871\n"
+"help.text"
+msgid "For text documents, you can set the view layout. Reduce the zoom factor to see the effects of different view layout settings."
msgstr ""
-#: 05030100.xhp#hd_id3149169.7.help.text
-msgid "First line"
+#. 1U5Z
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"hd_id3818475\n"
+"help.text"
+msgid "Automatic"
msgstr ""
-#: 05030100.xhp#par_id3150651.8.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_FLINEINDENT\">Indents the first line of a paragraph by the amount that you enter. To create a hanging indent enter a positive value for \"Before text\" and a negative value for \"First line\". To indent the first line of a paragraph that uses numbering or bullets, choose \"<link href=\"text/shared/01/06050600.xhp\">Format - Bullets and Numbering - Position</link>\".</ahelp>"
+#. ~^$A
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id3187353\n"
+"help.text"
+msgid "<ahelp hid=\".\">The automatic view layout displays pages side by side, as many as the zoom factor allows.</ahelp>"
msgstr ""
-#: 05030100.xhp#hd_id3150288.52.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Automatic </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
+#. \Ton
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"hd_id8455153\n"
+"help.text"
+msgid "Single page"
+msgstr "ერთეული იარლიყი"
-#: 05030100.xhp#par_id3151041.53.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_STD_PARAGRAPH:CB_AUTO\">Automatically indents a paragraph according to the font size and the line spacing. The setting in the <emph>First Line </emph>box is ignored.</ahelp></caseinline></switchinline>"
+#. `.zu
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id9912411\n"
+"help.text"
+msgid "<ahelp hid=\".\">The single page view layout displays pages beneath each other, but never side by side.</ahelp>"
msgstr ""
-#: 05030100.xhp#hd_id3157894.22.help.text
-msgctxt "05030100.xhp#hd_id3157894.22.help.text"
-msgid "Spacing"
+#. C!J6
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"hd_id9204992\n"
+"help.text"
+msgid "Columns"
msgstr ""
-#: 05030100.xhp#par_id3152462.23.help.text
-msgid "Specify the amount of space to leave between selected paragraphs."
+#. A5]u
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id1993774\n"
+"help.text"
+msgid "<ahelp hid=\".\">In columns view layout you see pages in a given number of columns side by side. Enter the number of columns.</ahelp>"
msgstr ""
-#: 05030100.xhp#hd_id3147216.24.help.text
-msgid "Above paragraph"
+#. E!L[
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"hd_id2949919\n"
+"help.text"
+msgid "Book mode"
msgstr ""
-#: 05030100.xhp#par_id3146148.25.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_TOPDIST\">Enter the amount of space that you want to leave above the selected paragraph(s).</ahelp>"
+#. d:bf
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id2355113\n"
+"help.text"
+msgid "<ahelp hid=\".\">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.</ahelp>"
msgstr ""
-#: 05030100.xhp#hd_id3145590.26.help.text
-msgid "Below paragraph"
+#. K4l|
+#: formatting_mark.xhp
+msgctxt ""
+"formatting_mark.xhp\n"
+"tit\n"
+"help.text"
+msgid "Formatting Mark"
msgstr ""
-#: 05030100.xhp#par_id3163822.27.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_BOTTOMDIST\">Enter the amount of space that you want to leave below the selected paragraph(s).</ahelp>"
+#. ~JRz
+#: formatting_mark.xhp
+msgctxt ""
+"formatting_mark.xhp\n"
+"bm_id9930722\n"
+"help.text"
+msgid "<bookmark_value>CTL;(not) wrapping words</bookmark_value> <bookmark_value>words;wrapping in CTL</bookmark_value>"
msgstr ""
-#: 05030100.xhp#hd_id3145591.26.help.text
-msgid "Don't add space between paragraphs of the same style"
+#. P3Ce
+#: formatting_mark.xhp
+msgctxt ""
+"formatting_mark.xhp\n"
+"hd_id030220091035120\n"
+"help.text"
+msgid "<variable id=\"formattingmark\"><link href=\"text/shared/01/formatting_mark.xhp\">Formatting Mark</link></variable>"
msgstr ""
-#: 05030100.xhp#par_id3163823.27.help.text
-msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_STD_PARAGRAPH:CB_CONTEXTUALSPACING\">Makes any space specified before or after this paragraph not be applied when the preceding and following paragraphs are of the same paragraph style.</ahelp>"
+#. YV`z
+#: formatting_mark.xhp
+msgctxt ""
+"formatting_mark.xhp\n"
+"par_id0302200910351248\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a submenu to insert special formatting marks. Enable CTL for more commands.</ahelp>"
msgstr ""
-#: 05030100.xhp#hd_id3156441.28.help.text
-msgid "Line spacing"
+#. W+cX
+#: formatting_mark.xhp
+msgctxt ""
+"formatting_mark.xhp\n"
+"hd_id9996948\n"
+"help.text"
+msgid "Non-breaking space"
msgstr ""
-#: 05030100.xhp#par_id3146985.29.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_STD_PARAGRAPH:LB_LINEDIST\">Specify the amount of space to leave between lines of text in a paragraph.</ahelp>"
+#. 2Ndd
+#: formatting_mark.xhp
+msgctxt ""
+"formatting_mark.xhp\n"
+"par_id8326975\n"
+"help.text"
+msgid "<ahelp hid=\".\">Inserts a space that will keep bordering characters together on line breaks.</ahelp>"
msgstr ""
-#: 05030100.xhp#hd_id3146923.30.help.text
-msgid "Single"
+#. M-nc
+#: formatting_mark.xhp
+msgctxt ""
+"formatting_mark.xhp\n"
+"hd_id6383556\n"
+"help.text"
+msgid "Non-breaking hyphen"
msgstr ""
-#: 05030100.xhp#par_id3150011.31.help.text
-msgid "<variable id=\"einzeiligtext\">Applies single line spacing to the current paragraph. This is the default setting. </variable>"
+#. pOgL
+#: formatting_mark.xhp
+msgctxt ""
+"formatting_mark.xhp\n"
+"par_id8469191\n"
+"help.text"
+msgid "<ahelp hid=\".\">Inserts a hyphen that will keep bordering characters together on line breaks.</ahelp>"
msgstr ""
-#: 05030100.xhp#hd_id3148500.33.help.text
-msgid "1.5 lines"
+#. {xLd
+#: formatting_mark.xhp
+msgctxt ""
+"formatting_mark.xhp\n"
+"hd_id3306680\n"
+"help.text"
+msgid "Optional hyphen"
msgstr ""
-#: 05030100.xhp#par_id3150094.34.help.text
-msgid "<variable id=\"eineinhalbzeiligtext\">Sets the line spacing to 1.5 lines. </variable>"
+#. =%Mp
+#: formatting_mark.xhp
+msgctxt ""
+"formatting_mark.xhp\n"
+"par_id9407330\n"
+"help.text"
+msgid "<ahelp hid=\".\">Inserts an invisible hyphen within a word that will appear and create a line break once it becomes the last character in a line.</ahelp>"
msgstr ""
-#: 05030100.xhp#hd_id3149378.36.help.text
-msgid "Double"
+#. ?+Tj
+#: formatting_mark.xhp
+msgctxt ""
+"formatting_mark.xhp\n"
+"hd_id2295907\n"
+"help.text"
+msgid "No-width optional break"
msgstr ""
-#: 05030100.xhp#par_id3154512.37.help.text
-msgid "<variable id=\"zweizeiligtext\">Sets the line spacing to two lines. </variable>"
+#. 7z23
+#: formatting_mark.xhp
+msgctxt ""
+"formatting_mark.xhp\n"
+"par_id1536301\n"
+"help.text"
+msgid "<ahelp hid=\".\">Inserts an invisible space within a word that will insert a line break once it becomes the last character in a line. Available when complex text layout (CTL) is enabled.</ahelp>"
msgstr ""
-#: 05030100.xhp#hd_id3151206.39.help.text
-msgid "Proportional"
+#. {6Dk
+#: formatting_mark.xhp
+msgctxt ""
+"formatting_mark.xhp\n"
+"hd_id3245643\n"
+"help.text"
+msgid "No-width no break"
msgstr ""
-#: 05030100.xhp#par_id3147494.40.help.text
-msgid "Select this option and then enter a percentage value in the box, where 100% corresponds to single line spacing."
+#. ~5rJ
+#: formatting_mark.xhp
+msgctxt ""
+"formatting_mark.xhp\n"
+"par_id1085238\n"
+"help.text"
+msgid "<ahelp hid=\".\">Inserts an invisible space within a word that will keep the word together at the end of a line. Available when complex text layout (CTL) is enabled.</ahelp>"
msgstr ""
-#: 05030100.xhp#hd_id3156332.41.help.text
-msgid "At Least"
+#. JCzb
+#: formatting_mark.xhp
+msgctxt ""
+"formatting_mark.xhp\n"
+"hd_id4634540\n"
+"help.text"
+msgid "Left-to-right mark"
msgstr ""
-#: 05030100.xhp#par_id3157965.42.help.text
-msgid "Sets the minimum line spacing to the value that you enter in the box."
+#. 7r2R
+#: formatting_mark.xhp
+msgctxt ""
+"formatting_mark.xhp\n"
+"par_id6690878\n"
+"help.text"
+msgid "<ahelp hid=\".\">Inserts a text direction mark that affects the text direction of any text following the mark. Available when complex text layout (CTL) is enabled.</ahelp>"
msgstr ""
-#: 05030100.xhp#par_id3150744.47.help.text
-msgid "If you use different font sizes within a paragraph, the line spacing is automatically adjusted to the largest font size. If you prefer to have identical spacing for all lines, specify a value in <emph>At least</emph> that corresponds to the largest font size."
+#. VUc5
+#: formatting_mark.xhp
+msgctxt ""
+"formatting_mark.xhp\n"
+"hd_id9420148\n"
+"help.text"
+msgid "Right-to-left mark"
msgstr ""
-#: 05030100.xhp#hd_id3153927.43.help.text
-msgid "Leading"
+#. gDsB
+#: formatting_mark.xhp
+msgctxt ""
+"formatting_mark.xhp\n"
+"par_id923184\n"
+"help.text"
+msgid "<ahelp hid=\".\">Inserts a text direction mark that affects the text direction of any text following the mark. Available when complex text layout (CTL) is enabled.</ahelp>"
msgstr ""
-#: 05030100.xhp#par_id3153354.44.help.text
-msgid "Sets the height of the vertical space that is inserted between two lines."
+#. %WCU
+#: 05080100.xhp
+msgctxt ""
+"05080100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Left"
msgstr ""
-#: 05030100.xhp#hd_id3155443.54.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Fixed </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
+#. rXI^
+#: 05080100.xhp
+#, fuzzy
+msgctxt ""
+"05080100.xhp\n"
+"hd_id3154349\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05080100.xhp\" name=\"Left\">Left</link>"
+msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
-#: 05030100.xhp#par_id3153711.55.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Sets the line spacing to exactly match the value that you enter in the box. This can result in cropped characters. </caseinline></switchinline>"
+#. GGjJ
+#: 05080100.xhp
+msgctxt ""
+"05080100.xhp\n"
+"par_id3150756\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"linkstext\"><ahelp hid=\".uno:LeftPara\" visibility=\"visible\">Aligns the selected paragraph(s) to the left page margin.</ahelp></variable>"
msgstr ""
-#: 05030100.xhp#hd_id3156383.45.help.text
-msgid "of"
+#. #bL3
+#: 05030000.xhp
+msgctxt ""
+"05030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Paragraph"
msgstr ""
-#: 05030100.xhp#par_id3154304.46.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_LINEDISTMETRIC\">Enter the value to use for the line spacing.</ahelp>"
+#. KL(.
+#: 05030000.xhp
+msgctxt ""
+"05030000.xhp\n"
+"hd_id3150467\n"
+"1\n"
+"help.text"
+msgid "Paragraph"
msgstr ""
-#: 05030100.xhp#hd_id3154965.48.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Register-true </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-
-#: 05030100.xhp#hd_id3146316.50.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Activate </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-
-#: 05030100.xhp#par_id3156315.51.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_STD_PARAGRAPH:CB_REGISTER\">Aligns the baseline of each line of text to a vertical document grid, so that each line is the same height. To use this feature, you must first activate the <emph>Register-true </emph>option for the current page style. To do this, choose <emph>Format - Page</emph>, click on the <emph>Page </emph>tab, and then select the<emph> Register-true</emph> box in the<emph> Layout settings</emph> area.</ahelp></caseinline></switchinline>"
+#. R{uP
+#: 05030000.xhp
+msgctxt ""
+"05030000.xhp\n"
+"par_id3148668\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"absatztext\"><ahelp hid=\".uno:EditStyle\">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 ""
-#: 05030100.xhp#par_id9267250.help.text
-msgctxt "05030100.xhp#par_id9267250.help.text"
-msgid "<link href=\"text/swriter/guide/registertrue.xhp\" name=\"Writing Register-true\">Writing Register-true</link>"
+#. A]T3
+#: 05030000.xhp
+msgctxt ""
+"05030000.xhp\n"
+"par_id3156042\n"
+"3\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 and Formatting window</link>. </caseinline></switchinline>"
msgstr ""
-#: 05100200.xhp#tit.help.text
-msgctxt "05100200.xhp#tit.help.text"
-msgid "Split Cells"
+#. !YZn
+#: 05250400.xhp
+msgctxt ""
+"05250400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Send to Back"
msgstr ""
-#: 05100200.xhp#hd_id3154654.1.help.text
+#. ADkL
+#: 05250400.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05100200.xhp\" name=\"Split Cells\">Split Cells</link>"
-msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
+msgctxt ""
+"05250400.xhp\n"
+"hd_id3155620\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05250400.xhp\" name=\"Send to Back\">Send to Back</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-#: 05100200.xhp#par_id3083451.2.help.text
-msgid "<variable id=\"teilentext\"><ahelp hid=\".uno:SplitCell\">Splits the cell or group of cells horizontally or vertically into the number of cells that you enter.</ahelp></variable>"
+#. *5]X
+#: 05250400.xhp
+msgctxt ""
+"05250400.xhp\n"
+"par_id3156116\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SendToBack\" visibility=\"visible\">Moves the selected object to the bottom of the stacking order, so that it is behind the other objects.</ahelp>"
msgstr ""
-#: 05100200.xhp#par_id3154024.82.help.text
-msgid "Choose <emph>Table - Split Cells</emph>"
-msgstr ""
+#. db!*
+#: 05250400.xhp
+#, fuzzy
+msgctxt ""
+"05250400.xhp\n"
+"par_id3152895\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05250000.xhp\" name=\"Layer\">Layer</link>"
+msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-#: 05100200.xhp#par_id3154042.83.help.text
-msgctxt "05100200.xhp#par_id3154042.83.help.text"
-msgid "On the <emph>Table</emph> Bar, click"
-msgstr ""
+#. +NX+
+#: 05070400.xhp
+msgctxt ""
+"05070400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Align Top"
+msgstr "სწორება ზევით"
-#: 05100200.xhp#par_id3147270.help.text
+#. H(m^
+#: 05070400.xhp
#, fuzzy
-msgid "<image id=\"img_id3147275\" src=\"cmd/sc_splitcell.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3147275\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
+msgctxt ""
+"05070400.xhp\n"
+"hd_id3160463\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05070400.xhp\" name=\"Align Top\">Align Top</link>"
+msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
-#: 05100200.xhp#par_id3150616.84.help.text
-msgctxt "05100200.xhp#par_id3150616.84.help.text"
-msgid "Split Cells"
+#. D\!f
+#: 05070400.xhp
+msgctxt ""
+"05070400.xhp\n"
+"par_id3154613\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AlignTop\">Vertically aligns the top edges of the selected objects. If only one object is selected in Draw or Impress, the top edge of the object is aligned to the upper page margin.</ahelp>"
msgstr ""
-#: 05100200.xhp#hd_id3154558.3.help.text
-msgid "Split cell into"
+#. WBez
+#: 05070400.xhp
+msgctxt ""
+"05070400.xhp\n"
+"par_id3154230\n"
+"3\n"
+"help.text"
+msgid "Objects are aligned to the top edge of the topmost object in the selection. <embedvar href=\"text/shared/01/05070100.xhp#mehrfachselektion\"/>"
msgstr ""
-#: 05100200.xhp#par_id3150021.4.help.text
-msgid "<ahelp hid=\"SW:NUMERICFIELD:DLG_SPLIT:ED_COUNT\">Enter the number of rows or columns that you want to split the selected cell(s) into.</ahelp>"
-msgstr ""
+#. 0fLv
+#: 01190000.xhp
+msgctxt ""
+"01190000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Versions"
+msgstr "ვერსიები"
-#: 05100200.xhp#hd_id3145249.5.help.text
-#, fuzzy
-msgid "Direction"
-msgstr ""
-"#-#-#-#-# shared.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მიმართულება\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მიმარულება\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მიმართულება"
+#. [SMj
+#: 01190000.xhp
+msgctxt ""
+"01190000.xhp\n"
+"bm_id1759697\n"
+"help.text"
+msgid "<bookmark_value>versions;file saving as, restriction</bookmark_value>"
+msgstr "<bookmark_value>ვერსიები, ფაილის შენახვა როგორც, შეზღუდვა</bookmark_value>"
-#: 05100200.xhp#hd_id3150568.7.help.text
-msgctxt "05100200.xhp#hd_id3150568.7.help.text"
-msgid "Horizontally"
-msgstr ""
+#. E:-V
+#: 01190000.xhp
+msgctxt ""
+"01190000.xhp\n"
+"hd_id3143272\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01190000.xhp\" name=\"Versions\">Versions</link>"
+msgstr "<link href=\"text/shared/01/01190000.xhp\" name=\"Versions\">ვერსიები</link>"
-#: 05100200.xhp#par_id3153927.8.help.text
-msgid "<ahelp hid=\"SW:IMAGERADIOBUTTON:DLG_SPLIT:RB_HORZ\">Splits the selected cell(s) into the number of rows that you specify in the <emph>Split cell into </emph>box.</ahelp>"
-msgstr ""
+#. D3oS
+#: 01190000.xhp
+msgctxt ""
+"01190000.xhp\n"
+"par_id3157898\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"versionentext\"><ahelp hid=\".uno:VersionDialog\">Saves and organizes multiple versions of the current document in the same file. You can also open, delete, and compare previous versions.</ahelp></variable>"
+msgstr "<variable id=\"versionentext\"><ahelp hid=\".uno:VersionDialog\">ერთი და იმავე ფაილში მიმდინარე დოკუმენტის რამოდენიმე ვერსიის დამახსოვრება და ორგანიზება. შესაძლებელია წინა ვერსიები გახსნა, წაშლა და შედარება .</ahelp></variable>"
-#: 05100200.xhp#hd_id3147566.11.help.text
-msgid "Into equal proportions"
-msgstr ""
+#. ?`C,
+#: 01190000.xhp
+msgctxt ""
+"01190000.xhp\n"
+"par_id3153527\n"
+"22\n"
+"help.text"
+msgid "If you save a copy of a file that contains version information (by choosing <emph>File - Save As)</emph>, the version information is not saved with the file."
+msgstr "ვერსიის ინფორმაციის შემცველი ფაილის დამახსოვრებისას ან ასლის გადაღებისას I (აირჩიეთ <emph>ფაილი -დაიმახსოვრე როგორც)</emph>,ვერსიის ინფორმაცია არ დამახსოვრდება ფაილთან ერთად."
-#: 05100200.xhp#par_id3154638.12.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_DLG_SPLIT_CB_PROP\">Splits cells into rows of equal height.</ahelp>"
+#. gMqM
+#: 01190000.xhp
+msgctxt ""
+"01190000.xhp\n"
+"hd_id3149750\n"
+"4\n"
+"help.text"
+msgid "New versions"
+msgstr "ახალი ვერსიები"
+
+#. R|Qg
+#: 01190000.xhp
+msgctxt ""
+"01190000.xhp\n"
+"par_id3163802\n"
+"5\n"
+"help.text"
+msgid "Set the options for saving a new version of the document."
+msgstr "დოკუმენტის ახალი ვერსიის დასამახსოვრებელი პარამეტრების დაყენება"
+
+#. Kb9s
+#: 01190000.xhp
+msgctxt ""
+"01190000.xhp\n"
+"hd_id3147243\n"
+"6\n"
+"help.text"
+msgid "Save New Version"
+msgstr "ახალი ვერსიის დამახსოვრება"
+
+#. bK8i
+#: 01190000.xhp
+msgctxt ""
+"01190000.xhp\n"
+"par_id3149149\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_VERSIONS:PB_SAVE\">Saves the current state of the document as a new version. If you want, you can also enter comments in the <emph>Insert Version Comment </emph>dialog before you save the new version.</ahelp>"
+msgstr "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_VERSIONS:PB_SAVE\">მიმდინარე დოკუმენტის ახალი ვერსიის სახით დამახსოვრება.ახალი ვერსიის დამახსოვრებამდე შეგიძლიათ შეიტანოთ კომენტარები დიალოგშიI <emph>ვერსიის კომენტარის ჩასმა </emph></ahelp>"
+
+#. q-M9
+#: 01190000.xhp
+msgctxt ""
+"01190000.xhp\n"
+"hd_id3153348\n"
+"8\n"
+"help.text"
+msgid "Insert Version Comment"
+msgstr "ვერიის კომენტარის ჩასმა"
+
+#. ]l[7
+#: 01190000.xhp
+msgctxt ""
+"01190000.xhp\n"
+"par_id3150466\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:MULTILINEEDIT:DLG_COMMENTS:ME_VERSIONS\">Enter a comment here when you are saving a new version. If you clicked <emph>Show </emph>to open this dialog, you cannot edit the comment.</ahelp>"
+msgstr "<ahelp hid=\"SFX2:MULTILINEEDIT:DLG_COMMENTS:ME_VERSIONS\">ახალი ვერსიის შენახვისას აქ შეიყვანეთ კომენტარი. თუ დააწკაპუნეთ <emph>ჩვენებას </emph>ამ დიალოგის გასახსნელად, კომენტარი არ დარედაქტირდება.</ahelp>"
+
+#. F4om
+#: 01190000.xhp
+msgctxt ""
+"01190000.xhp\n"
+"hd_id3149514\n"
+"10\n"
+"help.text"
+msgid "Always save version when closing"
+msgstr "ვერსია დახურვისას ყოველთვის დაიმახსოვრეთ"
+
+#. 7!M?
+#: 01190000.xhp
+msgctxt ""
+"01190000.xhp\n"
+"par_id3153823\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:CHECKBOX:DLG_VERSIONS:CB_SAVEONCLOSE\">If you have made changes to your document, $[officename] automatically saves a new version when you close the document.</ahelp>"
+msgstr "<ahelp hid=\"SFX2:CHECKBOX:DLG_VERSIONS:CB_SAVEONCLOSE\">დოკუმენტში ცვლილებების შეტანისას, $[officename] ავტომატურად იმახსოვრებს ახალ ვერსიას დოკუმენტის დახურვისას</ahelp>."
+
+#. 5;=E
+#: 01190000.xhp
+msgctxt ""
+"01190000.xhp\n"
+"par_id6663823\n"
+"help.text"
+msgid "If you save the document manually, do not change the document after saving, and then close, no new version will be created."
msgstr ""
-#: 05100200.xhp#hd_id3150765.9.help.text
-msgctxt "05100200.xhp#hd_id3150765.9.help.text"
-msgid "Vertically"
+#. Y#6q
+#: 01190000.xhp
+msgctxt ""
+"01190000.xhp\n"
+"hd_id3159167\n"
+"12\n"
+"help.text"
+msgid "Existing versions"
+msgstr "არსებული ვერსიები"
+
+#. l=RE
+#: 01190000.xhp
+msgctxt ""
+"01190000.xhp\n"
+"par_id3156327\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:MODALDIALOG:DLG_VERSIONS\">Lists the existing versions of the current document, the date and the time they were created, the author and the associated comments.</ahelp>"
+msgstr "<ahelp hid=\"SFX2:MODALDIALOG:DLG_VERSIONS\">მიმდინარე დოკუმენტის არსებული ვერსიების, მათი შექმნის თარიღის და დროის, ავტორისა და თანდართული კომენტარების ჩამონათვალი.</ahelp>"
+
+#. eg/C
+#: 01190000.xhp
+msgctxt ""
+"01190000.xhp\n"
+"hd_id3149578\n"
+"14\n"
+"help.text"
+msgid "Open"
msgstr ""
-#: 05100200.xhp#par_id3145410.10.help.text
-msgid "<ahelp hid=\"SW:IMAGERADIOBUTTON:DLG_SPLIT:RB_VERT\">Splits the selected cell(s) into the number of columns that you specify in the <emph>Split cell into </emph>box.</ahelp>"
+#. g+P1
+#: 01190000.xhp
+msgctxt ""
+"01190000.xhp\n"
+"par_id3153827\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_VERSIONS:PB_OPEN\">Opens the selected version in a read-only window.</ahelp>"
+msgstr "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_VERSIONS:PB_OPEN\">მონიშნული ვერსიის მხოლოდ წასაკითხ ფანჯარაში გახსნა .</ahelp>"
+
+#. hR#0
+#: 01190000.xhp
+msgctxt ""
+"01190000.xhp\n"
+"hd_id3147530\n"
+"16\n"
+"help.text"
+msgid "Show"
+msgstr "ჩვენება"
+
+#. }kbs
+#: 01190000.xhp
+msgctxt ""
+"01190000.xhp\n"
+"par_id3153061\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_VERSIONS:PB_VIEW\">Displays the entire comment for the selected version.</ahelp>"
+msgstr "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_VERSIONS:PB_VIEW\">მონიშნული ვერსიის სრული კომენტარის ჩვენება.</ahelp>"
+
+#. E%zr
+#: 01190000.xhp
+msgctxt ""
+"01190000.xhp\n"
+"hd_id3154923\n"
+"18\n"
+"help.text"
+msgid "Delete"
msgstr ""
-#: 01010200.xhp#tit.help.text
-msgctxt "01010200.xhp#tit.help.text"
-msgid "Labels"
+#. .?7N
+#: 01190000.xhp
+msgctxt ""
+"01190000.xhp\n"
+"par_id3149669\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_VERSIONS:PB_DELETE\">Deletes the selected version.</ahelp>"
+msgstr "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_VERSIONS:PB_DELETE\">მონიშნული ფაილის წაშლა</ahelp>"
+
+#. S!3g
+#: 01190000.xhp
+msgctxt ""
+"01190000.xhp\n"
+"hd_id3148739\n"
+"21\n"
+"help.text"
+msgid "Compare"
+msgstr "შედარება"
+
+#. ^_*c
+#: 01190000.xhp
+msgctxt ""
+"01190000.xhp\n"
+"par_id3152811\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_VERSIONS:PB_COMPARE\">Compare the changes that were made in each version.</ahelp> If you want, you can <link href=\"text/shared/01/02230400.xhp\" name=\"Accept or Reject Changes\"><emph>Accept or Reject Changes</emph></link>."
+msgstr "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_VERSIONS:PB_COMPARE\">თითოეულ ვერსიაში მოცემული ცვლილებების შედარება.</ahelp>შეგიძლიათ <link href=\"text/shared/01/02230400.xhp\" name=\"Accept or Reject Changes\"><emph> ცვლილებების მიღება ან უკუგდება</emph></link>"
+
+#. |Ge(
+#: 05250100.xhp
+msgctxt ""
+"05250100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Bring to Front"
msgstr ""
-#: 01010200.xhp#hd_id3154788.1.help.text
-msgid "<link href=\"text/shared/01/01010200.xhp\" name=\"Labels\">Labels</link>"
-msgstr "<link href=\"text/shared/01/01010200.xhp\" name=\"Labels\">იარლიყები</link>"
+#. (-R6
+#: 05250100.xhp
+#, fuzzy
+msgctxt ""
+"05250100.xhp\n"
+"hd_id3154044\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05250100.xhp\" name=\"Bring to Front\">Bring to Front</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-#: 01010200.xhp#par_id3145071.2.help.text
-msgid "<variable id=\"etikett\"><ahelp hid=\".uno:InsertLabels\">Allows you to create labels. Labels are created in a text document.</ahelp> You can print labels using a pre-defined or a custom paper format. </variable>"
+#. )!8O
+#: 05250100.xhp
+msgctxt ""
+"05250100.xhp\n"
+"par_id3149991\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:BringToFront\" visibility=\"visible\">Moves the selected object to the top of the stacking order, so that it is in front of other objects.</ahelp>"
msgstr ""
-#: 01010200.xhp#par_id3145314.3.help.text
-msgid "You can also print a single label or an entire sheet of labels."
-msgstr "თქვენ ასევე შეგიძლიათ დაბეჭდოთ ერთმაგი იარლიყი ან იარლიყთა მთელი ფურცელი."
+#. 7^#L
+#: 05250100.xhp
+#, fuzzy
+msgctxt ""
+"05250100.xhp\n"
+"par_id3147588\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05250000.xhp\" name=\"Layer\">Layer</link>"
+msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-#: 01010200.xhp#hd_id3145383.7.help.text
-msgctxt "01010200.xhp#hd_id3145383.7.help.text"
-msgid "New Document"
-msgstr "ტექსტური დოკუმენტი"
+#. ZS_1
+#: 01160000.xhp
+msgctxt ""
+"01160000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Send"
+msgstr "გაგზავნა"
-#: 01010200.xhp#par_id3154810.8.help.text
-msgid "<ahelp hid=\"HID_LABEL_INSERT\">Creates a new document for editing.</ahelp>"
-msgstr "<ahelp hid=\"HID_LABEL_INSERT\">ქმნის ახალ დოკუმენტს, რომელიც ექვემდებარება \"Label1\" რედაქტირებას.</ahelp>"
+#. e~H:
+#: 01160000.xhp
+msgctxt ""
+"01160000.xhp\n"
+"hd_id3152895\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01160000.xhp\" name=\"Send\">Send</link>"
+msgstr "<link href=\"text/shared/01/01160000.xhp\" name=\"Send\">გაგზავნა</link>"
-#: 01010200.xhp#par_id3144438.help.text
-msgid "<link href=\"text/shared/guide/labels.xhp\" name=\"Creating labels\">Creating labels</link>"
-msgstr "<link href=\"text/shared/guide/labels.xhp\" name=\"Creating labels\">იარლიყების შექმნა</link>"
+#. =74W
+#: 01160000.xhp
+msgctxt ""
+"01160000.xhp\n"
+"par_id3151262\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Sends a copy of the current document to different applications.</ahelp>"
+msgstr "<ahelp hid=\".\">მიმდინარე დოკუმენტის ასლის სხვადასხვა პროგრამებში გაგზავნა.</ahelp>"
-#: 02180000.xhp#tit.help.text
-msgctxt "02180000.xhp#tit.help.text"
-msgid "Edit Links"
-msgstr ""
+#. UdQ1
+#: 01160000.xhp
+msgctxt ""
+"01160000.xhp\n"
+"hd_id3154398\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01160200.xhp\" name=\"Document as E-mail\">Document as E-mail</link>"
+msgstr "<link href=\"text/shared/01/01160200.xhp\" name=\"Document as E-mail\">დოკუმენტი როგორც ელფოსტა</link>"
-#: 02180000.xhp#bm_id3156156.help.text
-msgid "<bookmark_value>opening;documents with links</bookmark_value> <bookmark_value>links; updating specific links</bookmark_value> <bookmark_value>updating; links, on opening</bookmark_value> <bookmark_value>links; opening files with</bookmark_value>"
+#. icpv
+#: 01160000.xhp
+msgctxt ""
+"01160000.xhp\n"
+"par_id4546342\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a new window in your default e-mail program with the current document as an attachment. The OpenDocument file format is used.</ahelp>"
msgstr ""
-#: 02180000.xhp#hd_id3150279.1.help.text
-msgctxt "02180000.xhp#hd_id3150279.1.help.text"
-msgid "Edit Links"
+#. 5*7%
+#: 01160000.xhp
+msgctxt ""
+"01160000.xhp\n"
+"par_id6845301\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a new window in your default e-mail program with the current document as an attachment. The Microsoft file format is used.</ahelp>"
msgstr ""
-#: 02180000.xhp#par_id3150774.2.help.text
-msgid "<variable id=\"verknuepfungentext\"><ahelp hid=\".uno:ManageLinks\">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.</ahelp></variable>"
+#. ruWD
+#: 01160000.xhp
+msgctxt ""
+"01160000.xhp\n"
+"hd_id8111514\n"
+"help.text"
+msgid "E-mail as OpenDocument Spreadsheet"
msgstr ""
-#: 02180000.xhp#par_id3156156.27.help.text
-msgid "When you open a file that contains links, you are prompted to update the links. Depending on where the linked files are stored, the update process can take several minutes to complete."
+#. m{57
+#: 01160000.xhp
+msgctxt ""
+"01160000.xhp\n"
+"par_id5917844\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a new window in your default e-mail program with the current document as an attachment. The OpenDocument file format is used.</ahelp>"
msgstr ""
-#: 02180000.xhp#par_id3143270.28.help.text
-msgid "If you are loading a file that contains DDE links, you are prompted to update the links. Decline the update if you do not want to establish a connection to the DDE server."
+#. 7\*D
+#: 01160000.xhp
+msgctxt ""
+"01160000.xhp\n"
+"hd_id5112460\n"
+"help.text"
+msgid "E-mail as Microsoft Excel"
msgstr ""
-#: 02180000.xhp#par_idN10646.help.text
-msgid "<ahelp hid=\"34869\">Double-click a link in the list to open a file dialog where you can select another object for this link.</ahelp>"
+#. l_*0
+#: 01160000.xhp
+msgctxt ""
+"01160000.xhp\n"
+"par_id5759453\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a new window in your default e-mail program with the current document as an attachment. The Microsoft Excel file format is used.</ahelp>"
msgstr ""
-#: 02180000.xhp#par_idN1099856.help.text
-msgid "When you open a file by an URL from the Windows file dialog, Windows will open a local copy of the file, located in the Internet Explorer cache. The %PRODUCTNAME file dialog opens the remote file."
+#. Z(s[
+#: 01160000.xhp
+msgctxt ""
+"01160000.xhp\n"
+"hd_id6694540\n"
+"help.text"
+msgid "E-mail as OpenDocument Presentation"
msgstr ""
-#: 02180000.xhp#hd_id3155503.3.help.text
-msgid "Source file"
+#. %P*0
+#: 01160000.xhp
+msgctxt ""
+"01160000.xhp\n"
+"par_id7829218\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a new window in your default e-mail program with the current document as an attachment. The OpenDocument file format is used.</ahelp>"
msgstr ""
-#: 02180000.xhp#par_id3156152.4.help.text
-msgid "Lists the path to the source file."
+#. 7@9:
+#: 01160000.xhp
+msgctxt ""
+"01160000.xhp\n"
+"hd_id2099063\n"
+"help.text"
+msgid "E-mail as Microsoft PowerPoint Presentation"
msgstr ""
-#: 02180000.xhp#hd_id3155449.11.help.text
-msgid "Element"
+#. m1N,
+#: 01160000.xhp
+msgctxt ""
+"01160000.xhp\n"
+"par_id8319650\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a new window in your default e-mail program with the current document as an attachment. The Microsoft PowerPoint file format is used.</ahelp>"
msgstr ""
-#: 02180000.xhp#par_id3153348.12.help.text
-msgid "Lists the application (if known) that last saved the source file."
+#. SE(M
+#: 01160000.xhp
+msgctxt ""
+"01160000.xhp\n"
+"hd_id9657277\n"
+"help.text"
+msgid "E-mail as OpenDocument Text"
msgstr ""
-#: 02180000.xhp#hd_id3153061.7.help.text
-msgctxt "02180000.xhp#hd_id3153061.7.help.text"
-msgid "Type"
-msgstr "ტიპი:"
-
-#: 02180000.xhp#par_id3151384.8.help.text
-msgid "Lists the file type, such as graphic, of the source file."
+#. jvM9
+#: 01160000.xhp
+msgctxt ""
+"01160000.xhp\n"
+"par_id9085055\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a new window in your default e-mail program with the current document as an attachment. The OpenDocument file format is used.</ahelp>"
msgstr ""
-#: 02180000.xhp#hd_id3156343.9.help.text
-msgid "Status"
+#. .#$I
+#: 01160000.xhp
+msgctxt ""
+"01160000.xhp\n"
+"hd_id7941831\n"
+"help.text"
+msgid "E-mail as Microsoft Word"
msgstr ""
-#: 02180000.xhp#par_id3149046.10.help.text
-msgid "Lists additional information about the source file."
+#. ocVI
+#: 01160000.xhp
+msgctxt ""
+"01160000.xhp\n"
+"par_id5421918\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a new window in your default e-mail program with the current document as an attachment. The Microsoft Word file format is used.</ahelp>"
msgstr ""
-#: 02180000.xhp#hd_id3147264.15.help.text
-msgctxt "02180000.xhp#hd_id3147264.15.help.text"
-msgid "Automatic"
-msgstr ""
+#. D_:/
+#: 01160000.xhp
+msgctxt ""
+"01160000.xhp\n"
+"hd_id3155391\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01160300.xhp\" name=\"Create Master Document\">Create Master Document</link>"
+msgstr "<link href=\"text/shared/01/01160300.xhp\" name=\"Create Master Document\">მთავარი დოკუმენტის შექმნა</link>"
-#: 02180000.xhp#par_id3147304.16.help.text
-msgid "<ahelp hid=\"SO3:RADIOBUTTON:MD_UPDATE_BASELINKS:RB_AUTOMATIC\">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.</ahelp> This option is not available for a linked graphic file."
-msgstr ""
+#. pP3-
+#: 01160000.xhp
+msgctxt ""
+"01160000.xhp\n"
+"hd_id3153345\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/01160500.xhp\" name=\"Create HTML Document\">Create HTML Document</link>"
+msgstr "<link href=\"text/swriter/01/01160500.xhp\" name=\"Create HTML Document\">HTML დოკუმენტის შექმნა</link>"
-#: 02180000.xhp#par_id3149456.30.help.text
-msgid "The <emph>Automatic</emph> option is only available for DDE links. You can insert a DDE link by copying the contents from one file and pasting by choosing <emph>Edit - Paste Special</emph>, and then selecting the <emph>Link</emph> box. As DDE is a text based linking system, only the displayed decimals are copied into the target sheet."
-msgstr ""
+#. c%Aj
+#: 01160000.xhp
+msgctxt ""
+"01160000.xhp\n"
+"hd_id3149811\n"
+"4\n"
+"help.text"
+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>"
-#: 02180000.xhp#hd_id3154938.17.help.text
-msgid "Manual"
-msgstr "ხელით"
+#. )3fR
+#: 03020000.xhp
+msgctxt ""
+"03020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Standard Bar"
+msgstr "სტანდარტული ზოლი"
-#: 02180000.xhp#par_id3151210.18.help.text
-msgid "<ahelp hid=\"SO3:RADIOBUTTON:MD_UPDATE_BASELINKS:RB_MANUAL\">Only updates the link when you click the <emph>Update </emph>button.</ahelp>"
+#. 1CIT
+#: 03020000.xhp
+msgctxt ""
+"03020000.xhp\n"
+"bm_id3150467\n"
+"help.text"
+msgid "<bookmark_value>standard bar on/off</bookmark_value>"
msgstr ""
-#: 02180000.xhp#hd_id3156280.19.help.text
-msgctxt "02180000.xhp#hd_id3156280.19.help.text"
-msgid "Update"
-msgstr ""
+#. *-0S
+#: 03020000.xhp
+#, fuzzy
+msgctxt ""
+"03020000.xhp\n"
+"hd_id3150467\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/03020000.xhp\" name=\"Standard Bar\">Standard Bar</link>"
+msgstr "<link href=\"text/shared/01/01050000.xhp\" name=\"Close\">დახურვა</link>"
-#: 02180000.xhp#par_id3157320.20.help.text
-msgid "<ahelp hid=\"SO3:PUSHBUTTON:MD_UPDATE_BASELINKS:PB_UPDATE_NOW\">Updates the selected link so that the most recently saved version of the linked file is displayed in the current document.</ahelp>"
+#. 1ndn
+#: 03020000.xhp
+msgctxt ""
+"03020000.xhp\n"
+"par_id3149495\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FunctionBarVisible\">Shows or hides the <emph>Standard Bar</emph>.</ahelp>"
msgstr ""
-#: 02180000.xhp#hd_id3151381.21.help.text
-msgctxt "02180000.xhp#hd_id3151381.21.help.text"
-msgid "Modify"
+#. 4ga#
+#: 07080000.xhp
+msgctxt ""
+"07080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Document List"
msgstr ""
-#: 02180000.xhp#par_id3154125.22.help.text
-msgid "<ahelp hid=\"SO3:PUSHBUTTON:MD_UPDATE_BASELINKS:PB_CHANGE_SOURCE\">Change the source file for the selected link.</ahelp>"
-msgstr ""
+#. j3L%
+#: 07080000.xhp
+#, fuzzy
+msgctxt ""
+"07080000.xhp\n"
+"hd_id3155620\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/07080000.xhp\" name=\"Document List\">Document List</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-#: 02180000.xhp#hd_id3147084.23.help.text
-msgid "Break Link"
+#. m$vR
+#: 07080000.xhp
+msgctxt ""
+"07080000.xhp\n"
+"par_id3147273\n"
+"2\n"
+"help.text"
+msgid "Lists the currently open documents. Select the name of a document in the list to switch to that document."
msgstr ""
-#: 02180000.xhp#par_id3147230.24.help.text
-msgid "<ahelp hid=\"SO3:PUSHBUTTON:MD_UPDATE_BASELINKS:PB_BREAK_LINK\">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.</ahelp>"
+#. |s/S
+#: 05090000.xhp
+msgctxt ""
+"05090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Font"
msgstr ""
-#: 05240100.xhp#tit.help.text
-msgctxt "05240100.xhp#tit.help.text"
-msgid "Vertically"
-msgstr ""
+#. ^]WA
+#: 05090000.xhp
+msgctxt ""
+"05090000.xhp\n"
+"bm_id3155271\n"
+"help.text"
+msgid "<bookmark_value>fonts; text objects</bookmark_value><bookmark_value>text objects; fonts</bookmark_value>"
+msgstr "<bookmark_value>ბრძანებათა გამეორება</bookmark_value><bookmark_value>ბრძანებათა გამეორება</bookmark_value>"
-#: 05240100.xhp#hd_id3146959.1.help.text
+#. //9_
+#: 05090000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05240100.xhp\" name=\"Vertically\">Vertically</link>"
-msgstr "<link href=\"text/shared/01/01190000.xhp\" name=\"Versions\">ვერსიები</link>"
+msgctxt ""
+"05090000.xhp\n"
+"hd_id3155271\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05090000.xhp\" name=\"Font\">Font</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-#: 05240100.xhp#par_id3149741.2.help.text
-msgid "<ahelp hid=\".uno:MirrorVert\">Flips the selected object(s) vertically from top to bottom.</ahelp>"
+#. b.c;
+#: 05090000.xhp
+msgctxt ""
+"05090000.xhp\n"
+"par_id3153383\n"
+"2\n"
+"help.text"
+msgid "Set the font options for the selected text."
msgstr ""
-#: 02090000.xhp#tit.help.text
-msgid "Select All"
-msgstr "მონიშნე ყველა"
+#. _Sk?
+#: 01100100.xhp
+msgctxt ""
+"01100100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Description"
+msgstr "წარწერა"
-#: 02090000.xhp#hd_id3145138.1.help.text
-msgid "<link href=\"text/shared/01/02090000.xhp\" name=\"Select All\">Select All</link>"
-msgstr "<link href=\"text/shared/01/02090000.xhp\" name=\"Select All\">მონიშნე ყველა</link>"
+#. ?bd;
+#: 01100100.xhp
+msgctxt ""
+"01100100.xhp\n"
+"hd_id3147588\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01100100.xhp\" name=\"Description\">Description</link>"
+msgstr "<link href=\"text/shared/01/01100100.xhp\" name=\"Description\">აღწერილობა</link>"
-#: 02090000.xhp#par_id3149999.2.help.text
-msgid "<variable id=\"allestext\"><ahelp hid=\".uno:Select\" visibility=\"visible\">Selects the entire content of the current file, frame, or text object.</ahelp></variable>"
-msgstr "<variable id=\"allestext\"><ahelp hid=\".uno:Select\" visibility=\"visible\">მიმდინარე ფაილის, ჩარჩოსა და ტექსტური ობიექტის სრული შიგთავსის მონიშვნა.</ahelp></variable>"
+#. [fY|
+#: 01100100.xhp
+msgctxt ""
+"01100100.xhp\n"
+"par_id3154682\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DOCINFODESC\">Contains descriptive information about the document.</ahelp>"
+msgstr "<ahelp hid=\"HID_DOCINFODESC\">მოიცავს დოკუმენტის აღმწერ ინფორმაციას</ahelp>"
-#: 02090000.xhp#par_id3155261.3.help.text
-msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline> <defaultinline/> </switchinline>"
-msgstr "<switchinline select=\"appl\"> <caseinline select=\"CALC\">ფურცელზე ყველა უჯრედის მოსანიშნად, დააწკაპუნეთ ღილაკზე სვეტისა და სტრიქონის ჰედერის გადაკვეთაზე ფურცელის ზედა მარცხენა კუთხეში.</caseinline> <defaultinline/> </switchinline>"
+#. dg6]
+#: 01100100.xhp
+#, fuzzy
+msgctxt ""
+"01100100.xhp\n"
+"hd_id3152372\n"
+"3\n"
+"help.text"
+msgid "Title"
+msgstr "შევსება"
-#: 02090000.xhp#par_id3154046.4.help.text
-msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.<ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline> <defaultinline/> </switchinline>"
-msgstr "<switchinline select=\"appl\"> <caseinline select=\"CALC\">ელექტრონული ცხრილის ფაილში ყველა ფურცლის მოსანიშნად, დააწკაპუნეთ მარჯვენა ღილაკი ფურცლის სახელის დანართზე, და აირჩიეთ <emph>ყველა ფურცლის მონიშვნა</emph>.<ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">მიმდინარე ელექტრონულ ცხრილში ყველა ფურცლის მონიშვნა.</ahelp></caseinline> <defaultinline/> </switchinline>"
+#. \fxH
+#: 01100100.xhp
+msgctxt ""
+"01100100.xhp\n"
+"par_id3156042\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:EDIT:TP_DOCINFODESC:ED_TITLE\">Enter a title for the document.</ahelp>"
+msgstr "<ahelp hid=\"SFX2:EDIT:TP_DOCINFODESC:ED_TITLE\">შეიტანეთ დოკუმენტის სათაური.</ahelp>"
-#: 05080200.xhp#tit.help.text
-msgctxt "05080200.xhp#tit.help.text"
-msgid "Right"
+#. Aw%%
+#: 01100100.xhp
+msgctxt ""
+"01100100.xhp\n"
+"hd_id3145669\n"
+"5\n"
+"help.text"
+msgid "Subject"
msgstr ""
-#: 05080200.xhp#hd_id3160463.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05080200.xhp\" name=\"Right\">Right</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
+#. Mo/w
+#: 01100100.xhp
+msgctxt ""
+"01100100.xhp\n"
+"par_id3147571\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:EDIT:TP_DOCINFODESC:ED_THEMA\">Enter a subject for the document. You can use a subject to group documents with similar contents.</ahelp>"
+msgstr "<ahelp hid=\"SFX2:EDIT:TP_DOCINFODESC:ED_THEMA\">შეიტანეთ დოკუმენტის თემა. შეგიძლიათ ერთი თემის გამოყენება მსგავსი შინაარსის მქონე დოკუმენტების დასაჯგუფებლად.</ahelp>"
-#: 05080200.xhp#par_id3144750.2.help.text
-msgid "<variable id=\"rechtstext\"><ahelp hid=\".uno:RightPara\" visibility=\"visible\">Aligns the selected paragraph(s) to the right page margin.</ahelp></variable>"
+#. i{nX
+#: 01100100.xhp
+msgctxt ""
+"01100100.xhp\n"
+"hd_id3156426\n"
+"7\n"
+"help.text"
+msgid "Keywords"
msgstr ""
-#: 05060000.xhp#tit.help.text
-msgid "Asian Phonetic Guide"
+#. M3?g
+#: 01100100.xhp
+msgctxt ""
+"01100100.xhp\n"
+"par_id3155338\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:EDIT:TP_DOCINFODESC:ED_KEYWORDS\">Enter the words that you want to use to index the content of your document. Keywords must be separated by commas. A keyword can contain white space characters or semicolons.</ahelp>"
msgstr ""
-#: 05060000.xhp#bm_id9598376.help.text
-msgid "<bookmark_value>Asian Phonetic Guide</bookmark_value><bookmark_value>phonetic guide</bookmark_value>"
-msgstr "<bookmark_value>ბრძანებათა გამეორება</bookmark_value><bookmark_value>ბრძანებათა გამეორება</bookmark_value>"
+#. L#1\
+#: 01100100.xhp
+msgctxt ""
+"01100100.xhp\n"
+"hd_id3148620\n"
+"9\n"
+"help.text"
+msgid "Comments"
+msgstr "შინაარსი"
-#: 05060000.xhp#hd_id3147527.1.help.text
-msgid "<link href=\"text/shared/01/05060000.xhp\" name=\"Ruby\">Asian Phonetic Guide</link>"
-msgstr ""
+#. \z.k
+#: 01100100.xhp
+msgctxt ""
+"01100100.xhp\n"
+"par_id3155391\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:MULTILINEEDIT:TP_DOCINFODESC:ED_COMMENT\">Enter comments to help identify the document.</ahelp>"
+msgstr "<ahelp hid=\"SFX2:MULTILINEEDIT:TP_DOCINFODESC:ED_COMMENT\">კომენტარების შეტანა დოკუმენტის გამოსავლენად.</ahelp>"
-#: 05060000.xhp#par_id3083278.2.help.text
-msgid "<ahelp hid=\".uno:RubyDialog\">Allows you to add comments above Asian characters to serve as a pronunciation guide.</ahelp>"
+#. 4$\_
+#: password_main.xhp
+msgctxt ""
+"password_main.xhp\n"
+"tit\n"
+"help.text"
+msgid "Enter Master Password"
msgstr ""
-#: 05060000.xhp#par_id3154044.13.help.text
-msgid "Select one or more words in the document."
+#. I:,C
+#: password_main.xhp
+msgctxt ""
+"password_main.xhp\n"
+"hd_id3154183\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"password_maintitle\"><link href=\"text/shared/01/password_main.xhp\" name=\"Enter Master Password\">Enter Master Password</link></variable>"
msgstr ""
-#: 05060000.xhp#par_id3149987.14.help.text
-msgid "Choose <emph>Format - Asian Phonetic Guide</emph>."
+#. V9_w
+#: password_main.xhp
+msgctxt ""
+"password_main.xhp\n"
+"par_id3154841\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"\">Assign a master password to protect the access to a saved password.</ahelp>"
msgstr ""
-#: 05060000.xhp#par_id3154838.15.help.text
-msgid "Enter the text that you want to use as a pronunciation guide in the <emph>Ruby text</emph> box."
+#. -O9D
+#: password_main.xhp
+msgctxt ""
+"password_main.xhp\n"
+"par_id3146857\n"
+"3\n"
+"help.text"
+msgid "You can save some passwords for the duration of a session, or permanently to a file protected by a master password."
msgstr ""
-#: 05060000.xhp#hd_id3150793.3.help.text
-msgid "Base text"
+#. YMQi
+#: password_main.xhp
+msgctxt ""
+"password_main.xhp\n"
+"par_id3147000\n"
+"6\n"
+"help.text"
+msgid "You must enter the master password to access a file or service that is protected by a saved password. You only need to enter the master password once during a session."
msgstr ""
-#: 05060000.xhp#par_id3154155.4.help.text
-msgid "<ahelp hid=\"SVX_EDIT_RID_SVXDLG_RUBY_ED_LEFT_4\">Displays the base text that you selected in the current file. If you want, you can modify the base text by entering new text here.</ahelp>"
+#. Qhh6
+#: password_main.xhp
+msgctxt ""
+"password_main.xhp\n"
+"par_id0608200910545958\n"
+"help.text"
+msgid "You should only use passwords that are hard to find by other persons or programs. A password should follow these rules:"
msgstr ""
-#: 05060000.xhp#hd_id3145154.5.help.text
-msgid "Ruby text"
+#. /\Mi
+#: password_main.xhp
+msgctxt ""
+"password_main.xhp\n"
+"par_id0608200910545989\n"
+"help.text"
+msgid "Length of eight or more characters."
msgstr ""
-#: 05060000.xhp#par_id3145420.6.help.text
-msgid "<ahelp hid=\"SVX_EDIT_RID_SVXDLG_RUBY_ED_RIGHT_4\">Enter the text that you want to use as a pronunciation guide for the base text.</ahelp>"
+#. (`Qp
+#: password_main.xhp
+msgctxt ""
+"password_main.xhp\n"
+"par_id0608200910545951\n"
+"help.text"
+msgid "Contains a mix of lower case and upper case letters, numbers, and special characters."
msgstr ""
-#: 05060000.xhp#hd_id3148920.7.help.text
-msgctxt "05060000.xhp#hd_id3148920.7.help.text"
-msgid "Alignment"
+#. 15@k
+#: password_main.xhp
+msgctxt ""
+"password_main.xhp\n"
+"par_id0608200910545923\n"
+"help.text"
+msgid "Cannot be found in any wordbook or encyclopedia."
msgstr ""
-#: 05060000.xhp#par_id3156280.8.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXDLG_RUBY_LB_ADJUST\">Select the horizontal alignment for the Ruby text.</ahelp>"
+#. h$fg
+#: password_main.xhp
+msgctxt ""
+"password_main.xhp\n"
+"par_id0608200910550049\n"
+"help.text"
+msgid "Has no direct relation to your personal data, e.g., date of birth or car plate."
msgstr ""
-#: 05060000.xhp#hd_id3148451.16.help.text
-msgctxt "05060000.xhp#hd_id3148451.16.help.text"
-msgid "Position"
+#. }-7@
+#: password_main.xhp
+msgctxt ""
+"password_main.xhp\n"
+"hd_id3147588\n"
+"7\n"
+"help.text"
+msgid "Master password"
msgstr ""
-#: 05060000.xhp#par_id3153104.17.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXDLG_RUBY_LB_POSITION\">Select where you want to place the ruby text.</ahelp>"
+#. RlT;
+#: password_main.xhp
+msgctxt ""
+"password_main.xhp\n"
+"par_id3148731\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"UUI_EDIT_DLG_UUI_PASSWORD_ED_MASTERPASSWORD\">Type a master password to prevent unauthorized users from accessing stored passwords.</ahelp>"
msgstr ""
-#: 05060000.xhp#hd_id3148672.9.help.text
-msgid "Character Style for ruby text"
+#. g?P?
+#: password_main.xhp
+msgctxt ""
+"password_main.xhp\n"
+"hd_id3144436\n"
+"9\n"
+"help.text"
+msgid "Confirm master password"
msgstr ""
-#: 05060000.xhp#par_id3148676.10.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXDLG_RUBY_LB_CHAR_STYLE\">Select a character style for the ruby text.</ahelp>"
+#. [7xG
+#: password_main.xhp
+msgctxt ""
+"password_main.xhp\n"
+"par_id3145129\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"UUI_EDIT_DLG_UUI_PASSWORD_CRT_ED_MASTERPASSWORD_REPEAT\">Re-enter the master password.</ahelp>"
msgstr ""
-#: 05060000.xhp#hd_id3150449.11.help.text
-#, fuzzy
-msgid "Styles and Formatting"
+#. 3cwx
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Line Spacing"
msgstr ""
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"სტილები და ფორმატირება\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"სტილები და ფორმატირება\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"სტილები და ფორმატირება\n"
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"სტილები და ფორმატები"
-#: 05060000.xhp#par_id3149202.12.help.text
-msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_RUBY_PB_STYLIST\">Opens the <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles and Formatting window</link></caseinline><defaultinline>Styles and Formatting window</defaultinline></switchinline> where you can select a character style for the ruby text.</ahelp>"
+#. ,Dg\
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"bm_id3152876\n"
+"help.text"
+msgid "<bookmark_value>line spacing; context menu in paragraphs</bookmark_value><bookmark_value>text; line spacing</bookmark_value>"
msgstr ""
-#: grid.xhp#tit.help.text
-msgctxt "grid.xhp#tit.help.text"
-msgid "Grid"
-msgstr ""
+#. Rifa
+#: 05120000.xhp
+#, fuzzy
+msgctxt ""
+"05120000.xhp\n"
+"hd_id3152876\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05120000.xhp\" name=\"Line Spacing\">Line Spacing</link>"
+msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-#: grid.xhp#bm_id4263435.help.text
-msgid "<bookmark_value>grids;display options (Impress/Draw)</bookmark_value>"
+#. wmkD
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"par_id3153514\n"
+"2\n"
+"help.text"
+msgid "Specify the amount of space to leave between lines of text in a paragraph."
msgstr ""
-#: grid.xhp#par_idN10565.help.text
-msgid "<link href=\"text/shared/01/grid.xhp\">Grid</link>"
-msgstr ""
+#. Ukdl
+#: 05120000.xhp
+#, fuzzy
+msgctxt ""
+"05120000.xhp\n"
+"par_id3155364\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05030100.xhp\" name=\"Indents and Spacing\">Indents and Spacing</link>"
+msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-#: grid.xhp#par_id3147340.5.help.text
-msgid "<ahelp hid=\".\">Sets the display properties of a grid.</ahelp>"
+#. [4V.
+#: 01160300.xhp
+msgctxt ""
+"01160300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Create Master Document"
msgstr ""
-#: grid.xhp#par_idN1057E.help.text
-msgid "Display Grid"
+#. VGY#
+#: 01160300.xhp
+msgctxt ""
+"01160300.xhp\n"
+"hd_id3152790\n"
+"1\n"
+"help.text"
+msgid "Create Master Document"
msgstr ""
-#: grid.xhp#par_idN10582.help.text
-msgid "Displays or hides grid lines that you can use to align objects such as graphics on a page."
-msgstr ""
+#. 6*{)
+#: 01160300.xhp
+msgctxt ""
+"01160300.xhp\n"
+"par_id3148668\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"globtext\"><ahelp hid=\"HID_SEND_MASTER_CTRL_PUSHBUTTON_CANCEL\">Creates a master document from the current Writer document. A new sub-document is created at each occurrence of a chosen paragraph style or outline level in the source document.</ahelp></variable>"
+msgstr "<variable id=\"globtext\"><ahelp hid=\"HID_SEND_MASTER_CTRL_PUSHBUTTON_CANCEL\">მიმდინარე Writer დოკუმენტიდან მთავარი დოკუმენტის შექმნა. საწყის დოკუმენტში '1 სათაური' აბზაცის სტილის გამოჩენისას შეიქმნება ახალი ქვედოკუმენტი.</ahelp></variable>"
-#: grid.xhp#par_idN10585.help.text
-msgid "Snap to Grid"
+#. Uk-\
+#: 01160300.xhp
+msgctxt ""
+"01160300.xhp\n"
+"par_id3149999\n"
+"4\n"
+"help.text"
+msgid "The <link href=\"text/shared/01/02110000.xhp\" name=\"Navigator\"><emph>Navigator</emph></link> appears after you create a master document. To edit a sub-document, double-click the name of a sub-document in the <emph>Navigator</emph>."
+msgstr "The <link href=\"text/shared/01/02110000.xhp\" name=\"Navigator\"><emph>ნავიგატორი</emph></link> გამოჩნდება მთავარი დოკუმენტის შექმნის შემდეგ. ქვედოკუმენტის რედაქტირებისთვის, ორჯერ დააწკაპუნეთ ქვედოკუმენტის სახელზე <emph>ნავიგატორში</emph>."
+
+#. \p3R
+#: 01160300.xhp
+msgctxt ""
+"01160300.xhp\n"
+"hd_id3152924\n"
+"9\n"
+"help.text"
+msgid "Display area"
msgstr ""
-#: grid.xhp#par_idN10589.help.text
-#, fuzzy
-msgid "Automatically aligns objects to vertical and horizontal grid lines. To override this feature, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option key</caseinline><defaultinline>Alt key</defaultinline></switchinline> when you drag an object."
-msgstr "სიიდან ველის სწრაფად ჩასართავად დააჭირეთ <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> და ორჯერ დააწკაპუნეთ ველზე."
+#. ((u!
+#: 01160300.xhp
+msgctxt ""
+"01160300.xhp\n"
+"hd_id3152425\n"
+"10\n"
+"help.text"
+msgid "File name"
+msgstr "ფაილის სახელი"
-#: grid.xhp#par_idN105C9.help.text
-msgid "Grid to Front"
+#. D/;F
+#: 01160300.xhp
+msgctxt ""
+"01160300.xhp\n"
+"hd_id3147291\n"
+"8\n"
+"help.text"
+msgid "separated by"
msgstr ""
-#: grid.xhp#par_idN105CD.help.text
-msgid "<ahelp hid=\".\">Displays the grid lines in front of the objects on the slide or page.</ahelp>"
+#. ,rsD
+#: 01160300.xhp
+msgctxt ""
+"01160300.xhp\n"
+"par_id3156426\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FILESAVE_TEMPLATE\">Select the paragraph style or outline level that you want to use to separate the source document into sub-documents.</ahelp> By default a new document is created for every outline level 1."
msgstr ""
-#: grid.xhp#par_id4372692.help.text
-msgid "Set the grid color on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - <link href=\"text/shared/optionen/01012000.xhp\">Appearance</link>."
+#. ]jcA
+#: 01160300.xhp
+msgctxt ""
+"01160300.xhp\n"
+"hd_id3153311\n"
+"11\n"
+"help.text"
+msgid "File type"
msgstr ""
-#: 01180000.xhp#tit.help.text
-msgid "Save All"
-msgstr "დაიმახსოვრე ყველა"
-
-#: 01180000.xhp#hd_id3150347.4.help.text
-msgid "<link href=\"text/shared/01/01180000.xhp\" name=\"Save All\">Save All</link>"
-msgstr "<link href=\"text/shared/01/01180000.xhp\" name=\"Save All\">დაიმახსოვრე ყველა</link>"
+#. ~.x#
+#: 01160300.xhp
+msgctxt ""
+"01160300.xhp\n"
+"hd_id3145313\n"
+"12\n"
+"help.text"
+msgid "Save"
+msgstr ""
-#: 01180000.xhp#par_id3151299.1.help.text
-msgid "<ahelp hid=\".uno:SaveAll\">Saves all modified $[officename] documents.</ahelp>"
+#. MBwh
+#: 06990000.xhp
+msgctxt ""
+"06990000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Spellcheck"
msgstr ""
-#: 01180000.xhp#par_id3148440.3.help.text
-msgid "If you are saving a new file or a copy of a read-only file, the <link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">Save As</link> dialog appears."
-msgstr "ახალი ფაილის ან მხოლოდ წაკითხვადი ფაილის ასლის შენახვისას გამოჩნდება დიალოგი <link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">შეინახე როგორც</link>. "
+#. G,#S
+#: 06990000.xhp
+#, fuzzy
+msgctxt ""
+"06990000.xhp\n"
+"hd_id3147069\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06990000.xhp\" name=\"Spellcheck\">Spellcheck</link>"
+msgstr "<link href=\"text/shared/01/02090000.xhp\" name=\"Select All\">მონიშნე ყველა</link>"
-#: 05200000.xhp#tit.help.text
-msgctxt "05200000.xhp#tit.help.text"
-msgid "Line"
+#. NN%q
+#: 06990000.xhp
+msgctxt ""
+"06990000.xhp\n"
+"par_id3153116\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Checks spelling manually.</ahelp>"
msgstr ""
-#: 05200000.xhp#hd_id3154350.1.help.text
+#. }EF)
+#: 06990000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05200000.xhp\" name=\"Line\">Line</link>"
-msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
+msgctxt ""
+"06990000.xhp\n"
+"par_id2551957\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06010000.xhp\" name=\"Check\">Spellcheck dialog</link>"
+msgstr "<link href=\"text/shared/01/02090000.xhp\" name=\"Select All\">მონიშნე ყველა</link>"
-#: 05200000.xhp#par_id3147588.2.help.text
-msgid "<variable id=\"linietext\"><ahelp hid=\".uno:FormatLine\">Sets the formatting options for the selected line.</ahelp></variable>"
-msgstr ""
+#. ^FbL
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Distribution"
+msgstr "გავრცელება"
-#: moviesound.xhp#tit.help.text
-msgid "Movie and Sound"
-msgstr "ფილმი და ხმა"
+#. MO/b
+#: 05360000.xhp
+#, fuzzy
+msgctxt ""
+"05360000.xhp\n"
+"hd_id3154812\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05360000.xhp\" name=\"Distribution\">Distribution</link>"
+msgstr "<link href=\"text/shared/01/01100100.xhp\" name=\"Description\">აღწერილობა</link>"
-#: moviesound.xhp#bm_id1907712.help.text
-msgid "<bookmark_value>inserting;movies/sounds</bookmark_value> <bookmark_value>sound files</bookmark_value> <bookmark_value>playing movies and sound files</bookmark_value> <bookmark_value>videos</bookmark_value> <bookmark_value>movies</bookmark_value> <bookmark_value>audio</bookmark_value> <bookmark_value>music</bookmark_value>"
+#. ZV6!
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"par_id3149119\n"
+"2\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 ""
-#: moviesound.xhp#par_idN1065C.help.text
-msgid "<variable id=\"moviesoundtitle\"><link href=\"text/shared/01/moviesound.xhp\">Movie and Sound</link></variable>"
+#. :_$:
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"par_id3145383\n"
+"3\n"
+"help.text"
+msgid "Objects are distributed with respect to the outermost objects in the selection."
msgstr ""
-#: moviesound.xhp#par_idN1066C.help.text
-msgid "<ahelp hid=\".\">Inserts a video or sound file into your document.</ahelp>"
+#. ,j`0
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"hd_id3149811\n"
+"4\n"
+"help.text"
+msgid "Horizontally"
msgstr ""
-#: moviesound.xhp#par_idN10683.help.text
-msgid "To insert a movie or sound file into your document"
+#. @+p`
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"par_id3150355\n"
+"5\n"
+"help.text"
+msgid "Specify the horizontal distribution for the selected objects."
msgstr ""
-#: moviesound.xhp#par_idN1068A.help.text
-msgid "Click where you want to insert the file."
+#. 0I/}
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"hd_id3149276\n"
+"6\n"
+"help.text"
+msgid "None"
msgstr ""
-#: moviesound.xhp#par_idN1068E.help.text
-msgid "Choose <emph>Insert - Movie and Sound</emph>."
+#. bb$N
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"par_id3147618\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_DISTRIBUTE:BTN_HOR_NONE\">Does not distribute the objects horizontally.</ahelp>"
msgstr ""
-#: moviesound.xhp#par_idN10696.help.text
-msgid "In the File Open dialog, select the file that you want to insert."
+#. [M4B
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"hd_id3148990\n"
+"8\n"
+"help.text"
+msgid "Left"
msgstr ""
-#: moviesound.xhp#par_idN10699.help.text
-msgid "The file types that are listed in this dialog are not supported by all operating systems."
+#. !v41
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"par_id3159269\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_DISTRIBUTE:BTN_HOR_LEFT\">Distributes the selected objects, so that the left edges of the objects are evenly spaced from one another.</ahelp>"
msgstr ""
-#: moviesound.xhp#par_idN10700.help.text
-msgid "Click the <emph>Link</emph> box if you want a link to the original file. If it is not checked, the media file will be embedded (not supported with all file formats)."
+#. oR|a
+#: 05360000.xhp
+#, fuzzy
+msgctxt ""
+"05360000.xhp\n"
+"hd_id3150130\n"
+"10\n"
+"help.text"
+msgid "Center"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nცენტრირებული\\n#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\nცენტრირება"
+
+#. ,3H=
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"par_id3153146\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_DISTRIBUTE:BTN_HOR_CENTER\">Distributes the selected objects, so that the horizontal centers of the objects are evenly spaced from one another.</ahelp>"
msgstr ""
-#: moviesound.xhp#par_idN106D7.help.text
-msgid "Click <emph>Open</emph>."
+#. 8Ci+
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"hd_id3147574\n"
+"12\n"
+"help.text"
+msgid "Spacing"
msgstr ""
-#: moviesound.xhp#par_id0120200912190948.help.text
-msgid "Alternatively, you can choose <item type=\"menuitem\">Tools - Media Player</item> to open the Media Player. Use the Media Player to preview all supported media files. Click the Apply button in the Media Player window to insert the current media file into your document."
+#. h;pE
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"par_id3148924\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_DISTRIBUTE:BTN_HOR_DISTANCE\">Distributes the selected objects horizontally, so that the objects are evenly spaced from one another.</ahelp>"
msgstr ""
-#: moviesound.xhp#par_idN1069C.help.text
-msgid "To play a movie or sound file"
+#. ND/\
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"hd_id3155390\n"
+"14\n"
+"help.text"
+msgid "Right"
msgstr ""
-#: moviesound.xhp#par_idN106A7.help.text
-msgid "Click the object icon for the movie or sound file in your document."
+#. x%7^
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"par_id3153252\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_DISTRIBUTE:BTN_HOR_RIGHT\">Distributes the selected objects, so that the right edges of the objects are evenly spaced from one another.</ahelp>"
msgstr ""
-#: moviesound.xhp#par_id0120200912190940.help.text
-msgid "If the icon is arranged on the background, hold down Ctrl while you click."
+#. ,iD5
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"hd_id3150245\n"
+"16\n"
+"help.text"
+msgid "Vertically"
msgstr ""
-#: moviesound.xhp#par_id0120200912062096.help.text
-msgid "The Media Playback toolbar is shown."
+#. Ye-U
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"par_id3155321\n"
+"17\n"
+"help.text"
+msgid "Specify the vertical distribution for the selected objects."
msgstr ""
-#: moviesound.xhp#par_idN10788.help.text
-msgid "Click <emph>Play</emph> on the <emph>Media Playback</emph> toolbar."
+#. U`a~
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"hd_id3148563\n"
+"18\n"
+"help.text"
+msgid "None"
msgstr ""
-#: moviesound.xhp#par_id0120200912062064.help.text
-msgid "When you show an Impress presentation, the embedded sound or video on the current slide plays automatically until it's over or until you leave the slide."
+#. Z!oh
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"par_id3155922\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_DISTRIBUTE:BTN_VER_NONE\">Does not distribute the objects vertically.</ahelp>"
msgstr ""
-#: moviesound.xhp#par_idN106D0.help.text
-msgid "You can also use the Media Playback Bar to pause, to stop, to loop, as well as to adjust the volume or to mute the playback of the file. The current playback position in the file is indicated on the left slider. Use the right slider to adjust the playback volume. For movie files, the bar also contains a list box where you can select the zoom factor for the playback."
+#. ]L?E
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"hd_id3153626\n"
+"20\n"
+"help.text"
+msgid "Top"
msgstr ""
-#: 05340600.xhp#tit.help.text
-msgid "Show Columns"
+#. ,2|*
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"par_id3152361\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_DISTRIBUTE:BTN_VER_TOP\">Distributes the selected objects, so that the top edges of the objects are evenly spaced from one another.</ahelp>"
msgstr ""
-#: 05340600.xhp#hd_id3152876.1.help.text
+#. _|8,
+#: 05360000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05340600.xhp\" name=\"Show Columns\">Show Columns</link>"
-msgstr "<link href=\"text/shared/01/01050000.xhp\" name=\"Close\">დახურვა</link>"
-
-#: 05340600.xhp#par_id3147212.2.help.text
-msgid "<ahelp hid=\".\">Displays hidden columns. Choose the column that you want to display from the list, or click <emph>All </emph>to display all of the hidden columns.</ahelp>"
+msgctxt ""
+"05360000.xhp\n"
+"hd_id3147264\n"
+"22\n"
+"help.text"
+msgid "Center"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nცენტრირებული\\n#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\nცენტრირება"
+
+#. +Q=+
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"par_id3161656\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_DISTRIBUTE:BTN_VER_CENTER\">Distributes the selected objects, so that the vertical centers of the objects are evenly spaced from one another.</ahelp>"
msgstr ""
-#: 01100300.xhp#tit.help.text
-msgid "Custom Properties"
+#. y/Np
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"hd_id3150865\n"
+"24\n"
+"help.text"
+msgid "Spacing"
msgstr ""
-#: 01100300.xhp#hd_id3155069.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/01100300.xhp\" name=\"Custom Properties\">Custom Properties</link>"
-msgstr "<link href=\"text/shared/01/01100000.xhp\" name=\"File properties\">ფაილის პარამეტრები</link>"
-
-#: 01100300.xhp#par_id3155934.9.help.text
-msgid "<ahelp hid=\"HID_DOCINFOUSER\">Allows you to assign custom information fields to your document.</ahelp>"
-msgstr "<ahelp hid=\"HID_DOCINFOUSER\" visibility=\"visible\">საშუალებას გაძლევთ თქვენს დოკუმენტს მიანიჭოთ სასურველი საინფორმაციო ველები</ahelp>"
-
-#: 01100300.xhp#hd_id3151234.2.help.text
-msgctxt "01100300.xhp#hd_id3151234.2.help.text"
-msgid "Properties"
-msgstr "თვისებები"
-
-#: 01100300.xhp#par_id3152551.3.help.text
-msgid "<ahelp hid=\"SFX2:EDIT:TP_DOCINFOUSER:ED_INFO4\">Enter your custom contents. You can change the name, type, and contents of each row. You can add or remove rows. The items will be exported as metadata to other file formats.</ahelp>"
+#. 7.%R
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"par_id3153360\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_DISTRIBUTE:BTN_VER_DISTANCE\">Distributes the selected objects vertically, so that the objects are evenly spaced from one another.</ahelp>"
msgstr ""
-#: 01100300.xhp#hd_id0811200812071796.help.text
-msgctxt "01100300.xhp#hd_id0811200812071796.help.text"
-msgid "Add"
+#. 1KnS
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"hd_id3154071\n"
+"26\n"
+"help.text"
+msgid "Bottom"
msgstr ""
-#: 01100300.xhp#par_id0811200812071785.help.text
-msgid "<ahelp hid=\".\">Click to add a new row to the Properties list.</ahelp>"
+#. I*R4
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"par_id3152771\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_DISTRIBUTE:BTN_VER_BOTTOM\">Distributes the selected objects, so that the bottom edges of the objects are evenly spaced from one another.</ahelp>"
msgstr ""
-#: 05260500.xhp#tit.help.text
-msgid "To Frame"
-msgstr "ჩარჩოში ჩასმა"
+#. TTm8
+#: 06010500.xhp
+msgctxt ""
+"06010500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Language"
+msgstr ""
-#: 05260500.xhp#hd_id3149991.1.help.text
+#. H#6e
+#: 06010500.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">To Frame</link>"
-msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
+msgctxt ""
+"06010500.xhp\n"
+"par_idN1055C\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06010500.xhp\">Language</link>"
+msgstr "<link href=\"text/shared/01/02060000.xhp\" name=\"Paste\">ჩასმა</link>"
-#: 05260500.xhp#par_id3159242.2.help.text
-msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected item to the surrounding frame.</ahelp>"
+#. R4Y@
+#: 06010500.xhp
+msgctxt ""
+"06010500.xhp\n"
+"par_idN1056C\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a submenu where you can choose language specific commands.</ahelp>"
msgstr ""
-#: 05030600.xhp#tit.help.text
-msgid "Background"
-msgstr "ფონი"
-
-#: 05030600.xhp#bm_id3151097.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>"
+#. :mfo
+#: 06010500.xhp
+msgctxt ""
+"06010500.xhp\n"
+"hd_id5787224\n"
+"help.text"
+msgid "For Selection"
msgstr ""
-#: 05030600.xhp#hd_id3151097.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05030600.xhp\" name=\"Background\">Background</link>"
-msgstr "<link href=\"text/shared/01/05290200.xhp\" name=\"Ungroup\">განჯგუფება</link>"
-
-#: 05030600.xhp#par_id3153748.2.help.text
-msgid "<ahelp hid=\"HID_BACKGROUND\">Set the background color or graphic.</ahelp>"
+#. {7R?
+#: 06010500.xhp
+msgctxt ""
+"06010500.xhp\n"
+"par_id1507309\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a submenu. Choose a language for the selected text. <br/>Choose None to exclude the selected text from spellchecking and hyphenation.<br/>Choose More to open a dialog with more options.</ahelp>"
msgstr ""
-#: 05030600.xhp#par_id3147653.34.help.text
-msgid "You can specify the background for <switchinline select=\"appl\"><caseinline select=\"WRITER\">paragraphs, pages, headers, footers, text frames, tables, table cells, sections, and indexes.</caseinline><caseinline select=\"CALC\">cells and pages.</caseinline></switchinline>"
+#. XSAV
+#: 06010500.xhp
+msgctxt ""
+"06010500.xhp\n"
+"hd_id7693411\n"
+"help.text"
+msgid "For Paragraph"
msgstr ""
-#: 05030600.xhp#hd_id3154514.4.help.text
-msgid "As"
+#. [NQY
+#: 06010500.xhp
+msgctxt ""
+"06010500.xhp\n"
+"par_id3928952\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a submenu. Choose a language for the current paragraph. <br/>Choose None to exclude the current paragraph from spellchecking and hyphenation.<br/>Choose More to open a dialog with more options.</ahelp>"
msgstr ""
-#: 05030600.xhp#par_id3154380.5.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_BACKGROUND:LB_SELECTOR\">Select the type of background that you want to apply.</ahelp>"
+#. n)lE
+#: 06010500.xhp
+msgctxt ""
+"06010500.xhp\n"
+"hd_id5206762\n"
+"help.text"
+msgid "For all Text"
msgstr ""
-#: 05030600.xhp#hd_id3151245.7.help.text
-msgid "Using a Color as a Background"
+#. 7BEj
+#: 06010500.xhp
+msgctxt ""
+"06010500.xhp\n"
+"par_id5735953\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a submenu. Choose a language for all text. <br/>Choose None to exclude all text from spellchecking and hyphenation.<br/>Choose More to open a dialog with more options.</ahelp>"
msgstr ""
-#: 05030600.xhp#hd_id3148946.8.help.text
-#, fuzzy
-msgid "Color Background"
-msgstr "ფონი"
+#. w-OZ
+#: 06010500.xhp
+msgctxt ""
+"06010500.xhp\n"
+"par_idN105AF\n"
+"help.text"
+msgid "Hyphenation"
+msgstr ""
-#: 05030600.xhp#par_id3152361.9.help.text
-msgid "<ahelp hid=\"HID_BACKGROUND_CTL_BGDCOLORSET\">Click the color that you want to use as a background. To remove a background color, click <emph>No Fill</emph>.</ahelp>"
+#. 5?Oh
+#: 06010500.xhp
+msgctxt ""
+"06010500.xhp\n"
+"par_idN105B3\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/01/05340300.xhp\">Format - Cells - Alignment</link> tab page."
msgstr ""
-#: 05030600.xhp#hd_id3153524.37.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Transparency</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
+#. NwG\
+#: 06010500.xhp
+msgctxt ""
+"06010500.xhp\n"
+"par_idN105D0\n"
+"help.text"
+msgid "Hyphenation"
+msgstr ""
-#: 05030600.xhp#par_idN107A4.help.text
-msgid "Background transparency can be set only for frames."
+#. fK*_
+#: 06010500.xhp
+msgctxt ""
+"06010500.xhp\n"
+"par_idN105D4\n"
+"help.text"
+msgid "Turns hyphenation on and off."
msgstr ""
-#: 05030600.xhp#par_id3150358.38.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_BACKGROUND_MF_COL_TRANS\">Set the transparency for the background color or graphic of a frame, where 100% is completely transparent and 0% is opaque. When you increase the transparency of the background, the underlying text or objects become visible through the background of the frame.</ahelp></caseinline></switchinline>"
+#. .RD=
+#: 06010500.xhp
+msgctxt ""
+"06010500.xhp\n"
+"par_idN105E7\n"
+"help.text"
+msgid "Hyphenation"
msgstr ""
-#: 05030600.xhp#hd_id3154216.11.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">For</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ფორმატის გარეშე </caseinline></switchinline>"
+#. 5I;i
+#: 06010500.xhp
+msgctxt ""
+"06010500.xhp\n"
+"par_idN105EB\n"
+"help.text"
+msgid "Turns hyphenation on and off."
+msgstr ""
-#: 05030600.xhp#par_id3145419.12.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_BACKGROUND:LB_TBL_BOX\">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>"
+#. Jpyq
+#: 06010500.xhp
+msgctxt ""
+"06010500.xhp\n"
+"hd_id0805200811534540\n"
+"help.text"
+msgid "More Dictionaries Online"
msgstr ""
-#: 05030600.xhp#par_id3150497.13.help.text
-msgid "This option is only available when you edit the background of a table or a paragraph style."
+#. oih]
+#: 06010500.xhp
+msgctxt ""
+"06010500.xhp\n"
+"par_id0805200811534630\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the default browser on the dictionaries extension page.</ahelp>"
msgstr ""
-#: 05030600.xhp#hd_id3153056.14.help.text
-msgid "Using a Graphic as a Background"
+#. _VHp
+#: 05120300.xhp
+msgctxt ""
+"05120300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Double (Line)"
msgstr ""
-#: 05030600.xhp#hd_id3149983.15.help.text
+#. -,bQ
+#: 05120300.xhp
#, fuzzy
-msgctxt "05030600.xhp#hd_id3149983.15.help.text"
-msgid "File"
-msgstr "შევსება"
+msgctxt ""
+"05120300.xhp\n"
+"hd_id3083278\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05120300.xhp\" name=\"Double (Line)\">Double (Line)</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-#: 05030600.xhp#par_id3152462.16.help.text
-msgid "Contains information about the graphic file."
+#. !`B[
+#: 05120300.xhp
+msgctxt ""
+"05120300.xhp\n"
+"par_id3149783\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SpacePara2\">Sets the line spacing of the current paragraph to two lines.</ahelp>"
msgstr ""
-#: 05030600.xhp#hd_id3145592.17.help.text
-msgid "Display field"
+#. \dzN
+#: 04100000.xhp
+msgctxt ""
+"04100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Special Character"
msgstr ""
-#: 05030600.xhp#par_id3154920.18.help.text
-msgid "Shows the path for the graphic file."
+#. KG_+
+#: 04100000.xhp
+msgctxt ""
+"04100000.xhp\n"
+"hd_id3152937\n"
+"1\n"
+"help.text"
+msgid "Special Character"
msgstr ""
-#: 05030600.xhp#hd_id3145272.19.help.text
-msgctxt "05030600.xhp#hd_id3145272.19.help.text"
-msgid "Link"
+#. ``F#
+#: 04100000.xhp
+msgctxt ""
+"04100000.xhp\n"
+"par_id3150838\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"sonder\"><ahelp hid=\".uno:Bullet\">Inserts special characters from the installed fonts.</ahelp></variable>"
msgstr ""
-#: 05030600.xhp#par_id3154150.20.help.text
-msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_BACKGROUND:BTN_LINK\">Links to or embeds the graphic file in the current file.</ahelp>"
+#. @?Ot
+#: 04100000.xhp
+msgctxt ""
+"04100000.xhp\n"
+"par_id3152372\n"
+"11\n"
+"help.text"
+msgid "When you click a character in the <emph>Special Characters </emph>dialog, a preview and the corresponding numerical code for the character is displayed."
msgstr ""
-#: 05030600.xhp#hd_id3155366.21.help.text
-msgctxt "05030600.xhp#hd_id3155366.21.help.text"
-msgid "Preview"
+#. %U;F
+#: 04100000.xhp
+msgctxt ""
+"04100000.xhp\n"
+"hd_id3151315\n"
+"3\n"
+"help.text"
+msgid "Font"
msgstr ""
-#: 05030600.xhp#par_id3147426.22.help.text
-msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_BACKGROUND:BTN_PREVIEW\">Displays or hides a preview of the selected graphic.</ahelp>"
+#. *.=q
+#: 04100000.xhp
+msgctxt ""
+"04100000.xhp\n"
+"par_id3152924\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/specialcharacters/fontlb\">Select a font to display the special characters that are associated with it.</ahelp>"
msgstr ""
-#: 05030600.xhp#hd_id3154472.23.help.text
-msgctxt "05030600.xhp#hd_id3154472.23.help.text"
-msgid "Browse"
+#. z0/G
+#: 04100000.xhp
+msgctxt ""
+"04100000.xhp\n"
+"hd_id3155555\n"
+"19\n"
+"help.text"
+msgid "Subset"
msgstr ""
-#: 05030600.xhp#par_id3153951.24.help.text
-msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_BACKGROUND:BTN_BROWSE\">Locate the graphic file that you want to use as a background, and then click <emph>Open</emph>.</ahelp>"
+#. d4$L
+#: 04100000.xhp
+msgctxt ""
+"04100000.xhp\n"
+"par_id3145090\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/specialcharacters/subsetlb\">Select a Unicode category for the current font.</ahelp> The special characters for the selected Unicode category are displayed in the character table."
msgstr ""
-#: 05030600.xhp#hd_id3153726.25.help.text
-msgctxt "05030600.xhp#hd_id3153726.25.help.text"
-msgid "Type"
-msgstr "ტიპი:"
+#. =kif
+#: 04100000.xhp
+msgctxt ""
+"04100000.xhp\n"
+"hd_id3145071\n"
+"5\n"
+"help.text"
+msgid "Character Table"
+msgstr ""
-#: 05030600.xhp#par_id3147442.26.help.text
-msgid "Specify the way that you want to display the background graphic."
+#. (h=t
+#: 04100000.xhp
+msgctxt ""
+"04100000.xhp\n"
+"par_id3154288\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CHARMAP_CTL_SHOWSET\">Click the special character(s) that you want to insert, and then click <emph>OK</emph>.</ahelp>"
msgstr ""
-#: 05030600.xhp#hd_id3153366.27.help.text
-msgctxt "05030600.xhp#hd_id3153366.27.help.text"
-msgid "Position"
+#. AQOs
+#: 04100000.xhp
+msgctxt ""
+"04100000.xhp\n"
+"hd_id3154317\n"
+"7\n"
+"help.text"
+msgid "Characters"
+msgstr "ნებისმიერი სიმბოლო"
+
+#. k:O-
+#: 04100000.xhp
+msgctxt ""
+"04100000.xhp\n"
+"par_id3152551\n"
+"8\n"
+"help.text"
+msgid "Displays the special characters that you have selected."
msgstr ""
-#: 05030600.xhp#par_id3153741.28.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_BACKGROUND:BTN_POSITION\">Select this option, and then click a location in the position grid.</ahelp>"
+#. `7_S
+#: 04100000.xhp
+msgctxt ""
+"04100000.xhp\n"
+"hd_id3155535\n"
+"12\n"
+"help.text"
+msgid "Delete"
msgstr ""
-#: 05030600.xhp#hd_id3156005.29.help.text
-msgctxt "05030600.xhp#hd_id3156005.29.help.text"
-msgid "Area"
+#. OUzH
+#: 04100000.xhp
+msgctxt ""
+"04100000.xhp\n"
+"par_id3147653\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/specialcharacters/delete\">Clears the current selection of special characters that you want to insert.</ahelp>"
msgstr ""
-#: 05030600.xhp#par_id3152596.30.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_BACKGROUND:BTN_AREA\">Stretches the graphic to fill the entire background of the selected object.</ahelp>"
+#. -jUw
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting Pictures"
msgstr ""
-#: 05030600.xhp#hd_id3145663.32.help.text
+#. YJAS
+#: 04140000.xhp
#, fuzzy
-msgctxt "05030600.xhp#hd_id3145663.32.help.text"
-msgid "Tile"
-msgstr "შევსება"
+msgctxt ""
+"04140000.xhp\n"
+"hd_id3154350\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Pictures\">Inserting Pictures</link>"
+msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE ობიექტი\">OLE ობიექტი</link>"
-#: 05030600.xhp#par_id3149481.33.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_BACKGROUND:BTN_TILE\">Repeats the graphic so that it covers the entire background of the selected object.</ahelp>"
+#. F%p*
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"par_id3159411\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Inserts a picture into the current document.</ahelp></variable>"
msgstr ""
-#: 05030600.xhp#par_id3151114.35.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>"
+#. J],3
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"hd_id3149760\n"
+"17\n"
+"help.text"
+msgid "Style"
msgstr ""
-#: 05100700.xhp#tit.help.text
-msgctxt "05100700.xhp#tit.help.text"
-msgid "Bottom"
+#. s*k\
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"par_id3154398\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Select the frame style for the graphic.</ahelp>"
msgstr ""
-#: 05100700.xhp#hd_id3150249.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05100700.xhp\" name=\"Bottom\">Bottom</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-
-#: 05100700.xhp#par_id3154764.2.help.text
-msgid "<ahelp hid=\".uno:CellVertBottom\">Aligns the contents of the cell to the bottom edge of the cell.</ahelp>"
+#. 04WI
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"hd_id3150789\n"
+"6\n"
+"help.text"
+msgid "Link"
msgstr ""
-#: 05100700.xhp#par_id3149201.122.help.text
-msgid "<variable id=\"zelleunten\">In the context menu of a cell, choose <emph>Cell - Bottom</emph></variable>"
+#. N`a#
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"par_id3153750\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FILEDLG_LINK_CB\">Inserts the selected graphic file as a link.</ahelp>"
msgstr ""
-#: 05340405.xhp#tit.help.text
-msgctxt "05340405.xhp#tit.help.text"
-msgid "Column format"
+#. tC`:
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"hd_id3155805\n"
+"8\n"
+"help.text"
+msgid "Preview"
msgstr ""
-#: 05340405.xhp#hd_id3152876.1.help.text
-msgctxt "05340405.xhp#hd_id3152876.1.help.text"
-msgid "Column format"
+#. Yz]^
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"par_id3153311\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Displays a preview of the selected graphic file.</ahelp>"
msgstr ""
-#: 05340405.xhp#par_id3147543.2.help.text
-msgid "<variable id=\"spaltformtext\"><ahelp hid=\"HID_BROWSER_COLUMNFORMAT\" visibility=\"visible\">Formats the selected column(s).</ahelp></variable>"
+#. ~e:9
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Organizer"
msgstr ""
-#: 05340405.xhp#hd_id3150620.3.help.text
+#. G4`s
+#: 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>"
+
+#. pB^9
+#: 05040100.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format\">Format</link>"
-msgstr "<link href=\"text/shared/01/01010202.xhp\" name=\"Format\">ფორმატი</link>"
+msgctxt ""
+"05040100.xhp\n"
+"hd_id3153383\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05040100.xhp\" name=\"Organizer\">Organizer</link>"
+msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-#: 01010302.xhp#tit.help.text
-msgctxt "01010302.xhp#tit.help.text"
-msgid "Business Cards"
-msgstr "სავიზიტო ბარათები"
+#. 8$%-
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id3147588\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MANAGE_STYLES\">Set the options for the selected style.</ahelp>"
+msgstr ""
-#: 01010302.xhp#hd_id3152414.1.help.text
-msgid "<link href=\"text/shared/01/01010302.xhp\" name=\"Business Cards\">Business Cards</link>"
-msgstr "<link href=\"text/shared/01/01010302.xhp\" name=\"Business Cards\">სავიზიტო ბარათები</link>"
+#. (8]T
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"hd_id3149525\n"
+"3\n"
+"help.text"
+msgid "Name"
+msgstr "სახელები"
-#: 01010302.xhp#par_id3153882.2.help.text
-msgid "<ahelp hid=\"\" visibility=\"visible\">Define the appearance of your business cards.</ahelp>"
-msgstr "<ahelp hid=\"\" visibility=\"visible\">განსაზღვრეთ თქვენი სავიზიტო ბარათის იერსახე.</ahelp>"
+#. qZqV
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id3160481\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:EDIT:TP_MANAGE_STYLES:ED_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 ""
-#: 01010302.xhp#hd_id3146873.3.help.text
-msgid "Content"
-msgstr "შინაარსი"
+#. %]}M
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"hd_id3153750\n"
+"13\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">AutoUpdate </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-#: 01010302.xhp#par_id3147527.4.help.text
-msgid "Select a design layout for your business card."
-msgstr "მონიშნეთ თქვენი სავიზიტო ბარათის დიზაინის ხედი"
+#. 2mRZ
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id3153749\n"
+"14\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"SFX2:CHECKBOX:TP_MANAGE_STYLES:CB_AUTO\">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 ""
-#: 01010302.xhp#par_id3158442.5.help.text
-msgid "<ahelp visibility=\"visible\" hid=\"HID_BUSINESS_CARD_CONTENT\">Select a business card category in <emph>AutoText - Section</emph> box, and then click a layout in the <emph>Content </emph>list.</ahelp>"
-msgstr "<ahelp visibility=\"visible\" hid=\"HID_BUSINESS_CARD_CONTENT\">მონიშნეთ სავიზიტო ბარათის კატეგორია <emph>ავტოტექსტის განყოფილების</emph> სარკმელში,და დააწკაპუნეთ განლაგებაზე <emph>შინაარსის </emph>სიაში.</ahelp>"
+#. e*hh
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id0107200910584081\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">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 ""
-#: 01010302.xhp#hd_id3148668.6.help.text
-msgid "AutoText - Section"
-msgstr "ავტოტექსტის განყოფილება"
+#. H/ki
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"hd_id3155392\n"
+"5\n"
+"help.text"
+msgid "Next Style"
+msgstr ""
-#: 01010302.xhp#par_id3154894.7.help.text
-msgid "<ahelp visibility=\"visible\" hid=\"SW_LISTBOX_TP_VISITING_CARDS_LB_AUTO_TEXT_GROUP\">Select a business card category, and then click a layout in the <emph>Content </emph>list.</ahelp>"
-msgstr "<ahelp visibility=\"visible\" hid=\"SW_LISTBOX_TP_VISITING_CARDS_LB_AUTO_TEXT_GROUP\">მონიშნეთ სავიზიტო ბარათის კატეგორია, დააწკაპუნეთ განლაგებაზე<emph>შინაარსის</emph>სიაში.</ahelp>"
+#. DS@!
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id3155941\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:LISTBOX:TP_MANAGE_STYLES:LB_NEXT\">Select an existing style that you want to follow the current style in your document. For paragraph styles, the next style is applied to the paragraph that is created when you press Enter. For page styles, the next style is applied when a new page is created.</ahelp>"
+msgstr ""
-#: 04150400.xhp#tit.help.text
-msgctxt "04150400.xhp#tit.help.text"
-msgid "Insert sound"
+#. 3YH%
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"hd_id3163802\n"
+"7\n"
+"help.text"
+msgid "Linked with"
msgstr ""
-#: 04150400.xhp#hd_id3152414.1.help.text
-msgctxt "04150400.xhp#hd_id3152414.1.help.text"
-msgid "Insert sound"
+#. 578t
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id3166461\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:LISTBOX:TP_MANAGE_STYLES:LB_BASE\">Select an existing style that you want to base the new style on, or select none to define your own style.</ahelp>"
msgstr ""
-#: 04150400.xhp#par_id3154840.2.help.text
-msgid "<variable id=\"klang\"><ahelp hid=\".uno:InsertSound\">Inserts a sound file into the current document.</ahelp></variable>"
+#. X/Ox
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"hd_id3148474\n"
+"9\n"
+"help.text"
+msgid "Category"
msgstr ""
-#: 01100500.xhp#tit.help.text
-msgid "Internet"
-msgstr "ინტერნეტი"
+#. $!nh
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id3159269\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:LISTBOX:TP_MANAGE_STYLES:LB_REGION\">Displays the category for the current style. If you are creating or modifying a new style, select 'Custom Style' from the list.</ahelp>"
+msgstr ""
-#: 01100500.xhp#bm_id3145669.help.text
-msgid "<bookmark_value>auto reloading HTML documents</bookmark_value><bookmark_value>reloading; HTML documents, automatically</bookmark_value><bookmark_value>loading; HTML documents, automatically</bookmark_value><bookmark_value>HTML documents; auto reloading</bookmark_value>"
-msgstr "<bookmark_value>HTML დოკუმენტების ავტომატურად თავიდან ჩატვირთვა</bookmark_value><bookmark_value>HTML დოკუმენტების ავტომატურად თავიდან ჩატვირთვა</bookmark_value><bookmark_value>HTML დოკუმენტების ავტომატურად ჩატვირთვა</bookmark_value><bookmark_value>HTML დოკუმენტების ავტომატურად თავიდან ჩატვირთვა</bookmark_value>"
+#. R6\%
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id3150771\n"
+"17\n"
+"help.text"
+msgid "You cannot change the category for a predefined style."
+msgstr ""
-#: 01100500.xhp#hd_id3147588.1.help.text
-msgid "<link href=\"text/shared/01/01100500.xhp\" name=\"Internet\">Internet</link>"
-msgstr "<link href=\"text/shared/01/01100500.xhp\" name=\"Internet\">ინტერნეტი</link>"
+#. 2%Zo
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"hd_id3153717\n"
+"11\n"
+"help.text"
+msgid "Contains"
+msgstr ""
-#: 01100500.xhp#par_id3148731.2.help.text
-msgid "<ahelp hid=\"HID_DOCINFORELOAD\">Sets the refresh and redirect options for an HTML page.</ahelp>"
-msgstr "<ahelp hid=\"HID_DOCINFORELOAD\">აყენებს განახლებისა და გადამისამართების პარამეტრებს HTML გვერდისთვის</ahelp>"
+#. @b{/
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id3154306\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:MULTILINEEDIT:TP_MANAGE_STYLES:ED_DESC\">Describes the relevant formatting used in the current style.</ahelp>"
+msgstr ""
-#: 01100500.xhp#hd_id3156027.26.help.text
-msgid "Do not refresh automatically"
-msgstr "არ განაახლო ავტომატურად"
+#. gM@v
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_idN1072D\n"
+"help.text"
+msgid "Assign Shortcut Key"
+msgstr ""
-#: 01100500.xhp#par_id3152924.27.help.text
-msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_DOCINFORELOAD_RB_NOAUTOUPDATE\">User must refresh the page manually.</ahelp>"
+#. }h)u
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_idN10731\n"
+"help.text"
+msgid "Opens the <emph>Tools - Customize - Keyboard</emph> tab page where you can assign a shortcut key to the current Style."
msgstr ""
-#: 01100500.xhp#hd_id3145669.5.help.text
-msgid "Refresh this document"
-msgstr "განაახლე ეს დოკუმენტი"
+#. 0=)\
+#: 05040100.xhp
+#, fuzzy
+msgctxt ""
+"05040100.xhp\n"
+"par_id3145085\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05140000.xhp\" name=\"Update Style\">Update Style</link>"
+msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-#: 01100500.xhp#par_id3153528.6.help.text
-msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_DOCINFORELOAD_RB_RELOADUPDATE\">Reloads the HTML page after the number of seconds that you enter in the <emph>seconds</emph> box. To observe the result, open the page in a browser.</ahelp>"
-msgstr "<ahelp hid=\"SFX2_RADIOBUTTON_TP_DOCINFORELOAD_RB_RELOADUPDATE\">თავიდან ატვირთავს HTML გვერდს თქვენს მიერ სარკმელში <emph>წამები</emph> შეყვანილი რამოდენიმე წამის შემდეგ. შედეგების თვალყურის დევნებიზ მიზნით, გახსენით გვერდი ბრაუზერში.</ahelp>"
+#. sfY[
+#: 02180100.xhp
+msgctxt ""
+"02180100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Modify Links"
+msgstr ""
-#: 01100500.xhp#hd_id3155535.7.help.text
-msgid "Seconds"
-msgstr "წამები"
+#. bS8Y
+#: 02180100.xhp
+msgctxt ""
+"02180100.xhp\n"
+"bm_id3149877\n"
+"help.text"
+msgid "<bookmark_value>links; modifying</bookmark_value><bookmark_value>changing; links</bookmark_value>"
+msgstr "<bookmark_value>მოქმედების დაბრუნება;რედაქტირება</bookmark_value><bookmark_value>რედაქტირება;მოქმედების დაბრუნება</bookmark_value>"
-#: 01100500.xhp#par_id3157958.8.help.text
-msgid "<ahelp hid=\"SFX2:NUMERICFIELD:TP_DOCINFORELOAD:ED_SECONDS\">Enter the number of seconds to wait before the page is reloaded.</ahelp>"
-msgstr "<ahelp hid=\"SFX2:NUMERICFIELD:TP_DOCINFORELOAD:ED_SECONDS\">შეიტანეთ გვერდის ჩატვირთვამდე მოსაცდელი წამების რაოდენობა.</ahelp>"
+#. =Y1\
+#: 02180100.xhp
+#, fuzzy
+msgctxt ""
+"02180100.xhp\n"
+"hd_id3149877\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02180100.xhp\" name=\"Modify Links\">Modify Links</link>"
+msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-#: 01100500.xhp#hd_id3148538.28.help.text
-msgid "Redirect from this document"
-msgstr "ამ დოკუმენტიდან გადამისამართება"
+#. 1C@K
+#: 02180100.xhp
+msgctxt ""
+"02180100.xhp\n"
+"par_id3150838\n"
+"2\n"
+"help.text"
+msgid "Change the properties for the selected <link href=\"text/shared/00/00000005.xhp#dde\" name=\"DDE link\">DDE link</link>."
+msgstr ""
-#: 01100500.xhp#par_id3153662.29.help.text
-msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_DOCINFORELOAD_RB_FORWARDUPDATE\">Loads a page that you specify after the number of seconds that you enter in the <emph>seconds </emph>box.</ahelp>"
-msgstr "<ahelp hid=\"SFX2_RADIOBUTTON_TP_DOCINFORELOAD_RB_FORWARDUPDATE\">თქვენს მიერ სარკმელში<emph>წამები </emph> შეყვანილი წამების რაოდენობის გასვლის შემდეგ განსაზღვრული გვერდის ჩატვირთვა.</ahelp>"
+#. J#q`
+#: 02180100.xhp
+msgctxt ""
+"02180100.xhp\n"
+"hd_id3149549\n"
+"3\n"
+"help.text"
+msgid "Edit Links"
+msgstr ""
-#: 01100500.xhp#hd_id3147335.30.help.text
-msgid "after ... seconds"
-msgstr "... წამის შემდეგ"
+#. JpU_
+#: 02180100.xhp
+msgctxt ""
+"02180100.xhp\n"
+"par_id3153114\n"
+"4\n"
+"help.text"
+msgid "Lets you set the properties for the selected link."
+msgstr ""
-#: 01100500.xhp#par_id3145315.31.help.text
-msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_DOCINFORELOAD_RB_FORWARDUPDATE\">Enter the number of seconds to wait before redirecting the browser to a different file.</ahelp>"
+#. 0,_P
+#: 02180100.xhp
+msgctxt ""
+"02180100.xhp\n"
+"hd_id3148548\n"
+"5\n"
+"help.text"
+msgid "Application:"
msgstr ""
-#: 01100500.xhp#hd_id3153127.9.help.text
-msgid "to URL"
-msgstr "URL-სკენ"
+#. A{*M
+#: 02180100.xhp
+msgctxt ""
+"02180100.xhp\n"
+"par_id3154751\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SO3:EDIT:MD_DDE_LINKEDIT:ED_DDE_APP\">Lists the application that last saved the source file.</ahelp>"
+msgstr ""
-#: 01100500.xhp#par_id3153349.10.help.text
-msgid "<ahelp hid=\"SFX2:EDIT:TP_DOCINFORELOAD:ED_URL\">Enter the URL address of the file that you want to open.</ahelp>"
-msgstr "<ahelp hid=\"SFX2:EDIT:TP_DOCINFORELOAD:ED_URL\">შეიტანეთ გასახსნელი ფაილის URL მისამართი.</ahelp>"
+#. c:kB
+#: 02180100.xhp
+#, fuzzy
+msgctxt ""
+"02180100.xhp\n"
+"hd_id3155338\n"
+"7\n"
+"help.text"
+msgid "File:"
+msgstr "შევსება"
-#: 01100500.xhp#hd_id3154306.32.help.text
-msgctxt "01100500.xhp#hd_id3154306.32.help.text"
-msgid "..."
+#. ZqQA
+#: 02180100.xhp
+msgctxt ""
+"02180100.xhp\n"
+"par_id3153527\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SO3:EDIT:MD_DDE_LINKEDIT:ED_DDE_TOPIC\">Lists the path to the source file.</ahelp>"
msgstr ""
-#: 01100500.xhp#par_id3150976.33.help.text
-msgid "<ahelp hid=\"SFX2:EDIT:TP_DOCINFORELOAD:ED_URL\">Locate the file that you want to open, and then click <emph>Open</emph>.</ahelp>"
-msgstr "<ahelp hid=\"SFX2:EDIT:TP_DOCINFORELOAD:ED_URL\">განსაზღვრეთ გასახსნელი ფაილის მდებარეობა, და დააწკაპუნეთ<emph>გახსნა</emph>.</ahelp>"
+#. `c,~
+#: 02180100.xhp
+msgctxt ""
+"02180100.xhp\n"
+"hd_id3153577\n"
+"9\n"
+"help.text"
+msgid "Section"
+msgstr ""
-#: 01100500.xhp#hd_id3150771.11.help.text
-msgid "to frame"
-msgstr "ჩარჩოში ჩასმა"
+#. iseF
+#: 02180100.xhp
+msgctxt ""
+"02180100.xhp\n"
+"par_id3146958\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SO3:EDIT:MD_DDE_LINKEDIT:ED_DDE_ITEM\">Lists the section that the link refers to in the source file. If you want, you can enter a new section here.</ahelp>"
+msgstr ""
-#: 01100500.xhp#par_id3149514.12.help.text
-msgid "<ahelp hid=\"SFX2:COMBOBOX:TP_DOCINFORELOAD:LB_DEFAULT\">If the current HTML page uses frames, select the name of the <link href=\"text/shared/00/00000002.xhp#frame\" name=\"target frame\">target frame</link> where you want the file to be loaded.</ahelp>"
-msgstr "<ahelp hid=\"SFX2:COMBOBOX:TP_DOCINFORELOAD:LB_DEFAULT\">თუ მიმდინარე HTML იყენებს ჩარჩოებს, მონიშნეთ ის <link href=\"text/shared/00/00000002.xhp#frame\" name=\"target frame\">სამიზნე ჩარჩო</link> სადაც გსურთ ფაილის ჩატვირთვა.</ahelp>"
+#. _VJ%
+#: gallery.xhp
+msgctxt ""
+"gallery.xhp\n"
+"tit\n"
+"help.text"
+msgid "Gallery"
+msgstr "გალერეა"
-#: 01100500.xhp#par_id3155922.24.help.text
-msgid "Name of Frame"
-msgstr "ჩარჩოს სახელი"
+#. (7Ux
+#: gallery.xhp
+msgctxt ""
+"gallery.xhp\n"
+"par_id3149783\n"
+"46\n"
+"help.text"
+msgid "<ahelp hid=\"HID_GALLERY_ICONVIEW\" visibility=\"hidden\">Displays the contents of the <emph>Gallery </emph>as icons.</ahelp>"
+msgstr ""
-#: 01100500.xhp#par_id3154924.25.help.text
-msgid "Definition"
-msgstr "განსაზღვრება"
+#. ;Fm2
+#: gallery.xhp
+msgctxt ""
+"gallery.xhp\n"
+"par_id3148983\n"
+"47\n"
+"help.text"
+msgid "<ahelp hid=\"HID_GALLERY_LISTVIEW\" visibility=\"hidden\">Displays the contents of the <emph>Gallery </emph>as small icons, with title and path information.</ahelp>"
+msgstr ""
-#: 01100500.xhp#par_id3159413.14.help.text
-msgid "Named entries"
-msgstr "დასახელებული ჩანაწერები"
+#. 4/xe
+#: gallery.xhp
+#, fuzzy
+msgctxt ""
+"gallery.xhp\n"
+"hd_id3153894\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/gallery.xhp\" name=\"Gallery\">Gallery</link>"
+msgstr "<link href=\"text/shared/01/02040000.xhp\" name=\"Cut\">ამოჭრა</link>"
-#: 01100500.xhp#par_id3154935.15.help.text
-msgid "File opens in a named frame in the current HTML document."
-msgstr "ფაილი იხსნება მიმდინარე HTML დოკუმენტში დასახელებულ ჩარჩოში "
+#. ={\S
+#: gallery.xhp
+msgctxt ""
+"gallery.xhp\n"
+"par_id3150789\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Gallery\">Opens the <emph>Gallery</emph>, where you can select graphics and sounds to insert into your document.</ahelp>"
+msgstr ""
-#: 01100500.xhp#par_id3148739.16.help.text
-msgid "_self"
-msgstr "_თვით"
+#. fcnp
+#: gallery.xhp
+msgctxt ""
+"gallery.xhp\n"
+"par_id3155555\n"
+"44\n"
+"help.text"
+msgid "You can display the contents of the <emph>Gallery </emph>as icons, or icons with titles and path information."
+msgstr ""
-#: 01100500.xhp#par_id3150358.17.help.text
-msgid "File opens in the current frame."
-msgstr "ფაილი იხსნება მიმდინარე ჩარჩოში"
+#. j2-f
+#: gallery.xhp
+msgctxt ""
+"gallery.xhp\n"
+"par_id3153394\n"
+"45\n"
+"help.text"
+msgid "To zoom in or zoom out on a single object in the <emph>Gallery</emph>, double-click the object, or select the object, and then press the Spacebar."
+msgstr ""
-#: 01100500.xhp#par_id3151210.18.help.text
-msgid "_blank"
-msgstr "ცარიელი"
+#. z+8)
+#: gallery.xhp
+msgctxt ""
+"gallery.xhp\n"
+"par_id3145346\n"
+"26\n"
+"help.text"
+msgid "Themes are listed on the left side of the <emph>Gallery</emph>.<ahelp hid=\"HID_GALLERY_THEMELIST\">Click a theme to view the objects associated with the theme.</ahelp>"
+msgstr ""
-#: 01100500.xhp#par_id3152920.19.help.text
-msgid "File opens in a new page."
-msgstr "ფაილი იხსნება ახალ გვერდში."
+#. )(BU
+#: gallery.xhp
+msgctxt ""
+"gallery.xhp\n"
+"par_id3155355\n"
+"50\n"
+"help.text"
+msgid "<ahelp hid=\"HID_GALLERY_WINDOW\">To insert a <emph>Gallery </emph>object, select the object, and then drag it into the document.</ahelp>"
+msgstr ""
-#: 01100500.xhp#par_id3148451.20.help.text
-msgid "_parent"
-msgstr "_ზედა"
+#. cRpS
+#: gallery.xhp
+msgctxt ""
+"gallery.xhp\n"
+"hd_id3156113\n"
+"4\n"
+"help.text"
+msgid "Adding a New File to the Gallery"
+msgstr ""
-#: 01100500.xhp#par_id3154216.21.help.text
-msgid "File opens in the parent frame of the current frame. If there is no parent frame, the current frame is used."
-msgstr "ფაილი იხსნება მიმდინარე ჩარჩოს ზედა ჩარჩოში. ზედა ჩარჩოს არარსებობის შემთხვევაში მიმდინარე ჩარჩო გამოიყენება."
+#. %oqL
+#: gallery.xhp
+msgctxt ""
+"gallery.xhp\n"
+"par_id3153032\n"
+"43\n"
+"help.text"
+msgid "To add a file to the <emph>Gallery</emph>, right-click a theme, choose <emph>Properties</emph>, click the <emph>Files </emph>tab, and then click <emph>Add</emph>. You can also click an object in the current document, hold, and then drag it to the <emph>Gallery</emph> window."
+msgstr ""
-#: 01100500.xhp#par_id3154153.22.help.text
-msgid "_top"
-msgstr "-ზედა"
+#. U(IE
+#: gallery.xhp
+msgctxt ""
+"gallery.xhp\n"
+"hd_id3145315\n"
+"10\n"
+"help.text"
+msgid "New theme"
+msgstr ""
-#: 01100500.xhp#par_id3150288.23.help.text
-msgid "File opens in the topmost frame in the hierarchy."
-msgstr "ფაილი იხსნება იერარქიაში ყველაზე ზედა ჩარჩოში."
+#. kzsZ
+#: gallery.xhp
+msgctxt ""
+"gallery.xhp\n"
+"par_id3150275\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"HID_GALLERY_NEWTHEME\">Adds a new theme to the <emph>Gallery </emph>and lets you choose the files to include in the theme.</ahelp>"
+msgstr ""
-#: 01160000.xhp#tit.help.text
-msgid "Send"
-msgstr "გაგზავნა"
+#. 5W{$
+#: gallery.xhp
+msgctxt ""
+"gallery.xhp\n"
+"par_id3159167\n"
+"9\n"
+"help.text"
+msgid "To access the following commands, right-click a theme in the <emph>Gallery</emph>:"
+msgstr ""
-#: 01160000.xhp#hd_id3152895.1.help.text
-msgid "<link href=\"text/shared/01/01160000.xhp\" name=\"Send\">Send</link>"
-msgstr "<link href=\"text/shared/01/01160000.xhp\" name=\"Send\">გაგზავნა</link>"
+#. YZR~
+#: gallery.xhp
+msgctxt ""
+"gallery.xhp\n"
+"hd_id3154142\n"
+"15\n"
+"help.text"
+msgid "Properties"
+msgstr "თვისებები"
-#: 01160000.xhp#par_id3151262.2.help.text
-msgid "<ahelp hid=\".\">Sends a copy of the current document to different applications.</ahelp>"
-msgstr "<ahelp hid=\".\">მიმდინარე დოკუმენტის ასლის სხვადასხვა პროგრამებში გაგზავნა.</ahelp>"
+#. }#*m
+#: gallery.xhp
+msgctxt ""
+"gallery.xhp\n"
+"par_id3148990\n"
+"16\n"
+"help.text"
+msgid "The <emph>Properties of (Theme)</emph> dialog contains the following tabs:"
+msgstr "The <emph>Properties</emph> დიალოგი შეიცავს შემდეგ ჩანართებს:"
-#: 01160000.xhp#hd_id3154398.3.help.text
-msgid "<link href=\"text/shared/01/01160200.xhp\" name=\"Document as E-mail\">Document as E-mail</link>"
-msgstr "<link href=\"text/shared/01/01160200.xhp\" name=\"Document as E-mail\">დოკუმენტი როგორც ელფოსტა</link>"
+#. -Ua$
+#: gallery.xhp
+#, fuzzy
+msgctxt ""
+"gallery.xhp\n"
+"hd_id3151384\n"
+"25\n"
+"help.text"
+msgid "<link href=\"text/shared/01/gallery_files.xhp\" name=\"Files\">Files</link>"
+msgstr "<link href=\"text/shared/01/02040000.xhp\" name=\"Cut\">ამოჭრა</link>"
-#: 01160000.xhp#par_id4546342.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a new window in your default e-mail program with the current document as an attachment. The OpenDocument file format is used.</ahelp>"
+#. $O$g
+#: 05340404.xhp
+msgctxt ""
+"05340404.xhp\n"
+"tit\n"
+"help.text"
+msgid "Delete Rows"
msgstr ""
-#: 01160000.xhp#par_id6845301.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a new window in your default e-mail program with the current document as an attachment. The Microsoft file format is used.</ahelp>"
-msgstr ""
+#. 0Ja-
+#: 05340404.xhp
+#, fuzzy
+msgctxt ""
+"05340404.xhp\n"
+"hd_id3147617\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05340404.xhp\" name=\"Delete Rows\">Delete Rows</link>"
+msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
-#: 01160000.xhp#hd_id8111514.help.text
-msgid "E-mail as OpenDocument Spreadsheet"
+#. ^_Yn
+#: 05340404.xhp
+msgctxt ""
+"05340404.xhp\n"
+"par_id3147000\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Deletes the selected row(s).</ahelp>"
msgstr ""
-#: 01160000.xhp#par_id5917844.help.text
-msgctxt "01160000.xhp#par_id5917844.help.text"
-msgid "<ahelp hid=\".\">Opens a new window in your default e-mail program with the current document as an attachment. The OpenDocument file format is used.</ahelp>"
+#. YBl;
+#: 05340404.xhp
+msgctxt ""
+"05340404.xhp\n"
+"par_id3145129\n"
+"3\n"
+"help.text"
+msgid "This command can be activated only when you select the <link href=\"text/shared/02/07070000.xhp\" name=\"Edit\">Edit</link> icon on the Table Data bar or Standard bar."
msgstr ""
-#: 01160000.xhp#hd_id5112460.help.text
-msgid "E-mail as Microsoft Excel"
+#. A4cC
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Templates and Documents"
msgstr ""
-#: 01160000.xhp#par_id5759453.help.text
-msgid "<ahelp hid=\".\">Opens a new window in your default e-mail program with the current document as an attachment. The Microsoft Excel file format is used.</ahelp>"
-msgstr ""
+#. ]}iD
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3152937\n"
+"99\n"
+"help.text"
+msgid "<variable id=\"vor_und_dok\"><link href=\"text/shared/01/01010100.xhp\" name=\"Templates and Documents\">Templates and Documents</link></variable>"
+msgstr "<variable id=\"vor_und_dok\"><link href=\"text/shared/01/01010100.xhp\" name=\"Templates and Documents\">შაბლონები და დოკუმენტები</link></variable>"
-#: 01160000.xhp#hd_id6694540.help.text
-msgid "E-mail as OpenDocument Presentation"
-msgstr ""
+#. qLK]
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3148520\n"
+"117\n"
+"help.text"
+msgid "The <emph>Templates and Documents</emph> dialog allows you to manage your templates and sample documents."
+msgstr "The <emph>Templates and Documents</emph>დიალოგი საშუალებას გაძლევთ მართოთ თქვენი შაბლონები და ნიმუში დოკუმენტები"
-#: 01160000.xhp#par_id7829218.help.text
-msgctxt "01160000.xhp#par_id7829218.help.text"
-msgid "<ahelp hid=\".\">Opens a new window in your default e-mail program with the current document as an attachment. The OpenDocument file format is used.</ahelp>"
-msgstr ""
+#. _q$0
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3157898\n"
+"118\n"
+"help.text"
+msgid "To open the <emph>Templates and Documents</emph> dialog, do one of the following:"
+msgstr "იმისათვის რომ გახსნათ <emph>შაბლონების და დოკუმენტების</emph> დიალოგი, გთოხვთ შეასრულოთ შემდეგი ოპერაცია:"
-#: 01160000.xhp#hd_id2099063.help.text
-msgid "E-mail as Microsoft PowerPoint Presentation"
-msgstr ""
+#. xLdj
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3156414\n"
+"125\n"
+"help.text"
+msgid "Choose <emph>File - New - Templates and Documents</emph>"
+msgstr "Choose <emph>ფაილი - ახალი - შაბლონები და დოკუმენტები</emph>"
-#: 01160000.xhp#par_id8319650.help.text
-msgid "<ahelp hid=\".\">Opens a new window in your default e-mail program with the current document as an attachment. The Microsoft PowerPoint file format is used.</ahelp>"
+#. kRtN
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3153114\n"
+"126\n"
+"help.text"
+msgid "Press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+N."
msgstr ""
-#: 01160000.xhp#hd_id9657277.help.text
-msgid "E-mail as OpenDocument Text"
+#. tU=r
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3159234\n"
+"5\n"
+"help.text"
+msgid "Categories"
msgstr ""
-#: 01160000.xhp#par_id9085055.help.text
-msgctxt "01160000.xhp#par_id9085055.help.text"
-msgid "<ahelp hid=\".\">Opens a new window in your default e-mail program with the current document as an attachment. The OpenDocument file format is used.</ahelp>"
+#. =#$h
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3157958\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\".\">Categories are shown in the box on the left side of the<emph> Templates and Documents</emph> dialog. Click a category to display the files associated with that category in the <emph>Title </emph>box.</ahelp>"
msgstr ""
-#: 01160000.xhp#hd_id7941831.help.text
-msgid "E-mail as Microsoft Word"
-msgstr ""
+#. R)q]
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3149388\n"
+"100\n"
+"help.text"
+msgid "Title Box"
+msgstr "სათაურის სარკმელი"
-#: 01160000.xhp#par_id5421918.help.text
-msgid "<ahelp hid=\".\">Opens a new window in your default e-mail program with the current document as an attachment. The Microsoft Word file format is used.</ahelp>"
-msgstr ""
+#. l/R9
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3150355\n"
+"101\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TEMPLATEDLG_FILEVIEW\">Lists the available templates or documents for the selected category. Select a template or document and, then click <emph>Open</emph>. To preview the document, click the <emph>Preview</emph> button above the box on the right.</ahelp>"
+msgstr "<ahelp hid=\"HID_TEMPLATEDLG_FILEVIEW\">წარმოგიდგენთ მონიშნულ კატეგორიაში არსებულ ყველა შაბლონს და დოკუმენტს. მონიშნეთ შაბლონი ან დოკუმენტი და დააწკაპუნეთ <emph>გახსენი</emph>. დოკუმენტის გადასახედად დააწკაპუნეთ ღილაკს<emph>გადახედვა</emph> მარჯვენა სარკმელში.</ahelp>"
-#: 01160000.xhp#hd_id3155391.5.help.text
-msgid "<link href=\"text/shared/01/01160300.xhp\" name=\"Create Master Document\">Create Master Document</link>"
-msgstr "<link href=\"text/shared/01/01160300.xhp\" name=\"Create Master Document\">მთავარი დოკუმენტის შექმნა</link>"
+#. L#AT
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3152996\n"
+"102\n"
+"help.text"
+msgid "Back"
+msgstr "უკან"
-#: 01160000.xhp#hd_id3153345.6.help.text
-msgid "<link href=\"text/swriter/01/01160500.xhp\" name=\"Create HTML Document\">Create HTML Document</link>"
-msgstr "<link href=\"text/swriter/01/01160500.xhp\" name=\"Create HTML Document\">HTML დოკუმენტის შექმნა</link>"
+#. ,TRp
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3153257\n"
+"help.text"
+msgid "<image id=\"img_id3149784\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149784\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149784\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149784\">ხატულა</alt></image>"
-#: 01160000.xhp#hd_id3149811.4.help.text
-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>"
+#. K=K%
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3153822\n"
+"103\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TEMPLATEDLG_TB_BACK\">Moves back to the previous window in the dialog.</ahelp>"
+msgstr "<ahelp hid=\"HID_TEMPLATEDLG_TB_BACK\">გადადის დიალოგში წინა ფანჯარაზე.</ahelp>"
-#: 05350500.xhp#tit.help.text
-msgctxt "05350500.xhp#tit.help.text"
-msgid "Textures"
+#. lH6q
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3148685\n"
+"104\n"
+"help.text"
+msgid "Up One Level"
msgstr ""
-#: 05350500.xhp#hd_id3150014.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05350500.xhp\" name=\"Textures\">Textures</link>"
-msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
+#. =Lr%
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3156152\n"
+"help.text"
+msgid "<image id=\"img_id3149762\" src=\"svtools/res/up_small.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149762\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149762\" src=\"svtools/res/up_small.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149762\">ხატულა</alt></image>"
-#: 05350500.xhp#par_id3147000.2.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEXTURE\">Sets the properties of the surface texture for the selected 3D object. This feature is only available after you apply a surface textures to the selected object. To quickly apply a surface texture, open the <emph>Gallery</emph>, hold down Shift+Ctrl (Mac: Shift+Command), and then drag an image onto the selected 3D object.</ahelp>"
-msgstr ""
+#. B\(t
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3156024\n"
+"105\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TEMPLATEDLG_TB_PREV\">Moves up one folder level, if available.</ahelp>"
+msgstr "<ahelp hid=\"HID_TEMPLATEDLG_TB_PREV\">თუ შესაძლებელია, გადადის ერთი დირექტორიით ზევით.</ahelp>"
-#: 05350500.xhp#hd_id3145212.4.help.text
-msgctxt "05350500.xhp#hd_id3145212.4.help.text"
-msgid "Textures"
-msgstr ""
+#. #sor
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3147264\n"
+"106\n"
+"help.text"
+msgid "Print"
+msgstr "ბეჭდვა"
-#: 05350500.xhp#par_id3159233.5.help.text
-msgid "Sets the texture properties."
+#. K2S+
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3154346\n"
+"help.text"
+msgid "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
+
+#. 5C;n
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3150359\n"
+"107\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TEMPLATEDLG_TB_PRINT\">Prints the selected template or document.</ahelp>"
+msgstr "<ahelp hid=\"HID_TEMPLATEDLG_TB_PRINT\">ბეჭდავს მონიშნულ შაბლონს ან დოკუმენტს.</ahelp>"
+
+#. \C4p
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3149651\n"
+"9\n"
+"help.text"
+msgid "Preview"
msgstr ""
-#: 05350500.xhp#hd_id3156410.6.help.text
-msgctxt "05350500.xhp#hd_id3156410.6.help.text"
-msgid "Type"
-msgstr "ტიპი:"
+#. (X`:
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3148799\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TEMPLATEDLG_TB_PRINT\">Allows you to preview the template or document, as well as view the document properties.</ahelp> To preview the template or document, click the <emph>Preview</emph> icon at the top of the Preview box on the right side of the dialog. To view the properties of the document, click the <emph>Document Properties</emph> icon at the top of the Preview box."
+msgstr "<ahelp hid=\"HID_TEMPLATEDLG_TB_PRINT\">საშუალებას გაძლევთ გადახედოთ შაბლონს ან დოკუმენტს და ასევე დოკუმენტების პარამეტრებს.</ahelp>იმისათვის რომ გადახედოთ შაბლონს და დოკუმენტს, დააჭირეთ ღილაკს <emph>გადახედვა</emph>დიალოგის მარჯვენა მხარეს გადახედვის სარკმლის დასაწყისში. დოკუმენტის პარამეტრების სანახავად დააწკაპუნეთ ღილაკს <emph>დოკუმენტის პარამეტრები</emph>გადახედვის სარკმლის დასაწყისში."
-#: 05350500.xhp#par_id3145345.7.help.text
-msgid "Set the color properties of the texture."
+#. R}%o
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3149807\n"
+"108\n"
+"help.text"
+msgid "Preview"
msgstr ""
-#: 05350500.xhp#hd_id3150775.8.help.text
-msgctxt "05350500.xhp#hd_id3150775.8.help.text"
-msgid "Black & White"
+#. s%Cc
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3150741\n"
+"help.text"
+msgid "<image id=\"img_id3148451\" src=\"svtools/res/preview_small.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148451\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148451\" src=\"svtools/res/preview_small.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148451\">ხატულა</alt></image>"
+
+#. n$Lw
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3151043\n"
+"109\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TEMPLATEDLG_TB_PREVIEW\">Allows you to preview the selected template or document.</ahelp>"
+msgstr "<ahelp hid=\"HID_TEMPLATEDLG_TB_PREVIEW\">საშუალებას გაძლევთ გადახედოთ მონიშნულ შაბლონს ან დოკუმენტს.</ahelp>"
+
+#. R3a:
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3145606\n"
+"110\n"
+"help.text"
+msgid "Document Properties"
+msgstr "დოკუმენტის პარამეტრები"
+
+#. qdd-
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3147353\n"
+"help.text"
+msgid "<image id=\"img_id3153367\" src=\"svtools/res/info_small.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153367\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153367\" src=\"svtools/res/info_small.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153367\">ხატულა</alt></image>"
+
+#. Go-+
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3153210\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TEMPLATEDLG_TB_DOCINFO\">Displays the properties for the selected template or document.</ahelp>"
+msgstr "<ahelp hid=\"HID_TEMPLATEDLG_TB_DOCINFO\">გიჩვენებთ მონიშნული შაბლონის ან დოკუმენტის პარამეტრებს.</ahelp>"
+
+#. :LXN
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3153142\n"
+"111\n"
+"help.text"
+msgid "Organize"
msgstr ""
-#: 05350500.xhp#par_id3147242.9.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_LUMINANCE\">Converts the texture to black and white.</ahelp>"
+#. meA-
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3156441\n"
+"112\n"
+"help.text"
+msgid "<ahelp hid=\"SVTOOLS_PUSHBUTTON_DLG_DOCTEMPLATE_BTN_DOCTEMPLATE_MANAGE\">Adds, removes, or rearranges templates or sample documents.</ahelp>"
msgstr ""
-#: 05350500.xhp#par_id3146773.help.text
+#. 41Ec
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3149483\n"
+"113\n"
+"help.text"
+msgid "Edit"
+msgstr "გასვლა"
+
+#. fCZ|
+#: 01010100.xhp
#, fuzzy
-msgid "<image id=\"img_id3150084\" src=\"svx/res/luminanc.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3150084\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149784\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149784\">ხატულა</alt></image>"
+msgctxt ""
+"01010100.xhp\n"
+"par_id3154470\n"
+"114\n"
+"help.text"
+msgid "<ahelp hid=\"SVTOOLS_PUSHBUTTON_DLG_DOCTEMPLATE_BTN_DOCTEMPLATE_EDIT\">Opens the selected template for editing.</ahelp>"
+msgstr "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_DOC_TEMPLATE:BT_EDIT\">მონიშნული შაბლონის გახსნა რედაქტირებისთვის.</ahelp>"
-#: 05350500.xhp#par_id3156156.10.help.text
-msgctxt "05350500.xhp#par_id3156156.10.help.text"
-msgid "Black & White"
+#. B=d0
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3147428\n"
+"115\n"
+"help.text"
+msgid "Open"
msgstr ""
-#: 05350500.xhp#hd_id3150670.11.help.text
-msgctxt "05350500.xhp#hd_id3150670.11.help.text"
-msgid "Color"
+#. **_)
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3148617\n"
+"116\n"
+"help.text"
+msgid "<ahelp hid=\"SVTOOLS_PUSHBUTTON_DLG_DOCTEMPLATE_BTN_DOCTEMPLATE_EDIT\">Opens the selected document or creates a document based on the selected template.</ahelp>"
msgstr ""
-#: 05350500.xhp#par_id3145119.12.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_COLOR\">Converts the texture to color.</ahelp>"
+#. \5$.
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3155306\n"
+"98\n"
+"help.text"
+msgid "To add another folder to the template path, choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010300.xhp\" name=\"$[officename] - Paths\"><emph>$[officename] - Paths</emph></link>, and then enter the path."
msgstr ""
-#: 05350500.xhp#par_id3153126.help.text
+#. NWQ%
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3149379\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01100000.xhp\" name=\"File properties\">File properties</link>"
+msgstr "<link href=\"text/shared/01/01100000.xhp\" name=\"File properties\">ფაილის პარამეტრები</link>"
+
+#. 2]Ve
+#: 01010100.xhp
#, fuzzy
-msgid "<image id=\"img_id3155388\" src=\"svx/res/color.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3155388\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153821\">ხატულა</alt></image>"
+msgctxt ""
+"01010100.xhp\n"
+"par_id3147396\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01110100.xhp\" name=\"Template Management\">Template Management</link>"
+msgstr "<link href=\"text/shared/01/02030000.xhp\" name=\"Repeat\">გამეორება</link>"
-#: 05350500.xhp#par_id3145316.13.help.text
-msgctxt "05350500.xhp#par_id3145316.13.help.text"
-msgid "Color"
+#. U6y5
+#: 05990000.xhp
+msgctxt ""
+"05990000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Text"
msgstr ""
-#: 05350500.xhp#hd_id3155342.14.help.text
-msgctxt "05350500.xhp#hd_id3155342.14.help.text"
-msgid "Mode"
+#. Ls*5
+#: 05990000.xhp
+msgctxt ""
+"05990000.xhp\n"
+"hd_id3155757\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">Text</link>"
+msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
+
+#. bQS3
+#: 05990000.xhp
+msgctxt ""
+"05990000.xhp\n"
+"par_id3150467\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"texttext\"><ahelp hid=\".uno:TextAttributes\">Sets the layout and anchoring properties for text in the selected drawing or text object.</ahelp></variable>"
msgstr ""
-#: 05350500.xhp#par_id3153827.15.help.text
-msgid "Show or hide shading."
+#. pzm;
+#: 05990000.xhp
+msgctxt ""
+"05990000.xhp\n"
+"par_id3150620\n"
+"3\n"
+"help.text"
+msgid "This command is only available for drawing objects that can contain text, for example for rectangles, but not for lines."
msgstr ""
-#: 05350500.xhp#hd_id3149191.16.help.text
-msgctxt "05350500.xhp#hd_id3149191.16.help.text"
-msgid "Only Texture"
+#. iavI
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Area"
msgstr ""
-#: 05350500.xhp#par_id3148564.17.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_REPLACE\">Applies the texture without shading.</ahelp>"
+#. %TGz
+#: 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 ""
-#: 05350500.xhp#par_id3154280.help.text
+#. UhDt
+#: 05210100.xhp
#, fuzzy
-msgid "<image id=\"img_id3149045\" src=\"svx/res/replac3d.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3149045\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149784\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149784\">ხატულა</alt></image>"
+msgctxt ""
+"05210100.xhp\n"
+"hd_id3145759\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area\">Area</link>"
+msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">არე</link>"
-#: 05350500.xhp#par_id3156435.18.help.text
-msgctxt "05350500.xhp#par_id3156435.18.help.text"
-msgid "Only Texture"
+#. S!36
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id3149748\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AREA_AREA\">Set the fill options for the selected drawing object.</ahelp>"
msgstr ""
-#: 05350500.xhp#hd_id3150541.19.help.text
-msgctxt "05350500.xhp#hd_id3150541.19.help.text"
-msgid "Texture and Shading"
+#. ZDMY
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id3154863\n"
+"65\n"
+"help.text"
+msgid "You can save collections of colors, gradients, hatchings, and bitmap patterns as lists that you can later load and use."
msgstr ""
-#: 05350500.xhp#par_id3154938.20.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_MODULATE\">Applies the texture with shading. To define the shading options for the texture, click the <emph>Shading</emph> button in this dialog.</ahelp>"
+#. FPra
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"hd_id3149999\n"
+"3\n"
+"help.text"
+msgid "Fill"
+msgstr "შევსება"
+
+#. @/=Y
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id3154673\n"
+"4\n"
+"help.text"
+msgid "<variable id=\"sytext\"><ahelp hid=\".uno:FillStyle\">Select the type of fill that you want to apply to the selected drawing object.</ahelp></variable>"
msgstr ""
-#: 05350500.xhp#par_id3150742.help.text
-#, fuzzy
-msgid "<image id=\"img_id3152803\" src=\"svx/res/modula3d.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3152803\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150503\">ხატულა</alt></image>"
+#. P]DS
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id3148548\n"
+"55\n"
+"help.text"
+msgid "List boxes on the <emph>Drawing Object Properties</emph> toolbar:"
+msgstr ""
-#: 05350500.xhp#par_id3145419.21.help.text
-msgctxt "05350500.xhp#par_id3145419.21.help.text"
-msgid "Texture and Shading"
+#. YaV.
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"hd_id3147373\n"
+"5\n"
+"help.text"
+msgid "None"
msgstr ""
-#: 05350500.xhp#hd_id3148672.22.help.text
-msgid "Projection X"
+#. L@c;
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id3147088\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_AREA_RBT_FILL_OFF\">Does not apply a fill to the selected object. If the object contains a fill, the fill is removed.</ahelp>"
msgstr ""
-#: 05350500.xhp#par_id3148677.23.help.text
-msgid "Set the options for displaying the texture."
+#. ckf@
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"hd_id3153345\n"
+"8\n"
+"help.text"
+msgid "Color"
msgstr ""
-#: 05350500.xhp#hd_id3148453.24.help.text
-msgctxt "05350500.xhp#hd_id3148453.24.help.text"
-msgid "Object-specific"
+#. *%v_
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id3149750\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_AREA:RBT_COLOR\">Fills the selected object with the color that you click in the list.</ahelp>"
msgstr ""
-#: 05350500.xhp#par_id3144432.25.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_OBJECT_X\">Automatically adjusts the texture based on the shape and size of the object.</ahelp>"
+#. O]H?
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id3153147\n"
+"57\n"
+"help.text"
+msgid "To add a color to the list, choose <link href=\"text/shared/optionen/01010500.xhp\" name=\"Format - Area\"><emph>Format - Area</emph></link>, click the<emph> Colors</emph> tab, and then click <emph>Edit</emph>."
msgstr ""
-#: 05350500.xhp#par_id3155103.help.text
-#, fuzzy
-msgid "<image id=\"img_id3148920\" src=\"svx/res/objspc3d.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3148920\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
+#. *#FP
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id9695730\n"
+"help.text"
+msgid "To add a color to the list, choose <link href=\"text/shared/optionen/01010500.xhp\" name=\"Format - Area\"><emph>Format - Area</emph></link>, click the <emph>Colors</emph> tab, and then click <emph>Edit</emph>."
+msgstr ""
-#: 05350500.xhp#par_id3155133.26.help.text
-msgctxt "05350500.xhp#par_id3155133.26.help.text"
-msgid "Object-specific"
+#. !!3_
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"hd_id3144438\n"
+"10\n"
+"help.text"
+msgid "Gradient"
msgstr ""
-#: 05350500.xhp#hd_id3147300.27.help.text
-msgctxt "05350500.xhp#hd_id3147300.27.help.text"
-msgid "Parallel"
+#. ?I*[
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id3153716\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_AREA:RBT_GRADIENT\">Fills the selected object with the gradient that you click in the list.</ahelp>"
msgstr ""
-#: 05350500.xhp#par_id3153768.28.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_PARALLEL_X\">Applies the texture parallel to the horizontal axis.</ahelp>"
+#. CW(T
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"hd_id3154047\n"
+"12\n"
+"help.text"
+msgid "Hatching"
msgstr ""
-#: 05350500.xhp#par_id3148977.help.text
-#, fuzzy
-msgid "<image id=\"img_id3147478\" src=\"svx/res/parallel.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3147478\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149784\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149784\">ხატულა</alt></image>"
+#. 9S`n
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id3153698\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_AREA_RBT_HATCH\">Fills the selected object with the hatching pattern that you click in the list. To apply a background color to the hatching pattern, select the <emph>Background color</emph> box, and then click a color in the list.</ahelp>"
+msgstr ""
-#: 05350500.xhp#par_id3147579.29.help.text
-msgctxt "05350500.xhp#par_id3147579.29.help.text"
-msgid "Parallel"
+#. I)2G
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"hd_id3150771\n"
+"14\n"
+"help.text"
+msgid "Bitmap"
msgstr ""
-#: 05350500.xhp#hd_id3148577.30.help.text
-msgctxt "05350500.xhp#hd_id3148577.30.help.text"
-msgid "Circular"
+#. mb$*
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id3149762\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_AREA:RBT_BITMAP\">Fills the selected object with the bitmap pattern that you click in the list. To add a bitmap to the list, open this dialog in %PRODUCTNAME Draw, click the <emph>Bitmaps </emph>tab, and then click <emph>Import</emph>.</ahelp>"
msgstr ""
-#: 05350500.xhp#par_id3152418.31.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_CIRCLE_X\">Wraps the horizontal axis of the texture pattern around a sphere.</ahelp>"
+#. +K2B
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"hd_id3150504\n"
+"16\n"
+"help.text"
+msgid "Area Fill"
msgstr ""
-#: 05350500.xhp#par_id3154013.help.text
-#, fuzzy
-msgid "<image id=\"img_id3153943\" src=\"svx/res/parallel.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153943\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153821\">ხატულა</alt></image>"
+#. .z:}
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id3153626\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_AREA:LB_BITMAP\">Click the fill that you want to apply to the selected object.</ahelp>"
+msgstr ""
-#: 05350500.xhp#par_id3156006.32.help.text
-msgctxt "05350500.xhp#par_id3156006.32.help.text"
-msgid "Circular"
+#. M/Tn
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"hd_id3154346\n"
+"20\n"
+"help.text"
+msgid "Increments (Gradients)"
msgstr ""
-#: 05350500.xhp#hd_id3154129.33.help.text
-msgid "Projection Y"
+#. *g3+
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id3144423\n"
+"21\n"
+"help.text"
+msgid "Set the number of steps for blending the two end colors of a gradient."
msgstr ""
-#: 05350500.xhp#par_id3152878.34.help.text
-msgid "Click the respective buttons to define the texture for the object Y axis."
+#. Rh-A
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"hd_id3147264\n"
+"22\n"
+"help.text"
+msgid "Automatic"
msgstr ""
-#: 05350500.xhp#hd_id3154693.35.help.text
-msgctxt "05350500.xhp#hd_id3154693.35.help.text"
-msgid "Object-specific"
+#. 3SyV
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id3149457\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_AREA:TSB_STEPCOUNT\">Automatically determines the number of steps for blending the two end colors of the gradient.</ahelp>"
msgstr ""
-#: 05350500.xhp#par_id3153095.36.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_OBJECT_Y\">Automatically adjusts the texture based on the shape and size of the object.</ahelp>"
+#. +^mT
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"hd_id3154388\n"
+"24\n"
+"help.text"
+msgid "Increment"
msgstr ""
-#: 05350500.xhp#par_id3153210.help.text
-#, fuzzy
-msgid "<image id=\"img_id3153188\" src=\"svx/res/objspc3d.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3153188\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150868\" src=\"res/sx03139.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150868\">ხატულა</alt></image>"
+#. GRH+
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id3150360\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:NUMERICFIELD:RID_SVXPAGE_AREA:NUM_FLD_STEPCOUNT\">Enter the number of steps for blending the two end colors of the gradient.</ahelp>"
+msgstr ""
-#: 05350500.xhp#par_id3147435.37.help.text
-msgctxt "05350500.xhp#par_id3147435.37.help.text"
-msgid "Object-specific"
+#. q/m)
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"hd_id3153381\n"
+"31\n"
+"help.text"
+msgid "Size (Bitmaps)"
msgstr ""
-#: 05350500.xhp#hd_id3148775.38.help.text
-msgctxt "05350500.xhp#hd_id3148775.38.help.text"
-msgid "Parallel"
+#. j@/P
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id3148798\n"
+"32\n"
+"help.text"
+msgid "Specify the dimensions of the bitmap."
msgstr ""
-#: 05350500.xhp#par_id3145730.39.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_PARALLEL_Y\">Applies the texture parallel to the vertical axis.</ahelp>"
+#. S9c\
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"hd_id3154068\n"
+"33\n"
+"help.text"
+msgid "Relative"
msgstr ""
-#: 05350500.xhp#par_id3147485.help.text
-#, fuzzy
-msgid "<image id=\"img_id3151280\" src=\"svx/res/parallel.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3151280\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156283\">ხატულა</alt></image>"
+#. {GgU
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id3125865\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_AREA:TSB_SCALE\">Rescales the bitmap relative to the size of the selected object by the percentage values that you enter in the <emph>Width</emph> and <emph>Height</emph> boxes . Clear this checkbox to resize the selected object with the measurements that you enter in the <emph>Width</emph> and <emph>Height</emph> boxes.</ahelp>"
+msgstr ""
-#: 05350500.xhp#par_id3156737.40.help.text
-msgctxt "05350500.xhp#par_id3156737.40.help.text"
-msgid "Parallel"
+#. ][.P
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"hd_id3149202\n"
+"35\n"
+"help.text"
+msgid "Original"
msgstr ""
-#: 05350500.xhp#hd_id3149377.41.help.text
-msgctxt "05350500.xhp#hd_id3149377.41.help.text"
-msgid "Circular"
+#. -a):
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id3153970\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_AREA:TSB_ORIGINAL\">Retains the original size of the bitmap when filling the selected object. To resize the bitmap, clear this checkbox, and then click <emph>Relative</emph>.</ahelp>"
msgstr ""
-#: 05350500.xhp#par_id3159348.42.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_CIRCLE_Y\">Wraps the vertical axis of the texture pattern around a sphere.</ahelp>"
+#. H0/L
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"hd_id3155994\n"
+"37\n"
+"help.text"
+msgid "Width"
msgstr ""
-#: 05350500.xhp#par_id3157876.help.text
-#, fuzzy
-msgid "<image id=\"img_id3152807\" src=\"svx/res/parallel.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152807\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153821\">ხატულა</alt></image>"
+#. =-yb
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id3149810\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_AREA:MTR_FLD_X_SIZE\">Enter a width for the bitmap.</ahelp>"
+msgstr ""
-#: 05350500.xhp#par_id3151173.43.help.text
-msgctxt "05350500.xhp#par_id3151173.43.help.text"
-msgid "Circular"
+#. @B6g
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"hd_id3156281\n"
+"39\n"
+"help.text"
+msgid "Height"
msgstr ""
-#: 05350500.xhp#hd_id3149581.44.help.text
-msgctxt "05350500.xhp#hd_id3149581.44.help.text"
-msgid "Filter"
+#. z957
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id3150868\n"
+"40\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_AREA:MTR_FLD_Y_SIZE\">Enter a height for the bitmap.</ahelp>"
msgstr ""
-#: 05350500.xhp#par_id3148456.45.help.text
-msgid "Filters out some of the 'noise' that can occur when you apply a texture to a 3D object."
+#. JlS?
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"hd_id3148673\n"
+"41\n"
+"help.text"
+msgid "Position (Bitmaps)"
msgstr ""
-#: 05350500.xhp#hd_id3151319.46.help.text
-msgctxt "05350500.xhp#hd_id3151319.46.help.text"
-msgid "Filtering On/Off"
+#. 0=Qa
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id3154821\n"
+"42\n"
+"help.text"
+msgid "Click in the position grid to specify the offset for tiling the bitmap."
msgstr ""
-#: 05350500.xhp#par_id3151038.47.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_FILTER\">Blurs the texture slightly to remove unwanted speckles.</ahelp>"
+#. re6d
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"hd_id3153056\n"
+"43\n"
+"help.text"
+msgid "X Offset"
msgstr ""
-#: 05350500.xhp#par_id3145651.help.text
-#, fuzzy
-msgid "<image id=\"img_id3156355\" src=\"res/sx10715.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3156355\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156283\">ხატულა</alt></image>"
+#. ?QBi
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id3147299\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_AREA:MTR_FLD_X_OFFSET\">Enter the horizontal offset for tiling the bitmap.</ahelp>"
+msgstr ""
-#: 05350500.xhp#par_id3146900.48.help.text
-msgctxt "05350500.xhp#par_id3146900.48.help.text"
-msgid "Filtering On/Off"
+#. (Ox/
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"hd_id3149985\n"
+"45\n"
+"help.text"
+msgid "Y Offset"
msgstr ""
-#: 03040000.xhp#tit.help.text
-msgid "Input Method Status"
+#. F1.R
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id3148559\n"
+"46\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_AREA:MTR_FLD_Y_OFFSET\">Enter the vertical offset for tiling the bitmap.</ahelp>"
msgstr ""
-#: 03040000.xhp#bm_id3159079.help.text
-msgid "<bookmark_value>IME;showing/hiding</bookmark_value><bookmark_value>input method window</bookmark_value>"
-msgstr "<bookmark_value>აღდგენა;რედაქტირება</bookmark_value><bookmark_value>ბრძანების გამეორება</bookmark_value>"
+#. ~.l1
+#: 05210100.xhp
+#, fuzzy
+msgctxt ""
+"05210100.xhp\n"
+"hd_id3156060\n"
+"27\n"
+"help.text"
+msgid "Tile"
+msgstr "შევსება"
-#: 03040000.xhp#hd_id3159079.1.help.text
-msgid "<link href=\"text/shared/01/03040000.xhp\" name=\"Input Method Status\">Input Method Status</link>"
+#. IHjB
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id3152576\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_AREA:TSB_TILE\">Tiles the bitmap to fill the selected object.</ahelp>"
msgstr ""
-#: 03040000.xhp#par_id3148668.2.help.text
-msgid "<ahelp hid=\".uno:ShowImeStatusWindow\">Shows or hides the Input Method Engine (IME) status window.</ahelp>"
+#. a2J-
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"hd_id3150334\n"
+"29\n"
+"help.text"
+msgid "AutoFit"
msgstr ""
-#: 03040000.xhp#par_id3157898.3.help.text
-msgid "Currently only the Internet/Intranet Input Method Protocol (IIIMP) under Unix is supported."
+#. n|nN
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id3149481\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_AREA:TSB_STRETCH\">Stretches the bitmap to fill the selected object. To use this feature, clear the <emph>Tile </emph>box.</ahelp>"
msgstr ""
-#: 06150120.xhp#tit.help.text
-msgid "Transformation"
+#. :B`F
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"hd_id3148555\n"
+"47\n"
+"help.text"
+msgid "Offset"
msgstr ""
-#: 06150120.xhp#hd_id3147477.21.help.text
-msgid "<variable id=\"transformation\"><link href=\"text/shared/01/06150120.xhp\" name=\"Transformation\">Transformation</link></variable>"
+#. 7]Yf
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id3155412\n"
+"48\n"
+"help.text"
+msgid "Specify the offset for tiling the bitmap in terms of rows and columns."
msgstr ""
-#: 06150120.xhp#par_id3154350.1.help.text
-msgid "<ahelp visibility=\"visible\" hid=\"\">Enter or edit file information for an <link href=\"text/shared/01/06150000.xhp\" name=\"XML filter\">XML filter</link>.</ahelp>"
-msgstr ""
+#. fksU
+#: 05210100.xhp
+#, fuzzy
+msgctxt ""
+"05210100.xhp\n"
+"hd_id3151115\n"
+"49\n"
+"help.text"
+msgid "Row"
+msgstr "რიგები"
-#: 06150120.xhp#hd_id3148668.2.help.text
-msgid "DocType"
+#. O-nD
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id3155369\n"
+"50\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_AREA:RBT_ROW\">Horizontally offsets the original bitmap relative to the bitmap tiles by the amount that you enter.</ahelp>"
msgstr ""
-#: 06150120.xhp#par_id3155934.3.help.text
-msgid "<ahelp hid=\"HID_XML_FILTER_DOCTYPE\" visibility=\"visible\">Enter the DOCTYPE of the XML file.</ahelp>"
+#. vgMI
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"hd_id3144442\n"
+"51\n"
+"help.text"
+msgid "Column"
msgstr ""
-#: 06150120.xhp#par_id3148520.4.help.text
-msgid "For example, the DOCTYPE defined for the current DocBook XML filter is:"
+#. dsno
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id3146974\n"
+"52\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_AREA:RBT_COLUMN\">Vertically offsets the original bitmap relative to the bitmap tiles by the amount that you enter.</ahelp>"
msgstr ""
-#: 06150120.xhp#par_id3155364.5.help.text
-msgid "-//OASIS//DTD DocBook XML V4.1.2//EN"
-msgstr ""
+#. L~=W
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"hd_id3150684\n"
+"53\n"
+"help.text"
+msgid "Percent"
+msgstr "პროცენტი"
-#: 06150120.xhp#par_id3145829.6.help.text
-msgid "The resulting line in the XML document is:"
+#. Ol${
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id3155314\n"
+"54\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_AREA:MTR_FLD_OFFSET\">Enter the percentage to offset the rows or columns.</ahelp>"
msgstr ""
-#: 06150120.xhp#par_id3152594.7.help.text
-msgid "<!DOCTYPE article PUBLIC \"-//OASIS//DTD DocBook XML V4.1.2//EN\" \"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd\">"
+#. 8d6H
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"hd_id3152887\n"
+"59\n"
+"help.text"
+msgid "Background Color (Hatching)"
msgstr ""
-#: 06150120.xhp#hd_id3149180.8.help.text
-msgid "DTD"
+#. X`ob
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"hd_id3153364\n"
+"61\n"
+"help.text"
+msgid "Background color"
msgstr ""
-#: 06150120.xhp#par_id3153394.9.help.text
-msgid "<ahelp hid=\"HID_XML_FILTER_DTD\" visibility=\"visible\">If you want, enter the public or system identifier of the DTD (Document Type Definition) that you want to use.</ahelp>"
+#. Nr5:
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id3152940\n"
+"62\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_AREA:CB_HATCHBCKGRD\">Applies a background color to the hatching pattern. Select this checkbox, and then click a color in the list.</ahelp>"
msgstr ""
-#: 06150120.xhp#par_id3152867.10.help.text
-msgid "If present, both identifiers are written to the DOCTYPE declaration in saved XML files."
+#. CsJu
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"hd_id3152460\n"
+"63\n"
+"help.text"
+msgid "List of colors"
msgstr ""
-#: 06150120.xhp#par_id3155892.11.help.text
-msgid "The public identifier is used to detect the filter when you open a file without specifying a filter."
+#. BMMI
+#: 05210100.xhp
+msgctxt ""
+"05210100.xhp\n"
+"par_id3157309\n"
+"64\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_AREA:LB_HATCHBCKGRDCOLOR\">Click the color that you want to use as a background for the selected hatching pattern.</ahelp>"
msgstr ""
-#: 06150120.xhp#hd_id3155338.12.help.text
-msgctxt "06150120.xhp#hd_id3155338.12.help.text"
-msgid "Browse"
+#. N,u+
+#: 05070000.xhp
+msgctxt ""
+"05070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Aligning (Objects)"
msgstr ""
-#: 06150120.xhp#par_id3150506.13.help.text
-msgid "<ahelp hid=\"HID_XML_FILTER_IMPORT_TEMPLATE_BROWSE\" visibility=\"visible\">Opens a file selection dialog.</ahelp>"
+#. 16H0
+#: 05070000.xhp
+msgctxt ""
+"05070000.xhp\n"
+"bm_id3149987\n"
+"help.text"
+msgid "<bookmark_value>aligning; objects</bookmark_value><bookmark_value>positioning; objects</bookmark_value><bookmark_value>ordering; objects</bookmark_value>"
msgstr ""
-#: 06150120.xhp#hd_id3153527.14.help.text
-msgctxt "06150120.xhp#hd_id3153527.14.help.text"
-msgid "XSLT for export"
-msgstr ""
+#. {IKI
+#: 05070000.xhp
+#, fuzzy
+msgctxt ""
+"05070000.xhp\n"
+"hd_id3149987\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05070000.xhp\" name=\"Aligning (Objects)\">Alignment (Objects)</link>"
+msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
-#: 06150120.xhp#par_id3152552.15.help.text
-msgid "<ahelp hid=\"HID_XML_FILTER_EXPORT_XSLT\" visibility=\"visible\">If this is an export filter, enter the file name of the XSLT stylesheet that you want to use for exporting.</ahelp>"
+#. ..,0
+#: 05070000.xhp
+msgctxt ""
+"05070000.xhp\n"
+"par_id3150445\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Aligns selected objects with respect to one another.</ahelp>"
msgstr ""
-#: 06150120.xhp#hd_id3149149.20.help.text
-msgctxt "06150120.xhp#hd_id3149149.20.help.text"
-msgid "XSLT for import"
+#. ;AEM
+#: 05070000.xhp
+msgctxt ""
+"05070000.xhp\n"
+"par_id3150144\n"
+"4\n"
+"help.text"
+msgid "If one of the selected objects is anchored as a character, some of the alignment options do not work."
msgstr ""
-#: 06150120.xhp#par_id3147653.16.help.text
-msgid "<ahelp hid=\"HID_XML_FILTER_IMPORT_XSLT\" visibility=\"visible\">If this is an import filter, enter the file name of the XSLT stylesheet that you want to use for importing.</ahelp>"
+#. AKqi
+#: 05070000.xhp
+msgctxt ""
+"05070000.xhp\n"
+"par_id8872646\n"
+"help.text"
+msgid "Not all types of objects can be selected together. Not all modules (Writer, Calc, Impress, Draw) support all types of alignment."
msgstr ""
-#: 06150120.xhp#hd_id3147242.17.help.text
-msgctxt "06150120.xhp#hd_id3147242.17.help.text"
-msgid "Template for import"
-msgstr ""
+#. h[$s
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Templates"
+msgstr "შაბლონი:"
-#: 06150120.xhp#par_id3153320.18.help.text
-msgid "<ahelp hid=\"HID_XML_FILTER_IMPORT_TEMPLATE\" visibility=\"visible\">Enter the name of the template that you want to use for importing. In the template, styles are defined to display XML tags.</ahelp>"
-msgstr ""
+#. _@+a
+#: 01110000.xhp
+#, fuzzy
+msgctxt ""
+"01110000.xhp\n"
+"hd_id3155577\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01110000.xhp\" name=\"Templates\">Templates</link>"
+msgstr "<link href=\"text/shared/01/02030000.xhp\" name=\"Repeat\">გამეორება</link>"
-#: 06150120.xhp#par_id3156330.19.help.text
-msgid "The path to the directory that contains the template must be included in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Paths</emph>. When you open an XML file whose filter uses the template, the template opens first. In the template, you can map $[officename] styles to display XML tags in the XML document."
+#. 7zHg
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"par_id3154894\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Lets you organize and edit your templates, as well as save the current file as a template.</ahelp>"
+msgstr "<ahelp hid=\".\">შეგიძლიათ დაალაგოთ ან რედაქტირება გაუკეთოთ თქვენს შაბლონებს, ასევე, მიმდინარე ფაილები შეინახოთ შაბლონების სახით.</ahelp>"
+
+#. :vxC
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"hd_id3149893\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01110101.xhp\" name=\"Address Book Source\">Address Book Source</link>"
+msgstr "<link href=\"text/shared/01/01110101.xhp\" name=\"Address Book Source\">მისამართების წიგნის წყარო</link>"
+
+#. ?8#(
+#: 01160200.xhp
+msgctxt ""
+"01160200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Document as E-mail"
+msgstr "დოკუმენტი როგორც ელოფსტა"
+
+#. 0L39
+#: 01160200.xhp
+msgctxt ""
+"01160200.xhp\n"
+"hd_id3150702\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01160200.xhp\">Document as E-mail</link>"
+msgstr "<link href=\"text/shared/01/01160200.xhp\">დოკუმენტი როგორც ელოფსტა</link>"
+
+#. f.3[
+#: 01160200.xhp
+msgctxt ""
+"01160200.xhp\n"
+"par_id3152823\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"versendentext\"><ahelp hid=\".uno:SendMail\">Opens a new window in your default e-mail 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\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - General is used."
msgstr ""
-#: 05230100.xhp#tit.help.text
-msgctxt "05230100.xhp#tit.help.text"
-msgid "Position and Size"
+#. *[jW
+#: 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 not be sent with the e-mail."
msgstr ""
-#: 05230100.xhp#bm_id3154350.help.text
-msgid "<bookmark_value>positioning;draw objects and controls</bookmark_value><bookmark_value>draw objects;positioning and resizing</bookmark_value><bookmark_value>controls; positions and sizes</bookmark_value><bookmark_value>sizes;draw objects</bookmark_value><bookmark_value>anchors;types/positions for draw objects</bookmark_value><bookmark_value>draw objects; anchoring</bookmark_value>"
+#. p4Z4
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Line"
msgstr ""
-#: 05230100.xhp#hd_id3154350.1.help.text
+#. ktd1
+#: 05200100.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05230100.xhp\" name=\"Position and Size\">Position and Size</link>"
-msgstr "<link href=\"text/shared/01/05230000.xhp\" name=\"Position and Size\">პოზიცია და ზომა</link>"
+msgctxt ""
+"05200100.xhp\n"
+"hd_id3148882\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line\">Line</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-#: 05230100.xhp#par_id3153255.2.help.text
-msgid "<ahelp hid=\".\">Resizes or moves the selected object.</ahelp>"
+#. i7hG
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"par_id3153272\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LINE_LINE\">Set the formatting options for the selected line or the line that you want to draw. You can also add arrowheads to a line, or change chart symbols.</ahelp>"
msgstr ""
-#: 05230100.xhp#hd_id3158405.3.help.text
-msgctxt "05230100.xhp#hd_id3158405.3.help.text"
-msgid "Position"
+#. hS4m
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"hd_id3147000\n"
+"3\n"
+"help.text"
+msgid "Line properties"
msgstr ""
-#: 05230100.xhp#par_id3159201.4.help.text
-msgid "Specify the location of the selected object on the page."
+#. $Hxs
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"hd_id3148983\n"
+"5\n"
+"help.text"
+msgid "Styles"
msgstr ""
-#: 05230100.xhp#hd_id3157896.5.help.text
-msgid "Position X"
+#. Xx!O
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"par_id3147143\n"
+"6\n"
+"help.text"
+msgid "<variable id=\"stiltext\"><ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_LINE:LB_LINE_STYLE\">Select the line style that you want to use.</ahelp></variable>"
msgstr ""
-#: 05230100.xhp#par_id3155616.6.help.text
-msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_POSITION_SIZE_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>"
+#. Zs+G
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"hd_id3150789\n"
+"7\n"
+"help.text"
+msgid "Colors"
msgstr ""
-#: 05230100.xhp#hd_id3151226.7.help.text
-msgid "Position Y"
+#. 2Vy3
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"par_id3147226\n"
+"8\n"
+"help.text"
+msgid "<variable id=\"farbetext\"><ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_LINE:LB_COLOR\">Select a color for the line.</ahelp></variable>"
msgstr ""
-#: 05230100.xhp#par_id3147373.8.help.text
-msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_POSITION_SIZE_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>"
+#. #-*8
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"hd_id3159234\n"
+"9\n"
+"help.text"
+msgid "Widths"
msgstr ""
-#: 05230100.xhp#hd_id3147834.9.help.text
-msgctxt "05230100.xhp#hd_id3147834.9.help.text"
-msgid "Base point"
+#. QM=s
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"par_id3150774\n"
+"10\n"
+"help.text"
+msgid "<variable id=\"breitetext\"><ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_LINE:MTR_FLD_LINE_WIDTH\">Select the width for the line. You can append a measurement unit. A zero line width results in a hairline with a width of one pixel of the output medium.</ahelp></variable>"
msgstr ""
-#: 05230100.xhp#par_id3147008.10.help.text
-msgid "<ahelp hid=\"HID_TPPOSITION_CTRL\">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>"
+#. bM+F
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"hd_id3153681\n"
+"11\n"
+"help.text"
+msgid "Transparency"
msgstr ""
-#: 05230100.xhp#hd_id3155942.19.help.text
-msgctxt "05230100.xhp#hd_id3155942.19.help.text"
-msgid "Size"
-msgstr "ზომა:"
-
-#: 05230100.xhp#par_id3150774.20.help.text
-msgid "Specify the amount by which you want to resize the selected object with respect to the selected base point ."
+#. ;16h
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"par_id3156346\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_LINE:MTR_LINE_TRANSPARENT\">Enter the transparency of the line, where 100% corresponds to completely transparent and 0% to completely opaque. </ahelp>"
msgstr ""
-#: 05230100.xhp#hd_id3143267.21.help.text
-msgctxt "05230100.xhp#hd_id3143267.21.help.text"
-msgid "Width"
+#. \R[,
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"par_id3152996\n"
+"33\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>The <emph>Line</emph> tab of the <emph>Data Series</emph> dialog is only available if you select an XY <emph>Chart type</emph>.</defaultinline></switchinline>"
msgstr ""
-#: 05230100.xhp#par_id3149811.22.help.text
-msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_POSITION_SIZE_MTR_FLD_WIDTH\">Enter a width for the selected object.</ahelp>"
+#. !Wk^
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"hd_id3153331\n"
+"23\n"
+"help.text"
+msgid "Icon"
msgstr ""
-#: 05230100.xhp#hd_id3150443.23.help.text
-msgctxt "05230100.xhp#hd_id3150443.23.help.text"
-msgid "Height"
+#. dK.X
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"par_id3149955\n"
+"24\n"
+"help.text"
+msgid "Set the options for the data point symbols in your chart."
msgstr ""
-#: 05230100.xhp#par_id3147209.24.help.text
-msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_POSITION_SIZE_MTR_FLD_HEIGHT\">Enter a height for the selected object.</ahelp>"
+#. j|w{
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"hd_id3158430\n"
+"25\n"
+"help.text"
+msgid "Select"
msgstr ""
-#: 05230100.xhp#hd_id3149796.25.help.text
-msgctxt "05230100.xhp#hd_id3149796.25.help.text"
-msgid "Keep ratio"
+#. j7pY
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"par_id3152944\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:MENUBUTTON:RID_SVXPAGE_LINE:MB_SYMBOL_BITMAP\">Select the symbol style that you want to use in your chart.</ahelp> If you select <emph>Automatic</emph>, $[officename] uses the default symbols for the selected chart type."
msgstr ""
-#: 05230100.xhp#par_id3155341.26.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_POSITION_SIZE_CBX_SCALE\">Maintains proportions when you resize the selected object.</ahelp>"
+#. sq,a
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"hd_id3154381\n"
+"27\n"
+"help.text"
+msgid "Width"
msgstr ""
-#: 05230100.xhp#hd_id3148686.29.help.text
-msgctxt "05230100.xhp#hd_id3148686.29.help.text"
-msgid "Base point"
+#. PgCY
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"par_id3150976\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_LINE:MF_SYMBOL_WIDTH\">Enter a width for the symbol.</ahelp>"
msgstr ""
-#: 05230100.xhp#par_id3154897.30.help.text
-msgid "<ahelp hid=\"HID_TPSIZE_CTRL\">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>"
+#. ?yFL
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"hd_id3149166\n"
+"29\n"
+"help.text"
+msgid "Height"
msgstr ""
-#: 05230100.xhp#hd_id3148990.17.help.text
-msgid "Protect"
+#. m^%-
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"par_id3155179\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_LINE:MF_SYMBOL_HEIGHT\">Enter a height for the symbol.</ahelp>"
msgstr ""
-#: 05230100.xhp#hd_id3153698.37.help.text
-msgctxt "05230100.xhp#hd_id3153698.37.help.text"
-msgid "Position"
+#. cJ8;
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"hd_id3147620\n"
+"31\n"
+"help.text"
+msgid "Keep ratio"
msgstr ""
-#: 05230100.xhp#par_id3149784.18.help.text
-msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_POSITION_SIZE_TSB_POSPROTECT\">Prevents changes to the position or the size of the selected object.</ahelp>"
+#. P4qw
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"par_id3156326\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_LINE:CB_SYMBOL_RATIO\">Maintains the proportions of the symbol when you enter a new height or width value.</ahelp>"
msgstr ""
-#: 05230100.xhp#hd_id3153254.27.help.text
-msgctxt "05230100.xhp#hd_id3153254.27.help.text"
-msgid "Size"
-msgstr "ზომა:"
-
-#: 05230100.xhp#par_id3152349.28.help.text
-msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_POSITION_SIZE_TSB_SIZEPROTECT\">Prevents you from resizing the object.</ahelp>"
+#. ;d/t
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"hd_id3154579\n"
+"13\n"
+"help.text"
+msgid "Arrow styles"
msgstr ""
-#: 05230100.xhp#hd_id3149275.11.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Anchoring </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ფორმატის გარეშე </caseinline></switchinline>"
-
-#: 05230100.xhp#par_id3147531.12.help.text
-#, fuzzy
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Set the anchoring options for the selected object. </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ფაილში ხაზების რაოდენობა </caseinline></switchinline>"
-
-#: 05230100.xhp#hd_id3151246.13.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Anchor </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-
-#: 05230100.xhp#par_id3154758.14.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_POSITION_SIZE_LB_ANCHOR\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Select the type of anchor for the selected object. </caseinline></switchinline></ahelp>"
+#. fW0@
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"par_id3161459\n"
+"14\n"
+"help.text"
+msgid "You can add arrowheads to one end, or both ends of the selected line. To add a custom arrow style to the list, select the arrow in your document, and then click on the <link href=\"text/shared/01/05200300.xhp\" name=\"Arrow Styles\"><emph>Arrow Styles</emph></link> tab of this dialog."
msgstr ""
-#: 05230100.xhp#hd_id3149295.15.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Position </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-
-#: 05230100.xhp#par_id3154935.16.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_POSITION_SIZE_LB_ORIENT\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Specifies the position of the anchor in relation to the character height. </caseinline></switchinline></ahelp>"
+#. CK#U
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"hd_id3147530\n"
+"15\n"
+"help.text"
+msgid "Style"
msgstr ""
-#: 05230100.xhp#hd_id3153525.31.help.text
-msgid "Adapt"
+#. @B2g
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"par_id3146794\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_LINE:LB_END_STYLE\">Select the arrowhead that you want to apply to the selected line.</ahelp>"
msgstr ""
-#: 05230100.xhp#par_id3151211.32.help.text
-msgid "Resizes text in a drawing object with respect to the borders of the selected object."
+#. iB2;
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"hd_id3149656\n"
+"17\n"
+"help.text"
+msgid "Width"
msgstr ""
-#: 05230100.xhp#hd_id3151042.33.help.text
-msgctxt "05230100.xhp#hd_id3151042.33.help.text"
-msgid "Fit width to text"
+#. qgj=
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"par_id3148755\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_LINE:MTR_FLD_END_WIDTH\">Enter a width for the arrowhead.</ahelp>"
msgstr ""
-#: 05230100.xhp#par_id3159151.34.help.text
-msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_POSITION_SIZE_TSB_AUTOGROW_WIDTH\">Resizes the text to fit the width of the selected object.</ahelp>"
+#. m#`l
+#: 05200100.xhp
+#, fuzzy
+msgctxt ""
+"05200100.xhp\n"
+"hd_id3154935\n"
+"19\n"
+"help.text"
+msgid "Center"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nცენტრირებული\\n#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\nცენტრირება"
+
+#. -}sJ
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"par_id3153526\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_LINE:TSB_CENTER_END\">Places the center of the arrowhead(s) on the endpoint(s) of the selected line.</ahelp>"
msgstr ""
-#: 05230100.xhp#hd_id3145746.35.help.text
-msgctxt "05230100.xhp#hd_id3145746.35.help.text"
-msgid "Fit height to text"
-msgstr ""
+#. w}}T
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"hd_id3154072\n"
+"21\n"
+"help.text"
+msgid "Synchronize ends"
+msgstr "შიგთავსის სინქრონიზირება"
-#: 05230100.xhp#par_id3154068.36.help.text
-msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_POSITION_SIZE_TSB_AUTOGROW_HEIGHT\">Resizes the text to fit the height of the selected object.</ahelp>"
+#. h.nX
+#: 05200100.xhp
+msgctxt ""
+"05200100.xhp\n"
+"par_id3154365\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_LINE:CBX_SYNCHRONIZE\">Automatically updates both arrowhead settings when you enter a different width, select a different arrowhead style,or center an arrowhead.</ahelp>"
msgstr ""
-#: 05230100.xhp#par_id3145606.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchor types\">Anchor types</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">არე</link>"
-
-#: 03150100.xhp#tit.help.text
-msgctxt "03150100.xhp#tit.help.text"
+#. #FjQ
+#: 03150100.xhp
+msgctxt ""
+"03150100.xhp\n"
+"tit\n"
+"help.text"
msgid "Confirm Delete"
msgstr ""
-#: 03150100.xhp#hd_id3150278.1.help.text
-msgctxt "03150100.xhp#hd_id3150278.1.help.text"
+#. ev14
+#: 03150100.xhp
+msgctxt ""
+"03150100.xhp\n"
+"hd_id3150278\n"
+"1\n"
+"help.text"
msgid "Confirm Delete"
msgstr ""
-#: 03150100.xhp#par_id3148668.2.help.text
+#. \s^-
+#: 03150100.xhp
+msgctxt ""
+"03150100.xhp\n"
+"par_id3148668\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\"SFX2:MODALDIALOG:DLG_SFX_QUERYDELETE\" visibility=\"visible\">Confirms or cancels the deletion.</ahelp>"
msgstr ""
-#: 03150100.xhp#hd_id3152821.3.help.text
-msgctxt "03150100.xhp#hd_id3152821.3.help.text"
+#. Ye)p
+#: 03150100.xhp
+msgctxt ""
+"03150100.xhp\n"
+"hd_id3152821\n"
+"3\n"
+"help.text"
msgid "Delete"
msgstr ""
-#: 03150100.xhp#par_id3150040.4.help.text
+#. }I.R
+#: 03150100.xhp
+msgctxt ""
+"03150100.xhp\n"
+"par_id3150040\n"
+"4\n"
+"help.text"
msgid "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_SFX_QUERYDELETE:BTN_YES\" visibility=\"visible\">Performs the deletion in the current file.</ahelp>"
msgstr ""
-#: 03150100.xhp#hd_id3149999.5.help.text
+#. l`b.
+#: 03150100.xhp
+msgctxt ""
+"03150100.xhp\n"
+"hd_id3149999\n"
+"5\n"
+"help.text"
msgid "Delete All"
msgstr "ყველაფრის წაშლა"
-#: 03150100.xhp#par_id3155616.6.help.text
+#. 414(
+#: 03150100.xhp
+msgctxt ""
+"03150100.xhp\n"
+"par_id3155616\n"
+"6\n"
+"help.text"
msgid "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_SFX_QUERYDELETE:BTN_ALL\" visibility=\"visible\">Performs the deletion in all selected files.</ahelp>"
msgstr ""
-#: 03150100.xhp#hd_id3157991.7.help.text
+#. wPRL
+#: 03150100.xhp
+msgctxt ""
+"03150100.xhp\n"
+"hd_id3157991\n"
+"7\n"
+"help.text"
msgid "Do Not Delete"
msgstr ""
-#: 03150100.xhp#par_id3147043.8.help.text
+#. iajH
+#: 03150100.xhp
+msgctxt ""
+"03150100.xhp\n"
+"par_id3147043\n"
+"8\n"
+"help.text"
msgid "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_SFX_QUERYDELETE:BTN_NO\" visibility=\"visible\">Rejects the deletion for the current file.</ahelp>"
msgstr ""
-#: 03150100.xhp#hd_id3149346.9.help.text
+#. JrLO
+#: 03150100.xhp
+msgctxt ""
+"03150100.xhp\n"
+"hd_id3149346\n"
+"9\n"
+"help.text"
msgid "Cancel"
msgstr "გაუქმება"
-#: 03150100.xhp#par_id3148620.10.help.text
+#. 8O?J
+#: 03150100.xhp
+msgctxt ""
+"03150100.xhp\n"
+"par_id3148620\n"
+"10\n"
+"help.text"
msgid "Cancels the deletion in the current file and any other selected files."
msgstr ""
-#: 05120200.xhp#tit.help.text
-msgid "1.5 Lines"
+#. OiH]
+#: 05250200.xhp
+msgctxt ""
+"05250200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Bring Forward"
msgstr ""
-#: 05120200.xhp#hd_id3152459.1.help.text
+#. fR%O
+#: 05250200.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05120200.xhp\" name=\"1.5 Lines\">1.5 Lines</link>"
-msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
+msgctxt ""
+"05250200.xhp\n"
+"hd_id3152790\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05250200.xhp\" name=\"Bring Forward \">Bring Forward </link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-#: 05120200.xhp#par_id3146807.2.help.text
-msgid "<ahelp hid=\".uno:SpacePara15\">Sets the line spacing of the current paragraph to one and half lines.</ahelp>"
+#. *vpb
+#: 05250200.xhp
+msgctxt ""
+"05250200.xhp\n"
+"par_id3151264\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Moves the selected object up one level, so that it is closer to top of the stacking order.</ahelp>"
msgstr ""
-#: 06130000.xhp#tit.help.text
-msgctxt "06130000.xhp#tit.help.text"
-msgid "Macro"
-msgstr ""
+#. WMMV
+#: 05250200.xhp
+#, fuzzy
+msgctxt ""
+"05250200.xhp\n"
+"par_id3149495\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05250000.xhp\" name=\"Layer\">Layer</link>"
+msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-#: 06130000.xhp#hd_id3157552.1.help.text
-msgctxt "06130000.xhp#hd_id3157552.1.help.text"
-msgid "Macro"
+#. tko~
+#: 05250500.xhp
+msgctxt ""
+"05250500.xhp\n"
+"tit\n"
+"help.text"
+msgid "To Foreground"
msgstr ""
-#: 06130000.xhp#par_id3148765.2.help.text
-msgid "<variable id=\"makro\"><ahelp hid=\".uno:MacroDialog\">Opens a dialog to organize macros.</ahelp></variable>"
+#. 3waV
+#: 05250500.xhp
+msgctxt ""
+"05250500.xhp\n"
+"hd_id3150278\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"foreground\"><link href=\"text/shared/01/05250500.xhp\" name=\"To Foreground\">To Foreground</link></variable>"
msgstr ""
-#: 06130000.xhp#par_id3154863.3.help.text
-msgctxt "06130000.xhp#par_id3154863.3.help.text"
-msgid "Macro name"
+#. rqTJ
+#: 05250500.xhp
+msgctxt ""
+"05250500.xhp\n"
+"par_id3151387\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SetObjectToForeground\">Moves the selected object in front of text.</ahelp>"
msgstr ""
-#: 06130000.xhp#par_id3150040.4.help.text
-msgid "<ahelp hid=\"BASCTL_EDIT_RID_MACROCHOOSER_RID_ED_MACRONAME\">Displays the name of the selected macro. To create or to change the name of a macro, enter a name here.</ahelp>"
-msgstr "<ahelp hid=\"BASCTL_EDIT_RID_MACROCHOOSER_RID_ED_MACRONAME\">აჩვენებს არჩეული მაკროს სახელს.მაკროს შექმნისთვის ან სახელის შესაცვლელად შეიყვანე სახელი აქ.</ahelp>"
+#. ^Q9D
+#: 05250500.xhp
+#, fuzzy
+msgctxt ""
+"05250500.xhp\n"
+"par_id3147000\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05250000.xhp\" name=\"Layer\">Layer</link>"
+msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-#: 06130000.xhp#par_id3150902.6.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Lists the macros that are contained in the module selected in the <emph>Macro from </emph>list.</ahelp>"
+#. `*/k
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"tit\n"
+"help.text"
+msgid "List of Regular Expressions"
+msgstr "საწყისი გამოსახულებების ჩამონათვალი"
+
+#. 1\$D
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"bm_id3146765\n"
+"help.text"
+msgid "<bookmark_value>regular expressions; list of</bookmark_value> <bookmark_value>lists;regular expressions</bookmark_value> <bookmark_value>replacing;tab stops (regular expressions)</bookmark_value> <bookmark_value>tab stops;regular expressions</bookmark_value> <bookmark_value>concatenation, see ampersand symbol</bookmark_value> <bookmark_value>ampersand symbol, see also operators</bookmark_value>"
msgstr ""
-#: 06130000.xhp#hd_id3153750.7.help.text
-msgid "Macro from / Save macro in"
-msgstr "მაკრო / მაკროს შენახვა"
+#. r3}c
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"hd_id3146765\n"
+"203\n"
+"help.text"
+msgid "<variable id=\"02100001\"><link href=\"text/shared/01/02100001.xhp\">List of Regular Expressions</link></variable>"
+msgstr "<variable id=\"02100001\"><link href=\"text/shared/01/02100001.xhp\">საწყისი გამოსახულებების სია</link></variable>"
-#: 06130000.xhp#par_id3153394.8.help.text
-msgid "<ahelp hid=\"HID_BASICIDE_LIBS\">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.</ahelp>"
-msgstr "<ahelp hid=\"HID_BASICIDE_LIBS\">ჩამოთვლის ბიბლიოთეკის და მოდულების სიას სადაც შეგიძლიათ გახსნათ ან დაიმახსოვროთ თქვენი მაკრო. განსაკუთერებულ დოკუმენტიან მაკროს დასამახსოვრებლად, გახსენი დოკუმენტი და მერე მისი დიალოგი.</ahelp>"
+#. 1?(s
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3149741\n"
+"17\n"
+"help.text"
+msgid "Character"
+msgstr "ნებისმიერი სიმბოლო"
-#: 06130000.xhp#hd_id3147373.11.help.text
-msgid "Run / Save"
-msgstr "გაშვება / შენახვა"
+#. !OT*
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3155577\n"
+"18\n"
+"help.text"
+msgid "Result/Use"
+msgstr "შედეგი/გამოყენება"
+
+#. !l:}
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id6600543\n"
+"help.text"
+msgid "Any character"
+msgstr "ნებისმიერი სიმბოლო"
-#: 06130000.xhp#par_id3153748.12.help.text
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_RUN\">Runs or saves the current macro.</ahelp>"
-msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_RUN\"> მიმდინარე მაკროს გაშვება ან შენახვა </ahelp>"
+#. r~4a
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id9824518.00000001\n"
+"help.text"
+msgid "Represents the given character unless otherwise specified."
+msgstr "განსაზღვრის გარეშე ნებისმიერი ერთეული სიმბოლოს ჩვენება"
-#: 06130000.xhp#hd_id3149388.15.help.text
-#, fuzzy
-msgid "Assign"
-msgstr ""
-"#-#-#-#-# optionen.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მიკუთვნება\n"
-"#-#-#-#-# shared.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მინიჭება\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მინიჭება"
+#. -b%_
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3152427\n"
+"19\n"
+"help.text"
+msgid "."
+msgstr "."
+
+#. ?cDZ
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3149031\n"
+"20\n"
+"help.text"
+msgid "Represents any single character except for a line break or paragraph break. For example, the search term \"sh.rt\" returns both \"shirt\" and \"short\"."
+msgstr "ნებისმიერი ერთეული სიმბოლოს წარმოდგენა გარდა სტრიქონის წყვეტისა და აბზაცის წყვეტისა. მაგალითად, ძიების ტერმინი \"sh.rt\" დააბრუნებს როგორც \"shirt\" ასევე \"short\"."
+
+#. XL_/
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3154682\n"
+"21\n"
+"help.text"
+msgid "^"
+msgstr "^"
-#: 06130000.xhp#par_id3153577.16.help.text
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_ASSIGN\">Opens the <link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Customize</link> dialog, where you can assign the selected macro to a menu command, a toolbar, or an event.</ahelp>"
+#. 7ZO7
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3155351\n"
+"22\n"
+"help.text"
+msgid "Only finds the search term if the term is at the beginning of a paragraph. Special objects such as empty fields or character-anchored frames, at the beginning of a paragraph are ignored. Example: \"^Peter\"."
+msgstr "პოულობს მხოლოდ საძიებო ტერმინს, თუ ეს ტერმინი აბზაცის დასაწყისშია. საგანგებო ობიექტები, როგორიცაა ცარიელი ველები ან წამყვან სიმბოლოიანი ჩარჩოები უგულებელყოფილია აბზაცის დასაწყისში. მაგალითად: \"^Peter\"."
+
+#. i\x2
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3159194\n"
+"23\n"
+"help.text"
+msgid "$"
+msgstr "$"
+
+#. #\@G
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3152542\n"
+"24\n"
+"help.text"
+msgid "Only finds the search term if the term appears at the end of a paragraph. Special objects such as empty fields or character-anchored frames at the end of a paragraph are ignored. Example: \"Peter$\"."
+msgstr "პოულობს მხოლოდ საძიებო ტერმინს, თუ ეს ტერმინი აბზაცის ბოლოშია. საგანგებო ობიექტები, როგორიცაა ცარიელი ველები ან წამყვან სიმბოლოიანი ჩარჩოები უგულებელყოფილია აბზაცის ბოლოში. მაგალითად: \"^Peter\"."
+
+#. +D`D
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3156414\n"
+"25\n"
+"help.text"
+msgid "*"
+msgstr "*"
+
+#. k(X/
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3155555\n"
+"26\n"
+"help.text"
+msgid "Finds zero or more of the characters in front of the \"*\". For example, \"Ab*c\" finds \"Ac\", \"Abc\", \"Abbc\", \"Abbbc\", and so on."
+msgstr "ნულოვანი ან მეტი სიმბოლოს ძებნა \"*\"-ის წინ.მაგალითად, \"Ab*c\" finds \"Ac\", \"Abc\", \"Abbc\", \"Abbbc\", და ა.შ."
+
+#. #Mc6
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3147399\n"
+"27\n"
+"help.text"
+msgid "+"
msgstr ""
-#: 06130000.xhp#hd_id3153662.17.help.text
-msgctxt "06130000.xhp#hd_id3153662.17.help.text"
-msgid "Edit"
-msgstr "გასვლა"
+#. IZK]
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3157958\n"
+"28\n"
+"help.text"
+msgid "Finds one or more of the characters in front of the \"+\". For example, \"AX.+4\" finds \"AXx4\", but not \"AX4\"."
+msgstr "ერთი ან მეტი სიმბოლოს ძებნა\"+\"-ის წინ. მაგალითად, \"AX.+4\" პოულობს \"AXx4\"-ს, მაგრამ არა \"AX4\"-ს."
+
+#. Ix$D
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3145313\n"
+"207\n"
+"help.text"
+msgid "The longest possible string that matches this search pattern in a paragraph is always found. If the paragraph contains the string \"AX 4 AX4\", the entire passage is highlighted."
+msgstr "ყოველთვის პოულობს აბზაცში ძიების შაბლონის შესაფერის ყველაზე გრძელ სტრიქონს. პარაგრაფი შეიცავს \"AX 4 AX4\" სტრიქონს, მთლიანი ნაწყვეტი მოინიშნება."
+
+#. lu1F
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3143267\n"
+"199\n"
+"help.text"
+msgid "?"
+msgstr "?"
-#: 06130000.xhp#par_id3150355.18.help.text
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_EDIT\">Starts the $[officename] Basic editor and opens the selected macro or dialog for editing.</ahelp>"
+#. pFwF
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3153684\n"
+"200\n"
+"help.text"
+msgid "Finds zero or one of the characters in front of the \"?\". For example, \"Texts?\" finds \"Text\" and \"Texts\" and \"x(ab|c)?y\" finds \"xy\", \"xaby\", or \"xcy\"."
msgstr ""
-#: 06130000.xhp#hd_id3150772.19.help.text
-msgid "New / Delete"
+#. /EXn
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3166410\n"
+"158\n"
+"help.text"
+msgid "\\"
msgstr ""
-#: 06130000.xhp#par_id3153257.61.help.text
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_DEL\">Creates a new macro, or deletes the selected macro.</ahelp>"
+#. v2*!
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3147209\n"
+"159\n"
+"help.text"
+msgid "Search interprets the special character that follows the \"\\\" as a normal character and not as a regular expression (except for the combinations \\n, \\t, \\>, and \\<). For example, \"tree\\.\" finds \"tree.\", not \"treed\" or \"trees\"."
msgstr ""
-#: 06130000.xhp#par_id3154514.20.help.text
-msgid "To create a new macro, select the \"Standard\" module in the <emph>Macro from</emph> list, and then click <emph>New</emph>."
+#. 2h/v
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3152945\n"
+"166\n"
+"help.text"
+msgid "\\n"
msgstr ""
-#: 06130000.xhp#par_id3148474.21.help.text
-msgid "To delete a macro, select it, and then click <emph>Delete</emph>."
-msgstr "მაკროს წასაშლელად აირჩიე იგი სიაში დადააწკაპუნეთ <emph>წაშლა</emph>."
+#. Os1^
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3153700\n"
+"167\n"
+"help.text"
+msgid "Represents a line break that was inserted with the Shift+Enter key combination. To change a line break into a paragraph break, enter <emph>\\n</emph> in the <emph>Search for</emph> and <emph>Replace with</emph> boxes, and then perform a search and replace."
+msgstr ""
-#: 06130000.xhp#hd_id3159342.64.help.text
-msgid "New Library"
+#. hK9#
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id9262672\n"
+"help.text"
+msgid "\\n in the <emph>Search for</emph> text box stands for a line break that was inserted with the Shift+Enter key combination."
msgstr ""
-#: 06130000.xhp#par_id3154897.65.help.text
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_NEWLIB\">Saves the recorded macro in a new library.</ahelp>"
+#. hD3*
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id2366100\n"
+"help.text"
+msgid "\\n in the <emph>Replace with</emph> text box stands for a paragraph break that can be entered with the Enter or Return key."
msgstr ""
-#: 06130000.xhp#hd_id3154173.66.help.text
-msgid "New Module"
+#. SZ(U
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3153258\n"
+"29\n"
+"help.text"
+msgid "\\t"
msgstr ""
-#: 06130000.xhp#par_id3155628.67.help.text
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_NEWMOD\">Saves the recorded macro in a new module.</ahelp>"
+#. z%k1
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3157809\n"
+"30\n"
+"help.text"
+msgid "Represents a tab. You can also use this expression in the <emph>Replace with</emph> box."
msgstr ""
-#: 06130000.xhp#hd_id3153665.22.help.text
-msgctxt "06130000.xhp#hd_id3153665.22.help.text"
-msgid "Organizer"
+#. UX=N
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3146775\n"
+"33\n"
+"help.text"
+msgid "\\>"
msgstr ""
-#: 06130000.xhp#par_id3147618.23.help.text
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_ORG\">Opens the <emph>Macro Organizer</emph> dialog, where you can add, edit, or delete existing macro modules, dialogs, and libraries.</ahelp>"
-msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_ORG\">ხსნის <emph>მაროს მმართველი</emph>დიალოგურ ფანჯარას ,სადაც თქვენ შეძლებთ დაამატოთ,არედაქტიროდ ან წაშალოდ არჩეული მაროს მოდულები და ბიბლიოთეკები.</ahelp>"
+#. ;,Xo
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3148644\n"
+"34\n"
+"help.text"
+msgid "Only finds the search term if it appears at the end of a word. For example, \"book\\>\" finds \"checkbook\", but not \"bookmark\"."
+msgstr ""
-#: 06130000.xhp#hd_id3145609.24.help.text
-msgid "Module/Dialog tab page"
+#. Z5,|
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3150670\n"
+"35\n"
+"help.text"
+msgid "\\<"
msgstr ""
-#: 06130000.xhp#par_id3155923.25.help.text
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_ORG\">Lets you manage modules or dialog boxes.</ahelp>"
+#. -3D_
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3153666\n"
+"36\n"
+"help.text"
+msgid "Only finds the search term if it appears at the beginning of a word. For example, \"\\<book\" finds \"bookmark\", but not \"checkbook\"."
msgstr ""
-#: 06130000.xhp#hd_id3148944.29.help.text
-msgid "Module/Dialog"
-msgstr "მოდული/დიალოგი"
+#. 4Zi%
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3149576\n"
+"37\n"
+"help.text"
+msgid "^$"
+msgstr ""
-#: 06130000.xhp#par_id3145068.30.help.text
-msgid "<ahelp hid=\"HID_BASICIDE_MODULES_TREE\">Lists the existing macros and dialogs.</ahelp>"
+#. j*eF
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3151245\n"
+"38\n"
+"help.text"
+msgid "Finds an empty paragraph."
msgstr ""
-#: 06130000.xhp#hd_id3150398.34.help.text
-msgctxt "06130000.xhp#hd_id3150398.34.help.text"
-msgid "Edit"
-msgstr "გასვლა"
+#. 53TC
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3148550\n"
+"41\n"
+"help.text"
+msgid "^."
+msgstr ""
-#: 06130000.xhp#par_id3150543.35.help.text
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_EDIT\">Opens the selected macro or dialog for editing.</ahelp>"
-msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_EDIT\">ხსნის არჩეულ მაკროს ან დიალოგს რედაქტირებისთვის.</ahelp>"
+#. }P|C
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3159413\n"
+"42\n"
+"help.text"
+msgid "Finds the first character of a paragraph."
+msgstr ""
-#: 06130000.xhp#hd_id3151210.36.help.text
-msgctxt "06130000.xhp#hd_id3151210.36.help.text"
-msgid "New"
+#. (_{E
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3147282\n"
+"43\n"
+"help.text"
+msgid "& or $0"
msgstr ""
-#: 06130000.xhp#par_id3149291.37.help.text
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_NEWMOD\">Opens the editor and creates a new module.</ahelp>"
+#. -)c;
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3153961\n"
+"44\n"
+"help.text"
+msgid "Adds the string that was found by the search criteria in the <emph>Search for</emph> box to the term in the <emph>Replace with</emph> box when you make a replacement."
msgstr ""
-#: 06130000.xhp#hd_id3145173.39.help.text
-msgctxt "06130000.xhp#hd_id3145173.39.help.text"
-msgid "New"
+#. ,7H}
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3149650\n"
+"201\n"
+"help.text"
+msgid "For example, if you enter \"window\" in the <emph>Search for</emph> box and \"&frame\" in the <emph>Replace with</emph> box, the word \"window\" is replaced with \"windowframe\"."
msgstr ""
-#: 06130000.xhp#par_id3150767.40.help.text
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_NEWDLG\">Opens the editor and creates a new dialog.</ahelp>"
+#. SMZ*
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3150543\n"
+"206\n"
+"help.text"
+msgid "You can also enter an \"&\" in the <emph>Replace with</emph> box to modify the <emph>Attributes</emph> or the <emph>Format</emph> of the string found by the search criteria."
msgstr ""
-#: 06130000.xhp#hd_id3151177.42.help.text
-msgid "Libraries tab page"
-msgstr "ბიბლიოთეკის ჩანართი"
+#. 7e0o
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3145419\n"
+"172\n"
+"help.text"
+msgid "[abc123]"
+msgstr ""
-#: 06130000.xhp#par_id3156281.43.help.text
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_DELETE\">Lets you manage the macro libraries for the current application and any open documents.</ahelp>"
+#. tuhR
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3154630\n"
+"173\n"
+"help.text"
+msgid "Represents one of the characters that are between the brackets."
msgstr ""
-#: 06130000.xhp#hd_id3144760.44.help.text
-msgid "Location"
-msgstr "მდებარეობა:"
+#. f\mO
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3156293\n"
+"174\n"
+"help.text"
+msgid "[a-e]"
+msgstr ""
-#: 06130000.xhp#par_id3150290.45.help.text
-msgid "<ahelp hid=\"BASCTL_LISTBOX_RID_TP_LIBS_RID_LB_BASICS\">Select the application or the document containing the macro libraries that you want to organize.</ahelp>"
+#. 9ynD
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3149167\n"
+"175\n"
+"help.text"
+msgid "Represents any of the characters that are between a and e, including both start and end characters"
msgstr ""
-#: 06130000.xhp#hd_id3159149.46.help.text
-msgctxt "06130000.xhp#hd_id3159149.46.help.text"
-msgid "Library"
+#. ,o,d
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id100520090232005\n"
+"help.text"
+msgid "The characters are ordered by their code numbers."
msgstr ""
-#: 06130000.xhp#par_id3147500.47.help.text
-msgid "<ahelp hid=\"HID_BASICIDE_LIBS_TREE\">Lists the existing macro libraries for the current application and any open documents.</ahelp>"
+#. lYhQ
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3155994\n"
+"176\n"
+"help.text"
+msgid "[a-eh-x]"
msgstr ""
-#: 06130000.xhp#hd_id3157320.48.help.text
-msgctxt "06130000.xhp#hd_id3157320.48.help.text"
-msgid "Edit"
-msgstr "გასვლა"
+#. l}*9
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3148676\n"
+"177\n"
+"help.text"
+msgid "Represents any of the characters that are between a-e and h-x."
+msgstr ""
-#: 06130000.xhp#par_id3150868.49.help.text
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_EDIT\">Opens the $[officename] Basic editor so that you can modify the selected library.</ahelp>"
-msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_EDIT\">ხსნის ძირითად $[officename] რედაქტორს იმისთვის რომ შეძლოთ შეცვალოთ არჩეული ბიბლიოთეკა.</ahelp>"
+#. ?pP+
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3145318\n"
+"178\n"
+"help.text"
+msgid "[^a-s]"
+msgstr ""
-#: 06130000.xhp#hd_id3153104.50.help.text
-msgctxt "06130000.xhp#hd_id3153104.50.help.text"
-msgid "Password"
+#. w:\;
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3153351\n"
+"179\n"
+"help.text"
+msgid "Represents everything that is not between a and s."
msgstr ""
-#: 06130000.xhp#par_id3154299.51.help.text
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_PASSWORD\">Assigns or edits the <link href=\"text/shared/01/06130100.xhp\" name=\"password\">password</link> for the selected library.</ahelp>"
+#. CR)1
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3156543\n"
+"180\n"
+"help.text"
+msgid "\\xXXXX"
msgstr ""
-#: 06130000.xhp#hd_id3147502.52.help.text
-msgctxt "06130000.xhp#hd_id3147502.52.help.text"
-msgid "New"
+#. GK5r
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3153768\n"
+"181\n"
+"help.text"
+msgid "Represents a special character based on its four-digit hexadecimal code (XXXX)."
msgstr ""
-#: 06130000.xhp#par_id3149560.53.help.text
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_NEWLIB\">Creates a new library.</ahelp>"
+#. ^d/~
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3159252\n"
+"208\n"
+"help.text"
+msgid "The code for the special character depends on the font used. You can view the codes by choosing <emph>Insert - Special Character</emph>."
msgstr ""
-#: 06130000.xhp#hd_id3153770.56.help.text
-msgctxt "06130000.xhp#hd_id3153770.56.help.text"
-msgid "Name"
-msgstr "სახელები"
+#. -QGn
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3153951\n"
+"186\n"
+"help.text"
+msgid "|"
+msgstr "|"
-#: 06130000.xhp#par_id3153726.57.help.text
-msgid "<ahelp hid=\"BASCTL_EDIT_RID_DLG_NEWLIB_RID_ED_LIBNAME\">Enter a name for the new library or module.</ahelp>"
+#. 4ciC
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3154985\n"
+"187\n"
+"help.text"
+msgid "Finds the terms that occur before the \"|\" and also finds the terms that occur after the \"|\". For example, \"this|that\" finds \"this\" and \"that\"."
msgstr ""
-#: 06130000.xhp#hd_id3154693.54.help.text
-msgctxt "06130000.xhp#hd_id3154693.54.help.text"
-msgid "Import"
+#. G!B?
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3147376\n"
+"209\n"
+"help.text"
+msgid "{2}"
msgstr ""
-#: 06130000.xhp#par_id3147441.55.help.text
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_APPEND\">Locate that $[officename] Basic library that you want to add to the current list, and then click Open.</ahelp>"
-msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_APPEND\">მიუთითეთ იმ ძირითადი $[officename] ბიბილიოტეკის ადგილმდებარეობა რომელიც გინდათ დაამატოტ მიმდინარე სიაში და დააწკაპუნეთ გახსნა.</ahelp>"
+#. 44|O
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3150103\n"
+"210\n"
+"help.text"
+msgid "Defines the number of times that the character in front of the opening bracket occurs. For example, \"tre{2}\" finds and selects \"tree\"."
+msgstr ""
-#: 06130000.xhp#par_idN10A39.help.text
-msgid "<variable id=\"script\">Scripts </variable>"
+#. pHrd
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3151289\n"
+"211\n"
+"help.text"
+msgid "{1,2}"
msgstr ""
-#: 06130000.xhp#par_idN109BB.help.text
-msgid "To open the BeanShell Macros dialog box, choose Tools - Macros - Organize Macros - BeanShell. To open the JavaScript dialog box, choose Tools - Macros - Organize Macros - JavaScript."
+#. okl{
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3147317\n"
+"212\n"
+"help.text"
+msgid "Defines the minimum and maximum number of times that the character in front of the opening bracket can occur. For example, \"tre{1,2}\" finds and selects \"tre\" and \"tree\"."
msgstr ""
-#: 06130000.xhp#hd_id6963408.help.text
-msgctxt "06130000.xhp#hd_id6963408.help.text"
-msgid "Export"
+#. =^Pr
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id4870754\n"
+"help.text"
+msgid "{1,}"
msgstr ""
-#: 06130000.xhp#par_id8968169.help.text
-msgid "<ahelp hid=\".\">Opens a dialog to export the selected library either as an extension or as a Basic library.</ahelp>"
+#. !ks=
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id843836\n"
+"help.text"
+msgid "Defines the minimum number of times that the character in front of the opening bracket can occur. For example, \"tre{2,}\" finds \"tree\", \"treee\", and \"treeeee\"."
msgstr ""
-#: 06130000.xhp#par_idN109BE.help.text
-msgctxt "06130000.xhp#par_idN109BE.help.text"
-msgid "Macros"
+#. pFoF
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3148616\n"
+"213\n"
+"help.text"
+msgid "( )"
msgstr ""
-#: 06130000.xhp#par_idN109C2.help.text
-msgid "<ahelp hid=\".\">Select a macro or script from \"user\", \"share\", or an open document. To view the available macros or scripts, double-click an entry.</ahelp>"
+#. d#Y1
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id2701803\n"
+"help.text"
+msgid "In the <emph>Search for</emph> box:"
msgstr ""
-#: 06130000.xhp#par_idN109CD.help.text
-msgid "Run"
+#. ~ynY
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3153573\n"
+"214\n"
+"help.text"
+msgid "Defines the characters inside the parentheses as a reference. You can then refer to the first reference in the current expression with \"\\1\", to the second reference with \"\\2\", and so on."
msgstr ""
-#: 06130000.xhp#par_idN109D1.help.text
-msgid "<ahelp hid=\"1241731587\">To run a script, select a script in the list, and then click Run.</ahelp>"
+#. 8qdr
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3156061\n"
+"215\n"
+"help.text"
+msgid "For example, if your text contains the number 13487889 and you search using the regular expression (8)7\\1\\1, \"8788\" is found."
msgstr ""
-#: 06130000.xhp#par_idN109E8.help.text
-msgid "Create"
-msgstr "შექმნილი:"
+#. \BPa
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id2367931\n"
+"help.text"
+msgid "You can also use () to group terms, for example, \"a(bc)?d\" finds \"ad\" or \"abcd\"."
+msgstr ""
-#: 06130000.xhp#par_idN109EC.help.text
-msgid "<ahelp hid=\"1241731589\">Creates a new script.</ahelp> The default script editor opens after you enter a name for the script."
+#. ycdf
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id9200109\n"
+"help.text"
+msgid "In the <emph>Replace with</emph> box:"
msgstr ""
-#: 06130000.xhp#par_idN10A04.help.text
-msgid "<ahelp hid=\"svx:Edit:DLG_NEWLIB:ED_LIBNAME\">Enter a name for the script.</ahelp>"
+#. oe2=
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id5766472\n"
+"help.text"
+msgid "Use $ (dollar) instead of \\ (backslash) to replace references. Use $0 to replace the whole found string."
msgstr ""
-#: 06130000.xhp#par_idN10A2F.help.text
-msgctxt "06130000.xhp#par_idN10A2F.help.text"
-msgid "Edit"
-msgstr "გასვლა"
+#. (^5;
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3154790\n"
+"226\n"
+"help.text"
+msgid "[:alpha:]"
+msgstr ""
-#: 06130000.xhp#par_idN10A33.help.text
-msgid "<ahelp hid=\"1241731590\">Opens the default script editor for your operating system.</ahelp>"
+#. E;1M
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3147397\n"
+"227\n"
+"help.text"
+msgid "Represents an alphabetic character. Use [:alpha:]+ to find one of them."
msgstr ""
-#: 06130000.xhp#par_idN10A4B.help.text
-msgctxt "06130000.xhp#par_idN10A4B.help.text"
-msgid "Rename"
+#. $O/-
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3152885\n"
+"216\n"
+"help.text"
+msgid "[:digit:]"
msgstr ""
-#: 06130000.xhp#par_idN10A4F.help.text
-msgid "<ahelp hid=\"1241731591\">Opens a dialog where you can change the name of the selected script.</ahelp>"
+#. ;s+g
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3150010\n"
+"217\n"
+"help.text"
+msgid "Represents a decimal digit. Use [:digit:]+ to find one of them."
msgstr ""
-#: 06130000.xhp#par_idN10A66.help.text
-msgctxt "06130000.xhp#par_idN10A66.help.text"
-msgid "Delete"
+#. n)_w
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3153743\n"
+"224\n"
+"help.text"
+msgid "[:alnum:]"
msgstr ""
-#: 06130000.xhp#par_idN10A6A.help.text
-msgid "<ahelp hid=\"1241731592\">Prompts you to delete the selected script.</ahelp>"
+#. Bx:E
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3153281\n"
+"225\n"
+"help.text"
+msgid "Represents an alphanumeric character ([:alpha:] and [:digit:])."
msgstr ""
-#: 06130000.xhp#par_idN10AE5.help.text
-msgid "The Macro Selector dialog contains two list boxes, namely the Library list box and the Macro name list box."
+#. #D*+
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3153726\n"
+"218\n"
+"help.text"
+msgid "[:space:]"
msgstr ""
-#: 06130000.xhp#par_idN10AFC.help.text
-msgctxt "06130000.xhp#par_idN10AFC.help.text"
-msgid "Library"
+#. `N8(
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3150961\n"
+"219\n"
+"help.text"
+msgid "Represents a space character (but not other whitespace characters)."
msgstr ""
-#: 06130000.xhp#par_idN10B00.help.text
-msgid "Select a macro or script from \"user\", \"share\", or an open document. To view the contents of a library, double-click an entry in the list."
+#. ;R^1
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3150486\n"
+"220\n"
+"help.text"
+msgid "[:print:]"
msgstr ""
-#: 06130000.xhp#par_idN10B17.help.text
-msgctxt "06130000.xhp#par_idN10B17.help.text"
-msgid "Macro name"
+#. eVB_
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3150872\n"
+"221\n"
+"help.text"
+msgid "Represents a printable character."
msgstr ""
-#: 06130000.xhp#par_idN10B1B.help.text
-msgid "Click a script, and then click a command button."
+#. S_nB
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3155854\n"
+"222\n"
+"help.text"
+msgid "[:cntrl:]"
msgstr ""
-#: 06130000.xhp#par_id3153138.help.text
-msgid "<link href=\"text/shared/main0600.xhp\" name=\"Macro programming in $[officename]\">Macro programming in $[officename]</link>"
+#. 6Q8/
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3152576\n"
+"223\n"
+"help.text"
+msgid "Represents a nonprinting character."
msgstr ""
-#: 05210700.xhp#tit.help.text
-msgctxt "05210700.xhp#tit.help.text"
-msgid "Transparency"
+#. R]s8
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3149958\n"
+"228\n"
+"help.text"
+msgid "[:lower:]"
msgstr ""
-#: 05210700.xhp#bm_id3146807.help.text
-msgid "<bookmark_value>transparency;areas</bookmark_value><bookmark_value>areas; transparency</bookmark_value>"
+#. O_t?
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3145730\n"
+"229\n"
+"help.text"
+msgid "Represents a lowercase character if <emph>Match case</emph> is selected in <emph>Options</emph>."
msgstr ""
-#: 05210700.xhp#hd_id3146807.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05210700.xhp\" name=\"Transparency\">Transparency</link>"
-msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">ჩრდილი</link>"
+#. e:u3
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3148455\n"
+"230\n"
+"help.text"
+msgid "[:upper:]"
+msgstr ""
-#: 05210700.xhp#par_id3149748.2.help.text
-msgid "<ahelp hid=\".\">Set the transparency options for the fill that you apply to the selected object.</ahelp>"
+#. 3+z,
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id3150092\n"
+"231\n"
+"help.text"
+msgid "Represents an uppercase character if <emph>Match case</emph> is selected in <emph>Options.</emph>"
msgstr ""
-#: 05210700.xhp#hd_id3152363.30.help.text
-msgid "Transparency mode"
+#. 0(j5
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"hd_id5311441\n"
+"help.text"
+msgid "Examples"
msgstr ""
-#: 05210700.xhp#par_id3149283.3.help.text
-msgid "Specify the type of transparency that you want to apply."
+#. (V;-
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id956834773\n"
+"help.text"
+msgid "e([:digit:])? -- finds 'e' followed by zero or one digit. Note that currently all named character classes like [:digit:] must be enclosed in parentheses."
msgstr ""
-#: 05210700.xhp#hd_id3148585.4.help.text
-msgid "No transparency"
-msgstr "არაა გამჭირვალობა"
+#. U#)4
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id952368773\n"
+"help.text"
+msgid "^([:digit:])$ -- finds lines or cells with exactly one digit."
+msgstr ""
-#: 05210700.xhp#par_id3147226.5.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_TRANSPARENCE:RBT_TRANS_OFF\">Turns off color transparency.</ahelp> This is the default setting."
+#. K=?j
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id9568773\n"
+"help.text"
+msgid "You can combine the search terms to form complex searches."
msgstr ""
-#: 05210700.xhp#hd_id3152425.6.help.text
-msgctxt "05210700.xhp#hd_id3152425.6.help.text"
-msgid "Transparency"
+#. URnd
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"hd_id71413\n"
+"help.text"
+msgid "To find three-digit numbers alone in a paragraph"
msgstr ""
-#: 05210700.xhp#par_id3150693.7.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_TRANSPARENCE:RBT_TRANS_LINEAR\">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.</ahelp>"
+#. x/^V
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id2924283\n"
+"help.text"
+msgid "^[:digit:]{3}$"
msgstr ""
-#: 05210700.xhp#hd_id3155941.14.help.text
-msgid "Transparency spin button"
+#. `0xq
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id5781731\n"
+"help.text"
+msgid "^ means the match has to be at the start of a paragraph,"
+msgstr ""
+
+#. 9P9,
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id6942045\n"
+"help.text"
+msgid "[:digit:] matches any decimal digit,"
+msgstr ""
+
+#. T)8a
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id4721823\n"
+"help.text"
+msgid "{3} means there must be exactly 3 copies of \"digit\","
+msgstr ""
+
+#. ~M:9
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id5806756\n"
+"help.text"
+msgid "$ means the match must end a paragraph."
+msgstr ""
+
+#. IzC.
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id1751457\n"
+"help.text"
+msgid "<link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Regular_Expressions_in_Writer\">Wiki page about regular expressions in Writer</link>"
msgstr ""
-#: 05210700.xhp#par_id3155892.15.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_TRANSPARENCE:MTR_TRANSPARENT\">Adjusts the transparency of the current fill color. Enter a number between 0% (opaque) and 100% (transparent).</ahelp>"
+#. +DJB
+#: 02100001.xhp
+msgctxt ""
+"02100001.xhp\n"
+"par_id5483870\n"
+"help.text"
+msgid "<link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Regular_Expressions_in_Calc\">Wiki page about regular expressions in Calc</link>"
msgstr ""
-#: 05210700.xhp#hd_id3149827.11.help.text
-msgctxt "05210700.xhp#hd_id3149827.11.help.text"
-msgid "Gradient"
+#. 5(*i
+#: 05210300.xhp
+msgctxt ""
+"05210300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Gradients"
msgstr ""
-#: 05210700.xhp#par_id3155338.12.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_TRANSPARENCE:RBT_TRANS_GRADIENT\">Applies a transparency gradient to the current fill color. Select this option, and then set the gradient properties.</ahelp>"
+#. hQP#
+#: 05210300.xhp
+#, fuzzy
+msgctxt ""
+"05210300.xhp\n"
+"hd_id3145356\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210300.xhp\" name=\"Gradients\">Gradients</link>"
+msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">ჩრდილი</link>"
+
+#. MoX#
+#: 05210300.xhp
+msgctxt ""
+"05210300.xhp\n"
+"par_id3154812\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AREA_GRADIENT\">Set the properties of a gradient, or save and load gradient lists.</ahelp>"
msgstr ""
-#: 05210700.xhp#hd_id3150443.17.help.text
-msgctxt "05210700.xhp#hd_id3150443.17.help.text"
+#. ?UR3
+#: 05210300.xhp
+msgctxt ""
+"05210300.xhp\n"
+"hd_id3148983\n"
+"3\n"
+"help.text"
msgid "Type"
msgstr "ტიპი:"
-#: 05210700.xhp#par_id3149398.18.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_TRANSPARENCE:LB_TRGR_GRADIENT_TYPES\">Select the type of transparency gradient that you want to apply.</ahelp>"
+#. jvT!
+#: 05210300.xhp
+msgctxt ""
+"05210300.xhp\n"
+"par_id3148440\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_GRADIENT:LB_GRADIENT_TYPES\">Select the gradient that you want to apply.</ahelp>"
msgstr ""
-#: 05210700.xhp#hd_id3145317.19.help.text
+#. gWYK
+#: 05210300.xhp
#, fuzzy
-msgctxt "05210700.xhp#hd_id3145317.19.help.text"
+msgctxt ""
+"05210300.xhp\n"
+"hd_id3149511\n"
+"5\n"
+"help.text"
msgid "Center X"
-msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ცენტრირებული\n"
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ცენტრირება"
-
-#: 05210700.xhp#par_id3155583.20.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_TRANSPARENCE:MTR_TRGR_CENTER_X\">Enter the horizontal offset for the gradient.</ahelp>"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nცენტრირებული\\n#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\nცენტრირება"
+
+#. W}Yf
+#: 05210300.xhp
+msgctxt ""
+"05210300.xhp\n"
+"par_id3153114\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_GRADIENT:MTR_CENTER_X\">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 <emph>To</emph> box.</ahelp>"
msgstr ""
-#: 05210700.xhp#hd_id3154897.21.help.text
+#. sPSw
+#: 05210300.xhp
#, fuzzy
-msgctxt "05210700.xhp#hd_id3154897.21.help.text"
+msgctxt ""
+"05210300.xhp\n"
+"hd_id3157896\n"
+"7\n"
+"help.text"
msgid "Center Y"
-msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ცენტრირებული\n"
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ცენტრირება"
-
-#: 05210700.xhp#par_id3159399.22.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_TRANSPARENCE:MTR_TRGR_CENTER_Y\">Enter the vertical offset for the gradient.</ahelp>"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nცენტრირებული\\n#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\nცენტრირება"
+
+#. Z1`~
+#: 05210300.xhp
+msgctxt ""
+"05210300.xhp\n"
+"par_id3154751\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_GRADIENT:MTR_CENTER_Y\">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 <emph>To</emph> box.</ahelp>"
msgstr ""
-#: 05210700.xhp#hd_id3158430.23.help.text
-msgctxt "05210700.xhp#hd_id3158430.23.help.text"
+#. 8Nu.
+#: 05210300.xhp
+msgctxt ""
+"05210300.xhp\n"
+"hd_id3151226\n"
+"9\n"
+"help.text"
msgid "Angle"
msgstr ""
-#: 05210700.xhp#par_id3155829.24.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_TRANSPARENCE:MTR_TRGR_ANGLE\">Enter a rotation angle for the gradient.</ahelp>"
+#. mhgh
+#: 05210300.xhp
+msgctxt ""
+"05210300.xhp\n"
+"par_id3149177\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_GRADIENT:MTR_ANGLE\">Enter a rotation angle for the selected gradient.</ahelp>"
msgstr ""
-#: 05210700.xhp#hd_id3153320.25.help.text
+#. -(S{
+#: 05210300.xhp
#, fuzzy
-msgctxt "05210700.xhp#hd_id3153320.25.help.text"
+msgctxt ""
+"05210300.xhp\n"
+"hd_id3149827\n"
+"11\n"
+"help.text"
msgid "Border"
msgstr "ჩარჩოები"
-#: 05210700.xhp#par_id3149784.32.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_TRANSPARENCE:MTR_TRGR_BORDER\">Enter the amount by which you want to adjust the transparent area of the gradient. The default value is 0%.</ahelp>"
+#. sKqQ
+#: 05210300.xhp
+msgctxt ""
+"05210300.xhp\n"
+"par_id3155941\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_GRADIENT:MTR_BORDER\">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 <emph>To</emph> box.</ahelp>"
msgstr ""
-#: 05210700.xhp#hd_id3144439.26.help.text
-msgid "Start value"
+#. x4/f
+#: 05210300.xhp
+msgctxt ""
+"05210300.xhp\n"
+"hd_id3152551\n"
+"35\n"
+"help.text"
+msgid "From"
msgstr ""
-#: 05210700.xhp#par_id3150117.27.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_TRANSPARENCE:MTR_TRGR_START_VALUE\">Enter a transparency value for the beginning point of the gradient, where 0% is fully opaque and 100% is fully transparent.</ahelp>"
+#. M%nY
+#: 05210300.xhp
+msgctxt ""
+"05210300.xhp\n"
+"par_id3153527\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_GRADIENT:LB_COLOR_FROM\">Select a color for the beginning point of the gradient.</ahelp>"
msgstr ""
-#: 05210700.xhp#hd_id3152350.28.help.text
-msgid "End value"
+#. Rhz9
+#: 05210300.xhp
+msgctxt ""
+"05210300.xhp\n"
+"par_id3149398\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_GRADIENT:MTR_COLOR_FROM\">Enter the intensity for the color in the <emph>From </emph>box, where 0% corresponds to black, and 100 % to the selected color.</ahelp>"
msgstr ""
-#: 05210700.xhp#par_id3148924.29.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_TRANSPARENCE:MTR_TRGR_END_VALUE\">Enter a transparency value for the endpoint of the gradient, where 0% is fully opaque and 100% is fully transparent.</ahelp>"
+#. rS\.
+#: 05210300.xhp
+msgctxt ""
+"05210300.xhp\n"
+"hd_id3149903\n"
+"36\n"
+"help.text"
+msgid "To"
msgstr ""
-#: 05210700.xhp#hd_id3149575.9.help.text
-msgctxt "05210700.xhp#hd_id3149575.9.help.text"
-msgid "Preview"
+#. +S,D
+#: 05210300.xhp
+msgctxt ""
+"05210300.xhp\n"
+"par_id3159269\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_GRADIENT:LB_COLOR_TO\">Select a color for the endpoint of the gradient.</ahelp>"
msgstr ""
-#: 05210700.xhp#par_id3149798.10.help.text
-msgid "Use the preview to view your changes before you apply the transparency effect to the color fill of the selected object."
+#. ?5_z
+#: 05210300.xhp
+msgctxt ""
+"05210300.xhp\n"
+"par_id3154142\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_GRADIENT:MTR_COLOR_TO\">Enter the intensity for the color in the <emph>To </emph>box, where 0% corresponds to black, and 100 % to the selected color.</ahelp>"
msgstr ""
-#: 02200200.xhp#tit.help.text
-msgctxt "02200200.xhp#tit.help.text"
-msgid "Open"
+#. f4|0
+#: 05210300.xhp
+msgctxt ""
+"05210300.xhp\n"
+"hd_id3155830\n"
+"15\n"
+"help.text"
+msgid "Gradients"
msgstr ""
-#: 02200200.xhp#bm_id3085157.help.text
-msgid "<bookmark_value>objects; opening</bookmark_value><bookmark_value>opening; objects</bookmark_value>"
-msgstr "<bookmark_value>მოქმედების დაბრუნება;რედაქტირება</bookmark_value><bookmark_value>რედაქტირება;მოქმედების დაბრუნება</bookmark_value>"
-
-#: 02200200.xhp#hd_id3085157.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/02200200.xhp\" name=\"Open\">Open</link>"
-msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>"
-
-#: 02200200.xhp#par_id3151097.2.help.text
-msgid "Opens the selected OLE object with the program that the object was created in."
+#. {*:,
+#: 05210300.xhp
+msgctxt ""
+"05210300.xhp\n"
+"par_id3157909\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_GRADIENT:LB_GRADIENTS\">Select the type of gradient that you want to apply or create.</ahelp>"
msgstr ""
-#: 02200200.xhp#par_id3154230.3.help.text
-msgid "This menu command is inserted into <emph>Edit – Objects</emph> submenu by the application that created the linked object. Depending on the application, the “Open” command for the OLE object might have a different name."
+#. kD_:
+#: 05210300.xhp
+msgctxt ""
+"05210300.xhp\n"
+"hd_id3150669\n"
+"17\n"
+"help.text"
+msgid "Add"
msgstr ""
-#: 02200200.xhp#par_id3149760.4.help.text
-msgid "After you have completed your changes, close the source file for the OLE object. The OLE object is then updated in the container document."
+#. Id_p
+#: 05210300.xhp
+msgctxt ""
+"05210300.xhp\n"
+"par_id3145416\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_GRADIENT:BTN_ADD\">Adds a custom gradient to the current list. Specify the properties of your gradient, and then click this button</ahelp>"
msgstr ""
-#: 05240000.xhp#tit.help.text
-msgid "Flip"
-msgstr "შემობრუნება"
-
-#: 05240000.xhp#bm_id3151264.help.text
-msgid "<bookmark_value>draw objects; flipping</bookmark_value><bookmark_value>flipping draw objects</bookmark_value>"
-msgstr "<bookmark_value>მოქმედების დაბრუნება;რედაქტირება</bookmark_value><bookmark_value>რედაქტირება;მოქმედების დაბრუნება</bookmark_value>"
-
-#: 05240000.xhp#hd_id3151264.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05240000.xhp\" name=\"Flip\">Flip</link>"
-msgstr "<link href=\"text/shared/01/01170000.xhp\" name=\"Exit\">გასვლა</link>"
-
-#: 05240000.xhp#par_id3145759.2.help.text
-msgid "<ahelp hid=\".\">Flips the selected object horizontally, or vertically.</ahelp>"
+#. QXV=
+#: 05210300.xhp
+msgctxt ""
+"05210300.xhp\n"
+"hd_id3150772\n"
+"19\n"
+"help.text"
+msgid "Modify"
msgstr ""
-#: 06020000.xhp#tit.help.text
-msgctxt "06020000.xhp#tit.help.text"
-msgid "Thesaurus"
+#. $\oC
+#: 05210300.xhp
+msgctxt ""
+"05210300.xhp\n"
+"par_id3147573\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_GRADIENT:BTN_MODIFY\">Applies the current gradient properties to the selected gradient. If you want, you can save the gradient under a different name.</ahelp>"
msgstr ""
-#: 06020000.xhp#hd_id3146946.1.help.text
-msgctxt "06020000.xhp#hd_id3146946.1.help.text"
-msgid "Thesaurus"
+#. opVF
+#: 05210300.xhp
+msgctxt ""
+"05210300.xhp\n"
+"hd_id3155341\n"
+"31\n"
+"help.text"
+msgid "Load Gradients List"
msgstr ""
-#: 06020000.xhp#par_id3147366.2.help.text
-msgid "<variable id=\"thesaurustxt\"><ahelp hid=\".uno:Thesaurus\">Opens a dialog box to replace the current word with a synonym, or a related term.</ahelp></variable>"
+#. ,n|M
+#: 05210300.xhp
+msgctxt ""
+"05210300.xhp\n"
+"par_id3145085\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_GRADIENT:BTN_LOAD\">Load a different list of gradients.</ahelp>"
msgstr ""
-#: 06020000.xhp#par_id3154184.19.help.text
-msgid "Thesaurus support is not available for all languages."
+#. !?[\
+#: 05210300.xhp
+msgctxt ""
+"05210300.xhp\n"
+"hd_id3148943\n"
+"33\n"
+"help.text"
+msgid "Save Gradients List"
msgstr ""
-#: 06020000.xhp#hd_id3147571.5.help.text
-msgid "Current word"
+#. m0!Z
+#: 05210300.xhp
+msgctxt ""
+"05210300.xhp\n"
+"par_id3161459\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_GRADIENT:BTN_SAVE\">Saves the current list of gradients, so that you can load it later.</ahelp>"
msgstr ""
-#: 06020000.xhp#par_id3159233.6.help.text
-msgid "<ahelp hid=\".\">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.</ahelp>"
+#. (r^t
+#: 05080000.xhp
+msgctxt ""
+"05080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Alignment (Text Objects)"
msgstr ""
-#: 06020000.xhp#hd_id3647571.5.help.text
-msgid "Arrow left"
-msgstr "ისარი მარცხნივ"
+#. qMk7
+#: 05080000.xhp
+msgctxt ""
+"05080000.xhp\n"
+"bm_id3152942\n"
+"help.text"
+msgid "<bookmark_value>aligning; text objects</bookmark_value><bookmark_value>text objects; alignment</bookmark_value>"
+msgstr "<bookmark_value>ბრძანებათა გამეორება</bookmark_value><bookmark_value>ბრძანებათა გამეორება</bookmark_value>"
-#: 06020000.xhp#par_id369233.6.help.text
-msgid "<ahelp hid=\".\">Recalls the previous contents of the \"Current word\" text box.</ahelp>"
+#. 8jk[
+#: 05080000.xhp
+#, fuzzy
+msgctxt ""
+"05080000.xhp\n"
+"hd_id3152942\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05080000.xhp\" name=\"Alignment (Text Objects)\">Alignment (Text Objects)</link>"
+msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
+
+#. [#E.
+#: 05080000.xhp
+msgctxt ""
+"05080000.xhp\n"
+"par_id3150278\n"
+"2\n"
+"help.text"
+msgid "Set the alignment options for the current selection."
msgstr ""
-#: 06020000.xhp#hd_id3154983.7.help.text
-msgid "Alternatives"
+#. RJa~
+#: 05250300.xhp
+msgctxt ""
+"05250300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Send Backward"
+msgstr "უკან გაგზავნა"
+
+#. (EL%
+#: 05250300.xhp
+#, fuzzy
+msgctxt ""
+"05250300.xhp\n"
+"hd_id3150146\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05250300.xhp\" name=\"Send Backward\">Send Backward</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
+
+#. Bkvm
+#: 05250300.xhp
+msgctxt ""
+"05250300.xhp\n"
+"par_id3150794\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Moves the selected object down one level, so that it is closer to the bottom of the stacking order.</ahelp>"
msgstr ""
-#: 06020000.xhp#par_id3149182.8.help.text
-msgid "<ahelp hid=\".\">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.</ahelp>"
+#. }0N:
+#: 05250300.xhp
+#, fuzzy
+msgctxt ""
+"05250300.xhp\n"
+"par_id3150445\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05250000.xhp\" name=\"Layer\">Layer</link>"
+msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
+
+#. #3/)
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"tit\n"
+"help.text"
+msgid "List"
msgstr ""
-#: 06020000.xhp#hd_id3155892.9.help.text
-msgctxt "06020000.xhp#hd_id3155892.9.help.text"
-msgid "Replace with"
-msgstr "ჩაანაცვლე"
+#. 2Dg[
+#: 02230401.xhp
+#, fuzzy
+msgctxt ""
+"02230401.xhp\n"
+"hd_id3159242\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02230401.xhp\" name=\"List\">List</link>"
+msgstr "<link href=\"text/shared/01/02060000.xhp\" name=\"Paste\">ჩასმა</link>"
-#: 06020000.xhp#par_id3150693.10.help.text
-msgid "<ahelp hid=\".\">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.</ahelp>"
+#. _Edh
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3154894\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_REDLINING_VIEW_PAGE\">Accept or reject individual changes.</ahelp>"
msgstr ""
-#: 06020000.xhp#hd_id3146775.15.help.text
-msgctxt "06020000.xhp#hd_id3146775.15.help.text"
-msgid "Language"
+#. r-Zd
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3149511\n"
+"26\n"
+"help.text"
+msgid "The <emph>List </emph>tab displays all of the changes that were recorded in the current document. If you want to filter this list, click the <emph>Filter </emph>tab, and then select your <link href=\"text/shared/01/02230402.xhp\" name=\"filter criteria\">filter criteria</link>.<switchinline select=\"appl\"><caseinline select=\"WRITER\"> If the list contains nested changes, the dependencies are shown regardless of the filter. </caseinline></switchinline>"
msgstr ""
-#: 06020000.xhp#par_id3159157.16.help.text
-msgid "<ahelp hid=\".\">Select a language for the thesaurus.</ahelp> You can install languages with a thesaurus library from the <link href=\"http://extensions.libreoffice.org/\">Extensions</link> web page."
+#. dBD[
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3153114\n"
+"27\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Nested changes occur where changes made by different authors overlap. </caseinline></switchinline>"
msgstr ""
-#: 05260200.xhp#tit.help.text
-msgid "To Paragraph"
+#. dP5N
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3155552\n"
+"29\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Click the plus sign beside an entry in the list to view all of the changes that were recorded for a cell. </caseinline></switchinline>"
msgstr ""
-#: 05260200.xhp#hd_id3151260.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">To Paragraph</link>"
-msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
+#. 5Hp,
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3154824\n"
+"31\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">If one of the nested changes for a cell matches a filter criterion, all of the changes for the cell are displayed. When you filter the change list, the entries in the list appear in different colors according to the following table: </caseinline></switchinline>"
+msgstr ""
-#: 05260200.xhp#par_id3155271.2.help.text
-msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected item to the current paragraph.</ahelp>"
+#. Su}C
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3156426\n"
+"32\n"
+"help.text"
+msgid "Color"
msgstr ""
-#: 05260200.xhp#par_id3154926.3.help.text
-msgid "The anchor icon is displayed at the left page margin at the beginning of the paragraph."
+#. Jbqo
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3145382\n"
+"33\n"
+"help.text"
+msgid "Meaning"
+msgstr "მნიშვნელობა"
+
+#. k+]_
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3150355\n"
+"34\n"
+"help.text"
+msgid "black"
msgstr ""
-#: formatting_mark.xhp#tit.help.text
-msgid "Formatting Mark "
+#. PuJ#
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3149416\n"
+"35\n"
+"help.text"
+msgid "The entry matches a filter criterion."
msgstr ""
-#: formatting_mark.xhp#bm_id9930722.help.text
-msgid "<bookmark_value>CTL;(not) wrapping words</bookmark_value> <bookmark_value>words;wrapping in CTL</bookmark_value>"
+#. O~HH
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3145317\n"
+"36\n"
+"help.text"
+msgid "blue"
msgstr ""
-#: formatting_mark.xhp#hd_id030220091035120.help.text
-msgid "<variable id=\"formattingmark\"><link href=\"text/shared/01/formatting_mark.xhp\">Formatting Mark</link></variable>"
+#. Ose|
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3156327\n"
+"37\n"
+"help.text"
+msgid "One or more subentries matches a filter criterion."
msgstr ""
-#: formatting_mark.xhp#par_id0302200910351248.help.text
-msgid "<ahelp hid=\".\">Opens a submenu to insert special formatting marks. Enable CTL for more commands.</ahelp>"
+#. vD#A
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3156156\n"
+"38\n"
+"help.text"
+msgid "gray"
msgstr ""
-#: formatting_mark.xhp#hd_id9996948.help.text
-msgid "Non-breaking space"
+#. 2Oc,
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3149192\n"
+"39\n"
+"help.text"
+msgid "The subentry does not match a filter criterion."
msgstr ""
-#: formatting_mark.xhp#par_id8326975.help.text
-msgid "<ahelp hid=\".\">Inserts a space that will keep bordering characters together on line breaks.</ahelp>"
+#. 4+;0
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3155421\n"
+"40\n"
+"help.text"
+msgid "green"
msgstr ""
-#: formatting_mark.xhp#hd_id6383556.help.text
-msgid "Non-breaking hyphen"
+#. 8c%X
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3149237\n"
+"41\n"
+"help.text"
+msgid "The subentry matches a filter criterion."
msgstr ""
-#: formatting_mark.xhp#par_id8469191.help.text
-msgid "<ahelp hid=\".\">Inserts a hyphen that will keep bordering characters together on line breaks.</ahelp>"
+#. P9S:
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"hd_id3153146\n"
+"3\n"
+"help.text"
+msgid "Selection field"
msgstr ""
-#: formatting_mark.xhp#hd_id3306680.help.text
-msgid "Optional hyphen"
+#. @QcU
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3161459\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_REDLINING_VIEW_DG_VIEW\">Lists the changes that were recorded in the document. When you select an entry in the list, the change is highlighted in the document. To sort the list, click a column heading. </ahelp> Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while you click to select multiple entries in the list."
msgstr ""
-#: formatting_mark.xhp#par_id9407330.help.text
-msgid "<ahelp hid=\".\">Inserts an invisible hyphen within a word that will appear and create a line break once it becomes the last character in a line.</ahelp>"
+#. K{p0
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3152812\n"
+"6\n"
+"help.text"
+msgid "To edit the comment for an entry in the list, right-click the entry, and then choose<emph> Edit - Comment</emph>."
msgstr ""
-#: formatting_mark.xhp#hd_id2295907.help.text
-msgid "No-width optional break"
+#. 9V7p
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3153524\n"
+"7\n"
+"help.text"
+msgid "After you accept or reject a change, the entries of the list are re-ordered according to \"Accepted\" or \"Rejected\" status."
msgstr ""
-#: formatting_mark.xhp#par_id1536301.help.text
-msgid "<ahelp hid=\".\">Inserts an invisible space within a word that will insert a line break once it becomes the last character in a line. Available when complex text layout (CTL) is enabled.</ahelp>"
+#. G}Q2
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"hd_id3153379\n"
+"8\n"
+"help.text"
+msgid "Action"
msgstr ""
-#: formatting_mark.xhp#hd_id3245643.help.text
-msgid "No-width no break"
+#. /_(H
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3153361\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_SORT_ACTION\">Lists the changes that were made in the document.</ahelp>"
msgstr ""
-#: formatting_mark.xhp#par_id1085238.help.text
-msgid "<ahelp hid=\".\">Inserts an invisible space within a word that will keep the word together at the end of a line. Available when complex text layout (CTL) is enabled.</ahelp>"
+#. #KMX
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"hd_id3152920\n"
+"10\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Position </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">მონიშვნა </caseinline></switchinline>"
+
+#. t%it
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3149202\n"
+"11\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Lists the cells with contents that were changed. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">შიგთავსიანი უჯრედების რაოდენობა ფაილში</caseinline></switchinline>"
+
+#. $K\7
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"hd_id3148452\n"
+"12\n"
+"help.text"
+msgid "Author"
msgstr ""
-#: formatting_mark.xhp#hd_id4634540.help.text
-msgid "Left-to-right mark"
+#. Afoo
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3153178\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_SORT_AUTHOR\">Lists the user who made the change.</ahelp>"
msgstr ""
-#: formatting_mark.xhp#par_id6690878.help.text
-msgctxt "formatting_mark.xhp#par_id6690878.help.text"
-msgid "<ahelp hid=\".\">Inserts a text direction mark that affects the text direction of any text following the mark. Available when complex text layout (CTL) is enabled.</ahelp>"
+#. ZWSs
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"hd_id3144762\n"
+"14\n"
+"help.text"
+msgid "Date"
msgstr ""
-#: formatting_mark.xhp#hd_id9420148.help.text
-msgid "Right-to-left mark"
+#. /kE2
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3156422\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_SORT_DATE\">Lists the date and time that the change was made.</ahelp>"
msgstr ""
-#: formatting_mark.xhp#par_id923184.help.text
-msgctxt "formatting_mark.xhp#par_id923184.help.text"
-msgid "<ahelp hid=\".\">Inserts a text direction mark that affects the text direction of any text following the mark. Available when complex text layout (CTL) is enabled.</ahelp>"
+#. 1sBH
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"hd_id3157962\n"
+"16\n"
+"help.text"
+msgid "Comment"
+msgstr "შინაარსი"
+
+#. 30IX
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3150868\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_SORT_COMMENT\">Lists the comments that are attached to the change.</ahelp>"
msgstr ""
-#: 04990000.xhp#tit.help.text
-msgid "Picture"
-msgstr "სურათი"
+#. S(eZ
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"hd_id3154218\n"
+"18\n"
+"help.text"
+msgid "Accept"
+msgstr "მიღება"
-#: 04990000.xhp#hd_id3156045.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/04990000.xhp\" name=\"Picture\">Picture</link>"
-msgstr "<link href=\"text/shared/01/02060000.xhp\" name=\"Paste\">ჩასმა</link>"
+#. @Ojj
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3152935\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"HID_REDLINING_VIEW_PB_ACCEPT\">Accepts the selected change and removes the highlighting from the change in the document.</ahelp>"
+msgstr ""
-#: 04990000.xhp#par_id3154613.2.help.text
-msgid "<ahelp hid=\".\">Select the source for a picture that you want to insert.</ahelp>"
+#. 6BmE
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"hd_id3156543\n"
+"22\n"
+"help.text"
+msgid "Reject"
msgstr ""
-#: 04990000.xhp#hd_id3158442.3.help.text
-msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">From File</link>"
-msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">ფაილიდან</link>"
+#. =Z_#
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3150441\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"HID_REDLINING_VIEW_PB_REJECT\">Rejects the selected change and removes the highlighting from the change in the document.</ahelp>"
+msgstr ""
-#: 04150200.xhp#tit.help.text
-msgctxt "04150200.xhp#tit.help.text"
-msgid "Insert Plug-In"
+#. qG(;
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"hd_id3155429\n"
+"20\n"
+"help.text"
+msgid "Accept All"
+msgstr "ყველას დათანხმება"
+
+#. Rj!k
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3150012\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"HID_REDLINING_VIEW_PB_ACCEPTALL\">Accepts all of the changes and removes the highlighting from the document.</ahelp>"
msgstr ""
-#: 04150200.xhp#bm_id3149962.help.text
-msgid "<bookmark_value>plug-ins; inserting</bookmark_value><bookmark_value>inserting; plug-ins</bookmark_value>"
-msgstr "<bookmark_value>მოქმედების დაბრუნება;რედაქტირება</bookmark_value><bookmark_value>რედაქტირება;მოქმედების დაბრუნება</bookmark_value>"
+#. M(`w
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"hd_id3153742\n"
+"24\n"
+"help.text"
+msgid "Reject All"
+msgstr "მონიშნე ყველა"
-#: 04150200.xhp#hd_id3149962.1.help.text
-msgctxt "04150200.xhp#hd_id3149962.1.help.text"
-msgid "Insert Plug-In"
+#. ,v14
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3151353\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"HID_REDLINING_VIEW_PB_REJECTALL\">Rejects all of the changes and removes the highlighting from the document.</ahelp>"
msgstr ""
-#: 04150200.xhp#par_id3155599.2.help.text
-msgid "<variable id=\"plugin\"><ahelp hid=\".uno:InsertPlugin\">Inserts a plug-in into the current document.</ahelp> </variable> A <link href=\"text/shared/00/00000002.xhp#plugin\" name=\"plug-in\">plug-in</link> is a software component that extends the capabilities of a web browser."
+#. l^WQ
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3147442\n"
+"28\n"
+"help.text"
+msgid "To reverse the acceptance or rejection of a change, choose <emph>Undo </emph>on the <emph>Edit </emph>menu."
msgstr ""
-#: 04150200.xhp#hd_id3148585.3.help.text
-msgid "File/URL"
+#. MH7s
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"hd_id3159196\n"
+"30\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Undo </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
+
+#. )^El
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3151116\n"
+"42\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you made changes by choosing <emph>Format - AutoCorrect - Apply and Edit Changes</emph>, the <emph>Undo </emph>button appears in the dialog.<ahelp hid=\"HID_REDLINING_VIEW_PB_UNDO\"> Reverse the last Accept or Reject command.</ahelp></caseinline></switchinline>"
msgstr ""
-#: 04150200.xhp#par_id3147399.4.help.text
-msgid "<ahelp hid=\"SO3:EDIT:MD_INSERT_OBJECT_PLUGIN:ED_FILEURL\">Enter the URL for the plug-in or click <emph>Browse</emph>, and then locate the plug-in that you want to insert.</ahelp>"
+#. JG)L
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3152576\n"
+"43\n"
+"help.text"
+msgid "There are additional commands in the <emph>context menu</emph> of the list:"
msgstr ""
-#: 04150200.xhp#hd_id3155552.5.help.text
-msgctxt "04150200.xhp#hd_id3155552.5.help.text"
-msgid "Browse"
+#. fgR[
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"hd_id3146975\n"
+"44\n"
+"help.text"
+msgid "Edit comment"
msgstr ""
-#: 04150200.xhp#par_id3143267.6.help.text
-msgid "<ahelp hid=\"SO3:PUSHBUTTON:MD_INSERT_OBJECT_PLUGIN:BTN_FILEURL\">Locate the plug-in that you want to insert, and then click <emph>Open</emph>.</ahelp>"
+#. PYi;
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3153210\n"
+"45\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_CHANGES_COMMENT\">Edit the comment for the selected change.</ahelp>"
msgstr ""
-#: 04150200.xhp#hd_id3149750.7.help.text
-msgctxt "04150200.xhp#hd_id3149750.7.help.text"
-msgid "Options"
+#. p,(u
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"hd_id3153281\n"
+"46\n"
+"help.text"
+msgid "Sort"
+msgstr "დალაგება"
+
+#. FWEW
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3149486\n"
+"47\n"
+"help.text"
+msgid "Sorts the list according to the column headings."
msgstr ""
-#: 04150200.xhp#par_id3150774.8.help.text
-msgid "<ahelp hid=\"SO3:MULTILINEEDIT:MD_INSERT_OBJECT_PLUGIN:ED_PLUGINS_OPTIONS\">Enter the parameters for the plug-in using the format <emph>parameter1=\"some text\"</emph>.</ahelp>"
+#. $@j.
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"hd_id3155316\n"
+"48\n"
+"help.text"
+msgid "Action"
msgstr ""
-#: 06201000.xhp#tit.help.text
-msgctxt "06201000.xhp#tit.help.text"
-msgid "Hangul/Hanja Options"
+#. |ONQ
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3151280\n"
+"49\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SORT_ACTION\">Sorts the list according to the type of change.</ahelp>"
msgstr ""
-#: 06201000.xhp#par_idN10542.help.text
-msgctxt "06201000.xhp#par_idN10542.help.text"
-msgid "Hangul/Hanja Options"
+#. |%@K
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"hd_id3150116\n"
+"50\n"
+"help.text"
+msgid "Author"
msgstr ""
-#: 06201000.xhp#par_idN10546.help.text
-msgid "Define options for the <link href=\"text/shared/01/06200000.xhp\">Hangul/Hanja conversion</link>."
+#. %d6A
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3149960\n"
+"51\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SORT_AUTHOR\">Sorts the list according to the Author.</ahelp>"
msgstr ""
-#: 06201000.xhp#par_idN1055F.help.text
-msgid "User-defined dictionaries"
-msgstr "მომხმარებლის მიერ განსაზღვრული ლექსიკონი"
+#. -TG,
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"hd_id3148775\n"
+"52\n"
+"help.text"
+msgid "Date"
+msgstr ""
-#: 06201000.xhp#par_idN10563.help.text
-msgid "<ahelp hid=\"HID_HANGULHANJA_NEWDICT_DLG\">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.</ahelp>"
+#. `sAk
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3153223\n"
+"53\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SORT_DATE\">Sorts the list according to the date and time.</ahelp>"
msgstr ""
-#: 06201000.xhp#par_idN1057A.help.text
-msgctxt "06201000.xhp#par_idN1057A.help.text"
-msgid "New"
+#. i,NI
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"hd_id3150594\n"
+"54\n"
+"help.text"
+msgid "Comment"
+msgstr "შინაარსი"
+
+#. ~CG$
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3145595\n"
+"55\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SORT_COMMENT\">Sorts the list according to the comments that are attached to the changes.</ahelp>"
msgstr ""
-#: 06201000.xhp#par_idN1057E.help.text
-msgid "<ahelp hid=\"svx:PushButton:RID_SVX_MDLG_HANGULHANJA_OPT:PB_HHO_NEW\">Opens the New dictionary dialog box, where you can create a new dictionary.</ahelp>"
+#. {SC_
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"hd_id3153157\n"
+"56\n"
+"help.text"
+msgid "Document Position"
msgstr ""
-#: 06201000.xhp#par_idN10595.help.text
-msgctxt "06201000.xhp#par_idN10595.help.text"
-msgid "Name"
-msgstr "სახელები"
+#. Ob=`
+#: 02230401.xhp
+msgctxt ""
+"02230401.xhp\n"
+"par_id3157976\n"
+"57\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SORT_POSITION\">Sorts the list in a descending order according to the position of the changes in the document. This is the default sorting method.</ahelp>"
+msgstr ""
-#: 06201000.xhp#par_idN10599.help.text
-msgid "<ahelp hid=\"svx:Edit:RID_SVX_MDLG_HANGULHANJA_NEWDICT:ED_DICTNAME\">Enter a name for the dictionary.</ahelp> To display the new dictionary in the <emph>User-defined dictionaries</emph> list box, click <emph>OK</emph>."
+#. Ot5i
+#: 05200000.xhp
+msgctxt ""
+"05200000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Line"
msgstr ""
-#: 06201000.xhp#par_idN105B5.help.text
-msgctxt "06201000.xhp#par_idN105B5.help.text"
-msgid "Edit"
-msgstr "გასვლა"
+#. KA]C
+#: 05200000.xhp
+#, fuzzy
+msgctxt ""
+"05200000.xhp\n"
+"hd_id3154350\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05200000.xhp\" name=\"Line\">Line</link>"
+msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-#: 06201000.xhp#par_idN105B9.help.text
-msgid "<ahelp hid=\"svx:PushButton:RID_SVX_MDLG_HANGULHANJA_OPT:PB_HHO_EDIT\">Opens the <link href=\"text/shared/01/06202000.xhp\">Edit Custom Dictionary</link> dialog where you can edit any user-defined dictionary.</ahelp>"
+#. Yw=-
+#: 05200000.xhp
+msgctxt ""
+"05200000.xhp\n"
+"par_id3147588\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"linietext\"><ahelp hid=\".uno:FormatLine\">Sets the formatting options for the selected line.</ahelp></variable>"
msgstr ""
-#: 06201000.xhp#par_idN105DE.help.text
-msgctxt "06201000.xhp#par_idN105DE.help.text"
-msgid "Delete"
-msgstr ""
+#. c4R]
+#: 05110100.xhp
+msgctxt ""
+"05110100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Bold"
+msgstr "მუქი"
-#: 06201000.xhp#par_idN105E2.help.text
-msgid "<ahelp hid=\"svx:PushButton:RID_SVX_MDLG_HANGULHANJA_OPT:PB_HHO_DELETE\">Deletes the selected user-defined dictionary.</ahelp>"
+#. )5)*
+#: 05110100.xhp
+msgctxt ""
+"05110100.xhp\n"
+"bm_id3150278\n"
+"help.text"
+msgid "<bookmark_value>text; bold</bookmark_value><bookmark_value>bold; text</bookmark_value><bookmark_value>characters; bold</bookmark_value>"
msgstr ""
-#: 06201000.xhp#par_idN105F1.help.text
-msgctxt "06201000.xhp#par_idN105F1.help.text"
-msgid "Options"
+#. vZg.
+#: 05110100.xhp
+#, fuzzy
+msgctxt ""
+"05110100.xhp\n"
+"hd_id3150278\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05110100.xhp\" name=\"Bold\">Bold</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
+
+#. rBQg
+#: 05110100.xhp
+msgctxt ""
+"05110100.xhp\n"
+"par_id3153089\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Bold\">Makes the selected text bold. If the cursor is in a word, the entire word is made bold. If the selection or word is already bold, the formatting is removed.</ahelp>"
msgstr ""
-#: 06201000.xhp#par_idN105F5.help.text
-msgid "Specifies additional options for all dictionaries."
+#. ]E5\
+#: 05110100.xhp
+msgctxt ""
+"05110100.xhp\n"
+"par_id3153255\n"
+"3\n"
+"help.text"
+msgid "If the cursor is not inside a word, and no text is selected, then the font style is applied to the text that you type."
msgstr ""
-#: 06201000.xhp#par_idN10600.help.text
-msgid "Ignore post-positional word"
+#. ivJ]
+#: 06140402.xhp
+msgctxt ""
+"06140402.xhp\n"
+"tit\n"
+"help.text"
+msgid "Change Icon"
msgstr ""
-#: 06201000.xhp#par_idN10604.help.text
-msgid "<ahelp hid=\"svx:CheckBox:RID_SVX_MDLG_HANGULHANJA_OPT:CB_IGNOREPOST\">Ignores positional characters at the end of Korean words when you search a dictionary.</ahelp>"
+#. 07mE
+#: 06140402.xhp
+msgctxt ""
+"06140402.xhp\n"
+"par_idN10543\n"
+"help.text"
+msgid "Change Icon"
msgstr ""
-#: 06201000.xhp#par_idN1061B.help.text
-msgid "Close Conversion dialog automatically after replacement"
+#. JTM=
+#: 06140402.xhp
+msgctxt ""
+"06140402.xhp\n"
+"par_idN10547\n"
+"help.text"
+msgid "Icons"
msgstr ""
-#: 06201000.xhp#par_idN1061F.help.text
-msgid "<ahelp hid=\"svx:CheckBox:RID_SVX_MDLG_HANGULHANJA_OPT:CB_AUTOCLOSE\">Closes the Hangul/Hanja Conversion dialog box after you click <emph>Ignore</emph>, <emph>Always Ignore</emph>, <emph>Replace</emph>, or <emph>Always Replace</emph>.</ahelp>"
+#. %~/+
+#: 06140402.xhp
+msgctxt ""
+"06140402.xhp\n"
+"par_idN1054B\n"
+"help.text"
+msgid "Displays the available icons in %PRODUCTNAME. To replace the icon that you selected in the <link href=\"text/shared/01/06140400.xhp\">Customize</link> dialog, click an icon, then click the <emph>OK</emph> button."
msgstr ""
-#: 06201000.xhp#par_idN10636.help.text
-msgid "Show entries recently used first"
+#. s-8/
+#: 06140402.xhp
+msgctxt ""
+"06140402.xhp\n"
+"par_idN1055C\n"
+"help.text"
+msgid "Import"
msgstr ""
-#: 06201000.xhp#par_idN1063A.help.text
-msgid "<ahelp hid=\"svx:CheckBox:RID_SVX_MDLG_HANGULHANJA_OPT:CB_SHOWRECENTLYFIRST\">Shows the replacement suggestion that you selected the last time as the first entry on the list.</ahelp>"
+#. 0$VL
+#: 06140402.xhp
+msgctxt ""
+"06140402.xhp\n"
+"par_idN10560\n"
+"help.text"
+msgid "<ahelp hid=\".\">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.</ahelp>"
msgstr ""
-#: 06201000.xhp#par_idN10651.help.text
-msgid "Replace all unique entries automatically"
+#. ZKVo
+#: 06140402.xhp
+msgctxt ""
+"06140402.xhp\n"
+"par_idN10575\n"
+"help.text"
+msgid "You can only import icons that are in the PNG file format and that are 16x16 or 26x26 pixels in size."
msgstr ""
-#: 06201000.xhp#par_idN10655.help.text
-msgid "<ahelp hid=\"svx:CheckBox:RID_SVX_MDLG_HANGULHANJA_OPT:CB_AUTOREPLACEUNIQUE\">Automatically replaces words that only have one suggested word replacement.</ahelp>"
+#. 0si4
+#: 06140402.xhp
+msgctxt ""
+"06140402.xhp\n"
+"par_id8224433\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click to remove the selected icon from the list. Only user-defined icons can be removed.</ahelp>"
msgstr ""
-#: 03990000.xhp#tit.help.text
-msgctxt "03990000.xhp#tit.help.text"
-msgid "Toolbars"
+#. ab]L
+#: 05260400.xhp
+msgctxt ""
+"05260400.xhp\n"
+"tit\n"
+"help.text"
+msgid "To Cell"
msgstr ""
-#: 03990000.xhp#hd_id3160463.1.help.text
+#. mI!N
+#: 05260400.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/03990000.xhp\" name=\"Toolbars\">Toolbars</link>"
+msgctxt ""
+"05260400.xhp\n"
+"hd_id3147212\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05260400.xhp\" name=\"To Cell\">To Cell</link>"
msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
-#: 03990000.xhp#par_id3149748.2.help.text
-msgid "<ahelp hid=\".\">Opens a submenu to show and hide toolbars.</ahelp> A toolbar contains icons and options that let you quickly access $[officename] commands."
+#. t/!2
+#: 05260400.xhp
+msgctxt ""
+"05260400.xhp\n"
+"par_id3150794\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SetAnchorToCell\" visibility=\"visible\">Anchors the selected item to a cell.</ahelp> The anchor icon is displayed in the upper left corner of the cell."
msgstr ""
-#: 03990000.xhp#hd_id3153683.3.help.text
-msgid "<link href=\"text/shared/guide/edit_symbolbar.xhp\" name=\"Customize\">Customize</link>"
-msgstr ""
+#. ?uQE
+#: 01010302.xhp
+msgctxt ""
+"01010302.xhp\n"
+"tit\n"
+"help.text"
+msgid "Business Cards"
+msgstr "სავიზიტო ბარათები"
-#: 03990000.xhp#par_id2789086.help.text
-msgid "Opens a dialog where you can add, edit, and remove icons."
-msgstr ""
+#. Urs(
+#: 01010302.xhp
+msgctxt ""
+"01010302.xhp\n"
+"hd_id3152414\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01010302.xhp\" name=\"Business Cards\">Business Cards</link>"
+msgstr "<link href=\"text/shared/01/01010302.xhp\" name=\"Business Cards\">სავიზიტო ბარათები</link>"
-#: 03990000.xhp#hd_id371715.help.text
-msgctxt "03990000.xhp#hd_id371715.help.text"
-msgid "Reset"
-msgstr ""
+#. =?e5
+#: 01010302.xhp
+msgctxt ""
+"01010302.xhp\n"
+"par_id3153882\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"\" visibility=\"visible\">Define the appearance of your business cards.</ahelp>"
+msgstr "<ahelp hid=\"\" visibility=\"visible\">განსაზღვრეთ თქვენი სავიზიტო ბარათის იერსახე.</ahelp>"
-#: 03990000.xhp#par_id1886654.help.text
-msgid "<ahelp hid=\".\">Choose <emph>View - Toolbars - Reset</emph> to reset the toolbars to their default context sensitive behavior. Now some toolbars will be shown automatically, dependent on the context.</ahelp>"
-msgstr ""
+#. [Tu/
+#: 01010302.xhp
+msgctxt ""
+"01010302.xhp\n"
+"hd_id3146873\n"
+"3\n"
+"help.text"
+msgid "Content"
+msgstr "შინაარსი"
-#: 03010000.xhp#tit.help.text
-msgid "Zoom & View Layout"
+#. fDVX
+#: 01010302.xhp
+msgctxt ""
+"01010302.xhp\n"
+"par_id3147527\n"
+"4\n"
+"help.text"
+msgid "Select a design layout for your business card."
+msgstr "მონიშნეთ თქვენი სავიზიტო ბარათის დიზაინის ხედი"
+
+#. X=qB
+#: 01010302.xhp
+msgctxt ""
+"01010302.xhp\n"
+"par_id3158442\n"
+"5\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\"HID_BUSINESS_CARD_CONTENT\">Select a business card category in <emph>AutoText - Section</emph> box, and then click a layout in the <emph>Content </emph>list.</ahelp>"
+msgstr "<ahelp visibility=\"visible\" hid=\"HID_BUSINESS_CARD_CONTENT\">მონიშნეთ სავიზიტო ბარათის კატეგორია <emph>ავტოტექსტის განყოფილების</emph> სარკმელში,და დააწკაპუნეთ განლაგებაზე <emph>შინაარსის </emph>სიაში.</ahelp>"
+
+#. BF*a
+#: 01010302.xhp
+msgctxt ""
+"01010302.xhp\n"
+"hd_id3148668\n"
+"6\n"
+"help.text"
+msgid "AutoText - Section"
+msgstr "ავტოტექსტის განყოფილება"
+
+#. ^\[Q
+#: 01010302.xhp
+msgctxt ""
+"01010302.xhp\n"
+"par_id3154894\n"
+"7\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\"SW_LISTBOX_TP_VISITING_CARDS_LB_AUTO_TEXT_GROUP\">Select a business card category, and then click a layout in the <emph>Content </emph>list.</ahelp>"
+msgstr "<ahelp visibility=\"visible\" hid=\"SW_LISTBOX_TP_VISITING_CARDS_LB_AUTO_TEXT_GROUP\">მონიშნეთ სავიზიტო ბარათის კატეგორია, დააწკაპუნეთ განლაგებაზე<emph>შინაარსის</emph>სიაში.</ahelp>"
+
+#. kx_2
+#: 06140000.xhp
+msgctxt ""
+"06140000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Customize"
msgstr ""
-#: 03010000.xhp#bm_id3154682.help.text
-msgid "<bookmark_value>zooming;page views</bookmark_value> <bookmark_value>views; scaling</bookmark_value> <bookmark_value>screen; scaling</bookmark_value> <bookmark_value>pages; scaling</bookmark_value>"
+#. XmxX
+#: 06140000.xhp
+msgctxt ""
+"06140000.xhp\n"
+"hd_id3146946\n"
+"1\n"
+"help.text"
+msgid "Customize"
msgstr ""
-#: 03010000.xhp#hd_id3154682.1.help.text
-msgid "<link href=\"text/shared/01/03010000.xhp\">Zoom & View Layout</link>"
+#. Y%p8
+#: 06140000.xhp
+msgctxt ""
+"06140000.xhp\n"
+"par_id3155069\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"anpassen\"><ahelp hid=\".uno:LoadToolBox\">Customizes $[officename] menus, shortcut keys, toolbars, and macro assignments to events.</ahelp></variable>"
msgstr ""
-#: 03010000.xhp#par_id3149578.2.help.text
-msgid "<variable id=\"massstabtext\"><ahelp hid=\".uno:Zoom\">Reduces or enlarges the screen display of %PRODUCTNAME.</ahelp></variable> The current zoom factor is displayed as a percentage value on the <emph>Status</emph> bar."
+#. -ySQ
+#: 06140000.xhp
+msgctxt ""
+"06140000.xhp\n"
+"par_id3152821\n"
+"7\n"
+"help.text"
+msgid "You can customize shortcut keys and macro assignments for the current application, or for all $[officename] applications."
msgstr ""
-#: 03010000.xhp#par_id3149655.26.help.text
-msgid "Zooming is handled differently on Unix, Linux, and Windows platforms. A document saved with a 100% zoom factor in Windows is displayed at a larger zoom factor on Unix/Linux platforms. To change the zoom factor, double-click or right-click the percentage value on the <emph>Status</emph> bar, and select the zoom factor that you want."
+#. qgeu
+#: 06140000.xhp
+msgctxt ""
+"06140000.xhp\n"
+"par_id3153303\n"
+"4\n"
+"help.text"
+msgid "You can also save and load individual menu, shortcut key, and toolbar custom settings."
msgstr ""
-#: 03010000.xhp#hd_id3149669.3.help.text
-msgctxt "03010000.xhp#hd_id3149669.3.help.text"
-msgid "Zoom factor"
+#. [%Z/
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Font"
msgstr ""
-#: 03010000.xhp#par_id3154389.4.help.text
-msgid "Set the zoom factor at which to display the current document and all documents of the same type that you open thereafter."
+#. Yjh*
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"bm_id3154812\n"
+"help.text"
+msgid "<bookmark_value>formats; fonts</bookmark_value><bookmark_value>characters;fonts and formats</bookmark_value><bookmark_value>fonts; formats</bookmark_value><bookmark_value>text; fonts and formats</bookmark_value><bookmark_value>typefaces; formats</bookmark_value><bookmark_value>font sizes; relative changes</bookmark_value><bookmark_value>languages; spellchecking and formatting</bookmark_value><bookmark_value>characters; enabling CTL and Asian characters</bookmark_value>"
msgstr ""
-#: 03010000.xhp#hd_id3153351.20.help.text
-msgctxt "03010000.xhp#hd_id3153351.20.help.text"
-msgid "Optimal"
+#. rihq
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"hd_id3154812\n"
+"1\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CHART\"><link href=\"text/shared/01/05020100.xhp\" name=\"Characters\">Characters</link></caseinline><defaultinline><link href=\"text/shared/01/05020100.xhp\" name=\"Font\">Font</link></defaultinline></switchinline>"
msgstr ""
-#: 03010000.xhp#par_id3144760.21.help.text
-#, fuzzy
-msgid "<ahelp hid=\"HID_MNU_ZOOM_OPTIMAL\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Resizes the display to fit the width of the selected cell area at the moment the command is started.</caseinline><defaultinline>Resizes the display to fit the width of the text in the document at .</defaultinline></switchinline></ahelp>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>რეგულარული გამოსახულებები</defaultinline></switchinline>"
+#. 7)2P
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3158405\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"zn\"><ahelp hid=\"cui/ui/charnamepage/CharNamePage\">Specify the formatting and the font that you want to apply.</ahelp></variable>"
+msgstr ""
-#: 03010000.xhp#hd_id3151210.22.help.text
-msgid "Fit width and height"
+#. YF:\
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3155616\n"
+"3\n"
+"help.text"
+msgid "The changes are applied to the current selection, to the entire word that contains the cursor, or to the new text that you type."
msgstr ""
-#: 03010000.xhp#par_id3150543.25.help.text
-#, fuzzy
-msgid "<ahelp hid=\"HID_MNU_ZOOM_WHOLE_PAGE\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Resizes the display to fit the width and height of the selected cell area at the moment the command is started.</caseinline><defaultinline>Displays the entire page on your screen.</defaultinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSNOTES\"><switchinline select=\"appl\"><caseinline select=\"CALC\">უჯრედების დანართი შენიშვნების ჩასმა. არსებულ უჯრედთა შიგთავსში შენიშვნების დასამატებლად მონიშნეთ \"Add\" operation. </caseinline></switchinline></ahelp>"
+#. bN-d
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3155552\n"
+"52\n"
+"help.text"
+msgid "Depending on your language settings, you can change the formatting for the following font types:"
+msgstr ""
-#: 03010000.xhp#hd_id3152771.24.help.text
-msgctxt "03010000.xhp#hd_id3152771.24.help.text"
-msgid "Fit width"
+#. hNmS
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3147291\n"
+"53\n"
+"help.text"
+msgid "Western text font - Latin character sets."
msgstr ""
-#: 03010000.xhp#par_id3143231.23.help.text
-msgid "<ahelp hid=\"HID_MNU_ZOOM_PAGE_WIDTH\">Displays the complete width of the document page. The top and bottom edges of the page may not be visible.</ahelp>"
+#. 9-#.
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3155391\n"
+"54\n"
+"help.text"
+msgid "Asian text font - Chinese, Japanese, or Korean character sets"
msgstr ""
-#: 03010000.xhp#par_id3159151.6.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Displays the document at two times its actual size.</ahelp>"
+#. 5Ra+
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3147576\n"
+"57\n"
+"help.text"
+msgid "Complex text layout font - right-to-left text direction"
msgstr ""
-#: 03010000.xhp#par_id3145173.8.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Displays the document at one and a half times its actual size.</ahelp>"
+#. 0BYD
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3153663\n"
+"58\n"
+"help.text"
+msgid "To enable support for complex text layout and Asian character sets, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>, and then select the <emph>Enabled </emph>box in the corresponding area."
msgstr ""
-#: 03010000.xhp#hd_id3153106.9.help.text
-msgid "100 %"
+#. %o#8
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"hd_id3148686\n"
+"4\n"
+"help.text"
+msgid "Font"
msgstr ""
-#: 03010000.xhp#par_id3147353.10.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXDLG_ZOOM:BTN_100\">Displays the document at its actual size.</ahelp>"
+#. )Rht
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3148491\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/charnamepage/ctlfontnamelb\">Enter the name of an installed font that you want to use, or select a font from the list.</ahelp>"
msgstr ""
-#: 03010000.xhp#par_id3152791.12.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Displays the document at 75% of its actual size.</ahelp>"
+#. t2X,
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"hd_id3143271\n"
+"10\n"
+"help.text"
+msgid "Typeface"
msgstr ""
-#: 03010000.xhp#par_id3156005.14.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Displays the document at half of its actual size.</ahelp>"
+#. @~$o
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3155922\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/charnamepage/ctlstylelb\">Select the formatting that you want to apply.</ahelp>"
msgstr ""
-#: 03010000.xhp#hd_id3153191.15.help.text
-msgid "Variable"
-msgstr "ცვლადი"
+#. bN21
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"hd_id3151054\n"
+"16\n"
+"help.text"
+msgid "Size"
+msgstr "ზომა:"
-#: 03010000.xhp#par_id3159125.16.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXDLG_ZOOM:ED_USER\">Enter the zoom factor at which you want to display the document. Enter a percentage in the box.</ahelp>"
+#. 26aG
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3150359\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/charnamepage/ctlsizelb\">Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values.</ahelp>"
+msgstr ""
+
+#. BJ8D
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3148797\n"
+"45\n"
+"help.text"
+msgid "If you are creating a Style that is based on another Style, you can enter a percentage value or a point value (for example, -2pt or +5pt)."
msgstr ""
-#: 03010000.xhp#hd_id7319864.help.text
-msgid "View layout"
+#. 7TQE
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"hd_id3151176\n"
+"38\n"
+"help.text"
+msgid "Language"
msgstr ""
-#: 03010000.xhp#par_id3423871.help.text
-msgid "For text documents, you can set the view layout. Reduce the zoom factor to see the effects of different view layout settings."
+#. ;\Fm
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3157961\n"
+"39\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/charnamepage/ctlsizelb\">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.</ahelp>"
msgstr ""
-#: 03010000.xhp#hd_id3818475.help.text
-msgctxt "03010000.xhp#hd_id3818475.help.text"
-msgid "Automatic"
+#. lCfm
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3153770\n"
+"59\n"
+"help.text"
+msgid "You can only change the language setting for cells (choose <emph>Format - Cells – Numbers</emph>)."
msgstr ""
-#: 03010000.xhp#par_id3187353.help.text
-msgid "<ahelp hid=\".\">The automatic view layout displays pages side by side, as many as the zoom factor allows.</ahelp>"
+#. 9,A(
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3145364\n"
+"60\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01140000.xhp\" name=\"Asian languages support\">Asian languages support</link>"
msgstr ""
-#: 03010000.xhp#hd_id8455153.help.text
-msgctxt "03010000.xhp#hd_id8455153.help.text"
-msgid "Single page"
-msgstr "ერთეული იარლიყი"
-
-#: 03010000.xhp#par_id9912411.help.text
-msgid "<ahelp hid=\".\">The single page view layout displays pages beneath each other, but never side by side.</ahelp>"
+#. fAzq
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3147213\n"
+"61\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01140000.xhp\" name=\"Complex text layout support\">Complex text layout support</link>"
msgstr ""
-#: 03010000.xhp#hd_id9204992.help.text
-msgctxt "03010000.xhp#hd_id9204992.help.text"
-msgid "Columns"
+#. l-S}
+#: 05110500.xhp
+msgctxt ""
+"05110500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Shadows"
msgstr ""
-#: 03010000.xhp#par_id1993774.help.text
-msgid "<ahelp hid=\".\">In columns view layout you see pages in a given number of columns side by side. Enter the number of columns.</ahelp>"
+#. JDbk
+#: 05110500.xhp
+msgctxt ""
+"05110500.xhp\n"
+"bm_id3154545\n"
+"help.text"
+msgid "<bookmark_value>text; shadowed</bookmark_value><bookmark_value>characters; shadowed</bookmark_value><bookmark_value>shadows;characters, using context menu</bookmark_value>"
msgstr ""
-#: 03010000.xhp#hd_id2949919.help.text
-msgid "Book mode"
+#. S:ML
+#: 05110500.xhp
+#, fuzzy
+msgctxt ""
+"05110500.xhp\n"
+"hd_id3154545\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05110500.xhp\" name=\"Shadows\">Shadows</link>"
+msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">ჩრდილი</link>"
+
+#. 8H\b
+#: 05110500.xhp
+msgctxt ""
+"05110500.xhp\n"
+"par_id3151299\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Shadowed\">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp>"
msgstr ""
-#: 03010000.xhp#par_id2355113.help.text
-msgid "<ahelp hid=\".\">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.</ahelp>"
+#. W9{j
+#: 02100100.xhp
+msgctxt ""
+"02100100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Similarity Search"
msgstr ""
-#: 01160200.xhp#tit.help.text
-msgid "Document as E-mail"
-msgstr "დოკუმენტი როგორც ელოფსტა"
+#. rUn{
+#: 02100100.xhp
+msgctxt ""
+"02100100.xhp\n"
+"bm_id3156045\n"
+"help.text"
+msgid "<bookmark_value>similarity search</bookmark_value><bookmark_value>finding; similarity search</bookmark_value>"
+msgstr ""
-#: 01160200.xhp#hd_id3150702.1.help.text
-msgid "<link href=\"text/shared/01/01160200.xhp\">Document as E-mail</link>"
-msgstr "<link href=\"text/shared/01/01160200.xhp\">დოკუმენტი როგორც ელოფსტა</link>"
+#. TapB
+#: 02100100.xhp
+#, fuzzy
+msgctxt ""
+"02100100.xhp\n"
+"hd_id3156045\n"
+"52\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02100100.xhp\" name=\"Similarity Search\">Similarity Search</link>"
+msgstr "<link href=\"text/shared/01/01100200.xhp\" name=\"General\">ზოგადი</link>"
-#: 01160200.xhp#par_id3152823.2.help.text
-msgid "<variable id=\"versendentext\"><ahelp hid=\".uno:SendMail\">Opens a new window in your default e-mail 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\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - General is used."
+#. FCTG
+#: 02100100.xhp
+msgctxt ""
+"02100100.xhp\n"
+"par_id3146856\n"
+"53\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXDLG_SEARCH_CB_SIMILARITY\">Find terms that are similar to the <emph>Search for </emph>text. Select this checkbox, and then click the <emph>...</emph> button to define the similarity options.</ahelp>"
msgstr ""
-#: 01160200.xhp#par_id0807200809553672.help.text
-msgid "If the document is in HTML format, any embedded or linked images will not be sent with the e-mail."
+#. (qom
+#: 02100100.xhp
+msgctxt ""
+"02100100.xhp\n"
+"par_id3149551\n"
+"66\n"
+"help.text"
+msgid "For example, a similarity search can find words that differ from the <emph>Search for </emph>text by two characters."
msgstr ""
-#: 01110101.xhp#tit.help.text
-msgctxt "01110101.xhp#tit.help.text"
-msgid "Templates: Address Book Assignment"
+#. r5RM
+#: 02100100.xhp
+msgctxt ""
+"02100100.xhp\n"
+"hd_id3154621\n"
+"54\n"
+"help.text"
+msgid "..."
msgstr ""
-#: 01110101.xhp#hd_id3156411.1.help.text
-msgctxt "01110101.xhp#hd_id3156411.1.help.text"
-msgid "Templates: Address Book Assignment"
+#. AU%1
+#: 02100100.xhp
+msgctxt ""
+"02100100.xhp\n"
+"par_id3145629\n"
+"55\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_SEARCH_PB_SIMILARITY\">Set the options for the similarity search.</ahelp>"
msgstr ""
-#: 01110101.xhp#par_id3147576.2.help.text
-msgid "<ahelp hid=\".uno:AddressBookSource\">Edit the field assignments and the data source for your address book.</ahelp>"
+#. o5[B
+#: 02100100.xhp
+msgctxt ""
+"02100100.xhp\n"
+"hd_id3149511\n"
+"56\n"
+"help.text"
+msgid "Settings"
msgstr ""
-#: 01110101.xhp#hd_id3149399.3.help.text
-msgid "Address Book Source"
-msgstr "მისამართების წიგნის წყარო"
+#. )D$b
+#: 02100100.xhp
+msgctxt ""
+"02100100.xhp\n"
+"par_id3152594\n"
+"57\n"
+"help.text"
+msgid "Define the criteria for determining if a word is similar to the search term."
+msgstr ""
-#: 01110101.xhp#par_id3152996.4.help.text
-msgid "Set the data source and data table for your address book."
-msgstr "დააყენეთ მონაცემთა წყარო და მონაცემთა ცხრილი თქვენი მისამართების წიგნისათვის. "
+#. ;wCj
+#: 02100100.xhp
+msgctxt ""
+"02100100.xhp\n"
+"hd_id3153551\n"
+"58\n"
+"help.text"
+msgid "Exchange characters"
+msgstr ""
-#: 01110101.xhp#hd_id3147654.5.help.text
-msgctxt "01110101.xhp#hd_id3147654.5.help.text"
-msgid "Data Source"
+#. $=s^
+#: 02100100.xhp
+msgctxt ""
+"02100100.xhp\n"
+"par_id3152551\n"
+"59\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_NUMERICFIELD_RID_SVXDLG_SEARCHSIMILARITY_NF_OTHER\">Enter the number of characters in the search term that can be exchanged.</ahelp> For example, if you specify 2 exchanged characters, \"black\" and \"crack\" are considered similar."
msgstr ""
-#: 01110101.xhp#par_id3154306.6.help.text
-msgid "<ahelp hid=\"SVTOOLS_COMBOBOX_DLG_ADDRESSBOOKSOURCE_CB_DATASOURCE\">Select the data source for your address book.</ahelp>"
-msgstr "<ahelp hid=\"SVTOOLS_COMBOBOX_DLG_ADDRESSBOOKSOURCE_CB_DATASOURCE\">მონიშნეთ მონაცემთა წყარო თქვენი მისამართების წიგნისათვის.</ahelp>"
+#. ?8=l
+#: 02100100.xhp
+msgctxt ""
+"02100100.xhp\n"
+"hd_id3147010\n"
+"60\n"
+"help.text"
+msgid "Add characters"
+msgstr "ნებისმიერი სიმბოლო"
-#: 01110101.xhp#hd_id3145315.7.help.text
-msgctxt "01110101.xhp#hd_id3145315.7.help.text"
-msgid "Table"
+#. G_f5
+#: 02100100.xhp
+msgctxt ""
+"02100100.xhp\n"
+"par_id3109847\n"
+"61\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_NUMERICFIELD_RID_SVXDLG_SEARCHSIMILARITY_NF_LONGER\">Enter the maximum number of characters by which a word can exceed the number of characters in the search term.</ahelp>"
msgstr ""
-#: 01110101.xhp#par_id3149164.8.help.text
-msgid "<ahelp hid=\"SVTOOLS_COMBOBOX_DLG_ADDRESSBOOKSOURCE_CB_TABLE\">Select the data table for your address book.</ahelp>"
-msgstr "<ahelp hid=\"SVTOOLS_COMBOBOX_DLG_ADDRESSBOOKSOURCE_CB_TABLE\">მონიშნეთ მონაცემთა ცხრილი თქვენი მისამართების წიგნისათვის.</ahelp>"
+#. z=[c
+#: 02100100.xhp
+msgctxt ""
+"02100100.xhp\n"
+"hd_id3166460\n"
+"62\n"
+"help.text"
+msgid "Remove characters"
+msgstr ""
-#: 01110101.xhp#hd_id3145119.9.help.text
-msgid "Configure"
-msgstr "კონფიგურირება"
+#. Ru\f
+#: 02100100.xhp
+msgctxt ""
+"02100100.xhp\n"
+"par_id3148685\n"
+"63\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_NUMERICFIELD_RID_SVXDLG_SEARCHSIMILARITY_NF_SHORTER\">Enter the number of characters by which a word can be shorter than the search term.</ahelp>"
+msgstr ""
-#: 01110101.xhp#par_id3150771.10.help.text
-msgid "<ahelp hid=\"SVTOOLS_PUSHBUTTON_DLG_ADDRESSBOOKSOURCE_PB_ADMINISTATE_DATASOURCES\">Add a new data source to the <emph>Address Book Source </emph>list.</ahelp>"
-msgstr "<ahelp hid=\"SVTOOLS_PUSHBUTTON_DLG_ADDRESSBOOKSOURCE_PB_ADMINISTATE_DATASOURCES\">დაამატეთ ახალი მონაცემთა წყარო <emph>მისამართების წიგნის წყაროს </emph>სიაში.</ahelp>"
+#. 6@g}
+#: 02100100.xhp
+msgctxt ""
+"02100100.xhp\n"
+"hd_id3153700\n"
+"64\n"
+"help.text"
+msgid "Combine"
+msgstr ""
-#: 01110101.xhp#hd_id3155629.11.help.text
-msgid "Field assignment"
+#. 2J=y
+#: 02100100.xhp
+msgctxt ""
+"02100100.xhp\n"
+"par_id3156553\n"
+"65\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXDLG_SEARCHSIMILARITY_CB_RELAX\">Searches for a term that matches any combination of the similarity search settings.</ahelp>"
msgstr ""
-#: 01110101.xhp#par_id3153320.12.help.text
-msgid "Define the field assignments for your address book."
+#. R%]y
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Footer"
msgstr ""
-#: 01110101.xhp#hd_id3155830.13.help.text
-msgid "(Field name)"
-msgstr "(ველის სახელი)"
+#. st}5
+#: 05040400.xhp
+#, fuzzy
+msgctxt ""
+"05040400.xhp\n"
+"hd_id3155620\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05040400.xhp\" name=\"Footer\">Footer</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-#: 01110101.xhp#par_id3154143.14.help.text
-msgid "<ahelp hid=\"HID_ADDRTEMPL_FIELD_ASSIGNMENT\">Select the field in the data table that corresponds to the address book entry.</ahelp>"
-msgstr "<ahelp hid=\"HID_ADDRTEMPL_FIELD_ASSIGNMENT\">მონიშნეთ მისამართების წიგნის ჩანაწერების შესაბამისი ველი მონაცემთა ცხრილში</ahelp>"
+#. ;rkT
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"par_id3156553\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FORMAT_FOOTER\">Adds a footer to the current page style. A footer is an area in the bottom page margin, where you can add text or graphics.</ahelp>"
+msgstr ""
-#: extensionupdate.xhp#tit.help.text
-msgctxt "extensionupdate.xhp#tit.help.text"
-msgid "Extension Update"
+#. wb=Q
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"par_id3145136\n"
+"32\n"
+"help.text"
+msgid "If you want, you can also add borders or a background fill to a footer."
msgstr ""
-#: extensionupdate.xhp#hd_id9688100.help.text
-msgctxt "extensionupdate.xhp#hd_id9688100.help.text"
-msgid "Extension Update"
+#. [c4]
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"par_id3155339\n"
+"31\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 ""
-#: extensionupdate.xhp#par_id5084688.help.text
-msgid "<ahelp hid=\".\">Click the <emph>Check for Updates</emph> button in the <link href=\"text/shared/01/packagemanager.xhp\">Extension Manager</link> to check for online updates for all installed extensions. To check for online updates for only the selected extension, right-click to open the context menu, then choose <emph>Update</emph>.</ahelp>"
+#. ZZC5
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"par_id3147209\n"
+"30\n"
+"help.text"
+msgid "If you want to extend a footer into the page margins, insert a frame into the footer."
msgstr ""
-#: extensionupdate.xhp#par_id6401257.help.text
-msgid "When you click the <item type=\"menuitem\">Check for Updates</item> button or choose the <item type=\"menuitem\">Update</item> command, the Extension Update dialog is displayed and the check for availability of updates starts immediately."
+#. l[cO
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"par_id3150976\n"
+"28\n"
+"help.text"
+msgid "To quickly move the text cursor from the document text to the header or footer, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up or Page Down. Press the same key again to move the text cursor back into the document text."
msgstr ""
-#: extensionupdate.xhp#par_id5841242.help.text
-msgid "<ahelp hid=\".\">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.</ahelp>"
+#. lqQj
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"hd_id3150504\n"
+"3\n"
+"help.text"
+msgid "Footer"
msgstr ""
-#: extensionupdate.xhp#par_id6794030.help.text
-msgid "If no updates are available, the message in the dialog tells you there are no updates. Close the dialog."
+#. Fyq]
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"par_id3149235\n"
+"4\n"
+"help.text"
+msgid "Set the properties of the footer."
msgstr ""
-#: extensionupdate.xhp#par_id7096774.help.text
-msgid "If updates are available, the updates can either be installed automatically, or you must respond with some action:"
+#. FHE{
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"hd_id3154380\n"
+"6\n"
+"help.text"
+msgid "Footer on"
msgstr ""
-#: extensionupdate.xhp#par_id6420484.help.text
-msgid "The Extension Update dialog may contain entries which are not selectable and hence no automatic update can be performed. "
+#. 92QQ
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"par_id3153348\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_FOOTER:CB_TURNON\">Adds a footer to the current page style.</ahelp>"
msgstr ""
-#: extensionupdate.xhp#par_id6986602.help.text
-msgid "Dependencies are not fulfilled (the update needs some more or newer files to be installed)."
+#. cR4l
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"hd_id3145087\n"
+"20\n"
+"help.text"
+msgid "Same content left/right"
msgstr ""
-#: extensionupdate.xhp#par_id616779.help.text
-msgid "Insufficient user rights (the Extension Manager was started from the menu, but shared extensions can only be modified when %PRODUCTNAME does not run, and only by a user with appropriate rights). See <link href=\"text/shared/01/packagemanager.xhp\">Extension Manager</link> for details."
+#. =;hN
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"par_id3149575\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_FOOTER:CB_SHARED\">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 ""
-#: extensionupdate.xhp#par_id791039.help.text
-msgid "A manual update is necessary."
+#. !J;I
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"hd_id3154937\n"
+"21\n"
+"help.text"
+msgid "Same content on first page"
+msgstr ""
+
+#. kQ6D
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"par_id3154939\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_FOOTER:CB_SHARED_FIRST\">First and even/odd pages share the same content.</ahelp>"
+msgstr ""
+
+#. \TfN
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"hd_id3147264\n"
+"16\n"
+"help.text"
+msgid "Left margin"
msgstr ""
-#: extensionupdate.xhp#par_id757469.help.text
-msgid "<ahelp hid=\".\">When you click the Install button the Download and Installation dialog is displayed.</ahelp>"
+#. @nJb
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"par_id3156434\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_FOOTER:ED_LMARGIN\">Enter the amount of space to leave between the left edge of the page and the left edge of the footer.</ahelp>"
msgstr ""
-#: extensionupdate.xhp#par_id5189062.help.text
-msgid "All extensions which can be directly downloaded are downloaded now. The progress is shown in the Download and Installation dialog. If an extension cannot be downloaded, a message is displayed. The operation continues for the remaining extensions."
+#. !oE,
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"hd_id3154073\n"
+"18\n"
+"help.text"
+msgid "Right margin"
msgstr ""
-#: extensionupdate.xhp#par_id3949095.help.text
-msgid "Some extensions may be marked with the phrase \"browser based update\". These extensions cannot be downloaded by the Extension Manager. A web browser must be opened to download the extension update from a particular web site. That site may require several more user interaction to download the extension. After downloading you must install the extension manually, for example by double-clicking the extension's icon in a file browser."
+#. uJJn
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"par_id3154224\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_FOOTER:ED_RMARGIN\">Enter the amount of space to leave between the right edge of the page and the right edge of the footer.</ahelp>"
msgstr ""
-#: extensionupdate.xhp#par_id3729056.help.text
-msgid "For extensions marked as \"browser based update\", the Extension Manager will open your web browser on the respective web site. This happens when you close the dialog, after downloading any other extension updates. If there are no extensions which can be directly downloaded then the web browser is started immediately."
+#. {]_8
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"hd_id3154140\n"
+"8\n"
+"help.text"
+msgid "Spacing"
msgstr ""
-#: extensionupdate.xhp#par_id6854457.help.text
-msgid "After the last extension has been downloaded, the installation begins. First all installed extensions for which an update could be downloaded successfully, are removed. Then the updated extensions are installed. If an error occurs, a message that the installation failed is displayed, but the operation proceeds."
+#. 7iO@
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"par_id3154908\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_FOOTER:ED_DIST\">Enter the amount of space that you want to maintain between the bottom edge of the document text and the top edge of the footer.</ahelp>"
msgstr ""
-#: extensionupdate.xhp#par_id3372295.help.text
-msgid "If all updates have been processed the Download and Installation dialog shows that it has finished. You can abort the download and installation process by clicking the <emph>Abort Update</emph> button."
+#. ^6`-
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"hd_id3158409\n"
+"34\n"
+"help.text"
+msgid "Use dynamic spacing"
msgstr ""
-#: extensionupdate.xhp#hd_id5699942.help.text
-msgid "Show all Updates"
+#. 6oBT
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"par_id3144760\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_FOOTER_CB_DYNSPACING\">Overrides the <emph>Spacing </emph>setting and allows the footer to expand into the area between the footer and document text.</ahelp>"
msgstr ""
-#: extensionupdate.xhp#par_id641193.help.text
-msgid "<ahelp hid=\".\">By default, only the downloadable extensions are shown in the dialog. Mark <emph>Show all Updates</emph> to see also other extensions and error messages.</ahelp>"
+#. ,@%Y
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"hd_id3154821\n"
+"12\n"
+"help.text"
+msgid "Height"
msgstr ""
-#: extensionupdate.xhp#par_id7634510.help.text
-msgctxt "extensionupdate.xhp#par_id7634510.help.text"
-msgid "<link href=\"text/shared/01/packagemanager.xhp\">Extension Manager</link>"
+#. s7*/
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"par_id3125865\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_FOOTER:ED_HEIGHT\">Enter the height you want for the footer.</ahelp>"
msgstr ""
-#: 06040100.xhp#tit.help.text
-msgctxt "06040100.xhp#tit.help.text"
-msgid "Options"
+#. Q#T~
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"hd_id3150742\n"
+"14\n"
+"help.text"
+msgid "AutoFit height"
msgstr ""
-#: 06040100.xhp#bm_id3155620.help.text
-msgid "<bookmark_value>AutoCorrect function; options</bookmark_value> <bookmark_value>replacement options</bookmark_value> <bookmark_value>words; automatically replacing</bookmark_value> <bookmark_value>abbreviation replacement</bookmark_value> <bookmark_value>capital letters; AutoCorrect function</bookmark_value> <bookmark_value>bold; AutoFormat function</bookmark_value> <bookmark_value>underlining; AutoFormat function</bookmark_value> <bookmark_value>spaces; ignoring double</bookmark_value> <bookmark_value>numbering; using automatically</bookmark_value> <bookmark_value>paragraphs; numbering automatically</bookmark_value> <bookmark_value>tables in text; creating automatically</bookmark_value> <bookmark_value>titles; formatting automatically</bookmark_value> <bookmark_value>empty paragraph removal</bookmark_value> <bookmark_value>paragraphs; removing blank ones</bookmark_value> <bookmark_value>styles; replacing automatically</bookmark_value> <bookmark_value>user-defined styles; automatically replacing</bookmark_value> <bookmark_value>bullets; replacing</bookmark_value> <bookmark_value>paragraphs; joining</bookmark_value> <bookmark_value>joining; paragraphs</bookmark_value>"
+#. r}jp
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"par_id3145744\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_FOOTER:CB_HEIGHT_DYN\">Automatically adjusts the height of the footer to fit the content you enter.</ahelp>"
msgstr ""
-#: 06040100.xhp#hd_id3155620.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/06040100.xhp\" name=\"Options\">Options</link>"
-msgstr "<link href=\"text/shared/01/01010203.xhp\" name=\"Options\">პარამეტრები</link>"
+#. ^`mL
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"hd_id3149807\n"
+"23\n"
+"help.text"
+msgid "More"
+msgstr ""
-#: 06040100.xhp#par_id3146946.2.help.text
-msgid "<ahelp hid=\"HID_OFAPAGE_AUTOFORMAT_CLB\">Select the options for automatically correcting errors as you type, and then click <emph>OK</emph>.</ahelp>"
+#. srJ?
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"par_id3145421\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_FOOTER:BTN_EXTRAS\">Defines a border, a background color, or a background pattern for the footer.</ahelp>"
msgstr ""
-#: 06040100.xhp#par_id3153124.32.help.text
-msgid "In text documents, you can choose to apply the AutoCorrect corrections while you type [T], or only when you modify existing text [M] with <emph>Format - AutoCorrect - Apply</emph>."
+#. 7J.3
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"hd_id3157892\n"
+"26\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Edit </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">დამატება </caseinline></switchinline>"
+
+#. dRwZ
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"par_id0609200910255518\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Add or edit footer text.</ahelp>"
msgstr ""
-#: 06040100.xhp#par_id7547227.help.text
-msgid "When you choose to modify existing text with all options deselected, still all \"Default\" paragraph styles will be converted to \"Text body\" styles. "
+#. :@sC
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"par_id3150439\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_FOOTER_EDIT\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120000.xhp\" name=\"Add or edit footer text.\">Add or edit footer text.</link></caseinline></switchinline></ahelp>"
msgstr ""
-#: 06040100.xhp#hd_id3154398.3.help.text
+#. f?H?
+#: 05040400.xhp
#, fuzzy
-msgid "Use replacement table"
-msgstr "ჩანაცვლების ცხრილი"
+msgctxt ""
+"05040400.xhp\n"
+"par_id3151112\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/04230000.xhp\" name=\"Footers\">Footers</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-#: 06040100.xhp#par_id3151234.4.help.text
-msgid "If you type a letter combination that matches a shortcut in the <link href=\"text/shared/01/06040200.xhp\" name=\"replacement table\">replacement table</link>, the letter combination is replaced with the replacement text."
+#. G#_a
+#: 05040400.xhp
+msgctxt ""
+"05040400.xhp\n"
+"par_id3155411\n"
+"help.text"
+msgid "<link href=\"text/shared/00/00000003.xhp#metrik\" name=\"Changing measurement units\">Changing measurement units</link>"
msgstr ""
-#: 06040100.xhp#hd_id3150144.5.help.text
-msgid "Correct TWo INitial CApitals"
+#. E:rM
+#: 05040400.xhp
+#, fuzzy
+msgctxt ""
+"05040400.xhp\n"
+"par_id3154189\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05030500.xhp\" name=\"Borders\">Borders</link>"
+msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">არე</link>"
+
+#. #OW0
+#: 05040400.xhp
+#, fuzzy
+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/01010201.xhp\" name=\"Labels\">იარლიყები</link>"
+
+#. RO$h
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Toolbars"
msgstr ""
-#: 06040100.xhp#par_id3149177.6.help.text
-msgid "If you type two uppercase letters at the beginning of a \"WOrd\", the second uppercase letter is automatically replaced with a lowercase letter."
+#. R#9+
+#: 06140400.xhp
+#, fuzzy
+msgctxt ""
+"06140400.xhp\n"
+"hd_id3154100\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140400.xhp\" name=\"Toolbars\">Toolbars</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
+
+#. BaBG
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_id3150279\n"
+"2\n"
+"help.text"
+msgid "Lets you customize $[officename] toolbars."
msgstr ""
-#: 06040100.xhp#hd_id3156426.7.help.text
-msgid "Capitalize first letter of every sentence."
+#. !Q9T
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN10601\n"
+"help.text"
+msgid "Toolbar"
msgstr ""
-#: 06040100.xhp#par_id3155339.8.help.text
-msgid "Capitalizes the first letter of every sentence."
+#. 8bs5
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN10604\n"
+"help.text"
+msgid "Select the toolbar you want to edit."
msgstr ""
-#: 06040100.xhp#par_id5240028.help.text
-msgid "The first letter in a Calc cell will never be capitalized automatically."
+#. :+S/
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN10607\n"
+"help.text"
+msgid "New"
msgstr ""
-#: 06040100.xhp#hd_id3145072.24.help.text
-msgid "Automatic *bold* and _underline_"
+#. r_d5
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN1060A\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Name dialog, where you enter the name of a new toolbar and select the location of the new toolbar.</ahelp> Opens the Name dialog, where you enter the name of a new toolbar and select the location of the new toolbar."
msgstr ""
-#: 06040100.xhp#par_id3153577.26.help.text
-msgid "Automatically applies bold formatting to text enclosed by asterisks (*), and underline to text enclosed by underscores ( _ ), for example, *bold*. The asterisks and underscores are not displayed after the formatting is applied."
+#. [S%4
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN106011\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the name of a new toolbar.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+
+#. pgeH
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN106012\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the location of the new toolbar.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+
+#. 2s?8
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN1061B\n"
+"help.text"
+msgid "Toolbar"
msgstr ""
-#: 06040100.xhp#par_id3153127.105.help.text
-msgid "This feature does not work if the formatting characters * or _ are entered with an <link href=\"text/shared/00/00000005.xhp#IME\" name=\"Input Method Editor\">Input Method Editor</link>."
+#. {D(h
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN1061E\n"
+"help.text"
+msgid "<ahelp hid=\".\">The Toolbar button opens a submenu</ahelp> with the following commands:"
msgstr ""
-#: 06040100.xhp#hd_id3150275.17.help.text
-msgid "URL Recognition"
+#. N+x1
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN10621\n"
+"help.text"
+msgid "Rename"
msgstr ""
-#: 06040100.xhp#par_id3158430.18.help.text
-msgid "Automatically creates a hyperlink when you type a <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link>."
+#. 1}0.
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN10624\n"
+"help.text"
+msgid "Opens the <emph>Name</emph> dialog, where you enter a new name for the selected toolbar."
msgstr ""
-#: 06040100.xhp#hd_id3148473.19.help.text
-msgid "Replace Dashes"
+#. ~@$2
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN1062B\n"
+"help.text"
+msgid "New name"
msgstr ""
-#: 06040100.xhp#par_id3144439.20.help.text
-msgid "Replaces one or two hyphens with a long dash (see the following table)."
+#. ~.iY
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN1062E\n"
+"help.text"
+msgid "Enter the new name for the selected toolbar."
msgstr ""
-#: 06040100.xhp#par_id87282.help.text
-msgid "Text will be replaced after you type a trailing white space (space, tab, or return). In the following table, the A and B represent text consisting of letters A to z or digits 0 to 9."
+#. vrC5
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN10631\n"
+"help.text"
+msgid "Delete"
msgstr ""
-#: 06040100.xhp#par_id3408612.help.text
-msgid "Text that you type:"
+#. b%9Z
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN10634\n"
+"help.text"
+msgid "Deletes the selected toolbar after you agree to the question. You can only delete custom toolbars, not the built-in toolbars."
msgstr ""
-#: 06040100.xhp#par_id4362010.help.text
-msgid "Result that you get:"
+#. MK[]
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN10637\n"
+"help.text"
+msgid "Restore Default Settings"
msgstr ""
-#: 06040100.xhp#par_id1432844.help.text
-msgid "A - B (A, space, minus, space, B)"
+#. VZ5B
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN1063A\n"
+"help.text"
+msgid "Restores the default settings."
msgstr ""
-#: 06040100.xhp#par_id7553941.help.text
-msgctxt "06040100.xhp#par_id7553941.help.text"
-msgid "A – B (A, space, en-dash, space, B)"
+#. r]6=
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN1064F\n"
+"help.text"
+msgid "Icons only"
msgstr ""
-#: 06040100.xhp#par_id1421246.help.text
-msgid "A -- B (A, space, minus, minus, space, B)"
+#. P6Ma
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN10652\n"
+"help.text"
+msgid "Shows icons only."
msgstr ""
-#: 06040100.xhp#par_id2305673.help.text
-msgctxt "06040100.xhp#par_id2305673.help.text"
-msgid "A – B (A, space, en-dash, space, B)"
+#. JTr{
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN10655\n"
+"help.text"
+msgid "Text only"
msgstr ""
-#: 06040100.xhp#par_id8703573.help.text
-msgid "A--B (A, minus, minus, B)"
+#. 422!
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN10658\n"
+"help.text"
+msgid "Shows text only."
msgstr ""
-#: 06040100.xhp#par_id6049684.help.text
-msgid "A—B (A, em-dash, B)<br/>(see note below the table)"
+#. lY%@
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN1065B\n"
+"help.text"
+msgid "Icons & Text"
msgstr ""
-#: 06040100.xhp#par_id2219916.help.text
-msgid "A-B (A, minus, B)"
+#. A0^S
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN1065E\n"
+"help.text"
+msgid "Shows icons and text."
msgstr ""
-#: 06040100.xhp#par_id1868037.help.text
-msgid "A-B (unchanged)"
+#. ebGA
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN1069AAA\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Moves the selected item up in the list.</ahelp>"
msgstr ""
-#: 06040100.xhp#par_id714438.help.text
-msgid "A -B (A, space, minus, B)"
+#. EeEE
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN1068AAA\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Moves the selected item down in the list.</ahelp>"
msgstr ""
-#: 06040100.xhp#par_id3924985.help.text
-msgid "A -B (unchanged)"
+#. DE)+
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN10661\n"
+"help.text"
+msgid "Commands"
+msgstr "შინაარსი"
+
+#. U/,Q
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN10664\n"
+"help.text"
+msgid "Displays a list of commands for the selected toolbar of the current application or document."
msgstr ""
-#: 06040100.xhp#par_id1486861.help.text
-msgid "A --B (A, space, minus, minus, B)"
+#. eXP-
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN10667\n"
+"help.text"
+msgid "Add"
msgstr ""
-#: 06040100.xhp#par_id844141.help.text
-msgid "A –B (A, space, en-dash, B)"
+#. $XZj
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN1066A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Add Commands dialog. Select any command, then click <emph>Add</emph> or drag-and-drop the command into the <emph>Customize</emph> dialog.</ahelp>"
msgstr ""
-#: 06040100.xhp#par_id1416974.help.text
-msgid "If the text has the Hungarian or Finnish language attribute, then two hyphens in the sequence A--B are replaced by an en-dash instead of an em-dash."
+#. D,XS
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN10675\n"
+"help.text"
+msgid "Modify"
msgstr ""
-#: 06040100.xhp#hd_id3152472.99.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Delete spaces and tabs at beginning and end of paragraph</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
+#. lCYZ
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN10678\n"
+"help.text"
+msgid "<ahelp hid=\".\">The Modify button opens a submenu</ahelp> with the following commands:"
+msgstr ""
-#: 06040100.xhp#par_id3156024.100.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Removes spaces and tabs at the beginning of a paragraph. To use this option, the <emph>Apply Styles</emph> option must also be selected.</caseinline></switchinline>"
+#. ^aL%
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN1067B\n"
+"help.text"
+msgid "Rename"
msgstr ""
-#: 06040100.xhp#hd_id3147303.101.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Delete blanks and tabs at end and start of lines</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
+#. Sf*|
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN1067E\n"
+"help.text"
+msgid "Opens the <emph>Rename</emph> dialog, where you enter a new name for the selected command."
+msgstr ""
-#: 06040100.xhp#par_id3150866.102.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Removes spaces and tabs at the beginning of each line. To use this option, the <emph>Apply Styles</emph> option must also be selected.</caseinline></switchinline>"
+#. A][$
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN10685\n"
+"help.text"
+msgid "New name"
msgstr ""
-#: 06040100.xhp#hd_id3150400.28.help.text
-msgid "Ignore double spaces"
+#. #@e/
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN10688\n"
+"help.text"
+msgid "Enter the new name for the selected command."
msgstr ""
-#: 06040100.xhp#par_id3154938.29.help.text
-msgid "Replaces two or more consecutive spaces with a single space."
+#. V=\m
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN1068B\n"
+"help.text"
+msgid "Delete"
msgstr ""
-#: 06040100.xhp#hd_id3145116.33.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Apply numbering - symbol</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ხაზების რაოდენობა: </caseinline></switchinline>"
+#. qjJ{
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN1068E\n"
+"help.text"
+msgid "Deletes the selected command after you agree to the question."
+msgstr ""
-#: 06040100.xhp#par_id3150870.34.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Automatically creates a numbered list when you press Enter at the end of a line that starts with a number followed by a period, a space, and text. If a line starts with a hyphen (-), a plus sign (+), or an asterisk (*), followed by a space, and text, a bulleted list is created when you press Enter.</caseinline></switchinline>"
+#. c#4Q
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN10691\n"
+"help.text"
+msgid "Restore Default Settings"
msgstr ""
-#: 06040100.xhp#par_id3146874.92.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">To cancel automatic numbering when you press Enter at the end of a line that starts with a numbering symbol, press Enter again.</caseinline></switchinline>"
+#. $8}j
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN10694\n"
+"help.text"
+msgid "Restores the default settings."
msgstr ""
-#: 06040100.xhp#par_id3145606.77.help.text
-msgid "The automatic numbering option is only applied to paragraphs that are formatted with the \"Default\", \"Text body\", or \"Text body indent\" paragraph style."
+#. 2+aF
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN106A9\n"
+"help.text"
+msgid "Begin a Group"
msgstr ""
-#: 06040100.xhp#hd_id3157962.35.help.text
-msgid "Apply border"
+#. A_.r
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN106AC\n"
+"help.text"
+msgid "Inserts a separator line under the current toolbar entry."
msgstr ""
-#: 06040100.xhp#par_id3144445.36.help.text
-msgid "Automatically applies a border at the base of the preceding paragraph when you type three or more specific characters, and then press Enter. To create a single line, type three or more hyphens (-), or underscores ( _ ), and then press Enter. To create a double line, type three or more equal signs (=), asterisks (*), tildes (~), or hash marks (#), and then press Enter."
+#. [`%A
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN106AF\n"
+"help.text"
+msgid "Change Icon"
msgstr ""
-#: 06040100.xhp#par_idN10C2E.help.text
-msgid "To delete the created line, click the paragraph above the line, choose <emph>Format - Paragraph - Borders</emph>, delete the bottom border."
+#. 6o-n
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN106B2\n"
+"help.text"
+msgid "Opens the Change Icon dialog, where you can assign a different icon to the current command."
msgstr ""
-#: 06040100.xhp#par_idN10C35.help.text
-msgid "The following table summarizes the line thickness for the different characters: "
+#. vlx:
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN106B5\n"
+"help.text"
+msgid "Reset Icon"
msgstr ""
-#: 06040100.xhp#par_id3148576.37.help.text
-msgid "---"
+#. AE!e
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN106B8\n"
+"help.text"
+msgid "Resets the icon to the default icon."
msgstr ""
-#: 06040100.xhp#par_id3154690.38.help.text
-msgid "0.5pt single underline"
+#. `Jc@
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN106BB\n"
+"help.text"
+msgid "Save In"
msgstr ""
-#: 06040100.xhp#par_id3154472.39.help.text
-msgid "___"
+#. mHOG
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN106D2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the location where to load the configuration and where to save it.</ahelp>"
msgstr ""
-#: 06040100.xhp#par_id3149266.40.help.text
-msgid "1.0pt single underline"
+#. Z`LP
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN106D5\n"
+"help.text"
+msgid "For every entry in the list box, an own configuration is maintained. Select one of the open documents or select the application to load and edit the associated configuration. Edit the configuration and save it back to the location from where you loaded it. Editing the configuration in one location does not change the configuration in any other location."
msgstr ""
-#: 06040100.xhp#par_id3147580.41.help.text
-msgid "==="
+#. ^}T@
+#: 06140400.xhp
+msgctxt ""
+"06140400.xhp\n"
+"par_idN106D8\n"
+"help.text"
+msgid "It is not possible to load a configuration from one location and save it to another location."
msgstr ""
-#: 06040100.xhp#par_id3145364.42.help.text
-msgid "1.1pt double underline"
+#. D;U*
+#: digitalsignatures.xhp
+msgctxt ""
+"digitalsignatures.xhp\n"
+"tit\n"
+"help.text"
+msgid "Digital Signatures"
+msgstr "ციფრული ხელმოწერა"
+
+#. o,*E
+#: digitalsignatures.xhp
+msgctxt ""
+"digitalsignatures.xhp\n"
+"par_idN10544\n"
+"help.text"
+msgid "<link href=\"text/shared/01/digitalsignatures.xhp\">Digital Signatures</link>"
msgstr ""
-#: 06040100.xhp#par_id3148647.43.help.text
-msgid "***"
+#. gmpG
+#: digitalsignatures.xhp
+msgctxt ""
+"digitalsignatures.xhp\n"
+"par_idN10548\n"
+"help.text"
+msgid "<ahelp hid=\".\">Adds and removes digital signatures to and from your document. You can also use the dialog to view certificates.</ahelp>"
msgstr ""
-#: 06040100.xhp#par_id3152791.44.help.text
-msgid "4.5pt double underline"
+#. h%{I
+#: digitalsignatures.xhp
+msgctxt ""
+"digitalsignatures.xhp\n"
+"par_idN10629\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">You must save a file before you can apply a digital signature to the file.</ahelp>"
msgstr ""
-#: 06040100.xhp#par_id3146975.45.help.text
-msgid "~~~"
+#. -%1*
+#: digitalsignatures.xhp
+msgctxt ""
+"digitalsignatures.xhp\n"
+"par_idN10644\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">You must save a file in OpenDocument format before you can apply a digital signature to the file.</ahelp>"
msgstr ""
-#: 06040100.xhp#par_id3152885.46.help.text
-msgid "6.0pt double underline"
+#. Ij`i
+#: digitalsignatures.xhp
+msgctxt ""
+"digitalsignatures.xhp\n"
+"par_idN1055F\n"
+"help.text"
+msgid "List"
msgstr ""
-#: 06040100.xhp#par_id3145591.47.help.text
-msgid "###"
+#. YMMu
+#: digitalsignatures.xhp
+msgctxt ""
+"digitalsignatures.xhp\n"
+"par_idN10563\n"
+"help.text"
+msgid "<ahelp hid=\".\">Lists the digital signatures for the current document.</ahelp>"
msgstr ""
-#: 06040100.xhp#par_id3153188.48.help.text
-msgid "9.0pt double underline"
+#. r83/
+#: digitalsignatures.xhp
+msgctxt ""
+"digitalsignatures.xhp\n"
+"par_idN10566\n"
+"help.text"
+msgid "The Signed icon<image id=\"img_id4557023\" src=\"xmlsecurity/res/certificate_16.png\" width=\"0.1665in\" height=\"0.1146in\"><alt id=\"alt_id4557023\">Icon</alt></image> indicates a valid digital signature, while the Exclamation mark icon<image id=\"img_id249336\" src=\"xmlsecurity/res/caution_11x16.png\" width=\"0.1665in\" height=\"0.1146in\"><alt id=\"alt_id249336\">Icon</alt></image> indicates an invalid digital signature."
msgstr ""
-#: 06040100.xhp#hd_id3149064.49.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Create table</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
+#. @d)H
+#: digitalsignatures.xhp
+msgctxt ""
+"digitalsignatures.xhp\n"
+"par_id0821200910573716\n"
+"help.text"
+msgid "See also <link href=\"text/shared/guide/digital_signatures.xhp\">Digital Signatures</link>."
+msgstr ""
-#: 06040100.xhp#par_id3146119.50.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Creates a table when you press Enter after typing a series of hyphens (-) or tabs separated by plus signs, that is, +------+---+. Plus signs indicate column dividers, while hyphens and tabs indicate the width of a column.</caseinline></switchinline>"
+#. F2l}
+#: digitalsignatures.xhp
+msgctxt ""
+"digitalsignatures.xhp\n"
+"par_idN1056C\n"
+"help.text"
+msgid "View Certificate"
msgstr ""
-#: 06040100.xhp#par_id3147219.53.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">+-----------------+---------------+------+</caseinline></switchinline>"
+#. 9VCy
+#: digitalsignatures.xhp
+msgctxt ""
+"digitalsignatures.xhp\n"
+"par_idN10570\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the <link href=\"text/shared/optionen/viewcertificate.xhp\">View Certificate</link> dialog.</ahelp>"
msgstr ""
-#: 06040100.xhp#hd_id3153334.55.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Apply Styles</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
+#. 21U(
+#: digitalsignatures.xhp
+#, fuzzy
+msgctxt ""
+"digitalsignatures.xhp\n"
+"par_idN10581\n"
+"help.text"
+msgid "Sign Document"
+msgstr "დოკუმენტების გაგზავნა"
-#: 06040100.xhp#par_id3147396.56.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Automatically replaces the \"Default\" paragraph style with the Heading 1 to Heading 8 paragraph styles. To apply the Heading 1 paragraph style, type the text that you want to use as a heading (without a period), and then press Enter twice. To apply a sub-heading, press Tab one or more times, type the text (without a period), and then press Enter.</caseinline></switchinline>"
+#. .Wh\
+#: digitalsignatures.xhp
+msgctxt ""
+"digitalsignatures.xhp\n"
+"par_idN10585\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the <link href=\"text/shared/01/selectcertificate.xhp\">Select Certificate</link> dialog.</ahelp>"
msgstr ""
-#: 06040100.xhp#hd_id3151075.58.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Remove blank paragraphs</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">პარაგრაფების რაოდენობა: </caseinline></switchinline>"
-
-#: 06040100.xhp#par_id3145728.59.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Removes empty paragraphs from the current document when you choose <emph>Format - AutoCorrect - Apply</emph>.</caseinline></switchinline>"
+#. x:9?
+#: digitalsignatures.xhp
+msgctxt ""
+"digitalsignatures.xhp\n"
+"par_idN10596\n"
+"help.text"
+msgid "Remove"
msgstr ""
-#: 06040100.xhp#hd_id3152375.60.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Replace Custom Styles</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
+#. wN0V
+#: digitalsignatures.xhp
+msgctxt ""
+"digitalsignatures.xhp\n"
+"par_idN1059A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Removes the selected source from the list.</ahelp>"
+msgstr ""
-#: 06040100.xhp#par_id3156299.61.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Replaces the custom paragraph styles in the current document with the \"Default\", the \"Text Body\", or the \"Text Body Indent\" paragraph style.</caseinline></switchinline>"
+#. x.:^
+#: 05110300.xhp
+msgctxt ""
+"05110300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Underline"
msgstr ""
-#: 06040100.xhp#hd_id3147045.62.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Replace bullets with</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
+#. o\1{
+#: 05110300.xhp
+msgctxt ""
+"05110300.xhp\n"
+"bm_id3150756\n"
+"help.text"
+msgid "<bookmark_value>characters;underlining</bookmark_value><bookmark_value>underlining;characters</bookmark_value>"
+msgstr "<bookmark_value>მოქმედების დაბრუნება;რედაქტირება</bookmark_value><bookmark_value>რედაქტირება;მოქმედების დაბრუნება</bookmark_value>"
-#: 06040100.xhp#par_id3150420.63.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Converts paragraphs that start with a hyphen (-), a plus sign (+), or an asterisk (*) directly followed by a space or a tab, to bulleted lists. This option only works on paragraphs that are formatted with the \"Default\", \"Text Body\", or \"Text Body Indent\" paragraph styles. To change the bullet style that is used, select this option, and then click <emph>Edit</emph>.</caseinline></switchinline>"
-msgstr ""
+#. 4;i(
+#: 05110300.xhp
+#, fuzzy
+msgctxt ""
+"05110300.xhp\n"
+"hd_id3150756\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05110300.xhp\" name=\"Underline\">Underline</link>"
+msgstr "<link href=\"text/shared/01/02010000.xhp\" name=\"Undo\">მოქმედების დაბრუნება</link>"
-#: 06040100.xhp#hd_id3151019.66.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Combine single line paragraphs if length greater than ...</caseinline></switchinline>"
+#. d0GN
+#: 05110300.xhp
+msgctxt ""
+"05110300.xhp\n"
+"par_id3149031\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Underline\" visibility=\"visible\">Underlines or removes underlining from the selected text.</ahelp>"
msgstr ""
-#: 06040100.xhp#par_id3154162.67.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Combines consecutive single-line paragraphs into a single paragraph. This option only works on paragraphs that use the \"Default\" paragraph style. If a paragraph is longer than the specified length value, the paragraph is combined with the next paragraph. To enter a different length value, select the option, and then click <link href=\"text/swriter/01/05150104.xhp\"><emph>Edit</emph></link>.</caseinline></switchinline>"
+#. UJC5
+#: 05110300.xhp
+msgctxt ""
+"05110300.xhp\n"
+"par_id3152821\n"
+"3\n"
+"help.text"
+msgid "If the cursor is not in a word, the new text that you enter is underlined."
msgstr ""
-#: 06040100.xhp#par_id1218200910244459.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Modifies the selected AutoCorrect option.</ahelp>"
+#. VAdb
+#: 05110300.xhp
+msgctxt ""
+"05110300.xhp\n"
+"par_id3154894\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\".uno:UnderlineDouble\" visibility=\"hidden\">Underlines the selected text with two lines.</ahelp>"
msgstr ""
-#: 06040100.xhp#hd_id3144749.75.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Edit</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-
-#: 06040100.xhp#par_id3153841.76.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"OFFMGR:PUSHBUTTON:RID_OFAPAGE_AUTOFMT_APPLY:PB_EDIT\">Modifies the selected AutoCorrect option.</ahelp></caseinline></switchinline>"
+#. Rs6.
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Text"
msgstr ""
-#: 05020600.xhp#tit.help.text
-msgid "Asian Layout"
-msgstr "აზიური განლაგება"
-
-#: 05020600.xhp#bm_id3156053.help.text
-msgid "<bookmark_value>double-line writing in Asian layout</bookmark_value><bookmark_value>formats; Asian layout</bookmark_value><bookmark_value>characters; Asian layout</bookmark_value><bookmark_value>text; Asian layout</bookmark_value>"
+#. %@d/
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"bm_id3146856\n"
+"help.text"
+msgid "<bookmark_value>text; text/draw objects</bookmark_value> <bookmark_value>draw objects; text in</bookmark_value> <bookmark_value>frames; text fitting to frames</bookmark_value>"
msgstr ""
-#: 05020600.xhp#hd_id3156053.1.help.text
+#. )O6/
+#: 05220000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05020600.xhp\" name=\"Asian Layout\">Asian Layout</link>"
+msgctxt ""
+"05220000.xhp\n"
+"hd_id3146856\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05220000.xhp\" name=\"Text\">Text</link>"
msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
-#: 05020600.xhp#par_id3155351.2.help.text
-msgid "<ahelp hid=\"\">Sets the options for double-line writing for Asian languages. Select the characters in your text, and then choose this command.</ahelp>"
+#. .1{~
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"par_id3150279\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PAGE_TEXTATTR\">Sets the layout and anchoring properties for text in the selected drawing or text object.</ahelp>"
msgstr ""
-#: 05020600.xhp#hd_id3152552.3.help.text
-msgid "Double-lined"
+#. !TSK
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"par_id3154794\n"
+"4\n"
+"help.text"
+msgid "The text is positioned relative to the edges of the drawing or text object."
msgstr ""
-#: 05020600.xhp#par_id3155338.4.help.text
-msgid "Set the double-line options for the selected text."
+#. i\}0
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"hd_id3149031\n"
+"5\n"
+"help.text"
+msgid "Text"
msgstr ""
-#: 05020600.xhp#hd_id3147089.5.help.text
-msgid "Write in double lines"
+#. AnnZ
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"hd_id3150445\n"
+"7\n"
+"help.text"
+msgid "Fit width to text"
msgstr ""
-#: 05020600.xhp#par_id3150693.6.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_CHAR_TWOLINES_CB_TWOLINES\">Allows you to write in double lines in the area that you selected in the current document.</ahelp>"
+#. J*JU
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"par_id3145629\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_TEXTATTR_TSB_AUTOGROW_WIDTH\">Expands the width of the object to the width of the text, if the object is smaller than the text.</ahelp>"
msgstr ""
-#: 05020600.xhp#hd_id3157959.7.help.text
-msgid "Enclosing characters"
+#. *$Hx
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"hd_id3149511\n"
+"9\n"
+"help.text"
+msgid "Fit height to text"
msgstr ""
-#: 05020600.xhp#par_id3154749.8.help.text
-msgid "Specify the characters to enclose the double-lined area."
+#. n4]M
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"par_id3149640\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_TEXTATTR_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 ""
-#: 05020600.xhp#hd_id3148539.9.help.text
-msgid "Initial character"
+#. .4v,
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"hd_id3152867\n"
+"11\n"
+"help.text"
+msgid "Fit to frame"
msgstr ""
-#: 05020600.xhp#par_id3150504.10.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_CHAR_TWOLINES_ED_STARTBRACKET\">Select the character to define the start of the double-lined area. If you want to choose a custom character, select <emph>Other Characters</emph>.</ahelp>"
+#. hweI
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"par_id3147834\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_TEXTATTR_TSB_FIT_TO_SIZE\">Resizes the text to fit the entire area of the drawing or text object.</ahelp>"
msgstr ""
-#: 05020600.xhp#hd_id3159115.11.help.text
-msgid "Final character"
+#. Ub:c
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"hd_id3155892\n"
+"29\n"
+"help.text"
+msgid "Adjust to contour"
msgstr ""
-#: 05020600.xhp#par_id3149191.12.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_CHAR_TWOLINES_ED_ENDBRACKET\">Select the character to define the end of the double-lined area. If you want to choose a custom character, select <emph>Other Characters</emph>.</ahelp>"
+#. I76{
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"par_id3153577\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_TEXTATTR_TSB_CONTOUR\">Adapts the text flow so that it matches the contours of the selected drawing object.</ahelp>"
msgstr ""
-#: 05110800.xhp#tit.help.text
-msgctxt "05110800.xhp#tit.help.text"
-msgid "Subscript"
+#. jGZ8
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"par_idN10705\n"
+"help.text"
+msgid "Word wrap text in shape"
msgstr ""
-#: 05110800.xhp#hd_id3150278.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05110800.xhp\" name=\"Subscript\">Subscript</link>"
-msgstr "<link href=\"text/shared/01/01100100.xhp\" name=\"Description\">აღწერილობა</link>"
-
-#: 05110800.xhp#par_id3152790.2.help.text
-msgid "<ahelp hid=\".uno:SubScript\">Reduces the font size of the selected text and lowers the text below the baseline.</ahelp>"
+#. BfaX
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"par_idN10709\n"
+"help.text"
+msgid "<ahelp hid=\".\">Wraps the text that you add after double-clicking a custom shape to fit inside the shape.</ahelp>"
msgstr ""
-#: 01010001.xhp#tit.help.text
-msgctxt "01010001.xhp#tit.help.text"
-msgid "Master Document"
+#. +}c-
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"par_idN10720\n"
+"help.text"
+msgid "Resize shape to fit text"
msgstr ""
-#: 01010001.xhp#hd_id3153514.1.help.text
-msgid "<link href=\"text/shared/01/01010001.xhp\" name=\"Master Document\">Master Document</link>"
-msgstr "<link href=\"text/shared/01/01010001.xhp\" name=\"Master Document\">საბაზო დოკუმენტი</link>"
-
-#: 01010001.xhp#par_id3154682.2.help.text
-msgid "Use a <emph>Master Document</emph> to organize complex projects, such as a book. <ahelp hid=\".\">A <emph>Master Document</emph> can contain the individual files for each chapter of a book, as well as a table of contents, and an index.</ahelp>"
-msgstr "Use a <emph>Master Document</emph> to organize complex projects, such as a book. <ahelp hid=\".\">A <emph>საბაზო დოკუმენტი</emph> შეიძლება შეიცავდეს თითოეული თავის ან წიგნის ინდივიდუალურ ფაილებს, სარჩევს ან ინდექსს.</ahelp>"
-
-#: 01010001.xhp#par_id3149828.help.text
-msgid "<link href=\"text/shared/01/02110000.xhp\" name=\"Navigator for Master Documents\">Navigator for Master Documents</link>"
-msgstr "<link href=\"text/shared/01/02110000.xhp\" name=\"Navigator for Master Documents\">საბაზო დოკუმენტის ნავიგატორი</link>"
+#. GknU
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"par_idN10724\n"
+"help.text"
+msgid "<ahelp hid=\".\">Resizes a custom shape to fit the text that you enter after double-clicking the shape.</ahelp>"
+msgstr ""
-#: 02250000.xhp#tit.help.text
-msgid "Bibliography Database"
+#. 5bX6
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"hd_id3154288\n"
+"13\n"
+"help.text"
+msgid "Spacing to borders"
msgstr ""
-#: 02250000.xhp#hd_id3150999.1.help.text
-msgid "<link href=\"text/shared/01/02250000.xhp\" name=\"Bibliography Database\">Bibliography Database</link>"
+#. T%$z
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"par_id3151265\n"
+"14\n"
+"help.text"
+msgid "Specify the amount of space to leave between the edges of the drawing or text object and the borders of the text."
msgstr ""
-#: 02250000.xhp#par_id3149119.2.help.text
-msgid "<variable id=\"litdattext\"><ahelp hid=\"HID_BIB_DB_TBX\">Insert, delete, edit, and organize records in the bibliography database.</ahelp></variable>"
+#. vmJK
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"hd_id3150443\n"
+"15\n"
+"help.text"
+msgid "Left"
msgstr ""
-#: 02250000.xhp#par_id3149346.53.help.text
-msgid "If the fields in your database are read-only, ensure that the data source view is closed."
+#. V[):
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"par_id3156113\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_TEXTATTR_MTR_FLD_LEFT\">Enter the amount of space to leave between the left edge of the drawing or text object and the left border of the text.</ahelp>"
msgstr ""
-#: 02250000.xhp#par_id3150506.41.help.text
-msgid "The supplied bibliography database contains sample records of books."
+#. /QA4
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"hd_id3155419\n"
+"17\n"
+"help.text"
+msgid "Right"
msgstr ""
-#: 02250000.xhp#par_id3155356.4.help.text
-msgid "Use the toolbar to select a table in the bibliography database, to search for records, or to sort the records using filters."
+#. 6tH5
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"par_id3155388\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_TEXTATTR_MTR_FLD_RIGHT\">Enter the amount of space to leave between the right edge of the drawing or text object and the right border of the text.</ahelp>"
msgstr ""
-#: 02250000.xhp#par_id3163802.21.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Lists the available tables in the current database. Click a name in the list to display the records for that table.</ahelp>"
+#. HC%.
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"hd_id3148926\n"
+"19\n"
+"help.text"
+msgid "Top"
msgstr ""
-#: 02250000.xhp#par_id3158432.24.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Go to the first record in the table.</ahelp>"
+#. )lAs
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"par_id3157808\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_TEXTATTR_MTR_FLD_TOP\">Enter the amount of space to leave between the top edge of the drawing or text object and the upper border of the text.</ahelp>"
msgstr ""
-#: 02250000.xhp#par_id3149192.25.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Go to the previous record in the table.</ahelp>"
+#. Hki0
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"hd_id3149237\n"
+"21\n"
+"help.text"
+msgid "Bottom"
msgstr ""
-#: 02250000.xhp#par_id3146795.26.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Go to the next record in the table.</ahelp>"
+#. 6G|r
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"par_id3159342\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_TEXTATTR_MTR_FLD_BOTTOM\">Enter the amount of space to leave between the bottom edge of the drawing or text object and the lower border of the text.</ahelp>"
msgstr ""
-#: 02250000.xhp#par_id3144760.27.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Go to the last record in the table.</ahelp>"
+#. n,8M
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"hd_id3149192\n"
+"23\n"
+"help.text"
+msgid "Text anchor"
msgstr ""
-#: 02250000.xhp#par_id3157960.31.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Type the number of the record that you want to display, and then press Enter.</ahelp>"
+#. B:?6
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"par_id3155179\n"
+"24\n"
+"help.text"
+msgid "Set the anchor type and the anchor position."
msgstr ""
-#: 02250000.xhp#hd_id3150868.5.help.text
-msgid "Inserting a New Record"
+#. BLx!
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"hd_id3154381\n"
+"25\n"
+"help.text"
+msgid "Graphic field"
msgstr ""
-#: 02250000.xhp#par_id3149168.6.help.text
-msgid "<ahelp hid=\"HID_GRID_TRAVEL_NEW\" visibility=\"hidden\">Inserts a new record into the current table.</ahelp>To create a record, click the asterisk (*) button at the bottom of the table view. An empty row is added at the end of the table."
+#. W;P[
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"par_id3155504\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TEXTATTR_CTL_POSITION\">Click where you want to place the anchor for the text.</ahelp>"
msgstr ""
-#: 02250000.xhp#par_id3152920.7.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the type of record that you want to create. $[officename] inserts a number in the <emph>Type</emph> column of the record that corresponds to the type that you select here.</ahelp>"
+#. j.MP
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"hd_id3155323\n"
+"27\n"
+"help.text"
+msgid "Full width"
msgstr ""
-#: 02250000.xhp#par_id3156423.32.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a short name for the record. The short name appears in the <emph>Identifier</emph> column in the list of records.</ahelp>"
+#. BY;o
+#: 05220000.xhp
+#, fuzzy
+msgctxt ""
+"05220000.xhp\n"
+"par_id3150244\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\".\">Anchors the text to the full width of the drawing object or text object.</ahelp>"
+msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
+
+#. ?HY9
+#: 06010101.xhp
+msgctxt ""
+"06010101.xhp\n"
+"tit\n"
+"help.text"
+msgid "Writing aids"
msgstr ""
-#: 02250000.xhp#par_id3155994.8.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter additional information for the selected record. If you want, you can also enter the information in the corresponding field in the table.</ahelp>"
+#. +8V*
+#: 06010101.xhp
+msgctxt ""
+"06010101.xhp\n"
+"hd_id3145138\n"
+"1\n"
+"help.text"
+msgid "Writing aids"
msgstr ""
-#: 02250000.xhp#hd_id3163716.9.help.text
-msgid "Finding and Filtering Records"
+#. ]X:q
+#: 06010101.xhp
+msgctxt ""
+"06010101.xhp\n"
+"par_id3148882\n"
+"2\n"
+"help.text"
+msgid "Select the user-defined dictionaries and set the rules for the spellchecking."
msgstr ""
-#: 02250000.xhp#par_id3147478.10.help.text
-msgid "You can search for records by matching a keyword to a field entry."
+#. )=k`
+#: 05290400.xhp
+msgctxt ""
+"05290400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Exit Group"
msgstr ""
-#: 02250000.xhp#hd_id3159181.28.help.text
-msgid "Entering Search key"
+#. :XO.
+#: 05290400.xhp
+#, fuzzy
+msgctxt ""
+"05290400.xhp\n"
+"hd_id3157552\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05290400.xhp\" name=\"Exit Group\">Exit Group</link>"
+msgstr "<link href=\"text/shared/01/01170000.xhp\" name=\"Exit\">გასვლა</link>"
+
+#. ,)V`
+#: 05290400.xhp
+msgctxt ""
+"05290400.xhp\n"
+"par_id3147294\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"verlassentext\"><ahelp hid=\".uno:LeaveGroup\" visibility=\"visible\">Exits the group, so that you can no longer edit the individual objects in the group.</ahelp></variable> If you are in a nested group, only the nested group is closed."
msgstr ""
-#: 02250000.xhp#par_id3159125.11.help.text
-msgid "<ahelp hid=\".uno:Bib/query\">Type the information that you want to search for, and then press Enter. To change the filter options for the search, long-click the <emph>AutoFilter</emph> icon, and then select a different data field. You can use wildcards such as % or * for any number of characters, and _ or ? for one character in your search. To display all of the records in the table, clear this box, and then press Enter. </ahelp>"
+#. \7!5
+#: 05290400.xhp
+#, fuzzy
+msgctxt ""
+"05290400.xhp\n"
+"par_id3153124\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05290000.xhp\" name=\"Groups\">Groups</link>"
+msgstr "<link href=\"text/shared/01/05290100.xhp\" name=\"Group\">ჯგუფი</link>"
+
+#. #1UX
+#: 05290400.xhp
+#, fuzzy
+msgctxt ""
+"05290400.xhp\n"
+"par_id3148520\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05290300.xhp\" name=\"Edit Group\">Edit Group</link>"
+msgstr "<link href=\"text/shared/01/01110400.xhp\" name=\"Edit\">რედაქტირება</link>"
+
+#. 1f,G
+#: 05290100.xhp
+msgctxt ""
+"05290100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Group"
msgstr ""
-#: 02250000.xhp#hd_id3155511.29.help.text
-msgid "AutoFilter"
-msgstr "ავტოფილტრი"
+#. 5t1L
+#: 05290100.xhp
+msgctxt ""
+"05290100.xhp\n"
+"hd_id3152823\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05290100.xhp\" name=\"Group\">Group</link>"
+msgstr "<link href=\"text/shared/01/05290100.xhp\" name=\"Group\">ჯგუფი</link>"
-#: 02250000.xhp#par_id3146975.14.help.text
-msgid "<ahelp hid=\".uno:Bib/autoFilter\">Long-click to select the data field that you want to search using the term that you entered in the <emph>Search Key</emph> box. You can only search one data field.</ahelp>"
+#. +oo[
+#: 05290100.xhp
+msgctxt ""
+"05290100.xhp\n"
+"par_id3154689\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"gruppierentext\"><ahelp hid=\".uno:FormatGroup\" visibility=\"visible\">Groups the selected objects, so that they can be moved as a single object.</ahelp></variable>"
msgstr ""
-#: 02250000.xhp#par_id3149664.15.help.text
-msgid "The list of table records is automatically updated to match the new filter settings."
+#. \9mV
+#: 05290100.xhp
+msgctxt ""
+"05290100.xhp\n"
+"par_id3150008\n"
+"3\n"
+"help.text"
+msgid "The properties of individual objects are maintained even after you group the objects. You can nest groups, that is, you can have a group within a group."
msgstr ""
-#: 02250000.xhp#par_id3145590.30.help.text
-msgid "<ahelp hid=\".\">Use the <emph>Standard Filter</emph> to refine and to combine <emph>AutoFilter </emph>search options.</ahelp>"
+#. \j7e
+#: 06010600.xhp
+msgctxt ""
+"06010600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Chinese Conversion"
msgstr ""
-#: 02250000.xhp#par_id3155311.16.help.text
-msgid "<ahelp hid=\".\">To display all of the records in a table, click the <emph>Remove Filter</emph> icon.</ahelp>"
+#. 94-k
+#: 06010600.xhp
+msgctxt ""
+"06010600.xhp\n"
+"bm_id49745\n"
+"help.text"
+msgid "<bookmark_value>Chinese writing systems</bookmark_value><bookmark_value>simplified Chinese;conversion to traditional Chinese</bookmark_value><bookmark_value>traditional Chinese;conversion to simplified Chinese</bookmark_value>"
msgstr ""
-#: 02250000.xhp#hd_id3147580.17.help.text
-msgid "Deleting a Record"
+#. *lEj
+#: 06010600.xhp
+msgctxt ""
+"06010600.xhp\n"
+"par_idN10547\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06010600.xhp\">Chinese Conversion</link>"
msgstr ""
-#: 02250000.xhp#par_id3154471.18.help.text
-msgid "To delete a record in the current table, right-click the row header of the record, and then select <emph>Delete</emph>. <ahelp hid=\"SID_FM_DELETEROWS\" visibility=\"hidden\">Deletes the selected record.</ahelp>"
+#. D01%
+#: 06010600.xhp
+msgctxt ""
+"06010600.xhp\n"
+"par_idN10557\n"
+"help.text"
+msgid "<ahelp hid=\".\">Converts the selected Chinese text from one Chinese writing system to the other. If no text is selected, the entire document is converted.</ahelp> You can only use this command if you enable Asian language support in <emph>Tools - Options - Language Settings - Languages</emph>."
msgstr ""
-#: 02250000.xhp#hd_id3152941.33.help.text
-msgid "Changing the data source"
+#. Nr,g
+#: 06010600.xhp
+msgctxt ""
+"06010600.xhp\n"
+"par_idN10572\n"
+"help.text"
+msgid "Conversion direction"
msgstr ""
-#: 02250000.xhp#hd_id3147214.38.help.text
-msgctxt "02250000.xhp#hd_id3147214.38.help.text"
-msgid "Data Source"
+#. Z}vH
+#: 06010600.xhp
+msgctxt ""
+"06010600.xhp\n"
+"par_idN10576\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the conversion direction.</ahelp>"
msgstr ""
-#: 02250000.xhp#par_id3151118.39.help.text
-msgid "<ahelp hid=\".uno:Bib/sdbsource\">Select the data source for the bibliography database.</ahelp>"
+#. `!OR
+#: 06010600.xhp
+msgctxt ""
+"06010600.xhp\n"
+"par_idN10579\n"
+"help.text"
+msgid "Traditional Chinese to Simplified Chinese"
msgstr ""
-#: 02250000.xhp#hd_id3145645.35.help.text
-msgid "Column Arrangement"
+#. QH:*
+#: 06010600.xhp
+msgctxt ""
+"06010600.xhp\n"
+"par_idN1057D\n"
+"help.text"
+msgid "<ahelp hid=\".\">Converts traditional Chinese text characters to simplified Chinese text characters. Click <emph>OK</emph> to convert the selected text. If no text is selected, the whole document is converted.</ahelp>"
msgstr ""
-#: 02250000.xhp#par_id3151282.36.help.text
-msgid "<ahelp hid=\".uno:Bib/Mapping\">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<emph> Data Source</emph> button on the record<emph> Object Bar</emph>.</ahelp>"
+#. C8t\
+#: 06010600.xhp
+msgctxt ""
+"06010600.xhp\n"
+"par_idN10580\n"
+"help.text"
+msgid "Simplified Chinese to Traditional Chinese"
msgstr ""
-#: 02250000.xhp#par_id3144767.37.help.text
-msgid "<ahelp hid=\"BIB_LISTBOX_RID_DLG_MAPPING_LB_CUSTOM4\">Select the data field that you want to map to the current <emph>Column name</emph>. To change the available data fields, select a different data source for your bibliography.</ahelp>"
+#. t(ec
+#: 06010600.xhp
+msgctxt ""
+"06010600.xhp\n"
+"par_idN10584\n"
+"help.text"
+msgid "<ahelp hid=\".\">Converts simplified Chinese text characters to traditional Chinese text characters. Click <emph>OK</emph> to convert the selected text. If no text is selected, the whole document is converted.</ahelp>"
msgstr ""
-#: 02250000.xhp#par_id3153947.48.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the current record.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. G}!5
+#: 06010600.xhp
+msgctxt ""
+"06010600.xhp\n"
+"par_idN1058E\n"
+"help.text"
+msgid "Common terms"
+msgstr ""
-#: 02250000.xhp#par_id3151019.52.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Lets you choose a different data source for your bibliography.</ahelp>"
+#. [_,}
+#: 06010600.xhp
+msgctxt ""
+"06010600.xhp\n"
+"par_idN10592\n"
+"help.text"
+msgid "<ahelp hid=\".\">Common terms are words that have the same meaning in traditional and simplified Chinese but are written with different characters.</ahelp>"
msgstr ""
-#: 02250000.xhp#par_id3153730.50.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a new record into the current table.</ahelp>"
+#. g74(
+#: 06010600.xhp
+msgctxt ""
+"06010600.xhp\n"
+"par_idN10595\n"
+"help.text"
+msgid "Convert Common Terms"
msgstr ""
-#: 05190100.xhp#tit.help.text
-msgctxt "05190100.xhp#tit.help.text"
-msgid "Description"
-msgstr "წარწერა"
+#. _0c}
+#: 06010600.xhp
+msgctxt ""
+"06010600.xhp\n"
+"par_idN10599\n"
+"help.text"
+msgid "<ahelp hid=\".\">Converts words with two or more characters that are in the list of common terms. After the list is scanned, the remaining text is converted character by character.</ahelp>"
+msgstr ""
-#: 05190100.xhp#bm_id3147366.help.text
-msgid "<bookmark_value>objects;titles and descriptions</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>titles;objects</bookmark_value>"
+#. !q/7
+#: 06010600.xhp
+msgctxt ""
+"06010600.xhp\n"
+"par_idN1059C\n"
+"help.text"
+msgid "Edit terms"
msgstr ""
-#: 05190100.xhp#hd_id1115756.help.text
-msgctxt "05190100.xhp#hd_id1115756.help.text"
-msgid "Description"
-msgstr "წარწერა"
+#. WM`8
+#: 06010600.xhp
+msgctxt ""
+"06010600.xhp\n"
+"par_idN105A0\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the <link href=\"text/shared/01/06010601.xhp\">Edit Dictionary</link> dialog where you can edit the list of conversion terms.</ahelp>"
+msgstr ""
-#: 05190100.xhp#par_id3140354.help.text
-msgid "<ahelp hid=\".\">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.</ahelp>"
+#. Pr@d
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"tit\n"
+"help.text"
+msgid "Floating Frame Properties"
msgstr ""
-#: 05190100.xhp#hd_id2576982.help.text
-#, fuzzy
-msgctxt "05190100.xhp#hd_id2576982.help.text"
-msgid "Title"
-msgstr "შევსება"
+#. Pkx*
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"hd_id3150347\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02210101.xhp\" name=\"Floating Frame Properties\">Floating Frame Properties</link>"
+msgstr ""
-#: 05190100.xhp#par_id1283608.help.text
-msgid "<ahelp hid=\".\">Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text.</ahelp>"
+#. M9;F
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"par_id3149031\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:TABPAGE:TP_FRAMEPROPERTIES\">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.</ahelp>"
msgstr ""
-#: 05190100.xhp#hd_id8173467.help.text
-msgctxt "05190100.xhp#hd_id8173467.help.text"
-msgid "Description"
-msgstr "წარწერა"
+#. (PNd
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"hd_id3155364\n"
+"3\n"
+"help.text"
+msgid "Name"
+msgstr "სახელები"
-#: 05190100.xhp#par_id693685.help.text
-msgid "<ahelp hid=\".\">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.</ahelp>"
+#. k$^H
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"par_id3149511\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:EDIT:TP_FRAMEPROPERTIES:ED_FRAMENAME\">Enter a name for the floating frame. The name cannot contain spaces, special characters, or begin with an underscore ( _ ).</ahelp>"
msgstr ""
-#: 05250300.xhp#tit.help.text
-msgid "Send Backward"
-msgstr "უკან გაგზავნა"
+#. T4S0
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"hd_id3150789\n"
+"5\n"
+"help.text"
+msgid "Contents"
+msgstr "შინაარსი"
-#: 05250300.xhp#hd_id3150146.1.help.text
-msgid "<link href=\"text/shared/01/05250300.xhp\" name=\"Send Backward\">Send Backward</link>"
+#. {aj#
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"par_id3156414\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:EDIT:TP_FRAMEPROPERTIES:ED_URL\">Enter the path and the name of the file that you want to display in the floating frame. You can also click the <emph>...</emph> button and locate the file that you want to display.</ahelp> For example, you can enter:"
msgstr ""
-#: 05250300.xhp#par_id3150794.2.help.text
-msgid "<ahelp hid=\".\">Moves the selected object down one level, so that it is closer to the bottom of the stacking order.</ahelp>"
+#. RBP:
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"par_id3147399\n"
+"7\n"
+"help.text"
+msgid "http://www.example.com"
msgstr ""
-#: 05250300.xhp#par_id3150445.3.help.text
-#, fuzzy
-msgctxt "05250300.xhp#par_id3150445.3.help.text"
-msgid "<link href=\"text/shared/01/05250000.xhp\" name=\"Layer\">Layer</link>"
-msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-
-#: 05260000.xhp#tit.help.text
-msgid "Anchor"
-msgstr "ღუზა"
-
-#: 05260000.xhp#hd_id3155913.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">არე</link>"
+#. _UKu
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"par_id3153683\n"
+"8\n"
+"help.text"
+msgid "file:///c|/Readme.txt"
+msgstr ""
-#: 05260000.xhp#par_id3145356.2.help.text
-msgid "<ahelp hid=\".\">Sets the anchoring options for the selected object.</ahelp>"
+#. wPW^
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"hd_id3147088\n"
+"10\n"
+"help.text"
+msgid "..."
msgstr ""
-#: 05260000.xhp#par_id3150789.3.help.text
-msgid "If the selected object is in a frame, you can also anchor the object to the frame."
+#. f@-[
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"par_id3155355\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:PUSHBUTTON:TP_FRAMEPROPERTIES:BT_FILEOPEN\">Locate the file that you want to display in the selected floating frame, and then click <emph>Open</emph>.</ahelp>"
msgstr ""
-#: 05290000.xhp#tit.help.text
-msgctxt "05290000.xhp#tit.help.text"
-msgid "Group"
+#. m~/.
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"hd_id3146957\n"
+"12\n"
+"help.text"
+msgid "Scrollbar"
msgstr ""
-#: 05290000.xhp#hd_id3150603.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05290000.xhp\" name=\"Group\">Group</link>"
-msgstr "<link href=\"text/shared/01/05290100.xhp\" name=\"Group\">ჯგუფი</link>"
+#. Rk\w
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"par_id3156346\n"
+"13\n"
+"help.text"
+msgid "Add or remove a scrollbar from the selected floating frame."
+msgstr ""
-#: 05290000.xhp#par_id3153323.2.help.text
-msgid "<ahelp hid=\".\">Groups keep together selected objects, so that they can be moved or formatted as a single object.</ahelp>"
+#. CBx1
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"hd_id3163802\n"
+"14\n"
+"help.text"
+msgid "On"
msgstr ""
-#: 05290000.xhp#hd_id3150943.7.help.text
-msgid "Working with groups"
+#. GcVz
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"par_id3150355\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:RADIOBUTTON:TP_FRAMEPROPERTIES:RB_SCROLLINGON\">Displays the scrollbar for the floating frame.</ahelp>"
msgstr ""
-#: 05290000.xhp#par_id3152909.8.help.text
-msgid "To edit the individual objects of a group, select the group, right-click, and then choose <switchinline select=\"appl\"><caseinline select=\"DRAW\"><emph>Enter Group</emph></caseinline><defaultinline><emph>Group - Enter Group</emph></defaultinline></switchinline>"
+#. P)),
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"hd_id3155628\n"
+"16\n"
+"help.text"
+msgid "Off"
msgstr ""
-#: 05290000.xhp#par_id3159158.9.help.text
-msgid "When you are editing a group, the objects that are not part of the group are faded."
+#. ?uis
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"par_id3150669\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:RADIOBUTTON:TP_FRAMEPROPERTIES:RB_SCROLLINGOFF\">Hides the scrollbar for the floating frame.</ahelp>"
msgstr ""
-#: 05290000.xhp#par_id3153541.10.help.text
-msgid "Use Tab and Shift+Tab to move forwards and backwards through the objects in a group."
+#. q)4A
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"hd_id3150503\n"
+"18\n"
+"help.text"
+msgid "Automatic"
msgstr ""
-#: 05290000.xhp#par_id3154810.11.help.text
-msgid "To exit a group, right-click, and then choose <switchinline select=\"appl\"><caseinline select=\"DRAW\"><emph>Exit Group</emph></caseinline><defaultinline><emph>Group - Exit Group</emph></defaultinline></switchinline>"
+#. 8GM]
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"par_id3152909\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:RADIOBUTTON:TP_FRAMEPROPERTIES:RB_SCROLLINGAUTO\">Mark this option if the currently active floating frame can have a scrollbar when needed.</ahelp>"
msgstr ""
-#: 05290000.xhp#hd_id3145120.3.help.text
+#. P~j6
+#: 02210101.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05290100.xhp\" name=\"Grouping\">Group</link>"
-msgstr "<link href=\"text/shared/01/05290100.xhp\" name=\"Group\">ჯგუფი</link>"
+msgctxt ""
+"02210101.xhp\n"
+"hd_id3156156\n"
+"20\n"
+"help.text"
+msgid "Border"
+msgstr "ჩარჩოები"
-#: 05290000.xhp#hd_id3152474.4.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05290200.xhp\" name=\"Remove\">Ungroup</link>"
-msgstr "<link href=\"text/shared/01/05290200.xhp\" name=\"Ungroup\">განჯგუფება</link>"
+#. 0s06
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"par_id3150943\n"
+"21\n"
+"help.text"
+msgid "Displays or hides the border of the floating frame."
+msgstr ""
-#: 05290000.xhp#hd_id3145609.5.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05290300.xhp\" name=\"Edit group\">Enter Group</link>"
-msgstr "<link href=\"text/shared/01/01110400.xhp\" name=\"Edit\">რედაქტირება</link>"
+#. Nybm
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"hd_id3146774\n"
+"22\n"
+"help.text"
+msgid "On"
+msgstr ""
-#: 05290000.xhp#hd_id3145068.6.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05290400.xhp\" name=\"Exit\">Exit group</link>"
-msgstr "<link href=\"text/shared/01/01170000.xhp\" name=\"Exit\">გასვლა</link>"
+#. oioS
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"par_id3159147\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:RADIOBUTTON:TP_FRAMEPROPERTIES:RB_FRMBORDER_ON\">Displays the border of the floating frame.</ahelp>"
+msgstr ""
-#: 04140000.xhp#tit.help.text
-msgid "Inserting Pictures"
+#. @oU?
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"hd_id3153146\n"
+"24\n"
+"help.text"
+msgid "Off"
msgstr ""
-#: 04140000.xhp#hd_id3154350.1.help.text
-msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Pictures\">Inserting Pictures</link>"
+#. !m(`
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"par_id3156329\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:RADIOBUTTON:TP_FRAMEPROPERTIES:RB_FRMBORDER_OFF\">Hides the border of the floating frame.</ahelp>"
msgstr ""
-#: 04140000.xhp#par_id3159411.2.help.text
-msgid "<variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Inserts a picture into the current document.</ahelp></variable>"
+#. `[Dx
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"hd_id3148563\n"
+"28\n"
+"help.text"
+msgid "Spacing to contents"
msgstr ""
-#: 04140000.xhp#hd_id3149760.17.help.text
-msgctxt "04140000.xhp#hd_id3149760.17.help.text"
-msgid "Style"
+#. /qUt
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"par_id3148943\n"
+"29\n"
+"help.text"
+msgid "Define the amount of space that is left between the border of the floating frame and the contents of the floating frame provided that both documents inside and outside the floating frame are HTML documents."
msgstr ""
-#: 04140000.xhp#par_id3154398.18.help.text
-msgid "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Select the frame style for the graphic.</ahelp>"
+#. (LUL
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"hd_id3152473\n"
+"30\n"
+"help.text"
+msgid "Width"
msgstr ""
-#: 04140000.xhp#hd_id3150789.6.help.text
-msgctxt "04140000.xhp#hd_id3150789.6.help.text"
-msgid "Link"
+#. Vfi!
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"par_id3149656\n"
+"31\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:NUMERICFIELD:TP_FRAMEPROPERTIES:NM_MARGINWIDTH\">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.</ahelp>"
msgstr ""
-#: 04140000.xhp#par_id3153750.7.help.text
-msgid "<ahelp hid=\"HID_FILEDLG_LINK_CB\">Inserts the selected graphic file as a link.</ahelp>"
+#. c,XV
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"hd_id3147303\n"
+"32\n"
+"help.text"
+msgid "Height"
msgstr ""
-#: 04140000.xhp#hd_id3155805.8.help.text
-msgctxt "04140000.xhp#hd_id3155805.8.help.text"
-msgid "Preview"
+#. Zo,;
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"par_id3149670\n"
+"33\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:NUMERICFIELD:TP_FRAMEPROPERTIES:NM_MARGINHEIGHT\">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.</ahelp>"
msgstr ""
-#: 04140000.xhp#par_id3153311.9.help.text
-msgid "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Displays a preview of the selected graphic file.</ahelp>"
+#. 78Wi
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"hd_id3150865\n"
+"34\n"
+"help.text"
+msgid "Default"
msgstr ""
-#: 05040200.xhp#tit.help.text
-msgid "Page"
-msgstr "გვერდი"
+#. lb{g
+#: 02210101.xhp
+msgctxt ""
+"02210101.xhp\n"
+"par_id3150400\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:CHECKBOX:TP_FRAMEPROPERTIES:CB_MARGINHEIGHTDEFAULT\">Applies the default spacing.</ahelp>"
+msgstr ""
-#: 05040200.xhp#bm_id3150620.help.text
-msgid "<bookmark_value>pages;formatting and numbering</bookmark_value><bookmark_value>formatting;pages</bookmark_value><bookmark_value>paper formats</bookmark_value><bookmark_value>paper trays</bookmark_value><bookmark_value>printers;paper trays</bookmark_value><bookmark_value>layout;pages</bookmark_value><bookmark_value>binding space</bookmark_value><bookmark_value>margins;pages</bookmark_value><bookmark_value>gutter</bookmark_value>"
+#. WW4l
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Header"
msgstr ""
-#: 05040200.xhp#hd_id3150620.1.help.text
+#. ce`_
+#: 05040300.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05040200.xhp\" name=\"Page\">Page</link>"
-msgstr "<link href=\"text/shared/01/02060000.xhp\" name=\"Paste\">ჩასმა</link>"
+msgctxt ""
+"05040300.xhp\n"
+"hd_id3155599\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05040300.xhp\" name=\"Header\">Header</link>"
+msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-#: 05040200.xhp#par_id3153255.2.help.text
-msgid "<ahelp hid=\"HID_FORMAT_PAGE\">Allows you to define page layouts for single and multiple-page documents, as well as a numbering and paper formats.</ahelp>"
+#. Y^jd
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"par_id3156027\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FORMAT_HEADER\">Adds a header to the current page style. A header is an area in the top page margin, where you can add text or graphics.</ahelp>"
msgstr ""
-#: 05040200.xhp#hd_id3149549.31.help.text
-msgid "Paper format"
+#. 9D~e
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"par_id3150693\n"
+"33\n"
+"help.text"
+msgid "If you want, you can also add borders or a background fill to a header."
msgstr ""
-#: 05040200.xhp#par_id3150710.32.help.text
-msgid "Select from a list of predefined paper sizes, or define a custom paper format."
+#. *?!Z
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"par_id3153821\n"
+"32\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">To add a header to the current page style, select <emph>Header on</emph>, and then click <emph>OK</emph>. </caseinline></switchinline>"
msgstr ""
-#: 05040200.xhp#hd_id3153394.33.help.text
-msgctxt "05040200.xhp#hd_id3153394.33.help.text"
-msgid "Format"
+#. UhDW
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"par_id3153827\n"
+"31\n"
+"help.text"
+msgid "If you want to extend a header into the page margins, insert a frame into the header."
msgstr ""
-#: 05040200.xhp#par_id3149827.34.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_PAGE:LB_PAPER_SIZE\">Select a predefined paper size, or create a custom format by entering the dimensions for the paper in the <emph>Height </emph>and <emph>Width </emph>boxes.</ahelp>"
+#. ;}OU
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"par_id3154046\n"
+"29\n"
+"help.text"
+msgid "To quickly move the text cursor from the document text to the header or footer, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up or Page Down. Press the same key again to move the text cursor back into the document text."
msgstr ""
-#: 05040200.xhp#hd_id3154823.35.help.text
-msgctxt "05040200.xhp#hd_id3154823.35.help.text"
-msgid "Width"
+#. \|=4
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"hd_id3152360\n"
+"4\n"
+"help.text"
+msgid "Header"
msgstr ""
-#: 05040200.xhp#par_id3145313.36.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_PAGE:ED_PAPER_WIDTH\">Displays the width of the selected paper format. To define a custom format, enter a width here.</ahelp>"
+#. {/bx
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"par_id3154924\n"
+"5\n"
+"help.text"
+msgid "Set the properties of the header."
msgstr ""
-#: 05040200.xhp#hd_id3147008.37.help.text
-msgctxt "05040200.xhp#hd_id3147008.37.help.text"
-msgid "Height"
+#. :AU%
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"hd_id3147304\n"
+"7\n"
+"help.text"
+msgid "Header on"
msgstr ""
-#: 05040200.xhp#par_id3156113.38.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_PAGE:ED_PAPER_HEIGHT\">Displays the height of the selected paper format. To define a custom format, enter a height here.</ahelp>"
+#. %.yt
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"par_id3154388\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_HEADER:CB_TURNON\">Adds a header to the current page style.</ahelp>"
msgstr ""
-#: 05040200.xhp#hd_id3146798.39.help.text
-#, fuzzy
-msgid "Portrait"
+#. nKfe
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"hd_id3154936\n"
+"21\n"
+"help.text"
+msgid "Same content left/right"
msgstr ""
-"#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\n"
-"შვეული\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"პორტრეტი"
-#: 05040200.xhp#par_id3149811.40.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_PAGE:RB_PORTRAIT\">Displays and prints the current document with the paper oriented vertically.</ahelp>"
+#. $\hg
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"par_id3154938\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_HEADER:CB_SHARED\">Even and odd pages share the same content.<switchinline select=\"appl\"><caseinline select=\"CALC\"> To assign a different header to even and odd pages, clear this option, and then click <emph>Edit</emph>. </caseinline></switchinline></ahelp>"
msgstr ""
-#: 05040200.xhp#hd_id3150976.41.help.text
-#, fuzzy
-msgid "Landscape"
+#. .0Yy
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"hd_id3154937\n"
+"21\n"
+"help.text"
+msgid "Same content on first page"
+msgstr ""
+
+#. `j;Q
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"par_id3154939\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_HEADER:CB_SHARED_FIRST\">First and even/odd pages share the same content.</ahelp>"
+msgstr ""
+
+#. H90a
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"hd_id3145202\n"
+"17\n"
+"help.text"
+msgid "Left margin"
msgstr ""
-"#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\n"
-"თარაზული\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ლანდშაფტი"
-#: 05040200.xhp#par_id3153827.42.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_PAGE:RB_LANDSCAPE\">Displays and prints the current document with the paper oriented horizontally.</ahelp>"
+#. fp\x
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"par_id3150449\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_HEADER:ED_LMARGIN\">Enter the amount of space to leave between the left edge of the page and the left edge of the header.</ahelp>"
msgstr ""
-#: 05040200.xhp#hd_id3156153.74.help.text
-msgctxt "05040200.xhp#hd_id3156153.74.help.text"
-msgid "Text direction"
+#. eF_C
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"hd_id3153351\n"
+"19\n"
+"help.text"
+msgid "Right margin"
msgstr ""
-#: 05040200.xhp#par_id3154380.73.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_PAGE_LB_TEXT_FLOW\">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."
+#. $u$n
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"par_id3157322\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_HEADER:ED_RMARGIN\">Enter the amount of space to leave between the right edge of the page and the right edge of the header.</ahelp>"
msgstr ""
-#: 05040200.xhp#hd_id3156327.43.help.text
-msgid "Paper tray"
+#. RcN5
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"hd_id3148672\n"
+"9\n"
+"help.text"
+msgid "Spacing"
msgstr ""
-#: 05040200.xhp#par_id3150771.44.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_PAGE:LB_PAPER_TRAY\">Select the paper source for your printer. If you want, you can assign different paper trays to different page styles. For example, assign a different tray to the First Page style and load the tray with your company's letterhead paper.</ahelp>"
+#. VqNM
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"par_id3153970\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_HEADER:ED_DIST\">Enter the amount of space that you want to maintain between the bottom edge of the header and the top edge of the document text.</ahelp>"
msgstr ""
-#: 05040200.xhp#hd_id3150275.3.help.text
-msgid "Margins"
-msgstr "საზღვრები"
-
-#: 05040200.xhp#par_id3153348.4.help.text
-msgid "Specify the amount of space to leave between the edges of the page and the document text."
+#. E^\_
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"hd_id3154330\n"
+"35\n"
+"help.text"
+msgid "Use dynamic spacing"
msgstr ""
-#: 05040200.xhp#hd_id3153061.5.help.text
-msgid "Left / Inner"
+#. ARFZ
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"par_id3148453\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_HEADER_CB_DYNSPACING\">Overrides the <emph>Spacing </emph>setting, and allows the header to expand into the area between the header and the document text.</ahelp>"
msgstr ""
-#: 05040200.xhp#par_id3151384.6.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_PAGE:ED_LEFT_MARGIN\">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>"
+#. 9-12
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"hd_id3150290\n"
+"13\n"
+"help.text"
+msgid "Height"
msgstr ""
-#: 05040200.xhp#hd_id3154923.8.help.text
-msgid "Right / Outer"
+#. a@D:
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"par_id3155429\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_HEADER:ED_HEIGHT\">Enter the height that you want for the header.</ahelp>"
msgstr ""
-#: 05040200.xhp#par_id3147304.9.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_PAGE:ED_RIGHT_MARGIN\">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>"
+#. Mmhc
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"hd_id3156543\n"
+"15\n"
+"help.text"
+msgid "AutoFit height"
msgstr ""
-#: 05040200.xhp#hd_id3161657.11.help.text
-msgctxt "05040200.xhp#hd_id3161657.11.help.text"
-msgid "Top"
+#. c28n
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"par_id3153095\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_HEADER:CB_HEIGHT_DYN\">Automatically adjusts the height of the header to fit the content that you enter.</ahelp>"
msgstr ""
-#: 05040200.xhp#par_id3154226.12.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_PAGE:ED_TOP_MARGIN\">Enter the amount of space to leave between the upper edge of the page and the document text.</ahelp>"
+#. SKw7
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"hd_id3145271\n"
+"24\n"
+"help.text"
+msgid "More"
msgstr ""
-#: 05040200.xhp#hd_id3153381.13.help.text
-msgctxt "05040200.xhp#hd_id3153381.13.help.text"
-msgid "Bottom"
+#. o:{U
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"par_id3145367\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_HEADER:BTN_EXTRAS\">Defines a border, a background color, or a background pattern for the header.</ahelp>"
msgstr ""
-#: 05040200.xhp#par_id3154138.14.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_PAGE:ED_BOTTOM_MARGIN\">Enter the amount of space to leave between the lower edge of the page and the document text.</ahelp>"
+#. u5d;
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"hd_id3155306\n"
+"27\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Edit </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">დამატება </caseinline></switchinline>"
+
+#. w.db
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"par_id0609200910261473\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Add or edit header text.</ahelp>"
msgstr ""
-#: 05040200.xhp#par_id0522200809473735.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Aligns the text on the selected Page Style to a vertical page grid.</ahelp>"
+#. 9e;v
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"par_id3145749\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_HEADER_EDIT\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120000.xhp\" name=\"Add or edit\">Add or edit</link> header text. </caseinline></switchinline></ahelp>"
msgstr ""
-#: 05040200.xhp#hd_id3150488.55.help.text
-msgctxt "05040200.xhp#hd_id3150488.55.help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Register-true</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
+#. -uf`
+#: 05040300.xhp
+#, fuzzy
+msgctxt ""
+"05040300.xhp\n"
+"par_id3163716\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/04220000.xhp\" name=\"Headers\">Headers</link>"
+msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-#: 05040200.xhp#par_id3151112.56.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_PAGE:CB_REGISTER\">Aligns the text on the selected Page Style to a vertical page grid.</ahelp> The spacing of the grid is defined by the <emph>Reference Style</emph>.</caseinline></switchinline>"
+#. ^ZB3
+#: 05040300.xhp
+msgctxt ""
+"05040300.xhp\n"
+"par_id3150032\n"
+"help.text"
+msgid "<link href=\"text/shared/00/00000003.xhp#metrik\" name=\"Changing measurement units\">Changing measurement units</link>"
msgstr ""
-#: 05040200.xhp#par_id0522200809473732.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the Paragraph Style that you want to use as a reference for lining up the text on the selected Page style. The height of the font that is specified in the reference style sets the spacing of the vertical page grid. </ahelp>"
-msgstr ""
+#. |71/
+#: 05040300.xhp
+#, fuzzy
+msgctxt ""
+"05040300.xhp\n"
+"par_id3150873\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05030500.xhp\" name=\"Borders\">Borders</link>"
+msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">არე</link>"
-#: 05040200.xhp#hd_id3150686.57.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Reference Style</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
+#. =Ts^
+#: 05040300.xhp
+#, fuzzy
+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/01010201.xhp\" name=\"Labels\">იარლიყები</link>"
-#: 05040200.xhp#par_id3146146.58.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_PAGE:LB_REGISTER\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Select the Paragraph Style that you want to use as a reference for lining up the text on the selected Page style. The height of the font that is specified in the reference style sets the spacing of the vertical page grid.</caseinline></switchinline></ahelp>"
+#. 6?^%
+#: 01020103.xhp
+msgctxt ""
+"01020103.xhp\n"
+"tit\n"
+"help.text"
+msgid "Filter Selection"
msgstr ""
-#: 05040200.xhp#hd_id3147480.47.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Table alignment</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ჩასვი ყველა </caseinline></switchinline>"
-
-#: 05040200.xhp#par_id3150417.48.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Specify the alignment options for the cells on a printed page.</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">გაცვლის ბუფერის შიგთავსის ჩასმის პარამეტრების დაყენება. </caseinline></switchinline>"
-
-#: 05040200.xhp#par_id0522200809473845.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Centers the cells horizontally on the printed page.</ahelp>"
+#. %I^(
+#: 01020103.xhp
+msgctxt ""
+"01020103.xhp\n"
+"hd_id3152876\n"
+"1\n"
+"help.text"
+msgid "Filter Selection"
msgstr ""
-#: 05040200.xhp#hd_id3147047.49.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Horizontal</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">სტრიქონები</caseinline></switchinline>"
+#. Bn{H
+#: 01020103.xhp
+msgctxt ""
+"01020103.xhp\n"
+"par_id3154926\n"
+"2\n"
+"help.text"
+msgid "Allows you to select an import filter."
+msgstr "საშუალებას გაძლევთ მონიშნოთ იმპორტირებული ფილტრი."
-#: 05040200.xhp#par_id3153878.50.help.text
-msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_PAGE:CB_HORZ\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Centers the cells horizontally on the printed page.</caseinline></switchinline></ahelp>"
+#. P-6w
+#: 01020103.xhp
+msgctxt ""
+"01020103.xhp\n"
+"hd_id3151100\n"
+"4\n"
+"help.text"
+msgid "Filter list"
msgstr ""
-#: 05040200.xhp#par_id0522200809473811.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Centers the cells vertically on the printed page.</ahelp>"
+#. 8_Ks
+#: 01020103.xhp
+msgctxt ""
+"01020103.xhp\n"
+"par_id3159201\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:LISTBOX:DLG_FILTER_SELECT:LB_DLG_LISTBOX\">Select the import filter for the file that you want to open.</ahelp>"
msgstr ""
-#: 05040200.xhp#hd_id3153522.51.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Vertical</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ოპერაციები </caseinline></switchinline>"
-
-#: 05040200.xhp#par_id3149413.52.help.text
-msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_PAGE:CB_VERT\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Centers the cells vertically on the printed page.</caseinline></switchinline></ahelp>"
-msgstr ""
+#. =i5W
+#: 01020103.xhp
+msgctxt ""
+"01020103.xhp\n"
+"par_id3152918\n"
+"6\n"
+"help.text"
+msgid "If $[officename] does not recognize the file type of the document that your want to open, try any of the following:"
+msgstr "თუ $[officename] არ ცნობს თქვენთვის სასურველი გასახსნელი დოკუმენტის ფაილის ტიპს, სცადეთ შემდეგი:"
-#: 05040200.xhp#hd_id3147381.63.help.text
-msgid "Layout settings"
-msgstr ""
+#. mq{-
+#: 01020103.xhp
+msgctxt ""
+"01020103.xhp\n"
+"par_id3152924\n"
+"7\n"
+"help.text"
+msgid "Select the import filter from the list."
+msgstr "სიაში მონიშნეთ იმპორტირებული ფილტრი."
+
+#. enLw
+#: 01020103.xhp
+msgctxt ""
+"01020103.xhp\n"
+"par_id3155892\n"
+"9\n"
+"help.text"
+msgid "Ensure that the file extension corresponds to the file type of the document. For example, a Microsoft Word document must have a (*.doc) extension for $[officename] to use the appropriate filter."
+msgstr "დარწმუნდით, რომ ფაილის გაფართოება შეესაბამება დოკუმენტის ფაილის ტიპს. მაგალითად, Microsoft Word-ის დოკუმენტს უნდა ჰქონდეს (*.doc) გაფართოება $[officename]-სთვის, რათა გამოიყენოს შესაბამისი ფილტრი."
-#: 05040200.xhp#hd_id3151041.15.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Page Layout</defaultinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>რეგულარული გამოსახულებები</defaultinline></switchinline>"
+#. a0LK
+#: 01020103.xhp
+msgctxt ""
+"01020103.xhp\n"
+"par_id3147571\n"
+"8\n"
+"help.text"
+msgid "Install a missing import filter with the <emph>$[officename] Setup</emph> program."
+msgstr "დააინსტალირე დაკარგული იმპორტირებული ფილტრი <emph>$[officename] საინსტალაციო</emph> პროგრამით."
-#: 05040200.xhp#par_id3157962.16.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Select the page layout style to use in the current document.</defaultinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>რეგულარული გამოსახულებები</defaultinline></switchinline>"
+#. k~UE
+#: 06050200.xhp
+msgctxt ""
+"06050200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Numbering Style"
+msgstr "დანომრვის სტილი"
-#: 05040200.xhp#hd_id3145744.17.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Page layout</defaultinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>რეგულარული გამოსახულებები</defaultinline></switchinline>"
+#. {6tq
+#: 06050200.xhp
+#, fuzzy
+msgctxt ""
+"06050200.xhp\n"
+"hd_id3146807\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Numbering</link>"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/06050000.xhp\" name=\"ჩამონათვალი და გადანომვრა\">ჩამონათვალი და გადანომვრა</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/Bullets\">ბულეტები და დანომრვა</link>"
+
+#. :tRH
+#: 06050200.xhp
+msgctxt ""
+"06050200.xhp\n"
+"par_id3148765\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays the different numbering styles that you can apply.</ahelp>"
+msgstr ""
-#: 05040200.xhp#par_id3154218.18.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_PAGE:LB_LAYOUT\"><switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Specify whether the current style should show odd pages, even pages, or both odd and even pages.</defaultinline></switchinline></ahelp>"
+#. _VnR
+#: 06050200.xhp
+msgctxt ""
+"06050200.xhp\n"
+"hd_id3147000\n"
+"3\n"
+"help.text"
+msgid "Selection"
msgstr ""
-#: 05040200.xhp#hd_id3154946.19.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Right and left</defaultinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>რეგულარული გამოსახულებები</defaultinline></switchinline>"
+#. Bg6d
+#: 06050200.xhp
+msgctxt ""
+"06050200.xhp\n"
+"par_id3151100\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_VALUESET_SINGLENUM\">Click the numbering style that you want to use.</ahelp>"
+msgstr ""
-#: 05040200.xhp#par_id3153058.20.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>The current page style shows both odd and even pages with left and right margins as specified.</defaultinline></switchinline>"
+#. uP@w
+#: 06050200.xhp
+msgctxt ""
+"06050200.xhp\n"
+"par_id3149355\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06050600.xhp\" name=\"Position tab (Numbering/Bullets dialog)\">Position tab (Bullets and Numbering dialog)</link>"
msgstr ""
-#: 05040200.xhp#hd_id3147287.21.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Mirrored</defaultinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>რეგულარული გამოსახულებები</defaultinline></switchinline>"
+#. )}`b
+#: 06050200.xhp
+msgctxt ""
+"06050200.xhp\n"
+"par_id3152918\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options tab (Numbering/Bullets dialog)\">Options tab (Bullets and Numbering dialog)</link>"
+msgstr ""
-#: 05040200.xhp#par_id3147317.22.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>The current page style shows both odd and even pages with inner and outer margins as specified. Use this layout if you want to bind the printed pages like a book. Enter the binding space as the \"Inner\" margin.</defaultinline></switchinline>"
+#. DV+9
+#: 01100300.xhp
+msgctxt ""
+"01100300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Custom Properties"
msgstr ""
-#: 05040200.xhp#hd_id3155308.23.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Only right</defaultinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>რეგულარული გამოსახულებები</defaultinline></switchinline>"
+#. \zdN
+#: 01100300.xhp
+#, fuzzy
+msgctxt ""
+"01100300.xhp\n"
+"hd_id3155069\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01100300.xhp\" name=\"Custom Properties\">Custom Properties</link>"
+msgstr "<link href=\"text/shared/01/01100000.xhp\" name=\"File properties\">ფაილის პარამეტრები</link>"
-#: 05040200.xhp#par_id3152885.24.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>The current page style shows only odd (right) pages. Even pages are shown as blank pages.</defaultinline></switchinline>"
-msgstr ""
+#. 4LoQ
+#: 01100300.xhp
+msgctxt ""
+"01100300.xhp\n"
+"par_id3155934\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DOCINFOUSER\">Allows you to assign custom information fields to your document.</ahelp>"
+msgstr "<ahelp hid=\"HID_DOCINFOUSER\" visibility=\"visible\">საშუალებას გაძლევთ თქვენს დოკუმენტს მიანიჭოთ სასურველი საინფორმაციო ველები</ahelp>"
-#: 05040200.xhp#hd_id3157309.25.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Only left</defaultinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>რეგულარული გამოსახულებები</defaultinline></switchinline>"
+#. l/P?
+#: 01100300.xhp
+msgctxt ""
+"01100300.xhp\n"
+"hd_id3151234\n"
+"2\n"
+"help.text"
+msgid "Properties"
+msgstr "თვისებები"
-#: 05040200.xhp#par_id3147326.26.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>The current page style shows only even (left) pages. Odd pages are shown as blank pages.</defaultinline></switchinline>"
+#. 5%gQ
+#: 01100300.xhp
+msgctxt ""
+"01100300.xhp\n"
+"par_id3152551\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:EDIT:TP_DOCINFOUSER:ED_INFO4\">Enter your custom contents. You can change the name, type, and contents of each row. You can add or remove rows. The items will be exported as metadata to other file formats.</ahelp>"
msgstr ""
-#: 05040200.xhp#hd_id3155366.53.help.text
-msgctxt "05040200.xhp#hd_id3155366.53.help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Register-true</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-
-#: 05040200.xhp#hd_id3083281.27.help.text
-msgctxt "05040200.xhp#hd_id3083281.27.help.text"
-msgid "Format"
+#. D\#o
+#: 01100300.xhp
+msgctxt ""
+"01100300.xhp\n"
+"hd_id0811200812071796\n"
+"help.text"
+msgid "Add"
msgstr ""
-#: 05040200.xhp#par_id3153745.28.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_PAGE:LB_NUMBER_FORMAT\">Select the page numbering format that you want to use for the current page style.</ahelp>"
+#. nBlc
+#: 01100300.xhp
+msgctxt ""
+"01100300.xhp\n"
+"par_id0811200812071785\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click to add a new row to the Properties list.</ahelp>"
msgstr ""
-#: 05040200.xhp#par_id0522200809473965.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Resizes the drawing objects so that they fit on the paper format that you select. The arrangement of the drawing objects is preserved.</ahelp>"
+#. N3Na
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Full Screen"
msgstr ""
-#: 05040200.xhp#hd_id3151318.67.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"OFFICE\"></caseinline><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"CHART\"></caseinline><caseinline select=\"MATH\"></caseinline><caseinline select=\"IMAGE\"></caseinline><defaultinline>AutoFit object to page format</defaultinline></switchinline>"
+#. )cl8
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"bm_id3160463\n"
+"help.text"
+msgid "<bookmark_value>full screen view</bookmark_value><bookmark_value>screen; full screen views</bookmark_value><bookmark_value>complete screen view</bookmark_value><bookmark_value>views;full screen</bookmark_value>"
msgstr ""
-#: 05040200.xhp#par_id3144746.68.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"OFFICE\"></caseinline><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"CHART\"></caseinline><caseinline select=\"MATH\"></caseinline><caseinline select=\"IMAGE\"></caseinline><defaultinline><ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_PAGE:CB_ADAPT\">Resizes the drawing objects so that they fit on the paper format that you select. The arrangement of the drawing objects is preserved.</ahelp></defaultinline></switchinline>"
+#. D$#@
+#: 03110000.xhp
+#, fuzzy
+msgctxt ""
+"03110000.xhp\n"
+"hd_id3160463\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/03110000.xhp\" name=\"Full Screen\">Full Screen</link>"
+msgstr "<link href=\"text/shared/01/02040000.xhp\" name=\"Cut\">ამოჭრა</link>"
+
+#. H?:X
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"par_id3148983\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FullScreen\">Shows or hides the menus and toolbars in Writer or Calc. To exit the full screen mode, click the <emph>Full Screen On/Off</emph> button.</ahelp>"
msgstr ""
-#: 05040200.xhp#par_id3149123.help.text
-msgid "<link href=\"text/shared/00/00000001.xhp#metrik\" name=\"Changing measurement units\">Changing measurement units</link>"
+#. MZ@r
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"par_id3152594\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FULLSCREENTOOLBOX\">In Writer and Calc, you can also use the shortcut keys <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+J to switch between the normal and full screen mode.</ahelp>"
msgstr ""
-#: 05040200.xhp#par_id3153730.help.text
-msgctxt "05040200.xhp#par_id3153730.help.text"
-msgid "<link href=\"text/swriter/guide/registertrue.xhp\" name=\"Writing Register-true\">Writing Register-true</link>"
+#. mQ2H
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"par_id3154318\n"
+"28\n"
+"help.text"
+msgid "You can still use shortcut keys in <emph>Full Screen</emph> mode, even though the menus are unavailable. <switchinline select=\"sys\"><caseinline select=\"WIN\">To open the <emph>View</emph> menu, press Alt+V. </caseinline></switchinline>"
msgstr ""
-#: 01170000.xhp#tit.help.text
+#. ![Y6
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"tit\n"
+"help.text"
msgid "Exit"
msgstr "გასვლა"
-#: 01170000.xhp#bm_id3154545.help.text
+#. K3d^
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"bm_id3154545\n"
+"help.text"
msgid "<bookmark_value>exiting;$[officename]</bookmark_value>"
msgstr "<bookmark_value>გასვლა $[officename]</bookmark_value>"
-#: 01170000.xhp#hd_id3154545.1.help.text
+#. X;[+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3154545\n"
+"1\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>"
-#: 01170000.xhp#par_id3151299.2.help.text
+#. xi]b
+#: 01170000.xhp
#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"par_id3151299\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\".\">Closes all $[officename] programs and prompts you to save your changes.</ahelp> <switchinline select=\"sys\"><caseinline select=\"MAC\">This command does not exist on Mac OS X systems.</caseinline><defaultinline/></switchinline>"
msgstr "<ahelp hid=\".uno:BasicStop\">Stops running the current macro.</ahelp><switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline> აგრეთვე შეგიძლიათ დაჭიროთ Ctrl+Alt+S.</defaultinline></switchinline>"
-#: 01170000.xhp#par_id3154184.6.help.text
+#. 0t%c
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154184\n"
+"6\n"
+"help.text"
msgid "<link href=\"text/shared/01/01050000.xhp\" name=\"Close the current document\">Close the current document</link>"
msgstr "<link href=\"text/shared/01/01050000.xhp\" name=\"Close the current document\">დახურეთ მიმდინარე დოკუმენტი</link>"
-#: 05070600.xhp#tit.help.text
-msgid "Align Bottom"
-msgstr "სწორება ქვევით"
+#. !?@Y
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Position and Size"
+msgstr ""
-#: 05070600.xhp#hd_id3153383.1.help.text
+#. :Zsz
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"bm_id3154350\n"
+"help.text"
+msgid "<bookmark_value>positioning;draw objects and controls</bookmark_value><bookmark_value>draw objects;positioning and resizing</bookmark_value><bookmark_value>controls; positions and sizes</bookmark_value><bookmark_value>sizes;draw objects</bookmark_value><bookmark_value>anchors;types/positions for draw objects</bookmark_value><bookmark_value>draw objects; anchoring</bookmark_value>"
+msgstr ""
+
+#. H`LA
+#: 05230100.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05070600.xhp\" name=\"Align Bottom\">Align Bottom</link>"
-msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
+msgctxt ""
+"05230100.xhp\n"
+"hd_id3154350\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05230100.xhp\" name=\"Position and Size\">Position and Size</link>"
+msgstr "<link href=\"text/shared/01/05230000.xhp\" name=\"Position and Size\">პოზიცია და ზომა</link>"
-#: 05070600.xhp#par_id3154613.2.help.text
-msgid "<ahelp hid=\".\">Vertically aligns the bottom edges of the selected objects. If only one object is selected in Draw or Impress, the bottom edge of the object is aligned to the lower page margin.</ahelp>"
+#. Erh0
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"par_id3153255\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Resizes or moves the selected object.</ahelp>"
msgstr ""
-#: 05070600.xhp#par_id3151330.4.help.text
-msgid "Objects are aligned to the bottom edge of the bottom most object in the selection. <embedvar href=\"text/shared/01/05070100.xhp#mehrfachselektion\"/>"
+#. s\Ur
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"hd_id3158405\n"
+"3\n"
+"help.text"
+msgid "Position"
msgstr ""
-#: 05270000.xhp#tit.help.text
-msgctxt "05270000.xhp#tit.help.text"
-msgid "Edit Points"
+#. fwUM
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"par_id3159201\n"
+"4\n"
+"help.text"
+msgid "Specify the location of the selected object on the page."
msgstr ""
-#: 05270000.xhp#hd_id3155271.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05270000.xhp\" name=\"Edit Points\">Edit Points</link>"
-msgstr "<link href=\"text/shared/01/01170000.xhp\" name=\"Exit\">გასვლა</link>"
-
-#: 05270000.xhp#par_id3153391.2.help.text
-msgid "<ahelp hid=\".uno:ToggleObjectBezierMode\">Lets you change the shape of the selected drawing object.</ahelp>"
+#. C(R!
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"hd_id3157896\n"
+"5\n"
+"help.text"
+msgid "Position X"
msgstr ""
-#: 05270000.xhp#par_id3148668.7.help.text
-msgid "To edit the shape of a selected drawing object, click the <emph>Points</emph> icon on the <emph>Drawing</emph> Bar, and then drag one of the points on the object."
+#. pl:k
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"par_id3155616\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_POSITION_SIZE_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 ""
-#: 05270000.xhp#par_id3093440.help.text
-msgid "<link href=\"text/shared/main0227.xhp\" name=\"Edit Points Bar\">Edit Points Bar</link>"
-msgstr "<link href=\"text/shared/main0227.xhp\" name=\"Edit Points Bar\">წერტილის შეცვლის ზოლი </link>"
-
-#: 06040700.xhp#tit.help.text
-msgctxt "06040700.xhp#tit.help.text"
-msgid "Smart Tags"
+#. v:uN
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"hd_id3151226\n"
+"7\n"
+"help.text"
+msgid "Position Y"
msgstr ""
-#: 06040700.xhp#bm_id9057588.help.text
-msgid "<bookmark_value>smart tag configuration</bookmark_value>"
+#. aT,W
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"par_id3147373\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_POSITION_SIZE_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 ""
-#: 06040700.xhp#hd_id3563951.help.text
-msgctxt "06040700.xhp#hd_id3563951.help.text"
-msgid "Smart Tags"
+#. 9C}O
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"hd_id3147834\n"
+"9\n"
+"help.text"
+msgid "Base point"
msgstr ""
-#: 06040700.xhp#par_id1827448.help.text
-msgid "<ahelp hid=\".\">When you have installed at least one Smart Tag extension, you see the Smart Tags page.</ahelp>"
+#. h^qP
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"par_id3147008\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TPPOSITION_CTRL\">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 ""
-#: 06040700.xhp#hd_id686666.help.text
-msgid "Label text with smart tags"
-msgstr ""
+#. wH{G
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"hd_id3155942\n"
+"19\n"
+"help.text"
+msgid "Size"
+msgstr "ზომა:"
-#: 06040700.xhp#par_id3259376.help.text
-msgid "<ahelp hid=\".\">Enables Smart Tags to be evaluated and shown in your text document.</ahelp>"
+#. Mc\o
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"par_id3150774\n"
+"20\n"
+"help.text"
+msgid "Specify the amount by which you want to resize the selected object with respect to the selected base point ."
msgstr ""
-#: 06040700.xhp#hd_id4024170.help.text
-msgid "Currently installed smart tags"
+#. 98e)
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"hd_id3143267\n"
+"21\n"
+"help.text"
+msgid "Width"
msgstr ""
-#: 06040700.xhp#par_id2847071.help.text
-msgid "<ahelp hid=\".\">Displays all installed Smart Tags. To configure a Smart Tag, select the name of the Smart Tag, then click Properties. Not all Smart Tags can be configured.</ahelp>"
+#. hc:@
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"par_id3149811\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_POSITION_SIZE_MTR_FLD_WIDTH\">Enter a width for the selected object.</ahelp>"
msgstr ""
-#: 06040700.xhp#hd_id8424329.help.text
-msgctxt "06040700.xhp#hd_id8424329.help.text"
-msgid "Properties"
-msgstr "თვისებები"
+#. 1J5m
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"hd_id3150443\n"
+"23\n"
+"help.text"
+msgid "Height"
+msgstr ""
-#: 06040700.xhp#par_id3912167.help.text
-msgid "<ahelp hid=\".\">To configure a Smart Tag, select the name of the Smart Tag, then click Properties. Not all Smart Tags can be configured.</ahelp>"
+#. R=Jq
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"par_id3147209\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_POSITION_SIZE_MTR_FLD_HEIGHT\">Enter a height for the selected object.</ahelp>"
msgstr ""
-#: 05350600.xhp#tit.help.text
-msgctxt "05350600.xhp#tit.help.text"
-msgid "Material"
+#. K3m%
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"hd_id3149796\n"
+"25\n"
+"help.text"
+msgid "Keep ratio"
msgstr ""
-#: 05350600.xhp#hd_id3154349.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05350600.xhp\" name=\"Material\">Material</link>"
-msgstr "<link href=\"text/shared/01/01100200.xhp\" name=\"General\">ზოგადი</link>"
+#. dMS!
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"par_id3155341\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_POSITION_SIZE_CBX_SCALE\">Maintains proportions when you resize the selected object.</ahelp>"
+msgstr ""
-#: 05350600.xhp#par_id3160463.2.help.text
-msgid "<ahelp hid=\"SVX_IMAGEBUTTON_RID_SVXFLOAT_3D_BTN_MATERIAL\">Changes the coloring of the selected 3D object.</ahelp>"
+#. 3b1H
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"hd_id3148686\n"
+"29\n"
+"help.text"
+msgid "Base point"
msgstr ""
-#: 05350600.xhp#hd_id3154682.4.help.text
-msgctxt "05350600.xhp#hd_id3154682.4.help.text"
-msgid "Material"
+#. 2zWJ
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"par_id3154897\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TPSIZE_CTRL\">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 ""
-#: 05350600.xhp#par_id3152363.29.help.text
-msgid "Assigns a predefined color scheme or lets you create your own color scheme."
+#. m4Hf
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"hd_id3148990\n"
+"17\n"
+"help.text"
+msgid "Protect"
msgstr ""
-#: 05350600.xhp#hd_id3154497.9.help.text
-msgid "Favorites"
+#. r~s1
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"hd_id3153698\n"
+"37\n"
+"help.text"
+msgid "Position"
msgstr ""
-#: 05350600.xhp#par_id3153303.10.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXFLOAT_3D_LB_MAT_FAVORITES\">Select a predefined color scheme, or select <emph>User-defined</emph> to define a custom color scheme.</ahelp>"
+#. [WP2
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"par_id3149784\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_POSITION_SIZE_TSB_POSPROTECT\">Prevents changes to the position or the size of the selected object.</ahelp>"
msgstr ""
-#: 05350600.xhp#hd_id3093440.16.help.text
-msgid "Object color"
+#. %N6p
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"hd_id3153254\n"
+"27\n"
+"help.text"
+msgid "Size"
+msgstr "ზომა:"
+
+#. ?`G:
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"par_id3152349\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_POSITION_SIZE_TSB_SIZEPROTECT\">Prevents you from resizing the object.</ahelp>"
msgstr ""
-#: 05350600.xhp#par_id3157896.17.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXFLOAT_3D_LB_MAT_COLOR\">Select the color that you want to apply to the object.</ahelp>"
+#. ({tB
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"hd_id3149275\n"
+"11\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Anchoring </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ფორმატის გარეშე </caseinline></switchinline>"
+
+#. ]B7h
+#: 05230100.xhp
+#, fuzzy
+msgctxt ""
+"05230100.xhp\n"
+"par_id3147531\n"
+"12\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Set the anchoring options for the selected object. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ფაილში ხაზების რაოდენობა </caseinline></switchinline>"
+
+#. ;Q8/
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"hd_id3151246\n"
+"13\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Anchor </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
+
+#. V(5:
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"par_id3154758\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_POSITION_SIZE_LB_ANCHOR\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Select the type of anchor for the selected object. </caseinline></switchinline></ahelp>"
msgstr ""
-#: 05350600.xhp#hd_id3147373.18.help.text
-msgctxt "05350600.xhp#hd_id3147373.18.help.text"
-msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Select Color Through the Color Dialog\">Select Color Through the Color Dialog</link>"
+#. -r,\
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"hd_id3149295\n"
+"15\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Position </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
+
+#. gV|W
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"par_id3154935\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_POSITION_SIZE_LB_ORIENT\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Specifies the position of the anchor in relation to the character height. </caseinline></switchinline></ahelp>"
msgstr ""
-#: 05350600.xhp#hd_id3147571.19.help.text
-msgid "Illumination color"
+#. s8^G
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"hd_id3153525\n"
+"31\n"
+"help.text"
+msgid "Adapt"
msgstr ""
-#: 05350600.xhp#par_id3159234.20.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXFLOAT_3D_LB_MAT_EMISSION\">Select the color to illuminate the object.</ahelp>"
+#. k}#6
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"par_id3151211\n"
+"32\n"
+"help.text"
+msgid "Resizes text in a drawing object with respect to the borders of the selected object."
msgstr ""
-#: 05350600.xhp#hd_id3153748.21.help.text
-msgctxt "05350600.xhp#hd_id3153748.21.help.text"
-msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Select Color Through the Color Dialog\">Select Color Through the Color Dialog</link>"
+#. 9]/j
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"hd_id3151042\n"
+"33\n"
+"help.text"
+msgid "Fit width to text"
msgstr ""
-#: 05350600.xhp#hd_id3154983.22.help.text
-msgid "Specular"
+#. #0B=
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"par_id3159151\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_POSITION_SIZE_TSB_AUTOGROW_WIDTH\">Resizes the text to fit the width of the selected object.</ahelp>"
msgstr ""
-#: 05350600.xhp#par_id3147008.23.help.text
-msgid "Sets the light reflection properties for the selected object."
+#. R-H5
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"hd_id3145746\n"
+"35\n"
+"help.text"
+msgid "Fit height to text"
msgstr ""
-#: 05350600.xhp#hd_id3150355.24.help.text
-msgctxt "05350600.xhp#hd_id3150355.24.help.text"
-msgid "Color"
+#. $[l0
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"par_id3154068\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_POSITION_SIZE_TSB_AUTOGROW_HEIGHT\">Resizes the text to fit the height of the selected object.</ahelp>"
msgstr ""
-#: 05350600.xhp#par_id3151111.25.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXFLOAT_3D_LB_MAT_SPECULAR\">Select the color that you want the object to reflect.</ahelp>"
+#. Y{fE
+#: 05230100.xhp
+#, fuzzy
+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/05210000.xhp\" name=\"Area\">არე</link>"
+
+#. R!em
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Navigator for Master Documents"
msgstr ""
-#: 05350600.xhp#hd_id3152996.26.help.text
-msgctxt "05350600.xhp#hd_id3152996.26.help.text"
-msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Select Color Through the Color Dialog\">Select Color Through the Color Dialog</link>"
+#. OM,w
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3153391\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02110000.xhp\">Navigator for Master Documents</link>"
msgstr ""
-#: 05350600.xhp#hd_id3152909.27.help.text
-msgid "Intensity"
+#. #=K,
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150603\n"
+"2\n"
+"help.text"
+msgid "In a <link href=\"text/shared/01/01010001.xhp\">master document</link>, you can switch the Navigator between normal view and master view."
msgstr ""
-#: 05350600.xhp#par_id3159256.28.help.text
-msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXFLOAT_3D_MTR_MAT_SPECULAR_INTENSITY\">Enter the intensity of the specular effect.</ahelp>"
+#. 7h@P
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3148585\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"HID_NAVIGATOR_GLOB_TREELIST\">The Navigator lists the main components of the master document. If you rest the mouse pointer over a name of a sub-document in the list, the full path of the sub-document is displayed.</ahelp>"
msgstr ""
-#: 01990000.xhp#tit.help.text
-msgid "Recent Documents"
-msgstr "ბოლო დოკუმენტები"
+#. 2[0_
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150789\n"
+"3\n"
+"help.text"
+msgid "The master view in the Navigator displays the following icons:"
+msgstr ""
-#: 01990000.xhp#hd_id3150279.6.help.text
-msgid "<variable id=\"picktitle\"><link href=\"text/shared/01/01990000.xhp\" name=\"Recent Documents\">Recent Documents</link></variable>"
-msgstr "<variable id=\"picktitle\"><link href=\"text/shared/01/01990000.xhp\" name=\"Recent Documents\">ბოლო დოკუმენტები</link></variable>"
+#. Ju?7
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3152542\n"
+"4\n"
+"help.text"
+msgid "Toggle"
+msgstr ""
-#: 01990000.xhp#par_id3154794.5.help.text
-msgid "<ahelp hid=\".\">Lists the most recently opened files. To open a file in the list, click its name.</ahelp>"
-msgstr "<ahelp hid=\".\">ყველაზე ბოლოს გახსნილი ფაილების ჩამონათალი. ჩამონათვალში ფაილის გასახსნელად დააწკაპუნეთ მის სახელზე.</ahelp>"
+#. #s#o
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3153394\n"
+"5\n"
+"help.text"
+msgid "Switches between master view and normal view."
+msgstr ""
-#: 01990000.xhp#par_id3159079.4.help.text
-msgid "The file is opened by the <item type=\"productname\">%PRODUCTNAME</item> module that saved it."
-msgstr "ფაილი გაიხსნა იმ<item type=\"productname\">%PRODUCTNAME</item> მოდულის მიერ, რომელმაც ეს ფაილი დაიმახსოვრა."
+#. Q??y
+#: 02110000.xhp
+#, fuzzy
+msgctxt ""
+"02110000.xhp\n"
+"par_id3145313\n"
+"help.text"
+msgid "<image id=\"img_id3155535\" src=\"sw/imglst/sc20244.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155535\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150503\">ხატულა</alt></image>"
-#: 05250100.xhp#tit.help.text
-msgid "Bring to Front"
+#. i9XB
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3159233\n"
+"6\n"
+"help.text"
+msgid "Toggle"
msgstr ""
-#: 05250100.xhp#hd_id3154044.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05250100.xhp\" name=\"Bring to Front\">Bring to Front</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
+#. cc6i
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3147275\n"
+"7\n"
+"help.text"
+msgid "Edit"
+msgstr "გასვლა"
-#: 05250100.xhp#par_id3149991.2.help.text
-msgid "<ahelp hid=\".uno:BringToFront\" visibility=\"visible\">Moves the selected object to the top of the stacking order, so that it is in front of other objects.</ahelp>"
+#. 1dUo
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3147242\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"HID_GLBLTREE_EDIT\">Edit the contents of the component selected in the Navigator list. If the selection is a file, the file is opened for editing. If the selection is an index, the index dialog is opened.</ahelp>"
msgstr ""
-#: 05250100.xhp#par_id3147588.3.help.text
+#. lV@=
+#: 02110000.xhp
#, fuzzy
-msgctxt "05250100.xhp#par_id3147588.3.help.text"
-msgid "<link href=\"text/shared/01/05250000.xhp\" name=\"Layer\">Layer</link>"
-msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
+msgctxt ""
+"02110000.xhp\n"
+"par_id3153716\n"
+"help.text"
+msgid "<image id=\"img_id3145416\" src=\"sw/imglst/sc20245.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3145416\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147317\">ხატულა</alt></image>"
-#: 06010000.xhp#tit.help.text
-msgid "Spelling and Grammar"
-msgstr ""
+#. |I2)
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3149192\n"
+"9\n"
+"help.text"
+msgid "Edit"
+msgstr "გასვლა"
-#: 06010000.xhp#bm_id3149047.help.text
-msgid "<bookmark_value>dictionaries; spellcheck</bookmark_value> <bookmark_value>spellcheck; dialog</bookmark_value> <bookmark_value>languages; spellcheck</bookmark_value>"
+#. khT6
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3150084\n"
+"10\n"
+"help.text"
+msgid "Update"
msgstr ""
-#: 06010000.xhp#hd_id3153882.1.help.text
-msgid "<link href=\"text/shared/01/06010000.xhp\" name=\"Spellcheck\">Spelling and Grammar</link>"
+#. TNIL
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3149164\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"HID_GLBLTREE_UPDATE\">Click and choose the contents that you want to update.</ahelp>"
msgstr ""
-#: 06010000.xhp#par_id3154682.2.help.text
-msgid "<variable id=\"recht\"><ahelp hid=\".uno:Spelling\">Checks the document or the current selection for spelling errors. If a grammar checking extension is installed, the dialog also checks for grammar errors.</ahelp></variable>"
-msgstr ""
+#. -h,~
+#: 02110000.xhp
+#, fuzzy
+msgctxt ""
+"02110000.xhp\n"
+"par_id3159166\n"
+"help.text"
+msgid "<image id=\"img_id3153146\" src=\"sw/imglst/sc20246.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153146\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153821\">ხატულა</alt></image>"
-#: 06010000.xhp#par_idN1064B.help.text
-msgid "The spellcheck starts at the current cursor position and advances to the end of the document or selection. You can then choose to continue the spellcheck from the beginning of the document."
+#. {]4E
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3145086\n"
+"12\n"
+"help.text"
+msgid "Update"
msgstr ""
-#: 06010000.xhp#par_id3166445.3.help.text
-msgid "Spellcheck looks for misspelled words and gives you the option of adding an unknown word to a user dictionary. When the first misspelled word is found, the <emph>Spellcheck</emph> dialog opens."
+#. l#(S
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3147264\n"
+"28\n"
+"help.text"
+msgid "Selection"
msgstr ""
-#: 06010000.xhp#par_id1022200801300654.help.text
-msgid "If a grammar checking extension is installed, this dialog is called <emph>Spelling and Grammar</emph>. Spelling errors are underlined in red, grammar errors in blue. First the dialog presents all spelling errors, then all grammar errors."
+#. e`HJ
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3147303\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"HID_GLBLTREE_UPD_SEL\">Updates the contents of the selection.</ahelp>"
msgstr ""
-#: 06010000.xhp#par_id1022200801354366.help.text
-msgid "<ahelp hid=\".\">Enable <emph>Check grammar</emph> to work first on all spellcheck errors, then on all grammar errors.</ahelp>"
+#. 8\rj
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3148756\n"
+"30\n"
+"help.text"
+msgid "Indexes"
msgstr ""
-#: 06010000.xhp#hd_id3149511.6.help.text
-msgid "Not in dictionary"
+#. WpOS
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3156435\n"
+"31\n"
+"help.text"
+msgid "<ahelp hid=\"HID_GLBLTREE_UPD_IDX\">Updates all indexes.</ahelp>"
msgstr ""
-#: 06010000.xhp#par_id3149798.7.help.text
-msgid "<ahelp hid=\".\">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.</ahelp>"
+#. %9s;
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3153524\n"
+"32\n"
+"help.text"
+msgid "Links"
msgstr ""
-#: 06010000.xhp#hd_id3149885.10.help.text
-msgctxt "06010000.xhp#hd_id3149885.10.help.text"
-msgid "Suggestions"
+#. g[K$
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3154224\n"
+"33\n"
+"help.text"
+msgid "<ahelp hid=\"HID_GLBLTREE_UPD_LINK\">Updates all links.</ahelp>"
msgstr ""
-#: 06010000.xhp#par_id3155628.11.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXDLG_SPELLCHECK_LB_NEWWORD\">Lists suggested words to replace the misspelled word. Select the word that you want to use, and then click <emph>Change</emph> or <emph>Change All</emph>.</ahelp>"
+#. /hIk
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3154938\n"
+"34\n"
+"help.text"
+msgid "All"
msgstr ""
-#: 06010000.xhp#hd_id3145087.12.help.text
-msgid "Text Language"
+#. {1V0
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3154154\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\"HID_GLBLTREEUPD_ALL\">Updates all contents.</ahelp>"
msgstr ""
-#: 06010000.xhp#par_id3144422.13.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXDLG_SPELLCHECK_LB_LANGUAGE\">Specifies the language to use to check the spelling.</ahelp>"
+#. L{y2
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3154631\n"
+"48\n"
+"help.text"
+msgid "Edit link"
msgstr ""
-#: 06010000.xhp#hd_id3154071.52.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">AutoCorrect</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ფორმატის გარეშე </caseinline></switchinline>"
-
-#: 06010000.xhp#par_id3153798.53.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_SPELLCHECK_BTN_AUTOCORR\">Adds the current combination of the incorrect word and the replacement word to the AutoCorrect replacements table.</ahelp></caseinline></switchinline>"
+#. 3^Xo
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3153105\n"
+"49\n"
+"help.text"
+msgid "This command is found by right-clicking an inserted file in the Navigator.<ahelp hid=\"HID_GLBLTREE_EDIT_LINK\">Changes the link properties for the selected file.</ahelp>"
msgstr ""
-#: 06010000.xhp#hd_id3151382.56.help.text
-msgctxt "06010000.xhp#hd_id3151382.56.help.text"
-msgid "Options"
+#. E2n\
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3152933\n"
+"13\n"
+"help.text"
+msgid "Insert"
msgstr ""
-#: 06010000.xhp#par_id3154123.57.help.text
-msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_SPELLCHECK_BTN_OPTIONS\">Opens a dialog, where you can select the user-defined dictionaries, and set the rules for the spellchecking.</ahelp>"
+#. U_OC
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3147084\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_GLBLTREE_INSERT\">Inserts a file, an index, or a new document into the master document.</ahelp>"
msgstr ""
-#: 06010000.xhp#hd_id3153353.24.help.text
-msgctxt "06010000.xhp#hd_id3153353.24.help.text"
-msgid "Add"
+#. (F17
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3153969\n"
+"57\n"
+"help.text"
+msgid "You can also insert files into the master document by dragging a file from your desktop and dropping on the master view of the Navigator."
msgstr ""
-#: 06010000.xhp#par_id3144432.25.help.text
-msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_SPELLCHECK_BTN_ADD\">Adds the unknown word to a user-defined dictionary.</ahelp>"
-msgstr ""
+#. ILaQ
+#: 02110000.xhp
+#, fuzzy
+msgctxt ""
+"02110000.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "<image id=\"img_id3146984\" src=\"sw/imglst/sc20247.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3146984\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149784\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149784\">ხატულა</alt></image>"
-#: 06010000.xhp#hd_id3155994.22.help.text
-msgid "Ignore Once"
+#. ,n2i
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150486\n"
+"15\n"
+"help.text"
+msgid "Insert"
msgstr ""
-#: 06010000.xhp#par_id3148920.23.help.text
-msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_SPELLCHECK:BTN_IGNORE\">Skips the unknown word and continues with the spellcheck.</ahelp>"
-msgstr ""
+#. n$jR
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3146921\n"
+"36\n"
+"help.text"
+msgid "Index"
+msgstr "ინდექსი"
-#: 06010000.xhp#par_idN107CB.help.text
-msgid "This label of this button changes to <emph>Resume</emph> if you leave the Spellcheck dialog open when you return to your document. To continue the spellcheck from the current position of the cursor, click <emph>Resume</emph>."
+#. H%#=
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3149267\n"
+"37\n"
+"help.text"
+msgid "<ahelp hid=\"HID_GLBLTREE_INS_IDX\">Inserts an index or a table of contents into the master document.</ahelp>"
msgstr ""
-#: 06010000.xhp#par_id1024200804091149.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">While performing a grammar check, click Ignore Rule to ignore the rule that is currently flagged as a grammar error.</ahelp>"
+#. Vl.0
+#: 02110000.xhp
+#, fuzzy
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3155413\n"
+"42\n"
+"help.text"
+msgid "File"
+msgstr "შევსება"
+
+#. i@qR
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3159198\n"
+"43\n"
+"help.text"
+msgid "<ahelp hid=\"HID_GLBLTREE_INS_FILE\">Inserts one or more existing files into the master document.</ahelp>"
msgstr ""
-#: 06010000.xhp#hd_id3150740.20.help.text
-msgid "Ignore All"
+#. d4!1
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3155856\n"
+"44\n"
+"help.text"
+msgid "New Document"
+msgstr "ტექსტური დოკუმენტი"
+
+#. Ag57
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3154321\n"
+"45\n"
+"help.text"
+msgid "<ahelp hid=\"HID_GLBLTREE_INS_NEW_FILE\">Creates and inserts a new sub-document.</ahelp> When you create a new document, you are prompted to enter the file name and the location where you want to save the document."
msgstr ""
-#: 06010000.xhp#par_id3145318.21.help.text
-msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_SPELLCHECK:BTN_IGNOREALL\">Skips all occurrences of the unknown word in the entire document and continues with the spellcheck.</ahelp>"
+#. wY*9
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3154472\n"
+"46\n"
+"help.text"
+msgid "Text"
msgstr ""
-#: 06010000.xhp#hd_id3153056.18.help.text
-msgid "Change"
+#. dFR(
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3163712\n"
+"47\n"
+"help.text"
+msgid "<ahelp hid=\"HID_GLBLTREE_INS_TEXT\">Inserts a new paragraph in the master document where you can enter text. You cannot insert text next to an existing text entry in the Navigator.</ahelp>"
msgstr ""
-#: 06010000.xhp#par_id3148559.19.help.text
-msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_SPELLCHECK:BTN_CHANGE\">Replaces the unknown word with the current suggestion. If you changed more than just the misspelled word, the entire sentence is replaced.</ahelp>"
+#. ic$R
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3154640\n"
+"16\n"
+"help.text"
+msgid "Save Contents as well"
msgstr ""
-#: 06010000.xhp#hd_id3145787.16.help.text
-msgid "Change All"
+#. NQ`M
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3149666\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"HID_NAVI_TBX21\">Saves a copy of the contents of the linked files in the master document. This ensures that the current contents are available when the linked files cannot be accessed.</ahelp>"
msgstr ""
-#: 06010000.xhp#par_id3144446.17.help.text
-msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_SPELLCHECK:BTN_CHANGEALL\">Replaces all occurrences of the unknown word with the current suggestion.</ahelp>"
+#. dv/R
+#: 02110000.xhp
+#, fuzzy
+msgctxt ""
+"02110000.xhp\n"
+"par_id3151351\n"
+"help.text"
+msgid "<image id=\"img_id3152885\" src=\"sw/imglst/sc20248.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152885\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153821\">ხატულა</alt></image>"
+
+#. 1h^[
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3157974\n"
+"18\n"
+"help.text"
+msgid "Save Contents as well"
msgstr ""
-#: 06010000.xhp#par_idN10850.help.text
-msgctxt "06010000.xhp#par_idN10850.help.text"
-msgid "Undo"
+#. *:@7
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3154096\n"
+"19\n"
+"help.text"
+msgid "Move Down"
msgstr ""
-#: 06010000.xhp#par_idN10854.help.text
-msgid "<ahelp hid=\".\">Click to undo the last change in the current sentence. Click again to undo the previous change in the same sentence.</ahelp>"
+#. *pd8
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3155852\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"HID_NAVI_TBX23\">Moves the selection down one position in the Navigator list.</ahelp> You can also move entries by dragging and dropping them in the list. If you move a text section onto another text section, the text sections are merged."
msgstr ""
-#: 06010000.xhp#par_id3147426.help.text
+#. yA4R
+#: 02110000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/06020000.xhp\" name=\"Thesaurus\">Thesaurus</link>"
-msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
+msgctxt ""
+"02110000.xhp\n"
+"par_id3154790\n"
+"help.text"
+msgid "<image id=\"img_id3166413\" src=\"sw/imglst/sc20171.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3166413\">Icon</alt></image>"
+msgstr "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163710\">ხატულა</alt></image>"
-#: 02230500.xhp#tit.help.text
-msgctxt "02230500.xhp#tit.help.text"
-msgid "Merge Document"
+#. 1b0(
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3149417\n"
+"21\n"
+"help.text"
+msgid "Move Down"
msgstr ""
-#: 02230500.xhp#hd_id3149000.1.help.text
-msgctxt "02230500.xhp#hd_id3149000.1.help.text"
-msgid "Merge Document"
+#. S}6=
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3147124\n"
+"22\n"
+"help.text"
+msgid "Move Up"
msgstr ""
-#: 02230500.xhp#par_id3154408.2.help.text
-msgid "<variable id=\"dokzus\"><ahelp hid=\".uno:MergeDocuments\" visibility=\"visible\">Imports changes made to copies of the same document into the original document. Changes made to footnotes, headers, frames and fields are ignored.</ahelp></variable> Identical changes are merged automatically."
+#. H_*(
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3146927\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"HID_NAVI_TBX22\">Moves the selection up one position in the Navigator list.</ahelp> You can also move entries by dragging and dropping them in the list. If you move a text section onto another text section, the text sections are merged."
msgstr ""
-#: 05030500.xhp#tit.help.text
-msgid "Borders"
-msgstr "ჩარჩოები"
-
-#: 05030500.xhp#hd_id3154812.1.help.text
+#. F|os
+#: 02110000.xhp
#, fuzzy
-msgctxt "05030500.xhp#hd_id3154812.1.help.text"
-msgid "<link href=\"text/shared/01/05030500.xhp\" name=\"Borders\">Borders</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">არე</link>"
+msgctxt ""
+"02110000.xhp\n"
+"par_id3156178\n"
+"help.text"
+msgid "<image id=\"img_id3155083\" src=\"sw/imglst/sc20174.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155083\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150503\">ხატულა</alt></image>"
-#: 05030500.xhp#par_id3151097.2.help.text
-msgid "<ahelp hid=\"HID_BORDER\">Sets the border options for the selected objects in Writer or Calc.</ahelp>"
+#. djS2
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3147257\n"
+"24\n"
+"help.text"
+msgid "Move Up"
msgstr ""
-#: 05030500.xhp#par_id3155351.44.help.text
-msgid "You can specify the border position, size, and style in Writer or Calc. <switchinline select=\"appl\"><caseinline select=\"WRITER\">In $[officename] Writer, you can add borders to pages, frames, graphics, tables, paragraphs, and to embedded objects. </caseinline></switchinline>"
+#. l=:l
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3148566\n"
+"26\n"
+"help.text"
+msgid "Delete"
msgstr ""
-#: 05030500.xhp#par_id3152997.40.help.text
-msgid "To modify the border of an entire table, place the cursor in a table cell, right-click, choose <emph>Table</emph>, and then click the <emph>Borders</emph> tab. To modify the border of a table cell, select the cell, right-click, choose <emph>Table</emph>, and then click the <emph>Borders</emph> tab."
+#. QLqP
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3153099\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"HID_GLBLTREE_DEL\">Deletes the selection from the Navigator list.</ahelp>"
msgstr ""
-#: 05030500.xhp#hd_id3145417.3.help.text
-msgid "Line arrangement"
+#. ;(lN
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Bibliography Database"
msgstr ""
-#: 05030500.xhp#par_id3153332.4.help.text
-msgid "<ahelp hid=\"HID_BORDER_CTL_PRESETS\">Select a predefined border style to apply.</ahelp>"
+#. p(w0
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"hd_id3150999\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02250000.xhp\" name=\"Bibliography Database\">Bibliography Database</link>"
msgstr ""
-#: 05030500.xhp#par_id3148643.5.help.text
-msgid "If you are in a table or spreadsheet, you can also add or remove predefined borders. Use the <emph>Borders</emph> icon on the <emph>Table Bar</emph>."
+#. u:!]
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"par_id3149119\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"litdattext\"><ahelp hid=\"HID_BIB_DB_TBX\">Insert, delete, edit, and organize records in the bibliography database.</ahelp></variable>"
msgstr ""
-#: 05030500.xhp#hd_id3149575.23.help.text
-msgctxt "05030500.xhp#hd_id3149575.23.help.text"
-msgid "Line"
+#. ?@`-
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"par_id3149346\n"
+"53\n"
+"help.text"
+msgid "If the fields in your database are read-only, ensure that the data source view is closed."
msgstr ""
-#: 05030500.xhp#par_id3152360.24.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_BORDER:LB_LINESTYLE\">Click the border style that you want to apply. The style is applied to the borders selected in the preview.</ahelp>"
+#. vj}{
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"par_id3150506\n"
+"41\n"
+"help.text"
+msgid "The supplied bibliography database contains sample records of books."
msgstr ""
-#: 05030500.xhp#par_id3154938.29.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_BORDER:LB_LINECOLOR\">Select the line color that you want to use for the selected border(s).</ahelp>"
+#. pYLT
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"par_id3155356\n"
+"4\n"
+"help.text"
+msgid "Use the toolbar to select a table in the bibliography database, to search for records, or to sort the records using filters."
msgstr ""
-#: 05030500.xhp#hd_id3150359.21.help.text
-msgctxt "05030500.xhp#hd_id3150359.21.help.text"
-msgid "Spacing to contents"
+#. wLW@
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"par_id3163802\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Lists the available tables in the current database. Click a name in the list to display the records for that table.</ahelp>"
msgstr ""
-#: 05030500.xhp#par_id3154365.22.help.text
-msgid "Specify the amount of space that you want to leave between the border and the contents of the selection."
+#. 0+D^
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"par_id3158432\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Go to the first record in the table.</ahelp>"
msgstr ""
-#: 05030500.xhp#hd_id3147084.45.help.text
-msgctxt "05030500.xhp#hd_id3147084.45.help.text"
-msgid "Left"
+#. 3uZa
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"par_id3149192\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Go to the previous record in the table.</ahelp>"
msgstr ""
-#: 05030500.xhp#par_id3151176.46.help.text
-msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_BORDER_MF_LEFT\">Enter the distance that you want to have between the left border and the contents of the selection.</ahelp>"
+#. L0KM
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"par_id3146795\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Go to the next record in the table.</ahelp>"
msgstr ""
-#: 05030500.xhp#hd_id3150650.47.help.text
-msgctxt "05030500.xhp#hd_id3150650.47.help.text"
-msgid "Right"
+#. @s$B
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"par_id3144760\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Go to the last record in the table.</ahelp>"
msgstr ""
-#: 05030500.xhp#par_id3153104.48.help.text
-msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_BORDER_MF_RIGHT\">Enter the distance that you want to have between the right border and the contents of the selection.</ahelp>"
+#. ,@vw
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"par_id3157960\n"
+"31\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Type the number of the record that you want to display, and then press Enter.</ahelp>"
msgstr ""
-#: 05030500.xhp#hd_id3150495.49.help.text
-msgctxt "05030500.xhp#hd_id3150495.49.help.text"
-msgid "Top"
+#. qqmi
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"hd_id3150868\n"
+"5\n"
+"help.text"
+msgid "Inserting a New Record"
msgstr ""
-#: 05030500.xhp#par_id3156212.50.help.text
-msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_BORDER_MF_TOP\">Enter the distance that you want to have between the top border and the contents of the selection.</ahelp>"
+#. N%Iw
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"par_id3149168\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"HID_GRID_TRAVEL_NEW\" visibility=\"hidden\">Inserts a new record into the current table.</ahelp> To create a record, click the asterisk (*) button at the bottom of the table view. An empty row is added at the end of the table."
msgstr ""
-#: 05030500.xhp#hd_id3150767.51.help.text
-msgctxt "05030500.xhp#hd_id3150767.51.help.text"
-msgid "Bottom"
+#. `/jx
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"par_id3152920\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the type of record that you want to create. $[officename] inserts a number in the <emph>Type</emph> column of the record that corresponds to the type that you select here.</ahelp>"
msgstr ""
-#: 05030500.xhp#par_id3158410.52.help.text
-msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_BORDER_MF_BOTTOM\">Enter the distance that you want to have between the bottom border and the contents of the selection.</ahelp>"
+#. Uc]H
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"par_id3156423\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a short name for the record. The short name appears in the <emph>Identifier</emph> column in the list of records.</ahelp>"
msgstr ""
-#: 05030500.xhp#hd_id3155429.53.help.text
-msgid "Synchronize"
+#. p}P@
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"par_id3155994\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter additional information for the selected record. If you want, you can also enter the information in the corresponding field in the table.</ahelp>"
msgstr ""
-#: 05030500.xhp#par_id3154299.54.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_BORDER_CB_SYNC\">Applies the same <emph>spacing to contents</emph> setting to all four borders when you enter a new distance.</ahelp>"
+#. xoDr
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"hd_id3163716\n"
+"9\n"
+"help.text"
+msgid "Finding and Filtering Records"
msgstr ""
-#: 05030500.xhp#bm_id3155855.help.text
-msgid "<bookmark_value>shadows; borders</bookmark_value><bookmark_value>borders; shadows</bookmark_value><bookmark_value>margins; shadows</bookmark_value>"
+#. {;zN
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"par_id3147478\n"
+"10\n"
+"help.text"
+msgid "You can search for records by matching a keyword to a field entry."
msgstr ""
-#: 05030500.xhp#hd_id3155855.31.help.text
-msgid "Shadow style"
+#. `^Nk
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"hd_id3159181\n"
+"28\n"
+"help.text"
+msgid "Entering Search key"
msgstr ""
-#: 05030500.xhp#par_id3146975.32.help.text
-msgid "You can also apply a shadow effect to borders. For the best results, only apply this effect when all four borders are visible."
+#. Jqxm
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"par_id3159125\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Bib/query\">Type the information that you want to search for, and then press Enter. To change the filter options for the search, long-click the <emph>AutoFilter</emph> icon, and then select a different data field. You can use wildcards such as % or * for any number of characters, and _ or ? for one character in your search. To display all of the records in the table, clear this box, and then press Enter. </ahelp>"
msgstr ""
-#: 05030500.xhp#par_id3157309.43.help.text
-msgid "Graphics or objects that are anchored to a frame in the document cannot exceed the size of the frame. If you apply a shadow to the borders of an object that fills an entire frame, the size of the object is reduced to display the shadows."
-msgstr ""
+#. F4,|
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"hd_id3155511\n"
+"29\n"
+"help.text"
+msgid "AutoFilter"
+msgstr "ავტოფილტრი"
-#: 05030500.xhp#hd_id3153728.33.help.text
-msgctxt "05030500.xhp#hd_id3153728.33.help.text"
-msgid "Position"
+#. S\mc
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"par_id3146975\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Bib/autoFilter\">Long-click to select the data field that you want to search using the term that you entered in the <emph>Search Key</emph> box. You can only search one data field.</ahelp>"
msgstr ""
-#: 05030500.xhp#par_id3153364.34.help.text
-msgid "<ahelp hid=\"HID_BORDER_CTL_SHADOWS\">Click a shadow style for the selected borders.</ahelp>"
+#. EW:q
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"par_id3149664\n"
+"15\n"
+"help.text"
+msgid "The list of table records is automatically updated to match the new filter settings."
msgstr ""
-#: 05030500.xhp#hd_id3156444.35.help.text
-msgctxt "05030500.xhp#hd_id3156444.35.help.text"
-msgid "Distance"
+#. CJ4A
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"par_id3145590\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\".\">Use the <emph>Standard Filter</emph> to refine and to combine <emph>AutoFilter </emph>search options.</ahelp>"
msgstr ""
-#: 05030500.xhp#par_id3156060.36.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_BORDER:ED_SHADOWSIZE\">Enter the width of the shadow.</ahelp>"
+#. #OmB
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"par_id3155311\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\".\">To display all of the records in a table, click the <emph>Remove Filter</emph> icon.</ahelp>"
msgstr ""
-#: 05030500.xhp#hd_id3155307.37.help.text
-msgctxt "05030500.xhp#hd_id3155307.37.help.text"
-msgid "Color"
+#. `\@m
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"hd_id3147580\n"
+"17\n"
+"help.text"
+msgid "Deleting a Record"
msgstr ""
-#: 05030500.xhp#par_id3146147.38.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_BORDER:LB_SHADOWCOLOR\">Select a color for the shadow.</ahelp>"
+#. )tG$
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"par_id3154471\n"
+"18\n"
+"help.text"
+msgid "To delete a record in the current table, right-click the row header of the record, and then select <emph>Delete</emph>. <ahelp hid=\"SID_FM_DELETEROWS\" visibility=\"hidden\">Deletes the selected record.</ahelp>"
msgstr ""
-#: 05030500.xhp#par_idN10A2B.help.text
-msgctxt "05030500.xhp#par_idN10A2B.help.text"
-msgid "Properties"
-msgstr "თვისებები"
+#. lGry
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"hd_id3152941\n"
+"33\n"
+"help.text"
+msgid "Changing the data source"
+msgstr ""
-#: 05030500.xhp#par_idN10A2F.help.text
-msgid "Specifies the properties for the current paragraph or the selected paragraphs."
+#. SwX8
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"hd_id3147214\n"
+"38\n"
+"help.text"
+msgid "Data Source"
msgstr ""
-#: 05030500.xhp#par_idN10A3A.help.text
-msgid "Merge with next paragraph"
+#. 3+@r
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"par_id3151118\n"
+"39\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Bib/sdbsource\">Select the data source for the bibliography database.</ahelp>"
msgstr ""
-#: 05030500.xhp#par_idN10A3E.help.text
-msgid "<ahelp hid=\"svx:CheckBox:RID_SVXPAGE_BORDER:CB_MERGEWITHNEXT\">Merges the border style and the shadow style of the current paragraph with the next paragraph.</ahelp> These styles are only merged if the indent, border, and shadow styles of the next paragraph are the same as the current paragraph. This option is also available for Paragraph Styles."
+#. V0SV
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"hd_id3145645\n"
+"35\n"
+"help.text"
+msgid "Column Arrangement"
msgstr ""
-#: 05030500.xhp#par_idN109BA.help.text
-msgid "Merge adjacent line styles"
+#. mj?*
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"par_id3151282\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Bib/Mapping\">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<emph> Data Source</emph> button on the record<emph> Object Bar</emph>.</ahelp>"
msgstr ""
-#: 05030500.xhp#par_idN109BE.help.text
-msgid "<ahelp hid=\"700793922\">Merges two different border styles of adjacent cells in a Writer table into one border style. This property is valid for a whole table in a Writer document.</ahelp>"
+#. /|as
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"par_id3144767\n"
+"37\n"
+"help.text"
+msgid "<ahelp hid=\"BIB_LISTBOX_RID_DLG_MAPPING_LB_CUSTOM4\">Select the data field that you want to map to the current <emph>Column name</emph>. To change the available data fields, select a different data source for your bibliography.</ahelp>"
msgstr ""
-#: 05030500.xhp#par_idN109C1.help.text
-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."
+#. 4((0
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"par_id3153947\n"
+"48\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the current record.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+
+#. !*O*
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"par_id3151019\n"
+"52\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Lets you choose a different data source for your bibliography.</ahelp>"
msgstr ""
-#: 05070000.xhp#tit.help.text
-msgid "Aligning (Objects)"
+#. C!RW
+#: 02250000.xhp
+msgctxt ""
+"02250000.xhp\n"
+"par_id3153730\n"
+"50\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a new record into the current table.</ahelp>"
msgstr ""
-#: 05070000.xhp#bm_id3149987.help.text
-msgid "<bookmark_value>aligning; objects</bookmark_value><bookmark_value>positioning; objects</bookmark_value><bookmark_value>ordering; objects</bookmark_value>"
+#. ti#X
+#: 06130001.xhp
+msgctxt ""
+"06130001.xhp\n"
+"tit\n"
+"help.text"
+msgid "Macros"
msgstr ""
-#: 05070000.xhp#hd_id3149987.1.help.text
+#. :L;#
+#: 06130001.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05070000.xhp\" name=\"Aligning (Objects)\">Alignment (Objects)</link>"
-msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
+msgctxt ""
+"06130001.xhp\n"
+"hd_id3152414\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06130001.xhp\" name=\"Macros\">Macros</link>"
+msgstr "<link href=\"text/shared/01/01010201.xhp\" name=\"Labels\">იარლიყები</link>"
-#: 05070000.xhp#par_id3150445.2.help.text
-msgid "<ahelp hid=\".\">Aligns selected objects with respect to one another.</ahelp>"
+#. F5w?
+#: 06130001.xhp
+msgctxt ""
+"06130001.xhp\n"
+"par_id3150008\n"
+"3\n"
+"help.text"
+msgid "Lets you record or organize and edit macros."
msgstr ""
-#: 05070000.xhp#par_id3150144.4.help.text
-msgid "If one of the selected objects is anchored as a character, some of the alignment options do not work."
+#. bKpg
+#: 06130001.xhp
+#, fuzzy
+msgctxt ""
+"06130001.xhp\n"
+"par_idN105B1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06130000.xhp\">Run Macro</link>"
+msgstr "<link href=\"text/shared/01/01010201.xhp\" name=\"Labels\">იარლიყები</link>"
+
+#. 79ou
+#: 06130001.xhp
+msgctxt ""
+"06130001.xhp\n"
+"par_idN105EB\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a dialog where you can start a macro.</ahelp>"
msgstr ""
-#: 05070000.xhp#par_id8872646.help.text
-msgid "Not all types of objects can be selected together. Not all modules (Writer, Calc, Impress, Draw) support all types of alignment."
+#. Lz$#
+#: 06130001.xhp
+msgctxt ""
+"06130001.xhp\n"
+"par_idN10608\n"
+"help.text"
+msgid "<link href=\"text/shared/01/digitalsignatures.xhp\">Digital Signature</link>"
msgstr ""
-#: 01010202.xhp#tit.help.text
-msgctxt "01010202.xhp#tit.help.text"
-msgid "Format"
+#. ^VKg
+#: 06130001.xhp
+msgctxt ""
+"06130001.xhp\n"
+"par_idN10618\n"
+"help.text"
+msgid "<ahelp hid=\".\">Adds and removes digital signatures to and from your macros. You can also use the dialog to view certificates.</ahelp>"
msgstr ""
-#: 01010202.xhp#hd_id3151260.1.help.text
-msgid "<link href=\"text/shared/01/01010202.xhp\" name=\"Format\">Format</link>"
-msgstr "<link href=\"text/shared/01/01010202.xhp\" name=\"Format\">ფორმატი</link>"
+#. !649
+#: 06130001.xhp
+#, fuzzy
+msgctxt ""
+"06130001.xhp\n"
+"par_idN105D3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06130000.xhp\">Organize Dialogs</link>"
+msgstr "<link href=\"text/shared/01/01010201.xhp\" name=\"Labels\">იარლიყები</link>"
-#: 01010202.xhp#par_id3153255.2.help.text
-msgid "<ahelp hid=\"HID_LAB_FMT\">Set paper formatting options.</ahelp>"
-msgstr "<ahelp hid=\"HID_LAB_FMT\">დააყენეთ ქაღალდის ფორმატირების პარამეტრები.</ahelp>"
+#. cWIX
+#: 06130001.xhp
+msgctxt ""
+"06130001.xhp\n"
+"par_idN105E3\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Dialogs tab page of the Macro Organizer.</ahelp>"
+msgstr ""
-#: 01010202.xhp#hd_id3159194.3.help.text
-msgid "Horizontal pitch"
-msgstr "ჰორიზონტალური ველი"
+#. ;+[U
+#: 05340200.xhp
+msgctxt ""
+"05340200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Column width"
+msgstr ""
-#: 01010202.xhp#par_id3154186.4.help.text
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_LAB_FMT:FLD_HDIST\">Displays the distance between the left edges of adjacent labels or business cards. If you are defining a custom format, enter a value here.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_LAB_FMT:FLD_HDIST\">აჩვენებს მომიჯნავე იარლიყებს ან სავიზიტო ბარათების მარცხენა კიდეებს შორის მანძილს. თუ თქვენ განსაზღვრავთ ინდივიდუალურ ფორმატს,მნიშვნელობა მიუთითეთ აქ.</ahelp>"
+#. d81f
+#: 05340200.xhp
+msgctxt ""
+"05340200.xhp\n"
+"hd_id3158397\n"
+"1\n"
+"help.text"
+msgid "Column width"
+msgstr ""
-#: 01010202.xhp#hd_id3155555.5.help.text
-msgid "Vertical pitch"
-msgstr "ვერტიკალური ველი"
+#. w3dT
+#: 05340200.xhp
+msgctxt ""
+"05340200.xhp\n"
+"par_id3153272\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"spaltetext\"><ahelp hid=\"HID_BROWSER_COLUMNWIDTH\" visibility=\"visible\">Changes the width of the current column, or the selected columns.</ahelp></variable>"
+msgstr ""
-#: 01010202.xhp#par_id3152425.6.help.text
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_LAB_FMT:FLD_VDIST\">Displays the distance between the upper edge of a label or a business card and the upper edge of the label or the business card directly below. If you are defining a custom format, enter a value here.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_LAB_FMT:FLD_VDIST\">აჩვენებს მანძილს იარლიყს ან სავიზიტო ბარათის ზედა კიდეებს შორის, და პირდაპირ ქვემოთ იარლიყის ან სავიზიტო ბარათის ზედა კიდეს შორის. თუ თქვენ განსაზღვრავთ ინდივიდუალურ ფორმატს, მნიშვნელობა მიუთითეთ აქ</ahelp>"
+#. l1$u
+#: 05340200.xhp
+msgctxt ""
+"05340200.xhp\n"
+"par_id3152821\n"
+"7\n"
+"help.text"
+msgid "You can also change the width of a column by dragging the divider beside the column header.<switchinline select=\"appl\"> <caseinline select=\"CALC\"> To fit the column width to the cell contents, double-click the divider.</caseinline> </switchinline>"
+msgstr ""
-#: 01010202.xhp#hd_id3147399.7.help.text
-msgctxt "01010202.xhp#hd_id3147399.7.help.text"
+#. 549%
+#: 05340200.xhp
+msgctxt ""
+"05340200.xhp\n"
+"hd_id3149346\n"
+"3\n"
+"help.text"
msgid "Width"
msgstr ""
-#: 01010202.xhp#par_id3147576.8.help.text
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_LAB_FMT:FLD_WIDTH\">Displays the width for the label or the business card. If you are defining a custom format, enter a value here.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_LAB_FMT:FLD_WIDTH\">აჩვენებს იარლიყის ან სავიზიტო ბარათის სიგანეს. თუ თქვენ განსაზღვრავთ ინდივიდუალურ ფორმატს, მნიშვნელობა მიუთითეთ აქ.</ahelp>"
-
-#: 01010202.xhp#hd_id3150774.9.help.text
-msgctxt "01010202.xhp#hd_id3150774.9.help.text"
-msgid "Height"
+#. OrBJ
+#: 05340200.xhp
+msgctxt ""
+"05340200.xhp\n"
+"par_id3147576\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_METRICFIELD_DLG_COLWIDTH_MF_VALUE\" visibility=\"visible\">Enter the column width that you want to use.</ahelp>"
msgstr ""
-#: 01010202.xhp#par_id3149827.10.help.text
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_LAB_FMT:FLD_HEIGHT\">Displays the height for the label or business card. If you are defining a custom format, enter a value here.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_LAB_FMT:FLD_HEIGHT\">აჩვენებს იარლიყის ან სავიზიტო ბარათის სიმაღლეს. თუ თქვენ განსაზღვრავთ ინდივიდუალურ ფორმატს, მნიშვნელობა მიუთითეთ აქ.</ahelp>"
+#. Wl1A
+#: 05340200.xhp
+msgctxt ""
+"05340200.xhp\n"
+"hd_id3148621\n"
+"5\n"
+"help.text"
+msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Default value</caseinline> <defaultinline>Automatic</defaultinline> </switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">მთლიანი უჯრედები </caseinline><defaultinline>მთლიანი სიტყვები მხოლოდ</defaultinline></switchinline>"
-#: 01010202.xhp#hd_id3149182.11.help.text
-msgctxt "01010202.xhp#hd_id3149182.11.help.text"
-msgid "Left margin"
+#. G[g7
+#: 05340200.xhp
+msgctxt ""
+"05340200.xhp\n"
+"par_id3147008\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_CHECKBOX_DLG_COLWIDTH_CB_STANDARD\" visibility=\"visible\">Automatically adjusts the column width based on the current font.</ahelp>"
msgstr ""
-#: 01010202.xhp#par_id3154823.12.help.text
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_LAB_FMT:FLD_LEFT\">Displays the distance from the left edge of the page to the left edge of the first label or business card. If you are defining a custom format, enter a value here.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_LAB_FMT:FLD_LEFT\">აჩვენებს მანძილს გვერდის მარცხენა ველიდან პირველი იარლიყის ან სავიზიტო ბარათის მარცხენა ველამდე. თუ თქვენ განსაზღვრავთ ინდივიდუალურ ფორმატს, მნიშვნელობა მიუთითეთ აქ.</ahelp>"
+#. r_.d
+#: 06050400.xhp
+msgctxt ""
+"06050400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Graphics"
+msgstr ""
-#: 01010202.xhp#hd_id3156346.13.help.text
-msgid "Upper margin"
-msgstr "ზედა ველი"
+#. i2r;
+#: 06050400.xhp
+#, fuzzy
+msgctxt ""
+"06050400.xhp\n"
+"hd_id0611200904373284\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06050400.xhp\" name=\"Graphics\">Graphics</link>"
+msgstr "<link href=\"text/shared/01/01010200.xhp\" name=\"Labels\">იარლიყები</link>"
-#: 01010202.xhp#par_id3150355.14.help.text
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_LAB_FMT:FLD_UPPER\">Displays distance from the top edge of the page to the top of the first label or business card. If you are defining a custom format, enter a value here.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_LAB_FMT:FLD_UPPER\">აჩვენებს მანძილს გვერდის საწყისი გვერდიდან პირველი იარლიყის ან სავიზიტო ბარათის დასაწყისამდე. თუ თქვენ განსაზღვრავთ ინდივიდუალურ ფორმატს, მნიშვნელობა მიუთითეთ აქ.</ahelp>"
+#. bSGn
+#: 06050400.xhp
+msgctxt ""
+"06050400.xhp\n"
+"par_id0611200904373226\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays the different graphics that you can use as bullets in a bulleted list.</ahelp>"
+msgstr ""
-#: 01010202.xhp#hd_id3147573.15.help.text
-msgctxt "01010202.xhp#hd_id3147573.15.help.text"
-msgid "Columns"
+#. [$1@
+#: 06050400.xhp
+msgctxt ""
+"06050400.xhp\n"
+"hd_id0611200904361573\n"
+"help.text"
+msgid "Selection"
msgstr ""
-#: 01010202.xhp#par_id3153252.16.help.text
-msgid "<ahelp hid=\"SW:NUMERICFIELD:TP_LAB_FMT:FLD_COLUMNS\">Enter the number of labels or business cards that you want to span the width of the page.</ahelp>"
-msgstr "<ahelp hid=\"SW:NUMERICFIELD:TP_LAB_FMT:FLD_COLUMNS\">შეიტანეთ იარლიყების ან სავიზიტო ბარათების ის რაოდენობა, რაც გსურთ რომ გასწვდეს გვერდის სიგანეს.</ahelp>"
+#. ^#4-
+#: 06050400.xhp
+msgctxt ""
+"06050400.xhp\n"
+"par_id061120090436150\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click the graphics that you want to use as bullets.</ahelp>"
+msgstr ""
-#: 01010202.xhp#hd_id3154143.17.help.text
-msgid "Rows"
-msgstr "რიგები"
+#. 7PqG
+#: 06050400.xhp
+msgctxt ""
+"06050400.xhp\n"
+"hd_id061120090436157\n"
+"help.text"
+msgid "Link graphics"
+msgstr ""
-#: 01010202.xhp#par_id3145119.18.help.text
-msgid "<ahelp hid=\"SW:NUMERICFIELD:TP_LAB_FMT:FLD_ROWS\">Enter the number of labels or business cards that you want to span the height of the page.</ahelp>"
-msgstr "<ahelp hid=\"SW:NUMERICFIELD:TP_LAB_FMT:FLD_ROWS\">შეიტანეთ იარლიყების ან სავიზიტო ბარათების ის რაოდენობა, რაც გსურთ რომ გასწვდეს გვერდის სიმაღლეს.</ahelp>"
+#. `*$a
+#: 06050400.xhp
+msgctxt ""
+"06050400.xhp\n"
+"par_id0611200904361575\n"
+"help.text"
+msgid "<ahelp hid=\".\">If enabled, the graphics are inserted as links. If not enabled, the graphics are embedded into the document.</ahelp>"
+msgstr ""
-#: 01010202.xhp#hd_id3147336.19.help.text
-msgctxt "01010202.xhp#hd_id3147336.19.help.text"
-msgid "Save"
+#. )Iq:
+#: 06050400.xhp
+msgctxt ""
+"06050400.xhp\n"
+"par_id061120090437338\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06050600.xhp\" name=\"Position tab (Numbering/Bullets dialog)\">Position tab (Bullets and Numbering dialog)</link>"
msgstr ""
-#: 01010202.xhp#par_id3156152.20.help.text
-msgid "<ahelp hid=\"SW_PUSHBUTTON_TP_LAB_FMT_PB_SAVE\">Saves the current label or business card format.</ahelp>"
-msgstr "<ahelp hid=\"SW_PUSHBUTTON_TP_LAB_FMT_PB_SAVE\">iიმახსოვრებს მიმდინარე იარლიყს ან სავიზიტო ბარათის ფორმატს.</ahelp>"
+#. 8=KY
+#: 06050400.xhp
+msgctxt ""
+"06050400.xhp\n"
+"par_id0611200904373391\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options tab (Numbering/Bullets dialog)\">Options tab (Bullets and Numbering dialog)</link>"
+msgstr ""
-#: 01010202.xhp#hd_id3146773.21.help.text
-msgid "Save Label Format"
-msgstr "დაიმახსოვრე იარლიყის ფორმატი"
+#. LUX\
+#: 05070600.xhp
+msgctxt ""
+"05070600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Align Bottom"
+msgstr "სწორება ქვევით"
-#: 01010202.xhp#hd_id3154897.23.help.text
-msgctxt "01010202.xhp#hd_id3154897.23.help.text"
-msgid "Brand"
-msgstr ""
+#. |%kv
+#: 05070600.xhp
+#, fuzzy
+msgctxt ""
+"05070600.xhp\n"
+"hd_id3153383\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05070600.xhp\" name=\"Align Bottom\">Align Bottom</link>"
+msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
-#: 01010202.xhp#par_id3155421.24.help.text
-msgid "<ahelp hid=\"SW_COMBOBOX_DLG_SAVE_LABEL_CB_MAKE\">Enter or select the desired brand.</ahelp>"
-msgstr "<ahelp hid=\"SW_COMBOBOX_DLG_SAVE_LABEL_CB_MAKE\">შეიტანე ან მონიშნე სასურველი სახეობა.</ahelp>"
+#. $*Ii
+#: 05070600.xhp
+msgctxt ""
+"05070600.xhp\n"
+"par_id3154613\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Vertically aligns the bottom edges of the selected objects. If only one object is selected in Draw or Impress, the bottom edge of the object is aligned to the lower page margin.</ahelp>"
+msgstr ""
-#: 01010202.xhp#hd_id3155180.25.help.text
-msgctxt "01010202.xhp#hd_id3155180.25.help.text"
-msgid "Type"
-msgstr "ტიპი:"
+#. 3Z-$
+#: 05070600.xhp
+msgctxt ""
+"05070600.xhp\n"
+"par_id3151330\n"
+"4\n"
+"help.text"
+msgid "Objects are aligned to the bottom edge of the bottom most object in the selection. <embedvar href=\"text/shared/01/05070100.xhp#mehrfachselektion\"/>"
+msgstr ""
-#: 01010202.xhp#par_id3159158.26.help.text
-msgid "<ahelp hid=\"SW_EDIT_DLG_SAVE_LABEL_ED_TYPE\">Enter or select a label type.</ahelp>"
-msgstr "<ahelp hid=\"SW_EDIT_DLG_SAVE_LABEL_ED_TYPE\">შეიტანე ან მონიშნე იარლიყის ტიპი.</ahelp>"
+#. qxYQ
+#: 06140200.xhp
+msgctxt ""
+"06140200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Keyboard"
+msgstr ""
-#: 05240200.xhp#tit.help.text
-msgctxt "05240200.xhp#tit.help.text"
-msgid "Horizontally"
+#. hRa0
+#: 06140200.xhp
+msgctxt ""
+"06140200.xhp\n"
+"bm_id2322763\n"
+"help.text"
+msgid "<bookmark_value>keyboard;assigning/editing shortcut keys</bookmark_value><bookmark_value>customizing;keyboard</bookmark_value><bookmark_value>editing;shortcut keys</bookmark_value><bookmark_value>styles;keyboard shortcuts</bookmark_value>"
msgstr ""
-#: 05240200.xhp#hd_id3147543.1.help.text
+#. 5@H8
+#: 06140200.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05240200.xhp\" name=\"Horizontally\">Horizontally</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
+msgctxt ""
+"06140200.xhp\n"
+"hd_id3148882\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140200.xhp\" name=\"Keyboard\">Keyboard</link>"
+msgstr "<link href=\"text/shared/01/01100200.xhp\" name=\"General\">ზოგადი</link>"
-#: 05240200.xhp#par_id3146936.2.help.text
-msgid "<ahelp hid=\".uno:ObjectMirrorHorizontal\">Flips the selected object(s) horizontally from left to right.</ahelp>"
+#. n:GF
+#: 06140200.xhp
+msgctxt ""
+"06140200.xhp\n"
+"par_id3159411\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CONFIG_ACCEL\">Assigns or edits the shortcut keys for $[officename] commands, or $[officename] Basic macros.</ahelp>"
msgstr ""
-#: 05020301.xhp#tit.help.text
-msgid "Number Format Codes"
+#. 34Jd
+#: 06140200.xhp
+msgctxt ""
+"06140200.xhp\n"
+"par_id3154682\n"
+"21\n"
+"help.text"
+msgid "You can assign or edit shortcut keys for the current application or for all $[officename] applications."
msgstr ""
-#: 05020301.xhp#bm_id3153514.help.text
-msgid "<bookmark_value>format codes; numbers</bookmark_value><bookmark_value>conditions; in number formats</bookmark_value><bookmark_value>number formats; codes</bookmark_value><bookmark_value>currency formats</bookmark_value><bookmark_value>formats;of currencies/date/time</bookmark_value><bookmark_value>numbers; date, time and currency formats</bookmark_value><bookmark_value>Euro; currency formats</bookmark_value><bookmark_value>date formats</bookmark_value><bookmark_value>times, formats</bookmark_value>"
+#. /$^*
+#: 06140200.xhp
+msgctxt ""
+"06140200.xhp\n"
+"par_id3150144\n"
+"29\n"
+"help.text"
+msgid "Avoid assigning shortcut keys that are currently used by your operating system."
msgstr ""
-#: 05020301.xhp#hd_id3153514.1.help.text
-msgid "<variable id=\"zahlenformatcodes\"><link href=\"text/shared/01/05020301.xhp\" name=\"Number Format Codes\">Number Format Codes</link></variable>"
-msgstr ""
+#. qE^(
+#: 06140200.xhp
+msgctxt ""
+"06140200.xhp\n"
+"hd_id3147250\n"
+"27\n"
+"help.text"
+msgid "$[officename]"
+msgstr "$[officename]"
-#: 05020301.xhp#par_id3150467.88.help.text
-msgid "Number format codes can consist of up to three sections separated by a semicolon (;)."
+#. l2.`
+#: 06140200.xhp
+msgctxt ""
+"06140200.xhp\n"
+"par_id3152425\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_CONFIG_ACCEL_RB_OFFICE\">Displays shortcut keys that are common to all $[officename] applications.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3150146.108.help.text
-msgid "In a number format code with two sections, the first section applies to positive values and zero, and the second section applies to negative values."
+#. pfv8
+#: 06140200.xhp
+msgctxt ""
+"06140200.xhp\n"
+"hd_id3149095\n"
+"25\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Writer</caseinline><caseinline select=\"CALC\">Calc</caseinline><caseinline select=\"IMPRESS\">Impress</caseinline><caseinline select=\"DRAW\">Draw</caseinline><caseinline select=\"MATH\">Math</caseinline></switchinline>"
msgstr ""
-#: 05020301.xhp#par_id3158442.109.help.text
-msgid "In a number format code with three sections, the first section applies to positive values, the second section to negative values, and the third section to the value zero."
+#. PB:*
+#: 06140200.xhp
+msgctxt ""
+"06140200.xhp\n"
+"par_id3155892\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_CONFIG_ACCEL_RB_MODULE\">Displays shortcut keys for the current $[officename] application.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3155069.110.help.text
-msgid "You can also assign conditions to the three sections, so that the format is only applied if a condition is met."
+#. X].E
+#: 06140200.xhp
+msgctxt ""
+"06140200.xhp\n"
+"hd_id3149398\n"
+"3\n"
+"help.text"
+msgid "Shortcut keys"
msgstr ""
-#: 05020301.xhp#hd_id3151262.229.help.text
-msgid "Decimal Places and Significant Digits"
+#. R)`?
+#: 06140200.xhp
+msgctxt ""
+"06140200.xhp\n"
+"par_id3149811\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_ACCELCONFIG_LISTBOX\">Lists the shortcut keys and the associated commands. To assign or modify the shortcut key for the command selected in the <emph>Function</emph> list, click a shortcut in this list, and then click <emph>Modify</emph>.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3153624.3.help.text
-msgid "Use zero (0) or the number sign (#) as placeholders in your number format code to represent numbers. The (#) only displays significant digits, while the (0) displays zeroes if there are fewer digits in the number than in the number format."
-msgstr ""
+#. mis@
+#: 06140200.xhp
+msgctxt ""
+"06140200.xhp\n"
+"hd_id3157909\n"
+"5\n"
+"help.text"
+msgid "Functions"
+msgstr "ფუნქციები"
-#: 05020301.xhp#par_id3153323.107.help.text
-msgid "Use question marks (?) to represent the number of digits to include in the numerator and the denominator of a fraction. Fractions that do not fit the pattern that you define are displayed as floating point numbers."
+#. %DA_
+#: 06140200.xhp
+msgctxt ""
+"06140200.xhp\n"
+"par_id3155388\n"
+"6\n"
+"help.text"
+msgid "Lists the function categories and the $[officename] functions that you can assign shortcut keys to."
msgstr ""
-#: 05020301.xhp#par_id3148440.4.help.text
-msgid "If a number contains more digits to the right of the decimal delimiter than there are placeholders in the format, the number is rounded accordingly. If a number contains more digits to the left of the decimal delimiter than there are placeholders in the format, the entire number is displayed. Use the following list as a guide for using placeholders when you create a number format code:"
+#. ]GSx
+#: 06140200.xhp
+msgctxt ""
+"06140200.xhp\n"
+"hd_id3155321\n"
+"7\n"
+"help.text"
+msgid "Category"
msgstr ""
-#: 05020301.xhp#par_id3150902.86.help.text
-msgid "Placeholders"
+#. ~@ar
+#: 06140200.xhp
+msgctxt ""
+"06140200.xhp\n"
+"par_id3149166\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CONFIGGROUP_ACC_LISTBOX\">Lists the available function categories. To assign shortcuts to Styles, open the \"Styles\" category.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3157896.87.help.text
-msgid "Explanation"
-msgstr "ახსნა"
+#. ,WyG
+#: 06140200.xhp
+msgctxt ""
+"06140200.xhp\n"
+"hd_id3154380\n"
+"9\n"
+"help.text"
+msgid "Function"
+msgstr "ფუნქცია"
-#: 05020301.xhp#par_id3152801.5.help.text
-msgid "#"
+#. CRGp
+#: 06140200.xhp
+msgctxt ""
+"06140200.xhp\n"
+"par_id3159148\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CONFIGFUNCTION_ACC_LISTBOX\">Select a function that you want to assign a shortcut key to, click a key combination in the <emph>Shortcut keys</emph> list, and then click <emph>Modify</emph>. If the selected function already has a shortcut key, it is displayed in the <emph>Keys </emph>list.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3145090.6.help.text
-msgid "Does not display extra zeros."
-msgstr ""
+#. hITc
+#: 06140200.xhp
+msgctxt ""
+"06140200.xhp\n"
+"hd_id3153332\n"
+"11\n"
+"help.text"
+msgid "Keys"
+msgstr "ღილაკები"
-#: 05020301.xhp#par_id3147088.7.help.text
-msgid "0 (Zero)"
+#. bvoq
+#: 06140200.xhp
+msgctxt ""
+"06140200.xhp\n"
+"par_id3150084\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:LISTBOX:TP_CONFIG_ACCEL:BOX_ACC_KEY\">Displays the shortcut keys that are assigned to the selected function.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3150774.8.help.text
-msgid "Displays extra zeros if the number has less places than zeros in the format."
+#. Mp7q
+#: 06140200.xhp
+msgctxt ""
+"06140200.xhp\n"
+"hd_id3150772\n"
+"15\n"
+"help.text"
+msgid "Modify"
msgstr ""
-#: 05020301.xhp#par_idN1087E.help.text
-msgctxt "05020301.xhp#par_idN1087E.help.text"
-msgid "Examples"
+#. a0^9
+#: 06140200.xhp
+msgctxt ""
+"06140200.xhp\n"
+"par_id3152909\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:PUSHBUTTON:TP_CONFIG_ACCEL:BTN_ACC_CHANGE\">Assigns the key combination selected in the <emph>Shortcut keys</emph> list to the command selected in the <emph>Function </emph>list.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3149182.9.help.text
-msgctxt "05020301.xhp#par_id3149182.9.help.text"
-msgid "Number Format"
+#. :LjI
+#: 06140200.xhp
+msgctxt ""
+"06140200.xhp\n"
+"par_id7730033\n"
+"help.text"
+msgid "<ahelp hid=\".\">Deletes the selected element or elements without requiring confirmation.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3154749.10.help.text
-msgctxt "05020301.xhp#par_id3154749.10.help.text"
-msgid "Format Code"
+#. }4M/
+#: 06140200.xhp
+msgctxt ""
+"06140200.xhp\n"
+"hd_id3154307\n"
+"17\n"
+"help.text"
+msgid "Load"
+msgstr "ჩატვირთვა"
+
+#. *%nj
+#: 06140200.xhp
+msgctxt ""
+"06140200.xhp\n"
+"par_id3145609\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:PUSHBUTTON:TP_CONFIG_ACCEL:BTN_LOAD\">Replaces the shortcut key configuration with one that was previously saved.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3148538.11.help.text
-msgid "3456.78 as 3456.8"
+#. IU(;
+#: 06140200.xhp
+msgctxt ""
+"06140200.xhp\n"
+"hd_id3150823\n"
+"19\n"
+"help.text"
+msgid "Save"
msgstr ""
-#: 05020301.xhp#par_id3150355.12.help.text
-msgid "####.#"
+#. %LL[
+#: 06140200.xhp
+msgctxt ""
+"06140200.xhp\n"
+"par_id3149655\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:PUSHBUTTON:TP_CONFIG_ACCEL:BTN_SAVE\">Saves the current shortcut key configuration, so that you can load it later.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3154142.13.help.text
-msgid "9.9 as 9.900"
+#. {JaZ
+#: 06140200.xhp
+msgctxt ""
+"06140200.xhp\n"
+"hd_id3150824\n"
+"19\n"
+"help.text"
+msgid "Reset"
msgstr ""
-#: 05020301.xhp#par_id3159256.14.help.text
-msgid "#.000"
+#. 3n0V
+#: 06140200.xhp
+msgctxt ""
+"06140200.xhp\n"
+"par_id756248\n"
+"help.text"
+msgid "<ahelp hid=\".\">Resets modified values back to the default values.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3147077.15.help.text
-msgid "13 as 13.0 and 1234.567 as 1234.57"
+#. daR}
+#: 05110600m.xhp
+msgctxt ""
+"05110600m.xhp\n"
+"tit\n"
+"help.text"
+msgid "Space Rows Equally"
msgstr ""
-#: 05020301.xhp#par_id3155388.16.help.text
-msgid "#.0#"
+#. oac.
+#: 05110600m.xhp
+msgctxt ""
+"05110600m.xhp\n"
+"hd_id3149871\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Space Equally\">Space Rows Equally</link>"
msgstr ""
-#: 05020301.xhp#par_id3149578.17.help.text
-msgid "5.75 as 5 3/4 and 6.3 as 6 3/10"
+#. `QBm
+#: 05110600m.xhp
+msgctxt ""
+"05110600m.xhp\n"
+"par_id3154766\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Adjusts the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>"
msgstr ""
-#: 05020301.xhp#par_id3145315.18.help.text
-msgid "# ???/???"
+#. M`w~
+#: 05110600m.xhp
+msgctxt ""
+"05110600m.xhp\n"
+"par_id3153569\n"
+"92\n"
+"help.text"
+msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>"
msgstr ""
-#: 05020301.xhp#par_id3156152.19.help.text
-msgid ".5 as 0.5"
+#. d|=N
+#: 05110600m.xhp
+msgctxt ""
+"05110600m.xhp\n"
+"par_id3153755\n"
+"93\n"
+"help.text"
+msgid "Open <emph>Optimize</emph> toolbar from <emph>Table</emph> Bar, click"
msgstr ""
-#: 05020301.xhp#par_id3149762.20.help.text
-msgid "0.##"
+#. .pH`
+#: 05110600m.xhp
+#, fuzzy
+msgctxt ""
+"05110600m.xhp\n"
+"par_id3145297\n"
+"help.text"
+msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
+
+#. CUIO
+#: 05110600m.xhp
+msgctxt ""
+"05110600m.xhp\n"
+"par_id3153206\n"
+"94\n"
+"help.text"
+msgid "Distribute Rows Equally"
msgstr ""
-#: 05020301.xhp#hd_id3149276.230.help.text
-msgid "Thousands Separator"
+#. bj6c
+#: 05340100.xhp
+msgctxt ""
+"05340100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Row Height"
msgstr ""
-#: 05020301.xhp#par_id3154380.21.help.text
-msgid "Depending on your language setting, you can use a comma or a period as a thousands separator. You can also use the separator to reduce the size of the number that is displayed by a multiple of 1000."
+#. *\xL
+#: 05340100.xhp
+msgctxt ""
+"05340100.xhp\n"
+"hd_id3154400\n"
+"1\n"
+"help.text"
+msgid "Row Height"
msgstr ""
-#: 05020301.xhp#par_id3154905.22.help.text
-msgctxt "05020301.xhp#par_id3154905.22.help.text"
-msgid "Number Format"
+#. C},E
+#: 05340100.xhp
+msgctxt ""
+"05340100.xhp\n"
+"par_id3154044\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"zeilenhoehetext\"><ahelp hid=\"HID_BROWSER_ROWHEIGHT\">Changes the height of the current row, or the selected rows.</ahelp></variable>"
msgstr ""
-#: 05020301.xhp#par_id3150822.23.help.text
-msgctxt "05020301.xhp#par_id3150822.23.help.text"
-msgid "Format Code"
+#. rgMX
+#: 05340100.xhp
+msgctxt ""
+"05340100.xhp\n"
+"par_id3150756\n"
+"7\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">You can also change the height of a row by dragging the divider below the row header. To fit the row height to the cell contents, double-click the divider. </caseinline></switchinline>"
msgstr ""
-#: 05020301.xhp#par_id3147264.24.help.text
-msgid "15000 as 15,000"
+#. h4xY
+#: 05340100.xhp
+msgctxt ""
+"05340100.xhp\n"
+"hd_id3149962\n"
+"3\n"
+"help.text"
+msgid "Height"
msgstr ""
-#: 05020301.xhp#par_id3151223.25.help.text
-msgid "#,###"
+#. u#/j
+#: 05340100.xhp
+msgctxt ""
+"05340100.xhp\n"
+"par_id3144750\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_METRICFIELD_DLG_ROWHEIGHT_MF_VALUE\">Enter the row height that you want to use.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3154935.26.help.text
-msgid "16000 as 16"
+#. LHau
+#: 05340100.xhp
+msgctxt ""
+"05340100.xhp\n"
+"hd_id3154926\n"
+"5\n"
+"help.text"
+msgid "Default value"
msgstr ""
-#: 05020301.xhp#par_id3153961.27.help.text
-msgid "#,"
+#. =|JH
+#: 05340100.xhp
+msgctxt ""
+"05340100.xhp\n"
+"par_id3154894\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_CHECKBOX_DLG_ROWHEIGHT_CB_STANDARD\">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.</ahelp>"
msgstr ""
-#: 05020301.xhp#hd_id3154836.79.help.text
-msgid "Including Text in Number Format Codes"
+#. @lZ6
+#: 03170000.xhp
+msgctxt ""
+"03170000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Color Bar"
msgstr ""
-#: 05020301.xhp#hd_id3150398.231.help.text
-msgid "Text and Numbers"
+#. aI9L
+#: 03170000.xhp
+msgctxt ""
+"03170000.xhp\n"
+"bm_id3147477\n"
+"help.text"
+msgid "<bookmark_value>color bar</bookmark_value><bookmark_value>paint box</bookmark_value>"
+msgstr "<bookmark_value>გაცვლის ბუფერი; Unix</bookmark_value><bookmark_value>ასლის შექმნა Unix-ში</bookmark_value>"
+
+#. _;|6
+#: 03170000.xhp
+#, fuzzy
+msgctxt ""
+"03170000.xhp\n"
+"hd_id3147477\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/03170000.xhp\" name=\"Color Bar\">Color Bar</link>"
+msgstr "<link href=\"text/shared/01/01050000.xhp\" name=\"Close\">დახურვა</link>"
+
+#. GpAc
+#: 03170000.xhp
+msgctxt ""
+"03170000.xhp\n"
+"par_id3153255\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ColorControl\">Show or hides the <emph>Color Bar</emph>. To modify or change the color table that is displayed, choose <emph>Format - Area</emph>, and then click on the <emph>Colors</emph> tab.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3154224.80.help.text
-msgid "To include text in a number format that is applied to a cell containing numbers, place a double quotation mark (\") in front of and behind the text, or a backslash (\\) before a single character. For example, enter <emph>#.# \"meters\"</emph> to display \"3.5 meters\" or <emph>#.# \\m</emph> to display \"3.5 m\"."
+#. QSpi
+#: 03170000.xhp
+msgctxt ""
+"03170000.xhp\n"
+"par_id3154186\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\"HID_COLOR_CTL_COLORS\">Click the color that you want to use. To change the fill color of an object in the current file, select the object and then click a color. To change the line color of the selected object, right-click a color. To change the color of text in a text object, double-click the text-object, select the text, and then click a color.</ahelp>"
msgstr ""
-#: 05020301.xhp#hd_id3148979.232.help.text
-msgid "Text and Text"
+#. :}:?
+#: 03170000.xhp
+msgctxt ""
+"03170000.xhp\n"
+"par_id3147399\n"
+"9\n"
+"help.text"
+msgid "You can also drag a color from the <emph>Color Bar</emph> and drop it on a draw object on your slide."
msgstr ""
-#: 05020301.xhp#par_id3153338.82.help.text
-msgid "To include text in a number format that is applied to a cell that might contain text, enclose the text by double quotation marks (\" \"), and then add an at sign (@). For example, enter <emph>\"Total for \"@</emph> to display \"Total for December\"."
+#. q]k/
+#: 03170000.xhp
+msgctxt ""
+"03170000.xhp\n"
+"par_id3147009\n"
+"7\n"
+"help.text"
+msgid "To detach the <emph>Color Bar</emph>, click on a gray area of the toolbar and then drag. To reattach the <emph>Color Bar</emph>, drag the title bar of the toolbar to the edge of the window."
msgstr ""
-#: 05020301.xhp#hd_id3154330.233.help.text
-msgid "Spaces"
-msgstr "ღარები"
+#. 1S\{
+#: 01010303.xhp
+msgctxt ""
+"01010303.xhp\n"
+"tit\n"
+"help.text"
+msgid "Private"
+msgstr "კერძო"
-#: 05020301.xhp#par_id3156294.81.help.text
-msgid "To use a character to define the width of a space in a number format, type an underscore ( _ ) followed by the character. The width of the space varies according to the width of the character that you choose. For example, <emph>_M</emph> creates a wider space than <emph>_i</emph>."
-msgstr ""
+#. 8?U[
+#: 01010303.xhp
+msgctxt ""
+"01010303.xhp\n"
+"hd_id3149031\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01010303.xhp\" name=\"Private\">Private</link>"
+msgstr "<link href=\"text/shared/01/01010303.xhp\" name=\"Private\">კერძო</link>"
-#: 05020301.xhp#hd_id3155994.234.help.text
-msgctxt "05020301.xhp#hd_id3155994.234.help.text"
-msgid "Color"
+#. K9GO
+#: 01010303.xhp
+msgctxt ""
+"01010303.xhp\n"
+"par_id3148731\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Contains personal contact information for business cards. Business card layouts are selected on the <emph>Business Cards</emph> tab.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3156423.28.help.text
-msgid "To set the color of a section of a number format code, insert one of the following color names in square brackets [ ]:"
-msgstr ""
+#. emAI
+#: 01010303.xhp
+msgctxt ""
+"01010303.xhp\n"
+"hd_id3159201\n"
+"3\n"
+"help.text"
+msgid "Private data"
+msgstr "კერძო მონაცემები"
-#: 05020301.xhp#par_id3154630.29.help.text
-msgid "CYAN"
+#. d}m)
+#: 01010303.xhp
+msgctxt ""
+"01010303.xhp\n"
+"par_id3147399\n"
+"4\n"
+"help.text"
+msgid "Enter the contact information that you want to include on your business card. You can also modify or update these entries by choosing <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - User Data</emph>."
msgstr ""
-#: 05020301.xhp#par_id3148676.30.help.text
-msgid "GREEN"
-msgstr ""
+#. l?Iv
+#: 01010303.xhp
+msgctxt ""
+"01010303.xhp\n"
+"hd_id3156427\n"
+"15\n"
+"help.text"
+msgid "First name 2"
+msgstr "სახელი 2"
-#: 05020301.xhp#par_id3154123.31.help.text
-msgid "BLACK"
-msgstr ""
+#. C/ko
+#: 01010303.xhp
+msgctxt ""
+"01010303.xhp\n"
+"par_id3149750\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_FIRSTNAME_2\">Enter the first name of the person, whom you want to use as a second contact.</ahelp>"
+msgstr "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_FIRSTNAME_2\">შეიტანეთ იმ პიროვნების სახელი, რომელიც გსურთ რომ გამოიყენოთ მეორე საკონტაქტო პიროვნებად.</ahelp>"
-#: 05020301.xhp#par_id3149167.32.help.text
-msgid "BLUE"
-msgstr ""
+#. #*9V
+#: 01010303.xhp
+msgctxt ""
+"01010303.xhp\n"
+"hd_id3145345\n"
+"17\n"
+"help.text"
+msgid "Last name 2"
+msgstr "გვარი 2"
-#: 05020301.xhp#par_id3158407.33.help.text
-msgid "MAGENTA"
-msgstr ""
+#. %IpT
+#: 01010303.xhp
+msgctxt ""
+"01010303.xhp\n"
+"par_id3154288\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_NAME_2\">Enter the last name of the person, whom you want to use as a second contact.</ahelp>"
+msgstr "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_NAME_2\">შეიტანეთ იმ პიროვნების გვარი, რომელიც გსურთ რომ გამოიყენოთ მეორე საკონტაქტო პიროვნებად.</ahelp>"
-#: 05020301.xhp#par_id3149560.34.help.text
-msgid "RED"
-msgstr ""
+#. ?PAK
+#: 01010303.xhp
+msgctxt ""
+"01010303.xhp\n"
+"hd_id3150774\n"
+"19\n"
+"help.text"
+msgid "Initials 2"
+msgstr "ინიციალები 2"
-#: 05020301.xhp#par_id3147502.35.help.text
-msgid "WHITE"
-msgstr ""
+#. L!X-
+#: 01010303.xhp
+msgctxt ""
+"01010303.xhp\n"
+"par_id3151110\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_SHORTCUT_2\">Enter the initials of the person, whom you want to use as a second contact.</ahelp>"
+msgstr "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_SHORTCUT_2\">შეიტანეთ იმ პიროვნების ინიციალები, რომელიც გსურთ რომ გამოიყენოთ მეორე საკონტაქტო პიროვნებად.</ahelp>"
-#: 05020301.xhp#par_id3153368.36.help.text
-msgid "YELLOW"
+#. 64Q{
+#: 01010303.xhp
+msgctxt ""
+"01010303.xhp\n"
+"hd_id3153543\n"
+"5\n"
+"help.text"
+msgid "Country"
msgstr ""
-#: 05020301.xhp#hd_id3147435.111.help.text
-#, fuzzy
-msgid "Conditions"
-msgstr "მდგომარეობა"
+#. `IFW
+#: 01010303.xhp
+msgctxt ""
+"01010303.xhp\n"
+"par_id3150085\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_STATE\">Enter the name of the country in which you live.</ahelp>"
+msgstr "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_STATE\">შეტანეთ საცხოვრებელი ქვეყნის სახელი.</ahelp>"
-#: 05020301.xhp#hd_id3148575.235.help.text
-msgid "Conditional Brackets"
-msgstr ""
+#. =5^p
+#: 01010303.xhp
+msgctxt ""
+"01010303.xhp\n"
+"hd_id3155449\n"
+"7\n"
+"help.text"
+msgid "Profession"
+msgstr "პროფესია"
-#: 05020301.xhp#par_id3155312.112.help.text
-msgid "You can define a number format so that it only applies when the condition that you specify is met. Conditions are enclosed by square brackets [ ]."
-msgstr ""
+#. [u9O
+#: 01010303.xhp
+msgctxt ""
+"01010303.xhp\n"
+"par_id3156192\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_PROFESSION\">Enter the title of your profession.</ahelp>"
+msgstr "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_PROFESSION\">შეიტანეთ თქვენი პროფესიის დასახელება.</ahelp>"
-#: 05020301.xhp#par_id3159179.115.help.text
-msgid "You can use any combination of numbers and the <, <=, >, >=, = and <> operators."
+#. CT(X
+#: 01010303.xhp
+msgctxt ""
+"01010303.xhp\n"
+"hd_id3147336\n"
+"9\n"
+"help.text"
+msgid "Phone"
msgstr ""
-#: 05020301.xhp#par_id3159196.236.help.text
-msgid "For example, if you want to apply different colors to different temperature data, enter:"
-msgstr ""
+#. H0!W
+#: 01010303.xhp
+msgctxt ""
+"01010303.xhp\n"
+"par_id3145315\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_PHONE\">Enter your home telephone number.</ahelp>"
+msgstr "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_PHONE\">შეიტანეთ თქვენი სახლის ტელეფონის ნომერი.</ahelp>"
-#: 05020301.xhp#par_id3150872.113.help.text
-msgid "[BLUE][<0]#,0 \"°C\";[RED][>30]#,0 \"°C\";[BLACK]#,0 \"°C\""
+#. Etby
+#: 01010303.xhp
+msgctxt ""
+"01010303.xhp\n"
+"hd_id3149763\n"
+"11\n"
+"help.text"
+msgid "Mobile"
msgstr ""
-#: 05020301.xhp#par_id3157870.114.help.text
-msgid "All temperatures below zero are blue, temperatures between 0 and 30 °C are black, and temperatures higher than 30 °C are red."
-msgstr ""
+#. sTlV
+#: 01010303.xhp
+msgctxt ""
+"01010303.xhp\n"
+"par_id3156155\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_MOBILE\">Enter your mobile telephone number.</ahelp>"
+msgstr "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_MOBILE\">შეიტანეთ თქვენი მობილური ტელეფონის ნომერი.</ahelp>"
-#: 05020301.xhp#hd_id3154833.90.help.text
-msgid "Positive and Negative Numbers"
+#. _,J;
+#: 01010303.xhp
+msgctxt ""
+"01010303.xhp\n"
+"hd_id3154306\n"
+"13\n"
+"help.text"
+msgid "Homepage"
msgstr ""
-#: 05020301.xhp#par_id3147295.91.help.text
-msgid "To define a number format that adds a different text to a number depending on if the number is positive, negative, or equal to zero, use the following format:"
-msgstr ""
+#. ^,2.
+#: 01010303.xhp
+msgctxt ""
+"01010303.xhp\n"
+"par_id3153666\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_WWW\">Enter the address of your internet homepage.</ahelp>"
+msgstr "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_WWW\">შეიტანეთ თქვენი ვებგვერდის მისამართი.</ahelp>"
-#: 05020301.xhp#par_id3153727.92.help.text
-msgid "\"plus\" 0;\"minus\" 0;\"null\" 0"
+#. [H%l
+#: 02230402.xhp
+msgctxt ""
+"02230402.xhp\n"
+"tit\n"
+"help.text"
+msgid "Filter"
msgstr ""
-#: 05020301.xhp#hd_id3149260.83.help.text
-msgid "Percentages and Scientific Notation"
-msgstr ""
+#. ?AAe
+#: 02230402.xhp
+#, fuzzy
+msgctxt ""
+"02230402.xhp\n"
+"hd_id3153323\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02230402.xhp\" name=\"Filter\">Filter</link>"
+msgstr "<link href=\"text/shared/01/02060000.xhp\" name=\"Paste\">ჩასმა</link>"
-#: 05020301.xhp#hd_id3147218.237.help.text
-msgid "Percentages"
+#. IwXd
+#: 02230402.xhp
+msgctxt ""
+"02230402.xhp\n"
+"par_id3147088\n"
+"2\n"
+"help.text"
+msgid "Set the criteria for filtering the list of changes on the <link href=\"text/shared/01/02230401.xhp\" name=\"List\"><emph>List</emph></link> tab."
msgstr ""
-#: 05020301.xhp#par_id3151168.84.help.text
-msgid "To display numbers as percentages, add the percent sign (%) to the number format."
+#. E[/W
+#: 02230402.xhp
+msgctxt ""
+"02230402.xhp\n"
+"hd_id3150355\n"
+"3\n"
+"help.text"
+msgid "Date"
msgstr ""
-#: 05020301.xhp#hd_id3156005.89.help.text
-msgid "Scientific Notation"
+#. (6%)
+#: 02230402.xhp
+msgctxt ""
+"02230402.xhp\n"
+"par_id3147573\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_REDLINING_FILTER_TF_DATE2\">Filters the list of changes according to the date and the time that you specify.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3146923.85.help.text
-msgid "Scientific notation lets you write very large numbers or very small fractions in a compact form. For example, in scientific notation, 650000 is written as 6.5 x 10^5, and 0.000065 as 6.5 x 10^-5. In <item type=\"productname\">%PRODUCTNAME</item>, these numbers are written as 6.5E+5 and 6.5E-5, respectively. To create a number format that displays numbers using scientific notation, enter a # or 0, and then one of the following codes E-, E+, e- or e+."
+#. C$|.
+#: 02230402.xhp
+msgctxt ""
+"02230402.xhp\n"
+"hd_id3154811\n"
+"17\n"
+"help.text"
+msgid "Set Date/Time"
msgstr ""
-#: 05020301.xhp#hd_id3159080.98.help.text
-msgid "Number Format Codes of Currency Formats"
-msgstr ""
+#. {BSS
+#: 02230402.xhp
+#, fuzzy
+msgctxt ""
+"02230402.xhp\n"
+"par_id3159147\n"
+"help.text"
+msgid "<image id=\"img_id3150771\" src=\"cmd/sc_timefield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150771\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-#: 05020301.xhp#par_id3147318.99.help.text
-msgid "The default currency format for the cells in your spreadsheet is determined by the regional setting of your operating system. If you want, you can apply a custom currency symbol to a cell. For example, enter #,##0.00 € to display 4.50 € (Euros)."
+#. (^%N
+#: 02230402.xhp
+msgctxt ""
+"02230402.xhp\n"
+"par_id3143270\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"HID_REDLINING_FILTER_IB_CLOCK2\">Enters the current date and time into the corresponding boxes.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3150032.167.help.text
-msgid "You can also specify the locale setting for the currency by entering the locale code for the country after the symbol. For example, [$€-407] represents Euros in Germany. To view the locale code for a country, select the country in the <emph>Language</emph> list on the <emph>Numbers</emph> tab of the <emph>Format Cells</emph> dialog."
+#. *SdH
+#: 02230402.xhp
+msgctxt ""
+"02230402.xhp\n"
+"hd_id3155261\n"
+"5\n"
+"help.text"
+msgid "Author"
msgstr ""
-#: 05020301.xhp#hd_id3157309.238.help.text
-msgid "Date and Time Formats"
+#. ;43V
+#: 02230402.xhp
+msgctxt ""
+"02230402.xhp\n"
+"par_id3150084\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"HID_REDLINING_FILTER_LB_AUTOR\">Filters the list of changes according to the name of the author that you select from the list.</ahelp>"
msgstr ""
-#: 05020301.xhp#hd_id3153740.37.help.text
-msgid "Date Formats"
-msgstr ""
+#. x-1S
+#: 02230402.xhp
+msgctxt ""
+"02230402.xhp\n"
+"hd_id3147531\n"
+"13\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Range </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">არცერთი </caseinline></switchinline>"
-#: 05020301.xhp#par_id3152791.38.help.text
-msgid "To display days, months and years, use the following number format codes. "
+#. +{iK
+#: 02230402.xhp
+msgctxt ""
+"02230402.xhp\n"
+"par_id3156344\n"
+"14\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"><ahelp hid=\"HID_REDLINING_FILTER_ED_RANGE\">Filters the list of changes according to the range of cells that you specify. To select a range of cells in your sheet, click the <emph>Set Reference </emph>button (<emph>...</emph>).</ahelp></caseinline></switchinline>"
msgstr ""
-#: 05020301.xhp#par_id610980.help.text
-msgid "Not all format codes give meaningful results for all languages."
+#. 7)*N
+#: 02230402.xhp
+msgctxt ""
+"02230402.xhp\n"
+"par_id4441663\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the range of cells that you want to use as a filter.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3152376.39.help.text
-msgctxt "05020301.xhp#par_id3152376.39.help.text"
-msgid "Format"
-msgstr ""
+#. p~38
+#: 02230402.xhp
+msgctxt ""
+"02230402.xhp\n"
+"hd_id3147304\n"
+"15\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Set Reference </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">სტრიქონები</caseinline></switchinline>"
-#: 05020301.xhp#par_id3159130.40.help.text
-msgctxt "05020301.xhp#par_id3159130.40.help.text"
-msgid "Format Code"
-msgstr ""
+#. qM|5
+#: 02230402.xhp
+#, fuzzy
+msgctxt ""
+"02230402.xhp\n"
+"par_id3151210\n"
+"help.text"
+msgid "<image id=\"img_id3154138\" src=\"starmath/res/mi22011.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154138\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154329\">ხატულა</alt></image>"
-#: 05020301.xhp#par_id3147380.41.help.text
-msgid "Month as 3."
+#. si,2
+#: 02230402.xhp
+msgctxt ""
+"02230402.xhp\n"
+"par_id3156215\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"HID_REDLINING_FILTER_BTN_REF\">Select the range of cells that you want to use as a filter.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3146928.42.help.text
-msgctxt "05020301.xhp#par_id3146928.42.help.text"
-msgid "M"
-msgstr ""
+#. 9TJ,
+#: 02230402.xhp
+msgctxt ""
+"02230402.xhp\n"
+"hd_id3159149\n"
+"20\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Shrink/Max </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">სტრიქონები</caseinline></switchinline>"
-#: 05020301.xhp#par_id3145594.43.help.text
-msgid "Month as 03."
-msgstr ""
+#. \N}~
+#: 02230402.xhp
+#, fuzzy
+msgctxt ""
+"02230402.xhp\n"
+"par_id3149809\n"
+"help.text"
+msgid "<image id=\"img_id3154153\" src=\"formula/res/refinp1.png\" width=\"0.1327inch\" height=\"0.1327inch\"><alt id=\"alt_id3154153\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150503\">ხატულა</alt></image>"
-#: 05020301.xhp#par_id3153052.44.help.text
-msgid "MM"
+#. yz=[
+#: 02230402.xhp
+msgctxt ""
+"02230402.xhp\n"
+"par_id3147287\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"SC:IMAGEBUTTON:RID_SCDLG_SIMPLEREF:RB_ASSIGN\">Select the range of cells that you want to use as a filter, and then click this button to return to the filter list.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3145728.45.help.text
-msgid "Month as Jan-Dec"
-msgstr ""
+#. 9m6@
+#: 02230402.xhp
+msgctxt ""
+"02230402.xhp\n"
+"hd_id3156543\n"
+"9\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Action </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-#: 05020301.xhp#par_id3151073.46.help.text
-msgid "MMM"
+#. k]fp
+#: 02230402.xhp
+msgctxt ""
+"02230402.xhp\n"
+"par_id3155413\n"
+"12\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"HID_REDLINING_FILTER_LB_ACTION\">Filters the list of changes according to the type of change that you select in the <emph>Action</emph> box.</ahelp></caseinline></switchinline>"
msgstr ""
-#: 05020301.xhp#par_id3149909.47.help.text
-msgid "Month as January-December"
-msgstr ""
+#. 57S4
+#: 02230402.xhp
+msgctxt ""
+"02230402.xhp\n"
+"hd_id3155855\n"
+"22\n"
+"help.text"
+msgid "Comment"
+msgstr "შინაარსი"
-#: 05020301.xhp#par_id3155318.48.help.text
-msgid "MMMM"
+#. qciw
+#: 02230402.xhp
+msgctxt ""
+"02230402.xhp\n"
+"par_id3151114\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"HID_REDLINING_FILTER_ED_COMMENT\">Filters the comments of the changes according to the keyword(s) that you enter. </ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3151218.116.help.text
-msgid "First letter of Name of Month"
+#. 29^9
+#: 02230402.xhp
+msgctxt ""
+"02230402.xhp\n"
+"par_id3163820\n"
+"24\n"
+"help.text"
+msgid "You can also use <link href=\"text/shared/01/02100000.xhp\" name=\"regular expressions\">regular expressions</link> (wildcards) when you filter the comments."
msgstr ""
-#: 05020301.xhp#par_id3150420.117.help.text
-msgid "MMMMM"
+#. sVQ1
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Close"
msgstr ""
-#: 05020301.xhp#par_id3154501.49.help.text
-msgid "Day as 2"
-msgstr ""
+#. r5cQ
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"bm_id3154545\n"
+"help.text"
+msgid "<bookmark_value>documents; closing</bookmark_value><bookmark_value>closing;documents</bookmark_value>"
+msgstr "<bookmark_value>მოქმედების დაბრუნება;რედაქტირება</bookmark_value><bookmark_value>რედაქტირება;მოქმედების დაბრუნება</bookmark_value>"
-#: 05020301.xhp#par_id3156181.50.help.text
-msgctxt "05020301.xhp#par_id3156181.50.help.text"
-msgid "D"
-msgstr ""
+#. rGjm
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3154545\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01050000.xhp\" name=\"Close\">Close</link>"
+msgstr "<link href=\"text/shared/01/01050000.xhp\" name=\"Close\">დახურვა</link>"
-#: 05020301.xhp#par_id3146969.51.help.text
-msgid "Day as 02"
-msgstr ""
+#. JUFs
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3148731\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:CloseDoc\">Closes the current document without exiting the program.</ahelp>"
+msgstr "<ahelp hid=\".uno:CloseDoc\">პროგრამიდან გამოსვლის გარეშე ხურავს მიმდინარე დოკუმენტებს.</ahelp>"
-#: 05020301.xhp#par_id3156358.52.help.text
-msgid "DD"
+#. v1n.
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3149095\n"
+"7\n"
+"help.text"
+msgid "The <emph>Close </emph>command closes all of the open windows for the current document."
+msgstr "The <emph>დახურვა </emph>ბრძანება ხურავს ყველა მოცემული დოკუმენტის ყველა ღია ფანჯარას."
+
+#. jjwy
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3148620\n"
+"4\n"
+"help.text"
+msgid "If you have made changes to the current document, you are prompted if you want to <link href=\"text/shared/01/01060000.xhp\" name=\"save\">save</link> your changes."
+msgstr "თუ მიმდინარე დოკუმენტში შეიტანეთ ცვლილებები, მიუთითეთ თუ გსურთ ამ ცვლილებების <link href=\"text/shared/01/01060000.xhp\" name=\"save\">დამახსოვრება</link>."
+
+#. )vex
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3159201\n"
+"8\n"
+"help.text"
+msgid "When you close the last open document window, you see the <link href=\"text/shared/guide/startcenter.xhp\">Start Center</link>."
msgstr ""
-#: 05020301.xhp#par_id3148495.53.help.text
-msgid "Day as Sun-Sat"
+#. J9#O
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3153821\n"
+"9\n"
+"help.text"
+msgid "<link href=\"text/shared/02/10100000.xhp\" name=\"Close the current window\">Close the current window</link>"
+msgstr "<link href=\"text/shared/02/10100000.xhp\" name=\"Close the current window\">დახურე მიმდინარე ფანჯარა</link>"
+
+#. \::F
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3154750\n"
+"10\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01170000.xhp\" name=\"Exit $[officename]\">Exit $[officename]</link>"
+msgstr "<link href=\"text/shared/01/01170000.xhp\" name=\"Exit $[officename]\">გამოსვლა $[officename]</link>"
+
+#. dhf=
+#: 06201000.xhp
+msgctxt ""
+"06201000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hangul/Hanja Options"
msgstr ""
-#: 05020301.xhp#par_id3161665.54.help.text
-msgid "NN or DDD"
+#. 1I-m
+#: 06201000.xhp
+msgctxt ""
+"06201000.xhp\n"
+"par_idN10542\n"
+"help.text"
+msgid "Hangul/Hanja Options"
msgstr ""
-#: 05020301.xhp#par_id3154272.118.help.text
-msgid "Day as Sunday to Saturday"
+#. \~AQ
+#: 06201000.xhp
+msgctxt ""
+"06201000.xhp\n"
+"par_idN10546\n"
+"help.text"
+msgid "Define options for the <link href=\"text/shared/01/06200000.xhp\">Hangul/Hanja conversion</link>."
msgstr ""
-#: 05020301.xhp#par_id3145164.119.help.text
-msgid "NNN or DDDD"
+#. K4_P
+#: 06201000.xhp
+msgctxt ""
+"06201000.xhp\n"
+"par_idN1055F\n"
+"help.text"
+msgid "User-defined dictionaries"
+msgstr "მომხმარებლის მიერ განსაზღვრული ლექსიკონი"
+
+#. sl?6
+#: 06201000.xhp
+msgctxt ""
+"06201000.xhp\n"
+"par_idN10563\n"
+"help.text"
+msgid "<ahelp hid=\"HID_HANGULHANJA_NEWDICT_DLG\">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.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3146791.55.help.text
-msgid "Day followed by comma, as in \"Sunday,\""
+#. ?$?i
+#: 06201000.xhp
+msgctxt ""
+"06201000.xhp\n"
+"par_idN1057A\n"
+"help.text"
+msgid "New"
msgstr ""
-#: 05020301.xhp#par_id3146081.56.help.text
-msgid "NNNN"
+#. L@xi
+#: 06201000.xhp
+msgctxt ""
+"06201000.xhp\n"
+"par_idN1057E\n"
+"help.text"
+msgid "<ahelp hid=\"svx:PushButton:RID_SVX_MDLG_HANGULHANJA_OPT:PB_HHO_NEW\">Opens the New dictionary dialog box, where you can create a new dictionary.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3156275.57.help.text
-msgid "Year as 00-99"
+#. %.vl
+#: 06201000.xhp
+msgctxt ""
+"06201000.xhp\n"
+"par_idN10595\n"
+"help.text"
+msgid "Name"
+msgstr "სახელები"
+
+#. 36ES
+#: 06201000.xhp
+msgctxt ""
+"06201000.xhp\n"
+"par_idN10599\n"
+"help.text"
+msgid "<ahelp hid=\"svx:Edit:RID_SVX_MDLG_HANGULHANJA_NEWDICT:ED_DICTNAME\">Enter a name for the dictionary.</ahelp> To display the new dictionary in the <emph>User-defined dictionaries</emph> list box, click <emph>OK</emph>."
msgstr ""
-#: 05020301.xhp#par_id3143236.58.help.text
-msgid "YY"
+#. 1$$o
+#: 06201000.xhp
+msgctxt ""
+"06201000.xhp\n"
+"par_idN105B5\n"
+"help.text"
+msgid "Edit"
+msgstr "გასვლა"
+
+#. ^.Ty
+#: 06201000.xhp
+msgctxt ""
+"06201000.xhp\n"
+"par_idN105B9\n"
+"help.text"
+msgid "<ahelp hid=\"svx:PushButton:RID_SVX_MDLG_HANGULHANJA_OPT:PB_HHO_EDIT\">Opens the <link href=\"text/shared/01/06202000.xhp\">Edit Custom Dictionary</link> dialog where you can edit any user-defined dictionary.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3148408.59.help.text
-msgid "Year as 1900-2078"
+#. LRX:
+#: 06201000.xhp
+msgctxt ""
+"06201000.xhp\n"
+"par_idN105DE\n"
+"help.text"
+msgid "Delete"
msgstr ""
-#: 05020301.xhp#par_id3151358.60.help.text
-msgid "YYYY"
+#. [flN
+#: 06201000.xhp
+msgctxt ""
+"06201000.xhp\n"
+"par_idN105E2\n"
+"help.text"
+msgid "<ahelp hid=\"svx:PushButton:RID_SVX_MDLG_HANGULHANJA_OPT:PB_HHO_DELETE\">Deletes the selected user-defined dictionary.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3153355.96.help.text
-msgid "Calendar week"
+#. $%II
+#: 06201000.xhp
+msgctxt ""
+"06201000.xhp\n"
+"par_idN105F1\n"
+"help.text"
+msgid "Options"
msgstr ""
-#: 05020301.xhp#par_id3150744.97.help.text
-msgid "WW"
+#. n,B4
+#: 06201000.xhp
+msgctxt ""
+"06201000.xhp\n"
+"par_idN105F5\n"
+"help.text"
+msgid "Specifies additional options for all dictionaries."
msgstr ""
-#: 05020301.xhp#par_id3154302.103.help.text
-msgid "Quarterly as Q1 to Q4"
+#. d}Hl
+#: 06201000.xhp
+msgctxt ""
+"06201000.xhp\n"
+"par_idN10600\n"
+"help.text"
+msgid "Ignore post-positional word"
msgstr ""
-#: 05020301.xhp#par_id3159266.104.help.text
-msgid "Q"
+#. 8Rs_
+#: 06201000.xhp
+msgctxt ""
+"06201000.xhp\n"
+"par_idN10604\n"
+"help.text"
+msgid "<ahelp hid=\"svx:CheckBox:RID_SVX_MDLG_HANGULHANJA_OPT:CB_IGNOREPOST\">Ignores positional characters at the end of Korean words when you search a dictionary.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3147583.105.help.text
-msgid "Quarterly as 1st quarter to 4th quarter"
+#. aiyx
+#: 06201000.xhp
+msgctxt ""
+"06201000.xhp\n"
+"par_idN1061B\n"
+"help.text"
+msgid "Close Conversion dialog automatically after replacement"
msgstr ""
-#: 05020301.xhp#par_id3146918.106.help.text
-msgid "QQ"
+#. c$IU
+#: 06201000.xhp
+msgctxt ""
+"06201000.xhp\n"
+"par_idN1061F\n"
+"help.text"
+msgid "<ahelp hid=\"svx:CheckBox:RID_SVX_MDLG_HANGULHANJA_OPT:CB_AUTOCLOSE\">Closes the Hangul/Hanja Conversion dialog box after you click <emph>Ignore</emph>, <emph>Always Ignore</emph>, <emph>Replace</emph>, or <emph>Always Replace</emph>.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3147534.120.help.text
-msgid "Era on the Japanese Gengou calendar, single character (possible values are: M, T, S, H)"
+#. /3]Z
+#: 06201000.xhp
+msgctxt ""
+"06201000.xhp\n"
+"par_idN10636\n"
+"help.text"
+msgid "Show entries recently used first"
msgstr ""
-#: 05020301.xhp#par_id3151249.121.help.text
-msgctxt "05020301.xhp#par_id3151249.121.help.text"
-msgid "G"
+#. o(L{
+#: 06201000.xhp
+msgctxt ""
+"06201000.xhp\n"
+"par_idN1063A\n"
+"help.text"
+msgid "<ahelp hid=\"svx:CheckBox:RID_SVX_MDLG_HANGULHANJA_OPT:CB_SHOWRECENTLYFIRST\">Shows the replacement suggestion that you selected the last time as the first entry on the list.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3163806.122.help.text
-msgid "Era, abbreviation"
+#. g5+h
+#: 06201000.xhp
+msgctxt ""
+"06201000.xhp\n"
+"par_idN10651\n"
+"help.text"
+msgid "Replace all unique entries automatically"
msgstr ""
-#: 05020301.xhp#par_id3155962.123.help.text
-msgid "GG"
+#. $s!7
+#: 06201000.xhp
+msgctxt ""
+"06201000.xhp\n"
+"par_idN10655\n"
+"help.text"
+msgid "<ahelp hid=\"svx:CheckBox:RID_SVX_MDLG_HANGULHANJA_OPT:CB_AUTOREPLACEUNIQUE\">Automatically replaces words that only have one suggested word replacement.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3151187.124.help.text
-msgid "Era, full name"
+#. 58NP
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Paste Special"
msgstr ""
-#: 05020301.xhp#par_id3149568.125.help.text
-msgid "GGG"
+#. Mc%G
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"hd_id3147477\n"
+"1\n"
+"help.text"
+msgid "Paste Special"
msgstr ""
-#: 05020301.xhp#par_id3147344.126.help.text
-msgid "Number of the year within an era, without a leading zero for single-digit years"
+#. K`A8
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"par_id3147143\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"inhalteeinfuegentext\"><ahelp hid=\".uno:PasteSpecial\">Inserts the contents of the clipboard into the current file in a format that you can specify.</ahelp></variable>"
msgstr ""
-#: 05020301.xhp#par_id3147255.127.help.text
-msgid "E"
-msgstr "E"
+#. ng[J
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"hd_id3147576\n"
+"5\n"
+"help.text"
+msgid "Source"
+msgstr "წყარო"
-#: 05020301.xhp#par_id3148487.128.help.text
-msgid "Number of the year within an era, with a leading zero for single-digit years"
-msgstr ""
+#. r--S
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"par_id3149388\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PASTE_DLG\">Displays the source of the clipboard contents.</ahelp>"
+msgstr "<ahelp hid=\"HID_PASTE_DLG\">გაცვლის ბუფერის სარჩევის წყაროს ჩვენება.</ahelp>"
-#: 05020301.xhp#par_id3150298.129.help.text
-msgid "EE or R"
+#. /F`H
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"hd_id3153684\n"
+"7\n"
+"help.text"
+msgid "Selection"
msgstr ""
-#: 05020301.xhp#par_id3152861.138.help.text
-msgid "Era, full name and year"
-msgstr ""
+#. H|l0
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"par_id3149812\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SO3:LISTBOX:MD_PASTE_OBJECT:LB_INSERT_LIST\">Select a format for the clipboard contents that you want to paste.</ahelp>"
+msgstr "<ahelp hid=\"SO3:LISTBOX:MD_PASTE_OBJECT:LB_INSERT_LIST\">მონიშნეთ ჩასასმელი გაცვლის ბუფერის სარჩევის ფორმატი.</ahelp>"
-#: 05020301.xhp#par_id3149926.139.help.text
-msgid "RR or GGGEE"
-msgstr ""
+#. :::X
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"par_id3147653\n"
+"68\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">When you paste HTML data into a text document, you can choose \"HTML format\" or \"HTML format without comments\". The second choice is the default; it pastes all HTML data, but no comments. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ტექსტურ დოკუმენტში HTML მონაცემთა ჩასმისას, შეგიძლიათ აირჩიოთ \"HTML ფორმატი\" ან \"HTML ფორმატი კომენტარების გარეშე\". მეორე არჩევანი ნაგულისხმევია; იგი სვამს ყველა HTML მონაცემს, მაგრამ არა კომენტარებს. </caseinline></switchinline>"
-#: 05020301.xhp#par_id1002200811423518.help.text
-msgid "The above listed formatting codes work with your language version of %PRODUCTNAME. However, when you need to switch the locale of %PRODUCTNAME to another locale, you will need to know the formatting codes used in that other locale. "
-msgstr ""
+#. L4qb
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"hd_id3155420\n"
+"15\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Paste Special </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">საგანგებო ჩასმა </caseinline></switchinline>"
-#: 05020301.xhp#par_id1002200811423556.help.text
-msgid "For example, if your software is set to an English locale, and you want to format a year with four digits, you enter YYYY as a formatting code. When you switch to a German locale, you must use JJJJ instead. The following table lists only the localized differences."
-msgstr ""
+#. Nhg5
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"par_id3150976\n"
+"16\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">This dialog appears in Calc if the clipboard contains spreadsheet cells. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ეს დიალოგი გამოჩნდება Calc-ში თუ გაცვლის ბუფერი შეიცავს ელექტრონული ცხრილების უჯრედებს. </caseinline></switchinline>"
-#: 05020301.xhp#par_id1002200811563044.help.text
-msgid "Locale"
-msgstr ""
+#. ?IT$
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"hd_id3155341\n"
+"17\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Selection </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">მონიშვნა </caseinline></switchinline>"
-#: 05020301.xhp#par_id1002200811563137.help.text
-#, fuzzy
-msgid "Year"
-msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"წელი\n"
-"#-#-#-#-# shared.po (PACKAGE VERSION) #-#-#-#-#\n"
-"Year"
+#. eDN6
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"par_id3152909\n"
+"40\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Select a format for the clipboard contents that you want to paste. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">მონიშნეთ ჩასასმელი გაცვლის ბუფერის სარჩევის ფორმატი. </caseinline></switchinline>"
-#: 05020301.xhp#par_id1002200811563164.help.text
-#, fuzzy
-msgid "Month"
-msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"თვე\n"
-"#-#-#-#-# shared.po (PACKAGE VERSION) #-#-#-#-#\n"
-"Month"
+#. .F,s
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"hd_id3145120\n"
+"41\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Paste all </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ჩასვი ყველა </caseinline></switchinline>"
-#: 05020301.xhp#par_id1002200811563128.help.text
+#. %1Vf
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"par_id3146848\n"
+"42\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"><ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSALL\">Pastes all cell contents, comments, formats, and objects into the current document.</ahelp></caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\"><ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSALL\">მიმდინარე დოკუმენტში უჯრედის ყველა შიგთავსის, შენიშვნების, ფორმატების და ობიექტების ჩასმა.</ahelp></caseinline></switchinline>"
+
+#. CD3T
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"hd_id3155449\n"
+"43\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Text </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">მარჯვენა </caseinline></switchinline>"
+
+#. r+67
+#: 02070000.xhp
#, fuzzy
-msgid "Day"
-msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"დღე\n"
-"#-#-#-#-# shared.po (PACKAGE VERSION) #-#-#-#-#\n"
-"Day"
+msgctxt ""
+"02070000.xhp\n"
+"par_id3149244\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSSTRINGS\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Inserts cells containing text. </caseinline></switchinline></ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSNUMBERS\"><switchinline select=\"appl\"><caseinline select=\"CALC\">რიცხვების შემცველი უჯრედების ჩასმა. </caseinline></switchinline></ahelp>"
-#: 05020301.xhp#par_id1002200811563135.help.text
-msgid "Hour"
-msgstr "Hour"
+#. 2]5E
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"hd_id3148947\n"
+"45\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Numbers </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">რიცხვები</caseinline></switchinline>"
-#: 05020301.xhp#par_id1002200811563289.help.text
-msgid "Day Of Week"
-msgstr ""
+#. q(!q
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"par_id3152360\n"
+"46\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSNUMBERS\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Inserts cells containing numbers. </caseinline></switchinline></ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSNUMBERS\"><switchinline select=\"appl\"><caseinline select=\"CALC\">რიცხვების შემცველი უჯრედების ჩასმა. </caseinline></switchinline></ahelp>"
-#: 05020301.xhp#par_id100220081156322.help.text
-msgid "Era"
-msgstr ""
+#. 4H35
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"hd_id3151054\n"
+"47\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Date & Time </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">თარიღი და დრო </caseinline></switchinline>"
-#: 05020301.xhp#par_id1002200811563233.help.text
-msgid "English - en"
-msgstr ""
+#. H,(`
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"par_id3154226\n"
+"48\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSDATETIME\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Inserts cells containing date and time values. </caseinline></switchinline></ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSDATETIME\"><switchinline select=\"appl\"><caseinline select=\"CALC\">თარიღისა და დროის შემცველი მნიშვნელობების ჩასმა. </caseinline></switchinline></ahelp>"
-#: 05020301.xhp#par_id1002200811563243.help.text
-msgid "and all not listed locales"
-msgstr ""
+#. rg_p
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"hd_id3150791\n"
+"49\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Formulas </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ფორმატები </caseinline></switchinline>"
-#: 05020301.xhp#par_id1002200811563352.help.text
-msgid "Y"
-msgstr "Y"
+#. 5Hkp
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"par_id3145744\n"
+"50\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"><ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSFORMULAS\">Inserts cells containing formulae.</ahelp></caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\"><ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSFORMULAS\">ფორმულების შემცველი უჯრედები ჩასმა.</ahelp></caseinline></switchinline>"
-#: 05020301.xhp#par_id1002200811563396.help.text
-msgctxt "05020301.xhp#par_id1002200811563396.help.text"
-msgid "M"
-msgstr ""
+#. [=67
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"hd_id3153968\n"
+"51\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Comments </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ფორმატები </caseinline></switchinline>"
-#: 05020301.xhp#par_id1002200811563385.help.text
-msgctxt "05020301.xhp#par_id1002200811563385.help.text"
-msgid "D"
-msgstr ""
+#. /A+p
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"par_id3156422\n"
+"52\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSNOTES\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Inserts comments that are attached to cells. If you want to add the comments to the existing cell content, select the \"Add\" operation. </caseinline></switchinline></ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSNOTES\"><switchinline select=\"appl\"><caseinline select=\"CALC\">უჯრედების დანართი შენიშვნების ჩასმა. არსებულ უჯრედთა შიგთავსში შენიშვნების დასამატებლად მონიშნეთ \"Add\" operation. </caseinline></switchinline></ahelp>"
-#: 05020301.xhp#par_id1002200811563472.help.text
-msgid "H"
-msgstr ""
+#. w|~X
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"hd_id3152935\n"
+"53\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Formats </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ფორმატები </caseinline></switchinline>"
-#: 05020301.xhp#par_id1002200811563430.help.text
-msgctxt "05020301.xhp#par_id1002200811563430.help.text"
-msgid "A"
-msgstr ""
+#. Qbc$
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"par_id3125863\n"
+"54\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSATTRS\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Inserts cell format attributes. </caseinline></switchinline></ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSATTRS\"><switchinline select=\"appl\"><caseinline select=\"CALC\">უჯრედის ფორმატის ატრიბუტების ჩასმა. </caseinline></switchinline></ahelp>"
-#: 05020301.xhp#par_id1002200811563488.help.text
-msgctxt "05020301.xhp#par_id1002200811563488.help.text"
-msgid "G"
-msgstr ""
+#. (`u=
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"hd_id3156282\n"
+"65\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Objects </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ობიექტები </caseinline></switchinline>"
-#: 05020301.xhp#par_id1002200811563484.help.text
-msgid "German - de"
-msgstr ""
+#. #dy@
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"par_id3149810\n"
+"66\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_INSCONT_BTN_INSOBJECTS\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Inserts objects contained within the selected cell range. These can be OLE objects, chart objects, or drawing objects. </caseinline></switchinline></ahelp>"
+msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_INSCONT_BTN_INSOBJECTS\"><switchinline select=\"appl\"><caseinline select=\"CALC\">მონიშნულ უჯრედთა წყობაში არსებული ობიექტების ჩასმა. ესენი შეიძლება იყოს OLE ობიექტები, დიაგრამული ობიექტები, ან დასახატი ობიექტები. </caseinline></switchinline></ahelp>"
-#: 05020301.xhp#par_id1002200811563518.help.text
-msgctxt "05020301.xhp#par_id1002200811563518.help.text"
-msgid "J"
-msgstr ""
+#. ~lxF
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"hd_id3150440\n"
+"19\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Operations </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ოპერაციები </caseinline></switchinline>"
-#: 05020301.xhp#par_id1002200811563735.help.text
-msgctxt "05020301.xhp#par_id1002200811563735.help.text"
-msgid "T"
-msgstr ""
+#. #DpX
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"par_id3151351\n"
+"38\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Select the operation to apply when you paste cells into your sheet. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ფურცელში უჯრედების ჩასმისას შესასრულებელი ოპერაციების მონიშვნა </caseinline></switchinline>"
-#: 05020301.xhp#par_id1002200811563823.help.text
-msgid "Netherlands - nl"
-msgstr ""
+#. kK`.
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"hd_id3153952\n"
+"20\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">None </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">არცერთი </caseinline></switchinline>"
-#: 05020301.xhp#par_id1002200811563852.help.text
-msgctxt "05020301.xhp#par_id1002200811563852.help.text"
-msgid "J"
-msgstr ""
+#. p.YB
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"par_id3147348\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_OP_NOOP\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Does not apply an operation when you insert the cell range from the clipboard. The contents of the clipboard will replace existing cell contents. </caseinline></switchinline></ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_OP_NOOP\"><switchinline select=\"appl\"><caseinline select=\"CALC\">გაცვლის ბუფერიდან უჯრედთა წყობის ჩასმისას ოპერაცია არ ესადაგება. გაცვლის ბუფერის სარჩევი ჩაანაცვლებს არსებული უჯრედების სარჩევს. </caseinline></switchinline></ahelp>"
-#: 05020301.xhp#par_id1002200811563827.help.text
-msgid "U"
-msgstr ""
+#. )]@,
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"hd_id3154988\n"
+"22\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Add </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">დამატება </caseinline></switchinline>"
-#: 05020301.xhp#par_id1002200811563916.help.text
-msgid "French - fr"
-msgstr ""
+#. XYck
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"par_id3159196\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_OP_ADD\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Adds the values in the clipboard cells to the values in the target cells. Also, if the clipboard only contains comments, adds the comments to the target cells. </caseinline></switchinline></ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_OP_ADD\"><switchinline select=\"appl\"><caseinline select=\"CALC\">გაცვლის ბუფერის უჯრედების მნიშვნელობათა დამატება სამიზნე უჯრედების მნიშვნელობებზე. თუ გაცვლის ბუფერი შეიცავს მხოლოდ შენიშვნებს, მაშინ ეს შენიშვნები ემატება სამიზნე უჯრედებს. </caseinline></switchinline></ahelp>"
-#: 05020301.xhp#par_id1002200811563970.help.text
-msgctxt "05020301.xhp#par_id1002200811563970.help.text"
-msgid "A"
-msgstr ""
+#. f.M*
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"hd_id3145263\n"
+"24\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Subtract </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">გამოკლება </caseinline></switchinline>"
-#: 05020301.xhp#par_id1002200811563980.help.text
-msgctxt "05020301.xhp#par_id1002200811563980.help.text"
-msgid "J"
-msgstr ""
+#. V8,3
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"par_id3154149\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_OP_SUB\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Subtracts the values in the clipboard cells from the values in the target cells. </caseinline></switchinline></ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_OP_SUB\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Subtracts the values in the clipboard cells from the values in the target cells. </caseinline></switchinline></ahelp>"
-#: 05020301.xhp#par_id1002200811564065.help.text
-msgctxt "05020301.xhp#par_id1002200811564065.help.text"
-msgid "O"
-msgstr ""
+#. ?-c/
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"hd_id3155312\n"
+"26\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Multiply </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">გამრავლება </caseinline></switchinline>"
-#: 05020301.xhp#par_id100220081156407.help.text
-msgid "Italian - it"
-msgstr ""
+#. Y[-j
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"par_id3155307\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_OP_MUL\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Multiplies the values in the clipboard cells with the values in the target cells. </caseinline></switchinline></ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_OP_MUL\"><switchinline select=\"appl\"><caseinline select=\"CALC\">გაცვლის ბუფერის უჯრედებში მოცემული მნიშვნელობების გამრავლება სამიზნე უჯრედების მნიშვნელობებზე</caseinline></switchinline></ahelp>"
-#: 05020301.xhp#par_id100220081156403.help.text
-msgctxt "05020301.xhp#par_id100220081156403.help.text"
-msgid "A"
-msgstr ""
+#. 6ma$
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"hd_id3154320\n"
+"28\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Divide </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">გაყოფა </caseinline></switchinline>"
-#: 05020301.xhp#par_id1002200811564042.help.text
-msgctxt "05020301.xhp#par_id1002200811564042.help.text"
-msgid "G"
-msgstr ""
+#. l%~9
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"par_id3155417\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_OP_DIV\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Divides the values in the target cells by the values in the clipboard cells. </caseinline></switchinline></ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_OP_DIV\"><switchinline select=\"appl\"><caseinline select=\"CALC\">სამიზნე უჯრედების მნიშვნელობათა გაყოფა გაცვლის ბუფერის უჯრედეების მნიშვნელობებზე.</caseinline></switchinline></ahelp>"
-#: 05020301.xhp#par_id100220081156412.help.text
-msgctxt "05020301.xhp#par_id100220081156412.help.text"
-msgid "O"
-msgstr ""
+#. go.A
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"hd_id3147048\n"
+"55\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Options </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">პარამეტრები </caseinline></switchinline>"
-#: 05020301.xhp#par_id1002200811564119.help.text
-msgid "X"
-msgstr "X"
+#. Dp=!
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"par_id3156283\n"
+"56\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Sets the paste options for the clipboard contents. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">გაცვლის ბუფერის შიგთავსის ჩასმის პარამეტრების დაყენება. </caseinline></switchinline>"
-#: 05020301.xhp#par_id1002200811564197.help.text
-msgid "Portuguese - pt"
-msgstr ""
+#. iBU1
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"hd_id3151052\n"
+"30\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Skip empty cells </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ცარიელი უჯდერების გამოტოვება </caseinline></switchinline>"
-#: 05020301.xhp#par_id1002200811564272.help.text
-msgctxt "05020301.xhp#par_id1002200811564272.help.text"
-msgid "A"
-msgstr ""
+#. IYu=
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"par_id3148775\n"
+"31\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"><ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_SKIP_EMPTY\">Empty cells from the clipboard do not replace target cells. If you use this option in conjunction with the <emph>Multiply</emph> or the <emph>Divide</emph> operation, the operation is not applied to the target cell of an empty cell in the clipboard.</ahelp></caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\"><ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_SKIP_EMPTY\"> გაცვლის ბუფერიდან ცარიელი უჯრედებით სამიზნე უჯრედები არ ჩაინაცვლება. თუ გამოიყენებთ ამ პარამატრს <emph>გამრავლება</emph> ან <emph>გაყოფა</emph>ოპერაციებთან კავშირში, ეს ოპერაცია არ მიესადაგება გაცვლის ბუფერში ცარიელ უჯრედის სამიზნე უჯრედს.</ahelp></caseinline></switchinline>"
-#: 05020301.xhp#par_id100220081156423.help.text
-msgctxt "05020301.xhp#par_id100220081156423.help.text"
-msgid "O"
-msgstr ""
+#. 6[Fc
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"par_id3155084\n"
+"32\n"
+"help.text"
+msgid "If you select a mathematical operation and clear the<emph> Skip empty cells </emph>box, empty cells in the clipboard are treated as zeroes. For example, if you apply the <emph>Multiply</emph> operation, the target cells are filled with zeroes."
+msgstr "თუ მონიშნავთ მათემატიკურ ოპერაციას და გაასუფთავებთ სარკმელს <emph> ცარიელი უჯრედების გამოტოვება </emph>, გაცვლის ბუფერში არსებული ცარიელი უჯრედები ჩაითვლება განულებულად. მაგალითად, თუ გაააქტიურებთ ოპერაციას <emph>გამრავლება</emph>,სამიზნე უჯრედები აივსება ნულებით. ."
-#: 05020301.xhp#par_id1002200811564218.help.text
-msgid "Spanish - es"
-msgstr ""
+#. ~lz*
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"hd_id3147173\n"
+"33\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Transpose </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">არცერთი </caseinline></switchinline>"
-#: 05020301.xhp#par_id1002200811564390.help.text
-msgctxt "05020301.xhp#par_id1002200811564390.help.text"
-msgid "A"
+#. 2icf
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"par_id3147223\n"
+"34\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"><ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_TRANSPOSE\">The rows of the range in the clipboard are pasted to become columns of the output range. The columns of the range in the clipboard are pasted to become rows.</ahelp></caseinline></switchinline>"
msgstr ""
-#: 05020301.xhp#par_id1002200811564319.help.text
-msgctxt "05020301.xhp#par_id1002200811564319.help.text"
-msgid "O"
-msgstr ""
+#. _n*v
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"hd_id3152971\n"
+"35\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Link </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ბმული </caseinline></switchinline>"
-#: 05020301.xhp#par_id100220081156433.help.text
-msgid "Danish - da"
+#. \JE$
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"par_id3146969\n"
+"36\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"><ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_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 <emph>Insert All</emph> option is also selected. </ahelp></caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\"><ahelp hid=\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_LINK\">უჯრედთა წყობა ისმება ბმულის სახით, ისე, რომ საწყის ფაილში მოცემული უჯრედების ცვლილებები განახლდება სამიზნე ფაილში. საწყისი ფაილის ცარიელ უჯრედებში მომხდარი ცვლილებების სამიზნე ფაილში განახლებისათვის, უნდა მოინიშნოს პარამეტრი <emph>ჩასვლი ყველა</emph>. </ahelp></caseinline></switchinline>"
+
+#. _`1h
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"par_id3145667\n"
+"37\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">You can also link sheets within the same spreadsheet. When you link to other files, a <link href=\"text/shared/00/00000005.xhp#dde\" name=\"DDE link\">DDE link</link> is automatically created. A DDE link is inserted as a matrix formula and can only be modified as a whole. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">შეგიძლიათ ერთი და იმავე ელექტრონულ ცხრილში მოცემული ფურცლების დაკავშირება. სხვა ფაილებთან დაკავშირებისას ავტომატურად იქმნება <link href=\"text/shared/00/00000005.xhp#dde\" name=\"DDE link\">DDE ბმული</link> . DDE ბმული ჩაისმება მატრიცული ფორმულის სახით და მხოლოდ განისაზღვრება როგორც მთლიანი. </caseinline></switchinline>"
+
+#. a%J)
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"hd_id3146914\n"
+"57\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Shift Cells </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">უჯრედების გადაწევა </caseinline></switchinline>"
+
+#. Ij]Z
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"par_id3145169\n"
+"58\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Set the shift options for the target cells when the clipboard content is inserted. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">გაცვლის ბუფერის შიგთავსის ჩასმისთვის დააყენეთ გადაწევის პარამეტრები სამიზნე უჯრედებისთვის. </caseinline></switchinline>"
+
+#. `].7
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"hd_id3155518\n"
+"59\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Don't shift </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">არ გადაწიოთ </caseinline></switchinline>"
+
+#. y=%e
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"par_id3154158\n"
+"60\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_MV_NONE\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Inserted cells replace the target cells. </caseinline></switchinline></ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_MV_NONE\"><switchinline select=\"appl\"><caseinline select=\"CALC\">სამიზნე უჯრედების ჩასმული უჯრედებით ჩანაცვლება.</caseinline></switchinline></ahelp>"
+
+#. )~^*
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"hd_id3148483\n"
+"61\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Down </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ქვემოთ </caseinline></switchinline>"
+
+#. RH/6
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"par_id3152962\n"
+"62\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_MV_DOWN\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Target cells are shifted downward when you insert cells from the clipboard. </caseinline></switchinline></ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_MV_DOWN\"><switchinline select=\"appl\"><caseinline select=\"CALC\">გაცვლის ბუფერიდან უჯრედების ჩასმისას სამიზნე უჯრედები ქვემოთ გადაადგილდება. </caseinline></switchinline></ahelp>"
+
+#. 3;(r
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"hd_id3145621\n"
+"63\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Right </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">მარჯვენა </caseinline></switchinline>"
+
+#. rqX=
+#: 02070000.xhp
+msgctxt ""
+"02070000.xhp\n"
+"par_id3159264\n"
+"64\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_MV_RIGHT\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Target cells are shifted to the right when you insert cells from the clipboard. </caseinline></switchinline></ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_MV_RIGHT\"><switchinline select=\"appl\"><caseinline select=\"CALC\">გაცვლის ბუფერიდან უჯრედების ჩასმისას სამიზნე უჯრედები მარჯვნივ გადაადგილდება. </caseinline></switchinline></ahelp>"
+
+#. S*J\
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Internet"
+msgstr "ინტერნეტი"
+
+#. `!iO
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"bm_id3145669\n"
+"help.text"
+msgid "<bookmark_value>auto reloading HTML documents</bookmark_value><bookmark_value>reloading; HTML documents, automatically</bookmark_value><bookmark_value>loading; HTML documents, automatically</bookmark_value><bookmark_value>HTML documents; auto reloading</bookmark_value>"
+msgstr "<bookmark_value>HTML დოკუმენტების ავტომატურად თავიდან ჩატვირთვა</bookmark_value><bookmark_value>HTML დოკუმენტების ავტომატურად თავიდან ჩატვირთვა</bookmark_value><bookmark_value>HTML დოკუმენტების ავტომატურად ჩატვირთვა</bookmark_value><bookmark_value>HTML დოკუმენტების ავტომატურად თავიდან ჩატვირთვა</bookmark_value>"
+
+#. 7mD8
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"hd_id3147588\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01100500.xhp\" name=\"Internet\">Internet</link>"
+msgstr "<link href=\"text/shared/01/01100500.xhp\" name=\"Internet\">ინტერნეტი</link>"
+
+#. [D3e
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"par_id3148731\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DOCINFORELOAD\">Sets the refresh and redirect options for an HTML page.</ahelp>"
+msgstr "<ahelp hid=\"HID_DOCINFORELOAD\">აყენებს განახლებისა და გადამისამართების პარამეტრებს HTML გვერდისთვის</ahelp>"
+
+#. m2hx
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"hd_id3156027\n"
+"26\n"
+"help.text"
+msgid "Do not refresh automatically"
+msgstr "არ განაახლო ავტომატურად"
+
+#. PBj;
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"par_id3152924\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_DOCINFORELOAD_RB_NOAUTOUPDATE\">User must refresh the page manually.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id100220081156444.help.text
-msgctxt "05020301.xhp#par_id100220081156444.help.text"
-msgid "T"
+#. 5~V9
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"hd_id3145669\n"
+"5\n"
+"help.text"
+msgid "Refresh this document"
+msgstr "განაახლე ეს დოკუმენტი"
+
+#. *ea8
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"par_id3153528\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_DOCINFORELOAD_RB_RELOADUPDATE\">Reloads the HTML page after the number of seconds that you enter in the <emph>seconds</emph> box. To observe the result, open the page in a browser.</ahelp>"
+msgstr "<ahelp hid=\"SFX2_RADIOBUTTON_TP_DOCINFORELOAD_RB_RELOADUPDATE\">თავიდან ატვირთავს HTML გვერდს თქვენს მიერ სარკმელში <emph>წამები</emph> შეყვანილი რამოდენიმე წამის შემდეგ. შედეგების თვალყურის დევნებიზ მიზნით, გახსენით გვერდი ბრაუზერში.</ahelp>"
+
+#. VF]:
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"hd_id3155535\n"
+"7\n"
+"help.text"
+msgid "Seconds"
+msgstr "წამები"
+
+#. tNGP
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"par_id3157958\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:NUMERICFIELD:TP_DOCINFORELOAD:ED_SECONDS\">Enter the number of seconds to wait before the page is reloaded.</ahelp>"
+msgstr "<ahelp hid=\"SFX2:NUMERICFIELD:TP_DOCINFORELOAD:ED_SECONDS\">შეიტანეთ გვერდის ჩატვირთვამდე მოსაცდელი წამების რაოდენობა.</ahelp>"
+
+#. sl5x
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"hd_id3148538\n"
+"28\n"
+"help.text"
+msgid "Redirect from this document"
+msgstr "ამ დოკუმენტიდან გადამისამართება"
+
+#. \:(}
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"par_id3153662\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_DOCINFORELOAD_RB_FORWARDUPDATE\">Loads a page that you specify after the number of seconds that you enter in the <emph>seconds </emph>box.</ahelp>"
+msgstr "<ahelp hid=\"SFX2_RADIOBUTTON_TP_DOCINFORELOAD_RB_FORWARDUPDATE\">თქვენს მიერ სარკმელში<emph>წამები </emph> შეყვანილი წამების რაოდენობის გასვლის შემდეგ განსაზღვრული გვერდის ჩატვირთვა.</ahelp>"
+
+#. HyKi
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"hd_id3147335\n"
+"30\n"
+"help.text"
+msgid "after ... seconds"
+msgstr "... წამის შემდეგ"
+
+#. Ru6e
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"par_id3145315\n"
+"31\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_DOCINFORELOAD_RB_FORWARDUPDATE\">Enter the number of seconds to wait before redirecting the browser to a different file.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id1002200811564448.help.text
-msgid "Norwegian - no, nb, nn"
+#. Lwf2
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"hd_id3153127\n"
+"9\n"
+"help.text"
+msgid "to URL"
+msgstr "URL-სკენ"
+
+#. Z6U_
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"par_id3153349\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:EDIT:TP_DOCINFORELOAD:ED_URL\">Enter the URL address of the file that you want to open.</ahelp>"
+msgstr "<ahelp hid=\"SFX2:EDIT:TP_DOCINFORELOAD:ED_URL\">შეიტანეთ გასახსნელი ფაილის URL მისამართი.</ahelp>"
+
+#. IFM/
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"hd_id3154306\n"
+"32\n"
+"help.text"
+msgid "..."
msgstr ""
-#: 05020301.xhp#par_id1002200811564549.help.text
-msgctxt "05020301.xhp#par_id1002200811564549.help.text"
-msgid "T"
+#. 7B$7
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"par_id3150976\n"
+"33\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:EDIT:TP_DOCINFORELOAD:ED_URL\">Locate the file that you want to open, and then click <emph>Open</emph>.</ahelp>"
+msgstr "<ahelp hid=\"SFX2:EDIT:TP_DOCINFORELOAD:ED_URL\">განსაზღვრეთ გასახსნელი ფაილის მდებარეობა, და დააწკაპუნეთ<emph>გახსნა</emph>.</ahelp>"
+
+#. ~5q$
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"hd_id3150771\n"
+"11\n"
+"help.text"
+msgid "to frame"
+msgstr "ჩარჩოში ჩასმა"
+
+#. ;rCs
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"par_id3149514\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:COMBOBOX:TP_DOCINFORELOAD:LB_DEFAULT\">If the current HTML page uses frames, select the name of the <link href=\"text/shared/00/00000002.xhp#frame\" name=\"target frame\">target frame</link> where you want the file to be loaded.</ahelp>"
+msgstr "<ahelp hid=\"SFX2:COMBOBOX:TP_DOCINFORELOAD:LB_DEFAULT\">თუ მიმდინარე HTML იყენებს ჩარჩოებს, მონიშნეთ ის <link href=\"text/shared/00/00000002.xhp#frame\" name=\"target frame\">სამიზნე ჩარჩო</link> სადაც გსურთ ფაილის ჩატვირთვა.</ahelp>"
+
+#. (c_8
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"par_id3155922\n"
+"24\n"
+"help.text"
+msgid "Name of Frame"
+msgstr "ჩარჩოს სახელი"
+
+#. [}@8
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"par_id3154924\n"
+"25\n"
+"help.text"
+msgid "Definition"
+msgstr "განსაზღვრება"
+
+#. _s_M
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"par_id3159413\n"
+"14\n"
+"help.text"
+msgid "Named entries"
+msgstr "დასახელებული ჩანაწერები"
+
+#. eDpU
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"par_id3154935\n"
+"15\n"
+"help.text"
+msgid "File opens in a named frame in the current HTML document."
+msgstr "ფაილი იხსნება მიმდინარე HTML დოკუმენტში დასახელებულ ჩარჩოში"
+
+#. hn{E
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"par_id3148739\n"
+"16\n"
+"help.text"
+msgid "_self"
+msgstr "_თვით"
+
+#. -q,;
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"par_id3150358\n"
+"17\n"
+"help.text"
+msgid "File opens in the current frame."
+msgstr "ფაილი იხსნება მიმდინარე ჩარჩოში"
+
+#. vYHI
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"par_id3151210\n"
+"18\n"
+"help.text"
+msgid "_blank"
+msgstr "ცარიელი"
+
+#. N=18
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"par_id3152920\n"
+"19\n"
+"help.text"
+msgid "File opens in a new page."
+msgstr "ფაილი იხსნება ახალ გვერდში."
+
+#. Ic-5
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"par_id3148451\n"
+"20\n"
+"help.text"
+msgid "_parent"
+msgstr "_ზედა"
+
+#. *0F-
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"par_id3154216\n"
+"21\n"
+"help.text"
+msgid "File opens in the parent frame of the current frame. If there is no parent frame, the current frame is used."
+msgstr "ფაილი იხსნება მიმდინარე ჩარჩოს ზედა ჩარჩოში. ზედა ჩარჩოს არარსებობის შემთხვევაში მიმდინარე ჩარჩო გამოიყენება."
+
+#. jMtd
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"par_id3154153\n"
+"22\n"
+"help.text"
+msgid "_top"
+msgstr "-ზედა"
+
+#. y.z^
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"par_id3150288\n"
+"23\n"
+"help.text"
+msgid "File opens in the topmost frame in the hierarchy."
+msgstr "ფაილი იხსნება იერარქიაში ყველაზე ზედა ჩარჩოში."
+
+#. T}(z
+#: 05240200.xhp
+msgctxt ""
+"05240200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Horizontally"
msgstr ""
-#: 05020301.xhp#par_id1002200811564565.help.text
-msgid "Swedish - sv"
+#. +Bil
+#: 05240200.xhp
+#, fuzzy
+msgctxt ""
+"05240200.xhp\n"
+"hd_id3147543\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05240200.xhp\" name=\"Horizontally\">Horizontally</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
+
+#. \3\B
+#: 05240200.xhp
+msgctxt ""
+"05240200.xhp\n"
+"par_id3146936\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ObjectMirrorHorizontal\">Flips the selected object(s) horizontally from left to right.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id1002200811564556.help.text
-msgctxt "05020301.xhp#par_id1002200811564556.help.text"
-msgid "T"
+#. r2HU
+#: 06130100.xhp
+msgctxt ""
+"06130100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Change Password"
msgstr ""
-#: 05020301.xhp#par_id1002200811564637.help.text
-msgid "Finnish - fi"
+#. Vk,@
+#: 06130100.xhp
+msgctxt ""
+"06130100.xhp\n"
+"hd_id3153514\n"
+"1\n"
+"help.text"
+msgid "Change Password"
msgstr ""
-#: 05020301.xhp#par_id1002200811564627.help.text
-msgid "V"
+#. zD_C
+#: 06130100.xhp
+msgctxt ""
+"06130100.xhp\n"
+"par_id3154545\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PASSWORD\">Protects the selected library with a password.</ahelp> You can enter a new password, or change the current password."
+msgstr "<ahelp hid=\"HID_PASSWORD\">იცავს არჩეულ ბიბლიოთეკას პაროლით.</ahelp> თქვენ შეგიძლიათ შეიყვანოთ ახალი პაროლი ან გამოცვალოთ მიმდინარე."
+
+#. N[GU
+#: 06130100.xhp
+msgctxt ""
+"06130100.xhp\n"
+"hd_id3145759\n"
+"3\n"
+"help.text"
+msgid "Old password"
+msgstr "ძველი პაროლი"
+
+#. ;0eq
+#: 06130100.xhp
+msgctxt ""
+"06130100.xhp\n"
+"hd_id3150603\n"
+"4\n"
+"help.text"
+msgid "Password"
msgstr ""
-#: 05020301.xhp#par_id1002200811564643.help.text
-msgid "K"
-msgstr "K"
+#. 3)o^
+#: 06130100.xhp
+#, fuzzy
+msgctxt ""
+"06130100.xhp\n"
+"par_id3144415\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_OLD_PASSWD\">Enter the current password for the selected library.</ahelp>"
+msgstr "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_NEW_PASSWD\">შეიყვანეთ არჩეული ბიბლიოთეკის ახალი პაროლი.</ahelp>"
-#: 05020301.xhp#par_id1002200811564763.help.text
-msgid "P"
+#. gd%*
+#: 06130100.xhp
+msgctxt ""
+"06130100.xhp\n"
+"hd_id3145160\n"
+"6\n"
+"help.text"
+msgid "New password"
+msgstr "ახალი პაროლი"
+
+#. YSY*
+#: 06130100.xhp
+msgctxt ""
+"06130100.xhp\n"
+"hd_id3149525\n"
+"7\n"
+"help.text"
+msgid "Password"
msgstr ""
-#: 05020301.xhp#par_id1002200811564715.help.text
-msgctxt "05020301.xhp#par_id1002200811564715.help.text"
-msgid "T"
+#. Qaw|
+#: 06130100.xhp
+msgctxt ""
+"06130100.xhp\n"
+"par_id3159194\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_NEW_PASSWD\">Enter a new password for the selected library.</ahelp>"
+msgstr "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_NEW_PASSWD\">შეიყვანეთ არჩეული ბიბლიოთეკის ახალი პაროლი.</ahelp>"
+
+#. (74L
+#: 06130100.xhp
+msgctxt ""
+"06130100.xhp\n"
+"hd_id3166445\n"
+"9\n"
+"help.text"
+msgid "Confirm"
msgstr ""
-#: 05020301.xhp#hd_id3149929.227.help.text
-msgid "Entering Dates"
+#. 75%b
+#: 06130100.xhp
+#, fuzzy
+msgctxt ""
+"06130100.xhp\n"
+"par_id3153114\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_REPEAT_PASSWD\">Reenter the new password for the selected library.</ahelp>"
+msgstr "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_NEW_PASSWD\">შეიყვანეთ არჩეული ბიბლიოთეკის ახალი პაროლი.</ahelp>"
+
+#. AF85
+#: moviesound.xhp
+msgctxt ""
+"moviesound.xhp\n"
+"tit\n"
+"help.text"
+msgid "Movie and Sound"
+msgstr "ფილმი და ხმა"
+
+#. 1S5j
+#: moviesound.xhp
+msgctxt ""
+"moviesound.xhp\n"
+"bm_id1907712\n"
+"help.text"
+msgid "<bookmark_value>inserting;movies/sounds</bookmark_value> <bookmark_value>sound files</bookmark_value> <bookmark_value>playing movies and sound files</bookmark_value> <bookmark_value>videos</bookmark_value> <bookmark_value>movies</bookmark_value> <bookmark_value>audio</bookmark_value> <bookmark_value>music</bookmark_value>"
msgstr ""
-#: 05020301.xhp#par_id3148397.228.help.text
-msgid "To enter a date in a cell, use the Gregorian calendar format. For example, in an English locale, enter 1/2/2002 for Jan 2, 2002."
+#. iqRT
+#: moviesound.xhp
+msgctxt ""
+"moviesound.xhp\n"
+"par_idN1065C\n"
+"help.text"
+msgid "<variable id=\"moviesoundtitle\"><link href=\"text/shared/01/moviesound.xhp\">Movie and Sound</link></variable>"
msgstr ""
-#: 05020301.xhp#par_id3153274.137.help.text
-msgid "All date formats are dependent on the locale that is set in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages</emph>. For example, if your locale is set to 'Japanese', then the Gengou calendar is used. The default date format in <item type=\"productname\">%PRODUCTNAME</item> uses the Gregorian Calendar."
+#. ]]hk
+#: moviesound.xhp
+msgctxt ""
+"moviesound.xhp\n"
+"par_idN1066C\n"
+"help.text"
+msgid "<ahelp hid=\".\">Inserts a video or sound file into your document.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3153795.216.help.text
-msgid "To specify a calendar format that is independent of the locale, add a modifier in front of the date format. For example, to display a date using the Jewish calendar format in a non-Hebrew locale, enter: [~jewish]DD/MM/YYYY."
+#. X8$=
+#: moviesound.xhp
+msgctxt ""
+"moviesound.xhp\n"
+"par_idN10683\n"
+"help.text"
+msgid "To insert a movie or sound file into your document"
msgstr ""
-#: 05020301.xhp#par_id3145764.217.help.text
-msgid "Modifier"
-msgstr "შეიცვალა:"
+#. jR~_
+#: moviesound.xhp
+msgctxt ""
+"moviesound.xhp\n"
+"par_idN1068A\n"
+"help.text"
+msgid "Click where you want to insert the file."
+msgstr ""
-#: 05020301.xhp#par_id3152967.218.help.text
-msgid "Calendar"
+#. ~+O(
+#: moviesound.xhp
+msgctxt ""
+"moviesound.xhp\n"
+"par_idN1068E\n"
+"help.text"
+msgid "Choose <emph>Insert - Movie and Sound</emph>."
msgstr ""
-#: 05020301.xhp#par_id3148390.219.help.text
-msgid "[~buddhist]"
+#. @02!
+#: moviesound.xhp
+msgctxt ""
+"moviesound.xhp\n"
+"par_idN10696\n"
+"help.text"
+msgid "In the File Open dialog, select the file that you want to insert."
msgstr ""
-#: 05020301.xhp#par_id3153781.220.help.text
-msgid "Thai Buddhist Calendar"
+#. _wZw
+#: moviesound.xhp
+msgctxt ""
+"moviesound.xhp\n"
+"par_idN10699\n"
+"help.text"
+msgid "The file types that are listed in this dialog are not supported by all operating systems."
msgstr ""
-#: 05020301.xhp#par_id3157969.133.help.text
-msgid "[~gengou]"
+#. oF`#
+#: moviesound.xhp
+msgctxt ""
+"moviesound.xhp\n"
+"par_idN10700\n"
+"help.text"
+msgid "Click the <emph>Link</emph> box if you want a link to the original file. If it is not checked, the media file will be embedded (not supported with all file formats)."
msgstr ""
-#: 05020301.xhp#par_id3154656.134.help.text
-msgid "Japanese Gengou Calendar"
+#. R:T(
+#: moviesound.xhp
+msgctxt ""
+"moviesound.xhp\n"
+"par_idN106D7\n"
+"help.text"
+msgid "Click <emph>Open</emph>."
msgstr ""
-#: 05020301.xhp#par_id3150086.131.help.text
-msgid "[~gregorian]"
+#. Es5N
+#: moviesound.xhp
+msgctxt ""
+"moviesound.xhp\n"
+"par_id0120200912190948\n"
+"help.text"
+msgid "Alternatively, you can choose <item type=\"menuitem\">Tools - Media Player</item> to open the Media Player. Use the Media Player to preview all supported media files. Click the Apply button in the Media Player window to insert the current media file into your document."
msgstr ""
-#: 05020301.xhp#par_id3146070.132.help.text
-msgid "Gregorian Calendar"
+#. MwNh
+#: moviesound.xhp
+msgctxt ""
+"moviesound.xhp\n"
+"par_idN1069C\n"
+"help.text"
+msgid "To play a movie or sound file"
msgstr ""
-#: 05020301.xhp#par_id3146808.221.help.text
-msgid "[~hanja] or [~hanja_yoil]"
+#. dt$=
+#: moviesound.xhp
+msgctxt ""
+"moviesound.xhp\n"
+"par_idN106A7\n"
+"help.text"
+msgid "Click the object icon for the movie or sound file in your document."
msgstr ""
-#: 05020301.xhp#par_id3149207.136.help.text
-msgid "Korean Calendar"
+#. o;w+
+#: moviesound.xhp
+msgctxt ""
+"moviesound.xhp\n"
+"par_id0120200912190940\n"
+"help.text"
+msgid "If the icon is arranged on the background, hold down Ctrl while you click."
msgstr ""
-#: 05020301.xhp#par_id3150304.222.help.text
-msgid "[~hijri]"
+#. @?q$
+#: moviesound.xhp
+msgctxt ""
+"moviesound.xhp\n"
+"par_id0120200912062096\n"
+"help.text"
+msgid "The Media Playback toolbar is shown."
msgstr ""
-#: 05020301.xhp#par_id3149238.223.help.text
-msgid "Arabic Islamic Calendar, currently supported for the following locales: ar_EG, ar_LB, ar_SA, and ar_TN"
+#. Se0(
+#: moviesound.xhp
+msgctxt ""
+"moviesound.xhp\n"
+"par_idN10788\n"
+"help.text"
+msgid "Click <emph>Play</emph> on the <emph>Media Playback</emph> toolbar."
msgstr ""
-#: 05020301.xhp#par_id3154903.224.help.text
-msgid "[~jewish]"
+#. }T4%
+#: moviesound.xhp
+msgctxt ""
+"moviesound.xhp\n"
+"par_id0120200912062064\n"
+"help.text"
+msgid "When you show an Impress presentation, the embedded sound or video on the current slide plays automatically until it's over or until you leave the slide."
msgstr ""
-#: 05020301.xhp#par_id3151288.225.help.text
-msgid "Jewish Calendar"
+#. OOSQ
+#: moviesound.xhp
+msgctxt ""
+"moviesound.xhp\n"
+"par_idN106D0\n"
+"help.text"
+msgid "You can also use the Media Playback Bar to pause, to stop, to loop, as well as to adjust the volume or to mute the playback of the file. The current playback position in the file is indicated on the left slider. Use the right slider to adjust the playback volume. For movie files, the bar also contains a list box where you can select the zoom factor for the playback."
msgstr ""
-#: 05020301.xhp#par_id3166442.135.help.text
-msgid "[~ROC]"
+#. u7Mu
+#: about_meta_tags.xhp
+msgctxt ""
+"about_meta_tags.xhp\n"
+"tit\n"
+"help.text"
+msgid "HTML import and export"
msgstr ""
-#: 05020301.xhp#par_id3145587.226.help.text
-msgid "Republic Of China Calendar"
+#. =E)%
+#: about_meta_tags.xhp
+msgctxt ""
+"about_meta_tags.xhp\n"
+"bm_id3154380\n"
+"help.text"
+msgid "<bookmark_value>importing; HTML with META tags</bookmark_value><bookmark_value>exporting; to HTML</bookmark_value><bookmark_value>HTML; importing META tags</bookmark_value><bookmark_value>HTML documents; META tags in</bookmark_value><bookmark_value>META tags</bookmark_value><bookmark_value>tags; META tags</bookmark_value>"
msgstr ""
-#: 05020301.xhp#par_id3152419.140.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">If you perform a calculation that involves one or more cells using a date format, the result is formatted according to the following mappings: </caseinline></switchinline>"
+#. `egV
+#: about_meta_tags.xhp
+msgctxt ""
+"about_meta_tags.xhp\n"
+"hd_id3154380\n"
+"20\n"
+"help.text"
+msgid "HTML import and export"
msgstr ""
-#: 05020301.xhp#par_id3154194.141.help.text
-msgid "Initial Format"
+#. gsTK
+#: about_meta_tags.xhp
+msgctxt ""
+"about_meta_tags.xhp\n"
+"par_id3145119\n"
+"1\n"
+"help.text"
+msgid "When you export a file to an HTML document, the description and the user-defined file properties are included as META <link href=\"text/shared/00/00000002.xhp#tags\" name=\"tags\">tags</link> between the HEAD tags of the exported document. META tags are not displayed in a Web browser, and are used to include information, such as keywords for search engines on your Web page. To set the properties of the current document, choose <emph>File - Properties</emph>, click the <emph>Description</emph> or <emph>User Defined</emph> tabs, and then type the information you want."
msgstr ""
-#: 05020301.xhp#par_id3149787.142.help.text
-msgid "Result Format"
+#. 3qJ3
+#: about_meta_tags.xhp
+msgctxt ""
+"about_meta_tags.xhp\n"
+"par_id3148552\n"
+"21\n"
+"help.text"
+msgid "The following file properties are converted to META tags when you export a file as an HTML document:"
msgstr ""
-#: 05020301.xhp#par_id3152993.143.help.text
-msgid "Date + Date"
+#. UNsn
+#: about_meta_tags.xhp
+msgctxt ""
+"about_meta_tags.xhp\n"
+"par_id3154935\n"
+"2\n"
+"help.text"
+msgid "File Property"
msgstr ""
-#: 05020301.xhp#par_id3150292.144.help.text
-msgid "Number (Days)"
+#. KUup
+#: about_meta_tags.xhp
+msgctxt ""
+"about_meta_tags.xhp\n"
+"par_id3151056\n"
+"3\n"
+"help.text"
+msgid "<TITLE>"
msgstr ""
-#: 05020301.xhp#par_id3150460.145.help.text
-msgid "Date + Number"
+#. Q|!x
+#: about_meta_tags.xhp
+msgctxt ""
+"about_meta_tags.xhp\n"
+"par_id3153778\n"
+"4\n"
+"help.text"
+msgid "Subject"
msgstr ""
-#: 05020301.xhp#par_id3154371.146.help.text
-msgctxt "05020301.xhp#par_id3154371.146.help.text"
-msgid "Date"
+#. eB;r
+#: about_meta_tags.xhp
+msgctxt ""
+"about_meta_tags.xhp\n"
+"par_id3147228\n"
+"5\n"
+"help.text"
+msgid "<META NAME=\"CLASSIFICATION\" CONTENT=\"Field Content\">"
msgstr ""
-#: 05020301.xhp#par_id3145082.147.help.text
-msgid "Date + Time"
+#. D3-U
+#: about_meta_tags.xhp
+msgctxt ""
+"about_meta_tags.xhp\n"
+"par_id3154908\n"
+"6\n"
+"help.text"
+msgid "Keywords"
msgstr ""
-#: 05020301.xhp#par_id3156290.148.help.text
-msgctxt "05020301.xhp#par_id3156290.148.help.text"
-msgid "Date&Time"
+#. NL.1
+#: about_meta_tags.xhp
+msgctxt ""
+"about_meta_tags.xhp\n"
+"par_id3156422\n"
+"7\n"
+"help.text"
+msgid "<META NAME=\"KEYWORDS\" CONTENT=\"Field Content\">"
msgstr ""
-#: 05020301.xhp#par_id3152456.149.help.text
-msgid "Date + Date&Time"
+#. c5aU
+#: about_meta_tags.xhp
+msgctxt ""
+"about_meta_tags.xhp\n"
+"par_id3151041\n"
+"8\n"
+"help.text"
+msgid "Description"
+msgstr "წარწერა"
+
+#. (D,/
+#: about_meta_tags.xhp
+msgctxt ""
+"about_meta_tags.xhp\n"
+"par_id3125863\n"
+"9\n"
+"help.text"
+msgid "<META NAME=\"DESCRIPTION\" CONTENT=\"Field Content\">"
msgstr ""
-#: 05020301.xhp#par_id3156169.150.help.text
-msgctxt "05020301.xhp#par_id3156169.150.help.text"
-msgid "Number"
+#. JN%g
+#: about_meta_tags.xhp
+msgctxt ""
+"about_meta_tags.xhp\n"
+"par_id3159149\n"
+"10\n"
+"help.text"
+msgid "Info fields 1...4"
msgstr ""
-#: 05020301.xhp#par_id3154527.151.help.text
-msgid "Time + Time"
+#. aRdu
+#: about_meta_tags.xhp
+msgctxt ""
+"about_meta_tags.xhp\n"
+"par_id3157892\n"
+"11\n"
+"help.text"
+msgid "<META NAME=\"Info field name\" CONTENT=\"Field Content\">"
msgstr ""
-#: 05020301.xhp#par_id3159625.152.help.text
-#, fuzzy
-msgctxt "05020301.xhp#par_id3159625.152.help.text"
-msgid "Time"
-msgstr "შევსება"
+#. B*9v
+#: about_meta_tags.xhp
+msgctxt ""
+"about_meta_tags.xhp\n"
+"par_id3155855\n"
+"22\n"
+"help.text"
+msgid "When you import an HTML containing these META tags, the contents of the tags are added to the corresponding $[officename] file property box."
+msgstr ""
-#: 05020301.xhp#par_id3146802.153.help.text
-msgid "Time + Number"
+#. 7xWU
+#: about_meta_tags.xhp
+msgctxt ""
+"about_meta_tags.xhp\n"
+"par_id0926200812164481\n"
+"help.text"
+msgid "Keywords must be separated by commas. A keyword can contain white space characters or semicolons."
msgstr ""
-#: 05020301.xhp#par_id3146770.154.help.text
-#, fuzzy
-msgctxt "05020301.xhp#par_id3146770.154.help.text"
-msgid "Time"
-msgstr "შევსება"
+#. #[7Q
+#: about_meta_tags.xhp
+msgctxt ""
+"about_meta_tags.xhp\n"
+"hd_id3163822\n"
+"12\n"
+"help.text"
+msgid "Import Tips"
+msgstr ""
-#: 05020301.xhp#par_id3155500.155.help.text
-msgid "Time + Date&Time"
+#. }5zB
+#: about_meta_tags.xhp
+msgctxt ""
+"about_meta_tags.xhp\n"
+"par_id3155307\n"
+"13\n"
+"help.text"
+msgid "When you import an HTML document, following META tags are automatically converted to $[officename] fields: <META HTTP-EQUIV=\"REFRESH\"...> and <META NAME=\"...\" ...> , where NAME equals to AUTHOR, CREATED, CHANGED, CHANGEDBY, DESCRIPTION, KEYWORDS or CLASSIFICATION."
msgstr ""
-#: 05020301.xhp#par_id3155128.156.help.text
-msgctxt "05020301.xhp#par_id3155128.156.help.text"
-msgid "Date&Time"
+#. 5m1@
+#: about_meta_tags.xhp
+msgctxt ""
+"about_meta_tags.xhp\n"
+"par_id3146146\n"
+"15\n"
+"help.text"
+msgid "Scripts, comments, and META tags that are positioned directly before a TABLE tag are inserted in the first cell of the table."
msgstr ""
-#: 05020301.xhp#par_id3152904.157.help.text
-msgid "Date&Time + Date&Time"
+#. =TMb
+#: about_meta_tags.xhp
+msgctxt ""
+"about_meta_tags.xhp\n"
+"par_id3155366\n"
+"16\n"
+"help.text"
+msgid "Scripts and META tags in the header of an HTML document are imported and anchored to the first paragraph in the document."
msgstr ""
-#: 05020301.xhp#par_id3159143.158.help.text
-#, fuzzy
-msgctxt "05020301.xhp#par_id3159143.158.help.text"
-msgid "Time"
-msgstr "შევსება"
+#. g9v9
+#: about_meta_tags.xhp
+msgctxt ""
+"about_meta_tags.xhp\n"
+"par_id3152885\n"
+"14\n"
+"help.text"
+msgid "To set the options for importing HTML tags, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - HTML Compatibility</emph>. A known META tag contains either \"HTTP-EQUIV\" or \"NAME\", and are imported as $[officename] comments. The only exception is <META NAME=\"GENERATOR\"...>, which is ignored."
+msgstr ""
-#: 05020301.xhp#par_id3148909.159.help.text
-msgid "Date&Time + Number"
+#. x*[U
+#: about_meta_tags.xhp
+msgctxt ""
+"about_meta_tags.xhp\n"
+"hd_id3163717\n"
+"17\n"
+"help.text"
+msgid "Export Tips"
msgstr ""
-#: 05020301.xhp#par_id3154806.160.help.text
-msgctxt "05020301.xhp#par_id3154806.160.help.text"
-msgid "Date&Time"
+#. KbT]
+#: about_meta_tags.xhp
+msgctxt ""
+"about_meta_tags.xhp\n"
+"par_id3159180\n"
+"19\n"
+"help.text"
+msgid "Comments and script fields at the beginning of the first paragraph in a document are exported to the header of an HTML document. If the document begins with a table, the first paragraph in the first cell of the table is exported to the header of the HTML document."
msgstr ""
-#: 05020301.xhp#par_id3151269.161.help.text
-msgid "Number + Number"
+#. jB*D
+#: 04150400.xhp
+msgctxt ""
+"04150400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert sound"
msgstr ""
-#: 05020301.xhp#par_id3154951.162.help.text
-msgctxt "05020301.xhp#par_id3154951.162.help.text"
-msgid "Number"
+#. :ux@
+#: 04150400.xhp
+msgctxt ""
+"04150400.xhp\n"
+"hd_id3152414\n"
+"1\n"
+"help.text"
+msgid "Insert sound"
msgstr ""
-#: 05020301.xhp#par_id3149174.163.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">The Date&Time format displays the date and time that an entry was made to a cell with this format. </caseinline></switchinline>"
+#. !Lv@
+#: 04150400.xhp
+msgctxt ""
+"04150400.xhp\n"
+"par_id3154840\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"klang\"><ahelp hid=\".uno:InsertSound\">Inserts a sound file into the current document.</ahelp></variable>"
msgstr ""
-#: 05020301.xhp#par_id3143225.164.help.text
-msgid "In <item type=\"productname\">%PRODUCTNAME</item>, a date with the value \"0\" corresponds to Dec 30, 1899."
+#. :Qf$
+#: 05070200.xhp
+msgctxt ""
+"05070200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Center Horizontal"
msgstr ""
-#: 05020301.xhp#hd_id3155870.61.help.text
-msgid "Time Formats"
+#. /+JO
+#: 05070200.xhp
+#, fuzzy
+msgctxt ""
+"05070200.xhp\n"
+"hd_id3150278\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05070200.xhp\" name=\"Center Horizontal\">Center Horizontal</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
+
+#. YIv(
+#: 05070200.xhp
+msgctxt ""
+"05070200.xhp\n"
+"par_id3145138\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AlignHorizontalCenter\">Horizontally centers the selected objects. If only one object is selected in Draw or Impress, the center of the object is aligned to the horizontal center of the page.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3150108.62.help.text
-msgid "To display hours, minutes and seconds use the following number format codes."
+#. ?S._
+#: 05070200.xhp
+msgctxt ""
+"05070200.xhp\n"
+"par_id3144336\n"
+"3\n"
+"help.text"
+msgid "The vertical position of the selected objects is not affected by this command.<embedvar href=\"text/shared/01/05070100.xhp#mehrfachselektion\"/>"
msgstr ""
-#: 05020301.xhp#par_id3149158.63.help.text
-msgctxt "05020301.xhp#par_id3149158.63.help.text"
-msgid "Format"
+#. zr+]
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"tit\n"
+"help.text"
+msgid "XML Filter Settings"
msgstr ""
-#: 05020301.xhp#par_id3154341.64.help.text
-msgctxt "05020301.xhp#par_id3154341.64.help.text"
-msgid "Format Code"
+#. jrxV
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"bm_id3153272\n"
+"help.text"
+msgid "<bookmark_value>filters; XML filter settings</bookmark_value><bookmark_value>XML filters; settings</bookmark_value>"
msgstr ""
-#: 05020301.xhp#par_id3154557.65.help.text
-msgid "Hours as 0-23"
+#. YV=7
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"hd_id3153272\n"
+"2\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06150000.xhp\" name=\"XML Filter Settings\">XML Filter Settings</link>"
msgstr ""
-#: 05020301.xhp#par_id3156348.66.help.text
-msgid "h"
-msgstr "h"
+#. ,Xw#
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"par_id3152937\n"
+"1\n"
+"help.text"
+msgid "<ahelp hid=\".uno:OpenXMLFilterSettings\">Opens the <emph>XML Filter Settings </emph>dialog, where you can create, edit, delete, and test filters to import and to export XML files.</ahelp>"
+msgstr ""
-#: 05020301.xhp#par_id3143218.67.help.text
-msgid "Hours as 00-23"
+#. BkBi
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"par_idN10646\n"
+"help.text"
+msgid "Some filters are only available as optional components during the %PRODUCTNAME installation. To install an optional filter, run the %PRODUCTNAME Setup application, select \"Modify\", and then select the filter that you want in the list of modules."
msgstr ""
-#: 05020301.xhp#par_id3155266.68.help.text
-msgid "hh"
+#. `d);
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"par_id3154794\n"
+"3\n"
+"help.text"
+msgid "The term <emph>XML filter</emph> is used in the following as a shortcut for the more exact description as an <emph>XSLT based filter</emph>."
msgstr ""
-#: 05020301.xhp#par_id3150139.69.help.text
-msgid "Minutes as 0-59"
+#. uMGn
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"par_id3149495\n"
+"4\n"
+"help.text"
+msgid "Term"
msgstr ""
-#: 05020301.xhp#par_id3149588.70.help.text
-msgid "m"
-msgstr "m"
+#. :5JG
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"par_id3149549\n"
+"5\n"
+"help.text"
+msgid "Description"
+msgstr "წარწერა"
-#: 05020301.xhp#par_id3150531.71.help.text
-msgid "Minutes as 00-59"
+#. :x9u
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"par_id3144758\n"
+"6\n"
+"help.text"
+msgid "XML"
msgstr ""
-#: 05020301.xhp#par_id3147409.72.help.text
-msgid "mm"
+#. GSz^
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"par_id3152425\n"
+"7\n"
+"help.text"
+msgid "Extensible Markup Language"
msgstr ""
-#: 05020301.xhp#par_id3154854.73.help.text
-msgid "Seconds as 0-59"
+#. J:GT
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"par_id3155355\n"
+"8\n"
+"help.text"
+msgid "XSL"
msgstr ""
-#: 05020301.xhp#par_id3156173.74.help.text
-msgid "s"
-msgstr "s"
+#. pq3v
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"par_id3145071\n"
+"9\n"
+"help.text"
+msgid "Extensible Stylesheet Language"
+msgstr ""
-#: 05020301.xhp#par_id3149506.75.help.text
-msgid "Seconds as 00-59"
+#. 8TLn
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"par_id3156426\n"
+"10\n"
+"help.text"
+msgid "XSLT"
msgstr ""
-#: 05020301.xhp#par_id3157981.76.help.text
-msgid "ss"
+#. s8qq
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"par_id3154983\n"
+"11\n"
+"help.text"
+msgid "Extensible Stylesheet Language Transformation. XSLT files are also called XSLT stylesheets."
msgstr ""
-#: 05020301.xhp#par_id3757982.help.text
-msgid "The display of the hour, minute, and second components of the time is capped at the maximal number of hours in a day (or 12 hour period), minutes in an hour, or seconds in a minute. To suppress this behavior use square brackets, [ ], as illustrated in the following table."
+#. +#O\
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"par_idN106E7\n"
+"help.text"
+msgid "The XHTML export filter produces valid \"XHTML 1.0 Strict\" output for Writer, Calc, Draw, and Impress documents."
msgstr ""
-#: 05020301.xhp#par_id3157980.help.text
-msgid "Display of the value 1 day, 1 hour, 25 minutes, 9 seconds"
+#. 38lw
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"hd_id3145382\n"
+"12\n"
+"help.text"
+msgid "Filter list"
msgstr ""
-#: 05020301.xhp#par_id3757983.help.text
-msgctxt "05020301.xhp#par_id3757983.help.text"
-msgid "Format Code"
+#. +7P+
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"par_id3147209\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"HID_XML_FILTER_LIST\">Select one or more filters, then click one of the buttons.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3757984.help.text
-msgctxt "05020301.xhp#par_id3757984.help.text"
-msgid "Output Displayed"
+#. S;^C
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"par_idN10711\n"
+"help.text"
+msgid "Some filters are only available as optional components during the %PRODUCTNAME installation. To install an optional filter, run the %PRODUCTNAME Setup application, select \"Modify\", and then select the filter that you want in the list of modules."
msgstr ""
-#: 05020301.xhp#par_id3757986.help.text
-msgctxt "05020301.xhp#par_id3757986.help.text"
-msgid "Format Code"
+#. N|t[
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"par_id3153032\n"
+"33\n"
+"help.text"
+msgid "The lists shows the name and the type of the installed filters."
msgstr ""
-#: 05020301.xhp#par_id3757987.help.text
-msgctxt "05020301.xhp#par_id3757987.help.text"
-msgid "Output Displayed"
+#. z*6h
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"par_id3154577\n"
+"14\n"
+"help.text"
+msgid "Click a filter to select it."
msgstr ""
-#: 05020301.xhp#par_id3757988.help.text
-msgid "HH:MM:SS"
+#. omD.
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"par_id3149885\n"
+"15\n"
+"help.text"
+msgid "Shift-click or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>-click to select several filters."
msgstr ""
-#: 05020301.xhp#par_id3757989.help.text
-msgid "01:25:09"
+#. w-qp
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"par_id3149784\n"
+"16\n"
+"help.text"
+msgid "Double-click a name to edit the filter."
msgstr ""
-#: 05020301.xhp#par_id3757991.help.text
-msgid "[HH]:MM:SS"
+#. $fI=
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"hd_id3159400\n"
+"17\n"
+"help.text"
+msgid "New"
msgstr ""
-#: 05020301.xhp#par_id3757992.help.text
-msgid "25:25:09"
+#. dSmC
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"par_id3149516\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"HID_XML_FILTER_NEW\">Opens a dialog with the name of a new filter.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3757993.help.text
-msgid "MM:SS"
+#. (g_[
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"hd_id3143270\n"
+"19\n"
+"help.text"
+msgid "Edit"
+msgstr "გასვლა"
+
+#. .0/)
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"par_id3156192\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"HID_XML_FILTER_EDIT\">Opens a dialog with the name of the selected file.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3757994.help.text
-msgid "25:09"
+#. PoKh
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"hd_id3154380\n"
+"21\n"
+"help.text"
+msgid "Test XSLTs"
msgstr ""
-#: 05020301.xhp#par_id3757996.help.text
-msgid "[MM]:SS"
+#. ym:7
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"par_id3148491\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"HID_XML_FILTER_TEST\">Opens a dialog with the name of the selected file.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3757997.help.text
-msgid "1525:09"
+#. s$Oz
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"hd_id3157909\n"
+"23\n"
+"help.text"
+msgid "Delete"
msgstr ""
-#: 05020301.xhp#par_id3757998.help.text
-msgid "SS"
+#. ^D+S
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"par_id3153564\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"HID_XML_FILTER_DELETE\">Deletes the selected file after you confirm the dialog that follows.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3757999.help.text
-msgid "09"
+#. p^if
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"hd_id3151384\n"
+"25\n"
+"help.text"
+msgid "Save as Package"
msgstr ""
-#: 05020301.xhp#par_id3758001.help.text
-msgid "[SS]"
+#. P@UO
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"par_id3149575\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"HID_XML_FILTER_SAVE\">Displays a <emph>Save as </emph>dialog to save the selected file as an XSLT filter package (*.jar).</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3758002.help.text
-msgid "91509"
+#. O_WX
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"hd_id3154758\n"
+"27\n"
+"help.text"
+msgid "Open Package"
msgstr ""
-#: 05020301.xhp#par_id3156039.77.help.text
-msgid "To display seconds as fractions, add the decimal delimiter to your number format code. For example, enter <emph>hh:mm:ss.00</emph> to display the time as \"01:02:03.45\"."
+#. ,1h_
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"par_id3147559\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"HID_XML_FILTER_OPEN\">Displays an <emph>Open </emph>dialog to open a filter from an XSLT filter package (*.jar).</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3148649.102.help.text
-msgid "If a time is entered in the form 02:03.45 or 01:02:03.45 or 25:01:02, the following formats are assigned if no other time format has been specified: MM:SS.00 or [HH]:MM:SS.00 or [HH]:MM:SS"
+#. m,oP
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"hd_id3153960\n"
+"29\n"
+"help.text"
+msgid "Help"
+msgstr "დახმარება"
+
+#. ?69@
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"par_id3150865\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"HID_XML_FILTER_SETTINGS_DIALOG\">Displays the help page for this dialog.</ahelp>"
msgstr ""
-#: 05020301.xhp#hd_id3158404.169.help.text
-msgid "Displaying Numbers Using Native Characters"
+#. F!{O
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"hd_id3152772\n"
+"31\n"
+"help.text"
+msgid "Close"
msgstr ""
-#: 05020301.xhp#par_id3149998.170.help.text
-msgid "To display numbers using native number characters, use a [NatNum1], [NatNum2], ... [NatNum11] modifier at the beginning of a number format codes."
+#. ),zN
+#: 06150000.xhp
+msgctxt ""
+"06150000.xhp\n"
+"par_id3159086\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"HID_XML_FILTER_CLOSE\">Closes the dialog.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3154600.171.help.text
-msgid "The [NatNum1] modifier always uses a one to one character mapping to convert numbers to a string that matches the native number format code of the corresponding locale. The other modifiers produce different results if they are used with different locales. A locale can be the language and the territory for which the format code is defined, or a modifier such as [$-yyy] that follows the native number modifier. In this case, yyy is the hexadecimal MS-LCID that is also used in currency format codes. For example, to display a number using Japanese short Kanji characters in an English US locale, use the following number format code:"
+#. m5X3
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit Links"
msgstr ""
-#: 05020301.xhp#par_id3152546.172.help.text
-msgid "[NatNum1][$-411]0"
+#. 4.SC
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"bm_id3156156\n"
+"help.text"
+msgid "<bookmark_value>opening;documents with links</bookmark_value> <bookmark_value>links; updating specific links</bookmark_value> <bookmark_value>updating; links, on opening</bookmark_value> <bookmark_value>links; opening files with</bookmark_value>"
msgstr ""
-#: 05020301.xhp#par_id3147269.173.help.text
-msgid "In the following list, the Microsoft Excel [DBNumX] modifier that corresponds to <item type=\"productname\">%PRODUCTNAME</item> [NatNum] modifier is shown. If you want, you can use a [DBNumX] modifier instead of [NatNum] modifier for your locale. Whenever possible, <item type=\"productname\">%PRODUCTNAME</item> internally maps [DBNumX] modifiers to [NatNumN] modifiers."
+#. q2Lw
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"hd_id3150279\n"
+"1\n"
+"help.text"
+msgid "Edit Links"
msgstr ""
-#: 05020301.xhp#par_idN11234.help.text
-msgid "Displaying dates using [NatNum] modifiers can have a different effect than displaying other types of numbers. Such effects are indicated by 'CAL: '. For example, 'CAL: 1/4/4' indicates that the year is displayed using the [NatNum1] modifier, while the day and month are displayed using the [NatNum4] modifier. If 'CAL' is not specified, the date formats for that particular modifier are not supported."
+#. {Xtb
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"par_id3150774\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"verknuepfungentext\"><ahelp hid=\".uno:ManageLinks\">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.</ahelp></variable>"
msgstr ""
-#: 05020301.xhp#par_id3153111.174.help.text
-msgid "[NatNum1] Transliterations"
+#. B]B(
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"par_id3156156\n"
+"27\n"
+"help.text"
+msgid "When you open a file that contains links, you are prompted to update the links. Depending on where the linked files are stored, the update process can take several minutes to complete."
msgstr ""
-#: 05020301.xhp#par_id3146895.175.help.text
-msgid "Chinese: Chinese lower case characters; CAL: 1/7/7 [DBNum1]"
+#. 0b*X
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"par_id3143270\n"
+"28\n"
+"help.text"
+msgid "If you are loading a file that contains DDE links, you are prompted to update the links. Decline the update if you do not want to establish a connection to the DDE server."
msgstr ""
-#: 05020301.xhp#par_id3152536.176.help.text
-msgid "Japanese: short Kanji characters [DBNum1]; CAL: 1/4/4 [DBNum1]"
+#. !jaw
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"par_idN10646\n"
+"help.text"
+msgid "<ahelp hid=\"34869\">Double-click a link in the list to open a file dialog where you can select another object for this link.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3146125.177.help.text
-msgid "Korean: Korean lower case characters [DBNum1]; CAL: 1/7/7 [DBNum1]"
+#. y(SH
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"par_idN1099856\n"
+"help.text"
+msgid "When you open a file by an URL from the Windows file dialog, Windows will open a local copy of the file, located in the Internet Explorer cache. The %PRODUCTNAME file dialog opens the remote file."
msgstr ""
-#: 05020301.xhp#par_id3149945.178.help.text
-msgid "Thai: Thai characters"
+#. }p)/
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"hd_id3155503\n"
+"3\n"
+"help.text"
+msgid "Source file"
msgstr ""
-#: 05020301.xhp#par_id3153264.179.help.text
-msgid "Arabic: Indic characters"
+#. YL4I
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"par_id3156152\n"
+"4\n"
+"help.text"
+msgid "Lists the path to the source file."
msgstr ""
-#: 05020301.xhp#par_id3148973.180.help.text
-msgid "Indic: Indic characters"
+#. /+5#
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"hd_id3155449\n"
+"11\n"
+"help.text"
+msgid "Element"
msgstr ""
-#: 05020301.xhp#par_idN112A3.help.text
-msgid "Hebrew: Hebrew letters"
+#. #%8s
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"par_id3153348\n"
+"12\n"
+"help.text"
+msgid "Lists the application (if known) that last saved the source file."
msgstr ""
-#: 05020301.xhp#par_id3147520.181.help.text
-msgid "[NatNum2] Transliteration in"
+#. P#mh
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"hd_id3153061\n"
+"7\n"
+"help.text"
+msgid "Type"
+msgstr "ტიპი:"
+
+#. _r)3
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"par_id3151384\n"
+"8\n"
+"help.text"
+msgid "Lists the file type, such as graphic, of the source file."
msgstr ""
-#: 05020301.xhp#par_id3155383.182.help.text
-msgid "Chinese: Chinese upper case characters; CAL: 2/8/8 [DBNum2]"
+#. cV#p
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"hd_id3156343\n"
+"9\n"
+"help.text"
+msgid "Status"
msgstr ""
-#: 05020301.xhp#par_id3153931.183.help.text
-msgid "Japanese: traditional Kanji characters; CAL: 2/5/5 [DBNum2]"
+#. z0v0
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"par_id3149046\n"
+"10\n"
+"help.text"
+msgid "Lists additional information about the source file."
msgstr ""
-#: 05020301.xhp#par_id3155097.184.help.text
-msgid "Korean: Korean upper case characters [DBNum2]; CAL: 2/8/8 [DBNum2]"
+#. UcI(
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"hd_id3147264\n"
+"15\n"
+"help.text"
+msgid "Automatic"
msgstr ""
-#: 05020301.xhp#par_id3152976.185.help.text
-msgid "[NatNum3] Transliteration in"
+#. {KG6
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"par_id3147304\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SO3:RADIOBUTTON:MD_UPDATE_BASELINKS:RB_AUTOMATIC\">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.</ahelp> This option is not available for a linked graphic file."
msgstr ""
-#: 05020301.xhp#par_id3154353.186.help.text
-msgid "Chinese: fullwidth Arabic digits; CAL: 3/3/3 [DBNum3]"
+#. Tav_
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"par_id3149456\n"
+"30\n"
+"help.text"
+msgid "The <emph>Automatic</emph> option is only available for DDE links. You can insert a DDE link by copying the contents from one file and pasting by choosing <emph>Edit - Paste Special</emph>, and then selecting the <emph>Link</emph> box. As DDE is a text based linking system, only the displayed decimals are copied into the target sheet."
msgstr ""
-#: 05020301.xhp#par_id3154669.187.help.text
-msgid "Japanese: fullwidth Arabic digits; CAL: 3/3/3 [DBNum3]"
+#. bgWg
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"hd_id3154938\n"
+"17\n"
+"help.text"
+msgid "Manual"
+msgstr "ხელით"
+
+#. ~TuA
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"par_id3151210\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SO3:RADIOBUTTON:MD_UPDATE_BASELINKS:RB_MANUAL\">Only updates the link when you click the <emph>Update </emph>button.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3150472.188.help.text
-msgid "Korean: fullwidth Arabic digits [DBNum3]; CAL: 3/3/3 [DBNum3]"
+#. WR=q
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"hd_id3156280\n"
+"19\n"
+"help.text"
+msgid "Update"
msgstr ""
-#: 05020301.xhp#par_id3157811.189.help.text
-msgid "[NatNum4] Transliteration in"
+#. K(.E
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"par_id3157320\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SO3:PUSHBUTTON:MD_UPDATE_BASELINKS:PB_UPDATE_NOW\">Updates the selected link so that the most recently saved version of the linked file is displayed in the current document.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3154592.190.help.text
-msgid "Chinese: lower case text [DBNum1]"
+#. /S4g
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"hd_id3151381\n"
+"21\n"
+"help.text"
+msgid "Modify"
msgstr ""
-#: 05020301.xhp#par_id3150350.191.help.text
-msgid "Japanese: modern long Kanji text [DBNum2]"
+#. +J6A
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"par_id3154125\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SO3:PUSHBUTTON:MD_UPDATE_BASELINKS:PB_CHANGE_SOURCE\">Change the source file for the selected link.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3150930.192.help.text
-msgid "Korean: formal lower case text"
+#. |i!-
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"hd_id3147084\n"
+"23\n"
+"help.text"
+msgid "Break Link"
msgstr ""
-#: 05020301.xhp#par_id3153546.193.help.text
-msgid "[NatNum5] Transliteration in"
+#. @]Lh
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"par_id3147230\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SO3:PUSHBUTTON:MD_UPDATE_BASELINKS:PB_BREAK_LINK\">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.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3155612.194.help.text
-msgid "Chinese: Chinese upper case text [DBNum2]"
+#. !b;\
+#: 05110400.xhp
+msgctxt ""
+"05110400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Strikethrough"
msgstr ""
-#: 05020301.xhp#par_id3155909.195.help.text
-msgid "Japanese: traditional long Kanji text [DBNum3]"
+#. 3,9#
+#: 05110400.xhp
+msgctxt ""
+"05110400.xhp\n"
+"bm_id3152942\n"
+"help.text"
+msgid "<bookmark_value>strikethrough;characters</bookmark_value>"
msgstr ""
-#: 05020301.xhp#par_id3151304.196.help.text
-msgid "Korean: formal upper case text"
+#. \BZ.
+#: 05110400.xhp
+#, fuzzy
+msgctxt ""
+"05110400.xhp\n"
+"hd_id3152942\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05110400.xhp\" name=\"Strikethrough\">Strikethrough</link>"
+msgstr "<link href=\"text/shared/01/01170000.xhp\" name=\"Exit\">გასვლა</link>"
+
+#. ,1_+
+#: 05110400.xhp
+msgctxt ""
+"05110400.xhp\n"
+"par_id3153391\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Strikeout\" visibility=\"visible\">Draws a line through the selected text, or if the cursor is in a word, the entire word.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3155075.197.help.text
-msgid "[NatNum6] Transliteration in"
+#. OJsf
+#: 05230300.xhp
+msgctxt ""
+"05230300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Rotation"
+msgstr "მდებარეობა:"
+
+#. (JzS
+#: 05230300.xhp
+#, fuzzy
+msgctxt ""
+"05230300.xhp\n"
+"hd_id3149741\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05230300.xhp\" name=\"Rotation\">Rotation</link>"
+msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">ჩრდილი</link>"
+
+#. xm|(
+#: 05230300.xhp
+msgctxt ""
+"05230300.xhp\n"
+"par_id3146873\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TRANS_ANGLE\">Rotates the selected object.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3150214.198.help.text
-msgid "Chinese: fullwidth text [DBNum3]"
+#. :;d4
+#: 05230300.xhp
+msgctxt ""
+"05230300.xhp\n"
+"hd_id3148983\n"
+"3\n"
+"help.text"
+msgid "Pivot point"
msgstr ""
-#: 05020301.xhp#par_id3154114.199.help.text
-msgid "Japanese: fullwidth text"
+#. 6W2G
+#: 05230300.xhp
+msgctxt ""
+"05230300.xhp\n"
+"par_id3150902\n"
+"4\n"
+"help.text"
+msgid "The selected object is rotated around a pivot point that you specify. The default pivot point is at the center of the object."
msgstr ""
-#: 05020301.xhp#par_id3155344.200.help.text
-msgid "Korean: fullwidth text"
+#. ^AH/
+#: 05230300.xhp
+msgctxt ""
+"05230300.xhp\n"
+"par_id3153528\n"
+"17\n"
+"help.text"
+msgid "If you set a pivot point too far outside of the object boundaries, the object could be rotated off of the page."
msgstr ""
-#: 05020301.xhp#par_id3155538.201.help.text
-msgid "[NatNum7] Transliteration in"
+#. |KkH
+#: 05230300.xhp
+msgctxt ""
+"05230300.xhp\n"
+"hd_id3145382\n"
+"5\n"
+"help.text"
+msgid "X Position"
msgstr ""
-#: 05020301.xhp#par_id3145123.202.help.text
-msgid "Japanese: modern short Kanji text"
+#. ;]lR
+#: 05230300.xhp
+msgctxt ""
+"05230300.xhp\n"
+"par_id3166410\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_ANGLE:MTR_FLD_POS_X\">Enter the horizontal distance from the left edge of the page to the pivot point.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3149424.203.help.text
-msgid "Korean: informal lower case text"
+#. W9^[
+#: 05230300.xhp
+msgctxt ""
+"05230300.xhp\n"
+"hd_id3155323\n"
+"7\n"
+"help.text"
+msgid "Y Position"
msgstr ""
-#: 05020301.xhp#par_id3153688.204.help.text
-msgid "[NatNum8] Transliteration in"
+#. u*It
+#: 05230300.xhp
+msgctxt ""
+"05230300.xhp\n"
+"par_id3150669\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_ANGLE:MTR_FLD_POS_Y\">Enter the vertical distance from the top edge of the page to the pivot point.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3156122.205.help.text
-msgid "Japanese: traditional short Kanji text [DBNum4]"
+#. ds;o
+#: 05230300.xhp
+msgctxt ""
+"05230300.xhp\n"
+"hd_id3153332\n"
+"9\n"
+"help.text"
+msgid "Defaults"
msgstr ""
-#: 05020301.xhp#par_id3145602.206.help.text
-msgid "Korean: informal upper case text"
+#. u\+W
+#: 05230300.xhp
+msgctxt ""
+"05230300.xhp\n"
+"par_id3143270\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TPROTATION_CTRL1\">Click where you want to place the pivot point.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3159228.207.help.text
-msgid "[NatNum9] Transliteration in"
+#. +ISF
+#: 05230300.xhp
+msgctxt ""
+"05230300.xhp\n"
+"hd_id3146847\n"
+"11\n"
+"help.text"
+msgid "Rotation angle"
msgstr ""
-#: 05020301.xhp#par_id3154644.208.help.text
-msgid "Korean: Hangul characters"
+#. V|^g
+#: 05230300.xhp
+msgctxt ""
+"05230300.xhp\n"
+"par_id3156155\n"
+"12\n"
+"help.text"
+msgid "Specify the number of degrees that you want to rotate the selected object, or click in the rotation grid."
msgstr ""
-#: 05020301.xhp#par_id3155396.209.help.text
-msgid "[NatNum10] Transliteration in"
+#. wd$I
+#: 05230300.xhp
+msgctxt ""
+"05230300.xhp\n"
+"hd_id3154173\n"
+"13\n"
+"help.text"
+msgid "Angle"
msgstr ""
-#: 05020301.xhp#par_id3150878.210.help.text
-msgid "Korean: formal Hangul text [DBNum4]; CAL: 9/11/11 [DBNum4]"
+#. oRz~
+#: 05230300.xhp
+msgctxt ""
+"05230300.xhp\n"
+"par_id3147573\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_ANGLE:MTR_FLD_ANGLE\">Enter the number of degrees that you want to rotate the selected object.</ahelp>"
msgstr ""
-#: 05020301.xhp#par_id3149384.211.help.text
-msgid "[NatNum11] Transliteration in"
+#. Y_Y_
+#: 05230300.xhp
+msgctxt ""
+"05230300.xhp\n"
+"hd_id3148474\n"
+"15\n"
+"help.text"
+msgid "Defaults"
msgstr ""
-#: 05020301.xhp#par_id3154213.212.help.text
-msgid "Korean: informal Hangul text"
+#. %WAY
+#: 05230300.xhp
+msgctxt ""
+"05230300.xhp\n"
+"par_id3154811\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TPROTATION_CTRL2\">Click to specify the rotation angle in multiples of 45 degrees.</ahelp>"
msgstr ""
-#: 05110200.xhp#tit.help.text
-msgid "Italic"
-msgstr "დახრილი"
+#. CT-N
+#: 05210400.xhp
+msgctxt ""
+"05210400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hatching"
+msgstr ""
-#: 05110200.xhp#bm_id3155182.help.text
-msgid "<bookmark_value>text; italics</bookmark_value><bookmark_value>italic text</bookmark_value><bookmark_value>characters; italics</bookmark_value>"
+#. wG.)
+#: 05210400.xhp
+msgctxt ""
+"05210400.xhp\n"
+"bm_id3149962\n"
+"help.text"
+msgid "<bookmark_value>hatching</bookmark_value><bookmark_value>areas; hatched/dotted</bookmark_value><bookmark_value>dotted areas</bookmark_value>"
msgstr ""
-#: 05110200.xhp#hd_id3155182.1.help.text
+#. #Ih\
+#: 05210400.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05110200.xhp\" name=\"Italic\">Italic</link>"
-msgstr "<link href=\"text/shared/01/01110400.xhp\" name=\"Edit\">რედაქტირება</link>"
+msgctxt ""
+"05210400.xhp\n"
+"hd_id3149962\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210400.xhp\" name=\"Hatching\">Hatching</link>"
+msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">ჩრდილი</link>"
-#: 05110200.xhp#par_id3148882.2.help.text
-msgid "<ahelp hid=\".uno:Italic\">Makes the selected text italic. If the cursor is in a word, the entire word is made italic. If the selection or word is already italic, the formatting is removed.</ahelp>"
+#. oaxV
+#: 05210400.xhp
+msgctxt ""
+"05210400.xhp\n"
+"par_id3144436\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AREA_HATCH\">Set the properties of a hatching pattern, or save and load hatching lists.</ahelp>"
msgstr ""
-#: 05110200.xhp#par_id3156069.3.help.text
-msgctxt "05110200.xhp#par_id3156069.3.help.text"
-msgid "If the cursor is not inside a word, and no text is selected, then the font style is applied to the text that you type."
-msgstr ""
+#. J=Hc
+#: 05210400.xhp
+msgctxt ""
+"05210400.xhp\n"
+"hd_id3156042\n"
+"3\n"
+"help.text"
+msgid "Properties"
+msgstr "თვისებები"
-#: 02110000.xhp#tit.help.text
-msgid "Navigator for Master Documents"
+#. lj$+
+#: 05210400.xhp
+msgctxt ""
+"05210400.xhp\n"
+"par_id3147291\n"
+"4\n"
+"help.text"
+msgid "Define or modify a hatching pattern."
msgstr ""
-#: 02110000.xhp#hd_id3153391.1.help.text
-msgid "<link href=\"text/shared/01/02110000.xhp\">Navigator for Master Documents</link>"
+#. )NGe
+#: 05210400.xhp
+msgctxt ""
+"05210400.xhp\n"
+"hd_id3147834\n"
+"5\n"
+"help.text"
+msgid "Spacing"
msgstr ""
-#: 02110000.xhp#par_id3150603.2.help.text
-msgid "In a <link href=\"text/shared/01/01010001.xhp\">master document</link>, you can switch the Navigator between normal view and master view."
+#. CxsU
+#: 05210400.xhp
+msgctxt ""
+"05210400.xhp\n"
+"par_id3147010\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_HATCH:MTR_FLD_DISTANCE\">Enter the amount of space that you want to have between the hatch lines.</ahelp>"
msgstr ""
-#: 02110000.xhp#par_id3148585.25.help.text
-msgid "<ahelp hid=\"HID_NAVIGATOR_GLOB_TREELIST\">The Navigator lists the main components of the master document. If you rest the mouse pointer over a name of a sub-document in the list, the full path of the sub-document is displayed.</ahelp>"
+#. Ha$;
+#: 05210400.xhp
+msgctxt ""
+"05210400.xhp\n"
+"hd_id3155355\n"
+"7\n"
+"help.text"
+msgid "Angle"
msgstr ""
-#: 02110000.xhp#par_id3150789.3.help.text
-msgid "The master view in the Navigator displays the following icons:"
+#. t,To
+#: 05210400.xhp
+msgctxt ""
+"05210400.xhp\n"
+"par_id3156410\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_HATCH:MTR_FLD_ANGLE\">Enter the rotation angle for the hatch lines, or click a position in the angle grid.</ahelp>"
msgstr ""
-#: 02110000.xhp#hd_id3152542.4.help.text
-msgctxt "02110000.xhp#hd_id3152542.4.help.text"
-msgid "Toggle"
+#. \;sX
+#: 05210400.xhp
+msgctxt ""
+"05210400.xhp\n"
+"hd_id3156113\n"
+"9\n"
+"help.text"
+msgid "Angle grid"
msgstr ""
-#: 02110000.xhp#par_id3153394.5.help.text
-msgid "Switches between master view and normal view."
+#. .=eg
+#: 05210400.xhp
+msgctxt ""
+"05210400.xhp\n"
+"par_id3147242\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TPHATCH_CTRL\">Click a position in the grid to define the rotation angle for the hatch lines.</ahelp>"
msgstr ""
-#: 02110000.xhp#par_id3145313.help.text
-#, fuzzy
-msgid "<image id=\"img_id3155535\" src=\"sw/imglst/sc20244.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155535\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150503\">ხატულა</alt></image>"
-
-#: 02110000.xhp#par_id3159233.6.help.text
-msgctxt "02110000.xhp#par_id3159233.6.help.text"
-msgid "Toggle"
+#. x==?
+#: 05210400.xhp
+msgctxt ""
+"05210400.xhp\n"
+"hd_id3155449\n"
+"21\n"
+"help.text"
+msgid "Line type"
msgstr ""
-#: 02110000.xhp#hd_id3147275.7.help.text
-msgctxt "02110000.xhp#hd_id3147275.7.help.text"
-msgid "Edit"
-msgstr "გასვლა"
-
-#: 02110000.xhp#par_id3147242.8.help.text
-msgid "<ahelp hid=\"HID_GLBLTREE_EDIT\">Edit the contents of the component selected in the Navigator list. If the selection is a file, the file is opened for editing. If the selection is an index, the index dialog is opened.</ahelp>"
+#. f)Sb
+#: 05210400.xhp
+msgctxt ""
+"05210400.xhp\n"
+"par_id3152909\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_HATCH:LB_LINE_TYPE\">Select the type of hatch lines that you want to use.</ahelp>"
msgstr ""
-#: 02110000.xhp#par_id3153716.help.text
-#, fuzzy
-msgid "<image id=\"img_id3145416\" src=\"sw/imglst/sc20245.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3145416\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147317\">ხატულა</alt></image>"
-
-#: 02110000.xhp#par_id3149192.9.help.text
-msgctxt "02110000.xhp#par_id3149192.9.help.text"
-msgid "Edit"
-msgstr "გასვლა"
+#. 2GNf
+#: 05210400.xhp
+msgctxt ""
+"05210400.xhp\n"
+"hd_id3150503\n"
+"23\n"
+"help.text"
+msgid "Line color"
+msgstr ""
-#: 02110000.xhp#hd_id3150084.10.help.text
-msgctxt "02110000.xhp#hd_id3150084.10.help.text"
-msgid "Update"
+#. T^nd
+#: 05210400.xhp
+msgctxt ""
+"05210400.xhp\n"
+"par_id3149578\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_HATCH:LB_LINE_COLOR\">Select the color of the hatch lines.</ahelp>"
msgstr ""
-#: 02110000.xhp#par_id3149164.11.help.text
-msgid "<ahelp hid=\"HID_GLBLTREE_UPDATE\">Click and choose the contents that you want to update.</ahelp>"
+#. b}#[
+#: 05210400.xhp
+msgctxt ""
+"05210400.xhp\n"
+"hd_id3159147\n"
+"11\n"
+"help.text"
+msgid "Hatches List"
msgstr ""
-#: 02110000.xhp#par_id3159166.help.text
-#, fuzzy
-msgid "<image id=\"img_id3153146\" src=\"sw/imglst/sc20246.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153146\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153821\">ხატულა</alt></image>"
+#. QFMp
+#: 05210400.xhp
+msgctxt ""
+"05210400.xhp\n"
+"par_id3149955\n"
+"12\n"
+"help.text"
+msgid "Lists the available hatching patterns. You can also modify or create your own hatching pattern. To save the list, click the <emph>Save Hatches List</emph> button. To display a different list, click the <emph>Load Hatches List</emph> button."
+msgstr ""
-#: 02110000.xhp#par_id3145086.12.help.text
-msgctxt "02110000.xhp#par_id3145086.12.help.text"
-msgid "Update"
+#. OB_,
+#: 05210400.xhp
+msgctxt ""
+"05210400.xhp\n"
+"hd_id3150670\n"
+"13\n"
+"help.text"
+msgid "Hatches list"
msgstr ""
-#: 02110000.xhp#hd_id3147264.28.help.text
-msgctxt "02110000.xhp#hd_id3147264.28.help.text"
-msgid "Selection"
+#. rn.F
+#: 05210400.xhp
+msgctxt ""
+"05210400.xhp\n"
+"par_id3144438\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_HATCH:LB_HATCHINGS\">Lists the available hatching patterns. Click the hatching pattern that you want to apply, and then click <emph>OK</emph>.</ahelp>"
msgstr ""
-#: 02110000.xhp#par_id3147303.29.help.text
-msgid "<ahelp hid=\"HID_GLBLTREE_UPD_SEL\">Updates the contents of the selection.</ahelp>"
+#. XPij
+#: 05210400.xhp
+msgctxt ""
+"05210400.xhp\n"
+"hd_id3153823\n"
+"15\n"
+"help.text"
+msgid "Add"
msgstr ""
-#: 02110000.xhp#hd_id3148756.30.help.text
-msgid "Indexes"
+#. #GoO
+#: 05210400.xhp
+msgctxt ""
+"05210400.xhp\n"
+"par_id3148924\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_HATCH:BTN_ADD\">Adds a custom hatching pattern to the current list. Specify the properties of your hatching pattern, and then click this button.</ahelp>"
msgstr ""
-#: 02110000.xhp#par_id3156435.31.help.text
-msgid "<ahelp hid=\"HID_GLBLTREE_UPD_IDX\">Updates all indexes.</ahelp>"
+#. T*9\
+#: 05210400.xhp
+msgctxt ""
+"05210400.xhp\n"
+"hd_id3147620\n"
+"17\n"
+"help.text"
+msgid "Modify"
msgstr ""
-#: 02110000.xhp#hd_id3153524.32.help.text
-msgid "Links"
+#. *y]\
+#: 05210400.xhp
+msgctxt ""
+"05210400.xhp\n"
+"par_id3156023\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_HATCH:BTN_MODIFY\">Applies the current hatching properties to the selected hatching pattern. If you want, you can save the pattern under a different name.</ahelp>"
msgstr ""
-#: 02110000.xhp#par_id3154224.33.help.text
-msgid "<ahelp hid=\"HID_GLBLTREE_UPD_LINK\">Updates all links.</ahelp>"
+#. }4};
+#: 05210400.xhp
+msgctxt ""
+"05210400.xhp\n"
+"hd_id3147304\n"
+"25\n"
+"help.text"
+msgid "Load Hatches List"
msgstr ""
-#: 02110000.xhp#hd_id3154938.34.help.text
-msgctxt "02110000.xhp#hd_id3154938.34.help.text"
-msgid "All"
+#. nw=4
+#: 05210400.xhp
+msgctxt ""
+"05210400.xhp\n"
+"par_id3156343\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_HATCH:BTN_LOAD\">Loads a different list of hatching patterns.</ahelp>"
msgstr ""
-#: 02110000.xhp#par_id3154154.35.help.text
-msgid "<ahelp hid=\"HID_GLBLTREEUPD_ALL\">Updates all contents.</ahelp>"
+#. ,!%!
+#: 05210400.xhp
+msgctxt ""
+"05210400.xhp\n"
+"hd_id3154347\n"
+"27\n"
+"help.text"
+msgid "Save Hatches List"
msgstr ""
-#: 02110000.xhp#hd_id3154631.48.help.text
-msgid "Edit link"
+#. VRiX
+#: 05210400.xhp
+msgctxt ""
+"05210400.xhp\n"
+"par_id3152811\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_HATCH:BTN_SAVE\">Saves the current list of hatching patterns, so that you can load it later.</ahelp>"
msgstr ""
-#: 02110000.xhp#par_id3153105.49.help.text
-msgid "This command is found by right-clicking an inserted file in the Navigator.<ahelp hid=\"HID_GLBLTREE_EDIT_LINK\">Changes the link properties for the selected file.</ahelp>"
+#. FMLF
+#: 04060200.xhp
+msgctxt ""
+"04060200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Request"
msgstr ""
-#: 02110000.xhp#hd_id3152933.13.help.text
-msgctxt "02110000.xhp#hd_id3152933.13.help.text"
-msgid "Insert"
+#. Rg?n
+#: 04060200.xhp
+msgctxt ""
+"04060200.xhp\n"
+"hd_id3153514\n"
+"1\n"
+"help.text"
+msgid "Request"
msgstr ""
-#: 02110000.xhp#par_id3147084.14.help.text
-msgid "<ahelp hid=\"HID_GLBLTREE_INSERT\">Inserts a file, an index, or a new document into the master document.</ahelp>"
+#. Tbh;
+#: 04060200.xhp
+msgctxt ""
+"04060200.xhp\n"
+"par_id3150278\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"anford\"><ahelp hid=\".uno:TwainTransfer\" visibility=\"visible\">Scans an image, and then inserts the result into the document. The scanning dialog is provided by the manufacturer of the scanner.</ahelp></variable> For an explanation of the dialog please refer to the documentation on your scanner."
msgstr ""
-#: 02110000.xhp#par_id3153969.57.help.text
-msgid "You can also insert files into the master document by dragging a file from your desktop and dropping on the master view of the Navigator."
+#. FUYo
+#: 05210000.xhp
+msgctxt ""
+"05210000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Area"
msgstr ""
-#: 02110000.xhp#par_id3153951.help.text
-#, fuzzy
-msgid "<image id=\"img_id3146984\" src=\"sw/imglst/sc20247.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3146984\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149784\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149784\">ხატულა</alt></image>"
+#. ;rW?
+#: 05210000.xhp
+msgctxt ""
+"05210000.xhp\n"
+"hd_id3085157\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">Area</link>"
+msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">არე</link>"
-#: 02110000.xhp#par_id3150486.15.help.text
-msgctxt "02110000.xhp#par_id3150486.15.help.text"
-msgid "Insert"
+#. S0}c
+#: 05210000.xhp
+msgctxt ""
+"05210000.xhp\n"
+"par_id3144436\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"flaechetext\"><ahelp hid=\".uno:FormatArea\">Sets the fill properties of the selected drawing object.</ahelp></variable>"
msgstr ""
-#: 02110000.xhp#hd_id3146921.36.help.text
-msgid "Index"
-msgstr "ინდექსი"
+#. Wa?Z
+#: 01100600.xhp
+msgctxt ""
+"01100600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Security"
+msgstr ""
-#: 02110000.xhp#par_id3149267.37.help.text
-msgid "<ahelp hid=\"HID_GLBLTREE_INS_IDX\">Inserts an index or a table of contents into the master document.</ahelp>"
+#. ZQO]
+#: 01100600.xhp
+msgctxt ""
+"01100600.xhp\n"
+"bm_id1472519\n"
+"help.text"
+msgid "<bookmark_value>password as document property</bookmark_value><bookmark_value>file sharing options for current document</bookmark_value><bookmark_value>read-only documents;opening documents as</bookmark_value><bookmark_value>saving;with password by default</bookmark_value><bookmark_value>user data;removing when saving</bookmark_value>"
msgstr ""
-#: 02110000.xhp#hd_id3155413.42.help.text
+#. 5rL_
+#: 01100600.xhp
#, fuzzy
-msgctxt "02110000.xhp#hd_id3155413.42.help.text"
-msgid "File"
-msgstr "შევსება"
+msgctxt ""
+"01100600.xhp\n"
+"hd_id3149969\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01100600.xhp\" name=\"Security\">Security</link>"
+msgstr "<link href=\"text/shared/01/01100200.xhp\" name=\"General\">ზოგადი</link>"
-#: 02110000.xhp#par_id3159198.43.help.text
-msgid "<ahelp hid=\"HID_GLBLTREE_INS_FILE\">Inserts one or more existing files into the master document.</ahelp>"
+#. 43rF
+#: 01100600.xhp
+msgctxt ""
+"01100600.xhp\n"
+"par_id3156049\n"
+"help.text"
+msgid "<ahelp hid=\".\">Sets password options for the current document.</ahelp>"
msgstr ""
-#: 02110000.xhp#hd_id3155856.44.help.text
-msgctxt "02110000.xhp#hd_id3155856.44.help.text"
-msgid "New Document"
-msgstr "ტექსტური დოკუმენტი"
-
-#: 02110000.xhp#par_id3154321.45.help.text
-msgid "<ahelp hid=\"HID_GLBLTREE_INS_NEW_FILE\">Creates and inserts a new sub-document.</ahelp> When you create a new document, you are prompted to enter the file name and the location where you want to save the document."
+#. 1l8G
+#: 01100600.xhp
+msgctxt ""
+"01100600.xhp\n"
+"hd_id31499\n"
+"help.text"
+msgid "File encryption"
msgstr ""
-#: 02110000.xhp#hd_id3154472.46.help.text
-msgctxt "02110000.xhp#hd_id3154472.46.help.text"
-msgid "Text"
+#. 0(ig
+#: 01100600.xhp
+msgctxt ""
+"01100600.xhp\n"
+"hd_id31499A\n"
+"help.text"
+msgid "The password to open the current document can be set in the Properties dialog on the Security tab page. You can also set a password to open the document when you save the document. Check the Save with password option on the Save As dialog, and enter the password."
msgstr ""
-#: 02110000.xhp#par_id3163712.47.help.text
-msgid "<ahelp hid=\"HID_GLBLTREE_INS_TEXT\">Inserts a new paragraph in the master document where you can enter text. You cannot insert text next to an existing text entry in the Navigator.</ahelp>"
+#. s`xM
+#: 01100600.xhp
+msgctxt ""
+"01100600.xhp\n"
+"par_idN106AA1\n"
+"help.text"
+msgid "Enter password to open"
msgstr ""
-#: 02110000.xhp#hd_id3154640.16.help.text
-msgctxt "02110000.xhp#hd_id3154640.16.help.text"
-msgid "Save Contents as well"
+#. \#Z/
+#: 01100600.xhp
+msgctxt ""
+"01100600.xhp\n"
+"par_id3150502B\n"
+"help.text"
+msgid "<ahelp hid=\".\">Type a password. A password is case sensitive.</ahelp>"
msgstr ""
-#: 02110000.xhp#par_id3149666.17.help.text
-msgid "<ahelp hid=\"HID_NAVI_TBX21\">Saves a copy of the contents of the linked files in the master document. This ensures that the current contents are available when the linked files cannot be accessed.</ahelp>"
+#. z3}_
+#: 01100600.xhp
+msgctxt ""
+"01100600.xhp\n"
+"par_idN106AA2\n"
+"help.text"
+msgid "Confirm password"
msgstr ""
-#: 02110000.xhp#par_id3151351.help.text
-#, fuzzy
-msgid "<image id=\"img_id3152885\" src=\"sw/imglst/sc20248.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152885\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153821\">ხატულა</alt></image>"
-
-#: 02110000.xhp#par_id3157974.18.help.text
-msgctxt "02110000.xhp#par_id3157974.18.help.text"
-msgid "Save Contents as well"
+#. 3]%7
+#: 01100600.xhp
+msgctxt ""
+"01100600.xhp\n"
+"par_id3151100E\n"
+"help.text"
+msgid "<ahelp hid=\".\">Re-enter the password.</ahelp>"
msgstr ""
-#: 02110000.xhp#hd_id3154096.19.help.text
-msgctxt "02110000.xhp#hd_id3154096.19.help.text"
-msgid "Move Down"
+#. dX{-
+#: 01100600.xhp
+msgctxt ""
+"01100600.xhp\n"
+"par_idN106A3\n"
+"help.text"
+msgid "File sharing options"
msgstr ""
-#: 02110000.xhp#par_id3155852.20.help.text
-msgid "<ahelp hid=\"HID_NAVI_TBX23\">Moves the selection down one position in the Navigator list.</ahelp> You can also move entries by dragging and dropping them in the list. If you move a text section onto another text section, the text sections are merged."
+#. Y4xP
+#: 01100600.xhp
+msgctxt ""
+"01100600.xhp\n"
+"hd_id31499F\n"
+"help.text"
+msgid "The password to edit the current document can be set in the Properties dialog on the Security tab page. Currently this option is evaluated for documents in some Microsoft file formats."
msgstr ""
-#: 02110000.xhp#par_id3154790.help.text
-#, fuzzy
-msgid "<image id=\"img_id3166413\" src=\"sw/imglst/sc20171.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3166413\">Icon</alt></image>"
-msgstr "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163710\">ხატულა</alt></image>"
+#. r^S7
+#: 01100600.xhp
+msgctxt ""
+"01100600.xhp\n"
+"par_idN106AA3\n"
+"help.text"
+msgid "Enter password to allow editing"
+msgstr ""
-#: 02110000.xhp#par_id3149417.21.help.text
-msgctxt "02110000.xhp#par_id3149417.21.help.text"
-msgid "Move Down"
+#. x}E(
+#: 01100600.xhp
+msgctxt ""
+"01100600.xhp\n"
+"par_id3150502H\n"
+"help.text"
+msgid "<ahelp hid=\".\">Type a password. A password is case sensitive.</ahelp>"
msgstr ""
-#: 02110000.xhp#hd_id3147124.22.help.text
-msgctxt "02110000.xhp#hd_id3147124.22.help.text"
-msgid "Move Up"
+#. `[2R
+#: 01100600.xhp
+msgctxt ""
+"01100600.xhp\n"
+"par_idN106AA4\n"
+"help.text"
+msgid "Confirm password"
msgstr ""
-#: 02110000.xhp#par_id3146927.23.help.text
-msgid "<ahelp hid=\"HID_NAVI_TBX22\">Moves the selection up one position in the Navigator list.</ahelp> You can also move entries by dragging and dropping them in the list. If you move a text section onto another text section, the text sections are merged."
+#. zWP;
+#: 01100600.xhp
+msgctxt ""
+"01100600.xhp\n"
+"par_id3151100J\n"
+"help.text"
+msgid "<ahelp hid=\".\">Re-enter the password.</ahelp>"
msgstr ""
-#: 02110000.xhp#par_id3156178.help.text
-#, fuzzy
-msgid "<image id=\"img_id3155083\" src=\"sw/imglst/sc20174.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155083\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150503\">ხატულა</alt></image>"
+#. @!F/
+#: 01100600.xhp
+msgctxt ""
+"01100600.xhp\n"
+"par_idN106AA\n"
+"help.text"
+msgid "Open file read-only"
+msgstr ""
-#: 02110000.xhp#par_id3147257.24.help.text
-msgctxt "02110000.xhp#par_id3147257.24.help.text"
-msgid "Move Up"
+#. },ta
+#: 01100600.xhp
+msgctxt ""
+"01100600.xhp\n"
+"par_idN106AE\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to allow this document to be opened in read-only mode only.</ahelp>"
msgstr ""
-#: 02110000.xhp#hd_id3148566.26.help.text
-msgctxt "02110000.xhp#hd_id3148566.26.help.text"
-msgid "Delete"
+#. 1KtR
+#: 01100600.xhp
+msgctxt ""
+"01100600.xhp\n"
+"par_idN106B1\n"
+"help.text"
+msgid "This file sharing option protects the document against accidental changes. It is still possible to edit a copy of the document and save that copy with the same name as the original."
msgstr ""
-#: 02110000.xhp#par_id3153099.27.help.text
-msgid "<ahelp hid=\"HID_GLBLTREE_DEL\">Deletes the selection from the Navigator list.</ahelp>"
+#. #!,p
+#: 01100600.xhp
+msgctxt ""
+"01100600.xhp\n"
+"par_idN106B4\n"
+"help.text"
+msgid "Record changes"
msgstr ""
-#: 05250600.xhp#tit.help.text
-msgid "To Background"
-msgstr "ფონი"
+#. (Mp#
+#: 01100600.xhp
+msgctxt ""
+"01100600.xhp\n"
+"par_idN106B8\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to enable recording changes. This is the same as <emph>Edit - Changes - Record</emph>.</ahelp>"
+msgstr ""
-#: 05250600.xhp#hd_id3146959.1.help.text
-msgid "<variable id=\"background\"><link href=\"text/shared/01/05250600.xhp\" name=\"To Background\">To Background</link></variable>"
+#. }v6k
+#: 01100600.xhp
+msgctxt ""
+"01100600.xhp\n"
+"par_idN106C9\n"
+"help.text"
+msgid "To protect the recording state with a password, click <emph>Protect</emph> and enter a password. Other users of this document can apply their changes, but they cannot disable change recording without knowing the password."
msgstr ""
-#: 05250600.xhp#par_id3146902.2.help.text
-msgid "<ahelp hid=\".uno:SetObjectToBackground\">Moves the selected object behind text.</ahelp>"
+#. @XH^
+#: 01100600.xhp
+msgctxt ""
+"01100600.xhp\n"
+"par_idN106D0\n"
+"help.text"
+msgid "Protect / Unprotect"
msgstr ""
-#: 05250600.xhp#par_id3148731.4.help.text
-#, fuzzy
-msgctxt "05250600.xhp#par_id3148731.4.help.text"
-msgid "<link href=\"text/shared/01/05250000.xhp\" name=\"Layer\">Layer</link>"
-msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
+#. UsgP
+#: 01100600.xhp
+msgctxt ""
+"01100600.xhp\n"
+"par_idN106D4\n"
+"help.text"
+msgid "<ahelp hid=\"703992336\">Protects the change recording state with a password. If change recording is protected for the current document, the button is named <emph>Unprotect</emph>. Click <emph>Unprotect</emph> and type the correct password to disable the protection.</ahelp>"
+msgstr ""
-#: 05070400.xhp#tit.help.text
-msgid "Align Top"
-msgstr "სწორება ზევით"
+#. c3\n
+#: 05260300.xhp
+msgctxt ""
+"05260300.xhp\n"
+"tit\n"
+"help.text"
+msgid "To Character"
+msgstr "ნებისმიერი სიმბოლო"
-#: 05070400.xhp#hd_id3160463.1.help.text
+#. s^sO
+#: 05260300.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05070400.xhp\" name=\"Align Top\">Align Top</link>"
-msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
+msgctxt ""
+"05260300.xhp\n"
+"hd_id3154044\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">To Character</link>"
+msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-#: 05070400.xhp#par_id3154613.2.help.text
-msgid "<ahelp hid=\".uno:AlignTop\">Vertically aligns the top edges of the selected objects. If only one object is selected in Draw or Impress, the top edge of the object is aligned to the upper page margin.</ahelp>"
+#. on/5
+#: 05260300.xhp
+msgctxt ""
+"05260300.xhp\n"
+"par_id3147069\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Anchors the selected item to a character.</ahelp> This command is only available for graphic objects."
msgstr ""
-#: 05070400.xhp#par_id3154230.3.help.text
-msgid "Objects are aligned to the top edge of the topmost object in the selection. <embedvar href=\"text/shared/01/05070100.xhp#mehrfachselektion\"/>"
+#. TZ)#
+#: 05260300.xhp
+msgctxt ""
+"05260300.xhp\n"
+"par_id3146067\n"
+"3\n"
+"help.text"
+msgid "The anchor is displayed in front of the character."
msgstr ""
-#: 02200000.xhp#tit.help.text
-msgid "Object"
-msgstr "ობიექტი"
+#. `gwb
+#: 05260300.xhp
+msgctxt ""
+"05260300.xhp\n"
+"par_id3152924\n"
+"4\n"
+"help.text"
+msgid "To align a graphic relative to the character that it is anchored to, right-click the graphic, and then choose <emph>Graphics</emph>. Click the <emph>Type </emph>tab, and in the <emph>Position </emph>area, select <emph>Character</emph> in the <emph>to</emph> boxes."
+msgstr ""
-#: 02200000.xhp#hd_id3146959.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/02200000.xhp\" name=\"Object\">Object</link>"
-msgstr "<link href=\"text/shared/01/02030000.xhp\" name=\"Repeat\">გამეორება</link>"
+#. [[1g
+#: 06150200.xhp
+msgctxt ""
+"06150200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Test XML Filter"
+msgstr ""
-#: 02200000.xhp#par_id3154840.2.help.text
-msgid "<ahelp hid=\".uno:ObjectMenue\">Lets you edit a selected object in your file that you inserted with the <emph>Insert - Object </emph>command.</ahelp>"
+#. Vc.A
+#: 06150200.xhp
+msgctxt ""
+"06150200.xhp\n"
+"hd_id3150379\n"
+"22\n"
+"help.text"
+msgid "<variable id=\"testxml\"><link href=\"text/shared/01/06150200.xhp\" name=\"Test XML Filter\">Test XML Filter</link></variable>"
msgstr ""
-#: 02200000.xhp#par_id3153551.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Insert - Object\">Insert - Object</link>"
-msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE ობიექტი\">OLE ობიექტი</link>"
+#. aatr
+#: 06150200.xhp
+msgctxt ""
+"06150200.xhp\n"
+"par_id3146857\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\".\">Tests the XSLT stylesheets used by the selected <link href=\"text/shared/01/06150000.xhp\" name=\"XML filter\">XML filter</link>.</ahelp>"
+msgstr ""
-#: 02200000.xhp#par_id1717886.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Resizes the object to the original size.</ahelp>"
+#. )ZjL
+#: 06150200.xhp
+msgctxt ""
+"06150200.xhp\n"
+"hd_id3146765\n"
+"1\n"
+"help.text"
+msgid "Export"
msgstr ""
-#: 01100200.xhp#tit.help.text
-msgctxt "01100200.xhp#tit.help.text"
-msgid "General"
+#. N.J@
+#: 06150200.xhp
+msgctxt ""
+"06150200.xhp\n"
+"hd_id3153070\n"
+"2\n"
+"help.text"
+msgid "XSLT for export"
msgstr ""
-#: 01100200.xhp#bm_id3149955.help.text
-msgid "<bookmark_value>version numbers of documents</bookmark_value> <bookmark_value>documents; version numbers</bookmark_value> <bookmark_value>files; version numbers</bookmark_value> <bookmark_value>editing time of documents</bookmark_value> <bookmark_value>documents; editing time</bookmark_value>"
-msgstr "<bookmark_value>დოკუმენტების ვერსიის ნომრები</bookmark_value><bookmark_value>დოკუმენტების ვერსიის ნომრები</bookmark_value><bookmark_value>ფაილების ვერსიის ნომრები</bookmark_value><bookmark_value>დოკუმენტების რედაქტირების დრო</bookmark_value><bookmark_value>დოკუმენტების რედაქტირების დრო</bookmark_value>"
+#. WBQ;
+#: 06150200.xhp
+msgctxt ""
+"06150200.xhp\n"
+"par_id3147617\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays the file name of the XSLT filter that you entered on the <emph>Transformation</emph> tab page.</ahelp>"
+msgstr ""
-#: 01100200.xhp#hd_id3148668.1.help.text
-msgid "<link href=\"text/shared/01/01100200.xhp\" name=\"General\">General</link>"
-msgstr "<link href=\"text/shared/01/01100200.xhp\" name=\"General\">ზოგადი</link>"
+#. aNiP
+#: 06150200.xhp
+msgctxt ""
+"06150200.xhp\n"
+"hd_id3147090\n"
+"4\n"
+"help.text"
+msgid "Transform document"
+msgstr ""
-#: 01100200.xhp#par_id3154863.2.help.text
-msgid "<ahelp hid=\"HID_DOCINFODOC\">Contains basic information about the current file.</ahelp>"
-msgstr "<ahelp hid=\"HID_DOCINFODOC\">შეიცავს მიმდინარე ფაილის ძირითად ინფორმაციას.</ahelp>"
+#. ~8pD
+#: 06150200.xhp
+msgctxt ""
+"06150200.xhp\n"
+"par_id3153029\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays the file name of the document that you want to use to test the XSLT filter.</ahelp>"
+msgstr ""
-#: 01100200.xhp#hd_id3149999.3.help.text
-#, fuzzy
-msgctxt "01100200.xhp#hd_id3149999.3.help.text"
-msgid "File"
-msgstr "შევსება"
+#. 6U^]
+#: 06150200.xhp
+msgctxt ""
+"06150200.xhp\n"
+"hd_id3145160\n"
+"6\n"
+"help.text"
+msgid "Browse"
+msgstr ""
-#: 01100200.xhp#par_id3153114.4.help.text
-msgid "<ahelp hid=\"SFX2:EDIT:TP_DOCINFODOC:ED_FILE_NAME\">Displays the file name.</ahelp>"
-msgstr "<ahelp hid=\"SFX2:EDIT:TP_DOCINFODOC:ED_FILE_NAME\">აჩვენებს ფაილის სახელს</ahelp>"
+#. 1,aH
+#: 06150200.xhp
+msgctxt ""
+"06150200.xhp\n"
+"par_id3144436\n"
+"help.text"
+msgid "<ahelp hid=\"HID_XML_FILTER_TEST_EXPORT_BROWSE\">Locate the file that you want to apply the XML export filter to. The XML code of the transformed file is displayed in the <link href=\"text/shared/01/06150210.xhp\">XML Filter output</link> window.</ahelp>"
+msgstr ""
-#: 01100200.xhp#hd_id3156136.17.help.text
-msgid "Type:"
-msgstr "ტიპი:"
+#. cg94
+#: 06150200.xhp
+msgctxt ""
+"06150200.xhp\n"
+"hd_id3159194\n"
+"8\n"
+"help.text"
+msgid "Current Document"
+msgstr ""
-#: 01100200.xhp#par_id3155552.20.help.text
-msgid "Displays the file type for the current document."
-msgstr "აჩვენებს ფაილის ტიპს მიმდინარე დოკუმენტისთვის"
+#. S}J?
+#: 06150200.xhp
+msgctxt ""
+"06150200.xhp\n"
+"par_id3147250\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"HID_XML_FILTER_TEST_EXPORT_CURRENT\">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 <link href=\"text/shared/01/06150210.xhp\">XML Filter output</link> window.</ahelp>"
+msgstr ""
-#: 01100200.xhp#hd_id3145314.18.help.text
-msgid "Location:"
-msgstr "მდებარეობა:"
+#. *]9n
+#: 06150200.xhp
+msgctxt ""
+"06150200.xhp\n"
+"hd_id3154823\n"
+"10\n"
+"help.text"
+msgid "Import"
+msgstr ""
-#: 01100200.xhp#par_id3150506.21.help.text
-msgid "Displays the path and the name of the directory where the file is stored."
-msgstr "აჩვენებს შენახული ფაილის დირექტორიის მდებარეობას და სახელს"
+#. ?Y4m
+#: 06150200.xhp
+msgctxt ""
+"06150200.xhp\n"
+"hd_id3159233\n"
+"11\n"
+"help.text"
+msgid "XSLT for import"
+msgstr ""
-#: 01100200.xhp#hd_id3155892.19.help.text
-msgid "Size:"
-msgstr "ზომა:"
+#. V~#p
+#: 06150200.xhp
+msgctxt ""
+"06150200.xhp\n"
+"par_id3153681\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"HID_XML_FILTER_TEST_EXPORT_CURRENT\">Displays the file name of the XSLT filter that you entered on the <emph>Transformation</emph> tab page.</ahelp>"
+msgstr ""
-#: 01100200.xhp#par_id3153311.22.help.text
-msgid "Displays the size of the current document in bytes."
-msgstr "აჩვენებს მიმდინარე დოკუმენტის ზომას ბიტებში"
+#. 2|l=
+#: 06150200.xhp
+msgctxt ""
+"06150200.xhp\n"
+"hd_id3149177\n"
+"13\n"
+"help.text"
+msgid "Template for import"
+msgstr ""
-#: 01100200.xhp#hd_id3149178.7.help.text
-msgid "Created:"
-msgstr "შექმნილი:"
+#. G^)/
+#: 06150200.xhp
+msgctxt ""
+"06150200.xhp\n"
+"par_id3156410\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_XML_FILTER_TEST_EXPORT_CURRENT\">Displays the file name of the template that you entered on the <emph>Transformation</emph> tab page.</ahelp>"
+msgstr ""
-#: 01100200.xhp#par_id3153748.8.help.text
-msgid "Displays the date and time and author when the file was first saved."
-msgstr "აჩვენებს ფაილის პირველად შენახვის თარიღს, დროს, და ავტორს."
+#. #h_*
+#: 06150200.xhp
+msgctxt ""
+"06150200.xhp\n"
+"hd_id3163802\n"
+"15\n"
+"help.text"
+msgid "Transform file"
+msgstr ""
-#: 01100200.xhp#hd_id3149182.9.help.text
-msgid "Modified:"
-msgstr "შეიცვალა:"
+#. UP^`
+#: 06150200.xhp
+msgctxt ""
+"06150200.xhp\n"
+"hd_id3147242\n"
+"16\n"
+"help.text"
+msgid "Display source"
+msgstr ""
-#: 01100200.xhp#par_id3150355.10.help.text
-msgid "Displays the date and time and author when the file was last saved in a $[officename] file format."
-msgstr "აჩვენებს ფაილის $[officename] ფორმატში ბოლო დამახსოვრების თარიღს, დროს და ავტორს. "
+#. 4fb}
+#: 06150200.xhp
+msgctxt ""
+"06150200.xhp\n"
+"par_id3150444\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"HID_XML_FILTER_TEST_IMPORT_DISPLAY_SOURCE\">Opens the <embedvar href=\"text/shared/01/06150210.xhp#xmlfilteroutput\"/> window, where the XML source of the selected document is displayed. The document is used to test the import filter.</ahelp> The <emph>Validate</emph> button in the window validates the XML source of the document against the OpenDocument (or for older filters the OpenOffice.org XML) DTD."
+msgstr ""
-#: 01100200.xhp#par_idN106C5.help.text
-msgid "Digitally signed:"
-msgstr "ციფრულად ხელმოწერილი:"
+#. ipj}
+#: 06150200.xhp
+msgctxt ""
+"06150200.xhp\n"
+"hd_id3147078\n"
+"18\n"
+"help.text"
+msgid "Browse"
+msgstr ""
-#: 01100200.xhp#par_idN106C9.help.text
-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 "აჩვენებს ფაილის ბოლო ხელმოწერის თარიღს და დროს და ასევე დოკუმენტის ხელისმომწერი ავტორის სახელს. "
+#. 9lU|
+#: 06150200.xhp
+msgctxt ""
+"06150200.xhp\n"
+"par_id3149885\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"HID_XML_FILTER_TEST_IMPORT_BROWSE\">Opens a file selection dialog. The selected file is opened using the current XML import filter.</ahelp>"
+msgstr ""
-#: 01100200.xhp#par_idN106CC.help.text
-msgid "Digital Signature"
-msgstr "ციფრული ხელმოწერა"
+#. +6Ju
+#: 06150200.xhp
+msgctxt ""
+"06150200.xhp\n"
+"hd_id3153666\n"
+"20\n"
+"help.text"
+msgid "Recent File"
+msgstr ""
-#: 01100200.xhp#par_idN106D0.help.text
-msgid "Opens the <link href=\"text/shared/01/digitalsignatures.xhp\">Digital Signatures</link> dialog where you can manage digital signatures for the current document."
-msgstr "ხსნის დიალოგს <link href=\"text/shared/01/digitalsignatures.xhp\">ციფრული ხელმოწერები </link>სადაც შეგიძლიათ მართოთ ციფრული ხელმოწერები მიმდინარე დოკუმენტისთვის. "
+#. dUD9
+#: 06150200.xhp
+msgctxt ""
+"06150200.xhp\n"
+"par_id3146137\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"HID_XML_FILTER_TEST_IMPORT_RECENT\">Re-opens the document that was last opened with this dialog.</ahelp>"
+msgstr ""
-#: 01100200.xhp#hd_id3156346.11.help.text
-msgid "Last printed:"
-msgstr "ბოლო დაბეჭდილი:"
+#. nI`Q
+#: 05080300.xhp
+#, fuzzy
+msgctxt ""
+"05080300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Center"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nცენტრირებული\\n#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\nცენტრირება"
-#: 01100200.xhp#par_id3152780.12.help.text
-msgid "Displays the date and time and user name when the file was last printed."
-msgstr "აჩვენებს ბოლოს დაბეჭდილი ფაილის თარიღს, დროს და მომხმარებლის სახელს. "
+#. _DK4
+#: 05080300.xhp
+#, fuzzy
+msgctxt ""
+"05080300.xhp\n"
+"hd_id3153514\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05080300.xhp\" name=\"Center\">Center</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-#: 01100200.xhp#hd_id3153252.15.help.text
-msgid "Revision number:"
+#. LC59
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"par_id3152876\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"zentrierttext\"><ahelp hid=\".uno:CenterPara\" visibility=\"visible\">Centers the selected paragraph(s) on the page.</ahelp></variable>"
msgstr ""
-#: 01100200.xhp#par_id3149955.16.help.text
-msgid "Displays the number of times that the file has been saved."
-msgstr "აჩვენებს ფაილების შენახვის დროთა რაოდენობას. "
-
-#: 01100200.xhp#hd_id3155342.13.help.text
-msgid " Editing time:"
-msgstr "რედაქტირების დრო:"
-
-#: 01100200.xhp#par_id3149795.14.help.text
-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 "აჩვენებს ფაილების შექმნიდან მათი რედაქტირებისთვის გახსნის დროთა რაოდენობას. ფაილების შენახვისას რედაქტირების დროის განახლება ხდება ფაილის შენახვისას."
+#. F|:d
+#: 04150100.xhp
+msgctxt ""
+"04150100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert OLE Object"
+msgstr ""
-#: 01100200.xhp#hd_id3154810.33.help.text
-msgid "Apply User Data"
-msgstr "მომხმარებლის მონაცემთა გამოყენება"
+#. HAra
+#: 04150100.xhp
+msgctxt ""
+"04150100.xhp\n"
+"bm_id3153116\n"
+"help.text"
+msgid "<bookmark_value>OLE objects; inserting</bookmark_value><bookmark_value>inserting; OLE objects</bookmark_value><bookmark_value>objects; inserting OLE objects</bookmark_value>"
+msgstr ""
-#: 01100200.xhp#par_id3143271.34.help.text
-msgid "<ahelp hid=\"SFX2:CHECKBOX:TP_DOCINFODOC:CB_USE_USERDATA\">Saves the user's full name with the file. You can edit the name by choosing <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - User Data</emph>.</ahelp>"
+#. kN;4
+#: 04150100.xhp
+msgctxt ""
+"04150100.xhp\n"
+"hd_id3153116\n"
+"1\n"
+"help.text"
+msgid "Insert OLE Object"
msgstr ""
-#: 01100200.xhp#hd_id3154046.35.help.text
-msgctxt "01100200.xhp#hd_id3154046.35.help.text"
-msgid "Delete"
+#. SX5X
+#: 04150100.xhp
+msgctxt ""
+"04150100.xhp\n"
+"par_id3149748\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"ole\"><ahelp hid=\".uno:InsertObject\">Inserts an <link href=\"text/shared/00/00000005.xhp#ole\" name=\"OLE\">OLE</link> object into the current document. The OLE object is inserted as a link or an embedded object.</ahelp></variable>"
msgstr ""
-#: 01100200.xhp#par_id3152349.36.help.text
-msgid "<ahelp hid=\"SFX2:PUSHBUTTON:TP_DOCINFODOC:BTN_DELETE\">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=\"SFX2:PUSHBUTTON:TP_DOCINFODOC:BTN_DELETE\">რედაქტირების დროის განულება, შექმნის თარიღის მიმდინარე თარიღსა და დროზე და ვერსიის ნომრის 1-ზე მისადგება. ასევე განახლებისა და ბეჭდვის თარიღებიც</ahelp>"
+#. 9Iex
+#: 04150100.xhp
+msgctxt ""
+"04150100.xhp\n"
+"par_id3149205\n"
+"19\n"
+"help.text"
+msgid "To speed up the display of the document, OLE objects are kept in the program cache. If you want to change the cache settings, choose <link href=\"text/shared/optionen/01011000.xhp\" name=\"Tools - Options - $[officename] - Memory\"><emph>Tools - Options - $[officename] - Memory</emph></link>."
+msgstr ""
-#: 01100200.xhp#hd_id3149576.5.help.text
-msgid "Template:"
-msgstr "შაბლონი:"
+#. i?4t
+#: 04150100.xhp
+msgctxt ""
+"04150100.xhp\n"
+"par_id3145314\n"
+"18\n"
+"help.text"
+msgid "You cannot use the clipboard or drag and drop to move OLE objects to other files."
+msgstr ""
-#: 01100200.xhp#par_id3147530.6.help.text
-msgid "Displays the template that was used to create the file."
-msgstr "აჩვენებს ფაილის შესაქმნელად გამოყენებულ შაბლონს. "
+#. E=uH
+#: 04150100.xhp
+msgctxt ""
+"04150100.xhp\n"
+"par_id3150693\n"
+"17\n"
+"help.text"
+msgid "Empty and inactive OLE objects are transparent."
+msgstr ""
-#: 04180100.xhp#tit.help.text
-msgctxt "04180100.xhp#tit.help.text"
-msgid "Data Sources"
+#. YRQ^
+#: 04150100.xhp
+msgctxt ""
+"04150100.xhp\n"
+"hd_id3149178\n"
+"3\n"
+"help.text"
+msgid "Create new"
msgstr ""
-#: 04180100.xhp#hd_id3156053.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/04180100.xhp\" name=\"Data Sources\">Data Sources</link>"
-msgstr "<link href=\"text/shared/01/01100400.xhp\" name=\"Statistics\">სტატისტიკა</link>"
+#. [\@N
+#: 04150100.xhp
+msgctxt ""
+"04150100.xhp\n"
+"par_id3145345\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/insertoleobject/createnew\">Creates a new OLE object based on the object type that you select.</ahelp>"
+msgstr ""
-#: 04180100.xhp#par_id3149495.2.help.text
-msgid "<ahelp hid=\".uno:ViewDataSourceBrowser\">Lists the databases that are registered in <item type=\"productname\">%PRODUCTNAME</item> and lets you manage the contents of the databases.</ahelp>"
+#. P_16
+#: 04150100.xhp
+msgctxt ""
+"04150100.xhp\n"
+"hd_id3155535\n"
+"5\n"
+"help.text"
+msgid "Object type"
msgstr ""
-#: 04180100.xhp#par_id3156136.30.help.text
-msgid "The <emph>Data sources</emph> command is only available when a text document or a spreadsheet is open."
+#. P+V#
+#: 04150100.xhp
+msgctxt ""
+"04150100.xhp\n"
+"par_id3109847\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/insertoleobject/types\">Select the type of document that you want to create.</ahelp>"
msgstr ""
-#: 04180100.xhp#par_id3154823.31.help.text
-msgid "You can insert fields from a database into your file or you can create forms to access the database."
+#. {I[%
+#: 04150100.xhp
+msgctxt ""
+"04150100.xhp\n"
+"hd_id3163803\n"
+"7\n"
+"help.text"
+msgid "Create from file"
msgstr ""
-#: 04180100.xhp#par_id3156427.help.text
-msgid "<link href=\"text/shared/main0212.xhp\" name=\"Table Data bar\">Table Data bar</link>"
+#. G9Kd
+#: 04150100.xhp
+msgctxt ""
+"04150100.xhp\n"
+"par_id3149191\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/insertoleobject/createfromfile\">Creates an OLE object from an existing file.</ahelp>"
msgstr ""
-#: 04180100.xhp#par_id3153311.help.text
+#. [MG^
+#: 04150100.xhp
#, fuzzy
-msgid "<link href=\"text/shared/02/01170000.xhp\" name=\"Forms\">Forms</link>"
-msgstr "<link href=\"text/shared/01/01010202.xhp\" name=\"Format\">ფორმატი</link>"
+msgctxt ""
+"04150100.xhp\n"
+"hd_id3150084\n"
+"15\n"
+"help.text"
+msgid "File"
+msgstr "შევსება"
-#: 07080000.xhp#tit.help.text
-msgid "Document List"
+#. cKDF
+#: 04150100.xhp
+msgctxt ""
+"04150100.xhp\n"
+"par_id3146773\n"
+"16\n"
+"help.text"
+msgid "Choose the file that you want to insert as an OLE object."
msgstr ""
-#: 07080000.xhp#hd_id3155620.1.help.text
+#. XPhW
+#: 04150100.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/07080000.xhp\" name=\"Document List\">Document List</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
+msgctxt ""
+"04150100.xhp\n"
+"hd_id3144438\n"
+"9\n"
+"help.text"
+msgid "File"
+msgstr "შევსება"
-#: 07080000.xhp#par_id3147273.2.help.text
-msgid "Lists the currently open documents. Select the name of a document in the list to switch to that document."
+#. Frg_
+#: 04150100.xhp
+msgctxt ""
+"04150100.xhp\n"
+"par_id3155434\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/insertoleobject/urled\">Enter the name of the file that you want to link or embed, or click <emph>Search</emph>, to locate the file.</ahelp>"
+msgstr ""
+
+#. Y(C$
+#: 04150100.xhp
+msgctxt ""
+"04150100.xhp\n"
+"hd_id3153127\n"
+"11\n"
+"help.text"
+msgid "Search..."
msgstr ""
-#: 01130000.xhp#tit.help.text
-msgctxt "01130000.xhp#tit.help.text"
-msgid "Print"
-msgstr "ბეჭდვა"
-
-#: 01130000.xhp#bm_id3154621.help.text
-msgid "<bookmark_value>printing; documents</bookmark_value><bookmark_value>documents; printing</bookmark_value><bookmark_value>text documents; printing</bookmark_value><bookmark_value>spreadsheets; printing</bookmark_value><bookmark_value>presentations; print menu</bookmark_value><bookmark_value>drawings; printing</bookmark_value><bookmark_value>choosing printers</bookmark_value><bookmark_value>printers; choosing</bookmark_value><bookmark_value>print area selection</bookmark_value><bookmark_value>selecting; print areas</bookmark_value><bookmark_value>pages; selecting one to print</bookmark_value><bookmark_value>printing; selections</bookmark_value><bookmark_value>printing; copies</bookmark_value><bookmark_value>copies; printing</bookmark_value><bookmark_value>spoolfiles with Xprinter</bookmark_value>"
+#. 83H;
+#: 04150100.xhp
+msgctxt ""
+"04150100.xhp\n"
+"par_id3156326\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/insertoleobject/urlbtn\">Locate the file that you want to insert, and then click <emph>Open</emph>.</ahelp>"
msgstr ""
-#: 01130000.xhp#hd_id3154621.1.help.text
-msgctxt "01130000.xhp#hd_id3154621.1.help.text"
-msgid "Print"
-msgstr "ბეჭდვა"
-
-#: 01130000.xhp#par_id3146946.2.help.text
-msgid "<variable id=\"druckentext\"><ahelp hid=\".uno:Print\">Prints the current document, selection, or the pages that you specify. You can also set the print options for the current document.</ahelp></variable> The printing options can vary according to the printer and the operating system that you use."
-msgstr "<variable id=\"druckentext\"><ahelp hid=\".uno:Print\">ბეჭდავს მიმდინარე დოკუმენტს, ან წინასწარ განსაზღვრულ მონიშნულ დოკუმენტს. ასევე, შეგიძლიათ დააყენოთ ბეჭდვის პარამეტრები მიდმიანრე დოკუმენტისათვის.</ahelp></variable> ბეჭდვის პარამეტრები შეიძლება განსხვავდებოდეს პრინტერის ან თქვენს მიერ გამოყენებული საოპერაციო სისტემის მიხედვით. "
-
-#: 01130000.xhp#par_id0818200912284853.help.text
-msgid "The Print dialog consists of three main parts: A preview with navigation buttons, several tab pages with control elements specific to the current document type, and the Print, Cancel, and Help buttons. "
+#. gj=)
+#: 04150100.xhp
+msgctxt ""
+"04150100.xhp\n"
+"hd_id4174321\n"
+"help.text"
+msgid "Link to file"
msgstr ""
-#: 01130000.xhp#par_id0818200901193992.help.text
-msgid "If you just want to know how to print your document, click any of the following links."
+#. l?Bf
+#: 04150100.xhp
+msgctxt ""
+"04150100.xhp\n"
+"par_id6636555\n"
+"help.text"
+msgid "<ahelp hid=\".\">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.</ahelp>"
msgstr ""
-#: 01130000.xhp#par_id0818200912531416.help.text
-msgid "<emph>Printing text documents:</emph>"
+#. Y$HW
+#: 06050300.xhp
+msgctxt ""
+"06050300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Outline"
msgstr ""
-#: 01130000.xhp#par_id0818200912531487.help.text
-msgid "<emph>Printing spreadsheets:</emph>"
-msgstr ""
+#. I[@U
+#: 06050300.xhp
+#, fuzzy
+msgctxt ""
+"06050300.xhp\n"
+"hd_id3147543\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06050300.xhp\" name=\"Outline\">Outline</link>"
+msgstr "<link href=\"text/shared/01/01050000.xhp\" name=\"Close\">დახურვა</link>"
-#: 01130000.xhp#par_id0818200912531410.help.text
-msgid "<emph>Printing presentations:</emph>"
+#. QoGw
+#: 06050300.xhp
+msgctxt ""
+"06050300.xhp\n"
+"par_id3146936\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays the different styles that you can apply to a hierarchical list. $[officename] supports up to nine outline levels in a list hierarchy.</ahelp>"
msgstr ""
-#: 01130000.xhp#par_id0818200912531449.help.text
-msgid "<emph>General printing:</emph>"
+#. IoY=
+#: 06050300.xhp
+msgctxt ""
+"06050300.xhp\n"
+"hd_id3147000\n"
+"3\n"
+"help.text"
+msgid "Selection"
msgstr ""
-#: 01130000.xhp#par_id0818200912284952.help.text
-msgid "The settings that you define in the Print dialog are valid only for the current print job that you start by clicking the Print button. If you want to change some options permanently, open Tools - Options - %PRODUCTNAME (application name) - Print."
+#. LNre
+#: 06050300.xhp
+msgctxt ""
+"06050300.xhp\n"
+"par_id3155934\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_VALUESET_NUM\">Click the outline style that you want to use.</ahelp>"
msgstr ""
-#: 01130000.xhp#par_id3156080.41.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">To set the default <item type=\"productname\">%PRODUCTNAME</item> printer options for text documents, choose <link href=\"text/shared/optionen/01040400.xhp\" name=\"Tools - Options - Writer - Print\"><emph>Tools - Options - %PRODUCTNAME Writer - Print</emph></link>.</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ტექსტური დოკუმენტისთვის <item type=\"productname\">%PRODUCTNAME</item> ნაგულისხმევი პრინტერის პარამეტრების დასაყენებლად, აირჩიეთ <link href=\"text/shared/optionen/01040400.xhp\" name=\"Tools - Options - Writer - Print\"><emph>ხელსაწყოები- პარამეტრები - %PRODUCTNAME Writer - Print</emph></link>. </caseinline></switchinline>"
-
-#: 01130000.xhp#par_idN1099E.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To set the default <item type=\"productname\">%PRODUCTNAME</item> printer options for spreadsheet documents, choose <link href=\"text/shared/optionen/01060700.xhp\" name=\"Tools - Options - Calc - Print\"><emph>Tools - Options - %PRODUCTNAME Calc - Print</emph></link>.</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ელექტრონული ცხრილებისთვის <item type=\"productname\">%PRODUCTNAME</item> ნაგულისხმევი პრინტერის პარამეტრების დასაყენებლად, აირჩიეთ <link href=\"text/shared/optionen/01060700.xhp\" name=\"Tools - Options - Calc - Print\"><emph>ხელსაწყოები - პარამეტრები - %PRODUCTNAME Calc - Print</emph></link>. </caseinline></switchinline>"
-
-#: 01130000.xhp#par_idN109CD.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">To set the default <item type=\"productname\">%PRODUCTNAME</item>printer options for presentation documents, choose <link href=\"text/shared/optionen/01070400.xhp\" name=\"Tools - Options - Impress - Print\"><emph>Tools - Options - %PRODUCTNAME Impress - Print</emph></link>.</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">საპრეზენტაციო დოკუმენტებისთვის <item type=\"productname\">%PRODUCTNAME</item>ნაგულისხმევი პრინტერის პარამეტრების დასაყენებლად, აირჩიეთ <link href=\"text/shared/optionen/01070400.xhp\" name=\"Tools - Options - Impress - Print\"><emph>ხელსაწყოები - პარამეტრები - %PRODUCTNAME Impress - Print</emph></link>. </caseinline></switchinline>"
+#. OMu}
+#: 06050300.xhp
+msgctxt ""
+"06050300.xhp\n"
+"par_id3144436\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06050600.xhp\" name=\"Position tab (Numbering/Bullets dialog)\">Position tab (Bullets and Numbering dialog)</link>"
+msgstr ""
-#: 01130000.xhp#par_id0818200901194137.help.text
-msgid "Press Shift+F1 or choose <item type=\"menuitem\">Help - What's This?</item> and point to any control element in the Print dialog to see an extended help text."
+#. mDJY
+#: 06050300.xhp
+msgctxt ""
+"06050300.xhp\n"
+"par_id3153935\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options tab (Numbering/Bullets dialog)\">Options tab (Bullets and Numbering dialog)</link>"
msgstr ""
-#: 01130000.xhp#hd_id0818200912284914.help.text
-msgctxt "01130000.xhp#hd_id0818200912284914.help.text"
-msgid "Preview"
+#. 2avA
+#: 05140100.xhp
+msgctxt ""
+"05140100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Create Style"
msgstr ""
-#: 01130000.xhp#par_id081820091228505.help.text
-msgid "The preview shows how each sheet of paper will look. You can browse through all sheets of paper with the buttons below the preview."
+#. eeDo
+#: 05140100.xhp
+msgctxt ""
+"05140100.xhp\n"
+"hd_id3152823\n"
+"1\n"
+"help.text"
+msgid "Create Style"
msgstr ""
-#: 01130000.xhp#hd_id0818200912285056.help.text
-msgctxt "01130000.xhp#hd_id0818200912285056.help.text"
-msgid "General"
+#. )8dw
+#: 05140100.xhp
+msgctxt ""
+"05140100.xhp\n"
+"hd_id3152790\n"
+"4\n"
+"help.text"
+msgid "Style name"
msgstr ""
-#: 01130000.xhp#par_id0818200912285064.help.text
-msgid "On the General tab page, you find the most important control elements for printing. You can define which contents of your document are to be printed. You can select the printer and open the printer settings dialog."
+#. ce-e
+#: 05140100.xhp
+msgctxt ""
+"05140100.xhp\n"
+"par_id3155599\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:COMBOBOX:DLG_NEW_STYLE_BY_EXAMPLE:LB_COL\" visibility=\"visible\">Enter a name for the new Style.</ahelp>"
msgstr ""
-#: 01130000.xhp#par_id2.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether to print colors and objects that are inserted to the background of the page (Format - Page - Background).</ahelp>"
-msgstr "<ahelp hid=\"\" visibility=\"visible\">განსაზღვრავს სქოლიოებისა და კომენტარების ასახვის არეს, ასევე მათი დანომრვის ფორმატებს.</ahelp>"
+#. wBGU
+#: 05140100.xhp
+msgctxt ""
+"05140100.xhp\n"
+"hd_id3154682\n"
+"6\n"
+"help.text"
+msgid "List of Custom Styles"
+msgstr ""
-#: 01130000.xhp#par_id4.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether the graphics and drawings or OLE objects of your text document are printed.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">მომართავს კურსორს მონიშნული ტიპის წინა ობიექტზე.</ahelp>"
+#. c5Jd
+#: 05140100.xhp
+msgctxt ""
+"05140100.xhp\n"
+"par_id3154894\n"
+"7\n"
+"help.text"
+msgid "Lists the user-defined styles that are attached to the current document."
+msgstr ""
-#: 01130000.xhp#par_id6.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enable this option to print text that is marked as hidden.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">მონიშნეთ ეს ხატულა ტექსტური ჩარჩოების სანახავად. </ahelp>"
+#. 8]d|
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Asian Phonetic Guide"
+msgstr ""
-#: 01130000.xhp#par_id8.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enable this option to print text placeholders. Disable this option to leave the text placeholders blank in the printout.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. rK2+
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"bm_id9598376\n"
+"help.text"
+msgid "<bookmark_value>Asian Phonetic Guide</bookmark_value><bookmark_value>phonetic guide</bookmark_value>"
+msgstr "<bookmark_value>ბრძანებათა გამეორება</bookmark_value><bookmark_value>ბრძანებათა გამეორება</bookmark_value>"
-#: 01130000.xhp#par_id10.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether the form control fields of the text document are printed.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. RPq3
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"hd_id3147527\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05060000.xhp\" name=\"Ruby\">Asian Phonetic Guide</link>"
+msgstr ""
-#: 01130000.xhp#par_id12.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether to always print text in black.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
+#. MZFq
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"par_id3083278\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:RubyDialog\">Allows you to add comments above Asian characters to serve as a pronunciation guide.</ahelp>"
+msgstr ""
-#: 01130000.xhp#par_id14.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">If this option is enabled automatically inserted blank pages are printed. This is best if you are printing double-sided. For example, in a book, a \"chapter\" paragraph style has been 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 print that even numbered page.</ahelp>"
+#. MEt@
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"par_id3154044\n"
+"13\n"
+"help.text"
+msgid "Select one or more words in the document."
msgstr ""
-#: 01130000.xhp#par_id16.help.text
-#, fuzzy
-msgctxt "01130000.xhp#par_id16.help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Specify where to print comments (if any).</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. -%x1
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"par_id3149987\n"
+"14\n"
+"help.text"
+msgid "Choose <emph>Format - Asian Phonetic Guide</emph>."
+msgstr ""
-#: 01130000.xhp#par_id18.help.text
-#, fuzzy
-msgctxt "01130000.xhp#par_id18.help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Specify where to print comments (if any).</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. hVLT
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"par_id3154838\n"
+"15\n"
+"help.text"
+msgid "Enter the text that you want to use as a pronunciation guide in the <emph>Ruby text</emph> box."
+msgstr ""
-#: 01130000.xhp#par_id20.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether you want the name of the document to be included in the printout.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">მომართავს კურსორს მონიშნული ტიპის შემდეგ ობიექტზე.</ahelp>"
+#. YwX[
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"hd_id3150793\n"
+"3\n"
+"help.text"
+msgid "Base text"
+msgstr ""
-#: 01130000.xhp#par_id22.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether to include the contents of the Commands window at the bottom of the printout.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. =9mP
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"par_id3154155\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_EDIT_RID_SVXDLG_RUBY_ED_LEFT_4\">Displays the base text that you selected in the current file. If you want, you can modify the base text by entering new text here.</ahelp>"
+msgstr ""
-#: 01130000.xhp#par_id24.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Applies a thin border to the formula area in the printout.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. qa)b
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"hd_id3145154\n"
+"5\n"
+"help.text"
+msgid "Ruby text"
+msgstr ""
-#: 01130000.xhp#par_id26.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Prints the formula without adjusting the current font size.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. Hm[K
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"par_id3145420\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_EDIT_RID_SVXDLG_RUBY_ED_RIGHT_4\">Enter the text that you want to use as a pronunciation guide for the base text.</ahelp>"
+msgstr ""
-#: 01130000.xhp#par_id28.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Adjusts the formula to the page format used in the printout.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">მომართავს კურსორს მონიშნული ტიპის წინა ობიექტზე.</ahelp>"
+#. [AF%
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"hd_id3148920\n"
+"7\n"
+"help.text"
+msgid "Alignment"
+msgstr ""
-#: 01130000.xhp#par_id30.help.text
-#, fuzzy
-msgctxt "01130000.xhp#par_id30.help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Reduces or enlarges the size of the printed formula by a specified factor.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. #D!A
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"par_id3156280\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXDLG_RUBY_LB_ADJUST\">Select the horizontal alignment for the Ruby text.</ahelp>"
+msgstr ""
-#: 01130000.xhp#par_id32.help.text
-#, fuzzy
-msgctxt "01130000.xhp#par_id32.help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Reduces or enlarges the size of the printed formula by a specified factor.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. %p!h
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"hd_id3148451\n"
+"16\n"
+"help.text"
+msgid "Position"
+msgstr ""
-#: 01130000.xhp#par_id34.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">If checked empty pages that have no cell contents or draw objects are not printed.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. r)}A
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"par_id3153104\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXDLG_RUBY_LB_POSITION\">Select where you want to place the ruby text.</ahelp>"
+msgstr ""
-#: 01130000.xhp#par_id36.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">For printers with multiple trays this option specifies whether the paper tray used is specified by the system settings of the printer.</ahelp>"
+#. $sII
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"hd_id3148672\n"
+"9\n"
+"help.text"
+msgid "Character Style for ruby text"
msgstr ""
-#: 01130000.xhp#par_id3149164.25.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Prints the entire document.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. 0*(b
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"par_id3148676\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXDLG_RUBY_LB_CHAR_STYLE\">Select a character style for the ruby text.</ahelp>"
+msgstr ""
-#: 01130000.xhp#par_id3152944.27.help.text
+#. ~%76
+#: 05060000.xhp
#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Prints only the pages or slides that you specify in the <emph>Pages</emph> box.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ასახავს სტრიქონის<emph>Structure </emph>შემხსენებელს .</ahelp>"
+msgctxt ""
+"05060000.xhp\n"
+"hd_id3150449\n"
+"11\n"
+"help.text"
+msgid "Styles and Formatting"
+msgstr "#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nსტილები და ფორმატირება\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nსტილები და ფორმატირება\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nსტილები და ფორმატირება\\n#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\nსტილები და ფორმატები"
+
+#. **1E
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"par_id3149202\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_RUBY_PB_STYLIST\">Opens the <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles and Formatting window</link></caseinline><defaultinline>Styles and Formatting window</defaultinline></switchinline> where you can select a character style for the ruby text.</ahelp>"
+msgstr ""
-#: 01130000.xhp#par_id3150244.30.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Prints only the selected area(s) or object(s) in the current document.</ahelp>"
+#. 7p$Z
+#: selectcertificate.xhp
+msgctxt ""
+"selectcertificate.xhp\n"
+"tit\n"
+"help.text"
+msgid "Select Certificate"
msgstr ""
-#: 01130000.xhp#par_id3146848.28.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To print a range of pages, use a format like 3-6. To print single pages, use a format like 7;9;11. You can print a combination of page ranges and single pages, by using a format like 3-6;8;10;12.</ahelp>"
+#. d%j5
+#: selectcertificate.xhp
+msgctxt ""
+"selectcertificate.xhp\n"
+"par_idN10541\n"
+"help.text"
+msgid "Select Certificate"
msgstr ""
-#: 01130000.xhp#par_id3150772.18.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Prints to a file instead of to a printer.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. CC02
+#: selectcertificate.xhp
+msgctxt ""
+"selectcertificate.xhp\n"
+"par_idN10545\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the certificate that you want to <link href=\"text/shared/01/digitalsignatures.xhp\">digitally sign</link> the current document with.</ahelp>"
+msgstr ""
-#: 01130000.xhp#par_id38.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Check to not rely on the printer to create collated copies but create a print job for each copy instead.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ხსნის მონაცემთა ბაზის ოსტატს მონაცემთა ფაილის შესაქმნელად.</ahelp>"
+#. U/L1
+#: selectcertificate.xhp
+msgctxt ""
+"selectcertificate.xhp\n"
+"par_idN1056A\n"
+"help.text"
+msgid "List"
+msgstr ""
-#: 01130000.xhp#par_id40.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Check to print pages in reverse order.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
+#. f-`U
+#: selectcertificate.xhp
+msgctxt ""
+"selectcertificate.xhp\n"
+"par_idN1056E\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the certificate that you want to digitally sign the current document with.</ahelp>"
+msgstr ""
-#: 01130000.xhp#par_id3145069.34.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the number of copies that you want to print.</ahelp>"
+#. |5G7
+#: selectcertificate.xhp
+msgctxt ""
+"selectcertificate.xhp\n"
+"par_idN10571\n"
+"help.text"
+msgid "View Certificate"
msgstr ""
-#: 01130000.xhp#par_id3150865.36.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Preserves the page order of the original document.</ahelp>"
+#. o~Kv
+#: selectcertificate.xhp
+msgctxt ""
+"selectcertificate.xhp\n"
+"par_idN10575\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the <link href=\"text/shared/optionen/viewcertificate.xhp\">View Certificate</link> dialog where you can examine the selected certificate.</ahelp>"
msgstr ""
-#: 01130000.xhp#par_id3156113.16.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the printer properties dialog. The printer properties vary according to the printer that you select.</ahelp>"
+#. :Y]8
+#: 05340405.xhp
+msgctxt ""
+"05340405.xhp\n"
+"tit\n"
+"help.text"
+msgid "Column format"
msgstr ""
-#: 01130000.xhp#par_id42.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Show/Hide detailed information of the selected printer.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. Id9r
+#: 05340405.xhp
+msgctxt ""
+"05340405.xhp\n"
+"hd_id3152876\n"
+"1\n"
+"help.text"
+msgid "Column format"
+msgstr ""
-#: 01130000.xhp#par_id3149511.4.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">The list box shows the installed printers. Click the printer to use for the current print job. Click the Printer details button to see some information about the selected printer. Click the Properties button to change some of the printer properties.</ahelp>"
+#. -IWA
+#: 05340405.xhp
+msgctxt ""
+"05340405.xhp\n"
+"par_id3147543\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"spaltformtext\"><ahelp hid=\"HID_BROWSER_COLUMNFORMAT\" visibility=\"visible\">Formats the selected column(s).</ahelp></variable>"
msgstr ""
-#: 01130000.xhp#par_id44.help.text
+#. K$EN
+#: 05340405.xhp
#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Specify which pages to include in the output.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
+msgctxt ""
+"05340405.xhp\n"
+"hd_id3150620\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format\">Format</link>"
+msgstr "<link href=\"text/shared/01/01010202.xhp\" name=\"Format\">ფორმატი</link>"
-#: 01130000.xhp#par_id46.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the Brochure option to print the document in brochure format.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. pXfm
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Find & Replace"
+msgstr "პოვნა და ჩანაცვლება"
-#: 01130000.xhp#par_id48.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select which pages of a brochure to print.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">მონიშნეთ ეს ხატულა შემხსენებლების სანახავად.</ahelp>"
+#. ;ny^
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"hd_id3154044\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"02100000\"><link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">Find & Replace</link></variable>"
+msgstr "<variable id=\"02100000\"><link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">პოვნა და ჩანაცვლება</link></variable>"
-#: 01130000.xhp#par_id0818200904102910.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">For brochure printing, you can select a left-to-right order of pages or a right-to-left order.</ahelp>"
+#. RkmB
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id3149893\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"suchenersetzentext\"><ahelp hid=\".uno:SearchDialog\">Searches for or replaces text or formats in the current document.</ahelp></variable>"
+msgstr "<variable id=\"suchenersetzentext\"><ahelp hid=\".uno:SearchDialog\">მიმდინარე დოკუმენტში ტექსტის ან ფორმატის ძებნა ან ჩანაცვლება.</ahelp></variable>"
+
+#. Avys
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id00001\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Type the text to search in the current document. Press Enter to search the text.</ahelp>"
msgstr ""
-#: 01130000.xhp#par_id50.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Check to draw a border around each page.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
+#. 64Dm
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id00002\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to search the next occurrence in downward direction.</ahelp>"
+msgstr ""
-#: 01130000.xhp#par_id52.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select order in which pages are to be printed.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
+#. e8,a
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id00003\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to search the next occurrence in upward direction.</ahelp>"
+msgstr ""
-#: 01130000.xhp#par_id54.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the orientation of the paper.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. WiCK
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"hd_id3152425\n"
+"3\n"
+"help.text"
+msgid "Search For"
+msgstr "ძებნა"
-#: 01130000.xhp#par_id56.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select margin between the printed pages and paper edge.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
+#. 0c;H
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id3155805\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXDLG_SEARCH:LB_SEARCH\">Enter the text that you want to search for, or select a previous search from the list.</ahelp>"
+msgstr "<ahelp hid=\"SVX:LISTBOX:RID_SVXDLG_SEARCH:LB_SEARCH\">შეიყვანეთ საძებნი ტექსტი, ან სიიდან მონიშნეთ წინა ძებნა</ahelp>"
-#: 01130000.xhp#par_id58.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select margin between individual pages on each sheet of paper.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. h=b:
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id3153683\n"
+"189\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:MULTILINEEDIT:RID_SVXDLG_SEARCH:ED_SEARCH_FORMATS\">Search options are listed in the <emph>Options </emph>area of the dialog</ahelp>"
+msgstr "<ahelp hid=\"SVX:MULTILINEEDIT:RID_SVXDLG_SEARCH:ED_SEARCH_FORMATS\">ძებნის პარამეტრები ჩამოთვლილია დიალოგის <emph>პარამეტრების </emph>არეალში</ahelp>"
-#: 01130000.xhp#par_id60.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select number of rows.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
+#. Zl~O
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"hd_id3152551\n"
+"5\n"
+"help.text"
+msgid "Replace With"
+msgstr "ჩაანაცვლე"
-#: 01130000.xhp#par_id62.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select number of columns.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
+#. 8hDq
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id3156426\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXDLG_SEARCH:LB_REPLACE\">Enter the replacement text, or select a recent replacement text or style from the list.</ahelp>"
+msgstr ""
-#: 01130000.xhp#par_id64.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select how many pages to print per sheet of paper.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">მონიშნეთ ეს ხატულა გვერდების სანახავად..</ahelp>"
+#. DM2{
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id3150506\n"
+"190\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:MULTILINEEDIT:RID_SVXDLG_SEARCH:ED_REPLACE_FORMATS\">Replacement options are listed in the <emph>Options </emph>area of the dialog.</ahelp>"
+msgstr "<ahelp hid=\"SVX:MULTILINEEDIT:RID_SVXDLG_SEARCH:ED_REPLACE_FORMATS\">ჩანაცვლების პარამერები ჩამონათვალი იხილეთ დიალოგის<emph>პარამეტრების </emph>არეალში.</ahelp>"
-#: 01130000.xhp#par_id66.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Print multiple pages per sheet of paper.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. zM[K
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"hd_id3166410\n"
+"8\n"
+"help.text"
+msgid "Options"
+msgstr ""
-#: 01130000.xhp#par_id68.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select which parts of the document should be printed.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. P~ig
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"hd_id3148538\n"
+"10\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Entire Cells</caseinline><defaultinline>Whole words only</defaultinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">მთლიანი უჯრედები </caseinline><defaultinline>მთლიანი სიტყვები მხოლოდ</defaultinline></switchinline>"
-#: 01130000.xhp#par_id70.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select how many slides to print per page.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
+#. 2_)(
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id3149579\n"
+"11\n"
+"help.text"
+msgid "<variable id=\"ganze\"><ahelp hid=\"SVX:CHECKBOX:RID_SVXDLG_SEARCH:BTN_CELLS\">Searches for whole words or cells that are identical to the search text.</ahelp></variable>"
+msgstr ""
-#: 01130000.xhp#par_id72.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Specify how to arrange slides on the printed page.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">მონიშნეთ ეს ხატულა გვერდების სანახავად..</ahelp>"
+#. 0B-p
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"hd_id3156192\n"
+"14\n"
+"help.text"
+msgid "Backwards"
+msgstr "უკან"
-#: 01130000.xhp#par_id74.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether to print the page name of a document.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. hm]M
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id3150771\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXDLG_SEARCH:BTN_BACKWARDS\">Search starts at the current cursor position and goes backwards to the beginning of the file.</ahelp>"
+msgstr "<ahelp hid=\"SVX:CHECKBOX:RID_SVXDLG_SEARCH:BTN_BACKWARDS\">ძიება იწყება კურსორის მიმდინარე პოზიციიდან უკან ფაილის დასაწყისამდე.</ahelp>"
-#: 01130000.xhp#par_id76.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether to print the current date and time.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. r9e?
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"hd_id3144439\n"
+"16\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Regular expressions</defaultinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>რეგულარული გამოსახულებები</defaultinline></switchinline>"
-#: 01130000.xhp#par_id78.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether to print the pages that are currently hidden.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. Ce%B
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id3155342\n"
+"156\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Allows you to use wildcards in your search.</defaultinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>რეგულარული გამოსახულებები</defaultinline></switchinline>"
-#: 01130000.xhp#par_id80.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies to print in original colors.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. ai62
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id3727225\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Allows you to use wildcards in your search.</ahelp>"
+msgstr ""
-#: 01130000.xhp#par_id82.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies to print colors as grayscale.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
+#. 2!;o
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"hd_id3154924\n"
+"45\n"
+"help.text"
+msgid "Match case"
+msgstr "რეგისტრის გათვალისწინება"
-#: 01130000.xhp#par_id84.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies to print colors as black and white.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
+#. +]1o
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"bm_id3154760\n"
+"help.text"
+msgid "<bookmark_value>case sensitivity;searching</bookmark_value>"
+msgstr ""
-#: 01130000.xhp#par_id86.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Specify how to scale slides in the printout.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. 8M^Q
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id3154760\n"
+"46\n"
+"help.text"
+msgid "<variable id=\"exakt\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXDLG_SEARCH_CB_MATCH_CASE\">Distinguishes between uppercase and lowercase characters.</ahelp></variable>"
+msgstr "<variable id=\"exakt\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXDLG_SEARCH_CB_MATCH_CASE\">განასხვავებს ზედა რეგისტრის და ქვედა რეგისტრის სიმბოლოებს.</ahelp></variable>"
-#: 01130000.xhp#par_id88.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies that you do not want to further scale pages when printing.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">მონიშნეთ ეს ხატულა გვერდების სანახავად..</ahelp>"
+#. Gk_H
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"bm_id3147264\n"
+"help.text"
+msgid "<bookmark_value>finding; selections</bookmark_value>"
+msgstr ""
-#: 01130000.xhp#par_id90.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether to scale down objects that are beyond the margins of the current printer so they fit on the paper in the printer.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ხსნის იარლიყების დიალოგის ფანჯარას სადაც შეგიძლიათ განსაზღვროთ თქვენი იარლიყების პარამეტრები და შემდეგ ქმნის ახალ ტექსტურ დოკუმენტს ამ იარლიყებისათვის ($[officename] Writer).</ahelp>"
+#. X!#d
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"hd_id3147264\n"
+"47\n"
+"help.text"
+msgid "Current selection only"
+msgstr "მხოლოდ მიმდინარე მონიშვნა"
-#: 01130000.xhp#par_id92.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies that pages are to be printed in tiled format. If the pages or slides are smaller than the paper, several pages or slides will be printed on one page of paper.</ahelp>"
+#. m3%l
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id3150866\n"
+"48\n"
+"help.text"
+msgid "<ahelp hid=\".\">Searches only the selected text or cells.</ahelp>"
msgstr ""
-#: 01130000.xhp#hd_id0818200912285074.help.text
-msgid "%PRODUCTNAME Writer / Calc / Impress / Draw / Math"
+#. EF*t
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id8876918\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches for text formatted with the style that you specify. Select this checkbox, and then select a style from the Search for list. To specify a replacement style, select a style from the Replace with list.</ahelp>"
msgstr ""
-#: 01130000.xhp#par_id0818200912285019.help.text
-msgid "The tab page with the same name as the current application can be used to define the contents, color, size, and pages to be printed. You define settings that are specific to the current document type."
-msgstr ""
+#. $AKi
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"hd_id3153524\n"
+"49\n"
+"help.text"
+msgid "Search for Styles / Including Styles"
+msgstr "სტილების ძებნა / სტილების ჩათვლით"
-#: 01130000.xhp#hd_id0818200912285112.help.text
-msgid "Page Layout"
+#. {8h=
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id3155103\n"
+"50\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXDLG_SEARCH:BTN_LAYOUTS\">Searches for text formatted with the style that you specify. Select this checkbox, and then select a style from the <emph>Search for </emph>list. To specify a replacement style, select a style from the <emph>Replace with</emph> list.</ahelp>"
msgstr ""
-#: 01130000.xhp#par_id0818200912285150.help.text
-msgid "The Page Layout tab page can be used to save some sheets of paper by printing several pages onto each sheet of paper. You define the arrangement and size of output pages on the physical paper."
-msgstr ""
+#. [m$8
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_idN109CC\n"
+"help.text"
+msgid "After you select the attributes that you want to search for, the <emph>Search for Styles</emph> box in the <emph>Options </emph>area of the %PRODUCTNAME Writer <emph>Find & Replace </emph>dialog changes to <emph>Including Styles</emph>."
+msgstr "საძიებო ატრიბუტების მონიშვნის შემდეგ<emph>სტილების ძებნის</emph> სარკმელი <emph>პარამეტრების </emph>არეალი %PRODUCTNAME Writer <emph>ძიება და ჩანაცვლების </emph>დიალოგი იცვლება <emph>სტილების ჩათვლით</emph>."
-#: 01130000.xhp#par_id0818200904164735.help.text
-msgid "Change the arrangement of pages to be printed on every sheet of paper. The preview shows how every final sheet of paper will look."
-msgstr ""
+#. 0p[G
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_idN109DF\n"
+"help.text"
+msgid "If you want to search for text in which attributes were set by using direct formatting and styles, select the <emph>Including Styles</emph> box."
+msgstr "ტექსტის ძიებისას,რომელშიც ატრიბუტები დაყენებულია პირდაპირი ფორმატირების და სტილების გამოყენებით, მონიშნეთ სარკმელი <emph>სტილების ჩათვლით</emph>"
-#: 01130000.xhp#par_id0818200904102987.help.text
-msgid "For some document types, you can choose to print a brochure."
-msgstr ""
+#. r?RI
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"hd_id0302200901464169\n"
+"help.text"
+msgid "Comments"
+msgstr "შინაარსი"
-#: 01130000.xhp#hd_id0818200912285138.help.text
-msgctxt "01130000.xhp#hd_id0818200912285138.help.text"
-msgid "Options"
+#. /89E
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id0302200901464150\n"
+"help.text"
+msgid "<ahelp hid=\".\">In Writer, you can select to include the comment texts in your searches.</ahelp>"
msgstr ""
-#: 01130000.xhp#par_id0818200912285146.help.text
-msgid "On the Options tab page you can set some additional options for the current print job. Here you can specify to print to a file instead of printing on a printer."
-msgstr ""
+#. .JN@
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"hd_id3149167\n"
+"204\n"
+"help.text"
+msgid "<variable id=\"halbnormaltitel\">Match character width (only if Asian languages are enabled)</variable>"
+msgstr "<variable id=\"halbnormaltitel\">სიმბოლოების სიგანის თანხვედრა (მხოლოდ თუ აზიური ენებია ჩართული) </variable>"
-#: 01130000.xhp#hd_id0819200910481678.help.text
-#, fuzzy
-msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">Unix hints</caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">კომენტარები </caseinline></switchinline>"
+#. `/vF
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id3145744\n"
+"208\n"
+"help.text"
+msgid "<variable id=\"halbnormaltext\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXDLG_SEARCH_CB_JAP_MATCH_FULL_HALF_WIDTH\">Distinguishes between half-width and full-width character forms.</ahelp></variable>"
+msgstr "<variable id=\"halbnormaltext\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXDLG_SEARCH_CB_JAP_MATCH_FULL_HALF_WIDTH\">ნახევარი სიგანისა და სრული სიგანის სიმბოლოების ფორმათა შორის განსხვავება.</ahelp></variable>"
-#: 01130000.xhp#par_id3157320.47.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">If you want, you can use the STAR_SPOOL_DIR environment variable to specify the directory where the Xprinter spoolfiles are saved. For example:</caseinline></switchinline>"
-msgstr ""
+#. \`qi
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"hd_id3153178\n"
+"205\n"
+"help.text"
+msgid "<variable id=\"aehnlichtitel\">Sounds like (Japanese) (only if Asian languages are enabled)</variable>"
+msgstr "<variable id=\"aehnlichtitel\">ჟღერს როგორც (იაპონური) (მხოლოდ თუ აზიური ენებია ჩართული) </variable>"
-#: 01130000.xhp#par_id3154330.48.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">setenv STAR_SPOOL_DIR /usr/local/tmp (in the csh/tcsh) or</caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">setenv STAR_SPOOL_DIR /usr/local/tmp (in the csh/tcsh) or </caseinline></switchinline>"
+#. B!0R
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id3145421\n"
+"206\n"
+"help.text"
+msgid "<variable id=\"aehnlichtext\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXDLG_SEARCH_CB_JAP_SOUNDS_LIKE\">Lets you specify the search options for similar notation used in Japanese text. Select this checkbox, and then click the <emph>...</emph> button to specify the search options. </ahelp></variable>"
+msgstr "<variable id=\"aehnlichtext\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXDLG_SEARCH_CB_JAP_SOUNDS_LIKE\">საშუალებას გაძლევთ განსაზღვროთ საძიებო პარამეტრები იაპონურ ენაში გამოყენებული მსგავსი ნოტაციებისთვის. მონიშნეთ თოლია და დააწკაპუნეთ ღილაკზე <emph>...</emph> საძიებო პარამეტრების განსაზღვრის მიზნით. </ahelp></variable>"
-#: 01130000.xhp#par_id3150768.49.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">export STAR_SPOOL_DIR=/usr/local/tmp (in the sh/bash)</caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">export STAR_SPOOL_DIR=/usr/local/tmp (in the sh/bash) </caseinline></switchinline>"
+#. KE6e
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id3149765\n"
+"209\n"
+"help.text"
+msgid "<variable id=\"aehnlichbutton\"><ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_SEARCH_PB_JAP_OPTIONS\" visibility=\"hidden\">Sets the search options for similar notation used in Japanese text.</ahelp></variable>"
+msgstr "<variable id=\"aehnlichbutton\"><ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_SEARCH_PB_JAP_OPTIONS\" visibility=\"hidden\">იაპონურ ტექსტში გამოყენებული მსგავსი ნოტაციებისთვის საძიებო პარამეტრების დაყენება.</ahelp></variable>"
-#: 01130000.xhp#par_id3150449.50.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">You can also use the <link href=\"text/shared/guide/spadmin.xhp\" name=\"spadmin printer setup program\">spadmin printer setup program</link> to specify additional printer options.</caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">შეგიძლიათ გამოიყენოთ <link href=\"text/shared/guide/spadmin.xhp\" name=\"spadmin printer setup program\">spadmin პრინტერის დასაყენებელი პროგრამა</link> პრინტერის დამატებითი პარამეტრების განსასაზღვრად. </caseinline></switchinline>"
+#. pN5c
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id3148672\n"
+"212\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01150200.xhp\" name=\"Searching in Japanese\">Searching in Japanese</link>"
+msgstr "<link href=\"text/shared/optionen/01150200.xhp\" name=\"Searching in Japanese\">იაპონურ ენაზე ძებნა</link>"
-#: 05110300.xhp#tit.help.text
-msgctxt "05110300.xhp#tit.help.text"
-msgid "Underline"
-msgstr ""
+#. VO*X
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"hd_id3154299\n"
+"66\n"
+"help.text"
+msgid "Find All"
+msgstr "იპოვე ყველა"
-#: 05110300.xhp#bm_id3150756.help.text
-msgid "<bookmark_value>characters;underlining</bookmark_value><bookmark_value>underlining;characters</bookmark_value>"
-msgstr "<bookmark_value>მოქმედების დაბრუნება;რედაქტირება</bookmark_value><bookmark_value>რედაქტირება;მოქმედების დაბრუნება</bookmark_value>"
+#. Orl;
+#: 02100000.xhp
+#, fuzzy
+msgctxt ""
+"02100000.xhp\n"
+"par_id3145785\n"
+"67\n"
+"help.text"
+msgid "Finds and selects all instances of the text or the format that you are searching for in the document (only in Writer and Calc documents)."
+msgstr "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_SEARCH:BTN_SEARCH_ALL\">ძიების დოკუმენტში ტექსტის ან ფორმატის ყველა ნიმუშის პოვნა და მონიშვნა (მხოლოდ Writer-ში და Calc დოკუმენტებში).</ahelp>"
-#: 05110300.xhp#hd_id3150756.1.help.text
+#. W4q}
+#: 02100000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05110300.xhp\" name=\"Underline\">Underline</link>"
-msgstr "<link href=\"text/shared/01/02010000.xhp\" name=\"Undo\">მოქმედების დაბრუნება</link>"
+msgctxt ""
+"02100000.xhp\n"
+"par_id31454242785\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Finds and selects all instances of the text or the format that you are searching for in the document (only in Writer and Calc documents).</ahelp>"
+msgstr "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_SEARCH:BTN_SEARCH_ALL\">ძიების დოკუმენტში ტექსტის ან ფორმატის ყველა ნიმუშის პოვნა და მონიშვნა (მხოლოდ Writer-ში და Calc დოკუმენტებში).</ahelp>"
-#: 05110300.xhp#par_id3149031.2.help.text
-msgid "<ahelp hid=\".uno:Underline\" visibility=\"visible\">Underlines or removes underlining from the selected text.</ahelp>"
+#. s;QR
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"hd_id3163821\n"
+"68\n"
+"help.text"
+msgid "Find"
msgstr ""
-#: 05110300.xhp#par_id3152821.3.help.text
-msgid "If the cursor is not in a word, the new text that you enter is underlined."
+#. 8c!G
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id3147436\n"
+"69\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_SEARCH:BTN_SEARCH\">Finds and selects the next occurrence of the text or format that you searching for in the document.</ahelp>"
+msgstr "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_SEARCH:BTN_SEARCH\">ძიების დოკუმენტში ტექსტის ან ფორმატის ყველა შეხვედრის პოვნა და მონიშვნა</ahelp>"
+
+#. GUNm
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"hd_id3153742\n"
+"70\n"
+"help.text"
+msgid "Replace All"
+msgstr "ჩაანაცვლე ყველა"
+
+#. =9TH
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id3145660\n"
+"71\n"
+"help.text"
+msgid "<ahelp hid=\".\">Replaces all of the occurrences of the text or format that you want to replace.</ahelp><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Repeat this command until all replacements on your slide have been made.</caseinline></switchinline>"
msgstr ""
-#: 05110300.xhp#par_id3154894.4.help.text
-msgid "<ahelp hid=\".uno:UnderlineDouble\" visibility=\"hidden\">Underlines the selected text with two lines.</ahelp>"
+#. aR6p
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"hd_id3149065\n"
+"72\n"
+"help.text"
+msgid "Replace"
msgstr ""
-#: gallery_files.xhp#tit.help.text
-#, fuzzy
-msgctxt "gallery_files.xhp#tit.help.text"
-msgid "Files"
-msgstr "შევსება"
+#. 9*me
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id3151170\n"
+"73\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_SEARCH:BTN_REPLACE\">Replaces the selected text or format that you searched for, and then searches for the next occurrence.</ahelp>"
+msgstr "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_SEARCH:BTN_REPLACE\">მოძიებული ტექსტის ან ფორმატის ჩანაცვლება და შემდეგი შეხვედრის ძებნა.</ahelp>"
-#: gallery_files.xhp#hd_id3150756.1.help.text
-#, fuzzy
-msgctxt "gallery_files.xhp#hd_id3150756.1.help.text"
-msgid "Files"
-msgstr "შევსება"
+#. ~5_8
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"hd_id3147348\n"
+"192\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100200.xhp\" name=\"Attribute\">Attribute</link></caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100200.xhp\" name=\"Attribute\">ატრიბუტი</link></caseinline></switchinline>"
-#: gallery_files.xhp#par_id3153882.2.help.text
-msgid "<variable id=\"stargallerymanager\">Adds new files to the selected theme. </variable>"
-msgstr ""
+#. D7SD
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"hd_id3155854\n"
+"193\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100300.xhp\" name=\"Format\">Format</link></caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100300.xhp\" name=\"Format\">ფორმატი</link></caseinline></switchinline>"
-#: gallery_files.xhp#hd_id3153089.5.help.text
-msgctxt "gallery_files.xhp#hd_id3153089.5.help.text"
-msgid "File Type"
+#. 3tRy
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id8641315\n"
+"help.text"
+msgid "Finds specific text formatting features, such as font types, font effects, and text flow characteristics."
msgstr ""
-#: gallery_files.xhp#par_id3154497.6.help.text
-msgid "<ahelp hid=\"SVX:COMBOBOX:RID_SVXTABPAGE_GALLERYTHEME_FILES:CBB_FILETYPE\">Select the type of file that you want to add.</ahelp>"
-msgstr ""
+#. UUy-
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"hd_id3154188\n"
+"135\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">No Format</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ფორმატის გარეშე </caseinline></switchinline>"
-#: gallery_files.xhp#hd_id3153935.7.help.text
-msgid "Files found"
+#. pF5f
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id3159155\n"
+"136\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Click in the <emph>Search for </emph>or the <emph>Replace with </emph>box, and then click this button to remove the search criteria based on formats.</caseinline></switchinline>"
msgstr ""
-#: gallery_files.xhp#par_id3145829.8.help.text
-msgid "<ahelp hid=\"SVX:MULTILISTBOX:RID_SVXTABPAGE_GALLERYTHEME_FILES:LBX_FOUND\">Lists the available files. Select the file(s) that you want to add, and then click <emph>Add</emph>. To add all of the files in the list, click <emph>Add All</emph>.</ahelp>"
+#. @==m
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id1334269\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click in the Search for or the Replace with box, and then click this button to remove the search criteria based on formats.</ahelp>"
msgstr ""
-#: gallery_files.xhp#hd_id3154751.9.help.text
-msgid "Find files"
-msgstr ""
+#. ?sWf
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id3150337\n"
+"137\n"
+"help.text"
+msgid "The search criteria for formatting attributes are displayed under the <emph>Search for </emph>or the <emph>Replace with </emph>box."
+msgstr "დასაფორმატებელ ატრიბუტთა ძებნის პირობა ნაჩვენებია სარკმელში <emph>ძებნა </emph>ან <emph>ჩანაცვლება </emph>"
-#: gallery_files.xhp#par_id3147557.10.help.text
-msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXTABPAGE_GALLERYTHEME_FILES:BTN_SEARCH\">Locate the directory containing the files that you want to add, and then click <emph>OK</emph>.</ahelp>"
+#. (o`%
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id3150113\n"
+"139\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Shows more or fewer search options. Click this button again to hide the extended search options.</ahelp>"
msgstr ""
-#: gallery_files.xhp#hd_id3154317.13.help.text
-msgctxt "gallery_files.xhp#hd_id3154317.13.help.text"
-msgid "Add"
-msgstr ""
+#. W=P:
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"hd_id3154944\n"
+"140\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Search in</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ძებნა </caseinline></switchinline>"
-#: gallery_files.xhp#par_id3150774.14.help.text
-msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXTABPAGE_GALLERYTHEME_FILES:BTN_TAKE\">Adds the selected file(s) to the current theme.</ahelp>"
-msgstr ""
+#. .35!
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"hd_id3146925\n"
+"142\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Formulas</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ფორმატები </caseinline></switchinline>"
-#: gallery_files.xhp#hd_id3149751.15.help.text
-msgid "Add all"
+#. wa*m
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id6719870\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches for the characters that you specify in formulas and in fixed (not calculated) values. For example, you could look for formulas that contain 'SUM'.</ahelp>"
msgstr ""
-#: gallery_files.xhp#par_id3156426.16.help.text
-msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXTABPAGE_GALLERYTHEME_FILES:BTN_TAKEALL\">Adds all of the files in the list to the current theme.</ahelp>"
-msgstr ""
+#. elxG
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"hd_id3149400\n"
+"144\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Values</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">მნიშვნელობები </caseinline></switchinline>"
-#: gallery_files.xhp#hd_id3147088.17.help.text
-msgctxt "gallery_files.xhp#hd_id3147088.17.help.text"
-msgid "Preview"
+#. f_gn
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id3146969\n"
+"145\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches for the characters that you specify in values and in the results of formulas.</caseinline></switchinline>"
msgstr ""
-#: gallery_files.xhp#par_id3151111.18.help.text
-msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXTABPAGE_GALLERYTHEME_FILES:CBX_PREVIEW\">Displays or hides a preview of the selected file.</ahelp>"
+#. v,87
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id6064943\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches for the characters that you specify in values and in the results of formulas.</ahelp>"
msgstr ""
-#: gallery_files.xhp#hd_id3147275.19.help.text
-msgid "Preview box"
-msgstr ""
+#. )K(7
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"hd_id3145650\n"
+"146\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Comments</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ფორმატები </caseinline></switchinline>"
-#: gallery_files.xhp#par_id3153662.20.help.text
-msgid "<ahelp hid=\"HID_GALLERY_PREVIEW\">Displays a preview of the selected file.</ahelp>"
+#. [)N%
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id3153947\n"
+"147\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches for the characters that you specify in the comments that are attached to the cells.</caseinline></switchinline>"
msgstr ""
-#: 01110300.xhp#tit.help.text
-msgid "Saving (Templates)"
-msgstr "(შაბლონების) დამახსოვრება"
+#. ZsP-
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id9799798\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches for the characters that you specify in the comments that are attached to the cells.</ahelp>"
+msgstr ""
-#: 01110300.xhp#hd_id3160463.1.help.text
-msgid "<link href=\"text/shared/01/01110300.xhp\" name=\"Saving (Templates)\">Saving (Templates)</link>"
-msgstr "<link href=\"text/shared/01/01110300.xhp\" name=\"Saving (Templates)\">(შაბლონების) დამახსოვრება</link>"
+#. ?bJE
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"hd_id3153004\n"
+"148\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Search direction</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ძებნის მიმართულება </caseinline></switchinline>"
-#: 01110300.xhp#par_id3157898.2.help.text
-msgid "<ahelp hid=\".uno:SaveAsTemplate\">Saves the current document as a template.</ahelp>"
-msgstr "<ahelp hid=\".uno:SaveAsTemplate\">მიმდინარე დოკუმენტის შაბლონის სახით დამახსოვრება.</ahelp>"
+#. D6?X
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id3156332\n"
+"207\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Determines the order for searching the cells.</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">უჯრედების ძებნის მიმართულების განსაზღვრა. </caseinline></switchinline>"
-#: 01110300.xhp#hd_id3147226.4.help.text
-msgid "New Template"
-msgstr "ახალი შაბლონი"
+#. kWX1
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"hd_id3155064\n"
+"150\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">By Rows</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">მწკრივების მიხედვით </caseinline></switchinline>"
-#: 01110300.xhp#par_id3147043.5.help.text
-msgid "<ahelp hid=\"SFX2:EDIT:DLG_DOC_TEMPLATE:ED_NAME\">Enter a name for the template.</ahelp>"
-msgstr "<ahelp hid=\"SFX2:EDIT:DLG_DOC_TEMPLATE:ED_NAME\">შეიყვანეთ შაბლონის სახელი.</ahelp>"
+#. C.bh
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id743430\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches from left to right across the rows.</ahelp>"
+msgstr ""
-#: 01110300.xhp#hd_id3147571.6.help.text
-msgctxt "01110300.xhp#hd_id3147571.6.help.text"
-msgid "Templates"
-msgstr "შაბლონი:"
+#. ?Q#C
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"hd_id3156277\n"
+"152\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">By Columns</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">სვეტების მიხედვით </caseinline></switchinline>"
-#: 01110300.xhp#par_id3150774.7.help.text
-msgid "Lists templates and template categories."
-msgstr "შაბლონებისა და შაბლონების კატეგორიის ჩამოანთვალი"
+#. g975
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id3145207\n"
+"153\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches from top to bottom through the columns.</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">უჯრედების ძებნის მიმართულების განსაზღვრა. </caseinline></switchinline>"
-#: 01110300.xhp#hd_id3143268.8.help.text
-msgctxt "01110300.xhp#hd_id3143268.8.help.text"
-msgid "Categories"
+#. Usbh
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id3470564\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches from top to bottom through the columns.</ahelp>"
msgstr ""
-#: 01110300.xhp#par_id3159233.9.help.text
-msgid "<ahelp hid=\"SFX2:LISTBOX:DLG_DOC_TEMPLATE:LB_SECTION\">Select a category in which to save the new template.</ahelp> To add a new template category, click the <link href=\"text/shared/01/01110100.xhp\" name=\"Organize\">Organize</link> button."
-msgstr "<ahelp hid=\"SFX2:LISTBOX:DLG_DOC_TEMPLATE:LB_SECTION\">მონიშნეთ კატეგორია, სადაც უნდა დაიმახსოვროთ ახალი შაბლონი.</ahelp> ახალი შaბლონის კატეგორიის დასამატებლად, დააწკაპუნეთ ღილაკზე <link href=\"text/shared/01/01110100.xhp\" name=\"Organize\">დალაგება</link> "
-
-#: 01110300.xhp#hd_id3150693.10.help.text
-msgctxt "01110300.xhp#hd_id3150693.10.help.text"
-msgid "Templates"
-msgstr "შაბლონი:"
+#. ]\1o
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"hd_id3153764\n"
+"194\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Extras</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ექსტრა </caseinline></switchinline>"
-#: 01110300.xhp#par_id3149398.11.help.text
-msgid "<ahelp hid=\"SFX2:LISTBOX:DLG_DOC_TEMPLATE:LB_STYLESHEETS\">Lists the available template categories.</ahelp>"
-msgstr "<ahelp hid=\"SFX2:LISTBOX:DLG_DOC_TEMPLATE:LB_STYLESHEETS\">ხელმისაწვდომი შაბლონების კატეგორიის ჩამონათვალი.</ahelp>"
+#. AfGt
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"bm_id3152960\n"
+"help.text"
+msgid "<bookmark_value>searching; all sheets</bookmark_value> <bookmark_value>finding; in all sheets</bookmark_value> <bookmark_value>sheets; searching all</bookmark_value>"
+msgstr "<bookmark_value>searching; all sheets</bookmark_value><bookmark_value>ყველა ფურცელში პოვნა</bookmark_value><bookmark_value>ყველა ფურცლის ძებნა</bookmark_value>"
-#: 01110300.xhp#hd_id3163803.12.help.text
-msgctxt "01110300.xhp#hd_id3163803.12.help.text"
-msgid "Edit"
-msgstr "გასვლა"
+#. K%Vb
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"hd_id3152960\n"
+"196\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Search in all sheets</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ყველა ფურცელში ძებნა </caseinline></switchinline>"
-#: 01110300.xhp#par_id3147242.13.help.text
-msgid "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_DOC_TEMPLATE:BT_EDIT\">Opens the selected template for editing.</ahelp>"
-msgstr "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_DOC_TEMPLATE:BT_EDIT\">მონიშნული შაბლონის გახსნა რედაქტირებისთვის.</ahelp>"
+#. 8}k.
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id3145619\n"
+"197\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches through all of the sheets in the current spreadsheet file.</caseinline></switchinline>"
+msgstr ""
-#: 01110300.xhp#hd_id3156156.14.help.text
-msgctxt "01110300.xhp#hd_id3156156.14.help.text"
-msgid "Organize"
+#. 18Zl
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id4089175\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches through all of the sheets in the current spreadsheet file.</ahelp>"
msgstr ""
-#: 01110300.xhp#par_id3155419.15.help.text
-msgid "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_DOC_TEMPLATE:BT_ORGANIZE\">Opens the <emph>Template Management</emph> dialog where you can organize or create new templates.</ahelp>"
-msgstr "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_DOC_TEMPLATE:BT_ORGANIZE\">ხსნის დიალოგს <emph>შაბლონის მართვა</emph> სადაც შეგიძლაით დაალაგოთ ან შექმნათ ახალი შaბლონები.</ahelp>"
+#. kmD/
+#: 02100000.xhp
+msgctxt ""
+"02100000.xhp\n"
+"par_id3151101\n"
+"188\n"
+"help.text"
+msgid "After you close the <emph>Find & Replace</emph> dialog, you can still search using the last search criteria that you entered, by pressing Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F."
+msgstr "<emph>პოვნა და ჩანაცვლება</emph>დიალოგის დახურვის შემდეგ, შეგიძლიათ ძებნის გაგრძელება ბოლო ძებნის პირობის მეშვეობით თუ დააჭერთ Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანებას </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F."
+
+#. ,$|t
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Textures"
+msgstr ""
-#: 01110300.xhp#par_id3153126.help.text
+#. TZVH
+#: 05350500.xhp
#, fuzzy
-msgctxt "01110300.xhp#par_id3153126.help.text"
-msgid "<link href=\"text/shared/01/01110100.xhp\" name=\"Template Management\">Template Management</link>"
-msgstr "<link href=\"text/shared/01/02030000.xhp\" name=\"Repeat\">გამეორება</link>"
+msgctxt ""
+"05350500.xhp\n"
+"hd_id3150014\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05350500.xhp\" name=\"Textures\">Textures</link>"
+msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
-#: guides.xhp#tit.help.text
-msgid "Snap Lines"
+#. `}?A
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"par_id3147000\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEXTURE\">Sets the properties of the surface texture for the selected 3D object. This feature is only available after you apply a surface textures to the selected object. To quickly apply a surface texture, open the <emph>Gallery</emph>, hold down Shift+Ctrl (Mac: Shift+Command), and then drag an image onto the selected 3D object.</ahelp>"
msgstr ""
-#: guides.xhp#bm_id1441999.help.text
-msgid "<bookmark_value>guides;display options (Impress/Draw)</bookmark_value>"
+#. 3VY(
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"hd_id3145212\n"
+"4\n"
+"help.text"
+msgid "Textures"
msgstr ""
-#: guides.xhp#par_idN10562.help.text
-msgid "<link href=\"text/shared/01/guides.xhp\">Snap Lines</link>"
+#. P3`?
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"par_id3159233\n"
+"5\n"
+"help.text"
+msgid "Sets the texture properties."
msgstr ""
-#: guides.xhp#par_id3146313.7.help.text
-msgid "<ahelp hid=\".\">Specifies the display options for snap lines.</ahelp>"
-msgstr ""
+#. 3pk9
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"hd_id3156410\n"
+"6\n"
+"help.text"
+msgid "Type"
+msgstr "ტიპი:"
-#: guides.xhp#par_idN1057B.help.text
-msgid "Display Snap Lines"
+#. $+W}
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"par_id3145345\n"
+"7\n"
+"help.text"
+msgid "Set the color properties of the texture."
msgstr ""
-#: guides.xhp#par_idN1057F.help.text
-msgid "Displays or hides snap lines that you can use to align objects on a page."
+#. ]%%9
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"hd_id3150775\n"
+"8\n"
+"help.text"
+msgid "Black & White"
msgstr ""
-#: guides.xhp#par_idN10582.help.text
-msgid "Snap to Snap Lines"
+#. e?/}
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"par_id3147242\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_LUMINANCE\">Converts the texture to black and white.</ahelp>"
msgstr ""
-#: guides.xhp#par_idN10586.help.text
+#. M*`o
+#: 05350500.xhp
#, fuzzy
-msgid "Automatically aligns objects to vertical and horizontal snap lines. To override this feature, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option key</caseinline><defaultinline>Alt key </defaultinline></switchinline>when you drag an object."
-msgstr "სიიდან ველის სწრაფად ჩასართავად დააჭირეთ <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> და ორჯერ დააწკაპუნეთ ველზე."
+msgctxt ""
+"05350500.xhp\n"
+"par_id3146773\n"
+"help.text"
+msgid "<image id=\"img_id3150084\" src=\"svx/res/luminanc.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3150084\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149784\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149784\">ხატულა</alt></image>"
-#: guides.xhp#par_idN105C6.help.text
-msgid "Snap Lines to Front"
+#. 6eOu
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"par_id3156156\n"
+"10\n"
+"help.text"
+msgid "Black & White"
msgstr ""
-#: guides.xhp#par_idN105CA.help.text
-msgid "<ahelp hid=\".\">Displays the snap lines in front of the objects on the slide or page.</ahelp>"
+#. \e67
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"hd_id3150670\n"
+"11\n"
+"help.text"
+msgid "Color"
msgstr ""
-#: digitalsignatures.xhp#tit.help.text
-msgid "Digital Signatures"
-msgstr "ციფრული ხელმოწერა"
-
-#: digitalsignatures.xhp#par_idN10544.help.text
-msgid "<link href=\"text/shared/01/digitalsignatures.xhp\">Digital Signatures</link>"
+#. wmdT
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"par_id3145119\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_COLOR\">Converts the texture to color.</ahelp>"
msgstr ""
-#: digitalsignatures.xhp#par_idN10548.help.text
-msgid "<ahelp hid=\".\">Adds and removes digital signatures to and from your document. You can also use the dialog to view certificates.</ahelp>"
-msgstr ""
+#. /$|/
+#: 05350500.xhp
+#, fuzzy
+msgctxt ""
+"05350500.xhp\n"
+"par_id3153126\n"
+"help.text"
+msgid "<image id=\"img_id3155388\" src=\"svx/res/color.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3155388\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153821\">ხატულა</alt></image>"
-#: digitalsignatures.xhp#par_idN10629.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">You must save a file before you can apply a digital signature to the file.</ahelp>"
+#. =UFD
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"par_id3145316\n"
+"13\n"
+"help.text"
+msgid "Color"
msgstr ""
-#: digitalsignatures.xhp#par_idN10644.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">You must save a file in OpenDocument format before you can apply a digital signature to the file.</ahelp>"
+#. x\(%
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"hd_id3155342\n"
+"14\n"
+"help.text"
+msgid "Mode"
msgstr ""
-#: digitalsignatures.xhp#par_idN1055F.help.text
-msgctxt "digitalsignatures.xhp#par_idN1055F.help.text"
-msgid "List"
+#. Ad$5
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"par_id3153827\n"
+"15\n"
+"help.text"
+msgid "Show or hide shading."
msgstr ""
-#: digitalsignatures.xhp#par_idN10563.help.text
-msgid "<ahelp hid=\".\">Lists the digital signatures for the current document.</ahelp>"
+#. BCO3
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"hd_id3149191\n"
+"16\n"
+"help.text"
+msgid "Only Texture"
msgstr ""
-#: digitalsignatures.xhp#par_idN10566.help.text
-msgid "The Signed icon<image id=\"img_id4557023\" src=\"xmlsecurity/res/certificate_16.png\" width=\"0.1665in\" height=\"0.1146in\"><alt id=\"alt_id4557023\">Icon</alt></image> indicates a valid digital signature, while the Exclamation mark icon<image id=\"img_id249336\" src=\"xmlsecurity/res/caution_11x16.png\" width=\"0.1665in\" height=\"0.1146in\"><alt id=\"alt_id249336\">Icon</alt></image> indicates an invalid digital signature."
+#. %H#@
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"par_id3148564\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_REPLACE\">Applies the texture without shading.</ahelp>"
msgstr ""
-#: digitalsignatures.xhp#par_id0821200910573716.help.text
-msgid "See also <link href=\"text/shared/guide/digital_signatures.xhp\">Digital Signatures</link>."
+#. 71=Y
+#: 05350500.xhp
+#, fuzzy
+msgctxt ""
+"05350500.xhp\n"
+"par_id3154280\n"
+"help.text"
+msgid "<image id=\"img_id3149045\" src=\"svx/res/replac3d.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3149045\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149784\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149784\">ხატულა</alt></image>"
+
+#. da0G
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"par_id3156435\n"
+"18\n"
+"help.text"
+msgid "Only Texture"
msgstr ""
-#: digitalsignatures.xhp#par_idN1056C.help.text
-msgctxt "digitalsignatures.xhp#par_idN1056C.help.text"
-msgid "View Certificate"
+#. 9dV%
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"hd_id3150541\n"
+"19\n"
+"help.text"
+msgid "Texture and Shading"
msgstr ""
-#: digitalsignatures.xhp#par_idN10570.help.text
-msgid "<ahelp hid=\".\">Opens the <link href=\"text/shared/optionen/viewcertificate.xhp\">View Certificate</link> dialog.</ahelp>"
+#. zk)9
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"par_id3154938\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_MODULATE\">Applies the texture with shading. To define the shading options for the texture, click the <emph>Shading</emph> button in this dialog.</ahelp>"
msgstr ""
-#: digitalsignatures.xhp#par_idN10581.help.text
+#. |vF1
+#: 05350500.xhp
#, fuzzy
-msgid "Sign Document"
-msgstr "დოკუმენტების გაგზავნა"
+msgctxt ""
+"05350500.xhp\n"
+"par_id3150742\n"
+"help.text"
+msgid "<image id=\"img_id3152803\" src=\"svx/res/modula3d.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3152803\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150503\">ხატულა</alt></image>"
-#: digitalsignatures.xhp#par_idN10585.help.text
-msgid "<ahelp hid=\".\">Opens the <link href=\"text/shared/01/selectcertificate.xhp\">Select Certificate</link> dialog.</ahelp>"
+#. d4k#
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"par_id3145419\n"
+"21\n"
+"help.text"
+msgid "Texture and Shading"
msgstr ""
-#: digitalsignatures.xhp#par_idN10596.help.text
-msgctxt "digitalsignatures.xhp#par_idN10596.help.text"
-msgid "Remove"
+#. 4(0,
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"hd_id3148672\n"
+"22\n"
+"help.text"
+msgid "Projection X"
msgstr ""
-#: digitalsignatures.xhp#par_idN1059A.help.text
-msgid "<ahelp hid=\".\">Removes the selected source from the list.</ahelp>"
+#. MhG!
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"par_id3148677\n"
+"23\n"
+"help.text"
+msgid "Set the options for displaying the texture."
msgstr ""
-#: 06010101.xhp#tit.help.text
-msgctxt "06010101.xhp#tit.help.text"
-msgid "Writing aids"
+#. F-U(
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"hd_id3148453\n"
+"24\n"
+"help.text"
+msgid "Object-specific"
msgstr ""
-#: 06010101.xhp#hd_id3145138.1.help.text
-msgctxt "06010101.xhp#hd_id3145138.1.help.text"
-msgid "Writing aids"
+#. C#|*
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"par_id3144432\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_OBJECT_X\">Automatically adjusts the texture based on the shape and size of the object.</ahelp>"
msgstr ""
-#: 06010101.xhp#par_id3148882.2.help.text
-msgid "Select the user-defined dictionaries and set the rules for the spellchecking."
+#. I=}.
+#: 05350500.xhp
+#, fuzzy
+msgctxt ""
+"05350500.xhp\n"
+"par_id3155103\n"
+"help.text"
+msgid "<image id=\"img_id3148920\" src=\"svx/res/objspc3d.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3148920\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
+
+#. ^3@d
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"par_id3155133\n"
+"26\n"
+"help.text"
+msgid "Object-specific"
msgstr ""
-#: 05020700.xhp#tit.help.text
-msgid "Asian Typography"
+#. 51wD
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"hd_id3147300\n"
+"27\n"
+"help.text"
+msgid "Parallel"
msgstr ""
-#: 05020700.xhp#bm_id3155620.help.text
-msgid "<bookmark_value>Asian typography</bookmark_value><bookmark_value>formatting; Asian typography</bookmark_value><bookmark_value>paragraphs; Asian typography</bookmark_value><bookmark_value>typography; Asian</bookmark_value>"
+#. I$G%
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"par_id3153768\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_PARALLEL_X\">Applies the texture parallel to the horizontal axis.</ahelp>"
msgstr ""
-#: 05020700.xhp#hd_id3155620.1.help.text
+#. -$F7
+#: 05350500.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05020700.xhp\" name=\"Asian Typography\">Asian Typography</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
+msgctxt ""
+"05350500.xhp\n"
+"par_id3148977\n"
+"help.text"
+msgid "<image id=\"img_id3147478\" src=\"svx/res/parallel.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3147478\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149784\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149784\">ხატულა</alt></image>"
-#: 05020700.xhp#par_id3153124.2.help.text
-msgid "<ahelp hid=\".\">Set the typographic options for cells or paragraphs in Asian language files. To enable Asian language support, choose <emph>Language Settings - Languages</emph> in the Options dialog box, and then select the <emph>Enabled</emph> box in the <emph>Asian language support</emph> area.</ahelp> The Asian typography options are ignored in HTML documents."
+#. fUHJ
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"par_id3147579\n"
+"29\n"
+"help.text"
+msgid "Parallel"
msgstr ""
-#: 05020700.xhp#hd_id3147571.3.help.text
-msgid "Line change"
+#. FS2E
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"hd_id3148577\n"
+"30\n"
+"help.text"
+msgid "Circular"
msgstr ""
-#: 05020700.xhp#par_id3147834.4.help.text
-msgid "Set the options for line breaks in Asian language documents."
+#. Z2Vs
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"par_id3152418\n"
+"31\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_CIRCLE_X\">Wraps the horizontal axis of the texture pattern around a sphere.</ahelp>"
msgstr ""
-#: 05020700.xhp#hd_id3145072.9.help.text
-msgid "Apply list of forbidden characters to the beginning and end of line"
-msgstr ""
+#. ^qgq
+#: 05350500.xhp
+#, fuzzy
+msgctxt ""
+"05350500.xhp\n"
+"par_id3154013\n"
+"help.text"
+msgid "<image id=\"img_id3153943\" src=\"svx/res/parallel.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153943\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153821\">ხატულა</alt></image>"
-#: 05020700.xhp#par_id3153683.10.help.text
-msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_PARA_ASIAN_CB_AS_FORBIDDEN\">Prevents the characters in the list from starting or ending a line. The characters are relocated to either the previous or the next line.</ahelp> To edit the list of restricted characters, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - <link href=\"text/shared/optionen/01150100.xhp\" name=\"Asian Layout\">Asian Layout</link></emph>."
+#. g{s,
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"par_id3156006\n"
+"32\n"
+"help.text"
+msgid "Circular"
msgstr ""
-#: 05020700.xhp#hd_id3149751.5.help.text
-msgid "Allow hanging punctuation"
+#. C.%0
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"hd_id3154129\n"
+"33\n"
+"help.text"
+msgid "Projection Y"
msgstr ""
-#: 05020700.xhp#par_id3149096.6.help.text
-msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_PARA_ASIAN_CB_AS_HANG_PUNC\">Prevents commas and periods from breaking the line. Instead, these characters are added to the end of the line, even in the page margin.</ahelp>"
+#. [#DG
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"par_id3152878\n"
+"34\n"
+"help.text"
+msgid "Click the respective buttons to define the texture for the object Y axis."
msgstr ""
-#: 05020700.xhp#par_id3147275.7.help.text
-msgid "<emph>Apply spacing between Asian, Latin and Complex text</emph>"
+#. noLq
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"hd_id3154693\n"
+"35\n"
+"help.text"
+msgid "Object-specific"
msgstr ""
-#: 05020700.xhp#par_id3148539.8.help.text
-msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_PARA_ASIAN_CB_AS_SCRIPT_SPACE\">Inserts a space between Asian, Latin and complex characters.</ahelp>"
+#. 7x#M
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"par_id3153095\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_OBJECT_Y\">Automatically adjusts the texture based on the shape and size of the object.</ahelp>"
msgstr ""
-#: 05020700.xhp#par_id3153665.help.text
-msgid "<link href=\"text/shared/optionen/01140000.xhp\" name=\"Enabling Asian language support\">Enabling Asian language support</link>"
+#. 7D7Q
+#: 05350500.xhp
+#, fuzzy
+msgctxt ""
+"05350500.xhp\n"
+"par_id3153210\n"
+"help.text"
+msgid "<image id=\"img_id3153188\" src=\"svx/res/objspc3d.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3153188\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150868\" src=\"res/sx03139.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150868\">ხატულა</alt></image>"
+
+#. (G@G
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"par_id3147435\n"
+"37\n"
+"help.text"
+msgid "Object-specific"
msgstr ""
-#: 03020000.xhp#tit.help.text
-msgid "Standard Bar"
-msgstr "სტანდარტული ზოლი"
+#. 0{6[
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"hd_id3148775\n"
+"38\n"
+"help.text"
+msgid "Parallel"
+msgstr ""
-#: 03020000.xhp#bm_id3150467.help.text
-msgid "<bookmark_value>standard bar on/off</bookmark_value>"
+#. 4Y+R
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"par_id3145730\n"
+"39\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_PARALLEL_Y\">Applies the texture parallel to the vertical axis.</ahelp>"
msgstr ""
-#: 03020000.xhp#hd_id3150467.1.help.text
+#. 3#Uh
+#: 05350500.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/03020000.xhp\" name=\"Standard Bar\">Standard Bar</link>"
-msgstr "<link href=\"text/shared/01/01050000.xhp\" name=\"Close\">დახურვა</link>"
+msgctxt ""
+"05350500.xhp\n"
+"par_id3147485\n"
+"help.text"
+msgid "<image id=\"img_id3151280\" src=\"svx/res/parallel.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3151280\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156283\">ხატულა</alt></image>"
-#: 03020000.xhp#par_id3149495.2.help.text
-msgid "<ahelp hid=\".uno:FunctionBarVisible\">Shows or hides the <emph>Standard Bar</emph>.</ahelp>"
+#. 8|#D
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"par_id3156737\n"
+"40\n"
+"help.text"
+msgid "Parallel"
msgstr ""
-#: 05340500.xhp#tit.help.text
-msgid "Hide Columns"
-msgstr "სვეტების დამალვა"
-
-#: 05340500.xhp#hd_id3148882.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05340500.xhp\" name=\"Hide Columns\">Hide Columns</link>"
-msgstr "<link href=\"text/shared/01/02020000.xhp\" name=\"Redo\">გამეორება</link>"
-
-#: 05340500.xhp#par_id3155620.2.help.text
-msgid "<ahelp hid=\".\">Hides the selected column(s). To display hidden columns, right-click any column header, and then choose <emph>Show Columns</emph>.</ahelp>"
+#. m-D$
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"hd_id3149377\n"
+"41\n"
+"help.text"
+msgid "Circular"
msgstr ""
-#: 01010100.xhp#tit.help.text
-msgctxt "01010100.xhp#tit.help.text"
-msgid "Templates and Documents"
+#. ,Tu\
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"par_id3159348\n"
+"42\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_CIRCLE_Y\">Wraps the vertical axis of the texture pattern around a sphere.</ahelp>"
msgstr ""
-#: 01010100.xhp#hd_id3152937.99.help.text
-msgid "<variable id=\"vor_und_dok\"><link href=\"text/shared/01/01010100.xhp\" name=\"Templates and Documents\">Templates and Documents</link></variable>"
-msgstr "<variable id=\"vor_und_dok\"><link href=\"text/shared/01/01010100.xhp\" name=\"Templates and Documents\">შაბლონები და დოკუმენტები</link></variable>"
+#. LcD8
+#: 05350500.xhp
+#, fuzzy
+msgctxt ""
+"05350500.xhp\n"
+"par_id3157876\n"
+"help.text"
+msgid "<image id=\"img_id3152807\" src=\"svx/res/parallel.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152807\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153821\">ხატულა</alt></image>"
-#: 01010100.xhp#par_id3148520.117.help.text
-msgid "The <emph>Templates and Documents</emph> dialog allows you to manage your templates and sample documents."
-msgstr "The <emph>Templates and Documents</emph>დიალოგი საშუალებას გაძლევთ მართოთ თქვენი შაბლონები და ნიმუში დოკუმენტები"
+#. 6K{r
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"par_id3151173\n"
+"43\n"
+"help.text"
+msgid "Circular"
+msgstr ""
-#: 01010100.xhp#par_id3157898.118.help.text
-msgid "To open the <emph>Templates and Documents</emph> dialog, do one of the following:"
-msgstr "იმისათვის რომ გახსნათ <emph>შაბლონების და დოკუმენტების</emph> დიალოგი, გთოხვთ შეასრულოთ შემდეგი ოპერაცია:"
+#. A@E6
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"hd_id3149581\n"
+"44\n"
+"help.text"
+msgid "Filter"
+msgstr ""
-#: 01010100.xhp#par_id3156414.125.help.text
-msgid "Choose <emph>File - New - Templates and Documents</emph>"
-msgstr "Choose <emph>ფაილი - ახალი - შაბლონები და დოკუმენტები</emph>"
+#. QlZ2
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"par_id3148456\n"
+"45\n"
+"help.text"
+msgid "Filters out some of the 'noise' that can occur when you apply a texture to a 3D object."
+msgstr ""
-#: 01010100.xhp#par_id3153114.126.help.text
-msgid "Press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+N."
+#. Zgm+
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"hd_id3151319\n"
+"46\n"
+"help.text"
+msgid "Filtering On/Off"
msgstr ""
-#: 01010100.xhp#hd_id3159234.5.help.text
-msgctxt "01010100.xhp#hd_id3159234.5.help.text"
-msgid "Categories"
+#. l,Xf
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"par_id3151038\n"
+"47\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_FILTER\">Blurs the texture slightly to remove unwanted speckles.</ahelp>"
msgstr ""
-#: 01010100.xhp#par_id3157958.6.help.text
-msgid "<ahelp hid=\".\">Categories are shown in the box on the left side of the<emph> Templates and Documents</emph> dialog. Click a category to display the files associated with that category in the <emph>Title </emph>box.</ahelp>"
+#. 653@
+#: 05350500.xhp
+#, fuzzy
+msgctxt ""
+"05350500.xhp\n"
+"par_id3145651\n"
+"help.text"
+msgid "<image id=\"img_id3156355\" src=\"res/sx10715.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3156355\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156283\">ხატულა</alt></image>"
+
+#. Mr7$
+#: 05350500.xhp
+msgctxt ""
+"05350500.xhp\n"
+"par_id3146900\n"
+"48\n"
+"help.text"
+msgid "Filtering On/Off"
msgstr ""
-#: 01010100.xhp#hd_id3149388.100.help.text
-msgid "Title Box"
-msgstr "სათაურის სარკმელი"
+#. MbB\
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Statistics"
+msgstr "სტატისტიკა"
-#: 01010100.xhp#par_id3150355.101.help.text
-msgid "<ahelp hid=\"HID_TEMPLATEDLG_FILEVIEW\">Lists the available templates or documents for the selected category. Select a template or document and, then click <emph>Open</emph>. To preview the document, click the <emph>Preview</emph> button above the box on the right.</ahelp>"
-msgstr "<ahelp hid=\"HID_TEMPLATEDLG_FILEVIEW\">წარმოგიდგენთ მონიშნულ კატეგორიაში არსებულ ყველა შაბლონს და დოკუმენტს. მონიშნეთ შაბლონი ან დოკუმენტი და დააწკაპუნეთ <emph>გახსენი</emph>. დოკუმენტის გადასახედად დააწკაპუნეთ ღილაკს<emph>გადახედვა</emph> მარჯვენა სარკმელში.</ahelp>"
+#. ,VK-
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"bm_id1472518\n"
+"help.text"
+msgid "<bookmark_value>number of pages</bookmark_value><bookmark_value>documents;number of pages/tables/sheets</bookmark_value><bookmark_value>number of tables</bookmark_value><bookmark_value>number of sheets</bookmark_value><bookmark_value>cells;number of</bookmark_value><bookmark_value>pictures;number of</bookmark_value><bookmark_value>OLE objects;number of</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>OLE ობიექტების რაოდენობა</bookmark_value>"
-#: 01010100.xhp#hd_id3152996.102.help.text
-msgid "Back"
-msgstr "უკან"
+#. j!MW
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"hd_id3149962\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01100400.xhp\" name=\"Statistics\">Statistics</link>"
+msgstr "<link href=\"text/shared/01/01100400.xhp\" name=\"Statistics\">სტატისტიკა</link>"
-#: 01010100.xhp#par_id3153257.help.text
-msgid "<image id=\"img_id3149784\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149784\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149784\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149784\">ხატულა</alt></image>"
+#. D5D8
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"par_id3156045\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"SC_TABPAGE_RID_SCPAGE_STAT\">Displays statistics for the current file.</ahelp>"
+msgstr "<ahelp hid=\"SC_TABPAGE_RID_SCPAGE_STAT\">აჩვენებს მიმდინარე ფაილების სტატისტიკას.</ahelp>"
-#: 01010100.xhp#par_id3153822.103.help.text
-msgid "<ahelp hid=\"HID_TEMPLATEDLG_TB_BACK\">Moves back to the previous window in the dialog.</ahelp>"
-msgstr "<ahelp hid=\"HID_TEMPLATEDLG_TB_BACK\">გადადის დიალოგში წინა ფანჯარაზე.</ahelp>"
+#. K?kc
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"par_id3156324\n"
+"36\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Some statistic values can be used as <link href=\"text/swriter/02/14020000.xhp\" name=\"variables in formulas\">variables in formulas</link>. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ზოგიერთი სტატისტიკური მნიშვნელობა გამოიყენება როგორც<link href=\"text/swriter/02/14020000.xhp\" name=\"ცვლადები ფორმულებში\">variables in formulas</link>. </caseinline></switchinline>"
-#: 01010100.xhp#hd_id3148685.104.help.text
-msgctxt "01010100.xhp#hd_id3148685.104.help.text"
-msgid "Up One Level"
-msgstr ""
+#. DIkb
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"hd_id3153255\n"
+"3\n"
+"help.text"
+msgid "Number of Pages:"
+msgstr "გვერდების რაოდენობა"
-#: 01010100.xhp#par_id3156152.help.text
-msgid "<image id=\"img_id3149762\" src=\"svtools/res/up_small.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149762\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149762\" src=\"svtools/res/up_small.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149762\">ხატულა</alt></image>"
+#. }*-d
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"par_id3154230\n"
+"4\n"
+"help.text"
+msgid "Number of pages in the file."
+msgstr "ფაილში გვერდების რაოდენობა"
-#: 01010100.xhp#par_id3156024.105.help.text
-msgid "<ahelp hid=\"HID_TEMPLATEDLG_TB_PREV\">Moves up one folder level, if available.</ahelp>"
-msgstr "<ahelp hid=\"HID_TEMPLATEDLG_TB_PREV\">თუ შესაძლებელია, გადადის ერთი დირექტორიით ზევით.</ahelp>"
+#. ](}0
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"hd_id3156027\n"
+"5\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Number of Tables: </caseinline><caseinline select=\"CALC\">Number of Sheets: </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ცხრილების რაოდენობა: </caseinline><caseinline select=\"CALC\">ფურცლების რაოდენობა: </caseinline></switchinline>"
-#: 01010100.xhp#hd_id3147264.106.help.text
-msgctxt "01010100.xhp#hd_id3147264.106.help.text"
-msgid "Print"
-msgstr "ბეჭდვა"
+#. qfRw
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"par_id3153527\n"
+"6\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Number of tables in the file. </caseinline><caseinline select=\"CALC\">Number of sheets in the file. </caseinline></switchinline> This statistic does not include tables that were inserted as <link href=\"text/shared/00/00000005.xhp#ole\" name=\"OLE\">OLE</link> objects."
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ფაილში ცხრილების რაოდენობა. </caseinline><caseinline select=\"CALC\">ფაილში ფურცლების რაოდენობა. </caseinline></switchinline>ეს სტატისტიკა არ შეიცავს <link href=\"text/shared/00/00000005.xhp#ole\" name=\"OLE\">OLE</link> ობიექტების სახით ჩასმულ ცხრილებს."
-#: 01010100.xhp#par_id3154346.help.text
-msgid "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
+#. Tu@n
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"hd_id3153311\n"
+"30\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Number of Cells: </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">უჯრედების რაოდენობა: </caseinline></switchinline>"
-#: 01010100.xhp#par_id3150359.107.help.text
-msgid "<ahelp hid=\"HID_TEMPLATEDLG_TB_PRINT\">Prints the selected template or document.</ahelp>"
-msgstr "<ahelp hid=\"HID_TEMPLATEDLG_TB_PRINT\">ბეჭდავს მონიშნულ შაბლონს ან დოკუმენტს.</ahelp>"
+#. /\vA
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"par_id3156114\n"
+"31\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Number of cells with content in the file. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">შიგთავსიანი უჯრედების რაოდენობა ფაილში</caseinline></switchinline>"
-#: 01010100.xhp#hd_id3149651.9.help.text
-msgctxt "01010100.xhp#hd_id3149651.9.help.text"
-msgid "Preview"
-msgstr ""
+#. (n8X
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"hd_id3147210\n"
+"7\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Number of Graphics: </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">გრაფიკების რაოდენობა: </caseinline></switchinline>"
-#: 01010100.xhp#par_id3148799.10.help.text
-msgid "<ahelp hid=\"HID_TEMPLATEDLG_TB_PRINT\">Allows you to preview the template or document, as well as view the document properties.</ahelp> To preview the template or document, click the <emph>Preview</emph> icon at the top of the Preview box on the right side of the dialog. To view the properties of the document, click the <emph>Document Properties</emph> icon at the top of the Preview box."
-msgstr "<ahelp hid=\"HID_TEMPLATEDLG_TB_PRINT\">საშუალებას გაძლევთ გადახედოთ შაბლონს ან დოკუმენტს და ასევე დოკუმენტების პარამეტრებს.</ahelp>იმისათვის რომ გადახედოთ შაბლონს და დოკუმენტს, დააჭირეთ ღილაკს <emph>გადახედვა</emph>დიალოგის მარჯვენა მხარეს გადახედვის სარკმლის დასაწყისში. დოკუმენტის პარამეტრების სანახავად დააწკაპუნეთ ღილაკს <emph>დოკუმენტის პარამეტრები</emph>გადახედვის სარკმლის დასაწყისში."
+#. 85xi
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"par_id3166411\n"
+"8\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Number of graphics in the file. This statistic does not include graphics that were inserted as <link href=\"text/shared/00/00000005.xhp#ole\" name=\"OLE\">OLE</link> objects. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ფაილში გრაფიკების რაოდენობა. ეს სტატისტიკა არ შეიცავს <link href=\"text/shared/00/00000005.xhp#ole\" name=\"OLE\">OLE</link> ობიექტების სახით ჩასმულ გრაფიკებს. </caseinline></switchinline>"
-#: 01010100.xhp#hd_id3149807.108.help.text
-msgctxt "01010100.xhp#hd_id3149807.108.help.text"
-msgid "Preview"
-msgstr ""
+#. g0_9
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"hd_id3147618\n"
+"9\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Number of OLE Objects: </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">OLE ობიექტების რაოდენობა: </caseinline></switchinline>"
-#: 01010100.xhp#par_id3150741.help.text
-msgid "<image id=\"img_id3148451\" src=\"svtools/res/preview_small.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148451\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148451\" src=\"svtools/res/preview_small.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148451\">ხატულა</alt></image>"
+#. ^km|
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"par_id3149820\n"
+"10\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Number of <link href=\"text/shared/00/00000005.xhp#ole\" name=\"OLE\">OLE</link> objects in the file, including tables and graphics that were inserted as OLE objects. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ფაილში <link href=\"text/shared/00/00000005.xhp#ole\" name=\"OLE\">OLE</link> ობიექტების რაოდენობა,OLE ობიექტების სახით ჩასმული ცხრილებისა და გრაფიკების ჩათვლით.</caseinline></switchinline>"
-#: 01010100.xhp#par_id3151043.109.help.text
-msgid "<ahelp hid=\"HID_TEMPLATEDLG_TB_PREVIEW\">Allows you to preview the selected template or document.</ahelp>"
-msgstr "<ahelp hid=\"HID_TEMPLATEDLG_TB_PREVIEW\">საშუალებას გაძლევთ გადახედოთ მონიშნულ შაბლონს ან დოკუმენტს.</ahelp>"
+#. C\21
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"hd_id3153665\n"
+"11\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Number of Paragraphs: </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">პარაგრაფების რაოდენობა: </caseinline></switchinline>"
-#: 01010100.xhp#hd_id3145606.110.help.text
-msgid "Document Properties"
-msgstr "დოკუმენტის პარამეტრები"
+#. 46[@
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"par_id3156156\n"
+"12\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Number of paragraphs (including blank paragraphs) in the file. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ფაილში ხაზების რაოდენობა </caseinline></switchinline>"
-#: 01010100.xhp#par_id3147353.help.text
-msgid "<image id=\"img_id3153367\" src=\"svtools/res/info_small.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153367\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153367\" src=\"svtools/res/info_small.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153367\">ხატულა</alt></image>"
+#. P*T9
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"hd_id3155261\n"
+"13\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Number of Words: </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ხაზების რაოდენობა: </caseinline></switchinline>"
-#: 01010100.xhp#par_id3153210.12.help.text
-msgid "<ahelp hid=\"HID_TEMPLATEDLG_TB_DOCINFO\">Displays the properties for the selected template or document.</ahelp>"
-msgstr "<ahelp hid=\"HID_TEMPLATEDLG_TB_DOCINFO\">გიჩვენებთ მონიშნული შაბლონის ან დოკუმენტის პარამეტრებს.</ahelp>"
+#. CD-Y
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"par_id3147402\n"
+"14\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Number of words (including words consisting of a single character) in the file. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ფაილში სიტყვათა რაოდენობა (ერთი სიმბოლოსგან შემდგარი სიტყვების ჩათვლით). </caseinline></switchinline>"
-#: 01010100.xhp#hd_id3153142.111.help.text
-msgctxt "01010100.xhp#hd_id3153142.111.help.text"
-msgid "Organize"
-msgstr ""
+#. A5.1
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"hd_id3150466\n"
+"15\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Number of Characters: </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">სიმბოლოთა რაოდენობა: </caseinline></switchinline>"
-#: 01010100.xhp#par_id3156441.112.help.text
-msgid "<ahelp hid=\"SVTOOLS_PUSHBUTTON_DLG_DOCTEMPLATE_BTN_DOCTEMPLATE_MANAGE\">Adds, removes, or rearranges templates or sample documents.</ahelp>"
-msgstr ""
+#. IW,`
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"par_id3149294\n"
+"16\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Number of characters (including spaces) in the file. Non-printable characters are not included. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ფაილში სიმბოლოთა რაოდენობა (არეების ჩათვლით). არა-ბეჭდვადი სიმბოლოები ჩასმული არ არის. </caseinline></switchinline>"
-#: 01010100.xhp#hd_id3149483.113.help.text
-msgctxt "01010100.xhp#hd_id3149483.113.help.text"
-msgid "Edit"
-msgstr "გასვლა"
+#. |CD!
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"hd_id3148947\n"
+"32\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Number of Lines: </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ხაზების რაოდენობა: </caseinline></switchinline>"
-#: 01010100.xhp#par_id3154470.114.help.text
-#, fuzzy
-msgid "<ahelp hid=\"SVTOOLS_PUSHBUTTON_DLG_DOCTEMPLATE_BTN_DOCTEMPLATE_EDIT\">Opens the selected template for editing.</ahelp>"
-msgstr "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_DOC_TEMPLATE:BT_EDIT\">მონიშნული შაბლონის გახსნა რედაქტირებისთვის.</ahelp>"
+#. X7a(
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"par_id3149650\n"
+"33\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Number of lines in the file. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ფაილში ხაზების რაოდენობა </caseinline></switchinline>"
-#: 01010100.xhp#hd_id3147428.115.help.text
-msgctxt "01010100.xhp#hd_id3147428.115.help.text"
-msgid "Open"
-msgstr ""
+#. o$:q
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"hd_id3153525\n"
+"34\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Update </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-#: 01010100.xhp#par_id3148617.116.help.text
-msgid "<ahelp hid=\"SVTOOLS_PUSHBUTTON_DLG_DOCTEMPLATE_BTN_DOCTEMPLATE_EDIT\">Opens the selected document or creates a document based on the selected template.</ahelp>"
-msgstr ""
+#. ]E^j
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"par_id3148981\n"
+"35\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"SW_PUSHBUTTON_TP_DOC_STAT_PB_PDATE\">Updates the statistics.</ahelp></caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"SW_PUSHBUTTON_TP_DOC_STAT_PB_PDATE\">განახლებები და სტატისტიკა.</ahelp></caseinline></switchinline>"
-#: 01010100.xhp#par_id3155306.98.help.text
-msgid "To add another folder to the template path, choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010300.xhp\" name=\"$[officename] - Paths\"><emph>$[officename] - Paths</emph></link>, and then enter the path."
+#. lNIR
+#: 05020400.xhp
+msgctxt ""
+"05020400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hyperlink"
msgstr ""
-#: 01010100.xhp#par_id3149379.help.text
-msgid "<link href=\"text/shared/01/01100000.xhp\" name=\"File properties\">File properties</link>"
-msgstr "<link href=\"text/shared/01/01100000.xhp\" name=\"File properties\">ფაილის პარამეტრები</link>"
+#. 81L3
+#: 05020400.xhp
+msgctxt ""
+"05020400.xhp\n"
+"bm_id3152895\n"
+"help.text"
+msgid "<bookmark_value>formatting; hyperlinks</bookmark_value><bookmark_value>characters; hyperlinks</bookmark_value><bookmark_value>hyperlinks; character formats</bookmark_value><bookmark_value>text;hyperlinks</bookmark_value><bookmark_value>links; character formats</bookmark_value>"
+msgstr ""
-#: 01010100.xhp#par_id3147396.help.text
+#. LMoU
+#: 05020400.xhp
#, fuzzy
-msgctxt "01010100.xhp#par_id3147396.help.text"
-msgid "<link href=\"text/shared/01/01110100.xhp\" name=\"Template Management\">Template Management</link>"
-msgstr "<link href=\"text/shared/01/02030000.xhp\" name=\"Repeat\">გამეორება</link>"
+msgctxt ""
+"05020400.xhp\n"
+"hd_id3152895\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020400.xhp\" name=\"Hyperlink\">Hyperlink</link>"
+msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>"
-#: 04150100.xhp#tit.help.text
-msgctxt "04150100.xhp#tit.help.text"
-msgid "Insert OLE Object"
+#. W)w7
+#: 05020400.xhp
+msgctxt ""
+"05020400.xhp\n"
+"par_id3149388\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"hyperlinktext\"><ahelp hid=\".uno:InsertHyperlinkDlg\">Assigns a new hyperlink or edits the selected hyperlink.</ahelp></variable> A hyperlink is a link to a file on the Internet or on your local system."
msgstr ""
-#: 04150100.xhp#bm_id3153116.help.text
-msgid "<bookmark_value>OLE objects; inserting</bookmark_value><bookmark_value>inserting; OLE objects</bookmark_value><bookmark_value>objects; inserting OLE objects</bookmark_value>"
+#. BX41
+#: 05020400.xhp
+msgctxt ""
+"05020400.xhp\n"
+"par_id3145211\n"
+"38\n"
+"help.text"
+msgid "You can also assign or edit a named HTML anchor, or <link href=\"text/swriter/01/04040000.xhp\" name=\"Bookmark\">Bookmark</link>, that refers to a specific place in a document."
msgstr ""
-#: 04150100.xhp#hd_id3153116.1.help.text
-msgctxt "04150100.xhp#hd_id3153116.1.help.text"
-msgid "Insert OLE Object"
+#. ?7bN
+#: 05020400.xhp
+msgctxt ""
+"05020400.xhp\n"
+"hd_id3147243\n"
+"12\n"
+"help.text"
+msgid "Hyperlink"
msgstr ""
-#: 04150100.xhp#par_id3149748.2.help.text
-msgid "<variable id=\"ole\"><ahelp hid=\".uno:InsertObject\">Inserts an <link href=\"text/shared/00/00000005.xhp#ole\" name=\"OLE\">OLE</link> object into the current document. The OLE object is inserted as a link or an embedded object.</ahelp></variable>"
+#. Z9;P
+#: 05020400.xhp
+msgctxt ""
+"05020400.xhp\n"
+"par_id3156113\n"
+"13\n"
+"help.text"
+msgid "Specify the properties for the hyperlink."
msgstr ""
-#: 04150100.xhp#par_id3149205.19.help.text
-msgid "To speed up the display of the document, OLE objects are kept in the program cache. If you want to change the cache settings, choose <link href=\"text/shared/optionen/01011000.xhp\" name=\"Tools - Options - $[officename] - Memory\"><emph>Tools - Options - $[officename] - Memory</emph></link>."
-msgstr ""
+#. ls{*
+#: 05020400.xhp
+msgctxt ""
+"05020400.xhp\n"
+"hd_id3166410\n"
+"14\n"
+"help.text"
+msgid "URL"
+msgstr "URL"
-#: 04150100.xhp#par_id3145314.18.help.text
-msgid "You cannot use the clipboard or drag and drop to move OLE objects to other files."
+#. tC5j
+#: 05020400.xhp
+msgctxt ""
+"05020400.xhp\n"
+"par_id3153332\n"
+"15\n"
+"help.text"
+msgid "<variable id=\"texturl\"><ahelp hid=\"modules/swriter/ui/charurlpage/urled\">Enter a <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link> for the file that you want to open when you click the hyperlink.</ahelp> If you do not specify a target frame, the file opens in the current document or frame.</variable>"
+msgstr ""
+
+#. ?b6y
+#: 05020400.xhp
+msgctxt ""
+"05020400.xhp\n"
+"hd_id3153716\n"
+"16\n"
+"help.text"
+msgid "Browse"
msgstr ""
-#: 04150100.xhp#par_id3150693.17.help.text
-msgid "Empty and inactive OLE objects are transparent."
+#. #R/}
+#: 05020400.xhp
+msgctxt ""
+"05020400.xhp\n"
+"par_id3157910\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/charurlpage/urlpb\">Locate the file that you want to link to, and then click <emph>Open</emph>.</ahelp>"
msgstr ""
-#: 04150100.xhp#hd_id3149178.3.help.text
-msgid "Create new"
+#. +{sY
+#: 05020400.xhp
+msgctxt ""
+"05020400.xhp\n"
+"hd_id3156152\n"
+"18\n"
+"help.text"
+msgid "Reference"
msgstr ""
-#: 04150100.xhp#par_id3145345.4.help.text
-msgid "<ahelp hid=\"SO3:RADIOBUTTON:MD_INSERT_OLEOBJECT:RB_NEW_OBJECT\">Creates a new OLE object based on the object type that you select.</ahelp>"
+#. BE1{
+#: 05020400.xhp
+msgctxt ""
+"05020400.xhp\n"
+"par_id3155450\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/charurlpage/texted\">Enter the text that you want to display for the hyperlink.</ahelp>"
msgstr ""
-#: 04150100.xhp#hd_id3155535.5.help.text
-msgid "Object type"
+#. +ss+
+#: 05020400.xhp
+msgctxt ""
+"05020400.xhp\n"
+"hd_id3158430\n"
+"28\n"
+"help.text"
+msgid "Events"
msgstr ""
-#: 04150100.xhp#par_id3109847.6.help.text
-msgid "<ahelp hid=\"SO3:LISTBOX:MD_INSERT_OLEOBJECT:LB_OBJECTTYPE\">Select the type of document that you want to create.</ahelp>"
+#. Ny.m
+#: 05020400.xhp
+msgctxt ""
+"05020400.xhp\n"
+"par_id3153257\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/charurlpage/eventpb\">Specify an event that triggers when you click the hyperlink.</ahelp>"
msgstr ""
-#: 04150100.xhp#hd_id3163803.7.help.text
-msgid "Create from file"
-msgstr ""
+#. h,UR
+#: 05020400.xhp
+msgctxt ""
+"05020400.xhp\n"
+"hd_id3153348\n"
+"30\n"
+"help.text"
+msgid "Name"
+msgstr "სახელები"
-#: 04150100.xhp#par_id3149191.8.help.text
-msgid "<ahelp hid=\"SO3:RADIOBUTTON:MD_INSERT_OLEOBJECT:RB_OBJECT_FROMFILE\">Creates an OLE object from an existing file.</ahelp>"
+#. 78S:
+#: 05020400.xhp
+msgctxt ""
+"05020400.xhp\n"
+"par_id3156023\n"
+"31\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/charurlpage/nameed\">Enter a name for the hyperlink.</ahelp> $[officename] inserts a NAME tag in the hyperlink:"
+msgstr ""
+
+#. p.Mn
+#: 05020400.xhp
+msgctxt ""
+"05020400.xhp\n"
+"par_id3148943\n"
+"34\n"
+"help.text"
+msgid "<A HREF=\"http://www.example.com/\" NAME=\"Nametext\" TARGET=\"_blank\">Note</A>"
msgstr ""
-#: 04150100.xhp#hd_id3150084.15.help.text
-#, fuzzy
-msgctxt "04150100.xhp#hd_id3150084.15.help.text"
-msgid "File"
-msgstr "შევსება"
+#. ,hYp
+#: 05020400.xhp
+msgctxt ""
+"05020400.xhp\n"
+"hd_id3155923\n"
+"20\n"
+"help.text"
+msgid "Frame"
+msgstr "ჩარჩო"
-#: 04150100.xhp#par_id3146773.16.help.text
-msgid "Choose the file that you want to insert as an OLE object."
+#. )2_e
+#: 05020400.xhp
+msgctxt ""
+"05020400.xhp\n"
+"par_id3147559\n"
+"21\n"
+"help.text"
+msgid "<variable id=\"textframe\"><ahelp hid=\"modules/swriter/ui/charurlpage/targetfrmlb\">Enter the name of the frame that you want the linked file to open in, or select a predefined frame from the list.</ahelp> If you leave this box blank, the linked file opens in the current browser window.</variable>"
+msgstr ""
+
+#. 3V7l
+#: 05020400.xhp
+msgctxt ""
+"05020400.xhp\n"
+"hd_id3149656\n"
+"22\n"
+"help.text"
+msgid "Character Styles"
msgstr ""
-#: 04150100.xhp#hd_id3144438.9.help.text
-#, fuzzy
-msgctxt "04150100.xhp#hd_id3144438.9.help.text"
-msgid "File"
-msgstr "შევსება"
-
-#: 04150100.xhp#par_id3155434.10.help.text
-msgid "<ahelp hid=\"SO3:EDIT:MD_INSERT_OLEOBJECT:ED_FILEPATH\">Enter the name of the file that you want to link or embed, or click <emph>Search</emph>, to locate the file.</ahelp>"
+#. _Kcq
+#: 05020400.xhp
+msgctxt ""
+"05020400.xhp\n"
+"par_id3148664\n"
+"23\n"
+"help.text"
+msgid "Specify the formatting options for the hyperlink."
msgstr ""
-#: 04150100.xhp#hd_id3153127.11.help.text
-msgid "Search..."
+#. agjh
+#: 05020400.xhp
+msgctxt ""
+"05020400.xhp\n"
+"hd_id3151056\n"
+"24\n"
+"help.text"
+msgid "Visited links"
msgstr ""
-#: 04150100.xhp#par_id3156326.12.help.text
-msgid "<ahelp hid=\"SO3:PUSHBUTTON:MD_INSERT_OLEOBJECT:BTN_FILEPATH\">Locate the file that you want to insert, and then click <emph>Open</emph>.</ahelp>"
+#. Yv;)
+#: 05020400.xhp
+msgctxt ""
+"05020400.xhp\n"
+"par_id3150359\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/charurlpage/visitedlb\">Select a formatting style to use for visited links from the list. To add or modify a style in this list, close this dialog, and click the <emph>Styles and Formatting</emph> icon on the <emph>Formatting</emph> toolbar.</ahelp>"
msgstr ""
-#: 04150100.xhp#hd_id4174321.help.text
-msgid "Link to file"
+#. w4__
+#: 05020400.xhp
+msgctxt ""
+"05020400.xhp\n"
+"hd_id3154365\n"
+"26\n"
+"help.text"
+msgid "Unvisited links"
msgstr ""
-#: 04150100.xhp#par_id6636555.help.text
-msgid "<ahelp hid=\".\">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.</ahelp>"
+#. 7\I*
+#: 05020400.xhp
+msgctxt ""
+"05020400.xhp\n"
+"par_id3154216\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/charurlpage/unvisitedlb\">Select a formatting style to use for unvisited links from the list. To add or modify a style in this list, close this dialog, and click the <emph>Styles and Formatting</emph> icon on the <emph>Formatting</emph> toolbar.</ahelp>"
msgstr ""
-#: 05080300.xhp#tit.help.text
+#. 0\RT
+#: 05020400.xhp
#, fuzzy
-msgctxt "05080300.xhp#tit.help.text"
-msgid "Center"
-msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ცენტრირებული\n"
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ცენტრირება"
+msgctxt ""
+"05020400.xhp\n"
+"par_id3143231\n"
+"help.text"
+msgid "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link>"
+msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>"
-#: 05080300.xhp#hd_id3153514.1.help.text
+#. ?sO5
+#: 05020400.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05080300.xhp\" name=\"Center\">Center</link>"
+msgctxt ""
+"05020400.xhp\n"
+"par_id3152933\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05060700.xhp\" name=\"Assign macro\">Assign macro</link>"
msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-#: 05080300.xhp#par_id3152876.2.help.text
-msgid "<variable id=\"zentrierttext\"><ahelp hid=\".uno:CenterPara\" visibility=\"visible\">Centers the selected paragraph(s) on the page.</ahelp></variable>"
-msgstr ""
+#. :cgd
+#: 05020400.xhp
+#, fuzzy
+msgctxt ""
+"05020400.xhp\n"
+"par_id3154630\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01100500.xhp\" name=\"Target frame\">Target frame</link>"
+msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-#: 06040200.xhp#tit.help.text
-msgctxt "06040200.xhp#tit.help.text"
-msgid "Replace"
+#. ~V{E
+#: 06040400.xhp
+msgctxt ""
+"06040400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Localized Options"
msgstr ""
-#: 06040200.xhp#bm_id3152876.help.text
-msgid "<bookmark_value>AutoCorrect function; replacement table</bookmark_value><bookmark_value>replacement table</bookmark_value><bookmark_value>replacing; AutoCorrect function</bookmark_value><bookmark_value>text; replacing with format</bookmark_value><bookmark_value>frames; AutoCorrect function</bookmark_value><bookmark_value>pictures; inserting automatically</bookmark_value><bookmark_value>AutoCorrect function; pictures and frames</bookmark_value>"
+#. 8Lm[
+#: 06040400.xhp
+msgctxt ""
+"06040400.xhp\n"
+"bm_id3153899\n"
+"help.text"
+msgid "<bookmark_value>quotes; custom</bookmark_value><bookmark_value>custom quotes</bookmark_value><bookmark_value>AutoCorrect function; quotes</bookmark_value><bookmark_value>replacing;ordinal numbers</bookmark_value><bookmark_value>ordinal numbers;replacing</bookmark_value>"
msgstr ""
-#: 06040200.xhp#hd_id3152876.1.help.text
+#. 8],r
+#: 06040400.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/06040200.xhp\" name=\"Replace\">Replace</link>"
-msgstr "<link href=\"text/shared/01/02030000.xhp\" name=\"Repeat\">გამეორება</link>"
+msgctxt ""
+"06040400.xhp\n"
+"hd_id3153899\n"
+"15\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06040400.xhp\" name=\"Localized Options\">Localized Options</link>"
+msgstr "<link href=\"text/shared/01/01010203.xhp\" name=\"Options\">პარამეტრები</link>"
-#: 06040200.xhp#par_id3151262.2.help.text
-msgid "<ahelp hid=\"HID_OFAPAGE_AUTOCORR_REPLACE\">Edits the replacement table for automatically correcting or replacing words or abbreviations in your document.</ahelp>"
+#. wk?V
+#: 06040400.xhp
+msgctxt ""
+"06040400.xhp\n"
+"par_id3149748\n"
+"16\n"
+"help.text"
+msgid "Specify the AutoCorrect options for quotation marks and for options that are specific to the language of the text."
msgstr ""
-#: 06040200.xhp#par_id3149999.17.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">To enable the replacement table, choose <emph>Tools - AutoCorrect Options</emph>, click the<emph> Options</emph> tab, and then select<emph> Use replacement table</emph>. To use the replacement table while you type, choose <emph>Format - AutoCorrect - While Typing</emph>. </caseinline></switchinline>"
+#. an|@
+#: 06040400.xhp
+msgctxt ""
+"06040400.xhp\n"
+"par_id31537173\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to apply the replacements while you type [T], or when you modify existing text [M].</ahelp>"
msgstr ""
-#: 06040200.xhp#hd_id3155321.3.help.text
-msgid "Replacement table"
-msgstr "ჩანაცვლების ცხრილი"
+#. @@T2
+#: 06040400.xhp
+msgctxt ""
+"06040400.xhp\n"
+"hd_id3159300\n"
+"25\n"
+"help.text"
+msgid "Add non breaking space before specific punctuation marks in French text"
+msgstr ""
-#: 06040200.xhp#par_id3152945.4.help.text
-msgid "<ahelp hid=\"HID_OFACTL_AUTOCORR_REPLACE\">Lists the entries for automatically replacing words or abbreviations while you type. To add an entry, enter text in the <emph>Replace </emph>and <emph>With </emph>boxes, and then click <emph>New</emph>. To edit an entry, select it, change the text in the <emph>With</emph> box, and then click <emph>Replace</emph>. To delete an entry, select it, and then click <emph>Delete</emph>.</ahelp>"
+#. eZ_(
+#: 06040400.xhp
+msgctxt ""
+"06040400.xhp\n"
+"par_id3153173\n"
+"27\n"
+"help.text"
+msgid "Inserts a non breaking space before \";\", \"!\", \"?\" and \":\" when the character language is set to French (France, Belgium, Luxembourg, Monaco, or Switzerland) and before \":\" only when the character language is set to French (Canada)."
msgstr ""
-#: 06040200.xhp#par_id3153349.14.help.text
-msgid "You can use the AutoCorrect feature to apply a specific character format to a word or abbreviation. Select the formatted text in your document, open this dialog, clear the <emph>Text only</emph> box, and then enter the text that you want to replace in the<emph> Replace</emph> box."
+#. oikO
+#: 06040400.xhp
+msgctxt ""
+"06040400.xhp\n"
+"hd_id3159400\n"
+"25\n"
+"help.text"
+msgid "Format ordinal number suffixes (1st ... 1<sup>st</sup>)"
+msgstr ""
+
+#. P=pE
+#: 06040400.xhp
+msgctxt ""
+"06040400.xhp\n"
+"par_id3154173\n"
+"27\n"
+"help.text"
+msgid "Formats the text characters of ordinals, such as 1st, 2nd, or 3rd, as superscripts. For example, in English text, 1st will be converted to 1<sup>st</sup>."
+msgstr ""
+
+#. *O^#
+#: 06040400.xhp
+msgctxt ""
+"06040400.xhp\n"
+"hd_id3154682\n"
+"17\n"
+"help.text"
+msgid "Single quotes / Double quotes"
msgstr ""
-#: 06040200.xhp#par_id3154173.16.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">You can also include frames, graphics, and OLE objects in an AutoCorrect entry, so long as they are anchored <emph>as characters</emph> in the text. Select the frame, graphic or OLE object and at least one text character in front of and behind the object. Open this dialog, type a name for this AutoCorrect entry in the <emph>Replace </emph>box, and then click <emph>New</emph>. </caseinline></switchinline>"
+#. QX!=
+#: 06040400.xhp
+msgctxt ""
+"06040400.xhp\n"
+"par_id3152363\n"
+"18\n"
+"help.text"
+msgid "Specify the replacement characters to use for single or double quotation marks."
msgstr ""
-#: 06040200.xhp#hd_id3148943.5.help.text
-msgctxt "06040200.xhp#hd_id3148943.5.help.text"
+#. M8OD
+#: 06040400.xhp
+msgctxt ""
+"06040400.xhp\n"
+"hd_id3156553\n"
+"22\n"
+"help.text"
msgid "Replace"
msgstr ""
-#: 06040200.xhp#par_id3147560.6.help.text
-msgid "<ahelp hid=\"OFFMGR:EDIT:RID_OFAPAGE_AUTOCORR_REPLACE:ED_SHORT\">Enter the word or abbreviation that you want to replace while you type.</ahelp>"
+#. _`CY
+#: 06040400.xhp
+msgctxt ""
+"06040400.xhp\n"
+"par_id3155616\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_AUTOCORR_QUOTE:CB_TYPO\">Automatically replaces the default system symbol for single quotation marks with the special character that you specify.</ahelp>"
msgstr ""
-#: 06040200.xhp#hd_id3148947.7.help.text
-msgid "With:"
+#. @JqC
+#: 06040400.xhp
+msgctxt ""
+"06040400.xhp\n"
+"hd_id3153750\n"
+"11\n"
+"help.text"
+msgid "Start quote"
msgstr ""
-#: 06040200.xhp#par_id3149456.8.help.text
-msgid "<ahelp hid=\"OFFMGR:EDIT:RID_OFAPAGE_AUTOCORR_REPLACE:ED_REPLACE\">Enter the replacement text, graphic, frame, or OLE object that you want to replace the text in the<emph> Replace</emph> box. If you have selected text, a graphic, a frame, or an OLE object in your document, the relevant information is already entered here.</ahelp>"
+#. 78P(
+#: 06040400.xhp
+msgctxt ""
+"06040400.xhp\n"
+"par_id3152425\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:PUSHBUTTON:RID_OFAPAGE_AUTOCORR_QUOTE:PB_SGL_STARTQUOTE\">Select the <link href=\"text/shared/01/04100000.xhp\" name=\"special character\">special character</link> that will automatically replace the current opening quotation mark in your document when you choose <emph>Format - AutoCorrect - Apply</emph>.</ahelp>"
msgstr ""
-#: 06040200.xhp#hd_id3150400.9.help.text
-msgctxt "06040200.xhp#hd_id3150400.9.help.text"
-msgid "Text only"
+#. $!CI
+#: 06040400.xhp
+msgctxt ""
+"06040400.xhp\n"
+"hd_id3159233\n"
+"13\n"
+"help.text"
+msgid "End quote"
msgstr ""
-#: 06040200.xhp#par_id3153379.10.help.text
-msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_AUTOCORR_REPLACE:CB_TEXT_ONLY\">Saves the entry in the <emph>With</emph> box without formatting. When the replacement is made, the text uses the same format as the document text.</ahelp>"
+#. 6e.k
+#: 06040400.xhp
+msgctxt ""
+"06040400.xhp\n"
+"par_id3147008\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:PUSHBUTTON:RID_OFAPAGE_AUTOCORR_QUOTE:PB_SGL_ENDQUOTE\">Select the <link href=\"text/shared/01/04100000.xhp\" name=\"special character\">special character</link> that will automatically replace the current closing quotation mark in your document when you choose <emph>Format - AutoCorrect - Apply</emph>.</ahelp>"
msgstr ""
-#: 06040200.xhp#hd_id3153797.11.help.text
-msgctxt "06040200.xhp#hd_id3153797.11.help.text"
-msgid "New"
+#. So/I
+#: 06040400.xhp
+msgctxt ""
+"06040400.xhp\n"
+"hd_id3147089\n"
+"19\n"
+"help.text"
+msgid "Default"
msgstr ""
-#: 06040200.xhp#par_id3153968.12.help.text
-msgid "<ahelp hid=\"OFFMGR:PUSHBUTTON:RID_OFAPAGE_AUTOCORR_REPLACE:PB_NEW_REPLACE\">Adds or replaces an entry in the replacement table.</ahelp>"
+#. Ugrw
+#: 06040400.xhp
+msgctxt ""
+"06040400.xhp\n"
+"par_id3166460\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:PUSHBUTTON:RID_OFAPAGE_AUTOCORR_QUOTE:PB_SGL_STD\">Resets the quotation marks to the default symbols.</ahelp>"
msgstr ""
-#: 05210400.xhp#tit.help.text
-msgctxt "05210400.xhp#tit.help.text"
-msgid "Hatching"
+#. y6o(
+#: mediaplayer.xhp
+msgctxt ""
+"mediaplayer.xhp\n"
+"tit\n"
+"help.text"
+msgid "Media Player"
msgstr ""
-#: 05210400.xhp#bm_id3149962.help.text
-msgid "<bookmark_value>hatching</bookmark_value><bookmark_value>areas; hatched/dotted</bookmark_value><bookmark_value>dotted areas</bookmark_value>"
+#. SQWa
+#: mediaplayer.xhp
+msgctxt ""
+"mediaplayer.xhp\n"
+"bm_id8659321\n"
+"help.text"
+msgid "<bookmark_value>Media Player window</bookmark_value>"
msgstr ""
-#: 05210400.xhp#hd_id3149962.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05210400.xhp\" name=\"Hatching\">Hatching</link>"
-msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">ჩრდილი</link>"
-
-#: 05210400.xhp#par_id3144436.2.help.text
-msgid "<ahelp hid=\"HID_AREA_HATCH\">Set the properties of a hatching pattern, or save and load hatching lists.</ahelp>"
+#. E6)^
+#: mediaplayer.xhp
+msgctxt ""
+"mediaplayer.xhp\n"
+"par_idN10550\n"
+"help.text"
+msgid "<variable id=\"mediaplayertitle\"><link href=\"text/shared/01/mediaplayer.xhp\">Media Player</link></variable>"
msgstr ""
-#: 05210400.xhp#hd_id3156042.3.help.text
-msgctxt "05210400.xhp#hd_id3156042.3.help.text"
-msgid "Properties"
-msgstr "თვისებები"
-
-#: 05210400.xhp#par_id3147291.4.help.text
-msgid "Define or modify a hatching pattern."
+#. tZ=2
+#: mediaplayer.xhp
+msgctxt ""
+"mediaplayer.xhp\n"
+"par_idN10560\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Media Player window where you can preview movie and sound files as well as insert these files into the current document.</ahelp>"
msgstr ""
-#: 05210400.xhp#hd_id3147834.5.help.text
-msgctxt "05210400.xhp#hd_id3147834.5.help.text"
-msgid "Spacing"
+#. N9Ga
+#: mediaplayer.xhp
+msgctxt ""
+"mediaplayer.xhp\n"
+"par_idN10577\n"
+"help.text"
+msgid "The Media Player supports many different media formats. You can also insert media files from the Media Player into your document."
msgstr ""
-#: 05210400.xhp#par_id3147010.6.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_HATCH:MTR_FLD_DISTANCE\">Enter the amount of space that you want to have between the hatch lines.</ahelp>"
+#. bHc[
+#: mediaplayer.xhp
+msgctxt ""
+"mediaplayer.xhp\n"
+"par_idN105EF\n"
+"help.text"
+msgid "On Linux or Solaris systems, the Media Player requires the Java Media Framework API (JMF). Download and install the JMF files from http://java.sun.com/javase/technologies/desktop/media/jmf/index.jsp and add the path to the installed jmf.jar to the class path in the Options dialog box in %PRODUCTNAME - Java."
msgstr ""
-#: 05210400.xhp#hd_id3155355.7.help.text
-msgctxt "05210400.xhp#hd_id3155355.7.help.text"
-msgid "Angle"
+#. GFH0
+#: mediaplayer.xhp
+msgctxt ""
+"mediaplayer.xhp\n"
+"par_idN1064F\n"
+"help.text"
+msgid "On Windows systems, the Media Player uses DirectShow, which should be installed on your system by default."
msgstr ""
-#: 05210400.xhp#par_id3156410.8.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_HATCH:MTR_FLD_ANGLE\">Enter the rotation angle for the hatch lines, or click a position in the angle grid.</ahelp>"
+#. ^_hm
+#: mediaplayer.xhp
+msgctxt ""
+"mediaplayer.xhp\n"
+"par_idN1057A\n"
+"help.text"
+msgid "Open"
msgstr ""
-#: 05210400.xhp#hd_id3156113.9.help.text
-msgid "Angle grid"
+#. SQ?k
+#: mediaplayer.xhp
+msgctxt ""
+"mediaplayer.xhp\n"
+"par_idN1057E\n"
+"help.text"
+msgid "Opens a movie file or a sound file that you want to preview."
msgstr ""
-#: 05210400.xhp#par_id3147242.10.help.text
-msgid "<ahelp hid=\"HID_TPHATCH_CTRL\">Click a position in the grid to define the rotation angle for the hatch lines.</ahelp>"
+#. *^^(
+#: mediaplayer.xhp
+msgctxt ""
+"mediaplayer.xhp\n"
+"par_idN10581\n"
+"help.text"
+msgid "Apply"
msgstr ""
-#: 05210400.xhp#hd_id3155449.21.help.text
-msgid "Line type"
+#. M/+.
+#: mediaplayer.xhp
+msgctxt ""
+"mediaplayer.xhp\n"
+"par_idN10585\n"
+"help.text"
+msgid "Inserts the current movie file or sound file as a media object into the current document."
msgstr ""
-#: 05210400.xhp#par_id3152909.22.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_HATCH:LB_LINE_TYPE\">Select the type of hatch lines that you want to use.</ahelp>"
+#. SBsi
+#: mediaplayer.xhp
+msgctxt ""
+"mediaplayer.xhp\n"
+"par_idN10588\n"
+"help.text"
+msgid "Play"
msgstr ""
-#: 05210400.xhp#hd_id3150503.23.help.text
-msgid "Line color"
+#. O`wQ
+#: mediaplayer.xhp
+msgctxt ""
+"mediaplayer.xhp\n"
+"par_idN1058C\n"
+"help.text"
+msgid "Plays the current file."
msgstr ""
-#: 05210400.xhp#par_id3149578.24.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_HATCH:LB_LINE_COLOR\">Select the color of the hatch lines.</ahelp>"
+#. e8-9
+#: mediaplayer.xhp
+msgctxt ""
+"mediaplayer.xhp\n"
+"par_idN1058F\n"
+"help.text"
+msgid "Pause"
msgstr ""
-#: 05210400.xhp#hd_id3159147.11.help.text
-msgid "Hatches List"
+#. KTFO
+#: mediaplayer.xhp
+msgctxt ""
+"mediaplayer.xhp\n"
+"par_idN10593\n"
+"help.text"
+msgid "Pauses or resumes the playback of the current file."
msgstr ""
-#: 05210400.xhp#par_id3149955.12.help.text
-msgid "Lists the available hatching patterns. You can also modify or create your own hatching pattern. To save the list, click the <emph>Save Hatches List</emph> button. To display a different list, click the <emph>Load Hatches List</emph> button."
-msgstr ""
+#. ]\-[
+#: mediaplayer.xhp
+msgctxt ""
+"mediaplayer.xhp\n"
+"par_idN10596\n"
+"help.text"
+msgid "Stop"
+msgstr "-ზედა"
-#: 05210400.xhp#hd_id3150670.13.help.text
-msgid "Hatches list"
+#. }\dF
+#: mediaplayer.xhp
+msgctxt ""
+"mediaplayer.xhp\n"
+"par_idN1059A\n"
+"help.text"
+msgid "Stops the playback of the current file."
msgstr ""
-#: 05210400.xhp#par_id3144438.14.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_HATCH:LB_HATCHINGS\">Lists the available hatching patterns. Click the hatching pattern that you want to apply, and then click <emph>OK</emph>.</ahelp>"
+#. wWa#
+#: mediaplayer.xhp
+msgctxt ""
+"mediaplayer.xhp\n"
+"par_idN1059D\n"
+"help.text"
+msgid "Repeat"
msgstr ""
-#: 05210400.xhp#hd_id3153823.15.help.text
-msgctxt "05210400.xhp#hd_id3153823.15.help.text"
-msgid "Add"
+#. SXdZ
+#: mediaplayer.xhp
+msgctxt ""
+"mediaplayer.xhp\n"
+"par_idN105A1\n"
+"help.text"
+msgid "Plays the file repeatedly."
msgstr ""
-#: 05210400.xhp#par_id3148924.16.help.text
-msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_HATCH:BTN_ADD\">Adds a custom hatching pattern to the current list. Specify the properties of your hatching pattern, and then click this button.</ahelp>"
+#. @DKc
+#: mediaplayer.xhp
+msgctxt ""
+"mediaplayer.xhp\n"
+"par_idN105A4\n"
+"help.text"
+msgid "Mute"
msgstr ""
-#: 05210400.xhp#hd_id3147620.17.help.text
-msgctxt "05210400.xhp#hd_id3147620.17.help.text"
-msgid "Modify"
+#. suq1
+#: mediaplayer.xhp
+msgctxt ""
+"mediaplayer.xhp\n"
+"par_idN105A8\n"
+"help.text"
+msgid "Turns sound off and on."
msgstr ""
-#: 05210400.xhp#par_id3156023.18.help.text
-msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_HATCH:BTN_MODIFY\">Applies the current hatching properties to the selected hatching pattern. If you want, you can save the pattern under a different name.</ahelp>"
+#. H?pA
+#: mediaplayer.xhp
+msgctxt ""
+"mediaplayer.xhp\n"
+"par_idN105AB\n"
+"help.text"
+msgid "Volume slider"
msgstr ""
-#: 05210400.xhp#hd_id3147304.25.help.text
-msgid "Load Hatches List"
+#. 8oI!
+#: mediaplayer.xhp
+msgctxt ""
+"mediaplayer.xhp\n"
+"par_idN105AF\n"
+"help.text"
+msgid "Adjusts the volume."
msgstr ""
-#: 05210400.xhp#par_id3156343.26.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_HATCH:BTN_LOAD\">Loads a different list of hatching patterns.</ahelp>"
+#. :C,|
+#: mediaplayer.xhp
+#, fuzzy
+msgctxt ""
+"mediaplayer.xhp\n"
+"par_idN105B2\n"
+"help.text"
+msgid "View"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\nნახვა\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\nხედვა\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\nხედი\\n#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\\nხედი\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nხედი"
+
+#. 5;7n
+#: mediaplayer.xhp
+msgctxt ""
+"mediaplayer.xhp\n"
+"par_idN105B6\n"
+"help.text"
+msgid "Adjusts the size of the movie playback."
msgstr ""
-#: 05210400.xhp#hd_id3154347.27.help.text
-msgid "Save Hatches List"
+#. MB6O
+#: mediaplayer.xhp
+msgctxt ""
+"mediaplayer.xhp\n"
+"par_idN105B9\n"
+"help.text"
+msgid "Position slider"
msgstr ""
-#: 05210400.xhp#par_id3152811.28.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_HATCH:BTN_SAVE\">Saves the current list of hatching patterns, so that you can load it later.</ahelp>"
+#. 1j:^
+#: mediaplayer.xhp
+msgctxt ""
+"mediaplayer.xhp\n"
+"par_idN105BD\n"
+"help.text"
+msgid "Moves to a different position in the file."
msgstr ""
-#: 05190000.xhp#tit.help.text
-msgctxt "05190000.xhp#tit.help.text"
-msgid "Name"
-msgstr "სახელები"
+#. ~67m
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Description"
+msgstr "წარწერა"
-#: 05190000.xhp#bm_id3147366.help.text
-msgid "<bookmark_value>objects; naming</bookmark_value><bookmark_value>groups;naming</bookmark_value><bookmark_value>names;objects</bookmark_value>"
+#. U-)Q
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"bm_id3147366\n"
+"help.text"
+msgid "<bookmark_value>objects;titles and descriptions</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>titles;objects</bookmark_value>"
msgstr ""
-#: 05190000.xhp#hd_id3147366.1.help.text
-msgctxt "05190000.xhp#hd_id3147366.1.help.text"
-msgid "Name"
-msgstr "სახელები"
-
-#: 05190000.xhp#par_id3147588.2.help.text
-msgid "<variable id=\"name\"><ahelp hid=\".uno:RenameObject\">Assigns a name to the selected object, so that you can quickly find the object in the Navigator.</ahelp></variable>"
-msgstr ""
+#. lk;0
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"hd_id1115756\n"
+"help.text"
+msgid "Description"
+msgstr "წარწერა"
-#: 05190000.xhp#par_id3155364.7.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><defaultinline>The name is also displayed in the Status Bar when you select the object.</defaultinline></switchinline>"
+#. ;ZKt
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id3140354\n"
+"help.text"
+msgid "<ahelp hid=\".\">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.</ahelp>"
msgstr ""
-#: 05190000.xhp#hd_id3156027.3.help.text
-msgctxt "05190000.xhp#hd_id3156027.3.help.text"
-msgid "Name"
-msgstr "სახელები"
+#. DPkg
+#: 05190100.xhp
+#, fuzzy
+msgctxt ""
+"05190100.xhp\n"
+"hd_id2576982\n"
+"help.text"
+msgid "Title"
+msgstr "შევსება"
-#: 05190000.xhp#par_id3152924.4.help.text
-msgid "<ahelp hid=\"HID_SD_NAMEDIALOG_OBJECT\">Enter a name for the selected object. The name will be visible in the Navigator.</ahelp>"
+#. @QK^
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id1283608\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text.</ahelp>"
msgstr ""
-#: 01100600.xhp#tit.help.text
-msgid "Security"
+#. =tO(
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"hd_id8173467\n"
+"help.text"
+msgid "Description"
+msgstr "წარწერა"
+
+#. tHat
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id693685\n"
+"help.text"
+msgid "<ahelp hid=\".\">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.</ahelp>"
msgstr ""
-#: 01100600.xhp#bm_id1472519.help.text
-msgid "<bookmark_value>password as document property</bookmark_value><bookmark_value>file sharing options for current document</bookmark_value><bookmark_value>read-only documents;opening documents as</bookmark_value><bookmark_value>saving;with password by default</bookmark_value><bookmark_value>user data;removing when saving</bookmark_value>"
+#. 7`kY
+#: 05260200.xhp
+msgctxt ""
+"05260200.xhp\n"
+"tit\n"
+"help.text"
+msgid "To Paragraph"
msgstr ""
-#: 01100600.xhp#hd_id3149969.help.text
+#. ^M6#
+#: 05260200.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/01100600.xhp\" name=\"Security\">Security</link>"
-msgstr "<link href=\"text/shared/01/01100200.xhp\" name=\"General\">ზოგადი</link>"
+msgctxt ""
+"05260200.xhp\n"
+"hd_id3151260\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">To Paragraph</link>"
+msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-#: 01100600.xhp#par_id3156049.help.text
-msgid "<ahelp hid=\".\">Sets password options for the current document.</ahelp>"
+#. \J^O
+#: 05260200.xhp
+msgctxt ""
+"05260200.xhp\n"
+"par_id3155271\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected item to the current paragraph.</ahelp>"
msgstr ""
-#: 01100600.xhp#hd_id31499.help.text
-msgid "File encryption"
+#. }OEQ
+#: 05260200.xhp
+msgctxt ""
+"05260200.xhp\n"
+"par_id3154926\n"
+"3\n"
+"help.text"
+msgid "The anchor icon is displayed at the left page margin at the beginning of the paragraph."
msgstr ""
-#: 01100600.xhp#hd_id31499A.help.text
-msgid "The password to open the current document can be set in the Properties dialog on the Security tab page. You can also set a password to open the document when you save the document. Check the Save with password option on the Save As dialog, and enter the password."
+#. .]*z
+#: 01070001.xhp
+msgctxt ""
+"01070001.xhp\n"
+"tit\n"
+"help.text"
+msgid "Export"
msgstr ""
-#: 01100600.xhp#par_idN106AA1.help.text
-msgid "Enter password to open"
+#. 7gGd
+#: 01070001.xhp
+msgctxt ""
+"01070001.xhp\n"
+"bm_id3153383\n"
+"help.text"
+msgid "<bookmark_value>documents; exporting</bookmark_value><bookmark_value>converting; $[officename] documents</bookmark_value><bookmark_value>exporting;to foreign formats</bookmark_value>"
msgstr ""
-#: 01100600.xhp#par_id3150502B.help.text
-msgctxt "01100600.xhp#par_id3150502B.help.text"
-msgid "<ahelp hid=\".\">Type a password. A password is case sensitive.</ahelp>"
-msgstr ""
+#. u;6Z
+#: 01070001.xhp
+msgctxt ""
+"01070001.xhp\n"
+"hd_id3153383\n"
+"13\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01070001.xhp\" name=\"Export\">Export</link>"
+msgstr "<link href=\"text/shared/01/01070001.xhp\" name=\"Export\">ექსპორტირება</link>"
-#: 01100600.xhp#par_idN106AA2.help.text
-msgctxt "01100600.xhp#par_idN106AA2.help.text"
-msgid "Confirm password"
-msgstr ""
+#. B`(8
+#: 01070001.xhp
+msgctxt ""
+"01070001.xhp\n"
+"par_id3149355\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"exportieren\"><ahelp hid=\".uno:ExportTo\">Saves the current document with a different name and format to a location that you specify.</ahelp></variable>"
+msgstr "<variable id=\"exportieren\"><ahelp hid=\".uno:ExportTo\">მიმდინარე დოკუმენტის სხვა სახელით და ფორმატით თქვენს მიერ განსაზღვრულ მდებარეობაში შენახვა</ahelp></variable>"
-#: 01100600.xhp#par_id3151100E.help.text
-msgctxt "01100600.xhp#par_id3151100E.help.text"
-msgid "<ahelp hid=\".\">Re-enter the password.</ahelp>"
+#. [\10
+#: 01070001.xhp
+msgctxt ""
+"01070001.xhp\n"
+"par_id3150710\n"
+"2\n"
+"help.text"
+msgid "The following sections describe the <emph>$[officename] Export</emph> dialog box. To activate the <emph>$[officename] Open</emph> and <emph>Save</emph> dialog boxes, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010600.xhp\" name=\"$[officename] - General\">$[officename] - General</link></emph>, and then select the <emph>Use $[officename] dialogs</emph> in the <emph>Open/Save dialogs</emph> area."
msgstr ""
-#: 01100600.xhp#par_idN106A3.help.text
-msgid "File sharing options"
+#. kvvZ
+#: 01070001.xhp
+msgctxt ""
+"01070001.xhp\n"
+"hd_id3150693\n"
+"4\n"
+"help.text"
+msgid "Up One Level"
msgstr ""
-#: 01100600.xhp#hd_id31499F.help.text
-msgid "The password to edit the current document can be set in the Properties dialog on the Security tab page. Currently this option is evaluated for documents in some Microsoft file formats."
+#. yiq@
+#: 01070001.xhp
+msgctxt ""
+"01070001.xhp\n"
+"hd_id3153312\n"
+"5\n"
+"help.text"
+msgid "Create New Directory"
msgstr ""
-#: 01100600.xhp#par_idN106AA3.help.text
-msgid "Enter password to allow editing"
+#. ?K[{
+#: 01070001.xhp
+msgctxt ""
+"01070001.xhp\n"
+"hd_id3155535\n"
+"6\n"
+"help.text"
+msgid "Default Directory"
msgstr ""
-#: 01100600.xhp#par_id3150502H.help.text
-msgctxt "01100600.xhp#par_id3150502H.help.text"
-msgid "<ahelp hid=\".\">Type a password. A password is case sensitive.</ahelp>"
+#. PfiU
+#: 01070001.xhp
+msgctxt ""
+"01070001.xhp\n"
+"hd_id3154317\n"
+"7\n"
+"help.text"
+msgid "Display area"
msgstr ""
-#: 01100600.xhp#par_idN106AA4.help.text
-msgctxt "01100600.xhp#par_idN106AA4.help.text"
-msgid "Confirm password"
-msgstr ""
+#. JkWl
+#: 01070001.xhp
+msgctxt ""
+"01070001.xhp\n"
+"hd_id3147209\n"
+"8\n"
+"help.text"
+msgid "File Name"
+msgstr "ფაილის სახელი"
-#: 01100600.xhp#par_id3151100J.help.text
-msgctxt "01100600.xhp#par_id3151100J.help.text"
-msgid "<ahelp hid=\".\">Re-enter the password.</ahelp>"
+#. /H5R
+#: 01070001.xhp
+msgctxt ""
+"01070001.xhp\n"
+"hd_id3152996\n"
+"9\n"
+"help.text"
+msgid "File Type"
msgstr ""
-#: 01100600.xhp#par_idN106AA.help.text
-msgid "Open file read-only"
+#. %`pR
+#: 01070001.xhp
+msgctxt ""
+"01070001.xhp\n"
+"hd_id3148539\n"
+"10\n"
+"help.text"
+msgid "Export"
msgstr ""
-#: 01100600.xhp#par_idN106AE.help.text
-msgid "<ahelp hid=\".\">Select to allow this document to be opened in read-only mode only.</ahelp>"
+#. @.G/
+#: 06040600.xhp
+msgctxt ""
+"06040600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Word Completion"
msgstr ""
-#: 01100600.xhp#par_idN106B1.help.text
-msgid "This file sharing option protects the document against accidental changes. It is still possible to edit a copy of the document and save that copy with the same name as the original."
-msgstr ""
+#. PtM*
+#: 06040600.xhp
+#, fuzzy
+msgctxt ""
+"06040600.xhp\n"
+"hd_id3148882\n"
+"92\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06040600.xhp\" name=\"Word Completion\">Word Completion</link>"
+msgstr "<link href=\"text/shared/01/02060000.xhp\" name=\"Paste\">ჩასმა</link>"
-#: 01100600.xhp#par_idN106B4.help.text
-msgid "Record changes"
+#. Kx([
+#: 06040600.xhp
+msgctxt ""
+"06040600.xhp\n"
+"par_id3153624\n"
+"93\n"
+"help.text"
+msgid "Set the options for completing frequently occurring words while you type."
msgstr ""
-#: 01100600.xhp#par_idN106B8.help.text
-msgid "<ahelp hid=\".\">Select to enable recording changes. This is the same as <emph>Edit - Changes - Record</emph>.</ahelp>"
+#. pW\K
+#: 06040600.xhp
+msgctxt ""
+"06040600.xhp\n"
+"hd_id3154514\n"
+"94\n"
+"help.text"
+msgid "Enable word completion"
msgstr ""
-#: 01100600.xhp#par_idN106C9.help.text
-msgid "To protect the recording state with a password, click <emph>Protect</emph> and enter a password. Other users of this document can apply their changes, but they cannot disable change recording without knowing the password."
+#. Th^m
+#: 06040600.xhp
+msgctxt ""
+"06040600.xhp\n"
+"par_id3156153\n"
+"95\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_ACTIV\">Stores frequently used words, and automatically completes a word after you type three letters that match the first three letters of a stored word.</ahelp>"
msgstr ""
-#: 01100600.xhp#par_idN106D0.help.text
-msgid "Protect / Unprotect"
+#. $=U{
+#: 06040600.xhp
+msgctxt ""
+"06040600.xhp\n"
+"hd_id3150978\n"
+"100\n"
+"help.text"
+msgid "Append space"
msgstr ""
-#: 01100600.xhp#par_idN106D4.help.text
-msgid "<ahelp hid=\"703992336\">Protects the change recording state with a password. If change recording is protected for the current document, the button is named <emph>Unprotect</emph>. Click <emph>Unprotect</emph> and type the correct password to disable the protection.</ahelp>"
+#. jrU+
+#: 06040600.xhp
+msgctxt ""
+"06040600.xhp\n"
+"par_id3153700\n"
+"101\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_CHECKBOX_RID_OFAPAGE_AUTOCOMPLETE_OPTIONS_CB_APPEND_SPACE\">If you do not add punctuation after the word, $[officename] adds a space.</ahelp> The space is added as soon as you begin typing the next word."
msgstr ""
-#: 06050000.xhp#tit.help.text
-msgid "Bullets and Numbering"
+#. Y6kX
+#: 06040600.xhp
+msgctxt ""
+"06040600.xhp\n"
+"hd_id3150771\n"
+"102\n"
+"help.text"
+msgid "Show as tip"
msgstr ""
-#: 06050000.xhp#hd_id3149551.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/Bullets\">Bullets and Numbering</link>"
+#. mXp7
+#: 06040600.xhp
+msgctxt ""
+"06040600.xhp\n"
+"par_id3149819\n"
+"103\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_AS_TIP\">Displays the completed word as a Help Tip.</ahelp>"
msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/06050000.xhp\" name=\"ჩამონათვალი და გადანომვრა\">ჩამონათვალი და გადანომვრა</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/Bullets\">ბულეტები და დანომრვა</link>"
-#: 06050000.xhp#par_id3150146.2.help.text
-msgid "<variable id=\"numauftext\"><ahelp hid=\".uno:BulletsAndNumberingDial\">Adds numbering or bullets to the current paragraph, and lets you edit format of the numbering or bullets.</ahelp></variable>"
+#. Lp?=
+#: 06040600.xhp
+msgctxt ""
+"06040600.xhp\n"
+"hd_id3154046\n"
+"96\n"
+"help.text"
+msgid "Collect words"
msgstr ""
-#: 06050000.xhp#par_id3145211.3.help.text
-msgid "The <emph>Bullets and Numbering</emph> dialog has the following tabs:"
+#. nk-}
+#: 06040600.xhp
+msgctxt ""
+"06040600.xhp\n"
+"par_id3155449\n"
+"97\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_COLLECT\">Adds the frequently used words to a list. To remove a word from the Word Completion list, select the word, and then click<emph> Delete Entry</emph>.</ahelp>"
msgstr ""
-#: 06050000.xhp#hd_id3154984.27.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Remove </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-
-#: 06050000.xhp#par_id3153031.28.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"HID_NUM_RESET\">Removes the numbering or bullets from the current paragraph or from the selected paragraphs.</ahelp></caseinline></switchinline>"
+#. [WJ_
+#: 06040600.xhp
+msgctxt ""
+"06040600.xhp\n"
+"hd_id3156193\n"
+"98\n"
+"help.text"
+msgid "When closing a document, remove the words collected from it from the list"
msgstr ""
-#: 05200100.xhp#tit.help.text
-msgctxt "05200100.xhp#tit.help.text"
-msgid "Line"
+#. qr,d
+#: 06040600.xhp
+msgctxt ""
+"06040600.xhp\n"
+"par_id3158430\n"
+"99\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_CHECKBOX_RID_OFAPAGE_AUTOCOMPLETE_OPTIONS_CB_KEEP_LIST\">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.</ahelp>"
msgstr ""
-#: 05200100.xhp#hd_id3148882.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line\">Line</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-
-#: 05200100.xhp#par_id3153272.2.help.text
-msgid "<ahelp hid=\"HID_LINE_LINE\">Set the formatting options for the selected line or the line that you want to draw. You can also add arrowheads to a line, or change chart symbols.</ahelp>"
+#. 5F9X
+#: 06040600.xhp
+msgctxt ""
+"06040600.xhp\n"
+"hd_id3149580\n"
+"104\n"
+"help.text"
+msgid "Accept with"
msgstr ""
-#: 05200100.xhp#hd_id3147000.3.help.text
-msgid "Line properties"
+#. DZ;3
+#: 06040600.xhp
+msgctxt ""
+"06040600.xhp\n"
+"par_id3153061\n"
+"105\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:LISTBOX:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:DCB_EXPAND_KEY\">Select the key that you want to use to accept the automatic word completion.</ahelp>"
msgstr ""
-#: 05200100.xhp#hd_id3148983.5.help.text
-msgid "Styles"
+#. %CYD
+#: 06040600.xhp
+msgctxt ""
+"06040600.xhp\n"
+"par_idN106F8\n"
+"help.text"
+msgid "Press Esc to decline the word completion."
msgstr ""
-#: 05200100.xhp#par_id3147143.6.help.text
-msgid "<variable id=\"stiltext\"><ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_LINE:LB_LINE_STYLE\">Select the line style that you want to use.</ahelp></variable>"
+#. ]wGo
+#: 06040600.xhp
+msgctxt ""
+"06040600.xhp\n"
+"hd_id3151245\n"
+"84\n"
+"help.text"
+msgid "Min. word length"
msgstr ""
-#: 05200100.xhp#hd_id3150789.7.help.text
-msgctxt "05200100.xhp#hd_id3150789.7.help.text"
-msgid "Colors"
+#. t:g6
+#: 06040600.xhp
+msgctxt ""
+"06040600.xhp\n"
+"par_id3145609\n"
+"85\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:NUMERICFIELD:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:NF_MIN_WORDLEN\">Enter the minimum word length for a word to become eligible for the word completion feature.</ahelp>"
msgstr ""
-#: 05200100.xhp#par_id3147226.8.help.text
-msgid "<variable id=\"farbetext\"><ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_LINE:LB_COLOR\">Select a color for the line.</ahelp></variable>"
+#. %^po
+#: 06040600.xhp
+msgctxt ""
+"06040600.xhp\n"
+"hd_id3154758\n"
+"86\n"
+"help.text"
+msgid "Max. entries"
msgstr ""
-#: 05200100.xhp#hd_id3159234.9.help.text
-msgid "Widths"
+#. 9Ob(
+#: 06040600.xhp
+msgctxt ""
+"06040600.xhp\n"
+"par_id3159414\n"
+"87\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:NUMERICFIELD:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:NF_MAX_ENTRIES\">Enter the maximum number of words that you want to store in the Word Completion list.</ahelp>"
msgstr ""
-#: 05200100.xhp#par_id3150774.10.help.text
-msgid "<variable id=\"breitetext\"><ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_LINE:MTR_FLD_LINE_WIDTH\">Select the width for the line. You can append a measurement unit. A zero line width results in a hairline with a width of one pixel of the output medium.</ahelp></variable>"
+#. DRp9
+#: 06040600.xhp
+msgctxt ""
+"06040600.xhp\n"
+"hd_id3147265\n"
+"106\n"
+"help.text"
+msgid "Word Completion list"
msgstr ""
-#: 05200100.xhp#hd_id3153681.11.help.text
-msgctxt "05200100.xhp#hd_id3153681.11.help.text"
-msgid "Transparency"
+#. TqcJ
+#: 06040600.xhp
+msgctxt ""
+"06040600.xhp\n"
+"par_id3152773\n"
+"107\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:MULTILISTBOX:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:LB_ENTRIES\">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\".</ahelp>"
msgstr ""
-#: 05200100.xhp#par_id3156346.12.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_LINE:MTR_LINE_TRANSPARENT\">Enter the transparency of the line, where 100% corresponds to completely transparent and 0% to completely opaque. </ahelp>"
+#. ;Tl6
+#: 06040600.xhp
+msgctxt ""
+"06040600.xhp\n"
+"par_id3156423\n"
+"112\n"
+"help.text"
+msgid "If the automatic spellcheck option is enabled, only the words that are recognized by the spellcheck are collected."
msgstr ""
-#: 05200100.xhp#par_id3152996.33.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>The <emph>Line</emph> tab of the <emph>Data Series</emph> dialog is only available if you select an XY <emph>Chart type</emph>.</defaultinline></switchinline>"
+#. 3)1C
+#: 06040600.xhp
+msgctxt ""
+"06040600.xhp\n"
+"hd_id3144434\n"
+"110\n"
+"help.text"
+msgid "Delete Entry"
msgstr ""
-#: 05200100.xhp#hd_id3153331.23.help.text
-msgid "Icon"
+#. n:em
+#: 06040600.xhp
+msgctxt ""
+"06040600.xhp\n"
+"par_id3153351\n"
+"111\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:PUSHBUTTON:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:PB_ENTRIES\">Removes the selected word or words from the Word Completion list.</ahelp>"
msgstr ""
-#: 05200100.xhp#par_id3149955.24.help.text
-msgid "Set the options for the data point symbols in your chart."
-msgstr ""
+#. kCK=
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Save As"
+msgstr "დაიმახსოვრე როგორც"
-#: 05200100.xhp#hd_id3158430.25.help.text
-msgctxt "05200100.xhp#hd_id3158430.25.help.text"
-msgid "Select"
+#. :%HT
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"bm_id3151260\n"
+"help.text"
+msgid "<bookmark_value>saving as command; precautions</bookmark_value>"
msgstr ""
-#: 05200100.xhp#par_id3152944.26.help.text
-msgid "<ahelp hid=\"SVX:MENUBUTTON:RID_SVXPAGE_LINE:MB_SYMBOL_BITMAP\">Select the symbol style that you want to use in your chart.</ahelp> If you select <emph>Automatic</emph>, $[officename] uses the default symbols for the selected chart type."
-msgstr ""
+#. sLuR
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"hd_id3151260\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">Save As</link>"
+msgstr "<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">დაიმახსოვრე როგორც</link>"
-#: 05200100.xhp#hd_id3154381.27.help.text
-msgctxt "05200100.xhp#hd_id3154381.27.help.text"
-msgid "Width"
-msgstr ""
+#. T?;i
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"par_id3146856\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"speichernuntertext\"><ahelp hid=\"HID_FILESAVE_DIALOG\">Saves the current document in a different location, or with a different file name or file type.</ahelp></variable>"
+msgstr "<variable id=\"speichernuntertext\"><ahelp hid=\"HID_FILESAVE_DIALOG\">იმახსოვრებს მიმდინარე ფაილს განსხვავებულ მდებარეობაში ან სხვა ფაილის სახელით ან ფაილის ტიპით.</ahelp></variable>"
-#: 05200100.xhp#par_id3150976.28.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_LINE:MF_SYMBOL_WIDTH\">Enter a width for the symbol.</ahelp>"
+#. `d9K
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"par_id3155934\n"
+"64\n"
+"help.text"
+msgid "The following sections describe the <emph><item type=\"productname\">%PRODUCTNAME</item>Save as</emph> dialog. To activate the <emph><item type=\"productname\">%PRODUCTNAME</item>Open</emph> and <emph>Save</emph> dialog boxes, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010600.xhp\" name=\"%PRODUCTNAME - General\">%PRODUCTNAME- General</link></emph>, and then select the <emph>Use %PRODUCTNAME dialogs</emph> in the <emph>Open/Save dialogs</emph> area."
msgstr ""
-#: 05200100.xhp#hd_id3149166.29.help.text
-msgctxt "05200100.xhp#hd_id3149166.29.help.text"
-msgid "Height"
-msgstr ""
+#. ki%#
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"par_id3147654\n"
+"59\n"
+"help.text"
+msgid "To save a document as a template, use the command <emph>File - Templates - Save</emph>."
+msgstr "დოკუმენტის შაბლონის სახით შენახვისათვის, გამოიყენეთ ბრძანება <emph>ფაილი - შაბლონები - დამახსოვრება</emph>."
-#: 05200100.xhp#par_id3155179.30.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_LINE:MF_SYMBOL_HEIGHT\">Enter a height for the symbol.</ahelp>"
+#. MC9Z
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"hd_id3146775\n"
+"19\n"
+"help.text"
+msgid "Up One Level"
msgstr ""
-#: 05200100.xhp#hd_id3147620.31.help.text
-msgctxt "05200100.xhp#hd_id3147620.31.help.text"
-msgid "Keep ratio"
-msgstr ""
+#. VBTk
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"par_id3153821\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FILESAVE_LEVELUP\">Move up one directory in the directory hierarchy. Long-click to see the higher level directories.</ahelp>"
+msgstr "<ahelp hid=\"HID_FILESAVE_LEVELUP\">დირექტორიის იერაარქიაში გადაადგილდით ერთი დიერქტორიით ზემოთ. უფრო მაღალი დონის დირექტორიის სანახავად დააწკაპუნეთ ხანგრძლივად.</ahelp>"
-#: 05200100.xhp#par_id3156326.32.help.text
-msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_LINE:CB_SYMBOL_RATIO\">Maintains the proportions of the symbol when you enter a new height or width value.</ahelp>"
+#. WCIb
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"hd_id3159157\n"
+"21\n"
+"help.text"
+msgid "Create New Directory"
msgstr ""
-#: 05200100.xhp#hd_id3154579.13.help.text
-msgid "Arrow styles"
-msgstr ""
+#. g;!]
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"par_id3155583\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FILESAVE_CREATEDIRECTORY\">Creates a new directory.</ahelp>"
+msgstr "<ahelp hid=\"HID_FILESAVE_CREATEDIRECTORY\">ქმნის ახალ დირექტორიას.</ahelp>"
-#: 05200100.xhp#par_id3161459.14.help.text
-msgid "You can add arrowheads to one end, or both ends of the selected line. To add a custom arrow style to the list, select the arrow in your document, and then click on the <link href=\"text/shared/01/05200300.xhp\" name=\"Arrow Styles\"><emph>Arrow Styles</emph></link> tab of this dialog."
+#. G8S_
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"hd_id3149578\n"
+"52\n"
+"help.text"
+msgid "Default Directory"
msgstr ""
-#: 05200100.xhp#hd_id3147530.15.help.text
-msgctxt "05200100.xhp#hd_id3147530.15.help.text"
-msgid "Style"
-msgstr ""
+#. _hZb
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"par_id3149275\n"
+"53\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FILESAVE_DEFAULTDIRECTORY\">Displays the files in the default user directory.</ahelp>"
+msgstr "<ahelp hid=\"HID_FILESAVE_DEFAULTDIRECTORY\">აჩვენებს ფაილებს ნაგულისხმევი მომხმარებლის დირექტორიაში.</ahelp>"
-#: 05200100.xhp#par_id3146794.16.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_LINE:LB_END_STYLE\">Select the arrowhead that you want to apply to the selected line.</ahelp>"
+#. k$Y2
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"hd_id3155628\n"
+"29\n"
+"help.text"
+msgid "Display area"
msgstr ""
-#: 05200100.xhp#hd_id3149656.17.help.text
-msgctxt "05200100.xhp#hd_id3149656.17.help.text"
-msgid "Width"
-msgstr ""
+#. LR(^
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"par_id3149902\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FILESAVE_FILEVIEW\">Displays the files and directories in the directory that you are in.</ahelp>"
+msgstr "<ahelp hid=\"HID_FILESAVE_FILEVIEW\">აჩვენებს იმ ფაილებს და დირექტორიებს სადაც თქვენ იმყოფებით.</ahelp>"
-#: 05200100.xhp#par_id3148755.18.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_LINE:MTR_FLD_END_WIDTH\">Enter a width for the arrowhead.</ahelp>"
-msgstr ""
+#. ib%6
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"hd_id3154810\n"
+"37\n"
+"help.text"
+msgid "File name"
+msgstr "ფაილის სახელი"
-#: 05200100.xhp#hd_id3154935.19.help.text
-#, fuzzy
-msgctxt "05200100.xhp#hd_id3154935.19.help.text"
-msgid "Center"
-msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ცენტრირებული\n"
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ცენტრირება"
+#. BAgO
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"par_id3153626\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FILESAVE_FILEURL\">Enter a file name or a path for the file. You can also enter a <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link></ahelp>"
+msgstr "<ahelp hid=\"HID_FILESAVE_FILEURL\">შეიტანეთ ფაილის სახელი ან ფაილის მდებარეობა. თქვენ ასევე შეგიძლიათ შეიტანოთ<link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link></ahelp>"
-#: 05200100.xhp#par_id3153526.20.help.text
-msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_LINE:TSB_CENTER_END\">Places the center of the arrowhead(s) on the endpoint(s) of the selected line.</ahelp>"
+#. Q_N4
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"hd_id3149669\n"
+"39\n"
+"help.text"
+msgid "File type"
msgstr ""
-#: 05200100.xhp#hd_id3154072.21.help.text
-msgid "Synchronize ends"
-msgstr "შიგთავსის სინქრონიზირება"
+#. /[^d
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"par_id3156343\n"
+"40\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FILESAVE_FILETYPE\">Select the file format for the document that you are saving.</ahelp> In the display area, only the documents with this file type are displayed. File types are described in <link href=\"text/shared/00/00000020.xhp\" name=\"Information on Import and Export Filters\">Information on Import and Export Filters</link>."
+msgstr "<ahelp hid=\"HID_FILESAVE_FILETYPE\">მონიშნეთ ფაილის ფორმატი შესანახი დოკუმენტისთვის.</ahelp>ჩვენების არეალზე მხოლოდ ის დოკუმენტები გამოჩნდება, რომელთაც მითითებული ექნებათ ფაილის ტიპი. ფაილის ტიპები აღწერილია <link href=\"text/shared/00/00000020.xhp\" name=\"Information on Import and Export Filters\">იმპორტირებული და ექსპორტირებული ფილტრების ინფორმაციაში</link>."
-#: 05200100.xhp#par_id3154365.22.help.text
-msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_LINE:CBX_SYNCHRONIZE\">Automatically updates both arrowhead settings when you enter a different width, select a different arrowhead style,or center an arrowhead.</ahelp>"
+#. 5]C^
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"par_id3145116\n"
+"41\n"
+"help.text"
+msgid "Always save your document in a <item type=\"productname\">%PRODUCTNAME</item> file type before saving it to an external file type. When you export to an external file type, some formatting features may be lost."
+msgstr "გარე ფაილის ტიპში შენახვამდე ყოველთვის შეინახეთ თქვენი დოკუმენტი<item type=\"productname\">%PRODUCTNAME</item> ფაილის ტიპში. გარე ფაილის ტიპში ექსპორტირებისას შეიძლება დაიკარგოს ფორამტირების ზოგიერთი ფუნქცია."
+
+#. +pW~
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"hd_id3147228\n"
+"42\n"
+"help.text"
+msgid "Save"
msgstr ""
-#: 05250000.xhp#tit.help.text
-#, fuzzy
-msgid "Arrange"
-msgstr ""
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მოწესრიგება\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"დალაგება"
+#. Jq!S
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"par_id3154068\n"
+"43\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FILESAVE_DOSAVE\">Saves the file.</ahelp>"
+msgstr "<ahelp hid=\"HID_FILESAVE_DOSAVE\">იმახსოვრებს ფაილს.</ahelp>"
-#: 05250000.xhp#bm_id3152427.help.text
-msgid "<bookmark_value>objects; arranging within stacks</bookmark_value><bookmark_value>arranging; objects</bookmark_value><bookmark_value>borders; arranging</bookmark_value><bookmark_value>pictures; arranging within stacks</bookmark_value><bookmark_value>draw objects; arranging within stacks</bookmark_value><bookmark_value>controls; arranging within stacks</bookmark_value><bookmark_value>OLE objects; arranging within stacks</bookmark_value><bookmark_value>charts; arranging within stacks</bookmark_value><bookmark_value>layer arrangement</bookmark_value><bookmark_value>levels; depth stagger</bookmark_value><bookmark_value>depth stagger</bookmark_value>"
-msgstr ""
+#. 4-3P
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"hd_id3145744\n"
+"44\n"
+"help.text"
+msgid "Save with password"
+msgstr "პაროლით დამახსოვრება"
-#: 05250000.xhp#hd_id3152427.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05250000.xhp\" name=\"Arranging Objects\">Arrange</link>"
-msgstr "<link href=\"text/shared/01/02060000.xhp\" name=\"Paste\">ჩასმა</link>"
+#. yh.7
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"par_id3145152\n"
+"45\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FILESAVE_SAVEWITHPASSWORD\">Protects the file with a <link href=\"text/shared/01/password_dlg.xhp\" name=\"password\">password</link> that must be entered before a user can open the file.</ahelp>"
+msgstr "<ahelp hid=\"HID_FILESAVE_SAVEWITHPASSWORD\">იცავს ფაილს <link href=\"text/shared/01/password_dlg.xhp\" name=\"password\">პაროლით</link> რომლის შეყვანაც ხდება მომხმარებლის მიერ ფაილის გახსნამდე.</ahelp>"
-#: 05250000.xhp#par_id3154230.2.help.text
-msgid "<ahelp hid=\".uno:ObjectPosition\">Changes the stacking order of the selected object(s).</ahelp>"
-msgstr ""
+#. 4$$2
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"par_id3152920\n"
+"65\n"
+"help.text"
+msgid "Only documents using the <item type=\"productname\">%PRODUCTNAME</item> XML-based format can be saved with a password."
+msgstr "მხოლოდ <item type=\"productname\">%PRODUCTNAME</item> XML-ზე დაფუძნებული ფორმატის დოკუმენტები შეიძლება დაიმახსოვროთ პაროლით."
-#: 05250000.xhp#hd_id3153894.9.help.text
-msgid "Layer for text and graphics"
-msgstr ""
+#. MA3L
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"hd_id3147502\n"
+"66\n"
+"help.text"
+msgid "Edit filter settings"
+msgstr "ფილტრის პარამეტრების რედაქტირება"
-#: 05250000.xhp#par_id3154186.4.help.text
-msgid "Each object that you place in your document is successively stacked on the preceding object. Use the arrange commands to change the stacking order of objects in your document. You cannot change the stacking order of text."
+#. (r]e
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"par_id3152883\n"
+"67\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FILESAVE_CUSTOMIZEFILTER\">Allows you to set the spreadsheet saving options for some types of data files.</ahelp>"
+msgstr "<ahelp hid=\"HID_FILESAVE_CUSTOMIZEFILTER\">საშუალებას გაძლევთ დააყენოთ ელექტრონული ცხრილის დამახსოვრების პარამეტრები ზოგიერთი ტიპის მონაცემთა ფაილებში</ahelp>"
+
+#. /(*)
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"hd_id3154988\n"
+"47\n"
+"help.text"
+msgid "Selection"
msgstr ""
-#: 01010303.xhp#tit.help.text
-msgid "Private"
-msgstr "კერძო"
+#. EgWV
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"par_id3159125\n"
+"48\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FILESAVE_SELECTION\">Exports only the selected graphic objects in <item type=\"productname\">%PRODUCTNAME</item> Draw and Impress to another format. If this box is not checked, the entire document is exported.</ahelp>"
+msgstr "<ahelp hid=\"HID_FILESAVE_SELECTION\">მხოლოდ მონიშნული გრაფიკული ობიექტის ექსპორტი <item type=\"productname\">%PRODUCTNAME</item> დახატვა და სხვა ფორმატში გადატანა. თუ ეს სარკმელი შემოწმებული არ არის, მთლიანი დოკუმენტი ექსპორტირდება.</ahelp>"
-#: 01010303.xhp#hd_id3149031.1.help.text
-msgid "<link href=\"text/shared/01/01010303.xhp\" name=\"Private\">Private</link>"
-msgstr "<link href=\"text/shared/01/01010303.xhp\" name=\"Private\">კერძო</link>"
+#. Pm:m
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"par_id3148577\n"
+"70\n"
+"help.text"
+msgid "If you are exporting to any document file type, the entire document is exported."
+msgstr "ნებისმიერი დოკუმენტური ფაილის ტიპში ექსპორტირებისას მთლიანი დოკუმენტი ექსპორტირდება."
-#: 01010303.xhp#par_id3148731.2.help.text
-msgid "<ahelp hid=\".\">Contains personal contact information for business cards. Business card layouts are selected on the <emph>Business Cards</emph> tab.</ahelp>"
+#. q4o=
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"par_id3146986\n"
+"help.text"
+msgid "<link href=\"text/shared/00/00000207.xhp\" name=\"Export of Text Files\">Export of Text Files</link>"
+msgstr "<link href=\"text/shared/00/00000207.xhp\" name=\"Export of Text Files\">ტექსტური ფაილების ექსპორტი</link>"
+
+#. 7]nb
+#: 05350600.xhp
+msgctxt ""
+"05350600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Material"
msgstr ""
-#: 01010303.xhp#hd_id3159201.3.help.text
-msgid "Private data"
-msgstr "კერძო მონაცემები"
+#. f_#4
+#: 05350600.xhp
+#, fuzzy
+msgctxt ""
+"05350600.xhp\n"
+"hd_id3154349\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05350600.xhp\" name=\"Material\">Material</link>"
+msgstr "<link href=\"text/shared/01/01100200.xhp\" name=\"General\">ზოგადი</link>"
-#: 01010303.xhp#par_id3147399.4.help.text
-msgid "Enter the contact information that you want to include on your business card. You can also modify or update these entries by choosing <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - User Data</emph>."
+#. G1kA
+#: 05350600.xhp
+msgctxt ""
+"05350600.xhp\n"
+"par_id3160463\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_IMAGEBUTTON_RID_SVXFLOAT_3D_BTN_MATERIAL\">Changes the coloring of the selected 3D object.</ahelp>"
msgstr ""
-#: 01010303.xhp#hd_id3156427.15.help.text
-msgid "First name 2"
-msgstr "სახელი 2"
+#. 5J,Q
+#: 05350600.xhp
+msgctxt ""
+"05350600.xhp\n"
+"hd_id3154682\n"
+"4\n"
+"help.text"
+msgid "Material"
+msgstr ""
-#: 01010303.xhp#par_id3149750.16.help.text
-msgid "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_FIRSTNAME_2\">Enter the first name of the person, whom you want to use as a second contact.</ahelp>"
-msgstr "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_FIRSTNAME_2\">შეიტანეთ იმ პიროვნების სახელი, რომელიც გსურთ რომ გამოიყენოთ მეორე საკონტაქტო პიროვნებად.</ahelp>"
+#. nJk#
+#: 05350600.xhp
+msgctxt ""
+"05350600.xhp\n"
+"par_id3152363\n"
+"29\n"
+"help.text"
+msgid "Assigns a predefined color scheme or lets you create your own color scheme."
+msgstr ""
-#: 01010303.xhp#hd_id3145345.17.help.text
-msgid "Last name 2"
-msgstr "გვარი 2"
+#. GivM
+#: 05350600.xhp
+msgctxt ""
+"05350600.xhp\n"
+"hd_id3154497\n"
+"9\n"
+"help.text"
+msgid "Favorites"
+msgstr ""
-#: 01010303.xhp#par_id3154288.18.help.text
-msgid "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_NAME_2\">Enter the last name of the person, whom you want to use as a second contact.</ahelp>"
-msgstr "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_NAME_2\">შეიტანეთ იმ პიროვნების გვარი, რომელიც გსურთ რომ გამოიყენოთ მეორე საკონტაქტო პიროვნებად.</ahelp>"
+#. sAeI
+#: 05350600.xhp
+msgctxt ""
+"05350600.xhp\n"
+"par_id3153303\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXFLOAT_3D_LB_MAT_FAVORITES\">Select a predefined color scheme, or select <emph>User-defined</emph> to define a custom color scheme.</ahelp>"
+msgstr ""
-#: 01010303.xhp#hd_id3150774.19.help.text
-msgid "Initials 2"
-msgstr "ინიციალები 2"
+#. X^3Q
+#: 05350600.xhp
+msgctxt ""
+"05350600.xhp\n"
+"hd_id3093440\n"
+"16\n"
+"help.text"
+msgid "Object color"
+msgstr ""
-#: 01010303.xhp#par_id3151110.20.help.text
-msgid "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_SHORTCUT_2\">Enter the initials of the person, whom you want to use as a second contact.</ahelp>"
-msgstr "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_SHORTCUT_2\">შეიტანეთ იმ პიროვნების ინიციალები, რომელიც გსურთ რომ გამოიყენოთ მეორე საკონტაქტო პიროვნებად.</ahelp>"
+#. Cnds
+#: 05350600.xhp
+msgctxt ""
+"05350600.xhp\n"
+"par_id3157896\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXFLOAT_3D_LB_MAT_COLOR\">Select the color that you want to apply to the object.</ahelp>"
+msgstr ""
-#: 01010303.xhp#hd_id3153543.5.help.text
-msgctxt "01010303.xhp#hd_id3153543.5.help.text"
-msgid "Country"
+#. YVEa
+#: 05350600.xhp
+msgctxt ""
+"05350600.xhp\n"
+"hd_id3147373\n"
+"18\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Select Color Through the Color Dialog\">Select Color Through the Color Dialog</link>"
msgstr ""
-#: 01010303.xhp#par_id3150085.6.help.text
-msgid "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_STATE\">Enter the name of the country in which you live.</ahelp>"
-msgstr "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_STATE\">შეტანეთ საცხოვრებელი ქვეყნის სახელი.</ahelp>"
+#. 0L!o
+#: 05350600.xhp
+msgctxt ""
+"05350600.xhp\n"
+"hd_id3147571\n"
+"19\n"
+"help.text"
+msgid "Illumination color"
+msgstr ""
-#: 01010303.xhp#hd_id3155449.7.help.text
-msgid "Profession"
-msgstr "პროფესია"
+#. 1=U[
+#: 05350600.xhp
+msgctxt ""
+"05350600.xhp\n"
+"par_id3159234\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXFLOAT_3D_LB_MAT_EMISSION\">Select the color to illuminate the object.</ahelp>"
+msgstr ""
-#: 01010303.xhp#par_id3156192.8.help.text
-msgid "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_PROFESSION\">Enter the title of your profession.</ahelp>"
-msgstr "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_PROFESSION\">შეიტანეთ თქვენი პროფესიის დასახელება.</ahelp>"
+#. O*8~
+#: 05350600.xhp
+msgctxt ""
+"05350600.xhp\n"
+"hd_id3153748\n"
+"21\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Select Color Through the Color Dialog\">Select Color Through the Color Dialog</link>"
+msgstr ""
-#: 01010303.xhp#hd_id3147336.9.help.text
-msgctxt "01010303.xhp#hd_id3147336.9.help.text"
-msgid "Phone"
+#. pjM?
+#: 05350600.xhp
+msgctxt ""
+"05350600.xhp\n"
+"hd_id3154983\n"
+"22\n"
+"help.text"
+msgid "Specular"
msgstr ""
-#: 01010303.xhp#par_id3145315.10.help.text
-msgid "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_PHONE\">Enter your home telephone number.</ahelp>"
-msgstr "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_PHONE\">შეიტანეთ თქვენი სახლის ტელეფონის ნომერი.</ahelp>"
+#. p/2l
+#: 05350600.xhp
+msgctxt ""
+"05350600.xhp\n"
+"par_id3147008\n"
+"23\n"
+"help.text"
+msgid "Sets the light reflection properties for the selected object."
+msgstr ""
-#: 01010303.xhp#hd_id3149763.11.help.text
-msgctxt "01010303.xhp#hd_id3149763.11.help.text"
-msgid "Mobile"
+#. -(KC
+#: 05350600.xhp
+msgctxt ""
+"05350600.xhp\n"
+"hd_id3150355\n"
+"24\n"
+"help.text"
+msgid "Color"
msgstr ""
-#: 01010303.xhp#par_id3156155.12.help.text
-msgid "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_MOBILE\">Enter your mobile telephone number.</ahelp>"
-msgstr "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_MOBILE\">შეიტანეთ თქვენი მობილური ტელეფონის ნომერი.</ahelp>"
+#. kJ(f
+#: 05350600.xhp
+msgctxt ""
+"05350600.xhp\n"
+"par_id3151111\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXFLOAT_3D_LB_MAT_SPECULAR\">Select the color that you want the object to reflect.</ahelp>"
+msgstr ""
-#: 01010303.xhp#hd_id3154306.13.help.text
-msgctxt "01010303.xhp#hd_id3154306.13.help.text"
-msgid "Homepage"
+#. +-H(
+#: 05350600.xhp
+msgctxt ""
+"05350600.xhp\n"
+"hd_id3152996\n"
+"26\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Select Color Through the Color Dialog\">Select Color Through the Color Dialog</link>"
msgstr ""
-#: 01010303.xhp#par_id3153666.14.help.text
-msgid "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_WWW\">Enter the address of your internet homepage.</ahelp>"
-msgstr "<ahelp hid=\"SW:EDIT:TP_PRIVATE_DATA:ED_WWW\">შეიტანეთ თქვენი ვებგვერდის მისამართი.</ahelp>"
+#. iMnl
+#: 05350600.xhp
+msgctxt ""
+"05350600.xhp\n"
+"hd_id3152909\n"
+"27\n"
+"help.text"
+msgid "Intensity"
+msgstr ""
-#: 05290200.xhp#tit.help.text
-#, fuzzy
-msgid "Ungroup"
+#. .8ME
+#: 05350600.xhp
+msgctxt ""
+"05350600.xhp\n"
+"par_id3159256\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXFLOAT_3D_MTR_MAT_SPECULAR_INTENSITY\">Enter the intensity of the specular effect.</ahelp>"
msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"განცალკევება\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"განჯგუფება"
-#: 05290200.xhp#hd_id3159217.1.help.text
-msgid "<link href=\"text/shared/01/05290200.xhp\" name=\"Ungroup\">Ungroup</link>"
-msgstr "<link href=\"text/shared/01/05290200.xhp\" name=\"Ungroup\">განჯგუფება</link>"
+#. 50#4
+#: 05120100.xhp
+msgctxt ""
+"05120100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Single Line"
+msgstr "ერთეული იარლიყი"
-#: 05290200.xhp#par_id3156116.2.help.text
-msgid "<variable id=\"aufhebentext\"><ahelp hid=\".uno:FormatUngroup\" visibility=\"visible\">Breaks apart the selected group into individual objects.</ahelp></variable>"
-msgstr ""
+#. %OHH
+#: 05120100.xhp
+#, fuzzy
+msgctxt ""
+"05120100.xhp\n"
+"hd_id3154545\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05120100.xhp\" name=\"Single Line\">Single Line</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-#: 05290200.xhp#par_id3146067.3.help.text
-msgid "To break apart the nested groups within a group, you must repeat this command on each subgroup."
+#. 3`_M
+#: 05120100.xhp
+msgctxt ""
+"05120100.xhp\n"
+"par_id3154794\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SpacePara1\" visibility=\"visible\">Applies single line spacing to the current paragraph. This is the default setting.</ahelp>"
msgstr ""
-#: 01010301.xhp#tit.help.text
-msgid "Medium"
-msgstr "მედიუმი"
+#. Y`S:
+#: gallery_files.xhp
+#, fuzzy
+msgctxt ""
+"gallery_files.xhp\n"
+"tit\n"
+"help.text"
+msgid "Files"
+msgstr "შევსება"
-#: 01010301.xhp#hd_id3148765.1.help.text
-msgid "<link href=\"text/shared/01/01010301.xhp\" name=\"Medium\">Medium</link>"
-msgstr "<link href=\"text/shared/01/01010301.xhp\" name=\"Medium\">მედიუმი</link>"
+#. ]%OZ
+#: gallery_files.xhp
+#, fuzzy
+msgctxt ""
+"gallery_files.xhp\n"
+"hd_id3150756\n"
+"1\n"
+"help.text"
+msgid "Files"
+msgstr "შევსება"
-#: 01010301.xhp#par_id3150278.2.help.text
-msgid "<ahelp hid=\".\">Select the size of your business card from a number of pre-defined size formats, or a size format that you specify on the <emph>Format </emph>tab.</ahelp>"
-msgstr "<ahelp hid=\".\">მონიშნეთ თქვენი სავიზიტო ბარათის ზომა რამოდენიმე წინასწარ განსაზღვრული ზომის ფორმატებიდან, ან თქვენს მიერ განსაზღვრული <emph>ფორმატის </emph>ჩანართში</ahelp>არსებული ზომის ფორმატიდან."
+#. m^?k
+#: gallery_files.xhp
+msgctxt ""
+"gallery_files.xhp\n"
+"par_id3153882\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"stargallerymanager\">Adds new files to the selected theme. </variable>"
+msgstr ""
-#: 01010301.xhp#hd_id3149991.3.help.text
-msgctxt "01010301.xhp#hd_id3149991.3.help.text"
-msgid "Format"
+#. X}h+
+#: gallery_files.xhp
+msgctxt ""
+"gallery_files.xhp\n"
+"hd_id3153089\n"
+"5\n"
+"help.text"
+msgid "File Type"
msgstr ""
-#: 01010301.xhp#par_id3147543.4.help.text
-msgid "Select a size format for your business card."
-msgstr "მონიშნეთ თქვენი სავიზიტო ბარათის ზომის ფორმატი."
+#. ^7q,
+#: gallery_files.xhp
+msgctxt ""
+"gallery_files.xhp\n"
+"par_id3154497\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:COMBOBOX:RID_SVXTABPAGE_GALLERYTHEME_FILES:CBB_FILETYPE\">Select the type of file that you want to add.</ahelp>"
+msgstr ""
-#: 01010301.xhp#hd_id3160463.5.help.text
-msgctxt "01010301.xhp#hd_id3160463.5.help.text"
-msgid "Continuous"
+#. -V_d
+#: gallery_files.xhp
+msgctxt ""
+"gallery_files.xhp\n"
+"hd_id3153935\n"
+"7\n"
+"help.text"
+msgid "Files found"
msgstr ""
-#: 01010301.xhp#par_id3150279.6.help.text
-msgid "<ahelp hid=\"HID_BUSINESS_FMT_PAGE_CONT\">Prints business cards on continuous paper.</ahelp>"
-msgstr "<ahelp hid=\"HID_BUSINESS_FMT_PAGE_CONT\">ბეჭდავს სავიზიტო ბარათებს უწყვეტ ქაღალდზე.</ahelp>"
+#. PZ)?
+#: gallery_files.xhp
+msgctxt ""
+"gallery_files.xhp\n"
+"par_id3145829\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:MULTILISTBOX:RID_SVXTABPAGE_GALLERYTHEME_FILES:LBX_FOUND\">Lists the available files. Select the file(s) that you want to add, and then click <emph>Add</emph>. To add all of the files in the list, click <emph>Add All</emph>.</ahelp>"
+msgstr ""
-#: 01010301.xhp#hd_id3154840.7.help.text
-msgctxt "01010301.xhp#hd_id3154840.7.help.text"
-msgid "Sheet"
+#. gYj!
+#: gallery_files.xhp
+msgctxt ""
+"gallery_files.xhp\n"
+"hd_id3154751\n"
+"9\n"
+"help.text"
+msgid "Find files"
msgstr ""
-#: 01010301.xhp#par_id3148731.8.help.text
-msgid "<ahelp hid=\"HID_BUSINESS_FMT_PAGE_SHEET\">Prints business cards on individual sheets.</ahelp>"
-msgstr "<ahelp hid=\"HID_BUSINESS_FMT_PAGE_SHEET\">ბეჭდავს სავიზიტო ბარათებს ინდივიდუალურ ფურცელზე.</ahelp>"
+#. at:=
+#: gallery_files.xhp
+msgctxt ""
+"gallery_files.xhp\n"
+"par_id3147557\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXTABPAGE_GALLERYTHEME_FILES:BTN_SEARCH\">Locate the directory containing the files that you want to add, and then click <emph>OK</emph>.</ahelp>"
+msgstr ""
-#: 01010301.xhp#hd_id3154894.9.help.text
-msgctxt "01010301.xhp#hd_id3154894.9.help.text"
-msgid "Brand"
+#. V6_+
+#: gallery_files.xhp
+msgctxt ""
+"gallery_files.xhp\n"
+"hd_id3154317\n"
+"13\n"
+"help.text"
+msgid "Add"
msgstr ""
-#: 01010301.xhp#par_id3155351.10.help.text
-msgid "<ahelp hid=\"HID_BUSINESS_FMT_PAGE_BRAND\">Select the brand of paper that you want to use.</ahelp> Each brand has its own size formats."
-msgstr "<ahelp hid=\"HID_BUSINESS_FMT_PAGE_BRAND\">მონიშნეთ სასურველი ქაღალდის სახეობა.</ahelp> თითოეულ სახეობას გააჩნია საკუთარი ზომის ფორმატი."
+#. QOPk
+#: gallery_files.xhp
+msgctxt ""
+"gallery_files.xhp\n"
+"par_id3150774\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXTABPAGE_GALLERYTHEME_FILES:BTN_TAKE\">Adds the selected file(s) to the current theme.</ahelp>"
+msgstr ""
-#: 01010301.xhp#hd_id3153935.11.help.text
-msgctxt "01010301.xhp#hd_id3153935.11.help.text"
-msgid "Type"
-msgstr "ტიპი:"
+#. W$Gl
+#: gallery_files.xhp
+msgctxt ""
+"gallery_files.xhp\n"
+"hd_id3149751\n"
+"15\n"
+"help.text"
+msgid "Add all"
+msgstr ""
-#: 01010301.xhp#par_id3159201.12.help.text
-msgid "<ahelp hid=\"HID_BUSINESS_FMT_PAGE_TYPE\">Select the size format that you want to use. The available formats depend on what you selected in the <emph>Brand</emph> list. If you want to use a custom size format, select <emph>[User]</emph>, and then click the <link href=\"text/shared/01/01010202.xhp\" name=\"Format\"><emph>Format</emph></link> tab to define the format.</ahelp>"
+#. TkT7
+#: gallery_files.xhp
+msgctxt ""
+"gallery_files.xhp\n"
+"par_id3156426\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXTABPAGE_GALLERYTHEME_FILES:BTN_TAKEALL\">Adds all of the files in the list to the current theme.</ahelp>"
msgstr ""
-#: 01010301.xhp#hd_id3147226.13.help.text
-msgctxt "01010301.xhp#hd_id3147226.13.help.text"
-msgid "Info"
+#. t\wz
+#: gallery_files.xhp
+msgctxt ""
+"gallery_files.xhp\n"
+"hd_id3147088\n"
+"17\n"
+"help.text"
+msgid "Preview"
msgstr ""
-#: 01010301.xhp#par_id3153394.14.help.text
-msgid "The paper type and the dimensions of the business card are displayed at the bottom of the <emph>Format</emph> area."
-msgstr "ქაღალდის ტიპი და სავიზიტო ბარათის ზომები ნაჩვენებია <emph>ფორმატის</emph> არეალის ბოლოში."
+#. ZF{+
+#: gallery_files.xhp
+msgctxt ""
+"gallery_files.xhp\n"
+"par_id3151111\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXTABPAGE_GALLERYTHEME_FILES:CBX_PREVIEW\">Displays or hides a preview of the selected file.</ahelp>"
+msgstr ""
-#: 06030000.xhp#tit.help.text
+#. dWLY
+#: gallery_files.xhp
+msgctxt ""
+"gallery_files.xhp\n"
+"hd_id3147275\n"
+"19\n"
+"help.text"
+msgid "Preview box"
+msgstr ""
+
+#. O(l5
+#: gallery_files.xhp
+msgctxt ""
+"gallery_files.xhp\n"
+"par_id3153662\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"HID_GALLERY_PREVIEW\">Displays a preview of the selected file.</ahelp>"
+msgstr ""
+
+#. ibgY
+#: 06030000.xhp
#, fuzzy
-msgctxt "06030000.xhp#tit.help.text"
+msgctxt ""
+"06030000.xhp\n"
+"tit\n"
+"help.text"
msgid "Color Replacer"
msgstr "ჩანაცვლება"
-#: 06030000.xhp#hd_id3156324.1.help.text
+#. )ZpI
+#: 06030000.xhp
#, fuzzy
+msgctxt ""
+"06030000.xhp\n"
+"hd_id3156324\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/shared/01/06030000.xhp\" name=\"Color Replacer\">Color Replacer</link>"
msgstr "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">სიმბოლო</link>"
-#: 06030000.xhp#par_id3145138.2.help.text
+#. zMFg
+#: 06030000.xhp
#, fuzzy
+msgctxt ""
+"06030000.xhp\n"
+"par_id3145138\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\".uno:BmpMask\">Opens the Color Replacer dialog, where you can replace colors in bitmap and meta file graphics.</ahelp>"
msgstr "<ahelp hid=\".uno:OpenTemplate\">ხსნის დიალოგს სადაც შეგიძლიათ მონიშნოთ შაბლონი რედაქტირებისთვის.</ahelp>"
-#: 06030000.xhp#par_id3151262.24.help.text
+#. ^bf{
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"par_id3151262\n"
+"24\n"
+"help.text"
msgid "You can replace up to four different colors at one time."
msgstr ""
-#: 06030000.xhp#par_id3153894.help.text
+#. 8kj1
+#: 06030000.xhp
#, fuzzy
+msgctxt ""
+"06030000.xhp\n"
+"par_id3153894\n"
+"help.text"
msgid "<image id=\"img_id3155616\" src=\"sd/res/pipette.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155616\">Icon</alt></image>"
msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153821\">ხატულა</alt></image>"
-#: 06030000.xhp#par_id3145669.3.help.text
+#. {DkO
+#: 06030000.xhp
#, fuzzy
-msgctxt "06030000.xhp#par_id3145669.3.help.text"
+msgctxt ""
+"06030000.xhp\n"
+"par_id3145669\n"
+"3\n"
+"help.text"
msgid "Color Replacer"
msgstr "ჩანაცვლება"
-#: 06030000.xhp#par_id3153683.4.help.text
+#. )rwF
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"par_id3153683\n"
+"4\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Select one of the four source color boxes. Move the mouse pointer over the selected image, and then click the color that you want to replace.</ahelp>"
msgstr ""
-#: 06030000.xhp#hd_id3149827.5.help.text
+#. T:ve
+#: 06030000.xhp
#, fuzzy
+msgctxt ""
+"06030000.xhp\n"
+"hd_id3149827\n"
+"5\n"
+"help.text"
msgid "Color Replacer color"
msgstr "ფერთა ჩანაცვლება"
-#: 06030000.xhp#par_id3146957.6.help.text
+#. ZC}o
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"par_id3146957\n"
+"6\n"
+"help.text"
msgid "<ahelp hid=\".\">Displays the color in the selected image that directly underlies the current mouse pointer position. This features only works if the Color Replacer tool is selected.</ahelp>"
msgstr ""
-#: 06030000.xhp#hd_id3154823.7.help.text
-msgctxt "06030000.xhp#hd_id3154823.7.help.text"
+#. j5Uo
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"hd_id3154823\n"
+"7\n"
+"help.text"
msgid "Replace"
msgstr ""
-#: 06030000.xhp#par_id3154983.8.help.text
+#. R[U%
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"par_id3154983\n"
+"8\n"
+"help.text"
msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_BMPMASK:BTN_EXEC\">Replaces the selected source colors in the current image with the colors that you specify in the <emph>Replace with </emph>boxes.</ahelp>"
msgstr ""
-#: 06030000.xhp#hd_id3147275.9.help.text
-msgctxt "06030000.xhp#hd_id3147275.9.help.text"
+#. 2ggn
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"hd_id3147275\n"
+"9\n"
+"help.text"
msgid "Colors"
msgstr ""
-#: 06030000.xhp#par_id3153031.10.help.text
+#. CGI@
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"par_id3153031\n"
+"10\n"
+"help.text"
msgid "Lists the source colors and the replacement colors."
msgstr ""
-#: 06030000.xhp#hd_id3149416.11.help.text
+#. JI]!
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"hd_id3149416\n"
+"11\n"
+"help.text"
msgid "Source color checkbox"
msgstr ""
-#: 06030000.xhp#par_id3149819.12.help.text
+#. nLz+
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"par_id3149819\n"
+"12\n"
+"help.text"
msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXDLG_BMPMASK:CBX_4\">Select this checkbox to replace the current <emph>Source color</emph> with the color that you specify in the <emph>Replace with </emph>box.</ahelp>"
msgstr ""
-#: 06030000.xhp#hd_id3159116.13.help.text
+#. H,=f
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"hd_id3159116\n"
+"13\n"
+"help.text"
msgid "Source color"
msgstr ""
-#: 06030000.xhp#par_id3149903.14.help.text
+#. t5c@
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"par_id3149903\n"
+"14\n"
+"help.text"
msgid "<ahelp hid=\".\">Displays the color in the selected image that you want to replace. To set the source color, click here, click the Color Replacer, and then click a color in the selected image.</ahelp>"
msgstr ""
-#: 06030000.xhp#hd_id3150085.15.help.text
+#. dEfH
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"hd_id3150085\n"
+"15\n"
+"help.text"
msgid "Tolerance"
msgstr "დაშვება"
-#: 06030000.xhp#par_id3144438.16.help.text
+#. ja[A
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"par_id3144438\n"
+"16\n"
+"help.text"
msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXDLG_BMPMASK:SP_4\">Set the tolerance for replacing a source color in the source image. To replace colors that are similar to the color that you selected, enter a low value. To replace a wider range of colors, enter a higher value.</ahelp>"
msgstr ""
-#: 06030000.xhp#hd_id3156156.17.help.text
-msgctxt "06030000.xhp#hd_id3156156.17.help.text"
+#. QKlF
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"hd_id3156156\n"
+"17\n"
+"help.text"
msgid "Replace with"
msgstr "ჩაანაცვლე"
-#: 06030000.xhp#par_id3154173.18.help.text
+#. -9(S
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"par_id3154173\n"
+"18\n"
+"help.text"
msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXDLG_BMPMASK:LB_4\">Lists the available replacement colors. To modify the current list of colors, deselect the image, choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab.</ahelp>"
msgstr ""
-#: 06030000.xhp#hd_id3156152.19.help.text
-msgctxt "06030000.xhp#hd_id3156152.19.help.text"
+#. #Dan
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"hd_id3156152\n"
+"19\n"
+"help.text"
msgid "Transparency"
msgstr ""
-#: 06030000.xhp#par_id3154905.20.help.text
+#. UeNR
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"par_id3154905\n"
+"20\n"
+"help.text"
msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXDLG_BMPMASK:CBX_TRANS\">Replaces transparent areas in the current image with the color that you select.</ahelp>"
msgstr ""
-#: 06030000.xhp#hd_id3145087.21.help.text
-msgctxt "06030000.xhp#hd_id3145087.21.help.text"
+#. %KNU
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"hd_id3145087\n"
+"21\n"
+"help.text"
msgid "Transparency"
msgstr ""
-#: 06030000.xhp#par_id3148946.22.help.text
+#. A.O=
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"par_id3148946\n"
+"22\n"
+"help.text"
msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXDLG_BMPMASK:LB_TRANS\">Select the color to replace the transparent areas in the current image.</ahelp>"
msgstr ""
-#: 05200200.xhp#tit.help.text
-msgid "Line Styles"
-msgstr ""
+#. s,:H
+#: 05240000.xhp
+msgctxt ""
+"05240000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Flip"
+msgstr "შემობრუნება"
-#: 05200200.xhp#hd_id3148919.1.help.text
+#. qSL5
+#: 05240000.xhp
+msgctxt ""
+"05240000.xhp\n"
+"bm_id3151264\n"
+"help.text"
+msgid "<bookmark_value>draw objects; flipping</bookmark_value><bookmark_value>flipping draw objects</bookmark_value>"
+msgstr "<bookmark_value>მოქმედების დაბრუნება;რედაქტირება</bookmark_value><bookmark_value>რედაქტირება;მოქმედების დაბრუნება</bookmark_value>"
+
+#. cQYK
+#: 05240000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05200200.xhp\" name=\"Line Styles\">Line Styles</link>"
-msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
+msgctxt ""
+"05240000.xhp\n"
+"hd_id3151264\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05240000.xhp\" name=\"Flip\">Flip</link>"
+msgstr "<link href=\"text/shared/01/01170000.xhp\" name=\"Exit\">გასვლა</link>"
-#: 05200200.xhp#par_id3150146.2.help.text
-msgid "<ahelp hid=\"HID_LINE_DEF\">Edit or create dashed or dotted line styles.</ahelp>"
+#. !K|@
+#: 05240000.xhp
+msgctxt ""
+"05240000.xhp\n"
+"par_id3145759\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Flips the selected object horizontally, or vertically.</ahelp>"
msgstr ""
-#: 05200200.xhp#hd_id3147617.3.help.text
-msgctxt "05200200.xhp#hd_id3147617.3.help.text"
-msgid "Properties"
-msgstr "თვისებები"
+#. 0\ua
+#: 02060000.xhp
+msgctxt ""
+"02060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Paste"
+msgstr "ჩასმა"
-#: 05200200.xhp#hd_id3146873.15.help.text
-msgid "Line style"
+#. qP7a
+#: 02060000.xhp
+msgctxt ""
+"02060000.xhp\n"
+"bm_id3149031\n"
+"help.text"
+msgid "<bookmark_value>pasting;cell ranges</bookmark_value><bookmark_value>clipboard; pasting</bookmark_value><bookmark_value>cells;pasting</bookmark_value>"
msgstr ""
-#: 05200200.xhp#par_id3146807.16.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_LINE_DEF_LB_LINESTYLES\">Select the style of line that you want to create.</ahelp>"
+#. #RZ^
+#: 02060000.xhp
+msgctxt ""
+"02060000.xhp\n"
+"hd_id3149031\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02060000.xhp\" name=\"Paste\">Paste</link>"
+msgstr "<link href=\"text/shared/01/02060000.xhp\" name=\"Paste\">ჩასმა</link>"
+
+#. c*v#
+#: 02060000.xhp
+msgctxt ""
+"02060000.xhp\n"
+"par_id3149511\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Paste\">Inserts the contents of the clipboard at the location of the cursor, and replaces any selected text or objects.</ahelp>"
msgstr ""
-#: 05200200.xhp#hd_id3149948.5.help.text
-msgctxt "05200200.xhp#hd_id3149948.5.help.text"
-msgid "Type"
-msgstr "ტიპი:"
+#. =qf?
+#: 02060000.xhp
+msgctxt ""
+"02060000.xhp\n"
+"par_id3147834\n"
+"5\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">In a spreadsheet, when you paste a range of cells from the clipboard, the result depends on the current selection: If only one cell is selected, the cell range will be pasted started from that cell. If you mark a cell range wider than the cell range in the clipboard, the cell range will be pasted repeatedly to fill the selected cell range. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ელექტრონულ ცხრილებში გაცვლის ბუფერიდან უჯრედთა წყობის ჩასმისას შედეგი დამოკიდებულია მიმდინარე მონიშვნაზე. თუ მონიშნულია ერთი უჯრედი, მაშინ ჩაისმება ამ უჯრედიდან დაწყებული უჯრედთა წყობა. თუ მონიშნავთ უფრო ფართო უჯრედთა წყობას ვიდრე გაცვლის ბუფერშია, უჯრედთა წყობის ჩასმა გაგრძელდება, სანამ არ შეივსება მონიშნული უჯრედთა წყობა. </caseinline></switchinline>"
-#: 05200200.xhp#par_id3149031.6.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_LINE_DEF_LB_TYPE_2\">Select the combination of dashes and dots that you want.</ahelp>"
-msgstr ""
+#. :buX
+#: 02230300.xhp
+msgctxt ""
+"02230300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comment"
+msgstr "შინაარსი"
-#: 05200200.xhp#hd_id3148731.7.help.text
-msgctxt "05200200.xhp#hd_id3148731.7.help.text"
-msgid "Number"
+#. r/]%
+#: 02230300.xhp
+msgctxt ""
+"02230300.xhp\n"
+"hd_id3083278\n"
+"1\n"
+"help.text"
+msgid "Comment"
+msgstr "შინაარსი"
+
+#. WQ]X
+#: 02230300.xhp
+msgctxt ""
+"02230300.xhp\n"
+"par_id3148983\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"kommentartext\"><ahelp hid=\"HID_REDLINING_EDIT\">Enter a comment for the recorded change.</ahelp></variable>"
msgstr ""
-#: 05200200.xhp#par_id3155351.8.help.text
-msgid "<ahelp hid=\"SVX_NUMERICFIELD_RID_SVXPAGE_LINE_DEF_NUM_FLD_2\">Enter the number of times that you want a dot or a dash to appear in a sequence.</ahelp>"
+#. IUAC
+#: 02230300.xhp
+msgctxt ""
+"02230300.xhp\n"
+"par_id3155391\n"
+"3\n"
+"help.text"
+msgid "You can attach a comment when <switchinline select=\"appl\"><caseinline select=\"WRITER\">the cursor is in a changed text passage </caseinline><caseinline select=\"CALC\">the changed cell is selected</caseinline></switchinline>, or in the <emph>Accept or Reject Changes</emph> dialog."
msgstr ""
-#: 05200200.xhp#hd_id3154422.9.help.text
-msgctxt "05200200.xhp#hd_id3154422.9.help.text"
-msgid "Length"
+#. %S56
+#: 02230300.xhp
+msgctxt ""
+"02230300.xhp\n"
+"par_id3156426\n"
+"5\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Comments are displayed as callouts in the sheet when you rest your mouse pointer over a cell with a recorded change. You can also view comments that are attached to a changed cell in the changes list in the <link href=\"text/shared/01/02230400.xhp\" name=\"Accept or Reject Changes\"><emph>Accept or Reject Changes</emph></link> dialog. </caseinline></switchinline>"
msgstr ""
-#: 05200200.xhp#par_id3149640.10.help.text
-msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_LINE_DEF_MTR_FLD_LENGTH_2\">Enter the length of the dash.</ahelp>"
+#. !jC-
+#: 03060000.xhp
+msgctxt ""
+"03060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Status Bar"
+msgstr "სტატუსის ზოლი"
+
+#. EoP*
+#: 03060000.xhp
+msgctxt ""
+"03060000.xhp\n"
+"bm_id3152823\n"
+"help.text"
+msgid "<bookmark_value>status bar on/off</bookmark_value>"
msgstr ""
-#: 05200200.xhp#hd_id3093440.11.help.text
-msgctxt "05200200.xhp#hd_id3093440.11.help.text"
-msgid "Spacing"
+#. Lq{A
+#: 03060000.xhp
+#, fuzzy
+msgctxt ""
+"03060000.xhp\n"
+"hd_id3152823\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/03060000.xhp\" name=\"Status Bar\">Status Bar</link>"
+msgstr "<link href=\"text/shared/01/01050000.xhp\" name=\"Close\">დახურვა</link>"
+
+#. 4GOZ
+#: 03060000.xhp
+msgctxt ""
+"03060000.xhp\n"
+"par_id3147000\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:StatusBarVisible\">Shows or hides the <emph>Status Bar</emph> at the bottom edge of the window.</ahelp>"
msgstr ""
-#: 05200200.xhp#par_id3147834.12.help.text
-msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_LINE_DEF_MTR_FLD_DISTANCE\">Enter the amount of space that you want to leave between dots or dashes.</ahelp>"
+#. zPP0
+#: 05230000.xhp
+msgctxt ""
+"05230000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Position and Size"
msgstr ""
-#: 05200200.xhp#hd_id3155805.13.help.text
-msgid "Fit to line width"
+#. G6|.
+#: 05230000.xhp
+msgctxt ""
+"05230000.xhp\n"
+"hd_id3152790\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05230000.xhp\" name=\"Position and Size\">Position and Size</link>"
+msgstr "<link href=\"text/shared/01/05230000.xhp\" name=\"Position and Size\">პოზიცია და ზომა</link>"
+
+#. OBL#
+#: 05230000.xhp
+msgctxt ""
+"05230000.xhp\n"
+"par_id3157552\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"groessetext\"><ahelp hid=\".uno:TransformDialog\">Resizes, moves, rotates, or slants the selected object.</ahelp></variable>"
msgstr ""
-#: 05200200.xhp#par_id3147291.14.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_LINE_DEF_CBX_SYNCHRONIZE\">Automatically adjusts the entries relative to the length of the line.</ahelp>"
+#. \SG!
+#: 01110101.xhp
+msgctxt ""
+"01110101.xhp\n"
+"tit\n"
+"help.text"
+msgid "Templates: Address Book Assignment"
msgstr ""
-#: 05200200.xhp#hd_id3155355.17.help.text
-msgctxt "05200200.xhp#hd_id3155355.17.help.text"
-msgid "Add"
+#. l4#G
+#: 01110101.xhp
+msgctxt ""
+"01110101.xhp\n"
+"hd_id3156411\n"
+"1\n"
+"help.text"
+msgid "Templates: Address Book Assignment"
msgstr ""
-#: 05200200.xhp#par_id3149827.18.help.text
-msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXPAGE_LINE_DEF_BTN_ADD\">Creates a new line style using the current settings.</ahelp>"
+#. OPk4
+#: 01110101.xhp
+msgctxt ""
+"01110101.xhp\n"
+"par_id3147576\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AddressBookSource\">Edit the field assignments and the data source for your address book.</ahelp>"
msgstr ""
-#: 05200200.xhp#hd_id3155338.19.help.text
-msgctxt "05200200.xhp#hd_id3155338.19.help.text"
-msgid "Name"
-msgstr "სახელები"
+#. 9HLm
+#: 01110101.xhp
+msgctxt ""
+"01110101.xhp\n"
+"hd_id3149399\n"
+"3\n"
+"help.text"
+msgid "Address Book Source"
+msgstr "მისამართების წიგნის წყარო"
-#: 05200200.xhp#par_id3153681.20.help.text
-msgid "<ahelp hid=\"\">Enter a name.</ahelp>"
+#. P|F[
+#: 01110101.xhp
+msgctxt ""
+"01110101.xhp\n"
+"par_id3152996\n"
+"4\n"
+"help.text"
+msgid "Set the data source and data table for your address book."
+msgstr "დააყენეთ მონაცემთა წყარო და მონაცემთა ცხრილი თქვენი მისამართების წიგნისათვის."
+
+#. [#44
+#: 01110101.xhp
+msgctxt ""
+"01110101.xhp\n"
+"hd_id3147654\n"
+"5\n"
+"help.text"
+msgid "Data Source"
msgstr ""
-#: 05200200.xhp#hd_id3155893.21.help.text
-msgctxt "05200200.xhp#hd_id3155893.21.help.text"
-msgid "Modify"
-msgstr ""
+#. xJpn
+#: 01110101.xhp
+msgctxt ""
+"01110101.xhp\n"
+"par_id3154306\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVTOOLS_COMBOBOX_DLG_ADDRESSBOOKSOURCE_CB_DATASOURCE\">Select the data source for your address book.</ahelp>"
+msgstr "<ahelp hid=\"SVTOOLS_COMBOBOX_DLG_ADDRESSBOOKSOURCE_CB_DATASOURCE\">მონიშნეთ მონაცემთა წყარო თქვენი მისამართების წიგნისათვის.</ahelp>"
-#: 05200200.xhp#par_id3157863.22.help.text
-msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXPAGE_LINE_DEF_BTN_MODIFY\">Updates the selected line style using the current settings. To change the name of the selected line style, enter a new name when prompted.</ahelp>"
+#. *%/b
+#: 01110101.xhp
+msgctxt ""
+"01110101.xhp\n"
+"hd_id3145315\n"
+"7\n"
+"help.text"
+msgid "Table"
msgstr ""
-#: 05200200.xhp#hd_id3147275.23.help.text
-msgid "Load line style table"
-msgstr ""
+#. %SQ*
+#: 01110101.xhp
+msgctxt ""
+"01110101.xhp\n"
+"par_id3149164\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVTOOLS_COMBOBOX_DLG_ADDRESSBOOKSOURCE_CB_TABLE\">Select the data table for your address book.</ahelp>"
+msgstr "<ahelp hid=\"SVTOOLS_COMBOBOX_DLG_ADDRESSBOOKSOURCE_CB_TABLE\">მონიშნეთ მონაცემთა ცხრილი თქვენი მისამართების წიგნისათვის.</ahelp>"
-#: 05200200.xhp#par_id3154749.24.help.text
-msgid "<ahelp hid=\"SVX_IMAGEBUTTON_RID_SVXPAGE_LINE_DEF_BTN_LOAD\">Imports a list of line styles.</ahelp>"
-msgstr ""
+#. 3hdQ
+#: 01110101.xhp
+msgctxt ""
+"01110101.xhp\n"
+"hd_id3145119\n"
+"9\n"
+"help.text"
+msgid "Configure"
+msgstr "კონფიგურირება"
-#: 05200200.xhp#hd_id3148642.25.help.text
-msgid "Save line style table"
-msgstr ""
+#. ?Y;n
+#: 01110101.xhp
+msgctxt ""
+"01110101.xhp\n"
+"par_id3150771\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SVTOOLS_PUSHBUTTON_DLG_ADDRESSBOOKSOURCE_PB_ADMINISTATE_DATASOURCES\">Add a new data source to the <emph>Address Book Source </emph>list.</ahelp>"
+msgstr "<ahelp hid=\"SVTOOLS_PUSHBUTTON_DLG_ADDRESSBOOKSOURCE_PB_ADMINISTATE_DATASOURCES\">დაამატეთ ახალი მონაცემთა წყარო <emph>მისამართების წიგნის წყაროს </emph>სიაში.</ahelp>"
-#: 05200200.xhp#par_id3155449.26.help.text
-msgid "<ahelp hid=\"SVX_IMAGEBUTTON_RID_SVXPAGE_LINE_DEF_BTN_SAVE\">Saves the current list of line styles, so that you can load it again later.</ahelp>"
+#. \)i?
+#: 01110101.xhp
+msgctxt ""
+"01110101.xhp\n"
+"hd_id3155629\n"
+"11\n"
+"help.text"
+msgid "Field assignment"
msgstr ""
-#: 01160300.xhp#tit.help.text
-msgctxt "01160300.xhp#tit.help.text"
-msgid "Create Master Document"
+#. \ud4
+#: 01110101.xhp
+msgctxt ""
+"01110101.xhp\n"
+"par_id3153320\n"
+"12\n"
+"help.text"
+msgid "Define the field assignments for your address book."
msgstr ""
-#: 01160300.xhp#hd_id3152790.1.help.text
-msgctxt "01160300.xhp#hd_id3152790.1.help.text"
-msgid "Create Master Document"
-msgstr ""
+#. ^jT9
+#: 01110101.xhp
+msgctxt ""
+"01110101.xhp\n"
+"hd_id3155830\n"
+"13\n"
+"help.text"
+msgid "(Field name)"
+msgstr "(ველის სახელი)"
-#: 01160300.xhp#par_id3148668.2.help.text
-msgid "<variable id=\"globtext\"><ahelp hid=\"HID_SEND_MASTER_CTRL_PUSHBUTTON_CANCEL\">Creates a master document from the current Writer document. A new sub-document is created at each occurrence of a chosen paragraph style or outline level in the source document.</ahelp></variable>"
-msgstr "<variable id=\"globtext\"><ahelp hid=\"HID_SEND_MASTER_CTRL_PUSHBUTTON_CANCEL\">მიმდინარე Writer დოკუმენტიდან მთავარი დოკუმენტის შექმნა. საწყის დოკუმენტში '1 სათაური' აბზაცის სტილის გამოჩენისას შეიქმნება ახალი ქვედოკუმენტი.</ahelp></variable>"
+#. :)*0
+#: 01110101.xhp
+msgctxt ""
+"01110101.xhp\n"
+"par_id3154143\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_ADDRTEMPL_FIELD_ASSIGNMENT\">Select the field in the data table that corresponds to the address book entry.</ahelp>"
+msgstr "<ahelp hid=\"HID_ADDRTEMPL_FIELD_ASSIGNMENT\">მონიშნეთ მისამართების წიგნის ჩანაწერების შესაბამისი ველი მონაცემთა ცხრილში</ahelp>"
-#: 01160300.xhp#par_id3149999.4.help.text
-msgid "The <link href=\"text/shared/01/02110000.xhp\" name=\"Navigator\"><emph>Navigator</emph></link> appears after you create a master document. To edit a sub-document, double-click the name of a sub-document in the <emph>Navigator</emph>."
-msgstr "The <link href=\"text/shared/01/02110000.xhp\" name=\"Navigator\"><emph>ნავიგატორი</emph></link> გამოჩნდება მთავარი დოკუმენტის შექმნის შემდეგ. ქვედოკუმენტის რედაქტირებისთვის, ორჯერ დააწკაპუნეთ ქვედოკუმენტის სახელზე <emph>ნავიგატორში</emph>."
+#. drn)
+#: 06150110.xhp
+msgctxt ""
+"06150110.xhp\n"
+"tit\n"
+"help.text"
+msgid "General"
+msgstr ""
-#: 01160300.xhp#hd_id3152924.9.help.text
-msgctxt "01160300.xhp#hd_id3152924.9.help.text"
-msgid "Display area"
+#. 9djA
+#: 06150110.xhp
+msgctxt ""
+"06150110.xhp\n"
+"hd_id3158442\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"general\"><link href=\"text/shared/01/06150110.xhp\" name=\"General\">General</link></variable>"
msgstr ""
-#: 01160300.xhp#hd_id3152425.10.help.text
-msgctxt "01160300.xhp#hd_id3152425.10.help.text"
-msgid "File name"
+#. $:!i
+#: 06150110.xhp
+msgctxt ""
+"06150110.xhp\n"
+"par_id3149038\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"\">Enter or edit general information for an <link href=\"text/shared/01/06150000.xhp\" name=\"XML filter\">XML filter</link>.</ahelp>"
+msgstr ""
+
+#. \HB[
+#: 06150110.xhp
+msgctxt ""
+"06150110.xhp\n"
+"hd_id3151097\n"
+"2\n"
+"help.text"
+msgid "Filter name"
msgstr "ფაილის სახელი"
-#: 01160300.xhp#hd_id3147291.8.help.text
-msgid "separated by"
+#. hS_]
+#: 06150110.xhp
+msgctxt ""
+"06150110.xhp\n"
+"par_id3150838\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\"HID_XML_FILTER_NAME\">Enter the name that you want to display in the list box of the <emph>XML Filter Settings</emph> dialog.</ahelp> You must enter a unique name."
msgstr ""
-#: 01160300.xhp#par_id3156426.7.help.text
-msgid "<ahelp hid=\"HID_FILESAVE_TEMPLATE\">Select the paragraph style or outline level that you want to use to separate the source document into sub-documents.</ahelp> By default a new document is created for every outline level 1."
+#. ^-bL
+#: 06150110.xhp
+msgctxt ""
+"06150110.xhp\n"
+"hd_id3149119\n"
+"4\n"
+"help.text"
+msgid "Application"
msgstr ""
-#: 01160300.xhp#hd_id3153311.11.help.text
-msgctxt "01160300.xhp#hd_id3153311.11.help.text"
-msgid "File type"
+#. EjBk
+#: 06150110.xhp
+msgctxt ""
+"06150110.xhp\n"
+"par_id3149793\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"HID_XML_FILTER_APPLICATION\">Select the application that you want to use with the filter.</ahelp>"
msgstr ""
-#: 01160300.xhp#hd_id3145313.12.help.text
-msgctxt "01160300.xhp#hd_id3145313.12.help.text"
-msgid "Save"
+#. S^ij
+#: 06150110.xhp
+msgctxt ""
+"06150110.xhp\n"
+"hd_id3149999\n"
+"6\n"
+"help.text"
+msgid "Name of file type"
msgstr ""
-#: 04160500.xhp#tit.help.text
-msgctxt "04160500.xhp#tit.help.text"
-msgid "Insert Floating Frame"
+#. 9gHr
+#: 06150110.xhp
+msgctxt ""
+"06150110.xhp\n"
+"par_id3149549\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_XML_FILTER_INTERFACE_NAME\">Enter the name that you want to display in the <emph>File type</emph> box in file dialogs.</ahelp> You must enter a unique name. For import filters, the name appears in the <emph>File type</emph> box of <emph>Open</emph> dialogs. For export filters, the name appears in the <emph>File format</emph> box of <emph>Export</emph> dialogs."
msgstr ""
-#: 04160500.xhp#bm_id3149783.help.text
-msgid "<bookmark_value>floating frames in HTML documents</bookmark_value><bookmark_value>inserting; floating frames</bookmark_value>"
+#. ^Tps
+#: 06150110.xhp
+msgctxt ""
+"06150110.xhp\n"
+"hd_id3147834\n"
+"8\n"
+"help.text"
+msgid "File extension"
msgstr ""
-#: 04160500.xhp#hd_id3149783.1.help.text
-msgctxt "04160500.xhp#hd_id3149783.1.help.text"
-msgid "Insert Floating Frame"
+#. ,zX?
+#: 06150110.xhp
+msgctxt ""
+"06150110.xhp\n"
+"par_id3147291\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"HID_XML_FILTER_EXTENSION\">Enter the file extension to use when you open a file without specifying a filter. $[officename] uses the file extension to determine which filter to use.</ahelp>"
msgstr ""
-#: 04160500.xhp#par_id3148410.2.help.text
-#, fuzzy
-msgid "<variable id=\"frameeinfuegentext\"><ahelp hid=\".\">Inserts a floating frame into the current document. Floating frames are used in HTML documents to display the contents of another file.</ahelp></variable>"
-msgstr "<variable id=\"reftext\"><ahelp hid=\".\">აქ უნდა ჩაურთოთ თქვენი მიმართვა ან მიმართული ველი მიმდინარე დოკუმენტში. მიმართვები მიმართვის ველებია იგივე დოკუმენტში ან ძირითადი დოკუმენტის ქვედოკუმენტში.</ahelp></variable>"
+#. Q(/?
+#: 06150110.xhp
+msgctxt ""
+"06150110.xhp\n"
+"hd_id3157863\n"
+"10\n"
+"help.text"
+msgid "Comments"
+msgstr "შინაარსი"
-#: 04160500.xhp#par_id3151100.6.help.text
-msgid "If you want to create HTML pages that use floating frames, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - HTML compatibility</emph>, and then select the \"MS Internet Explorer\" option. The floating frame is bounded by <IFRAME> and </IFRAME> tags."
+#. XNHO
+#: 06150110.xhp
+msgctxt ""
+"06150110.xhp\n"
+"par_id3146957\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"HID_XML_FILTER_DESCRIPTION\">Enter a comment (optional).</ahelp>"
msgstr ""
-#: 04160500.xhp#par_id3151330.help.text
-msgid "<link href=\"text/shared/01/02210101.xhp\" name=\"Floating frame properties\">Floating frame properties</link>"
+#. nNE.
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"tit\n"
+"help.text"
+msgid "Add / Edit"
msgstr ""
-#: 01140000.xhp#tit.help.text
-msgctxt "01140000.xhp#tit.help.text"
-msgid "Printer Setup"
+#. lKU6
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"bm_id7194738\n"
+"help.text"
+msgid "<bookmark_value>read-only items in Data Navigator</bookmark_value><bookmark_value>Data Navigator;adding/editing items</bookmark_value>"
msgstr ""
-#: 01140000.xhp#bm_id3147294.help.text
-msgid "<bookmark_value>printers; properties</bookmark_value><bookmark_value>settings; printers</bookmark_value><bookmark_value>properties; printers</bookmark_value><bookmark_value>default printer; setting up</bookmark_value><bookmark_value>printers; default printer</bookmark_value><bookmark_value>page formats; restriction</bookmark_value>"
-msgstr "<bookmark_value>პრინტერის პარამეტრები</bookmark_value><bookmark_value>პრინტერის პარამეტრები; printers</bookmark_value><bookmark_value>პრინტერის თვისებები</bookmark_value><bookmark_value>ნაგულისხმევი პრინტერის დაყენება</bookmark_value><bookmark_value>პრინტერები; ნაგულისხმევი პრინტერი</bookmark_value><bookmark_value>გვერდის ფორმატი; შეზღუდვები</bookmark_value>"
-
-#: 01140000.xhp#hd_id3147294.1.help.text
-msgctxt "01140000.xhp#hd_id3147294.1.help.text"
-msgid "Printer Setup"
+#. 4:id
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"par_idN10547\n"
+"help.text"
+msgid "Add / Edit"
msgstr ""
-#: 01140000.xhp#par_id3154422.2.help.text
-msgid "<variable id=\"druckereinstellungtext\"><ahelp hid=\"SVTOOLS:MODALDIALOG:DLG_SVT_PRNDLG_PRNSETUPDLG\">Select the default printer for the current document.</ahelp></variable>"
-msgstr "<variable id=\"druckereinstellungtext\"><ahelp hid=\"SVTOOLS:MODALDIALOG:DLG_SVT_PRNDLG_PRNSETUPDLG\">მონიშნეთ ნაგულისხმევი პრინტერი მიმდინარე დოკუმენტისთვის.</ahelp></variable>"
-
-#: 01140000.xhp#par_id3148620.20.help.text
-msgid "You might experience a slight delay when you change the default printer for a document that contains embedded $[officename] OLE objects."
-msgstr "შესაძლებელია, რომ ინტეგრირებული $[officename] OLE ობიექტების შემცველი დოკუმენტისთვის ნაგულისხმევი პრინტერის შეცვლისას მცირედი შეყოვნება მოხდეს. "
-
-#: 01140000.xhp#hd_id3145345.4.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Printer </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">პრინტერი </caseinline></switchinline>"
-
-#: 01140000.xhp#par_id3145211.5.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Lists the information that applies to the selected printer. </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">მონიშნულ პრინტერზე მისადაგებული ინფორმაციის ჩამონათვალი. </caseinline></switchinline>"
+#. 42-+
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"par_idN1054B\n"
+"help.text"
+msgid "<ahelp hid=\".\">Adds a new item or edits the selected item in the XForms Data Navigator.</ahelp> Items can be elements, attributes, submissions, or bindings."
+msgstr ""
-#: 01140000.xhp#par_id3148538.19.help.text
-msgid "If the list is empty, you need to install a default printer for your operating system. Refer to the online help for your operating system for instructions on how to install and setup a default printer."
-msgstr "თუ ეს ჩამონათვალი ცარიელია, თქვენ დაგჭირდებათ ნაგულისხმევი პრინტერის დაყენება საოპერაციო სისტემაში. ნაგულისხმევი პრინტერის საინსტალაციო და ასაწყობი ინსტრუქციებისთვის მიმართეთ თქვენი საოპერაციო სისტემის online დახმარებას. "
+#. _Y#S
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"par_idN10560\n"
+"help.text"
+msgid "<ahelp hid=\".\">%PRODUCTNAME inserts a new item directly after the currently selected item in the Data Navigator. A new attribute is added to the currently selected element.</ahelp>"
+msgstr ""
-#: 01140000.xhp#hd_id3154381.6.help.text
-msgctxt "01140000.xhp#hd_id3154381.6.help.text"
+#. :pR(
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"par_idN10563\n"
+"help.text"
msgid "Name"
msgstr "სახელები"
-#: 01140000.xhp#par_id3156155.7.help.text
-msgid "<ahelp hid=\"SVTOOLS:LISTBOX:DLG_SVT_PRNDLG_PRNSETUPDLG:LB_NAMES\">Lists the installed printers on your operating system. To change the default printer, select a printer name from the list.</ahelp>"
-msgstr "<ahelp hid=\"SVTOOLS:LISTBOX:DLG_SVT_PRNDLG_PRNSETUPDLG:LB_NAMES\">საოპერაციო სისტემაში დაინსტალირებული პრინტერების ჩამონათვალი. ნაგულისხმევი პრიტნერის შესაცვლელად მონიშნეთ პრინტერის სახელი ჩამონათვალში.</ahelp>"
+#. )2/n
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"par_idN10567\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the name of the item.</ahelp>"
+msgstr ""
-#: 01140000.xhp#hd_id3156153.8.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Status </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">სტატუსი </caseinline></switchinline>"
+#. DlKc
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"par_idN1056A\n"
+"help.text"
+msgid "The attribute names must be unique within the same group."
+msgstr ""
-#: 01140000.xhp#par_id3150465.9.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Describes the current status of the selected printer. </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">მონიშნული პრინტერის მიმდინარე სტატუსის აღწერა.</caseinline></switchinline>"
+#. j(Kq
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"par_idN1056D\n"
+"help.text"
+msgid "Type"
+msgstr "ტიპი:"
-#: 01140000.xhp#hd_id3154898.10.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Type </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">პრინტერი </caseinline></switchinline>"
+#. WP$P
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"par_idN10571\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the type of a new item. You cannot change the type of an edited item.</ahelp>"
+msgstr ""
-#: 01140000.xhp#par_id3156326.11.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays the type of printer that you selected. </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">მონიშნული პრინტერის ტიპის ჩვენება. </caseinline></switchinline>"
+#. ^#lV
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"par_idN10574\n"
+"help.text"
+msgid "Default value"
+msgstr ""
-#: 01140000.xhp#hd_id3149416.12.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Location </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">მდებარეობა </caseinline></switchinline>"
+#. MUW#
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"par_idN10578\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter a default value for the selected item.</ahelp>"
+msgstr ""
-#: 01140000.xhp#par_id3149955.13.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays the port for the selected printer. </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">მონიშნული პრინტერის პორტის ჩვენება. </caseinline></switchinline>"
+#. z`n_
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"par_idN1057B\n"
+"help.text"
+msgid "Settings"
+msgstr ""
-#: 01140000.xhp#hd_id3145316.14.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Comments </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">კომენტარები </caseinline></switchinline>"
+#. {YI!
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"par_idN1057F\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the properties of the selected item.</ahelp>"
+msgstr ""
-#: 01140000.xhp#par_id3155923.15.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays additional information for the printer. </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">პრინტერის დამატებითი ინფორმაციის ჩვენება. </caseinline></switchinline>"
+#. YX=Y
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"par_idN10582\n"
+"help.text"
+msgid "Data type"
+msgstr ""
-#: 01140000.xhp#hd_id3149669.16.help.text
-msgctxt "01140000.xhp#hd_id3149669.16.help.text"
-msgid "Properties"
-msgstr "თვისებები"
+#. 7$FF
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"par_idN10586\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the data type for the selected item.</ahelp>"
+msgstr ""
-#: 01140000.xhp#par_id3149045.17.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\"><ahelp hid=\"SVTOOLS:PUSHBUTTON:DLG_SVT_PRNDLG_PRNSETUPDLG:BTN_PROPERTIES\">Changes the printer settings of your operating system for the current document.</ahelp></caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\"><ahelp hid=\"SVTOOLS:PUSHBUTTON:DLG_SVT_PRNDLG_PRNSETUPDLG:BTN_PROPERTIES\">საოპერაციო სისტემაში მიმდინარე დოკუმენტისთვის პრინტერის პაამეტრების შეცვლა.</ahelp></caseinline></switchinline>"
+#. #pM_
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"par_idN10589\n"
+"help.text"
+msgid "Required"
+msgstr ""
-#: 01140000.xhp#par_id3157322.18.help.text
-msgid "Ensure that the Landscape or Portrait layout option set in the printer properties dialog matches the page format that you set by choosing <emph>Format - Page</emph>."
-msgstr "პრინტერის თვისებების დიალოგში ლანდშაფტური და პორტრეტული განლაგების პარამეტრები უნდა შეესაბამებოდეს თქვენს მიერ არჩეულ გვერდის ფორმატს <emph>ფორმატი - გვერდი</emph>."
+#. o/FR
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"par_idN1058D\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies if the item must be included on the XForm.</ahelp>"
+msgstr ""
-#: 02230402.xhp#tit.help.text
-msgctxt "02230402.xhp#tit.help.text"
-msgid "Filter"
+#. 6o1h
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"par_idN10590\n"
+"help.text"
+msgid "The <emph>Condition</emph> button opens the <link href=\"text/shared/01/xformsdataaddcon.xhp\">Add Condition</link> dialog where you can enter used namespaces and full XPath expressions."
msgstr ""
-#: 02230402.xhp#hd_id3153323.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/02230402.xhp\" name=\"Filter\">Filter</link>"
-msgstr "<link href=\"text/shared/01/02060000.xhp\" name=\"Paste\">ჩასმა</link>"
+#. z._W
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"par_idN105AA\n"
+"help.text"
+msgid "Relevant"
+msgstr ""
-#: 02230402.xhp#par_id3147088.2.help.text
-msgid "Set the criteria for filtering the list of changes on the <link href=\"text/shared/01/02230401.xhp\" name=\"List\"><emph>List</emph></link> tab."
+#. d%wp
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"par_idN105AE\n"
+"help.text"
+msgid "<ahelp hid=\".\">Declares the item as relevant.</ahelp>"
msgstr ""
-#: 02230402.xhp#hd_id3150355.3.help.text
-msgctxt "02230402.xhp#hd_id3150355.3.help.text"
-msgid "Date"
+#. Legy
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"par_idN105B1\n"
+"help.text"
+msgid "The <emph>Condition</emph> button opens the <link href=\"text/shared/01/xformsdataaddcon.xhp\">Add Condition</link> dialog where you can enter used namespaces and full XPath expressions."
msgstr ""
-#: 02230402.xhp#par_id3147573.4.help.text
-msgid "<ahelp hid=\"HID_REDLINING_FILTER_TF_DATE2\">Filters the list of changes according to the date and the time that you specify.</ahelp>"
+#. mJP%
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"par_idN105CB\n"
+"help.text"
+msgid "Constraint"
msgstr ""
-#: 02230402.xhp#hd_id3154811.17.help.text
-msgid "Set Date/Time"
+#. hk8#
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"par_idN105CF\n"
+"help.text"
+msgid "<ahelp hid=\".\">Declares the item as a constraint.</ahelp>"
msgstr ""
-#: 02230402.xhp#par_id3159147.help.text
-#, fuzzy
-msgid "<image id=\"img_id3150771\" src=\"cmd/sc_timefield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150771\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
+#. AMOI
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"par_idN106C7\n"
+"help.text"
+msgid "The <emph>Condition</emph> button opens the <link href=\"text/shared/01/xformsdataaddcon.xhp\">Add Condition</link> dialog where you can specify the constraint condition."
+msgstr ""
-#: 02230402.xhp#par_id3143270.18.help.text
-msgid "<ahelp hid=\"HID_REDLINING_FILTER_IB_CLOCK2\">Enters the current date and time into the corresponding boxes.</ahelp>"
+#. %`-H
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"par_idN105E4\n"
+"help.text"
+msgid "Read-only"
msgstr ""
-#: 02230402.xhp#hd_id3155261.5.help.text
-msgctxt "02230402.xhp#hd_id3155261.5.help.text"
-msgid "Author"
+#. 7Ia\
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"par_idN105E8\n"
+"help.text"
+msgid "<ahelp hid=\".\">Declares the item as read-only.</ahelp>"
msgstr ""
-#: 02230402.xhp#par_id3150084.6.help.text
-msgid "<ahelp hid=\"HID_REDLINING_FILTER_LB_AUTOR\">Filters the list of changes according to the name of the author that you select from the list.</ahelp>"
+#. +Ub=
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"par_idN105EB\n"
+"help.text"
+msgid "The <emph>Condition</emph> button opens the <link href=\"text/shared/01/xformsdataaddcon.xhp\">Add Condition</link> dialog where you can enter used namespaces and full XPath expressions."
msgstr ""
-#: 02230402.xhp#hd_id3147531.13.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Range </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">არცერთი </caseinline></switchinline>"
+#. jR4#
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"par_idN10605\n"
+"help.text"
+msgid "Calculate / Calculation"
+msgstr ""
-#: 02230402.xhp#par_id3156344.14.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"><ahelp hid=\"HID_REDLINING_FILTER_ED_RANGE\">Filters the list of changes according to the range of cells that you specify. To select a range of cells in your sheet, click the <emph>Set Reference </emph>button (<emph>...</emph>).</ahelp></caseinline></switchinline>"
+#. c[FA
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"par_idN10609\n"
+"help.text"
+msgid "<ahelp hid=\".\">Declares that the item is calculated.</ahelp>"
msgstr ""
-#: 02230402.xhp#par_id4441663.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the range of cells that you want to use as a filter.</ahelp>"
+#. YdXE
+#: xformsdataadd.xhp
+msgctxt ""
+"xformsdataadd.xhp\n"
+"par_idN1076B\n"
+"help.text"
+msgid "The <emph>Condition</emph> button opens the <link href=\"text/shared/01/xformsdataaddcon.xhp\">Add Condition</link> dialog where you can enter the calculation."
msgstr ""
-#: 02230402.xhp#hd_id3147304.15.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Set Reference </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">სტრიქონები</caseinline></switchinline>"
+#. HJuA
+#: 05290300.xhp
+msgctxt ""
+"05290300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Enter Group"
+msgstr ""
-#: 02230402.xhp#par_id3151210.help.text
+#. [MNz
+#: 05290300.xhp
#, fuzzy
-msgid "<image id=\"img_id3154138\" src=\"starmath/res/mi22011.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154138\">Icon</alt></image>"
-msgstr "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154329\">ხატულა</alt></image>"
+msgctxt ""
+"05290300.xhp\n"
+"hd_id3083278\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05290300.xhp\" name=\"Enter Group\">Enter Group</link>"
+msgstr "<link href=\"text/shared/01/01110400.xhp\" name=\"Edit\">რედაქტირება</link>"
-#: 02230402.xhp#par_id3156215.16.help.text
-msgid "<ahelp hid=\"HID_REDLINING_FILTER_BTN_REF\">Select the range of cells that you want to use as a filter.</ahelp>"
+#. RaYS
+#: 05290300.xhp
+msgctxt ""
+"05290300.xhp\n"
+"par_id3146856\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"betretentext\"><ahelp hid=\".uno:EnterGroup\" visibility=\"visible\">Opens the selected group, so that you can edit the individual objects. If the selected group contains nested group, you can repeat this command on the subgroups.</ahelp></variable> This command does not permanently ungroup the objects."
msgstr ""
-#: 02230402.xhp#hd_id3159149.20.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Shrink/Max </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">სტრიქონები</caseinline></switchinline>"
+#. QTs[
+#: 05290300.xhp
+msgctxt ""
+"05290300.xhp\n"
+"par_id3157991\n"
+"3\n"
+"help.text"
+msgid "To select an individual object in a group, hold down <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline>, and then click the object."
+msgstr ""
-#: 02230402.xhp#par_id3149809.help.text
+#. HYWB
+#: 05290300.xhp
#, fuzzy
-msgid "<image id=\"img_id3154153\" src=\"formula/res/refinp1.png\" width=\"0.1327inch\" height=\"0.1327inch\"><alt id=\"alt_id3154153\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150503\">ხატულა</alt></image>"
+msgctxt ""
+"05290300.xhp\n"
+"par_id3153049\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05290000.xhp\" name=\"Groups\">Groups</link>"
+msgstr "<link href=\"text/shared/01/05290100.xhp\" name=\"Group\">ჯგუფი</link>"
-#: 02230402.xhp#par_id3147287.21.help.text
-msgid "<ahelp hid=\"SC:IMAGEBUTTON:RID_SCDLG_SIMPLEREF:RB_ASSIGN\">Select the range of cells that you want to use as a filter, and then click this button to return to the filter list.</ahelp>"
+#. K#IT
+#: 05290300.xhp
+#, fuzzy
+msgctxt ""
+"05290300.xhp\n"
+"par_id3148548\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05290400.xhp\" name=\"Exit Group\">Exit Group</link>"
+msgstr "<link href=\"text/shared/01/01170000.xhp\" name=\"Exit\">გასვლა</link>"
+
+#. OpK5
+#: 03050000.xhp
+#, fuzzy
+msgctxt ""
+"03050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Tools Bar"
+msgstr "#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\nხელსაწყოთა ზოლი\\n#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\\nხელსაწყობთა ზოლი"
+
+#. lzbe
+#: 03050000.xhp
+msgctxt ""
+"03050000.xhp\n"
+"bm_id3145356\n"
+"help.text"
+msgid "<bookmark_value>tools bar</bookmark_value>"
msgstr ""
-#: 02230402.xhp#hd_id3156543.9.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Action </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
+#. bOQG
+#: 03050000.xhp
+#, fuzzy
+msgctxt ""
+"03050000.xhp\n"
+"hd_id3145356\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/03050000.xhp\" name=\"Tools Bar\">Tools Bar</link>"
+msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
-#: 02230402.xhp#par_id3155413.12.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"HID_REDLINING_FILTER_LB_ACTION\">Filters the list of changes according to the type of change that you select in the <emph>Action</emph> box.</ahelp></caseinline></switchinline>"
+#. ))GU
+#: 03050000.xhp
+msgctxt ""
+"03050000.xhp\n"
+"par_id3150603\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ToolBarVisible\">Shows or hides the <emph>Tools bar</emph>.</ahelp>"
msgstr ""
-#: 02230402.xhp#hd_id3155855.22.help.text
-msgctxt "02230402.xhp#hd_id3155855.22.help.text"
-msgid "Comment"
-msgstr "შინაარსი"
+#. lL,m
+#: 05080200.xhp
+msgctxt ""
+"05080200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Right"
+msgstr ""
-#: 02230402.xhp#par_id3151114.23.help.text
-msgid "<ahelp hid=\"HID_REDLINING_FILTER_ED_COMMENT\">Filters the comments of the changes according to the keyword(s) that you enter. </ahelp>"
+#. Z!}s
+#: 05080200.xhp
+#, fuzzy
+msgctxt ""
+"05080200.xhp\n"
+"hd_id3160463\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05080200.xhp\" name=\"Right\">Right</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
+
+#. o2P8
+#: 05080200.xhp
+msgctxt ""
+"05080200.xhp\n"
+"par_id3144750\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"rechtstext\"><ahelp hid=\".uno:RightPara\" visibility=\"visible\">Aligns the selected paragraph(s) to the right page margin.</ahelp></variable>"
msgstr ""
-#: 02230402.xhp#par_id3163820.24.help.text
-msgid "You can also use <link href=\"text/shared/01/02100000.xhp\" name=\"regular expressions\">regular expressions</link> (wildcards) when you filter the comments."
+#. ;:Q]
+#: 05020700.xhp
+msgctxt ""
+"05020700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Asian Typography"
msgstr ""
-#: 05250200.xhp#tit.help.text
-msgid "Bring Forward "
+#. d`WA
+#: 05020700.xhp
+msgctxt ""
+"05020700.xhp\n"
+"bm_id3155620\n"
+"help.text"
+msgid "<bookmark_value>Asian typography</bookmark_value><bookmark_value>formatting; Asian typography</bookmark_value><bookmark_value>paragraphs; Asian typography</bookmark_value><bookmark_value>typography; Asian</bookmark_value>"
msgstr ""
-#: 05250200.xhp#hd_id3152790.1.help.text
+#. O@}M
+#: 05020700.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05250200.xhp\" name=\"Bring Forward \">Bring Forward </link>"
+msgctxt ""
+"05020700.xhp\n"
+"hd_id3155620\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020700.xhp\" name=\"Asian Typography\">Asian Typography</link>"
msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-#: 05250200.xhp#par_id3151264.2.help.text
-msgid "<ahelp hid=\".\">Moves the selected object up one level, so that it is closer to top of the stacking order.</ahelp>"
+#. 6j#o
+#: 05020700.xhp
+msgctxt ""
+"05020700.xhp\n"
+"par_id3153124\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Set the typographic options for cells or paragraphs in Asian language files. To enable Asian language support, choose <emph>Language Settings - Languages</emph> in the Options dialog box, and then select the <emph>Enabled</emph> box in the <emph>Asian language support</emph> area.</ahelp> The Asian typography options are ignored in HTML documents."
msgstr ""
-#: 05250200.xhp#par_id3149495.3.help.text
-#, fuzzy
-msgctxt "05250200.xhp#par_id3149495.3.help.text"
-msgid "<link href=\"text/shared/01/05250000.xhp\" name=\"Layer\">Layer</link>"
-msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
+#. z(54
+#: 05020700.xhp
+msgctxt ""
+"05020700.xhp\n"
+"hd_id3147571\n"
+"3\n"
+"help.text"
+msgid "Line change"
+msgstr ""
-#: 02100000.xhp#tit.help.text
-msgid "Find & Replace"
-msgstr "პოვნა და ჩანაცვლება"
+#. ueN^
+#: 05020700.xhp
+msgctxt ""
+"05020700.xhp\n"
+"par_id3147834\n"
+"4\n"
+"help.text"
+msgid "Set the options for line breaks in Asian language documents."
+msgstr ""
-#: 02100000.xhp#hd_id3154044.1.help.text
-msgid "<variable id=\"02100000\"><link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">Find & Replace</link></variable>"
-msgstr "<variable id=\"02100000\"><link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">პოვნა და ჩანაცვლება</link></variable>"
+#. $KR-
+#: 05020700.xhp
+msgctxt ""
+"05020700.xhp\n"
+"hd_id3145072\n"
+"9\n"
+"help.text"
+msgid "Apply list of forbidden characters to the beginning and end of line"
+msgstr ""
-#: 02100000.xhp#par_id3149893.2.help.text
-msgid "<variable id=\"suchenersetzentext\"><ahelp hid=\".uno:SearchDialog\">Searches for or replaces text or formats in the current document.</ahelp></variable>"
-msgstr "<variable id=\"suchenersetzentext\"><ahelp hid=\".uno:SearchDialog\">მიმდინარე დოკუმენტში ტექსტის ან ფორმატის ძებნა ან ჩანაცვლება.</ahelp></variable>"
+#. g@]D
+#: 05020700.xhp
+msgctxt ""
+"05020700.xhp\n"
+"par_id3153683\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_PARA_ASIAN_CB_AS_FORBIDDEN\">Prevents the characters in the list from starting or ending a line. The characters are relocated to either the previous or the next line.</ahelp> To edit the list of restricted characters, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - <link href=\"text/shared/optionen/01150100.xhp\" name=\"Asian Layout\">Asian Layout</link></emph>."
+msgstr ""
-#: 02100000.xhp#par_id00001.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Type the text to search in the current document. Press Enter to search the text.</ahelp>"
+#. !*=U
+#: 05020700.xhp
+msgctxt ""
+"05020700.xhp\n"
+"hd_id3149751\n"
+"5\n"
+"help.text"
+msgid "Allow hanging punctuation"
msgstr ""
-#: 02100000.xhp#par_id00002.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to search the next occurrence in downward direction.</ahelp>"
+#. 6Bec
+#: 05020700.xhp
+msgctxt ""
+"05020700.xhp\n"
+"par_id3149096\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_PARA_ASIAN_CB_AS_HANG_PUNC\">Prevents commas and periods from breaking the line. Instead, these characters are added to the end of the line, even in the page margin.</ahelp>"
msgstr ""
-#: 02100000.xhp#par_id00003.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to search the next occurrence in upward direction.</ahelp>"
+#. A}}w
+#: 05020700.xhp
+msgctxt ""
+"05020700.xhp\n"
+"par_id3147275\n"
+"7\n"
+"help.text"
+msgid "<emph>Apply spacing between Asian, Latin and Complex text</emph>"
msgstr ""
-#: 02100000.xhp#hd_id3152425.3.help.text
-msgid "Search For"
-msgstr "ძებნა"
+#. 2+P$
+#: 05020700.xhp
+msgctxt ""
+"05020700.xhp\n"
+"par_id3148539\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_PARA_ASIAN_CB_AS_SCRIPT_SPACE\">Inserts a space between Asian, Latin and complex characters.</ahelp>"
+msgstr ""
-#: 02100000.xhp#par_id3155805.4.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXDLG_SEARCH:LB_SEARCH\">Enter the text that you want to search for, or select a previous search from the list.</ahelp>"
-msgstr "<ahelp hid=\"SVX:LISTBOX:RID_SVXDLG_SEARCH:LB_SEARCH\">შეიყვანეთ საძებნი ტექსტი, ან სიიდან მონიშნეთ წინა ძებნა</ahelp>"
+#. \eEy
+#: 05020700.xhp
+msgctxt ""
+"05020700.xhp\n"
+"par_id3153665\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01140000.xhp\" name=\"Enabling Asian language support\">Enabling Asian language support</link>"
+msgstr ""
-#: 02100000.xhp#par_id3153683.189.help.text
-msgid "<ahelp hid=\"SVX:MULTILINEEDIT:RID_SVXDLG_SEARCH:ED_SEARCH_FORMATS\">Search options are listed in the <emph>Options </emph>area of the dialog</ahelp>"
-msgstr "<ahelp hid=\"SVX:MULTILINEEDIT:RID_SVXDLG_SEARCH:ED_SEARCH_FORMATS\">ძებნის პარამეტრები ჩამოთვლილია დიალოგის <emph>პარამეტრების </emph>არეალში</ahelp>"
+#. qey.
+#: securitywarning.xhp
+msgctxt ""
+"securitywarning.xhp\n"
+"tit\n"
+"help.text"
+msgid "Security Warning"
+msgstr ""
-#: 02100000.xhp#hd_id3152551.5.help.text
-msgid "Replace With"
-msgstr "ჩაანაცვლე"
+#. ,ifo
+#: securitywarning.xhp
+msgctxt ""
+"securitywarning.xhp\n"
+"bm_id6499832\n"
+"help.text"
+msgid "<bookmark_value>security;warning dialogs with macros</bookmark_value><bookmark_value>macros;security warning dialog</bookmark_value>"
+msgstr ""
-#: 02100000.xhp#par_id3156426.6.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXDLG_SEARCH:LB_REPLACE\">Enter the replacement text, or select a recent replacement text or style from the list.</ahelp>"
+#. :*;U
+#: securitywarning.xhp
+msgctxt ""
+"securitywarning.xhp\n"
+"par_idN1054D\n"
+"help.text"
+msgid "<variable id=\"securitywarning\"><link href=\"text/shared/01/securitywarning.xhp\">Security Warning</link></variable>"
msgstr ""
-#: 02100000.xhp#par_id3150506.190.help.text
-msgid "<ahelp hid=\"SVX:MULTILINEEDIT:RID_SVXDLG_SEARCH:ED_REPLACE_FORMATS\">Replacement options are listed in the <emph>Options </emph>area of the dialog.</ahelp>"
-msgstr "<ahelp hid=\"SVX:MULTILINEEDIT:RID_SVXDLG_SEARCH:ED_REPLACE_FORMATS\">ჩანაცვლების პარამერები ჩამონათვალი იხილეთ დიალოგის<emph>პარამეტრების </emph>არეალში.</ahelp>"
+#. W?Zb
+#: securitywarning.xhp
+msgctxt ""
+"securitywarning.xhp\n"
+"par_idN1056B\n"
+"help.text"
+msgid "When you open a document that contains an unsigned macro, or a signed macro from an unknown source, the <emph>Security Warning</emph> dialog opens."
+msgstr ""
-#: 02100000.xhp#hd_id3166410.8.help.text
-msgctxt "02100000.xhp#hd_id3166410.8.help.text"
-msgid "Options"
+#. vYf+
+#: securitywarning.xhp
+msgctxt ""
+"securitywarning.xhp\n"
+"par_idN105FC\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enable or disable the macros. Choose <emph>%PRODUCTNAME - Security</emph> in the Options dialog box to set the options.</ahelp>"
msgstr ""
-#: 02100000.xhp#hd_id3148538.10.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Entire Cells</caseinline><defaultinline>Whole words only</defaultinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">მთლიანი უჯრედები </caseinline><defaultinline>მთლიანი სიტყვები მხოლოდ</defaultinline></switchinline>"
+#. ^lvC
+#: securitywarning.xhp
+msgctxt ""
+"securitywarning.xhp\n"
+"par_idN1056E\n"
+"help.text"
+msgid "View Signature"
+msgstr ""
-#: 02100000.xhp#par_id3149579.11.help.text
-msgid "<variable id=\"ganze\"><ahelp hid=\"SVX:CHECKBOX:RID_SVXDLG_SEARCH:BTN_CELLS\">Searches for whole words or cells that are identical to the search text.</ahelp></variable>"
+#. NO\:
+#: securitywarning.xhp
+msgctxt ""
+"securitywarning.xhp\n"
+"par_idN10572\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a dialog where you can view the signature.</ahelp>"
msgstr ""
-#: 02100000.xhp#hd_id3156192.14.help.text
-msgid "Backwards"
-msgstr "უკან"
+#. +seX
+#: securitywarning.xhp
+msgctxt ""
+"securitywarning.xhp\n"
+"par_idN10587\n"
+"help.text"
+msgid "Always trust macros from this source"
+msgstr ""
-#: 02100000.xhp#par_id3150771.15.help.text
-msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXDLG_SEARCH:BTN_BACKWARDS\">Search starts at the current cursor position and goes backwards to the beginning of the file.</ahelp>"
-msgstr "<ahelp hid=\"SVX:CHECKBOX:RID_SVXDLG_SEARCH:BTN_BACKWARDS\">ძიება იწყება კურსორის მიმდინარე პოზიციიდან უკან ფაილის დასაწყისამდე.</ahelp>"
+#. s$?F
+#: securitywarning.xhp
+msgctxt ""
+"securitywarning.xhp\n"
+"par_idN1058B\n"
+"help.text"
+msgid "<ahelp hid=\".\">Adds the current macro source to the list of <link href=\"text/shared/optionen/macrosecurity_ts.xhp\">trusted sources</link>.</ahelp>"
+msgstr ""
-#: 02100000.xhp#hd_id3144439.16.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Regular expressions</defaultinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>რეგულარული გამოსახულებები</defaultinline></switchinline>"
+#. uw)5
+#: securitywarning.xhp
+msgctxt ""
+"securitywarning.xhp\n"
+"par_idN1059C\n"
+"help.text"
+msgid "Enable Macros"
+msgstr ""
-#: 02100000.xhp#par_id3155342.156.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Allows you to use wildcards in your search.</defaultinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>რეგულარული გამოსახულებები</defaultinline></switchinline>"
+#. p56|
+#: securitywarning.xhp
+msgctxt ""
+"securitywarning.xhp\n"
+"par_idN105A0\n"
+"help.text"
+msgid "<ahelp hid=\".\">Allows macros in the document to run.</ahelp>"
+msgstr ""
-#: 02100000.xhp#par_id3727225.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Allows you to use wildcards in your search.</ahelp>"
+#. B2Tw
+#: securitywarning.xhp
+msgctxt ""
+"securitywarning.xhp\n"
+"par_idN105A3\n"
+"help.text"
+msgid "Disable Macros"
msgstr ""
-#: 02100000.xhp#hd_id3154924.45.help.text
-msgid "Match case"
-msgstr "რეგისტრის გათვალისწინება"
+#. 9KF|
+#: securitywarning.xhp
+msgctxt ""
+"securitywarning.xhp\n"
+"par_idN105A7\n"
+"help.text"
+msgid "<ahelp hid=\".\">Does not allow macros in the document to run.</ahelp>"
+msgstr ""
-#: 02100000.xhp#bm_id3154760.help.text
-msgid "<bookmark_value>case sensitivity;searching</bookmark_value>"
+#. N_!v
+#: 05100700.xhp
+msgctxt ""
+"05100700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Bottom"
msgstr ""
-#: 02100000.xhp#par_id3154760.46.help.text
-msgid "<variable id=\"exakt\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXDLG_SEARCH_CB_MATCH_CASE\">Distinguishes between uppercase and lowercase characters.</ahelp></variable>"
-msgstr "<variable id=\"exakt\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXDLG_SEARCH_CB_MATCH_CASE\">განასხვავებს ზედა რეგისტრის და ქვედა რეგისტრის სიმბოლოებს.</ahelp></variable>"
+#. nMdg
+#: 05100700.xhp
+#, fuzzy
+msgctxt ""
+"05100700.xhp\n"
+"hd_id3150249\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05100700.xhp\" name=\"Bottom\">Bottom</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-#: 02100000.xhp#bm_id3147264.help.text
-msgid "<bookmark_value>finding; selections</bookmark_value>"
+#. S``o
+#: 05100700.xhp
+msgctxt ""
+"05100700.xhp\n"
+"par_id3154764\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:CellVertBottom\">Aligns the contents of the cell to the bottom edge of the cell.</ahelp>"
msgstr ""
-#: 02100000.xhp#hd_id3147264.47.help.text
-msgid "Current selection only"
-msgstr "მხოლოდ მიმდინარე მონიშვნა"
+#. B([7
+#: 05100700.xhp
+msgctxt ""
+"05100700.xhp\n"
+"par_id3149201\n"
+"122\n"
+"help.text"
+msgid "<variable id=\"zelleunten\">In the context menu of a cell, choose <emph>Cell - Bottom</emph></variable>"
+msgstr ""
-#: 02100000.xhp#par_id3150866.48.help.text
-msgid "<ahelp hid=\".\">Searches only the selected text or cells.</ahelp>"
+#. a!l@
+#: 06130200.xhp
+msgctxt ""
+"06130200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Organize Macros"
msgstr ""
-#: 02100000.xhp#par_id8876918.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches for text formatted with the style that you specify. Select this checkbox, and then select a style from the Search for list. To specify a replacement style, select a style from the Replace with list.</ahelp>"
+#. SN[a
+#: 06130200.xhp
+msgctxt ""
+"06130200.xhp\n"
+"bm_id3237403\n"
+"help.text"
+msgid "<bookmark_value>macros;organizing</bookmark_value><bookmark_value>organizing;macros and scripts</bookmark_value><bookmark_value>script organization</bookmark_value>"
msgstr ""
-#: 02100000.xhp#hd_id3153524.49.help.text
-msgid "Search for Styles / Including Styles"
-msgstr "სტილების ძებნა / სტილების ჩათვლით"
+#. e8#r
+#: 06130200.xhp
+msgctxt ""
+"06130200.xhp\n"
+"par_idN1054B\n"
+"help.text"
+msgid "<variable id=\"organize_macros\"><link href=\"text/shared/01/06130200.xhp\">Organize Macros</link></variable>"
+msgstr ""
-#: 02100000.xhp#par_id3155103.50.help.text
-msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXDLG_SEARCH:BTN_LAYOUTS\">Searches for text formatted with the style that you specify. Select this checkbox, and then select a style from the <emph>Search for </emph>list. To specify a replacement style, select a style from the <emph>Replace with</emph> list.</ahelp>"
+#. ZN@p
+#: 06130200.xhp
+msgctxt ""
+"06130200.xhp\n"
+"par_idN105B7\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a submenu with links to dialogs where you can organize macros and scripts.</ahelp>"
msgstr ""
-#: 02100000.xhp#par_idN109CC.help.text
-msgid "After you select the attributes that you want to search for, the <emph>Search for Styles</emph> box in the <emph>Options </emph>area of the %PRODUCTNAME Writer <emph>Find & Replace </emph>dialog changes to <emph>Including Styles</emph>."
-msgstr "საძიებო ატრიბუტების მონიშვნის შემდეგ<emph>სტილების ძებნის</emph> სარკმელი <emph>პარამეტრების </emph>არეალი %PRODUCTNAME Writer <emph>ძიება და ჩანაცვლების </emph>დიალოგი იცვლება <emph>სტილების ჩათვლით</emph>."
+#. VfTa
+#: 06130200.xhp
+#, fuzzy
+msgctxt ""
+"06130200.xhp\n"
+"par_idN1057F\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06130000.xhp\">%PRODUCTNAME Basic</link>"
+msgstr "<link href=\"text/shared/01/01010201.xhp\" name=\"Labels\">იარლიყები</link>"
-#: 02100000.xhp#par_idN109DF.help.text
-msgid "If you want to search for text in which attributes were set by using direct formatting and styles, select the <emph>Including Styles</emph> box."
-msgstr "ტექსტის ძიებისას,რომელშიც ატრიბუტები დაყენებულია პირდაპირი ფორმატირების და სტილების გამოყენებით, მონიშნეთ სარკმელი <emph>სტილების ჩათვლით</emph>"
+#. K+U8
+#: 06130200.xhp
+msgctxt ""
+"06130200.xhp\n"
+"par_idN105C3\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a dialog where you can organize %PRODUCTNAME Basic macros.</ahelp>"
+msgstr ""
-#: 02100000.xhp#hd_id0302200901464169.help.text
-msgctxt "02100000.xhp#hd_id0302200901464169.help.text"
-msgid "Comments"
-msgstr "შინაარსი"
+#. Odl6
+#: 06130200.xhp
+#, fuzzy
+msgctxt ""
+"06130200.xhp\n"
+"par_idN105AA\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06130000.xhp#script\">JavaScript</link>"
+msgstr "<link href=\"text/shared/01/01010201.xhp\" name=\"Labels\">იარლიყები</link>"
-#: 02100000.xhp#par_id0302200901464150.help.text
-msgid "<ahelp hid=\".\">In Writer, you can select to include the comment texts in your searches.</ahelp>"
+#. n#Zd
+#: 06130200.xhp
+msgctxt ""
+"06130200.xhp\n"
+"par_idN105BA\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a dialog where you can organize scripts.</ahelp>"
msgstr ""
-#: 02100000.xhp#hd_id3149167.204.help.text
-msgid "<variable id=\"halbnormaltitel\">Match character width (only if Asian languages are enabled)</variable>"
-msgstr "<variable id=\"halbnormaltitel\">სიმბოლოების სიგანის თანხვედრა (მხოლოდ თუ აზიური ენებია ჩართული) </variable>"
-
-#: 02100000.xhp#par_id3145744.208.help.text
-msgid "<variable id=\"halbnormaltext\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXDLG_SEARCH_CB_JAP_MATCH_FULL_HALF_WIDTH\">Distinguishes between half-width and full-width character forms.</ahelp></variable>"
-msgstr "<variable id=\"halbnormaltext\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXDLG_SEARCH_CB_JAP_MATCH_FULL_HALF_WIDTH\">ნახევარი სიგანისა და სრული სიგანის სიმბოლოების ფორმათა შორის განსხვავება.</ahelp></variable>"
+#. 5!a8
+#: 06130200.xhp
+msgctxt ""
+"06130200.xhp\n"
+"par_idN10622\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/guide/scripting.xhp#scripting\"/>"
+msgstr ""
-#: 02100000.xhp#hd_id3153178.205.help.text
-msgid "<variable id=\"aehnlichtitel\">Sounds like (Japanese) (only if Asian languages are enabled)</variable>"
-msgstr "<variable id=\"aehnlichtitel\">ჟღერს როგორც (იაპონური) (მხოლოდ თუ აზიური ენებია ჩართული) </variable>"
+#. d@aW
+#: 06130200.xhp
+#, fuzzy
+msgctxt ""
+"06130200.xhp\n"
+"par_idN10597\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06130000.xhp#script\">BeanShell</link>"
+msgstr "<link href=\"text/shared/01/01010201.xhp\" name=\"Labels\">იარლიყები</link>"
-#: 02100000.xhp#par_id3145421.206.help.text
-msgid "<variable id=\"aehnlichtext\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXDLG_SEARCH_CB_JAP_SOUNDS_LIKE\">Lets you specify the search options for similar notation used in Japanese text. Select this checkbox, and then click the <emph>...</emph> button to specify the search options. </ahelp></variable>"
-msgstr "<variable id=\"aehnlichtext\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXDLG_SEARCH_CB_JAP_SOUNDS_LIKE\">საშუალებას გაძლევთ განსაზღვროთ საძიებო პარამეტრები იაპონურ ენაში გამოყენებული მსგავსი ნოტაციებისთვის. მონიშნეთ თოლია და დააწკაპუნეთ ღილაკზე <emph>...</emph> საძიებო პარამეტრების განსაზღვრის მიზნით. </ahelp></variable>"
+#. U;Y2
+#: 06130200.xhp
+msgctxt ""
+"06130200.xhp\n"
+"par_idN105A7\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a dialog where you can organize scripts.</ahelp>"
+msgstr ""
-#: 02100000.xhp#par_id3149765.209.help.text
-msgid "<variable id=\"aehnlichbutton\"><ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_SEARCH_PB_JAP_OPTIONS\" visibility=\"hidden\">Sets the search options for similar notation used in Japanese text.</ahelp></variable>"
-msgstr "<variable id=\"aehnlichbutton\"><ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_SEARCH_PB_JAP_OPTIONS\" visibility=\"hidden\">იაპონურ ტექსტში გამოყენებული მსგავსი ნოტაციებისთვის საძიებო პარამეტრების დაყენება.</ahelp></variable>"
+#. U6sZ
+#: 06130200.xhp
+msgctxt ""
+"06130200.xhp\n"
+"par_idN105FB\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/guide/scripting.xhp#scripting\"/>"
+msgstr ""
-#: 02100000.xhp#par_id3148672.212.help.text
-msgid "<link href=\"text/shared/optionen/01150200.xhp\" name=\"Searching in Japanese\">Searching in Japanese</link>"
-msgstr "<link href=\"text/shared/optionen/01150200.xhp\" name=\"Searching in Japanese\">იაპონურ ენაზე ძებნა</link>"
+#. 2*C5
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Numbers / Format"
+msgstr ""
-#: 02100000.xhp#hd_id3154299.66.help.text
-msgid "Find All"
-msgstr "იპოვე ყველა"
+#. kESL
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"bm_id3152942\n"
+"help.text"
+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 ""
-#: 02100000.xhp#par_id3145785.67.help.text
-#, fuzzy
-msgid "Finds and selects all instances of the text or the format that you are searching for in the document (only in Writer and Calc documents)."
-msgstr "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_SEARCH:BTN_SEARCH_ALL\">ძიების დოკუმენტში ტექსტის ან ფორმატის ყველა ნიმუშის პოვნა და მონიშვნა (მხოლოდ Writer-ში და Calc დოკუმენტებში).</ahelp>"
+#. )zfS
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"hd_id3152942\n"
+"1\n"
+"help.text"
+msgid "Numbers / Format"
+msgstr ""
-#: 02100000.xhp#par_id31454242785.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Finds and selects all instances of the text or the format that you are searching for in the document (only in Writer and Calc documents).</ahelp>"
-msgstr "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_SEARCH:BTN_SEARCH_ALL\">ძიების დოკუმენტში ტექსტის ან ფორმატის ყველა ნიმუშის პოვნა და მონიშვნა (მხოლოდ Writer-ში და Calc დოკუმენტებში).</ahelp>"
+#. 8OL=
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"par_id3145071\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"zahlen\"><ahelp hid=\".uno:TableNumberFormatDialog\">Specify the formatting options for the selected cell(s).</ahelp> </variable>"
+msgstr ""
-#: 02100000.xhp#hd_id3163821.68.help.text
-msgctxt "02100000.xhp#hd_id3163821.68.help.text"
-msgid "Find"
+#. [LhO
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"hd_id3155392\n"
+"3\n"
+"help.text"
+msgid "Category"
msgstr ""
-#: 02100000.xhp#par_id3147436.69.help.text
-msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_SEARCH:BTN_SEARCH\">Finds and selects the next occurrence of the text or format that you searching for in the document.</ahelp>"
-msgstr "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_SEARCH:BTN_SEARCH\">ძიების დოკუმენტში ტექსტის ან ფორმატის ყველა შეხვედრის პოვნა და მონიშვნა</ahelp>"
+#. XkX+
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"par_id3150774\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_NUMBERFORMAT:LB_CATEGORY\">Select a category from the list, and then select a formatting style in the <emph>Format </emph>box.</ahelp>"
+msgstr ""
-#: 02100000.xhp#hd_id3153742.70.help.text
-msgid "Replace All"
-msgstr "ჩაანაცვლე ყველა"
+#. ?Bks
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"par_id3145416\n"
+"101\n"
+"help.text"
+msgid "The default currency format for a cell is determined by the regional settings of your operating system."
+msgstr ""
-#: 02100000.xhp#par_id3145660.71.help.text
-msgid "<ahelp hid=\".\">Replaces all of the occurrences of the text or format that you want to replace.</ahelp><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Repeat this command until all replacements on your slide have been made.</caseinline></switchinline>"
+#. eC_m
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"hd_id3155342\n"
+"5\n"
+"help.text"
+msgid "Format"
msgstr ""
-#: 02100000.xhp#hd_id3149065.72.help.text
-msgctxt "02100000.xhp#hd_id3149065.72.help.text"
-msgid "Replace"
+#. f}n*
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"par_id3148491\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"HID_NUMBERFORMAT_LB_FORMAT\">Select how you want the contents of the selected cell(s) to be displayed.</ahelp> The code for the selected option is displayed in the <emph>Format Code</emph> box."
msgstr ""
-#: 02100000.xhp#par_id3151170.73.help.text
-msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_SEARCH:BTN_REPLACE\">Replaces the selected text or format that you searched for, and then searches for the next occurrence.</ahelp>"
-msgstr "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_SEARCH:BTN_REPLACE\">მოძიებული ტექსტის ან ფორმატის ჩანაცვლება და შემდეგი შეხვედრის ძებნა.</ahelp>"
+#. JI8b
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"hd_id3154811\n"
+"97\n"
+"help.text"
+msgid "Currency category list boxes"
+msgstr ""
-#: 02100000.xhp#hd_id3147348.192.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100200.xhp\" name=\"Attribute\">Attribute</link></caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100200.xhp\" name=\"Attribute\">ატრიბუტი</link></caseinline></switchinline>"
+#. JDC=
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"par_id3148563\n"
+"98\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_NUMBERFORMAT:LB_CURRENCY\">Select a currency, and then scroll to the top of the <emph>Format</emph> list to view the formatting options for the currency.</ahelp>"
+msgstr ""
-#: 02100000.xhp#hd_id3155854.193.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100300.xhp\" name=\"Format\">Format</link></caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100300.xhp\" name=\"Format\">ფორმატი</link></caseinline></switchinline>"
+#. ~`.d
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"par_id3150866\n"
+"99\n"
+"help.text"
+msgid "The format code for currencies uses the form [$xxx-nnn], where xxx is the currency symbol, and nnn the country code. Special banking symbols, such as EUR (for Euro), do not require the country code. The currency format is not dependent on the language that you select in the<emph> Language</emph> box."
+msgstr ""
-#: 02100000.xhp#par_id8641315.help.text
-msgid "Finds specific text formatting features, such as font types, font effects, and text flow characteristics."
+#. fQLc
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"hd_id3154071\n"
+"23\n"
+"help.text"
+msgid "Language"
msgstr ""
-#: 02100000.xhp#hd_id3154188.135.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">No Format</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ფორმატის გარეშე </caseinline></switchinline>"
+#. eYms
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"par_id3154138\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_NUMBERFORMAT:LB_LANGUAGE\">Specifies the language setting for the selected <switchinline select=\"appl\"><caseinline select=\"CALC\">cells </caseinline><defaultinline>fields</defaultinline></switchinline>. 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 <switchinline select=\"appl\"><caseinline select=\"CALC\">cells </caseinline><defaultinline>fields</defaultinline></switchinline>.</ahelp>"
+msgstr ""
-#: 02100000.xhp#par_id3159155.136.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Click in the <emph>Search for </emph>or the <emph>Replace with </emph>box, and then click this button to remove the search criteria based on formats.</caseinline></switchinline>"
+#. vauu
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"par_id3157320\n"
+"102\n"
+"help.text"
+msgid "The language setting ensures that date and currency formats are preserved even when the document is opened in an operating system that uses a different default language setting."
msgstr ""
-#: 02100000.xhp#par_id1334269.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Click in the Search for or the Replace with box, and then click this button to remove the search criteria based on formats.</ahelp>"
+#. y$bE
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"hd_id3155995\n"
+"104\n"
+"help.text"
+msgid "Source format"
msgstr ""
-#: 02100000.xhp#par_id3150337.137.help.text
-msgid "The search criteria for formatting attributes are displayed under the <emph>Search for </emph>or the <emph>Replace with </emph>box."
-msgstr "დასაფორმატებელ ატრიბუტთა ძებნის პირობა ნაჩვენებია სარკმელში <emph>ძებნა </emph>ან <emph>ჩანაცვლება </emph>"
+#. |hwH
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"par_id3144432\n"
+"105\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_NUMBERFORMAT_CB_SOURCEFORMAT\">Uses the same number format as the cells containing the data for the chart.</ahelp>"
+msgstr ""
-#: 02100000.xhp#par_id3150113.139.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Shows more or fewer search options. Click this button again to hide the extended search options.</ahelp>"
+#. `8I`
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"hd_id3148451\n"
+"7\n"
+"help.text"
+msgid "Options"
msgstr ""
-#: 02100000.xhp#hd_id3154944.140.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Search in</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ძებნა </caseinline></switchinline>"
+#. 9Vm;
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"par_id3148922\n"
+"8\n"
+"help.text"
+msgid "Specify the options for the selected format."
+msgstr ""
-#: 02100000.xhp#hd_id3146925.142.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Formulas</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ფორმატები </caseinline></switchinline>"
+#. _k$l
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"hd_id3153970\n"
+"9\n"
+"help.text"
+msgid "Decimal places"
+msgstr "ათწილადთა ადგილი"
-#: 02100000.xhp#par_id6719870.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches for the characters that you specify in formulas and in fixed (not calculated) values. For example, you could look for formulas that contain 'SUM'.</ahelp>"
+#. E@r.
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"par_id3154684\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:NUMERICFIELD:RID_SVXPAGE_NUMBERFORMAT:ED_DECIMALS\">Enter the number of decimal places that you want to display.</ahelp>"
msgstr ""
-#: 02100000.xhp#hd_id3149400.144.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Values</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">მნიშვნელობები </caseinline></switchinline>"
-
-#: 02100000.xhp#par_id3146969.145.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches for the characters that you specify in values and in the results of formulas.</caseinline></switchinline>"
+#. X:;a
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"hd_id3154819\n"
+"11\n"
+"help.text"
+msgid "Leading zeroes"
msgstr ""
-#: 02100000.xhp#par_id6064943.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches for the characters that you specify in values and in the results of formulas.</ahelp>"
+#. =|LM
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"par_id3147352\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:NUMERICFIELD:RID_SVXPAGE_NUMBERFORMAT:ED_LEADZEROES\">Enter the maximum number of zeroes to display in front of the decimal point.</ahelp>"
msgstr ""
-#: 02100000.xhp#hd_id3145650.146.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Comments</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ფორმატები </caseinline></switchinline>"
+#. #Q68
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"hd_id3155131\n"
+"13\n"
+"help.text"
+msgid "Negative numbers in red"
+msgstr ""
-#: 02100000.xhp#par_id3153947.147.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches for the characters that you specify in the comments that are attached to the cells.</caseinline></switchinline>"
+#. cM0V
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"par_id3159252\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_NUMBERFORMAT:BTN_NEGRED\">Changes the font color of negative numbers to red.</ahelp>"
msgstr ""
-#: 02100000.xhp#par_id9799798.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches for the characters that you specify in the comments that are attached to the cells.</ahelp>"
+#. 9Y%G
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"hd_id3147434\n"
+"15\n"
+"help.text"
+msgid "Use thousands separator"
msgstr ""
-#: 02100000.xhp#hd_id3153004.148.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Search direction</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ძებნის მიმართულება </caseinline></switchinline>"
+#. Qoqm
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"par_id3146148\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_NUMBERFORMAT:BTN_THOUSAND\">Inserts a separator between thousands. The type of separator that is used depends on your language settings.</ahelp>"
+msgstr ""
-#: 02100000.xhp#par_id3156332.207.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Determines the order for searching the cells.</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">უჯრედების ძებნის მიმართულების განსაზღვრა. </caseinline></switchinline>"
+#. #bof
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"hd_id3150103\n"
+"17\n"
+"help.text"
+msgid "Format code"
+msgstr ""
-#: 02100000.xhp#hd_id3155064.150.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">By Rows</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">მწკრივების მიხედვით </caseinline></switchinline>"
+#. N:$d
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"par_id3159156\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SVXPAGE_NUMBERFORMAT:ED_FORMAT\">Displays the number format code for the selected format. You can also enter a custom format.</ahelp> The following options are only available for user-defined number formats."
+msgstr ""
-#: 02100000.xhp#par_id743430.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches from left to right across the rows.</ahelp>"
+#. q*u{
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"hd_id3155311\n"
+"19\n"
+"help.text"
+msgid "Add"
msgstr ""
-#: 02100000.xhp#hd_id3156277.152.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">By Columns</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">სვეტების მიხედვით </caseinline></switchinline>"
+#. j9eQ
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"par_id3147219\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"HID_NUMBERFORMAT_TBI_ADD\">Adds the number format code that you entered to the user-defined category.</ahelp>"
+msgstr ""
-#: 02100000.xhp#par_id3145207.153.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches from top to bottom through the columns.</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">უჯრედების ძებნის მიმართულების განსაზღვრა. </caseinline></switchinline>"
+#. ?!vy
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"hd_id3149263\n"
+"21\n"
+"help.text"
+msgid "Delete"
+msgstr ""
-#: 02100000.xhp#par_id3470564.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches from top to bottom through the columns.</ahelp>"
+#. ~G5`
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"par_id3154150\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"HID_NUMBERFORMAT_TBI_REMOVE\">Deletes the selected number format.</ahelp> The changes are effective after you restart $[officename]."
msgstr ""
-#: 02100000.xhp#hd_id3153764.194.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Extras</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ექსტრა </caseinline></switchinline>"
+#. Uhgp
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"hd_id3153573\n"
+"26\n"
+"help.text"
+msgid "Edit Comment"
+msgstr ""
-#: 02100000.xhp#bm_id3152960.help.text
-msgid "<bookmark_value>searching; all sheets</bookmark_value> <bookmark_value>finding; in all sheets</bookmark_value> <bookmark_value>sheets; searching all</bookmark_value>"
-msgstr "<bookmark_value>searching; all sheets</bookmark_value><bookmark_value>ყველა ფურცელში პოვნა</bookmark_value><bookmark_value>ყველა ფურცლის ძებნა</bookmark_value>"
+#. T-(e
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"par_id3083444\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"HID_NUMBERFORMAT_TBI_INFO\">Adds a comment to the selected number format.</ahelp>"
+msgstr ""
-#: 02100000.xhp#hd_id3152960.196.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Search in all sheets</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ყველა ფურცელში ძებნა </caseinline></switchinline>"
+#. jnjS
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"hd_id3150332\n"
+"95\n"
+"help.text"
+msgid "Name line"
+msgstr ""
-#: 02100000.xhp#par_id3145619.197.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches through all of the sheets in the current spreadsheet file.</caseinline></switchinline>"
+#. X\96
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"par_id3156060\n"
+"96\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SVXPAGE_NUMBERFORMAT:ED_COMMENT\">Enter a comment for the selected number format, and then click outside this box.</ahelp>"
msgstr ""
-#: 02100000.xhp#par_id4089175.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches through all of the sheets in the current spreadsheet file.</ahelp>"
+#. [h${
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"par_id3145364\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020301.xhp\" name=\"Number format codes\">Number format codes</link>"
msgstr ""
-#: 02100000.xhp#par_id3151101.188.help.text
-msgid "After you close the <emph>Find & Replace</emph> dialog, you can still search using the last search criteria that you entered, by pressing Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F."
-msgstr "<emph>პოვნა და ჩანაცვლება</emph>დიალოგის დახურვის შემდეგ, შეგიძლიათ ძებნის გაგრძელება ბოლო ძებნის პირობის მეშვეობით თუ დააჭერთ Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანებას </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F."
+#. $OAh
+#: 05020300.xhp
+#, fuzzy
+msgctxt ""
+"05020300.xhp\n"
+"par_id3153095\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020301.xhp\" name=\"Custom format codes\">Custom format codes</link>"
+msgstr "<link href=\"text/shared/01/01100000.xhp\" name=\"File properties\">ფაილის პარამეტრები</link>"
-#: 02230100.xhp#tit.help.text
-msgctxt "02230100.xhp#tit.help.text"
-msgid "Record"
-msgstr ""
+#. +cF8
+#: 05260000.xhp
+msgctxt ""
+"05260000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Anchor"
+msgstr "ღუზა"
-#: 02230100.xhp#hd_id3150758.1.help.text
+#. fm\]
+#: 05260000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/02230100.xhp\" name=\"Record\">Record</link>"
-msgstr "<link href=\"text/shared/01/02020000.xhp\" name=\"Redo\">გამეორება</link>"
+msgctxt ""
+"05260000.xhp\n"
+"hd_id3155913\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link>"
+msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">არე</link>"
-#: 02230100.xhp#par_id3155599.2.help.text
-msgid "<ahelp hid=\".uno:TraceChangeMode\">Tracks each change that is made in the current document by author and date. </ahelp>"
+#. GjwL
+#: 05260000.xhp
+msgctxt ""
+"05260000.xhp\n"
+"par_id3145356\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Sets the anchoring options for the selected object.</ahelp>"
msgstr ""
-#: 02230100.xhp#par_id3155934.26.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you choose <emph>Record - Show</emph>, the lines containing changed text passages are indicated by a vertical line in the left page margin. You can set the properties of the vertical line and the other markup elements by choosing <emph><link href=\"text/shared/optionen/01040700.xhp\" name=\"Writer - Changes\">%PRODUCTNAME Writer - Changes</link></emph> in the Options dialog box.</caseinline></switchinline>"
+#. E{AM
+#: 05260000.xhp
+msgctxt ""
+"05260000.xhp\n"
+"par_id3150789\n"
+"3\n"
+"help.text"
+msgid "If the selected object is in a frame, you can also anchor the object to the frame."
msgstr ""
-#: 02230100.xhp#par_id3147261.27.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">You can set the properties of the markup elements by choosing <link href=\"text/shared/optionen/01060600.xhp\" name=\"Calc - Changes\"><emph>%PRODUCTNAME Calc - Changes</emph></link> in the Options dialog box.</caseinline></switchinline>"
+#. 3KKV
+#: 02230150.xhp
+msgctxt ""
+"02230150.xhp\n"
+"tit\n"
+"help.text"
+msgid "Protect Records"
msgstr ""
-#: 02230100.xhp#par_id3145669.7.help.text
-msgid "The following changes are tracked when the record changes command is active:"
+#. euAp
+#: 02230150.xhp
+#, fuzzy
+msgctxt ""
+"02230150.xhp\n"
+"hd_id3154349\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02230150.xhp\" name=\"Protect Records\">Protect Records</link>"
+msgstr "<link href=\"text/shared/01/02020000.xhp\" name=\"Redo\">გამეორება</link>"
+
+#. 6bBl
+#: 02230150.xhp
+msgctxt ""
+"02230150.xhp\n"
+"par_id3150794\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ProtectTraceChangeMode\">Prevents a user from deactivating the record changes feature, or from accepting or rejecting changes unless the user enters a password.</ahelp>"
msgstr ""
-#: 02230100.xhp#par_id3149388.8.help.text
-msgid "Paste and delete text"
+#. 4Uf(
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Font Effects"
msgstr ""
-#: 02230100.xhp#par_id3150693.9.help.text
-msgid "Move paragraphs"
+#. Kj5d
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"bm_id3153514\n"
+"help.text"
+msgid "<bookmark_value>fonts;effects</bookmark_value> <bookmark_value>formatting; font effects</bookmark_value> <bookmark_value>characters; font effects</bookmark_value> <bookmark_value>text; font effects</bookmark_value> <bookmark_value>effects; fonts</bookmark_value> <bookmark_value>underlining; text</bookmark_value> <bookmark_value>capital letters; font effects</bookmark_value> <bookmark_value>lowercase letters; font effects</bookmark_value> <bookmark_value>titles; font effects</bookmark_value> <bookmark_value>small capitals</bookmark_value> <bookmark_value>strikethrough; font effects</bookmark_value> <bookmark_value>fonts; strikethrough</bookmark_value> <bookmark_value>outlines; font effects</bookmark_value> <bookmark_value>fonts; outlines</bookmark_value> <bookmark_value>shadows; characters</bookmark_value> <bookmark_value>fonts; shadows</bookmark_value> <bookmark_value>fonts;color ignored</bookmark_value> <bookmark_value>ignored font colors</bookmark_value> <bookmark_value>colors;ignored text color</bookmark_value>"
msgstr ""
-#: 02230100.xhp#par_id3147088.10.help.text
-msgid "Sort text"
+#. |G5/
+#: 05020200.xhp
+#, fuzzy
+msgctxt ""
+"05020200.xhp\n"
+"hd_id3153514\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020200.xhp\" name=\"Font Effects\">Font Effects</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
+
+#. bY6P
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id3149205\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/effectspage/EffectsPage\">Specify the font effects that you want to use.</ahelp>"
+msgstr ""
+
+#. S(Po
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"hd_id3149482\n"
+"81\n"
+"help.text"
+msgid "Font Color"
msgstr ""
-#: 02230100.xhp#par_id3148620.11.help.text
-msgid "Find and replace text"
+#. H%*]
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id3146924\n"
+"82\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/effectspage/fontcolorlb\">Sets the color for the selected text. If you select<emph> Automatic</emph>, the text color is set to black for light backgrounds and to white for dark backgrounds.</ahelp>"
msgstr ""
-#: 02230100.xhp#par_id3145382.12.help.text
-msgid "Insert attributes that are one character wide, for example, fields and footnotes."
+#. ZdUN
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_idN10CC2\n"
+"help.text"
+msgid "To change the color of a text selection, select the text that you want to change, and click the <emph>Font Color</emph> icon. To apply a different color, click the arrow next to the <emph>Font Color</emph> icon, and then select the color that you want to use."
msgstr ""
-#: 02230100.xhp#par_id3146797.13.help.text
-msgid "Insert sheets, ranges"
+#. b7cL
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_idN10CC9\n"
+"help.text"
+msgid "If you click the <emph>Font Color</emph> icon before you select text, the paint can cursor appears. To change the color of text, select the text with the paint can cursor. To change the color of a single word, double-click in a word. To apply a different color, click the arrow next to the <emph>Font Color</emph> icon, and then select the color that you want to use."
msgstr ""
-#: 02230100.xhp#par_id3154749.14.help.text
-msgid "Insert document"
+#. qpXs
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_idN10CD6\n"
+"help.text"
+msgid "To undo the last change, right-click."
msgstr ""
-#: 02230100.xhp#par_id3153252.15.help.text
-msgid "Insert AutoText"
+#. sv[*
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_idN10CDA\n"
+"help.text"
+msgid "To exit the paint can mode, click once, or press the Escape key."
msgstr ""
-#: 02230100.xhp#par_id3155449.16.help.text
-msgid "Insert from clipboard"
+#. ;TNx
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id3150037\n"
+"85\n"
+"help.text"
+msgid "The text color is ignored when printing, if the <emph>Print black</emph> check box is selected in <link href=\"text/shared/optionen/01040400.xhp\" name=\"Writer - Print\"><emph>%PRODUCTNAME Writer - Print</emph></link> in the Options dialog box."
msgstr ""
-#: 02230100.xhp#par_id3153821.20.help.text
-msgid "Change cell contents by insertions and deletions"
+#. FAW.
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id7613757\n"
+"help.text"
+msgid "The text color is ignored on screen, if the <emph>Use automatic font color for screen display</emph> check box is selected in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01013000.xhp\"><emph>%PRODUCTNAME - Accessibility</emph></link>."
msgstr ""
-#: 02230100.xhp#par_id3150771.21.help.text
-msgid "Insert or delete columns and rows"
+#. $)kQ
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id3144766\n"
+"84\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FontColor\" visibility=\"hidden\"><variable id=\"textfarbe\">Click to apply the current font color to the selected characters. You can also click here, and then drag a selection to change the text color. Click the arrow next to the icon to open the Font color toolbar.</variable></ahelp>"
msgstr ""
-#: 02230100.xhp#par_id3150085.22.help.text
-msgid "Insert sheets"
+#. IAUd
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"hd_id3146137\n"
+"3\n"
+"help.text"
+msgid "Effects"
msgstr ""
-#: 02230100.xhp#par_id3154381.23.help.text
-msgid "Cut, copy and paste through the clipboard"
+#. AY!t
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id3150084\n"
+"64\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/effectspage/effectslb\">Select the font effects that you want to apply.</ahelp>"
msgstr ""
-#: 02230100.xhp#par_id3145119.24.help.text
-msgid "Move by dragging and dropping"
+#. ;5V/
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"hd_id3149575\n"
+"65\n"
+"help.text"
+msgid "Effects"
msgstr ""
-#: 02230100.xhp#par_id3154347.19.help.text
-msgid "When the record changes command is active, you cannot delete, move, merge, split, or copy cells or delete sheets."
+#. 1(VN
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id3148944\n"
+"66\n"
+"help.text"
+msgid "The following capitalization effects are available:"
msgstr ""
-#: 01110400.xhp#tit.help.text
-msgctxt "01110400.xhp#tit.help.text"
-msgid "Edit"
-msgstr "გასვლა"
+#. P|Ni
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id3155922\n"
+"67\n"
+"help.text"
+msgid "Without - no effect is applied"
+msgstr ""
-#: 01110400.xhp#hd_id3150620.1.help.text
-msgid "<link href=\"text/shared/01/01110400.xhp\" name=\"Edit\">Edit</link>"
-msgstr "<link href=\"text/shared/01/01110400.xhp\" name=\"Edit\">რედაქტირება</link>"
+#. nG0Y
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id3154280\n"
+"68\n"
+"help.text"
+msgid "Capitals - changes the selected lowercase characters to uppercase characters"
+msgstr ""
-#: 01110400.xhp#par_id3144415.2.help.text
-msgid "<ahelp hid=\".uno:OpenTemplate\">Opens a dialog where you can select a template for editing.</ahelp>"
-msgstr "<ahelp hid=\".uno:OpenTemplate\">ხსნის დიალოგს სადაც შეგიძლიათ მონიშნოთ შაბლონი რედაქტირებისთვის.</ahelp>"
+#. N(l/
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id3148947\n"
+"69\n"
+"help.text"
+msgid "Lowercase - changes the selected uppercase characters to lower characters"
+msgstr ""
-#: 02010000.xhp#tit.help.text
-msgctxt "02010000.xhp#tit.help.text"
-msgid "Undo"
+#. +kvN
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id3149456\n"
+"71\n"
+"help.text"
+msgid "Title font - changes the first character of each selected word to an uppercase character"
msgstr ""
-#: 02010000.xhp#bm_id3155069.help.text
-msgid "<bookmark_value>undoing;editing</bookmark_value><bookmark_value>editing;undoing</bookmark_value>"
-msgstr "<bookmark_value>მოქმედების დაბრუნება;რედაქტირება</bookmark_value><bookmark_value>რედაქტირება;მოქმედების დაბრუნება</bookmark_value>"
+#. ;CnP
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id3154937\n"
+"70\n"
+"help.text"
+msgid "Small capitals - changes the selected lowercase characters to uppercase characters, and then reduces their size"
+msgstr ""
-#: 02010000.xhp#hd_id3155069.1.help.text
-msgid "<link href=\"text/shared/01/02010000.xhp\" name=\"Undo\">Undo</link>"
-msgstr "<link href=\"text/shared/01/02010000.xhp\" name=\"Undo\">მოქმედების დაბრუნება</link>"
+#. ibQ5
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"hd_id3154129\n"
+"76\n"
+"help.text"
+msgid "Relief"
+msgstr ""
-#: 02010000.xhp#par_id3149205.2.help.text
-msgid "<ahelp hid=\"HID_IMAPDLG_UNDO\">Reverses the last command or the last entry you typed. To select the command that you want to reverse, click the arrow next to the <emph>Undo </emph>icon on the Standard bar.</ahelp>"
-msgstr "<ahelp hid=\"HID_IMAPDLG_UNDO\">ბოლოს დაბეჭდილი ჩანაწერის ან ბოლო ბრძანების დაბრუნება. დასაბრუნებელი ბრძანების მონიშვნისათვის ისარი ძირითად ზოლში დააწკაპუნეთ ხატულაზე<emph>მოქმედების დაბრუნება </emph> </ahelp>"
+#. k+MJ
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id3146974\n"
+"77\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/effectspage/relieflb\">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.</ahelp>"
+msgstr ""
-#: 02010000.xhp#par_idN10630.help.text
-msgid "To change the number of commands that you can undo, choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Memory, and enter a new value in the number of steps box."
+#. K@*=
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"hd_id3147287\n"
+"72\n"
+"help.text"
+msgid "Outline"
msgstr ""
-#: 02010000.xhp#par_id3163803.8.help.text
-msgid "Some commands (for example, editing Styles) cannot be undone."
-msgstr "ზოგიერთი ბრძანების (მაგალითად, სტილების რედაქტირება) მოქმედება უკან არ ბრუნდება."
+#. ci4P
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id3159126\n"
+"73\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/effectspage/outlinecb\">Displays the outline of the selected characters. This effect does not work with every font.</ahelp>"
+msgstr ""
-#: 02010000.xhp#par_id3155338.11.help.text
-msgid "You can cancel the Undo command by choosing Edit - Redo."
-msgstr "შეგიძლიათ გააუქმოთ ბრძანება მოქმედების დაბრუნება თუ მონიშნავთ რედაქტირება-გამეორება."
+#. e)UC
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"hd_id3163714\n"
+"74\n"
+"help.text"
+msgid "Shadow"
+msgstr ""
-#: 02010000.xhp#hd_id3166410.7.help.text
-msgid "About the Undo command in database tables"
-msgstr "მონაცემთა ბაზის ცხრილებში უკუსვლის ბრძანებების შესახებ"
+#. #smO
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id3150962\n"
+"75\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/effectspage/shadowcb\">Adds a shadow that casts below and to the right of the selected characters.</ahelp>"
+msgstr ""
-#: 02010000.xhp#par_id3148492.3.help.text
-msgid "When you are working with database tables, you can only undo the last command."
-msgstr "მონაცემთა ბაზის ცხრილებთან მუშაობისას შესაძლებელია მხოლოდ ბოლო მოქმედების დაბრუნება."
+#. n`s?
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"bm_id410168\n"
+"help.text"
+msgid "<bookmark_value>blinking fonts</bookmark_value> <bookmark_value>flashing fonts</bookmark_value>"
+msgstr "<bookmark_value>გაცვლის ბუფერი; Unix</bookmark_value><bookmark_value>ასლის შექმნა Unix-ში</bookmark_value>"
-#: 02010000.xhp#par_id3155504.4.help.text
-msgid "If you change the content of a record in a database table that has not been saved, and then use the<emph> Undo</emph> command, the record is erased."
-msgstr "თუ შეცვლით ჩანაწერის შიგთავსს დაუმახსოვრებელ მონაცემთა ბაზის ცხრილში და ისე გამოიყენებთ ბრძანებას<emph> მოქმედების დაბრუნება</emph>, ჩანაწერი წაიშლება."
+#. JJvM
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"hd_id3152941\n"
+"15\n"
+"help.text"
+msgid "Blinking"
+msgstr ""
-#: 02010000.xhp#hd_id3149415.9.help.text
-msgid "About the Undo command in presentations"
-msgstr "პრეზენტაციებში მოქმედების დაბრუნების ბრძანებათა შესახებ"
+#. ce24
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id3145662\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">Makes the selected characters blink. You cannot change the blink frequency.</ahelp>"
+msgstr ""
-#: 02010000.xhp#par_id3159147.10.help.text
-msgid "The <emph>Undo</emph> list is cleared when you apply a new layout to a slide."
-msgstr "<emph>მოქმედების დაბრუნებათა</emph>სია სლაიდზე ახალი განლაგების მისადაგებისას წაიშლება."
+#. Pwt_
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_idN10B81\n"
+"help.text"
+msgid "Hidden"
+msgstr ""
-#: 01110100.xhp#tit.help.text
-msgid "Template Management"
-msgstr "შაბლონების მართვა"
+#. w:==
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_idN10B85\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/effectspage/hiddencb\">Hides the selected characters.</ahelp> To display the hidden text, ensure that <emph>Non-printing Characters</emph> is selected in the <emph>View</emph> menu. You can also choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Formatting Aids</emph> and select <emph>Hidden text</emph>."
+msgstr ""
-#: 01110100.xhp#bm_id3148668.help.text
-msgid "<bookmark_value>documents; organizing</bookmark_value><bookmark_value>organizing; templates</bookmark_value><bookmark_value>templates; organizing</bookmark_value><bookmark_value>styles;printing styles used in a document</bookmark_value><bookmark_value>styles; copying between documents</bookmark_value><bookmark_value>default templates; organizing</bookmark_value><bookmark_value>deleting; templates</bookmark_value><bookmark_value>templates; deleting</bookmark_value><bookmark_value>templates; importing and exporting</bookmark_value><bookmark_value>importing; templates</bookmark_value><bookmark_value>exporting; templates</bookmark_value>"
+#. -J#c
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id0123200902291084\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\"><emph>Overlines or removes overlining from the selected text. If the cursor is not in a word, the new text that you enter is overlined.</emph></ahelp>"
msgstr ""
-#: 01110100.xhp#hd_id3148585.40.help.text
-#, fuzzy
-msgctxt "01110100.xhp#hd_id3148585.40.help.text"
-msgid "<link href=\"text/shared/01/01110100.xhp\" name=\"Template Management\">Template Management</link>"
-msgstr "<link href=\"text/shared/01/02030000.xhp\" name=\"Repeat\">გამეორება</link>"
+#. ?q/(
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"hd_id0123200902243376\n"
+"help.text"
+msgid "Overlining"
+msgstr ""
-#: 01110100.xhp#par_id3152924.2.help.text
-msgid "<ahelp hid=\".uno:Organizer\">Opens the <emph>Template Management</emph> dialog where you can organize templates and define default templates.</ahelp>"
-msgstr "<ahelp hid=\".uno:Organizer\">ხსნის დიალოგს <emph>შაბლონების მართვა</emph>, სადაც შეგიძლიათ დაალაგოთ შაბლონები და განსაზღვროთ ნაგულისხმევი შაბლონები.</ahelp>"
+#. MG{~
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id0123200902243343\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/effectspage/overlinelb\">Select the overlining style that you want to apply. To apply the overlining to words only, select the <emph>Individual Words</emph> box.</ahelp>"
+msgstr ""
-#: 01110100.xhp#hd_id3152801.3.help.text
-msgid "Left and Right Selection List (Templates / Documents)"
-msgstr "მარცხენა და მარჯვენა მონიშვნის სია (შაბლონები / დოკუმენტები)"
+#. @-dZ
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"hd_id0123200902243470\n"
+"help.text"
+msgid "Overline color"
+msgstr ""
-#: 01110100.xhp#par_id3149177.help.text
-msgid "<ahelp hid=\"HID_CTL_ORGANIZER_RIGHT\">Displays the available template categories or opened $[officename] files. To change the contents of the list, select <emph>Templates</emph> or <emph>Documents</emph> in the box below.</ahelp>"
-msgstr "<ahelp hid=\"HID_CTL_ORGANIZER_RIGHT\">აჩვენებს ხელმისაწვდომ შაბლონთა კატეგორიებს ან ღია $[officename] ფაილებს. სიის შიგთავსის შეცვლის მიზნით, მონიშნეთ <emph>შაბლონები</emph> ან <emph>დოკუმენტები</emph> ქვედა სარკმელში.</ahelp>"
+#. hq_R
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id0123200902243466\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/effectspage/overlinecolorlb\">Select the color for the overlining.</ahelp>"
+msgstr ""
-#: 01110100.xhp#par_id3166410.34.help.text
-msgid "To change the default template path, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010300.xhp\" name=\"$[officename] - Paths\">$[officename] - Paths</link></emph>."
+#. }K*A
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"hd_id3150400\n"
+"43\n"
+"help.text"
+msgid "Strikethrough"
msgstr ""
-#: 01110100.xhp#par_id3154810.6.help.text
-msgid "<ahelp hid=\"SFX2:LISTBOX:DLG_ORGANIZE:LB_RIGHT_TYP\">Select <emph>Templates</emph> or <emph>Documents</emph> to change the contents that are displayed in the list above.</ahelp>"
-msgstr "<ahelp hid=\"SFX2:LISTBOX:DLG_ORGANIZE:LB_RIGHT_TYP\">მონიშნეთ <emph>შაბლონები</emph> ან <emph>დოკუმენტები</emph> ზემოთ მოცემულ სიაში ნაჩვენები შიუგთავსის წასაშლელად.</ahelp>"
+#. O_CQ
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id3145203\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/effectspage/strikeoutlb\">Select a strikethrough style for the selected text.</ahelp>"
+msgstr ""
-#: 01110100.xhp#par_id3149191.36.help.text
-msgid "Template categories are represented by folder icons. To view the template files for a category, double-click a folder."
-msgstr "შაბლონის კატეგორიები წარმოდგენილია საქაღალდის ხატულების მიერ. კატეგორიაში შაბლონური ფაილების სანახავად საქაღალდეზე ორჯერ დააწკაპუნეთ. "
+#. b4By
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id3150496\n"
+"48\n"
+"help.text"
+msgid "If you save your document in MS Word format, all of the strikethrough styles are converted to the single line style."
+msgstr ""
-#: 01110100.xhp#par_id3159166.help.text
-msgid "To view the styles that are used in a file, double-click the file name, and then double-click the <emph>Styles</emph> icon."
-msgstr "ფაილში გამოყენებული სტილების სანახავად, ორჯერ დააწკაპუნეთ ჯერ ფაილის სახელზე, შემდეგ კი ხატულაზე <emph>სტილები</emph>."
+#. d-H8
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"hd_id3151226\n"
+"41\n"
+"help.text"
+msgid "Underlining"
+msgstr ""
-#: 01110100.xhp#par_id3155504.35.help.text
-msgid "To copy a style, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and drag the style from one file to another file. To move a style, drag the style from one file to another file."
+#. n1c8
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id3147576\n"
+"42\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/effectspage/underlinelb\">Select the underlining style that you want to apply. To apply the underlining to words only, select the <emph>Individual Words</emph> box.</ahelp>"
msgstr ""
-#: 01110100.xhp#hd_id3149578.8.help.text
-msgctxt "01110100.xhp#hd_id3149578.8.help.text"
-msgid "Commands"
-msgstr "შინაარსი"
+#. omq\
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id3153147\n"
+"58\n"
+"help.text"
+msgid "If you apply underlining to a superscript text, the underlining is raised to the level of the superscript. If the superscript is contained in a word with normal text, the underlining is not raised."
+msgstr ""
-#: 01110100.xhp#par_id3149514.9.help.text
-msgid "<ahelp hid=\"SFX2:MENUBUTTON:DLG_ORGANIZE:BTN_EDIT\">Contains commands for managing and editing your templates and documents.</ahelp>"
-msgstr "<ahelp hid=\"SFX2:MENUBUTTON:DLG_ORGANIZE:BTN_EDIT\">შეიცავს ბრძანებებს თქვენი შაბლონებისა და დოკუმენტების მართვისა და რედაქტირებისათვის.</ahelp>"
+#. uz%0
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"hd_id3148642\n"
+"78\n"
+"help.text"
+msgid "Underline color"
+msgstr ""
-#: 01110100.xhp#par_id3149575.37.help.text
-msgid "Depending on the type of file you select in the list, the following commands are available:"
-msgstr "თქვენს მიერ მონიშნული ფაილის ტიპის მიხედვით, ხელმისაწვდომია შემდეგი ბრძანებები:"
+#. Lp~n
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id3150254\n"
+"79\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/effectspage/underlinecolorlb\">Select the color for the underlining.</ahelp>"
+msgstr ""
-#: 01110100.xhp#hd_id3153062.10.help.text
-msgctxt "01110100.xhp#hd_id3153062.10.help.text"
-msgid "New"
+#. K,sp
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"hd_id3153104\n"
+"45\n"
+"help.text"
+msgid "Individual words"
msgstr ""
-#: 01110100.xhp#par_id3151384.11.help.text
-msgid "<ahelp hid=\"HID_ORGANIZE_NEW\">Creates a new template category.</ahelp>"
-msgstr "<ahelp hid=\"HID_ORGANIZE_NEW\">ქმნის ახალ შაბლონის კატეგორიას.</ahelp>"
+#. 1CdJ
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id3152935\n"
+"46\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/effectspage/individualwordscb\">Applies the selected effect only to words and ignores spaces.</ahelp>"
+msgstr ""
-#: 01110100.xhp#hd_id3146794.12.help.text
-msgctxt "01110100.xhp#hd_id3146794.12.help.text"
-msgid "Delete"
+#. ]-EE
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"hd_id3150332\n"
+"60\n"
+"help.text"
+msgid "Emphasis mark"
msgstr ""
-#: 01110100.xhp#par_id3154758.13.help.text
-msgid "<ahelp hid=\"HID_ORGANIZE_DELETE\">Deletes the current selection.</ahelp>"
-msgstr "<ahelp hid=\"HID_ORGANIZE_DELETE\">მიმდინარე განყოფილების წაშლა.</ahelp>"
+#. 0WL?
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id3152576\n"
+"61\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/effectspage/emphasislb\">Select a character to display over or below the entire length of the selected text.</ahelp>"
+msgstr ""
-#: 01110100.xhp#hd_id3154388.14.help.text
-msgctxt "01110100.xhp#hd_id3154388.14.help.text"
-msgid "Edit"
-msgstr "გასვლა"
+#. ?aB7
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"hd_id3152460\n"
+"62\n"
+"help.text"
+msgid "Position"
+msgstr ""
-#: 01110100.xhp#par_id3156435.15.help.text
-msgid "<ahelp hid=\"HID_ORGANIZE_EDIT\">Opens the selected template for editing.</ahelp>"
-msgstr "<ahelp hid=\"HID_ORGANIZE_EDIT\">მონიშნული შაბლონის გახსნა რედაქტირებისთვის .</ahelp>"
+#. wsB9
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id3147436\n"
+"63\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/effectspage/positionlb\">Specify where to display the emphasis marks.</ahelp>"
+msgstr ""
-#: 01110100.xhp#hd_id3151106.16.help.text
-msgid "Import Templates"
-msgstr "შაბლონების იმპორტირება"
+#. YiXn
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"par_id3151053\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010500.xhp\" name=\"$[officename] color tables\">$[officename] color tables</link>"
+msgstr ""
-#: 01110100.xhp#par_id3148798.17.help.text
-msgid "<ahelp hid=\"HID_ORGANIZE_COPY_FROM\">Imports an additional template. To import a template, select a template folder in the list, click the <emph>Command</emph> button, and then select <emph>Import template</emph>.</ahelp>"
+#. ^G_g
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Printer Setup"
msgstr ""
-#: 01110100.xhp#hd_id3154821.19.help.text
-msgid "Export Template"
-msgstr "შაბლონების ექსპორტირება"
+#. k09v
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"bm_id3147294\n"
+"help.text"
+msgid "<bookmark_value>printers; properties</bookmark_value><bookmark_value>settings; printers</bookmark_value><bookmark_value>properties; printers</bookmark_value><bookmark_value>default printer; setting up</bookmark_value><bookmark_value>printers; default printer</bookmark_value><bookmark_value>page formats; restriction</bookmark_value>"
+msgstr "<bookmark_value>პრინტერის პარამეტრები</bookmark_value><bookmark_value>პრინტერის პარამეტრები; printers</bookmark_value><bookmark_value>პრინტერის თვისებები</bookmark_value><bookmark_value>ნაგულისხმევი პრინტერის დაყენება</bookmark_value><bookmark_value>პრინტერები; ნაგულისხმევი პრინტერი</bookmark_value><bookmark_value>გვერდის ფორმატი; შეზღუდვები</bookmark_value>"
-#: 01110100.xhp#par_id3153104.20.help.text
-msgid "<ahelp hid=\"HID_ORGANIZE_COPY_TO\">Exports the selected template.</ahelp>"
-msgstr "<ahelp hid=\"HID_ORGANIZE_COPY_TO\">მონიშნული შაბლონების ექსპორტირება.</ahelp>"
+#. yIn3
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3147294\n"
+"1\n"
+"help.text"
+msgid "Printer Setup"
+msgstr ""
-#: 01110100.xhp#hd_id3150651.26.help.text
-msgctxt "01110100.xhp#hd_id3150651.26.help.text"
-msgid "Print"
-msgstr "ბეჭდვა"
+#. %d$^
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3154422\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"druckereinstellungtext\"><ahelp hid=\"SVTOOLS:MODALDIALOG:DLG_SVT_PRNDLG_PRNSETUPDLG\">Select the default printer for the current document.</ahelp></variable>"
+msgstr "<variable id=\"druckereinstellungtext\"><ahelp hid=\"SVTOOLS:MODALDIALOG:DLG_SVT_PRNDLG_PRNSETUPDLG\">მონიშნეთ ნაგულისხმევი პრინტერი მიმდინარე დოკუმენტისთვის.</ahelp></variable>"
-#: 01110100.xhp#par_id3154946.27.help.text
-msgid "<ahelp hid=\"HID_ORGANIZE_PRINT\">Prints the name and properties of the styles that are used in the file.</ahelp>"
-msgstr "<ahelp hid=\"HID_ORGANIZE_PRINT\">ფაილში გამოყენებული სტილების სახელის და პარამეტრების ბეჭდვა</ahelp>"
+#. GMXu
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3148620\n"
+"20\n"
+"help.text"
+msgid "You might experience a slight delay when you change the default printer for a document that contains embedded $[officename] OLE objects."
+msgstr "შესაძლებელია, რომ ინტეგრირებული $[officename] OLE ობიექტების შემცველი დოკუმენტისთვის ნაგულისხმევი პრინტერის შეცვლისას მცირედი შეყოვნება მოხდეს."
+
+#. `np6
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3145345\n"
+"4\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Printer </caseinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">პრინტერი </caseinline></switchinline>"
-#: 01110100.xhp#hd_id3150767.28.help.text
-msgctxt "01110100.xhp#hd_id3150767.28.help.text"
-msgid "Printer Setup"
-msgstr ""
+#. K1,`
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3145211\n"
+"5\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Lists the information that applies to the selected printer. </caseinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">მონიშნულ პრინტერზე მისადაგებული ინფორმაციის ჩამონათვალი. </caseinline></switchinline>"
-#: 01110100.xhp#par_id3147086.29.help.text
-msgid "<ahelp hid=\"HID_ORGANIZE_PRINTER_SETUP\">Changes the printer and its settings for the selected document.</ahelp>"
-msgstr "<ahelp hid=\"HID_ORGANIZE_PRINTER_SETUP\">მონიშნული დოკუმენტისთვს პრინტერისა და მისი პარანეტრების შეცვლა.</ahelp>"
+#. GUDU
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3148538\n"
+"19\n"
+"help.text"
+msgid "If the list is empty, you need to install a default printer for your operating system. Refer to the online help for your operating system for instructions on how to install and setup a default printer."
+msgstr "თუ ეს ჩამონათვალი ცარიელია, თქვენ დაგჭირდებათ ნაგულისხმევი პრინტერის დაყენება საოპერაციო სისტემაში. ნაგულისხმევი პრინტერის საინსტალაციო და ასაწყობი ინსტრუქციებისთვის მიმართეთ თქვენი საოპერაციო სისტემის online დახმარებას."
+
+#. _Jkr
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3154381\n"
+"6\n"
+"help.text"
+msgid "Name"
+msgstr "სახელები"
-#: 01110100.xhp#hd_id3143231.30.help.text
-msgctxt "01110100.xhp#hd_id3143231.30.help.text"
-msgid "Update"
-msgstr ""
+#. mpY]
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3156155\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SVTOOLS:LISTBOX:DLG_SVT_PRNDLG_PRNSETUPDLG:LB_NAMES\">Lists the installed printers on your operating system. To change the default printer, select a printer name from the list.</ahelp>"
+msgstr "<ahelp hid=\"SVTOOLS:LISTBOX:DLG_SVT_PRNDLG_PRNSETUPDLG:LB_NAMES\">საოპერაციო სისტემაში დაინსტალირებული პრინტერების ჩამონათვალი. ნაგულისხმევი პრიტნერის შესაცვლელად მონიშნეთ პრინტერის სახელი ჩამონათვალში.</ahelp>"
-#: 01110100.xhp#par_id3147228.31.help.text
-msgid "<ahelp hid=\"HID_ORGANIZE_RESCAN\">Updates the contents of the lists.</ahelp>"
-msgstr "<ahelp hid=\"HID_ORGANIZE_RESCAN\">სიის შიგთავსის განახლება.</ahelp>"
+#. UbxC
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3156153\n"
+"8\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Status </caseinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">სტატუსი </caseinline></switchinline>"
-#: 01110100.xhp#hd_id3145607.41.help.text
-msgid "Set As Default Template"
-msgstr "ნაგულისხმევ შაბლონად დაყენება"
+#. $%md
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3150465\n"
+"9\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Describes the current status of the selected printer. </caseinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">მონიშნული პრინტერის მიმდინარე სტატუსის აღწერა.</caseinline></switchinline>"
-#: 01110100.xhp#par_id3147353.42.help.text
-msgid "<ahelp hid=\"HID_ORGANIZE_STDTEMPLATE_ADD\">Uses the selected template as the default template when you create a new $[officename] document of the same type.</ahelp>"
-msgstr "<ahelp hid=\"HID_ORGANIZE_STDTEMPLATE_ADD\">ახალი იგივე ტიპის$[officename] დოკუმენტის შექმნისას მონიშნული შაბლონის ნაგულისხმევ შaბლონად გამოყენება.</ahelp>"
+#. o(eq
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3154898\n"
+"10\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Type </caseinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">პრინტერი </caseinline></switchinline>"
-#: 01110100.xhp#hd_id3153768.43.help.text
-msgid "Reset Default Template"
-msgstr "ნაგულისხმევი შაბლონის ჩამოყრა"
+#. -`99
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3156326\n"
+"11\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays the type of printer that you selected. </caseinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">მონიშნული პრინტერის ტიპის ჩვენება. </caseinline></switchinline>"
-#: 01110100.xhp#par_id3155432.44.help.text
-msgid "<ahelp hid=\"HID_ORGANIZE_STDTEMPLATE_DEL\">Select a $[officename] document type to reset the default template to the original template.</ahelp>"
-msgstr "<ahelp hid=\"HID_ORGANIZE_STDTEMPLATE_DEL\">მონიშნეთ $[officename] დოკუმენტის ტიპი ან მიუსადაგეთ ნაგულისხმევი შაბლონი ორიგინალ შაბლონს.</ahelp>"
+#. VW#.
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3149416\n"
+"12\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Location </caseinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">მდებარეობა </caseinline></switchinline>"
-#: 01110100.xhp#hd_id3159196.38.help.text
-msgid "Address Book"
-msgstr "მისამართების წიგნი"
+#. $JKc
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3149955\n"
+"13\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays the port for the selected printer. </caseinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">მონიშნული პრინტერის პორტის ჩვენება. </caseinline></switchinline>"
-#: 01110100.xhp#par_id3154472.39.help.text
-msgid "Edit the field assignments and the data source for the address book."
-msgstr "მისამართების წიგნში ველის განაწილებისა და მონაცემთა წყაროს რედაქტირება "
+#. 4:w%
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3145316\n"
+"14\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Comments </caseinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">კომენტარები </caseinline></switchinline>"
-#: 01110100.xhp#hd_id3154151.32.help.text
-#, fuzzy
-msgctxt "01110100.xhp#hd_id3154151.32.help.text"
-msgid "File"
-msgstr "შევსება"
+#. ah!;
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3155923\n"
+"15\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays additional information for the printer. </caseinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">პრინტერის დამატებითი ინფორმაციის ჩვენება. </caseinline></switchinline>"
-#: 01110100.xhp#par_id3156005.33.help.text
-msgid "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_ORGANIZE:BTN_FILES\">Locate a file that you want to add to the document list, and then click<emph> Open</emph>.</ahelp>"
-msgstr "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_ORGANIZE:BTN_FILES\">მოძებნეთ დოკუმენტების სიაში ჩასამატებელი ფაილი და დააწკაპუნეთ <emph> გახსნა</emph>.</ahelp>"
+#. V\SS
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3149669\n"
+"16\n"
+"help.text"
+msgid "Properties"
+msgstr "თვისებები"
-#: 01110100.xhp#par_id3153095.help.text
-msgid "<link href=\"text/shared/01/01140000.xhp\" name=\"Printer setup\">Printer setup</link>"
-msgstr "<link href=\"text/shared/01/01140000.xhp\" name=\"Printer setup\">პრინტერის პარამეტრები</link>"
+#. 9A5:
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3149045\n"
+"17\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\"><ahelp hid=\"SVTOOLS:PUSHBUTTON:DLG_SVT_PRNDLG_PRNSETUPDLG:BTN_PROPERTIES\">Changes the printer settings of your operating system for the current document.</ahelp></caseinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\"><ahelp hid=\"SVTOOLS:PUSHBUTTON:DLG_SVT_PRNDLG_PRNSETUPDLG:BTN_PROPERTIES\">საოპერაციო სისტემაში მიმდინარე დოკუმენტისთვის პრინტერის პაამეტრების შეცვლა.</ahelp></caseinline></switchinline>"
-#: 01110100.xhp#par_id3150012.help.text
-msgid "<link href=\"text/shared/01/01110101.xhp\" name=\"Templates: Address Book Assignment\">Templates: Address Book Assignment</link>"
-msgstr "<link href=\"text/shared/01/01110101.xhp\" name=\"Templates: Address Book Assignment\">შაბლონები: მისამართების წიგნის განაწილება</link>"
+#. G0~o
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3157322\n"
+"18\n"
+"help.text"
+msgid "Ensure that the Landscape or Portrait layout option set in the printer properties dialog matches the page format that you set by choosing <emph>Format - Page</emph>."
+msgstr "პრინტერის თვისებების დიალოგში ლანდშაფტური და პორტრეტული განლაგების პარამეტრები უნდა შეესაბამებოდეს თქვენს მიერ არჩეულ გვერდის ფორმატს <emph>ფორმატი - გვერდი</emph>."
-#: 05110600m.xhp#tit.help.text
-msgid "Space Rows Equally"
+#. =07(
+#: 05120600.xhp
+msgctxt ""
+"05120600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Space Columns Equally"
msgstr ""
-#: 05110600m.xhp#hd_id3149871.1.help.text
-msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Space Equally\">Space Rows Equally</link>"
+#. ?`xe
+#: 05120600.xhp
+msgctxt ""
+"05120600.xhp\n"
+"hd_id3153811\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05120600.xhp\" name=\"Space Equally\">Space Columns Equally</link>"
msgstr ""
-#: 05110600m.xhp#par_id3154766.2.help.text
-msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Adjusts the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>"
+#. ^=H+
+#: 05120600.xhp
+msgctxt ""
+"05120600.xhp\n"
+"par_id3151389\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeColumns\">Adjusts the width of the selected columns to match the width of the widest column in the selection.</ahelp> The total width of the table cannot exceed the width of the page.</variable>"
msgstr ""
-#: 05110600m.xhp#par_id3153569.92.help.text
-msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>"
+#. tZ.4
+#: 05120600.xhp
+msgctxt ""
+"05120600.xhp\n"
+"par_id3159219\n"
+"107\n"
+"help.text"
+msgid "Choose <emph>Table - Autofit - Distribute Columns Equally</emph>"
msgstr ""
-#: 05110600m.xhp#par_id3153755.93.help.text
-msgctxt "05110600m.xhp#par_id3153755.93.help.text"
+#. \GPm
+#: 05120600.xhp
+msgctxt ""
+"05120600.xhp\n"
+"par_id3156426\n"
+"108\n"
+"help.text"
msgid "Open <emph>Optimize</emph> toolbar from <emph>Table</emph> Bar, click"
msgstr ""
-#: 05110600m.xhp#par_id3145297.help.text
+#. ZOID
+#: 05120600.xhp
#, fuzzy
-msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>"
+msgctxt ""
+"05120600.xhp\n"
+"par_id3145179\n"
+"help.text"
+msgid "<image id=\"img_id3145186\" src=\"cmd/sc_distributecolumns.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3145186\">Icon</alt></image>"
msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-#: 05110600m.xhp#par_id3153206.94.help.text
-msgid "Distribute Rows Equally"
+#. :AIc
+#: 05120600.xhp
+msgctxt ""
+"05120600.xhp\n"
+"par_id3151364\n"
+"109\n"
+"help.text"
+msgid "Space Columns Equally"
msgstr ""
-#: 05230300.xhp#tit.help.text
-msgctxt "05230300.xhp#tit.help.text"
-msgid "Rotation"
-msgstr "მდებარეობა:"
-
-#: 05230300.xhp#hd_id3149741.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05230300.xhp\" name=\"Rotation\">Rotation</link>"
-msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">ჩრდილი</link>"
-
-#: 05230300.xhp#par_id3146873.2.help.text
-msgid "<ahelp hid=\"HID_TRANS_ANGLE\">Rotates the selected object.</ahelp>"
+#. qk?j
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data Navigator"
msgstr ""
-#: 05230300.xhp#hd_id3148983.3.help.text
-msgid "Pivot point"
+#. TL=(
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"bm_id6823023\n"
+"help.text"
+msgid "<bookmark_value>data structure of XForms</bookmark_value> <bookmark_value>deleting;models/instances</bookmark_value> <bookmark_value>models in XForms</bookmark_value> <bookmark_value>Data Navigator;display options</bookmark_value>"
msgstr ""
-#: 05230300.xhp#par_id3150902.4.help.text
-msgid "The selected object is rotated around a pivot point that you specify. The default pivot point is at the center of the object."
+#. v+}9
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN1054E\n"
+"help.text"
+msgid "<variable id=\"xformsdata\"><link href=\"text/shared/01/xformsdata.xhp\">Data Navigator</link></variable>"
msgstr ""
-#: 05230300.xhp#par_id3153528.17.help.text
-msgid "If you set a pivot point too far outside of the object boundaries, the object could be rotated off of the page."
+#. :K.{
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN1056C\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the data structure of the current XForms document.</ahelp>"
msgstr ""
-#: 05230300.xhp#hd_id3145382.5.help.text
-msgid "X Position"
+#. C4Rk
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN1056F\n"
+"help.text"
+msgid "Model name"
msgstr ""
-#: 05230300.xhp#par_id3166410.6.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_ANGLE:MTR_FLD_POS_X\">Enter the horizontal distance from the left edge of the page to the pivot point.</ahelp>"
+#. ]7:b
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN10573\n"
+"help.text"
+msgid "<ahelp hid=\".\">Selects the XForms model that you want to use.</ahelp>"
msgstr ""
-#: 05230300.xhp#hd_id3155323.7.help.text
-msgid "Y Position"
+#. Gjb*
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN10576\n"
+"help.text"
+msgid "Models"
msgstr ""
-#: 05230300.xhp#par_id3150669.8.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_ANGLE:MTR_FLD_POS_Y\">Enter the vertical distance from the top edge of the page to the pivot point.</ahelp>"
+#. a6q@
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN1057A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Adds, renames, and removes XForms models.</ahelp>"
msgstr ""
-#: 05230300.xhp#hd_id3153332.9.help.text
-msgctxt "05230300.xhp#hd_id3153332.9.help.text"
-msgid "Defaults"
+#. qkYI
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN10604\n"
+"help.text"
+msgid "Add"
msgstr ""
-#: 05230300.xhp#par_id3143270.10.help.text
-msgid "<ahelp hid=\"HID_TPROTATION_CTRL1\">Click where you want to place the pivot point.</ahelp>"
+#. chT+
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN10608\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Add Model dialog where you can add an XForm model.</ahelp>"
msgstr ""
-#: 05230300.xhp#hd_id3146847.11.help.text
-msgctxt "05230300.xhp#hd_id3146847.11.help.text"
-msgid "Rotation angle"
-msgstr ""
+#. 5ZAv
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_id0130200901590878\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the name.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
-#: 05230300.xhp#par_id3156155.12.help.text
-msgid "Specify the number of degrees that you want to rotate the selected object, or click in the rotation grid."
+#. {7:}
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"hd_id0910200811173295\n"
+"help.text"
+msgid "Model data updates change document's modification status"
msgstr ""
-#: 05230300.xhp#hd_id3154173.13.help.text
-msgctxt "05230300.xhp#hd_id3154173.13.help.text"
-msgid "Angle"
+#. f5$+
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_id0910200811173255\n"
+"help.text"
+msgid "<ahelp hid=\".\">When enabled, the document status will be set to \"modified\" when you change any form control that is bound to any data in the model. When not enabled, such a change does not set the document status to \"modified\".</ahelp>"
msgstr ""
-#: 05230300.xhp#par_id3147573.14.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_ANGLE:MTR_FLD_ANGLE\">Enter the number of degrees that you want to rotate the selected object.</ahelp>"
+#. o8gz
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN10612\n"
+"help.text"
+msgid "Remove"
msgstr ""
-#: 05230300.xhp#hd_id3148474.15.help.text
-msgctxt "05230300.xhp#hd_id3148474.15.help.text"
-msgid "Defaults"
+#. D*uD
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN10616\n"
+"help.text"
+msgid "<ahelp hid=\".\">Deletes the selected XForm model. You cannot delete the last model.</ahelp>"
msgstr ""
-#: 05230300.xhp#par_id3154811.16.help.text
-msgid "<ahelp hid=\"HID_TPROTATION_CTRL2\">Click to specify the rotation angle in multiples of 45 degrees.</ahelp>"
+#. Fr_w
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN10743\n"
+"help.text"
+msgid "Rename"
msgstr ""
-#: 05090000.xhp#tit.help.text
-msgctxt "05090000.xhp#tit.help.text"
-msgid "Font"
+#. _rEV
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN10749\n"
+"help.text"
+msgid "<ahelp hid=\".\">Renames the selected Xform model.</ahelp>"
msgstr ""
-#: 05090000.xhp#bm_id3155271.help.text
-msgid "<bookmark_value>fonts; text objects</bookmark_value><bookmark_value>text objects; fonts</bookmark_value>"
-msgstr "<bookmark_value>ბრძანებათა გამეორება</bookmark_value><bookmark_value>ბრძანებათა გამეორება</bookmark_value>"
-
-#: 05090000.xhp#hd_id3155271.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05090000.xhp\" name=\"Font\">Font</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
+#. Va`t
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN10619\n"
+"help.text"
+msgid "Show Details"
+msgstr "დეტალების ჩვენება"
-#: 05090000.xhp#par_id3153383.2.help.text
-msgid "Set the font options for the selected text."
+#. Fkr[
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN1061D\n"
+"help.text"
+msgid "<ahelp hid=\".\">Switches the display to show or hide details.</ahelp>"
msgstr ""
-#: packagemanager.xhp#tit.help.text
-msgid "Extension Manager"
+#. 2c4,
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN1057D\n"
+"help.text"
+msgid "Instance"
msgstr ""
-#: packagemanager.xhp#bm_id2883388.help.text
-msgid "<bookmark_value>UNO components;Extension Manager</bookmark_value><bookmark_value>extensions;Extension Manager</bookmark_value><bookmark_value>packages, see extensions</bookmark_value>"
+#. 0l-J
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN10682\n"
+"help.text"
+msgid "<ahelp hid=\".\">Lists the items that belong to the current instance.</ahelp>"
msgstr ""
-#: packagemanager.xhp#par_idN10543.help.text
-msgctxt "packagemanager.xhp#par_idN10543.help.text"
-msgid "<link href=\"text/shared/01/packagemanager.xhp\">Extension Manager</link>"
+#. .Pg@
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN1058B\n"
+"help.text"
+msgid "Submissions"
msgstr ""
-#: packagemanager.xhp#par_idN10553.help.text
-msgid "<ahelp hid=\"42772\">The Extension Manager adds, removes, disables, enables, and updates %PRODUCTNAME extensions.</ahelp>"
+#. Fg-l
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN1058F\n"
+"help.text"
+msgid "<ahelp hid=\".\">Lists the submissions.</ahelp>"
msgstr ""
-#: packagemanager.xhp#par_idN10615.help.text
-msgid "The following are examples of %PRODUCTNAME extensions:"
+#. ]F`\
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN10592\n"
+"help.text"
+msgid "Bindings"
msgstr ""
-#: packagemanager.xhp#par_idN1061B.help.text
-msgid "UNO components (compiled software modules)"
+#. f~./
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN10596\n"
+"help.text"
+msgid "<ahelp hid=\".\">Lists the bindings for the XForm.</ahelp>"
msgstr ""
-#: packagemanager.xhp#par_idN1061F.help.text
-msgid "Configuration data (for menu commands)"
+#. 8pX|
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN10599\n"
+"help.text"
+msgid "Instances"
msgstr ""
-#: packagemanager.xhp#par_idN10623.help.text
-msgid "%PRODUCTNAME Basic libraries"
+#. !\cB
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN1059D\n"
+"help.text"
+msgid "<ahelp hid=\".\">This button has submenus to add, edit or remove instances.</ahelp>"
msgstr ""
-#: packagemanager.xhp#par_idN106E8.help.text
-msgid "%PRODUCTNAME dialog libraries"
+#. @v.D
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN10649\n"
+"help.text"
+msgid "Add"
msgstr ""
-#: packagemanager.xhp#par_idN106F5.help.text
-msgid "Extension files (*.oxt files containing one or more extensions of the above listed types)"
+#. :bR6
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN1064D\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a dialog where you can add a new instance.</ahelp>"
msgstr ""
-#: packagemanager.xhp#hd_id8570513.help.text
-msgid "Extension Scope"
-msgstr ""
+#. gC{{
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN10650\n"
+"help.text"
+msgid "Edit"
+msgstr "გასვლა"
-#: packagemanager.xhp#par_idN1068A.help.text
-msgid "Users with administrator or root privileges will see a dialog where they can choose to install extensions \"for all users\" or \"only for me\". Normal users without those privileges can install, remove, or modify extensions only for their own use."
+#. aOBu
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN10654\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a dialog where you can modify the current instance.</ahelp>"
msgstr ""
-#: packagemanager.xhp#par_idN10626.help.text
-msgid "A user with root or administrator privileges can install an extension as a shared extension that is available to all users. After selecting an extension, a dialog opens and asks whether to install for the current user or all users."
+#. =qix
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN10657\n"
+"help.text"
+msgid "Remove"
msgstr ""
-#: packagemanager.xhp#par_idN1069C.help.text
-msgid "A user without root privileges can only install an extension for own usage. This is called a user extension."
+#. bV_D
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN1065B\n"
+"help.text"
+msgid "<ahelp hid=\".\">Deletes the current instance. You cannot delete the last instance.</ahelp>"
msgstr ""
-#: packagemanager.xhp#hd_id3895382.help.text
-msgid "To install an extension"
+#. M]Z+
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN1065E\n"
+"help.text"
+msgid "Show data types"
msgstr ""
-#: packagemanager.xhp#par_id9143955.help.text
-msgid "An extension is available as a file with the file extension .oxt."
+#. Nu^m
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN10662\n"
+"help.text"
+msgid "<ahelp hid=\".\">Switches the display to show more or less details.</ahelp>"
msgstr ""
-#: packagemanager.xhp#par_id7857905.help.text
-msgid "You can find a collection of extensions on the Web. Click the \"Get more extensions here\" link in the Extension Manager to open your Web browser and see the <link href=\"http://extensions.libreoffice.org/\">http://extensions.libreoffice.org/</link> page."
+#. dcq7
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN10584\n"
+"help.text"
+msgid "Add"
msgstr ""
-#: packagemanager.xhp#hd_id5016937.help.text
-msgid "To install a user extension"
+#. `/GY
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN10588\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a dialog to add a new item (element, attribute, submission, or binding) as a sub-item of the current item.</ahelp>"
msgstr ""
-#: packagemanager.xhp#par_id1856440.help.text
-msgid "Do any of the following:"
-msgstr ""
+#. Y_QM
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN10624\n"
+"help.text"
+msgid "Edit"
+msgstr "გასვლა"
-#: packagemanager.xhp#par_id7654347.help.text
-msgid "Double-click the <item type=\"literal\">.oxt</item> file in your system's file browser."
+#. Yz.R
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN10628\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a dialog to edit the selected item (element, attribute, submission, or binding).</ahelp>"
msgstr ""
-#: packagemanager.xhp#par_id5269020.help.text
-msgid "On a web page, click a hyperlink to an <item type=\"literal\">*.oxt</item> file (if your web browser can be configured to start the Extension Manager for this file type)."
+#. ($`U
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN1062B\n"
+"help.text"
+msgid "Delete"
msgstr ""
-#: packagemanager.xhp#par_id8714255.help.text
-msgid "Choose <item type=\"menuitem\">Tools - Extension Manager</item> and click <item type=\"menuitem\">Add</item>."
+#. ?~oU
+#: xformsdata.xhp
+msgctxt ""
+"xformsdata.xhp\n"
+"par_idN1062F\n"
+"help.text"
+msgid "<ahelp hid=\".\">Deletes the selected item (element, attribute, submission, or binding).</ahelp>"
msgstr ""
-#: packagemanager.xhp#hd_id3734550.help.text
-msgid "To install a shared extension in text mode (for system administrators)"
+#. ]zXQ
+#: 06140500.xhp
+msgctxt ""
+"06140500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Events"
msgstr ""
-#: packagemanager.xhp#par_id4139225.help.text
-msgid "As an administrator, open a terminal or command shell."
-msgstr ""
+#. 1C2]
+#: 06140500.xhp
+msgctxt ""
+"06140500.xhp\n"
+"bm_id3152427\n"
+"help.text"
+msgid "<bookmark_value>customizing; events</bookmark_value><bookmark_value>events; customizing</bookmark_value>"
+msgstr "<bookmark_value>აღდგენა;რედაქტირება</bookmark_value><bookmark_value>ბრძანების გამეორება</bookmark_value>"
-#: packagemanager.xhp#par_id671712.help.text
+#. Le*V
+#: 06140500.xhp
#, fuzzy
-msgid "Change to the <switchinline select=\"sys\"><caseinline select=\"WIN\">\\ </caseinline><defaultinline>/</defaultinline></switchinline>program folder in your installation."
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline>F1</defaultinline></switchinline>"
+msgctxt ""
+"06140500.xhp\n"
+"hd_id3152427\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\" name=\"Events\">Events</link>"
+msgstr "<link href=\"text/shared/01/01160000.xhp\" name=\"Send\">გაგზავნა</link>"
-#: packagemanager.xhp#par_id4163945.help.text
-msgid "Enter the following command, using the path and file name of your extension:"
+#. 0Kab
+#: 06140500.xhp
+msgctxt ""
+"06140500.xhp\n"
+"par_id3152937\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr ""
-#: packagemanager.xhp#par_id9581591.help.text
-msgid "<item type=\"literal\">unopkg add --shared path_filename.oxt</item>"
+#. 3K6n
+#: 06140500.xhp
+msgctxt ""
+"06140500.xhp\n"
+"par_id317748820\n"
+"help.text"
+msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
msgstr ""
-#: packagemanager.xhp#par_idN106AD.help.text
-msgid "<ahelp hid=\"42769\">Select the extension that you want to remove, enable, or disable. For some extensions, you can also open an Options dialog.</ahelp>"
+#. pW@4
+#: 06140500.xhp
+msgctxt ""
+"06140500.xhp\n"
+"par_idN1060A\n"
+"help.text"
+msgid "Save In"
msgstr ""
-#: packagemanager.xhp#par_idN10639.help.text
-msgctxt "packagemanager.xhp#par_idN10639.help.text"
-msgid "Add"
+#. MmkX
+#: 06140500.xhp
+msgctxt ""
+"06140500.xhp\n"
+"par_idN1060E\n"
+"help.text"
+msgid "<ahelp hid=\"705547787\">Select first where to save the event binding, in the current document or in %PRODUCTNAME.</ahelp>"
msgstr ""
-#: packagemanager.xhp#par_idN106BA.help.text
-msgid "<ahelp hid=\"2180256276\">Click Add to add an extension.</ahelp>"
+#. eC};
+#: 06140500.xhp
+msgctxt ""
+"06140500.xhp\n"
+"par_id3153662\n"
+"36\n"
+"help.text"
+msgid "A macro that is saved with a document can only be run when that document is opened."
msgstr ""
-#: packagemanager.xhp#par_idN106BD.help.text
-msgid "A file dialog opens where you can select the extension that you want to add. To copy and to register the selected extension, click Open."
+#. ^)f%
+#: 06140500.xhp
+msgctxt ""
+"06140500.xhp\n"
+"par_idN1061A\n"
+"help.text"
+msgid "<ahelp hid=\"40000\">The big list box lists the events and the assigned macros. After you selected the location in the <emph>Save In</emph> list box, select an event in the big list box. Then click <emph>Assign Macro</emph>.</ahelp>"
msgstr ""
-#: packagemanager.xhp#par_id4856410.help.text
-msgid "An extension can show a license dialog. <ahelp hid=\".\">Read the license. Click the Scroll Down button to scroll down if necessary. Click Accept to continue the installation of the extension.</ahelp>"
+#. iNdS
+#: 06140500.xhp
+msgctxt ""
+"06140500.xhp\n"
+"hd_id3159258\n"
+"22\n"
+"help.text"
+msgid "Assign Macro"
msgstr ""
-#: packagemanager.xhp#par_idN10643.help.text
-msgctxt "packagemanager.xhp#par_idN10643.help.text"
-msgid "Remove"
+#. fo4J
+#: 06140500.xhp
+msgctxt ""
+"06140500.xhp\n"
+"par_id3156152\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:PUSHBUTTON:TP_CONFIG_EVENT:PB_ASSIGN\">Opens the <link href=\"text/shared/01/06130000.xhp\">Macro Selector</link> to assign a macro to the selected event.</ahelp>"
msgstr ""
-#: packagemanager.xhp#par_idN106D1.help.text
-msgid "<ahelp hid=\"2180256277\">Select the extension that you want to remove, and then click Remove.</ahelp>"
+#. $$We
+#: 06140500.xhp
+msgctxt ""
+"06140500.xhp\n"
+"hd_id3154046\n"
+"24\n"
+"help.text"
+msgid "Remove Macro"
msgstr ""
-#: packagemanager.xhp#par_id0523200810573866.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enable or disable the extension.</ahelp>"
+#. JFv_
+#: 06140500.xhp
+msgctxt ""
+"06140500.xhp\n"
+"par_id3152349\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:PUSHBUTTON:TP_CONFIG_EVENT:PB_DELETE\">Deletes the macro assignment for the selected event.</ahelp>"
msgstr ""
-#: packagemanager.xhp#par_idN1064D.help.text
-msgid "Enable"
+#. V=Ho
+#: 06140500.xhp
+msgctxt ""
+"06140500.xhp\n"
+"par_id3159147\n"
+"38\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05060700.xhp\" name=\"List of events\">List of events</link>"
msgstr ""
-#: packagemanager.xhp#par_idN106DE.help.text
-msgid "<ahelp hid=\"2180256278\">Select the extension that you want to enable, and then click Enable.</ahelp>"
+#. +3bm
+#: 05100500.xhp
+msgctxt ""
+"05100500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Top"
msgstr ""
-#: packagemanager.xhp#par_idN10657.help.text
-msgid "Disable"
-msgstr ""
+#. +)[v
+#: 05100500.xhp
+#, fuzzy
+msgctxt ""
+"05100500.xhp\n"
+"hd_id3154765\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05100500.xhp\" name=\"Top\">Top</link>"
+msgstr "<link href=\"text/shared/01/02050000.xhp\" name=\"Copy\">ასლი</link>"
-#: packagemanager.xhp#par_idN106EB.help.text
-msgid "<ahelp hid=\"2180256279\">Select the extension that you want to disable, and then click Disable.</ahelp>"
+#. 2#JX
+#: 05100500.xhp
+msgctxt ""
+"05100500.xhp\n"
+"par_id3151390\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:CellVertTop\">Aligns the contents of the cell to the top edge of the cell.</ahelp>"
msgstr ""
-#: packagemanager.xhp#hd_id4453566.help.text
-msgctxt "packagemanager.xhp#hd_id4453566.help.text"
-msgid "Update"
+#. qK)=
+#: 05100500.xhp
+msgctxt ""
+"05100500.xhp\n"
+"par_id3145671\n"
+"120\n"
+"help.text"
+msgid "<variable id=\"zelleoben\">In the context menu of a cell, choose <emph>Cell - Top</emph></variable>"
msgstr ""
-#: packagemanager.xhp#par_id4129459.help.text
-msgid "<ahelp hid=\".\">Click to check for online updates of all installed extensions. To check for updates of the selected extension only, choose the Update command from the context menu. The check for availability of updates starts immediately.</ahelp> You will see the <link href=\"text/shared/01/extensionupdate.xhp\">Extension Update</link> dialog."
+#. ]im;
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Arrow Styles"
msgstr ""
-#: packagemanager.xhp#hd_id4921414.help.text
-msgctxt "packagemanager.xhp#hd_id4921414.help.text"
-msgid "Options"
-msgstr ""
+#. ZQ3D
+#: 05200300.xhp
+#, fuzzy
+msgctxt ""
+"05200300.xhp\n"
+"hd_id3156045\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05200300.xhp\" name=\"Arrow Styles\">Arrow Styles</link>"
+msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-#: packagemanager.xhp#par_id1439558.help.text
-msgid "<ahelp hid=\".\">Select an installed extension, then click to open the Options dialog for the extension.</ahelp>"
+#. /@*L
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id3149031\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LINE_ENDDEF\">Edit or create arrow styles.</ahelp>"
msgstr ""
-#: packagemanager.xhp#par_id0103201110331832.help.text
-msgid "Some additional commands can appear in the context menu of an extension in the Extension Manager window, depending on the selected extension. You can choose to show the license text again. You can choose to exclude the extension from checking for updates or to include an excluded extension."
+#. wk.=
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"hd_id3153551\n"
+"5\n"
+"help.text"
+msgid "Organize arrow styles"
msgstr ""
-#: 05110700.xhp#tit.help.text
-msgctxt "05110700.xhp#tit.help.text"
-msgid "Superscript"
+#. U0By
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id3154398\n"
+"6\n"
+"help.text"
+msgid "Lets you organize the current list of arrow styles."
msgstr ""
-#: 05110700.xhp#hd_id3083278.1.help.text
+#. ITMU
+#: 05200300.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05110700.xhp\" name=\"Superscript\">Superscript</link>"
-msgstr "<link href=\"text/shared/01/01100200.xhp\" name=\"General\">ზოგადი</link>"
+msgctxt ""
+"05200300.xhp\n"
+"hd_id3155552\n"
+"7\n"
+"help.text"
+msgid "Title"
+msgstr "შევსება"
-#: 05110700.xhp#par_id3152937.2.help.text
-msgid "<ahelp hid=\".uno:SuperScript\">Reduces the font size of the selected text and raises the text above the baseline.</ahelp>"
+#. przI
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id3147399\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SVXPAGE_LINEEND_DEF:EDT_NAME\">Displays the name of the selected arrow style.</ahelp>"
msgstr ""
-#: 03050000.xhp#tit.help.text
-#, fuzzy
-msgid "Tools Bar"
+#. |0lK
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"hd_id3155892\n"
+"9\n"
+"help.text"
+msgid "Arrow style"
msgstr ""
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ხელსაწყოთა ზოლი\n"
-"#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ხელსაწყობთა ზოლი"
-#: 03050000.xhp#bm_id3145356.help.text
-msgid "<bookmark_value>tools bar</bookmark_value>"
+#. TeBP
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id3149827\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_LINEEND_DEF:LB_LINEENDS\">Choose a predefined arrow style symbol from the list box.</ahelp>"
msgstr ""
-#: 03050000.xhp#hd_id3145356.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/03050000.xhp\" name=\"Tools Bar\">Tools Bar</link>"
-msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
-
-#: 03050000.xhp#par_id3150603.2.help.text
-msgid "<ahelp hid=\".uno:ToolBarVisible\">Shows or hides the <emph>Tools bar</emph>.</ahelp>"
+#. WT#]
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"hd_id3145313\n"
+"11\n"
+"help.text"
+msgid "Add"
msgstr ""
-#: about_meta_tags.xhp#tit.help.text
-msgctxt "about_meta_tags.xhp#tit.help.text"
-msgid "HTML import and export"
+#. =02[
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id3154288\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_LINEEND_DEF:BTN_ADD\">To define a custom arrow style, select a drawing object in the document, and then click here.</ahelp>"
msgstr ""
-#: about_meta_tags.xhp#bm_id3154380.help.text
-msgid "<bookmark_value>importing; HTML with META tags</bookmark_value><bookmark_value>exporting; to HTML</bookmark_value><bookmark_value>HTML; importing META tags</bookmark_value><bookmark_value>HTML documents; META tags in</bookmark_value><bookmark_value>META tags</bookmark_value><bookmark_value>tags; META tags</bookmark_value>"
+#. %k6#
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"hd_id3156346\n"
+"13\n"
+"help.text"
+msgid "Modify"
msgstr ""
-#: about_meta_tags.xhp#hd_id3154380.20.help.text
-msgctxt "about_meta_tags.xhp#hd_id3154380.20.help.text"
-msgid "HTML import and export"
+#. Tg8J
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id3154897\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_LINEEND_DEF:BTN_MODIFY\">Changes the name of the selected arrow style.</ahelp>"
msgstr ""
-#: about_meta_tags.xhp#par_id3145119.1.help.text
-msgid "When you export a file to an HTML document, the description and the user-defined file properties are included as META <link href=\"text/shared/00/00000002.xhp#tags\" name=\"tags\">tags</link> between the HEAD tags of the exported document. META tags are not displayed in a Web browser, and are used to include information, such as keywords for search engines on your Web page. To set the properties of the current document, choose <emph>File - Properties</emph>, click the <emph>Description</emph> or <emph>User Defined</emph> tabs, and then type the information you want."
+#. jQj@
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"hd_id3153332\n"
+"15\n"
+"help.text"
+msgid "Load Arrow Styles"
msgstr ""
-#: about_meta_tags.xhp#par_id3148552.21.help.text
-msgid "The following file properties are converted to META tags when you export a file as an HTML document:"
+#. A6je
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id3146137\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_LINEEND_DEF:BTN_LOAD\">Imports a list of arrow styles.</ahelp>"
msgstr ""
-#: about_meta_tags.xhp#par_id3154935.2.help.text
-msgid "File Property"
+#. iQe9
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"hd_id3158432\n"
+"17\n"
+"help.text"
+msgid "Save Arrow Styles"
msgstr ""
-#: about_meta_tags.xhp#par_id3151056.3.help.text
-msgid "<TITLE>"
+#. G^MA
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id3152944\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_LINEEND_DEF:BTN_SAVE\">Saves the current list of arrow styles, so that you can load it later.</ahelp>"
msgstr ""
-#: about_meta_tags.xhp#par_id3153778.4.help.text
-msgctxt "about_meta_tags.xhp#par_id3153778.4.help.text"
-msgid "Subject"
+#. Ro1#
+#: grid.xhp
+msgctxt ""
+"grid.xhp\n"
+"tit\n"
+"help.text"
+msgid "Grid"
msgstr ""
-#: about_meta_tags.xhp#par_id3147228.5.help.text
-msgid "<META NAME=\"CLASSIFICATION\" CONTENT=\"Field Content\">"
+#. S{=+
+#: grid.xhp
+msgctxt ""
+"grid.xhp\n"
+"bm_id4263435\n"
+"help.text"
+msgid "<bookmark_value>grids;display options (Impress/Draw)</bookmark_value>"
msgstr ""
-#: about_meta_tags.xhp#par_id3154908.6.help.text
-msgctxt "about_meta_tags.xhp#par_id3154908.6.help.text"
-msgid "Keywords"
+#. Lo-J
+#: grid.xhp
+msgctxt ""
+"grid.xhp\n"
+"par_idN10565\n"
+"help.text"
+msgid "<link href=\"text/shared/01/grid.xhp\">Grid</link>"
msgstr ""
-#: about_meta_tags.xhp#par_id3156422.7.help.text
-msgid "<META NAME=\"KEYWORDS\" CONTENT=\"Field Content\">"
+#. tx7.
+#: grid.xhp
+msgctxt ""
+"grid.xhp\n"
+"par_id3147340\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\".\">Sets the display properties of a grid.</ahelp>"
msgstr ""
-#: about_meta_tags.xhp#par_id3151041.8.help.text
-msgctxt "about_meta_tags.xhp#par_id3151041.8.help.text"
-msgid "Description"
-msgstr "წარწერა"
-
-#: about_meta_tags.xhp#par_id3125863.9.help.text
-msgid "<META NAME=\"DESCRIPTION\" CONTENT=\"Field Content\">"
+#. ,^uR
+#: grid.xhp
+msgctxt ""
+"grid.xhp\n"
+"par_idN1057E\n"
+"help.text"
+msgid "Display Grid"
msgstr ""
-#: about_meta_tags.xhp#par_id3159149.10.help.text
-msgid "Info fields 1...4"
+#. !I[{
+#: grid.xhp
+msgctxt ""
+"grid.xhp\n"
+"par_idN10582\n"
+"help.text"
+msgid "Displays or hides grid lines that you can use to align objects such as graphics on a page."
msgstr ""
-#: about_meta_tags.xhp#par_id3157892.11.help.text
-msgid "<META NAME=\"Info field name\" CONTENT=\"Field Content\">"
+#. J0.K
+#: grid.xhp
+msgctxt ""
+"grid.xhp\n"
+"par_idN10585\n"
+"help.text"
+msgid "Snap to Grid"
msgstr ""
-#: about_meta_tags.xhp#par_id3155855.22.help.text
-msgid "When you import an HTML containing these META tags, the contents of the tags are added to the corresponding $[officename] file property box. "
-msgstr ""
+#. Ca]p
+#: grid.xhp
+#, fuzzy
+msgctxt ""
+"grid.xhp\n"
+"par_idN10589\n"
+"help.text"
+msgid "Automatically aligns objects to vertical and horizontal grid lines. To override this feature, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option key</caseinline><defaultinline>Alt key</defaultinline></switchinline> when you drag an object."
+msgstr "სიიდან ველის სწრაფად ჩასართავად დააჭირეთ <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> და ორჯერ დააწკაპუნეთ ველზე."
-#: about_meta_tags.xhp#par_id0926200812164481.help.text
-msgid "Keywords must be separated by commas. A keyword can contain white space characters or semicolons."
+#. b1:-
+#: grid.xhp
+msgctxt ""
+"grid.xhp\n"
+"par_idN105C9\n"
+"help.text"
+msgid "Grid to Front"
msgstr ""
-#: about_meta_tags.xhp#hd_id3163822.12.help.text
-msgid "Import Tips"
+#. A2Ho
+#: grid.xhp
+msgctxt ""
+"grid.xhp\n"
+"par_idN105CD\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays the grid lines in front of the objects on the slide or page.</ahelp>"
msgstr ""
-#: about_meta_tags.xhp#par_id3155307.13.help.text
-msgid "When you import an HTML document, following META tags are automatically converted to $[officename] fields: <META HTTP-EQUIV=\"REFRESH\"...> and <META NAME=\"...\" ...> , where NAME equals to AUTHOR, CREATED, CHANGED, CHANGEDBY, DESCRIPTION, KEYWORDS or CLASSIFICATION."
+#. S($i
+#: grid.xhp
+msgctxt ""
+"grid.xhp\n"
+"par_id4372692\n"
+"help.text"
+msgid "Set the grid color on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - <link href=\"text/shared/optionen/01012000.xhp\">Appearance</link>."
msgstr ""
-#: about_meta_tags.xhp#par_id3146146.15.help.text
-msgid "Scripts, comments, and META tags that are positioned directly before a TABLE tag are inserted in the first cell of the table."
+#. 5qo@
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Style"
msgstr ""
-#: about_meta_tags.xhp#par_id3155366.16.help.text
-msgid "Scripts and META tags in the header of an HTML document are imported and anchored to the first paragraph in the document."
-msgstr ""
+#. ^kD~
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"bm_id3147366\n"
+"help.text"
+msgid "<bookmark_value>text; font styles</bookmark_value><bookmark_value>fonts; styles</bookmark_value>"
+msgstr "<bookmark_value>ბრძანებათა გამეორება</bookmark_value><bookmark_value>ბრძანებათა გამეორება</bookmark_value>"
-#: about_meta_tags.xhp#par_id3152885.14.help.text
-msgid "To set the options for importing HTML tags, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - HTML Compatibility</emph>. A known META tag contains either \"HTTP-EQUIV\" or \"NAME\", and are imported as $[officename] comments. The only exception is <META NAME=\"GENERATOR\"...>, which is ignored."
-msgstr ""
+#. }_O!
+#: 05110000.xhp
+#, fuzzy
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3147366\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05110000.xhp\" name=\"Style\">Style</link>"
+msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-#: about_meta_tags.xhp#hd_id3163717.17.help.text
-msgid "Export Tips"
+#. ^[\I
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3155620\n"
+"2\n"
+"help.text"
+msgid "Use this command to quickly apply font styles to a text selection."
msgstr ""
-#: about_meta_tags.xhp#par_id3159180.19.help.text
-msgid "Comments and script fields at the beginning of the first paragraph in a document are exported to the header of an HTML document. If the document begins with a table, the first paragraph in the first cell of the table is exported to the header of the HTML document."
+#. 8gCW
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3153255\n"
+"3\n"
+"help.text"
+msgid "If you place the cursor in a word and do not make a selection, the font style is applied to the entire word. If the cursor is not inside a word, and no text is selected, then the font style is applied to the text that you type."
msgstr ""
-#: 02230401.xhp#tit.help.text
-msgctxt "02230401.xhp#tit.help.text"
-msgid "List"
-msgstr ""
+#. y!EJ
+#: 05260500.xhp
+msgctxt ""
+"05260500.xhp\n"
+"tit\n"
+"help.text"
+msgid "To Frame"
+msgstr "ჩარჩოში ჩასმა"
-#: 02230401.xhp#hd_id3159242.1.help.text
+#. Ah4/
+#: 05260500.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/02230401.xhp\" name=\"List\">List</link>"
-msgstr "<link href=\"text/shared/01/02060000.xhp\" name=\"Paste\">ჩასმა</link>"
+msgctxt ""
+"05260500.xhp\n"
+"hd_id3149991\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">To Frame</link>"
+msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-#: 02230401.xhp#par_id3154894.2.help.text
-msgid "<ahelp hid=\"HID_REDLINING_VIEW_PAGE\">Accept or reject individual changes.</ahelp>"
+#. kcAr
+#: 05260500.xhp
+msgctxt ""
+"05260500.xhp\n"
+"par_id3159242\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected item to the surrounding frame.</ahelp>"
msgstr ""
-#: 02230401.xhp#par_id3149511.26.help.text
-msgid "The <emph>List </emph>tab displays all of the changes that were recorded in the current document. If you want to filter this list, click the <emph>Filter </emph>tab, and then select your <link href=\"text/shared/01/02230402.xhp\" name=\"filter criteria\">filter criteria</link>.<switchinline select=\"appl\"><caseinline select=\"WRITER\"> If the list contains nested changes, the dependencies are shown regardless of the filter. </caseinline></switchinline>"
+#. \[9b
+#: 04160500.xhp
+msgctxt ""
+"04160500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert Floating Frame"
msgstr ""
-#: 02230401.xhp#par_id3153114.27.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Nested changes occur where changes made by different authors overlap. </caseinline></switchinline>"
+#. ,Do=
+#: 04160500.xhp
+msgctxt ""
+"04160500.xhp\n"
+"bm_id3149783\n"
+"help.text"
+msgid "<bookmark_value>floating frames in HTML documents</bookmark_value><bookmark_value>inserting; floating frames</bookmark_value>"
msgstr ""
-#: 02230401.xhp#par_id3155552.29.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Click the plus sign beside an entry in the list to view all of the changes that were recorded for a cell. </caseinline></switchinline>"
+#. ;dx$
+#: 04160500.xhp
+msgctxt ""
+"04160500.xhp\n"
+"hd_id3149783\n"
+"1\n"
+"help.text"
+msgid "Insert Floating Frame"
msgstr ""
-#: 02230401.xhp#par_id3154824.31.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">If one of the nested changes for a cell matches a filter criterion, all of the changes for the cell are displayed. When you filter the change list, the entries in the list appear in different colors according to the following table: </caseinline></switchinline>"
+#. tI[(
+#: 04160500.xhp
+#, fuzzy
+msgctxt ""
+"04160500.xhp\n"
+"par_id3148410\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"frameeinfuegentext\"><ahelp hid=\".\">Inserts a floating frame into the current document. Floating frames are used in HTML documents to display the contents of another file.</ahelp></variable>"
+msgstr "<variable id=\"reftext\"><ahelp hid=\".\">აქ უნდა ჩაურთოთ თქვენი მიმართვა ან მიმართული ველი მიმდინარე დოკუმენტში. მიმართვები მიმართვის ველებია იგივე დოკუმენტში ან ძირითადი დოკუმენტის ქვედოკუმენტში.</ahelp></variable>"
+
+#. WxT;
+#: 04160500.xhp
+msgctxt ""
+"04160500.xhp\n"
+"par_id3151100\n"
+"6\n"
+"help.text"
+msgid "If you want to create HTML pages that use floating frames, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - HTML compatibility</emph>, and then select the \"MS Internet Explorer\" option. The floating frame is bounded by <IFRAME> and </IFRAME> tags."
msgstr ""
-#: 02230401.xhp#par_id3156426.32.help.text
-msgctxt "02230401.xhp#par_id3156426.32.help.text"
-msgid "Color"
+#. !UFc
+#: 04160500.xhp
+msgctxt ""
+"04160500.xhp\n"
+"par_id3151330\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02210101.xhp\" name=\"Floating frame properties\">Floating frame properties</link>"
msgstr ""
-#: 02230401.xhp#par_id3145382.33.help.text
-msgid "Meaning"
-msgstr "მნიშვნელობა"
+#. i$Bc
+#: 02200100.xhp
+msgctxt ""
+"02200100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit"
+msgstr "გასვლა"
-#: 02230401.xhp#par_id3150355.34.help.text
-msgid "black"
-msgstr ""
+#. TVc#
+#: 02200100.xhp
+msgctxt ""
+"02200100.xhp\n"
+"bm_id3145138\n"
+"help.text"
+msgid "<bookmark_value>objects; editing</bookmark_value><bookmark_value>editing; objects</bookmark_value>"
+msgstr "<bookmark_value>მოქმედების დაბრუნება;რედაქტირება</bookmark_value><bookmark_value>რედაქტირება;მოქმედების დაბრუნება</bookmark_value>"
-#: 02230401.xhp#par_id3149416.35.help.text
-msgid "The entry matches a filter criterion."
-msgstr ""
+#. Fc]_
+#: 02200100.xhp
+#, fuzzy
+msgctxt ""
+"02200100.xhp\n"
+"hd_id3145138\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02200100.xhp\" name=\"Edit\">Edit</link>"
+msgstr "<link href=\"text/shared/01/01110400.xhp\" name=\"Edit\">რედაქტირება</link>"
-#: 02230401.xhp#par_id3145317.36.help.text
-msgid "blue"
+#. ?FWW
+#: 02200100.xhp
+msgctxt ""
+"02200100.xhp\n"
+"par_id3150008\n"
+"2\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\"\">Lets you edit a selected object in your file that you inserted with the <emph>Insert – Object </emph>command.</ahelp>"
msgstr ""
-#: 02230401.xhp#par_id3156327.37.help.text
-msgid "One or more subentries matches a filter criterion."
+#. .qCG
+#: 04180100.xhp
+msgctxt ""
+"04180100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data Sources"
msgstr ""
-#: 02230401.xhp#par_id3156156.38.help.text
-msgid "gray"
-msgstr ""
+#. {j-N
+#: 04180100.xhp
+#, fuzzy
+msgctxt ""
+"04180100.xhp\n"
+"hd_id3156053\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/04180100.xhp\" name=\"Data Sources\">Data Sources</link>"
+msgstr "<link href=\"text/shared/01/01100400.xhp\" name=\"Statistics\">სტატისტიკა</link>"
-#: 02230401.xhp#par_id3149192.39.help.text
-msgid "The subentry does not match a filter criterion."
+#. Auo!
+#: 04180100.xhp
+msgctxt ""
+"04180100.xhp\n"
+"par_id3149495\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ViewDataSourceBrowser\">Lists the databases that are registered in <item type=\"productname\">%PRODUCTNAME</item> and lets you manage the contents of the databases.</ahelp>"
msgstr ""
-#: 02230401.xhp#par_id3155421.40.help.text
-msgid "green"
+#. m;mM
+#: 04180100.xhp
+msgctxt ""
+"04180100.xhp\n"
+"par_id3156136\n"
+"30\n"
+"help.text"
+msgid "The <emph>Data sources</emph> command is only available when a text document or a spreadsheet is open."
msgstr ""
-#: 02230401.xhp#par_id3149237.41.help.text
-msgid "The subentry matches a filter criterion."
+#. LX19
+#: 04180100.xhp
+msgctxt ""
+"04180100.xhp\n"
+"par_id3154823\n"
+"31\n"
+"help.text"
+msgid "You can insert fields from a database into your file or you can create forms to access the database."
msgstr ""
-#: 02230401.xhp#hd_id3153146.3.help.text
-msgid "Selection field"
+#. SW{M
+#: 04180100.xhp
+msgctxt ""
+"04180100.xhp\n"
+"par_id3156427\n"
+"help.text"
+msgid "<link href=\"text/shared/main0212.xhp\" name=\"Table Data bar\">Table Data bar</link>"
msgstr ""
-#: 02230401.xhp#par_id3161459.4.help.text
-msgid "<ahelp hid=\"HID_REDLINING_VIEW_DG_VIEW\">Lists the changes that were recorded in the document. When you select an entry in the list, the change is highlighted in the document. To sort the list, click a column heading. </ahelp> Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while you click to select multiple entries in the list."
-msgstr ""
+#. |:F[
+#: 04180100.xhp
+#, fuzzy
+msgctxt ""
+"04180100.xhp\n"
+"par_id3153311\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170000.xhp\" name=\"Forms\">Forms</link>"
+msgstr "<link href=\"text/shared/01/01010202.xhp\" name=\"Format\">ფორმატი</link>"
-#: 02230401.xhp#par_id3152812.6.help.text
-msgid "To edit the comment for an entry in the list, right-click the entry, and then choose<emph> Edit - Comment</emph>."
+#. h8HR
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Font Position"
msgstr ""
-#: 02230401.xhp#par_id3153524.7.help.text
-msgid "After you accept or reject a change, the entries of the list are re-ordered according to \"Accepted\" or \"Rejected\" status."
+#. *CqQ
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"bm_id3154841\n"
+"help.text"
+msgid "<bookmark_value>positioning; fonts</bookmark_value><bookmark_value>formats; positions</bookmark_value><bookmark_value>effects;font positions</bookmark_value><bookmark_value>fonts; positions in text</bookmark_value><bookmark_value>spacing; font effects</bookmark_value><bookmark_value>characters; spacing</bookmark_value><bookmark_value>pair kerning</bookmark_value><bookmark_value>kerning; in characters</bookmark_value><bookmark_value>text; kerning</bookmark_value>"
msgstr ""
-#: 02230401.xhp#hd_id3153379.8.help.text
-msgctxt "02230401.xhp#hd_id3153379.8.help.text"
-msgid "Action"
+#. )iHx
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"hd_id3154841\n"
+"1\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/shared/01/05020500.xhp\" name=\"Font Position\">Font Position</link></caseinline><defaultinline><link href=\"text/shared/01/05020500.xhp\" name=\"Position\">Position</link></defaultinline></switchinline>"
msgstr ""
-#: 02230401.xhp#par_id3153361.9.help.text
-msgid "<ahelp hid=\"HID_SC_SORT_ACTION\">Lists the changes that were made in the document.</ahelp>"
+#. aual
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"par_id3148585\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/positionpage/PositionPage\">Specify the position, scaling, rotation, and spacing for characters.</ahelp>"
msgstr ""
-#: 02230401.xhp#hd_id3152920.10.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Position </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">მონიშვნა </caseinline></switchinline>"
-
-#: 02230401.xhp#par_id3149202.11.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Lists the cells with contents that were changed. </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">შიგთავსიანი უჯრედების რაოდენობა ფაილში</caseinline></switchinline>"
-
-#: 02230401.xhp#hd_id3148452.12.help.text
-msgctxt "02230401.xhp#hd_id3148452.12.help.text"
-msgid "Author"
+#. 1]hq
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"hd_id3147089\n"
+"3\n"
+"help.text"
+msgid "Position"
msgstr ""
-#: 02230401.xhp#par_id3153178.13.help.text
-msgid "<ahelp hid=\"HID_SC_SORT_AUTHOR\">Lists the user who made the change.</ahelp>"
+#. EDV}
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"par_id3153748\n"
+"4\n"
+"help.text"
+msgid "Set the subscript or superscript options for a character."
msgstr ""
-#: 02230401.xhp#hd_id3144762.14.help.text
-msgctxt "02230401.xhp#hd_id3144762.14.help.text"
-msgid "Date"
+#. .Z5i
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"hd_id3153311\n"
+"5\n"
+"help.text"
+msgid "Superscript"
msgstr ""
-#: 02230401.xhp#par_id3156422.15.help.text
-msgid "<ahelp hid=\"HID_SC_SORT_DATE\">Lists the date and time that the change was made.</ahelp>"
+#. e+6R
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"par_id3154750\n"
+"6\n"
+"help.text"
+msgid "<variable id=\"hochtext\"><ahelp hid=\"cui/ui/positionpage/superscript\">Reduces the font size of the selected text and raises the text above the baseline.</ahelp></variable>"
msgstr ""
-#: 02230401.xhp#hd_id3157962.16.help.text
-msgctxt "02230401.xhp#hd_id3157962.16.help.text"
-msgid "Comment"
-msgstr "შინაარსი"
-
-#: 02230401.xhp#par_id3150868.17.help.text
-msgid "<ahelp hid=\"HID_SC_SORT_COMMENT\">Lists the comments that are attached to the change.</ahelp>"
+#. n(cv
+#: 05020500.xhp
+#, fuzzy
+msgctxt ""
+"05020500.xhp\n"
+"hd_id3147275\n"
+"7\n"
+"help.text"
+msgid "Normal"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nჩვეულებრივი\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\nჩვეულებრივი\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\nნორმალური"
+
+#. kn0^
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"par_id3155503\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/positionpage/normal\">Removes superscript or subscript formatting.</ahelp>"
+msgstr ""
+
+#. mocJ
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"hd_id3150465\n"
+"9\n"
+"help.text"
+msgid "Subscript"
msgstr ""
-#: 02230401.xhp#hd_id3154218.18.help.text
-msgid "Accept"
-msgstr "მიღება"
-
-#: 02230401.xhp#par_id3152935.19.help.text
-msgid "<ahelp hid=\"HID_REDLINING_VIEW_PB_ACCEPT\">Accepts the selected change and removes the highlighting from the change in the document.</ahelp>"
+#. 7$:p
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"par_id3155420\n"
+"10\n"
+"help.text"
+msgid "<variable id=\"tieftext\"><ahelp hid=\"cui/ui/positionpage/subscript\">Reduces the font size of the selected text and lowers the text below the baseline.</ahelp></variable>"
msgstr ""
-#: 02230401.xhp#hd_id3156543.22.help.text
-msgid "Reject"
+#. Fi)E
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"hd_id3148992\n"
+"11\n"
+"help.text"
+msgid "Raise/lower by"
msgstr ""
-#: 02230401.xhp#par_id3150441.23.help.text
-msgid "<ahelp hid=\"HID_REDLINING_VIEW_PB_REJECT\">Rejects the selected change and removes the highlighting from the change in the document.</ahelp>"
+#. ve--
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"par_id3150275\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/positionpage/raiselowersb\">Enter the amount by which you want to raise or to lower the selected text in relation to the baseline. One hundred percent is equal to the height of the font.</ahelp>"
msgstr ""
-#: 02230401.xhp#hd_id3155429.20.help.text
-msgid "Accept All"
-msgstr "ყველას დათანხმება"
-
-#: 02230401.xhp#par_id3150012.21.help.text
-msgid "<ahelp hid=\"HID_REDLINING_VIEW_PB_ACCEPTALL\">Accepts all of the changes and removes the highlighting from the document.</ahelp>"
+#. 1oT=
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"hd_id3150670\n"
+"13\n"
+"help.text"
+msgid "Relative font size"
msgstr ""
-#: 02230401.xhp#hd_id3153742.24.help.text
-msgid "Reject All"
-msgstr "მონიშნე ყველა"
-
-#: 02230401.xhp#par_id3151353.25.help.text
-msgid "<ahelp hid=\"HID_REDLINING_VIEW_PB_REJECTALL\">Rejects all of the changes and removes the highlighting from the document.</ahelp>"
+#. Jt[5
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"par_id3153126\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/positionpage/fontsizesb\">Enter the amount by which you want to reduce the font size of the selected text.</ahelp>"
msgstr ""
-#: 02230401.xhp#par_id3147442.28.help.text
-msgid "To reverse the acceptance or rejection of a change, choose <emph>Undo </emph>on the <emph>Edit </emph>menu."
+#. kR%8
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"hd_id3153349\n"
+"15\n"
+"help.text"
+msgid "Automatic"
msgstr ""
-#: 02230401.xhp#hd_id3159196.30.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Undo </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-
-#: 02230401.xhp#par_id3151116.42.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you made changes by choosing <emph>Format - AutoCorrect - Apply and Edit Changes</emph>, the <emph>Undo </emph>button appears in the dialog.<ahelp hid=\"HID_REDLINING_VIEW_PB_UNDO\"> Reverse the last Accept or Reject command.</ahelp></caseinline></switchinline>"
+#. M}O@
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"par_id3153061\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/positionpage/automatic\">Automatically sets the amount by which the selected text is raised or lowered in relation to the baseline.</ahelp>"
msgstr ""
-#: 02230401.xhp#par_id3152576.43.help.text
-msgid "There are additional commands in the <emph>context menu</emph> of the list:"
+#. GHX/
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"hd_id3154905\n"
+"30\n"
+"help.text"
+msgid "Rotation / scaling"
msgstr ""
-#: 02230401.xhp#hd_id3146975.44.help.text
-msgid "Edit comment"
+#. E{dv
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"par_id3154923\n"
+"36\n"
+"help.text"
+msgid "Set the rotation and the scaling options for the selected text."
msgstr ""
-#: 02230401.xhp#par_id3153210.45.help.text
-msgid "<ahelp hid=\"HID_SC_CHANGES_COMMENT\">Edit the comment for the selected change.</ahelp>"
+#. V7$v
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"hd_id3154280\n"
+"31\n"
+"help.text"
+msgid "0 degrees"
msgstr ""
-#: 02230401.xhp#hd_id3153281.46.help.text
-msgid "Sort"
-msgstr "დალაგება"
-
-#: 02230401.xhp#par_id3149486.47.help.text
-msgid "Sorts the list according to the column headings."
+#. 9V45
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"par_id3149045\n"
+"37\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/positionpage/0deg\">Does not rotate the selected text.</ahelp>"
msgstr ""
-#: 02230401.xhp#hd_id3155316.48.help.text
-msgctxt "02230401.xhp#hd_id3155316.48.help.text"
-msgid "Action"
+#. U[;G
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"hd_id3156434\n"
+"32\n"
+"help.text"
+msgid "90 degrees"
msgstr ""
-#: 02230401.xhp#par_id3151280.49.help.text
-msgid "<ahelp hid=\"HID_SORT_ACTION\">Sorts the list according to the type of change.</ahelp>"
+#. sdm6
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"par_id3148739\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/positionpage/90deg\">Rotates the selected text to the left by 90 degrees.</ahelp>"
msgstr ""
-#: 02230401.xhp#hd_id3150116.50.help.text
-msgctxt "02230401.xhp#hd_id3150116.50.help.text"
-msgid "Author"
+#. ?Qm;
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"hd_id3150398\n"
+"33\n"
+"help.text"
+msgid "270 degrees"
msgstr ""
-#: 02230401.xhp#par_id3149960.51.help.text
-msgid "<ahelp hid=\"HID_SORT_AUTHOR\">Sorts the list according to the Author.</ahelp>"
+#. HcH7
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"par_id3153778\n"
+"39\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/positionpage/270deg\">Rotates the selected text to the right by 90 degrees.</ahelp>"
msgstr ""
-#: 02230401.xhp#hd_id3148775.52.help.text
-msgctxt "02230401.xhp#hd_id3148775.52.help.text"
-msgid "Date"
+#. -!v^
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"hd_id3147228\n"
+"34\n"
+"help.text"
+msgid "Fit to line"
msgstr ""
-#: 02230401.xhp#par_id3153223.53.help.text
-msgid "<ahelp hid=\"HID_SORT_DATE\">Sorts the list according to the date and time.</ahelp>"
+#. jNtT
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"par_id3150288\n"
+"40\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/positionpage/fittoline\">Stretches or compresses the selected text so that it fits between the line that is above the text and the line that is below the text.</ahelp>"
msgstr ""
-#: 02230401.xhp#hd_id3150594.54.help.text
-msgctxt "02230401.xhp#hd_id3150594.54.help.text"
-msgid "Comment"
-msgstr "შინაარსი"
-
-#: 02230401.xhp#par_id3145595.55.help.text
-msgid "<ahelp hid=\"HID_SORT_COMMENT\">Sorts the list according to the comments that are attached to the changes.</ahelp>"
+#. dzHU
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"hd_id3155994\n"
+"35\n"
+"help.text"
+msgid "Scale width"
msgstr ""
-#: 02230401.xhp#hd_id3153157.56.help.text
-msgid "Document Position"
+#. 9wxj
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"par_id3145171\n"
+"41\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/positionpage/scalewidthsb\">Enter the percentage of the font width by which to horizontally stretch or compress the selected text.</ahelp>"
msgstr ""
-#: 02230401.xhp#par_id3157976.57.help.text
-msgid "<ahelp hid=\"HID_SORT_POSITION\">Sorts the list in a descending order according to the position of the changes in the document. This is the default sorting method.</ahelp>"
+#. Z_[V
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"hd_id3149807\n"
+"17\n"
+"help.text"
+msgid "Spacing"
msgstr ""
-#: 05250400.xhp#tit.help.text
-msgid "Send to Back"
+#. JC2}
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"par_id3156212\n"
+"18\n"
+"help.text"
+msgid "Specify the spacing between individual characters."
msgstr ""
-#: 05250400.xhp#hd_id3155620.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05250400.xhp\" name=\"Send to Back\">Send to Back</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-
-#: 05250400.xhp#par_id3156116.2.help.text
-msgid "<ahelp hid=\".uno:SendToBack\" visibility=\"visible\">Moves the selected object to the bottom of the stacking order, so that it is behind the other objects.</ahelp>"
+#. +9q/
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"hd_id3125865\n"
+"19\n"
+"help.text"
+msgid "Spacing"
msgstr ""
-#: 05250400.xhp#par_id3152895.3.help.text
-#, fuzzy
-msgctxt "05250400.xhp#par_id3152895.3.help.text"
-msgid "<link href=\"text/shared/01/05250000.xhp\" name=\"Layer\">Layer</link>"
-msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-
-#: online_update_dialog.xhp#tit.help.text
-msgid "Check for Updates"
+#. K`^b
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"par_id3153178\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/positionpage/kerninglb\">Specifies the spacing between the characters of the selected text. For expanded or condensed spacing, enter the amount that you want to expand or condense the text in the <emph>by </emph>box.</ahelp>"
msgstr ""
-#: online_update_dialog.xhp#hd_id4959257.help.text
-msgid "<link href=\"text/shared/01/online_update_dialog.xhp\">Check for Updates</link>"
+#. SbEC
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"par_id3154908\n"
+"21\n"
+"help.text"
+msgid "<emph>Default</emph> - uses the character spacing specified in the font type"
msgstr ""
-#: online_update_dialog.xhp#par_id1906491.help.text
-msgid "<ahelp hid=\".\">Checks for available updates to your version of %PRODUCTNAME. If a newer version is available, you can choose to download the update. After downloading, if you have write permissions for the installation directory, you can install the update.</ahelp>"
+#. EgSq
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"par_id3156543\n"
+"22\n"
+"help.text"
+msgid "<emph>Expanded</emph> - increases the character spacing"
msgstr ""
-#: online_update_dialog.xhp#par_id4799340.help.text
-msgid "Once the download starts, you see a progress bar and three buttons on the dialog. You can pause and resume the download by clicking the Pause and Resume buttons. Click Cancel to abort the download and delete the partly downloaded file."
+#. J.1U
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"par_id3154297\n"
+"23\n"
+"help.text"
+msgid "<emph>Condensed</emph> - decreases the character spacing"
msgstr ""
-#: online_update_dialog.xhp#par_id1502121.help.text
-msgid "By default, downloads will be stored to your desktop. You can change the folder where the downloaded file will be stored in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Online Update."
+#. S;{K
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"hd_id3157870\n"
+"25\n"
+"help.text"
+msgid "by"
msgstr ""
-#: online_update_dialog.xhp#par_id8266853.help.text
-msgid "After the download is complete, you can click Install to start the installation of the update. You see a confirmation dialog, where you can choose to close %PRODUCTNAME."
+#. B%%5
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"par_id3146974\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/positionpage/kerninged\">Enter the amount by which you want to expand or condense the character spacing for the selected text.</ahelp>"
msgstr ""
-#: online_update_dialog.xhp#par_id2871181.help.text
-msgid "Under some operation systems, it may be required to manually go to the download folder, unzip the download file, and start the setup script."
+#. Kj5*
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"hd_id3154127\n"
+"27\n"
+"help.text"
+msgid "<link href=\"text/shared/00/00000005.xhp#kerning\" name=\"Pair kerning\">Pair kerning</link>"
msgstr ""
-#: online_update_dialog.xhp#par_id2733542.help.text
-msgid "After installation of the update you can delete the download file to save space."
+#. `#n5
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"par_id3148616\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/positionpage/pairkerning\">Automatically adjust the character spacing for specific letter combinations.</ahelp>"
msgstr ""
-#: online_update_dialog.xhp#par_id4238715.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Downloads and saves the update files to the desktop or a folder of your choice. Select the folder in %PRODUCTNAME - Online Update in the Options dialog box.</ahelp>"
+#. 8~hJ
+#: 05020500.xhp
+msgctxt ""
+"05020500.xhp\n"
+"par_id3150010\n"
+"29\n"
+"help.text"
+msgid "Kerning is only available for certain font types and requires that your printer support this option."
msgstr ""
-#: online_update_dialog.xhp#par_id8277230.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Installs the downloaded update.</ahelp>"
-msgstr ""
+#. L@Kb
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Text Animation"
+msgstr "ტექსტის ანიმაცია"
-#: online_update_dialog.xhp#par_id4086428.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Pauses the download. Later click Resume to continue downloading.</ahelp>"
+#. PNP3
+#: 05320000.xhp
+#, fuzzy
+msgctxt ""
+"05320000.xhp\n"
+"hd_id3150014\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05320000.xhp\" name=\"Text Animation\">Text Animation</link>"
+msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
+
+#. )?FQ
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"par_id3154788\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:TABPAGE:RID_SVXPAGE_TEXTANIMATION\">Adds an animation effect to the text in the selected drawing object.</ahelp>"
msgstr ""
-#: online_update_dialog.xhp#par_id9024628.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Continues a paused download.</ahelp>"
+#. Z=vm
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"hd_id3152821\n"
+"4\n"
+"help.text"
+msgid "Text animation effects"
msgstr ""
-#: online_update_dialog.xhp#par_id3067110.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Aborts the download and deletes the partly downloaded file.</ahelp>"
+#. eIBt
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"par_id3144436\n"
+"15\n"
+"help.text"
+msgid "Select the effect that you want to apply, and then set the properties of the effect."
msgstr ""
-#: online_update_dialog.xhp#par_id8841822.help.text
-msgid "<link href=\"text/shared/01/online_update.xhp\">Starting online updates</link>"
+#. pIBq
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"hd_id3158405\n"
+"5\n"
+"help.text"
+msgid "Effects"
msgstr ""
-#: 02050000.xhp#tit.help.text
-msgid "Copy"
-msgstr "ასლის შექმნა"
+#. e^WG
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"par_id3149999\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_TEXTANIMATION:LB_EFFECT\">Select the animation effect that you want to apply to the text in the selected drawing object. To remove an animation effect, select <emph>No Effect</emph>.</ahelp>"
+msgstr ""
-#: 02050000.xhp#bm_id3154824.help.text
-msgid "<bookmark_value>clipboard; Unix</bookmark_value><bookmark_value>copying; in Unix</bookmark_value>"
-msgstr "<bookmark_value>გაცვლის ბუფერი; Unix</bookmark_value><bookmark_value>ასლის შექმნა Unix-ში</bookmark_value>"
+#. O60M
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"hd_id3153114\n"
+"6\n"
+"help.text"
+msgid "To the Left"
+msgstr ""
-#: 02050000.xhp#hd_id3152876.1.help.text
-msgid "<link href=\"text/shared/01/02050000.xhp\" name=\"Copy\">Copy</link>"
-msgstr "<link href=\"text/shared/01/02050000.xhp\" name=\"Copy\">ასლი</link>"
+#. J+9*
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"par_id3152867\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_TEXTANIMATION:BTN_LEFT\">Scrolls text from right to left.</ahelp>"
+msgstr ""
-#: 02050000.xhp#par_id3154682.2.help.text
-msgid "<ahelp hid=\".uno:Copy\">Copies the selection to the clipboard.</ahelp>"
-msgstr "<ahelp hid=\".uno:Copy\">მონიშნულის ასლის გაცვლის ბუფერზე გადატანა </ahelp>"
+#. M\-[
+#: 05320000.xhp
+#, fuzzy
+msgctxt ""
+"05320000.xhp\n"
+"par_id3149750\n"
+"help.text"
+msgid "<image id=\"img_id3150774\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150774\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149784\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149784\">ხატულა</alt></image>"
-#: 02050000.xhp#par_id3155552.4.help.text
-msgid "Each time you copy, the existing content of the clipboard is overwritten."
-msgstr "ყოველი ასლის შექმნისას გაცვლის ბუფერის შიგთავსი ზემოდან გადაიწერება."
+#. IbZm
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"par_id3155941\n"
+"19\n"
+"help.text"
+msgid "Left arrow"
+msgstr ""
-#: 02050000.xhp#par_id3154824.3.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\"><variable id=\"unixkopieren\">$[officename] also supports the clipboard under Unix; however, you must use the $[officename] commands, such as Ctrl+C.</variable></caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\"><variable id=\"unixkopieren\">$[officename] ასევე მხარს უჭერს გაცვლის ბუფერს Unix-ში; მაგრამ, სასურველია გამოიყენოთ$[officename] ისეთი ბრძანებები, როგორიცაა Ctrl+C.</variable></caseinline></switchinline>"
+#. 3ms9
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"hd_id3147010\n"
+"20\n"
+"help.text"
+msgid "To the Right"
+msgstr ""
-#: 05100600.xhp#tit.help.text
-#, fuzzy
-msgid "Center (vertical)"
-msgstr "სწორება ცენტრში ვერიკალურად"
+#. q%RO
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"par_id3143267\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_TEXTANIMATION:BTN_RIGHT\">Scrolls text from left to right.</ahelp>"
+msgstr ""
-#: 05100600.xhp#hd_id3149874.1.help.text
+#. Ndgi
+#: 05320000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05100600.xhp\" name=\"Center (vertical)\">Center (vertical)</link>"
-msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"სწორება ცენტრში ვერტიკალზე\">სწორება ცენტრში ვერტიკალზე</link>"
+msgctxt ""
+"05320000.xhp\n"
+"par_id3109847\n"
+"help.text"
+msgid "<image id=\"img_id3149235\" src=\"res/sc06300.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149235\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149784\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149784\">ხატულა</alt></image>"
-#: 05100600.xhp#par_id3149048.2.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\">Centers the contents of the cell between top and bottom of the cell.</ahelp>"
-msgstr "<ahelp hid=\".\">შეიყვანეთ სივრცის რაოდენობა გვერდის ზედა კიდისა და მიამართთა ნაკრების ქვედა კიდეს შორის.</ahelp>"
+#. n(r9
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"par_id3149276\n"
+"22\n"
+"help.text"
+msgid "Right arrow"
+msgstr ""
-#: 05100600.xhp#par_id3149525.121.help.text
-msgid "<variable id=\"zellemitte\">In the context menu of a cell, choose <emph>Cell - Center</emph></variable>"
+#. WdlP
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"hd_id3155323\n"
+"23\n"
+"help.text"
+msgid "To the Top"
msgstr ""
-#: 05200300.xhp#tit.help.text
-msgid "Arrow Styles"
+#. _Y+f
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"par_id3145416\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_TEXTANIMATION:BTN_UP\">Scrolls text from bottom to top.</ahelp>"
msgstr ""
-#: 05200300.xhp#hd_id3156045.1.help.text
+#. pgDD
+#: 05320000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05200300.xhp\" name=\"Arrow Styles\">Arrow Styles</link>"
-msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
+msgctxt ""
+"05320000.xhp\n"
+"par_id3146773\n"
+"help.text"
+msgid "<image id=\"img_id3149795\" src=\"dbaccess/res/sortup.png\" width=\"0.2083inch\" height=\"0.222inch\"><alt id=\"alt_id3149795\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149784\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149784\">ხატულა</alt></image>"
-#: 05200300.xhp#par_id3149031.2.help.text
-msgid "<ahelp hid=\"HID_LINE_ENDDEF\">Edit or create arrow styles.</ahelp>"
+#. 3Gx}
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"par_id3155420\n"
+"25\n"
+"help.text"
+msgid "Up arrow"
msgstr ""
-#: 05200300.xhp#hd_id3153551.5.help.text
-msgid "Organize arrow styles"
+#. Tkp7
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"hd_id3153717\n"
+"26\n"
+"help.text"
+msgid "To the Bottom"
msgstr ""
-#: 05200300.xhp#par_id3154398.6.help.text
-msgid "Lets you organize the current list of arrow styles."
+#. v!II
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"par_id3155388\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_TEXTANIMATION:BTN_DOWN\">Scrolls text from top to bottom.</ahelp>"
msgstr ""
-#: 05200300.xhp#hd_id3155552.7.help.text
+#. _*Ad
+#: 05320000.xhp
#, fuzzy
-msgctxt "05200300.xhp#hd_id3155552.7.help.text"
-msgid "Title"
-msgstr "შევსება"
+msgctxt ""
+"05320000.xhp\n"
+"par_id3145085\n"
+"help.text"
+msgid "<image id=\"img_id3152472\" src=\"dbaccess/res/sortdown.png\" width=\"0.1563inch\" height=\"0.1665inch\"><alt id=\"alt_id3152472\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150422\" src=\"res/sx03242.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150422\">ხატულა</alt></image>"
-#: 05200300.xhp#par_id3147399.8.help.text
-msgid "<ahelp hid=\"SVX:EDIT:RID_SVXPAGE_LINEEND_DEF:EDT_NAME\">Displays the name of the selected arrow style.</ahelp>"
+#. ,I{J
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"par_id3148947\n"
+"28\n"
+"help.text"
+msgid "Down arrow"
msgstr ""
-#: 05200300.xhp#hd_id3155892.9.help.text
-msgid "Arrow style"
-msgstr ""
+#. n*bj
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"hd_id3152361\n"
+"45\n"
+"help.text"
+msgid "Properties"
+msgstr "თვისებები"
-#: 05200300.xhp#par_id3149827.10.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_LINEEND_DEF:LB_LINEENDS\">Choose a predefined arrow style symbol from the list box.</ahelp>"
+#. Yf30
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"hd_id3156434\n"
+"7\n"
+"help.text"
+msgid "Start Inside"
msgstr ""
-#: 05200300.xhp#hd_id3145313.11.help.text
-msgctxt "05200300.xhp#hd_id3145313.11.help.text"
-msgid "Add"
+#. f6m7
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"par_id3150866\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_TEXTANIMATION:TSB_START_INSIDE\">Text is visible and inside the drawing object when the effect is applied.</ahelp>"
msgstr ""
-#: 05200300.xhp#par_id3154288.12.help.text
-msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_LINEEND_DEF:BTN_ADD\">To define a custom arrow style, select a drawing object in the document, and then click here.</ahelp>"
+#. /%Hy
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"hd_id3150359\n"
+"8\n"
+"help.text"
+msgid "Text visible when exiting"
msgstr ""
-#: 05200300.xhp#hd_id3156346.13.help.text
-msgctxt "05200300.xhp#hd_id3156346.13.help.text"
-msgid "Modify"
+#. 5hOH
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"par_id3154938\n"
+"31\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_TEXTANIMATION:TSB_STOP_INSIDE\">Text remains visible after the effect is applied.</ahelp>"
msgstr ""
-#: 05200300.xhp#par_id3154897.14.help.text
-msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_LINEEND_DEF:BTN_MODIFY\">Changes the name of the selected arrow style.</ahelp>"
+#. %r(Q
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"hd_id3155738\n"
+"9\n"
+"help.text"
+msgid "Animation effects"
msgstr ""
-#: 05200300.xhp#hd_id3153332.15.help.text
-msgid "Load Arrow Styles"
+#. M#$V
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"par_id3149291\n"
+"33\n"
+"help.text"
+msgid "Set the looping options for the animation effect."
msgstr ""
-#: 05200300.xhp#par_id3146137.16.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_LINEEND_DEF:BTN_LOAD\">Imports a list of arrow styles.</ahelp>"
+#. gK%}
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"hd_id3145744\n"
+"10\n"
+"help.text"
+msgid "Continuous"
msgstr ""
-#: 05200300.xhp#hd_id3158432.17.help.text
-msgid "Save Arrow Styles"
+#. qn;e
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"par_id3145318\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_TEXTANIMATION:TSB_ENDLESS\">Plays the animation effect continuously. To specify the number of times to play the effect, clear this checkbox, and enter a number in the <emph>Continuous</emph> box.</ahelp>"
msgstr ""
-#: 05200300.xhp#par_id3152944.18.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_LINEEND_DEF:BTN_SAVE\">Saves the current list of arrow styles, so that you can load it later.</ahelp>"
+#. $Tn.
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"hd_id3153192\n"
+"39\n"
+"help.text"
+msgid "Continuous box"
msgstr ""
-#: 04060200.xhp#tit.help.text
-msgctxt "04060200.xhp#tit.help.text"
-msgid "Request"
+#. 6A;/
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"par_id3154068\n"
+"40\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:NUMERICFIELD:RID_SVXPAGE_TEXTANIMATION:NUM_FLD_COUNT\">Enter the number of times that you want the animation effect to repeat.</ahelp>"
msgstr ""
-#: 04060200.xhp#hd_id3153514.1.help.text
-msgctxt "04060200.xhp#hd_id3153514.1.help.text"
-msgid "Request"
+#. y\CE
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"hd_id3154908\n"
+"13\n"
+"help.text"
+msgid "Increment"
msgstr ""
-#: 04060200.xhp#par_id3150278.2.help.text
-msgid "<variable id=\"anford\"><ahelp hid=\".uno:TwainTransfer\" visibility=\"visible\">Scans an image, and then inserts the result into the document. The scanning dialog is provided by the manufacturer of the scanner.</ahelp></variable> For an explanation of the dialog please refer to the documentation on your scanner."
+#. qu2L
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"par_id3151177\n"
+"37\n"
+"help.text"
+msgid "Specify the increment value for scrolling the text."
msgstr ""
-#: 06140000.xhp#tit.help.text
-msgctxt "06140000.xhp#tit.help.text"
-msgid "Customize"
+#. LQyw
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"hd_id3150870\n"
+"14\n"
+"help.text"
+msgid "Pixels"
msgstr ""
-#: 06140000.xhp#hd_id3146946.1.help.text
-msgctxt "06140000.xhp#hd_id3146946.1.help.text"
-msgid "Customize"
+#. vTdF
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"par_id3150447\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_TEXTANIMATION:TSB_PIXEL\">Measures increment value in pixels.</ahelp>"
msgstr ""
-#: 06140000.xhp#par_id3155069.2.help.text
-msgid "<variable id=\"anpassen\"><ahelp hid=\".uno:LoadToolBox\">Customizes $[officename] menus, shortcut keys, toolbars, and macro assignments to events.</ahelp></variable>"
+#. }]5P
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"hd_id3149766\n"
+"43\n"
+"help.text"
+msgid "Increment box"
msgstr ""
-#: 06140000.xhp#par_id3152821.7.help.text
-msgid "You can customize shortcut keys and macro assignments for the current application, or for all $[officename] applications."
+#. wllL
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"par_id3150495\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_TEXTANIMATION:MTR_FLD_AMOUNT\">Enter the number of increments by which to scroll the text.</ahelp>"
msgstr ""
-#: 06140000.xhp#par_id3153303.4.help.text
-msgid "You can also save and load individual menu, shortcut key, and toolbar custom settings."
+#. ;_Y|
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"hd_id3158409\n"
+"11\n"
+"help.text"
+msgid "Delay"
msgstr ""
-#: 05340402.xhp#tit.help.text
-msgctxt "05340402.xhp#tit.help.text"
-msgid "Table format"
+#. +}DZ
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"par_id3148560\n"
+"35\n"
+"help.text"
+msgid "Specify the amount time to wait before repeating the effect."
msgstr ""
-#: 05340402.xhp#hd_id3153514.1.help.text
-msgctxt "05340402.xhp#hd_id3153514.1.help.text"
-msgid "Table format"
+#. JBj/
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"hd_id3153370\n"
+"12\n"
+"help.text"
+msgid "Automatic"
msgstr ""
-#: 05340402.xhp#par_id3154350.2.help.text
-msgid "<variable id=\"tabformtext\"><ahelp hid=\"HID_BROWSER_TABLEFORMAT\" visibility=\"visible\">Formats the selected row(s).</ahelp></variable>"
+#. h4,o
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"par_id3150439\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_TEXTANIMATION:TSB_AUTO\">$[officename] 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<emph> Automatic</emph> box.</ahelp>"
msgstr ""
-#: 01010000.xhp#tit.help.text
-msgctxt "01010000.xhp#tit.help.text"
-msgid "New"
+#. ~Ngo
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"hd_id3155131\n"
+"41\n"
+"help.text"
+msgid "Automatic box"
msgstr ""
-#: 01010000.xhp#hd_id3154788.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/01010000.xhp\" name=\"New\">New</link>"
-msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>"
-
-#: 01010000.xhp#par_id3145669.2.help.text
-msgid "<ahelp hid=\".uno:AddDirect\">Creates a new $[officename] document.</ahelp>"
-msgstr "<ahelp hid=\".uno:AddDirect\">ქმნის ახალ $[officename] დოკუმენტს.</ahelp>"
-
-#: 01010000.xhp#par_id3149182.115.help.text
-msgid "<ahelp hid=\"HID_TBXCONTROL_FILENEW\" visibility=\"hidden\">Creates a new $[officename] document. Click the arrow to select the document type.</ahelp>"
-msgstr "<ahelp hid=\"HID_TBXCONTROL_FILENEW\" visibility=\"hidden\">ქმნის ახალ $[officename] დოკუმენტს.დოკუმენტის ტიპის ასარჩევად დააწკაპუნე ისარზე </ahelp>"
-
-#: 01010000.xhp#par_id3153528.81.help.text
-msgid "<ahelp hid=\".\">If you want to create a document from a template, choose <emph>New - Templates and Documents.</emph></ahelp>"
-msgstr "<ahelp hid=\".\">თუ შაბლონიდან გსურთ დოკუმენტის შექმნა, აირჩიეთ <emph>ახალი - შაბლონები და დოკუმენტები .</emph></ahelp>"
-
-#: 01010000.xhp#par_id3147009.82.help.text
-msgid "A template is a file that contains the design elements for a document, including formatting styles, backgrounds, frames, graphics, fields, page layout, and text."
-msgstr "შაბლონი არის ფაილი, რომელიც შეიცავს დოკუმენტის შესაქმნელ შემდეგ ელემენტებს: დაფორმატების სტილი, ფონი, ჩარჩოები, გრაფიკული გამოსახულება, ველი, გვერდის განლაგება და ტექსტი"
+#. !bNK
+#: 05320000.xhp
+msgctxt ""
+"05320000.xhp\n"
+"par_id3152791\n"
+"42\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_TEXTANIMATION:MTR_FLD_DELAY\">Enter the amount of time to wait before repeating the effect.</ahelp>"
+msgstr ""
-#: 01010000.xhp#par_id3147242.112.help.text
-msgid "<emph>Icon</emph>"
-msgstr "<emph>ხატულა</emph>"
+#. .19Q
+#: 06050100.xhp
+msgctxt ""
+"06050100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Bullets"
+msgstr ""
-#: 01010000.xhp#par_id3149580.113.help.text
-msgid "<emph>Name</emph>"
-msgstr "<emph>სახელი</emph>"
+#. QPC-
+#: 06050100.xhp
+msgctxt ""
+"06050100.xhp\n"
+"bm_id3150502\n"
+"help.text"
+msgid "<bookmark_value>bullets;paragraphs</bookmark_value> <bookmark_value>paragraphs; inserting bullets</bookmark_value> <bookmark_value>inserting; paragraph bullets</bookmark_value>"
+msgstr ""
-#: 01010000.xhp#par_id3153258.114.help.text
-msgid "<emph>Function</emph>"
-msgstr "<emph>ფუნქცია</emph>"
+#. ?:!T
+#: 06050100.xhp
+#, fuzzy
+msgctxt ""
+"06050100.xhp\n"
+"hd_id3150502\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06050100.xhp\" name=\"Bullets\">Bullets</link>"
+msgstr "<link href=\"text/shared/01/02040000.xhp\" name=\"Cut\">ამოჭრა</link>"
-#: 01010000.xhp#par_id3145317.help.text
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153821\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153821\">ხატულა</alt></image>"
+#. 0pgc
+#: 06050100.xhp
+msgctxt ""
+"06050100.xhp\n"
+"par_id3155069\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays the different bullet styles that you can apply.</ahelp>"
+msgstr ""
-#: 01010000.xhp#par_id3153349.61.help.text
-msgid "Text Document"
-msgstr "ტექსტური დოკუმენტი"
+#. izlt
+#: 06050100.xhp
+msgctxt ""
+"06050100.xhp\n"
+"par_id0202200910514673\n"
+"help.text"
+msgid "Bullets and Numbering of paragraphs is supported only in Writer, Impress and Draw."
+msgstr ""
-#: 01010000.xhp#par_id3156153.62.help.text
-msgid "Creates a new text document ($[officename] Writer)."
-msgstr "ქმნის ახალ ტექსტურ დოკუმენტს ($[officename] Writer)."
+#. rBFU
+#: 06050100.xhp
+msgctxt ""
+"06050100.xhp\n"
+"hd_id3153255\n"
+"3\n"
+"help.text"
+msgid "Selection"
+msgstr ""
-#: 01010000.xhp#par_id3145121.help.text
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150503\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150503\">ხატულა</alt></image>"
+#. A,(t
+#: 06050100.xhp
+msgctxt ""
+"06050100.xhp\n"
+"par_id3155364\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_VALUESET_BULLET\">Click the bullet style that you want to use.</ahelp>"
+msgstr ""
-#: 01010000.xhp#par_id3148552.63.help.text
-msgid "Spreadsheet"
-msgstr "ელექტრონული ცხრილი"
+#. @z?^
+#: 06050100.xhp
+msgctxt ""
+"06050100.xhp\n"
+"par_id3149549\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06050600.xhp\" name=\"Position tab (Numbering/Bullets dialog)\">Position tab (Bullets and Numbering dialog)</link>"
+msgstr ""
-#: 01010000.xhp#par_id3154280.64.help.text
-msgid "Creates a new spreadsheet document ($[officename] Calc)."
-msgstr "ქმნის ახალ ელექტრონული ცხრილის დოკუმენტს ($[officename] Calc)."
+#. xk/I
+#: 06050100.xhp
+msgctxt ""
+"06050100.xhp\n"
+"par_id3154317\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options tab (Numbering/Bullets dialog)\">Options tab (Bullets and Numbering dialog)</link>"
+msgstr ""
-#: 01010000.xhp#par_id3149456.help.text
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
+#. nBTp
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Options"
+msgstr ""
-#: 01010000.xhp#par_id3153798.65.help.text
-msgid "Presentation"
-msgstr "პრეზენტაცია"
+#. 8U!Q
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"bm_id3155620\n"
+"help.text"
+msgid "<bookmark_value>AutoCorrect function; options</bookmark_value> <bookmark_value>replacement options</bookmark_value> <bookmark_value>words; automatically replacing</bookmark_value> <bookmark_value>abbreviation replacement</bookmark_value> <bookmark_value>capital letters; AutoCorrect function</bookmark_value> <bookmark_value>bold; AutoFormat function</bookmark_value> <bookmark_value>underlining; AutoFormat function</bookmark_value> <bookmark_value>spaces; ignoring double</bookmark_value> <bookmark_value>numbering; using automatically</bookmark_value> <bookmark_value>paragraphs; numbering automatically</bookmark_value> <bookmark_value>tables in text; creating automatically</bookmark_value> <bookmark_value>titles; formatting automatically</bookmark_value> <bookmark_value>empty paragraph removal</bookmark_value> <bookmark_value>paragraphs; removing blank ones</bookmark_value> <bookmark_value>styles; replacing automatically</bookmark_value> <bookmark_value>user-defined styles; automatically replacing</bookmark_value> <bookmark_value>bullets; replacing</bookmark_value> <bookmark_value>paragraphs; joining</bookmark_value> <bookmark_value>joining; paragraphs</bookmark_value>"
+msgstr ""
-#: 01010000.xhp#par_id3154946.66.help.text
-msgid "Creates a new presentation document ($[officename] Impress). The <link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation Wizard\">Presentation Wizard</link> dialog appears."
-msgstr "ქმნის ახალ საპრეზენტაციო დოკუმენტს ($[officename] Impress). The <link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation Wizard\">პრეზენტაციის ოსტატი</link> dialog appears."
+#. (ZIZ
+#: 06040100.xhp
+#, fuzzy
+msgctxt ""
+"06040100.xhp\n"
+"hd_id3155620\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06040100.xhp\" name=\"Options\">Options</link>"
+msgstr "<link href=\"text/shared/01/01010203.xhp\" name=\"Options\">პარამეტრები</link>"
-#: 01010000.xhp#par_id3150495.help.text
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154329\">Icon</alt></image>"
-msgstr "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154329\">ხატულა</alt></image>"
+#. ]1]Y
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3146946\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OFAPAGE_AUTOFORMAT_CLB\">Select the options for automatically correcting errors as you type, and then click <emph>OK</emph>.</ahelp>"
+msgstr ""
-#: 01010000.xhp#par_id3154217.99.help.text
-msgid "Drawing"
-msgstr "ნახატი"
+#. b*Q$
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3153124\n"
+"32\n"
+"help.text"
+msgid "In text documents, you can choose to apply the AutoCorrect corrections while you type [T], or only when you modify existing text [M] with <emph>Format - AutoCorrect - Apply</emph>."
+msgstr ""
-#: 01010000.xhp#par_id3149167.100.help.text
-msgid "Creates a new drawing document ($[officename] Draw)."
-msgstr "ქმნის ახალ სახატავ დოკუმენტს ($[officename] Draw)."
+#. .PWT
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id7547227\n"
+"help.text"
+msgid "When you choose to modify existing text with all options deselected, still all \"Default\" paragraph styles will be converted to \"Text body\" styles."
+msgstr ""
-#: 01010000.xhp#par_idN1089C.help.text
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">ხატულა</alt></image>"
+#. #Vy0
+#: 06040100.xhp
+#, fuzzy
+msgctxt ""
+"06040100.xhp\n"
+"hd_id3154398\n"
+"3\n"
+"help.text"
+msgid "Use replacement table"
+msgstr "ჩანაცვლების ცხრილი"
-#: 01010000.xhp#par_idN108CB.help.text
-msgctxt "01010000.xhp#par_idN108CB.help.text"
-msgid "Database"
+#. yGZD
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3151234\n"
+"4\n"
+"help.text"
+msgid "If you type a letter combination that matches a shortcut in the <link href=\"text/shared/01/06040200.xhp\" name=\"replacement table\">replacement table</link>, the letter combination is replaced with the replacement text."
msgstr ""
-#: 01010000.xhp#par_idN108D0.help.text
-msgid "Opens the <link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link> to create a <link href=\"text/shared/explorer/database/dabadoc.xhp\">database file</link>."
-msgstr "Opens the <link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link> to create a <link href=\"text/shared/explorer/database/dabadoc.xhp\">მონაცემთა ბაზის ფაილი</link>."
+#. ,AfV
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"hd_id3150144\n"
+"5\n"
+"help.text"
+msgid "Correct TWo INitial CApitals"
+msgstr ""
-#: 01010000.xhp#par_id3159149.help.text
-msgid "<image id=\"img_id3150868\" src=\"res/sx03139.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150868\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150868\" src=\"res/sx03139.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150868\">ხატულა</alt></image>"
+#. W4s1
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3149177\n"
+"6\n"
+"help.text"
+msgid "If you type two uppercase letters at the beginning of a \"WOrd\", the second uppercase letter is automatically replaced with a lowercase letter."
+msgstr ""
-#: 01010000.xhp#par_id3154298.79.help.text
-msgid "HTML Document"
-msgstr "HTML დოკუმენტი"
+#. 3lD$
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"hd_id3156426\n"
+"7\n"
+"help.text"
+msgid "Capitalize first letter of every sentence."
+msgstr ""
-#: 01010000.xhp#par_id3152460.80.help.text
-msgid "Creates a new HTML document."
-msgstr "შექმენი ახალი HTML დოკუმენტი"
+#. pcs.
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3155339\n"
+"8\n"
+"help.text"
+msgid "Capitalizes the first letter of every sentence."
+msgstr ""
-#: 01010000.xhp#par_idN107BF.help.text
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">ხატულა</alt></image>"
+#. f*D(
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id5240028\n"
+"help.text"
+msgid "The first letter in a Calc cell will never be capitalized automatically."
+msgstr ""
-#: 01010000.xhp#par_idN107F0.help.text
-msgid "XML Form Document"
-msgstr "XML ფორმის დოკუმენტი"
+#. I:JC
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"hd_id3145072\n"
+"24\n"
+"help.text"
+msgid "Automatic *bold* and _underline_"
+msgstr ""
-#: 01010000.xhp#par_idN107F5.help.text
-msgid "Creates a new <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
-msgstr "ქმნის ახალ <link href=\"text/shared/guide/xforms.xhp\">XForms</link> დოკუმენტს."
+#. EZ@V
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3153577\n"
+"26\n"
+"help.text"
+msgid "Automatically applies bold formatting to text enclosed by asterisks (*), and underline to text enclosed by underscores ( _ ), for example, *bold*. The asterisks and underscores are not displayed after the formatting is applied."
+msgstr ""
-#: 01010000.xhp#par_id3147426.help.text
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163710\">Icon</alt></image>"
-msgstr "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163710\">ხატულა</alt></image>"
+#. 3`B=
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3153127\n"
+"105\n"
+"help.text"
+msgid "This feature does not work if the formatting characters * or _ are entered with an <link href=\"text/shared/00/00000005.xhp#IME\" name=\"Input Method Editor\">Input Method Editor</link>."
+msgstr ""
-#: 01010000.xhp#par_id3152938.89.help.text
-msgctxt "01010000.xhp#par_id3152938.89.help.text"
-msgid "Master Document"
+#. x@3v
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"hd_id3150275\n"
+"17\n"
+"help.text"
+msgid "URL Recognition"
msgstr ""
-#: 01010000.xhp#par_id3150961.90.help.text
-msgid "Creates a new <link href=\"text/shared/01/01010001.xhp\" name=\"master document\">master document</link>."
-msgstr "ქმნის ახალ <link href=\"text/shared/01/01010001.xhp\" name=\"master document\">ძირითად დოკუმენტს</link>."
+#. `m`H
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3158430\n"
+"18\n"
+"help.text"
+msgid "Automatically creates a hyperlink when you type a <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link>."
+msgstr ""
-#: 01010000.xhp#par_id3155854.help.text
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147317\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147317\">ხატულა</alt></image>"
+#. R)=\
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"hd_id3148473\n"
+"19\n"
+"help.text"
+msgid "Replace Dashes"
+msgstr ""
-#: 01010000.xhp#par_id3155511.77.help.text
-msgctxt "01010000.xhp#par_id3155511.77.help.text"
-msgid "Formula"
+#. krQ8
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3144439\n"
+"20\n"
+"help.text"
+msgid "Replaces one or two hyphens with a long dash (see the following table)."
msgstr ""
-#: 01010000.xhp#par_id3150872.78.help.text
-msgid "Creates a new formula document ($[officename] Math)."
-msgstr "ქმნის ახალ ფორმულა დოკუმენტს ($[officename] Math)."
+#. )W!v
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id87282\n"
+"help.text"
+msgid "Text will be replaced after you type a trailing white space (space, tab, or return). In the following table, the A and B represent text consisting of letters A to z or digits 0 to 9."
+msgstr ""
-#: 01010000.xhp#par_id3154145.help.text
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3083443\">Icon</alt></image>"
-msgstr "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3083443\">ხატულა</alt></image>"
+#. mq+P
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3408612\n"
+"help.text"
+msgid "Text that you type:"
+msgstr ""
-#: 01010000.xhp#par_id3149417.105.help.text
-msgctxt "01010000.xhp#par_id3149417.105.help.text"
-msgid "Labels"
+#. 2OcR
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id4362010\n"
+"help.text"
+msgid "Result that you get:"
msgstr ""
-#: 01010000.xhp#par_id3148388.106.help.text
-#, fuzzy
-msgid "Opens the <link href=\"text/shared/01/01010200.xhp\" name=\"Labels\">Labels</link> dialog where you can set the options for your labels, and then creates a new text document for the labels ($[officename] Writer)."
-msgstr "ხსნის the <link href=\"text/shared/01/01010300.xhp\" name=\"Business Cards\">Business Cards</link> დიალოგს, სადაც თქვენ შეგიძლიათ განსაზღვროთ თქვენი სავიზიტო ბარათის პარამეტრები და შემდეგ ხსნის ახალ ტექსტურ დოკუმენტს. ($[officename] Writer)."
+#. QtHo
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id1432844\n"
+"help.text"
+msgid "A - B (A, space, minus, space, B)"
+msgstr ""
-#: 01010000.xhp#par_id3155415.help.text
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156283\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156283\">ხატულა</alt></image>"
+#. 4(t`
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id7553941\n"
+"help.text"
+msgid "A – B (A, space, en-dash, space, B)"
+msgstr ""
-#: 01010000.xhp#par_id3150592.107.help.text
-msgctxt "01010000.xhp#par_id3150592.107.help.text"
-msgid "Business Cards"
-msgstr "სავიზიტო ბარათები"
+#. MViP
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id1421246\n"
+"help.text"
+msgid "A -- B (A, space, minus, minus, space, B)"
+msgstr ""
-#: 01010000.xhp#par_id3150968.108.help.text
-msgid "Opens the <link href=\"text/shared/01/01010300.xhp\" name=\"Business Cards\">Business Cards</link> dialog where you can set the options for your business cards, and then creates a new text document ($[officename] Writer)."
-msgstr "ხსნის the <link href=\"text/shared/01/01010300.xhp\" name=\"Business Cards\">Business Cards</link> დიალოგს, სადაც თქვენ შეგიძლიათ განსაზღვროთ თქვენი სავიზიტო ბარათის პარამეტრები და შემდეგ ხსნის ახალ ტექსტურ დოკუმენტს. ($[officename] Writer)."
+#. s}07
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id2305673\n"
+"help.text"
+msgid "A – B (A, space, en-dash, space, B)"
+msgstr ""
-#: 01010000.xhp#par_id3154729.help.text
-msgid "<image id=\"img_id3150422\" src=\"res/sx03242.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150422\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150422\" src=\"res/sx03242.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150422\">ხატულა</alt></image>"
+#. %sCj
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id8703573\n"
+"help.text"
+msgid "A--B (A, minus, minus, B)"
+msgstr ""
-#: 01010000.xhp#par_id3154510.69.help.text
-msgctxt "01010000.xhp#par_id3154510.69.help.text"
-msgid "Templates and Documents"
+#. ^9q4
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id6049684\n"
+"help.text"
+msgid "A—B (A, em-dash, B)<br/>(see note below the table)"
msgstr ""
-#: 01010000.xhp#par_id3155603.70.help.text
-msgid "Creates a new document using an existing <link href=\"text/shared/01/01010100.xhp\" name=\"template\">template</link> or opens a sample document."
-msgstr "ქმნის ახალ დოკუმენტს არსებული შაბლონის გამოყენებით,C <link href=\"text/shared/01/01010100.xhp\" name=\"template\">template</link> ან ხსნის ახალ დოკუმენტს."
+#. l9sa
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id2219916\n"
+"help.text"
+msgid "A-B (A, minus, B)"
+msgstr ""
-#: 01010000.xhp#par_idN1096F.help.text
-msgid "<link href=\"text/shared/guide/doc_open.xhp\">Opening documents</link>"
-msgstr "<link href=\"text/shared/guide/doc_open.xhp\">დოკუმენტები იხსნება</link>"
+#. My;\
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id1868037\n"
+"help.text"
+msgid "A-B (unchanged)"
+msgstr ""
-#: 01010000.xhp#par_idN109E7.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Creates a new text document ($[officename] Writer).</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ ტექსტურ დოკუმენტს ($[officename] Writer).</ahelp>"
+#. Wf!k
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id714438\n"
+"help.text"
+msgid "A -B (A, space, minus, B)"
+msgstr ""
-#: 01010000.xhp#par_idN109FE.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Creates a new spreadsheet document ($[officename] Calc).</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ ელექტრონული ცხრილის დოკუმენტს ($[officename] Calc).</ahelp>"
+#. jw+)
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3924985\n"
+"help.text"
+msgid "A -B (unchanged)"
+msgstr ""
-#: 01010000.xhp#par_idN10A15.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Creates a new presentation document ($[officename] Impress). The Presentation Wizard dialog appears.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საპრეზენტაციო დოკუმენტს($[officename] Impress). The Presentation Wizard dialog appears.</ahelp>"
+#. F2.Y
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id1486861\n"
+"help.text"
+msgid "A --B (A, space, minus, minus, B)"
+msgstr ""
-#: 01010000.xhp#par_idN10A2C.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Creates a new drawing document ($[officename] Draw).</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ სახატავის დოკუმენტს ($[officename] Draw).</ahelp>"
+#. :_w3
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id844141\n"
+"help.text"
+msgid "A –B (A, space, en-dash, B)"
+msgstr ""
-#: 01010000.xhp#par_idN10A43.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Database Wizard to create a database file.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ხსნის მონაცემთა ბაზის ოსტატს მონაცემთა ფაილის შესაქმნელად.</ahelp>"
+#. $l|\
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id1416974\n"
+"help.text"
+msgid "If the text has the Hungarian or Finnish language attribute, then two hyphens in the sequence A--B are replaced by an en-dash instead of an em-dash."
+msgstr ""
-#: 01010000.xhp#par_idN10A5A.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Creates a new HTML document.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ HTML დოკუმენტს.</ahelp>"
+#. ?I{v
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"hd_id3152472\n"
+"99\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Delete spaces and tabs at beginning and end of paragraph</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-#: 01010000.xhp#par_idN10A71.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Creates a new XForms document.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ X ფორმის დოკუმენტს.</ahelp>"
+#. {N5*
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3156024\n"
+"100\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Removes spaces and tabs at the beginning of a paragraph. To use this option, the <emph>Apply Styles</emph> option must also be selected.</caseinline></switchinline>"
+msgstr ""
-#: 01010000.xhp#par_idN10A88.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Creates a new master document.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. V](J
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"hd_id3147303\n"
+"101\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Delete blanks and tabs at end and start of lines</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-#: 01010000.xhp#par_idN10A9F.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Creates a new formula document ($[officename] Math).</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ ფორმულა დოკუმენტს ($[officename] Math).</ahelp>"
+#. Cx?j
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3150866\n"
+"102\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Removes spaces and tabs at the beginning of each line. To use this option, the <emph>Apply Styles</emph> option must also be selected.</caseinline></switchinline>"
+msgstr ""
-#: 01010000.xhp#par_idN10AB6.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Labels dialog where you can set the options for your labels, and then creates a new text document for the labels ($[officename] Writer).</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ხსნის იარლიყების დიალოგის ფანჯარას სადაც შეგიძლიათ განსაზღვროთ თქვენი იარლიყების პარამეტრები და შემდეგ ქმნის ახალ ტექსტურ დოკუმენტს ამ იარლიყებისათვის ($[officename] Writer).</ahelp>"
+#. fAa-
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"hd_id3150400\n"
+"28\n"
+"help.text"
+msgid "Ignore double spaces"
+msgstr ""
-#: 01010000.xhp#par_idN10ACD.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Business Cards dialog where you can set the options for your business cards, and then creates a new text document ($[officename] Writer).</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ხსნის დიალოგს, სადაც თქვენ შეგიძლიათ განსაზღვროთ თქვენი სავიზიტო ბარათის პარამეტრები და შემდეგ ხსნის ახალ ტექსტურ დოკუმენტს($[officename] Writer).</ahelp>"
+#. :yd-
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3154938\n"
+"29\n"
+"help.text"
+msgid "Replaces two or more consecutive spaces with a single space."
+msgstr ""
-#: 01010000.xhp#par_idN10AE4.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Creates a new document using an existing template or opens a sample document.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">არსებული შაბლონის გამოყენებით ქმნის ახალ დოკუმენტს ან ხსნის ნიმუშ დოკუმენტს .</ahelp>"
+#. );Ii
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"hd_id3145116\n"
+"33\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Apply numbering - symbol</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ხაზების რაოდენობა: </caseinline></switchinline>"
-#: 04160300.xhp#tit.help.text
-msgctxt "04160300.xhp#tit.help.text"
-msgid "Formula"
+#. dT:_
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3150870\n"
+"34\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Automatically creates a numbered list when you press Enter at the end of a line that starts with a number followed by a period, a space, and text. If a line starts with a hyphen (-), a plus sign (+), or an asterisk (*), followed by a space, and text, a bulleted list is created when you press Enter.</caseinline></switchinline>"
msgstr ""
-#: 04160300.xhp#bm_id3152937.help.text
-msgid "<bookmark_value>formulas; starting formula editor</bookmark_value><bookmark_value>$[officename] Math start</bookmark_value><bookmark_value>Math formula editor</bookmark_value><bookmark_value>equations in formula editor</bookmark_value><bookmark_value>editors;formula editor</bookmark_value>"
+#. |Y0z
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3146874\n"
+"92\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">To cancel automatic numbering when you press Enter at the end of a line that starts with a numbering symbol, press Enter again.</caseinline></switchinline>"
msgstr ""
-#: 04160300.xhp#hd_id3152937.1.help.text
-msgctxt "04160300.xhp#hd_id3152937.1.help.text"
-msgid "Formula"
+#. t)0n
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3145606\n"
+"77\n"
+"help.text"
+msgid "The automatic numbering option is only applied to paragraphs that are formatted with the \"Default\", \"Text body\", or \"Text body indent\" paragraph style."
msgstr ""
-#: 04160300.xhp#par_id3149495.2.help.text
-msgid "<variable id=\"starmath\"><ahelp hid=\".uno:InsertObjectStarMath\">Inserts a formula into the current document.</ahelp><switchinline select=\"appl\"><caseinline select=\"MATH\"></caseinline><defaultinline> For more information open the $[officename] Math Help.</defaultinline></switchinline></variable>"
+#. /=dk
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"hd_id3157962\n"
+"35\n"
+"help.text"
+msgid "Apply border"
msgstr ""
-#: 04160300.xhp#par_id3154317.help.text
-#, fuzzy
-msgid "<link href=\"text/smath/main0000.xhp\" name=\"Formulas\">Formulas</link>"
-msgstr "<link href=\"text/shared/01/01010202.xhp\" name=\"Format\">ფორმატი</link>"
-
-#: 05250500.xhp#tit.help.text
-msgid "To Foreground"
+#. )(OB
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3144445\n"
+"36\n"
+"help.text"
+msgid "Automatically applies a border at the base of the preceding paragraph when you type three or more specific characters, and then press Enter. To create a single line, type three or more hyphens (-), or underscores ( _ ), and then press Enter. To create a double line, type three or more equal signs (=), asterisks (*), tildes (~), or hash marks (#), and then press Enter."
msgstr ""
-#: 05250500.xhp#hd_id3150278.1.help.text
-msgid "<variable id=\"foreground\"><link href=\"text/shared/01/05250500.xhp\" name=\"To Foreground\">To Foreground</link></variable>"
+#. +*;a
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_idN10C2E\n"
+"help.text"
+msgid "To delete the created line, click the paragraph above the line, choose <emph>Format - Paragraph - Borders</emph>, delete the bottom border."
msgstr ""
-#: 05250500.xhp#par_id3151387.2.help.text
-msgid "<ahelp hid=\".uno:SetObjectToForeground\">Moves the selected object in front of text.</ahelp>"
+#. |~Ai
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_idN10C35\n"
+"help.text"
+msgid "The following table summarizes the line thickness for the different characters:"
msgstr ""
-#: 05250500.xhp#par_id3147000.6.help.text
-#, fuzzy
-msgctxt "05250500.xhp#par_id3147000.6.help.text"
-msgid "<link href=\"text/shared/01/05250000.xhp\" name=\"Layer\">Layer</link>"
-msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-
-#: 06010500.xhp#tit.help.text
-msgctxt "06010500.xhp#tit.help.text"
-msgid "Language"
+#. 5]\[
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3148576\n"
+"37\n"
+"help.text"
+msgid "---"
msgstr ""
-#: 06010500.xhp#par_idN1055C.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/06010500.xhp\">Language</link>"
-msgstr "<link href=\"text/shared/01/02060000.xhp\" name=\"Paste\">ჩასმა</link>"
-
-#: 06010500.xhp#par_idN1056C.help.text
-msgid "<ahelp hid=\".\">Opens a submenu where you can choose language specific commands.</ahelp>"
+#. dP!`
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3154690\n"
+"38\n"
+"help.text"
+msgid "0.5pt single underline"
msgstr ""
-#: 06010500.xhp#hd_id5787224.help.text
-msgid "For Selection"
+#. O6$V
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3154472\n"
+"39\n"
+"help.text"
+msgid "___"
msgstr ""
-#: 06010500.xhp#par_id1507309.help.text
-msgid "<ahelp hid=\".\">Opens a submenu. Choose a language for the selected text. <br/>Choose None to exclude the selected text from spellchecking and hyphenation.<br/>Choose More to open a dialog with more options.</ahelp>"
+#. VC:j
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3149266\n"
+"40\n"
+"help.text"
+msgid "1.0pt single underline"
msgstr ""
-#: 06010500.xhp#hd_id7693411.help.text
-msgid "For Paragraph"
+#. +:yV
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3147580\n"
+"41\n"
+"help.text"
+msgid "==="
msgstr ""
-#: 06010500.xhp#par_id3928952.help.text
-msgid "<ahelp hid=\".\">Opens a submenu. Choose a language for the current paragraph. <br/>Choose None to exclude the current paragraph from spellchecking and hyphenation.<br/>Choose More to open a dialog with more options.</ahelp>"
+#. T[nD
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3145364\n"
+"42\n"
+"help.text"
+msgid "1.1pt double underline"
msgstr ""
-#: 06010500.xhp#hd_id5206762.help.text
-msgid "For all Text"
+#. Fb!z
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3148647\n"
+"43\n"
+"help.text"
+msgid "***"
msgstr ""
-#: 06010500.xhp#par_id5735953.help.text
-msgid "<ahelp hid=\".\">Opens a submenu. Choose a language for all text. <br/>Choose None to exclude all text from spellchecking and hyphenation.<br/>Choose More to open a dialog with more options.</ahelp>"
+#. RWem
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3152791\n"
+"44\n"
+"help.text"
+msgid "4.5pt double underline"
msgstr ""
-#: 06010500.xhp#par_idN105AF.help.text
-msgctxt "06010500.xhp#par_idN105AF.help.text"
-msgid "Hyphenation"
+#. 67H\
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3146975\n"
+"45\n"
+"help.text"
+msgid "~~~"
msgstr ""
-#: 06010500.xhp#par_idN105B3.help.text
-msgid "Opens the <link href=\"text/shared/01/05340300.xhp\">Format - Cells - Alignment</link> tab page."
+#. 2nf\
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3152885\n"
+"46\n"
+"help.text"
+msgid "6.0pt double underline"
msgstr ""
-#: 06010500.xhp#par_idN105D0.help.text
-msgctxt "06010500.xhp#par_idN105D0.help.text"
-msgid "Hyphenation"
+#. [Nox
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3145591\n"
+"47\n"
+"help.text"
+msgid "###"
msgstr ""
-#: 06010500.xhp#par_idN105D4.help.text
-msgctxt "06010500.xhp#par_idN105D4.help.text"
-msgid "Turns hyphenation on and off."
+#. KVOf
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3153188\n"
+"48\n"
+"help.text"
+msgid "9.0pt double underline"
msgstr ""
-#: 06010500.xhp#par_idN105E7.help.text
-msgctxt "06010500.xhp#par_idN105E7.help.text"
-msgid "Hyphenation"
-msgstr ""
+#. @EeD
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"hd_id3149064\n"
+"49\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Create table</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-#: 06010500.xhp#par_idN105EB.help.text
-msgctxt "06010500.xhp#par_idN105EB.help.text"
-msgid "Turns hyphenation on and off."
+#. Rwaw
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3146119\n"
+"50\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Creates a table when you press Enter after typing a series of hyphens (-) or tabs separated by plus signs, that is, +------+---+. Plus signs indicate column dividers, while hyphens and tabs indicate the width of a column.</caseinline></switchinline>"
msgstr ""
-#: 06010500.xhp#hd_id0805200811534540.help.text
-msgid "More Dictionaries Online"
+#. =-G@
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3147219\n"
+"53\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">+-----------------+---------------+------+</caseinline></switchinline>"
msgstr ""
-#: 06010500.xhp#par_id0805200811534630.help.text
-msgid "<ahelp hid=\".\">Opens the default browser on the dictionaries extension page.</ahelp>"
-msgstr ""
+#. |qmW
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"hd_id3153334\n"
+"55\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Apply Styles</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-#: 06050400.xhp#tit.help.text
-msgctxt "06050400.xhp#tit.help.text"
-msgid "Graphics"
+#. UbZf
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3147396\n"
+"56\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Automatically replaces the \"Default\" paragraph style with the Heading 1 to Heading 8 paragraph styles. To apply the Heading 1 paragraph style, type the text that you want to use as a heading (without a period), and then press Enter twice. To apply a sub-heading, press Tab one or more times, type the text (without a period), and then press Enter.</caseinline></switchinline>"
msgstr ""
-#: 06050400.xhp#hd_id0611200904373284.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/06050400.xhp\" name=\"Graphics\">Graphics</link>"
-msgstr "<link href=\"text/shared/01/01010200.xhp\" name=\"Labels\">იარლიყები</link>"
+#. J])T
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"hd_id3151075\n"
+"58\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Remove blank paragraphs</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">პარაგრაფების რაოდენობა: </caseinline></switchinline>"
-#: 06050400.xhp#par_id0611200904373226.help.text
-msgid "<ahelp hid=\".\">Displays the different graphics that you can use as bullets in a bulleted list.</ahelp>"
+#. l/*E
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3145728\n"
+"59\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Removes empty paragraphs from the current document when you choose <emph>Format - AutoCorrect - Apply</emph>.</caseinline></switchinline>"
msgstr ""
-#: 06050400.xhp#hd_id0611200904361573.help.text
-msgctxt "06050400.xhp#hd_id0611200904361573.help.text"
-msgid "Selection"
-msgstr ""
+#. sI`S
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"hd_id3152375\n"
+"60\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Replace Custom Styles</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-#: 06050400.xhp#par_id061120090436150.help.text
-msgid "<ahelp hid=\".\">Click the graphics that you want to use as bullets.</ahelp>"
+#. ?blW
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3156299\n"
+"61\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Replaces the custom paragraph styles in the current document with the \"Default\", the \"Text Body\", or the \"Text Body Indent\" paragraph style.</caseinline></switchinline>"
msgstr ""
-#: 06050400.xhp#hd_id061120090436157.help.text
-msgid "Link graphics"
-msgstr ""
+#. #3V(
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"hd_id3147045\n"
+"62\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Replace bullets with</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-#: 06050400.xhp#par_id0611200904361575.help.text
-msgid "<ahelp hid=\".\">If enabled, the graphics are inserted as links. If not enabled, the graphics are embedded into the document.</ahelp>"
+#. GU,J
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3150420\n"
+"63\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Converts paragraphs that start with a hyphen (-), a plus sign (+), or an asterisk (*) directly followed by a space or a tab, to bulleted lists. This option only works on paragraphs that are formatted with the \"Default\", \"Text Body\", or \"Text Body Indent\" paragraph styles. To change the bullet style that is used, select this option, and then click <emph>Edit</emph>.</caseinline></switchinline>"
msgstr ""
-#: 06050400.xhp#par_id061120090437338.help.text
-msgctxt "06050400.xhp#par_id061120090437338.help.text"
-msgid "<link href=\"text/shared/01/06050600.xhp\" name=\"Position tab (Numbering/Bullets dialog)\">Position tab (Bullets and Numbering dialog)</link>"
+#. QvUI
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"hd_id3151019\n"
+"66\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Combine single line paragraphs if length greater than ...</caseinline></switchinline>"
msgstr ""
-#: 06050400.xhp#par_id0611200904373391.help.text
-msgctxt "06050400.xhp#par_id0611200904373391.help.text"
-msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options tab (Numbering/Bullets dialog)\">Options tab (Bullets and Numbering dialog)</link>"
+#. ;w08
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3154162\n"
+"67\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Combines consecutive single-line paragraphs into a single paragraph. This option only works on paragraphs that use the \"Default\" paragraph style. If a paragraph is longer than the specified length value, the paragraph is combined with the next paragraph. To enter a different length value, select the option, and then click <link href=\"text/swriter/01/05150104.xhp\"><emph>Edit</emph></link>.</caseinline></switchinline>"
msgstr ""
-#: 05230400.xhp#tit.help.text
-msgid "Slant & Corner Radius"
+#. qih/
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id1218200910244459\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Modifies the selected AutoCorrect option.</ahelp>"
msgstr ""
-#: 05230400.xhp#bm_id3149988.help.text
-msgid "<bookmark_value>slanting draw objects</bookmark_value><bookmark_value>draw objects; slanting</bookmark_value><bookmark_value>areas; slanting</bookmark_value>"
+#. rk5K
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"hd_id3144749\n"
+"75\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Edit</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
+
+#. hFpl
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id3153841\n"
+"76\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"OFFMGR:PUSHBUTTON:RID_OFAPAGE_AUTOFMT_APPLY:PB_EDIT\">Modifies the selected AutoCorrect option.</ahelp></caseinline></switchinline>"
msgstr ""
-#: 05230400.xhp#hd_id3149988.1.help.text
-msgid "<link href=\"text/shared/01/05230400.xhp\" name=\"Slant & Corner Radius\">Slant & Corner Radius</link>"
+#. vq:6
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Asian Layout"
+msgstr "აზიური განლაგება"
+
+#. OjfF
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"bm_id3156053\n"
+"help.text"
+msgid "<bookmark_value>double-line writing in Asian layout</bookmark_value><bookmark_value>formats; Asian layout</bookmark_value><bookmark_value>characters; Asian layout</bookmark_value><bookmark_value>text; Asian layout</bookmark_value>"
msgstr ""
-#: 05230400.xhp#par_id3154788.2.help.text
-msgid "<ahelp hid=\"HID_TRANS_SLANT\">Slants the selected object, or rounds the corners of a rectangular object.</ahelp>"
+#. RSIG
+#: 05020600.xhp
+#, fuzzy
+msgctxt ""
+"05020600.xhp\n"
+"hd_id3156053\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020600.xhp\" name=\"Asian Layout\">Asian Layout</link>"
+msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
+
+#. *?PH
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"par_id3155351\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"\">Sets the options for double-line writing for Asian languages. Select the characters in your text, and then choose this command.</ahelp>"
msgstr ""
-#: 05230400.xhp#hd_id3154497.3.help.text
-msgid "Corner Radius"
+#. (H8W
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"hd_id3152552\n"
+"3\n"
+"help.text"
+msgid "Double-lined"
msgstr ""
-#: 05230400.xhp#par_id3156027.4.help.text
-msgid "You can only round the corners of a rectangular object."
+#. ;V6q
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"par_id3155338\n"
+"4\n"
+"help.text"
+msgid "Set the double-line options for the selected text."
msgstr ""
-#: 05230400.xhp#hd_id3153935.5.help.text
-msgid "Radius"
+#. g9ge
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"hd_id3147089\n"
+"5\n"
+"help.text"
+msgid "Write in double lines"
msgstr ""
-#: 05230400.xhp#par_id3147373.6.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_SLANT:MTR_FLD_RADIUS\">Enter the radius of the circle that you want to use to round the corners.</ahelp>"
+#. 3048
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"par_id3150693\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/twolinespage/twolines\">Allows you to write in double lines in the area that you selected in the current document.</ahelp>"
msgstr ""
-#: 05230400.xhp#hd_id3145090.7.help.text
-msgctxt "05230400.xhp#hd_id3145090.7.help.text"
-msgid "Slant"
+#. ^hd5
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"hd_id3157959\n"
+"7\n"
+"help.text"
+msgid "Enclosing characters"
msgstr ""
-#: 05230400.xhp#par_id3153345.8.help.text
-msgid "Slants the selected object along an axis that you specify."
+#. 7m;^
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"par_id3154749\n"
+"8\n"
+"help.text"
+msgid "Specify the characters to enclose the double-lined area."
msgstr ""
-#: 05230400.xhp#hd_id3154983.9.help.text
-msgctxt "05230400.xhp#hd_id3154983.9.help.text"
-msgid "Angle"
+#. SG~~
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"hd_id3148539\n"
+"9\n"
+"help.text"
+msgid "Initial character"
msgstr ""
-#: 05230400.xhp#par_id3153683.10.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_SLANT:MTR_FLD_ANGLE\">Enter the angle of the slant axis.</ahelp>"
+#. [b=C
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"par_id3150504\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/twolinespage/startbracket\">Select the character to define the start of the double-lined area. If you want to choose a custom character, select <emph>Other Characters</emph>.</ahelp>"
msgstr ""
-#: 01020103.xhp#tit.help.text
-msgctxt "01020103.xhp#tit.help.text"
-msgid "Filter Selection"
+#. pX)W
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"hd_id3159115\n"
+"11\n"
+"help.text"
+msgid "Final character"
msgstr ""
-#: 01020103.xhp#hd_id3152876.1.help.text
-msgctxt "01020103.xhp#hd_id3152876.1.help.text"
-msgid "Filter Selection"
+#. !e3j
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"par_id3149191\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/twolinespage/endbracket\">Select the character to define the end of the double-lined area. If you want to choose a custom character, select <emph>Other Characters</emph>.</ahelp>"
msgstr ""
-#: 01020103.xhp#par_id3154926.2.help.text
-msgid "Allows you to select an import filter."
-msgstr "საშუალებას გაძლევთ მონიშნოთ იმპორტირებული ფილტრი."
+#. Z{WU
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Character"
+msgstr "ნებისმიერი სიმბოლო"
-#: 01020103.xhp#hd_id3151100.4.help.text
-msgctxt "01020103.xhp#hd_id3151100.4.help.text"
-msgid "Filter list"
+#. ~9uU
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"hd_id3150347\n"
+"1\n"
+"help.text"
+msgid "Character"
+msgstr "ნებისმიერი სიმბოლო"
+
+#. W0rd
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"par_id3153272\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"zeichentext\"><ahelp hid=\".uno:FontDialog\">Changes the font and the font formatting for the selected characters.</ahelp></variable>"
msgstr ""
-#: 01020103.xhp#par_id3159201.5.help.text
-msgid "<ahelp hid=\"SFX2:LISTBOX:DLG_FILTER_SELECT:LB_DLG_LISTBOX\">Select the import filter for the file that you want to open.</ahelp>"
+#. Nt6V
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"hd_id3149988\n"
+"4\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>"
+
+#. esJd
+#: 05020000.xhp
+#, fuzzy
+msgctxt ""
+"05020000.xhp\n"
+"hd_id3147588\n"
+"3\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/02100300.xhp\" name=\"Format\">ფორმატი</link></caseinline></switchinline>"
+
+#. S?1s
+#: online_update_dialog.xhp
+msgctxt ""
+"online_update_dialog.xhp\n"
+"tit\n"
+"help.text"
+msgid "Check for Updates"
msgstr ""
-#: 01020103.xhp#par_id3152918.6.help.text
-msgid "If $[officename] does not recognize the file type of the document that your want to open, try any of the following:"
-msgstr "თუ $[officename] არ ცნობს თქვენთვის სასურველი გასახსნელი დოკუმენტის ფაილის ტიპს, სცადეთ შემდეგი:"
+#. Q6an
+#: online_update_dialog.xhp
+msgctxt ""
+"online_update_dialog.xhp\n"
+"hd_id4959257\n"
+"help.text"
+msgid "<link href=\"text/shared/01/online_update_dialog.xhp\">Check for Updates</link>"
+msgstr ""
-#: 01020103.xhp#par_id3152924.7.help.text
-msgid "Select the import filter from the list."
-msgstr "სიაში მონიშნეთ იმპორტირებული ფილტრი. "
+#. bYSF
+#: online_update_dialog.xhp
+msgctxt ""
+"online_update_dialog.xhp\n"
+"par_id1906491\n"
+"help.text"
+msgid "<ahelp hid=\".\">Checks for available updates to your version of %PRODUCTNAME. If a newer version is available, you can choose to download the update. After downloading, if you have write permissions for the installation directory, you can install the update.</ahelp>"
+msgstr ""
-#: 01020103.xhp#par_id3155892.9.help.text
-msgid "Ensure that the file extension corresponds to the file type of the document. For example, a Microsoft Word document must have a (*.doc) extension for $[officename] to use the appropriate filter."
-msgstr "დარწმუნდით, რომ ფაილის გაფართოება შეესაბამება დოკუმენტის ფაილის ტიპს. მაგალითად, Microsoft Word-ის დოკუმენტს უნდა ჰქონდეს (*.doc) გაფართოება $[officename]-სთვის, რათა გამოიყენოს შესაბამისი ფილტრი."
+#. H%89
+#: online_update_dialog.xhp
+msgctxt ""
+"online_update_dialog.xhp\n"
+"par_id4799340\n"
+"help.text"
+msgid "Once the download starts, you see a progress bar and three buttons on the dialog. You can pause and resume the download by clicking the Pause and Resume buttons. Click Cancel to abort the download and delete the partly downloaded file."
+msgstr ""
-#: 01020103.xhp#par_id3147571.8.help.text
-msgid "Install a missing import filter with the <emph>$[officename] Setup</emph> program."
-msgstr "დააინსტალირე დაკარგული იმპორტირებული ფილტრი <emph>$[officename] საინსტალაციო</emph> პროგრამით."
+#. VhJJ
+#: online_update_dialog.xhp
+msgctxt ""
+"online_update_dialog.xhp\n"
+"par_id1502121\n"
+"help.text"
+msgid "By default, downloads will be stored to your desktop. You can change the folder where the downloaded file will be stored in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Online Update."
+msgstr ""
-#: 01050000.xhp#tit.help.text
-msgctxt "01050000.xhp#tit.help.text"
-msgid "Close"
+#. [$qo
+#: online_update_dialog.xhp
+msgctxt ""
+"online_update_dialog.xhp\n"
+"par_id8266853\n"
+"help.text"
+msgid "After the download is complete, you can click Install to start the installation of the update. You see a confirmation dialog, where you can choose to close %PRODUCTNAME."
msgstr ""
-#: 01050000.xhp#bm_id3154545.help.text
-msgid "<bookmark_value>documents; closing</bookmark_value><bookmark_value>closing;documents</bookmark_value>"
-msgstr "<bookmark_value>მოქმედების დაბრუნება;რედაქტირება</bookmark_value><bookmark_value>რედაქტირება;მოქმედების დაბრუნება</bookmark_value>"
+#. s-4e
+#: online_update_dialog.xhp
+msgctxt ""
+"online_update_dialog.xhp\n"
+"par_id2871181\n"
+"help.text"
+msgid "Under some operation systems, it may be required to manually go to the download folder, unzip the download file, and start the setup script."
+msgstr ""
-#: 01050000.xhp#hd_id3154545.1.help.text
-msgid "<link href=\"text/shared/01/01050000.xhp\" name=\"Close\">Close</link>"
-msgstr "<link href=\"text/shared/01/01050000.xhp\" name=\"Close\">დახურვა</link>"
+#. Sb(7
+#: online_update_dialog.xhp
+msgctxt ""
+"online_update_dialog.xhp\n"
+"par_id2733542\n"
+"help.text"
+msgid "After installation of the update you can delete the download file to save space."
+msgstr ""
-#: 01050000.xhp#par_id3148731.2.help.text
-msgid "<ahelp hid=\".uno:CloseDoc\">Closes the current document without exiting the program.</ahelp>"
-msgstr "<ahelp hid=\".uno:CloseDoc\">პროგრამიდან გამოსვლის გარეშე ხურავს მიმდინარე დოკუმენტებს.</ahelp>"
+#. 1{(O
+#: online_update_dialog.xhp
+msgctxt ""
+"online_update_dialog.xhp\n"
+"par_id4238715\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Downloads and saves the update files to the desktop or a folder of your choice. Select the folder in %PRODUCTNAME - Online Update in the Options dialog box.</ahelp>"
+msgstr ""
-#: 01050000.xhp#par_id3149095.7.help.text
-msgid "The <emph>Close </emph>command closes all of the open windows for the current document."
-msgstr "The <emph>დახურვა </emph>ბრძანება ხურავს ყველა მოცემული დოკუმენტის ყველა ღია ფანჯარას. "
+#. W?xB
+#: online_update_dialog.xhp
+msgctxt ""
+"online_update_dialog.xhp\n"
+"par_id8277230\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Installs the downloaded update.</ahelp>"
+msgstr ""
-#: 01050000.xhp#par_id3148620.4.help.text
-msgid "If you have made changes to the current document, you are prompted if you want to <link href=\"text/shared/01/01060000.xhp\" name=\"save\">save</link> your changes."
-msgstr "თუ მიმდინარე დოკუმენტში შეიტანეთ ცვლილებები, მიუთითეთ თუ გსურთ ამ ცვლილებების <link href=\"text/shared/01/01060000.xhp\" name=\"save\">დამახსოვრება</link>. "
+#. RS7!
+#: online_update_dialog.xhp
+msgctxt ""
+"online_update_dialog.xhp\n"
+"par_id4086428\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Pauses the download. Later click Resume to continue downloading.</ahelp>"
+msgstr ""
-#: 01050000.xhp#par_id3159201.8.help.text
-msgid "When you close the last open document window, you see the <link href=\"text/shared/guide/startcenter.xhp\">Start Center</link>."
+#. svhF
+#: online_update_dialog.xhp
+msgctxt ""
+"online_update_dialog.xhp\n"
+"par_id9024628\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Continues a paused download.</ahelp>"
msgstr ""
-#: 01050000.xhp#par_id3153821.9.help.text
-msgid "<link href=\"text/shared/02/10100000.xhp\" name=\"Close the current window\">Close the current window</link>"
-msgstr "<link href=\"text/shared/02/10100000.xhp\" name=\"Close the current window\">დახურე მიმდინარე ფანჯარა</link>"
+#. /*;7
+#: online_update_dialog.xhp
+msgctxt ""
+"online_update_dialog.xhp\n"
+"par_id3067110\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Aborts the download and deletes the partly downloaded file.</ahelp>"
+msgstr ""
-#: 01050000.xhp#par_id3154750.10.help.text
-msgid "<link href=\"text/shared/01/01170000.xhp\" name=\"Exit $[officename]\">Exit $[officename]</link>"
-msgstr "<link href=\"text/shared/01/01170000.xhp\" name=\"Exit $[officename]\">გამოსვლა $[officename]</link>"
+#. .MN}
+#: online_update_dialog.xhp
+msgctxt ""
+"online_update_dialog.xhp\n"
+"par_id8841822\n"
+"help.text"
+msgid "<link href=\"text/shared/01/online_update.xhp\">Starting online updates</link>"
+msgstr ""
-#: 05030800.xhp#tit.help.text
-msgctxt "05030800.xhp#tit.help.text"
+#. ?;RO
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"tit\n"
+"help.text"
msgid "Crop"
msgstr ""
-#: 05030800.xhp#bm_id3148585.help.text
+#. iYf:
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"bm_id3148585\n"
+"help.text"
msgid "<bookmark_value>cropping pictures</bookmark_value><bookmark_value>pictures; cropping and zooming</bookmark_value><bookmark_value>zooming; pictures</bookmark_value><bookmark_value>scaling;pictures</bookmark_value><bookmark_value>sizes; pictures</bookmark_value><bookmark_value>original size;restoring after cropping</bookmark_value>"
msgstr ""
-#: 05030800.xhp#hd_id3154044.1.help.text
+#. [VS*
+#: 05030800.xhp
#, fuzzy
+msgctxt ""
+"05030800.xhp\n"
+"hd_id3154044\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/shared/01/05030800.xhp\" name=\"Crop\">Crop</link>"
msgstr "<link href=\"text/shared/01/05290100.xhp\" name=\"Group\">ჯგუფი</link>"
-#: 05030800.xhp#par_id3150603.2.help.text
+#. 3ru,
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"par_id3150603\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\".\">Trims or scales the selected graphic. You can also restore the graphic to its original size.</ahelp>"
msgstr ""
-#: 05030800.xhp#hd_id3148585.3.help.text
-msgctxt "05030800.xhp#hd_id3148585.3.help.text"
+#. d3%9
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"hd_id3148585\n"
+"3\n"
+"help.text"
msgid "Crop"
msgstr ""
-#: 05030800.xhp#par_id3152372.4.help.text
+#. iXOD
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"par_id3152372\n"
+"4\n"
+"help.text"
msgid "Use this area to trim or scale the selected graphic, or to add white space around the graphic."
msgstr ""
-#: 05030800.xhp#hd_id3145669.15.help.text
+#. ]s^(
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"hd_id3145669\n"
+"15\n"
+"help.text"
msgid "Keep scale"
msgstr ""
-#: 05030800.xhp#par_id3149346.16.help.text
+#. +OyX
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"par_id3149346\n"
+"16\n"
+"help.text"
msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_GRFCROP_RB_ZOOMCONST\">Maintains the original scale of the graphic when you crop, so that only the size of the graphic changes.</ahelp>"
msgstr ""
-#: 05030800.xhp#hd_id3156426.13.help.text
+#. rEvG
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"hd_id3156426\n"
+"13\n"
+"help.text"
msgid "Keep image size"
msgstr ""
-#: 05030800.xhp#par_id3155892.14.help.text
+#. ..sF
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"par_id3155892\n"
+"14\n"
+"help.text"
msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_GRFCROP_RB_SIZECONST\">Maintains the original size of the graphic when you crop, so that only the scale of the graphic changes. To reduce the scale of the graphic, select this option and enter negative values in the cropping boxes. To increase the scale of the graphic, enter positive values in the cropping boxes.</ahelp>"
msgstr ""
-#: 05030800.xhp#hd_id3153683.5.help.text
-msgctxt "05030800.xhp#hd_id3153683.5.help.text"
+#. (Nc-
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"hd_id3153683\n"
+"5\n"
+"help.text"
msgid "Left"
msgstr ""
-#: 05030800.xhp#par_id3145313.6.help.text
+#. 9\vN
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"par_id3145313\n"
+"6\n"
+"help.text"
msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_LEFT\">If the <emph>Keep Scale</emph> option is selected, enter a positive amount to trim the left edge of the graphic, or a negative amount to add white space to the left of the graphic. If the <emph>Keep image size</emph> option is selected, enter a positive amount to increase the horizontal scale of the graphic, or a negative amount to decrease the horizontal scale of the graphic.</ahelp>"
msgstr ""
-#: 05030800.xhp#hd_id3163803.7.help.text
-msgctxt "05030800.xhp#hd_id3163803.7.help.text"
+#. ;ryH
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"hd_id3163803\n"
+"7\n"
+"help.text"
msgid "Right"
msgstr ""
-#: 05030800.xhp#par_id3145382.8.help.text
+#. +Det
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"par_id3145382\n"
+"8\n"
+"help.text"
msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_RIGHT\">If the <emph>Keep Scale</emph> option is selected, enter a positive amount to trim the right edge of the graphic, or a negative amount to add white space to the right of the graphic. If the <emph>Keep image size</emph> option is selected, enter a positive amount to increase the horizontal scale of the graphic, or a negative amount to decrease the horizontal scale of the graphic.</ahelp>"
msgstr ""
-#: 05030800.xhp#hd_id3156153.9.help.text
-msgctxt "05030800.xhp#hd_id3156153.9.help.text"
+#. ykcH
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"hd_id3156153\n"
+"9\n"
+"help.text"
msgid "Top"
msgstr ""
-#: 05030800.xhp#par_id3154514.10.help.text
+#. 15cX
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"par_id3154514\n"
+"10\n"
+"help.text"
msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_TOP\">If the <emph>Keep Scale</emph> option is selected, enter a positive amount to trim the top of the graphic, or a negative amount to add white space above the graphic. If the <emph>Keep image size</emph> option is selected, enter a positive amount to increase the vertical scale of the graphic, or a negative amount to decrease the vertical scale of the graphic.</ahelp>"
msgstr ""
-#: 05030800.xhp#hd_id3149956.11.help.text
-msgctxt "05030800.xhp#hd_id3149956.11.help.text"
+#. x-!\
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"hd_id3149956\n"
+"11\n"
+"help.text"
msgid "Bottom"
msgstr ""
-#: 05030800.xhp#par_id3150084.12.help.text
+#. ykMo
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"par_id3150084\n"
+"12\n"
+"help.text"
msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_BOTTOM\">If the <emph>Keep Scale</emph> option is selected, enter a positive amount to trim the bottom of the graphic, or a negative amount to add white space below the graphic. If the <emph>Keep image size</emph> option is selected, enter a positive amount to increase the vertical scale of the graphic, or a negative amount to decrease the vertical scale of the graphic.</ahelp>"
msgstr ""
-#: 05030800.xhp#hd_id3158432.23.help.text
-msgctxt "05030800.xhp#hd_id3158432.23.help.text"
+#. |H=e
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"hd_id3158432\n"
+"23\n"
+"help.text"
msgid "Scale"
msgstr ""
-#: 05030800.xhp#par_id3153257.24.help.text
+#. /Owt
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"par_id3153257\n"
+"24\n"
+"help.text"
msgid "Changes the scale of the selected graphic."
msgstr ""
-#: 05030800.xhp#hd_id3155504.25.help.text
-msgctxt "05030800.xhp#hd_id3155504.25.help.text"
+#. ke}h
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"hd_id3155504\n"
+"25\n"
+"help.text"
msgid "Width"
msgstr ""
-#: 05030800.xhp#par_id3148943.26.help.text
+#. *Z./
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"par_id3148943\n"
+"26\n"
+"help.text"
msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_WIDTHZOOM\">Enter the width for the selected graphic as a percentage.</ahelp>"
msgstr ""
-#: 05030800.xhp#hd_id3145609.27.help.text
-msgctxt "05030800.xhp#hd_id3145609.27.help.text"
+#. -_.`
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"hd_id3145609\n"
+"27\n"
+"help.text"
msgid "Height"
msgstr ""
-#: 05030800.xhp#par_id3154348.28.help.text
+#. 8T?V
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"par_id3154348\n"
+"28\n"
+"help.text"
msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_HEIGHTZOOM\">Enter the height of the selected graphic as a percentage.</ahelp>"
msgstr ""
-#: 05030800.xhp#hd_id3154924.17.help.text
+#. /M1^
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"hd_id3154924\n"
+"17\n"
+"help.text"
msgid "Image size"
msgstr ""
-#: 05030800.xhp#par_id3148755.18.help.text
+#. e-KB
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"par_id3148755\n"
+"18\n"
+"help.text"
msgid "Changes the size of the selected graphic."
msgstr ""
-#: 05030800.xhp#hd_id3161656.19.help.text
-msgctxt "05030800.xhp#hd_id3161656.19.help.text"
+#. Vo72
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"hd_id3161656\n"
+"19\n"
+"help.text"
msgid "Width"
msgstr ""
-#: 05030800.xhp#par_id3150543.20.help.text
+#. ;3Xg
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"par_id3150543\n"
+"20\n"
+"help.text"
msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_WIDTH\">Enter a width for the selected graphic.</ahelp>"
msgstr ""
-#: 05030800.xhp#hd_id3150398.21.help.text
-msgctxt "05030800.xhp#hd_id3150398.21.help.text"
+#. /sh,
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"hd_id3150398\n"
+"21\n"
+"help.text"
msgid "Height"
msgstr ""
-#: 05030800.xhp#par_id3154686.22.help.text
+#. pk6A
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"par_id3154686\n"
+"22\n"
+"help.text"
msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_HEIGHT\">Enter a height for the selected graphic.</ahelp>"
msgstr ""
-#: 05030800.xhp#hd_id3148676.31.help.text
+#. !9Ot
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"hd_id3148676\n"
+"31\n"
+"help.text"
msgid "Original Size"
msgstr "თავდაპირველი ზომა"
-#: 05030800.xhp#par_id3154068.32.help.text
+#. ,ALI
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"par_id3154068\n"
+"32\n"
+"help.text"
msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXPAGE_GRFCROP_PB_ORGSIZE\">Returns the selected graphic to its original size.</ahelp>"
msgstr ""
-#: 01020000.xhp#tit.help.text
-msgctxt "01020000.xhp#tit.help.text"
-msgid "Open"
+#. 4VaB
+#: 06050600.xhp
+msgctxt ""
+"06050600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Position"
msgstr ""
-#: 01020000.xhp#bm_id3145211.help.text
-msgid "<bookmark_value>directories; creating new</bookmark_value> <bookmark_value>folder creation</bookmark_value> <bookmark_value>My Documents folder; opening</bookmark_value> <bookmark_value>default directories</bookmark_value> <bookmark_value>multiple documents; opening</bookmark_value> <bookmark_value>opening; several files</bookmark_value> <bookmark_value>selecting; several files</bookmark_value> <bookmark_value>opening; files, with placeholders</bookmark_value> <bookmark_value>placeholders;on opening files</bookmark_value> <bookmark_value>documents; opening with templates</bookmark_value> <bookmark_value>templates; opening documents with</bookmark_value> <bookmark_value>documents; styles changed</bookmark_value> <bookmark_value>styles; 'changed' message</bookmark_value>"
-msgstr "<bookmark_value>დირექტორიები, ახლის შექმნა</bookmark_value><bookmark_value>დირექტორიის შექმნა</bookmark_value><bookmark_value>ჩემი დოკუმენტების დირექტორია; იხსნება opening</bookmark_value><bookmark_value>ნაგულისხმევი დირექტორიები</bookmark_value><bookmark_value>რამოდენიმე დოკუმენტი; იხსნება</bookmark_value><bookmark_value>იხსნება; რამოდენიმე ფაილი</bookmark_value><bookmark_value>მონიშვნა; several files</bookmark_value><bookmark_value>ხსნის ფაილებს ჩანაცვლების ველით</bookmark_value><bookmark_value>ჩანაცვლების სიმბოლოები; იხსნება ფაილები</bookmark_value><bookmark_value>ფაილები; გახსნა ჩანაცვლების ველით</bookmark_value><bookmark_value>ჩანაცვლების ველები ჩართულია ფაილების გახსნისას</bookmark_value><bookmark_value>დოკუმენტები; შაბლონებით გახსნა</bookmark_value><bookmark_value>შაბლონები; დოკუმენტები იხსნება</bookmark_value><bookmark_value>დოკუმენტები;სტილი შეიცვალა</bookmark_value><bookmark_value>სტილები; 'შეიცვალა' შეტყობინება</bookmark_value>"
+#. kyQQ
+#: 06050600.xhp
+#, fuzzy
+msgctxt ""
+"06050600.xhp\n"
+"hd_id3150467\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06050600.xhp\" name=\"Position\">Position</link>"
+msgstr "<link href=\"text/shared/01/02060000.xhp\" name=\"Paste\">ჩასმა</link>"
-#: 01020000.xhp#hd_id3146936.1.help.text
-msgid "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">Open</link>"
-msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>"
+#. Nd`B
+#: 06050600.xhp
+msgctxt ""
+"06050600.xhp\n"
+"par_id3158397\n"
+"2\n"
+"help.text"
+msgid "Sets the indent, spacing, and alignment options for the numbered or bulleted list."
+msgstr ""
-#: 01020000.xhp#par_id3151191.2.help.text
-msgid "<variable id=\"oeffnentext\"><ahelp hid=\"HID_EXPLORERDLG_FILE\">Opens or imports a file.</ahelp></variable>"
-msgstr "<variable id=\"oeffnentext\"><ahelp hid=\"HID_EXPLORERDLG_FILE\">ფაილის გახსნა ან იმპორტი.</ahelp></variable>"
+#. K15p
+#: 06050600.xhp
+msgctxt ""
+"06050600.xhp\n"
+"par_id5004119\n"
+"help.text"
+msgid "The Position tab page looks different for documents using the new position and spacing attributes introduced with OpenOffice.org 3.0 (and used in all versions of LibreOffice), or documents using the old attributes from versions before 3.0. The new version of this tab page shows the controls \"Numbering followed by\", \"Numbering alignment\", \"Aligned at\", and \"Indent at\". The old version of this tab page that can be seen in an old numbered or bulleted list shows the controls \"Indent\", \"Width of numbering\", \"Minimum space numbering <-> text\", and \"Numbering alignment\"."
+msgstr ""
-#: 01020000.xhp#par_id3149877.109.help.text
-msgid "The following sections describe the <item type=\"productname\">%PRODUCTNAME</item><emph>Open</emph> dialog box. To activate the <item type=\"productname\">%PRODUCTNAME</item><emph>Open</emph> and <emph>Save</emph> dialog boxes, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010600.xhp\" name=\"%PRODUCTNAME - General\">%PRODUCTNAME- General</link></emph>, and then select the <emph>Use %PRODUCTNAME dialogs</emph> in the <emph>Open/Save dialogs</emph> area."
+#. B%=(
+#: 06050600.xhp
+msgctxt ""
+"06050600.xhp\n"
+"hd_id3149031\n"
+"3\n"
+"help.text"
+msgid "Level"
msgstr ""
-#: 01020000.xhp#par_id3150713.52.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."
-msgstr "სტილების შემცველი თქვენთვის სასურველი ფაილის გასახსნელად, <link href=\"text/shared/01/01020000.xhp#vorlagen\" name=\"special rules\">საგანგებო წესები</link> გამოიყენება."
+#. }VPt
+#: 06050600.xhp
+msgctxt ""
+"06050600.xhp\n"
+"par_id3155755\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SW:MULTILISTBOX:TP_NUM_POSITION:LB_LEVEL\">Select the level(s) that you want to modify.</ahelp>"
+msgstr ""
-#: 01020000.xhp#hd_id3147250.11.help.text
-msgctxt "01020000.xhp#hd_id3147250.11.help.text"
-msgid "Up One Level"
+#. {hrF
+#: 06050600.xhp
+msgctxt ""
+"06050600.xhp\n"
+"hd_id6561784\n"
+"help.text"
+msgid "Numbering followed by"
msgstr ""
-#: 01020000.xhp#par_id3147226.12.help.text
-msgid "<ahelp hid=\"SVTOOLS_MENUBUTTON_DLG_SVT_EXPLORERFILE_BTN_EXPLORERFILE_UP\">Move up one directory in the directory hierarchy. Long-click to see the higher level directories.</ahelp>"
-msgstr "<ahelp hid=\"SVTOOLS_MENUBUTTON_DLG_SVT_EXPLORERFILE_BTN_EXPLORERFILE_UP\">დირექტორიის იერარქიაში ერთი დირექტორიით ზემოთ გადაადგილება. უფრო მაღალი დონის დირექტორიების სანახავად დააწკაპუნეთ ხანგრძლივად .</ahelp>"
+#. r*FR
+#: 06050600.xhp
+msgctxt ""
+"06050600.xhp\n"
+"par_id423291\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the element that will follow the numbering: a tab stop, a space, or nothing.</ahelp>"
+msgstr ""
-#: 01020000.xhp#hd_id3145211.13.help.text
-msgctxt "01020000.xhp#hd_id3145211.13.help.text"
-msgid "Create New Directory"
+#. vu=j
+#: 06050600.xhp
+msgctxt ""
+"06050600.xhp\n"
+"hd_id7809686\n"
+"help.text"
+msgid "at"
msgstr ""
-#: 01020000.xhp#par_id3153681.14.help.text
-msgid "<ahelp hid=\"SVTOOLS_IMAGEBUTTON_DLG_SVT_EXPLORERFILE_BTN_EXPLORERFILE_NEWFOLDER\">Creates a new directory.</ahelp>"
-msgstr "<ahelp hid=\"SVTOOLS_IMAGEBUTTON_DLG_SVT_EXPLORERFILE_BTN_EXPLORERFILE_NEWFOLDER\">ქმნის ახალ დირექტორიას.</ahelp>"
+#. ^A$a
+#: 06050600.xhp
+msgctxt ""
+"06050600.xhp\n"
+"par_id8177434\n"
+"help.text"
+msgid "<ahelp hid=\".\">If you select a tab stop to follow the numbering, you can enter a non-negative value as the tab stop position.</ahelp>"
+msgstr ""
-#: 01020000.xhp#hd_id3147010.38.help.text
-msgctxt "01020000.xhp#hd_id3147010.38.help.text"
-msgid "Default Directory"
+#. :-E7
+#: 06050600.xhp
+msgctxt ""
+"06050600.xhp\n"
+"hd_id3155583\n"
+"5\n"
+"help.text"
+msgid "Numbering alignment"
msgstr ""
-#: 01020000.xhp#par_id3109847.39.help.text
-msgid "<ahelp hid=\"SVTOOLS_PUSHBUTTON_DLG_SVT_EXPLORERFILE_BTN_EXPLORERFILE_STANDARD\">Displays the files in the default user directory.</ahelp>"
-msgstr "<ahelp hid=\"SVTOOLS_PUSHBUTTON_DLG_SVT_EXPLORERFILE_BTN_EXPLORERFILE_STANDARD\">აჩვენებს ფაილებს ნაგულისხმევი მომხმარებლის დირეტორიაში.</ahelp>"
+#. K[48
+#: 06050600.xhp
+msgctxt ""
+"06050600.xhp\n"
+"par_id3153063\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SW:LISTBOX:TP_NUM_POSITION:LB_ALIGN\">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.</ahelp>"
+msgstr ""
-#: 01020000.xhp#hd_id3148538.19.help.text
-msgctxt "01020000.xhp#hd_id3148538.19.help.text"
-msgid "Display area"
+#. Tp-6
+#: 06050600.xhp
+msgctxt ""
+"06050600.xhp\n"
+"par_id3147422\n"
+"22\n"
+"help.text"
+msgid "The <emph>Numbering alignment</emph> option does not set the alignment of the paragraph."
msgstr ""
-#: 01020000.xhp#par_id3156113.20.help.text
-msgid "<ahelp hid=\"HID_FILEDLG_STANDARD\">Displays the files and directories in the directory that you are in.</ahelp> To open a file, select the file, and then click <emph>Open</emph>."
-msgstr "<ahelp hid=\"HID_FILEDLG_STANDARD\">აჩვენებს იმ დირექტორიის ფაილებს და დირექტორიებს, სადაც თქვენ იმყოფებით.</ahelp> ფაილის გასახსნელად,,მონიშნეთ ფაილი, და დააწკაპუნეთ <emph>გახსნა</emph>."
+#. JhxZ
+#: 06050600.xhp
+msgctxt ""
+"06050600.xhp\n"
+"hd_id1619617\n"
+"help.text"
+msgid "Aligned at"
+msgstr ""
-#: 01020000.xhp#par_id3159256.78.help.text
-msgid "To open more than one document at the same time, each in an own window, hold <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while you click the files, and then click <emph>Open</emph>."
+#. $Vk=
+#: 06050600.xhp
+msgctxt ""
+"06050600.xhp\n"
+"par_id1015655\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the distance from the left page margin at which the numbering symbol will be aligned.</ahelp>"
msgstr ""
-#: 01020000.xhp#par_id3154514.110.help.text
-msgid "Click a column header to sort the files. Click again to reverse the sort order."
-msgstr "ფაილების დასახარისხებლად დააწკაპუნეთ სვეტის დასაწყისზე. დახარისხების წყობის შესაბრუნებლად დააწკაპუნეთ თავიდან."
+#. `[oB
+#: 06050600.xhp
+msgctxt ""
+"06050600.xhp\n"
+"hd_id2336191\n"
+"help.text"
+msgid "Indent at"
+msgstr ""
-#: 01020000.xhp#par_id3149514.111.help.text
-msgid "<ahelp hid=\"HID_FILEVIEW_MENU_DELETE\">To delete a file, right-click the file, and then choose <emph>Delete</emph>.</ahelp>"
-msgstr "<ahelp hid=\"HID_FILEVIEW_MENU_DELETE\">ფაილის წაშაშლელად ფაილზე დააწკაპუნეთ მარჯვენა ღილაკით და აირჩიეთ<emph>წაშალე</emph>.</ahelp>"
+#. Mj+I
+#: 06050600.xhp
+msgctxt ""
+"06050600.xhp\n"
+"par_id6081728\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the distance from the left page margin to the start of all lines in the numbered paragraph that follow the first line.</ahelp>"
+msgstr ""
-#: 01020000.xhp#par_id3147618.112.help.text
-msgid "<ahelp hid=\"HID_FILEVIEW_MENU_RENAME\">To rename a file, right-click the file, and then choose <emph>Rename</emph>.</ahelp>"
-msgstr "<ahelp hid=\"HID_FILEVIEW_MENU_RENAME\">ფაილის გადასარქმევად, ფაილზე დააწკაპუნეთ მარჯვენა ღილაკით და აირჩიეთ<emph>გადარქმევა</emph>.</ahelp>"
+#. 96Zf
+#: 06050600.xhp
+msgctxt ""
+"06050600.xhp\n"
+"hd_id3154422\n"
+"9\n"
+"help.text"
+msgid "Indent"
+msgstr ""
-#: 01020000.xhp#par_id3153331.124.help.text
-msgid "<ahelp hid=\"SVTOOLS_PUSHBUTTON_DLG_SVT_QUERYDELETE_BTN_YES\" visibility=\"hidden\">Click to delete the file with the name shown in this dialog.</ahelp>"
-msgstr "<ahelp hid=\"SVTOOLS_PUSHBUTTON_DLG_SVT_QUERYDELETE_BTN_YES\" visibility=\"hidden\">დააწკაპუნეთ ფაილის წაშლაზე დიალოგში ნაჩვენები ფაილის სახელზე</ahelp>"
+#. ,gaM
+#: 06050600.xhp
+msgctxt ""
+"06050600.xhp\n"
+"par_id3144438\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"SW:METRICFIELD:TP_NUM_POSITION:MF_BORDERDIST\">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 symbol. If the current paragraph style uses an indent, the amount you enter here is added to the indent.</ahelp>"
+msgstr ""
-#: 01020000.xhp#par_id3161458.125.help.text
-msgid "<ahelp hid=\"SVTOOLS_PUSHBUTTON_DLG_SVT_QUERYDELETE_BTN_NO\" visibility=\"hidden\">Click to cancel deletion of the file with the name shown in this dialog.</ahelp>"
-msgstr "<ahelp hid=\"SVTOOLS_PUSHBUTTON_DLG_SVT_QUERYDELETE_BTN_NO\" visibility=\"hidden\">დააწკაპუნეთ ფაილის წაშლის გაუქმებაზე ამ დიალოგში მოცემული ფაილის სახელზე.</ahelp>"
+#. (D)\
+#: 06050600.xhp
+msgctxt ""
+"06050600.xhp\n"
+"hd_id3155179\n"
+"7\n"
+"help.text"
+msgid "Relative"
+msgstr ""
-#: 01020000.xhp#par_id3147531.126.help.text
-msgid "<ahelp hid=\"SVTOOLS_PUSHBUTTON_DLG_SVT_QUERYDELETE_BTN_ALL\" visibility=\"hidden\">Click to delete all selected files.</ahelp>"
-msgstr "<ahelp hid=\"SVTOOLS_PUSHBUTTON_DLG_SVT_QUERYDELETE_BTN_ALL\" visibility=\"hidden\">დააწკაპუნეთ ყველა მონიშნული ფაილის წაშაშლელად.</ahelp>"
+#. 5(mx
+#: 06050600.xhp
+msgctxt ""
+"06050600.xhp\n"
+"par_id3146137\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SW:CHECKBOX:TP_NUM_POSITION:CB_RELATIVE\">Indents the current level relative to the previous level in the list hierarchy.</ahelp>"
+msgstr ""
-#: 01020000.xhp#hd_id3154280.21.help.text
-msgctxt "01020000.xhp#hd_id3154280.21.help.text"
-msgid "File name"
-msgstr "ფაილის სახელი"
+#. ^pC2
+#: 06050600.xhp
+msgctxt ""
+"06050600.xhp\n"
+"hd_id3150245\n"
+"28\n"
+"help.text"
+msgid "Width of numbering"
+msgstr ""
-#: 01020000.xhp#par_id3161656.22.help.text
-msgid "<ahelp hid=\"HID_FILEDLG_AUTOCOMPLETEBOX\">Enter a file name or a path for the file. You can also enter a <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link> that starts with the protocol name ftp, http, or https.</ahelp>"
-msgstr "<ahelp hid=\"HID_FILEDLG_AUTOCOMPLETEBOX\">შეიტანეთ ფაილის სახელი ან მდებარეობა. ასევე, შეგიძლიათ შეიტანოთ <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link>.</ahelp>"
+#. A@J(
+#: 06050600.xhp
+msgctxt ""
+"06050600.xhp\n"
+"par_id3150129\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"SW:METRICFIELD:TP_NUM_POSITION:MF_INDENT\">Enter the amount of space to leave between the left edge of the numbering symbol and the left edge of the text.</ahelp>"
+msgstr ""
-#: 01020000.xhp#par_id3150541.72.help.text
-msgid "If you want, you can use wildcards in the <emph>File name </emph>box to filter the list of files that is displayed."
-msgstr "თუ გსურთ, შეგიძლიათ გამოიყენოთ ჩანაცვლების სიმბოლოები<emph>ფაილის სახელის </emph>სარკმელში ნაჩვენები ფაილების სიის გასაფილტრად."
+#. }Yf[
+#: 06050600.xhp
+msgctxt ""
+"06050600.xhp\n"
+"hd_id3156194\n"
+"8\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Minimum space numbering <-> text</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ხაზების რაოდენობა: </caseinline></switchinline>"
-#: 01020000.xhp#par_id3153779.24.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline>For example, to list all of the text files in a directory, enter the asterisk wildcard with the text file extension (*.txt), and then click<emph> Open</emph>. Use the question mark (?) wildcard to represent any character, as in (??3*.txt), which only displays text files with a '3' as the third character in the file name.</defaultinline></switchinline>"
+#. %_N(
+#: 06050600.xhp
+msgctxt ""
+"06050600.xhp\n"
+"par_id3147574\n"
+"18\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"SW:METRICFIELD:TP_NUM_POSITION:MF_NUMDIST\">Enter the minimum amount of space to leave between the right edge of the numbering symbol and the left edge of the text.</ahelp></caseinline></switchinline>"
msgstr ""
-#: 01020000.xhp#hd_id3145117.81.help.text
-msgid "Version"
-msgstr "ვერსია"
-
-#: 01020000.xhp#par_id3149291.82.help.text
-msgid "<ahelp hid=\"HID_FILEOPEN_VERSION\">If there are multiple versions of the selected file, select the version that you want to open.</ahelp> You can save and organize multiple versions of a document by choosing <emph>File - Versions</emph>. The versions of a document are opened in read-only mode."
-msgstr "<ahelp hid=\"HID_FILEOPEN_VERSION\">თუ მონიშნული ფაილის რამოდენიმე ვერსია არსებობს, მონიშნეთ თქვენთვის სასურველი ვერსია.</ahelp> შეგილძიათ დაიმახსოვროთ და დაალაგოთ დოკუმენტის რამოდენიმე ვერსია თუ მონიშნავთ <emph>ფაილი - ვერსია</emph>.დოკუმენტის ვერსიები იხსნება მხოლოდ წაკითxვად რეჟიმში."
+#. ^s(c
+#: 06050600.xhp
+msgctxt ""
+"06050600.xhp\n"
+"hd_id3154367\n"
+"10\n"
+"help.text"
+msgid "Default"
+msgstr ""
-#: 01020000.xhp#hd_id3150767.25.help.text
-msgctxt "01020000.xhp#hd_id3150767.25.help.text"
-msgid "File type"
+#. o[B9
+#: 06050600.xhp
+msgctxt ""
+"06050600.xhp\n"
+"par_id3156082\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SW:PUSHBUTTON:TP_NUM_POSITION:PB_STANDARD\">Resets the indent and the spacing values to the default values.</ahelp>"
msgstr ""
-#: 01020000.xhp#par_id3153969.26.help.text
-msgid "<ahelp hid=\"SVTOOLS_LISTBOX_DLG_SVT_EXPLORERFILE_LB_EXPLORERFILE_FILETYPE\">Select the file type that you want to open, or select <emph>All Files (*)</emph> to display a list of all of the files in the directory.</ahelp>"
-msgstr "<ahelp hid=\"SVTOOLS_LISTBOX_DLG_SVT_EXPLORERFILE_LB_EXPLORERFILE_FILETYPE\">მონიშნეთ გასახსნელი ფაილი, ან მონიშნეთ <emph>ყველა ფაილი (*)</emph> დირექტორიაში არსებული ყველა ფაილის სიის საჩვენებლად.</ahelp>"
+#. ^!Ok
+#: 06050600.xhp
+#, fuzzy
+msgctxt ""
+"06050600.xhp\n"
+"par_id3147228\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Paragraph alignment\">Paragraph alignment</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-#: 01020000.xhp#hd_id3154125.27.help.text
-msgctxt "01020000.xhp#hd_id3154125.27.help.text"
-msgid "Open"
-msgstr ""
+#. s-f*
+#: 01010304.xhp
+msgctxt ""
+"01010304.xhp\n"
+"tit\n"
+"help.text"
+msgid "Business"
+msgstr "საქმიანობა"
-#: 01020000.xhp#par_id3152933.28.help.text
-msgid "<ahelp hid=\"SVTOOLS_PUSHBUTTON_DLG_SVT_EXPLORERFILE_BTN_EXPLORERFILE_OPEN\">Opens the selected document(s).</ahelp>"
-msgstr "<ahelp hid=\"SVTOOLS_PUSHBUTTON_DLG_SVT_EXPLORERFILE_BTN_EXPLORERFILE_OPEN\">ხსნის მონიშნულ დოკუმენტ(ებ)ს.</ahelp>"
+#. On^_
+#: 01010304.xhp
+msgctxt ""
+"01010304.xhp\n"
+"hd_id3152942\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01010304.xhp\" name=\"Business\">Business</link>"
+msgstr "<link href=\"text/shared/01/01010304.xhp\" name=\"Business\">საქმიანობა</link>"
-#: 01020000.xhp#hd_id3147085.88.help.text
-msgctxt "01020000.xhp#hd_id3147085.88.help.text"
-msgid "Insert"
-msgstr ""
+#. }8)!
+#: 01010304.xhp
+msgctxt ""
+"01010304.xhp\n"
+"par_id3151097\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"\">Contains contact information for business cards that use a layout from a 'Business Card, Work' category. Business card layouts are selected on the <emph>Business Cards</emph> tab.</ahelp>"
+msgstr "<ahelp hid=\"\">შეიცავს სავიზიტო ბარათების საკონტაქტო ინფორმაციას, სავიზიტო ბარათების სამუშაო კატეგორიის განლაგებით. სავიზიტო ბარათის განლაგება მონიშნულია<emph>სავიზიტო ბარათების</emph>ჩანართზე.</ahelp>"
-#: 01020000.xhp#par_id3156293.89.help.text
-msgid "If you opened the dialog by choosing <emph>Insert - File</emph>, the <emph>Open</emph> button is labeled <emph>Insert</emph>. <ahelp hid=\"HID_FILEDLG_INSERT_BTN\">Inserts the selected file into the current document at the cursor position.</ahelp>"
-msgstr "თუ თქვენ გახსენით დიალოგი,<emph>ფაილის ჩასმა</emph>, მაშინ<emph>გახსნა</emph>ღილაკს მიენიჭება ფუნქცია <emph>ჩასმა</emph>. <ahelp hid=\"HID_FILEDLG_INSERT_BTN\">ჩასვით მონიშნული ფაილი მიმდინარე დოკუმენტში კურსორის პოზიციაზე.</ahelp>"
+#. 51\t
+#: 01010304.xhp
+msgctxt ""
+"01010304.xhp\n"
+"hd_id3149549\n"
+"3\n"
+"help.text"
+msgid "Business data"
+msgstr "მონაცემები საქმიანობის შესახებ"
-#: 01020000.xhp#hd_id3144762.35.help.text
-msgctxt "01020000.xhp#hd_id3144762.35.help.text"
-msgid "Read-only"
-msgstr ""
+#. rn%T
+#: 01010304.xhp
+msgctxt ""
+"01010304.xhp\n"
+"par_id3156027\n"
+"4\n"
+"help.text"
+msgid "Enter the contact information that you want to include on your business card."
+msgstr "შეიტანეთ საკონტაქტო ინფორმაცია, რომელიც გსურთ, რომ დაურთოთ სავიზიტო ბარათზე."
-#: 01020000.xhp#par_id3145785.36.help.text
-msgid "<ahelp hid=\"HID_FILEOPEN_READONLY\">Opens the file in read-only mode.</ahelp>"
-msgstr "<ahelp hid=\"HID_FILEOPEN_READONLY\">ხსნის ფაილებს მხოლოდ წაკითხვად რეჟიმში.</ahelp>"
+#. 96;R
+#: 01010304.xhp
+msgctxt ""
+"01010304.xhp\n"
+"par_id3155892\n"
+"17\n"
+"help.text"
+msgid "If you want to include your name on a business card, enter your name on the <emph>Private </emph>tab. Then choose a layout on the <emph>Business Cards </emph>tab that includes a name placeholder."
+msgstr "თუ გსურთ სავიზიტო ბარათში თქვენი სახელის ჩამატება, შეიტანეთ თქვენი სახელი <emph>კერძო</emph>ჩანართზე. შემდეგ აირჩიეთ განლაგება <emph>სავიზიტო ბარათის </emph>ჩანართზე, რომელიც მოიცავს სახელის ჩანაცვლების ველს."
+
+#. R72a
+#: 01010304.xhp
+msgctxt ""
+"01010304.xhp\n"
+"hd_id3150355\n"
+"5\n"
+"help.text"
+msgid "Company 2nd line"
+msgstr "კომპანიის მეორე ხაზი"
-#: 01020000.xhp#hd_id3149984.113.help.text
-msgctxt "01020000.xhp#hd_id3149984.113.help.text"
-msgid "Play"
-msgstr ""
+#. Nhi~
+#: 01010304.xhp
+msgctxt ""
+"01010304.xhp\n"
+"par_id3153031\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SW:EDIT:TP_BUSINESS_DATA:ED_COMP_EXT\">Enter additional company details.</ahelp>"
+msgstr "<ahelp hid=\"SW:EDIT:TP_BUSINESS_DATA:ED_COMP_EXT\">შეიტანეთ კომპანიის დამატებითი მონაცემები.</ahelp>"
-#: 01020000.xhp#par_id3147289.114.help.text
-msgid "<ahelp hid=\"HID_FILESAVE_DOPLAY\">Plays the selected sound file. Click again to stop playing the sound file.</ahelp>"
-msgstr "<ahelp hid=\"HID_FILESAVE_DOPLAY\">უკრავს მონიშნულ აუდიო ფაილს. აუდიო ფაილის დაკვრის შესაჩერებლად დააწკაპუნეთ ხელმეორედ.</ahelp>"
+#. vIn@
+#: 01010304.xhp
+msgctxt ""
+"01010304.xhp\n"
+"hd_id3150771\n"
+"7\n"
+"help.text"
+msgid "Slogan"
+msgstr "სლოგანი"
-#: 01020000.xhp#hd_id3149260.53.help.text
-msgid "Opening Documents With Templates"
-msgstr "შაბლონიანი დოკუმენტების გახსნა"
+#. rO$[
+#: 01010304.xhp
+msgctxt ""
+"01010304.xhp\n"
+"par_id3156327\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SW:EDIT:TP_BUSINESS_DATA:ED_SLOGAN\">Enter the slogan of your company.</ahelp>"
+msgstr "<ahelp hid=\"SW:EDIT:TP_BUSINESS_DATA:ED_SLOGAN\">შეიტანეთ თქვენი კომპანიის სლოგანი.</ahelp>"
-#: 01020000.xhp#par_id3145367.40.help.text
-msgid " <item type=\"productname\">%PRODUCTNAME</item> recognizes templates that are located in any directory from the following list:"
+#. 9Oof
+#: 01010304.xhp
+msgctxt ""
+"01010304.xhp\n"
+"hd_id3153146\n"
+"9\n"
+"help.text"
+msgid "Country"
msgstr ""
-#: 01020000.xhp#par_id3151292.120.help.text
-msgid "the shared template directory"
+#. i(V-
+#: 01010304.xhp
+msgctxt ""
+"01010304.xhp\n"
+"par_id3155449\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SW:EDIT:TP_BUSINESS_DATA:ED_STATE\">Enter the name of the country where your business is located.</ahelp>"
+msgstr "<ahelp hid=\"SW:EDIT:TP_BUSINESS_DATA:ED_STATE\">შეიტანეთ იმ ქვეყნის დასახელება, სადაც თქვენ საქმიანობთ.</ahelp>"
+
+#. ELAx
+#: 01010304.xhp
+msgctxt ""
+"01010304.xhp\n"
+"hd_id3154380\n"
+"11\n"
+"help.text"
+msgid "Phone"
msgstr ""
-#: 01020000.xhp#par_id3144442.121.help.text
-msgid "the user template directory <switchinline select=\"sys\"><caseinline select=\"UNIX\">in the home directory</caseinline><defaultinline>in the Documents and Settings directory</defaultinline></switchinline>"
-msgstr "მომხმარებლის შაბლონის დირექტორია <switchinline select=\"sys\"><caseinline select=\"UNIX\">საწყის დირექტორიაში </caseinline><defaultinline>დოკუმენტებისა და პარამეტრების დირექტორიაში</defaultinline></switchinline>"
+#. h#\#
+#: 01010304.xhp
+msgctxt ""
+"01010304.xhp\n"
+"par_id3154046\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SW:EDIT:TP_BUSINESS_DATA:ED_PHONE\">Enter your business telephone number.</ahelp>"
+msgstr "<ahelp hid=\"SW:EDIT:TP_BUSINESS_DATA:ED_PHONE\">შეიტანეთ თქვენი სამსახურის ტელეფონის ნომერი.</ahelp>"
-#: 01020000.xhp#par_id3146905.122.help.text
-msgid "all template folders as defined in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010300.xhp\" name=\"%PRODUCTNAME - Paths\">%PRODUCTNAME - Paths</link></emph>"
+#. Ip8N
+#: 01010304.xhp
+msgctxt ""
+"01010304.xhp\n"
+"hd_id3158430\n"
+"13\n"
+"help.text"
+msgid "Mobile"
msgstr ""
-#: 01020000.xhp#par_id7375713.help.text
-msgid "When you use <item type=\"menuitem\">File - Template - Save</item> to save a template, the template will be stored in your user template directory. When you open a document that is based on such a template, the document will be checked for a changed template as decribed below. The template is associated with the document, it may be called a \"sticky template\"."
-msgstr ""
+#. KKDw
+#: 01010304.xhp
+msgctxt ""
+"01010304.xhp\n"
+"par_id3156329\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SW:EDIT:TP_BUSINESS_DATA:ED_MOBILE\">Enter your mobile telephone number.</ahelp>"
+msgstr "<ahelp hid=\"SW:EDIT:TP_BUSINESS_DATA:ED_MOBILE\">შეიტანეთ თქვენი მობილური ტელეფონის ნომერი.</ahelp>"
-#: 01020000.xhp#par_id6930143.help.text
-msgid "When you use <item type=\"menuitem\">File - Save As</item> and select a template filter to save a template at any other directory that is not in the list, then the documents based on that template will not be checked."
+#. *rmh
+#: 01010304.xhp
+msgctxt ""
+"01010304.xhp\n"
+"hd_id3154306\n"
+"15\n"
+"help.text"
+msgid "Homepage"
msgstr ""
-#: 01020000.xhp#par_id3150105.73.help.text
-msgid "When you open a document that was created from a \"sticky template\" (as defined above), <item type=\"productname\">%PRODUCTNAME</item> checks to see if the template has been modified since the document was last opened. If the template was changed a dialog is shown where you can select which styles to apply to the document."
-msgstr "როდესაც ხსნით შაბლონიდან შექმნილ დოკუმენტს,<item type=\"productname\">%PRODUCTNAME</item>ამოწმებს დოკუმენტის ბოლო გახსნის შემდეგ შაბლონში მოხდა თუ არა ცვლილებები. თუ შაბლონში ცვლილებებია, სარკმელი გიჩვენებთ, თუ რომელი სტილების გააქტიურება შეგიძლიათ ამ დოკუმენტში. "
+#. m/rv
+#: 01010304.xhp
+msgctxt ""
+"01010304.xhp\n"
+"par_id3148563\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SW:EDIT:TP_BUSINESS_DATA:ED_WWW\">Enter the address of your company's internet homepage.</ahelp>"
+msgstr "<ahelp hid=\"SW:EDIT:TP_BUSINESS_DATA:ED_WWW\">შეიტანეთ თქვენი კომპანიის ინტერნეტ ვებგვერდის მისამართი.</ahelp>"
-#: 01020000.xhp#par_id3153096.74.help.text
-msgid "To apply the new styles from the template to the document, click <emph>Yes</emph>."
-msgstr "შაბლონიდან დოკუმენტში ახალი სტილების გასაააქტიურებლად დააწკაპუნეთ <emph>დიახ</emph>"
+#. *hpn
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Template Management"
+msgstr "შაბლონების მართვა"
-#: 01020000.xhp#par_id3147581.75.help.text
-msgid "To retain the styles that are currently used in the document, click <emph>No</emph>."
-msgstr "დოკუმენტში არსებული სტილების შესანარჩულებლად, დააწკაპუნეთ<emph>არა</emph>."
+#. lXdo
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"bm_id3148668\n"
+"help.text"
+msgid "<bookmark_value>documents; organizing</bookmark_value><bookmark_value>organizing; templates</bookmark_value><bookmark_value>templates; organizing</bookmark_value><bookmark_value>styles;printing styles used in a document</bookmark_value><bookmark_value>styles; copying between documents</bookmark_value><bookmark_value>default templates; organizing</bookmark_value><bookmark_value>deleting; templates</bookmark_value><bookmark_value>templates; deleting</bookmark_value><bookmark_value>templates; importing and exporting</bookmark_value><bookmark_value>importing; templates</bookmark_value><bookmark_value>exporting; templates</bookmark_value>"
+msgstr ""
-#: 01020000.xhp#par_id3154988.44.help.text
-msgid "If a document was created using a template that cannot be found a dialog is shown that asks you how to proceed next time the document is opened."
-msgstr "თუ დოკუმენტი შეიქმნა ისეთი შაბლონისგან, რომლის მოძიებაც შეუძლებელია, ეკრანზე გამოსული სარკმელი გკითხავთ,შემდეგში როგორ დამუშავდეს გახსნილი დოკუმენტი."
+#. Nm*h
+#: 01110100.xhp
+#, fuzzy
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3148585\n"
+"40\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01110100.xhp\" name=\"Template Management\">Template Management</link>"
+msgstr "<link href=\"text/shared/01/02030000.xhp\" name=\"Repeat\">გამეორება</link>"
-#: 01020000.xhp#par_id3151351.91.help.text
-msgid "To break the link between the document and the missing template, click <emph>No</emph>, otherwise <item type=\"productname\">%PRODUCTNAME</item> will look for the template the next time you open the document."
-msgstr "დოკუმენტსა და დაკარგულ შაბლონს შორის კავშირის შესაწყვეტად დააწკაპუნეთ <emph>არა</emph>, otherwise <item type=\"productname\">%PRODUCTNAME</item>მოძებნის შაბლონს როდესაც შემდეგ ჯერზე გახსნით დოკუმენტს. "
+#. )eq,
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3152924\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Organizer\">Opens the <emph>Template Management</emph> dialog where you can organize templates and define default templates.</ahelp>"
+msgstr "<ahelp hid=\".uno:Organizer\">ხსნის დიალოგს <emph>შაბლონების მართვა</emph>, სადაც შეგიძლიათ დაალაგოთ შაბლონები და განსაზღვროთ ნაგულისხმევი შაბლონები.</ahelp>"
-#: 01020000.xhp#par_id3149417.help.text
-msgid "<link href=\"text/shared/guide/doc_open.xhp\" name=\"Opening Documents\">Opening Documents</link>"
-msgstr "<link href=\"text/shared/guide/doc_open.xhp\" name=\"Opening Documents\">დოკუმენტები იხსნება</link>"
+#. #\fg
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3152801\n"
+"3\n"
+"help.text"
+msgid "Left and Right Selection List (Templates / Documents)"
+msgstr "მარცხენა და მარჯვენა მონიშვნის სია (შაბლონები / დოკუმენტები)"
-#: 01020000.xhp#par_id3153848.help.text
-msgid "<link href=\"text/shared/00/00000020.xhp\" name=\"Import and Export Filters\">Import and Export Filters</link>"
-msgstr "<link href=\"text/shared/00/00000020.xhp\" name=\"Import and Export Filters\">ფილტრების იმპორტი და ექსპორტი</link>"
+#. %6;z
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3149177\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_ORGANIZER_RIGHT\">Displays the available template categories or opened $[officename] files. To change the contents of the list, select <emph>Templates</emph> or <emph>Documents</emph> in the box below.</ahelp>"
+msgstr "<ahelp hid=\"HID_CTL_ORGANIZER_RIGHT\">აჩვენებს ხელმისაწვდომ შაბლონთა კატეგორიებს ან ღია $[officename] ფაილებს. სიის შიგთავსის შეცვლის მიზნით, მონიშნეთ <emph>შაბლონები</emph> ან <emph>დოკუმენტები</emph> ქვედა სარკმელში.</ahelp>"
-#: 06140400.xhp#tit.help.text
-msgctxt "06140400.xhp#tit.help.text"
-msgid "Toolbars"
+#. Ak%]
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3166410\n"
+"34\n"
+"help.text"
+msgid "To change the default template path, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010300.xhp\" name=\"$[officename] - Paths\">$[officename] - Paths</link></emph>."
msgstr ""
-#: 06140400.xhp#hd_id3154100.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/06140400.xhp\" name=\"Toolbars\">Toolbars</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
+#. !A=A
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3154810\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:LISTBOX:DLG_ORGANIZE:LB_RIGHT_TYP\">Select <emph>Templates</emph> or <emph>Documents</emph> to change the contents that are displayed in the list above.</ahelp>"
+msgstr "<ahelp hid=\"SFX2:LISTBOX:DLG_ORGANIZE:LB_RIGHT_TYP\">მონიშნეთ <emph>შაბლონები</emph> ან <emph>დოკუმენტები</emph> ზემოთ მოცემულ სიაში ნაჩვენები შიუგთავსის წასაშლელად.</ahelp>"
-#: 06140400.xhp#par_id3150279.2.help.text
-msgid "Lets you customize $[officename] toolbars."
-msgstr ""
+#. ])M?
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3149191\n"
+"36\n"
+"help.text"
+msgid "Template categories are represented by folder icons. To view the template files for a category, double-click a folder."
+msgstr "შაბლონის კატეგორიები წარმოდგენილია საქაღალდის ხატულების მიერ. კატეგორიაში შაბლონური ფაილების სანახავად საქაღალდეზე ორჯერ დააწკაპუნეთ."
+
+#. Rxlp
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3159166\n"
+"help.text"
+msgid "To view the styles that are used in a file, double-click the file name, and then double-click the <emph>Styles</emph> icon."
+msgstr "ფაილში გამოყენებული სტილების სანახავად, ორჯერ დააწკაპუნეთ ჯერ ფაილის სახელზე, შემდეგ კი ხატულაზე <emph>სტილები</emph>."
-#: 06140400.xhp#par_idN10601.help.text
-msgctxt "06140400.xhp#par_idN10601.help.text"
-msgid "Toolbar"
+#. 9]7Q
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3155504\n"
+"35\n"
+"help.text"
+msgid "To copy a style, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and drag the style from one file to another file. To move a style, drag the style from one file to another file."
msgstr ""
-#: 06140400.xhp#par_idN10604.help.text
-msgid "Select the toolbar you want to edit."
-msgstr ""
+#. XQW{
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3149578\n"
+"8\n"
+"help.text"
+msgid "Commands"
+msgstr "შინაარსი"
-#: 06140400.xhp#par_idN10607.help.text
-msgctxt "06140400.xhp#par_idN10607.help.text"
-msgid "New"
-msgstr ""
+#. :4gE
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3149514\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:MENUBUTTON:DLG_ORGANIZE:BTN_EDIT\">Contains commands for managing and editing your templates and documents.</ahelp>"
+msgstr "<ahelp hid=\"SFX2:MENUBUTTON:DLG_ORGANIZE:BTN_EDIT\">შეიცავს ბრძანებებს თქვენი შაბლონებისა და დოკუმენტების მართვისა და რედაქტირებისათვის.</ahelp>"
-#: 06140400.xhp#par_idN1060A.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Name dialog, where you enter the name of a new toolbar and select the location of the new toolbar.</ahelp>Opens the Name dialog, where you enter the name of a new toolbar and select the location of the new toolbar."
-msgstr ""
+#. #4i]
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3149575\n"
+"37\n"
+"help.text"
+msgid "Depending on the type of file you select in the list, the following commands are available:"
+msgstr "თქვენს მიერ მონიშნული ფაილის ტიპის მიხედვით, ხელმისაწვდომია შემდეგი ბრძანებები:"
-#: 06140400.xhp#par_idN106011.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the name of a new toolbar.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. 7DDW
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3153062\n"
+"10\n"
+"help.text"
+msgid "New"
+msgstr ""
-#: 06140400.xhp#par_idN106012.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the location of the new toolbar.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. KJYI
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3151384\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"HID_ORGANIZE_NEW\">Creates a new template category.</ahelp>"
+msgstr "<ahelp hid=\"HID_ORGANIZE_NEW\">ქმნის ახალ შაბლონის კატეგორიას.</ahelp>"
-#: 06140400.xhp#par_idN1061B.help.text
-msgctxt "06140400.xhp#par_idN1061B.help.text"
-msgid "Toolbar"
+#. QmG^
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3146794\n"
+"12\n"
+"help.text"
+msgid "Delete"
msgstr ""
-#: 06140400.xhp#par_idN1061E.help.text
-msgid "<ahelp hid=\".\">The Toolbar button opens a submenu</ahelp> with the following commands:"
-msgstr ""
+#. jeZy
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3154758\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"HID_ORGANIZE_DELETE\">Deletes the current selection.</ahelp>"
+msgstr "<ahelp hid=\"HID_ORGANIZE_DELETE\">მიმდინარე განყოფილების წაშლა.</ahelp>"
-#: 06140400.xhp#par_idN10621.help.text
-msgctxt "06140400.xhp#par_idN10621.help.text"
-msgid "Rename"
-msgstr ""
+#. 6,y-
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3154388\n"
+"14\n"
+"help.text"
+msgid "Edit"
+msgstr "გასვლა"
-#: 06140400.xhp#par_idN10624.help.text
-msgid "Opens the <emph>Name</emph> dialog, where you enter a new name for the selected toolbar."
-msgstr ""
+#. ls!#
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3156435\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"HID_ORGANIZE_EDIT\">Opens the selected template for editing.</ahelp>"
+msgstr "<ahelp hid=\"HID_ORGANIZE_EDIT\">მონიშნული შაბლონის გახსნა რედაქტირებისთვის .</ahelp>"
-#: 06140400.xhp#par_idN1062B.help.text
-msgctxt "06140400.xhp#par_idN1062B.help.text"
-msgid "New name"
-msgstr ""
+#. _wT?
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3151106\n"
+"16\n"
+"help.text"
+msgid "Import Templates"
+msgstr "შაბლონების იმპორტირება"
-#: 06140400.xhp#par_idN1062E.help.text
-msgid "Enter the new name for the selected toolbar."
+#. F\Ww
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3148798\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"HID_ORGANIZE_COPY_FROM\">Imports an additional template. To import a template, select a template folder in the list, click the <emph>Command</emph> button, and then select <emph>Import template</emph>.</ahelp>"
msgstr ""
-#: 06140400.xhp#par_idN10631.help.text
-msgctxt "06140400.xhp#par_idN10631.help.text"
-msgid "Delete"
-msgstr ""
+#. b6xK
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3154821\n"
+"19\n"
+"help.text"
+msgid "Export Template"
+msgstr "შაბლონების ექსპორტირება"
-#: 06140400.xhp#par_idN10634.help.text
-msgid "Deletes the selected toolbar after you agree to the question. You can only delete custom toolbars, not the built-in toolbars."
-msgstr ""
+#. =/*6
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3153104\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"HID_ORGANIZE_COPY_TO\">Exports the selected template.</ahelp>"
+msgstr "<ahelp hid=\"HID_ORGANIZE_COPY_TO\">მონიშნული შაბლონების ექსპორტირება.</ahelp>"
-#: 06140400.xhp#par_idN10637.help.text
-msgctxt "06140400.xhp#par_idN10637.help.text"
-msgid "Restore Default Settings"
-msgstr ""
+#. E_l?
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3150651\n"
+"26\n"
+"help.text"
+msgid "Print"
+msgstr "ბეჭდვა"
-#: 06140400.xhp#par_idN1063A.help.text
-msgctxt "06140400.xhp#par_idN1063A.help.text"
-msgid "Restores the default settings."
-msgstr ""
+#. sfBO
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3154946\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"HID_ORGANIZE_PRINT\">Prints the name and properties of the styles that are used in the file.</ahelp>"
+msgstr "<ahelp hid=\"HID_ORGANIZE_PRINT\">ფაილში გამოყენებული სტილების სახელის და პარამეტრების ბეჭდვა</ahelp>"
-#: 06140400.xhp#par_idN1064F.help.text
-msgid "Icons only"
+#. X%`|
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3150767\n"
+"28\n"
+"help.text"
+msgid "Printer Setup"
msgstr ""
-#: 06140400.xhp#par_idN10652.help.text
-msgid "Shows icons only."
-msgstr ""
+#. 1m.F
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3147086\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"HID_ORGANIZE_PRINTER_SETUP\">Changes the printer and its settings for the selected document.</ahelp>"
+msgstr "<ahelp hid=\"HID_ORGANIZE_PRINTER_SETUP\">მონიშნული დოკუმენტისთვს პრინტერისა და მისი პარანეტრების შეცვლა.</ahelp>"
-#: 06140400.xhp#par_idN10655.help.text
-msgctxt "06140400.xhp#par_idN10655.help.text"
-msgid "Text only"
+#. i^:L
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3143231\n"
+"30\n"
+"help.text"
+msgid "Update"
msgstr ""
-#: 06140400.xhp#par_idN10658.help.text
-msgid "Shows text only."
-msgstr ""
+#. F`:=
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3147228\n"
+"31\n"
+"help.text"
+msgid "<ahelp hid=\"HID_ORGANIZE_RESCAN\">Updates the contents of the lists.</ahelp>"
+msgstr "<ahelp hid=\"HID_ORGANIZE_RESCAN\">სიის შიგთავსის განახლება.</ahelp>"
-#: 06140400.xhp#par_idN1065B.help.text
-msgid "Icons & Text"
-msgstr ""
+#. o)Y3
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3145607\n"
+"41\n"
+"help.text"
+msgid "Set As Default Template"
+msgstr "ნაგულისხმევ შაბლონად დაყენება"
-#: 06140400.xhp#par_idN1065E.help.text
-msgid "Shows icons and text."
-msgstr ""
+#. SM=T
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3147353\n"
+"42\n"
+"help.text"
+msgid "<ahelp hid=\"HID_ORGANIZE_STDTEMPLATE_ADD\">Uses the selected template as the default template when you create a new $[officename] document of the same type.</ahelp>"
+msgstr "<ahelp hid=\"HID_ORGANIZE_STDTEMPLATE_ADD\">ახალი იგივე ტიპის$[officename] დოკუმენტის შექმნისას მონიშნული შაბლონის ნაგულისხმევ შaბლონად გამოყენება.</ahelp>"
-#: 06140400.xhp#par_idN1069AAA.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Moves the selected item up in the list.</ahelp>"
-msgstr ""
+#. 7O#i
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3153768\n"
+"43\n"
+"help.text"
+msgid "Reset Default Template"
+msgstr "ნაგულისხმევი შაბლონის ჩამოყრა"
-#: 06140400.xhp#par_idN1068AAA.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Moves the selected item down in the list.</ahelp>"
-msgstr ""
+#. dnS{
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3155432\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"HID_ORGANIZE_STDTEMPLATE_DEL\">Select a $[officename] document type to reset the default template to the original template.</ahelp>"
+msgstr "<ahelp hid=\"HID_ORGANIZE_STDTEMPLATE_DEL\">მონიშნეთ $[officename] დოკუმენტის ტიპი ან მიუსადაგეთ ნაგულისხმევი შაბლონი ორიგინალ შაბლონს.</ahelp>"
-#: 06140400.xhp#par_idN10661.help.text
-msgctxt "06140400.xhp#par_idN10661.help.text"
-msgid "Commands"
-msgstr "შინაარსი"
+#. \(?o
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3159196\n"
+"38\n"
+"help.text"
+msgid "Address Book"
+msgstr "მისამართების წიგნი"
-#: 06140400.xhp#par_idN10664.help.text
-msgid "Displays a list of commands for the selected toolbar of the current application or document."
-msgstr ""
+#. g+\4
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3154472\n"
+"39\n"
+"help.text"
+msgid "Edit the field assignments and the data source for the address book."
+msgstr "მისამართების წიგნში ველის განაწილებისა და მონაცემთა წყაროს რედაქტირება"
-#: 06140400.xhp#par_idN10667.help.text
-msgctxt "06140400.xhp#par_idN10667.help.text"
-msgid "Add"
-msgstr ""
+#. #c,q
+#: 01110100.xhp
+#, fuzzy
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3154151\n"
+"32\n"
+"help.text"
+msgid "File"
+msgstr "შევსება"
-#: 06140400.xhp#par_idN1066A.help.text
-msgid "<ahelp hid=\".\">Opens the Add Commands dialog. Select any command, then click <emph>Add</emph> or drag-and-drop the command into the <emph>Customize</emph> dialog.</ahelp>"
-msgstr ""
+#. c6$q
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3156005\n"
+"33\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_ORGANIZE:BTN_FILES\">Locate a file that you want to add to the document list, and then click<emph> Open</emph>.</ahelp>"
+msgstr "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_ORGANIZE:BTN_FILES\">მოძებნეთ დოკუმენტების სიაში ჩასამატებელი ფაილი და დააწკაპუნეთ <emph> გახსნა</emph>.</ahelp>"
-#: 06140400.xhp#par_idN10675.help.text
-msgctxt "06140400.xhp#par_idN10675.help.text"
-msgid "Modify"
-msgstr ""
+#. :W%;
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3153095\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01140000.xhp\" name=\"Printer setup\">Printer setup</link>"
+msgstr "<link href=\"text/shared/01/01140000.xhp\" name=\"Printer setup\">პრინტერის პარამეტრები</link>"
-#: 06140400.xhp#par_idN10678.help.text
-msgid "<ahelp hid=\".\">The Modify button opens a submenu</ahelp> with the following commands:"
-msgstr ""
+#. T]hY
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3150012\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01110101.xhp\" name=\"Templates: Address Book Assignment\">Templates: Address Book Assignment</link>"
+msgstr "<link href=\"text/shared/01/01110101.xhp\" name=\"Templates: Address Book Assignment\">შაბლონები: მისამართების წიგნის განაწილება</link>"
-#: 06140400.xhp#par_idN1067B.help.text
-msgctxt "06140400.xhp#par_idN1067B.help.text"
-msgid "Rename"
+#. K?i.
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Align Vertical Center"
msgstr ""
-#: 06140400.xhp#par_idN1067E.help.text
-msgctxt "06140400.xhp#par_idN1067E.help.text"
-msgid "Opens the <emph>Rename</emph> dialog, where you enter a new name for the selected command."
+#. ;Z[e
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3152876\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05070500.xhp\" name=\"Align Vertical Center\">Align Vertical Center</link>"
msgstr ""
-#: 06140400.xhp#par_idN10685.help.text
-msgctxt "06140400.xhp#par_idN10685.help.text"
-msgid "New name"
+#. fr3g
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3160463\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AlignVerticalCenter\">Vertically centers the selected objects. If only one object is selected in Draw or Impress, the center of the object is aligned to the vertical center of the page.</ahelp>"
msgstr ""
-#: 06140400.xhp#par_idN10688.help.text
-msgctxt "06140400.xhp#par_idN10688.help.text"
-msgid "Enter the new name for the selected command."
+#. l^#n
+#: 06040300.xhp
+msgctxt ""
+"06040300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Exceptions"
msgstr ""
-#: 06140400.xhp#par_idN1068B.help.text
-msgctxt "06140400.xhp#par_idN1068B.help.text"
-msgid "Delete"
+#. $??c
+#: 06040300.xhp
+#, fuzzy
+msgctxt ""
+"06040300.xhp\n"
+"hd_id3150278\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06040300.xhp\" name=\"Exceptions\">Exceptions</link>"
+msgstr "<link href=\"text/shared/01/01010203.xhp\" name=\"Options\">პარამეტრები</link>"
+
+#. -LxE
+#: 06040300.xhp
+msgctxt ""
+"06040300.xhp\n"
+"par_id3152876\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OFAPAGE_AUTOCORR_EXCEPT\">Specify the abbreviations or letter combinations that you do not want $[officename] to correct automatically.</ahelp>"
msgstr ""
-#: 06140400.xhp#par_idN1068E.help.text
-msgid "Deletes the selected command after you agree to the question."
+#. QSkh
+#: 06040300.xhp
+msgctxt ""
+"06040300.xhp\n"
+"par_id3154926\n"
+"17\n"
+"help.text"
+msgid "The exceptions that you define depend on the current language setting. If you want, you can change the language setting by selecting a different language in the <emph>Replacements and exceptions for language</emph> box."
msgstr ""
-#: 06140400.xhp#par_idN10691.help.text
-msgctxt "06140400.xhp#par_idN10691.help.text"
-msgid "Restore Default Settings"
+#. 1?XR
+#: 06040300.xhp
+msgctxt ""
+"06040300.xhp\n"
+"hd_id3149205\n"
+"15\n"
+"help.text"
+msgid "Replacements and exceptions for language:"
msgstr ""
-#: 06140400.xhp#par_idN10694.help.text
-msgctxt "06140400.xhp#par_idN10694.help.text"
-msgid "Restores the default settings."
+#. t=9?
+#: 06040300.xhp
+msgctxt ""
+"06040300.xhp\n"
+"par_id3156027\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AUTOCORR_LANGUAGE\">Select the language for which you want to create or edit the replacement rules.</ahelp> $[officename] first searches for exceptions that are defined for the language at the current cursor position in the document, and then searches the remaining languages."
msgstr ""
-#: 06140400.xhp#par_idN106A9.help.text
-msgid "Begin a Group"
+#. )v$j
+#: 06040300.xhp
+msgctxt ""
+"06040300.xhp\n"
+"hd_id3153681\n"
+"3\n"
+"help.text"
+msgid "Abbreviations (no subsequent capital)"
msgstr ""
-#: 06140400.xhp#par_idN106AC.help.text
-msgid "Inserts a separator line under the current toolbar entry."
+#. McoB
+#: 06040300.xhp
+msgctxt ""
+"06040300.xhp\n"
+"par_id3156410\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:EDIT:RID_OFAPAGE_AUTOCORR_EXCEPT:ED_ABBREV\">Type an abbreviation followed by a period, and then click <emph>New</emph>. This prevents $[officename] from automatically capitalizing the first letter of the word that comes after the period at the end of the abbreviation.</ahelp>"
msgstr ""
-#: 06140400.xhp#par_idN106AF.help.text
-msgctxt "06140400.xhp#par_idN106AF.help.text"
-msgid "Change Icon"
+#. Ej|J
+#: 06040300.xhp
+msgctxt ""
+"06040300.xhp\n"
+"par_id3149751\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:LISTBOX:RID_OFAPAGE_AUTOCORR_EXCEPT:LB_ABBREV\">Lists the abbreviations that are not automatically corrected.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
msgstr ""
-#: 06140400.xhp#par_idN106B2.help.text
-msgid "Opens the Change Icon dialog, where you can assign a different icon to the current command."
+#. MHT8
+#: 06040300.xhp
+msgctxt ""
+"06040300.xhp\n"
+"hd_id3151110\n"
+"6\n"
+"help.text"
+msgid "Words with TWo INitial CApitals"
msgstr ""
-#: 06140400.xhp#par_idN106B5.help.text
-msgid "Reset Icon"
+#. 1zI.
+#: 06040300.xhp
+msgctxt ""
+"06040300.xhp\n"
+"par_id3154749\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:EDIT:RID_OFAPAGE_AUTOCORR_EXCEPT:ED_DOUBLE_CAPS\">Type the word or abbreviation that starts with two capital letters that you do not want $[officename] to change to one initial capital. For example, enter PC to prevent $[officename] from changing PC to Pc.</ahelp>"
msgstr ""
-#: 06140400.xhp#par_idN106B8.help.text
-msgid "Resets the icon to the default icon."
+#. (]6Y
+#: 06040300.xhp
+msgctxt ""
+"06040300.xhp\n"
+"par_id3143271\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:LISTBOX:RID_OFAPAGE_AUTOCORR_EXCEPT:LB_DOUBLE_CAPS\">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.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
msgstr ""
-#: 06140400.xhp#par_idN106BB.help.text
-msgctxt "06140400.xhp#par_idN106BB.help.text"
-msgid "Save In"
+#. G|]W
+#: 06040300.xhp
+msgctxt ""
+"06040300.xhp\n"
+"hd_id3155503\n"
+"8\n"
+"help.text"
+msgid "New"
msgstr ""
-#: 06140400.xhp#par_idN106D2.help.text
-msgid "<ahelp hid=\".\">Select the location where to load the configuration and where to save it.</ahelp>"
+#. x|-@
+#: 06040300.xhp
+msgctxt ""
+"06040300.xhp\n"
+"par_id3147573\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:PUSHBUTTON:RID_OFAPAGE_AUTOCORR_EXCEPT:PB_NEWDOUBLECAPS\">Adds the current entry to the list of exceptions.</ahelp>"
msgstr ""
-#: 06140400.xhp#par_idN106D5.help.text
-msgid "For every entry in the list box, an own configuration is maintained. Select one of the open documents or select the application to load and edit the associated configuration. Edit the configuration and save it back to the location from where you loaded it. Editing the configuration in one location does not change the configuration in any other location."
+#. }*^w
+#: 06040300.xhp
+msgctxt ""
+"06040300.xhp\n"
+"hd_id3149762\n"
+"10\n"
+"help.text"
+msgid "AutoInclude"
msgstr ""
-#: 06140400.xhp#par_idN106D8.help.text
-msgid "It is not possible to load a configuration from one location and save it to another location."
+#. ==(l
+#: 06040300.xhp
+msgctxt ""
+"06040300.xhp\n"
+"par_id3155829\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_AUTOCORR_EXCEPT:CB_AUTOCAPS\">Automatically adds abbreviations or words that start with two capital letters to the corresponding list of exceptions. This feature only works if the <emph>Correct TWo INitial CApitals</emph> option or the Capitalize<emph> first letter of every sentence</emph> option are selected in the <emph>[T]</emph> column on<link href=\"text/shared/01/06040100.xhp\" name=\"Options\"><emph>Options</emph></link> tab of this dialog. </ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#tit.help.text
+#. $p5Q
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"tit\n"
+"help.text"
msgid "Export as PDF"
msgstr ""
-#: ref_pdf_export.xhp#bm_id3149532.help.text
+#. [yBh
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"bm_id3149532\n"
+"help.text"
msgid "<bookmark_value>PDF;export</bookmark_value> <bookmark_value>portable document format</bookmark_value> <bookmark_value>exporting;to PDF</bookmark_value>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id3149532.52.help.text
+#. @Kj{
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id3149532\n"
+"52\n"
+"help.text"
msgid "<variable id=\"export_as_pdf\"><variable id=\"ref_pdf_export\"><link href=\"text/shared/01/ref_pdf_export.xhp\" name=\"Export as PDF\">Export as PDF</link></variable></variable>"
msgstr ""
-#: ref_pdf_export.xhp#par_id3154044.1.help.text
+#. XeMz
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id3154044\n"
+"1\n"
+"help.text"
msgid "<variable id=\"export\"><ahelp hid=\"FILTER_EDIT_RID_PDF_EXPORT_DLG_ED_PAGES\">Saves the current file to Portable Document Format (PDF) version 1.4.</ahelp> A PDF file can be viewed and printed on any platform with the original formatting intact, provided that supporting software is installed.</variable>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id746482.help.text
+#. b00W
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id746482\n"
+"help.text"
msgid "General tab"
msgstr ""
-#: ref_pdf_export.xhp#hd_id3148520.2.help.text
+#. @;Vr
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id3148520\n"
+"2\n"
+"help.text"
msgid "Range"
msgstr ""
-#: ref_pdf_export.xhp#par_id3154230.3.help.text
+#. ^\YD
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id3154230\n"
+"3\n"
+"help.text"
msgid "Sets the export options for the pages included in the PDF file."
msgstr ""
-#: ref_pdf_export.xhp#hd_id3166445.4.help.text
-msgctxt "ref_pdf_export.xhp#hd_id3166445.4.help.text"
+#. ?Av*
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id3166445\n"
+"4\n"
+"help.text"
msgid "All"
msgstr ""
-#: ref_pdf_export.xhp#par_id3149893.5.help.text
+#. n9n~
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id3149893\n"
+"5\n"
+"help.text"
msgid "<ahelp hid=\"FILTER_RADIOBUTTON_RID_PDF_EXPORT_DLG_RB_ALL\">Exports all defined print ranges. If no print range is defined, exports the entire document.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id3154673.6.help.text
+#. KtA;
+#: ref_pdf_export.xhp
#, fuzzy
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id3154673\n"
+"6\n"
+"help.text"
msgid "Pages"
msgstr "გვერდი"
-#: ref_pdf_export.xhp#par_id3147571.7.help.text
+#. Y0#s
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id3147571\n"
+"7\n"
+"help.text"
msgid "<ahelp hid=\"FILTER_EDIT_RID_PDF_EXPORT_DLG_ED_PAGES\">Exports the pages you type in the box.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#par_id3145136.53.help.text
+#. eT*L
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id3145136\n"
+"53\n"
+"help.text"
msgid "To export a range of pages, use the format 3-6. To export single pages, use the format 7;9;11. If you want, you can export a combination of page ranges and single pages, by using a format like 3-6;8;10;12."
msgstr ""
-#: ref_pdf_export.xhp#hd_id3147043.8.help.text
-msgctxt "ref_pdf_export.xhp#hd_id3147043.8.help.text"
+#. 7A|k
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id3147043\n"
+"8\n"
+"help.text"
msgid "Selection"
msgstr ""
-#: ref_pdf_export.xhp#par_id3150774.9.help.text
+#. +Xi(
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id3150774\n"
+"9\n"
+"help.text"
msgid "<ahelp hid=\"FILTER_RADIOBUTTON_RID_PDF_EXPORT_DLG_RB_SELECTION\">Exports the current selection.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#par_idN10706.help.text
+#. E)Dr
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_idN10706\n"
+"help.text"
msgid "Images"
msgstr ""
-#: ref_pdf_export.xhp#par_idN1070A.help.text
+#. k:$~
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_idN1070A\n"
+"help.text"
msgid "Sets the PDF export options for images inside your document."
msgstr ""
-#: ref_pdf_export.xhp#par_idN1071B.help.text
+#. cCTF
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.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 ""
-#: ref_pdf_export.xhp#par_idN10715.help.text
+#. }E.#
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_idN10715\n"
+"help.text"
msgid "Lossless compression"
msgstr ""
-#: ref_pdf_export.xhp#par_idN10719.help.text
+#. Qh:\
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_idN10719\n"
+"help.text"
msgid "<ahelp hid=\".\">Selects a lossless compression of images. All pixels are preserved.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#par_idN10730.help.text
+#. *M)#
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_idN10730\n"
+"help.text"
msgid "JPEG compression"
msgstr ""
-#: ref_pdf_export.xhp#par_idN10734.help.text
+#. k-ZK
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_idN10734\n"
+"help.text"
msgid "<ahelp hid=\".\">Selects a JPEG compression of images. With a high quality level, almost all pixels are preserved. With a low quality level, some pixels get lost and artefacts are introduced, but file sizes are reduced.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#par_idN1074C.help.text
+#. iP(q
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_idN1074C\n"
+"help.text"
msgid "Quality"
msgstr "ხარისხი"
-#: ref_pdf_export.xhp#par_idN10750.help.text
+#. j0Oz
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_idN10750\n"
+"help.text"
msgid "<ahelp hid=\".\">Enter the quality level for JPEG compression.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#par_idN10767.help.text
+#. uN6.
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_idN10767\n"
+"help.text"
msgid "Reduce image resolution"
msgstr ""
-#: ref_pdf_export.xhp#par_idN1076B.help.text
+#. 8KL7
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_idN1076B\n"
+"help.text"
msgid "<ahelp hid=\".\">Selects to resample or down-size the images to a lower number of pixels per inch.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#par_idN10782.help.text
+#. Ae/O
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_idN10782\n"
+"help.text"
msgid "<ahelp hid=\".\">Select the target resolution for the images.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#par_idN10791.help.text
-msgctxt "ref_pdf_export.xhp#par_idN10791.help.text"
+#. $Ew$
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_idN10791\n"
+"help.text"
msgid "General"
msgstr ""
-#: ref_pdf_export.xhp#par_idN10795.help.text
+#. 5#h7
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_idN10795\n"
+"help.text"
msgid "Sets general PDF export options."
msgstr ""
-#: ref_pdf_export.xhp#hd_id080420080355360.help.text
+#. LqNj
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id080420080355360\n"
+"help.text"
msgid "Embed OpenDocument file"
msgstr ""
-#: ref_pdf_export.xhp#par_id0804200803553767.help.text
+#. pxb=
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id0804200803553767\n"
+"help.text"
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 ""
-#: ref_pdf_export.xhp#hd_id2796411.help.text
+#. $@C,
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id2796411\n"
+"help.text"
msgid "PDF/A-1a"
msgstr ""
-#: ref_pdf_export.xhp#par_id5016327.help.text
+#. ^R\s
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id5016327\n"
+"help.text"
msgid "<ahelp hid=\".\">Converts to the PDF/A-1a 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>"
msgstr ""
-#: ref_pdf_export.xhp#par_idN107A0.help.text
+#. Nu@|
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_idN107A0\n"
+"help.text"
msgid "Tagged PDF"
msgstr ""
-#: ref_pdf_export.xhp#par_idN107A4.help.text
+#. ?^Sf
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_idN107A4\n"
+"help.text"
msgid "<ahelp hid=\".\">Selects to write PDF tags. This can increase file size by huge amounts.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#par_idN107B3.help.text
+#. }E9t
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_idN107B3\n"
+"help.text"
msgid "Tagged PDF contains information about the structure of the document contents. This can help to display the document on devices with different screens, and when using screen reader software."
msgstr ""
-#: ref_pdf_export.xhp#hd_id8257087.help.text
+#. (0w,
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id8257087\n"
+"help.text"
msgid "Export bookmarks"
msgstr ""
-#: ref_pdf_export.xhp#par_id3479415.help.text
+#. Kuli
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id3479415\n"
+"help.text"
msgid "<ahelp hid=\".\">Selects to export bookmarks of Writer documents as PDF bookmarks. Bookmarks are created for all outline paragraphs (Tools - Outline Numbering) and for all table of contents entries for which you did assign hyperlinks in the source document.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#par_idN107BE.help.text
+#. pqy_
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_idN107BE\n"
+"help.text"
msgid "Export comments"
msgstr ""
-#: ref_pdf_export.xhp#par_idN107C2.help.text
+#. s!~B
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_idN107C2\n"
+"help.text"
msgid "<ahelp hid=\".\">Selects to export comments of Writer and Calc documents as PDF notes.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#par_idN107F4.help.text
+#. La?G
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_idN107F4\n"
+"help.text"
msgid "Create PDF form"
msgstr ""
-#: ref_pdf_export.xhp#par_id4909817.help.text
+#. t4[4
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id4909817\n"
+"help.text"
msgid "<ahelp hid=\".\">Choose to create a PDF form. This can be filled out and printed by the user of the PDF document.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id6585283.help.text
+#. -,sq
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id6585283\n"
+"help.text"
msgid "Submit format"
msgstr ""
-#: ref_pdf_export.xhp#par_idN107F8.help.text
+#. ecIN
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_idN107F8\n"
+"help.text"
msgid "<ahelp hid=\".\">Select the format of submitting forms from within the PDF file.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#par_id0901200811454970.help.text
+#. x9zn
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id0901200811454970\n"
+"help.text"
msgid "Select the format of the data that you will receive from the submitter: FDF (Forms Data Format), PDF, HTML, or XML."
msgstr ""
-#: ref_pdf_export.xhp#par_idN10807.help.text
+#. QNFP
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_idN10807\n"
+"help.text"
msgid "This setting overrides the control's URL property that you set in the document."
msgstr ""
-#: ref_pdf_export.xhp#hd_id1026200909535841.help.text
+#. ((;;
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id1026200909535841\n"
+"help.text"
msgid "Allow duplicate field names"
msgstr ""
-#: ref_pdf_export.xhp#par_id102620090953596.help.text
+#. X(\m
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id102620090953596\n"
+"help.text"
msgid "<ahelp hid=\".\">Allows to use the same field name for multiple fields in the generated PDF file. If disabled, field names will be exported using generated unique names.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id3946958.help.text
+#. WCq=
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id3946958\n"
+"help.text"
msgid "Export automatically inserted blank pages"
msgstr ""
-#: ref_pdf_export.xhp#par_id8551896.help.text
+#. `Psu
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id8551896\n"
+"help.text"
msgid "<ahelp hid=\".\">If switched on, automatically inserted blank pages are being exported to pdf file. This is best if you are printing the pdf file double-sided. Example: In a book a chapter paragraph style is set to always start with an odd numbered page. The previous chapter ends on an odd page. %PRODUCTNAME inserts an even numbered blank page. This option controls whether to export that even numbered page or not.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id3954548.help.text
+#. sjxy
+#: ref_pdf_export.xhp
#, fuzzy
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id3954548\n"
+"help.text"
msgid "Embed standard fonts"
msgstr "სტანდარტული ფორმატი"
-#: ref_pdf_export.xhp#par_id853434896.help.text
+#. 6M,V
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id853434896\n"
+"help.text"
msgid "<ahelp hid=\".\">Normally the 14 standard Postscript fonts are not embedded in a PDF file, because every PDF reader software already contains these fonts. Enable this option to embed the standard fonts that are installed on your system and that are used in the document.</ahelp> Use this option if you expect to have a better looking or more useful standard font than the font that is available in the recipients' PDF reader software."
msgstr ""
-#: ref_pdf_export.xhp#hd_id9796441.help.text
+#. +pyt
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id9796441\n"
+"help.text"
msgid "Initial View tab"
msgstr ""
-#: ref_pdf_export.xhp#hd_id1218604.help.text
+#. ZG.q
+#: ref_pdf_export.xhp
#, fuzzy
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id1218604\n"
+"help.text"
msgid "Panes"
msgstr "გვერდი"
-#: ref_pdf_export.xhp#hd_id7071443.help.text
+#. MarA
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id7071443\n"
+"help.text"
msgid "Page only"
msgstr ""
-#: ref_pdf_export.xhp#par_id1851557.help.text
+#. 5V\}
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id1851557\n"
+"help.text"
msgid "<ahelp hid=\".\">Select to generate a PDF file that shows only the page contents.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id7464217.help.text
+#. ?^!d
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id7464217\n"
+"help.text"
msgid "Bookmarks and page"
msgstr ""
-#: ref_pdf_export.xhp#par_id4490188.help.text
+#. :FJR
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id4490188\n"
+"help.text"
msgid "<ahelp hid=\".\">Select to generate a PDF file that shows a bookmarks palette and the page contents.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id3581041.help.text
+#. mVG2
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id3581041\n"
+"help.text"
msgid "Thumbnails and page"
msgstr ""
-#: ref_pdf_export.xhp#par_id956755.help.text
+#. r_{)
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id956755\n"
+"help.text"
msgid "<ahelp hid=\".\">Select to generate a PDF file that shows a thumbnails palette and the page contents.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id1905575.help.text
+#. 3CT]
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id1905575\n"
+"help.text"
msgid "Open on page"
msgstr ""
-#: ref_pdf_export.xhp#par_id9776909.help.text
+#. +)jf
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id9776909\n"
+"help.text"
msgid "<ahelp hid=\".\">Select to show the given page when the reader opens the PDF file.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id7509994.help.text
+#. 4Ef8
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id7509994\n"
+"help.text"
msgid "Magnification"
msgstr ""
-#: ref_pdf_export.xhp#hd_id5900143.help.text
-msgctxt "ref_pdf_export.xhp#hd_id5900143.help.text"
+#. x244
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id5900143\n"
+"help.text"
msgid "Default"
msgstr ""
-#: ref_pdf_export.xhp#par_id822168.help.text
+#. lhn$
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id822168\n"
+"help.text"
msgid "<ahelp hid=\".\">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.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id1092257.help.text
+#. \[kN
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id1092257\n"
+"help.text"
msgid "Fit in window"
msgstr ""
-#: ref_pdf_export.xhp#par_id3092135.help.text
+#. +=O8
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id3092135\n"
+"help.text"
msgid "<ahelp hid=\".\">Select to generate a PDF file that shows the page zoomed to fit entirely into the reader's window.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id654622.help.text
-msgctxt "ref_pdf_export.xhp#hd_id654622.help.text"
+#. U%11
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id654622\n"
+"help.text"
msgid "Fit width"
msgstr ""
-#: ref_pdf_export.xhp#par_id814539.help.text
+#. 4CI9
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id814539\n"
+"help.text"
msgid "<ahelp hid=\".\">Select to generate a PDF file that shows the page zoomed to fit the width of the reader's window.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id9883114.help.text
+#. aIY?
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id9883114\n"
+"help.text"
msgid "Fit visible"
msgstr ""
-#: ref_pdf_export.xhp#par_id2362437.help.text
+#. 0}uC
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id2362437\n"
+"help.text"
msgid "<ahelp hid=\".\">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.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id7296975.help.text
-msgctxt "ref_pdf_export.xhp#hd_id7296975.help.text"
+#. V_@%
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id7296975\n"
+"help.text"
msgid "Zoom factor"
msgstr ""
-#: ref_pdf_export.xhp#par_id371715.help.text
+#. T2Do
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id371715\n"
+"help.text"
msgid "<ahelp hid=\".\">Select a given zoom factor when the reader opens the PDF file.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id329905.help.text
+#. oMHI
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id329905\n"
+"help.text"
msgid "Page layout"
msgstr ""
-#: ref_pdf_export.xhp#hd_id5632496.help.text
-msgctxt "ref_pdf_export.xhp#hd_id5632496.help.text"
+#. Fcki
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id5632496\n"
+"help.text"
msgid "Default"
msgstr ""
-#: ref_pdf_export.xhp#par_id1694082.help.text
+#. [[S8
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id1694082\n"
+"help.text"
msgid "<ahelp hid=\".\">Select to generate a PDF file that shows the pages according to the layout setting of the reader software.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id8454237.help.text
-msgctxt "ref_pdf_export.xhp#hd_id8454237.help.text"
+#. 2#l:
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id8454237\n"
+"help.text"
msgid "Single page"
msgstr "ერთეული იარლიყი"
-#: ref_pdf_export.xhp#par_id672322.help.text
+#. /j^C
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id672322\n"
+"help.text"
msgid "<ahelp hid=\".\">Select to generate a PDF file that shows one page at a time.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id7387310.help.text
-msgctxt "ref_pdf_export.xhp#hd_id7387310.help.text"
+#. $~/X
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id7387310\n"
+"help.text"
msgid "Continuous"
msgstr ""
-#: ref_pdf_export.xhp#par_id8764305.help.text
+#. qiiO
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id8764305\n"
+"help.text"
msgid "<ahelp hid=\".\">Select to generate a PDF file that shows pages in a continuous vertical column.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id6223639.help.text
+#. Z1?A
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id6223639\n"
+"help.text"
msgid "Continuous facing"
msgstr ""
-#: ref_pdf_export.xhp#par_id5318765.help.text
+#. ;Br4
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id5318765\n"
+"help.text"
msgid "<ahelp hid=\".\">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.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id1416364.help.text
+#. r6|F
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id1416364\n"
+"help.text"
msgid "First page is left"
msgstr ""
-#: ref_pdf_export.xhp#par_id9596850.help.text
+#. J6]G
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id9596850\n"
+"help.text"
msgid "<ahelp hid=\".\">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.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id18005.help.text
+#. 8SbQ
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id18005\n"
+"help.text"
msgid "User Interface tab"
msgstr ""
-#: ref_pdf_export.xhp#hd_id6676839.help.text
+#. uBUP
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id6676839\n"
+"help.text"
msgid "Window options"
msgstr ""
-#: ref_pdf_export.xhp#hd_id3809015.help.text
+#. +)G0
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id3809015\n"
+"help.text"
msgid "Resize window to initial page"
msgstr ""
-#: ref_pdf_export.xhp#par_id1321146.help.text
+#. RB5l
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id1321146\n"
+"help.text"
msgid "<ahelp hid=\".\">Select to generate a PDF file that is shown in a window displaying the whole initial page.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id6994842.help.text
+#. E[RB
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id6994842\n"
+"help.text"
msgid "Center window on screen"
msgstr ""
-#: ref_pdf_export.xhp#par_id9601428.help.text
+#. a#9p
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id9601428\n"
+"help.text"
msgid "<ahelp hid=\".\">Select to generate a PDF file that is shown in a reader window centered on screen.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id6369212.help.text
+#. ZEcF
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id6369212\n"
+"help.text"
msgid "Open in full screen mode"
msgstr ""
-#: ref_pdf_export.xhp#par_id1111789.help.text
+#. ,$oM
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id1111789\n"
+"help.text"
msgid "<ahelp hid=\".\">Select to generate a PDF file that is shown in a full screen reader window in front of all other windows.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id2041993.help.text
+#. /5kc
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id2041993\n"
+"help.text"
msgid "Display document title"
msgstr ""
-#: ref_pdf_export.xhp#par_id4576555.help.text
+#. ^wpL
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id4576555\n"
+"help.text"
msgid "<ahelp hid=\".\">Select to generate a PDF file that is shown with the document title in the reader's title bar.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id4632099.help.text
+#. N@#x
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id4632099\n"
+"help.text"
msgid "User interface options"
msgstr ""
-#: ref_pdf_export.xhp#hd_id3154087.help.text
+#. )j3i
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id3154087\n"
+"help.text"
msgid "Hide menu bar"
msgstr ""
-#: ref_pdf_export.xhp#par_id6582537.help.text
+#. J~{t
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id6582537\n"
+"help.text"
msgid "<ahelp hid=\".\">Select to hide the reader's menu bar when the document is active.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id729697.help.text
+#. H/`n
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id729697\n"
+"help.text"
msgid "Hide toolbar"
msgstr ""
-#: ref_pdf_export.xhp#par_id769066.help.text
+#. :=xK
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id769066\n"
+"help.text"
msgid "<ahelp hid=\".\">Select to hide the reader's toolbar when the document is active.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id376293.help.text
+#. Ytah
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id376293\n"
+"help.text"
msgid "Hide window controls"
msgstr ""
-#: ref_pdf_export.xhp#par_id43641.help.text
+#. ec[6
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id43641\n"
+"help.text"
msgid "<ahelp hid=\".\">Select to hide the reader's controls when the document is active.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id1886654.help.text
+#. #:[A
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id1886654\n"
+"help.text"
msgid "Transitions"
msgstr ""
-#: ref_pdf_export.xhp#par_idN107D9.help.text
+#. %Idm
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_idN107D9\n"
+"help.text"
msgid "Use transition effects"
msgstr ""
-#: ref_pdf_export.xhp#par_idN107DD.help.text
+#. ?X(2
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_idN107DD\n"
+"help.text"
msgid "<ahelp hid=\".\">Selects to export Impress slide transition effects to respective PDF effects.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id9053926.help.text
+#. sla,
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id9053926\n"
+"help.text"
msgid "Bookmarks"
msgstr ""
-#: ref_pdf_export.xhp#hd_id1941892.help.text
+#. e\q-
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id1941892\n"
+"help.text"
msgid "All bookmark levels"
msgstr ""
-#: ref_pdf_export.xhp#par_id341807.help.text
+#. $\7{
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id341807\n"
+"help.text"
msgid "<ahelp hid=\".\">Select to show all bookmark levels when the reader opens the PDF file.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id486770.help.text
+#. ^/*5
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id486770\n"
+"help.text"
msgid "Visible bookmark levels"
msgstr ""
-#: ref_pdf_export.xhp#par_id4850001.help.text
+#. VHMm
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.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>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id9464094.help.text
+#. XF)t
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id9464094\n"
+"help.text"
msgid "Links tab"
msgstr ""
-#: ref_pdf_export.xhp#par_id9302346.help.text
+#. q8Ad
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id9302346\n"
+"help.text"
msgid "Specify how to export bookmarks and hyperlinks in your document."
msgstr ""
-#: ref_pdf_export.xhp#hd_id8296151.help.text
+#. K?i,
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id8296151\n"
+"help.text"
msgid "Export bookmarks as named destinations"
msgstr ""
-#: ref_pdf_export.xhp#par_id4809411.help.text
+#. \m@*
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id4809411\n"
+"help.text"
msgid "<ahelp hid=\".\">The bookmarks (targets of references) in PDF files can be defined as rectangular areas. Additionally, bookmarks to named objects can be defined by their names. Enable the checkbox to export the names of objects in your document as valid bookmark targets. This allows to link to those objects by name from other documents.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id6454969.help.text
+#. /dfE
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id6454969\n"
+"help.text"
msgid "Convert document references to PDF targets"
msgstr ""
-#: ref_pdf_export.xhp#par_id7928708.help.text
+#. $_g,
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id7928708\n"
+"help.text"
msgid "<ahelp hid=\".\">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.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id3864253.help.text
+#. ]@sY
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id3864253\n"
+"help.text"
msgid "Export URLs relative to file system"
msgstr ""
-#: ref_pdf_export.xhp#par_id3144016.help.text
+#. g`/h
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id3144016\n"
+"help.text"
msgid "<ahelp hid=\".\">Enable this checkbox to export URLs to other documents as relative URLs in the file system. See <link href=\"text/shared/guide/hyperlink_rel_abs.xhp\">\"relative hyperlinks\"</link> in the Help.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id9937131.help.text
+#. i/kE
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id9937131\n"
+"help.text"
msgid "Cross-document links"
msgstr ""
-#: ref_pdf_export.xhp#par_id5616626.help.text
+#. G_+!
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id5616626\n"
+"help.text"
msgid "Specify how to handle hyperlinks from your PDF file to other files."
msgstr ""
-#: ref_pdf_export.xhp#hd_id1972106.help.text
+#. $_C~
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id1972106\n"
+"help.text"
msgid "Default mode"
msgstr ""
-#: ref_pdf_export.xhp#par_id79042.help.text
+#. =p.2
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id79042\n"
+"help.text"
msgid "<ahelp hid=\".\">Links from your PDF document to other documents will be handled as it is specified in your operating system.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id4076357.help.text
+#. I$Ia
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id4076357\n"
+"help.text"
msgid "Open with PDF reader application"
msgstr ""
-#: ref_pdf_export.xhp#par_id8231757.help.text
+#. I3c7
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id8231757\n"
+"help.text"
msgid "<ahelp hid=\".\">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.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id3168736.help.text
+#. HZ$u
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id3168736\n"
+"help.text"
msgid "Open with Internet browser"
msgstr ""
-#: ref_pdf_export.xhp#par_id1909848.help.text
+#. 8,4g
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id1909848\n"
+"help.text"
msgid "<ahelp hid=\".\">Cross-document links are opened with the Internet browser. The Internet browser must be able to handle the specified file type inside the hyperlink.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id3068636.help.text
+#. ArD$
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id3068636\n"
+"help.text"
msgid "Security tab"
msgstr ""
-#: ref_pdf_export.xhp#hd_id2927335.help.text
+#. Mz*`
+#: ref_pdf_export.xhp
#, fuzzy
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id2927335\n"
+"help.text"
msgid "Set passwords"
msgstr "პაროლის შენახვა"
-#: ref_pdf_export.xhp#par_id2107303.help.text
+#. qTOr
+#: ref_pdf_export.xhp
#, fuzzy
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id2107303\n"
+"help.text"
msgid "<ahelp hid=\".\">Click to open a dialog where you enter the passwords.</ahelp>"
msgstr "<ahelp hid=\".\">პაროლის შეყვანა.</ahelp>"
-#: ref_pdf_export.xhp#par_id41123951.help.text
+#. _)i8
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id41123951\n"
+"help.text"
msgid "You can enter a password to open the file. You can enter an optional password that allows to edit the document."
msgstr ""
-#: ref_pdf_export.xhp#hd_id7985168.help.text
+#. %p@=
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id7985168\n"
+"help.text"
msgid "Printing"
msgstr ""
-#: ref_pdf_export.xhp#hd_id876186.help.text
-msgctxt "ref_pdf_export.xhp#hd_id876186.help.text"
+#. .J1n
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id876186\n"
+"help.text"
msgid "Not permitted"
msgstr ""
-#: ref_pdf_export.xhp#par_id3939634.help.text
+#. )6ze
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id3939634\n"
+"help.text"
msgid "<ahelp hid=\".\">Printing the document is not permitted.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id599688.help.text
+#. @/x2
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id599688\n"
+"help.text"
msgid "Low resolution (150 dpi)"
msgstr ""
-#: ref_pdf_export.xhp#par_id1371501.help.text
+#. ?_bT
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id1371501\n"
+"help.text"
msgid "<ahelp hid=\".\">The document can only be printed in low resolution (150 dpi). Not all PDF readers honor this setting.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id4661702.help.text
+#. /7Zj
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id4661702\n"
+"help.text"
msgid "High resolution"
msgstr ""
-#: ref_pdf_export.xhp#par_id7868892.help.text
+#. f!Lo
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id7868892\n"
+"help.text"
msgid "<ahelp hid=\".\">The document can be printed in high resolution.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id2188787.help.text
-msgctxt "ref_pdf_export.xhp#hd_id2188787.help.text"
+#. IFb5
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id2188787\n"
+"help.text"
msgid "Changes"
msgstr ""
-#: ref_pdf_export.xhp#hd_id5833307.help.text
-msgctxt "ref_pdf_export.xhp#hd_id5833307.help.text"
+#. ~nNq
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id5833307\n"
+"help.text"
msgid "Not permitted"
msgstr ""
-#: ref_pdf_export.xhp#par_id7726676.help.text
+#. @+qQ
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id7726676\n"
+"help.text"
msgid "<ahelp hid=\".\">No changes of the content are permitted.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id3729361.help.text
+#. 2oe4
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id3729361\n"
+"help.text"
msgid "Inserting, deleting, and rotating pages"
msgstr ""
-#: ref_pdf_export.xhp#par_id9573961.help.text
+#. (9.J
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id9573961\n"
+"help.text"
msgid "<ahelp hid=\".\">Only inserting, deleting, and rotating pages is permitted.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id7700430.help.text
+#. g(04
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id7700430\n"
+"help.text"
msgid "Filling in form fields"
msgstr ""
-#: ref_pdf_export.xhp#par_id1180455.help.text
+#. BnYU
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id1180455\n"
+"help.text"
msgid "<ahelp hid=\".\">Only filling in form fields is permitted.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id3405560.help.text
+#. rRNT
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id3405560\n"
+"help.text"
msgid "Commenting, filling in form fields"
msgstr ""
-#: ref_pdf_export.xhp#par_id3409527.help.text
+#. 8TL#
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id3409527\n"
+"help.text"
msgid "<ahelp hid=\".\">Only commenting and filling in form fields is permitted.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id7112338.help.text
+#. @:9}
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id7112338\n"
+"help.text"
msgid "Any except extracting pages"
msgstr ""
-#: ref_pdf_export.xhp#par_id2855616.help.text
+#. Y`s5
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id2855616\n"
+"help.text"
msgid "<ahelp hid=\".\">All changes are permitted, except extracting pages.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id2091433.help.text
+#. oK4[
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id2091433\n"
+"help.text"
msgid "Enable copying of content"
msgstr ""
-#: ref_pdf_export.xhp#par_id5092318.help.text
+#. |p,[
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id5092318\n"
+"help.text"
msgid "<ahelp hid=\".\">Select to enable copying of content to the clipboard.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id9312417.help.text
+#. \Igb
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id9312417\n"
+"help.text"
msgid "Enable text access for accessibility tools"
msgstr ""
-#: ref_pdf_export.xhp#par_id9089022.help.text
+#. hX83
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id9089022\n"
+"help.text"
msgid "<ahelp hid=\".\">Select to enable text access for accessibility tools.</ahelp>"
msgstr ""
-#: ref_pdf_export.xhp#hd_id3150507.50.help.text
+#. h^_`
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"hd_id3150507\n"
+"50\n"
+"help.text"
msgid "Export button"
msgstr ""
-#: ref_pdf_export.xhp#par_id3146975.51.help.text
+#. 8njV
+#: ref_pdf_export.xhp
+msgctxt ""
+"ref_pdf_export.xhp\n"
+"par_id3146975\n"
+"51\n"
+"help.text"
msgid "<ahelp hid=\".\">Exports the current file in PDF format.</ahelp>"
msgstr ""
-#: 04100000.xhp#tit.help.text
-msgctxt "04100000.xhp#tit.help.text"
-msgid "Special Character"
+#. [Rfb
+#: 07010000.xhp
+msgctxt ""
+"07010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "New Window"
msgstr ""
-#: 04100000.xhp#hd_id3152937.1.help.text
-msgctxt "04100000.xhp#hd_id3152937.1.help.text"
-msgid "Special Character"
-msgstr ""
+#. NJ5(
+#: 07010000.xhp
+msgctxt ""
+"07010000.xhp\n"
+"bm_id6323129\n"
+"help.text"
+msgid "<bookmark_value>new windows</bookmark_value><bookmark_value>windows;new</bookmark_value>"
+msgstr "<bookmark_value>გაცვლის ბუფერი; Unix</bookmark_value><bookmark_value>ასლის შექმნა Unix-ში</bookmark_value>"
-#: 04100000.xhp#par_id3150838.2.help.text
-msgid "<variable id=\"sonder\"><ahelp hid=\".uno:Bullet\">Inserts special characters from the installed fonts.</ahelp></variable>"
-msgstr ""
+#. 4b9^
+#: 07010000.xhp
+#, fuzzy
+msgctxt ""
+"07010000.xhp\n"
+"hd_id3148882\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/07010000.xhp\" name=\"New Window\">New Window</link>"
+msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>"
-#: 04100000.xhp#par_id3152372.11.help.text
-msgid "When you click a character in the <emph>Special Characters </emph>dialog, a preview and the corresponding numerical code for the character is displayed."
+#. $o#?
+#: 07010000.xhp
+msgctxt ""
+"07010000.xhp\n"
+"par_id3158442\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:NewWindow\">Opens a new window that displays the contents of the current window.</ahelp> You can now view different parts of the same document at the same time."
msgstr ""
-#: 04100000.xhp#hd_id3151315.3.help.text
-msgctxt "04100000.xhp#hd_id3151315.3.help.text"
-msgid "Font"
+#. (6Il
+#: 07010000.xhp
+msgctxt ""
+"07010000.xhp\n"
+"par_id3147588\n"
+"3\n"
+"help.text"
+msgid "Changes made to a document in one window are automatically applied to all of the windows that are open for that document."
msgstr ""
-#: 04100000.xhp#par_id3152924.4.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXDLG_CHARMAP:LB_FONT\">Select a font to display the special characters that are associated with it.</ahelp>"
+#. SRC[
+#: 06150100.xhp
+msgctxt ""
+"06150100.xhp\n"
+"tit\n"
+"help.text"
+msgid "XML Filter"
msgstr ""
-#: 04100000.xhp#hd_id3155555.19.help.text
-msgid "Subset"
+#. rE%0
+#: 06150100.xhp
+msgctxt ""
+"06150100.xhp\n"
+"hd_id3153882\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"xml_filter\"><link href=\"text/shared/01/06150100.xhp\" name=\"XML Filter\">XML Filter</link></variable>"
msgstr ""
-#: 04100000.xhp#par_id3145090.20.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXDLG_CHARMAP_LB_SUBSET\">Select a Unicode category for the current font.</ahelp> The special characters for the selected Unicode category are displayed in the character table."
+#. K?^R
+#: 06150100.xhp
+msgctxt ""
+"06150100.xhp\n"
+"par_id3153070\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">View and edit the settings of an <link href=\"text/shared/01/06150000.xhp\" name=\"XML filter\">XML filter</link>.</ahelp>"
msgstr ""
-#: 04100000.xhp#hd_id3145071.5.help.text
-msgid "Character Table"
+#. @@7M
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Bitmap"
msgstr ""
-#: 04100000.xhp#par_id3154288.6.help.text
-msgid "<ahelp hid=\"HID_CHARMAP_CTL_SHOWSET\">Click the special character(s) that you want to insert, and then click <emph>OK</emph>.</ahelp>"
+#. uH44
+#: 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 ""
-#: 04100000.xhp#hd_id3154317.7.help.text
-msgid "Characters"
-msgstr "ნებისმიერი სიმბოლო"
+#. Dd*E
+#: 05210500.xhp
+#, fuzzy
+msgctxt ""
+"05210500.xhp\n"
+"hd_id3155619\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210500.xhp\" name=\"Bitmap\">Bitmap</link>"
+msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">არე</link>"
-#: 04100000.xhp#par_id3152551.8.help.text
-msgid "Displays the special characters that you have selected."
+#. r9RP
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"par_id3149495\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AREA_BITMAP\">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 ""
-#: 04100000.xhp#hd_id3155535.12.help.text
-msgctxt "04100000.xhp#hd_id3155535.12.help.text"
-msgid "Delete"
+#. v^vK
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"hd_id3148585\n"
+"3\n"
+"help.text"
+msgid "Pattern Editor"
msgstr ""
-#: 04100000.xhp#par_id3147653.13.help.text
-msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_CHARMAP:BTN_DELETE\">Clears the current selection of special characters that you want to insert.</ahelp>"
+#. K,PS
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"par_id3147226\n"
+"4\n"
+"help.text"
+msgid "Use this editor to create a simple, two-color, 8x8 pixel bitmap pattern."
msgstr ""
-#: 06130001.xhp#tit.help.text
-msgctxt "06130001.xhp#tit.help.text"
-msgid "Macros"
+#. [ifn
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"hd_id3145669\n"
+"5\n"
+"help.text"
+msgid "Grid"
msgstr ""
-#: 06130001.xhp#hd_id3152414.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/06130001.xhp\" name=\"Macros\">Macros</link>"
-msgstr "<link href=\"text/shared/01/01010201.xhp\" name=\"Labels\">იარლიყები</link>"
-
-#: 06130001.xhp#par_id3150008.3.help.text
-msgid "Lets you record or organize and edit macros."
+#. oCt3
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"par_id3150774\n"
+"6\n"
+"help.text"
+msgid "To enable this editor, select the <emph>Blank</emph> bitmap in the bitmap list."
msgstr ""
-#: 06130001.xhp#par_idN105B1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/06130000.xhp\">Run Macro</link>"
-msgstr "<link href=\"text/shared/01/01010201.xhp\" name=\"Labels\">იარლიყები</link>"
-
-#: 06130001.xhp#par_idN105EB.help.text
-msgid "<ahelp hid=\".\">Opens a dialog where you can start a macro.</ahelp>"
+#. @_ae
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"hd_id3145072\n"
+"17\n"
+"help.text"
+msgid "Foreground color"
msgstr ""
-#: 06130001.xhp#par_idN10608.help.text
-msgid "<link href=\"text/shared/01/digitalsignatures.xhp\">Digital Signature</link>"
+#. :?Oq
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"par_id3155535\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_BITMAP:LB_COLOR\">Select a foreground color, and then click in the grid to add a pixel to the pattern.</ahelp>"
msgstr ""
-#: 06130001.xhp#par_idN10618.help.text
-msgid "<ahelp hid=\".\">Adds and removes digital signatures to and from your macros. You can also use the dialog to view certificates.</ahelp>"
+#. N,5:
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"hd_id3149398\n"
+"19\n"
+"help.text"
+msgid "Background color"
msgstr ""
-#: 06130001.xhp#par_idN105D3.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/06130000.xhp\">Organize Dialogs</link>"
-msgstr "<link href=\"text/shared/01/01010201.xhp\" name=\"Labels\">იარლიყები</link>"
-
-#: 06130001.xhp#par_idN105E3.help.text
-msgid "<ahelp hid=\".\">Opens the Dialogs tab page of the Macro Organizer.</ahelp>"
+#. *Oz]
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"par_id3148538\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_BITMAP:LB_BACKGROUND_COLOR\">Select a background color for your bitmap pattern.</ahelp>"
msgstr ""
-#: 06140100.xhp#tit.help.text
-msgctxt "06140100.xhp#tit.help.text"
-msgid "Menu"
+#. WNns
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"hd_id3147275\n"
+"7\n"
+"help.text"
+msgid "Bitmap Pattern"
msgstr ""
-#: 06140100.xhp#bm_id900601.help.text
-msgid "<bookmark_value>editing;menus</bookmark_value><bookmark_value>customizing;menus</bookmark_value><bookmark_value>menus;customizing</bookmark_value>"
+#. f\n,
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"par_id3146847\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_BITMAP:LB_BITMAPS\">Select a bitmap in the list, and then click <emph>OK</emph> to apply the pattern to the selected object.</ahelp>"
msgstr ""
-#: 06140100.xhp#hd_id3153008.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/06140100.xhp\" name=\"Menu\">Menu</link>"
-msgstr "<link href=\"text/shared/01/01160000.xhp\" name=\"Send\">გაგზავნა</link>"
-
-#: 06140100.xhp#par_id3152952.2.help.text
-msgid "<ahelp hid=\"HID_CONFIG_MENU\">Customizes and saves current menu layouts as well as creates new menus. You cannot customize context menus.</ahelp>"
+#. LvXr
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"hd_id3150275\n"
+"9\n"
+"help.text"
+msgid "Add"
msgstr ""
-#: 06140100.xhp#par_id3146873.72.help.text
-msgid "You can add new commands, modify existing commands, or rearrange the menu items."
+#. Sr7`
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"par_id3154306\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_BITMAP:BTN_ADD\">Adds a bitmap that you created in the <emph>Pattern Editor </emph>to the current list.</ahelp>"
msgstr ""
-#: 06140100.xhp#par_idN1069B.help.text
-msgctxt "06140100.xhp#par_idN1069B.help.text"
-msgid "Menu"
+#. vd@t
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"hd_id3158432\n"
+"11\n"
+"help.text"
+msgid "Modify"
msgstr ""
-#: 06140100.xhp#par_idN1069F.help.text
-msgid "<ahelp hid=\"705498935\">Select the menu and submenu that you want to edit.</ahelp>"
+#. 3@Rp
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"par_id3153827\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_BITMAP:BTN_MODIFY\">Replaces a bitmap that you created in the <emph>Pattern Editor</emph> with the current bitmap pattern. If you want, you can save the pattern under a different name.</ahelp>"
msgstr ""
-#: 06140100.xhp#par_idN106B0.help.text
-msgctxt "06140100.xhp#par_idN106B0.help.text"
-msgid "New"
+#. /!;}
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"hd_id3149516\n"
+"13\n"
+"help.text"
+msgid "Import"
msgstr ""
-#: 06140100.xhp#par_idN106B4.help.text
-msgid "<ahelp hid=\"705499960\">Opens the <link href=\"text/shared/01/06140101.xhp\">New Menu</link> dialog where you can enter the name of a new menu as well as select the location for the menu.</ahelp>"
+#. $32b
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"par_id3148473\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_BITMAP: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 ""
-#: 06140100.xhp#par_idN106B7.help.text
-msgctxt "06140100.xhp#par_idN106B7.help.text"
-msgid "Menu"
+#. O-lS
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"hd_id3159166\n"
+"21\n"
+"help.text"
+msgid "Load Bitmap List"
msgstr ""
-#: 06140100.xhp#par_idN106BB.help.text
-msgid "<ahelp hid=\"705507642\">Opens a submenu with additional commands.</ahelp>"
+#. 3S,i
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"par_id3155341\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_BITMAP:BTN_LOAD\">Loads a different list of bitmaps.</ahelp>"
msgstr ""
-#: 06140100.xhp#par_idN106BE.help.text
-msgid "Move"
+#. b4Y7
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"hd_id3151246\n"
+"23\n"
+"help.text"
+msgid "Save Bitmap List"
msgstr ""
-#: 06140100.xhp#par_idN106C2.help.text
-msgid "Opens the <link href=\"text/shared/01/06140102.xhp\">Move Menu</link> dialog where you can specify the location of the selected menu."
+#. BH%W
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"par_id3151385\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_BITMAP:BTN_SAVE\">Saves the current list of bitmaps, so that you can load it later.</ahelp>"
msgstr ""
-#: 06140100.xhp#par_idN106C5.help.text
-msgctxt "06140100.xhp#par_idN106C5.help.text"
-msgid "Rename"
+#. [Ox-
+#: guides.xhp
+msgctxt ""
+"guides.xhp\n"
+"tit\n"
+"help.text"
+msgid "Snap Lines"
msgstr ""
-#: 06140100.xhp#par_idN106C9.help.text
-msgid "Opens a dialog where you can change the name of the selected menu."
+#. 4p(4
+#: guides.xhp
+msgctxt ""
+"guides.xhp\n"
+"bm_id1441999\n"
+"help.text"
+msgid "<bookmark_value>guides;display options (Impress/Draw)</bookmark_value>"
msgstr ""
-#: 06140100.xhp#par_idN1071C.help.text
-msgctxt "06140100.xhp#par_idN1071C.help.text"
-msgid "New name"
+#. }_kj
+#: guides.xhp
+msgctxt ""
+"guides.xhp\n"
+"par_idN10562\n"
+"help.text"
+msgid "<link href=\"text/shared/01/guides.xhp\">Snap Lines</link>"
msgstr ""
-#: 06140100.xhp#par_idN1071F.help.text
-msgid "Enter the new name for the selected menu."
+#. bB=m
+#: guides.xhp
+msgctxt ""
+"guides.xhp\n"
+"par_id3146313\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the display options for snap lines.</ahelp>"
msgstr ""
-#: 06140100.xhp#par_idN106CC.help.text
-msgid "To specify the keyboard accelerator for a menu"
+#. \f!x
+#: guides.xhp
+msgctxt ""
+"guides.xhp\n"
+"par_idN1057B\n"
+"help.text"
+msgid "Display Snap Lines"
msgstr ""
-#: 06140100.xhp#par_idN108C6.help.text
-msgid "A keyboard accelerator allows you to select a menu command when you press Alt+ an underlined letter in a menu command. For example, to select the <emph>Save All</emph> command by pressing Alt+V, enter Sa~ve All. "
+#. 9WDI
+#: guides.xhp
+msgctxt ""
+"guides.xhp\n"
+"par_idN1057F\n"
+"help.text"
+msgid "Displays or hides snap lines that you can use to align objects on a page."
msgstr ""
-#: 06140100.xhp#par_idN106D0.help.text
-msgid "Select a menu or menu entry."
+#. {Xs|
+#: guides.xhp
+msgctxt ""
+"guides.xhp\n"
+"par_idN10582\n"
+"help.text"
+msgid "Snap to Snap Lines"
msgstr ""
-#: 06140100.xhp#par_idN108DC.help.text
-msgid "Click the <emph>Menu</emph> button and select <emph>Rename</emph>."
+#. [{e2
+#: guides.xhp
+#, fuzzy
+msgctxt ""
+"guides.xhp\n"
+"par_idN10586\n"
+"help.text"
+msgid "Automatically aligns objects to vertical and horizontal snap lines. To override this feature, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option key</caseinline><defaultinline>Alt key </defaultinline></switchinline>when you drag an object."
+msgstr "სიიდან ველის სწრაფად ჩასართავად დააჭირეთ <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> და ორჯერ დააწკაპუნეთ ველზე."
+
+#. ~%K[
+#: guides.xhp
+msgctxt ""
+"guides.xhp\n"
+"par_idN105C6\n"
+"help.text"
+msgid "Snap Lines to Front"
msgstr ""
-#: 06140100.xhp#par_idN108E8.help.text
-msgid "Add a tilde (~) in front of the letter that you want to use as an accelerator. "
+#. F*7S
+#: guides.xhp
+msgctxt ""
+"guides.xhp\n"
+"par_idN105CA\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays the snap lines in front of the objects on the slide or page.</ahelp>"
msgstr ""
-#: 06140100.xhp#par_idN106F9.help.text
-msgctxt "06140100.xhp#par_idN106F9.help.text"
-msgid "Delete"
+#. o\FK
+#: 05110700.xhp
+msgctxt ""
+"05110700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Superscript"
msgstr ""
-#: 06140100.xhp#par_idN106FD.help.text
-msgid "Deletes the selected menu or menu entry."
+#. weJQ
+#: 05110700.xhp
+#, fuzzy
+msgctxt ""
+"05110700.xhp\n"
+"hd_id3083278\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05110700.xhp\" name=\"Superscript\">Superscript</link>"
+msgstr "<link href=\"text/shared/01/01100200.xhp\" name=\"General\">ზოგადი</link>"
+
+#. K5bl
+#: 05110700.xhp
+msgctxt ""
+"05110700.xhp\n"
+"par_id3152937\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SuperScript\">Reduces the font size of the selected text and raises the text above the baseline.</ahelp>"
msgstr ""
-#: 06140100.xhp#par_idN10910.help.text
-msgid "You can only delete custom menus and custom menu entries."
+#. 5`ES
+#: 04150000.xhp
+msgctxt ""
+"04150000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Drawing Object"
msgstr ""
-#: 06140100.xhp#hd_id3154408.5.help.text
-msgid "Entries"
-msgstr "ელემენტები"
+#. `B5_
+#: 04150000.xhp
+#, fuzzy
+msgctxt ""
+"04150000.xhp\n"
+"hd_id3146873\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Drawing Object\">Drawing Object</link>"
+msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE ობიექტი\">OLE ობიექტი</link>"
-#: 06140100.xhp#par_id3150999.6.help.text
-msgid "<ahelp hid=\"HID_MENUCONFIG_LISTBOX\">Displays a list of the available menu commands for the selected menu in the current application or document.</ahelp>"
+#. Woi0
+#: 04150000.xhp
+msgctxt ""
+"04150000.xhp\n"
+"par_id3159079\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Inserts an object into your document. For movies and sounds, use <emph>Insert - Movie and Sound</emph> instead.</ahelp>"
msgstr ""
-#: 06140100.xhp#par_id3150838.39.help.text
-msgid "To rearrange the order of menu entries, select an entry, and then click the up or down arrow button."
-msgstr ""
+#. bYfj
+#: 04150000.xhp
+msgctxt ""
+"04150000.xhp\n"
+"hd_id3154894\n"
+"8\n"
+"help.text"
+msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE Object\">OLE Object</link>"
+msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE ობიექტი\">OLE ობიექტი</link>"
-#: 06140100.xhp#hd_id3147620.63.help.text
-msgctxt "06140100.xhp#hd_id3147620.63.help.text"
-msgid "Arrow Up"
-msgstr ""
+#. C:I(
+#: 04150000.xhp
+#, fuzzy
+msgctxt ""
+"04150000.xhp\n"
+"hd_id3159201\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/shared/01/04150400.xhp\" name=\"Sound\">Sound</link>"
+msgstr "<link href=\"text/shared/01/01160000.xhp\" name=\"Send\">გაგზავნა</link>"
-#: 06140100.xhp#par_id3153585.64.help.text
-msgid "<ahelp hid=\"SFX2_IMAGEBUTTON_TP_CONFIG_MENU_BTN_MN_UP\">Moves the selected item up one position.</ahelp>"
-msgstr ""
+#. q|Mn
+#: 04150000.xhp
+#, fuzzy
+msgctxt ""
+"04150000.xhp\n"
+"hd_id3157896\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/shared/01/04150500.xhp\" name=\"Video\">Video</link>"
+msgstr "<link href=\"text/shared/01/02020000.xhp\" name=\"Redo\">გამეორება</link>"
-#: 06140100.xhp#par_id3150119.help.text
+#. k\ej
+#: 04150000.xhp
#, fuzzy
-msgid "<image id=\"img_id3156192\" src=\"dbaccess/res/sortup.png\" width=\"0.2083inch\" height=\"0.222inch\"><alt id=\"alt_id3156192\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156283\">ხატულა</alt></image>"
+msgctxt ""
+"04150000.xhp\n"
+"hd_id3153577\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
+msgstr "<link href=\"text/shared/01/01010202.xhp\" name=\"Format\">ფორმატი</link>"
-#: 06140100.xhp#par_id3153331.65.help.text
-msgctxt "06140100.xhp#par_id3153331.65.help.text"
-msgid "Arrow Up"
-msgstr ""
+#. DJ16
+#: 04150000.xhp
+#, fuzzy
+msgctxt ""
+"04150000.xhp\n"
+"hd_id3152552\n"
+"10\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Chart\">Chart</link></caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100300.xhp\" name=\"Format\">ფორმატი</link></caseinline></switchinline>"
-#: 06140100.xhp#hd_id3155388.66.help.text
-msgctxt "06140100.xhp#hd_id3155388.66.help.text"
-msgid "Arrow Down"
-msgstr ""
+#. #VMm
+#: 04150000.xhp
+msgctxt ""
+"04150000.xhp\n"
+"par_id0302200903593543\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Inserts a chart.</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-#: 06140100.xhp#par_id3147335.67.help.text
-msgid "<ahelp hid=\"SFX2_IMAGEBUTTON_TP_CONFIG_MENU_BTN_MN_DOWN\">Moves the selected item down one position.</ahelp>"
+#. GQnx
+#: 05070100.xhp
+msgctxt ""
+"05070100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Align Left"
msgstr ""
-#: 06140100.xhp#par_id3148943.help.text
+#. $O%(
+#: 05070100.xhp
#, fuzzy
-msgid "<image id=\"img_id3145609\" src=\"dbaccess/res/sortdown.png\" width=\"0.1563inch\" height=\"0.1665inch\"><alt id=\"alt_id3145609\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
+msgctxt ""
+"05070100.xhp\n"
+"hd_id3147069\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05070100.xhp\" name=\"Align Left\">Align Left</link>"
+msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
-#: 06140100.xhp#par_id3149295.68.help.text
-msgctxt "06140100.xhp#par_id3149295.68.help.text"
-msgid "Arrow Down"
+#. 3DV:
+#: 05070100.xhp
+msgctxt ""
+"05070100.xhp\n"
+"par_id3160463\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AlignLeft\">Aligns the left edges of the selected objects. If only one object is selected in Draw or Impress, the left edge of the object is aligned to the left page margin.</ahelp>"
msgstr ""
-#: 06140100.xhp#par_idN107EA.help.text
-msgid "Add Commands"
+#. 6L%9
+#: 05070100.xhp
+msgctxt ""
+"05070100.xhp\n"
+"par_id3150146\n"
+"4\n"
+"help.text"
+msgid "Objects are aligned to the left edge of the leftmost object in the selection."
msgstr ""
-#: 06140100.xhp#par_idN107EE.help.text
-msgid "<ahelp hid=\".\">Opens the Add Commands dialog. Select any command, then click <emph>Add</emph> or drag-and-drop the command into the <emph>Customize</emph> dialog box.</ahelp>"
+#. N.0U
+#: 05070100.xhp
+msgctxt ""
+"05070100.xhp\n"
+"par_id3150445\n"
+"3\n"
+"help.text"
+msgid "<variable id=\"mehrfachselektion\">To align the individual objects in a group, <switchinline select=\"appl\"><caseinline select=\"CALC\">choose <emph>Format - Group - Edit Group</emph></caseinline><defaultinline>double-click</defaultinline></switchinline> to enter the group, select the objects, right-click, and then choose an alignment option. </variable>"
msgstr ""
-#: 06140100.xhp#par_idN40723.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select any command, then click <emph>Add</emph> or drag-and-drop the command into the <emph>Customize</emph> dialog box.</ahelp>"
+#. LqhZ
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Bullets and Numbering"
msgstr ""
-#: 06140100.xhp#par_idN107F9.help.text
-msgid "Command"
-msgstr "შინაარსი"
-
-#: 06140100.xhp#par_idN107FD.help.text
-msgid "<ahelp hid=\"705507646\">Opens a menu that contains additional commands.</ahelp>"
+#. Lys/
+#: 06050000.xhp
+#, fuzzy
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3149551\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/Bullets\">Bullets and Numbering</link>"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/06050000.xhp\" name=\"ჩამონათვალი და გადანომვრა\">ჩამონათვალი და გადანომვრა</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/Bullets\">ბულეტები და დანომრვა</link>"
+
+#. R-x:
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3150146\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"numauftext\"><ahelp hid=\".uno:BulletsAndNumberingDial\">Adds numbering or bullets to the current paragraph, and lets you edit format of the numbering or bullets.</ahelp></variable>"
msgstr ""
-#: 06140100.xhp#par_idN10800.help.text
-msgid "Add Submenu"
+#. pWKS
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3145211\n"
+"3\n"
+"help.text"
+msgid "The <emph>Bullets and Numbering</emph> dialog has the following tabs:"
msgstr ""
-#: 06140100.xhp#par_idN10804.help.text
-msgid "Opens the Add Submenu dialog, where you enter the name of a submenu."
-msgstr ""
+#. /]Fj
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3154984\n"
+"27\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Remove </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-#: 06140100.xhp#par_idN10807.help.text
-msgid "Begin Group"
+#. ``k,
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3153031\n"
+"28\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"HID_NUM_RESET\">Removes the numbering or bullets from the current paragraph or from the selected paragraphs.</ahelp></caseinline></switchinline>"
msgstr ""
-#: 06140100.xhp#par_idN1080B.help.text
-msgid "Inserts a separator line under the current menu entry."
+#. zhr8
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "New"
msgstr ""
-#: 06140100.xhp#par_idN1080E.help.text
-msgctxt "06140100.xhp#par_idN1080E.help.text"
-msgid "Rename"
-msgstr ""
+#. {@UF
+#: 01010000.xhp
+#, fuzzy
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3154788\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01010000.xhp\" name=\"New\">New</link>"
+msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>"
-#: 06140100.xhp#par_idN10812.help.text
-msgctxt "06140100.xhp#par_idN10812.help.text"
-msgid "Opens the <emph>Rename</emph> dialog, where you enter a new name for the selected command."
-msgstr ""
+#. Xg+(
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3145669\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AddDirect\">Creates a new $[officename] document.</ahelp>"
+msgstr "<ahelp hid=\".uno:AddDirect\">ქმნის ახალ $[officename] დოკუმენტს.</ahelp>"
-#: 06140100.xhp#par_idN108CA.help.text
-msgctxt "06140100.xhp#par_idN108CA.help.text"
-msgid "New name"
-msgstr ""
+#. F*91
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3149182\n"
+"115\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TBXCONTROL_FILENEW\" visibility=\"hidden\">Creates a new $[officename] document. Click the arrow to select the document type.</ahelp>"
+msgstr "<ahelp hid=\"HID_TBXCONTROL_FILENEW\" visibility=\"hidden\">ქმნის ახალ $[officename] დოკუმენტს.დოკუმენტის ტიპის ასარჩევად დააწკაპუნე ისარზე </ahelp>"
-#: 06140100.xhp#par_idN108CD.help.text
-msgctxt "06140100.xhp#par_idN108CD.help.text"
-msgid "Enter the new name for the selected command."
-msgstr ""
+#. }rR6
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3153528\n"
+"81\n"
+"help.text"
+msgid "<ahelp hid=\".\">If you want to create a document from a template, choose <emph>New - Templates and Documents.</emph></ahelp>"
+msgstr "<ahelp hid=\".\">თუ შაბლონიდან გსურთ დოკუმენტის შექმნა, აირჩიეთ <emph>ახალი - შაბლონები და დოკუმენტები .</emph></ahelp>"
-#: 06140100.xhp#par_idN10824.help.text
-msgctxt "06140100.xhp#par_idN10824.help.text"
-msgid "Delete"
-msgstr ""
+#. WAEN
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3147009\n"
+"82\n"
+"help.text"
+msgid "A template is a file that contains the design elements for a document, including formatting styles, backgrounds, frames, graphics, fields, page layout, and text."
+msgstr "შაბლონი არის ფაილი, რომელიც შეიცავს დოკუმენტის შესაქმნელ შემდეგ ელემენტებს: დაფორმატების სტილი, ფონი, ჩარჩოები, გრაფიკული გამოსახულება, ველი, გვერდის განლაგება და ტექსტი"
-#: 06140100.xhp#par_idN10828.help.text
-msgid "Deletes the selected command."
-msgstr ""
+#. T2.(
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3147242\n"
+"112\n"
+"help.text"
+msgid "<emph>Icon</emph>"
+msgstr "<emph>ხატულა</emph>"
-#: 06140100.xhp#par_idN10918.help.text
-msgctxt "06140100.xhp#par_idN10918.help.text"
-msgid "Save In"
-msgstr ""
+#. CFPh
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3149580\n"
+"113\n"
+"help.text"
+msgid "<emph>Name</emph>"
+msgstr "<emph>სახელი</emph>"
-#: 06140100.xhp#par_idN1091C.help.text
-msgid "<ahelp hid=\"705498948\">Select the application or open document where you want to add the menu.</ahelp> A separate menu configuration is saved for the item that you select."
-msgstr ""
+#. s#EN
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3153258\n"
+"114\n"
+"help.text"
+msgid "<emph>Function</emph>"
+msgstr "<emph>ფუნქცია</emph>"
-#: 06140100.xhp#par_idN10AFB.help.text
-msgid "To edit a menu configuration that is associated with an item in the list, select the item, make the changes that you want, and then click the <emph>OK</emph> button."
-msgstr ""
+#. NaGK
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3145317\n"
+"help.text"
+msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153821\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153821\">ხატულა</alt></image>"
-#: 06140100.xhp#par_idN10922.help.text
-msgid "You cannot load a menu configuration from one location and save the configuration to another location."
-msgstr ""
+#. *-Ze
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3153349\n"
+"61\n"
+"help.text"
+msgid "Text Document"
+msgstr "ტექსტური დოკუმენტი"
-#: 05110500.xhp#tit.help.text
-msgid "Shadows"
-msgstr ""
+#. 8-DN
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3156153\n"
+"62\n"
+"help.text"
+msgid "Creates a new text document ($[officename] Writer)."
+msgstr "ქმნის ახალ ტექსტურ დოკუმენტს ($[officename] Writer)."
-#: 05110500.xhp#bm_id3154545.help.text
-msgid "<bookmark_value>text; shadowed</bookmark_value><bookmark_value>characters; shadowed</bookmark_value><bookmark_value>shadows;characters, using context menu</bookmark_value>"
-msgstr ""
+#. `W[v
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3145121\n"
+"help.text"
+msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150503\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150503\">ხატულა</alt></image>"
-#: 05110500.xhp#hd_id3154545.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05110500.xhp\" name=\"Shadows\">Shadows</link>"
-msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">ჩრდილი</link>"
+#. {g76
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3148552\n"
+"63\n"
+"help.text"
+msgid "Spreadsheet"
+msgstr "ელექტრონული ცხრილი"
-#: 05110500.xhp#par_id3151299.2.help.text
-msgid "<ahelp hid=\".uno:Shadowed\">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp>"
-msgstr ""
+#. .x:r
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3154280\n"
+"64\n"
+"help.text"
+msgid "Creates a new spreadsheet document ($[officename] Calc)."
+msgstr "ქმნის ახალ ელექტრონული ცხრილის დოკუმენტს ($[officename] Calc)."
-#: 03170000.xhp#tit.help.text
-msgid "Color Bar"
-msgstr ""
+#. sP`;
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3149456\n"
+"help.text"
+msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-#: 03170000.xhp#bm_id3147477.help.text
-msgid "<bookmark_value>color bar</bookmark_value><bookmark_value>paint box</bookmark_value>"
-msgstr "<bookmark_value>გაცვლის ბუფერი; Unix</bookmark_value><bookmark_value>ასლის შექმნა Unix-ში</bookmark_value>"
+#. X2Q8
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3153798\n"
+"65\n"
+"help.text"
+msgid "Presentation"
+msgstr "პრეზენტაცია"
-#: 03170000.xhp#hd_id3147477.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/03170000.xhp\" name=\"Color Bar\">Color Bar</link>"
-msgstr "<link href=\"text/shared/01/01050000.xhp\" name=\"Close\">დახურვა</link>"
+#. ;=*q
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3154946\n"
+"66\n"
+"help.text"
+msgid "Creates a new presentation document ($[officename] Impress). The <link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation Wizard\">Presentation Wizard</link> dialog appears."
+msgstr "ქმნის ახალ საპრეზენტაციო დოკუმენტს ($[officename] Impress). The <link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation Wizard\">პრეზენტაციის ოსტატი</link> dialog appears."
-#: 03170000.xhp#par_id3153255.2.help.text
-msgid "<ahelp hid=\".uno:ColorControl\">Show or hides the <emph>Color Bar</emph>. To modify or change the color table that is displayed, choose <emph>Format - Area</emph>, and then click on the <emph>Colors</emph> tab.</ahelp>"
-msgstr ""
+#. 7@V/
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3150495\n"
+"help.text"
+msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154329\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154329\">ხატულა</alt></image>"
-#: 03170000.xhp#par_id3154186.3.help.text
-msgid "<ahelp hid=\"HID_COLOR_CTL_COLORS\">Click the color that you want to use. To change the fill color of an object in the current file, select the object and then click a color. To change the line color of the selected object, right-click a color. To change the color of text in a text object, double-click the text-object, select the text, and then click a color.</ahelp>"
-msgstr ""
+#. X^|5
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3154217\n"
+"99\n"
+"help.text"
+msgid "Drawing"
+msgstr "ნახატი"
-#: 03170000.xhp#par_id3147399.9.help.text
-msgid "You can also drag a color from the <emph>Color Bar</emph> and drop it on a draw object on your slide."
-msgstr ""
+#. -NAf
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3149167\n"
+"100\n"
+"help.text"
+msgid "Creates a new drawing document ($[officename] Draw)."
+msgstr "ქმნის ახალ სახატავ დოკუმენტს ($[officename] Draw)."
-#: 03170000.xhp#par_id3147009.7.help.text
-msgid "To detach the <emph>Color Bar</emph>, click on a gray area of the toolbar and then drag. To reattach the <emph>Color Bar</emph>, drag the title bar of the toolbar to the edge of the window."
-msgstr ""
+#. 0[r)
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN1089C\n"
+"help.text"
+msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">ხატულა</alt></image>"
-#: 06040400.xhp#tit.help.text
-msgid "Localized Options"
+#. 8Goj
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN108CB\n"
+"help.text"
+msgid "Database"
msgstr ""
-#: 06040400.xhp#bm_id3153899.help.text
-msgid "<bookmark_value>quotes; custom</bookmark_value><bookmark_value>custom quotes</bookmark_value><bookmark_value>AutoCorrect function; quotes</bookmark_value><bookmark_value>replacing;ordinal numbers</bookmark_value><bookmark_value>ordinal numbers;replacing</bookmark_value>"
-msgstr ""
+#. ela-
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN108D0\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link> to create a <link href=\"text/shared/explorer/database/dabadoc.xhp\">database file</link>."
+msgstr "Opens the <link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link> to create a <link href=\"text/shared/explorer/database/dabadoc.xhp\">მონაცემთა ბაზის ფაილი</link>."
-#: 06040400.xhp#hd_id3153899.15.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/06040400.xhp\" name=\"Localized Options\">Localized Options</link>"
-msgstr "<link href=\"text/shared/01/01010203.xhp\" name=\"Options\">პარამეტრები</link>"
+#. %w;\
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3159149\n"
+"help.text"
+msgid "<image id=\"img_id3150868\" src=\"res/sx03139.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150868\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150868\" src=\"res/sx03139.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150868\">ხატულა</alt></image>"
-#: 06040400.xhp#par_id3149748.16.help.text
-msgid "Specify the AutoCorrect options for quotation marks and for options that are specific to the language of the text."
-msgstr ""
+#. !Qm)
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3154298\n"
+"79\n"
+"help.text"
+msgid "HTML Document"
+msgstr "HTML დოკუმენტი"
-#: 06040400.xhp#par_id31537173.help.text
-msgid "<ahelp hid=\".\">Select to apply the replacements while you type [T], or when you modify existing text [M].</ahelp>"
-msgstr ""
+#. .dv1
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3152460\n"
+"80\n"
+"help.text"
+msgid "Creates a new HTML document."
+msgstr "შექმენი ახალი HTML დოკუმენტი"
-#: 06040400.xhp#hd_id3159300.25.help.text
-msgid "Add non breaking space before specific punctuation marks in French text"
-msgstr ""
+#. G/%s
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN107BF\n"
+"help.text"
+msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">ხატულა</alt></image>"
-#: 06040400.xhp#par_id3153173.27.help.text
-msgid "Inserts a non breaking space before \";\", \"!\", \"?\" and \":\" when the character language is set to French (France, Belgium, Luxembourg, Monaco, or Switzerland) and before \":\" only when the character language is set to French (Canada)."
-msgstr ""
+#. *3,P
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN107F0\n"
+"help.text"
+msgid "XML Form Document"
+msgstr "XML ფორმის დოკუმენტი"
-#: 06040400.xhp#hd_id3159400.25.help.text
-msgid "Format ordinal number suffixes (1st ... 1^st)"
-msgstr ""
+#. ^7PY
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN107F5\n"
+"help.text"
+msgid "Creates a new <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
+msgstr "ქმნის ახალ <link href=\"text/shared/guide/xforms.xhp\">XForms</link> დოკუმენტს."
-#: 06040400.xhp#par_id3154173.27.help.text
-msgid "Formats the text characters of ordinals, such as 1st, 2nd, or 3rd, as superscripts. For example, in English text, 1st will be converted to 1^st."
-msgstr ""
+#. d*sA
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3147426\n"
+"help.text"
+msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163710\">Icon</alt></image>"
+msgstr "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163710\">ხატულა</alt></image>"
-#: 06040400.xhp#hd_id3154682.17.help.text
-msgid "Single quotes / Double quotes"
+#. f_E_
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3152938\n"
+"89\n"
+"help.text"
+msgid "Master Document"
msgstr ""
-#: 06040400.xhp#par_id3152363.18.help.text
-msgid "Specify the replacement characters to use for single or double quotation marks."
-msgstr ""
+#. !4mQ
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3150961\n"
+"90\n"
+"help.text"
+msgid "Creates a new <link href=\"text/shared/01/01010001.xhp\" name=\"master document\">master document</link>."
+msgstr "ქმნის ახალ <link href=\"text/shared/01/01010001.xhp\" name=\"master document\">ძირითად დოკუმენტს</link>."
-#: 06040400.xhp#hd_id3156553.22.help.text
-msgctxt "06040400.xhp#hd_id3156553.22.help.text"
-msgid "Replace"
-msgstr ""
+#. cI-/
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3155854\n"
+"help.text"
+msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147317\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147317\">ხატულა</alt></image>"
-#: 06040400.xhp#par_id3155616.23.help.text
-msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_AUTOCORR_QUOTE:CB_TYPO\">Automatically replaces the default system symbol for single quotation marks with the special character that you specify.</ahelp>"
+#. /E(~
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3155511\n"
+"77\n"
+"help.text"
+msgid "Formula"
msgstr ""
-#: 06040400.xhp#hd_id3153750.11.help.text
-msgid "Start quote"
-msgstr ""
+#. IZR3
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3150872\n"
+"78\n"
+"help.text"
+msgid "Creates a new formula document ($[officename] Math)."
+msgstr "ქმნის ახალ ფორმულა დოკუმენტს ($[officename] Math)."
-#: 06040400.xhp#par_id3152425.12.help.text
-msgid "<ahelp hid=\"OFFMGR:PUSHBUTTON:RID_OFAPAGE_AUTOCORR_QUOTE:PB_SGL_STARTQUOTE\">Select the <link href=\"text/shared/01/04100000.xhp\" name=\"special character\">special character</link> that will automatically replace the current opening quotation mark in your document when you choose <emph>Format - AutoCorrect - Apply</emph>.</ahelp>"
-msgstr ""
+#. `XAk
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3154145\n"
+"help.text"
+msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3083443\">Icon</alt></image>"
+msgstr "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3083443\">ხატულა</alt></image>"
-#: 06040400.xhp#hd_id3159233.13.help.text
-msgid "End quote"
+#. d9IF
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3149417\n"
+"105\n"
+"help.text"
+msgid "Labels"
msgstr ""
-#: 06040400.xhp#par_id3147008.14.help.text
-msgid "<ahelp hid=\"OFFMGR:PUSHBUTTON:RID_OFAPAGE_AUTOCORR_QUOTE:PB_SGL_ENDQUOTE\">Select the <link href=\"text/shared/01/04100000.xhp\" name=\"special character\">special character</link> that will automatically replace the current closing quotation mark in your document when you choose <emph>Format - AutoCorrect - Apply</emph>.</ahelp>"
-msgstr ""
+#. Kv=p
+#: 01010000.xhp
+#, fuzzy
+msgctxt ""
+"01010000.xhp\n"
+"par_id3148388\n"
+"106\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/01/01010200.xhp\" name=\"Labels\">Labels</link> dialog where you can set the options for your labels, and then creates a new text document for the labels ($[officename] Writer)."
+msgstr "ხსნის the <link href=\"text/shared/01/01010300.xhp\" name=\"Business Cards\">Business Cards</link> დიალოგს, სადაც თქვენ შეგიძლიათ განსაზღვროთ თქვენი სავიზიტო ბარათის პარამეტრები და შემდეგ ხსნის ახალ ტექსტურ დოკუმენტს. ($[officename] Writer)."
-#: 06040400.xhp#hd_id3147089.19.help.text
-msgctxt "06040400.xhp#hd_id3147089.19.help.text"
-msgid "Default"
-msgstr ""
+#. cpbi
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3155415\n"
+"help.text"
+msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156283\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156283\">ხატულა</alt></image>"
-#: 06040400.xhp#par_id3166460.20.help.text
-msgid "<ahelp hid=\"OFFMGR:PUSHBUTTON:RID_OFAPAGE_AUTOCORR_QUOTE:PB_SGL_STD\">Resets the quotation marks to the default symbols.</ahelp>"
-msgstr ""
+#. cMtZ
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3150592\n"
+"107\n"
+"help.text"
+msgid "Business Cards"
+msgstr "სავიზიტო ბარათები"
-#: gallery.xhp#tit.help.text
-msgid "Gallery"
-msgstr "გალერეა"
+#. -Yo@
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3150968\n"
+"108\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/01/01010300.xhp\" name=\"Business Cards\">Business Cards</link> dialog where you can set the options for your business cards, and then creates a new text document ($[officename] Writer)."
+msgstr "ხსნის the <link href=\"text/shared/01/01010300.xhp\" name=\"Business Cards\">Business Cards</link> დიალოგს, სადაც თქვენ შეგიძლიათ განსაზღვროთ თქვენი სავიზიტო ბარათის პარამეტრები და შემდეგ ხსნის ახალ ტექსტურ დოკუმენტს. ($[officename] Writer)."
-#: gallery.xhp#par_id3149783.46.help.text
-msgid "<ahelp hid=\"HID_GALLERY_ICONVIEW\" visibility=\"hidden\">Displays the contents of the <emph>Gallery </emph>as icons.</ahelp>"
-msgstr ""
+#. |rlB
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3154729\n"
+"help.text"
+msgid "<image id=\"img_id3150422\" src=\"res/sx03242.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150422\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150422\" src=\"res/sx03242.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150422\">ხატულა</alt></image>"
-#: gallery.xhp#par_id3148983.47.help.text
-msgid "<ahelp hid=\"HID_GALLERY_LISTVIEW\" visibility=\"hidden\">Displays the contents of the <emph>Gallery </emph>as small icons, with title and path information.</ahelp>"
+#. 9-AP
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3154510\n"
+"69\n"
+"help.text"
+msgid "Templates and Documents"
msgstr ""
-#: gallery.xhp#hd_id3153894.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/gallery.xhp\" name=\"Gallery\">Gallery</link>"
-msgstr "<link href=\"text/shared/01/02040000.xhp\" name=\"Cut\">ამოჭრა</link>"
+#. {8He
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3155603\n"
+"70\n"
+"help.text"
+msgid "Creates a new document using an existing <link href=\"text/shared/01/01010100.xhp\" name=\"template\">template</link> or opens a sample document."
+msgstr "ქმნის ახალ დოკუმენტს არსებული შაბლონის გამოყენებით,C <link href=\"text/shared/01/01010100.xhp\" name=\"template\">template</link> ან ხსნის ახალ დოკუმენტს."
-#: gallery.xhp#par_id3150789.2.help.text
-msgid "<ahelp hid=\".uno:Gallery\">Opens the <emph>Gallery</emph>, where you can select graphics and sounds to insert into your document.</ahelp>"
-msgstr ""
+#. PbGG
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN1096F\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/doc_open.xhp\">Opening documents</link>"
+msgstr "<link href=\"text/shared/guide/doc_open.xhp\">დოკუმენტები იხსნება</link>"
-#: gallery.xhp#par_id3155555.44.help.text
-msgid "You can display the contents of the <emph>Gallery </emph>as icons, or icons with titles and path information."
-msgstr ""
+#. ?*g)
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN109E7\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Creates a new text document ($[officename] Writer).</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ ტექსტურ დოკუმენტს ($[officename] Writer).</ahelp>"
-#: gallery.xhp#par_id3153394.45.help.text
-msgid "To zoom in or zoom out on a single object in the <emph>Gallery</emph>, double-click the object, or select the object, and then press the Spacebar."
-msgstr ""
+#. \6YG
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN109FE\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Creates a new spreadsheet document ($[officename] Calc).</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ ელექტრონული ცხრილის დოკუმენტს ($[officename] Calc).</ahelp>"
-#: gallery.xhp#par_id3145346.26.help.text
-msgid "Themes are listed on the left side of the <emph>Gallery</emph>.<ahelp hid=\"HID_GALLERY_THEMELIST\">Click a theme to view the objects associated with the theme.</ahelp>"
-msgstr ""
+#. AZV+
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN10A15\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Creates a new presentation document ($[officename] Impress). The Presentation Wizard dialog appears.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საპრეზენტაციო დოკუმენტს($[officename] Impress). The Presentation Wizard dialog appears.</ahelp>"
-#: gallery.xhp#par_id3155355.50.help.text
-msgid "<ahelp hid=\"HID_GALLERY_WINDOW\">To insert a <emph>Gallery </emph>object, select the object, and then drag it into the document.</ahelp>"
-msgstr ""
+#. aLrA
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN10A2C\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Creates a new drawing document ($[officename] Draw).</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ სახატავის დოკუმენტს ($[officename] Draw).</ahelp>"
-#: gallery.xhp#hd_id3156113.4.help.text
-msgid "Adding a New File to the Gallery"
-msgstr ""
+#. @}#X
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN10A43\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Database Wizard to create a database file.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ხსნის მონაცემთა ბაზის ოსტატს მონაცემთა ფაილის შესაქმნელად.</ahelp>"
-#: gallery.xhp#par_id3153032.43.help.text
-msgid "To add a file to the <emph>Gallery</emph>, right-click a theme, choose <emph>Properties</emph>, click the <emph>Files </emph>tab, and then click <emph>Add</emph>. You can also click an object in the current document, hold, and then drag it to the <emph>Gallery</emph> window."
-msgstr ""
+#. o5pI
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN10A5A\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Creates a new HTML document.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ HTML დოკუმენტს.</ahelp>"
-#: gallery.xhp#hd_id3145315.10.help.text
-msgid "New theme"
-msgstr ""
+#. !Mt?
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN10A71\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Creates a new XForms document.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ X ფორმის დოკუმენტს.</ahelp>"
-#: gallery.xhp#par_id3150275.11.help.text
-msgid "<ahelp hid=\"HID_GALLERY_NEWTHEME\">Adds a new theme to the <emph>Gallery </emph>and lets you choose the files to include in the theme.</ahelp>."
-msgstr ""
+#. ;iKj
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN10A88\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Creates a new master document.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
-#: gallery.xhp#par_id3159167.9.help.text
-msgid "To access the following commands, right-click a theme in the <emph>Gallery</emph>:"
-msgstr ""
+#. eZm(
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN10A9F\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Creates a new formula document ($[officename] Math).</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ ფორმულა დოკუმენტს ($[officename] Math).</ahelp>"
-#: gallery.xhp#hd_id3154142.15.help.text
-msgctxt "gallery.xhp#hd_id3154142.15.help.text"
-msgid "Properties"
+#. k9UG
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN10AB6\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Labels dialog where you can set the options for your labels, and then creates a new text document for the labels ($[officename] Writer).</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ხსნის იარლიყების დიალოგის ფანჯარას სადაც შეგიძლიათ განსაზღვროთ თქვენი იარლიყების პარამეტრები და შემდეგ ქმნის ახალ ტექსტურ დოკუმენტს ამ იარლიყებისათვის ($[officename] Writer).</ahelp>"
+
+#. )Ck^
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN10ACD\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Business Cards dialog where you can set the options for your business cards, and then creates a new text document ($[officename] Writer).</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ხსნის დიალოგს, სადაც თქვენ შეგიძლიათ განსაზღვროთ თქვენი სავიზიტო ბარათის პარამეტრები და შემდეგ ხსნის ახალ ტექსტურ დოკუმენტს($[officename] Writer).</ahelp>"
+
+#. 0NU6
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN10AE4\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Creates a new document using an existing template or opens a sample document.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">არსებული შაბლონის გამოყენებით ქმნის ახალ დოკუმენტს ან ხსნის ნიმუშ დოკუმენტს .</ahelp>"
+
+#. lR9~
+#: 01100000.xhp
+msgctxt ""
+"01100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Properties of"
msgstr "თვისებები"
-#: gallery.xhp#par_id3148990.16.help.text
-msgid "The <emph>Properties of (Theme)</emph> dialog contains the following tabs:"
+#. t-BM
+#: 01100000.xhp
+msgctxt ""
+"01100000.xhp\n"
+"hd_id3152876\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"eigen_von\"><link href=\"text/shared/01/01100000.xhp\" name=\"Properties of\">Properties of</link></variable>"
+msgstr "<variable id=\"eigen_von\"><link href=\"text/shared/01/01100000.xhp\" name=\"Properties of\">თვისებები</link></variable>"
+
+#. EH%)
+#: 01100000.xhp
+msgctxt ""
+"01100000.xhp\n"
+"par_id3153255\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"dokumentinfotext\"><ahelp hid=\".uno:SetDocumentProperties\">Displays the properties for the current file, including statistics such as word count and the date the file was created.</ahelp></variable>"
+msgstr "<variable id=\"dokumentinfotext\"><ahelp hid=\".uno:SetDocumentProperties\">აჩვენებს მიმდინარე ფაილის თვისებებს, ისეთი სტატისტიკური მონაცემების ჩათვლით, როგორიცაა სიტყვების რაოდენობა და ფაილის შექმნის თარიღი.</ahelp></variable>"
+
+#. t3s5
+#: 01100000.xhp
+msgctxt ""
+"01100000.xhp\n"
+"par_id3153748\n"
+"4\n"
+"help.text"
+msgid "The <emph>Properties</emph> dialog contains the following tab pages:"
msgstr "The <emph>Properties</emph> დიალოგი შეიცავს შემდეგ ჩანართებს:"
-#: gallery.xhp#hd_id3151384.25.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/gallery_files.xhp\" name=\"Files\">Files</link>"
-msgstr "<link href=\"text/shared/01/02040000.xhp\" name=\"Cut\">ამოჭრა</link>"
+#. xi-!
+#: 01100000.xhp
+msgctxt ""
+"01100000.xhp\n"
+"par_id3148643\n"
+"5\n"
+"help.text"
+msgid "Depending on your access rights to the file, you might not see all of the tabs in the <emph>Properties</emph> dialog."
+msgstr "თქვენ შეიძლება ვერ ხედავდეთ ყველა ჩანართს დიალოგში <emph>თვისებები </emph>. ეს დამოკიდებულია თუ რამდენად გაქვთ ფაილზე წვდომის უფლებაზე."
-#: password_dlg.xhp#tit.help.text
-msgctxt "password_dlg.xhp#tit.help.text"
-msgid "Password"
-msgstr ""
+#. Wp3#
+#: 01990000.xhp
+msgctxt ""
+"01990000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Recent Documents"
+msgstr "ბოლო დოკუმენტები"
-#: password_dlg.xhp#hd_id3146902.63.help.text
-msgid "<link href=\"text/shared/01/password_dlg.xhp\" name=\"Password\">Password</link>"
-msgstr ""
+#. B}S4
+#: 01990000.xhp
+msgctxt ""
+"01990000.xhp\n"
+"hd_id3150279\n"
+"6\n"
+"help.text"
+msgid "<variable id=\"picktitle\"><link href=\"text/shared/01/01990000.xhp\" name=\"Recent Documents\">Recent Documents</link></variable>"
+msgstr "<variable id=\"picktitle\"><link href=\"text/shared/01/01990000.xhp\" name=\"Recent Documents\">ბოლო დოკუმენტები</link></variable>"
-#: password_dlg.xhp#par_id3154350.64.help.text
-msgid "Assigns a password to prevent users from making unauthorized changes."
-msgstr ""
+#. o7{j
+#: 01990000.xhp
+msgctxt ""
+"01990000.xhp\n"
+"par_id3154794\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\".\">Lists the most recently opened files. To open a file in the list, click its name.</ahelp>"
+msgstr "<ahelp hid=\".\">ყველაზე ბოლოს გახსნილი ფაილების ჩამონათალი. ჩამონათვალში ფაილის გასახსნელად დააწკაპუნეთ მის სახელზე.</ahelp>"
-#: password_dlg.xhp#par_id31222.help.text
-msgid "The open password must be entered to open the file."
+#. bY;/
+#: 01990000.xhp
+msgctxt ""
+"01990000.xhp\n"
+"par_id3159079\n"
+"4\n"
+"help.text"
+msgid "The file is opened by the <item type=\"productname\">%PRODUCTNAME</item> module that saved it."
+msgstr "ფაილი გაიხსნა იმ<item type=\"productname\">%PRODUCTNAME</item> მოდულის მიერ, რომელმაც ეს ფაილი დაიმახსოვრა."
+
+#. |GL@
+#: 06040700.xhp
+msgctxt ""
+"06040700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Smart Tags"
msgstr ""
-#: password_dlg.xhp#par_id313339.help.text
-msgid "The permission password must be entered to edit the document."
+#. 6(tD
+#: 06040700.xhp
+msgctxt ""
+"06040700.xhp\n"
+"bm_id9057588\n"
+"help.text"
+msgid "<bookmark_value>smart tag configuration</bookmark_value>"
msgstr ""
-#: password_dlg.xhp#hd_id3146857.65.help.text
-msgctxt "password_dlg.xhp#hd_id3146857.65.help.text"
-msgid "Password"
+#. p5}S
+#: 06040700.xhp
+msgctxt ""
+"06040700.xhp\n"
+"hd_id3563951\n"
+"help.text"
+msgid "Smart Tags"
msgstr ""
-#: password_dlg.xhp#par_id3150502.62.help.text
-msgid "<ahelp hid=\"HID_PASSWD_TABLE\">Type a password. A password is case sensitive.</ahelp>"
+#. 0DxW
+#: 06040700.xhp
+msgctxt ""
+"06040700.xhp\n"
+"par_id1827448\n"
+"help.text"
+msgid "<ahelp hid=\".\">When you have installed at least one Smart Tag extension, you see the Smart Tags page.</ahelp>"
msgstr ""
-#: password_dlg.xhp#hd_id3153029.66.help.text
-msgctxt "password_dlg.xhp#hd_id3153029.66.help.text"
-msgid "Confirm"
+#. T_xO
+#: 06040700.xhp
+msgctxt ""
+"06040700.xhp\n"
+"hd_id686666\n"
+"help.text"
+msgid "Label text with smart tags"
msgstr ""
-#: password_dlg.xhp#par_id3151100.67.help.text
-msgctxt "password_dlg.xhp#par_id3151100.67.help.text"
-msgid "<ahelp hid=\".\">Re-enter the password.</ahelp>"
+#. c,ER
+#: 06040700.xhp
+msgctxt ""
+"06040700.xhp\n"
+"par_id3259376\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enables Smart Tags to be evaluated and shown in your text document.</ahelp>"
msgstr ""
-#: password_dlg.xhp#hd_id3155351.68.help.text
-msgid "Undoing password protection"
+#. #(p+
+#: 06040700.xhp
+msgctxt ""
+"06040700.xhp\n"
+"hd_id4024170\n"
+"help.text"
+msgid "Currently installed smart tags"
msgstr ""
-#: password_dlg.xhp#par_id3146109.69.help.text
-msgid "To remove a password, open the document, then save without password."
+#. ~^Lp
+#: 06040700.xhp
+msgctxt ""
+"06040700.xhp\n"
+"par_id2847071\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays all installed Smart Tags. To configure a Smart Tag, select the name of the Smart Tag, then click Properties. Not all Smart Tags can be configured.</ahelp>"
msgstr ""
-#: password_dlg.xhp#par_id31323250502.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to show or hide the file sharing password options.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
+#. Km3H
+#: 06040700.xhp
+msgctxt ""
+"06040700.xhp\n"
+"hd_id8424329\n"
+"help.text"
+msgid "Properties"
+msgstr "თვისებები"
-#: 05080400.xhp#tit.help.text
-msgctxt "05080400.xhp#tit.help.text"
-msgid "Justify"
+#. 6XU:
+#: 06040700.xhp
+msgctxt ""
+"06040700.xhp\n"
+"par_id3912167\n"
+"help.text"
+msgid "<ahelp hid=\".\">To configure a Smart Tag, select the name of the Smart Tag, then click Properties. Not all Smart Tags can be configured.</ahelp>"
msgstr ""
-#: 05080400.xhp#hd_id3152937.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05080400.xhp\" name=\"Justify\">Justify</link>"
-msgstr "<link href=\"text/shared/01/02040000.xhp\" name=\"Cut\">ამოჭრა</link>"
+#. Pn)j
+#: ref_pdf_send_as.xhp
+msgctxt ""
+"ref_pdf_send_as.xhp\n"
+"tit\n"
+"help.text"
+msgid "E-mail as PDF"
+msgstr ""
-#: 05080400.xhp#par_id3146856.2.help.text
-msgid "<variable id=\"blocktext\"><ahelp hid=\".uno:JustifyPara\">Aligns the selected paragraph(s) to the left and the right page margins. If you want, you can also specify the alignment options for the last line of a paragraph by choosing <emph>Format - Paragraph - Alignment</emph>.</ahelp></variable>"
+#. (+/:
+#: ref_pdf_send_as.xhp
+msgctxt ""
+"ref_pdf_send_as.xhp\n"
+"hd_id3146902\n"
+"2\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 ""
-#: 05350400.xhp#tit.help.text
-msgctxt "05350400.xhp#tit.help.text"
-msgid "Illumination"
+#. (z?n
+#: ref_pdf_send_as.xhp
+msgctxt ""
+"ref_pdf_send_as.xhp\n"
+"par_id3150756\n"
+"1\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 ""
-#: 05350400.xhp#hd_id3151260.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05350400.xhp\" name=\"Illumination\">Illumination</link>"
-msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">ჩრდილი</link>"
+#. \6Wp
+#: 05260600.xhp
+msgctxt ""
+"05260600.xhp\n"
+"tit\n"
+"help.text"
+msgid "As Character"
+msgstr "ნებისმიერი სიმბოლო"
-#: 05350400.xhp#par_id3149741.2.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_LIGHT\">Define the light source for the selected 3D object.</ahelp>"
-msgstr ""
+#. c1qq
+#: 05260600.xhp
+#, fuzzy
+msgctxt ""
+"05260600.xhp\n"
+"hd_id3154621\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">As Character</link>"
+msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-#: 05350400.xhp#hd_id3154984.4.help.text
-msgctxt "05350400.xhp#hd_id3154984.4.help.text"
-msgid "Illumination"
+#. fq4f
+#: 05260600.xhp
+msgctxt ""
+"05260600.xhp\n"
+"par_id3146946\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Anchors the selected item as a character in the current text. If the height of the selected item is greater than the current font size, the height of the line containing the item is increased.</ahelp>"
msgstr ""
-#: 05350400.xhp#par_id3155391.5.help.text
-msgid "Specify the light source for the object, as well as the color of the light source and of the ambient light. You can define up to eight different light sources."
-msgstr ""
+#. ^)gX
+#: 05290200.xhp
+#, fuzzy
+msgctxt ""
+"05290200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Ungroup"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nგანცალკევება\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nგანჯგუფება"
+
+#. T:TD
+#: 05290200.xhp
+msgctxt ""
+"05290200.xhp\n"
+"hd_id3159217\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05290200.xhp\" name=\"Ungroup\">Ungroup</link>"
+msgstr "<link href=\"text/shared/01/05290200.xhp\" name=\"Ungroup\">განჯგუფება</link>"
-#: 05350400.xhp#hd_id3153748.6.help.text
-msgid "Light source"
+#. FDoN
+#: 05290200.xhp
+msgctxt ""
+"05290200.xhp\n"
+"par_id3156116\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"aufhebentext\"><ahelp hid=\".uno:FormatUngroup\" visibility=\"visible\">Breaks apart the selected group into individual objects.</ahelp></variable>"
msgstr ""
-#: 05350400.xhp#par_id3149149.7.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_LIGHT_8\">Click twice to turn the light source on, and then select a color for the light from the list. If you want, you can also set the color of the surrounding light, by selecting a color from the <emph>Ambient light</emph> box.</ahelp> You can also press the Spacebar to turn the light source on or off. "
+#. i-#g
+#: 05290200.xhp
+msgctxt ""
+"05290200.xhp\n"
+"par_id3146067\n"
+"3\n"
+"help.text"
+msgid "To break apart the nested groups within a group, you must repeat this command on each subgroup."
msgstr ""
-#: 05350400.xhp#par_id3159269.help.text
+#. !d1e
+#: 05010000.xhp
#, fuzzy
-msgid "<image id=\"img_id3156155\" src=\"svx/res/lighton.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3156155\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156283\">ხატულა</alt></image>"
+msgctxt ""
+"05010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Clear Direct Formatting"
+msgstr "გვერდის ფორმატირება"
-#: 05350400.xhp#par_id3154143.8.help.text
-msgid "Light is on"
+#. _+@j
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"bm_id3157959\n"
+"help.text"
+msgid "<bookmark_value>formatting; undoing when writing</bookmark_value><bookmark_value>hyperlinks; deleting</bookmark_value><bookmark_value>deleting; hyperlinks</bookmark_value><bookmark_value>cells;resetting formats</bookmark_value>"
msgstr ""
-#: 05350400.xhp#par_id3155449.help.text
+#. %\j}
+#: 05010000.xhp
#, fuzzy
-msgid "<image id=\"img_id3147573\" src=\"svx/res/light.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3147573\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
+msgctxt ""
+"05010000.xhp\n"
+"hd_id3153391\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05010000.xhp\" name=\"Clear Direct Formatting\">Clear Direct Formatting</link>"
+msgstr "<link href=\"text/swriter/01/06120000.xhp\" name=\"Page Formatting\">გვერდის ფორმატირება</link>"
-#: 05350400.xhp#par_id3155829.9.help.text
-msgid "Light is off"
+#. =%p[
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"par_id3145829\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:StandardTextAttributes\">Removes direct formatting and formatting by character styles from the selection.</ahelp>"
msgstr ""
-#: 05350400.xhp#hd_id3159166.10.help.text
-msgctxt "05350400.xhp#hd_id3159166.10.help.text"
-msgid "Color Selection"
+#. ,}GM
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"par_id3147261\n"
+"5\n"
+"help.text"
+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 ""
-#: 05350400.xhp#par_id3155421.11.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXFLOAT_3D:LB_LIGHT_1\">Select a color for the current light source.</ahelp>"
+#. H3F`
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"par_id3157959\n"
+"3\n"
+"help.text"
+msgid "To stop applying a direct format, such as underlining, while you type new text at the end of a line, press Shift+Ctrl+X."
msgstr ""
-#: 05350400.xhp#hd_id3149955.12.help.text
-msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Select Color in the color dialog\">Select Color in the color dialog</link>"
-msgstr ""
+#. I0u$
+#: 02040000.xhp
+msgctxt ""
+"02040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Cut"
+msgstr "ამოჭრა"
-#: 05350400.xhp#hd_id3153061.13.help.text
-msgid "Ambient light"
-msgstr ""
+#. ?^a)
+#: 02040000.xhp
+msgctxt ""
+"02040000.xhp\n"
+"bm_id3146936\n"
+"help.text"
+msgid "<bookmark_value>cutting</bookmark_value><bookmark_value>clipboard; cutting</bookmark_value>"
+msgstr "<bookmark_value>ჭრა</bookmark_value><bookmark_value>გაცვლის ბუფერი; ამოჭრა</bookmark_value>"
-#: 05350400.xhp#hd_id3144511.15.help.text
-msgctxt "05350400.xhp#hd_id3144511.15.help.text"
-msgid "Color Selection"
-msgstr ""
+#. v3wL
+#: 02040000.xhp
+msgctxt ""
+"02040000.xhp\n"
+"hd_id3146936\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02040000.xhp\" name=\"Cut\">Cut</link>"
+msgstr "<link href=\"text/shared/01/02040000.xhp\" name=\"Cut\">ამოჭრა</link>"
-#: 05350400.xhp#par_id3153896.16.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXFLOAT_3D:LB_AMBIENTLIGHT\">Select a color for the ambient light.</ahelp>"
-msgstr ""
+#. a]2S
+#: 02040000.xhp
+msgctxt ""
+"02040000.xhp\n"
+"par_id3153255\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Cut\">Removes and copies the selection to the clipboard.</ahelp>"
+msgstr "<ahelp hid=\".uno:Cut\">მონიშვნის ამოღება და ასლის გადატანა გაცვლის ბუფერზე.</ahelp>"
-#: 05350400.xhp#hd_id3149670.17.help.text
-msgctxt "05350400.xhp#hd_id3149670.17.help.text"
-msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Select Color Through the Color Dialog\">Select Color Through the Color Dialog</link>"
+#. Os@8
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data (for XML Form Documents)"
msgstr ""
-#: 05350400.xhp#hd_id3153961.18.help.text
-msgctxt "05350400.xhp#hd_id3153961.18.help.text"
-msgid "Preview"
+#. n}k@
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"hd_id5766472\n"
+"help.text"
+msgid "<link href=\"text/shared/01/xformsdatatab.xhp\">Data (for XML Form Documents)</link>"
msgstr ""
-#: 05350400.xhp#par_id3151056.19.help.text
-msgid "Displays a preview of the light source changes."
+#. 5W,X
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"par_id1161534\n"
+"help.text"
+msgid "The Data tab page of the Properties dialog for an XML Form document offers some XML forms settings."
msgstr ""
-#: 05020300.xhp#tit.help.text
-msgctxt "05020300.xhp#tit.help.text"
-msgid "Numbers / Format"
+#. Xc`%
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"par_id3994567\n"
+"help.text"
+msgid "The possible settings of the <emph>Data</emph> tab page of a control depend on the respective control. You will only see the options that are available for the current control and context. The following fields are available:"
msgstr ""
-#: 05020300.xhp#bm_id3152942.help.text
-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>"
+#. t]5.
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"hd_id9461653\n"
+"help.text"
+msgid "XML data model"
msgstr ""
-#: 05020300.xhp#hd_id3152942.1.help.text
-msgctxt "05020300.xhp#hd_id3152942.1.help.text"
-msgid "Numbers / Format"
+#. e^Nb
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"par_id9239173\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select a model from the list of all models in the current document.</ahelp>"
msgstr ""
-#: 05020300.xhp#par_id3145071.2.help.text
-msgid "<variable id=\"zahlen\"><ahelp hid=\".uno:TableNumberFormatDialog\">Specify the formatting options for the selected cell(s).</ahelp> </variable>"
+#. c=)^
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"hd_id2656941\n"
+"help.text"
+msgid "Binding"
msgstr ""
-#: 05020300.xhp#hd_id3155392.3.help.text
-msgctxt "05020300.xhp#hd_id3155392.3.help.text"
-msgid "Category"
+#. G4iM
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"par_id1481063\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select or enter the name of a binding. Selecting the name of an existing binding associates the binding with the form control. Entering a new name creates a new binding and associates it with the form control.</ahelp>"
msgstr ""
-#: 05020300.xhp#par_id3150774.4.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_NUMBERFORMAT:LB_CATEGORY\">Select a category from the list, and then select a formatting style in the <emph>Format </emph>box.</ahelp>"
+#. *?A~
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"hd_id7921079\n"
+"help.text"
+msgid "Binding expression"
msgstr ""
-#: 05020300.xhp#par_id3145416.101.help.text
-msgid "The default currency format for a cell is determined by the regional settings of your operating system."
+#. (Z6J
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"par_id636921\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the DOM node to bind the control model to. Click the ... button for a dialog to enter the XPath expression.</ahelp>"
msgstr ""
-#: 05020300.xhp#hd_id3155342.5.help.text
-msgctxt "05020300.xhp#hd_id3155342.5.help.text"
-msgid "Format"
+#. 4;oA
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"hd_id2799157\n"
+"help.text"
+msgid "Required"
msgstr ""
-#: 05020300.xhp#par_id3148491.6.help.text
-msgid "<ahelp hid=\"HID_NUMBERFORMAT_LB_FORMAT\">Select how you want the contents of the selected cell(s) to be displayed.</ahelp> The code for the selected option is displayed in the <emph>Format Code</emph> box."
+#. V;nw
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"par_id3004547\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies if the item must be included on the XForm.</ahelp>"
msgstr ""
-#: 05020300.xhp#hd_id3154811.97.help.text
-msgid "Currency category list boxes"
+#. hDn*
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"hd_id6401867\n"
+"help.text"
+msgid "Relevant"
msgstr ""
-#: 05020300.xhp#par_id3148563.98.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_NUMBERFORMAT:LB_CURRENCY\">Select a currency, and then scroll to the top of the <emph>Format</emph> list to view the formatting options for the currency.</ahelp>"
+#. K`$z
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"par_id18616\n"
+"help.text"
+msgid "<ahelp hid=\".\">Declares the item as relevant.</ahelp>"
msgstr ""
-#: 05020300.xhp#par_id3150866.99.help.text
-msgid "The format code for currencies uses the form [$xxx-nnn], where xxx is the currency symbol, and nnn the country code. Special banking symbols, such as EUR (for Euro), do not require the country code. The currency format is not dependent on the language that you select in the<emph> Language</emph> box. "
+#. 0)z(
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"hd_id6138492\n"
+"help.text"
+msgid "Read-only"
msgstr ""
-#: 05020300.xhp#hd_id3154071.23.help.text
-msgctxt "05020300.xhp#hd_id3154071.23.help.text"
-msgid "Language"
+#. :Zn3
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"par_id4569231\n"
+"help.text"
+msgid "<ahelp hid=\".\">Declares the item as read-only.</ahelp>"
msgstr ""
-#: 05020300.xhp#par_id3154138.24.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_NUMBERFORMAT:LB_LANGUAGE\">Specifies the language setting for the selected <switchinline select=\"appl\"><caseinline select=\"CALC\">cells </caseinline><defaultinline>fields</defaultinline></switchinline>. 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 <switchinline select=\"appl\"><caseinline select=\"CALC\">cells </caseinline><defaultinline>fields</defaultinline></switchinline>.</ahelp>"
+#. T]YA
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"hd_id291451\n"
+"help.text"
+msgid "Constraint"
msgstr ""
-#: 05020300.xhp#par_id3157320.102.help.text
-msgid "The language setting ensures that date and currency formats are preserved even when the document is opened in an operating system that uses a different default language setting."
+#. R0N;
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"par_id3341776\n"
+"help.text"
+msgid "<ahelp hid=\".\">Declares the item as a constraint.</ahelp>"
msgstr ""
-#: 05020300.xhp#hd_id3155995.104.help.text
-msgid "Source format"
-msgstr ""
+#. OkWS
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"hd_id5947141\n"
+"help.text"
+msgid "Calculation"
+msgstr "გამოთვლა"
-#: 05020300.xhp#par_id3144432.105.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_NUMBERFORMAT_CB_SOURCEFORMAT\">Uses the same number format as the cells containing the data for the chart.</ahelp>"
+#. \r1W
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"par_id1911679\n"
+"help.text"
+msgid "<ahelp hid=\".\">Declares that the item is calculated.</ahelp>"
msgstr ""
-#: 05020300.xhp#hd_id3148451.7.help.text
-msgctxt "05020300.xhp#hd_id3148451.7.help.text"
-msgid "Options"
+#. Rf$G
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"hd_id9364909\n"
+"help.text"
+msgid "Data type"
msgstr ""
-#: 05020300.xhp#par_id3148922.8.help.text
-msgid "Specify the options for the selected format."
+#. w$?H
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"par_id4473403\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select a data type which the control should be validated against.</ahelp>"
msgstr ""
-#: 05020300.xhp#hd_id3153970.9.help.text
-msgid "Decimal places"
-msgstr "ათწილადთა ადგილი"
+#. Y#DW
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"hd_id2480849\n"
+"help.text"
+msgid "x"
+msgstr "x"
-#: 05020300.xhp#par_id3154684.10.help.text
-msgid "<ahelp hid=\"SVX:NUMERICFIELD:RID_SVXPAGE_NUMBERFORMAT:ED_DECIMALS\">Enter the number of decimal places that you want to display.</ahelp>"
+#. @Dw`
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"par_id4181951\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select a user-defined data type and click the button to delete the user-defined data type.</ahelp>"
msgstr ""
-#: 05020300.xhp#hd_id3154819.11.help.text
-msgid "Leading zeroes"
+#. 8bWV
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"hd_id2927335\n"
+"help.text"
+msgid "+"
msgstr ""
-#: 05020300.xhp#par_id3147352.12.help.text
-msgid "<ahelp hid=\"SVX:NUMERICFIELD:RID_SVXPAGE_NUMBERFORMAT:ED_LEADZEROES\">Enter the maximum number of zeroes to display in front of the decimal point.</ahelp>"
+#. .=h_
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"par_id2107303\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click the button to open a dialog where you can enter the name of a new user-defined data type. The new data type inherits all facets from the currently selected data type.</ahelp>"
msgstr ""
-#: 05020300.xhp#hd_id3155131.13.help.text
-msgid "Negative numbers in red"
+#. 7KE|
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"par_id4071779\n"
+"help.text"
+msgid "The following lists all facets that are valid for data types. Some facets are only available for some data types."
msgstr ""
-#: 05020300.xhp#par_id3159252.14.help.text
-msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_NUMBERFORMAT:BTN_NEGRED\">Changes the font color of negative numbers to red.</ahelp>"
+#. OC[?
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"hd_id4313791\n"
+"help.text"
+msgid "Whitespaces"
msgstr ""
-#: 05020300.xhp#hd_id3147434.15.help.text
-msgid "Use thousands separator"
+#. FxTC
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"par_id4331797\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies how whitespaces are to be handled when a string of the current data type is being processed. Possible values are Preserve, Replace, and Collapse. The semantics follow the definition at http://www.w3.org/TR/xmlschema-2/#rf-whiteSpace.</ahelp>"
msgstr ""
-#: 05020300.xhp#par_id3146148.16.help.text
-msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_NUMBERFORMAT:BTN_THOUSAND\">Inserts a separator between thousands. The type of separator that is used depends on your language settings.</ahelp>"
-msgstr ""
+#. ,_F$
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"hd_id4191717\n"
+"help.text"
+msgid "Pattern"
+msgstr "თარგი"
-#: 05020300.xhp#hd_id3150103.17.help.text
-msgid "Format code"
+#. H+$;
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"par_id2318796\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies a regular expression pattern. Strings validated against the data type must conform to this pattern to be valid. The XSD data type syntax for regular expressions is different from the regular expression syntax used elseswhere in %PRODUCTNAME, for example in the Find & Replace dialog.</ahelp>"
msgstr ""
-#: 05020300.xhp#par_id3159156.18.help.text
-msgid "<ahelp hid=\"SVX:EDIT:RID_SVXPAGE_NUMBERFORMAT:ED_FORMAT\">Displays the number format code for the selected format. You can also enter a custom format.</ahelp> The following options are only available for user-defined number formats."
+#. B)s[
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"hd_id399182\n"
+"help.text"
+msgid "Digits (total)"
msgstr ""
-#: 05020300.xhp#hd_id3155311.19.help.text
-msgctxt "05020300.xhp#hd_id3155311.19.help.text"
-msgid "Add"
+#. R.^{
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"par_id5298318\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the maximum total number of digits that values of the decimal data type can have.</ahelp>"
msgstr ""
-#: 05020300.xhp#par_id3147219.20.help.text
-msgid "<ahelp hid=\"HID_NUMBERFORMAT_TBI_ADD\">Adds the number format code that you entered to the user-defined category.</ahelp>"
+#. ,[i1
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"hd_id7588732\n"
+"help.text"
+msgid "Digits (fraction)"
msgstr ""
-#: 05020300.xhp#hd_id3149263.21.help.text
-msgctxt "05020300.xhp#hd_id3149263.21.help.text"
-msgid "Delete"
+#. Tb9=
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"par_id95828\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the maximum total number of fractional digits that values of the decimal data type can have.</ahelp>"
msgstr ""
-#: 05020300.xhp#par_id3154150.22.help.text
-msgid "<ahelp hid=\"HID_NUMBERFORMAT_TBI_REMOVE\">Deletes the selected number format.</ahelp> The changes are effective after you restart $[officename]."
+#. +BdX
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"hd_id3496200\n"
+"help.text"
+msgid "Max. (inclusive)"
msgstr ""
-#: 05020300.xhp#hd_id3153573.26.help.text
-msgid "Edit Comment"
+#. 01P{
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"par_id7599108\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies an inclusive upper bound for values.</ahelp>"
msgstr ""
-#: 05020300.xhp#par_id3083444.27.help.text
-msgid "<ahelp hid=\"HID_NUMBERFORMAT_TBI_INFO\">Adds a comment to the selected number format.</ahelp>."
+#. _8XY
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"hd_id888698\n"
+"help.text"
+msgid "Max. (exclusive)"
msgstr ""
-#: 05020300.xhp#hd_id3150332.95.help.text
-msgid "Name line"
+#. Mxdh
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"par_id3394573\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies an exclusive upper bound for values.</ahelp>"
msgstr ""
-#: 05020300.xhp#par_id3156060.96.help.text
-msgid "<ahelp hid=\"SVX:EDIT:RID_SVXPAGE_NUMBERFORMAT:ED_COMMENT\">Enter a comment for the selected number format, and then click outside this box.</ahelp>"
+#. B6?Q
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"hd_id7594225\n"
+"help.text"
+msgid "Min. (inclusive)"
msgstr ""
-#: 05020300.xhp#par_id3145364.help.text
-msgid "<link href=\"text/shared/01/05020301.xhp\" name=\"Number format codes\">Number format codes</link>"
+#. 2;Pv
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"par_id8147221\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies an inclusive lower bound for values.</ahelp>"
msgstr ""
-#: 05020300.xhp#par_id3153095.help.text
-msgid "<link href=\"text/shared/01/05020301.xhp\" name=\"Custom format codes\">Custom format codes</link>"
+#. E3ZX
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"hd_id5081637\n"
+"help.text"
+msgid "Min. (exclusive)"
msgstr ""
-#: 05210500.xhp#tit.help.text
-msgctxt "05210500.xhp#tit.help.text"
-msgid "Bitmap"
+#. Mtn1
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"par_id9759514\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies an exclusive lower bound for values.</ahelp>"
msgstr ""
-#: 05210500.xhp#bm_id3155619.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>"
+#. FOwl
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"hd_id1614429\n"
+"help.text"
+msgid "Length"
msgstr ""
-#: 05210500.xhp#hd_id3155619.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05210500.xhp\" name=\"Bitmap\">Bitmap</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">არე</link>"
-
-#: 05210500.xhp#par_id3149495.2.help.text
-msgid "<ahelp hid=\"HID_AREA_BITMAP\">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>"
+#. nnQk
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"par_id1589098\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the number of characters for a string.</ahelp>"
msgstr ""
-#: 05210500.xhp#hd_id3148585.3.help.text
-msgid "Pattern Editor"
+#. EN\c
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"hd_id1278420\n"
+"help.text"
+msgid "Length (at least)"
msgstr ""
-#: 05210500.xhp#par_id3147226.4.help.text
-msgid "Use this editor to create a simple, two-color, 8x8 pixel bitmap pattern."
+#. Yl;,
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"par_id8746910\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the minimum number of characters for a string.</ahelp>"
msgstr ""
-#: 05210500.xhp#hd_id3145669.5.help.text
-msgctxt "05210500.xhp#hd_id3145669.5.help.text"
-msgid "Grid"
+#. Z`K/
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"hd_id9636524\n"
+"help.text"
+msgid "Length (at most)"
msgstr ""
-#: 05210500.xhp#par_id3150774.6.help.text
-msgid "To enable this editor, select the <emph>Blank</emph> bitmap in the bitmap list."
+#. -R6?
+#: xformsdatatab.xhp
+msgctxt ""
+"xformsdatatab.xhp\n"
+"par_id5675527\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the maximum number of characters for a string.</ahelp>"
msgstr ""
-#: 05210500.xhp#hd_id3145072.17.help.text
-msgid "Foreground color"
+#. CEvJ
+#: xformsdataname.xhp
+msgctxt ""
+"xformsdataname.xhp\n"
+"tit\n"
+"help.text"
+msgid "Form Namespaces"
msgstr ""
-#: 05210500.xhp#par_id3155535.18.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_BITMAP:LB_COLOR\">Select a foreground color, and then click in the grid to add a pixel to the pattern.</ahelp>"
+#. X*GA
+#: xformsdataname.xhp
+msgctxt ""
+"xformsdataname.xhp\n"
+"bm_id8286080\n"
+"help.text"
+msgid "<bookmark_value>deleting;namespaces in XForms</bookmark_value><bookmark_value>organizing;namespaces in XForms</bookmark_value><bookmark_value>namespace organization in XForms</bookmark_value><bookmark_value>XForms;adding/editing/deleting/organizing namespaces</bookmark_value>"
msgstr ""
-#: 05210500.xhp#hd_id3149398.19.help.text
-msgctxt "05210500.xhp#hd_id3149398.19.help.text"
-msgid "Background color"
+#. ,N;_
+#: xformsdataname.xhp
+msgctxt ""
+"xformsdataname.xhp\n"
+"par_idN1053E\n"
+"help.text"
+msgid "Form Namespaces"
msgstr ""
-#: 05210500.xhp#par_id3148538.20.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_BITMAP:LB_BACKGROUND_COLOR\">Select a background color for your bitmap pattern.</ahelp>"
+#. G=_@
+#: xformsdataname.xhp
+msgctxt ""
+"xformsdataname.xhp\n"
+"par_idN10542\n"
+"help.text"
+msgid "<ahelp hid=\".\">Use this dialog to organize namespaces. You can access this dialog through the Add Condition dialog of the Data Navigator.</ahelp>"
msgstr ""
-#: 05210500.xhp#hd_id3147275.7.help.text
-msgid "Bitmap Pattern"
+#. ~=5{
+#: xformsdataname.xhp
+msgctxt ""
+"xformsdataname.xhp\n"
+"par_idN10561\n"
+"help.text"
+msgid "Namespaces"
msgstr ""
-#: 05210500.xhp#par_id3146847.8.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_BITMAP:LB_BITMAPS\">Select a bitmap in the list, and then click <emph>OK</emph> to apply the pattern to the selected object.</ahelp>"
+#. L]#4
+#: xformsdataname.xhp
+msgctxt ""
+"xformsdataname.xhp\n"
+"par_idN10565\n"
+"help.text"
+msgid "<ahelp hid=\".\">Lists the currently defined namespaces for the form.</ahelp>"
msgstr ""
-#: 05210500.xhp#hd_id3150275.9.help.text
-msgctxt "05210500.xhp#hd_id3150275.9.help.text"
+#. V2{/
+#: xformsdataname.xhp
+msgctxt ""
+"xformsdataname.xhp\n"
+"par_idN10568\n"
+"help.text"
msgid "Add"
msgstr ""
-#: 05210500.xhp#par_id3154306.10.help.text
-msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_BITMAP:BTN_ADD\">Adds a bitmap that you created in the <emph>Pattern Editor </emph>to the current list.</ahelp>"
+#. D`Sb
+#: xformsdataname.xhp
+msgctxt ""
+"xformsdataname.xhp\n"
+"par_idN1056C\n"
+"help.text"
+msgid "<ahelp hid=\".\">Adds a new namespace to the list.</ahelp>"
msgstr ""
-#: 05210500.xhp#hd_id3158432.11.help.text
-msgctxt "05210500.xhp#hd_id3158432.11.help.text"
-msgid "Modify"
+#. V:T%
+#: xformsdataname.xhp
+msgctxt ""
+"xformsdataname.xhp\n"
+"par_idN1056F\n"
+"help.text"
+msgid "Use the <emph>Add Namespace</emph> dialog to enter the Prefix and URL."
msgstr ""
-#: 05210500.xhp#par_id3153827.12.help.text
-msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_BITMAP:BTN_MODIFY\">Replaces a bitmap that you created in the <emph>Pattern Editor</emph> with the current bitmap pattern. If you want, you can save the pattern under a different name.</ahelp>"
+#. Pz/3
+#: xformsdataname.xhp
+msgctxt ""
+"xformsdataname.xhp\n"
+"par_idN10576\n"
+"help.text"
+msgid "Edit"
+msgstr "გასვლა"
+
+#. #8U`
+#: xformsdataname.xhp
+msgctxt ""
+"xformsdataname.xhp\n"
+"par_idN1057A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Edits the selected namespace.</ahelp>"
msgstr ""
-#: 05210500.xhp#hd_id3149516.13.help.text
-msgctxt "05210500.xhp#hd_id3149516.13.help.text"
-msgid "Import"
+#. aN=g
+#: xformsdataname.xhp
+msgctxt ""
+"xformsdataname.xhp\n"
+"par_idN1057D\n"
+"help.text"
+msgid "Use the <emph>Edit Namespace</emph> dialog to edit the Prefix and URL."
msgstr ""
-#: 05210500.xhp#par_id3148473.14.help.text
-msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_BITMAP: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>"
+#. |-iU
+#: xformsdataname.xhp
+msgctxt ""
+"xformsdataname.xhp\n"
+"par_idN10584\n"
+"help.text"
+msgid "Delete"
msgstr ""
-#: 05210500.xhp#hd_id3159166.21.help.text
-msgid "Load Bitmap List"
+#. ?\M5
+#: xformsdataname.xhp
+msgctxt ""
+"xformsdataname.xhp\n"
+"par_idN10588\n"
+"help.text"
+msgid "<ahelp hid=\".\">Deletes the selected namespace.</ahelp>"
msgstr ""
-#: 05210500.xhp#par_id3155341.22.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_BITMAP:BTN_LOAD\">Loads a different list of bitmaps.</ahelp>"
+#. 1p6o
+#: 02230400.xhp
+msgctxt ""
+"02230400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Accept or reject changes"
msgstr ""
-#: 05210500.xhp#hd_id3151246.23.help.text
-msgid "Save Bitmap List"
+#. cFi$
+#: 02230400.xhp
+msgctxt ""
+"02230400.xhp\n"
+"hd_id3145138\n"
+"1\n"
+"help.text"
+msgid "Accept or reject changes"
msgstr ""
-#: 05210500.xhp#par_id3151385.24.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_BITMAP:BTN_SAVE\">Saves the current list of bitmaps, so that you can load it later.</ahelp>"
+#. Z9x=
+#: 02230400.xhp
+msgctxt ""
+"02230400.xhp\n"
+"par_id3147240\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"redlining\"><ahelp hid=\".uno:AcceptChanges\" visibility=\"visible\">Accept or reject recorded changes.</ahelp></variable>"
msgstr ""
-#: 05220000.xhp#tit.help.text
-msgctxt "05220000.xhp#tit.help.text"
-msgid "Text"
+#. EnJ(
+#: 05230500.xhp
+msgctxt ""
+"05230500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Callout"
msgstr ""
-#: 05220000.xhp#bm_id3146856.help.text
-msgid "<bookmark_value>text; text/draw objects</bookmark_value> <bookmark_value>draw objects; text in</bookmark_value> <bookmark_value>frames; text fitting to frames</bookmark_value>"
+#. (eR8
+#: 05230500.xhp
+msgctxt ""
+"05230500.xhp\n"
+"bm_id3149038\n"
+"help.text"
+msgid "<bookmark_value>legends; draw objects</bookmark_value><bookmark_value>draw objects; legends</bookmark_value><bookmark_value>labels;for draw objects</bookmark_value><bookmark_value>labels, see also names/callouts</bookmark_value><bookmark_value>captions, see also labels/callouts</bookmark_value><bookmark_value>names, see also labels/callouts</bookmark_value>"
msgstr ""
-#: 05220000.xhp#hd_id3146856.1.help.text
+#. [}Kz
+#: 05230500.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05220000.xhp\" name=\"Text\">Text</link>"
-msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
-
-#: 05220000.xhp#par_id3150279.2.help.text
-msgid "<ahelp hid=\"HID_PAGE_TEXTATTR\">Sets the layout and anchoring properties for text in the selected drawing or text object.</ahelp>"
-msgstr ""
+msgctxt ""
+"05230500.xhp\n"
+"hd_id3149038\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05230500.xhp\" name=\"Callout\">Callout</link>"
+msgstr "<link href=\"text/shared/01/02040000.xhp\" name=\"Cut\">ამოჭრა</link>"
-#: 05220000.xhp#par_id3154794.4.help.text
-msgid "The text is positioned relative to the edges of the drawing or text object."
+#. xLnm
+#: 05230500.xhp
+msgctxt ""
+"05230500.xhp\n"
+"par_id3155069\n"
+"2\n"
+"help.text"
+msgid "Specify the properties of the selected callout."
msgstr ""
-#: 05220000.xhp#hd_id3149031.5.help.text
-msgctxt "05220000.xhp#hd_id3149031.5.help.text"
-msgid "Text"
+#. D_~L
+#: 05230500.xhp
+msgctxt ""
+"05230500.xhp\n"
+"par_id368358\n"
+"help.text"
+msgid "These callouts are a legacy of the first versions of %PRODUCTNAME. You must customize a toolbar or menu to insert these callouts. The newer custom shape callouts offer more features, for example a Callouts toolbar <image id=\"img_id3154508\" src=\"cmd/sc_calloutshapes.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154508\">Icon</alt></image> where you can select the shape."
msgstr ""
-#: 05220000.xhp#hd_id3150445.7.help.text
-msgctxt "05220000.xhp#hd_id3150445.7.help.text"
-msgid "Fit width to text"
+#. Tn:Y
+#: 05230500.xhp
+msgctxt ""
+"05230500.xhp\n"
+"hd_id3151330\n"
+"3\n"
+"help.text"
+msgid "Callout Styles"
msgstr ""
-#: 05220000.xhp#par_id3145629.8.help.text
-msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_TEXTATTR_TSB_AUTOGROW_WIDTH\">Expands the width of the object to the width of the text, if the object is smaller than the text.</ahelp>"
+#. +*tc
+#: 05230500.xhp
+msgctxt ""
+"05230500.xhp\n"
+"par_id3149760\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CAPTION_CTL_TYPE\">Click the <emph>Callout</emph> style that you want to apply to the selected callout.</ahelp>"
msgstr ""
-#: 05220000.xhp#hd_id3149511.9.help.text
-msgctxt "05220000.xhp#hd_id3149511.9.help.text"
-msgid "Fit height to text"
+#. H?W8
+#: 05230500.xhp
+msgctxt ""
+"05230500.xhp\n"
+"hd_id3149798\n"
+"5\n"
+"help.text"
+msgid "Spacing"
msgstr ""
-#: 05220000.xhp#par_id3149640.10.help.text
-msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_TEXTATTR_TSB_AUTOGROW_HEIGHT\">Expands the height of the object to the height of the text, if the object is smaller than the text.</ahelp>"
+#. h.^U
+#: 05230500.xhp
+msgctxt ""
+"05230500.xhp\n"
+"par_id3147399\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_CAPTION:MF_ABSTAND\">Enter the amount of space that you want to leave between the end of the callout line, and the callout box.</ahelp>"
msgstr ""
-#: 05220000.xhp#hd_id3152867.11.help.text
-msgid "Fit to frame"
+#. QKEO
+#: 05230500.xhp
+msgctxt ""
+"05230500.xhp\n"
+"hd_id3151226\n"
+"7\n"
+"help.text"
+msgid "Extension"
msgstr ""
-#: 05220000.xhp#par_id3147834.12.help.text
-msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_TEXTATTR_TSB_FIT_TO_SIZE\">Resizes the text to fit the entire area of the drawing or text object.</ahelp>"
+#. _pg%
+#: 05230500.xhp
+msgctxt ""
+"05230500.xhp\n"
+"par_id3148620\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_CAPTION:LB_ANSATZ_REL\">Select where you want to extend the callout line from, in relation to the callout box.</ahelp>"
msgstr ""
-#: 05220000.xhp#hd_id3155892.29.help.text
-msgid "Adjust to contour"
+#. `4G\
+#: 05230500.xhp
+msgctxt ""
+"05230500.xhp\n"
+"hd_id3153311\n"
+"9\n"
+"help.text"
+msgid "Length"
msgstr ""
-#: 05220000.xhp#par_id3153577.30.help.text
-msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_TEXTATTR_TSB_CONTOUR\">Adapts the text flow so that it matches the contours of the selected drawing object.</ahelp>"
+#. KHif
+#: 05230500.xhp
+msgctxt ""
+"05230500.xhp\n"
+"par_id3145313\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_CAPTION:MF_LAENGE\">Enter the length of the callout line segment that extends from the callout box to the inflection point of the line.</ahelp>"
msgstr ""
-#: 05220000.xhp#par_idN10705.help.text
-msgid "Word wrap text in shape"
+#. GDvC
+#: 05230500.xhp
+msgctxt ""
+"05230500.xhp\n"
+"par_id3159269\n"
+"11\n"
+"help.text"
+msgid "The <emph>Length </emph>box is only available if you select the <emph>Angled connector line</emph> callout style, and leave the <emph>Optimal </emph>checkbox cleared."
msgstr ""
-#: 05220000.xhp#par_idN10709.help.text
-msgid "<ahelp hid=\".\">Wraps the text that you add after double-clicking a custom shape to fit inside the shape.</ahelp>"
+#. Mfaf
+#: 05230500.xhp
+msgctxt ""
+"05230500.xhp\n"
+"hd_id3149820\n"
+"12\n"
+"help.text"
+msgid "Optimal"
msgstr ""
-#: 05220000.xhp#par_idN10720.help.text
-msgid "Resize shape to fit text"
+#. p3P/
+#: 05230500.xhp
+msgctxt ""
+"05230500.xhp\n"
+"par_id3147210\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_CAPTION:CB_LAENGE\">Click here to display a single-angled line in an optimal way.</ahelp>"
msgstr ""
-#: 05220000.xhp#par_idN10724.help.text
-msgid "<ahelp hid=\".\">Resizes a custom shape to fit the text that you enter after double-clicking the shape.</ahelp>"
+#. fnH1
+#: 06040500.xhp
+msgctxt ""
+"06040500.xhp\n"
+"tit\n"
+"help.text"
+msgid "AutoCorrect context menu"
msgstr ""
-#: 05220000.xhp#hd_id3154288.13.help.text
-msgid "Spacing to borders"
+#. lH9u
+#: 06040500.xhp
+msgctxt ""
+"06040500.xhp\n"
+"bm_id3152823\n"
+"help.text"
+msgid "<bookmark_value>AutoCorrect function; context menu</bookmark_value><bookmark_value>spellcheck; context menus</bookmark_value>"
msgstr ""
-#: 05220000.xhp#par_id3151265.14.help.text
-msgid "Specify the amount of space to leave between the edges of the drawing or text object and the borders of the text."
+#. 9jYq
+#: 06040500.xhp
+msgctxt ""
+"06040500.xhp\n"
+"hd_id3152823\n"
+"1\n"
+"help.text"
+msgid "AutoCorrect context menu"
msgstr ""
-#: 05220000.xhp#hd_id3150443.15.help.text
-msgctxt "05220000.xhp#hd_id3150443.15.help.text"
-msgid "Left"
+#. f9H@
+#: 06040500.xhp
+msgctxt ""
+"06040500.xhp\n"
+"par_id3146936\n"
+"2\n"
+"help.text"
+msgid "To access this menu, right-click a misspelled word in your document. To view the misspelled words in your document, enable <emph>AutoSpellcheck</emph> icon on the Standard toolbar."
msgstr ""
-#: 05220000.xhp#par_id3156113.16.help.text
-msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_TEXTATTR_MTR_FLD_LEFT\">Enter the amount of space to leave between the left edge of the drawing or text object and the left border of the text.</ahelp>"
+#. JzdL
+#: 06040500.xhp
+msgctxt ""
+"06040500.xhp\n"
+"hd_id3153899\n"
+"4\n"
+"help.text"
+msgid "<Replacement Suggestions>"
msgstr ""
-#: 05220000.xhp#hd_id3155419.17.help.text
-msgctxt "05220000.xhp#hd_id3155419.17.help.text"
-msgid "Right"
+#. !j=l
+#: 06040500.xhp
+msgctxt ""
+"06040500.xhp\n"
+"par_id3147000\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LINGU_REPLACE\">Click the word to replace the highlighted word. Use the AutoCorrect submenu for permanent replacement.</ahelp>"
msgstr ""
-#: 05220000.xhp#par_id3155388.18.help.text
-msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_TEXTATTR_MTR_FLD_RIGHT\">Enter the amount of space to leave between the right edge of the drawing or text object and the right border of the text.</ahelp>"
+#. GuZ6
+#: 06040500.xhp
+msgctxt ""
+"06040500.xhp\n"
+"hd_id3153089\n"
+"6\n"
+"help.text"
+msgid "Spellcheck"
msgstr ""
-#: 05220000.xhp#hd_id3148926.19.help.text
-msgctxt "05220000.xhp#hd_id3148926.19.help.text"
-msgid "Top"
+#. N8[p
+#: 06040500.xhp
+msgctxt ""
+"06040500.xhp\n"
+"par_id3154497\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LINGU_SPELLING_DLG\">Opens the <link href=\"text/shared/01/06010000.xhp\" name=\"Spellcheck\">Spellcheck</link> dialog.</ahelp>"
msgstr ""
-#: 05220000.xhp#par_id3157808.20.help.text
-msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_TEXTATTR_MTR_FLD_TOP\">Enter the amount of space to leave between the top edge of the drawing or text object and the upper border of the text.</ahelp>"
+#. D4yR
+#: 06040500.xhp
+msgctxt ""
+"06040500.xhp\n"
+"hd_id3149283\n"
+"8\n"
+"help.text"
+msgid "Add"
msgstr ""
-#: 05220000.xhp#hd_id3149237.21.help.text
-msgctxt "05220000.xhp#hd_id3149237.21.help.text"
-msgid "Bottom"
+#. RhkM
+#: 06040500.xhp
+msgctxt ""
+"06040500.xhp\n"
+"par_id3158405\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LINGU_ADD_WORD\">Adds the highlighted word to a user-defined dictionary.</ahelp>"
msgstr ""
-#: 05220000.xhp#par_id3159342.22.help.text
-msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_TEXTATTR_MTR_FLD_BOTTOM\">Enter the amount of space to leave between the bottom edge of the drawing or text object and the lower border of the text.</ahelp>"
+#. y,g+
+#: 06040500.xhp
+msgctxt ""
+"06040500.xhp\n"
+"hd_id3152924\n"
+"10\n"
+"help.text"
+msgid "Ignore all"
msgstr ""
-#: 05220000.xhp#hd_id3149192.23.help.text
-msgid "Text anchor"
+#. KES9
+#: 06040500.xhp
+msgctxt ""
+"06040500.xhp\n"
+"par_id3151226\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LINGU_IGNORE_WORD\">Ignores all instances of the highlighted word in the current document.</ahelp>"
msgstr ""
-#: 05220000.xhp#par_id3155179.24.help.text
-msgid "Set the anchor type and the anchor position."
+#. ,8_J
+#: 06040500.xhp
+#, fuzzy
+msgctxt ""
+"06040500.xhp\n"
+"hd_id3157958\n"
+"12\n"
+"help.text"
+msgid "AutoCorrect"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nავტო-ფორმატირება\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nავტოფორმატი"
+
+#. 3E\|
+#: 06040500.xhp
+msgctxt ""
+"06040500.xhp\n"
+"par_id3149177\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LINGU_AUTOCORR\">To always replace the highlighted word, click a word in the list. The word pair is stored in the replacement table under Tools - AutoCorrect Options - Replace.</ahelp>"
msgstr ""
-#: 05220000.xhp#hd_id3154381.25.help.text
-msgid "Graphic field"
+#. ZY$W
+#: 06040500.xhp
+msgctxt ""
+"06040500.xhp\n"
+"hd_id3146797\n"
+"15\n"
+"help.text"
+msgid "Word is <name of language>"
msgstr ""
-#: 05220000.xhp#par_id3155504.26.help.text
-msgid "<ahelp hid=\"HID_TEXTATTR_CTL_POSITION\">Click where you want to place the anchor for the text.</ahelp>"
+#. no*2
+#: 06040500.xhp
+msgctxt ""
+"06040500.xhp\n"
+"par_id3150443\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LINGU_WORD_LANGUAGE\">Changes the language settings for the highlighted word, if the word is found in another dictionary.</ahelp>"
msgstr ""
-#: 05220000.xhp#hd_id3155323.27.help.text
-msgid "Full width"
+#. ,m0:
+#: 06040500.xhp
+msgctxt ""
+"06040500.xhp\n"
+"hd_id3166411\n"
+"17\n"
+"help.text"
+msgid "Paragraph is <name of language>"
msgstr ""
-#: 05220000.xhp#par_id3150244.28.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\">Anchors the text to the full width of the drawing object or text object.</ahelp>"
-msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-
-#: 02230200.xhp#tit.help.text
-msgid "Show Changes"
+#. %i)v
+#: 06040500.xhp
+msgctxt ""
+"06040500.xhp\n"
+"par_id3148925\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LINGU_PARA_LANGUAGE\">Changes the language setting for the paragraph that contains the highlighted word, if the word is found in another dictionary.</ahelp>"
msgstr ""
-#: 02230200.xhp#bm_id3149988.help.text
-msgid "<bookmark_value>changes; showing</bookmark_value><bookmark_value>hiding;changes</bookmark_value><bookmark_value>showing; changes</bookmark_value>"
+#. /+)Y
+#: 05240100.xhp
+msgctxt ""
+"05240100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Vertically"
msgstr ""
-#: 02230200.xhp#hd_id3149988.1.help.text
+#. m.MC
+#: 05240100.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/02230200.xhp\" name=\"Show Changes\">Show Changes</link>"
-msgstr "<link href=\"text/shared/01/02060000.xhp\" name=\"Paste\">ჩასმა</link>"
-
-#: 02230200.xhp#par_id3153323.2.help.text
-msgid "<variable id=\"text\"><ahelp hid=\".uno:ShowChanges\">Shows or hides recorded changes.</ahelp></variable>"
-msgstr ""
-
-#: 02230200.xhp#par_id3152425.7.help.text
-msgid "You can change the display properties of the markup elements by choosing <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/optionen/01060600.xhp\" name=\"Writer - Changes\"><emph>%PRODUCTNAME Writer - Changes</emph></link> in the Options dialog box.</caseinline></switchinline><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/shared/optionen/01060600.xhp\" name=\"Calc - Changes\"><emph>%PRODUCTNAME Calc - Changes</emph></link> in the Options dialog box.</caseinline></switchinline>"
-msgstr ""
-
-#: 02230200.xhp#par_id3155356.6.help.text
-msgid "When you rest the mouse pointer over a change markup in the document, a <emph>Tip</emph> displays the author and the date and time that the change was made.<switchinline select=\"appl\"><caseinline select=\"CALC\"> If the <emph>Extended Tips</emph> are activated, the type of change and any attached comments are also displayed.</caseinline></switchinline>"
-msgstr ""
-
-#: 02230200.xhp#hd_id3153681.8.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Show changes in spreadsheet</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ყველა ფურცელში ძებნა </caseinline></switchinline>"
+msgctxt ""
+"05240100.xhp\n"
+"hd_id3146959\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05240100.xhp\" name=\"Vertically\">Vertically</link>"
+msgstr "<link href=\"text/shared/01/01190000.xhp\" name=\"Versions\">ვერსიები</link>"
-#: 02230200.xhp#par_id3149150.9.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"><ahelp hid=\"SC:CHECKBOX:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT\">Shows or hides recorded changes.</ahelp></caseinline></switchinline>"
+#. =Xdf
+#: 05240100.xhp
+msgctxt ""
+"05240100.xhp\n"
+"par_id3149741\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:MirrorVert\">Flips the selected object(s) vertically from top to bottom.</ahelp>"
msgstr ""
-#: 02230200.xhp#hd_id3147336.10.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Show accepted changes</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ცარიელი უჯდერების გამოტოვება </caseinline></switchinline>"
-
-#: 02230200.xhp#par_id3153541.11.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"><ahelp hid=\"SC:CHECKBOX:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT_ACCEPT\">Shows or hides the changes that were accepted.</ahelp></caseinline></switchinline>"
+#. [H:c
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data Sources"
msgstr ""
-#: 02230200.xhp#hd_id3149956.12.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Show rejected changes </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ცარიელი უჯდერების გამოტოვება </caseinline></switchinline>"
-
-#: 02230200.xhp#par_id3159166.13.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"><ahelp hid=\"SC:CHECKBOX:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT_REJECT\">Shows or hides the changes that were rejected.</ahelp></caseinline></switchinline>"
+#. %MR^
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"bm_id3153116\n"
+"help.text"
+msgid "<bookmark_value>data source browser</bookmark_value><bookmark_value>tables in databases;browsing and editing</bookmark_value><bookmark_value>databases; editing tables</bookmark_value><bookmark_value>editing; database tables and queries</bookmark_value><bookmark_value>queries; editing in data source view</bookmark_value>"
msgstr ""
-#: 02230200.xhp#par_id3145119.help.text
+#. $HnH
+#: 05340400.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/02230300.xhp\" name=\"Comments\">Comments</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-
-#: 02200100.xhp#tit.help.text
-msgctxt "02200100.xhp#tit.help.text"
-msgid "Edit"
-msgstr "გასვლა"
-
-#: 02200100.xhp#bm_id3145138.help.text
-msgid "<bookmark_value>objects; editing</bookmark_value><bookmark_value>editing; objects</bookmark_value>"
-msgstr "<bookmark_value>მოქმედების დაბრუნება;რედაქტირება</bookmark_value><bookmark_value>რედაქტირება;მოქმედების დაბრუნება</bookmark_value>"
-
-#: 02200100.xhp#hd_id3145138.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/02200100.xhp\" name=\"Edit\">Edit</link>"
-msgstr "<link href=\"text/shared/01/01110400.xhp\" name=\"Edit\">რედაქტირება</link>"
+msgctxt ""
+"05340400.xhp\n"
+"hd_id3153323\n"
+"68\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05340400.xhp\" name=\"Data Sources\">Data Sources</link>"
+msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
-#: 02200100.xhp#par_id3150008.2.help.text
-msgid "<ahelp visibility=\"visible\" hid=\"\">Lets you edit a selected object in your file that you inserted with the <emph>Insert – Object </emph>command.</ahelp>"
+#. 3Ah]
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id3149511\n"
+"2\n"
+"help.text"
+msgid "This section contains information on browsing and editing database tables."
msgstr ""
-#: 03060000.xhp#tit.help.text
-msgid "Status Bar"
-msgstr "სტატუსის ზოლი"
-
-#: 03060000.xhp#bm_id3152823.help.text
-msgid "<bookmark_value>status bar on/off</bookmark_value>"
+#. 9]z2
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id3149150\n"
+"51\n"
+"help.text"
+msgid "You cannot use the data source browser on a database table that is open in Design view."
msgstr ""
-#: 03060000.xhp#hd_id3152823.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/03060000.xhp\" name=\"Status Bar\">Status Bar</link>"
-msgstr "<link href=\"text/shared/01/01050000.xhp\" name=\"Close\">დახურვა</link>"
-
-#: 03060000.xhp#par_id3147000.2.help.text
-msgid "<ahelp hid=\".uno:StatusBarVisible\">Shows or hides the <emph>Status Bar</emph> at the bottom edge of the window.</ahelp>"
+#. J27O
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"hd_id3149235\n"
+"8\n"
+"help.text"
+msgid "Data source browser"
msgstr ""
-#: 05110400.xhp#tit.help.text
-msgctxt "05110400.xhp#tit.help.text"
-msgid "Strikethrough"
+#. r[uo
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id3154897\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\".\">The commands for the data source browser are found on the <link href=\"text/shared/01/05340400.xhp\" name=\"Database Bar\">Table Data bar</link> and in <link href=\"text/shared/01/05340400.xhp\" name=\"context menus\">context menus</link>.</ahelp>"
msgstr ""
-#: 05110400.xhp#bm_id3152942.help.text
-msgid "<bookmark_value>strikethrough;characters</bookmark_value>"
+#. :TSF
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"hd_id3154514\n"
+"12\n"
+"help.text"
+msgid "Selecting records"
msgstr ""
-#: 05110400.xhp#hd_id3152942.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05110400.xhp\" name=\"Strikethrough\">Strikethrough</link>"
-msgstr "<link href=\"text/shared/01/01170000.xhp\" name=\"Exit\">გასვლა</link>"
-
-#: 05110400.xhp#par_id3153391.2.help.text
-msgid "<ahelp hid=\".uno:Strikeout\" visibility=\"visible\">Draws a line through the selected text, or if the cursor is in a word, the entire word.</ahelp>"
+#. WL$3
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id3149514\n"
+"34\n"
+"help.text"
+msgid "To select a record in a database table, click the row header, or click a row header, and then use the Up or Down arrow keys."
msgstr ""
-#: 05020100.xhp#tit.help.text
-msgid "Font "
+#. @-Fp
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id7812433001\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select database records. Drag-and-drop rows or cells to the document to insert contents. Drag-and-drop column headers to insert fields.</ahelp>"
msgstr ""
-#: 05020100.xhp#bm_id3154812.help.text
-msgid "<bookmark_value>formats; fonts</bookmark_value><bookmark_value>characters;fonts and formats</bookmark_value><bookmark_value>fonts; formats</bookmark_value><bookmark_value>text; fonts and formats</bookmark_value><bookmark_value>typefaces; formats</bookmark_value><bookmark_value>font sizes; relative changes</bookmark_value><bookmark_value>languages; spellchecking and formatting</bookmark_value><bookmark_value>characters; enabling CTL and Asian characters</bookmark_value>"
+#. }/Ne
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id3149578\n"
+"13\n"
+"help.text"
+msgid "The following table describes how to select individual elements in the data source browser:"
msgstr ""
-#: 05020100.xhp#hd_id3154812.1.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CHART\"><link href=\"text/shared/01/05020100.xhp\" name=\"Characters\">Characters</link></caseinline><defaultinline><link href=\"text/shared/01/05020100.xhp\" name=\"Font\">Font</link></defaultinline></switchinline>"
+#. N[A4
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id3158432\n"
+"66\n"
+"help.text"
+msgid "Selection"
msgstr ""
-#: 05020100.xhp#par_id3158405.2.help.text
-msgid "<variable id=\"zn\"><ahelp hid=\"HID_SVXPAGE_CHAR_NAME\">Specify the formatting and the font that you want to apply.</ahelp></variable>"
+#. :chg
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id3150670\n"
+"67\n"
+"help.text"
+msgid "Action"
msgstr ""
-#: 05020100.xhp#par_id3155616.3.help.text
-msgid "The changes are applied to the current selection, to the entire word that contains the cursor, or to the new text that you type."
+#. U3{5
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id3153332\n"
+"14\n"
+"help.text"
+msgid "Record"
msgstr ""
-#: 05020100.xhp#par_id3155552.52.help.text
-msgid "Depending on your language settings, you can change the formatting for the following font types:"
+#. |DTM
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id3153700\n"
+"15\n"
+"help.text"
+msgid "Click the row header"
msgstr ""
-#: 05020100.xhp#par_id3147291.53.help.text
-msgid "Western text font - Latin character sets."
+#. ?|I?
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id3149575\n"
+"16\n"
+"help.text"
+msgid "Several records or removing a selection"
msgstr ""
-#: 05020100.xhp#par_id3155391.54.help.text
-msgid "Asian text font - Chinese, Japanese, or Korean character sets"
+#. iVod
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id3149295\n"
+"17\n"
+"help.text"
+msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and click the row header"
msgstr ""
-#: 05020100.xhp#par_id3147576.57.help.text
-msgid "Complex text layout font - right-to-left text direction"
+#. H%$0
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id3152360\n"
+"18\n"
+"help.text"
+msgid "Column"
msgstr ""
-#: 05020100.xhp#par_id3153663.58.help.text
-msgid "To enable support for complex text layout and Asian character sets, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>, and then select the <emph>Enabled </emph>box in the corresponding area."
+#. Tn[P
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id3153960\n"
+"19\n"
+"help.text"
+msgid "Click the column header"
msgstr ""
-#: 05020100.xhp#hd_id3148686.4.help.text
-msgctxt "05020100.xhp#hd_id3148686.4.help.text"
-msgid "Font"
+#. ?CQA
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id3150541\n"
+"20\n"
+"help.text"
+msgid "Data field"
msgstr ""
-#: 05020100.xhp#par_id3148491.7.help.text
-msgid "<ahelp hid=\"SVX_COMBOBOX_RID_SVXPAGE_CHAR_NAME_LB_CTL_NAME\">Enter the name of an installed font that you want to use, or select a font from the list.</ahelp>"
+#. y)Ik
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id3150358\n"
+"21\n"
+"help.text"
+msgid "Click in the data field"
msgstr ""
-#: 05020100.xhp#hd_id3143271.10.help.text
-msgid "Typeface"
+#. Eg(`
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id3154366\n"
+"22\n"
+"help.text"
+msgid "Entire table"
+msgstr "მთლიანი გვერდი"
+
+#. WSSa
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id3156422\n"
+"23\n"
+"help.text"
+msgid "Click the row header of the column headings"
msgstr ""
-#: 05020100.xhp#par_id3155922.11.help.text
-msgid "<ahelp hid=\"SVX_COMBOBOX_RID_SVXPAGE_CHAR_NAME_LB_CTL_STYLE\">Select the formatting that you want to apply.</ahelp>"
+#. 2VxC
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"hd_id3154822\n"
+"49\n"
+"help.text"
+msgid "Table Data toolbar (editing table data)"
msgstr ""
-#: 05020100.xhp#hd_id3151054.16.help.text
-msgctxt "05020100.xhp#hd_id3151054.16.help.text"
-msgid "Size"
-msgstr "ზომა:"
+#. -Fx^
+#: 05340400.xhp
+#, fuzzy
+msgctxt ""
+"05340400.xhp\n"
+"par_id3151041\n"
+"help.text"
+msgid "<image id=\"img_id3150740\" src=\"cmd/sc_editdoc.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150740\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-#: 05020100.xhp#par_id3150359.19.help.text
-msgid "<ahelp hid=\"SVX_METRICBOX_RID_SVXPAGE_CHAR_NAME_LB_CTL_SIZE\">Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values.</ahelp>"
+#. L1Sv
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id3158410\n"
+"7\n"
+"help.text"
+msgid "Allows you to edit, add, or delete records from the database table."
msgstr ""
-#: 05020100.xhp#par_id3148797.45.help.text
-msgid "If you are creating a Style that is based on another Style, you can enter a percentage value or a point value (for example, -2pt or +5pt)."
+#. oNI1
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"hd_id3152463\n"
+"53\n"
+"help.text"
+msgid "Cutting, copying and pasting data"
msgstr ""
-#: 05020100.xhp#hd_id3151176.38.help.text
-msgctxt "05020100.xhp#hd_id3151176.38.help.text"
-msgid "Language"
+#. AO\S
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id3149287\n"
+"54\n"
+"help.text"
+msgid "You can cut, copy, and paste records in <emph>Data Source</emph> view. The Data Source browser also supports the dragging and dropping of records, or text and numbers from other $[officename] files."
msgstr ""
-#: 05020100.xhp#par_id3157961.39.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_CHAR_NAME_LB_CTL_LANG\">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.</ahelp>"
+#. OTX{
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id3146921\n"
+"64\n"
+"help.text"
+msgid "You cannot drag and drop to Yes/No, binary, image, or counting table fields."
msgstr ""
-#: 05020100.xhp#par_id3153770.59.help.text
-msgid "You can only change the language setting for cells (choose <emph>Format - Cells – Numbers</emph>)."
+#. -SK=
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id3149064\n"
+"63\n"
+"help.text"
+msgid "Drag and drop only works in <emph>Edit</emph> mode."
msgstr ""
-#: 05020100.xhp#par_id3145364.60.help.text
-msgid "<link href=\"text/shared/optionen/01140000.xhp\" name=\"Asian languages support\">Asian languages support</link>"
+#. PuL+
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"hd_id3147295\n"
+"24\n"
+"help.text"
+msgid "Navigating in the Data Source Browser"
msgstr ""
-#: 05020100.xhp#par_id3147213.61.help.text
-msgid "<link href=\"text/shared/optionen/01140000.xhp\" name=\"Complex text layout support\">Complex text layout support</link>"
+#. +K`I
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id3152598\n"
+"25\n"
+"help.text"
+msgid "Use the Form Navigation bar at the bottom of the Data Source view to navigate between different records."
msgstr ""
-#: 01190000.xhp#tit.help.text
-msgid "Versions"
-msgstr "ვერსიები"
+#. c)T_
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"hd_id3145263\n"
+"35\n"
+"help.text"
+msgid "First record"
+msgstr "პირველი ჩანაწერი"
-#: 01190000.xhp#bm_id1759697.help.text
-msgid "<bookmark_value>versions;file saving as, restriction</bookmark_value>"
-msgstr "<bookmark_value>ვერსიები, ფაილის შენახვა როგორც, შეზღუდვა</bookmark_value>"
+#. Az(`
+#: 05340400.xhp
+#, fuzzy
+msgctxt ""
+"05340400.xhp\n"
+"par_id3149266\n"
+"help.text"
+msgid "<image id=\"img_id3156060\" src=\"cmd/sc_firstrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156060\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-#: 01190000.xhp#hd_id3143272.1.help.text
-msgid "<link href=\"text/shared/01/01190000.xhp\" name=\"Versions\">Versions</link>"
-msgstr "<link href=\"text/shared/01/01190000.xhp\" name=\"Versions\">ვერსიები</link>"
+#. sbP(
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id3151173\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\".\">Go to the first record in the table.</ahelp>"
+msgstr ""
-#: 01190000.xhp#par_id3157898.2.help.text
-msgid "<variable id=\"versionentext\"><ahelp hid=\".uno:VersionDialog\">Saves and organizes multiple versions of the current document in the same file. You can also open, delete, and compare previous versions.</ahelp></variable>"
-msgstr "<variable id=\"versionentext\"><ahelp hid=\".uno:VersionDialog\">ერთი და იმავე ფაილში მიმდინარე დოკუმენტის რამოდენიმე ვერსიის დამახსოვრება და ორგანიზება. შესაძლებელია წინა ვერსიები გახსნა, წაშლა და შედარება .</ahelp></variable>"
+#. FD^6
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"hd_id3149417\n"
+"37\n"
+"help.text"
+msgid "Previous record"
+msgstr "წინა ჩანაწერი"
-#: 01190000.xhp#par_id3153527.22.help.text
-msgid "If you save a copy of a file that contains version information (by choosing <emph>File - Save As)</emph>, the version information is not saved with the file."
-msgstr "ვერსიის ინფორმაციის შემცველი ფაილის დამახსოვრებისას ან ასლის გადაღებისას I (აირჩიეთ <emph>ფაილი -დაიმახსოვრე როგორც)</emph>,ვერსიის ინფორმაცია არ დამახსოვრდება ფაილთან ერთად."
+#. _Kss
+#: 05340400.xhp
+#, fuzzy
+msgctxt ""
+"05340400.xhp\n"
+"par_id3147484\n"
+"help.text"
+msgid "<image id=\"img_id3156736\" src=\"cmd/sc_prevrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156736\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-#: 01190000.xhp#hd_id3149750.4.help.text
-msgid "New versions"
-msgstr "ახალი ვერსიები"
+#. 7(=m
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id3153280\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\".\">Go to the previous record in the table.</ahelp>"
+msgstr ""
-#: 01190000.xhp#par_id3163802.5.help.text
-msgid "Set the options for saving a new version of the document."
-msgstr "დოკუმენტის ახალი ვერსიის დასამახსოვრებელი პარამეტრების დაყენება"
+#. /r;9
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"hd_id3153053\n"
+"39\n"
+"help.text"
+msgid "Record number"
+msgstr ""
-#: 01190000.xhp#hd_id3147243.6.help.text
-msgid "Save New Version"
-msgstr "ახალი ვერსიის დამახსოვრება"
+#. C?6!
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id3155851\n"
+"40\n"
+"help.text"
+msgid "<ahelp hid=\".\">Type the number of the record that you want to display, and then press Enter.</ahelp>"
+msgstr ""
-#: 01190000.xhp#par_id3149149.7.help.text
-msgid "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_VERSIONS:PB_SAVE\">Saves the current state of the document as a new version. If you want, you can also enter comments in the <emph>Insert Version Comment </emph>dialog before you save the new version.</ahelp>"
-msgstr "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_VERSIONS:PB_SAVE\">მიმდინარე დოკუმენტის ახალი ვერსიის სახით დამახსოვრება.ახალი ვერსიის დამახსოვრებამდე შეგიძლიათ შეიტანოთ კომენტარები დიალოგშიI <emph>ვერსიის კომენტარის ჩასმა </emph></ahelp>"
+#. ,aPa
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"hd_id3157876\n"
+"41\n"
+"help.text"
+msgid "Next record"
+msgstr "შემდეგი ჩანაწერი"
-#: 01190000.xhp#hd_id3153348.8.help.text
-msgid "Insert Version Comment"
-msgstr "ვერიის კომენტარის ჩასმა"
+#. K.,I
+#: 05340400.xhp
+#, fuzzy
+msgctxt ""
+"05340400.xhp\n"
+"par_id3151075\n"
+"help.text"
+msgid "<image id=\"img_id3153214\" src=\"cmd/sc_nextrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153214\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153821\">ხატულა</alt></image>"
-#: 01190000.xhp#par_id3150466.9.help.text
-msgid "<ahelp hid=\"SFX2:MULTILINEEDIT:DLG_COMMENTS:ME_VERSIONS\">Enter a comment here when you are saving a new version. If you clicked <emph>Show </emph>to open this dialog, you cannot edit the comment.</ahelp>"
-msgstr "<ahelp hid=\"SFX2:MULTILINEEDIT:DLG_COMMENTS:ME_VERSIONS\">ახალი ვერსიის შენახვისას აქ შეიყვანეთ კომენტარი. თუ დააწკაპუნეთ <emph>ჩვენებას </emph>ამ დიალოგის გასახსნელად, კომენტარი არ დარედაქტირდება.</ahelp>"
+#. n-I:
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id3166414\n"
+"42\n"
+"help.text"
+msgid "<ahelp hid=\".\">Go to the next record in the table.</ahelp>"
+msgstr ""
-#: 01190000.xhp#hd_id3149514.10.help.text
-msgid "Always save version when closing"
-msgstr "ვერსია დახურვისას ყოველთვის დაიმახსოვრეთ "
+#. nC90
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"hd_id3154015\n"
+"43\n"
+"help.text"
+msgid "Last record"
+msgstr "ბოლო ჩანაწერი"
-#: 01190000.xhp#par_id3153823.11.help.text
-msgid "<ahelp hid=\"SFX2:CHECKBOX:DLG_VERSIONS:CB_SAVEONCLOSE\">If you have made changes to your document, $[officename] automatically saves a new version when you close the document.</ahelp>"
-msgstr "<ahelp hid=\"SFX2:CHECKBOX:DLG_VERSIONS:CB_SAVEONCLOSE\">დოკუმენტში ცვლილებების შეტანისას, $[officename] ავტომატურად იმახსოვრებს ახალ ვერსიას დოკუმენტის დახურვისას</ahelp>."
+#. \4*+
+#: 05340400.xhp
+#, fuzzy
+msgctxt ""
+"05340400.xhp\n"
+"par_id3153838\n"
+"help.text"
+msgid "<image id=\"img_id3156320\" src=\"cmd/sc_lastrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156320\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154329\">ხატულა</alt></image>"
-#: 01190000.xhp#par_id6663823.help.text
-msgid "If you save the document manually, do not change the document after saving, and then close, no new version will be created."
+#. Hn_b
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id3147175\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\".\">Go to the last record in the table.</ahelp>"
msgstr ""
-#: 01190000.xhp#hd_id3159167.12.help.text
-msgid "Existing versions"
-msgstr "არსებული ვერსიები"
+#. |*4\
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"hd_id3145162\n"
+"45\n"
+"help.text"
+msgid "New record"
+msgstr "ახალი ჩანაწერი"
-#: 01190000.xhp#par_id3156327.13.help.text
-msgid "<ahelp hid=\"SFX2:MODALDIALOG:DLG_VERSIONS\">Lists the existing versions of the current document, the date and the time they were created, the author and the associated comments.</ahelp>"
-msgstr "<ahelp hid=\"SFX2:MODALDIALOG:DLG_VERSIONS\">მიმდინარე დოკუმენტის არსებული ვერსიების, მათი შექმნის თარიღის და დროის, ავტორისა და თანდართული კომენტარების ჩამონათვალი.</ahelp>"
+#. `hH/
+#: 05340400.xhp
+#, fuzzy
+msgctxt ""
+"05340400.xhp\n"
+"par_id3151019\n"
+"help.text"
+msgid "<image id=\"img_id3154636\" src=\"svtools/res/ed03.png\" width=\"0.1528inch\" height=\"0.1528inch\"><alt id=\"alt_id3154636\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153367\" src=\"svtools/res/info_small.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153367\">ხატულა</alt></image>"
-#: 01190000.xhp#hd_id3149578.14.help.text
-msgctxt "01190000.xhp#hd_id3149578.14.help.text"
-msgid "Open"
+#. f^ab
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id3146913\n"
+"46\n"
+"help.text"
+msgid "<ahelp hid=\".\">Inserts a new record into the current table.</ahelp> To create a record, click the asterisk (*) button at the bottom of the table view. An empty row is added at the end of the table."
msgstr ""
-#: 01190000.xhp#par_id3153827.15.help.text
-msgid "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_VERSIONS:PB_OPEN\">Opens the selected version in a read-only window.</ahelp>"
-msgstr "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_VERSIONS:PB_OPEN\">მონიშნული ვერსიის მხოლოდ წასაკითხ ფანჯარაში გახსნა .</ahelp>"
+#. V%9`
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"hd_id3150656\n"
+"47\n"
+"help.text"
+msgid "Number of records"
+msgstr ""
-#: 01190000.xhp#hd_id3147530.16.help.text
-msgid "Show"
-msgstr "ჩვენება"
+#. jtV~
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id3148483\n"
+"48\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays the number of records. For example, \"Record 7 of 9(2)\" indicates that two records (2) are selected in a table containing 9 records, and that the cursor is in record number 7.</ahelp>"
+msgstr ""
-#: 01190000.xhp#par_id3153061.17.help.text
-msgid "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_VERSIONS:PB_VIEW\">Displays the entire comment for the selected version.</ahelp>"
-msgstr "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_VERSIONS:PB_VIEW\">მონიშნული ვერსიის სრული კომენტარის ჩვენება.</ahelp>"
+#. _+u?
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"hd_id3151357\n"
+"26\n"
+"help.text"
+msgid "Organizing tables"
+msgstr ""
-#: 01190000.xhp#hd_id3154923.18.help.text
-msgctxt "01190000.xhp#hd_id3154923.18.help.text"
-msgid "Delete"
+#. QO6!
+#: 05340400.xhp
+msgctxt ""
+"05340400.xhp\n"
+"par_id3153357\n"
+"28\n"
+"help.text"
+msgid "To access the commands for formatting the table, right-click a column header, or a row header."
msgstr ""
-#: 01190000.xhp#par_id3149669.19.help.text
-msgid "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_VERSIONS:PB_DELETE\">Deletes the selected version.</ahelp>"
-msgstr "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_VERSIONS:PB_DELETE\">მონიშნული ფაილის წაშლა</ahelp>"
+#. bv$i
+#: 05340400.xhp
+#, fuzzy
+msgctxt ""
+"05340400.xhp\n"
+"hd_id3148405\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05340402.xhp\" name=\"Table Format\">Table Format</link>"
+msgstr "<link href=\"text/shared/01/01010202.xhp\" name=\"Format\">ფორმატი</link>"
-#: 01190000.xhp#hd_id3148739.21.help.text
-msgid "Compare"
-msgstr "შედარება"
+#. AZH$
+#: 05340400.xhp
+#, fuzzy
+msgctxt ""
+"05340400.xhp\n"
+"hd_id3083283\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05340100.xhp\" name=\"Row Height\">Row Height</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-#: 01190000.xhp#par_id3152811.23.help.text
-msgid "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_VERSIONS:PB_COMPARE\">Compare the changes that were made in each version.</ahelp>If you want, you can <link href=\"text/shared/01/02230400.xhp\" name=\"Accept or Reject Changes\"><emph>Accept or Reject Changes</emph></link>."
-msgstr "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_VERSIONS:PB_COMPARE\">თითოეულ ვერსიაში მოცემული ცვლილებების შედარება.</ahelp>შეგიძლიათ <link href=\"text/shared/01/02230400.xhp\" name=\"Accept or Reject Changes\"><emph> ცვლილებების მიღება ან უკუგდება</emph></link>"
+#. }J5U
+#: 05340400.xhp
+#, fuzzy
+msgctxt ""
+"05340400.xhp\n"
+"hd_id3150321\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05340405.xhp\" name=\"Column Format\">Column Format</link>"
+msgstr "<link href=\"text/shared/01/01010202.xhp\" name=\"Format\">ფორმატი</link>"
-#: xformsdataaddcon.xhp#tit.help.text
-msgctxt "xformsdataaddcon.xhp#tit.help.text"
-msgid "Add Condition"
-msgstr ""
+#. o\0M
+#: 05340400.xhp
+#, fuzzy
+msgctxt ""
+"05340400.xhp\n"
+"hd_id3147341\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05340200.xhp\" name=\"Column Width\">Column Width</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-#: xformsdataaddcon.xhp#bm_id8615680.help.text
-msgid "<bookmark_value>conditions;items in Data Navigator</bookmark_value><bookmark_value>XForms;conditions</bookmark_value>"
+#. OeKg
+#: 05350300.xhp
+msgctxt ""
+"05350300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Shading"
msgstr ""
-#: xformsdataaddcon.xhp#par_idN1053E.help.text
-msgctxt "xformsdataaddcon.xhp#par_idN1053E.help.text"
-msgid "Add Condition"
-msgstr ""
+#. R?%k
+#: 05350300.xhp
+#, fuzzy
+msgctxt ""
+"05350300.xhp\n"
+"hd_id3148919\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05350300.xhp\" name=\"Shading\">Shading</link>"
+msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">ჩრდილი</link>"
-#: xformsdataaddcon.xhp#par_idN10542.help.text
-msgid "<ahelp hid=\".\">Add a condition in this subdialog of the Add Item / Edit Item dialog of the Data Navigator.</ahelp>"
+#. amD/
+#: 05350300.xhp
+msgctxt ""
+"05350300.xhp\n"
+"par_id3150008\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_REPRESENTATION\">Sets the shading and shadow options for the selected 3D object.</ahelp>"
msgstr ""
-#: xformsdataaddcon.xhp#par_idN10561.help.text
-msgid "Condition"
-msgstr "მდგომარეობა"
-
-#: xformsdataaddcon.xhp#par_idN10565.help.text
-msgid "<ahelp hid=\".\">Enter a condition.</ahelp>"
+#. 3k\B
+#: 05350300.xhp
+msgctxt ""
+"05350300.xhp\n"
+"hd_id3109847\n"
+"4\n"
+"help.text"
+msgid "Shading"
msgstr ""
-#: xformsdataaddcon.xhp#par_idN10568.help.text
-msgid "Result"
+#. 9a=r
+#: 05350300.xhp
+msgctxt ""
+"05350300.xhp\n"
+"par_id3148538\n"
+"5\n"
+"help.text"
+msgid "Specify the type of shading to apply to the selected 3D object."
msgstr ""
-#: xformsdataaddcon.xhp#par_idN1056C.help.text
-msgid "<ahelp hid=\".\">Displays a preview of the result.</ahelp>"
+#. CTAD
+#: 05350300.xhp
+msgctxt ""
+"05350300.xhp\n"
+"hd_id3147276\n"
+"6\n"
+"help.text"
+msgid "Mode"
msgstr ""
-#: xformsdataaddcon.xhp#par_idN1056F.help.text
-msgid "Edit Namespaces"
+#. z-Ad
+#: 05350300.xhp
+msgctxt ""
+"05350300.xhp\n"
+"par_id3155583\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXFLOAT_3D:LB_SHADEMODE\">Select the shading method that you want to use. Flat shading assigns a single color to a single polygon on the surface of the object. Gouraud shading blends colors across the polygons. Phong shading averages the color of each pixel based on the pixels that surround it, and requires the most processing power.</ahelp>"
msgstr ""
-#: xformsdataaddcon.xhp#par_idN10573.help.text
-msgid "<ahelp hid=\".\">Opens the Form Namespaces dialog where you can add, edit, or delete namespaces.</ahelp>"
+#. 16#!
+#: 05350300.xhp
+msgctxt ""
+"05350300.xhp\n"
+"hd_id3150466\n"
+"8\n"
+"help.text"
+msgid "Shadow"
msgstr ""
-#: 05100500.xhp#tit.help.text
-msgctxt "05100500.xhp#tit.help.text"
-msgid "Top"
+#. :]Q{
+#: 05350300.xhp
+msgctxt ""
+"05350300.xhp\n"
+"par_id3154046\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_SHADOW_3D\">Adds or removes a shadow from the selected 3D object.</ahelp>"
msgstr ""
-#: 05100500.xhp#hd_id3154765.1.help.text
+#. D_wf
+#: 05350300.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05100500.xhp\" name=\"Top\">Top</link>"
-msgstr "<link href=\"text/shared/01/02050000.xhp\" name=\"Copy\">ასლი</link>"
+msgctxt ""
+"05350300.xhp\n"
+"par_id3150254\n"
+"help.text"
+msgid "<image id=\"img_id3159342\" src=\"svx/res/shadow3d.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3159342\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153821\">ხატულა</alt></image>"
-#: 05100500.xhp#par_id3151390.2.help.text
-msgid "<ahelp hid=\".uno:CellVertTop\">Aligns the contents of the cell to the top edge of the cell.</ahelp>"
+#. }SY`
+#: 05350300.xhp
+msgctxt ""
+"05350300.xhp\n"
+"par_id3149796\n"
+"10\n"
+"help.text"
+msgid "3D Shadowing On/Off"
msgstr ""
-#: 05100500.xhp#par_id3145671.120.help.text
-msgid "<variable id=\"zelleoben\">In the context menu of a cell, choose <emph>Cell - Top</emph></variable>"
+#. uDP#
+#: 05350300.xhp
+msgctxt ""
+"05350300.xhp\n"
+"hd_id3156153\n"
+"11\n"
+"help.text"
+msgid "Surface angle"
msgstr ""
-#: 04050000.xhp#tit.help.text
-msgctxt "04050000.xhp#tit.help.text"
-msgid "Comment"
-msgstr "შინაარსი"
-
-#: 04050000.xhp#bm_id3154100.help.text
-msgid "<bookmark_value>comments;inserting/editing/deleting/printing</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>records; inserting comments </bookmark_value> <bookmark_value>remarks, see also comments</bookmark_value>"
+#. [GQl
+#: 05350300.xhp
+msgctxt ""
+"05350300.xhp\n"
+"par_id3150976\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXFLOAT_3D:MTR_SLANT\">Enter an angle from 0 to 90 degrees for casting the shadow.</ahelp>"
msgstr ""
-#: 04050000.xhp#hd_id3154100.1.help.text
-msgctxt "04050000.xhp#hd_id3154100.1.help.text"
-msgid "Comment"
-msgstr "შინაარსი"
+#. RYsj
+#: 05350300.xhp
+msgctxt ""
+"05350300.xhp\n"
+"hd_id3154905\n"
+"13\n"
+"help.text"
+msgid "Camera"
+msgstr ""
-#: 04050000.xhp#par_id3151100.2.help.text
-msgid "<variable id=\"notizbearbeitentext\"><ahelp hid=\".uno:InsertAnnotation\">Inserts a comment.</ahelp></variable>"
+#. 2TA;
+#: 05350300.xhp
+msgctxt ""
+"05350300.xhp\n"
+"par_id3161459\n"
+"14\n"
+"help.text"
+msgid "Set the camera options for the selected 3D object."
msgstr ""
-#: 04050000.xhp#hd_id9851680.help.text
-msgid "Inserting comments"
+#. YC|\
+#: 05350300.xhp
+msgctxt ""
+"05350300.xhp\n"
+"hd_id3148943\n"
+"15\n"
+"help.text"
+msgid "Distance"
msgstr ""
-#: 04050000.xhp#par_id1830500.help.text
-msgid "In Writer, the command <item type=\"menuitem\">Insert - Comment</item> or the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Option</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+C key combination inserts a comment anchor at the current cursor position. A comment box is shown at the page margin, where you can enter the text of your comment. A line connects anchor and comment box."
+#. G/~%
+#: 05350300.xhp
+msgctxt ""
+"05350300.xhp\n"
+"par_id3149047\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXFLOAT_3D:MTR_DISTANCE\">Enter the distance to leave between the camera and the center of the selected object.</ahelp>"
msgstr ""
-#: 04050000.xhp#par_id0915200910571516.help.text
-msgid "In Calc, Draw, and Impress, the command <item type=\"menuitem\">Insert - Comment</item> inserts a comment."
+#. ^GMJ
+#: 05350300.xhp
+msgctxt ""
+"05350300.xhp\n"
+"hd_id3154346\n"
+"17\n"
+"help.text"
+msgid "Focal length"
msgstr ""
-#: 04050000.xhp#par_id1831.help.text
-msgid "The author name and the date and time of creating this comment is shown at the bottom of the comment box."
+#. WWpD
+#: 05350300.xhp
+msgctxt ""
+"05350300.xhp\n"
+"par_id3156344\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXFLOAT_3D:MTR_FOCAL_LENGTH\">Enter the focal length of the camera, where a small value corresponds to a \"fisheye\" lens, and a large value to a telephoto lens.</ahelp>"
msgstr ""
-#: 04050000.xhp#par_id6718649.help.text
-msgid "The comments by different authors get different colors. Choose <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - User Data</item> to enter your name so that it can show up as the comment author."
+#. pdoi
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Menu"
msgstr ""
-#: 04050000.xhp#hd_id2929166.help.text
-msgid "Editing comments"
+#. 8Vyv
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"bm_id900601\n"
+"help.text"
+msgid "<bookmark_value>editing;menus</bookmark_value><bookmark_value>customizing;menus</bookmark_value><bookmark_value>menus;customizing</bookmark_value>"
msgstr ""
-#: 04050000.xhp#par_id5201879.help.text
-msgid "Every user with write permission to the document can edit and delete comments of all authors."
+#. QjTO
+#: 06140100.xhp
+#, fuzzy
+msgctxt ""
+"06140100.xhp\n"
+"hd_id3153008\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140100.xhp\" name=\"Menu\">Menu</link>"
+msgstr "<link href=\"text/shared/01/01160000.xhp\" name=\"Send\">გაგზავნა</link>"
+
+#. rG~U
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_id3152952\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CONFIG_MENU\">Customizes and saves current menu layouts as well as creates new menus. You cannot customize context menus.</ahelp>"
msgstr ""
-#: 04050000.xhp#par_id2571794.help.text
-msgid "The comment box contains an icon with a down arrow. Click the icon to open a menu with some commands to delete comments."
+#. BRL\
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_id3146873\n"
+"72\n"
+"help.text"
+msgid "You can add new commands, modify existing commands, or rearrange the menu items."
msgstr ""
-#: 04050000.xhp#par_id0522200809383431.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Delete the current comment.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. Xfh_
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN1069B\n"
+"help.text"
+msgid "Menu"
+msgstr ""
-#: 04050000.xhp#par_id0522200809383485.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Delete all comments by this author in the current document.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. %Wd-
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN1069F\n"
+"help.text"
+msgid "<ahelp hid=\"705498935\">Select the menu and submenu that you want to edit.</ahelp>"
+msgstr ""
-#: 04050000.xhp#par_id0522200809383428.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Delete all comments in the current document.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+#. %Mej
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN106B0\n"
+"help.text"
+msgid "New"
+msgstr ""
-#: 04050000.xhp#par_id1857051.help.text
-msgid "<ahelp hid=\".\">Choose a command to delete the current comment, or all comments from the same author as the current comment, or all comments in the document.</ahelp>"
+#. ./HL
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN106B4\n"
+"help.text"
+msgid "<ahelp hid=\"705499960\">Opens the <link href=\"text/shared/01/06140101.xhp\">New Menu</link> dialog where you can enter the name of a new menu as well as select the location for the menu.</ahelp>"
msgstr ""
-#: 04050000.xhp#par_id0305200911090684.help.text
-msgid "If the comment in a text document was written by another author, there is a Reply command in the context menu. <ahelp hid=\".\">This command inserts a new comment adjacent to the comment to which you want to reply.</ahelp> The comment anchor is the same for both comments. Type your reply text in the new comment. Save and send your document to other authors, then those authors can add replies, too."
+#. ,.J$
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN106B7\n"
+"help.text"
+msgid "Menu"
msgstr ""
-#: 04050000.xhp#par_id0804200803435883.help.text
-msgid "<ahelp hid=\".\">Use <item type=\"menuitem\">View - Comments</item> to show or hide all comments (not available in Calc).</ahelp>"
+#. ^}?h
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN106BB\n"
+"help.text"
+msgid "<ahelp hid=\"705507642\">Opens a submenu with additional commands.</ahelp>"
msgstr ""
-#: 04050000.xhp#par_id0302200901430918.help.text
-msgid "In the Find & Replace dialog of text documents, you can select to include the comments texts in your searches."
+#. RN72
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN106BE\n"
+"help.text"
+msgid "Move"
msgstr ""
-#: 04050000.xhp#hd_id3445539.help.text
-msgid "Navigating from comment to comment in text documents"
+#. TYnK
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN106C2\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/01/06140102.xhp\">Move Menu</link> dialog where you can specify the location of the selected menu."
msgstr ""
-#: 04050000.xhp#par_id4271370.help.text
-msgid "When the cursor is inside a comment, you can press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Option</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+Page Down to jump to the next comment, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Option</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+Page Up to jump to the previous comment."
+#. ZGjA
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN106C5\n"
+"help.text"
+msgid "Rename"
msgstr ""
-#: 04050000.xhp#par_id2116153.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 Navigation window below the vertical scrollbar to jump from one comment anchor to the next comment anchor."
+#. T3x1
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN106C9\n"
+"help.text"
+msgid "Opens a dialog where you can change the name of the selected menu."
msgstr ""
-#: 04050000.xhp#par_id5381328.help.text
-msgid "You can also open the Navigator to see a list of all comments. Right-click a comment name in the Navigator to edit or delete the comment."
+#. h9V9
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN1071C\n"
+"help.text"
+msgid "New name"
msgstr ""
-#: 04050000.xhp#hd_id5664235.help.text
-msgid "Printing comments"
+#. 8eM%
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN1071F\n"
+"help.text"
+msgid "Enter the new name for the selected menu."
msgstr ""
-#: 04050000.xhp#par_id2254402.help.text
-msgid "To change the printing option for comments for all your text documents, choose <item type=\"menuitem\">Tools - Options - %PRODUCTNAME Writer - Print</item>."
+#. wAAe
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN106CC\n"
+"help.text"
+msgid "To specify the keyboard accelerator for a menu"
msgstr ""
-#: 04050000.xhp#hd_id0915200910571612.help.text
-msgid "Comments in spreadsheets"
+#. #9=[
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN108C6\n"
+"help.text"
+msgid "A keyboard accelerator allows you to select a menu command when you press Alt+ an underlined letter in a menu command. For example, to select the <emph>Save All</emph> command by pressing Alt+V, enter Sa~ve All."
msgstr ""
-#: 04050000.xhp#par_id3166460.6.help.text
-msgid "When you attach a comment to a cell, a callout appears where you can enter your text. A small square in the upper right corner of a cell marks the position of a comment. To display the comment permanently, right-click the cell, and choose <emph>Show Comment</emph>."
+#. $u+_
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN106D0\n"
+"help.text"
+msgid "Select a menu or menu entry."
msgstr ""
-#: 04050000.xhp#par_id8336741.help.text
-msgid "To change the object properties of a comment, for example the background color, choose <emph>Show Comment</emph> as above, then right-click the comment (do not double-click the text)."
+#. VNqL
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN108DC\n"
+"help.text"
+msgid "Click the <emph>Menu</emph> button and select <emph>Rename</emph>."
msgstr ""
-#: 04050000.xhp#par_id3155390.7.help.text
-msgid "To edit a shown comment, double-click the comment text. To edit a comment that is not shown permanently, right-click in the cell that contains the comment, and then choose <emph>Insert - Comment</emph>. To specify the formatting of the comment text, right-click the comment text in edit mode."
+#. \$Jq
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN108E8\n"
+"help.text"
+msgid "Add a tilde (~) in front of the letter that you want to use as an accelerator."
msgstr ""
-#: 04050000.xhp#par_idN107A1.help.text
-msgid "To change the position or size of a comment, drag a border or corner of the comment."
+#. f!dZ
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN106F9\n"
+"help.text"
+msgid "Delete"
msgstr ""
-#: 04050000.xhp#par_id9499496.help.text
-msgid "To delete a comment, right-click the cell, then choose <emph>Delete Comment</emph>."
+#. sHe0
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN106FD\n"
+"help.text"
+msgid "Deletes the selected menu or menu entry."
msgstr ""
-#: 04050000.xhp#par_id2036805.help.text
-msgid "You can also right-click a comment name in the Navigator window to choose some editing commands."
+#. .p%|
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN10910\n"
+"help.text"
+msgid "You can only delete custom menus and custom menu entries."
msgstr ""
-#: 04050000.xhp#par_id3153716.8.help.text
-msgid "To set the printing options for comments in your spreadsheet, choose <emph>Format - Page</emph>, and then click the <emph>Sheet</emph> tab."
+#. |[s@
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"hd_id3154408\n"
+"5\n"
+"help.text"
+msgid "Entries"
+msgstr "ელემენტები"
+
+#. I@,N
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_id3150999\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MENUCONFIG_LISTBOX\">Displays a list of the available menu commands for the selected menu in the current application or document.</ahelp>"
msgstr ""
-#: 04050000.xhp#par_id2419507.help.text
-msgid "In Impress, you can choose to use the Notes view to write a page of notes for every slide. Additionally, you can insert comments to your slides. "
+#. ZG`~
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_id3150838\n"
+"39\n"
+"help.text"
+msgid "To rearrange the order of menu entries, select an entry, and then click the up or down arrow button."
msgstr ""
-#: 05110000.xhp#tit.help.text
-msgctxt "05110000.xhp#tit.help.text"
-msgid "Style"
+#. V1tw
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"hd_id3147620\n"
+"63\n"
+"help.text"
+msgid "Arrow Up"
msgstr ""
-#: 05110000.xhp#bm_id3147366.help.text
-msgid "<bookmark_value>text; font styles</bookmark_value><bookmark_value>fonts; styles</bookmark_value>"
-msgstr "<bookmark_value>ბრძანებათა გამეორება</bookmark_value><bookmark_value>ბრძანებათა გამეორება</bookmark_value>"
+#. Vd:%
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_id3153585\n"
+"64\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_IMAGEBUTTON_TP_CONFIG_MENU_BTN_MN_UP\">Moves the selected item up one position.</ahelp>"
+msgstr ""
-#: 05110000.xhp#hd_id3147366.1.help.text
+#. ($w:
+#: 06140100.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05110000.xhp\" name=\"Style\">Style</link>"
-msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
+msgctxt ""
+"06140100.xhp\n"
+"par_id3150119\n"
+"help.text"
+msgid "<image id=\"img_id3156192\" src=\"dbaccess/res/sortup.png\" width=\"0.2083inch\" height=\"0.222inch\"><alt id=\"alt_id3156192\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156283\">ხატულა</alt></image>"
-#: 05110000.xhp#par_id3155620.2.help.text
-msgid "Use this command to quickly apply font styles to a text selection."
+#. raE]
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_id3153331\n"
+"65\n"
+"help.text"
+msgid "Arrow Up"
msgstr ""
-#: 05110000.xhp#par_id3153255.3.help.text
-msgid "If you place the cursor in a word and do not make a selection, the font style is applied to the entire word. If the cursor is not inside a word, and no text is selected, then the font style is applied to the text that you type."
+#. ;kY6
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"hd_id3155388\n"
+"66\n"
+"help.text"
+msgid "Arrow Down"
msgstr ""
-#: 05350200.xhp#tit.help.text
-msgctxt "05350200.xhp#tit.help.text"
-msgid "Geometry"
+#. ^Lm$
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_id3147335\n"
+"67\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_IMAGEBUTTON_TP_CONFIG_MENU_BTN_MN_DOWN\">Moves the selected item down one position.</ahelp>"
msgstr ""
-#: 05350200.xhp#hd_id3149551.1.help.text
+#. )3q0
+#: 06140100.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05350200.xhp\" name=\"Geometry\">Geometry</link>"
-msgstr "<link href=\"text/shared/01/01100200.xhp\" name=\"General\">ზოგადი</link>"
+msgctxt ""
+"06140100.xhp\n"
+"par_id3148943\n"
+"help.text"
+msgid "<image id=\"img_id3145609\" src=\"dbaccess/res/sortdown.png\" width=\"0.1563inch\" height=\"0.1665inch\"><alt id=\"alt_id3145609\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-#: 05350200.xhp#par_id3150008.2.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_GEO\">Adjusts the shape of the selected 3D object. You can only modify the shape of a 3D object that was created by converting a 2D object. To convert a 2D object to 3D, select the object, right-click, and then choose <emph>Convert - To 3D</emph>, or <emph>Convert - To 3D Rotation Object</emph>.</ahelp>"
+#. !pN_
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_id3149295\n"
+"68\n"
+"help.text"
+msgid "Arrow Down"
msgstr ""
-#: 05350200.xhp#hd_id3148538.4.help.text
-msgctxt "05350200.xhp#hd_id3148538.4.help.text"
-msgid "Geometry"
+#. )(U4
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN107EA\n"
+"help.text"
+msgid "Add Commands"
msgstr ""
-#: 05350200.xhp#par_id3153662.5.help.text
-msgid "Define the shape properties for the selected 3D object."
+#. _C`w
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN107EE\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Add Commands dialog. Select any command, then click <emph>Add</emph> or drag-and-drop the command into the <emph>Customize</emph> dialog box.</ahelp>"
msgstr ""
-#: 05350200.xhp#hd_id3149812.12.help.text
-msgid "Rounded edges"
+#. ]$G.
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN40723\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select any command, then click <emph>Add</emph> or drag-and-drop the command into the <emph>Customize</emph> dialog box.</ahelp>"
msgstr ""
-#: 05350200.xhp#par_id3154142.13.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXFLOAT_3D:MTR_PERCENT_DIAGONAL\">Enter the amount by which you want to round the corners of the selected 3D object.</ahelp>"
-msgstr ""
+#. ((D?
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN107F9\n"
+"help.text"
+msgid "Command"
+msgstr "შინაარსი"
-#: 05350200.xhp#hd_id3155585.14.help.text
-msgid "Scaled depth"
+#. ?3_L
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN107FD\n"
+"help.text"
+msgid "<ahelp hid=\"705507646\">Opens a menu that contains additional commands.</ahelp>"
msgstr ""
-#: 05350200.xhp#par_id3146137.15.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXFLOAT_3D:MTR_BACKSCALE\">Enter the amount by which to increase or decrease the area of the front side of the selected 3D object.</ahelp>"
+#. `@%i
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN10800\n"
+"help.text"
+msgid "Add Submenu"
msgstr ""
-#: 05350200.xhp#hd_id3150466.16.help.text
-msgctxt "05350200.xhp#hd_id3150466.16.help.text"
-msgid "Rotation angle"
+#. P4lP
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN10804\n"
+"help.text"
+msgid "Opens the Add Submenu dialog, where you enter the name of a submenu."
msgstr ""
-#: 05350200.xhp#par_id3153320.17.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXFLOAT_3D:MTR_END_ANGLE\">Enter the angle in degrees to rotate the selected 3D rotation object.</ahelp>"
+#. ^rA2
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN10807\n"
+"help.text"
+msgid "Begin Group"
msgstr ""
-#: 05350200.xhp#hd_id3149276.18.help.text
-msgid "Depth"
-msgstr "სიღრმე"
+#. a%ay
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN1080B\n"
+"help.text"
+msgid "Inserts a separator line under the current menu entry."
+msgstr ""
-#: 05350200.xhp#par_id3153252.19.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXFLOAT_3D:MTR_DEPTH\">Enter the extrusion depth for the selected 3D object. This option is not valid for 3D rotation objects.</ahelp>"
+#. h},t
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN1080E\n"
+"help.text"
+msgid "Rename"
msgstr ""
-#: 05350200.xhp#hd_id3159343.6.help.text
-msgid "Segments"
+#. v6b7
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN10812\n"
+"help.text"
+msgid "Opens the <emph>Rename</emph> dialog, where you enter a new name for the selected command."
msgstr ""
-#: 05350200.xhp#par_id3155388.7.help.text
-msgid "You can change the number of segments that are used to draw a 3D rotation object."
+#. l~jy
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN108CA\n"
+"help.text"
+msgid "New name"
msgstr ""
-#: 05350200.xhp#hd_id3152909.8.help.text
-msgctxt "05350200.xhp#hd_id3152909.8.help.text"
-msgid "Horizontal"
+#. oEn-
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN108CD\n"
+"help.text"
+msgid "Enter the new name for the selected command."
msgstr ""
-#: 05350200.xhp#par_id3150943.9.help.text
-msgid "<ahelp hid=\"SVX:NUMERICFIELD:RID_SVXFLOAT_3D:NUM_HORIZONTAL\">Enter the number of horizontal segments to use in the selected 3D rotation object.</ahelp>"
+#. ^jgo
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN10824\n"
+"help.text"
+msgid "Delete"
msgstr ""
-#: 05350200.xhp#hd_id3149416.10.help.text
-msgctxt "05350200.xhp#hd_id3149416.10.help.text"
-msgid "Vertical"
+#. T`ME
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN10828\n"
+"help.text"
+msgid "Deletes the selected command."
msgstr ""
-#: 05350200.xhp#par_id3151245.11.help.text
-msgid "<ahelp hid=\"SVX:NUMERICFIELD:RID_SVXFLOAT_3D:NUM_VERTICAL\">Enter the number of vertical segments to use in the selected 3D rotation object</ahelp>"
+#. \{%?
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN10918\n"
+"help.text"
+msgid "Save In"
msgstr ""
-#: 05350200.xhp#hd_id3153626.20.help.text
-#, fuzzy
-msgid "Normals"
+#. %OBz
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN1091C\n"
+"help.text"
+msgid "<ahelp hid=\"705498948\">Select the application or open document where you want to add the menu.</ahelp> A separate menu configuration is saved for the item that you select."
msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ჩვეულებრივი\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ჩვეულებრივი\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ნორმალური"
-#: 05350200.xhp#par_id3150822.21.help.text
-msgid "Allows you to modify the rendering style of the 3D surface."
+#. jB)o
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN10AFB\n"
+"help.text"
+msgid "To edit a menu configuration that is associated with an item in the list, select the item, make the changes that you want, and then click the <emph>OK</emph> button."
msgstr ""
-#: 05350200.xhp#hd_id3149046.22.help.text
-msgctxt "05350200.xhp#hd_id3149046.22.help.text"
-msgid "Object-Specific"
+#. }BDR
+#: 06140100.xhp
+msgctxt ""
+"06140100.xhp\n"
+"par_idN10922\n"
+"help.text"
+msgid "You cannot load a menu configuration from one location and save the configuration to another location."
msgstr ""
-#: 05350200.xhp#par_id3149670.23.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_NORMALS_OBJ\">Renders the 3D surface according to the shape of the object. For example, a circular shape is rendered with a spherical surface.</ahelp>"
+#. nkF]
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Change Case"
msgstr ""
-#: 05350200.xhp#par_id3152811.help.text
+#. Buf%
+#: 05050000.xhp
#, fuzzy
-msgid "<image id=\"img_id3150865\" src=\"svx/res/normobjs.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3150865\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150868\" src=\"res/sx03139.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150868\">ხატულა</alt></image>"
+msgctxt ""
+"05050000.xhp\n"
+"hd_id3152952\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05050000.xhp\" name=\"Change Case\">Change Case</link>"
+msgstr "<link href=\"text/shared/01/02060000.xhp\" name=\"Paste\">ჩასმა</link>"
-#: 05350200.xhp#par_id3151211.24.help.text
-msgctxt "05350200.xhp#par_id3151211.24.help.text"
-msgid "Object-Specific"
+#. MOm`
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"par_id3151299\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Changes the case of characters in the selection. If the cursor is within a word and no text is selected, then the word is the selection.</ahelp>"
msgstr ""
-#: 05350200.xhp#hd_id3153797.25.help.text
-msgctxt "05350200.xhp#hd_id3153797.25.help.text"
-msgid "Flat"
+#. Bv|7
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"hd_id3147572\n"
+"5\n"
+"help.text"
+msgid "Sentence case"
msgstr ""
-#: 05350200.xhp#par_id3146874.26.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_NORMALS_FLAT\">Renders the 3D surface as polygons.</ahelp>"
+#. ?A]0
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"par_id3150694\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\".\">Changes the first letter of the selected western characters to an uppercase character.</ahelp>"
msgstr ""
-#: 05350200.xhp#par_id3157962.help.text
-#, fuzzy
-msgid "<image id=\"img_id3154068\" src=\"svx/res/normflat.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3154068\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150868\" src=\"res/sx03139.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150868\">ხატულა</alt></image>"
-
-#: 05350200.xhp#par_id3145202.27.help.text
-msgctxt "05350200.xhp#par_id3145202.27.help.text"
-msgid "Flat"
+#. 0EM4
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"hd_id3147571\n"
+"5\n"
+"help.text"
+msgid "lowercase"
msgstr ""
-#: 05350200.xhp#hd_id3147228.28.help.text
-msgctxt "05350200.xhp#hd_id3147228.28.help.text"
-msgid "Spherical"
+#. Y!P+
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"par_id3150693\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ChangeCaseToLower\">Changes the selected western characters to lowercase characters.</ahelp>"
msgstr ""
-#: 05350200.xhp#par_id3150288.29.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_NORMALS_SPHERE\">Renders a smooth 3D surface.</ahelp>"
+#. kAHy
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"hd_id3147143\n"
+"3\n"
+"help.text"
+msgid "UPPERCASE"
msgstr ""
-#: 05350200.xhp#par_id3148923.help.text
-#, fuzzy
-msgid "<image id=\"img_id3149807\" src=\"svx/res/normsphe.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3149807\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149784\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149784\">ხატულა</alt></image>"
-
-#: 05350200.xhp#par_id3149983.30.help.text
-msgctxt "05350200.xhp#par_id3149983.30.help.text"
-msgid "Spherical"
+#. AG|Q
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"par_id3152372\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ChangeCaseToUpper\">Changes the selected western characters to uppercase characters.</ahelp>"
msgstr ""
-#: 05350200.xhp#hd_id3153056.31.help.text
-msgctxt "05350200.xhp#hd_id3153056.31.help.text"
-msgid "Invert Normals"
+#. k8.@
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"hd_id3147511\n"
+"5\n"
+"help.text"
+msgid "Capitalize Every Word"
msgstr ""
-#: 05350200.xhp#par_id3145785.32.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_NORMALS_INVERT\">Inverts the light source.</ahelp>"
+#. SZ2B
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"par_id3150613\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\".\">Changes the first character of every word of the selected western characters to an uppercase character.</ahelp>"
msgstr ""
-#: 05350200.xhp#par_id3152940.help.text
-#, fuzzy
-msgid "<image id=\"img_id3151116\" src=\"svx/res/invert3d.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3151116\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150868\" src=\"res/sx03139.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150868\">ხატულა</alt></image>"
+#. gr`_
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"hd_id3147521\n"
+"5\n"
+"help.text"
+msgid "tOGGLE cASE"
+msgstr ""
-#: 05350200.xhp#par_id3156061.33.help.text
-msgctxt "05350200.xhp#par_id3156061.33.help.text"
-msgid "Invert Normals"
+#. r3e@
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"par_id3150623\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\".\">Toggles case of all selected western characters.</ahelp>"
msgstr ""
-#: 05350200.xhp#hd_id3152417.34.help.text
-msgid "Double-sided Illumination"
+#. [wZJ
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"hd_id3155392\n"
+"7\n"
+"help.text"
+msgid "Half-width"
msgstr ""
-#: 05350200.xhp#par_id3163820.35.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TWO_SIDED_LIGHTING\">Lights the object from the outside and the inside. To use an ambient light source, click this button, and then click the <emph>Invert Normals</emph> button.</ahelp>"
+#. *R#V
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"par_id3147088\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ChangeCaseToHalfWidth\">Changes the selected Asian characters to half-width characters.</ahelp>"
msgstr ""
-#: 05350200.xhp#par_id3157309.help.text
-#, fuzzy
-msgid "<image id=\"img_id3155746\" src=\"svx/res/lght2sid.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3155746\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153821\">ხატულა</alt></image>"
+#. 4!9^
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"hd_id3156113\n"
+"9\n"
+"help.text"
+msgid "Full Width"
+msgstr ""
-#: 05350200.xhp#par_id3154986.36.help.text
-msgid "Double-sided illumination"
+#. z=`f
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"par_id3154749\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ChangeCaseToFullWidth\">Changes the selected Asian characters to full width characters.</ahelp>"
msgstr ""
-#: 05350200.xhp#hd_id3153190.37.help.text
-msgctxt "05350200.xhp#hd_id3153190.37.help.text"
-msgid "Double-Sided"
+#. gfRE
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"hd_id3152996\n"
+"11\n"
+"help.text"
+msgid "Hiragana"
msgstr ""
-#: 05350200.xhp#par_id3154692.38.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_DOUBLE_SIDED\">Closes the shape of a 3D object that was created by extruding a freeform line (<emph>Convert - To 3D</emph>).</ahelp>"
+#. hix5
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"par_id3156156\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ChangeCaseToHiragana\">Changes the selected Asian characters to Hiragana characters.</ahelp>"
msgstr ""
-#: 05350200.xhp#par_id3150686.help.text
-#, fuzzy
-msgid "<image id=\"img_id3152460\" src=\"svx/res/doublesi.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3152460\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150868\" src=\"res/sx03139.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150868\">ხატულა</alt></image>"
+#. t7v{
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"hd_id3154173\n"
+"13\n"
+"help.text"
+msgid "Katakana"
+msgstr ""
-#: 05350200.xhp#par_id3155307.39.help.text
-msgctxt "05350200.xhp#par_id3155307.39.help.text"
-msgid "Double-Sided"
+#. w;+A
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"par_id3146137\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ChangeCaseToKatakana\">Changes the selected Asian characters to Katakana characters.</ahelp>"
msgstr ""
-#: 06140500.xhp#tit.help.text
-msgctxt "06140500.xhp#tit.help.text"
-msgid "Events"
+#. B#lk
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Tabs"
msgstr ""
-#: 06140500.xhp#bm_id3152427.help.text
-msgid "<bookmark_value>customizing; events</bookmark_value><bookmark_value>events; customizing</bookmark_value>"
-msgstr "<bookmark_value>აღდგენა;რედაქტირება</bookmark_value><bookmark_value>ბრძანების გამეორება</bookmark_value>"
+#. j!m6
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"bm_id3156027\n"
+"help.text"
+msgid "<bookmark_value>formats; tabulators</bookmark_value><bookmark_value>fill characters with tabulators</bookmark_value><bookmark_value>tab stops;settings</bookmark_value>"
+msgstr ""
-#: 06140500.xhp#hd_id3152427.1.help.text
+#. D=LO
+#: 05030300.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/06140500.xhp\" name=\"Events\">Events</link>"
-msgstr "<link href=\"text/shared/01/01160000.xhp\" name=\"Send\">გაგზავნა</link>"
+msgctxt ""
+"05030300.xhp\n"
+"hd_id3156027\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05030300.xhp\" name=\"Tabs\">Tabs</link>"
+msgstr "<link href=\"text/shared/01/01010200.xhp\" name=\"Labels\">იარლიყები</link>"
-#: 06140500.xhp#par_id3152937.2.help.text
-msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
+#. (!9C
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3153577\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TABULATOR\">Set the position of a tab stop in a paragraph.</ahelp>"
msgstr ""
-#: 06140500.xhp#par_id317748820.help.text
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
+#. {(Gm
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3147653\n"
+"40\n"
+"help.text"
+msgid "If you want, you can also use the ruler to set the tab positions."
msgstr ""
-#: 06140500.xhp#par_idN1060A.help.text
-msgctxt "06140500.xhp#par_idN1060A.help.text"
-msgid "Save In"
+#. 6SMv
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"hd_id3154897\n"
+"3\n"
+"help.text"
+msgid "Position"
msgstr ""
-#: 06140500.xhp#par_idN1060E.help.text
-msgid "<ahelp hid=\"705547787\">Select first where to save the event binding, in the current document or in %PRODUCTNAME.</ahelp>"
+#. !*b2
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3153331\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICBOX:RID_SVXPAGE_TABULATOR:ED_TABPOS\">Select a tab stop type, enter a new measurement, and then click <emph>New</emph>. If you want, you can also specify the measurement units to use for the tab (cm for centimeter, or \" for inches). Existing tabs to the left of the first tab that you set are removed.</ahelp>"
msgstr ""
-#: 06140500.xhp#par_id3153662.36.help.text
-msgid "A macro that is saved with a document can only be run when that document is opened."
-msgstr ""
+#. 9W?1
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"hd_id3155180\n"
+"9\n"
+"help.text"
+msgid "Type"
+msgstr "ტიპი:"
-#: 06140500.xhp#par_idN1061A.help.text
-msgid "<ahelp hid=\"40000\">The big list box lists the events and the assigned macros. After you selected the location in the <emph>Save In</emph> list box, select an event in the big list box. Then click <emph>Assign Macro</emph>.</ahelp>"
+#. 0s,s
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3149514\n"
+"10\n"
+"help.text"
+msgid "Select the type of tab stop that you want to modify."
msgstr ""
-#: 06140500.xhp#hd_id3159258.22.help.text
-msgid "Assign Macro"
+#. vQeX
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"hd_id3157910\n"
+"11\n"
+"help.text"
+msgid "Left"
msgstr ""
-#: 06140500.xhp#par_id3156152.23.help.text
-msgid "<ahelp hid=\"SFX2:PUSHBUTTON:TP_CONFIG_EVENT:PB_ASSIGN\">Opens the <link href=\"text/shared/01/06130000.xhp\">Macro Selector</link> to assign a macro to the selected event.</ahelp>"
+#. -`O0
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3146847\n"
+"41\n"
+"help.text"
+msgid "The name of this tab stop is <emph>Left/Top</emph> if Asian language support is enabled."
msgstr ""
-#: 06140500.xhp#hd_id3154046.24.help.text
-msgid "Remove Macro"
+#. UQ*[
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3153698\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_LEFT\">Aligns the left edge of the text to the tab stop and extends the text to the right.</ahelp>"
msgstr ""
-#: 06140500.xhp#par_id3152349.35.help.text
-msgid "<ahelp hid=\"SFX2:PUSHBUTTON:TP_CONFIG_EVENT:PB_DELETE\">Deletes the macro assignment for the selected event.</ahelp>"
+#. `[XD
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"hd_id3149763\n"
+"13\n"
+"help.text"
+msgid "Right"
msgstr ""
-#: 06140500.xhp#par_id3159147.38.help.text
-msgid "<link href=\"text/swriter/01/05060700.xhp\" name=\"List of events\">List of events</link>"
+#. VRCO
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3148491\n"
+"42\n"
+"help.text"
+msgid "This name of this tab stop is <emph>Right/Bottom</emph> if Asian language support is enabled."
msgstr ""
-#: xformsdatachange.xhp#tit.help.text
-msgctxt "xformsdatachange.xhp#tit.help.text"
-msgid "Change Data Binding"
+#. 7I3Q
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3151384\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_RIGHT\">Aligns the right edge of the text to the tab stop and extends the text to the left of the tab stop.</ahelp>"
msgstr ""
-#: xformsdatachange.xhp#bm_id433973.help.text
-msgid "<bookmark_value>editing;data binding of XForms</bookmark_value><bookmark_value>data binding change in XForms</bookmark_value>"
+#. H*n3
+#: 05030300.xhp
+#, fuzzy
+msgctxt ""
+"05030300.xhp\n"
+"hd_id3153628\n"
+"15\n"
+"help.text"
+msgid "Center"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nცენტრირებული\\n#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\nცენტრირება"
+
+#. 2_$n
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3154347\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_CENTER\">Aligns the center of the text to the tab stop.</ahelp>"
msgstr ""
-#: xformsdatachange.xhp#par_idN10547.help.text
-msgctxt "xformsdatachange.xhp#par_idN10547.help.text"
-msgid "Change Data Binding"
+#. CCF!
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"hd_id3148552\n"
+"17\n"
+"help.text"
+msgid "Decimal"
+msgstr "ათობითი"
+
+#. O/Iy
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3144422\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_DECIMAL\">Aligns the decimal point of a number to the center of the tab stop and text to the left of the tab.</ahelp>"
msgstr ""
-#: xformsdatachange.xhp#par_idN1054B.help.text
-msgid "<ahelp hid=\".\">Edit the data binding in the XForms Data Navigator.</ahelp>"
+#. eXgE
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3154388\n"
+"19\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">The character that is used as a decimal separator depends on the regional setting of your operating system. </caseinline></switchinline>"
msgstr ""
-#: xformsdatachange.xhp#par_idN1056E.help.text
-msgid "Model"
+#. x2/*
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"hd_id3153380\n"
+"20\n"
+"help.text"
+msgid "Character"
+msgstr "ნებისმიერი სიმბოლო"
+
+#. bnV2
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3153778\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SVXPAGE_TABULATOR:ED_TABTYPE_DECCHAR\">Enter a character that you want the decimal tab to use as a decimal separator.</ahelp>"
msgstr ""
-#: xformsdatachange.xhp#par_idN10572.help.text
-msgid "<ahelp hid=\".\">Select the name of the XForms model.</ahelp>"
+#. 07H1
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"hd_id3159151\n"
+"22\n"
+"help.text"
+msgid "Fill Character"
msgstr ""
-#: xformsdatachange.xhp#par_idN10587.help.text
-msgid "Item list"
+#. hHO3
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3154153\n"
+"23\n"
+"help.text"
+msgid "Specify the characters to use as leader to the left of the tab stop."
msgstr ""
-#: xformsdatachange.xhp#par_idN1058B.help.text
-msgid "<ahelp hid=\".\">Displays the data binding for the selected form control. To change the data binding, select another item in the list click <emph>OK</emph>. To access the <emph>Add</emph> and <emph>Properties</emph> commands for an item, right-click the item.</ahelp>"
+#. EuDx
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"hd_id3144760\n"
+"24\n"
+"help.text"
+msgid "None"
msgstr ""
-#: 05290400.xhp#tit.help.text
-msgid "Exit Group"
+#. ,JH[
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3143231\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_NO\">Inserts no fill characters, or removes existing fill characters to the left of the tab stop.</ahelp>"
msgstr ""
-#: 05290400.xhp#hd_id3157552.1.help.text
-#, fuzzy
-msgctxt "05290400.xhp#hd_id3157552.1.help.text"
-msgid "<link href=\"text/shared/01/05290400.xhp\" name=\"Exit Group\">Exit Group</link>"
-msgstr "<link href=\"text/shared/01/01170000.xhp\" name=\"Exit\">გასვლა</link>"
+#. /egM
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"hd_id3152933\n"
+"26\n"
+"help.text"
+msgid "......."
+msgstr ""
-#: 05290400.xhp#par_id3147294.2.help.text
-msgid "<variable id=\"verlassentext\"><ahelp hid=\".uno:LeaveGroup\" visibility=\"visible\">Exits the group, so that you can no longer edit the individual objects in the group.</ahelp></variable> If you are in a nested group, only the nested group is closed."
+#. +bwK
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3153192\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_POINTS\">Fills the empty space to the left of the tab stop with dots.</ahelp>"
msgstr ""
-#: 05290400.xhp#par_id3153124.help.text
-#, fuzzy
-msgctxt "05290400.xhp#par_id3153124.help.text"
-msgid "<link href=\"text/shared/01/05290000.xhp\" name=\"Groups\">Groups</link>"
-msgstr "<link href=\"text/shared/01/05290100.xhp\" name=\"Group\">ჯგუფი</link>"
+#. G3eE
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"hd_id3156280\n"
+"28\n"
+"help.text"
+msgid "------"
+msgstr ""
-#: 05290400.xhp#par_id3148520.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05290300.xhp\" name=\"Edit Group\">Edit Group</link>"
-msgstr "<link href=\"text/shared/01/01110400.xhp\" name=\"Edit\">რედაქტირება</link>"
+#. MecT
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3156212\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_DASHLINE\">Fills the empty space to the left of the tab stop with dashes.</ahelp>"
+msgstr ""
-#: 05140100.xhp#tit.help.text
-msgctxt "05140100.xhp#tit.help.text"
-msgid "Create Style"
+#. mbiT
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"hd_id3157960\n"
+"30\n"
+"help.text"
+msgid "______"
msgstr ""
-#: 05140100.xhp#hd_id3152823.1.help.text
-msgctxt "05140100.xhp#hd_id3152823.1.help.text"
-msgid "Create Style"
+#. ZhPN
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3151043\n"
+"31\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_UNDERSCORE\">Draws a line to fill the empty space to the left of the tab stop.</ahelp>"
msgstr ""
-#: 05140100.xhp#hd_id3152790.4.help.text
-msgid "Style name"
+#. X,)q
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"hd_id3153770\n"
+"32\n"
+"help.text"
+msgid "Character"
+msgstr "ნებისმიერი სიმბოლო"
+
+#. v0P=
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3150441\n"
+"33\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_OTHER\">Allows you to specify a character to fill the empty space to the left of the tab stop.</ahelp>"
msgstr ""
-#: 05140100.xhp#par_id3155599.5.help.text
-msgid "<ahelp hid=\"SFX2:COMBOBOX:DLG_NEW_STYLE_BY_EXAMPLE:LB_COL\" visibility=\"visible\">Enter a name for the new Style.</ahelp>"
+#. +)3j
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"hd_id3152596\n"
+"36\n"
+"help.text"
+msgid "New"
msgstr ""
-#: 05140100.xhp#hd_id3154682.6.help.text
-msgid "List of Custom Styles"
+#. nmKv
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3163717\n"
+"37\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_TABULATOR:BTN_NEW\">Adds the tab stop that you defined to the current paragraph.</ahelp>"
msgstr ""
-#: 05140100.xhp#par_id3154894.7.help.text
-msgid "Lists the user-defined styles that are attached to the current document."
+#. 9ZU=
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"hd_id3153945\n"
+"38\n"
+"help.text"
+msgid "Clear All"
msgstr ""
-#: 05070300.xhp#tit.help.text
-msgctxt "05070300.xhp#tit.help.text"
-msgid "Align Right"
+#. K#Yl
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3145660\n"
+"39\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_TABULATOR:BTN_DELALL\">Removes all of the tab stops that you defined under <emph>Position</emph>. Sets <emph>Left</emph> tab stops at regular intervals as the default tab stops.</ahelp>"
msgstr ""
-#: 05070300.xhp#hd_id3153383.1.help.text
+#. TXA+
+#: 02200000.xhp
+msgctxt ""
+"02200000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Object"
+msgstr "ობიექტი"
+
+#. d_n9
+#: 02200000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05070300.xhp\" name=\"Align Right\">Align Right</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
+msgctxt ""
+"02200000.xhp\n"
+"hd_id3146959\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02200000.xhp\" name=\"Object\">Object</link>"
+msgstr "<link href=\"text/shared/01/02030000.xhp\" name=\"Repeat\">გამეორება</link>"
-#: 05070300.xhp#par_id3151264.2.help.text
-msgid "<ahelp hid=\".uno:AlignRight\">Aligns the right edges of the selected objects. If only one object is selected in Impress or Draw, the right edge of the object is aligned to the right page margin.</ahelp>"
+#. pj=]
+#: 02200000.xhp
+msgctxt ""
+"02200000.xhp\n"
+"par_id3154840\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ObjectMenue\">Lets you edit a selected object in your file that you inserted with the <emph>Insert - Object </emph>command.</ahelp>"
msgstr ""
-#: 05070300.xhp#par_id3144336.3.help.text
-msgid "Objects are aligned to the right edge of the rightmost object in the selection."
-msgstr ""
+#. ]oMO
+#: 02200000.xhp
+#, fuzzy
+msgctxt ""
+"02200000.xhp\n"
+"par_id3153551\n"
+"help.text"
+msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Insert - Object\">Insert - Object</link>"
+msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE ობიექტი\">OLE ობიექტი</link>"
-#: 05020500.xhp#tit.help.text
-msgid "Font Position"
+#. |l:b
+#: 02200000.xhp
+msgctxt ""
+"02200000.xhp\n"
+"par_id1717886\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Resizes the object to the original size.</ahelp>"
msgstr ""
-#: 05020500.xhp#bm_id3154841.help.text
-msgid "<bookmark_value>positioning; fonts</bookmark_value><bookmark_value>formats; positions</bookmark_value><bookmark_value>effects;font positions</bookmark_value><bookmark_value>fonts; positions in text</bookmark_value><bookmark_value>spacing; font effects</bookmark_value><bookmark_value>characters; spacing</bookmark_value><bookmark_value>pair kerning</bookmark_value><bookmark_value>kerning; in characters</bookmark_value><bookmark_value>text; kerning</bookmark_value>"
+#. a}OA
+#: xformsdatachange.xhp
+msgctxt ""
+"xformsdatachange.xhp\n"
+"tit\n"
+"help.text"
+msgid "Change Data Binding"
msgstr ""
-#: 05020500.xhp#hd_id3154841.1.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/shared/01/05020500.xhp\" name=\"Font Position\">Font Position</link></caseinline><defaultinline><link href=\"text/shared/01/05020500.xhp\" name=\"Position\">Position</link></defaultinline></switchinline>"
+#. {tSw
+#: xformsdatachange.xhp
+msgctxt ""
+"xformsdatachange.xhp\n"
+"bm_id433973\n"
+"help.text"
+msgid "<bookmark_value>editing;data binding of XForms</bookmark_value><bookmark_value>data binding change in XForms</bookmark_value>"
msgstr ""
-#: 05020500.xhp#par_id3148585.2.help.text
-msgid "<ahelp hid=\"HID_SVXPAGE_CHAR_POSITION\">Specify the position, scaling, rotation, and spacing for characters.</ahelp>"
+#. K-DF
+#: xformsdatachange.xhp
+msgctxt ""
+"xformsdatachange.xhp\n"
+"par_idN10547\n"
+"help.text"
+msgid "Change Data Binding"
msgstr ""
-#: 05020500.xhp#hd_id3147089.3.help.text
-msgctxt "05020500.xhp#hd_id3147089.3.help.text"
-msgid "Position"
+#. L7e_
+#: xformsdatachange.xhp
+msgctxt ""
+"xformsdatachange.xhp\n"
+"par_idN1054B\n"
+"help.text"
+msgid "<ahelp hid=\".\">Edit the data binding in the XForms Data Navigator.</ahelp>"
msgstr ""
-#: 05020500.xhp#par_id3153748.4.help.text
-msgid "Set the subscript or superscript options for a character."
+#. M9.?
+#: xformsdatachange.xhp
+msgctxt ""
+"xformsdatachange.xhp\n"
+"par_idN1056E\n"
+"help.text"
+msgid "Model"
msgstr ""
-#: 05020500.xhp#hd_id3153311.5.help.text
-msgctxt "05020500.xhp#hd_id3153311.5.help.text"
-msgid "Superscript"
+#. v6L2
+#: xformsdatachange.xhp
+msgctxt ""
+"xformsdatachange.xhp\n"
+"par_idN10572\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the name of the XForms model.</ahelp>"
msgstr ""
-#: 05020500.xhp#par_id3154750.6.help.text
-msgid "<variable id=\"hochtext\"><ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_CHAR_POSITION_RB_HIGHPOS\">Reduces the font size of the selected text and raises the text above the baseline.</ahelp></variable>"
+#. Gdq#
+#: xformsdatachange.xhp
+msgctxt ""
+"xformsdatachange.xhp\n"
+"par_idN10587\n"
+"help.text"
+msgid "Item list"
msgstr ""
-#: 05020500.xhp#hd_id3147275.7.help.text
-#, fuzzy
-msgid "Normal"
+#. %amm
+#: xformsdatachange.xhp
+msgctxt ""
+"xformsdatachange.xhp\n"
+"par_idN1058B\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays the data binding for the selected form control. To change the data binding, select another item in the list click <emph>OK</emph>. To access the <emph>Add</emph> and <emph>Properties</emph> commands for an item, right-click the item.</ahelp>"
msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ჩვეულებრივი\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ჩვეულებრივი\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ნორმალური"
-#: 05020500.xhp#par_id3155503.8.help.text
-msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_CHAR_POSITION_RB_NORMALPOS\">Removes superscript or subscript formatting.</ahelp>"
-msgstr ""
+#. 5?SA
+#: 05190000.xhp
+msgctxt ""
+"05190000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Name"
+msgstr "სახელები"
-#: 05020500.xhp#hd_id3150465.9.help.text
-msgctxt "05020500.xhp#hd_id3150465.9.help.text"
-msgid "Subscript"
+#. D5gW
+#: 05190000.xhp
+msgctxt ""
+"05190000.xhp\n"
+"bm_id3147366\n"
+"help.text"
+msgid "<bookmark_value>objects; naming</bookmark_value><bookmark_value>groups;naming</bookmark_value><bookmark_value>names;objects</bookmark_value>"
msgstr ""
-#: 05020500.xhp#par_id3155420.10.help.text
-msgid "<variable id=\"tieftext\"><ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_CHAR_POSITION_RB_LOWPOS\">Reduces the font size of the selected text and lowers the text below the baseline.</ahelp></variable>"
-msgstr ""
+#. K:5X
+#: 05190000.xhp
+msgctxt ""
+"05190000.xhp\n"
+"hd_id3147366\n"
+"1\n"
+"help.text"
+msgid "Name"
+msgstr "სახელები"
-#: 05020500.xhp#hd_id3148992.11.help.text
-msgid "Raise/lower by"
+#. TVyl
+#: 05190000.xhp
+msgctxt ""
+"05190000.xhp\n"
+"par_id3147588\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"name\"><ahelp hid=\".uno:RenameObject\">Assigns a name to the selected object, so that you can quickly find the object in the Navigator.</ahelp></variable>"
msgstr ""
-#: 05020500.xhp#par_id3150275.12.help.text
-msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_CHAR_POSITION_ED_HIGHLOW\">Enter the amount by which you want to raise or to lower the selected text in relation to the baseline. One hundred percent is equal to the height of the font.</ahelp>"
+#. li!i
+#: 05190000.xhp
+msgctxt ""
+"05190000.xhp\n"
+"par_id3155364\n"
+"7\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><defaultinline>The name is also displayed in the Status Bar when you select the object.</defaultinline></switchinline>"
msgstr ""
-#: 05020500.xhp#hd_id3150670.13.help.text
-msgid "Relative font size"
-msgstr ""
+#. MR-f
+#: 05190000.xhp
+msgctxt ""
+"05190000.xhp\n"
+"hd_id3156027\n"
+"3\n"
+"help.text"
+msgid "Name"
+msgstr "სახელები"
-#: 05020500.xhp#par_id3153126.14.help.text
-msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_CHAR_POSITION_ED_FONTSIZE\">Enter the amount by which you want to reduce the font size of the selected text.</ahelp>"
+#. 5NUg
+#: 05190000.xhp
+msgctxt ""
+"05190000.xhp\n"
+"par_id3152924\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SD_NAMEDIALOG_OBJECT\">Enter a name for the selected object. The name will be visible in the Navigator.</ahelp>"
msgstr ""
-#: 05020500.xhp#hd_id3153349.15.help.text
-msgctxt "05020500.xhp#hd_id3153349.15.help.text"
-msgid "Automatic"
+#. /ZCo
+#: password_dlg.xhp
+msgctxt ""
+"password_dlg.xhp\n"
+"tit\n"
+"help.text"
+msgid "Password"
msgstr ""
-#: 05020500.xhp#par_id3153061.16.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_CHAR_POSITION_CB_HIGHLOW\">Automatically sets the amount by which the selected text is raised or lowered in relation to the baseline.</ahelp>"
+#. 1RBh
+#: password_dlg.xhp
+msgctxt ""
+"password_dlg.xhp\n"
+"hd_id3146902\n"
+"63\n"
+"help.text"
+msgid "<link href=\"text/shared/01/password_dlg.xhp\" name=\"Password\">Password</link>"
msgstr ""
-#: 05020500.xhp#hd_id3154905.30.help.text
-msgid "Rotation / scaling"
+#. $He#
+#: password_dlg.xhp
+msgctxt ""
+"password_dlg.xhp\n"
+"par_id3154350\n"
+"64\n"
+"help.text"
+msgid "Assigns a password to prevent users from making unauthorized changes."
msgstr ""
-#: 05020500.xhp#par_id3154923.36.help.text
-msgid "Set the rotation and the scaling options for the selected text."
+#. 9)Rw
+#: password_dlg.xhp
+msgctxt ""
+"password_dlg.xhp\n"
+"par_id31222\n"
+"help.text"
+msgid "The open password must be entered to open the file."
msgstr ""
-#: 05020500.xhp#hd_id3154280.31.help.text
-msgid "0 degrees"
+#. ,EYB
+#: password_dlg.xhp
+msgctxt ""
+"password_dlg.xhp\n"
+"par_id313339\n"
+"help.text"
+msgid "The permission password must be entered to edit the document."
msgstr ""
-#: 05020500.xhp#par_id3149045.37.help.text
-msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_CHAR_POSITION_RB_0_DEG\">Does not rotate the selected text.</ahelp>"
+#. #noy
+#: password_dlg.xhp
+msgctxt ""
+"password_dlg.xhp\n"
+"hd_id3146857\n"
+"65\n"
+"help.text"
+msgid "Password"
msgstr ""
-#: 05020500.xhp#hd_id3156434.32.help.text
-msgid "90 degrees"
+#. 14G:
+#: password_dlg.xhp
+msgctxt ""
+"password_dlg.xhp\n"
+"par_id3150502\n"
+"62\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PASSWD_TABLE\">Type a password. A password is case sensitive.</ahelp>"
msgstr ""
-#: 05020500.xhp#par_id3148739.38.help.text
-msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_CHAR_POSITION_RB_90_DEG\">Rotates the selected text to the left by 90 degrees.</ahelp>"
+#. R.Xk
+#: password_dlg.xhp
+msgctxt ""
+"password_dlg.xhp\n"
+"hd_id3153029\n"
+"66\n"
+"help.text"
+msgid "Confirm"
msgstr ""
-#: 05020500.xhp#hd_id3150398.33.help.text
-msgid "270 degrees"
+#. $\;g
+#: password_dlg.xhp
+msgctxt ""
+"password_dlg.xhp\n"
+"par_id3151100\n"
+"67\n"
+"help.text"
+msgid "<ahelp hid=\".\">Re-enter the password.</ahelp>"
msgstr ""
-#: 05020500.xhp#par_id3153778.39.help.text
-msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_CHAR_POSITION_RB_270_DEG\">Rotates the selected text to the right by 90 degrees.</ahelp>"
+#. +!b5
+#: password_dlg.xhp
+msgctxt ""
+"password_dlg.xhp\n"
+"hd_id3155351\n"
+"68\n"
+"help.text"
+msgid "Undoing password protection"
msgstr ""
-#: 05020500.xhp#hd_id3147228.34.help.text
-msgid "Fit to line"
+#. $%`a
+#: password_dlg.xhp
+msgctxt ""
+"password_dlg.xhp\n"
+"par_id3146109\n"
+"69\n"
+"help.text"
+msgid "To remove a password, open the document, then save without password."
msgstr ""
-#: 05020500.xhp#par_id3150288.40.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_CHAR_POSITION_CB_FIT_TO_LINE\">Stretches or compresses the selected text so that it fits between the line that is above the text and the line that is below the text.</ahelp>"
-msgstr ""
+#. 2wTs
+#: password_dlg.xhp
+#, fuzzy
+msgctxt ""
+"password_dlg.xhp\n"
+"par_id31323250502\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to show or hide the file sharing password options.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
-#: 05020500.xhp#hd_id3155994.35.help.text
-msgid "Scale width"
+#. zRMs
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Macro"
msgstr ""
-#: 05020500.xhp#par_id3145171.41.help.text
-msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_CHAR_POSITION_MF_SCALE_WIDTH\">Enter the percentage of the font width by which to horizontally stretch or compress the selected text.</ahelp>"
+#. EU@5
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3157552\n"
+"1\n"
+"help.text"
+msgid "Macro"
msgstr ""
-#: 05020500.xhp#hd_id3149807.17.help.text
-msgctxt "05020500.xhp#hd_id3149807.17.help.text"
-msgid "Spacing"
+#. .d2$
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3148765\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"makro\"><ahelp hid=\".uno:MacroDialog\">Opens a dialog to organize macros.</ahelp></variable>"
msgstr ""
-#: 05020500.xhp#par_id3156212.18.help.text
-msgid "Specify the spacing between individual characters."
+#. *GaE
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3154863\n"
+"3\n"
+"help.text"
+msgid "Macro name"
msgstr ""
-#: 05020500.xhp#hd_id3125865.19.help.text
-msgctxt "05020500.xhp#hd_id3125865.19.help.text"
-msgid "Spacing"
+#. k1.r
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3150040\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/macronameedit\">Displays the name of the selected macro. To create or to change the name of a macro, enter a name here.</ahelp>"
msgstr ""
-#: 05020500.xhp#par_id3153178.20.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_CHAR_POSITION_LB_KERNING2\">Specifies the spacing between the characters of the selected text. For expanded or condensed spacing, enter the amount that you want to expand or condense the text in the <emph>by </emph>box.</ahelp>"
+#. .[nv
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3150902\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Lists the macros that are contained in the module selected in the <emph>Macro from </emph>list.</ahelp>"
msgstr ""
-#: 05020500.xhp#par_id3154908.21.help.text
-msgid "<emph>Default</emph> - uses the character spacing specified in the font type"
+#. =,~e
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3153750\n"
+"7\n"
+"help.text"
+msgid "Macro from / Save macro in"
+msgstr "მაკრო / მაკროს შენახვა"
+
+#. ZK+Y
+#: 06130000.xhp
+#, fuzzy
+msgctxt ""
+"06130000.xhp\n"
+"par_id3153394\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/libraries\">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.</ahelp>"
+msgstr "<ahelp hid=\"HID_BASICIDE_LIBS\">ჩამოთვლის ბიბლიოთეკის და მოდულების სიას სადაც შეგიძლიათ გახსნათ ან დაიმახსოვროთ თქვენი მაკრო. განსაკუთერებულ დოკუმენტიან მაკროს დასამახსოვრებლად, გახსენი დოკუმენტი და მერე მისი დიალოგი.</ahelp>"
+
+#. ;7Zk
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3147373\n"
+"11\n"
+"help.text"
+msgid "Run / Save"
+msgstr "გაშვება / შენახვა"
+
+#. p~L!
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3153748\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/run\">Runs or saves the current macro.</ahelp>"
msgstr ""
-#: 05020500.xhp#par_id3156543.22.help.text
-msgid "<emph>Expanded</emph> - increases the character spacing"
+#. 3{$l
+#: 06130000.xhp
+#, fuzzy
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3149388\n"
+"15\n"
+"help.text"
+msgid "Assign"
+msgstr "#-#-#-#-# optionen.po (PACKAGE VERSION) #-#-#-#-#\\nმიკუთვნება\\n#-#-#-#-# shared.po (PACKAGE VERSION) #-#-#-#-#\\nმინიჭება\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nმინიჭება"
+
+#. qC,C
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3153577\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/assign\">Opens the <link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Customize</link> dialog, where you can assign the selected macro to a menu command, a toolbar, or an event.</ahelp>"
+msgstr ""
+
+#. qc4@
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3153662\n"
+"17\n"
+"help.text"
+msgid "Edit"
+msgstr "გასვლა"
+
+#. `85o
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3150355\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/edit\">Starts the $[officename] Basic editor and opens the selected macro or dialog for editing.</ahelp>"
+msgstr ""
+
+#. k3,e
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3150772\n"
+"19\n"
+"help.text"
+msgid "New / Delete"
msgstr ""
-#: 05020500.xhp#par_id3154297.23.help.text
-msgid "<emph>Condensed</emph> - decreases the character spacing"
+#. 7ng5
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3153257\n"
+"61\n"
+"help.text"
+msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/delete\">Creates a new macro, or deletes the selected macro.</ahelp>"
msgstr ""
-#: 05020500.xhp#hd_id3157870.25.help.text
-msgid "by"
+#. H-#p
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3154514\n"
+"20\n"
+"help.text"
+msgid "To create a new macro, select the \"Standard\" module in the <emph>Macro from</emph> list, and then click <emph>New</emph>."
msgstr ""
-#: 05020500.xhp#par_id3146974.26.help.text
-msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_CHAR_POSITION_ED_KERNING2\">Enter the amount by which you want to expand or condense the character spacing for the selected text.</ahelp>"
+#. M%,w
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3148474\n"
+"21\n"
+"help.text"
+msgid "To delete a macro, select it, and then click <emph>Delete</emph>."
+msgstr "მაკროს წასაშლელად აირჩიე იგი სიაში დადააწკაპუნეთ <emph>წაშლა</emph>."
+
+#. _@gw
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3159342\n"
+"64\n"
+"help.text"
+msgid "New Library"
msgstr ""
-#: 05020500.xhp#hd_id3154127.27.help.text
-msgid "<link href=\"text/shared/00/00000005.xhp#kerning\" name=\"Pair kerning\">Pair kerning</link>"
+#. 3V(o
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3154897\n"
+"65\n"
+"help.text"
+msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/newlibrary\">Saves the recorded macro in a new library.</ahelp>"
msgstr ""
-#: 05020500.xhp#par_id3148616.28.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_CHAR_POSITION_CB_PAIRKERNING\">Automatically adjust the character spacing for specific letter combinations.</ahelp>"
+#. 3:sk
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3154173\n"
+"66\n"
+"help.text"
+msgid "New Module"
msgstr ""
-#: 05020500.xhp#par_id3150010.29.help.text
-msgid "Kerning is only available for certain font types and requires that your printer support this option."
+#. h3HE
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3155628\n"
+"67\n"
+"help.text"
+msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/newmodule\">Saves the recorded macro in a new module.</ahelp>"
msgstr ""
-#: 06130200.xhp#tit.help.text
-msgid "Organize Macros"
+#. 4)\d
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3153665\n"
+"22\n"
+"help.text"
+msgid "Organizer"
msgstr ""
-#: 06130200.xhp#bm_id3237403.help.text
-msgid "<bookmark_value>macros;organizing</bookmark_value><bookmark_value>organizing;macros and scripts</bookmark_value><bookmark_value>script organization</bookmark_value>"
+#. r)Z{
+#: 06130000.xhp
+#, fuzzy
+msgctxt ""
+"06130000.xhp\n"
+"par_id3147618\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/organize\">Opens the <emph>Macro Organizer</emph> dialog, where you can add, edit, or delete existing macro modules, dialogs, and libraries.</ahelp>"
+msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_ORG\">ხსნის <emph>მაროს მმართველი</emph>დიალოგურ ფანჯარას ,სადაც თქვენ შეძლებთ დაამატოთ,არედაქტიროდ ან წაშალოდ არჩეული მაროს მოდულები და ბიბლიოთეკები.</ahelp>"
+
+#. ]eJa
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3145609\n"
+"24\n"
+"help.text"
+msgid "Module/Dialog tab page"
msgstr ""
-#: 06130200.xhp#par_idN1054B.help.text
-msgid "<variable id=\"organize_macros\"><link href=\"text/shared/01/06130200.xhp\">Organize Macros</link></variable>"
+#. dP31
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3155923\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/organiz\">Lets you manage modules or dialog boxes.</ahelp>"
msgstr ""
-#: 06130200.xhp#par_idN105B7.help.text
-msgid "<ahelp hid=\".\">Opens a submenu with links to dialogs where you can organize macros and scripts.</ahelp>"
+#. hU9g
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3148944\n"
+"29\n"
+"help.text"
+msgid "Module/Dialog"
+msgstr "მოდული/დიალოგი"
+
+#. n/c:
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3145068\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BASICIDE_MODULES_TREE\">Lists the existing macros and dialogs.</ahelp>"
msgstr ""
-#: 06130200.xhp#par_idN1057F.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/06130000.xhp\">%PRODUCTNAME Basic</link>"
-msgstr "<link href=\"text/shared/01/01010201.xhp\" name=\"Labels\">იარლიყები</link>"
+#. %@`X
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3150398\n"
+"34\n"
+"help.text"
+msgid "Edit"
+msgstr "გასვლა"
-#: 06130200.xhp#par_idN105C3.help.text
-msgid "<ahelp hid=\".\">Opens a dialog where you can organize %PRODUCTNAME Basic macros.</ahelp>"
+#. h7IL
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3150543\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_EDIT\">Opens the selected macro or dialog for editing.</ahelp>"
+msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_EDIT\">ხსნის არჩეულ მაკროს ან დიალოგს რედაქტირებისთვის.</ahelp>"
+
+#. b)cC
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3151210\n"
+"36\n"
+"help.text"
+msgid "New"
msgstr ""
-#: 06130200.xhp#par_idN105AA.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/06130000.xhp#script\">JavaScript</link>"
-msgstr "<link href=\"text/shared/01/01010201.xhp\" name=\"Labels\">იარლიყები</link>"
+#. Z\aA
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3149291\n"
+"37\n"
+"help.text"
+msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_NEWMOD\">Opens the editor and creates a new module.</ahelp>"
+msgstr ""
-#: 06130200.xhp#par_idN105BA.help.text
-msgctxt "06130200.xhp#par_idN105BA.help.text"
-msgid "<ahelp hid=\".\">Opens a dialog where you can organize scripts.</ahelp>"
+#. r*T3
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3145173\n"
+"39\n"
+"help.text"
+msgid "New"
msgstr ""
-#: 06130200.xhp#par_idN10622.help.text
-msgctxt "06130200.xhp#par_idN10622.help.text"
-msgid "<embedvar href=\"text/shared/guide/scripting.xhp#scripting\"/>"
+#. :2En
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3150767\n"
+"40\n"
+"help.text"
+msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_NEWDLG\">Opens the editor and creates a new dialog.</ahelp>"
msgstr ""
-#: 06130200.xhp#par_idN10597.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/06130000.xhp#script\">BeanShell</link>"
-msgstr "<link href=\"text/shared/01/01010201.xhp\" name=\"Labels\">იარლიყები</link>"
+#. Unq*
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3151177\n"
+"42\n"
+"help.text"
+msgid "Libraries tab page"
+msgstr "ბიბლიოთეკის ჩანართი"
-#: 06130200.xhp#par_idN105A7.help.text
-msgctxt "06130200.xhp#par_idN105A7.help.text"
-msgid "<ahelp hid=\".\">Opens a dialog where you can organize scripts.</ahelp>"
+#. j_UZ
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3156281\n"
+"43\n"
+"help.text"
+msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_DELETE\">Lets you manage the macro libraries for the current application and any open documents.</ahelp>"
msgstr ""
-#: 06130200.xhp#par_idN105FB.help.text
-msgctxt "06130200.xhp#par_idN105FB.help.text"
-msgid "<embedvar href=\"text/shared/guide/scripting.xhp#scripting\"/>"
+#. QsBi
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3144760\n"
+"44\n"
+"help.text"
+msgid "Location"
+msgstr "მდებარეობა:"
+
+#. 2;T$
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3150290\n"
+"45\n"
+"help.text"
+msgid "<ahelp hid=\"BASCTL_LISTBOX_RID_TP_LIBS_RID_LB_BASICS\">Select the application or the document containing the macro libraries that you want to organize.</ahelp>"
msgstr ""
-#: 06130100.xhp#tit.help.text
-msgctxt "06130100.xhp#tit.help.text"
-msgid "Change Password"
+#. i[Kr
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3159149\n"
+"46\n"
+"help.text"
+msgid "Library"
msgstr ""
-#: 06130100.xhp#hd_id3153514.1.help.text
-msgctxt "06130100.xhp#hd_id3153514.1.help.text"
-msgid "Change Password"
+#. ^a}Z
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3147500\n"
+"47\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BASICIDE_LIBS_TREE\">Lists the existing macro libraries for the current application and any open documents.</ahelp>"
msgstr ""
-#: 06130100.xhp#par_id3154545.2.help.text
-msgid "<ahelp hid=\"HID_PASSWORD\">Protects the selected library with a password.</ahelp> You can enter a new password, or change the current password."
-msgstr "<ahelp hid=\"HID_PASSWORD\">იცავს არჩეულ ბიბლიოთეკას პაროლით.</ahelp> თქვენ შეგიძლიათ შეიყვანოთ ახალი პაროლი ან გამოცვალოთ მიმდინარე."
+#. ^^DU
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3157320\n"
+"48\n"
+"help.text"
+msgid "Edit"
+msgstr "გასვლა"
-#: 06130100.xhp#hd_id3145759.3.help.text
-msgid "Old password"
-msgstr "ძველი პაროლი"
+#. wK9z
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3150868\n"
+"49\n"
+"help.text"
+msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_EDIT\">Opens the $[officename] Basic editor so that you can modify the selected library.</ahelp>"
+msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_EDIT\">ხსნის ძირითად $[officename] რედაქტორს იმისთვის რომ შეძლოთ შეცვალოთ არჩეული ბიბლიოთეკა.</ahelp>"
-#: 06130100.xhp#hd_id3150603.4.help.text
-msgctxt "06130100.xhp#hd_id3150603.4.help.text"
+#. ?cSY
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3153104\n"
+"50\n"
+"help.text"
msgid "Password"
msgstr ""
-#: 06130100.xhp#par_id3144415.5.help.text
-#, fuzzy
-msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_OLD_PASSWD\">Enter the current password for the selected library.</ahelp>"
-msgstr "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_NEW_PASSWD\">შეიყვანეთ არჩეული ბიბლიოთეკის ახალი პაროლი.</ahelp>"
-
-#: 06130100.xhp#hd_id3145160.6.help.text
-msgid "New password"
-msgstr "ახალი პაროლი"
-
-#: 06130100.xhp#hd_id3149525.7.help.text
-msgctxt "06130100.xhp#hd_id3149525.7.help.text"
-msgid "Password"
+#. KZ`9
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3154299\n"
+"51\n"
+"help.text"
+msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_PASSWORD\">Assigns or edits the <link href=\"text/shared/01/06130100.xhp\" name=\"password\">password</link> for the selected library.</ahelp>"
msgstr ""
-#: 06130100.xhp#par_id3159194.8.help.text
-msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_NEW_PASSWD\">Enter a new password for the selected library.</ahelp>"
-msgstr "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_NEW_PASSWD\">შეიყვანეთ არჩეული ბიბლიოთეკის ახალი პაროლი.</ahelp>"
+#. ga4M
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3147502\n"
+"52\n"
+"help.text"
+msgid "New"
+msgstr ""
-#: 06130100.xhp#hd_id3166445.9.help.text
-msgctxt "06130100.xhp#hd_id3166445.9.help.text"
-msgid "Confirm"
+#. (S$=
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3149560\n"
+"53\n"
+"help.text"
+msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_NEWLIB\">Creates a new library.</ahelp>"
msgstr ""
-#: 06130100.xhp#par_id3153114.10.help.text
-#, fuzzy
-msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_REPEAT_PASSWD\">Reenter the new password for the selected library.</ahelp>"
-msgstr "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_NEW_PASSWD\">შეიყვანეთ არჩეული ბიბლიოთეკის ახალი პაროლი.</ahelp>"
+#. pNXC
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3153770\n"
+"56\n"
+"help.text"
+msgid "Name"
+msgstr "სახელები"
-#: 03110000.xhp#tit.help.text
-msgid "Full Screen"
+#. +:{(
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3153726\n"
+"57\n"
+"help.text"
+msgid "<ahelp hid=\"BASCTL_EDIT_RID_DLG_NEWLIB_RID_ED_LIBNAME\">Enter a name for the new library or module.</ahelp>"
msgstr ""
-#: 03110000.xhp#bm_id3160463.help.text
-msgid "<bookmark_value>full screen view</bookmark_value><bookmark_value>screen; full screen views</bookmark_value><bookmark_value>complete screen view</bookmark_value><bookmark_value>views;full screen</bookmark_value>"
+#. eyfM
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3154693\n"
+"54\n"
+"help.text"
+msgid "Import"
msgstr ""
-#: 03110000.xhp#hd_id3160463.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/03110000.xhp\" name=\"Full Screen\">Full Screen</link>"
-msgstr "<link href=\"text/shared/01/02040000.xhp\" name=\"Cut\">ამოჭრა</link>"
+#. T;Ak
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3147441\n"
+"55\n"
+"help.text"
+msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_APPEND\">Locate that $[officename] Basic library that you want to add to the current list, and then click Open.</ahelp>"
+msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_APPEND\">მიუთითეთ იმ ძირითადი $[officename] ბიბილიოტეკის ადგილმდებარეობა რომელიც გინდათ დაამატოტ მიმდინარე სიაში და დააწკაპუნეთ გახსნა.</ahelp>"
-#: 03110000.xhp#par_id3148983.2.help.text
-msgid "<ahelp hid=\".uno:FullScreen\">Shows or hides the menus and toolbars in Writer or Calc. To exit the full screen mode, click the <emph>Full Screen On/Off</emph> button.</ahelp>"
+#. 6ybj
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN10A39\n"
+"help.text"
+msgid "<variable id=\"script\">Scripts </variable>"
msgstr ""
-#: 03110000.xhp#par_id3152594.29.help.text
-msgid "<ahelp hid=\"HID_FULLSCREENTOOLBOX\">In Writer and Calc, you can also use the shortcut keys <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+J to switch between the normal and full screen mode.</ahelp>"
+#. \(GI
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN109BB\n"
+"help.text"
+msgid "To open the BeanShell Macros dialog box, choose Tools - Macros - Organize Macros - BeanShell. To open the JavaScript dialog box, choose Tools - Macros - Organize Macros - JavaScript."
msgstr ""
-#: 03110000.xhp#par_id3154318.28.help.text
-msgid "You can still use shortcut keys in <emph>Full Screen</emph> mode, even though the menus are unavailable. <switchinline select=\"sys\"><caseinline select=\"WIN\">To open the <emph>View</emph> menu, press Alt+V. </caseinline></switchinline>"
+#. GbSm
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id6963408\n"
+"help.text"
+msgid "Export"
msgstr ""
-#: 06050300.xhp#tit.help.text
-msgctxt "06050300.xhp#tit.help.text"
-msgid "Outline"
+#. a(bd
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id8968169\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a dialog to export the selected library either as an extension or as a Basic library.</ahelp>"
msgstr ""
-#: 06050300.xhp#hd_id3147543.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/06050300.xhp\" name=\"Outline\">Outline</link>"
-msgstr "<link href=\"text/shared/01/01050000.xhp\" name=\"Close\">დახურვა</link>"
-
-#: 06050300.xhp#par_id3146936.2.help.text
-msgid "<ahelp hid=\".\">Displays the different styles that you can apply to a hierarchical list. $[officename] supports up to nine outline levels in a list hierarchy.</ahelp>"
+#. :%m5
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN109BE\n"
+"help.text"
+msgid "Macros"
msgstr ""
-#: 06050300.xhp#hd_id3147000.3.help.text
-msgctxt "06050300.xhp#hd_id3147000.3.help.text"
-msgid "Selection"
+#. -V/H
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN109C2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select a macro or script from \"user\", \"share\", or an open document. To view the available macros or scripts, double-click an entry.</ahelp>"
msgstr ""
-#: 06050300.xhp#par_id3155934.4.help.text
-msgid "<ahelp hid=\"HID_VALUESET_NUM\">Click the outline style that you want to use.</ahelp>"
+#. a/W+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN109CD\n"
+"help.text"
+msgid "Run"
msgstr ""
-#: 06050300.xhp#par_id3144436.help.text
-msgctxt "06050300.xhp#par_id3144436.help.text"
-msgid "<link href=\"text/shared/01/06050600.xhp\" name=\"Position tab (Numbering/Bullets dialog)\">Position tab (Bullets and Numbering dialog)</link>"
+#. #VCY
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN109D1\n"
+"help.text"
+msgid "<ahelp hid=\"1241731587\">To run a script, select a script in the list, and then click Run.</ahelp>"
msgstr ""
-#: 06050300.xhp#par_id3153935.help.text
-msgctxt "06050300.xhp#par_id3153935.help.text"
-msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options tab (Numbering/Bullets dialog)\">Options tab (Bullets and Numbering dialog)</link>"
+#. C-MS
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN109E8\n"
+"help.text"
+msgid "Create"
+msgstr "შექმნილი:"
+
+#. /jLy
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN109EC\n"
+"help.text"
+msgid "<ahelp hid=\"1241731589\">Creates a new script.</ahelp> The default script editor opens after you enter a name for the script."
msgstr ""
-#: xformsdatatab.xhp#tit.help.text
-msgid "Data (for XML Form Documents)"
+#. J,\Y
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN10A04\n"
+"help.text"
+msgid "<ahelp hid=\"svx:Edit:DLG_NEWLIB:ED_LIBNAME\">Enter a name for the script.</ahelp>"
msgstr ""
-#: xformsdatatab.xhp#hd_id5766472.help.text
-msgid "<link href=\"text/shared/01/xformsdatatab.xhp\">Data (for XML Form Documents)</link>"
+#. yrn(
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN10A2F\n"
+"help.text"
+msgid "Edit"
+msgstr "გასვლა"
+
+#. .xO:
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN10A33\n"
+"help.text"
+msgid "<ahelp hid=\"1241731590\">Opens the default script editor for your operating system.</ahelp>"
msgstr ""
-#: xformsdatatab.xhp#par_id1161534.help.text
-msgid "The Data tab page of the Properties dialog for an XML Form document offers some XML forms settings."
+#. g!nE
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN10A4B\n"
+"help.text"
+msgid "Rename"
msgstr ""
-#: xformsdatatab.xhp#par_id3994567.help.text
-msgid "The possible settings of the <emph>Data</emph> tab page of a control depend on the respective control. You will only see the options that are available for the current control and context. The following fields are available:"
+#. u1Xl
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN10A4F\n"
+"help.text"
+msgid "<ahelp hid=\"1241731591\">Opens a dialog where you can change the name of the selected script.</ahelp>"
msgstr ""
-#: xformsdatatab.xhp#hd_id9461653.help.text
-msgid "XML data model"
+#. )glF
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN10A66\n"
+"help.text"
+msgid "Delete"
msgstr ""
-#: xformsdatatab.xhp#par_id9239173.help.text
-msgid "<ahelp hid=\".\">Select a model from the list of all models in the current document.</ahelp>"
+#. Y)oe
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN10A6A\n"
+"help.text"
+msgid "<ahelp hid=\"1241731592\">Prompts you to delete the selected script.</ahelp>"
msgstr ""
-#: xformsdatatab.xhp#hd_id2656941.help.text
-msgid "Binding"
+#. /or2
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN10AE5\n"
+"help.text"
+msgid "The Macro Selector dialog contains two list boxes, namely the Library list box and the Macro name list box."
msgstr ""
-#: xformsdatatab.xhp#par_id1481063.help.text
-msgid "<ahelp hid=\".\">Select or enter the name of a binding. Selecting the name of an existing binding associates the binding with the form control. Entering a new name creates a new binding and associates it with the form control.</ahelp>"
+#. sG;k
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN10AFC\n"
+"help.text"
+msgid "Library"
msgstr ""
-#: xformsdatatab.xhp#hd_id7921079.help.text
-msgid "Binding expression"
+#. EIg4
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN10B00\n"
+"help.text"
+msgid "Select a macro or script from \"user\", \"share\", or an open document. To view the contents of a library, double-click an entry in the list."
msgstr ""
-#: xformsdatatab.xhp#par_id636921.help.text
-msgid "<ahelp hid=\".\">Enter the DOM node to bind the control model to. Click the ... button for a dialog to enter the XPath expression.</ahelp>"
+#. )TC`
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN10B17\n"
+"help.text"
+msgid "Macro name"
msgstr ""
-#: xformsdatatab.xhp#hd_id2799157.help.text
-msgctxt "xformsdatatab.xhp#hd_id2799157.help.text"
-msgid "Required"
+#. jIm~
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN10B1B\n"
+"help.text"
+msgid "Click a script, and then click a command button."
msgstr ""
-#: xformsdatatab.xhp#par_id3004547.help.text
-msgctxt "xformsdatatab.xhp#par_id3004547.help.text"
-msgid "<ahelp hid=\".\">Specifies if the item must be included on the XForm.</ahelp>"
+#. +/10
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3153138\n"
+"help.text"
+msgid "<link href=\"text/shared/main0600.xhp\" name=\"Macro programming in $[officename]\">Macro programming in $[officename]</link>"
msgstr ""
-#: xformsdatatab.xhp#hd_id6401867.help.text
-msgctxt "xformsdatatab.xhp#hd_id6401867.help.text"
-msgid "Relevant"
+#. ?5{3
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Thesaurus"
msgstr ""
-#: xformsdatatab.xhp#par_id18616.help.text
-msgctxt "xformsdatatab.xhp#par_id18616.help.text"
-msgid "<ahelp hid=\".\">Declares the item as relevant.</ahelp>"
+#. SjMG
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"hd_id3146946\n"
+"1\n"
+"help.text"
+msgid "Thesaurus"
msgstr ""
-#: xformsdatatab.xhp#hd_id6138492.help.text
-msgctxt "xformsdatatab.xhp#hd_id6138492.help.text"
-msgid "Read-only"
+#. RrDK
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3147366\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"thesaurustxt\"><ahelp hid=\".uno:Thesaurus\">Opens a dialog box to replace the current word with a synonym, or a related term.</ahelp></variable>"
msgstr ""
-#: xformsdatatab.xhp#par_id4569231.help.text
-msgctxt "xformsdatatab.xhp#par_id4569231.help.text"
-msgid "<ahelp hid=\".\">Declares the item as read-only.</ahelp>"
+#. hTL:
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3154184\n"
+"19\n"
+"help.text"
+msgid "Thesaurus support is not available for all languages."
msgstr ""
-#: xformsdatatab.xhp#hd_id291451.help.text
-msgctxt "xformsdatatab.xhp#hd_id291451.help.text"
-msgid "Constraint"
+#. Pn2*
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"hd_id3147571\n"
+"5\n"
+"help.text"
+msgid "Current word"
msgstr ""
-#: xformsdatatab.xhp#par_id3341776.help.text
-msgctxt "xformsdatatab.xhp#par_id3341776.help.text"
-msgid "<ahelp hid=\".\">Declares the item as a constraint.</ahelp>"
+#. D:$q
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3159233\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\".\">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.</ahelp>"
msgstr ""
-#: xformsdatatab.xhp#hd_id5947141.help.text
-msgid "Calculation"
-msgstr "გამოთვლა"
+#. 2AD?
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"hd_id3647571\n"
+"5\n"
+"help.text"
+msgid "Arrow left"
+msgstr "ისარი მარცხნივ"
-#: xformsdatatab.xhp#par_id1911679.help.text
-msgctxt "xformsdatatab.xhp#par_id1911679.help.text"
-msgid "<ahelp hid=\".\">Declares that the item is calculated.</ahelp>"
+#. OTyX
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id369233\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\".\">Recalls the previous contents of the \"Current word\" text box.</ahelp>"
msgstr ""
-#: xformsdatatab.xhp#hd_id9364909.help.text
-msgctxt "xformsdatatab.xhp#hd_id9364909.help.text"
-msgid "Data type"
+#. i:C-
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"hd_id3154983\n"
+"7\n"
+"help.text"
+msgid "Alternatives"
msgstr ""
-#: xformsdatatab.xhp#par_id4473403.help.text
-msgid "<ahelp hid=\".\">Select a data type which the control should be validated against.</ahelp>"
+#. iPKN
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3149182\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\".\">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.</ahelp>"
msgstr ""
-#: xformsdatatab.xhp#hd_id2480849.help.text
-msgid "x"
-msgstr "x"
+#. @7=0
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"hd_id3155892\n"
+"9\n"
+"help.text"
+msgid "Replace with"
+msgstr "ჩაანაცვლე"
-#: xformsdatatab.xhp#par_id4181951.help.text
-msgid "<ahelp hid=\".\">Select a user-defined data type and click the button to delete the user-defined data type.</ahelp>"
+#. eO3z
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3150693\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\".\">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.</ahelp>"
msgstr ""
-#: xformsdatatab.xhp#hd_id2927335.help.text
-msgctxt "xformsdatatab.xhp#hd_id2927335.help.text"
-msgid "+"
+#. *D{`
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"hd_id3146775\n"
+"15\n"
+"help.text"
+msgid "Language"
msgstr ""
-#: xformsdatatab.xhp#par_id2107303.help.text
-msgid "<ahelp hid=\".\">Click the button to open a dialog where you can enter the name of a new user-defined data type. The new data type inherits all facets from the currently selected data type.</ahelp>"
+#. }{k[
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3159157\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select a language for the thesaurus.</ahelp> You can install languages with a thesaurus library from the <link href=\"http://extensions.libreoffice.org/\">Extensions</link> web page."
msgstr ""
-#: xformsdatatab.xhp#par_id4071779.help.text
-msgid "The following lists all facets that are valid for data types. Some facets are only available for some data types."
+#. SDg:
+#: 02230100.xhp
+msgctxt ""
+"02230100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Record"
msgstr ""
-#: xformsdatatab.xhp#hd_id4313791.help.text
-msgid "Whitespaces"
-msgstr ""
+#. YU)%
+#: 02230100.xhp
+#, fuzzy
+msgctxt ""
+"02230100.xhp\n"
+"hd_id3150758\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02230100.xhp\" name=\"Record\">Record</link>"
+msgstr "<link href=\"text/shared/01/02020000.xhp\" name=\"Redo\">გამეორება</link>"
-#: xformsdatatab.xhp#par_id4331797.help.text
-msgid "<ahelp hid=\".\">Specifies how whitespaces are to be handled when a string of the current data type is being processed. Possible values are Preserve, Replace, and Collapse. The semantics follow the definition at http://www.w3.org/TR/xmlschema-2/#rf-whiteSpace.</ahelp>"
+#. hxri
+#: 02230100.xhp
+msgctxt ""
+"02230100.xhp\n"
+"par_id3155599\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:TraceChangeMode\">Tracks each change that is made in the current document by author and date. </ahelp>"
msgstr ""
-#: xformsdatatab.xhp#hd_id4191717.help.text
-msgid "Pattern"
-msgstr "თარგი"
-
-#: xformsdatatab.xhp#par_id2318796.help.text
-msgid "<ahelp hid=\".\">Specifies a regular expression pattern. Strings validated against the data type must conform to this pattern to be valid. The XSD data type syntax for regular expressions is different from the regular expression syntax used elseswhere in %PRODUCTNAME, for example in the Find & Replace dialog.</ahelp>"
+#. Si!e
+#: 02230100.xhp
+msgctxt ""
+"02230100.xhp\n"
+"par_id3155934\n"
+"26\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you choose <emph>Record - Show</emph>, the lines containing changed text passages are indicated by a vertical line in the left page margin. You can set the properties of the vertical line and the other markup elements by choosing <emph><link href=\"text/shared/optionen/01040700.xhp\" name=\"Writer - Changes\">%PRODUCTNAME Writer - Changes</link></emph> in the Options dialog box.</caseinline></switchinline>"
msgstr ""
-#: xformsdatatab.xhp#hd_id399182.help.text
-msgid "Digits (total)"
+#. {C}$
+#: 02230100.xhp
+msgctxt ""
+"02230100.xhp\n"
+"par_id3147261\n"
+"27\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">You can set the properties of the markup elements by choosing <link href=\"text/shared/optionen/01060600.xhp\" name=\"Calc - Changes\"><emph>%PRODUCTNAME Calc - Changes</emph></link> in the Options dialog box.</caseinline></switchinline>"
msgstr ""
-#: xformsdatatab.xhp#par_id5298318.help.text
-msgid "<ahelp hid=\".\">Specifies the maximum total number of digits that values of the decimal data type can have.</ahelp>"
+#. Dso|
+#: 02230100.xhp
+msgctxt ""
+"02230100.xhp\n"
+"par_id3145669\n"
+"7\n"
+"help.text"
+msgid "The following changes are tracked when the record changes command is active:"
msgstr ""
-#: xformsdatatab.xhp#hd_id7588732.help.text
-msgid "Digits (fraction)"
+#. G1sp
+#: 02230100.xhp
+msgctxt ""
+"02230100.xhp\n"
+"par_id3149388\n"
+"8\n"
+"help.text"
+msgid "Paste and delete text"
msgstr ""
-#: xformsdatatab.xhp#par_id95828.help.text
-msgid "<ahelp hid=\".\">Specifies the maximum total number of fractional digits that values of the decimal data type can have.</ahelp>"
+#. (@GK
+#: 02230100.xhp
+msgctxt ""
+"02230100.xhp\n"
+"par_id3150693\n"
+"9\n"
+"help.text"
+msgid "Move paragraphs"
msgstr ""
-#: xformsdatatab.xhp#hd_id3496200.help.text
-msgid "Max. (inclusive)"
+#. t5ZV
+#: 02230100.xhp
+msgctxt ""
+"02230100.xhp\n"
+"par_id3147088\n"
+"10\n"
+"help.text"
+msgid "Sort text"
msgstr ""
-#: xformsdatatab.xhp#par_id7599108.help.text
-msgid "<ahelp hid=\".\">Specifies an inclusive upper bound for values.</ahelp>"
+#. qT(e
+#: 02230100.xhp
+msgctxt ""
+"02230100.xhp\n"
+"par_id3148620\n"
+"11\n"
+"help.text"
+msgid "Find and replace text"
msgstr ""
-#: xformsdatatab.xhp#hd_id888698.help.text
-msgid "Max. (exclusive)"
+#. Lll4
+#: 02230100.xhp
+msgctxt ""
+"02230100.xhp\n"
+"par_id3145382\n"
+"12\n"
+"help.text"
+msgid "Insert attributes that are one character wide, for example, fields and footnotes."
msgstr ""
-#: xformsdatatab.xhp#par_id3394573.help.text
-msgid "<ahelp hid=\".\">Specifies an exclusive upper bound for values.</ahelp>"
+#. EQI*
+#: 02230100.xhp
+msgctxt ""
+"02230100.xhp\n"
+"par_id3146797\n"
+"13\n"
+"help.text"
+msgid "Insert sheets, ranges"
msgstr ""
-#: xformsdatatab.xhp#hd_id7594225.help.text
-msgid "Min. (inclusive)"
+#. ,k=X
+#: 02230100.xhp
+msgctxt ""
+"02230100.xhp\n"
+"par_id3154749\n"
+"14\n"
+"help.text"
+msgid "Insert document"
msgstr ""
-#: xformsdatatab.xhp#par_id8147221.help.text
-msgid "<ahelp hid=\".\">Specifies an inclusive lower bound for values.</ahelp>"
+#. rb[*
+#: 02230100.xhp
+msgctxt ""
+"02230100.xhp\n"
+"par_id3153252\n"
+"15\n"
+"help.text"
+msgid "Insert AutoText"
msgstr ""
-#: xformsdatatab.xhp#hd_id5081637.help.text
-msgid "Min. (exclusive)"
+#. KR-%
+#: 02230100.xhp
+msgctxt ""
+"02230100.xhp\n"
+"par_id3155449\n"
+"16\n"
+"help.text"
+msgid "Insert from clipboard"
msgstr ""
-#: xformsdatatab.xhp#par_id9759514.help.text
-msgid "<ahelp hid=\".\">Specifies an exclusive lower bound for values.</ahelp>"
+#. ?E;R
+#: 02230100.xhp
+msgctxt ""
+"02230100.xhp\n"
+"par_id3153821\n"
+"20\n"
+"help.text"
+msgid "Change cell contents by insertions and deletions"
msgstr ""
-#: xformsdatatab.xhp#hd_id1614429.help.text
-msgctxt "xformsdatatab.xhp#hd_id1614429.help.text"
-msgid "Length"
+#. (MVA
+#: 02230100.xhp
+msgctxt ""
+"02230100.xhp\n"
+"par_id3150771\n"
+"21\n"
+"help.text"
+msgid "Insert or delete columns and rows"
msgstr ""
-#: xformsdatatab.xhp#par_id1589098.help.text
-msgid "<ahelp hid=\".\">Specifies the number of characters for a string.</ahelp>"
+#. jtds
+#: 02230100.xhp
+msgctxt ""
+"02230100.xhp\n"
+"par_id3150085\n"
+"22\n"
+"help.text"
+msgid "Insert sheets"
msgstr ""
-#: xformsdatatab.xhp#hd_id1278420.help.text
-msgid "Length (at least)"
+#. yA.[
+#: 02230100.xhp
+msgctxt ""
+"02230100.xhp\n"
+"par_id3154381\n"
+"23\n"
+"help.text"
+msgid "Cut, copy and paste through the clipboard"
msgstr ""
-#: xformsdatatab.xhp#par_id8746910.help.text
-msgid "<ahelp hid=\".\">Specifies the minimum number of characters for a string.</ahelp>"
+#. k$:s
+#: 02230100.xhp
+msgctxt ""
+"02230100.xhp\n"
+"par_id3145119\n"
+"24\n"
+"help.text"
+msgid "Move by dragging and dropping"
msgstr ""
-#: xformsdatatab.xhp#hd_id9636524.help.text
-msgid "Length (at most)"
+#. Up}g
+#: 02230100.xhp
+msgctxt ""
+"02230100.xhp\n"
+"par_id3154347\n"
+"19\n"
+"help.text"
+msgid "When the record changes command is active, you cannot delete, move, merge, split, or copy cells or delete sheets."
msgstr ""
-#: xformsdatatab.xhp#par_id5675527.help.text
-msgid "<ahelp hid=\".\">Specifies the maximum number of characters for a string.</ahelp>"
-msgstr ""
+#. Z^Y]
+#: 02190000.xhp
+msgctxt ""
+"02190000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Plug-in"
+msgstr "დანამატი"
-#: 05260100.xhp#tit.help.text
-msgid "To Page"
+#. .D?M
+#: 02190000.xhp
+msgctxt ""
+"02190000.xhp\n"
+"bm_id3146946\n"
+"help.text"
+msgid "<bookmark_value>plug-ins; activating and deactivating</bookmark_value><bookmark_value>activating;plug-ins</bookmark_value><bookmark_value>deactivating; plug-ins</bookmark_value>"
msgstr ""
-#: 05260100.xhp#hd_id3150278.1.help.text
+#. cdEA
+#: 02190000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">To Page</link>"
-msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
+msgctxt ""
+"02190000.xhp\n"
+"hd_id3146946\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02190000.xhp\" name=\"Plug-in\">Plug-in</link>"
+msgstr "<link href=\"text/shared/01/02040000.xhp\" name=\"Cut\">ამოჭრა</link>"
-#: 05260100.xhp#par_id3150756.2.help.text
-msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected item to the current page.</ahelp>"
+#. #dKD
+#: 02190000.xhp
+msgctxt ""
+"02190000.xhp\n"
+"par_id3154863\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:PlugInsActive\">Allows you to edit <link href=\"text/shared/00/00000002.xhp#plugin\" name=\"plug-ins\">plug-ins</link> in your file. Choose this command to enable or disable this feature. When enabled, a check mark appears beside this command, and you find commands to edit the plug-in in its context menu. When disabled, you find commands to control the plug-in in its context menu.</ahelp>"
msgstr ""
-#: 05260100.xhp#par_id3149987.4.help.text
-msgid "The anchored item remains on the current page even if you insert or delete text."
+#. NZ3s
+#: 01020101.xhp
+msgctxt ""
+"01020101.xhp\n"
+"tit\n"
+"help.text"
+msgid "Select Path"
msgstr ""
-#: 05260100.xhp#par_id3152821.3.help.text
-msgid "The anchor icon is displayed at the top left corner of the page."
+#. {Oe8
+#: 01020101.xhp
+msgctxt ""
+"01020101.xhp\n"
+"hd_id3150620\n"
+"1\n"
+"help.text"
+msgid "Select Path"
msgstr ""
-#: 02210101.xhp#tit.help.text
-msgid "Floating Frame Properties"
-msgstr ""
+#. ?cTy
+#: 01020101.xhp
+msgctxt ""
+"01020101.xhp\n"
+"par_id3149962\n"
+"2\n"
+"help.text"
+msgid "Sets file paths."
+msgstr "ფაილების მდებარეობის დაყენება"
-#: 02210101.xhp#hd_id3150347.1.help.text
-msgid "<link href=\"text/shared/01/02210101.xhp\" name=\"Floating Frame Properties\">Floating Frame Properties</link>"
+#. Hi\h
+#: 01020101.xhp
+msgctxt ""
+"01020101.xhp\n"
+"hd_id3152821\n"
+"4\n"
+"help.text"
+msgid "Select"
msgstr ""
-#: 02210101.xhp#par_id3149031.2.help.text
-msgid "<ahelp hid=\"SFX2:TABPAGE:TP_FRAMEPROPERTIES\">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.</ahelp>"
+#. qW!@
+#: 01020101.xhp
+msgctxt ""
+"01020101.xhp\n"
+"par_id3150902\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FILEDLG_PATH_BTN\" visibility=\"visible\">Selects the indicated path.</ahelp>"
msgstr ""
-#: 02210101.xhp#hd_id3155364.3.help.text
-msgctxt "02210101.xhp#hd_id3155364.3.help.text"
-msgid "Name"
-msgstr "სახელები"
+#. ,wF*
+#: 01020101.xhp
+msgctxt ""
+"01020101.xhp\n"
+"hd_id3148585\n"
+"6\n"
+"help.text"
+msgid "Path:"
+msgstr "მდებარეობა:"
-#: 02210101.xhp#par_id3149511.4.help.text
-msgid "<ahelp hid=\"SFX2:EDIT:TP_FRAMEPROPERTIES:ED_FRAMENAME\">Enter a name for the floating frame. The name cannot contain spaces, special characters, or begin with an underscore ( _ ).</ahelp>"
-msgstr ""
+#. V~up
+#: 01020101.xhp
+msgctxt ""
+"01020101.xhp\n"
+"par_id3149346\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FILEDLG_PATH_FILENAME\" visibility=\"visible\">Enter or select the path from the list.</ahelp>"
+msgstr "<ahelp hid=\"HID_FILEDLG_PATH_FILENAME\" visibility=\"visible\">შეიტანეთ ან მონიშნეთ სიაში მოცემული მდებარეობა.</ahelp>"
-#: 02210101.xhp#hd_id3150789.5.help.text
-msgid "Contents"
-msgstr "შინაარსი"
+#. DrCs
+#: 01020101.xhp
+msgctxt ""
+"01020101.xhp\n"
+"par_id3149750\n"
+"help.text"
+msgid "<link name=\"Open Dialog\" href=\"text/shared/01/01020000.xhp\"><emph>Open</emph> Dialog</link>"
+msgstr "<link name=\"Open Dialog\" href=\"text/shared/01/01020000.xhp\"><emph>გახსნა</emph> დიალოგი</link>"
-#: 02210101.xhp#par_id3156414.6.help.text
-msgid "<ahelp hid=\"SFX2:EDIT:TP_FRAMEPROPERTIES:ED_URL\">Enter the path and the name of the file that you want to display in the floating frame. You can also click the <emph>...</emph> button and locate the file that you want to display.</ahelp> For example, you can enter:"
+#. $\?I
+#: 01060000.xhp
+msgctxt ""
+"01060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Save"
msgstr ""
-#: 02210101.xhp#par_id3147399.7.help.text
-msgid "http://www.example.com"
-msgstr ""
+#. Oe#6
+#: 01060000.xhp
+msgctxt ""
+"01060000.xhp\n"
+"hd_id3147000\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">Save</link>"
+msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-#: 02210101.xhp#par_id3153683.8.help.text
-msgid "file:///c|/Readme.txt "
-msgstr ""
+#. _#fN
+#: 01060000.xhp
+msgctxt ""
+"01060000.xhp\n"
+"par_id3153255\n"
+"1\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Save\">Saves the current document.</ahelp>"
+msgstr "<ahelp hid=\".uno:Save\">დაიმახსოვრე მიმდინარე დოკუმენტი.</ahelp>"
-#: 02210101.xhp#hd_id3147088.10.help.text
-msgctxt "02210101.xhp#hd_id3147088.10.help.text"
-msgid "..."
-msgstr ""
+#. zcF0
+#: 01060000.xhp
+msgctxt ""
+"01060000.xhp\n"
+"par_id3152551\n"
+"4\n"
+"help.text"
+msgid "When you edit an AutoText entry, this command changes to <emph>Save AutoText</emph>."
+msgstr "ავტოტექსტის ჩანაწერის რედაქტირებისას ბრძანება ჩაინაცვლება<emph>დაიმახსოვრე ავტოტექსტით</emph>."
-#: 02210101.xhp#par_id3155355.11.help.text
-msgid "<ahelp hid=\"SFX2:PUSHBUTTON:TP_FRAMEPROPERTIES:BT_FILEOPEN\">Locate the file that you want to display in the selected floating frame, and then click <emph>Open</emph>.</ahelp>"
+#. l4Q6
+#: 04150500.xhp
+msgctxt ""
+"04150500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert video"
msgstr ""
-#: 02210101.xhp#hd_id3146957.12.help.text
-msgid "Scrollbar"
+#. Ee3V
+#: 04150500.xhp
+msgctxt ""
+"04150500.xhp\n"
+"hd_id3150999\n"
+"1\n"
+"help.text"
+msgid "Insert video"
msgstr ""
-#: 02210101.xhp#par_id3156346.13.help.text
-msgid "Add or remove a scrollbar from the selected floating frame."
+#. *kDY
+#: 04150500.xhp
+msgctxt ""
+"04150500.xhp\n"
+"par_id3152895\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"video\"><ahelp hid=\".uno:InsertVideo\">Inserts a video file into the current document.</ahelp></variable>"
msgstr ""
-#: 02210101.xhp#hd_id3163802.14.help.text
-msgctxt "02210101.xhp#hd_id3163802.14.help.text"
-msgid "On"
+#. hudr
+#: webhtml.xhp
+msgctxt ""
+"webhtml.xhp\n"
+"tit\n"
+"help.text"
+msgid "Preview in Web Browser"
msgstr ""
-#: 02210101.xhp#par_id3150355.15.help.text
-msgid "<ahelp hid=\"SFX2:RADIOBUTTON:TP_FRAMEPROPERTIES:RB_SCROLLINGON\">Displays the scrollbar for the floating frame.</ahelp>"
+#. mnZ7
+#: webhtml.xhp
+msgctxt ""
+"webhtml.xhp\n"
+"hd_id3901181\n"
+"help.text"
+msgid "<link href=\"text/shared/01/webhtml.xhp\">Preview in Web Browser</link>"
msgstr ""
-#: 02210101.xhp#hd_id3155628.16.help.text
-msgctxt "02210101.xhp#hd_id3155628.16.help.text"
-msgid "Off"
+#. w$[?
+#: webhtml.xhp
+msgctxt ""
+"webhtml.xhp\n"
+"par_id8309274\n"
+"help.text"
+msgid "<ahelp hid=\".\">Creates a temporary copy of the current document in HTML format, opens the system default Web browser, and displays the HTML file in the Web browser.</ahelp>"
msgstr ""
-#: 02210101.xhp#par_id3150669.17.help.text
-msgid "<ahelp hid=\"SFX2:RADIOBUTTON:TP_FRAMEPROPERTIES:RB_SCROLLINGOFF\">Hides the scrollbar for the floating frame.</ahelp>"
+#. )_sf
+#: webhtml.xhp
+msgctxt ""
+"webhtml.xhp\n"
+"par_id9186681\n"
+"help.text"
+msgid "The HTML formatted copy is written to the temporary files folder that you can select in <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Paths</item>. When you quit %PRODUCTNAME, the HTML file will be deleted."
msgstr ""
-#: 02210101.xhp#hd_id3150503.18.help.text
-msgctxt "02210101.xhp#hd_id3150503.18.help.text"
-msgid "Automatic"
+#. VTIk
+#: webhtml.xhp
+msgctxt ""
+"webhtml.xhp\n"
+"par_id5871150\n"
+"help.text"
+msgid "You can set the HTML export filter options by choosing <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - HTML Compatibility</item>."
msgstr ""
-#: 02210101.xhp#par_id3152909.19.help.text
-msgid "<ahelp hid=\"SFX2:RADIOBUTTON:TP_FRAMEPROPERTIES:RB_SCROLLINGAUTO\">Mark this option if the currently active floating frame can have a scrollbar when needed.</ahelp>"
+#. U_m*
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Attributes"
msgstr ""
-#: 02210101.xhp#hd_id3156156.20.help.text
-#, fuzzy
-msgctxt "02210101.xhp#hd_id3156156.20.help.text"
-msgid "Border"
-msgstr "ჩარჩოები"
-
-#: 02210101.xhp#par_id3150943.21.help.text
-msgid "Displays or hides the border of the floating frame."
+#. s[q;
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3154422\n"
+"1\n"
+"help.text"
+msgid "Attributes"
msgstr ""
-#: 02210101.xhp#hd_id3146774.22.help.text
-msgctxt "02210101.xhp#hd_id3146774.22.help.text"
-msgid "On"
+#. F.B)
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3153331\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"attributetext\"><ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_SEARCH:BTN_ATTRIBUTE\">Choose the text attributes that you want to search for. For example, if you search for the <emph>Font</emph> 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. </ahelp></variable>"
msgstr ""
-#: 02210101.xhp#par_id3159147.23.help.text
-msgid "<ahelp hid=\"SFX2:RADIOBUTTON:TP_FRAMEPROPERTIES:RB_FRMBORDER_ON\">Displays the border of the floating frame.</ahelp>"
+#. (-uI
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3150944\n"
+"6\n"
+"help.text"
+msgid "Options"
msgstr ""
-#: 02210101.xhp#hd_id3153146.24.help.text
-msgctxt "02210101.xhp#hd_id3153146.24.help.text"
-msgid "Off"
+#. =#,3
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3151384\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCHATTR_CTL_ATTR\">Select the attributes that you want to search for.</ahelp>"
msgstr ""
-#: 02210101.xhp#par_id3156329.25.help.text
-msgid "<ahelp hid=\"SFX2:RADIOBUTTON:TP_FRAMEPROPERTIES:RB_FRMBORDER_OFF\">Hides the border of the floating frame.</ahelp>"
+#. G54+
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3149245\n"
+"56\n"
+"help.text"
+msgid "Keep with Next Paragraph"
msgstr ""
-#: 02210101.xhp#hd_id3148563.28.help.text
-msgctxt "02210101.xhp#hd_id3148563.28.help.text"
-msgid "Spacing to contents"
+#. .lnn
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3154760\n"
+"57\n"
+"help.text"
+msgid "Finds the <emph>Keep With Next Paragraph</emph> attribute."
msgstr ""
-#: 02210101.xhp#par_id3148943.29.help.text
-msgid "Define the amount of space that is left between the border of the floating frame and the contents of the floating frame provided that both documents inside and outside the floating frame are HTML documents."
+#. %=T/
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3145068\n"
+"40\n"
+"help.text"
+msgid "Split Paragraph"
msgstr ""
-#: 02210101.xhp#hd_id3152473.30.help.text
-msgctxt "02210101.xhp#hd_id3152473.30.help.text"
-msgid "Width"
+#. o0Tu
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3147560\n"
+"41\n"
+"help.text"
+msgid "Finds the <emph>Do not split paragraph</emph> attribute."
msgstr ""
-#: 02210101.xhp#par_id3149656.31.help.text
-msgid "<ahelp hid=\"SFX2:NUMERICFIELD:TP_FRAMEPROPERTIES:NM_MARGINWIDTH\">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.</ahelp>"
+#. SG5V
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3156435\n"
+"52\n"
+"help.text"
+msgid "Spacing"
msgstr ""
-#: 02210101.xhp#hd_id3147303.32.help.text
-msgctxt "02210101.xhp#hd_id3147303.32.help.text"
-msgid "Height"
+#. ~n,(
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3150866\n"
+"53\n"
+"help.text"
+msgid "Finds the <emph>Spacing</emph> (top, bottom) attribute."
msgstr ""
-#: 02210101.xhp#par_id3149670.33.help.text
-msgid "<ahelp hid=\"SFX2:NUMERICFIELD:TP_FRAMEPROPERTIES:NM_MARGINHEIGHT\">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.</ahelp>"
+#. U1qm
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3154071\n"
+"38\n"
+"help.text"
+msgid "Alignment"
msgstr ""
-#: 02210101.xhp#hd_id3150865.34.help.text
-msgctxt "02210101.xhp#hd_id3150865.34.help.text"
-msgid "Default"
+#. ,[gk
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3154365\n"
+"39\n"
+"help.text"
+msgid "Finds the <emph>Alignment</emph> (left, right, centered, justified) attribute."
msgstr ""
-#: 02210101.xhp#par_id3150400.35.help.text
-msgid "<ahelp hid=\"SFX2:CHECKBOX:TP_FRAMEPROPERTIES:CB_MARGINHEIGHTDEFAULT\">Applies the default spacing.</ahelp>"
+#. [T1w
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3145171\n"
+"8\n"
+"help.text"
+msgid "Effects"
msgstr ""
-#: 05280000.xhp#tit.help.text
-msgid "Fontwork"
-msgstr "Fontwork"
-
-#: 05280000.xhp#hd_id3146959.51.help.text
-msgid "<variable id=\"fntwrk\"><link href=\"text/shared/01/05280000.xhp\" name=\"FontWork\">Fontwork Dialog (Previous Version)</link></variable>"
+#. PCho
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3149203\n"
+"9\n"
+"help.text"
+msgid "Finds characters that use the <emph>Capital, Lowercase, Small capitals, </emph>and <emph>Title </emph>character attributes."
msgstr ""
-#: 05280000.xhp#par_id3151097.52.help.text
-msgid "<ahelp hid=\".uno:FontWork\">Edits Fontwork effects of the selected object that has been created with the previous Fontwork dialog.</ahelp>"
+#. Y!2r
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3148676\n"
+"60\n"
+"help.text"
+msgid "Blinking"
msgstr ""
-#: 05280000.xhp#par_id3155934.53.help.text
-msgid "This <emph>Fontwork</emph> dialog is only available for Fontwork in old Writer text documents that were created prior to %PRODUCTNAME %PRODUCTVERSION. You must first call <emph>Tools - Customize</emph> to add a menu command or an icon to open this dialog."
+#. Yu{3
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3153193\n"
+"61\n"
+"help.text"
+msgid "Finds characters use the <emph>Blinking</emph> attribute."
msgstr ""
-#: 05280000.xhp#par_id3154497.74.help.text
-msgid "You can change the shape of the text baseline to match semicircles, arcs, circles, and freeform lines."
+#. #;?e
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3153968\n"
+"14\n"
+"help.text"
+msgid "Strikethrough"
msgstr ""
-#: 05280000.xhp#hd_id3152372.54.help.text
-msgid "Alignment icons"
+#. 9[0.
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3145746\n"
+"15\n"
+"help.text"
+msgid "Finds characters that use the <emph>Strikethrough</emph> (single or double) attribute."
msgstr ""
-#: 05280000.xhp#par_id3149760.55.help.text
-msgid "<ahelp hid=\"HID_FONTWORK_CTL_FORMS\" visibility=\"hidden\">Click the shape of the baseline that you want to use for the text.</ahelp>"
+#. ,;KH
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3156422\n"
+"50\n"
+"help.text"
+msgid "Indent"
msgstr ""
-#: 05280000.xhp#par_id3152542.56.help.text
-msgid "The top row contains the following baseline shapes: <emph>Upper Semicircle</emph>, <emph>Lower Semicircle</emph>, <emph>Left Semicircle</emph> and <emph>Right Semicircle</emph>."
+#. g`Wd
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3150449\n"
+"51\n"
+"help.text"
+msgid "Finds the <emph>Indent</emph> (from left, from right, first line) attribute."
msgstr ""
-#: 05280000.xhp#par_id3150774.58.help.text
-msgid "The middle row contains the following baseline shapes: <emph>Upper Arc</emph>, <emph>Lower Arc, Left Arc</emph> and <emph>Right Arc</emph>."
+#. E.V_
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3145203\n"
+"44\n"
+"help.text"
+msgid "Widows"
msgstr ""
-#: 05280000.xhp#par_id3159158.60.help.text
-msgid "The bottom row contains the following baseline shapes: <emph>Open Circle, Closed Circle, Closed Circle II</emph>, and <emph>Open Circle Vertical</emph>. For the best results, the drawing object must contain more than two lines of text."
+#. j;lv
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3153105\n"
+"45\n"
+"help.text"
+msgid "Finds the <emph>Widow Control</emph> attribute."
msgstr ""
-#: 05280000.xhp#par_id3149237.62.help.text
-msgid "<ahelp hid=\"HID_FONTWORK_TBI_STYLE_OFF\">Removes baseline formatting.</ahelp>"
+#. kQ,,
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3149560\n"
+"22\n"
+"help.text"
+msgid "Kerning"
+msgstr "კერნინგი"
+
+#. Db7N
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3155132\n"
+"23\n"
+"help.text"
+msgid "Finds <emph>Spacing</emph> (standard, expanded, condensed) attributes and Pair Kerning."
msgstr ""
-#: 05280000.xhp#par_id3149244.help.text
-#, fuzzy
-msgid "<image id=\"img_id3161458\" src=\"cmd/sc_fontwork.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3161458\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
+#. 43#y
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3145261\n"
+"12\n"
+"help.text"
+msgid "Outline"
+msgstr ""
-#: 05280000.xhp#par_id3149046.63.help.text
-msgctxt "05280000.xhp#par_id3149046.63.help.text"
-msgid "Off"
+#. _Kz/
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3153143\n"
+"13\n"
+"help.text"
+msgid "Finds the <emph>Outline</emph> attribute."
msgstr ""
-#: 05280000.xhp#par_id3156344.64.help.text
-msgid "<ahelp hid=\"HID_FONTWORK_TBI_STYLE_ROTATE\">Uses the top or the bottom edge of the selected object as the text baseline.</ahelp>"
+#. 9(|C
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3148575\n"
+"16\n"
+"help.text"
+msgid "Position"
msgstr ""
-#: 05280000.xhp#par_id3150791.help.text
-#, fuzzy
-msgid "<image id=\"img_id3153379\" src=\"svx/res/fw02.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3153379\">Icon</alt></image>"
-msgstr "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154329\">ხატულა</alt></image>"
+#. POj~
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3146922\n"
+"17\n"
+"help.text"
+msgid "Finds characters using the <emph>Normal, Superscript</emph> or <emph>Subscript </emph>attributes."
+msgstr ""
-#: 05280000.xhp#par_id3153339.65.help.text
-msgid "Rotate"
-msgstr "ბრუნვა"
+#. luXc
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3156062\n"
+"62\n"
+"help.text"
+msgid "Register-true"
+msgstr "რეგისტრირებულია-ჭეშმარიტი"
-#: 05280000.xhp#par_id3155742.66.help.text
-msgid "<ahelp hid=\"HID_FONTWORK_TBI_STYLE_UPRIGHT\">Uses the top or the bottom edge of the selected object as the text baseline and preserves the original vertical alignment of the individual characters.</ahelp>"
+#. HekN
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3152886\n"
+"63\n"
+"help.text"
+msgid "Finds the <emph>Register-true</emph> attribute."
msgstr ""
-#: 05280000.xhp#par_id3154069.help.text
-#, fuzzy
-msgid "<image id=\"img_id3152933\" src=\"svx/res/fw03.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3152933\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150503\">ხატულა</alt></image>"
-
-#: 05280000.xhp#par_id3154153.67.help.text
-msgid "Upright"
+#. -A#z
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3159196\n"
+"64\n"
+"help.text"
+msgid "Relief"
msgstr ""
-#: 05280000.xhp#par_id3149202.68.help.text
-msgid "<ahelp hid=\"HID_FONTWORK_TBI_STYLE_SLANTX\">Horizontally slants the characters in the text object.</ahelp>"
+#. 3dC#
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3146120\n"
+"65\n"
+"help.text"
+msgid "Finds the <emph>Relief </emph>attribute."
msgstr ""
-#: 05280000.xhp#par_id3153180.help.text
-#, fuzzy
-msgid "<image id=\"img_id3151041\" src=\"svx/res/fw04.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3151041\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150422\" src=\"res/sx03242.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150422\">ხატულა</alt></image>"
+#. TrN.
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3154014\n"
+"66\n"
+"help.text"
+msgid "Rotation"
+msgstr "მდებარეობა:"
-#: 05280000.xhp#par_id3149983.69.help.text
-msgid "Slant Horizontal"
+#. __WJ
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3150873\n"
+"67\n"
+"help.text"
+msgid "Finds the <emph>Rotation</emph> attribute."
msgstr ""
-#: 05280000.xhp#par_id3154297.70.help.text
-msgid "<ahelp hid=\"HID_FONTWORK_TBI_STYLE_SLANTY\">Vertically slants the characters in the text object.</ahelp>"
+#. YT(T
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3152576\n"
+"28\n"
+"help.text"
+msgid "Shadowed"
msgstr ""
-#: 05280000.xhp#par_id3147348.help.text
-#, fuzzy
-msgid "<image id=\"img_id3154690\" src=\"svx/res/fw05.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3154690\">Icon</alt></image>"
-msgstr "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154329\">ხატულა</alt></image>"
-
-#: 05280000.xhp#par_id3150962.71.help.text
-msgid "Slant Vertical"
+#. SFRx
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3150104\n"
+"29\n"
+"help.text"
+msgid "Finds the <emph>Shadowed</emph> attribute."
msgstr ""
-#: 05280000.xhp#par_id3154985.22.help.text
-msgid "<ahelp hid=\"HID_FONTWORK_TBI_ADJUST_MIRROR\">Reverses the text flow direction, and flips the text horizontally or vertically. To use this command, you must first apply a different baseline to the text.</ahelp>"
+#. 9a[_
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3159156\n"
+"18\n"
+"help.text"
+msgid "Font"
msgstr ""
-#: 05280000.xhp#par_id3155854.help.text
-#, fuzzy
-msgid "<image id=\"img_id3153142\" src=\"svx/res/fw06.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3153142\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153821\">ხატულა</alt></image>"
-
-#: 05280000.xhp#par_id3149934.21.help.text
-msgid "Orientation"
-msgstr "პრეზენტაცია"
-
-#: 05280000.xhp#par_id3154640.24.help.text
-msgid "<ahelp hid=\"HID_FONTWORK_TBI_ADJUST_LEFT\">Aligns the text to the left end of the text baseline.</ahelp>"
+#. 87eJ
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3154320\n"
+"19\n"
+"help.text"
+msgid "Finds any instance where the default font was changed."
msgstr ""
-#: 05280000.xhp#par_id3156006.help.text
-#, fuzzy
-msgid "<image id=\"img_id3153573\" src=\"cmd/sc_alignleft.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153573\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-
-#: 05280000.xhp#par_id3152416.23.help.text
-msgctxt "05280000.xhp#par_id3152416.23.help.text"
-msgid "Align Left"
+#. uJ/l
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3151113\n"
+"10\n"
+"help.text"
+msgid "Font Color"
msgstr ""
-#: 05280000.xhp#par_id3147578.26.help.text
-msgid "<ahelp hid=\"HID_FONTWORK_TBI_ADJUST_CENTER\">Centers the text on the text baseline.</ahelp>"
+#. 4-eJ
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3149664\n"
+"11\n"
+"help.text"
+msgid "Finds any instance where the default font color was changed."
msgstr ""
-#: 05280000.xhp#par_id3155748.help.text
-#, fuzzy
-msgid "<image id=\"img_id3147217\" src=\"cmd/sc_centerpara.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147217\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147317\">ხატულა</alt></image>"
-
-#: 05280000.xhp#par_id3159346.25.help.text
-#, fuzzy
-msgctxt "05280000.xhp#par_id3159346.25.help.text"
-msgid "Center"
+#. $z{W
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3152794\n"
+"20\n"
+"help.text"
+msgid "Font Size"
msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ცენტრირებული\n"
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ცენტრირება"
-#: 05280000.xhp#par_id3149583.28.help.text
-msgid "<ahelp hid=\"HID_FONTWORK_TBI_ADJUST_RIGHT\">Aligns the text to the right end of the text baseline.</ahelp>"
+#. 4[RW
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3150962\n"
+"21\n"
+"help.text"
+msgid "Finds the <emph>Font size/Font height</emph> attribute."
msgstr ""
-#: 05280000.xhp#par_id3149939.help.text
-#, fuzzy
-msgid "<image id=\"img_id3148498\" src=\"cmd/sc_alignright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148498\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-
-#: 05280000.xhp#par_id3150418.27.help.text
-msgctxt "05280000.xhp#par_id3150418.27.help.text"
-msgid "Align Right"
+#. Ny{J
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3163717\n"
+"32\n"
+"help.text"
+msgid "Font Weight"
msgstr ""
-#: 05280000.xhp#par_id3147124.30.help.text
-msgid "<ahelp hid=\"HID_FONTWORK_TBI_ADJUST_AUTOSIZE\">Resizes the text to fit the length of the text baseline.</ahelp>"
+#. jxLK
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3150593\n"
+"33\n"
+"help.text"
+msgid "Finds the <emph>Bold</emph> or the <emph>Bold and Italic</emph> attribute."
msgstr ""
-#: 05280000.xhp#par_id3159129.help.text
-#, fuzzy
-msgid "<image id=\"img_id3153334\" src=\"svx/res/fw010.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3153334\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153821\">ხატულა</alt></image>"
-
-#: 05280000.xhp#par_id3148747.29.help.text
-msgid "AutoSize Text"
+#. hr`:
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3146928\n"
+"26\n"
+"help.text"
+msgid "Font Posture"
msgstr ""
-#: 05280000.xhp#par_id3157844.32.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXDLG_FONTWORK:MTR_FLD_DISTANCE\">Enter the amount of space that you want to leave between the text baseline and the base of the individual characters.</ahelp>"
+#. 1n]z
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3154097\n"
+"27\n"
+"help.text"
+msgid "Finds the <emph>Italic</emph> or the <emph>Bold and Italic</emph> attribute."
msgstr ""
-#: 05280000.xhp#par_id3153957.help.text
-#, fuzzy
-msgid "<image id=\"img_id3151019\" src=\"svx/res/fw020.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3151019\">Icon</alt></image>"
-msgstr "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154329\">ხატულა</alt></image>"
-
-#: 05280000.xhp#par_id3146971.31.help.text
-msgctxt "05280000.xhp#par_id3146971.31.help.text"
-msgid "Distance"
+#. :?]S
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3148388\n"
+"42\n"
+"help.text"
+msgid "Orphans"
msgstr ""
-#: 05280000.xhp#par_id3153530.34.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXDLG_FONTWORK:MTR_FLD_TEXTSTART\">Enter the amount of space to leave between the beginning of the text baseline, and the beginning of the text.</ahelp>"
+#. ID!^
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3156737\n"
+"43\n"
+"help.text"
+msgid "Finds the <link href=\"text/shared/00/00000005.xhp#schuster\">Orphan Control</link> attribute."
msgstr ""
-#: 05280000.xhp#par_id3156332.help.text
-#, fuzzy
-msgid "<image id=\"img_id3153836\" src=\"svx/res/fw021.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3153836\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153821\">ხატულა</alt></image>"
-
-#: 05280000.xhp#par_id3153710.33.help.text
-msgctxt "05280000.xhp#par_id3153710.33.help.text"
-msgid "Indent"
+#. Z4-b
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3153159\n"
+"54\n"
+"help.text"
+msgid "Page Style"
msgstr ""
-#: 05280000.xhp#par_id3154636.36.help.text
-msgid "<ahelp hid=\"HID_FONTWORK_TBI_SHOWFORM\">Shows or hides the text baseline, or the edges of the selected object.</ahelp>"
+#. #$k)
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3147045\n"
+"55\n"
+"help.text"
+msgid "Finds the <emph>Break With Page Style</emph> attribute."
msgstr ""
-#: 05280000.xhp#par_id3155515.help.text
-#, fuzzy
-msgid "<image id=\"img_id3159186\" src=\"svx/res/fw011.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3159186\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149784\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149784\">ხატულა</alt></image>"
-
-#: 05280000.xhp#par_id3148996.35.help.text
-msgid "Contour"
-msgstr "კონტური"
-
-#: 05280000.xhp#par_id3155764.38.help.text
-msgid "<ahelp hid=\"HID_FONTWORK_TBI_OUTLINE\">Shows or hides the borders of the individual characters in the text.</ahelp>"
+#. j/[`
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3147124\n"
+"48\n"
+"help.text"
+msgid "Hyphenation"
msgstr ""
-#: 05280000.xhp#par_id3150323.help.text
-#, fuzzy
-msgid "<image id=\"img_id3147100\" src=\"svx/res/fw012.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3147100\">Icon</alt></image>"
-msgstr "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163710\">ხატულა</alt></image>"
-
-#: 05280000.xhp#par_id3147339.37.help.text
-msgid "Text Contour"
+#. @mqH
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3153877\n"
+"49\n"
+"help.text"
+msgid "Finds the <emph>Hyphenation</emph> attribute."
msgstr ""
-#: 05280000.xhp#par_id3148927.40.help.text
-msgid "<ahelp hid=\"HID_FONTWORK_TBI_SHADOW_OFF\">Removes the shadow effects that you applied to the text.</ahelp>"
+#. /S$m
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3148773\n"
+"68\n"
+"help.text"
+msgid "Scale"
msgstr ""
-#: 05280000.xhp#par_id3150241.help.text
-#, fuzzy
-msgid "<image id=\"img_id3156375\" src=\"svx/res/fw013.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3156375\">Icon</alt></image>"
-msgstr "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154329\">ხატულა</alt></image>"
-
-#: 05280000.xhp#par_id3151248.39.help.text
-msgid "No Shadow"
+#. pT,E
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3147396\n"
+"69\n"
+"help.text"
+msgid "Finds the <emph>Scale </emph>attribute."
msgstr ""
-#: 05280000.xhp#par_id3147321.42.help.text
-msgid "<ahelp hid=\"HID_FONTWORK_TBI_SHADOW_NORMAL\">Adds a shadow to the text in the selected object. Click this button, and then enter the dimensions of the shadow in the <emph>Distance X</emph> and the <emph>Distance Y</emph> boxes.</ahelp>"
+#. O73^
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3148455\n"
+"24\n"
+"help.text"
+msgid "Language"
msgstr ""
-#: 05280000.xhp#par_id3145231.help.text
-#, fuzzy
-msgid "<image id=\"img_id3149908\" src=\"svx/res/fw014.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3149908\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149784\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149784\">ხატულა</alt></image>"
-
-#: 05280000.xhp#par_id3152484.41.help.text
-msgctxt "05280000.xhp#par_id3152484.41.help.text"
-msgid "Vertical"
+#. e!fv
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3150716\n"
+"25\n"
+"help.text"
+msgid "Finds the <emph>Language</emph> attribute (for spelling)."
msgstr ""
-#: 05280000.xhp#par_id3148478.44.help.text
-msgid "<ahelp hid=\"HID_FONTWORK_TBI_SHADOW_SLANT\">Adds a slant shadow to the text in the selected object. Click this button, and then enter the dimensions of the shadow in the <emph>Distance X</emph> and the <emph>Distance Y</emph> boxes.</ahelp>"
+#. pAg_
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3154511\n"
+"46\n"
+"help.text"
+msgid "Tab Stops"
msgstr ""
-#: 05280000.xhp#par_id3150664.help.text
-#, fuzzy
-msgid "<image id=\"img_id3166423\" src=\"svx/res/fw015.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3166423\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156283\">ხატულა</alt></image>"
-
-#: 05280000.xhp#par_id3147129.43.help.text
-msgctxt "05280000.xhp#par_id3147129.43.help.text"
-msgid "Slant"
+#. GD5b
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3151037\n"
+"47\n"
+"help.text"
+msgid "Finds paragraphs that use an additional tab set."
msgstr ""
-#: 05280000.xhp#hd_id3156537.45.help.text
-msgid "Horizontal Distance"
+#. n9)`
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3154164\n"
+"30\n"
+"help.text"
+msgid "Underline"
msgstr ""
-#: 05280000.xhp#par_id3151049.46.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXDLG_FONTWORK:MTR_FLD_SHADOW_X\">Enter the horizontal distance between the text characters and the edge of the shadow.</ahelp>"
+#. _UcT
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3148566\n"
+"31\n"
+"help.text"
+msgid "Finds characters that use the <emph>Underlined</emph> attribute (single, double, or dotted)."
msgstr ""
-#: 05280000.xhp#par_id3159103.help.text
-#, fuzzy
-msgid "<image id=\"img_id3149242\" src=\"svx/res/fw016.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3149242\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149784\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149784\">ხატულა</alt></image>"
-
-#: 05280000.xhp#par_id3147093.72.help.text
-msgid "X Distance"
+#. 8Ij(
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3153099\n"
+"70\n"
+"help.text"
+msgid "Vertical text alignment"
msgstr ""
-#: 05280000.xhp#hd_id3149450.47.help.text
-msgid "Vertical Distance"
+#. kE}h
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3145650\n"
+"71\n"
+"help.text"
+msgid "Finds the <emph>Vertical text alignment </emph>attribute."
msgstr ""
-#: 05280000.xhp#par_id3153704.48.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXDLG_FONTWORK:MTR_FLD_SHADOW_Y\">Enter the vertical distance between the text characters and the edge of the shadow.</ahelp>"
+#. 5!VG
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3147259\n"
+"34\n"
+"help.text"
+msgid "Individual Words"
msgstr ""
-#: 05280000.xhp#par_id3154275.help.text
-#, fuzzy
-msgid "<image id=\"img_id3154118\" src=\"svx/res/fw017.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3154118\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150868\" src=\"res/sx03139.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150868\">ხატულა</alt></image>"
-
-#: 05280000.xhp#par_id3150783.73.help.text
-msgid "Y Distance"
+#. 2/dX
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3156438\n"
+"35\n"
+"help.text"
+msgid "Finds individual words that use the underlined or the strikethrough attribute."
msgstr ""
-#: 05280000.xhp#hd_id3149209.49.help.text
-msgid "Shadow Color"
+#. 8N,D
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3153948\n"
+"58\n"
+"help.text"
+msgid "Character background"
msgstr ""
-#: 05280000.xhp#par_id3148681.50.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXDLG_FONTWORK:CLB_SHADOW_COLOR\">Select a color for the text shadow.</ahelp>"
+#. 4%cN
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3145300\n"
+"59\n"
+"help.text"
+msgid "Finds characters that use the <emph>Background</emph> attribute."
msgstr ""
-#: 05210100.xhp#tit.help.text
-msgctxt "05210100.xhp#tit.help.text"
-msgid "Area"
+#. 5kJb
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"hd_id3146791\n"
+"36\n"
+"help.text"
+msgid "Line Spacing"
msgstr ""
-#: 05210100.xhp#bm_id3149999.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>"
+#. ^[Q_
+#: 02100200.xhp
+msgctxt ""
+"02100200.xhp\n"
+"par_id3146912\n"
+"37\n"
+"help.text"
+msgid "Finds the <emph>Line spacing</emph> (single line, 1.5 lines, double, proportional, at least, lead) attribute."
msgstr ""
-#: 05210100.xhp#hd_id3145759.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area\">Area</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">არე</link>"
+#. OTyM
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"tit\n"
+"help.text"
+msgid "Medium"
+msgstr "მედიუმი"
-#: 05210100.xhp#par_id3149748.2.help.text
-msgid "<ahelp hid=\"HID_AREA_AREA\">Set the fill options for the selected drawing object.</ahelp>"
-msgstr ""
+#. r=Lf
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"hd_id3148765\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01010301.xhp\" name=\"Medium\">Medium</link>"
+msgstr "<link href=\"text/shared/01/01010301.xhp\" name=\"Medium\">მედიუმი</link>"
-#: 05210100.xhp#par_id3154863.65.help.text
-msgid "You can save collections of colors, gradients, hatchings, and bitmap patterns as lists that you can later load and use."
+#. X1f*
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"par_id3150278\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the size of your business card from a number of pre-defined size formats, or a size format that you specify on the <emph>Format </emph>tab.</ahelp>"
+msgstr "<ahelp hid=\".\">მონიშნეთ თქვენი სავიზიტო ბარათის ზომა რამოდენიმე წინასწარ განსაზღვრული ზომის ფორმატებიდან, ან თქვენს მიერ განსაზღვრული <emph>ფორმატის </emph>ჩანართში</ahelp>არსებული ზომის ფორმატიდან."
+
+#. M^1r
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"hd_id3149991\n"
+"3\n"
+"help.text"
+msgid "Format"
msgstr ""
-#: 05210100.xhp#hd_id3149999.3.help.text
-msgid "Fill"
-msgstr "შევსება"
+#. gKU8
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"par_id3147543\n"
+"4\n"
+"help.text"
+msgid "Select a size format for your business card."
+msgstr "მონიშნეთ თქვენი სავიზიტო ბარათის ზომის ფორმატი."
-#: 05210100.xhp#par_id3154673.4.help.text
-msgid "<variable id=\"sytext\"><ahelp hid=\".uno:FillStyle\">Select the type of fill that you want to apply to the selected drawing object.</ahelp></variable>"
+#. a?@L
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"hd_id3160463\n"
+"5\n"
+"help.text"
+msgid "Continuous"
msgstr ""
-#: 05210100.xhp#par_id3148548.55.help.text
-msgid "List boxes on the <emph>Drawing Object Properties</emph> toolbar:"
-msgstr ""
+#. 6$N1
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"par_id3150279\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BUSINESS_FMT_PAGE_CONT\">Prints business cards on continuous paper.</ahelp>"
+msgstr "<ahelp hid=\"HID_BUSINESS_FMT_PAGE_CONT\">ბეჭდავს სავიზიტო ბარათებს უწყვეტ ქაღალდზე.</ahelp>"
-#: 05210100.xhp#hd_id3147373.5.help.text
-msgctxt "05210100.xhp#hd_id3147373.5.help.text"
-msgid "None"
+#. Alka
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"hd_id3154840\n"
+"7\n"
+"help.text"
+msgid "Sheet"
msgstr ""
-#: 05210100.xhp#par_id3147088.6.help.text
-msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_AREA_RBT_FILL_OFF\">Does not apply a fill to the selected object. If the object contains a fill, the fill is removed.</ahelp>"
-msgstr ""
+#. #sQT
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"par_id3148731\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BUSINESS_FMT_PAGE_SHEET\">Prints business cards on individual sheets.</ahelp>"
+msgstr "<ahelp hid=\"HID_BUSINESS_FMT_PAGE_SHEET\">ბეჭდავს სავიზიტო ბარათებს ინდივიდუალურ ფურცელზე.</ahelp>"
-#: 05210100.xhp#hd_id3153345.8.help.text
-msgctxt "05210100.xhp#hd_id3153345.8.help.text"
-msgid "Color"
+#. Yle.
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"hd_id3154894\n"
+"9\n"
+"help.text"
+msgid "Brand"
msgstr ""
-#: 05210100.xhp#par_id3149750.9.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_AREA:RBT_COLOR\">Fills the selected object with the color that you click in the list.</ahelp>"
-msgstr ""
+#. ggB?
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"par_id3155351\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BUSINESS_FMT_PAGE_BRAND\">Select the brand of paper that you want to use.</ahelp> Each brand has its own size formats."
+msgstr "<ahelp hid=\"HID_BUSINESS_FMT_PAGE_BRAND\">მონიშნეთ სასურველი ქაღალდის სახეობა.</ahelp> თითოეულ სახეობას გააჩნია საკუთარი ზომის ფორმატი."
-#: 05210100.xhp#par_id3153147.57.help.text
-msgid "To add a color to the list, choose <link href=\"text/shared/optionen/01010500.xhp\" name=\"Format - Area\"><emph>Format - Area</emph></link>, click the<emph> Colors</emph> tab, and then click <emph>Edit</emph>."
-msgstr ""
+#. O*i?
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"hd_id3153935\n"
+"11\n"
+"help.text"
+msgid "Type"
+msgstr "ტიპი:"
-#: 05210100.xhp#par_id9695730.help.text
-msgid "To add a color to the list, choose <link href=\"text/shared/optionen/01010500.xhp\" name=\"Format - Area\"><emph>Format - Area</emph></link>, click the <emph>Colors</emph> tab, and then click <emph>Edit</emph>."
+#. =JU7
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"par_id3159201\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BUSINESS_FMT_PAGE_TYPE\">Select the size format that you want to use. The available formats depend on what you selected in the <emph>Brand</emph> list. If you want to use a custom size format, select <emph>[User]</emph>, and then click the <link href=\"text/shared/01/01010202.xhp\" name=\"Format\"><emph>Format</emph></link> tab to define the format.</ahelp>"
msgstr ""
-#: 05210100.xhp#hd_id3144438.10.help.text
-msgctxt "05210100.xhp#hd_id3144438.10.help.text"
-msgid "Gradient"
+#. s;WT
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"hd_id3147226\n"
+"13\n"
+"help.text"
+msgid "Info"
msgstr ""
-#: 05210100.xhp#par_id3153716.11.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_AREA:RBT_GRADIENT\">Fills the selected object with the gradient that you click in the list.</ahelp>"
-msgstr ""
+#. e=Dh
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"par_id3153394\n"
+"14\n"
+"help.text"
+msgid "The paper type and the dimensions of the business card are displayed at the bottom of the <emph>Format</emph> area."
+msgstr "ქაღალდის ტიპი და სავიზიტო ბარათის ზომები ნაჩვენებია <emph>ფორმატის</emph> არეალის ბოლოში."
-#: 05210100.xhp#hd_id3154047.12.help.text
-msgctxt "05210100.xhp#hd_id3154047.12.help.text"
-msgid "Hatching"
+#. QHvj
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"tit\n"
+"help.text"
+msgid "To Page"
msgstr ""
-#: 05210100.xhp#par_id3153698.13.help.text
-msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_AREA_RBT_HATCH\">Fills the selected object with the hatching pattern that you click in the list. To apply a background color to the hatching pattern, select the <emph>Background color</emph> box, and then click a color in the list.</ahelp>"
-msgstr ""
+#. N*7.
+#: 05260100.xhp
+#, fuzzy
+msgctxt ""
+"05260100.xhp\n"
+"hd_id3150278\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">To Page</link>"
+msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-#: 05210100.xhp#hd_id3150771.14.help.text
-msgctxt "05210100.xhp#hd_id3150771.14.help.text"
-msgid "Bitmap"
+#. mYll
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id3150756\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected item to the current page.</ahelp>"
msgstr ""
-#: 05210100.xhp#par_id3149762.15.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_AREA:RBT_BITMAP\">Fills the selected object with the bitmap pattern that you click in the list. To add a bitmap to the list, open this dialog in %PRODUCTNAME Draw, click the <emph>Bitmaps </emph>tab, and then click <emph>Import</emph>.</ahelp>"
+#. ):/#
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id3149987\n"
+"4\n"
+"help.text"
+msgid "The anchored item remains on the current page even if you insert or delete text."
msgstr ""
-#: 05210100.xhp#hd_id3150504.16.help.text
-msgid "Area Fill"
+#. ya^r
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id3152821\n"
+"3\n"
+"help.text"
+msgid "The anchor icon is displayed at the top left corner of the page."
msgstr ""
-#: 05210100.xhp#par_id3153626.17.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_AREA:LB_BITMAP\">Click the fill that you want to apply to the selected object.</ahelp>"
-msgstr ""
+#. (,OC
+#: 01180000.xhp
+msgctxt ""
+"01180000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Save All"
+msgstr "დაიმახსოვრე ყველა"
-#: 05210100.xhp#hd_id3154346.20.help.text
-msgid "Increments (Gradients)"
-msgstr ""
+#. H/1R
+#: 01180000.xhp
+msgctxt ""
+"01180000.xhp\n"
+"hd_id3150347\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01180000.xhp\" name=\"Save All\">Save All</link>"
+msgstr "<link href=\"text/shared/01/01180000.xhp\" name=\"Save All\">დაიმახსოვრე ყველა</link>"
-#: 05210100.xhp#par_id3144423.21.help.text
-msgid "Set the number of steps for blending the two end colors of a gradient."
+#. [id0
+#: 01180000.xhp
+msgctxt ""
+"01180000.xhp\n"
+"par_id3151299\n"
+"1\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SaveAll\">Saves all modified $[officename] documents.</ahelp>"
msgstr ""
-#: 05210100.xhp#hd_id3147264.22.help.text
-msgctxt "05210100.xhp#hd_id3147264.22.help.text"
-msgid "Automatic"
+#. z\,A
+#: 01180000.xhp
+msgctxt ""
+"01180000.xhp\n"
+"par_id3148440\n"
+"3\n"
+"help.text"
+msgid "If you are saving a new file or a copy of a read-only file, the <link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">Save As</link> dialog appears."
+msgstr "ახალი ფაილის ან მხოლოდ წაკითხვადი ფაილის ასლის შენახვისას გამოჩნდება დიალოგი <link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">შეინახე როგორც</link>."
+
+#. tTil
+#: 05100200.xhp
+msgctxt ""
+"05100200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Split Cells"
msgstr ""
-#: 05210100.xhp#par_id3149457.23.help.text
-msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_AREA:TSB_STEPCOUNT\">Automatically determines the number of steps for blending the two end colors of the gradient.</ahelp>"
-msgstr ""
+#. #r$*
+#: 05100200.xhp
+#, fuzzy
+msgctxt ""
+"05100200.xhp\n"
+"hd_id3154654\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05100200.xhp\" name=\"Split Cells\">Split Cells</link>"
+msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
-#: 05210100.xhp#hd_id3154388.24.help.text
-msgctxt "05210100.xhp#hd_id3154388.24.help.text"
-msgid "Increment"
+#. EtCv
+#: 05100200.xhp
+msgctxt ""
+"05100200.xhp\n"
+"par_id3083451\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"teilentext\"><ahelp hid=\".uno:SplitCell\">Splits the cell or group of cells horizontally or vertically into the number of cells that you enter.</ahelp></variable>"
msgstr ""
-#: 05210100.xhp#par_id3150360.25.help.text
-msgid "<ahelp hid=\"SVX:NUMERICFIELD:RID_SVXPAGE_AREA:NUM_FLD_STEPCOUNT\">Enter the number of steps for blending the two end colors of the gradient.</ahelp>"
+#. ZZzI
+#: 05100200.xhp
+msgctxt ""
+"05100200.xhp\n"
+"par_id3154024\n"
+"82\n"
+"help.text"
+msgid "Choose <emph>Table - Split Cells</emph>"
msgstr ""
-#: 05210100.xhp#hd_id3153381.31.help.text
-msgid "Size (Bitmaps)"
+#. h?-U
+#: 05100200.xhp
+msgctxt ""
+"05100200.xhp\n"
+"par_id3154042\n"
+"83\n"
+"help.text"
+msgid "On the <emph>Table</emph> Bar, click"
msgstr ""
-#: 05210100.xhp#par_id3148798.32.help.text
-msgid "Specify the dimensions of the bitmap."
-msgstr ""
+#. YIC]
+#: 05100200.xhp
+#, fuzzy
+msgctxt ""
+"05100200.xhp\n"
+"par_id3147270\n"
+"help.text"
+msgid "<image id=\"img_id3147275\" src=\"cmd/sc_splitcell.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3147275\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-#: 05210100.xhp#hd_id3154068.33.help.text
-msgctxt "05210100.xhp#hd_id3154068.33.help.text"
-msgid "Relative"
+#. m([N
+#: 05100200.xhp
+msgctxt ""
+"05100200.xhp\n"
+"par_id3150616\n"
+"84\n"
+"help.text"
+msgid "Split Cells"
msgstr ""
-#: 05210100.xhp#par_id3125865.34.help.text
-msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_AREA:TSB_SCALE\">Rescales the bitmap relative to the size of the selected object by the percentage values that you enter in the <emph>Width</emph> and <emph>Height</emph> boxes . Clear this checkbox to resize the selected object with the measurements that you enter in the <emph>Width</emph> and <emph>Height</emph> boxes.</ahelp>"
+#. 2R2~
+#: 05100200.xhp
+msgctxt ""
+"05100200.xhp\n"
+"hd_id3154558\n"
+"3\n"
+"help.text"
+msgid "Split cell into"
msgstr ""
-#: 05210100.xhp#hd_id3149202.35.help.text
-msgctxt "05210100.xhp#hd_id3149202.35.help.text"
-msgid "Original"
+#. ZRi(
+#: 05100200.xhp
+msgctxt ""
+"05100200.xhp\n"
+"par_id3150021\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SW:NUMERICFIELD:DLG_SPLIT:ED_COUNT\">Enter the number of rows or columns that you want to split the selected cell(s) into.</ahelp>"
msgstr ""
-#: 05210100.xhp#par_id3153970.36.help.text
-msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_AREA:TSB_ORIGINAL\">Retains the original size of the bitmap when filling the selected object. To resize the bitmap, clear this checkbox, and then click <emph>Relative</emph>.</ahelp>"
+#. ^#F/
+#: 05100200.xhp
+#, fuzzy
+msgctxt ""
+"05100200.xhp\n"
+"hd_id3145249\n"
+"5\n"
+"help.text"
+msgid "Direction"
+msgstr "#-#-#-#-# shared.po (PACKAGE VERSION) #-#-#-#-#\\nმიმართულება\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nმიმარულება\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nმიმართულება"
+
+#. /nk[
+#: 05100200.xhp
+msgctxt ""
+"05100200.xhp\n"
+"hd_id3150568\n"
+"7\n"
+"help.text"
+msgid "Horizontally"
msgstr ""
-#: 05210100.xhp#hd_id3155994.37.help.text
-msgctxt "05210100.xhp#hd_id3155994.37.help.text"
-msgid "Width"
+#. t(%g
+#: 05100200.xhp
+msgctxt ""
+"05100200.xhp\n"
+"par_id3153927\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SW:IMAGERADIOBUTTON:DLG_SPLIT:RB_HORZ\">Splits the selected cell(s) into the number of rows that you specify in the <emph>Split cell into </emph>box.</ahelp>"
msgstr ""
-#: 05210100.xhp#par_id3149810.38.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_AREA:MTR_FLD_X_SIZE\">Enter a width for the bitmap.</ahelp>"
+#. 2igO
+#: 05100200.xhp
+msgctxt ""
+"05100200.xhp\n"
+"hd_id3147566\n"
+"11\n"
+"help.text"
+msgid "Into equal proportions"
msgstr ""
-#: 05210100.xhp#hd_id3156281.39.help.text
-msgctxt "05210100.xhp#hd_id3156281.39.help.text"
-msgid "Height"
+#. NTDJ
+#: 05100200.xhp
+msgctxt ""
+"05100200.xhp\n"
+"par_id3154638\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_DLG_SPLIT_CB_PROP\">Splits cells into rows of equal height.</ahelp>"
msgstr ""
-#: 05210100.xhp#par_id3150868.40.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_AREA:MTR_FLD_Y_SIZE\">Enter a height for the bitmap.</ahelp>"
+#. LCSP
+#: 05100200.xhp
+msgctxt ""
+"05100200.xhp\n"
+"hd_id3150765\n"
+"9\n"
+"help.text"
+msgid "Vertically"
msgstr ""
-#: 05210100.xhp#hd_id3148673.41.help.text
-msgid "Position (Bitmaps)"
+#. x^S*
+#: 05100200.xhp
+msgctxt ""
+"05100200.xhp\n"
+"par_id3145410\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SW:IMAGERADIOBUTTON:DLG_SPLIT:RB_VERT\">Splits the selected cell(s) into the number of columns that you specify in the <emph>Split cell into </emph>box.</ahelp>"
msgstr ""
-#: 05210100.xhp#par_id3154821.42.help.text
-msgid "Click in the position grid to specify the offset for tiling the bitmap."
+#. WrN#
+#: 05340402.xhp
+msgctxt ""
+"05340402.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table format"
msgstr ""
-#: 05210100.xhp#hd_id3153056.43.help.text
-msgid "X Offset"
+#. Q;yM
+#: 05340402.xhp
+msgctxt ""
+"05340402.xhp\n"
+"hd_id3153514\n"
+"1\n"
+"help.text"
+msgid "Table format"
msgstr ""
-#: 05210100.xhp#par_id3147299.44.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_AREA:MTR_FLD_X_OFFSET\">Enter the horizontal offset for tiling the bitmap.</ahelp>"
+#. cr]H
+#: 05340402.xhp
+msgctxt ""
+"05340402.xhp\n"
+"par_id3154350\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"tabformtext\"><ahelp hid=\"HID_BROWSER_TABLEFORMAT\" visibility=\"visible\">Formats the selected row(s).</ahelp></variable>"
msgstr ""
-#: 05210100.xhp#hd_id3149985.45.help.text
-msgid "Y Offset"
+#. oc6@
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Replace"
msgstr ""
-#: 05210100.xhp#par_id3148559.46.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_AREA:MTR_FLD_Y_OFFSET\">Enter the vertical offset for tiling the bitmap.</ahelp>"
+#. {p9=
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"bm_id3152876\n"
+"help.text"
+msgid "<bookmark_value>AutoCorrect function; replacement table</bookmark_value><bookmark_value>replacement table</bookmark_value><bookmark_value>replacing; AutoCorrect function</bookmark_value><bookmark_value>text; replacing with format</bookmark_value><bookmark_value>frames; AutoCorrect function</bookmark_value><bookmark_value>pictures; inserting automatically</bookmark_value><bookmark_value>AutoCorrect function; pictures and frames</bookmark_value>"
msgstr ""
-#: 05210100.xhp#hd_id3156060.27.help.text
+#. 6zMU
+#: 06040200.xhp
#, fuzzy
-msgctxt "05210100.xhp#hd_id3156060.27.help.text"
-msgid "Tile"
-msgstr "შევსება"
+msgctxt ""
+"06040200.xhp\n"
+"hd_id3152876\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06040200.xhp\" name=\"Replace\">Replace</link>"
+msgstr "<link href=\"text/shared/01/02030000.xhp\" name=\"Repeat\">გამეორება</link>"
-#: 05210100.xhp#par_id3152576.28.help.text
-msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_AREA:TSB_TILE\">Tiles the bitmap to fill the selected object.</ahelp>"
+#. `fU0
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id3151262\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OFAPAGE_AUTOCORR_REPLACE\">Edits the replacement table for automatically correcting or replacing words or abbreviations in your document.</ahelp>"
msgstr ""
-#: 05210100.xhp#hd_id3150334.29.help.text
-msgid "AutoFit"
+#. K)33
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id3149999\n"
+"17\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">To enable the replacement table, choose <emph>Tools - AutoCorrect Options</emph>, click the<emph> Options</emph> tab, and then select<emph> Use replacement table</emph>. To use the replacement table while you type, choose <emph>Format - AutoCorrect - While Typing</emph>. </caseinline></switchinline>"
msgstr ""
-#: 05210100.xhp#par_id3149481.30.help.text
-msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_AREA:TSB_STRETCH\">Stretches the bitmap to fill the selected object. To use this feature, clear the <emph>Tile </emph>box.</ahelp>"
-msgstr ""
+#. hA2]
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"hd_id3155321\n"
+"3\n"
+"help.text"
+msgid "Replacement table"
+msgstr "ჩანაცვლების ცხრილი"
-#: 05210100.xhp#hd_id3148555.47.help.text
-msgid "Offset"
+#. U[im
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id3152945\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OFACTL_AUTOCORR_REPLACE\">Lists the entries for automatically replacing words or abbreviations while you type. To add an entry, enter text in the <emph>Replace </emph>and <emph>With </emph>boxes, and then click <emph>New</emph>. To edit an entry, select it, change the text in the <emph>With</emph> box, and then click <emph>Replace</emph>. To delete an entry, select it, and then click <emph>Delete</emph>.</ahelp>"
msgstr ""
-#: 05210100.xhp#par_id3155412.48.help.text
-msgid "Specify the offset for tiling the bitmap in terms of rows and columns."
+#. MH?,
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id3153349\n"
+"14\n"
+"help.text"
+msgid "You can use the AutoCorrect feature to apply a specific character format to a word or abbreviation. Select the formatted text in your document, open this dialog, clear the <emph>Text only</emph> box, and then enter the text that you want to replace in the<emph> Replace</emph> box."
msgstr ""
-#: 05210100.xhp#hd_id3151115.49.help.text
-#, fuzzy
-msgctxt "05210100.xhp#hd_id3151115.49.help.text"
-msgid "Row"
-msgstr "რიგები"
-
-#: 05210100.xhp#par_id3155369.50.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_AREA:RBT_ROW\">Horizontally offsets the original bitmap relative to the bitmap tiles by the amount that you enter.</ahelp>"
+#. UYu1
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id3154173\n"
+"16\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">You can also include frames, graphics, and OLE objects in an AutoCorrect entry, so long as they are anchored <emph>as characters</emph> in the text. Select the frame, graphic or OLE object and at least one text character in front of and behind the object. Open this dialog, type a name for this AutoCorrect entry in the <emph>Replace </emph>box, and then click <emph>New</emph>. </caseinline></switchinline>"
msgstr ""
-#: 05210100.xhp#hd_id3144442.51.help.text
-msgctxt "05210100.xhp#hd_id3144442.51.help.text"
-msgid "Column"
+#. Nf/q
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"hd_id3148943\n"
+"5\n"
+"help.text"
+msgid "Replace"
msgstr ""
-#: 05210100.xhp#par_id3146974.52.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_AREA:RBT_COLUMN\">Vertically offsets the original bitmap relative to the bitmap tiles by the amount that you enter.</ahelp>"
+#. }egP
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id3147560\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:EDIT:RID_OFAPAGE_AUTOCORR_REPLACE:ED_SHORT\">Enter the word or abbreviation that you want to replace while you type.</ahelp>"
msgstr ""
-#: 05210100.xhp#hd_id3150684.53.help.text
-msgid "Percent"
-msgstr "პროცენტი"
-
-#: 05210100.xhp#par_id3155314.54.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_AREA:MTR_FLD_OFFSET\">Enter the percentage to offset the rows or columns.</ahelp>"
+#. wxEC
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"hd_id3148947\n"
+"7\n"
+"help.text"
+msgid "With:"
msgstr ""
-#: 05210100.xhp#hd_id3152887.59.help.text
-msgid "Background Color (Hatching)"
+#. `].5
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id3149456\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:EDIT:RID_OFAPAGE_AUTOCORR_REPLACE:ED_REPLACE\">Enter the replacement text, graphic, frame, or OLE object that you want to replace the text in the<emph> Replace</emph> box. If you have selected text, a graphic, a frame, or an OLE object in your document, the relevant information is already entered here.</ahelp>"
msgstr ""
-#: 05210100.xhp#hd_id3153364.61.help.text
-msgctxt "05210100.xhp#hd_id3153364.61.help.text"
-msgid "Background color"
+#. [Zl-
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"hd_id3150400\n"
+"9\n"
+"help.text"
+msgid "Text only"
msgstr ""
-#: 05210100.xhp#par_id3152940.62.help.text
-msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_AREA:CB_HATCHBCKGRD\">Applies a background color to the hatching pattern. Select this checkbox, and then click a color in the list.</ahelp>"
+#. F*y!
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id3153379\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_AUTOCORR_REPLACE:CB_TEXT_ONLY\">Saves the entry in the <emph>With</emph> box without formatting. When the replacement is made, the text uses the same format as the document text.</ahelp>"
msgstr ""
-#: 05210100.xhp#hd_id3152460.63.help.text
-msgid "List of colors"
+#. dW*R
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"hd_id3153797\n"
+"11\n"
+"help.text"
+msgid "New"
msgstr ""
-#: 05210100.xhp#par_id3157309.64.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_AREA:LB_HATCHBCKGRDCOLOR\">Click the color that you want to use as a background for the selected hatching pattern.</ahelp>"
+#. FgVy
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id3153968\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:PUSHBUTTON:RID_OFAPAGE_AUTOCORR_REPLACE:PB_NEW_REPLACE\">Adds or replaces an entry in the replacement table.</ahelp>"
msgstr ""
-#: 02220100.xhp#tit.help.text
-msgctxt "02220100.xhp#tit.help.text"
-msgid "Description"
-msgstr "წარწერა"
-
-#: 02220100.xhp#bm_id1202200909085990.help.text
-msgid "<bookmark_value>hotspots;properties</bookmark_value> <bookmark_value>properties;hotspots</bookmark_value> <bookmark_value>ImageMap;hotspot properties</bookmark_value>"
+#. G~SH
+#: 06150210.xhp
+msgctxt ""
+"06150210.xhp\n"
+"tit\n"
+"help.text"
+msgid "XML Filter output"
msgstr ""
-#: 02220100.xhp#hd_id3154810.1.help.text
-msgctxt "02220100.xhp#hd_id3154810.1.help.text"
-msgid "Description"
-msgstr "წარწერა"
-
-#: 02220100.xhp#par_id3152910.2.help.text
-msgid "<ahelp hid=\"SVX:MODALDIALOG:RID_SVXDLG_IMAPURL\">Lists the properties for the selected hotspot.</ahelp>"
+#. Y?VI
+#: 06150210.xhp
+msgctxt ""
+"06150210.xhp\n"
+"hd_id3158397\n"
+"6\n"
+"help.text"
+msgid "<variable id=\"xmlfilteroutput\"><link href=\"text/shared/01/06150210.xhp\" name=\"XML Filter output\">XML Filter output</link></variable>"
msgstr ""
-#: 02220100.xhp#hd_id3150976.3.help.text
-msgctxt "02220100.xhp#hd_id3150976.3.help.text"
-msgid "Hyperlink"
+#. fsFL
+#: 06150210.xhp
+msgctxt ""
+"06150210.xhp\n"
+"par_id3153882\n"
+"1\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\"HID_XML_FILTER_OUTPUT_WINDOW\">Lists the test results of an <link href=\"text/shared/01/06150000.xhp\" name=\"XML filter\">XML filter</link>.</ahelp>"
msgstr ""
-#: 02220100.xhp#par_id3152349.4.help.text
-msgid "Lists the properties of the URL that is attached to the hotspot."
+#. :jDL
+#: 06150210.xhp
+msgctxt ""
+"06150210.xhp\n"
+"par_id3148731\n"
+"2\n"
+"help.text"
+msgid "The test results of an import or export XSLT stylesheet are displayed in the <emph>XML Filter output </emph>window. If you want, you can also validate the filter output."
msgstr ""
-#: 02220100.xhp#hd_id3156327.5.help.text
-#, fuzzy
-msgid "URL:"
-msgstr "URL"
-
-#: 02220100.xhp#par_id3155831.6.help.text
-msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_IMAPURL:EDT_URL\">Enter the URL for the file that you want to open when you click the selected hotspot.</ahelp> If you want to jump to a named anchor within the current document, the address should be of the form \"file:///C/[current_document_name]#anchor_name\"."
+#. :00/
+#: 06150210.xhp
+msgctxt ""
+"06150210.xhp\n"
+"hd_id3147143\n"
+"3\n"
+"help.text"
+msgid "Validate"
msgstr ""
-#: 02220100.xhp#hd_id3153827.7.help.text
-msgid "Alternative text:"
+#. AkLL
+#: 06150210.xhp
+msgctxt ""
+"06150210.xhp\n"
+"par_id3151315\n"
+"4\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\"HID_XML_SOURCE_FILE_VALIDATE\">Validates the contents of the <emph>XML Filter output</emph> window.</ahelp>"
msgstr ""
-#: 02220100.xhp#par_id3153665.8.help.text
-msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_IMAPURL:EDT_URLDESCRIPTION\">Enter the text that you want to display when the mouse rests on the hotspot in a browser.</ahelp>If you do not enter any text, the <emph>Address </emph>is displayed."
+#. wH+z
+#: 06150210.xhp
+msgctxt ""
+"06150210.xhp\n"
+"par_id3149999\n"
+"5\n"
+"help.text"
+msgid "The window splits into two areas and the results of the validation are displayed in the lower area."
msgstr ""
-#: 02220100.xhp#hd_id3149166.9.help.text
-#, fuzzy
-msgctxt "02220100.xhp#hd_id3149166.9.help.text"
-msgid "Frame:"
-msgstr "ჩარჩო"
-
-#: 02220100.xhp#par_id3155922.10.help.text
-msgid "<ahelp hid=\"SVX:COMBOBOX:RID_SVXDLG_IMAPURL:CBB_TARGETS\">Enter the name of the target frame that you want to open the URL in. You can also select a standard frame name that is recognized by all browsers from the list.</ahelp>."
+#. 9X2\
+#: 04150200.xhp
+msgctxt ""
+"04150200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert Plug-In"
msgstr ""
-#: 02220100.xhp#hd_id3147530.11.help.text
-msgid "Name:"
-msgstr "სახელები"
+#. cUWL
+#: 04150200.xhp
+msgctxt ""
+"04150200.xhp\n"
+"bm_id3149962\n"
+"help.text"
+msgid "<bookmark_value>plug-ins; inserting</bookmark_value><bookmark_value>inserting; plug-ins</bookmark_value>"
+msgstr "<bookmark_value>მოქმედების დაბრუნება;რედაქტირება</bookmark_value><bookmark_value>რედაქტირება;მოქმედების დაბრუნება</bookmark_value>"
-#: 02220100.xhp#par_id3148550.12.help.text
-msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_IMAPURL:EDT_NAME\">Enter a name for the image.</ahelp>"
+#. q[]G
+#: 04150200.xhp
+msgctxt ""
+"04150200.xhp\n"
+"hd_id3149962\n"
+"1\n"
+"help.text"
+msgid "Insert Plug-In"
msgstr ""
-#: 02220100.xhp#hd_id7557298.help.text
-msgctxt "02220100.xhp#hd_id7557298.help.text"
-msgid "Description"
-msgstr "წარწერა"
-
-#: 02220100.xhp#par_id5057222.help.text
-msgid "<ahelp hid=\".\">Enter a description for the hotspot.</ahelp>"
+#. `,Gx
+#: 04150200.xhp
+msgctxt ""
+"04150200.xhp\n"
+"par_id3155599\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"plugin\"><ahelp hid=\".uno:InsertPlugin\">Inserts a plug-in into the current document.</ahelp> </variable> A <link href=\"text/shared/00/00000002.xhp#plugin\" name=\"plug-in\">plug-in</link> is a software component that extends the capabilities of a web browser."
msgstr ""
-#: 02220100.xhp#par_id3147559.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/01100500.xhp\" name=\"Priority Table\">Priority Table</link>"
-msgstr "<link href=\"text/shared/01/01100200.xhp\" name=\"General\">ზოგადი</link>"
-
-#: 05210200.xhp#tit.help.text
-msgctxt "05210200.xhp#tit.help.text"
-msgid "Colors"
+#. [|Wg
+#: 04150200.xhp
+msgctxt ""
+"04150200.xhp\n"
+"hd_id3148585\n"
+"3\n"
+"help.text"
+msgid "File/URL"
msgstr ""
-#: 05210200.xhp#hd_id3152895.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05210200.xhp\" name=\"Colors\">Colors</link>"
-msgstr "<link href=\"text/shared/01/01050000.xhp\" name=\"Close\">დახურვა</link>"
+#. 9^g2
+#: 04150200.xhp
+msgctxt ""
+"04150200.xhp\n"
+"par_id3147399\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/insertplugin/urled\">Enter the URL for the plug-in or click <emph>Browse</emph>, and then locate the plug-in that you want to insert.</ahelp>"
+msgstr ""
-#: 05210200.xhp#par_id3149119.2.help.text
-msgid "Select a color to apply, save the current color list, or load a different color list."
+#. *^4c
+#: 04150200.xhp
+msgctxt ""
+"04150200.xhp\n"
+"hd_id3155552\n"
+"5\n"
+"help.text"
+msgid "Browse"
msgstr ""
-#: 05210200.xhp#par_id3154288.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010500.xhp\" name=\"$[officename] - Colors\">$[officename] - Colors</link>"
+#. K)o?
+#: 04150200.xhp
+msgctxt ""
+"04150200.xhp\n"
+"par_id3143267\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/insertplugin/urlbtn\">Locate the plug-in that you want to insert, and then click <emph>Open</emph>.</ahelp>"
msgstr ""
-#: 01010201.xhp#tit.help.text
-msgctxt "01010201.xhp#tit.help.text"
-msgid "Labels"
+#. -mH5
+#: 04150200.xhp
+msgctxt ""
+"04150200.xhp\n"
+"hd_id3149750\n"
+"7\n"
+"help.text"
+msgid "Options"
msgstr ""
-#: 01010201.xhp#hd_id3149987.1.help.text
-msgid "<link href=\"text/shared/01/01010201.xhp\" name=\"Labels\">Labels</link>"
-msgstr "<link href=\"text/shared/01/01010201.xhp\" name=\"Labels\">იარლიყები</link>"
+#. Wb[J
+#: 04150200.xhp
+msgctxt ""
+"04150200.xhp\n"
+"par_id3150774\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/insertplugin/pluginoptions\">Enter the parameters for the plug-in using the format <emph>parameter1=\"some text\"</emph>.</ahelp>"
+msgstr ""
-#: 01010201.xhp#par_id3152952.2.help.text
-msgid "<ahelp hid=\"HID_LAB_LAB\">Specify the label text and choose the paper size for the label.</ahelp>"
-msgstr "<ahelp hid=\"HID_LAB_LAB\">განსაზღვრეთ იარლიყის ტექსტი და აირჩიეთ შესაბამისი ფურცლის ზომა.</ahelp>"
+#. r11M
+#: 01010202.xhp
+msgctxt ""
+"01010202.xhp\n"
+"tit\n"
+"help.text"
+msgid "Format"
+msgstr ""
-#: 01010201.xhp#hd_id3158397.3.help.text
-msgid "Inscription"
-msgstr "წარწერა"
+#. l%WI
+#: 01010202.xhp
+msgctxt ""
+"01010202.xhp\n"
+"hd_id3151260\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01010202.xhp\" name=\"Format\">Format</link>"
+msgstr "<link href=\"text/shared/01/01010202.xhp\" name=\"Format\">ფორმატი</link>"
-#: 01010201.xhp#par_id3154350.4.help.text
-msgid "Enter or insert the text that you want to appear on the label(s)."
-msgstr "შეიტანეთ ან ჩასვით ტექსტი, რომელიც გსურთ რომ გამოჩნდეს ამ იარლიყზე."
+#. Lk;5
+#: 01010202.xhp
+msgctxt ""
+"01010202.xhp\n"
+"par_id3153255\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LAB_FMT\">Set paper formatting options.</ahelp>"
+msgstr "<ahelp hid=\"HID_LAB_FMT\">დააყენეთ ქაღალდის ფორმატირების პარამეტრები.</ahelp>"
-#: 01010201.xhp#hd_id3147294.5.help.text
-msgid "Label text"
-msgstr "იარლიყის ტექსტი"
+#. 8m|Y
+#: 01010202.xhp
+msgctxt ""
+"01010202.xhp\n"
+"hd_id3159194\n"
+"3\n"
+"help.text"
+msgid "Horizontal pitch"
+msgstr "ჰორიზონტალური ველი"
-#: 01010201.xhp#par_id3150838.6.help.text
-msgid "<ahelp hid=\"SW_MULTILINEEDIT_TP_LAB_LAB_EDT_WRITING\">Enter the text that you want to appear on the label. You can also insert a database field.</ahelp>"
-msgstr "<ahelp hid=\"SW_MULTILINEEDIT_TP_LAB_LAB_EDT_WRITING\">შეიტანეთ ტექსტი, რომელიც გსურთ რომ გამოჩნდეს ამ იარლიყზეl. ასევე შეგიძლიათ ჩასვათ მოანცემთა ბაზის ველი.</ahelp>"
+#. /3jj
+#: 01010202.xhp
+msgctxt ""
+"01010202.xhp\n"
+"par_id3154186\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SW:METRICFIELD:TP_LAB_FMT:FLD_HDIST\">Displays the distance between the left edges of adjacent labels or business cards. If you are defining a custom format, enter a value here.</ahelp>"
+msgstr "<ahelp hid=\"SW:METRICFIELD:TP_LAB_FMT:FLD_HDIST\">აჩვენებს მომიჯნავე იარლიყებს ან სავიზიტო ბარათების მარცხენა კიდეებს შორის მანძილს. თუ თქვენ განსაზღვრავთ ინდივიდუალურ ფორმატს,მნიშვნელობა მიუთითეთ აქ.</ahelp>"
-#: 01010201.xhp#hd_id3150603.7.help.text
-msgid "Address"
-msgstr "მისამართი"
+#. Nh0C
+#: 01010202.xhp
+msgctxt ""
+"01010202.xhp\n"
+"hd_id3155555\n"
+"5\n"
+"help.text"
+msgid "Vertical pitch"
+msgstr "ვერტიკალური ველი"
-#: 01010201.xhp#par_id3153089.8.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_LAB_LAB_BOX_ADDR\">Creates a label with your return address. Text that is currently in the <emph>Label text</emph> box is overwritten.</ahelp>"
-msgstr "<ahelp hid=\"SW_CHECKBOX_TP_LAB_LAB_BOX_ADDR\">ქმნის იარლიყს თქვენი საპასუხო მისამართით. <emph>იარლიყის ტექსტის</emph>სარკმელში მოთავსებული მიმდინარე ტექსტი ზემოდან გადაწერილია.</ahelp>"
+#. V3!G
+#: 01010202.xhp
+msgctxt ""
+"01010202.xhp\n"
+"par_id3152425\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SW:METRICFIELD:TP_LAB_FMT:FLD_VDIST\">Displays the distance between the upper edge of a label or a business card and the upper edge of the label or the business card directly below. If you are defining a custom format, enter a value here.</ahelp>"
+msgstr "<ahelp hid=\"SW:METRICFIELD:TP_LAB_FMT:FLD_VDIST\">აჩვენებს მანძილს იარლიყს ან სავიზიტო ბარათის ზედა კიდეებს შორის, და პირდაპირ ქვემოთ იარლიყის ან სავიზიტო ბარათის ზედა კიდეს შორის. თუ თქვენ განსაზღვრავთ ინდივიდუალურ ფორმატს, მნიშვნელობა მიუთითეთ აქ</ahelp>"
-#: 01010201.xhp#par_id3155555.9.help.text
-msgid "To change your return address, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010100.xhp\" name=\"%PRODUCTNAME\">%PRODUCTNAME</link></emph>, and then click on the <emph>User Data</emph> tab."
+#. ]fq!
+#: 01010202.xhp
+msgctxt ""
+"01010202.xhp\n"
+"hd_id3147399\n"
+"7\n"
+"help.text"
+msgid "Width"
msgstr ""
-#: 01010201.xhp#hd_id3147557.10.help.text
-msgctxt "01010201.xhp#hd_id3147557.10.help.text"
-msgid "Database"
+#. u{z1
+#: 01010202.xhp
+msgctxt ""
+"01010202.xhp\n"
+"par_id3147576\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SW:METRICFIELD:TP_LAB_FMT:FLD_WIDTH\">Displays the width for the label or the business card. If you are defining a custom format, enter a value here.</ahelp>"
+msgstr "<ahelp hid=\"SW:METRICFIELD:TP_LAB_FMT:FLD_WIDTH\">აჩვენებს იარლიყის ან სავიზიტო ბარათის სიგანეს. თუ თქვენ განსაზღვრავთ ინდივიდუალურ ფორმატს, მნიშვნელობა მიუთითეთ აქ.</ahelp>"
+
+#. U]VS
+#: 01010202.xhp
+msgctxt ""
+"01010202.xhp\n"
+"hd_id3150774\n"
+"9\n"
+"help.text"
+msgid "Height"
msgstr ""
-#: 01010201.xhp#par_id3148620.11.help.text
-msgid "<ahelp hid=\"SW_LISTBOX_TP_LAB_LAB_LB_DATABASE\">Select the database that you want to use as the data source for your label. </ahelp>"
-msgstr "<ahelp hid=\"SW_LISTBOX_TP_LAB_LAB_LB_DATABASE\">მონიშნეთ მონაცემთა ის ბაზა, რომელიც გსურთ რომ გამოიყენოთ როგორც თქვენი იარლიყის მონაცემთა წყარო. </ahelp>"
+#. v,,w
+#: 01010202.xhp
+msgctxt ""
+"01010202.xhp\n"
+"par_id3149827\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SW:METRICFIELD:TP_LAB_FMT:FLD_HEIGHT\">Displays the height for the label or business card. If you are defining a custom format, enter a value here.</ahelp>"
+msgstr "<ahelp hid=\"SW:METRICFIELD:TP_LAB_FMT:FLD_HEIGHT\">აჩვენებს იარლიყის ან სავიზიტო ბარათის სიმაღლეს. თუ თქვენ განსაზღვრავთ ინდივიდუალურ ფორმატს, მნიშვნელობა მიუთითეთ აქ.</ahelp>"
-#: 01010201.xhp#hd_id3149388.12.help.text
-msgctxt "01010201.xhp#hd_id3149388.12.help.text"
-msgid "Table"
+#. Wl3F
+#: 01010202.xhp
+msgctxt ""
+"01010202.xhp\n"
+"hd_id3149182\n"
+"11\n"
+"help.text"
+msgid "Left margin"
msgstr ""
-#: 01010201.xhp#par_id3149827.13.help.text
-msgid "<ahelp hid=\"SW_LISTBOX_TP_LAB_LAB_LB_TABLE\">Select the database table containing the field(s) that you want to use in your label.</ahelp>"
-msgstr "<ahelp hid=\"SW_LISTBOX_TP_LAB_LAB_LB_TABLE\">მონიშნეთ მონაცემთა ბაზის ის ცხრილი, რომელიც შეიცავს იმ ველ(ებ)ს რომელიც გსურთ რომ თქვენს იარლიყში გამოიყენოთ.</ahelp>"
-
-#: 01010201.xhp#hd_id3155391.14.help.text
-msgid "Database field"
-msgstr "მონაცემთა ბაზის ველი"
+#. qPOs
+#: 01010202.xhp
+msgctxt ""
+"01010202.xhp\n"
+"par_id3154823\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SW:METRICFIELD:TP_LAB_FMT:FLD_LEFT\">Displays the distance from the left edge of the page to the left edge of the first label or business card. If you are defining a custom format, enter a value here.</ahelp>"
+msgstr "<ahelp hid=\"SW:METRICFIELD:TP_LAB_FMT:FLD_LEFT\">აჩვენებს მანძილს გვერდის მარცხენა ველიდან პირველი იარლიყის ან სავიზიტო ბარათის მარცხენა ველამდე. თუ თქვენ განსაზღვრავთ ინდივიდუალურ ფორმატს, მნიშვნელობა მიუთითეთ აქ.</ahelp>"
-#: 01010201.xhp#par_id3149750.15.help.text
-msgid "<ahelp hid=\"SW_IMAGEBUTTON_TP_LAB_LAB_BTN_INSERT\">Select the database field that you want, and then click the arrow to the left of this box to insert the field into the <emph>Label text</emph> box.</ahelp>."
-msgstr "<ahelp hid=\"SW_IMAGEBUTTON_TP_LAB_LAB_BTN_INSERT\">მონიშნეთ მონაცემთა ბაზის ველი, და დააწკაპუნეთ ისარზე სარკმლის მარცხენა მხარეს და ჩასვით ველი <emph>იარლიყის ტექსტის</emph> სარკმელში.</ahelp>."
+#. gHXa
+#: 01010202.xhp
+msgctxt ""
+"01010202.xhp\n"
+"hd_id3156346\n"
+"13\n"
+"help.text"
+msgid "Upper margin"
+msgstr "ზედა ველი"
-#: 01010201.xhp#par_id3152780.16.help.text
-msgid "The name of the database field is bounded by brackets in the <emph>Label text</emph> box. If you want, you can separate database fields with spaces. Press Enter to insert a database field on a new line."
-msgstr "მონაცემთა ბაზის ველის სახელი ჩასმულია ფრიჩხილებში <emph>იარლიყის ტექსტის</emph> სარკმელში.თქვენ შეგიძლიათ მონაცემთა ბაზის ველების განცალკევება არეებით. დააჭირეთ შეტანას რათა ახალ ხაზში ჩასვათ მონაცემთა ბაზის ველი. "
+#. =Dg3
+#: 01010202.xhp
+msgctxt ""
+"01010202.xhp\n"
+"par_id3150355\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SW:METRICFIELD:TP_LAB_FMT:FLD_UPPER\">Displays distance from the top edge of the page to the top of the first label or business card. If you are defining a custom format, enter a value here.</ahelp>"
+msgstr "<ahelp hid=\"SW:METRICFIELD:TP_LAB_FMT:FLD_UPPER\">აჩვენებს მანძილს გვერდის საწყისი გვერდიდან პირველი იარლიყის ან სავიზიტო ბარათის დასაწყისამდე. თუ თქვენ განსაზღვრავთ ინდივიდუალურ ფორმატს, მნიშვნელობა მიუთითეთ აქ.</ahelp>"
-#: 01010201.xhp#hd_id3147653.17.help.text
-msgctxt "01010201.xhp#hd_id3147653.17.help.text"
-msgid "Format"
+#. KuFm
+#: 01010202.xhp
+msgctxt ""
+"01010202.xhp\n"
+"hd_id3147573\n"
+"15\n"
+"help.text"
+msgid "Columns"
msgstr ""
-#: 01010201.xhp#par_id3149762.18.help.text
-msgid "You can select a pre-defined size format for your label or a size format that you specify on the <emph>Format </emph>tab.."
-msgstr "შეგიძლიათ მონიშნოთ წინასწარ განსაზღვრული ფორმატი თქვენი იარლიყისათვის ან ის ზომის ფორმატი, რომელსაც თქვენ განსაზღვრავთ<emph>ფორმატის </emph>ჩანართზე.."
+#. /_3W
+#: 01010202.xhp
+msgctxt ""
+"01010202.xhp\n"
+"par_id3153252\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SW:NUMERICFIELD:TP_LAB_FMT:FLD_COLUMNS\">Enter the number of labels or business cards that you want to span the width of the page.</ahelp>"
+msgstr "<ahelp hid=\"SW:NUMERICFIELD:TP_LAB_FMT:FLD_COLUMNS\">შეიტანეთ იარლიყების ან სავიზიტო ბარათების ის რაოდენობა, რაც გსურთ რომ გასწვდეს გვერდის სიგანეს.</ahelp>"
-#: 01010201.xhp#hd_id3154143.19.help.text
-msgctxt "01010201.xhp#hd_id3154143.19.help.text"
-msgid "Continuous"
-msgstr ""
+#. *\FM
+#: 01010202.xhp
+msgctxt ""
+"01010202.xhp\n"
+"hd_id3154143\n"
+"17\n"
+"help.text"
+msgid "Rows"
+msgstr "რიგები"
-#: 01010201.xhp#par_id3151339.20.help.text
-msgid "<ahelp hid=\"SW_RADIOBUTTON_TP_LAB_LAB_BTN_CONT\">Prints labels on continuous paper.</ahelp>"
-msgstr "<ahelp hid=\"SW_RADIOBUTTON_TP_LAB_LAB_BTN_CONT\">ბეჭდავს იარლიყებს უწყვეტ ფურცელზე.</ahelp>"
+#. b{Fi
+#: 01010202.xhp
+msgctxt ""
+"01010202.xhp\n"
+"par_id3145119\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SW:NUMERICFIELD:TP_LAB_FMT:FLD_ROWS\">Enter the number of labels or business cards that you want to span the height of the page.</ahelp>"
+msgstr "<ahelp hid=\"SW:NUMERICFIELD:TP_LAB_FMT:FLD_ROWS\">შეიტანეთ იარლიყების ან სავიზიტო ბარათების ის რაოდენობა, რაც გსურთ რომ გასწვდეს გვერდის სიმაღლეს.</ahelp>"
-#: 01010201.xhp#hd_id3150131.21.help.text
-msgctxt "01010201.xhp#hd_id3150131.21.help.text"
-msgid "Sheet"
+#. ~I;j
+#: 01010202.xhp
+msgctxt ""
+"01010202.xhp\n"
+"hd_id3147336\n"
+"19\n"
+"help.text"
+msgid "Save"
msgstr ""
-#: 01010201.xhp#par_id3159167.22.help.text
-msgid "<ahelp hid=\"SW_RADIOBUTTON_TP_LAB_LAB_BTN_SHEET\">Prints labels on individual sheets.</ahelp>"
-msgstr "<ahelp hid=\"SW_RADIOBUTTON_TP_LAB_LAB_BTN_SHEET\">ბეჭდავს იარლიყებს ინდივიდუალურ ფურცლებზე.</ahelp>"
+#. i637
+#: 01010202.xhp
+msgctxt ""
+"01010202.xhp\n"
+"par_id3156152\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SW_PUSHBUTTON_TP_LAB_FMT_PB_SAVE\">Saves the current label or business card format.</ahelp>"
+msgstr "<ahelp hid=\"SW_PUSHBUTTON_TP_LAB_FMT_PB_SAVE\">iიმახსოვრებს მიმდინარე იარლიყს ან სავიზიტო ბარათის ფორმატს.</ahelp>"
-#: 01010201.xhp#hd_id3156327.23.help.text
-msgctxt "01010201.xhp#hd_id3156327.23.help.text"
+#. qJ!]
+#: 01010202.xhp
+msgctxt ""
+"01010202.xhp\n"
+"hd_id3146773\n"
+"21\n"
+"help.text"
+msgid "Save Label Format"
+msgstr "დაიმახსოვრე იარლიყის ფორმატი"
+
+#. mk{@
+#: 01010202.xhp
+msgctxt ""
+"01010202.xhp\n"
+"hd_id3154897\n"
+"23\n"
+"help.text"
msgid "Brand"
msgstr ""
-#: 01010201.xhp#par_id3150466.24.help.text
-msgid "<ahelp hid=\"SW_LISTBOX_TP_LAB_LAB_BOX_MAKE\">Select the brand of paper that you want to use.</ahelp> Each brand has its own size formats."
-msgstr "<ahelp hid=\"SW_LISTBOX_TP_LAB_LAB_BOX_MAKE\">მონიშნეთ სასურველი ქაღალდის სახეობა.</ahelp> თითოეულ სახეობას გააჩნია საკუთარი ზომის ფორმატი."
+#. It~I
+#: 01010202.xhp
+msgctxt ""
+"01010202.xhp\n"
+"par_id3155421\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SW_COMBOBOX_DLG_SAVE_LABEL_CB_MAKE\">Enter or select the desired brand.</ahelp>"
+msgstr "<ahelp hid=\"SW_COMBOBOX_DLG_SAVE_LABEL_CB_MAKE\">შეიტანე ან მონიშნე სასურველი სახეობა.</ahelp>"
-#: 01010201.xhp#hd_id3153821.25.help.text
-msgctxt "01010201.xhp#hd_id3153821.25.help.text"
+#. :2%%
+#: 01010202.xhp
+msgctxt ""
+"01010202.xhp\n"
+"hd_id3155180\n"
+"25\n"
+"help.text"
msgid "Type"
msgstr "ტიპი:"
-#: 01010201.xhp#par_id3149235.26.help.text
-msgid "<ahelp hid=\"SW_LISTBOX_TP_LAB_LAB_BOX_TYPE\">Select the size format that you want to use. The available formats depend on the brand on what you selected in the <emph>Brand</emph> list. If you want to use a custom label format, select <emph>[User]</emph>, and then click the <link href=\"text/shared/01/01010202.xhp\" name=\"Format\"><emph>Format</emph></link> tab to define the format.</ahelp>"
-msgstr ""
-
-#: 01010201.xhp#hd_id3153828.27.help.text
-msgctxt "01010201.xhp#hd_id3153828.27.help.text"
-msgid "Info"
-msgstr ""
+#. @eRK
+#: 01010202.xhp
+msgctxt ""
+"01010202.xhp\n"
+"par_id3159158\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SW_EDIT_DLG_SAVE_LABEL_ED_TYPE\">Enter or select a label type.</ahelp>"
+msgstr "<ahelp hid=\"SW_EDIT_DLG_SAVE_LABEL_ED_TYPE\">შეიტანე ან მონიშნე იარლიყის ტიპი.</ahelp>"
-#: 01010201.xhp#par_id3152349.28.help.text
-msgid "The paper type and the dimensions of the label are displayed at the bottom of the <emph>Format</emph> area."
-msgstr "ქაღალდის ტიპი და იარლიყის ზომები ნაჩვენებია <emph>ფორმატის</emph>არეალის ქვევით."
+#. ,8MZ
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Business cards"
+msgstr "სავიზიტო ბარათები"
-#: 02230000.xhp#tit.help.text
-msgctxt "02230000.xhp#tit.help.text"
-msgid "Changes"
-msgstr ""
+#. JM])
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"hd_id3149038\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01010300.xhp\" name=\"Business cards\">Business cards</link>"
+msgstr "<link href=\"text/shared/01/01010300.xhp\" name=\"Business cards\">სავიზიტო ბარათები</link>"
-#: 02230000.xhp#hd_id3152952.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/02230000.xhp\" name=\"Changes\">Changes</link>"
-msgstr "<link href=\"text/shared/01/02060000.xhp\" name=\"Paste\">ჩასმა</link>"
+#. A]pc
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3149987\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertBusinessCard\">Design and create your own business cards.</ahelp> You can choose from a number of pre-defined size formats or create your own."
+msgstr "<ahelp hid=\".uno:InsertBusinessCard\">შეგიძლიათ შექმნათ საკუთარი სავიზიტო ბარათები.</ahelp> ან აირჩიოთ წინასწარ განსაზღვრული ზომის ფორმატებიდან."
-#: 02230000.xhp#par_id3145759.2.help.text
-msgid "<ahelp hid=\".\">Lists the commands that are available for tracking changes in your file.</ahelp>"
+#. TN06
+#: 06202000.xhp
+msgctxt ""
+"06202000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit Custom Dictionary"
msgstr ""
-#: 02230000.xhp#hd_id3154894.7.help.text
-#, fuzzy
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02230200.xhp\" name=\"Show\">Show</link></caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100300.xhp\" name=\"Format\">ფორმატი</link></caseinline></switchinline>"
-
-#: 02230000.xhp#hd_id3154184.8.help.text
-#, fuzzy
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/shared/01/02230200.xhp\" name=\"Show\">Show</link></caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100300.xhp\" name=\"Format\">ფორმატი</link></caseinline></switchinline>"
-
-#: 02230000.xhp#hd_id3153527.4.help.text
-msgid "<link href=\"text/shared/01/02230400.xhp\" name=\"Accept or Reject\">Accept or Reject</link>"
+#. c]BI
+#: 06202000.xhp
+msgctxt ""
+"06202000.xhp\n"
+"par_idN10542\n"
+"help.text"
+msgid "Edit Custom Dictionary"
msgstr ""
-#: 02230000.xhp#hd_id3145072.3.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/02230300.xhp\" name=\"Comment\">Comment</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
+#. NE$-
+#: 06202000.xhp
+msgctxt ""
+"06202000.xhp\n"
+"par_idN10546\n"
+"help.text"
+msgid "Add and delete entries that are used for the <link href=\"text/shared/01/06200000.xhp\">Hangul/Hanja Conversion</link>."
+msgstr ""
-#: 02230000.xhp#hd_id3150694.5.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/02230500.xhp\" name=\"Merge Document\">Merge Document</link>"
-msgstr "<link href=\"text/shared/01/01010001.xhp\" name=\"Master Document\">საბაზო დოკუმენტი</link>"
+#. 7T^}
+#: 06202000.xhp
+msgctxt ""
+"06202000.xhp\n"
+"par_idN1055F\n"
+"help.text"
+msgid "Book"
+msgstr "წიგნი"
-#: 05020200.xhp#tit.help.text
-msgid "Font Effects"
+#. d+?-
+#: 06202000.xhp
+msgctxt ""
+"06202000.xhp\n"
+"par_idN10563\n"
+"help.text"
+msgid "<ahelp hid=\"svx:ListBox:RID_SVX_MDLG_HANGULHANJA_EDIT:LB_BOOK\">Select the user-defined dictionary that you want to edit.</ahelp>"
msgstr ""
-#: 05020200.xhp#bm_id3153514.help.text
-msgid "<bookmark_value>fonts;effects</bookmark_value> <bookmark_value>formatting; font effects</bookmark_value> <bookmark_value>characters; font effects</bookmark_value> <bookmark_value>text; font effects</bookmark_value> <bookmark_value>effects; fonts</bookmark_value> <bookmark_value>underlining; text</bookmark_value> <bookmark_value>capital letters; font effects</bookmark_value> <bookmark_value>lowercase letters; font effects</bookmark_value> <bookmark_value>titles; font effects</bookmark_value> <bookmark_value>small capitals</bookmark_value> <bookmark_value>strikethrough; font effects</bookmark_value> <bookmark_value>fonts; strikethrough</bookmark_value> <bookmark_value>outlines; font effects</bookmark_value> <bookmark_value>fonts; outlines</bookmark_value> <bookmark_value>shadows; characters</bookmark_value> <bookmark_value>fonts; shadows</bookmark_value> <bookmark_value>fonts;color ignored</bookmark_value> <bookmark_value>ignored font colors</bookmark_value> <bookmark_value>colors;ignored text color</bookmark_value>"
+#. @VJ3
+#: 06202000.xhp
+msgctxt ""
+"06202000.xhp\n"
+"par_idN1057A\n"
+"help.text"
+msgid "Original"
msgstr ""
-#: 05020200.xhp#hd_id3153514.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05020200.xhp\" name=\"Font Effects\">Font Effects</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
+#. N2-|
+#: 06202000.xhp
+msgctxt ""
+"06202000.xhp\n"
+"par_idN1057E\n"
+"help.text"
+msgid "<ahelp hid=\"svx:ComboBox:RID_SVX_MDLG_HANGULHANJA_EDIT:LB_ORIGINAL\">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.</ahelp> To move from the Original box to the the first text box in the Suggestions area, press Enter."
+msgstr ""
-#: 05020200.xhp#par_id3149205.2.help.text
-msgid "<ahelp hid=\"HID_SVXPAGE_CHAR_EFFECTS\">Specify the font effects that you want to use.</ahelp>"
+#. s=jb
+#: 06202000.xhp
+msgctxt ""
+"06202000.xhp\n"
+"par_idN10596\n"
+"help.text"
+msgid "Replace by character"
msgstr ""
-#: 05020200.xhp#hd_id3149482.81.help.text
-msgctxt "05020200.xhp#hd_id3149482.81.help.text"
-msgid "Font Color"
+#. SdPw
+#: 06202000.xhp
+msgctxt ""
+"06202000.xhp\n"
+"par_idN1059A\n"
+"help.text"
+msgid "<ahelp hid=\"svx:CheckBox:RID_SVX_MDLG_HANGULHANJA_EDIT:CB_REPLACEBYCHAR\">Converts the text on a character by character basis and not on a word by word basis.</ahelp>"
msgstr ""
-#: 05020200.xhp#par_id3146924.82.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_CHAR_EFFECTS_LB_FONTCOLOR\">Sets the color for the selected text. If you select<emph> Automatic</emph>, the text color is set to black for light backgrounds and to white for dark backgrounds.</ahelp>"
+#. .oid
+#: 06202000.xhp
+msgctxt ""
+"06202000.xhp\n"
+"par_idN105C9\n"
+"help.text"
+msgid "Suggestions (max. 8)"
msgstr ""
-#: 05020200.xhp#par_idN10CC2.help.text
-msgid "To change the color of a text selection, select the text that you want to change, and click the <emph>Font Color</emph> icon. To apply a different color, click the arrow next to the <emph>Font Color</emph> icon, and then select the color that you want to use."
+#. EYAT
+#: 06202000.xhp
+msgctxt ""
+"06202000.xhp\n"
+"par_idN105CD\n"
+"help.text"
+msgid "<ahelp hid=\"svx:Edit:RID_SVX_MDLG_HANGULHANJA_EDIT:ED_1\">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.</ahelp>"
msgstr ""
-#: 05020200.xhp#par_idN10CC9.help.text
-msgid "If you click the <emph>Font Color</emph> icon before you select text, the paint can cursor appears. To change the color of text, select the text with the paint can cursor. To change the color of a single word, double-click in a word. To apply a different color, click the arrow next to the <emph>Font Color</emph> icon, and then select the color that you want to use."
+#. ?#=L
+#: 06202000.xhp
+msgctxt ""
+"06202000.xhp\n"
+"par_idN105E4\n"
+"help.text"
+msgid "New"
msgstr ""
-#: 05020200.xhp#par_idN10CD6.help.text
-msgid "To undo the last change, right-click."
+#. )W2L
+#: 06202000.xhp
+msgctxt ""
+"06202000.xhp\n"
+"par_idN105E8\n"
+"help.text"
+msgid "<ahelp hid=\"svx:PushButton:RID_SVX_MDLG_HANGULHANJA_EDIT:PB_HHE_NEW\">Adds the current replacement definition to the dictionary.</ahelp>"
msgstr ""
-#: 05020200.xhp#par_idN10CDA.help.text
-msgid "To exit the paint can mode, click once, or press the Escape key."
+#. SbKn
+#: 06202000.xhp
+msgctxt ""
+"06202000.xhp\n"
+"par_idN105FF\n"
+"help.text"
+msgid "Delete"
msgstr ""
-#: 05020200.xhp#par_id3150037.85.help.text
-msgid "The text color is ignored when printing, if the <emph>Print black</emph> check box is selected in <link href=\"text/shared/optionen/01040400.xhp\" name=\"Writer - Print\"><emph>%PRODUCTNAME Writer - Print</emph></link> in the Options dialog box."
+#. z=2O
+#: 06202000.xhp
+msgctxt ""
+"06202000.xhp\n"
+"par_idN10603\n"
+"help.text"
+msgid "<ahelp hid=\"svx:PushButton:RID_SVX_MDLG_HANGULHANJA_EDIT:PB_HHE_DELETE\">Deletes the selected entry.</ahelp>"
msgstr ""
-#: 05020200.xhp#par_id7613757.help.text
-msgid "The text color is ignored on screen, if the <emph>Use automatic font color for screen display</emph> check box is selected in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01013000.xhp\"><emph>%PRODUCTNAME - Accessibility</emph></link>."
+#. :)(-
+#: 02230500.xhp
+msgctxt ""
+"02230500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Merge Document"
msgstr ""
-#: 05020200.xhp#par_id3144766.84.help.text
-msgid "<ahelp hid=\".uno:FontColor\" visibility=\"hidden\"><variable id=\"textfarbe\">Click to apply the current font color to the selected characters. You can also click here, and then drag a selection to change the text color. Click the arrow next to the icon to open the Font color toolbar.</variable></ahelp>"
+#. K#dJ
+#: 02230500.xhp
+msgctxt ""
+"02230500.xhp\n"
+"hd_id3149000\n"
+"1\n"
+"help.text"
+msgid "Merge Document"
msgstr ""
-#: 05020200.xhp#hd_id3146137.3.help.text
-msgctxt "05020200.xhp#hd_id3146137.3.help.text"
-msgid "Effects"
+#. n5)z
+#: 02230500.xhp
+msgctxt ""
+"02230500.xhp\n"
+"par_id3154408\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"dokzus\"><ahelp hid=\".uno:MergeDocuments\" visibility=\"visible\">Imports changes made to copies of the same document into the original document. Changes made to footnotes, headers, frames and fields are ignored.</ahelp></variable> Identical changes are merged automatically."
msgstr ""
-#: 05020200.xhp#par_id3150084.64.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_CHAR_EFFECTS_LB_EFFECTS2\">Select the font effects that you want to apply.</ahelp>"
+#. sAQ(
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hangul/Hanja Conversion"
msgstr ""
-#: 05020200.xhp#hd_id3149575.65.help.text
-msgctxt "05020200.xhp#hd_id3149575.65.help.text"
-msgid "Effects"
+#. g|dS
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"bm_id3155757\n"
+"help.text"
+msgid "<bookmark_value>converting;Hangul/Hanja</bookmark_value><bookmark_value>Hangul/Hanja</bookmark_value>"
msgstr ""
-#: 05020200.xhp#par_id3148944.66.help.text
-msgid "The following capitalization effects are available:"
+#. %v=m
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"hd_id3155757\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06200000.xhp\" name=\"Hangul/Hanja Conversion\">Hangul/Hanja Conversion</link>"
msgstr ""
-#: 05020200.xhp#par_id3155922.67.help.text
-msgid "Without - no effect is applied"
+#. f,b9
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"par_id3146060\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:HangulHanjaConversion\">Converts the selected Korean text from Hangul to Hanja or from Hanja to Hangul.</ahelp> The menu command can only be called if you enable Asian language support under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>, and if a text formatted in Korean language is selected."
msgstr ""
-#: 05020200.xhp#par_id3154280.68.help.text
-msgid "Capitals - changes the selected lowercase characters to uppercase characters"
+#. wcQ,
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"hd_id3150603\n"
+"3\n"
+"help.text"
+msgid "Original"
msgstr ""
-#: 05020200.xhp#par_id3148947.69.help.text
-msgid "Lowercase - changes the selected uppercase characters to lower characters"
+#. H[b-
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"par_id3148520\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SPELLDLG_SETWORD\">Displays the current selection.</ahelp>"
msgstr ""
-#: 05020200.xhp#par_id3149456.71.help.text
-msgid "Title font - changes the first character of each selected word to an uppercase character"
+#. C!;:
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"hd_id3154230\n"
+"5\n"
+"help.text"
+msgid "Replace with"
+msgstr "ჩაანაცვლე"
+
+#. r\uZ
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"par_id3149205\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"HID_HANGULDLG_EDIT_NEWWORD\">Displays the first replacement suggestion from the dictionary.</ahelp> You can edit the suggested word or enter another word. Click the <emph>Find</emph> button to replace your original word with the corresponding replacement word."
msgstr ""
-#: 05020200.xhp#par_id3154937.70.help.text
-msgid "Small capitals - changes the selected lowercase characters to uppercase characters, and then reduces their size"
+#. x2cS
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"hd_id3154673\n"
+"7\n"
+"help.text"
+msgid "Find"
msgstr ""
-#: 05020200.xhp#hd_id3154129.76.help.text
-msgctxt "05020200.xhp#hd_id3154129.76.help.text"
-msgid "Relief"
+#. 9|H(
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"par_id3156560\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVX_MDLG_HANGULHANJA_PB_FIND\">Finds your Hangul input in the dictionary and replaces it with the corresponding Hanja.</ahelp> Click <emph>Ignore</emph> to cancel the find function."
msgstr ""
-#: 05020200.xhp#par_id3146974.77.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_CHAR_EFFECTS_LB_RELIEF\">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.</ahelp>"
+#. ,qpd
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"hd_id3147291\n"
+"9\n"
+"help.text"
+msgid "Suggestions"
msgstr ""
-#: 05020200.xhp#hd_id3147287.72.help.text
-msgctxt "05020200.xhp#hd_id3147287.72.help.text"
-msgid "Outline"
+#. (VEk
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"par_id3154823\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVX_MDLG_HANGULHANJA_LB_SUGGESTIONS\">Displays all available replacements in the dictionary.</ahelp> If the <emph>Replace by character</emph> box is enabled, you see a grid of characters. If the <emph>Replace by character</emph> box is not checked, you see a list of words."
msgstr ""
-#: 05020200.xhp#par_id3159126.73.help.text
-msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_CHAR_EFFECTS_CB_OUTLINE\">Displays the outline of the selected characters. This effect does not work with every font.</ahelp>"
+#. $hg%
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"hd_id3157958\n"
+"11\n"
+"help.text"
+msgid "Format"
msgstr ""
-#: 05020200.xhp#hd_id3163714.74.help.text
-msgctxt "05020200.xhp#hd_id3163714.74.help.text"
-msgid "Shadow"
+#. dRgC
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"par_id3155941\n"
+"12\n"
+"help.text"
+msgid "Click the format to display the replacements."
msgstr ""
-#: 05020200.xhp#par_id3150962.75.help.text
-msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_CHAR_EFFECTS_CB_SHADOW\">Adds a shadow that casts below and to the right of the selected characters.</ahelp>"
+#. _%Qf
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"hd_id3153749\n"
+"13\n"
+"help.text"
+msgid "Hangul/Hanja"
msgstr ""
-#: 05020200.xhp#bm_id410168.help.text
-msgid "<bookmark_value>blinking fonts</bookmark_value> <bookmark_value>flashing fonts</bookmark_value>"
-msgstr "<bookmark_value>გაცვლის ბუფერი; Unix</bookmark_value><bookmark_value>ასლის შექმნა Unix-ში</bookmark_value>"
+#. ^2vJ
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"par_id3150775\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVX_MDLG_HANGULHANJA_RB_SIMPLE_CONVERSION\">The original characters are replaced by the suggested characters.</ahelp>"
+msgstr ""
-#: 05020200.xhp#hd_id3152941.15.help.text
-msgctxt "05020200.xhp#hd_id3152941.15.help.text"
-msgid "Blinking"
+#. X!^k
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"hd_id3152780\n"
+"15\n"
+"help.text"
+msgid "Hanja (Hangul)"
msgstr ""
-#: 05020200.xhp#par_id3145662.16.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_CHAR_EFFECTS_CB_BLINKING\">Makes the selected characters blink. You cannot change the blink frequency.</ahelp>"
+#. \eUo
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"par_id3153662\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVX_MDLG_HANGULHANJA_RB_HANJA_HANGUL_BRACKETED\">The Hangul part will be displayed in brackets after the Hanja part.</ahelp>"
msgstr ""
-#: 05020200.xhp#par_idN10B81.help.text
-msgid "Hidden"
+#. JCR\
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"hd_id3150443\n"
+"17\n"
+"help.text"
+msgid "Hangul (Hanja)"
msgstr ""
-#: 05020200.xhp#par_idN10B85.help.text
-msgid "<ahelp hid=\"svx:TriStateBox:RID_SVXPAGE_CHAR_EFFECTS:CB_CHARHIDDEN\">Hides the selected characters.</ahelp> To display the hidden text, ensure that <emph>Non-printing Characters</emph> is selected in the <emph>View</emph> menu. You can also choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Formatting Aids</emph> and select <emph>Hidden text</emph>."
+#. YUb(
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"par_id3149192\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVX_MDLG_HANGULHANJA_RB_HANGUL_HANJA_BRACKETED\">The Hanja part will be displayed in brackets after the Hangul part.</ahelp>"
msgstr ""
-#: 05020200.xhp#par_id0123200902291084.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\"><emph>Overlines or removes overlining from the selected text. If the cursor is not in a word, the new text that you enter is overlined.</emph></ahelp>"
+#. X[Hh
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"hd_id3150119\n"
+"19\n"
+"help.text"
+msgid "Hanja as ruby text above"
msgstr ""
-#: 05020200.xhp#hd_id0123200902243376.help.text
-msgid "Overlining"
+#. Xl?-
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"par_id3154173\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVX_MDLG_HANGULHANJA_RB_HANGUL_HANJA_ABOVE\">The Hanja part will be displayed as ruby text above the Hangul part.</ahelp>"
msgstr ""
-#: 05020200.xhp#par_id0123200902243343.help.text
-msgid "<ahelp hid=\".\">Select the overlining style that you want to apply. To apply the overlining to words only, select the <emph>Individual Words</emph> box.</ahelp>"
+#. d:iq
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"hd_id3159400\n"
+"21\n"
+"help.text"
+msgid "Hanja as ruby text below"
msgstr ""
-#: 05020200.xhp#hd_id0123200902243470.help.text
-msgid "Overline color"
+#. []hr
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"par_id3156155\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVX_MDLG_HANGULHANJA_RB_HANGUL_HANJA_BELOW\">The Hanja part will be displayed as ruby text below the Hangul part.</ahelp>"
msgstr ""
-#: 05020200.xhp#par_id0123200902243466.help.text
-msgid "<ahelp hid=\".\">Select the color for the overlining.</ahelp>"
+#. i=Rn
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"hd_id3150085\n"
+"23\n"
+"help.text"
+msgid "Hangul as ruby text above"
msgstr ""
-#: 05020200.xhp#hd_id3150400.43.help.text
-msgctxt "05020200.xhp#hd_id3150400.43.help.text"
-msgid "Strikethrough"
+#. :\!Z
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"par_id3150771\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVX_MDLG_HANGULHANJA_RB_HANJA_HANGUL_ABOVE\">The Hangul part will be displayed as ruby text above the Hanja part.</ahelp>"
msgstr ""
-#: 05020200.xhp#par_id3145203.44.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_CHAR_EFFECTS_LB_STRIKEOUT\">Select a strikethrough style for the selected text.</ahelp>"
+#. H#=Y
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"hd_id3155831\n"
+"25\n"
+"help.text"
+msgid "Hangul as ruby text below"
msgstr ""
-#: 05020200.xhp#par_id3150496.48.help.text
-msgid "If you save your document in MS Word format, all of the strikethrough styles are converted to the single line style."
+#. FkxW
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"par_id3157909\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVX_MDLG_HANGULHANJA_RB_HANJA_HANGUL_BELOW\">The Hangul part will be displayed as ruby text below the Hanja part.</ahelp>"
msgstr ""
-#: 05020200.xhp#hd_id3151226.41.help.text
-msgid "Underlining"
+#. /lg[
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"hd_id3148826\n"
+"27\n"
+"help.text"
+msgid "Conversion"
msgstr ""
-#: 05020200.xhp#par_id3147576.42.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_CHAR_EFFECTS_LB_UNDERLINE\">Select the underlining style that you want to apply. To apply the underlining to words only, select the <emph>Individual Words</emph> box.</ahelp>"
+#. #8nm
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"par_id3159157\n"
+"28\n"
+"help.text"
+msgid "Normally in a mixed text selection made of Hangul and Hanja characters, all Hangul characters will be converted to Hanja and all Hanja characters will be converted to Hangul. If you want to convert a mixed text selection only in one direction, use the following conversion options."
msgstr ""
-#: 05020200.xhp#par_id3153147.58.help.text
-msgid "If you apply underlining to a superscript text, the underlining is raised to the level of the superscript. If the superscript is contained in a word with normal text, the underlining is not raised."
+#. -0W8
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"hd_id3153585\n"
+"29\n"
+"help.text"
+msgid "Hangul only"
msgstr ""
-#: 05020200.xhp#hd_id3148642.78.help.text
-msgid "Underline color"
+#. 5|jU
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"par_id3154142\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVX_MDLG_HANGULHANJA_CB_HANGUL_ONLY\">Check to convert only Hangul. Do not convert Hanja.</ahelp>"
msgstr ""
-#: 05020200.xhp#par_id3150254.79.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_CHAR_EFFECTS_LB_UNDERLINE_COLOR\">Select the color for the underlining.</ahelp>"
+#. oKo#
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"hd_id3150823\n"
+"31\n"
+"help.text"
+msgid "Hanja only"
msgstr ""
-#: 05020200.xhp#hd_id3153104.45.help.text
-msgid "Individual words"
+#. 11X#
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"par_id3156023\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVX_MDLG_HANGULHANJA_CB_HANJA_ONLY\">Check to convert only Hanja. Do not convert Hangul.</ahelp>"
msgstr ""
-#: 05020200.xhp#par_id3152935.46.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_CHAR_EFFECTS_CB_INDIVIDUALWORDS\">Applies the selected effect only to words and ignores spaces.</ahelp>"
+#. $ZD_
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"hd_id3152360\n"
+"33\n"
+"help.text"
+msgid "Ignore"
+msgstr "იგნორირება"
+
+#. F.p|
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"par_id3153896\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"HID_HANGULDLG_BUTTON_IGNORE\">No changes will be made to the current selection. The next word or character will be selected for conversion.</ahelp>"
msgstr ""
-#: 05020200.xhp#hd_id3150332.60.help.text
-msgid "Emphasis mark"
+#. bzQl
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"hd_id3148550\n"
+"35\n"
+"help.text"
+msgid "Always Ignore"
msgstr ""
-#: 05020200.xhp#par_id3152576.61.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_CHAR_EFFECTS_LB_EMPHASIS\">Select a character to display over or below the entire length of the selected text.</ahelp>"
+#. tItD
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"par_id3154937\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"HID_HANGULDLG_BUTTON_IGNOREALL\">No changes will be made to the current selection, and every time the same selection is detected it will be skipped automatically.</ahelp> The next word or character will be selected for conversion. The list of ignored text is valid for the current $[officename] session."
msgstr ""
-#: 05020200.xhp#hd_id3152460.62.help.text
-msgctxt "05020200.xhp#hd_id3152460.62.help.text"
-msgid "Position"
+#. g20/
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"hd_id3151056\n"
+"37\n"
+"help.text"
+msgid "Replace"
msgstr ""
-#: 05020200.xhp#par_id3147436.63.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_CHAR_EFFECTS_LB_POSITION\">Specify where to display the emphasis marks.</ahelp>"
+#. qd/[
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"par_id3148403\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\"HID_HANGULDLG_BUTTON_CHANGE\">Replaces the selection with the suggested characters or word according to the format options.</ahelp> The next word or character will be selected for conversion."
msgstr ""
-#: 05020200.xhp#par_id3151053.help.text
-msgid "<link href=\"text/shared/optionen/01010500.xhp\" name=\"$[officename] color tables\">$[officename] color tables</link>"
+#. y0{%
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"hd_id3153360\n"
+"39\n"
+"help.text"
+msgid "Always Replace"
msgstr ""
-#: 02180100.xhp#tit.help.text
-msgid "Modify Links"
+#. qmnX
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"par_id3153338\n"
+"40\n"
+"help.text"
+msgid "<ahelp hid=\"HID_HANGULDLG_BUTTON_CHANGEALL\">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.</ahelp> The next word or character will be selected for conversion. The list of replacement text is valid for the current $[officename] session."
msgstr ""
-#: 02180100.xhp#bm_id3149877.help.text
-msgid "<bookmark_value>links; modifying</bookmark_value><bookmark_value>changing; links</bookmark_value>"
-msgstr "<bookmark_value>მოქმედების დაბრუნება;რედაქტირება</bookmark_value><bookmark_value>რედაქტირება;მოქმედების დაბრუნება</bookmark_value>"
+#. U^g-
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"hd_id3149290\n"
+"41\n"
+"help.text"
+msgid "Replace by character"
+msgstr ""
-#: 02180100.xhp#hd_id3149877.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/02180100.xhp\" name=\"Modify Links\">Modify Links</link>"
-msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
+#. X!M:
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"par_id3145154\n"
+"42\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVX_MDLG_HANGULHANJA_CB_REPLACE_BY_CHARACTER\">Check to move character-by-character through the selected text. If not checked, full words are replaced.</ahelp>"
+msgstr ""
-#: 02180100.xhp#par_id3150838.2.help.text
-msgid "Change the properties for the selected <link href=\"text/shared/00/00000005.xhp#dde\" name=\"DDE link\">DDE link</link>."
+#. GFY]
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"par_idN10969\n"
+"help.text"
+msgid "Options"
msgstr ""
-#: 02180100.xhp#hd_id3149549.3.help.text
-msgctxt "02180100.xhp#hd_id3149549.3.help.text"
-msgid "Edit Links"
+#. ;_UD
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"par_idN1096D\n"
+"help.text"
+msgid "<ahelp hid=\"HID_HANGULHANJA_OPT_DLG\">Opens the <link href=\"text/shared/01/06201000.xhp\">Hangul/Hanja Options</link> dialog.</ahelp>"
msgstr ""
-#: 02180100.xhp#par_id3153114.4.help.text
-msgid "Lets you set the properties for the selected link."
+#. *|aP
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"hd_id3149807\n"
+"43\n"
+"help.text"
+msgid "Close"
msgstr ""
-#: 02180100.xhp#hd_id3148548.5.help.text
-msgid "Application:"
+#. RdI_
+#: 06200000.xhp
+msgctxt ""
+"06200000.xhp\n"
+"par_id3155743\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"HID_HANGULDLG_BUTTON_CLOSE\">Closes the dialog.</ahelp>"
msgstr ""
-#: 02180100.xhp#par_id3154751.6.help.text
-msgid "<ahelp hid=\"SO3:EDIT:MD_DDE_LINKEDIT:ED_DDE_APP\">Lists the application that last saved the source file.</ahelp>"
+#. ?Xl#
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "ImageMap Editor"
msgstr ""
-#: 02180100.xhp#hd_id3155338.7.help.text
-#, fuzzy
-msgid "File:"
-msgstr "შევსება"
+#. T(w;
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3150502\n"
+"1\n"
+"help.text"
+msgid "ImageMap Editor"
+msgstr ""
-#: 02180100.xhp#par_id3153527.8.help.text
-msgid "<ahelp hid=\"SO3:EDIT:MD_DDE_LINKEDIT:ED_DDE_TOPIC\">Lists the path to the source file.</ahelp>"
+#. ox$^
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3159194\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"imagemaptext\"><ahelp hid=\"SVX:FLOATINGWINDOW:RID_SVXDLG_IMAP\">Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots.</ahelp></variable>"
msgstr ""
-#: 02180100.xhp#hd_id3153577.9.help.text
-msgid "Section"
+#. 2u=N
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3149751\n"
+"3\n"
+"help.text"
+msgid "You can draw three types of hotspots: rectangles, ellipses, and polygons. When you click a hotspot, the URL is opened in the browser window or frame that you specify. You can also specify the text that appears when your mouse rests on the hotspot."
msgstr ""
-#: 02180100.xhp#par_id3146958.10.help.text
-msgid "<ahelp hid=\"SO3:EDIT:MD_DDE_LINKEDIT:ED_DDE_ITEM\">Lists the section that the link refers to in the source file. If you want, you can enter a new section here.</ahelp>"
+#. |\(E
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3154317\n"
+"5\n"
+"help.text"
+msgid "Apply"
msgstr ""
-#: 05080100.xhp#tit.help.text
-msgctxt "05080100.xhp#tit.help.text"
-msgid "Left"
+#. f_13
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3150506\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_IMAPDLG_APPLY\">Applies the changes that you made to the image map.</ahelp>"
msgstr ""
-#: 05080100.xhp#hd_id3154349.1.help.text
+#. Lc+t
+#: 02220000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05080100.xhp\" name=\"Left\">Left</link>"
-msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
+msgctxt ""
+"02220000.xhp\n"
+"par_id3149811\n"
+"help.text"
+msgid "<image id=\"img_id3147275\" src=\"svx/res/nu07.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147275\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147317\">ხატულა</alt></image>"
-#: 05080100.xhp#par_id3150756.2.help.text
-msgid "<variable id=\"linkstext\"><ahelp hid=\".uno:LeftPara\" visibility=\"visible\">Aligns the selected paragraph(s) to the left page margin.</ahelp></variable>"
+#. ?jE]
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153321\n"
+"6\n"
+"help.text"
+msgid "Apply"
msgstr ""
-#: 01010300.xhp#tit.help.text
-msgid "Business cards"
-msgstr "სავიზიტო ბარათები"
-
-#: 01010300.xhp#hd_id3149038.1.help.text
-msgid "<link href=\"text/shared/01/01010300.xhp\" name=\"Business cards\">Business cards</link>"
-msgstr "<link href=\"text/shared/01/01010300.xhp\" name=\"Business cards\">სავიზიტო ბარათები</link>"
-
-#: 01010300.xhp#par_id3149987.2.help.text
-msgid "<ahelp hid=\".uno:InsertBusinessCard\">Design and create your own business cards.</ahelp> You can choose from a number of pre-defined size formats or create your own."
-msgstr "<ahelp hid=\".uno:InsertBusinessCard\">შეგიძლიათ შექმნათ საკუთარი სავიზიტო ბარათები.</ahelp> ან აირჩიოთ წინასწარ განსაზღვრული ზომის ფორმატებიდან."
+#. Cl)b
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3149579\n"
+"8\n"
+"help.text"
+msgid "Open"
+msgstr ""
-#: 01010203.xhp#tit.help.text
-msgctxt "01010203.xhp#tit.help.text"
-msgid "Options"
+#. E3--
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3155829\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_IMAPDLG_OPEN\">Loads an existing image map in the <emph>MAP-CERN, MAP-NCSA</emph> or <emph>SIP StarView ImageMap </emph>file format.</ahelp>"
msgstr ""
-#: 01010203.xhp#hd_id3155599.1.help.text
-msgid "<link href=\"text/shared/01/01010203.xhp\" name=\"Options\">Options</link>"
-msgstr "<link href=\"text/shared/01/01010203.xhp\" name=\"Options\">პარამეტრები</link>"
+#. q{I$
+#: 02220000.xhp
+#, fuzzy
+msgctxt ""
+"02220000.xhp\n"
+"par_id3149795\n"
+"help.text"
+msgid "<image id=\"img_id3155503\" src=\"cmd/sc_open.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155503\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150503\">ხატულა</alt></image>"
-#: 01010203.xhp#par_id3154497.2.help.text
-msgid "<ahelp hid=\"HID_LAB_PRT\" visibility=\"visible\">Sets additional options for your labels or business cards, including text synchronization and printer settings.</ahelp>"
-msgstr "<ahelp hid=\"HID_LAB_PRT\" visibility=\"visible\">აყენებს დამატებით პარამეტრებს თქვენი იარლიყების ან სავიზიტო ბარათებისთვის ტექსტის სინქრონიზაციისა და პრინტერის პარამეტრების ჩათვლით.</ahelp>"
+#. +m)/
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3159158\n"
+"9\n"
+"help.text"
+msgid "Open"
+msgstr ""
-#: 01010203.xhp#hd_id3150713.3.help.text
-msgid "Entire Page"
-msgstr "მთლიანი გვერდი"
+#. _N^|
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3147618\n"
+"11\n"
+"help.text"
+msgid "Save"
+msgstr ""
-#: 01010203.xhp#par_id3155355.4.help.text
-msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_LAB_PRT:BTN_PAGE\" visibility=\"visible\">Creates a full page of labels or business cards.</ahelp>"
-msgstr "<ahelp hid=\"SW:RADIOBUTTON:TP_LAB_PRT:BTN_PAGE\" visibility=\"visible\">ქმნის იარლიყებისა და სავიზიტო ბარათების სრულ გვერდს.</ahelp>"
+#. 7+8w
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153626\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"HID_IMAPDLG_SAVEAS\">Saves the image map in the<emph> MAP-CERN, MAP-NCSA</emph> or <emph>SIP StarView ImageMap </emph>file format.</ahelp>"
+msgstr ""
-#: 01010203.xhp#hd_id3146958.5.help.text
-msgid "Single Label"
-msgstr "ერთეული იარლიყი"
+#. Zk-f
+#: 02220000.xhp
+#, fuzzy
+msgctxt ""
+"02220000.xhp\n"
+"par_id3154280\n"
+"help.text"
+msgid "<image id=\"img_id3154923\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154923\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-#: 01010203.xhp#par_id3155535.6.help.text
-msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_LAB_PRT:BTN_SINGLE\" visibility=\"visible\">Prints a single label or business card on a page.</ahelp>"
-msgstr "<ahelp hid=\"SW:RADIOBUTTON:TP_LAB_PRT:BTN_SINGLE\" visibility=\"visible\">ერთ გვერდზე ბეჭდავს ერთეულ იარლიყს ან სავიზიტო ბარათს.</ahelp>"
+#. /TPV
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3152772\n"
+"12\n"
+"help.text"
+msgid "Save"
+msgstr ""
-#: 01010203.xhp#hd_id3148621.7.help.text
-msgctxt "01010203.xhp#hd_id3148621.7.help.text"
-msgid "Column"
+#. 6DJI
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3150791\n"
+"14\n"
+"help.text"
+msgid "Select"
msgstr ""
-#: 01010203.xhp#par_id3145345.8.help.text
-msgid "<ahelp hid=\"SW:NUMERICFIELD:TP_LAB_PRT:FLD_COL\" visibility=\"visible\">Enter the number of labels or business cards that you want to have in a row on your page.</ahelp>"
-msgstr "<ahelp hid=\"SW:NUMERICFIELD:TP_LAB_PRT:FLD_COL\" visibility=\"visible\">შეიტანეთ იარლიყების ან სავიზიტო ბარათების ის რაოდენობა, რომელიც გსურთ რომ თქვენი გვერდის თითო სტრიქტონში მოხვდეს.</ahelp>"
+#. 5LvN
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3154073\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"HID_IMAPDLG_SELECT\">Selects a hotspot in the image map for editing.</ahelp>"
+msgstr ""
-#: 01010203.xhp#hd_id3149398.9.help.text
+#. [yls
+#: 02220000.xhp
#, fuzzy
-msgctxt "01010203.xhp#hd_id3149398.9.help.text"
-msgid "Row"
-msgstr "რიგები"
-
-#: 01010203.xhp#par_id3166410.10.help.text
-msgid "<ahelp hid=\"SW:NUMERICFIELD:TP_LAB_PRT:FLD_ROW\" visibility=\"visible\">Enter the number of rows of labels or business cards that you want to have on your page.</ahelp>"
-msgstr "<ahelp hid=\"SW:NUMERICFIELD:TP_LAB_PRT:FLD_ROW\" visibility=\"visible\">შეიტანეთ იარლიყების ან სავიზიტო ბარათების სტრიქონთა ის რაოდენობა, რაც გსურთ რომ მოთავსდეს თქვენს გვერდზე.</ahelp>"
-
-#: 01010203.xhp#hd_id3149237.15.help.text
-msgid "Synchronize contents"
-msgstr "შიგთავსის სინქრონიზირება"
+msgctxt ""
+"02220000.xhp\n"
+"par_id3156214\n"
+"help.text"
+msgid "<image id=\"img_id3153192\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153192\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-#: 01010203.xhp#par_id3155342.16.help.text
-msgid "<ahelp visibility=\"visible\" hid=\"SW:CHECKBOX:TP_LAB_PRT:CB_SYNCHRON\">Allows you to edit a single label or business card and updates the contents of the remaining labels or business cards on the page when you click the <emph>Synchronize Labels </emph>button.</ahelp>"
-msgstr "<ahelp visibility=\"visible\" hid=\"SW:CHECKBOX:TP_LAB_PRT:CB_SYNCHRON\">გაძლევთ ერთეული იარლიყის ან სავიზიტო ბარათის რედაქტირების საშუალებას და განაახლებს დარჩენილი იარლიყების ან სავიზიტო ბარათების შიგთავსს, როდესაც დააწკაპუნებთ <emph>შიგთავსის სინქრონიზირების </emph>ღილაკს.</ahelp>"
+#. wjKr
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153351\n"
+"15\n"
+"help.text"
+msgid "Select"
+msgstr ""
-#: 01010203.xhp#hd_id3149164.18.help.text
-msgid "Synchronize Labels"
-msgstr "იარლიყების სიონქრონიზირება"
+#. _ERp
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3149807\n"
+"17\n"
+"help.text"
+msgid "Rectangle"
+msgstr ""
-#: 01010203.xhp#par_id3148474.17.help.text
-msgid "The <emph>Synchronize labels </emph>button only appears in your document if you selected the <emph>Synchronize contents </emph>on the<emph> Options tab </emph>when you created the labels or business cards."
-msgstr "The <emph>იარლიყების სინქრონიზირების </emph>ღილაკი მხოლოდ მაშინ გამოჩნდება თქვენს ეკრანზე, თუ მონიშნეთ <emph>შიგთავსის სინქრონიზირება </emph><emph> პარამეტრების ჩანართზე </emph>იარლიყების ან სავიზიტო ბარათების შექმნისას."
+#. Er3u
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3150870\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"HID_IMAPDLG_RECT\">Draws a rectangular hotspot where you drag in the graphic. After, you can enter the <emph>Address and the Text</emph> for the hotspot, and then select the <emph>Frame</emph> where you want the URL to open.</ahelp>"
+msgstr ""
-#: 01010203.xhp#par_id3149762.19.help.text
-msgid "<ahelp hid=\"SW:PUSHBUTTON:DLG_SYNC_BTN:BTN_SYNC\" visibility=\"visible\">Copies the contents of the top left label or business card to the remaining labels or business cards on the page.</ahelp>"
-msgstr "<ahelp hid=\"SW:PUSHBUTTON:DLG_SYNC_BTN:BTN_SYNC\" visibility=\"visible\">ზედა მარცხენა იარლიყის ან სავიზიტო ბარათის შიგთავსის გადაწერა გვერდზე დარჩენილ სხვა იარლიყებში ან სავიზიტო ბარათებში.</ahelp>"
+#. :Gpg
+#: 02220000.xhp
+#, fuzzy
+msgctxt ""
+"02220000.xhp\n"
+"par_id3150769\n"
+"help.text"
+msgid "<image id=\"img_id3154297\" src=\"cmd/sc_rect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154297\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-#: 01010203.xhp#hd_id3150504.11.help.text
-msgid "Printer"
+#. TP*8
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3157894\n"
+"18\n"
+"help.text"
+msgid "Rectangle"
msgstr ""
-#: 01010203.xhp#par_id3148990.12.help.text
-msgid "Displays the name of the currently selected printer."
-msgstr "აჩვენებს ამჟამად მონიშნული პრინტერის სახელს."
+#. (zS7
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3153518\n"
+"20\n"
+"help.text"
+msgid "Ellipse"
+msgstr ""
-#: 01010203.xhp#hd_id3153127.13.help.text
-msgid "Setup"
-msgstr "დაყენება"
+#. .%Zp
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3145591\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"HID_IMAPDLG_CIRCLE\">Draws an elliptical hotspot where you drag in the graphic. After, you can enter the <emph>Address and the Text</emph> for the hotspot, and then select the <emph>Frame</emph> where you want the URL to open.</ahelp>"
+msgstr ""
-#: 01010203.xhp#par_id3144438.14.help.text
-msgid "<ahelp visibility=\"visible\" hid=\"SW:PUSHBUTTON:TP_LAB_PRT:BTN_PRTSETUP\">Opens the <link href=\"text/shared/01/01140000.xhp\" name=\"Printer Setup\">Printer Setup</link> dialog.</ahelp>"
-msgstr "<ahelp visibility=\"visible\" hid=\"SW:PUSHBUTTON:TP_LAB_PRT:BTN_PRTSETUP\">Opens the <link href=\"text/shared/01/01140000.xhp\" name=\"Printer Setup\">პრინტერის დაყენება</link> dialog.</ahelp>"
+#. H*_s
+#: 02220000.xhp
+#, fuzzy
+msgctxt ""
+"02220000.xhp\n"
+"par_id3155308\n"
+"help.text"
+msgid "<image id=\"img_id3154011\" src=\"cmd/sc_ellipse.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154011\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-#: 06010600.xhp#tit.help.text
-msgid "Chinese Conversion"
+#. }~dS
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153212\n"
+"21\n"
+"help.text"
+msgid "Ellipse"
msgstr ""
-#: 06010600.xhp#bm_id49745.help.text
-msgid "<bookmark_value>Chinese writing systems</bookmark_value><bookmark_value>simplified Chinese;conversion to traditional Chinese</bookmark_value><bookmark_value>traditional Chinese;conversion to simplified Chinese</bookmark_value>"
+#. +*5)
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3153573\n"
+"23\n"
+"help.text"
+msgid "Polygon"
msgstr ""
-#: 06010600.xhp#par_idN10547.help.text
-msgid "<link href=\"text/shared/01/06010600.xhp\">Chinese Conversion</link>"
+#. .NUM
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153190\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"HID_IMAPDLG_POLY\">Draws a polygonal hotspot in the graphic. Click this icon, drag in the graphic, and then click to define one side of the polygon. Move to where you want to place the end of the next side, and then click. Repeat until you have drawn all of the sides of the polygon. When you are finished, double-click to close the polygon. After, you can enter the <emph>Address and the Text</emph> for the hotspot, and then select the <emph>Frame</emph> where you want the URL to open.</ahelp>"
msgstr ""
-#: 06010600.xhp#par_idN10557.help.text
-msgid "<ahelp hid=\".\">Converts the selected Chinese text from one Chinese writing system to the other. If no text is selected, the entire document is converted.</ahelp> You can only use this command if you enable Asian language support in <emph>Tools - Options - Language Settings - Languages</emph>."
-msgstr ""
+#. vi-u
+#: 02220000.xhp
+#, fuzzy
+msgctxt ""
+"02220000.xhp\n"
+"par_id3148577\n"
+"help.text"
+msgid "<image id=\"img_id3156005\" src=\"cmd/sc_polygon.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156005\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-#: 06010600.xhp#par_idN10572.help.text
-msgid "Conversion direction"
+#. guh*
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153364\n"
+"24\n"
+"help.text"
+msgid "Polygon"
msgstr ""
-#: 06010600.xhp#par_idN10576.help.text
-msgid "<ahelp hid=\".\">Select the conversion direction.</ahelp>"
+#. hE$M
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3153140\n"
+"41\n"
+"help.text"
+msgid "Freeform Polygon"
msgstr ""
-#: 06010600.xhp#par_idN10579.help.text
-msgctxt "06010600.xhp#par_idN10579.help.text"
-msgid "Traditional Chinese to Simplified Chinese"
+#. h?j-
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3147046\n"
+"42\n"
+"help.text"
+msgid "<ahelp hid=\"HID_IMAPDLG_FREEPOLY\">Draws a hotspot that is based on a freeform polygon. Click this icon and move to where you want to draw the hotspot. Drag a freeform line and release to close the shape. After, you can enter the <emph>Address and the Text</emph> for the hotspot, and then select the <emph>Frame</emph> where you want the URL to open.</ahelp>"
msgstr ""
-#: 06010600.xhp#par_idN1057D.help.text
-msgid "<ahelp hid=\".\">Converts traditional Chinese text characters to simplified Chinese text characters. Click <emph>OK</emph> to convert the selected text. If no text is selected, the whole document is converted.</ahelp>"
-msgstr ""
+#. eVjg
+#: 02220000.xhp
+#, fuzzy
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153877\n"
+"help.text"
+msgid "<image id=\"img_id3148386\" src=\"cmd/sc_freeline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148386\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-#: 06010600.xhp#par_idN10580.help.text
-msgctxt "06010600.xhp#par_idN10580.help.text"
-msgid "Simplified Chinese to Traditional Chinese"
+#. DWnM
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3159128\n"
+"43\n"
+"help.text"
+msgid "Freeform Polygon"
msgstr ""
-#: 06010600.xhp#par_idN10584.help.text
-msgid "<ahelp hid=\".\">Converts simplified Chinese text characters to traditional Chinese text characters. Click <emph>OK</emph> to convert the selected text. If no text is selected, the whole document is converted.</ahelp>"
+#. ~hW@
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3145251\n"
+"44\n"
+"help.text"
+msgid "Edit Points"
msgstr ""
-#: 06010600.xhp#par_idN1058E.help.text
-msgid "Common terms"
+#. {L,l
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153745\n"
+"45\n"
+"help.text"
+msgid "<ahelp hid=\"HID_IMAPDLG_POLYEDIT\">Lets you change the shape of the selected hotspot by editing the anchor points.</ahelp>"
msgstr ""
-#: 06010600.xhp#par_idN10592.help.text
-msgid "<ahelp hid=\".\">Common terms are words that have the same meaning in traditional and simplified Chinese but are written with different characters.</ahelp>"
-msgstr ""
+#. o(Zq
+#: 02220000.xhp
+#, fuzzy
+msgctxt ""
+"02220000.xhp\n"
+"par_id3145801\n"
+"help.text"
+msgid "<image id=\"img_id3150113\" src=\"cmd/sc_toggleobjectbeziermode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150113\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-#: 06010600.xhp#par_idN10595.help.text
-msgid "Convert Common Terms"
+#. EE~#
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153416\n"
+"46\n"
+"help.text"
+msgid "Edit points"
msgstr ""
-#: 06010600.xhp#par_idN10599.help.text
-msgid "<ahelp hid=\".\">Converts words with two or more characters that are in the list of common terms. After the list is scanned, the remaining text is converted character by character.</ahelp>"
+#. ;Oa:
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3155600\n"
+"47\n"
+"help.text"
+msgid "Move Points"
msgstr ""
-#: 06010600.xhp#par_idN1059C.help.text
-msgid "Edit terms"
+#. |FXj
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3151318\n"
+"48\n"
+"help.text"
+msgid "<ahelp hid=\"HID_IMAPDLG_POLYMOVE\">Lets you move the individual anchor points of the selected hotspot.</ahelp>"
msgstr ""
-#: 06010600.xhp#par_idN105A0.help.text
-msgid "<ahelp hid=\".\">Opens the <link href=\"text/shared/01/06010601.xhp\">Edit Dictionary</link> dialog where you can edit the list of conversion terms.</ahelp>"
-msgstr ""
+#. (=%7
+#: 02220000.xhp
+#, fuzzy
+msgctxt ""
+"02220000.xhp\n"
+"par_id3146971\n"
+"help.text"
+msgid "<image id=\"img_id3148570\" src=\"cmd/sc_beziermove.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148570\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-#: securitywarning.xhp#tit.help.text
-msgid "Security Warning"
+#. =#kz
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153839\n"
+"49\n"
+"help.text"
+msgid "Move Points"
msgstr ""
-#: securitywarning.xhp#bm_id6499832.help.text
-msgid "<bookmark_value>security;warning dialogs with macros</bookmark_value><bookmark_value>macros;security warning dialog</bookmark_value>"
+#. s]~t
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3145162\n"
+"50\n"
+"help.text"
+msgid "Insert Points"
msgstr ""
-#: securitywarning.xhp#par_idN1054D.help.text
-msgid "<variable id=\"securitywarning\"><link href=\"text/shared/01/securitywarning.xhp\">Security Warning</link></variable>"
+#. XA}^
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3156355\n"
+"51\n"
+"help.text"
+msgid "<ahelp hid=\"HID_IMAPDLG_POLYINSERT\">Adds an anchor point where you click on the outline of the hotspot.</ahelp>"
msgstr ""
-#: securitywarning.xhp#par_idN1056B.help.text
-msgid "When you open a document that contains an unsigned macro, or a signed macro from an unknown source, the <emph>Security Warning</emph> dialog opens."
-msgstr ""
+#. b2#H
+#: 02220000.xhp
+#, fuzzy
+msgctxt ""
+"02220000.xhp\n"
+"par_id3150749\n"
+"help.text"
+msgid "<image id=\"img_id3146793\" src=\"cmd/sc_bezierinsert.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146793\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-#: securitywarning.xhp#par_idN105FC.help.text
-msgid "<ahelp hid=\".\">Enable or disable the macros. Choose <emph>%PRODUCTNAME - Security</emph> in the Options dialog box to set the options.</ahelp>"
+#. .N7e
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3148915\n"
+"52\n"
+"help.text"
+msgid "Insert Points"
msgstr ""
-#: securitywarning.xhp#par_idN1056E.help.text
-msgid "View Signature"
+#. n2-O
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3083283\n"
+"53\n"
+"help.text"
+msgid "Delete Points"
msgstr ""
-#: securitywarning.xhp#par_idN10572.help.text
-msgid "<ahelp hid=\".\">Opens a dialog where you can view the signature.</ahelp>"
+#. s/Lb
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3163824\n"
+"54\n"
+"help.text"
+msgid "<ahelp hid=\"HID_IMAPDLG_POLYDELETE\">Deletes the selected anchor point.</ahelp>"
msgstr ""
-#: securitywarning.xhp#par_idN10587.help.text
-msgid "Always trust macros from this source"
-msgstr ""
+#. ]2J6
+#: 02220000.xhp
+#, fuzzy
+msgctxt ""
+"02220000.xhp\n"
+"par_id3149021\n"
+"help.text"
+msgid "<image id=\"img_id3154508\" src=\"cmd/sc_bezierdelete.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154508\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-#: securitywarning.xhp#par_idN1058B.help.text
-msgid "<ahelp hid=\".\">Adds the current macro source to the list of <link href=\"text/shared/optionen/macrosecurity_ts.xhp\">trusted sources</link>.</ahelp>"
+#. v#8X
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3147341\n"
+"55\n"
+"help.text"
+msgid "Delete Points"
msgstr ""
-#: securitywarning.xhp#par_idN1059C.help.text
-msgid "Enable Macros"
+#. +k#k
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3166448\n"
+"26\n"
+"help.text"
+msgid "Active"
msgstr ""
-#: securitywarning.xhp#par_idN105A0.help.text
-msgid "<ahelp hid=\".\">Allows macros in the document to run.</ahelp>"
+#. z!:^
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3146918\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"HID_IMAPDLG_ACTIVE\">Disables or enables the hyperlink for the selected hotspot. A disabled hotspot is transparent.</ahelp>"
msgstr ""
-#: securitywarning.xhp#par_idN105A3.help.text
-msgid "Disable Macros"
-msgstr ""
+#. Z=A%
+#: 02220000.xhp
+#, fuzzy
+msgctxt ""
+"02220000.xhp\n"
+"par_id3155901\n"
+"help.text"
+msgid "<image id=\"img_id3145232\" src=\"svx/res/id016.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145232\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154329\">ხატულა</alt></image>"
-#: securitywarning.xhp#par_idN105A7.help.text
-msgid "<ahelp hid=\".\">Does not allow macros in the document to run.</ahelp>"
+#. KZ=b
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3155959\n"
+"27\n"
+"help.text"
+msgid "Active"
msgstr ""
-#: 02240000.xhp#tit.help.text
-msgctxt "02240000.xhp#tit.help.text"
-msgid "Compare Document"
+#. cQS3
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3153966\n"
+"38\n"
+"help.text"
+msgid "Macro"
msgstr ""
-#: 02240000.xhp#hd_id3149877.1.help.text
-msgctxt "02240000.xhp#hd_id3149877.1.help.text"
-msgid "Compare Document"
+#. 6(06
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3151250\n"
+"40\n"
+"help.text"
+msgid "<ahelp hid=\"HID_IMAPDLG_MACRO\">Lets you assign a macro that runs when you click the selected hotspot in a browser.</ahelp>"
msgstr ""
-#: 02240000.xhp#par_id3150838.2.help.text
-msgid "<variable id=\"dokver\"><ahelp hid=\".uno:CompareDocuments\">Compares the current document with a document that you select.</ahelp></variable> The contents of the selected document are marked as deletions in the dialog that opens. If you want, you can insert the contents of the selected file into the current document by selecting the relevant deleted entries, clicking <emph>Reject</emph>, and then clicking <emph>Insert</emph>."
-msgstr ""
+#. 0OUH
+#: 02220000.xhp
+#, fuzzy
+msgctxt ""
+"02220000.xhp\n"
+"par_id3145769\n"
+"help.text"
+msgid "<image id=\"img_id3153922\" src=\"cmd/sc_choosemacro.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153922\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153821\">ხატულა</alt></image>"
-#: 02240000.xhp#par_id3153662.4.help.text
-msgid "The contents of footnotes, headers, frames and fields are ignored."
+#. F/@F
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3149239\n"
+"39\n"
+"help.text"
+msgid "Macro"
msgstr ""
-#: 06202000.xhp#tit.help.text
-msgctxt "06202000.xhp#tit.help.text"
-msgid "Edit Custom Dictionary"
-msgstr ""
+#. =?+,
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3149207\n"
+"56\n"
+"help.text"
+msgid "Properties"
+msgstr "თვისებები"
-#: 06202000.xhp#par_idN10542.help.text
-msgctxt "06202000.xhp#par_idN10542.help.text"
-msgid "Edit Custom Dictionary"
+#. (%Rb
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3150785\n"
+"57\n"
+"help.text"
+msgid "<ahelp hid=\"HID_IMAPDLG_PROPERTY\">Allows you to define the properties of the selected hotspot.</ahelp>"
msgstr ""
-#: 06202000.xhp#par_idN10546.help.text
-msgid "Add and delete entries that are used for the <link href=\"text/shared/01/06200000.xhp\">Hangul/Hanja Conversion</link>."
-msgstr ""
+#. K7..
+#: 02220000.xhp
+#, fuzzy
+msgctxt ""
+"02220000.xhp\n"
+"par_id3159104\n"
+"help.text"
+msgid "<image id=\"img_id3149735\" src=\"cmd/sc_modifyframe.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149735\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-#: 06202000.xhp#par_idN1055F.help.text
-msgid "Book"
-msgstr "წიგნი"
+#. |),Q
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153196\n"
+"58\n"
+"help.text"
+msgid "Properties"
+msgstr "თვისებები"
-#: 06202000.xhp#par_idN10563.help.text
-msgid "<ahelp hid=\"svx:ListBox:RID_SVX_MDLG_HANGULHANJA_EDIT:LB_BOOK\">Select the user-defined dictionary that you want to edit.</ahelp>"
-msgstr ""
+#. kMzD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3144418\n"
+"29\n"
+"help.text"
+msgid "Address:"
+msgstr "მისამართი"
-#: 06202000.xhp#par_idN1057A.help.text
-msgctxt "06202000.xhp#par_idN1057A.help.text"
-msgid "Original"
+#. $2W+
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3157969\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:COMBOBOX:RID_SVXDLG_IMAP:CBB_URL\">Enter the URL for the file that you want to open when you click the selected hotspot.</ahelp> If you want to jump to an anchor within the document, the address should be of the form \"file:///C/document_name#anchor_name\"."
msgstr ""
-#: 06202000.xhp#par_idN1057E.help.text
-msgid "<ahelp hid=\"svx:ComboBox:RID_SVX_MDLG_HANGULHANJA_EDIT:LB_ORIGINAL\">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.</ahelp> To move from the Original box to the the first text box in the Suggestions area, press Enter."
+#. $:z#
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3146132\n"
+"31\n"
+"help.text"
+msgid "Text:"
msgstr ""
-#: 06202000.xhp#par_idN10596.help.text
-msgctxt "06202000.xhp#par_idN10596.help.text"
-msgid "Replace by character"
+#. O@a#
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3159090\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_IMAP:EDT_TEXT\">Enter the text that you want to display when the mouse rests on the hotspot in a browser.</ahelp> If you do not enter any text, the <emph>Address </emph>is displayed."
msgstr ""
-#: 06202000.xhp#par_idN1059A.help.text
-msgid "<ahelp hid=\"svx:CheckBox:RID_SVX_MDLG_HANGULHANJA_EDIT:CB_REPLACEBYCHAR\">Converts the text on a character by character basis and not on a word by word basis.</ahelp>"
-msgstr ""
+#. #J%b
+#: 02220000.xhp
+#, fuzzy
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3158445\n"
+"33\n"
+"help.text"
+msgid "Frame:"
+msgstr "ჩარჩო"
-#: 06202000.xhp#par_idN105C9.help.text
-msgid "Suggestions (max. 8)"
+#. U?]Y
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3150208\n"
+"34\n"
+"help.text"
+msgid "Enter the name of the target frame that you want to open the URL in. You can also select a standard frame name from the list."
msgstr ""
-#: 06202000.xhp#par_idN105CD.help.text
-msgid "<ahelp hid=\"svx:Edit:RID_SVX_MDLG_HANGULHANJA_EDIT:ED_1\">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.</ahelp>"
+#. fiC)
+#: 02220000.xhp
+#, fuzzy
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153231\n"
+"35\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01100500.xhp\" name=\"List of frame types\">List of frame types</link>"
+msgstr "<link href=\"text/shared/01/01100000.xhp\" name=\"File properties\">ფაილის პარამეტრები</link>"
+
+#. /}S1
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3150345\n"
+"36\n"
+"help.text"
+msgid "Graphic View"
msgstr ""
-#: 06202000.xhp#par_idN105E4.help.text
-msgctxt "06202000.xhp#par_idN105E4.help.text"
-msgid "New"
+#. iIHV
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3150382\n"
+"37\n"
+"help.text"
+msgid "<ahelp hid=\"HID_IMAPDLG_GRAPHWND\"/>Displays the image map, so that you can click and edit the hotspots."
msgstr ""
-#: 06202000.xhp#par_idN105E8.help.text
-msgid "<ahelp hid=\"svx:PushButton:RID_SVX_MDLG_HANGULHANJA_EDIT:PB_HHE_NEW\">Adds the current replacement definition to the dictionary.</ahelp>"
+#. I,5;
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3150983\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/keyboard.xhp\" name=\"Controlling the ImageMap Editor With the Keyboard\">Controlling the ImageMap Editor With the Keyboard</link>"
msgstr ""
-#: 06202000.xhp#par_idN105FF.help.text
-msgctxt "06202000.xhp#par_idN105FF.help.text"
-msgid "Delete"
+#. l68N
+#: 06140102.xhp
+msgctxt ""
+"06140102.xhp\n"
+"tit\n"
+"help.text"
+msgid "Move Menu"
msgstr ""
-#: 06202000.xhp#par_idN10603.help.text
-msgid "<ahelp hid=\"svx:PushButton:RID_SVX_MDLG_HANGULHANJA_EDIT:PB_HHE_DELETE\">Deletes the selected entry.</ahelp>"
+#. v{Z?
+#: 06140102.xhp
+msgctxt ""
+"06140102.xhp\n"
+"par_idN10540\n"
+"help.text"
+msgid "Move Menu"
msgstr ""
-#: 05230500.xhp#tit.help.text
-msgid "Callout"
+#. 9WXO
+#: 06140102.xhp
+msgctxt ""
+"06140102.xhp\n"
+"par_idN10558\n"
+"help.text"
+msgid "Menu position"
msgstr ""
-#: 05230500.xhp#bm_id3149038.help.text
-msgid "<bookmark_value>legends; draw objects</bookmark_value><bookmark_value>draw objects; legends</bookmark_value><bookmark_value>labels;for draw objects</bookmark_value><bookmark_value>labels, see also names/callouts</bookmark_value><bookmark_value>captions, see also labels/callouts</bookmark_value><bookmark_value>names, see also labels/callouts</bookmark_value>"
+#. _hN=
+#: 06140102.xhp
+msgctxt ""
+"06140102.xhp\n"
+"par_idN1055C\n"
+"help.text"
+msgid "<ahelp hid=\".\">Moves the selected menu entry up one position or down one position in the menu when you click an arrow button.</ahelp>"
msgstr ""
-#: 05230500.xhp#hd_id3149038.1.help.text
+#. Dp/`
+#: 06040000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05230500.xhp\" name=\"Callout\">Callout</link>"
-msgstr "<link href=\"text/shared/01/02040000.xhp\" name=\"Cut\">ამოჭრა</link>"
+msgctxt ""
+"06040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "AutoCorrect"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nავტო-ფორმატირება\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nავტოფორმატი"
-#: 05230500.xhp#par_id3155069.2.help.text
-msgid "Specify the properties of the selected callout."
-msgstr ""
+#. BqtV
+#: 06040000.xhp
+#, fuzzy
+msgctxt ""
+"06040000.xhp\n"
+"bm_id3153391\n"
+"help.text"
+msgid "<bookmark_value>AutoCorrect function;switching on and off</bookmark_value><bookmark_value>AutoComplete, see also AutoCorrect/AutoInput</bookmark_value>"
+msgstr "<bookmark_value>CORREL ფუნქცია</bookmark_value><bookmark_value>კორელაციის ფუნქცია</bookmark_value>"
-#: 05230500.xhp#par_id368358.help.text
-msgid "These callouts are a legacy of the first versions of %PRODUCTNAME. You must customize a toolbar or menu to insert these callouts. The newer custom shape callouts offer more features, for example a Callouts toolbar <image id=\"img_id3154508\" src=\"cmd/sc_calloutshapes.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154508\">Icon</alt></image> where you can select the shape."
+#. c6al
+#: 06040000.xhp
+#, fuzzy
+msgctxt ""
+"06040000.xhp\n"
+"hd_id3153391\n"
+"help.text"
+msgid "AutoCorrect"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nავტო-ფორმატირება\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nავტოფორმატი"
+
+#. =b@F
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3150838\n"
+"help.text"
+msgid "<variable id=\"autoko\"><ahelp hid=\".uno:AutoCorrectDlg\">Sets the options for automatically replacing text as you type.</ahelp></variable>"
msgstr ""
-#: 05230500.xhp#hd_id3151330.3.help.text
-msgid "Callout Styles"
+#. QLSK
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3147261\n"
+"help.text"
+msgid "The AutoCorrect settings are applied when you press the Spacebar after you enter a word."
msgstr ""
-#: 05230500.xhp#par_id3149760.4.help.text
-msgid "<ahelp hid=\"HID_CAPTION_CTL_TYPE\">Click the <emph>Callout</emph> style that you want to apply to the selected callout.</ahelp>"
+#. 8!OC
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3153394\n"
+"help.text"
+msgid "To turn on or to turn off the AutoCorrect feature, in $[officename] Calc choose <emph>Tools - Cell Contents - AutoInput</emph>, and in $[officename] Writer choose <emph>Format - AutoCorrect - While Typing</emph>. To apply the AutoCorrect settings to an entire text document, choose <emph>Format - AutoCorrect - Apply</emph>."
msgstr ""
-#: 05230500.xhp#hd_id3149798.5.help.text
-msgctxt "05230500.xhp#hd_id3149798.5.help.text"
-msgid "Spacing"
+#. w!.^
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3146137\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05150200.xhp\" name=\"AutoFormat\">AutoCorrect</link>"
msgstr ""
-#: 05230500.xhp#par_id3147399.6.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_CAPTION:MF_ABSTAND\">Enter the amount of space that you want to leave between the end of the callout line, and the callout box.</ahelp>"
+#. sSu(
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Select Source"
msgstr ""
-#: 05230500.xhp#hd_id3151226.7.help.text
-msgid "Extension"
+#. Aq}c
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3150758\n"
+"1\n"
+"help.text"
+msgid "Select Source"
msgstr ""
-#: 05230500.xhp#par_id3148620.8.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_CAPTION:LB_ANSATZ_REL\">Select where you want to extend the callout line from, in relation to the callout box.</ahelp>"
+#. %j[S
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"par_id3152823\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"quellaus\"><ahelp hid=\".uno:TwainSelect\" visibility=\"visible\">Selects the scanner that you want to use.</ahelp></variable>"
msgstr ""
-#: 05230500.xhp#hd_id3153311.9.help.text
-msgctxt "05230500.xhp#hd_id3153311.9.help.text"
-msgid "Length"
-msgstr ""
+#. `|OK
+#: 05110200.xhp
+msgctxt ""
+"05110200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Italic"
+msgstr "დახრილი"
-#: 05230500.xhp#par_id3145313.10.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_CAPTION:MF_LAENGE\">Enter the length of the callout line segment that extends from the callout box to the inflection point of the line.</ahelp>"
+#. GY@;
+#: 05110200.xhp
+msgctxt ""
+"05110200.xhp\n"
+"bm_id3155182\n"
+"help.text"
+msgid "<bookmark_value>text; italics</bookmark_value><bookmark_value>italic text</bookmark_value><bookmark_value>characters; italics</bookmark_value>"
msgstr ""
-#: 05230500.xhp#par_id3159269.11.help.text
-msgid "The <emph>Length </emph>box is only available if you select the <emph>Angled connector line</emph> callout style, and leave the <emph>Optimal </emph>checkbox cleared."
-msgstr ""
+#. 478k
+#: 05110200.xhp
+#, fuzzy
+msgctxt ""
+"05110200.xhp\n"
+"hd_id3155182\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05110200.xhp\" name=\"Italic\">Italic</link>"
+msgstr "<link href=\"text/shared/01/01110400.xhp\" name=\"Edit\">რედაქტირება</link>"
-#: 05230500.xhp#hd_id3149820.12.help.text
-msgctxt "05230500.xhp#hd_id3149820.12.help.text"
-msgid "Optimal"
+#. `[*7
+#: 05110200.xhp
+msgctxt ""
+"05110200.xhp\n"
+"par_id3148882\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Italic\">Makes the selected text italic. If the cursor is in a word, the entire word is made italic. If the selection or word is already italic, the formatting is removed.</ahelp>"
msgstr ""
-#: 05230500.xhp#par_id3147210.13.help.text
-msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_CAPTION:CB_LAENGE\">Click here to display a single-angled line in an optimal way.</ahelp>"
+#. Z-Sm
+#: 05110200.xhp
+msgctxt ""
+"05110200.xhp\n"
+"par_id3156069\n"
+"3\n"
+"help.text"
+msgid "If the cursor is not inside a word, and no text is selected, then the font style is applied to the text that you type."
msgstr ""
-#: 06050500.xhp#tit.help.text
-msgctxt "06050500.xhp#tit.help.text"
+#. O{3n
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"tit\n"
+"help.text"
msgid "Options"
msgstr ""
-#: 06050500.xhp#bm_id4096499.help.text
+#. E[]\
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"bm_id4096499\n"
+"help.text"
msgid "<bookmark_value>numbering;options</bookmark_value> <bookmark_value>bullet lists; formatting options</bookmark_value> <bookmark_value>font sizes;bullets</bookmark_value>"
msgstr ""
-#: 06050500.xhp#hd_id3147240.1.help.text
+#. -e-Q
+#: 06050500.xhp
#, fuzzy
+msgctxt ""
+"06050500.xhp\n"
+"hd_id3147240\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options\">Options</link>"
msgstr "<link href=\"text/shared/01/01010203.xhp\" name=\"Options\">პარამეტრები</link>"
-#: 06050500.xhp#par_id3147212.2.help.text
+#. K^md
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3147212\n"
+"2\n"
+"help.text"
msgid "Sets the formatting options for numbered or bulleted lists. If you want, you can apply formatting to individual levels in the list hierarchy."
msgstr ""
-#: 06050500.xhp#hd_id3155069.6.help.text
-msgctxt "06050500.xhp#hd_id3155069.6.help.text"
+#. Q*5H
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"hd_id3155069\n"
+"6\n"
+"help.text"
msgid "Format"
msgstr ""
-#: 06050500.xhp#par_id3153255.61.help.text
+#. FIts
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3153255\n"
+"61\n"
+"help.text"
msgid "Select the level(s) that you want to modify, and then specify the formatting that you want to use."
msgstr ""
-#: 06050500.xhp#hd_id3153089.4.help.text
-msgctxt "06050500.xhp#hd_id3153089.4.help.text"
+#. {SD|
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"hd_id3153089\n"
+"4\n"
+"help.text"
msgid "Level"
msgstr ""
-#: 06050500.xhp#par_id3153935.5.help.text
+#. H[Cq
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3153935\n"
+"5\n"
+"help.text"
msgid "<ahelp hid=\"SVX:MULTILISTBOX:RID_SVXPAGE_NUM_OPTIONS:LB_LEVEL\">Select the level(s) that you want to define the formatting options for.</ahelp> The selected level is highlighted in the preview."
msgstr ""
-#: 06050500.xhp#hd_id3159201.9.help.text
+#. PDqs
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"hd_id3159201\n"
+"9\n"
+"help.text"
msgid "Numbering"
msgstr "დანომვრვა"
-#: 06050500.xhp#par_id3147261.10.help.text
+#. z^_s
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3147261\n"
+"10\n"
+"help.text"
msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_NUM_OPTIONS:LB_FMT\">Select a numbering style for the selected levels.</ahelp>"
msgstr ""
-#: 06050500.xhp#par_id3148548.62.help.text
-msgctxt "06050500.xhp#par_id3148548.62.help.text"
+#. PMl(
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3148548\n"
+"62\n"
+"help.text"
msgid "Selection"
msgstr ""
-#: 06050500.xhp#par_id3155391.63.help.text
-msgctxt "06050500.xhp#par_id3155391.63.help.text"
+#. ay8@
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3155391\n"
+"63\n"
+"help.text"
msgid "Description"
msgstr "წარწერა"
-#: 06050500.xhp#par_id3156426.72.help.text
+#. ppNp
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3156426\n"
+"72\n"
+"help.text"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
-#: 06050500.xhp#par_id3156410.73.help.text
+#. C;rJ
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3156410\n"
+"73\n"
+"help.text"
msgid "Arabic numerals"
msgstr ""
-#: 06050500.xhp#par_id3150693.64.help.text
+#. z@6,
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3150693\n"
+"64\n"
+"help.text"
msgid "A, B, C, ..."
msgstr "A, B, C, ..."
-#: 06050500.xhp#par_id3156347.65.help.text
+#. e8~^
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3156347\n"
+"65\n"
+"help.text"
msgid "Capital letters"
msgstr "დიდი ასოები"
-#: 06050500.xhp#par_id3154749.66.help.text
+#. g=1=
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3154749\n"
+"66\n"
+"help.text"
msgid "a, b, c, ..."
msgstr "a, b, c, ..."
-#: 06050500.xhp#par_id3156327.67.help.text
+#. VDOZ
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3156327\n"
+"67\n"
+"help.text"
msgid "Lowercase letters"
msgstr "ქვედა რეგისტრის ასოები"
-#: 06050500.xhp#par_id3143271.68.help.text
+#. ptBd
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3143271\n"
+"68\n"
+"help.text"
msgid "I, II, III, ..."
msgstr "I, II, III, ..."
-#: 06050500.xhp#par_id3154143.69.help.text
+#. 5~EL
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3154143\n"
+"69\n"
+"help.text"
msgid "Roman numerals (uppercase)"
msgstr ""
-#: 06050500.xhp#par_id3148474.70.help.text
+#. $v|@
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3148474\n"
+"70\n"
+"help.text"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
-#: 06050500.xhp#par_id3159344.71.help.text
+#. ^rN`
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3159344\n"
+"71\n"
+"help.text"
msgid "Roman numerals (lowercase)"
msgstr ""
-#: 06050500.xhp#par_id3149580.100.help.text
+#. K{c`
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3149580\n"
+"100\n"
+"help.text"
msgid "A,... AA,... AAA,..."
msgstr ""
-#: 06050500.xhp#par_id3154579.101.help.text
+#. @+Mm
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3154579\n"
+"101\n"
+"help.text"
msgid "Alphabetical numbering with uppercase letters"
msgstr ""
-#: 06050500.xhp#par_id3147620.102.help.text
+#. OUj8
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3147620\n"
+"102\n"
+"help.text"
msgid "a,... aa,... aaa,..."
msgstr ""
-#: 06050500.xhp#par_id3159167.103.help.text
+#. x;iI
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3159167\n"
+"103\n"
+"help.text"
msgid "Alphabetical numbering with lowercase letters"
msgstr ""
-#: 06050500.xhp#par_id3153062.76.help.text
+#. z=l-
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3153062\n"
+"76\n"
+"help.text"
msgid "Bullet"
msgstr ""
-#: 06050500.xhp#par_id3145085.77.help.text
+#. rd=m
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3145085\n"
+"77\n"
+"help.text"
msgid "Adds a bullet to the beginning of a line. Select this option, and then click the <emph>Character</emph> button to choose a bullet style."
msgstr ""
-#: 06050500.xhp#par_id3154758.94.help.text
+#. f:7D
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3154758\n"
+"94\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Bullets are resized to fit the current line height. If you want, you can define a Character Style that uses a different font size for bullets. </caseinline></switchinline>"
msgstr ""
-#: 06050500.xhp#par_id3152811.79.help.text
-msgctxt "06050500.xhp#par_id3152811.79.help.text"
+#. 42Z5
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3152811\n"
+"79\n"
+"help.text"
msgid "Graphics"
msgstr ""
-#: 06050500.xhp#par_id3157817.80.help.text
+#. 9nP5
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3157817\n"
+"80\n"
+"help.text"
msgid "Displays an image for the bullet. Select this option, and then click <emph>Select</emph> to locate the image file that you want to use. The image gets embedded into the document."
msgstr ""
-#: 06050500.xhp#par_id3149649.110.help.text
+#. {x_]
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3149649\n"
+"110\n"
+"help.text"
msgid "Linked graphics"
msgstr ""
-#: 06050500.xhp#par_id3151210.111.help.text
+#. MZ/9
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3151210\n"
+"111\n"
+"help.text"
msgid "Displays an image for the bullet. Select this option, and then click <emph>Select</emph> to locate the image file that you want to use. The image gets inserted as a link to the image file."
msgstr ""
-#: 06050500.xhp#par_id3148452.74.help.text
-msgctxt "06050500.xhp#par_id3148452.74.help.text"
+#. Xd6o
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3148452\n"
+"74\n"
+"help.text"
msgid "None"
msgstr ""
-#: 06050500.xhp#par_id3149167.75.help.text
+#. V3t)
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3149167\n"
+"75\n"
+"help.text"
msgid "Does not apply a numbering style."
msgstr ""
-#: 06050500.xhp#par_id3145746.95.help.text
+#. 0J!M
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3145746\n"
+"95\n"
+"help.text"
msgid "The availability of the following fields depends on the style that you select in the <emph>Numbering </emph>box."
msgstr ""
-#: 06050500.xhp#hd_id3156293.7.help.text
+#. RKHV
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"hd_id3156293\n"
+"7\n"
+"help.text"
msgid "Before"
msgstr ""
-#: 06050500.xhp#par_id3150393.28.help.text
+#. d#a.
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3150393\n"
+"28\n"
+"help.text"
msgid "<ahelp hid=\"SVX:EDIT:RID_SVXPAGE_NUM_OPTIONS:ED_PREFIX\">Enter a character or the text to display in front of the number in the list.</ahelp>"
msgstr ""
-#: 06050500.xhp#hd_id3153968.78.help.text
+#. 5J5M
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"hd_id3153968\n"
+"78\n"
+"help.text"
msgid "After"
msgstr ""
-#: 06050500.xhp#par_id3150288.8.help.text
+#. *CIF
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3150288\n"
+"8\n"
+"help.text"
msgid "<ahelp hid=\"SVX:EDIT:RID_SVXPAGE_NUM_OPTIONS:ED_SUFFIX\">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.</ahelp>"
msgstr ""
-#: 06050500.xhp#hd_id3156423.29.help.text
+#. ~q\R
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"hd_id3156423\n"
+"29\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Character Styles </caseinline></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-#: 06050500.xhp#par_id3150495.30.help.text
+#. .K9W
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3150495\n"
+"30\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_NUM_OPTIONS:LB_CHARFMT\">Select the Character Style that you want to use in the numbered list.</ahelp> To create or edit a <link href=\"text/swriter/01/05130002.xhp\" name=\"Character Style\">Character Style</link>, open the <emph>Styles and Formatting</emph> window, click the Character Styles icon, right-click a style, and then choose <emph>New</emph>. </caseinline></switchinline>"
msgstr ""
-#: 06050500.xhp#hd_id3147299.31.help.text
+#. dFdJ
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"hd_id3147299\n"
+"31\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Show sublevels </caseinline></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ფორმატის გარეშე </caseinline></switchinline>"
-#: 06050500.xhp#par_id3152881.32.help.text
+#. M1hV
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3152881\n"
+"32\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"SVX:NUMERICFIELD:RID_SVXPAGE_NUM_OPTIONS:NF_ALL_LEVEL\">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\".</ahelp></caseinline></switchinline>"
msgstr ""
-#: 06050500.xhp#hd_id3155429.33.help.text
+#. Y#=o
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"hd_id3155429\n"
+"33\n"
+"help.text"
msgid "Start at"
msgstr ""
-#: 06050500.xhp#par_id3146903.34.help.text
+#. #3E0
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3146903\n"
+"34\n"
+"help.text"
msgid "<ahelp hid=\"SVX:NUMERICFIELD:RID_SVXPAGE_NUM_OPTIONS:ED_START\">Enter a new starting number for the current level.</ahelp>"
msgstr ""
-#: 06050500.xhp#hd_id3145114.104.help.text
+#. Fvgp
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"hd_id3145114\n"
+"104\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Color </caseinline><caseinline select=\"DRAW\">Color </caseinline></switchinline>"
msgstr ""
-#: 06050500.xhp#par_id3156060.105.help.text
+#. G2=7
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3156060\n"
+"105\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline><ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_NUM_OPTIONS:LB_BUL_COLOR\">Select a color for the current numbering style.</ahelp></defaultinline></switchinline>"
msgstr ""
-#: 06050500.xhp#hd_id3159180.107.help.text
+#. GJor
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"hd_id3159180\n"
+"107\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Relative size </caseinline><caseinline select=\"DRAW\">Relative size </caseinline></switchinline>"
msgstr ""
-#: 06050500.xhp#par_id3145364.108.help.text
+#. opxP
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3145364\n"
+"108\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline><ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_NUM_OPTIONS:MF_BUL_REL_SIZE\">Enter the amount by which you want to resize the bullet character with respect to the font height of the current paragraph.</ahelp></defaultinline></switchinline>"
msgstr ""
-#: 06050500.xhp#hd_id3147444.81.help.text
-msgctxt "06050500.xhp#hd_id3147444.81.help.text"
+#. 33Bl
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"hd_id3147444\n"
+"81\n"
+"help.text"
msgid "Character"
msgstr "ნებისმიერი სიმბოლო"
-#: 06050500.xhp#par_id3153144.82.help.text
+#. T.%q
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3153144\n"
+"82\n"
+"help.text"
msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_NUM_OPTIONS:PB_BULLET\">Opens the <link href=\"text/shared/01/04100000.xhp\" name=\"Special Characters\">Special Characters</link> dialog, where you can select a bullet symbol.</ahelp>"
msgstr ""
-#: 06050500.xhp#hd_id3147327.83.help.text
+#. I-id
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"hd_id3147327\n"
+"83\n"
+"help.text"
msgid "Options for graphics:"
msgstr ""
-#: 06050500.xhp#hd_id3149934.84.help.text
+#. cTf9
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"hd_id3149934\n"
+"84\n"
+"help.text"
msgid "Select..."
msgstr ""
-#: 06050500.xhp#par_id3152417.85.help.text
+#. $3Uq
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3152417\n"
+"85\n"
+"help.text"
msgid "<ahelp hid=\"SVX:MENUBUTTON:RID_SVXPAGE_NUM_OPTIONS:MB_BITMAP\">Select the graphic, or locate the graphic file that you want to use as a bullet.</ahelp>"
msgstr ""
-#: 06050500.xhp#hd_id3155746.86.help.text
-msgctxt "06050500.xhp#hd_id3155746.86.help.text"
+#. QP4i
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"hd_id3155746\n"
+"86\n"
+"help.text"
msgid "Width"
msgstr ""
-#: 06050500.xhp#par_id3146974.87.help.text
+#. tjpX
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3146974\n"
+"87\n"
+"help.text"
msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_NUM_OPTIONS:MF_WIDTH\">Enter a width for the graphic.</ahelp>"
msgstr ""
-#: 06050500.xhp#hd_id3150487.88.help.text
-msgctxt "06050500.xhp#hd_id3150487.88.help.text"
+#. bEUi
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"hd_id3150487\n"
+"88\n"
+"help.text"
msgid "Height"
msgstr ""
-#: 06050500.xhp#par_id3154640.89.help.text
+#. mwyE
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3154640\n"
+"89\n"
+"help.text"
msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_NUM_OPTIONS:MF_HEIGHT\">Enter a height for the graphic.</ahelp>"
msgstr ""
-#: 06050500.xhp#hd_id3153740.92.help.text
-msgctxt "06050500.xhp#hd_id3153740.92.help.text"
+#. ,CE+
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"hd_id3153740\n"
+"92\n"
+"help.text"
msgid "Keep ratio"
msgstr ""
-#: 06050500.xhp#par_id3153097.93.help.text
+#. QT-O
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3153097\n"
+"93\n"
+"help.text"
msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_NUM_OPTIONS:CB_RATIO\">Maintains the size proportions of the graphic.</ahelp>"
msgstr ""
-#: 06050500.xhp#hd_id3147382.90.help.text
-msgctxt "06050500.xhp#hd_id3147382.90.help.text"
+#. _xaK
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"hd_id3147382\n"
+"90\n"
+"help.text"
msgid "Alignment"
msgstr ""
-#: 06050500.xhp#par_id3147127.91.help.text
+#. O/W0
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3147127\n"
+"91\n"
+"help.text"
msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_NUM_OPTIONS:LB_ORIENT\">Select the alignment option for the graphic.</ahelp>"
msgstr ""
-#: 06050500.xhp#hd_id3145596.96.help.text
+#. O`4t
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"hd_id3145596\n"
+"96\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">All levels </caseinline></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-#: 06050500.xhp#par_id3148455.97.help.text
+#. 1XwV
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3148455\n"
+"97\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Set the numbering options for all of the levels. </caseinline></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ფაილში ხაზების რაოდენობა </caseinline></switchinline>"
-#: 06050500.xhp#hd_id3155852.98.help.text
+#. 3nDA
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"hd_id3155852\n"
+"98\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Consecutive numbering </caseinline></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ფორმატის გარეშე </caseinline></switchinline>"
-#: 06050500.xhp#par_id3148880.99.help.text
+#. |q\|
+#: 06050500.xhp
+msgctxt ""
+"06050500.xhp\n"
+"par_id3148880\n"
+"99\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_NUM_OPTIONS:CB_SAME_LEVEL\">Increases the numbering by one as you go down each level in the list hierarchy.</ahelp></caseinline></switchinline>"
msgstr ""
-#: 05320000.xhp#tit.help.text
-msgid "Text Animation"
-msgstr "ტექსტის ანიმაცია"
-
-#: 05320000.xhp#hd_id3150014.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05320000.xhp\" name=\"Text Animation\">Text Animation</link>"
-msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
-
-#: 05320000.xhp#par_id3154788.2.help.text
-msgid "<ahelp hid=\"SVX:TABPAGE:RID_SVXPAGE_TEXTANIMATION\">Adds an animation effect to the text in the selected drawing object.</ahelp>"
-msgstr ""
-
-#: 05320000.xhp#hd_id3152821.4.help.text
-msgid "Text animation effects"
-msgstr ""
-
-#: 05320000.xhp#par_id3144436.15.help.text
-msgid "Select the effect that you want to apply, and then set the properties of the effect."
-msgstr ""
-
-#: 05320000.xhp#hd_id3158405.5.help.text
-msgctxt "05320000.xhp#hd_id3158405.5.help.text"
-msgid "Effects"
+#. }B9H
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"tit\n"
+"help.text"
+msgid "Check for Updates"
msgstr ""
-#: 05320000.xhp#par_id3149999.16.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_TEXTANIMATION:LB_EFFECT\">Select the animation effect that you want to apply to the text in the selected drawing object. To remove an animation effect, select <emph>No Effect</emph>.</ahelp>"
+#. ]kmP
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"bm_id7647328\n"
+"help.text"
+msgid "<bookmark_value>updates;checking manually</bookmark_value> <bookmark_value>online updates;checking manually</bookmark_value>"
msgstr ""
-#: 05320000.xhp#hd_id3153114.6.help.text
-msgid "To the Left"
+#. DB4T
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id315256\n"
+"help.text"
+msgid "<variable id=\"online_update\"><link href=\"text/shared/01/online_update.xhp\">Check for Updates</link></variable>"
msgstr ""
-#: 05320000.xhp#par_id3152867.18.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_TEXTANIMATION:BTN_LEFT\">Scrolls text from right to left.</ahelp>"
+#. 5#sz
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id3174230\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Mark to enable the automatic check for updates. Choose %PRODUCTNAME - Online Update in the Options dialog box to disable or enable this feature.</ahelp>"
msgstr ""
-#: 05320000.xhp#par_id3149750.help.text
-#, fuzzy
-msgid "<image id=\"img_id3150774\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150774\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149784\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149784\">ხატულა</alt></image>"
-
-#: 05320000.xhp#par_id3155941.19.help.text
-msgid "Left arrow"
+#. NpZ:
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id0116200901063996\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to select a folder to download the files.</ahelp>"
msgstr ""
-#: 05320000.xhp#hd_id3147010.20.help.text
-msgid "To the Right"
+#. e=5[
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id6797082\n"
+"help.text"
+msgid "<ahelp hid=\".\">You can check for updates manually or automatically.</ahelp>"
msgstr ""
-#: 05320000.xhp#par_id3143267.21.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_TEXTANIMATION:BTN_RIGHT\">Scrolls text from left to right.</ahelp>"
+#. 7_9_
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id4218878\n"
+"help.text"
+msgid "Checking for updates will also look for updates of all installed extensions."
msgstr ""
-#: 05320000.xhp#par_id3109847.help.text
-#, fuzzy
-msgid "<image id=\"img_id3149235\" src=\"res/sc06300.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149235\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149784\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149784\">ხატულა</alt></image>"
-
-#: 05320000.xhp#par_id3149276.22.help.text
-msgid "Right arrow"
+#. P/2m
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id8132267\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Help - Check for Updates</item> to check manually."
msgstr ""
-#: 05320000.xhp#hd_id3155323.23.help.text
-msgid "To the Top"
+#. TKF0
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id702230\n"
+"help.text"
+msgid "You can disable or enable the automatic check in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - <link href=\"text/shared/optionen/online_update.xhp\">Online Update</link>."
msgstr ""
-#: 05320000.xhp#par_id3145416.24.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_TEXTANIMATION:BTN_UP\">Scrolls text from bottom to top.</ahelp>"
+#. R/4\
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id3422345\n"
+"help.text"
+msgid "If an update is available, an icon<image id=\"img_id3155415\" src=\"extensions/source/update/ui/onlineupdate_16.png\" width=\"0.4583in\" height=\"0.1354in\"><alt id=\"alt_id3155415\">Icon</alt></image> on the menu bar will notify you of the update. Click the icon to open a dialog with more information."
msgstr ""
-#: 05320000.xhp#par_id3146773.help.text
-#, fuzzy
-msgid "<image id=\"img_id3149795\" src=\"dbaccess/res/sortup.png\" width=\"0.2083inch\" height=\"0.222inch\"><alt id=\"alt_id3149795\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149784\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149784\">ხატულა</alt></image>"
-
-#: 05320000.xhp#par_id3155420.25.help.text
-msgid "Up arrow"
+#. -ORJ
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id9313638\n"
+"help.text"
+msgid "You will see the <link href=\"text/shared/01/online_update_dialog.xhp\">Check for Updates</link> dialog with some information about the online update of %PRODUCTNAME."
msgstr ""
-#: 05320000.xhp#hd_id3153717.26.help.text
-msgid "To the Bottom"
+#. 764*
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id9951780\n"
+"help.text"
+msgid "Enable an Internet connection for %PRODUCTNAME."
msgstr ""
-#: 05320000.xhp#par_id3155388.27.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_TEXTANIMATION:BTN_DOWN\">Scrolls text from top to bottom.</ahelp>"
+#. 5UJ!
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id6479384\n"
+"help.text"
+msgid "If you need a proxy server, enter the proxy settings in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Internet - Proxy."
msgstr ""
-#: 05320000.xhp#par_id3145085.help.text
-#, fuzzy
-msgid "<image id=\"img_id3152472\" src=\"dbaccess/res/sortdown.png\" width=\"0.1563inch\" height=\"0.1665inch\"><alt id=\"alt_id3152472\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150422\" src=\"res/sx03242.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150422\">ხატულა</alt></image>"
-
-#: 05320000.xhp#par_id3148947.28.help.text
-msgid "Down arrow"
+#. 1L8W
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id3639027\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Check for Updates</item> to check for the availability of a newer version of your office suite."
msgstr ""
-#: 05320000.xhp#hd_id3152361.45.help.text
-msgctxt "05320000.xhp#hd_id3152361.45.help.text"
-msgid "Properties"
-msgstr "თვისებები"
-
-#: 05320000.xhp#hd_id3156434.7.help.text
-msgid "Start Inside"
+#. `8SA
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id3722342\n"
+"help.text"
+msgid "If a newer version is available and %PRODUCTNAME is not set up for automatic downloading, then you can select any of the following actions:"
msgstr ""
-#: 05320000.xhp#par_id3150866.29.help.text
-msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_TEXTANIMATION:TSB_START_INSIDE\">Text is visible and inside the drawing object when the effect is applied.</ahelp>"
+#. N`-Q
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id5106662\n"
+"help.text"
+msgid "Download the new version."
msgstr ""
-#: 05320000.xhp#hd_id3150359.8.help.text
-msgid "Text visible when exiting"
+#. a06Z
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id4931485\n"
+"help.text"
+msgid "Install the downloaded files."
msgstr ""
-#: 05320000.xhp#par_id3154938.31.help.text
-msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_TEXTANIMATION:TSB_STOP_INSIDE\">Text remains visible after the effect is applied.</ahelp>"
+#. I)cJ
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id9168980\n"
+"help.text"
+msgid "Abort this check for updates for now."
msgstr ""
-#: 05320000.xhp#hd_id3155738.9.help.text
-msgid "Animation effects"
+#. %J}h
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id9766533\n"
+"help.text"
+msgid "If %PRODUCTNAME is configured to download the files automatically, the download starts immediately. A download continues even when you minimize the dialog."
msgstr ""
-#: 05320000.xhp#par_id3149291.33.help.text
-msgid "Set the looping options for the animation effect."
+#. {3XU
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id927152\n"
+"help.text"
+msgid "If automatic downloads are disabled, start the download manually."
msgstr ""
-#: 05320000.xhp#hd_id3145744.10.help.text
-msgctxt "05320000.xhp#hd_id3145744.10.help.text"
-msgid "Continuous"
+#. @3{.
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id6081728\n"
+"help.text"
+msgid "If no update was found, you can close the dialog."
msgstr ""
-#: 05320000.xhp#par_id3145318.34.help.text
-msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_TEXTANIMATION:TSB_ENDLESS\">Plays the animation effect continuously. To specify the number of times to play the effect, clear this checkbox, and enter a number in the <emph>Continuous</emph> box.</ahelp>"
+#. TK[3
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id9219641\n"
+"help.text"
+msgid "You need Administrator rights to update %PRODUCTNAME."
msgstr ""
-#: 05320000.xhp#hd_id3153192.39.help.text
-msgid "Continuous box"
-msgstr ""
+#. ](M?
+#: 02050000.xhp
+msgctxt ""
+"02050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Copy"
+msgstr "ასლის შექმნა"
-#: 05320000.xhp#par_id3154068.40.help.text
-msgid "<ahelp hid=\"SVX:NUMERICFIELD:RID_SVXPAGE_TEXTANIMATION:NUM_FLD_COUNT\">Enter the number of times that you want the animation effect to repeat.</ahelp>"
-msgstr ""
+#. i{0/
+#: 02050000.xhp
+msgctxt ""
+"02050000.xhp\n"
+"bm_id3154824\n"
+"help.text"
+msgid "<bookmark_value>clipboard; Unix</bookmark_value><bookmark_value>copying; in Unix</bookmark_value>"
+msgstr "<bookmark_value>გაცვლის ბუფერი; Unix</bookmark_value><bookmark_value>ასლის შექმნა Unix-ში</bookmark_value>"
-#: 05320000.xhp#hd_id3154908.13.help.text
-msgctxt "05320000.xhp#hd_id3154908.13.help.text"
-msgid "Increment"
-msgstr ""
+#. fS.#
+#: 02050000.xhp
+msgctxt ""
+"02050000.xhp\n"
+"hd_id3152876\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02050000.xhp\" name=\"Copy\">Copy</link>"
+msgstr "<link href=\"text/shared/01/02050000.xhp\" name=\"Copy\">ასლი</link>"
-#: 05320000.xhp#par_id3151177.37.help.text
-msgid "Specify the increment value for scrolling the text."
-msgstr ""
+#. uT|q
+#: 02050000.xhp
+msgctxt ""
+"02050000.xhp\n"
+"par_id3154682\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Copy\">Copies the selection to the clipboard.</ahelp>"
+msgstr "<ahelp hid=\".uno:Copy\">მონიშნულის ასლის გაცვლის ბუფერზე გადატანა </ahelp>"
-#: 05320000.xhp#hd_id3150870.14.help.text
-msgid "Pixels"
-msgstr ""
+#. xOU)
+#: 02050000.xhp
+msgctxt ""
+"02050000.xhp\n"
+"par_id3155552\n"
+"4\n"
+"help.text"
+msgid "Each time you copy, the existing content of the clipboard is overwritten."
+msgstr "ყოველი ასლის შექმნისას გაცვლის ბუფერის შიგთავსი ზემოდან გადაიწერება."
-#: 05320000.xhp#par_id3150447.38.help.text
-msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_TEXTANIMATION:TSB_PIXEL\">Measures increment value in pixels.</ahelp>"
-msgstr ""
+#. s?ST
+#: 02050000.xhp
+msgctxt ""
+"02050000.xhp\n"
+"par_id3154824\n"
+"3\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\"><variable id=\"unixkopieren\">$[officename] also supports the clipboard under Unix; however, you must use the $[officename] commands, such as Ctrl+C.</variable></caseinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\"><variable id=\"unixkopieren\">$[officename] ასევე მხარს უჭერს გაცვლის ბუფერს Unix-ში; მაგრამ, სასურველია გამოიყენოთ$[officename] ისეთი ბრძანებები, როგორიცაა Ctrl+C.</variable></caseinline></switchinline>"
-#: 05320000.xhp#hd_id3149766.43.help.text
-msgid "Increment box"
-msgstr ""
+#. oTFU
+#: 04990000.xhp
+msgctxt ""
+"04990000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Picture"
+msgstr "სურათი"
-#: 05320000.xhp#par_id3150495.44.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_TEXTANIMATION:MTR_FLD_AMOUNT\">Enter the number of increments by which to scroll the text.</ahelp>"
-msgstr ""
+#. [:ZX
+#: 04990000.xhp
+#, fuzzy
+msgctxt ""
+"04990000.xhp\n"
+"hd_id3156045\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/04990000.xhp\" name=\"Picture\">Picture</link>"
+msgstr "<link href=\"text/shared/01/02060000.xhp\" name=\"Paste\">ჩასმა</link>"
-#: 05320000.xhp#hd_id3158409.11.help.text
-msgid "Delay"
+#. LCQE
+#: 04990000.xhp
+msgctxt ""
+"04990000.xhp\n"
+"par_id3154613\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the source for a picture that you want to insert.</ahelp>"
msgstr ""
-#: 05320000.xhp#par_id3148560.35.help.text
-msgid "Specify the amount time to wait before repeating the effect."
-msgstr ""
+#. ebky
+#: 04990000.xhp
+msgctxt ""
+"04990000.xhp\n"
+"hd_id3158442\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">From File</link>"
+msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">ფაილიდან</link>"
-#: 05320000.xhp#hd_id3153370.12.help.text
-msgctxt "05320000.xhp#hd_id3153370.12.help.text"
-msgid "Automatic"
+#. 4^4J
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Alignment"
msgstr ""
-#: 05320000.xhp#par_id3150439.36.help.text
-msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_TEXTANIMATION:TSB_AUTO\">$[officename] 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<emph> Automatic</emph> box.</ahelp>"
-msgstr ""
+#. UY?0
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"bm_id3154545\n"
+"help.text"
+msgid "<bookmark_value>aligning; cells</bookmark_value><bookmark_value>cells; aligning</bookmark_value>"
+msgstr "<bookmark_value>ბრძანებათა გამეორება</bookmark_value><bookmark_value>ბრძანებათა გამეორება</bookmark_value>"
-#: 05320000.xhp#hd_id3155131.41.help.text
-msgid "Automatic box"
-msgstr ""
+#. T(Iq
+#: 05340300.xhp
+#, fuzzy
+msgctxt ""
+"05340300.xhp\n"
+"hd_id3154545\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Alignment\">Alignment</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-#: 05320000.xhp#par_id3152791.42.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_TEXTANIMATION:MTR_FLD_DELAY\">Enter the amount of time to wait before repeating the effect.</ahelp>"
+#. d-(a
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_id3155577\n"
+"52\n"
+"help.text"
+msgid "<ahelp hid=\"HID_ALIGNMENT\">Sets the alignment options for the contents of the current cell, or the selected cells.</ahelp>"
msgstr ""
-#: 05340400.xhp#tit.help.text
-msgctxt "05340400.xhp#tit.help.text"
-msgid "Data Sources"
+#. 1CZ8
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"hd_id3153124\n"
+"54\n"
+"help.text"
+msgid "Horizontal"
msgstr ""
-#: 05340400.xhp#bm_id3153116.help.text
-msgid "<bookmark_value>data source browser</bookmark_value><bookmark_value>tables in databases;browsing and editing</bookmark_value><bookmark_value>databases; editing tables</bookmark_value><bookmark_value>editing; database tables and queries</bookmark_value><bookmark_value>queries; editing in data source view</bookmark_value>"
+#. kpjs
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_id3144436\n"
+"55\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_ALIGNMENT_LB_HORALIGN\">Select the horizontal alignment option that you want to apply to the cell contents.</ahelp>"
msgstr ""
-#: 05340400.xhp#hd_id3153323.68.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05340400.xhp\" name=\"Data Sources\">Data Sources</link>"
-msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
-
-#: 05340400.xhp#par_id3149511.2.help.text
-msgid "This section contains information on browsing and editing database tables."
+#. 8*K%
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"hd_id3146109\n"
+"56\n"
+"help.text"
+msgid "Default"
msgstr ""
-#: 05340400.xhp#par_id3149150.51.help.text
-msgid "You cannot use the data source browser on a database table that is open in Design view."
+#. G{eE
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_id3166445\n"
+"57\n"
+"help.text"
+msgid "Aligns numbers to the right, and text to the left."
msgstr ""
-#: 05340400.xhp#hd_id3149235.8.help.text
-msgid "Data source browser"
+#. %s%!
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_id3147010\n"
+"10\n"
+"help.text"
+msgid "If the <emph>Default</emph> option is selected, numbers will be aligned to the right and text will be left-justified."
msgstr ""
-#: 05340400.xhp#par_id3154897.9.help.text
-msgid "<ahelp hid=\".\">The commands for the data source browser are found on the <link href=\"text/shared/01/05340400.xhp\" name=\"Database Bar\">Table Data bar</link> and in <link href=\"text/shared/01/05340400.xhp\" name=\"context menus\">context menus</link>.</ahelp>"
+#. ~*Kw
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"hd_id3153577\n"
+"58\n"
+"help.text"
+msgid "Left"
msgstr ""
-#: 05340400.xhp#hd_id3154514.12.help.text
-msgid "Selecting records"
+#. 6@Ax
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_id3150506\n"
+"59\n"
+"help.text"
+msgid "<variable id=\"linkstext\"><ahelp hid=\".uno:AlignLeft\">Aligns the contents of the cell to the left.</ahelp></variable>"
msgstr ""
-#: 05340400.xhp#par_id3149514.34.help.text
-msgid "To select a record in a database table, click the row header, or click a row header, and then use the Up or Down arrow keys."
+#. OLGF
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"hd_id3156347\n"
+"60\n"
+"help.text"
+msgid "Right"
msgstr ""
-#: 05340400.xhp#par_id7812433001.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select database records. Drag-and-drop rows or cells to the document to insert contents. Drag-and-drop column headers to insert fields.</ahelp>"
+#. 99sD
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_id3148538\n"
+"61\n"
+"help.text"
+msgid "<variable id=\"rechtstext\"><ahelp hid=\".uno:AlignRight\">Aligns the contents of the cell to the right.</ahelp></variable>"
msgstr ""
-#: 05340400.xhp#par_id3149578.13.help.text
-msgid "The following table describes how to select individual elements in the data source browser:"
+#. G=]T
+#: 05340300.xhp
+#, fuzzy
+msgctxt ""
+"05340300.xhp\n"
+"hd_id3153541\n"
+"62\n"
+"help.text"
+msgid "Center"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nცენტრირებული\\n#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\nცენტრირება"
+
+#. mJ//
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_id3154380\n"
+"63\n"
+"help.text"
+msgid "<variable id=\"zentrierttext\"><ahelp hid=\".\">Horizontally centers the contents of the cell.</ahelp></variable>"
msgstr ""
-#: 05340400.xhp#par_id3158432.66.help.text
-msgctxt "05340400.xhp#par_id3158432.66.help.text"
-msgid "Selection"
+#. \e7s
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"hd_id3159166\n"
+"64\n"
+"help.text"
+msgid "Justified"
msgstr ""
-#: 05340400.xhp#par_id3150670.67.help.text
-msgctxt "05340400.xhp#par_id3150670.67.help.text"
-msgid "Action"
+#. $_IE
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_id3153665\n"
+"65\n"
+"help.text"
+msgid "<variable id=\"blocktext\"><ahelp hid=\".uno:AlignBlock\">Aligns the contents of the cell to the left and to the right cell borders.</ahelp></variable>"
msgstr ""
-#: 05340400.xhp#par_id3153332.14.help.text
-msgctxt "05340400.xhp#par_id3153332.14.help.text"
-msgid "Record"
+#. 01By
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_idN1079C\n"
+"help.text"
+msgid "Filled"
msgstr ""
-#: 05340400.xhp#par_id3153700.15.help.text
-msgid "Click the row header"
+#. K2,6
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_idN107A0\n"
+"help.text"
+msgid "Repeats the cell contents (number and text) until the visible area of the cell is filled. This feature does not work on text that contains line breaks."
msgstr ""
-#: 05340400.xhp#par_id3149575.16.help.text
-msgid "Several records or removing a selection"
-msgstr ""
+#. /Aqt
+#: 05340300.xhp
+#, fuzzy
+msgctxt ""
+"05340300.xhp\n"
+"par_idN1079D\n"
+"help.text"
+msgid "Distributed"
+msgstr "გავრცელება"
-#: 05340400.xhp#par_id3149295.17.help.text
-msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and click the row header"
+#. @!R9
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_idN107A1\n"
+"help.text"
+msgid "Aligns contents evenly across the whole cell. Unlike <emph>Justified</emph>, it justifies the very last line of text, too."
+msgstr ""
+
+#. ]G,1
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"hd_id3158432\n"
+"41\n"
+"help.text"
+msgid "Indent"
msgstr ""
-#: 05340400.xhp#par_id3152360.18.help.text
-msgctxt "05340400.xhp#par_id3152360.18.help.text"
-msgid "Column"
+#. LlJ:
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_id3153716\n"
+"42\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_ALIGNMENT:ED_INDENT\">Indents from the left edge of the cell by the amount that you enter.</ahelp>"
msgstr ""
-#: 05340400.xhp#par_id3153960.19.help.text
-msgid "Click the column header"
+#. ~1t6
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"hd_id3149903\n"
+"66\n"
+"help.text"
+msgid "Vertical"
msgstr ""
-#: 05340400.xhp#par_id3150541.20.help.text
-msgid "Data field"
+#. PUYC
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_id3148924\n"
+"67\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_ALIGNMENT_LB_VERALIGN\">Select the vertical alignment option that you want to apply to the cell contents.</ahelp>"
msgstr ""
-#: 05340400.xhp#par_id3150358.21.help.text
-msgid "Click in the data field"
+#. WQ$0
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"hd_id3146848\n"
+"68\n"
+"help.text"
+msgid "Default"
msgstr ""
-#: 05340400.xhp#par_id3154366.22.help.text
-msgid "Entire table"
-msgstr "მთლიანი გვერდი"
-
-#: 05340400.xhp#par_id3156422.23.help.text
-msgid "Click the row header of the column headings"
+#. 0.;=
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_id3150822\n"
+"69\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_ALIGNMENT_LB_VERALIGN\">Aligns the cell contents to the bottom of the cell.</ahelp>"
msgstr ""
-#: 05340400.xhp#hd_id3154822.49.help.text
-msgid "Table Data toolbar (editing table data)"
+#. Dg:2
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"hd_id3147531\n"
+"70\n"
+"help.text"
+msgid "Top"
msgstr ""
-#: 05340400.xhp#par_id3151041.help.text
-#, fuzzy
-msgid "<image id=\"img_id3150740\" src=\"cmd/sc_editdoc.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150740\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-
-#: 05340400.xhp#par_id3158410.7.help.text
-msgid "Allows you to edit, add, or delete records from the database table."
+#. Qhm}
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_id3145085\n"
+"71\n"
+"help.text"
+msgid "<variable id=\"obentext\"><ahelp hid=\".uno:AlignTop\">Aligns the contents of the cell to the upper edge of the cell.</ahelp></variable>"
msgstr ""
-#: 05340400.xhp#hd_id3152463.53.help.text
-msgid "Cutting, copying and pasting data"
+#. m_JY
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"hd_id3156343\n"
+"72\n"
+"help.text"
+msgid "Bottom"
msgstr ""
-#: 05340400.xhp#par_id3149287.54.help.text
-msgid "You can cut, copy, and paste records in <emph>Data Source</emph> view. The Data Source browser also supports the dragging and dropping of records, or text and numbers from other $[officename] files."
+#. %vXk
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_id3152813\n"
+"26\n"
+"help.text"
+msgid "<variable id=\"untentext\"><ahelp hid=\".\">Aligns the contents of the cell to the lower edge of the cell.</ahelp></variable>"
msgstr ""
-#: 05340400.xhp#par_id3146921.64.help.text
-msgid "You cannot drag and drop to Yes/No, binary, image, or counting table fields."
+#. $Ek8
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"hd_id3151106\n"
+"73\n"
+"help.text"
+msgid "Middle"
msgstr ""
-#: 05340400.xhp#par_id3149064.63.help.text
-msgid "Drag and drop only works in <emph>Edit</emph> mode."
+#. X.n,
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_id3151210\n"
+"74\n"
+"help.text"
+msgid "<variable id=\"mittetext\"><ahelp hid=\".uno:AlignVCenter\">Vertically centers the contents of the cell.</ahelp></variable>"
msgstr ""
-#: 05340400.xhp#hd_id3147295.24.help.text
-msgid "Navigating in the Data Source Browser"
+#. nQ2S
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"hd_id3151107\n"
+"help.text"
+msgid "Justified"
msgstr ""
-#: 05340400.xhp#par_id3152598.25.help.text
-msgid "Use the Form Navigation bar at the bottom of the Data Source view to navigate between different records."
+#. kRw#
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_id3151211\n"
+"help.text"
+msgid "Aligns the contents of the cell to the top and to the bottom cell borders."
msgstr ""
-#: 05340400.xhp#hd_id3145263.35.help.text
-msgid "First record"
-msgstr "პირველი ჩანაწერი"
-
-#: 05340400.xhp#par_id3149266.help.text
+#. !e[Q
+#: 05340300.xhp
#, fuzzy
-msgid "<image id=\"img_id3156060\" src=\"cmd/sc_firstrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156060\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
+msgctxt ""
+"05340300.xhp\n"
+"hd_id3151108\n"
+"help.text"
+msgid "Distributed"
+msgstr "გავრცელება"
-#: 05340400.xhp#par_id3151173.36.help.text
-msgid "<ahelp hid=\".\">Go to the first record in the table.</ahelp>"
+#. $fS[
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_id3151212\n"
+"help.text"
+msgid "Same as <emph>Justified</emph>, unless the text orientation is vertical. Then it behaves similarly, than horizontal <emph>Distributed</emph> setting, i.e. the very last line is justified, too."
msgstr ""
-#: 05340400.xhp#hd_id3149417.37.help.text
-msgid "Previous record"
-msgstr "წინა ჩანაწერი"
-
-#: 05340400.xhp#par_id3147484.help.text
+#. oX5;
+#: 05340300.xhp
#, fuzzy
-msgid "<image id=\"img_id3156736\" src=\"cmd/sc_prevrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156736\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-
-#: 05340400.xhp#par_id3153280.38.help.text
-msgid "<ahelp hid=\".\">Go to the previous record in the table.</ahelp>"
-msgstr ""
+msgctxt ""
+"05340300.xhp\n"
+"hd_id3154154\n"
+"51\n"
+"help.text"
+msgid "Text orientation"
+msgstr "ქაღალდის ორიენტაცია"
-#: 05340400.xhp#hd_id3153053.39.help.text
-msgid "Record number"
+#. w[1S
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_id3151380\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AlignVCenter\">Sets the text orientation of the cell contents.</ahelp>"
msgstr ""
-#: 05340400.xhp#par_id3155851.40.help.text
-msgid "<ahelp hid=\".\">Type the number of the record that you want to display, and then press Enter.</ahelp>"
+#. 4~!c
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_id3147085\n"
+"49\n"
+"help.text"
+msgid "<ahelp hid=\"HID_ALIGNMENT_CTR_DIAL\">Click in the dial to set the text orientation.</ahelp>"
msgstr ""
-#: 05340400.xhp#hd_id3157876.41.help.text
-msgid "Next record"
-msgstr "შემდეგი ჩანაწერი"
-
-#: 05340400.xhp#par_id3151075.help.text
+#. 0C9l
+#: 05340300.xhp
#, fuzzy
-msgid "<image id=\"img_id3153214\" src=\"cmd/sc_nextrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153214\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153821\">ხატულა</alt></image>"
+msgctxt ""
+"05340300.xhp\n"
+"hd_id3150449\n"
+"45\n"
+"help.text"
+msgid "Degrees"
+msgstr "გრადუსი"
-#: 05340400.xhp#par_id3166414.42.help.text
-msgid "<ahelp hid=\".\">Go to the next record in the table.</ahelp>"
+#. 0#e\
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_id3153194\n"
+"46\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_NUMERICFIELD_RID_SVXPAGE_ALIGNMENT_NF_DEGREES\">Enter the rotation angle for the text in the selected cell(s). A positive number rotates the text to the left and a negative number rotates the text to the right.</ahelp>"
msgstr ""
-#: 05340400.xhp#hd_id3154015.43.help.text
-msgid "Last record"
-msgstr "ბოლო ჩანაწერი"
-
-#: 05340400.xhp#par_id3153838.help.text
-#, fuzzy
-msgid "<image id=\"img_id3156320\" src=\"cmd/sc_lastrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156320\">Icon</alt></image>"
-msgstr "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154329\">ხატულა</alt></image>"
-
-#: 05340400.xhp#par_id3147175.44.help.text
-msgid "<ahelp hid=\".\">Go to the last record in the table.</ahelp>"
+#. 3,[L
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"hd_id3150497\n"
+"75\n"
+"help.text"
+msgid "Reference edge"
msgstr ""
-#: 05340400.xhp#hd_id3145162.45.help.text
-msgid "New record"
-msgstr "ახალი ჩანაწერი"
-
-#: 05340400.xhp#par_id3151019.help.text
-#, fuzzy
-msgid "<image id=\"img_id3154636\" src=\"svtools/res/ed03.png\" width=\"0.1528inch\" height=\"0.1528inch\"><alt id=\"alt_id3154636\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153367\" src=\"svtools/res/info_small.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153367\">ხატულა</alt></image>"
-
-#: 05340400.xhp#par_id3146913.46.help.text
-msgid "<ahelp hid=\".\">Inserts a new record into the current table.</ahelp> To create a record, click the asterisk (*) button at the bottom of the table view. An empty row is added at the end of the table."
+#. K[F5
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_id3154069\n"
+"76\n"
+"help.text"
+msgid "<ahelp hid=\"HID_ALIGNMENT_CTR_BORDER_LOCK\">Specify the cell edge from which to write the rotated text.</ahelp>"
msgstr ""
-#: 05340400.xhp#hd_id3150656.47.help.text
-msgid "Number of records"
+#. dpe)
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_id3147299\n"
+"78\n"
+"help.text"
+msgid "<emph>Text Extension From Lower Cell Border:</emph> Writes the rotated text from the bottom cell edge outwards."
msgstr ""
-#: 05340400.xhp#par_id3148483.48.help.text
-msgid "<ahelp hid=\".\">Displays the number of records. For example, \"Record 7 of 9(2)\" indicates that two records (2) are selected in a table containing 9 records, and that the cursor is in record number 7.</ahelp>"
+#. `nNC
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_id3149561\n"
+"79\n"
+"help.text"
+msgid "<emph>Text Extension From Upper Cell Border:</emph> Writes the rotated text from the top cell edge outwards."
msgstr ""
-#: 05340400.xhp#hd_id3151357.26.help.text
-msgid "Organizing tables"
+#. WU.7
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_id3163712\n"
+"80\n"
+"help.text"
+msgid "<emph>Text Extension Inside Cells:</emph> Writes the rotated text only within the cell."
msgstr ""
-#: 05340400.xhp#par_id3153357.28.help.text
-msgid "To access the commands for formatting the table, right-click a column header, or a row header."
+#. MY,o
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_idN109F4\n"
+"help.text"
+msgid "Vertically stacked"
msgstr ""
-#: 05340400.xhp#hd_id3148405.3.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05340402.xhp\" name=\"Table Format\">Table Format</link>"
-msgstr "<link href=\"text/shared/01/01010202.xhp\" name=\"Format\">ფორმატი</link>"
-
-#: 05340400.xhp#hd_id3083283.4.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05340100.xhp\" name=\"Row Height\">Row Height</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-
-#: 05340400.xhp#hd_id3150321.5.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05340405.xhp\" name=\"Column Format\">Column Format</link>"
-msgstr "<link href=\"text/shared/01/01010202.xhp\" name=\"Format\">ფორმატი</link>"
-
-#: 05340400.xhp#hd_id3147341.6.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05340200.xhp\" name=\"Column Width\">Column Width</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-
-#: 05210600.xhp#tit.help.text
-msgctxt "05210600.xhp#tit.help.text"
-msgid "Shadow"
+#. (hAQ
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_idN109F8\n"
+"help.text"
+msgid "<ahelp hid=\".\">Aligns text vertically.</ahelp>"
msgstr ""
-#: 05210600.xhp#bm_id3150014.help.text
-msgid "<bookmark_value>areas; shadows</bookmark_value><bookmark_value>shadows; areas</bookmark_value>"
-msgstr "<bookmark_value>მოქმედების დაბრუნება;რედაქტირება</bookmark_value><bookmark_value>რედაქტირება;მოქმედების დაბრუნება</bookmark_value>"
-
-#: 05210600.xhp#hd_id3150014.1.help.text
-msgid "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">Shadow</link>"
-msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">ჩრდილი</link>"
+#. XJf9
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"hd_id3152576\n"
+"84\n"
+"help.text"
+msgid "Asian layout mode"
+msgstr ""
-#: 05210600.xhp#par_id3155069.2.help.text
-msgid "<ahelp hid=\"HID_AREA_SHADOW\">Add a shadow to the selected drawing object, and define the properties of the shadow.</ahelp>"
+#. {hJ.
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_id3150010\n"
+"85\n"
+"help.text"
+msgid "This checkbox is only available if Asian language support is enabled and the text direction is set to vertical. <ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_ALIGNMENT_BTN_ASIAN_VERTICAL\">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.</ahelp>"
msgstr ""
-#: 05210600.xhp#hd_id3153748.3.help.text
-msgctxt "05210600.xhp#hd_id3153748.3.help.text"
+#. q\(S
+#: 05340300.xhp
+#, fuzzy
+msgctxt ""
+"05340300.xhp\n"
+"hd_id3150032\n"
+"43\n"
+"help.text"
msgid "Properties"
msgstr "თვისებები"
-#: 05210600.xhp#par_id3153345.4.help.text
-msgid "Set the properties of the shadow that you want to apply."
+#. SZ;o
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_id3146120\n"
+"44\n"
+"help.text"
+msgid "Determine the text flow in a cell."
msgstr ""
-#: 05210600.xhp#hd_id3150774.5.help.text
-msgid "Use shadow"
+#. U6a?
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"hd_id3145590\n"
+"3\n"
+"help.text"
+msgid "Wrap text automatically"
msgstr ""
-#: 05210600.xhp#par_id3154749.6.help.text
-msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_SHADOW:TSB_SHOW_SHADOW\">Adds a shadow to the selected drawing object.</ahelp>"
+#. xpBl
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_id3148555\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_ALIGNMENT:BTN_WRAP\">Wraps text onto another line at the cell border. The number of lines depends on the width of the cell.</ahelp> To enter a manual line break, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter in the cell."
msgstr ""
-#: 05210600.xhp#hd_id3166460.7.help.text
-msgctxt "05210600.xhp#hd_id3166460.7.help.text"
-msgid "Position"
+#. #]Q[
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"hd_id3147380\n"
+"81\n"
+"help.text"
+msgid "Hyphenation active"
msgstr ""
-#: 05210600.xhp#par_id3146138.8.help.text
-msgid "<ahelp hid=\"HID_TPSHADOW_CTRL\">Click where you want to cast the shadow.</ahelp>"
+#. l3wV
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_id3148458\n"
+"82\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_ALIGNMENT_BTN_HYPH\">Enables word hyphenation for text wrapping to the next line.</ahelp>"
msgstr ""
-#: 05210600.xhp#hd_id3154897.9.help.text
-msgctxt "05210600.xhp#hd_id3154897.9.help.text"
-msgid "Distance"
+#. QL_R
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_idN10AD3\n"
+"help.text"
+msgid "Shrink to fit cell size"
msgstr ""
-#: 05210600.xhp#par_id3146847.10.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_SHADOW:MTR_FLD_DISTANCE\">Enter the distance that you want the shadow to be offset from the selected object.</ahelp>"
+#. J_+{
+#: 05340300.xhp
+msgctxt ""
+"05340300.xhp\n"
+"par_idN10AD7\n"
+"help.text"
+msgid "<ahelp hid=\".\">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.</ahelp>"
msgstr ""
-#: 05210600.xhp#hd_id3150276.11.help.text
-msgctxt "05210600.xhp#hd_id3150276.11.help.text"
-msgid "Color"
+#. Co+/
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Indents and Spacing"
msgstr ""
-#: 05210600.xhp#par_id3155829.12.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_SHADOW:LB_SHADOW_COLOR\">Select a color for the shadow.</ahelp>"
+#. fs2|
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"bm_id3154689\n"
+"help.text"
+msgid "<bookmark_value>spacing; between paragraphs in footnotes</bookmark_value> <bookmark_value>line spacing; paragraph</bookmark_value> <bookmark_value>spacing; lines and paragraphs</bookmark_value> <bookmark_value>single-line spacing in text</bookmark_value> <bookmark_value>one and a half line spacing in text</bookmark_value> <bookmark_value>double-line spacing in paragraphs</bookmark_value> <bookmark_value>leading between paragraphs</bookmark_value> <bookmark_value>paragraphs;spacing</bookmark_value>"
msgstr ""
-#: 05210600.xhp#hd_id3148992.13.help.text
-msgctxt "05210600.xhp#hd_id3148992.13.help.text"
-msgid "Transparency"
-msgstr ""
+#. q,-F
+#: 05030100.xhp
+#, fuzzy
+msgctxt ""
+"05030100.xhp\n"
+"hd_id3154689\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05030100.xhp\" name=\"Indents and Spacing\">Indents and Spacing</link>"
+msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-#: 05210600.xhp#par_id3148642.14.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_SHADOW:MTR_SHADOW_TRANSPARENT\">Enter a percentage from 0% (opaque) to 100% (transparent) to specify the transparency of the shadow.</ahelp>"
+#. C:j,
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3155069\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FORMAT_PARAGRAPH_STD\">Sets the indenting and the spacing options for the paragraph.</ahelp>"
msgstr ""
-#: 05210600.xhp#hd_id3154810.17.help.text
-msgctxt "05210600.xhp#hd_id3154810.17.help.text"
-msgid "Shadow"
+#. nM]l
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3153910\n"
+"64\n"
+"help.text"
+msgid "To change the measurement units used in this dialog, choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - General, and then select a new measurement unit in the Settings area."
msgstr ""
-#: 05210600.xhp#par_id3148924.15.help.text
-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>"
+#. 3M`_
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3154823\n"
+"11\n"
+"help.text"
+msgid "You can also <link href=\"text/swriter/guide/ruler.xhp\" name=\"ruler\">set indents using the ruler</link>. To display the ruler, choose <emph>View - Ruler</emph>."
msgstr ""
-#: 05210600.xhp#par_id3145068.help.text
-#, fuzzy
-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_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-
-#: 05210600.xhp#par_id3154935.16.help.text
-msgctxt "05210600.xhp#par_id3154935.16.help.text"
-msgid "Shadow"
+#. p?yh
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"hd_id3158430\n"
+"3\n"
+"help.text"
+msgid "Indent"
msgstr ""
-#: 02230400.xhp#tit.help.text
-msgctxt "02230400.xhp#tit.help.text"
-msgid "Accept or reject changes"
+#. *C{j
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3155419\n"
+"4\n"
+"help.text"
+msgid "Specify the amount of space to leave between the left and the right page margins and the paragraph."
msgstr ""
-#: 02230400.xhp#hd_id3145138.1.help.text
-msgctxt "02230400.xhp#hd_id3145138.1.help.text"
-msgid "Accept or reject changes"
+#. /(K@
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"hd_id3153698\n"
+"5\n"
+"help.text"
+msgid "Before text"
msgstr ""
-#: 02230400.xhp#par_id3147240.2.help.text
-msgid "<variable id=\"redlining\"><ahelp hid=\".uno:AcceptChanges\" visibility=\"visible\">Accept or reject recorded changes.</ahelp></variable>"
+#. NteR
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3148990\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_LEFTINDENT\">Enter the amount of space that you want to indent the paragraph from the page margin. If you want the paragraph to extend into the page margin, enter a negative number. In Left-to-Right languages, the left edge of the paragraph is indented with respect to the left page margin. In Right-to-Left languages, the right edge of the paragraph is indented with respect to the right page margin.</ahelp>"
msgstr ""
-#: 05210000.xhp#tit.help.text
-msgctxt "05210000.xhp#tit.help.text"
-msgid "Area"
+#. }jy=
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"hd_id3152361\n"
+"9\n"
+"help.text"
+msgid "After text"
msgstr ""
-#: 05210000.xhp#hd_id3085157.1.help.text
-msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">Area</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">არე</link>"
-
-#: 05210000.xhp#par_id3144436.2.help.text
-msgid "<variable id=\"flaechetext\"><ahelp hid=\".uno:FormatArea\">Sets the fill properties of the selected drawing object.</ahelp></variable>"
+#. `h!J
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3154390\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_RIGHTINDENT\">Enter the amount of space that you want to indent the paragraph from the page margin. If you want the paragraph to extend into the page margin, enter a negative number. In Left-to-Right languages, the right edge of the paragraph is indented with respect to the right page margin. In Right-to-Left languages, the left edge of the paragraph is indented with respect to the left page margin.</ahelp>"
msgstr ""
-#: 07010000.xhp#tit.help.text
-msgid "New Window"
+#. Vx@^
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"hd_id3149169\n"
+"7\n"
+"help.text"
+msgid "First line"
msgstr ""
-#: 07010000.xhp#bm_id6323129.help.text
-msgid "<bookmark_value>new windows</bookmark_value><bookmark_value>windows;new</bookmark_value>"
-msgstr "<bookmark_value>გაცვლის ბუფერი; Unix</bookmark_value><bookmark_value>ასლის შექმნა Unix-ში</bookmark_value>"
-
-#: 07010000.xhp#hd_id3148882.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/07010000.xhp\" name=\"New Window\">New Window</link>"
-msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>"
-
-#: 07010000.xhp#par_id3158442.2.help.text
-msgid "<ahelp hid=\".uno:NewWindow\">Opens a new window that displays the contents of the current window.</ahelp> You can now view different parts of the same document at the same time."
+#. geRZ
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3150651\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_FLINEINDENT\">Indents the first line of a paragraph by the amount that you enter. To create a hanging indent enter a positive value for \"Before text\" and a negative value for \"First line\". To indent the first line of a paragraph that uses numbering or bullets, choose \"<link href=\"text/shared/01/06050600.xhp\">Format - Bullets and Numbering - Position</link>\".</ahelp>"
msgstr ""
-#: 07010000.xhp#par_id3147588.3.help.text
-msgid "Changes made to a document in one window are automatically applied to all of the windows that are open for that document."
-msgstr ""
+#. g(gT
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"hd_id3150288\n"
+"52\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Automatic </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-#: 05210300.xhp#tit.help.text
-msgctxt "05210300.xhp#tit.help.text"
-msgid "Gradients"
+#. SBAs
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3151041\n"
+"53\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_STD_PARAGRAPH:CB_AUTO\">Automatically indents a paragraph according to the font size and the line spacing. The setting in the <emph>First Line </emph>box is ignored.</ahelp></caseinline></switchinline>"
msgstr ""
-#: 05210300.xhp#hd_id3145356.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05210300.xhp\" name=\"Gradients\">Gradients</link>"
-msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">ჩრდილი</link>"
-
-#: 05210300.xhp#par_id3154812.2.help.text
-msgid "<ahelp hid=\"HID_AREA_GRADIENT\">Set the properties of a gradient, or save and load gradient lists.</ahelp>"
+#. qg90
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"hd_id3157894\n"
+"22\n"
+"help.text"
+msgid "Spacing"
msgstr ""
-#: 05210300.xhp#hd_id3148983.3.help.text
-msgctxt "05210300.xhp#hd_id3148983.3.help.text"
-msgid "Type"
-msgstr "ტიპი:"
-
-#: 05210300.xhp#par_id3148440.4.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_GRADIENT:LB_GRADIENT_TYPES\">Select the gradient that you want to apply.</ahelp>"
+#. \0E4
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3152462\n"
+"23\n"
+"help.text"
+msgid "Specify the amount of space to leave between selected paragraphs."
msgstr ""
-#: 05210300.xhp#hd_id3149511.5.help.text
-#, fuzzy
-msgctxt "05210300.xhp#hd_id3149511.5.help.text"
-msgid "Center X"
+#. pNm?
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"hd_id3147216\n"
+"24\n"
+"help.text"
+msgid "Above paragraph"
msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ცენტრირებული\n"
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ცენტრირება"
-#: 05210300.xhp#par_id3153114.6.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_GRADIENT:MTR_CENTER_X\">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 <emph>To</emph> box.</ahelp>"
+#. 1wB%
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3146148\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_TOPDIST\">Enter the amount of space that you want to leave above the selected paragraph(s).</ahelp>"
msgstr ""
-#: 05210300.xhp#hd_id3157896.7.help.text
-#, fuzzy
-msgctxt "05210300.xhp#hd_id3157896.7.help.text"
-msgid "Center Y"
+#. _b_A
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"hd_id3145590\n"
+"26\n"
+"help.text"
+msgid "Below paragraph"
msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ცენტრირებული\n"
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ცენტრირება"
-#: 05210300.xhp#par_id3154751.8.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_GRADIENT:MTR_CENTER_Y\">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 <emph>To</emph> box.</ahelp>"
+#. *a;u
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3163822\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_BOTTOMDIST\">Enter the amount of space that you want to leave below the selected paragraph(s).</ahelp>"
msgstr ""
-#: 05210300.xhp#hd_id3151226.9.help.text
-msgctxt "05210300.xhp#hd_id3151226.9.help.text"
-msgid "Angle"
+#. q!n$
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"hd_id3145591\n"
+"26\n"
+"help.text"
+msgid "Don't add space between paragraphs of the same style"
msgstr ""
-#: 05210300.xhp#par_id3149177.10.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_GRADIENT:MTR_ANGLE\">Enter a rotation angle for the selected gradient.</ahelp>"
+#. m?^U
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3163823\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_STD_PARAGRAPH:CB_CONTEXTUALSPACING\">Makes any space specified before or after this paragraph not be applied when the preceding and following paragraphs are of the same paragraph style.</ahelp>"
msgstr ""
-#: 05210300.xhp#hd_id3149827.11.help.text
-#, fuzzy
-msgctxt "05210300.xhp#hd_id3149827.11.help.text"
-msgid "Border"
-msgstr "ჩარჩოები"
-
-#: 05210300.xhp#par_id3155941.12.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_GRADIENT:MTR_BORDER\">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 <emph>To</emph> box.</ahelp>"
+#. [%OV
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"hd_id3156441\n"
+"28\n"
+"help.text"
+msgid "Line spacing"
msgstr ""
-#: 05210300.xhp#hd_id3152551.35.help.text
-msgid "From"
+#. W\eO
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3146985\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_STD_PARAGRAPH:LB_LINEDIST\">Specify the amount of space to leave between lines of text in a paragraph.</ahelp>"
msgstr ""
-#: 05210300.xhp#par_id3153527.23.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_GRADIENT:LB_COLOR_FROM\">Select a color for the beginning point of the gradient.</ahelp>"
+#. aC2f
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"hd_id3146923\n"
+"30\n"
+"help.text"
+msgid "Single"
msgstr ""
-#: 05210300.xhp#par_id3149398.25.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_GRADIENT:MTR_COLOR_FROM\">Enter the intensity for the color in the <emph>From </emph>box, where 0% corresponds to black, and 100 % to the selected color.</ahelp>"
+#. qAb:
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3150011\n"
+"31\n"
+"help.text"
+msgid "<variable id=\"einzeiligtext\">Applies single line spacing to the current paragraph. This is the default setting. </variable>"
msgstr ""
-#: 05210300.xhp#hd_id3149903.36.help.text
-msgid "To"
+#. 0@VA
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"hd_id3148500\n"
+"33\n"
+"help.text"
+msgid "1.5 lines"
msgstr ""
-#: 05210300.xhp#par_id3159269.27.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_GRADIENT:LB_COLOR_TO\">Select a color for the endpoint of the gradient.</ahelp>"
+#. vb?I
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3150094\n"
+"34\n"
+"help.text"
+msgid "<variable id=\"eineinhalbzeiligtext\">Sets the line spacing to 1.5 lines. </variable>"
msgstr ""
-#: 05210300.xhp#par_id3154142.29.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_GRADIENT:MTR_COLOR_TO\">Enter the intensity for the color in the <emph>To </emph>box, where 0% corresponds to black, and 100 % to the selected color.</ahelp>"
+#. e}^v
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"hd_id3149378\n"
+"36\n"
+"help.text"
+msgid "Double"
msgstr ""
-#: 05210300.xhp#hd_id3155830.15.help.text
-msgctxt "05210300.xhp#hd_id3155830.15.help.text"
-msgid "Gradients"
+#. kisf
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3154512\n"
+"37\n"
+"help.text"
+msgid "<variable id=\"zweizeiligtext\">Sets the line spacing to two lines. </variable>"
msgstr ""
-#: 05210300.xhp#par_id3157909.16.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_GRADIENT:LB_GRADIENTS\">Select the type of gradient that you want to apply or create.</ahelp>"
+#. Tw\f
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"hd_id3151206\n"
+"39\n"
+"help.text"
+msgid "Proportional"
msgstr ""
-#: 05210300.xhp#hd_id3150669.17.help.text
-msgctxt "05210300.xhp#hd_id3150669.17.help.text"
-msgid "Add"
+#. DdSb
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3147494\n"
+"40\n"
+"help.text"
+msgid "Select this option and then enter a percentage value in the box, where 100% corresponds to single line spacing."
msgstr ""
-#: 05210300.xhp#par_id3145416.18.help.text
-msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_GRADIENT:BTN_ADD\">Adds a custom gradient to the current list. Specify the properties of your gradient, and then click this button</ahelp>"
+#. LoXg
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"hd_id3156332\n"
+"41\n"
+"help.text"
+msgid "At Least"
msgstr ""
-#: 05210300.xhp#hd_id3150772.19.help.text
-msgctxt "05210300.xhp#hd_id3150772.19.help.text"
-msgid "Modify"
+#. VWPg
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3157965\n"
+"42\n"
+"help.text"
+msgid "Sets the minimum line spacing to the value that you enter in the box."
msgstr ""
-#: 05210300.xhp#par_id3147573.20.help.text
-msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_GRADIENT:BTN_MODIFY\">Applies the current gradient properties to the selected gradient. If you want, you can save the gradient under a different name.</ahelp>"
+#. rmVo
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3150744\n"
+"47\n"
+"help.text"
+msgid "If you use different font sizes within a paragraph, the line spacing is automatically adjusted to the largest font size. If you prefer to have identical spacing for all lines, specify a value in <emph>At least</emph> that corresponds to the largest font size."
msgstr ""
-#: 05210300.xhp#hd_id3155341.31.help.text
-msgid "Load Gradients List"
+#. ^A^g
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"hd_id3153927\n"
+"43\n"
+"help.text"
+msgid "Leading"
msgstr ""
-#: 05210300.xhp#par_id3145085.32.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_GRADIENT:BTN_LOAD\">Load a different list of gradients.</ahelp>"
+#. Evb]
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3153354\n"
+"44\n"
+"help.text"
+msgid "Sets the height of the vertical space that is inserted between two lines."
msgstr ""
-#: 05210300.xhp#hd_id3148943.33.help.text
-msgid "Save Gradients List"
-msgstr ""
+#. /+Vs
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"hd_id3155443\n"
+"54\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Fixed </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-#: 05210300.xhp#par_id3161459.34.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_GRADIENT:BTN_SAVE\">Saves the current list of gradients, so that you can load it later.</ahelp>"
+#. X`4Q
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3153711\n"
+"55\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Sets the line spacing to exactly match the value that you enter in the box. This can result in cropped characters. </caseinline></switchinline>"
msgstr ""
-#: 06040300.xhp#tit.help.text
-msgid "Exceptions"
+#. Z9]M
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"hd_id3156383\n"
+"45\n"
+"help.text"
+msgid "of"
msgstr ""
-#: 06040300.xhp#hd_id3150278.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/06040300.xhp\" name=\"Exceptions\">Exceptions</link>"
-msgstr "<link href=\"text/shared/01/01010203.xhp\" name=\"Options\">პარამეტრები</link>"
-
-#: 06040300.xhp#par_id3152876.2.help.text
-msgid "<ahelp hid=\"HID_OFAPAGE_AUTOCORR_EXCEPT\">Specify the abbreviations or letter combinations that you do not want $[officename] to correct automatically.</ahelp>"
+#. 0F__
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3154304\n"
+"46\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_LINEDISTMETRIC\">Enter the value to use for the line spacing.</ahelp>"
msgstr ""
-#: 06040300.xhp#par_id3154926.17.help.text
-msgid "The exceptions that you define depend on the current language setting. If you want, you can change the language setting by selecting a different language in the <emph>Replacements and exceptions for language</emph> box."
-msgstr ""
+#. 4`4r
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"hd_id3154965\n"
+"48\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Register-true </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-#: 06040300.xhp#hd_id3149205.15.help.text
-msgid "Replacements and exceptions for language:"
-msgstr ""
+#. $dT$
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"hd_id3146316\n"
+"50\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Activate </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-#: 06040300.xhp#par_id3156027.16.help.text
-msgid "<ahelp hid=\"HID_AUTOCORR_LANGUAGE\">Select the language for which you want to create or edit the replacement rules.</ahelp> $[officename] first searches for exceptions that are defined for the language at the current cursor position in the document, and then searches the remaining languages."
+#. !Mn0
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3156315\n"
+"51\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_STD_PARAGRAPH:CB_REGISTER\">Aligns the baseline of each line of text to a vertical document grid, so that each line is the same height. To use this feature, you must first activate the <emph>Register-true </emph>option for the current page style. To do this, choose <emph>Format - Page</emph>, click on the <emph>Page </emph>tab, and then select the<emph> Register-true</emph> box in the<emph> Layout settings</emph> area.</ahelp></caseinline></switchinline>"
msgstr ""
-#: 06040300.xhp#hd_id3153681.3.help.text
-msgid "Abbreviations (no subsequent capital)"
+#. XsDh
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id9267250\n"
+"help.text"
+msgid "<link href=\"text/swriter/guide/registertrue.xhp\" name=\"Writing Register-true\">Writing Register-true</link>"
msgstr ""
-#: 06040300.xhp#par_id3156410.4.help.text
-msgid "<ahelp hid=\"OFFMGR:EDIT:RID_OFAPAGE_AUTOCORR_EXCEPT:ED_ABBREV\">Type an abbreviation followed by a period, and then click <emph>New</emph>. This prevents $[officename] from automatically capitalizing the first letter of the word that comes after the period at the end of the abbreviation.</ahelp>"
+#. KCJI
+#: 01010001.xhp
+msgctxt ""
+"01010001.xhp\n"
+"tit\n"
+"help.text"
+msgid "Master Document"
msgstr ""
-#: 06040300.xhp#par_id3149751.13.help.text
-msgid "<ahelp hid=\"OFFMGR:LISTBOX:RID_OFAPAGE_AUTOCORR_EXCEPT:LB_ABBREV\">Lists the abbreviations that are not automatically corrected.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
-msgstr ""
+#. hK4n
+#: 01010001.xhp
+msgctxt ""
+"01010001.xhp\n"
+"hd_id3153514\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01010001.xhp\" name=\"Master Document\">Master Document</link>"
+msgstr "<link href=\"text/shared/01/01010001.xhp\" name=\"Master Document\">საბაზო დოკუმენტი</link>"
-#: 06040300.xhp#hd_id3151110.6.help.text
-msgid "Words with TWo INitial CApitals"
-msgstr ""
+#. WPrC
+#: 01010001.xhp
+msgctxt ""
+"01010001.xhp\n"
+"par_id3154682\n"
+"2\n"
+"help.text"
+msgid "Use a <emph>Master Document</emph> to organize complex projects, such as a book. <ahelp hid=\".\">A <emph>Master Document</emph> can contain the individual files for each chapter of a book, as well as a table of contents, and an index.</ahelp>"
+msgstr "Use a <emph>Master Document</emph> to organize complex projects, such as a book. <ahelp hid=\".\">A <emph>საბაზო დოკუმენტი</emph> შეიძლება შეიცავდეს თითოეული თავის ან წიგნის ინდივიდუალურ ფაილებს, სარჩევს ან ინდექსს.</ahelp>"
-#: 06040300.xhp#par_id3154749.7.help.text
-msgid "<ahelp hid=\"OFFMGR:EDIT:RID_OFAPAGE_AUTOCORR_EXCEPT:ED_DOUBLE_CAPS\">Type the word or abbreviation that starts with two capital letters that you do not want $[officename] to change to one initial capital. For example, enter PC to prevent $[officename] from changing PC to Pc.</ahelp>"
-msgstr ""
+#. ,6Ti
+#: 01010001.xhp
+msgctxt ""
+"01010001.xhp\n"
+"par_id3149828\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02110000.xhp\" name=\"Navigator for Master Documents\">Navigator for Master Documents</link>"
+msgstr "<link href=\"text/shared/01/02110000.xhp\" name=\"Navigator for Master Documents\">საბაზო დოკუმენტის ნავიგატორი</link>"
-#: 06040300.xhp#par_id3143271.14.help.text
-msgid "<ahelp hid=\"OFFMGR:LISTBOX:RID_OFAPAGE_AUTOCORR_EXCEPT:LB_DOUBLE_CAPS\">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.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
-msgstr ""
+#. i5Tm
+#: 02220100.xhp
+msgctxt ""
+"02220100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Description"
+msgstr "წარწერა"
-#: 06040300.xhp#hd_id3155503.8.help.text
-msgctxt "06040300.xhp#hd_id3155503.8.help.text"
-msgid "New"
+#. DJk.
+#: 02220100.xhp
+msgctxt ""
+"02220100.xhp\n"
+"bm_id1202200909085990\n"
+"help.text"
+msgid "<bookmark_value>hotspots;properties</bookmark_value> <bookmark_value>properties;hotspots</bookmark_value> <bookmark_value>ImageMap;hotspot properties</bookmark_value>"
msgstr ""
-#: 06040300.xhp#par_id3147573.9.help.text
-msgid "<ahelp hid=\"OFFMGR:PUSHBUTTON:RID_OFAPAGE_AUTOCORR_EXCEPT:PB_NEWDOUBLECAPS\">Adds the current entry to the list of exceptions.</ahelp>"
-msgstr ""
+#. MD1i
+#: 02220100.xhp
+msgctxt ""
+"02220100.xhp\n"
+"hd_id3154810\n"
+"1\n"
+"help.text"
+msgid "Description"
+msgstr "წარწერა"
-#: 06040300.xhp#hd_id3149762.10.help.text
-msgid "AutoInclude"
+#. b[Jb
+#: 02220100.xhp
+msgctxt ""
+"02220100.xhp\n"
+"par_id3152910\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:MODALDIALOG:RID_SVXDLG_IMAPURL\">Lists the properties for the selected hotspot.</ahelp>"
msgstr ""
-#: 06040300.xhp#par_id3155829.11.help.text
-msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_AUTOCORR_EXCEPT:CB_AUTOCAPS\">Automatically adds abbreviations or words that start with two capital letters to the corresponding list of exceptions. This feature only works if the <emph>Correct TWo INitial CApitals</emph> option or the Capitalize<emph> first letter of every sentence</emph> option are selected in the <emph>[T]</emph> column on<link href=\"text/shared/01/06040100.xhp\" name=\"Options\"><emph>Options</emph></link> tab of this dialog. </ahelp>"
+#. @I#F
+#: 02220100.xhp
+msgctxt ""
+"02220100.xhp\n"
+"hd_id3150976\n"
+"3\n"
+"help.text"
+msgid "Hyperlink"
msgstr ""
-#: 05360000.xhp#tit.help.text
-msgid "Distribution"
-msgstr "გავრცელება"
+#. B%T}
+#: 02220100.xhp
+msgctxt ""
+"02220100.xhp\n"
+"par_id3152349\n"
+"4\n"
+"help.text"
+msgid "Lists the properties of the URL that is attached to the hotspot."
+msgstr ""
-#: 05360000.xhp#hd_id3154812.1.help.text
+#. r$ql
+#: 02220100.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05360000.xhp\" name=\"Distribution\">Distribution</link>"
-msgstr "<link href=\"text/shared/01/01100100.xhp\" name=\"Description\">აღწერილობა</link>"
+msgctxt ""
+"02220100.xhp\n"
+"hd_id3156327\n"
+"5\n"
+"help.text"
+msgid "URL:"
+msgstr "URL"
-#: 05360000.xhp#par_id3149119.2.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>"
+#. ,;D%
+#: 02220100.xhp
+msgctxt ""
+"02220100.xhp\n"
+"par_id3155831\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_IMAPURL:EDT_URL\">Enter the URL for the file that you want to open when you click the selected hotspot.</ahelp> If you want to jump to a named anchor within the current document, the address should be of the form \"file:///C/[current_document_name]#anchor_name\"."
msgstr ""
-#: 05360000.xhp#par_id3145383.3.help.text
-msgid "Objects are distributed with respect to the outermost objects in the selection."
+#. |^qE
+#: 02220100.xhp
+msgctxt ""
+"02220100.xhp\n"
+"hd_id3153827\n"
+"7\n"
+"help.text"
+msgid "Alternative text:"
msgstr ""
-#: 05360000.xhp#hd_id3149811.4.help.text
-msgctxt "05360000.xhp#hd_id3149811.4.help.text"
-msgid "Horizontally"
+#. qhs-
+#: 02220100.xhp
+msgctxt ""
+"02220100.xhp\n"
+"par_id3153665\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_IMAPURL:EDT_URLDESCRIPTION\">Enter the text that you want to display when the mouse rests on the hotspot in a browser.</ahelp> If you do not enter any text, the <emph>Address </emph>is displayed."
msgstr ""
-#: 05360000.xhp#par_id3150355.5.help.text
-msgid "Specify the horizontal distribution for the selected objects."
-msgstr ""
+#. 7@Wv
+#: 02220100.xhp
+#, fuzzy
+msgctxt ""
+"02220100.xhp\n"
+"hd_id3149166\n"
+"9\n"
+"help.text"
+msgid "Frame:"
+msgstr "ჩარჩო"
-#: 05360000.xhp#hd_id3149276.6.help.text
-msgctxt "05360000.xhp#hd_id3149276.6.help.text"
-msgid "None"
-msgstr ""
+#. $_-b
+#: 02220100.xhp
+msgctxt ""
+"02220100.xhp\n"
+"par_id3155922\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:COMBOBOX:RID_SVXDLG_IMAPURL:CBB_TARGETS\">Enter the name of the target frame that you want to open the URL in. You can also select a standard frame name that is recognized by all browsers from the list.</ahelp>"
+msgstr ""
+
+#. ?H$`
+#: 02220100.xhp
+msgctxt ""
+"02220100.xhp\n"
+"hd_id3147530\n"
+"11\n"
+"help.text"
+msgid "Name:"
+msgstr "სახელები"
-#: 05360000.xhp#par_id3147618.7.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_DISTRIBUTE:BTN_HOR_NONE\">Does not distribute the objects horizontally.</ahelp>"
+#. YS(r
+#: 02220100.xhp
+msgctxt ""
+"02220100.xhp\n"
+"par_id3148550\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_IMAPURL:EDT_NAME\">Enter a name for the image.</ahelp>"
msgstr ""
-#: 05360000.xhp#hd_id3148990.8.help.text
-msgctxt "05360000.xhp#hd_id3148990.8.help.text"
-msgid "Left"
-msgstr ""
+#. /pF(
+#: 02220100.xhp
+msgctxt ""
+"02220100.xhp\n"
+"hd_id7557298\n"
+"help.text"
+msgid "Description"
+msgstr "წარწერა"
-#: 05360000.xhp#par_id3159269.9.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_DISTRIBUTE:BTN_HOR_LEFT\">Distributes the selected objects, so that the left edges of the objects are evenly spaced from one another.</ahelp>"
+#. tXeY
+#: 02220100.xhp
+msgctxt ""
+"02220100.xhp\n"
+"par_id5057222\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter a description for the hotspot.</ahelp>"
msgstr ""
-#: 05360000.xhp#hd_id3150130.10.help.text
+#. V[+E
+#: 02220100.xhp
#, fuzzy
-msgctxt "05360000.xhp#hd_id3150130.10.help.text"
-msgid "Center"
-msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ცენტრირებული\n"
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ცენტრირება"
-
-#: 05360000.xhp#par_id3153146.11.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_DISTRIBUTE:BTN_HOR_CENTER\">Distributes the selected objects, so that the horizontal centers of the objects are evenly spaced from one another.</ahelp>"
-msgstr ""
+msgctxt ""
+"02220100.xhp\n"
+"par_id3147559\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01100500.xhp\" name=\"Priority Table\">Priority Table</link>"
+msgstr "<link href=\"text/shared/01/01100200.xhp\" name=\"General\">ზოგადი</link>"
-#: 05360000.xhp#hd_id3147574.12.help.text
-msgctxt "05360000.xhp#hd_id3147574.12.help.text"
-msgid "Spacing"
+#. T,_T
+#: 04160300.xhp
+msgctxt ""
+"04160300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Formula"
msgstr ""
-#: 05360000.xhp#par_id3148924.13.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_DISTRIBUTE:BTN_HOR_DISTANCE\">Distributes the selected objects horizontally, so that the objects are evenly spaced from one another.</ahelp>"
+#. )NFn
+#: 04160300.xhp
+msgctxt ""
+"04160300.xhp\n"
+"bm_id3152937\n"
+"help.text"
+msgid "<bookmark_value>formulas; starting formula editor</bookmark_value><bookmark_value>$[officename] Math start</bookmark_value><bookmark_value>Math formula editor</bookmark_value><bookmark_value>equations in formula editor</bookmark_value><bookmark_value>editors;formula editor</bookmark_value>"
msgstr ""
-#: 05360000.xhp#hd_id3155390.14.help.text
-msgctxt "05360000.xhp#hd_id3155390.14.help.text"
-msgid "Right"
+#. -YPj
+#: 04160300.xhp
+msgctxt ""
+"04160300.xhp\n"
+"hd_id3152937\n"
+"1\n"
+"help.text"
+msgid "Formula"
msgstr ""
-#: 05360000.xhp#par_id3153252.15.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_DISTRIBUTE:BTN_HOR_RIGHT\">Distributes the selected objects, so that the right edges of the objects are evenly spaced from one another.</ahelp>"
+#. D1[$
+#: 04160300.xhp
+msgctxt ""
+"04160300.xhp\n"
+"par_id3149495\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"starmath\"><ahelp hid=\".uno:InsertObjectStarMath\">Inserts a formula into the current document.</ahelp><switchinline select=\"appl\"><caseinline select=\"MATH\"></caseinline><defaultinline> For more information open the $[officename] Math Help.</defaultinline></switchinline></variable>"
msgstr ""
-#: 05360000.xhp#hd_id3150245.16.help.text
-msgctxt "05360000.xhp#hd_id3150245.16.help.text"
-msgid "Vertically"
-msgstr ""
+#. g=d=
+#: 04160300.xhp
+#, fuzzy
+msgctxt ""
+"04160300.xhp\n"
+"par_id3154317\n"
+"help.text"
+msgid "<link href=\"text/smath/main0000.xhp\" name=\"Formulas\">Formulas</link>"
+msgstr "<link href=\"text/shared/01/01010202.xhp\" name=\"Format\">ფორმატი</link>"
-#: 05360000.xhp#par_id3155321.17.help.text
-msgid "Specify the vertical distribution for the selected objects."
+#. uZ$a
+#: 02230200.xhp
+msgctxt ""
+"02230200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Show Changes"
msgstr ""
-#: 05360000.xhp#hd_id3148563.18.help.text
-msgctxt "05360000.xhp#hd_id3148563.18.help.text"
-msgid "None"
+#. Ufps
+#: 02230200.xhp
+msgctxt ""
+"02230200.xhp\n"
+"bm_id3149988\n"
+"help.text"
+msgid "<bookmark_value>changes; showing</bookmark_value><bookmark_value>hiding;changes</bookmark_value><bookmark_value>showing; changes</bookmark_value>"
msgstr ""
-#: 05360000.xhp#par_id3155922.19.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_DISTRIBUTE:BTN_VER_NONE\">Does not distribute the objects vertically.</ahelp>"
-msgstr ""
+#. Ef`%
+#: 02230200.xhp
+#, fuzzy
+msgctxt ""
+"02230200.xhp\n"
+"hd_id3149988\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02230200.xhp\" name=\"Show Changes\">Show Changes</link>"
+msgstr "<link href=\"text/shared/01/02060000.xhp\" name=\"Paste\">ჩასმა</link>"
-#: 05360000.xhp#hd_id3153626.20.help.text
-msgctxt "05360000.xhp#hd_id3153626.20.help.text"
-msgid "Top"
+#. ctR,
+#: 02230200.xhp
+msgctxt ""
+"02230200.xhp\n"
+"par_id3153323\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"text\"><ahelp hid=\".uno:ShowChanges\">Shows or hides recorded changes.</ahelp></variable>"
msgstr ""
-#: 05360000.xhp#par_id3152361.21.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_DISTRIBUTE:BTN_VER_TOP\">Distributes the selected objects, so that the top edges of the objects are evenly spaced from one another.</ahelp>"
+#. !=.g
+#: 02230200.xhp
+msgctxt ""
+"02230200.xhp\n"
+"par_id3152425\n"
+"7\n"
+"help.text"
+msgid "You can change the display properties of the markup elements by choosing <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/optionen/01060600.xhp\" name=\"Writer - Changes\"><emph>%PRODUCTNAME Writer - Changes</emph></link> in the Options dialog box.</caseinline></switchinline><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/shared/optionen/01060600.xhp\" name=\"Calc - Changes\"><emph>%PRODUCTNAME Calc - Changes</emph></link> in the Options dialog box.</caseinline></switchinline>"
msgstr ""
-#: 05360000.xhp#hd_id3147264.22.help.text
-#, fuzzy
-msgctxt "05360000.xhp#hd_id3147264.22.help.text"
-msgid "Center"
+#. m.9i
+#: 02230200.xhp
+msgctxt ""
+"02230200.xhp\n"
+"par_id3155356\n"
+"6\n"
+"help.text"
+msgid "When you rest the mouse pointer over a change markup in the document, a <emph>Tip</emph> displays the author and the date and time that the change was made.<switchinline select=\"appl\"><caseinline select=\"CALC\"> If the <emph>Extended Tips</emph> are activated, the type of change and any attached comments are also displayed.</caseinline></switchinline>"
msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ცენტრირებული\n"
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ცენტრირება"
-#: 05360000.xhp#par_id3161656.23.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_DISTRIBUTE:BTN_VER_CENTER\">Distributes the selected objects, so that the vertical centers of the objects are evenly spaced from one another.</ahelp>"
-msgstr ""
+#. l_]8
+#: 02230200.xhp
+msgctxt ""
+"02230200.xhp\n"
+"hd_id3153681\n"
+"8\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Show changes in spreadsheet</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ყველა ფურცელში ძებნა </caseinline></switchinline>"
-#: 05360000.xhp#hd_id3150865.24.help.text
-msgctxt "05360000.xhp#hd_id3150865.24.help.text"
-msgid "Spacing"
+#. HCab
+#: 02230200.xhp
+msgctxt ""
+"02230200.xhp\n"
+"par_id3149150\n"
+"9\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"><ahelp hid=\"SC:CHECKBOX:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT\">Shows or hides recorded changes.</ahelp></caseinline></switchinline>"
msgstr ""
-#: 05360000.xhp#par_id3153360.25.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_DISTRIBUTE:BTN_VER_DISTANCE\">Distributes the selected objects vertically, so that the objects are evenly spaced from one another.</ahelp>"
-msgstr ""
+#. gnWU
+#: 02230200.xhp
+msgctxt ""
+"02230200.xhp\n"
+"hd_id3147336\n"
+"10\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Show accepted changes</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ცარიელი უჯდერების გამოტოვება </caseinline></switchinline>"
-#: 05360000.xhp#hd_id3154071.26.help.text
-msgctxt "05360000.xhp#hd_id3154071.26.help.text"
-msgid "Bottom"
+#. jC~/
+#: 02230200.xhp
+msgctxt ""
+"02230200.xhp\n"
+"par_id3153541\n"
+"11\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"><ahelp hid=\"SC:CHECKBOX:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT_ACCEPT\">Shows or hides the changes that were accepted.</ahelp></caseinline></switchinline>"
msgstr ""
-#: 05360000.xhp#par_id3152771.27.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_DISTRIBUTE:BTN_VER_BOTTOM\">Distributes the selected objects, so that the bottom edges of the objects are evenly spaced from one another.</ahelp>"
-msgstr ""
+#. 34Vm
+#: 02230200.xhp
+msgctxt ""
+"02230200.xhp\n"
+"hd_id3149956\n"
+"12\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Show rejected changes </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ცარიელი უჯდერების გამოტოვება </caseinline></switchinline>"
-#: 05120300.xhp#tit.help.text
-msgid "Double (Line)"
+#. j|`:
+#: 02230200.xhp
+msgctxt ""
+"02230200.xhp\n"
+"par_id3159166\n"
+"13\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"><ahelp hid=\"SC:CHECKBOX:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT_REJECT\">Shows or hides the changes that were rejected.</ahelp></caseinline></switchinline>"
msgstr ""
-#: 05120300.xhp#hd_id3083278.1.help.text
+#. ueE$
+#: 02230200.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05120300.xhp\" name=\"Double (Line)\">Double (Line)</link>"
+msgctxt ""
+"02230200.xhp\n"
+"par_id3145119\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02230300.xhp\" name=\"Comments\">Comments</link>"
msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-#: 05120300.xhp#par_id3149783.2.help.text
-msgid "<ahelp hid=\".uno:SpacePara2\">Sets the line spacing of the current paragraph to two lines.</ahelp>"
+#. V@(?
+#: 05030700.xhp
+msgctxt ""
+"05030700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Alignment"
msgstr ""
-#: 01060000.xhp#tit.help.text
-msgctxt "01060000.xhp#tit.help.text"
-msgid "Save"
+#. g.]R
+#: 05030700.xhp
+msgctxt ""
+"05030700.xhp\n"
+"bm_id3150008\n"
+"help.text"
+msgid "<bookmark_value>aligning; paragraphs</bookmark_value><bookmark_value>paragraphs; alignment</bookmark_value><bookmark_value>lines of text; alignment</bookmark_value><bookmark_value>left alignment of paragraphs</bookmark_value><bookmark_value>right alignment of paragraphs</bookmark_value><bookmark_value>centered text</bookmark_value><bookmark_value>justifying text</bookmark_value>"
msgstr ""
-#: 01060000.xhp#hd_id3147000.5.help.text
-msgid "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">Save</link>"
-msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-
-#: 01060000.xhp#par_id3153255.1.help.text
-msgid "<ahelp hid=\".uno:Save\">Saves the current document.</ahelp>"
-msgstr "<ahelp hid=\".uno:Save\">დაიმახსოვრე მიმდინარე დოკუმენტი.</ahelp>"
-
-#: 01060000.xhp#par_id3152551.4.help.text
-msgid "When you edit an AutoText entry, this command changes to <emph>Save AutoText</emph>."
-msgstr "ავტოტექსტის ჩანაწერის რედაქტირებისას ბრძანება ჩაინაცვლება<emph>დაიმახსოვრე ავტოტექსტით</emph>."
-
-#: 01110000.xhp#tit.help.text
-msgctxt "01110000.xhp#tit.help.text"
-msgid "Templates"
-msgstr "შაბლონი:"
-
-#: 01110000.xhp#hd_id3155577.1.help.text
+#. W5[.
+#: 05030700.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/01110000.xhp\" name=\"Templates\">Templates</link>"
-msgstr "<link href=\"text/shared/01/02030000.xhp\" name=\"Repeat\">გამეორება</link>"
-
-#: 01110000.xhp#par_id3154894.2.help.text
-msgid "<ahelp hid=\".\">Lets you organize and edit your templates, as well as save the current file as a template.</ahelp>"
-msgstr "<ahelp hid=\".\">შეგიძლიათ დაალაგოთ ან რედაქტირება გაუკეთოთ თქვენს შაბლონებს, ასევე, მიმდინარე ფაილები შეინახოთ შაბლონების სახით.</ahelp>"
-
-#: 01110000.xhp#hd_id3149893.3.help.text
-msgid "<link href=\"text/shared/01/01110101.xhp\" name=\"Address Book Source\">Address Book Source</link>"
-msgstr "<link href=\"text/shared/01/01110101.xhp\" name=\"Address Book Source\">მისამართების წიგნის წყარო</link>"
+msgctxt ""
+"05030700.xhp\n"
+"hd_id3150008\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Alignment\">Alignment</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-#: 02100100.xhp#tit.help.text
-msgid "Similarity Search"
+#. /moF
+#: 05030700.xhp
+msgctxt ""
+"05030700.xhp\n"
+"par_id3147399\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FORMAT_PARAGRAPH_ALIGN\">Sets the alignment of the paragraph relative to the margins of page.</ahelp>"
msgstr ""
-#: 02100100.xhp#bm_id3156045.help.text
-msgid "<bookmark_value>similarity search</bookmark_value><bookmark_value>finding; similarity search</bookmark_value>"
+#. uL3.
+#: 05030700.xhp
+msgctxt ""
+"05030700.xhp\n"
+"hd_id3143268\n"
+"3\n"
+"help.text"
+msgid "Alignment"
msgstr ""
-#: 02100100.xhp#hd_id3156045.52.help.text
-msgid "<link href=\"text/shared/01/02100100.xhp\" name=\"Similarity Search\">Similarity Search</link>"
+#. 4e|9
+#: 05030700.xhp
+msgctxt ""
+"05030700.xhp\n"
+"par_id3147008\n"
+"4\n"
+"help.text"
+msgid "Set the alignment options for the current paragraph."
msgstr ""
-#: 02100100.xhp#par_id3146856.53.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXDLG_SEARCH_CB_SIMILARITY\">Find terms that are similar to the <emph>Search for </emph>text. Select this checkbox, and then click the <emph>...</emph> button to define the similarity options.</ahelp>"
+#. CAs8
+#: 05030700.xhp
+msgctxt ""
+"05030700.xhp\n"
+"hd_id3153681\n"
+"5\n"
+"help.text"
+msgid "Left"
msgstr ""
-#: 02100100.xhp#par_id3149551.66.help.text
-msgid "For example, a similarity search can find words that differ from the <emph>Search for </emph>text by two characters."
+#. 1Bww
+#: 05030700.xhp
+msgctxt ""
+"05030700.xhp\n"
+"par_id3153031\n"
+"6\n"
+"help.text"
+msgid "<variable id=\"linkstext\"><ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_ALIGN_PARAGRAPH:BTN_LEFTALIGN\">Aligns the paragraph to the left page margin.</ahelp></variable> If Asian language support is enabled, this option is named Left/Top."
msgstr ""
-#: 02100100.xhp#hd_id3154621.54.help.text
-msgctxt "02100100.xhp#hd_id3154621.54.help.text"
-msgid "..."
+#. ,p#m
+#: 05030700.xhp
+msgctxt ""
+"05030700.xhp\n"
+"hd_id3154142\n"
+"7\n"
+"help.text"
+msgid "Right"
msgstr ""
-#: 02100100.xhp#par_id3145629.55.help.text
-msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_SEARCH_PB_SIMILARITY\">Set the options for the similarity search.</ahelp>"
+#. |D*_
+#: 05030700.xhp
+msgctxt ""
+"05030700.xhp\n"
+"par_id3156326\n"
+"8\n"
+"help.text"
+msgid "<variable id=\"rechtstext\"><ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_ALIGN_PARAGRAPH:BTN_RIGHTALIGN\">Aligns the paragraph to the right page margin.</ahelp></variable> If Asian language support is enabled, this option is named Right/Bottom."
msgstr ""
-#: 02100100.xhp#hd_id3149511.56.help.text
-msgctxt "02100100.xhp#hd_id3149511.56.help.text"
-msgid "Settings"
+#. pC7G
+#: 05030700.xhp
+#, fuzzy
+msgctxt ""
+"05030700.xhp\n"
+"hd_id3148642\n"
+"9\n"
+"help.text"
+msgid "Centered"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nცენტრირებული\\n#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\nცენტრირება"
+
+#. )[%9
+#: 05030700.xhp
+msgctxt ""
+"05030700.xhp\n"
+"par_id3153257\n"
+"10\n"
+"help.text"
+msgid "<variable id=\"zentrierttext\"><ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_ALIGN_PARAGRAPH:BTN_CENTERALIGN\">Centers the contents of the paragraph on the page.</ahelp></variable>"
msgstr ""
-#: 02100100.xhp#par_id3152594.57.help.text
-msgid "Define the criteria for determining if a word is similar to the search term."
+#. qGjS
+#: 05030700.xhp
+msgctxt ""
+"05030700.xhp\n"
+"hd_id3149415\n"
+"11\n"
+"help.text"
+msgid "Justify"
msgstr ""
-#: 02100100.xhp#hd_id3153551.58.help.text
-msgid "Exchange characters"
+#. _x:p
+#: 05030700.xhp
+msgctxt ""
+"05030700.xhp\n"
+"par_id3152474\n"
+"12\n"
+"help.text"
+msgid "<variable id=\"blocksatztext\"><ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_ALIGN_PARAGRAPH:BTN_JUSTIFYALIGN\">Aligns the paragraph to the left and to the right page margins.</ahelp></variable>"
msgstr ""
-#: 02100100.xhp#par_id3152551.59.help.text
-msgid "<ahelp hid=\"SVX_NUMERICFIELD_RID_SVXDLG_SEARCHSIMILARITY_NF_OTHER\">Enter the number of characters in the search term that can be exchanged.</ahelp> For example, if you specify 2 exchanged characters, \"black\" and \"crack\" are considered similar."
+#. 9aDQ
+#: 05030700.xhp
+msgctxt ""
+"05030700.xhp\n"
+"hd_id3145068\n"
+"13\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Last Line </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
+
+#. NDl;
+#: 05030700.xhp
+msgctxt ""
+"05030700.xhp\n"
+"par_id3154280\n"
+"14\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_ALIGN_PARAGRAPH:LB_LASTLINE\">Specify the alignment for the last line in the paragraph.</ahelp></caseinline></switchinline>"
msgstr ""
-#: 02100100.xhp#hd_id3147010.60.help.text
-msgid "Add characters"
-msgstr "ნებისმიერი სიმბოლო"
+#. SHMv
+#: 05030700.xhp
+msgctxt ""
+"05030700.xhp\n"
+"hd_id3154936\n"
+"15\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Expand single word </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-#: 02100100.xhp#par_id3109847.61.help.text
-msgid "<ahelp hid=\"SVX_NUMERICFIELD_RID_SVXDLG_SEARCHSIMILARITY_NF_LONGER\">Enter the maximum number of characters by which a word can exceed the number of characters in the search term.</ahelp>"
+#. -)Zm
+#: 05030700.xhp
+msgctxt ""
+"05030700.xhp\n"
+"par_id3154224\n"
+"16\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_ALIGN_PARAGRAPH:CB_EXPAND\">If the last line of a justified paragraph consists of one word, the word is stretched to the width of the paragraph.</ahelp></caseinline></switchinline>"
msgstr ""
-#: 02100100.xhp#hd_id3166460.62.help.text
-msgid "Remove characters"
+#. Zn5^
+#: 05030700.xhp
+msgctxt ""
+"05030700.xhp\n"
+"hd_id3150495\n"
+"22\n"
+"help.text"
+msgid "Snap to text grid (if active)"
msgstr ""
-#: 02100100.xhp#par_id3148685.63.help.text
-msgid "<ahelp hid=\"SVX_NUMERICFIELD_RID_SVXDLG_SEARCHSIMILARITY_NF_SHORTER\">Enter the number of characters by which a word can be shorter than the search term.</ahelp>"
+#. a[TZ
+#: 05030700.xhp
+msgctxt ""
+"05030700.xhp\n"
+"par_id3154331\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ALIGN_PARAGRAPH_CB_SNAP\">Aligns the paragraph to a text grid. To activate the text grid, choose <link href=\"text/swriter/01/05040800.xhp\" name=\"Format - Page - Text Grid\"><emph>Format - Page - Text Grid</emph></link>.</ahelp>"
msgstr ""
-#: 02100100.xhp#hd_id3153700.64.help.text
-msgid "Combine"
+#. =\c3
+#: 05030700.xhp
+msgctxt ""
+"05030700.xhp\n"
+"hd_id3148672\n"
+"18\n"
+"help.text"
+msgid "Text-to-text - Alignment"
msgstr ""
-#: 02100100.xhp#par_id3156553.65.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXDLG_SEARCHSIMILARITY_CB_RELAX\">Searches for a term that matches any combination of the similarity search settings.</ahelp>"
+#. yi%v
+#: 05030700.xhp
+msgctxt ""
+"05030700.xhp\n"
+"par_id3149807\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_ALIGN_PARAGRAPH_LB_VERTALIGN\">Select an alignment option for oversized or undersized characters in the paragraph relative to the rest of the text in the paragraph.</ahelp>"
msgstr ""
-#: webhtml.xhp#tit.help.text
-msgid "Preview in Web Browser"
-msgstr ""
+#. XTB2
+#: 05030700.xhp
+msgctxt ""
+"05030700.xhp\n"
+"hd_id3144434\n"
+"23\n"
+"help.text"
+msgid "Properties"
+msgstr "თვისებები"
-#: webhtml.xhp#hd_id3901181.help.text
-msgid "<link href=\"text/shared/01/webhtml.xhp\">Preview in Web Browser</link>"
+#. *Qzu
+#: 05030700.xhp
+msgctxt ""
+"05030700.xhp\n"
+"hd_id3154631\n"
+"25\n"
+"help.text"
+msgid "Text direction"
msgstr ""
-#: webhtml.xhp#par_id8309274.help.text
-msgid "<ahelp hid=\".\">Creates a temporary copy of the current document in HTML format, opens the system default Web browser, and displays the HTML file in the Web browser.</ahelp>"
+#. b+UL
+#: 05030700.xhp
+msgctxt ""
+"05030700.xhp\n"
+"par_id3157960\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_ALIGN_PARAGRAPH_LB_TEXTDIRECTION\">Specify the text direction for a paragraph that uses complex text layout (CTL). This feature is only available if complex text layout support is enabled.</ahelp>"
msgstr ""
-#: webhtml.xhp#par_id9186681.help.text
-msgid "The HTML formatted copy is written to the temporary files folder that you can select in <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Paths</item>. When you quit %PRODUCTNAME, the HTML file will be deleted."
+#. 4?dl
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Open"
msgstr ""
-#: webhtml.xhp#par_id5871150.help.text
-msgid "You can set the HTML export filter options by choosing <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - HTML Compatibility</item>."
-msgstr ""
+#. ZeBF
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"bm_id3145211\n"
+"help.text"
+msgid "<bookmark_value>directories; creating new</bookmark_value> <bookmark_value>folder creation</bookmark_value> <bookmark_value>My Documents folder; opening</bookmark_value> <bookmark_value>default directories</bookmark_value> <bookmark_value>multiple documents; opening</bookmark_value> <bookmark_value>opening; several files</bookmark_value> <bookmark_value>selecting; several files</bookmark_value> <bookmark_value>opening; files, with placeholders</bookmark_value> <bookmark_value>placeholders;on opening files</bookmark_value> <bookmark_value>documents; opening with templates</bookmark_value> <bookmark_value>templates; opening documents with</bookmark_value> <bookmark_value>documents; styles changed</bookmark_value> <bookmark_value>styles; 'changed' message</bookmark_value>"
+msgstr "<bookmark_value>დირექტორიები, ახლის შექმნა</bookmark_value><bookmark_value>დირექტორიის შექმნა</bookmark_value><bookmark_value>ჩემი დოკუმენტების დირექტორია; იხსნება opening</bookmark_value><bookmark_value>ნაგულისხმევი დირექტორიები</bookmark_value><bookmark_value>რამოდენიმე დოკუმენტი; იხსნება</bookmark_value><bookmark_value>იხსნება; რამოდენიმე ფაილი</bookmark_value><bookmark_value>მონიშვნა; several files</bookmark_value><bookmark_value>ხსნის ფაილებს ჩანაცვლების ველით</bookmark_value><bookmark_value>ჩანაცვლების სიმბოლოები; იხსნება ფაილები</bookmark_value><bookmark_value>ფაილები; გახსნა ჩანაცვლების ველით</bookmark_value><bookmark_value>ჩანაცვლების ველები ჩართულია ფაილების გახსნისას</bookmark_value><bookmark_value>დოკუმენტები; შაბლონებით გახსნა</bookmark_value><bookmark_value>შაბლონები; დოკუმენტები იხსნება</bookmark_value><bookmark_value>დოკუმენტები;სტილი შეიცვალა</bookmark_value><bookmark_value>სტილები; 'შეიცვალა' შეტყობინება</bookmark_value>"
-#: 05260400.xhp#tit.help.text
-msgid "To Cell"
-msgstr ""
+#. f@rO
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3146936\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">Open</link>"
+msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>"
-#: 05260400.xhp#hd_id3147212.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05260400.xhp\" name=\"To Cell\">To Cell</link>"
-msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
+#. g;gG
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3151191\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"oeffnentext\"><ahelp hid=\"HID_EXPLORERDLG_FILE\">Opens or imports a file.</ahelp></variable>"
+msgstr "<variable id=\"oeffnentext\"><ahelp hid=\"HID_EXPLORERDLG_FILE\">ფაილის გახსნა ან იმპორტი.</ahelp></variable>"
-#: 05260400.xhp#par_id3150794.2.help.text
-msgid "<ahelp hid=\".uno:SetAnchorToCell\" visibility=\"visible\">Anchors the selected item to a cell.</ahelp> The anchor icon is displayed in the upper left corner of the cell."
+#. HxXR
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3149877\n"
+"109\n"
+"help.text"
+msgid "The following sections describe the <item type=\"productname\">%PRODUCTNAME</item><emph>Open</emph> dialog box. To activate the <item type=\"productname\">%PRODUCTNAME</item><emph>Open</emph> and <emph>Save</emph> dialog boxes, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010600.xhp\" name=\"%PRODUCTNAME - General\">%PRODUCTNAME- General</link></emph>, and then select the <emph>Use %PRODUCTNAME dialogs</emph> in the <emph>Open/Save dialogs</emph> area."
msgstr ""
-#: 04150000.xhp#tit.help.text
-msgid "Drawing Object"
+#. jm+Q
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3150713\n"
+"52\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."
+msgstr "სტილების შემცველი თქვენთვის სასურველი ფაილის გასახსნელად, <link href=\"text/shared/01/01020000.xhp#vorlagen\" name=\"special rules\">საგანგებო წესები</link> გამოიყენება."
+
+#. 0v8;
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3147250\n"
+"11\n"
+"help.text"
+msgid "Up One Level"
msgstr ""
-#: 04150000.xhp#hd_id3146873.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Drawing Object\">Drawing Object</link>"
-msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE ობიექტი\">OLE ობიექტი</link>"
+#. $_1z
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3147226\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SVTOOLS_MENUBUTTON_DLG_SVT_EXPLORERFILE_BTN_EXPLORERFILE_UP\">Move up one directory in the directory hierarchy. Long-click to see the higher level directories.</ahelp>"
+msgstr "<ahelp hid=\"SVTOOLS_MENUBUTTON_DLG_SVT_EXPLORERFILE_BTN_EXPLORERFILE_UP\">დირექტორიის იერარქიაში ერთი დირექტორიით ზემოთ გადაადგილება. უფრო მაღალი დონის დირექტორიების სანახავად დააწკაპუნეთ ხანგრძლივად .</ahelp>"
-#: 04150000.xhp#par_id3159079.2.help.text
-msgid "<ahelp hid=\".\">Inserts an object into your document. For movies and sounds, use <emph>Insert - Movie and Sound</emph> instead.</ahelp>"
+#. $3bt
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3145211\n"
+"13\n"
+"help.text"
+msgid "Create New Directory"
msgstr ""
-#: 04150000.xhp#hd_id3154894.8.help.text
-msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE Object\">OLE Object</link>"
-msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE ობიექტი\">OLE ობიექტი</link>"
-
-#: 04150000.xhp#hd_id3159201.6.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/04150400.xhp\" name=\"Sound\">Sound</link>"
-msgstr "<link href=\"text/shared/01/01160000.xhp\" name=\"Send\">გაგზავნა</link>"
+#. 8N-a
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153681\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SVTOOLS_IMAGEBUTTON_DLG_SVT_EXPLORERFILE_BTN_EXPLORERFILE_NEWFOLDER\">Creates a new directory.</ahelp>"
+msgstr "<ahelp hid=\"SVTOOLS_IMAGEBUTTON_DLG_SVT_EXPLORERFILE_BTN_EXPLORERFILE_NEWFOLDER\">ქმნის ახალ დირექტორიას.</ahelp>"
-#: 04150000.xhp#hd_id3157896.7.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/04150500.xhp\" name=\"Video\">Video</link>"
-msgstr "<link href=\"text/shared/01/02020000.xhp\" name=\"Redo\">გამეორება</link>"
+#. nBVK
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3147010\n"
+"38\n"
+"help.text"
+msgid "Default Directory"
+msgstr ""
-#: 04150000.xhp#hd_id3153577.4.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
-msgstr "<link href=\"text/shared/01/01010202.xhp\" name=\"Format\">ფორმატი</link>"
+#. j^KX
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3109847\n"
+"39\n"
+"help.text"
+msgid "<ahelp hid=\"SVTOOLS_PUSHBUTTON_DLG_SVT_EXPLORERFILE_BTN_EXPLORERFILE_STANDARD\">Displays the files in the default user directory.</ahelp>"
+msgstr "<ahelp hid=\"SVTOOLS_PUSHBUTTON_DLG_SVT_EXPLORERFILE_BTN_EXPLORERFILE_STANDARD\">აჩვენებს ფაილებს ნაგულისხმევი მომხმარებლის დირეტორიაში.</ahelp>"
-#: 04150000.xhp#hd_id3152552.10.help.text
-#, fuzzy
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Chart\">Chart</link></caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100300.xhp\" name=\"Format\">ფორმატი</link></caseinline></switchinline>"
+#. 5:V{
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3148538\n"
+"19\n"
+"help.text"
+msgid "Display area"
+msgstr ""
-#: 04150000.xhp#par_id0302200903593543.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Inserts a chart.</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
+#. a$8B
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3156113\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FILEDLG_STANDARD\">Displays the files and directories in the directory that you are in.</ahelp> To open a file, select the file, and then click <emph>Open</emph>."
+msgstr "<ahelp hid=\"HID_FILEDLG_STANDARD\">აჩვენებს იმ დირექტორიის ფაილებს და დირექტორიებს, სადაც თქვენ იმყოფებით.</ahelp> ფაილის გასახსნელად,,მონიშნეთ ფაილი, და დააწკაპუნეთ <emph>გახსნა</emph>."
-#: 06140200.xhp#tit.help.text
-msgid "Keyboard"
+#. -eGk
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3159256\n"
+"78\n"
+"help.text"
+msgid "To open more than one document at the same time, each in an own window, hold <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while you click the files, and then click <emph>Open</emph>."
msgstr ""
-#: 06140200.xhp#bm_id2322763.help.text
-msgid "<bookmark_value>keyboard;assigning/editing shortcut keys</bookmark_value><bookmark_value>customizing;keyboard</bookmark_value><bookmark_value>editing;shortcut keys</bookmark_value><bookmark_value>styles;keyboard shortcuts</bookmark_value>"
-msgstr ""
+#. $lor
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3154514\n"
+"110\n"
+"help.text"
+msgid "Click a column header to sort the files. Click again to reverse the sort order."
+msgstr "ფაილების დასახარისხებლად დააწკაპუნეთ სვეტის დასაწყისზე. დახარისხების წყობის შესაბრუნებლად დააწკაპუნეთ თავიდან."
-#: 06140200.xhp#hd_id3148882.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/06140200.xhp\" name=\"Keyboard\">Keyboard</link>"
-msgstr "<link href=\"text/shared/01/01100200.xhp\" name=\"General\">ზოგადი</link>"
+#. 9){$
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3149514\n"
+"111\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FILEVIEW_MENU_DELETE\">To delete a file, right-click the file, and then choose <emph>Delete</emph>.</ahelp>"
+msgstr "<ahelp hid=\"HID_FILEVIEW_MENU_DELETE\">ფაილის წაშაშლელად ფაილზე დააწკაპუნეთ მარჯვენა ღილაკით და აირჩიეთ<emph>წაშალე</emph>.</ahelp>"
-#: 06140200.xhp#par_id3159411.2.help.text
-msgid "<ahelp hid=\"HID_CONFIG_ACCEL\">Assigns or edits the shortcut keys for $[officename] commands, or $[officename] Basic macros.</ahelp>"
-msgstr ""
+#. !k-8
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3147618\n"
+"112\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FILEVIEW_MENU_RENAME\">To rename a file, right-click the file, and then choose <emph>Rename</emph>.</ahelp>"
+msgstr "<ahelp hid=\"HID_FILEVIEW_MENU_RENAME\">ფაილის გადასარქმევად, ფაილზე დააწკაპუნეთ მარჯვენა ღილაკით და აირჩიეთ<emph>გადარქმევა</emph>.</ahelp>"
-#: 06140200.xhp#par_id3154682.21.help.text
-msgid "You can assign or edit shortcut keys for the current application or for all $[officename] applications."
-msgstr ""
+#. Nrqd
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153331\n"
+"124\n"
+"help.text"
+msgid "<ahelp hid=\"SVTOOLS_PUSHBUTTON_DLG_SVT_QUERYDELETE_BTN_YES\" visibility=\"hidden\">Click to delete the file with the name shown in this dialog.</ahelp>"
+msgstr "<ahelp hid=\"SVTOOLS_PUSHBUTTON_DLG_SVT_QUERYDELETE_BTN_YES\" visibility=\"hidden\">დააწკაპუნეთ ფაილის წაშლაზე დიალოგში ნაჩვენები ფაილის სახელზე</ahelp>"
-#: 06140200.xhp#par_id3150144.29.help.text
-msgid "Avoid assigning shortcut keys that are currently used by your operating system."
-msgstr ""
+#. rF\S
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3161458\n"
+"125\n"
+"help.text"
+msgid "<ahelp hid=\"SVTOOLS_PUSHBUTTON_DLG_SVT_QUERYDELETE_BTN_NO\" visibility=\"hidden\">Click to cancel deletion of the file with the name shown in this dialog.</ahelp>"
+msgstr "<ahelp hid=\"SVTOOLS_PUSHBUTTON_DLG_SVT_QUERYDELETE_BTN_NO\" visibility=\"hidden\">დააწკაპუნეთ ფაილის წაშლის გაუქმებაზე ამ დიალოგში მოცემული ფაილის სახელზე.</ahelp>"
-#: 06140200.xhp#hd_id3147250.27.help.text
-msgid "$[officename]"
-msgstr "$[officename]"
+#. +yHd
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3147531\n"
+"126\n"
+"help.text"
+msgid "<ahelp hid=\"SVTOOLS_PUSHBUTTON_DLG_SVT_QUERYDELETE_BTN_ALL\" visibility=\"hidden\">Click to delete all selected files.</ahelp>"
+msgstr "<ahelp hid=\"SVTOOLS_PUSHBUTTON_DLG_SVT_QUERYDELETE_BTN_ALL\" visibility=\"hidden\">დააწკაპუნეთ ყველა მონიშნული ფაილის წაშაშლელად.</ahelp>"
-#: 06140200.xhp#par_id3152425.26.help.text
-msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_CONFIG_ACCEL_RB_OFFICE\">Displays shortcut keys that are common to all $[officename] applications.</ahelp>"
-msgstr ""
+#. SY_1
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3154280\n"
+"21\n"
+"help.text"
+msgid "File name"
+msgstr "ფაილის სახელი"
-#: 06140200.xhp#hd_id3149095.25.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Writer</caseinline><caseinline select=\"CALC\">Calc</caseinline><caseinline select=\"IMPRESS\">Impress</caseinline><caseinline select=\"DRAW\">Draw</caseinline><caseinline select=\"MATH\">Math</caseinline></switchinline>"
-msgstr ""
+#. N/JI
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3161656\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FILEDLG_AUTOCOMPLETEBOX\">Enter a file name or a path for the file. You can also enter a <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link> that starts with the protocol name ftp, http, or https.</ahelp>"
+msgstr "<ahelp hid=\"HID_FILEDLG_AUTOCOMPLETEBOX\">შეიტანეთ ფაილის სახელი ან მდებარეობა. ასევე, შეგიძლიათ შეიტანოთ <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link>.</ahelp>"
-#: 06140200.xhp#par_id3155892.24.help.text
-msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_CONFIG_ACCEL_RB_MODULE\">Displays shortcut keys for the current $[officename] application.</ahelp>"
-msgstr ""
+#. 6DxM
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3150541\n"
+"72\n"
+"help.text"
+msgid "If you want, you can use wildcards in the <emph>File name </emph>box to filter the list of files that is displayed."
+msgstr "თუ გსურთ, შეგიძლიათ გამოიყენოთ ჩანაცვლების სიმბოლოები<emph>ფაილის სახელის </emph>სარკმელში ნაჩვენები ფაილების სიის გასაფილტრად."
-#: 06140200.xhp#hd_id3149398.3.help.text
-msgid "Shortcut keys"
+#. 9]Vk
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153779\n"
+"24\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline>For example, to list all of the text files in a directory, enter the asterisk wildcard with the text file extension (*.txt), and then click<emph> Open</emph>. Use the question mark (?) wildcard to represent any character, as in (??3*.txt), which only displays text files with a '3' as the third character in the file name.</defaultinline></switchinline>"
msgstr ""
-#: 06140200.xhp#par_id3149811.4.help.text
-msgid "<ahelp hid=\"HID_ACCELCONFIG_LISTBOX\">Lists the shortcut keys and the associated commands. To assign or modify the shortcut key for the command selected in the <emph>Function</emph> list, click a shortcut in this list, and then click <emph>Modify</emph>.</ahelp>"
-msgstr ""
+#. mz.H
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3145117\n"
+"81\n"
+"help.text"
+msgid "Version"
+msgstr "ვერსია"
-#: 06140200.xhp#hd_id3157909.5.help.text
-msgid "Functions"
-msgstr "ფუნქციები"
+#. I\mb
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3149291\n"
+"82\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FILEOPEN_VERSION\">If there are multiple versions of the selected file, select the version that you want to open.</ahelp> You can save and organize multiple versions of a document by choosing <emph>File - Versions</emph>. The versions of a document are opened in read-only mode."
+msgstr "<ahelp hid=\"HID_FILEOPEN_VERSION\">თუ მონიშნული ფაილის რამოდენიმე ვერსია არსებობს, მონიშნეთ თქვენთვის სასურველი ვერსია.</ahelp> შეგილძიათ დაიმახსოვროთ და დაალაგოთ დოკუმენტის რამოდენიმე ვერსია თუ მონიშნავთ <emph>ფაილი - ვერსია</emph>.დოკუმენტის ვერსიები იხსნება მხოლოდ წაკითxვად რეჟიმში."
-#: 06140200.xhp#par_id3155388.6.help.text
-msgid "Lists the function categories and the $[officename] functions that you can assign shortcut keys to."
+#. Vjvg
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3150767\n"
+"25\n"
+"help.text"
+msgid "File type"
msgstr ""
-#: 06140200.xhp#hd_id3155321.7.help.text
-msgctxt "06140200.xhp#hd_id3155321.7.help.text"
-msgid "Category"
-msgstr ""
+#. myAg
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153969\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SVTOOLS_LISTBOX_DLG_SVT_EXPLORERFILE_LB_EXPLORERFILE_FILETYPE\">Select the file type that you want to open, or select <emph>All Files (*)</emph> to display a list of all of the files in the directory.</ahelp>"
+msgstr "<ahelp hid=\"SVTOOLS_LISTBOX_DLG_SVT_EXPLORERFILE_LB_EXPLORERFILE_FILETYPE\">მონიშნეთ გასახსნელი ფაილი, ან მონიშნეთ <emph>ყველა ფაილი (*)</emph> დირექტორიაში არსებული ყველა ფაილის სიის საჩვენებლად.</ahelp>"
-#: 06140200.xhp#par_id3149166.8.help.text
-msgid "<ahelp hid=\"HID_CONFIGGROUP_ACC_LISTBOX\">Lists the available function categories. To assign shortcuts to Styles, open the \"Styles\" category.</ahelp>"
+#. +jc8
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3154125\n"
+"27\n"
+"help.text"
+msgid "Open"
msgstr ""
-#: 06140200.xhp#hd_id3154380.9.help.text
-msgid "Function"
-msgstr "ფუნქცია"
+#. Z,m!
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3152933\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SVTOOLS_PUSHBUTTON_DLG_SVT_EXPLORERFILE_BTN_EXPLORERFILE_OPEN\">Opens the selected document(s).</ahelp>"
+msgstr "<ahelp hid=\"SVTOOLS_PUSHBUTTON_DLG_SVT_EXPLORERFILE_BTN_EXPLORERFILE_OPEN\">ხსნის მონიშნულ დოკუმენტ(ებ)ს.</ahelp>"
-#: 06140200.xhp#par_id3159148.10.help.text
-msgid "<ahelp hid=\"HID_CONFIGFUNCTION_ACC_LISTBOX\">Select a function that you want to assign a shortcut key to, click a key combination in the <emph>Shortcut keys</emph> list, and then click <emph>Modify</emph>. If the selected function already has a shortcut key, it is displayed in the <emph>Keys </emph>list.</ahelp>"
+#. iG:c
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3147085\n"
+"88\n"
+"help.text"
+msgid "Insert"
msgstr ""
-#: 06140200.xhp#hd_id3153332.11.help.text
-msgid "Keys"
-msgstr "ღილაკები"
+#. 7=_0
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3156293\n"
+"89\n"
+"help.text"
+msgid "If you opened the dialog by choosing <emph>Insert - File</emph>, the <emph>Open</emph> button is labeled <emph>Insert</emph>. <ahelp hid=\"HID_FILEDLG_INSERT_BTN\">Inserts the selected file into the current document at the cursor position.</ahelp>"
+msgstr "თუ თქვენ გახსენით დიალოგი,<emph>ფაილის ჩასმა</emph>, მაშინ<emph>გახსნა</emph>ღილაკს მიენიჭება ფუნქცია <emph>ჩასმა</emph>. <ahelp hid=\"HID_FILEDLG_INSERT_BTN\">ჩასვით მონიშნული ფაილი მიმდინარე დოკუმენტში კურსორის პოზიციაზე.</ahelp>"
-#: 06140200.xhp#par_id3150084.12.help.text
-msgid "<ahelp hid=\"SFX2:LISTBOX:TP_CONFIG_ACCEL:BOX_ACC_KEY\">Displays the shortcut keys that are assigned to the selected function.</ahelp>"
+#. ]@Oh
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3144762\n"
+"35\n"
+"help.text"
+msgid "Read-only"
msgstr ""
-#: 06140200.xhp#hd_id3150772.15.help.text
-msgctxt "06140200.xhp#hd_id3150772.15.help.text"
-msgid "Modify"
-msgstr ""
+#. oBL1
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3145785\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FILEOPEN_READONLY\">Opens the file in read-only mode.</ahelp>"
+msgstr "<ahelp hid=\"HID_FILEOPEN_READONLY\">ხსნის ფაილებს მხოლოდ წაკითხვად რეჟიმში.</ahelp>"
-#: 06140200.xhp#par_id3152909.16.help.text
-msgid "<ahelp hid=\"SFX2:PUSHBUTTON:TP_CONFIG_ACCEL:BTN_ACC_CHANGE\">Assigns the key combination selected in the <emph>Shortcut keys</emph> list to the command selected in the <emph>Function </emph>list.</ahelp>"
+#. r~]y
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3149984\n"
+"113\n"
+"help.text"
+msgid "Play"
msgstr ""
-#: 06140200.xhp#par_id7730033.help.text
-msgid "<ahelp hid=\".\">Deletes the selected element or elements without requiring confirmation.</ahelp>"
-msgstr ""
+#. yCuP
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3147289\n"
+"114\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FILESAVE_DOPLAY\">Plays the selected sound file. Click again to stop playing the sound file.</ahelp>"
+msgstr "<ahelp hid=\"HID_FILESAVE_DOPLAY\">უკრავს მონიშნულ აუდიო ფაილს. აუდიო ფაილის დაკვრის შესაჩერებლად დააწკაპუნეთ ხელმეორედ.</ahelp>"
-#: 06140200.xhp#hd_id3154307.17.help.text
-msgid "Load"
-msgstr "ჩატვირთვა"
+#. RD`.
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3149260\n"
+"53\n"
+"help.text"
+msgid "Opening Documents With Templates"
+msgstr "შაბლონიანი დოკუმენტების გახსნა"
-#: 06140200.xhp#par_id3145609.18.help.text
-msgid "<ahelp hid=\"SFX2:PUSHBUTTON:TP_CONFIG_ACCEL:BTN_LOAD\">Replaces the shortcut key configuration with one that was previously saved.</ahelp>"
+#. ]J@[
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3145367\n"
+"40\n"
+"help.text"
+msgid "<item type=\"productname\">%PRODUCTNAME</item> recognizes templates that are located in any directory from the following list:"
+msgstr ""
+
+#. .Fc#
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3151292\n"
+"120\n"
+"help.text"
+msgid "the shared template directory"
msgstr ""
-#: 06140200.xhp#hd_id3150823.19.help.text
-msgctxt "06140200.xhp#hd_id3150823.19.help.text"
-msgid "Save"
-msgstr ""
+#. jF:V
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3144442\n"
+"121\n"
+"help.text"
+msgid "the user template directory <switchinline select=\"sys\"><caseinline select=\"UNIX\">in the home directory</caseinline><defaultinline>in the Documents and Settings directory</defaultinline></switchinline>"
+msgstr "მომხმარებლის შაბლონის დირექტორია <switchinline select=\"sys\"><caseinline select=\"UNIX\">საწყის დირექტორიაში </caseinline><defaultinline>დოკუმენტებისა და პარამეტრების დირექტორიაში</defaultinline></switchinline>"
-#: 06140200.xhp#par_id3149655.20.help.text
-msgid "<ahelp hid=\"SFX2:PUSHBUTTON:TP_CONFIG_ACCEL:BTN_SAVE\">Saves the current shortcut key configuration, so that you can load it later.</ahelp>"
+#. .2R`
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3146905\n"
+"122\n"
+"help.text"
+msgid "all template folders as defined in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010300.xhp\" name=\"%PRODUCTNAME - Paths\">%PRODUCTNAME - Paths</link></emph>"
msgstr ""
-#: 06140200.xhp#hd_id3150824.19.help.text
-msgctxt "06140200.xhp#hd_id3150824.19.help.text"
-msgid "Reset"
+#. bg[K
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id7375713\n"
+"help.text"
+msgid "When you use <item type=\"menuitem\">File - Template - Save</item> to save a template, the template will be stored in your user template directory. When you open a document that is based on such a template, the document will be checked for a changed template as decribed below. The template is associated with the document, it may be called a \"sticky template\"."
msgstr ""
-#: 06140200.xhp#par_id756248.help.text
-msgid "<ahelp hid=\".\">Resets modified values back to the default values.</ahelp>"
+#. JZjT
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id6930143\n"
+"help.text"
+msgid "When you use <item type=\"menuitem\">File - Save As</item> and select a template filter to save a template at any other directory that is not in the list, then the documents based on that template will not be checked."
msgstr ""
-#: ref_pdf_send_as.xhp#tit.help.text
-msgid "E-mail as PDF"
-msgstr ""
+#. OL$I
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3150105\n"
+"73\n"
+"help.text"
+msgid "When you open a document that was created from a \"sticky template\" (as defined above), <item type=\"productname\">%PRODUCTNAME</item> checks to see if the template has been modified since the document was last opened. If the template was changed a dialog is shown where you can select which styles to apply to the document."
+msgstr "როდესაც ხსნით შაბლონიდან შექმნილ დოკუმენტს,<item type=\"productname\">%PRODUCTNAME</item>ამოწმებს დოკუმენტის ბოლო გახსნის შემდეგ შაბლონში მოხდა თუ არა ცვლილებები. თუ შაბლონში ცვლილებებია, სარკმელი გიჩვენებთ, თუ რომელი სტილების გააქტიურება შეგიძლიათ ამ დოკუმენტში."
+
+#. CiME
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153096\n"
+"74\n"
+"help.text"
+msgid "To apply the new styles from the template to the document, click <emph>Yes</emph>."
+msgstr "შაბლონიდან დოკუმენტში ახალი სტილების გასაააქტიურებლად დააწკაპუნეთ <emph>დიახ</emph>"
-#: ref_pdf_send_as.xhp#hd_id3146902.2.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 ""
+#. z3_*
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3147581\n"
+"75\n"
+"help.text"
+msgid "To retain the styles that are currently used in the document, click <emph>No</emph>."
+msgstr "დოკუმენტში არსებული სტილების შესანარჩულებლად, დააწკაპუნეთ<emph>არა</emph>."
-#: ref_pdf_send_as.xhp#par_id3150756.1.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 ""
+#. hY8e
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3154988\n"
+"44\n"
+"help.text"
+msgid "If a document was created using a template that cannot be found a dialog is shown that asks you how to proceed next time the document is opened."
+msgstr "თუ დოკუმენტი შეიქმნა ისეთი შაბლონისგან, რომლის მოძიებაც შეუძლებელია, ეკრანზე გამოსული სარკმელი გკითხავთ,შემდეგში როგორ დამუშავდეს გახსნილი დოკუმენტი."
-#: 05290300.xhp#tit.help.text
-msgid "Enter Group"
+#. H9m`
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3151351\n"
+"91\n"
+"help.text"
+msgid "To break the link between the document and the missing template, click <emph>No</emph>, otherwise <item type=\"productname\">%PRODUCTNAME</item> will look for the template the next time you open the document."
+msgstr "დოკუმენტსა და დაკარგულ შაბლონს შორის კავშირის შესაწყვეტად დააწკაპუნეთ <emph>არა</emph>, otherwise <item type=\"productname\">%PRODUCTNAME</item>მოძებნის შაბლონს როდესაც შემდეგ ჯერზე გახსნით დოკუმენტს."
+
+#. f,jh
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3149417\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/doc_open.xhp\" name=\"Opening Documents\">Opening Documents</link>"
+msgstr "<link href=\"text/shared/guide/doc_open.xhp\" name=\"Opening Documents\">დოკუმენტები იხსნება</link>"
+
+#. \Pd*
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153848\n"
+"help.text"
+msgid "<link href=\"text/shared/00/00000020.xhp\" name=\"Import and Export Filters\">Import and Export Filters</link>"
+msgstr "<link href=\"text/shared/00/00000020.xhp\" name=\"Import and Export Filters\">ფილტრების იმპორტი და ექსპორტი</link>"
+
+#. MpI?
+#: 05210200.xhp
+msgctxt ""
+"05210200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Colors"
msgstr ""
-#: 05290300.xhp#hd_id3083278.1.help.text
+#. alS!
+#: 05210200.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05290300.xhp\" name=\"Enter Group\">Enter Group</link>"
-msgstr "<link href=\"text/shared/01/01110400.xhp\" name=\"Edit\">რედაქტირება</link>"
+msgctxt ""
+"05210200.xhp\n"
+"hd_id3152895\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210200.xhp\" name=\"Colors\">Colors</link>"
+msgstr "<link href=\"text/shared/01/01050000.xhp\" name=\"Close\">დახურვა</link>"
-#: 05290300.xhp#par_id3146856.2.help.text
-msgid "<variable id=\"betretentext\"><ahelp hid=\".uno:EnterGroup\" visibility=\"visible\">Opens the selected group, so that you can edit the individual objects. If the selected group contains nested group, you can repeat this command on the subgroups.</ahelp></variable> This command does not permanently ungroup the objects."
+#. j4G5
+#: 05210200.xhp
+msgctxt ""
+"05210200.xhp\n"
+"par_id3149119\n"
+"2\n"
+"help.text"
+msgid "Select a color to apply, save the current color list, or load a different color list."
msgstr ""
-#: 05290300.xhp#par_id3157991.3.help.text
-msgid "To select an individual object in a group, hold down <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline>, and then click the object."
+#. Bvew
+#: 05210200.xhp
+msgctxt ""
+"05210200.xhp\n"
+"par_id3154288\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010500.xhp\" name=\"$[officename] - Colors\">$[officename] - Colors</link>"
msgstr ""
-#: 05290300.xhp#par_id3153049.help.text
+#. (_(Q
+#: 05100600.xhp
#, fuzzy
-msgctxt "05290300.xhp#par_id3153049.help.text"
-msgid "<link href=\"text/shared/01/05290000.xhp\" name=\"Groups\">Groups</link>"
-msgstr "<link href=\"text/shared/01/05290100.xhp\" name=\"Group\">ჯგუფი</link>"
+msgctxt ""
+"05100600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Center (vertical)"
+msgstr "სწორება ცენტრში ვერიკალურად"
-#: 05290300.xhp#par_id3148548.help.text
+#. \v^G
+#: 05100600.xhp
#, fuzzy
-msgctxt "05290300.xhp#par_id3148548.help.text"
-msgid "<link href=\"text/shared/01/05290400.xhp\" name=\"Exit Group\">Exit Group</link>"
-msgstr "<link href=\"text/shared/01/01170000.xhp\" name=\"Exit\">გასვლა</link>"
+msgctxt ""
+"05100600.xhp\n"
+"hd_id3149874\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05100600.xhp\" name=\"Center (vertical)\">Center (vertical)</link>"
+msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"სწორება ცენტრში ვერტიკალზე\">სწორება ცენტრში ვერტიკალზე</link>"
-#: online_update.xhp#tit.help.text
-msgid "Check for Updates "
-msgstr ""
+#. ;-a7
+#: 05100600.xhp
+#, fuzzy
+msgctxt ""
+"05100600.xhp\n"
+"par_id3149048\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Centers the contents of the cell between top and bottom of the cell.</ahelp>"
+msgstr "<ahelp hid=\".\">შეიყვანეთ სივრცის რაოდენობა გვერდის ზედა კიდისა და მიამართთა ნაკრების ქვედა კიდეს შორის.</ahelp>"
-#: online_update.xhp#bm_id7647328.help.text
-msgid "<bookmark_value>updates;checking manually</bookmark_value> <bookmark_value>online updates;checking manually</bookmark_value>"
+#. GBnM
+#: 05100600.xhp
+msgctxt ""
+"05100600.xhp\n"
+"par_id3149525\n"
+"121\n"
+"help.text"
+msgid "<variable id=\"zellemitte\">In the context menu of a cell, choose <emph>Cell - Center</emph></variable>"
msgstr ""
-#: online_update.xhp#hd_id315256.help.text
-msgid "<variable id=\"online_update\"><link href=\"text/shared/01/online_update.xhp\">Check for Updates</link></variable>"
+#. v:v]
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Input Method Status"
msgstr ""
-#: online_update.xhp#par_id3174230.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Mark to enable the automatic check for updates. Choose %PRODUCTNAME - Online Update in the Options dialog box to disable or enable this feature.</ahelp>"
-msgstr ""
+#. `O+a
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"bm_id3159079\n"
+"help.text"
+msgid "<bookmark_value>IME;showing/hiding</bookmark_value><bookmark_value>input method window</bookmark_value>"
+msgstr "<bookmark_value>აღდგენა;რედაქტირება</bookmark_value><bookmark_value>ბრძანების გამეორება</bookmark_value>"
-#: online_update.xhp#par_id0116200901063996.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to select a folder to download the files.</ahelp>"
+#. 5C4?
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"hd_id3159079\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/03040000.xhp\" name=\"Input Method Status\">Input Method Status</link>"
msgstr ""
-#: online_update.xhp#par_id6797082.help.text
-msgid "<ahelp hid=\".\">You can check for updates manually or automatically.</ahelp>"
+#. kZi9
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"par_id3148668\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ShowImeStatusWindow\">Shows or hides the Input Method Engine (IME) status window.</ahelp>"
msgstr ""
-#: online_update.xhp#par_id4218878.help.text
-msgid "Checking for updates will also look for updates of all installed extensions."
+#. PSMm
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"par_id3157898\n"
+"3\n"
+"help.text"
+msgid "Currently only the Internet/Intranet Input Method Protocol (IIIMP) under Unix is supported."
msgstr ""
-#: online_update.xhp#par_id8132267.help.text
-msgid "Choose <item type=\"menuitem\">Help - Check for Updates</item> to check manually."
+#. E5nj
+#: 02240000.xhp
+msgctxt ""
+"02240000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Compare Document"
msgstr ""
-#: online_update.xhp#par_id702230.help.text
-msgid "You can disable or enable the automatic check in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - <link href=\"text/shared/optionen/online_update.xhp\">Online Update</link>."
+#. 4}S:
+#: 02240000.xhp
+msgctxt ""
+"02240000.xhp\n"
+"hd_id3149877\n"
+"1\n"
+"help.text"
+msgid "Compare Document"
msgstr ""
-#: online_update.xhp#par_id3422345.help.text
-msgid "If an update is available, an icon<image id=\"img_id3155415\" src=\"extensions/source/update/ui/onlineupdate_16.png\" width=\"0.4583in\" height=\"0.1354in\"><alt id=\"alt_id3155415\">Icon</alt></image> on the menu bar will notify you of the update. Click the icon to open a dialog with more information."
+#. d]=@
+#: 02240000.xhp
+msgctxt ""
+"02240000.xhp\n"
+"par_id3150838\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"dokver\"><ahelp hid=\".uno:CompareDocuments\">Compares the current document with a document that you select.</ahelp></variable> The contents of the selected document are marked as deletions in the dialog that opens. If you want, you can insert the contents of the selected file into the current document by selecting the relevant deleted entries, clicking <emph>Reject</emph>, and then clicking <emph>Insert</emph>."
msgstr ""
-#: online_update.xhp#par_id9313638.help.text
-msgid "You will see the <link href=\"text/shared/01/online_update_dialog.xhp\">Check for Updates</link> dialog with some information about the online update of %PRODUCTNAME."
+#. 1p^8
+#: 02240000.xhp
+msgctxt ""
+"02240000.xhp\n"
+"par_id3153662\n"
+"4\n"
+"help.text"
+msgid "The contents of footnotes, headers, frames and fields are ignored."
msgstr ""
-#: online_update.xhp#par_id9951780.help.text
-msgid "Enable an Internet connection for %PRODUCTNAME."
+#. i@1q
+#: 05210700.xhp
+msgctxt ""
+"05210700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Transparency"
msgstr ""
-#: online_update.xhp#par_id6479384.help.text
-msgid "If you need a proxy server, enter the proxy settings in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Internet - Proxy."
+#. cwHS
+#: 05210700.xhp
+msgctxt ""
+"05210700.xhp\n"
+"bm_id3146807\n"
+"help.text"
+msgid "<bookmark_value>transparency;areas</bookmark_value><bookmark_value>areas; transparency</bookmark_value>"
msgstr ""
-#: online_update.xhp#par_id3639027.help.text
-msgid "Choose <item type=\"menuitem\">Check for Updates</item> to check for the availability of a newer version of your office suite."
-msgstr ""
+#. +MY*
+#: 05210700.xhp
+#, fuzzy
+msgctxt ""
+"05210700.xhp\n"
+"hd_id3146807\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210700.xhp\" name=\"Transparency\">Transparency</link>"
+msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">ჩრდილი</link>"
-#: online_update.xhp#par_id3722342.help.text
-msgid "If a newer version is available and %PRODUCTNAME is not set up for automatic downloading, then you can select any of the following actions:"
+#. M=Hr
+#: 05210700.xhp
+msgctxt ""
+"05210700.xhp\n"
+"par_id3149748\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Set the transparency options for the fill that you apply to the selected object.</ahelp>"
msgstr ""
-#: online_update.xhp#par_id5106662.help.text
-msgid "Download the new version."
+#. 8{CK
+#: 05210700.xhp
+msgctxt ""
+"05210700.xhp\n"
+"hd_id3152363\n"
+"30\n"
+"help.text"
+msgid "Transparency mode"
msgstr ""
-#: online_update.xhp#par_id4931485.help.text
-msgid "Install the downloaded files."
+#. );ea
+#: 05210700.xhp
+msgctxt ""
+"05210700.xhp\n"
+"par_id3149283\n"
+"3\n"
+"help.text"
+msgid "Specify the type of transparency that you want to apply."
msgstr ""
-#: online_update.xhp#par_id9168980.help.text
-msgid "Abort this check for updates for now."
-msgstr ""
+#. p8fX
+#: 05210700.xhp
+msgctxt ""
+"05210700.xhp\n"
+"hd_id3148585\n"
+"4\n"
+"help.text"
+msgid "No transparency"
+msgstr "არაა გამჭირვალობა"
-#: online_update.xhp#par_id9766533.help.text
-msgid "If %PRODUCTNAME is configured to download the files automatically, the download starts immediately. A download continues even when you minimize the dialog."
+#. xU;X
+#: 05210700.xhp
+msgctxt ""
+"05210700.xhp\n"
+"par_id3147226\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_TRANSPARENCE:RBT_TRANS_OFF\">Turns off color transparency.</ahelp> This is the default setting."
msgstr ""
-#: online_update.xhp#par_id927152.help.text
-msgid "If automatic downloads are disabled, start the download manually."
+#. com+
+#: 05210700.xhp
+msgctxt ""
+"05210700.xhp\n"
+"hd_id3152425\n"
+"6\n"
+"help.text"
+msgid "Transparency"
msgstr ""
-#: online_update.xhp#par_id6081728.help.text
-msgid "If no update was found, you can close the dialog."
+#. ~JIG
+#: 05210700.xhp
+msgctxt ""
+"05210700.xhp\n"
+"par_id3150693\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_TRANSPARENCE:RBT_TRANS_LINEAR\">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.</ahelp>"
msgstr ""
-#: online_update.xhp#par_id9219641.help.text
-msgid "You need Administrator rights to update %PRODUCTNAME."
+#. yGZK
+#: 05210700.xhp
+msgctxt ""
+"05210700.xhp\n"
+"hd_id3155941\n"
+"14\n"
+"help.text"
+msgid "Transparency spin button"
msgstr ""
-#: 05990000.xhp#tit.help.text
-msgctxt "05990000.xhp#tit.help.text"
-msgid "Text"
+#. -^}]
+#: 05210700.xhp
+msgctxt ""
+"05210700.xhp\n"
+"par_id3155892\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_TRANSPARENCE:MTR_TRANSPARENT\">Adjusts the transparency of the current fill color. Enter a number between 0% (opaque) and 100% (transparent).</ahelp>"
msgstr ""
-#: 05990000.xhp#hd_id3155757.1.help.text
-msgid "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">Text</link>"
-msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
-
-#: 05990000.xhp#par_id3150467.2.help.text
-msgid "<variable id=\"texttext\"><ahelp hid=\".uno:TextAttributes\">Sets the layout and anchoring properties for text in the selected drawing or text object.</ahelp></variable>"
+#. Lnq[
+#: 05210700.xhp
+msgctxt ""
+"05210700.xhp\n"
+"hd_id3149827\n"
+"11\n"
+"help.text"
+msgid "Gradient"
msgstr ""
-#: 05990000.xhp#par_id3150620.3.help.text
-msgid "This command is only available for drawing objects that can contain text, for example for rectangles, but not for lines."
+#. .)Mj
+#: 05210700.xhp
+msgctxt ""
+"05210700.xhp\n"
+"par_id3155338\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_TRANSPARENCE:RBT_TRANS_GRADIENT\">Applies a transparency gradient to the current fill color. Select this option, and then set the gradient properties.</ahelp>"
msgstr ""
-#: 05070500.xhp#tit.help.text
-msgid "Align Vertical Center"
-msgstr ""
+#. DOiW
+#: 05210700.xhp
+msgctxt ""
+"05210700.xhp\n"
+"hd_id3150443\n"
+"17\n"
+"help.text"
+msgid "Type"
+msgstr "ტიპი:"
-#: 05070500.xhp#hd_id3152876.1.help.text
-msgid "<link href=\"text/shared/01/05070500.xhp\" name=\"Align Vertical Center\">Align Vertical Center</link>"
+#. })\$
+#: 05210700.xhp
+msgctxt ""
+"05210700.xhp\n"
+"par_id3149398\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_TRANSPARENCE:LB_TRGR_GRADIENT_TYPES\">Select the type of transparency gradient that you want to apply.</ahelp>"
msgstr ""
-#: 05070500.xhp#par_id3160463.2.help.text
-msgid "<ahelp hid=\".uno:AlignVerticalCenter\">Vertically centers the selected objects. If only one object is selected in Draw or Impress, the center of the object is aligned to the vertical center of the page.</ahelp>"
+#. Ij!J
+#: 05210700.xhp
+#, fuzzy
+msgctxt ""
+"05210700.xhp\n"
+"hd_id3145317\n"
+"19\n"
+"help.text"
+msgid "Center X"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nცენტრირებული\\n#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\nცენტრირება"
+
+#. (F=L
+#: 05210700.xhp
+msgctxt ""
+"05210700.xhp\n"
+"par_id3155583\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_TRANSPARENCE:MTR_TRGR_CENTER_X\">Enter the horizontal offset for the gradient.</ahelp>"
msgstr ""
-#: 01070001.xhp#tit.help.text
-msgctxt "01070001.xhp#tit.help.text"
-msgid "Export"
+#. K6N/
+#: 05210700.xhp
+#, fuzzy
+msgctxt ""
+"05210700.xhp\n"
+"hd_id3154897\n"
+"21\n"
+"help.text"
+msgid "Center Y"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nცენტრირებული\\n#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\nცენტრირება"
+
+#. -=qH
+#: 05210700.xhp
+msgctxt ""
+"05210700.xhp\n"
+"par_id3159399\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_TRANSPARENCE:MTR_TRGR_CENTER_Y\">Enter the vertical offset for the gradient.</ahelp>"
msgstr ""
-#: 01070001.xhp#bm_id3153383.help.text
-msgid "<bookmark_value>documents; exporting</bookmark_value><bookmark_value>converting; $[officename] documents</bookmark_value><bookmark_value>exporting;to foreign formats</bookmark_value>"
+#. :%9d
+#: 05210700.xhp
+msgctxt ""
+"05210700.xhp\n"
+"hd_id3158430\n"
+"23\n"
+"help.text"
+msgid "Angle"
msgstr ""
-#: 01070001.xhp#hd_id3153383.13.help.text
-msgid "<link href=\"text/shared/01/01070001.xhp\" name=\"Export\">Export</link>"
-msgstr "<link href=\"text/shared/01/01070001.xhp\" name=\"Export\">ექსპორტირება</link>"
-
-#: 01070001.xhp#par_id3149355.1.help.text
-msgid "<variable id=\"exportieren\"><ahelp hid=\".uno:ExportTo\">Saves the current document with a different name and format to a location that you specify.</ahelp></variable>"
-msgstr "<variable id=\"exportieren\"><ahelp hid=\".uno:ExportTo\">მიმდინარე დოკუმენტის სხვა სახელით და ფორმატით თქვენს მიერ განსაზღვრულ მდებარეობაში შენახვა</ahelp></variable>"
-
-#: 01070001.xhp#par_id3150710.2.help.text
-msgid "The following sections describe the <emph>$[officename] Export</emph> dialog box. To activate the <emph>$[officename] Open</emph> and <emph>Save</emph> dialog boxes, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010600.xhp\" name=\"$[officename] - General\">$[officename] - General</link></emph>, and then select the <emph>Use $[officename] dialogs</emph> in the <emph>Open/Save dialogs</emph> area."
+#. !L[A
+#: 05210700.xhp
+msgctxt ""
+"05210700.xhp\n"
+"par_id3155829\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_TRANSPARENCE:MTR_TRGR_ANGLE\">Enter a rotation angle for the gradient.</ahelp>"
msgstr ""
-#: 01070001.xhp#hd_id3150693.4.help.text
-msgctxt "01070001.xhp#hd_id3150693.4.help.text"
-msgid "Up One Level"
-msgstr ""
+#. 1O1,
+#: 05210700.xhp
+#, fuzzy
+msgctxt ""
+"05210700.xhp\n"
+"hd_id3153320\n"
+"25\n"
+"help.text"
+msgid "Border"
+msgstr "ჩარჩოები"
-#: 01070001.xhp#hd_id3153312.5.help.text
-msgctxt "01070001.xhp#hd_id3153312.5.help.text"
-msgid "Create New Directory"
+#. 2%]~
+#: 05210700.xhp
+msgctxt ""
+"05210700.xhp\n"
+"par_id3149784\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_TRANSPARENCE:MTR_TRGR_BORDER\">Enter the amount by which you want to adjust the transparent area of the gradient. The default value is 0%.</ahelp>"
msgstr ""
-#: 01070001.xhp#hd_id3155535.6.help.text
-msgctxt "01070001.xhp#hd_id3155535.6.help.text"
-msgid "Default Directory"
+#. FO?)
+#: 05210700.xhp
+msgctxt ""
+"05210700.xhp\n"
+"hd_id3144439\n"
+"26\n"
+"help.text"
+msgid "Start value"
msgstr ""
-#: 01070001.xhp#hd_id3154317.7.help.text
-msgctxt "01070001.xhp#hd_id3154317.7.help.text"
-msgid "Display area"
+#. _Vp4
+#: 05210700.xhp
+msgctxt ""
+"05210700.xhp\n"
+"par_id3150117\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_TRANSPARENCE:MTR_TRGR_START_VALUE\">Enter a transparency value for the beginning point of the gradient, where 0% is fully opaque and 100% is fully transparent.</ahelp>"
msgstr ""
-#: 01070001.xhp#hd_id3147209.8.help.text
-msgid "File Name"
-msgstr "ფაილის სახელი"
-
-#: 01070001.xhp#hd_id3152996.9.help.text
-msgctxt "01070001.xhp#hd_id3152996.9.help.text"
-msgid "File Type"
+#. 8GB\
+#: 05210700.xhp
+msgctxt ""
+"05210700.xhp\n"
+"hd_id3152350\n"
+"28\n"
+"help.text"
+msgid "End value"
msgstr ""
-#: 01070001.xhp#hd_id3148539.10.help.text
-msgctxt "01070001.xhp#hd_id3148539.10.help.text"
-msgid "Export"
+#. V:JU
+#: 05210700.xhp
+msgctxt ""
+"05210700.xhp\n"
+"par_id3148924\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_TRANSPARENCE:MTR_TRGR_END_VALUE\">Enter a transparency value for the endpoint of the gradient, where 0% is fully opaque and 100% is fully transparent.</ahelp>"
msgstr ""
-#: 05030000.xhp#tit.help.text
-msgctxt "05030000.xhp#tit.help.text"
-msgid "Paragraph"
+#. (33:
+#: 05210700.xhp
+msgctxt ""
+"05210700.xhp\n"
+"hd_id3149575\n"
+"9\n"
+"help.text"
+msgid "Preview"
msgstr ""
-#: 05030000.xhp#hd_id3150467.1.help.text
-msgctxt "05030000.xhp#hd_id3150467.1.help.text"
-msgid "Paragraph"
+#. X)v[
+#: 05210700.xhp
+msgctxt ""
+"05210700.xhp\n"
+"par_id3149798\n"
+"10\n"
+"help.text"
+msgid "Use the preview to view your changes before you apply the transparency effect to the color fill of the selected object."
msgstr ""
-#: 05030000.xhp#par_id3148668.2.help.text
-msgid "<variable id=\"absatztext\"><ahelp hid=\".uno:EditStyle\">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 ""
+#. _eyR
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Redo"
+msgstr "გამეორება"
-#: 05030000.xhp#par_id3156042.3.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 and Formatting window</link>. </caseinline></switchinline>"
-msgstr ""
+#. ?C]p
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"bm_id3149991\n"
+"help.text"
+msgid "<bookmark_value>restoring;editing</bookmark_value><bookmark_value>redo command</bookmark_value>"
+msgstr "<bookmark_value>აღდგენა;რედაქტირება</bookmark_value><bookmark_value>ბრძანების გამეორება</bookmark_value>"
-#: 05350000.xhp#tit.help.text
-msgid "3D Effects"
-msgstr ""
+#. ceO1
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"hd_id3149991\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02020000.xhp\" name=\"Redo\">Redo</link>"
+msgstr "<link href=\"text/shared/01/02020000.xhp\" name=\"Redo\">გამეორება</link>"
-#: 05350000.xhp#hd_id3153136.1.help.text
+#. oNo,
+#: 02020000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05350000.xhp\" name=\"3D Effects\">3D Effects</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
+msgctxt ""
+"02020000.xhp\n"
+"par_id3157898\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_IMAPDLG_REDO\">Reverses the action of the last <emph>Undo</emph> command. To select the <emph>Undo</emph> step that you want to reverse, click the arrow next to the <emph>Redo</emph> icon on the Standard bar.</ahelp>"
+msgstr "<ahelp hid=\"HID_IMAPDLG_UNDO\">ბოლოს დაბეჭდილი ჩანაწერის ან ბოლო ბრძანების დაბრუნება. დასაბრუნებელი ბრძანების მონიშვნისათვის ისარი ძირითად ზოლში დააწკაპუნეთ ხატულაზე<emph>მოქმედების დაბრუნება </emph> </ahelp>"
-#: 05350000.xhp#par_id3156324.2.help.text
-msgid "<ahelp hid=\".uno:Window3D\">Specifies the properties of 3D object(s) in the current document.</ahelp>"
+#. #O\Y
+#: 02230000.xhp
+msgctxt ""
+"02230000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Changes"
msgstr ""
-#: 02220000.xhp#tit.help.text
-msgctxt "02220000.xhp#tit.help.text"
-msgid "ImageMap Editor"
-msgstr ""
+#. 20L[
+#: 02230000.xhp
+#, fuzzy
+msgctxt ""
+"02230000.xhp\n"
+"hd_id3152952\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02230000.xhp\" name=\"Changes\">Changes</link>"
+msgstr "<link href=\"text/shared/01/02060000.xhp\" name=\"Paste\">ჩასმა</link>"
-#: 02220000.xhp#hd_id3150502.1.help.text
-msgctxt "02220000.xhp#hd_id3150502.1.help.text"
-msgid "ImageMap Editor"
+#. KUI^
+#: 02230000.xhp
+msgctxt ""
+"02230000.xhp\n"
+"par_id3145759\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Lists the commands that are available for tracking changes in your file.</ahelp>"
msgstr ""
-#: 02220000.xhp#par_id3159194.2.help.text
-msgid "<variable id=\"imagemaptext\"><ahelp hid=\"SVX:FLOATINGWINDOW:RID_SVXDLG_IMAP\">Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots.</ahelp></variable>"
-msgstr ""
+#. ;TV)
+#: 02230000.xhp
+#, fuzzy
+msgctxt ""
+"02230000.xhp\n"
+"hd_id3154894\n"
+"7\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02230200.xhp\" name=\"Show\">Show</link></caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100300.xhp\" name=\"Format\">ფორმატი</link></caseinline></switchinline>"
-#: 02220000.xhp#par_id3149751.3.help.text
-msgid "You can draw three types of hotspots: rectangles, ellipses, and polygons. When you click a hotspot, the URL is opened in the browser window or frame that you specify. You can also specify the text that appears when your mouse rests on the hotspot."
-msgstr ""
+#. X53N
+#: 02230000.xhp
+#, fuzzy
+msgctxt ""
+"02230000.xhp\n"
+"hd_id3154184\n"
+"8\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/shared/01/02230200.xhp\" name=\"Show\">Show</link></caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100300.xhp\" name=\"Format\">ფორმატი</link></caseinline></switchinline>"
-#: 02220000.xhp#hd_id3154317.5.help.text
-msgctxt "02220000.xhp#hd_id3154317.5.help.text"
-msgid "Apply"
-msgstr ""
+#. @mGV
+#: 02230000.xhp
+#, fuzzy
+msgctxt ""
+"02230000.xhp\n"
+"hd_id3153527\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02230400.xhp\" name=\"Accept or Reject\">Accept or Reject</link>"
+msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE ობიექტი\">OLE ობიექტი</link>"
-#: 02220000.xhp#par_id3150506.7.help.text
-msgid "<ahelp hid=\"HID_IMAPDLG_APPLY\">Applies the changes that you made to the image map.</ahelp>"
-msgstr ""
+#. )-yV
+#: 02230000.xhp
+#, fuzzy
+msgctxt ""
+"02230000.xhp\n"
+"hd_id3145072\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02230300.xhp\" name=\"Comment\">Comment</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-#: 02220000.xhp#par_id3149811.help.text
+#. IL3.
+#: 02230000.xhp
#, fuzzy
-msgid "<image id=\"img_id3147275\" src=\"svx/res/nu07.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147275\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147317\">ხატულა</alt></image>"
+msgctxt ""
+"02230000.xhp\n"
+"hd_id3150694\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02230500.xhp\" name=\"Merge Document\">Merge Document</link>"
+msgstr "<link href=\"text/shared/01/01010001.xhp\" name=\"Master Document\">საბაზო დოკუმენტი</link>"
-#: 02220000.xhp#par_id3153321.6.help.text
-msgctxt "02220000.xhp#par_id3153321.6.help.text"
-msgid "Apply"
-msgstr ""
+#. *t8{
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fontwork"
+msgstr "Fontwork"
-#: 02220000.xhp#hd_id3149579.8.help.text
-msgctxt "02220000.xhp#hd_id3149579.8.help.text"
-msgid "Open"
+#. ?-PM
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"hd_id3146959\n"
+"51\n"
+"help.text"
+msgid "<variable id=\"fntwrk\"><link href=\"text/shared/01/05280000.xhp\" name=\"FontWork\">Fontwork Dialog (Previous Version)</link></variable>"
msgstr ""
-#: 02220000.xhp#par_id3155829.10.help.text
-msgid "<ahelp hid=\"HID_IMAPDLG_OPEN\">Loads an existing image map in the <emph>MAP-CERN, MAP-NCSA</emph> or <emph>SIP StarView ImageMap </emph>file format.</ahelp>"
+#. Z,iC
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3151097\n"
+"52\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FontWork\">Edits Fontwork effects of the selected object that has been created with the previous Fontwork dialog.</ahelp>"
msgstr ""
-#: 02220000.xhp#par_id3149795.help.text
-#, fuzzy
-msgid "<image id=\"img_id3155503\" src=\"cmd/sc_open.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155503\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150503\">ხატულა</alt></image>"
+#. s:29
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3155934\n"
+"53\n"
+"help.text"
+msgid "This <emph>Fontwork</emph> dialog is only available for Fontwork in old Writer text documents that were created prior to %PRODUCTNAME %PRODUCTVERSION. You must first call <emph>Tools - Customize</emph> to add a menu command or an icon to open this dialog."
+msgstr ""
-#: 02220000.xhp#par_id3159158.9.help.text
-msgctxt "02220000.xhp#par_id3159158.9.help.text"
-msgid "Open"
+#. ujV$
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3154497\n"
+"74\n"
+"help.text"
+msgid "You can change the shape of the text baseline to match semicircles, arcs, circles, and freeform lines."
msgstr ""
-#: 02220000.xhp#hd_id3147618.11.help.text
-msgctxt "02220000.xhp#hd_id3147618.11.help.text"
-msgid "Save"
+#. @V7G
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"hd_id3152372\n"
+"54\n"
+"help.text"
+msgid "Alignment icons"
msgstr ""
-#: 02220000.xhp#par_id3153626.13.help.text
-msgid "<ahelp hid=\"HID_IMAPDLG_SAVEAS\">Saves the image map in the<emph> MAP-CERN, MAP-NCSA</emph> or <emph>SIP StarView ImageMap </emph>file format.</ahelp>"
+#. vBQ2
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3149760\n"
+"55\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FONTWORK_CTL_FORMS\" visibility=\"hidden\">Click the shape of the baseline that you want to use for the text.</ahelp>"
msgstr ""
-#: 02220000.xhp#par_id3154280.help.text
-#, fuzzy
-msgid "<image id=\"img_id3154923\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154923\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
+#. B.:#
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3152542\n"
+"56\n"
+"help.text"
+msgid "The top row contains the following baseline shapes: <emph>Upper Semicircle</emph>, <emph>Lower Semicircle</emph>, <emph>Left Semicircle</emph> and <emph>Right Semicircle</emph>."
+msgstr ""
-#: 02220000.xhp#par_id3152772.12.help.text
-msgctxt "02220000.xhp#par_id3152772.12.help.text"
-msgid "Save"
+#. Y8n?
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3150774\n"
+"58\n"
+"help.text"
+msgid "The middle row contains the following baseline shapes: <emph>Upper Arc</emph>, <emph>Lower Arc, Left Arc</emph> and <emph>Right Arc</emph>."
msgstr ""
-#: 02220000.xhp#hd_id3150791.14.help.text
-msgctxt "02220000.xhp#hd_id3150791.14.help.text"
-msgid "Select"
+#. *iR?
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3159158\n"
+"60\n"
+"help.text"
+msgid "The bottom row contains the following baseline shapes: <emph>Open Circle, Closed Circle, Closed Circle II</emph>, and <emph>Open Circle Vertical</emph>. For the best results, the drawing object must contain more than two lines of text."
msgstr ""
-#: 02220000.xhp#par_id3154073.16.help.text
-msgid "<ahelp hid=\"HID_IMAPDLG_SELECT\">Selects a hotspot in the image map for editing.</ahelp>"
+#. GJ7i
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3149237\n"
+"62\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FONTWORK_TBI_STYLE_OFF\">Removes baseline formatting.</ahelp>"
msgstr ""
-#: 02220000.xhp#par_id3156214.help.text
+#. D;-L
+#: 05280000.xhp
#, fuzzy
-msgid "<image id=\"img_id3153192\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153192\">Icon</alt></image>"
+msgctxt ""
+"05280000.xhp\n"
+"par_id3149244\n"
+"help.text"
+msgid "<image id=\"img_id3161458\" src=\"cmd/sc_fontwork.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3161458\">Icon</alt></image>"
msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-#: 02220000.xhp#par_id3153351.15.help.text
-msgctxt "02220000.xhp#par_id3153351.15.help.text"
-msgid "Select"
-msgstr ""
-
-#: 02220000.xhp#hd_id3149807.17.help.text
-msgctxt "02220000.xhp#hd_id3149807.17.help.text"
-msgid "Rectangle"
+#. 9|DM
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3149046\n"
+"63\n"
+"help.text"
+msgid "Off"
msgstr ""
-#: 02220000.xhp#par_id3150870.19.help.text
-msgid "<ahelp hid=\"HID_IMAPDLG_RECT\">Draws a rectangular hotspot where you drag in the graphic. After, you can enter the <emph>Address and the Text</emph> for the hotspot, and then select the <emph>Frame</emph> where you want the URL to open.</ahelp>"
+#. _h~E
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3156344\n"
+"64\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FONTWORK_TBI_STYLE_ROTATE\">Uses the top or the bottom edge of the selected object as the text baseline.</ahelp>"
msgstr ""
-#: 02220000.xhp#par_id3150769.help.text
+#. AUgZ
+#: 05280000.xhp
#, fuzzy
-msgid "<image id=\"img_id3154297\" src=\"cmd/sc_rect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154297\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-
-#: 02220000.xhp#par_id3157894.18.help.text
-msgctxt "02220000.xhp#par_id3157894.18.help.text"
-msgid "Rectangle"
-msgstr ""
+msgctxt ""
+"05280000.xhp\n"
+"par_id3150791\n"
+"help.text"
+msgid "<image id=\"img_id3153379\" src=\"svx/res/fw02.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3153379\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154329\">ხატულა</alt></image>"
-#: 02220000.xhp#hd_id3153518.20.help.text
-msgctxt "02220000.xhp#hd_id3153518.20.help.text"
-msgid "Ellipse"
-msgstr ""
+#. HN,_
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3153339\n"
+"65\n"
+"help.text"
+msgid "Rotate"
+msgstr "ბრუნვა"
-#: 02220000.xhp#par_id3145591.22.help.text
-msgid "<ahelp hid=\"HID_IMAPDLG_CIRCLE\">Draws an elliptical hotspot where you drag in the graphic. After, you can enter the <emph>Address and the Text</emph> for the hotspot, and then select the <emph>Frame</emph> where you want the URL to open.</ahelp>"
+#. %Lp]
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3155742\n"
+"66\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FONTWORK_TBI_STYLE_UPRIGHT\">Uses the top or the bottom edge of the selected object as the text baseline and preserves the original vertical alignment of the individual characters.</ahelp>"
msgstr ""
-#: 02220000.xhp#par_id3155308.help.text
+#. 4`$Z
+#: 05280000.xhp
#, fuzzy
-msgid "<image id=\"img_id3154011\" src=\"cmd/sc_ellipse.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154011\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-
-#: 02220000.xhp#par_id3153212.21.help.text
-msgctxt "02220000.xhp#par_id3153212.21.help.text"
-msgid "Ellipse"
-msgstr ""
+msgctxt ""
+"05280000.xhp\n"
+"par_id3154069\n"
+"help.text"
+msgid "<image id=\"img_id3152933\" src=\"svx/res/fw03.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3152933\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150503\">ხატულა</alt></image>"
-#: 02220000.xhp#hd_id3153573.23.help.text
-msgctxt "02220000.xhp#hd_id3153573.23.help.text"
-msgid "Polygon"
+#. }r=`
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3154153\n"
+"67\n"
+"help.text"
+msgid "Upright"
msgstr ""
-#: 02220000.xhp#par_id3153190.25.help.text
-msgid "<ahelp hid=\"HID_IMAPDLG_POLY\">Draws a polygonal hotspot in the graphic. Click this icon, drag in the graphic, and then click to define one side of the polygon. Move to where you want to place the end of the next side, and then click. Repeat until you have drawn all of the sides of the polygon. When you are finished, double-click to close the polygon. After, you can enter the <emph>Address and the Text</emph> for the hotspot, and then select the <emph>Frame</emph> where you want the URL to open.</ahelp>"
+#. (qKa
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3149202\n"
+"68\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FONTWORK_TBI_STYLE_SLANTX\">Horizontally slants the characters in the text object.</ahelp>"
msgstr ""
-#: 02220000.xhp#par_id3148577.help.text
+#. |}0k
+#: 05280000.xhp
#, fuzzy
-msgid "<image id=\"img_id3156005\" src=\"cmd/sc_polygon.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156005\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-
-#: 02220000.xhp#par_id3153364.24.help.text
-msgctxt "02220000.xhp#par_id3153364.24.help.text"
-msgid "Polygon"
-msgstr ""
+msgctxt ""
+"05280000.xhp\n"
+"par_id3153180\n"
+"help.text"
+msgid "<image id=\"img_id3151041\" src=\"svx/res/fw04.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3151041\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150422\" src=\"res/sx03242.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150422\">ხატულა</alt></image>"
-#: 02220000.xhp#hd_id3153140.41.help.text
-msgctxt "02220000.xhp#hd_id3153140.41.help.text"
-msgid "Freeform Polygon"
+#. ?CV/
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3149983\n"
+"69\n"
+"help.text"
+msgid "Slant Horizontal"
msgstr ""
-#: 02220000.xhp#par_id3147046.42.help.text
-msgid "<ahelp hid=\"HID_IMAPDLG_FREEPOLY\">Draws a hotspot that is based on a freeform polygon. Click this icon and move to where you want to draw the hotspot. Drag a freeform line and release to close the shape. After, you can enter the <emph>Address and the Text</emph> for the hotspot, and then select the <emph>Frame</emph> where you want the URL to open.</ahelp>"
+#. b,7R
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3154297\n"
+"70\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FONTWORK_TBI_STYLE_SLANTY\">Vertically slants the characters in the text object.</ahelp>"
msgstr ""
-#: 02220000.xhp#par_id3153877.help.text
+#. yh5`
+#: 05280000.xhp
#, fuzzy
-msgid "<image id=\"img_id3148386\" src=\"cmd/sc_freeline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148386\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-
-#: 02220000.xhp#par_id3159128.43.help.text
-msgctxt "02220000.xhp#par_id3159128.43.help.text"
-msgid "Freeform Polygon"
-msgstr ""
+msgctxt ""
+"05280000.xhp\n"
+"par_id3147348\n"
+"help.text"
+msgid "<image id=\"img_id3154690\" src=\"svx/res/fw05.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3154690\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154329\">ხატულა</alt></image>"
-#: 02220000.xhp#hd_id3145251.44.help.text
-msgctxt "02220000.xhp#hd_id3145251.44.help.text"
-msgid "Edit Points"
+#. PP#7
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3150962\n"
+"71\n"
+"help.text"
+msgid "Slant Vertical"
msgstr ""
-#: 02220000.xhp#par_id3153745.45.help.text
-msgid "<ahelp hid=\"HID_IMAPDLG_POLYEDIT\">Lets you change the shape of the selected hotspot by editing the anchor points.</ahelp>"
+#. hrHO
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3154985\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FONTWORK_TBI_ADJUST_MIRROR\">Reverses the text flow direction, and flips the text horizontally or vertically. To use this command, you must first apply a different baseline to the text.</ahelp>"
msgstr ""
-#: 02220000.xhp#par_id3145801.help.text
+#. Mb1T
+#: 05280000.xhp
#, fuzzy
-msgid "<image id=\"img_id3150113\" src=\"cmd/sc_toggleobjectbeziermode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150113\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-
-#: 02220000.xhp#par_id3153416.46.help.text
-msgid "Edit points"
-msgstr ""
+msgctxt ""
+"05280000.xhp\n"
+"par_id3155854\n"
+"help.text"
+msgid "<image id=\"img_id3153142\" src=\"svx/res/fw06.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3153142\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153821\">ხატულა</alt></image>"
-#: 02220000.xhp#hd_id3155600.47.help.text
-msgctxt "02220000.xhp#hd_id3155600.47.help.text"
-msgid "Move Points"
-msgstr ""
+#. 2#zI
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3149934\n"
+"21\n"
+"help.text"
+msgid "Orientation"
+msgstr "პრეზენტაცია"
-#: 02220000.xhp#par_id3151318.48.help.text
-msgid "<ahelp hid=\"HID_IMAPDLG_POLYMOVE\">Lets you move the individual anchor points of the selected hotspot.</ahelp>"
+#. ]Q)c
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3154640\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FONTWORK_TBI_ADJUST_LEFT\">Aligns the text to the left end of the text baseline.</ahelp>"
msgstr ""
-#: 02220000.xhp#par_id3146971.help.text
+#. kn?%
+#: 05280000.xhp
#, fuzzy
-msgid "<image id=\"img_id3148570\" src=\"cmd/sc_beziermove.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148570\">Icon</alt></image>"
+msgctxt ""
+"05280000.xhp\n"
+"par_id3156006\n"
+"help.text"
+msgid "<image id=\"img_id3153573\" src=\"cmd/sc_alignleft.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153573\">Icon</alt></image>"
msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-#: 02220000.xhp#par_id3153839.49.help.text
-msgctxt "02220000.xhp#par_id3153839.49.help.text"
-msgid "Move Points"
+#. 5D\B
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3152416\n"
+"23\n"
+"help.text"
+msgid "Align Left"
msgstr ""
-#: 02220000.xhp#hd_id3145162.50.help.text
-msgctxt "02220000.xhp#hd_id3145162.50.help.text"
-msgid "Insert Points"
+#. E%9p
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3147578\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FONTWORK_TBI_ADJUST_CENTER\">Centers the text on the text baseline.</ahelp>"
msgstr ""
-#: 02220000.xhp#par_id3156355.51.help.text
-msgid "<ahelp hid=\"HID_IMAPDLG_POLYINSERT\">Adds an anchor point where you click on the outline of the hotspot.</ahelp>"
+#. R*II
+#: 05280000.xhp
+#, fuzzy
+msgctxt ""
+"05280000.xhp\n"
+"par_id3155748\n"
+"help.text"
+msgid "<image id=\"img_id3147217\" src=\"cmd/sc_centerpara.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147217\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147317\">ხატულა</alt></image>"
+
+#. ,Vb:
+#: 05280000.xhp
+#, fuzzy
+msgctxt ""
+"05280000.xhp\n"
+"par_id3159346\n"
+"25\n"
+"help.text"
+msgid "Center"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nცენტრირებული\\n#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\nცენტრირება"
+
+#. M8\t
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3149583\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FONTWORK_TBI_ADJUST_RIGHT\">Aligns the text to the right end of the text baseline.</ahelp>"
msgstr ""
-#: 02220000.xhp#par_id3150749.help.text
+#. /%Qf
+#: 05280000.xhp
#, fuzzy
-msgid "<image id=\"img_id3146793\" src=\"cmd/sc_bezierinsert.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146793\">Icon</alt></image>"
+msgctxt ""
+"05280000.xhp\n"
+"par_id3149939\n"
+"help.text"
+msgid "<image id=\"img_id3148498\" src=\"cmd/sc_alignright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148498\">Icon</alt></image>"
msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-#: 02220000.xhp#par_id3148915.52.help.text
-msgctxt "02220000.xhp#par_id3148915.52.help.text"
-msgid "Insert Points"
-msgstr ""
-
-#: 02220000.xhp#hd_id3083283.53.help.text
-msgctxt "02220000.xhp#hd_id3083283.53.help.text"
-msgid "Delete Points"
+#. ]H:R
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3150418\n"
+"27\n"
+"help.text"
+msgid "Align Right"
msgstr ""
-#: 02220000.xhp#par_id3163824.54.help.text
-msgid "<ahelp hid=\"HID_IMAPDLG_POLYDELETE\">Deletes the selected anchor point.</ahelp>"
+#. \^4I
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3147124\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FONTWORK_TBI_ADJUST_AUTOSIZE\">Resizes the text to fit the length of the text baseline.</ahelp>"
msgstr ""
-#: 02220000.xhp#par_id3149021.help.text
+#. cF@r
+#: 05280000.xhp
#, fuzzy
-msgid "<image id=\"img_id3154508\" src=\"cmd/sc_bezierdelete.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154508\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-
-#: 02220000.xhp#par_id3147341.55.help.text
-msgctxt "02220000.xhp#par_id3147341.55.help.text"
-msgid "Delete Points"
-msgstr ""
+msgctxt ""
+"05280000.xhp\n"
+"par_id3159129\n"
+"help.text"
+msgid "<image id=\"img_id3153334\" src=\"svx/res/fw010.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3153334\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153821\">ხატულა</alt></image>"
-#: 02220000.xhp#hd_id3166448.26.help.text
-msgctxt "02220000.xhp#hd_id3166448.26.help.text"
-msgid "Active"
+#. i6|4
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3148747\n"
+"29\n"
+"help.text"
+msgid "AutoSize Text"
msgstr ""
-#: 02220000.xhp#par_id3146918.28.help.text
-msgid "<ahelp hid=\"HID_IMAPDLG_ACTIVE\">Disables or enables the hyperlink for the selected hotspot. A disabled hotspot is transparent.</ahelp>"
+#. wY!u
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3157844\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXDLG_FONTWORK:MTR_FLD_DISTANCE\">Enter the amount of space that you want to leave between the text baseline and the base of the individual characters.</ahelp>"
msgstr ""
-#: 02220000.xhp#par_id3155901.help.text
+#. lN7S
+#: 05280000.xhp
#, fuzzy
-msgid "<image id=\"img_id3145232\" src=\"svx/res/id016.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145232\">Icon</alt></image>"
+msgctxt ""
+"05280000.xhp\n"
+"par_id3153957\n"
+"help.text"
+msgid "<image id=\"img_id3151019\" src=\"svx/res/fw020.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3151019\">Icon</alt></image>"
msgstr "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154329\">ხატულა</alt></image>"
-#: 02220000.xhp#par_id3155959.27.help.text
-msgctxt "02220000.xhp#par_id3155959.27.help.text"
-msgid "Active"
-msgstr ""
-
-#: 02220000.xhp#hd_id3153966.38.help.text
-msgctxt "02220000.xhp#hd_id3153966.38.help.text"
-msgid "Macro"
+#. s.|3
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3146971\n"
+"31\n"
+"help.text"
+msgid "Distance"
msgstr ""
-#: 02220000.xhp#par_id3151250.40.help.text
-msgid "<ahelp hid=\"HID_IMAPDLG_MACRO\">Lets you assign a macro that runs when you click the selected hotspot in a browser.</ahelp>"
+#. `#h%
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3153530\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXDLG_FONTWORK:MTR_FLD_TEXTSTART\">Enter the amount of space to leave between the beginning of the text baseline, and the beginning of the text.</ahelp>"
msgstr ""
-#: 02220000.xhp#par_id3145769.help.text
+#. OAlH
+#: 05280000.xhp
#, fuzzy
-msgid "<image id=\"img_id3153922\" src=\"cmd/sc_choosemacro.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153922\">Icon</alt></image>"
+msgctxt ""
+"05280000.xhp\n"
+"par_id3156332\n"
+"help.text"
+msgid "<image id=\"img_id3153836\" src=\"svx/res/fw021.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3153836\">Icon</alt></image>"
msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153821\">ხატულა</alt></image>"
-#: 02220000.xhp#par_id3149239.39.help.text
-msgctxt "02220000.xhp#par_id3149239.39.help.text"
-msgid "Macro"
+#. 8Jwn
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3153710\n"
+"33\n"
+"help.text"
+msgid "Indent"
msgstr ""
-#: 02220000.xhp#hd_id3149207.56.help.text
-msgctxt "02220000.xhp#hd_id3149207.56.help.text"
-msgid "Properties"
-msgstr "თვისებები"
-
-#: 02220000.xhp#par_id3150785.57.help.text
-msgid "<ahelp hid=\"HID_IMAPDLG_PROPERTY\">Allows you to define the properties of the selected hotspot.</ahelp>"
+#. _hK@
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3154636\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FONTWORK_TBI_SHOWFORM\">Shows or hides the text baseline, or the edges of the selected object.</ahelp>"
msgstr ""
-#: 02220000.xhp#par_id3159104.help.text
+#. #`;Q
+#: 05280000.xhp
#, fuzzy
-msgid "<image id=\"img_id3149735\" src=\"cmd/sc_modifyframe.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149735\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-
-#: 02220000.xhp#par_id3153196.58.help.text
-msgctxt "02220000.xhp#par_id3153196.58.help.text"
-msgid "Properties"
-msgstr "თვისებები"
-
-#: 02220000.xhp#hd_id3144418.29.help.text
-msgid "Address:"
-msgstr "მისამართი"
-
-#: 02220000.xhp#par_id3157969.30.help.text
-msgid "<ahelp hid=\"SVX:COMBOBOX:RID_SVXDLG_IMAP:CBB_URL\">Enter the URL for the file that you want to open when you click the selected hotspot.</ahelp> If you want to jump to an anchor within the document, the address should be of the form \"file:///C/document_name#anchor_name\"."
-msgstr ""
+msgctxt ""
+"05280000.xhp\n"
+"par_id3155515\n"
+"help.text"
+msgid "<image id=\"img_id3159186\" src=\"svx/res/fw011.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3159186\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149784\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149784\">ხატულა</alt></image>"
-#: 02220000.xhp#hd_id3146132.31.help.text
-msgid "Text:"
-msgstr ""
+#. \jun
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3148996\n"
+"35\n"
+"help.text"
+msgid "Contour"
+msgstr "კონტური"
-#: 02220000.xhp#par_id3159090.32.help.text
-msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_IMAP:EDT_TEXT\">Enter the text that you want to display when the mouse rests on the hotspot in a browser.</ahelp> If you do not enter any text, the <emph>Address </emph>is displayed."
+#. EAg6
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3155764\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FONTWORK_TBI_OUTLINE\">Shows or hides the borders of the individual characters in the text.</ahelp>"
msgstr ""
-#: 02220000.xhp#hd_id3158445.33.help.text
+#. (K3Q
+#: 05280000.xhp
#, fuzzy
-msgctxt "02220000.xhp#hd_id3158445.33.help.text"
-msgid "Frame:"
-msgstr "ჩარჩო"
-
-#: 02220000.xhp#par_id3150208.34.help.text
-msgid "Enter the name of the target frame that you want to open the URL in. You can also select a standard frame name from the list."
-msgstr ""
+msgctxt ""
+"05280000.xhp\n"
+"par_id3150323\n"
+"help.text"
+msgid "<image id=\"img_id3147100\" src=\"svx/res/fw012.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3147100\">Icon</alt></image>"
+msgstr "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163710\">ხატულა</alt></image>"
-#: 02220000.xhp#par_id3153231.35.help.text
-msgid "<link href=\"text/shared/01/01100500.xhp\" name=\"List of frame types\">List of frame types</link>"
+#. 0t2Z
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3147339\n"
+"37\n"
+"help.text"
+msgid "Text Contour"
msgstr ""
-#: 02220000.xhp#hd_id3150345.36.help.text
-msgid "Graphic View"
+#. hJh_
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3148927\n"
+"40\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FONTWORK_TBI_SHADOW_OFF\">Removes the shadow effects that you applied to the text.</ahelp>"
msgstr ""
-#: 02220000.xhp#par_id3150382.37.help.text
-msgid "<ahelp hid=\"HID_IMAPDLG_GRAPHWND\"/>Displays the image map, so that you can click and edit the hotspots."
-msgstr ""
+#. 7T`{
+#: 05280000.xhp
+#, fuzzy
+msgctxt ""
+"05280000.xhp\n"
+"par_id3150241\n"
+"help.text"
+msgid "<image id=\"img_id3156375\" src=\"svx/res/fw013.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3156375\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154329\">ხატულა</alt></image>"
-#: 02220000.xhp#par_id3150983.help.text
-msgid "<link href=\"text/shared/guide/keyboard.xhp\" name=\"Controlling the ImageMap Editor With the Keyboard\">Controlling the ImageMap Editor With the Keyboard</link>"
+#. H5:8
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3151248\n"
+"39\n"
+"help.text"
+msgid "No Shadow"
msgstr ""
-#: 05070100.xhp#tit.help.text
-msgctxt "05070100.xhp#tit.help.text"
-msgid "Align Left"
+#. 6T-k
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3147321\n"
+"42\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FONTWORK_TBI_SHADOW_NORMAL\">Adds a shadow to the text in the selected object. Click this button, and then enter the dimensions of the shadow in the <emph>Distance X</emph> and the <emph>Distance Y</emph> boxes.</ahelp>"
msgstr ""
-#: 05070100.xhp#hd_id3147069.1.help.text
+#. %|zc
+#: 05280000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05070100.xhp\" name=\"Align Left\">Align Left</link>"
-msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
+msgctxt ""
+"05280000.xhp\n"
+"par_id3145231\n"
+"help.text"
+msgid "<image id=\"img_id3149908\" src=\"svx/res/fw014.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3149908\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149784\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149784\">ხატულა</alt></image>"
-#: 05070100.xhp#par_id3160463.2.help.text
-msgid "<ahelp hid=\".uno:AlignLeft\">Aligns the left edges of the selected objects. If only one object is selected in Draw or Impress, the left edge of the object is aligned to the left page margin.</ahelp>"
+#. GR,\
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3152484\n"
+"41\n"
+"help.text"
+msgid "Vertical"
msgstr ""
-#: 05070100.xhp#par_id3150146.4.help.text
-msgid "Objects are aligned to the left edge of the leftmost object in the selection."
+#. Rg`1
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3148478\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FONTWORK_TBI_SHADOW_SLANT\">Adds a slant shadow to the text in the selected object. Click this button, and then enter the dimensions of the shadow in the <emph>Distance X</emph> and the <emph>Distance Y</emph> boxes.</ahelp>"
msgstr ""
-#: 05070100.xhp#par_id3150445.3.help.text
-msgid "<variable id=\"mehrfachselektion\">To align the individual objects in a group, <switchinline select=\"appl\"><caseinline select=\"CALC\">choose <emph>Format - Group - Edit Group</emph></caseinline><defaultinline>double-click</defaultinline></switchinline> to enter the group, select the objects, right-click, and then choose an alignment option. </variable>"
-msgstr ""
+#. #]x8
+#: 05280000.xhp
+#, fuzzy
+msgctxt ""
+"05280000.xhp\n"
+"par_id3150664\n"
+"help.text"
+msgid "<image id=\"img_id3166423\" src=\"svx/res/fw015.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3166423\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156283\">ხატულა</alt></image>"
-#: 02030000.xhp#tit.help.text
-msgctxt "02030000.xhp#tit.help.text"
-msgid "Repeat"
+#. oU?8
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3147129\n"
+"43\n"
+"help.text"
+msgid "Slant"
msgstr ""
-#: 02030000.xhp#bm_id3150279.help.text
-msgid "<bookmark_value>repeating; commands</bookmark_value><bookmark_value>commands; repeating</bookmark_value>"
-msgstr "<bookmark_value>ბრძანებათა გამეორება</bookmark_value><bookmark_value>ბრძანებათა გამეორება</bookmark_value>"
-
-#: 02030000.xhp#hd_id3150279.1.help.text
-msgid "<link href=\"text/shared/01/02030000.xhp\" name=\"Repeat\">Repeat</link>"
-msgstr "<link href=\"text/shared/01/02030000.xhp\" name=\"Repeat\">გამეორება</link>"
-
-#: 02030000.xhp#par_id3155934.2.help.text
-msgid "<ahelp hid=\".uno:Repeat\">Repeats the last command. This command is available in Writer and Calc.</ahelp>"
+#. nJ^J
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"hd_id3156537\n"
+"45\n"
+"help.text"
+msgid "Horizontal Distance"
msgstr ""
-#: 06040000.xhp#tit.help.text
-#, fuzzy
-msgctxt "06040000.xhp#tit.help.text"
-msgid "AutoCorrect"
+#. @1rS
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3151049\n"
+"46\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXDLG_FONTWORK:MTR_FLD_SHADOW_X\">Enter the horizontal distance between the text characters and the edge of the shadow.</ahelp>"
msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ავტო-ფორმატირება\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ავტოფორმატი"
-
-#: 06040000.xhp#bm_id3153391.help.text
-#, fuzzy
-msgid "<bookmark_value>AutoCorrect function;switching on and off</bookmark_value><bookmark_value>AutoComplete, see also AutoCorrect/AutoInput</bookmark_value>"
-msgstr "<bookmark_value>CORREL ფუნქცია</bookmark_value><bookmark_value>კორელაციის ფუნქცია</bookmark_value>"
-#: 06040000.xhp#hd_id3153391.help.text
+#. :ipI
+#: 05280000.xhp
#, fuzzy
-msgctxt "06040000.xhp#hd_id3153391.help.text"
-msgid "AutoCorrect"
-msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ავტო-ფორმატირება\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ავტოფორმატი"
-
-#: 06040000.xhp#par_id3150838.help.text
-msgid "<variable id=\"autoko\"><ahelp hid=\".uno:AutoCorrectDlg\">Sets the options for automatically replacing text as you type.</ahelp></variable>"
-msgstr ""
-
-#: 06040000.xhp#par_id3147261.help.text
-msgid "The AutoCorrect settings are applied when you press the Spacebar after you enter a word."
-msgstr ""
+msgctxt ""
+"05280000.xhp\n"
+"par_id3159103\n"
+"help.text"
+msgid "<image id=\"img_id3149242\" src=\"svx/res/fw016.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3149242\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149784\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149784\">ხატულა</alt></image>"
-#: 06040000.xhp#par_id3153394.help.text
-msgid "To turn on or to turn off the AutoCorrect feature, in $[officename] Calc choose <emph>Tools - Cell Contents - AutoInput</emph>, and in $[officename] Writer choose <emph>Format - AutoCorrect - While Typing</emph>. To apply the AutoCorrect settings to an entire text document, choose <emph>Format - AutoCorrect - Apply</emph>."
+#. }%U4
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3147093\n"
+"72\n"
+"help.text"
+msgid "X Distance"
msgstr ""
-#: 06040000.xhp#par_id3146137.help.text
-msgid "<link href=\"text/swriter/01/05150200.xhp\" name=\"AutoFormat\">AutoCorrect</link>"
+#. 4GEW
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"hd_id3149450\n"
+"47\n"
+"help.text"
+msgid "Vertical Distance"
msgstr ""
-#: 05110100.xhp#tit.help.text
-msgid "Bold"
-msgstr "მუქი"
-
-#: 05110100.xhp#bm_id3150278.help.text
-msgid "<bookmark_value>text; bold</bookmark_value><bookmark_value>bold; text</bookmark_value><bookmark_value>characters; bold</bookmark_value>"
+#. jMNY
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3153704\n"
+"48\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXDLG_FONTWORK:MTR_FLD_SHADOW_Y\">Enter the vertical distance between the text characters and the edge of the shadow.</ahelp>"
msgstr ""
-#: 05110100.xhp#hd_id3150278.1.help.text
+#. GiRL
+#: 05280000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05110100.xhp\" name=\"Bold\">Bold</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
+msgctxt ""
+"05280000.xhp\n"
+"par_id3154275\n"
+"help.text"
+msgid "<image id=\"img_id3154118\" src=\"svx/res/fw017.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3154118\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150868\" src=\"res/sx03139.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150868\">ხატულა</alt></image>"
-#: 05110100.xhp#par_id3153089.2.help.text
-msgid "<ahelp hid=\".uno:Bold\">Makes the selected text bold. If the cursor is in a word, the entire word is made bold. If the selection or word is already bold, the formatting is removed.</ahelp>"
+#. j1EB
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3150783\n"
+"73\n"
+"help.text"
+msgid "Y Distance"
msgstr ""
-#: 05110100.xhp#par_id3153255.3.help.text
-msgctxt "05110100.xhp#par_id3153255.3.help.text"
-msgid "If the cursor is not inside a word, and no text is selected, then the font style is applied to the text that you type."
+#. Lj`G
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"hd_id3149209\n"
+"49\n"
+"help.text"
+msgid "Shadow Color"
msgstr ""
-#: 05020400.xhp#tit.help.text
-msgctxt "05020400.xhp#tit.help.text"
-msgid "Hyperlink"
+#. OAve
+#: 05280000.xhp
+msgctxt ""
+"05280000.xhp\n"
+"par_id3148681\n"
+"50\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXDLG_FONTWORK:CLB_SHADOW_COLOR\">Select a color for the text shadow.</ahelp>"
msgstr ""
-#: 05020400.xhp#bm_id3152895.help.text
-msgid "<bookmark_value>formatting; hyperlinks</bookmark_value><bookmark_value>characters; hyperlinks</bookmark_value><bookmark_value>hyperlinks; character formats</bookmark_value><bookmark_value>text;hyperlinks</bookmark_value><bookmark_value>links; character formats</bookmark_value>"
+#. I|m_
+#: 02200200.xhp
+msgctxt ""
+"02200200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Open"
msgstr ""
-#: 05020400.xhp#hd_id3152895.1.help.text
+#. )p{y
+#: 02200200.xhp
+msgctxt ""
+"02200200.xhp\n"
+"bm_id3085157\n"
+"help.text"
+msgid "<bookmark_value>objects; opening</bookmark_value><bookmark_value>opening; objects</bookmark_value>"
+msgstr "<bookmark_value>მოქმედების დაბრუნება;რედაქტირება</bookmark_value><bookmark_value>რედაქტირება;მოქმედების დაბრუნება</bookmark_value>"
+
+#. N|E-
+#: 02200200.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05020400.xhp\" name=\"Hyperlink\">Hyperlink</link>"
+msgctxt ""
+"02200200.xhp\n"
+"hd_id3085157\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02200200.xhp\" name=\"Open\">Open</link>"
msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>"
-#: 05020400.xhp#par_id3149388.2.help.text
-msgid "<variable id=\"hyperlinktext\"><ahelp hid=\".uno:InsertHyperlinkDlg\">Assigns a new hyperlink or edits the selected hyperlink.</ahelp></variable> A hyperlink is a link to a file on the Internet or on your local system."
-msgstr ""
-
-#: 05020400.xhp#par_id3145211.38.help.text
-msgid "You can also assign or edit a named HTML anchor, or <link href=\"text/swriter/01/04040000.xhp\" name=\"Bookmark\">Bookmark</link>, that refers to a specific place in a document."
+#. -K*`
+#: 02200200.xhp
+msgctxt ""
+"02200200.xhp\n"
+"par_id3151097\n"
+"2\n"
+"help.text"
+msgid "Opens the selected OLE object with the program that the object was created in."
msgstr ""
-#: 05020400.xhp#hd_id3147243.12.help.text
-msgctxt "05020400.xhp#hd_id3147243.12.help.text"
-msgid "Hyperlink"
+#. _UgJ
+#: 02200200.xhp
+msgctxt ""
+"02200200.xhp\n"
+"par_id3154230\n"
+"3\n"
+"help.text"
+msgid "This menu command is inserted into <emph>Edit – Objects</emph> submenu by the application that created the linked object. Depending on the application, the “Open” command for the OLE object might have a different name."
msgstr ""
-#: 05020400.xhp#par_id3156113.13.help.text
-msgid "Specify the properties for the hyperlink."
+#. =(/6
+#: 02200200.xhp
+msgctxt ""
+"02200200.xhp\n"
+"par_id3149760\n"
+"4\n"
+"help.text"
+msgid "After you have completed your changes, close the source file for the OLE object. The OLE object is then updated in the container document."
msgstr ""
-#: 05020400.xhp#hd_id3166410.14.help.text
-msgid "URL"
-msgstr "URL"
-
-#: 05020400.xhp#par_id3153332.15.help.text
-msgid "<variable id=\"texturl\"><ahelp hid=\"SW:EDIT:TP_CHAR_URL:ED_URL\">Enter a <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link> for the file that you want to open when you click the hyperlink.</ahelp> If you do not specify a target frame, the file opens in the current document or frame.</variable>"
+#. RbA4
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Spelling and Grammar"
msgstr ""
-#: 05020400.xhp#hd_id3153716.16.help.text
-msgctxt "05020400.xhp#hd_id3153716.16.help.text"
-msgid "Browse"
+#. jsk:
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"bm_id3149047\n"
+"help.text"
+msgid "<bookmark_value>dictionaries; spellcheck</bookmark_value> <bookmark_value>spellcheck; dialog</bookmark_value> <bookmark_value>languages; spellcheck</bookmark_value>"
msgstr ""
-#: 05020400.xhp#par_id3157910.17.help.text
+#. |!\:
+#: 06010000.xhp
#, fuzzy
-msgid "<ahelp hid=\"SW:PUSHBUTTON:TP_CHAR_URL:PB_URL\">Locate the file that you want to link to, and then click <emph>Open</emph>.</ahelp>"
-msgstr "<ahelp hid=\"SFX2:EDIT:TP_DOCINFORELOAD:ED_URL\">განსაზღვრეთ გასახსნელი ფაილის მდებარეობა, და დააწკაპუნეთ<emph>გახსნა</emph>.</ahelp>"
-
-#: 05020400.xhp#hd_id3156152.18.help.text
-msgid "Reference"
-msgstr ""
-
-#: 05020400.xhp#par_id3155450.19.help.text
-msgid "<ahelp hid=\"SW:EDIT:TP_CHAR_URL:ED_TEXT\">Enter the text that you want to display for the hyperlink.</ahelp>"
-msgstr ""
-
-#: 05020400.xhp#hd_id3158430.28.help.text
-msgctxt "05020400.xhp#hd_id3158430.28.help.text"
-msgid "Events"
-msgstr ""
+msgctxt ""
+"06010000.xhp\n"
+"hd_id3153882\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06010000.xhp\" name=\"Spellcheck\">Spelling and Grammar</link>"
+msgstr "<link href=\"text/shared/01/02090000.xhp\" name=\"Select All\">მონიშნე ყველა</link>"
-#: 05020400.xhp#par_id3153257.29.help.text
-msgid "<ahelp hid=\"SW:PUSHBUTTON:TP_CHAR_URL:PB_EVENT\">Specify an event that triggers when you click the hyperlink.</ahelp>"
+#. MHr9
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"par_id3154682\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"recht\"><ahelp hid=\".uno:Spelling\">Checks the document or the current selection for spelling errors. If a grammar checking extension is installed, the dialog also checks for grammar errors.</ahelp></variable>"
msgstr ""
-#: 05020400.xhp#hd_id3153348.30.help.text
-msgctxt "05020400.xhp#hd_id3153348.30.help.text"
-msgid "Name"
-msgstr "სახელები"
-
-#: 05020400.xhp#par_id3156023.31.help.text
-msgid "<ahelp hid=\"SW:EDIT:TP_CHAR_URL:ED_NAME\">Enter a name for the hyperlink.</ahelp> $[officename] inserts a NAME tag in the hyperlink:"
+#. `M*i
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"par_idN1064B\n"
+"help.text"
+msgid "The spellcheck starts at the current cursor position and advances to the end of the document or selection. You can then choose to continue the spellcheck from the beginning of the document."
msgstr ""
-#: 05020400.xhp#par_id3148943.34.help.text
-msgid "<A HREF=\"http://www.example.com/\" NAME=\"Nametext\" TARGET=\"_blank\">Note</A>"
+#. -QIs
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"par_id3166445\n"
+"3\n"
+"help.text"
+msgid "Spellcheck looks for misspelled words and gives you the option of adding an unknown word to a user dictionary. When the first misspelled word is found, the <emph>Spellcheck</emph> dialog opens."
msgstr ""
-#: 05020400.xhp#hd_id3155923.20.help.text
-msgid "Frame"
-msgstr "ჩარჩო"
-
-#: 05020400.xhp#par_id3147559.21.help.text
-msgid "<variable id=\"textframe\"><ahelp hid=\"SW:COMBOBOX:TP_CHAR_URL:LB_TARGET\">Enter the name of the frame that you want the linked file to open in, or select a predefined frame from the list.</ahelp> If you leave this box blank, the linked file opens in the current browser window.</variable>"
+#. ?XWC
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"par_id1022200801300654\n"
+"help.text"
+msgid "If a grammar checking extension is installed, this dialog is called <emph>Spelling and Grammar</emph>. Spelling errors are underlined in red, grammar errors in blue. First the dialog presents all spelling errors, then all grammar errors."
msgstr ""
-#: 05020400.xhp#hd_id3149656.22.help.text
-msgid "Character Styles"
+#. 2-_I
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"par_id1022200801354366\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enable <emph>Check grammar</emph> to work first on all spellcheck errors, then on all grammar errors.</ahelp>"
msgstr ""
-#: 05020400.xhp#par_id3148664.23.help.text
-msgid "Specify the formatting options for the hyperlink."
+#. Y*bx
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"hd_id3149511\n"
+"6\n"
+"help.text"
+msgid "Not in dictionary"
msgstr ""
-#: 05020400.xhp#hd_id3151056.24.help.text
-msgid "Visited links"
+#. nL/2
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"par_id3149798\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\".\">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.</ahelp>"
msgstr ""
-#: 05020400.xhp#par_id3150359.25.help.text
-msgid "<ahelp hid=\"SW:LISTBOX:TP_CHAR_URL:LB_VISITED\">Select a formatting style to use for visited links from the list. To add or modify a style in this list, close this dialog, and click the <emph>Styles and Formatting</emph> icon on the <emph>Formatting</emph> toolbar.</ahelp>"
+#. ]ex^
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"hd_id3149885\n"
+"10\n"
+"help.text"
+msgid "Suggestions"
msgstr ""
-#: 05020400.xhp#hd_id3154365.26.help.text
-msgid "Unvisited links"
+#. }s,4
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"par_id3155628\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXDLG_SPELLCHECK_LB_NEWWORD\">Lists suggested words to replace the misspelled word. Select the word that you want to use, and then click <emph>Change</emph> or <emph>Change All</emph>.</ahelp>"
msgstr ""
-#: 05020400.xhp#par_id3154216.27.help.text
-msgid "<ahelp hid=\"SW:LISTBOX:TP_CHAR_URL:LB_NOT_VISITED\">Select a formatting style to use for unvisited links from the list. To add or modify a style in this list, close this dialog, and click the <emph>Styles and Formatting</emph> icon on the <emph>Formatting</emph> toolbar.</ahelp>"
+#. CA!`
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"hd_id3145087\n"
+"12\n"
+"help.text"
+msgid "Text Language"
msgstr ""
-#: 05020400.xhp#par_id3143231.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link>"
-msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>"
-
-#: 05020400.xhp#par_id3152933.help.text
-#, fuzzy
-msgid "<link href=\"text/swriter/01/05060700.xhp\" name=\"Assign macro\">Assign macro</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-
-#: 05020400.xhp#par_id3154630.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/01100500.xhp\" name=\"Target frame\">Target frame</link>"
-msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-
-#: xformsdataadd.xhp#tit.help.text
-msgctxt "xformsdataadd.xhp#tit.help.text"
-msgid "Add / Edit"
+#. $k{t
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"par_id3144422\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXDLG_SPELLCHECK_LB_LANGUAGE\">Specifies the language to use to check the spelling.</ahelp>"
msgstr ""
-#: xformsdataadd.xhp#bm_id7194738.help.text
-msgid "<bookmark_value>read-only items in Data Navigator</bookmark_value><bookmark_value>Data Navigator;adding/editing items</bookmark_value>"
-msgstr ""
+#. C1aR
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"hd_id3154071\n"
+"52\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">AutoCorrect</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ფორმატის გარეშე </caseinline></switchinline>"
-#: xformsdataadd.xhp#par_idN10547.help.text
-msgctxt "xformsdataadd.xhp#par_idN10547.help.text"
-msgid "Add / Edit"
+#. Ure-
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"par_id3153798\n"
+"53\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_SPELLCHECK_BTN_AUTOCORR\">Adds the current combination of the incorrect word and the replacement word to the AutoCorrect replacements table.</ahelp></caseinline></switchinline>"
msgstr ""
-#: xformsdataadd.xhp#par_idN1054B.help.text
-msgid "<ahelp hid=\".\">Adds a new item or edits the selected item in the XForms Data Navigator.</ahelp> Items can be elements, attributes, submissions, or bindings."
+#. +DMS
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"hd_id3151382\n"
+"56\n"
+"help.text"
+msgid "Options"
msgstr ""
-#: xformsdataadd.xhp#par_idN10560.help.text
-msgid "<ahelp hid=\".\">%PRODUCTNAME inserts a new item directly after the currently selected item in the Data Navigator. A new attribute is added to the currently selected element.</ahelp>"
+#. /z!4
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"par_id3154123\n"
+"57\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_SPELLCHECK_BTN_OPTIONS\">Opens a dialog, where you can select the user-defined dictionaries, and set the rules for the spellchecking.</ahelp>"
msgstr ""
-#: xformsdataadd.xhp#par_idN10563.help.text
-msgctxt "xformsdataadd.xhp#par_idN10563.help.text"
-msgid "Name"
-msgstr "სახელები"
-
-#: xformsdataadd.xhp#par_idN10567.help.text
-msgid "<ahelp hid=\".\">Enter the name of the item.</ahelp>"
+#. 4O|w
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"hd_id3153353\n"
+"24\n"
+"help.text"
+msgid "Add"
msgstr ""
-#: xformsdataadd.xhp#par_idN1056A.help.text
-msgid "The attribute names must be unique within the same group."
+#. @Ed}
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"par_id3144432\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_SPELLCHECK_BTN_ADD\">Adds the unknown word to a user-defined dictionary.</ahelp>"
msgstr ""
-#: xformsdataadd.xhp#par_idN1056D.help.text
-msgctxt "xformsdataadd.xhp#par_idN1056D.help.text"
-msgid "Type"
-msgstr "ტიპი:"
-
-#: xformsdataadd.xhp#par_idN10571.help.text
-msgid "<ahelp hid=\".\">Select the type of a new item. You cannot change the type of an edited item.</ahelp>"
+#. ghhV
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"hd_id3155994\n"
+"22\n"
+"help.text"
+msgid "Ignore Once"
msgstr ""
-#: xformsdataadd.xhp#par_idN10574.help.text
-msgctxt "xformsdataadd.xhp#par_idN10574.help.text"
-msgid "Default value"
+#. bi_@
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"par_id3148920\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_SPELLCHECK:BTN_IGNORE\">Skips the unknown word and continues with the spellcheck.</ahelp>"
msgstr ""
-#: xformsdataadd.xhp#par_idN10578.help.text
-msgid "<ahelp hid=\".\">Enter a default value for the selected item.</ahelp>"
+#. U%[!
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"par_idN107CB\n"
+"help.text"
+msgid "This label of this button changes to <emph>Resume</emph> if you leave the Spellcheck dialog open when you return to your document. To continue the spellcheck from the current position of the cursor, click <emph>Resume</emph>."
msgstr ""
-#: xformsdataadd.xhp#par_idN1057B.help.text
-msgctxt "xformsdataadd.xhp#par_idN1057B.help.text"
-msgid "Settings"
+#. %,pp
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"par_id1024200804091149\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">While performing a grammar check, click Ignore Rule to ignore the rule that is currently flagged as a grammar error.</ahelp>"
msgstr ""
-#: xformsdataadd.xhp#par_idN1057F.help.text
-msgid "<ahelp hid=\".\">Specifies the properties of the selected item.</ahelp>"
+#. nn!9
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"hd_id3150740\n"
+"20\n"
+"help.text"
+msgid "Ignore All"
msgstr ""
-#: xformsdataadd.xhp#par_idN10582.help.text
-msgctxt "xformsdataadd.xhp#par_idN10582.help.text"
-msgid "Data type"
+#. ^VVd
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"par_id3145318\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_SPELLCHECK:BTN_IGNOREALL\">Skips all occurrences of the unknown word in the entire document and continues with the spellcheck.</ahelp>"
msgstr ""
-#: xformsdataadd.xhp#par_idN10586.help.text
-msgid "<ahelp hid=\".\">Select the data type for the selected item.</ahelp>"
+#. -[Jc
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"hd_id3153056\n"
+"18\n"
+"help.text"
+msgid "Change"
msgstr ""
-#: xformsdataadd.xhp#par_idN10589.help.text
-msgctxt "xformsdataadd.xhp#par_idN10589.help.text"
-msgid "Required"
+#. J=6a
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"par_id3148559\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_SPELLCHECK:BTN_CHANGE\">Replaces the unknown word with the current suggestion. If you changed more than just the misspelled word, the entire sentence is replaced.</ahelp>"
msgstr ""
-#: xformsdataadd.xhp#par_idN1058D.help.text
-msgctxt "xformsdataadd.xhp#par_idN1058D.help.text"
-msgid "<ahelp hid=\".\">Specifies if the item must be included on the XForm.</ahelp>"
+#. CXC(
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"hd_id3145787\n"
+"16\n"
+"help.text"
+msgid "Change All"
msgstr ""
-#: xformsdataadd.xhp#par_idN10590.help.text
-msgctxt "xformsdataadd.xhp#par_idN10590.help.text"
-msgid "The <emph>Condition</emph> button opens the <link href=\"text/shared/01/xformsdataaddcon.xhp\">Add Condition</link> dialog where you can enter used namespaces and full XPath expressions."
+#. 3:R;
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"par_id3144446\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_SPELLCHECK:BTN_CHANGEALL\">Replaces all occurrences of the unknown word with the current suggestion.</ahelp>"
msgstr ""
-#: xformsdataadd.xhp#par_idN105AA.help.text
-msgctxt "xformsdataadd.xhp#par_idN105AA.help.text"
-msgid "Relevant"
+#. RN8M
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"par_idN10850\n"
+"help.text"
+msgid "Undo"
msgstr ""
-#: xformsdataadd.xhp#par_idN105AE.help.text
-msgctxt "xformsdataadd.xhp#par_idN105AE.help.text"
-msgid "<ahelp hid=\".\">Declares the item as relevant.</ahelp>"
+#. #NVR
+#: 06010000.xhp
+msgctxt ""
+"06010000.xhp\n"
+"par_idN10854\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click to undo the last change in the current sentence. Click again to undo the previous change in the same sentence.</ahelp>"
msgstr ""
-#: xformsdataadd.xhp#par_idN105B1.help.text
-msgctxt "xformsdataadd.xhp#par_idN105B1.help.text"
-msgid "The <emph>Condition</emph> button opens the <link href=\"text/shared/01/xformsdataaddcon.xhp\">Add Condition</link> dialog where you can enter used namespaces and full XPath expressions."
-msgstr ""
+#. eac.
+#: 06010000.xhp
+#, fuzzy
+msgctxt ""
+"06010000.xhp\n"
+"par_id3147426\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06020000.xhp\" name=\"Thesaurus\">Thesaurus</link>"
+msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
-#: xformsdataadd.xhp#par_idN105CB.help.text
-msgctxt "xformsdataadd.xhp#par_idN105CB.help.text"
-msgid "Constraint"
+#. pLVJ
+#: 02030000.xhp
+msgctxt ""
+"02030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Repeat"
msgstr ""
-#: xformsdataadd.xhp#par_idN105CF.help.text
-msgctxt "xformsdataadd.xhp#par_idN105CF.help.text"
-msgid "<ahelp hid=\".\">Declares the item as a constraint.</ahelp>"
-msgstr ""
+#. [;yR
+#: 02030000.xhp
+msgctxt ""
+"02030000.xhp\n"
+"bm_id3150279\n"
+"help.text"
+msgid "<bookmark_value>repeating; commands</bookmark_value><bookmark_value>commands; repeating</bookmark_value>"
+msgstr "<bookmark_value>ბრძანებათა გამეორება</bookmark_value><bookmark_value>ბრძანებათა გამეორება</bookmark_value>"
-#: xformsdataadd.xhp#par_idN106C7.help.text
-msgid "The <emph>Condition</emph> button opens the <link href=\"text/shared/01/xformsdataaddcon.xhp\">Add Condition</link> dialog where you can specify the constraint condition."
-msgstr ""
+#. l;9(
+#: 02030000.xhp
+msgctxt ""
+"02030000.xhp\n"
+"hd_id3150279\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02030000.xhp\" name=\"Repeat\">Repeat</link>"
+msgstr "<link href=\"text/shared/01/02030000.xhp\" name=\"Repeat\">გამეორება</link>"
-#: xformsdataadd.xhp#par_idN105E4.help.text
-msgctxt "xformsdataadd.xhp#par_idN105E4.help.text"
-msgid "Read-only"
+#. =ArH
+#: 02030000.xhp
+msgctxt ""
+"02030000.xhp\n"
+"par_id3155934\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Repeat\">Repeats the last command. This command is available in Writer and Calc.</ahelp>"
msgstr ""
-#: xformsdataadd.xhp#par_idN105E8.help.text
-msgctxt "xformsdataadd.xhp#par_idN105E8.help.text"
-msgid "<ahelp hid=\".\">Declares the item as read-only.</ahelp>"
+#. Rt@I
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"tit\n"
+"help.text"
+msgid "Extension Manager"
msgstr ""
-#: xformsdataadd.xhp#par_idN105EB.help.text
-msgctxt "xformsdataadd.xhp#par_idN105EB.help.text"
-msgid "The <emph>Condition</emph> button opens the <link href=\"text/shared/01/xformsdataaddcon.xhp\">Add Condition</link> dialog where you can enter used namespaces and full XPath expressions."
+#. 2B$,
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"bm_id2883388\n"
+"help.text"
+msgid "<bookmark_value>UNO components;Extension Manager</bookmark_value><bookmark_value>extensions;Extension Manager</bookmark_value><bookmark_value>packages, see extensions</bookmark_value>"
msgstr ""
-#: xformsdataadd.xhp#par_idN10605.help.text
-msgid "Calculate / Calculation"
+#. PMz;
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_idN10543\n"
+"help.text"
+msgid "<link href=\"text/shared/01/packagemanager.xhp\">Extension Manager</link>"
msgstr ""
-#: xformsdataadd.xhp#par_idN10609.help.text
-msgctxt "xformsdataadd.xhp#par_idN10609.help.text"
-msgid "<ahelp hid=\".\">Declares that the item is calculated.</ahelp>"
+#. 6Q+u
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_idN10553\n"
+"help.text"
+msgid "<ahelp hid=\"42772\">The Extension Manager adds, removes, disables, enables, and updates %PRODUCTNAME extensions.</ahelp>"
msgstr ""
-#: xformsdataadd.xhp#par_idN1076B.help.text
-msgid "The <emph>Condition</emph> button opens the <link href=\"text/shared/01/xformsdataaddcon.xhp\">Add Condition</link> dialog where you can enter the calculation."
+#. Se9%
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_idN10615\n"
+"help.text"
+msgid "The following are examples of %PRODUCTNAME extensions:"
msgstr ""
-#: 05120100.xhp#tit.help.text
-msgid "Single Line"
-msgstr "ერთეული იარლიყი"
-
-#: 05120100.xhp#hd_id3154545.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05120100.xhp\" name=\"Single Line\">Single Line</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-
-#: 05120100.xhp#par_id3154794.2.help.text
-msgid "<ahelp hid=\".uno:SpacePara1\" visibility=\"visible\">Applies single line spacing to the current paragraph. This is the default setting.</ahelp>"
+#. e]L9
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_idN1061B\n"
+"help.text"
+msgid "UNO components (compiled software modules)"
msgstr ""
-#: 06130500.xhp#tit.help.text
-msgctxt "06130500.xhp#tit.help.text"
-msgid "Append libraries"
+#. 13BU
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_idN1061F\n"
+"help.text"
+msgid "Configuration data (for menu commands)"
msgstr ""
-#: 06130500.xhp#hd_id3158442.1.help.text
-msgctxt "06130500.xhp#hd_id3158442.1.help.text"
-msgid "Append libraries"
+#. YYiw
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_idN10623\n"
+"help.text"
+msgid "%PRODUCTNAME Basic libraries"
msgstr ""
-#: 06130500.xhp#par_id3155271.2.help.text
-msgid "<ahelp hid=\"\">Locate the <item type=\"productname\">%PRODUCTNAME</item> Basic library that you want to add to the current list, and then click Open.</ahelp>"
+#. w/:D
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_idN106E8\n"
+"help.text"
+msgid "%PRODUCTNAME dialog libraries"
msgstr ""
-#: 06130500.xhp#hd_id3152952.3.help.text
-msgid "File name:"
-msgstr "ფაილის სახელი"
-
-#: 06130500.xhp#par_id3152876.4.help.text
-msgid "<ahelp hid=\"HID_BASICIDE_LIBSDLG_TREE\">Enter a name or the path to the library that you want to append. You can also select a library from the list.</ahelp>"
+#. $3AH
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_idN106F5\n"
+"help.text"
+msgid "Extension files (*.oxt files containing one or more extensions of the above listed types)"
msgstr ""
-#: 06130500.xhp#hd_id3147294.5.help.text
-msgctxt "06130500.xhp#hd_id3147294.5.help.text"
-msgid "Options"
+#. w9Y6
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"hd_id8570513\n"
+"help.text"
+msgid "Extension Scope"
msgstr ""
-#: 06130500.xhp#hd_id3143272.7.help.text
-msgid "Insert as reference (read-only)"
-msgstr "ჩასვით როგორც მითითება (მხოლოდ წაკითხვადი)"
-
-#: 06130500.xhp#par_id3154350.8.help.text
-msgid "<ahelp hid=\"BASCTL_CHECKBOX_RID_DLG_LIBS_RID_CB_REF\">Adds the selected library as a read-only file. The library is reloaded each time you start <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
-msgstr "<ahelp hid=\"BASCTL_CHECKBOX_RID_DLG_LIBS_RID_CB_REF\">ამატებს არჩეულ ბიბლიოთეკას როგორც მხოლოდ წაკითხვად ფაილს. ბიბლიოთეკა ხელახლა იტვირთება ყოველი ახალი გაშვების მერე <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
-
-#: 06130500.xhp#hd_id3154788.9.help.text
-msgid "Replace existing libraries"
-msgstr "ჩაანაცვლეთ არსებული ბიბლიოთეკები"
-
-#: 06130500.xhp#par_id3154894.10.help.text
-msgid "<ahelp hid=\"BASCTL_CHECKBOX_RID_DLG_LIBS_RID_CB_REPL\">Replaces a library that has the same name with the current library.</ahelp>"
-msgstr "<ahelp hid=\"BASCTL_CHECKBOX_RID_DLG_LIBS_RID_CB_REPL\">ცვლის ბიბლიოთეკას რომელსაც აქვს იგივე სახელი რაც მიმდინარე ბიბლიოთეკას.</ahelp>"
-
-#: 06150210.xhp#tit.help.text
-msgid "XML Filter output"
+#. ?*5*
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_idN1068A\n"
+"help.text"
+msgid "Users with administrator or root privileges will see a dialog where they can choose to install extensions \"for all users\" or \"only for me\". Normal users without those privileges can install, remove, or modify extensions only for their own use."
msgstr ""
-#: 06150210.xhp#hd_id3158397.6.help.text
-msgid "<variable id=\"xmlfilteroutput\"><link href=\"text/shared/01/06150210.xhp\" name=\"XML Filter output\">XML Filter output</link></variable>"
+#. .nB~
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_idN10626\n"
+"help.text"
+msgid "A user with root or administrator privileges can install an extension as a shared extension that is available to all users. After selecting an extension, a dialog opens and asks whether to install for the current user or all users."
msgstr ""
-#: 06150210.xhp#par_id3153882.1.help.text
-msgid "<ahelp visibility=\"visible\" hid=\"HID_XML_FILTER_OUTPUT_WINDOW\">Lists the test results of an <link href=\"text/shared/01/06150000.xhp\" name=\"XML filter\">XML filter</link>.</ahelp>"
+#. hHJL
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_idN1069C\n"
+"help.text"
+msgid "A user without root privileges can only install an extension for own usage. This is called a user extension."
msgstr ""
-#: 06150210.xhp#par_id3148731.2.help.text
-msgid "The test results of an import or export XSLT stylesheet are displayed in the <emph>XML Filter output </emph>window. If you want, you can also validate the filter output."
+#. R9cP
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"hd_id3895382\n"
+"help.text"
+msgid "To install an extension"
msgstr ""
-#: 06150210.xhp#hd_id3147143.3.help.text
-msgid "Validate"
+#. x3h]
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_id9143955\n"
+"help.text"
+msgid "An extension is available as a file with the file extension .oxt."
msgstr ""
-#: 06150210.xhp#par_id3151315.4.help.text
-msgid "<ahelp visibility=\"visible\" hid=\"HID_XML_SOURCE_FILE_VALIDATE\">Validates the contents of the <emph>XML Filter output</emph> window.</ahelp>"
+#. qMQ.
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_id7857905\n"
+"help.text"
+msgid "You can find a collection of extensions on the Web. Click the \"Get more extensions here\" link in the Extension Manager to open your Web browser and see the <link href=\"http://extensions.libreoffice.org/\">http://extensions.libreoffice.org/</link> page."
msgstr ""
-#: 06150210.xhp#par_id3149999.5.help.text
-msgid "The window splits into two areas and the results of the validation are displayed in the lower area."
+#. Af5Z
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"hd_id5016937\n"
+"help.text"
+msgid "To install a user extension"
msgstr ""
-#: 06130010.xhp#tit.help.text
-msgid "Record Macro"
+#. %]Jl
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_id1856440\n"
+"help.text"
+msgid "Do any of the following:"
msgstr ""
-#: 06130010.xhp#hd_id3153383.5.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/06130010.xhp\" name=\"Record Macro\">Record Macro</link>"
-msgstr "<link href=\"text/shared/01/02020000.xhp\" name=\"Redo\">გამეორება</link>"
-
-#: 06130010.xhp#par_id3152952.1.help.text
-msgid "<ahelp hid=\".uno:MacroRecorder\">Records a new macro.</ahelp>"
+#. 2?-[
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_id7654347\n"
+"help.text"
+msgid "Double-click the <item type=\"literal\">.oxt</item> file in your system's file browser."
msgstr ""
-#: 06130010.xhp#hd_id3154788.2.help.text
-msgid "Stop Recording"
+#. VQ90
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_id5269020\n"
+"help.text"
+msgid "On a web page, click a hyperlink to an <item type=\"literal\">*.oxt</item> file (if your web browser can be configured to start the Extension Manager for this file type)."
msgstr ""
-#: 06130010.xhp#par_id3146067.4.help.text
-msgid "<ahelp hid=\".uno:StopRecording\">Stops recording a macro.</ahelp>"
+#. /U#\
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_id8714255\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Tools - Extension Manager</item> and click <item type=\"menuitem\">Add</item>."
msgstr ""
-#: 05020000.xhp#tit.help.text
-msgctxt "05020000.xhp#tit.help.text"
-msgid "Character"
-msgstr "ნებისმიერი სიმბოლო"
-
-#: 05020000.xhp#hd_id3150347.1.help.text
-msgctxt "05020000.xhp#hd_id3150347.1.help.text"
-msgid "Character"
-msgstr "ნებისმიერი სიმბოლო"
-
-#: 05020000.xhp#par_id3153272.2.help.text
-msgid "<variable id=\"zeichentext\"><ahelp hid=\".uno:FontDialog\">Changes the font and the font formatting for the selected characters.</ahelp></variable>"
+#. rd\e
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"hd_id3734550\n"
+"help.text"
+msgid "To install a shared extension in text mode (for system administrators)"
msgstr ""
-#: 05020000.xhp#hd_id3149988.4.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>"
-
-#: 05020000.xhp#hd_id3147588.3.help.text
-#, fuzzy
-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/02100300.xhp\" name=\"Format\">ფორმატი</link></caseinline></switchinline>"
-
-#: 05340404.xhp#tit.help.text
-msgid "Delete Rows"
+#. VMIM
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_id4139225\n"
+"help.text"
+msgid "As an administrator, open a terminal or command shell."
msgstr ""
-#: 05340404.xhp#hd_id3147617.1.help.text
+#. [T6l
+#: packagemanager.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05340404.xhp\" name=\"Delete Rows\">Delete Rows</link>"
-msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
-
-#: 05340404.xhp#par_id3147000.2.help.text
-msgid "<ahelp hid=\".\">Deletes the selected row(s).</ahelp>"
-msgstr ""
-
-#: 05340404.xhp#par_id3145129.3.help.text
-msgid "This command can be activated only when you select the <link href=\"text/shared/02/07070000.xhp\" name=\"Edit\">Edit</link> icon on the Table Data bar or Standard bar."
-msgstr ""
-
-#: xformsdataname.xhp#tit.help.text
-msgctxt "xformsdataname.xhp#tit.help.text"
-msgid "Form Namespaces"
-msgstr ""
-
-#: xformsdataname.xhp#bm_id8286080.help.text
-msgid "<bookmark_value>deleting;namespaces in XForms</bookmark_value><bookmark_value>organizing;namespaces in XForms</bookmark_value><bookmark_value>namespace organization in XForms</bookmark_value><bookmark_value>XForms;adding/editing/deleting/organizing namespaces</bookmark_value>"
-msgstr ""
-
-#: xformsdataname.xhp#par_idN1053E.help.text
-msgctxt "xformsdataname.xhp#par_idN1053E.help.text"
-msgid "Form Namespaces"
-msgstr ""
+msgctxt ""
+"packagemanager.xhp\n"
+"par_id671712\n"
+"help.text"
+msgid "Change to the <switchinline select=\"sys\"><caseinline select=\"WIN\">\\ </caseinline><defaultinline>/</defaultinline></switchinline>program folder in your installation."
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline>F1</defaultinline></switchinline>"
-#: xformsdataname.xhp#par_idN10542.help.text
-msgid "<ahelp hid=\".\">Use this dialog to organize namespaces. You can access this dialog through the Add Condition dialog of the Data Navigator.</ahelp>"
+#. .N_`
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_id4163945\n"
+"help.text"
+msgid "Enter the following command, using the path and file name of your extension:"
msgstr ""
-#: xformsdataname.xhp#par_idN10561.help.text
-msgid "Namespaces"
+#. /}`?
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_id9581591\n"
+"help.text"
+msgid "<item type=\"literal\">unopkg add --shared path_filename.oxt</item>"
msgstr ""
-#: xformsdataname.xhp#par_idN10565.help.text
-msgid "<ahelp hid=\".\">Lists the currently defined namespaces for the form.</ahelp>"
+#. KKjb
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_idN106AD\n"
+"help.text"
+msgid "<ahelp hid=\"42769\">Select the extension that you want to remove, enable, or disable. For some extensions, you can also open an Options dialog.</ahelp>"
msgstr ""
-#: xformsdataname.xhp#par_idN10568.help.text
-msgctxt "xformsdataname.xhp#par_idN10568.help.text"
+#. \,$.
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_idN10639\n"
+"help.text"
msgid "Add"
msgstr ""
-#: xformsdataname.xhp#par_idN1056C.help.text
-msgid "<ahelp hid=\".\">Adds a new namespace to the list.</ahelp>"
-msgstr ""
-
-#: xformsdataname.xhp#par_idN1056F.help.text
-msgid "Use the <emph>Add Namespace</emph> dialog to enter the Prefix and URL."
-msgstr ""
-
-#: xformsdataname.xhp#par_idN10576.help.text
-msgctxt "xformsdataname.xhp#par_idN10576.help.text"
-msgid "Edit"
-msgstr "გასვლა"
-
-#: xformsdataname.xhp#par_idN1057A.help.text
-msgid "<ahelp hid=\".\">Edits the selected namespace.</ahelp>"
-msgstr ""
-
-#: xformsdataname.xhp#par_idN1057D.help.text
-msgid "Use the <emph>Edit Namespace</emph> dialog to edit the Prefix and URL."
+#. [[If
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_idN106BA\n"
+"help.text"
+msgid "<ahelp hid=\"2180256276\">Click Add to add an extension.</ahelp>"
msgstr ""
-#: xformsdataname.xhp#par_idN10584.help.text
-msgctxt "xformsdataname.xhp#par_idN10584.help.text"
-msgid "Delete"
+#. 1x=N
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_idN106BD\n"
+"help.text"
+msgid "A file dialog opens where you can select the extension that you want to add. To copy and to register the selected extension, click Open."
msgstr ""
-#: xformsdataname.xhp#par_idN10588.help.text
-msgid "<ahelp hid=\".\">Deletes the selected namespace.</ahelp>"
+#. %#|P
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_id4856410\n"
+"help.text"
+msgid "An extension can show a license dialog. <ahelp hid=\".\">Read the license. Click the Scroll Down button to scroll down if necessary. Click Accept to continue the installation of the extension.</ahelp>"
msgstr ""
-#: 05010000.xhp#tit.help.text
-#, fuzzy
-msgid "Clear Direct Formatting"
-msgstr "გვერდის ფორმატირება"
-
-#: 05010000.xhp#bm_id3157959.help.text
-msgid "<bookmark_value>formatting; undoing when writing</bookmark_value><bookmark_value>hyperlinks; deleting</bookmark_value><bookmark_value>deleting; hyperlinks</bookmark_value><bookmark_value>cells;resetting formats</bookmark_value>"
+#. p)BJ
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_idN10643\n"
+"help.text"
+msgid "Remove"
msgstr ""
-#: 05010000.xhp#hd_id3153391.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05010000.xhp\" name=\"Clear Direct Formatting\">Clear Direct Formatting</link>"
-msgstr "<link href=\"text/swriter/01/06120000.xhp\" name=\"Page Formatting\">გვერდის ფორმატირება</link>"
-
-#: 05010000.xhp#par_id3145829.2.help.text
-msgid "<ahelp hid=\".uno:StandardTextAttributes\">Removes direct formatting and formatting by character styles from the selection.</ahelp>"
+#. AE;!
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_idN106D1\n"
+"help.text"
+msgid "<ahelp hid=\"2180256277\">Select the extension that you want to remove, and then click Remove.</ahelp>"
msgstr ""
-#: 05010000.xhp#par_id3147261.5.help.text
-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>"
+#. 6cYT
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_id0523200810573866\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enable or disable the extension.</ahelp>"
msgstr ""
-#: 05010000.xhp#par_id3157959.3.help.text
-msgid "To stop applying a direct format, such as underlining, while you type new text at the end of a line, press Shift+Ctrl+X."
+#. ;_:o
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_idN1064D\n"
+"help.text"
+msgid "Enable"
msgstr ""
-#: 05100100.xhp#tit.help.text
-msgid "Merge"
+#. U1r;
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_idN106DE\n"
+"help.text"
+msgid "<ahelp hid=\"2180256278\">Select the extension that you want to enable, and then click Enable.</ahelp>"
msgstr ""
-#: 05100100.xhp#hd_id3154765.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05100100.xhp\" name=\"Merge\">Merge</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">არე</link>"
-
-#: 05100100.xhp#par_id3147406.2.help.text
-msgid "<variable id=\"verbindentext\"><ahelp hid=\".\">Combines the contents of the selected table cells into a single cell.</ahelp></variable>"
+#. 9@=I
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_idN10657\n"
+"help.text"
+msgid "Disable"
msgstr ""
-#: 05100100.xhp#par_id3154351.79.help.text
-msgid "Choose <emph>Table - Merge Cells</emph>"
+#. c-jM
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_idN106EB\n"
+"help.text"
+msgid "<ahelp hid=\"2180256279\">Select the extension that you want to disable, and then click Disable.</ahelp>"
msgstr ""
-#: 05100100.xhp#par_id3154370.80.help.text
-msgctxt "05100100.xhp#par_id3154370.80.help.text"
-msgid "On the <emph>Table</emph> Bar, click"
+#. 8`Dz
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"hd_id4453566\n"
+"help.text"
+msgid "Update"
msgstr ""
-#: 05100100.xhp#par_id3153996.help.text
-#, fuzzy
-msgid "<image id=\"img_id3154002\" src=\"cmd/sc_mergecells.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3154002\">icon</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-
-#: 05100100.xhp#par_id3150662.81.help.text
-msgid "Merge Cells"
-msgstr "უჯრების შეერთება"
-
-#: 05100100.xhp#par_id3153718.3.help.text
-msgid "Merging cells can lead to calculation errors in formulas in the table."
+#. BkKE
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_id4129459\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click to check for online updates of all installed extensions. To check for updates of the selected extension only, choose the Update command from the context menu. The check for availability of updates starts immediately.</ahelp> You will see the <link href=\"text/shared/01/extensionupdate.xhp\">Extension Update</link> dialog."
msgstr ""
-#: 01020101.xhp#tit.help.text
-msgctxt "01020101.xhp#tit.help.text"
-msgid "Select Path"
+#. E#S@
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"hd_id4921414\n"
+"help.text"
+msgid "Options"
msgstr ""
-#: 01020101.xhp#hd_id3150620.1.help.text
-msgctxt "01020101.xhp#hd_id3150620.1.help.text"
-msgid "Select Path"
+#. 7!4H
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_id1439558\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select an installed extension, then click to open the Options dialog for the extension.</ahelp>"
msgstr ""
-#: 01020101.xhp#par_id3149962.2.help.text
-msgid "Sets file paths."
-msgstr "ფაილების მდებარეობის დაყენება"
-
-#: 01020101.xhp#hd_id3152821.4.help.text
-msgctxt "01020101.xhp#hd_id3152821.4.help.text"
-msgid "Select"
+#. ;I%1
+#: packagemanager.xhp
+msgctxt ""
+"packagemanager.xhp\n"
+"par_id0103201110331832\n"
+"help.text"
+msgid "Some additional commands can appear in the context menu of an extension in the Extension Manager window, depending on the selected extension. You can choose to show the license text again. You can choose to exclude the extension from checking for updates or to include an excluded extension."
msgstr ""
-#: 01020101.xhp#par_id3150902.5.help.text
-msgid "<ahelp hid=\"HID_FILEDLG_PATH_BTN\" visibility=\"visible\">Selects the indicated path.</ahelp>"
+#. =17#
+#: 01010201.xhp
+msgctxt ""
+"01010201.xhp\n"
+"tit\n"
+"help.text"
+msgid "Labels"
msgstr ""
-#: 01020101.xhp#hd_id3148585.6.help.text
-msgid "Path:"
-msgstr "მდებარეობა:"
-
-#: 01020101.xhp#par_id3149346.7.help.text
-msgid "<ahelp hid=\"HID_FILEDLG_PATH_FILENAME\" visibility=\"visible\">Enter or select the path from the list.</ahelp>"
-msgstr "<ahelp hid=\"HID_FILEDLG_PATH_FILENAME\" visibility=\"visible\">შეიტანეთ ან მონიშნეთ სიაში მოცემული მდებარეობა.</ahelp>"
+#. _FnV
+#: 01010201.xhp
+msgctxt ""
+"01010201.xhp\n"
+"hd_id3149987\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01010201.xhp\" name=\"Labels\">Labels</link>"
+msgstr "<link href=\"text/shared/01/01010201.xhp\" name=\"Labels\">იარლიყები</link>"
-#: 01020101.xhp#par_id3149750.help.text
-msgid "<link name=\"Open Dialog\" href=\"text/shared/01/01020000.xhp\"><emph>Open</emph> Dialog</link>"
-msgstr "<link name=\"Open Dialog\" href=\"text/shared/01/01020000.xhp\"><emph>გახსნა</emph> დიალოგი</link>"
+#. sEr\
+#: 01010201.xhp
+msgctxt ""
+"01010201.xhp\n"
+"par_id3152952\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LAB_LAB\">Specify the label text and choose the paper size for the label.</ahelp>"
+msgstr "<ahelp hid=\"HID_LAB_LAB\">განსაზღვრეთ იარლიყის ტექსტი და აირჩიეთ შესაბამისი ფურცლის ზომა.</ahelp>"
-#: 02100300.xhp#tit.help.text
-msgctxt "02100300.xhp#tit.help.text"
-msgid "Text Format (Search)"
-msgstr ""
+#. kG[(
+#: 01010201.xhp
+msgctxt ""
+"01010201.xhp\n"
+"hd_id3158397\n"
+"3\n"
+"help.text"
+msgid "Inscription"
+msgstr "წარწერა"
-#: 02100300.xhp#hd_id3154840.130.help.text
-msgctxt "02100300.xhp#hd_id3154840.130.help.text"
-msgid "Text Format (Search)"
-msgstr ""
+#. F(bM
+#: 01010201.xhp
+msgctxt ""
+"01010201.xhp\n"
+"par_id3154350\n"
+"4\n"
+"help.text"
+msgid "Enter or insert the text that you want to appear on the label(s)."
+msgstr "შეიტანეთ ან ჩასვით ტექსტი, რომელიც გსურთ რომ გამოჩნდეს ამ იარლიყზე."
-#: 02100300.xhp#par_id3150355.131.help.text
-msgid "<variable id=\"formattext\"><ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_SEARCH:BTN_FORMAT\">Finds specific text formatting features, such as font types, font effects, and text flow characteristics.</ahelp></variable>"
-msgstr ""
+#. 7R}^
+#: 01010201.xhp
+msgctxt ""
+"01010201.xhp\n"
+"hd_id3147294\n"
+"5\n"
+"help.text"
+msgid "Label text"
+msgstr "იარლიყის ტექსტი"
-#: 02100300.xhp#par_id3145383.192.help.text
-msgid "The search criteria for attributes are listed below the <emph>Search for</emph> box."
-msgstr ""
+#. E`o^
+#: 01010201.xhp
+msgctxt ""
+"01010201.xhp\n"
+"par_id3150838\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SW_MULTILINEEDIT_TP_LAB_LAB_EDT_WRITING\">Enter the text that you want to appear on the label. You can also insert a database field.</ahelp>"
+msgstr "<ahelp hid=\"SW_MULTILINEEDIT_TP_LAB_LAB_EDT_WRITING\">შეიტანეთ ტექსტი, რომელიც გსურთ რომ გამოჩნდეს ამ იარლიყზეl. ასევე შეგიძლიათ ჩასვათ მოანცემთა ბაზის ველი.</ahelp>"
-#: 02100300.xhp#par_id3150466.132.help.text
-msgid "You do not need to specify a search text in the <emph>Search for</emph> box when you search and replace formatting."
-msgstr ""
+#. _A0H
+#: 01010201.xhp
+msgctxt ""
+"01010201.xhp\n"
+"hd_id3150603\n"
+"7\n"
+"help.text"
+msgid "Address"
+msgstr "მისამართი"
-#: 02100300.xhp#par_id3156152.133.help.text
-msgid "To define a replacement format, click in the <emph>Replace with</emph> box, and then click the <emph>Format </emph>button."
-msgstr ""
+#. )Av9
+#: 01010201.xhp
+msgctxt ""
+"01010201.xhp\n"
+"par_id3153089\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_LAB_LAB_BOX_ADDR\">Creates a label with your return address. Text that is currently in the <emph>Label text</emph> box is overwritten.</ahelp>"
+msgstr "<ahelp hid=\"SW_CHECKBOX_TP_LAB_LAB_BOX_ADDR\">ქმნის იარლიყს თქვენი საპასუხო მისამართით. <emph>იარლიყის ტექსტის</emph>სარკმელში მოთავსებული მიმდინარე ტექსტი ზემოდან გადაწერილია.</ahelp>"
-#: 02100300.xhp#par_id3153821.157.help.text
-msgid "Use the <emph>Text Format (Search)</emph> or the <emph>Text Format (Replace)</emph> to define your formatting search criteria. These dialogs contain the following tab pages:"
+#. nGtW
+#: 01010201.xhp
+msgctxt ""
+"01010201.xhp\n"
+"par_id3155555\n"
+"9\n"
+"help.text"
+msgid "To change your return address, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010100.xhp\" name=\"%PRODUCTNAME\">%PRODUCTNAME</link></emph>, and then click on the <emph>User Data</emph> tab."
msgstr ""
-#: 02100300.xhp#par_id3062837.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Finds specific text formatting features, such as font types, font effects, and text flow characteristics.</ahelp>"
+#. N*!]
+#: 01010201.xhp
+msgctxt ""
+"01010201.xhp\n"
+"hd_id3147557\n"
+"10\n"
+"help.text"
+msgid "Database"
msgstr ""
-#: 02100300.xhp#par_id3149457.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/02100200.xhp\" name=\"Attributes\">Attributes</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">არე</link>"
-
-#: 06150100.xhp#tit.help.text
-msgid "XML Filter"
-msgstr ""
+#. l_,M
+#: 01010201.xhp
+msgctxt ""
+"01010201.xhp\n"
+"par_id3148620\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SW_LISTBOX_TP_LAB_LAB_LB_DATABASE\">Select the database that you want to use as the data source for your label. </ahelp>"
+msgstr "<ahelp hid=\"SW_LISTBOX_TP_LAB_LAB_LB_DATABASE\">მონიშნეთ მონაცემთა ის ბაზა, რომელიც გსურთ რომ გამოიყენოთ როგორც თქვენი იარლიყის მონაცემთა წყარო. </ahelp>"
-#: 06150100.xhp#hd_id3153882.1.help.text
-msgid "<variable id=\"xml_filter\"><link href=\"text/shared/01/06150100.xhp\" name=\"XML Filter\">XML Filter</link></variable>"
+#. %#!d
+#: 01010201.xhp
+msgctxt ""
+"01010201.xhp\n"
+"hd_id3149388\n"
+"12\n"
+"help.text"
+msgid "Table"
msgstr ""
-#: 06150100.xhp#par_id3153070.2.help.text
-msgid "<ahelp hid=\".\">View and edit the settings of an <link href=\"text/shared/01/06150000.xhp\" name=\"XML filter\">XML filter</link>.</ahelp>"
-msgstr ""
+#. :zob
+#: 01010201.xhp
+msgctxt ""
+"01010201.xhp\n"
+"par_id3149827\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SW_LISTBOX_TP_LAB_LAB_LB_TABLE\">Select the database table containing the field(s) that you want to use in your label.</ahelp>"
+msgstr "<ahelp hid=\"SW_LISTBOX_TP_LAB_LAB_LB_TABLE\">მონიშნეთ მონაცემთა ბაზის ის ცხრილი, რომელიც შეიცავს იმ ველ(ებ)ს რომელიც გსურთ რომ თქვენს იარლიყში გამოიყენოთ.</ahelp>"
-#: 06200000.xhp#tit.help.text
-msgid "Hangul/Hanja Conversion"
-msgstr ""
+#. Df,]
+#: 01010201.xhp
+msgctxt ""
+"01010201.xhp\n"
+"hd_id3155391\n"
+"14\n"
+"help.text"
+msgid "Database field"
+msgstr "მონაცემთა ბაზის ველი"
-#: 06200000.xhp#bm_id3155757.help.text
-msgid "<bookmark_value>converting;Hangul/Hanja</bookmark_value><bookmark_value>Hangul/Hanja</bookmark_value>"
+#. O.2)
+#: 01010201.xhp
+msgctxt ""
+"01010201.xhp\n"
+"par_id3149750\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SW_IMAGEBUTTON_TP_LAB_LAB_BTN_INSERT\">Select the database field that you want, and then click the arrow to the left of this box to insert the field into the <emph>Label text</emph> box.</ahelp>"
+msgstr "<ahelp hid=\"SW_IMAGEBUTTON_TP_LAB_LAB_BTN_INSERT\">მონიშნეთ მონაცემთა ბაზის ველი, და დააწკაპუნეთ ისარზე სარკმლის მარცხენა მხარეს და ჩასვით ველი <emph>იარლიყის ტექსტის</emph> სარკმელში.</ahelp>"
+
+#. I.Z=
+#: 01010201.xhp
+msgctxt ""
+"01010201.xhp\n"
+"par_id3152780\n"
+"16\n"
+"help.text"
+msgid "The name of the database field is bounded by brackets in the <emph>Label text</emph> box. If you want, you can separate database fields with spaces. Press Enter to insert a database field on a new line."
+msgstr "მონაცემთა ბაზის ველის სახელი ჩასმულია ფრიჩხილებში <emph>იარლიყის ტექსტის</emph> სარკმელში.თქვენ შეგიძლიათ მონაცემთა ბაზის ველების განცალკევება არეებით. დააჭირეთ შეტანას რათა ახალ ხაზში ჩასვათ მონაცემთა ბაზის ველი."
+
+#. 46t_
+#: 01010201.xhp
+msgctxt ""
+"01010201.xhp\n"
+"hd_id3147653\n"
+"17\n"
+"help.text"
+msgid "Format"
msgstr ""
-#: 06200000.xhp#hd_id3155757.1.help.text
-msgid "<link href=\"text/shared/01/06200000.xhp\" name=\"Hangul/Hanja Conversion\">Hangul/Hanja Conversion</link>"
-msgstr ""
+#. $0Ca
+#: 01010201.xhp
+msgctxt ""
+"01010201.xhp\n"
+"par_id3149762\n"
+"18\n"
+"help.text"
+msgid "You can select a pre-defined size format for your label or a size format that you specify on the <emph>Format </emph>tab.."
+msgstr "შეგიძლიათ მონიშნოთ წინასწარ განსაზღვრული ფორმატი თქვენი იარლიყისათვის ან ის ზომის ფორმატი, რომელსაც თქვენ განსაზღვრავთ<emph>ფორმატის </emph>ჩანართზე.."
-#: 06200000.xhp#par_id3146060.2.help.text
-msgid "<ahelp hid=\".uno:HangulHanjaConversion\">Converts the selected Korean text from Hangul to Hanja or from Hanja to Hangul.</ahelp> The menu command can only be called if you enable Asian language support under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>, and if a text formatted in Korean language is selected."
+#. K_OS
+#: 01010201.xhp
+msgctxt ""
+"01010201.xhp\n"
+"hd_id3154143\n"
+"19\n"
+"help.text"
+msgid "Continuous"
msgstr ""
-#: 06200000.xhp#hd_id3150603.3.help.text
-msgctxt "06200000.xhp#hd_id3150603.3.help.text"
-msgid "Original"
-msgstr ""
+#. Eth1
+#: 01010201.xhp
+msgctxt ""
+"01010201.xhp\n"
+"par_id3151339\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SW_RADIOBUTTON_TP_LAB_LAB_BTN_CONT\">Prints labels on continuous paper.</ahelp>"
+msgstr "<ahelp hid=\"SW_RADIOBUTTON_TP_LAB_LAB_BTN_CONT\">ბეჭდავს იარლიყებს უწყვეტ ფურცელზე.</ahelp>"
-#: 06200000.xhp#par_id3148520.4.help.text
-msgid "<ahelp hid=\"HID_SPELLDLG_SETWORD\">Displays the current selection.</ahelp>"
+#. h*gn
+#: 01010201.xhp
+msgctxt ""
+"01010201.xhp\n"
+"hd_id3150131\n"
+"21\n"
+"help.text"
+msgid "Sheet"
msgstr ""
-#: 06200000.xhp#hd_id3154230.5.help.text
-msgctxt "06200000.xhp#hd_id3154230.5.help.text"
-msgid "Replace with"
-msgstr "ჩაანაცვლე"
+#. 2rBl
+#: 01010201.xhp
+msgctxt ""
+"01010201.xhp\n"
+"par_id3159167\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SW_RADIOBUTTON_TP_LAB_LAB_BTN_SHEET\">Prints labels on individual sheets.</ahelp>"
+msgstr "<ahelp hid=\"SW_RADIOBUTTON_TP_LAB_LAB_BTN_SHEET\">ბეჭდავს იარლიყებს ინდივიდუალურ ფურცლებზე.</ahelp>"
-#: 06200000.xhp#par_id3149205.6.help.text
-msgid "<ahelp hid=\"HID_HANGULDLG_EDIT_NEWWORD\">Displays the first replacement suggestion from the dictionary.</ahelp> You can edit the suggested word or enter another word. Click the <emph>Find</emph> button to replace your original word with the corresponding replacement word."
+#. YF#G
+#: 01010201.xhp
+msgctxt ""
+"01010201.xhp\n"
+"hd_id3156327\n"
+"23\n"
+"help.text"
+msgid "Brand"
msgstr ""
-#: 06200000.xhp#hd_id3154673.7.help.text
-msgctxt "06200000.xhp#hd_id3154673.7.help.text"
-msgid "Find"
-msgstr ""
+#. J^k!
+#: 01010201.xhp
+msgctxt ""
+"01010201.xhp\n"
+"par_id3150466\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SW_LISTBOX_TP_LAB_LAB_BOX_MAKE\">Select the brand of paper that you want to use.</ahelp> Each brand has its own size formats."
+msgstr "<ahelp hid=\"SW_LISTBOX_TP_LAB_LAB_BOX_MAKE\">მონიშნეთ სასურველი ქაღალდის სახეობა.</ahelp> თითოეულ სახეობას გააჩნია საკუთარი ზომის ფორმატი."
-#: 06200000.xhp#par_id3156560.8.help.text
-msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVX_MDLG_HANGULHANJA_PB_FIND\">Finds your Hangul input in the dictionary and replaces it with the corresponding Hanja.</ahelp> Click <emph>Ignore</emph> to cancel the find function."
-msgstr ""
+#. [EBj
+#: 01010201.xhp
+msgctxt ""
+"01010201.xhp\n"
+"hd_id3153821\n"
+"25\n"
+"help.text"
+msgid "Type"
+msgstr "ტიპი:"
-#: 06200000.xhp#hd_id3147291.9.help.text
-msgctxt "06200000.xhp#hd_id3147291.9.help.text"
-msgid "Suggestions"
+#. !QVi
+#: 01010201.xhp
+msgctxt ""
+"01010201.xhp\n"
+"par_id3149235\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SW_LISTBOX_TP_LAB_LAB_BOX_TYPE\">Select the size format that you want to use. The available formats depend on the brand on what you selected in the <emph>Brand</emph> list. If you want to use a custom label format, select <emph>[User]</emph>, and then click the <link href=\"text/shared/01/01010202.xhp\" name=\"Format\"><emph>Format</emph></link> tab to define the format.</ahelp>"
msgstr ""
-#: 06200000.xhp#par_id3154823.10.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVX_MDLG_HANGULHANJA_LB_SUGGESTIONS\">Displays all available replacements in the dictionary.</ahelp> If the <emph>Replace by character</emph> box is enabled, you see a grid of characters. If the <emph>Replace by character</emph> box is not checked, you see a list of words."
+#. ]DBy
+#: 01010201.xhp
+msgctxt ""
+"01010201.xhp\n"
+"hd_id3153828\n"
+"27\n"
+"help.text"
+msgid "Info"
msgstr ""
-#: 06200000.xhp#hd_id3157958.11.help.text
-msgctxt "06200000.xhp#hd_id3157958.11.help.text"
-msgid "Format"
-msgstr ""
+#. 9^8J
+#: 01010201.xhp
+msgctxt ""
+"01010201.xhp\n"
+"par_id3152349\n"
+"28\n"
+"help.text"
+msgid "The paper type and the dimensions of the label are displayed at the bottom of the <emph>Format</emph> area."
+msgstr "ქაღალდის ტიპი და იარლიყის ზომები ნაჩვენებია <emph>ფორმატის</emph>არეალის ქვევით."
-#: 06200000.xhp#par_id3155941.12.help.text
-msgid "Click the format to display the replacements."
+#. f?Fu
+#: 02010000.xhp
+msgctxt ""
+"02010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Undo"
msgstr ""
-#: 06200000.xhp#hd_id3153749.13.help.text
-msgid "Hangul/Hanja"
-msgstr ""
+#. `;AR
+#: 02010000.xhp
+msgctxt ""
+"02010000.xhp\n"
+"bm_id3155069\n"
+"help.text"
+msgid "<bookmark_value>undoing;editing</bookmark_value><bookmark_value>editing;undoing</bookmark_value>"
+msgstr "<bookmark_value>მოქმედების დაბრუნება;რედაქტირება</bookmark_value><bookmark_value>რედაქტირება;მოქმედების დაბრუნება</bookmark_value>"
-#: 06200000.xhp#par_id3150775.14.help.text
-msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVX_MDLG_HANGULHANJA_RB_SIMPLE_CONVERSION\">The original characters are replaced by the suggested characters.</ahelp>"
-msgstr ""
+#. mqY=
+#: 02010000.xhp
+msgctxt ""
+"02010000.xhp\n"
+"hd_id3155069\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02010000.xhp\" name=\"Undo\">Undo</link>"
+msgstr "<link href=\"text/shared/01/02010000.xhp\" name=\"Undo\">მოქმედების დაბრუნება</link>"
-#: 06200000.xhp#hd_id3152780.15.help.text
-msgid "Hanja (Hangul)"
-msgstr ""
+#. 9}2(
+#: 02010000.xhp
+msgctxt ""
+"02010000.xhp\n"
+"par_id3149205\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_IMAPDLG_UNDO\">Reverses the last command or the last entry you typed. To select the command that you want to reverse, click the arrow next to the <emph>Undo </emph>icon on the Standard bar.</ahelp>"
+msgstr "<ahelp hid=\"HID_IMAPDLG_UNDO\">ბოლოს დაბეჭდილი ჩანაწერის ან ბოლო ბრძანების დაბრუნება. დასაბრუნებელი ბრძანების მონიშვნისათვის ისარი ძირითად ზოლში დააწკაპუნეთ ხატულაზე<emph>მოქმედების დაბრუნება </emph> </ahelp>"
-#: 06200000.xhp#par_id3153662.16.help.text
-msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVX_MDLG_HANGULHANJA_RB_HANJA_HANGUL_BRACKETED\">The Hangul part will be displayed in brackets after the Hanja part.</ahelp>"
+#. G/BT
+#: 02010000.xhp
+msgctxt ""
+"02010000.xhp\n"
+"par_idN10630\n"
+"help.text"
+msgid "To change the number of commands that you can undo, choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Memory, and enter a new value in the number of steps box."
msgstr ""
-#: 06200000.xhp#hd_id3150443.17.help.text
-msgid "Hangul (Hanja)"
-msgstr ""
+#. x+_Z
+#: 02010000.xhp
+msgctxt ""
+"02010000.xhp\n"
+"par_id3163803\n"
+"8\n"
+"help.text"
+msgid "Some commands (for example, editing Styles) cannot be undone."
+msgstr "ზოგიერთი ბრძანების (მაგალითად, სტილების რედაქტირება) მოქმედება უკან არ ბრუნდება."
-#: 06200000.xhp#par_id3149192.18.help.text
-msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVX_MDLG_HANGULHANJA_RB_HANGUL_HANJA_BRACKETED\">The Hanja part will be displayed in brackets after the Hangul part.</ahelp>"
-msgstr ""
+#. VbNp
+#: 02010000.xhp
+msgctxt ""
+"02010000.xhp\n"
+"par_id3155338\n"
+"11\n"
+"help.text"
+msgid "You can cancel the Undo command by choosing Edit - Redo."
+msgstr "შეგიძლიათ გააუქმოთ ბრძანება მოქმედების დაბრუნება თუ მონიშნავთ რედაქტირება-გამეორება."
-#: 06200000.xhp#hd_id3150119.19.help.text
-msgid "Hanja as ruby text above"
-msgstr ""
+#. 3d[y
+#: 02010000.xhp
+msgctxt ""
+"02010000.xhp\n"
+"hd_id3166410\n"
+"7\n"
+"help.text"
+msgid "About the Undo command in database tables"
+msgstr "მონაცემთა ბაზის ცხრილებში უკუსვლის ბრძანებების შესახებ"
-#: 06200000.xhp#par_id3154173.20.help.text
-msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVX_MDLG_HANGULHANJA_RB_HANGUL_HANJA_ABOVE\">The Hanja part will be displayed as ruby text above the Hangul part.</ahelp>"
-msgstr ""
+#. 3;55
+#: 02010000.xhp
+msgctxt ""
+"02010000.xhp\n"
+"par_id3148492\n"
+"3\n"
+"help.text"
+msgid "When you are working with database tables, you can only undo the last command."
+msgstr "მონაცემთა ბაზის ცხრილებთან მუშაობისას შესაძლებელია მხოლოდ ბოლო მოქმედების დაბრუნება."
-#: 06200000.xhp#hd_id3159400.21.help.text
-msgid "Hanja as ruby text below"
-msgstr ""
+#. %@vA
+#: 02010000.xhp
+msgctxt ""
+"02010000.xhp\n"
+"par_id3155504\n"
+"4\n"
+"help.text"
+msgid "If you change the content of a record in a database table that has not been saved, and then use the<emph> Undo</emph> command, the record is erased."
+msgstr "თუ შეცვლით ჩანაწერის შიგთავსს დაუმახსოვრებელ მონაცემთა ბაზის ცხრილში და ისე გამოიყენებთ ბრძანებას<emph> მოქმედების დაბრუნება</emph>, ჩანაწერი წაიშლება."
-#: 06200000.xhp#par_id3156155.22.help.text
-msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVX_MDLG_HANGULHANJA_RB_HANGUL_HANJA_BELOW\">The Hanja part will be displayed as ruby text below the Hangul part.</ahelp>"
-msgstr ""
+#. \E4(
+#: 02010000.xhp
+msgctxt ""
+"02010000.xhp\n"
+"hd_id3149415\n"
+"9\n"
+"help.text"
+msgid "About the Undo command in presentations"
+msgstr "პრეზენტაციებში მოქმედების დაბრუნების ბრძანებათა შესახებ"
-#: 06200000.xhp#hd_id3150085.23.help.text
-msgid "Hangul as ruby text above"
-msgstr ""
+#. Zz5w
+#: 02010000.xhp
+msgctxt ""
+"02010000.xhp\n"
+"par_id3159147\n"
+"10\n"
+"help.text"
+msgid "The <emph>Undo</emph> list is cleared when you apply a new layout to a slide."
+msgstr "<emph>მოქმედების დაბრუნებათა</emph>სია სლაიდზე ახალი განლაგების მისადაგებისას წაიშლება."
-#: 06200000.xhp#par_id3150771.24.help.text
-msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVX_MDLG_HANGULHANJA_RB_HANJA_HANGUL_ABOVE\">The Hangul part will be displayed as ruby text above the Hanja part.</ahelp>"
+#. 8\[+
+#: 05270000.xhp
+msgctxt ""
+"05270000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit Points"
msgstr ""
-#: 06200000.xhp#hd_id3155831.25.help.text
-msgid "Hangul as ruby text below"
-msgstr ""
+#. ^{)=
+#: 05270000.xhp
+#, fuzzy
+msgctxt ""
+"05270000.xhp\n"
+"hd_id3155271\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05270000.xhp\" name=\"Edit Points\">Edit Points</link>"
+msgstr "<link href=\"text/shared/01/01170000.xhp\" name=\"Exit\">გასვლა</link>"
-#: 06200000.xhp#par_id3157909.26.help.text
-msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVX_MDLG_HANGULHANJA_RB_HANJA_HANGUL_BELOW\">The Hangul part will be displayed as ruby text below the Hanja part.</ahelp>"
+#. C16B
+#: 05270000.xhp
+msgctxt ""
+"05270000.xhp\n"
+"par_id3153391\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ToggleObjectBezierMode\">Lets you change the shape of the selected drawing object.</ahelp>"
msgstr ""
-#: 06200000.xhp#hd_id3148826.27.help.text
-msgid "Conversion"
+#. ~?;8
+#: 05270000.xhp
+msgctxt ""
+"05270000.xhp\n"
+"par_id3148668\n"
+"7\n"
+"help.text"
+msgid "To edit the shape of a selected drawing object, click the <emph>Points</emph> icon on the <emph>Drawing</emph> Bar, and then drag one of the points on the object."
msgstr ""
-#: 06200000.xhp#par_id3159157.28.help.text
-msgid "Normally in a mixed text selection made of Hangul and Hanja characters, all Hangul characters will be converted to Hanja and all Hanja characters will be converted to Hangul. If you want to convert a mixed text selection only in one direction, use the following conversion options."
-msgstr ""
+#. pG/k
+#: 05270000.xhp
+msgctxt ""
+"05270000.xhp\n"
+"par_id3093440\n"
+"help.text"
+msgid "<link href=\"text/shared/main0227.xhp\" name=\"Edit Points Bar\">Edit Points Bar</link>"
+msgstr "<link href=\"text/shared/main0227.xhp\" name=\"Edit Points Bar\">წერტილის შეცვლის ზოლი </link>"
-#: 06200000.xhp#hd_id3153585.29.help.text
-msgid "Hangul only"
+#. A/J}
+#: 06130010.xhp
+msgctxt ""
+"06130010.xhp\n"
+"tit\n"
+"help.text"
+msgid "Record Macro"
msgstr ""
-#: 06200000.xhp#par_id3154142.30.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVX_MDLG_HANGULHANJA_CB_HANGUL_ONLY\">Check to convert only Hangul. Do not convert Hanja.</ahelp>"
-msgstr ""
+#. 9K~V
+#: 06130010.xhp
+#, fuzzy
+msgctxt ""
+"06130010.xhp\n"
+"hd_id3153383\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06130010.xhp\" name=\"Record Macro\">Record Macro</link>"
+msgstr "<link href=\"text/shared/01/02020000.xhp\" name=\"Redo\">გამეორება</link>"
-#: 06200000.xhp#hd_id3150823.31.help.text
-msgid "Hanja only"
+#. CWf\
+#: 06130010.xhp
+msgctxt ""
+"06130010.xhp\n"
+"par_id3152952\n"
+"1\n"
+"help.text"
+msgid "<ahelp hid=\".uno:MacroRecorder\">Records a new macro.</ahelp>"
msgstr ""
-#: 06200000.xhp#par_id3156023.32.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVX_MDLG_HANGULHANJA_CB_HANJA_ONLY\">Check to convert only Hanja. Do not convert Hangul.</ahelp>"
+#. RBU]
+#: 06130010.xhp
+msgctxt ""
+"06130010.xhp\n"
+"hd_id3154788\n"
+"2\n"
+"help.text"
+msgid "Stop Recording"
msgstr ""
-#: 06200000.xhp#hd_id3152360.33.help.text
-msgid "Ignore"
-msgstr "იგნორირება"
-
-#: 06200000.xhp#par_id3153896.34.help.text
-msgid "<ahelp hid=\"HID_HANGULDLG_BUTTON_IGNORE\">No changes will be made to the current selection. The next word or character will be selected for conversion.</ahelp>"
+#. #jD:
+#: 06130010.xhp
+msgctxt ""
+"06130010.xhp\n"
+"par_id3146067\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\".uno:StopRecording\">Stops recording a macro.</ahelp>"
msgstr ""
-#: 06200000.xhp#hd_id3148550.35.help.text
-msgid "Always Ignore"
+#. @sV_
+#: 01010203.xhp
+msgctxt ""
+"01010203.xhp\n"
+"tit\n"
+"help.text"
+msgid "Options"
msgstr ""
-#: 06200000.xhp#par_id3154937.36.help.text
-msgid "<ahelp hid=\"HID_HANGULDLG_BUTTON_IGNOREALL\">No changes will be made to the current selection, and every time the same selection is detected it will be skipped automatically.</ahelp> The next word or character will be selected for conversion. The list of ignored text is valid for the current $[officename] session."
-msgstr ""
+#. (@@Y
+#: 01010203.xhp
+msgctxt ""
+"01010203.xhp\n"
+"hd_id3155599\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01010203.xhp\" name=\"Options\">Options</link>"
+msgstr "<link href=\"text/shared/01/01010203.xhp\" name=\"Options\">პარამეტრები</link>"
-#: 06200000.xhp#hd_id3151056.37.help.text
-msgctxt "06200000.xhp#hd_id3151056.37.help.text"
-msgid "Replace"
-msgstr ""
+#. yrk`
+#: 01010203.xhp
+msgctxt ""
+"01010203.xhp\n"
+"par_id3154497\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LAB_PRT\" visibility=\"visible\">Sets additional options for your labels or business cards, including text synchronization and printer settings.</ahelp>"
+msgstr "<ahelp hid=\"HID_LAB_PRT\" visibility=\"visible\">აყენებს დამატებით პარამეტრებს თქვენი იარლიყების ან სავიზიტო ბარათებისთვის ტექსტის სინქრონიზაციისა და პრინტერის პარამეტრების ჩათვლით.</ahelp>"
-#: 06200000.xhp#par_id3148403.38.help.text
-msgid "<ahelp hid=\"HID_HANGULDLG_BUTTON_CHANGE\">Replaces the selection with the suggested characters or word according to the format options.</ahelp> The next word or character will be selected for conversion."
-msgstr ""
+#. 55hV
+#: 01010203.xhp
+msgctxt ""
+"01010203.xhp\n"
+"hd_id3150713\n"
+"3\n"
+"help.text"
+msgid "Entire Page"
+msgstr "მთლიანი გვერდი"
-#: 06200000.xhp#hd_id3153360.39.help.text
-msgid "Always Replace"
-msgstr ""
+#. WLua
+#: 01010203.xhp
+msgctxt ""
+"01010203.xhp\n"
+"par_id3155355\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_LAB_PRT:BTN_PAGE\" visibility=\"visible\">Creates a full page of labels or business cards.</ahelp>"
+msgstr "<ahelp hid=\"SW:RADIOBUTTON:TP_LAB_PRT:BTN_PAGE\" visibility=\"visible\">ქმნის იარლიყებისა და სავიზიტო ბარათების სრულ გვერდს.</ahelp>"
-#: 06200000.xhp#par_id3153338.40.help.text
-msgid "<ahelp hid=\"HID_HANGULDLG_BUTTON_CHANGEALL\">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.</ahelp> The next word or character will be selected for conversion. The list of replacement text is valid for the current $[officename] session."
-msgstr ""
+#. iT\4
+#: 01010203.xhp
+msgctxt ""
+"01010203.xhp\n"
+"hd_id3146958\n"
+"5\n"
+"help.text"
+msgid "Single Label"
+msgstr "ერთეული იარლიყი"
-#: 06200000.xhp#hd_id3149290.41.help.text
-msgctxt "06200000.xhp#hd_id3149290.41.help.text"
-msgid "Replace by character"
-msgstr ""
+#. t9Ec
+#: 01010203.xhp
+msgctxt ""
+"01010203.xhp\n"
+"par_id3155535\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_LAB_PRT:BTN_SINGLE\" visibility=\"visible\">Prints a single label or business card on a page.</ahelp>"
+msgstr "<ahelp hid=\"SW:RADIOBUTTON:TP_LAB_PRT:BTN_SINGLE\" visibility=\"visible\">ერთ გვერდზე ბეჭდავს ერთეულ იარლიყს ან სავიზიტო ბარათს.</ahelp>"
-#: 06200000.xhp#par_id3145154.42.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVX_MDLG_HANGULHANJA_CB_REPLACE_BY_CHARACTER\">Check to move character-by-character through the selected text. If not checked, full words are replaced.</ahelp>"
+#. cCyP
+#: 01010203.xhp
+msgctxt ""
+"01010203.xhp\n"
+"hd_id3148621\n"
+"7\n"
+"help.text"
+msgid "Column"
msgstr ""
-#: 06200000.xhp#par_idN10969.help.text
-msgctxt "06200000.xhp#par_idN10969.help.text"
-msgid "Options"
-msgstr ""
+#. x:Po
+#: 01010203.xhp
+msgctxt ""
+"01010203.xhp\n"
+"par_id3145345\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SW:NUMERICFIELD:TP_LAB_PRT:FLD_COL\" visibility=\"visible\">Enter the number of labels or business cards that you want to have in a row on your page.</ahelp>"
+msgstr "<ahelp hid=\"SW:NUMERICFIELD:TP_LAB_PRT:FLD_COL\" visibility=\"visible\">შეიტანეთ იარლიყების ან სავიზიტო ბარათების ის რაოდენობა, რომელიც გსურთ რომ თქვენი გვერდის თითო სტრიქტონში მოხვდეს.</ahelp>"
-#: 06200000.xhp#par_idN1096D.help.text
-msgid "<ahelp hid=\"HID_HANGULHANJA_OPT_DLG\">Opens the <link href=\"text/shared/01/06201000.xhp\">Hangul/Hanja Options</link> dialog.</ahelp>"
-msgstr ""
+#. ~`~D
+#: 01010203.xhp
+#, fuzzy
+msgctxt ""
+"01010203.xhp\n"
+"hd_id3149398\n"
+"9\n"
+"help.text"
+msgid "Row"
+msgstr "რიგები"
-#: 06200000.xhp#hd_id3149807.43.help.text
-msgctxt "06200000.xhp#hd_id3149807.43.help.text"
-msgid "Close"
-msgstr ""
+#. lA6g
+#: 01010203.xhp
+msgctxt ""
+"01010203.xhp\n"
+"par_id3166410\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SW:NUMERICFIELD:TP_LAB_PRT:FLD_ROW\" visibility=\"visible\">Enter the number of rows of labels or business cards that you want to have on your page.</ahelp>"
+msgstr "<ahelp hid=\"SW:NUMERICFIELD:TP_LAB_PRT:FLD_ROW\" visibility=\"visible\">შეიტანეთ იარლიყების ან სავიზიტო ბარათების სტრიქონთა ის რაოდენობა, რაც გსურთ რომ მოთავსდეს თქვენს გვერდზე.</ahelp>"
-#: 06200000.xhp#par_id3155743.44.help.text
-msgid "<ahelp hid=\"HID_HANGULDLG_BUTTON_CLOSE\">Closes the dialog.</ahelp>"
-msgstr ""
+#. Fh9(
+#: 01010203.xhp
+msgctxt ""
+"01010203.xhp\n"
+"hd_id3149237\n"
+"15\n"
+"help.text"
+msgid "Synchronize contents"
+msgstr "შიგთავსის სინქრონიზირება"
-#: mediaplayer.xhp#tit.help.text
-msgid "Media Player"
-msgstr ""
+#. __Od
+#: 01010203.xhp
+msgctxt ""
+"01010203.xhp\n"
+"par_id3155342\n"
+"16\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\"SW:CHECKBOX:TP_LAB_PRT:CB_SYNCHRON\">Allows you to edit a single label or business card and updates the contents of the remaining labels or business cards on the page when you click the <emph>Synchronize Labels </emph>button.</ahelp>"
+msgstr "<ahelp visibility=\"visible\" hid=\"SW:CHECKBOX:TP_LAB_PRT:CB_SYNCHRON\">გაძლევთ ერთეული იარლიყის ან სავიზიტო ბარათის რედაქტირების საშუალებას და განაახლებს დარჩენილი იარლიყების ან სავიზიტო ბარათების შიგთავსს, როდესაც დააწკაპუნებთ <emph>შიგთავსის სინქრონიზირების </emph>ღილაკს.</ahelp>"
-#: mediaplayer.xhp#bm_id8659321.help.text
-msgid "<bookmark_value>Media Player window</bookmark_value>"
-msgstr ""
+#. F!!s
+#: 01010203.xhp
+msgctxt ""
+"01010203.xhp\n"
+"hd_id3149164\n"
+"18\n"
+"help.text"
+msgid "Synchronize Labels"
+msgstr "იარლიყების სიონქრონიზირება"
-#: mediaplayer.xhp#par_idN10550.help.text
-msgid "<variable id=\"mediaplayertitle\"><link href=\"text/shared/01/mediaplayer.xhp\">Media Player</link></variable>"
-msgstr ""
+#. !gw2
+#: 01010203.xhp
+msgctxt ""
+"01010203.xhp\n"
+"par_id3148474\n"
+"17\n"
+"help.text"
+msgid "The <emph>Synchronize labels </emph>button only appears in your document if you selected the <emph>Synchronize contents </emph>on the<emph> Options tab </emph>when you created the labels or business cards."
+msgstr "The <emph>იარლიყების სინქრონიზირების </emph>ღილაკი მხოლოდ მაშინ გამოჩნდება თქვენს ეკრანზე, თუ მონიშნეთ <emph>შიგთავსის სინქრონიზირება </emph><emph> პარამეტრების ჩანართზე </emph>იარლიყების ან სავიზიტო ბარათების შექმნისას."
-#: mediaplayer.xhp#par_idN10560.help.text
-msgid "<ahelp hid=\".\">Opens the Media Player window where you can preview movie and sound files as well as insert these files into the current document.</ahelp>"
-msgstr ""
+#. ^0L!
+#: 01010203.xhp
+msgctxt ""
+"01010203.xhp\n"
+"par_id3149762\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"SW:PUSHBUTTON:DLG_SYNC_BTN:BTN_SYNC\" visibility=\"visible\">Copies the contents of the top left label or business card to the remaining labels or business cards on the page.</ahelp>"
+msgstr "<ahelp hid=\"SW:PUSHBUTTON:DLG_SYNC_BTN:BTN_SYNC\" visibility=\"visible\">ზედა მარცხენა იარლიყის ან სავიზიტო ბარათის შიგთავსის გადაწერა გვერდზე დარჩენილ სხვა იარლიყებში ან სავიზიტო ბარათებში.</ahelp>"
-#: mediaplayer.xhp#par_idN10577.help.text
-msgid "The Media Player supports many different media formats. You can also insert media files from the Media Player into your document."
+#. %O}_
+#: 01010203.xhp
+msgctxt ""
+"01010203.xhp\n"
+"hd_id3150504\n"
+"11\n"
+"help.text"
+msgid "Printer"
msgstr ""
-#: mediaplayer.xhp#par_idN105EF.help.text
-msgid "On Linux or Solaris systems, the Media Player requires the Java Media Framework API (JMF). Download and install the JMF files from http://java.sun.com/javase/technologies/desktop/media/jmf/index.jsp and add the path to the installed jmf.jar to the class path in the Options dialog box in %PRODUCTNAME - Java."
-msgstr ""
+#. *-$s
+#: 01010203.xhp
+msgctxt ""
+"01010203.xhp\n"
+"par_id3148990\n"
+"12\n"
+"help.text"
+msgid "Displays the name of the currently selected printer."
+msgstr "აჩვენებს ამჟამად მონიშნული პრინტერის სახელს."
-#: mediaplayer.xhp#par_idN1064F.help.text
-msgid "On Windows systems, the Media Player uses DirectShow, which should be installed on your system by default."
-msgstr ""
+#. #x1x
+#: 01010203.xhp
+msgctxt ""
+"01010203.xhp\n"
+"hd_id3153127\n"
+"13\n"
+"help.text"
+msgid "Setup"
+msgstr "დაყენება"
-#: mediaplayer.xhp#par_idN1057A.help.text
-msgctxt "mediaplayer.xhp#par_idN1057A.help.text"
-msgid "Open"
-msgstr ""
+#. c_GO
+#: 01010203.xhp
+msgctxt ""
+"01010203.xhp\n"
+"par_id3144438\n"
+"14\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\"SW:PUSHBUTTON:TP_LAB_PRT:BTN_PRTSETUP\">Opens the <link href=\"text/shared/01/01140000.xhp\" name=\"Printer Setup\">Printer Setup</link> dialog.</ahelp>"
+msgstr "<ahelp visibility=\"visible\" hid=\"SW:PUSHBUTTON:TP_LAB_PRT:BTN_PRTSETUP\">Opens the <link href=\"text/shared/01/01140000.xhp\" name=\"Printer Setup\">პრინტერის დაყენება</link> dialog.</ahelp>"
-#: mediaplayer.xhp#par_idN1057E.help.text
-msgid "Opens a movie file or a sound file that you want to preview."
-msgstr ""
+#. U}_6
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Background"
+msgstr "ფონი"
-#: mediaplayer.xhp#par_idN10581.help.text
-msgctxt "mediaplayer.xhp#par_idN10581.help.text"
-msgid "Apply"
+#. j0/U
+#: 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 ""
-#: mediaplayer.xhp#par_idN10585.help.text
-msgid "Inserts the current movie file or sound file as a media object into the current document. "
-msgstr ""
+#. _m27
+#: 05030600.xhp
+#, fuzzy
+msgctxt ""
+"05030600.xhp\n"
+"hd_id3151097\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05030600.xhp\" name=\"Background\">Background</link>"
+msgstr "<link href=\"text/shared/01/05290200.xhp\" name=\"Ungroup\">განჯგუფება</link>"
-#: mediaplayer.xhp#par_idN10588.help.text
-msgctxt "mediaplayer.xhp#par_idN10588.help.text"
-msgid "Play"
+#. 1ol!
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"par_id3153748\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BACKGROUND\">Set the background color or graphic.</ahelp>"
msgstr ""
-#: mediaplayer.xhp#par_idN1058C.help.text
-msgid "Plays the current file."
+#. V1a=
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"par_id3147653\n"
+"34\n"
+"help.text"
+msgid "You can specify the background for <switchinline select=\"appl\"><caseinline select=\"WRITER\">paragraphs, pages, headers, footers, text frames, tables, table cells, sections, and indexes.</caseinline><caseinline select=\"CALC\">cells and pages.</caseinline></switchinline>"
msgstr ""
-#: mediaplayer.xhp#par_idN1058F.help.text
-msgid "Pause"
+#. X,7P
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"hd_id3154514\n"
+"4\n"
+"help.text"
+msgid "As"
msgstr ""
-#: mediaplayer.xhp#par_idN10593.help.text
-msgid "Pauses or resumes the playback of the current file."
+#. e0#f
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"par_id3154380\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_BACKGROUND:LB_SELECTOR\">Select the type of background that you want to apply.</ahelp>"
msgstr ""
-#: mediaplayer.xhp#par_idN10596.help.text
-msgid "Stop"
-msgstr "-ზედა"
-
-#: mediaplayer.xhp#par_idN1059A.help.text
-msgid "Stops the playback of the current file."
+#. ^eA~
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"hd_id3151245\n"
+"7\n"
+"help.text"
+msgid "Using a Color as a Background"
msgstr ""
-#: mediaplayer.xhp#par_idN1059D.help.text
-msgctxt "mediaplayer.xhp#par_idN1059D.help.text"
-msgid "Repeat"
-msgstr ""
+#. 2?bu
+#: 05030600.xhp
+#, fuzzy
+msgctxt ""
+"05030600.xhp\n"
+"hd_id3148946\n"
+"8\n"
+"help.text"
+msgid "Color Background"
+msgstr "ფონი"
-#: mediaplayer.xhp#par_idN105A1.help.text
-msgid "Plays the file repeatedly."
+#. xxS:
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"par_id3152361\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BACKGROUND_CTL_BGDCOLORSET\">Click the color that you want to use as a background. To remove a background color, click <emph>No Fill</emph>.</ahelp>"
msgstr ""
-#: mediaplayer.xhp#par_idN105A4.help.text
-msgid "Mute"
-msgstr ""
+#. NbY_
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"hd_id3153524\n"
+"37\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Transparency</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-#: mediaplayer.xhp#par_idN105A8.help.text
-msgid "Turns sound off and on."
+#. ]vE/
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"par_idN107A4\n"
+"help.text"
+msgid "Background transparency can be set only for frames."
msgstr ""
-#: mediaplayer.xhp#par_idN105AB.help.text
-msgid "Volume slider"
+#. |5jG
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"par_id3150358\n"
+"38\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_BACKGROUND_MF_COL_TRANS\">Set the transparency for the background color or graphic of a frame, where 100% is completely transparent and 0% is opaque. When you increase the transparency of the background, the underlying text or objects become visible through the background of the frame.</ahelp></caseinline></switchinline>"
msgstr ""
-#: mediaplayer.xhp#par_idN105AF.help.text
-msgid "Adjusts the volume."
-msgstr ""
+#. |@DU
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"hd_id3154216\n"
+"11\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">For</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ფორმატის გარეშე </caseinline></switchinline>"
-#: mediaplayer.xhp#par_idN105B2.help.text
-#, fuzzy
-msgid "View"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ნახვა\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ხედვა\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ხედი\n"
-"#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ხედი\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ხედი"
-
-#: mediaplayer.xhp#par_idN105B6.help.text
-msgid "Adjusts the size of the movie playback."
+#. \2W`
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"par_id3145419\n"
+"12\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_BACKGROUND:LB_TBL_BOX\">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 ""
-#: mediaplayer.xhp#par_idN105B9.help.text
-msgid "Position slider"
+#. ?7T-
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"par_id3150497\n"
+"13\n"
+"help.text"
+msgid "This option is only available when you edit the background of a table or a paragraph style."
msgstr ""
-#: mediaplayer.xhp#par_idN105BD.help.text
-msgid "Moves to a different position in the file."
+#. ul/p
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"hd_id3153056\n"
+"14\n"
+"help.text"
+msgid "Using a Graphic as a Background"
msgstr ""
-#: 01100100.xhp#tit.help.text
-msgctxt "01100100.xhp#tit.help.text"
-msgid "Description"
-msgstr "წარწერა"
-
-#: 01100100.xhp#hd_id3147588.1.help.text
-msgid "<link href=\"text/shared/01/01100100.xhp\" name=\"Description\">Description</link>"
-msgstr "<link href=\"text/shared/01/01100100.xhp\" name=\"Description\">აღწერილობა</link>"
-
-#: 01100100.xhp#par_id3154682.2.help.text
-msgid "<ahelp hid=\"HID_DOCINFODESC\">Contains descriptive information about the document.</ahelp>"
-msgstr "<ahelp hid=\"HID_DOCINFODESC\">მოიცავს დოკუმენტის აღმწერ ინფორმაციას</ahelp>"
-
-#: 01100100.xhp#hd_id3152372.3.help.text
+#. LaDw
+#: 05030600.xhp
#, fuzzy
-msgctxt "01100100.xhp#hd_id3152372.3.help.text"
-msgid "Title"
+msgctxt ""
+"05030600.xhp\n"
+"hd_id3149983\n"
+"15\n"
+"help.text"
+msgid "File"
msgstr "შევსება"
-#: 01100100.xhp#par_id3156042.4.help.text
-msgid "<ahelp hid=\"SFX2:EDIT:TP_DOCINFODESC:ED_TITLE\">Enter a title for the document.</ahelp>"
-msgstr "<ahelp hid=\"SFX2:EDIT:TP_DOCINFODESC:ED_TITLE\">შეიტანეთ დოკუმენტის სათაური.</ahelp>"
-
-#: 01100100.xhp#hd_id3145669.5.help.text
-msgctxt "01100100.xhp#hd_id3145669.5.help.text"
-msgid "Subject"
-msgstr ""
-
-#: 01100100.xhp#par_id3147571.6.help.text
-msgid "<ahelp hid=\"SFX2:EDIT:TP_DOCINFODESC:ED_THEMA\">Enter a subject for the document. You can use a subject to group documents with similar contents.</ahelp>"
-msgstr "<ahelp hid=\"SFX2:EDIT:TP_DOCINFODESC:ED_THEMA\">შეიტანეთ დოკუმენტის თემა. შეგიძლიათ ერთი თემის გამოყენება მსგავსი შინაარსის მქონე დოკუმენტების დასაჯგუფებლად.</ahelp>"
-
-#: 01100100.xhp#hd_id3156426.7.help.text
-msgctxt "01100100.xhp#hd_id3156426.7.help.text"
-msgid "Keywords"
+#. oh6H
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"par_id3152462\n"
+"16\n"
+"help.text"
+msgid "Contains information about the graphic file."
msgstr ""
-#: 01100100.xhp#par_id3155338.8.help.text
-msgid "<ahelp hid=\"SFX2:EDIT:TP_DOCINFODESC:ED_KEYWORDS\">Enter the words that you want to use to index the content of your document. Keywords must be separated by commas. A keyword can contain white space characters or semicolons.</ahelp>"
+#. u}!!
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"hd_id3145592\n"
+"17\n"
+"help.text"
+msgid "Display field"
msgstr ""
-#: 01100100.xhp#hd_id3148620.9.help.text
-msgctxt "01100100.xhp#hd_id3148620.9.help.text"
-msgid "Comments"
-msgstr "შინაარსი"
-
-#: 01100100.xhp#par_id3155391.10.help.text
-msgid "<ahelp hid=\"SFX2:MULTILINEEDIT:TP_DOCINFODESC:ED_COMMENT\">Enter comments to help identify the document.</ahelp>"
-msgstr "<ahelp hid=\"SFX2:MULTILINEEDIT:TP_DOCINFODESC:ED_COMMENT\">კომენტარების შეტანა დოკუმენტის გამოსავლენად.</ahelp>"
-
-#: 05260600.xhp#tit.help.text
-msgid "As Character"
-msgstr "ნებისმიერი სიმბოლო"
-
-#: 05260600.xhp#hd_id3154621.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">As Character</link>"
-msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-
-#: 05260600.xhp#par_id3146946.2.help.text
-msgid "<ahelp hid=\".\">Anchors the selected item as a character in the current text. If the height of the selected item is greater than the current font size, the height of the line containing the item is increased.</ahelp>"
+#. F3Ba
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"par_id3154920\n"
+"18\n"
+"help.text"
+msgid "Shows the path for the graphic file."
msgstr ""
-#: 01100000.xhp#tit.help.text
-msgid "Properties of"
-msgstr "თვისებები"
-
-#: 01100000.xhp#hd_id3152876.1.help.text
-msgid "<variable id=\"eigen_von\"><link href=\"text/shared/01/01100000.xhp\" name=\"Properties of\">Properties of</link></variable>"
-msgstr "<variable id=\"eigen_von\"><link href=\"text/shared/01/01100000.xhp\" name=\"Properties of\">თვისებები</link></variable>"
-
-#: 01100000.xhp#par_id3153255.2.help.text
-msgid "<variable id=\"dokumentinfotext\"><ahelp hid=\".uno:SetDocumentProperties\">Displays the properties for the current file, including statistics such as word count and the date the file was created.</ahelp></variable>"
-msgstr "<variable id=\"dokumentinfotext\"><ahelp hid=\".uno:SetDocumentProperties\">აჩვენებს მიმდინარე ფაილის თვისებებს, ისეთი სტატისტიკური მონაცემების ჩათვლით, როგორიცაა სიტყვების რაოდენობა და ფაილის შექმნის თარიღი.</ahelp></variable>"
-
-#: 01100000.xhp#par_id3153748.4.help.text
-msgid "The <emph>Properties</emph> dialog contains the following tab pages:"
-msgstr "The <emph>Properties</emph> დიალოგი შეიცავს შემდეგ ჩანართებს:"
-
-#: 01100000.xhp#par_id3148643.5.help.text
-msgid "Depending on your access rights to the file, you might not see all of the tabs in the <emph>Properties</emph> dialog."
-msgstr "თქვენ შეიძლება ვერ ხედავდეთ ყველა ჩანართს დიალოგში <emph>თვისებები </emph>. ეს დამოკიდებულია თუ რამდენად გაქვთ ფაილზე წვდომის უფლებაზე."
-
-#: 01100400.xhp#tit.help.text
-msgid "Statistics"
-msgstr "სტატისტიკა"
-
-#: 01100400.xhp#bm_id1472518.help.text
-msgid "<bookmark_value>number of pages</bookmark_value><bookmark_value>documents;number of pages/tables/sheets</bookmark_value><bookmark_value>number of tables</bookmark_value><bookmark_value>number of sheets</bookmark_value><bookmark_value>cells;number of</bookmark_value><bookmark_value>pictures;number of</bookmark_value><bookmark_value>OLE objects;number of</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>OLE ობიექტების რაოდენობა</bookmark_value>"
-
-#: 01100400.xhp#hd_id3149962.1.help.text
-msgid "<link href=\"text/shared/01/01100400.xhp\" name=\"Statistics\">Statistics</link>"
-msgstr "<link href=\"text/shared/01/01100400.xhp\" name=\"Statistics\">სტატისტიკა</link>"
-
-#: 01100400.xhp#par_id3156045.2.help.text
-msgid "<ahelp hid=\"SC_TABPAGE_RID_SCPAGE_STAT\">Displays statistics for the current file.</ahelp>"
-msgstr "<ahelp hid=\"SC_TABPAGE_RID_SCPAGE_STAT\">აჩვენებს მიმდინარე ფაილების სტატისტიკას.</ahelp>"
-
-#: 01100400.xhp#par_id3156324.36.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Some statistic values can be used as <link href=\"text/swriter/02/14020000.xhp\" name=\"variables in formulas\">variables in formulas</link>. </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ზოგიერთი სტატისტიკური მნიშვნელობა გამოიყენება როგორც<link href=\"text/swriter/02/14020000.xhp\" name=\"ცვლადები ფორმულებში\">variables in formulas</link>. </caseinline></switchinline>"
-
-#: 01100400.xhp#hd_id3153255.3.help.text
-msgid "Number of Pages:"
-msgstr "გვერდების რაოდენობა"
-
-#: 01100400.xhp#par_id3154230.4.help.text
-msgid "Number of pages in the file."
-msgstr "ფაილში გვერდების რაოდენობა"
-
-#: 01100400.xhp#hd_id3156027.5.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Number of Tables: </caseinline><caseinline select=\"CALC\">Number of Sheets: </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ცხრილების რაოდენობა: </caseinline><caseinline select=\"CALC\">ფურცლების რაოდენობა: </caseinline></switchinline>"
-
-#: 01100400.xhp#par_id3153527.6.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Number of tables in the file. </caseinline><caseinline select=\"CALC\">Number of sheets in the file. </caseinline></switchinline> This statistic does not include tables that were inserted as <link href=\"text/shared/00/00000005.xhp#ole\" name=\"OLE\">OLE</link> objects."
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ფაილში ცხრილების რაოდენობა. </caseinline><caseinline select=\"CALC\">ფაილში ფურცლების რაოდენობა. </caseinline></switchinline>ეს სტატისტიკა არ შეიცავს <link href=\"text/shared/00/00000005.xhp#ole\" name=\"OLE\">OLE</link> ობიექტების სახით ჩასმულ ცხრილებს."
-
-#: 01100400.xhp#hd_id3153311.30.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Number of Cells: </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">უჯრედების რაოდენობა: </caseinline></switchinline>"
-
-#: 01100400.xhp#par_id3156114.31.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Number of cells with content in the file. </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">შიგთავსიანი უჯრედების რაოდენობა ფაილში</caseinline></switchinline>"
-
-#: 01100400.xhp#hd_id3147210.7.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Number of Graphics: </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">გრაფიკების რაოდენობა: </caseinline></switchinline>"
-
-#: 01100400.xhp#par_id3166411.8.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Number of graphics in the file. This statistic does not include graphics that were inserted as <link href=\"text/shared/00/00000005.xhp#ole\" name=\"OLE\">OLE</link> objects. </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ფაილში გრაფიკების რაოდენობა. ეს სტატისტიკა არ შეიცავს <link href=\"text/shared/00/00000005.xhp#ole\" name=\"OLE\">OLE</link> ობიექტების სახით ჩასმულ გრაფიკებს. </caseinline></switchinline>"
-
-#: 01100400.xhp#hd_id3147618.9.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Number of OLE Objects: </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">OLE ობიექტების რაოდენობა: </caseinline></switchinline>"
-
-#: 01100400.xhp#par_id3149820.10.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Number of <link href=\"text/shared/00/00000005.xhp#ole\" name=\"OLE\">OLE</link> objects in the file, including tables and graphics that were inserted as OLE objects. </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ფაილში <link href=\"text/shared/00/00000005.xhp#ole\" name=\"OLE\">OLE</link> ობიექტების რაოდენობა,OLE ობიექტების სახით ჩასმული ცხრილებისა და გრაფიკების ჩათვლით.</caseinline></switchinline>"
-
-#: 01100400.xhp#hd_id3153665.11.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Number of Paragraphs: </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">პარაგრაფების რაოდენობა: </caseinline></switchinline>"
-
-#: 01100400.xhp#par_id3156156.12.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Number of paragraphs (including blank paragraphs) in the file. </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ფაილში ხაზების რაოდენობა </caseinline></switchinline>"
-
-#: 01100400.xhp#hd_id3155261.13.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Number of Words: </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ხაზების რაოდენობა: </caseinline></switchinline>"
-
-#: 01100400.xhp#par_id3147402.14.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Number of words (including words consisting of a single character) in the file. </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ფაილში სიტყვათა რაოდენობა (ერთი სიმბოლოსგან შემდგარი სიტყვების ჩათვლით). </caseinline></switchinline>"
-
-#: 01100400.xhp#hd_id3150466.15.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Number of Characters: </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">სიმბოლოთა რაოდენობა: </caseinline></switchinline>"
-
-#: 01100400.xhp#par_id3149294.16.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Number of characters (including spaces) in the file. Non-printable characters are not included. </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ფაილში სიმბოლოთა რაოდენობა (არეების ჩათვლით). არა-ბეჭდვადი სიმბოლოები ჩასმული არ არის. </caseinline></switchinline>"
-
-#: 01100400.xhp#hd_id3148947.32.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Number of Lines: </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ხაზების რაოდენობა: </caseinline></switchinline>"
-
-#: 01100400.xhp#par_id3149650.33.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Number of lines in the file. </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ფაილში ხაზების რაოდენობა </caseinline></switchinline>"
-
-#: 01100400.xhp#hd_id3153525.34.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Update </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-
-#: 01100400.xhp#par_id3148981.35.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"SW_PUSHBUTTON_TP_DOC_STAT_PB_PDATE\">Updates the statistics.</ahelp></caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"SW_PUSHBUTTON_TP_DOC_STAT_PB_PDATE\">განახლებები და სტატისტიკა.</ahelp></caseinline></switchinline>"
-
-#: 05030300.xhp#tit.help.text
-msgid "Tabs"
+#. TJ7p
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"hd_id3145272\n"
+"19\n"
+"help.text"
+msgid "Link"
msgstr ""
-#: 05030300.xhp#bm_id3156027.help.text
-msgid "<bookmark_value>formats; tabulators</bookmark_value><bookmark_value>fill characters with tabulators</bookmark_value><bookmark_value>tab stops;settings</bookmark_value>"
+#. xYIy
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"par_id3154150\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_BACKGROUND:BTN_LINK\">Links to or embeds the graphic file in the current file.</ahelp>"
msgstr ""
-#: 05030300.xhp#hd_id3156027.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05030300.xhp\" name=\"Tabs\">Tabs</link>"
-msgstr "<link href=\"text/shared/01/01010200.xhp\" name=\"Labels\">იარლიყები</link>"
-
-#: 05030300.xhp#par_id3153577.2.help.text
-msgid "<ahelp hid=\"HID_TABULATOR\">Set the position of a tab stop in a paragraph.</ahelp>"
+#. p8fU
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"hd_id3155366\n"
+"21\n"
+"help.text"
+msgid "Preview"
msgstr ""
-#: 05030300.xhp#par_id3147653.40.help.text
-msgid "If you want, you can also use the ruler to set the tab positions."
+#. rg(Q
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"par_id3147426\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_BACKGROUND:BTN_PREVIEW\">Displays or hides a preview of the selected graphic.</ahelp>"
msgstr ""
-#: 05030300.xhp#hd_id3154897.3.help.text
-msgctxt "05030300.xhp#hd_id3154897.3.help.text"
-msgid "Position"
+#. c6MP
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"hd_id3154472\n"
+"23\n"
+"help.text"
+msgid "Browse"
msgstr ""
-#: 05030300.xhp#par_id3153331.4.help.text
-msgid "<ahelp hid=\"SVX:METRICBOX:RID_SVXPAGE_TABULATOR:ED_TABPOS\">Select a tab stop type, enter a new measurement, and then click <emph>New</emph>. If you want, you can also specify the measurement units to use for the tab (cm for centimeter, or \" for inches). Existing tabs to the left of the first tab that you set are removed.</ahelp>"
+#. d$Vd
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"par_id3153951\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_BACKGROUND:BTN_BROWSE\">Locate the graphic file that you want to use as a background, and then click <emph>Open</emph>.</ahelp>"
msgstr ""
-#: 05030300.xhp#hd_id3155180.9.help.text
-msgctxt "05030300.xhp#hd_id3155180.9.help.text"
+#. XBkI
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"hd_id3153726\n"
+"25\n"
+"help.text"
msgid "Type"
msgstr "ტიპი:"
-#: 05030300.xhp#par_id3149514.10.help.text
-msgid "Select the type of tab stop that you want to modify."
-msgstr ""
-
-#: 05030300.xhp#hd_id3157910.11.help.text
-msgctxt "05030300.xhp#hd_id3157910.11.help.text"
-msgid "Left"
-msgstr ""
-
-#: 05030300.xhp#par_id3146847.41.help.text
-msgid "The name of this tab stop is <emph>Left/Top</emph> if Asian language support is enabled."
+#. 9`RU
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"par_id3147442\n"
+"26\n"
+"help.text"
+msgid "Specify the way that you want to display the background graphic."
msgstr ""
-#: 05030300.xhp#par_id3153698.12.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_LEFT\">Aligns the left edge of the text to the tab stop and extends the text to the right.</ahelp>"
+#. X:nH
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"hd_id3153366\n"
+"27\n"
+"help.text"
+msgid "Position"
msgstr ""
-#: 05030300.xhp#hd_id3149763.13.help.text
-msgctxt "05030300.xhp#hd_id3149763.13.help.text"
-msgid "Right"
+#. C)J+
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"par_id3153741\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_BACKGROUND:BTN_POSITION\">Select this option, and then click a location in the position grid.</ahelp>"
msgstr ""
-#: 05030300.xhp#par_id3148491.42.help.text
-msgid "This name of this tab stop is <emph>Right/Bottom</emph> if Asian language support is enabled."
+#. /KA_
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"hd_id3156005\n"
+"29\n"
+"help.text"
+msgid "Area"
msgstr ""
-#: 05030300.xhp#par_id3151384.14.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_RIGHT\">Aligns the right edge of the text to the tab stop and extends the text to the left of the tab stop.</ahelp>"
+#. 64,P
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"par_id3152596\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_BACKGROUND:BTN_AREA\">Stretches the graphic to fill the entire background of the selected object.</ahelp>"
msgstr ""
-#: 05030300.xhp#hd_id3153628.15.help.text
+#. 3pl`
+#: 05030600.xhp
#, fuzzy
-msgctxt "05030300.xhp#hd_id3153628.15.help.text"
-msgid "Center"
-msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ცენტრირებული\n"
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ცენტრირება"
+msgctxt ""
+"05030600.xhp\n"
+"hd_id3145663\n"
+"32\n"
+"help.text"
+msgid "Tile"
+msgstr "შევსება"
-#: 05030300.xhp#par_id3154347.16.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_CENTER\">Aligns the center of the text to the tab stop.</ahelp>"
+#. sG#3
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"par_id3149481\n"
+"33\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_BACKGROUND:BTN_TILE\">Repeats the graphic so that it covers the entire background of the selected object.</ahelp>"
msgstr ""
-#: 05030300.xhp#hd_id3148552.17.help.text
-msgid "Decimal"
-msgstr "ათობითი"
-
-#: 05030300.xhp#par_id3144422.18.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_DECIMAL\">Aligns the decimal point of a number to the center of the tab stop and text to the left of the tab.</ahelp>"
+#. 5Tcj
+#: 05030600.xhp
+msgctxt ""
+"05030600.xhp\n"
+"par_id3151114\n"
+"35\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 ""
-#: 05030300.xhp#par_id3154388.19.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">The character that is used as a decimal separator depends on the regional setting of your operating system. </caseinline></switchinline>"
+#. :!=-
+#: 05100100.xhp
+msgctxt ""
+"05100100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Merge"
msgstr ""
-#: 05030300.xhp#hd_id3153380.20.help.text
-msgctxt "05030300.xhp#hd_id3153380.20.help.text"
-msgid "Character"
-msgstr "ნებისმიერი სიმბოლო"
-
-#: 05030300.xhp#par_id3153778.21.help.text
-msgid "<ahelp hid=\"SVX:EDIT:RID_SVXPAGE_TABULATOR:ED_TABTYPE_DECCHAR\">Enter a character that you want the decimal tab to use as a decimal separator.</ahelp>"
-msgstr ""
+#. kHAe
+#: 05100100.xhp
+#, fuzzy
+msgctxt ""
+"05100100.xhp\n"
+"hd_id3154765\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05100100.xhp\" name=\"Merge\">Merge</link>"
+msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">არე</link>"
-#: 05030300.xhp#hd_id3159151.22.help.text
-msgid "Fill Character"
+#. e`p$
+#: 05100100.xhp
+msgctxt ""
+"05100100.xhp\n"
+"par_id3147406\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"verbindentext\"><ahelp hid=\".\">Combines the contents of the selected table cells into a single cell.</ahelp></variable>"
msgstr ""
-#: 05030300.xhp#par_id3154153.23.help.text
-msgid "Specify the characters to use as leader to the left of the tab stop."
+#. dgr!
+#: 05100100.xhp
+msgctxt ""
+"05100100.xhp\n"
+"par_id3154351\n"
+"79\n"
+"help.text"
+msgid "Choose <emph>Table - Merge Cells</emph>"
msgstr ""
-#: 05030300.xhp#hd_id3144760.24.help.text
-msgctxt "05030300.xhp#hd_id3144760.24.help.text"
-msgid "None"
+#. CVRX
+#: 05100100.xhp
+msgctxt ""
+"05100100.xhp\n"
+"par_id3154370\n"
+"80\n"
+"help.text"
+msgid "On the <emph>Table</emph> Bar, click"
msgstr ""
-#: 05030300.xhp#par_id3143231.25.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_NO\">Inserts no fill characters, or removes existing fill characters to the left of the tab stop.</ahelp>"
-msgstr ""
+#. l2.d
+#: 05100100.xhp
+#, fuzzy
+msgctxt ""
+"05100100.xhp\n"
+"par_id3153996\n"
+"help.text"
+msgid "<image id=\"img_id3154002\" src=\"cmd/sc_mergecells.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3154002\">icon</alt></image>"
+msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-#: 05030300.xhp#hd_id3152933.26.help.text
-msgid "......."
-msgstr ""
+#. EYig
+#: 05100100.xhp
+msgctxt ""
+"05100100.xhp\n"
+"par_id3150662\n"
+"81\n"
+"help.text"
+msgid "Merge Cells"
+msgstr "უჯრების შეერთება"
-#: 05030300.xhp#par_id3153192.27.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_POINTS\">Fills the empty space to the left of the tab stop with dots.</ahelp>"
+#. pdNA
+#: 05100100.xhp
+msgctxt ""
+"05100100.xhp\n"
+"par_id3153718\n"
+"3\n"
+"help.text"
+msgid "Merging cells can lead to calculation errors in formulas in the table."
msgstr ""
-#: 05030300.xhp#hd_id3156280.28.help.text
-msgid "------"
+#. @+9w
+#: 05340600.xhp
+msgctxt ""
+"05340600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Show Columns"
msgstr ""
-#: 05030300.xhp#par_id3156212.29.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_DASHLINE\">Fills the empty space to the left of the tab stop with dashes.</ahelp>"
-msgstr ""
+#. [WhO
+#: 05340600.xhp
+#, fuzzy
+msgctxt ""
+"05340600.xhp\n"
+"hd_id3152876\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05340600.xhp\" name=\"Show Columns\">Show Columns</link>"
+msgstr "<link href=\"text/shared/01/01050000.xhp\" name=\"Close\">დახურვა</link>"
-#: 05030300.xhp#hd_id3157960.30.help.text
-msgid "______"
+#. AeRI
+#: 05340600.xhp
+msgctxt ""
+"05340600.xhp\n"
+"par_id3147212\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays hidden columns. Choose the column that you want to display from the list, or click <emph>All </emph>to display all of the hidden columns.</ahelp>"
msgstr ""
-#: 05030300.xhp#par_id3151043.31.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_UNDERSCORE\">Draws a line to fill the empty space to the left of the tab stop.</ahelp>"
+#. z(7%
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Scan"
msgstr ""
-#: 05030300.xhp#hd_id3153770.32.help.text
-msgctxt "05030300.xhp#hd_id3153770.32.help.text"
-msgid "Character"
-msgstr "ნებისმიერი სიმბოლო"
-
-#: 05030300.xhp#par_id3150441.33.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_OTHER\">Allows you to specify a character to fill the empty space to the left of the tab stop.</ahelp>"
-msgstr ""
+#. {]n:
+#: 04060000.xhp
+#, fuzzy
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3146902\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/04060000.xhp\" name=\"Scan\">Scan</link>"
+msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-#: 05030300.xhp#hd_id3152596.36.help.text
-msgctxt "05030300.xhp#hd_id3152596.36.help.text"
-msgid "New"
+#. h)~S
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3154926\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"scan\"><ahelp hid=\".uno:Scan\">Inserts a scanned image into your document.</ahelp></variable>"
msgstr ""
-#: 05030300.xhp#par_id3163717.37.help.text
-msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_TABULATOR:BTN_NEW\">Adds the tab stop that you defined to the current paragraph.</ahelp>"
+#. gsA~
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3153124\n"
+"5\n"
+"help.text"
+msgid "To insert a scanned image, the driver for your scanner must be installed. <switchinline select=\"sys\"><caseinline select=\"UNIX\">Under UNIX systems, install the SANE package found at http://www.mostang.com/sane/. The SANE package must use the same libc as $[officename].</caseinline></switchinline>"
msgstr ""
-#: 05030300.xhp#hd_id3153945.38.help.text
-msgid "Clear All"
-msgstr ""
+#. ,(ra
+#: 04060000.xhp
+#, fuzzy
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3154673\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/04060100.xhp\" name=\"Select Source\">Select Source</link>"
+msgstr "<link href=\"text/shared/01/02090000.xhp\" name=\"Select All\">მონიშნე ყველა</link>"
-#: 05030300.xhp#par_id3145660.39.help.text
-msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_TABULATOR:BTN_DELALL\">Removes all of the tab stops that you defined under <emph>Position</emph>. Sets <emph>Left</emph> tab stops at regular intervals as the default tab stops.</ahelp>"
-msgstr ""
+#. !8]v
+#: 04060000.xhp
+#, fuzzy
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3152801\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/01/04060200.xhp\" name=\"Request\">Request</link>"
+msgstr "<link href=\"text/shared/01/02030000.xhp\" name=\"Repeat\">გამეორება</link>"
-#: 06050100.xhp#tit.help.text
-msgid "Bullets"
+#. 0tN!
+#: 05230400.xhp
+msgctxt ""
+"05230400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Slant & Corner Radius"
msgstr ""
-#: 06050100.xhp#bm_id3150502.help.text
-msgid "<bookmark_value>bullets;paragraphs</bookmark_value> <bookmark_value>paragraphs; inserting bullets</bookmark_value> <bookmark_value>inserting; paragraph bullets</bookmark_value>"
+#. DQK6
+#: 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 ""
-#: 06050100.xhp#hd_id3150502.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/06050100.xhp\" name=\"Bullets\">Bullets</link>"
-msgstr "<link href=\"text/shared/01/02040000.xhp\" name=\"Cut\">ამოჭრა</link>"
-
-#: 06050100.xhp#par_id3155069.2.help.text
-msgid "<ahelp hid=\".\">Displays the different bullet styles that you can apply.</ahelp>"
+#. tKqg
+#: 05230400.xhp
+msgctxt ""
+"05230400.xhp\n"
+"hd_id3149988\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05230400.xhp\" name=\"Slant & Corner Radius\">Slant & Corner Radius</link>"
msgstr ""
-#: 06050100.xhp#par_id0202200910514673.help.text
-msgid "Bullets and Numbering of paragraphs is supported only in Writer, Impress and Draw."
+#. 5sP.
+#: 05230400.xhp
+msgctxt ""
+"05230400.xhp\n"
+"par_id3154788\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TRANS_SLANT\">Slants the selected object, or rounds the corners of a rectangular object.</ahelp>"
msgstr ""
-#: 06050100.xhp#hd_id3153255.3.help.text
-msgctxt "06050100.xhp#hd_id3153255.3.help.text"
-msgid "Selection"
+#. sV@d
+#: 05230400.xhp
+msgctxt ""
+"05230400.xhp\n"
+"hd_id3154497\n"
+"3\n"
+"help.text"
+msgid "Corner Radius"
msgstr ""
-#: 06050100.xhp#par_id3155364.4.help.text
-msgid "<ahelp hid=\"HID_VALUESET_BULLET\">Click the bullet style that you want to use.</ahelp>"
+#. dv=8
+#: 05230400.xhp
+msgctxt ""
+"05230400.xhp\n"
+"par_id3156027\n"
+"4\n"
+"help.text"
+msgid "You can only round the corners of a rectangular object."
msgstr ""
-#: 06050100.xhp#par_id3149549.help.text
-msgctxt "06050100.xhp#par_id3149549.help.text"
-msgid "<link href=\"text/shared/01/06050600.xhp\" name=\"Position tab (Numbering/Bullets dialog)\">Position tab (Bullets and Numbering dialog)</link>"
+#. v`wo
+#: 05230400.xhp
+msgctxt ""
+"05230400.xhp\n"
+"hd_id3153935\n"
+"5\n"
+"help.text"
+msgid "Radius"
msgstr ""
-#: 06050100.xhp#par_id3154317.help.text
-msgctxt "06050100.xhp#par_id3154317.help.text"
-msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options tab (Numbering/Bullets dialog)\">Options tab (Bullets and Numbering dialog)</link>"
+#. oQs#
+#: 05230400.xhp
+msgctxt ""
+"05230400.xhp\n"
+"par_id3147373\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_SLANT:MTR_FLD_RADIUS\">Enter the radius of the circle that you want to use to round the corners.</ahelp>"
msgstr ""
-#: 02040000.xhp#tit.help.text
-msgid "Cut"
-msgstr "ამოჭრა"
-
-#: 02040000.xhp#bm_id3146936.help.text
-msgid "<bookmark_value>cutting</bookmark_value><bookmark_value>clipboard; cutting</bookmark_value>"
-msgstr "<bookmark_value>ჭრა</bookmark_value><bookmark_value>გაცვლის ბუფერი; ამოჭრა</bookmark_value>"
-
-#: 02040000.xhp#hd_id3146936.1.help.text
-msgid "<link href=\"text/shared/01/02040000.xhp\" name=\"Cut\">Cut</link>"
-msgstr "<link href=\"text/shared/01/02040000.xhp\" name=\"Cut\">ამოჭრა</link>"
-
-#: 02040000.xhp#par_id3153255.2.help.text
-msgid "<ahelp hid=\".uno:Cut\">Removes and copies the selection to the clipboard.</ahelp>"
-msgstr "<ahelp hid=\".uno:Cut\">მონიშვნის ამოღება და ასლის გადატანა გაცვლის ბუფერზე.</ahelp>"
-
-#: 01010304.xhp#tit.help.text
-msgid "Business"
-msgstr "საქმიანობა"
-
-#: 01010304.xhp#hd_id3152942.1.help.text
-msgid "<link href=\"text/shared/01/01010304.xhp\" name=\"Business\">Business</link>"
-msgstr "<link href=\"text/shared/01/01010304.xhp\" name=\"Business\">საქმიანობა</link>"
-
-#: 01010304.xhp#par_id3151097.2.help.text
-msgid "<ahelp hid=\"\">Contains contact information for business cards that use a layout from a 'Business Card, Work' category. Business card layouts are selected on the <emph>Business Cards</emph> tab.</ahelp>"
-msgstr "<ahelp hid=\"\">შეიცავს სავიზიტო ბარათების საკონტაქტო ინფორმაციას, სავიზიტო ბარათების სამუშაო კატეგორიის განლაგებით. სავიზიტო ბარათის განლაგება მონიშნულია<emph>სავიზიტო ბარათების</emph>ჩანართზე.</ahelp>"
-
-#: 01010304.xhp#hd_id3149549.3.help.text
-msgid "Business data"
-msgstr "მონაცემები საქმიანობის შესახებ"
-
-#: 01010304.xhp#par_id3156027.4.help.text
-msgid "Enter the contact information that you want to include on your business card."
-msgstr "შეიტანეთ საკონტაქტო ინფორმაცია, რომელიც გსურთ, რომ დაურთოთ სავიზიტო ბარათზე."
-
-#: 01010304.xhp#par_id3155892.17.help.text
-msgid "If you want to include your name on a business card, enter your name on the <emph>Private </emph>tab. Then choose a layout on the <emph>Business Cards </emph>tab that includes a name placeholder."
-msgstr "თუ გსურთ სავიზიტო ბარათში თქვენი სახელის ჩამატება, შეიტანეთ თქვენი სახელი <emph>კერძო</emph>ჩანართზე. შემდეგ აირჩიეთ განლაგება <emph>სავიზიტო ბარათის </emph>ჩანართზე, რომელიც მოიცავს სახელის ჩანაცვლების ველს. "
-
-#: 01010304.xhp#hd_id3150355.5.help.text
-msgid "Company 2nd line"
-msgstr "კომპანიის მეორე ხაზი"
-
-#: 01010304.xhp#par_id3153031.6.help.text
-msgid "<ahelp hid=\"SW:EDIT:TP_BUSINESS_DATA:ED_COMP_EXT\">Enter additional company details.</ahelp>"
-msgstr "<ahelp hid=\"SW:EDIT:TP_BUSINESS_DATA:ED_COMP_EXT\">შეიტანეთ კომპანიის დამატებითი მონაცემები.</ahelp>"
-
-#: 01010304.xhp#hd_id3150771.7.help.text
-msgid "Slogan"
-msgstr "სლოგანი"
-
-#: 01010304.xhp#par_id3156327.8.help.text
-msgid "<ahelp hid=\"SW:EDIT:TP_BUSINESS_DATA:ED_SLOGAN\">Enter the slogan of your company.</ahelp>"
-msgstr "<ahelp hid=\"SW:EDIT:TP_BUSINESS_DATA:ED_SLOGAN\">შეიტანეთ თქვენი კომპანიის სლოგანი.</ahelp>"
-
-#: 01010304.xhp#hd_id3153146.9.help.text
-msgctxt "01010304.xhp#hd_id3153146.9.help.text"
-msgid "Country"
+#. S%xT
+#: 05230400.xhp
+msgctxt ""
+"05230400.xhp\n"
+"hd_id3145090\n"
+"7\n"
+"help.text"
+msgid "Slant"
msgstr ""
-#: 01010304.xhp#par_id3155449.10.help.text
-msgid "<ahelp hid=\"SW:EDIT:TP_BUSINESS_DATA:ED_STATE\">Enter the name of the country where your business is located.</ahelp>"
-msgstr "<ahelp hid=\"SW:EDIT:TP_BUSINESS_DATA:ED_STATE\">შეიტანეთ იმ ქვეყნის დასახელება, სადაც თქვენ საქმიანობთ.</ahelp>"
-
-#: 01010304.xhp#hd_id3154380.11.help.text
-msgctxt "01010304.xhp#hd_id3154380.11.help.text"
-msgid "Phone"
+#. ![HL
+#: 05230400.xhp
+msgctxt ""
+"05230400.xhp\n"
+"par_id3153345\n"
+"8\n"
+"help.text"
+msgid "Slants the selected object along an axis that you specify."
msgstr ""
-#: 01010304.xhp#par_id3154046.12.help.text
-msgid "<ahelp hid=\"SW:EDIT:TP_BUSINESS_DATA:ED_PHONE\">Enter your business telephone number.</ahelp>"
-msgstr "<ahelp hid=\"SW:EDIT:TP_BUSINESS_DATA:ED_PHONE\">შეიტანეთ თქვენი სამსახურის ტელეფონის ნომერი.</ahelp>"
-
-#: 01010304.xhp#hd_id3158430.13.help.text
-msgctxt "01010304.xhp#hd_id3158430.13.help.text"
-msgid "Mobile"
+#. u]G*
+#: 05230400.xhp
+msgctxt ""
+"05230400.xhp\n"
+"hd_id3154983\n"
+"9\n"
+"help.text"
+msgid "Angle"
msgstr ""
-#: 01010304.xhp#par_id3156329.14.help.text
-msgid "<ahelp hid=\"SW:EDIT:TP_BUSINESS_DATA:ED_MOBILE\">Enter your mobile telephone number.</ahelp>"
-msgstr "<ahelp hid=\"SW:EDIT:TP_BUSINESS_DATA:ED_MOBILE\">შეიტანეთ თქვენი მობილური ტელეფონის ნომერი.</ahelp>"
-
-#: 01010304.xhp#hd_id3154306.15.help.text
-msgctxt "01010304.xhp#hd_id3154306.15.help.text"
-msgid "Homepage"
+#. 4383
+#: 05230400.xhp
+msgctxt ""
+"05230400.xhp\n"
+"par_id3153683\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_SLANT:MTR_FLD_ANGLE\">Enter the angle of the slant axis.</ahelp>"
msgstr ""
-#: 01010304.xhp#par_id3148563.16.help.text
-msgid "<ahelp hid=\"SW:EDIT:TP_BUSINESS_DATA:ED_WWW\">Enter the address of your company's internet homepage.</ahelp>"
-msgstr "<ahelp hid=\"SW:EDIT:TP_BUSINESS_DATA:ED_WWW\">შეიტანეთ თქვენი კომპანიის ინტერნეტ ვებგვერდის მისამართი.</ahelp>"
-
-#: 02020000.xhp#tit.help.text
-msgid "Redo"
-msgstr "გამეორება"
-
-#: 02020000.xhp#bm_id3149991.help.text
-msgid "<bookmark_value>restoring;editing</bookmark_value><bookmark_value>redo command</bookmark_value>"
-msgstr "<bookmark_value>აღდგენა;რედაქტირება</bookmark_value><bookmark_value>ბრძანების გამეორება</bookmark_value>"
-
-#: 02020000.xhp#hd_id3149991.1.help.text
-msgid "<link href=\"text/shared/01/02020000.xhp\" name=\"Redo\">Redo</link>"
-msgstr "<link href=\"text/shared/01/02020000.xhp\" name=\"Redo\">გამეორება</link>"
-
-#: 02020000.xhp#par_id3157898.2.help.text
-#, fuzzy
-msgid "<ahelp hid=\"HID_IMAPDLG_REDO\">Reverses the action of the last <emph>Undo</emph> command. To select the <emph>Undo</emph> step that you want to reverse, click the arrow next to the <emph>Redo</emph> icon on the Standard bar.</ahelp>"
-msgstr "<ahelp hid=\"HID_IMAPDLG_UNDO\">ბოლოს დაბეჭდილი ჩანაწერის ან ბოლო ბრძანების დაბრუნება. დასაბრუნებელი ბრძანების მონიშვნისათვის ისარი ძირითად ზოლში დააწკაპუნეთ ხატულაზე<emph>მოქმედების დაბრუნება </emph> </ahelp>"
-
-#: 02100001.xhp#tit.help.text
-msgid "List of Regular Expressions"
-msgstr "საწყისი გამოსახულებების ჩამონათვალი"
-
-#: 02100001.xhp#bm_id3146765.help.text
-msgid "<bookmark_value>regular expressions; list of</bookmark_value> <bookmark_value>lists;regular expressions</bookmark_value> <bookmark_value>replacing;tab stops (regular expressions)</bookmark_value> <bookmark_value>tab stops;regular expressions</bookmark_value> <bookmark_value>concatenation, see ampersand symbol</bookmark_value> <bookmark_value>ampersand symbol, see also operators</bookmark_value>"
+#. %QVc
+#: 05210600.xhp
+msgctxt ""
+"05210600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Shadow"
msgstr ""
-#: 02100001.xhp#hd_id3146765.203.help.text
-msgid "<variable id=\"02100001\"><link href=\"text/shared/01/02100001.xhp\">List of Regular Expressions</link></variable>"
-msgstr "<variable id=\"02100001\"><link href=\"text/shared/01/02100001.xhp\">საწყისი გამოსახულებების სია</link></variable>"
-
-#: 02100001.xhp#par_id3149741.17.help.text
-msgctxt "02100001.xhp#par_id3149741.17.help.text"
-msgid "Character"
-msgstr "ნებისმიერი სიმბოლო"
-
-#: 02100001.xhp#par_id3155577.18.help.text
-msgid "Result/Use"
-msgstr "შედეგი/გამოყენება"
-
-#: 02100001.xhp#par_id6600543.help.text
-msgid "Any character"
-msgstr "ნებისმიერი სიმბოლო"
-
-#: 02100001.xhp#par_id9824518.00000001.help.text
-msgid "Represents the given character unless otherwise specified."
-msgstr "განსაზღვრის გარეშე ნებისმიერი ერთეული სიმბოლოს ჩვენება"
-
-#: 02100001.xhp#par_id3152427.19.help.text
-msgid "."
-msgstr "."
-
-#: 02100001.xhp#par_id3149031.20.help.text
-msgid "Represents any single character except for a line break or paragraph break. For example, the search term \"sh.rt\" returns both \"shirt\" and \"short\"."
-msgstr "ნებისმიერი ერთეული სიმბოლოს წარმოდგენა გარდა სტრიქონის წყვეტისა და აბზაცის წყვეტისა. მაგალითად, ძიების ტერმინი \"sh.rt\" დააბრუნებს როგორც \"shirt\" ასევე \"short\"."
-
-#: 02100001.xhp#par_id3154682.21.help.text
-msgid "^"
-msgstr "^"
-
-#: 02100001.xhp#par_id3155351.22.help.text
-msgid "Only finds the search term if the term is at the beginning of a paragraph. Special objects such as empty fields or character-anchored frames, at the beginning of a paragraph are ignored. Example: \"^Peter\"."
-msgstr "პოულობს მხოლოდ საძიებო ტერმინს, თუ ეს ტერმინი აბზაცის დასაწყისშია. საგანგებო ობიექტები, როგორიცაა ცარიელი ველები ან წამყვან სიმბოლოიანი ჩარჩოები უგულებელყოფილია აბზაცის დასაწყისში. მაგალითად: \"^Peter\"."
-
-#: 02100001.xhp#par_id3159194.23.help.text
-msgid "$"
-msgstr "$"
-
-#: 02100001.xhp#par_id3152542.24.help.text
-msgid "Only finds the search term if the term appears at the end of a paragraph. Special objects such as empty fields or character-anchored frames at the end of a paragraph are ignored. Example: \"Peter$\"."
-msgstr "პოულობს მხოლოდ საძიებო ტერმინს, თუ ეს ტერმინი აბზაცის ბოლოშია. საგანგებო ობიექტები, როგორიცაა ცარიელი ველები ან წამყვან სიმბოლოიანი ჩარჩოები უგულებელყოფილია აბზაცის ბოლოში. მაგალითად: \"^Peter\"."
-
-#: 02100001.xhp#par_id3156414.25.help.text
-msgid "*"
-msgstr "*"
+#. tAgM
+#: 05210600.xhp
+msgctxt ""
+"05210600.xhp\n"
+"bm_id3150014\n"
+"help.text"
+msgid "<bookmark_value>areas; shadows</bookmark_value><bookmark_value>shadows; areas</bookmark_value>"
+msgstr "<bookmark_value>მოქმედების დაბრუნება;რედაქტირება</bookmark_value><bookmark_value>რედაქტირება;მოქმედების დაბრუნება</bookmark_value>"
-#: 02100001.xhp#par_id3155555.26.help.text
-msgid "Finds zero or more of the characters in front of the \"*\". For example, \"Ab*c\" finds \"Ac\", \"Abc\", \"Abbc\", \"Abbbc\", and so on."
-msgstr "ნულოვანი ან მეტი სიმბოლოს ძებნა \"*\"-ის წინ.მაგალითად, \"Ab*c\" finds \"Ac\", \"Abc\", \"Abbc\", \"Abbbc\", და ა.შ."
+#. xTJ+
+#: 05210600.xhp
+msgctxt ""
+"05210600.xhp\n"
+"hd_id3150014\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">Shadow</link>"
+msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">ჩრდილი</link>"
-#: 02100001.xhp#par_id3147399.27.help.text
-msgctxt "02100001.xhp#par_id3147399.27.help.text"
-msgid "+"
+#. wJ?#
+#: 05210600.xhp
+msgctxt ""
+"05210600.xhp\n"
+"par_id3155069\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AREA_SHADOW\">Add a shadow to the selected drawing object, and define the properties of the shadow.</ahelp>"
msgstr ""
-#: 02100001.xhp#par_id3157958.28.help.text
-msgid "Finds one or more of the characters in front of the \"+\". For example, \"AX.+4\" finds \"AXx4\", but not \"AX4\"."
-msgstr "ერთი ან მეტი სიმბოლოს ძებნა\"+\"-ის წინ. მაგალითად, \"AX.+4\" პოულობს \"AXx4\"-ს, მაგრამ არა \"AX4\"-ს."
-
-#: 02100001.xhp#par_id3145313.207.help.text
-msgid "The longest possible string that matches this search pattern in a paragraph is always found. If the paragraph contains the string \"AX 4 AX4\", the entire passage is highlighted."
-msgstr "ყოველთვის პოულობს აბზაცში ძიების შაბლონის შესაფერის ყველაზე გრძელ სტრიქონს. პარაგრაფი შეიცავს \"AX 4 AX4\" სტრიქონს, მთლიანი ნაწყვეტი მოინიშნება. "
-
-#: 02100001.xhp#par_id3143267.199.help.text
-msgid "?"
-msgstr "?"
+#. v~GL
+#: 05210600.xhp
+msgctxt ""
+"05210600.xhp\n"
+"hd_id3153748\n"
+"3\n"
+"help.text"
+msgid "Properties"
+msgstr "თვისებები"
-#: 02100001.xhp#par_id3153684.200.help.text
-msgid "Finds zero or one of the characters in front of the \"?\". For example, \"Texts?\" finds \"Text\" and \"Texts\" and \"x(ab|c)?y\" finds \"xy\", \"xaby\", or \"xcy\"."
+#. 0]m7
+#: 05210600.xhp
+msgctxt ""
+"05210600.xhp\n"
+"par_id3153345\n"
+"4\n"
+"help.text"
+msgid "Set the properties of the shadow that you want to apply."
msgstr ""
-#: 02100001.xhp#par_id3166410.158.help.text
-msgid "\\"
+#. itmw
+#: 05210600.xhp
+msgctxt ""
+"05210600.xhp\n"
+"hd_id3150774\n"
+"5\n"
+"help.text"
+msgid "Use shadow"
msgstr ""
-#: 02100001.xhp#par_id3147209.159.help.text
-msgid "Search interprets the special character that follows the \"\\\" as a normal character and not as a regular expression (except for the combinations \\n, \\t, \\>, and \\<). For example, \"tree\\.\" finds \"tree.\", not \"treed\" or \"trees\"."
+#. Iw+B
+#: 05210600.xhp
+msgctxt ""
+"05210600.xhp\n"
+"par_id3154749\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_SHADOW:TSB_SHOW_SHADOW\">Adds a shadow to the selected drawing object.</ahelp>"
msgstr ""
-#: 02100001.xhp#par_id3152945.166.help.text
-msgid "\\n"
+#. wSLQ
+#: 05210600.xhp
+msgctxt ""
+"05210600.xhp\n"
+"hd_id3166460\n"
+"7\n"
+"help.text"
+msgid "Position"
msgstr ""
-#: 02100001.xhp#par_id3153700.167.help.text
-msgid "Represents a line break that was inserted with the Shift+Enter key combination. To change a line break into a paragraph break, enter <emph>\\n</emph> in the <emph>Search for</emph> and <emph>Replace with</emph> boxes, and then perform a search and replace."
+#. *ve_
+#: 05210600.xhp
+msgctxt ""
+"05210600.xhp\n"
+"par_id3146138\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TPSHADOW_CTRL\">Click where you want to cast the shadow.</ahelp>"
msgstr ""
-#: 02100001.xhp#par_id9262672.help.text
-msgid "\\n in the <emph>Search for</emph> text box stands for a line break that was inserted with the Shift+Enter key combination."
+#. +ifp
+#: 05210600.xhp
+msgctxt ""
+"05210600.xhp\n"
+"hd_id3154897\n"
+"9\n"
+"help.text"
+msgid "Distance"
msgstr ""
-#: 02100001.xhp#par_id2366100.help.text
-msgid "\\n in the <emph>Replace with</emph> text box stands for a paragraph break that can be entered with the Enter or Return key."
+#. u[CK
+#: 05210600.xhp
+msgctxt ""
+"05210600.xhp\n"
+"par_id3146847\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_SHADOW:MTR_FLD_DISTANCE\">Enter the distance that you want the shadow to be offset from the selected object.</ahelp>"
msgstr ""
-#: 02100001.xhp#par_id3153258.29.help.text
-msgid "\\t"
+#. O6m)
+#: 05210600.xhp
+msgctxt ""
+"05210600.xhp\n"
+"hd_id3150276\n"
+"11\n"
+"help.text"
+msgid "Color"
msgstr ""
-#: 02100001.xhp#par_id3157809.30.help.text
-msgid "Represents a tab. You can also use this expression in the <emph>Replace with</emph> box."
+#. QpEs
+#: 05210600.xhp
+msgctxt ""
+"05210600.xhp\n"
+"par_id3155829\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_SHADOW:LB_SHADOW_COLOR\">Select a color for the shadow.</ahelp>"
msgstr ""
-#: 02100001.xhp#par_id3146775.33.help.text
-msgid "\\>"
+#. y3ol
+#: 05210600.xhp
+msgctxt ""
+"05210600.xhp\n"
+"hd_id3148992\n"
+"13\n"
+"help.text"
+msgid "Transparency"
msgstr ""
-#: 02100001.xhp#par_id3148644.34.help.text
-msgid "Only finds the search term if it appears at the end of a word. For example, \"book\\>\" finds \"checkbook\", but not \"bookmark\"."
+#. wZy3
+#: 05210600.xhp
+msgctxt ""
+"05210600.xhp\n"
+"par_id3148642\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_SHADOW:MTR_SHADOW_TRANSPARENT\">Enter a percentage from 0% (opaque) to 100% (transparent) to specify the transparency of the shadow.</ahelp>"
msgstr ""
-#: 02100001.xhp#par_id3150670.35.help.text
-msgid "\\<"
+#. |pqa
+#: 05210600.xhp
+msgctxt ""
+"05210600.xhp\n"
+"hd_id3154810\n"
+"17\n"
+"help.text"
+msgid "Shadow"
msgstr ""
-#: 02100001.xhp#par_id3153666.36.help.text
-msgid "Only finds the search term if it appears at the beginning of a word. For example, \"\\<book\" finds \"bookmark\", but not \"checkbook\"."
+#. 6sE@
+#: 05210600.xhp
+msgctxt ""
+"05210600.xhp\n"
+"par_id3148924\n"
+"15\n"
+"help.text"
+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 ""
-#: 02100001.xhp#par_id3149576.37.help.text
-msgid "^$"
-msgstr ""
+#. /iIh
+#: 05210600.xhp
+#, fuzzy
+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_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-#: 02100001.xhp#par_id3151245.38.help.text
-msgid "Finds an empty paragraph."
+#. bFk]
+#: 05210600.xhp
+msgctxt ""
+"05210600.xhp\n"
+"par_id3154935\n"
+"16\n"
+"help.text"
+msgid "Shadow"
msgstr ""
-#: 02100001.xhp#par_id3148550.41.help.text
-msgid "^."
-msgstr ""
+#. );*u
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Page"
+msgstr "გვერდი"
-#: 02100001.xhp#par_id3159413.42.help.text
-msgid "Finds the first character of a paragraph."
+#. -2{I
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"bm_id3150620\n"
+"help.text"
+msgid "<bookmark_value>pages;formatting and numbering</bookmark_value><bookmark_value>formatting;pages</bookmark_value><bookmark_value>paper formats</bookmark_value><bookmark_value>paper trays</bookmark_value><bookmark_value>printers;paper trays</bookmark_value><bookmark_value>layout;pages</bookmark_value><bookmark_value>binding space</bookmark_value><bookmark_value>margins;pages</bookmark_value><bookmark_value>gutter</bookmark_value>"
msgstr ""
-#: 02100001.xhp#par_id3147282.43.help.text
-msgid "& or $0"
-msgstr ""
+#. -yf(
+#: 05040200.xhp
+#, fuzzy
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3150620\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05040200.xhp\" name=\"Page\">Page</link>"
+msgstr "<link href=\"text/shared/01/02060000.xhp\" name=\"Paste\">ჩასმა</link>"
-#: 02100001.xhp#par_id3153961.44.help.text
-msgid "Adds the string that was found by the search criteria in the <emph>Search for</emph> box to the term in the <emph>Replace with</emph> box when you make a replacement."
+#. U_Az
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3153255\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FORMAT_PAGE\">Allows you to define page layouts for single and multiple-page documents, as well as a numbering and paper formats.</ahelp>"
msgstr ""
-#: 02100001.xhp#par_id3149650.201.help.text
-msgid "For example, if you enter \"window\" in the <emph>Search for</emph> box and \"&frame\" in the <emph>Replace with</emph> box, the word \"window\" is replaced with \"windowframe\"."
+#. *EnE
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3149549\n"
+"31\n"
+"help.text"
+msgid "Paper format"
msgstr ""
-#: 02100001.xhp#par_id3150543.206.help.text
-msgid "You can also enter an \"&\" in the <emph>Replace with</emph> box to modify the <emph>Attributes</emph> or the <emph>Format</emph> of the string found by the search criteria."
+#. g}\4
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3150710\n"
+"32\n"
+"help.text"
+msgid "Select from a list of predefined paper sizes, or define a custom paper format."
msgstr ""
-#: 02100001.xhp#par_id3145419.172.help.text
-msgid "[abc123]"
+#. !0aO
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3153394\n"
+"33\n"
+"help.text"
+msgid "Format"
msgstr ""
-#: 02100001.xhp#par_id3154630.173.help.text
-msgid "Represents one of the characters that are between the brackets."
+#. 4BCc
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3149827\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_PAGE:LB_PAPER_SIZE\">Select a predefined paper size, or create a custom format by entering the dimensions for the paper in the <emph>Height </emph>and <emph>Width </emph>boxes.</ahelp>"
msgstr ""
-#: 02100001.xhp#par_id3156293.174.help.text
-msgid "[a-e]"
+#. cxZE
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3154823\n"
+"35\n"
+"help.text"
+msgid "Width"
msgstr ""
-#: 02100001.xhp#par_id3149167.175.help.text
-msgid "Represents any of the characters that are between a and e, including both start and end characters"
+#. lU0s
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3145313\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_PAGE:ED_PAPER_WIDTH\">Displays the width of the selected paper format. To define a custom format, enter a width here.</ahelp>"
msgstr ""
-#: 02100001.xhp#par_id100520090232005.help.text
-msgid "The characters are ordered by their code numbers."
+#. \-1/
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3147008\n"
+"37\n"
+"help.text"
+msgid "Height"
msgstr ""
-#: 02100001.xhp#par_id3155994.176.help.text
-msgid "[a-eh-x]"
+#. WV\`
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3156113\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_PAGE:ED_PAPER_HEIGHT\">Displays the height of the selected paper format. To define a custom format, enter a height here.</ahelp>"
msgstr ""
-#: 02100001.xhp#par_id3148676.177.help.text
-msgid "Represents any of the characters that are between a-e and h-x."
+#. 2nT7
+#: 05040200.xhp
+#, fuzzy
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3146798\n"
+"39\n"
+"help.text"
+msgid "Portrait"
+msgstr "#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\\nშვეული\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\nპორტრეტი"
+
+#. 2N]L
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3149811\n"
+"40\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_PAGE:RB_PORTRAIT\">Displays and prints the current document with the paper oriented vertically.</ahelp>"
msgstr ""
-#: 02100001.xhp#par_id3145318.178.help.text
-msgid "[^a-s]"
+#. $6Y/
+#: 05040200.xhp
+#, fuzzy
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3150976\n"
+"41\n"
+"help.text"
+msgid "Landscape"
+msgstr "#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\\nთარაზული\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\nლანდშაფტი"
+
+#. p@oQ
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3153827\n"
+"42\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_PAGE:RB_LANDSCAPE\">Displays and prints the current document with the paper oriented horizontally.</ahelp>"
msgstr ""
-#: 02100001.xhp#par_id3153351.179.help.text
-msgid "Represents everything that is not between a and s."
+#. f#55
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3156153\n"
+"74\n"
+"help.text"
+msgid "Text direction"
msgstr ""
-#: 02100001.xhp#par_id3156543.180.help.text
-msgid "\\xXXXX"
+#. |t[0
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3154380\n"
+"73\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_PAGE_LB_TEXT_FLOW\">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 ""
-#: 02100001.xhp#par_id3153768.181.help.text
-msgid "Represents a special character based on its four-digit hexadecimal code (XXXX)."
+#. C]wJ
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3156327\n"
+"43\n"
+"help.text"
+msgid "Paper tray"
msgstr ""
-#: 02100001.xhp#par_id3159252.208.help.text
-msgid "The code for the special character depends on the font used. You can view the codes by choosing <emph>Insert - Special Character</emph>."
+#. [~OI
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3150771\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_PAGE:LB_PAPER_TRAY\">Select the paper source for your printer. If you want, you can assign different paper trays to different page styles. For example, assign a different tray to the First Page style and load the tray with your company's letterhead paper.</ahelp>"
msgstr ""
-#: 02100001.xhp#par_id3153951.186.help.text
-msgid "|"
-msgstr "|"
-
-#: 02100001.xhp#par_id3154985.187.help.text
-msgid "Finds the terms that occur before the \"|\" and also finds the terms that occur after the \"|\". For example, \"this|that\" finds \"this\" and \"that\"."
-msgstr ""
+#. hKCQ
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3150275\n"
+"3\n"
+"help.text"
+msgid "Margins"
+msgstr "საზღვრები"
-#: 02100001.xhp#par_id3147376.209.help.text
-msgid "{2}"
+#. .Bz@
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3153348\n"
+"4\n"
+"help.text"
+msgid "Specify the amount of space to leave between the edges of the page and the document text."
msgstr ""
-#: 02100001.xhp#par_id3150103.210.help.text
-msgid "Defines the number of times that the character in front of the opening bracket occurs. For example, \"tre{2}\" finds and selects \"tree\"."
+#. j7Lp
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3153061\n"
+"5\n"
+"help.text"
+msgid "Left / Inner"
msgstr ""
-#: 02100001.xhp#par_id3151289.211.help.text
-msgid "{1,2}"
+#. VCQ$
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3151384\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_PAGE:ED_LEFT_MARGIN\">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 ""
-#: 02100001.xhp#par_id3147317.212.help.text
-msgid "Defines the minimum and maximum number of times that the character in front of the opening bracket can occur. For example, \"tre{1,2}\" finds and selects \"tre\" and \"tree\"."
+#. *)l|
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3154923\n"
+"8\n"
+"help.text"
+msgid "Right / Outer"
msgstr ""
-#: 02100001.xhp#par_id4870754.help.text
-msgid "{1,}"
+#. dWZ3
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3147304\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_PAGE:ED_RIGHT_MARGIN\">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 ""
-#: 02100001.xhp#par_id843836.help.text
-msgid "Defines the minimum number of times that the character in front of the opening bracket can occur. For example, \"tre{2,}\" finds \"tree\", \"treee\", and \"treeeee\"."
+#. +27!
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3161657\n"
+"11\n"
+"help.text"
+msgid "Top"
msgstr ""
-#: 02100001.xhp#par_id3148616.213.help.text
-msgid "( )"
+#. iPe3
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3154226\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_PAGE:ED_TOP_MARGIN\">Enter the amount of space to leave between the upper edge of the page and the document text.</ahelp>"
msgstr ""
-#: 02100001.xhp#par_id2701803.help.text
-msgid "In the <emph>Search for</emph> box:"
+#. FZY/
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3153381\n"
+"13\n"
+"help.text"
+msgid "Bottom"
msgstr ""
-#: 02100001.xhp#par_id3153573.214.help.text
-msgid "Defines the characters inside the parentheses as a reference. You can then refer to the first reference in the current expression with \"\\1\", to the second reference with \"\\2\", and so on."
+#. qyMr
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3154138\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_PAGE:ED_BOTTOM_MARGIN\">Enter the amount of space to leave between the lower edge of the page and the document text.</ahelp>"
msgstr ""
-#: 02100001.xhp#par_id3156061.215.help.text
-msgid "For example, if your text contains the number 13487889 and you search using the regular expression (8)7\\1\\1, \"8788\" is found."
+#. MO8:
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id0522200809473735\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Aligns the text on the selected Page Style to a vertical page grid.</ahelp>"
msgstr ""
-#: 02100001.xhp#par_id2367931.help.text
-msgid "You can also use () to group terms, for example, \"a(bc)?d\" finds \"ad\" or \"abcd\"."
-msgstr ""
+#. OynT
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3150488\n"
+"55\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Register-true</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-#: 02100001.xhp#par_id9200109.help.text
-msgid "In the <emph>Replace with</emph> box:"
+#. !Kp7
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3151112\n"
+"56\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_PAGE:CB_REGISTER\">Aligns the text on the selected Page Style to a vertical page grid.</ahelp> The spacing of the grid is defined by the <emph>Reference Style</emph>.</caseinline></switchinline>"
msgstr ""
-#: 02100001.xhp#par_id5766472.help.text
-msgid "Use $ (dollar) instead of \\ (backslash) to replace references. Use $0 to replace the whole found string."
+#. OPah
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id0522200809473732\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the Paragraph Style that you want to use as a reference for lining up the text on the selected Page style. The height of the font that is specified in the reference style sets the spacing of the vertical page grid. </ahelp>"
msgstr ""
-#: 02100001.xhp#par_id3154790.226.help.text
-msgid "[:alpha:]"
-msgstr ""
+#. (fEX
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3150686\n"
+"57\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Reference Style</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-#: 02100001.xhp#par_id3147397.227.help.text
-msgid "Represents an alphabetic character. Use [:alpha:]+ to find one of them."
+#. X=pq
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3146146\n"
+"58\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_PAGE:LB_REGISTER\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Select the Paragraph Style that you want to use as a reference for lining up the text on the selected Page style. The height of the font that is specified in the reference style sets the spacing of the vertical page grid.</caseinline></switchinline></ahelp>"
msgstr ""
-#: 02100001.xhp#par_id3152885.216.help.text
-msgid "[:digit:]"
-msgstr ""
+#. emps
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3147480\n"
+"47\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Table alignment</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ჩასვი ყველა </caseinline></switchinline>"
-#: 02100001.xhp#par_id3150010.217.help.text
-msgid "Represents a decimal digit. Use [:digit:]+ to find one of them."
-msgstr ""
+#. (bbY
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3150417\n"
+"48\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Specify the alignment options for the cells on a printed page.</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">გაცვლის ბუფერის შიგთავსის ჩასმის პარამეტრების დაყენება. </caseinline></switchinline>"
-#: 02100001.xhp#par_id3153743.224.help.text
-msgid "[:alnum:]"
+#. 3vzp
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id0522200809473845\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Centers the cells horizontally on the printed page.</ahelp>"
msgstr ""
-#: 02100001.xhp#par_id3153281.225.help.text
-msgid "Represents an alphanumeric character ([:alpha:] and [:digit:])."
-msgstr ""
+#. c~cz
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3147047\n"
+"49\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Horizontal</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">სტრიქონები</caseinline></switchinline>"
-#: 02100001.xhp#par_id3153726.218.help.text
-msgid "[:space:]"
+#. zhi8
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3153878\n"
+"50\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_PAGE:CB_HORZ\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Centers the cells horizontally on the printed page.</caseinline></switchinline></ahelp>"
msgstr ""
-#: 02100001.xhp#par_id3150961.219.help.text
-msgid "Represents a space character (but not other whitespace characters)."
+#. (_NB
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id0522200809473811\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Centers the cells vertically on the printed page.</ahelp>"
msgstr ""
-#: 02100001.xhp#par_id3150486.220.help.text
-msgid "[:print:]"
-msgstr ""
+#. /s^D
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3153522\n"
+"51\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Vertical</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ოპერაციები </caseinline></switchinline>"
-#: 02100001.xhp#par_id3150872.221.help.text
-msgid "Represents a printable character."
+#. IiBS
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3149413\n"
+"52\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_PAGE:CB_VERT\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Centers the cells vertically on the printed page.</caseinline></switchinline></ahelp>"
msgstr ""
-#: 02100001.xhp#par_id3155854.222.help.text
-msgid "[:cntrl:]"
+#. O_=H
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3147381\n"
+"63\n"
+"help.text"
+msgid "Layout settings"
msgstr ""
-#: 02100001.xhp#par_id3152576.223.help.text
-msgid "Represents a nonprinting character."
-msgstr ""
+#. [XW`
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3151041\n"
+"15\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Page Layout</defaultinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>რეგულარული გამოსახულებები</defaultinline></switchinline>"
-#: 02100001.xhp#par_id3149958.228.help.text
-msgid "[:lower:]"
-msgstr ""
+#. @~*L
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3157962\n"
+"16\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Select the page layout style to use in the current document.</defaultinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>რეგულარული გამოსახულებები</defaultinline></switchinline>"
-#: 02100001.xhp#par_id3145730.229.help.text
-msgid "Represents a lowercase character if <emph>Match case</emph> is selected in <emph>Options</emph>."
-msgstr ""
+#. *t2m
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3145744\n"
+"17\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Page layout</defaultinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>რეგულარული გამოსახულებები</defaultinline></switchinline>"
-#: 02100001.xhp#par_id3148455.230.help.text
-msgid "[:upper:]"
+#. oDq[
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3154218\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_PAGE:LB_LAYOUT\"><switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Specify whether the current style should show odd pages, even pages, or both odd and even pages.</defaultinline></switchinline></ahelp>"
msgstr ""
-#: 02100001.xhp#par_id3150092.231.help.text
-msgid "Represents an uppercase character if <emph>Match case</emph> is selected in <emph>Options.</emph> "
-msgstr ""
+#. 9/zc
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3154946\n"
+"19\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Right and left</defaultinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>რეგულარული გამოსახულებები</defaultinline></switchinline>"
-#: 02100001.xhp#hd_id5311441.help.text
-msgctxt "02100001.xhp#hd_id5311441.help.text"
-msgid "Examples"
+#. (O+N
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3153058\n"
+"20\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>The current page style shows both odd and even pages with left and right margins as specified.</defaultinline></switchinline>"
msgstr ""
-#: 02100001.xhp#par_id956834773.help.text
-msgid "e([:digit:])? -- finds 'e' followed by zero or one digit. Note that currently all named character classes like [:digit:] must be enclosed in parentheses."
-msgstr ""
+#. Do^i
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3147287\n"
+"21\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Mirrored</defaultinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>რეგულარული გამოსახულებები</defaultinline></switchinline>"
-#: 02100001.xhp#par_id952368773.help.text
-msgid "^([:digit:])$ -- finds lines or cells with exactly one digit."
+#. BKai
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3147317\n"
+"22\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>The current page style shows both odd and even pages with inner and outer margins as specified. Use this layout if you want to bind the printed pages like a book. Enter the binding space as the \"Inner\" margin.</defaultinline></switchinline>"
msgstr ""
-#: 02100001.xhp#par_id9568773.help.text
-msgid "You can combine the search terms to form complex searches."
-msgstr ""
+#. ;f_j
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3155308\n"
+"23\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Only right</defaultinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>რეგულარული გამოსახულებები</defaultinline></switchinline>"
-#: 02100001.xhp#hd_id71413.help.text
-msgid "To find three-digit numbers alone in a paragraph"
+#. Lo;]
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3152885\n"
+"24\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>The current page style shows only odd (right) pages. Even pages are shown as blank pages.</defaultinline></switchinline>"
msgstr ""
-#: 02100001.xhp#par_id2924283.help.text
-msgid "^[:digit:]{3}$"
-msgstr ""
+#. :-Y,
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3157309\n"
+"25\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Only left</defaultinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>რეგულარული გამოსახულებები</defaultinline></switchinline>"
-#: 02100001.xhp#par_id5781731.help.text
-msgid "^ means the match has to be at the start of a paragraph, "
+#. d#n/
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3147326\n"
+"26\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>The current page style shows only even (left) pages. Odd pages are shown as blank pages.</defaultinline></switchinline>"
msgstr ""
-#: 02100001.xhp#par_id6942045.help.text
-msgid "[:digit:] matches any decimal digit, "
-msgstr ""
+#. rblZ
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3155366\n"
+"53\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Register-true</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">განახლება </caseinline></switchinline>"
-#: 02100001.xhp#par_id4721823.help.text
-msgid "{3} means there must be exactly 3 copies of \"digit\", "
+#. tq5H
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3083281\n"
+"27\n"
+"help.text"
+msgid "Format"
msgstr ""
-#: 02100001.xhp#par_id5806756.help.text
-msgid "$ means the match must end a paragraph. "
+#. )!F,
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3153745\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_PAGE:LB_NUMBER_FORMAT\">Select the page numbering format that you want to use for the current page style.</ahelp>"
msgstr ""
-#: 02100001.xhp#par_id1751457.help.text
-msgid "<link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Regular_Expressions_in_Writer\">Wiki page about regular expressions in Writer</link>"
+#. %$2X
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id0522200809473965\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Resizes the drawing objects so that they fit on the paper format that you select. The arrangement of the drawing objects is preserved.</ahelp>"
msgstr ""
-#: 02100001.xhp#par_id5483870.help.text
-msgid "<link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Regular_Expressions_in_Calc\">Wiki page about regular expressions in Calc</link>"
+#. UP?h
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3151318\n"
+"67\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"OFFICE\"></caseinline><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"CHART\"></caseinline><caseinline select=\"MATH\"></caseinline><caseinline select=\"IMAGE\"></caseinline><defaultinline>AutoFit object to page format</defaultinline></switchinline>"
msgstr ""
-#: 05100000.xhp#tit.help.text
-msgctxt "05100000.xhp#tit.help.text"
-msgid "Size"
-msgstr "ზომა:"
-
-#: 05100000.xhp#bm_id3153391.help.text
-msgid "<bookmark_value>text; font sizes</bookmark_value><bookmark_value>font sizes; text</bookmark_value>"
-msgstr "<bookmark_value>ბრძანებათა გამეორება</bookmark_value><bookmark_value>ბრძანებათა გამეორება</bookmark_value>"
-
-#: 05100000.xhp#hd_id3153391.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05100000.xhp\" name=\"Size\">Size</link>"
-msgstr "<link href=\"text/shared/01/01060000.xhp\" name=\"Save\">დამახსოვრება</link>"
-
-#: 05100000.xhp#par_id3146856.2.help.text
-msgid "Set the font size for the selected text."
+#. 9#Li
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3144746\n"
+"68\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"OFFICE\"></caseinline><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"CHART\"></caseinline><caseinline select=\"MATH\"></caseinline><caseinline select=\"IMAGE\"></caseinline><defaultinline><ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_PAGE:CB_ADAPT\">Resizes the drawing objects so that they fit on the paper format that you select. The arrangement of the drawing objects is preserved.</ahelp></defaultinline></switchinline>"
msgstr ""
-#: 05340200.xhp#tit.help.text
-msgctxt "05340200.xhp#tit.help.text"
-msgid "Column width"
+#. B`1!
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3149123\n"
+"help.text"
+msgid "<link href=\"text/shared/00/00000001.xhp#metrik\" name=\"Changing measurement units\">Changing measurement units</link>"
msgstr ""
-#: 05340200.xhp#hd_id3158397.1.help.text
-msgctxt "05340200.xhp#hd_id3158397.1.help.text"
-msgid "Column width"
+#. /^_7
+#: 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 ""
-#: 05340200.xhp#par_id3153272.2.help.text
-msgid "<variable id=\"spaltetext\"><ahelp hid=\"HID_BROWSER_COLUMNWIDTH\" visibility=\"visible\">Changes the width of the current column, or the selected columns.</ahelp></variable>"
-msgstr ""
+#. nR3N
+#: 01110400.xhp
+msgctxt ""
+"01110400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit"
+msgstr "გასვლა"
-#: 05340200.xhp#par_id3152821.7.help.text
-msgid "You can also change the width of a column by dragging the divider beside the column header.<switchinline select=\"appl\"> <caseinline select=\"CALC\"> To fit the column width to the cell contents, double-click the divider.</caseinline> </switchinline>"
-msgstr ""
+#. uRK,
+#: 01110400.xhp
+msgctxt ""
+"01110400.xhp\n"
+"hd_id3150620\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01110400.xhp\" name=\"Edit\">Edit</link>"
+msgstr "<link href=\"text/shared/01/01110400.xhp\" name=\"Edit\">რედაქტირება</link>"
-#: 05340200.xhp#hd_id3149346.3.help.text
-msgctxt "05340200.xhp#hd_id3149346.3.help.text"
-msgid "Width"
-msgstr ""
+#. 4y$?
+#: 01110400.xhp
+msgctxt ""
+"01110400.xhp\n"
+"par_id3144415\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:OpenTemplate\">Opens a dialog where you can select a template for editing.</ahelp>"
+msgstr "<ahelp hid=\".uno:OpenTemplate\">ხსნის დიალოგს სადაც შეგიძლიათ მონიშნოთ შაბლონი რედაქტირებისთვის.</ahelp>"
-#: 05340200.xhp#par_id3147576.4.help.text
-msgid "<ahelp hid=\"DBACCESS_METRICFIELD_DLG_COLWIDTH_MF_VALUE\" visibility=\"visible\">Enter the column width that you want to use.</ahelp>"
-msgstr ""
+#. 3G(y
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Saving (Templates)"
+msgstr "(შაბლონების) დამახსოვრება"
-#: 05340200.xhp#hd_id3148621.5.help.text
-msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Default value</caseinline> <defaultinline>Automatic</defaultinline> </switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">მთლიანი უჯრედები </caseinline><defaultinline>მთლიანი სიტყვები მხოლოდ</defaultinline></switchinline>"
+#. WKMk
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"hd_id3160463\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01110300.xhp\" name=\"Saving (Templates)\">Saving (Templates)</link>"
+msgstr "<link href=\"text/shared/01/01110300.xhp\" name=\"Saving (Templates)\">(შაბლონების) დამახსოვრება</link>"
-#: 05340200.xhp#par_id3147008.6.help.text
-msgid "<ahelp hid=\"DBACCESS_CHECKBOX_DLG_COLWIDTH_CB_STANDARD\" visibility=\"visible\">Automatically adjusts the column width based on the current font.</ahelp>"
-msgstr ""
+#. !#DV
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"par_id3157898\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SaveAsTemplate\">Saves the current document as a template.</ahelp>"
+msgstr "<ahelp hid=\".uno:SaveAsTemplate\">მიმდინარე დოკუმენტის შაბლონის სახით დამახსოვრება.</ahelp>"
-#: 04060100.xhp#tit.help.text
-msgctxt "04060100.xhp#tit.help.text"
-msgid "Select Source"
-msgstr ""
+#. ICbC
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"hd_id3147226\n"
+"4\n"
+"help.text"
+msgid "New Template"
+msgstr "ახალი შაბლონი"
-#: 04060100.xhp#hd_id3150758.1.help.text
-msgctxt "04060100.xhp#hd_id3150758.1.help.text"
-msgid "Select Source"
-msgstr ""
+#. 2j=!
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"par_id3147043\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:EDIT:DLG_DOC_TEMPLATE:ED_NAME\">Enter a name for the template.</ahelp>"
+msgstr "<ahelp hid=\"SFX2:EDIT:DLG_DOC_TEMPLATE:ED_NAME\">შეიყვანეთ შაბლონის სახელი.</ahelp>"
-#: 04060100.xhp#par_id3152823.2.help.text
-msgid "<variable id=\"quellaus\"><ahelp hid=\".uno:TwainSelect\" visibility=\"visible\">Selects the scanner that you want to use.</ahelp></variable>"
-msgstr ""
+#. Qhbx
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"hd_id3147571\n"
+"6\n"
+"help.text"
+msgid "Templates"
+msgstr "შაბლონი:"
-#: 05150101.xhp#tit.help.text
-msgctxt "05150101.xhp#tit.help.text"
-msgid "Add AutoFormat"
-msgstr ""
+#. 41Sc
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"par_id3150774\n"
+"7\n"
+"help.text"
+msgid "Lists templates and template categories."
+msgstr "შაბლონებისა და შაბლონების კატეგორიის ჩამოანთვალი"
-#: 05150101.xhp#hd_id3154841.1.help.text
-msgctxt "05150101.xhp#hd_id3154841.1.help.text"
-msgid "Add AutoFormat"
+#. IJc~
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"hd_id3143268\n"
+"8\n"
+"help.text"
+msgid "Categories"
msgstr ""
-#: 05150101.xhp#hd_id3154812.2.help.text
-msgctxt "05150101.xhp#hd_id3154812.2.help.text"
-msgid "Name"
-msgstr "სახელები"
-
-#: 05150101.xhp#par_id3153391.3.help.text
-msgid "<ahelp visibility=\"visible\" hid=\"SW:EDIT:DLG_SWDLG_STRINPUT:ED_INPUT\">Enter a name for the new AutoFormat, and then click<emph> OK</emph>.</ahelp>"
-msgstr ""
+#. idLd
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"par_id3159233\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:LISTBOX:DLG_DOC_TEMPLATE:LB_SECTION\">Select a category in which to save the new template.</ahelp> To add a new template category, click the <link href=\"text/shared/01/01110100.xhp\" name=\"Organize\">Organize</link> button."
+msgstr "<ahelp hid=\"SFX2:LISTBOX:DLG_DOC_TEMPLATE:LB_SECTION\">მონიშნეთ კატეგორია, სადაც უნდა დაიმახსოვროთ ახალი შაბლონი.</ahelp> ახალი შaბლონის კატეგორიის დასამატებლად, დააწკაპუნეთ ღილაკზე <link href=\"text/shared/01/01110100.xhp\" name=\"Organize\">დალაგება</link>"
+
+#. OzHj
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"hd_id3150693\n"
+"10\n"
+"help.text"
+msgid "Templates"
+msgstr "შაბლონი:"
-#: 05120600.xhp#tit.help.text
-msgctxt "05120600.xhp#tit.help.text"
-msgid "Space Columns Equally"
-msgstr ""
+#. yaW=
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"par_id3149398\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:LISTBOX:DLG_DOC_TEMPLATE:LB_STYLESHEETS\">Lists the available template categories.</ahelp>"
+msgstr "<ahelp hid=\"SFX2:LISTBOX:DLG_DOC_TEMPLATE:LB_STYLESHEETS\">ხელმისაწვდომი შაბლონების კატეგორიის ჩამონათვალი.</ahelp>"
-#: 05120600.xhp#hd_id3153811.1.help.text
-msgid "<link href=\"text/shared/01/05120600.xhp\" name=\"Space Equally\">Space Columns Equally</link>"
-msgstr ""
+#. Jz(r
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"hd_id3163803\n"
+"12\n"
+"help.text"
+msgid "Edit"
+msgstr "გასვლა"
-#: 05120600.xhp#par_id3151389.2.help.text
-msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeColumns\">Adjusts the width of the selected columns to match the width of the widest column in the selection.</ahelp> The total width of the table cannot exceed the width of the page.</variable>"
-msgstr ""
+#. XEbs
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"par_id3147242\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_DOC_TEMPLATE:BT_EDIT\">Opens the selected template for editing.</ahelp>"
+msgstr "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_DOC_TEMPLATE:BT_EDIT\">მონიშნული შაბლონის გახსნა რედაქტირებისთვის.</ahelp>"
-#: 05120600.xhp#par_id3159219.107.help.text
-msgid "Choose <emph>Table - Autofit - Distribute Columns Equally</emph>"
+#. h*qh
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"hd_id3156156\n"
+"14\n"
+"help.text"
+msgid "Organize"
msgstr ""
-#: 05120600.xhp#par_id3156426.108.help.text
-msgctxt "05120600.xhp#par_id3156426.108.help.text"
-msgid "Open <emph>Optimize</emph> toolbar from <emph>Table</emph> Bar, click"
-msgstr ""
+#. 6u3;
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"par_id3155419\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_DOC_TEMPLATE:BT_ORGANIZE\">Opens the <emph>Template Management</emph> dialog where you can organize or create new templates.</ahelp>"
+msgstr "<ahelp hid=\"SFX2:PUSHBUTTON:DLG_DOC_TEMPLATE:BT_ORGANIZE\">ხსნის დიალოგს <emph>შაბლონის მართვა</emph> სადაც შეგიძლაით დაალაგოთ ან შექმნათ ახალი შaბლონები.</ahelp>"
-#: 05120600.xhp#par_id3145179.help.text
+#. p%GI
+#: 01110300.xhp
#, fuzzy
-msgid "<image id=\"img_id3145186\" src=\"cmd/sc_distributecolumns.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3145186\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"cmd/sc_print.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148663\">ხატულა</alt></image>"
-
-#: 05120600.xhp#par_id3151364.109.help.text
-msgctxt "05120600.xhp#par_id3151364.109.help.text"
-msgid "Space Columns Equally"
-msgstr ""
+msgctxt ""
+"01110300.xhp\n"
+"par_id3153126\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01110100.xhp\" name=\"Template Management\">Template Management</link>"
+msgstr "<link href=\"text/shared/01/02030000.xhp\" name=\"Repeat\">გამეორება</link>"
diff --git a/source/ka/helpcontent2/source/text/shared/02.po b/source/ka/helpcontent2/source/text/shared/02.po
index 2df1354b88f..aa47a8700e9 100644
--- a/source/ka/helpcontent2/source/text/shared/02.po
+++ b/source/ka/helpcontent2/source/text/shared/02.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/shared/02.oo
+#. extracted from helpcontent2/source/text/shared/02
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:40+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-07-28 12:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,9303 +12,21391 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: 18010000.xhp#tit.help.text
-msgctxt "18010000.xhp#tit.help.text"
-msgid "Selection"
+#. OnT6
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"tit\n"
+"help.text"
+msgid "General"
msgstr ""
-#: 18010000.xhp#hd_id3151299.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/18010000.xhp\" name=\"Selection\">Selection</link>"
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
+#. *PQr
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3153681\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">General</link>"
+msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
-#: 18010000.xhp#par_id3148520.2.help.text
-msgid "<ahelp hid=\".uno:SelectObject\">Allows you to select objects in the current document.</ahelp>"
+#. %[/r
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3159233\n"
+"2\n"
+"help.text"
+msgid "This <emph>General </emph>tab enables you to define the general properties of a form control. These properties differ, depending on the control type. Not all of the following properties are available for every control."
+msgstr "ეს <emph>ზოგადი </emph>ჩანართი საშუალებას გაძლევთ განსაზღვროთ ფორმის სამართავი ღილაკის ზოგადი პარამეტრები. ეს პარამეტრები განსხვავდება სამართავი ღილაკის ტიპის მიხედვით. ქვემოთ ჩამოთვლილი პარამეტრებიდან ყველა არ არის ხელმისაწვდომი თითოეული სამართავი ღილაკისთვის."
+
+#. VR+K
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3155342\n"
+"172\n"
+"help.text"
+msgid "If you export the current form document to HTML format, the default control values are exported, not the current control values. Default values are determined - depending on the type of control - by the properties' Default value (for example, in text fields), Default status (for check boxes and option fields), and Default selection (for list boxes)."
msgstr ""
-#: 18010000.xhp#par_id3149511.help.text
-msgid "<image id=\"img_id3159194\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159194\">Icon</alt></image>"
+#. xhd(
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3149734\n"
+"13\n"
+"help.text"
+msgid "Enabled"
+msgstr "აქტივირებული"
+
+#. G8j\
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3150084\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_ENABLED\">If a control field has the property \"Enabled\" (Yes), the form user will be able to use the control field.</ahelp> If the property is disabled, it will not be enabled (No) and will be displayed in a gray color."
+msgstr "<ahelp hid=\"HID_PROP_ENABLED\">თუ სამართავი ღილაკის ველს აქვს პარამეტრი \"აქტივირებული\" (თანხმობა), ფორმის მომხმარებელს საშუალება ექნება გამოიყენოს სამართავი ღილაკის ველი.</ahelp> თუ ეს პარამეტრი გამორთულია, ის არ იქნება აქტივირებული (არა) და გამოჩნდება ნაცრისფრად."
+
+#. 3T||
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3153320\n"
+"74\n"
+"help.text"
+msgid "Line count"
+msgstr "სტრიქონების თვლა"
+
+#. YlH)
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3149235\n"
+"75\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_LINECOUNT\" visibility=\"hidden\">Specifies how many lines should be displayed in the dropdown list. This setting is only active if you chose \"Yes\" in the \"Dropdown\" option.</ahelp> For combo boxes with the Dropdown property, you can specify how many lines should be displayed in the dropdown list. With control fields which do not have the Dropdown option, the line's display will be specified by the size of the control field and the font size."
+msgstr ""
+
+#. MQ75
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3153147\n"
+"23\n"
+"help.text"
+msgid "Action"
msgstr ""
-#: 18010000.xhp#par_id3147571.3.help.text
-msgctxt "18010000.xhp#par_id3147571.3.help.text"
-msgid "Selection"
+#. ]%SG
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3149415\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_BUTTONTYPE\" visibility=\"hidden\">The Action property determines the action that occurs when you activate a button.</ahelp> You can use navigation actions to design your own database navigation buttons."
msgstr ""
-#: 18010000.xhp#par_id3155555.5.help.text
-msgid "To select an object, click the object with the arrow. To select more than one object, drag a selection frame around the objects. To add an object to a selection, press Shift, and then click the object. <switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"CHART\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline>The objects selected together can then be defined as a <link href=\"text/shared/01/05290000.xhp\" name=\"group\">group</link>, turning them into a single group object.</defaultinline></switchinline>"
+#. FHVB
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3152474\n"
+"25\n"
+"help.text"
+msgid "The following table describes the actions that you can assign to a button."
+msgstr "შემდეგი ცხრილი აღწერს ქმედებებს, რომლებიც შესაძლებელია მიენიჭოს ღილაკებს."
+
+#. l+,r
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3147303\n"
+"224\n"
+"help.text"
+msgid "Action"
msgstr ""
-#: 18010000.xhp#par_id3143267.11.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"CHART\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline>You can edit individual elements of a group. You can also delete elements from a group with <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Shift</defaultinline></switchinline>+click.</defaultinline></switchinline>"
+#. ?=Hm
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154388\n"
+"225\n"
+"help.text"
+msgid "Description"
+msgstr "აღწერა"
+
+#. 6K)3
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154071\n"
+"26\n"
+"help.text"
+msgid "None"
+msgstr "არცერთი"
+
+#. 7=t-
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3153797\n"
+"27\n"
+"help.text"
+msgid "No action occurs."
+msgstr "ქმედება არ ხდება."
+
+#. x7Lj
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154216\n"
+"30\n"
+"help.text"
+msgid "Submit form"
+msgstr "ფორმის გაგზავნა"
+
+#. /3N3
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3147228\n"
+"31\n"
+"help.text"
+msgid "Sends the data that is entered in other control fields of the current form to the address that is specified in <link href=\"text/shared/02/01170200.xhp\" name=\"Form Properties\">Form Properties</link> under <link href=\"text/shared/02/01170201.xhp\" name=\"URL\"><emph>URL</emph></link>."
+msgstr "აგზავნის მოცემული ფორმის სხვა სამართავი ღილაკის ველებში შეყვანილ მონაცემებს <link href=\"text/shared/02/01170200.xhp\" name=\"Form Properties\">ფორმის პარამეტრებში</link> მითითებულ მისამართზე <link href=\"text/shared/02/01170201.xhp\" name=\"URL\"><emph>URL მისამართის</emph></link>ქვეშ."
+
+#. PW.Z
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN107F7\n"
+"help.text"
+msgid "Enter the URL into the form's data property \"URL\" text box when you export to a PDF file."
+msgstr "შეიყვანეთ URL მისამართი ფორმის მონაცემთა პარამეტრის \"URL მისამართი\" ტექსტურ ველში PDF ფაილში ექსპორტის პროცესში."
+
+#. R+%h
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3151041\n"
+"28\n"
+"help.text"
+msgid "Reset form"
+msgstr "ფორმის პარამეტრების ჩამოყრა"
+
+#. @11b
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3155101\n"
+"29\n"
+"help.text"
+msgid "Resets the settings in other control fields to the predefined defaults (Default Status, Default Selection, Default Value)."
msgstr ""
-#: 18010000.xhp#par_id3166460.12.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"CHART\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline>You can select single objects from a group by double-clicking, if you first disable the <emph>Double-click to edit Text</emph> icon on the <emph>Option</emph> Bar.</defaultinline></switchinline>"
+#. }1Rc
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3155431\n"
+"32\n"
+"help.text"
+msgid "Open document / web page"
+msgstr "დოკუმენტის / ვებ გვერდის გახსნა"
+
+#. 3sBK
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3150010\n"
+"33\n"
+"help.text"
+msgid "Opens the URL that is specified under <emph>URL</emph>. You can use <emph>Frame</emph> to specify the target frame."
msgstr ""
-#: 01220000.xhp#tit.help.text
-msgid "Navigator"
-msgstr "ნავიგატორი"
+#. ]vaf
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN107FE\n"
+"help.text"
+msgid "First record"
+msgstr "პირველი ჩანაწერი"
-#: 01220000.xhp#hd_id3155934.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/01220000.xhp\" name=\"Navigator\">Navigator</link>"
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
+#. Hv49
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN10803\n"
+"help.text"
+msgid "Moves the current form to the first record."
+msgstr "გადააქვს მოცემული ფორმა პირველ ჩანაწერში."
-#: 01220000.xhp#par_id3148983.2.help.text
-msgid "Click the<emph> Navigator On/Off </emph>icon to hide or show the <emph>Navigator</emph>."
+#. Va:J
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN10809\n"
+"help.text"
+msgid "Previous record"
+msgstr "წინა ჩანაწერი"
+
+#. H;J{
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN1080E\n"
+"help.text"
+msgid "Moves the current form to the previous record."
+msgstr "გადააქვს მოცემული ფორმა წინა ჩანაწერში."
+
+#. Q!3D
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN10814\n"
+"help.text"
+msgid "Next record"
+msgstr "შემდეგი ჩანაწერი"
+
+#. oV|b
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN10819\n"
+"help.text"
+msgid "Moves the current form to the next record."
+msgstr "გადააქვს მოცემული ფორმა შემდეგ ჩანაწერში."
+
+#. K+x,
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN1081F\n"
+"help.text"
+msgid "Last record"
+msgstr "ბოლო ჩანაწერი"
+
+#. kk||
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN10824\n"
+"help.text"
+msgid "Moves the current form to the last record."
+msgstr "გადააქვს მოცემული ფორმა ბოლო ჩანაწერში."
+
+#. hjE%
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN1082A\n"
+"help.text"
+msgid "Save record"
+msgstr "ჩანაწერის შენახვა"
+
+#. ]@V2
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN1082F\n"
+"help.text"
+msgid "Saves the current record, if necessary."
+msgstr "საჭიროების შემთხვევაში ინახავს მოცემულ ჩანაწერს."
+
+#. b!U}
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN10835\n"
+"help.text"
+msgid "Undo data entry"
+msgstr "შეყვანილი მონაცემის გაუქმება"
+
+#. C;)C
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN1083A\n"
+"help.text"
+msgid "Reverses the changes in the current record."
+msgstr "უკან აბრუნებს მოცემულ ჩანაწერში გაკეთებულ ცვლილებას."
+
+#. xW8X
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN10840\n"
+"help.text"
+msgid "New record"
+msgstr "ახალი ჩანაწერი"
+
+#. *Qn1
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN10845\n"
+"help.text"
+msgid "Moves the current form to the insert row."
+msgstr "გადააქვს მოცემული ფორმა ჩასმის სტრიქონში."
+
+#. ?D+X
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN1084B\n"
+"help.text"
+msgid "Delete record"
+msgstr "ჩანაწერის წაშლა"
+
+#. o-No
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN10850\n"
+"help.text"
+msgid "Deletes the current record."
+msgstr "შლის მოცემულ ჩანაწერს."
+
+#. zphC
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN10856\n"
+"help.text"
+msgid "Refresh form"
+msgstr "ფორმის განახლება"
+
+#. K5`|
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN1085B\n"
+"help.text"
+msgid "Reloads the most recently saved version of the current form."
+msgstr "გადატვირთავს მოცემული ფორმის უკანასკნელად შენახულ ვერსიას."
+
+#. Glda
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3154638\n"
+"19\n"
+"help.text"
+msgid "Dropdown"
+msgstr "ჩამოშლა"
+
+#. lB``
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3152577\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_DROPDOWN\" visibility=\"hidden\">Specifies whether the combo box should dropdown (Yes) or not (No).</ahelp> A control field with the dropdown property has an additional arrow button which opens the list of the existing form entries per mouse click. Under <emph>Line count</emph>, you can specify how many lines (or rows) should be displayed in the dropdown state. Combination fields can have the dropdown property."
+msgstr ""
+
+#. g\v@
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3159198\n"
+"182\n"
+"help.text"
+msgid "Combo boxes that were inserted as columns in a table control are always dropdown as the default."
+msgstr "ცხრილის სამართავ ღილაკებში სვეტების სახით ჩასმული კომბო-ველები სტანდარტულად მუდამ ჩამოსაშლელია."
+
+#. #ZSl
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3153140\n"
+"11\n"
+"help.text"
+msgid "Alignment / Graphics alignment"
+msgstr "სწორება / გრაფიკული გამოსახულებები სწორება"
+
+#. 9(Np
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3151281\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_ALIGN\" visibility=\"hidden\">Specifies the alignment option for text or graphics that are used on a control.</ahelp> The alignment options are left-aligned, right-aligned, and centered. These options are available for the following elements:"
+msgstr "<ahelp hid=\"HID_PROP_ALIGN\" visibility=\"hidden\">განსაზღვრავს სწორების პარამეტრებს ტექსტისთვის ან გრაფიკული გამოსახულებებისთვის, რომლებიც გამოიყენება სამართავ ღილაკზე.</ahelp>სწორების პარამეტრები არის მარცხნივ, მარჯვნივ, და ცენტრში მოთავსებული. ამ პარამეტრების მითითება შესაძლებელია შემდეგ ელემენტებში:"
+
+#. [`Lg
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN109DD\n"
+"help.text"
+msgid "Title of Label fields"
+msgstr "იარლიყის ველების დასახელება"
+
+#. mt[w
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN109E1\n"
+"help.text"
+msgid "Content of text fields"
+msgstr "ტექსტური ველების შიგთავსი"
+
+#. )jOx
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN109E5\n"
+"help.text"
+msgid "Content of table fields in the columns of a table control"
+msgstr "ცხრილის სამართავი ღილაკის სვეტებში არსებული ცხრილის ველების შიგთავსი"
+
+#. 5UP~
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN109E9\n"
+"help.text"
+msgid "Graphics or text that are used in buttons"
+msgstr "ღილაკებში გამოყენებული გრაფიკული გამოსახულებები ან ტექსტი"
+
+#. JXj/
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN109EC\n"
+"help.text"
+msgid "The <emph>Alignment</emph> option for buttons is called <emph>Graphics alignment</emph>."
+msgstr "The <emph>სწორება</emph> პარამეტრს ღილაკებისთვის ეწოდება <emph>გრაფიკული გამოსახულებების სწორება</emph>."
+
+#. bHn?
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3151073\n"
+"76\n"
+"help.text"
+msgid "AutoFill"
+msgstr "ავტომატური შევსება"
+
+#. =r:y
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3152375\n"
+"77\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_AUTOCOMPLETE\" visibility=\"hidden\">Assigns the AutoFill function to a combo box.</ahelp> The AutoFill function displays a list of previous entries after you start to type an entry."
+msgstr "<ahelp hid=\"HID_PROP_AUTOCOMPLETE\" visibility=\"hidden\">კომბო-ველს ანიჭებს ავტომატური შევსების ფუნქციას.</ahelp>ავტომატური შევსების ფუნქცია აჩვენებს წინა ჩანაწერების ჩამონათვალს ჩანაწერის შეყვანის დაწყებისთანავე."
+
+#. ES/m
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3154729\n"
+"216\n"
+"help.text"
+msgid "Label field"
+msgstr "იარლიყის ველი"
+
+#. =6W!
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3145801\n"
+"217\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_CONTROLLABEL\">Specifies the source for the label of the control.</ahelp> The text of the label field will be used instead of the name of a database field. For example, in the <emph>Filter Navigator</emph>, <emph>Search</emph> dialog, and as a column name in the table view."
+msgstr "<ahelp hid=\"HID_PROP_CONTROLLABEL\">განსაზღვრავს წყაროს სამართავი ღილაკის იარლიყისთვის.</ahelp> მონაცემთა ბაზის ველის დასახელების ნაცვლად გამოიყენება იარლიყის ველის ტექსტი. მაგალითად, <emph>ფილტრის ნავიგატორი</emph>, <emph>ძებნა</emph> დიალოგში, და როგორც სვეტის დასახელება ცხრილის სახით ნახვაში."
+
+#. cKO9
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3153223\n"
+"231\n"
+"help.text"
+msgid "To define one character of the label as a mnemonic, so that the user can access this control by pressing the character on the keyboard, insert a tilde (~) character in front of the character in the label."
+msgstr "იარლიყის ერთი სიმბოლოს მნემონიურად განსაზღვრის მიზნით, რათა მომხმარებელმა შეძლოს სამართავი ღილაკის გამოძახება კლავიატურაზე სიმბოლოზე დაჭერით, იარლიყში სიმბოლოს წინ ჩასვით ტილდა (~)."
+
+#. 2d5`
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154502\n"
+"218\n"
+"help.text"
+msgid "Only the text of a group frame can be used as the label field when using radio buttons. This text applies to all of the radio buttons of the same group."
+msgstr "ერთი არჩევანის ღილაკის გამოყენებისას, იარლიყის ველის სახით შესაძლებელია მხოლოდ ჯგუფური ველის ტექსტის გამოყენება. ეს ტექსტი შეეხება იგივე ჯგუფის ყველა ერთი არჩევანის ღილაკს."
+
+#. OX-6
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3148587\n"
+"219\n"
+"help.text"
+msgid "If you click on the <emph>...</emph> button next to the text field, you will see the <emph>Label Field Selection</emph> dialog. Select a label from the list."
+msgstr "ტექსტური ველის <emph>...</emph> ღილაკზე დაწკაპუნებისას გამოჩნდება <emph>იარლიყის ველის მონიშვნა</emph> დიალოგი. ჩამონათვალიდან აირჩიეთ სასურველი იარლიყი."
+
+#. ;d,j
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154512\n"
+"220\n"
+"help.text"
+msgid "<ahelp hid=\"PCR_CHECKBOX_RID_DLG_SELECTLABELCONTROL_1\">Check the <emph>No assignment </emph>box to remove the link between a control and the assigned label field.</ahelp>"
+msgstr "<ahelp hid=\"PCR_CHECKBOX_RID_DLG_SELECTLABELCONTROL_1\">მონიშნეთ <emph>მინიჭების გარეშე </emph>უჯრა სამართავ ღილაკსა და მინიჭებულ იარლიყის ველს შორის კავშირის მოსაშლელად.</ahelp>"
+
+#. TB!T
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3148834\n"
+"142\n"
+"help.text"
+msgid "Width"
msgstr ""
-#: 01220000.xhp#par_id3152594.4.help.text
-msgid "You can also call the <emph>Navigator</emph> by selecting <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/02110000.xhp\" name=\"View - Navigator\">View - Navigator</link></caseinline><caseinline select=\"CALC\"><link href=\"text/scalc/01/02110000.xhp\" name=\"View - Navigator\">View - Navigator</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/02110000.xhp\" name=\"View - Navigator\">View - Navigator</link></caseinline><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/02110000.xhp\" name=\"View - Navigator\">View - Navigator</link></caseinline><defaultinline>View - Navigator</defaultinline></switchinline>"
+#. GxTN
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3148566\n"
+"143\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_WIDTH\" visibility=\"hidden\">Sets the column width in the table control field.</ahelp> Sets the column width in the table control field in the units that are specified in the %PRODUCTNAME module options. If you want, you can enter a value followed by a valid measurement unit, for example, 2 cm."
+msgstr "<ahelp hid=\"HID_PROP_WIDTH\" visibility=\"hidden\">განსაზღვრავს სვეტის სიგანეს ცხრილის სამართავი ღილაკის ველში.</ahelp>განსაზღვრავს სვეტის სიგანეს ცხრილის სამართავი ღილაკის ველში, %PRODUCTNAME მოდულის პარამეტრში მითითებულ ერთეულებში. ასევე შესაძლებელია მნიშვნელობის შეყვანა განზომილების ერთეულთან ერთად, მაგალითად, 2 სმ."
+
+#. nBQI
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id1877803\n"
+"help.text"
+msgid "Repeat"
+msgstr "გამეორება"
+
+#. -d2.
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id9863277\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_REPEAT\">Specifies if the action of a control such as a spin button repeats when you click the control and hold the mouse button down.</ahelp>"
msgstr ""
-#: 01220000.xhp#par_id3153345.help.text
-msgid "<image id=\"img_id3149095\" src=\"cmd/sc_navigator.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149095\">Icon</alt></image>"
+#. q##N
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id9827875\n"
+"help.text"
+msgid "Delay"
msgstr ""
-#: 01220000.xhp#par_id3155536.3.help.text
-msgid "Navigator On/Off"
-msgstr "ნავიგატორი ჩართთულია/გამორთულია"
+#. 5GSQ
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id6092715\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_REPEAT_DELAY\">Specifies the delay in milliseconds between repeating events.</ahelp> A repeating event occurs when you click an arrow button or the background of a scrollbar, or one of the record navigation buttons of a Navigation Bar, and you keep the mouse button pressed for some time. You can enter a value followed by a valid time unit, for example, 2 s or 500 ms."
+msgstr "<ahelp hid=\"HID_PROP_REPEAT_DELAY\">განსაზღვრავს გამეორებულ მოვლენებს შორის შეფერხებას მილიწამებში.</ahelp> მოვლენა მეორდება როდესაც აწკაპუნებთ ისრის გამოსახულებიან ღილაკზე ან ცოციას ფონზე, ან სანავიგაციო ზოლის ჩანაწერების ნავიგაციის ერთ-ერთ ღილაკზე, და არ უშვებთ მაუსის ღილაკს გარკვეული დროის განმავლობაში. ასევე შესაძლებელია მნიშვნელობის შეყვანა დროის ერთეულთან ერთად, მაგალითად, 2 წამი ან 500 მილიწამი."
-#: 09070100.xhp#tit.help.text
-msgid "Internet"
-msgstr "ინტერნეტი"
+#. Wsda
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3145164\n"
+"214\n"
+"help.text"
+msgid "Record marker"
+msgstr "ჩანაწერის მარკერი"
+
+#. @@o+
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3147257\n"
+"215\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_RECORDMARKER\">Specifies whether the first column is displayed with row labels, in which the current record is marked by an arrow.</ahelp>"
+msgstr "<ahelp hid=\"HID_PROP_RECORDMARKER\">განსაზღვრავს გამოჩნდება თუ არა პირველი სვეტი ველის იარლიყებით, რომელშიც მოცემული ჩანაწერი აღნიშნულია ისრით.</ahelp>"
+
+#. kbl,
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3151019\n"
+"82\n"
+"help.text"
+msgid "Date format"
+msgstr "თარიღის ფორმატი"
+
+#. W=O#
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3152971\n"
+"83\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_DATEFORMAT\" visibility=\"hidden\">Here, you can determine the format you want for the date readout.</ahelp> With date fields you can determine the format for the date readout."
+msgstr "<ahelp hid=\"HID_PROP_DATEFORMAT\" visibility=\"hidden\">მიუთითეთ თარიღის წაკითხვის სასურველი ფორმატი.</ahelp>თარიღის ველების მეშვეობით შესაძლებელია თარიღის წაკითხვის სასურველი ფორმატის განსაზღვრა."
+
+#. Y=bE
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3151356\n"
+"84\n"
+"help.text"
+msgid "<variable id=\"hinweis\">All format fields (date, time, currency, numeric) are formatted automatically in the selected format as soon as you leave them regardless of how you entered the input.</variable>"
+msgstr "<variable id=\"hinweis\">ყველა ფორმატის ველი (თარიღი, დრო, ვალუტა, ნუმერაცია) ავტომატურად ფორმატირდება შერჩეულ ფორმატში მათი დატოვებისგანავე, მიუხედავად იმისა, თუ როგორ იქნა მონაცემები შეყვანილი. </variable>"
+
+#. ;0VN
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3156054\n"
+"87\n"
+"help.text"
+msgid "Spin Button"
+msgstr "არჩევანის ღილაკი"
+
+#. f6f8
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154360\n"
+"88\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_SPIN\" visibility=\"hidden\">The \"Yes\" option transforms the control field into a spin button, where corresponding arrow buttons are added.</ahelp> Numerical fields, currency fields, date and time fields can be introduced as spin buttons in the form."
+msgstr "<ahelp hid=\"HID_PROP_SPIN\" visibility=\"hidden\">\"დიახ\" პარამეტრი სამართავი ღილაკის ველს გარდაქმნის მბრუნავ ღილაკად, სადაც ემატება შესაბამისი ისრის გამოსახულებიანი ღილაკები.</ahelp>შესაძლებელია ნუმერაციული ველების, ვალუტის ველების, და თარიღისა და დროის ველების ფორმაში შემოღება მბრუნავი ღილაკების სახით."
-#: 09070100.xhp#hd_id3151100.1.help.text
+#. G,g%
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3159268\n"
+"173\n"
+"help.text"
+msgid "Tristate"
+msgstr "ტრისტატი"
+
+#. m*jZ
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154254\n"
+"174\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_TRISTATE\">Specifies whether a check box can also represent ZERO values of a linked database apart from the TRUE and FALSE values.</ahelp> This function is only available if the database accepts three states: TRUE, FALSE and ZERO."
+msgstr "<ahelp hid=\"HID_PROP_TRISTATE\">განსაზღვრავს შეუძლია თუ არა თოლიას ასევე წარმოადგინოს დაკავშირებული მონაცემთა ბაზის ZERO მნიშვნელობები, TRUE და FALSE მნიშვნელობების გარდა.</ahelp> ამ ფუნქციის გამოყენება შესაძლებელია მხოლოდ იმ შემთხვევაში, თუ მონაცემთა ბაზა უშვებს სამ მდგომარეობას: TRUE, FALSE და ZERO."
+
+#. :B1#
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3156712\n"
+"183\n"
+"help.text"
+msgid "The<emph> Tristate </emph>property is only defined for database forms, not for HTML forms."
+msgstr "<emph> ტრისტატი </emph>პარამეტრი განისაზღვრება მხოლოდ მონაცემთა ბაზის ფორმებისთვის, არა HTML ფორმებისთვის."
+
+#. r[{.
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3147324\n"
+"89\n"
+"help.text"
+msgid "Printable"
+msgstr ""
+
+#. ;;yp
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154703\n"
+"90\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_PRINTABLE\">Specifies whether you want the control field to appear in a document's printout.</ahelp>"
+msgstr "<ahelp hid=\"HID_PROP_PRINTABLE\">უთითებს გსურთ თუ არა სამართავი ღილაკის ველის გამოჩენა ამობეჭდილ დოკუმენტში.</ahelp>"
+
+#. =WGY
+#: 01170101.xhp
#, fuzzy
-msgid "<link href=\"text/shared/02/09070100.xhp\" name=\"Internet\">Internet</link>"
-msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
+msgctxt ""
+"01170101.xhp\n"
+"hd_id0409200921153889\n"
+"help.text"
+msgid "PositionX"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nმდებარეობა\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nPosition"
+
+#. f5$|
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id0409200921153823\n"
+"help.text"
+msgid "<ahelp hid=\".\">Defines the X position of the control, relative to the anchor.</ahelp>"
+msgstr ""
-#: 09070100.xhp#par_id3154230.2.help.text
-msgid "Use the <emph>Internet</emph> page of the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link> to edit hyperlinks with WWW or FTP addresses."
+#. ?\*k
+#: 01170101.xhp
+#, fuzzy
+msgctxt ""
+"01170101.xhp\n"
+"hd_id0409200921153814\n"
+"help.text"
+msgid "PositionY"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nმდებარეობა\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nPosition"
+
+#. x|D(
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id040920092115387\n"
+"help.text"
+msgid "<ahelp hid=\".\">Defines the Y position of the control, relative to the anchor.</ahelp>"
msgstr ""
-#: 09070100.xhp#par_id3147291.3.help.text
-msgid "The fields for the login name, password and anonymous user are only available for FTP addresses."
+#. s/ao
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id0409200921153833\n"
+"help.text"
+msgid "Anchor"
+msgstr "ღუზა"
+
+#. 6s1i
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id0409200921153855\n"
+"help.text"
+msgid "<ahelp hid=\".\">Defines where the control will be anchored.</ahelp>"
msgstr ""
-#: 09070100.xhp#hd_id3145090.4.help.text
-msgid "Type of hyperlink"
+#. jhzN
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id0409200921153836\n"
+"help.text"
+msgid "Width"
msgstr ""
-#: 09070100.xhp#hd_id3151226.6.help.text
-msgid "Web"
+#. d!vt
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id0409200921153918\n"
+"help.text"
+msgid "<ahelp hid=\".\">Defines the width of the control.</ahelp>"
msgstr ""
-#: 09070100.xhp#par_id3145071.7.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_HYPERLINK_INTERNET:RB_LINKTYP_INTERNET\">Creates an http hyperlink.</ahelp>"
+#. e}Uo
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id0409200921153980\n"
+"help.text"
+msgid "Height"
msgstr ""
-#: 09070100.xhp#hd_id3153683.8.help.text
-msgid "FTP"
-msgstr "FTP"
+#. {:ZG
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id0409200921153919\n"
+"help.text"
+msgid "<ahelp hid=\".\">Defines the height of the control.</ahelp>"
+msgstr ""
-#: 09070100.xhp#par_id3150693.9.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_HYPERLINK_INTERNET:RB_LINKTYP_FTP\">Creates an FTP hyperlink.</ahelp>"
+#. UTB@
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3155962\n"
+"91\n"
+"help.text"
+msgid "Edit mask"
+msgstr "რედაქტირების ნიღაბი"
+
+#. 3/Y!
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3150938\n"
+"92\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_EDITMASK\" visibility=\"hidden\">Defines the edit mask. By specifying a character code you can determine what the user can enter in the control field.</ahelp> By specifying the character code in pattern fields, you can determine what the user can enter in the pattern field."
+msgstr "<ahelp hid=\"HID_PROP_EDITMASK\" visibility=\"hidden\">განსაზღვრავს რედაქტირების ნიღაბს. სიმბოლოს კოდის მითითებით, თქვენ შეგიძლიათ განსაზღვროთ თუ რა მონაცემების შეყვანა შეუძლია მომხმარებელს სამართავი ღილაკის ველში.</ahelp>შაბლონის ველში სიმბოლოს კოდის მითითებით, თქვენ შეგიძლიათ განსაზღვროთ თუ რა მონაცემების შეყვანა შეუძლია მომხმარებელს შაბლონის ველში."
+
+#. *L`4
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3148479\n"
+"184\n"
+"help.text"
+msgid "The length of the edit mask determines the number of the possible input positions. If the user enters characters that do not correspond to the edit mask, the input is rejected when the user leaves the field. You can enter the following characters to define the edit mask:"
+msgstr "რედაქტირების ნიღბის სიგანე განსაზღვრავს შეყვანილი მონაცემების შესაძლო პოზიციების ოდენობას. თუ მომხმარებელი შეიყვანს სიმბოლოებს, რომლებიც შეესაბამებიან რედაქტირების ნიღაბს, შეყვანილი მონაცემები გაუქმდება მომხმარებლის მიერ ველიდან გასვლისთანავე. რედაქტირების ნიღბის განსასაზღვრად შესაძლებელია შემდეგი სიმბოლოების შეყვანა:"
+
+#. fMKV
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3147130\n"
+"93\n"
+"help.text"
+msgid "Character"
+msgstr "სიმბოლო"
+
+#. \DY{
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3149815\n"
+"94\n"
+"help.text"
+msgid "Meaning"
msgstr ""
-#: 09070100.xhp#hd_id3150443.12.help.text
-msgctxt "09070100.xhp#hd_id3150443.12.help.text"
-msgid "Target"
+#. 5cc:
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3153774\n"
+"95\n"
+"help.text"
+msgid "L"
+msgstr "L"
+
+#. ($5N
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154660\n"
+"96\n"
+"help.text"
+msgid "A text constant. This position cannot be edited. The character is displayed at the corresponding position of the Literal Mask."
msgstr ""
-#: 09070100.xhp#par_id9887081.help.text
-msgctxt "09070100.xhp#par_id9887081.help.text"
-msgid "<ahelp hid=\".\">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.</ahelp>"
+#. |(TW
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3151346\n"
+"97\n"
+"help.text"
+msgid "a"
+msgstr "a"
+
+#. ejCf
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3150829\n"
+"98\n"
+"help.text"
+msgid "The characters a-z and A-Z can be entered. Capital characters are not converted to lowercase characters."
+msgstr "შესაძლებელია a-z და A-Z სიმბოლოების შეყვანა. მთავრული სიმბოლოები პატარა სიმბოლოებად არ გარდაიქმნება."
+
+#. #]+;
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3149207\n"
+"99\n"
+"help.text"
+msgid "A"
+msgstr "A"
+
+#. BQbe
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3156140\n"
+"100\n"
+"help.text"
+msgid "The characters A-Z can be entered. If a lowercase letter is entered, it is automatically converted to a capital letter"
+msgstr "შესაძლებელია A-Z სიმბოლოების შეყვანა. პატარა ასოს შეყვანისას იგი ავტომატურად გარდაიქმნება მთავრულ ასოდ"
+
+#. [N:E
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3153703\n"
+"101\n"
+"help.text"
+msgid "c"
+msgstr "c"
+
+#. K\^6
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3148873\n"
+"102\n"
+"help.text"
+msgid "The characters a-z, A-Z, and 0-9 can be entered. Capital characters are not converted to lowercase characters."
+msgstr "შესაძლებელია a-z, A-Z და 0-9 სიმბოლოების შეყვანა. მთავრული სიმბოლოები პატარა სიმბოლოებად არ გარდაიქმნება."
+
+#. s{WB
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3153781\n"
+"103\n"
+"help.text"
+msgid "C"
+msgstr "C"
+
+#. f}.f
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154574\n"
+"104\n"
+"help.text"
+msgid "The characters A-Z and 0-9 can be entered. If a lowercase letter is entered, it is automatically converted to a capital letter"
+msgstr "შესაძლებელია A-Z და 0-9 სიმბოლოების შეყვანა. პატარა ასოს შეყვანისას იგი ავტომატურად გარდაიქმნება მთავრულ ასოდ"
+
+#. 1ApM
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3153268\n"
+"105\n"
+"help.text"
+msgid "N"
+msgstr "N"
+
+#. =?P3
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3150979\n"
+"106\n"
+"help.text"
+msgid "Only the characters 0-9 can be entered."
+msgstr "შესაძლებელია მხოლოდ 0-9 სიმბოლოების შეყვანა."
+
+#. d+xf
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3152769\n"
+"107\n"
+"help.text"
+msgid "x"
+msgstr "x"
+
+#. 3e[#
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3156064\n"
+"108\n"
+"help.text"
+msgid "All printable characters can be entered."
+msgstr "შესაძლებელია ყველა ბეჭდვადი სიმბოლოს შეყვანა."
+
+#. GAJ`
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3150517\n"
+"109\n"
+"help.text"
+msgid "X"
+msgstr "X"
+
+#. EIgh
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3150429\n"
+"110\n"
+"help.text"
+msgid "All printable characters can be entered. If a lowercase letter is used, it is automatically converted to a capital letter."
+msgstr "შესაძლებელია ყველა ბეჭდვადი სიმბოლოს შეყვანა. პატარა ასოს შეყვანისას იგი ავტომატურად გარდაიქმნება მთავრულ ასოდ."
+
+#. M-ox
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3155081\n"
+"111\n"
+"help.text"
+msgid "For the literal mask \"__.__.2000\", for example, define the \"NNLNNLLLLL\" edit mask so that the user can only enter four digits when entering a date."
msgstr ""
-#: 09070100.xhp#hd_id3155628.13.help.text
-msgid "WWW Browser"
+#. 7`!:
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3154818\n"
+"112\n"
+"help.text"
+msgid "Strict format"
+msgstr "მკაცრი ფორმატი"
+
+#. ;zj/
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3148750\n"
+"113\n"
+"help.text"
+msgid "You can have a format check with control fields that accept formatted contents (date, time, and so on). <ahelp hid=\"HID_PROP_STRICTFORMAT\">If the strict format function is activated (Yes), only the allowed characters are accepted.</ahelp> For example, in a date field, only numbers or date delimiters are accepted; all alphabet entries typed with your keyboard are ignored."
+msgstr "თქვენ შეგიძლიათ ფორმატის შემოწმება სამართავი ღილაკის ველებით, რომლებიც იღებენ ფორმატირებულ შიგთავსს (თარიღი, დრო, და ა.შ.). <ahelp hid=\"HID_PROP_STRICTFORMAT\">თუ მკაცრი ფორმატის ფუნქცია აქტივირებულია (დიახ), მიიღება მხოლოდ დასაშვები სიმბოლოები.</ahelp> მაგალითად, თარიღის ველში დაიშვება მხოლოდ მხოლოდ რიცხვები ან თარიღის გამყოფები; თქვენი კლავიატურით შეყვანილი ყველა ანბანური მონაცემი იგნორირდება."
+
+#. j^~e
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3147167\n"
+"60\n"
+"help.text"
+msgid "Frame"
msgstr ""
-#: 09070100.xhp#par_id3153760.14.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_HYPERLINK_INTERNET:BTN_BROWSE\">Opens a web browser, into which you can load the desired URL.</ahelp> You can then copy and paste the URL into the <emph>Target</emph> field."
+#. nLCr
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154991\n"
+"61\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_TARGET_FRAME\" visibility=\"hidden\">Specifies the target frame to display the document that is opened by the \"Open document / web page\" action.</ahelp> You can also specify the target frame to display a <emph>URL</emph> that you open when you click a button that has been assigned the Open document or web page action)."
msgstr ""
-#: 09070100.xhp#par_id3147335.33.help.text
-msgid "<ahelp hid=\"HID_HYPERLINK_MARKWND_TREE\" visibility=\"hidden\">Specifies the position in the target document where you wish to jump to.</ahelp>"
+#. ;ek}
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3150521\n"
+"62\n"
+"help.text"
+msgid "If you click the field, you can select an option from the list that specifies into which frame the next document should be loaded. The following possibilities exist:"
+msgstr "ველზე დაწკაპუნებისას თქვენ შეგიძლიათ მონიშნოთ პარამეტრი სიიდან, რომელიც უთითებს შემდეგი დოკუმენტის ჩასატვირთ ჩარჩოს. შესაძლებელია შემდეგი ვარიანტები:"
+
+#. ?SBx
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3148814\n"
+"226\n"
+"help.text"
+msgid "Entry"
+msgstr "შეყვანილი მონაცემი"
+
+#. ;DYS
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3155500\n"
+"227\n"
+"help.text"
+msgid "Meaning"
msgstr ""
-#: 09070100.xhp#par_id3149164.34.help.text
-msgid "<ahelp hid=\"HID_HYPERLINK_MARKWND_APPLY\" visibility=\"hidden\">Inserts the target in the <emph>Target</emph> field of the <emph>Hyperlink</emph> dialog.</ahelp>"
+#. ^*+A
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3149408\n"
+"63\n"
+"help.text"
+msgid "_blank"
+msgstr "_ცარიელი"
+
+#. `eQ6
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3146770\n"
+"64\n"
+"help.text"
+msgid "The next document is created in a new empty frame."
+msgstr "შემდეგი დოკუმენტი იქმნება ახალ ცარიელ ჩარჩოში."
+
+#. Li9F
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3149771\n"
+"65\n"
+"help.text"
+msgid "_parent"
+msgstr "_ზედა"
+
+#. M1aU
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3159143\n"
+"66\n"
+"help.text"
+msgid "The next document is created in a parent frame. If no parent exists, the document is created in the same frame."
+msgstr "შემდეგი დოკუმენტი იქმნება ზედა ჩარჩოში. ამგვარის არარსებობის შემთხვევაში, დოკუმენტი შეიქმნება იგივე ჩარჩოში."
+
+#. se0p
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3151374\n"
+"67\n"
+"help.text"
+msgid "_self"
+msgstr "_თვითონ"
+
+#. w8r^
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3148600\n"
+"68\n"
+"help.text"
+msgid "The next document is created in the same frame."
+msgstr "შემდეგი დოკუმენტი იქმნება იგივე ჩარჩოში."
+
+#. gV[J
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3153067\n"
+"69\n"
+"help.text"
+msgid "_top"
+msgstr "_თავში არსებული"
+
+#. BVo;
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3149174\n"
+"70\n"
+"help.text"
+msgid "The next document is created in a top-level window, that is, in the highest frame of the hierarchy; if the current frame is already a top window, the document is created in the current frame."
+msgstr "შემდეგი დოკუმენტი იქმნება ყველაზე ზედა დონის ფანჯარაში, ანუ იერარქიის ყველაზე მაღლა არსებულ ჩარჩოში; თუ მოცემული ჩარჩო უკვე წარმოადგენს ყველაზე ზედა დონის ფანჯარას, დოკუმენტი შეიქმნება მოცემულ ჩარჩოში."
+
+#. 8i+S
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3156172\n"
+"185\n"
+"help.text"
+msgid "The Frame property is relevant for HTML forms, but not for database forms."
msgstr ""
-#: 09070100.xhp#par_id3155388.35.help.text
-msgid "<ahelp hid=\"HID_HYPERLINK_MARKWND_CLOSE\" visibility=\"hidden\">Once the hyperlink has been completely entered, click on <emph>Close</emph> to set the link and leave the dialog.</ahelp>"
+#. l3`Y
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3146950\n"
+"114\n"
+"help.text"
+msgid "Graphics"
+msgstr "გრაფიკული გამოსახულებები"
+
+#. 2h$U
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154344\n"
+"115\n"
+"help.text"
+msgid "An image button has a <emph>Graphics </emph>property. <ahelp hid=\"HID_PROP_IMAGE_URL\">The<emph> Graphics</emph> property specifies the graphic's path and file name that you want to have displayed on the button.</ahelp> If you select the graphic file with the <emph>...</emph> button, the path and file name will be automatically included in the text box."
+msgstr "გრაფიკული გამოსახულების ღილაკს აქვს <emph>გრაფიკული გამოსახულებები </emph>პარამეტრი. <ahelp hid=\"HID_PROP_IMAGE_URL\"><emph> გრაფიკული გამოსახულებები</emph> პარამეტრი უთითებს იმ გრაფიკული გამოსახულების ადგილმდებარეობას და ფაილის დასახელებას, რომლის ჩვენებაც გსურთ ღილაკზე.</ahelp> თუ თქვენ მონიშნავთ გრაფიკული გამოსახულების ფაილს <emph>...</emph> ღილაკით, ადგილმდებარეობა და ფაილის დასახელება ავტომატურად ჩაისმება ტექსტურ ველში."
+
+#. {++3
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3150530\n"
+"208\n"
+"help.text"
+msgid "Help text"
msgstr ""
-#: 09070100.xhp#hd_id3153320.15.help.text
-msgid "Login name"
+#. CBaj
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3156310\n"
+"209\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_HELPTEXT\">Provides the option of entering a help text that will be displayed as a tip on the control.</ahelp> The tip shows the text in user mode when the mouse is moved over the control."
+msgstr "<ahelp hid=\"HID_PROP_HELPTEXT\">იძლევა დახმარების ტექსტის შეყვანის საშუალებას, რომელიც სამართავ ღილაკზე რჩევის სახით გამოჩნდება.</ahelp> რჩევაში ტექსტი გამოჩნდება მომხმარებლის რეჟიმში, სამართავ ღილაკზე მაუსით გადასვლისას."
+
+#. *YG6
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3153287\n"
+"210\n"
+"help.text"
+msgid "For URL type buttons, the help text appears as the extended tip instead of the URL address entered under URL."
msgstr ""
-#: 09070100.xhp#par_id3151384.16.help.text
-msgid "<ahelp hid=\"SVX:EDIT:RID_SVXPAGE_HYPERLINK_INTERNET:ED_LOGIN\">Specifies your login name, if you are working with FTP addresses.</ahelp>"
+#. F,-u
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3145377\n"
+"212\n"
+"help.text"
+msgid "Help URL"
+msgstr "დახმარების URL მისამართი"
+
+#. c[UO
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3148649\n"
+"213\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_HELPURL\">Specifies a batch label in URL spelling which refers to a help document and which can be called with the help of the control field.</ahelp> The help for the control field help can be opened if the focus is positioned on the control field and the user presses F1."
+msgstr "<ahelp hid=\"HID_PROP_HELPURL\">განსაზღვრავს ჯგუფის იარლიყს URL მისამართის მართლწერაში, რომელიც უთითებს დახმარების დოკუმენტზე და რომლის გამოძახება შესაძლებელია სამართავი ღილაკის მეშვეობით.</ahelp> სამართავი ღილაკის ველის დახმარების გამოძახება შესაძლებელია თუ ფოკუსი განლაგებულია სამართავი ღილაკის ველზე და მომხმარებელი აჭერს F1 ღილაკს."
+
+#. )ULx
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3152541\n"
+"3\n"
+"help.text"
+msgid "Background color"
+msgstr "ფონის ფერი"
+
+#. YPp.
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3155073\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_BACKGROUNDCOLOR\" visibility=\"hidden\">Sets the background color of the control field.</ahelp> A background color is available for most control fields. If you click on <emph>Background color</emph>, a list will open which enables you to select among various colors. The \"Standard\" option adopts the system setting. If the desired color is not listed, click the <emph>...</emph> button to define a color in the <link href=\"text/shared/optionen/01010501.xhp\" name=\"Color\"><emph>Color</emph></link> dialog."
+msgstr "<ahelp hid=\"HID_PROP_BACKGROUNDCOLOR\" visibility=\"hidden\">აყენებს სამართავი ღილაკის ველის ფონის ფერს.</ahelp>ფონის ფერის დაყენება შესაძლებელია სამართავი ღილაკის ველის უმეტესობისთვის. <emph>ფონის ფერი</emph>-ზე დაწკაპუნებისას გაიხსნება ჩამონათვალი, რომელიც იძლევა მოცემული ფერებიდან ერთ-ერთის არჩევის საშუალებას. \"სტანდარტული\" პარამეტრით ხდება სისტემის კონფიგურაციის დაყენება. თუ სასურველი ფერი მითითებული არ არის, დააწკაპუნეთ <emph>...</emph> ღილაკზე ფერის <link href=\"text/shared/optionen/01010501.xhp\" name=\"Color\"><emph>ფერი</emph></link> დიალოგში მისათითებლად."
+
+#. JHkZ
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3148971\n"
+"40\n"
+"help.text"
+msgid "Scrollbar"
msgstr ""
-#: 09070100.xhp#hd_id3148944.17.help.text
-msgid "Password"
-msgstr "პაროლი"
+#. c:Ux
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3144430\n"
+"41\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_HSCROLL\" visibility=\"hidden\">Adds the scrollbar type that you specify to a text box.</ahelp> Adds the scrollbar type that you specify to a text box."
+msgstr "<ahelp hid=\"HID_PROP_HSCROLL\" visibility=\"hidden\">ამატებს თქვენს მიერ მითითებულ ცოციას ტიპს ტექსტურ ველში.</ahelp>ამატებს თქვენს მიერ მითითებულ ცოციას ტიპს ტექსტურ ველში."
-#: 09070100.xhp#par_id3145069.18.help.text
-msgid "<ahelp hid=\"SVX:EDIT:RID_SVXPAGE_HYPERLINK_INTERNET:ED_PASSWD\">Specifies your password, if you are working with FTP addresses.</ahelp>"
+#. -B+p
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN1110B\n"
+"help.text"
+msgid "Incr./decrement value"
+msgstr "ზრდადი/კლებადი მნიშვნელობა"
+
+#. ezm2
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN1110F\n"
+"help.text"
+msgid "<ahelp hid=\".\">Determines intervals to add or subtract with each activation of the spin button control.</ahelp>"
+msgstr "<ahelp hid=\".\">განსაზღვრავს ბიჯური რეგულატორის სამართავი ღილაკის თითოეული აქტივაციისას დამატების ან გამოკლების ინტერვალებს.</ahelp>"
+
+#. 7ITS
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3146779\n"
+"85\n"
+"help.text"
+msgid "Value step"
+msgstr "მნიშვნელობის ნაბიჯი"
+
+#. ZqmS
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3155096\n"
+"86\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_VALUESTEP\" visibility=\"hidden\">Determines spin button intervals.</ahelp> You can preset the value intervals for numerical and currency spin buttons. Use the up and down arrows of the spin button to increase or decrease the value."
+msgstr ""
+
+#. 4esI
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3145756\n"
+"73\n"
+"help.text"
+msgid "List entries"
msgstr ""
-#: 09070100.xhp#hd_id3149046.19.help.text
-msgid "Anonymous user"
+#. k{ne
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3151300\n"
+"120\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_STRINGITEMLIST\" visibility=\"hidden\">Defines the list entries visible in the document. Open this list and type your text. Use Shift+Enter for a new line. With list and combo boxes, you can define the list entries that will be visible in the document. Open the <emph>List entries</emph> field and type your text.</ahelp> Please note the <link href=\"text/shared/02/01170100.xhp\" name=\"tips\">tips</link> referring to the keyboard controls."
msgstr ""
-#: 09070100.xhp#par_id3152771.20.help.text
-msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_HYPERLINK_INTERNET:CBX_ANONYMOUS\">Allows you to log in to the FTP address as an anonymous user.</ahelp>"
+#. d#}b
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3152874\n"
+"228\n"
+"help.text"
+msgid "The predefined default list entry is entered into the <emph>Default selection combo</emph> box."
msgstr ""
-#: 09070100.xhp#hd_id3148663.21.help.text
-msgid "Further settings"
+#. gwKf
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154610\n"
+"186\n"
+"help.text"
+msgid "Note that the list entries entered here are only incorporated into the form if, on the <emph>Data</emph> tab under <emph>List Content Type</emph>, the option \"Value List\" is selected."
msgstr ""
-#: 09070100.xhp#hd_id3153525.23.help.text
-msgctxt "09070100.xhp#hd_id3153525.23.help.text"
-msgid "Frame"
+#. $fI.
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154767\n"
+"188\n"
+"help.text"
+msgid "If you do not want the list entries to be written to the database or transmitted to the recipient of the Web form, but rather assigned values that are not visible in the form, you can assign the list entries to other values in a value list. The value list is determined on the <link href=\"text/shared/02/01170102.xhp\" name=\"Data\"><emph>Data</emph></link> tab. Under <emph>Type of List Contents</emph>, select the option \"Value List\". Then enter the values under <emph>List Contents</emph> that are to be assigned to the corresponding visible list entries of the form. For the correct assignment, the order in the value list is relevant."
msgstr ""
-#: 09070100.xhp#par_id2052980.help.text
-msgid "<ahelp hid=\".\">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.</ahelp>"
+#. hp!Q
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3150511\n"
+"189\n"
+"help.text"
+msgid "For HTML documents, a list entry entered on the <emph>General</emph> tab corresponds to the HTML tag <OPTION>; an entry of the value list entered on the <emph>Data</emph> tab under <emph>List Contents</emph> corresponds to the <OPTION VALUE=...> tag."
msgstr ""
-#: 09070100.xhp#hd_id3155101.24.help.text
-msgctxt "09070100.xhp#hd_id3155101.24.help.text"
-msgid "Form"
+#. A:/A
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3154290\n"
+"121\n"
+"help.text"
+msgid "Date max"
msgstr ""
-#: 09070100.xhp#par_id3149167.25.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_HYPERLINK_NEWDOCUMENT:LB_FORM\">Specifies whether the hyperlink is inserted as text or as a button.</ahelp>"
+#. yIX.
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3148637\n"
+"122\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_DATEMAX\" visibility=\"hidden\">Determines a date which can not be exceeded by another value introduced by the user.</ahelp> Determines a date which can not be exceeded by another value introduced by the user."
msgstr ""
-#: 09070100.xhp#hd_id3152920.26.help.text
-msgctxt "09070100.xhp#hd_id3152920.26.help.text"
-msgid "Events"
+#. B9,g
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3149804\n"
+"123\n"
+"help.text"
+msgid "Max text length"
msgstr ""
-#: 09070100.xhp#par_id3144760.27.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_HYPERLINK_NEWDOCUMENT:BTN_SCRIPT\">Opens the <emph>Assign Macro</emph> dialog, in which you can give events such as \"mouse over object\" or \"trigger hyperlink\" their own program codes.</ahelp>"
+#. ykrF
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3150776\n"
+"124\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_MAXTEXTLEN\" visibility=\"hidden\">Defines the maximum number of characters that the user can enter.</ahelp> For text and combo boxes, you can define the maximum number of characters that the user can enter. If this control field property is uncertain, the default setting will be zero."
msgstr ""
-#: 09070100.xhp#hd_id3151041.28.help.text
-msgctxt "09070100.xhp#hd_id3151041.28.help.text"
-msgid "Text"
+#. BgCS
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3153813\n"
+"190\n"
+"help.text"
+msgid "If the control is linked to a database and the text length is to be accepted from the field definition of the database, you must not enter the text length here. The settings are only accepted from the database if the control property was not defined (\"Not Defined\" state)."
msgstr ""
-#: 09070100.xhp#par_id3159252.29.help.text
-msgid "<ahelp hid=\"SVX:EDIT:RID_SVXPAGE_HYPERLINK_NEWDOCUMENT:ED_INDICATION\">Specifies the visible text or button caption for the hyperlink.</ahelp>"
+#. hWXJ
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3145599\n"
+"125\n"
+"help.text"
+msgid "Value max"
msgstr ""
-#: 09070100.xhp#hd_id3147354.30.help.text
-msgctxt "09070100.xhp#hd_id3147354.30.help.text"
-msgid "Name"
+#. RTwn
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154733\n"
+"126\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_EFFECTIVEMAX\" visibility=\"hidden\">Defines a value for the control field which can not be exceeded by another value introduced by the user.</ahelp> For numerical and currency fields, you can determine the maximum value that the user can enter."
msgstr ""
-#: 09070100.xhp#par_id2801599.help.text
-msgid "<ahelp hid=\".\">Enter a name for the hyperlink.</ahelp> $[officename] inserts a NAME tag in the hyperlink."
+#. QeT3
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3154835\n"
+"127\n"
+"help.text"
+msgid "Time max"
msgstr ""
-#: 01170801.xhp#tit.help.text
-msgid "Table Element / List Box / Combo Box Wizard: Data"
+#. $gyV
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3155762\n"
+"128\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_TIMEMAX\" visibility=\"hidden\">Determines a time which can not be exceeded by another value introduced by the user.</ahelp> Determines a time which can not be exceeded by another value introduced by the user."
msgstr ""
-#: 01170801.xhp#hd_id3153323.3.help.text
-msgid "<link href=\"text/shared/02/01170801.xhp\" name=\"Table Element / List Box / Combo Box Wizard: Data\">Table Element / List Box / Combo Box Wizard: Data</link>"
+#. 8cAK
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3150416\n"
+"129\n"
+"help.text"
+msgid "Multiselection"
msgstr ""
-#: 01170801.xhp#par_id3150476.4.help.text
-msgid "Select the data source and table to which the form field corresponds. If you insert the form field in a document that is already linked to a data source, this page becomes invisible."
+#. U#T]
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3143275\n"
+"130\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_MULTISELECTION\" visibility=\"hidden\">Allows you to select more than one item in a list box.</ahelp> Allows you to select more than one item in a list box."
msgstr ""
-#: 01170801.xhp#hd_id3153894.5.help.text
-msgctxt "01170801.xhp#hd_id3153894.5.help.text"
-msgid "Data source"
+#. Pt7#
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"bm_id4040955\n"
+"help.text"
+msgid "<bookmark_value>rich text control</bookmark_value> <bookmark_value>controls;rich text control</bookmark_value>"
msgstr ""
-#: 01170801.xhp#par_id3153114.6.help.text
-msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_TABLESELECTION_LB_DATASOURCE\">Specifies the data source that contains the desired table.</ahelp>"
+#. bypF
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3148527\n"
+"21\n"
+"help.text"
+msgid "Text type"
msgstr ""
-#: 01170801.xhp#hd_id3149346.7.help.text
-msgctxt "01170801.xhp#hd_id3149346.7.help.text"
-msgid "Table"
+#. ?xE0
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3153724\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"37933\">Allows you to use line breaks and formatting in a control field, such as a text box or label. To manually enter a line break, press the Enter key. Select \"Multi-line with formatting\" to enter formatted text.</ahelp>"
msgstr ""
-#: 01170801.xhp#par_id3150774.8.help.text
-msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_TABLESELECTION_LB_TABLE\">Specifies the desired table.</ahelp>"
+#. g}cC
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN113D2\n"
+"help.text"
+msgid "If you select the text type \"Multi-line with formatting\", you cannot bind this control to a database field."
msgstr ""
-#: 01171000.xhp#tit.help.text
-msgid "Open in Design Mode"
+#. cBg~
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN11391\n"
+"help.text"
+msgid "This control is named \"Multiline input\" for a text column inside a table control."
msgstr ""
-#: 01171000.xhp#bm_id3156211.help.text
-msgid "<bookmark_value>forms; opening in design mode</bookmark_value><bookmark_value>controls; activating in forms</bookmark_value><bookmark_value>design mode after saving</bookmark_value><bookmark_value>documents; opening in design mode</bookmark_value><bookmark_value>edit mode; after opening</bookmark_value>"
+#. B21:
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN114EF\n"
+"help.text"
+msgid "Word break"
msgstr ""
-#: 01171000.xhp#hd_id3156211.1.help.text
-msgid "<link href=\"text/shared/02/01171000.xhp\" name=\"Open in Design Mode\">Open in Design Mode</link>"
+#. V!Z}
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN11505\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays text on more than one line.</ahelp> Allows you to use line breaks in a text box, so that you can enter more than one line of text. To manually enter a line break, press the Enter key."
msgstr ""
-#: 01171000.xhp#par_id3146130.2.help.text
-msgid "<ahelp hid=\".uno:OpenReadOnly\">Opens forms in <link href=\"text/shared/explorer/database/04030000.xhp\" name=\"Design Mode\">Design Mode</link> so that the form can be edited.</ahelp>"
+#. %h6g
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN11538\n"
+"help.text"
+msgid "Toggle"
msgstr ""
-#: 01171000.xhp#par_id3155805.5.help.text
-msgid "You cannot activate the controls of the form or edit contents of database records in Design Mode. However, you can change the position and size of the controls, edit other properties, and add or delete controls in Design Mode."
+#. #YKd
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN1154E\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies if a Push Button behaves as a Toggle Button. If you set Toggle to \"Yes\", you can switch between the \"selected\" and \"not selected\" control states when you click the button or press the spacebar while the the control has the focus. A button in the \"selected\" state appears \"pressed in\".</ahelp>"
msgstr ""
-#: 01171000.xhp#par_id3147089.3.help.text
-msgid "After you have finished editing your form, right-click \"Forms\" in the <emph>Form Navigator</emph> and deselect <emph>Open in Design Mode</emph>. Save your form when you are finished."
+#. *b\o
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN11558\n"
+"help.text"
+msgid "Take Focus on Click"
msgstr ""
-#: 01171000.xhp#par_id3154749.4.help.text
-msgid "If the form document is write-protected, the <emph>Open in Design Mode</emph> command is ignored."
+#. VDPG
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN1156E\n"
+"help.text"
+msgid "<ahelp hid=\".\">If you set this option to \"Yes\", the Push Button receives the focus when you click the button.</ahelp>"
msgstr ""
-#: 01170903.xhp#tit.help.text
-msgid "List Box Wizard: Field Link"
+#. #QQ)
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN11578\n"
+"help.text"
+msgid "Hide selection"
msgstr ""
-#: 01170903.xhp#hd_id3149119.20.help.text
-msgid "<link href=\"text/shared/02/01170903.xhp\" name=\"List Box Wizard: Field Link\">List Box Wizard: Field Link</link>"
+#. @=\E
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN1158E\n"
+"help.text"
+msgid "<ahelp hid=\"37965\">Specifies whether a text selection on a control remains selected when a the focus is no longer on a control.</ahelp> If you set <emph>Hide selection</emph> to \"No\", the selected text remains selected when the focus is no longer on the control that contains the text."
msgstr ""
-#: 01170903.xhp#par_id3159224.15.help.text
-msgid "Indicates through which fields tables of values and list tables are linked."
+#. `+Q|
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN11598\n"
+"help.text"
+msgid "Style"
+msgstr "სტილი"
+
+#. /I{:
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN115AE\n"
+"help.text"
+msgid "<ahelp hid=\"37966\">Specifies whether Check boxes and Option buttons are displayed in a 3D look (default) or a flat look.</ahelp>"
msgstr ""
-#: 01170903.xhp#par_id3150499.27.help.text
-msgid "The value table is the table of the current form where the list field is inserted. The list table is the table whose data is to be shown in the list field. Both tables must be linked over a mutual data field. These links are to be entered on this page of the wizard. The field names must not necessarily be the same (this depends upon how the field names are defined in both tables), but both fields must have the same field type."
+#. slk4
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN115B8\n"
+"help.text"
+msgid "Border color"
msgstr ""
-#: 01170903.xhp#hd_id3149180.16.help.text
-msgid "Value table field"
+#. eR(p
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN115CE\n"
+"help.text"
+msgid "<ahelp hid=\"37967\">Specifies the border color for controls that have the Border property set to \"flat\".</ahelp>"
msgstr ""
-#: 01170903.xhp#par_id3150789.17.help.text
-msgid "<ahelp hid=\"DBP_COMBOBOX_RID_PAGE_LCW_FIELDLINK_CMB_VALUELISTFIELD\">Specifies the current form data field which should be related to a field in the linked table.</ahelp> In addition, click the desired data field in the list field below."
+#. N5KA
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN115B7\n"
+"help.text"
+msgid "Symbol color"
msgstr ""
-#: 01170903.xhp#par_id3145669.25.help.text
-msgid "In <link href=\"text/shared/02/01170102.xhp\" name=\"Control - Properties\">Control - Properties</link>, the specified field will appear as an entry in the <emph>Data</emph> tab page under <emph>Data field</emph>."
+#. .74E
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN115BB\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the color for symbols on controls, for example the arrows on a scrollbar.</ahelp>"
msgstr ""
-#: 01170903.xhp#hd_id3149827.18.help.text
-msgid "List table field"
+#. k?d5
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3149314\n"
+"131\n"
+"help.text"
+msgid "Date min"
msgstr ""
-#: 01170903.xhp#par_id3155391.19.help.text
-msgid "<ahelp hid=\"DBP_COMBOBOX_RID_PAGE_LCW_FIELDLINK_CMB_TABLEFIELD\">Specifies the linked table data field, which is related to the specified value table field.</ahelp> In addition, click the data field in the lower list field."
+#. e_,+
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3155755\n"
+"132\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_DATEMIN\" visibility=\"hidden\">Determines the earliest date that a user can enter.</ahelp> Determines the earliest date that a user can enter."
msgstr ""
-#: 01170903.xhp#par_id3154823.26.help.text
-msgid "In <link href=\"text/shared/02/01170102.xhp\" name=\"Control - Properties\">Control - Properties</link>, the specified field will appear in the <emph>Data</emph> tab page of a SQL statement under <emph>List Contents</emph>."
+#. \Fe4
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3152866\n"
+"133\n"
+"help.text"
+msgid "Value min"
msgstr ""
-#: 18030000.xhp#tit.help.text
-msgctxt "18030000.xhp#tit.help.text"
-msgid "AutoSpellcheck On/Off"
+#. :Ye)
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3147505\n"
+"134\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_EFFECTIVEMIN\" visibility=\"hidden\">You can determine here a value for the control field to prevent the user from entering a smaller value.</ahelp> For numerical and currency fields you can determine a minimum value to prevent the user from entering a smaller value."
msgstr ""
-#: 18030000.xhp#hd_id3155599.1.help.text
-msgid "<link href=\"text/shared/02/18030000.xhp\" name=\"AutoSpellcheck On/Off\">AutoSpellcheck On/Off</link>"
+#. U/r=
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3153298\n"
+"135\n"
+"help.text"
+msgid "Time min"
msgstr ""
-#: 18030000.xhp#par_id3150040.help.text
-msgid "<image src=\"cmd/sc_spellonline.png\" id=\"img_id3150808\"><alt id=\"alt_id3150808\">Icon</alt></image>"
+#. s6[Y
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3148831\n"
+"136\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_TIMEMIN\" visibility=\"hidden\">Determines the minimum time that a user can enter.</ahelp> Determines the minimum time that a user can enter."
msgstr ""
-#: 18030000.xhp#par_id3147571.2.help.text
-msgctxt "18030000.xhp#par_id3147571.2.help.text"
-msgid "AutoSpellcheck On/Off"
+#. 7Gl~
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3155746\n"
+"137\n"
+"help.text"
+msgid "Decimal accuracy"
msgstr ""
-#: 24090000.xhp#tit.help.text
-msgctxt "24090000.xhp#tit.help.text"
-msgid "Transparency"
+#. E5kS
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3146096\n"
+"138\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_DECIMAL_ACCURACY\" visibility=\"hidden\">Determines the number of digits displayed to the right of the decimal point.</ahelp> With numerical and currency fields you can determine the number of digits displayed to the right of the decimal point."
msgstr ""
-#: 24090000.xhp#hd_id3159411.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/24090000.xhp\" name=\"Transparency\">Transparency</link>"
-msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
+#. =ciN
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3151340\n"
+"9\n"
+"help.text"
+msgid "Name"
+msgstr ""
-#: 24090000.xhp#par_id3150445.2.help.text
-msgid "<ahelp hid=\".uno:GrafTransparence\">Specifies the transparency in the graphic object.</ahelp> Values from 0% (fully opaque) to +100% (fully transparent) are possible."
+#. HI2p
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3149819\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_NAME\" visibility=\"hidden\">On the <emph>Properties</emph> tab page, this option specifies the name for the control field. On the <emph>Form Properties </emph>tab page, this option specifies the name for the form.</ahelp> Each control field and each form has a <emph>Name </emph>property through which it can be identified. The name will appear in the <link href=\"text/shared/02/01170600.xhp\" name=\"Form Navigator\">Form Navigator</link> and, using the name, the control field can be referred to from a macro. The default settings already specify a name which is constructed from using the field's label and number."
msgstr ""
-#: 24090000.xhp#par_id3154116.help.text
-msgid "<image id=\"img_id3152372\" src=\"res/sc10869.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152372\">Icon</alt></image>"
+#. 5!\W
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3153025\n"
+"191\n"
+"help.text"
+msgid "If you work with macros, make sure that the names of the controls are unique."
msgstr ""
-#: 24090000.xhp#par_id3156302.3.help.text
-msgctxt "24090000.xhp#par_id3156302.3.help.text"
-msgid "Transparency"
+#. nW{C
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"bm_id3146325\n"
+"help.text"
+msgid "<bookmark_value>controls; grouping</bookmark_value> <bookmark_value>groups;of controls</bookmark_value> <bookmark_value>forms; grouping controls</bookmark_value>"
msgstr ""
-#: 24040000.xhp#tit.help.text
-msgctxt "24040000.xhp#tit.help.text"
-msgid "Green"
+#. $XOA
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3146325\n"
+"192\n"
+"help.text"
+msgid "The name is also used to group different controls that belong together functionally, such as radio buttons. To do so, give the same name to all members of the group: controls with identical names form a group. Grouped controls can be represented visually by using a <link href=\"text/shared/02/01170000.xhp\" name=\"Group Box\">Group Box</link>."
msgstr ""
-#: 24040000.xhp#hd_id3154840.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/24040000.xhp\" name=\"Green\">Green</link>"
-msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
+#. RJfo
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3149720\n"
+"197\n"
+"help.text"
+msgid "Navigation bar"
+msgstr ""
-#: 24040000.xhp#par_id3143284.2.help.text
-msgid "<ahelp hid=\".uno:GrafGreen\">Specifies the proportion of green RGB color components for the selected graphic object.</ahelp> Values from -100% (no green) to +100% (full green) are possible."
+#. dPxF
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3149918\n"
+"198\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_NAVIGATIONBAR\" visibility=\"hidden\">Specifies whether to display the navigation bar on the lower border of the table control.</ahelp> Specifies whether to display the navigation bar on the lower border of table controls."
msgstr ""
-#: 24040000.xhp#par_id3148585.help.text
-msgid "<image id=\"img_id3152594\" src=\"res/sc10866.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152594\">Icon</alt></image>"
+#. 8E)A
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3158426\n"
+"42\n"
+"help.text"
+msgid "Read-only"
msgstr ""
-#: 24040000.xhp#par_id3156136.3.help.text
-msgctxt "24040000.xhp#par_id3156136.3.help.text"
-msgid "Green"
+#. ;V_o
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3153215\n"
+"43\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_READONLY\" visibility=\"hidden\">Determines if the control is read-only (Yes) or if it can be edited (No).</ahelp> The<emph> Read-only </emph>property can be assigned to all controls in which the user can enter text. If you assign the read-only property to an image field which uses graphics from a database, the user will not be able to insert new graphics into the database."
msgstr ""
-#: 20040000.xhp#tit.help.text
-msgid "Insert Mode"
+#. zFJt
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3148912\n"
+"139\n"
+"help.text"
+msgid "Border"
msgstr ""
-#: 20040000.xhp#hd_id3149748.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/20040000.xhp\" name=\"Insert Mode\">Insert Mode</link>"
-msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
+#. 8}jS
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3145637\n"
+"140\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_BORDER\" visibility=\"hidden\">Determines if the field's border should be displayed \"Without frame\", with a \"3-D look\" or \"Flat\".</ahelp> With control fields that have a frame, you can determine the border display on the form using the <emph>Border </emph>property. You can select among the \"Without frame\", \"3-D look\" or \"Flat\" options."
+msgstr ""
-#: 20040000.xhp#par_id3152363.2.help.text
-msgid "<ahelp hid=\".uno:InsertMode\">Displays the current insert mode. You can toggle between INSRT = insert and OVER = overwrite.</ahelp><switchinline select=\"appl\"><caseinline select=\"CALC\">This field is only active if the cursor is in the input line of the formula bar or in a cell. </caseinline></switchinline>"
+#. K`9$
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3149266\n"
+"44\n"
+"help.text"
+msgid "Tab order"
msgstr ""
-#: 20040000.xhp#par_id3154422.3.help.text
-msgid "Click in the field to toggle the modes (except in the $[officename] Basic IDE, where only the <emph>Insert</emph> mode is active). If the cursor is positioned in a text document, you may also use the Insert key (if available on your keyboard) to toggle the modes."
+#. \2qX
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3147483\n"
+"45\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_TABINDEX\">The <emph>Tab order</emph> property determines the order in which the controls are focused in the form when you press the Tab key.</ahelp> In a form that contains more than one control, the focus moves to the next control when you press the Tab key. You can specify the order in which the focus changes with an index under <emph>Tab order</emph>."
msgstr ""
-#: 20040000.xhp#par_id3149177.4.help.text
-msgctxt "20040000.xhp#par_id3149177.4.help.text"
-msgid "<emph>Mode</emph>"
+#. nqa5
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3156207\n"
+"193\n"
+"help.text"
+msgid "The <emph>Tab order</emph> property is not available to <link href=\"text/shared/02/01170600.xhp\" name=\"Hidden Controls\">Hidden Controls</link>. If you want, you can also set this property for image buttons and image controls, so that you can select these controls with the Tab key."
msgstr ""
-#: 20040000.xhp#par_id3155391.5.help.text
-msgid "<emph>Result</emph>"
+#. +XZ4
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3150378\n"
+"46\n"
+"help.text"
+msgid "When creating a form, an index is automatically assigned to the control fields that are added to this form; every control field added is assigned an index increased by 1. If you change the index of a control, the indices of the other controls are updated automatically. Elements that cannot be focused (Tabstop = No) are also assigned a value. However, these controls are skipped when using the Tab key."
msgstr ""
-#: 20040000.xhp#par_id3149388.6.help.text
-msgid "INSRT"
+#. q-UJ
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3150640\n"
+"47\n"
+"help.text"
+msgid "You can also easily define the indices of the different controls in the <link href=\"text/shared/02/01170300.xhp\" name=\"Tab Order\"><emph>Tab Order</emph></link> dialog."
msgstr ""
-#: 20040000.xhp#par_id3147243.7.help.text
-msgid "In the insert mode, new text is inserted at the cursor position and the following text is shifted to the right. The cursor is displayed as a vertical line."
+#. bhc)
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id0509200912114423\n"
+"help.text"
+msgid "Mouse wheel scroll"
msgstr ""
-#: 20040000.xhp#par_id3148539.8.help.text
-msgid "OVER"
+#. NcCw
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id0509200912114566\n"
+"help.text"
+msgid "<ahelp hid=\".\">Sets whether the value changes when the user scrolls a mouse wheel. Never: No change of the value. When focused: (default) The value changes when the control has the focus and the wheel is pointing at the control and gets scrolled. Always: The value changes when the wheel is pointing at the control and gets scrolled, no matter which control has the focus.</ahelp>"
msgstr ""
-#: 20040000.xhp#par_id3156327.9.help.text
-msgid "In the overwrite mode, any existing text is replaced by new text. The cursor is displayed as a thick vertical line."
+#. ohXs
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3154049\n"
+"34\n"
+"help.text"
+msgid "Default status"
msgstr ""
-#: 24060000.xhp#tit.help.text
-msgctxt "24060000.xhp#tit.help.text"
-msgid "Brightness"
+#. sgg?
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3150837\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_DEFAULT_CHECKED\">Specifies whether an option or a check box is selected by default.</ahelp>"
msgstr ""
-#: 24060000.xhp#hd_id3153514.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/24060000.xhp\" name=\"Brightness\">Brightness</link>"
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
+#. -4!4
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3149242\n"
+"201\n"
+"help.text"
+msgid "For a reset type button, you can define the status of the control if the reset button is activated by the user."
+msgstr ""
-#: 24060000.xhp#par_id3152821.2.help.text
-msgid "<ahelp hid=\".uno:GrafLuminance\" visibility=\"visible\">Specifies the brightness for the selected graphic object.</ahelp> Values from -100% (only black) to +100% (only white) are possible."
+#. 0%*M
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3156266\n"
+"202\n"
+"help.text"
+msgid "For grouped option fields, the status of the group corresponding to the default setting is defined by the <emph>Default Status</emph> property."
msgstr ""
-#: 24060000.xhp#par_id3150808.help.text
-msgid "<image src=\"res/sc10863.png\" id=\"img_id3146130\"><alt id=\"alt_id3146130\">Icon</alt></image>"
+#. WntP
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3156150\n"
+"36\n"
+"help.text"
+msgid "Default selection"
msgstr ""
-#: 24060000.xhp#par_id3154927.3.help.text
-msgctxt "24060000.xhp#par_id3154927.3.help.text"
-msgid "Brightness"
+#. 7+%f
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3148730\n"
+"37\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_DEFAULT_SELECT_SEQ\" visibility=\"hidden\">Specifies the list box entry to mark as the default entry.</ahelp> Specifies the list box entry to mark as the default entry."
msgstr ""
-#: 20030000.xhp#tit.help.text
-msgid "Zoom"
-msgstr "გადიდება"
+#. SFfD
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3150028\n"
+"203\n"
+"help.text"
+msgid "For a Reset type button, the<emph> Default selection</emph> entry defines the status of the list box if the reset button is activated by the user."
+msgstr ""
-#: 20030000.xhp#bm_id3155619.help.text
-msgid "<bookmark_value>zooming; status bar</bookmark_value>"
+#. *5g6
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id919217\n"
+"help.text"
+msgid "For a List box that contains a value list, you can click the <emph>...</emph> button to open the <emph>Default selection</emph> dialog."
msgstr ""
-#: 20030000.xhp#hd_id3155619.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/20030000.xhp\" name=\"Zoom\">Zoom</link>"
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
+#. %DC4
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id50050\n"
+"help.text"
+msgid "In the <emph>Default selection</emph> dialog, select the entries that you want to mark as selected when you open the form that contains the list box."
+msgstr ""
-#: 20030000.xhp#par_id3148983.2.help.text
-msgid "<ahelp hid=\".uno:StateZoom\">Specifies the current page display zoom factor.</ahelp>"
+#. ,1?O
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3150460\n"
+"38\n"
+"help.text"
+msgid "Default value"
msgstr ""
-#: 20030000.xhp#par_id3150935.3.help.text
-msgid "Double-clicking this field opens the <link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">Zoom</link> dialog, where you can change the current zoom factor."
+#. ]o7m
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154222\n"
+"39\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_EFFECTIVEDEFAULT\">Sets the default value for the control field.</ahelp> For example, the default value will be entered when a form is opened."
msgstr ""
-#: 20030000.xhp#par_id3159194.4.help.text
-msgid "Open the context menu on this field to see a selection of available zoom factors."
+#. |)Ci
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3150740\n"
+"199\n"
+"help.text"
+msgid "For a Reset type button, the<emph> Default value entry </emph>defines the status of the control if the reset button is activated by the user."
msgstr ""
-#: 12030000.xhp#tit.help.text
-msgctxt "12030000.xhp#tit.help.text"
-msgid "AutoFilter"
+#. gL4o
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN11B70\n"
+"help.text"
+msgid "Default scroll value"
msgstr ""
-#: 12030000.xhp#hd_id3149495.1.help.text
-#, fuzzy
-msgctxt "12030000.xhp#hd_id3149495.1.help.text"
-msgid "<link href=\"text/shared/02/12030000.xhp\" name=\"AutoFilter\">AutoFilter</link>"
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
+#. GAFx
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN11B74\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_DEFAULT_SCROLLVALUE\">Sets the default value for the scrollbar.</ahelp>"
+msgstr ""
-#: 12030000.xhp#par_id3148983.2.help.text
-msgid "<ahelp hid=\".uno:AutoFilter\">Filters the records, based on the content of the currently selected data field.</ahelp>"
+#. !q,n
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3155440\n"
+"252\n"
+"help.text"
+msgid "Scroll value max."
+msgstr "გადაადგილების ზოლის მნიშვნელობის მაქსიმუმი"
+
+#. RXPa
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3148877\n"
+"251\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_SCROLLVALUE_MAX\">Specify the maximum value of a scrollbar control.</ahelp>"
msgstr ""
-#: 12030000.xhp#par_id3151234.help.text
-msgid "<image id=\"img_id3147261\" src=\"cmd/sc_formfiltered.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147261\">Icon</alt></image>"
+#. 5;P_
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN111E4\n"
+"help.text"
+msgid "Scroll value min."
+msgstr "გადაადგილების ზოლის მნიშვნელობის მინიმუმი"
+
+#. 8W=o
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN111E8\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_SCROLLVALUE_MIN\">Specify the minimum value of a scrollbar control.</ahelp>"
msgstr ""
-#: 12030000.xhp#par_id3147043.3.help.text
-msgctxt "12030000.xhp#par_id3147043.3.help.text"
-msgid "AutoFilter"
+#. 2Q5.
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN11B51\n"
+"help.text"
+msgid "Small change"
msgstr ""
-#: 12030000.xhp#par_id3155355.4.help.text
-msgid "Place the cursor in a field name whose content you want to filter and then click the <emph>AutoFilter</emph> icon. Only those records with content identical to the selected field name are visible."
+#. APq[
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN11B55\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the value to add or subtract when the user clicks the arrow icon on the scrollbar.</ahelp>"
msgstr ""
-#: 12030000.xhp#par_id3159234.5.help.text
-msgid "For example, to view all the customers from New York, click a field name with the entry \"New York\". AutoFilter then filters all customers from New York from the database."
+#. xJR~
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN11B6F\n"
+"help.text"
+msgid "Large change"
msgstr ""
-#: 12030000.xhp#par_id3153577.6.help.text
-msgid "You can remove the current AutoFilter with the <link href=\"text/shared/02/12040000.xhp\" name=\"Remove Filter/Sorting\">Remove Filter/Sorting</link> icon or with <emph>Data - Filter - Remove Filter</emph>."
+#. HLPo
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN11B73\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the value to add or subtract when the user clicks next to the slider on the scrollbar.</ahelp>"
msgstr ""
-#: 12030000.xhp#par_id3145345.7.help.text
-msgid "To filter with several field names simultaneously, click the <emph>Default Filter </emph>icon. The <link href=\"text/shared/02/12090000.xhp\" name=\"Default Filter dialog\">Default Filter</link> dialog appears, in which you can combine several filter criteria."
+#. 9)^M
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id7215491\n"
+"help.text"
+msgid "Default time"
msgstr ""
-#: 01170100.xhp#tit.help.text
-msgid "Control Properties"
-msgstr "სამართავი ღილაკის პარამეტრები"
+#. ;\AX
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id2299874\n"
+"help.text"
+msgid "<ahelp hid=\".\">Sets the default time.</ahelp>"
+msgstr ""
-#: 01170100.xhp#bm_id3147102.help.text
-msgid "<bookmark_value>controls; properties of form controls</bookmark_value><bookmark_value>properties; form controls</bookmark_value>"
-msgstr "<bookmark_value>სამართავი ღილაკები; ფორმის სამართავი ღილაკების პარამეტრები</bookmark_value><bookmark_value>პარამეტრები; ფორმის სამართავი ღილაკები</bookmark_value>"
+#. ?%$7
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id1727347\n"
+"help.text"
+msgid "Default date"
+msgstr ""
-#: 01170100.xhp#hd_id3147102.1.help.text
-msgid "<link href=\"text/shared/02/01170100.xhp\" name=\"Control Properties\">Control Properties</link>"
-msgstr "<link href=\"text/shared/02/01170100.xhp\" name=\"Control Properties\">სამართავი ღილაკის პარამეტრები</link>"
+#. ;L~C
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id2545548\n"
+"help.text"
+msgid "<ahelp hid=\".\">Sets the default date.</ahelp>"
+msgstr ""
-#: 01170100.xhp#par_id3145345.2.help.text
-msgid "<variable id=\"kontroll\"><ahelp hid=\".uno:ControlProperties\">Opens a dialog for editing the properties of a selected control.</ahelp></variable>"
-msgstr "<variable id=\"kontroll\"><ahelp hid=\".uno:ControlProperties\">იძახებს დიალოგს მონიშნული სამართავი ღილაკის პარამეტრების შესაცვლელად.</ahelp></variable>"
+#. 36k!
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id9207434\n"
+"help.text"
+msgid "Default text"
+msgstr ""
-#: 01170100.xhp#par_id3157910.17.help.text
-msgid "<variable id=\"hinweis\">You can only call the<emph> Properties</emph> dialog when in the Design mode with a control selected. </variable>"
-msgstr "<variable id=\"hinweis\">თქვენ შეგიძლიათ მხოლოდ გამოიძახოთ დიალოგი<emph> პარამეტრები</emph> დიზაინის რეჟიმში, მონიშნული სამართავი ღილაკით. </variable>"
+#. qi~=
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id4563127\n"
+"help.text"
+msgid "<ahelp hid=\".\">Sets the default text for a text box or a combo box.</ahelp>"
+msgstr ""
-#: 01170100.xhp#par_id3153760.3.help.text
-msgid "If you enter data in the <emph>Properties</emph> dialog, note that multiline input is possible for certain drop-down combo boxes. This concerns all fields in which an SQL statement can be entered, as well as the properties of text boxes or label fields. You can open these fields and enter text in the opened list. The following shortcut keys are valid:"
-msgstr "<emph>პარამეტრები</emph> დიალოგში მონაცემებში შეყვანისას, გაითვალისწინეთ, რომ ზოგიერთ ჩამოსაშლელ კომბო-ველში შესაძლებელია მრავალსტრიქონიანი მონაცემების შეყვანა. ეს ეხება ყველა ველს, სადაც შესაძლებელია SQL ბრძანების შეყვანა, ასევე ტექსტური ველების ან იარლიყის ველების პარამეტრებს. თქვენ შეგიძლიათ გახსნათ ეს ველები და შეიყვანოთ ტექსტი გახსნილ სიაში. შესაძლებელია შემდეგი ბმულის ღილაკების აქტივაცია:"
+#. CB=;
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3145206\n"
+"144\n"
+"help.text"
+msgid "Default button"
+msgstr ""
-#: 01170100.xhp#par_id3148686.18.help.text
-msgid "Keys"
-msgstr "ღილაკები"
+#. p]p%
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154681\n"
+"145\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_DEFAULT_BUTTON\" visibility=\"hidden\">The<emph> Default button</emph> property specifies that the corresponding button will be operated when you press the Return key.</ahelp> The<emph> Default button</emph> property specifies that the corresponding button will be operated when you press the Return key. If you open the dialog or form and do not carry out any further action, the button with this property is the default button."
+msgstr ""
-#: 01170100.xhp#par_id3155390.19.help.text
-msgid "Effects"
-msgstr "ეფექტები"
+#. )8^2
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3149750\n"
+"175\n"
+"help.text"
+msgid "This property should be assigned only to a single button within the document."
+msgstr ""
-#: 01170100.xhp#par_id3150504.4.help.text
-#, fuzzy
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Down Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline>+ზედა ისარი"
+#. re-b
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3150931\n"
+"177\n"
+"help.text"
+msgid "When using Web page forms, you might come across this property in search masks. These are edit masks that contain a text field and a Submit type button. The search term is entered in the text field and the search is started by activating the button. If the button is defined as the default button, however, simply hit Enter after entering the search term in order to start the search."
+msgstr ""
-#: 01170100.xhp#par_id3150944.5.help.text
-msgid "Opens the combo box"
-msgstr "ხსნის კომბო-ველს"
+#. _4WA
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3153389\n"
+"221\n"
+"help.text"
+msgid "Prefix symbol"
+msgstr ""
-#: 01170100.xhp#par_id3153627.6.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Up Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline>+ზედა ისარი"
+#. Z#FR
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3150271\n"
+"222\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_CURRSYM_POSITION\">Determines if the currency symbol is displayed before or after the number when using currency fields.</ahelp> The default setting is currency symbols are not prefixed."
+msgstr ""
-#: 01170100.xhp#par_id3153063.7.help.text
-msgid "Closes the combo box"
-msgstr "ხურავს კომბო-ველს"
+#. ]w(G
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3154548\n"
+"48\n"
+"help.text"
+msgid "Tabstop"
+msgstr ""
-#: 01170100.xhp#par_id3159413.8.help.text
-msgid "Shift+Enter"
-msgstr "Shift+Enter"
+#. 9U!H
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3155361\n"
+"49\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_TABSTOP\">The <emph>Tabstop </emph>property determines if a control field can be selected with the tab key.</ahelp> The following options are available:"
+msgstr ""
-#: 01170100.xhp#par_id3152811.9.help.text
-msgid "Inserts a new line."
-msgstr "სვამს ახალ სტრიქონს"
+#. c\7`
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3148627\n"
+"52\n"
+"help.text"
+msgid "No"
+msgstr "არა"
-#: 01170100.xhp#par_id3153379.10.help.text
-msgid "Up Arrow"
-msgstr "ზემოთ მიმართულ ისრიანი ღილაკი"
+#. pw4!
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3161673\n"
+"53\n"
+"help.text"
+msgid "When using the tab key, focusing skips the control."
+msgstr ""
-#: 01170100.xhp#par_id3153192.11.help.text
-msgid "Places the cursor into the previous line."
-msgstr "სვამს კურსორს წინა სტრიქონში."
+#. yAXj
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3159323\n"
+"50\n"
+"help.text"
+msgid "Yes"
+msgstr "დიახ"
-#: 01170100.xhp#par_id3152933.12.help.text
-msgid "Down Arrow"
-msgstr "ქვემოთ მიმართულ ისრიანი ღილაკი"
+#. q1d!
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3148584\n"
+"51\n"
+"help.text"
+msgid "The control can be selected with the Tab key."
+msgstr ""
-#: 01170100.xhp#par_id3151041.13.help.text
-msgid "Places the cursor into the next line."
-msgstr "სვამს კურსორს შემდეგ სტრიქონში."
+#. W;}K
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3146909\n"
+"147\n"
+"help.text"
+msgid "Thousands separator"
+msgstr ""
-#: 01170100.xhp#par_id3153178.14.help.text
-msgid "Enter"
-msgstr "Enter"
+#. 3~?u
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154936\n"
+"148\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_SHOWTHOUSANDSEP\" visibility=\"hidden\">Inserts a thousands separator.</ahelp> With numerical and currency fields you can determine whether thousands separators are used."
+msgstr ""
-#: 01170100.xhp#par_id3147228.15.help.text
-msgid "Completes the input in the field and places the cursor into the next field."
-msgstr "ასრულებს ველში მონაცემთა შეყვანას და კურსორს ათავსებს შემდეგ ველში."
+#. [IR[
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3156256\n"
+"7\n"
+"help.text"
+msgid "Label"
+msgstr ""
-#: 01170100.xhp#par_id3156422.16.help.text
-msgid "As with list boxes or combo boxes, you can open or close the list with a mouse click at the arrow on the right end of the field. However, the input here can be entered either in the opened list or in the top text field. An exception is the properties that expect a list representation, for example, the property <emph>List Entries</emph>, which can be set for the control fields <emph>List Box</emph> and <emph>Combo Box</emph>. Here, you can only edit the entries when the field is opened."
-msgstr "როგორც ჩამონათვალის ველებისა და კომბო-ველების შემთხვევაში, თქვენ შეგიძლიათ გახსნათ ან დახუროთ ჩამონათვალი ველის მარჯვენა ბოლოში არსებული ისრის გამოსახულებაზე მაუსის დაწკაპუნებით. მიუხედავად ამისა, აქ მონაცემების შეყვანა შესაძლებელია ან გახსნილ ჩამონათვალში ან თავში არსებულ ტექსტურ ველში. გამონაკლისს წარმოადგენს პარამეტრები, რომლებიც მონაცემებს წარმოადგენენ ჩამონათვალის სახით, მაგალითად, პარამეტრი <emph>ჩამონათვალის სახით შეყვანილი მონაცემები</emph>, რომლის დაყენება შესაძლებელია სამართავი ღილაკის ველებისთვის <emph>ჩამონათვალის ველი</emph> და <emph>კომბო-ველი</emph>. აქ თქვენ შეგიძლიათ მხოლოდ შეყვანილი მონაცემების რედაქტირება მაშინ, როდესაც ველი გახსნილია."
+#. hGXg
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3156432\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_LABEL\" visibility=\"hidden\">The Label property sets the label of the control field that is displayed in the form.</ahelp> The Label property sets the label of the control field that is displayed in the form. This property determines the visible label or the column header of the data field in table control forms."
+msgstr ""
-#: 01170102.xhp#tit.help.text
-#, fuzzy
-msgctxt "01170102.xhp#tit.help.text"
-msgid "Data"
-msgstr "თარიღი"
+#. !xEs
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154568\n"
+"54\n"
+"help.text"
+msgid "When you create a new control, the description predefined in the <emph>Name</emph> property is used as the default for labeling the control. The label consists of the control field name and an integer numbering the control (for example, CommandButton1). With the <emph>Title</emph> property, you can assign another description to the control so that the label reflects the function of the control. Change this entry in order to assign an expressive label to the control that is visible to the user."
+msgstr ""
-#: 01170102.xhp#bm_id3145641.help.text
-msgid "<bookmark_value>controls; reference by SQL</bookmark_value><bookmark_value>bound fields; controls</bookmark_value><bookmark_value>controls; bound fields/list contents/linked cells</bookmark_value><bookmark_value>lists;data assigned to controls</bookmark_value><bookmark_value>cells;linked to controls</bookmark_value><bookmark_value>links;between cells and controls</bookmark_value><bookmark_value>controls;assigning data sources</bookmark_value>"
+#. VXTe
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"bm_id3163820\n"
+"help.text"
+msgid "<bookmark_value>multi-line titles in forms</bookmark_value> <bookmark_value>names; multi-line titles</bookmark_value> <bookmark_value>controls; multi-line titles</bookmark_value>"
msgstr ""
-#: 01170102.xhp#hd_id3155413.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/01170102.xhp\" name=\"Data\">Data</link>"
-msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
+#. =B0(
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3163820\n"
+"223\n"
+"help.text"
+msgid "To create a multi-line title, open the combo box using the arrow button. You can enter a line break by pressing Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter."
+msgstr ""
-#: 01170102.xhp#par_id3155306.2.help.text
-msgid "The<emph> Data </emph>tab page allows you to assign a data source to the selected control."
+#. TB|=
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3159407\n"
+"55\n"
+"help.text"
+msgid "The <emph>Title</emph> property is only used for labeling a form element in the interface visible to the user. If you work with macros, note that at runtime, a control is always addressed through the <emph>Name</emph> property."
msgstr ""
-#: 01170102.xhp#par_id3148773.64.help.text
-msgid "For forms with database links, the associated database is defined in the <link href=\"text/shared/02/01170200.xhp\" name=\"Form Properties\">Form Properties</link>. You will find the functions for this on the <link href=\"text/shared/02/01170203.xhp\" name=\"Data\"><emph>Data</emph></link> tab page."
+#. 3ARM
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3150293\n"
+"56\n"
+"help.text"
+msgid "URL"
msgstr ""
-#: 01170102.xhp#par_id3149377.65.help.text
-msgid "The possible settings of the <emph>Data</emph> tab page of a control depend on the respective control. You will only see the options that are available for the current control and context. The following fields are available:"
+#. 0@Eo
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3154358\n"
+"57\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_TARGET_URL\" visibility=\"hidden\">Specifies the URL address that opens when you click an \"Open document / web page\" button.</ahelp> Enter the URL address for a Open document or web page button type in the <emph>URL</emph> box. The address opens when you click the button."
msgstr ""
-#: 01170102.xhp#par_idN108B4.help.text
-msgid "Reference value (off)"
+#. TEu=
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3146074\n"
+"211\n"
+"help.text"
+msgid "If you move the mouse over the button in User mode, the URL appears as the extended tip, provided that no other Help text was entered."
msgstr ""
-#: 01170102.xhp#par_idN108B8.help.text
-msgid "<ahelp hid=\".\">Check boxes and radio buttons in spreadsheets can be bound to cells in the current document. If the control is enabled, the value you enter in Reference value (on) is copied to the cell. If the control is disabled, the value from Reference value (off) is copied to the cell.</ahelp>"
+#. -sEE
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3147134\n"
+"149\n"
+"help.text"
+msgid "Currency symbol"
msgstr ""
-#: 01170102.xhp#hd_id3159121.71.help.text
-msgid "Reference value (on)"
+#. q9Be
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3145160\n"
+"150\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_CURRENCYSYMBOL\" visibility=\"hidden\">You can enter a character or a string for the currency symbol.</ahelp> In a currency field, you can pre-define the currency symbol by entering the character or string in the <emph>Currency symbol</emph> property."
msgstr ""
-#: 01170102.xhp#par_id3163812.141.help.text
-msgid "<ahelp hid=\"HID_PROP_REFVALUE\" visibility=\"hidden\">You can enter a reference value for the web form, which will be remitted to a server when sending the form. With database forms, the value entered is written in the database field, assigned to the control field.</ahelp>You can assign a reference value to option buttons and check boxes. The reference value will be remitted to a server when sending the web form. With database forms the value entered here will be written in the database assigned to the control field."
+#. L?WO
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3144444\n"
+"154\n"
+"help.text"
+msgid "Value"
msgstr ""
-#: 01170102.xhp#par_id3150225.204.help.text
-msgid "<emph>Reference values for web forms</emph>"
+#. a:2w
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3152417\n"
+"155\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_HIDDEN_VALUE\" visibility=\"hidden\">You can enter the data that is inherited by the hidden control.</ahelp> In a <link href=\"text/shared/02/01170600.xhp\" name=\"hidden control\">hidden control</link>, under <emph>Value</emph>, you can enter the data which is inherited by the hidden control. This data will be transferred when sending the form."
msgstr ""
-#: 01170102.xhp#par_id3147611.205.help.text
-msgid "Reference values are useful if you design a web form and the information on the status of the control is to be transmitted to a server. If the control is clicked by the user, the corresponding reference value is sent to the server."
+#. E!P-
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3157315\n"
+"156\n"
+"help.text"
+msgid "Password characters"
msgstr ""
-#: 01170102.xhp#par_id3149570.194.help.text
-msgid "For example, if you have two control fields for the options \"feminine\" and \"masculine\", and assign a reference value of 1 to the field \"feminine\" and the value 2 to the \"masculine\" field, the value 1 is transmitted to the server if a user clicks the \"feminine\" field and value 2 is sent if the \"masculine\" field is clicked."
+#. oQ/j
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3155323\n"
+"157\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_ECHO_CHAR\" visibility=\"hidden\">If the text box is used as a password input, enter the ASCII-code of the display character. This character is displayed instead of the characters typed by the user for the password.</ahelp> If the user enters a password, you can determine the characters that will be displayed instead of the characters typed by the user. Under <emph>Password character</emph>, enter the ASCII code of the desired character. You can use the values from 0 to 255."
msgstr ""
-#: 01170102.xhp#par_id3150260.206.help.text
-msgid "<emph>Reference values for database forms</emph>"
+#. YnjJ
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3152493\n"
+"158\n"
+"help.text"
+msgid "The characters and their ASCII codes can be seen in the <emph>Special Characters</emph> dialog (Insert - Special Character)."
msgstr ""
-#: 01170102.xhp#par_id3150654.207.help.text
-msgid "For database forms, you can also characterize the status of an option or a check box by a reference value, storing it in the database. If you have a set of three options, for example \"in progress\", \"completed\", and \"resubmission\", with the respective reference values, \"ToDo\", \"OK\", and \"RS\", these reference values appear in the database if the respective option is clicked."
+#. {86U
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3157884\n"
+"159\n"
+"help.text"
+msgid "Literal mask"
msgstr ""
-#: 01170102.xhp#hd_id3148455.5.help.text
-msgid "Data field"
+#. \b@(
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3157557\n"
+"160\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_LITERALMASK\" visibility=\"hidden\">Defines the literal mask. The literal mask contains the initial values and is always visible after downloading a form.</ahelp> With masked fields you can specify a literal mask. A literal mask contains the initial values of a form, and is always visible after downloading a form. Using a character code for the Edit mask, you can determine the entries that the user can type into the masked field."
msgstr ""
-#: 01170102.xhp#par_id3155852.6.help.text
-msgid "<ahelp hid=\"HID_PROP_CONTROLSOURCE\" visibility=\"hidden\">Specifies the field of the data source table to which the control refers.</ahelp>With database forms, you can link controls with the data fields."
+#. AZ\J
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3148513\n"
+"161\n"
+"help.text"
+msgid "The length of the literal mask should always correspond to the length of the edit mask. If this is not the case, the edit mask is either cut off or filled with blanks up to the length of the edit mask."
msgstr ""
-#: 01170102.xhp#par_id3153224.75.help.text
-msgid "You have several possibilities:"
+#. ^W2}
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3146762\n"
+"5\n"
+"help.text"
+msgid "Font"
+msgstr "შრიფტი"
+
+#. CSP\
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3151037\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_FONT\" visibility=\"hidden\">Select the font for the text that is in the control field.</ahelp> For control fields which have visible text or titles, select the display font that you want to use. To open the <link href=\"text/shared/01/05020100.xhp\" name=\"Font\"><emph>Font</emph></link> dialog, click the <emph>...</emph> button. The selected font is used in control fields names and to display data in table control fields."
+msgstr ""
+
+#. -[vN
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3156734\n"
+"162\n"
+"help.text"
+msgid "Row height"
msgstr ""
-#: 01170102.xhp#par_id3159110.66.help.text
-msgid "First case: There is only one table in the form."
+#. 8pFc
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3160455\n"
+"163\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_ROWHEIGHT\" visibility=\"hidden\">Specifies the row height of a table control field.</ahelp> In table controls, enter a value for the row height. If you want, you can enter a value followed by valid measurement unit, for example, 2 cm."
msgstr ""
-#: 01170102.xhp#par_id3156356.67.help.text
-msgid "Under <emph>Data field</emph>, specify the field of the data source table whose contents you want to be displayed."
+#. oKN}
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN11FB6\n"
+"help.text"
+msgid "Text lines end with"
msgstr ""
-#: 01170102.xhp#par_id3146898.76.help.text
-msgid "Second case: The control belongs to a subform that is created by an SQL query."
+#. 61/Z
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN11FBA\n"
+"help.text"
+msgid "<ahelp hid=\".\">For text fields, select the line end code to be used when writing text into a database column.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_id3154273.77.help.text
-msgid "Under <emph>Data field</emph>, specify the field of the SQL statement whose contents you want to be displayed."
+#. fPvl
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3160477\n"
+"168\n"
+"help.text"
+msgid "Time format"
msgstr ""
-#: 01170102.xhp#par_id3153949.78.help.text
-msgid "Third case: <link href=\"text/shared/02/01170900.xhp\" name=\"Combo Boxes\">Combo Boxes</link>"
+#. 0B0:
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3145187\n"
+"169\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_TIMEFORMAT\" visibility=\"hidden\">You can define the desired format for the time display.</ahelp> You can define the desired format for the time display."
msgstr ""
-#: 01170102.xhp#par_id3147494.79.help.text
-msgid "For combo boxes, the field of the data source table in which the values entered or selected by the user should be stored is specified under <emph>Data field</emph>. The values displayed in the list of the combo box are based on an SQL statement, which is entered under <emph>List content</emph>."
+#. _hAK
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3158195\n"
+"170\n"
+"help.text"
+msgid "Help text"
msgstr ""
-#: 01170102.xhp#par_id3145167.68.help.text
-msgid "Fourth case: <link href=\"text/shared/02/01170900.xhp\" name=\"List Boxes\">List Boxes</link>"
+#. ,^h2
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3146823\n"
+"171\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_TAG\" visibility=\"hidden\">Specifies additional information or a descriptive text for the control field.</ahelp> In each control field you can specify additional information or a descriptive text for the control field. This property helps the programmer to save additional information that can be used in the program code. This field can be used, for example, for variables or other evaluation parameters."
msgstr ""
-#: 01170102.xhp#par_id3153764.91.help.text
-msgid "The data source table does not contain the data to be displayed, but rather a table linked to the data source table through a common data field."
+#. O4@R
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id3157828\n"
+"232\n"
+"help.text"
+msgid "Formatting"
+msgstr "ფორმატირება"
+
+#. POB,
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id3146843\n"
+"233\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_FORMATKEY\">Specifies the format code for the control. Click the <emph>...</emph> button to select the format code.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_id3149021.69.help.text
-msgid "If you want a list box to display data from a table that is linked to the current data source table, under <emph>Data field</emph> specify the field of the data source table to which the content of the list box refers. Or you can specify the database field that controls the display of the data in the form. This data field provides the link to the other table if both tables can be linked through a common data field. It is usually a data field in which unique identification numbers are stored. The data field whose contents are displayed in the form is specified by an SQL statement under <emph>List content</emph>."
+#. xHX`
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN122C4\n"
+"help.text"
+msgid "Scale"
+msgstr "მასშტაბირება"
+
+#. I%l6
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN122C8\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_SCALEIMAGE\">Resizes the image to fit the size of the control.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_id3153924.80.help.text
-msgid "List boxes work with references. They can either be implemented with linked tables by SQL statements (fourth case) or through value lists:"
+#. rX2X
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN1209F\n"
+"help.text"
+msgid "Acting on a record"
msgstr ""
-#: 01170102.xhp#par_id3145641.58.help.text
-msgid "<emph>References through linked tables (SQL statements)</emph>"
+#. 1$F$
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN120B1\n"
+"help.text"
+msgid "<ahelp hid=\"37930\">Specifies to show or hide the action items in a selected Navigation Bar control.</ahelp> Action items are the following: Save record, Undo, New record, Delete record, Refresh."
msgstr ""
-#: 01170102.xhp#par_id3147341.59.help.text
-msgid "If you want a list box to display data from a database table that is linked by a common data field to the table on which the form is based, the link field of the form table is specified under <emph>Data field</emph>."
+#. aK_p
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN120BE\n"
+"help.text"
+msgid "Positioning"
msgstr ""
-#: 01170102.xhp#par_id3155174.60.help.text
-msgid "The link is created with an SQL Select, which, if you selected \"SQL\" or \"Native SQL\", is specified under <emph>Type of list contents</emph> in the field <emph>List content</emph>. As an example, a table \"Orders\" is linked to the current form control, and in the database a table \"Customers\" is linked to the \"Orders\" table. You can use an SQL statement as follows:"
+#. [6Kf
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN120D9\n"
+"help.text"
+msgid "<ahelp hid=\"37928\">Specifies to show or hide the positioning items in a selected Navigation Bar control.</ahelp> Positioning items are the following: Record label, Record position, Record count label, Record count."
msgstr ""
-#: 01170102.xhp#par_id3148537.70.help.text
-msgid "SELECT CustomerName, CustomerNo FROM Customers,"
+#. M,g\
+#: 01170101.xhp
+#, fuzzy
+msgctxt ""
+"01170101.xhp\n"
+"par_idN120D7\n"
+"help.text"
+msgid "Navigation"
+msgstr "ნავიგატორი"
+
+#. MVY1
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN120DB\n"
+"help.text"
+msgid "<ahelp hid=\"37929\">Specifies to show or hide the navigation items in a selected Navigation Bar control.</ahelp> Navigation items are the following: First record, Previous record, Next record, Last record."
msgstr ""
-#: 01170102.xhp#par_id3154967.71.help.text
-msgid "where \"CustomerName\" is the data field from the linked table \"Customers\", and \"CustomerNo\" is the field of the table \"Customers\" that is linked to a field of the form table \"Orders\" specified under <emph>Data field</emph>."
+#. %KQ(
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN12156\n"
+"help.text"
+msgid "Filtering / Sorting"
msgstr ""
-#: 01170102.xhp#par_id3163808.55.help.text
-msgid "<emph>References Using Value Lists</emph>"
+#. Ir8J
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN1215A\n"
+"help.text"
+msgid "<ahelp hid=\"37931\">Specifies to show or hide the filtering and sorting items in a selected Navigation Bar control.</ahelp> Filtering and sorting items are the following: Sort ascending, Sort descending, Sort, Automatic filter, Default filter, Apply filter, Remove filter/sort."
msgstr ""
-#: 01170102.xhp#par_id3145295.56.help.text
-msgid "For list boxes, you can use value lists. Value lists are lists that define reference values. In this way, the control in the form does not directly display the content of a database field, but rather values assigned in the value list."
+#. Y7o_
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN12175\n"
+"help.text"
+msgid "Icon Size"
msgstr ""
-#: 01170102.xhp#par_id3151186.57.help.text
-msgid "If you work with reference values of a value list, the contents of the data field that you specified under <emph>Data Field</emph> in the form are not visible, but rather the assigned values. If you chose \"Valuelist\" on the <emph>Data</emph> tab under <emph>Type of list contents</emph> and assigned a reference value to the visible list entries in the form under <emph>List entries</emph> (entered in the <link href=\"text/shared/02/01170101.xhp\" name=\"General\"><emph>General</emph></link> tab), then the reference values are compared with the data content of the given data field. If a reference value corresponds to the content of a data field, the associated list entries are displayed in the form."
+#. 6SZ\
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN12179\n"
+"help.text"
+msgid "<ahelp hid=\"37927\">Specifies whether the icons in a selected Navigation Bar should be small or large.</ahelp>"
msgstr ""
-#: 01170102.xhp#hd_id3154664.3.help.text
-msgctxt "01170102.xhp#hd_id3154664.3.help.text"
-msgid "Bound field"
+#. Kc;4
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"hd_id0409200920593864\n"
+"help.text"
+msgid "Visible"
+msgstr "ხილული"
+
+#. N4?7
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id0409200920593851\n"
+"help.text"
+msgid "<ahelp hid=\".\">Defines whether the control will be visible in live mode. In design mode, the control is always visible.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_id3148475.4.help.text
-msgid "<ahelp hid=\"HID_PROP_BOUNDCOLUMN\" visibility=\"hidden\">Use an index to specify the table field or table SQL query to link to the field that is provided under <emph>Data field</emph>. Valid values for this property are 1, 2, 3, and so on.</ahelp>"
+#. qrw@
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id0409200921154683\n"
+"help.text"
+msgid "Note that if this property is set to \"Yes\" (the default), this does not necessarily mean the control will really appear on the screen. Additional constraints are applied when calculating a control's effective visibility. For instance, a control placed in a hidden section in Writer will never be visible at all, until at least the section itself becomes visible."
msgstr ""
-#: 01170102.xhp#par_idN10AD2.help.text
-msgid "If you delete the contents of the <emph>Bound field</emph> cell in the property browser, the first field of the result set is used to display and to exchange data."
+#. !?9*
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id0409200921154691\n"
+"help.text"
+msgid "If the property is set to \"No\", then the control will always be hidden in live mode."
msgstr ""
-#: 01170102.xhp#par_id3154588.72.help.text
-msgid "This property for list boxes defines which data field of a linked table is displayed in the form."
+#. S$R:
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_id0409200921154614\n"
+"help.text"
+msgid "Older OpenOffice.org versions up to 3.1 will silently ignore this property when reading documents which make use of it."
msgstr ""
-#: 01170102.xhp#par_id3151213.38.help.text
-msgid "If a list box in the form is to display contents of a table linked to the form table, then define in the <emph>Type of list contents</emph> field if the display is determined by an SQL command or the (linked) table is accessed. With the <emph>Bound field</emph> property, you use an index to specify to which data field of the query or of the table the list field is linked. "
+#. aFiI
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN12314\n"
+"help.text"
+msgid "Visible size"
+msgstr "ხილული ზომა"
+
+#. gRX4
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN12318\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the size of scrollbar thumb in \"value units\". A value of (\"Scroll value max.\" minus \"Scroll value min.\" ) / 2 would result in a thumb which occupies half of the background area.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_id3148427.73.help.text
-msgid "The property <emph>Bound field</emph> is only for forms that are used to access more than one table. If the form is based on only one table, the field to be displayed in the form is specified directly under <emph>Data field</emph>. However, if you want the list box to display data from a table that is linked to the current table over a common data field, the linked data field is defined by the property <emph>Bound field</emph>."
+#. A(9\
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN12375\n"
+"help.text"
+msgid "If set to 0, then the thumb's width will equal its height."
msgstr ""
-#: 01170102.xhp#par_id3150365.39.help.text
-msgid "If you selected \"SQL\" under <emph>Type of list contents</emph>, the SQL command determines the index to be specified. Example: If you specify an SQL command such as \"SELECT Field1, Field2 FROM tablename\" under <emph>List content</emph>, refer to the following table:"
+#. 8D%B
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN12332\n"
+"help.text"
+msgid "Orientation"
msgstr ""
-#: 01170102.xhp#par_id3154716.40.help.text
-msgctxt "01170102.xhp#par_id3154716.40.help.text"
-msgid "Bound field"
+#. |bf!
+#: 01170101.xhp
+msgctxt ""
+"01170101.xhp\n"
+"par_idN12336\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the horizontal or vertical orientation for a scrollbar or spin button.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_id3150666.41.help.text
-msgctxt "01170102.xhp#par_id3150666.41.help.text"
-msgid "Link"
-msgstr "ხაზი"
+#. -YoZ
+#: 07060000.xhp
+msgctxt ""
+"07060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Reload"
+msgstr ""
-#: 01170102.xhp#par_id3154206.42.help.text
-msgctxt "01170102.xhp#par_id3154206.42.help.text"
-msgid "{empty}"
+#. %8S[
+#: 07060000.xhp
+msgctxt ""
+"07060000.xhp\n"
+"bm_id3153089\n"
+"help.text"
+msgid "<bookmark_value>reloading; documents</bookmark_value><bookmark_value>documents; reloading</bookmark_value><bookmark_value>loading; reloading</bookmark_value>"
msgstr ""
-#: 01170102.xhp#par_id3145257.43.help.text
-msgid "The database field \"Field1\" is linked to the field specified under <emph>Data field</emph>."
+#. 1M,U
+#: 07060000.xhp
+#, fuzzy
+msgctxt ""
+"07060000.xhp\n"
+"hd_id3153089\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/07060000.xhp\" name=\"Reload\">Reload</link>"
+msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
+
+#. y#i3
+#: 07060000.xhp
+msgctxt ""
+"07060000.xhp\n"
+"par_id3151315\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Reload\" visibility=\"visible\">Replaces the current document with the last saved version.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_id3150887.44.help.text
-msgctxt "01170102.xhp#par_id3150887.44.help.text"
-msgid "1"
+#. Pnhi
+#: 07060000.xhp
+msgctxt ""
+"07060000.xhp\n"
+"par_id3159201\n"
+"3\n"
+"help.text"
+msgid "Any changes made after the last save will be lost."
msgstr ""
-#: 01170102.xhp#par_id3156064.45.help.text
-msgid "The database field \"Field2\" is linked to the field specified under <emph>Data field</emph>."
+#. GJl@
+#: 12100000.xhp
+msgctxt ""
+"12100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sort Order"
msgstr ""
-#: 01170102.xhp#par_id3154134.46.help.text
-msgid "If you selected \"Table\" under <emph>Type of list contents</emph>, the table structure defines the index to be specified. Example: If a database table is selected under <emph>List content</emph>, refer to the following table:"
+#. Zp_%
+#: 12100000.xhp
+#, fuzzy
+msgctxt ""
+"12100000.xhp\n"
+"hd_id3149988\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12100000.xhp\" name=\"Sort Order\">Sort Order</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
+
+#. eZJ:
+#: 12100000.xhp
+msgctxt ""
+"12100000.xhp\n"
+"par_id3144436\n"
+"help.text"
+msgid "<image src=\"res/sc10714.png\" id=\"img_id3153894\"><alt id=\"alt_id3153894\">Icon</alt></image>"
msgstr ""
-#: 01170102.xhp#par_id3155379.47.help.text
-msgctxt "01170102.xhp#par_id3155379.47.help.text"
-msgid "Bound field"
+#. 8r_h
+#: 12100000.xhp
+msgctxt ""
+"12100000.xhp\n"
+"par_id3147143\n"
+"3\n"
+"help.text"
+msgid "Sort Order"
msgstr ""
-#: 01170102.xhp#par_id3155529.48.help.text
-msgctxt "01170102.xhp#par_id3155529.48.help.text"
-msgid "Link"
-msgstr "ხაზი"
+#. hz$`
+#: 01170900.xhp
+msgctxt ""
+"01170900.xhp\n"
+"tit\n"
+"help.text"
+msgid "Combo Box/List Box Wizard"
+msgstr ""
-#: 01170102.xhp#par_id3155373.49.help.text
-msgctxt "01170102.xhp#par_id3155373.49.help.text"
-msgid "{empty}"
+#. yE@X
+#: 01170900.xhp
+msgctxt ""
+"01170900.xhp\n"
+"bm_id3159233\n"
+"help.text"
+msgid "<bookmark_value>forms; Combo Box/List Box Wizard</bookmark_value>"
msgstr ""
-#: 01170102.xhp#par_id3154260.50.help.text
-msgid "The 1st column of the table is linked to the field specified under <emph>Data field</emph>."
+#. ~(!H
+#: 01170900.xhp
+msgctxt ""
+"01170900.xhp\n"
+"hd_id3154094\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170900.xhp\" name=\"Combo Box/List Box Wizard\">Combo Box/List Box Wizard</link>"
msgstr ""
-#: 01170102.xhp#par_id3156448.51.help.text
-msgctxt "01170102.xhp#par_id3156448.51.help.text"
-msgid "1"
+#. $QA6
+#: 01170900.xhp
+msgctxt ""
+"01170900.xhp\n"
+"par_id3152363\n"
+"2\n"
+"help.text"
+msgid "If you insert a combo box or a list box in a document, a wizard starts automatically. This wizard allows you to interactively specify which information is shown."
msgstr ""
-#: 01170102.xhp#par_id3154486.52.help.text
-msgid "The 2nd column of the table is linked to the field specified under <emph>Data field</emph>."
+#. ?E}Z
+#: 01170900.xhp
+msgctxt ""
+"01170900.xhp\n"
+"par_id3145211\n"
+"21\n"
+"help.text"
+msgid "You can use the <link href=\"text/shared/02/01171100.xhp\" name=\"Wizards On/Off\"><emph>Wizards On/Off</emph></link> icon to keep the wizard from starting automatically."
msgstr ""
-#: 01170102.xhp#par_id3149949.53.help.text
-msgid "2"
+#. NP/a
+#: 01170900.xhp
+msgctxt ""
+"01170900.xhp\n"
+"par_id3155391\n"
+"22\n"
+"help.text"
+msgid "The wizards for combo boxes and list boxes differ from each other in their final step. This is because the nature of control fields:"
msgstr ""
-#: 01170102.xhp#par_id3146767.54.help.text
-msgid "The 3rd column of the table is linked to the field specified under <emph>Data field</emph>."
+#. \x3I
+#: 01170900.xhp
+msgctxt ""
+"01170900.xhp\n"
+"par_id3159233\n"
+"23\n"
+"help.text"
+msgid "<emph>List Boxes</emph>"
msgstr ""
-#: 01170102.xhp#hd_id3149772.9.help.text
-msgid "Type of list contents"
+#. ;jDD
+#: 01170900.xhp
+msgctxt ""
+"01170900.xhp\n"
+"par_id3166410\n"
+"24\n"
+"help.text"
+msgid "In the case of a list box, the user selects one entry from a list of entries. These entries are saved in a database table and cannot be modified through the list box."
msgstr ""
-#: 01170102.xhp#par_id3154419.10.help.text
-msgid "<ahelp hid=\"HID_PROP_LISTSOURCETYPE\" visibility=\"hidden\">Determines the data to fill the lists in list and combo boxes.</ahelp>Determines the data to fill the lists in list and combo boxes."
+#. ,=;:
+#: 01170900.xhp
+msgctxt ""
+"01170900.xhp\n"
+"par_id3166460\n"
+"25\n"
+"help.text"
+msgid "As a general rule, the database table that contains the visible list entries in the form is not the table on which the form is based. The list boxes in a form work by using references; that is, references to the visible list entries are located in the form table (values table) and are also entered as such in the values table if the user selects an entry from the list and saves it. Through reference values, list boxes can display data from a table linked to the current form table. Thus the <emph>List Box Wizard</emph> allows two tables of a database to be linked, so that the control field can display a detailed list of a database field that is located in a different table from the one to which the form refers."
msgstr ""
-#: 01170102.xhp#par_id3153326.13.help.text
-msgid "With the \"Valuelist\" option, all entries entered in the <emph>List entries</emph> field of the <link href=\"text/shared/02/01170101.xhp\" name=\"General\"><emph>General</emph></link> tab appear in the control. For database forms, you can use reference values (see the <link href=\"text/shared/02/01170102.xhp\" name=\" References Using Value Lists\"><emph>References Using Value Lists</emph></link> section)."
+#. /pt_
+#: 01170900.xhp
+msgctxt ""
+"01170900.xhp\n"
+"par_id3145673\n"
+"31\n"
+"help.text"
+msgid "In the other tables the required field is searched for by using the field names (ControlSource) and then the fields will be completed accordingly. If the field name is not found, the list will remain empty. When list fields contain linked columns, the first column of the other table will be used without a query being shown first."
msgstr ""
-#: 01170102.xhp#par_id3153067.14.help.text
-msgid "If the content of the control is read from a database, you can determine the type of the data source with the other options. For example, you can choose between tables and queries."
+#. N)_u
+#: 01170900.xhp
+msgctxt ""
+"01170900.xhp\n"
+"par_id3154860\n"
+"26\n"
+"help.text"
+msgid "If an article table contains, for example, the number of a supplier, the list box can use the \"Supplier number\" link to display the name of the supplier from the supplier table. On the <emph>Field links</emph> page the Wizard will ask you about all the settings required for this link."
msgstr ""
-#: 01170102.xhp#hd_id3153820.7.help.text
-msgid "List content"
+#. |aU;
+#: 01170900.xhp
+msgctxt ""
+"01170900.xhp\n"
+"par_id3150977\n"
+"27\n"
+"help.text"
+msgid "<emph>Combo Boxes</emph>"
msgstr ""
-#: 01170102.xhp#par_id3159171.8.help.text
-msgid "<ahelp hid=\"HID_PROP_LISTSOURCE\">With database forms, specifies the data source for the list content of the form-element. This field can be used to define a value list for documents without a database connection.</ahelp>"
+#. GI3J
+#: 01170900.xhp
+msgctxt ""
+"01170900.xhp\n"
+"par_id3158430\n"
+"28\n"
+"help.text"
+msgid "In the case of combo boxes, users can select one entry from the list entries or enter text themselves. The entries, which are offered as a list from which users can select, may originate from any database table. The entries that users select or enter so that they can be saved can be saved either in the form only, or in a database. If they are saved in a database, they will be written to the database table on which the form is based."
msgstr ""
-#: 01170102.xhp#par_id3168456.15.help.text
-msgid "In the case of database forms, the data source determines the entries of the list or combo box. Depending on the selected type, you have a choice between different data sources under <emph>List content</emph>, provided that these objects exist in your database. All available database objects of the type selected under <emph>Type of list contents</emph> are offered here. If you have selected the \"Value List\" option as the type, you can use references for database forms. If the display of the control is controlled by an SQL command, the SQL statement is entered here."
+#. seTT
+#: 01170900.xhp
+msgctxt ""
+"01170900.xhp\n"
+"par_id3154046\n"
+"29\n"
+"help.text"
+msgid "Combo boxes can display the data of any table. A direct link between the current form table and the table whose values are to be displayed in the combo box (list table) is not required. Combo boxes do not work with references. If the user enters or selects a value and saves it, the value actually displayed will be entered in the form table. As there is no link between the form table and the list table, the <emph>Field Link</emph> table does not appear here."
msgstr ""
-#: 01170102.xhp#par_id3155870.81.help.text
-msgid "Examples of SQL statements:"
+#. i1Xo
+#: 01170900.xhp
+msgctxt ""
+"01170900.xhp\n"
+"par_id3146949\n"
+"30\n"
+"help.text"
+msgid "In the case of a list box, you select entries from the list, and these are saved in the list table. In the case of a combo box, you can add additional text that can be written to the current database table of the form (values table) and stored there as desired. For this function, the <emph>Combo Box Wizard</emph> has the <emph>Data Processing</emph> page as the last page, whereas in the case of list boxes this page does not exist. Here you can enter whether and where text that has been entered is to be saved in the values table."
msgstr ""
-#: 01170102.xhp#par_id3144504.82.help.text
-msgid "For list boxes, an SQL statement may have the following form:"
+#. |7RL
+#: 10040000.xhp
+msgctxt ""
+"10040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "To Document End/Last Page"
msgstr ""
-#: 01170102.xhp#par_id3156188.83.help.text
-msgid "SELECT field1, field2 FROM table,"
+#. Ko/@
+#: 10040000.xhp
+msgctxt ""
+"10040000.xhp\n"
+"hd_id3154840\n"
+"1\n"
+"help.text"
+msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\"><link href=\"text/shared/02/10040000.xhp\" name=\"To Document End\">To Document End</link></caseinline> <defaultinline><link href=\"text/shared/02/10040000.xhp\" name=\"Last Page\">Last Page</link></defaultinline> </switchinline>"
msgstr ""
-#: 01170102.xhp#par_id3155266.84.help.text
-msgid "Here \"table\" is the table whose data is displayed in the list of the control (list table). \"field1\" is the data field that defines the visible entries in the form; its content is displayed in the list box. \"field2\" is the field of the list table that is linked to the form table (value table) through the field specified under <emph>Data field</emph> if <emph>Bound field</emph> = 1 was selected."
+#. e*om
+#: 10040000.xhp
+msgctxt ""
+"10040000.xhp\n"
+"par_id3149716\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:LastPage\" visibility=\"visible\">Moves to the last page of the document.</ahelp> This function is only active when you select the <emph>Page Preview</emph> function on the <emph>File</emph> menu."
msgstr ""
-#: 01170102.xhp#par_id3145074.85.help.text
-msgid "For combo boxes, an SQL statement may take the following form:"
+#. Egh3
+#: 10040000.xhp
+msgctxt ""
+"10040000.xhp\n"
+"par_id3155805\n"
+"help.text"
+msgid "<image src=\"cmd/sc_gotoendofdoc.png\" id=\"img_id3153394\"><alt id=\"alt_id3153394\">Icon</alt></image>"
msgstr ""
-#: 01170102.xhp#par_id3150991.86.help.text
-msgid "SELECT DISTINCT field FROM table,"
+#. LfD+
+#: 10040000.xhp
+msgctxt ""
+"10040000.xhp\n"
+"par_id3145313\n"
+"3\n"
+"help.text"
+msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\">To Document End</caseinline> <defaultinline>Last Page</defaultinline> </switchinline>"
msgstr ""
-#: 01170102.xhp#par_id3154344.87.help.text
-msgid "Here \"field\" is a data field from the list table \"table\" whose content is displayed in the list of the combo box."
+#. WuF*
+#: 18010000.xhp
+msgctxt ""
+"18010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Selection"
msgstr ""
-#: 01170102.xhp#par_id3149328.74.help.text
-msgid "<emph>Value lists for HTML documents</emph>"
+#. Ezcp
+#: 18010000.xhp
+#, fuzzy
+msgctxt ""
+"18010000.xhp\n"
+"hd_id3151299\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/18010000.xhp\" name=\"Selection\">Selection</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
+
+#. /MvL
+#: 18010000.xhp
+msgctxt ""
+"18010000.xhp\n"
+"par_id3148520\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SelectObject\">Allows you to select objects in the current document.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_id3156034.16.help.text
-msgid "For HTML forms, you can enter a value list under <emph>List content</emph>. Select the option \"Valuelist\" under <emph>Type of list contents</emph>. The values entered here will not be visible in the form, and are used to assign values to the visible entries. The entries made under <emph>List content</emph> correspond to the HTML tag <OPTION VALUE=...>."
+#. m^6C
+#: 18010000.xhp
+msgctxt ""
+"18010000.xhp\n"
+"par_id3149511\n"
+"help.text"
+msgid "<image id=\"img_id3159194\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159194\">Icon</alt></image>"
msgstr ""
-#: 01170102.xhp#par_id3154855.17.help.text
-msgid "In the data transfer of a selected entry from a list box or a combo box, both the list of the values displayed in the form, which was entered on the <link href=\"text/shared/02/01170101.xhp\" name=\"General\"><emph>General</emph></link> tab under <emph>List entries</emph>, and the value list entered on the <emph>Data</emph> tab under <emph>List content</emph>, are taken into consideration: If a (non-empty) text is at the selected position in the value list (<OPTION VALUE=...>), it will be transmitted. Otherwise, the text displayed in the (<OPTION>) control is sent."
+#. ;DBt
+#: 18010000.xhp
+msgctxt ""
+"18010000.xhp\n"
+"par_id3147571\n"
+"3\n"
+"help.text"
+msgid "Selection"
msgstr ""
-#: 01170102.xhp#par_id3163377.18.help.text
-msgid "If the value list is to contain an empty string, enter the value \"$$$empty$$$\" under <emph>List content</emph> at the corresponding position (note uppercase/lowercase). $[officename] interprets this input as an empty string and assigns it to the respective list entry."
+#. ^q2=
+#: 18010000.xhp
+msgctxt ""
+"18010000.xhp\n"
+"par_id3155555\n"
+"5\n"
+"help.text"
+msgid "To select an object, click the object with the arrow. To select more than one object, drag a selection frame around the objects. To add an object to a selection, press Shift, and then click the object. <switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"CHART\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline>The objects selected together can then be defined as a <link href=\"text/shared/01/05290000.xhp\" name=\"group\">group</link>, turning them into a single group object.</defaultinline></switchinline>"
msgstr ""
-#: 01170102.xhp#par_id3156309.19.help.text
-msgid "The following table shows the connections between HTML, JavaScript, and the $[officename] field <emph>List content</emph> using an example list box named \"ListBox1\". In this case, \"Item\" designates a list entry visible in the form:"
+#. V*~W
+#: 18010000.xhp
+msgctxt ""
+"18010000.xhp\n"
+"par_id3143267\n"
+"11\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"CHART\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline>You can edit individual elements of a group. You can also delete elements from a group with <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Shift</defaultinline></switchinline>+click.</defaultinline></switchinline>"
msgstr ""
-#: 01170102.xhp#par_id3159204.20.help.text
-msgid "<emph>HTML Tag</emph>"
+#. ?0T0
+#: 18010000.xhp
+msgctxt ""
+"18010000.xhp\n"
+"par_id3166460\n"
+"12\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"CHART\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline>You can select single objects from a group by double-clicking, if you first disable the <emph>Double-click to edit Text</emph> icon on the <emph>Option</emph> Bar.</defaultinline></switchinline>"
msgstr ""
-#: 01170102.xhp#par_id3152539.21.help.text
-msgid "<emph>JavaScript</emph>"
+#. W@Cn
+#: 01170203.xhp
+#, fuzzy
+msgctxt ""
+"01170203.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data"
+msgstr "თარიღი"
+
+#. i7-q
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"bm_id3150040\n"
+"help.text"
+msgid "<bookmark_value>forms; data</bookmark_value><bookmark_value>data; forms and subforms</bookmark_value><bookmark_value>forms; subforms</bookmark_value><bookmark_value>subforms; description</bookmark_value>"
msgstr ""
-#: 01170102.xhp#par_id3158404.22.help.text
-msgid "<emph>Entry in value list of the control (List content)</emph>"
+#. E$ZT
+#: 01170203.xhp
+#, fuzzy
+msgctxt ""
+"01170203.xhp\n"
+"hd_id3150040\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170203.xhp\" name=\"Data\">Data</link>"
+msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
+
+#. 2Q0y
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3147242\n"
+"2\n"
+"help.text"
+msgid "The<emph> Data </emph>tab page defines the form properties that refer to the database that is linked to the form."
msgstr ""
-#: 01170102.xhp#par_id3151198.23.help.text
-msgid "<emph>Transmitted data</emph>"
+#. 2Vvt
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3149398\n"
+"107\n"
+"help.text"
+msgid "Defines the data source on which the form is based, or specifies whether the data can be edited by the user. Apart from the sort and filter functions, you will also find all the necessary properties to create a <link href=\"text/shared/02/01170203.xhp\" name=\"subform\">subform</link>."
msgstr ""
-#: 01170102.xhp#par_id3154668.24.help.text
-msgid "<OPTION>Item"
+#. q1vQ
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"hd_id3154810\n"
+"5\n"
+"help.text"
+msgid "Data source"
msgstr ""
-#: 01170102.xhp#par_id3154269.25.help.text
-msgid "Not possible"
+#. O1We
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3152349\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_DATASOURCE\">Defines the data source to which the form should refer.</ahelp> If you click the <emph>...</emph> button, you call the <link href=\"text/shared/01/01020000.xhp\" name=\"Open\"><emph>Open</emph></link> dialog, where you can choose a data source."
msgstr ""
-#: 01170102.xhp#par_id3153109.26.help.text
-msgid "\"\""
+#. ,ayQ
+#: 01170203.xhp
+#, fuzzy
+msgctxt ""
+"01170203.xhp\n"
+"hd_id3146948\n"
+"6\n"
+"help.text"
+msgid "Content"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nშინაარსი\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nშიგთავსი"
+
+#. i1LO
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3155922\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_CURSORSOURCE\">Determines the content to be used for the form. The content can be an existing table or a query (previously created in the database), or it can be defined by an SQL-statement. Before you enter a content you have to define the exact type in <emph>Content type</emph>.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_id3154596.27.help.text
-msgid "the visible list entry (\"ListBox1=Item\")"
+#. cogx
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3149657\n"
+"27\n"
+"help.text"
+msgid "If you have selected either \"Table\" or \"Query\" in <emph>Content type</emph>, the box lists all the tables and queries set up in the selected database."
msgstr ""
-#: 01170102.xhp#par_id3146892.28.help.text
-msgid "<OPTION VALUE=\"Value\">Item"
+#. roMV
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"hd_id3148755\n"
+"7\n"
+"help.text"
+msgid "Content type"
msgstr ""
-#: 01170102.xhp#par_id3154604.29.help.text
-msgid "ListBox1.options[0].value=\"Value\""
+#. .]bU
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3150541\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_CURSORSOURCETYPE\">Defines whether the data source is to be an existing database table or query, or if the form is to be generated based on an SQL statement.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_id3153689.30.help.text
-msgid "\"Value\""
+#. sYRf
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3153192\n"
+"29\n"
+"help.text"
+msgid "If you choose \"Table\" or \"Query\", the form will refer to the table or query that you specify under <emph>Content</emph>. If you want to create a new query or a <link href=\"text/shared/02/01170203.xhp\" name=\"subform\">subform</link>, then you have to choose the \"SQL\" option. You can then enter the statement for the SQL query or the subform directly in the <emph>List content</emph> box on the Control properties Data tab page."
msgstr ""
-#: 01170102.xhp#par_id3159226.31.help.text
-msgid "The value assigned to the list entry (\"ListBox1=Value\")"
+#. g@%`
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"hd_id3158409\n"
+"105\n"
+"help.text"
+msgid "Analyze SQL command"
msgstr ""
-#: 01170102.xhp#par_id3155944.32.help.text
-msgid "<OPTION VALUE=\"\">Item"
+#. JfLg
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3145171\n"
+"106\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_ESCAPE_PROCESSING\">Specifies whether the SQL statement is to be analyzed by %PRODUCTNAME.</ahelp> If set to Yes, you can click the <emph>...</emph> button next to the <emph>Content</emph> list box. This will open a window where you can graphically create a database query. When you close that window, the SQL statement for the created query will be inserted in the <emph>Content</emph> list box."
msgstr ""
-#: 01170102.xhp#par_id3155147.33.help.text
-msgid "ListBox1.options[0].value=\"\""
+#. o62L
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"hd_id3154684\n"
+"81\n"
+"help.text"
+msgid "Filter"
msgstr ""
-#: 01170102.xhp#par_id3154763.34.help.text
-msgid "\"$$$empty$$$\""
+#. XLl+
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3150449\n"
+"82\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_FILTER_CRITERIA\">Enter the required conditions for filtering the data in the form. The filter specifications follow SQL rules without using the WHERE clause.</ahelp> For example, if you want to display all records with the \"Mike\" forename, type into the data field: Forename = 'Mike'. You can also combine conditions: Forename = 'Mike' OR Forename = 'Peter'. All records matching either of these two conditions will be displayed."
msgstr ""
-#: 01170102.xhp#par_id3151012.35.help.text
-msgid "An empty string (\"ListBox1=\")"
+#. ]oB-
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3156212\n"
+"83\n"
+"help.text"
+msgid "The filter function is available in user mode through the <link href=\"text/shared/02/12030000.xhp\" name=\"AutoFilter\"><emph>AutoFilter</emph></link> and <link href=\"text/shared/02/12090000.xhp\" name=\"Default Filter\"><emph>Default Filter</emph></link> icons on the <link href=\"text/shared/main0213.xhp\" name=\"Form Navigation Bar\"><emph>Form Navigation</emph> Bar</link>."
msgstr ""
-#: 01170102.xhp#hd_id3148901.11.help.text
-msgid "Empty string is NULL"
+#. iMIb
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"hd_id3156005\n"
+"84\n"
+"help.text"
+msgid "Sort"
+msgstr "დალაგება"
+
+#. r6?;
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3163712\n"
+"85\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_SORT_CRITERIA\">Specifies the conditions to sort the data in the form. The specification of the sorting conditions follows SQL rules without the use of the ORDER BY clause.</ahelp> For example, if you want all records of a database to be sorted in one field in an ascending order and in another field in a descending order, enter Forename ASC, Name DESC (presuming Forename and Name are the names of the data fields)."
msgstr ""
-#: 01170102.xhp#par_id3145357.12.help.text
-msgid "<ahelp hid=\"HID_PROP_EMPTY_IS_NULL\">Defines how an empty string input should be handled. If set to Yes, an input string of length zero will be treated as a value NULL. If set to No, any input will be treated as-is without any conversion.</ahelp>"
+#. \Pil
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3156444\n"
+"86\n"
+"help.text"
+msgid "The appropriate icons on the <link href=\"text/shared/main0213.xhp\" name=\"Form Navigation Bar\"><emph>Form Navigation</emph> Bar</link> can be used in User mode to sort: <link href=\"text/shared/02/12010000.xhp\" name=\"Sort Ascending\"><emph>Sort Ascending</emph></link>, <link href=\"text/shared/02/12020000.xhp\" name=\"Sort Descending\"><emph>Sort Descending</emph></link>, <link href=\"text/shared/02/12100100.xhp\" name=\"Sort\"><emph>Sort</emph></link>."
msgstr ""
-#: 01170102.xhp#par_id0820200812403467.help.text
-msgid "An empty string is a string of length zero (\"\"). Normally, a value NULL is not the same as an empty string. In general, a term NULL is used to denote an undefined value, an unknown value, or \"no value has been entered yet.\""
+#. p04@
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"hd_id3148616\n"
+"8\n"
+"help.text"
+msgid "Add data only"
msgstr ""
-#: 01170102.xhp#par_id0820200812403455.help.text
-msgid "Database systems vary and they might handle a value NULL differently. Refer to documentations of the database that you are using."
+#. kN^W
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3153139\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_DATAENTRY\">Determines if the form only allows the addition of new data (Yes) or if it allows other properties as well (No).</ahelp>"
msgstr ""
-#: 01170102.xhp#hd_id3161653.88.help.text
-msgid "Filter proposal"
+#. |Uo6
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3148575\n"
+"21\n"
+"help.text"
+msgid "If <emph>Add data only</emph> is set to \"Yes\", changing or deleting data is not possible."
msgstr ""
-#: 01170102.xhp#par_id3151221.89.help.text
-msgid "<variable id=\"filtervorschlag\"><ahelp hid=\"HID_PROP_FILTERPROPOSAL\">While designing your form, you can set the \"Filter proposal\" property for each text box in the <emph>Data</emph> tab of the corresponding <emph>Properties</emph> dialog. In subsequent searches in the filter mode, you can select from all information contained in these fields.</ahelp> The field content can then be selected using the AutoComplete function. Note, however, that this function requires a greater amount of memory space and time, especially when used in large databases and should therefore be used sparingly. </variable>"
+#. VK,T
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"hd_id3148455\n"
+"9\n"
+"help.text"
+msgid "Navigation bar"
msgstr ""
-#: 01170102.xhp#par_idN10EE3.help.text
-msgid "Linked cell"
+#. XP=A
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3157976\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_NAVIGATION\">Specifies whether the navigation functions in the lower form bar can be used.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_idN10EE7.help.text
-msgid "<ahelp hid=\"HID_PROP_BOUND_CELL\">Specifies the reference to a linked cell on a spreadsheet. The live state or contents of the control are linked to the cell contents.</ahelp> The following tables list the controls and their corresponding link type:"
+#. jUD)
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3149485\n"
+"79\n"
+"help.text"
+msgid "The \"Parent Form\" option is used for subforms. If you choose this option for a subform, you can navigate using the records of the main form if the cursor is placed in the subform. A subform is linked to the parent form by a 1:1 relationship, so navigation is always performed in the parent form."
msgstr ""
-#: 01170102.xhp#par_idN10EF7.help.text
-msgid "Check box with linked cell"
+#. P.%[
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"hd_id3151051\n"
+"10\n"
+"help.text"
+msgid "Cycle"
msgstr ""
-#: 01170102.xhp#par_idN10F04.help.text
-msgctxt "01170102.xhp#par_idN10F04.help.text"
-msgid "Action"
+#. cd?)
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3154944\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_CYCLE\">Determines how the navigation should be done using the tab key.</ahelp> Using the tab key, you can move forward in the form. If you simultaneously press the Shift key, the navigation will follow the opposite direction. If you reach the last (or the first) field and press the tab key again, it can have various effects. Define the key control with the following options:"
msgstr ""
-#: 01170102.xhp#par_idN10F0A.help.text
-msgctxt "01170102.xhp#par_idN10F0A.help.text"
-msgid "Result"
+#. shbm
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3166413\n"
+"87\n"
+"help.text"
+msgid "Option"
+msgstr "პარამეტრი"
+
+#. q|4S
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3150424\n"
+"88\n"
+"help.text"
+msgid "Meaning"
msgstr ""
-#: 01170102.xhp#par_idN10F11.help.text
-msgid "Select the check box"
+#. H8q{
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3150417\n"
+"89\n"
+"help.text"
+msgid "Default"
msgstr ""
-#: 01170102.xhp#par_idN10F17.help.text
-msgctxt "01170102.xhp#par_idN10F17.help.text"
-msgid "TRUE is entered into the linked cell"
+#. V3mF
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3157847\n"
+"90\n"
+"help.text"
+msgid "This setting automatically defines a cycle which follows an existing database link: If the form contains a database link, the Tab key will, by default, initiate a change to the next or previous record on exit from the last field (see All Records). If there is no database link the next/previous form is shown (see Current Page)."
msgstr ""
-#: 01170102.xhp#par_idN10F1E.help.text
-msgid "Deselect the check box"
+#. 6fe@
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3153418\n"
+"91\n"
+"help.text"
+msgid "All records"
msgstr ""
-#: 01170102.xhp#par_idN10F24.help.text
-msgctxt "01170102.xhp#par_idN10F24.help.text"
-msgid "FALSE is entered into the linked cell"
+#. Q)3+
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3152972\n"
+"92\n"
+"help.text"
+msgid "This option applies to database forms only and is used to navigate through all records. If you use the Tab key to exit from the last field of a form, the current record is changed."
msgstr ""
-#: 01170102.xhp#par_idN10F2B.help.text
-msgid "Tri-state check box is set to \"undetermined\" state"
+#. )6O=
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3151020\n"
+"93\n"
+"help.text"
+msgid "Active record"
msgstr ""
-#: 01170102.xhp#par_idN10F31.help.text
-msgctxt "01170102.xhp#par_idN10F31.help.text"
-msgid "#NV is entered into the linked cell"
+#. MrCc
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3145301\n"
+"94\n"
+"help.text"
+msgid "This option applies to database forms only, and is used to navigate within the current record. If you use the Tab key to exit from the last field of a form, the current record is changed."
msgstr ""
-#: 01170102.xhp#par_idN10F38.help.text
-msgctxt "01170102.xhp#par_idN10F38.help.text"
-msgid "Enter a number or a formula that returns a number in the linked cell"
+#. B-:K
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3146913\n"
+"95\n"
+"help.text"
+msgid "Current page"
msgstr ""
-#: 01170102.xhp#par_idN10F3E.help.text
-msgid "If entered value is TRUE or not 0: Check box is selected<br/>If entered value is FALSE or 0: Check box is deselected"
+#. K2?p
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3150330\n"
+"96\n"
+"help.text"
+msgid "On exit from the last field of a form, the cursor skips to the first field in the next form. This is standard for HTML forms; therefore, this option is especially relevant for HTML forms."
msgstr ""
-#: 01170102.xhp#par_idN10F47.help.text
-msgctxt "01170102.xhp#par_idN10F47.help.text"
-msgid "Clear the linked cell, or enter text, or enter a formula that returns text or an error"
+#. #]/[
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"hd_id3155064\n"
+"11\n"
+"help.text"
+msgid "Allow additions"
msgstr ""
-#: 01170102.xhp#par_idN10F4D.help.text
-msgid "Check box is set to \"undetermined\" state if it is a tri-state check box, else check box is deselected."
+#. @1I#
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3154360\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_ALLOW_ADDITIONS\">Determines if data can be added.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_idN11023.help.text
-msgid "Select the box. The Reference value box contains text."
+#. cZ5q
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"hd_id3156054\n"
+"12\n"
+"help.text"
+msgid "Allow modifications"
msgstr ""
-#: 01170102.xhp#par_idN1103A.help.text
-msgctxt "01170102.xhp#par_idN1103A.help.text"
-msgid "The text from the Reference value box is copied to the cell."
+#. TjE6
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3156377\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_ALLOW_EDITS\"> Determines if the data can be modified.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_idN11040.help.text
-msgid "Deselect the box. The Reference value box contains text."
+#. gF74
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"hd_id3149019\n"
+"13\n"
+"help.text"
+msgid "Allow deletions"
msgstr ""
-#: 01170102.xhp#par_idN11008.help.text
-msgctxt "01170102.xhp#par_idN11008.help.text"
-msgid "An empty string is copied to the cell."
+#. ECry
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3148995\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_ALLOW_DELETIONS\">Determines if the data can be deleted.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_idN1104B.help.text
-msgctxt "01170102.xhp#par_idN1104B.help.text"
-msgid "The Reference value box contains text. Enter the same text into the cell."
+#. 02X$
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"hd_id3153714\n"
+"3\n"
+"help.text"
+msgid "Link master fields"
msgstr ""
-#: 01170102.xhp#par_idN11050.help.text
-msgid "The check box is selected."
+#. Ok]_
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3147339\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_MASTERFIELDS\">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 ""
-#: 01170102.xhp#par_idN11056.help.text
-msgctxt "01170102.xhp#par_idN11056.help.text"
-msgid "The Reference value box contains text. Enter another text into the cell."
+#. dbcT
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3149568\n"
+"71\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 ""
-#: 01170102.xhp#par_idN1105B.help.text
-msgid "The check box is deselected."
+#. YM:M
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3156089\n"
+"72\n"
+"help.text"
+msgid "Consider the following example:"
msgstr ""
-#: 01170102.xhp#par_idN10F58.help.text
-msgid "Option button (radio button) with linked cell"
+#. sEh%
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3151017\n"
+"30\n"
+"help.text"
+msgid "The database table on which the form is based is, for example, a customer database (\"Customer\"), where every customer has been given a unique number in a data field named \"Cust_ID\". A customer's orders are maintained in another database table. You now want to see each customer's orders after entering them into the form. In order to do this you should create a subform. Under <emph>Link master fields</emph> enter the data field from the customer database which clearly identifies the customer, that is, Cust_ID. Under <emph>Link slave fields</emph> enter the name of a variable which is to accept the data of the field Cust_ID, for example, x."
msgstr ""
-#: 01170102.xhp#par_idN10F65.help.text
-msgctxt "01170102.xhp#par_idN10F65.help.text"
-msgid "Action"
+#. TW$y
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3151248\n"
+"73\n"
+"help.text"
+msgid "The subform should show the appropriate data from the orders table (\"Orders\") for each customer ID (Customer_ID -> x). This is only possible if each order is uniquely assigned to one customer in the orders table. Alternatively, you can use another field called Customer_ID; however, to make sure that this field is not confused with the same field from the main form, the field is called Customer_Number."
msgstr ""
-#: 01170102.xhp#par_idN10F6B.help.text
-msgctxt "01170102.xhp#par_idN10F6B.help.text"
-msgid "Result"
+#. Nsr`
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3153537\n"
+"74\n"
+"help.text"
+msgid "Now compare the Customer_Number in the \"Orders\" table with the Customer_ID from the \"Customers\" table, which can be done, for example, using the x variable with the following SQL statement:"
msgstr ""
-#: 01170102.xhp#par_idN10F72.help.text
-msgid "Select the option button"
+#. /Knh
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3155335\n"
+"75\n"
+"help.text"
+msgid "SELECT * FROM Orders WHERE Customer_Number =: x (if you want the subform to show all data from the orders table)"
msgstr ""
-#: 01170102.xhp#par_idN10F78.help.text
-msgctxt "01170102.xhp#par_idN10F78.help.text"
-msgid "TRUE is entered into the linked cell"
+#. cHK;
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3163727\n"
+"76\n"
+"help.text"
+msgid "or:"
msgstr ""
-#: 01170102.xhp#par_idN10F7F.help.text
-msgid "Option button is deselected by selecting another option button"
+#. QO]E
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3153921\n"
+"77\n"
+"help.text"
+msgid "SELECT Item FROM Orders WHERE Customer_Number =: x (if you want the subform from the orders table to show only the data contained in the \"Item\" field)"
msgstr ""
-#: 01170102.xhp#par_idN10F85.help.text
-msgctxt "01170102.xhp#par_idN10F85.help.text"
-msgid "FALSE is entered into the linked cell"
+#. 5CLI
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3148488\n"
+"78\n"
+"help.text"
+msgid "The SQL statement can either be entered in the <emph>Data source</emph> field, or you can create an appropriate parameter query, which can be used to create the subform."
msgstr ""
-#: 01170102.xhp#par_idN10F8C.help.text
-msgctxt "01170102.xhp#par_idN10F8C.help.text"
-msgid "Enter a number or a formula that returns a number in the linked cell"
+#. 0(E:
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"hd_id3150648\n"
+"4\n"
+"help.text"
+msgid "Link slave fields"
msgstr ""
-#: 01170102.xhp#par_idN10F92.help.text
-msgid "If entered value is TRUE or not 0: Option button is selected<br/>If entered value is FALSE or 0: Option button is deselected"
+#. `I_,
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3149923\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_SLAVEFIELDS\">If you create a subform, enter the variable where possible values from the parent form field can be stored.</ahelp> If a subform is based on a query, enter the variable that you defined in the query. If you create a form using an SQL statement entered in the <emph>Data source</emph> field, enter the variable you used in the statement. You can choose any variable name. If you want to enter multiple values, press Shift + Enter."
msgstr ""
-#: 01170102.xhp#par_idN10F9B.help.text
-msgctxt "01170102.xhp#par_idN10F9B.help.text"
-msgid "Clear the linked cell, or enter text, or enter a formula that returns text or an error"
+#. 0\$^
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3155114\n"
+"31\n"
+"help.text"
+msgid "If, for example, you specified the Customer_ID database field as a parent field under <emph>Link master fields</emph>, then you can define under <emph>Link slave fields</emph> the name of the variable in which the values of the Customer_ID database field are to be stored. If you now specify an SQL statement in the <emph>Data source</emph> box using this variable, the relevant values are displayed in the subform."
msgstr ""
-#: 01170102.xhp#par_idN10FA1.help.text
-msgid "Option button is deselected"
+#. i1O[
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"hd_id3152778\n"
+"32\n"
+"help.text"
+msgid "What is a subform?"
msgstr ""
-#: 01170102.xhp#par_idN110EF.help.text
-msgid "Click the option button. The Reference value box contains text."
+#. E`IV
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3155579\n"
+"33\n"
+"help.text"
+msgid "Forms are created based on a database table or database query. They display the data in a visually pleasant fashion and can be used to enter data or edit data."
msgstr ""
-#: 01170102.xhp#par_idN110F4.help.text
-msgctxt "01170102.xhp#par_idN110F4.help.text"
-msgid "The text from the Reference value box is copied to the cell."
+#. ;v1D
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3147094\n"
+"34\n"
+"help.text"
+msgid "<variable id=\"wozu\">If you require a form that can refer to the data in a table or query and can additionally display data from another table, you should create a subform. </variable> For example, this subform can be a text box that displays the data of another database table."
msgstr ""
-#: 01170102.xhp#par_idN110FA.help.text
-msgid "Click another option button of the same group. The Reference value box contains text."
+#. $#z0
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3157972\n"
+"35\n"
+"help.text"
+msgid "A subform is an additional component of the main form. The main form can be called the \"parent form\" or \"master\". Subforms are needed as soon as you want to access more than one table from a form. Each additional table requires its own subform."
msgstr ""
-#: 01170102.xhp#par_idN110EA.help.text
-msgctxt "01170102.xhp#par_idN110EA.help.text"
-msgid "An empty string is copied to the cell."
+#. vmG`
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id4807275\n"
+"help.text"
+msgid "After creating a form, it can be changed into a subform. To do this, enter Design Mode, and open the Form Navigator. In the Form Navigator, drag a form (that will become a subform) onto any other form (that will become a master)."
msgstr ""
-#: 01170102.xhp#par_idN11105.help.text
-msgctxt "01170102.xhp#par_idN11105.help.text"
-msgid "The Reference value box contains text. Enter the same text into the cell."
+#. hh#4
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_id3158444\n"
+"36\n"
+"help.text"
+msgid "The user of your document will not see that a form has subforms. The user only sees a document in which data is entered or where existing data is displayed."
msgstr ""
-#: 01170102.xhp#par_idN1110A.help.text
-msgid "The option button is selected."
+#. 7cjO
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_idN10C2A\n"
+"help.text"
+msgid "Specify the Link master field from the data fields in the master form. In the subform, the Link slave field can be set as a field which will be matched to the contents of the Link master field."
msgstr ""
-#: 01170102.xhp#par_idN11110.help.text
-msgctxt "01170102.xhp#par_idN11110.help.text"
-msgid "The Reference value box contains text. Enter another text into the cell."
+#. 1K@+
+#: 01170203.xhp
+msgctxt ""
+"01170203.xhp\n"
+"par_idN10C2D\n"
+"help.text"
+msgid "When the user navigates through the data, the form always displays the current data record. If there are subforms defined, the contents of the subforms will be displayed after a short delay of approximate 200 ms. This delay enables you to quickly browse through the data records of the master form. If you navigate to the next master data record within the delay limit, the subform data need not be retrieved and displayed."
msgstr ""
-#: 01170102.xhp#par_idN11115.help.text
-msgid "The option button is cleared."
+#. !%_;
+#: 01171000.xhp
+msgctxt ""
+"01171000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Open in Design Mode"
msgstr ""
-#: 01170102.xhp#par_idN10FAC.help.text
-msgid "Text box with linked cell"
+#. O^GE
+#: 01171000.xhp
+msgctxt ""
+"01171000.xhp\n"
+"bm_id3156211\n"
+"help.text"
+msgid "<bookmark_value>forms; opening in design mode</bookmark_value><bookmark_value>controls; activating in forms</bookmark_value><bookmark_value>design mode after saving</bookmark_value><bookmark_value>documents; opening in design mode</bookmark_value><bookmark_value>edit mode; after opening</bookmark_value>"
msgstr ""
-#: 01170102.xhp#par_idN10FB9.help.text
-msgctxt "01170102.xhp#par_idN10FB9.help.text"
-msgid "Action"
+#. +8[o
+#: 01171000.xhp
+msgctxt ""
+"01171000.xhp\n"
+"hd_id3156211\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01171000.xhp\" name=\"Open in Design Mode\">Open in Design Mode</link>"
msgstr ""
-#: 01170102.xhp#par_idN10FBF.help.text
-msgctxt "01170102.xhp#par_idN10FBF.help.text"
-msgid "Result"
+#. \E^B
+#: 01171000.xhp
+msgctxt ""
+"01171000.xhp\n"
+"par_id3146130\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:OpenReadOnly\">Opens forms in <link href=\"text/shared/explorer/database/04030000.xhp\" name=\"Design Mode\">Design Mode</link> so that the form can be edited.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_idN10FC6.help.text
-msgid "Enter text into the text box"
+#. 3`*#
+#: 01171000.xhp
+msgctxt ""
+"01171000.xhp\n"
+"par_id3155805\n"
+"5\n"
+"help.text"
+msgid "You cannot activate the controls of the form or edit contents of database records in Design Mode. However, you can change the position and size of the controls, edit other properties, and add or delete controls in Design Mode."
msgstr ""
-#: 01170102.xhp#par_idN10FCC.help.text
-msgctxt "01170102.xhp#par_idN10FCC.help.text"
-msgid "Text is copied into the linked cell"
+#. \z|R
+#: 01171000.xhp
+msgctxt ""
+"01171000.xhp\n"
+"par_id3147089\n"
+"3\n"
+"help.text"
+msgid "After you have finished editing your form, right-click \"Forms\" in the <emph>Form Navigator</emph> and deselect <emph>Open in Design Mode</emph>. Save your form when you are finished."
msgstr ""
-#: 01170102.xhp#par_idN10FD3.help.text
-msgid "Clear the text box"
+#. QXM*
+#: 01171000.xhp
+msgctxt ""
+"01171000.xhp\n"
+"par_id3154749\n"
+"4\n"
+"help.text"
+msgid "If the form document is write-protected, the <emph>Open in Design Mode</emph> command is ignored."
msgstr ""
-#: 01170102.xhp#par_idN10FD9.help.text
-msgctxt "01170102.xhp#par_idN10FD9.help.text"
-msgid "Linked cell is cleared"
+#. |+uW
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Internet"
+msgstr "ინტერნეტი"
+
+#. 3vSd
+#: 09070100.xhp
+#, fuzzy
+msgctxt ""
+"09070100.xhp\n"
+"hd_id3151100\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/09070100.xhp\" name=\"Internet\">Internet</link>"
+msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
+
+#. n-!}
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"par_id3154230\n"
+"2\n"
+"help.text"
+msgid "Use the <emph>Internet</emph> page of the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link> to edit hyperlinks with WWW or FTP addresses."
msgstr ""
-#: 01170102.xhp#par_idN10FE0.help.text
-msgid "Enter text or a number in the linked cell"
+#. !(VH
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"par_id3147291\n"
+"3\n"
+"help.text"
+msgid "The fields for the login name, password and anonymous user are only available for FTP addresses."
msgstr ""
-#: 01170102.xhp#par_idN10FE6.help.text
-msgid "Text or number is copied into the text box"
+#. R[Ne
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"hd_id3145090\n"
+"4\n"
+"help.text"
+msgid "Type of hyperlink"
msgstr ""
-#: 01170102.xhp#par_idN10FED.help.text
-msgctxt "01170102.xhp#par_idN10FED.help.text"
-msgid "Enter a formula into the linked cell"
+#. grWl
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"hd_id3151226\n"
+"6\n"
+"help.text"
+msgid "Web"
msgstr ""
-#: 01170102.xhp#par_idN10FF3.help.text
-msgid "Formula result is copied into the text box"
+#. ;8Up
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"par_id3145071\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_HYPERLINK_INTERNET:RB_LINKTYP_INTERNET\">Creates an http hyperlink.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_idN10FFA.help.text
-msgctxt "01170102.xhp#par_idN10FFA.help.text"
-msgid "Clear the linked cell"
+#. K.z;
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"hd_id3153683\n"
+"8\n"
+"help.text"
+msgid "FTP"
+msgstr "FTP"
+
+#. ql0M
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"par_id3150693\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_HYPERLINK_INTERNET:RB_LINKTYP_FTP\">Creates an FTP hyperlink.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_idN11000.help.text
-msgid "Text box is cleared"
+#. \c_G
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"hd_id3150443\n"
+"12\n"
+"help.text"
+msgid "Target"
msgstr ""
-#: 01170102.xhp#par_idN1100B.help.text
-msgid "Numerical field and formatted field with linked cell"
+#. (+Q_
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"par_id9887081\n"
+"help.text"
+msgid "<ahelp hid=\".\">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.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_idN11018.help.text
-msgctxt "01170102.xhp#par_idN11018.help.text"
-msgid "Action"
+#. :~J=
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"hd_id3155628\n"
+"13\n"
+"help.text"
+msgid "WWW Browser"
msgstr ""
-#: 01170102.xhp#par_idN1101E.help.text
-msgctxt "01170102.xhp#par_idN1101E.help.text"
-msgid "Result"
+#. kGDX
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"par_id3153760\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_HYPERLINK_INTERNET:BTN_BROWSE\">Opens a web browser, into which you can load the desired URL.</ahelp> You can then copy and paste the URL into the <emph>Target</emph> field."
msgstr ""
-#: 01170102.xhp#par_idN11025.help.text
-msgid "Enter a number into the field"
+#. |okm
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"par_id3147335\n"
+"33\n"
+"help.text"
+msgid "<ahelp hid=\"HID_HYPERLINK_MARKWND_TREE\" visibility=\"hidden\">Specifies the position in the target document where you wish to jump to.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_idN1102B.help.text
-msgid "Number is copied into the linked cell"
+#. AqTj
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"par_id3149164\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"HID_HYPERLINK_MARKWND_APPLY\" visibility=\"hidden\">Inserts the target in the <emph>Target</emph> field of the <emph>Hyperlink</emph> dialog.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_idN11032.help.text
-msgid "Clear the field"
+#. E3$j
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"par_id3155388\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\"HID_HYPERLINK_MARKWND_CLOSE\" visibility=\"hidden\">Once the hyperlink has been completely entered, click on <emph>Close</emph> to set the link and leave the dialog.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_idN11038.help.text
-msgid "Value 0 is set in the linked cell"
+#. C5$i
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"hd_id3153320\n"
+"15\n"
+"help.text"
+msgid "Login name"
msgstr ""
-#: 01170102.xhp#par_idN1103F.help.text
-msgctxt "01170102.xhp#par_idN1103F.help.text"
-msgid "Enter a number or a formula that returns a number in the linked cell"
+#. 2=Gr
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"par_id3151384\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SVXPAGE_HYPERLINK_INTERNET:ED_LOGIN\">Specifies your login name, if you are working with FTP addresses.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_idN11045.help.text
-msgid "Number is copied into the field"
+#. Oj0h
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"hd_id3148944\n"
+"17\n"
+"help.text"
+msgid "Password"
+msgstr "პაროლი"
+
+#. 2]Vc
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"par_id3145069\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SVXPAGE_HYPERLINK_INTERNET:ED_PASSWD\">Specifies your password, if you are working with FTP addresses.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_idN1104C.help.text
-msgctxt "01170102.xhp#par_idN1104C.help.text"
-msgid "Clear the linked cell, or enter text, or enter a formula that returns text or an error"
+#. C%ad
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"hd_id3149046\n"
+"19\n"
+"help.text"
+msgid "Anonymous user"
msgstr ""
-#: 01170102.xhp#par_idN11052.help.text
-msgid "Value 0 is set in the field"
+#. z`5i
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"par_id3152771\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_HYPERLINK_INTERNET:CBX_ANONYMOUS\">Allows you to log in to the FTP address as an anonymous user.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_idN1105D.help.text
-msgid "List box with linked cell"
+#. vNfl
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"hd_id3148663\n"
+"21\n"
+"help.text"
+msgid "Further settings"
msgstr ""
-#: 01170102.xhp#par_idN11060.help.text
-msgid "List boxes support two different linking modes, see the property \"Contents of the linked cell\"."
+#. XXn-
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"hd_id3153525\n"
+"23\n"
+"help.text"
+msgid "Frame"
msgstr ""
-#: 01170102.xhp#par_idN11066.help.text
-msgid "Linked contents: Synchronize the text contents of the selected list box entry with the cell contents."
+#. A]^!
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"par_id2052980\n"
+"help.text"
+msgid "<ahelp hid=\".\">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.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_idN1106A.help.text
-msgid "Linked selection position: The position of the single selected item in the list box is synchronized with the numerical value in the cell."
+#. Yr=W
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"hd_id3155101\n"
+"24\n"
+"help.text"
+msgid "Form"
msgstr ""
-#: 01170102.xhp#par_idN11077.help.text
-msgctxt "01170102.xhp#par_idN11077.help.text"
-msgid "Action"
+#. ]lBJ
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"par_id3149167\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_HYPERLINK_NEWDOCUMENT:LB_FORM\">Specifies whether the hyperlink is inserted as text or as a button.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_idN1107D.help.text
-msgctxt "01170102.xhp#par_idN1107D.help.text"
-msgid "Result"
+#. Jib}
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"hd_id3152920\n"
+"26\n"
+"help.text"
+msgid "Events"
msgstr ""
-#: 01170102.xhp#par_idN11084.help.text
-msgid "Select a single list item"
+#. \6$r
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"par_id3144760\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_HYPERLINK_NEWDOCUMENT:BTN_SCRIPT\">Opens the <emph>Assign Macro</emph> dialog, in which you can give events such as \"mouse over object\" or \"trigger hyperlink\" their own program codes.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_idN1108A.help.text
-msgid "Contents are linked: Text of the item is copied into the linked cell."
+#. se=P
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"hd_id3151041\n"
+"28\n"
+"help.text"
+msgid "Text"
msgstr ""
-#: 01170102.xhp#par_idN1108D.help.text
-msgid "Selection is linked: Position of the selected item is copied into the linked cell. For example, if the third item is selected, the number 3 will be copied."
+#. 0(nP
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"par_id3159252\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SVXPAGE_HYPERLINK_NEWDOCUMENT:ED_INDICATION\">Specifies the visible text or button caption for the hyperlink.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_idN11094.help.text
-msgid "Select several list items"
+#. $Cin
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"hd_id3147354\n"
+"30\n"
+"help.text"
+msgid "Name"
msgstr ""
-#: 01170102.xhp#par_idN1109A.help.text
-msgctxt "01170102.xhp#par_idN1109A.help.text"
-msgid "#NV is entered into the linked cell"
+#. F;4)
+#: 09070100.xhp
+msgctxt ""
+"09070100.xhp\n"
+"par_id2801599\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter a name for the hyperlink.</ahelp> $[officename] inserts a NAME tag in the hyperlink."
msgstr ""
-#: 01170102.xhp#par_idN110A1.help.text
-msgid "Deselect all list items"
+#. 7UEE
+#: 01170500.xhp
+msgctxt ""
+"01170500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Design Mode On/Off"
msgstr ""
-#: 01170102.xhp#par_idN110A7.help.text
-msgid "Contents are linked: Linked cell is cleared"
+#. !5)G
+#: 01170500.xhp
+msgctxt ""
+"01170500.xhp\n"
+"hd_id3151100\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170500.xhp\" name=\"Design Mode On/Off\">Design Mode On/Off</link>"
msgstr ""
-#: 01170102.xhp#par_idN110AA.help.text
-msgid "Selection is linked: Value 0 is entered in the linked cell"
+#. KgU|
+#: 01170500.xhp
+msgctxt ""
+"01170500.xhp\n"
+"par_id3150040\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SwitchControlDesignMode\">Toggles the Design mode on or off. This function is used to switch quickly between <link href=\"text/shared/explorer/database/04030000.xhp\" name=\"Design\">Design</link> and User mode. Activate to edit the form controls, deactivate to use the form controls.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_idN110B1.help.text
-msgctxt "01170102.xhp#par_idN110B1.help.text"
-msgid "Enter text or a number into the linked cell"
+#. bejn
+#: 01170500.xhp
+msgctxt ""
+"01170500.xhp\n"
+"par_id3153528\n"
+"5\n"
+"help.text"
+msgid "Please note the <link href=\"text/shared/02/01171000.xhp\" name=\"Open in Design Mode\"><emph>Open in Design Mode</emph></link> function. If <emph>Open in Design Mode</emph> is activated, the document is always opened in Design mode, regardless of the state in which it is saved."
msgstr ""
-#: 01170102.xhp#par_idN110B7.help.text
-msgid "Contents are linked: Find and select an equal list item"
+#. [:9l
+#: 01170500.xhp
+msgctxt ""
+"01170500.xhp\n"
+"par_id3147088\n"
+"3\n"
+"help.text"
+msgid "If your form is linked to a database and you turn off the Design mode, the <link href=\"text/shared/main0213.xhp\" name=\"Form Bar\">Form Bar</link> is displayed at the lower margin of the document window. You can edit the link to the database in the <link href=\"text/shared/02/01170201.xhp\" name=\"Form Properties\">Form Properties</link>."
msgstr ""
-#: 01170102.xhp#par_idN110BA.help.text
-msgid "Selection is linked: The list item at the specified position (starting with 1 for the first item) is selected. If not found, all items are deselected."
+#. pr)f
+#: 06100000.xhp
+msgctxt ""
+"06100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Move Up"
msgstr ""
-#: 01170102.xhp#par_idN110C1.help.text
-msgctxt "01170102.xhp#par_idN110C1.help.text"
-msgid "Enter a formula into the linked cell"
+#. 4lf6
+#: 06100000.xhp
+#, fuzzy
+msgctxt ""
+"06100000.xhp\n"
+"hd_id3144740\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/06100000.xhp\" name=\"Move Up\">Move Up</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
+
+#. NOGU
+#: 06100000.xhp
+msgctxt ""
+"06100000.xhp\n"
+"par_id3109850\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:MoveUp\">Positions the selected paragraph before the one above it.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_idN110C7.help.text
-msgid "Find and select a list item that matches the formula result and link mode"
+#. UBd*
+#: 06100000.xhp
+msgctxt ""
+"06100000.xhp\n"
+"par_id3149283\n"
+"5\n"
+"help.text"
+msgid "If you have numbered paragraphs and click the<emph> Move Up </emph>icon, the numbers will be adjusted to the current order. <switchinline select=\"appl\"><caseinline select=\"WRITER\">The <emph>Move Up </emph>icon is only visible when the cursor is positioned in a bulleted or numbered list.</caseinline></switchinline><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">The <emph>Move Up </emph>icon appears on the <emph>Text Formatting</emph> Bar when you use the outline view.</caseinline></switchinline>"
msgstr ""
-#: 01170102.xhp#par_idN110CE.help.text
-msgctxt "01170102.xhp#par_idN110CE.help.text"
-msgid "Clear the linked cell"
+#. N|(!
+#: 06100000.xhp
+msgctxt ""
+"06100000.xhp\n"
+"par_id3155555\n"
+"4\n"
+"help.text"
+msgid "This function can be called by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Up Arrow."
msgstr ""
-#: 01170102.xhp#par_idN110D4.help.text
-msgid "Deselect all items in the list box"
+#. e|(q
+#: 06100000.xhp
+msgctxt ""
+"06100000.xhp\n"
+"par_id3150774\n"
+"help.text"
+msgid "<image id=\"img_id3149827\" src=\"cmd/sc_moveup.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3149827\">Icon</alt></image>"
msgstr ""
-#: 01170102.xhp#par_idN110DB.help.text
-msgctxt "01170102.xhp#par_idN110DB.help.text"
-msgid "Change the contents of the list source range"
+#. 49qo
+#: 06100000.xhp
+msgctxt ""
+"06100000.xhp\n"
+"par_id3147243\n"
+"3\n"
+"help.text"
+msgid "Move Up"
msgstr ""
-#: 01170102.xhp#par_idN110E1.help.text
-msgid "List box items are updated according to the change. The selection is preserved. This may cause an update to the linked cell."
+#. BDCJ
+#: 24030000.xhp
+msgctxt ""
+"24030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Red"
msgstr ""
-#: 01170102.xhp#par_idN110EC.help.text
-msgid "Combo box with linked cell"
+#. I=IH
+#: 24030000.xhp
+#, fuzzy
+msgctxt ""
+"24030000.xhp\n"
+"hd_id3151097\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/24030000.xhp\" name=\"Red\">Red</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
+
+#. 62;+
+#: 24030000.xhp
+msgctxt ""
+"24030000.xhp\n"
+"par_id3151100\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GrafRed\">Specifies the proportion of red RGB color components for the selected graphic object.</ahelp> Values from -100% (no red) to +100% (full red) are possible."
msgstr ""
-#: 01170102.xhp#par_idN110F9.help.text
-msgctxt "01170102.xhp#par_idN110F9.help.text"
-msgid "Action"
+#. !Ti^
+#: 24030000.xhp
+msgctxt ""
+"24030000.xhp\n"
+"par_id3149511\n"
+"help.text"
+msgid "<image id=\"img_id3146130\" src=\"res/sc10865.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146130\">Icon</alt></image>"
msgstr ""
-#: 01170102.xhp#par_idN110FF.help.text
-msgctxt "01170102.xhp#par_idN110FF.help.text"
-msgid "Result"
+#. Pek=
+#: 24030000.xhp
+msgctxt ""
+"24030000.xhp\n"
+"par_id3147571\n"
+"3\n"
+"help.text"
+msgid "Red"
msgstr ""
-#: 01170102.xhp#par_idN11106.help.text
-msgid "Enter text into the edit field of the combo box, or select an entry from the drop-down list"
+#. I5Pp
+#: 02170000.xhp
+msgctxt ""
+"02170000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Background color/Paragraph background"
msgstr ""
-#: 01170102.xhp#par_idN1110C.help.text
-msgctxt "01170102.xhp#par_idN1110C.help.text"
-msgid "Text is copied into the linked cell"
+#. ^paG
+#: 02170000.xhp
+msgctxt ""
+"02170000.xhp\n"
+"hd_id3154232\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/02170000.xhp\" name=\"Background Color\">Background Color</link>"
+msgstr "<link href=\"text/shared/02/02170000.xhp\" name=\"ფონის ფერი\">ფონის ფერი</link>"
+
+#. 8V0Q
+#: 02170000.xhp
+msgctxt ""
+"02170000.xhp\n"
+"par_id3149140\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"hintergrundfarbetext\"><ahelp hid=\".\">Click to open a toolbar where you can click a background color for a paragraph. The color is applied to the background of the current paragraph or the selected paragraphs.</ahelp></variable>"
msgstr ""
-#: 01170102.xhp#par_idN11113.help.text
-msgid "Clear the edit field of the combo box"
+#. 2)PH
+#: 02170000.xhp
+msgctxt ""
+"02170000.xhp\n"
+"par_id3147276\n"
+"help.text"
+msgid "<image id=\"img_id3148538\" src=\"cmd/sc_backgroundcolor.png\"><alt id=\"alt_id3148538\">Icon</alt></image>"
msgstr ""
-#: 01170102.xhp#par_idN11119.help.text
-msgctxt "01170102.xhp#par_idN11119.help.text"
-msgid "Linked cell is cleared"
+#. 8n+P
+#: 02170000.xhp
+msgctxt ""
+"02170000.xhp\n"
+"par_id3144439\n"
+"4\n"
+"help.text"
+msgid "Background Color"
+msgstr "ფონის ფერი"
+
+#. -Y[b
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hyperlink Dialog"
msgstr ""
-#: 01170102.xhp#par_idN11120.help.text
-msgctxt "01170102.xhp#par_idN11120.help.text"
-msgid "Enter text or a number into the linked cell"
+#. 59M@
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"hd_id3145759\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"hyperdia\"><link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink Dialog\">Hyperlink</link></variable>"
msgstr ""
-#: 01170102.xhp#par_idN11126.help.text
-msgid "Text or number is copied into the edit field of the combo box"
+#. 8[r9
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id3156183\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"hyperdiatext\"><ahelp hid=\".uno:EditHyperlink\">Opens a dialog that enables you to create and edit hyperlinks.</ahelp></variable>"
msgstr ""
-#: 01170102.xhp#par_idN1112D.help.text
-msgctxt "01170102.xhp#par_idN1112D.help.text"
-msgid "Enter a formula into the linked cell"
+#. b?Yn
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id3154927\n"
+"help.text"
+msgid "<image id=\"img_id3093440\" src=\"cmd/sc_hyperlinkdialog.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3093440\">Icon</alt></image>"
msgstr ""
-#: 01170102.xhp#par_idN11133.help.text
-msgid "Formula result is copied into the edit field of the combo box"
+#. YE8Q
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id3155552\n"
+"3\n"
+"help.text"
+msgid "Hyperlink Dialog"
msgstr ""
-#: 01170102.xhp#par_idN1113A.help.text
-msgctxt "01170102.xhp#par_idN1113A.help.text"
-msgid "Clear the linked cell"
+#. N!_?
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id3155391\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_ICCDIALOG_CHOICECTRL\">Select the type of hyperlink to be inserted.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_idN11140.help.text
-msgid "Edit field of the combo box is cleared"
+#. cEHO
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id3153683\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\".uno:OpenHyperlinkOnCursor\" visibility=\"hidden\">Opens the hyperlink in your default web browser.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_idN11147.help.text
-msgctxt "01170102.xhp#par_idN11147.help.text"
-msgid "Change the contents of the list source range"
+#. IAAL
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id0122200902231573\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Hyperlink dialog.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_idN1114D.help.text
-msgid "Drop-down list items are updated according to the change. The edit field of the combo box and the linked cell are not changed."
+#. D#!s
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id0122200902231660\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Copies the URL to the clipboard.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_idN11163.help.text
-msgid "Contents of the linked cell"
+#. Ugf]
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id0122200902231630\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Removes the hyperlink, leaving plain text.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_idN11167.help.text
-msgid "<ahelp hid=\"HID_PROP_CELL_EXCHANGE_TYPE\">Select the mode of linking a list box with a linked cell on a spreadsheet.</ahelp>"
+#. KT5!
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"hd_id3166410\n"
+"7\n"
+"help.text"
+msgid "Apply"
msgstr ""
-#: 01170102.xhp#par_idN11179.help.text
-msgid "Linked contents: Synchronize the text contents of the selected list box entry with the cell contents. Select \"The selected entry\""
+#. gU3)
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id3147209\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"HID_ICCDIALOG_OK_BTN\">Applies the data to your document.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_idN1117D.help.text
-msgid "Linked selection position: The position of the single selected item in the list box is synchronized with the numerical value in the cell. Select \"Position of the selected entry\""
+#. ,Srp
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"hd_id3149398\n"
+"9\n"
+"help.text"
+msgid "Close"
msgstr ""
-#: 01170102.xhp#par_idN1118B.help.text
-msgid "Source cell range"
+#. (q7S
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id3149734\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_ICCDIALOG_CANCEL_BTN\">Closes the dialog without saving.</ahelp>"
msgstr ""
-#: 01170102.xhp#par_idN111A1.help.text
-msgid "<ahelp hid=\"HID_PROP_LIST_CELL_RANGE\">Enter a cell range that contains the entries for a list box or combo box on a spreadsheet.</ahelp> If you enter a multi-column range, only the contents of the leftmost column are used to fill the control."
+#. =|1F
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"hd_id3153700\n"
+"11\n"
+"help.text"
+msgid "Help"
+msgstr "დახმარება"
+
+#. ^8g7
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id3150943\n"
+"12\n"
+"help.text"
+msgid "Opens the Help."
msgstr ""
-#: 01170700.xhp#tit.help.text
-msgctxt "01170700.xhp#tit.help.text"
-msgid "HTML Filters and Forms"
+#. I:{1
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"hd_id3156192\n"
+"13\n"
+"help.text"
+msgid "Back"
+msgstr "უკან"
+
+#. y=P8
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id3149234\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_ICCDIALOG_RESET_BTN\">Resets the entries in the dialog to their original state.</ahelp>"
msgstr ""
-#: 01170700.xhp#bm_id3163829.help.text
-msgid "<bookmark_value>forms; HTML filters</bookmark_value>"
+#. Uk[@
+#: stars.xhp
+msgctxt ""
+"stars.xhp\n"
+"tit\n"
+"help.text"
+msgid "Stars and Banners"
msgstr ""
-#: 01170700.xhp#hd_id3163829.1.help.text
-msgctxt "01170700.xhp#hd_id3163829.1.help.text"
-msgid "HTML Filters and Forms"
+#. M0M2
+#: stars.xhp
+msgctxt ""
+"stars.xhp\n"
+"par_idN1055A\n"
+"help.text"
+msgid "<link href=\"text/shared/02/stars.xhp\">Stars and Banners</link>"
msgstr ""
-#: 01170700.xhp#par_id3147285.2.help.text
-msgid "You can use all control elements and form events in HTML documents. There have been numerous events to date (for example, focus events), which have not been changed. They will continue to be imported and exported as ONFOCUS, ONBLUR, and so on for JavaScript and as SDONFOCUS, SDONBLUR, and so on for $[officename] Basic."
+#. pVn+
+#: stars.xhp
+msgctxt ""
+"stars.xhp\n"
+"par_idN1056A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Stars and Banners toolbar from which you can insert graphics into your document.</ahelp>"
msgstr ""
-#: 01170700.xhp#par_id3150616.3.help.text
-msgid "Generic names that consist of the Listener interface and the method name of the event are used for all other events: An event registered as XListener::method is exported as"
+#. +D2x
+#: stars.xhp
+msgctxt ""
+"stars.xhp\n"
+"par_idN10594\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click an icon on the Stars and Banners toolbar, and then drag in the document to draw the shape.</ahelp>"
msgstr ""
-#: 01170700.xhp#par_id3147571.4.help.text
-msgid "SDEvent-XListener-method = \"/* event-code */\""
+#. F[:]
+#: stars.xhp
+msgctxt ""
+"stars.xhp\n"
+"par_idN10597\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."
msgstr ""
-#: 01170700.xhp#par_id3152425.5.help.text
-msgid "Note that the XListener- and method components of this option are case sensitive."
+#. D`#a
+#: 08020000.xhp
+msgctxt ""
+"08020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Position in Document"
msgstr ""
-#: 01170700.xhp#par_id3153683.6.help.text
-msgid "Event handling of controls is performed using the $[officename] API. If you assign an event to a control, an object registers itself internally as a \"Listener\" for a specific control event. To do this, the object must use a specific interface, for example the XFocusListener Interface, so that it can react to focus events. When the event occurs, the control then invokes a special method of the Listener interface when the control receives the focus. The internally registered object then invokes the JavaScript or $[officename] Basic code, which was assigned to the event."
+#. H;W7
+#: 08020000.xhp
+msgctxt ""
+"08020000.xhp\n"
+"hd_id3147588\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/08020000.xhp\" name=\"Position in Document\">Position in Document</link>"
msgstr ""
-#: 01170700.xhp#par_id3156410.7.help.text
-msgid "The HTML filter now uses precisely these listener interfaces and method names so that it can import and export events as desired. You can register a focus event through"
+#. cQ{5
+#: 08020000.xhp
+msgctxt ""
+"08020000.xhp\n"
+"par_id3143284\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:StatusGetPosition\">Displays the current cursor position in the %PRODUCTNAME Basic document. The row number is specified, then the column number.</ahelp>"
msgstr ""
-#: 01170700.xhp#par_id3150506.8.help.text
-msgid "<INPUT TYPE=text ONFOCUS=\"/* code */\""
+#. J1#K
+#: 09070400.xhp
+msgctxt ""
+"09070400.xhp\n"
+"tit\n"
+"help.text"
+msgid "New Document"
msgstr ""
-#: 01170700.xhp#par_id3154289.9.help.text
-msgid "rather than through the"
+#. tS6F
+#: 09070400.xhp
+#, fuzzy
+msgctxt ""
+"09070400.xhp\n"
+"hd_id3154873\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/09070400.xhp\" name=\"New Document\">New Document</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
+
+#. y\Ey
+#: 09070400.xhp
+msgctxt ""
+"09070400.xhp\n"
+"par_id3150445\n"
+"2\n"
+"help.text"
+msgid "Use the <emph>New Document</emph> tab from the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link> to set up a hyperlink to a new document and create the new document simultaneously."
msgstr ""
-#: 01170700.xhp#par_id3155391.10.help.text
-msgid "<INPUT TYPE=text SDEvent-XFocusListener-focusGained=\"/* code */\""
+#. 8DDG
+#: 09070400.xhp
+msgctxt ""
+"09070400.xhp\n"
+"hd_id3152594\n"
+"3\n"
+"help.text"
+msgid "New Document"
msgstr ""
-#: 01170700.xhp#par_id3152996.11.help.text
-msgid "register. Events can therefore be registered as desired, including those not offered in the list boxes. To define the script language of events, you can write the following line in the document header:"
+#. WB^N
+#: 09070400.xhp
+msgctxt ""
+"09070400.xhp\n"
+"par_id3157896\n"
+"4\n"
+"help.text"
+msgid "Specifies the name, path and type of the new document in this area."
msgstr ""
-#: 01170700.xhp#par_id3150443.12.help.text
-msgid "<META HTTP-EQUIV=\"content-script-type\" CONTENT=\"...\">"
+#. 3@L:
+#: 09070400.xhp
+msgctxt ""
+"09070400.xhp\n"
+"hd_id3151226\n"
+"5\n"
+"help.text"
+msgid "Edit now"
msgstr ""
-#: 01170700.xhp#par_id3166410.13.help.text
-msgid "As CONTENT you can, for example, use \"text/x-StarBasic\" for $[officename] Basic or a \"text/JavaScript\" for JavaScript. If no entry is made, JavaScript is assumed."
+#. [Lf?
+#: 09070400.xhp
+msgctxt ""
+"09070400.xhp\n"
+"par_id3154751\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_HYPERLINK_NEWDOCUMENT:RB_EDITNOW\">Specifies that the new document is created and immediately opened for editing.</ahelp>"
msgstr ""
-#: 01170700.xhp#par_id3146797.14.help.text
-msgid "During exporting, the default script language will be defined based on the first module found in macro management. For events, only one language can be used per document."
+#. :!zm
+#: 09070400.xhp
+msgctxt ""
+"09070400.xhp\n"
+"hd_id3145313\n"
+"7\n"
+"help.text"
+msgid "Edit later"
msgstr ""
-#: 03200000.xhp#tit.help.text
-msgid "Change Anchor"
+#. p[UU
+#: 09070400.xhp
+msgctxt ""
+"09070400.xhp\n"
+"par_id3153577\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_HYPERLINK_NEWDOCUMENT:RB_EDITLATER\">Specifies that the document is created but it is not immediately opened.</ahelp>"
msgstr ""
-#: 03200000.xhp#bm_id3153323.help.text
-msgid "<bookmark_value>anchors; changing</bookmark_value>"
+#. 1);j
+#: 09070400.xhp
+msgctxt ""
+"09070400.xhp\n"
+"hd_id3153311\n"
+"9\n"
+"help.text"
+msgid "File"
+msgstr "ფაილი"
+
+#. 4Qe=
+#: 09070400.xhp
+msgctxt ""
+"09070400.xhp\n"
+"par_id8894009\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter a URL for the file that you want to open when you click the hyperlink.</ahelp>"
msgstr ""
-#: 03200000.xhp#hd_id3153323.1.help.text
-msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Change Anchor</link>"
+#. 3n3K
+#: 09070400.xhp
+msgctxt ""
+"09070400.xhp\n"
+"hd_id3145072\n"
+"10\n"
+"help.text"
+msgid "Select Path"
msgstr ""
-#: 03200000.xhp#par_id3150499.2.help.text
-msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The<emph> Change Anchor </emph>icon is only visible when an object such as a graphic or control field<switchinline select=\"appl\"><caseinline select=\"WRITER\"> or frame</caseinline></switchinline> is selected. "
+#. #M!@
+#: 09070400.xhp
+msgctxt ""
+"09070400.xhp\n"
+"par_id3147653\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_HYPERLINK_NEWDOCUMENT:BTN_CREATE\">Opens the <emph>Select Path</emph> dialog, where you can select a path.</ahelp>"
msgstr ""
-#: 03200000.xhp#par_id3155555.3.help.text
-msgid "Further information about the anchoring is contained in the <link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\"><emph>Anchoring</emph></link> Help section."
+#. aQW+
+#: 09070400.xhp
+msgctxt ""
+"09070400.xhp\n"
+"hd_id3151110\n"
+"12\n"
+"help.text"
+msgid "File type"
+msgstr "ფაილის ტიპი"
+
+#. %\UO
+#: 09070400.xhp
+msgctxt ""
+"09070400.xhp\n"
+"par_id3153681\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_HYPERLINK_NEWDOCUMENT:LB_DOCUMENT_TYPES\">Specifies the file type for the new document.</ahelp>"
msgstr ""
-#: 12140000.xhp#tit.help.text
-msgctxt "12140000.xhp#tit.help.text"
-msgid "Data Source of Current Document"
+#. e=n2
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table"
msgstr ""
-#: 12140000.xhp#bm_id3151262.help.text
-msgid "<bookmark_value>data sources; displaying current</bookmark_value>"
+#. KOVo
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"hd_id3151299\n"
+"1\n"
+"help.text"
+msgid "Table"
msgstr ""
-#: 12140000.xhp#hd_id3154682.2.help.text
-msgid "<link href=\"text/shared/02/12140000.xhp\" name=\"Data Source of Current Document\">Data Source of Current Document</link>"
+#. }VI(
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"bm_id3156183\n"
+"help.text"
+msgid "<bookmark_value>database contents; inserting as tables</bookmark_value>"
msgstr ""
-#: 12140000.xhp#par_id3150247.3.help.text
-msgid "<ahelp hid=\".uno:DataSourceBrowser/DocumentDataSource\">Displays, in the data source browser, the table that is linked to the current document.</ahelp>"
+#. |Rm9
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"par_id3156183\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:DLG_AP_INSERT_DB_SEL:RB_AS_TABLE\" visibility=\"hidden\">Inserts data selected from the data source browser into the document as a table.</ahelp> In the <emph>Insert Database Columns</emph> dialog, select the <emph>Table</emph> option to insert the selected data into the document as a table. In the dialog, you can decide which database fields or columns are transferred, and how the text table is formatted."
msgstr ""
-#: 12140000.xhp#par_id3155616.help.text
-msgid "<image id=\"img_id3147043\" src=\"cmd/sc_dsbdocumentdatasource.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147043\">Icon</alt></image>"
+#. rQ--
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"hd_id3152594\n"
+"2\n"
+"help.text"
+msgid "Table"
msgstr ""
-#: 12140000.xhp#par_id3155391.4.help.text
-msgctxt "12140000.xhp#par_id3155391.4.help.text"
-msgid "Data Source of Current Document"
+#. mY8f
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"par_id3152918\n"
+"19\n"
+"help.text"
+msgid "In the <emph>Table</emph> area, use the arrow keys to select the columns of the database table that you want to apply to the text table."
msgstr ""
-#: 12140000.xhp#par_id3145211.5.help.text
-msgid "Choose <emph>Edit - Exchange Database</emph> to select another table."
+#. nC-m
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"hd_id3156042\n"
+"3\n"
+"help.text"
+msgid "Database columns"
msgstr ""
-#: 24080000.xhp#tit.help.text
-msgctxt "24080000.xhp#tit.help.text"
-msgid "Gamma"
+#. Ai;]
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"par_id3152425\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SW:LISTBOX:DLG_AP_INSERT_DB_SEL:LB_TBL_DB_COLUMN\">Specifies the database columns to be inserted into the text table.</ahelp> All database table columns that have not been accepted in the <emph>Table column(s)</emph> list box are listed here. The entries are sorted alphabetically."
+msgstr ""
+
+#. HJuV
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"hd_id3147577\n"
+"4\n"
+"help.text"
+msgid "Table column(s)"
+msgstr ""
+
+#. it]o
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"par_id3153527\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"SW:LISTBOX:DLG_AP_INSERT_DB_SEL:LB_TABLE_COL\">Lists all database columns to be inserted into the document.</ahelp> A column will be assigned to each corresponding entry in the table. The entry order in the <emph>Table column(s)</emph> list box determines the data order in the text table."
+msgstr ""
+
+#. Q5X`
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"hd_id3146958\n"
+"5\n"
+"help.text"
+msgid ">>"
+msgstr ">>"
+
+#. bh06
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"par_id3149750\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SW_IMAGEBUTTON_DLG_AP_INSERT_DB_SEL_IB_DBCOL_ALL_TO\">Moves all listed database fields into the <emph>Table column(s)</emph> list box.</ahelp> All fields listed in the <emph>Table column(s)</emph> list box are inserted into the document."
+msgstr ""
+
+#. t?Bg
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"hd_id3163802\n"
+"6\n"
+"help.text"
+msgid ">"
+msgstr ""
+
+#. UM#R
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"par_id3153662\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"SW_IMAGEBUTTON_DLG_AP_INSERT_DB_SEL_IB_DBCOL_ONE_TO\">Moves the selected database field into the <emph>Table column(s)</emph> list box. </ahelp> You can also double click an entry to move it to the <emph>Table column(s)</emph> list box. All fields listed in the <emph>Table column(s)</emph> list box are inserted into the document."
+msgstr ""
+
+#. JZ.i
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"hd_id3149732\n"
+"7\n"
+"help.text"
+msgid "<"
+msgstr "<"
+
+#. lLr=
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"par_id3148685\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SW_IMAGEBUTTON_DLG_AP_INSERT_DB_SEL_IB_DBCOL_ONE_FROM\">Removes the selected database field from the<emph> Table column(s)</emph> list box</ahelp> The removed field is not inserted into the document."
msgstr ""
-#: 24080000.xhp#hd_id3154100.1.help.text
+#. 7seD
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"hd_id3150771\n"
+"8\n"
+"help.text"
+msgid "<<"
+msgstr "<<"
+
+#. Ye=I
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"par_id3154897\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"SW_IMAGEBUTTON_DLG_AP_INSERT_DB_SEL_IB_DBCOL_ALL_FROM\">Removes all database fields from the <emph>Table column(s)</emph> list box.</ahelp>"
+msgstr ""
+
+#. 3$R6
+#: 12070100.xhp
#, fuzzy
-msgid "<link href=\"text/shared/02/24080000.xhp\" name=\"Gamma\">Gamma</link>"
-msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
+msgctxt ""
+"12070100.xhp\n"
+"hd_id3159399\n"
+"13\n"
+"help.text"
+msgid "Format"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\nფორმატი\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nფორმატი\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\nფორმატი\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\nფორმატი\\n#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\\nფორმირება\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\nფორმატი"
+
+#. {4Hr
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"par_id3154380\n"
+"30\n"
+"help.text"
+msgid "Specifies the format for inserting the database fields into the document."
+msgstr ""
-#: 24080000.xhp#par_id3154873.2.help.text
-msgid "<ahelp hid=\".uno:GrafGamma\">Specifies the gamma value for the view of the selected object, which affects the brightness of the midtone values.</ahelp> Values from 0.10 (minimum Gamma) to 10 (maximum Gamma) are possible."
+#. ,R!;
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"hd_id3156329\n"
+"14\n"
+"help.text"
+msgid "From database"
+msgstr "მონაცემთა ბაზიდან"
+
+#. yVnY
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"par_id3149415\n"
+"31\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:DLG_AP_INSERT_DB_SEL:RB_DBFMT_FROM_DB\">Accepts the database formats.</ahelp>"
msgstr ""
-#: 24080000.xhp#par_id3149760.help.text
-msgid "<image id=\"img_id3159194\" src=\"res/sc10868.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3159194\">Icon</alt></image>"
+#. ^,E5
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"hd_id3159148\n"
+"15\n"
+"help.text"
+msgid "Select"
msgstr ""
-#: 24080000.xhp#par_id3149798.3.help.text
-msgctxt "24080000.xhp#par_id3149798.3.help.text"
-msgid "Gamma"
+#. yN#]
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"par_id3152349\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"SW:LISTBOX:DLG_AP_INSERT_DB_SEL:LB_DBFMT_FROM_USR\">Specifies a format from the list, if the format information of certain data fields is not accepted.</ahelp> The formats supplied here are only available for certain database fields, such as numeric or Boolean fields. If you select a database field in text format, you will not be able to select any format from the selection list, since the text format will be automatically maintained."
msgstr ""
-#: 14020200.xhp#tit.help.text
-msgctxt "14020200.xhp#tit.help.text"
-msgid "Switch Design View On / Off"
+#. C3#]
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"par_id3144511\n"
+"33\n"
+"help.text"
+msgid "If the format you want is not listed, select \"Other Formats...\" and define the desired format in the <link href=\"text/shared/01/05020300.xhp\" name=\"Number Format\"><emph>Number Format</emph></link> dialog."
msgstr ""
-#: 14020200.xhp#hd_id3159411.1.help.text
-msgid "<link href=\"text/shared/02/14020200.xhp\" name=\"Switch Design View On / Off\">Switch Design View On / Off</link>"
+#. 1I*W
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"par_id3154282\n"
+"34\n"
+"help.text"
+msgid "The number format assigned using the selection list always refers to the database field selected in the <emph>Database columns</emph> list box."
msgstr ""
-#: 14020200.xhp#par_id3149495.2.help.text
-msgid "<ahelp hid=\".uno:DBChangeDesignMode\">Displays the design view or the SQL view of the query.</ahelp>"
+#. (Ms1
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"par_id3154138\n"
+"35\n"
+"help.text"
+msgid "To insert the data into the document in the form of a table, the correct <emph>Table</emph> option must be active. You can then select a database field from the <emph>Table column(s)</emph> list box to define the formatting of the database field. The changes to the number formats will be applied to the last selection. It does not matter whether the database field was selected from the <emph>Database columns</emph> list box or from the <emph>Table column(s)</emph> list box."
msgstr ""
-#: 14020200.xhp#par_id3149140.help.text
-msgid "<image id=\"img_id3152918\" src=\"cmd/sc_dbchangedesignmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152918\">Icon</alt></image>"
+#. Gr*T
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"hd_id3156280\n"
+"10\n"
+"help.text"
+msgid "Insert table heading"
msgstr ""
-#: 14020200.xhp#par_id3147399.3.help.text
-msgctxt "14020200.xhp#par_id3147399.3.help.text"
-msgid "Switch Design View On / Off"
+#. e;?:
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"par_id3150497\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"SW:CHECKBOX:DLG_AP_INSERT_DB_SEL:CB_TABLE_HEADON\">Specifies whether to insert a heading line for the columns in the text table.</ahelp>"
msgstr ""
-#: 12100000.xhp#tit.help.text
-msgctxt "12100000.xhp#tit.help.text"
-msgid "Sort Order"
+#. RA8G
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"hd_id3153178\n"
+"11\n"
+"help.text"
+msgid "Apply column name"
+msgstr ""
+
+#. X9IX
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"par_id3152922\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:DLG_AP_INSERT_DB_SEL:RB_HEADL_COLNMS\">Uses the field names of the database table as headings for each of the text table columns.</ahelp>"
msgstr ""
-#: 12100000.xhp#hd_id3149988.1.help.text
+#. `J3s
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"hd_id3158407\n"
+"12\n"
+"help.text"
+msgid "Create row only"
+msgstr ""
+
+#. Y)G[
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"par_id3153194\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:DLG_AP_INSERT_DB_SEL:RB_HEADL_EMPTY\">Inserts an empty heading line into the text table.</ahelp> Using the<emph> Create row only </emph>option, you can define headings in the document, which do not correspond to the database field names."
+msgstr ""
+
+#. Dc8W
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"hd_id3153369\n"
+"16\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. K*i)
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"par_id3154299\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"SW:PUSHBUTTON:DLG_AP_INSERT_DB_SEL:PB_TBL_FORMAT\">Opens the <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05090000.xhp\" name=\"Table Format\"><emph>Table Format</emph></link></caseinline><defaultinline><emph>Table Format</emph></defaultinline></switchinline> dialog, which enables you to define the table properties such as borders, background, and column width.</ahelp>"
+msgstr ""
+
+#. ?4we
+#: 12070100.xhp
#, fuzzy
-msgid "<link href=\"text/shared/02/12100000.xhp\" name=\"Sort Order\">Sort Order</link>"
+msgctxt ""
+"12070100.xhp\n"
+"hd_id3153728\n"
+"17\n"
+"help.text"
+msgid "AutoFormat"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nავტო-ფორმატირება\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nავტოფორმატი"
+
+#. h/59
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"par_id3154988\n"
+"37\n"
+"help.text"
+msgid "<ahelp hid=\"SW:PUSHBUTTON:DLG_AP_INSERT_DB_SEL:PB_TBL_AUTOFMT\">Opens the <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05150101.xhp\" name=\"AutoFormat\"><emph>AutoFormat</emph></link></caseinline><defaultinline><emph>AutoFormat</emph></defaultinline></switchinline> dialog, in which you can select format styles that are immediately applied when inserting the table.</ahelp>"
+msgstr ""
+
+#. DCGj
+#: 09010000.xhp
+msgctxt ""
+"09010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "URL Name"
+msgstr ""
+
+#. OqAN
+#: 09010000.xhp
+#, fuzzy
+msgctxt ""
+"09010000.xhp\n"
+"hd_id3147588\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/09010000.xhp\" name=\"URL Name\">URL Name</link>"
msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 12100000.xhp#par_id3144436.help.text
-msgid "<image src=\"res/sc10714.png\" id=\"img_id3153894\"><alt id=\"alt_id3153894\">Icon</alt></image>"
+#. [L.y
+#: 09010000.xhp
+msgctxt ""
+"09010000.xhp\n"
+"par_id3150476\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OFA_HYPERLINK_NAME\">Assigns a name to an Internet URL or file.</ahelp> You can also enter search criteria for an Internet search site."
msgstr ""
-#: 12100000.xhp#par_id3147143.3.help.text
-msgctxt "12100000.xhp#par_id3147143.3.help.text"
-msgid "Sort Order"
+#. Zi7L
+#: 09010000.xhp
+msgctxt ""
+"09010000.xhp\n"
+"par_id3153539\n"
+"3\n"
+"help.text"
+msgid "Possible search syntax is as follows:"
+msgstr ""
+
+#. ngQj
+#: 09010000.xhp
+msgctxt ""
+"09010000.xhp\n"
+"par_id3154673\n"
+"6\n"
+"help.text"
+msgid "\"Suite+Office\""
msgstr ""
-#: 14010000.xhp#tit.help.text
+#. @B`w
+#: 09010000.xhp
+msgctxt ""
+"09010000.xhp\n"
+"par_id3148548\n"
+"7\n"
+"help.text"
+msgid "Finds all pages that contain the words \"Suite\" AND \"Office\" at any position."
+msgstr ""
+
+#. [(B!
+#: 09010000.xhp
+msgctxt ""
+"09010000.xhp\n"
+"par_id3155805\n"
+"8\n"
+"help.text"
+msgid "\"Suite,Office\""
+msgstr ""
+
+#. oK|T
+#: 09010000.xhp
+msgctxt ""
+"09010000.xhp\n"
+"par_id3147008\n"
+"9\n"
+"help.text"
+msgid "Finds all pages that contain \"Suite\" OR \"Office\"."
+msgstr ""
+
+#. uhaS
+#: 09010000.xhp
+msgctxt ""
+"09010000.xhp\n"
+"par_id3156410\n"
+"10\n"
+"help.text"
+msgid "Suite Office"
+msgstr ""
+
+#. )*f@
+#: 09010000.xhp
+msgctxt ""
+"09010000.xhp\n"
+"par_id3153346\n"
+"11\n"
+"help.text"
+msgid "Finds all pages that contain the specified text. Search text without quotation marks will be sent directly to the specified search engine in the Internet. In most cases, a search engine combines a string of words with \"OR,\" and finds pages in which at least one of the words appear."
+msgstr ""
+
+#. HS$x
+#: 09010000.xhp
+msgctxt ""
+"09010000.xhp\n"
+"par_id3150669\n"
+"12\n"
+"help.text"
+msgid "Not all Internet <link href=\"text/shared/00/00000002.xhp#suchmaschine\" name=\"search engines\">search engines</link> support all logical combinations. It is recommended to use only one of the three options for linking search terms."
+msgstr ""
+
+#. O.!B
+#: 14010000.xhp
+msgctxt ""
+"14010000.xhp\n"
+"tit\n"
+"help.text"
msgid "Run"
msgstr ""
-#: 14010000.xhp#hd_id3156183.1.help.text
+#. C!pw
+#: 14010000.xhp
#, fuzzy
+msgctxt ""
+"14010000.xhp\n"
+"hd_id3156183\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/shared/02/14010000.xhp\" name=\"Run\">Run Query</link>"
msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 14010000.xhp#par_id3109850.2.help.text
+#. (TMP
+#: 14010000.xhp
+msgctxt ""
+"14010000.xhp\n"
+"par_id3109850\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\".uno:SbaExecuteSql\">Runs the SQL query and displays the query result.</ahelp> The <emph>Run Query</emph> function does not save the query."
msgstr ""
-#: 14010000.xhp#par_id3149893.5.help.text
+#. *\:e
+#: 14010000.xhp
+msgctxt ""
+"14010000.xhp\n"
+"par_id3149893\n"
+"5\n"
+"help.text"
msgid "The<emph> Run Query </emph>function allows you to check the query. When you save the query, it is stored in the <emph>Query</emph> tab page."
msgstr ""
-#: 14010000.xhp#par_idN10621.help.text
+#. CO)?
+#: 14010000.xhp
+msgctxt ""
+"14010000.xhp\n"
+"par_idN10621\n"
+"help.text"
msgid "Choose <emph>View - Preview</emph> to run the query from the menu bar of a query design window."
msgstr ""
-#: 14010000.xhp#par_id3155941.help.text
+#. :1,E
+#: 14010000.xhp
+msgctxt ""
+"14010000.xhp\n"
+"par_id3155941\n"
+"help.text"
msgid "<image id=\"img_id3153311\" src=\"cmd/sc_sbaexecutesql.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153311\">Icon</alt></image>"
msgstr ""
-#: 14010000.xhp#par_id3153684.4.help.text
+#. mJoB
+#: 14010000.xhp
+msgctxt ""
+"14010000.xhp\n"
+"par_id3153684\n"
+"4\n"
+"help.text"
msgid "Run Query"
msgstr ""
-#: 07070000.xhp#tit.help.text
-msgctxt "07070000.xhp#tit.help.text"
-msgid "Edit File"
+#. _3Bc
+#: 01171300.xhp
+msgctxt ""
+"01171300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Snap to Grid"
msgstr ""
-#: 07070000.xhp#bm_id3153089.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>"
+#. mgHW
+#: 01171300.xhp
+#, fuzzy
+msgctxt ""
+"01171300.xhp\n"
+"hd_id3151262\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\">Snap to Grid</link>"
+msgstr "#-#-#-#-# shared.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\">საკოორდინაციო ბადის გადაფარვა</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\">მიზიდვა ბადესთან</link>"
+
+#. nDBW
+#: 01171300.xhp
+msgctxt ""
+"01171300.xhp\n"
+"par_id3149495\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies whether to move frames, drawing elements, and controls only between grid points.</ahelp>"
msgstr ""
-#: 07070000.xhp#hd_id3148520.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/07070000.xhp\" name=\"Edit File\">Edit File</link>"
-msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
+#. 0ol,
+#: 01171300.xhp
+msgctxt ""
+"01171300.xhp\n"
+"par_id3156027\n"
+"help.text"
+msgid "<image id=\"img_id3157896\" src=\"cmd/sc_griduse.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3157896\">Icon</alt></image>"
+msgstr ""
-#: 07070000.xhp#par_id3153089.2.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."
+#. D;(}
+#: 01171300.xhp
+msgctxt ""
+"01171300.xhp\n"
+"par_id3147834\n"
+"4\n"
+"help.text"
+msgid "Snap to Grid"
msgstr ""
-#: 07070000.xhp#par_id3145090.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>"
+#. [af\
+#: 01170901.xhp
+msgctxt ""
+"01170901.xhp\n"
+"tit\n"
+"help.text"
+msgid "Combo Box / List Box Wizard: Table Selection"
msgstr ""
-#: 07070000.xhp#par_id3150694.3.help.text
-msgctxt "07070000.xhp#par_id3150694.3.help.text"
-msgid "Edit File"
+#. tZ{L
+#: 01170901.xhp
+msgctxt ""
+"01170901.xhp\n"
+"hd_id3154228\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170901.xhp\" name=\"Combo Box / List Box Wizard: Table Selection\">Combo Box / List Box Wizard: Table Selection</link>"
msgstr ""
-#: 07070000.xhp#par_id3147576.7.help.text
-msgid "<ahelp hid=\"HID_HELP_TEXT_SELECTION_MODE\">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>"
+#. #~L8
+#: 01170901.xhp
+msgctxt ""
+"01170901.xhp\n"
+"par_id3149716\n"
+"5\n"
+"help.text"
+msgid "Specifies a table from the available database tables that contains the data field whose content should be displayed as a list entry."
msgstr ""
-#: 01171100.xhp#tit.help.text
-msgctxt "01171100.xhp#tit.help.text"
-msgid "Wizards On/Off"
+#. -K9m
+#: 01170901.xhp
+msgctxt ""
+"01170901.xhp\n"
+"par_id3153114\n"
+"8\n"
+"help.text"
+msgid "For list boxes, a table that can be linked with the current form table is indicated. The link table must have at least one field in common with the table of the current form. This makes it possible to establish an unambiguous reference."
msgstr ""
-#: 01171100.xhp#hd_id3155934.1.help.text
-msgid "<link href=\"text/shared/02/01171100.xhp\" name=\"Wizards On/Off\">Wizards On/Off</link>"
+#. I=NT
+#: 01170901.xhp
+msgctxt ""
+"01170901.xhp\n"
+"par_id3155555\n"
+"9\n"
+"help.text"
+msgid "For combo boxes, there must be a relationship between the form table and the table containing the data to be displayed in the combo box."
msgstr ""
-#: 01171100.xhp#par_id3147143.2.help.text
-msgid "<ahelp hid=\".uno:UseWizards\">Specifies whether to start the wizard automatically when inserting a new control.</ahelp> This setting applies globally to all documents."
+#. WczE
+#: 01170901.xhp
+msgctxt ""
+"01170901.xhp\n"
+"hd_id3147226\n"
+"6\n"
+"help.text"
+msgid "Table"
msgstr ""
-#: 01171100.xhp#par_id3159201.4.help.text
-msgid "There are wizards for inserting a list box or combo box, a table element and group boxes."
+#. 1_VX
+#: 01170901.xhp
+msgctxt ""
+"01170901.xhp\n"
+"par_id3155338\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_LCW_CONTENTSELECTION_TABLE_LB_SELECTTABLE\">In the<emph> Table </emph>field, select the table containing the data field whose content should be displayed in the control field.</ahelp>"
msgstr ""
-#: 01170001.xhp#tit.help.text
-msgctxt "01170001.xhp#tit.help.text"
-msgid "Context Menu of a Control Field"
+#. {%;%
+#: 01170901.xhp
+msgctxt ""
+"01170901.xhp\n"
+"par_id3159233\n"
+"10\n"
+"help.text"
+msgid "The table given here appears in the <link href=\"text/shared/02/01170102.xhp\" name=\"Control properties\">Control properties</link> as an element of an SQL statement in the <emph>List Contents</emph> field."
msgstr ""
-#: 01170001.xhp#hd_id3149294.123.help.text
-msgctxt "01170001.xhp#hd_id3149294.123.help.text"
-msgid "Context Menu of a Control Field"
+#. bb?B
+#: 07080000.xhp
+msgctxt ""
+"07080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Stop Loading"
msgstr ""
-#: 01170001.xhp#par_id3147304.88.help.text
-msgid "The context menu of a control field has the following commands."
-msgstr "სამართავი ღილაკის ველის კონტექსტუალურ მენიუს მოიცავს შემდეგ ბრძანებებს."
+#. r@MO
+#: 07080000.xhp
+#, fuzzy
+msgctxt ""
+"07080000.xhp\n"
+"hd_id3154228\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/07080000.xhp\" name=\"Stop Loading\">Stop Loading</link>"
+msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
-#: 01170001.xhp#hd_id3152771.89.help.text
-msgctxt "01170001.xhp#hd_id3152771.89.help.text"
-msgid "Replace with"
+#. O91(
+#: 07080000.xhp
+msgctxt ""
+"07080000.xhp\n"
+"par_id3149495\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Stop\">Click to interrupt the current loading process, Ctrl-click (Mac: Command-click) to interrupt all loading processes.</ahelp>"
msgstr ""
-#: 01170001.xhp#par_id3150400.90.help.text
-msgid "<ahelp hid=\".uno:ChangeControlType\" visibility=\"visible\">Calls a submenu where you can select a control type to replace the control selected in the document.</ahelp> As many properties as possible are adopted."
-msgstr "<ahelp hid=\".uno:ChangeControlType\" visibility=\"visible\">იძახებს ქვე-მენიუს, სადაც თქვენ შეგიძლიათ აირჩიოთ სამართავი ღილაკის ტიპი დოკუმენტში არჩეული სამართავი ღილაკის შესაცვლელად.</ahelp> ათვისებულია პარამეტრების მაქსიმუმი."
+#. ]AE$
+#: 05090000.xhp
+msgctxt ""
+"05090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Rotate"
+msgstr ""
-#: 01170001.xhp#hd_id3154366.91.help.text
-msgid "Text box"
-msgstr "ტექსტური ველი"
+#. _LIk
+#: 05090000.xhp
+#, fuzzy
+msgctxt ""
+"05090000.xhp\n"
+"hd_id3154863\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/05090000.xhp\" name=\"Rotate\">Rotate</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 01170001.xhp#par_id3154217.92.help.text
-msgid "<ahelp hid=\".uno:ConvertToEdit\" visibility=\"visible\">The selected control is transformed into a text box.</ahelp>"
-msgstr "<ahelp hid=\".uno:ConvertToEdit\" visibility=\"visible\">შერჩეული სამართავი ღილაკი გარდაიქმნება ტექსტურ ველად.</ahelp>"
+#. -kla
+#: 05090000.xhp
+msgctxt ""
+"05090000.xhp\n"
+"par_id3149119\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ToggleObjectRotateMode\">Rotates the selected object.</ahelp>"
+msgstr ""
-#: 01170001.xhp#hd_id3154819.93.help.text
-msgid "Button"
-msgstr "ღილაკი"
+#. OoX]
+#: 05090000.xhp
+msgctxt ""
+"05090000.xhp\n"
+"par_id3149716\n"
+"5\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Select an object and click the<emph> Rotate</emph> icon on the<emph> Drawing</emph> toolbar. </caseinline><caseinline select=\"DRAW\">Select an object and click the Rotate icon on the Drawing toolbar. </caseinline><defaultinline>Select an object and click the<emph> Rotate</emph> icon on the <emph>Drawing Object Properties</emph> toolbar.</defaultinline></switchinline> Drag a corner handle of the object in the direction you want to rotate it."
+msgstr ""
-#: 01170001.xhp#par_id3161646.94.help.text
-msgid "<ahelp hid=\".uno:ConvertToButton\" visibility=\"visible\">The selected control is transformed into a button.</ahelp>"
-msgstr "<ahelp hid=\".uno:ConvertToButton\" visibility=\"visible\">შერჩეული სამართავი გარდაიქმნება ტექსტურ ღილაკად.</ahelp>"
+#. T[t3
+#: 05090000.xhp
+msgctxt ""
+"05090000.xhp\n"
+"par_id3152551\n"
+"help.text"
+msgid "<image id=\"img_id3154317\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3154317\">Icon</alt></image>"
+msgstr ""
-#: 01170001.xhp#hd_id3144432.95.help.text
-msgctxt "01170001.xhp#hd_id3144432.95.help.text"
-msgid "Label field"
-msgstr "იარლიყის ველი"
+#. 9@qs
+#: 05090000.xhp
+msgctxt ""
+"05090000.xhp\n"
+"par_id3153577\n"
+"4\n"
+"help.text"
+msgid "Rotate"
+msgstr ""
-#: 01170001.xhp#par_id3151381.96.help.text
-msgid "<ahelp hid=\".uno:ConvertToFixed\" visibility=\"visible\">The selected control is transformed into a label.</ahelp>"
-msgstr "<ahelp hid=\".uno:ConvertToFixed\" visibility=\"visible\">შერჩეული სამართავი ღილაკი გარდაიქმნება იარლიყად.</ahelp>"
+#. wjb*
+#: 05090000.xhp
+msgctxt ""
+"05090000.xhp\n"
+"par_id3156113\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05230300.xhp\" name=\"Format - Position and Size - Rotate\"><emph>Format - Position and Size - Rotate</emph></link>."
+msgstr ""
-#: 01170001.xhp#hd_id3125865.97.help.text
-msgctxt "01170001.xhp#hd_id3125865.97.help.text"
-msgid "List Box"
+#. QS5U
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Explorer On/Off"
msgstr ""
-#: 01170001.xhp#par_id3144761.98.help.text
-msgid "<ahelp hid=\".uno:ConvertToList\" visibility=\"visible\">The selected control is transformed into a list box.</ahelp>"
-msgstr "<ahelp hid=\".uno:ConvertToList\" visibility=\"visible\">შერჩეული სამართავი ღილაკი გარდაიქმნება ტექსტურ ველად.</ahelp>"
+#. Fk6L
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"hd_id3147588\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12000000.xhp\" name=\"Explorer On/Off\">Explorer On/Off</link>"
+msgstr ""
-#: 01170001.xhp#hd_id3149810.99.help.text
-msgctxt "01170001.xhp#hd_id3149810.99.help.text"
-msgid "Check Box"
+#. N9lr
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"par_id3144740\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DSBrowserExplorer\">Turns on and off the view of the data source explorer.</ahelp> The <emph>Explorer On/Off</emph> icon is visible on the <link href=\"text/shared/main0212.xhp\" name=\"Database Bar\">Table Data bar</link>."
msgstr ""
-#: 01170001.xhp#par_id3145581.100.help.text
-msgid "<ahelp hid=\".uno:ConvertToCheckBox\" visibility=\"visible\">The selected control is transformed into a check box.</ahelp>"
-msgstr "<ahelp hid=\".uno:ConvertToCheckBox\" visibility=\"visible\">შერჩეული სამართავი ღილაკი გარდაიქმნება თოლიად.</ahelp>"
+#. w?x}
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"par_id3153114\n"
+"help.text"
+msgid "<image id=\"img_id3150710\" src=\"cmd/sc_dsbrowserexplorer.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150710\">Icon</alt></image>"
+msgstr ""
-#: 01170001.xhp#hd_id3155429.101.help.text
-msgid "Radio Button"
-msgstr "ერთი არჩევანის ღილაკი"
+#. 5KO*
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"par_id3145136\n"
+"3\n"
+"help.text"
+msgid "Explorer On/Off"
+msgstr ""
-#: 01170001.xhp#par_id3153369.102.help.text
-msgid "<ahelp hid=\".uno:ConvertToRadio\" visibility=\"visible\">The selected control is transformed into an option button.</ahelp>"
-msgstr "<ahelp hid=\".uno:ConvertToRadio\" visibility=\"visible\">შერჩეული სამართავი ღილაკი გარდაიქმნება ერთი არჩევანის ღილაკად.</ahelp>"
+#. o%#%
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"par_id3145345\n"
+"4\n"
+"help.text"
+msgid "In the data source explorer you see the data sources registered in $[officename] with their queries and tables."
+msgstr ""
-#: 01170001.xhp#hd_id3155857.103.help.text
-msgctxt "01170001.xhp#hd_id3155857.103.help.text"
-msgid "Combo Box"
+#. `*^O
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"par_id3159233\n"
+"53\n"
+"help.text"
+msgid "<emph>Establishing a connection</emph> - As soon as you select an individual table or query, a connection to the data source is established. Once the connection is opened, the name of the data source, the Queries or Tables entry, and the name of the query or table selected is shown in bold type."
msgstr ""
-#: 01170001.xhp#par_id3150012.104.help.text
-msgid "<ahelp hid=\".uno:ConvertToCombo\" visibility=\"visible\">The selected control is transformed into a combo box.</ahelp>"
-msgstr "<ahelp hid=\".uno:ConvertToCombo\" visibility=\"visible\">შერჩეული სამართავი ღილაკი გარდაიქმნება კომბო-ველად.</ahelp>"
+#. iLcq
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"par_id3154860\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Closes the connection to the data source. See <emph>%PRODUCTNAME Base - Connections</emph> in the Options dialog box.</ahelp>"
+msgstr ""
-#: 01170001.xhp#hd_id3145264.105.help.text
-msgctxt "01170001.xhp#hd_id3145264.105.help.text"
-msgid "Image Button"
+#. pHmk
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"par_id3151379\n"
+"52\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">To rename an entry, call this command and enter the new name. You can also do this by selecting the entry and pressing F2. The database must support renaming, otherwise this command is not enabled.</ahelp>"
msgstr ""
-#: 01170001.xhp#par_id3145273.106.help.text
-msgid "<ahelp hid=\".uno:ConvertToImageBtn\" visibility=\"visible\">The selected control is transformed into an image button.</ahelp>"
-msgstr "<ahelp hid=\".uno:ConvertToImageBtn\" visibility=\"visible\">შერჩეული სამართავი ღილაკი გარდაიქმნება გრაფიკული გამოსახულების ღილაკად.</ahelp>"
+#. ?:r5
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"par_id273445\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the selected database file for editing.</ahelp>"
+msgstr ""
-#: 01170001.xhp#hd_id3146976.107.help.text
-msgctxt "01170001.xhp#hd_id3146976.107.help.text"
-msgid "File Selection"
+#. K]N@
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"par_id5943479\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to add/edit/remove a database file from the list of registered databases. The same dialog opens by choosing <emph>%PRODUCTNAME Base - Databases</emph> in the Options dialog box.</ahelp>"
msgstr ""
-#: 01170001.xhp#par_id3153140.108.help.text
-msgid "<ahelp hid=\".uno:ConvertToFileControl\" visibility=\"visible\">The selected control is transformed into a file selection.</ahelp>"
-msgstr "<ahelp hid=\".uno:ConvertToFileControl\" visibility=\"visible\">შერჩეული სამართავი ღილაკი გარდაიქმნება ფაილის არჩევად.</ahelp>"
+#. zslI
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Standard Filter"
+msgstr ""
-#: 01170001.xhp#hd_id3147443.109.help.text
-msgctxt "01170001.xhp#hd_id3147443.109.help.text"
-msgid "Date Field"
+#. U!H8
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"hd_id3151097\n"
+"1\n"
+"help.text"
+msgid "Standard Filter"
msgstr ""
-#: 01170001.xhp#par_id3152578.110.help.text
-msgid "<ahelp hid=\".uno:ConvertToDate\" visibility=\"visible\">The selected control is transformed into a date field.</ahelp>"
-msgstr "<ahelp hid=\".uno:ConvertToDate\" visibility=\"visible\">შერჩეული სამართავი ღილაკი გარდაიქმნება თარიღის ველად.</ahelp>"
+#. )=@Y
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"par_id3149716\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DataFilterStandardFilter\">Specifies the logical conditions to filter your table data.</ahelp> This dialog is available for spreadsheet documents, database tables and database forms. The dialog for databases does not contain the <emph>More Options</emph> button."
+msgstr ""
-#: 01170001.xhp#hd_id3148647.111.help.text
-msgctxt "01170001.xhp#hd_id3148647.111.help.text"
-msgid "Time Field"
+#. Q!E@
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"par_idN105EE\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/guide/filters.xhp#filters\"/>"
msgstr ""
-#: 01170001.xhp#par_id3152940.112.help.text
-msgid "<ahelp hid=\".uno:ConvertToTime\" visibility=\"visible\">The selected control is transformed into a time field.</ahelp>"
-msgstr "<ahelp hid=\".uno:ConvertToTime\" visibility=\"visible\">შერჩეული სამართავი ღილაკი გარდაიქმნება დროის ველად.</ahelp>"
+#. QU$,
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"hd_id3155555\n"
+"3\n"
+"help.text"
+msgid "Filter criteria"
+msgstr ""
-#: 01170001.xhp#hd_id3149667.113.help.text
-msgctxt "01170001.xhp#hd_id3149667.113.help.text"
-msgid "Numerical Field"
+#. 4Oug
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"par_id3147834\n"
+"4\n"
+"help.text"
+msgid "You can define a filter by indicating the type of line, the name of the field, a logical condition and a value or a combination of arguments."
msgstr ""
-#: 01170001.xhp#par_id3154321.114.help.text
-msgid "<ahelp hid=\".uno:ConvertToNumeric\" visibility=\"visible\">The selected control is transformed into a numerical field.</ahelp>"
-msgstr "<ahelp hid=\".uno:ConvertToNumeric\" visibility=\"visible\">შერჩეული სამართავი ღილაკი გარდაიქმნება ნუმერაციულ ველად.</ahelp>"
+#. mt++
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"hd_id3149751\n"
+"5\n"
+"help.text"
+msgid "Operator"
+msgstr "ოპერატორი"
-#: 01170001.xhp#hd_id3153160.115.help.text
-msgctxt "01170001.xhp#hd_id3153160.115.help.text"
-msgid "Currency Field"
+#. 3_nZ
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"par_id3149177\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_LISTBOX_DLG_FILTERCRIT_LB_WHERECOND3\">For the following arguments, you can choose between the logical operators AND / OR.</ahelp>"
msgstr ""
-#: 01170001.xhp#par_id3153223.116.help.text
-msgid "<ahelp hid=\".uno:ConvertToCurrency\" visibility=\"visible\">The selected control is transformed into a currency field.</ahelp>"
-msgstr "<ahelp hid=\".uno:ConvertToCurrency\" visibility=\"visible\">შერჩეული სამართავი ღილაკი გარდაიქმნება ვალუტის ველად.</ahelp>"
+#. KULF
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"hd_id3149182\n"
+"7\n"
+"help.text"
+msgid "Field name"
+msgstr ""
-#: 01170001.xhp#hd_id3157977.117.help.text
-msgctxt "01170001.xhp#hd_id3157977.117.help.text"
-msgid "Pattern Field"
+#. 1iqc
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"par_id3149398\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_LISTBOX_DLG_FILTERCRIT_LB_WHEREFIELD3\">Specifies the field names from the current table to set them in the argument.</ahelp> You will see the column identifiers if no text is available for the field names."
msgstr ""
-#: 01170001.xhp#par_id3145646.118.help.text
-msgid "<ahelp hid=\".uno:ConvertToPattern\" visibility=\"visible\">The selected control is transformed into a pattern field.</ahelp>"
-msgstr "<ahelp hid=\".uno:ConvertToPattern\" visibility=\"visible\">შერჩეული სამართავი ღილაკი გარდაიქმნება შაბლონის ველად.</ahelp>"
+#. f]h=
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"hd_id3147653\n"
+"9\n"
+"help.text"
+msgid "Condition"
+msgstr "მდგომარეობა"
-#: 01170001.xhp#hd_id3148389.119.help.text
-msgctxt "01170001.xhp#hd_id3148389.119.help.text"
-msgid "Image Control"
+#. Ws/e
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"par_id3150254\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_LISTBOX_DLG_FILTERCRIT_LB_WHERECOMP3\">Specifies the <link href=\"text/shared/02/12090101.xhp\" name=\"comparative operators\">comparative operators</link> through which the entries in the <emph>Field name</emph> and <emph>Value</emph> fields can be linked.</ahelp>"
msgstr ""
-#: 01170001.xhp#par_id3146927.120.help.text
-msgid "<ahelp hid=\".uno:ConvertToImageControl\" visibility=\"visible\">The selected control is transformed into an image control.</ahelp>"
-msgstr "<ahelp hid=\".uno:ConvertToImageControl\" visibility=\"visible\">შერჩეული სამართავი ღილაკი გარდაიქმნება გრაფიკული გამოსახულების სამართავ ღილაკად.</ahelp>"
+#. f`oY
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"hd_id3149166\n"
+"11\n"
+"help.text"
+msgid "Value"
+msgstr ""
-#: 01170001.xhp#hd_id3149413.121.help.text
-msgctxt "01170001.xhp#hd_id3149413.121.help.text"
-msgid "Formatted Field"
+#. vVo%
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"par_id3149795\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_EDIT_DLG_FILTERCRIT_ET_WHEREVALUE3\">Specifies a value to filter the field.</ahelp>"
msgstr ""
-#: 01170001.xhp#par_id3083281.122.help.text
-msgid "<ahelp hid=\".uno:ConvertToFormatted\" visibility=\"visible\">The selected control is transformed into a formatted field.</ahelp>"
-msgstr "<ahelp hid=\".uno:ConvertToFormatted\" visibility=\"visible\">შერჩეული სამართავი ღილაკი გარდაიქმნება ფორმატირებულ ველად.</ahelp>"
+#. G~lJ
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"par_id3150976\n"
+"14\n"
+"help.text"
+msgid "The<emph> Value </emph>list box contains all possible values for the specified <emph>Field name</emph> . Choose the value to be used in the filter. You can also choose the <emph>- empty -</emph> or <emph>-not empty -</emph> entries.."
+msgstr ""
-#: symbolshapes.xhp#tit.help.text
-msgid "Symbol Shapes"
+#. $3;2
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"par_id3156118\n"
+"15\n"
+"help.text"
+msgid "If you use the filter function in database tables or forms, then type the value in the <emph>Value </emph>text box to be used for filtering."
msgstr ""
-#: symbolshapes.xhp#par_idN1055A.help.text
-msgid "<link href=\"text/shared/02/symbolshapes.xhp\">Symbol Shapes</link>"
+#. OYNr
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"hd_id3153061\n"
+"13\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12040201.xhp\" name=\"More Options\">More Options</link>"
msgstr ""
-#: symbolshapes.xhp#par_idN1056A.help.text
-msgid "<ahelp hid=\".\">Opens the Symbol Shapes toolbar from which you can insert graphics into your document.</ahelp>"
+#. C@4A
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"tit\n"
+"help.text"
+msgid "Format Paintbrush"
msgstr ""
-#: symbolshapes.xhp#par_idN105EB.help.text
-msgid "<ahelp hid=\".\">Click an icon on the Symbol Shapes toolbar, and then drag in the document to draw the shape.</ahelp>"
+#. $)o,
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN1056A\n"
+"help.text"
+msgid "<link href=\"text/shared/02/paintbrush.xhp\">Format Paintbrush</link>"
msgstr ""
-#: symbolshapes.xhp#par_idN1059D.help.text
-msgctxt "symbolshapes.xhp#par_idN1059D.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."
+#. {VR/
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN1057A\n"
+"help.text"
+msgid "<ahelp hid=\".\">First select some text or an object, then click this icon. Then click on or drag across other text or click an object to apply the same formatting.</ahelp>"
msgstr ""
-#: 10030000.xhp#tit.help.text
-msgid "To Document Begin/First Page"
+#. W4ml
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN10617\n"
+"help.text"
+msgid "Click the <emph>Format Paintbrush</emph> icon <image id=\"img_id3610034\" src=\"cmd/sc_formatpaintbrush.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3610034\">Icon</alt></image> on the <emph>Standard</emph> toolbar."
msgstr ""
-#: 10030000.xhp#hd_id3149031.1.help.text
-msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\"><link href=\"text/shared/02/10030000.xhp\" name=\"To Document Begin\">To Document Begin</link></caseinline> <defaultinline><link href=\"text/shared/02/10030000.xhp\" name=\"First Page\">First Page</link></defaultinline> </switchinline>"
+#. {,w3
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN10639\n"
+"help.text"
+msgid "<image id=\"img_id5406964\" src=\"cmd/sc_formatpaintbrush.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id5406964\">Icon</alt></image>"
msgstr ""
-#: 10030000.xhp#par_id3153539.2.help.text
-msgid "<ahelp hid=\".uno:FirstPage\" visibility=\"visible\">Moves to the first page of the document.</ahelp> This function is only active when you select the <emph>Page Preview</emph> function on the <emph>File</emph> menu."
+#. $RNu
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN10657\n"
+"help.text"
+msgid "Format Paintbrush"
msgstr ""
-#: 10030000.xhp#par_id3154751.help.text
-msgid "<image src=\"cmd/sc_gotostartofdoc.png\" id=\"img_id3147571\"><alt id=\"alt_id3147571\">Icon</alt></image>"
+#. GZnl
+#: more_controls.xhp
+msgctxt ""
+"more_controls.xhp\n"
+"tit\n"
+"help.text"
+msgid "More Controls"
msgstr ""
-#: 10030000.xhp#par_id3143268.3.help.text
-msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\">To Document Begin</caseinline> <defaultinline>First Page</defaultinline> </switchinline>"
+#. ,RH[
+#: more_controls.xhp
+msgctxt ""
+"more_controls.xhp\n"
+"bm_id5941343\n"
+"help.text"
+msgid "<bookmark_value>more controls</bookmark_value><bookmark_value>group box creation</bookmark_value><bookmark_value>image button creation</bookmark_value><bookmark_value>image control creation</bookmark_value><bookmark_value>file selection button</bookmark_value><bookmark_value>date fields; creating</bookmark_value><bookmark_value>time fields; form functions</bookmark_value><bookmark_value>numerical fields in forms</bookmark_value><bookmark_value>formatted fields; form functions</bookmark_value><bookmark_value>currency field creation</bookmark_value><bookmark_value>pattern fields; form functions</bookmark_value><bookmark_value>table controls; form functions</bookmark_value><bookmark_value>grid controls; form functions</bookmark_value><bookmark_value>controls; focus</bookmark_value><bookmark_value>focus of controls</bookmark_value><bookmark_value>forms; focus after opening</bookmark_value><bookmark_value>automatic control focus</bookmark_value><bookmark_value>spin button creation</bookmark_value><bookmark_value>scrollbars;controls</bookmark_value><bookmark_value>Navigation bar;controls</bookmark_value>"
msgstr ""
-#: 01170101.xhp#tit.help.text
-msgctxt "01170101.xhp#tit.help.text"
-msgid "General"
+#. dFeH
+#: more_controls.xhp
+msgctxt ""
+"more_controls.xhp\n"
+"hd_id8389233\n"
+"help.text"
+msgid "<link href=\"text/shared/02/more_controls.xhp\">More Controls</link>"
msgstr ""
-#: 01170101.xhp#hd_id3153681.1.help.text
-msgid "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">General</link>"
-msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
+#. )9(F
+#: more_controls.xhp
+msgctxt ""
+"more_controls.xhp\n"
+"par_id1146275\n"
+"help.text"
+msgid "<ahelp hid=\".\">The More Controls toolbar opens when you click the More Controls icon on the <link href=\"text/shared/02/01170000.xhp\">Form Controls</link> toolbar.</ahelp>"
+msgstr ""
-#: 01170101.xhp#par_id3159233.2.help.text
-msgid "This <emph>General </emph>tab enables you to define the general properties of a form control. These properties differ, depending on the control type. Not all of the following properties are available for every control."
-msgstr "ეს <emph>ზოგადი </emph>ჩანართი საშუალებას გაძლევთ განსაზღვროთ ფორმის სამართავი ღილაკის ზოგადი პარამეტრები. ეს პარამეტრები განსხვავდება სამართავი ღილაკის ტიპის მიხედვით. ქვემოთ ჩამოთვლილი პარამეტრებიდან ყველა არ არის ხელმისაწვდომი თითოეული სამართავი ღილაკისთვის."
+#. 8Xp!
+#: 20100000.xhp
+msgctxt ""
+"20100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Date"
+msgstr "თარიღი"
-#: 01170101.xhp#par_id3155342.172.help.text
-msgid "If you export the current form document to HTML format, the default control values are exported, not the current control values. Default values are determined - depending on the type of control - by the properties' Default value (for example, in text fields), Default status (for check boxes and option fields), and Default selection (for list boxes)."
+#. k)rp
+#: 20100000.xhp
+#, fuzzy
+msgctxt ""
+"20100000.xhp\n"
+"hd_id3146902\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/20100000.xhp\" name=\"Date\">Date</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
+
+#. ^WX\
+#: 20100000.xhp
+msgctxt ""
+"20100000.xhp\n"
+"par_id3154926\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:CurrentDate\" visibility=\"visible\">Displays the current date.</ahelp>"
msgstr ""
-#: 01170101.xhp#hd_id3149734.13.help.text
-msgid "Enabled"
-msgstr "აქტივირებული"
+#. UY,D
+#: 12110000.xhp
+msgctxt ""
+"12110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Form-based Filters"
+msgstr ""
-#: 01170101.xhp#par_id3150084.14.help.text
-msgid "<ahelp hid=\"HID_PROP_ENABLED\">If a control field has the property \"Enabled\" (Yes), the form user will be able to use the control field.</ahelp> If the property is disabled, it will not be enabled (No) and will be displayed in a gray color."
-msgstr "<ahelp hid=\"HID_PROP_ENABLED\">თუ სამართავი ღილაკის ველს აქვს პარამეტრი \"აქტივირებული\" (თანხმობა), ფორმის მომხმარებელს საშუალება ექნება გამოიყენოს სამართავი ღილაკის ველი.</ahelp> თუ ეს პარამეტრი გამორთულია, ის არ იქნება აქტივირებული (არა) და გამოჩნდება ნაცრისფრად."
+#. p9zJ
+#: 12110000.xhp
+msgctxt ""
+"12110000.xhp\n"
+"hd_id3147000\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"formfilter\"><link href=\"text/shared/02/12110000.xhp\" name=\"Form-based Filters\">Form-based Filters</link></variable>"
+msgstr ""
-#: 01170101.xhp#hd_id3153320.74.help.text
-msgid "Line count"
-msgstr "სტრიქონების თვლა"
+#. |:{U
+#: 12110000.xhp
+msgctxt ""
+"12110000.xhp\n"
+"par_id3154230\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"formfiltertext\"><ahelp hid=\".uno:FormFilter\">Prompts the database server to filter the visible data by specified criteria.</ahelp></variable>"
+msgstr ""
-#: 01170101.xhp#par_id3149235.75.help.text
-msgid "<ahelp hid=\"HID_PROP_LINECOUNT\" visibility=\"hidden\">Specifies how many lines should be displayed in the dropdown list. This setting is only active if you chose \"Yes\" in the \"Dropdown\" option.</ahelp>For combo boxes with the Dropdown property, you can specify how many lines should be displayed in the dropdown list. With control fields which do not have the Dropdown option, the line's display will be specified by the size of the control field and the font size."
+#. [?mN
+#: 12110000.xhp
+msgctxt ""
+"12110000.xhp\n"
+"par_id3152918\n"
+"3\n"
+"help.text"
+msgid "Unlike the normal search, which is activated by the <link href=\"text/shared/02/12100200.xhp\" name=\"Find Record\">Find Record</link> icon on the <emph>Form</emph> Bar, you can search more quickly by using the form-based filter. Usually a quick database server is charged with the search. Also, you can enter more complex search conditions."
msgstr ""
-#: 01170101.xhp#hd_id3153147.23.help.text
-msgctxt "01170101.xhp#hd_id3153147.23.help.text"
-msgid "Action"
+#. JGy~
+#: 12110000.xhp
+msgctxt ""
+"12110000.xhp\n"
+"par_id3153394\n"
+"help.text"
+msgid "<image id=\"img_id3147226\" src=\"cmd/sc_formfilter.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3147226\">Icon</alt></image>"
msgstr ""
-#: 01170101.xhp#par_id3149415.24.help.text
-msgid "<ahelp hid=\"HID_PROP_BUTTONTYPE\" visibility=\"hidden\">The Action property determines the action that occurs when you activate a button.</ahelp>You can use navigation actions to design your own database navigation buttons."
+#. gKAE
+#: 12110000.xhp
+msgctxt ""
+"12110000.xhp\n"
+"par_id3149751\n"
+"4\n"
+"help.text"
+msgid "Form-based Filters"
msgstr ""
-#: 01170101.xhp#par_id3152474.25.help.text
-msgid "The following table describes the actions that you can assign to a button."
-msgstr "შემდეგი ცხრილი აღწერს ქმედებებს, რომლებიც შესაძლებელია მიენიჭოს ღილაკებს."
+#. *Q7_
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Print File Directly"
+msgstr "ფაილის პირდაპირი ამობეჭდვა"
-#: 01170101.xhp#par_id3147303.224.help.text
-msgctxt "01170101.xhp#par_id3147303.224.help.text"
-msgid "Action"
+#. Qj2\
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"bm_id3153539\n"
+"help.text"
+msgid "<bookmark_value>printing; directly</bookmark_value>"
+msgstr "<bookmark_value>ამობეჭდვა; პირდაპირ</bookmark_value>"
+
+#. y7e|
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"hd_id3153539\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01110000.xhp\" name=\"Print File Directly\">Print File Directly</link>"
+msgstr "<link href=\"text/shared/02/01110000.xhp\" name=\"ფაილის პირდაპირი ამობეჭდვა\">ფაილის პირდაპირი ბეჭდვა</link>"
+
+#. q@h2
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"par_id3154398\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:PrintDefault\">Click the <emph>Print File Directly</emph> icon to print the active document with the current default print settings.</ahelp> These can be found in the <emph>Printer Setup</emph> dialog, which you can call with the <link href=\"text/shared/01/01140000.xhp\" name=\"Printer Settings\"><emph>Printer Settings</emph></link> menu command."
+msgstr "<ahelp hid=\".uno:PrintDefault\">დააწკაპუნეთ <emph>ამობეჭდეთ ფაილი პირდაპირ</emph> ხატულას მოცემული დოკუმენტის ამოსაბეჭდად პრინტერის ამჟამინდელი სტანდარტული პარამეტრებით.</ahelp> ამის პოვნა შესაძლებელია <emph>პრინტერის კონფიგურაცია</emph> დიალოგში, რომლის გამოძახება შესაძლებელია <link href=\"text/shared/01/01140000.xhp\" name=\"პრინტერის კონფიგურაცია\"><emph>პრინტერის კონფიგურაცია</emph></link> მენიუს ბრძანება."
+
+#. bNWj
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"par_id3147275\n"
+"3\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you select text or a graphic and click the <emph>Print File Direct</emph> icon, you are prompted to print the selection or the document. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">თუ თქვენ მონიშნავთ ტექსტს ან გრაფიკულ გამოსახულებას და დააწკაპუნებთ <emph>ფაილის პირდაპირი ამობეჭდვა</emph> ხატულაზე, თქვენ მოგთხოვენ მონიშნულის ან დოკუმენტის ამობეჭდვას. </caseinline></switchinline>"
+
+#. .?w1
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"par_id9547105\n"
+"help.text"
+msgid "If the current document uses a printer that is not the default printer for your operating system, the <emph>Print File Direct </emph>icon opens the <link href=\"text/shared/01/01130000.xhp\"><emph>Print</emph></link> dialog."
+msgstr "თუ მოცემული დოკუმენტი იყენებს პრინტერს, რომელიც არ წარმოადგენს თქვენი საოპერაციო სისტემის სტანდარტულ პრინტერს, <emph>ფაილის პირდაპირი ამობეჭდვა </emph>ხატულა გახსნის <link href=\"text/shared/01/01130000.xhp\"><emph>ბეჭდვა</emph></link> დიალოგს."
+
+#. 2rP7
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"par_idN10679\n"
+"help.text"
+msgid "If the current document uses a printer that is not the default printer that was specified in the <link href=\"text/shared/guide/spadmin.xhp\">spadmin</link>, printer administration program, the <emph>Print File Direct </emph>icon opens the <link href=\"text/shared/01/01130000.xhp\"><emph>Print</emph></link> dialog."
+msgstr "თუ მოცემული დოკუმენტი იყენებს პრინტერს, რომელიც არ წარმოადგენს სტანდარტულ პრინტერს, როგორც ეს მითითებულია <link href=\"text/shared/guide/spadmin.xhp\">spadmin</link>, პრინტერის მართვის პროგრამა <emph>ფაილის პირდაპირი ამობეჭდვა </emph>ხატულა ხსნის <link href=\"text/shared/01/01130000.xhp\"><emph>ბეჭდვა</emph></link> დიალოგს."
+
+#. UI\i
+#: 12140000.xhp
+msgctxt ""
+"12140000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data Source of Current Document"
msgstr ""
-#: 01170101.xhp#par_id3154388.225.help.text
-msgid "Description"
-msgstr "აღწერა"
+#. ;qNu
+#: 12140000.xhp
+msgctxt ""
+"12140000.xhp\n"
+"bm_id3151262\n"
+"help.text"
+msgid "<bookmark_value>data sources; displaying current</bookmark_value>"
+msgstr ""
-#: 01170101.xhp#par_id3154071.26.help.text
-msgid "None"
-msgstr "არცერთი"
+#. Wh:P
+#: 12140000.xhp
+msgctxt ""
+"12140000.xhp\n"
+"hd_id3154682\n"
+"2\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12140000.xhp\" name=\"Data Source of Current Document\">Data Source of Current Document</link>"
+msgstr ""
-#: 01170101.xhp#par_id3153797.27.help.text
-msgid "No action occurs."
-msgstr "ქმედება არ ხდება."
+#. []aM
+#: 12140000.xhp
+msgctxt ""
+"12140000.xhp\n"
+"par_id3150247\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DataSourceBrowser/DocumentDataSource\">Displays, in the data source browser, the table that is linked to the current document.</ahelp>"
+msgstr ""
-#: 01170101.xhp#par_id3154216.30.help.text
-msgid "Submit form"
-msgstr "ფორმის გაგზავნა"
+#. .TJP
+#: 12140000.xhp
+msgctxt ""
+"12140000.xhp\n"
+"par_id3155616\n"
+"help.text"
+msgid "<image id=\"img_id3147043\" src=\"cmd/sc_dsbdocumentdatasource.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147043\">Icon</alt></image>"
+msgstr ""
-#: 01170101.xhp#par_id3147228.31.help.text
-msgid "Sends the data that is entered in other control fields of the current form to the address that is specified in <link href=\"text/shared/02/01170200.xhp\" name=\"Form Properties\">Form Properties</link> under <link href=\"text/shared/02/01170201.xhp\" name=\"URL\"><emph>URL</emph></link>. "
-msgstr "აგზავნის მოცემული ფორმის სხვა სამართავი ღილაკის ველებში შეყვანილ მონაცემებს <link href=\"text/shared/02/01170200.xhp\" name=\"Form Properties\">ფორმის პარამეტრებში</link> მითითებულ მისამართზე <link href=\"text/shared/02/01170201.xhp\" name=\"URL\"><emph>URL მისამართის</emph></link>ქვეშ. "
+#. dxtt
+#: 12140000.xhp
+msgctxt ""
+"12140000.xhp\n"
+"par_id3155391\n"
+"4\n"
+"help.text"
+msgid "Data Source of Current Document"
+msgstr ""
-#: 01170101.xhp#par_idN107F7.help.text
-msgid "Enter the URL into the form's data property \"URL\" text box when you export to a PDF file."
-msgstr "შეიყვანეთ URL მისამართი ფორმის მონაცემთა პარამეტრის \"URL მისამართი\" ტექსტურ ველში PDF ფაილში ექსპორტის პროცესში."
+#. gjEG
+#: 12140000.xhp
+msgctxt ""
+"12140000.xhp\n"
+"par_id3145211\n"
+"5\n"
+"help.text"
+msgid "Choose <emph>Edit - Exchange Database</emph> to select another table."
+msgstr ""
-#: 01170101.xhp#par_id3151041.28.help.text
-msgid "Reset form"
-msgstr "ფორმის პარამეტრების ჩამოყრა"
+#. \D(2
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Decrease Indent"
+msgstr ""
-#: 01170101.xhp#par_id3155101.29.help.text
-msgid "Resets the settings in other control fields to the predefined defaults (Default Status, Default Selection, Default Value)."
+#. B93y
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"hd_id3154228\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/02130000.xhp\" name=\"Decrease Indent\">Decrease Indent</link>"
msgstr ""
-#: 01170101.xhp#par_id3155431.32.help.text
-msgid "Open document / web page"
-msgstr "დოკუმენტის / ვებ გვერდის გახსნა"
+#. .B1f
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"par_id3150247\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DecrementIndent\">Click the <emph>Decrease Indent</emph> icon to reduce the left indent of the current paragraph or cell content and set it to the previous default tab position.</ahelp>"
+msgstr ""
-#: 01170101.xhp#par_id3150010.33.help.text
-msgid "Opens the URL that is specified under <emph>URL</emph>. You can use <emph>Frame</emph> to specify the target frame."
+#. f*y_
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"par_id3154186\n"
+"7\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you previously increased the indentation for several collectively selected paragraphs, this command can decrease the indentation for all of the selected paragraphs.</caseinline><caseinline select=\"CALC\">The cell content refers to the current value under <link href=\"text/shared/01/05340300.xhp\" name=\"Format - Cell - Alignment\"><emph>Format - Cell - Alignment</emph></link>.</caseinline></switchinline>"
msgstr ""
-#: 01170101.xhp#par_idN107FE.help.text
-msgid "First record"
-msgstr "პირველი ჩანაწერი"
+#. Lpj2
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"par_id3155338\n"
+"help.text"
+msgid "<image id=\"img_id3150506\" src=\"cmd/sc_decrementindent.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150506\">Icon</alt></image>"
+msgstr ""
-#: 01170101.xhp#par_idN10803.help.text
-msgid "Moves the current form to the first record."
-msgstr "გადააქვს მოცემული ფორმა პირველ ჩანაწერში."
+#. KRxG
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"par_id3155942\n"
+"4\n"
+"help.text"
+msgid "Decrease Indent"
+msgstr ""
-#: 01170101.xhp#par_idN10809.help.text
-msgid "Previous record"
-msgstr "წინა ჩანაწერი"
+#. uJ;Q
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"par_id3153031\n"
+"6\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you click the <emph>Decrease Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, the indent for the selected paragraph is moved by the default tab stop that has been set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
+msgstr ""
-#: 01170101.xhp#par_idN1080E.help.text
-msgid "Moves the current form to the previous record."
-msgstr "გადააქვს მოცემული ფორმა წინა ჩანაწერში."
+#. kNL~
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Selection Mode"
+msgstr ""
-#: 01170101.xhp#par_idN10814.help.text
-msgid "Next record"
-msgstr "შემდეგი ჩანაწერი"
+#. `j!F
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"bm_id3148668\n"
+"help.text"
+msgid "<bookmark_value>selection modes in text</bookmark_value><bookmark_value>text; selection modes</bookmark_value><bookmark_value>extending selection mode</bookmark_value><bookmark_value>adding selection mode</bookmark_value><bookmark_value>block selection mode</bookmark_value>"
+msgstr ""
-#: 01170101.xhp#par_idN10819.help.text
-msgid "Moves the current form to the next record."
-msgstr "გადააქვს მოცემული ფორმა შემდეგ ჩანაწერში."
+#. WZ^}
+#: 20050000.xhp
+#, fuzzy
+msgctxt ""
+"20050000.xhp\n"
+"hd_id3148668\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/20050000.xhp\" name=\"Selection Mode\">Selection Mode</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 01170101.xhp#par_idN1081F.help.text
-msgid "Last record"
-msgstr "ბოლო ჩანაწერი"
+#. WpgQ
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id3146130\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:StatusSelectionMode\">Here you can switch between different selection modes.</ahelp>"
+msgstr ""
-#: 01170101.xhp#par_idN10824.help.text
-msgid "Moves the current form to the last record."
-msgstr "გადააქვს მოცემული ფორმა ბოლო ჩანაწერში."
+#. hc3J
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id3153894\n"
+"3\n"
+"help.text"
+msgid "When you click in the field, a popup menu comes up with the available options:"
+msgstr ""
-#: 01170101.xhp#par_idN1082A.help.text
-msgid "Save record"
-msgstr "ჩანაწერის შენახვა"
+#. )kb$
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id3149095\n"
+"5\n"
+"help.text"
+msgid "<emph>Mode</emph>"
+msgstr ""
-#: 01170101.xhp#par_idN1082F.help.text
-msgid "Saves the current record, if necessary."
-msgstr "საჭიროების შემთხვევაში ინახავს მოცემულ ჩანაწერს."
+#. e2h)
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id3155941\n"
+"6\n"
+"help.text"
+msgid "<emph>Effect</emph>"
+msgstr ""
-#: 01170101.xhp#par_idN10835.help.text
-msgid "Undo data entry"
-msgstr "შეყვანილი მონაცემის გაუქმება"
+#. SK,8
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id3152780\n"
+"8\n"
+"help.text"
+msgid "Standard selection"
+msgstr ""
-#: 01170101.xhp#par_idN1083A.help.text
-msgid "Reverses the changes in the current record."
-msgstr "უკან აბრუნებს მოცემულ ჩანაწერში გაკეთებულ ცვლილებას."
+#. be;R
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id3147209\n"
+"9\n"
+"help.text"
+msgid "Click in text where you want to position the cursor; click in a cell to make it the active cell. Any other selection is then deselected."
+msgstr ""
-#: 01170101.xhp#par_idN10840.help.text
-msgid "New record"
-msgstr "ახალი ჩანაწერი"
+#. lyDH
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id3149580\n"
+"11\n"
+"help.text"
+msgid "Extending selection (<item type=\"keycode\">F8</item>)"
+msgstr ""
-#: 01170101.xhp#par_idN10845.help.text
-msgid "Moves the current form to the insert row."
-msgstr "გადააქვს მოცემული ფორმა ჩასმის სტრიქონში."
+#. 4ZAJ
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id3153717\n"
+"12\n"
+"help.text"
+msgid "Clicking in the text extends or crops the current selection."
+msgstr ""
-#: 01170101.xhp#par_idN1084B.help.text
-msgid "Delete record"
-msgstr "ჩანაწერის წაშლა"
+#. [%m[
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id3147620\n"
+"14\n"
+"help.text"
+msgid "Adding selection (<item type=\"keycode\">Shift+F8</item>)"
+msgstr ""
-#: 01170101.xhp#par_idN10850.help.text
-msgid "Deletes the current record."
-msgstr "შლის მოცემულ ჩანაწერს."
+#. 8]eV
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id3154307\n"
+"15\n"
+"help.text"
+msgid "A new selection is added to an existing selection. The result is a multiple selection."
+msgstr ""
-#: 01170101.xhp#par_idN10856.help.text
-msgid "Refresh form"
-msgstr "ფორმის განახლება"
+#. A!i\
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id6971037\n"
+"help.text"
+msgid "Block selection (<item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F8</item>)"
+msgstr ""
-#: 01170101.xhp#par_idN1085B.help.text
-msgid "Reloads the most recently saved version of the current form."
-msgstr "გადატვირთავს მოცემული ფორმის უკანასკნელად შენახულ ვერსიას."
+#. \=oW
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id5258644\n"
+"help.text"
+msgid "A block of text can be selected."
+msgstr ""
-#: 01170101.xhp#hd_id3154638.19.help.text
-msgid "Dropdown"
-msgstr "ჩამოშლა"
+#. bU.L
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id4441663\n"
+"help.text"
+msgid "On Windows systems, you can hold down the <item type=\"keycode\">Alt</item> key while dragging to select a block of text. You don't need to enter the block selection mode."
+msgstr ""
-#: 01170101.xhp#par_id3152577.20.help.text
-msgid "<ahelp hid=\"HID_PROP_DROPDOWN\" visibility=\"hidden\">Specifies whether the combo box should dropdown (Yes) or not (No).</ahelp>A control field with the dropdown property has an additional arrow button which opens the list of the existing form entries per mouse click. Under <emph>Line count</emph>, you can specify how many lines (or rows) should be displayed in the dropdown state. Combination fields can have the dropdown property."
+#. -+$P
+#: 07070100.xhp
+msgctxt ""
+"07070100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit Data"
msgstr ""
-#: 01170101.xhp#par_id3159198.182.help.text
-msgid "Combo boxes that were inserted as columns in a table control are always dropdown as the default."
-msgstr "ცხრილის სამართავ ღილაკებში სვეტების სახით ჩასმული კომბო-ველები სტანდარტულად მუდამ ჩამოსაშლელია."
+#. 3KYY
+#: 07070100.xhp
+#, fuzzy
+msgctxt ""
+"07070100.xhp\n"
+"hd_id3144415\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/07070100.xhp\" name=\"Edit Data\">Edit Data</link>"
+msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
-#: 01170101.xhp#hd_id3153140.11.help.text
-msgid "Alignment / Graphics alignment"
-msgstr "სწორება / გრაფიკული გამოსახულებები სწორება"
+#. -l=1
+#: 07070100.xhp
+msgctxt ""
+"07070100.xhp\n"
+"bm_id3144740\n"
+"help.text"
+msgid "<bookmark_value>read-only documents; database tables on/off </bookmark_value><bookmark_value>protected database tables</bookmark_value><bookmark_value>data; read-only</bookmark_value>"
+msgstr ""
-#: 01170101.xhp#par_id3151281.12.help.text
-msgid "<ahelp hid=\"HID_PROP_ALIGN\" visibility=\"hidden\">Specifies the alignment option for text or graphics that are used on a control.</ahelp>The alignment options are left-aligned, right-aligned, and centered. These options are available for the following elements:"
-msgstr "<ahelp hid=\"HID_PROP_ALIGN\" visibility=\"hidden\">განსაზღვრავს სწორების პარამეტრებს ტექსტისთვის ან გრაფიკული გამოსახულებებისთვის, რომლებიც გამოიყენება სამართავ ღილაკზე.</ahelp>სწორების პარამეტრები არის მარცხნივ, მარჯვნივ, და ცენტრში მოთავსებული. ამ პარამეტრების მითითება შესაძლებელია შემდეგ ელემენტებში:"
+#. ^m`-
+#: 07070100.xhp
+msgctxt ""
+"07070100.xhp\n"
+"par_id3144740\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Turns the edit mode for the current database table on or off.</ahelp>"
+msgstr ""
-#: 01170101.xhp#par_idN109DD.help.text
-msgid "Title of Label fields"
-msgstr "იარლიყის ველების დასახელება"
+#. shTo
+#: 07070100.xhp
+msgctxt ""
+"07070100.xhp\n"
+"par_id3155805\n"
+"help.text"
+msgid "<image id=\"img_id3152801\" src=\"cmd/sc_editdoc.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152801\">Icon</alt></image>"
+msgstr ""
-#: 01170101.xhp#par_idN109E1.help.text
-msgid "Content of text fields"
-msgstr "ტექსტური ველების შიგთავსი"
+#. .pcC
+#: 07070100.xhp
+msgctxt ""
+"07070100.xhp\n"
+"par_id3149096\n"
+"3\n"
+"help.text"
+msgid "Edit Data"
+msgstr ""
-#: 01170101.xhp#par_idN109E5.help.text
-msgid "Content of table fields in the columns of a table control"
-msgstr "ცხრილის სამართავი ღილაკის სვეტებში არსებული ცხრილის ველების შიგთავსი"
+#. IMa7
+#: 07070100.xhp
+msgctxt ""
+"07070100.xhp\n"
+"hd_id3149388\n"
+"4\n"
+"help.text"
+msgid "Editing Databases in Networks"
+msgstr ""
-#: 01170101.xhp#par_idN109E9.help.text
-msgid "Graphics or text that are used in buttons"
-msgstr "ღილაკებში გამოყენებული გრაფიკული გამოსახულებები ან ტექსტი"
+#. F_Pq
+#: 07070100.xhp
+msgctxt ""
+"07070100.xhp\n"
+"par_id3147576\n"
+"5\n"
+"help.text"
+msgid "To make changes in a database used by more than one person, you must have the appropriate access rights. When you edit an external database, there is no intermediate storage by $[officename] of the changes made. They are sent directly to the database."
+msgstr ""
-#: 01170101.xhp#par_idN109EC.help.text
-msgid "The <emph>Alignment</emph> option for buttons is called <emph>Graphics alignment</emph>."
-msgstr "The <emph>სწორება</emph> პარამეტრს ღილაკებისთვის ეწოდება <emph>გრაფიკული გამოსახულებების სწორება</emph>."
+#. i9EL
+#: 20040000.xhp
+msgctxt ""
+"20040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert Mode"
+msgstr ""
-#: 01170101.xhp#hd_id3151073.76.help.text
-msgid "AutoFill"
-msgstr "ავტომატური შევსება"
+#. tZAh
+#: 20040000.xhp
+#, fuzzy
+msgctxt ""
+"20040000.xhp\n"
+"hd_id3149748\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/20040000.xhp\" name=\"Insert Mode\">Insert Mode</link>"
+msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
-#: 01170101.xhp#par_id3152375.77.help.text
-msgid "<ahelp hid=\"HID_PROP_AUTOCOMPLETE\" visibility=\"hidden\">Assigns the AutoFill function to a combo box.</ahelp>The AutoFill function displays a list of previous entries after you start to type an entry."
-msgstr "<ahelp hid=\"HID_PROP_AUTOCOMPLETE\" visibility=\"hidden\">კომბო-ველს ანიჭებს ავტომატური შევსების ფუნქციას.</ahelp>ავტომატური შევსების ფუნქცია აჩვენებს წინა ჩანაწერების ჩამონათვალს ჩანაწერის შეყვანის დაწყებისთანავე."
+#. YnN4
+#: 20040000.xhp
+msgctxt ""
+"20040000.xhp\n"
+"par_id3152363\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertMode\">Displays the current insert mode. You can toggle between INSRT = insert and OVER = overwrite.</ahelp><switchinline select=\"appl\"><caseinline select=\"CALC\">This field is only active if the cursor is in the input line of the formula bar or in a cell. </caseinline></switchinline>"
+msgstr ""
-#: 01170101.xhp#hd_id3154729.216.help.text
-msgctxt "01170101.xhp#hd_id3154729.216.help.text"
-msgid "Label field"
-msgstr "იარლიყის ველი"
+#. u/jZ
+#: 20040000.xhp
+msgctxt ""
+"20040000.xhp\n"
+"par_id3154422\n"
+"3\n"
+"help.text"
+msgid "Click in the field to toggle the modes (except in the $[officename] Basic IDE, where only the <emph>Insert</emph> mode is active). If the cursor is positioned in a text document, you may also use the Insert key (if available on your keyboard) to toggle the modes."
+msgstr ""
-#: 01170101.xhp#par_id3145801.217.help.text
-msgid "<ahelp hid=\"HID_PROP_CONTROLLABEL\">Specifies the source for the label of the control.</ahelp> The text of the label field will be used instead of the name of a database field. For example, in the <emph>Filter Navigator</emph>, <emph>Search</emph> dialog, and as a column name in the table view."
-msgstr "<ahelp hid=\"HID_PROP_CONTROLLABEL\">განსაზღვრავს წყაროს სამართავი ღილაკის იარლიყისთვის.</ahelp> მონაცემთა ბაზის ველის დასახელების ნაცვლად გამოიყენება იარლიყის ველის ტექსტი. მაგალითად, <emph>ფილტრის ნავიგატორი</emph>, <emph>ძებნა</emph> დიალოგში, და როგორც სვეტის დასახელება ცხრილის სახით ნახვაში."
+#. ORw/
+#: 20040000.xhp
+msgctxt ""
+"20040000.xhp\n"
+"par_id3149177\n"
+"4\n"
+"help.text"
+msgid "<emph>Mode</emph>"
+msgstr ""
-#: 01170101.xhp#par_id3153223.231.help.text
-msgid "To define one character of the label as a mnemonic, so that the user can access this control by pressing the character on the keyboard, insert a tilde (~) character in front of the character in the label."
-msgstr "იარლიყის ერთი სიმბოლოს მნემონიურად განსაზღვრის მიზნით, რათა მომხმარებელმა შეძლოს სამართავი ღილაკის გამოძახება კლავიატურაზე სიმბოლოზე დაჭერით, იარლიყში სიმბოლოს წინ ჩასვით ტილდა (~). "
+#. :8:o
+#: 20040000.xhp
+msgctxt ""
+"20040000.xhp\n"
+"par_id3155391\n"
+"5\n"
+"help.text"
+msgid "<emph>Result</emph>"
+msgstr ""
-#: 01170101.xhp#par_id3154502.218.help.text
-msgid "Only the text of a group frame can be used as the label field when using radio buttons. This text applies to all of the radio buttons of the same group."
-msgstr "ერთი არჩევანის ღილაკის გამოყენებისას, იარლიყის ველის სახით შესაძლებელია მხოლოდ ჯგუფური ველის ტექსტის გამოყენება. ეს ტექსტი შეეხება იგივე ჯგუფის ყველა ერთი არჩევანის ღილაკს."
+#. ]S?~
+#: 20040000.xhp
+msgctxt ""
+"20040000.xhp\n"
+"par_id3149388\n"
+"6\n"
+"help.text"
+msgid "INSRT"
+msgstr ""
-#: 01170101.xhp#par_id3148587.219.help.text
-msgid "If you click on the <emph>...</emph> button next to the text field, you will see the <emph>Label Field Selection</emph> dialog. Select a label from the list."
-msgstr "ტექსტური ველის <emph>...</emph> ღილაკზე დაწკაპუნებისას გამოჩნდება <emph>იარლიყის ველის მონიშვნა</emph> დიალოგი. ჩამონათვალიდან აირჩიეთ სასურველი იარლიყი."
+#. X\]V
+#: 20040000.xhp
+msgctxt ""
+"20040000.xhp\n"
+"par_id3147243\n"
+"7\n"
+"help.text"
+msgid "In the insert mode, new text is inserted at the cursor position and the following text is shifted to the right. The cursor is displayed as a vertical line."
+msgstr ""
-#: 01170101.xhp#par_id3154512.220.help.text
-msgid "<ahelp hid=\"PCR_CHECKBOX_RID_DLG_SELECTLABELCONTROL_1\">Check the <emph>No assignment </emph>box to remove the link between a control and the assigned label field.</ahelp>"
-msgstr "<ahelp hid=\"PCR_CHECKBOX_RID_DLG_SELECTLABELCONTROL_1\">მონიშნეთ <emph>მინიჭების გარეშე </emph>უჯრა სამართავ ღილაკსა და მინიჭებულ იარლიყის ველს შორის კავშირის მოსაშლელად.</ahelp>"
+#. T[E!
+#: 20040000.xhp
+msgctxt ""
+"20040000.xhp\n"
+"par_id3148539\n"
+"8\n"
+"help.text"
+msgid "OVER"
+msgstr ""
-#: 01170101.xhp#hd_id3148834.142.help.text
-msgctxt "01170101.xhp#hd_id3148834.142.help.text"
-msgid "Width"
+#. M\l(
+#: 20040000.xhp
+msgctxt ""
+"20040000.xhp\n"
+"par_id3156327\n"
+"9\n"
+"help.text"
+msgid "In the overwrite mode, any existing text is replaced by new text. The cursor is displayed as a thick vertical line."
msgstr ""
-#: 01170101.xhp#par_id3148566.143.help.text
-msgid "<ahelp hid=\"HID_PROP_WIDTH\" visibility=\"hidden\">Sets the column width in the table control field.</ahelp>Sets the column width in the table control field in the units that are specified in the %PRODUCTNAME module options. If you want, you can enter a value followed by a valid measurement unit, for example, 2 cm."
-msgstr "<ahelp hid=\"HID_PROP_WIDTH\" visibility=\"hidden\">განსაზღვრავს სვეტის სიგანეს ცხრილის სამართავი ღილაკის ველში.</ahelp>განსაზღვრავს სვეტის სიგანეს ცხრილის სამართავი ღილაკის ველში, %PRODUCTNAME მოდულის პარამეტრში მითითებულ ერთეულებში. ასევე შესაძლებელია მნიშვნელობის შეყვანა განზომილების ერთეულთან ერთად, მაგალითად, 2 სმ."
+#. i*cA
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"tit\n"
+"help.text"
+msgid "Special Tips for Table Controls"
+msgstr ""
-#: 01170101.xhp#hd_id1877803.help.text
-msgid "Repeat"
-msgstr "გამეორება"
+#. AD)6
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"bm_id3109850\n"
+"help.text"
+msgid "<bookmark_value>table controls; properties</bookmark_value><bookmark_value>controls; properties of table controls</bookmark_value><bookmark_value>table controls;keyboard-only edit mode</bookmark_value>"
+msgstr "<bookmark_value>ცხრილის სამართავი ღილაკები; პარამეტრები</bookmark_value><bookmark_value>სამართავი ღილაკები; ცხრილის სამართავი ღილაკების პარამეტრები</bookmark_value><bookmark_value>ცხრილის სამართავი ღილაკები;მხოლოდ კლავიატურით რედაქტირების რეჟიმი</bookmark_value>"
-#: 01170101.xhp#par_id9863277.help.text
-msgid "<ahelp hid=\"HID_PROP_REPEAT\">Specifies if the action of a control such as a spin button repeats when you click the control and hold the mouse button down.</ahelp>"
+#. KUsB
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3109850\n"
+"124\n"
+"help.text"
+msgid "Special Tips for Table Controls"
msgstr ""
-#: 01170101.xhp#hd_id9827875.help.text
-msgctxt "01170101.xhp#hd_id9827875.help.text"
-msgid "Delay"
+#. P3h=
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3153539\n"
+"51\n"
+"help.text"
+msgid "You can define a table control to display the records as you like. In other words you can define data fields for displaying or editing data like in a database form."
+msgstr "თქვენი შეგიძლიათ მიუთითოთ ცხრილის სამართავი ღილაკი ჩანაწერების თქვენი სურვილისამებრ საჩვენებლად. სხვა სიტყვებით რომ ვთქვათ, თქვენ შეგიძლიათ მიუთითოთ მონაცემთა ველები მონაცემთა ჩვენებისთვის ან რედაქტირებისთვის, როგორც ეს მონაცემთა ბაზის ფორმაში ხდება."
+
+#. b[oM
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3152372\n"
+"62\n"
+"help.text"
+msgid "The following fields are possible in a table control: text, date, time and currency field, numeric field, pattern field, check box and combo box. In the case of combined date/time fields, two columns are created automatically."
+msgstr "ცხრილის სამართავ ღილაკში დასაშვებია შემდეგი ველები: ტექსტი, თარიღი, დრო და ვალუტა, ნუმერაციული ველი, შაბლონის ველი, თოლია და კომბო-ველი. კომბინირებული მონაცემების/დროის ველების შემთხვევაში, ავტომატურად იქმნება ორი სვეტი."
+
+#. ZXdp
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3159194\n"
+"125\n"
+"help.text"
+msgid "The number of selected lines, if any are selected, is in parentheses after the total number of records."
+msgstr "მონიშნული ველების რაოდენობა, თუ რომელიმე მათგანი მონიშნულია, მითითებულია ფრჩხილებში ჩანაწერების ჯამის შემდეგ ."
+
+#. #?[L
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3155616\n"
+"52\n"
+"help.text"
+msgid "To insert columns into the table control, click in the column heads and bring up the context menu. The following commands are available:"
+msgstr "ცხრილის სამართავ ღილაკებში სვეტების ჩასასმელად დააწკაპუნეთ სვეტების თავში და გამოიძახეთ კონტექსტუალური მენიუ. მოცემულია შემდეგი ბრძანებები:"
+
+#. 9*^#
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3150789\n"
+"53\n"
+"help.text"
+msgid "Insert Column"
+msgstr "სვეტის ჩასმა"
+
+#. ,).Q
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3153750\n"
+"54\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_INSERTCOL\">Calls a submenu to select a data field to adopt it in the table control.</ahelp>"
+msgstr "<ahelp hid=\"SID_FM_INSERTCOL\">იძახებს ქვე-მენიუს ცხრილის სამართავ ღილაკში ჩასასმელ მონაცემთა ველის მოსანიშნად.</ahelp>"
+
+#. -1xi
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3155552\n"
+"59\n"
+"help.text"
+msgid "Configure the table control using drag and drop: Open the data source browser and drag the desired fields out of the data source browser and on to the column heads of the table control. A pre-configured column is created."
+msgstr "განსაზღვრეთ ცხრილის სამართავი ღილაკი გადატანის მეთოდის მეშვეობით: გახსენით მონაცემთა წყაროს ბრაუზერი და გადაიტანეთ სასურველი ველები მონაცემთა წყაროს ბრაუზერიდან ცხრილის სამართავი ღილაკის სვეტის თავებზე. ამის შედეგად შეიქმნება სვეტი წინასწარ განსაზღვრული კონფიგურაციით."
+
+#. X%H7
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3149827\n"
+"55\n"
+"help.text"
+msgid "Replace with"
msgstr ""
-#: 01170101.xhp#par_id6092715.help.text
-msgid "<ahelp hid=\"HID_PROP_REPEAT_DELAY\">Specifies the delay in milliseconds between repeating events.</ahelp> A repeating event occurs when you click an arrow button or the background of a scrollbar, or one of the record navigation buttons of a Navigation Bar, and you keep the mouse button pressed for some time. You can enter a value followed by a valid time unit, for example, 2 s or 500 ms."
-msgstr "<ahelp hid=\"HID_PROP_REPEAT_DELAY\">განსაზღვრავს გამეორებულ მოვლენებს შორის შეფერხებას მილიწამებში.</ahelp> მოვლენა მეორდება როდესაც აწკაპუნებთ ისრის გამოსახულებიან ღილაკზე ან ცოციას ფონზე, ან სანავიგაციო ზოლის ჩანაწერების ნავიგაციის ერთ-ერთ ღილაკზე, და არ უშვებთ მაუსის ღილაკს გარკვეული დროის განმავლობაში. ასევე შესაძლებელია მნიშვნელობის შეყვანა დროის ერთეულთან ერთად, მაგალითად, 2 წამი ან 500 მილიწამი."
+#. ^Weq
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3153345\n"
+"56\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_CHANGECOL\">Opens a submenu to select a data field to replace the data field selected in the table control.</ahelp>"
+msgstr "<ahelp hid=\"SID_FM_CHANGECOL\">ხსნის ქვე-მენიუს მონაცემთა ველის მოსანიშნად, ცხრილის სამართავ ღილაკში მონიშნული მონაცემთა ველის შესაცვლელად.</ahelp>"
-#: 01170101.xhp#hd_id3145164.214.help.text
-msgid "Record marker"
-msgstr "ჩანაწერის მარკერი"
+#. SN}u
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3143267\n"
+"57\n"
+"help.text"
+msgid "Delete Column"
+msgstr "სვეტის წაშლა"
-#: 01170101.xhp#par_id3147257.215.help.text
-msgid "<ahelp hid=\"HID_PROP_RECORDMARKER\">Specifies whether the first column is displayed with row labels, in which the current record is marked by an arrow.</ahelp>"
-msgstr "<ahelp hid=\"HID_PROP_RECORDMARKER\">განსაზღვრავს გამოჩნდება თუ არა პირველი სვეტი ველის იარლიყებით, რომელშიც მოცემული ჩანაწერი აღნიშნულია ისრით.</ahelp>"
+#. _vq)
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3157958\n"
+"58\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_DELETECOL\">Deletes the currently selected column.</ahelp>"
+msgstr "<ahelp hid=\"SID_FM_DELETECOL\">შლის ამ მომენტში მონიშნულ სვეტს.</ahelp>"
-#: 01170101.xhp#hd_id3151019.82.help.text
-msgid "Date format"
-msgstr "თარიღის ფორმატი"
+#. d$;Z
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3147275\n"
+"73\n"
+"help.text"
+msgid "Column"
+msgstr "სვეტი"
-#: 01170101.xhp#par_id3152971.83.help.text
-msgid "<ahelp hid=\"HID_PROP_DATEFORMAT\" visibility=\"hidden\">Here, you can determine the format you want for the date readout.</ahelp>With date fields you can determine the format for the date readout."
-msgstr "<ahelp hid=\"HID_PROP_DATEFORMAT\" visibility=\"hidden\">მიუთითეთ თარიღის წაკითხვის სასურველი ფორმატი.</ahelp>თარიღის ველების მეშვეობით შესაძლებელია თარიღის წაკითხვის სასურველი ფორმატის განსაზღვრა."
+#. {V;k
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3152996\n"
+"74\n"
+"help.text"
+msgid "Opens the properties dialog of the selected column."
+msgstr "ხსნის მონიშნული სვეტის პარამეტრების დიალოგს."
-#: 01170101.xhp#par_id3151356.84.help.text
-msgid "<variable id=\"hinweis\">All format fields (date, time, currency, numeric) are formatted automatically in the selected format as soon as you leave them regardless of how you entered the input.</variable>"
-msgstr "<variable id=\"hinweis\">ყველა ფორმატის ველი (თარიღი, დრო, ვალუტა, ნუმერაცია) ავტომატურად ფორმატირდება შერჩეულ ფორმატში მათი დატოვებისგანავე, მიუხედავად იმისა, თუ როგორ იქნა მონაცემები შეყვანილი. </variable>"
+#. ylj]
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3148539\n"
+"79\n"
+"help.text"
+msgid "Hide Columns"
+msgstr "სვეტების დამალვა"
-#: 01170101.xhp#hd_id3156054.87.help.text
-msgctxt "01170101.xhp#hd_id3156054.87.help.text"
-msgid "Spin Button"
-msgstr "არჩევანის ღილაკი"
+#. fh7N
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3159157\n"
+"80\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_HIDECOL\">Hides the selected column.</ahelp> Its properties are not changed."
+msgstr "<ahelp hid=\"SID_FM_HIDECOL\">მალავს მონიშნულ სვეტს.</ahelp> მისი პარამეტრები არ იცვლება."
-#: 01170101.xhp#par_id3154360.88.help.text
-msgid "<ahelp hid=\"HID_PROP_SPIN\" visibility=\"hidden\">The \"Yes\" option transforms the control field into a spin button, where corresponding arrow buttons are added.</ahelp>Numerical fields, currency fields, date and time fields can be introduced as spin buttons in the form."
-msgstr "<ahelp hid=\"HID_PROP_SPIN\" visibility=\"hidden\">\"დიახ\" პარამეტრი სამართავი ღილაკის ველს გარდაქმნის მბრუნავ ღილაკად, სადაც ემატება შესაბამისი ისრის გამოსახულებიანი ღილაკები.</ahelp>შესაძლებელია ნუმერაციული ველების, ვალუტის ველების, და თარიღისა და დროის ველების ფორმაში შემოღება მბრუნავი ღილაკების სახით."
+#. H@UE
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3150771\n"
+"81\n"
+"help.text"
+msgid "Show columns"
+msgstr "სვეტების ჩვენება"
-#: 01170101.xhp#hd_id3159268.173.help.text
-msgid "Tristate"
-msgstr "ტრისტატი"
+#. GVYG
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3159400\n"
+"82\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_SHOWCOLS\">Calls a submenu where you can select the columns to show again.</ahelp> To show only one column, click the column name. You see only the first 16 hidden columns. If there are more hidden columns, choose the <emph>More</emph> command to call the <emph>Show Columns</emph> dialog."
+msgstr "<ahelp hid=\"SID_FM_SHOWCOLS\">იძახებს ქვე-მენიუს, სადაც თქვენ შეგიძლიათ სვეტების მონიშვნა მათი განმეორებითი ჩვენების მიზნით.</ahelp> მხოლოდ ერთი სვეტის საჩვენებლად, დააწკაპუნეთ სვეტის სახელზე. თქვენ დაინახავთ მხოლოდ პირველ 16 დამალულ სვეტს. თუ დამალული სვეტების რაოდენობა მეტია, აირჩიეთ <emph>მეტი</emph> ბრძანება <emph>სვეტების ჩვენება</emph> დიალოგის გამოსაძახებლად."
-#: 01170101.xhp#par_id3154254.174.help.text
-msgid "<ahelp hid=\"HID_PROP_TRISTATE\">Specifies whether a check box can also represent ZERO values of a linked database apart from the TRUE and FALSE values.</ahelp> This function is only available if the database accepts three states: TRUE, FALSE and ZERO."
-msgstr "<ahelp hid=\"HID_PROP_TRISTATE\">განსაზღვრავს შეუძლია თუ არა თოლიას ასევე წარმოადგინოს დაკავშირებული მონაცემთა ბაზის ZERO მნიშვნელობები, TRUE და FALSE მნიშვნელობების გარდა.</ahelp> ამ ფუნქციის გამოყენება შესაძლებელია მხოლოდ იმ შემთხვევაში, თუ მონაცემთა ბაზა უშვებს სამ მდგომარეობას: TRUE, FALSE და ZERO."
+#. UP78
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3156193\n"
+"83\n"
+"help.text"
+msgid "More"
+msgstr "მეტი"
-#: 01170101.xhp#par_id3156712.183.help.text
-msgid "The<emph> Tristate </emph>property is only defined for database forms, not for HTML forms."
-msgstr "<emph> ტრისტატი </emph>პარამეტრი განისაზღვრება მხოლოდ მონაცემთა ბაზის ფორმებისთვის, არა HTML ფორმებისთვის."
+#. #8,6
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3159269\n"
+"84\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_SHOWCOLS_MORE\">Calls the <emph>Show Columns</emph> dialog.</ahelp>"
+msgstr "<ahelp hid=\"SID_FM_SHOWCOLS_MORE\">იძახებს <emph>სვეტების ჩვენება</emph> დიალოგს.</ahelp>"
-#: 01170101.xhp#hd_id3147324.89.help.text
-msgid "Printable"
+#. Q}I:
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3149763\n"
+"85\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVX_DLG_SHOWGRIDCOLUMNS:1\">In the <emph>Show Columns</emph> dialog you can select the columns to be shown. Hold down the Shift or Ctrl (Mac: Command) key to select multiple entries.</ahelp>"
+msgstr "<ahelp hid=\"SVX:LISTBOX:RID_SVX_DLG_SHOWGRIDCOLUMNS:1\"> დიალოგში <emph>სვეტების ჩვენება</emph> თქვენ შეგიძლიათ მონიშნოთ საჩვენებელი სვეტები. დააჭირეთ და არ აუშვათ Shift ან Ctrl ღილაკს ერთზე მეტი მონაცემის მოსანიშნად.</ahelp>"
+
+#. q!Ln
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3153561\n"
+"86\n"
+"help.text"
+msgid "All"
+msgstr "ყველა"
+
+#. g=)n
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3150504\n"
+"87\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_SHOWALLCOLS\">Click <emph>All </emph>if you want to show all columns.</ahelp>"
+msgstr "<ahelp hid=\"SID_FM_SHOWALLCOLS\">დააწკაპუნეთ <emph>ყველა </emph>თუ გსურთ ყველა სვეტის ჩვენება.</ahelp>"
+
+#. U:XN
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3153349\n"
+"127\n"
+"help.text"
+msgid "Keyboard-only control of Table Controls"
+msgstr "ცხრილის სამართავი ღილაკების მხოლოდ კლავიატურით გამოსაყენებელი სამართავი ღილაკი"
+
+#. E+(i
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3149416\n"
+"126\n"
+"help.text"
+msgid "If you use the keyboard only to travel through controls in your document, you will find one difference to the other types of controls: the Tab key does not move the cursor to the next control, but moves to the next column inside the table control. Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab to move to the next control, or press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab to move to the previous control."
msgstr ""
-#: 01170101.xhp#par_id3154703.90.help.text
-msgid "<ahelp hid=\"HID_PROP_PRINTABLE\">Specifies whether you want the control field to appear in a document's printout.</ahelp>"
-msgstr "<ahelp hid=\"HID_PROP_PRINTABLE\">უთითებს გსურთ თუ არა სამართავი ღილაკის ველის გამოჩენა ამობეჭდილ დოკუმენტში.</ahelp>"
+#. (Mlo
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3153062\n"
+"128\n"
+"help.text"
+msgid "To enter the special keyboard-only edit mode for Table Controls:"
+msgstr "ცხრილის სამართავი ღილაკებისთვის მხოლოდ კლავიატურით რედაქტირების საგანგებო რეჟიმის გამოსაძახებლად:"
+
+#. ni+O
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3144510\n"
+"129\n"
+"help.text"
+msgid "The form document must be in <link href=\"text/shared/02/01170500.xhp\" name=\"design mode\">design mode</link>."
+msgstr "ფორმის დოკუმენტი უნდა იყოს <link href=\"text/shared/02/01170500.xhp\" name=\"design mode\">დიზაინის რეჟიმში</link>."
-#: 01170101.xhp#hd_id0409200921153889.help.text
-#, fuzzy
-msgid "PositionX"
+#. *|Dd
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3154758\n"
+"130\n"
+"help.text"
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6 to select the document."
msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მდებარეობა\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"Position"
-#: 01170101.xhp#par_id0409200921153823.help.text
-msgid "<ahelp hid=\".\">Defines the X position of the control, relative to the anchor.</ahelp>"
+#. Du/p
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3161657\n"
+"131\n"
+"help.text"
+msgid "Press Shift+F4 to select the first control. If the Table Control is not the first control, press Tab until it is selected."
+msgstr "დააჭირეთ Shift+F4 ღილაკებს პირველი სამართავი ღილაკის მოსანიშნად. თუ ცხრილის სამართავი ღილაკი არ წარმოადგენს პირველ სამართავ ღილაკს, დააჭირეთ ტაბულაციის ღილაკს მის მონიშვნამდე."
+
+#. \?KC
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3151056\n"
+"132\n"
+"help.text"
+msgid "Press Enter to enter the edit mode. The handles are shown farther out from the control border."
+msgstr "დააჭირეთ Enter ღილაკს რედაქტირების რეჟიმში შესასვლელად. ჩასაჭიდები გამოჩნდება სამართავი ღილაკის საზღვრებს გარეთ, ცოტა მოშორებით."
+
+#. 0q,|
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3154938\n"
+"133\n"
+"help.text"
+msgid "In the edit mode, you can open the edit mode context menu by pressing Shift+F10."
+msgstr "რედაქტირების რეჟიმში ყოფნისას თქვენ შეგიძლიათ გამოიძახოთ რედაქტირების რეჟიმის კონტექსტუალური მენიუ Shift+F10 ღილაკებზე დაჭერით."
+
+#. tLe8
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3154365\n"
+"134\n"
+"help.text"
+msgid "If you want to edit columns, press Shift+Space to enter column edit mode. Now you can rearrange the order of columns with <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Arrow keys. The Delete key deletes the current column."
msgstr ""
-#: 01170101.xhp#hd_id0409200921153814.help.text
-#, fuzzy
-msgid "PositionY"
+#. #S^*
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3145419\n"
+"135\n"
+"help.text"
+msgid "Press the Escape key to exit the edit mode."
+msgstr "დააჭირეთ Escape ღილაკს რედაქტირების რეჟიმიდან გამოსასვლელად."
+
+#. ?ARi
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"tit\n"
+"help.text"
+msgid "Events"
msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მდებარეობა\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"Position"
-#: 01170101.xhp#par_id040920092115387.help.text
-msgid "<ahelp hid=\".\">Defines the Y position of the control, relative to the anchor.</ahelp>"
+#. Bj*/
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"bm_id3148643\n"
+"help.text"
+msgid "<bookmark_value>controls; events</bookmark_value> <bookmark_value>events; controls</bookmark_value> <bookmark_value>macros; assigning to events in forms</bookmark_value>"
msgstr ""
-#: 01170101.xhp#hd_id0409200921153833.help.text
-msgid "Anchor"
-msgstr "ღუზა"
+#. A:cl
+#: 01170103.xhp
+#, fuzzy
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3148643\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170103.xhp\" name=\"Events\">Events</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 01170101.xhp#par_id0409200921153855.help.text
-msgid "<ahelp hid=\".\">Defines where the control will be anchored.</ahelp>"
+#. 3P-!
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3152350\n"
+"2\n"
+"help.text"
+msgid "On the<emph> Events </emph>tab page you can link macros to events that occur in a form's control fields."
msgstr ""
-#: 01170101.xhp#hd_id0409200921153836.help.text
-msgctxt "01170101.xhp#hd_id0409200921153836.help.text"
-msgid "Width"
+#. oB+A
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3155419\n"
+"40\n"
+"help.text"
+msgid "When the event occurs, the linked macro will be called. To assign a macro to an event, press the <emph>...</emph> button. An <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05060700.xhp\" name=\"Assign Macro\">Assign Macro</link></caseinline><defaultinline>dialog</defaultinline></switchinline> opens."
msgstr ""
-#: 01170101.xhp#par_id0409200921153918.help.text
-msgid "<ahelp hid=\".\">Defines the width of the control.</ahelp>"
+#. PU21
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3149732\n"
+"3\n"
+"help.text"
+msgid "Depending on the control, different events are available. Only the available events for the selected control and context are listed on the <emph>Events</emph> tab page. The following events are defined:"
msgstr ""
-#: 01170101.xhp#hd_id0409200921153980.help.text
-msgctxt "01170101.xhp#hd_id0409200921153980.help.text"
-msgid "Height"
+#. =tu\
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3149191\n"
+"12\n"
+"help.text"
+msgid "Approve action"
msgstr ""
-#: 01170101.xhp#par_id0409200921153919.help.text
-msgid "<ahelp hid=\".\">Defines the height of the control.</ahelp>"
+#. c7r-
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3153717\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_APPROVEACTIONPERFORMED\">This event takes place before an action is triggered by clicking the control.</ahelp> For example, clicking a \"Submit\" button initiates a send action; however, the actual \"send\" process is started only when the <emph>When initiating</emph> event occurs. The <emph>Approve action</emph> event allows you to kill the process. If the linked method sends back FALSE, <emph>When initiating</emph> will not be executed."
msgstr ""
-#: 01170101.xhp#hd_id3155962.91.help.text
-msgid "Edit mask"
-msgstr "რედაქტირების ნიღაბი"
+#. 4\Ad
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3156024\n"
+"36\n"
+"help.text"
+msgid "Execute action"
+msgstr ""
-#: 01170101.xhp#par_id3150938.92.help.text
-msgid "<ahelp hid=\"HID_PROP_EDITMASK\" visibility=\"hidden\">Defines the edit mask. By specifying a character code you can determine what the user can enter in the control field.</ahelp>By specifying the character code in pattern fields, you can determine what the user can enter in the pattern field."
-msgstr "<ahelp hid=\"HID_PROP_EDITMASK\" visibility=\"hidden\">განსაზღვრავს რედაქტირების ნიღაბს. სიმბოლოს კოდის მითითებით, თქვენ შეგიძლიათ განსაზღვროთ თუ რა მონაცემების შეყვანა შეუძლია მომხმარებელს სამართავი ღილაკის ველში.</ahelp>შაბლონის ველში სიმბოლოს კოდის მითითებით, თქვენ შეგიძლიათ განსაზღვროთ თუ რა მონაცემების შეყვანა შეუძლია მომხმარებელს შაბლონის ველში."
+#. |/Dc
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3145609\n"
+"37\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_ACTIONPERFORMED\">The <emph>Execute action</emph> event occurs when an action is started.</ahelp> For example, if you have a \"Submit\" button in your form, the send process represents the action to be initiated."
+msgstr ""
-#: 01170101.xhp#par_id3148479.184.help.text
-msgid "The length of the edit mask determines the number of the possible input positions. If the user enters characters that do not correspond to the edit mask, the input is rejected when the user leaves the field. You can enter the following characters to define the edit mask:"
-msgstr "რედაქტირების ნიღბის სიგანე განსაზღვრავს შეყვანილი მონაცემების შესაძლო პოზიციების ოდენობას. თუ მომხმარებელი შეიყვანს სიმბოლოებს, რომლებიც შეესაბამებიან რედაქტირების ნიღაბს, შეყვანილი მონაცემები გაუქმდება მომხმარებლის მიერ ველიდან გასვლისთანავე. რედაქტირების ნიღბის განსასაზღვრად შესაძლებელია შემდეგი სიმბოლოების შეყვანა: "
+#. LU;)
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3156343\n"
+"41\n"
+"help.text"
+msgid "Changed"
+msgstr ""
-#: 01170101.xhp#par_id3147130.93.help.text
-msgid " Character "
-msgstr "სიმბოლო"
+#. xFie
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3148755\n"
+"42\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_CHANGED\">The<emph> Changed </emph>event takes place when the control loses the focus and the content of the control has changed since it lost the focus.</ahelp>"
+msgstr ""
-#: 01170101.xhp#par_id3149815.94.help.text
-msgctxt "01170101.xhp#par_id3149815.94.help.text"
-msgid "Meaning"
+#. \8@8
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3153524\n"
+"10\n"
+"help.text"
+msgid "Text modified"
msgstr ""
-#: 01170101.xhp#par_id3153774.95.help.text
-msgid "L"
-msgstr "L"
+#. t{S,
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3150495\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_TEXTCHANGED\">The<emph> Text modified </emph>event takes place if you enter or modify a text in an input field.</ahelp>"
+msgstr ""
-#: 01170101.xhp#par_id3154660.96.help.text
-msgid "A text constant. This position cannot be edited. The character is displayed at the corresponding position of the Literal Mask."
+#. F:3z
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3154123\n"
+"8\n"
+"help.text"
+msgid "Item status changed"
msgstr ""
-#: 01170101.xhp#par_id3151346.97.help.text
-msgid "a"
-msgstr "a"
+#. |RTL
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3150870\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_ITEMSTATECHANGED\" visibility=\"hidden\">The<emph> Item status changed </emph>event takes place if the status of the control field has changed.</ahelp> The<emph> Item status changed</emph> event takes place if he status of the control field has changed."
+msgstr ""
-#: 01170101.xhp#par_id3150829.98.help.text
-msgid "The characters a-z and A-Z can be entered. Capital characters are not converted to lowercase characters."
-msgstr "შესაძლებელია a-z და A-Z სიმბოლოების შეყვანა. მთავრული სიმბოლოები პატარა სიმბოლოებად არ გარდაიქმნება."
+#. 6S/O
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3151176\n"
+"16\n"
+"help.text"
+msgid "When receiving focus"
+msgstr ""
-#: 01170101.xhp#par_id3149207.99.help.text
-msgid "A"
-msgstr "A"
+#. -Me:
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3154218\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_FOCUSGAINED\">The<emph> When receiving focus </emph>event takes place if a control field receives the focus.</ahelp>"
+msgstr ""
-#: 01170101.xhp#par_id3156140.100.help.text
-msgid "The characters A-Z can be entered. If a lowercase letter is entered, it is automatically converted to a capital letter"
-msgstr "შესაძლებელია A-Z სიმბოლოების შეყვანა. პატარა ასოს შეყვანისას იგი ავტომატურად გარდაიქმნება მთავრულ ასოდ"
+#. dyGl
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3150447\n"
+"18\n"
+"help.text"
+msgid "When losing focus"
+msgstr ""
-#: 01170101.xhp#par_id3153703.101.help.text
-msgid "c"
-msgstr "c"
+#. KW2:
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3159252\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_FOCUSLOST\">The<emph> When losing focus </emph>event takes place if a control field looses the focus.</ahelp>"
+msgstr ""
-#: 01170101.xhp#par_id3148873.102.help.text
-msgid "The characters a-z, A-Z, and 0-9 can be entered. Capital characters are not converted to lowercase characters."
-msgstr "შესაძლებელია a-z, A-Z და 0-9 სიმბოლოების შეყვანა. მთავრული სიმბოლოები პატარა სიმბოლოებად არ გარდაიქმნება."
+#. (KK?
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3147287\n"
+"20\n"
+"help.text"
+msgid "Key pressed"
+msgstr ""
-#: 01170101.xhp#par_id3153781.103.help.text
-msgid "C"
-msgstr "C"
+#. o1SU
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3152940\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_KEYTYPED\">The <emph>Key pressed </emph>event occurs when the user presses any key while the control has the focus.</ahelp> This event may be linked to a macro for checking entries."
+msgstr ""
-#: 01170101.xhp#par_id3154574.104.help.text
-msgid "The characters A-Z and 0-9 can be entered. If a lowercase letter is entered, it is automatically converted to a capital letter"
-msgstr "შესაძლებელია A-Z და 0-9 სიმბოლოების შეყვანა. პატარა ასოს შეყვანისას იგი ავტომატურად გარდაიქმნება მთავრულ ასოდ"
+#. 8n6B
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3154127\n"
+"43\n"
+"help.text"
+msgid "Key released"
+msgstr ""
-#: 01170101.xhp#par_id3153268.105.help.text
-msgid "N"
-msgstr "N"
+#. 4l!*
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3154150\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_KEYUP\">The<emph> Key released </emph>event occurs when the user releases any key while the control has the focus.</ahelp>"
+msgstr ""
-#: 01170101.xhp#par_id3150979.106.help.text
-msgid "Only the characters 0-9 can be entered."
-msgstr "შესაძლებელია მხოლოდ 0-9 სიმბოლოების შეყვანა."
+#. ndah
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3154921\n"
+"26\n"
+"help.text"
+msgid "Mouse inside"
+msgstr ""
-#: 01170101.xhp#par_id3152769.107.help.text
-msgid "x"
-msgstr "x"
+#. `2%$
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3148618\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSEENTERED\">The<emph> Mouse inside </emph>event takes place if the mouse is inside the control field.</ahelp>"
+msgstr ""
-#: 01170101.xhp#par_id3156064.108.help.text
-msgid "All printable characters can be entered."
-msgstr "შესაძლებელია ყველა ბეჭდვადი სიმბოლოს შეყვანა."
+#. .O2/
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3148576\n"
+"30\n"
+"help.text"
+msgid "Mouse moved while key pressed"
+msgstr ""
-#: 01170101.xhp#par_id3150517.109.help.text
-msgid "X"
-msgstr "X"
+#. 1ob`
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3155411\n"
+"31\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSEDRAGGED\">The<emph> Mouse moved while key pressed </emph>event takes place when the mouse is dragged while a key is pressed.</ahelp> An example is when, during drag-and-drop, an additional key determines the mode (move or copy)."
+msgstr ""
-#: 01170101.xhp#par_id3150429.110.help.text
-msgid "All printable characters can be entered. If a lowercase letter is used, it is automatically converted to a capital letter."
-msgstr "შესაძლებელია ყველა ბეჭდვადი სიმბოლოს შეყვანა. პატარა ასოს შეყვანისას იგი ავტომატურად გარდაიქმნება მთავრულ ასოდ."
+#. A`.L
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3149262\n"
+"32\n"
+"help.text"
+msgid "Mouse moved"
+msgstr ""
-#: 01170101.xhp#par_id3155081.111.help.text
-msgid "For the literal mask \"__.__.2000\", for example, define the \"NNLNNLLLLL\" edit mask so that the user can only enter four digits when entering a date."
+#. `vjQ
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3146975\n"
+"33\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSEMOVED\">The<emph> Mouse moved </emph>event occurs if the mouse moves over the control.</ahelp>"
msgstr ""
-#: 01170101.xhp#hd_id3154818.112.help.text
-msgid "Strict format"
-msgstr "მკაცრი ფორმატი"
+#. 0E^^
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3159197\n"
+"22\n"
+"help.text"
+msgid "Mouse button pressed"
+msgstr ""
-#: 01170101.xhp#par_id3148750.113.help.text
-msgid "You can have a format check with control fields that accept formatted contents (date, time, and so on). <ahelp hid=\"HID_PROP_STRICTFORMAT\">If the strict format function is activated (Yes), only the allowed characters are accepted.</ahelp> For example, in a date field, only numbers or date delimiters are accepted; all alphabet entries typed with your keyboard are ignored."
-msgstr "თქვენ შეგიძლიათ ფორმატის შემოწმება სამართავი ღილაკის ველებით, რომლებიც იღებენ ფორმატირებულ შიგთავსს (თარიღი, დრო, და ა.შ.). <ahelp hid=\"HID_PROP_STRICTFORMAT\">თუ მკაცრი ფორმატის ფუნქცია აქტივირებულია (დიახ), მიიღება მხოლოდ დასაშვები სიმბოლოები.</ahelp> მაგალითად, თარიღის ველში დაიშვება მხოლოდ მხოლოდ რიცხვები ან თარიღის გამყოფები; თქვენი კლავიატურით შეყვანილი ყველა ანბანური მონაცემი იგნორირდება."
+#. VFKL
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3145271\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSEPRESSED\">The<emph> Mouse button pressed </emph>event occurs if the mouse button is pressed while the mouse pointer is on the control.</ahelp>"
+msgstr ""
-#: 01170101.xhp#hd_id3147167.60.help.text
-msgctxt "01170101.xhp#hd_id3147167.60.help.text"
-msgid "Frame"
+#. D*]#
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_idN108BD\n"
+"help.text"
+msgid "Note that this event is also used for notifying requests for a popup context menu on the control."
msgstr ""
-#: 01170101.xhp#par_id3154991.61.help.text
-msgid "<ahelp hid=\"HID_PROP_TARGET_FRAME\" visibility=\"hidden\">Specifies the target frame to display the document that is opened by the \"Open document / web page\" action.</ahelp>You can also specify the target frame to display a <emph>URL</emph> that you open when you click a button that has been assigned the Open document or web page action)."
+#. jfiM
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3148880\n"
+"24\n"
+"help.text"
+msgid "Mouse button released"
msgstr ""
-#: 01170101.xhp#par_id3150521.62.help.text
-msgid "If you click the field, you can select an option from the list that specifies into which frame the next document should be loaded. The following possibilities exist:"
-msgstr "ველზე დაწკაპუნებისას თქვენ შეგიძლიათ მონიშნოთ პარამეტრი სიიდან, რომელიც უთითებს შემდეგი დოკუმენტის ჩასატვირთ ჩარჩოს. შესაძლებელია შემდეგი ვარიანტები:"
+#. ZB9(
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3150659\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSERELEASED\">The<emph> Mouse button released </emph>event occurs if the mouse button is released while the mouse pointer is on the control.</ahelp>"
+msgstr ""
-#: 01170101.xhp#par_id3148814.226.help.text
-msgid "Entry"
-msgstr "შეყვანილი მონაცემი"
+#. Vvh]
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3156286\n"
+"28\n"
+"help.text"
+msgid "Mouse outside"
+msgstr ""
-#: 01170101.xhp#par_id3155500.227.help.text
-msgctxt "01170101.xhp#par_id3155500.227.help.text"
-msgid "Meaning"
+#. 4T5T
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3149582\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSEEXITED\">The<emph> Mouse outside </emph>event takes place when the mouse is outside the control field.</ahelp>"
msgstr ""
-#: 01170101.xhp#par_id3149408.63.help.text
-msgid "_blank"
-msgstr "_ცარიელი"
+#. 4Io2
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Control Properties"
+msgstr "სამართავი ღილაკის პარამეტრები"
-#: 01170101.xhp#par_id3146770.64.help.text
-msgid "The next document is created in a new empty frame."
-msgstr "შემდეგი დოკუმენტი იქმნება ახალ ცარიელ ჩარჩოში."
+#. 5/}O
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"bm_id3147102\n"
+"help.text"
+msgid "<bookmark_value>controls; properties of form controls</bookmark_value><bookmark_value>properties; form controls</bookmark_value>"
+msgstr "<bookmark_value>სამართავი ღილაკები; ფორმის სამართავი ღილაკების პარამეტრები</bookmark_value><bookmark_value>პარამეტრები; ფორმის სამართავი ღილაკები</bookmark_value>"
-#: 01170101.xhp#par_id3149771.65.help.text
-msgid "_parent"
-msgstr "_ზედა"
+#. rbhz
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"hd_id3147102\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170100.xhp\" name=\"Control Properties\">Control Properties</link>"
+msgstr "<link href=\"text/shared/02/01170100.xhp\" name=\"Control Properties\">სამართავი ღილაკის პარამეტრები</link>"
-#: 01170101.xhp#par_id3159143.66.help.text
-msgid "The next document is created in a parent frame. If no parent exists, the document is created in the same frame."
-msgstr "შემდეგი დოკუმენტი იქმნება ზედა ჩარჩოში. ამგვარის არარსებობის შემთხვევაში, დოკუმენტი შეიქმნება იგივე ჩარჩოში."
+#. Xu=f
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3145345\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"kontroll\"><ahelp hid=\".uno:ControlProperties\">Opens a dialog for editing the properties of a selected control.</ahelp></variable>"
+msgstr "<variable id=\"kontroll\"><ahelp hid=\".uno:ControlProperties\">იძახებს დიალოგს მონიშნული სამართავი ღილაკის პარამეტრების შესაცვლელად.</ahelp></variable>"
-#: 01170101.xhp#par_id3151374.67.help.text
-msgid "_self"
-msgstr "_თვითონ"
+#. %8)I
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3157910\n"
+"17\n"
+"help.text"
+msgid "<variable id=\"hinweis\">You can only call the<emph> Properties</emph> dialog when in the Design mode with a control selected. </variable>"
+msgstr "<variable id=\"hinweis\">თქვენ შეგიძლიათ მხოლოდ გამოიძახოთ დიალოგი<emph> პარამეტრები</emph> დიზაინის რეჟიმში, მონიშნული სამართავი ღილაკით. </variable>"
-#: 01170101.xhp#par_id3148600.68.help.text
-msgid "The next document is created in the same frame."
-msgstr "შემდეგი დოკუმენტი იქმნება იგივე ჩარჩოში."
+#. h]Qe
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3153760\n"
+"3\n"
+"help.text"
+msgid "If you enter data in the <emph>Properties</emph> dialog, note that multiline input is possible for certain drop-down combo boxes. This concerns all fields in which an SQL statement can be entered, as well as the properties of text boxes or label fields. You can open these fields and enter text in the opened list. The following shortcut keys are valid:"
+msgstr "<emph>პარამეტრები</emph> დიალოგში მონაცემებში შეყვანისას, გაითვალისწინეთ, რომ ზოგიერთ ჩამოსაშლელ კომბო-ველში შესაძლებელია მრავალსტრიქონიანი მონაცემების შეყვანა. ეს ეხება ყველა ველს, სადაც შესაძლებელია SQL ბრძანების შეყვანა, ასევე ტექსტური ველების ან იარლიყის ველების პარამეტრებს. თქვენ შეგიძლიათ გახსნათ ეს ველები და შეიყვანოთ ტექსტი გახსნილ სიაში. შესაძლებელია შემდეგი ბმულის ღილაკების აქტივაცია:"
-#: 01170101.xhp#par_id3153067.69.help.text
-msgid "_top"
-msgstr "_თავში არსებული"
+#. N]H+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3148686\n"
+"18\n"
+"help.text"
+msgid "Keys"
+msgstr "ღილაკები"
-#: 01170101.xhp#par_id3149174.70.help.text
-msgid "The next document is created in a top-level window, that is, in the highest frame of the hierarchy; if the current frame is already a top window, the document is created in the current frame."
-msgstr "შემდეგი დოკუმენტი იქმნება ყველაზე ზედა დონის ფანჯარაში, ანუ იერარქიის ყველაზე მაღლა არსებულ ჩარჩოში; თუ მოცემული ჩარჩო უკვე წარმოადგენს ყველაზე ზედა დონის ფანჯარას, დოკუმენტი შეიქმნება მოცემულ ჩარჩოში."
+#. C8]f
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3155390\n"
+"19\n"
+"help.text"
+msgid "Effects"
+msgstr "ეფექტები"
-#: 01170101.xhp#par_id3156172.185.help.text
-msgid "The Frame property is relevant for HTML forms, but not for database forms."
-msgstr ""
+#. ?dUG
+#: 01170100.xhp
+#, fuzzy
+msgctxt ""
+"01170100.xhp\n"
+"par_id3150504\n"
+"4\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Down Arrow"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline>+ზედა ისარი"
-#: 01170101.xhp#hd_id3146950.114.help.text
-msgid "Graphics"
-msgstr "გრაფიკული გამოსახულებები"
+#. XG[;
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3150944\n"
+"5\n"
+"help.text"
+msgid "Opens the combo box"
+msgstr "ხსნის კომბო-ველს"
-#: 01170101.xhp#par_id3154344.115.help.text
-msgid "An image button has a <emph>Graphics </emph>property. <ahelp hid=\"HID_PROP_IMAGE_URL\">The<emph> Graphics</emph> property specifies the graphic's path and file name that you want to have displayed on the button.</ahelp> If you select the graphic file with the <emph>...</emph> button, the path and file name will be automatically included in the text box."
-msgstr "გრაფიკული გამოსახულების ღილაკს აქვს <emph>გრაფიკული გამოსახულებები </emph>პარამეტრი. <ahelp hid=\"HID_PROP_IMAGE_URL\"><emph> გრაფიკული გამოსახულებები</emph> პარამეტრი უთითებს იმ გრაფიკული გამოსახულების ადგილმდებარეობას და ფაილის დასახელებას, რომლის ჩვენებაც გსურთ ღილაკზე.</ahelp> თუ თქვენ მონიშნავთ გრაფიკული გამოსახულების ფაილს <emph>...</emph> ღილაკით, ადგილმდებარეობა და ფაილის დასახელება ავტომატურად ჩაისმება ტექსტურ ველში."
+#. Fs9*
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3153627\n"
+"6\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Up Arrow"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline>+ზედა ისარი"
-#: 01170101.xhp#hd_id3150530.208.help.text
-msgctxt "01170101.xhp#hd_id3150530.208.help.text"
-msgid "Help text"
-msgstr ""
+#. D$F.
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3153063\n"
+"7\n"
+"help.text"
+msgid "Closes the combo box"
+msgstr "ხურავს კომბო-ველს"
-#: 01170101.xhp#par_id3156310.209.help.text
-msgid "<ahelp hid=\"HID_PROP_HELPTEXT\">Provides the option of entering a help text that will be displayed as a tip on the control.</ahelp> The tip shows the text in user mode when the mouse is moved over the control."
-msgstr "<ahelp hid=\"HID_PROP_HELPTEXT\">იძლევა დახმარების ტექსტის შეყვანის საშუალებას, რომელიც სამართავ ღილაკზე რჩევის სახით გამოჩნდება.</ahelp> რჩევაში ტექსტი გამოჩნდება მომხმარებლის რეჟიმში, სამართავ ღილაკზე მაუსით გადასვლისას."
+#. K1Bp
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3159413\n"
+"8\n"
+"help.text"
+msgid "Shift+Enter"
+msgstr "Shift+Enter"
-#: 01170101.xhp#par_id3153287.210.help.text
-msgid "For URL type buttons, the help text appears as the extended tip instead of the URL address entered under URL."
-msgstr ""
+#. XRV!
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3152811\n"
+"9\n"
+"help.text"
+msgid "Inserts a new line."
+msgstr "სვამს ახალ სტრიქონს"
-#: 01170101.xhp#hd_id3145377.212.help.text
-msgid "Help URL"
-msgstr "დახმარების URL მისამართი"
+#. ma/:
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3153379\n"
+"10\n"
+"help.text"
+msgid "Up Arrow"
+msgstr "ზემოთ მიმართულ ისრიანი ღილაკი"
-#: 01170101.xhp#par_id3148649.213.help.text
-msgid "<ahelp hid=\"HID_PROP_HELPURL\">Specifies a batch label in URL spelling which refers to a help document and which can be called with the help of the control field.</ahelp> The help for the control field help can be opened if the focus is positioned on the control field and the user presses F1."
-msgstr "<ahelp hid=\"HID_PROP_HELPURL\">განსაზღვრავს ჯგუფის იარლიყს URL მისამართის მართლწერაში, რომელიც უთითებს დახმარების დოკუმენტზე და რომლის გამოძახება შესაძლებელია სამართავი ღილაკის მეშვეობით.</ahelp> სამართავი ღილაკის ველის დახმარების გამოძახება შესაძლებელია თუ ფოკუსი განლაგებულია სამართავი ღილაკის ველზე და მომხმარებელი აჭერს F1 ღილაკს."
+#. Sxun
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3153192\n"
+"11\n"
+"help.text"
+msgid "Places the cursor into the previous line."
+msgstr "სვამს კურსორს წინა სტრიქონში."
-#: 01170101.xhp#hd_id3152541.3.help.text
-msgid "Background color"
-msgstr "ფონის ფერი"
+#. O`XT
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3152933\n"
+"12\n"
+"help.text"
+msgid "Down Arrow"
+msgstr "ქვემოთ მიმართულ ისრიანი ღილაკი"
-#: 01170101.xhp#par_id3155073.4.help.text
-msgid "<ahelp hid=\"HID_PROP_BACKGROUNDCOLOR\" visibility=\"hidden\">Sets the background color of the control field.</ahelp>A background color is available for most control fields. If you click on <emph>Background color</emph>, a list will open which enables you to select among various colors. The \"Standard\" option adopts the system setting. If the desired color is not listed, click the <emph>...</emph> button to define a color in the <link href=\"text/shared/optionen/01010501.xhp\" name=\"Color\"><emph>Color</emph></link> dialog."
-msgstr "<ahelp hid=\"HID_PROP_BACKGROUNDCOLOR\" visibility=\"hidden\">აყენებს სამართავი ღილაკის ველის ფონის ფერს.</ahelp>ფონის ფერის დაყენება შესაძლებელია სამართავი ღილაკის ველის უმეტესობისთვის. <emph>ფონის ფერი</emph>-ზე დაწკაპუნებისას გაიხსნება ჩამონათვალი, რომელიც იძლევა მოცემული ფერებიდან ერთ-ერთის არჩევის საშუალებას. \"სტანდარტული\" პარამეტრით ხდება სისტემის კონფიგურაციის დაყენება. თუ სასურველი ფერი მითითებული არ არის, დააწკაპუნეთ <emph>...</emph> ღილაკზე ფერის <link href=\"text/shared/optionen/01010501.xhp\" name=\"Color\"><emph>ფერი</emph></link> დიალოგში მისათითებლად."
+#. ^dj/
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3151041\n"
+"13\n"
+"help.text"
+msgid "Places the cursor into the next line."
+msgstr "სვამს კურსორს შემდეგ სტრიქონში."
-#: 01170101.xhp#hd_id3148971.40.help.text
-msgctxt "01170101.xhp#hd_id3148971.40.help.text"
-msgid "Scrollbar"
-msgstr ""
+#. ](:q
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3153178\n"
+"14\n"
+"help.text"
+msgid "Enter"
+msgstr "Enter"
-#: 01170101.xhp#par_id3144430.41.help.text
-msgid "<ahelp hid=\"HID_PROP_HSCROLL\" visibility=\"hidden\">Adds the scrollbar type that you specify to a text box.</ahelp>Adds the scrollbar type that you specify to a text box."
-msgstr "<ahelp hid=\"HID_PROP_HSCROLL\" visibility=\"hidden\">ამატებს თქვენს მიერ მითითებულ ცოციას ტიპს ტექსტურ ველში.</ahelp>ამატებს თქვენს მიერ მითითებულ ცოციას ტიპს ტექსტურ ველში."
+#. \#Sm
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3147228\n"
+"15\n"
+"help.text"
+msgid "Completes the input in the field and places the cursor into the next field."
+msgstr "ასრულებს ველში მონაცემთა შეყვანას და კურსორს ათავსებს შემდეგ ველში."
-#: 01170101.xhp#par_idN1110B.help.text
-msgid "Incr./decrement value"
-msgstr "ზრდადი/კლებადი მნიშვნელობა"
+#. S`Jo
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3156422\n"
+"16\n"
+"help.text"
+msgid "As with list boxes or combo boxes, you can open or close the list with a mouse click at the arrow on the right end of the field. However, the input here can be entered either in the opened list or in the top text field. An exception is the properties that expect a list representation, for example, the property <emph>List Entries</emph>, which can be set for the control fields <emph>List Box</emph> and <emph>Combo Box</emph>. Here, you can only edit the entries when the field is opened."
+msgstr "როგორც ჩამონათვალის ველებისა და კომბო-ველების შემთხვევაში, თქვენ შეგიძლიათ გახსნათ ან დახუროთ ჩამონათვალი ველის მარჯვენა ბოლოში არსებული ისრის გამოსახულებაზე მაუსის დაწკაპუნებით. მიუხედავად ამისა, აქ მონაცემების შეყვანა შესაძლებელია ან გახსნილ ჩამონათვალში ან თავში არსებულ ტექსტურ ველში. გამონაკლისს წარმოადგენს პარამეტრები, რომლებიც მონაცემებს წარმოადგენენ ჩამონათვალის სახით, მაგალითად, პარამეტრი <emph>ჩამონათვალის სახით შეყვანილი მონაცემები</emph>, რომლის დაყენება შესაძლებელია სამართავი ღილაკის ველებისთვის <emph>ჩამონათვალის ველი</emph> და <emph>კომბო-ველი</emph>. აქ თქვენ შეგიძლიათ მხოლოდ შეყვანილი მონაცემების რედაქტირება მაშინ, როდესაც ველი გახსნილია."
-#: 01170101.xhp#par_idN1110F.help.text
-msgid "<ahelp hid=\".\">Determines intervals to add or subtract with each activation of the spin button control.</ahelp>"
-msgstr "<ahelp hid=\".\">განსაზღვრავს ბიჯური რეგულატორის სამართავი ღილაკის თითოეული აქტივაციისას დამატების ან გამოკლების ინტერვალებს.</ahelp>"
+#. :jkc
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Setting Indents, Margins, and Columns"
+msgstr ""
-#: 01170101.xhp#hd_id3146779.85.help.text
-msgid "Value step"
-msgstr "მნიშვნელობის ნაბიჯი"
+#. O6@\
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"bm_id3148668\n"
+"help.text"
+msgid "<bookmark_value>margins; setting with the mouse</bookmark_value><bookmark_value>columns; setting with the mouse</bookmark_value><bookmark_value>paragraphs; indents, margins and columns</bookmark_value>"
+msgstr ""
-#: 01170101.xhp#par_id3155096.86.help.text
-msgid "<ahelp hid=\"HID_PROP_VALUESTEP\" visibility=\"hidden\">Determines spin button intervals.</ahelp>You can preset the value intervals for numerical and currency spin buttons. Use the up and down arrows of the spin button to increase or decrease the value."
+#. 8[;=
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"hd_id3148668\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/13020000.xhp\" name=\"Setting Indents, Margins, and Columns\">Setting Indents, Margins, and Columns</link>"
msgstr ""
-#: 01170101.xhp#hd_id3145756.73.help.text
-msgid "List entries"
+#. .?do
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3155364\n"
+"2\n"
+"help.text"
+msgid "You can define the indents and margins for the current paragraph, or for all selected paragraphs, using the mouse."
msgstr ""
-#: 01170101.xhp#par_id3151300.120.help.text
-msgid "<ahelp hid=\"HID_PROP_STRINGITEMLIST\" visibility=\"hidden\">Defines the list entries visible in the document. Open this list and type your text. Use Shift+Enter for a new line. With list and combo boxes, you can define the list entries that will be visible in the document. Open the <emph>List entries</emph> field and type your text.</ahelp> Please note the <link href=\"text/shared/02/01170100.xhp\" name=\"tips\">tips</link> referring to the keyboard controls."
+#. /)a\
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3152594\n"
+"3\n"
+"help.text"
+msgid "If you split the page into columns, or the cursor is placed in a multiple-column text frame, you can change the column width and the column spacing by dragging them on the ruler with the mouse."
msgstr ""
-#: 01170101.xhp#par_id3152874.228.help.text
-msgid "The predefined default list entry is entered into the <emph>Default selection combo</emph> box."
+#. uQ8d
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3154398\n"
+"4\n"
+"help.text"
+msgid "When an object, an image, or a draw object is selected, you will see the borders of the object in the ruler. You can change the borders by dragging them on the ruler with the mouse."
msgstr ""
-#: 01170101.xhp#par_id3154610.186.help.text
-msgid "Note that the list entries entered here are only incorporated into the form if, on the <emph>Data</emph> tab under <emph>List Content Type</emph>, the option \"Value List\" is selected."
+#. \/OX
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3146130\n"
+"5\n"
+"help.text"
+msgid "If the cursor is placed in a table cell, you can change the indents for the contents of the cell by dragging them with the mouse on the ruler. You can change the boundary lines of the table on the ruler or by dragging the actual boundary line."
msgstr ""
-#: 01170101.xhp#par_id3154767.188.help.text
-msgid "If you do not want the list entries to be written to the database or transmitted to the recipient of the Web form, but rather assigned values that are not visible in the form, you can assign the list entries to other values in a value list. The value list is determined on the <link href=\"text/shared/02/01170102.xhp\" name=\"Data\"><emph>Data</emph></link> tab. Under <emph>Type of List Contents</emph>, select the option \"Value List\". Then enter the values under <emph>List Contents</emph> that are to be assigned to the corresponding visible list entries of the form. For the correct assignment, the order in the value list is relevant."
+#. onQk
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3156136\n"
+"help.text"
+msgid "<image id=\"img_id3153750\" src=\"res/helpimg/linleft.png\" width=\"0.1665inch\" height=\"0.2291inch\"><alt id=\"alt_id3153750\">Icon</alt></image>"
msgstr ""
-#: 01170101.xhp#par_id3150511.189.help.text
-msgid "For HTML documents, a list entry entered on the <emph>General</emph> tab corresponds to the HTML tag <OPTION>; an entry of the value list entered on the <emph>Data</emph> tab under <emph>List Contents</emph> corresponds to the <OPTION VALUE=...> tag."
+#. _V)l
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3150693\n"
+"6\n"
+"help.text"
+msgid "These icons mark the left indent for the first line of the current paragraph (top triangle) and the left indent for the other lines of the paragraph (bottom triangle)."
msgstr ""
-#: 01170101.xhp#hd_id3154290.121.help.text
-msgid "Date max"
+#. R0c^
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3150774\n"
+"help.text"
+msgid "<image id=\"img_id3145071\" src=\"res/helpimg/linright.png\" width=\"0.3646inch\" height=\"0.2602inch\"><alt id=\"alt_id3145071\">Icon</alt></image>"
msgstr ""
-#: 01170101.xhp#par_id3148637.122.help.text
-msgid "<ahelp hid=\"HID_PROP_DATEMAX\" visibility=\"hidden\">Determines a date which can not be exceeded by another value introduced by the user.</ahelp>Determines a date which can not be exceeded by another value introduced by the user."
+#. T17=
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3166460\n"
+"7\n"
+"help.text"
+msgid "This icon on the right of the ruler marks the right indent of the current paragraph."
msgstr ""
-#: 01170101.xhp#hd_id3149804.123.help.text
-msgid "Max text length"
+#. NOrK
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3146949\n"
+"8\n"
+"help.text"
+msgid "<emph>Task</emph>"
msgstr ""
-#: 01170101.xhp#par_id3150776.124.help.text
-msgid "<ahelp hid=\"HID_PROP_MAXTEXTLEN\" visibility=\"hidden\">Defines the maximum number of characters that the user can enter.</ahelp>For text and combo boxes, you can define the maximum number of characters that the user can enter. If this control field property is uncertain, the default setting will be zero."
+#. G\@:
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3153087\n"
+"9\n"
+"help.text"
+msgid "<emph>Procedure</emph>"
msgstr ""
-#: 01170101.xhp#par_id3153813.190.help.text
-msgid "If the control is linked to a database and the text length is to be accepted from the field definition of the database, you must not enter the text length here. The settings are only accepted from the database if the control property was not defined (\"Not Defined\" state)."
+#. !DIh
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3154143\n"
+"10\n"
+"help.text"
+msgid "Set left indent"
msgstr ""
-#: 01170101.xhp#hd_id3145599.125.help.text
-msgid "Value max"
+#. cc77
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3154307\n"
+"11\n"
+"help.text"
+msgid "Drag the bottom left mark to the right while pressing the mouse button"
msgstr ""
-#: 01170101.xhp#par_id3154733.126.help.text
-msgid "<ahelp hid=\"HID_PROP_EFFECTIVEMAX\" visibility=\"hidden\">Defines a value for the control field which can not be exceeded by another value introduced by the user.</ahelp>For numerical and currency fields, you can determine the maximum value that the user can enter."
+#. .Nx#
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3155449\n"
+"12\n"
+"help.text"
+msgid "Set left indent of first line"
msgstr ""
-#: 01170101.xhp#hd_id3154835.127.help.text
-msgid "Time max"
+#. Fim,
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3145673\n"
+"13\n"
+"help.text"
+msgid "Drag the top left mark to the right while pressing the mouse button"
msgstr ""
-#: 01170101.xhp#par_id3155762.128.help.text
-msgid "<ahelp hid=\"HID_PROP_TIMEMAX\" visibility=\"hidden\">Determines a time which can not be exceeded by another value introduced by the user.</ahelp>Determines a time which can not be exceeded by another value introduced by the user."
+#. h{%y
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3156156\n"
+"14\n"
+"help.text"
+msgid "Set right indent"
msgstr ""
-#: 01170101.xhp#hd_id3150416.129.help.text
-msgid "Multiselection"
+#. JI]V
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3153761\n"
+"15\n"
+"help.text"
+msgid "Drag the mark on the right to the left while pressing the mouse button"
msgstr ""
-#: 01170101.xhp#par_id3143275.130.help.text
-msgid "<ahelp hid=\"HID_PROP_MULTISELECTION\" visibility=\"hidden\">Allows you to select more than one item in a list box.</ahelp>Allows you to select more than one item in a list box."
+#. |~\j
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3154760\n"
+"16\n"
+"help.text"
+msgid "In order to change the left indent starting with the second line of a paragraph, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, click the triangle on the bottom left, and drag it to the right."
msgstr ""
-#: 01170101.xhp#bm_id4040955.help.text
-msgid "<bookmark_value>rich text control</bookmark_value> <bookmark_value>controls;rich text control</bookmark_value>"
+#. $m!L
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3148453\n"
+"17\n"
+"help.text"
+msgid "Tabs that have been set are not changed when indenting a paragraph. If the set tabs end up outside the margins of the paragraph, they are no longer displayed, but they still exist."
msgstr ""
-#: 01170101.xhp#hd_id3148527.21.help.text
-msgid "Text type"
+#. (.^I
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Mail & News"
msgstr ""
-#: 01170101.xhp#par_id3153724.22.help.text
-msgid "<ahelp hid=\"37933\">Allows you to use line breaks and formatting in a control field, such as a text box or label. To manually enter a line break, press the Enter key. Select \"Multi-line with formatting\" to enter formatted text.</ahelp>"
+#. xLCM
+#: 09070200.xhp
+#, fuzzy
+msgctxt ""
+"09070200.xhp\n"
+"hd_id3147102\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/09070200.xhp\" name=\"Mail News\">Mail & News</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
+
+#. \/pS
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"par_id3153049\n"
+"2\n"
+"help.text"
+msgid "On the <emph>Mail & News</emph> page in the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link> you can edit hyperlinks for e-mail or news addresses."
msgstr ""
-#: 01170101.xhp#par_idN113D2.help.text
-msgid "If you select the text type \"Multi-line with formatting\", you cannot bind this control to a database field."
+#. A0}k
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"hd_id3153528\n"
+"3\n"
+"help.text"
+msgid "Mail & News"
msgstr ""
-#: 01170101.xhp#par_idN11391.help.text
-msgid "This control is named \"Multiline input\" for a text column inside a table control."
+#. *`?D
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"hd_id3153748\n"
+"4\n"
+"help.text"
+msgid "E-mail"
+msgstr "ელ-ფოსტა"
+
+#. ZcxL
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"par_id3166460\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_HYPERLINK_MAIL_RB_LINKTYP_MAIL\">Assigns the specified e-mail address 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>E-mail</emph> field."
msgstr ""
-#: 01170101.xhp#par_idN114EF.help.text
-msgid "Word break"
+#. 3#jI
+#: 09070200.xhp
+#, fuzzy
+msgctxt ""
+"09070200.xhp\n"
+"hd_id3155628\n"
+"6\n"
+"help.text"
+msgid "News"
+msgstr "ახალი"
+
+#. `gnP
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"par_id3149955\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_HYPERLINK_MAIL_RB_LINKTYP_NEWS\">Assigns a news address to the hyperlink.</ahelp> Clicking the hyperlink in the document will open a new message document to the news group you entered in the <emph>Receiver</emph> field."
msgstr ""
-#: 01170101.xhp#par_idN11505.help.text
-msgid "<ahelp hid=\".\">Displays text on more than one line.</ahelp> Allows you to use line breaks in a text box, so that you can enter more than one line of text. To manually enter a line break, press the Enter key."
+#. +^A~
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"hd_id3149580\n"
+"8\n"
+"help.text"
+msgid "Receiver"
msgstr ""
-#: 01170101.xhp#par_idN11538.help.text
-msgid "Toggle"
+#. ?p|T
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"par_id3153665\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"HID_HYPERDLG_MAIL_PATH\">Specifies the full URL of the addressee, in the form mailto:name@provider.com or news:group.server.com.</ahelp> You can also use drag-and-drop."
msgstr ""
-#: 01170101.xhp#par_idN1154E.help.text
-msgid "<ahelp hid=\".\">Specifies if a Push Button behaves as a Toggle Button. If you set Toggle to \"Yes\", you can switch between the \"selected\" and \"not selected\" control states when you click the button or press the spacebar while the the control has the focus. A button in the \"selected\" state appears \"pressed in\".</ahelp>"
+#. \pJf
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"hd_id3143270\n"
+"14\n"
+"help.text"
+msgid "Data Sources"
msgstr ""
-#: 01170101.xhp#par_idN11558.help.text
-msgid "Take Focus on Click"
+#. WD/1
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"par_id3149514\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_IMAGEBUTTON_RID_SVXPAGE_HYPERLINK_MAIL_BTN_ADRESSBOOK\">Hides or shows the data source browser.</ahelp> Drag the receiver's <emph>E-mail</emph> data field from the data source browser into the <emph>Receiver</emph> text field."
msgstr ""
-#: 01170101.xhp#par_idN1156E.help.text
-msgid "<ahelp hid=\".\">If you set this option to \"Yes\", the Push Button receives the focus when you click the button.</ahelp>"
+#. (T;Z
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"hd_id3153332\n"
+"12\n"
+"help.text"
+msgid "Subject"
+msgstr "თემა"
+
+#. -pG$
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"par_id3153821\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_HYPERLINK_MAIL_ED_SUBJECT\">Specifies the subject that is inserted in the subject line of the new message document.</ahelp>"
msgstr ""
-#: 01170101.xhp#par_idN11578.help.text
-msgid "Hide selection"
+#. x2o_
+#: 24060000.xhp
+msgctxt ""
+"24060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Brightness"
msgstr ""
-#: 01170101.xhp#par_idN1158E.help.text
-msgid "<ahelp hid=\"37965\">Specifies whether a text selection on a control remains selected when a the focus is no longer on a control.</ahelp> If you set <emph>Hide selection</emph> to \"No\", the selected text remains selected when the focus is no longer on the control that contains the text."
+#. 7;bA
+#: 24060000.xhp
+#, fuzzy
+msgctxt ""
+"24060000.xhp\n"
+"hd_id3153514\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/24060000.xhp\" name=\"Brightness\">Brightness</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
+
+#. o.))
+#: 24060000.xhp
+msgctxt ""
+"24060000.xhp\n"
+"par_id3152821\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GrafLuminance\" visibility=\"visible\">Specifies the brightness for the selected graphic object.</ahelp> Values from -100% (only black) to +100% (only white) are possible."
msgstr ""
-#: 01170101.xhp#par_idN11598.help.text
-msgid "Style"
-msgstr "სტილი"
+#. f-L?
+#: 24060000.xhp
+msgctxt ""
+"24060000.xhp\n"
+"par_id3150808\n"
+"help.text"
+msgid "<image src=\"res/sc10863.png\" id=\"img_id3146130\"><alt id=\"alt_id3146130\">Icon</alt></image>"
+msgstr ""
-#: 01170101.xhp#par_idN115AE.help.text
-msgid "<ahelp hid=\"37966\">Specifies whether Check boxes and Option buttons are displayed in a 3D look (default) or a flat look.</ahelp>"
+#. cP17
+#: 24060000.xhp
+msgctxt ""
+"24060000.xhp\n"
+"par_id3154927\n"
+"3\n"
+"help.text"
+msgid "Brightness"
msgstr ""
-#: 01170101.xhp#par_idN115B8.help.text
-msgid "Border color"
+#. eV_K
+#: 07090000.xhp
+msgctxt ""
+"07090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Export Directly as PDF"
msgstr ""
-#: 01170101.xhp#par_idN115CE.help.text
-msgid "<ahelp hid=\"37967\">Specifies the border color for controls that have the Border property set to \"flat\".</ahelp>"
+#. {D^)
+#: 07090000.xhp
+msgctxt ""
+"07090000.xhp\n"
+"hd_id3146946\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/07090000.xhp\" name=\"Export Directly as PDF\">Export Directly as PDF</link>"
msgstr ""
-#: 01170101.xhp#par_idN115B7.help.text
-msgctxt "01170101.xhp#par_idN115B7.help.text"
-msgid "Symbol color"
+#. $1M+
+#: 07090000.xhp
+msgctxt ""
+"07090000.xhp\n"
+"par_id3085157\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ExportDirectToPDF\" visibility=\"visible\">Exports the current document directly as PDF. No settings dialog is shown.</ahelp>"
msgstr ""
-#: 01170101.xhp#par_idN115BB.help.text
-msgid "<ahelp hid=\".\">Specifies the color for symbols on controls, for example the arrows on a scrollbar.</ahelp>"
+#. 7!0z
+#: 09030000.xhp
+msgctxt ""
+"09030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hyperlink"
msgstr ""
-#: 01170101.xhp#hd_id3149314.131.help.text
-msgid "Date min"
+#. JO(c
+#: 09030000.xhp
+#, fuzzy
+msgctxt ""
+"09030000.xhp\n"
+"hd_id3154094\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/09030000.xhp\" name=\"Hyperlink\">Hyperlink</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
+
+#. OiXY
+#: 09030000.xhp
+msgctxt ""
+"09030000.xhp\n"
+"par_id3151100\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SetHyperlink\">Inserts a hyperlink from the current URL into your document.</ahelp> The <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link> address is taken from the entry in the <emph>Internet URLs </emph>combo box, and the name of the link is taken from the <emph>URL Name</emph> combo box."
msgstr ""
-#: 01170101.xhp#par_id3155755.132.help.text
-msgid "<ahelp hid=\"HID_PROP_DATEMIN\" visibility=\"hidden\">Determines the earliest date that a user can enter.</ahelp>Determines the earliest date that a user can enter."
+#. ?iEv
+#: 09030000.xhp
+msgctxt ""
+"09030000.xhp\n"
+"par_id3149760\n"
+"3\n"
+"help.text"
+msgid "You can insert the <link href=\"text/shared/00/00000002.xhp#hyperlink\" name=\"hyperlink\">hyperlink</link> as text or as a button. Click the arrow next to the <emph>Hyperlink</emph> icon, then select <emph>As text</emph> or <emph>As button </emph>from the menu. The hyperlink is then inserted at the current cursor location."
msgstr ""
-#: 01170101.xhp#hd_id3152866.133.help.text
-msgid "Value min"
+#. S*Rs
+#: 09030000.xhp
+msgctxt ""
+"09030000.xhp\n"
+"par_id3145345\n"
+"help.text"
+msgid "<image id=\"img_id3156426\" src=\"cmd/sc_chainframes.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156426\">Icon</alt></image>"
msgstr ""
-#: 01170101.xhp#par_id3147505.134.help.text
-msgid "<ahelp hid=\"HID_PROP_EFFECTIVEMIN\" visibility=\"hidden\">You can determine here a value for the control field to prevent the user from entering a smaller value.</ahelp>For numerical and currency fields you can determine a minimum value to prevent the user from entering a smaller value."
+#. ,oON
+#: 09030000.xhp
+msgctxt ""
+"09030000.xhp\n"
+"par_id3154824\n"
+"4\n"
+"help.text"
+msgid "Hyperlink"
msgstr ""
-#: 01170101.xhp#hd_id3153298.135.help.text
-msgid "Time min"
+#. kG^P
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Find Record"
+msgstr "ჩანაწერის ძებნა"
+
+#. nL+P
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"bm_id3146936\n"
+"help.text"
+msgid "<bookmark_value>tables in databases; searching</bookmark_value> <bookmark_value>forms; browsing</bookmark_value> <bookmark_value>records; searching in databases</bookmark_value> <bookmark_value>searching; databases</bookmark_value> <bookmark_value>databases; searching records</bookmark_value>"
msgstr ""
-#: 01170101.xhp#par_id3148831.136.help.text
-msgid "<ahelp hid=\"HID_PROP_TIMEMIN\" visibility=\"hidden\">Determines the minimum time that a user can enter.</ahelp>Determines the minimum time that a user can enter."
+#. }z@D
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3146936\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"datensatzsuche\"><link href=\"text/shared/02/12100200.xhp\" name=\"Find Record\">Find Record</link></variable>"
msgstr ""
-#: 01170101.xhp#hd_id3155746.137.help.text
-msgid "Decimal accuracy"
+#. 9C[_
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3147588\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"suchentext\"><ahelp hid=\".uno:RecSearch\" visibility=\"hidden\">Searches database tables and forms.</ahelp> In forms or database tables, you can search through data fields, list boxes, and check boxes for specific values. </variable>"
msgstr ""
-#: 01170101.xhp#par_id3146096.138.help.text
-msgid "<ahelp hid=\"HID_PROP_DECIMAL_ACCURACY\" visibility=\"hidden\">Determines the number of digits displayed to the right of the decimal point.</ahelp>With numerical and currency fields you can determine the number of digits displayed to the right of the decimal point."
+#. ]X(u
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3149355\n"
+"3\n"
+"help.text"
+msgid "When searching a table, the data fields of the current table are searched. When searching in a form, the data fields of the table linked with the form are searched."
msgstr ""
-#: 01170101.xhp#hd_id3151340.9.help.text
-msgctxt "01170101.xhp#hd_id3151340.9.help.text"
-msgid "Name"
+#. 0c%,
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153394\n"
+"111\n"
+"help.text"
+msgid "The search described here is carried out by <item type=\"productname\">%PRODUCTNAME</item>. If you want to use the SQL server to search in a database, then you should use the <link href=\"text/shared/02/12110000.xhp\" name=\"Form-based Filters\">Form-based Filters</link> icon on the <link href=\"text/shared/main0213.xhp\" name=\"Form Bar\">Form Bar</link>."
msgstr ""
-#: 01170101.xhp#par_id3149819.10.help.text
-msgid "<ahelp hid=\"HID_PROP_NAME\" visibility=\"hidden\">On the <emph>Properties</emph> tab page, this option specifies the name for the control field. On the <emph>Form Properties </emph>tab page, this option specifies the name for the form.</ahelp>Each control field and each form has a <emph>Name </emph>property through which it can be identified. The name will appear in the <link href=\"text/shared/02/01170600.xhp\" name=\"Form Navigator\">Form Navigator</link> and, using the name, the control field can be referred to from a macro. The default settings already specify a name which is constructed from using the field's label and number."
+#. S4!(
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3149095\n"
+"110\n"
+"help.text"
+msgid "The search function is also available for table controls. When calling the search function from a table control, you can search each column of the table control corresponding to the database columns of the linked database table."
msgstr ""
-#: 01170101.xhp#par_id3153025.191.help.text
-msgid "If you work with macros, make sure that the names of the controls are unique."
+#. P-Id
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3143267\n"
+"112\n"
+"help.text"
+msgid "Search for"
+msgstr "ძიება"
+
+#. c408
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153527\n"
+"113\n"
+"help.text"
+msgid "Specifies the type of search."
msgstr ""
-#: 01170101.xhp#bm_id3146325.help.text
-msgid "<bookmark_value>controls; grouping</bookmark_value> <bookmark_value>groups;of controls</bookmark_value> <bookmark_value>forms; grouping controls</bookmark_value>"
+#. 9cw!
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3153683\n"
+"6\n"
+"help.text"
+msgid "Text:"
msgstr ""
-#: 01170101.xhp#par_id3146325.192.help.text
-msgid "The name is also used to group different controls that belong together functionally, such as radio buttons. To do so, give the same name to all members of the group: controls with identical names form a group. Grouped controls can be represented visually by using a <link href=\"text/shared/02/01170000.xhp\" name=\"Group Box\">Group Box</link>."
+#. %XJp
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3154823\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXDLG_SEARCHFORM_RB_SEARCHFORTEXT\">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 ""
-#: 01170101.xhp#hd_id3149720.197.help.text
-msgctxt "01170101.xhp#hd_id3149720.197.help.text"
-msgid "Navigation bar"
+#. R_4_
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3148539\n"
+"8\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 ""
-#: 01170101.xhp#par_id3149918.198.help.text
-msgid "<ahelp hid=\"HID_PROP_NAVIGATIONBAR\" visibility=\"hidden\">Specifies whether to display the navigation bar on the lower border of the table control.</ahelp>Specifies whether to display the navigation bar on the lower border of table controls."
+#. TW%O
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3153662\n"
+"114\n"
+"help.text"
+msgid "Field content is NULL"
msgstr ""
-#: 01170101.xhp#hd_id3158426.42.help.text
-msgid "Read-only"
+#. 5A12
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153543\n"
+"115\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXDLG_SEARCHFORM_RB_SEARCHFORNULL\">Specifies that fields will be found that contain no data.</ahelp>"
msgstr ""
-#: 01170101.xhp#par_id3153215.43.help.text
-msgid "<ahelp hid=\"HID_PROP_READONLY\" visibility=\"hidden\">Determines if the control is read-only (Yes) or if it can be edited (No).</ahelp>The<emph> Read-only </emph>property can be assigned to all controls in which the user can enter text. If you assign the read-only property to an image field which uses graphics from a database, the user will not be able to insert new graphics into the database."
+#. 2A2;
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3153717\n"
+"116\n"
+"help.text"
+msgid "Field content is not NULL"
msgstr ""
-#: 01170101.xhp#hd_id3148912.139.help.text
-msgid "Border"
+#. ?VM[
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3143270\n"
+"117\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXDLG_SEARCHFORM_RB_SEARCHFORNOTNULL\">Specifies that fields will be found that contain data.</ahelp>"
msgstr ""
-#: 01170101.xhp#par_id3145637.140.help.text
-msgid "<ahelp hid=\"HID_PROP_BORDER\" visibility=\"hidden\">Determines if the field's border should be displayed \"Without frame\", with a \"3-D look\" or \"Flat\".</ahelp>With control fields that have a frame, you can determine the border display on the form using the <emph>Border </emph>property. You can select among the \"Without frame\", \"3-D look\" or \"Flat\" options."
+#. F(GG
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3156153\n"
+"9\n"
+"help.text"
+msgid "Where to search"
msgstr ""
-#: 01170101.xhp#hd_id3149266.44.help.text
-msgctxt "01170101.xhp#hd_id3149266.44.help.text"
-msgid "Tab order"
+#. FBy1
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3149164\n"
+"10\n"
+"help.text"
+msgid "Specifies the fields for the search."
msgstr ""
-#: 01170101.xhp#par_id3147483.45.help.text
-msgid "<ahelp hid=\"HID_PROP_TABINDEX\">The <emph>Tab order</emph> property determines the order in which the controls are focused in the form when you press the Tab key.</ahelp> In a form that contains more than one control, the focus moves to the next control when you press the Tab key. You can specify the order in which the focus changes with an index under <emph>Tab order</emph>."
+#. XIsf
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3154564\n"
+"105\n"
+"help.text"
+msgid "Form"
msgstr ""
-#: 01170101.xhp#par_id3156207.193.help.text
-msgid "The <emph>Tab order</emph> property is not available to <link href=\"text/shared/02/01170600.xhp\" name=\"Hidden Controls\">Hidden Controls</link>. If you want, you can also set this property for image buttons and image controls, so that you can select these controls with the Tab key."
+#. 8]6B
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3159176\n"
+"106\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXDLG_SEARCHFORM_LB_FORM\">Specifies the logical form in which you want the search to take place.</ahelp>"
msgstr ""
-#: 01170101.xhp#par_id3150378.46.help.text
-msgid "When creating a form, an index is automatically assigned to the control fields that are added to this form; every control field added is assigned an index increased by 1. If you change the index of a control, the indices of the other controls are updated automatically. Elements that cannot be focused (Tabstop = No) are also assigned a value. However, these controls are skipped when using the Tab key."
+#. qJ`\
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3155434\n"
+"107\n"
+"help.text"
+msgid "The<emph> Form </emph>combo box is only visible if the current document is a form document with more than one logical form. It does not appear during a search in tables or queries."
msgstr ""
-#: 01170101.xhp#par_id3150640.47.help.text
-msgid "You can also easily define the indices of the different controls in the <link href=\"text/shared/02/01170300.xhp\" name=\"Tab Order\"><emph>Tab Order</emph></link> dialog."
+#. Es*{
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3151384\n"
+"108\n"
+"help.text"
+msgid "Form documents may contain multiple logical forms. These are individual form components, which are each linked to a table."
msgstr ""
-#: 01170101.xhp#hd_id0509200912114423.help.text
-msgid "Mouse wheel scroll"
+#. YP%V
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3145086\n"
+"109\n"
+"help.text"
+msgid "The <emph>Form</emph> combo box contains the names of all logical forms for which controls exist."
msgstr ""
-#: 01170101.xhp#par_id0509200912114566.help.text
-msgid "<ahelp hid=\".\">Sets whether the value changes when the user scrolls a mouse wheel. Never: No change of the value. When focused: (default) The value changes when the control has the focus and the wheel is pointing at the control and gets scrolled. Always: The value changes when the wheel is pointing at the control and gets scrolled, no matter which control has the focus.</ahelp>"
+#. S[\q
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3159414\n"
+"11\n"
+"help.text"
+msgid "All Fields"
msgstr ""
-#: 01170101.xhp#hd_id3154049.34.help.text
-msgid "Default status"
+#. :]LO
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153896\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCH_ALLFIELDS\">Searches through all fields.</ahelp> If you are running a search in a table, all fields in the table will be searched. If you are running a search in a form, all fields of the logical form (entered under <emph>Form</emph>) will be searched. If you are running a search in a table control field, all columns that are linked to a valid database table field will be searched."
msgstr ""
-#: 01170101.xhp#par_id3150837.35.help.text
-msgid "<ahelp hid=\"HID_PROP_DEFAULT_CHECKED\">Specifies whether an option or a check box is selected by default.</ahelp>"
+#. R~Xz
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3151054\n"
+"13\n"
+"help.text"
+msgid "Note that the fields of the current logical form do not have to be identical to the fields of the form document. If the form document contains fields that point to multiple data sources (that is, multiple logical forms), the <emph>All Fields</emph> option will only search for the fields linked to data sources in the form document."
msgstr ""
-#: 01170101.xhp#par_id3149242.201.help.text
-msgid "For a reset type button, you can define the status of the control if the reset button is activated by the user."
+#. df+^
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3150865\n"
+"15\n"
+"help.text"
+msgid "Single field"
msgstr ""
-#: 01170101.xhp#par_id3156266.202.help.text
-msgid "For grouped option fields, the status of the group corresponding to the default setting is defined by the <emph>Default Status</emph> property."
+#. jNIg
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153360\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXDLG_SEARCHFORM_RB_SINGLEFIELD\">Searches through a specified data field.</ahelp>"
msgstr ""
-#: 01170101.xhp#hd_id3156150.36.help.text
-msgid "Default selection"
+#. ,XK*
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3154365\n"
+"17\n"
+"help.text"
+msgid "Settings"
+msgstr "პარამეტრები"
+
+#. Cct2
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3158408\n"
+"18\n"
+"help.text"
+msgid "Defines settings to control the search."
msgstr ""
-#: 01170101.xhp#par_id3148730.37.help.text
-msgid "<ahelp hid=\"HID_PROP_DEFAULT_SELECT_SEQ\" visibility=\"hidden\">Specifies the list box entry to mark as the default entry.</ahelp>Specifies the list box entry to mark as the default entry."
+#. KQPe
+#: 12100200.xhp
+#, fuzzy
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3149809\n"
+"19\n"
+"help.text"
+msgid "Position"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nმდებარეობა\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nPosition"
+
+#. PK4?
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3148673\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCH_POSITION\">Specifies the relationship of the search term and the field contents.</ahelp> The following options are available:"
msgstr ""
-#: 01170101.xhp#par_id3150028.203.help.text
-msgid "For a Reset type button, the<emph> Default selection</emph> entry defines the status of the list box if the reset button is activated by the user."
+#. Rejn
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3156280\n"
+"21\n"
+"help.text"
+msgid "anywhere in the field"
msgstr ""
-#: 01170101.xhp#par_id919217.help.text
-msgid "For a List box that contains a value list, you can click the <emph>...</emph> button to open the <emph>Default selection</emph> dialog."
+#. 1Z+O
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3145744\n"
+"22\n"
+"help.text"
+msgid "Returns all fields containing the search pattern anywhere in the field."
msgstr ""
-#: 01170101.xhp#par_id50050.help.text
-msgid "In the <emph>Default selection</emph> dialog, select the entries that you want to mark as selected when you open the form that contains the list box."
+#. [u$8
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3148451\n"
+"23\n"
+"help.text"
+msgid "beginning of field"
msgstr ""
-#: 01170101.xhp#hd_id3150460.38.help.text
-msgid "Default value"
+#. mSp[
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3155429\n"
+"24\n"
+"help.text"
+msgid "Returns all fields containing the search pattern at the beginning of the field."
msgstr ""
-#: 01170101.xhp#par_id3154222.39.help.text
-msgid "<ahelp hid=\"HID_PROP_EFFECTIVEDEFAULT\">Sets the default value for the control field.</ahelp> For example, the default value will be entered when a form is opened."
+#. tNiT
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3155131\n"
+"74\n"
+"help.text"
+msgid "end of field"
msgstr ""
-#: 01170101.xhp#par_id3150740.199.help.text
-msgid "For a Reset type button, the<emph> Default value entry </emph>defines the status of the control if the reset button is activated by the user."
+#. 3NC3
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153726\n"
+"75\n"
+"help.text"
+msgid "Returns all fields containing the search pattern at the end of the field."
msgstr ""
-#: 01170101.xhp#par_idN11B70.help.text
-msgctxt "01170101.xhp#par_idN11B70.help.text"
-msgid "Default scroll value"
+#. E@9/
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3147317\n"
+"25\n"
+"help.text"
+msgid "entire field"
msgstr ""
-#: 01170101.xhp#par_idN11B74.help.text
-msgid "<ahelp hid=\"HID_PROP_DEFAULT_SCROLLVALUE\">Sets the default value for the scrollbar.</ahelp>"
+#. k\Xc
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3154127\n"
+"26\n"
+"help.text"
+msgid "Returns all fields containing the search pattern as an exact match to the contents of the field."
msgstr ""
-#: 01170101.xhp#hd_id3155440.252.help.text
-msgid "Scroll value max."
-msgstr "გადაადგილების ზოლის მნიშვნელობის მაქსიმუმი"
+#. @roR
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3152886\n"
+"27\n"
+"help.text"
+msgid "If the <emph>Wildcard expression</emph> check box is marked, this function is not available."
+msgstr ""
-#: 01170101.xhp#par_id3148877.251.help.text
-msgid "<ahelp hid=\"HID_PROP_SCROLLVALUE_MAX\">Specify the maximum value of a scrollbar control.</ahelp>"
+#. ;_/T
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3149664\n"
+"28\n"
+"help.text"
+msgid "Apply field format"
msgstr ""
-#: 01170101.xhp#par_idN111E4.help.text
-msgid "Scroll value min."
-msgstr "გადაადგილების ზოლის მნიშვნელობის მინიმუმი"
+#. jR$L
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3146975\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCH_FORMATTER\">Specifies that all field formats are considered when searching in the current document.</ahelp> Field formats are all visible formats that are created using the following possibilities:"
+msgstr ""
-#: 01170101.xhp#par_idN111E8.help.text
-msgid "<ahelp hid=\"HID_PROP_SCROLLVALUE_MIN\">Specify the minimum value of a scrollbar control.</ahelp>"
+#. I_n(
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3150103\n"
+"78\n"
+"help.text"
+msgid "in table design mode for field properties,"
msgstr ""
-#: 01170101.xhp#par_idN11B51.help.text
-msgctxt "01170101.xhp#par_idN11B51.help.text"
-msgid "Small change"
+#. cfYm
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3150488\n"
+"79\n"
+"help.text"
+msgid "in data source view on column formatting,"
msgstr ""
-#: 01170101.xhp#par_idN11B55.help.text
-msgid "<ahelp hid=\".\">Specify the value to add or subtract when the user clicks the arrow icon on the scrollbar.</ahelp>"
+#. \FBG
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3152941\n"
+"80\n"
+"help.text"
+msgid "in forms on control properties."
msgstr ""
-#: 01170101.xhp#par_idN11B6F.help.text
-msgctxt "01170101.xhp#par_idN11B6F.help.text"
-msgid "Large change"
+#. G9;3
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3156736\n"
+"81\n"
+"help.text"
+msgid "If the <emph>Apply field format</emph> box is marked, the data source view of the table or form is searched using the formatting set there. If the box is not marked, the database is searched using the formatting saved in the database."
msgstr ""
-#: 01170101.xhp#par_idN11B73.help.text
-msgid "<ahelp hid=\".\">Specify the value to add or subtract when the user clicks next to the slider on the scrollbar.</ahelp>"
+#. o4[e
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3151280\n"
+"82\n"
+"help.text"
+msgid "Example:"
+msgstr "მაგალითი:"
+
+#. d?:v
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3149959\n"
+"83\n"
+"help.text"
+msgid "You have a date field, which is saved in \"DD.MM.YY\" format in the database (for example, 17.02.65). The format of the entry is changed in the data source view to \"DD MMM YYYY\" (17 Feb 1965). Following this example, a record containing February 17 is only found when the <emph>Apply field format</emph> option is on:"
msgstr ""
-#: 01170101.xhp#hd_id7215491.help.text
-msgid "Default time"
+#. \Q!O
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3150593\n"
+"84\n"
+"help.text"
+msgid "Apply field format"
msgstr ""
-#: 01170101.xhp#par_id2299874.help.text
-msgid "<ahelp hid=\".\">Sets the default time.</ahelp>"
+#. =-0(
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3145253\n"
+"85\n"
+"help.text"
+msgid "Search pattern"
msgstr ""
-#: 01170101.xhp#hd_id1727347.help.text
-msgid "Default date"
+#. AuhG
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3083279\n"
+"86\n"
+"help.text"
+msgid "on"
msgstr ""
-#: 01170101.xhp#par_id2545548.help.text
-msgid "<ahelp hid=\".\">Sets the default date.</ahelp>"
+#. A.91
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3155850\n"
+"87\n"
+"help.text"
+msgid "\"Feb\" is returned, but not \"2\"."
msgstr ""
-#: 01170101.xhp#hd_id9207434.help.text
-msgid "Default text"
+#. \[D$
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3148590\n"
+"88\n"
+"help.text"
+msgid "off"
msgstr ""
-#: 01170101.xhp#par_id4563127.help.text
-msgid "<ahelp hid=\".\">Sets the default text for a text box or a combo box.</ahelp>"
+#. upZj
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153418\n"
+"89\n"
+"help.text"
+msgid "\"2\" is returned, but not \"Feb\"."
msgstr ""
-#: 01170101.xhp#hd_id3145206.144.help.text
-msgid "Default button"
+#. RhiX
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3151321\n"
+"90\n"
+"help.text"
+msgid "It is recommended that you always search using field formatting."
msgstr ""
-#: 01170101.xhp#par_id3154681.145.help.text
-msgid "<ahelp hid=\"HID_PROP_DEFAULT_BUTTON\" visibility=\"hidden\">The<emph> Default button</emph> property specifies that the corresponding button will be operated when you press the Return key.</ahelp>The<emph> Default button</emph> property specifies that the corresponding button will be operated when you press the Return key. If you open the dialog or form and do not carry out any further action, the button with this property is the default button."
+#. t#NB
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3149401\n"
+"91\n"
+"help.text"
+msgid "The following examples show possible issues when searching without field formatting. These issues depend on the database used and only occur for certain internal default formatting:"
msgstr ""
-#: 01170101.xhp#par_id3149750.175.help.text
-msgid "This property should be assigned only to a single button within the document."
+#. q9]N
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3152971\n"
+"92\n"
+"help.text"
+msgid "Search results"
msgstr ""
-#: 01170101.xhp#par_id3150931.177.help.text
-msgid "When using Web page forms, you might come across this property in search masks. These are edit masks that contain a text field and a Submit type button. The search term is entered in the text field and the search is started by activating the button. If the button is defined as the default button, however, simply hit Enter after entering the search term in order to start the search."
+#. Xpe0
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3154273\n"
+"93\n"
+"help.text"
+msgid "Cause"
msgstr ""
-#: 01170101.xhp#hd_id3153389.221.help.text
-msgid "Prefix symbol"
+#. g?t`
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153836\n"
+"94\n"
+"help.text"
+msgid "\"5\" returns \"14:00:00\" as a time"
msgstr ""
-#: 01170101.xhp#par_id3150271.222.help.text
-msgid "<ahelp hid=\"HID_PROP_CURRSYM_POSITION\">Determines if the currency symbol is displayed before or after the number when using currency fields.</ahelp> The default setting is currency symbols are not prefixed."
+#. XQ[]
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3156332\n"
+"95\n"
+"help.text"
+msgid "Time fields are not defined for dBASE databases and must be simulated. To internally display the time \"14:00:00\", a 5 is necessary."
msgstr ""
-#: 01170101.xhp#hd_id3154548.48.help.text
-msgid "Tabstop"
+#. .^#U
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3157965\n"
+"96\n"
+"help.text"
+msgid "\"00:00:00\" returns all records of a standard date field"
msgstr ""
-#: 01170101.xhp#par_id3155361.49.help.text
-msgid "<ahelp hid=\"HID_PROP_TABSTOP\">The <emph>Tabstop </emph>property determines if a control field can be selected with the tab key.</ahelp> The following options are available:"
+#. k#X^
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3146081\n"
+"97\n"
+"help.text"
+msgid "The database stores a date value internally using a combined date/time field."
msgstr ""
-#: 01170101.xhp#par_id3148627.52.help.text
-msgid "No"
-msgstr "არა"
+#. C7AS
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3155764\n"
+"98\n"
+"help.text"
+msgid "\"45.79\" does not return \"45.79\" although the <emph>entire field</emph> option is selected under <emph>Position</emph>."
+msgstr ""
-#: 01170101.xhp#par_id3161673.53.help.text
-msgid "When using the tab key, focusing skips the control."
+#. Z0j-
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3155518\n"
+"99\n"
+"help.text"
+msgid "The view shown does not match what is stored internally. For example, if value 45.789 is stored in the database as a field of type Number/Double and the shown formatting is set to display only two decimals, \"45.79\" is only returned in searches with field formatting."
msgstr ""
-#: 01170101.xhp#par_id3159323.50.help.text
-msgid "Yes"
-msgstr "დიახ"
+#. .B\Y
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3148481\n"
+"100\n"
+"help.text"
+msgid "In this case, standard formatting is formatting that refers to the internally stored data. It is not always visible to the user, especially if it is used for simulating data types (for example, time fields in dBASE databases). This depends on the database used and the individual data type. Searching with field formatting is appropriate if you only want to find what is actually shown. This includes fields of type Date, Time, Date/Time and Number/Double."
+msgstr ""
-#: 01170101.xhp#par_id3148584.51.help.text
-msgid "The control can be selected with the Tab key."
+#. hQ*2
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3154507\n"
+"31\n"
+"help.text"
+msgid "However, searching without <emph>Apply field format </emph>is appropriate for larger databases with no formatting issues, because it is faster."
msgstr ""
-#: 01170101.xhp#hd_id3146909.147.help.text
-msgid "Thousands separator"
+#. *eEl
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153355\n"
+"118\n"
+"help.text"
+msgid "If you are searching the values of check boxes, and <emph>Apply field format</emph> is on, then you will receive a \"1\" for marked check boxes, a \"0\" for unmarked check boxes, and an empty string for undefined (tristate) check boxes. If the search has been carried out with <emph>Apply field format</emph> set to off, you will see the language-dependent default values \"TRUE\" or \"FALSE\"."
msgstr ""
-#: 01170101.xhp#par_id3154936.148.help.text
-msgid "<ahelp hid=\"HID_PROP_SHOWTHOUSANDSEP\" visibility=\"hidden\">Inserts a thousands separator.</ahelp>With numerical and currency fields you can determine whether thousands separators are used."
+#. OAbP
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3150995\n"
+"119\n"
+"help.text"
+msgid "If you use <emph>Apply field format</emph> when searching in list boxes, you find the text displayed in list boxes. If you do not use <emph>Apply field format,</emph> you will find the contents corresponding to the standard field format."
msgstr ""
-#: 01170101.xhp#hd_id3156256.7.help.text
-msgid "Label"
+#. tPgU
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3150387\n"
+"32\n"
+"help.text"
+msgid "Match case"
+msgstr "რეგისტრის გათვალისწინება"
+
+#. +LVR
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3159267\n"
+"33\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCH_CASE\">Specifies that upper and lower case are taken into consideration during the search.</ahelp>"
msgstr ""
-#: 01170101.xhp#par_id3156432.8.help.text
-msgid "<ahelp hid=\"HID_PROP_LABEL\" visibility=\"hidden\">The Label property sets the label of the control field that is displayed in the form.</ahelp>The Label property sets the label of the control field that is displayed in the form. This property determines the visible label or the column header of the data field in table control forms."
+#. 21K.
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3145297\n"
+"34\n"
+"help.text"
+msgid "Search backwards"
msgstr ""
-#: 01170101.xhp#par_id3154568.54.help.text
-msgid "When you create a new control, the description predefined in the <emph>Name</emph> property is used as the default for labeling the control. The label consists of the control field name and an integer numbering the control (for example, CommandButton1). With the <emph>Title</emph> property, you can assign another description to the control so that the label reflects the function of the control. Change this entry in order to assign an expressive label to the control that is visible to the user."
+#. ^1IX
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3151249\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCH_BACKWARD\">Specifies that the search process will run in reverse direction, from the last to the first record.</ahelp>"
msgstr ""
-#: 01170101.xhp#bm_id3163820.help.text
-msgid "<bookmark_value>multi-line titles in forms</bookmark_value> <bookmark_value>names; multi-line titles</bookmark_value> <bookmark_value>controls; multi-line titles</bookmark_value>"
+#. H#;v
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3152484\n"
+"36\n"
+"help.text"
+msgid "From top / From bottom"
msgstr ""
-#: 01170101.xhp#par_id3163820.223.help.text
-msgid "To create a multi-line title, open the combo box using the arrow button. You can enter a line break by pressing Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter."
+#. 9$Z4
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3156316\n"
+"37\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCH_STARTOVER\">Restarts the search. A forward search restarts with the first record. A backwards search restarts with the last record.</ahelp>"
msgstr ""
-#: 01170101.xhp#par_id3159407.55.help.text
-msgid "The <emph>Title</emph> property is only used for labeling a form element in the interface visible to the user. If you work with macros, note that at runtime, a control is always addressed through the <emph>Name</emph> property."
+#. /9??
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3163724\n"
+"38\n"
+"help.text"
+msgid "Wildcard expression"
msgstr ""
-#: 01170101.xhp#hd_id3150293.56.help.text
-msgctxt "01170101.xhp#hd_id3150293.56.help.text"
-msgid "URL"
+#. w8rP
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3149255\n"
+"64\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCH_WILDCARD\" visibility=\"hidden\">Allows a search with a * or ? wildcard.</ahelp> You can use the following wildcards:"
msgstr ""
-#: 01170101.xhp#par_id3154358.57.help.text
-msgid "<ahelp hid=\"HID_PROP_TARGET_URL\" visibility=\"hidden\">Specifies the URL address that opens when you click an \"Open document / web page\" button.</ahelp>Enter the URL address for a Open document or web page button type in the <emph>URL</emph> box. The address opens when you click the button."
+#. s_sY
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3146317\n"
+"39\n"
+"help.text"
+msgid "Wildcards"
msgstr ""
-#: 01170101.xhp#par_id3146074.211.help.text
-msgid "If you move the mouse over the button in User mode, the URL appears as the extended tip, provided that no other Help text was entered."
+#. x;`Y
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3150298\n"
+"40\n"
+"help.text"
+msgid "Meaning"
msgstr ""
-#: 01170101.xhp#hd_id3147134.149.help.text
-msgid "Currency symbol"
+#. P.9R
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153919\n"
+"41\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითად"
+
+#. C%le
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3158411\n"
+"42\n"
+"help.text"
+msgid "?"
msgstr ""
-#: 01170101.xhp#par_id3145160.150.help.text
-msgid "<ahelp hid=\"HID_PROP_CURRENCYSYMBOL\" visibility=\"hidden\">You can enter a character or a string for the currency symbol.</ahelp>In a currency field, you can pre-define the currency symbol by entering the character or string in the <emph>Currency symbol</emph> property."
+#. ?Po|
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3148874\n"
+"43\n"
+"help.text"
+msgid "for exactly one arbitrary character"
msgstr ""
-#: 01170101.xhp#hd_id3144444.154.help.text
-msgctxt "01170101.xhp#hd_id3144444.154.help.text"
-msgid "Value"
+#. Hg?i
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3150365\n"
+"44\n"
+"help.text"
+msgid "\"?loppy\" returns \"Floppy\""
msgstr ""
-#: 01170101.xhp#par_id3152417.155.help.text
-msgid "<ahelp hid=\"HID_PROP_HIDDEN_VALUE\" visibility=\"hidden\">You can enter the data that is inherited by the hidden control.</ahelp>In a <link href=\"text/shared/02/01170600.xhp\" name=\"hidden control\">hidden control</link>, under <emph>Value</emph>, you can enter the data which is inherited by the hidden control. This data will be transferred when sending the form."
+#. $3-a
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3166426\n"
+"65\n"
+"help.text"
+msgid "\"M?ller\" returns, for example, Miller and Moller"
msgstr ""
-#: 01170101.xhp#hd_id3157315.156.help.text
-msgid "Password characters"
+#. o;v7
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3148803\n"
+"45\n"
+"help.text"
+msgid "*"
msgstr ""
-#: 01170101.xhp#par_id3155323.157.help.text
-msgid "<ahelp hid=\"HID_PROP_ECHO_CHAR\" visibility=\"hidden\">If the text box is used as a password input, enter the ASCII-code of the display character. This character is displayed instead of the characters typed by the user for the password.</ahelp>If the user enters a password, you can determine the characters that will be displayed instead of the characters typed by the user. Under <emph>Password character</emph>, enter the ASCII code of the desired character. You can use the values from 0 to 255."
+#. 6zP^
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3156138\n"
+"46\n"
+"help.text"
+msgid "for 0 or more arbitrary characters"
msgstr ""
-#: 01170101.xhp#par_id3152493.158.help.text
-msgid "The characters and their ASCII codes can be seen in the <emph>Special Characters</emph> dialog (Insert - Special Character)."
+#. $Qjd
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3146135\n"
+"47\n"
+"help.text"
+msgid "\"*-*\" returns \"ZIP-Drive\" and \"CD-ROM\""
msgstr ""
-#: 01170101.xhp#hd_id3157884.159.help.text
-msgid "Literal mask"
+#. lH^3
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3155582\n"
+"66\n"
+"help.text"
+msgid "\"M*er\" returns all entries starting with an \"M\" and ending in \"er\" (for example, Miller, Moller, Mather)"
msgstr ""
-#: 01170101.xhp#par_id3157557.160.help.text
-msgid "<ahelp hid=\"HID_PROP_LITERALMASK\" visibility=\"hidden\">Defines the literal mask. The literal mask contains the initial values and is always visible after downloading a form.</ahelp>With masked fields you can specify a literal mask. A literal mask contains the initial values of a form, and is always visible after downloading a form. Using a character code for the Edit mask, you can determine the entries that the user can type into the masked field."
+#. Sbg-
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3145762\n"
+"48\n"
+"help.text"
+msgid "If you want to search for the actual characters ? or *, preface them with a backslash: \"\\?\" or \"\\*\". However, this is only necessary when <emph>Wildcard expression</emph> is enabled. When the option is not enabled, the wildcard characters are processed like normal characters."
msgstr ""
-#: 01170101.xhp#par_id3148513.161.help.text
-msgid "The length of the literal mask should always correspond to the length of the edit mask. If this is not the case, the edit mask is either cut off or filled with blanks up to the length of the edit mask."
+#. \q@/
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3147130\n"
+"49\n"
+"help.text"
+msgid "Regular expression"
+msgstr "რეგულარული გამოსახულება"
+
+#. ){2,
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3150982\n"
+"50\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCH_REGULAR\">Searches with regular expressions.</ahelp> The same regular expressions that are supported here are also supported in the <item type=\"productname\">%PRODUCTNAME</item> <link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace dialog\">Find & Replace dialog</link>."
msgstr ""
-#: 01170101.xhp#hd_id3146762.5.help.text
-msgid "Font"
-msgstr "შრიფტი"
+#. Z3tJ
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3154718\n"
+"67\n"
+"help.text"
+msgid "Searching with regular expressions offers more options than searching with wildcard expressions. If you search with regular expressions, the following characters correspond to those used in searches with wildcards:"
+msgstr ""
-#: 01170101.xhp#par_id3151037.6.help.text
-msgid "<ahelp hid=\"HID_PROP_FONT\" visibility=\"hidden\">Select the font for the text that is in the control field.</ahelp>For control fields which have visible text or titles, select the display font that you want to use. To open the <link href=\"text/shared/01/05020100.xhp\" name=\"Font\"><emph>Font</emph></link> dialog, click the <emph>...</emph> button. The selected font is used in control fields names and to display data in table control fields."
+#. 4t%?
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153705\n"
+"68\n"
+"help.text"
+msgid "Search with wildcard expression"
msgstr ""
-#: 01170101.xhp#hd_id3156734.162.help.text
-msgid "Row height"
+#. fmph
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3149209\n"
+"69\n"
+"help.text"
+msgid "Search with regular expressions"
msgstr ""
-#: 01170101.xhp#par_id3160455.163.help.text
-msgid "<ahelp hid=\"HID_PROP_ROWHEIGHT\" visibility=\"hidden\">Specifies the row height of a table control field.</ahelp>In table controls, enter a value for the row height. If you want, you can enter a value followed by valid measurement unit, for example, 2 cm."
+#. ;2M!
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3151045\n"
+"70\n"
+"help.text"
+msgid "?"
msgstr ""
-#: 01170101.xhp#par_idN11FB6.help.text
-msgid "Text lines end with"
+#. 5oIU
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3150384\n"
+"71\n"
+"help.text"
+msgid "."
+msgstr "."
+
+#. Ra]c
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153793\n"
+"72\n"
+"help.text"
+msgid "*"
msgstr ""
-#: 01170101.xhp#par_idN11FBA.help.text
-msgid "<ahelp hid=\".\">For text fields, select the line end code to be used when writing text into a database column.</ahelp>"
+#. )caD
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3150428\n"
+"73\n"
+"help.text"
+msgid ".*"
msgstr ""
-#: 01170101.xhp#hd_id3160477.168.help.text
-msgid "Time format"
+#. EYuc
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3150861\n"
+"101\n"
+"help.text"
+msgid "State"
+msgstr "შტატი"
+
+#. )Ss!
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3154477\n"
+"102\n"
+"help.text"
+msgid "The <emph>State</emph> line shows the records returned by the search. If the search reaches the end (or the beginning) of a table, the search is automatically continued at the other end."
msgstr ""
-#: 01170101.xhp#par_id3145187.169.help.text
-msgid "<ahelp hid=\"HID_PROP_TIMEFORMAT\" visibility=\"hidden\">You can define the desired format for the time display.</ahelp>You can define the desired format for the time display."
+#. %q=h
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3163720\n"
+"103\n"
+"help.text"
+msgid "In very large databases, finding the record in reverse search order can take some time. In this case, the status bar informs you that the records are still being counted."
msgstr ""
-#: 01170101.xhp#hd_id3158195.170.help.text
-msgctxt "01170101.xhp#hd_id3158195.170.help.text"
-msgid "Help text"
+#. A`G|
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3147389\n"
+"51\n"
+"help.text"
+msgid "Search / Cancel"
msgstr ""
-#: 01170101.xhp#par_id3146823.171.help.text
-msgid "<ahelp hid=\"HID_PROP_TAG\" visibility=\"hidden\">Specifies additional information or a descriptive text for the control field.</ahelp>In each control field you can specify additional information or a descriptive text for the control field. This property helps the programmer to save additional information that can be used in the program code. This field can be used, for example, for variables or other evaluation parameters."
+#. 9[Eg
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3154368\n"
+"52\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCH_BTN_SEARCH\" visibility=\"hidden\">Starts or cancels the search.</ahelp> If the search is successfully completed, the corresponding field in the table is highlighted. You can continue the search by clicking the <emph>Search</emph> button again. You can cancel a search process by clicking the <emph>Cancel</emph> button."
msgstr ""
-#: 01170101.xhp#hd_id3157828.232.help.text
-msgid "Formatting"
-msgstr "ფორმატირება"
+#. P1;P
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3145080\n"
+"53\n"
+"help.text"
+msgid "Close"
+msgstr ""
-#: 01170101.xhp#par_id3146843.233.help.text
-msgid "<ahelp hid=\"HID_PROP_FORMATKEY\">Specifies the format code for the control. Click the <emph>...</emph> button to select the format code.</ahelp>"
+#. l.Dc
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3156166\n"
+"54\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCH_BTN_CLOSE\">Closes the dialog. The settings of the last search will be saved until you quit <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
msgstr ""
-#: 01170101.xhp#par_idN122C4.help.text
-msgid "Scale"
-msgstr "მასშტაბირება"
+#. VE3\
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3151183\n"
+"104\n"
+"help.text"
+msgid "If several tables or forms are open, you can set different search options for each document. When you close the documents only the search options of the document last closed are saved."
+msgstr ""
-#: 01170101.xhp#par_idN122C8.help.text
-msgid "<ahelp hid=\"HID_PROP_SCALEIMAGE\">Resizes the image to fit the size of the control.</ahelp>"
+#. YEF+
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Refresh"
msgstr ""
-#: 01170101.xhp#par_idN1209F.help.text
-msgid "Acting on a record"
+#. fw0B
+#: 12050000.xhp
+#, fuzzy
+msgctxt ""
+"12050000.xhp\n"
+"hd_id3154926\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12050000.xhp\" name=\"Refresh\">Refresh</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
+
+#. Y`pW
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"par_id3156183\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Refresh\">Refreshes the displayed data.</ahelp> In a multi-user environment, refreshing the data ensures that it remains current."
msgstr ""
-#: 01170101.xhp#par_idN120B1.help.text
-msgid "<ahelp hid=\"37930\">Specifies to show or hide the action items in a selected Navigation Bar control.</ahelp> Action items are the following: Save record, Undo, New record, Delete record, Refresh."
+#. Ti^*
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"par_id3147261\n"
+"help.text"
+msgid "<image id=\"img_id3153910\" src=\"cmd/sc_reload.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153910\">Icon</alt></image>"
msgstr ""
-#: 01170101.xhp#par_idN120BE.help.text
-msgid "Positioning"
+#. ,4+c
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"par_id3145090\n"
+"3\n"
+"help.text"
+msgid "Refresh"
msgstr ""
-#: 01170101.xhp#par_idN120D9.help.text
-msgid "<ahelp hid=\"37928\">Specifies to show or hide the positioning items in a selected Navigation Bar control.</ahelp> Positioning items are the following: Record label, Record position, Record count label, Record count."
+#. ydZ9
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"par_id3145345\n"
+"4\n"
+"help.text"
+msgid "Click the arrow next to the <emph>Refresh </emph>icon to open a submenu with the following commands:"
msgstr ""
-#: 01170101.xhp#par_idN120D7.help.text
-#, fuzzy
-msgid "Navigation"
-msgstr "ნავიგატორი"
+#. yJDd
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"par_id3156426\n"
+"5\n"
+"help.text"
+msgid "<emph>Refresh</emph> - Displays the refreshed contents of the database table."
+msgstr ""
-#: 01170101.xhp#par_idN120DB.help.text
-msgid "<ahelp hid=\"37929\">Specifies to show or hide the navigation items in a selected Navigation Bar control.</ahelp> Navigation items are the following: First record, Previous record, Next record, Last record."
+#. 3PIA
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"par_id3147088\n"
+"6\n"
+"help.text"
+msgid "<emph>Rebuild</emph> - <ahelp hid=\"HID_BROWSER_REFRESH_REBUILDVIEW\">Rebuilds the view of the database table. Use this command when you have changed the structure of the table.</ahelp>"
msgstr ""
-#: 01170101.xhp#par_idN12156.help.text
-msgid "Filtering / Sorting"
+#. RP=m
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Graphic Filter Bar"
msgstr ""
-#: 01170101.xhp#par_idN1215A.help.text
-msgid "<ahelp hid=\"37931\">Specifies to show or hide the filtering and sorting items in a selected Navigation Bar control.</ahelp> Filtering and sorting items are the following: Sort ascending, Sort descending, Sort, Automatic filter, Default filter, Apply filter, Remove filter/sort."
+#. Fn`t
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3151299\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/24010000.xhp\" name=\"Graphic Filter Bar\">Graphic Filter Bar</link>"
msgstr ""
-#: 01170101.xhp#par_idN12175.help.text
-msgid "Icon Size"
+#. $]e2
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3156183\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterToolbox\">This icon on the <emph>Picture</emph> bar opens the <emph>Graphic Filter</emph> bar, where you can use various filters on the selected picture.</ahelp>"
msgstr ""
-#: 01170101.xhp#par_idN12179.help.text
-msgid "<ahelp hid=\"37927\">Specifies whether the icons in a selected Navigation Bar should be small or large.</ahelp>"
+#. %U*h
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3154673\n"
+"help.text"
+msgid "<image id=\"img_id3152924\" src=\"cmd/sc_graphicfiltertoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152924\">Icon</alt></image>"
msgstr ""
-#: 01170101.xhp#hd_id0409200920593864.help.text
-msgid "Visible"
-msgstr "ხილული"
+#. ?klZ
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3155805\n"
+"3\n"
+"help.text"
+msgid "Filter"
+msgstr ""
-#: 01170101.xhp#par_id0409200920593851.help.text
-msgid "<ahelp hid=\".\">Defines whether the control will be visible in live mode. In design mode, the control is always visible.</ahelp>"
+#. ~.$?
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3155535\n"
+"help.text"
+msgid "Invert"
msgstr ""
-#: 01170101.xhp#par_id0409200921154683.help.text
-msgid "Note that if this property is set to \"Yes\" (the default), this does not necessarily mean the control will really appear on the screen. Additional constraints are applied when calculating a control's effective visibility. For instance, a control placed in a hidden section in Writer will never be visible at all, until at least the section itself becomes visible."
+#. -H+Q
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3145345\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterInvert\">Inverts the color values of a color image, or the brightness values of a grayscale image. Apply the filter again to revert the effect.</ahelp>"
msgstr ""
-#: 01170101.xhp#par_id0409200921154691.help.text
-msgid "If the property is set to \"No\", then the control will always be hidden in live mode."
+#. 6OV-
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3153681\n"
+"help.text"
+msgid "<image id=\"img_id3145313\" src=\"cmd/sc_graphicfilterinvert.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145313\">Icon</alt></image>"
msgstr ""
-#: 01170101.xhp#par_id0409200921154614.help.text
-msgid "Older OpenOffice.org versions up to 3.1 will silently ignore this property when reading documents which make use of it."
+#. PB(,
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3147275\n"
+"6\n"
+"help.text"
+msgid "Invert"
msgstr ""
-#: 01170101.xhp#par_idN12314.help.text
-msgid "Visible size"
-msgstr "ხილული ზომა"
+#. #T]W
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3153541\n"
+"help.text"
+msgid "Smooth"
+msgstr ""
-#: 01170101.xhp#par_idN12318.help.text
-msgid "<ahelp hid=\".\">Specifies the size of scrollbar thumb in \"value units\". A value of (\"Scroll value max.\" minus \"Scroll value min.\" ) / 2 would result in a thumb which occupies half of the background area.</ahelp>"
+#. Hq4J
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3159399\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterSmooth\">Softens or blurs the image by applying a low pass filter.</ahelp>"
msgstr ""
-#: 01170101.xhp#par_idN12375.help.text
-msgid "If set to 0, then the thumb's width will equal its height."
+#. G6eb
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3149514\n"
+"help.text"
+msgid "<image id=\"img_id3154285\" src=\"cmd/sc_graphicfiltersmooth.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154285\">Icon</alt></image>"
msgstr ""
-#: 01170101.xhp#par_idN12332.help.text
-msgctxt "01170101.xhp#par_idN12332.help.text"
-msgid "Orientation"
+#. OC0!
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3148492\n"
+"9\n"
+"help.text"
+msgid "Smooth"
msgstr ""
-#: 01170101.xhp#par_idN12336.help.text
-msgid "<ahelp hid=\".\">Specifies the horizontal or vertical orientation for a scrollbar or spin button.</ahelp>"
+#. S8n@
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3156329\n"
+"help.text"
+msgid "Sharpen"
msgstr ""
-#: 03120000.xhp#tit.help.text
-msgctxt "03120000.xhp#tit.help.text"
-msgid "Decrease Spacing"
+#. hUtg
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3153760\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterSharpen\">Sharpens the image by applying a high pass filter.</ahelp>"
msgstr ""
-#: 03120000.xhp#hd_id3155934.1.help.text
-msgid "<link href=\"text/shared/02/03120000.xhp\" name=\"Decrease Spacing\">Decrease Spacing</link>"
+#. QT|H
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3153480\n"
+"help.text"
+msgid "<image id=\"img_id3156023\" src=\"cmd/sc_graphicfiltersharpen.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156023\">Icon</alt></image>"
msgstr ""
-#: 03120000.xhp#par_id3147143.2.help.text
-msgid "<ahelp hid=\".uno:ParaspaceDecrease\">Click the<emph> Decrease Spacing </emph>icon to decrease the paragraph spacing above the selected paragraph.</ahelp>"
+#. lg`v
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3147265\n"
+"12\n"
+"help.text"
+msgid "Sharpen"
msgstr ""
-#: 03120000.xhp#par_id3155555.help.text
-msgid "<image id=\"img_id3147834\" src=\"cmd/sc_paraspacedecrease.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147834\">Icon</alt></image>"
+#. TGGR
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3148946\n"
+"help.text"
+msgid "Remove Noise"
msgstr ""
-#: 03120000.xhp#par_id3145211.3.help.text
-msgctxt "03120000.xhp#par_id3145211.3.help.text"
-msgid "Decrease Spacing"
+#. gT`|
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3150866\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterRemoveNoise\">Removes noise by applying a median filter.</ahelp>"
msgstr ""
-#: 03120000.xhp#par_id3156410.4.help.text
-msgctxt "03120000.xhp#par_id3156410.4.help.text"
-msgid "You can make additional adjustments to the spacing by selecting <link href=\"text/shared/01/05030100.xhp\" name=\"Format - Paragraph - Indents & Spacing\"><emph>Format - Paragraph - Indents & Spacing</emph></link>"
+#. ;PcY
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3154938\n"
+"help.text"
+msgid "<image id=\"img_id3153797\" src=\"cmd/sc_graphicfilterremovenoise.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153797\">Icon</alt></image>"
msgstr ""
-#: 09030000.xhp#tit.help.text
-msgctxt "09030000.xhp#tit.help.text"
-msgid "Hyperlink"
+#. }w%+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3149810\n"
+"15\n"
+"help.text"
+msgid "Remove Noise"
msgstr ""
-#: 09030000.xhp#hd_id3154094.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/09030000.xhp\" name=\"Hyperlink\">Hyperlink</link>"
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
+#. bTeK
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3144760\n"
+"help.text"
+msgid "Solarization"
+msgstr ""
-#: 09030000.xhp#par_id3151100.2.help.text
-msgid "<ahelp hid=\".uno:SetHyperlink\">Inserts a hyperlink from the current URL into your document.</ahelp> The <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link> address is taken from the entry in the <emph>Internet URLs </emph>combo box, and the name of the link is taken from the <emph>URL Name</emph> combo box."
+#. 25~o
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3159150\n"
+"74\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterSolarize\">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.</ahelp>"
msgstr ""
-#: 09030000.xhp#par_id3149760.3.help.text
-msgid "You can insert the <link href=\"text/shared/00/00000002.xhp#hyperlink\" name=\"hyperlink\">hyperlink</link> as text or as a button. Click the arrow next to the <emph>Hyperlink</emph> icon, then select <emph>As text</emph> or <emph>As button </emph>from the menu. The hyperlink is then inserted at the current cursor location."
+#. =%0/
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3148453\n"
+"help.text"
+msgid "<image id=\"img_id3154329\" src=\"cmd/sc_graphicfiltersolarize.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154329\">Icon</alt></image>"
msgstr ""
-#: 09030000.xhp#par_id3145345.help.text
-msgid "<image id=\"img_id3156426\" src=\"cmd/sc_chainframes.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156426\">Icon</alt></image>"
+#. j#0f
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3150439\n"
+"75\n"
+"help.text"
+msgid "Solarization"
msgstr ""
-#: 09030000.xhp#par_id3154824.4.help.text
-msgctxt "09030000.xhp#par_id3154824.4.help.text"
-msgid "Hyperlink"
+#. BV]U
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3145785\n"
+"76\n"
+"help.text"
+msgid "Parameters"
+msgstr "პარამეტრები"
+
+#. v%KY
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3147352\n"
+"77\n"
+"help.text"
+msgid "Specifies the degree and type of solarization."
msgstr ""
-#: 14030000.xhp#tit.help.text
-msgctxt "14030000.xhp#tit.help.text"
-msgid "Run SQL command directly"
+#. U3{a
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3153370\n"
+"78\n"
+"help.text"
+msgid "Threshold Value"
msgstr ""
-#: 14030000.xhp#hd_id3151100.1.help.text
-msgid "<link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\">Run SQL command directly</link>"
+#. zZH5
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3083443\n"
+"79\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVX_GRFFILTER_DLG_SOLARIZE_DLG_FILTERSOLARIZE_MTR_THRESHOLD\">Specifies the degree of brightness, in percent, above which the pixels are to be solarized.</ahelp>"
msgstr ""
-#: 14030000.xhp#par_id3155364.2.help.text
-msgid "<ahelp hid=\".uno:SbaNativeSql\">In Native SQL mode you can enter SQL commands that are not interpreted by $[officename], but are instead passed directly to the data source.</ahelp> If you do not display these changes in the design view, you cannot change back to the design view."
+#. ,7ZY
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3152596\n"
+"80\n"
+"help.text"
+msgid "Invert"
msgstr ""
-#: 14030000.xhp#par_id3149999.5.help.text
-msgid "For native SQL, the SQL string is forwarded directly to the connected database system without a previous evaluation by $[officename]. For example, if you access a database through an ODBC interface, the SQL string is passed to the ODBC driver and processed by it."
+#. Y$a^
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3146921\n"
+"81\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVX_GRFFILTER_DLG_SOLARIZE_DLG_FILTERSOLARIZE_CBX_INVERT\">Specifies to also invert all pixels.</ahelp>"
msgstr ""
-#: 14030000.xhp#par_id3145136.help.text
-msgid "<image id=\"img_id3147226\" src=\"cmd/sc_sbanativesql.png\"><alt id=\"alt_id3147226\">Icon</alt></image>"
+#. R9)+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3150875\n"
+"help.text"
+msgid "Aging"
msgstr ""
-#: 14030000.xhp#par_id3155893.4.help.text
-msgctxt "14030000.xhp#par_id3155893.4.help.text"
-msgid "Run SQL command directly"
+#. qo,h
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3163712\n"
+"83\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterSepia\">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.</ahelp>"
msgstr ""
-#: 14030000.xhp#par_id3155535.3.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\">New Query Design</link> are synchronized with the permitted changes through SQL."
+#. G#.9
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3153139\n"
+"help.text"
+msgid "<image id=\"img_id3159196\" src=\"cmd/sc_graphicfiltersepia.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159196\">Icon</alt></image>"
msgstr ""
-#: 01230000.xhp#tit.help.text
-msgctxt "01230000.xhp#tit.help.text"
-msgid "Styles and Formatting"
+#. R#6(
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3145365\n"
+"72\n"
+"help.text"
+msgid "Aging"
msgstr ""
-#: 01230000.xhp#hd_id3154228.1.help.text
-msgid "<link href=\"text/shared/02/01230000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link>"
+#. uXpW
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3156443\n"
+"84\n"
+"help.text"
+msgid "Aging Degree"
msgstr ""
-#: 01230000.xhp#par_id3144436.2.help.text
-msgid "<ahelp hid=\".uno:DesignerDialog\">Specifies whether to show or hide the Styles and Formatting window, which is where you can assign and organize Styles.</ahelp>"
+#. `/SR
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3155411\n"
+"85\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVX_GRFFILTER_DLG_SEPIA_DLG_FILTERSEPIA_MTR_SEPIA\">Defines the intensity of aging, in percent. At 0% you see the gray values of all pixels. At 100% only the red color channel remains.</ahelp>"
msgstr ""
-#: 01230000.xhp#par_id3153894.4.help.text
-msgid "Each $[officename] application has its own Styles and Formatting 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>."
+#. K\hA
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3146119\n"
+"help.text"
+msgid "Posterize"
msgstr ""
-#: 01230000.xhp#par_id3143267.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>"
+#. ]wu/
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3147396\n"
+"87\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterPoster\">Opens a dialog to determine the number of poster colors.</ahelp> This effect is based on the reduction of the number of colors. It makes photos look like paintings."
msgstr ""
-#: 01230000.xhp#par_id3154750.3.help.text
-msgctxt "01230000.xhp#par_id3154750.3.help.text"
-msgid "Styles and Formatting"
+#. G}_4
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3155851\n"
+"help.text"
+msgid "<image id=\"img_id3150658\" src=\"cmd/sc_graphicfilterposter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150658\">Icon</alt></image>"
msgstr ""
-#: 07070200.xhp#tit.help.text
-msgid "Save Record"
-msgstr "ჩანაწერის შენახვა"
+#. @KvZ
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3156284\n"
+"88\n"
+"help.text"
+msgid "Posterize"
+msgstr ""
-#: 07070200.xhp#hd_id3147588.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/07070200.xhp\" name=\"Save Record\">Save Record</link>"
-msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
+#. 5pz0
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3156736\n"
+"89\n"
+"help.text"
+msgid "Poster Colors"
+msgstr ""
-#: 07070200.xhp#bm_id3163829.help.text
-msgid "<bookmark_value>records; saving</bookmark_value>"
+#. `kxf
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3151280\n"
+"90\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_NUMERICFIELD_RID_SVX_GRFFILTER_DLG_POSTER_DLG_FILTERPOSTER_NUM_POSTER\">Specifies the number of colors to which the image is to be reduced.</ahelp>"
msgstr ""
-#: 07070200.xhp#par_id3163829.2.help.text
-msgid "<ahelp hid=\".\">Saves the current database table record.</ahelp> The<emph> Save Record </emph>icon is found on the <link href=\"text/shared/main0212.xhp\" name=\"Database Bar\">Table Data bar</link>"
+#. K(Sg
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3144767\n"
+"help.text"
+msgid "Pop Art"
msgstr ""
-#: 07070200.xhp#par_id3152372.3.help.text
-msgid "Changes to the contents of a record are automatically saved as soon as you select another record. To save changes without selecting another record, click the <emph>Save Record</emph> icon."
+#. awa(
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3153512\n"
+"92\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterPopart\">Converts an image to a pop-art format.</ahelp>"
msgstr ""
-#: 12090000.xhp#tit.help.text
-msgctxt "12090000.xhp#tit.help.text"
-msgid "Standard Filter"
+#. MWr4
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3148495\n"
+"help.text"
+msgid "<image id=\"img_id3156437\" src=\"cmd/sc_graphicfilterpopart.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156437\">Icon</alt></image>"
msgstr ""
-#: 12090000.xhp#bm_id3109850.help.text
-msgid "<bookmark_value>default filters, see standard filters</bookmark_value> <bookmark_value>databases; standard filters</bookmark_value> <bookmark_value>standard filters;databases</bookmark_value>"
+#. p-6l
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3151207\n"
+"93\n"
+"help.text"
+msgid "Pop Art"
msgstr ""
-#: 12090000.xhp#hd_id3109850.1.help.text
-msgid "<link href=\"text/shared/02/12090000.xhp\" name=\"Standard Filter\">Standard Filter</link>"
+#. 91DR
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3153003\n"
+"help.text"
+msgid "Charcoal Sketch"
msgstr ""
-#: 12090000.xhp#par_id3143281.2.help.text
-msgid "<variable id=\"standardfilter\"><ahelp hid=\".uno:FilterCrit\">Allows you to set the filtering options.</ahelp></variable>"
+#. Tt^,
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3152971\n"
+"96\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterSobel\">Displays the image as a charcoal sketch. The contours of the image are drawn in black, and the original colors are suppressed.</ahelp>"
msgstr ""
-#: 12090000.xhp#par_id3149549.8.help.text
-msgid "Use the <emph>Standard Filter</emph> to refine and to combine <emph>AutoFilter </emph>search options."
+#. Dg}q
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3150327\n"
+"help.text"
+msgid "<image id=\"img_id3154636\" src=\"cmd/sc_graphicfiltersobel.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154636\">Icon</alt></image>"
msgstr ""
-#: 12090000.xhp#par_id3152801.help.text
-msgid "<image id=\"img_id3147291\" src=\"cmd/sc_formfiltered.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147291\">Icon</alt></image>"
+#. o4qF
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3163825\n"
+"97\n"
+"help.text"
+msgid "Charcoal Sketch"
msgstr ""
-#: 12090000.xhp#par_id3149183.3.help.text
-msgctxt "12090000.xhp#par_id3149183.3.help.text"
-msgid "Standard Filter"
+#. 9Cuj
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3154360\n"
+"help.text"
+msgid "Relief"
msgstr ""
-#: 12090000.xhp#par_id3143267.6.help.text
-msgid "$[officename] saves the current filter settings for the next time that you open this dialog."
+#. TZD)
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3153714\n"
+"120\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterRelief\">Displays a dialog for creating reliefs.</ahelp> You can choose the position of the imaginary light source that determines the type of shadow created, and how the graphic image looks in relief."
msgstr ""
-#: 12090000.xhp#par_id3156410.7.help.text
-msgid "To remove the current filter, click <link href=\"text/shared/02/12040000.xhp\" name=\"Remove Filter/Sorting\"><emph>Remove Filter/Sorting</emph></link> icon."
+#. VH[4
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3154756\n"
+"help.text"
+msgid "<image id=\"img_id3154256\" src=\"cmd/sc_graphicfilterrelief.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154256\">Icon</alt></image>"
msgstr ""
-#: 12090000.xhp#par_id3152996.help.text
-#, fuzzy
-msgctxt "12090000.xhp#par_id3152996.help.text"
-msgid "<link href=\"text/shared/02/12030000.xhp\" name=\"AutoFilter\">AutoFilter</link>"
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
+#. \XNm
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3150043\n"
+"100\n"
+"help.text"
+msgid "Relief"
+msgstr ""
-#: 02160000.xhp#tit.help.text
-msgctxt "02160000.xhp#tit.help.text"
-msgid "Highlighting"
+#. 2B)2
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3166447\n"
+"101\n"
+"help.text"
+msgid "Light Source"
msgstr ""
-#: 02160000.xhp#hd_id3109850.1.help.text
-msgid "<link href=\"text/shared/02/02160000.xhp\" name=\"Highlighting\">Highlighting</link>"
+#. qd-E
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3145295\n"
+"102\n"
+"help.text"
+msgid "Specifies the light source position. A dot represents the light source."
msgstr ""
-#: 02160000.xhp#par_id3154927.2.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>Highlighting</emph> icon, select the text that you want to highlight, and then click the <emph>Highlighting</emph> icon again. To change the highlight color, click the arrow next to the <emph>Highlighting</emph> icon, and then click the color that you want.</ahelp></variable>"
+#. yw)[
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3146919\n"
+"help.text"
+msgid "Mosaic"
msgstr ""
-#: 02160000.xhp#par_id3152551.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>"
+#. =VHW
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3163807\n"
+"104\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterMosaic\">Joins small groups of pixels into rectangular areas of the same color.</ahelp> The larger the individual rectangles are, the fewer details the graphic image has."
msgstr ""
-#: 02160000.xhp#par_id3147210.6.help.text
-msgctxt "02160000.xhp#par_id3147210.6.help.text"
-msgid "Highlighting"
+#. |Z38
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3146316\n"
+"help.text"
+msgid "<image id=\"img_id3155939\" src=\"cmd/sc_graphicfiltermosaic.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155939\">Icon</alt></image>"
msgstr ""
-#: 02160000.xhp#par_id3166460.7.help.text
-msgid "To Apply Highlighting"
+#. ]AK@
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3155901\n"
+"105\n"
+"help.text"
+msgid "Mosaic"
msgstr ""
-#: 02160000.xhp#par_idN1072B.help.text
-msgid "On the <emph>Formatting</emph> bar, click the <emph>Highlighting</emph> icon."
+#. bX!p
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3153922\n"
+"106\n"
+"help.text"
+msgid "Element resolution"
msgstr ""
-#: 02160000.xhp#par_idN10736.help.text
-msgid "To change the highlighting color, click the arrow next to the <emph>Highlighting</emph> icon, and then click the color that you want."
+#. (9@Z
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3150646\n"
+"107\n"
+"help.text"
+msgid "Determines the number of pixels to be joined into rectangles."
msgstr ""
-#: 02160000.xhp#par_idN1073E.help.text
-msgid "Select the text that you want to highlight."
+#. }$.z
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3159336\n"
+"108\n"
+"help.text"
+msgid "Width"
msgstr ""
-#: 02160000.xhp#par_idN10743.help.text
-msgid "To apply highlighting to a single word, double-click the word."
+#. pI*Z
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3150939\n"
+"109\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVX_GRFFILTER_DLG_MOSAIC_DLG_FILTERMOSAIC_MTR_WIDTH\">Defines the width of the individual tiles.</ahelp>"
msgstr ""
-#: 02160000.xhp#par_idN10757.help.text
-msgid "To turn off highlighting, press Esc."
+#. .T\3
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3150827\n"
+"110\n"
+"help.text"
+msgid "Height"
msgstr ""
-#: 02160000.xhp#par_idN1075A.help.text
-msgid "To Remove Highlighting"
+#. XNjO
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3149735\n"
+"111\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVX_GRFFILTER_DLG_MOSAIC_DLG_FILTERMOSAIC_MTR_HEIGHT\">Defines the height of the individual tiles.</ahelp>"
msgstr ""
-#: 02160000.xhp#par_idN10760.help.text
-msgid "Select the highlighted text."
+#. hmSM
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3157972\n"
+"121\n"
+"help.text"
+msgid "Enhance edges"
msgstr ""
-#: 02160000.xhp#par_id3149784.5.help.text
-msgid "On the <emph>Formatting</emph> bar, click the arrow next to the <emph>Highlighting</emph> icon, and then click <emph>No Fill</emph>."
+#. ibWD
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3151216\n"
+"122\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVX_GRFFILTER_DLG_MOSAIC_DLG_FILTERMOSAIC_CBX_EDGES\">Enhances, or sharpens, the edges of the object.</ahelp>"
msgstr ""
-#: 09010000.xhp#tit.help.text
-msgid "URL Name"
+#. -i8M
+#: 12070300.xhp
+msgctxt ""
+"12070300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Text"
msgstr ""
-#: 09010000.xhp#hd_id3147588.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/09010000.xhp\" name=\"URL Name\">URL Name</link>"
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
+#. kqZ?
+#: 12070300.xhp
+msgctxt ""
+"12070300.xhp\n"
+"hd_id3154873\n"
+"1\n"
+"help.text"
+msgid "Text"
+msgstr ""
-#: 09010000.xhp#par_id3150476.2.help.text
-msgid "<ahelp hid=\"HID_OFA_HYPERLINK_NAME\">Assigns a name to an Internet URL or file.</ahelp> You can also enter search criteria for an Internet search site."
+#. I]^O
+#: 12070300.xhp
+msgctxt ""
+"12070300.xhp\n"
+"bm_id3143284\n"
+"help.text"
+msgid "<bookmark_value>database contents; inserting as text</bookmark_value>"
msgstr ""
-#: 09010000.xhp#par_id3153539.3.help.text
-msgid "Possible search syntax is as follows:"
+#. yAG;
+#: 12070300.xhp
+msgctxt ""
+"12070300.xhp\n"
+"par_id3143284\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:DLG_AP_INSERT_DB_SEL:RB_AS_TEXT\" visibility=\"hidden\">Inserts data selected from the data source browser into the document as text.</ahelp> If you select the <emph>Text</emph> option in the <emph>Insert Database Columns</emph> dialog, the content of the data selected in the data source browser is inserted into the document as text. In the dialog, you can decide which database fields or columns are transferred, and how the text is formatted."
msgstr ""
-#: 09010000.xhp#par_id3154673.6.help.text
-msgid "\"Suite+Office\""
+#. kgQ7
+#: 12070300.xhp
+msgctxt ""
+"12070300.xhp\n"
+"par_id3154289\n"
+"4\n"
+"help.text"
+msgid "If several records are selected when you choose the <emph>Data to Text</emph> function, the mail merge fields will be inserted according to the number of records."
msgstr ""
-#: 09010000.xhp#par_id3148548.7.help.text
-msgid "Finds all pages that contain the words \"Suite\" AND \"Office\" at any position."
+#. mbxX
+#: 12070300.xhp
+msgctxt ""
+"12070300.xhp\n"
+"hd_id3155392\n"
+"2\n"
+"help.text"
+msgid "Text"
msgstr ""
-#: 09010000.xhp#par_id3155805.8.help.text
-msgid "\"Suite,Office\""
+#. *Wt}
+#: 12070300.xhp
+msgctxt ""
+"12070300.xhp\n"
+"par_id3143267\n"
+"5\n"
+"help.text"
+msgid "In the <emph>Text</emph> area, use the arrow button to select the database table columns into which you want to insert field contents."
msgstr ""
-#: 09010000.xhp#par_id3147008.9.help.text
-msgid "Finds all pages that contain \"Suite\" OR \"Office\"."
+#. 56,H
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Increase Spacing"
msgstr ""
-#: 09010000.xhp#par_id3156410.10.help.text
-msgid "Suite Office"
+#. d=Zl
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"hd_id3154873\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/03110000.xhp\" name=\"Increase Spacing\">Increase Spacing</link>"
msgstr ""
-#: 09010000.xhp#par_id3153346.11.help.text
-msgid "Finds all pages that contain the specified text. Search text without quotation marks will be sent directly to the specified search engine in the Internet. In most cases, a search engine combines a string of words with \"OR,\" and finds pages in which at least one of the words appear."
+#. 7f,5
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"par_id3156211\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ParaspaceIncrease\">Click the<emph> Increase Spacing </emph>icon to increase the paragraph spacing above the selected paragraph.</ahelp>"
msgstr ""
-#: 09010000.xhp#par_id3150669.12.help.text
-msgid "Not all Internet <link href=\"text/shared/00/00000002.xhp#suchmaschine\" name=\"search engines\">search engines</link> support all logical combinations. It is recommended to use only one of the three options for linking search terms."
+#. [Q^*
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"par_id3150178\n"
+"help.text"
+msgid "<image id=\"img_id3152425\" src=\"cmd/sc_paraspaceincrease.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152425\">Icon</alt></image>"
+msgstr ""
+
+#. UlR[
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"par_id3156411\n"
+"3\n"
+"help.text"
+msgid "Increase Spacing"
+msgstr ""
+
+#. V(nD
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"par_id3155391\n"
+"4\n"
+"help.text"
+msgid "You can make additional adjustments to the spacing by selecting <link href=\"text/shared/01/05030100.xhp\" name=\"Format - Paragraph - Indents & Spacing\"><emph>Format - Paragraph - Indents & Spacing</emph></link>"
msgstr ""
-#: 01170000.xhp#tit.help.text
-msgctxt "01170000.xhp#tit.help.text"
+#. U%Uc
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"tit\n"
+"help.text"
msgid "Form Controls"
msgstr ""
-#: 01170000.xhp#bm_id3154142.help.text
+#. TJ~!
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"bm_id3154142\n"
+"help.text"
msgid "<bookmark_value>form controls;toolbars</bookmark_value><bookmark_value>inserting; form fields</bookmark_value><bookmark_value>form fields</bookmark_value><bookmark_value>command button creation</bookmark_value><bookmark_value>buttons; form functions</bookmark_value><bookmark_value>controls; inserting</bookmark_value><bookmark_value>push buttons;creating</bookmark_value><bookmark_value>radio button creation</bookmark_value><bookmark_value>check box creation</bookmark_value><bookmark_value>labels; form functions</bookmark_value><bookmark_value>fixed text; form functions</bookmark_value><bookmark_value>text boxes;form functions</bookmark_value><bookmark_value>list box creation</bookmark_value><bookmark_value>picklist creation</bookmark_value><bookmark_value>drop-down lists in form functions</bookmark_value><bookmark_value>combo box creation</bookmark_value><bookmark_value>selecting;controls</bookmark_value><bookmark_value>controls; select mode</bookmark_value>"
msgstr ""
-#: 01170000.xhp#hd_id3154142.1.help.text
+#. ?_c/
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3154142\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/shared/02/01170000.xhp\" name=\"Form Controls\">Form Controls</link>"
msgstr "<link href=\"text/shared/02/01170000.xhp\" name=\"Form Controls\">ფორმის სამართავი ღილაკები</link>"
-#: 01170000.xhp#par_id3151378.2.help.text
+#. UJe#
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3151378\n"
+"2\n"
+"help.text"
msgid "<variable id=\"formulartext\"><ahelp hid=\".uno:Config\">The Form Controls toolbar contains tools that you need to create an interactive form.</ahelp></variable> You can use the toolbar to add controls to a form in a text, spreadsheet, presentation, or HTML document, for example a button that runs a macro."
msgstr ""
-#: 01170000.xhp#par_id1027200809391346.help.text
+#. 5vk6
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id1027200809391346\n"
+"help.text"
msgid "Choose <item type=\"menuitem\">View - Toolbars - Form Controls</item>."
msgstr ""
-#: 01170000.xhp#par_id3147336.68.help.text
+#. TVks
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3147336\n"
+"68\n"
+"help.text"
msgid "Icon on the <emph>Insert</emph> toolbar (you may need to enable this initially invisible icon):"
msgstr ""
-#: 01170000.xhp#par_id3155341.help.text
+#. @[6I
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3155341\n"
+"help.text"
msgid "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150943\">Icon</alt></image>"
msgstr ""
-#: 01170000.xhp#par_id3149670.3.help.text
-msgctxt "01170000.xhp#par_id3149670.3.help.text"
+#. Y+El
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3149670\n"
+"3\n"
+"help.text"
msgid "Form Controls"
msgstr ""
-#: 01170000.xhp#par_idN10B21.help.text
+#. 0GMa
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN10B21\n"
+"help.text"
msgid "<link href=\"text/shared/guide/xforms.xhp\">XML Form documents</link> (XForms) use the same controls."
msgstr "<link href=\"text/shared/guide/xforms.xhp\">XML ფორმის დოკუმენტები</link> (Xფორმები) გამოიყენე იგივე სამართავი ღილაკები."
-#: 01170000.xhp#par_id3152771.45.help.text
+#. (-F=
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3152771\n"
+"45\n"
+"help.text"
msgid "To create a form, open a document and use the Form Controls toolbar to add and define the form controls. If you want, you can also link the form to a database, so that you can use the controls to manipulate a database."
msgstr ""
-#: 01170000.xhp#par_id3150791.46.help.text
+#. m`Zb
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3150791\n"
+"46\n"
+"help.text"
msgid "When you create a form in an HTML document, you can use the form to send data over the Internet."
msgstr ""
-#: 01170000.xhp#par_id3145171.47.help.text
+#. ([4E
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3145171\n"
+"47\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 <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - HTML Compatibility</emph>."
msgstr ""
-#: 01170000.xhp#par_idN10C39.help.text
+#. Zi/F
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN10C39\n"
+"help.text"
msgid "To add a control to a document"
msgstr "დოკუმენტისთვის სამართავი ღილაკის დამატება"
-#: 01170000.xhp#par_id3154918.4.help.text
+#. b-R\
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154918\n"
+"4\n"
+"help.text"
msgid "On the Form Controls toolbar, click the icon of the control that you want to add."
msgstr ""
-#: 01170000.xhp#par_idN10C4D.help.text
-msgid "In the document, drag to create the control. "
+#. \%p5
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN10C4D\n"
+"help.text"
+msgid "In the document, drag to create the control."
msgstr "დოკუმენტში, გადაიტანეთ სამართავი ღილაკის შესაქმნელად."
-#: 01170000.xhp#par_idN10C50.help.text
+#. 4Y8^
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN10C50\n"
+"help.text"
msgid "To create a square control field, hold down the Shift key while you drag."
msgstr ""
-#: 01170000.xhp#par_id3154127.78.help.text
+#. IS.@
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154127\n"
+"78\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\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift key down when you drag a column head."
msgstr ""
-#: 01170000.xhp#par_idN10C87.help.text
+#. 2BVS
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN10C87\n"
+"help.text"
msgid "Modifying a Control"
msgstr "სამართავი ღილაკის შეცვლა"
-#: 01170000.xhp#par_id3148645.5.help.text
+#. d{`T
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3148645\n"
+"5\n"
+"help.text"
msgid "Right-click the control and choose <emph>Control</emph>. A dialog opens where you can define the properties of the control."
msgstr "თაგუნას მარჯვენა ღილაკით დააწკაპუნეთ სამართავ ღილაკზე და აირჩიეთ <emph>სამართავი ღილაკი</emph>. გაიხსნება დიალოგი, სადაც შესაძლებელია სამართავი ღილაკების პარამეტრების განსაზღვრა."
-#: 01170000.xhp#par_id3153363.163.help.text
+#. SJ^$
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3153363\n"
+"163\n"
+"help.text"
msgid "To specify a accelerator key for a control, add a tilde (~) in front of the character in the label for the control."
msgstr "სამართავი ღილაკის ამაჩქარებელი კლავიშის განსასაზღვრად, სამართავი ღილაკის იარლიყში სიმბოლოს წინ დაამატეთ ტილდა (~)."
-#: 01170000.xhp#par_id3152792.135.help.text
-msgid "You can drag and drop controls from one document to another document. You can also copy and paste controls between documents. When you insert a control from another document, $[officename] analyzes the data source, content type, and content properties of the control so that the control fits the logical structure in the target document. For example, a control that displays contents from an address book continues to display the same contents after you copy the control to a different document. You can view these properties on the <emph>Data</emph> tab page of the <emph>Form properties</emph> dialog. "
-msgstr "თქვენ შეგიძლიათ გადაიტანოთ სამართავი ღილაკები ერთი დოკუმენტიდან მეორეში. თქვენ ასევე შეგიძლიათ დააკოპიროთ სამართავი ღილაკები ერთი დოკუმენტიდან მეორეში. მოცემულ დოკუმენტში სხვა დოკუმენტიდან სამართავი ღილაკის ჩასმისას, $[officename] აანალიზებს მონაცემის წყაროს, შიგთავსის ტიპს, და სამართავი ღილაკის შიგთავსის პარამეტრებს, რათა სამართავი ღილაკი შეესაბამებოდეს მოცემული დოკუმენტის ლოგიკურ სტრუტურას. მაგალითად, სამართავი ღილაკი, რომელიც აჩვენებს მისამართების წიგნის მონაცემებს, განაგრძობს ამ მონაცემთა ჩვენებას სამართავი ღილაკის სხვა დოკუმენტში კოპირების შემდეგ. ამ პარამეტრების ნახვა შესაძლებელია <emph>ფორმის პარამეტრების</emph> დიალოგის <emph>მონაცემების</emph> ტაბ გვერდზე. "
-
-#: 01170000.xhp#hd_id3154411.24.help.text
-msgctxt "01170000.xhp#hd_id3154411.24.help.text"
+#. pogi
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3152792\n"
+"135\n"
+"help.text"
+msgid "You can drag and drop controls from one document to another document. You can also copy and paste controls between documents. When you insert a control from another document, $[officename] analyzes the data source, content type, and content properties of the control so that the control fits the logical structure in the target document. For example, a control that displays contents from an address book continues to display the same contents after you copy the control to a different document. You can view these properties on the <emph>Data</emph> tab page of the <emph>Form properties</emph> dialog."
+msgstr "თქვენ შეგიძლიათ გადაიტანოთ სამართავი ღილაკები ერთი დოკუმენტიდან მეორეში. თქვენ ასევე შეგიძლიათ დააკოპიროთ სამართავი ღილაკები ერთი დოკუმენტიდან მეორეში. მოცემულ დოკუმენტში სხვა დოკუმენტიდან სამართავი ღილაკის ჩასმისას, $[officename] აანალიზებს მონაცემის წყაროს, შიგთავსის ტიპს, და სამართავი ღილაკის შიგთავსის პარამეტრებს, რათა სამართავი ღილაკი შეესაბამებოდეს მოცემული დოკუმენტის ლოგიკურ სტრუტურას. მაგალითად, სამართავი ღილაკი, რომელიც აჩვენებს მისამართების წიგნის მონაცემებს, განაგრძობს ამ მონაცემთა ჩვენებას სამართავი ღილაკის სხვა დოკუმენტში კოპირების შემდეგ. ამ პარამეტრების ნახვა შესაძლებელია <emph>ფორმის პარამეტრების</emph> დიალოგის <emph>მონაცემების</emph> ტაბ გვერდზე."
+
+#. ;h,5
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3154411\n"
+"24\n"
+"help.text"
msgid "Select"
msgstr ""
-#: 01170000.xhp#par_id3156106.help.text
+#. N]:V
+#: 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 ""
-#: 01170000.xhp#par_id3150470.25.help.text
+#. os3-
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3150470\n"
+"25\n"
+"help.text"
msgid "This icon switches the mouse pointer to the select mode, or deactivates this mode. The select mode is used to select the controls of the current form."
msgstr "ხატულის მეშვეობით ხდება თაგუნის ისრის გამოსახულების გადართვა შერჩევის რეჟიმში ან ამ რეჟიმის დეაქტივაცია. შერჩევის რეჟიმი გამოიყენება მოცემული ფორმის სამართავი ღილაკების ასარჩევად."
-#: 01170000.xhp#hd_id3146914.10.help.text
-msgctxt "01170000.xhp#hd_id3146914.10.help.text"
+#. #qm*
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3146914\n"
+"10\n"
+"help.text"
msgid "Check Box"
msgstr ""
-#: 01170000.xhp#par_id3148483.help.text
+#. %Jxa
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3148483\n"
+"help.text"
msgid "<image id=\"img_id3156380\" src=\"cmd/sc_checkbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156380\">Icon</alt></image>"
msgstr ""
-#: 01170000.xhp#par_id3153927.11.help.text
+#. fnJo
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3153927\n"
+"11\n"
+"help.text"
msgid "<ahelp hid=\".uno:CheckBox\">Creates a check box.</ahelp> Check boxes allow you to activate or deactivate a function in a form."
msgstr "<ahelp hid=\".uno:CheckBox\">ქმნის თოლიას.</ahelp> თოლიების მეშვეობით შესაძლებელია ფორმაში ფუნქციის აქტივაციას ან დეაქტივაცია."
-#: 01170000.xhp#hd_id3153794.16.help.text
+#. nZsI
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3153794\n"
+"16\n"
+"help.text"
msgid "Text Box"
msgstr "ტექსტური ველი"
-#: 01170000.xhp#par_id3163665.help.text
+#. $0(w
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3163665\n"
+"help.text"
msgid "<image id=\"img_id3153266\" src=\"cmd/sc_edit.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153266\">Icon</alt></image>"
msgstr ""
-#: 01170000.xhp#par_id3158444.17.help.text
+#. B;q-
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3158444\n"
+"17\n"
+"help.text"
msgid "<ahelp hid=\".uno:Edit\">Creates a text box.</ahelp> Text boxes are fields in which the user can enter text. In a form, text boxes display data or allow for new data input."
msgstr "<ahelp hid=\".uno:Edit\">ქმნის ტექსტურ ველს.</ahelp> ტექსტური ველები წარმოადგენს ველებს, სადაც მომხმარებლებს შეუძლიათ მონაცემების შეყვანა. ფორმაში ტექსტური ველები აჩვენებენ მონაცემებს ან ახალი მონაცემების შეყვანის საშუალებას იძლევიან."
-#: 01170000.xhp#hd_id3151218.124.help.text
-msgctxt "01170000.xhp#hd_id3151218.124.help.text"
+#. jEh8
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3151218\n"
+"124\n"
+"help.text"
msgid "Formatted Field"
msgstr ""
-#: 01170000.xhp#par_id3154836.help.text
+#. GQHY
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154836\n"
+"help.text"
msgid "<image id=\"img_id3143277\" src=\"cmd/sc_formattedfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3143277\">Icon</alt></image>"
msgstr ""
-#: 01170000.xhp#par_id3147547.125.help.text
+#. [l6-
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3147547\n"
+"125\n"
+"help.text"
msgid "<ahelp hid=\".uno:FormattedField\">Creates a formatted field.</ahelp> A formatted field is a text box in which you can define how the inputs and outputs are formatted, and which limiting values apply."
msgstr "<ahelp hid=\".uno:FormattedField\">ქმნის ფორმატირებულ ველს.</ahelp> ფორმატირებული ველი წარმოადგენს ტექსტურ ველს, რომელშიც შესაძლებელია განისაზღვროს შესატანი და გამოტანილი მონაცემების ფორმატი, და თუ რომელი შემზღუდავი მნიშვნელობები გამოიყენება."
-#: 01170000.xhp#par_id3155346.126.help.text
+#. Sj9P
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3155346\n"
+"126\n"
+"help.text"
msgid "A formatted field has <link href=\"text/shared/02/01170002.xhp\" name=\"special control properties\">special control properties</link> (choose <emph>Format - Control</emph>)."
msgstr "ფორმატირებულ ველს აქვს <link href=\"text/shared/02/01170002.xhp\" name=\"special control properties\">საგანგებო სამართავი ღილაკის პარამეტრები</link> (აირჩიეთ <emph>ფორმატირება - სამართავი ღილაკი</emph>)."
-#: 01170000.xhp#hd_id3148774.6.help.text
+#. bAp.
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3148774\n"
+"6\n"
+"help.text"
msgid "Push Button"
msgstr "დასაჭერი ღილაკი"
-#: 01170000.xhp#par_id3145801.help.text
+#. -)Wl
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3145801\n"
+"help.text"
msgid "<image id=\"img_id3151073\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151073\">Icon</alt></image>"
msgstr ""
-#: 01170000.xhp#par_id3147046.7.help.text
+#. !^6(
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3147046\n"
+"7\n"
+"help.text"
msgid "<ahelp hid=\".uno:Pushbutton\">Creates a push button.</ahelp> This function can be used to execute a command for a defined event, such as a mouse click."
msgstr "<ahelp hid=\".uno:Pushbutton\">ქმნის დასაჭერ ღილაკს.</ahelp> ამ ფუნქციის გამოყენება შესაძლებელია განსაზღვრული მოვლენისთვის, მაგალითად თაგუნით დაწკაპუნებისთვის, ბრძანების შესასრულებლად."
-#: 01170000.xhp#par_id3154731.138.help.text
+#. ]Qe3
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154731\n"
+"138\n"
+"help.text"
msgid "You can apply text and graphics to these buttons."
msgstr "თქვენ შეგიძლიათ ამ ღილაკებისთვის ტექსტისა და გრაფიკული გამოსახულებების გამოყენება."
-#: 01170000.xhp#hd_id3157844.8.help.text
+#. ;,kr
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3157844\n"
+"8\n"
+"help.text"
msgid "Option Button"
msgstr "არჩევანის ღილაკი"
-#: 01170000.xhp#par_id3152971.help.text
+#. [N-%
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3152971\n"
+"help.text"
msgid "<image id=\"img_id3152999\" src=\"cmd/sc_radiobutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152999\">Icon</alt></image>"
msgstr ""
-#: 01170000.xhp#par_id3149123.9.help.text
+#. LG3N
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3149123\n"
+"9\n"
+"help.text"
msgid "<ahelp hid=\".uno:RadioButton\">Creates an option button.</ahelp> Option buttons enable the user to choose one of several options. Option buttons with the same functionality are given the same name (<link href=\"text/shared/02/01170101.xhp\" name=\"Name\"><emph>Name</emph></link><emph>property</emph>). Normally, they are given a <link href=\"text/shared/02/01170000.xhp\" name=\"group box\">group box</link>."
msgstr "<ahelp hid=\".uno:RadioButton\">ქმნის არჩევანის ღილაკს.</ahelp> არჩევანის ღილაკი მომხმარებელს საშუალებას აძლევს აირჩიოს რამდენიმე ვარიანტიდან ერთ-ერთი. იმავე ფუნქციების მატარებელ არჩევანის ღილაკებს იგივე სახელები ენიჭებათ (<link href=\"text/shared/02/01170101.xhp\" name=\"Name\"><emph>სახელი</emph></link><emph>თვისება</emph>). ჩვეულებრივ მათ ენიჭებათ <link href=\"text/shared/02/01170000.xhp\" name=\"group box\">ჯგუფური ველი</link>."
-#: 01170000.xhp#hd_id3156064.18.help.text
-msgctxt "01170000.xhp#hd_id3156064.18.help.text"
+#. 8C@#
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3156064\n"
+"18\n"
+"help.text"
msgid "List Box"
msgstr ""
-#: 01170000.xhp#par_id3154326.help.text
+#. 8|;`
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154326\n"
+"help.text"
msgid "<image id=\"img_id3154135\" src=\"cmd/sc_listbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154135\">Icon</alt></image>"
msgstr ""
-#: 01170000.xhp#par_id3166428.19.help.text
+#. MY#t
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3166428\n"
+"19\n"
+"help.text"
msgid "<ahelp hid=\".uno:ListBox\">Creates a list box.</ahelp> A list box lets users select an entry from a list. If the form is linked to a database and the database connection is active, the<link href=\"text/shared/02/01170900.xhp\" name=\"List Box Wizard\"><emph>List Box Wizard</emph></link> will automatically appear after the list box is inserted in the document. This wizard helps you create the list box."
msgstr "<ahelp hid=\".uno:ListBox\">ქმნის ჩამონათვალის ველს.</ahelp> ჩამონათვალის ველი მომხმარებლებს საშუალებას აძლევთ ჩამონათვალიდან შეარჩიონ ერთ-ერთი ვარიანტი. თუ ფორმა დაკავშირებულია მონაცემთა ბაზასთან და ბაზის კავშირი აქტიურია, <link href=\"text/shared/02/01170900.xhp\" name=\"List Box Wizard\"><emph>ჩამონათვალის ველის გზამკვლევი</emph></link> ავტომატურად გამოჩნდება დოკუმენტში ჩამონათვალის ველის ჩასმის შემდეგ. ეს გზამკვლევი საშუალებას მოგცემთ შექმნათ ჩამონათვალის ველი."
-#: 01170000.xhp#hd_id3147171.20.help.text
-msgctxt "01170000.xhp#hd_id3147171.20.help.text"
+#. I^x5
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3147171\n"
+"20\n"
+"help.text"
msgid "Combo Box"
msgstr ""
-#: 01170000.xhp#par_id3149981.help.text
+#. YQb[
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3149981\n"
+"help.text"
msgid "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148817\">Icon</alt></image>"
msgstr ""
-#: 01170000.xhp#par_id3149407.21.help.text
+#. $nW!
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3149407\n"
+"21\n"
+"help.text"
msgid "<ahelp hid=\".uno:ComboBox\">Creates a combo box.</ahelp> A combo box is a single-line list box with a drop-down list from which users choose an option. You can assign the \"read-only\" property to the combo box so that users cannot enter other entries than those found in the list. If the form is bound to a database and the database connection is active, the <link href=\"text/shared/02/01170900.xhp\" name=\"Combo Box Wizard\"><emph>Combo Box Wizard</emph></link> will automatically appear after you insert the combo box in the document."
-msgstr "<ahelp hid=\".uno:ComboBox\">ქმნის კომბო-ველს.</ahelp> კომბო-ველი წარმოადგენს ერთსტრიქონიან ჩამონათვალის ველს ჩამოსაშლელი სიით, საიდანაც მომხმარებლებს შეუძლიათ სასურველი ვარიანტი არჩევა. თქვენ შეგიძლიათ მიანიჭოთ \"მხოლოდ წასაკითხად\" მნიშვნელობა კომბო-ველს, რათა მომხმარებლებმა ვერ შეძლონ იმ მონაცემების შეყვანა, რომლებიც სიაში არ არიან. თუ ფორმა დაკავშირებულია მონაცემთა ბაზასთან და ბაზის კავშირი აქტიურია, <link href=\"text/shared/02/01170900.xhp\" name=\"Combo Box Wizard\"><emph>კომბო-ველის გზამკვლევი</emph></link> ავტომატურად გამოჩნდება დოკუმენტში კომბო-ველის ჩასმის შემდეგ. "
-
-#: 01170000.xhp#hd_id3145618.12.help.text
+msgstr "<ahelp hid=\".uno:ComboBox\">ქმნის კომბო-ველს.</ahelp> კომბო-ველი წარმოადგენს ერთსტრიქონიან ჩამონათვალის ველს ჩამოსაშლელი სიით, საიდანაც მომხმარებლებს შეუძლიათ სასურველი ვარიანტი არჩევა. თქვენ შეგიძლიათ მიანიჭოთ \"მხოლოდ წასაკითხად\" მნიშვნელობა კომბო-ველს, რათა მომხმარებლებმა ვერ შეძლონ იმ მონაცემების შეყვანა, რომლებიც სიაში არ არიან. თუ ფორმა დაკავშირებულია მონაცემთა ბაზასთან და ბაზის კავშირი აქტიურია, <link href=\"text/shared/02/01170900.xhp\" name=\"Combo Box Wizard\"><emph>კომბო-ველის გზამკვლევი</emph></link> ავტომატურად გამოჩნდება დოკუმენტში კომბო-ველის ჩასმის შემდეგ."
+
+#. @jIo
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3145618\n"
+"12\n"
+"help.text"
msgid "Label Field"
msgstr "იარლიყის ველი"
-#: 01170000.xhp#par_id3145295.help.text
+#. {_zf
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3145295\n"
+"help.text"
msgid "<image id=\"img_id3151017\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151017\">Icon</alt></image>"
msgstr ""
-#: 01170000.xhp#par_id3148534.13.help.text
+#. D;*W
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3148534\n"
+"13\n"
+"help.text"
msgid "<ahelp hid=\".uno:Label\">Creates a field for displaying text.</ahelp> These labels are only for displaying predefined text. Entries cannot be made in these fields."
msgstr "<ahelp hid=\".uno:Label\">ქმნის ტექსტის საჩვენებელ ველს.</ahelp> ეს იარლიყები განკუთვნილია მხოლოდ წინასწარ განსაზღვრული ტექსტის საჩვენებლად. ამ ველებში მონაცემთა შეყვანა შეუძლებელია."
-#: 01170000.xhp#par_idN10CC6.help.text
-msgctxt "01170000.xhp#par_idN10CC6.help.text"
+#. APn[
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN10CC6\n"
+"help.text"
msgid "More Controls"
msgstr ""
-#: 01170000.xhp#par_idN10CDC.help.text
+#. }Jh[
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN10CDC\n"
+"help.text"
msgid "<ahelp hid=\".\">Opens the <link href=\"text/shared/02/more_controls.xhp\"><emph>More Controls</emph></link> toolbar.</ahelp>"
msgstr ""
-#: 01170000.xhp#par_idN10CF7.help.text
+#. `Q3a
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN10CF7\n"
+"help.text"
msgid "Form Design"
msgstr "ფორმის დიზაინი"
-#: 01170000.xhp#par_idN10D0D.help.text
+#. .RrS
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN10D0D\n"
+"help.text"
msgid "<ahelp hid=\".\">Opens the <link href=\"text/shared/main0226.xhp\"><emph>Form Design</emph></link> toolbar.</ahelp>"
msgstr ""
-#: 01170000.xhp#par_idN11B57.help.text
-msgctxt "01170000.xhp#par_idN11B57.help.text"
+#. ,DUB
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11B57\n"
+"help.text"
msgid "Wizards On/Off"
msgstr ""
-#: 01170000.xhp#par_idN11B65.help.text
+#. .X}N
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11B65\n"
+"help.text"
msgid "<image id=\"img_id6128727\" src=\"cmd/sc_usewizards.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id6128727\">Icon</alt></image>"
msgstr ""
-#: 01170000.xhp#par_idN11B76.help.text
+#. L)0c
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11B76\n"
+"help.text"
msgid "Turns on and turns off the automatic form controls wizards."
msgstr "ახდენს ავტომატური ფორმის სამართავი ღილაკების გზამკვლევების ჩართვა-გამორთვას."
-#: 01170000.xhp#par_id6403088.help.text
+#. dYr5
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id6403088\n"
+"help.text"
msgid "These wizards help you to enter the properties of list boxes, table controls, and other controls."
msgstr "ამ გზამკვლევების დახმარებით შესაძლებელია ტექსტური ველების, ცხრილის სამართავი ღილაკების და სხვა სამართავი ღილაკების პარამეტრების განსაზღვრა."
-#: 01170000.xhp#hd_id3149436.134.help.text
+#. ^K4O
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3149436\n"
+"134\n"
+"help.text"
msgid "<link href=\"text/shared/02/01170001.xhp\" name=\"Context Menu Commands\">Context Menu Commands</link>"
msgstr "<link href=\"text/shared/02/01170001.xhp\" name=\"Context Menu Commands\">კონტექსტუალური მენიუს ბრძანებები</link>"
-#: 01170000.xhp#par_idN11A56.help.text
-msgctxt "01170000.xhp#par_idN11A56.help.text"
+#. KV(K
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11A56\n"
+"help.text"
msgid "Spin Button"
msgstr "არჩევანის ღილაკი"
-#: 01170000.xhp#par_idN11A64.help.text
+#. 6)e{
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11A64\n"
+"help.text"
msgid "<image id=\"img_id7816400\" src=\"cmd/sc_spinbutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id7816400\">Icon</alt></image>"
msgstr ""
-#: 01170000.xhp#par_idN11A75.help.text
+#. X?a,
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11A75\n"
+"help.text"
msgid "<ahelp hid=\".uno:SpinButton\">Creates a spin button.</ahelp>"
msgstr "<ahelp hid=\".uno:SpinButton\">ქმნის მბრუნავ ღილაკს.</ahelp>"
-#: 01170000.xhp#par_id710776.help.text
+#. HoB#
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id710776\n"
+"help.text"
msgid "If you add a spin button to a Calc spreadsheet, you can use the Data tab page to create a two-way link between the spin button and a cell. As a result, when you change the contents of a cell, the contents of the spin button are updated. Conversely, if you change the value of the spin button, the contents of the cell are updated."
msgstr ""
-#: 01170000.xhp#par_idN11ABC.help.text
-msgctxt "01170000.xhp#par_idN11ABC.help.text"
+#. CMcD
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11ABC\n"
+"help.text"
msgid "Scrollbar"
msgstr ""
-#: 01170000.xhp#par_idN11ACA.help.text
+#. #gjr
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11ACA\n"
+"help.text"
msgid "<image id=\"img_id8203985\" src=\"cmd/sc_scrollbar.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id8203985\">Icon</alt></image>"
msgstr ""
-#: 01170000.xhp#par_idN11ADB.help.text
+#. G%Iq
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11ADB\n"
+"help.text"
msgid "<ahelp hid=\".uno:ScrollBar\">Creates a scrollbar.</ahelp>"
msgstr "<ahelp hid=\".uno:ScrollBar\">ქმნის გადაადგილების ზოლს.</ahelp>"
-#: 01170000.xhp#par_idN11CA3.help.text
+#. drbq
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11CA3\n"
+"help.text"
msgid "You can specify the following properties for a scrollbar:"
msgstr "თქვენ შეგიძლიათ განსაზღვროთ გადაადგილების ზოლის შემდეგი პარამეტრები:"
-#: 01170000.xhp#par_idN11CDA.help.text
+#. Igd|
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11CDA\n"
+"help.text"
msgid "UI name"
msgstr "UI სახელი"
-#: 01170000.xhp#par_idN11CE0.help.text
+#. 4bAf
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11CE0\n"
+"help.text"
msgid "Semantics"
msgstr "სემანტიკა"
-#: 01170000.xhp#par_idN11CE7.help.text
+#. 3}6[
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11CE7\n"
+"help.text"
msgid "Scroll value min"
msgstr "გადაადგილების ზოლის მნიშვნელობის მინიმუმი"
-#: 01170000.xhp#par_idN11CED.help.text
+#. qhZu
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11CED\n"
+"help.text"
msgid "Specifies the minimum height or the minimum width of a scrollbar."
msgstr "განსაზღვრავს გადაადგილების ზოლის მინიმალურ სიმაღლეს ან მინიმალურ სიგანეს."
-#: 01170000.xhp#par_idN11CF4.help.text
+#. Ir{*
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11CF4\n"
+"help.text"
msgid "Scroll value max"
msgstr "გადაადგილების ზოლის მნიშვნელობის მაქსიმუმი"
-#: 01170000.xhp#par_idN11CFA.help.text
+#. UR28
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11CFA\n"
+"help.text"
msgid "Specifies the maximum height or the maximum width of a scrollbar."
msgstr "განსაზღვრავს გადაადგილების ზოლის მაქსიმალურ სიმაღლეს ან მაქსიმალურ სიგანეს."
-#: 01170000.xhp#par_idN11D01.help.text
-msgctxt "01170000.xhp#par_idN11D01.help.text"
+#. O59C
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D01\n"
+"help.text"
msgid "Default scroll value"
msgstr ""
-#: 01170000.xhp#par_idN11D07.help.text
+#. hp}C
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D07\n"
+"help.text"
msgid "Specifies the default value of a scrollbar, used when the form is reset."
msgstr "განსაზღვრავს გადაადგილების ზოლის სტანდარტულ მნიშვნელობას, რომლებიც გამოიყენება ფორმის პარამეტრების ჩამოყრისას."
-#: 01170000.xhp#par_idN11D0E.help.text
-msgctxt "01170000.xhp#par_idN11D0E.help.text"
+#. ZDD0
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D0E\n"
+"help.text"
msgid "Orientation"
msgstr ""
-#: 01170000.xhp#par_idN11D14.help.text
+#. `sAW
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D14\n"
+"help.text"
msgid "Specifies the orientation of a scrollbar, that is, horizontal or vertical."
msgstr "განსაზღვრავს გადაადგილების ზოლის ორიენტაციას, ანუ ჰორიზონტალურია იგი თუ ვერტიკალური."
-#: 01170000.xhp#par_idN11D1B.help.text
-msgctxt "01170000.xhp#par_idN11D1B.help.text"
+#. u\^3
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D1B\n"
+"help.text"
msgid "Small change"
msgstr ""
-#: 01170000.xhp#par_idN11D21.help.text
+#. bsSw
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D21\n"
+"help.text"
msgid "Specifies the minimum amount by which you can scroll a scrollbar, for example, by clicking an arrow."
msgstr "განსაზღვრავს გადაადგილების ზოლის მოძრაობის მინიმუმს, მაგალითად, ისრის გამოსახულებაზე დაწკაპუნებით."
-#: 01170000.xhp#par_idN11D28.help.text
-msgctxt "01170000.xhp#par_idN11D28.help.text"
+#. AC\r
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D28\n"
+"help.text"
msgid "Large change"
msgstr ""
-#: 01170000.xhp#par_idN11D2E.help.text
+#. ibhE
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D2E\n"
+"help.text"
msgid "Specifies the amount that a large step scrolls a scrollbar, for example, when you click between the scrollbar thumb and a scrollbar arrow."
-msgstr "განსაზღვრავს გადაადგილების ზოლის დიდი მანძილზე მოძრაობის მოცულობას, მაგალითად, ცოციას ესკიზსა და ცოციას ისარს შორის დაწკაპუნებისას. "
-
-#: 01170000.xhp#par_idN11D35.help.text
-msgctxt "01170000.xhp#par_idN11D35.help.text"
+msgstr "განსაზღვრავს გადაადგილების ზოლის დიდი მანძილზე მოძრაობის მოცულობას, მაგალითად, ცოციას ესკიზსა და ცოციას ისარს შორის დაწკაპუნებისას."
+
+#. }HrE
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D35\n"
+"help.text"
msgid "Delay"
msgstr ""
-#: 01170000.xhp#par_idN11D3B.help.text
+#. 1D_m
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D3B\n"
+"help.text"
msgid "Specifies the delay in milliseconds between scrollbar trigger events. For example, the delay that occurs when you click an arrow button on the scrollbar and hold down the mouse button."
msgstr "განსაზღვრავს შეფერხებას მილიწამებში ცოციას მოქმედებებს შორის. ეს შეიძლება იყო შეფერხება, რომელიც ხდება მაშინ, როდესაც ცოციას ისრის ღილაკზე აწკაპუნებენ და თაგუნას ღილაკს არ უშვებენ."
-#: 01170000.xhp#par_idN11D42.help.text
-msgctxt "01170000.xhp#par_idN11D42.help.text"
+#. Oe}5
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D42\n"
+"help.text"
msgid "Symbol color"
msgstr ""
-#: 01170000.xhp#par_idN11D48.help.text
+#. /E64
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D48\n"
+"help.text"
msgid "Specifies the color of the arrows on the scrollbar."
msgstr "განსაზღვრავს ისრის გამოსახულების ფერს ცოციაზე."
-#: 01170000.xhp#par_idN11D4F.help.text
+#. %9oo
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D4F\n"
+"help.text"
msgid "Visible Size"
msgstr "ხილული ზომა"
-#: 01170000.xhp#par_idN11D55.help.text
+#. jUnH
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D55\n"
+"help.text"
msgid "Specifies the size of the scrollbar thumb in \"value units\". For example, a value of (\"Scroll value max.\" minus \"Scroll value min.\") / 2 results in a scrollbar thumb that occupies half of the scrollbar."
msgstr "განსაზღვრავს ცოციას ესკიზის ზომას \"მნიშვნელობის ერთულებში\". მაგალითად, (\"Scroll value max.\" მინუს \"Scroll value min.\") მნიშვნელობა / 2 შედეგი ცოციას ესკიზში რომელიც იკავებს ცოციას ნახევარს."
-#: 01170000.xhp#par_idN11D58.help.text
+#. l\R^
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D58\n"
+"help.text"
msgid "To make the width of the scrollbar equal to the height of the scrollbar, set the Visible Size to zero."
msgstr ""
-#: 01170000.xhp#par_idN11D63.help.text
+#. /iiG
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D63\n"
+"help.text"
msgid "In a Calc spreadsheet, you can use the Data tab page to create a two-way link between a scrollbar and a cell."
msgstr ""
-#: 01170000.xhp#hd_id3153316.22.help.text
-msgctxt "01170000.xhp#hd_id3153316.22.help.text"
+#. BIFC
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3153316\n"
+"22\n"
+"help.text"
msgid "Image Button"
msgstr ""
-#: 01170000.xhp#par_id3159622.help.text
+#. wQ*1
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3159622\n"
+"help.text"
msgid "<image id=\"img_id3154378\" src=\"cmd/sc_imagebutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154378\">Icon</alt></image>"
msgstr ""
-#: 01170000.xhp#par_id3148601.23.help.text
+#. TypJ
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3148601\n"
+"23\n"
+"help.text"
msgid "<ahelp hid=\".uno:Imagebutton\">Creates a button displayed as an image.</ahelp> Aside from the graphic representation, an image button has the same properties as a \"normal\" button."
msgstr "<ahelp hid=\".uno:Imagebutton\">ქმნის ღილაკს, რომელიც გამოჩნდება გრაფიკული გამოსახულების სახით.</ahelp> გარდა გრაფიკული გამოსახულებისა, ამ გრაფიკულ ღილაკს იგივე თვისებები გააჩნია, რაც \"ნორმალურ\" ღილაკს."
-#: 01170000.xhp#hd_id3159171.49.help.text
-msgctxt "01170000.xhp#hd_id3159171.49.help.text"
+#. aeY5
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3159171\n"
+"49\n"
+"help.text"
msgid "Image Control"
msgstr ""
-#: 01170000.xhp#par_id3155869.help.text
+#. WZ5;
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3155869\n"
+"help.text"
msgid "<image id=\"img_id3152381\" src=\"cmd/sc_objectcatalog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152381\">Icon</alt></image>"
msgstr ""
-#: 01170000.xhp#par_id3149596.50.help.text
+#. p|zU
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3149596\n"
+"50\n"
+"help.text"
msgid "<ahelp hid=\".uno:ImageControl\">Creates an image control. It can only be used to add images from a database.</ahelp> In the form document, double-click one of these controls to open the <emph>Insert Graphic</emph> dialog to insert the image. There is also a context menu (not in design mode) with commands for inserting and deleting the image."
msgstr "<ahelp hid=\".uno:ImageControl\">ქმნის გრაფიკული გამოსახულების სამართავ ღილაკს. მისი გამოყენება შესაძლებელია მხოლოდ მონაცემთა ბაზიდან გრაფიკული გამოსახელულებების დასამატებლად.</ahelp> ფორმის დოკუმენტში ორჯერ დააწკაპუნეთ ერთ-ერთ სამართავ ღილაკს, რათა გახსნათ <emph>ჩასვით გრაფიკული გამოსახულება</emph> დიალოგი გრაფიკული გამოსახულების ჩასასმელად. არის ასევე კონტექსტუალური მენიუ (არა დიზაინის რეჟიმში), რომელიც შეიცავს ბრძანებას გრაფიკული გამოსახულების ჩასასმელად და წასაშლელად."
-#: 01170000.xhp#par_id3150318.70.help.text
+#. Z+?.
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3150318\n"
+"70\n"
+"help.text"
msgid "Images from a database can be displayed in a form, and new images can be inserted in the database as long as the image control is not write-protected. The control must refer to a database field of the image type. Therefore, enter the data field into the properties window on the <emph>Data</emph> tab page."
msgstr "შესაძლებელია მონაცემთა ბაზაში არსებული გრაფიკული გამოსახულებების ფორმაში ჩვენება და მონაცემთა ბაზაში ახალი გრაფიკული გამოსახულებების ჩასმა, მანამ სანამ გრაფიკული გამოსახულების სამართავი ღილაკი გადაწერისგან დაცული არ არის. სამართავი ღილაკი უნდა უთითებდეს გრაფიკული გამოსახულების ტიპის ველზე მონაცემთა ბაზაში. შესაბამისად, შეიყვანეთ მონაცემის ველი <emph>მონაცემები</emph> ტაბ-გვერდის კონფიგურაციის ფანჯარაში."
-#: 01170000.xhp#hd_id3156040.29.help.text
-msgctxt "01170000.xhp#hd_id3156040.29.help.text"
+#. _wxD
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3156040\n"
+"29\n"
+"help.text"
msgid "Date Field"
msgstr ""
-#: 01170000.xhp#par_id3149423.help.text
+#. $LM5
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3149423\n"
+"help.text"
msgid "<image id=\"img_id3150096\" src=\"cmd/sc_adddatefield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150096\">Icon</alt></image>"
msgstr ""
-#: 01170000.xhp#par_id3151312.30.help.text
+#. A1K+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3151312\n"
+"30\n"
+"help.text"
msgid "<ahelp hid=\".uno:DateField\">Creates a date field.</ahelp> If the form is linked to a database, the date values can be adopted from the database."
msgstr "<ahelp hid=\".uno:DateField\">ქმნის თარიღის ველს.</ahelp> თუ ფორმა დაკავშირებულია მონაცემთა ბაზასთან, თარიღის მნიშვნელობის მინიჭება შესაძლებელია ბაზიდან."
-#: 01170000.xhp#par_id3151302.131.help.text
+#. fmno
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3151302\n"
+"131\n"
+"help.text"
msgid "If you assign the \"Dropdown\" property to the date field, the user can open a calendar to select a date under the date field. This also applies to a date field within a Table Control field."
msgstr "თუ თქვენი მიანიჭებთ \"ჩამოსაშლელი\" მნიშვნელობას თარიღის ველს, მომხმარებელს შეუძლია გახსნას კალენდარი თარიღის ველს ქვემოთ თარიღის შესარჩევად. იგივე ეხება ცხრილის სამართავი ღილაკის ველში არსებულ თარიღის ველს."
-#: 01170000.xhp#par_id3154395.63.help.text
+#. mmbd
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154395\n"
+"63\n"
+"help.text"
msgid "Date fields can be easily edited by the user with the up arrow and down arrow keys. Depending on the cursor position, the day, month, or the year is can be increased or decreased using the arrow keys."
msgstr "მომხმარებელს შეუძლია ადვილად გაუკეთოს რედაქტირება თარიღის ველებს ზემოთ მიმართული და ქვემოთ მიმართული ისრების ღილაკებით. კურსორის განლაგებიდან გამომდინარე, შესაძლებელია დღის, თვის ან წლის შეცვლა ისრების ღილაკების გამოყენებით."
-#: 01170000.xhp#par_id3153112.132.help.text
+#. d\b(
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3153112\n"
+"132\n"
+"help.text"
msgid "<link href=\"text/shared/02/01170003.xhp\" name=\"Specific Remarks on Date Fields\">Specific Remarks on Date Fields</link>."
msgstr "<link href=\"text/shared/02/01170003.xhp\" name=\"Specific Remarks on Date Fields\">სპეციფიური შენიშვნები თარიღის ველებზე</link>."
-#: 01170000.xhp#hd_id3152369.31.help.text
-msgctxt "01170000.xhp#hd_id3152369.31.help.text"
+#. *@x^
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3152369\n"
+"31\n"
+"help.text"
msgid "Time Field"
msgstr ""
-#: 01170000.xhp#par_id3153687.help.text
+#. _;8d
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3153687\n"
+"help.text"
msgid "<image id=\"img_id3155949\" src=\"cmd/sc_timefield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155949\">Icon</alt></image>"
msgstr ""
-#: 01170000.xhp#par_id3155399.32.help.text
+#. gB5\
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3155399\n"
+"32\n"
+"help.text"
msgid "<ahelp hid=\".uno:TimeField\">Creates a time field.</ahelp> If the form is linked to a database, the time values for the form can be adopted from the database."
msgstr "<ahelp hid=\".uno:TimeField\">ქმნის დროის ველს.</ahelp> თუ ფორმა დაკავშირებულია მონაცემთა ბაზასთან, დროის მნიშვნელობის მინიჭება ფორმისთვის შესაძლებელია ბაზიდან."
-#: 01170000.xhp#par_id3154764.64.help.text
+#. k;B2
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154764\n"
+"64\n"
+"help.text"
msgid "Time fields can be easily edited by the user with the up and down arrow keys. Depending on the cursor position, the hours, minutes, or the seconds are increased or decreased using the arrow keys."
msgstr "მომხმარებელს შეუძლია ადვილად გაუკეთოს რედაქტირება დროის ველებს ზემოთ მიმართული და ქვემოთ მიმართული ისრების ღილაკებით. კურსორის განლაგებიდან გამომდინარე, შესაძლებელია საათების, წუთების ან წამების შეცვლა ისრების ღილაკების გამოყენებით."
-#: 01170000.xhp#hd_id3156186.27.help.text
-msgctxt "01170000.xhp#hd_id3156186.27.help.text"
+#. \\o_
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3156186\n"
+"27\n"
+"help.text"
msgid "File Selection"
msgstr ""
-#: 01170000.xhp#par_id3150531.help.text
+#. CfY+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3150531\n"
+"help.text"
msgid "<image id=\"img_id3154344\" src=\"cmd/sc_filecontrol.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154344\">Icon</alt></image>"
msgstr ""
-#: 01170000.xhp#par_id3149438.28.help.text
+#. YH#4
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3149438\n"
+"28\n"
+"help.text"
msgid "<ahelp hid=\".uno:FileControl\">Creates a button that enables file selection.</ahelp>"
msgstr "<ahelp hid=\".uno:FileControl\">ქმნის ღილაკს, რომელიც იძლევა ფაილის არჩევის საშუალებას.</ahelp>"
-#: 01170000.xhp#hd_id3154652.33.help.text
-msgctxt "01170000.xhp#hd_id3154652.33.help.text"
+#. }0s}
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3154652\n"
+"33\n"
+"help.text"
msgid "Numerical Field"
msgstr ""
-#: 01170000.xhp#par_id3149396.help.text
+#. }=(O
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3149396\n"
+"help.text"
msgid "<image id=\"img_id3153012\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153012\">Icon</alt></image>"
msgstr ""
-#: 01170000.xhp#par_id3145601.34.help.text
+#. 4=,x
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3145601\n"
+"34\n"
+"help.text"
msgid "<ahelp hid=\".uno:NumericField\">Creates a numerical field.</ahelp> If the form is linked to a database, the numerical values in the form can be adopted from the database."
msgstr "<ahelp hid=\".uno:NumericField\">ქმნის ნუმერაციულ ველს.</ahelp> თუ ფორმა დაკავშირებულია მონაცემთა ბაზასთან, ფორმაში ნუმერაციის მნიშვნელობის მინიჭება შესაძლებელია ბაზიდან."
-#: 01170000.xhp#hd_id3153612.35.help.text
-msgctxt "01170000.xhp#hd_id3153612.35.help.text"
+#. g#SJ
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3153612\n"
+"35\n"
+"help.text"
msgid "Currency Field"
msgstr ""
-#: 01170000.xhp#par_id3145324.help.text
+#. sz7S
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3145324\n"
+"help.text"
msgid "<image id=\"img_id3152866\" src=\"cmd/sc_currencyfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152866\">Icon</alt></image>"
msgstr ""
-#: 01170000.xhp#par_id3145115.36.help.text
+#. Gnnn
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3145115\n"
+"36\n"
+"help.text"
msgid "<ahelp hid=\".uno:CurrencyField\">Creates a currency field.</ahelp> If the form is linked to a database, the currency field contents for in the form can be adopted from the database."
msgstr "<ahelp hid=\".uno:CurrencyField\">ქმნის ვალუტის ველს.</ahelp> თუ ფორმა დაკავშირებულია მონაცემთა ბაზასთან, ფორმაში ვალუტის ველის შიგთავსის მნიშვნელობის ამოღება შესაძლებელია ბაზიდან."
-#: 01170000.xhp#hd_id3148825.37.help.text
-msgctxt "01170000.xhp#hd_id3148825.37.help.text"
+#. $(-O
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3148825\n"
+"37\n"
+"help.text"
msgid "Pattern Field"
msgstr ""
-#: 01170000.xhp#par_id3149742.help.text
+#. l)jO
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3149742\n"
+"help.text"
msgid "<image id=\"img_id3148924\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148924\">Icon</alt></image>"
msgstr ""
-#: 01170000.xhp#par_id3150122.38.help.text
+#. aby2
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3150122\n"
+"38\n"
+"help.text"
msgid "<ahelp hid=\".uno:PatternField\">Creates a pattern field.</ahelp> Pattern fields consist of an edit mask and a literal mask. The edit mask determines which data can be entered. The literal mask determines the contents of the pattern field when loading the form."
msgstr "<ahelp hid=\".uno:PatternField\">ქმნის შაბლონის ველს.</ahelp> შაბლონის ველები შედგება რედაქტირების ნიღბისგან და პირდაპირი ნიღბისგან. რედაქტირების ნიღაბი განსაზღვრავს მონაცემებს, რომელთა შეყვანა შესაძლებელია. პირდაპირი ნიღაბი განსაზღვრავს შაბლონის ველის შიგთავსს ფორმის ჩატვირთვისას."
-#: 01170000.xhp#par_id3152947.67.help.text
+#. :6k~
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3152947\n"
+"67\n"
+"help.text"
msgid "Please note that pattern fields are not exported into HTML format."
msgstr "გთხოვთ გაითვალისწინოთ, რომ შაბლონის ველების HTML ფორმატში გადაყვანა არ ხდება."
-#: 01170000.xhp#hd_id3145147.14.help.text
+#. zd3T
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3145147\n"
+"14\n"
+"help.text"
msgid "Group Box"
msgstr "ჯგუფური ველი"
-#: 01170000.xhp#par_id3159334.help.text
+#. r=Ii
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3159334\n"
+"help.text"
msgid "<image id=\"img_id3153790\" src=\"cmd/sc_groupbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153790\">Icon</alt></image>"
msgstr ""
-#: 01170000.xhp#par_id3154572.15.help.text
+#. 5:GK
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154572\n"
+"15\n"
+"help.text"
msgid "<ahelp hid=\".uno:GroupBox\">Creates a frame to visually group several controls.</ahelp> Group boxes allow you to group option buttons in a frame."
msgstr "<ahelp hid=\".uno:GroupBox\">ქმნის ჩარჩოს რამდენიმე სამართავი ღილაკის ვიზუალურად დასაჯგუფებლად.</ahelp> ჯგუფური ველების მეშვეობით შესაძლებელია არჩევანის ღილაკების ჩარჩოში დაჯგუფება."
-#: 01170000.xhp#par_id3148394.72.help.text
+#. 9[P!
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3148394\n"
+"72\n"
+"help.text"
msgid "If you insert a group frame into the document, the <link href=\"text/shared/autopi/01120000.xhp\" name=\"Group Element Wizard\">Group Element Wizard</link> starts, which allows you to easily create an option group."
msgstr "დოკუმენტში ჯგუფის ჩარჩოს ჩასმისას ირთვება <link href=\"text/shared/autopi/01120000.xhp\" name=\"Group Element Wizard\">ჯგუფის ელემენტის გზამკვლევი</link> ირთვება, რომელიც საშუალებას გაძლევთ ადვილად შექმნათ არჩევანის ჯგუფი."
-#: 01170000.xhp#par_id3150567.65.help.text
+#. w]Gr
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3150567\n"
+"65\n"
+"help.text"
msgid "<emph>Note:</emph> When you drag a group box over already existing controls and then want to select a control, you have to first open the context menu of the group box and choose <emph>Arrange - Send to Back</emph>. Then select the control while pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>."
msgstr "<emph>Note:</emph> როდესაც ჯგუფური ველი უკვე არსებულ სამართავ ღილაკებზე გადაგაქვთ და შემდეგ სამართავი ღილაკის შერჩევა გსურთ, ჯერ უნდა გახსნათ ჯგუფური ველის კონტექსტუალური მენიუ და აირჩიოთ <emph>დაწყობა - უკან გაგზავნა</emph>. შემდეგ შეარჩიეთ სამართავი ღილაკი და პარალელურად დააჭირეთ <switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანებას </caseinline><defaultinline>Ctrl</defaultinline></switchinline>."
-#: 01170000.xhp#par_id3145615.66.help.text
+#. l;ol
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3145615\n"
+"66\n"
+"help.text"
msgid "Group boxes are used only for a visual effect. A functional grouping of option fields can be made through the name definition: under the <link href=\"text/shared/02/01170101.xhp\" name=\"Name\"><emph>Name</emph></link> properties of all option fields, enter the same name in order to group them."
msgstr "ჯგუფური ველები გამოიყენება მხოლოდ ვიზუალური ეფექტის სახით. არჩევანის ველების ფუნქციონალური დაჯგუფების შექმნა შესაძლებელია სახელის განსაზღვრის გზით: ყველა არჩევანის ველის <link href=\"text/shared/02/01170101.xhp\" name=\"Name\"><emph>სახელი</emph></link> პარამეტრის ქვეშ, შეიყვანეთ იგივე სახელი მათ დასაჯგუფებლად."
-#: 01170000.xhp#hd_id3157996.39.help.text
+#. giEZ
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3157996\n"
+"39\n"
+"help.text"
msgid "Table Control"
msgstr "ცხრილის სამართავი ღილაკი"
-#: 01170000.xhp#par_id3156402.help.text
+#. ttjq
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3156402\n"
+"help.text"
msgid "<image id=\"img_id3146324\" src=\"cmd/sc_grid.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146324\">Icon</alt></image>"
msgstr ""
-#: 01170000.xhp#par_id3154579.40.help.text
+#. ?,Lv
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154579\n"
+"40\n"
+"help.text"
msgid "<ahelp hid=\".\">Creates a table control to display a database table.</ahelp> If you create a new table control, the <link href=\"text/shared/02/01170800.xhp\" name=\"Table Element Wizard\">Table Element Wizard</link> appears."
msgstr "<ahelp hid=\".\">ქმნის ცხრილის სამართავ ღილაკს მონაცემთა ბაზის ცხრილის საჩვენებლად.</ahelp> ახალი ცხრილის სამართავი ღილაკის შექმნისას ჩნდება <link href=\"text/shared/02/01170800.xhp\" name=\"Table Element Wizard\">ცხრილის ელემენტის გზამკვლევი</link> ."
-#: 01170000.xhp#par_id3154697.133.help.text
+#. ?nVH
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154697\n"
+"133\n"
+"help.text"
msgid "<link href=\"text/shared/02/01170004.xhp\" name=\"Special Information about Table Controls\">Special information about Table Controls</link>."
msgstr "<link href=\"text/shared/02/01170004.xhp\" name=\"Special Information about Table Controls\">საგანგებო ინფორმაცია ცხრილის სამართავი ღილაკების შესახებ</link>."
-#: 01170000.xhp#par_idN11B1E.help.text
-msgctxt "01170000.xhp#par_idN11B1E.help.text"
+#. Bc{!
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11B1E\n"
+"help.text"
msgid "Navigation bar"
msgstr ""
-#: 01170000.xhp#par_idN11B2C.help.text
+#. M!A-
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11B2C\n"
+"help.text"
msgid "<image id=\"img_id5074922\" src=\"cmd/sc_navigationbar.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id5074922\">Icon</alt></image>"
msgstr ""
-#: 01170000.xhp#par_idN11B3D.help.text
+#. WggQ
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11B3D\n"
+"help.text"
msgid "<ahelp hid=\"SID_FM_NAVIGATIONBAR\">Creates a navigation bar.</ahelp>"
msgstr "<ahelp hid=\"SID_FM_NAVIGATIONBAR\">ქმნის ნავიგაციის ზოლს.</ahelp>"
-#: 01170000.xhp#par_idN11DB1.help.text
+#. Md|~
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11DB1\n"
+"help.text"
msgid "The navigation bar allows you to move through the records of a database or a database form. The controls on this navigation bar work the same way as the controls on the default <link href=\"text/shared/main0213.xhp\">navigation bar</link> in $[officename]."
msgstr "ნავიგაციის ზოლის მეშვეობით შესაძლებელია მონაცემთა ბაზის ჩანაწერებში ან მონაცემთა ბაზის ფორმაში გადაადგილება. ამ ნავიგაციის ზოლში სამართავი ღილაკები მოქმედებენ იმგვარად, როგორც სამართავი ღილაკები სტანდარტულ <link href=\"text/shared/main0213.xhp\">ნავიგაციის ზოლზე</link> $[officename]-ში."
-#: 01170000.xhp#hd_id3146815.136.help.text
+#. ^fAO
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3146815\n"
+"136\n"
+"help.text"
msgid "Automatic Control Focus"
msgstr "ავტომატური სამართავი ღილაკის ფოკუსი"
-#: 01170000.xhp#par_id3150261.help.text
+#. e.5}
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3150261\n"
+"help.text"
msgid "<image id=\"img_id3149351\" src=\"cmd/sc_autocontrolfocus.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149351\">Icon</alt></image>"
msgstr ""
-#: 01170000.xhp#par_id3109848.137.help.text
+#. HMJa
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3109848\n"
+"137\n"
+"help.text"
msgid "<ahelp hid=\".uno:AutoControlFocus\">If<emph> Automatic Control Focus </emph>is activated, the first form control will be selected when you open the document. If the button is not activated, the text will be selected after opening. The <link href=\"text/shared/02/01170300.xhp\" name=\"Tab Order\">Tab Order</link> that you have specified determines which is the first form control.</ahelp>"
msgstr "<ahelp hid=\".uno:AutoControlFocus\">თუ<emph> ავტომატური სამართავი ღილაკის ფოკუსი </emph>გააქტიურებულია, დოკუმენტის გახსნისას მოინიშნება პირველი ფორმის სამართავი ღილაკი. თუ ღილაკი არ არის გააქტიურებული, ტექსტი მოინიშნება გახსნის შემდეგ. თქვენს მიერ მითითებული <link href=\"text/shared/02/01170300.xhp\" name=\"Tab Order\">ტაბების თანმიმდევრობა</link> განსაზღვრავს პირველი ფორმის სამართავ ღილაკს.</ahelp>"
-#: 12040000.xhp#tit.help.text
-msgctxt "12040000.xhp#tit.help.text"
-msgid "Remove Filter/Sorting"
-msgstr ""
-
-#: 12040000.xhp#hd_id3155069.1.help.text
-msgid "<link href=\"text/shared/02/12040000.xhp\" name=\"Remove Filter/Sorting\">Remove Filter/Sorting</link>"
-msgstr ""
-
-#: 12040000.xhp#par_id3154094.2.help.text
-msgid "<ahelp hid=\".uno:RemoveFilterSort\" visibility=\"visible\">Cancels the filter settings and displays all of the records in the current table.</ahelp>"
-msgstr ""
-
-#: 12040000.xhp#par_id3146130.help.text
-msgid "<image src=\"cmd/sc_removefilter.png\" id=\"img_id3151315\"><alt id=\"alt_id3151315\">Icon</alt></image>"
-msgstr ""
-
-#: 12040000.xhp#par_id3153750.3.help.text
-msgctxt "12040000.xhp#par_id3153750.3.help.text"
-msgid "Remove Filter/Sorting"
-msgstr ""
-
-#: 09070300.xhp#tit.help.text
-msgctxt "09070300.xhp#tit.help.text"
-msgid "Document"
-msgstr ""
-
-#: 09070300.xhp#hd_id3143284.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/09070300.xhp\" name=\"Document\">Document</link>"
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-
-#: 09070300.xhp#par_id3154682.2.help.text
-msgid "Hyperlinks to any document or targets in documents can be edited using the <emph>Document</emph> tab from the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link>."
-msgstr ""
-
-#: 09070300.xhp#hd_id3150808.3.help.text
-msgctxt "09070300.xhp#hd_id3150808.3.help.text"
-msgid "Document"
-msgstr ""
-
-#: 09070300.xhp#hd_id3150710.5.help.text
-msgid "Path"
-msgstr "გეზი"
-
-#: 09070300.xhp#par_id9462263.help.text
-msgctxt "09070300.xhp#par_id9462263.help.text"
-msgid "<ahelp hid=\".\">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.</ahelp>"
-msgstr ""
-
-#: 09070300.xhp#hd_id3145136.6.help.text
-msgid "Open File"
-msgstr ""
-
-#: 09070300.xhp#par_id3149095.7.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_HYPERLINK_DOCUMENT:BTN_FILEOPEN\">Opens the <emph>Open dialog,</emph> where you can select a file.</ahelp>"
-msgstr ""
-
-#: 09070300.xhp#hd_id3149828.8.help.text
-msgid "Target in document"
-msgstr ""
-
-#: 09070300.xhp#hd_id3145071.10.help.text
-msgctxt "09070300.xhp#hd_id3145071.10.help.text"
-msgid "Target"
-msgstr ""
-
-#: 09070300.xhp#par_id3146957.11.help.text
-msgid "<ahelp hid=\"SVX:EDIT:RID_SVXPAGE_HYPERLINK_DOCUMENT:ED_TARGET_DOC\">Specifies a target for the hyperlink into the document specified under <emph>Path</emph>.</ahelp>"
-msgstr ""
-
-#: 09070300.xhp#hd_id3147242.12.help.text
-msgid "Target in Document"
-msgstr ""
-
-#: 09070300.xhp#par_id3149811.13.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_HYPERLINK_DOCUMENT:BTN_BROWSE\">Opens the <emph>Target in Document</emph> dialog.</ahelp>"
-msgstr ""
-
-#: 09070300.xhp#hd_id3153320.14.help.text
-msgctxt "09070300.xhp#hd_id3153320.14.help.text"
-msgid "URL"
-msgstr ""
-
-#: 09070300.xhp#par_id3153880.15.help.text
-msgid "Specifies the URL, which results from the entries in <emph>Path</emph> and <emph>Destination</emph>."
-msgstr ""
-
-#: 01170103.xhp#tit.help.text
-msgctxt "01170103.xhp#tit.help.text"
-msgid "Events"
-msgstr ""
-
-#: 01170103.xhp#bm_id3148643.help.text
-msgid "<bookmark_value>controls; events</bookmark_value> <bookmark_value>events; controls</bookmark_value> <bookmark_value>macros; assigning to events in forms</bookmark_value>"
-msgstr ""
-
-#: 01170103.xhp#hd_id3148643.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/01170103.xhp\" name=\"Events\">Events</link>"
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-
-#: 01170103.xhp#par_id3152350.2.help.text
-msgid "On the<emph> Events </emph>tab page you can link macros to events that occur in a form's control fields."
-msgstr ""
-
-#: 01170103.xhp#par_id3155419.40.help.text
-msgid "When the event occurs, the linked macro will be called. To assign a macro to an event, press the <emph>...</emph> button. An <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05060700.xhp\" name=\"Assign Macro\">Assign Macro</link></caseinline><defaultinline>dialog</defaultinline></switchinline> opens."
-msgstr ""
-
-#: 01170103.xhp#par_id3149732.3.help.text
-msgid "Depending on the control, different events are available. Only the available events for the selected control and context are listed on the <emph>Events</emph> tab page. The following events are defined:"
-msgstr ""
-
-#: 01170103.xhp#hd_id3149191.12.help.text
-msgid "Approve action"
-msgstr ""
-
-#: 01170103.xhp#par_id3153717.13.help.text
-msgid "<ahelp hid=\"HID_EVT_APPROVEACTIONPERFORMED\">This event takes place before an action is triggered by clicking the control.</ahelp> For example, clicking a \"Submit\" button initiates a send action; however, the actual \"send\" process is started only when the <emph>When initiating</emph> event occurs. The <emph>Approve action</emph> event allows you to kill the process. If the linked method sends back FALSE, <emph>When initiating</emph> will not be executed."
-msgstr ""
-
-#: 01170103.xhp#hd_id3156024.36.help.text
-msgid "Execute action"
-msgstr ""
-
-#: 01170103.xhp#par_id3145609.37.help.text
-msgid "<ahelp hid=\"HID_EVT_ACTIONPERFORMED\">The <emph>Execute action</emph> event occurs when an action is started.</ahelp> For example, if you have a \"Submit\" button in your form, the send process represents the action to be initiated."
-msgstr ""
-
-#: 01170103.xhp#hd_id3156343.41.help.text
-msgid "Changed"
-msgstr ""
-
-#: 01170103.xhp#par_id3148755.42.help.text
-msgid "<ahelp hid=\"HID_EVT_CHANGED\">The<emph> Changed </emph>event takes place when the control loses the focus and the content of the control has changed since it lost the focus.</ahelp>"
-msgstr ""
-
-#: 01170103.xhp#hd_id3153524.10.help.text
-msgid "Text modified"
-msgstr ""
-
-#: 01170103.xhp#par_id3150495.11.help.text
-msgid "<ahelp hid=\"HID_EVT_TEXTCHANGED\">The<emph> Text modified </emph>event takes place if you enter or modify a text in an input field.</ahelp>"
-msgstr ""
-
-#: 01170103.xhp#hd_id3154123.8.help.text
-msgid "Item status changed"
-msgstr ""
-
-#: 01170103.xhp#par_id3150870.9.help.text
-msgid "<ahelp hid=\"HID_EVT_ITEMSTATECHANGED\" visibility=\"hidden\">The<emph> Item status changed </emph>event takes place if the status of the control field has changed.</ahelp>The<emph> Item status changed</emph> event takes place if he status of the control field has changed."
-msgstr ""
-
-#: 01170103.xhp#hd_id3151176.16.help.text
-msgid "When receiving focus"
-msgstr ""
-
-#: 01170103.xhp#par_id3154218.17.help.text
-msgid "<ahelp hid=\"HID_EVT_FOCUSGAINED\">The<emph> When receiving focus </emph>event takes place if a control field receives the focus.</ahelp>"
-msgstr ""
-
-#: 01170103.xhp#hd_id3150447.18.help.text
-msgid "When losing focus"
-msgstr ""
-
-#: 01170103.xhp#par_id3159252.19.help.text
-msgid "<ahelp hid=\"HID_EVT_FOCUSLOST\">The<emph> When losing focus </emph>event takes place if a control field looses the focus.</ahelp>"
-msgstr ""
-
-#: 01170103.xhp#hd_id3147287.20.help.text
-msgid "Key pressed"
-msgstr ""
-
-#: 01170103.xhp#par_id3152940.21.help.text
-msgid "<ahelp hid=\"HID_EVT_KEYTYPED\">The <emph>Key pressed </emph>event occurs when the user presses any key while the control has the focus.</ahelp> This event may be linked to a macro for checking entries."
-msgstr ""
-
-#: 01170103.xhp#hd_id3154127.43.help.text
-msgid "Key released"
-msgstr ""
-
-#: 01170103.xhp#par_id3154150.44.help.text
-msgid "<ahelp hid=\"HID_EVT_KEYUP\">The<emph> Key released </emph>event occurs when the user releases any key while the control has the focus.</ahelp>"
-msgstr ""
-
-#: 01170103.xhp#hd_id3154921.26.help.text
-msgid "Mouse inside"
-msgstr ""
-
-#: 01170103.xhp#par_id3148618.27.help.text
-msgid "<ahelp hid=\"HID_EVT_MOUSEENTERED\">The<emph> Mouse inside </emph>event takes place if the mouse is inside the control field.</ahelp>"
-msgstr ""
-
-#: 01170103.xhp#hd_id3148576.30.help.text
-msgid "Mouse moved while key pressed"
-msgstr ""
-
-#: 01170103.xhp#par_id3155411.31.help.text
-msgid "<ahelp hid=\"HID_EVT_MOUSEDRAGGED\">The<emph> Mouse moved while key pressed </emph>event takes place when the mouse is dragged while a key is pressed.</ahelp> An example is when, during drag-and-drop, an additional key determines the mode (move or copy)."
-msgstr ""
-
-#: 01170103.xhp#hd_id3149262.32.help.text
-msgid "Mouse moved"
-msgstr ""
-
-#: 01170103.xhp#par_id3146975.33.help.text
-msgid "<ahelp hid=\"HID_EVT_MOUSEMOVED\">The<emph> Mouse moved </emph>event occurs if the mouse moves over the control.</ahelp>"
-msgstr ""
-
-#: 01170103.xhp#hd_id3159197.22.help.text
-msgid "Mouse button pressed"
-msgstr ""
-
-#: 01170103.xhp#par_id3145271.23.help.text
-msgid "<ahelp hid=\"HID_EVT_MOUSEPRESSED\">The<emph> Mouse button pressed </emph>event occurs if the mouse button is pressed while the mouse pointer is on the control.</ahelp>"
-msgstr ""
-
-#: 01170103.xhp#par_idN108BD.help.text
-msgid "Note that this event is also used for notifying requests for a popup context menu on the control."
-msgstr ""
-
-#: 01170103.xhp#hd_id3148880.24.help.text
-msgid "Mouse button released"
-msgstr ""
-
-#: 01170103.xhp#par_id3150659.25.help.text
-msgid "<ahelp hid=\"HID_EVT_MOUSERELEASED\">The<emph> Mouse button released </emph>event occurs if the mouse button is released while the mouse pointer is on the control.</ahelp>"
-msgstr ""
-
-#: 01170103.xhp#hd_id3156286.28.help.text
-msgid "Mouse outside"
-msgstr ""
-
-#: 01170103.xhp#par_id3149582.29.help.text
-msgid "<ahelp hid=\"HID_EVT_MOUSEEXITED\">The<emph> Mouse outside </emph>event takes place when the mouse is outside the control field.</ahelp>"
-msgstr ""
-
-#: 07090000.xhp#tit.help.text
-msgid "Export Directly as PDF"
-msgstr ""
-
-#: 07090000.xhp#hd_id3146946.1.help.text
-msgid "<link href=\"text/shared/02/07090000.xhp\" name=\"Export Directly as PDF\">Export Directly as PDF</link>"
-msgstr ""
-
-#: 07090000.xhp#par_id3085157.2.help.text
-msgid "<ahelp hid=\".uno:ExportDirectToPDF\" visibility=\"visible\">Exports the current document directly as PDF. No settings dialog is shown.</ahelp>"
-msgstr ""
-
-#: 01170802.xhp#tit.help.text
-msgid "Table Element Wizard: Field Selection"
-msgstr ""
-
-#: 01170802.xhp#hd_id3155934.13.help.text
-msgid "<link href=\"text/shared/02/01170802.xhp\" name=\"Table Element Wizard: Field Selection\">Table Element Wizard: Field Selection</link>"
-msgstr ""
-
-#: 01170802.xhp#par_id3150476.10.help.text
-msgid "Specifies which fields in the table control field should be displayed."
-msgstr ""
-
-#: 01170802.xhp#hd_id3149346.11.help.text
-msgid "Selected Fields"
-msgstr ""
-
-#: 01170802.xhp#par_id3155941.12.help.text
-msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_GW_FIELDSELECTION_LB_SELECTED_FIELDS\">Displays the data fields that are accepted into the form field.</ahelp>"
-msgstr ""
-
-#: 12070100.xhp#tit.help.text
-msgctxt "12070100.xhp#tit.help.text"
-msgid "Table"
-msgstr ""
-
-#: 12070100.xhp#hd_id3151299.1.help.text
-msgctxt "12070100.xhp#hd_id3151299.1.help.text"
-msgid "Table"
-msgstr ""
-
-#: 12070100.xhp#bm_id3156183.help.text
-msgid "<bookmark_value>database contents; inserting as tables</bookmark_value>"
-msgstr ""
-
-#: 12070100.xhp#par_id3156183.18.help.text
-msgid "<ahelp hid=\"SW:RADIOBUTTON:DLG_AP_INSERT_DB_SEL:RB_AS_TABLE\" visibility=\"hidden\">Inserts data selected from the data source browser into the document as a table.</ahelp>In the <emph>Insert Database Columns</emph> dialog, select the <emph>Table</emph> option to insert the selected data into the document as a table. In the dialog, you can decide which database fields or columns are transferred, and how the text table is formatted."
-msgstr ""
-
-#: 12070100.xhp#hd_id3152594.2.help.text
-msgctxt "12070100.xhp#hd_id3152594.2.help.text"
-msgid "Table"
-msgstr ""
-
-#: 12070100.xhp#par_id3152918.19.help.text
-msgid "In the <emph>Table</emph> area, use the arrow keys to select the columns of the database table that you want to apply to the text table."
-msgstr ""
-
-#: 12070100.xhp#hd_id3156042.3.help.text
-msgctxt "12070100.xhp#hd_id3156042.3.help.text"
-msgid "Database columns"
-msgstr ""
-
-#: 12070100.xhp#par_id3152425.20.help.text
-msgid "<ahelp hid=\"SW:LISTBOX:DLG_AP_INSERT_DB_SEL:LB_TBL_DB_COLUMN\">Specifies the database columns to be inserted into the text table.</ahelp> All database table columns that have not been accepted in the <emph>Table column(s)</emph> list box are listed here. The entries are sorted alphabetically. "
-msgstr ""
-
-#: 12070100.xhp#hd_id3147577.4.help.text
-msgid "Table column(s)"
-msgstr ""
-
-#: 12070100.xhp#par_id3153527.21.help.text
-msgid "<ahelp hid=\"SW:LISTBOX:DLG_AP_INSERT_DB_SEL:LB_TABLE_COL\">Lists all database columns to be inserted into the document.</ahelp> A column will be assigned to each corresponding entry in the table. The entry order in the <emph>Table column(s)</emph> list box determines the data order in the text table."
-msgstr ""
-
-#: 12070100.xhp#hd_id3146958.5.help.text
-msgid ">>"
-msgstr ">>"
-
-#: 12070100.xhp#par_id3149750.22.help.text
-msgid "<ahelp hid=\"SW_IMAGEBUTTON_DLG_AP_INSERT_DB_SEL_IB_DBCOL_ALL_TO\">Moves all listed database fields into the <emph>Table column(s)</emph> list box.</ahelp> All fields listed in the <emph>Table column(s)</emph> list box are inserted into the document."
-msgstr ""
-
-#: 12070100.xhp#hd_id3163802.6.help.text
-msgctxt "12070100.xhp#hd_id3163802.6.help.text"
-msgid ">"
-msgstr ""
-
-#: 12070100.xhp#par_id3153662.23.help.text
-msgid "<ahelp hid=\"SW_IMAGEBUTTON_DLG_AP_INSERT_DB_SEL_IB_DBCOL_ONE_TO\">Moves the selected database field into the <emph>Table column(s)</emph> list box. </ahelp> You can also double click an entry to move it to the <emph>Table column(s)</emph> list box. All fields listed in the <emph>Table column(s)</emph> list box are inserted into the document."
-msgstr ""
-
-#: 12070100.xhp#hd_id3149732.7.help.text
-msgid "<"
-msgstr "<"
-
-#: 12070100.xhp#par_id3148685.24.help.text
-msgid "<ahelp hid=\"SW_IMAGEBUTTON_DLG_AP_INSERT_DB_SEL_IB_DBCOL_ONE_FROM\">Removes the selected database field from the<emph> Table column(s)</emph> list box</ahelp> The removed field is not inserted into the document."
-msgstr ""
-
-#: 12070100.xhp#hd_id3150771.8.help.text
-msgid "<<"
-msgstr "<<"
-
-#: 12070100.xhp#par_id3154897.25.help.text
-msgid "<ahelp hid=\"SW_IMAGEBUTTON_DLG_AP_INSERT_DB_SEL_IB_DBCOL_ALL_FROM\">Removes all database fields from the <emph>Table column(s)</emph> list box.</ahelp>"
-msgstr ""
-
-#: 12070100.xhp#hd_id3159399.13.help.text
-#, fuzzy
-msgid "Format"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ფორმატი\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ფორმატი\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ფორმატი\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ფორმატი\n"
-"#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ფორმირება\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ფორმატი"
-
-#: 12070100.xhp#par_id3154380.30.help.text
-msgid "Specifies the format for inserting the database fields into the document."
-msgstr ""
-
-#: 12070100.xhp#hd_id3156329.14.help.text
-msgid "From database"
-msgstr "მონაცემთა ბაზიდან"
-
-#: 12070100.xhp#par_id3149415.31.help.text
-msgid "<ahelp hid=\"SW:RADIOBUTTON:DLG_AP_INSERT_DB_SEL:RB_DBFMT_FROM_DB\">Accepts the database formats.</ahelp>"
-msgstr ""
-
-#: 12070100.xhp#hd_id3159148.15.help.text
-msgctxt "12070100.xhp#hd_id3159148.15.help.text"
-msgid "Select"
-msgstr ""
-
-#: 12070100.xhp#par_id3152349.32.help.text
-msgid "<ahelp hid=\"SW:LISTBOX:DLG_AP_INSERT_DB_SEL:LB_DBFMT_FROM_USR\">Specifies a format from the list, if the format information of certain data fields is not accepted.</ahelp> The formats supplied here are only available for certain database fields, such as numeric or Boolean fields. If you select a database field in text format, you will not be able to select any format from the selection list, since the text format will be automatically maintained."
-msgstr ""
-
-#: 12070100.xhp#par_id3144511.33.help.text
-msgid "If the format you want is not listed, select \"Other Formats...\" and define the desired format in the <link href=\"text/shared/01/05020300.xhp\" name=\"Number Format\"><emph>Number Format</emph></link> dialog."
-msgstr ""
-
-#: 12070100.xhp#par_id3154282.34.help.text
-msgid "The number format assigned using the selection list always refers to the database field selected in the <emph>Database columns</emph> list box."
-msgstr ""
-
-#: 12070100.xhp#par_id3154138.35.help.text
-msgid "To insert the data into the document in the form of a table, the correct <emph>Table</emph> option must be active. You can then select a database field from the <emph>Table column(s)</emph> list box to define the formatting of the database field. The changes to the number formats will be applied to the last selection. It does not matter whether the database field was selected from the <emph>Database columns</emph> list box or from the <emph>Table column(s)</emph> list box."
-msgstr ""
-
-#: 12070100.xhp#hd_id3156280.10.help.text
-msgid "Insert table heading"
-msgstr ""
-
-#: 12070100.xhp#par_id3150497.27.help.text
-msgid "<ahelp hid=\"SW:CHECKBOX:DLG_AP_INSERT_DB_SEL:CB_TABLE_HEADON\">Specifies whether to insert a heading line for the columns in the text table.</ahelp>"
-msgstr ""
-
-#: 12070100.xhp#hd_id3153178.11.help.text
-msgid "Apply column name"
-msgstr ""
-
-#: 12070100.xhp#par_id3152922.28.help.text
-msgid "<ahelp hid=\"SW:RADIOBUTTON:DLG_AP_INSERT_DB_SEL:RB_HEADL_COLNMS\">Uses the field names of the database table as headings for each of the text table columns.</ahelp>"
-msgstr ""
-
-#: 12070100.xhp#hd_id3158407.12.help.text
-msgid "Create row only"
-msgstr ""
-
-#: 12070100.xhp#par_id3153194.29.help.text
-msgid "<ahelp hid=\"SW:RADIOBUTTON:DLG_AP_INSERT_DB_SEL:RB_HEADL_EMPTY\">Inserts an empty heading line into the text table.</ahelp> Using the<emph> Create row only </emph>option, you can define headings in the document, which do not correspond to the database field names."
-msgstr ""
-
-#: 12070100.xhp#hd_id3153369.16.help.text
-msgctxt "12070100.xhp#hd_id3153369.16.help.text"
-msgid "Properties"
-msgstr ""
-
-#: 12070100.xhp#par_id3154299.36.help.text
-msgid "<ahelp hid=\"SW:PUSHBUTTON:DLG_AP_INSERT_DB_SEL:PB_TBL_FORMAT\">Opens the <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05090000.xhp\" name=\"Table Format\"><emph>Table Format</emph></link></caseinline><defaultinline><emph>Table Format</emph></defaultinline></switchinline> dialog, which enables you to define the table properties such as borders, background, and column width.</ahelp>"
-msgstr ""
-
-#: 12070100.xhp#hd_id3153728.17.help.text
-#, fuzzy
-msgid "AutoFormat"
-msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ავტო-ფორმატირება\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ავტოფორმატი"
-
-#: 12070100.xhp#par_id3154988.37.help.text
-msgid "<ahelp hid=\"SW:PUSHBUTTON:DLG_AP_INSERT_DB_SEL:PB_TBL_AUTOFMT\">Opens the <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05150101.xhp\" name=\"AutoFormat\"><emph>AutoFormat</emph></link></caseinline><defaultinline><emph>AutoFormat</emph></defaultinline></switchinline> dialog, in which you can select format styles that are immediately applied when inserting the table.</ahelp>"
-msgstr ""
-
-#: 12070200.xhp#tit.help.text
-msgctxt "12070200.xhp#tit.help.text"
-msgid "Fields"
-msgstr ""
-
-#: 12070200.xhp#hd_id3149991.1.help.text
-msgctxt "12070200.xhp#hd_id3149991.1.help.text"
-msgid "Fields"
-msgstr ""
-
-#: 12070200.xhp#bm_id3149987.help.text
-msgid "<bookmark_value>database contents; inserting as fields</bookmark_value>"
-msgstr ""
-
-#: 12070200.xhp#par_id3149987.8.help.text
-msgid "<ahelp hid=\"SW_RADIOBUTTON_DLG_AP_INSERT_DB_SEL_RB_AS_FIELD\" visibility=\"hidden\">Inserts data selected from the data source browser into the document as fields.</ahelp>In the <emph>Insert Database Columns</emph> dialog, select the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\">Fields</link> to insert the selected data into the document as fields. These <link href=\"text/swriter/01/04090006.xhp\" name=\"database fields\">database fields</link> work as wildcards for the individual database columns and can be used for form letters. Click the <link href=\"text/shared/02/12080000.xhp\" name=\"Data to Fields\"><emph>Data to Fields</emph></link> icon to match the contents of the fields to the currently selected record."
-msgstr ""
-
-#: 12070200.xhp#par_id3153114.9.help.text
-msgid "If several records are selected when you choose the <emph>Data to Text</emph> function, the mail merge fields will be inserted according to the number of records. Also, a field command such as \"Next record\" will be inserted automatically between individual field command blocks."
-msgstr ""
-
-#: 12070200.xhp#par_id3145090.10.help.text
-msgid "The <emph>Insert Database Columns</emph> dialog lets you define which database fields to insert into the document and how to format the paragraphs."
-msgstr ""
-
-#: 12070200.xhp#hd_id3156136.2.help.text
-msgctxt "12070200.xhp#hd_id3156136.2.help.text"
-msgid "Fields"
-msgstr ""
+#. AF!?
+#: colortoolbar.xhp
+msgctxt ""
+"colortoolbar.xhp\n"
+"tit\n"
+"help.text"
+msgid "Color"
+msgstr "ფერი"
-#: 12070200.xhp#par_id3147571.11.help.text
-msgid "In the <emph>Fields</emph> area, use the arrow button to select the database table columns into which you want to insert field contents."
+#. O/=(
+#: colortoolbar.xhp
+msgctxt ""
+"colortoolbar.xhp\n"
+"hd_id8983733\n"
+"help.text"
+msgid "<link href=\"text/shared/02/colortoolbar.xhp\">Color</link>"
msgstr ""
-#: 12070200.xhp#hd_id3153345.3.help.text
-msgctxt "12070200.xhp#hd_id3153345.3.help.text"
-msgid "Database columns"
+#. 3`jr
+#: colortoolbar.xhp
+msgctxt ""
+"colortoolbar.xhp\n"
+"par_id1676381\n"
+"help.text"
+msgid "<ahelp hid=\".\">With the Color toolbar you can edit some properties of the selected object.</ahelp>"
msgstr ""
-#: 12070200.xhp#par_id3155535.12.help.text
-msgid "Lists all columns of the database table, which can be accepted in the selection list box to insert them into the document. <ahelp hid=\"SW_LISTBOX_DLG_AP_INSERT_DB_SEL_LB_TXT_DB_COLUMN\" visibility=\"visible\">Select the database columns that you want to insert it in the document.</ahelp>"
+#. BP#z
+#: colortoolbar.xhp
+msgctxt ""
+"colortoolbar.xhp\n"
+"par_id5855281\n"
+"help.text"
+msgid "To open the Color toolbar, click the Color icon on the Picture toolbar."
msgstr ""
-#: 12070200.xhp#hd_id3152551.4.help.text
-msgctxt "12070200.xhp#hd_id3152551.4.help.text"
-msgid ">"
+#. hRR^
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert Database Columns"
msgstr ""
-#: 12070200.xhp#par_id3145345.13.help.text
-msgid "<ahelp visibility=\"visible\" hid=\"SW_IMAGEBUTTON_DLG_AP_INSERT_DB_SEL_IB_DBCOL_TOEDIT\">Moves the fields that you selected in the <emph>Database columns</emph> list box into the selection field.</ahelp> You can also double-click the entry to select it."
+#. yDMe
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"hd_id3147000\n"
+"1\n"
+"help.text"
+msgid "Insert Database Columns"
msgstr ""
-#: 12070200.xhp#hd_id3166411.5.help.text
-msgctxt "12070200.xhp#hd_id3166411.5.help.text"
-msgid "Select"
+#. gO7:
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3143284\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SbaBrwInsert\"><variable id=\"datenintext\">Inserts all fields of the marked record into the current document at the cursor position.</variable></ahelp> The icon is only visible if the current document is a text document or a spreadsheet."
msgstr ""
-#: 12070200.xhp#par_id3163802.14.help.text
-msgid "<ahelp hid=\"SW_MULTILINEEDIT_DLG_AP_INSERT_DB_SEL_ED_DB_TEXT\" visibility=\"visible\">Lists the database columns that you selected to be inserted into the document. You can also enter text here. This text will be also inserted into the document.</ahelp> The entries' order in the selection field corresponds to the data order in the document."
+#. !A6a
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3154186\n"
+"help.text"
+msgid "<image id=\"img_id3147291\" src=\"cmd/sc_sbabrwinsert.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147291\">Icon</alt></image>"
msgstr ""
-#: 12070200.xhp#hd_id3153257.7.help.text
-msgid "Paragraph Style"
-msgstr "პარაგრაფის სტილი"
-
-#: 12070200.xhp#par_id3158430.15.help.text
-msgid "By default, the inserted paragraphs are formatted with the current Paragraph Styles. This format corresponds to the \"none\" entry in the <emph>Paragraph Style</emph> list box. <ahelp hid=\"SW_LISTBOX_DLG_AP_INSERT_DB_SEL_LB_DB_PARA_COLL\" visibility=\"visible\">This is where you can select other Paragraph Styles to apply to the paragraph you want to insert into the document.</ahelp> The list box displays the available Paragraph Styles defined in <item type=\"productname\">%PRODUCTNAME</item> and managed in the <link href=\"text/swriter/01/05130000.xhp\" name=\"Style Catalog\">Style Catalog</link>."
+#. T]Fo
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3153527\n"
+"3\n"
+"help.text"
+msgid "Data to Text"
msgstr ""
-#: 24050000.xhp#tit.help.text
-msgctxt "24050000.xhp#tit.help.text"
-msgid "Blue"
+#. V$Rg
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3153577\n"
+"4\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">In the data source browser, select the record that you want to insert into the document and then click the <emph>Data to Text</emph> icon. The record is inserted in the document at the cursor position, with the contents of each individual field of the record copied to a table column. You can also select multiple records and transfer them into the document by clicking the <emph>Data to Text </emph>icon. Each individual record is then written to a new row.</caseinline></switchinline>"
msgstr ""
-#: 24050000.xhp#hd_id3147588.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/24050000.xhp\" name=\"Blue\">Blue</link>"
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-
-#: 24050000.xhp#par_id3155934.2.help.text
-msgid "<ahelp hid=\".uno:GrafBlue\">Specifies the proportion of blue RGB color components for the selected graphic.</ahelp> Values from -100% (no blue) to +100% (full blue) are possible."
+#. 6$Pu
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3145345\n"
+"5\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">In the data source browser, select the records that you want to insert into the document and then click the <emph>Data to Text</emph> icon, or drag-and-drop data from the data source browser into the document. This opens the <emph>Insert Database Columns </emph>dialog. Select whether the data should be inserted as a <link href=\"text/shared/02/12070100.xhp\" name=\"table\">table</link>, as <link href=\"text/shared/02/12070200.xhp\" name=\"fields\">fields</link> or as <link href=\"text/shared/02/12070300.xhp\" name=\"text\">text</link>.</caseinline></switchinline>"
msgstr ""
-#: 24050000.xhp#par_id3152372.help.text
-msgid "<image id=\"img_id3149549\" src=\"res/sc10867.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149549\">Icon</alt></image>"
+#. nGpT
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3153031\n"
+"6\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">The preferences you set in the<emph> Insert Database Columns </emph>dialog are saved and will be active the next time the dialog is called. This save process is independent of the database and can record the preferences for a maximum of 5 databases.</caseinline></switchinline>"
msgstr ""
-#: 24050000.xhp#par_id3154751.3.help.text
-msgctxt "24050000.xhp#par_id3154751.3.help.text"
-msgid "Blue"
+#. g^~N
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3156326\n"
+"7\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If data is inserted into the document as a table, the table properties are not saved along with the data in the document. If you select the <emph>AutoFormat</emph> function for formatting the table, $[officename] will note the name of the format template. This template will then be used automatically if you insert data as a table again, unless the preferences have been changed.</caseinline></switchinline>"
msgstr ""
-#: callouts.xhp#tit.help.text
-msgctxt "callouts.xhp#tit.help.text"
-msgid "Callouts"
-msgstr ""
+#. {T)^
+#: 01170400.xhp
+msgctxt ""
+"01170400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Add Field"
+msgstr "ველის დამატება"
-#: callouts.xhp#bm_id9298379.help.text
-msgid "<bookmark_value>callouts; drawings</bookmark_value><bookmark_value>speech bubbles</bookmark_value>"
-msgstr ""
+#. PX}+
+#: 01170400.xhp
+msgctxt ""
+"01170400.xhp\n"
+"hd_id3144436\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170400.xhp\" name=\"Add Field\">Add Field</link>"
+msgstr "<link href=\"text/shared/02/01170400.xhp\" name=\"Add Field\">ველის დამატება</link>"
-#: callouts.xhp#par_idN1055A.help.text
-msgid "<link href=\"text/shared/02/callouts.xhp\">Callouts</link>"
+#. Xha6
+#: 01170400.xhp
+msgctxt ""
+"01170400.xhp\n"
+"par_id3166460\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"text\"><ahelp hid=\".uno:AddField\">Opens a window where you can select a database field to add to the form or report.</ahelp></variable>"
msgstr ""
-#: callouts.xhp#par_idN1056A.help.text
-msgid "<ahelp hid=\".\">Opens the Callouts toolbar from which you can insert graphics into your document.</ahelp>"
+#. j|;+
+#: 01170400.xhp
+msgctxt ""
+"01170400.xhp\n"
+"par_id3156114\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FIELD_SEL\">The field selection window lists all database fields of the table or query that was specified as the data source in the <link href=\"text/shared/02/01170201.xhp\" name=\"Form Properties\">Form Properties</link>.</ahelp>"
msgstr ""
-#: callouts.xhp#par_idN10594.help.text
-msgid "<ahelp hid=\".\">Click an icon from the Callouts toolbar, then drag in the document to draw the shape.</ahelp>"
+#. dp(}
+#: 01170400.xhp
+msgctxt ""
+"01170400.xhp\n"
+"par_id3147620\n"
+"4\n"
+"help.text"
+msgid "You can insert a field into the current document by dragging and dropping. A field is then inserted which contains a link to the database."
msgstr ""
-#: callouts.xhp#par_idN10597.help.text
-msgctxt "callouts.xhp#par_idN10597.help.text"
-msgid "Some shapes have a special handle which you can drag to change properties of the shape. The mouse pointer changes to a hand symbol over these special handles."
+#. G+L:
+#: 01170400.xhp
+msgctxt ""
+"01170400.xhp\n"
+"par_id3153541\n"
+"5\n"
+"help.text"
+msgid "If you add fields to a form and you switch off the <link href=\"text/shared/02/01170500.xhp\" name=\"Design Mode\">Design Mode</link>, you can see that $[officename] adds a labeled input field for every inserted database field."
msgstr ""
-#: 07080000.xhp#tit.help.text
-msgid "Stop Loading"
+#. yB3=
+#: 24100000.xhp
+msgctxt ""
+"24100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Crop"
msgstr ""
-#: 07080000.xhp#hd_id3154228.1.help.text
+#. lj*r
+#: 24100000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/02/07080000.xhp\" name=\"Stop Loading\">Stop Loading</link>"
+msgctxt ""
+"24100000.xhp\n"
+"hd_id3154044\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/24100000.xhp\" name=\"Crop\">Crop</link>"
msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
-#: 07080000.xhp#par_id3149495.2.help.text
-msgid "<ahelp hid=\".uno:Stop\">Click to interrupt the current loading process, Ctrl-click (Mac: Command-click) to interrupt all loading processes.</ahelp>"
+#. !=BB
+#: 24100000.xhp
+msgctxt ""
+"24100000.xhp\n"
+"par_id3154863\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GrafAttrCrop\">Allows to crop the display of an inserted picture. Only the display gets cropped, the inserted picture is not changed.</ahelp> A picture must be selected to enable cropping."
msgstr ""
-#: 14060000.xhp#tit.help.text
-msgctxt "14060000.xhp#tit.help.text"
-msgid "Alias"
+#. Mz_8
+#: 24100000.xhp
+msgctxt ""
+"24100000.xhp\n"
+"par_id0514200804261097\n"
+"help.text"
+msgid "In Impress and Draw no dialog is shown when you click the icon, but you see eight cropping handles. Open the context menu of a selected picture and choose <item type=\"menuitem\">Crop Picture</item>, if you want to use the <link href=\"text/shared/01/05030800.xhp\">dialog</link> for cropping."
msgstr ""
-#: 14060000.xhp#hd_id3150758.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Alias</link>"
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-
-#: 14060000.xhp#par_id3148731.2.help.text
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the \"Alias\" row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>.</ahelp>"
+#. )~mf
+#: 24100000.xhp
+msgctxt ""
+"24100000.xhp\n"
+"par_id0514200804261043\n"
+"help.text"
+msgid "<ahelp hid=\".\">Drag any of the eight cropping handles to crop the picture.</ahelp>"
msgstr ""
-#: 14060000.xhp#par_id3150808.help.text
-msgid "<image src=\"cmd/sc_dbviewaliases.png\" id=\"img_id3151315\"><alt id=\"alt_id3151315\">Icon</alt></image>"
+#. grYE
+#: 24100000.xhp
+msgctxt ""
+"24100000.xhp\n"
+"par_id0522200809440491\n"
+"help.text"
+msgid "<image id=\"img_id0522200809434429\" src=\"cmd/sc_crop.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id0522200809434429\">icon</alt></image>"
msgstr ""
-#: 14060000.xhp#par_id3151234.3.help.text
-msgctxt "14060000.xhp#par_id3151234.3.help.text"
-msgid "Alias"
+#. 4@}\
+#: 24100000.xhp
+msgctxt ""
+"24100000.xhp\n"
+"par_id3154927\n"
+"3\n"
+"help.text"
+msgid "Crop"
msgstr ""
-#: 01170202.xhp#tit.help.text
-msgctxt "01170202.xhp#tit.help.text"
+#. 8pkV
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"tit\n"
+"help.text"
msgid "Events"
msgstr ""
-#: 01170202.xhp#bm_id3150499.help.text
+#. B?[S
+#: 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>"
-#: 01170202.xhp#hd_id3150499.1.help.text
+#. F4z0
+#: 01170202.xhp
#, fuzzy
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3150499\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/shared/02/01170202.xhp\" name=\"Events\">Events</link>"
msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 01170202.xhp#par_id3147043.2.help.text
+#. uNl3
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3147043\n"
+"2\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 ""
-#: 01170202.xhp#par_id3159233.3.help.text
+#. TwTt
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3159233\n"
+"3\n"
+"help.text"
msgid "To link an event with a macro, first write a macro that contains all the commands to be executed when the event happens. Then assign this macro to the respective event by clicking the <emph>... </emph>button beside the corresponding event. The<emph> Assign Macro </emph>dialog opens, where you can select the macro."
msgstr ""
-#: 01170202.xhp#par_id3149182.29.help.text
+#. eSwf
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3149182\n"
+"29\n"
+"help.text"
msgid "The following actions can be configured individually, meaning that you can use your own dialogs to depict an action:"
msgstr ""
-#: 01170202.xhp#par_id3166460.30.help.text
+#. H]HG
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3166460\n"
+"30\n"
+"help.text"
msgid "Displaying an error message,"
msgstr ""
-#: 01170202.xhp#par_id3152996.31.help.text
+#. Arvi
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3152996\n"
+"31\n"
+"help.text"
msgid "Confirming a delete process (for data records),"
msgstr ""
-#: 01170202.xhp#par_id3153541.32.help.text
+#. G#nm
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3153541\n"
+"32\n"
+"help.text"
msgid "Querying parameters,"
msgstr ""
-#: 01170202.xhp#par_id3155261.33.help.text
+#. {\Bd
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3155261\n"
+"33\n"
+"help.text"
msgid "Checking input when saving a data record."
msgstr ""
-#: 01170202.xhp#par_id3153127.34.help.text
+#. JB@u
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3153127\n"
+"34\n"
+"help.text"
msgid "For example, you can issue a \"confirm deletion\" request such as \"Really delete customer xyz?\" when deleting a data record."
msgstr ""
-#: 01170202.xhp#par_id0409200920562590.help.text
+#. )F.b
+#: 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 ""
-#: 01170202.xhp#par_id3150986.4.help.text
+#. l7k!
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3150986\n"
+"4\n"
+"help.text"
msgid "The following lists and describes all events in a form that can be linked to a macro:"
msgstr ""
-#: 01170202.xhp#hd_id3147559.17.help.text
+#. HJ#c
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3147559\n"
+"17\n"
+"help.text"
msgid "Before update"
msgstr ""
-#: 01170202.xhp#par_id3149669.56.help.text
+#. bf#.
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3149669\n"
+"56\n"
+"help.text"
msgid "<ahelp hid=\".\">The Before update 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\"."
msgstr ""
-#: 01170202.xhp#hd_id3153779.19.help.text
+#. [mmD
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3153779\n"
+"19\n"
+"help.text"
msgid "After update"
msgstr ""
-#: 01170202.xhp#par_id3153360.57.help.text
+#. oOd*
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3153360\n"
+"57\n"
+"help.text"
msgid "<ahelp hid=\"HID_EVT_AFTERUPDATE\">The After update event occurs after the control content changed by the user has been written into the data source.</ahelp>"
msgstr ""
-#: 01170202.xhp#hd_id3157909.36.help.text
+#. 1vsS
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3157909\n"
+"36\n"
+"help.text"
msgid "Prior to reset"
msgstr ""
-#: 01170202.xhp#par_id3155390.51.help.text
+#. 8wuD
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3155390\n"
+"51\n"
+"help.text"
msgid "<ahelp hid=\"HID_EVT_APPROVERESETTED\">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\"."
msgstr ""
-#: 01170202.xhp#par_id3149236.52.help.text
+#. gKYU
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3149236\n"
+"52\n"
+"help.text"
msgid "A form is reset if one of the following conditions is met:"
msgstr ""
-#: 01170202.xhp#par_id3149164.53.help.text
+#. Qh:`
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3149164\n"
+"53\n"
+"help.text"
msgid "The user presses an (HTML) button that is defined as a reset button."
msgstr ""
-#: 01170202.xhp#par_id3153666.54.help.text
+#. kz1J
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3153666\n"
+"54\n"
+"help.text"
msgid "A new and empty record is created in a form that is linked to a data source. For example, in the last record, the <emph>Next Record</emph> button may be pressed."
msgstr ""
-#: 01170202.xhp#hd_id3156119.37.help.text
+#. `$;/
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3156119\n"
+"37\n"
+"help.text"
msgid "After resetting"
msgstr ""
-#: 01170202.xhp#par_id3148563.55.help.text
+#. 8=0Z
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3148563\n"
+"55\n"
+"help.text"
msgid "<ahelp hid=\"HID_EVT_RESETTED\">The<emph> After resetting </emph>event occurs after a form has been reset.</ahelp>"
msgstr ""
-#: 01170202.xhp#hd_id3150870.27.help.text
+#. /:Qn
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3150870\n"
+"27\n"
+"help.text"
msgid "Before submitting"
msgstr ""
-#: 01170202.xhp#par_id3159152.28.help.text
+#. 5,q.
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3159152\n"
+"28\n"
+"help.text"
msgid "<ahelp hid=\"HID_EVT_SUBMITTED\">The<emph> Before submitting </emph>event occurs before the form data is sent.</ahelp>"
msgstr ""
-#: 01170202.xhp#hd_id3149167.5.help.text
+#. d0[y
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3149167\n"
+"5\n"
+"help.text"
msgid "When loading"
msgstr ""
-#: 01170202.xhp#par_id3156423.6.help.text
+#. 2am\
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3156423\n"
+"6\n"
+"help.text"
msgid "<ahelp hid=\"HID_EVT_LOADED\">The<emph> When loading </emph>event occurs directly after the form has been loaded.</ahelp>"
msgstr ""
-#: 01170202.xhp#hd_id3148451.38.help.text
+#. {Q:#
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3148451\n"
+"38\n"
+"help.text"
msgid "Before reloading"
msgstr ""
-#: 01170202.xhp#par_id3154218.39.help.text
+#. SWXh
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3154218\n"
+"39\n"
+"help.text"
msgid "<ahelp hid=\"HID_EVT_RELOADING\">The<emph> Before reloading </emph>event occurs before the form is reloaded.</ahelp> The data content has not yet been refreshed."
msgstr ""
-#: 01170202.xhp#hd_id3155102.40.help.text
+#. 0+X`
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3155102\n"
+"40\n"
+"help.text"
msgid "When reloading"
msgstr ""
-#: 01170202.xhp#par_id3157895.41.help.text
+#. g,NJ
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3157895\n"
+"41\n"
+"help.text"
msgid "<ahelp hid=\"HID_EVT_RELOADED\">The<emph> When reloading </emph>event occurs directly after the form has been reloaded.</ahelp> The data content has already been refreshed."
msgstr ""
-#: 01170202.xhp#hd_id3152792.42.help.text
+#. g;6i
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3152792\n"
+"42\n"
+"help.text"
msgid "Before unloading"
msgstr ""
-#: 01170202.xhp#par_id3152598.43.help.text
+#. e}_g
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3152598\n"
+"43\n"
+"help.text"
msgid "<ahelp hid=\"HID_EVT_UNLOADING\">The<emph> Before unloading </emph>event occurs before the form is unloaded; that is, separated from its data source.</ahelp>"
msgstr ""
-#: 01170202.xhp#hd_id3154145.44.help.text
+#. Vk/@
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3154145\n"
+"44\n"
+"help.text"
msgid "When unloading"
msgstr ""
-#: 01170202.xhp#par_id3154638.45.help.text
+#. MAQa
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3154638\n"
+"45\n"
+"help.text"
msgid "<ahelp hid=\"HID_EVT_UNLOADED\">The<emph> When unloading </emph>event occurs directly after the form has been unloaded; that is, separated from its data source.</ahelp>"
msgstr ""
-#: 01170202.xhp#hd_id3147426.25.help.text
+#. `n%s
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3147426\n"
+"25\n"
+"help.text"
msgid "Confirm deletion"
msgstr ""
-#: 01170202.xhp#par_id3154988.26.help.text
+#. DK=C
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3154988\n"
+"26\n"
+"help.text"
msgid "<ahelp hid=\"HID_EVT_CONFIRMDELETE\">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."
msgstr ""
-#: 01170202.xhp#hd_id3149481.46.help.text
+#. r$Lo
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3149481\n"
+"46\n"
+"help.text"
msgid "Before record action"
msgstr ""
-#: 01170202.xhp#par_id3156007.58.help.text
+#. 69+b
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3156007\n"
+"58\n"
+"help.text"
msgid "<ahelp hid=\"HID_EVT_APPROVEROWCHANGE\">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."
msgstr ""
-#: 01170202.xhp#hd_id3145749.47.help.text
+#. PWum
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3145749\n"
+"47\n"
+"help.text"
msgid "After record action"
msgstr ""
-#: 01170202.xhp#par_id3146975.59.help.text
+#. yipk
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3146975\n"
+"59\n"
+"help.text"
msgid "<ahelp hid=\"HID_EVT_ROWCHANGE\">The<emph> After record action </emph>event occurs directly after the current record has been changed.</ahelp>"
msgstr ""
-#: 01170202.xhp#hd_id3154012.48.help.text
+#. knxA
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3154012\n"
+"48\n"
+"help.text"
msgid "Before record change"
msgstr ""
-#: 01170202.xhp#par_id3149664.60.help.text
-msgid "<ahelp hid=\"HID_EVT_POSITIONING\">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\"."
+#. %;s]
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3149664\n"
+"60\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_POSITIONING\">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\"."
msgstr ""
-#: 01170202.xhp#hd_id3157975.49.help.text
+#. Xr%V
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3157975\n"
+"49\n"
+"help.text"
msgid "After record change"
msgstr ""
-#: 01170202.xhp#par_id3154098.61.help.text
-msgid "<ahelp hid=\"HID_EVT_POSITIONED\">The<emph> After record change </emph>event occurs directly after the current record pointer has been changed.</ahelp>."
+#. oO}K
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3154098\n"
+"61\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_POSITIONED\">The<emph> After record change </emph>event occurs directly after the current record pointer has been changed.</ahelp>"
msgstr ""
-#: 01170202.xhp#hd_id3151076.50.help.text
+#. HLUI
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3151076\n"
+"50\n"
+"help.text"
msgid "Fill parameters"
msgstr ""
-#: 01170202.xhp#par_id3147396.62.help.text
+#. pbGF
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3147396\n"
+"62\n"
+"help.text"
msgid "<ahelp hid=\"HID_EVT_APPROVEPARAMETER\">The<emph> Fill parameters </emph>event occurs when the form to be loaded has parameters that must be filled out.</ahelp> For example, the data source of the form can be the following SQL command:"
msgstr ""
-#: 01170202.xhp#par_id3148773.63.help.text
+#. 9H+/
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3148773\n"
+"63\n"
+"help.text"
msgid "SELECT * FROM address WHERE name=:name"
msgstr ""
-#: 01170202.xhp#par_id3149581.64.help.text
+#. VmS[
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3149581\n"
+"64\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 ""
-#: 01170202.xhp#hd_id3146926.9.help.text
+#. 9Gzc
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3146926\n"
+"9\n"
+"help.text"
msgid "Error occurred"
msgstr ""
-#: 01170202.xhp#par_id3149485.10.help.text
+#. 4Uwu
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3149485\n"
+"10\n"
+"help.text"
msgid "<ahelp hid=\"HID_EVT_ERROROCCURRED\">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 ""
-#: 01170400.xhp#tit.help.text
-msgid "Add Field"
-msgstr "ველის დამატება"
-
-#: 01170400.xhp#hd_id3144436.1.help.text
-msgid "<link href=\"text/shared/02/01170400.xhp\" name=\"Add Field\">Add Field</link>"
-msgstr "<link href=\"text/shared/02/01170400.xhp\" name=\"Add Field\">ველის დამატება</link>"
-
-#: 01170400.xhp#par_id3166460.2.help.text
-msgid "<variable id=\"text\"><ahelp hid=\".uno:AddField\">Opens a window where you can select a database field to add to the form or report.</ahelp></variable>"
-msgstr ""
-
-#: 01170400.xhp#par_id3156114.3.help.text
-msgid "<ahelp hid=\"HID_FIELD_SEL\">The field selection window lists all database fields of the table or query that was specified as the data source in the <link href=\"text/shared/02/01170201.xhp\" name=\"Form Properties\">Form Properties</link>.</ahelp>"
-msgstr ""
-
-#: 01170400.xhp#par_id3147620.4.help.text
-msgid "You can insert a field into the current document by dragging and dropping. A field is then inserted which contains a link to the database."
-msgstr ""
-
-#: 01170400.xhp#par_id3153541.5.help.text
-msgid "If you add fields to a form and you switch off the <link href=\"text/shared/02/01170500.xhp\" name=\"Design Mode\">Design Mode</link>, you can see that $[officename] adds a labeled input field for every inserted database field."
+#. AvV:
+#: 24050000.xhp
+msgctxt ""
+"24050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Blue"
msgstr ""
-#: 01170800.xhp#tit.help.text
-msgid "Table Element Wizard"
-msgstr ""
+#. wQE`
+#: 24050000.xhp
+#, fuzzy
+msgctxt ""
+"24050000.xhp\n"
+"hd_id3147588\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/24050000.xhp\" name=\"Blue\">Blue</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 01170800.xhp#hd_id3150620.1.help.text
-msgid "<link href=\"text/shared/02/01170800.xhp\" name=\"Table Element Wizard\">Table Element Wizard</link>"
+#. $=r9
+#: 24050000.xhp
+msgctxt ""
+"24050000.xhp\n"
+"par_id3155934\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GrafBlue\">Specifies the proportion of blue RGB color components for the selected graphic.</ahelp> Values from -100% (no blue) to +100% (full blue) are possible."
msgstr ""
-#: 01170800.xhp#par_id3155354.2.help.text
-msgid "If you insert a table control in a document, the <emph>Table Element Wizard</emph> starts automatically. In this wizard, you can interactively specify which information is displayed in the table control."
+#. Pp/M
+#: 24050000.xhp
+msgctxt ""
+"24050000.xhp\n"
+"par_id3152372\n"
+"help.text"
+msgid "<image id=\"img_id3149549\" src=\"res/sc10867.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149549\">Icon</alt></image>"
msgstr ""
-#: 01170800.xhp#par_id3154422.13.help.text
-msgctxt "01170800.xhp#par_id3154422.13.help.text"
-msgid "You can use the <link href=\"text/shared/02/01171100.xhp\" name=\"Wizards On/Off\"><emph>Wizards On/Off</emph></link> icon to keep the wizard from starting automatically."
+#. .sB(
+#: 24050000.xhp
+msgctxt ""
+"24050000.xhp\n"
+"par_id3154751\n"
+"3\n"
+"help.text"
+msgid "Blue"
msgstr ""
-#: colortoolbar.xhp#tit.help.text
-msgid "Color"
-msgstr "ფერი"
+#. 1-sm
+#: 10100000.xhp
+#, fuzzy
+msgctxt ""
+"10100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Close Window"
+msgstr "ფერის ფანჯარა"
-#: colortoolbar.xhp#hd_id8983733.help.text
-msgid "<link href=\"text/shared/02/colortoolbar.xhp\">Color</link>"
-msgstr ""
+#. li$4
+#: 10100000.xhp
+#, fuzzy
+msgctxt ""
+"10100000.xhp\n"
+"hd_id3152895\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/10100000.xhp\" name=\"Close Window\">Close Window</link>"
+msgstr "<link href=\"text/shared/01/01050000.xhp\" name=\"Close\">დახურვა</link>"
-#: colortoolbar.xhp#par_id1676381.help.text
-msgid "<ahelp hid=\".\">With the Color toolbar you can edit some properties of the selected object.</ahelp>"
-msgstr ""
+#. HHeF
+#: 10100000.xhp
+#, fuzzy
+msgctxt ""
+"10100000.xhp\n"
+"par_id3155934\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:CloseWin\">Closes the current window.</ahelp> Choose <emph>Window - Close Window</emph>, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F4. In the page preview of $[officename] Writer and Calc, you can close the current window by clicking the <emph>Close Preview</emph> button."
+msgstr "დოკუმენტში ყოფნისას სხვა გვერდზე კურსორის სწრაფად გადასაადგილებლად დააწკაპუნეთ Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F5, ჩაბეჭდეთ სასურველი გვერდის ნომერი და დაიცადეთ რამდენიმე წუთს."
-#: colortoolbar.xhp#par_id5855281.help.text
-msgid "To open the Color toolbar, click the Color icon on the Picture toolbar."
+#. Hh7p
+#: 10100000.xhp
+msgctxt ""
+"10100000.xhp\n"
+"par_id3147143\n"
+"5\n"
+"help.text"
+msgid "If additional views of the current document were opened by <emph>Window - New Window</emph>, this command will close only the current view."
msgstr ""
-#: 12100200.xhp#tit.help.text
-msgid "Find Record"
-msgstr "ჩანაწერის ძებნა"
-
-#: 12100200.xhp#bm_id3146936.help.text
-msgid "<bookmark_value>tables in databases; searching</bookmark_value> <bookmark_value>forms; browsing</bookmark_value> <bookmark_value>records; searching in databases</bookmark_value> <bookmark_value>searching; databases</bookmark_value> <bookmark_value>databases; searching records</bookmark_value>"
-msgstr ""
+#. MBZ6
+#: 10100000.xhp
+msgctxt ""
+"10100000.xhp\n"
+"par_id3153910\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01050000.xhp\" name=\"Close the current document\">Close the current document</link>"
+msgstr "<link href=\"text/shared/01/01050000.xhp\" name=\"Close the current document\">დახურეთ მიმდინარე დოკუმენტი</link>"
-#: 12100200.xhp#hd_id3146936.1.help.text
-msgid "<variable id=\"datensatzsuche\"><link href=\"text/shared/02/12100200.xhp\" name=\"Find Record\">Find Record</link></variable>"
+#. up5/
+#: flowcharts.xhp
+msgctxt ""
+"flowcharts.xhp\n"
+"tit\n"
+"help.text"
+msgid "Flowchart"
msgstr ""
-#: 12100200.xhp#par_id3147588.2.help.text
-msgid "<variable id=\"suchentext\"><ahelp hid=\".uno:RecSearch\" visibility=\"hidden\">Searches database tables and forms.</ahelp>In forms or database tables, you can search through data fields, list boxes, and check boxes for specific values. </variable>"
+#. /UU~
+#: flowcharts.xhp
+msgctxt ""
+"flowcharts.xhp\n"
+"par_idN10557\n"
+"help.text"
+msgid "<link href=\"text/shared/02/flowcharts.xhp\">Flowchart</link>"
msgstr ""
-#: 12100200.xhp#par_id3149355.3.help.text
-msgid "When searching a table, the data fields of the current table are searched. When searching in a form, the data fields of the table linked with the form are searched."
+#. `w][
+#: flowcharts.xhp
+msgctxt ""
+"flowcharts.xhp\n"
+"par_idN10567\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Flowchart toolbar from which you can insert graphics into your document.</ahelp>"
msgstr ""
-#: 12100200.xhp#par_id3153394.111.help.text
-msgid "The search described here is carried out by <item type=\"productname\">%PRODUCTNAME</item>. If you want to use the SQL server to search in a database, then you should use the <link href=\"text/shared/02/12110000.xhp\" name=\"Form-based Filters\">Form-based Filters</link> icon on the <link href=\"text/shared/main0213.xhp\" name=\"Form Bar\">Form Bar</link>."
+#. Z*ao
+#: flowcharts.xhp
+msgctxt ""
+"flowcharts.xhp\n"
+"par_idN10597\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click an icon from the Flowchart toolbar, then drag in the document to draw the shape.</ahelp>"
msgstr ""
-#: 12100200.xhp#par_id3149095.110.help.text
-msgid "The search function is also available for table controls. When calling the search function from a table control, you can search each column of the table control corresponding to the database columns of the linked database table."
+#. /=9)
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Borders"
msgstr ""
-#: 12100200.xhp#hd_id3143267.112.help.text
-msgid "Search for"
-msgstr "ძიება"
+#. oj#o
+#: 03130000.xhp
+#, fuzzy
+msgctxt ""
+"03130000.xhp\n"
+"hd_id3143284\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/03130000.xhp\" name=\"Borders\">Borders</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 12100200.xhp#par_id3153527.113.help.text
-msgid "Specifies the type of search."
+#. Q.?m
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"par_id3153255\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SetBorderStyle\">Click the <emph>Borders</emph> icon to open the <emph>Borders</emph> toolbar, where you can modify the border of a sheet area or an object.</ahelp>"
msgstr ""
-#: 12100200.xhp#hd_id3153683.6.help.text
-msgid "Text:"
+#. |fDF
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"par_id3147261\n"
+"3\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"></caseinline><defaultinline>This object can be the border of a text frame, a graphic or a table. The icon will only be visible if a graphic, table, object or frame has been selected.</defaultinline></switchinline>"
msgstr ""
-#: 12100200.xhp#par_id3154823.7.help.text
-msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXDLG_SEARCHFORM_RB_SEARCHFORTEXT\">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."
+#. V~24
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"par_id3147226\n"
+"6\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To apply a particular type of border to a single cell, position the cursor in the cell, open the <emph>Border</emph> toolbar and select a border. </caseinline><defaultinline>Whenever you insert graphics or tables, they already have a complete border. To remove that border, select the graphic object or the entire table and click the \"no border\" icon on the <emph>Border</emph> toolbar.</defaultinline></switchinline>"
msgstr ""
-#: 12100200.xhp#par_id3148539.8.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."
+#. MhpI
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"par_id3147576\n"
+"help.text"
+msgid "<image id=\"img_id3149095\" src=\"cmd/sc_setborderstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149095\">Icon</alt></image>"
msgstr ""
-#: 12100200.xhp#hd_id3153662.114.help.text
-msgid "Field content is NULL"
+#. s+L2
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"par_id3152780\n"
+"4\n"
+"help.text"
+msgid "Borders"
msgstr ""
-#: 12100200.xhp#par_id3153543.115.help.text
-msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXDLG_SEARCHFORM_RB_SEARCHFORNULL\">Specifies that fields will be found that contain no data.</ahelp>"
+#. HfCP
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"par_id3148990\n"
+"5\n"
+"help.text"
+msgid "Further information can be found in the Help in <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link>. You can also find information on how to <link href=\"text/shared/guide/border_table.xhp\" name=\"format a text table\">format a text table</link> with the <emph>Borders</emph> icon."
msgstr ""
-#: 12100200.xhp#hd_id3153717.116.help.text
-msgid "Field content is not NULL"
+#. e}=*
+#: 12130000.xhp
+msgctxt ""
+"12130000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data source as table"
msgstr ""
-#: 12100200.xhp#par_id3143270.117.help.text
-msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXDLG_SEARCHFORM_RB_SEARCHFORNOTNULL\">Specifies that fields will be found that contain data.</ahelp>"
+#. VmUf
+#: 12130000.xhp
+msgctxt ""
+"12130000.xhp\n"
+"bm_id3152895\n"
+"help.text"
+msgid "<bookmark_value>data sources; as tables</bookmark_value>"
msgstr ""
-#: 12100200.xhp#hd_id3156153.9.help.text
-msgid "Where to search"
+#. XKCX
+#: 12130000.xhp
+msgctxt ""
+"12130000.xhp\n"
+"hd_id3152895\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12130000.xhp\" name=\"Data source as table\">Data source as table</link>"
msgstr ""
-#: 12100200.xhp#par_id3149164.10.help.text
-msgid "Specifies the fields for the search."
+#. t+M2
+#: 12130000.xhp
+msgctxt ""
+"12130000.xhp\n"
+"par_id3163829\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ViewFormAsGrid\">Activates an additional table view when in the form view.</ahelp> When the<emph> Data source as table</emph> function is activated, you see the table in an area above the form."
msgstr ""
-#: 12100200.xhp#hd_id3154564.105.help.text
-msgctxt "12100200.xhp#hd_id3154564.105.help.text"
-msgid "Form"
+#. k6No
+#: 12130000.xhp
+msgctxt ""
+"12130000.xhp\n"
+"par_id3093440\n"
+"help.text"
+msgid "<image id=\"img_id3156414\" src=\"cmd/sc_viewformasgrid.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156414\">Icon</alt></image>"
msgstr ""
-#: 12100200.xhp#par_id3159176.106.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXDLG_SEARCHFORM_LB_FORM\">Specifies the logical form in which you want the search to take place.</ahelp>"
+#. L`6%
+#: 12130000.xhp
+msgctxt ""
+"12130000.xhp\n"
+"par_id3152801\n"
+"3\n"
+"help.text"
+msgid "Data source as table"
msgstr ""
-#: 12100200.xhp#par_id3155434.107.help.text
-msgid "The<emph> Form </emph>combo box is only visible if the current document is a form document with more than one logical form. It does not appear during a search in tables or queries."
+#. G4~T
+#: 12130000.xhp
+msgctxt ""
+"12130000.xhp\n"
+"par_id3147576\n"
+"4\n"
+"help.text"
+msgid "The table view and form view reflect the same data. Changes made in the table are also visible in the form, and changes to the form are visible in the table."
msgstr ""
-#: 12100200.xhp#par_id3151384.108.help.text
-msgid "Form documents may contain multiple logical forms. These are individual form components, which are each linked to a table."
+#. Qwke
+#: 12130000.xhp
+msgctxt ""
+"12130000.xhp\n"
+"par_id3153748\n"
+"5\n"
+"help.text"
+msgid "If there are several logical forms in a document, the table is only able to show one at a time."
msgstr ""
-#: 12100200.xhp#par_id3145086.109.help.text
-msgid "The <emph>Form</emph> combo box contains the names of all logical forms for which controls exist."
+#. FZ$Y
+#: 24070000.xhp
+msgctxt ""
+"24070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Contrast"
msgstr ""
-#: 12100200.xhp#hd_id3159414.11.help.text
-msgid "All Fields"
-msgstr ""
+#. 8pez
+#: 24070000.xhp
+#, fuzzy
+msgctxt ""
+"24070000.xhp\n"
+"hd_id3154926\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/24070000.xhp\" name=\"Contrast\">Contrast</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 12100200.xhp#par_id3153896.12.help.text
-msgid "<ahelp hid=\"HID_SEARCH_ALLFIELDS\">Searches through all fields.</ahelp> If you are running a search in a table, all fields in the table will be searched. If you are running a search in a form, all fields of the logical form (entered under <emph>Form</emph>) will be searched. If you are running a search in a table control field, all columns that are linked to a valid database table field will be searched."
+#. Dp.s
+#: 24070000.xhp
+msgctxt ""
+"24070000.xhp\n"
+"par_id3149495\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GrafContrast\" visibility=\"visible\">Specifies the contrast for viewing the selected graphic image.</ahelp> Values from -100% (no contrast at all) to +100% (full contrast) are possible."
msgstr ""
-#: 12100200.xhp#par_id3151054.13.help.text
-msgid "Note that the fields of the current logical form do not have to be identical to the fields of the form document. If the form document contains fields that point to multiple data sources (that is, multiple logical forms), the <emph>All Fields</emph> option will only search for the fields linked to data sources in the form document."
+#. A@Y/
+#: 24070000.xhp
+msgctxt ""
+"24070000.xhp\n"
+"par_id3156027\n"
+"help.text"
+msgid "<image src=\"res/sc10864.png\" id=\"img_id3154398\"><alt id=\"alt_id3154398\">Icon</alt></image>"
msgstr ""
-#: 12100200.xhp#hd_id3150865.15.help.text
-msgid "Single field"
+#. ]Vcr
+#: 24070000.xhp
+msgctxt ""
+"24070000.xhp\n"
+"par_id3157991\n"
+"3\n"
+"help.text"
+msgid "Contrast"
msgstr ""
-#: 12100200.xhp#par_id3153360.16.help.text
-msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXDLG_SEARCHFORM_RB_SINGLEFIELD\">Searches through a specified data field.</ahelp>"
+#. O%[:
+#: 03200000.xhp
+msgctxt ""
+"03200000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Change Anchor"
msgstr ""
-#: 12100200.xhp#hd_id3154365.17.help.text
-msgid "Settings"
-msgstr "პარამეტრები"
-
-#: 12100200.xhp#par_id3158408.18.help.text
-msgid "Defines settings to control the search."
+#. qP7h
+#: 03200000.xhp
+msgctxt ""
+"03200000.xhp\n"
+"bm_id3153323\n"
+"help.text"
+msgid "<bookmark_value>anchors; changing</bookmark_value>"
msgstr ""
-#: 12100200.xhp#hd_id3149809.19.help.text
+#. ITMC
+#: 03200000.xhp
#, fuzzy
-msgid "Position"
-msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მდებარეობა\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"Position"
-
-#: 12100200.xhp#par_id3148673.20.help.text
-msgid "<ahelp hid=\"HID_SEARCH_POSITION\">Specifies the relationship of the search term and the field contents.</ahelp> The following options are available:"
-msgstr ""
-
-#: 12100200.xhp#par_id3156280.21.help.text
-msgid "anywhere in the field"
-msgstr ""
-
-#: 12100200.xhp#par_id3145744.22.help.text
-msgid "Returns all fields containing the search pattern anywhere in the field."
-msgstr ""
-
-#: 12100200.xhp#par_id3148451.23.help.text
-msgid "beginning of field"
-msgstr ""
+msgctxt ""
+"03200000.xhp\n"
+"hd_id3153323\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Change Anchor</link>"
+msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
-#: 12100200.xhp#par_id3155429.24.help.text
-msgid "Returns all fields containing the search pattern at the beginning of the field."
+#. q8KK
+#: 03200000.xhp
+msgctxt ""
+"03200000.xhp\n"
+"par_id3150499\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The<emph> Change Anchor </emph>icon is only visible when an object such as a graphic or control field<switchinline select=\"appl\"><caseinline select=\"WRITER\"> or frame</caseinline></switchinline> is selected."
+msgstr ""
+
+#. r#.L
+#: 03200000.xhp
+msgctxt ""
+"03200000.xhp\n"
+"par_id3155555\n"
+"3\n"
+"help.text"
+msgid "Further information about the anchoring is contained in the <link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\"><emph>Anchoring</emph></link> Help section."
msgstr ""
-#: 12100200.xhp#par_id3155131.74.help.text
-msgid "end of field"
+#. Oa:+
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Remove Filter/Sorting"
msgstr ""
-#: 12100200.xhp#par_id3153726.75.help.text
-msgid "Returns all fields containing the search pattern at the end of the field."
+#. XsNS
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"hd_id3155069\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12040000.xhp\" name=\"Remove Filter/Sorting\">Remove Filter/Sorting</link>"
msgstr ""
-#: 12100200.xhp#par_id3147317.25.help.text
-msgid "entire field"
+#. CG!T
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"par_id3154094\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:RemoveFilterSort\" visibility=\"visible\">Cancels the filter settings and displays all of the records in the current table.</ahelp>"
msgstr ""
-#: 12100200.xhp#par_id3154127.26.help.text
-msgid "Returns all fields containing the search pattern as an exact match to the contents of the field."
+#. ieD7
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"par_id3146130\n"
+"help.text"
+msgid "<image src=\"cmd/sc_removefilter.png\" id=\"img_id3151315\"><alt id=\"alt_id3151315\">Icon</alt></image>"
msgstr ""
-#: 12100200.xhp#par_id3152886.27.help.text
-msgid "If the <emph>Wildcard expression</emph> check box is marked, this function is not available."
+#. )(64
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"par_id3153750\n"
+"3\n"
+"help.text"
+msgid "Remove Filter/Sorting"
msgstr ""
-#: 12100200.xhp#hd_id3149664.28.help.text
-msgctxt "12100200.xhp#hd_id3149664.28.help.text"
-msgid "Apply field format"
+#. _g^8
+#: 01171400.xhp
+msgctxt ""
+"01171400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Helplines While Moving"
msgstr ""
-#: 12100200.xhp#par_id3146975.29.help.text
-msgid "<ahelp hid=\"HID_SEARCH_FORMATTER\">Specifies that all field formats are considered when searching in the current document.</ahelp> Field formats are all visible formats that are created using the following possibilities:"
+#. )O=(
+#: 01171400.xhp
+msgctxt ""
+"01171400.xhp\n"
+"hd_id3155599\n"
+"1\n"
+"help.text"
+msgid "Helplines While Moving"
msgstr ""
-#: 12100200.xhp#par_id3150103.78.help.text
-msgid "in table design mode for field properties,"
+#. (VT5
+#: 01171400.xhp
+msgctxt ""
+"01171400.xhp\n"
+"par_id3149549\n"
+"help.text"
+msgid "<image id=\"img_id3149760\" src=\"cmd/sc_helplinesmove.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3149760\">Icon</alt></image>"
msgstr ""
-#: 12100200.xhp#par_id3150488.79.help.text
-msgid "in data source view on column formatting,"
+#. v(\O
+#: 01171400.xhp
+msgctxt ""
+"01171400.xhp\n"
+"par_id3153049\n"
+"4\n"
+"help.text"
+msgid "Helplines While Moving"
msgstr ""
-#: 12100200.xhp#par_id3152941.80.help.text
-msgid "in forms on control properties."
+#. ,d!V
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Increase Indent"
msgstr ""
-#: 12100200.xhp#par_id3156736.81.help.text
-msgid "If the <emph>Apply field format</emph> box is marked, the data source view of the table or form is searched using the formatting set there. If the box is not marked, the database is searched using the formatting saved in the database."
+#. mIZ^
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"bm_id3148520\n"
+"help.text"
+msgid "<bookmark_value>paragraphs; increasing indents of</bookmark_value>"
msgstr ""
-#: 12100200.xhp#par_id3151280.82.help.text
-msgid "Example:"
-msgstr "მაგალითი:"
-
-#: 12100200.xhp#par_id3149959.83.help.text
-msgid "You have a date field, which is saved in \"DD.MM.YY\" format in the database (for example, 17.02.65). The format of the entry is changed in the data source view to \"DD MMM YYYY\" (17 Feb 1965). Following this example, a record containing February 17 is only found when the <emph>Apply field format</emph> option is on:"
-msgstr ""
+#. qg!P
+#: 02140000.xhp
+#, fuzzy
+msgctxt ""
+"02140000.xhp\n"
+"hd_id3148520\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/02140000.xhp\" name=\"Increase Indent\">Increase Indent</link>"
+msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
-#: 12100200.xhp#par_id3150593.84.help.text
-msgctxt "12100200.xhp#par_id3150593.84.help.text"
-msgid "Apply field format"
+#. )ovx
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3151330\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click the Increase Indent icon to increase the left indent of the current paragraph or cell content and set it to the next default tab position.</ahelp>"
msgstr ""
-#: 12100200.xhp#par_id3145253.85.help.text
-msgid "Search pattern"
+#. /]E6
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3149798\n"
+"17\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If several paragraphs are selected, the indentation of all selected paragraphs is increased.</caseinline><caseinline select=\"CALC\">The cell content refers to the current value under <link href=\"text/shared/01/05340300.xhp\" name=\"Format - Cell - Alignment\"><emph>Format - Cell - Alignment</emph></link>.</caseinline></switchinline>"
msgstr ""
-#: 12100200.xhp#par_id3083279.86.help.text
-msgid "on"
+#. sGB1
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3147576\n"
+"help.text"
+msgid "<image id=\"img_id3149388\" src=\"cmd/sc_incrementindent.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149388\">Icon</alt></image>"
msgstr ""
-#: 12100200.xhp#par_id3155850.87.help.text
-msgid "\"Feb\" is returned, but not \"2\"."
+#. #):]
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3166460\n"
+"4\n"
+"help.text"
+msgid "Increase Indent"
msgstr ""
-#: 12100200.xhp#par_id3148590.88.help.text
-msgid "off"
+#. m`eo
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3152996\n"
+"5\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Click the <emph>Increase Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key to move the indenting of the selected paragraph by the default tab distance set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
msgstr ""
-#: 12100200.xhp#par_id3153418.89.help.text
-msgid "\"2\" is returned, but not \"Feb\"."
+#. TYUa
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3157910\n"
+"6\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Example:</caseinline></switchinline>"
msgstr ""
-#: 12100200.xhp#par_id3151321.90.help.text
-msgid "It is recommended that you always search using field formatting."
+#. +T9A
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3153698\n"
+"7\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">The indents of two paragraphs are moved with the <emph>Increase Indent</emph> function to a standard tab distance of 2 cm:</caseinline></switchinline>"
msgstr ""
-#: 12100200.xhp#par_id3149401.91.help.text
-msgid "The following examples show possible issues when searching without field formatting. These issues depend on the database used and only occur for certain internal default formatting:"
+#. 9;/v
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3154047\n"
+"8\n"
+"help.text"
+msgid "Original indent"
msgstr ""
-#: 12100200.xhp#par_id3152971.92.help.text
-msgid "Search results"
+#. vpUX
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3148492\n"
+"9\n"
+"help.text"
+msgid "Indent increased"
msgstr ""
-#: 12100200.xhp#par_id3154273.93.help.text
-msgid "Cause"
+#. ]cV3
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3153126\n"
+"10\n"
+"help.text"
+msgid "Indent increased by the amount with the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command key</caseinline><defaultinline>Ctrl key</defaultinline></switchinline>"
msgstr ""
-#: 12100200.xhp#par_id3153836.94.help.text
-msgid "\"5\" returns \"14:00:00\" as a time"
+#. _5Jy
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3155922\n"
+"11\n"
+"help.text"
+msgid "0.25 cm"
msgstr ""
-#: 12100200.xhp#par_id3156332.95.help.text
-msgid "Time fields are not defined for dBASE databases and must be simulated. To internally display the time \"14:00:00\", a 5 is necessary."
+#. YT0S
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3147265\n"
+"12\n"
+"help.text"
+msgid "2 cm"
msgstr ""
-#: 12100200.xhp#par_id3157965.96.help.text
-msgid "\"00:00:00\" returns all records of a standard date field"
+#. ,Uox
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3149669\n"
+"13\n"
+"help.text"
+msgid "2.25 cm"
msgstr ""
-#: 12100200.xhp#par_id3146081.97.help.text
-msgid "The database stores a date value internally using a combined date/time field."
+#. 5-)5
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3161657\n"
+"14\n"
+"help.text"
+msgid "0.5 cm"
msgstr ""
-#: 12100200.xhp#par_id3155764.98.help.text
-msgid "\"45.79\" does not return \"45.79\" although the <emph>entire field</emph> option is selected under <emph>Position</emph>."
+#. MiA!
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3150791\n"
+"15\n"
+"help.text"
+msgid "2 cm"
msgstr ""
-#: 12100200.xhp#par_id3155518.99.help.text
-msgid "The view shown does not match what is stored internally. For example, if value 45.789 is stored in the database as a field of type Number/Double and the shown formatting is set to display only two decimals, \"45.79\" is only returned in searches with field formatting."
+#. 9ITq
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3154138\n"
+"16\n"
+"help.text"
+msgid "2.5 cm"
msgstr ""
-#: 12100200.xhp#par_id3148481.100.help.text
-msgid "In this case, standard formatting is formatting that refers to the internally stored data. It is not always visible to the user, especially if it is used for simulating data types (for example, time fields in dBASE databases). This depends on the database used and the individual data type. Searching with field formatting is appropriate if you only want to find what is actually shown. This includes fields of type Date, Time, Date/Time and Number/Double."
+#. W*pT
+#: 01230000.xhp
+msgctxt ""
+"01230000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Styles and Formatting"
msgstr ""
-#: 12100200.xhp#par_id3154507.31.help.text
-msgid "However, searching without <emph>Apply field format </emph>is appropriate for larger databases with no formatting issues, because it is faster."
+#. l2KL
+#: 01230000.xhp
+msgctxt ""
+"01230000.xhp\n"
+"hd_id3154228\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01230000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link>"
msgstr ""
-#: 12100200.xhp#par_id3153355.118.help.text
-msgid "If you are searching the values of check boxes, and <emph>Apply field format</emph> is on, then you will receive a \"1\" for marked check boxes, a \"0\" for unmarked check boxes, and an empty string for undefined (tristate) check boxes. If the search has been carried out with <emph>Apply field format</emph> set to off, you will see the language-dependent default values \"TRUE\" or \"FALSE\"."
+#. O)zp
+#: 01230000.xhp
+msgctxt ""
+"01230000.xhp\n"
+"par_id3144436\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DesignerDialog\">Specifies whether to show or hide the Styles and Formatting window, which is where you can assign and organize Styles.</ahelp>"
msgstr ""
-#: 12100200.xhp#par_id3150995.119.help.text
-msgid "If you use <emph>Apply field format</emph> when searching in list boxes, you find the text displayed in list boxes. If you do not use <emph>Apply field format,</emph> you will find the contents corresponding to the standard field format."
+#. \*_z
+#: 01230000.xhp
+msgctxt ""
+"01230000.xhp\n"
+"par_id3153894\n"
+"4\n"
+"help.text"
+msgid "Each $[officename] application has its own Styles and Formatting 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 ""
-#: 12100200.xhp#hd_id3150387.32.help.text
-msgid "Match case"
-msgstr "რეგისტრის გათვალისწინება"
-
-#: 12100200.xhp#par_id3159267.33.help.text
-msgid "<ahelp hid=\"HID_SEARCH_CASE\">Specifies that upper and lower case are taken into consideration during the search.</ahelp>"
+#. $1jM
+#: 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 ""
-#: 12100200.xhp#hd_id3145297.34.help.text
-msgid "Search backwards"
+#. ~nW=
+#: 01230000.xhp
+msgctxt ""
+"01230000.xhp\n"
+"par_id3154750\n"
+"3\n"
+"help.text"
+msgid "Styles and Formatting"
msgstr ""
-#: 12100200.xhp#par_id3151249.35.help.text
-msgid "<ahelp hid=\"HID_SEARCH_BACKWARD\">Specifies that the search process will run in reverse direction, from the last to the first record.</ahelp>"
+#. eyMy
+#: 01170903.xhp
+msgctxt ""
+"01170903.xhp\n"
+"tit\n"
+"help.text"
+msgid "List Box Wizard: Field Link"
msgstr ""
-#: 12100200.xhp#hd_id3152484.36.help.text
-msgid "From top / From bottom"
+#. d]\9
+#: 01170903.xhp
+msgctxt ""
+"01170903.xhp\n"
+"hd_id3149119\n"
+"20\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170903.xhp\" name=\"List Box Wizard: Field Link\">List Box Wizard: Field Link</link>"
msgstr ""
-#: 12100200.xhp#par_id3156316.37.help.text
-msgid "<ahelp hid=\"HID_SEARCH_STARTOVER\">Restarts the search. A forward search restarts with the first record. A backwards search restarts with the last record.</ahelp>"
+#. ;sf}
+#: 01170903.xhp
+msgctxt ""
+"01170903.xhp\n"
+"par_id3159224\n"
+"15\n"
+"help.text"
+msgid "Indicates through which fields tables of values and list tables are linked."
msgstr ""
-#: 12100200.xhp#hd_id3163724.38.help.text
-msgid "Wildcard expression"
+#. OB,i
+#: 01170903.xhp
+msgctxt ""
+"01170903.xhp\n"
+"par_id3150499\n"
+"27\n"
+"help.text"
+msgid "The value table is the table of the current form where the list field is inserted. The list table is the table whose data is to be shown in the list field. Both tables must be linked over a mutual data field. These links are to be entered on this page of the wizard. The field names must not necessarily be the same (this depends upon how the field names are defined in both tables), but both fields must have the same field type."
msgstr ""
-#: 12100200.xhp#par_id3149255.64.help.text
-msgid "<ahelp hid=\"HID_SEARCH_WILDCARD\" visibility=\"hidden\">Allows a search with a * or ? wildcard.</ahelp> You can use the following wildcards:"
+#. [b~p
+#: 01170903.xhp
+msgctxt ""
+"01170903.xhp\n"
+"hd_id3149180\n"
+"16\n"
+"help.text"
+msgid "Value table field"
msgstr ""
-#: 12100200.xhp#par_id3146317.39.help.text
-msgid "Wildcards"
+#. sGzQ
+#: 01170903.xhp
+msgctxt ""
+"01170903.xhp\n"
+"par_id3150789\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_COMBOBOX_RID_PAGE_LCW_FIELDLINK_CMB_VALUELISTFIELD\">Specifies the current form data field which should be related to a field in the linked table.</ahelp> In addition, click the desired data field in the list field below."
msgstr ""
-#: 12100200.xhp#par_id3150298.40.help.text
-msgctxt "12100200.xhp#par_id3150298.40.help.text"
-msgid "Meaning"
+#. #PXA
+#: 01170903.xhp
+msgctxt ""
+"01170903.xhp\n"
+"par_id3145669\n"
+"25\n"
+"help.text"
+msgid "In <link href=\"text/shared/02/01170102.xhp\" name=\"Control - Properties\">Control - Properties</link>, the specified field will appear as an entry in the <emph>Data</emph> tab page under <emph>Data field</emph>."
msgstr ""
-#: 12100200.xhp#par_id3153919.41.help.text
-msgid "Example"
-msgstr "მაგალითად"
-
-#: 12100200.xhp#par_id3158411.42.help.text
-msgctxt "12100200.xhp#par_id3158411.42.help.text"
-msgid "?"
+#. I.l@
+#: 01170903.xhp
+msgctxt ""
+"01170903.xhp\n"
+"hd_id3149827\n"
+"18\n"
+"help.text"
+msgid "List table field"
msgstr ""
-#: 12100200.xhp#par_id3148874.43.help.text
-msgid "for exactly one arbitrary character"
+#. pb1u
+#: 01170903.xhp
+msgctxt ""
+"01170903.xhp\n"
+"par_id3155391\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_COMBOBOX_RID_PAGE_LCW_FIELDLINK_CMB_TABLEFIELD\">Specifies the linked table data field, which is related to the specified value table field.</ahelp> In addition, click the data field in the lower list field."
msgstr ""
-#: 12100200.xhp#par_id3150365.44.help.text
-msgid "\"?loppy\" returns \"Floppy\""
+#. 64h1
+#: 01170903.xhp
+msgctxt ""
+"01170903.xhp\n"
+"par_id3154823\n"
+"26\n"
+"help.text"
+msgid "In <link href=\"text/shared/02/01170102.xhp\" name=\"Control - Properties\">Control - Properties</link>, the specified field will appear in the <emph>Data</emph> tab page of a SQL statement under <emph>List Contents</emph>."
msgstr ""
-#: 12100200.xhp#par_id3166426.65.help.text
-msgid "\"M?ller\" returns, for example, Miller and Moller"
+#. kq/V
+#: 03150000.xhp
+msgctxt ""
+"03150000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Border Color"
msgstr ""
-#: 12100200.xhp#par_id3148803.45.help.text
-msgctxt "12100200.xhp#par_id3148803.45.help.text"
-msgid "*"
-msgstr ""
+#. rKZ7
+#: 03150000.xhp
+#, fuzzy
+msgctxt ""
+"03150000.xhp\n"
+"hd_id3154873\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/03150000.xhp\" name=\"Border Color\">Border Color</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 12100200.xhp#par_id3156138.46.help.text
-msgid "for 0 or more arbitrary characters"
+#. 6ex.
+#: 03150000.xhp
+msgctxt ""
+"03150000.xhp\n"
+"par_id3163829\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FrameLineColor\">Click the <emph>Line Color (of the border)</emph> icon to open the <emph>Border Color</emph> toolbar, which enables you to change the border color of an object.</ahelp>"
msgstr ""
-#: 12100200.xhp#par_id3146135.47.help.text
-msgid "\"*-*\" returns \"ZIP-Drive\" and \"CD-ROM\""
+#. $iI7
+#: 03150000.xhp
+msgctxt ""
+"03150000.xhp\n"
+"par_id3153750\n"
+"help.text"
+msgid "<image id=\"img_id3147291\" src=\"cmd/sc_framelinecolor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147291\">Icon</alt></image>"
msgstr ""
-#: 12100200.xhp#par_id3155582.66.help.text
-msgid "\"M*er\" returns all entries starting with an \"M\" and ending in \"er\" (for example, Miller, Moller, Mather)"
+#. B+7D
+#: 03150000.xhp
+msgctxt ""
+"03150000.xhp\n"
+"par_id3156427\n"
+"3\n"
+"help.text"
+msgid "Line Color (of the border)"
msgstr ""
-#: 12100200.xhp#par_id3145762.48.help.text
-msgid "If you want to search for the actual characters ? or *, preface them with a backslash: \"\\?\" or \"\\*\". However, this is only necessary when <emph>Wildcard expression</emph> is enabled. When the option is not enabled, the wildcard characters are processed like normal characters."
+#. l]bc
+#: 03150000.xhp
+msgctxt ""
+"03150000.xhp\n"
+"par_id3154317\n"
+"4\n"
+"help.text"
+msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\">Borders</link> section in the Help."
msgstr ""
-#: 12100200.xhp#hd_id3147130.49.help.text
-msgid "Regular expression"
-msgstr "რეგულარული გამოსახულება"
-
-#: 12100200.xhp#par_id3150982.50.help.text
-msgid "<ahelp hid=\"HID_SEARCH_REGULAR\">Searches with regular expressions.</ahelp> The same regular expressions that are supported here are also supported in the <item type=\"productname\">%PRODUCTNAME</item> <link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace dialog\">Find & Replace dialog</link>."
+#. ^UBX
+#: 04210000.xhp
+msgctxt ""
+"04210000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Optimize"
msgstr ""
-#: 12100200.xhp#par_id3154718.67.help.text
-msgid "Searching with regular expressions offers more options than searching with wildcard expressions. If you search with regular expressions, the following characters correspond to those used in searches with wildcards:"
-msgstr ""
+#. ,i:d
+#: 04210000.xhp
+#, fuzzy
+msgctxt ""
+"04210000.xhp\n"
+"hd_id3151185\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/04210000.xhp\" name=\"Optimize\">Optimize</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 12100200.xhp#par_id3153705.68.help.text
-msgid "Search with wildcard expression"
+#. 6mi1
+#: 04210000.xhp
+msgctxt ""
+"04210000.xhp\n"
+"par_id3145412\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:OptimizeTable\">Opens a toolbar that contains functions for optimizing the rows and columns in a table.</ahelp>"
msgstr ""
-#: 12100200.xhp#par_id3149209.69.help.text
-msgid "Search with regular expressions"
+#. AW+]
+#: 04210000.xhp
+msgctxt ""
+"04210000.xhp\n"
+"par_id3155899\n"
+"help.text"
+msgid "<image id=\"img_id3149684\" src=\"cmd/sc_optimizetable.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3149684\">Icon</alt></image>"
msgstr ""
-#: 12100200.xhp#par_id3151045.70.help.text
-msgctxt "12100200.xhp#par_id3151045.70.help.text"
-msgid "?"
+#. ZHGH
+#: 04210000.xhp
+msgctxt ""
+"04210000.xhp\n"
+"par_id3143270\n"
+"4\n"
+"help.text"
+msgid "Optimize"
msgstr ""
-#: 12100200.xhp#par_id3150384.71.help.text
-msgid "."
-msgstr "."
-
-#: 12100200.xhp#par_id3153793.72.help.text
-msgctxt "12100200.xhp#par_id3153793.72.help.text"
-msgid "*"
+#. (dg0
+#: 04210000.xhp
+msgctxt ""
+"04210000.xhp\n"
+"par_id3149485\n"
+"5\n"
+"help.text"
+msgid "You can select from the following functions:"
msgstr ""
-#: 12100200.xhp#par_id3150428.73.help.text
-msgid ".*"
-msgstr ""
+#. ng$9
+#: 04210000.xhp
+msgctxt ""
+"04210000.xhp\n"
+"hd_id3153631\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05110200.xhp\" name=\"Optimal Height\">Optimal Height</link>"
+msgstr "<link href=\"text/swriter/01/05110200.xhp\" name=\"Optimal Height\">ოპტიმალური სიმაღლე</link>"
-#: 12100200.xhp#hd_id3150861.101.help.text
-msgid "State"
-msgstr "შტატი"
+#. m@s)
+#: 04210000.xhp
+#, fuzzy
+msgctxt ""
+"04210000.xhp\n"
+"hd_id3145772\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05120200.xhp\" name=\"Optimal Column Width\">Optimal Column Width</link>"
+msgstr "<link href=\"text/swriter/01/05110200.xhp\" name=\"Optimal Height\">ოპტიმალური სიმაღლე</link>"
-#: 12100200.xhp#par_id3154477.102.help.text
-msgid "The <emph>State</emph> line shows the records returned by the search. If the search reaches the end (or the beginning) of a table, the search is automatically continued at the other end."
+#. OkLL
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sort Order"
msgstr ""
-#: 12100200.xhp#par_id3163720.103.help.text
-msgid "In very large databases, finding the record in reverse search order can take some time. In this case, the status bar informs you that the records are still being counted."
+#. i$M$
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"bm_id3147000\n"
+"help.text"
+msgid "<bookmark_value>sorting; databases</bookmark_value><bookmark_value>databases; sorting</bookmark_value>"
msgstr ""
-#: 12100200.xhp#hd_id3147389.51.help.text
-msgid "Search / Cancel"
+#. cXo)
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"hd_id3147000\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"sortierung\"><link href=\"text/shared/02/12100100.xhp\" name=\"Sort Order\">Sort Order</link></variable>"
msgstr ""
-#: 12100200.xhp#par_id3154368.52.help.text
-msgid "<ahelp hid=\"HID_SEARCH_BTN_SEARCH\" visibility=\"hidden\">Starts or cancels the search.</ahelp> If the search is successfully completed, the corresponding field in the table is highlighted. You can continue the search by clicking the <emph>Search</emph> button again. You can cancel a search process by clicking the <emph>Cancel</emph> button."
+#. bO29
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"par_id3163829\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"sortierentext\"><ahelp hid=\".uno:OrderCrit\">Specifies the sort criteria for the data display.</ahelp></variable>"
msgstr ""
-#: 12100200.xhp#hd_id3145080.53.help.text
-msgctxt "12100200.xhp#hd_id3145080.53.help.text"
-msgid "Close"
+#. ;!NW
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"par_id3149549\n"
+"12\n"
+"help.text"
+msgid "While the functions <link href=\"text/shared/02/12010000.xhp\" name=\"Sort in Ascending Order\"><emph>Sort in Ascending Order</emph></link> and <link href=\"text/shared/02/12020000.xhp\" name=\"Sort in Descending Order\"><emph>Sort in Descending Order</emph></link> sort by one criterion only, you can combine several criteria in the<emph> Sort Order </emph>dialog."
msgstr ""
-#: 12100200.xhp#par_id3156166.54.help.text
-msgid "<ahelp hid=\"HID_SEARCH_BTN_CLOSE\">Closes the dialog. The settings of the last search will be saved until you quit <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
+#. 3B|h
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"par_id3145136\n"
+"13\n"
+"help.text"
+msgid "You can remove a sorting that has been performed with the <link href=\"text/shared/02/12040000.xhp\" name=\"Remove Filter/Sorting\"><emph>Remove Filter/Sorting</emph></link> icon."
msgstr ""
-#: 12100200.xhp#par_id3151183.104.help.text
-msgid "If several tables or forms are open, you can set different search options for each document. When you close the documents only the search options of the document last closed are saved."
+#. 3Dk7
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"hd_id3148548\n"
+"4\n"
+"help.text"
+msgid "Sorting"
msgstr ""
-#: 24010000.xhp#tit.help.text
-msgid "Graphic Filter Bar"
+#. X5jU
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"par_id3155941\n"
+"5\n"
+"help.text"
+msgid "Use this area to enter sorting criteria. If you enter additional sorting criteria under <emph>and then</emph>, the data matching the content of the higher-order criterion is ordered according to the next criterion."
msgstr ""
-#: 24010000.xhp#hd_id3151299.1.help.text
-msgid "<link href=\"text/shared/02/24010000.xhp\" name=\"Graphic Filter Bar\">Graphic Filter Bar</link>"
+#. XUjZ
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"par_id3148620\n"
+"14\n"
+"help.text"
+msgid "If you sort the field name \"First name\" in ascending order and the field name \"last name\" in descending order, all records will be sorted in ascending order by first name, and then within the first names, in descending order by last name."
msgstr ""
-#: 24010000.xhp#par_id3156183.2.help.text
-msgid "<ahelp hid=\".uno:GraphicFilterToolbox\">This icon on the <emph>Picture</emph> bar opens the <emph>Graphic Filter</emph> bar, where you can use various filters on the selected picture.</ahelp>"
+#. 6Sop
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"hd_id3145345\n"
+"6\n"
+"help.text"
+msgid "Field name"
msgstr ""
-#: 24010000.xhp#par_id3154673.help.text
-msgid "<image id=\"img_id3152924\" src=\"cmd/sc_graphicfiltertoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152924\">Icon</alt></image>"
+#. fInE
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"par_id3159233\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\".uno:OrderCrit\">Specifies the data field name whose content will determine the sort order.</ahelp>"
msgstr ""
-#: 24010000.xhp#par_id3155805.3.help.text
-msgctxt "24010000.xhp#par_id3155805.3.help.text"
-msgid "Filter"
+#. %`BB
+#: 12100100.xhp
+#, fuzzy
+msgctxt ""
+"12100100.xhp\n"
+"hd_id3150774\n"
+"8\n"
+"help.text"
+msgid "Order"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nბრძანება\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nრიგი"
+
+#. Sp],
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"par_id3149177\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\".uno:OrderCrit\">Specifies the sort order (either ascending or descending).</ahelp>"
msgstr ""
-#: 24010000.xhp#hd_id3155535.help.text
-msgctxt "24010000.xhp#hd_id3155535.help.text"
-msgid "Invert"
+#. \!0`
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"hd_id3147275\n"
+"10\n"
+"help.text"
+msgid "and then"
msgstr ""
-#: 24010000.xhp#par_id3145345.5.help.text
-msgid "<ahelp hid=\".uno:GraphicFilterInvert\">Inverts the color values of a color image, or the brightness values of a grayscale image. Apply the filter again to revert the effect.</ahelp>"
+#. H3Ul
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"par_id3166460\n"
+"11\n"
+"help.text"
+msgid "Specifies additional subordinate sort criteria from the other fields."
msgstr ""
-#: 24010000.xhp#par_id3153681.help.text
-msgid "<image id=\"img_id3145313\" src=\"cmd/sc_graphicfilterinvert.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145313\">Icon</alt></image>"
+#. MzI6
+#: 12020000.xhp
+msgctxt ""
+"12020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sort Descending"
msgstr ""
-#: 24010000.xhp#par_id3147275.6.help.text
-msgctxt "24010000.xhp#par_id3147275.6.help.text"
-msgid "Invert"
-msgstr ""
+#. 0?_E
+#: 12020000.xhp
+#, fuzzy
+msgctxt ""
+"12020000.xhp\n"
+"hd_id3154689\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12020000.xhp\" name=\"Sort Descending\">Sort Descending</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 24010000.xhp#hd_id3153541.help.text
-msgctxt "24010000.xhp#hd_id3153541.help.text"
-msgid "Smooth"
+#. .p-)
+#: 12020000.xhp
+msgctxt ""
+"12020000.xhp\n"
+"par_id3149987\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SortDown\" visibility=\"hidden\">Sorts the data of the selected field in descending order.</ahelp> Text fields are sorted alphabetically, number fields are sorted by number."
+msgstr ""
+
+#. MO$k
+#: 12020000.xhp
+msgctxt ""
+"12020000.xhp\n"
+"par_id3149496\n"
+"help.text"
+msgid "<image id=\"img_id3153255\" src=\"cmd/sc_sortdescending.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153255\">Icon</alt></image>"
msgstr ""
-#: 24010000.xhp#par_id3159399.8.help.text
-msgid "<ahelp hid=\".uno:GraphicFilterSmooth\">Softens or blurs the image by applying a low pass filter.</ahelp>"
+#. Vffs
+#: 12020000.xhp
+msgctxt ""
+"12020000.xhp\n"
+"par_id3144436\n"
+"3\n"
+"help.text"
+msgid "Sort Descending"
msgstr ""
-#: 24010000.xhp#par_id3149514.help.text
-msgid "<image id=\"img_id3154285\" src=\"cmd/sc_graphicfiltersmooth.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154285\">Icon</alt></image>"
+#. p=%8
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Highlighting"
msgstr ""
-#: 24010000.xhp#par_id3148492.9.help.text
-msgctxt "24010000.xhp#par_id3148492.9.help.text"
-msgid "Smooth"
+#. Q_0n
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"hd_id3109850\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/02160000.xhp\" name=\"Highlighting\">Highlighting</link>"
msgstr ""
-#: 24010000.xhp#hd_id3156329.help.text
-msgctxt "24010000.xhp#hd_id3156329.help.text"
-msgid "Sharpen"
+#. A8J|
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3154927\n"
+"2\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>Highlighting</emph> icon, select the text that you want to highlight, and then click the <emph>Highlighting</emph> icon again. To change the highlight color, click the arrow next to the <emph>Highlighting</emph> icon, and then click the color that you want.</ahelp></variable>"
msgstr ""
-#: 24010000.xhp#par_id3153760.11.help.text
-msgid "<ahelp hid=\".uno:GraphicFilterSharpen\">Sharpens the image by applying a high pass filter.</ahelp>"
+#. 4q_,
+#: 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 ""
-#: 24010000.xhp#par_id3153480.help.text
-msgid "<image id=\"img_id3156023\" src=\"cmd/sc_graphicfiltersharpen.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156023\">Icon</alt></image>"
+#. wMg_
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3147210\n"
+"6\n"
+"help.text"
+msgid "Highlighting"
msgstr ""
-#: 24010000.xhp#par_id3147265.12.help.text
-msgctxt "24010000.xhp#par_id3147265.12.help.text"
-msgid "Sharpen"
+#. x/rR
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3166460\n"
+"7\n"
+"help.text"
+msgid "To Apply Highlighting"
msgstr ""
-#: 24010000.xhp#hd_id3148946.help.text
-msgctxt "24010000.xhp#hd_id3148946.help.text"
-msgid "Remove Noise"
+#. g)QM
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_idN1072B\n"
+"help.text"
+msgid "On the <emph>Formatting</emph> bar, click the <emph>Highlighting</emph> icon."
msgstr ""
-#: 24010000.xhp#par_id3150866.14.help.text
-msgid "<ahelp hid=\".uno:GraphicFilterRemoveNoise\">Removes noise by applying a median filter.</ahelp>"
+#. kuCs
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_idN10736\n"
+"help.text"
+msgid "To change the highlighting color, click the arrow next to the <emph>Highlighting</emph> icon, and then click the color that you want."
msgstr ""
-#: 24010000.xhp#par_id3154938.help.text
-msgid "<image id=\"img_id3153797\" src=\"cmd/sc_graphicfilterremovenoise.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153797\">Icon</alt></image>"
+#. PwB-
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_idN1073E\n"
+"help.text"
+msgid "Select the text that you want to highlight."
msgstr ""
-#: 24010000.xhp#par_id3149810.15.help.text
-msgctxt "24010000.xhp#par_id3149810.15.help.text"
-msgid "Remove Noise"
+#. $@C2
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_idN10743\n"
+"help.text"
+msgid "To apply highlighting to a single word, double-click the word."
msgstr ""
-#: 24010000.xhp#hd_id3144760.help.text
-msgctxt "24010000.xhp#hd_id3144760.help.text"
-msgid "Solarization"
+#. dYl.
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_idN10757\n"
+"help.text"
+msgid "To turn off highlighting, press Esc."
msgstr ""
-#: 24010000.xhp#par_id3159150.74.help.text
-msgid "<ahelp hid=\".uno:GraphicFilterSolarize\">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.</ahelp>"
+#. ^m?F
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_idN1075A\n"
+"help.text"
+msgid "To Remove Highlighting"
msgstr ""
-#: 24010000.xhp#par_id3148453.help.text
-msgid "<image id=\"img_id3154329\" src=\"cmd/sc_graphicfiltersolarize.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154329\">Icon</alt></image>"
+#. .\Ta
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_idN10760\n"
+"help.text"
+msgid "Select the highlighted text."
msgstr ""
-#: 24010000.xhp#par_id3150439.75.help.text
-msgctxt "24010000.xhp#par_id3150439.75.help.text"
-msgid "Solarization"
+#. .4#A
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3149784\n"
+"5\n"
+"help.text"
+msgid "On the <emph>Formatting</emph> bar, click the arrow next to the <emph>Highlighting</emph> icon, and then click <emph>No Fill</emph>."
msgstr ""
-#: 24010000.xhp#hd_id3145785.76.help.text
-msgid "Parameters"
-msgstr "პარამეტრები"
-
-#: 24010000.xhp#par_id3147352.77.help.text
-msgid "Specifies the degree and type of solarization."
+#. gYAD
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"tit\n"
+"help.text"
+msgid "General"
msgstr ""
-#: 24010000.xhp#hd_id3153370.78.help.text
-msgid "Threshold Value"
+#. X!%l
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"bm_id3152551\n"
+"help.text"
+msgid "<bookmark_value>submitting forms</bookmark_value><bookmark_value>get method for form transmissions</bookmark_value><bookmark_value>post method for form transmissions</bookmark_value>"
msgstr ""
-#: 24010000.xhp#par_id3083443.79.help.text
-msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVX_GRFFILTER_DLG_SOLARIZE_DLG_FILTERSOLARIZE_MTR_THRESHOLD\">Specifies the degree of brightness, in percent, above which the pixels are to be solarized.</ahelp>"
-msgstr ""
+#. ?ngf
+#: 01170201.xhp
+#, fuzzy
+msgctxt ""
+"01170201.xhp\n"
+"hd_id3151100\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170201.xhp\" name=\"General\">General</link>"
+msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
-#: 24010000.xhp#hd_id3152596.80.help.text
-msgctxt "24010000.xhp#hd_id3152596.80.help.text"
-msgid "Invert"
+#. *x{;
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3153539\n"
+"23\n"
+"help.text"
+msgid "A form is a text document or spreadsheet with different form controls. If you create a form for a Web page, the user can enter data into it to send over the Internet. The data from the form controls of a form is transmitted to a server by specifying a URL and can be processed on the server."
msgstr ""
-#: 24010000.xhp#par_id3146921.81.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVX_GRFFILTER_DLG_SOLARIZE_DLG_FILTERSOLARIZE_CBX_INVERT\">Specifies to also invert all pixels.</ahelp>"
+#. m^3f
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"hd_id3149283\n"
+"20\n"
+"help.text"
+msgid "Name"
msgstr ""
-#: 24010000.xhp#hd_id3150875.help.text
-msgctxt "24010000.xhp#hd_id3150875.help.text"
-msgid "Aging"
+#. 7-zT
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3150789\n"
+"24\n"
+"help.text"
+msgid "Specifies a name for the form. This name is used to identify the form in the <link href=\"text/shared/02/01170600.xhp\" name=\"Form Navigator\">Form Navigator</link>."
msgstr ""
-#: 24010000.xhp#par_id3163712.83.help.text
-msgid "<ahelp hid=\".uno:GraphicFilterSepia\">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.</ahelp>"
+#. ;orm
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"hd_id3152425\n"
+"33\n"
+"help.text"
+msgid "URL"
msgstr ""
-#: 24010000.xhp#par_id3153139.help.text
-msgid "<image id=\"img_id3159196\" src=\"cmd/sc_graphicfiltersepia.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159196\">Icon</alt></image>"
+#. 65lX
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3147226\n"
+"34\n"
+"help.text"
+msgid "Specifies the URL to which the data of the completed form is to be transmitted."
msgstr ""
-#: 24010000.xhp#par_id3145365.72.help.text
-msgctxt "24010000.xhp#par_id3145365.72.help.text"
-msgid "Aging"
+#. 6K{d
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"hd_id3154751\n"
+"31\n"
+"help.text"
+msgid "Frame"
msgstr ""
-#: 24010000.xhp#hd_id3156443.84.help.text
-msgid "Aging Degree"
+#. ;|J+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3154823\n"
+"32\n"
+"help.text"
+msgid "Defines the target frame in which the loaded URL is to appear."
msgstr ""
-#: 24010000.xhp#par_id3155411.85.help.text
-msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVX_GRFFILTER_DLG_SEPIA_DLG_FILTERSEPIA_MTR_SEPIA\">Defines the intensity of aging, in percent. At 0% you see the gray values of all pixels. At 100% only the red color channel remains.</ahelp>"
+#. Fzlf
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"hd_id3152551\n"
+"27\n"
+"help.text"
+msgid "Type of submission"
msgstr ""
-#: 24010000.xhp#hd_id3146119.help.text
-msgctxt "24010000.xhp#hd_id3146119.help.text"
-msgid "Posterize"
+#. %rSL
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3155338\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_SUBMIT_METHOD\">Specifies the method to transfer the completed form information.</ahelp>"
msgstr ""
-#: 24010000.xhp#par_id3147396.87.help.text
-msgid "<ahelp hid=\".uno:GraphicFilterPoster\">Opens a dialog to determine the number of poster colors.</ahelp> This effect is based on the reduction of the number of colors. It makes photos look like paintings."
+#. toE`
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3145065\n"
+"29\n"
+"help.text"
+msgid "Using the \"Get\" method, the data of every control is transmitted as an environment variable. They are appended to the URL in the form \"?Control1=Content1&Control2=Content2&...\"; the character string is analyzed by a program on the recipient's server."
msgstr ""
-#: 24010000.xhp#par_id3155851.help.text
-msgid "<image id=\"img_id3150658\" src=\"cmd/sc_graphicfilterposter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150658\">Icon</alt></image>"
+#. dpc@
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3150443\n"
+"30\n"
+"help.text"
+msgid "Using the \"Post\" method, a document is created from the content of the form that is sent to the specified URL."
msgstr ""
-#: 24010000.xhp#par_id3156284.88.help.text
-msgctxt "24010000.xhp#par_id3156284.88.help.text"
-msgid "Posterize"
+#. Bhq0
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"hd_id3147275\n"
+"26\n"
+"help.text"
+msgid "Submission encoding"
msgstr ""
-#: 24010000.xhp#hd_id3156736.89.help.text
-msgid "Poster Colors"
+#. om#D
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3159147\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_SUBMIT_ENCODING\">Specifies the type for encoding the data transfer.</ahelp>"
msgstr ""
-#: 24010000.xhp#par_id3151280.90.help.text
-msgid "<ahelp hid=\"SVX_NUMERICFIELD_RID_SVX_GRFFILTER_DLG_POSTER_DLG_FILTERPOSTER_NUM_POSTER\">Specifies the number of colors to which the image is to be reduced.</ahelp>"
+#. (tLV
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"hd_id3155419\n"
+"36\n"
+"help.text"
+msgid "Data transfer of control information"
msgstr ""
-#: 24010000.xhp#hd_id3144767.help.text
-msgctxt "24010000.xhp#hd_id3144767.help.text"
-msgid "Pop Art"
+#. #?O+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3153717\n"
+"37\n"
+"help.text"
+msgid "When sending a form, all controls available in $[officename] are taken into consideration. The name of the control and the corresponding value, if available, are transmitted."
msgstr ""
-#: 24010000.xhp#par_id3153512.92.help.text
-msgid "<ahelp hid=\".uno:GraphicFilterPopart\">Converts an image to a pop-art format.</ahelp>"
+#. ZM./
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3153252\n"
+"50\n"
+"help.text"
+msgid "Which values are transmitted in each case depends on the respective control. For text fields, the visible entries are transmitted; for list boxes, the selected entries are transmitted; for check boxes and option fields, the associated reference values are transmitted if these fields were activated."
msgstr ""
-#: 24010000.xhp#par_id3148495.help.text
-msgid "<image id=\"img_id3156437\" src=\"cmd/sc_graphicfilterpopart.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156437\">Icon</alt></image>"
+#. ;OIt
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3150984\n"
+"51\n"
+"help.text"
+msgid "How this information is transmitted depends on the selected transfer method (Get or Post) and the coding (URL or Multipart). If the Get method and URL encoding are selected, for example, value pairs in the form <Name>=<Value> are sent."
msgstr ""
-#: 24010000.xhp#par_id3151207.93.help.text
-msgctxt "24010000.xhp#par_id3151207.93.help.text"
-msgid "Pop Art"
+#. 4aiE
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3157909\n"
+"52\n"
+"help.text"
+msgid "In addition to the controls that are recognized in HTML, $[officename] offers other controls. It should be noted that, for fields with a specific numerical format, the visible values are not transmitted but rather fixed default formats. The following table shows how the data of the $[officename]-specific controls is transmitted:"
msgstr ""
-#: 24010000.xhp#hd_id3153003.help.text
-msgctxt "24010000.xhp#hd_id3153003.help.text"
-msgid "Charcoal Sketch"
-msgstr ""
+#. []I0
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3153698\n"
+"38\n"
+"help.text"
+msgid "Control"
+msgstr "კონტროლი"
-#: 24010000.xhp#par_id3152971.96.help.text
-msgid "<ahelp hid=\".uno:GraphicFilterSobel\">Displays the image as a charcoal sketch. The contours of the image are drawn in black, and the original colors are suppressed.</ahelp>"
+#. L8!K
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3153562\n"
+"39\n"
+"help.text"
+msgid "Value Pair"
msgstr ""
-#: 24010000.xhp#par_id3150327.help.text
-msgid "<image id=\"img_id3154636\" src=\"cmd/sc_graphicfiltersobel.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154636\">Icon</alt></image>"
+#. +$fp
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3153823\n"
+"40\n"
+"help.text"
+msgid "Numeric field, currency field"
msgstr ""
-#: 24010000.xhp#par_id3163825.97.help.text
-msgctxt "24010000.xhp#par_id3163825.97.help.text"
-msgid "Charcoal Sketch"
+#. KPTZ
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3149734\n"
+"41\n"
+"help.text"
+msgid "A decimal separator is always displayed as a period."
msgstr ""
-#: 24010000.xhp#hd_id3154360.help.text
-msgctxt "24010000.xhp#hd_id3154360.help.text"
-msgid "Relief"
+#. TlBH
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3148563\n"
+"42\n"
+"help.text"
+msgid "Date field"
msgstr ""
-#: 24010000.xhp#par_id3153714.120.help.text
-msgid "<ahelp hid=\".uno:GraphicFilterRelief\">Displays a dialog for creating reliefs.</ahelp> You can choose the position of the imaginary light source that determines the type of shadow created, and how the graphic image looks in relief."
+#. 7rk2
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3146794\n"
+"43\n"
+"help.text"
+msgid "The date format is sent in a fixed format (MM-DD-YYYY), regardless of the user's local settings."
msgstr ""
-#: 24010000.xhp#par_id3154756.help.text
-msgid "<image id=\"img_id3154256\" src=\"cmd/sc_graphicfilterrelief.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154256\">Icon</alt></image>"
+#. T%Q.
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3149670\n"
+"44\n"
+"help.text"
+msgid "Time field"
msgstr ""
-#: 24010000.xhp#par_id3150043.100.help.text
-msgctxt "24010000.xhp#par_id3150043.100.help.text"
-msgid "Relief"
+#. ^;en
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3153779\n"
+"45\n"
+"help.text"
+msgid "The time format is sent in a fixed format (HH:MM:SS), regardless of the user's local settings."
msgstr ""
-#: 24010000.xhp#hd_id3166447.101.help.text
-msgid "Light Source"
+#. ;*T@
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3153361\n"
+"46\n"
+"help.text"
+msgid "Pattern field"
msgstr ""
-#: 24010000.xhp#par_id3145295.102.help.text
-msgid "Specifies the light source position. A dot represents the light source."
+#. U[+Z
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3145419\n"
+"47\n"
+"help.text"
+msgid "The values of pattern fields are sent as text fields, that is, the value visible in the form is sent."
msgstr ""
-#: 24010000.xhp#hd_id3146919.help.text
-msgctxt "24010000.xhp#hd_id3146919.help.text"
-msgid "Mosaic"
-msgstr ""
+#. 9bsP
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3150767\n"
+"48\n"
+"help.text"
+msgid "Table control"
+msgstr "ცხრილის სამართავი ღილაკი"
-#: 24010000.xhp#par_id3163807.104.help.text
-msgid "<ahelp hid=\".uno:GraphicFilterMosaic\">Joins small groups of pixels into rectangular areas of the same color.</ahelp> The larger the individual rectangles are, the fewer details the graphic image has."
+#. cdcH
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3152933\n"
+"49\n"
+"help.text"
+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 ""
-#: 24010000.xhp#par_id3146316.help.text
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_graphicfiltermosaic.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155939\">Icon</alt></image>"
+#. qV!j
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Document"
msgstr ""
-#: 24010000.xhp#par_id3155901.105.help.text
-msgctxt "24010000.xhp#par_id3155901.105.help.text"
-msgid "Mosaic"
-msgstr ""
+#. *Xc4
+#: 09070300.xhp
+#, fuzzy
+msgctxt ""
+"09070300.xhp\n"
+"hd_id3143284\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/09070300.xhp\" name=\"Document\">Document</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 24010000.xhp#hd_id3153922.106.help.text
-msgid "Element resolution"
+#. @=H1
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"par_id3154682\n"
+"2\n"
+"help.text"
+msgid "Hyperlinks to any document or targets in documents can be edited using the <emph>Document</emph> tab from the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link>."
msgstr ""
-#: 24010000.xhp#par_id3150646.107.help.text
-msgid "Determines the number of pixels to be joined into rectangles."
+#. %_Vg
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"hd_id3150808\n"
+"3\n"
+"help.text"
+msgid "Document"
msgstr ""
-#: 24010000.xhp#hd_id3159336.108.help.text
-msgctxt "24010000.xhp#hd_id3159336.108.help.text"
-msgid "Width"
-msgstr ""
+#. ak+j
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"hd_id3150710\n"
+"5\n"
+"help.text"
+msgid "Path"
+msgstr "გეზი"
-#: 24010000.xhp#par_id3150939.109.help.text
-msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVX_GRFFILTER_DLG_MOSAIC_DLG_FILTERMOSAIC_MTR_WIDTH\">Defines the width of the individual tiles.</ahelp>"
+#. @YOv
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"par_id9462263\n"
+"help.text"
+msgid "<ahelp hid=\".\">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.</ahelp>"
msgstr ""
-#: 24010000.xhp#hd_id3150827.110.help.text
-msgctxt "24010000.xhp#hd_id3150827.110.help.text"
-msgid "Height"
+#. O\Mo
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"hd_id3145136\n"
+"6\n"
+"help.text"
+msgid "Open File"
msgstr ""
-#: 24010000.xhp#par_id3149735.111.help.text
-msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVX_GRFFILTER_DLG_MOSAIC_DLG_FILTERMOSAIC_MTR_HEIGHT\">Defines the height of the individual tiles.</ahelp>"
+#. htl`
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"par_id3149095\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_HYPERLINK_DOCUMENT:BTN_FILEOPEN\">Opens the <emph>Open dialog,</emph> where you can select a file.</ahelp>"
msgstr ""
-#: 24010000.xhp#hd_id3157972.121.help.text
-msgid "Enhance edges"
+#. +4)_
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"hd_id3149828\n"
+"8\n"
+"help.text"
+msgid "Target in document"
msgstr ""
-#: 24010000.xhp#par_id3151216.122.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVX_GRFFILTER_DLG_MOSAIC_DLG_FILTERMOSAIC_CBX_EDGES\">Enhances, or sharpens, the edges of the object.</ahelp>"
+#. r?%f
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"hd_id3145071\n"
+"10\n"
+"help.text"
+msgid "Target"
msgstr ""
-#: 12000000.xhp#tit.help.text
-msgctxt "12000000.xhp#tit.help.text"
-msgid "Explorer On/Off"
+#. ]KR1
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"par_id3146957\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SVXPAGE_HYPERLINK_DOCUMENT:ED_TARGET_DOC\">Specifies a target for the hyperlink into the document specified under <emph>Path</emph>.</ahelp>"
msgstr ""
-#: 12000000.xhp#hd_id3147588.1.help.text
-msgid "<link href=\"text/shared/02/12000000.xhp\" name=\"Explorer On/Off\">Explorer On/Off</link>"
+#. $_JI
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"hd_id3147242\n"
+"12\n"
+"help.text"
+msgid "Target in Document"
msgstr ""
-#: 12000000.xhp#par_id3144740.2.help.text
-msgid "<ahelp hid=\".uno:DSBrowserExplorer\">Turns on and off the view of the data source explorer.</ahelp> The <emph>Explorer On/Off</emph> icon is visible on the <link href=\"text/shared/main0212.xhp\" name=\"Database Bar\">Table Data bar</link>."
+#. anfJ
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"par_id3149811\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_HYPERLINK_DOCUMENT:BTN_BROWSE\">Opens the <emph>Target in Document</emph> dialog.</ahelp>"
msgstr ""
-#: 12000000.xhp#par_id3153114.help.text
-msgid "<image id=\"img_id3150710\" src=\"cmd/sc_dsbrowserexplorer.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150710\">Icon</alt></image>"
+#. bILO
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"hd_id3153320\n"
+"14\n"
+"help.text"
+msgid "URL"
msgstr ""
-#: 12000000.xhp#par_id3145136.3.help.text
-msgctxt "12000000.xhp#par_id3145136.3.help.text"
-msgid "Explorer On/Off"
+#. Myh=
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"par_id3153880\n"
+"15\n"
+"help.text"
+msgid "Specifies the URL, which results from the entries in <emph>Path</emph> and <emph>Destination</emph>."
msgstr ""
-#: 12000000.xhp#par_id3145345.4.help.text
-msgid "In the data source explorer you see the data sources registered in $[officename] with their queries and tables."
+#. O,/+
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "AutoFilter"
msgstr ""
-#: 12000000.xhp#par_id3159233.53.help.text
-msgid "<emph>Establishing a connection</emph> - As soon as you select an individual table or query, a connection to the data source is established. Once the connection is opened, the name of the data source, the Queries or Tables entry, and the name of the query or table selected is shown in bold type."
-msgstr ""
+#. D*K%
+#: 12030000.xhp
+#, fuzzy
+msgctxt ""
+"12030000.xhp\n"
+"hd_id3149495\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12030000.xhp\" name=\"AutoFilter\">AutoFilter</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 12000000.xhp#par_id3154860.16.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Closes the connection to the data source. See <emph>%PRODUCTNAME Base - Connections</emph> in the Options dialog box.</ahelp>"
+#. p?4a
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"par_id3148983\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AutoFilter\">Filters the records, based on the content of the currently selected data field.</ahelp>"
msgstr ""
-#: 12000000.xhp#par_id3151379.52.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To rename an entry, call this command and enter the new name. You can also do this by selecting the entry and pressing F2. The database must support renaming, otherwise this command is not enabled.</ahelp>"
+#. 8D,W
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"par_id3151234\n"
+"help.text"
+msgid "<image id=\"img_id3147261\" src=\"cmd/sc_formfiltered.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147261\">Icon</alt></image>"
msgstr ""
-#: 12000000.xhp#par_id273445.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the selected database file for editing.</ahelp>"
+#. e*^-
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"par_id3147043\n"
+"3\n"
+"help.text"
+msgid "AutoFilter"
msgstr ""
-#: 12000000.xhp#par_id5943479.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to add/edit/remove a database file from the list of registered databases. The same dialog opens by choosing <emph>%PRODUCTNAME Base - Databases</emph> in the Options dialog box.</ahelp>"
+#. .{=z
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"par_id3155355\n"
+"4\n"
+"help.text"
+msgid "Place the cursor in a field name whose content you want to filter and then click the <emph>AutoFilter</emph> icon. Only those records with content identical to the selected field name are visible."
msgstr ""
-#: blockarrows.xhp#tit.help.text
-msgid "Block Arrows"
+#. ppe1
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"par_id3159234\n"
+"5\n"
+"help.text"
+msgid "For example, to view all the customers from New York, click a field name with the entry \"New York\". AutoFilter then filters all customers from New York from the database."
msgstr ""
-#: blockarrows.xhp#par_idN1055A.help.text
-msgid "<link href=\"text/shared/02/blockarrows.xhp\">Block Arrows</link>"
+#. _YQW
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"par_id3153577\n"
+"6\n"
+"help.text"
+msgid "You can remove the current AutoFilter with the <link href=\"text/shared/02/12040000.xhp\" name=\"Remove Filter/Sorting\">Remove Filter/Sorting</link> icon or with <emph>Data - Filter - Remove Filter</emph>."
msgstr ""
-#: blockarrows.xhp#par_idN1056A.help.text
-msgid "<ahelp hid=\".\">Opens the Block Arrows toolbar from which you can insert graphics into your document.</ahelp>"
+#. {m23
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"par_id3145345\n"
+"7\n"
+"help.text"
+msgid "To filter with several field names simultaneously, click the <emph>Default Filter </emph>icon. The <link href=\"text/shared/02/12090000.xhp\" name=\"Default Filter dialog\">Default Filter</link> dialog appears, in which you can combine several filter criteria."
msgstr ""
-#: blockarrows.xhp#par_idN1059A.help.text
-msgid "<ahelp hid=\".\">Click an icon from the Block Arrows toolbar, then drag in the document to draw the shape.</ahelp>"
+#. S6am
+#: 10020000.xhp
+msgctxt ""
+"10020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Next Page"
msgstr ""
-#: blockarrows.xhp#par_idN1059D.help.text
-msgctxt "blockarrows.xhp#par_idN1059D.help.text"
-msgid "Some shapes have a special handle which you can drag to change properties of the shape. The mouse pointer changes to a hand symbol over these special handles."
-msgstr ""
+#. {($a
+#: 10020000.xhp
+#, fuzzy
+msgctxt ""
+"10020000.xhp\n"
+"hd_id3156183\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/10020000.xhp\" name=\"Next Page\">Next Page</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 06050000.xhp#tit.help.text
-msgid "Demote One Level"
+#. ocPR
+#: 10020000.xhp
+msgctxt ""
+"10020000.xhp\n"
+"par_id3159224\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:NextPage\" visibility=\"visible\">Moves forward to the next page in the document.</ahelp> This function is only active when you select the <emph>Page Preview</emph> function on the <emph>File</emph> menu."
msgstr ""
-#: 06050000.xhp#hd_id3148983.1.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/02/06050000.xhp\" name=\"Demote One Level\">Demote One Level</link></caseinline><defaultinline><link href=\"text/shared/02/06050000.xhp\" name=\"Demote\">Demote</link></defaultinline></switchinline>"
+#. tg5+
+#: 10020000.xhp
+msgctxt ""
+"10020000.xhp\n"
+"par_id3154186\n"
+"help.text"
+msgid "<image src=\"cmd/sc_pagedown.png\" id=\"img_id3149346\"><alt id=\"alt_id3149346\">Icon</alt></image>"
msgstr ""
-#: 06050000.xhp#par_id3147285.2.help.text
-msgid "<ahelp hid=\".uno:DecrementLevel\">Moves the selected paragraph down one level in a numbering or bullets hierarchy.</ahelp>"
+#. VJ{D
+#: 10020000.xhp
+msgctxt ""
+"10020000.xhp\n"
+"par_id3153682\n"
+"3\n"
+"help.text"
+msgid "Next Page"
msgstr ""
-#: 06050000.xhp#par_id3149549.4.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">The<emph> Demote One Level </emph>icon is on the <emph>Bullets and Numbering</emph> bar, which appears when the cursor is positioned on a numbering or bullets item. </caseinline><caseinline select=\"IMPRESS\">The <emph>Demote </emph>icon is on the <emph>Text Formatting</emph> bar, which appears when working in the outline view. </caseinline></switchinline>"
+#. (@l-
+#: 03140000.xhp
+msgctxt ""
+"03140000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Line Style"
msgstr ""
-#: 06050000.xhp#par_id3146957.help.text
-msgid "<image id=\"img_id3143267\" src=\"cmd/sc_outlineright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3143267\">Icon</alt></image>"
-msgstr ""
+#. $LR@
+#: 03140000.xhp
+#, fuzzy
+msgctxt ""
+"03140000.xhp\n"
+"hd_id3146936\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/03140000.xhp\" name=\"Line Style\">Line Style</link>"
+msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">ფაილიდან</link>"
-#: 06050000.xhp#par_id3149096.3.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Demote One Level </caseinline><defaultinline>Demote</defaultinline></switchinline>"
+#. _J4g
+#: 03140000.xhp
+msgctxt ""
+"03140000.xhp\n"
+"par_id3155577\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:LineStyle\">Click this icon to open the <emph>Line Style</emph> toolbar, where you can modify the border line style.</ahelp>"
msgstr ""
-#: 01171400.xhp#tit.help.text
-msgctxt "01171400.xhp#tit.help.text"
-msgid "Helplines While Moving"
+#. LUO{
+#: 03140000.xhp
+msgctxt ""
+"03140000.xhp\n"
+"par_id3154926\n"
+"5\n"
+"help.text"
+msgid "This border can be the border of a frame, graphic or table. The <emph>Line Style</emph> icon will only be visible if a graphic, table, chart object or frame has been selected."
msgstr ""
-#: 01171400.xhp#hd_id3155599.1.help.text
-msgctxt "01171400.xhp#hd_id3155599.1.help.text"
-msgid "Helplines While Moving"
+#. 5/{0
+#: 03140000.xhp
+msgctxt ""
+"03140000.xhp\n"
+"par_id3153377\n"
+"help.text"
+msgid "<image id=\"img_id3147102\" src=\"cmd/sc_linestyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147102\">Icon</alt></image>"
msgstr ""
-#: 01171400.xhp#par_id3149549.help.text
-msgid "<image id=\"img_id3149760\" src=\"cmd/sc_helplinesmove.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3149760\">Icon</alt></image>"
+#. OOOP
+#: 03140000.xhp
+msgctxt ""
+"03140000.xhp\n"
+"par_id3154398\n"
+"3\n"
+"help.text"
+msgid "Line Style"
msgstr ""
-#: 01171400.xhp#par_id3153049.4.help.text
-msgctxt "01171400.xhp#par_id3153049.4.help.text"
-msgid "Helplines While Moving"
+#. q)OQ
+#: 03140000.xhp
+msgctxt ""
+"03140000.xhp\n"
+"par_id3153114\n"
+"4\n"
+"help.text"
+msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\">Borders</link> section of the Help."
msgstr ""
-#: 01170203.xhp#tit.help.text
-#, fuzzy
-msgctxt "01170203.xhp#tit.help.text"
-msgid "Data"
-msgstr "თარიღი"
-
-#: 01170203.xhp#bm_id3150040.help.text
-msgid "<bookmark_value>forms; data</bookmark_value><bookmark_value>data; forms and subforms</bookmark_value><bookmark_value>forms; subforms</bookmark_value><bookmark_value>subforms; description</bookmark_value>"
-msgstr ""
+#. SN)V
+#: 07070200.xhp
+msgctxt ""
+"07070200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Save Record"
+msgstr "ჩანაწერის შენახვა"
-#: 01170203.xhp#hd_id3150040.1.help.text
+#. 3l6K
+#: 07070200.xhp
#, fuzzy
-msgid "<link href=\"text/shared/02/01170203.xhp\" name=\"Data\">Data</link>"
+msgctxt ""
+"07070200.xhp\n"
+"hd_id3147588\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/07070200.xhp\" name=\"Save Record\">Save Record</link>"
msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
-#: 01170203.xhp#par_id3147242.2.help.text
-msgid "The<emph> Data </emph>tab page defines the form properties that refer to the database that is linked to the form."
+#. onva
+#: 07070200.xhp
+msgctxt ""
+"07070200.xhp\n"
+"bm_id3163829\n"
+"help.text"
+msgid "<bookmark_value>records; saving</bookmark_value>"
msgstr ""
-#: 01170203.xhp#par_id3149398.107.help.text
-msgid "Defines the data source on which the form is based, or specifies whether the data can be edited by the user. Apart from the sort and filter functions, you will also find all the necessary properties to create a <link href=\"text/shared/02/01170203.xhp\" name=\"subform\">subform</link>."
+#. Wu[}
+#: 07070200.xhp
+msgctxt ""
+"07070200.xhp\n"
+"par_id3163829\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Saves the current database table record.</ahelp> The<emph> Save Record </emph>icon is found on the <link href=\"text/shared/main0212.xhp\" name=\"Database Bar\">Table Data bar</link>"
msgstr ""
-#: 01170203.xhp#hd_id3154810.5.help.text
-msgctxt "01170203.xhp#hd_id3154810.5.help.text"
-msgid "Data source"
+#. b$rj
+#: 07070200.xhp
+msgctxt ""
+"07070200.xhp\n"
+"par_id3152372\n"
+"3\n"
+"help.text"
+msgid "Changes to the contents of a record are automatically saved as soon as you select another record. To save changes without selecting another record, click the <emph>Save Record</emph> icon."
msgstr ""
-#: 01170203.xhp#par_id3152349.16.help.text
-msgid "<ahelp hid=\"HID_PROP_DATASOURCE\">Defines the data source to which the form should refer.</ahelp> If you click the <emph>...</emph> button, you call the <link href=\"text/shared/01/01020000.xhp\" name=\"Open\"><emph>Open</emph></link> dialog, where you can choose a data source."
+#. A0U)
+#: 09020000.xhp
+msgctxt ""
+"09020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Internet URLs"
msgstr ""
-#: 01170203.xhp#hd_id3146948.6.help.text
+#. ZzPz
+#: 09020000.xhp
#, fuzzy
-msgid "Content"
-msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"შინაარსი\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"შიგთავსი"
-
-#: 01170203.xhp#par_id3155922.17.help.text
-msgid "<ahelp hid=\"HID_PROP_CURSORSOURCE\">Determines the content to be used for the form. The content can be an existing table or a query (previously created in the database), or it can be defined by an SQL-statement. Before you enter a content you have to define the exact type in <emph>Content type</emph>.</ahelp>"
-msgstr ""
-
-#: 01170203.xhp#par_id3149657.27.help.text
-msgid "If you have selected either \"Table\" or \"Query\" in <emph>Content type</emph>, the box lists all the tables and queries set up in the selected database."
-msgstr ""
-
-#: 01170203.xhp#hd_id3148755.7.help.text
-msgid "Content type"
-msgstr ""
-
-#: 01170203.xhp#par_id3150541.19.help.text
-msgid "<ahelp hid=\"HID_PROP_CURSORSOURCETYPE\">Defines whether the data source is to be an existing database table or query, or if the form is to be generated based on an SQL statement.</ahelp>"
-msgstr ""
-
-#: 01170203.xhp#par_id3153192.29.help.text
-msgid "If you choose \"Table\" or \"Query\", the form will refer to the table or query that you specify under <emph>Content</emph>. If you want to create a new query or a <link href=\"text/shared/02/01170203.xhp\" name=\"subform\">subform</link>, then you have to choose the \"SQL\" option. You can then enter the statement for the SQL query or the subform directly in the <emph>List content</emph> box on the Control properties Data tab page."
-msgstr ""
-
-#: 01170203.xhp#hd_id3158409.105.help.text
-msgid "Analyze SQL command"
-msgstr ""
-
-#: 01170203.xhp#par_id3145171.106.help.text
-msgid "<ahelp hid=\"HID_PROP_ESCAPE_PROCESSING\">Specifies whether the SQL statement is to be analyzed by %PRODUCTNAME.</ahelp> If set to Yes, you can click the <emph>...</emph> button next to the <emph>Content</emph> list box. This will open a window where you can graphically create a database query. When you close that window, the SQL statement for the created query will be inserted in the <emph>Content</emph> list box."
-msgstr ""
-
-#: 01170203.xhp#hd_id3154684.81.help.text
-msgctxt "01170203.xhp#hd_id3154684.81.help.text"
-msgid "Filter"
-msgstr ""
-
-#: 01170203.xhp#par_id3150449.82.help.text
-msgid "<ahelp hid=\"HID_PROP_FILTER_CRITERIA\">Enter the required conditions for filtering the data in the form. The filter specifications follow SQL rules without using the WHERE clause.</ahelp> For example, if you want to display all records with the \"Mike\" forename, type into the data field: Forename = 'Mike'. You can also combine conditions: Forename = 'Mike' OR Forename = 'Peter'. All records matching either of these two conditions will be displayed."
-msgstr ""
-
-#: 01170203.xhp#par_id3156212.83.help.text
-msgid "The filter function is available in user mode through the <link href=\"text/shared/02/12030000.xhp\" name=\"AutoFilter\"><emph>AutoFilter</emph></link> and <link href=\"text/shared/02/12090000.xhp\" name=\"Default Filter\"><emph>Default Filter</emph></link> icons on the <link href=\"text/shared/main0213.xhp\" name=\"Form Navigation Bar\"><emph>Form Navigation</emph> Bar</link>."
-msgstr ""
-
-#: 01170203.xhp#hd_id3156005.84.help.text
-msgid "Sort"
-msgstr "დალაგება"
-
-#: 01170203.xhp#par_id3163712.85.help.text
-msgid "<ahelp hid=\"HID_PROP_SORT_CRITERIA\">Specifies the conditions to sort the data in the form. The specification of the sorting conditions follows SQL rules without the use of the ORDER BY clause.</ahelp> For example, if you want all records of a database to be sorted in one field in an ascending order and in another field in a descending order, enter Forename ASC, Name DESC (presuming Forename and Name are the names of the data fields)."
-msgstr ""
-
-#: 01170203.xhp#par_id3156444.86.help.text
-msgid "The appropriate icons on the <link href=\"text/shared/main0213.xhp\" name=\"Form Navigation Bar\"><emph>Form Navigation</emph> Bar</link> can be used in User mode to sort: <link href=\"text/shared/02/12010000.xhp\" name=\"Sort Ascending\"><emph>Sort Ascending</emph></link>, <link href=\"text/shared/02/12020000.xhp\" name=\"Sort Descending\"><emph>Sort Descending</emph></link>, <link href=\"text/shared/02/12100100.xhp\" name=\"Sort\"><emph>Sort</emph></link>."
-msgstr ""
-
-#: 01170203.xhp#hd_id3148616.8.help.text
-msgid "Add data only"
-msgstr ""
-
-#: 01170203.xhp#par_id3153139.20.help.text
-msgid "<ahelp hid=\"HID_PROP_DATAENTRY\">Determines if the form only allows the addition of new data (Yes) or if it allows other properties as well (No).</ahelp>"
-msgstr ""
-
-#: 01170203.xhp#par_id3148575.21.help.text
-msgid "If <emph>Add data only</emph> is set to \"Yes\", changing or deleting data is not possible."
-msgstr ""
-
-#: 01170203.xhp#hd_id3148455.9.help.text
-msgctxt "01170203.xhp#hd_id3148455.9.help.text"
-msgid "Navigation bar"
-msgstr ""
-
-#: 01170203.xhp#par_id3157976.22.help.text
-msgid "<ahelp hid=\"HID_PROP_NAVIGATION\">Specifies whether the navigation functions in the lower form bar can be used.</ahelp>"
-msgstr ""
-
-#: 01170203.xhp#par_id3149485.79.help.text
-msgid "The \"Parent Form\" option is used for subforms. If you choose this option for a subform, you can navigate using the records of the main form if the cursor is placed in the subform. A subform is linked to the parent form by a 1:1 relationship, so navigation is always performed in the parent form."
-msgstr ""
-
-#: 01170203.xhp#hd_id3151051.10.help.text
-msgid "Cycle"
-msgstr ""
-
-#: 01170203.xhp#par_id3154944.23.help.text
-msgid "<ahelp hid=\"HID_PROP_CYCLE\">Determines how the navigation should be done using the tab key.</ahelp> Using the tab key, you can move forward in the form. If you simultaneously press the Shift key, the navigation will follow the opposite direction. If you reach the last (or the first) field and press the tab key again, it can have various effects. Define the key control with the following options:"
-msgstr ""
-
-#: 01170203.xhp#par_id3166413.87.help.text
-msgid "Option"
-msgstr "პარამეტრი"
-
-#: 01170203.xhp#par_id3150424.88.help.text
-msgctxt "01170203.xhp#par_id3150424.88.help.text"
-msgid "Meaning"
-msgstr ""
-
-#: 01170203.xhp#par_id3150417.89.help.text
-msgctxt "01170203.xhp#par_id3150417.89.help.text"
-msgid "Default"
-msgstr ""
-
-#: 01170203.xhp#par_id3157847.90.help.text
-msgid "This setting automatically defines a cycle which follows an existing database link: If the form contains a database link, the Tab key will, by default, initiate a change to the next or previous record on exit from the last field (see All Records). If there is no database link the next/previous form is shown (see Current Page)."
-msgstr ""
-
-#: 01170203.xhp#par_id3153418.91.help.text
-msgid "All records"
-msgstr ""
-
-#: 01170203.xhp#par_id3152972.92.help.text
-msgid "This option applies to database forms only and is used to navigate through all records. If you use the Tab key to exit from the last field of a form, the current record is changed."
-msgstr ""
-
-#: 01170203.xhp#par_id3151020.93.help.text
-msgid "Active record"
-msgstr ""
-
-#: 01170203.xhp#par_id3145301.94.help.text
-msgid "This option applies to database forms only, and is used to navigate within the current record. If you use the Tab key to exit from the last field of a form, the current record is changed."
-msgstr ""
-
-#: 01170203.xhp#par_id3146913.95.help.text
-msgid "Current page"
-msgstr ""
-
-#: 01170203.xhp#par_id3150330.96.help.text
-msgid "On exit from the last field of a form, the cursor skips to the first field in the next form. This is standard for HTML forms; therefore, this option is especially relevant for HTML forms."
-msgstr ""
-
-#: 01170203.xhp#hd_id3155064.11.help.text
-msgid "Allow additions"
-msgstr ""
-
-#: 01170203.xhp#par_id3154360.24.help.text
-msgid "<ahelp hid=\"HID_PROP_ALLOW_ADDITIONS\">Determines if data can be added.</ahelp>"
-msgstr ""
-
-#: 01170203.xhp#hd_id3156054.12.help.text
-msgid "Allow modifications"
-msgstr ""
-
-#: 01170203.xhp#par_id3156377.25.help.text
-msgid "<ahelp hid=\"HID_PROP_ALLOW_EDITS\"> Determines if the data can be modified.</ahelp>"
-msgstr ""
-
-#: 01170203.xhp#hd_id3149019.13.help.text
-msgid "Allow deletions"
-msgstr ""
-
-#: 01170203.xhp#par_id3148995.26.help.text
-msgid "<ahelp hid=\"HID_PROP_ALLOW_DELETIONS\">Determines if the data can be deleted.</ahelp>"
-msgstr ""
-
-#: 01170203.xhp#hd_id3153714.3.help.text
-msgid "Link master fields"
-msgstr ""
-
-#: 01170203.xhp#par_id3147339.14.help.text
-msgid "<ahelp hid=\"HID_PROP_MASTERFIELDS\">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 ""
-
-#: 01170203.xhp#par_id3149568.71.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 ""
+msgctxt ""
+"09020000.xhp\n"
+"hd_id3154094\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/09020000.xhp\" name=\"Internet URLs\">Internet URLs</link>"
+msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
-#: 01170203.xhp#par_id3156089.72.help.text
-msgid "Consider the following example:"
+#. 4ro2
+#: 09020000.xhp
+msgctxt ""
+"09020000.xhp\n"
+"par_id3154873\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OFA_HYPERLINK_URL\">Allows you to either type a URL, or insert a URL from a document using drag-and-drop.</ahelp>"
msgstr ""
-#: 01170203.xhp#par_id3151017.30.help.text
-msgid "The database table on which the form is based is, for example, a customer database (\"Customer\"), where every customer has been given a unique number in a data field named \"Cust_ID\". A customer's orders are maintained in another database table. You now want to see each customer's orders after entering them into the form. In order to do this you should create a subform. Under <emph>Link master fields</emph> enter the data field from the customer database which clearly identifies the customer, that is, Cust_ID. Under <emph>Link slave fields</emph> enter the name of a variable which is to accept the data of the field Cust_ID, for example, x."
+#. J~q.
+#: 09020000.xhp
+msgctxt ""
+"09020000.xhp\n"
+"par_id3153894\n"
+"5\n"
+"help.text"
+msgid "You can edit the URL and insert it at the current cursor position in the active document with the <emph>Link</emph> icon. The <emph>Link</emph> icon can only be activated if the <emph>URL Name</emph> field contains text."
msgstr ""
-#: 01170203.xhp#par_id3151248.73.help.text
-msgid "The subform should show the appropriate data from the orders table (\"Orders\") for each customer ID (Customer_ID -> x). This is only possible if each order is uniquely assigned to one customer in the orders table. Alternatively, you can use another field called Customer_ID; however, to make sure that this field is not confused with the same field from the main form, the field is called Customer_Number."
+#. `xzA
+#: 12120000.xhp
+msgctxt ""
+"12120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Apply Filter"
msgstr ""
-#: 01170203.xhp#par_id3153537.74.help.text
-msgid "Now compare the Customer_Number in the \"Orders\" table with the Customer_ID from the \"Customers\" table, which can be done, for example, using the x variable with the following SQL statement:"
-msgstr ""
+#. -t?F
+#: 12120000.xhp
+#, fuzzy
+msgctxt ""
+"12120000.xhp\n"
+"hd_id3149748\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12120000.xhp\" name=\"Apply Filter\">Apply Filter</link>"
+msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">ფაილიდან</link>"
-#: 01170203.xhp#par_id3155335.75.help.text
-msgid "SELECT * FROM Orders WHERE Customer_Number =: x (if you want the subform to show all data from the orders table)"
+#. 1:p$
+#: 12120000.xhp
+msgctxt ""
+"12120000.xhp\n"
+"par_id3149495\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FormFiltered\" visibility=\"visible\">Switches between the filtered and unfiltered view of the table.</ahelp>"
msgstr ""
-#: 01170203.xhp#par_id3163727.76.help.text
-msgid "or:"
+#. @Hlj
+#: 12120000.xhp
+msgctxt ""
+"12120000.xhp\n"
+"par_id3149999\n"
+"help.text"
+msgid "<image src=\"cmd/sc_formfiltered.png\" id=\"img_id3146130\"><alt id=\"alt_id3146130\">Icon</alt></image>"
msgstr ""
-#: 01170203.xhp#par_id3153921.77.help.text
-msgid "SELECT Item FROM Orders WHERE Customer_Number =: x (if you want the subform from the orders table to show only the data contained in the \"Item\" field)"
+#. !iMo
+#: 12120000.xhp
+msgctxt ""
+"12120000.xhp\n"
+"par_id3145090\n"
+"3\n"
+"help.text"
+msgid "Apply Filter"
msgstr ""
-#: 01170203.xhp#par_id3148488.78.help.text
-msgid "The SQL statement can either be entered in the <emph>Data source</emph> field, or you can create an appropriate parameter query, which can be used to create the subform."
+#. b51f
+#: 12120000.xhp
+msgctxt ""
+"12120000.xhp\n"
+"par_id3147226\n"
+"4\n"
+"help.text"
+msgid "The<emph> Apply Filter </emph>function retains <link href=\"text/shared/02/12110000.xhp\" name=\"form-based filters\">form-based filters</link> that have been set. You do not need to redefine them."
msgstr ""
-#: 01170203.xhp#hd_id3150648.4.help.text
-msgid "Link slave fields"
+#. Z]ca
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fields"
msgstr ""
-#: 01170203.xhp#par_id3149923.15.help.text
-msgid "<ahelp hid=\"HID_PROP_SLAVEFIELDS\">If you create a subform, enter the variable where possible values from the parent form field can be stored.</ahelp> If a subform is based on a query, enter the variable that you defined in the query. If you create a form using an SQL statement entered in the <emph>Data source</emph> field, enter the variable you used in the statement. You can choose any variable name. If you want to enter multiple values, press Shift + Enter."
+#. 5|qR
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"hd_id3149991\n"
+"1\n"
+"help.text"
+msgid "Fields"
msgstr ""
-#: 01170203.xhp#par_id3155114.31.help.text
-msgid "If, for example, you specified the Customer_ID database field as a parent field under <emph>Link master fields</emph>, then you can define under <emph>Link slave fields</emph> the name of the variable in which the values of the Customer_ID database field are to be stored. If you now specify an SQL statement in the <emph>Data source</emph> box using this variable, the relevant values are displayed in the subform."
+#. m\er
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"bm_id3149987\n"
+"help.text"
+msgid "<bookmark_value>database contents; inserting as fields</bookmark_value>"
msgstr ""
-#: 01170203.xhp#hd_id3152778.32.help.text
-msgid "What is a subform?"
+#. hRLn
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"par_id3149987\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SW_RADIOBUTTON_DLG_AP_INSERT_DB_SEL_RB_AS_FIELD\" visibility=\"hidden\">Inserts data selected from the data source browser into the document as fields.</ahelp> In the <emph>Insert Database Columns</emph> dialog, select the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\">Fields</link> to insert the selected data into the document as fields. These <link href=\"text/swriter/01/04090006.xhp\" name=\"database fields\">database fields</link> work as wildcards for the individual database columns and can be used for form letters. Click the <link href=\"text/shared/02/12080000.xhp\" name=\"Data to Fields\"><emph>Data to Fields</emph></link> icon to match the contents of the fields to the currently selected record."
msgstr ""
-#: 01170203.xhp#par_id3155579.33.help.text
-msgid "Forms are created based on a database table or database query. They display the data in a visually pleasant fashion and can be used to enter data or edit data."
+#. 9_$B
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"par_id3153114\n"
+"9\n"
+"help.text"
+msgid "If several records are selected when you choose the <emph>Data to Text</emph> function, the mail merge fields will be inserted according to the number of records. Also, a field command such as \"Next record\" will be inserted automatically between individual field command blocks."
msgstr ""
-#: 01170203.xhp#par_id3147094.34.help.text
-msgid "<variable id=\"wozu\">If you require a form that can refer to the data in a table or query and can additionally display data from another table, you should create a subform. </variable> For example, this subform can be a text box that displays the data of another database table."
+#. s@c.
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"par_id3145090\n"
+"10\n"
+"help.text"
+msgid "The <emph>Insert Database Columns</emph> dialog lets you define which database fields to insert into the document and how to format the paragraphs."
msgstr ""
-#: 01170203.xhp#par_id3157972.35.help.text
-msgid "A subform is an additional component of the main form. The main form can be called the \"parent form\" or \"master\". Subforms are needed as soon as you want to access more than one table from a form. Each additional table requires its own subform."
+#. DJ}v
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"hd_id3156136\n"
+"2\n"
+"help.text"
+msgid "Fields"
msgstr ""
-#: 01170203.xhp#par_id4807275.help.text
-msgid "After creating a form, it can be changed into a subform. To do this, enter Design Mode, and open the Form Navigator. In the Form Navigator, drag a form (that will become a subform) onto any other form (that will become a master)."
+#. V[Vj
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"par_id3147571\n"
+"11\n"
+"help.text"
+msgid "In the <emph>Fields</emph> area, use the arrow button to select the database table columns into which you want to insert field contents."
msgstr ""
-#: 01170203.xhp#par_id3158444.36.help.text
-msgid "The user of your document will not see that a form has subforms. The user only sees a document in which data is entered or where existing data is displayed."
+#. fjTI
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"hd_id3153345\n"
+"3\n"
+"help.text"
+msgid "Database columns"
msgstr ""
-#: 01170203.xhp#par_idN10C2A.help.text
-msgid "Specify the Link master field from the data fields in the master form. In the subform, the Link slave field can be set as a field which will be matched to the contents of the Link master field."
+#. -bQ6
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"par_id3155535\n"
+"12\n"
+"help.text"
+msgid "Lists all columns of the database table, which can be accepted in the selection list box to insert them into the document. <ahelp hid=\"SW_LISTBOX_DLG_AP_INSERT_DB_SEL_LB_TXT_DB_COLUMN\" visibility=\"visible\">Select the database columns that you want to insert it in the document.</ahelp>"
msgstr ""
-#: 01170203.xhp#par_idN10C2D.help.text
-msgid "When the user navigates through the data, the form always displays the current data record. If there are subforms defined, the contents of the subforms will be displayed after a short delay of approximate 200 ms. This delay enables you to quickly browse through the data records of the master form. If you navigate to the next master data record within the delay limit, the subform data need not be retrieved and displayed."
+#. |Q1u
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"hd_id3152551\n"
+"4\n"
+"help.text"
+msgid ">"
msgstr ""
-#: 02170000.xhp#tit.help.text
-msgid "Background color/Paragraph background "
+#. p2Rv
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"par_id3145345\n"
+"13\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\"SW_IMAGEBUTTON_DLG_AP_INSERT_DB_SEL_IB_DBCOL_TOEDIT\">Moves the fields that you selected in the <emph>Database columns</emph> list box into the selection field.</ahelp> You can also double-click the entry to select it."
msgstr ""
-#: 02170000.xhp#hd_id3154232.1.help.text
-msgid "<link href=\"text/shared/02/02170000.xhp\" name=\"Background Color\">Background Color</link>"
-msgstr "<link href=\"text/shared/02/02170000.xhp\" name=\"ფონის ფერი\">ფონის ფერი</link>"
-
-#: 02170000.xhp#par_id3149140.2.help.text
-msgid "<variable id=\"hintergrundfarbetext\"><ahelp hid=\".\">Click to open a toolbar where you can click a background color for a paragraph. The color is applied to the background of the current paragraph or the selected paragraphs.</ahelp></variable>"
+#. 06X9
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"hd_id3166411\n"
+"5\n"
+"help.text"
+msgid "Select"
msgstr ""
-#: 02170000.xhp#par_id3147276.help.text
-msgid "<image id=\"img_id3148538\" src=\"cmd/sc_backgroundcolor.png\"><alt id=\"alt_id3148538\">Icon</alt></image>"
+#. [}H$
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"par_id3163802\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SW_MULTILINEEDIT_DLG_AP_INSERT_DB_SEL_ED_DB_TEXT\" visibility=\"visible\">Lists the database columns that you selected to be inserted into the document. You can also enter text here. This text will be also inserted into the document.</ahelp> The entries' order in the selection field corresponds to the data order in the document."
msgstr ""
-#: 02170000.xhp#par_id3144439.4.help.text
-msgid "Background Color"
-msgstr "ფონის ფერი"
-
-#: 20090000.xhp#tit.help.text
-msgid "Time"
-msgstr "დრო"
-
-#: 20090000.xhp#hd_id3152823.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/20090000.xhp\" name=\"Time\">Time</link>"
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
+#. 0m2.
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"hd_id3153257\n"
+"7\n"
+"help.text"
+msgid "Paragraph Style"
+msgstr "პარაგრაფის სტილი"
-#: 20090000.xhp#par_id3151299.2.help.text
-msgid "<ahelp hid=\".uno:CurrentTime\" visibility=\"visible\">Displays the current time.</ahelp>"
+#. 3u]6
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"par_id3158430\n"
+"15\n"
+"help.text"
+msgid "By default, the inserted paragraphs are formatted with the current Paragraph Styles. This format corresponds to the \"none\" entry in the <emph>Paragraph Style</emph> list box. <ahelp hid=\"SW_LISTBOX_DLG_AP_INSERT_DB_SEL_LB_DB_PARA_COLL\" visibility=\"visible\">This is where you can select other Paragraph Styles to apply to the paragraph you want to insert into the document.</ahelp> The list box displays the available Paragraph Styles defined in <item type=\"productname\">%PRODUCTNAME</item> and managed in the <link href=\"text/swriter/01/05130000.xhp\" name=\"Style Catalog\">Style Catalog</link>."
msgstr ""
-#: 01140000.xhp#tit.help.text
-msgctxt "01140000.xhp#tit.help.text"
+#. 0+(n
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"tit\n"
+"help.text"
msgid "Show Draw Functions"
msgstr ""
-#: 01140000.xhp#bm_id3150476.help.text
+#. =Rj+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"bm_id3150476\n"
+"help.text"
msgid "<bookmark_value>Drawing bar</bookmark_value> <bookmark_value>lines; draw functions</bookmark_value> <bookmark_value>polygon drawing</bookmark_value> <bookmark_value>freeform lines; draw functions</bookmark_value> <bookmark_value>text boxes; positioning</bookmark_value> <bookmark_value>headings; entering as text box</bookmark_value> <bookmark_value>text objects; draw functions</bookmark_value> <bookmark_value>ticker text</bookmark_value> <bookmark_value>text; animating</bookmark_value> <bookmark_value>vertical callouts</bookmark_value> <bookmark_value>vertical text boxes</bookmark_value> <bookmark_value>cube drawing</bookmark_value> <bookmark_value>triangle drawing</bookmark_value> <bookmark_value>ellipse drawing</bookmark_value> <bookmark_value>rectangle drawing</bookmark_value> <bookmark_value>shapes</bookmark_value>"
msgstr ""
-#: 01140000.xhp#hd_id3152363.1.help.text
+#. sn^h
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3152363\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/shared/02/01140000.xhp\" name=\"Show Draw Functions\">Show Draw Functions</link>"
msgstr "<link href=\"text/shared/02/01140000.xhp\" name=\"ხატვის ფუნქციების ჩვენება\">ხატვის ფუნქციების ჩვენება</link>"
-#: 01140000.xhp#par_id3150789.72.help.text
+#. kATT
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3150789\n"
+"72\n"
+"help.text"
msgid "<ahelp hid=\".uno:InsertDraw\">Click to open or close the <emph>Drawing </emph>bar, where you can add shapes, lines, text, and callouts to the current document.</ahelp>"
msgstr "<ahelp hid=\".uno:InsertDraw\">დააწკაპუნეთ რომ გახსნათ ან დახუროთ <emph>ხატვა </emph>ზოლი, რომლითაც თქვენ შეგიძლიათ მოცემულ დოკუმენტში ფორმების, ხაზების, ტექსტისა და მიმნიშნებლების დამატება.</ahelp>"
-#: 01140000.xhp#par_idN10849.help.text
+#. ?DI8
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN10849\n"
+"help.text"
msgid "You can switch on and off the Drawing toolbar of Writer and Calc documents using an icon on the Standard toolbar."
msgstr "თქვენ შეგიძლიათ Writer და Calc დოკუმენტების ხატვის ინსტრუმენტების ზოლის ჩართვა ან გამორთვა სტანდარტული ინსტრუმენტების ზოლზე არსებული ხატულის მეშვეობით."
-#: 01140000.xhp#par_id3154288.help.text
+#. k_lY
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3154288\n"
+"help.text"
msgid "<image id=\"img_id3153683\" src=\"cmd/sc_insertdraw.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153683\">Icon</alt></image>"
msgstr ""
-#: 01140000.xhp#par_id3153032.10.help.text
-msgctxt "01140000.xhp#par_id3153032.10.help.text"
+#. 5e/)
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3153032\n"
+"10\n"
+"help.text"
msgid "Show Draw Functions"
msgstr ""
-#: 01140000.xhp#par_idN1089D.help.text
+#. `jWd
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN1089D\n"
+"help.text"
msgid "You can show and hide the <emph>Visible Buttons</emph>. Click the arrow at the end of the toolbar to access the <emph>Visible Buttons</emph> command."
msgstr "თქვენ შეიძლიათ აჩვენოთ ან დამალოთ <emph>ხილული ღილაკები</emph>. დააწკაპუნეთ ინსტრუმენტების ზოლის ბოლოში არსებულ ისარზე <emph>ხილული ღილაკები</emph> ბრძანების გამოსაყენებლად."
-#: 01140000.xhp#hd_id3149398.11.help.text
-msgctxt "01140000.xhp#hd_id3149398.11.help.text"
+#. VTyD
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3149398\n"
+"11\n"
+"help.text"
msgid "Selection"
msgstr ""
-#: 01140000.xhp#par_id3147573.help.text
+#. 1\7B
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3147573\n"
+"help.text"
msgid "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3153824\">Icon</alt></image>"
msgstr ""
-#: 01140000.xhp#par_id3150771.12.help.text
+#. ^]Lp
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3150771\n"
+"12\n"
+"help.text"
msgid "Lets you select objects in the current document. To select an object, click the object with the arrow. To select more than one object, drag a selection frame around the objects. To add an object to a selection, press Shift, and then click the object."
msgstr "საშუალებას გაძლევთ მონიშნოთ ობიექტები მოცემულ დოკუმენტში. ობიექტის მოსანიშნად დააწკაპუნეთ მასზე ისარით. ერთზე მეტი ობიექტის მოსანიშნად, მოხაზეთ ობიექტის გარშემო მონიშვნის ჩარჩო. მონიშნული ობიექტებისთვის კიდევ ერთი ობიექტის დასამატებლად, დააჭირეთ Shift-ს და შემდეგ დააწკაპუნეთ ობიექტზე."
-#: 01140000.xhp#hd_id3143270.13.help.text
+#. Eic+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3143270\n"
+"13\n"
+"help.text"
msgid "Line"
msgstr "ხაზი"
-#: 01140000.xhp#par_id3154897.help.text
+#. [rJ{
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3154897\n"
+"help.text"
msgid "<image id=\"img_id3147618\" src=\"cmd/sc_line.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147618\">Icon</alt></image>"
msgstr ""
-#: 01140000.xhp#par_id3155922.64.help.text
+#. =bo0
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3155922\n"
+"64\n"
+"help.text"
msgid "<ahelp hid=\".uno:Line\">Draws a straight line where you drag in the current document. To constrain the line to 45 degrees, hold down Shift while you drag.</ahelp>"
msgstr "<ahelp hid=\".uno:Line\">ავლებს სწორ ხაზს, სადაც თქვენ გადაიტანთ მოცემულ დოკუმენტს. ხაზის 45 გრადუსამდე შეზღუდვის მიზნით, დააჭირეთ და არ გაუშვათ Shift ღილაკს გადატანის პროცესში.</ahelp>"
-#: 01140000.xhp#par_id3153360.71.help.text
+#. T*-X
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3153360\n"
+"71\n"
+"help.text"
msgid "To enter text on a line, double-click the line and type or paste your text. The text direction corresponds to the direction you dragged to draw the line. To hide the line, select <emph>Invisible</emph> in the <emph>Line Style</emph> box on the <emph>Drawing Object Properties</emph> bar."
msgstr "ხაზზე ტექსტის შესაყვანად, ორჯერ დააწკაპუნეთ ხაზზე და დაბეჭდეთ ან ჩასვით სასურველი ტექსტი. ტექსტის მიმართულება შეესაბამება ხაზის გავლების მიზნით განხორციელებული გადატანის მიმართულებას. ხაზის დასამალად, აირჩიეთ <emph>უჩინარი</emph> *** <emph>ხაზების სტილი</emph> ყუთში <emph>სახატავი ობიექტების პარამეტრების</emph> ზოლზე."
-#: 01140000.xhp#hd_id3152922.16.help.text
+#. V.km
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3152922\n"
+"16\n"
+"help.text"
msgid "Rectangle"
msgstr "მართკუთხედი"
-#: 01140000.xhp#par_id3154125.help.text
+#. S:jQ
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3154125\n"
+"help.text"
msgid "<image id=\"img_id3158407\" src=\"cmd/sc_rect.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3158407\">Icon</alt></image>"
msgstr ""
-#: 01140000.xhp#par_id3147230.65.help.text
+#. N(R6
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3147230\n"
+"65\n"
+"help.text"
msgid "<ahelp hid=\".uno:Rect\">Draws a rectangle where you drag in the current document. To draw a square, hold down Shift while you drag. Click where you want to place a corner of the rectangle, and drag to the size you want.</ahelp>"
msgstr "<ahelp hid=\".uno:Rect\">ხაზავს მართკუთხედს, სადაც გადაგაქვთ მოცემული დოკუმენტი. კვადრატის მოსახაზად, დააჭირეთ და არ აუშვათ Shift ღილაკს გადატანის პროცესში. დააწკაპუნეთ იმ ადგილს, სადაც გსურთ მართკუთხედის კუთხის მოთავსება, და გადაიტანეთ თქვენთვის სასურველ ზომაში.</ahelp>"
-#: 01140000.xhp#hd_id3153367.20.help.text
+#. 7ai-
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3153367\n"
+"20\n"
+"help.text"
msgid "Ellipse"
msgstr "ელიფსი"
-#: 01140000.xhp#par_id3156443.help.text
+#. sbAm
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3156443\n"
+"help.text"
msgid "<image id=\"img_id3153951\" src=\"cmd/sc_ellipse.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153951\">Icon</alt></image>"
msgstr ""
-#: 01140000.xhp#par_id3159197.21.help.text
+#. |`oP
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3159197\n"
+"21\n"
+"help.text"
msgid "<ahelp hid=\".uno:Ellipse\">Draws an oval where you drag in the current document. Click where you want to draw the oval, and drag to the size you want. To draw a circle, hold down Shift while you drag.</ahelp>"
msgstr "<ahelp hid=\".uno:Ellipse\">ხაზავს ოვალს, სადაც გადაგაქვთ მოცემული დოკუმენტი. დააწკაპუნეთ იმ ადგილს, სადაც გსურთ ოვალის მოხაზვა, და გადაიტანეთ თქვენთვის სასურველ ზომაში. წრის მოსახაზად, დააჭირეთ და არ აუშვათ Shift ღილაკს გადატანის პროცესში.</ahelp>"
-#: 01140000.xhp#hd_id3155308.23.help.text
+#. U8/z
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3155308\n"
+"23\n"
+"help.text"
msgid "Polygon"
msgstr "პოლიგონი"
-#: 01140000.xhp#par_id3154129.help.text
+#. yc;K
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3154129\n"
+"help.text"
msgid "<image id=\"img_id3152576\" src=\"cmd/sc_polygon_unfilled.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3152576\">Icon</alt></image>"
msgstr ""
-#: 01140000.xhp#par_id3147214.24.help.text
+#. #Ok^
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3147214\n"
+"24\n"
+"help.text"
msgid "<ahelp hid=\".uno:Polygon_Unfilled\">Draws a line composed of a series of straight line segments. Drag to draw a line segment, click to define the endpoint of the line segment, and then drag to draw a new line segment. Double-click to finish drawing the line. To create a closed shape, double-click the starting point of the line.</ahelp>"
msgstr "<ahelp hid=\".uno:Polygon_Unfilled\">ხაზავს სწორი ხაზის სეგმენტების სერიისგან შემდგარ ზოლს. გადაიტანეთ ხაზის სეგმენტის მოსახაზად, დააწკაპუნეთ ხაზის სეგმენტის ბოლო პუნქტის მოსანიშნად, და შემდეგ გადაიტანეთ ახალი ხაზის სეგმენტის მოსახაზად. ორჯერ დააწკაპუნეთ ხაზის დასასრულებლად. დახურული ფორმის შესაქმნელად ორჯერ დააწკაპუნეთ ხაზის საწყის პუნქტს.</ahelp>"
-#: 01140000.xhp#par_id3154638.47.help.text
+#. ^v3_
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3154638\n"
+"47\n"
+"help.text"
msgid "Hold the Shift key while drawing a polygon to position new points at 45 degree angles."
-msgstr "ახალი წერტილების 45 გრადუსის კუთხით მოსათავსებლად, დააჭირეთ და არ აუშვათ Shift ღილაკს პოლიგონის მოხაზვის პროცესში. "
-
-#: 01140000.xhp#par_id3154319.48.help.text
+msgstr "ახალი წერტილების 45 გრადუსის კუთხით მოსათავსებლად, დააჭირეთ და არ აუშვათ Shift ღილაკს პოლიგონის მოხაზვის პროცესში."
+
+#. eeqJ
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3154319\n"
+"48\n"
+"help.text"
msgid "The <link href=\"text/shared/01/05270000.xhp\" name=\"Edit Points\">Edit Points</link> mode enables you to interactively modify the individual points of the polygon."
msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Edit Points\">წერტილების რედაქტირება</link> საშუალებას გაძლევთ ინტერაქტიურად შეცვალოთ პოლიგონის ინდივიდუალური წერტილები."
-#: 01140000.xhp#hd_id3153279.56.help.text
+#. r,l4
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3153279\n"
+"56\n"
+"help.text"
msgid "Curve"
msgstr "მრუდი"
-#: 01140000.xhp#par_id3153876.help.text
+#. $oo=
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3153876\n"
+"help.text"
msgid "<image id=\"img_id3149379\" src=\"cmd/sc_bezier_unfilled.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149379\">Icon</alt></image>"
msgstr ""
-#: 01140000.xhp#par_id3148878.57.help.text
+#. ;qqi
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3148878\n"
+"57\n"
+"help.text"
msgid "<variable id=\"kurvetext\"><ahelp hid=\".uno:Bezier_Unfilled\">Draws a smooth Bezier curve. Click where you want the curve to start, drag, release, and then move the pointer to where you want the curve to end and click. Move the pointer and click again to add a straight line segment to the curve. Double-click to finish drawing the curve. To create a closed shape, double click the starting point of the curve.</ahelp> The arc of the curve is determined by the distance you drag. </variable>"
msgstr "<variable id=\"kurvetext\"><ahelp hid=\".uno:Bezier_Unfilled\">ხაზავს გლუვ Bezier მრუდს. დააწკაპუნეთ იქ, სადაც გსურთ მრუდის დაწყება, გადაიტანეთ, გაუშვით, და შემდეგ გადაიტანეთ ისარი იქ, სადაც გსურთ მრუდის დასრულება და დააწკაპუნეთ. გადაიტანეთ ისარი და კვლავ დააწკაპუნეთ მრუდისთვის სწორი ხაზის სეგმენტის დასამატებლად. მრუდის ხაზვის დასასრულებლად ორჯერ დააწკაპუნეთ. დახურული ფორმის შესაქმნელად ორჯერ დააწკაპუნეთ მრუდის საწყის პუნქტს.</ahelp> მრუდის რკალი განისაზღვრება თქვენს მიერ გადატანის მანძილით. </variable>"
-#: 01140000.xhp#hd_id3148587.60.help.text
+#. ~3XI
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3148587\n"
+"60\n"
+"help.text"
msgid "Freeform Line"
msgstr "თავისუფალი ფორმა"
-#: 01140000.xhp#par_id3155602.help.text
+#. =g}4
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3155602\n"
+"help.text"
msgid "<image id=\"img_id3154510\" src=\"cmd/sc_linetoolbox.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154510\">Icon</alt></image>"
msgstr ""
-#: 01140000.xhp#par_id3154163.61.help.text
+#. {eO3
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3154163\n"
+"61\n"
+"help.text"
msgid "<variable id=\"freihandtext\"><ahelp hid=\".uno:Freeline_Unfilled\">Draws a freeform line where you drag in the current document. To end the line, release the mouse button. To draw a closed shape, release the mouse button near the starting point of the line.</ahelp></variable>"
msgstr "<variable id=\"freihandtext\"><ahelp hid=\".uno:Freeline_Unfilled\">ხაზავს ღია ფორმის ზოლს, სადაც გადაგაქვთ მოცემული დოკუმენტი. ზოლის დასასრულებლად აუშვით თაგუნას ღილაკს. დახურული ფორმის მოსახაზად, აუშვით თაგუნას ღილაკს ზოლის საწყის პუნქტთან.</ahelp></variable>"
-#: 01140000.xhp#hd_id3147259.27.help.text
+#. |#`-
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3147259\n"
+"27\n"
+"help.text"
msgid "Arc"
msgstr "რკალი"
-#: 01140000.xhp#par_id3156359.help.text
+#. O,F3
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3156359\n"
+"help.text"
msgid "<image id=\"img_id3153710\" src=\"cmd/sc_arc.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153710\">Icon</alt></image>"
msgstr ""
-#: 01140000.xhp#par_id3148482.66.help.text
+#. },;{
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3148482\n"
+"66\n"
+"help.text"
msgid "<ahelp hid=\".uno:Arc\">Draws an arc in the current document. To draw an arc, drag an oval to the size you want, and then click to define the starting point of the arc. Move your pointer to where you want to place the endpoint and click. You do not need to click on the oval. To draw an arc that is based on a circle, hold down Shift while you drag.</ahelp>"
msgstr "<ahelp hid=\".uno:Arc\">ხაზავს რკალს მოცემულ დოკუმენტში. რკალის მოსახაზად, გადაიტანეთ ოვალი თქვენთვის სასურველ ზომაში, და შემდეგ დააწკაპუნეთ რკალის საწყისი პუნქტის მოსანიშნად. გადაიტანეთ ისარი იქ, სადაც გსურთ ბოლო პუნქტის დასმა და დააწკაპუნეთ. ოვალზე დაწკაპუნება საჭირო არ არის. წრეზე დაფუძნებული ოვალის მოსახაზად, დააჭირეთ და არ აუშვათ Shift ღილაკს გადატანის პროცესში.</ahelp>"
-#: 01140000.xhp#hd_id3153924.30.help.text
+#. HPZM
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3153924\n"
+"30\n"
+"help.text"
msgid "Ellipse Pie"
msgstr "ელიფსის რგოლური დიაგრამა"
-#: 01140000.xhp#par_id3154363.help.text
+#. l?ps
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3154363\n"
+"help.text"
msgid "<image id=\"img_id3159186\" src=\"cmd/sc_pie.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3159186\">Icon</alt></image>"
msgstr ""
-#: 01140000.xhp#par_id3156383.67.help.text
+#. *r{i
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3156383\n"
+"67\n"
+"help.text"
msgid "<ahelp hid=\".uno:Pie\">Draws a filled shape that is defined by the arc of an oval and two radius lines in the current document. To draw an ellipse pie, drag an oval to the size you want, and then click to define the first radius line. Move your pointer to where you want to place the second radius line and click. You do not need to click on the oval. To draw a circle pie, hold down Shift while you drag.</ahelp>"
msgstr "<ahelp hid=\".uno:Pie\">ხაზავს ამოვსებულ ფორმას, რომელსაც განსაზღვრავს ოვალის რკალი და მოცემულ დოკუმენტში არსებული ორი რადიუსის ხაზი. ელიფსის რგოლური დიაგრამის მოსახაზად, გადაიტანეთ ოვალი თქვენთვის სასურველ ზომაში და შემდეგ დააწკაპუნეთ პირველი რადიუსის ხაზის მოსანიშნად. გადაიტანეთ ისარი იქ, სადაც გსურთ მეორე რადიუსის ხაზის მოთავსება და დააწკაპუნეთ. ოვალზე დაწკაპუნება საჭირო არ არის. წრის რგოლური დიაგრამის მოსახაზად, დააჭირეთ და არ აუშვათ Shift ღილაკს გადატანის პროცესში.</ahelp>"
-#: 01140000.xhp#hd_id3154964.33.help.text
+#. ki-f
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3154964\n"
+"33\n"
+"help.text"
msgid "Circle Segment"
msgstr "წრის სეგმენტი"
-#: 01140000.xhp#par_id3151017.help.text
+#. muiP
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3151017\n"
+"help.text"
msgid "<image id=\"img_id3147315\" src=\"cmd/sc_circlecut.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147315\">Icon</alt></image>"
msgstr ""
-#: 01140000.xhp#par_id3149106.68.help.text
+#. )[[6
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3149106\n"
+"68\n"
+"help.text"
msgid "<ahelp hid=\".uno:CircleCut\">Draws a filled shape that is defined by the arc of a circle and a diameter line in the current document. To draw a circle segment, drag a circle to the size you want, and then click to define the starting point of the diameter line. Move your pointer to where you want to place the endpoint of the diameter line and click. You do not need to click on the circle. To draw an ellipse segment, hold down Shift while you drag.</ahelp>"
msgstr "<ahelp hid=\".uno:CircleCut\">ხაზავს ამოვსებულ ფორმას, რომელსაც განსაზღვრავს წრის რკალი და მოცემულ დოკუმენტში არსებული დიამეტრის ხაზი. წრის სეგმენტის მოსახაზად, გადაიტანეთ წრე თქვენთვის სასურველ ზომაში და შემდეგ დააწკაპუნეთ დიამეტრის ხაზის საწყისი პუნქტის მოსანიშნად. გადაიტანეთ ისარი იქ, სადაც გსურთ დიამეტრის ხაზის ბოლო პუნქტის მოთავსება და დააწკაპუნეთ. წრეზე დაწკაპუნება საჭირო არ არის. ელიფსის სეგმენტის მოსახაზად, დააჭირეთ და არ აუშვათ Shift ღილაკს გადატანის პროცესში.</ahelp>"
-#: 01140000.xhp#hd_id3145150.36.help.text
-msgctxt "01140000.xhp#hd_id3145150.36.help.text"
+#. aR2A
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3145150\n"
+"36\n"
+"help.text"
msgid "Text"
msgstr ""
-#: 01140000.xhp#par_id3145790.help.text
+#. fGiu
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3145790\n"
+"help.text"
msgid "<image id=\"img_id3155608\" src=\"cmd/sc_texttoolbox.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155608\">Icon</alt></image>"
msgstr ""
-#: 01140000.xhp#par_id3154657.69.help.text
+#. KY}0
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3154657\n"
+"69\n"
+"help.text"
msgid "<ahelp hid=\".uno:DrawText\">Draws a text box with horizontal text direction where you drag in the current document. Drag a text box to the size you want anywhere in the document, and then type or paste your text. Rotate the text box to get rotated text.</ahelp>"
msgstr ""
-#: 01140000.xhp#hd_id3158214.62.help.text
+#. .-}/
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3158214\n"
+"62\n"
+"help.text"
msgid "Text Animation"
msgstr "ტექსტის ანიმაცია"
-#: 01140000.xhp#par_id3150380.help.text
+#. ,khl
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3150380\n"
+"help.text"
msgid "<image id=\"img_id3152580\" src=\"cmd/sc_text_marquee.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3152580\">Icon</alt></image>"
msgstr ""
-#: 01140000.xhp#par_id3150826.63.help.text
+#. uo(2
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3150826\n"
+"63\n"
+"help.text"
msgid "<ahelp hid=\".uno:Text_Marquee\" visibility=\"hidden\">Inserts animated text with horizontal text direction into the current document. Drag a text box, and then type or paste your text. To assign an animation effect, choose <emph>Format - Text - Text Animation</emph>.</ahelp><variable id=\"lauftext\">Inserts animated text with horizontal text direction into the current document. </variable>"
msgstr "<ahelp hid=\".uno:Text_Marquee\" visibility=\"hidden\">სვამს ჰორიზონტალური მიმართულების ანიმირებულ ტექსტს მოცემულ დოკუმენტში. გადაიტანეთ ტექსტური ველი, და შემდეგ დაბეჭდეთ ან ჩასვით სასურველი ტექსტი. ანიმაციური ეფექტის განსაზღვრის მიზნით, აირჩიეთ <emph>ფორმატი - ტექსტი - ტექსტური ანიმაცია</emph>.</ahelp><variable id=\"lauftext\">სვამს ჰორიზონტალური მიმართულების ანიმირებულ ტექსტს მოცემულ დოკუმენტში. </variable>"
-#: 01140000.xhp#hd_id3149966.41.help.text
-msgctxt "01140000.xhp#hd_id3149966.41.help.text"
+#. kA3H
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3149966\n"
+"41\n"
+"help.text"
msgid "Callouts"
msgstr ""
-#: 01140000.xhp#par_id3153781.help.text
+#. !\:B
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3153781\n"
+"help.text"
msgid "<image id=\"img_id3145256\" src=\"cmd/sc_drawcaption.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3145256\">Icon</alt></image>"
msgstr ""
-#: 01140000.xhp#par_id3151274.70.help.text
+#. F|YZ
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3151274\n"
+"70\n"
+"help.text"
msgid "<ahelp hid=\".uno:DrawCaption\">Draws a line that ends in a rectangular callout with horizontal text direction from where you drag in the current document. Drag a handle of the callout to resize the callout. To add text, click the edge of the callout, and then type or paste your text. To change a rectangular callout to a rounded callout, drag the largest corner handle when the pointer changes to a hand.</ahelp>"
msgstr "<ahelp hid=\".uno:DrawCaption\">ხაზავს ზოლს, რომელიც სრულდება მართკუთხედი მიმნიშნებელით, ტექსტის ჰორიზონტალური მიმართულებით, საიდანაც გადაგაქვთ მოცემულ დოკუმენტში. მიმნიშნებლის ზომის შესაცვლელად, გადაიტანეთ მისი სახელური. ტექსტის დასამატებლად, დააწკაპუნეთ მიმნიშნებლის კიდეს და შემდეგ დაბეჭდეთ ან ჩასვით სასურველი ტექსტი. მართკუთხედი მიმნიშნებლის მომრგვალებული მიმნიშნებლით შესაცვლელად, გადაიტანეთ ყველაზე დიდი კუთხის სახელური როდესაც ისრის გამოსახულება ხელის გამოსახულებით შეიცვლება.</ahelp>"
-#: 01140000.xhp#par_idN10E50.help.text
+#. !;mV
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN10E50\n"
+"help.text"
msgid "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">Points</link>"
msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 01140000.xhp#par_idN10E60.help.text
+#. =H:_
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN10E60\n"
+"help.text"
msgid "Enables you to edit points on your drawing."
msgstr "საშუალებას გაძლევთ რედაქტირება გაუკეთოთ წერტილებს ნახატზე."
-#: 01140000.xhp#par_idN10E75.help.text
+#. 1S??
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN10E75\n"
+"help.text"
msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">From File</link>"
msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">ფაილიდან</link>"
-#: 01140000.xhp#par_idN10E95.help.text
+#. 14.g
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN10E95\n"
+"help.text"
msgid "<link href=\"text/shared/3dsettings_toolbar.xhp\">Extrusion On/Off</link>"
msgstr "<link href=\"text/shared/3dsettings_toolbar.xhp\">ექსტრუზიის ჩართვა/გამორთვა</link>"
-#: 01140000.xhp#par_idN10EA5.help.text
+#. 9~p,
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN10EA5\n"
+"help.text"
msgid "Switches the 3D effects on and off for the selected objects."
msgstr "მონიშნული ობიექტებისთვის სამგანზომილებიანი ეფექტების ჩართვა და გამორთვა."
-#: 01140000.xhp#hd_id3149735.75.help.text
+#. K^~c
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3149735\n"
+"75\n"
+"help.text"
msgid "Vertical Callouts"
msgstr "ვერტიკალური მიმნიშნებლები"
-#: 01140000.xhp#par_id3156068.help.text
+#. \z!]
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3156068\n"
+"help.text"
msgid "<image id=\"img_id3154818\" src=\"cmd/sc_verticalcaption.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154818\">Icon</alt></image>"
msgstr ""
-#: 01140000.xhp#par_id3150492.76.help.text
+#. 5^E!
+#: 01140000.xhp
#, fuzzy
+msgctxt ""
+"01140000.xhp\n"
+"par_id3150492\n"
+"76\n"
+"help.text"
msgid "<ahelp hid=\".uno:VerticalCaption\">Draws a line that ends in a rectangular callout with vertical text direction from where you drag in the current document. Drag a handle of the callout to resize the callout. To add text, click the edge of the callout, and then type or paste your text. To change a rectangular callout to a rounded callout, drag the largest corner handle when the pointer changes to a hand. Only available when Asian language support is enabled.</ahelp>"
msgstr "<ahelp hid=\".uno:DrawCaption\">ხაზავს ზოლს, რომელიც სრულდება მართკუთხედი მიმნიშნებელით, ტექსტის ჰორიზონტალური მიმართულებით, საიდანაც გადაგაქვთ მოცემულ დოკუმენტში. მიმნიშნებლის ზომის შესაცვლელად, გადაიტანეთ მისი სახელური. ტექსტის დასამატებლად, დააწკაპუნეთ მიმნიშნებლის კიდეს და შემდეგ დაბეჭდეთ ან ჩასვით სასურველი ტექსტი. მართკუთხედი მიმნიშნებლის მომრგვალებული მიმნიშნებლით შესაცვლელად, გადაიტანეთ ყველაზე დიდი კუთხის სახელური როდესაც ისრის გამოსახულება ხელის გამოსახულებით შეიცვლება.</ahelp>"
-#: 01140000.xhp#hd_id3166437.77.help.text
+#. ]Dvz
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3166437\n"
+"77\n"
+"help.text"
msgid "Vertical Text"
msgstr "ვერტიკალური ტექსტი"
-#: 01140000.xhp#par_id3146929.help.text
+#. \b[?
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3146929\n"
+"help.text"
msgid "<image id=\"img_id3154372\" src=\"cmd/sc_verticaltext.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154372\">Icon</alt></image>"
msgstr ""
-#: 01140000.xhp#par_id3152989.78.help.text
+#. +XVA
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3152989\n"
+"78\n"
+"help.text"
msgid "<ahelp hid=\".uno:VerticalText\">Draws a text box with vertical text direction where you click or drag in the current document. Click anywhere in the document, and then type or paste your text. You can also move the cursor to where you want to add the text, drag a text box, and then type or paste your text. Only available when Asian language support is enabled.</ahelp>"
msgstr ""
-#: 01140000.xhp#par_id3155555.74.help.text
+#. |Fk[
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3155555\n"
+"74\n"
+"help.text"
msgid "<link href=\"text/shared/guide/insert_graphic_drawit.xhp\" name=\"Tips\">Tips for working with the <emph>Drawing </emph>bar.</link>"
msgstr "<link href=\"text/shared/guide/insert_graphic_drawit.xhp\" name=\"Tips\">რჩევები <emph>ხატვის ფუნქციის სარგებლობისთვის </emph>bar.</link>"
-#: 02010000.xhp#tit.help.text
-msgctxt "02010000.xhp#tit.help.text"
-msgid "Apply Style"
+#. +{D)
+#: 01170802.xhp
+msgctxt ""
+"01170802.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table Element Wizard: Field Selection"
msgstr ""
-#: 02010000.xhp#hd_id3148520.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/02010000.xhp\" name=\"Apply Style\">Apply Style</link>"
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-
-#: 02010000.xhp#par_id3155351.2.help.text
-msgid "<ahelp hid=\".uno:StyleApply\">Assigns a style to the current paragraph, selected paragraphs, or to a selected object.</ahelp>"
+#. g1;b
+#: 01170802.xhp
+msgctxt ""
+"01170802.xhp\n"
+"hd_id3155934\n"
+"13\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170802.xhp\" name=\"Table Element Wizard: Field Selection\">Table Element Wizard: Field Selection</link>"
msgstr ""
-#: 02010000.xhp#par_idN10621.help.text
-msgid "To reset the selected objects to the default paragraph style, select Clear formatting. Select More to open the Styles and Formatting window."
+#. @cZ#
+#: 01170802.xhp
+msgctxt ""
+"01170802.xhp\n"
+"par_id3150476\n"
+"10\n"
+"help.text"
+msgid "Specifies which fields in the table control field should be displayed."
msgstr ""
-#: 02010000.xhp#par_id3155552.help.text
-msgid "<image id=\"img_id3152801\" src=\"res/helpimg/zellvor.png\" width=\"1.0402in\" height=\"0.2098in\" localize=\"true\"><alt id=\"alt_id3152801\">Apply Style</alt></image>"
+#. F|uT
+#: 01170802.xhp
+msgctxt ""
+"01170802.xhp\n"
+"hd_id3149346\n"
+"11\n"
+"help.text"
+msgid "Selected Fields"
msgstr ""
-#: 02010000.xhp#par_id3145345.3.help.text
-msgctxt "02010000.xhp#par_id3145345.3.help.text"
-msgid "Apply Style"
+#. Tx98
+#: 01170802.xhp
+msgctxt ""
+"01170802.xhp\n"
+"par_id3155941\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_GW_FIELDSELECTION_LB_SELECTED_FIELDS\">Displays the data fields that are accepted into the form field.</ahelp>"
msgstr ""
-#: 12130000.xhp#tit.help.text
-msgctxt "12130000.xhp#tit.help.text"
-msgid "Data source as table"
+#. H.d~
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Alignment"
msgstr ""
-#: 12130000.xhp#bm_id3152895.help.text
-msgid "<bookmark_value>data sources; as tables</bookmark_value>"
+#. eYDE
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3154228\n"
+"1\n"
+"help.text"
+msgid "Alignment"
msgstr ""
-#: 12130000.xhp#hd_id3152895.1.help.text
-msgid "<link href=\"text/shared/02/12130000.xhp\" name=\"Data source as table\">Data source as table</link>"
+#. +Ynz
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3159201\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ObjectAlign\">Modifies the alignment of selected objects.</ahelp>"
msgstr ""
-#: 12130000.xhp#par_id3163829.2.help.text
-msgid "<ahelp hid=\".uno:ViewFormAsGrid\">Activates an additional table view when in the form view.</ahelp> When the<emph> Data source as table</emph> function is activated, you see the table in an area above the form."
+#. ^*!_
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3155338\n"
+"help.text"
+msgid "<image id=\"img_id3153577\" src=\"cmd/sc_objectalign.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3153577\">Icon</alt></image>"
msgstr ""
-#: 12130000.xhp#par_id3093440.help.text
-msgid "<image id=\"img_id3156414\" src=\"cmd/sc_viewformasgrid.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156414\">Icon</alt></image>"
+#. m2*.
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3143268\n"
+"4\n"
+"help.text"
+msgid "Alignment"
msgstr ""
-#: 12130000.xhp#par_id3152801.3.help.text
-msgctxt "12130000.xhp#par_id3152801.3.help.text"
-msgid "Data source as table"
+#. r`1p
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"tit\n"
+"help.text"
+msgid "HTML Filters and Forms"
msgstr ""
-#: 12130000.xhp#par_id3147576.4.help.text
-msgid "The table view and form view reflect the same data. Changes made in the table are also visible in the form, and changes to the form are visible in the table."
+#. Sxs*
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"bm_id3163829\n"
+"help.text"
+msgid "<bookmark_value>forms; HTML filters</bookmark_value>"
msgstr ""
-#: 12130000.xhp#par_id3153748.5.help.text
-msgid "If there are several logical forms in a document, the table is only able to show one at a time."
+#. a7K*
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"hd_id3163829\n"
+"1\n"
+"help.text"
+msgid "HTML Filters and Forms"
msgstr ""
-#: 05090000.xhp#tit.help.text
-msgctxt "05090000.xhp#tit.help.text"
-msgid "Rotate"
+#. Osqp
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3147285\n"
+"2\n"
+"help.text"
+msgid "You can use all control elements and form events in HTML documents. There have been numerous events to date (for example, focus events), which have not been changed. They will continue to be imported and exported as ONFOCUS, ONBLUR, and so on for JavaScript and as SDONFOCUS, SDONBLUR, and so on for $[officename] Basic."
msgstr ""
-#: 05090000.xhp#hd_id3154863.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/05090000.xhp\" name=\"Rotate\">Rotate</link>"
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-
-#: 05090000.xhp#par_id3149119.2.help.text
-msgid "<ahelp hid=\".uno:ToggleObjectRotateMode\">Rotates the selected object.</ahelp>"
+#. D\j9
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3150616\n"
+"3\n"
+"help.text"
+msgid "Generic names that consist of the Listener interface and the method name of the event are used for all other events: An event registered as XListener::method is exported as"
msgstr ""
-#: 05090000.xhp#par_id3149716.5.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Select an object and click the<emph> Rotate</emph> icon on the<emph> Drawing</emph> toolbar. </caseinline><caseinline select=\"DRAW\">Select an object and click the Rotate icon on the Drawing toolbar. </caseinline><defaultinline>Select an object and click the<emph> Rotate</emph> icon on the <emph>Drawing Object Properties</emph> toolbar.</defaultinline></switchinline> Drag a corner handle of the object in the direction you want to rotate it."
+#. g26g
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3147571\n"
+"4\n"
+"help.text"
+msgid "SDEvent-XListener-method = \"/* event-code */\""
msgstr ""
-#: 05090000.xhp#par_id3152551.help.text
-msgid "<image id=\"img_id3154317\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3154317\">Icon</alt></image>"
+#. D3TN
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3152425\n"
+"5\n"
+"help.text"
+msgid "Note that the XListener- and method components of this option are case sensitive."
msgstr ""
-#: 05090000.xhp#par_id3153577.4.help.text
-msgctxt "05090000.xhp#par_id3153577.4.help.text"
-msgid "Rotate"
+#. v4je
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3153683\n"
+"6\n"
+"help.text"
+msgid "Event handling of controls is performed using the $[officename] API. If you assign an event to a control, an object registers itself internally as a \"Listener\" for a specific control event. To do this, the object must use a specific interface, for example the XFocusListener Interface, so that it can react to focus events. When the event occurs, the control then invokes a special method of the Listener interface when the control receives the focus. The internally registered object then invokes the JavaScript or $[officename] Basic code, which was assigned to the event."
msgstr ""
-#: 05090000.xhp#par_id3156113.3.help.text
-msgid "<link href=\"text/shared/01/05230300.xhp\" name=\"Format - Position and Size - Rotate\"><emph>Format - Position and Size - Rotate</emph></link>. "
+#. CRFf
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3156410\n"
+"7\n"
+"help.text"
+msgid "The HTML filter now uses precisely these listener interfaces and method names so that it can import and export events as desired. You can register a focus event through"
msgstr ""
-#: more_controls.xhp#tit.help.text
-msgctxt "more_controls.xhp#tit.help.text"
-msgid "More Controls"
+#. T]q3
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3150506\n"
+"8\n"
+"help.text"
+msgid "<INPUT TYPE=text ONFOCUS=\"/* code */\""
msgstr ""
-#: more_controls.xhp#bm_id5941343.help.text
-msgid "<bookmark_value>more controls</bookmark_value><bookmark_value>group box creation</bookmark_value><bookmark_value>image button creation</bookmark_value><bookmark_value>image control creation</bookmark_value><bookmark_value>file selection button</bookmark_value><bookmark_value>date fields; creating</bookmark_value><bookmark_value>time fields; form functions</bookmark_value><bookmark_value>numerical fields in forms</bookmark_value><bookmark_value>formatted fields; form functions</bookmark_value><bookmark_value>currency field creation</bookmark_value><bookmark_value>pattern fields; form functions</bookmark_value><bookmark_value>table controls; form functions</bookmark_value><bookmark_value>grid controls; form functions</bookmark_value><bookmark_value>controls; focus</bookmark_value><bookmark_value>focus of controls</bookmark_value><bookmark_value>forms; focus after opening</bookmark_value><bookmark_value>automatic control focus</bookmark_value><bookmark_value>spin button creation</bookmark_value><bookmark_value>scrollbars;controls</bookmark_value><bookmark_value>Navigation bar;controls</bookmark_value>"
+#. 1;0?
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3154289\n"
+"9\n"
+"help.text"
+msgid "rather than through the"
msgstr ""
-#: more_controls.xhp#hd_id8389233.help.text
-msgid "<link href=\"text/shared/02/more_controls.xhp\">More Controls</link>"
+#. XBK-
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3155391\n"
+"10\n"
+"help.text"
+msgid "<INPUT TYPE=text SDEvent-XFocusListener-focusGained=\"/* code */\""
msgstr ""
-#: more_controls.xhp#par_id1146275.help.text
-msgid "<ahelp hid=\".\">The More Controls toolbar opens when you click the More Controls icon on the <link href=\"text/shared/02/01170000.xhp\">Form Controls</link> toolbar.</ahelp>"
+#. 6osn
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3152996\n"
+"11\n"
+"help.text"
+msgid "register. Events can therefore be registered as desired, including those not offered in the list boxes. To define the script language of events, you can write the following line in the document header:"
msgstr ""
-#: 01170201.xhp#tit.help.text
-msgctxt "01170201.xhp#tit.help.text"
-msgid "General"
+#. eKC%
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3150443\n"
+"12\n"
+"help.text"
+msgid "<META HTTP-EQUIV=\"content-script-type\" CONTENT=\"...\">"
msgstr ""
-#: 01170201.xhp#bm_id3152551.help.text
-msgid "<bookmark_value>submitting forms</bookmark_value><bookmark_value>get method for form transmissions</bookmark_value><bookmark_value>post method for form transmissions</bookmark_value>"
+#. gWVD
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3166410\n"
+"13\n"
+"help.text"
+msgid "As CONTENT you can, for example, use \"text/x-StarBasic\" for $[officename] Basic or a \"text/JavaScript\" for JavaScript. If no entry is made, JavaScript is assumed."
msgstr ""
-#: 01170201.xhp#hd_id3151100.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/01170201.xhp\" name=\"General\">General</link>"
-msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
-
-#: 01170201.xhp#par_id3153539.23.help.text
-msgid "A form is a text document or spreadsheet with different form controls. If you create a form for a Web page, the user can enter data into it to send over the Internet. The data from the form controls of a form is transmitted to a server by specifying a URL and can be processed on the server."
+#. uDzO
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3146797\n"
+"14\n"
+"help.text"
+msgid "During exporting, the default script language will be defined based on the first module found in macro management. For events, only one language can be used per document."
msgstr ""
-#: 01170201.xhp#hd_id3149283.20.help.text
-msgctxt "01170201.xhp#hd_id3149283.20.help.text"
-msgid "Name"
+#. 0xU+
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Promote One Level"
msgstr ""
-#: 01170201.xhp#par_id3150789.24.help.text
-msgid "Specifies a name for the form. This name is used to identify the form in the <link href=\"text/shared/02/01170600.xhp\" name=\"Form Navigator\">Form Navigator</link>."
+#. ]]3P
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"hd_id3159225\n"
+"1\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/02/06060000.xhp\" name=\"Promote One Level\">Promote One Level</link></caseinline><defaultinline><link href=\"text/shared/02/06060000.xhp\" name=\"Promote\">Promote</link></defaultinline></switchinline>"
msgstr ""
-#: 01170201.xhp#hd_id3152425.33.help.text
-msgctxt "01170201.xhp#hd_id3152425.33.help.text"
-msgid "URL"
+#. jD=\
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_id3149999\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:IncrementLevel\">Moves the selected paragraph up one level in the numbering or bullets hierarchy.</ahelp>"
msgstr ""
-#: 01170201.xhp#par_id3147226.34.help.text
-msgid "Specifies the URL to which the data of the completed form is to be transmitted."
+#. 6^Tq
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_id3149205\n"
+"4\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">The<emph> Promote One Level </emph>icon is on the <emph>Bullets and Numbering</emph> bar, which appears when the cursor is positioned on a numbering or bullets item. </caseinline><caseinline select=\"IMPRESS\">The<emph> Promote </emph>icon is on the <emph>Text Formatting</emph> bar, which appears when working in the outline view. </caseinline></switchinline>"
msgstr ""
-#: 01170201.xhp#hd_id3154751.31.help.text
-msgctxt "01170201.xhp#hd_id3154751.31.help.text"
-msgid "Frame"
+#. gup3
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_id3149388\n"
+"help.text"
+msgid "<image id=\"img_id3155535\" src=\"cmd/sc_outlineleft.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155535\">Icon</alt></image>"
msgstr ""
-#: 01170201.xhp#par_id3154823.32.help.text
-msgid "Defines the target frame in which the loaded URL is to appear."
+#. oKIU
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_id3146958\n"
+"3\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Promote One Level </caseinline><defaultinline>Promote</defaultinline></switchinline>"
msgstr ""
-#: 01170201.xhp#hd_id3152551.27.help.text
-msgid "Type of submission"
+#. Y_V4
+#: 01171100.xhp
+msgctxt ""
+"01171100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Wizards On/Off"
msgstr ""
-#: 01170201.xhp#par_id3155338.28.help.text
-msgid "<ahelp hid=\"HID_PROP_SUBMIT_METHOD\">Specifies the method to transfer the completed form information.</ahelp>"
+#. D9\%
+#: 01171100.xhp
+msgctxt ""
+"01171100.xhp\n"
+"hd_id3155934\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01171100.xhp\" name=\"Wizards On/Off\">Wizards On/Off</link>"
msgstr ""
-#: 01170201.xhp#par_id3145065.29.help.text
-msgid "Using the \"Get\" method, the data of every control is transmitted as an environment variable. They are appended to the URL in the form \"?Control1=Content1&Control2=Content2&...\"; the character string is analyzed by a program on the recipient's server."
+#. (9Oh
+#: 01171100.xhp
+msgctxt ""
+"01171100.xhp\n"
+"par_id3147143\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:UseWizards\">Specifies whether to start the wizard automatically when inserting a new control.</ahelp> This setting applies globally to all documents."
msgstr ""
-#: 01170201.xhp#par_id3150443.30.help.text
-msgid "Using the \"Post\" method, a document is created from the content of the form that is sent to the specified URL."
+#. e31n
+#: 01171100.xhp
+msgctxt ""
+"01171100.xhp\n"
+"par_id3159201\n"
+"4\n"
+"help.text"
+msgid "There are wizards for inserting a list box or combo box, a table element and group boxes."
msgstr ""
-#: 01170201.xhp#hd_id3147275.26.help.text
-msgid "Submission encoding"
+#. LYdT
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fontwork Gallery"
msgstr ""
-#: 01170201.xhp#par_id3159147.35.help.text
-msgid "<ahelp hid=\"HID_PROP_SUBMIT_ENCODING\">Specifies the type for encoding the data transfer.</ahelp>"
+#. /n91
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN10557\n"
+"help.text"
+msgid "<link href=\"text/shared/02/fontwork.xhp\">Fontwork Gallery</link>"
msgstr ""
-#: 01170201.xhp#hd_id3155419.36.help.text
-msgid "Data transfer of control information"
+#. baoY
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN10567\n"
+"help.text"
+msgid "<ahelp hid=\".\">The icon opens the Fontwork Gallery from which you can insert graphical text art into your document.</ahelp>"
msgstr ""
-#: 01170201.xhp#par_id3153717.37.help.text
-msgid "When sending a form, all controls available in $[officename] are taken into consideration. The name of the control and the corresponding value, if available, are transmitted."
+#. c!(*
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN10591\n"
+"help.text"
+msgid "Fontwork Gallery"
msgstr ""
-#: 01170201.xhp#par_id3153252.50.help.text
-msgid "Which values are transmitted in each case depends on the respective control. For text fields, the visible entries are transmitted; for list boxes, the selected entries are transmitted; for check boxes and option fields, the associated reference values are transmitted if these fields were activated."
+#. qeN/
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN10595\n"
+"help.text"
+msgid "<ahelp hid=\".\">The Fontwork Gallery displays previews of Fontwork objects. To insert an object into your document, select the object, and then click OK.</ahelp>"
msgstr ""
-#: 01170201.xhp#par_id3150984.51.help.text
-msgid "How this information is transmitted depends on the selected transfer method (Get or Post) and the coding (URL or Multipart). If the Get method and URL encoding are selected, for example, value pairs in the form <Name>=<Value> are sent."
+#. XT/s
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN105AF\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/guide/fontwork.xhp#fontwork\"/>"
msgstr ""
-#: 01170201.xhp#par_id3157909.52.help.text
-msgid "In addition to the controls that are recognized in HTML, $[officename] offers other controls. It should be noted that, for fields with a specific numerical format, the visible values are not transmitted but rather fixed default formats. The following table shows how the data of the $[officename]-specific controls is transmitted:"
+#. :1AN
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN10623\n"
+"help.text"
+msgid "<link href=\"text/shared/fontwork_toolbar.xhp\">Fontwork toolbar</link>"
msgstr ""
-#: 01170201.xhp#par_id3153698.38.help.text
-msgid "Control"
-msgstr "კონტროლი"
+#. J?4i
+#: 01220000.xhp
+msgctxt ""
+"01220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Navigator"
+msgstr "ნავიგატორი"
-#: 01170201.xhp#par_id3153562.39.help.text
-msgid "Value Pair"
-msgstr ""
+#. g4mA
+#: 01220000.xhp
+#, fuzzy
+msgctxt ""
+"01220000.xhp\n"
+"hd_id3155934\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01220000.xhp\" name=\"Navigator\">Navigator</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 01170201.xhp#par_id3153823.40.help.text
-msgid "Numeric field, currency field"
+#. Y87|
+#: 01220000.xhp
+msgctxt ""
+"01220000.xhp\n"
+"par_id3148983\n"
+"2\n"
+"help.text"
+msgid "Click the<emph> Navigator On/Off </emph>icon to hide or show the <emph>Navigator</emph>."
msgstr ""
-#: 01170201.xhp#par_id3149734.41.help.text
-msgid "A decimal separator is always displayed as a period."
+#. *7(C
+#: 01220000.xhp
+msgctxt ""
+"01220000.xhp\n"
+"par_id3152594\n"
+"4\n"
+"help.text"
+msgid "You can also call the <emph>Navigator</emph> by selecting <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/02110000.xhp\" name=\"View - Navigator\">View - Navigator</link></caseinline><caseinline select=\"CALC\"><link href=\"text/scalc/01/02110000.xhp\" name=\"View - Navigator\">View - Navigator</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/02110000.xhp\" name=\"View - Navigator\">View - Navigator</link></caseinline><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/02110000.xhp\" name=\"View - Navigator\">View - Navigator</link></caseinline><defaultinline>View - Navigator</defaultinline></switchinline>"
msgstr ""
-#: 01170201.xhp#par_id3148563.42.help.text
-msgid "Date field"
+#. o0A?
+#: 01220000.xhp
+msgctxt ""
+"01220000.xhp\n"
+"par_id3153345\n"
+"help.text"
+msgid "<image id=\"img_id3149095\" src=\"cmd/sc_navigator.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149095\">Icon</alt></image>"
msgstr ""
-#: 01170201.xhp#par_id3146794.43.help.text
-msgid "The date format is sent in a fixed format (MM-DD-YYYY), regardless of the user's local settings."
+#. {909
+#: 01220000.xhp
+msgctxt ""
+"01220000.xhp\n"
+"par_id3155536\n"
+"3\n"
+"help.text"
+msgid "Navigator On/Off"
+msgstr "ნავიგატორი ჩართთულია/გამორთულია"
+
+#. B?p~
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Arrow Style"
msgstr ""
-#: 01170201.xhp#par_id3149670.44.help.text
-msgid "Time field"
+#. *e/7
+#: 05020000.xhp
+#, fuzzy
+msgctxt ""
+"05020000.xhp\n"
+"hd_id3148520\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/05020000.xhp\" name=\"Arrow Style\">Arrow Style</link>"
+msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">ფაილიდან</link>"
+
+#. m;Te
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"par_id3155934\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:LineEndStyle\">Opens the <emph>Arrowheads</emph> toolbar. Use the symbols shown to define the style for the end of the selected line.</ahelp>"
msgstr ""
-#: 01170201.xhp#par_id3153779.45.help.text
-msgid "The time format is sent in a fixed format (HH:MM:SS), regardless of the user's local settings."
+#. ^p@M
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"par_id3150808\n"
+"4\n"
+"help.text"
+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 ""
-#: 01170201.xhp#par_id3153361.46.help.text
-msgid "Pattern field"
+#. =2a9
+#: 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 ""
-#: 01170201.xhp#par_id3145419.47.help.text
-msgid "The values of pattern fields are sent as text fields, that is, the value visible in the form is sent."
+#. :F2#
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"par_id3149096\n"
+"3\n"
+"help.text"
+msgid "Arrow Style"
msgstr ""
-#: 01170201.xhp#par_id3150767.48.help.text
-msgid "Table control"
-msgstr "ცხრილის სამართავი ღილაკი"
+#. z#Vx
+#: 01170801.xhp
+msgctxt ""
+"01170801.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table Element / List Box / Combo Box Wizard: Data"
+msgstr ""
-#: 01170201.xhp#par_id3152933.49.help.text
-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."
+#. B9:[
+#: 01170801.xhp
+msgctxt ""
+"01170801.xhp\n"
+"hd_id3153323\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170801.xhp\" name=\"Table Element / List Box / Combo Box Wizard: Data\">Table Element / List Box / Combo Box Wizard: Data</link>"
msgstr ""
-#: 12020000.xhp#tit.help.text
-msgctxt "12020000.xhp#tit.help.text"
-msgid "Sort Descending"
+#. #$mT
+#: 01170801.xhp
+msgctxt ""
+"01170801.xhp\n"
+"par_id3150476\n"
+"4\n"
+"help.text"
+msgid "Select the data source and table to which the form field corresponds. If you insert the form field in a document that is already linked to a data source, this page becomes invisible."
msgstr ""
-#: 12020000.xhp#hd_id3154689.1.help.text
-msgid "<link href=\"text/shared/02/12020000.xhp\" name=\"Sort Descending\">Sort Descending</link>"
+#. 2*4*
+#: 01170801.xhp
+msgctxt ""
+"01170801.xhp\n"
+"hd_id3153894\n"
+"5\n"
+"help.text"
+msgid "Data source"
msgstr ""
-#: 12020000.xhp#par_id3149987.2.help.text
-msgid "<ahelp hid=\".uno:SortDown\" visibility=\"hidden\">Sorts the data of the selected field in descending order.</ahelp>Text fields are sorted alphabetically, number fields are sorted by number."
+#. K,=[
+#: 01170801.xhp
+msgctxt ""
+"01170801.xhp\n"
+"par_id3153114\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_TABLESELECTION_LB_DATASOURCE\">Specifies the data source that contains the desired table.</ahelp>"
msgstr ""
-#: 12020000.xhp#par_id3149496.help.text
-msgid "<image id=\"img_id3153255\" src=\"cmd/sc_sortdescending.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153255\">Icon</alt></image>"
+#. 6c^3
+#: 01170801.xhp
+msgctxt ""
+"01170801.xhp\n"
+"hd_id3149346\n"
+"7\n"
+"help.text"
+msgid "Table"
msgstr ""
-#: 12020000.xhp#par_id3144436.3.help.text
-msgctxt "12020000.xhp#par_id3144436.3.help.text"
-msgid "Sort Descending"
+#. uV7;
+#: 01170801.xhp
+msgctxt ""
+"01170801.xhp\n"
+"par_id3150774\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_TABLESELECTION_LB_TABLE\">Specifies the desired table.</ahelp>"
msgstr ""
-#: 13010000.xhp#tit.help.text
-msgid "Setting Tabs"
+#. wmK}
+#: 07010000.xhp
+msgctxt ""
+"07010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Load URL"
msgstr ""
-#: 13010000.xhp#hd_id3148668.1.help.text
+#. @m#/
+#: 07010000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/02/13010000.xhp\" name=\"Setting Tabs\">Setting Tabs</link>"
+msgctxt ""
+"07010000.xhp\n"
+"hd_id3149119\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/07010000.xhp\" name=\"Load URL\">Load URL</link>"
msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 13010000.xhp#par_id3154873.2.help.text
-msgid "On the ruler, set the tabs for the current paragraph, or all selected paragraphs, using the mouse."
+#. N3hq
+#: 07010000.xhp
+msgctxt ""
+"07010000.xhp\n"
+"par_id3155364\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Loads a document specified by an entered URL. You can type a new URL, edit an URL, or select one from the list. Displays the full path of the current document.</ahelp>"
msgstr ""
-#: 13010000.xhp#par_id3148520.3.help.text
-msgid "Initially the default tabs are shown on the horizontal ruler. Once you set a tab, only the default tabs to the right of the tab that you have set are available."
+#. +/li
+#: 07010000.xhp
+msgctxt ""
+"07010000.xhp\n"
+"par_idN108C6\n"
+"help.text"
+msgid "Enable Load URL with the Visible Buttons command (click the arrow at the end of the toolbar)."
msgstr ""
-#: 08010000.xhp#tit.help.text
-msgid "Document Information"
-msgstr "სვეტის ინფორმაცია"
+#. A+w-
+#: 18030000.xhp
+msgctxt ""
+"18030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "AutoSpellcheck On/Off"
+msgstr ""
-#: 08010000.xhp#hd_id3153383.1.help.text
-msgid "<link href=\"text/shared/02/08010000.xhp\" name=\"Document Information\">Document Information</link>"
+#. 61`:
+#: 18030000.xhp
+msgctxt ""
+"18030000.xhp\n"
+"hd_id3155599\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/18030000.xhp\" name=\"AutoSpellcheck On/Off\">AutoSpellcheck On/Off</link>"
msgstr ""
-#: 08010000.xhp#par_id3155271.2.help.text
-msgid "<ahelp visibility=\"visible\" hid=\".uno:StatusGetTitle\">Displays information about the active <item type=\"productname\">%PRODUCTNAME</item> Basic document.</ahelp> The names of the document, the library, and the module are displayed, separated by dots."
+#. ,L2W
+#: 18030000.xhp
+msgctxt ""
+"18030000.xhp\n"
+"par_id3150040\n"
+"help.text"
+msgid "<image src=\"cmd/sc_spellonline.png\" id=\"img_id3150808\"><alt id=\"alt_id3150808\">Icon</alt></image>"
msgstr ""
-#: 14020000.xhp#tit.help.text
-msgctxt "14020000.xhp#tit.help.text"
-msgid "Clear query"
+#. 7;n;
+#: 18030000.xhp
+msgctxt ""
+"18030000.xhp\n"
+"par_id3147571\n"
+"2\n"
+"help.text"
+msgid "AutoSpellcheck On/Off"
+msgstr ""
+
+#. U?Pm
+#: 09060000.xhp
+msgctxt ""
+"09060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Target Frame"
msgstr ""
-#: 14020000.xhp#hd_id3146946.1.help.text
+#. Q=,E
+#: 09060000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/02/14020000.xhp\" name=\"Clear query\">Clear query</link>"
+msgctxt ""
+"09060000.xhp\n"
+"hd_id3152895\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/09060000.xhp\" name=\"Target Frame\">Target Frame</link>"
msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 14020000.xhp#par_id3155934.2.help.text
-msgid "<ahelp hid=\".uno:DBClearQuery\" visibility=\"visible\">Clears the query and removes all tables from the design window.</ahelp>"
+#. $y\:
+#: 09060000.xhp
+msgctxt ""
+"09060000.xhp\n"
+"par_id3156211\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OFA_HYPERLINK_TARGET\" visibility=\"visible\">Specifies the target frame type for the specified URL.</ahelp> A submenu opens with <link href=\"text/shared/01/01100500.xhp\" name=\"predefined frames\">predefined frames</link>."
msgstr ""
-#: 14020000.xhp#par_id3154422.help.text
-msgid "<image src=\"cmd/sc_dbclearquery.png\" id=\"img_id3149205\"><alt id=\"alt_id3149205\">Icon</alt></image>"
+#. i7tE
+#: 09060000.xhp
+msgctxt ""
+"09060000.xhp\n"
+"par_id3149180\n"
+"help.text"
+msgid "<image src=\"res/target.png\" id=\"img_id3154186\"><alt id=\"alt_id3154186\">Icon</alt></image>"
msgstr ""
-#: 14020000.xhp#par_id3150789.3.help.text
-msgctxt "14020000.xhp#par_id3150789.3.help.text"
-msgid "Clear query"
+#. X1,I
+#: 09060000.xhp
+msgctxt ""
+"09060000.xhp\n"
+"par_id3147834\n"
+"3\n"
+"help.text"
+msgid "Target Frame"
msgstr ""
-#: 02050000.xhp#tit.help.text
-msgid "Text running from top to bottom"
+#. YvK+
+#: 10030000.xhp
+msgctxt ""
+"10030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "To Document Begin/First Page"
msgstr ""
-#: 02050000.xhp#hd_id3149119.1.help.text
-msgid "<link href=\"text/shared/02/02050000.xhp\" name=\"Text running from top to bottom\">Text running from top to bottom</link>"
+#. r8r4
+#: 10030000.xhp
+msgctxt ""
+"10030000.xhp\n"
+"hd_id3149031\n"
+"1\n"
+"help.text"
+msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\"><link href=\"text/shared/02/10030000.xhp\" name=\"To Document Begin\">To Document Begin</link></caseinline> <defaultinline><link href=\"text/shared/02/10030000.xhp\" name=\"First Page\">First Page</link></defaultinline> </switchinline>"
msgstr ""
-#: 02050000.xhp#par_id3153089.2.help.text
-msgid "<ahelp hid=\".uno:TextdirectionTopToBotto\" visibility=\"visible\">Specifies the vertical direction of the text.</ahelp>"
+#. o_7u
+#: 10030000.xhp
+msgctxt ""
+"10030000.xhp\n"
+"par_id3153539\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FirstPage\" visibility=\"visible\">Moves to the first page of the document.</ahelp> This function is only active when you select the <emph>Page Preview</emph> function on the <emph>File</emph> menu."
msgstr ""
-#: 02050000.xhp#par_id3154186.help.text
-msgid "<image src=\"cmd/sc_textdirectiontoptobottom.png\" id=\"img_id3154927\"><alt id=\"alt_id3154927\">Icon</alt></image>"
+#. 02Fw
+#: 10030000.xhp
+msgctxt ""
+"10030000.xhp\n"
+"par_id3154751\n"
+"help.text"
+msgid "<image src=\"cmd/sc_gotostartofdoc.png\" id=\"img_id3147571\"><alt id=\"alt_id3147571\">Icon</alt></image>"
msgstr ""
-#: 02050000.xhp#par_id3149827.3.help.text
-msgid "Text direction from top to bottom"
+#. c+Ag
+#: 10030000.xhp
+msgctxt ""
+"10030000.xhp\n"
+"par_id3143268\n"
+"3\n"
+"help.text"
+msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\">To Document Begin</caseinline> <defaultinline>First Page</defaultinline> </switchinline>"
msgstr ""
-#: paintbrush.xhp#tit.help.text
-msgctxt "paintbrush.xhp#tit.help.text"
-msgid "Format Paintbrush"
+#. Y(E*
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sort Ascending"
msgstr ""
-#: paintbrush.xhp#par_idN1056A.help.text
-msgid "<link href=\"text/shared/02/paintbrush.xhp\">Format Paintbrush</link>"
-msgstr ""
+#. Q~Xb
+#: 12010000.xhp
+#, fuzzy
+msgctxt ""
+"12010000.xhp\n"
+"hd_id3152594\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12010000.xhp\" name=\"Sort Ascending\">Sort Ascending</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: paintbrush.xhp#par_idN1057A.help.text
-msgid "<ahelp hid=\".\">First select some text or an object, then click this icon. Then click on or drag across other text or click an object to apply the same formatting.</ahelp>"
+#. jhN~
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3150693\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Sorts the data of the selected field in ascending order. </ahelp>Text fields are sorted alphabetically, numerical fields are sorted by number."
msgstr ""
-#: paintbrush.xhp#par_idN10617.help.text
-msgid "Click the <emph>Format Paintbrush</emph> icon <image id=\"img_id3610034\" src=\"cmd/sc_formatpaintbrush.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3610034\">Icon</alt></image> on the <emph>Standard</emph> toolbar. "
+#. !cCR
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3154749\n"
+"help.text"
+msgid "<image id=\"img_id3147276\" src=\"cmd/sc_sortascending.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147276\">Icon</alt></image>"
msgstr ""
-#: paintbrush.xhp#par_idN10639.help.text
-msgid "<image id=\"img_id5406964\" src=\"cmd/sc_formatpaintbrush.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id5406964\">Icon</alt></image>"
+#. TB}0
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3159158\n"
+"3\n"
+"help.text"
+msgid "Sort Ascending"
msgstr ""
-#: paintbrush.xhp#par_idN10657.help.text
-msgctxt "paintbrush.xhp#par_idN10657.help.text"
-msgid "Format Paintbrush"
+#. /#%h
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3154380\n"
+"4\n"
+"help.text"
+msgid "<variable id=\"selektionsortieren\">Data of the currently selected field are always sorted. A field is always selected as soon as you place the cursor in the field. To sort within tables, you can also click the corresponding column header. </variable>"
msgstr ""
-#: 06120000.xhp#tit.help.text
-msgctxt "06120000.xhp#tit.help.text"
-msgid "Bullets On/Off"
+#. BL8e
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3150504\n"
+"5\n"
+"help.text"
+msgid "<variable id=\"dialogsortieren\">To sort more than one data field, choose <emph>Data - Sort</emph>, then choose the <link href=\"text/shared/02/12100100.xhp\" name=\"Sort Criteria\">Sort Criteria</link> tab, where you can combine several sort criteria. </variable>"
msgstr ""
-#: 06120000.xhp#hd_id3154228.1.help.text
-msgid "<link href=\"text/shared/02/06120000.xhp\" name=\"Bullets On/Off\">Bullets On/Off</link>"
+#. G6m)
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Demote One Level"
msgstr ""
-#: 06120000.xhp#par_id3148520.2.help.text
-msgid "<ahelp hid=\".uno:DefaultBullet\">Assigns bullet points to the selected paragraphs, or removes them from bulleted paragraphs.</ahelp>"
+#. ~ZT+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3148983\n"
+"1\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/02/06050000.xhp\" name=\"Demote One Level\">Demote One Level</link></caseinline><defaultinline><link href=\"text/shared/02/06050000.xhp\" name=\"Demote\">Demote</link></defaultinline></switchinline>"
msgstr ""
-#: 06120000.xhp#par_id3155150.6.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Bullet options such as type and position are defined in the <link href=\"text/shared/01/06050000.xhp\" name=\"Bullets and Numbering\"><emph>Bullets and Numbering</emph></link> dialog. To open this dialog, click the <emph>Bullets and Numbering</emph> icon on the <link href=\"text/swriter/main0206.xhp\" name=\"Bullets and Numbering Bar\">Bullets and Numbering Bar</link></caseinline></switchinline>"
+#. oQhL
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3147285\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DecrementLevel\">Moves the selected paragraph down one level in a numbering or bullets hierarchy.</ahelp>"
msgstr ""
-#: 06120000.xhp#par_id3145669.8.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Bullet options such as type and position are defined in the <link href=\"text/shared/01/06050000.xhp\" name=\"Bullets and Numbering\">Bullets and Numbering</link> dialog. To open this dialog, click the <emph>Bullets and Numbering</emph> icon on the <emph>Text Formatting</emph> Bar. </caseinline></switchinline>"
+#. d*(j
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3149549\n"
+"4\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">The<emph> Demote One Level </emph>icon is on the <emph>Bullets and Numbering</emph> bar, which appears when the cursor is positioned on a numbering or bullets item. </caseinline><caseinline select=\"IMPRESS\">The <emph>Demote </emph>icon is on the <emph>Text Formatting</emph> bar, which appears when working in the outline view. </caseinline></switchinline>"
msgstr ""
-#: 06120000.xhp#par_id3147576.3.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">In the <link href=\"text/swriter/01/03120000.xhp\" name=\"Web Layout\">Web Layout</link>, some numbering/bullet options are not available. </caseinline></switchinline>"
+#. Y8B.
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3146957\n"
+"help.text"
+msgid "<image id=\"img_id3143267\" src=\"cmd/sc_outlineright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3143267\">Icon</alt></image>"
msgstr ""
-#: 06120000.xhp#par_id3154317.5.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">The distance between the text and the left text frame and the position of the bullets can be determined in the dialog under <link href=\"text/shared/01/05030100.xhp\" name=\"Format - Paragraph\"><emph>Format - Paragraph</emph></link> by entering the left indent and the first-line indent. </caseinline></switchinline>"
+#. .L:K
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3149096\n"
+"3\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Demote One Level </caseinline><defaultinline>Demote</defaultinline></switchinline>"
msgstr ""
-#: 06120000.xhp#par_id3150355.help.text
-msgid "<image id=\"img_id3157909\" src=\"cmd/sc_defaultbullet.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3157909\">Icon</alt></image>"
+#. W]7l
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Add Tables"
msgstr ""
-#: 06120000.xhp#par_id3149233.4.help.text
-msgctxt "06120000.xhp#par_id3149233.4.help.text"
-msgid "Bullets On/Off"
+#. 9i1V
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"bm_id3154788\n"
+"help.text"
+msgid "<bookmark_value>tables in databases; adding to queries</bookmark_value>"
msgstr ""
-#: flowcharts.xhp#tit.help.text
-msgid "Flowchart"
+#. $w9*
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"hd_id3154788\n"
+"1\n"
+"help.text"
+msgid "Add Tables"
msgstr ""
-#: flowcharts.xhp#par_idN10557.help.text
-msgid "<link href=\"text/shared/02/flowcharts.xhp\">Flowchart</link>"
+#. g4u[
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"par_id3152821\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"tabellehinzufuegentext\"><ahelp hid=\"HID_JOINSH_ADDTAB_TABLELIST\" visibility=\"hidden\">Specifies the tables to be inserted into the design window.</ahelp> In the<emph> Add Tables </emph>dialog, select the tables you need for your current task. </variable> When creating a query or a new table presentation, select the corresponding table to which the query or table presentation should refer. When working with relational databases, select the tables between which you want to build relationships."
msgstr ""
-#: flowcharts.xhp#par_idN10567.help.text
-msgid "<ahelp hid=\".\">Opens the Flowchart toolbar from which you can insert graphics into your document.</ahelp>"
+#. Sj/x
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"par_id3149760\n"
+"15\n"
+"help.text"
+msgid "The inserted tables appear in a separate window in the query design or relational windows, along with a list of the fields contained in the table. You can determine the size and order of this window."
msgstr ""
-#: flowcharts.xhp#par_idN10597.help.text
-msgid "<ahelp hid=\".\">Click an icon from the Flowchart toolbar, then drag in the document to draw the shape.</ahelp>"
+#. W`?6
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"hd_id3154927\n"
+"5\n"
+"help.text"
+msgid "Table"
msgstr ""
-#: 06060000.xhp#tit.help.text
-msgid "Promote One Level"
+#. y`-;
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"par_id030520091208059\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Shows only tables.</ahelp>"
msgstr ""
-#: 06060000.xhp#hd_id3159225.1.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/02/06060000.xhp\" name=\"Promote One Level\">Promote One Level</link></caseinline><defaultinline><link href=\"text/shared/02/06060000.xhp\" name=\"Promote\">Promote</link></defaultinline></switchinline>"
+#. !xF*
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"par_id0305200912080616\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Shows only queries.</ahelp>"
msgstr ""
-#: 06060000.xhp#par_id3149999.2.help.text
-msgid "<ahelp hid=\".uno:IncrementLevel\">Moves the selected paragraph up one level in the numbering or bullets hierarchy.</ahelp>"
+#. $+0:
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"hd_id3150713\n"
+"9\n"
+"help.text"
+msgid "Table name"
msgstr ""
-#: 06060000.xhp#par_id3149205.4.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">The<emph> Promote One Level </emph>icon is on the <emph>Bullets and Numbering</emph> bar, which appears when the cursor is positioned on a numbering or bullets item. </caseinline><caseinline select=\"IMPRESS\">The<emph> Promote </emph>icon is on the <emph>Text Formatting</emph> bar, which appears when working in the outline view. </caseinline></switchinline>"
+#. .[0]
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"par_id3156042\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_JOINSH_ADDTAB_TABLELIST\">Lists the available tables.</ahelp> To insert a table, select one from the list and click <emph>Add</emph>. You can also double-click the table name, and a window will be displayed containing the table fields at the top of the query design or the relational window."
msgstr ""
-#: 06060000.xhp#par_id3149388.help.text
-msgid "<image id=\"img_id3155535\" src=\"cmd/sc_outlineleft.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155535\">Icon</alt></image>"
-msgstr ""
+#. j}(u
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"hd_id3151226\n"
+"11\n"
+"help.text"
+msgid "Add"
+msgstr "დამატება"
-#: 06060000.xhp#par_id3146958.3.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Promote One Level </caseinline><defaultinline>Promote</defaultinline></switchinline>"
+#. XZ41
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"par_id3153683\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_PUSHBUTTON_DLG_JOIN_TABADD_PB_ADDTABLE\">Inserts the currently selected table.</ahelp>"
msgstr ""
-#: 12070000.xhp#tit.help.text
-msgctxt "12070000.xhp#tit.help.text"
-msgid "Insert Database Columns"
+#. ^[f{
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"hd_id3153527\n"
+"13\n"
+"help.text"
+msgid "Close"
msgstr ""
-#: 12070000.xhp#hd_id3147000.1.help.text
-msgctxt "12070000.xhp#hd_id3147000.1.help.text"
-msgid "Insert Database Columns"
+#. Z.iT
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"par_id3156410\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_JOINSH_ADDTAB_CLOSE\">Closes the <emph>Add Tables</emph> dialog.</ahelp>"
msgstr ""
-#: 12070000.xhp#par_id3143284.2.help.text
-msgid "<ahelp hid=\".uno:SbaBrwInsert\"><variable id=\"datenintext\">Inserts all fields of the marked record into the current document at the cursor position.</variable></ahelp> The icon is only visible if the current document is a text document or a spreadsheet."
+#. ,)H[
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Form Navigator"
msgstr ""
-#: 12070000.xhp#par_id3154186.help.text
-msgid "<image id=\"img_id3147291\" src=\"cmd/sc_sbabrwinsert.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147291\">Icon</alt></image>"
+#. |Byi
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"bm_id3143284\n"
+"help.text"
+msgid "<bookmark_value>controls;arranging in forms</bookmark_value><bookmark_value>forms;Navigator</bookmark_value><bookmark_value>Form Navigator</bookmark_value><bookmark_value>subforms; creating</bookmark_value><bookmark_value>controls; hidden</bookmark_value><bookmark_value>hidden controls in Form Navigator</bookmark_value>"
msgstr ""
-#: 12070000.xhp#par_id3153527.3.help.text
-msgid "Data to Text"
-msgstr ""
+#. DH?3
+#: 01170600.xhp
+#, fuzzy
+msgctxt ""
+"01170600.xhp\n"
+"hd_id3143284\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170600.xhp\" name=\"Form Navigator\">Form Navigator</link>"
+msgstr "<link href=\"text/shared/02/01170000.xhp\" name=\"Form Controls\">ფორმის სამართავი ღილაკები</link>"
-#: 12070000.xhp#par_id3153577.4.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">In the data source browser, select the record that you want to insert into the document and then click the <emph>Data to Text</emph> icon. The record is inserted in the document at the cursor position, with the contents of each individual field of the record copied to a table column. You can also select multiple records and transfer them into the document by clicking the <emph>Data to Text </emph>icon. Each individual record is then written to a new row.</caseinline></switchinline>"
+#. ~ldh
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3149760\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ShowFmExplorer\">Opens the <emph>Form Navigator</emph>. The <emph>Form Navigator</emph> displays all forms and subforms of the current document with their respective controls.</ahelp>"
msgstr ""
-#: 12070000.xhp#par_id3145345.5.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">In the data source browser, select the records that you want to insert into the document and then click the <emph>Data to Text</emph> icon, or drag-and-drop data from the data source browser into the document. This opens the <emph>Insert Database Columns </emph>dialog. Select whether the data should be inserted as a <link href=\"text/shared/02/12070100.xhp\" name=\"table\">table</link>, as <link href=\"text/shared/02/12070200.xhp\" name=\"fields\">fields</link> or as <link href=\"text/shared/02/12070300.xhp\" name=\"text\">text</link>.</caseinline></switchinline>"
+#. %-N@
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3147399\n"
+"21\n"
+"help.text"
+msgid "When using several forms, the Form Navigator gives an overview of all forms, and also provides various functions for editing them."
msgstr ""
-#: 12070000.xhp#par_id3153031.6.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">The preferences you set in the<emph> Insert Database Columns </emph>dialog are saved and will be active the next time the dialog is called. This save process is independent of the database and can record the preferences for a maximum of 5 databases.</caseinline></switchinline>"
+#. ?+\n
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3155552\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FORM_NAVIGATOR\">The <emph>Form Navigator</emph> contains a list of all created (logical) forms with the corresponding control fields.</ahelp> You can see whether a form contains control fields by the plus sign displayed before the entry. Click the plus sign to open the list of the form elements."
msgstr ""
-#: 12070000.xhp#par_id3156326.7.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If data is inserted into the document as a table, the table properties are not saved along with the data in the document. If you select the <emph>AutoFormat</emph> function for formatting the table, $[officename] will note the name of the format template. This template will then be used automatically if you insert data as a table again, unless the preferences have been changed.</caseinline></switchinline>"
+#. 51s/
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3146957\n"
+"4\n"
+"help.text"
+msgid "You can change how the different controls are arranged by dragging and dropping them in the <emph>Form Navigator</emph>. Select one or more controls and drag them into another form. Alternatively use <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+X or the context menu command <emph>Cut</emph> to move a control to the clipboard and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V or the command <emph>Insert</emph> to insert the control into another position."
msgstr ""
-#: basicshapes.xhp#tit.help.text
-msgid "Basic Shapes"
+#. `m??
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3155892\n"
+"22\n"
+"help.text"
+msgid "To edit the name in the <emph>Form Navigator</emph>, click on the name and enter a new name, or use the command in the context menu."
msgstr ""
-#: basicshapes.xhp#par_idN10557.help.text
-msgid "<link href=\"text/shared/02/basicshapes.xhp\">Basic Shapes</link>"
+#. (]rM
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3156347\n"
+"5\n"
+"help.text"
+msgid "If you select a control in the <emph>Form Navigator</emph>, the corresponding element is selected in the document."
msgstr ""
-#: basicshapes.xhp#par_idN10567.help.text
-msgid "<ahelp hid=\".\">Opens the Basic Shapes toolbar which you can use to insert graphics into your document.</ahelp>"
+#. ?SQ{
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3153662\n"
+"6\n"
+"help.text"
+msgid "If you call the context menu of a selected entry, the <emph>Form Navigator</emph> offers the following functions:"
msgstr ""
-#: basicshapes.xhp#par_idN10591.help.text
-msgid "<ahelp hid=\".\">Click an icon on the Basic Shapes toolbar, and then drag in the document to draw the shape.</ahelp>"
+#. BzCZ
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"hd_id3153252\n"
+"7\n"
+"help.text"
+msgid "New"
+msgstr "ახალი"
+
+#. 2-7w
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3153561\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_NEW\">Adds new elements to the form. The<emph> Add </emph>function can only be called if a form is selected in the <emph>Form Navigator</emph>.</ahelp>"
msgstr ""
-#: basicshapes.xhp#par_idN10594.help.text
-msgid "Some shapes have a handle which you can drag to change the properties of the shape. The mouse pointer changes to a hand symbol over these special handles."
+#. +mx)
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"hd_id3149763\n"
+"9\n"
+"help.text"
+msgid "Form"
msgstr ""
-#: 02130000.xhp#tit.help.text
-msgctxt "02130000.xhp#tit.help.text"
-msgid "Decrease Indent"
+#. C93$
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3156117\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_NEW_FORM\">Creates a new form in the document. </ahelp> To create a <link href=\"text/shared/02/01170203.xhp\" name=\"subform\">subform</link>, add the new form under the desired parent form."
msgstr ""
-#: 02130000.xhp#hd_id3154228.1.help.text
-msgid "<link href=\"text/shared/02/02130000.xhp\" name=\"Decrease Indent\">Decrease Indent</link>"
+#. 94T4
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"hd_id3155342\n"
+"11\n"
+"help.text"
+msgid "Hidden Control"
msgstr ""
-#: 02130000.xhp#par_id3150247.5.help.text
-msgid "<ahelp hid=\".uno:DecrementIndent\">Click the <emph>Decrease Indent</emph> icon to reduce the left indent of the current paragraph or cell content and set it to the previous default tab position.</ahelp>"
+#. /=+G
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3158430\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_NEW_HIDDEN\">Creates a hidden control in the selected form that is not displayed on the screen. A hidden control serves to include data that is transmitted together with the form.</ahelp> It contains additional information or clarifying text that you can specify when creating the form through the <link href=\"text/shared/02/01170101.xhp\" name=\"Special Properties\">Special Properties</link> of the control. Select the entry of the hidden control in the <emph>Form Navigator</emph> and select the <emph>Properties</emph> command."
msgstr ""
-#: 02130000.xhp#par_id3154186.7.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you previously increased the indentation for several collectively selected paragraphs, this command can decrease the indentation for all of the selected paragraphs.</caseinline><caseinline select=\"CALC\">The cell content refers to the current value under <link href=\"text/shared/01/05340300.xhp\" name=\"Format - Cell - Alignment\"><emph>Format - Cell - Alignment</emph></link>.</caseinline></switchinline>"
+#. SMml
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3159147\n"
+"19\n"
+"help.text"
+msgid "You can copy controls in the document through the clipboard (shortcut keys <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C for copying and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V for inserting). You can copy hidden controls in the <emph>Form Navigator</emph> by using drag-and-drop while keeping the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key pressed."
msgstr ""
-#: 02130000.xhp#par_id3155338.help.text
-msgid "<image id=\"img_id3150506\" src=\"cmd/sc_decrementindent.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150506\">Icon</alt></image>"
+#. w@4Y
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3145068\n"
+"20\n"
+"help.text"
+msgid "Drag and drop to copy controls within the same document or between documents. Open another form document and drag the hidden control from the <emph>Form Navigator</emph> into the <emph>Form Navigator</emph> of the target document. Click a visible control directly in the document, rest the mouse for a moment so that a copy of the control is added to the drag-and-drop clipboard, then drag the copy into the other document. If you want a copy in the same document, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while dragging."
msgstr ""
-#: 02130000.xhp#par_id3155942.4.help.text
-msgctxt "02130000.xhp#par_id3155942.4.help.text"
-msgid "Decrease Indent"
+#. +Lzc
+#: 01170600.xhp
+#, fuzzy
+msgctxt ""
+"01170600.xhp\n"
+"hd_id3152812\n"
+"13\n"
+"help.text"
+msgid "Delete"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\nწაშლა\\n#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\\nწაშლა\\n#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\nწაშლა\\n#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\nDelete"
+
+#. Fx;`
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3154938\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_DELETE\">Deletes the selected entry.</ahelp> This allows you to delete individual form components as well as whole forms with one mouse click."
msgstr ""
-#: 02130000.xhp#par_id3153031.6.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you click the <emph>Decrease Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, the indent for the selected paragraph is moved by the default tab stop that has been set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
+#. lIga
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"hd_id3153799\n"
+"15\n"
+"help.text"
+msgid "Tab order"
msgstr ""
-#: 01171300.xhp#tit.help.text
-msgctxt "01171300.xhp#tit.help.text"
-msgid "Snap to Grid"
+#. Jczm
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3156282\n"
+"16\n"
+"help.text"
+msgid "When a form is selected, it opens the <link href=\"text/shared/02/01170300.xhp\" name=\"Tab Order\"><emph>Tab Order</emph></link> dialog, where the indices for focusing the control elements on the Tab key are defined."
msgstr ""
-#: 01171300.xhp#hd_id3151262.1.help.text
+#. $CtO
+#: 01170600.xhp
#, fuzzy
-msgid "<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\">Snap to Grid</link>"
+msgctxt ""
+"01170600.xhp\n"
+"hd_id3150869\n"
+"23\n"
+"help.text"
+msgid "Rename"
+msgstr "#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nგადარქმევა\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nსახელის გადარქმევა"
+
+#. $V8?
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3145607\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_RENAME_OBJECT\">Renames the selected object.</ahelp>"
msgstr ""
-"#-#-#-#-# shared.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\">საკოორდინაციო ბადის გადაფარვა</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\">მიზიდვა ბადესთან</link>"
-#: 01171300.xhp#par_id3149495.5.help.text
-msgid "<ahelp hid=\".\">Specifies whether to move frames, drawing elements, and controls only between grid points.</ahelp>"
+#. o_.i
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"hd_id3153194\n"
+"17\n"
+"help.text"
+msgid "Properties"
msgstr ""
-#: 01171300.xhp#par_id3156027.help.text
-msgid "<image id=\"img_id3157896\" src=\"cmd/sc_griduse.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3157896\">Icon</alt></image>"
+#. ObV)
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3149766\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ShowPropertyBrowser\">Starts the <emph>Properties</emph> dialog for the selected entry.</ahelp> If a form is selected, the <link href=\"text/shared/02/01170200.xhp\" name=\"Form Properties\">Form Properties</link> dialog opens. If a control is selected, the <link href=\"text/shared/02/01170100.xhp\" name=\"Control Properties\">Control Properties</link> dialog opens."
msgstr ""
-#: 01171300.xhp#par_id3147834.4.help.text
-msgctxt "01171300.xhp#par_id3147834.4.help.text"
-msgid "Snap to Grid"
+#. )rS3
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit File"
msgstr ""
-#: stars.xhp#tit.help.text
-msgid "Stars and Banners"
+#. *Zw$
+#: 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 ""
-#: stars.xhp#par_idN1055A.help.text
-msgid "<link href=\"text/shared/02/stars.xhp\">Stars and Banners</link>"
-msgstr ""
+#. %n/`
+#: 07070000.xhp
+#, fuzzy
+msgctxt ""
+"07070000.xhp\n"
+"hd_id3148520\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/07070000.xhp\" name=\"Edit File\">Edit File</link>"
+msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
-#: stars.xhp#par_idN1056A.help.text
-msgid "<ahelp hid=\".\">Opens the Stars and Banners toolbar from which you can insert graphics into your document.</ahelp>"
+#. xjOi
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id3153089\n"
+"2\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 ""
-#: stars.xhp#par_idN10594.help.text
-msgid "<ahelp hid=\".\">Click an icon on the Stars and Banners toolbar, and then drag in the document to draw the shape.</ahelp>"
+#. /JN$
+#: 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 ""
-#: stars.xhp#par_idN10597.help.text
-msgctxt "stars.xhp#par_idN10597.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."
+#. udCj
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id3150694\n"
+"3\n"
+"help.text"
+msgid "Edit File"
msgstr ""
-#: 01170900.xhp#tit.help.text
-msgid "Combo Box/List Box Wizard"
+#. 2c}x
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id3147576\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_HELP_TEXT_SELECTION_MODE\">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>"
msgstr ""
-#: 01170900.xhp#bm_id3159233.help.text
-msgid "<bookmark_value>forms; Combo Box/List Box Wizard</bookmark_value>"
+#. 7L#c
+#: 01170800.xhp
+msgctxt ""
+"01170800.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table Element Wizard"
msgstr ""
-#: 01170900.xhp#hd_id3154094.1.help.text
-msgid "<link href=\"text/shared/02/01170900.xhp\" name=\"Combo Box/List Box Wizard\">Combo Box/List Box Wizard</link>"
+#. ~|x%
+#: 01170800.xhp
+msgctxt ""
+"01170800.xhp\n"
+"hd_id3150620\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170800.xhp\" name=\"Table Element Wizard\">Table Element Wizard</link>"
msgstr ""
-#: 01170900.xhp#par_id3152363.2.help.text
-msgid "If you insert a combo box or a list box in a document, a wizard starts automatically. This wizard allows you to interactively specify which information is shown."
+#. dKcT
+#: 01170800.xhp
+msgctxt ""
+"01170800.xhp\n"
+"par_id3155354\n"
+"2\n"
+"help.text"
+msgid "If you insert a table control in a document, the <emph>Table Element Wizard</emph> starts automatically. In this wizard, you can interactively specify which information is displayed in the table control."
msgstr ""
-#: 01170900.xhp#par_id3145211.21.help.text
-msgctxt "01170900.xhp#par_id3145211.21.help.text"
+#. ;Ov]
+#: 01170800.xhp
+msgctxt ""
+"01170800.xhp\n"
+"par_id3154422\n"
+"13\n"
+"help.text"
msgid "You can use the <link href=\"text/shared/02/01171100.xhp\" name=\"Wizards On/Off\"><emph>Wizards On/Off</emph></link> icon to keep the wizard from starting automatically."
msgstr ""
-#: 01170900.xhp#par_id3155391.22.help.text
-msgid "The wizards for combo boxes and list boxes differ from each other in their final step. This is because the nature of control fields:"
+#. 25Jc
+#: 02040000.xhp
+msgctxt ""
+"02040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Text running from left to right"
msgstr ""
-#: 01170900.xhp#par_id3159233.23.help.text
-msgid "<emph>List Boxes</emph>"
+#. n:B7
+#: 02040000.xhp
+msgctxt ""
+"02040000.xhp\n"
+"hd_id3153255\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/02040000.xhp\" name=\"Text running from left to right\">Text running from left to right</link>"
msgstr ""
-#: 01170900.xhp#par_id3166410.24.help.text
-msgid "In the case of a list box, the user selects one entry from a list of entries. These entries are saved in a database table and cannot be modified through the list box."
+#. -cfg
+#: 02040000.xhp
+msgctxt ""
+"02040000.xhp\n"
+"par_id3153539\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:TextdirectionLeftToRigh\" visibility=\"visible\">Specifies the horizontal direction of the text.</ahelp>"
msgstr ""
-#: 01170900.xhp#par_id3166460.25.help.text
-msgid "As a general rule, the database table that contains the visible list entries in the form is not the table on which the form is based. The list boxes in a form work by using references; that is, references to the visible list entries are located in the form table (values table) and are also entered as such in the values table if the user selects an entry from the list and saves it. Through reference values, list boxes can display data from a table linked to the current form table. Thus the <emph>List Box Wizard</emph> allows two tables of a database to be linked, so that the control field can display a detailed list of a database field that is located in a different table from the one to which the form refers."
+#. M`o;
+#: 02040000.xhp
+msgctxt ""
+"02040000.xhp\n"
+"par_id3147291\n"
+"help.text"
+msgid "<image src=\"cmd/sc_textdirectionlefttoright.png\" id=\"img_id3155805\"><alt id=\"alt_id3155805\">Icon</alt></image>"
msgstr ""
-#: 01170900.xhp#par_id3145673.31.help.text
-msgid "In the other tables the required field is searched for by using the field names (ControlSource) and then the fields will be completed accordingly. If the field name is not found, the list will remain empty. When list fields contain linked columns, the first column of the other table will be used without a query being shown first."
+#. p0.#
+#: 02040000.xhp
+msgctxt ""
+"02040000.xhp\n"
+"par_id3153749\n"
+"3\n"
+"help.text"
+msgid "Text direction from left to right"
msgstr ""
-#: 01170900.xhp#par_id3154860.26.help.text
-msgid "If an article table contains, for example, the number of a supplier, the list box can use the \"Supplier number\" link to display the name of the supplier from the supplier table. On the <emph>Field links</emph> page the Wizard will ask you about all the settings required for this link."
+#. #WJK
+#: 24040000.xhp
+msgctxt ""
+"24040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Green"
msgstr ""
-#: 01170900.xhp#par_id3150977.27.help.text
-msgid "<emph>Combo Boxes</emph>"
+#. MWz4
+#: 24040000.xhp
+#, fuzzy
+msgctxt ""
+"24040000.xhp\n"
+"hd_id3154840\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/24040000.xhp\" name=\"Green\">Green</link>"
+msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
+
+#. 7d-)
+#: 24040000.xhp
+msgctxt ""
+"24040000.xhp\n"
+"par_id3143284\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GrafGreen\">Specifies the proportion of green RGB color components for the selected graphic object.</ahelp> Values from -100% (no green) to +100% (full green) are possible."
msgstr ""
-#: 01170900.xhp#par_id3158430.28.help.text
-msgid "In the case of combo boxes, users can select one entry from the list entries or enter text themselves. The entries, which are offered as a list from which users can select, may originate from any database table. The entries that users select or enter so that they can be saved can be saved either in the form only, or in a database. If they are saved in a database, they will be written to the database table on which the form is based."
+#. AG!Q
+#: 24040000.xhp
+msgctxt ""
+"24040000.xhp\n"
+"par_id3148585\n"
+"help.text"
+msgid "<image id=\"img_id3152594\" src=\"res/sc10866.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152594\">Icon</alt></image>"
msgstr ""
-#: 01170900.xhp#par_id3154046.29.help.text
-msgid "Combo boxes can display the data of any table. A direct link between the current form table and the table whose values are to be displayed in the combo box (list table) is not required. Combo boxes do not work with references. If the user enters or selects a value and saves it, the value actually displayed will be entered in the form table. As there is no link between the form table and the list table, the <emph>Field Link</emph> table does not appear here."
+#. V#iY
+#: 24040000.xhp
+msgctxt ""
+"24040000.xhp\n"
+"par_id3156136\n"
+"3\n"
+"help.text"
+msgid "Green"
msgstr ""
-#: 01170900.xhp#par_id3146949.30.help.text
-msgid "In the case of a list box, you select entries from the list, and these are saved in the list table. In the case of a combo box, you can add additional text that can be written to the current database table of the form (values table) and stored there as desired. For this function, the <emph>Combo Box Wizard</emph> has the <emph>Data Processing</emph> page as the last page, whereas in the case of list boxes this page does not exist. Here you can enter whether and where text that has been entered is to be saved in the values table."
+#. C(Y+
+#: blockarrows.xhp
+msgctxt ""
+"blockarrows.xhp\n"
+"tit\n"
+"help.text"
+msgid "Block Arrows"
msgstr ""
-#: 01170200.xhp#tit.help.text
-msgid "Form Properties"
+#. 5_%)
+#: blockarrows.xhp
+msgctxt ""
+"blockarrows.xhp\n"
+"par_idN1055A\n"
+"help.text"
+msgid "<link href=\"text/shared/02/blockarrows.xhp\">Block Arrows</link>"
msgstr ""
-#: 01170200.xhp#bm_id3147285.help.text
-msgid "<bookmark_value>forms; properties</bookmark_value><bookmark_value>properties; forms</bookmark_value>"
-msgstr "<bookmark_value>სამართავი ღილაკები; ფორმის სამართავი ღილაკების პარამეტრები</bookmark_value><bookmark_value>პარამეტრები; ფორმის სამართავი ღილაკები</bookmark_value>"
+#. 3teD
+#: blockarrows.xhp
+msgctxt ""
+"blockarrows.xhp\n"
+"par_idN1056A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Block Arrows toolbar from which you can insert graphics into your document.</ahelp>"
+msgstr ""
-#: 01170200.xhp#hd_id3147285.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/01170200.xhp\" name=\"Form Properties\">Form Properties</link>"
-msgstr "<link href=\"text/shared/02/01170100.xhp\" name=\"Control Properties\">სამართავი ღილაკის პარამეტრები</link>"
+#. j^:|
+#: blockarrows.xhp
+msgctxt ""
+"blockarrows.xhp\n"
+"par_idN1059A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click an icon from the Block Arrows toolbar, then drag in the document to draw the shape.</ahelp>"
+msgstr ""
-#: 01170200.xhp#par_id3147088.2.help.text
-msgid "<variable id=\"form\"><ahelp hid=\".uno:FormProperties\" visibility=\"visible\">In this dialog you can specify, among others, the data source and the events for the whole form.</ahelp></variable>"
+#. [HP^
+#: blockarrows.xhp
+msgctxt ""
+"blockarrows.xhp\n"
+"par_idN1059D\n"
+"help.text"
+msgid "Some shapes have a special handle which you can drag to change properties of the shape. The mouse pointer changes to a hand symbol over these special handles."
msgstr ""
-#: 24070000.xhp#tit.help.text
-msgctxt "24070000.xhp#tit.help.text"
-msgid "Contrast"
+#. JCPn
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comparison Operators"
msgstr ""
-#: 24070000.xhp#hd_id3154926.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/24070000.xhp\" name=\"Contrast\">Contrast</link>"
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
+#. Ci8K
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"bm_id3148983\n"
+"help.text"
+msgid "<bookmark_value>comparisons;operators in standard filter dialog</bookmark_value> <bookmark_value>operators;standard filters</bookmark_value> <bookmark_value>standard filters;comparison operators</bookmark_value> <bookmark_value>filters; comparison operators</bookmark_value> <bookmark_value>equal sign, see also operators</bookmark_value>"
+msgstr ""
-#: 24070000.xhp#par_id3149495.2.help.text
-msgid "<ahelp hid=\".uno:GrafContrast\" visibility=\"visible\">Specifies the contrast for viewing the selected graphic image.</ahelp> Values from -100% (no contrast at all) to +100% (full contrast) are possible."
+#. ,NZo
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"hd_id3148983\n"
+"1\n"
+"help.text"
+msgid "Comparison Operators"
msgstr ""
-#: 24070000.xhp#par_id3156027.help.text
-msgid "<image src=\"res/sc10864.png\" id=\"img_id3154398\"><alt id=\"alt_id3154398\">Icon</alt></image>"
+#. Cl-$
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3155364\n"
+"2\n"
+"help.text"
+msgid "The following comparative operators can be set under <item type=\"menuitem\">Condition</item> in the <item type=\"menuitem\">Standard Filter</item> dialog."
msgstr ""
-#: 24070000.xhp#par_id3157991.3.help.text
-msgctxt "24070000.xhp#par_id3157991.3.help.text"
-msgid "Contrast"
+#. [44G
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3145313\n"
+"3\n"
+"help.text"
+msgid "<emph>Comparative operator</emph>"
msgstr ""
-#: 03130000.xhp#tit.help.text
-msgctxt "03130000.xhp#tit.help.text"
-msgid "Borders"
+#. vpn;
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3147089\n"
+"4\n"
+"help.text"
+msgid "<emph>Effect</emph>"
msgstr ""
-#: 03130000.xhp#hd_id3143284.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/03130000.xhp\" name=\"Borders\">Borders</link>"
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
+#. 1FU]
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3147209\n"
+"5\n"
+"help.text"
+msgid "Equal (=)"
+msgstr ""
-#: 03130000.xhp#par_id3153255.2.help.text
-msgid "<ahelp hid=\".uno:SetBorderStyle\">Click the <emph>Borders</emph> icon to open the <emph>Borders</emph> toolbar, where you can modify the border of a sheet area or an object.</ahelp>"
+#. Zbp-
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3146797\n"
+"6\n"
+"help.text"
+msgid "Shows values equal to the condition."
msgstr ""
-#: 03130000.xhp#par_id3147261.3.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"></caseinline><defaultinline>This object can be the border of a text frame, a graphic or a table. The icon will only be visible if a graphic, table, object or frame has been selected.</defaultinline></switchinline>"
+#. RWSr
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3143271\n"
+"7\n"
+"help.text"
+msgid "Less than (<)"
msgstr ""
-#: 03130000.xhp#par_id3147226.6.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To apply a particular type of border to a single cell, position the cursor in the cell, open the <emph>Border</emph> toolbar and select a border. </caseinline><defaultinline>Whenever you insert graphics or tables, they already have a complete border. To remove that border, select the graphic object or the entire table and click the \"no border\" icon on the <emph>Border</emph> toolbar.</defaultinline></switchinline>"
+#. ERbP
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3153761\n"
+"8\n"
+"help.text"
+msgid "Shows values less than the condition."
msgstr ""
-#: 03130000.xhp#par_id3147576.help.text
-msgid "<image id=\"img_id3149095\" src=\"cmd/sc_setborderstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149095\">Icon</alt></image>"
+#. tfzJ
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3146807\n"
+"9\n"
+"help.text"
+msgid "Greater than (>)"
msgstr ""
-#: 03130000.xhp#par_id3152780.4.help.text
-msgctxt "03130000.xhp#par_id3152780.4.help.text"
-msgid "Borders"
+#. JtG.
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3154852\n"
+"10\n"
+"help.text"
+msgid "Shows values greater than the condition."
msgstr ""
-#: 03130000.xhp#par_id3148990.5.help.text
-msgid "Further information can be found in the Help in <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link>. You can also find information on how to <link href=\"text/shared/guide/border_table.xhp\" name=\"format a text table\">format a text table</link> with the <emph>Borders</emph> icon."
+#. 1UVN
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3155342\n"
+"11\n"
+"help.text"
+msgid "Less than or equal to (< =)"
msgstr ""
-#: 12110000.xhp#tit.help.text
-msgctxt "12110000.xhp#tit.help.text"
-msgid "Form-based Filters"
+#. Gkxr
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3154381\n"
+"12\n"
+"help.text"
+msgid "Shows values that are less than or equal to the condition."
msgstr ""
-#: 12110000.xhp#hd_id3147000.1.help.text
-msgid "<variable id=\"formfilter\"><link href=\"text/shared/02/12110000.xhp\" name=\"Form-based Filters\">Form-based Filters</link></variable>"
+#. B950
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3153823\n"
+"13\n"
+"help.text"
+msgid "Greater than or equal to (> =)"
msgstr ""
-#: 12110000.xhp#par_id3154230.2.help.text
-msgid "<variable id=\"formfiltertext\"><ahelp hid=\".uno:FormFilter\">Prompts the database server to filter the visible data by specified criteria.</ahelp></variable>"
+#. )*N)
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3154143\n"
+"14\n"
+"help.text"
+msgid "Shows values that are greater than or equal to the condition."
msgstr ""
-#: 12110000.xhp#par_id3152918.3.help.text
-msgid "Unlike the normal search, which is activated by the <link href=\"text/shared/02/12100200.xhp\" name=\"Find Record\">Find Record</link> icon on the <emph>Form</emph> Bar, you can search more quickly by using the form-based filter. Usually a quick database server is charged with the search. Also, you can enter more complex search conditions."
+#. ,*Kl
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3154811\n"
+"15\n"
+"help.text"
+msgid "Not equal (< >)"
msgstr ""
-#: 12110000.xhp#par_id3153394.help.text
-msgid "<image id=\"img_id3147226\" src=\"cmd/sc_formfilter.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3147226\">Icon</alt></image>"
+#. b0C_
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3148944\n"
+"16\n"
+"help.text"
+msgid "Shows the values not equal to the condition."
msgstr ""
-#: 12110000.xhp#par_id3149751.4.help.text
-msgctxt "12110000.xhp#par_id3149751.4.help.text"
-msgid "Form-based Filters"
+#. h}4(
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3149669\n"
+"17\n"
+"help.text"
+msgid "Largest"
msgstr ""
-#: 14020100.xhp#tit.help.text
-msgctxt "14020100.xhp#tit.help.text"
-msgid "Add Tables"
+#. i)VC
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3159413\n"
+"18\n"
+"help.text"
+msgid "Shows the N (numeric value as parameter) largest values."
msgstr ""
-#: 14020100.xhp#bm_id3154788.help.text
-msgid "<bookmark_value>tables in databases; adding to queries</bookmark_value>"
+#. !U[@
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3151054\n"
+"19\n"
+"help.text"
+msgid "Smallest"
msgstr ""
-#: 14020100.xhp#hd_id3154788.1.help.text
-msgctxt "14020100.xhp#hd_id3154788.1.help.text"
-msgid "Add Tables"
+#. @]lT
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3161657\n"
+"20\n"
+"help.text"
+msgid "Shows the N (numeric value as parameter) smallest values."
msgstr ""
-#: 14020100.xhp#par_id3152821.2.help.text
-msgid "<variable id=\"tabellehinzufuegentext\"><ahelp hid=\"HID_JOINSH_ADDTAB_TABLELIST\" visibility=\"hidden\">Specifies the tables to be inserted into the design window.</ahelp> In the<emph> Add Tables </emph>dialog, select the tables you need for your current task. </variable> When creating a query or a new table presentation, select the corresponding table to which the query or table presentation should refer. When working with relational databases, select the tables between which you want to build relationships."
+#. x(1V
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3150400\n"
+"21\n"
+"help.text"
+msgid "Largest %"
msgstr ""
-#: 14020100.xhp#par_id3149760.15.help.text
-msgid "The inserted tables appear in a separate window in the query design or relational windows, along with a list of the fields contained in the table. You can determine the size and order of this window."
+#. 7gTx
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3161645\n"
+"22\n"
+"help.text"
+msgid "Shows the largest N% (numeric value as parameter) of the total values."
msgstr ""
-#: 14020100.xhp#hd_id3154927.5.help.text
-msgctxt "14020100.xhp#hd_id3154927.5.help.text"
-msgid "Table"
+#. O)}h
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3149202\n"
+"23\n"
+"help.text"
+msgid "Smallest %"
msgstr ""
-#: 14020100.xhp#par_id030520091208059.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Shows only tables.</ahelp>"
+#. qN^j
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3151176\n"
+"24\n"
+"help.text"
+msgid "Shows the smallest N% (numeric value as parameter) of the entire values."
msgstr ""
-#: 14020100.xhp#par_id0305200912080616.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Shows only queries.</ahelp>"
+#. 0P!f
+#: 14030000.xhp
+msgctxt ""
+"14030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Run SQL command directly"
msgstr ""
-#: 14020100.xhp#hd_id3150713.9.help.text
-msgid "Table name"
+#. ^.DT
+#: 14030000.xhp
+msgctxt ""
+"14030000.xhp\n"
+"hd_id3151100\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\">Run SQL command directly</link>"
msgstr ""
-#: 14020100.xhp#par_id3156042.10.help.text
-msgid "<ahelp hid=\"HID_JOINSH_ADDTAB_TABLELIST\">Lists the available tables.</ahelp> To insert a table, select one from the list and click <emph>Add</emph>. You can also double-click the table name, and a window will be displayed containing the table fields at the top of the query design or the relational window."
+#. 3EP6
+#: 14030000.xhp
+msgctxt ""
+"14030000.xhp\n"
+"par_id3155364\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SbaNativeSql\">In Native SQL mode you can enter SQL commands that are not interpreted by $[officename], but are instead passed directly to the data source.</ahelp> If you do not display these changes in the design view, you cannot change back to the design view."
msgstr ""
-#: 14020100.xhp#hd_id3151226.11.help.text
-msgid "Add"
-msgstr "დამატება"
+#. `]SE
+#: 14030000.xhp
+msgctxt ""
+"14030000.xhp\n"
+"par_id3149999\n"
+"5\n"
+"help.text"
+msgid "For native SQL, the SQL string is forwarded directly to the connected database system without a previous evaluation by $[officename]. For example, if you access a database through an ODBC interface, the SQL string is passed to the ODBC driver and processed by it."
+msgstr ""
-#: 14020100.xhp#par_id3153683.12.help.text
-msgid "<ahelp hid=\"DBACCESS_PUSHBUTTON_DLG_JOIN_TABADD_PB_ADDTABLE\">Inserts the currently selected table.</ahelp>"
+#. qJOt
+#: 14030000.xhp
+msgctxt ""
+"14030000.xhp\n"
+"par_id3145136\n"
+"help.text"
+msgid "<image id=\"img_id3147226\" src=\"cmd/sc_sbanativesql.png\"><alt id=\"alt_id3147226\">Icon</alt></image>"
msgstr ""
-#: 14020100.xhp#hd_id3153527.13.help.text
-msgctxt "14020100.xhp#hd_id3153527.13.help.text"
-msgid "Close"
+#. J(Nn
+#: 14030000.xhp
+msgctxt ""
+"14030000.xhp\n"
+"par_id3155893\n"
+"4\n"
+"help.text"
+msgid "Run SQL command directly"
msgstr ""
-#: 14020100.xhp#par_id3156410.14.help.text
-msgid "<ahelp hid=\"HID_JOINSH_ADDTAB_CLOSE\">Closes the <emph>Add Tables</emph> dialog.</ahelp>"
+#. O\O)
+#: 14030000.xhp
+msgctxt ""
+"14030000.xhp\n"
+"par_id3155535\n"
+"3\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\">New Query Design</link> are synchronized with the permitted changes through SQL."
msgstr ""
-#: 04210000.xhp#tit.help.text
-msgctxt "04210000.xhp#tit.help.text"
-msgid "Optimize"
+#. =YJL
+#: 20030000.xhp
+msgctxt ""
+"20030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Zoom"
+msgstr "გადიდება"
+
+#. :G4p
+#: 20030000.xhp
+msgctxt ""
+"20030000.xhp\n"
+"bm_id3155619\n"
+"help.text"
+msgid "<bookmark_value>zooming; status bar</bookmark_value>"
msgstr ""
-#: 04210000.xhp#hd_id3151185.1.help.text
+#. =[ld
+#: 20030000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/02/04210000.xhp\" name=\"Optimize\">Optimize</link>"
+msgctxt ""
+"20030000.xhp\n"
+"hd_id3155619\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/20030000.xhp\" name=\"Zoom\">Zoom</link>"
msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 04210000.xhp#par_id3145412.2.help.text
-msgid "<ahelp hid=\".uno:OptimizeTable\">Opens a toolbar that contains functions for optimizing the rows and columns in a table.</ahelp>"
-msgstr ""
-
-#: 04210000.xhp#par_id3155899.help.text
-msgid "<image id=\"img_id3149684\" src=\"cmd/sc_optimizetable.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3149684\">Icon</alt></image>"
+#. 7M%J
+#: 20030000.xhp
+msgctxt ""
+"20030000.xhp\n"
+"par_id3148983\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:StateZoom\">Specifies the current page display zoom factor.</ahelp>"
msgstr ""
-#: 04210000.xhp#par_id3143270.4.help.text
-msgctxt "04210000.xhp#par_id3143270.4.help.text"
-msgid "Optimize"
+#. bA@$
+#: 20030000.xhp
+msgctxt ""
+"20030000.xhp\n"
+"par_id3150935\n"
+"3\n"
+"help.text"
+msgid "Double-clicking this field opens the <link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">Zoom</link> dialog, where you can change the current zoom factor."
msgstr ""
-#: 04210000.xhp#par_id3149485.5.help.text
-msgid "You can select from the following functions:"
+#. 8zM%
+#: 20030000.xhp
+msgctxt ""
+"20030000.xhp\n"
+"par_id3159194\n"
+"4\n"
+"help.text"
+msgid "Open the context menu on this field to see a selection of available zoom factors."
msgstr ""
-#: 04210000.xhp#hd_id3153631.6.help.text
-msgid "<link href=\"text/swriter/01/05110200.xhp\" name=\"Optimal Height\">Optimal Height</link>"
-msgstr "<link href=\"text/swriter/01/05110200.xhp\" name=\"Optimal Height\">ოპტიმალური სიმაღლე</link>"
-
-#: 04210000.xhp#hd_id3145772.7.help.text
-#, fuzzy
-msgid "<link href=\"text/swriter/01/05120200.xhp\" name=\"Optimal Column Width\">Optimal Column Width</link>"
-msgstr "<link href=\"text/swriter/01/05110200.xhp\" name=\"Optimal Height\">ოპტიმალური სიმაღლე</link>"
-
-#: 24030000.xhp#tit.help.text
-msgctxt "24030000.xhp#tit.help.text"
-msgid "Red"
+#. nVJ`
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Clear query"
msgstr ""
-#: 24030000.xhp#hd_id3151097.1.help.text
+#. .}r]
+#: 14020000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/02/24030000.xhp\" name=\"Red\">Red</link>"
+msgctxt ""
+"14020000.xhp\n"
+"hd_id3146946\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/14020000.xhp\" name=\"Clear query\">Clear query</link>"
msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 24030000.xhp#par_id3151100.2.help.text
-msgid "<ahelp hid=\".uno:GrafRed\">Specifies the proportion of red RGB color components for the selected graphic object.</ahelp> Values from -100% (no red) to +100% (full red) are possible."
+#. `oUe
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3155934\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DBClearQuery\" visibility=\"visible\">Clears the query and removes all tables from the design window.</ahelp>"
msgstr ""
-#: 24030000.xhp#par_id3149511.help.text
-msgid "<image id=\"img_id3146130\" src=\"res/sc10865.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146130\">Icon</alt></image>"
+#. D7Cj
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3154422\n"
+"help.text"
+msgid "<image src=\"cmd/sc_dbclearquery.png\" id=\"img_id3149205\"><alt id=\"alt_id3149205\">Icon</alt></image>"
msgstr ""
-#: 24030000.xhp#par_id3147571.3.help.text
-msgctxt "24030000.xhp#par_id3147571.3.help.text"
-msgid "Red"
+#. GC]`
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150789\n"
+"3\n"
+"help.text"
+msgid "Clear query"
msgstr ""
-#: 12100100.xhp#tit.help.text
-msgctxt "12100100.xhp#tit.help.text"
-msgid "Sort Order"
+#. 9Rzo
+#: symbolshapes.xhp
+msgctxt ""
+"symbolshapes.xhp\n"
+"tit\n"
+"help.text"
+msgid "Symbol Shapes"
msgstr ""
-#: 12100100.xhp#bm_id3147000.help.text
-msgid "<bookmark_value>sorting; databases</bookmark_value><bookmark_value>databases; sorting</bookmark_value>"
+#. .(:R
+#: symbolshapes.xhp
+msgctxt ""
+"symbolshapes.xhp\n"
+"par_idN1055A\n"
+"help.text"
+msgid "<link href=\"text/shared/02/symbolshapes.xhp\">Symbol Shapes</link>"
msgstr ""
-#: 12100100.xhp#hd_id3147000.1.help.text
-msgid "<variable id=\"sortierung\"><link href=\"text/shared/02/12100100.xhp\" name=\"Sort Order\">Sort Order</link></variable>"
+#. L9b[
+#: symbolshapes.xhp
+msgctxt ""
+"symbolshapes.xhp\n"
+"par_idN1056A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Symbol Shapes toolbar from which you can insert graphics into your document.</ahelp>"
msgstr ""
-#: 12100100.xhp#par_id3163829.2.help.text
-msgid "<variable id=\"sortierentext\"><ahelp hid=\".uno:OrderCrit\">Specifies the sort criteria for the data display.</ahelp></variable>"
+#. 2VI0
+#: symbolshapes.xhp
+msgctxt ""
+"symbolshapes.xhp\n"
+"par_idN105EB\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click an icon on the Symbol Shapes toolbar, and then drag in the document to draw the shape.</ahelp>"
msgstr ""
-#: 12100100.xhp#par_id3149549.12.help.text
-msgid "While the functions <link href=\"text/shared/02/12010000.xhp\" name=\"Sort in Ascending Order\"><emph>Sort in Ascending Order</emph></link> and <link href=\"text/shared/02/12020000.xhp\" name=\"Sort in Descending Order\"><emph>Sort in Descending Order</emph></link> sort by one criterion only, you can combine several criteria in the<emph> Sort Order </emph>dialog."
+#. S*k:
+#: symbolshapes.xhp
+msgctxt ""
+"symbolshapes.xhp\n"
+"par_idN1059D\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."
msgstr ""
-#: 12100100.xhp#par_id3145136.13.help.text
-msgid "You can remove a sorting that has been performed with the <link href=\"text/shared/02/12040000.xhp\" name=\"Remove Filter/Sorting\"><emph>Remove Filter/Sorting</emph></link> icon."
+#. ~[Mb
+#: 01170200.xhp
+msgctxt ""
+"01170200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Form Properties"
msgstr ""
-#: 12100100.xhp#hd_id3148548.4.help.text
-msgid "Sorting"
-msgstr ""
+#. BR)W
+#: 01170200.xhp
+msgctxt ""
+"01170200.xhp\n"
+"bm_id3147285\n"
+"help.text"
+msgid "<bookmark_value>forms; properties</bookmark_value><bookmark_value>properties; forms</bookmark_value>"
+msgstr "<bookmark_value>სამართავი ღილაკები; ფორმის სამართავი ღილაკების პარამეტრები</bookmark_value><bookmark_value>პარამეტრები; ფორმის სამართავი ღილაკები</bookmark_value>"
-#: 12100100.xhp#par_id3155941.5.help.text
-msgid "Use this area to enter sorting criteria. If you enter additional sorting criteria under <emph>and then</emph>, the data matching the content of the higher-order criterion is ordered according to the next criterion."
+#. \(lk
+#: 01170200.xhp
+#, fuzzy
+msgctxt ""
+"01170200.xhp\n"
+"hd_id3147285\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170200.xhp\" name=\"Form Properties\">Form Properties</link>"
+msgstr "<link href=\"text/shared/02/01170100.xhp\" name=\"Control Properties\">სამართავი ღილაკის პარამეტრები</link>"
+
+#. G:tP
+#: 01170200.xhp
+msgctxt ""
+"01170200.xhp\n"
+"par_id3147088\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"form\"><ahelp hid=\".uno:FormProperties\" visibility=\"visible\">In this dialog you can specify, among others, the data source and the events for the whole form.</ahelp></variable>"
msgstr ""
-#: 12100100.xhp#par_id3148620.14.help.text
-msgid "If you sort the field name \"First name\" in ascending order and the field name \"last name\" in descending order, all records will be sorted in ascending order by first name, and then within the first names, in descending order by last name."
+#. nAPH
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Tab Order"
msgstr ""
-#: 12100100.xhp#hd_id3145345.6.help.text
-msgctxt "12100100.xhp#hd_id3145345.6.help.text"
-msgid "Field name"
+#. 2m(D
+#: 01170300.xhp
+#, fuzzy
+msgctxt ""
+"01170300.xhp\n"
+"hd_id3146959\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170300.xhp\" name=\"Tab Order\">Tab Order</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
+
+#. o=C5
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"par_id3150347\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"text\"><ahelp hid=\".uno:TabDialog\">In the<emph> Tab Order </emph>dialog you can modify the order in which control fields get the focus when the user presses the tab key.</ahelp></variable>"
msgstr ""
-#: 12100100.xhp#par_id3159233.7.help.text
-msgid "<ahelp hid=\".uno:OrderCrit\">Specifies the data field name whose content will determine the sort order.</ahelp>"
+#. -,GG
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"par_id3109850\n"
+"3\n"
+"help.text"
+msgid "If form elements are inserted into a document, <item type=\"productname\">%PRODUCTNAME</item> automatically determines in which order to move from one control to the next when using the Tab key. Every new control added is automatically placed at the end of this series. In the <emph>Tab Order</emph> dialog, you can adapt the order of this series to your individual needs."
msgstr ""
-#: 12100100.xhp#hd_id3150774.8.help.text
-#, fuzzy
-msgid "Order"
+#. iwjw
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"par_id3155934\n"
+"12\n"
+"help.text"
+msgid "You can also define the index of a control through its specific properties by entering the desired value under <link href=\"text/shared/02/01170101.xhp\" name=\"Order\"><emph>Order</emph></link> in the <emph>Properties</emph> dialog of the control."
msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ბრძანება\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"რიგი"
-#: 12100100.xhp#par_id3149177.9.help.text
-msgid "<ahelp hid=\".uno:OrderCrit\">Specifies the sort order (either ascending or descending).</ahelp>"
+#. bY1g
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"par_id3149760\n"
+"13\n"
+"help.text"
+msgid "A radio button inside a group can only be accessed by the Tab key when one of the radio buttons is set to \"selected\". If you have designed a group of radio buttons where no button is set to \"selected\", then the user will not be able to access the group or any of the radio buttons by keyboard."
msgstr ""
-#: 12100100.xhp#hd_id3147275.10.help.text
-msgid "and then"
+#. *PR;
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"hd_id3149140\n"
+"4\n"
+"help.text"
+msgid "Controls"
+msgstr "მართვები"
+
+#. `1YV
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"par_id3150789\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TABORDER_CONTROLS\">Lists all controls in the form. These controls can be selected with the tab key in the given order from top to bottom.</ahelp> Select a control from the <emph>Controls </emph>list to assign the desired position in the tab order."
msgstr ""
-#: 12100100.xhp#par_id3166460.11.help.text
-msgid "Specifies additional subordinate sort criteria from the other fields."
+#. *Zm$
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"hd_id3153750\n"
+"6\n"
+"help.text"
+msgid "Move Up"
msgstr ""
-#: 09070200.xhp#tit.help.text
-msgctxt "09070200.xhp#tit.help.text"
-msgid "Mail & News"
+#. xdEg
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"par_id3154751\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_TAB_ORDER_PB_MOVE_UP\">Click the<emph> Move Up</emph> button to shift the selected control one position higher in the tab order.</ahelp>"
msgstr ""
-#: 09070200.xhp#hd_id3147102.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/09070200.xhp\" name=\"Mail News\">Mail & News</link>"
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
+#. S).~
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"hd_id3155339\n"
+"8\n"
+"help.text"
+msgid "Move Down"
+msgstr ""
-#: 09070200.xhp#par_id3153049.2.help.text
-msgid "On the <emph>Mail & News</emph> page in the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link> you can edit hyperlinks for e-mail or news addresses."
+#. 19g@
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"par_id3154823\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_TAB_ORDER_PB_MOVE_DOWN\">Click the<emph> Move Down</emph> button to shift the selected control one position lower in the tab order.</ahelp>"
msgstr ""
-#: 09070200.xhp#hd_id3153528.3.help.text
-msgctxt "09070200.xhp#hd_id3153528.3.help.text"
-msgid "Mail & News"
+#. Oh/R
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"hd_id3154288\n"
+"10\n"
+"help.text"
+msgid "Automatic Sort"
msgstr ""
-#: 09070200.xhp#hd_id3153748.4.help.text
-msgid "E-mail"
-msgstr "ელ-ფოსტა"
+#. Pm4B
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"par_id3153748\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_TAB_ORDER_PB_AUTO_ORDER\">Click the<emph> Automatic Sort</emph> button to automatically sort the controls according to their position in the document.</ahelp>"
+msgstr ""
-#: 09070200.xhp#par_id3166460.5.help.text
-msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_HYPERLINK_MAIL_RB_LINKTYP_MAIL\">Assigns the specified e-mail address 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>E-mail</emph> field."
+#. R!d_
+#: 24080000.xhp
+msgctxt ""
+"24080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Gamma"
msgstr ""
-#: 09070200.xhp#hd_id3155628.6.help.text
+#. }^/X
+#: 24080000.xhp
#, fuzzy
-msgid "News"
-msgstr "ახალი"
+msgctxt ""
+"24080000.xhp\n"
+"hd_id3154100\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/24080000.xhp\" name=\"Gamma\">Gamma</link>"
+msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
-#: 09070200.xhp#par_id3149955.7.help.text
-msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_HYPERLINK_MAIL_RB_LINKTYP_NEWS\">Assigns a news address to the hyperlink.</ahelp> Clicking the hyperlink in the document will open a new message document to the news group you entered in the <emph>Receiver</emph> field."
+#. SV_p
+#: 24080000.xhp
+msgctxt ""
+"24080000.xhp\n"
+"par_id3154873\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GrafGamma\">Specifies the gamma value for the view of the selected object, which affects the brightness of the midtone values.</ahelp> Values from 0.10 (minimum Gamma) to 10 (maximum Gamma) are possible."
msgstr ""
-#: 09070200.xhp#hd_id3149580.8.help.text
-msgid "Receiver"
+#. W_x5
+#: 24080000.xhp
+msgctxt ""
+"24080000.xhp\n"
+"par_id3149760\n"
+"help.text"
+msgid "<image id=\"img_id3159194\" src=\"res/sc10868.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3159194\">Icon</alt></image>"
msgstr ""
-#: 09070200.xhp#par_id3153665.9.help.text
-msgid "<ahelp hid=\"HID_HYPERDLG_MAIL_PATH\">Specifies the full URL of the addressee, in the form mailto:name@provider.com or news:group.server.com.</ahelp> You can also use drag-and-drop."
+#. @ZQO
+#: 24080000.xhp
+msgctxt ""
+"24080000.xhp\n"
+"par_id3149798\n"
+"3\n"
+"help.text"
+msgid "Gamma"
msgstr ""
-#: 09070200.xhp#hd_id3143270.14.help.text
-msgid "Data Sources"
+#. [{He
+#: 01170003.xhp
+msgctxt ""
+"01170003.xhp\n"
+"tit\n"
+"help.text"
+msgid "Special Tips for Date Fields"
msgstr ""
-#: 09070200.xhp#par_id3149514.15.help.text
-msgid "<ahelp hid=\"SVX_IMAGEBUTTON_RID_SVXPAGE_HYPERLINK_MAIL_BTN_ADRESSBOOK\">Hides or shows the data source browser.</ahelp> Drag the receiver's <emph>E-mail</emph> data field from the data source browser into the <emph>Receiver</emph> text field."
-msgstr ""
+#. SlBr
+#: 01170003.xhp
+msgctxt ""
+"01170003.xhp\n"
+"bm_id3150445\n"
+"help.text"
+msgid "<bookmark_value>date fields; properties</bookmark_value>"
+msgstr "<bookmark_value>თარიღის ველები; პარამეტრები</bookmark_value>"
-#: 09070200.xhp#hd_id3153332.12.help.text
-msgid "Subject"
-msgstr "თემა"
+#. _K`^
+#: 01170003.xhp
+msgctxt ""
+"01170003.xhp\n"
+"hd_id3150445\n"
+"77\n"
+"help.text"
+msgid "Special Tips for Date Fields"
+msgstr ""
-#: 09070200.xhp#par_id3153821.13.help.text
-msgid "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_HYPERLINK_MAIL_ED_SUBJECT\">Specifies the subject that is inserted in the subject line of the new message document.</ahelp>"
+#. xz8S
+#: 01170003.xhp
+msgctxt ""
+"01170003.xhp\n"
+"par_id3154230\n"
+"75\n"
+"help.text"
+msgid "When you enter a year using two digits, the corresponding four digit value is determined by a setting in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - General</emph>. For example, if 1935 is set as the lower limiting value and you enter 34 as a date value, then the result is 2034 instead of 1934."
msgstr ""
-#: 20050000.xhp#tit.help.text
-msgid "Selection Mode"
+#. 3?mA
+#: 01170003.xhp
+msgctxt ""
+"01170003.xhp\n"
+"par_id3149205\n"
+"76\n"
+"help.text"
+msgid "The pre-set limit value will be saved for each document."
msgstr ""
-#: 20050000.xhp#bm_id3148668.help.text
-msgid "<bookmark_value>selection modes in text</bookmark_value><bookmark_value>text; selection modes</bookmark_value><bookmark_value>extending selection mode</bookmark_value><bookmark_value>adding selection mode</bookmark_value><bookmark_value>block selection mode</bookmark_value>"
+#. hkem
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Graphics Mode"
msgstr ""
-#: 20050000.xhp#hd_id3148668.1.help.text
-msgid "<link href=\"text/shared/02/20050000.xhp\" name=\"Selection Mode\">Selection Mode</link>"
+#. ;F^h
+#: 24020000.xhp
+#, fuzzy
+msgctxt ""
+"24020000.xhp\n"
+"hd_id3149762\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/24020000.xhp\" name=\"Graphics Mode\">Graphics Mode</link>"
+msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
+
+#. )h3X
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"par_id3150255\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GrafMode\">Lists view attributes for the selected graphic object. The embedded or linked graphic object in the current file will not be changed, only the view of the object.</ahelp>"
msgstr ""
-#: 20050000.xhp#par_id3146130.2.help.text
-msgid "<ahelp hid=\".uno:StatusSelectionMode\">Here you can switch between different selection modes.</ahelp>"
+#. uRJj
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"par_id3150275\n"
+"help.text"
+msgid "<image id=\"img_id3154515\" src=\"res/helpimg/zellvor.png\" width=\"1.4098inch\" height=\"0.2799inch\" localize=\"true\"><alt id=\"alt_id3154515\">Cell Styles</alt></image>"
msgstr ""
-#: 20050000.xhp#par_id3153894.3.help.text
-msgid "When you click in the field, a popup menu comes up with the available options:"
+#. p_IU
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"par_id3150771\n"
+"3\n"
+"help.text"
+msgid "Graphics mode"
msgstr ""
-#: 20050000.xhp#par_id3149095.5.help.text
-msgctxt "20050000.xhp#par_id3149095.5.help.text"
-msgid "<emph>Mode</emph>"
+#. y2d$
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"hd_id3155262\n"
+"4\n"
+"help.text"
+msgid "Default"
msgstr ""
-#: 20050000.xhp#par_id3155941.6.help.text
-msgid "<emph>Effect</emph>"
+#. -I%a
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"par_id3155434\n"
+"5\n"
+"help.text"
+msgid "The view of the graphic object is not changed."
msgstr ""
-#: 20050000.xhp#par_id3152780.8.help.text
-msgid "Standard selection"
+#. :V@j
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"hd_id3147574\n"
+"6\n"
+"help.text"
+msgid "Grayscale"
+msgstr "ნაცრისფერტონები"
+
+#. gZth
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"par_id3153760\n"
+"7\n"
+"help.text"
+msgid "The graphic object is shown in grayscale. A color graphic object can become monochrome in grayscale. You can also use the color sliders to apply a uniform color to the monochrome graphic object."
msgstr ""
-#: 20050000.xhp#par_id3147209.9.help.text
-msgid "Click in text where you want to position the cursor; click in a cell to make it the active cell. Any other selection is then deselected."
+#. :Zn~
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"hd_id3151246\n"
+"8\n"
+"help.text"
+msgid "Black and White"
msgstr ""
-#: 20050000.xhp#par_id3149580.11.help.text
-msgid "Extending selection (<item type=\"keycode\">F8</item>)"
+#. \UI*
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"par_id3153062\n"
+"9\n"
+"help.text"
+msgid "The graphic object is shown in black and white. All brightness values below 50% will appear black, all over 50% will appear white."
msgstr ""
-#: 20050000.xhp#par_id3153717.12.help.text
-msgid "Clicking in the text extends or crops the current selection."
+#. bjZl
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"hd_id3146795\n"
+"10\n"
+"help.text"
+msgid "Watermark"
msgstr ""
-#: 20050000.xhp#par_id3147620.14.help.text
-msgid "Adding selection (<item type=\"keycode\">Shift+F8</item>)"
+#. oPy5
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"par_id3149670\n"
+"11\n"
+"help.text"
+msgid "The graphic object is raised in brightness and reduced in contrast so that it can be used in the background as a watermark."
msgstr ""
-#: 20050000.xhp#par_id3154307.15.help.text
-msgid "A new selection is added to an existing selection. The result is a multiple selection."
+#. Nc[4
+#: 14020200.xhp
+msgctxt ""
+"14020200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Switch Design View On / Off"
msgstr ""
-#: 20050000.xhp#par_id6971037.help.text
-msgid "Block selection (<item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F8</item>)"
+#. \W-:
+#: 14020200.xhp
+msgctxt ""
+"14020200.xhp\n"
+"hd_id3159411\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/14020200.xhp\" name=\"Switch Design View On / Off\">Switch Design View On / Off</link>"
msgstr ""
-#: 20050000.xhp#par_id5258644.help.text
-msgid "A block of text can be selected."
+#. 3IW=
+#: 14020200.xhp
+msgctxt ""
+"14020200.xhp\n"
+"par_id3149495\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DBChangeDesignMode\">Displays the design view or the SQL view of the query.</ahelp>"
msgstr ""
-#: 20050000.xhp#par_id4441663.help.text
-msgid "On Windows systems, you can hold down the <item type=\"keycode\">Alt</item> key while dragging to select a block of text. You don't need to enter the block selection mode."
+#. 8-Dg
+#: 14020200.xhp
+msgctxt ""
+"14020200.xhp\n"
+"par_id3149140\n"
+"help.text"
+msgid "<image id=\"img_id3152918\" src=\"cmd/sc_dbchangedesignmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152918\">Icon</alt></image>"
msgstr ""
-#: 05110000.xhp#tit.help.text
-msgctxt "05110000.xhp#tit.help.text"
-msgid "Alignment"
+#. _:G_
+#: 14020200.xhp
+msgctxt ""
+"14020200.xhp\n"
+"par_id3147399\n"
+"3\n"
+"help.text"
+msgid "Switch Design View On / Off"
msgstr ""
-#: 05110000.xhp#hd_id3154228.1.help.text
-msgctxt "05110000.xhp#hd_id3154228.1.help.text"
-msgid "Alignment"
+#. weKa
+#: 24090000.xhp
+msgctxt ""
+"24090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Transparency"
msgstr ""
-#: 05110000.xhp#par_id3159201.2.help.text
-msgid "<ahelp hid=\".uno:ObjectAlign\">Modifies the alignment of selected objects.</ahelp>"
+#. QS6_
+#: 24090000.xhp
+#, fuzzy
+msgctxt ""
+"24090000.xhp\n"
+"hd_id3159411\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/24090000.xhp\" name=\"Transparency\">Transparency</link>"
+msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
+
+#. d2Vf
+#: 24090000.xhp
+msgctxt ""
+"24090000.xhp\n"
+"par_id3150445\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GrafTransparence\">Specifies the transparency in the graphic object.</ahelp> Values from 0% (fully opaque) to +100% (fully transparent) are possible."
msgstr ""
-#: 05110000.xhp#par_id3155338.help.text
-msgid "<image id=\"img_id3153577\" src=\"cmd/sc_objectalign.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3153577\">Icon</alt></image>"
+#. rXW|
+#: 24090000.xhp
+msgctxt ""
+"24090000.xhp\n"
+"par_id3154116\n"
+"help.text"
+msgid "<image id=\"img_id3152372\" src=\"res/sc10869.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152372\">Icon</alt></image>"
msgstr ""
-#: 05110000.xhp#par_id3143268.4.help.text
-msgctxt "05110000.xhp#par_id3143268.4.help.text"
-msgid "Alignment"
+#. q[E[
+#: 24090000.xhp
+msgctxt ""
+"24090000.xhp\n"
+"par_id3156302\n"
+"3\n"
+"help.text"
+msgid "Transparency"
msgstr ""
-#: 09070400.xhp#tit.help.text
-msgctxt "09070400.xhp#tit.help.text"
-msgid "New Document"
+#. 2P0a
+#: 19090000.xhp
+msgctxt ""
+"19090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "HTML Source"
+msgstr "HTML წყარო"
+
+#. ]2wy
+#: 19090000.xhp
+msgctxt ""
+"19090000.xhp\n"
+"bm_id3154788\n"
+"help.text"
+msgid "<bookmark_value>HTML documents;source text</bookmark_value>"
msgstr ""
-#: 09070400.xhp#hd_id3154873.1.help.text
+#. .N)a
+#: 19090000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/02/09070400.xhp\" name=\"New Document\">New Document</link>"
+msgctxt ""
+"19090000.xhp\n"
+"hd_id3154788\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/19090000.xhp\" name=\"HTML Source\">HTML Source</link>"
msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 09070400.xhp#par_id3150445.2.help.text
-msgid "Use the <emph>New Document</emph> tab from the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link> to set up a hyperlink to a new document and create the new document simultaneously."
+#. VvAd
+#: 19090000.xhp
+msgctxt ""
+"19090000.xhp\n"
+"par_id3156183\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SourceView\">Displays the source text of the current HTML document. To view the HTML source of a new document, you must first save the new document as an HTML document.</ahelp>"
msgstr ""
-#: 09070400.xhp#hd_id3152594.3.help.text
-msgctxt "09070400.xhp#hd_id3152594.3.help.text"
-msgid "New Document"
+#. 3}rz
+#: 19090000.xhp
+msgctxt ""
+"19090000.xhp\n"
+"par_id3149760\n"
+"3\n"
+"help.text"
+msgid "In HTML Source mode, you can view and edit the <link href=\"text/shared/00/00000002.xhp#tags\" name=\"tags\">tags</link> of <link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link>. Save the document as a plain text document. Assign an .html or .htm extension to designate the document as HTML."
msgstr ""
-#: 09070400.xhp#par_id3157896.4.help.text
-msgid "Specifies the name, path and type of the new document in this area."
+#. j243
+#: 06110000.xhp
+msgctxt ""
+"06110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Move Down"
msgstr ""
-#: 09070400.xhp#hd_id3151226.5.help.text
-msgid "Edit now"
-msgstr ""
+#. iv\h
+#: 06110000.xhp
+#, fuzzy
+msgctxt ""
+"06110000.xhp\n"
+"hd_id3148520\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/06110000.xhp\" name=\"Move Down\">Move Down</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 09070400.xhp#par_id3154751.6.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_HYPERLINK_NEWDOCUMENT:RB_EDITNOW\">Specifies that the new document is created and immediately opened for editing.</ahelp>"
+#. rC!1
+#: 06110000.xhp
+msgctxt ""
+"06110000.xhp\n"
+"par_id3154228\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:MoveDown\">Positions the selected paragraph after the one below it.</ahelp>"
msgstr ""
-#: 09070400.xhp#hd_id3145313.7.help.text
-msgid "Edit later"
+#. c9z:
+#: 06110000.xhp
+msgctxt ""
+"06110000.xhp\n"
+"par_id3158405\n"
+"5\n"
+"help.text"
+msgid "If you have numbered paragraphs and click the<emph> Move Down </emph>icon, the numbers will be adjusted to the current order. <switchinline select=\"appl\"><caseinline select=\"WRITER\">The <emph>Move Down </emph>icon is only visible when the cursor is positioned in a bulleted or numbered list. </caseinline></switchinline><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">The <emph>Move Down </emph>icon appears on the <emph>Text Formatting</emph> Bar when you use the outline view. </caseinline></switchinline>"
msgstr ""
-#: 09070400.xhp#par_id3153577.8.help.text
-msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_HYPERLINK_NEWDOCUMENT:RB_EDITLATER\">Specifies that the document is created but it is not immediately opened.</ahelp>"
+#. @ZA.
+#: 06110000.xhp
+msgctxt ""
+"06110000.xhp\n"
+"par_id3149751\n"
+"4\n"
+"help.text"
+msgid "This function can be called by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Down Arrow."
msgstr ""
-#: 09070400.xhp#hd_id3153311.9.help.text
-msgid "File"
-msgstr "ფაილი"
-
-#: 09070400.xhp#par_id8894009.help.text
-msgid "<ahelp hid=\".\">Enter a URL for the file that you want to open when you click the hyperlink.</ahelp>"
+#. _Uo^
+#: 06110000.xhp
+msgctxt ""
+"06110000.xhp\n"
+"par_id3156426\n"
+"help.text"
+msgid "<image id=\"img_id3153577\" src=\"cmd/sc_outlinedown.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153577\">Icon</alt></image>"
msgstr ""
-#: 09070400.xhp#hd_id3145072.10.help.text
-msgid "Select Path"
+#. Q45-
+#: 06110000.xhp
+msgctxt ""
+"06110000.xhp\n"
+"par_id3145212\n"
+"3\n"
+"help.text"
+msgid "Move Down"
msgstr ""
-#: 09070400.xhp#par_id3147653.11.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_HYPERLINK_NEWDOCUMENT:BTN_CREATE\">Opens the <emph>Select Path</emph> dialog, where you can select a path.</ahelp>"
+#. 5`s5
+#: 12080000.xhp
+msgctxt ""
+"12080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data to Fields"
msgstr ""
-#: 09070400.xhp#hd_id3151110.12.help.text
-msgid "File type"
-msgstr "ფაილის ტიპი"
+#. n/,c
+#: 12080000.xhp
+#, fuzzy
+msgctxt ""
+"12080000.xhp\n"
+"hd_id3149031\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12080000.xhp\" name=\"Data to Fields\">Data to Fields</link>"
+msgstr "<link href=\"text/shared/02/01170400.xhp\" name=\"Add Field\">ველის დამატება</link>"
-#: 09070400.xhp#par_id3153681.13.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_HYPERLINK_NEWDOCUMENT:LB_DOCUMENT_TYPES\">Specifies the file type for the new document.</ahelp>"
+#. yfC_
+#: 12080000.xhp
+msgctxt ""
+"12080000.xhp\n"
+"par_id3150476\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DataSourceBrowser/InsertContent\">Updates the contents of the existing database fields by the marked records.</ahelp> The <emph>Data to Fields </emph>icon is only available if the current document is a text document."
msgstr ""
-#: 01170904.xhp#tit.help.text
-msgid "Combo Box Wizard: Database Field"
+#. S/rF
+#: 12080000.xhp
+msgctxt ""
+"12080000.xhp\n"
+"par_id3149205\n"
+"help.text"
+msgid "<image id=\"img_id3154398\" src=\"cmd/sc_dsbinsertcontent.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154398\">Icon</alt></image>"
msgstr ""
-#: 01170904.xhp#hd_id3144740.1.help.text
-msgid "<link href=\"text/shared/02/01170904.xhp\" name=\"Combo Box Wizard: Database Field\">Combo Box Wizard: Database Field</link>"
+#. ncK2
+#: 12080000.xhp
+msgctxt ""
+"12080000.xhp\n"
+"par_id3145669\n"
+"3\n"
+"help.text"
+msgid "Data to Fields"
msgstr ""
-#: 01170904.xhp#par_id3153323.2.help.text
-msgid "With the combination fields, you can either save the value of a field in a database or display this value in a form."
+#. LFdA
+#: 10010000.xhp
+msgctxt ""
+"10010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Previous Page"
msgstr ""
-#: 01170904.xhp#par_id3155150.12.help.text
-msgid "The user values entered in the combination field or selected in the list can be saved in the database table that is accessed in the form. Note that the saving of values in another table is not possible. If the values are not to be saved in a database, they will be saved only in the form. This is especially helpful in HTML forms, where the user's entered or selected values are to be assigned to a server."
-msgstr ""
+#. g\v5
+#: 10010000.xhp
+#, fuzzy
+msgctxt ""
+"10010000.xhp\n"
+"hd_id3154228\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/10010000.xhp\" name=\"Previous Page\">Previous Page</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 01170904.xhp#hd_id3149760.3.help.text
-msgid "Do you want to save the value in a database field?"
+#. ZcT?
+#: 10010000.xhp
+msgctxt ""
+"10010000.xhp\n"
+"par_id3150445\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:PreviousPage\" visibility=\"visible\">Moves back to the previous page in the document.</ahelp> This function is only active when you select the <emph>Page Preview</emph> function on the <emph>File</emph> menu."
msgstr ""
-#: 01170904.xhp#par_id3150178.4.help.text
-msgid "Two options are available for this question:"
+#. TgVd
+#: 10010000.xhp
+msgctxt ""
+"10010000.xhp\n"
+"par_id3155552\n"
+"help.text"
+msgid "<image src=\"cmd/sc_pageup.png\" id=\"img_id3145090\"><alt id=\"alt_id3145090\">Icon</alt></image>"
msgstr ""
-#: 01170904.xhp#hd_id3153394.5.help.text
-msgid "Yes, I want to save it in the following database field"
+#. 6\Bj
+#: 10010000.xhp
+msgctxt ""
+"10010000.xhp\n"
+"par_id3147577\n"
+"3\n"
+"help.text"
+msgid "Previous Page"
msgstr ""
-#: 01170904.xhp#par_id3147043.6.help.text
-msgid "<ahelp hid=\"DBP_RADIOBUTTON_RID_PAGE_OPTION_DBFIELD_RB_STOREINFIELD_YES\">Specifies whether the user's entered or selected combination field value should be saved in a database field.</ahelp> Several database table fields are offered which can be accessed in the current form."
+#. TkhA
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Bullets On/Off"
msgstr ""
-#: 01170904.xhp#par_id3145212.11.help.text
-msgid "In <link href=\"text/shared/02/01170102.xhp\" name=\"Control - Properties\">Control - Properties</link> the selected field appears as an entry in the <emph>Data</emph> tab page under <emph>Data field</emph>."
+#. f+|t
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"hd_id3154228\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/06120000.xhp\" name=\"Bullets On/Off\">Bullets On/Off</link>"
msgstr ""
-#: 01170904.xhp#hd_id3149177.7.help.text
-msgid "List field"
+#. -$BX
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"par_id3148520\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DefaultBullet\">Assigns bullet points to the selected paragraphs, or removes them from bulleted paragraphs.</ahelp>"
msgstr ""
-#: 01170904.xhp#par_id3147008.8.help.text
-msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_OPTION_DBFIELD_LB_STOREINFIELD\">Specifies the data field where the combination field value should be saved.</ahelp>"
+#. C-}F
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"par_id3155150\n"
+"6\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Bullet options such as type and position are defined in the <link href=\"text/shared/01/06050000.xhp\" name=\"Bullets and Numbering\"><emph>Bullets and Numbering</emph></link> dialog. To open this dialog, click the <emph>Bullets and Numbering</emph> icon on the <link href=\"text/swriter/main0206.xhp\" name=\"Bullets and Numbering Bar\">Bullets and Numbering Bar</link></caseinline></switchinline>"
msgstr ""
-#: 01170904.xhp#hd_id3148538.9.help.text
-msgid "No, I only want to save the value in the form"
+#. yVQV
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"par_id3145669\n"
+"8\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Bullet options such as type and position are defined in the <link href=\"text/shared/01/06050000.xhp\" name=\"Bullets and Numbering\">Bullets and Numbering</link> dialog. To open this dialog, click the <emph>Bullets and Numbering</emph> icon on the <emph>Text Formatting</emph> Bar. </caseinline></switchinline>"
msgstr ""
-#: 01170904.xhp#par_id3149398.10.help.text
-msgid "<ahelp hid=\"DBP_RADIOBUTTON_RID_PAGE_OPTION_DBFIELD_RB_STOREINFIELD_NO\">Specifies that the value of this combination field will not be written in the database and will only be saved in the form.</ahelp>"
+#. k9b,
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"par_id3147576\n"
+"3\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">In the <link href=\"text/swriter/01/03120000.xhp\" name=\"Web Layout\">Web Layout</link>, some numbering/bullet options are not available. </caseinline></switchinline>"
msgstr ""
-#: 03140000.xhp#tit.help.text
-msgctxt "03140000.xhp#tit.help.text"
-msgid "Line Style"
+#. -Qlz
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"par_id3154317\n"
+"5\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">The distance between the text and the left text frame and the position of the bullets can be determined in the dialog under <link href=\"text/shared/01/05030100.xhp\" name=\"Format - Paragraph\"><emph>Format - Paragraph</emph></link> by entering the left indent and the first-line indent. </caseinline></switchinline>"
msgstr ""
-#: 03140000.xhp#hd_id3146936.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/03140000.xhp\" name=\"Line Style\">Line Style</link>"
-msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">ფაილიდან</link>"
+#. yyDV
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"par_id3150355\n"
+"help.text"
+msgid "<image id=\"img_id3157909\" src=\"cmd/sc_defaultbullet.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3157909\">Icon</alt></image>"
+msgstr ""
-#: 03140000.xhp#par_id3155577.2.help.text
-msgid "<ahelp hid=\".uno:LineStyle\">Click this icon to open the <emph>Line Style</emph> toolbar, where you can modify the border line style.</ahelp>"
+#. 3H{[
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"par_id3149233\n"
+"4\n"
+"help.text"
+msgid "Bullets On/Off"
msgstr ""
-#: 03140000.xhp#par_id3154926.5.help.text
-msgid "This border can be the border of a frame, graphic or table. The <emph>Line Style</emph> icon will only be visible if a graphic, table, chart object or frame has been selected."
+#. vu8F
+#: 01171200.xhp
+msgctxt ""
+"01171200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Display Grid"
msgstr ""
-#: 03140000.xhp#par_id3153377.help.text
-msgid "<image id=\"img_id3147102\" src=\"cmd/sc_linestyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147102\">Icon</alt></image>"
+#. UAAL
+#: 01171200.xhp
+msgctxt ""
+"01171200.xhp\n"
+"hd_id3150476\n"
+"1\n"
+"help.text"
+msgid "Display Grid"
msgstr ""
-#: 03140000.xhp#par_id3154398.3.help.text
-msgctxt "03140000.xhp#par_id3154398.3.help.text"
-msgid "Line Style"
+#. naa;
+#: 01171200.xhp
+msgctxt ""
+"01171200.xhp\n"
+"par_id3153750\n"
+"help.text"
+msgid "<image id=\"img_id3153049\" src=\"cmd/sc_gridvisible.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153049\">Icon</alt></image>"
msgstr ""
-#: 03140000.xhp#par_id3153114.4.help.text
-msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\">Borders</link> section of the Help."
+#. }TFy
+#: 01171200.xhp
+msgctxt ""
+"01171200.xhp\n"
+"par_id3155536\n"
+"4\n"
+"help.text"
+msgid "Display Grid"
msgstr ""
-#: 07060000.xhp#tit.help.text
-msgid "Reload"
+#. YwSf
+#: 02050000.xhp
+msgctxt ""
+"02050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Text running from top to bottom"
msgstr ""
-#: 07060000.xhp#bm_id3153089.help.text
-msgid "<bookmark_value>reloading; documents</bookmark_value><bookmark_value>documents; reloading</bookmark_value><bookmark_value>loading; reloading</bookmark_value>"
+#. B$Ri
+#: 02050000.xhp
+msgctxt ""
+"02050000.xhp\n"
+"hd_id3149119\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/02050000.xhp\" name=\"Text running from top to bottom\">Text running from top to bottom</link>"
msgstr ""
-#: 07060000.xhp#hd_id3153089.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/07060000.xhp\" name=\"Reload\">Reload</link>"
-msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
+#. Fpj5
+#: 02050000.xhp
+msgctxt ""
+"02050000.xhp\n"
+"par_id3153089\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:TextdirectionTopToBotto\" visibility=\"visible\">Specifies the vertical direction of the text.</ahelp>"
+msgstr ""
-#: 07060000.xhp#par_id3151315.2.help.text
-msgid "<ahelp hid=\".uno:Reload\" visibility=\"visible\">Replaces the current document with the last saved version.</ahelp>"
+#. 41j-
+#: 02050000.xhp
+msgctxt ""
+"02050000.xhp\n"
+"par_id3154186\n"
+"help.text"
+msgid "<image src=\"cmd/sc_textdirectiontoptobottom.png\" id=\"img_id3154927\"><alt id=\"alt_id3154927\">Icon</alt></image>"
msgstr ""
-#: 07060000.xhp#par_id3159201.3.help.text
-msgid "Any changes made after the last save will be lost."
+#. QFCZ
+#: 02050000.xhp
+msgctxt ""
+"02050000.xhp\n"
+"par_id3149827\n"
+"3\n"
+"help.text"
+msgid "Text direction from top to bottom"
msgstr ""
-#: 03150000.xhp#tit.help.text
-msgid "Border Color"
+#. E!M,
+#: 14040000.xhp
+msgctxt ""
+"14040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Functions"
msgstr ""
-#: 03150000.xhp#hd_id3154873.1.help.text
+#. ._p^
+#: 14040000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/02/03150000.xhp\" name=\"Border Color\">Border Color</link>"
+msgctxt ""
+"14040000.xhp\n"
+"hd_id3153514\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">Functions</link>"
msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 03150000.xhp#par_id3163829.2.help.text
-msgid "<ahelp hid=\".uno:FrameLineColor\">Click the <emph>Line Color (of the border)</emph> icon to open the <emph>Border Color</emph> toolbar, which enables you to change the border color of an object.</ahelp>"
-msgstr ""
-
-#: 03150000.xhp#par_id3153750.help.text
-msgid "<image id=\"img_id3147291\" src=\"cmd/sc_framelinecolor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147291\">Icon</alt></image>"
+#. kvJz
+#: 14040000.xhp
+msgctxt ""
+"14040000.xhp\n"
+"par_id3159224\n"
+"2\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the \"Function\" row in the lower part of the design view of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link> window.</ahelp>"
msgstr ""
-#: 03150000.xhp#par_id3156427.3.help.text
-msgid "Line Color (of the border)"
+#. vR_M
+#: 14040000.xhp
+msgctxt ""
+"14040000.xhp\n"
+"par_id3149205\n"
+"help.text"
+msgid "<image src=\"cmd/sc_dbviewfunctions.png\" id=\"img_id3154399\"><alt id=\"alt_id3154399\">Icon</alt></image>"
msgstr ""
-#: 03150000.xhp#par_id3154317.4.help.text
-msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\">Borders</link> section in the Help."
+#. ~.\[
+#: 14040000.xhp
+msgctxt ""
+"14040000.xhp\n"
+"par_id3145669\n"
+"3\n"
+"help.text"
+msgid "Functions"
msgstr ""
-#: 01170600.xhp#tit.help.text
-msgid "Form Navigator"
+#. 0#L`
+#: 12090000.xhp
+msgctxt ""
+"12090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Standard Filter"
msgstr ""
-#: 01170600.xhp#bm_id3143284.help.text
-msgid "<bookmark_value>controls;arranging in forms</bookmark_value><bookmark_value>forms;Navigator</bookmark_value><bookmark_value>Form Navigator</bookmark_value><bookmark_value>subforms; creating</bookmark_value><bookmark_value>controls; hidden</bookmark_value><bookmark_value>hidden controls in Form Navigator</bookmark_value>"
+#. p@_^
+#: 12090000.xhp
+msgctxt ""
+"12090000.xhp\n"
+"bm_id3109850\n"
+"help.text"
+msgid "<bookmark_value>default filters, see standard filters</bookmark_value> <bookmark_value>databases; standard filters</bookmark_value> <bookmark_value>standard filters;databases</bookmark_value>"
msgstr ""
-#: 01170600.xhp#hd_id3143284.1.help.text
+#. hhlj
+#: 12090000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/02/01170600.xhp\" name=\"Form Navigator\">Form Navigator</link>"
-msgstr "<link href=\"text/shared/02/01170000.xhp\" name=\"Form Controls\">ფორმის სამართავი ღილაკები</link>"
-
-#: 01170600.xhp#par_id3149760.2.help.text
-msgid "<ahelp hid=\".uno:ShowFmExplorer\">Opens the <emph>Form Navigator</emph>. The <emph>Form Navigator</emph> displays all forms and subforms of the current document with their respective controls.</ahelp>"
-msgstr ""
+msgctxt ""
+"12090000.xhp\n"
+"hd_id3109850\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12090000.xhp\" name=\"Standard Filter\">Standard Filter</link>"
+msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">ფაილიდან</link>"
-#: 01170600.xhp#par_id3147399.21.help.text
-msgid "When using several forms, the Form Navigator gives an overview of all forms, and also provides various functions for editing them."
+#. DeV1
+#: 12090000.xhp
+msgctxt ""
+"12090000.xhp\n"
+"par_id3143281\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"standardfilter\"><ahelp hid=\".uno:FilterCrit\">Allows you to set the filtering options.</ahelp></variable>"
msgstr ""
-#: 01170600.xhp#par_id3155552.3.help.text
-msgid "<ahelp hid=\"HID_FORM_NAVIGATOR\">The <emph>Form Navigator</emph> contains a list of all created (logical) forms with the corresponding control fields.</ahelp> You can see whether a form contains control fields by the plus sign displayed before the entry. Click the plus sign to open the list of the form elements."
+#. Mb5B
+#: 12090000.xhp
+msgctxt ""
+"12090000.xhp\n"
+"par_id3149549\n"
+"8\n"
+"help.text"
+msgid "Use the <emph>Standard Filter</emph> to refine and to combine <emph>AutoFilter </emph>search options."
msgstr ""
-#: 01170600.xhp#par_id3146957.4.help.text
-msgid "You can change how the different controls are arranged by dragging and dropping them in the <emph>Form Navigator</emph>. Select one or more controls and drag them into another form. Alternatively use <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+X or the context menu command <emph>Cut</emph> to move a control to the clipboard and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V or the command <emph>Insert</emph> to insert the control into another position."
+#. B(9;
+#: 12090000.xhp
+msgctxt ""
+"12090000.xhp\n"
+"par_id3152801\n"
+"help.text"
+msgid "<image id=\"img_id3147291\" src=\"cmd/sc_formfiltered.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147291\">Icon</alt></image>"
msgstr ""
-#: 01170600.xhp#par_id3155892.22.help.text
-msgid "To edit the name in the <emph>Form Navigator</emph>, click on the name and enter a new name, or use the command in the context menu."
+#. W~e_
+#: 12090000.xhp
+msgctxt ""
+"12090000.xhp\n"
+"par_id3149183\n"
+"3\n"
+"help.text"
+msgid "Standard Filter"
msgstr ""
-#: 01170600.xhp#par_id3156347.5.help.text
-msgid "If you select a control in the <emph>Form Navigator</emph>, the corresponding element is selected in the document."
+#. Yh/(
+#: 12090000.xhp
+msgctxt ""
+"12090000.xhp\n"
+"par_id3143267\n"
+"6\n"
+"help.text"
+msgid "$[officename] saves the current filter settings for the next time that you open this dialog."
msgstr ""
-#: 01170600.xhp#par_id3153662.6.help.text
-msgid "If you call the context menu of a selected entry, the <emph>Form Navigator</emph> offers the following functions:"
+#. (W;)
+#: 12090000.xhp
+msgctxt ""
+"12090000.xhp\n"
+"par_id3156410\n"
+"7\n"
+"help.text"
+msgid "To remove the current filter, click <link href=\"text/shared/02/12040000.xhp\" name=\"Remove Filter/Sorting\"><emph>Remove Filter/Sorting</emph></link> icon."
msgstr ""
-#: 01170600.xhp#hd_id3153252.7.help.text
-msgid "New"
-msgstr "ახალი"
+#. 5j`h
+#: 12090000.xhp
+#, fuzzy
+msgctxt ""
+"12090000.xhp\n"
+"par_id3152996\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12030000.xhp\" name=\"AutoFilter\">AutoFilter</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 01170600.xhp#par_id3153561.8.help.text
-msgid "<ahelp hid=\"SID_FM_NEW\">Adds new elements to the form. The<emph> Add </emph>function can only be called if a form is selected in the <emph>Form Navigator</emph>.</ahelp>"
+#. 5D~I
+#: 14070000.xhp
+msgctxt ""
+"14070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Distinct Values"
msgstr ""
-#: 01170600.xhp#hd_id3149763.9.help.text
-msgctxt "01170600.xhp#hd_id3149763.9.help.text"
-msgid "Form"
+#. :%pq
+#: 14070000.xhp
+msgctxt ""
+"14070000.xhp\n"
+"bm_id3149991\n"
+"help.text"
+msgid "<bookmark_value>SQL; DISTINCT parameter</bookmark_value><bookmark_value>distinct values in SQL queries</bookmark_value>"
msgstr ""
-#: 01170600.xhp#par_id3156117.10.help.text
-msgid "<ahelp hid=\"SID_FM_NEW_FORM\">Creates a new form in the document. </ahelp> To create a <link href=\"text/shared/02/01170203.xhp\" name=\"subform\">subform</link>, add the new form under the desired parent form."
-msgstr ""
+#. +[si
+#: 14070000.xhp
+#, fuzzy
+msgctxt ""
+"14070000.xhp\n"
+"hd_id3149991\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/14070000.xhp\" name=\"Distinct Values\">Distinct Values</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 01170600.xhp#hd_id3155342.11.help.text
-msgid "Hidden Control"
+#. [X64
+#: 14070000.xhp
+msgctxt ""
+"14070000.xhp\n"
+"par_id3154894\n"
+"2\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\">SQL Query</link> in the current column by the parameter DISTINCT.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
msgstr ""
-#: 01170600.xhp#par_id3158430.12.help.text
-msgid "<ahelp hid=\"SID_FM_NEW_HIDDEN\">Creates a hidden control in the selected form that is not displayed on the screen. A hidden control serves to include data that is transmitted together with the form.</ahelp> It contains additional information or clarifying text that you can specify when creating the form through the <link href=\"text/shared/02/01170101.xhp\" name=\"Special Properties\">Special Properties</link> of the control. Select the entry of the hidden control in the <emph>Form Navigator</emph> and select the <emph>Properties</emph> command."
+#. Koj[
+#: 14070000.xhp
+msgctxt ""
+"14070000.xhp\n"
+"par_id3149511\n"
+"help.text"
+msgid "<image id=\"img_id3156302\" src=\"cmd/sc_dbdistinctvalues.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3156302\">Icon</alt></image>"
msgstr ""
-#: 01170600.xhp#par_id3159147.19.help.text
-msgid "You can copy controls in the document through the clipboard (shortcut keys <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C for copying and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V for inserting). You can copy hidden controls in the <emph>Form Navigator</emph> by using drag-and-drop while keeping the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key pressed."
+#. LJIH
+#: 14070000.xhp
+msgctxt ""
+"14070000.xhp\n"
+"par_id3147226\n"
+"3\n"
+"help.text"
+msgid "Distinct Values"
msgstr ""
-#: 01170600.xhp#par_id3145068.20.help.text
-msgid "Drag and drop to copy controls within the same document or between documents. Open another form document and drag the hidden control from the <emph>Form Navigator</emph> into the <emph>Form Navigator</emph> of the target document. Click a visible control directly in the document, rest the mouse for a moment so that a copy of the control is added to the drag-and-drop clipboard, then drag the copy into the other document. If you want a copy in the same document, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while dragging."
+#. %8(8
+#: 14050000.xhp
+msgctxt ""
+"14050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table Name"
msgstr ""
-#: 01170600.xhp#hd_id3152812.13.help.text
+#. {;1?
+#: 14050000.xhp
#, fuzzy
-msgid "Delete"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"წაშლა\n"
-"#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\n"
-"წაშლა\n"
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"წაშლა\n"
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"Delete"
+msgctxt ""
+"14050000.xhp\n"
+"hd_id3149991\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/14050000.xhp\" name=\"Table Name\">Table Name</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 01170600.xhp#par_id3154938.14.help.text
-msgid "<ahelp hid=\"SID_FM_DELETE\">Deletes the selected entry.</ahelp> This allows you to delete individual form components as well as whole forms with one mouse click."
+#. ^_dd
+#: 14050000.xhp
+msgctxt ""
+"14050000.xhp\n"
+"par_id3154232\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays the \"Table\" row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>.</ahelp>"
msgstr ""
-#: 01170600.xhp#hd_id3153799.15.help.text
-msgctxt "01170600.xhp#hd_id3153799.15.help.text"
-msgid "Tab order"
+#. qJ*)
+#: 14050000.xhp
+msgctxt ""
+"14050000.xhp\n"
+"par_id3154116\n"
+"help.text"
+msgid "<image id=\"img_id3149760\" src=\"cmd/sc_dbviewtablenames.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149760\">Icon</alt></image>"
msgstr ""
-#: 01170600.xhp#par_id3156282.16.help.text
-msgid "When a form is selected, it opens the <link href=\"text/shared/02/01170300.xhp\" name=\"Tab Order\"><emph>Tab Order</emph></link> dialog, where the indices for focusing the control elements on the Tab key are defined."
+#. [s@m
+#: 14050000.xhp
+msgctxt ""
+"14050000.xhp\n"
+"par_id3157896\n"
+"3\n"
+"help.text"
+msgid "Table Name"
msgstr ""
-#: 01170600.xhp#hd_id3150869.23.help.text
-#, fuzzy
-msgid "Rename"
+#. %F]t
+#: 03120000.xhp
+msgctxt ""
+"03120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Decrease Spacing"
msgstr ""
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"გადარქმევა\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"სახელის გადარქმევა"
-#: 01170600.xhp#par_id3145607.24.help.text
-msgid "<ahelp hid=\"SID_FM_RENAME_OBJECT\">Renames the selected object.</ahelp>"
+#. _FlM
+#: 03120000.xhp
+msgctxt ""
+"03120000.xhp\n"
+"hd_id3155934\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/03120000.xhp\" name=\"Decrease Spacing\">Decrease Spacing</link>"
msgstr ""
-#: 01170600.xhp#hd_id3153194.17.help.text
-msgctxt "01170600.xhp#hd_id3153194.17.help.text"
-msgid "Properties"
+#. ]!,+
+#: 03120000.xhp
+msgctxt ""
+"03120000.xhp\n"
+"par_id3147143\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ParaspaceDecrease\">Click the<emph> Decrease Spacing </emph>icon to decrease the paragraph spacing above the selected paragraph.</ahelp>"
msgstr ""
-#: 01170600.xhp#par_id3149766.18.help.text
-msgid "<ahelp hid=\".uno:ShowPropertyBrowser\">Starts the <emph>Properties</emph> dialog for the selected entry.</ahelp> If a form is selected, the <link href=\"text/shared/02/01170200.xhp\" name=\"Form Properties\">Form Properties</link> dialog opens. If a control is selected, the <link href=\"text/shared/02/01170100.xhp\" name=\"Control Properties\">Control Properties</link> dialog opens."
+#. 4B7c
+#: 03120000.xhp
+msgctxt ""
+"03120000.xhp\n"
+"par_id3155555\n"
+"help.text"
+msgid "<image id=\"img_id3147834\" src=\"cmd/sc_paraspacedecrease.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147834\">Icon</alt></image>"
msgstr ""
-#: 12120000.xhp#tit.help.text
-msgctxt "12120000.xhp#tit.help.text"
-msgid "Apply Filter"
+#. ;N10
+#: 03120000.xhp
+msgctxt ""
+"03120000.xhp\n"
+"par_id3145211\n"
+"3\n"
+"help.text"
+msgid "Decrease Spacing"
msgstr ""
-#: 12120000.xhp#hd_id3149748.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/12120000.xhp\" name=\"Apply Filter\">Apply Filter</link>"
-msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">ფაილიდან</link>"
-
-#: 12120000.xhp#par_id3149495.2.help.text
-msgid "<ahelp hid=\".uno:FormFiltered\" visibility=\"visible\">Switches between the filtered and unfiltered view of the table.</ahelp>"
+#. ?rr%
+#: 03120000.xhp
+msgctxt ""
+"03120000.xhp\n"
+"par_id3156410\n"
+"4\n"
+"help.text"
+msgid "You can make additional adjustments to the spacing by selecting <link href=\"text/shared/01/05030100.xhp\" name=\"Format - Paragraph - Indents & Spacing\"><emph>Format - Paragraph - Indents & Spacing</emph></link>"
msgstr ""
-#: 12120000.xhp#par_id3149999.help.text
-msgid "<image src=\"cmd/sc_formfiltered.png\" id=\"img_id3146130\"><alt id=\"alt_id3146130\">Icon</alt></image>"
+#. {Kg|
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"tit\n"
+"help.text"
+msgid "Context Menu of a Control Field"
msgstr ""
-#: 12120000.xhp#par_id3145090.3.help.text
-msgctxt "12120000.xhp#par_id3145090.3.help.text"
-msgid "Apply Filter"
+#. 9o5Z
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3149294\n"
+"123\n"
+"help.text"
+msgid "Context Menu of a Control Field"
msgstr ""
-#: 12120000.xhp#par_id3147226.4.help.text
-msgid "The<emph> Apply Filter </emph>function retains <link href=\"text/shared/02/12110000.xhp\" name=\"form-based filters\">form-based filters</link> that have been set. You do not need to redefine them."
-msgstr ""
+#. YfKb
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3147304\n"
+"88\n"
+"help.text"
+msgid "The context menu of a control field has the following commands."
+msgstr "სამართავი ღილაკის ველის კონტექსტუალურ მენიუს მოიცავს შემდეგ ბრძანებებს."
-#: 03110000.xhp#tit.help.text
-msgctxt "03110000.xhp#tit.help.text"
-msgid "Increase Spacing"
+#. BEq4
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3152771\n"
+"89\n"
+"help.text"
+msgid "Replace with"
msgstr ""
-#: 03110000.xhp#hd_id3154873.1.help.text
-msgid "<link href=\"text/shared/02/03110000.xhp\" name=\"Increase Spacing\">Increase Spacing</link>"
-msgstr ""
+#. Hy%c
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3150400\n"
+"90\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ChangeControlType\" visibility=\"visible\">Calls a submenu where you can select a control type to replace the control selected in the document.</ahelp> As many properties as possible are adopted."
+msgstr "<ahelp hid=\".uno:ChangeControlType\" visibility=\"visible\">იძახებს ქვე-მენიუს, სადაც თქვენ შეგიძლიათ აირჩიოთ სამართავი ღილაკის ტიპი დოკუმენტში არჩეული სამართავი ღილაკის შესაცვლელად.</ahelp> ათვისებულია პარამეტრების მაქსიმუმი."
-#: 03110000.xhp#par_id3156211.2.help.text
-msgid "<ahelp hid=\".uno:ParaspaceIncrease\">Click the<emph> Increase Spacing </emph>icon to increase the paragraph spacing above the selected paragraph.</ahelp>"
-msgstr ""
+#. rAMn
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3154366\n"
+"91\n"
+"help.text"
+msgid "Text box"
+msgstr "ტექსტური ველი"
-#: 03110000.xhp#par_id3150178.help.text
-msgid "<image id=\"img_id3152425\" src=\"cmd/sc_paraspaceincrease.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152425\">Icon</alt></image>"
-msgstr ""
+#. _TgE
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3154217\n"
+"92\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToEdit\" visibility=\"visible\">The selected control is transformed into a text box.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToEdit\" visibility=\"visible\">შერჩეული სამართავი ღილაკი გარდაიქმნება ტექსტურ ველად.</ahelp>"
-#: 03110000.xhp#par_id3156411.3.help.text
-msgctxt "03110000.xhp#par_id3156411.3.help.text"
-msgid "Increase Spacing"
-msgstr ""
+#. \0dv
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3154819\n"
+"93\n"
+"help.text"
+msgid "Button"
+msgstr "ღილაკი"
-#: 03110000.xhp#par_id3155391.4.help.text
-msgctxt "03110000.xhp#par_id3155391.4.help.text"
-msgid "You can make additional adjustments to the spacing by selecting <link href=\"text/shared/01/05030100.xhp\" name=\"Format - Paragraph - Indents & Spacing\"><emph>Format - Paragraph - Indents & Spacing</emph></link>"
-msgstr ""
+#. 5IPp
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3161646\n"
+"94\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToButton\" visibility=\"visible\">The selected control is transformed into a button.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToButton\" visibility=\"visible\">შერჩეული სამართავი გარდაიქმნება ტექსტურ ღილაკად.</ahelp>"
-#: 12070300.xhp#tit.help.text
-msgctxt "12070300.xhp#tit.help.text"
-msgid "Text"
-msgstr ""
+#. 95E4
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3144432\n"
+"95\n"
+"help.text"
+msgid "Label field"
+msgstr "იარლიყის ველი"
-#: 12070300.xhp#hd_id3154873.1.help.text
-msgctxt "12070300.xhp#hd_id3154873.1.help.text"
-msgid "Text"
-msgstr ""
+#. 4U0F
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3151381\n"
+"96\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToFixed\" visibility=\"visible\">The selected control is transformed into a label.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToFixed\" visibility=\"visible\">შერჩეული სამართავი ღილაკი გარდაიქმნება იარლიყად.</ahelp>"
-#: 12070300.xhp#bm_id3143284.help.text
-msgid "<bookmark_value>database contents; inserting as text</bookmark_value>"
+#. N[/G
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3125865\n"
+"97\n"
+"help.text"
+msgid "List Box"
msgstr ""
-#: 12070300.xhp#par_id3143284.3.help.text
-msgid "<ahelp hid=\"SW:RADIOBUTTON:DLG_AP_INSERT_DB_SEL:RB_AS_TEXT\" visibility=\"hidden\">Inserts data selected from the data source browser into the document as text.</ahelp>If you select the <emph>Text</emph> option in the <emph>Insert Database Columns</emph> dialog, the content of the data selected in the data source browser is inserted into the document as text. In the dialog, you can decide which database fields or columns are transferred, and how the text is formatted."
-msgstr ""
+#. Y*pm
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3144761\n"
+"98\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToList\" visibility=\"visible\">The selected control is transformed into a list box.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToList\" visibility=\"visible\">შერჩეული სამართავი ღილაკი გარდაიქმნება ტექსტურ ველად.</ahelp>"
-#: 12070300.xhp#par_id3154289.4.help.text
-msgid "If several records are selected when you choose the <emph>Data to Text</emph> function, the mail merge fields will be inserted according to the number of records."
+#. lR/X
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3149810\n"
+"99\n"
+"help.text"
+msgid "Check Box"
msgstr ""
-#: 12070300.xhp#hd_id3155392.2.help.text
-msgctxt "12070300.xhp#hd_id3155392.2.help.text"
-msgid "Text"
-msgstr ""
+#. L#}g
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3145581\n"
+"100\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToCheckBox\" visibility=\"visible\">The selected control is transformed into a check box.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToCheckBox\" visibility=\"visible\">შერჩეული სამართავი ღილაკი გარდაიქმნება თოლიად.</ahelp>"
-#: 12070300.xhp#par_id3143267.5.help.text
-msgid "In the <emph>Text</emph> area, use the arrow button to select the database table columns into which you want to insert field contents."
-msgstr ""
+#. %x\E
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3155429\n"
+"101\n"
+"help.text"
+msgid "Radio Button"
+msgstr "ერთი არჩევანის ღილაკი"
-#: 10010000.xhp#tit.help.text
-msgctxt "10010000.xhp#tit.help.text"
-msgid "Previous Page"
-msgstr ""
+#. uxIt
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3153369\n"
+"102\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToRadio\" visibility=\"visible\">The selected control is transformed into an option button.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToRadio\" visibility=\"visible\">შერჩეული სამართავი ღილაკი გარდაიქმნება ერთი არჩევანის ღილაკად.</ahelp>"
-#: 10010000.xhp#hd_id3154228.1.help.text
-msgid "<link href=\"text/shared/02/10010000.xhp\" name=\"Previous Page\">Previous Page</link>"
+#. M1jb
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3155857\n"
+"103\n"
+"help.text"
+msgid "Combo Box"
msgstr ""
-#: 10010000.xhp#par_id3150445.2.help.text
-msgid "<ahelp hid=\".uno:PreviousPage\" visibility=\"visible\">Moves back to the previous page in the document.</ahelp> This function is only active when you select the <emph>Page Preview</emph> function on the <emph>File</emph> menu."
+#. L-3z
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3150012\n"
+"104\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToCombo\" visibility=\"visible\">The selected control is transformed into a combo box.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToCombo\" visibility=\"visible\">შერჩეული სამართავი ღილაკი გარდაიქმნება კომბო-ველად.</ahelp>"
+
+#. 1tCs
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3145264\n"
+"105\n"
+"help.text"
+msgid "Image Button"
msgstr ""
-#: 10010000.xhp#par_id3155552.help.text
-msgid "<image src=\"cmd/sc_pageup.png\" id=\"img_id3145090\"><alt id=\"alt_id3145090\">Icon</alt></image>"
+#. PqH\
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3145273\n"
+"106\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToImageBtn\" visibility=\"visible\">The selected control is transformed into an image button.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToImageBtn\" visibility=\"visible\">შერჩეული სამართავი ღილაკი გარდაიქმნება გრაფიკული გამოსახულების ღილაკად.</ahelp>"
+
+#. T#[j
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3146976\n"
+"107\n"
+"help.text"
+msgid "File Selection"
msgstr ""
-#: 10010000.xhp#par_id3147577.3.help.text
-msgctxt "10010000.xhp#par_id3147577.3.help.text"
-msgid "Previous Page"
+#. $6dd
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3153140\n"
+"108\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToFileControl\" visibility=\"visible\">The selected control is transformed into a file selection.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToFileControl\" visibility=\"visible\">შერჩეული სამართავი ღილაკი გარდაიქმნება ფაილის არჩევად.</ahelp>"
+
+#. nY]7
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3147443\n"
+"109\n"
+"help.text"
+msgid "Date Field"
msgstr ""
-#: 12090101.xhp#tit.help.text
-msgctxt "12090101.xhp#tit.help.text"
-msgid "Comparison Operators"
+#. *JN,
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3152578\n"
+"110\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToDate\" visibility=\"visible\">The selected control is transformed into a date field.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToDate\" visibility=\"visible\">შერჩეული სამართავი ღილაკი გარდაიქმნება თარიღის ველად.</ahelp>"
+
+#. K\!e
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3148647\n"
+"111\n"
+"help.text"
+msgid "Time Field"
msgstr ""
-#: 12090101.xhp#bm_id3148983.help.text
-msgid "<bookmark_value>comparisons;operators in standard filter dialog</bookmark_value> <bookmark_value>operators;standard filters</bookmark_value> <bookmark_value>standard filters;comparison operators</bookmark_value> <bookmark_value>filters; comparison operators</bookmark_value> <bookmark_value>equal sign, see also operators</bookmark_value>"
+#. opO3
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3152940\n"
+"112\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToTime\" visibility=\"visible\">The selected control is transformed into a time field.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToTime\" visibility=\"visible\">შერჩეული სამართავი ღილაკი გარდაიქმნება დროის ველად.</ahelp>"
+
+#. jQY\
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3149667\n"
+"113\n"
+"help.text"
+msgid "Numerical Field"
msgstr ""
-#: 12090101.xhp#hd_id3148983.1.help.text
-msgctxt "12090101.xhp#hd_id3148983.1.help.text"
-msgid "Comparison Operators"
+#. 2,iM
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3154321\n"
+"114\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToNumeric\" visibility=\"visible\">The selected control is transformed into a numerical field.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToNumeric\" visibility=\"visible\">შერჩეული სამართავი ღილაკი გარდაიქმნება ნუმერაციულ ველად.</ahelp>"
+
+#. Fi4i
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3153160\n"
+"115\n"
+"help.text"
+msgid "Currency Field"
msgstr ""
-#: 12090101.xhp#par_id3155364.2.help.text
-msgid "The following comparative operators can be set under <item type=\"menuitem\">Condition</item> in the <item type=\"menuitem\">Standard Filter</item> dialog."
+#. AQ~2
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3153223\n"
+"116\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToCurrency\" visibility=\"visible\">The selected control is transformed into a currency field.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToCurrency\" visibility=\"visible\">შერჩეული სამართავი ღილაკი გარდაიქმნება ვალუტის ველად.</ahelp>"
+
+#. ,nQ9
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3157977\n"
+"117\n"
+"help.text"
+msgid "Pattern Field"
msgstr ""
-#: 12090101.xhp#par_id3145313.3.help.text
-msgid " <emph>Comparative operator</emph> "
+#. )6?v
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3145646\n"
+"118\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToPattern\" visibility=\"visible\">The selected control is transformed into a pattern field.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToPattern\" visibility=\"visible\">შერჩეული სამართავი ღილაკი გარდაიქმნება შაბლონის ველად.</ahelp>"
+
+#. YUA-
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3148389\n"
+"119\n"
+"help.text"
+msgid "Image Control"
msgstr ""
-#: 12090101.xhp#par_id3147089.4.help.text
-msgid " <emph>Effect</emph> "
+#. yh.D
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3146927\n"
+"120\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToImageControl\" visibility=\"visible\">The selected control is transformed into an image control.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToImageControl\" visibility=\"visible\">შერჩეული სამართავი ღილაკი გარდაიქმნება გრაფიკული გამოსახულების სამართავ ღილაკად.</ahelp>"
+
+#. YnqO
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3149413\n"
+"121\n"
+"help.text"
+msgid "Formatted Field"
msgstr ""
-#: 12090101.xhp#par_id3147209.5.help.text
-msgid "Equal (=)"
+#. kFoD
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3083281\n"
+"122\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToFormatted\" visibility=\"visible\">The selected control is transformed into a formatted field.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToFormatted\" visibility=\"visible\">შერჩეული სამართავი ღილაკი გარდაიქმნება ფორმატირებულ ველად.</ahelp>"
+
+#. /KQb
+#: 01170102.xhp
+#, fuzzy
+msgctxt ""
+"01170102.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data"
+msgstr "თარიღი"
+
+#. UYKG
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"bm_id3145641\n"
+"help.text"
+msgid "<bookmark_value>controls; reference by SQL</bookmark_value><bookmark_value>bound fields; controls</bookmark_value><bookmark_value>controls; bound fields/list contents/linked cells</bookmark_value><bookmark_value>lists;data assigned to controls</bookmark_value><bookmark_value>cells;linked to controls</bookmark_value><bookmark_value>links;between cells and controls</bookmark_value><bookmark_value>controls;assigning data sources</bookmark_value>"
msgstr ""
-#: 12090101.xhp#par_id3146797.6.help.text
-msgid "Shows values equal to the condition."
+#. HM#]
+#: 01170102.xhp
+#, fuzzy
+msgctxt ""
+"01170102.xhp\n"
+"hd_id3155413\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170102.xhp\" name=\"Data\">Data</link>"
+msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
+
+#. 1#N@
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3155306\n"
+"2\n"
+"help.text"
+msgid "The<emph> Data </emph>tab page allows you to assign a data source to the selected control."
msgstr ""
-#: 12090101.xhp#par_id3143271.7.help.text
-msgid "Less than (<)"
+#. ;EBF
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3148773\n"
+"64\n"
+"help.text"
+msgid "For forms with database links, the associated database is defined in the <link href=\"text/shared/02/01170200.xhp\" name=\"Form Properties\">Form Properties</link>. You will find the functions for this on the <link href=\"text/shared/02/01170203.xhp\" name=\"Data\"><emph>Data</emph></link> tab page."
msgstr ""
-#: 12090101.xhp#par_id3153761.8.help.text
-msgid "Shows values less than the condition."
+#. qE@E
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3149377\n"
+"65\n"
+"help.text"
+msgid "The possible settings of the <emph>Data</emph> tab page of a control depend on the respective control. You will only see the options that are available for the current control and context. The following fields are available:"
msgstr ""
-#: 12090101.xhp#par_id3146807.9.help.text
-msgid "Greater than (>)"
+#. m@3B
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN108B4\n"
+"help.text"
+msgid "Reference value (off)"
msgstr ""
-#: 12090101.xhp#par_id3154852.10.help.text
-msgid "Shows values greater than the condition."
+#. [oS8
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN108B8\n"
+"help.text"
+msgid "<ahelp hid=\".\">Check boxes and radio buttons in spreadsheets can be bound to cells in the current document. If the control is enabled, the value you enter in Reference value (on) is copied to the cell. If the control is disabled, the value from Reference value (off) is copied to the cell.</ahelp>"
msgstr ""
-#: 12090101.xhp#par_id3155342.11.help.text
-msgid "Less than or equal to (< =)"
+#. Hog[
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"hd_id3159121\n"
+"71\n"
+"help.text"
+msgid "Reference value (on)"
msgstr ""
-#: 12090101.xhp#par_id3154381.12.help.text
-msgid "Shows values that are less than or equal to the condition."
+#. *ajQ
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3163812\n"
+"141\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_REFVALUE\" visibility=\"hidden\">You can enter a reference value for the web form, which will be remitted to a server when sending the form. With database forms, the value entered is written in the database field, assigned to the control field.</ahelp> You can assign a reference value to option buttons and check boxes. The reference value will be remitted to a server when sending the web form. With database forms the value entered here will be written in the database assigned to the control field."
msgstr ""
-#: 12090101.xhp#par_id3153823.13.help.text
-msgid "Greater than or equal to (> =)"
+#. $jI+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3150225\n"
+"204\n"
+"help.text"
+msgid "<emph>Reference values for web forms</emph>"
msgstr ""
-#: 12090101.xhp#par_id3154143.14.help.text
-msgid "Shows values that are greater than or equal to the condition."
+#. HtDY
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3147611\n"
+"205\n"
+"help.text"
+msgid "Reference values are useful if you design a web form and the information on the status of the control is to be transmitted to a server. If the control is clicked by the user, the corresponding reference value is sent to the server."
msgstr ""
-#: 12090101.xhp#par_id3154811.15.help.text
-msgid "Not equal (< >)"
+#. -J!*
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3149570\n"
+"194\n"
+"help.text"
+msgid "For example, if you have two control fields for the options \"feminine\" and \"masculine\", and assign a reference value of 1 to the field \"feminine\" and the value 2 to the \"masculine\" field, the value 1 is transmitted to the server if a user clicks the \"feminine\" field and value 2 is sent if the \"masculine\" field is clicked."
msgstr ""
-#: 12090101.xhp#par_id3148944.16.help.text
-msgid "Shows the values not equal to the condition."
+#. ;.(Q
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3150260\n"
+"206\n"
+"help.text"
+msgid "<emph>Reference values for database forms</emph>"
msgstr ""
-#: 12090101.xhp#par_id3149669.17.help.text
-msgid "Largest"
+#. MY}b
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3150654\n"
+"207\n"
+"help.text"
+msgid "For database forms, you can also characterize the status of an option or a check box by a reference value, storing it in the database. If you have a set of three options, for example \"in progress\", \"completed\", and \"resubmission\", with the respective reference values, \"ToDo\", \"OK\", and \"RS\", these reference values appear in the database if the respective option is clicked."
msgstr ""
-#: 12090101.xhp#par_id3159413.18.help.text
-msgid "Shows the N (numeric value as parameter) largest values."
+#. 2-F#
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"hd_id3148455\n"
+"5\n"
+"help.text"
+msgid "Data field"
msgstr ""
-#: 12090101.xhp#par_id3151054.19.help.text
-msgid "Smallest"
+#. 6CL$
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3155852\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_CONTROLSOURCE\" visibility=\"hidden\">Specifies the field of the data source table to which the control refers.</ahelp> With database forms, you can link controls with the data fields."
msgstr ""
-#: 12090101.xhp#par_id3161657.20.help.text
-msgid "Shows the N (numeric value as parameter) smallest values."
+#. #s_K
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3153224\n"
+"75\n"
+"help.text"
+msgid "You have several possibilities:"
msgstr ""
-#: 12090101.xhp#par_id3150400.21.help.text
-msgid "Largest %"
+#. QnoP
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3159110\n"
+"66\n"
+"help.text"
+msgid "First case: There is only one table in the form."
msgstr ""
-#: 12090101.xhp#par_id3161645.22.help.text
-msgid "Shows the largest N% (numeric value as parameter) of the total values."
+#. =9VX
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3156356\n"
+"67\n"
+"help.text"
+msgid "Under <emph>Data field</emph>, specify the field of the data source table whose contents you want to be displayed."
msgstr ""
-#: 12090101.xhp#par_id3149202.23.help.text
-msgid "Smallest %"
+#. FgqM
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3146898\n"
+"76\n"
+"help.text"
+msgid "Second case: The control belongs to a subform that is created by an SQL query."
msgstr ""
-#: 12090101.xhp#par_id3151176.24.help.text
-msgid "Shows the smallest N% (numeric value as parameter) of the entire values."
+#. *$VO
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154273\n"
+"77\n"
+"help.text"
+msgid "Under <emph>Data field</emph>, specify the field of the SQL statement whose contents you want to be displayed."
msgstr ""
-#: 01170300.xhp#tit.help.text
-msgid "Tab Order"
+#. RU`#
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3153949\n"
+"78\n"
+"help.text"
+msgid "Third case: <link href=\"text/shared/02/01170900.xhp\" name=\"Combo Boxes\">Combo Boxes</link>"
msgstr ""
-#: 01170300.xhp#hd_id3146959.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/01170300.xhp\" name=\"Tab Order\">Tab Order</link>"
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
+#. GLrj
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3147494\n"
+"79\n"
+"help.text"
+msgid "For combo boxes, the field of the data source table in which the values entered or selected by the user should be stored is specified under <emph>Data field</emph>. The values displayed in the list of the combo box are based on an SQL statement, which is entered under <emph>List content</emph>."
+msgstr ""
-#: 01170300.xhp#par_id3150347.2.help.text
-msgid "<variable id=\"text\"><ahelp hid=\".uno:TabDialog\">In the<emph> Tab Order </emph>dialog you can modify the order in which control fields get the focus when the user presses the tab key.</ahelp></variable>"
+#. /)yk
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3145167\n"
+"68\n"
+"help.text"
+msgid "Fourth case: <link href=\"text/shared/02/01170900.xhp\" name=\"List Boxes\">List Boxes</link>"
msgstr ""
-#: 01170300.xhp#par_id3109850.3.help.text
-msgid "If form elements are inserted into a document, <item type=\"productname\">%PRODUCTNAME</item> automatically determines in which order to move from one control to the next when using the Tab key. Every new control added is automatically placed at the end of this series. In the <emph>Tab Order</emph> dialog, you can adapt the order of this series to your individual needs."
+#. IxG;
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3153764\n"
+"91\n"
+"help.text"
+msgid "The data source table does not contain the data to be displayed, but rather a table linked to the data source table through a common data field."
msgstr ""
-#: 01170300.xhp#par_id3155934.12.help.text
-msgid "You can also define the index of a control through its specific properties by entering the desired value under <link href=\"text/shared/02/01170101.xhp\" name=\"Order\"><emph>Order</emph></link> in the <emph>Properties</emph> dialog of the control."
+#. V|A1
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3149021\n"
+"69\n"
+"help.text"
+msgid "If you want a list box to display data from a table that is linked to the current data source table, under <emph>Data field</emph> specify the field of the data source table to which the content of the list box refers. Or you can specify the database field that controls the display of the data in the form. This data field provides the link to the other table if both tables can be linked through a common data field. It is usually a data field in which unique identification numbers are stored. The data field whose contents are displayed in the form is specified by an SQL statement under <emph>List content</emph>."
msgstr ""
-#: 01170300.xhp#par_id3149760.13.help.text
-msgid "A radio button inside a group can only be accessed by the Tab key when one of the radio buttons is set to \"selected\". If you have designed a group of radio buttons where no button is set to \"selected\", then the user will not be able to access the group or any of the radio buttons by keyboard."
+#. =;^=
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3153924\n"
+"80\n"
+"help.text"
+msgid "List boxes work with references. They can either be implemented with linked tables by SQL statements (fourth case) or through value lists:"
msgstr ""
-#: 01170300.xhp#hd_id3149140.4.help.text
-msgid "Controls"
-msgstr "მართვები"
+#. 7M)y
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3145641\n"
+"58\n"
+"help.text"
+msgid "<emph>References through linked tables (SQL statements)</emph>"
+msgstr ""
-#: 01170300.xhp#par_id3150789.5.help.text
-msgid "<ahelp hid=\"HID_TABORDER_CONTROLS\">Lists all controls in the form. These controls can be selected with the tab key in the given order from top to bottom.</ahelp> Select a control from the <emph>Controls </emph>list to assign the desired position in the tab order."
+#. ^q\`
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3147341\n"
+"59\n"
+"help.text"
+msgid "If you want a list box to display data from a database table that is linked by a common data field to the table on which the form is based, the link field of the form table is specified under <emph>Data field</emph>."
msgstr ""
-#: 01170300.xhp#hd_id3153750.6.help.text
-msgctxt "01170300.xhp#hd_id3153750.6.help.text"
-msgid "Move Up"
+#. czsb
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3155174\n"
+"60\n"
+"help.text"
+msgid "The link is created with an SQL Select, which, if you selected \"SQL\" or \"Native SQL\", is specified under <emph>Type of list contents</emph> in the field <emph>List content</emph>. As an example, a table \"Orders\" is linked to the current form control, and in the database a table \"Customers\" is linked to the \"Orders\" table. You can use an SQL statement as follows:"
msgstr ""
-#: 01170300.xhp#par_id3154751.7.help.text
-msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_TAB_ORDER_PB_MOVE_UP\">Click the<emph> Move Up</emph> button to shift the selected control one position higher in the tab order.</ahelp>"
+#. ~PB,
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3148537\n"
+"70\n"
+"help.text"
+msgid "SELECT CustomerName, CustomerNo FROM Customers,"
msgstr ""
-#: 01170300.xhp#hd_id3155339.8.help.text
-msgctxt "01170300.xhp#hd_id3155339.8.help.text"
-msgid "Move Down"
+#. R!ld
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154967\n"
+"71\n"
+"help.text"
+msgid "where \"CustomerName\" is the data field from the linked table \"Customers\", and \"CustomerNo\" is the field of the table \"Customers\" that is linked to a field of the form table \"Orders\" specified under <emph>Data field</emph>."
msgstr ""
-#: 01170300.xhp#par_id3154823.9.help.text
-msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_TAB_ORDER_PB_MOVE_DOWN\">Click the<emph> Move Down</emph> button to shift the selected control one position lower in the tab order.</ahelp>"
+#. 3;(Z
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3163808\n"
+"55\n"
+"help.text"
+msgid "<emph>References Using Value Lists</emph>"
msgstr ""
-#: 01170300.xhp#hd_id3154288.10.help.text
-msgid "Automatic Sort"
+#. c=i)
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3145295\n"
+"56\n"
+"help.text"
+msgid "For list boxes, you can use value lists. Value lists are lists that define reference values. In this way, the control in the form does not directly display the content of a database field, but rather values assigned in the value list."
msgstr ""
-#: 01170300.xhp#par_id3153748.11.help.text
-msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_TAB_ORDER_PB_AUTO_ORDER\">Click the<emph> Automatic Sort</emph> button to automatically sort the controls according to their position in the document.</ahelp>"
+#. V+E?
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3151186\n"
+"57\n"
+"help.text"
+msgid "If you work with reference values of a value list, the contents of the data field that you specified under <emph>Data Field</emph> in the form are not visible, but rather the assigned values. If you chose \"Valuelist\" on the <emph>Data</emph> tab under <emph>Type of list contents</emph> and assigned a reference value to the visible list entries in the form under <emph>List entries</emph> (entered in the <link href=\"text/shared/02/01170101.xhp\" name=\"General\"><emph>General</emph></link> tab), then the reference values are compared with the data content of the given data field. If a reference value corresponds to the content of a data field, the associated list entries are displayed in the form."
msgstr ""
-#: fontwork.xhp#tit.help.text
-msgctxt "fontwork.xhp#tit.help.text"
-msgid "Fontwork Gallery"
+#. G=Jv
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"hd_id3154664\n"
+"3\n"
+"help.text"
+msgid "Bound field"
msgstr ""
-#: fontwork.xhp#par_idN10557.help.text
-msgid "<link href=\"text/shared/02/fontwork.xhp\">Fontwork Gallery</link>"
+#. cux3
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3148475\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_BOUNDCOLUMN\" visibility=\"hidden\">Use an index to specify the table field or table SQL query to link to the field that is provided under <emph>Data field</emph>. Valid values for this property are 1, 2, 3, and so on.</ahelp>"
msgstr ""
-#: fontwork.xhp#par_idN10567.help.text
-msgid "<ahelp hid=\".\">The icon opens the Fontwork Gallery from which you can insert graphical text art into your document.</ahelp>"
+#. h..+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10AD2\n"
+"help.text"
+msgid "If you delete the contents of the <emph>Bound field</emph> cell in the property browser, the first field of the result set is used to display and to exchange data."
msgstr ""
-#: fontwork.xhp#par_idN10591.help.text
-msgctxt "fontwork.xhp#par_idN10591.help.text"
-msgid "Fontwork Gallery"
+#. :i#R
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154588\n"
+"72\n"
+"help.text"
+msgid "This property for list boxes defines which data field of a linked table is displayed in the form."
msgstr ""
-#: fontwork.xhp#par_idN10595.help.text
-msgid "<ahelp hid=\".\">The Fontwork Gallery displays previews of Fontwork objects. To insert an object into your document, select the object, and then click OK.</ahelp>"
+#. b+G|
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3151213\n"
+"38\n"
+"help.text"
+msgid "If a list box in the form is to display contents of a table linked to the form table, then define in the <emph>Type of list contents</emph> field if the display is determined by an SQL command or the (linked) table is accessed. With the <emph>Bound field</emph> property, you use an index to specify to which data field of the query or of the table the list field is linked."
msgstr ""
-#: fontwork.xhp#par_idN105AF.help.text
-msgid "<embedvar href=\"text/shared/guide/fontwork.xhp#fontwork\"/>"
+#. Z*vW
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3148427\n"
+"73\n"
+"help.text"
+msgid "The property <emph>Bound field</emph> is only for forms that are used to access more than one table. If the form is based on only one table, the field to be displayed in the form is specified directly under <emph>Data field</emph>. However, if you want the list box to display data from a table that is linked to the current table over a common data field, the linked data field is defined by the property <emph>Bound field</emph>."
msgstr ""
-#: fontwork.xhp#par_idN10623.help.text
-msgid "<link href=\"text/shared/fontwork_toolbar.xhp\">Fontwork toolbar</link>"
+#. gBNx
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3150365\n"
+"39\n"
+"help.text"
+msgid "If you selected \"SQL\" under <emph>Type of list contents</emph>, the SQL command determines the index to be specified. Example: If you specify an SQL command such as \"SELECT Field1, Field2 FROM tablename\" under <emph>List content</emph>, refer to the following table:"
msgstr ""
-#: 06100000.xhp#tit.help.text
-msgctxt "06100000.xhp#tit.help.text"
-msgid "Move Up"
+#. V+l7
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154716\n"
+"40\n"
+"help.text"
+msgid "Bound field"
msgstr ""
-#: 06100000.xhp#hd_id3144740.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/06100000.xhp\" name=\"Move Up\">Move Up</link>"
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
+#. uy]6
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3150666\n"
+"41\n"
+"help.text"
+msgid "Link"
+msgstr "ხაზი"
-#: 06100000.xhp#par_id3109850.2.help.text
-msgid "<ahelp hid=\".uno:MoveUp\">Positions the selected paragraph before the one above it.</ahelp>"
+#. A%wc
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154206\n"
+"42\n"
+"help.text"
+msgid "{empty}"
msgstr ""
-#: 06100000.xhp#par_id3149283.5.help.text
-msgid "If you have numbered paragraphs and click the<emph> Move Up </emph>icon, the numbers will be adjusted to the current order. <switchinline select=\"appl\"><caseinline select=\"WRITER\">The <emph>Move Up </emph>icon is only visible when the cursor is positioned in a bulleted or numbered list.</caseinline></switchinline><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">The <emph>Move Up </emph>icon appears on the <emph>Text Formatting</emph> Bar when you use the outline view.</caseinline></switchinline>"
+#. vj^r
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3145257\n"
+"43\n"
+"help.text"
+msgid "The database field \"Field1\" is linked to the field specified under <emph>Data field</emph>."
msgstr ""
-#: 06100000.xhp#par_id3155555.4.help.text
-msgid "This function can be called by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Up Arrow."
+#. ~kM[
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3150887\n"
+"44\n"
+"help.text"
+msgid "1"
msgstr ""
-#: 06100000.xhp#par_id3150774.help.text
-msgid "<image id=\"img_id3149827\" src=\"cmd/sc_moveup.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3149827\">Icon</alt></image>"
+#. ixKO
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3156064\n"
+"45\n"
+"help.text"
+msgid "The database field \"Field2\" is linked to the field specified under <emph>Data field</emph>."
msgstr ""
-#: 06100000.xhp#par_id3147243.3.help.text
-msgctxt "06100000.xhp#par_id3147243.3.help.text"
-msgid "Move Up"
+#. MqK1
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154134\n"
+"46\n"
+"help.text"
+msgid "If you selected \"Table\" under <emph>Type of list contents</emph>, the table structure defines the index to be specified. Example: If a database table is selected under <emph>List content</emph>, refer to the following table:"
msgstr ""
-#: 14050000.xhp#tit.help.text
-msgctxt "14050000.xhp#tit.help.text"
-msgid "Table Name"
+#. SpvC
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3155379\n"
+"47\n"
+"help.text"
+msgid "Bound field"
msgstr ""
-#: 14050000.xhp#hd_id3149991.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/14050000.xhp\" name=\"Table Name\">Table Name</link>"
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
+#. kLLF
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3155529\n"
+"48\n"
+"help.text"
+msgid "Link"
+msgstr "ხაზი"
-#: 14050000.xhp#par_id3154232.2.help.text
-msgid "<ahelp hid=\".\">Displays the \"Table\" row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>.</ahelp>"
+#. WlEf
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3155373\n"
+"49\n"
+"help.text"
+msgid "{empty}"
msgstr ""
-#: 14050000.xhp#par_id3154116.help.text
-msgid "<image id=\"img_id3149760\" src=\"cmd/sc_dbviewtablenames.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149760\">Icon</alt></image>"
+#. 0m=]
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154260\n"
+"50\n"
+"help.text"
+msgid "The 1st column of the table is linked to the field specified under <emph>Data field</emph>."
msgstr ""
-#: 14050000.xhp#par_id3157896.3.help.text
-msgctxt "14050000.xhp#par_id3157896.3.help.text"
-msgid "Table Name"
+#. rjP=
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3156448\n"
+"51\n"
+"help.text"
+msgid "1"
msgstr ""
-#: 12010000.xhp#tit.help.text
-msgctxt "12010000.xhp#tit.help.text"
-msgid "Sort Ascending"
+#. BoT?
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154486\n"
+"52\n"
+"help.text"
+msgid "The 2nd column of the table is linked to the field specified under <emph>Data field</emph>."
msgstr ""
-#: 12010000.xhp#hd_id3152594.1.help.text
-msgid "<link href=\"text/shared/02/12010000.xhp\" name=\"Sort Ascending\">Sort Ascending</link>"
+#. p2\[
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3149949\n"
+"53\n"
+"help.text"
+msgid "2"
msgstr ""
-#: 12010000.xhp#par_id3150693.2.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Sorts the data of the selected field in ascending order. </ahelp>Text fields are sorted alphabetically, numerical fields are sorted by number."
+#. GEpF
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3146767\n"
+"54\n"
+"help.text"
+msgid "The 3rd column of the table is linked to the field specified under <emph>Data field</emph>."
msgstr ""
-#: 12010000.xhp#par_id3154749.help.text
-msgid "<image id=\"img_id3147276\" src=\"cmd/sc_sortascending.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147276\">Icon</alt></image>"
+#. lZU-
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"hd_id3149772\n"
+"9\n"
+"help.text"
+msgid "Type of list contents"
msgstr ""
-#: 12010000.xhp#par_id3159158.3.help.text
-msgctxt "12010000.xhp#par_id3159158.3.help.text"
-msgid "Sort Ascending"
+#. y6Yk
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154419\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_LISTSOURCETYPE\" visibility=\"hidden\">Determines the data to fill the lists in list and combo boxes.</ahelp> Determines the data to fill the lists in list and combo boxes."
msgstr ""
-#: 12010000.xhp#par_id3154380.4.help.text
-msgid "<variable id=\"selektionsortieren\">Data of the currently selected field are always sorted. A field is always selected as soon as you place the cursor in the field. To sort within tables, you can also click the corresponding column header. </variable>"
+#. S;3P
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3153326\n"
+"13\n"
+"help.text"
+msgid "With the \"Valuelist\" option, all entries entered in the <emph>List entries</emph> field of the <link href=\"text/shared/02/01170101.xhp\" name=\"General\"><emph>General</emph></link> tab appear in the control. For database forms, you can use reference values (see the <link href=\"text/shared/02/01170102.xhp\" name=\" References Using Value Lists\"><emph>References Using Value Lists</emph></link> section)."
msgstr ""
-#: 12010000.xhp#par_id3150504.5.help.text
-msgid "<variable id=\"dialogsortieren\">To sort more than one data field, choose <emph>Data - Sort</emph>, then choose the <link href=\"text/shared/02/12100100.xhp\" name=\"Sort Criteria\">Sort Criteria</link> tab, where you can combine several sort criteria. </variable>"
+#. MqAa
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3153067\n"
+"14\n"
+"help.text"
+msgid "If the content of the control is read from a database, you can determine the type of the data source with the other options. For example, you can choose between tables and queries."
msgstr ""
-#: 09070000.xhp#tit.help.text
-msgctxt "09070000.xhp#tit.help.text"
-msgid "Hyperlink Dialog"
+#. }1#z
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"hd_id3153820\n"
+"7\n"
+"help.text"
+msgid "List content"
msgstr ""
-#: 09070000.xhp#hd_id3145759.1.help.text
-msgid "<variable id=\"hyperdia\"><link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink Dialog\">Hyperlink</link></variable>"
+#. H[UE
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3159171\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_LISTSOURCE\">With database forms, specifies the data source for the list content of the form-element. This field can be used to define a value list for documents without a database connection.</ahelp>"
msgstr ""
-#: 09070000.xhp#par_id3156183.2.help.text
-msgid "<variable id=\"hyperdiatext\"><ahelp hid=\".uno:EditHyperlink\">Opens a dialog that enables you to create and edit hyperlinks.</ahelp></variable>"
+#. B[*o
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3168456\n"
+"15\n"
+"help.text"
+msgid "In the case of database forms, the data source determines the entries of the list or combo box. Depending on the selected type, you have a choice between different data sources under <emph>List content</emph>, provided that these objects exist in your database. All available database objects of the type selected under <emph>Type of list contents</emph> are offered here. If you have selected the \"Value List\" option as the type, you can use references for database forms. If the display of the control is controlled by an SQL command, the SQL statement is entered here."
msgstr ""
-#: 09070000.xhp#par_id3154927.help.text
-msgid "<image id=\"img_id3093440\" src=\"cmd/sc_hyperlinkdialog.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3093440\">Icon</alt></image>"
+#. n*J{
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3155870\n"
+"81\n"
+"help.text"
+msgid "Examples of SQL statements:"
msgstr ""
-#: 09070000.xhp#par_id3155552.3.help.text
-msgctxt "09070000.xhp#par_id3155552.3.help.text"
-msgid "Hyperlink Dialog"
+#. yWk`
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3144504\n"
+"82\n"
+"help.text"
+msgid "For list boxes, an SQL statement may have the following form:"
msgstr ""
-#: 09070000.xhp#par_id3155391.4.help.text
-msgid "<ahelp hid=\"HID_ICCDIALOG_CHOICECTRL\">Select the type of hyperlink to be inserted.</ahelp>"
+#. =yqV
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3156188\n"
+"83\n"
+"help.text"
+msgid "SELECT field1, field2 FROM table,"
msgstr ""
-#: 09070000.xhp#par_id3153683.16.help.text
-msgid "<ahelp hid=\".uno:OpenHyperlinkOnCursor\" visibility=\"hidden\">Opens the hyperlink in your default web browser.</ahelp>"
+#. ~(sa
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3155266\n"
+"84\n"
+"help.text"
+msgid "Here \"table\" is the table whose data is displayed in the list of the control (list table). \"field1\" is the data field that defines the visible entries in the form; its content is displayed in the list box. \"field2\" is the field of the list table that is linked to the form table (value table) through the field specified under <emph>Data field</emph> if <emph>Bound field</emph> = 1 was selected."
msgstr ""
-#: 09070000.xhp#par_id0122200902231573.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Hyperlink dialog.</ahelp>"
+#. 8ipn
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3145074\n"
+"85\n"
+"help.text"
+msgid "For combo boxes, an SQL statement may take the following form:"
msgstr ""
-#: 09070000.xhp#par_id0122200902231660.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Copies the URL to the clipboard.</ahelp>"
+#. .kK]
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3150991\n"
+"86\n"
+"help.text"
+msgid "SELECT DISTINCT field FROM table,"
msgstr ""
-#: 09070000.xhp#par_id0122200902231630.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Removes the hyperlink, leaving plain text.</ahelp>"
+#. hE.b
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154344\n"
+"87\n"
+"help.text"
+msgid "Here \"field\" is a data field from the list table \"table\" whose content is displayed in the list of the combo box."
msgstr ""
-#: 09070000.xhp#hd_id3166410.7.help.text
-msgid "Apply"
+#. -$k#
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3149328\n"
+"74\n"
+"help.text"
+msgid "<emph>Value lists for HTML documents</emph>"
msgstr ""
-#: 09070000.xhp#par_id3147209.8.help.text
-msgid "<ahelp hid=\"HID_ICCDIALOG_OK_BTN\">Applies the data to your document.</ahelp>"
+#. Qb^p
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3156034\n"
+"16\n"
+"help.text"
+msgid "For HTML forms, you can enter a value list under <emph>List content</emph>. Select the option \"Valuelist\" under <emph>Type of list contents</emph>. The values entered here will not be visible in the form, and are used to assign values to the visible entries. The entries made under <emph>List content</emph> correspond to the HTML tag <OPTION VALUE=...>."
msgstr ""
-#: 09070000.xhp#hd_id3149398.9.help.text
-msgctxt "09070000.xhp#hd_id3149398.9.help.text"
-msgid "Close"
+#. 0*)8
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154855\n"
+"17\n"
+"help.text"
+msgid "In the data transfer of a selected entry from a list box or a combo box, both the list of the values displayed in the form, which was entered on the <link href=\"text/shared/02/01170101.xhp\" name=\"General\"><emph>General</emph></link> tab under <emph>List entries</emph>, and the value list entered on the <emph>Data</emph> tab under <emph>List content</emph>, are taken into consideration: If a (non-empty) text is at the selected position in the value list (<OPTION VALUE=...>), it will be transmitted. Otherwise, the text displayed in the (<OPTION>) control is sent."
msgstr ""
-#: 09070000.xhp#par_id3149734.10.help.text
-msgid "<ahelp hid=\"HID_ICCDIALOG_CANCEL_BTN\">Closes the dialog without saving.</ahelp>"
+#. jWk9
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3163377\n"
+"18\n"
+"help.text"
+msgid "If the value list is to contain an empty string, enter the value \"$$$empty$$$\" under <emph>List content</emph> at the corresponding position (note uppercase/lowercase). $[officename] interprets this input as an empty string and assigns it to the respective list entry."
msgstr ""
-#: 09070000.xhp#hd_id3153700.11.help.text
-msgid "Help"
-msgstr "დახმარება"
-
-#: 09070000.xhp#par_id3150943.12.help.text
-msgid "Opens the Help."
+#. If82
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3156309\n"
+"19\n"
+"help.text"
+msgid "The following table shows the connections between HTML, JavaScript, and the $[officename] field <emph>List content</emph> using an example list box named \"ListBox1\". In this case, \"Item\" designates a list entry visible in the form:"
msgstr ""
-#: 09070000.xhp#hd_id3156192.13.help.text
-msgid "Back"
-msgstr "უკან"
-
-#: 09070000.xhp#par_id3149234.14.help.text
-msgid "<ahelp hid=\"HID_ICCDIALOG_RESET_BTN\">Resets the entries in the dialog to their original state.</ahelp>"
+#. qFQo
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3159204\n"
+"20\n"
+"help.text"
+msgid "<emph>HTML Tag</emph>"
msgstr ""
-#: 12050000.xhp#tit.help.text
-msgctxt "12050000.xhp#tit.help.text"
-msgid "Refresh"
+#. Vkv]
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3152539\n"
+"21\n"
+"help.text"
+msgid "<emph>JavaScript</emph>"
msgstr ""
-#: 12050000.xhp#hd_id3154926.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/12050000.xhp\" name=\"Refresh\">Refresh</link>"
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-
-#: 12050000.xhp#par_id3156183.2.help.text
-msgid "<ahelp hid=\".uno:Refresh\">Refreshes the displayed data.</ahelp> In a multi-user environment, refreshing the data ensures that it remains current."
+#. hqWW
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3158404\n"
+"22\n"
+"help.text"
+msgid "<emph>Entry in value list of the control (List content)</emph>"
msgstr ""
-#: 12050000.xhp#par_id3147261.help.text
-msgid "<image id=\"img_id3153910\" src=\"cmd/sc_reload.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153910\">Icon</alt></image>"
+#. )O;^
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3151198\n"
+"23\n"
+"help.text"
+msgid "<emph>Transmitted data</emph>"
msgstr ""
-#: 12050000.xhp#par_id3145090.3.help.text
-msgctxt "12050000.xhp#par_id3145090.3.help.text"
-msgid "Refresh"
+#. ;E`,
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154668\n"
+"24\n"
+"help.text"
+msgid "<OPTION>Item"
msgstr ""
-#: 12050000.xhp#par_id3145345.4.help.text
-msgid "Click the arrow next to the <emph>Refresh </emph>icon to open a submenu with the following commands:"
+#. k?Fq
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154269\n"
+"25\n"
+"help.text"
+msgid "Not possible"
msgstr ""
-#: 12050000.xhp#par_id3156426.5.help.text
-msgid "<emph>Refresh</emph> - Displays the refreshed contents of the database table."
+#. g_{S
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3153109\n"
+"26\n"
+"help.text"
+msgid "\"\""
msgstr ""
-#: 12050000.xhp#par_id3147088.6.help.text
-msgid "<emph>Rebuild</emph> - <ahelp hid=\"HID_BROWSER_REFRESH_REBUILDVIEW\">Rebuilds the view of the database table. Use this command when you have changed the structure of the table.</ahelp>"
+#. c2Nk
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154596\n"
+"27\n"
+"help.text"
+msgid "the visible list entry (\"ListBox1=Item\")"
msgstr ""
-#: 13020000.xhp#tit.help.text
-msgid "Setting Indents, Margins, and Columns"
+#. (^F1
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3146892\n"
+"28\n"
+"help.text"
+msgid "<OPTION VALUE=\"Value\">Item"
msgstr ""
-#: 13020000.xhp#bm_id3148668.help.text
-msgid "<bookmark_value>margins; setting with the mouse</bookmark_value><bookmark_value>columns; setting with the mouse</bookmark_value><bookmark_value>paragraphs; indents, margins and columns</bookmark_value>"
+#. }NMr
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154604\n"
+"29\n"
+"help.text"
+msgid "ListBox1.options[0].value=\"Value\""
msgstr ""
-#: 13020000.xhp#hd_id3148668.1.help.text
-msgid "<link href=\"text/shared/02/13020000.xhp\" name=\"Setting Indents, Margins, and Columns\">Setting Indents, Margins, and Columns</link>"
+#. }H|^
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3153689\n"
+"30\n"
+"help.text"
+msgid "\"Value\""
msgstr ""
-#: 13020000.xhp#par_id3155364.2.help.text
-msgid "You can define the indents and margins for the current paragraph, or for all selected paragraphs, using the mouse."
+#. 8lAj
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3159226\n"
+"31\n"
+"help.text"
+msgid "The value assigned to the list entry (\"ListBox1=Value\")"
msgstr ""
-#: 13020000.xhp#par_id3152594.3.help.text
-msgid "If you split the page into columns, or the cursor is placed in a multiple-column text frame, you can change the column width and the column spacing by dragging them on the ruler with the mouse."
+#. rZ~b
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3155944\n"
+"32\n"
+"help.text"
+msgid "<OPTION VALUE=\"\">Item"
msgstr ""
-#: 13020000.xhp#par_id3154398.4.help.text
-msgid "When an object, an image, or a draw object is selected, you will see the borders of the object in the ruler. You can change the borders by dragging them on the ruler with the mouse."
+#. qd)m
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3155147\n"
+"33\n"
+"help.text"
+msgid "ListBox1.options[0].value=\"\""
msgstr ""
-#: 13020000.xhp#par_id3146130.5.help.text
-msgid "If the cursor is placed in a table cell, you can change the indents for the contents of the cell by dragging them with the mouse on the ruler. You can change the boundary lines of the table on the ruler or by dragging the actual boundary line."
+#. r/Ct
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154763\n"
+"34\n"
+"help.text"
+msgid "\"$$$empty$$$\""
msgstr ""
-#: 13020000.xhp#par_id3156136.help.text
-msgid "<image id=\"img_id3153750\" src=\"res/helpimg/linleft.png\" width=\"0.1665inch\" height=\"0.2291inch\"><alt id=\"alt_id3153750\">Icon</alt></image>"
+#. )jIz
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3151012\n"
+"35\n"
+"help.text"
+msgid "An empty string (\"ListBox1=\")"
msgstr ""
-#: 13020000.xhp#par_id3150693.6.help.text
-msgid "These icons mark the left indent for the first line of the current paragraph (top triangle) and the left indent for the other lines of the paragraph (bottom triangle)."
+#. lKi?
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"hd_id3148901\n"
+"11\n"
+"help.text"
+msgid "Empty string is NULL"
msgstr ""
-#: 13020000.xhp#par_id3150774.help.text
-msgid "<image id=\"img_id3145071\" src=\"res/helpimg/linright.png\" width=\"0.3646inch\" height=\"0.2602inch\"><alt id=\"alt_id3145071\">Icon</alt></image>"
+#. 3:)7
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3145357\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_EMPTY_IS_NULL\">Defines how an empty string input should be handled. If set to Yes, an input string of length zero will be treated as a value NULL. If set to No, any input will be treated as-is without any conversion.</ahelp>"
msgstr ""
-#: 13020000.xhp#par_id3166460.7.help.text
-msgid "This icon on the right of the ruler marks the right indent of the current paragraph."
+#. ioVp
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id0820200812403467\n"
+"help.text"
+msgid "An empty string is a string of length zero (\"\"). Normally, a value NULL is not the same as an empty string. In general, a term NULL is used to denote an undefined value, an unknown value, or \"no value has been entered yet.\""
msgstr ""
-#: 13020000.xhp#par_id3146949.8.help.text
-msgid "<emph>Task</emph>"
+#. 5Mva
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id0820200812403455\n"
+"help.text"
+msgid "Database systems vary and they might handle a value NULL differently. Refer to documentations of the database that you are using."
msgstr ""
-#: 13020000.xhp#par_id3153087.9.help.text
-msgid "<emph>Procedure</emph>"
+#. =76Y
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"hd_id3161653\n"
+"88\n"
+"help.text"
+msgid "Filter proposal"
msgstr ""
-#: 13020000.xhp#par_id3154143.10.help.text
-msgid "Set left indent"
+#. %kk/
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3151221\n"
+"89\n"
+"help.text"
+msgid "<variable id=\"filtervorschlag\"><ahelp hid=\"HID_PROP_FILTERPROPOSAL\">While designing your form, you can set the \"Filter proposal\" property for each text box in the <emph>Data</emph> tab of the corresponding <emph>Properties</emph> dialog. In subsequent searches in the filter mode, you can select from all information contained in these fields.</ahelp> The field content can then be selected using the AutoComplete function. Note, however, that this function requires a greater amount of memory space and time, especially when used in large databases and should therefore be used sparingly. </variable>"
msgstr ""
-#: 13020000.xhp#par_id3154307.11.help.text
-msgid "Drag the bottom left mark to the right while pressing the mouse button"
+#. DC5E
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10EE3\n"
+"help.text"
+msgid "Linked cell"
msgstr ""
-#: 13020000.xhp#par_id3155449.12.help.text
-msgid "Set left indent of first line"
+#. Gl/I
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10EE7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_BOUND_CELL\">Specifies the reference to a linked cell on a spreadsheet. The live state or contents of the control are linked to the cell contents.</ahelp> The following tables list the controls and their corresponding link type:"
msgstr ""
-#: 13020000.xhp#par_id3145673.13.help.text
-msgid "Drag the top left mark to the right while pressing the mouse button"
+#. `-NN
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10EF7\n"
+"help.text"
+msgid "Check box with linked cell"
msgstr ""
-#: 13020000.xhp#par_id3156156.14.help.text
-msgid "Set right indent"
+#. YHa/
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F04\n"
+"help.text"
+msgid "Action"
msgstr ""
-#: 13020000.xhp#par_id3153761.15.help.text
-msgid "Drag the mark on the right to the left while pressing the mouse button"
+#. h8TC
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F0A\n"
+"help.text"
+msgid "Result"
msgstr ""
-#: 13020000.xhp#par_id3154760.16.help.text
-msgid "In order to change the left indent starting with the second line of a paragraph, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, click the triangle on the bottom left, and drag it to the right."
+#. %1(0
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F11\n"
+"help.text"
+msgid "Select the check box"
msgstr ""
-#: 13020000.xhp#par_id3148453.17.help.text
-msgid "Tabs that have been set are not changed when indenting a paragraph. If the set tabs end up outside the margins of the paragraph, they are no longer displayed, but they still exist."
+#. F=q%
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F17\n"
+"help.text"
+msgid "TRUE is entered into the linked cell"
msgstr ""
-#: 10020000.xhp#tit.help.text
-msgctxt "10020000.xhp#tit.help.text"
-msgid "Next Page"
+#. %zf#
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F1E\n"
+"help.text"
+msgid "Deselect the check box"
msgstr ""
-#: 10020000.xhp#hd_id3156183.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/10020000.xhp\" name=\"Next Page\">Next Page</link>"
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-
-#: 10020000.xhp#par_id3159224.2.help.text
-msgid "<ahelp hid=\".uno:NextPage\" visibility=\"visible\">Moves forward to the next page in the document.</ahelp> This function is only active when you select the <emph>Page Preview</emph> function on the <emph>File</emph> menu."
+#. }fJ#
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F24\n"
+"help.text"
+msgid "FALSE is entered into the linked cell"
msgstr ""
-#: 10020000.xhp#par_id3154186.help.text
-msgid "<image src=\"cmd/sc_pagedown.png\" id=\"img_id3149346\"><alt id=\"alt_id3149346\">Icon</alt></image>"
+#. EQ=p
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F2B\n"
+"help.text"
+msgid "Tri-state check box is set to \"undetermined\" state"
msgstr ""
-#: 10020000.xhp#par_id3153682.3.help.text
-msgctxt "10020000.xhp#par_id3153682.3.help.text"
-msgid "Next Page"
+#. jTRB
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F31\n"
+"help.text"
+msgid "#NV is entered into the linked cell"
msgstr ""
-#: 14070000.xhp#tit.help.text
-msgctxt "14070000.xhp#tit.help.text"
-msgid "Distinct Values"
+#. G%?8
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F38\n"
+"help.text"
+msgid "Enter a number or a formula that returns a number in the linked cell"
msgstr ""
-#: 14070000.xhp#bm_id3149991.help.text
-msgid "<bookmark_value>SQL; DISTINCT parameter</bookmark_value><bookmark_value>distinct values in SQL queries</bookmark_value>"
+#. /#+|
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F3E\n"
+"help.text"
+msgid "If entered value is TRUE or not 0: Check box is selected<br/>If entered value is FALSE or 0: Check box is deselected"
msgstr ""
-#: 14070000.xhp#hd_id3149991.1.help.text
-msgid "<link href=\"text/shared/02/14070000.xhp\" name=\"Distinct Values\">Distinct Values</link>"
+#. tN!9
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F47\n"
+"help.text"
+msgid "Clear the linked cell, or enter text, or enter a formula that returns text or an error"
msgstr ""
-#: 14070000.xhp#par_id3154894.2.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\">SQL Query</link> in the current column by the parameter DISTINCT.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
+#. /K@*
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F4D\n"
+"help.text"
+msgid "Check box is set to \"undetermined\" state if it is a tri-state check box, else check box is deselected."
msgstr ""
-#: 14070000.xhp#par_id3149511.help.text
-msgid "<image id=\"img_id3156302\" src=\"cmd/sc_dbdistinctvalues.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3156302\">Icon</alt></image>"
+#. $~ba
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11023\n"
+"help.text"
+msgid "Select the box. The Reference value box contains text."
msgstr ""
-#: 14070000.xhp#par_id3147226.3.help.text
-msgctxt "14070000.xhp#par_id3147226.3.help.text"
-msgid "Distinct Values"
+#. pt+p
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1103A\n"
+"help.text"
+msgid "The text from the Reference value box is copied to the cell."
msgstr ""
-#: 01170500.xhp#tit.help.text
-msgid "Design Mode On/Off"
+#. 6:5A
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11040\n"
+"help.text"
+msgid "Deselect the box. The Reference value box contains text."
msgstr ""
-#: 01170500.xhp#hd_id3151100.1.help.text
-msgid "<link href=\"text/shared/02/01170500.xhp\" name=\"Design Mode On/Off\">Design Mode On/Off</link>"
+#. }y2)
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11008\n"
+"help.text"
+msgid "An empty string is copied to the cell."
msgstr ""
-#: 01170500.xhp#par_id3150040.2.help.text
-msgid "<ahelp hid=\".uno:SwitchControlDesignMode\">Toggles the Design mode on or off. This function is used to switch quickly between <link href=\"text/shared/explorer/database/04030000.xhp\" name=\"Design\">Design</link> and User mode. Activate to edit the form controls, deactivate to use the form controls.</ahelp>"
+#. @CIT
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1104B\n"
+"help.text"
+msgid "The Reference value box contains text. Enter the same text into the cell."
msgstr ""
-#: 01170500.xhp#par_id3153528.5.help.text
-msgid "Please note the <link href=\"text/shared/02/01171000.xhp\" name=\"Open in Design Mode\"><emph>Open in Design Mode</emph></link> function. If <emph>Open in Design Mode</emph> is activated, the document is always opened in Design mode, regardless of the state in which it is saved."
+#. =7Vd
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11050\n"
+"help.text"
+msgid "The check box is selected."
msgstr ""
-#: 01170500.xhp#par_id3147088.3.help.text
-msgid "If your form is linked to a database and you turn off the Design mode, the <link href=\"text/shared/main0213.xhp\" name=\"Form Bar\">Form Bar</link> is displayed at the lower margin of the document window. You can edit the link to the database in the <link href=\"text/shared/02/01170201.xhp\" name=\"Form Properties\">Form Properties</link>."
+#. Yeu\
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11056\n"
+"help.text"
+msgid "The Reference value box contains text. Enter another text into the cell."
msgstr ""
-#: 24100000.xhp#tit.help.text
-msgctxt "24100000.xhp#tit.help.text"
-msgid "Crop"
+#. *lEh
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1105B\n"
+"help.text"
+msgid "The check box is deselected."
msgstr ""
-#: 24100000.xhp#hd_id3154044.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/24100000.xhp\" name=\"Crop\">Crop</link>"
-msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
-
-#: 24100000.xhp#par_id3154863.2.help.text
-msgid "<ahelp hid=\".uno:GrafAttrCrop\">Allows to crop the display of an inserted picture. Only the display gets cropped, the inserted picture is not changed.</ahelp> A picture must be selected to enable cropping."
+#. \=a%
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F58\n"
+"help.text"
+msgid "Option button (radio button) with linked cell"
msgstr ""
-#: 24100000.xhp#par_id0514200804261097.help.text
-msgid "In Impress and Draw no dialog is shown when you click the icon, but you see eight cropping handles. Open the context menu of a selected picture and choose <item type=\"menuitem\">Crop Picture</item>, if you want to use the <link href=\"text/shared/01/05030800.xhp\">dialog</link> for cropping."
+#. I0UO
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F65\n"
+"help.text"
+msgid "Action"
msgstr ""
-#: 24100000.xhp#par_id0514200804261043.help.text
-msgid "<ahelp hid=\".\">Drag any of the eight cropping handles to crop the picture.</ahelp>"
+#. gg,_
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F6B\n"
+"help.text"
+msgid "Result"
msgstr ""
-#: 24100000.xhp#par_id0522200809440491.help.text
-msgid "<image id=\"img_id0522200809434429\" src=\"cmd/sc_crop.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id0522200809434429\">icon</alt></image>"
+#. trBs
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F72\n"
+"help.text"
+msgid "Select the option button"
msgstr ""
-#: 24100000.xhp#par_id3154927.3.help.text
-msgctxt "24100000.xhp#par_id3154927.3.help.text"
-msgid "Crop"
+#. ^78!
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F78\n"
+"help.text"
+msgid "TRUE is entered into the linked cell"
msgstr ""
-#: 19090000.xhp#tit.help.text
-msgid "HTML Source"
-msgstr "HTML წყარო"
-
-#: 19090000.xhp#bm_id3154788.help.text
-msgid "<bookmark_value>HTML documents;source text</bookmark_value>"
+#. v6c(
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F7F\n"
+"help.text"
+msgid "Option button is deselected by selecting another option button"
msgstr ""
-#: 19090000.xhp#hd_id3154788.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/19090000.xhp\" name=\"HTML Source\">HTML Source</link>"
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-
-#: 19090000.xhp#par_id3156183.2.help.text
-msgid "<ahelp hid=\".uno:SourceView\">Displays the source text of the current HTML document. To view the HTML source of a new document, you must first save the new document as an HTML document.</ahelp>"
+#. ff^%
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F85\n"
+"help.text"
+msgid "FALSE is entered into the linked cell"
msgstr ""
-#: 19090000.xhp#par_id3149760.3.help.text
-msgid "In HTML Source mode, you can view and edit the <link href=\"text/shared/00/00000002.xhp#tags\" name=\"tags\">tags</link> of <link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link>. Save the document as a plain text document. Assign an .html or .htm extension to designate the document as HTML."
+#. *ExO
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F8C\n"
+"help.text"
+msgid "Enter a number or a formula that returns a number in the linked cell"
msgstr ""
-#: 07010000.xhp#tit.help.text
-msgid "Load URL"
+#. !U6y
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F92\n"
+"help.text"
+msgid "If entered value is TRUE or not 0: Option button is selected<br/>If entered value is FALSE or 0: Option button is deselected"
msgstr ""
-#: 07010000.xhp#hd_id3149119.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/07010000.xhp\" name=\"Load URL\">Load URL</link>"
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-
-#: 07010000.xhp#par_id3155364.2.help.text
-msgid "<ahelp hid=\".\">Loads a document specified by an entered URL. You can type a new URL, edit an URL, or select one from the list. Displays the full path of the current document.</ahelp>"
+#. |Tr8
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F9B\n"
+"help.text"
+msgid "Clear the linked cell, or enter text, or enter a formula that returns text or an error"
msgstr ""
-#: 07010000.xhp#par_idN108C6.help.text
-msgid "Enable Load URL with the Visible Buttons command (click the arrow at the end of the toolbar)."
+#. ^u+J
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FA1\n"
+"help.text"
+msgid "Option button is deselected"
msgstr ""
-#: 01170003.xhp#tit.help.text
-msgctxt "01170003.xhp#tit.help.text"
-msgid "Special Tips for Date Fields"
+#. ~B7M
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110EF\n"
+"help.text"
+msgid "Click the option button. The Reference value box contains text."
msgstr ""
-#: 01170003.xhp#bm_id3150445.help.text
-msgid "<bookmark_value>date fields; properties</bookmark_value>"
-msgstr "<bookmark_value>თარიღის ველები; პარამეტრები</bookmark_value>"
-
-#: 01170003.xhp#hd_id3150445.77.help.text
-msgctxt "01170003.xhp#hd_id3150445.77.help.text"
-msgid "Special Tips for Date Fields"
+#. 8e,q
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110F4\n"
+"help.text"
+msgid "The text from the Reference value box is copied to the cell."
msgstr ""
-#: 01170003.xhp#par_id3154230.75.help.text
-msgid "When you enter a year using two digits, the corresponding four digit value is determined by a setting in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - General</emph>. For example, if 1935 is set as the lower limiting value and you enter 34 as a date value, then the result is 2034 instead of 1934."
+#. SZgp
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110FA\n"
+"help.text"
+msgid "Click another option button of the same group. The Reference value box contains text."
msgstr ""
-#: 01170003.xhp#par_id3149205.76.help.text
-msgid "The pre-set limit value will be saved for each document."
+#. BiA0
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110EA\n"
+"help.text"
+msgid "An empty string is copied to the cell."
msgstr ""
-#: 24020000.xhp#tit.help.text
-msgid "Graphics Mode"
+#. *3.4
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11105\n"
+"help.text"
+msgid "The Reference value box contains text. Enter the same text into the cell."
msgstr ""
-#: 24020000.xhp#hd_id3149762.1.help.text
-msgid "<link href=\"text/shared/02/24020000.xhp\" name=\"Graphics Mode\">Graphics Mode</link>"
+#. 3BGx
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1110A\n"
+"help.text"
+msgid "The option button is selected."
msgstr ""
-#: 24020000.xhp#par_id3150255.2.help.text
-msgid "<ahelp hid=\".uno:GrafMode\">Lists view attributes for the selected graphic object. The embedded or linked graphic object in the current file will not be changed, only the view of the object.</ahelp>"
+#. Ai~h
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11110\n"
+"help.text"
+msgid "The Reference value box contains text. Enter another text into the cell."
msgstr ""
-#: 24020000.xhp#par_id3150275.help.text
-msgid "<image id=\"img_id3154515\" src=\"res/helpimg/zellvor.png\" width=\"1.4098inch\" height=\"0.2799inch\" localize=\"true\"><alt id=\"alt_id3154515\">Cell Styles</alt></image>"
+#. KE-9
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11115\n"
+"help.text"
+msgid "The option button is cleared."
msgstr ""
-#: 24020000.xhp#par_id3150771.3.help.text
-msgid "Graphics mode"
+#. A-Fa
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FAC\n"
+"help.text"
+msgid "Text box with linked cell"
msgstr ""
-#: 24020000.xhp#hd_id3155262.4.help.text
-msgctxt "24020000.xhp#hd_id3155262.4.help.text"
-msgid "Default"
+#. bM_I
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FB9\n"
+"help.text"
+msgid "Action"
msgstr ""
-#: 24020000.xhp#par_id3155434.5.help.text
-msgid "The view of the graphic object is not changed."
+#. AdvI
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FBF\n"
+"help.text"
+msgid "Result"
msgstr ""
-#: 24020000.xhp#hd_id3147574.6.help.text
-msgid "Grayscale"
-msgstr "ნაცრისფერტონები"
-
-#: 24020000.xhp#par_id3153760.7.help.text
-msgid "The graphic object is shown in grayscale. A color graphic object can become monochrome in grayscale. You can also use the color sliders to apply a uniform color to the monochrome graphic object."
+#. 4goi
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FC6\n"
+"help.text"
+msgid "Enter text into the text box"
msgstr ""
-#: 24020000.xhp#hd_id3151246.8.help.text
-msgid "Black and White"
+#. AriH
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FCC\n"
+"help.text"
+msgid "Text is copied into the linked cell"
msgstr ""
-#: 24020000.xhp#par_id3153062.9.help.text
-msgid "The graphic object is shown in black and white. All brightness values below 50% will appear black, all over 50% will appear white."
+#. bJ0-
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FD3\n"
+"help.text"
+msgid "Clear the text box"
msgstr ""
-#: 24020000.xhp#hd_id3146795.10.help.text
-msgid "Watermark"
+#. %.4:
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FD9\n"
+"help.text"
+msgid "Linked cell is cleared"
msgstr ""
-#: 24020000.xhp#par_id3149670.11.help.text
-msgid "The graphic object is raised in brightness and reduced in contrast so that it can be used in the background as a watermark. "
+#. XC5f
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FE0\n"
+"help.text"
+msgid "Enter text or a number in the linked cell"
msgstr ""
-#: 01110000.xhp#tit.help.text
-msgid "Print File Directly"
-msgstr "ფაილის პირდაპირი ამობეჭდვა"
-
-#: 01110000.xhp#bm_id3153539.help.text
-msgid "<bookmark_value>printing; directly</bookmark_value>"
-msgstr "<bookmark_value>ამობეჭდვა; პირდაპირ</bookmark_value>"
-
-#: 01110000.xhp#hd_id3153539.1.help.text
-msgid "<link href=\"text/shared/02/01110000.xhp\" name=\"Print File Directly\">Print File Directly</link>"
-msgstr "<link href=\"text/shared/02/01110000.xhp\" name=\"ფაილის პირდაპირი ამობეჭდვა\">ფაილის პირდაპირი ბეჭდვა</link>"
-
-#: 01110000.xhp#par_id3154398.2.help.text
-msgid "<ahelp hid=\".uno:PrintDefault\">Click the <emph>Print File Directly</emph> icon to print the active document with the current default print settings.</ahelp> These can be found in the <emph>Printer Setup</emph> dialog, which you can call with the <link href=\"text/shared/01/01140000.xhp\" name=\"Printer Settings\"><emph>Printer Settings</emph></link> menu command."
-msgstr "<ahelp hid=\".uno:PrintDefault\">დააწკაპუნეთ <emph>ამობეჭდეთ ფაილი პირდაპირ</emph> ხატულას მოცემული დოკუმენტის ამოსაბეჭდად პრინტერის ამჟამინდელი სტანდარტული პარამეტრებით.</ahelp> ამის პოვნა შესაძლებელია <emph>პრინტერის კონფიგურაცია</emph> დიალოგში, რომლის გამოძახება შესაძლებელია <link href=\"text/shared/01/01140000.xhp\" name=\"პრინტერის კონფიგურაცია\"><emph>პრინტერის კონფიგურაცია</emph></link> მენიუს ბრძანება."
-
-#: 01110000.xhp#par_id3147275.3.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you select text or a graphic and click the <emph>Print File Direct</emph> icon, you are prompted to print the selection or the document. </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">თუ თქვენ მონიშნავთ ტექსტს ან გრაფიკულ გამოსახულებას და დააწკაპუნებთ <emph>ფაილის პირდაპირი ამობეჭდვა</emph> ხატულაზე, თქვენ მოგთხოვენ მონიშნულის ან დოკუმენტის ამობეჭდვას. </caseinline></switchinline>"
-
-#: 01110000.xhp#par_id9547105.help.text
-msgid "If the current document uses a printer that is not the default printer for your operating system, the <emph>Print File Direct </emph>icon opens the <link href=\"text/shared/01/01130000.xhp\"><emph>Print</emph></link> dialog."
-msgstr "თუ მოცემული დოკუმენტი იყენებს პრინტერს, რომელიც არ წარმოადგენს თქვენი საოპერაციო სისტემის სტანდარტულ პრინტერს, <emph>ფაილის პირდაპირი ამობეჭდვა </emph>ხატულა გახსნის <link href=\"text/shared/01/01130000.xhp\"><emph>ბეჭდვა</emph></link> დიალოგს."
-
-#: 01110000.xhp#par_idN10679.help.text
-msgid "If the current document uses a printer that is not the default printer that was specified in the <link href=\"text/shared/guide/spadmin.xhp\">spadmin</link>, printer administration program, the <emph>Print File Direct </emph>icon opens the <link href=\"text/shared/01/01130000.xhp\"><emph>Print</emph></link> dialog."
-msgstr "თუ მოცემული დოკუმენტი იყენებს პრინტერს, რომელიც არ წარმოადგენს სტანდარტულ პრინტერს, როგორც ეს მითითებულია <link href=\"text/shared/guide/spadmin.xhp\">spadmin</link>, პრინტერის მართვის პროგრამა <emph>ფაილის პირდაპირი ამობეჭდვა </emph>ხატულა ხსნის <link href=\"text/shared/01/01130000.xhp\"><emph>ბეჭდვა</emph></link> დიალოგს."
-
-#: 02140000.xhp#tit.help.text
-msgctxt "02140000.xhp#tit.help.text"
-msgid "Increase Indent"
+#. QF_o
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FE6\n"
+"help.text"
+msgid "Text or number is copied into the text box"
msgstr ""
-#: 02140000.xhp#bm_id3148520.help.text
-msgid "<bookmark_value>paragraphs; increasing indents of</bookmark_value>"
+#. -Aca
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FED\n"
+"help.text"
+msgid "Enter a formula into the linked cell"
msgstr ""
-#: 02140000.xhp#hd_id3148520.1.help.text
-msgid "<link href=\"text/shared/02/02140000.xhp\" name=\"Increase Indent\">Increase Indent</link>"
+#. RaL-
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FF3\n"
+"help.text"
+msgid "Formula result is copied into the text box"
msgstr ""
-#: 02140000.xhp#par_id3151330.2.help.text
-msgid "<ahelp hid=\".\">Click the Increase Indent icon to increase the left indent of the current paragraph or cell content and set it to the next default tab position.</ahelp>"
+#. 7{[|
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FFA\n"
+"help.text"
+msgid "Clear the linked cell"
msgstr ""
-#: 02140000.xhp#par_id3149798.17.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If several paragraphs are selected, the indentation of all selected paragraphs is increased.</caseinline><caseinline select=\"CALC\">The cell content refers to the current value under <link href=\"text/shared/01/05340300.xhp\" name=\"Format - Cell - Alignment\"><emph>Format - Cell - Alignment</emph></link>.</caseinline></switchinline>"
+#. kk%v
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11000\n"
+"help.text"
+msgid "Text box is cleared"
msgstr ""
-#: 02140000.xhp#par_id3147576.help.text
-msgid "<image id=\"img_id3149388\" src=\"cmd/sc_incrementindent.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149388\">Icon</alt></image>"
+#. D3(s
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1100B\n"
+"help.text"
+msgid "Numerical field and formatted field with linked cell"
msgstr ""
-#: 02140000.xhp#par_id3166460.4.help.text
-msgctxt "02140000.xhp#par_id3166460.4.help.text"
-msgid "Increase Indent"
+#. \Z(e
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11018\n"
+"help.text"
+msgid "Action"
msgstr ""
-#: 02140000.xhp#par_id3152996.5.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Click the <emph>Increase Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key to move the indenting of the selected paragraph by the default tab distance set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
+#. J8uG
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1101E\n"
+"help.text"
+msgid "Result"
msgstr ""
-#: 02140000.xhp#par_id3157910.6.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Example:</caseinline></switchinline>"
+#. ?TZn
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11025\n"
+"help.text"
+msgid "Enter a number into the field"
msgstr ""
-#: 02140000.xhp#par_id3153698.7.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">The indents of two paragraphs are moved with the <emph>Increase Indent</emph> function to a standard tab distance of 2 cm:</caseinline></switchinline>"
+#. bElK
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1102B\n"
+"help.text"
+msgid "Number is copied into the linked cell"
msgstr ""
-#: 02140000.xhp#par_id3154047.8.help.text
-msgid "Original indent"
+#. ;#Ba
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11032\n"
+"help.text"
+msgid "Clear the field"
msgstr ""
-#: 02140000.xhp#par_id3148492.9.help.text
-msgid "Indent increased"
+#. @#m\
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11038\n"
+"help.text"
+msgid "Value 0 is set in the linked cell"
msgstr ""
-#: 02140000.xhp#par_id3153126.10.help.text
-msgid "Indent increased by the amount with the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command key</caseinline><defaultinline>Ctrl key</defaultinline></switchinline>"
+#. *sN5
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1103F\n"
+"help.text"
+msgid "Enter a number or a formula that returns a number in the linked cell"
msgstr ""
-#: 02140000.xhp#par_id3155922.11.help.text
-msgid "0.25 cm"
+#. :;Wk
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11045\n"
+"help.text"
+msgid "Number is copied into the field"
msgstr ""
-#: 02140000.xhp#par_id3147265.12.help.text
-msgctxt "02140000.xhp#par_id3147265.12.help.text"
-msgid "2 cm"
+#. h{!1
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1104C\n"
+"help.text"
+msgid "Clear the linked cell, or enter text, or enter a formula that returns text or an error"
msgstr ""
-#: 02140000.xhp#par_id3149669.13.help.text
-msgid "2.25 cm"
+#. $Qpg
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11052\n"
+"help.text"
+msgid "Value 0 is set in the field"
msgstr ""
-#: 02140000.xhp#par_id3161657.14.help.text
-msgid "0.5 cm"
+#. 9`!l
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1105D\n"
+"help.text"
+msgid "List box with linked cell"
msgstr ""
-#: 02140000.xhp#par_id3150791.15.help.text
-msgctxt "02140000.xhp#par_id3150791.15.help.text"
-msgid "2 cm"
+#. :oLS
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11060\n"
+"help.text"
+msgid "List boxes support two different linking modes, see the property \"Contents of the linked cell\"."
msgstr ""
-#: 02140000.xhp#par_id3154138.16.help.text
-msgid "2.5 cm"
+#. CMF@
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11066\n"
+"help.text"
+msgid "Linked contents: Synchronize the text contents of the selected list box entry with the cell contents."
msgstr ""
-#: 09060000.xhp#tit.help.text
-msgctxt "09060000.xhp#tit.help.text"
-msgid "Target Frame"
+#. Zw$\
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1106A\n"
+"help.text"
+msgid "Linked selection position: The position of the single selected item in the list box is synchronized with the numerical value in the cell."
msgstr ""
-#: 09060000.xhp#hd_id3152895.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/09060000.xhp\" name=\"Target Frame\">Target Frame</link>"
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-
-#: 09060000.xhp#par_id3156211.2.help.text
-msgid "<ahelp hid=\"HID_OFA_HYPERLINK_TARGET\" visibility=\"visible\">Specifies the target frame type for the specified URL.</ahelp> A submenu opens with <link href=\"text/shared/01/01100500.xhp\" name=\"predefined frames\">predefined frames</link>."
+#. 1-n_
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11077\n"
+"help.text"
+msgid "Action"
msgstr ""
-#: 09060000.xhp#par_id3149180.help.text
-msgid "<image src=\"res/target.png\" id=\"img_id3154186\"><alt id=\"alt_id3154186\">Icon</alt></image>"
+#. 4.?#
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1107D\n"
+"help.text"
+msgid "Result"
msgstr ""
-#: 09060000.xhp#par_id3147834.3.help.text
-msgctxt "09060000.xhp#par_id3147834.3.help.text"
-msgid "Target Frame"
+#. /=qT
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11084\n"
+"help.text"
+msgid "Select a single list item"
msgstr ""
-#: 09020000.xhp#tit.help.text
-msgid "Internet URLs"
+#. fgIv
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1108A\n"
+"help.text"
+msgid "Contents are linked: Text of the item is copied into the linked cell."
msgstr ""
-#: 09020000.xhp#hd_id3154094.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/09020000.xhp\" name=\"Internet URLs\">Internet URLs</link>"
-msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
-
-#: 09020000.xhp#par_id3154873.2.help.text
-msgid "<ahelp hid=\"HID_OFA_HYPERLINK_URL\">Allows you to either type a URL, or insert a URL from a document using drag-and-drop.</ahelp>"
+#. lgQe
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1108D\n"
+"help.text"
+msgid "Selection is linked: Position of the selected item is copied into the linked cell. For example, if the third item is selected, the number 3 will be copied."
msgstr ""
-#: 09020000.xhp#par_id3153894.5.help.text
-msgid "You can edit the URL and insert it at the current cursor position in the active document with the <emph>Link</emph> icon. The <emph>Link</emph> icon can only be activated if the <emph>URL Name</emph> field contains text."
+#. \Tge
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11094\n"
+"help.text"
+msgid "Select several list items"
msgstr ""
-#: 01170004.xhp#tit.help.text
-msgctxt "01170004.xhp#tit.help.text"
-msgid "Special Tips for Table Controls"
+#. K:z4
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1109A\n"
+"help.text"
+msgid "#NV is entered into the linked cell"
msgstr ""
-#: 01170004.xhp#bm_id3109850.help.text
-msgid "<bookmark_value>table controls; properties</bookmark_value><bookmark_value>controls; properties of table controls</bookmark_value><bookmark_value>table controls;keyboard-only edit mode</bookmark_value>"
-msgstr "<bookmark_value>ცხრილის სამართავი ღილაკები; პარამეტრები</bookmark_value><bookmark_value>სამართავი ღილაკები; ცხრილის სამართავი ღილაკების პარამეტრები</bookmark_value><bookmark_value>ცხრილის სამართავი ღილაკები;მხოლოდ კლავიატურით რედაქტირების რეჟიმი</bookmark_value>"
-
-#: 01170004.xhp#hd_id3109850.124.help.text
-msgctxt "01170004.xhp#hd_id3109850.124.help.text"
-msgid "Special Tips for Table Controls"
+#. Ho}h
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110A1\n"
+"help.text"
+msgid "Deselect all list items"
msgstr ""
-#: 01170004.xhp#par_id3153539.51.help.text
-msgid "You can define a table control to display the records as you like. In other words you can define data fields for displaying or editing data like in a database form."
-msgstr "თქვენი შეგიძლიათ მიუთითოთ ცხრილის სამართავი ღილაკი ჩანაწერების თქვენი სურვილისამებრ საჩვენებლად. სხვა სიტყვებით რომ ვთქვათ, თქვენ შეგიძლიათ მიუთითოთ მონაცემთა ველები მონაცემთა ჩვენებისთვის ან რედაქტირებისთვის, როგორც ეს მონაცემთა ბაზის ფორმაში ხდება."
-
-#: 01170004.xhp#par_id3152372.62.help.text
-msgid "The following fields are possible in a table control: text, date, time and currency field, numeric field, pattern field, check box and combo box. In the case of combined date/time fields, two columns are created automatically."
-msgstr "ცხრილის სამართავ ღილაკში დასაშვებია შემდეგი ველები: ტექსტი, თარიღი, დრო და ვალუტა, ნუმერაციული ველი, შაბლონის ველი, თოლია და კომბო-ველი. კომბინირებული მონაცემების/დროის ველების შემთხვევაში, ავტომატურად იქმნება ორი სვეტი."
-
-#: 01170004.xhp#par_id3159194.125.help.text
-msgid "The number of selected lines, if any are selected, is in parentheses after the total number of records."
-msgstr "მონიშნული ველების რაოდენობა, თუ რომელიმე მათგანი მონიშნულია, მითითებულია ფრჩხილებში ჩანაწერების ჯამის შემდეგ ."
-
-#: 01170004.xhp#par_id3155616.52.help.text
-msgid "To insert columns into the table control, click in the column heads and bring up the context menu. The following commands are available:"
-msgstr "ცხრილის სამართავ ღილაკებში სვეტების ჩასასმელად დააწკაპუნეთ სვეტების თავში და გამოიძახეთ კონტექსტუალური მენიუ. მოცემულია შემდეგი ბრძანებები:"
-
-#: 01170004.xhp#hd_id3150789.53.help.text
-msgid "Insert Column"
-msgstr "სვეტის ჩასმა"
-
-#: 01170004.xhp#par_id3153750.54.help.text
-msgid "<ahelp hid=\"SID_FM_INSERTCOL\">Calls a submenu to select a data field to adopt it in the table control.</ahelp>"
-msgstr "<ahelp hid=\"SID_FM_INSERTCOL\">იძახებს ქვე-მენიუს ცხრილის სამართავ ღილაკში ჩასასმელ მონაცემთა ველის მოსანიშნად.</ahelp>"
-
-#: 01170004.xhp#par_id3155552.59.help.text
-msgid "Configure the table control using drag and drop: Open the data source browser and drag the desired fields out of the data source browser and on to the column heads of the table control. A pre-configured column is created."
-msgstr "განსაზღვრეთ ცხრილის სამართავი ღილაკი გადატანის მეთოდის მეშვეობით: გახსენით მონაცემთა წყაროს ბრაუზერი და გადაიტანეთ სასურველი ველები მონაცემთა წყაროს ბრაუზერიდან ცხრილის სამართავი ღილაკის სვეტის თავებზე. ამის შედეგად შეიქმნება სვეტი წინასწარ განსაზღვრული კონფიგურაციით."
-
-#: 01170004.xhp#hd_id3149827.55.help.text
-msgctxt "01170004.xhp#hd_id3149827.55.help.text"
-msgid "Replace with"
+#. 0r8D
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110A7\n"
+"help.text"
+msgid "Contents are linked: Linked cell is cleared"
msgstr ""
-#: 01170004.xhp#par_id3153345.56.help.text
-msgid "<ahelp hid=\"SID_FM_CHANGECOL\">Opens a submenu to select a data field to replace the data field selected in the table control.</ahelp>"
-msgstr "<ahelp hid=\"SID_FM_CHANGECOL\">ხსნის ქვე-მენიუს მონაცემთა ველის მოსანიშნად, ცხრილის სამართავ ღილაკში მონიშნული მონაცემთა ველის შესაცვლელად.</ahelp>"
-
-#: 01170004.xhp#hd_id3143267.57.help.text
-msgid "Delete Column"
-msgstr "სვეტის წაშლა"
-
-#: 01170004.xhp#par_id3157958.58.help.text
-msgid "<ahelp hid=\"SID_FM_DELETECOL\">Deletes the currently selected column.</ahelp>"
-msgstr "<ahelp hid=\"SID_FM_DELETECOL\">შლის ამ მომენტში მონიშნულ სვეტს.</ahelp>"
-
-#: 01170004.xhp#hd_id3147275.73.help.text
-msgid "Column"
-msgstr "სვეტი"
-
-#: 01170004.xhp#par_id3152996.74.help.text
-msgid "Opens the properties dialog of the selected column."
-msgstr "ხსნის მონიშნული სვეტის პარამეტრების დიალოგს."
-
-#: 01170004.xhp#hd_id3148539.79.help.text
-msgid "Hide Columns"
-msgstr "სვეტების დამალვა"
-
-#: 01170004.xhp#par_id3159157.80.help.text
-msgid "<ahelp hid=\"SID_FM_HIDECOL\">Hides the selected column.</ahelp> Its properties are not changed."
-msgstr "<ahelp hid=\"SID_FM_HIDECOL\">მალავს მონიშნულ სვეტს.</ahelp> მისი პარამეტრები არ იცვლება."
-
-#: 01170004.xhp#hd_id3150771.81.help.text
-msgid "Show columns"
-msgstr "სვეტების ჩვენება"
-
-#: 01170004.xhp#par_id3159400.82.help.text
-msgid "<ahelp hid=\"SID_FM_SHOWCOLS\">Calls a submenu where you can select the columns to show again.</ahelp> To show only one column, click the column name. You see only the first 16 hidden columns. If there are more hidden columns, choose the <emph>More</emph> command to call the <emph>Show Columns</emph> dialog."
-msgstr "<ahelp hid=\"SID_FM_SHOWCOLS\">იძახებს ქვე-მენიუს, სადაც თქვენ შეგიძლიათ სვეტების მონიშვნა მათი განმეორებითი ჩვენების მიზნით.</ahelp> მხოლოდ ერთი სვეტის საჩვენებლად, დააწკაპუნეთ სვეტის სახელზე. თქვენ დაინახავთ მხოლოდ პირველ 16 დამალულ სვეტს. თუ დამალული სვეტების რაოდენობა მეტია, აირჩიეთ <emph>მეტი</emph> ბრძანება <emph>სვეტების ჩვენება</emph> დიალოგის გამოსაძახებლად."
-
-#: 01170004.xhp#hd_id3156193.83.help.text
-msgid "More"
-msgstr "მეტი"
-
-#: 01170004.xhp#par_id3159269.84.help.text
-msgid "<ahelp hid=\"SID_FM_SHOWCOLS_MORE\">Calls the <emph>Show Columns</emph> dialog.</ahelp>"
-msgstr "<ahelp hid=\"SID_FM_SHOWCOLS_MORE\">იძახებს <emph>სვეტების ჩვენება</emph> დიალოგს.</ahelp>"
-
-#: 01170004.xhp#par_id3149763.85.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVX_DLG_SHOWGRIDCOLUMNS:1\">In the <emph>Show Columns</emph> dialog you can select the columns to be shown. Hold down the Shift or Ctrl (Mac: Command) key to select multiple entries.</ahelp>"
-msgstr "<ahelp hid=\"SVX:LISTBOX:RID_SVX_DLG_SHOWGRIDCOLUMNS:1\"> დიალოგში <emph>სვეტების ჩვენება</emph> თქვენ შეგიძლიათ მონიშნოთ საჩვენებელი სვეტები. დააჭირეთ და არ აუშვათ Shift ან Ctrl ღილაკს ერთზე მეტი მონაცემის მოსანიშნად.</ahelp>"
-
-#: 01170004.xhp#hd_id3153561.86.help.text
-msgid "All"
-msgstr "ყველა"
-
-#: 01170004.xhp#par_id3150504.87.help.text
-msgid "<ahelp hid=\"SID_FM_SHOWALLCOLS\">Click <emph>All </emph>if you want to show all columns.</ahelp>"
-msgstr "<ahelp hid=\"SID_FM_SHOWALLCOLS\">დააწკაპუნეთ <emph>ყველა </emph>თუ გსურთ ყველა სვეტის ჩვენება.</ahelp>"
-
-#: 01170004.xhp#hd_id3153349.127.help.text
-msgid "Keyboard-only control of Table Controls"
-msgstr "ცხრილის სამართავი ღილაკების მხოლოდ კლავიატურით გამოსაყენებელი სამართავი ღილაკი"
-
-#: 01170004.xhp#par_id3149416.126.help.text
-msgid "If you use the keyboard only to travel through controls in your document, you will find one difference to the other types of controls: the Tab key does not move the cursor to the next control, but moves to the next column inside the table control. Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab to move to the next control, or press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab to move to the previous control."
+#. 13)E
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110AA\n"
+"help.text"
+msgid "Selection is linked: Value 0 is entered in the linked cell"
msgstr ""
-#: 01170004.xhp#hd_id3153062.128.help.text
-msgid "To enter the special keyboard-only edit mode for Table Controls:"
-msgstr "ცხრილის სამართავი ღილაკებისთვის მხოლოდ კლავიატურით რედაქტირების საგანგებო რეჟიმის გამოსაძახებლად: "
-
-#: 01170004.xhp#par_id3144510.129.help.text
-msgid "The form document must be in <link href=\"text/shared/02/01170500.xhp\" name=\"design mode\">design mode</link>."
-msgstr "ფორმის დოკუმენტი უნდა იყოს <link href=\"text/shared/02/01170500.xhp\" name=\"design mode\">დიზაინის რეჟიმში</link>."
-
-#: 01170004.xhp#par_id3154758.130.help.text
-msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6 to select the document."
+#. 0NCr
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110B1\n"
+"help.text"
+msgid "Enter text or a number into the linked cell"
msgstr ""
-#: 01170004.xhp#par_id3161657.131.help.text
-msgid "Press Shift+F4 to select the first control. If the Table Control is not the first control, press Tab until it is selected."
-msgstr "დააჭირეთ Shift+F4 ღილაკებს პირველი სამართავი ღილაკის მოსანიშნად. თუ ცხრილის სამართავი ღილაკი არ წარმოადგენს პირველ სამართავ ღილაკს, დააჭირეთ ტაბულაციის ღილაკს მის მონიშვნამდე."
-
-#: 01170004.xhp#par_id3151056.132.help.text
-msgid "Press Enter to enter the edit mode. The handles are shown farther out from the control border."
-msgstr "დააჭირეთ Enter ღილაკს რედაქტირების რეჟიმში შესასვლელად. ჩასაჭიდები გამოჩნდება სამართავი ღილაკის საზღვრებს გარეთ, ცოტა მოშორებით."
-
-#: 01170004.xhp#par_id3154938.133.help.text
-msgid "In the edit mode, you can open the edit mode context menu by pressing Shift+F10."
-msgstr "რედაქტირების რეჟიმში ყოფნისას თქვენ შეგიძლიათ გამოიძახოთ რედაქტირების რეჟიმის კონტექსტუალური მენიუ Shift+F10 ღილაკებზე დაჭერით."
-
-#: 01170004.xhp#par_id3154365.134.help.text
-msgid "If you want to edit columns, press Shift+Space to enter column edit mode. Now you can rearrange the order of columns with <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Arrow keys. The Delete key deletes the current column."
+#. q4{[
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110B7\n"
+"help.text"
+msgid "Contents are linked: Find and select an equal list item"
msgstr ""
-#: 01170004.xhp#par_id3145419.135.help.text
-msgid "Press the Escape key to exit the edit mode."
-msgstr "დააჭირეთ Escape ღილაკს რედაქტირების რეჟიმიდან გამოსასვლელად."
-
-#: 12090100.xhp#tit.help.text
-msgctxt "12090100.xhp#tit.help.text"
-msgid "Standard Filter"
+#. T4-7
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110BA\n"
+"help.text"
+msgid "Selection is linked: The list item at the specified position (starting with 1 for the first item) is selected. If not found, all items are deselected."
msgstr ""
-#: 12090100.xhp#hd_id3151097.1.help.text
-msgctxt "12090100.xhp#hd_id3151097.1.help.text"
-msgid "Standard Filter"
+#. f\NR
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110C1\n"
+"help.text"
+msgid "Enter a formula into the linked cell"
msgstr ""
-#: 12090100.xhp#par_id3149716.2.help.text
-msgid "<ahelp hid=\".uno:DataFilterStandardFilter\">Specifies the logical conditions to filter your table data.</ahelp> This dialog is available for spreadsheet documents, database tables and database forms. The dialog for databases does not contain the <emph>More Options</emph> button."
+#. CfpU
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110C7\n"
+"help.text"
+msgid "Find and select a list item that matches the formula result and link mode"
msgstr ""
-#: 12090100.xhp#par_idN105EE.help.text
-msgid " <embedvar href=\"text/scalc/guide/filters.xhp#filters\"/> "
+#. 7GzS
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110CE\n"
+"help.text"
+msgid "Clear the linked cell"
msgstr ""
-#: 12090100.xhp#hd_id3155555.3.help.text
-msgid "Filter criteria"
+#. NWNK
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110D4\n"
+"help.text"
+msgid "Deselect all items in the list box"
msgstr ""
-#: 12090100.xhp#par_id3147834.4.help.text
-msgid "You can define a filter by indicating the type of line, the name of the field, a logical condition and a value or a combination of arguments."
+#. dH_X
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110DB\n"
+"help.text"
+msgid "Change the contents of the list source range"
msgstr ""
-#: 12090100.xhp#hd_id3149751.5.help.text
-msgid "Operator"
-msgstr "ოპერატორი"
-
-#: 12090100.xhp#par_id3149177.6.help.text
-msgid "<ahelp hid=\"DBACCESS_LISTBOX_DLG_FILTERCRIT_LB_WHERECOND3\">For the following arguments, you can choose between the logical operators AND / OR.</ahelp>"
+#. LEWX
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110E1\n"
+"help.text"
+msgid "List box items are updated according to the change. The selection is preserved. This may cause an update to the linked cell."
msgstr ""
-#: 12090100.xhp#hd_id3149182.7.help.text
-msgctxt "12090100.xhp#hd_id3149182.7.help.text"
-msgid "Field name"
+#. aT#s
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110EC\n"
+"help.text"
+msgid "Combo box with linked cell"
msgstr ""
-#: 12090100.xhp#par_id3149398.8.help.text
-msgid "<ahelp hid=\"DBACCESS_LISTBOX_DLG_FILTERCRIT_LB_WHEREFIELD3\">Specifies the field names from the current table to set them in the argument.</ahelp> You will see the column identifiers if no text is available for the field names."
+#. !,X)
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110F9\n"
+"help.text"
+msgid "Action"
msgstr ""
-#: 12090100.xhp#hd_id3147653.9.help.text
-msgid "Condition"
-msgstr "მდგომარეობა"
-
-#: 12090100.xhp#par_id3150254.10.help.text
-msgid "<ahelp hid=\"DBACCESS_LISTBOX_DLG_FILTERCRIT_LB_WHERECOMP3\">Specifies the <link href=\"text/shared/02/12090101.xhp\" name=\"comparative operators\">comparative operators</link> through which the entries in the <emph>Field name</emph> and <emph>Value</emph> fields can be linked.</ahelp>"
+#. KEAu
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110FF\n"
+"help.text"
+msgid "Result"
msgstr ""
-#: 12090100.xhp#hd_id3149166.11.help.text
-msgctxt "12090100.xhp#hd_id3149166.11.help.text"
-msgid "Value"
+#. y;DW
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11106\n"
+"help.text"
+msgid "Enter text into the edit field of the combo box, or select an entry from the drop-down list"
msgstr ""
-#: 12090100.xhp#par_id3149795.12.help.text
-msgid "<ahelp hid=\"DBACCESS_EDIT_DLG_FILTERCRIT_ET_WHEREVALUE3\">Specifies a value to filter the field.</ahelp>"
+#. N{Kh
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1110C\n"
+"help.text"
+msgid "Text is copied into the linked cell"
msgstr ""
-#: 12090100.xhp#par_id3150976.14.help.text
-msgid "The<emph> Value </emph>list box contains all possible values for the specified <emph>Field name</emph> . Choose the value to be used in the filter. You can also choose the <emph>- empty -</emph> or <emph>-not empty -</emph> entries.."
+#. (m+H
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11113\n"
+"help.text"
+msgid "Clear the edit field of the combo box"
msgstr ""
-#: 12090100.xhp#par_id3156118.15.help.text
-msgid "If you use the filter function in database tables or forms, then type the value in the <emph>Value </emph>text box to be used for filtering."
+#. @~\P
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11119\n"
+"help.text"
+msgid "Linked cell is cleared"
msgstr ""
-#: 12090100.xhp#hd_id3153061.13.help.text
-msgid "<link href=\"text/scalc/01/12040201.xhp\" name=\"More Options\">More Options</link>"
+#. 0]JO
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11120\n"
+"help.text"
+msgid "Enter text or a number into the linked cell"
msgstr ""
-#: 07070100.xhp#tit.help.text
-msgctxt "07070100.xhp#tit.help.text"
-msgid "Edit Data"
+#. ]tyW
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11126\n"
+"help.text"
+msgid "Text or number is copied into the edit field of the combo box"
msgstr ""
-#: 07070100.xhp#hd_id3144415.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/07070100.xhp\" name=\"Edit Data\">Edit Data</link>"
-msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">ზოგადი</link>"
-
-#: 07070100.xhp#bm_id3144740.help.text
-msgid "<bookmark_value>read-only documents; database tables on/off </bookmark_value><bookmark_value>protected database tables</bookmark_value><bookmark_value>data; read-only</bookmark_value>"
+#. 4=oC
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1112D\n"
+"help.text"
+msgid "Enter a formula into the linked cell"
msgstr ""
-#: 07070100.xhp#par_id3144740.2.help.text
-msgid "<ahelp hid=\".\">Turns the edit mode for the current database table on or off.</ahelp>"
+#. C2vd
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11133\n"
+"help.text"
+msgid "Formula result is copied into the edit field of the combo box"
msgstr ""
-#: 07070100.xhp#par_id3155805.help.text
-msgid "<image id=\"img_id3152801\" src=\"cmd/sc_editdoc.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152801\">Icon</alt></image>"
+#. (5m^
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1113A\n"
+"help.text"
+msgid "Clear the linked cell"
msgstr ""
-#: 07070100.xhp#par_id3149096.3.help.text
-msgctxt "07070100.xhp#par_id3149096.3.help.text"
-msgid "Edit Data"
+#. $F?4
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11140\n"
+"help.text"
+msgid "Edit field of the combo box is cleared"
msgstr ""
-#: 07070100.xhp#hd_id3149388.4.help.text
-msgid "Editing Databases in Networks"
+#. $JR0
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11147\n"
+"help.text"
+msgid "Change the contents of the list source range"
msgstr ""
-#: 07070100.xhp#par_id3147576.5.help.text
-msgid "To make changes in a database used by more than one person, you must have the appropriate access rights. When you edit an external database, there is no intermediate storage by $[officename] of the changes made. They are sent directly to the database."
+#. EB^e
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1114D\n"
+"help.text"
+msgid "Drop-down list items are updated according to the change. The edit field of the combo box and the linked cell are not changed."
msgstr ""
-#: 20100000.xhp#tit.help.text
-msgid "Date"
-msgstr "თარიღი"
-
-#: 20100000.xhp#hd_id3146902.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/20100000.xhp\" name=\"Date\">Date</link>"
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-
-#: 20100000.xhp#par_id3154926.2.help.text
-msgid "<ahelp hid=\".uno:CurrentDate\" visibility=\"visible\">Displays the current date.</ahelp>"
+#. \q;{
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11163\n"
+"help.text"
+msgid "Contents of the linked cell"
msgstr ""
-#: 20060000.xhp#tit.help.text
-msgid "Document Modification"
+#. Il);
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11167\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_CELL_EXCHANGE_TYPE\">Select the mode of linking a list box with a linked cell on a spreadsheet.</ahelp>"
msgstr ""
-#: 20060000.xhp#hd_id3147477.1.help.text
-msgid "<link href=\"text/shared/02/20060000.xhp\" name=\"Document Modification\">Document Modification</link>"
+#. ,Qj9
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11179\n"
+"help.text"
+msgid "Linked contents: Synchronize the text contents of the selected list box entry with the cell contents. Select \"The selected entry\""
msgstr ""
-#: 20060000.xhp#par_id3148731.2.help.text
-msgid "<ahelp hid=\"SID_MODIFYSTATUS\">If changes to the document have not yet been saved, a \"*\" is displayed in this field on the Status Bar. This also applies to new, not yet saved documents.</ahelp>"
+#. rP_s
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1117D\n"
+"help.text"
+msgid "Linked selection position: The position of the single selected item in the list box is synchronized with the numerical value in the cell. Select \"Position of the selected entry\""
msgstr ""
-#: 02030000.xhp#tit.help.text
-msgctxt "02030000.xhp#tit.help.text"
-msgid "Font Size"
+#. W$E]
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1118B\n"
+"help.text"
+msgid "Source cell range"
msgstr ""
-#: 02030000.xhp#hd_id3085157.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/02030000.xhp\" name=\"Font Size\">Font Size</link>"
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-
-#: 02030000.xhp#par_id3150014.2.help.text
-msgid "<variable id=\"schriftgroessetext\"><ahelp hid=\".uno:FontHeight\" visibility=\"visible\">Allows you to choose between different font sizes from the list, or to enter a size manually.</ahelp></variable>"
+#. 3Uke
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN111A1\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_LIST_CELL_RANGE\">Enter a cell range that contains the entries for a list box or combo box on a spreadsheet.</ahelp> If you enter a multi-column range, only the contents of the leftmost column are used to fill the control."
msgstr ""
-#: 02030000.xhp#par_id3153255.help.text
-msgid "<image src=\"res/helpimg/swh00056.png\" id=\"img_id3109850\" localize=\"true\"><alt id=\"alt_id3109850\">Icon</alt></image>"
+#. /60x
+#: 01170902.xhp
+msgctxt ""
+"01170902.xhp\n"
+"tit\n"
+"help.text"
+msgid "Combo/List Box Wizard: Field Selection"
msgstr ""
-#: 02030000.xhp#par_id3159194.4.help.text
-msgctxt "02030000.xhp#par_id3159194.4.help.text"
-msgid "Font Size"
+#. oSn!
+#: 01170902.xhp
+msgctxt ""
+"01170902.xhp\n"
+"hd_id3153323\n"
+"14\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170902.xhp\" name=\"Combo/List Box Wizard: Field Selection\">Combo/List Box Wizard: Field Selection</link>"
msgstr ""
-#: 02030000.xhp#par_id3153049.help.text
-msgid "<image src=\"res/helpimg/swh00056.png\" id=\"img_id3154751\" localize=\"true\"><alt id=\"alt_id3154751\">Icon</alt></image>"
+#. t@Ra
+#: 01170902.xhp
+msgctxt ""
+"01170902.xhp\n"
+"par_id3154228\n"
+"9\n"
+"help.text"
+msgid "Select the data field specified in the table on the previous page, whose contents should be displayed in the list or combo box."
msgstr ""
-#: 02030000.xhp#par_id3145314.3.help.text
-msgctxt "02030000.xhp#par_id3145314.3.help.text"
-msgid "Font Size"
+#. @_*Z
+#: 01170902.xhp
+msgctxt ""
+"01170902.xhp\n"
+"hd_id3153894\n"
+"10\n"
+"help.text"
+msgid "Available Fields"
msgstr ""
-#: 12080000.xhp#tit.help.text
-msgctxt "12080000.xhp#tit.help.text"
-msgid "Data to Fields"
+#. LtTM
+#: 01170902.xhp
+msgctxt ""
+"01170902.xhp\n"
+"par_id3093440\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_LCW_CONTENTSELECTION_FIELD_LB_SELECTFIELD\">Displays all table fields chosen on the previous Wizard page.</ahelp>"
msgstr ""
-#: 12080000.xhp#hd_id3149031.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/12080000.xhp\" name=\"Data to Fields\">Data to Fields</link>"
-msgstr "<link href=\"text/shared/02/01170400.xhp\" name=\"Add Field\">ველის დამატება</link>"
-
-#: 12080000.xhp#par_id3150476.2.help.text
-msgid "<ahelp hid=\".uno:DataSourceBrowser/InsertContent\">Updates the contents of the existing database fields by the marked records.</ahelp> The <emph>Data to Fields </emph>icon is only available if the current document is a text document."
+#. /8xn
+#: 01170902.xhp
+msgctxt ""
+"01170902.xhp\n"
+"hd_id3145669\n"
+"12\n"
+"help.text"
+msgid "Display Field"
msgstr ""
-#: 12080000.xhp#par_id3149205.help.text
-msgid "<image id=\"img_id3154398\" src=\"cmd/sc_dsbinsertcontent.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154398\">Icon</alt></image>"
+#. J1sS
+#: 01170902.xhp
+msgctxt ""
+"01170902.xhp\n"
+"par_id3145136\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_EDIT_RID_PAGE_LCW_CONTENTSELECTION_FIELD_ET_DISPLAYEDFIELD\">Specifies the field whose data are to be shown in the combo or list boxes.</ahelp>"
msgstr ""
-#: 12080000.xhp#par_id3145669.3.help.text
-msgctxt "12080000.xhp#par_id3145669.3.help.text"
-msgid "Data to Fields"
+#. KC`Q
+#: 01170902.xhp
+msgctxt ""
+"01170902.xhp\n"
+"par_id3145345\n"
+"19\n"
+"help.text"
+msgid "The field name given here appears in the <link href=\"text/shared/02/01170102.xhp\" name=\"Control properties\">Control properties</link> as an element of an SQL statement in the <emph>List Contents</emph> field."
msgstr ""
-#: 14040000.xhp#tit.help.text
-msgctxt "14040000.xhp#tit.help.text"
-msgid "Functions"
+#. it6Z
+#: 14060000.xhp
+msgctxt ""
+"14060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Alias"
msgstr ""
-#: 14040000.xhp#hd_id3153514.1.help.text
+#. 7Yuh
+#: 14060000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">Functions</link>"
+msgctxt ""
+"14060000.xhp\n"
+"hd_id3150758\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Alias</link>"
msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 14040000.xhp#par_id3159224.2.help.text
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the \"Function\" row in the lower part of the design view of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link> window.</ahelp>"
+#. pJ6J
+#: 14060000.xhp
+msgctxt ""
+"14060000.xhp\n"
+"par_id3148731\n"
+"2\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the \"Alias\" row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>.</ahelp>"
msgstr ""
-#: 14040000.xhp#par_id3149205.help.text
-msgid "<image src=\"cmd/sc_dbviewfunctions.png\" id=\"img_id3154399\"><alt id=\"alt_id3154399\">Icon</alt></image>"
+#. hCwS
+#: 14060000.xhp
+msgctxt ""
+"14060000.xhp\n"
+"par_id3150808\n"
+"help.text"
+msgid "<image src=\"cmd/sc_dbviewaliases.png\" id=\"img_id3151315\"><alt id=\"alt_id3151315\">Icon</alt></image>"
msgstr ""
-#: 14040000.xhp#par_id3145669.3.help.text
-msgctxt "14040000.xhp#par_id3145669.3.help.text"
-msgid "Functions"
+#. 2.}O
+#: 14060000.xhp
+msgctxt ""
+"14060000.xhp\n"
+"par_id3151234\n"
+"3\n"
+"help.text"
+msgid "Alias"
msgstr ""
-#: 20020000.xhp#tit.help.text
-msgid "Current Page Style"
+#. q)-[
+#: 20060000.xhp
+msgctxt ""
+"20060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Document Modification"
msgstr ""
-#: 20020000.xhp#bm_id3083278.help.text
-msgid "<bookmark_value>page styles;editing/applying with statusbar</bookmark_value>"
+#. Pb2X
+#: 20060000.xhp
+msgctxt ""
+"20060000.xhp\n"
+"hd_id3147477\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/20060000.xhp\" name=\"Document Modification\">Document Modification</link>"
msgstr ""
-#: 20020000.xhp#hd_id3083278.1.help.text
-msgid "<link href=\"text/shared/02/20020000.xhp\" name=\"Current Page Style\">Current Page Style</link>"
+#. p_+R
+#: 20060000.xhp
+msgctxt ""
+"20060000.xhp\n"
+"par_id3148731\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"SID_MODIFYSTATUS\">If changes to the document have not yet been saved, a \"*\" is displayed in this field on the Status Bar. This also applies to new, not yet saved documents.</ahelp>"
msgstr ""
-#: 20020000.xhp#par_id3148731.2.help.text
-msgid "<ahelp hid=\".uno:LayoutStatus\">Displays the current Page Style. Double-click to edit the style, right-click to select another style.</ahelp>"
+#. s6.5
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Font Name"
msgstr ""
-#: 20020000.xhp#par_id3149283.3.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Double-click the<emph> Page Style field </emph>to open the <link href=\"text/swriter/01/05040000.xhp\" name=\"Page Style\">Page Style</link> dialog, in which you can edit the style for the current page. In the context menu of this field, you can apply a Page Style. </caseinline></switchinline>"
+#. 32iY
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"bm_id3148983\n"
+"help.text"
+msgid "<bookmark_value>fonts; specifying several</bookmark_value><bookmark_value>alternative fonts</bookmark_value><bookmark_value>characters; alternative fonts</bookmark_value>"
msgstr ""
-#: 20020000.xhp#par_id3151234.4.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Double-click the <emph>Page Style</emph> field to open the <link href=\"text/scalc/01/05070000.xhp\" name=\"Page Style\">Page Style</link> dialog, in which you can edit the style for the current page. </caseinline></switchinline>"
-msgstr ""
+#. aZn*
+#: 02020000.xhp
+#, fuzzy
+msgctxt ""
+"02020000.xhp\n"
+"hd_id3150808\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/02020000.xhp\" name=\"Font Name\">Font Name</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 20020000.xhp#par_id3149346.5.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Double-click this field to open the <link href=\"text/simpress/01/05120000.xhp\" name=\"Page Style\">Slide Design</link> dialog in which you can select the style for the current slide. You can select a different paper format or background. </caseinline></switchinline>"
+#. PchQ
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"par_id3156414\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"schriftarttext\"><ahelp hid=\".uno:CharFontName\">Allows you to select a font name from the list or enter a font name directly.</ahelp></variable>"
msgstr ""
-#: 20020000.xhp#par_id3147008.6.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Double-click this field to open the <link href=\"text/simpress/01/05120000.xhp\" name=\"Page Style\">Slide Design</link> dialog in which you select the style for the current page. You can select a different paper format or background. </caseinline></switchinline>"
+#. VSDr
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"par_id3153750\n"
+"10\n"
+"help.text"
+msgid "You can enter several fonts, separated by semicolons. $[officename] uses each named font in succession if the previous fonts are not available."
msgstr ""
-#: 10040000.xhp#tit.help.text
-msgid "To Document End/Last Page"
+#. Z\Zu
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"par_id3153394\n"
+"11\n"
+"help.text"
+msgid "Any font changes apply to the selected text or word in which the cursor is positioned. If no text has been selected, the font applies to text typed afterwards."
msgstr ""
-#: 10040000.xhp#hd_id3154840.1.help.text
-msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\"><link href=\"text/shared/02/10040000.xhp\" name=\"To Document End\">To Document End</link></caseinline> <defaultinline><link href=\"text/shared/02/10040000.xhp\" name=\"Last Page\">Last Page</link></defaultinline> </switchinline>"
+#. ZS#z
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"par_id3155941\n"
+"8\n"
+"help.text"
+msgid "The last five font names that have been selected are shown in the top part of the combo box, if you have marked the <emph>Font history</emph> field in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - View</emph>. As soon as you close your document, the normal alphabetic numbering of the installed fonts will be recreated."
msgstr ""
-#: 10040000.xhp#par_id3149716.2.help.text
-msgid "<ahelp hid=\".uno:LastPage\" visibility=\"visible\">Moves to the last page of the document.</ahelp> This function is only active when you select the <emph>Page Preview</emph> function on the <emph>File</emph> menu."
+#. v+FW
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"par_id3145315\n"
+"help.text"
+msgid "<image id=\"img_id3154810\" src=\"res/helpimg/swh00055.png\" width=\"1.25in\" height=\"0.2398in\"><alt id=\"alt_id3154810\">Icon</alt></image>"
msgstr ""
-#: 10040000.xhp#par_id3155805.help.text
-msgid "<image src=\"cmd/sc_gotoendofdoc.png\" id=\"img_id3153394\"><alt id=\"alt_id3153394\">Icon</alt></image>"
+#. ]%kF
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"par_id3150085\n"
+"3\n"
+"help.text"
+msgid "Font Name"
msgstr ""
-#: 10040000.xhp#par_id3145313.3.help.text
-msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\">To Document End</caseinline> <defaultinline>Last Page</defaultinline> </switchinline>"
+#. |/qT
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"par_id3156024\n"
+"4\n"
+"help.text"
+msgid "In $[officename] you see the available fonts only if a printer is installed as the default printer in your system. <switchinline select=\"sys\"><caseinline select=\"UNIX\">With the <link href=\"text/shared/guide/spadmin.xhp\" name=\"spadmin\">spadmin</link> program you can define a printer as the default printer. </caseinline><defaultinline>In order to install a printer as the default printer please refer to your operating system documentation.</defaultinline></switchinline>"
msgstr ""
-#: 08020000.xhp#tit.help.text
-msgid "Position in Document"
+#. Xokt
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"par_id3148550\n"
+"7\n"
+"help.text"
+msgid "<variable id=\"vorschautext\">You can see the name of the fonts formatted in their respective font if you mark the <emph>Preview in fonts lists</emph> field in <link href=\"text/shared/optionen/01010800.xhp\" name=\"$[officename] - View\">$[officename] - View</link> in the Options dialog box.</variable>"
msgstr ""
-#: 08020000.xhp#hd_id3147588.1.help.text
-msgid "<link href=\"text/shared/02/08020000.xhp\" name=\"Position in Document\">Position in Document</link>"
+#. {+bZ
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"par_id3154125\n"
+"6\n"
+"help.text"
+msgid "If you receive an error message that states that certain fonts have not been found, you can install them with <emph>$[officename] Setup</emph> in the <emph>Repair</emph> mode if it is a $[officename] font."
msgstr ""
-#: 08020000.xhp#par_id3143284.2.help.text
-msgid "<ahelp hid=\".uno:StatusGetPosition\">Displays the current cursor position in the %PRODUCTNAME Basic document. The row number is specified, then the column number.</ahelp>"
+#. 7s^[
+#: 20020000.xhp
+msgctxt ""
+"20020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Current Page Style"
msgstr ""
-#: 05020000.xhp#tit.help.text
-msgctxt "05020000.xhp#tit.help.text"
-msgid "Arrow Style"
+#. 0lnk
+#: 20020000.xhp
+msgctxt ""
+"20020000.xhp\n"
+"bm_id3083278\n"
+"help.text"
+msgid "<bookmark_value>page styles;editing/applying with statusbar</bookmark_value>"
msgstr ""
-#: 05020000.xhp#hd_id3148520.1.help.text
+#. FVTE
+#: 20020000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/02/05020000.xhp\" name=\"Arrow Style\">Arrow Style</link>"
+msgctxt ""
+"20020000.xhp\n"
+"hd_id3083278\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/20020000.xhp\" name=\"Current Page Style\">Current Page Style</link>"
msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">ფაილიდან</link>"
-#: 05020000.xhp#par_id3155934.2.help.text
-msgid "<ahelp hid=\".uno:LineEndStyle\">Opens the <emph>Arrowheads</emph> toolbar. Use the symbols shown to define the style for the end of the selected line.</ahelp>"
+#. tZBj
+#: 20020000.xhp
+msgctxt ""
+"20020000.xhp\n"
+"par_id3148731\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:LayoutStatus\">Displays the current Page Style. Double-click to edit the style, right-click to select another style.</ahelp>"
msgstr ""
-#: 05020000.xhp#par_id3150808.4.help.text
-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."
+#. )?u$
+#: 20020000.xhp
+msgctxt ""
+"20020000.xhp\n"
+"par_id3149283\n"
+"3\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Double-click the<emph> Page Style field </emph>to open the <link href=\"text/swriter/01/05040000.xhp\" name=\"Page Style\">Page Style</link> dialog, in which you can edit the style for the current page. In the context menu of this field, you can apply a Page Style. </caseinline></switchinline>"
msgstr ""
-#: 05020000.xhp#par_id3148548.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>"
+#. Vr=A
+#: 20020000.xhp
+msgctxt ""
+"20020000.xhp\n"
+"par_id3151234\n"
+"4\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Double-click the <emph>Page Style</emph> field to open the <link href=\"text/scalc/01/05070000.xhp\" name=\"Page Style\">Page Style</link> dialog, in which you can edit the style for the current page. </caseinline></switchinline>"
msgstr ""
-#: 05020000.xhp#par_id3149096.3.help.text
-msgctxt "05020000.xhp#par_id3149096.3.help.text"
-msgid "Arrow Style"
+#. I,/x
+#: 20020000.xhp
+msgctxt ""
+"20020000.xhp\n"
+"par_id3149346\n"
+"5\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Double-click this field to open the <link href=\"text/simpress/01/05120000.xhp\" name=\"Page Style\">Slide Design</link> dialog in which you can select the style for the current slide. You can select a different paper format or background. </caseinline></switchinline>"
msgstr ""
-#: 01170901.xhp#tit.help.text
-msgid "Combo Box / List Box Wizard: Table Selection"
+#. {/tf
+#: 20020000.xhp
+msgctxt ""
+"20020000.xhp\n"
+"par_id3147008\n"
+"6\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Double-click this field to open the <link href=\"text/simpress/01/05120000.xhp\" name=\"Page Style\">Slide Design</link> dialog in which you select the style for the current page. You can select a different paper format or background. </caseinline></switchinline>"
msgstr ""
-#: 01170901.xhp#hd_id3154228.4.help.text
-msgid "<link href=\"text/shared/02/01170901.xhp\" name=\"Combo Box / List Box Wizard: Table Selection\">Combo Box / List Box Wizard: Table Selection</link>"
-msgstr ""
+#. `$lf
+#: 20090000.xhp
+msgctxt ""
+"20090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Time"
+msgstr "დრო"
-#: 01170901.xhp#par_id3149716.5.help.text
-msgid "Specifies a table from the available database tables that contains the data field whose content should be displayed as a list entry."
-msgstr ""
+#. +FDl
+#: 20090000.xhp
+#, fuzzy
+msgctxt ""
+"20090000.xhp\n"
+"hd_id3152823\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/20090000.xhp\" name=\"Time\">Time</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 01170901.xhp#par_id3153114.8.help.text
-msgid "For list boxes, a table that can be linked with the current form table is indicated. The link table must have at least one field in common with the table of the current form. This makes it possible to establish an unambiguous reference."
+#. 4WsB
+#: 20090000.xhp
+msgctxt ""
+"20090000.xhp\n"
+"par_id3151299\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:CurrentTime\" visibility=\"visible\">Displays the current time.</ahelp>"
msgstr ""
-#: 01170901.xhp#par_id3155555.9.help.text
-msgid "For combo boxes, there must be a relationship between the form table and the table containing the data to be displayed in the combo box."
+#. 18qb
+#: 01170002.xhp
+msgctxt ""
+"01170002.xhp\n"
+"tit\n"
+"help.text"
+msgid "Special properties of a formatted field"
msgstr ""
-#: 01170901.xhp#hd_id3147226.6.help.text
-msgctxt "01170901.xhp#hd_id3147226.6.help.text"
-msgid "Table"
-msgstr ""
+#. fS!Y
+#: 01170002.xhp
+msgctxt ""
+"01170002.xhp\n"
+"bm_id3150774\n"
+"help.text"
+msgid "<bookmark_value>formatted fields; properties</bookmark_value><bookmark_value>fields; formatted fields</bookmark_value><bookmark_value>controls; formatted fields</bookmark_value>"
+msgstr "<bookmark_value>ფორმატირებული ველები; პარამეტრები</bookmark_value><bookmark_value>ველები; ფორმატირებული ველები</bookmark_value><bookmark_value>სამართავი ღილაკები; ფორმატირებული ველები</bookmark_value>"
-#: 01170901.xhp#par_id3155338.7.help.text
-msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_LCW_CONTENTSELECTION_TABLE_LB_SELECTTABLE\">In the<emph> Table </emph>field, select the table containing the data field whose content should be displayed in the control field.</ahelp>"
+#. tNc,
+#: 01170002.xhp
+msgctxt ""
+"01170002.xhp\n"
+"hd_id3150774\n"
+"131\n"
+"help.text"
+msgid "Special properties of a formatted field"
msgstr ""
-#: 01170901.xhp#par_id3159233.10.help.text
-msgid "The table given here appears in the <link href=\"text/shared/02/01170102.xhp\" name=\"Control properties\">Control properties</link> as an element of an SQL statement in the <emph>List Contents</emph> field."
+#. TK=7
+#: 01170002.xhp
+msgctxt ""
+"01170002.xhp\n"
+"par_id3156410\n"
+"127\n"
+"help.text"
+msgid "<emph>Formatting</emph>: You can set the <emph>Formatting </emph>property by clicking the <emph>... </emph>button in the <emph>Formatting</emph> line of the <emph>Properties: Formatted Field</emph> dialog. The <emph>Number Format</emph> dialog appears."
+msgstr "<emph>ფორმატირება</emph>: თქვენ შეგიძლიათ დააყენოთ პარამეტრი <emph>ფორმატირება </emph> <emph>... </emph> ღილაკზე დაწკაპუნებით <emph>ფორმატირება</emph> <emph>პარამეტრები: ფორმატირებული ველები</emph> დიალოგის ველში. გამოჩნდება <emph>რიცხვის ფორმატი</emph> დიალოგი."
+
+#. =KAz
+#: 01170002.xhp
+msgctxt ""
+"01170002.xhp\n"
+"par_id3150443\n"
+"128\n"
+"help.text"
+msgid "If the formatted field is connected to the text field of a database, the entries in this field will be treated as text. If the formatted field is connected to a field of the database that can be displayed as a number, the input is treated as numbers. The date and time are also handled internally as numbers."
+msgstr "თუ ფორმატირებული ველი დაკავშირებულია მონაცემთა ბაზის ტექსტურ ველთან, ამ ველში შეყვანილი მონაცემები დამუშავდება როგორც ტექსტი. თუ ფორმატირებული ველი დაკავშირებულია მონაცემთა ბაზის ველთან, რომლის რიცხვის სახით ჩვენება შესაძლებელია, შეყვანილი მონაცემები დამუშავდება როგორც ციფრები. თარიღი და დრო ასევე შინაგანად მუშავდება ციფრების სახით."
+
+#. %P2H
+#: 01170002.xhp
+msgctxt ""
+"01170002.xhp\n"
+"par_id3150976\n"
+"129\n"
+"help.text"
+msgid "<emph>Min. value</emph> and <emph>Max. value</emph>: You can enter the minimum and maximum numeric value for a formatted field. The min and max values determine the output of existing data (Example: Min. value is 5, the connected database field contains the integer value 3. The output is 5, but the value in the database is not modified) and the input of new data (Example: Max. value is 10 and you enter 20. The input is corrected and 10 is written in the database). If the fields are not filled in for <emph>Min. value </emph>and <emph>Max. value</emph>, no limits will be applied. For formatted fields that are connected to a database text field, these two values and the <emph>Default value</emph> do not apply."
+msgstr "<emph>Min. value</emph> and <emph>მაქსიმალური მნიშვნელობა</emph>: თქვენ შეგიძლიათ შეიყვანოთ ფორმატირებული ველის მინიმალური და მაქსიმალური ნუმერაციული მნიშვნელობა. მინიმალური და მაქსიმალური მნიშვნელობები განსაზღვრავენ არსებული მონაცემების გამოტანას (მაგალითი:მინიმალური მნიშვნელობა არის 5, დაკავშირებული მონაცემთა ბაზის ველი შეიცავს მთელი რიცხვის მნიშვნელობას 3. გამოტანილი მონაცემი არის 5, მაგრამ მონაცემთა ბაზაში მნიშვნელობა არ იცვლება) და ახალი მონაცემების შეყვანა (მაგალითად: მაქსიმალური მნიშვნელობა არის 10 და თქვენ შეგყავთ 20. შეყვანილი მონაცემი სწორდება და მონაცემთა ბაზაში იწერება 10). თუ <emph>მინიმალური მნიშვნელობა</emph>და <emph>მაქსიმალური მნიშვნელობა</emph> ველები შევსებული არ არის, შეზღუდვა არ დაწესდება. რაც შეეხება მონაცემთა ბაზის ტექსტურ ველებთან დაკავშირებულ ფორმატირებულ ველებს, ეს ორი მნიშვნელობა და <emph>სტანდარტული მნიშვნელობა</emph> არ გამოიყენება."
+
+#. /5)l
+#: 01170002.xhp
+msgctxt ""
+"01170002.xhp\n"
+"par_id3153665\n"
+"130\n"
+"help.text"
+msgid "<emph>Default value</emph>: This value is set for new records as the default value."
+msgstr "<emph>სტანდარტული მნიშვნელობა</emph>: ეს მნიშვნელობა ახალი ჩანაწერების შემთხვევაში გამოიყენება როგორც სტანდარტული მნიშვნელობა."
+
+#. hM2A
+#: 02030000.xhp
+msgctxt ""
+"02030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Font Size"
msgstr ""
-#: 01171200.xhp#tit.help.text
-msgctxt "01171200.xhp#tit.help.text"
-msgid "Display Grid"
+#. !|0`
+#: 02030000.xhp
+#, fuzzy
+msgctxt ""
+"02030000.xhp\n"
+"hd_id3085157\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/02030000.xhp\" name=\"Font Size\">Font Size</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
+
+#. 7!6[
+#: 02030000.xhp
+msgctxt ""
+"02030000.xhp\n"
+"par_id3150014\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"schriftgroessetext\"><ahelp hid=\".uno:FontHeight\" visibility=\"visible\">Allows you to choose between different font sizes from the list, or to enter a size manually.</ahelp></variable>"
msgstr ""
-#: 01171200.xhp#hd_id3150476.1.help.text
-msgctxt "01171200.xhp#hd_id3150476.1.help.text"
-msgid "Display Grid"
+#. zjqo
+#: 02030000.xhp
+msgctxt ""
+"02030000.xhp\n"
+"par_id3153255\n"
+"help.text"
+msgid "<image src=\"res/helpimg/swh00056.png\" id=\"img_id3109850\" localize=\"true\"><alt id=\"alt_id3109850\">Icon</alt></image>"
msgstr ""
-#: 01171200.xhp#par_id3153750.help.text
-msgid "<image id=\"img_id3153049\" src=\"cmd/sc_gridvisible.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153049\">Icon</alt></image>"
+#. 2}/f
+#: 02030000.xhp
+msgctxt ""
+"02030000.xhp\n"
+"par_id3159194\n"
+"4\n"
+"help.text"
+msgid "Font Size"
msgstr ""
-#: 01171200.xhp#par_id3155536.4.help.text
-msgctxt "01171200.xhp#par_id3155536.4.help.text"
-msgid "Display Grid"
+#. _rNU
+#: 02030000.xhp
+msgctxt ""
+"02030000.xhp\n"
+"par_id3153049\n"
+"help.text"
+msgid "<image src=\"res/helpimg/swh00056.png\" id=\"img_id3154751\" localize=\"true\"><alt id=\"alt_id3154751\">Icon</alt></image>"
msgstr ""
-#: 10100000.xhp#tit.help.text
-#, fuzzy
-msgid "Close Window"
-msgstr "ფერის ფანჯარა"
+#. *#Dn
+#: 02030000.xhp
+msgctxt ""
+"02030000.xhp\n"
+"par_id3145314\n"
+"3\n"
+"help.text"
+msgid "Font Size"
+msgstr ""
-#: 10100000.xhp#hd_id3152895.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/10100000.xhp\" name=\"Close Window\">Close Window</link>"
-msgstr "<link href=\"text/shared/01/01050000.xhp\" name=\"Close\">დახურვა</link>"
+#. 0Pth
+#: 02010000.xhp
+msgctxt ""
+"02010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Apply Style"
+msgstr ""
-#: 10100000.xhp#par_id3155934.2.help.text
+#. C9Tx
+#: 02010000.xhp
#, fuzzy
-msgid "<ahelp hid=\".uno:CloseWin\">Closes the current window.</ahelp> Choose <emph>Window - Close Window</emph>, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F4. In the page preview of $[officename] Writer and Calc, you can close the current window by clicking the <emph>Close Preview</emph> button."
-msgstr "დოკუმენტში ყოფნისას სხვა გვერდზე კურსორის სწრაფად გადასაადგილებლად დააწკაპუნეთ Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F5, ჩაბეჭდეთ სასურველი გვერდის ნომერი და დაიცადეთ რამდენიმე წუთს."
+msgctxt ""
+"02010000.xhp\n"
+"hd_id3148520\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/02010000.xhp\" name=\"Apply Style\">Apply Style</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 10100000.xhp#par_id3147143.5.help.text
-msgid "If additional views of the current document were opened by <emph>Window - New Window</emph>, this command will close only the current view."
+#. |Jp?
+#: 02010000.xhp
+msgctxt ""
+"02010000.xhp\n"
+"par_id3155351\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:StyleApply\">Assigns a style to the current paragraph, selected paragraphs, or to a selected object.</ahelp>"
msgstr ""
-#: 10100000.xhp#par_id3153910.6.help.text
-msgid "<link href=\"text/shared/01/01050000.xhp\" name=\"Close the current document\">Close the current document</link>"
-msgstr "<link href=\"text/shared/01/01050000.xhp\" name=\"Close the current document\">დახურეთ მიმდინარე დოკუმენტი</link>"
-
-#: 02040000.xhp#tit.help.text
-msgid "Text running from left to right"
+#. rPGZ
+#: 02010000.xhp
+msgctxt ""
+"02010000.xhp\n"
+"par_idN10621\n"
+"help.text"
+msgid "To reset the selected objects to the default paragraph style, select Clear formatting. Select More to open the Styles and Formatting window."
msgstr ""
-#: 02040000.xhp#hd_id3153255.1.help.text
-msgid "<link href=\"text/shared/02/02040000.xhp\" name=\"Text running from left to right\">Text running from left to right</link>"
+#. r3_*
+#: 02010000.xhp
+msgctxt ""
+"02010000.xhp\n"
+"par_id3155552\n"
+"help.text"
+msgid "<image id=\"img_id3152801\" src=\"res/helpimg/zellvor.png\" width=\"1.0402in\" height=\"0.2098in\" localize=\"true\"><alt id=\"alt_id3152801\">Apply Style</alt></image>"
msgstr ""
-#: 02040000.xhp#par_id3153539.2.help.text
-msgid "<ahelp hid=\".uno:TextdirectionLeftToRigh\" visibility=\"visible\">Specifies the horizontal direction of the text.</ahelp>"
+#. L)58
+#: 02010000.xhp
+msgctxt ""
+"02010000.xhp\n"
+"par_id3145345\n"
+"3\n"
+"help.text"
+msgid "Apply Style"
msgstr ""
-#: 02040000.xhp#par_id3147291.help.text
-msgid "<image src=\"cmd/sc_textdirectionlefttoright.png\" id=\"img_id3155805\"><alt id=\"alt_id3155805\">Icon</alt></image>"
-msgstr ""
+#. thm%
+#: 08010000.xhp
+msgctxt ""
+"08010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Document Information"
+msgstr "სვეტის ინფორმაცია"
-#: 02040000.xhp#par_id3153749.3.help.text
-msgid "Text direction from left to right"
+#. Y,#$
+#: 08010000.xhp
+msgctxt ""
+"08010000.xhp\n"
+"hd_id3153383\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/08010000.xhp\" name=\"Document Information\">Document Information</link>"
msgstr ""
-#: 02020000.xhp#tit.help.text
-msgctxt "02020000.xhp#tit.help.text"
-msgid "Font Name"
+#. |C1G
+#: 08010000.xhp
+msgctxt ""
+"08010000.xhp\n"
+"par_id3155271\n"
+"2\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:StatusGetTitle\">Displays information about the active <item type=\"productname\">%PRODUCTNAME</item> Basic document.</ahelp> The names of the document, the library, and the module are displayed, separated by dots."
msgstr ""
-#: 02020000.xhp#bm_id3148983.help.text
-msgid "<bookmark_value>fonts; specifying several</bookmark_value><bookmark_value>alternative fonts</bookmark_value><bookmark_value>characters; alternative fonts</bookmark_value>"
+#. s(Yc
+#: 13010000.xhp
+msgctxt ""
+"13010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Setting Tabs"
msgstr ""
-#: 02020000.xhp#hd_id3150808.1.help.text
+#. iq58
+#: 13010000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/02/02020000.xhp\" name=\"Font Name\">Font Name</link>"
+msgctxt ""
+"13010000.xhp\n"
+"hd_id3148668\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/13010000.xhp\" name=\"Setting Tabs\">Setting Tabs</link>"
msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-#: 02020000.xhp#par_id3156414.2.help.text
-msgid "<variable id=\"schriftarttext\"><ahelp hid=\".uno:CharFontName\">Allows you to select a font name from the list or enter a font name directly.</ahelp></variable>"
+#. /@UT
+#: 13010000.xhp
+msgctxt ""
+"13010000.xhp\n"
+"par_id3154873\n"
+"2\n"
+"help.text"
+msgid "On the ruler, set the tabs for the current paragraph, or all selected paragraphs, using the mouse."
msgstr ""
-#: 02020000.xhp#par_id3153750.10.help.text
-msgid "You can enter several fonts, separated by semicolons. $[officename] uses each named font in succession if the previous fonts are not available."
+#. wbUj
+#: 13010000.xhp
+msgctxt ""
+"13010000.xhp\n"
+"par_id3148520\n"
+"3\n"
+"help.text"
+msgid "Initially the default tabs are shown on the horizontal ruler. Once you set a tab, only the default tabs to the right of the tab that you have set are available."
msgstr ""
-#: 02020000.xhp#par_id3153394.11.help.text
-msgid "Any font changes apply to the selected text or word in which the cursor is positioned. If no text has been selected, the font applies to text typed afterwards."
+#. =!1C
+#: basicshapes.xhp
+msgctxt ""
+"basicshapes.xhp\n"
+"tit\n"
+"help.text"
+msgid "Basic Shapes"
msgstr ""
-#: 02020000.xhp#par_id3155941.8.help.text
-msgid "The last five font names that have been selected are shown in the top part of the combo box, if you have marked the <emph>Font history</emph> field in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - View</emph>. As soon as you close your document, the normal alphabetic numbering of the installed fonts will be recreated."
+#. apRF
+#: basicshapes.xhp
+msgctxt ""
+"basicshapes.xhp\n"
+"par_idN10557\n"
+"help.text"
+msgid "<link href=\"text/shared/02/basicshapes.xhp\">Basic Shapes</link>"
msgstr ""
-#: 02020000.xhp#par_id3145315.help.text
-msgid "<image id=\"img_id3154810\" src=\"res/helpimg/swh00055.png\" width=\"1.25in\" height=\"0.2398in\"><alt id=\"alt_id3154810\">Icon</alt></image>"
+#. |LdN
+#: basicshapes.xhp
+msgctxt ""
+"basicshapes.xhp\n"
+"par_idN10567\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Basic Shapes toolbar which you can use to insert graphics into your document.</ahelp>"
msgstr ""
-#: 02020000.xhp#par_id3150085.3.help.text
-msgctxt "02020000.xhp#par_id3150085.3.help.text"
-msgid "Font Name"
+#. 9?hA
+#: basicshapes.xhp
+msgctxt ""
+"basicshapes.xhp\n"
+"par_idN10591\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click an icon on the Basic Shapes toolbar, and then drag in the document to draw the shape.</ahelp>"
msgstr ""
-#: 02020000.xhp#par_id3156024.4.help.text
-msgid "In $[officename] you see the available fonts only if a printer is installed as the default printer in your system. <switchinline select=\"sys\"><caseinline select=\"UNIX\">With the <link href=\"text/shared/guide/spadmin.xhp\" name=\"spadmin\">spadmin</link> program you can define a printer as the default printer. </caseinline><defaultinline>In order to install a printer as the default printer please refer to your operating system documentation.</defaultinline></switchinline>"
+#. [h-G
+#: basicshapes.xhp
+msgctxt ""
+"basicshapes.xhp\n"
+"par_idN10594\n"
+"help.text"
+msgid "Some shapes have a 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 ""
-#: 02020000.xhp#par_id3148550.7.help.text
-msgid "<variable id=\"vorschautext\">You can see the name of the fonts formatted in their respective font if you mark the <emph>Preview in fonts lists</emph> field in <link href=\"text/shared/optionen/01010800.xhp\" name=\"$[officename] - View\">$[officename] - View</link> in the Options dialog box.</variable>"
+#. #Z.p
+#: callouts.xhp
+msgctxt ""
+"callouts.xhp\n"
+"tit\n"
+"help.text"
+msgid "Callouts"
msgstr ""
-#: 02020000.xhp#par_id3154125.6.help.text
-msgid "If you receive an error message that states that certain fonts have not been found, you can install them with <emph>$[officename] Setup</emph> in the <emph>Repair</emph> mode if it is a $[officename] font."
+#. ;Nqp
+#: callouts.xhp
+msgctxt ""
+"callouts.xhp\n"
+"bm_id9298379\n"
+"help.text"
+msgid "<bookmark_value>callouts; drawings</bookmark_value><bookmark_value>speech bubbles</bookmark_value>"
msgstr ""
-#: 06110000.xhp#tit.help.text
-msgctxt "06110000.xhp#tit.help.text"
-msgid "Move Down"
+#. (=lW
+#: callouts.xhp
+msgctxt ""
+"callouts.xhp\n"
+"par_idN1055A\n"
+"help.text"
+msgid "<link href=\"text/shared/02/callouts.xhp\">Callouts</link>"
msgstr ""
-#: 06110000.xhp#hd_id3148520.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/06110000.xhp\" name=\"Move Down\">Move Down</link>"
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">წერტილები</link>"
-
-#: 06110000.xhp#par_id3154228.2.help.text
-msgid "<ahelp hid=\".uno:MoveDown\">Positions the selected paragraph after the one below it.</ahelp>"
+#. Ic\D
+#: callouts.xhp
+msgctxt ""
+"callouts.xhp\n"
+"par_idN1056A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Callouts toolbar from which you can insert graphics into your document.</ahelp>"
msgstr ""
-#: 06110000.xhp#par_id3158405.5.help.text
-msgid "If you have numbered paragraphs and click the<emph> Move Down </emph>icon, the numbers will be adjusted to the current order. <switchinline select=\"appl\"><caseinline select=\"WRITER\">The <emph>Move Down </emph>icon is only visible when the cursor is positioned in a bulleted or numbered list. </caseinline></switchinline><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">The <emph>Move Down </emph>icon appears on the <emph>Text Formatting</emph> Bar when you use the outline view. </caseinline></switchinline>"
+#. iRk`
+#: callouts.xhp
+msgctxt ""
+"callouts.xhp\n"
+"par_idN10594\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click an icon from the Callouts toolbar, then drag in the document to draw the shape.</ahelp>"
msgstr ""
-#: 06110000.xhp#par_id3149751.4.help.text
-msgid "This function can be called by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Down Arrow."
+#. GH,R
+#: callouts.xhp
+msgctxt ""
+"callouts.xhp\n"
+"par_idN10597\n"
+"help.text"
+msgid "Some shapes have a special handle which you can drag to change properties of the shape. The mouse pointer changes to a hand symbol over these special handles."
msgstr ""
-#: 06110000.xhp#par_id3156426.help.text
-msgid "<image id=\"img_id3153577\" src=\"cmd/sc_outlinedown.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153577\">Icon</alt></image>"
+#. \;!M
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"tit\n"
+"help.text"
+msgid "Combo Box Wizard: Database Field"
msgstr ""
-#: 06110000.xhp#par_id3145212.3.help.text
-msgctxt "06110000.xhp#par_id3145212.3.help.text"
-msgid "Move Down"
+#. R[:8
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"hd_id3144740\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170904.xhp\" name=\"Combo Box Wizard: Database Field\">Combo Box Wizard: Database Field</link>"
msgstr ""
-#: 01170902.xhp#tit.help.text
-msgid "Combo/List Box Wizard: Field Selection"
+#. |9#P
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"par_id3153323\n"
+"2\n"
+"help.text"
+msgid "With the combination fields, you can either save the value of a field in a database or display this value in a form."
msgstr ""
-#: 01170902.xhp#hd_id3153323.14.help.text
-msgid "<link href=\"text/shared/02/01170902.xhp\" name=\"Combo/List Box Wizard: Field Selection\">Combo/List Box Wizard: Field Selection</link>"
+#. AMy1
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"par_id3155150\n"
+"12\n"
+"help.text"
+msgid "The user values entered in the combination field or selected in the list can be saved in the database table that is accessed in the form. Note that the saving of values in another table is not possible. If the values are not to be saved in a database, they will be saved only in the form. This is especially helpful in HTML forms, where the user's entered or selected values are to be assigned to a server."
msgstr ""
-#: 01170902.xhp#par_id3154228.9.help.text
-msgid "Select the data field specified in the table on the previous page, whose contents should be displayed in the list or combo box."
+#. plm*
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"hd_id3149760\n"
+"3\n"
+"help.text"
+msgid "Do you want to save the value in a database field?"
msgstr ""
-#: 01170902.xhp#hd_id3153894.10.help.text
-msgid "Available Fields"
+#. -WWl
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"par_id3150178\n"
+"4\n"
+"help.text"
+msgid "Two options are available for this question:"
msgstr ""
-#: 01170902.xhp#par_id3093440.11.help.text
-msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_LCW_CONTENTSELECTION_FIELD_LB_SELECTFIELD\">Displays all table fields chosen on the previous Wizard page.</ahelp>"
+#. 1qKe
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"hd_id3153394\n"
+"5\n"
+"help.text"
+msgid "Yes, I want to save it in the following database field"
msgstr ""
-#: 01170902.xhp#hd_id3145669.12.help.text
-msgid "Display Field"
+#. $/pD
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"par_id3147043\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_RADIOBUTTON_RID_PAGE_OPTION_DBFIELD_RB_STOREINFIELD_YES\">Specifies whether the user's entered or selected combination field value should be saved in a database field.</ahelp> Several database table fields are offered which can be accessed in the current form."
msgstr ""
-#: 01170902.xhp#par_id3145136.13.help.text
-msgid "<ahelp hid=\"DBP_EDIT_RID_PAGE_LCW_CONTENTSELECTION_FIELD_ET_DISPLAYEDFIELD\">Specifies the field whose data are to be shown in the combo or list boxes.</ahelp>"
+#. ,3`0
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"par_id3145212\n"
+"11\n"
+"help.text"
+msgid "In <link href=\"text/shared/02/01170102.xhp\" name=\"Control - Properties\">Control - Properties</link> the selected field appears as an entry in the <emph>Data</emph> tab page under <emph>Data field</emph>."
msgstr ""
-#: 01170902.xhp#par_id3145345.19.help.text
-msgid "The field name given here appears in the <link href=\"text/shared/02/01170102.xhp\" name=\"Control properties\">Control properties</link> as an element of an SQL statement in the <emph>List Contents</emph> field."
+#. DH=i
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"hd_id3149177\n"
+"7\n"
+"help.text"
+msgid "List field"
msgstr ""
-#: 01170002.xhp#tit.help.text
-msgctxt "01170002.xhp#tit.help.text"
-msgid "Special properties of a formatted field"
+#. 40=-
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"par_id3147008\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_OPTION_DBFIELD_LB_STOREINFIELD\">Specifies the data field where the combination field value should be saved.</ahelp>"
msgstr ""
-#: 01170002.xhp#bm_id3150774.help.text
-msgid "<bookmark_value>formatted fields; properties</bookmark_value><bookmark_value>fields; formatted fields</bookmark_value><bookmark_value>controls; formatted fields</bookmark_value>"
-msgstr "<bookmark_value>ფორმატირებული ველები; პარამეტრები</bookmark_value><bookmark_value>ველები; ფორმატირებული ველები</bookmark_value><bookmark_value>სამართავი ღილაკები; ფორმატირებული ველები</bookmark_value>"
-
-#: 01170002.xhp#hd_id3150774.131.help.text
-msgctxt "01170002.xhp#hd_id3150774.131.help.text"
-msgid "Special properties of a formatted field"
+#. F:h@
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"hd_id3148538\n"
+"9\n"
+"help.text"
+msgid "No, I only want to save the value in the form"
msgstr ""
-#: 01170002.xhp#par_id3156410.127.help.text
-msgid "<emph>Formatting</emph>: You can set the <emph>Formatting </emph>property by clicking the <emph>... </emph>button in the <emph>Formatting</emph> line of the <emph>Properties: Formatted Field</emph> dialog. The <emph>Number Format</emph> dialog appears."
-msgstr "<emph>ფორმატირება</emph>: თქვენ შეგიძლიათ დააყენოთ პარამეტრი <emph>ფორმატირება </emph> <emph>... </emph> ღილაკზე დაწკაპუნებით <emph>ფორმატირება</emph> <emph>პარამეტრები: ფორმატირებული ველები</emph> დიალოგის ველში. გამოჩნდება <emph>რიცხვის ფორმატი</emph> დიალოგი."
-
-#: 01170002.xhp#par_id3150443.128.help.text
-msgid "If the formatted field is connected to the text field of a database, the entries in this field will be treated as text. If the formatted field is connected to a field of the database that can be displayed as a number, the input is treated as numbers. The date and time are also handled internally as numbers."
-msgstr "თუ ფორმატირებული ველი დაკავშირებულია მონაცემთა ბაზის ტექსტურ ველთან, ამ ველში შეყვანილი მონაცემები დამუშავდება როგორც ტექსტი. თუ ფორმატირებული ველი დაკავშირებულია მონაცემთა ბაზის ველთან, რომლის რიცხვის სახით ჩვენება შესაძლებელია, შეყვანილი მონაცემები დამუშავდება როგორც ციფრები. თარიღი და დრო ასევე შინაგანად მუშავდება ციფრების სახით."
-
-#: 01170002.xhp#par_id3150976.129.help.text
-msgid "<emph>Min. value</emph> and <emph>Max. value</emph>: You can enter the minimum and maximum numeric value for a formatted field. The min and max values determine the output of existing data (Example: Min. value is 5, the connected database field contains the integer value 3. The output is 5, but the value in the database is not modified) and the input of new data (Example: Max. value is 10 and you enter 20. The input is corrected and 10 is written in the database). If the fields are not filled in for <emph>Min. value </emph>and <emph>Max. value</emph>, no limits will be applied. For formatted fields that are connected to a database text field, these two values and the <emph>Default value</emph> do not apply."
-msgstr "<emph>Min. value</emph> and <emph>მაქსიმალური მნიშვნელობა</emph>: თქვენ შეგიძლიათ შეიყვანოთ ფორმატირებული ველის მინიმალური და მაქსიმალური ნუმერაციული მნიშვნელობა. მინიმალური და მაქსიმალური მნიშვნელობები განსაზღვრავენ არსებული მონაცემების გამოტანას (მაგალითი:მინიმალური მნიშვნელობა არის 5, დაკავშირებული მონაცემთა ბაზის ველი შეიცავს მთელი რიცხვის მნიშვნელობას 3. გამოტანილი მონაცემი არის 5, მაგრამ მონაცემთა ბაზაში მნიშვნელობა არ იცვლება) და ახალი მონაცემების შეყვანა (მაგალითად: მაქსიმალური მნიშვნელობა არის 10 და თქვენ შეგყავთ 20. შეყვანილი მონაცემი სწორდება და მონაცემთა ბაზაში იწერება 10). თუ <emph>მინიმალური მნიშვნელობა</emph>და <emph>მაქსიმალური მნიშვნელობა</emph> ველები შევსებული არ არის, შეზღუდვა არ დაწესდება. რაც შეეხება მონაცემთა ბაზის ტექსტურ ველებთან დაკავშირებულ ფორმატირებულ ველებს, ეს ორი მნიშვნელობა და <emph>სტანდარტული მნიშვნელობა</emph> არ გამოიყენება."
-
-#: 01170002.xhp#par_id3153665.130.help.text
-msgid "<emph>Default value</emph>: This value is set for new records as the default value."
-msgstr "<emph>სტანდარტული მნიშვნელობა</emph>: ეს მნიშვნელობა ახალი ჩანაწერების შემთხვევაში გამოიყენება როგორც სტანდარტული მნიშვნელობა."
+#. [,aN
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"par_id3149398\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_RADIOBUTTON_RID_PAGE_OPTION_DBFIELD_RB_STOREINFIELD_NO\">Specifies that the value of this combination field will not be written in the database and will only be saved in the form.</ahelp>"
+msgstr ""
diff --git a/source/ka/helpcontent2/source/text/shared/04.po b/source/ka/helpcontent2/source/text/shared/04.po
index ef2bb4b2290..98fed5575d1 100644
--- a/source/ka/helpcontent2/source/text/shared/04.po
+++ b/source/ka/helpcontent2/source/text/shared/04.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/shared/04.oo
+#. extracted from helpcontent2/source/text/shared/04
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2012-06-16 14:47+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,1336 +12,3099 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: 01010000.xhp#tit.help.text
+#. RpXn
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"tit\n"
+"help.text"
msgid "General Shortcut Keys in $[officename]"
msgstr "ძირითადი მალმხმობები $[officename]-ში"
-#: 01010000.xhp#bm_id3149991.help.text
+#. n[-)
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"bm_id3149991\n"
+"help.text"
msgid "<bookmark_value>keyboard;general commands</bookmark_value> <bookmark_value>shortcut keys;general</bookmark_value> <bookmark_value>text input fields</bookmark_value> <bookmark_value>AutoComplete function in text and list boxes</bookmark_value> <bookmark_value>macros; interrupting</bookmark_value>"
msgstr "<bookmark_value>კლავიატურა;ძირითადი ბრძანებები</bookmark_value><bookmark_value>მალმხმობები;ძირითადი</bookmark_value><bookmark_value>ტექსტის შესაყვანი ველები</bookmark_value><bookmark_value>ავტოშევსების ფუნქცია ტექსტის და სიის ველებში</bookmark_value><bookmark_value>მაკროსი; შეწყვეტა</bookmark_value>"
-#: 01010000.xhp#hd_id3149991.1.help.text
+#. TNUu
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3149991\n"
+"1\n"
+"help.text"
msgid "<variable id=\"common_keys\"><link href=\"text/shared/04/01010000.xhp\" name=\"General Shortcut Keys in $[officename]\">General Shortcut Keys in $[officename]</link></variable>"
msgstr "<variable id=\"common_keys\"><link href=\"text/shared/04/01010000.xhp\" name=\"ძირითადი მალმხმობები $[officename]-ში\">ძირითადი მალმხმობები $[officename]-ში</link></variable>"
-#: 01010000.xhp#hd_id3150702.3.help.text
+#. p7BU
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3150702\n"
+"3\n"
+"help.text"
msgid "Using Shortcut Keys"
msgstr ""
-#: 01010000.xhp#par_id3151299.4.help.text
+#. +3Fb
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3151299\n"
+"4\n"
+"help.text"
msgid "A great deal of your application's functionality can be called up by using shortcut keys. For example, the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+O</caseinline><defaultinline>Ctrl+O</defaultinline></switchinline> shortcut keys are shown next to the <emph>Open</emph> entry in the <emph>File</emph> menu. If you want to access this function by using the shortcut keys, press and hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and then press the O key. Release both keys after the dialog appears."
msgstr ""
-#: 01010000.xhp#par_id3153894.5.help.text
+#. +|V(
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3153894\n"
+"5\n"
+"help.text"
msgid "When operating your application, you can choose between using the mouse or the keyboard for almost all of the operations available."
msgstr ""
-#: 01010000.xhp#hd_id3154186.6.help.text
+#. xUA)
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3154186\n"
+"6\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline>Calling Menus With Shortcut Keys</defaultinline></switchinline>"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline>მენუების მალმხმობებით გამოძახება</defaultinline></switchinline>"
-#: 01010000.xhp#par_id3152425.7.help.text
+#. @LS0
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3152425\n"
+"7\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline>Some of the characters shown on the menu bar are underlined. You can access these menus directly by pressing the underlined character together with the ALT key. Once the menu is opened, you will again find underlined characters. You can access these menu items directly by simply pressing the underlined character key.</defaultinline></switchinline>"
msgstr ""
-#: 01010000.xhp#hd_id3156410.9.help.text
+#. DUP.
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3156410\n"
+"9\n"
+"help.text"
msgid "Using Shortcut Keys to Control Dialogs"
msgstr "დიალოგების სამართავი მალმხმობები."
-#: 01010000.xhp#par_id3154288.10.help.text
+#. V=2H
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3154288\n"
+"10\n"
+"help.text"
msgid "There is always one element highlighted in any given dialog - usually shown by a broken frame. This element, which can be either a button, an option field, an entry in a list box or a check box, is said to have the focus on it. If the focal point is a button, pressing Enter runs it as if you had clicked it. A check box is toggled by pressing the spacebar. If an option field has the focus, use the arrow keys to change the activated option field in that area. Use the Tab key to go from one element or area to the next one, use Shift+Tab to go in the reverse direction."
msgstr ""
-#: 01010000.xhp#par_id3149177.11.help.text
+#. -ppv
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3149177\n"
+"11\n"
+"help.text"
msgid "Pressing ESC closes the dialog without saving changes. <switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline>If you place the focus on a button, not only will you see the dotted line framing the name of the button, but also a thicker shadow under the button selected. This indicates that if you exit the dialog by pressing the Enter key, it is the equivalent of pressing that button itself.</defaultinline></switchinline>"
msgstr ""
-#: 01010000.xhp#hd_id3147209.105.help.text
+#. chnf
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3147209\n"
+"105\n"
+"help.text"
msgid "Shortcut Keys for Mouse Actions"
msgstr "მალმხმობები თაგუნას მოქმედებისათვის."
-#: 01010000.xhp#par_id3154749.106.help.text
+#. +oZ@
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3154749\n"
+"106\n"
+"help.text"
msgid "If you are using drag-and-drop, selecting with the mouse or clicking objects and names, you can use the keys Shift, <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and occasionally <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> to access additional functionality. The modified functions available when holding down keys during drag-and-drop are indicated by the mouse pointer changing form. When selecting files or other objects, the modifier keys can extend the selection - the functions are explained where applicable. <switchinline select=\"sys\"><caseinline select=\"UNIX\"><embedvar href=\"text/shared/00/00000099.xhp#winmanager\"/></caseinline></switchinline>"
msgstr ""
-#: 01010000.xhp#hd_id3154046.127.help.text
+#. \(.{
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3154046\n"
+"127\n"
+"help.text"
msgid "Practical Text Input Fields"
msgstr ""
-#: 01010000.xhp#par_id3145673.129.help.text
+#. Fdwg
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3145673\n"
+"129\n"
+"help.text"
msgid "You can open a context menu, which contains some of the most often-used commands."
msgstr ""
-#: 01010000.xhp#par_id3150085.130.help.text
+#. ONB)
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3150085\n"
+"130\n"
+"help.text"
msgid "Use the shortcut keys <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S to open the <emph>Special Characters</emph> dialog to insert one or more special characters."
msgstr ""
-#: 01010000.xhp#par_id3153088.131.help.text
+#. h5B]
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3153088\n"
+"131\n"
+"help.text"
msgid "Use <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A to select the entire text. Use the right or left arrow key to remove the selection."
msgstr ""
-#: 01010000.xhp#par_id3149514.132.help.text
+#. ox{2
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3149514\n"
+"132\n"
+"help.text"
msgid "Double-click a word to select it."
msgstr "სიტყვის მოსანიშნად დაწკაპეთ მას ორჯერ."
-#: 01010000.xhp#par_id3149785.133.help.text
+#. %(Ux
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3149785\n"
+"133\n"
+"help.text"
msgid "A triple-click in a text input field selects the entire field. A triple-click in a text document selects the current sentence."
msgstr ""
-#: 01010000.xhp#par_id3150976.134.help.text
+#. JaJY
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3150976\n"
+"134\n"
+"help.text"
msgid "Use <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Del to delete everything from the cursor position to the end of the word."
msgstr ""
-#: 01010000.xhp#par_id3147264.135.help.text
+#. Wc,4
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3147264\n"
+"135\n"
+"help.text"
msgid "By using <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and right or left arrow key, the cursor will jump from word to word; if you also hold down the Shift key, one word after the other is selected."
msgstr ""
-#: 01010000.xhp#par_id3154346.136.help.text
+#. m^H;
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3154346\n"
+"136\n"
+"help.text"
msgid "INSRT is used to switch between the insert mode and the overwrite mode and back again."
msgstr ""
-#: 01010000.xhp#par_id3148757.137.help.text
+#. QpCz
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3148757\n"
+"137\n"
+"help.text"
msgid "Drag-and-drop can be used within and outside of a text box."
msgstr ""
-#: 01010000.xhp#par_id3150358.138.help.text
+#. |bA9
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3150358\n"
+"138\n"
+"help.text"
msgid "The <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Z shortcut keys are used to undo modifications one step at a time; the text will then have the status it had before the first change."
msgstr ""
-#: 01010000.xhp#par_id3153968.139.help.text
-msgid " $[officename] has an AutoComplete function which activates itself in some text and list boxes. For example, enter <switchinline select=\"sys\"><caseinline select=\"WIN\">c:\\a </caseinline><defaultinline>~/a</defaultinline></switchinline> into the URL field and the AutoComplete function displays the first file or first directory found <switchinline select=\"sys\"><caseinline select=\"WIN\">on the C: drive </caseinline><defaultinline>in your home folder</defaultinline></switchinline> that starts with the letter \"a\"."
+#. zQWw
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3153968\n"
+"139\n"
+"help.text"
+msgid "$[officename] has an AutoComplete function which activates itself in some text and list boxes. For example, enter <switchinline select=\"sys\"><caseinline select=\"WIN\">c:\\a </caseinline><defaultinline>~/a</defaultinline></switchinline> into the URL field and the AutoComplete function displays the first file or first directory found <switchinline select=\"sys\"><caseinline select=\"WIN\">on the C: drive </caseinline><defaultinline>in your home folder</defaultinline></switchinline> that starts with the letter \"a\"."
msgstr ""
-#: 01010000.xhp#par_id3144760.140.help.text
+#. +Z^o
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3144760\n"
+"140\n"
+"help.text"
msgid "Use the down arrow key to scroll through the other files and directories. Use the right arrow key to also display an existing subdirectory in the URL field. Quick AutoComplete is available if you press the End key after entering part of the URL. Once you find the document or directory you want, press Enter."
msgstr ""
-#: 01010000.xhp#hd_id3150767.163.help.text
+#. 7YK(
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3150767\n"
+"163\n"
+"help.text"
msgid "Interrupting Macros"
msgstr "მაკროსის შეყვეტა"
-#: 01010000.xhp#par_id3159150.164.help.text
+#. 5Vnz
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3159150\n"
+"164\n"
+"help.text"
msgid "If you want to terminate a macro that is currently running, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Q."
msgstr ""
-#: 01010000.xhp#hd_id3154123.12.help.text
+#. jpBY
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3154123\n"
+"12\n"
+"help.text"
msgid "List of General Shortcut Keys in $[officename]"
msgstr "ძირითადი მალმხმობები $[officename]-ში"
-#: 01010000.xhp#par_id3145421.13.help.text
+#. l7)[
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3145421\n"
+"13\n"
+"help.text"
msgid "The shortcut keys are shown on the right hand side of the menu lists next to the corresponding menu command. <switchinline select=\"sys\"><caseinline select=\"MAC\">(Not all of the mentioned keys for controlling dialogs are available on the Macintosh.) </caseinline></switchinline>"
msgstr ""
-#: 01010000.xhp#hd_id31541231.help.text
+#. uH@@
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id31541231\n"
+"help.text"
msgid "Shortcut keys for controlling dialogs"
msgstr ""
-#: 01010000.xhp#hd_id3153367.14.help.text
-msgctxt "01010000.xhp#hd_id3153367.14.help.text"
+#. 0$0Y
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3153367\n"
+"14\n"
+"help.text"
msgid "Shortcut Keys"
msgstr ""
-#: 01010000.xhp#par_id3156060.15.help.text
-msgctxt "01010000.xhp#par_id3156060.15.help.text"
+#. t)ou
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3156060\n"
+"15\n"
+"help.text"
msgid "<emph>Effect</emph>"
msgstr ""
-#: 01010000.xhp#hd_id3149260.16.help.text
+#. [^*Y
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3149260\n"
+"16\n"
+"help.text"
msgid "Enter key"
msgstr "Enter კლავიში"
-#: 01010000.xhp#par_id3153727.17.help.text
+#. T7wQ
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3153727\n"
+"17\n"
+"help.text"
msgid "Activates the focused button in a dialog"
msgstr ""
-#: 01010000.xhp#hd_id3153142.18.help.text
-msgctxt "01010000.xhp#hd_id3153142.18.help.text"
+#. B6f6
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3153142\n"
+"18\n"
+"help.text"
msgid "Esc"
msgstr ""
-#: 01010000.xhp#par_id3155412.19.help.text
+#. Vz)F
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3155412\n"
+"19\n"
+"help.text"
msgid "Terminates the action or dialog. If in $[officename] Help: goes up one level."
msgstr ""
-#: 01010000.xhp#hd_id3151118.20.help.text
-msgctxt "01010000.xhp#hd_id3151118.20.help.text"
+#. lBag
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3151118\n"
+"20\n"
+"help.text"
msgid "Spacebar"
msgstr ""
-#: 01010000.xhp#par_id3147435.21.help.text
+#. gHb]
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3147435\n"
+"21\n"
+"help.text"
msgid "Toggles the focused check box in a dialog."
msgstr ""
-#: 01010000.xhp#hd_id3152791.22.help.text
+#. Nijn
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3152791\n"
+"22\n"
+"help.text"
msgid "Arrow keys"
msgstr "ისრის ღილაკები"
-#: 01010000.xhp#par_id3151113.23.help.text
+#. A*ku
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3151113\n"
+"23\n"
+"help.text"
msgid "Changes the active control field in an option section of a dialog."
msgstr ""
-#: 01010000.xhp#hd_id3154188.24.help.text
-msgctxt "01010000.xhp#hd_id3154188.24.help.text"
+#. W+pZ
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3154188\n"
+"24\n"
+"help.text"
msgid "Tab"
msgstr ""
-#: 01010000.xhp#par_id3146975.25.help.text
+#. |r)P
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3146975\n"
+"25\n"
+"help.text"
msgid "Advances focus to the next section or element in a dialog."
msgstr ""
-#: 01010000.xhp#hd_id3153363.26.help.text
-msgctxt "01010000.xhp#hd_id3153363.26.help.text"
+#. jQ;.
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3153363\n"
+"26\n"
+"help.text"
msgid "Shift+Tab"
msgstr "Shift + Tab"
-#: 01010000.xhp#par_id3149665.27.help.text
+#. {7RD
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3149665\n"
+"27\n"
+"help.text"
msgid "Moves the focus to the previous section or element in a dialog."
msgstr ""
-#: 01010000.xhp#hd_id3147317.153.help.text
-msgctxt "01010000.xhp#hd_id3147317.153.help.text"
+#. sQIA
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3147317\n"
+"153\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Down Arrow"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline>+ზედა ისარი"
-#: 01010000.xhp#par_id3153224.154.help.text
+#. #Y\#
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3153224\n"
+"154\n"
+"help.text"
msgid "Opens the list of the control field currently selected in a dialog. These shortcut keys apply not only to combo boxes but also to icon buttons with pop-up menus. Close an opened list by pressing the Escape key."
msgstr ""
-#: 01010000.xhp#hd_id31541232.help.text
+#. u3DU
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id31541232\n"
+"help.text"
msgid "Shortcut keys for controlling documents and windows"
msgstr ""
-#: 01010000.xhp#hd_id31533671.help.text
-msgctxt "01010000.xhp#hd_id31533671.help.text"
+#. lqci
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id31533671\n"
+"help.text"
msgid "Shortcut Keys"
msgstr ""
-#: 01010000.xhp#par_id31560601.help.text
-msgctxt "01010000.xhp#par_id31560601.help.text"
+#. NnBs
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id31560601\n"
+"help.text"
msgid "<emph>Effect</emph>"
msgstr ""
-#: 01010000.xhp#hd_id3156437.28.help.text
+#. `wqe
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3156437\n"
+"28\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+O"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 01010000.xhp#par_id3149123.29.help.text
+#. =f\y
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3149123\n"
+"29\n"
+"help.text"
msgid "Opens a document."
msgstr "ხსნის დოკუმენტს."
-#: 01010000.xhp#hd_id3155064.30.help.text
+#. /pF8
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3155064\n"
+"30\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+S"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 01010000.xhp#par_id3150749.31.help.text
+#. 8G7p
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3150749\n"
+"31\n"
+"help.text"
msgid "Saves the current document."
msgstr "ინახავს მიმდინარე დოკუმენტს."
-#: 01010000.xhp#hd_id3156377.32.help.text
+#. o!wq
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3156377\n"
+"32\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+N"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 01010000.xhp#par_id3155764.33.help.text
+#. ab$b
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3155764\n"
+"33\n"
+"help.text"
msgid "Creates a new document."
msgstr "ქმნის ახალ დოკუმენტს."
-#: 01010000.xhp#hd_id3151357.178.help.text
+#. cn?\
+#: 01010000.xhp
+#, fuzzy
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3151357\n"
+"178\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+N"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F"
-#: 01010000.xhp#par_id3148408.177.help.text
+#. 5dkx
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3148408\n"
+"177\n"
+"help.text"
msgid "Opens <emph>Templates and Documents</emph> dialog."
msgstr "ხსნის დიალოგს <emph>შაბლონები და დოკუმენტები</emph>."
-#: 01010000.xhp#hd_id3150043.34.help.text
-msgctxt "01010000.xhp#hd_id3150043.34.help.text"
+#. E$ry
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3150043\n"
+"34\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+P"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+P"
-#: 01010000.xhp#par_id3147100.35.help.text
+#. kH$9
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3147100\n"
+"35\n"
+"help.text"
msgid "Prints document."
msgstr "ბეჭდავს დოკუმენტს."
-#: 01010000.xhp#hd_id3158474.help.text
+#. !uPB
+#: 01010000.xhp
+#, fuzzy
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3158474\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6"
-#: 01010000.xhp#par_id3150091.help.text
+#. EcEG
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3150091\n"
+"help.text"
msgid "Activates the <emph>Find</emph> toolbar."
msgstr ""
-#: 01010000.xhp#hd_id3158414.165.help.text
+#. 4V)G
+#: 01010000.xhp
+#, fuzzy
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3158414\n"
+"165\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+H"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 01010000.xhp#par_id3150090.166.help.text
+#. ts\B
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3150090\n"
+"166\n"
+"help.text"
msgid "Calls the <emph>Find & Replace</emph> dialog."
msgstr "გამოჰყავს დიალოგი <emph>პოვნა & გამოცვლა</emph>."
-#: 01010000.xhp#hd_id3148800.167.help.text
+#. shV)
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3148800\n"
+"167\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F"
-#: 01010000.xhp#par_id3149527.168.help.text
+#. ?l)_
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3149527\n"
+"168\n"
+"help.text"
msgid "Searches for the last entered search term."
msgstr ""
-#: 01010000.xhp#hd_id3154198.48.help.text
+#. KY%V
+#: 01010000.xhp
+#, fuzzy
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3154198\n"
+"48\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"/><defaultinline>Ctrl+Shift+J</defaultinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 01010000.xhp#par_id3150567.49.help.text
+#. bnUW
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3150567\n"
+"49\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"/><defaultinline>Toggles the view between fullscreen mode and normal mode in Writer or Calc</defaultinline></switchinline>"
msgstr ""
-#: 01010000.xhp#hd_id3151049.50.help.text
+#. PeEK
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3151049\n"
+"50\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+R"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+R"
-#: 01010000.xhp#par_id3148462.51.help.text
+#. AS?9
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3148462\n"
+"51\n"
+"help.text"
msgid "Redraws the document view."
msgstr ""
-#: 01010000.xhp#hd_id3149035.349.help.text
+#. Z;7B
+#: 01010000.xhp
+#, fuzzy
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3149035\n"
+"349\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+I"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F"
-#: 01010000.xhp#par_id3150665.350.help.text
+#. *P(j
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3150665\n"
+"350\n"
+"help.text"
msgid "Enable or disable the selection cursor in read-only text."
msgstr ""
-#: 01010000.xhp#hd_id3149404.61.help.text
+#. rs_{
+#: 01010000.xhp
+#, fuzzy
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3149404\n"
+"61\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"/><defaultinline>F1</defaultinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 01010000.xhp#par_id3145410.62.help.text
+#. 7y)[
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3145410\n"
+"62\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"/><defaultinline>Starts the $[officename] Help</defaultinline></switchinline>"
msgstr ""
-#: 01010000.xhp#par_id3153697.152.help.text
+#. YVx@
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3153697\n"
+"152\n"
+"help.text"
msgid "In the $[officename] Help: jumps to main help page."
msgstr ""
-#: 01010000.xhp#hd_id3154951.63.help.text
+#. e0rM
+#: 01010000.xhp
+#, fuzzy
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3154951\n"
+"63\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"/><defaultinline>Shift+F1</defaultinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 01010000.xhp#par_id3153309.64.help.text
+#. 1(l%
+#: 01010000.xhp
+#, fuzzy
+msgctxt ""
+"01010000.xhp\n"
+"par_id3153309\n"
+"64\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"/><defaultinline>Context Help</defaultinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 01010000.xhp#hd_id3159220.292.help.text
+#. JjY@
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3159220\n"
+"292\n"
+"help.text"
msgid "Shift+F2"
msgstr "Shift+F2"
-#: 01010000.xhp#par_id3151241.293.help.text
+#. 2ul9
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3151241\n"
+"293\n"
+"help.text"
msgid "Turns on Extended Tips for the currently selected command, icon or control."
msgstr ""
-#: 01010000.xhp#hd_id3154532.180.help.text
-msgctxt "01010000.xhp#hd_id3154532.180.help.text"
+#. QlCm
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3154532\n"
+"180\n"
+"help.text"
msgid "F6"
msgstr ""
-#: 01010000.xhp#par_id3144506.179.help.text
+#. joUU
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3144506\n"
+"179\n"
+"help.text"
msgid "Sets focus in next subwindow (for example, document/data source view)"
msgstr ""
-#: 01010000.xhp#hd_id3144771.182.help.text
+#. RS82
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3144771\n"
+"182\n"
+"help.text"
msgid "Shift+F6"
msgstr "Shift+F6"
-#: 01010000.xhp#par_id3147075.181.help.text
+#. }O+Q
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3147075\n"
+"181\n"
+"help.text"
msgid "Sets focus in previous subwindow."
msgstr ""
-#: 01010000.xhp#hd_id3156191.294.help.text
+#. @$SY
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3156191\n"
+"294\n"
+"help.text"
msgid "F10"
msgstr "F10"
-#: 01010000.xhp#par_id3156172.295.help.text
+#. JuQK
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3156172\n"
+"295\n"
+"help.text"
msgid "Activates the first menu (File menu)"
msgstr ""
-#: 01010000.xhp#hd_id3159093.146.help.text
-msgctxt "01010000.xhp#hd_id3159093.146.help.text"
+#. ;/EG
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3159093\n"
+"146\n"
+"help.text"
msgid "Shift+F10"
msgstr "Shift+F2"
-#: 01010000.xhp#par_id3148606.147.help.text
-msgctxt "01010000.xhp#par_id3148606.147.help.text"
+#. @K:}
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3148606\n"
+"147\n"
+"help.text"
msgid "Opens the context menu."
msgstr "ხსნის კონტექსტურ მენიუს."
-#: 01010000.xhp#hd_id3146871.68.help.text
+#. .857
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3146871\n"
+"68\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F4 or <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+F4"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F4 or <switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline>+F4"
-#: 01010000.xhp#par_id3157978.69.help.text
+#. PM$\
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3157978\n"
+"69\n"
+"help.text"
msgid "Closes the current document (close $[officename] when the last open document is closed)"
msgstr ""
-#: 01010000.xhp#hd_id3149258.113.help.text
+#. ENC,
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3149258\n"
+"113\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Q"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 01010000.xhp#par_id3153966.114.help.text
+#. Zm2l
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3153966\n"
+"114\n"
+"help.text"
msgid "Exits application."
msgstr "გადის პროგრამას."
-#: 01010000.xhp#hd_id31541233.help.text
+#. X#w)
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id31541233\n"
+"help.text"
msgid "Shortcut keys for editing or formatting documents"
msgstr ""
-#: 01010000.xhp#hd_id31533672.help.text
-msgctxt "01010000.xhp#hd_id31533672.help.text"
+#. DzI6
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id31533672\n"
+"help.text"
msgid "Shortcut Keys"
msgstr ""
-#: 01010000.xhp#par_id31560602.help.text
-msgctxt "01010000.xhp#par_id31560602.help.text"
+#. ?-gF
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id31560602\n"
+"help.text"
msgid "<emph>Effect</emph>"
msgstr ""
-#: 01010000.xhp#hd_id3149488.141.help.text
-msgctxt "01010000.xhp#hd_id3149488.141.help.text"
+#. i,]G
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3149488\n"
+"141\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Tab"
-#: 01010000.xhp#par_id3149912.142.help.text
+#. !G|X
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3149912\n"
+"142\n"
+"help.text"
msgid "When positioned at the start of a header, a tab is inserted."
msgstr ""
-#: 01010000.xhp#hd_id3148573.289.help.text
+#. 7ei!
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3148573\n"
+"289\n"
+"help.text"
msgid "Enter (if an OLE object is selected)"
msgstr ""
-#: 01010000.xhp#par_id3154162.288.help.text
+#. C*?8
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3154162\n"
+"288\n"
+"help.text"
msgid "Activates the selected OLE object."
msgstr "ააქტიურებს არჩეულ OLE ობიექტს."
-#: 01010000.xhp#hd_id3146990.290.help.text
+#. IfO;
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3146990\n"
+"290\n"
+"help.text"
msgid "Enter (if a drawing object or text object is selected)"
msgstr ""
-#: 01010000.xhp#par_id3153839.291.help.text
+#. /^U/
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3153839\n"
+"291\n"
+"help.text"
msgid "Activates text input mode."
msgstr ""
-#: 01010000.xhp#hd_id3153538.36.help.text
+#. d_$3
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3153538\n"
+"36\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+X"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 01010000.xhp#par_id3166450.37.help.text
+#. l;dH
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3166450\n"
+"37\n"
+"help.text"
msgid "Cuts out the selected elements."
msgstr ""
-#: 01010000.xhp#hd_id3155904.38.help.text
+#. T_ZN
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3155904\n"
+"38\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 01010000.xhp#par_id3148537.39.help.text
+#. Wpi`
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3148537\n"
+"39\n"
+"help.text"
msgid "Copies the selected items."
msgstr ""
-#: 01010000.xhp#hd_id3156318.40.help.text
+#. Gmb,
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3156318\n"
+"40\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 01010000.xhp#par_id3147005.41.help.text
+#. H:!@
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3147005\n"
+"41\n"
+"help.text"
msgid "Pastes from the clipboard."
msgstr ""
-#: 01010000.xhp#par_id071620091225295.help.text
+#. Z[Yx
+#: 01010000.xhp
+#, fuzzy
+msgctxt ""
+"01010000.xhp\n"
+"par_id071620091225295\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Option</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+Shift+V"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F"
-#: 01010000.xhp#par_id0716200912253022.help.text
+#. Ii9B
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id0716200912253022\n"
+"help.text"
msgid "Pastes unformatted text from the clipboard. The text is pasted using the format that exists at the insertion point."
msgstr ""
-#: 01010000.xhp#par_idN10F47.help.text
+#. rt01
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN10F47\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+V"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F"
-#: 01010000.xhp#par_idN10F4B.help.text
+#. aD62
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN10F4B\n"
+"help.text"
msgid "Opens the <emph>Paste Special</emph> dialog."
msgstr ""
-#: 01010000.xhp#hd_id3153789.42.help.text
+#. piX;
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3153789\n"
+"42\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 01010000.xhp#par_id3155581.43.help.text
+#. bGD]
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3155581\n"
+"43\n"
+"help.text"
msgid "Selects all."
msgstr "ირჩევს ყველაფერს."
-#: 01010000.xhp#hd_id3149738.44.help.text
+#. gmvk
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3149738\n"
+"44\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Z"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 01010000.xhp#par_id3149816.45.help.text
+#. |K{$
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3149816\n"
+"45\n"
+"help.text"
msgid "Undoes last action."
msgstr "აბრუნებს ბოლო მოქმედებას."
-#: 01010000.xhp#hd_id3147095.351.help.text
+#. 2kz]
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3147095\n"
+"351\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Shift+Z</caseinline><defaultinline>Ctrl+Y</defaultinline></switchinline>"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 01010000.xhp#par_id3150345.352.help.text
+#. /0#^
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3150345\n"
+"352\n"
+"help.text"
msgid "Redoes last action."
msgstr "ამეორებს ბოლო მოქმედებას."
-#: 01010000.xhp#par_id7297280.help.text
+#. )R%7
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id7297280\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Y"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F"
-#: 01010000.xhp#par_id8709677.help.text
+#. ~[vy
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id8709677\n"
+"help.text"
msgid "Repeats last command."
msgstr ""
-#: 01010000.xhp#hd_id3145588.90.help.text
-msgctxt "01010000.xhp#hd_id3145588.90.help.text"
+#. h4*c
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3145588\n"
+"90\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 01010000.xhp#par_id3148753.91.help.text
+#. v(O{
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3148753\n"
+"91\n"
+"help.text"
msgid "The <emph>Italic</emph> attribute is applied to the selected area. If the cursor is positioned in a word, this word is also marked in italic."
msgstr ""
-#: 01010000.xhp#hd_id3166428.92.help.text
+#. 5N^F
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3166428\n"
+"92\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B"
-#: 01010000.xhp#par_id3150490.93.help.text
+#. #poc
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3150490\n"
+"93\n"
+"help.text"
msgid "The <emph>Bold</emph> attribute is applied to the selected area. If the cursor is positioned in a word, this word is also put in bold."
msgstr ""
-#: 01010000.xhp#hd_id3154815.94.help.text
-msgctxt "01010000.xhp#hd_id3154815.94.help.text"
+#. .?Ol
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3154815\n"
+"94\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 01010000.xhp#par_id3153228.95.help.text
+#. @YL4
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3153228\n"
+"95\n"
+"help.text"
msgid "The <emph>Underlined</emph> attribute is applied to the selected area. If the cursor is positioned in a word, this word is also underlined."
msgstr ""
-#: 01010000.xhp#par_idN10BC0.help.text
+#. cxYM
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN10BC0\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Control</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+M"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 01010000.xhp#par_idN10BE8.help.text
+#. sOK!
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN10BE8\n"
+"help.text"
msgid "Removes direct formatting from selected text or objects (as in <emph>Format - Clear Direct Formatting</emph>)"
msgstr ""
-#: 01010000.xhp#hd_id3153288.287.help.text
+#. i3tT
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3153288\n"
+"287\n"
+"help.text"
msgid "Shortcut keys in the Gallery"
msgstr ""
-#: 01010000.xhp#hd_id3156308.286.help.text
-msgctxt "01010000.xhp#hd_id3156308.286.help.text"
+#. 8_XR
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3156308\n"
+"286\n"
+"help.text"
msgid "Shortcut keys"
msgstr ""
-#: 01010000.xhp#par_id3149440.285.help.text
-msgctxt "01010000.xhp#par_id3149440.285.help.text"
+#. ~|C+
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3149440\n"
+"285\n"
+"help.text"
msgid "Result"
msgstr ""
-#: 01010000.xhp#hd_id3149971.284.help.text
-msgctxt "01010000.xhp#hd_id3149971.284.help.text"
+#. 5)WT
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3149971\n"
+"284\n"
+"help.text"
msgid "Tab"
msgstr ""
-#: 01010000.xhp#par_id3153110.283.help.text
+#. Z`H~
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3153110\n"
+"283\n"
+"help.text"
msgid "Moves between areas."
msgstr ""
-#: 01010000.xhp#hd_id3148971.282.help.text
-msgctxt "01010000.xhp#hd_id3148971.282.help.text"
+#. ^!I!
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3148971\n"
+"282\n"
+"help.text"
msgid "Shift+Tab"
msgstr "Shift + Tab"
-#: 01010000.xhp#par_id3154059.281.help.text
+#. [CzK
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3154059\n"
+"281\n"
+"help.text"
msgid "Moves between areas (backwards)"
msgstr ""
-#: 01010000.xhp#hd_id3152368.280.help.text
+#. I;9Y
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3152368\n"
+"280\n"
+"help.text"
msgid "Shortcut keys in the New Theme area of the Gallery:"
msgstr ""
-#: 01010000.xhp#par_idN11555.help.text
-msgctxt "01010000.xhp#par_idN11555.help.text"
+#. CF;L
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN11555\n"
+"help.text"
msgid "Shortcut keys"
msgstr ""
-#: 01010000.xhp#par_idN1155B.help.text
-msgctxt "01010000.xhp#par_idN1155B.help.text"
+#. ?^)S
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN1155B\n"
+"help.text"
msgid "Result"
msgstr ""
-#: 01010000.xhp#hd_id3159192.279.help.text
-msgctxt "01010000.xhp#hd_id3159192.279.help.text"
+#. `{pT
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3159192\n"
+"279\n"
+"help.text"
msgid "Up Arrow"
msgstr "ზედა ისარი"
-#: 01010000.xhp#par_id3152540.278.help.text
+#. RILa
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3152540\n"
+"278\n"
+"help.text"
msgid "Moves the selection up one."
msgstr ""
-#: 01010000.xhp#hd_id3150892.277.help.text
-msgctxt "01010000.xhp#hd_id3150892.277.help.text"
+#. K4Ex
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3150892\n"
+"277\n"
+"help.text"
msgid "Down Arrow"
msgstr "ქვედა ისარი"
-#: 01010000.xhp#par_id3151004.276.help.text
+#. (r9b
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3151004\n"
+"276\n"
+"help.text"
msgid "Moves the selection down."
msgstr ""
-#: 01010000.xhp#hd_id3153976.275.help.text
-msgctxt "01010000.xhp#hd_id3153976.275.help.text"
+#. *NFl
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3153976\n"
+"275\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+End"
-#: 01010000.xhp#par_id3146894.274.help.text
+#. @+`b
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3146894\n"
+"274\n"
+"help.text"
msgid "Opens the Properties dialog."
msgstr ""
-#: 01010000.xhp#hd_id3148652.273.help.text
-msgctxt "01010000.xhp#hd_id3148652.273.help.text"
+#. S7T9
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3148652\n"
+"273\n"
+"help.text"
msgid "Shift+F10"
msgstr "Shift+F2"
-#: 01010000.xhp#par_id3153250.272.help.text
+#. jn-#
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3153250\n"
+"272\n"
+"help.text"
msgid "Opens a context menu."
msgstr "ხსნის კონტექსტურ მენიუს."
-#: 01010000.xhp#hd_id3155614.271.help.text
-msgctxt "01010000.xhp#hd_id3155614.271.help.text"
+#. x6L#
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3155614\n"
+"271\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 01010000.xhp#par_id3150099.270.help.text
+#. Cgje
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3150099\n"
+"270\n"
+"help.text"
msgid "Refreshes the selected theme."
msgstr ""
-#: 01010000.xhp#hd_id3145755.269.help.text
+#. =A:5
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3145755\n"
+"269\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+R"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+R"
-#: 01010000.xhp#par_id3146776.268.help.text
-msgctxt "01010000.xhp#par_id3146776.268.help.text"
+#. ~gZK
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3146776\n"
+"268\n"
+"help.text"
msgid "Opens the <emph>Enter Title</emph> dialog."
msgstr ""
-#: 01010000.xhp#hd_id3154642.267.help.text
+#. z93W
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3154642\n"
+"267\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+D"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+D"
-#: 01010000.xhp#par_id3153653.266.help.text
+#. %sx9
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3153653\n"
+"266\n"
+"help.text"
msgid "Deletes the selected theme."
msgstr ""
-#: 01010000.xhp#hd_id3155946.265.help.text
+#. 0v@=
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3155946\n"
+"265\n"
+"help.text"
msgid "Insert"
msgstr "Insert"
-#: 01010000.xhp#par_id3145372.264.help.text
+#. gf?!
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3145372\n"
+"264\n"
+"help.text"
msgid "Inserts a new theme"
msgstr ""
-#: 01010000.xhp#hd_id3150633.263.help.text
+#. T88r
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3150633\n"
+"263\n"
+"help.text"
msgid "Shortcut keys in the Gallery preview area:"
msgstr ""
-#: 01010000.xhp#par_idN116D6.help.text
-msgctxt "01010000.xhp#par_idN116D6.help.text"
+#. #hEQ
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN116D6\n"
+"help.text"
msgid "Shortcut keys"
msgstr ""
-#: 01010000.xhp#par_idN116DC.help.text
-msgctxt "01010000.xhp#par_idN116DC.help.text"
+#. UraU
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN116DC\n"
+"help.text"
msgid "Result"
msgstr ""
-#: 01010000.xhp#hd_id3149343.262.help.text
+#. R+%-
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3149343\n"
+"262\n"
+"help.text"
msgid "Home"
msgstr "Home"
-#: 01010000.xhp#par_id3153241.261.help.text
+#. PK.(
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3153241\n"
+"261\n"
+"help.text"
msgid "Jumps to the first entry."
msgstr "გადადის პირველ ჩანაწერზე."
-#: 01010000.xhp#hd_id3148809.260.help.text
+#. \JI2
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3148809\n"
+"260\n"
+"help.text"
msgid "End"
msgstr "End"
-#: 01010000.xhp#par_id3148902.259.help.text
+#. O/ol
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3148902\n"
+"259\n"
+"help.text"
msgid "Jumps to the last entry."
msgstr "გადადის უკანასკნელ ჩანაწერზე."
-#: 01010000.xhp#hd_id3149382.258.help.text
+#. Os87
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3149382\n"
+"258\n"
+"help.text"
msgid "Left Arrow"
msgstr "მარცხენა ისარი"
-#: 01010000.xhp#par_id3150048.257.help.text
+#. Yj.g
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3150048\n"
+"257\n"
+"help.text"
msgid "Selects the next Gallery element on the left."
msgstr ""
-#: 01010000.xhp#hd_id3152926.256.help.text
+#. TIbA
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3152926\n"
+"256\n"
+"help.text"
msgid "Right Arrow"
msgstr "მარჯვენა ისარი"
-#: 01010000.xhp#par_id3153802.255.help.text
+#. #6KK
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3153802\n"
+"255\n"
+"help.text"
msgid "Selects the next Gallery element on the right."
msgstr ""
-#: 01010000.xhp#hd_id3150776.254.help.text
+#. D+Rs
+#: 01010000.xhp
#, fuzzy
-msgctxt "01010000.xhp#hd_id3150776.254.help.text"
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3150776\n"
+"254\n"
+"help.text"
msgid "Up Arrow"
msgstr "ზედა ისარი"
-#: 01010000.xhp#par_id3149800.253.help.text
+#. }cfM
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3149800\n"
+"253\n"
+"help.text"
msgid "Selects the next Gallery element above."
msgstr ""
-#: 01010000.xhp#hd_id3147517.252.help.text
+#. VK{v
+#: 01010000.xhp
#, fuzzy
-msgctxt "01010000.xhp#hd_id3147517.252.help.text"
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3147517\n"
+"252\n"
+"help.text"
msgid "Down Arrow"
msgstr "ქვედა ისარი"
-#: 01010000.xhp#par_id3151223.251.help.text
+#. V~xt
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3151223\n"
+"251\n"
+"help.text"
msgid "Selects the next Gallery element below."
msgstr ""
-#: 01010000.xhp#hd_id3145602.250.help.text
+#. r)MU
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3145602\n"
+"250\n"
+"help.text"
msgid "Page Up"
msgstr "Page Up"
-#: 01010000.xhp#par_id3147081.249.help.text
+#. JMO^
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3147081\n"
+"249\n"
+"help.text"
msgid "Scroll up one screen."
msgstr "ერთი ეკრანით ზევით."
-#: 01010000.xhp#hd_id3153045.355.help.text
+#. R,6n
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3153045\n"
+"355\n"
+"help.text"
msgid "Page Down"
msgstr "Page Down"
-#: 01010000.xhp#par_id3150411.248.help.text
+#. }:UM
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3150411\n"
+"248\n"
+"help.text"
msgid "Scroll down one screen."
msgstr "ერთი ეკრანით ქვევით."
-#: 01010000.xhp#hd_id3147278.246.help.text
+#. .(Lz
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3147278\n"
+"246\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Insert"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Insert"
-#: 01010000.xhp#par_id3153614.245.help.text
+#. Fo(b
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3153614\n"
+"245\n"
+"help.text"
msgid "Inserts the selected object as a linked object into the current document."
msgstr ""
-#: 01010000.xhp#hd_id3155345.244.help.text
-msgctxt "01010000.xhp#hd_id3155345.244.help.text"
+#. GhR%
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3155345\n"
+"244\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-#: 01010000.xhp#par_id3153608.243.help.text
+#. Kc1I
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3153608\n"
+"243\n"
+"help.text"
msgid "Inserts a copy of the selected object into the current document."
msgstr ""
-#: 01010000.xhp#hd_id3143278.242.help.text
+#. $NrV
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3143278\n"
+"242\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+T"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+T"
-#: 01010000.xhp#par_id3156370.241.help.text
-msgctxt "01010000.xhp#par_id3156370.241.help.text"
+#. 9`Bp
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3156370\n"
+"241\n"
+"help.text"
msgid "Opens the <emph>Enter Title</emph> dialog."
msgstr ""
-#: 01010000.xhp#hd_id3145114.240.help.text
-msgctxt "01010000.xhp#hd_id3145114.240.help.text"
+#. %i2a
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3145114\n"
+"240\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+P"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+P"
-#: 01010000.xhp#par_id3146107.239.help.text
-msgctxt "01010000.xhp#par_id3146107.239.help.text"
+#. ZK)@
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3146107\n"
+"239\n"
+"help.text"
msgid "Switches between themes view and object view."
msgstr ""
-#: 01010000.xhp#hd_id3147552.238.help.text
-msgctxt "01010000.xhp#hd_id3147552.238.help.text"
+#. +LW-
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3147552\n"
+"238\n"
+"help.text"
msgid "Spacebar"
msgstr ""
-#: 01010000.xhp#par_id3145324.237.help.text
-msgctxt "01010000.xhp#par_id3145324.237.help.text"
+#. yrQO
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3145324\n"
+"237\n"
+"help.text"
msgid "Switches between themes view and object view."
msgstr ""
-#: 01010000.xhp#hd_id3148978.236.help.text
-msgctxt "01010000.xhp#hd_id3148978.236.help.text"
+#. /0e9
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3148978\n"
+"236\n"
+"help.text"
msgid "Enter"
msgstr ""
-#: 01010000.xhp#par_id3155743.235.help.text
-msgctxt "01010000.xhp#par_id3155743.235.help.text"
+#. _A4s
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3155743\n"
+"235\n"
+"help.text"
msgid "Switches between themes view and object view."
msgstr ""
-#: 01010000.xhp#hd_id3154108.234.help.text
+#. %5hM
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3154108\n"
+"234\n"
+"help.text"
msgid "Step backward (only in object view)"
msgstr ""
-#: 01010000.xhp#par_id3153294.233.help.text
+#. g=e8
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3153294\n"
+"233\n"
+"help.text"
msgid "Switches back to main overview."
msgstr ""
-#: 01010000.xhp#hd_id3149722.330.help.text
+#. $7-c
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3149722\n"
+"330\n"
+"help.text"
msgid "Selecting Rows and Columns in a Database Table (opened by F4)"
msgstr ""
-#: 01010000.xhp#par_idN11906.help.text
-msgctxt "01010000.xhp#par_idN11906.help.text"
+#. ;@%n
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN11906\n"
+"help.text"
msgid "Shortcut keys"
msgstr ""
-#: 01010000.xhp#par_idN1190C.help.text
-msgctxt "01010000.xhp#par_idN1190C.help.text"
+#. ,Q?{
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN1190C\n"
+"help.text"
msgid "Result"
msgstr ""
-#: 01010000.xhp#hd_id3150963.331.help.text
-msgctxt "01010000.xhp#hd_id3150963.331.help.text"
+#. Shb~
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3150963\n"
+"331\n"
+"help.text"
msgid "Spacebar"
msgstr ""
-#: 01010000.xhp#par_id3146883.332.help.text
+#. |1.A
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3146883\n"
+"332\n"
+"help.text"
msgid "Toggles row selection, except when the row is in edit mode."
msgstr ""
-#: 01010000.xhp#hd_id3149787.333.help.text
+#. 2{Y8
+#: 01010000.xhp
+#, fuzzy
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3149787\n"
+"333\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Spacebar"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Tab"
-#: 01010000.xhp#par_id3149028.334.help.text
+#. ^C+Q
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3149028\n"
+"334\n"
+"help.text"
msgid "Toggles row selection"
msgstr ""
-#: 01010000.xhp#hd_id3147482.335.help.text
-msgctxt "01010000.xhp#hd_id3147482.335.help.text"
+#. lc[j
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3147482\n"
+"335\n"
+"help.text"
msgid "Shift+Spacebar"
msgstr ""
-#: 01010000.xhp#par_id3149319.336.help.text
+#. ::R!
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3149319\n"
+"336\n"
+"help.text"
msgid "Selects the current column"
msgstr ""
-#: 01010000.xhp#par_id1418805.help.text
+#. UpE7
+#: 01010000.xhp
+#, fuzzy
+msgctxt ""
+"01010000.xhp\n"
+"par_id1418805\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+PageUp"
-#: 01010000.xhp#par_id1743522.help.text
+#. U?D=
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id1743522\n"
+"help.text"
msgid "Moves pointer to the first row"
msgstr ""
-#: 01010000.xhp#par_id5994140.help.text
+#. 3)e\
+#: 01010000.xhp
+#, fuzzy
+msgctxt ""
+"01010000.xhp\n"
+"par_id5994140\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Down"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+D"
-#: 01010000.xhp#par_id7870113.help.text
+#. H}LJ
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id7870113\n"
+"help.text"
msgid "Moves pointer to the last row"
msgstr ""
-#: 01010000.xhp#hd_id3147411.230.help.text
+#. lsdQ
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3147411\n"
+"230\n"
+"help.text"
msgid "Shortcut Keys for Drawing Objects"
msgstr ""
-#: 01010000.xhp#par_idN1199F.help.text
-msgctxt "01010000.xhp#par_idN1199F.help.text"
+#. a-/\
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN1199F\n"
+"help.text"
msgid "Shortcut keys"
msgstr ""
-#: 01010000.xhp#par_idN119A5.help.text
-msgctxt "01010000.xhp#par_idN119A5.help.text"
+#. N;=q
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_idN119A5\n"
+"help.text"
msgid "Result"
msgstr ""
-#: 01010000.xhp#hd_id3149684.229.help.text
+#. ?:Fe
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3149684\n"
+"229\n"
+"help.text"
msgid "Select the toolbar with F6. Use the Down Arrow and Right Arrow to select the desired toolbar icon and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter"
msgstr "Select the toolbar with F6. Use the Down Arrow and Right Arrow to select the desired toolbar icon and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter"
-#: 01010000.xhp#par_id3155994.228.help.text
+#. 2!Tm
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3155994\n"
+"228\n"
+"help.text"
msgid "Inserts a Drawing Object."
msgstr ""
-#: 01010000.xhp#hd_id3150264.227.help.text
+#. !x(R
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3150264\n"
+"227\n"
+"help.text"
msgid "Select the document with <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6 and press Tab"
msgstr "Select the document with <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6 და დააჭირეთ Tab-ს"
-#: 01010000.xhp#par_id3154055.226.help.text
+#. !X#j
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3154055\n"
+"226\n"
+"help.text"
msgid "Selects a Drawing Object."
msgstr ""
-#: 01010000.xhp#hd_id3149242.225.help.text
-msgctxt "01010000.xhp#hd_id3149242.225.help.text"
+#. 4$`|
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3149242\n"
+"225\n"
+"help.text"
msgid "Tab"
msgstr ""
-#: 01010000.xhp#par_id3157902.224.help.text
+#. AiJI
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3157902\n"
+"224\n"
+"help.text"
msgid "Selects the next Drawing Object."
msgstr ""
-#: 01010000.xhp#hd_id3149349.223.help.text
-msgctxt "01010000.xhp#hd_id3149349.223.help.text"
+#. .CHZ
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3149349\n"
+"223\n"
+"help.text"
msgid "Shift+Tab"
msgstr "Shift + Tab"
-#: 01010000.xhp#par_id3150836.222.help.text
+#. /]tC
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3150836\n"
+"222\n"
+"help.text"
msgid "Selects the previous Drawing Object."
msgstr ""
-#: 01010000.xhp#hd_id3109846.221.help.text
+#. 7^=9
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3109846\n"
+"221\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Home"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Home"
-#: 01010000.xhp#par_id3154276.220.help.text
+#. k_XZ
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3154276\n"
+"220\n"
+"help.text"
msgid "Selects the first Drawing Object."
msgstr ""
-#: 01010000.xhp#hd_id3145829.219.help.text
+#. 3Ft[
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3145829\n"
+"219\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+End"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+End"
-#: 01010000.xhp#par_id3161664.218.help.text
+#. 11Ms
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3161664\n"
+"218\n"
+"help.text"
msgid "Selects the last Drawing Object."
msgstr ""
-#: 01010000.xhp#hd_id3153099.217.help.text
-msgctxt "01010000.xhp#hd_id3153099.217.help.text"
+#. DP-h
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3153099\n"
+"217\n"
+"help.text"
msgid "Esc"
msgstr ""
-#: 01010000.xhp#par_id3149009.216.help.text
+#. T){I
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3149009\n"
+"216\n"
+"help.text"
msgid "Ends Drawing Object selection."
msgstr ""
-#: 01010000.xhp#hd_id3156271.338.help.text
+#. lSG[
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3156271\n"
+"338\n"
+"help.text"
msgid "Esc (in Handle Selection Mode)"
msgstr ""
-#: 01010000.xhp#par_id3152818.339.help.text
+#. 3/|}
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3152818\n"
+"339\n"
+"help.text"
msgid "Exit Handle Selection Mode and return to Object Selection Mode."
msgstr ""
-#: 01010000.xhp#hd_id3151258.192.help.text
+#. :Z,E
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3151258\n"
+"192\n"
+"help.text"
msgid "Up/Down/Left/Right Arrow"
msgstr ""
-#: 01010000.xhp#par_id3159162.191.help.text
+#. s}p1
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3159162\n"
+"191\n"
+"help.text"
msgid "Move the selected point (the snap-to-grid functions are temporarily disabled, but end points still snap to each other)."
msgstr ""
-#: 01010000.xhp#hd_id3146874.213.help.text
+#. zR$C
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3146874\n"
+"213\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Up/Down/Left/Right Arrow"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline>+ზედა/ქვედა/მარცხენა/მარჯვენა ისარი"
-#: 01010000.xhp#par_id3144422.212.help.text
+#. euRF
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3144422\n"
+"212\n"
+"help.text"
msgid "Moves the selected Drawing Object one pixel (in Selection Mode)"
msgstr ""
-#: 01010000.xhp#par_id3153386.211.help.text
+#. on\0
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3153386\n"
+"211\n"
+"help.text"
msgid "Re-sizes a Drawing Object (in Handle Selection Mode)"
msgstr ""
-#: 01010000.xhp#par_id3145306.210.help.text
+#. EWjk
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3145306\n"
+"210\n"
+"help.text"
msgid "Rotates a Drawing Object (in Rotation Mode)"
msgstr ""
-#: 01010000.xhp#par_id3159244.209.help.text
+#. 4n$N
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3159244\n"
+"209\n"
+"help.text"
msgid "Opens the properties dialog for a Drawing Object."
msgstr ""
-#: 01010000.xhp#par_id3150763.208.help.text
+#. ._VI
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3150763\n"
+"208\n"
+"help.text"
msgid "Activates the Point Selection mode for the selected drawing object."
msgstr ""
-#: 01010000.xhp#hd_id3153580.207.help.text
-msgctxt "01010000.xhp#hd_id3153580.207.help.text"
+#. 1cB6
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3153580\n"
+"207\n"
+"help.text"
msgid "Spacebar"
msgstr ""
-#: 01010000.xhp#par_id3153053.206.help.text
+#. LqIb
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3153053\n"
+"206\n"
+"help.text"
msgid "Select a point of a drawing object (in Point Selection mode) / Cancel selection."
msgstr ""
-#: 01010000.xhp#par_id3145629.205.help.text
+#. uo6o
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3145629\n"
+"205\n"
+"help.text"
msgid "The selected point blinks once per second."
msgstr ""
-#: 01010000.xhp#hd_id3148624.204.help.text
-msgctxt "01010000.xhp#hd_id3148624.204.help.text"
+#. 53l~
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3148624\n"
+"204\n"
+"help.text"
msgid "Shift+Spacebar"
msgstr ""
-#: 01010000.xhp#par_id3154842.203.help.text
+#. y+O9
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3154842\n"
+"203\n"
+"help.text"
msgid "Select an additional point in Point Selection mode."
msgstr ""
-#: 01010000.xhp#hd_id3147424.202.help.text
-msgctxt "01010000.xhp#hd_id3147424.202.help.text"
+#. fhwo
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3147424\n"
+"202\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Tab"
-#: 01010000.xhp#par_id3152955.201.help.text
+#. fBY.
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3152955\n"
+"201\n"
+"help.text"
msgid "Select the next point of the drawing object (Point Selection mode)"
msgstr ""
-#: 01010000.xhp#par_id3149753.200.help.text
+#. /f*!
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3149753\n"
+"200\n"
+"help.text"
msgid "In Rotation mode, the center of rotation can also be selected."
msgstr ""
-#: 01010000.xhp#hd_id3147233.199.help.text
+#. !mBq
+#: 01010000.xhp
+#, fuzzy
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3147233\n"
+"199\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Tab"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F"
-#: 01010000.xhp#par_id3151296.198.help.text
+#. V+_:
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3151296\n"
+"198\n"
+"help.text"
msgid "Select the previous point of the drawing object (Point Selection mode)"
msgstr ""
-#: 01010000.xhp#hd_id3150933.340.help.text
-msgctxt "01010000.xhp#hd_id3150933.340.help.text"
+#. 4MMQ
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3150933\n"
+"340\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+End"
-#: 01010000.xhp#par_id3145662.341.help.text
+#. UJ?.
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3145662\n"
+"341\n"
+"help.text"
msgid "A new drawing object with default size is placed in the center of the current view."
msgstr ""
-#: 01010000.xhp#hd_id3147563.342.help.text
+#. QE2o
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3147563\n"
+"342\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter at the Selection icon"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+PageDown"
-#: 01010000.xhp#par_id3150860.343.help.text
+#. #U]*
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3150860\n"
+"343\n"
+"help.text"
msgid "Activates the first drawing object in the document."
msgstr ""
-#: 01010000.xhp#hd_id3154569.196.help.text
-msgctxt "01010000.xhp#hd_id3154569.196.help.text"
+#. #R+U
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3154569\n"
+"196\n"
+"help.text"
msgid "Esc"
msgstr ""
-#: 01010000.xhp#par_id3149994.195.help.text
+#. @f/L
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3149994\n"
+"195\n"
+"help.text"
msgid "Leave the Point Selection mode. The drawing object is selected afterwards."
msgstr ""
-#: 01010000.xhp#par_id3155512.193.help.text
+#. 3FQ-
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3155512\n"
+"193\n"
+"help.text"
msgid "Edit a point of a drawing object (Point Edit mode)"
msgstr ""
-#: 01010000.xhp#hd_id3148580.344.help.text
+#. JptF
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3148580\n"
+"344\n"
+"help.text"
msgid "Any text or numerical key"
msgstr ""
-#: 01010000.xhp#par_id3152918.345.help.text
+#. gcfa
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3152918\n"
+"345\n"
+"help.text"
msgid "If a drawing object is selected, switches to edit mode and places the cursor at the end of the text in the drawing object. A printable character is inserted."
msgstr ""
-#: 01010000.xhp#par_id2693563.help.text
+#. \4:l
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id2693563\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key while creating or scaling a graphic object"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline>+ზედა/ქვედა/მარცხენა/მარჯვენა ისარი"
-#: 01010000.xhp#par_id8308969.help.text
+#. KVDj
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id8308969\n"
+"help.text"
msgid "The position of the object's center is fixed."
msgstr ""
-#: 01010000.xhp#par_id526444.help.text
+#. /s@i
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id526444\n"
+"help.text"
msgid "Shift key while creating or scaling a graphic object"
msgstr ""
-#: 01010000.xhp#par_id4939725.help.text
+#. ,VO%
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id4939725\n"
+"help.text"
msgid "The ratio of the object's width to height is fixed."
msgstr ""
-#: 01020000.xhp#tit.help.text
+#. rT|u
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"tit\n"
+"help.text"
msgid "Database Shortcut Keys"
msgstr ""
-#: 01020000.xhp#bm_id3149809.help.text
+#. *|In
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"bm_id3149809\n"
+"help.text"
msgid "<bookmark_value>shortcut keys; in databases</bookmark_value><bookmark_value>databases; shortcut keys</bookmark_value>"
msgstr ""
-#: 01020000.xhp#hd_id3149809.1.help.text
+#. 84Oi
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3149809\n"
+"1\n"
+"help.text"
msgid "<variable id=\"DB_keys\"><link href=\"text/shared/04/01020000.xhp\" name=\"Database Shortcut Keys\">Database Shortcut Keys</link></variable>"
msgstr "<variable id=\"DB_keys\"><link href=\"text/shared/04/01020000.xhp\" name=\"Database Shortcut Keys\">მონაცემთა ბაზის მალმხმობები</link></variable>"
-#: 01020000.xhp#par_id3152462.2.help.text
+#. :{@O
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3152462\n"
+"2\n"
+"help.text"
msgid "The following is a list of shortcut keys available within databases."
msgstr ""
-#: 01020000.xhp#par_id3147350.3.help.text
+#. 3J0R
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3147350\n"
+"3\n"
+"help.text"
msgid "The general <link href=\"text/shared/04/01010000.xhp\" name=\"shortcut keys in $[officename]\">shortcut keys in $[officename]</link> also apply."
-msgstr "ასევე გამოიყენება ძირითადი <link href=\"text/shared/04/01010000.xhp\" name=\"shortcut keys in $[officename]\">მალსახმობი ღილაკები $[officename]-ში</link> "
-
-#: 01020000.xhp#hd_id3159155.4.help.text
+msgstr "ასევე გამოიყენება ძირითადი <link href=\"text/shared/04/01010000.xhp\" name=\"shortcut keys in $[officename]\">მალსახმობი ღილაკები $[officename]-ში</link>"
+
+#. %AD`
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3159155\n"
+"4\n"
+"help.text"
msgid "Shortcut keys for databases"
msgstr "მალმხმობები მონაცემთა ბაზებისათვის"
-#: 01020000.xhp#hd_id3149378.8.help.text
+#. |,%+
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3149378\n"
+"8\n"
+"help.text"
msgid "In the query design"
msgstr ""
-#: 01020000.xhp#hd_id3148389.5.help.text
-msgctxt "01020000.xhp#hd_id3148389.5.help.text"
+#. HgKO
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3148389\n"
+"5\n"
+"help.text"
msgid "Shortcut Keys"
msgstr ""
-#: 01020000.xhp#par_id3151051.6.help.text
-msgctxt "01020000.xhp#par_id3151051.6.help.text"
+#. Sh[^
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3151051\n"
+"6\n"
+"help.text"
msgid "Results"
msgstr ""
-#: 01020000.xhp#hd_id3149417.9.help.text
-msgctxt "01020000.xhp#hd_id3149417.9.help.text"
+#. L}J,
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3149417\n"
+"9\n"
+"help.text"
msgid "F6"
msgstr ""
-#: 01020000.xhp#par_id3155852.10.help.text
+#. )c9a
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3155852\n"
+"10\n"
+"help.text"
msgid "Jump between the query design areas."
msgstr ""
-#: 01020000.xhp#hd_id3149583.11.help.text
+#. NBm_
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3149583\n"
+"11\n"
+"help.text"
msgid "Delete"
msgstr "წაშლა"
-#: 01020000.xhp#par_id3150593.12.help.text
+#. @?mX
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3150593\n"
+"12\n"
+"help.text"
msgid "Deletes a table from the query design."
msgstr ""
-#: 01020000.xhp#hd_id3148879.13.help.text
-msgctxt "01020000.xhp#hd_id3148879.13.help.text"
+#. +G$f
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3148879\n"
+"13\n"
+"help.text"
msgid "Tab"
msgstr ""
-#: 01020000.xhp#par_id3145645.14.help.text
+#. 7XTm
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3145645\n"
+"14\n"
+"help.text"
msgid "Selects the connection line."
msgstr ""
-#: 01020000.xhp#hd_id3157975.15.help.text
-msgctxt "01020000.xhp#hd_id3157975.15.help.text"
+#. hMfq
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3157975\n"
+"15\n"
+"help.text"
msgid "Shift+F10"
msgstr "Shift+F2"
-#: 01020000.xhp#par_id3150418.16.help.text
-msgctxt "01020000.xhp#par_id3150418.16.help.text"
+#. O=.u
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3150418\n"
+"16\n"
+"help.text"
msgid "Opens the context menu."
msgstr "ხსნის კონტექსტურ მენიუს."
-#: 01020000.xhp#hd_id3151318.17.help.text
+#. pWw2
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3151318\n"
+"17\n"
+"help.text"
msgid "F4"
msgstr "F4"
-#: 01020000.xhp#par_id3157846.18.help.text
+#. h;+q
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3157846\n"
+"18\n"
+"help.text"
msgid "Preview"
msgstr ""
-#: 01020000.xhp#par_id8985259.help.text
+#. elH[
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id8985259\n"
+"help.text"
msgid "F5"
msgstr "F5"
-#: 01020000.xhp#par_id336313.help.text
+#. i.Fa
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id336313\n"
+"help.text"
msgid "Run query"
msgstr ""
-#: 01020000.xhp#par_id5499435.help.text
+#. gl%6
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id5499435\n"
+"help.text"
msgid "F7"
msgstr "F7"
-#: 01020000.xhp#par_id346995.help.text
+#. !eG@
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id346995\n"
+"help.text"
msgid "Add table or query"
msgstr ""
-#: 01020000.xhp#hd_id3149403.19.help.text
+#. HpL?
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3149403\n"
+"19\n"
+"help.text"
msgid "Control Properties Window"
msgstr ""
-#: 01020000.xhp#par_idN1075E.help.text
-msgctxt "01020000.xhp#par_idN1075E.help.text"
+#. XDJN
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_idN1075E\n"
+"help.text"
msgid "Shortcut Keys"
msgstr ""
-#: 01020000.xhp#par_idN10764.help.text
-msgctxt "01020000.xhp#par_idN10764.help.text"
+#. #EQ6
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_idN10764\n"
+"help.text"
msgid "Results"
msgstr ""
-#: 01020000.xhp#hd_id3153510.20.help.text
-msgctxt "01020000.xhp#hd_id3153510.20.help.text"
+#. I:9+
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3153510\n"
+"20\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Down Arrow"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline>+ზედა ისარი"
-#: 01020000.xhp#par_id3148572.21.help.text
+#. D.mM
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3148572\n"
+"21\n"
+"help.text"
msgid "Opens the combo box."
msgstr ""
-#: 01020000.xhp#hd_id3151205.22.help.text
+#. 2Pbq
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3151205\n"
+"22\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Up Arrow"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline>+ზედა ისარი"
-#: 01020000.xhp#par_id3145302.23.help.text
+#. Z83a
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3145302\n"
+"23\n"
+"help.text"
msgid "Closes the combo box."
msgstr ""
-#: 01020000.xhp#hd_id3158416.24.help.text
+#. 55}Y
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3158416\n"
+"24\n"
+"help.text"
msgid "Shift+Enter"
msgstr "Shift+Enter"
-#: 01020000.xhp#par_id3153948.25.help.text
+#. aSt0
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153948\n"
+"25\n"
+"help.text"
msgid "Inserts a new line."
msgstr "სვამს ახალ სტრიქონს"
-#: 01020000.xhp#hd_id3150327.26.help.text
+#. nD+{
+#: 01020000.xhp
#, fuzzy
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3150327\n"
+"26\n"
+"help.text"
msgid "Up arrow"
msgstr "ზედა ისარი"
-#: 01020000.xhp#par_id3145168.27.help.text
+#. MVs)
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3145168\n"
+"27\n"
+"help.text"
msgid "Positions the cursor in the previous line."
msgstr ""
-#: 01020000.xhp#hd_id3157866.28.help.text
+#. dP7g
+#: 01020000.xhp
#, fuzzy
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3157866\n"
+"28\n"
+"help.text"
msgid "Down arrow"
msgstr "ქვედა ისარი"
-#: 01020000.xhp#par_id3154480.29.help.text
+#. WUm*
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3154480\n"
+"29\n"
+"help.text"
msgid "Puts the cursor into the next line."
msgstr ""
-#: 01020000.xhp#hd_id3154756.30.help.text
-msgctxt "01020000.xhp#hd_id3154756.30.help.text"
+#. VT`c
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3154756\n"
+"30\n"
+"help.text"
msgid "Enter"
msgstr ""
-#: 01020000.xhp#par_id3152962.31.help.text
+#. 0?6Y
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3152962\n"
+"31\n"
+"help.text"
msgid "Completes the input in the field and places the cursor into the next field."
msgstr "ასრულებს ველში მონაცემთა შეყვანას და კურსორს ათავსებს შემდეგ ველში."
-#: 01020000.xhp#hd_id3155766.57.help.text
+#. _kbl
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3155766\n"
+"57\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6"
-#: 01020000.xhp#par_id3149018.58.help.text
+#. x^%j
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3149018\n"
+"58\n"
+"help.text"
msgid "Sets the focus (if not in design mode) to the first control. The first control is the first one listed in the Form Navigator."
msgstr ""
-#: 01020000.xhp#hd_id3148996.32.help.text
+#. T5)V
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3148996\n"
+"32\n"
+"help.text"
msgid "Shortcuts for creating Basic dialogs"
msgstr ""
-#: 01020000.xhp#par_idN1089C.help.text
-msgctxt "01020000.xhp#par_idN1089C.help.text"
+#. 15kV
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_idN1089C\n"
+"help.text"
msgid "Shortcut Keys"
msgstr ""
-#: 01020000.xhp#par_idN108A2.help.text
-msgctxt "01020000.xhp#par_idN108A2.help.text"
+#. 5]^Q
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_idN108A2\n"
+"help.text"
msgid "Results"
msgstr ""
-#: 01020000.xhp#hd_id3156054.33.help.text
+#. )bZt
+#: 01020000.xhp
#, fuzzy
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3156054\n"
+"33\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+PgUp"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+PageUp"
-#: 01020000.xhp#par_id3150389.34.help.text
-msgctxt "01020000.xhp#par_id3150389.34.help.text"
+#. )\u+
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3150389\n"
+"34\n"
+"help.text"
msgid "Jumps between tabs."
msgstr ""
-#: 01020000.xhp#hd_id3156384.35.help.text
+#. Q$!,
+#: 01020000.xhp
#, fuzzy
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3156384\n"
+"35\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+PgDn"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+D"
-#: 01020000.xhp#par_id3151251.36.help.text
-msgctxt "01020000.xhp#par_id3151251.36.help.text"
+#. b^W!
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3151251\n"
+"36\n"
+"help.text"
msgid "Jumps between tabs."
msgstr ""
-#: 01020000.xhp#hd_id3145297.37.help.text
-msgctxt "01020000.xhp#hd_id3145297.37.help.text"
+#. ibc.
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3145297\n"
+"37\n"
+"help.text"
msgid "F6"
msgstr ""
-#: 01020000.xhp#par_id3151016.38.help.text
+#. JjQA
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3151016\n"
+"38\n"
+"help.text"
msgid "Jump between windows."
msgstr ""
-#: 01020000.xhp#hd_id3153965.39.help.text
-msgctxt "01020000.xhp#hd_id3153965.39.help.text"
+#. /r^`
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3153965\n"
+"39\n"
+"help.text"
msgid "Tab"
msgstr ""
-#: 01020000.xhp#par_id3153535.40.help.text
+#. Up!+
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153535\n"
+"40\n"
+"help.text"
msgid "Selection of the control fields."
msgstr ""
-#: 01020000.xhp#hd_id3152484.41.help.text
-msgctxt "01020000.xhp#hd_id3152484.41.help.text"
+#. ,;mM
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3152484\n"
+"41\n"
+"help.text"
msgid "Shift+Tab"
msgstr "Shift + Tab"
-#: 01020000.xhp#par_id3149257.42.help.text
+#. CuW$
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3149257\n"
+"42\n"
+"help.text"
msgid "Selection of the control fields in opposite direction."
msgstr ""
-#: 01020000.xhp#hd_id3154967.43.help.text
-msgctxt "01020000.xhp#hd_id3154967.43.help.text"
+#. p8T)
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3154967\n"
+"43\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+End"
-#: 01020000.xhp#par_id3147255.44.help.text
+#. sq)K
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3147255\n"
+"44\n"
+"help.text"
msgid "Inserts the selected control."
msgstr ""
-#: 01020000.xhp#hd_id3163726.45.help.text
+#. 2~H[
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3163726\n"
+"45\n"
+"help.text"
msgid "Arrow key"
msgstr "ისრის ღილაკი"
-#: 01020000.xhp#par_idN109BA.help.text
+#. f0x$
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_idN109BA\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Home"
-#: 01020000.xhp#par_id3145791.46.help.text
+#. ;F/J
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3145791\n"
+"46\n"
+"help.text"
msgid "Moves the selected control in steps of 1 mm in the respective direction. In point edit mode, it changes the size of the selected control."
msgstr ""
-#: 01020000.xhp#hd_id3154665.49.help.text
-msgctxt "01020000.xhp#hd_id3154665.49.help.text"
+#. eo^`
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3154665\n"
+"49\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Tab"
-#: 01020000.xhp#par_id3155581.50.help.text
+#. S\ZU
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3155581\n"
+"50\n"
+"help.text"
msgid "In point edit mode, jumps to next handle."
msgstr ""
-#: 01020000.xhp#hd_id3150208.51.help.text
+#. G8ar
+#: 01020000.xhp
#, fuzzy
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3150208\n"
+"51\n"
+"help.text"
msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab"
msgstr "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+N"
-#: 01020000.xhp#par_id3147506.52.help.text
+#. ybF|
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3147506\n"
+"52\n"
+"help.text"
msgid "In point edit mode, jumps to previous handle."
msgstr ""
-#: 01020000.xhp#hd_id3153231.53.help.text
-msgctxt "01020000.xhp#hd_id3153231.53.help.text"
+#. Fq[Y
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3153231\n"
+"53\n"
+"help.text"
msgid "Esc"
msgstr ""
-#: 01020000.xhp#par_id3152969.54.help.text
+#. @S=~
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3152969\n"
+"54\n"
+"help.text"
msgid "Leaves the current selection."
msgstr "ტოვებს მიმდინარე არჩევანს."
diff --git a/source/ka/helpcontent2/source/text/shared/05.po b/source/ka/helpcontent2/source/text/shared/05.po
index 24cea677b44..0fc533fba1d 100644
--- a/source/ka/helpcontent2/source/text/shared/05.po
+++ b/source/ka/helpcontent2/source/text/shared/05.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/shared/05.oo
+#. extracted from helpcontent2/source/text/shared/05
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-04-05 23:53+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,591 +12,1400 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: 00000110.xhp#tit.help.text
-msgid "The %PRODUCTNAME Help Window"
-msgstr " %PRODUCTNAME -ის დახმარების ფანჯარა"
-
-#: 00000110.xhp#hd_id3153884.1.help.text
-msgid "<variable id=\"00000110\"><link href=\"text/shared/05/00000110.xhp\" name=\"The %PRODUCTNAME Help Window\">The <item type=\"productname\">%PRODUCTNAME</item> Help Window</link></variable>"
-msgstr ""
-
-#: 00000110.xhp#par_id3156183.25.help.text
-msgid "The Help system for all versions of the software is based on the same source files. Some of the functions described in Help may not be included in this particular distribution. Some features specific to a distribution may not be mentioned in this Help."
-msgstr ""
-
-#: 00000110.xhp#par_id3147143.2.help.text
-msgid "<ahelp hid=\".uno:HelpOnHelp\" visibility=\"hidden\">Provides an overview of the Help system</ahelp>The Help window shows the currently selected Help page."
-msgstr ""
-
-#: 00000110.xhp#par_id3159201.24.help.text
-msgid "<ahelp hid=\"HID_HELP_TOOLBOX\">The <emph>Toolbar</emph> contains important functions for controlling the Help system</ahelp>:"
-msgstr "<ahelp hid=\"HID_HELP_TOOLBOX\"> <emph>ხელსაწყოთა ზოლი</emph> შეიცავს მნიშვნელოვან ფუნქციებს რათა აკონტროლს დახმარების სისტემა </ahelp>:"
-
-#: 00000110.xhp#par_id3153311.help.text
-msgid "<image id=\"img_id3155892\" src=\"sfx2/res/indexon_small.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155892\">Icon</alt></image>"
-msgstr ""
-
-#: 00000110.xhp#par_id3147089.3.help.text
-msgid "<ahelp hid=\"HID_HELP_TOOLBOXITEM_INDEX\">Hides and shows the <emph>navigation pane</emph></ahelp>"
-msgstr "<ahelp hid=\"HID_HELP_TOOLBOXITEM_INDEX\">დამალე და აჩვენე <emph>ნავიგაციის პანელი</emph></ahelp>"
-
-#: 00000110.xhp#par_id3152781.help.text
-msgid "<image id=\"img_id3149811\" src=\"res/sc06301.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3149811\">Icon</alt></image>"
-msgstr ""
-
-#: 00000110.xhp#par_id3151111.5.help.text
-msgid "<ahelp hid=\"HID_HELP_TOOLBOXITEM_BACKWARD\">Moves back to the <emph>previous</emph> page</ahelp>"
-msgstr "<ahelp hid=\"HID_HELP_TOOLBOXITEM_BACKWARD\">გადატანა <emph>წინა</emph> გვერდი</ahelp>"
-
-#: 00000110.xhp#par_id3149415.help.text
-msgid "<image id=\"img_id3159399\" src=\"cmd/sc_browseforward.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3159399\">Icon</alt></image>"
-msgstr ""
-
-#: 00000110.xhp#par_id3154514.6.help.text
-msgid "<ahelp hid=\"HID_HELP_TOOLBOXITEM_FORWARD\">Moves forward to the <emph>next</emph> page</ahelp>"
-msgstr "<ahelp hid=\"HID_HELP_TOOLBOXITEM_FORWARD\">წინას გადატანა <emph>შემდეგი</emph> გვერდი</ahelp>"
-
-#: 00000110.xhp#par_id3149580.help.text
-msgid "<image id=\"img_id3148642\" src=\"res/sc06303.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3148642\">Icon</alt></image>"
-msgstr ""
-
-#: 00000110.xhp#par_id3154285.4.help.text
-msgid "<ahelp hid=\"HID_HELP_TOOLBOXITEM_START\">Moves to the <emph>first page</emph> of the current Help topic</ahelp>"
-msgstr "<ahelp hid=\"HID_HELP_TOOLBOXITEM_START\">გადატანა <emph>საწყისი გევრდი</emph> მიმიდნარე დახმარების თემა</ahelp>"
-
-#: 00000110.xhp#par_id3149797.help.text
-msgid "<image id=\"img_id3155434\" src=\"cmd/sc_print.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155434\">Icon</alt></image>"
-msgstr ""
-
-#: 00000110.xhp#par_id3148563.7.help.text
-msgid "<ahelp hid=\"HID_HELP_TOOLBOXITEM_PRINT\"><emph>Prints</emph> the current page</ahelp>"
-msgstr "<ahelp hid=\"HID_HELP_TOOLBOXITEM_PRINT\"><emph>დაბეჭდე</emph> მიმდინარე გვერდი</ahelp>"
-
-#: 00000110.xhp#par_id3145068.help.text
-msgid "<image id=\"img_id3149294\" src=\"sfx2/res/favourite.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149294\">Icon</alt></image>"
-msgstr ""
-
-#: 00000110.xhp#par_id3154939.18.help.text
-msgid "<ahelp hid=\"HID_HELP_TOOLBOXITEM_BOOKMARKS\">Adds this page to your bookmarks</ahelp>"
-msgstr "<ahelp hid=\"HID_HELP_TOOLBOXITEM_BOOKMARKS\">დაამატე გვერდი თქვენს სანიშნეებში</ahelp>"
-
-#: 00000110.xhp#par_idN108D9.help.text
-msgid "<image id=\"img_id7358623\" src=\"cmd/sc_recsearch.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id7358623\">Search icon</alt></image>"
-msgstr ""
-
-#: 00000110.xhp#par_idN108FE.help.text
-msgid "<ahelp hid=\"HID_HELP_TOOLBOXITEM_SEARCHDIALOG\">Opens the <emph>Find on this page</emph> dialog.</ahelp>"
-msgstr "<ahelp hid=\"HID_HELP_TOOLBOXITEM_SEARCHDIALOG\">გახსენი <emph>იპოვე ამ გვერდზე</emph> დიალოგი.</ahelp>"
-
-#: 00000110.xhp#par_id3154366.21.help.text
-msgid "These commands can also be found in the context menu of the Help document."
-msgstr "ეს ბრძანებები ასევე შეიძლება მონახული იყოს დახმარების დოკუმენტის კონტექსტურ მენიუში."
-
-#: 00000110.xhp#par_idN10922.help.text
-msgid "Help Page"
-msgstr "დახმარების გვერდი"
-
-#: 00000110.xhp#par_idN10926.help.text
-msgid "You can copy from the Help Viewer to the clipboard on your operating system with standard copy commands. For example:"
-msgstr ""
-
-#: 00000110.xhp#par_idN1092C.help.text
-msgid "On a Help page, select the text that you want to copy."
-msgstr "დახმარების გვერდზე მონიშნეთ ის ტექსტი რომლის კოპირებაც გნებავთ."
+#. T_kB
+#: 00000120.xhp
+msgctxt ""
+"00000120.xhp\n"
+"tit\n"
+"help.text"
+msgid "Help Agent, Tips and Extended Tips"
+msgstr "დახმარების აგენტი, რჩევები და გაფართოებული რჩევები"
-#: 00000110.xhp#par_idN10930.help.text
-msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C."
+#. (~hQ
+#: 00000120.xhp
+msgctxt ""
+"00000120.xhp\n"
+"bm_id3150672\n"
+"help.text"
+msgid "<bookmark_value>Help; Help tips</bookmark_value> <bookmark_value>tooltips; help</bookmark_value> <bookmark_value>Help Agent; help</bookmark_value> <bookmark_value>Clippy, see Help Agent</bookmark_value>"
msgstr ""
-#: 00000110.xhp#par_idN10933.help.text
-msgid "To search the current Help page:"
-msgstr "ძიება მიმდინარე დახმარების გვერდზე:"
+#. *(DN
+#: 00000120.xhp
+msgctxt ""
+"00000120.xhp\n"
+"hd_id3155599\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"00000120\"><link href=\"text/shared/05/00000120.xhp\" name=\"Help Agent, Tips and Extended Tips\">Help Agent, Tips and Extended Tips</link></variable>"
+msgstr "<variable id=\"00000120\"><link href=\"text/shared/05/00000120.xhp\" name=\"დახმარების აგენტი, რჩევები და გაფართოებული რჩევები\">დახმარების აგენტი, რჩევები და გაფართოებული რჩევები</link></variable>"
-#: 00000110.xhp#par_idN10939.help.text
-msgid "Click the <emph>Find on this Page</emph> icon."
-msgstr "დააწკაპუნეთ <emph>იპოვე ამ გვერდზე</emph> ხატულა."
+#. ^,$A
+#: 00000120.xhp
+msgctxt ""
+"00000120.xhp\n"
+"par_id3148520\n"
+"2\n"
+"help.text"
+msgid "The Help Agent, Tips, and Extended Tips provide help while you work."
+msgstr "დახმარების აგენტი, რჩევები და გაფართოებული რჩევები უზრუნველყოფენ დახმარებას თქვენი მუშაობის დროს."
-#: 00000110.xhp#par_idN10940.help.text
-msgid "The <emph>Find on this Page</emph> dialog opens."
-msgstr " <emph>იპოვე ამ გვერდზე</emph> დიალოგის გაღება."
+#. 0H(O
+#: 00000120.xhp
+msgctxt ""
+"00000120.xhp\n"
+"hd_id3147285\n"
+"7\n"
+"help.text"
+msgid "The Help Agent"
+msgstr "დახმარების აგენტი"
-#: 00000110.xhp#par_idN10A36.help.text
-msgid "You can also click in the Help page and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F."
+#. eiDT
+#: 00000120.xhp
+msgctxt ""
+"00000120.xhp\n"
+"par_id3149716\n"
+"8\n"
+"help.text"
+msgid "The <link href=\"text/shared/optionen/01010600.xhp\" name=\"Help Agent\">Help Agent</link> starts automatically when you are performing a task that might require some assistance. The Help Agent appears in a small window in a corner of the document. To view the help for the task, click inside the Help Agent window."
msgstr ""
-#: 00000110.xhp#par_idN10A22.help.text
-msgid "In the <emph>Search for</emph> box, enter the text that you want to find."
-msgstr " <emph>ძიება</emph>ველში შეიყვანეთ ტექსტი რომლის მოძებნაც გინდათ."
-
-#: 00000110.xhp#par_idN10A48.help.text
-msgid "Select the search options that you want to use."
-msgstr "აირჩიეთ ძიების პარამეტრები რომლის გამოყენებაც გინდათ."
-
-#: 00000110.xhp#par_idN10A26.help.text
-msgid "Click <emph>Find</emph>."
-msgstr "დააწკაპუნეთ <emph>ძიება</emph>."
-
-#: 00000110.xhp#par_idN10A59.help.text
-msgid "To find the next occurrence of the search term on the page, click <emph>Find</emph> again."
+#. HY)#
+#: 00000120.xhp
+msgctxt ""
+"00000120.xhp\n"
+"par_idN10634\n"
+"help.text"
+msgid "The Help Agent automatically closes after a short delay. If you ignore or close the Help Agent three times you perform a certain task, the Help Agent no longer opens for that task. To disable the Help Agent choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - General</emph>."
msgstr ""
-#: 00000110.xhp#par_idN10906.help.text
-msgid "<ahelp hid=\"sfx2:ComboBox:RID_DLG_SEARCH:ED_SEARCH\" visibility=\"hidden\">Enter the text that you want to search for or select a text entry in the list.</ahelp>"
-msgstr "<ahelp hid=\"sfx2:ComboBox:RID_DLG_SEARCH:ED_SEARCH\" visibility=\"hidden\">შეიტანეთ ტექსტი რომლის მოძებნაც გინდათ ან აირჩიეთ ტექსტის ჩანაწერი სიიდან .</ahelp>"
-
-#: 00000110.xhp#par_idN10993.help.text
-msgid "<ahelp hid=\"sfx2:CheckBox:RID_DLG_SEARCH:CB_WHOLEWORDS\" visibility=\"hidden\">Finds complete words only.</ahelp>"
-msgstr "<ahelp hid=\"sfx2:CheckBox:RID_DLG_SEARCH:CB_WHOLEWORDS\" visibility=\"hidden\">იპოვე მხოლოდ სრული სიტყვები.</ahelp>"
-
-#: 00000110.xhp#par_idN109AA.help.text
-msgid "<ahelp hid=\"sfx2:CheckBox:RID_DLG_SEARCH:CB_MATCHCASE\" visibility=\"hidden\">Distinguishes between uppercase text and lowercase text.</ahelp>"
-msgstr "<ahelp hid=\"sfx2:CheckBox:RID_DLG_SEARCH:CB_MATCHCASE\" visibility=\"hidden\">განასხვავებს ტექსტის ზედა და ქვედა რეგისტრს.</ahelp>"
-
-#: 00000110.xhp#par_idN109C1.help.text
-msgid "<ahelp hid=\"sfx2:CheckBox:RID_DLG_SEARCH:CB_WRAPAROUND\" visibility=\"hidden\">Searches the entire Help page, starting at the current position of the cursor.</ahelp>"
-msgstr "<ahelp hid=\"sfx2:CheckBox:RID_DLG_SEARCH:CB_WRAPAROUND\" visibility=\"hidden\">ეძებს სრულად დახმარების გევრდზე, იწყებს კურსორის მიმდინარე მდგომარეობიდან.</ahelp>"
-
-#: 00000110.xhp#par_idN109D8.help.text
-msgid "<ahelp hid=\"sfx2:CheckBox:RID_DLG_SEARCH:CB_BACKWARDS\" visibility=\"hidden\">Searches backwards from the current position of the cursor.</ahelp>"
-msgstr "<ahelp hid=\"sfx2:CheckBox:RID_DLG_SEARCH:CB_BACKWARDS\" visibility=\"hidden\">კურსორის მიმდებარე მდებარეობიდან უკან ძიება.</ahelp>"
+#. )3ou
+#: 00000120.xhp
+msgctxt ""
+"00000120.xhp\n"
+"hd_id3149140\n"
+"3\n"
+"help.text"
+msgid "Tips"
+msgstr "რჩევები"
-#: 00000110.xhp#par_idN109F5.help.text
-msgid "<ahelp hid=\"sfx2:PushButton:RID_DLG_SEARCH:PB_FIND\" visibility=\"hidden\">Finds the next occurrence of the search term.</ahelp>"
+#. :LED
+#: 00000120.xhp
+msgctxt ""
+"00000120.xhp\n"
+"par_id3157896\n"
+"4\n"
+"help.text"
+msgid "Tips provide you with the names of toolbar buttons. To display a tip, rest the pointer over a toolbar button until the name of the button appears."
msgstr ""
-#: 00000110.xhp#hd_id3149202.8.help.text
-msgid "Navigation Pane"
-msgstr "ნავიგაციის პანელი"
+#. )$?j
+#: 00000120.xhp
+msgctxt ""
+"00000120.xhp\n"
+"par_id3153910\n"
+"9\n"
+"help.text"
+msgid "Tips are also displayed for some elements in a document, such as chapter names when you scroll through a long document."
+msgstr "რჩევები ასევე ნაჩვენებია ზოგიერთი ელემენტისთვის დოკუმენტში. როგორიცაა თავის დასახელება, როდესაც თქვენ ათვალიერებთ გრძელ დოკუმენტს."
-#: 00000110.xhp#par_id3148673.9.help.text
-msgid "<ahelp hid=\"HID_HELP_TABCONTROL\">The navigation pane of the Help window contains the tab pages <emph>Contents</emph>, <emph>Index</emph>, <emph>Find</emph> and <emph>Bookmarks</emph>.</ahelp>"
+#. -1Cj
+#: 00000120.xhp
+msgctxt ""
+"00000120.xhp\n"
+"par_id992156\n"
+"help.text"
+msgid "Enable or disable the tips on <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - General</emph>."
msgstr ""
-#: 00000110.xhp#par_id3159149.19.help.text
-msgid "<ahelp hid=\"HID_HELP_LISTBOX\">The list box located at the very top is where you can select other <item type=\"productname\">%PRODUCTNAME</item> Help modules.</ahelp> The <emph>Index</emph> and <emph>Find</emph> tab pages only contain the data for the selected <item type=\"productname\">%PRODUCTNAME</item> module."
-msgstr "<ahelp hid=\"HID_HELP_LISTBOX\">სიის ველი მდებარეობს ძალიან ზევით სადაც შეგიძლიათ სხვაც აირჩიოთ <item type=\"productname\">%PRODUCTNAME</item> დახმარების მოდულები.</ahelp> <emph>ინდექსი</emph> და <emph>ძიება</emph> ჩანართის გვერდები შეიცავენ მხოლოდ მონაცემებს მონიშვნისთვის <item type=\"productname\">%PRODUCTNAME</item> მოდული."
-
-#: 00000110.xhp#par_id3149983.14.help.text
-msgid "<link href=\"text/shared/05/00000160.xhp\" name=\"Contents\">Contents</link>"
-msgstr "<link href=\"text/shared/05/00000160.xhp\" name=\"Contents\">შიგთავსი</link>"
-
-#: 00000110.xhp#par_id3145748.15.help.text
-msgid "Displays an index of the main topics of all modules."
-msgstr ""
+#. 53]t
+#: 00000120.xhp
+msgctxt ""
+"00000120.xhp\n"
+"hd_id3147571\n"
+"5\n"
+"help.text"
+msgid "Extended Tips"
+msgstr "გაფართოებული რჩევები"
-#: 00000110.xhp#par_id3155366.10.help.text
-msgid "<link href=\"text/shared/05/00000130.xhp\" name=\"Index\">Index</link>"
-msgstr "<link href=\"text/shared/05/00000130.xhp\" name=\"Index\">ინდექსი</link>"
+#. lVor
+#: 00000120.xhp
+msgctxt ""
+"00000120.xhp\n"
+"par_id3149346\n"
+"6\n"
+"help.text"
+msgid "Extended tips provide a brief description about buttons and commands. To display an extended tip, press Shift+F1, then point to a button or command."
+msgstr "დამატებითი რჩევები უზრუნველყოფენ ღილაკების და ბრძანებების მოკლე აღწერილობას. იმისთვის რომ ნახოთ დამატებითი რჩევები დააჭირეთ Shift+F1-ს, შემდეგ მიუთითეთ ღილაკზე ან ბრძანებაზე."
-#: 00000110.xhp#par_id3151351.11.help.text
-msgid "Displays a list of index keywords for the currently selected %PRODUCTNAME module."
+#. -#Ge
+#: 00000120.xhp
+msgctxt ""
+"00000120.xhp\n"
+"par_idN10666\n"
+"help.text"
+msgid "If you always want extended tips instead of tips, enable the extended tips on <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - General</emph>."
msgstr ""
-#: 00000110.xhp#par_id3149260.12.help.text
-msgid "<link href=\"text/shared/05/00000140.xhp\" name=\"Find\">Find</link>"
-msgstr "<link href=\"text/shared/05/00000140.xhp\" name=\"Find\">ძიება</link>"
-
-#: 00000110.xhp#par_id3154188.13.help.text
-msgid "Allows you to carry out a full-text search. The search will include the entire Help contents of the currently selected <item type=\"productname\">%PRODUCTNAME</item> module."
-msgstr "გაძლევთ საშუალებას მოძებნოს სრული ტექსტი. ძიება შეიცავს შენატან დახმარების შიგთავსს და მიმდინარე მონიშნულ <item type=\"productname\">%PRODUCTNAME</item> მოდულს."
-
-#: 00000110.xhp#par_id3154985.16.help.text
-msgid "<link href=\"text/shared/05/00000150.xhp\" name=\"Bookmarks\">Bookmarks</link>"
-msgstr "<link href=\"text/shared/05/00000150.xhp\" name=\"Bookmarks\">სანიშნები</link>"
-
-#: 00000110.xhp#par_id3156062.17.help.text
-msgid "Contains user-defined bookmarks. You can edit or delete bookmarks, or click them to go to the corresponding pages."
-msgstr "შეიცავს მომხმარებლისგან განსაზღვრულ სანიშნეებს. თქვენ შეგიძლიათ დაარედაქტიროთ ან წაშალოთ სანიშნეები, ან დააწკაპუნეთ მათზე რათა გადახვიდეთ შესაბამის გვერდზე."
-
-#: err_html.xhp#tit.help.text
+#. Da^m
+#: err_html.xhp
+msgctxt ""
+"err_html.xhp\n"
+"tit\n"
+"help.text"
msgid "Help Page Not Found"
msgstr ""
-#: err_html.xhp#hd_id3146957.1.help.text
+#. ^#TF
+#: err_html.xhp
+msgctxt ""
+"err_html.xhp\n"
+"hd_id3146957\n"
+"1\n"
+"help.text"
msgid "Could not find Help page."
msgstr "დახმარების გვერდის პოვნა შეუძლებელია."
-#: err_html.xhp#par_id3147088.2.help.text
+#. HxpL
+#: err_html.xhp
+msgctxt ""
+"err_html.xhp\n"
+"par_id3147088\n"
+"2\n"
+"help.text"
msgid "Unfortunately the Help page you selected was not found. The following data could be helpful in locating the error:"
msgstr ""
-#: err_html.xhp#par_id3143268.3.help.text
+#. *u(}
+#: err_html.xhp
+msgctxt ""
+"err_html.xhp\n"
+"par_id3143268\n"
+"3\n"
+"help.text"
msgid "Help ID: <emph><help-id-missing/></emph>"
msgstr "დახმარების ID: <emph><help-id-missing/></emph>"
-#: err_html.xhp#par_idN10681.help.text
+#. syI2
+#: err_html.xhp
+msgctxt ""
+"err_html.xhp\n"
+"par_idN10681\n"
+"help.text"
msgid "You can install missing Help modules using the Setup application."
msgstr "თქვენ შეგიძლიათ დააინსტალიროთ არმქონე დახმარების მოდულები საინსატაციო პროგრამით."
-#: err_html.xhp#par_id3150541.16.help.text
+#. W7J,
+#: err_html.xhp
+msgctxt ""
+"err_html.xhp\n"
+"par_id3150541\n"
+"16\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 "Click <image id=\"img_id3148946\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148946\">ხატულა</alt></image><emph>უკან</emph> წინა გვერდზე დაბრუნება."
-#: 00000140.xhp#tit.help.text
+#. (Ldi
+#: 00000130.xhp
+msgctxt ""
+"00000130.xhp\n"
+"tit\n"
+"help.text"
+msgid "Index - Keyword Search in the Help"
+msgstr "ინდექსი - საკვანძო სიტყვის ძებნა დახმარებაში"
+
+#. %]AD
+#: 00000130.xhp
+msgctxt ""
+"00000130.xhp\n"
+"bm_id3149428\n"
+"help.text"
+msgid "<bookmark_value>Index tab in Help</bookmark_value><bookmark_value>Help; keywords</bookmark_value>"
+msgstr "<bookmark_value>ინდექსის ჩანართი დახმარებაში</bookmark_value><bookmark_value>დახმარება; საკვანძო სიტყვები</bookmark_value>"
+
+#. VUax
+#: 00000130.xhp
+msgctxt ""
+"00000130.xhp\n"
+"hd_id3153884\n"
+"5\n"
+"help.text"
+msgid "<variable id=\"00000130\"><link href=\"text/shared/05/00000130.xhp\" name=\"Index - Keyword Search in the Help\">Index - Keyword Search in the Help</link></variable>"
+msgstr "<variable id=\"00000130\"><link href=\"text/shared/05/00000130.xhp\" name=\"Index - Keyword Search in the Help\">ინდექსი - საკვანძო სიტყვები დახმარებაში</link></variable>"
+
+#. hMKy
+#: 00000130.xhp
+msgctxt ""
+"00000130.xhp\n"
+"par_id3150960\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_COMBOBOX_TP_HELP_INDEX_CB_INDEX\" visibility=\"hidden\">Double-click an entry or type the word you want to find in the index.</ahelp>"
+msgstr "<ahelp hid=\"SFX2_COMBOBOX_TP_HELP_INDEX_CB_INDEX\" visibility=\"hidden\">ორჯერ დააწკაპუნეთ შეტანაზე ან აკრიფეთ სიტყვა რომელიც გინდათ რომ იპოვოთ ინდექსში.</ahelp>"
+
+#. 1a*$
+#: 00000130.xhp
+msgctxt ""
+"00000130.xhp\n"
+"par_id3148668\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_PUSHBUTTON_TP_HELP_INDEX_PB_OPEN_INDEX\" visibility=\"hidden\">Click to display the selected topic.</ahelp>"
+msgstr "<ahelp hid=\"SFX2_PUSHBUTTON_TP_HELP_INDEX_PB_OPEN_INDEX\" visibility=\"hidden\">დააწკაპუნეთ რათა გამოჩნდეს არჩეული თემა.</ahelp>"
+
+#. Iq%z
+#: 00000130.xhp
+msgctxt ""
+"00000130.xhp\n"
+"par_id3155934\n"
+"1\n"
+"help.text"
+msgid "You can search for a specific topic by typing a word into the <emph>Search term</emph> text box. The window contains an alphabetical list of index terms."
+msgstr "თქვენ შეგიძლიათ მოძებნოთ სპეციფიური თემა, სიტყვის აკრეფით <emph>საძიებო სიტყვა</emph> ტექსტური ველი. ფანჯარა შეიცავს ინდექსის სიტყვების ალფავიტურ სიას."
+
+#. `!$k
+#: 00000130.xhp
+msgctxt ""
+"00000130.xhp\n"
+"par_id3145669\n"
+"6\n"
+"help.text"
+msgid "If the cursor is in the index list when you type the search term, the display will jump directly to the next match. When you type a word in the <emph>Search term</emph> text box, the focus will jump to the best match in the index list."
+msgstr ""
+
+#. sR9{
+#: 00000130.xhp
+msgctxt ""
+"00000130.xhp\n"
+"par_id3147653\n"
+"7\n"
+"help.text"
+msgid "The index and full-text searches always apply to the currently selected <item type=\"productname\">%PRODUCTNAME</item> application. Select the appropriate application using the list box on the help viewer's toolbar."
+msgstr ""
+
+#. ,[7I
+#: 00000140.xhp
+msgctxt ""
+"00000140.xhp\n"
+"tit\n"
+"help.text"
msgid "Find - The Full-Text Search"
msgstr "ძებნა - სრული ტექსტის ძიება"
-#: 00000140.xhp#bm_id3148532.help.text
+#. JK[k
+#: 00000140.xhp
+msgctxt ""
+"00000140.xhp\n"
+"bm_id3148532\n"
+"help.text"
msgid "<bookmark_value>Find tab in Help</bookmark_value><bookmark_value>Help; full-text search</bookmark_value><bookmark_value>full-text search in Help</bookmark_value>"
msgstr "<bookmark_value>დახმარებაში ჩანართის ძიება</bookmark_value><bookmark_value>დახმარება; სრული ტექსტის ძიება</bookmark_value><bookmark_value>დახმარებაში სრული ტექსტის ძიება</bookmark_value>"
-#: 00000140.xhp#hd_id3148523.7.help.text
+#. -5E4
+#: 00000140.xhp
+msgctxt ""
+"00000140.xhp\n"
+"hd_id3148523\n"
+"7\n"
+"help.text"
msgid "<variable id=\"00000140\"><link href=\"text/shared/05/00000140.xhp\" name=\"Find - The Full-Text Search\">Find - The Full-Text Search</link></variable>"
msgstr "<variable id=\"00000140\"><link href=\"text/shared/05/00000140.xhp\" name=\"ძიება - სრული ტექსტის ძიება\">ძიება - სრული ტექსტის ძიება</link></variable>"
-#: 00000140.xhp#par_id3155599.2.help.text
+#. HQFO
+#: 00000140.xhp
+msgctxt ""
+"00000140.xhp\n"
+"par_id3155599\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\"SFX2_COMBOBOX_TP_HELP_SEARCH_ED_SEARCH\" visibility=\"hidden\">Enter the search term here. The search is not case-sensitive.</ahelp>"
msgstr "<ahelp hid=\"SFX2_COMBOBOX_TP_HELP_SEARCH_ED_SEARCH\" visibility=\"hidden\">შეიყვანეთ საძოებო სიტყვა აქ. ძიება არ არის მთავრულის გათვალისწინებით.</ahelp>"
-#: 00000140.xhp#par_id3153323.3.help.text
+#. PG*Y
+#: 00000140.xhp
+msgctxt ""
+"00000140.xhp\n"
+"par_id3153323\n"
+"3\n"
+"help.text"
msgid "<ahelp hid=\"SFX2_PUSHBUTTON_TP_HELP_SEARCH_PB_SEARCH\" visibility=\"hidden\">Click to start a full-text search for the term you entered.</ahelp>"
msgstr "<ahelp hid=\"SFX2_PUSHBUTTON_TP_HELP_SEARCH_PB_SEARCH\" visibility=\"hidden\">დააწკაპუნეთ რათა დაიწყოს სრული ტექსტის ძიება რომელიც თქვენ შეიყვანეთ.</ahelp>"
-#: 00000140.xhp#par_id3150499.4.help.text
+#. PVa!
+#: 00000140.xhp
+msgctxt ""
+"00000140.xhp\n"
+"par_id3150499\n"
+"4\n"
+"help.text"
msgid "<ahelp hid=\"SFX2_LISTBOX_TP_HELP_SEARCH_LB_RESULT\" visibility=\"hidden\">Lists the headings of the pages found in your full-text search. To display a page, double-click its entry.</ahelp>"
msgstr ""
-#: 00000140.xhp#par_id3156027.14.help.text
+#. ;,uo
+#: 00000140.xhp
+msgctxt ""
+"00000140.xhp\n"
+"par_id3156027\n"
+"14\n"
+"help.text"
msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_HELP_SEARCH_CB_FULLWORDS\" visibility=\"hidden\">Specifies whether to carry out an exact search for the word you entered. Incomplete words will not be found.</ahelp>"
msgstr "<ahelp hid=\"SFX2_CHECKBOX_TP_HELP_SEARCH_CB_FULLWORDS\" visibility=\"hidden\">განსაზღვრავს შეტანილი ზუსტი სიტყვების ძიებას. არასრული სიტყვები არ იქნებიან ნაპოვნი.</ahelp>"
-#: 00000140.xhp#par_id3155552.5.help.text
+#. K?}0
+#: 00000140.xhp
+msgctxt ""
+"00000140.xhp\n"
+"par_id3155552\n"
+"5\n"
+"help.text"
msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_HELP_SEARCH_CB_SCOPE\" visibility=\"hidden\">Specifies whether to only search in document headings for the search term.</ahelp>"
msgstr "<ahelp hid=\"SFX2_CHECKBOX_TP_HELP_SEARCH_CB_SCOPE\" visibility=\"hidden\">განსაზღვრავს რომ საძიებო სიტყვა ეძებოს მხოლოდ დოკუმენტის სათაურში.</ahelp>"
-#: 00000140.xhp#par_id3155555.6.help.text
+#. kWPM
+#: 00000140.xhp
+msgctxt ""
+"00000140.xhp\n"
+"par_id3155555\n"
+"6\n"
+"help.text"
msgid "<ahelp hid=\"SFX2_PUSHBUTTON_TP_HELP_SEARCH_PB_OPEN_SEARCH\" visibility=\"hidden\">Displays the entry selected in the list.</ahelp>"
msgstr "<ahelp hid=\"SFX2_PUSHBUTTON_TP_HELP_SEARCH_PB_OPEN_SEARCH\" visibility=\"hidden\">აჩვენებს სიაში მონიშნულ ჩანაწერს.</ahelp>"
-#: 00000140.xhp#par_id3152552.8.help.text
+#. +nF,
+#: 00000140.xhp
+msgctxt ""
+"00000140.xhp\n"
+"par_id3152552\n"
+"8\n"
+"help.text"
msgid "The full text search function in $[officename] Help allows you to find Help documents that contain any combination of search terms. To do this, type one or more words into the <emph>Search term</emph> text field."
msgstr ""
-#: 00000140.xhp#par_id3153345.9.help.text
+#. 94yR
+#: 00000140.xhp
+msgctxt ""
+"00000140.xhp\n"
+"par_id3153345\n"
+"9\n"
+"help.text"
msgid "The <emph>Search term</emph> text field stores the words you entered last. To repeat a previous search, click the arrow icon and select the term from the list."
-msgstr " <emph>საძიებო სიტყვა</emph> ტექსტის ველები ინახავენ წინა შენატან სიტყვებს. წინა ძიების გასამეორებლად დააწკაპუნეთ ხატულას ისარს და აირჩიეთ სიიდან სასურველი სიტყვა."
-
-#: 00000140.xhp#par_id3155941.10.help.text
+msgstr "<emph>საძიებო სიტყვა</emph> ტექსტის ველები ინახავენ წინა შენატან სიტყვებს. წინა ძიების გასამეორებლად დააწკაპუნეთ ხატულას ისარს და აირჩიეთ სიიდან სასურველი სიტყვა."
+
+#. c!]_
+#: 00000140.xhp
+msgctxt ""
+"00000140.xhp\n"
+"par_id3155941\n"
+"10\n"
+"help.text"
msgid "After the search has been carried out, the document headings of the results appear in a list. Either double-click an entry, or select it and click <emph>Display</emph> to load the corresponding Help document."
msgstr ""
-#: 00000140.xhp#par_id3157958.11.help.text
+#. MGiO
+#: 00000140.xhp
+msgctxt ""
+"00000140.xhp\n"
+"par_id3157958\n"
+"11\n"
+"help.text"
msgid "Use the check box <emph>Find in headings only</emph> to limit the search to document headings."
msgstr ""
-#: 00000140.xhp#par_id3147210.15.help.text
+#. AQkB
+#: 00000140.xhp
+msgctxt ""
+"00000140.xhp\n"
+"par_id3147210\n"
+"15\n"
+"help.text"
msgid "The <emph>Complete words only</emph> check box allows you to perform an exact search. If this box is marked, incomplete words will not be found. Do not mark this check box if the search term you enter should also be found as part of a longer word."
msgstr ""
-#: 00000140.xhp#par_id3146798.12.help.text
+#. JJ=7
+#: 00000140.xhp
+msgctxt ""
+"00000140.xhp\n"
+"par_id3146798\n"
+"12\n"
+"help.text"
msgid "You can enter any combination of search terms, separated by spaces. Searching is not case-sensitive."
msgstr ""
-#: 00000140.xhp#par_id3149732.13.help.text
+#. o;O_
+#: 00000140.xhp
+msgctxt ""
+"00000140.xhp\n"
+"par_id3149732\n"
+"13\n"
+"help.text"
msgid "The index and full-text searches always apply to the currently selected %PRODUCTNAME application. Select the appropriate application using the list box on the help viewer's toolbar."
msgstr ""
-#: 00000150.xhp#tit.help.text
+#. 8I=m
+#: 00000150.xhp
+msgctxt ""
+"00000150.xhp\n"
+"tit\n"
+"help.text"
msgid "Managing Bookmarks"
msgstr "სანიშნების მენეჯერი"
-#: 00000150.xhp#bm_id3153244.help.text
+#. 5]@-
+#: 00000150.xhp
+msgctxt ""
+"00000150.xhp\n"
+"bm_id3153244\n"
+"help.text"
msgid "<bookmark_value>Help; bookmarks</bookmark_value><bookmark_value>bookmarks; Help</bookmark_value>"
msgstr "<bookmark_value>დახმარება; სანიშნები</bookmark_value><bookmark_value>სანიშნები; დახმარება</bookmark_value>"
-#: 00000150.xhp#hd_id3154349.2.help.text
+#. L\.$
+#: 00000150.xhp
+msgctxt ""
+"00000150.xhp\n"
+"hd_id3154349\n"
+"2\n"
+"help.text"
msgid "<variable id=\"doc_title\"><link href=\"text/shared/05/00000150.xhp\" name=\"Managing Bookmarks\">Managing Bookmarks</link></variable>"
msgstr "<variable id=\"doc_title\"><link href=\"text/shared/05/00000150.xhp\" name=\"სანიშნების მენეჯერი\">სანიშნების მენეჯერი</link></variable>"
-#: 00000150.xhp#par_id3154840.11.help.text
+#. k=l?
+#: 00000150.xhp
+msgctxt ""
+"00000150.xhp\n"
+"par_id3154840\n"
+"11\n"
+"help.text"
msgid "<ahelp hid=\"SFX2_EDIT_DLG_HELP_ADDBOOKMARK_ED_BOOKMARK_TITLE\" visibility=\"hidden\">Displays the name of the bookmarked page. You can also type a new name for the bookmark.</ahelp>"
msgstr "<ahelp hid=\"SFX2_EDIT_DLG_HELP_ADDBOOKMARK_ED_BOOKMARK_TITLE\" visibility=\"hidden\">სანიშნებში ჩამატებული სახელების ჩვენება. თქვენ ასევე შეგიძლიათ სანიშნისთვის აკრიფოთ ახალი სახელი.</ahelp>"
-#: 00000150.xhp#par_id3149140.help.text
+#. MsoH
+#: 00000150.xhp
+msgctxt ""
+"00000150.xhp\n"
+"par_id3149140\n"
+"help.text"
msgid "<image src=\"sfx2/res/favourite.png\" id=\"img_id3149549\"><alt id=\"alt_id3149549\">Icon</alt></image>"
msgstr "<image src=\"sfx2/res/favourite.png\" id=\"img_id3149549\"><alt id=\"alt_id3149549\">ხატულა</alt></image>"
-#: 00000150.xhp#par_id3145314.10.help.text
+#. a!k)
+#: 00000150.xhp
+msgctxt ""
+"00000150.xhp\n"
+"par_id3145314\n"
+"10\n"
+"help.text"
msgid "Use the <emph>Add to Bookmarks</emph> icon to set a bookmark for the current page shown in the Help."
msgstr ""
-#: 00000150.xhp#par_id3149827.3.help.text
+#. .Hw%
+#: 00000150.xhp
+msgctxt ""
+"00000150.xhp\n"
+"par_id3149827\n"
+"3\n"
+"help.text"
msgid "You can find the bookmarks on the <emph>Bookmarks</emph> tab page."
msgstr "თქვენ შეგიძლიათ იპოვოთ სანიშნები <emph>სანიშნები</emph> ჩანართის გვერდი."
-#: 00000150.xhp#par_id3145345.4.help.text
+#. sYA,
+#: 00000150.xhp
+msgctxt ""
+"00000150.xhp\n"
+"par_id3145345\n"
+"4\n"
+"help.text"
msgid "<ahelp hid=\"SFX2_LISTBOX_TP_HELP_BOOKMARKS_LB_BOOKMARKS\" visibility=\"visible\">Double-clicking a bookmark or pressing the Return key opens the assigned page in Help. A right-click opens the context menu.</ahelp>"
msgstr "<ahelp hid=\"SFX2_LISTBOX_TP_HELP_BOOKMARKS_LB_BOOKMARKS\" visibility=\"visible\">ორჯერ დააწკაპუნეთ სანიშნზე ან დააჭირეთ დაბრუნების კლავიშს რათა გაიხსნას დახმარების გვერდი.მარჯვენა დაწკაპუნება ხსნის კონტექსტურ მენიუს</ahelp>"
-#: 00000150.xhp#par_id3166410.5.help.text
+#. ^[lQ
+#: 00000150.xhp
+msgctxt ""
+"00000150.xhp\n"
+"par_id3166410\n"
+"5\n"
+"help.text"
msgid "Use the Del key to delete a selected bookmark."
msgstr "გამოიყენეთ Del კლავიში რათა წაშალოთ არჩეული სანიშნი."
-#: 00000150.xhp#par_id3145382.6.help.text
+#. Qp;T
+#: 00000150.xhp
+msgctxt ""
+"00000150.xhp\n"
+"par_id3145382\n"
+"6\n"
+"help.text"
msgid "The following commands are on the context menu of a bookmark:"
msgstr "მიმდინარე ბრძანებები განლაგებულნი არიან კონტექსტურ მენიუზე სანიშნზე:"
-#: 00000150.xhp#par_id3147573.7.help.text
+#. BDND
+#: 00000150.xhp
+msgctxt ""
+"00000150.xhp\n"
+"par_id3147573\n"
+"7\n"
+"help.text"
msgid "<emph>Display</emph> - <ahelp hid=\"HID_HELP_BOOKMARKS_OPEN\" visibility=\"visible\">displays the selected help subject</ahelp>."
msgstr "<emph>ჩვენება</emph> - <ahelp hid=\"HID_HELP_BOOKMARKS_OPEN\" visibility=\"visible\">არჩეული სათაურის დახმარების ჩვენება </ahelp>."
-#: 00000150.xhp#par_id3150771.8.help.text
+#. U(`X
+#: 00000150.xhp
+msgctxt ""
+"00000150.xhp\n"
+"par_id3150771\n"
+"8\n"
+"help.text"
msgid "<emph>Rename</emph> - <ahelp hid=\"HID_HELP_BOOKMARKS_RENAME\" visibility=\"visible\">opens a dialog for entering another name for the bookmark</ahelp>."
msgstr "<emph>გადარქმევა</emph> - <ahelp hid=\"HID_HELP_BOOKMARKS_RENAME\" visibility=\"visible\">დიალოგის გახსნა სანიშნისთვის სხვა სახელის შესაყვანად</ahelp>."
-#: 00000150.xhp#par_id3153087.9.help.text
+#. 3AY(
+#: 00000150.xhp
+msgctxt ""
+"00000150.xhp\n"
+"par_id3153087\n"
+"9\n"
+"help.text"
msgid "<emph>Delete</emph> - <ahelp hid=\"HID_HELP_BOOKMARKS_DELETE\" visibility=\"visible\">deletes the bookmark selected </ahelp>."
msgstr "<emph>წაშლა</emph> - <ahelp hid=\"HID_HELP_BOOKMARKS_DELETE\" visibility=\"visible\">მონიშნული სანიშნეების წაშლა </ahelp>."
-#: 00000130.xhp#tit.help.text
-msgid "Index - Keyword Search in the Help"
-msgstr "ინდექსი - საკვანძო სიტყვის ძებნა დახმარებაში"
-
-#: 00000130.xhp#bm_id3149428.help.text
-msgid "<bookmark_value>Index tab in Help</bookmark_value><bookmark_value>Help; keywords</bookmark_value>"
-msgstr "<bookmark_value>ინდექსის ჩანართი დახმარებაში</bookmark_value><bookmark_value>დახმარება; საკვანძო სიტყვები</bookmark_value>"
-
-#: 00000130.xhp#hd_id3153884.5.help.text
-msgid "<variable id=\"00000130\"><link href=\"text/shared/05/00000130.xhp\" name=\"Index - Keyword Search in the Help\">Index - Keyword Search in the Help</link></variable>"
-msgstr "<variable id=\"00000130\"><link href=\"text/shared/05/00000130.xhp\" name=\"Index - Keyword Search in the Help\">ინდექსი - საკვანძო სიტყვები დახმარებაში</link></variable>"
-
-#: 00000130.xhp#par_id3150960.3.help.text
-msgid "<ahelp hid=\"SFX2_COMBOBOX_TP_HELP_INDEX_CB_INDEX\" visibility=\"hidden\">Double-click an entry or type the word you want to find in the index.</ahelp>"
-msgstr "<ahelp hid=\"SFX2_COMBOBOX_TP_HELP_INDEX_CB_INDEX\" visibility=\"hidden\">ორჯერ დააწკაპუნეთ შეტანაზე ან აკრიფეთ სიტყვა რომელიც გინდათ რომ იპოვოთ ინდექსში.</ahelp>"
-
-#: 00000130.xhp#par_id3148668.8.help.text
-msgid "<ahelp hid=\"SFX2_PUSHBUTTON_TP_HELP_INDEX_PB_OPEN_INDEX\" visibility=\"hidden\">Click to display the selected topic.</ahelp>"
-msgstr "<ahelp hid=\"SFX2_PUSHBUTTON_TP_HELP_INDEX_PB_OPEN_INDEX\" visibility=\"hidden\">დააწკაპუნეთ რათა გამოჩნდეს არჩეული თემა.</ahelp>"
-
-#: 00000130.xhp#par_id3155934.1.help.text
-msgid "You can search for a specific topic by typing a word into the <emph>Search term</emph> text box. The window contains an alphabetical list of index terms."
-msgstr "თქვენ შეგიძლიათ მოძებნოთ სპეციფიური თემა, სიტყვის აკრეფით <emph>საძიებო სიტყვა</emph> ტექსტური ველი. ფანჯარა შეიცავს ინდექსის სიტყვების ალფავიტურ სიას."
-
-#: 00000130.xhp#par_id3145669.6.help.text
-msgid "If the cursor is in the index list when you type the search term, the display will jump directly to the next match. When you type a word in the <emph>Search term</emph> text box, the focus will jump to the best match in the index list."
-msgstr ""
-
-#: 00000130.xhp#par_id3147653.7.help.text
-msgid "The index and full-text searches always apply to the currently selected <item type=\"productname\">%PRODUCTNAME</item> application. Select the appropriate application using the list box on the help viewer's toolbar."
-msgstr ""
-
-#: 00000160.xhp#tit.help.text
+#. X9ib
+#: 00000160.xhp
+msgctxt ""
+"00000160.xhp\n"
+"tit\n"
+"help.text"
msgid "Contents - The Main Help Topics"
msgstr "შიგთავსი - მთავარი დახამრების თემები"
-#: 00000160.xhp#bm_id3147090.help.text
+#. $Vif
+#: 00000160.xhp
+msgctxt ""
+"00000160.xhp\n"
+"bm_id3147090\n"
+"help.text"
msgid "<bookmark_value>Help; topics</bookmark_value><bookmark_value>tree view of Help</bookmark_value>"
msgstr "<bookmark_value>დახმარება; თემები</bookmark_value><bookmark_value>დახმარების სტრუქტურული ხედი</bookmark_value>"
-#: 00000160.xhp#hd_id3146856.2.help.text
+#. bRM%
+#: 00000160.xhp
+msgctxt ""
+"00000160.xhp\n"
+"hd_id3146856\n"
+"2\n"
+"help.text"
msgid "<variable id=\"doc_title\"><link href=\"text/shared/05/00000160.xhp\" name=\"Contents - The Main Help Topics\">Contents - The Main Help Topics</link></variable>"
msgstr "<variable id=\"doc_title\"><link href=\"text/shared/05/00000160.xhp\" name=\"შიგთავსები - მთავარი დახამრების თემები\">შიგთავსები - მთავარი დახამრების თემები</link></variable>"
-#: 00000160.xhp#par_id3147000.3.help.text
+#. 1U]\
+#: 00000160.xhp
+msgctxt ""
+"00000160.xhp\n"
+"par_id3147000\n"
+"3\n"
+"help.text"
msgid "<ahelp hid=\"HID_HELP_TABPAGE_CONTENTS\">Displays the main help themes, arranged in a similar way to folders in a file manager.</ahelp>"
msgstr ""
-#: 00000160.xhp#par_id3151315.help.text
+#. dGTG
+#: 00000160.xhp
+msgctxt ""
+"00000160.xhp\n"
+"par_id3151315\n"
+"help.text"
msgid "<image id=\"img_id3152924\" src=\"sfx2/res/hlpbookclosed.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152924\">Icon</alt></image>"
msgstr ""
-#: 00000160.xhp#par_id3150774.4.help.text
+#. KO*r
+#: 00000160.xhp
+msgctxt ""
+"00000160.xhp\n"
+"par_id3150774\n"
+"4\n"
+"help.text"
msgid "Double-click a closed folder to open it and display the subfolders and Help pages."
msgstr "ორჯერ დააწკაპუნეთ დახურულ დირექტორიას რათა გახსნათ და აჩვენოს ქვედირექტორიები და დახმარების გევრდები."
-#: 00000160.xhp#par_id3150506.help.text
+#. Y(+;
+#: 00000160.xhp
+msgctxt ""
+"00000160.xhp\n"
+"par_id3150506\n"
+"help.text"
msgid "<image id=\"img_id3156426\" src=\"sfx2/res/hlpbookopen.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156426\">Icon</alt></image>"
msgstr ""
-#: 00000160.xhp#par_id3154749.5.help.text
+#. G8lG
+#: 00000160.xhp
+msgctxt ""
+"00000160.xhp\n"
+"par_id3154749\n"
+"5\n"
+"help.text"
msgid "Double-click an open folder to close it and hide the subfolders and Help pages."
msgstr "ორჯერ დააწკაპუნეთ ღია დირექტორიაზე რათა დახუროთ ის და დამალოთ ქვედირექტორიები და დახმარების გვერდები."
-#: 00000160.xhp#par_id3166410.help.text
+#. ;+=a
+#: 00000160.xhp
+msgctxt ""
+"00000160.xhp\n"
+"par_id3166410\n"
+"help.text"
msgid "<image id=\"img_id3150255\" src=\"sfx2/res/hlpdoc.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150255\">Icon</alt></image>"
msgstr ""
-#: 00000160.xhp#par_id3152909.6.help.text
+#. ny@M
+#: 00000160.xhp
+msgctxt ""
+"00000160.xhp\n"
+"par_id3152909\n"
+"6\n"
+"help.text"
msgid "Double-click a document icon to display the corresponding Help page."
msgstr "ორჯერ დააწკაპუნეთ დოკუმენტის ხატულაზე რათა აჩვენოს შესაბამისი დახმარების გვერდი."
-#: 00000160.xhp#par_id3158432.7.help.text
+#. dV8V
+#: 00000160.xhp
+msgctxt ""
+"00000160.xhp\n"
+"par_id3158432\n"
+"7\n"
+"help.text"
msgid "Use the arrow keys in combination with the Return key to drop down and roll up entries and to open documents."
msgstr "გამოიყენეთ ისრიანი კლავიშები დასაბრუნებელ კლავიშთან კომბინაციაში, მონაცემების ჩამოსაშლელად, ასაკეცად და დოკუმენტების გასახსნელად."
-#: 00000100.xhp#par_id3150699.help.text
-msgid "The Help references the default settings of the program on a system that is set to defaults. Descriptions of colors, mouse actions, or other configurable items can be different for your program and system."
-msgstr ""
-
-#: 00000100.xhp#par_id3150618.1.help.text
-msgid "The <emph>$[officename] Help system</emph> provides easy access to information and support. There are several ways to find what you are looking for in the <link href=\"text/shared/05/00000110.xhp\" name=\"Help environment\">Help environment</link>: You can search for a specific keyword in the <link href=\"text/shared/05/00000130.xhp\" name=\"Index\">Index</link>, carry out a full-text search under <link href=\"text/shared/05/00000140.xhp\" name=\"Find\">Find</link>, or look through a hierarchical list of the <link href=\"text/shared/05/00000160.xhp\" name=\"Topics\">Topics</link>."
-msgstr ""
-
-#: 00000002.xhp#tit.help.text
-msgctxt "00000002.xhp#tit.help.text"
-msgid "Icons in the Documentation"
-msgstr ""
-
-#: 00000002.xhp#hd_id3153116.1.help.text
-msgid "<link href=\"text/shared/05/00000002.xhp\" name=\"Icons in the Documentation\">Icons in the Documentation</link>"
-msgstr "<link href=\"text/shared/05/00000002.xhp\" name=\"Icons in the Documentation\">ხატულები დოკუმენტაციაში</link>"
-
-#: 00000002.xhp#hd_id3154962.8.help.text
-msgctxt "00000002.xhp#hd_id3154962.8.help.text"
-msgid "Icons in the Documentation"
-msgstr ""
-
-#: 00000002.xhp#par_id3146961.9.help.text
-msgid "There are three icons used to call your attention to additional helpful information."
-msgstr ""
-
-#: 00000002.xhp#par_id3156152.10.help.text
-msgid "The \"Important!\" icon points out important information regarding data and system security."
-msgstr "ხატულა \"Important!\" მიუთითებს საჭირო ინფორმაციას, მონაცემთა და სისტემის უსაფრთხოებისკენ."
-
-#: 00000002.xhp#par_id3153897.11.help.text
-msgid "The \"Note\" icon points out extra information: for example, alternative ways to reach a certain goal."
-msgstr " \"Note\" ხატულა მიუთითებს დამატებით ინფორმაციაზე: მაგალითად: ალტერნატიული გზები განსაზღვრული მიზნების მისაღწევად."
-
-#: 00000002.xhp#par_id3154216.12.help.text
-msgid "The \"Tip\" icon points out tips for working with the program in a more efficient manner."
-msgstr ""
-
-#: 00000001.xhp#tit.help.text
+#. EhC,
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"tit\n"
+"help.text"
msgid "Getting Support"
msgstr "მხარდაჭერის მიღება"
-#: 00000001.xhp#bm_id3143272.help.text
+#. {{RH
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"bm_id3143272\n"
+"help.text"
msgid "<bookmark_value>support on the Web</bookmark_value> <bookmark_value>getting support</bookmark_value> <bookmark_value>forums and support</bookmark_value> <bookmark_value>Web support</bookmark_value>"
msgstr ""
-#: 00000001.xhp#hd_id3146873.1.help.text
+#. bWI1
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3146873\n"
+"1\n"
+"help.text"
msgid "<variable id=\"00000001\"><link href=\"text/shared/05/00000001.xhp\" name=\"Getting Support\">Getting Support</link></variable>"
msgstr "<variable id=\"00000001\"><link href=\"text/shared/05/00000001.xhp\" name=\"Getting Support\">მხარდაჭერის მიღება</link></variable>"
-#: 00000001.xhp#par_id3150667.8.help.text
+#. ;,GL
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3150667\n"
+"8\n"
+"help.text"
msgid "You can find support on the %PRODUCTNAME website at <link href=\"http://www.libreoffice.org/get-help/\">www.libreoffice.org</link>."
msgstr "თქვენ შეგიძლიათ მოიძიოთ დახმარება და მხარდაჭერა OpenOffice.org -ის ვებ-გვერდზე <link href=\"http://www.openoffice.org\">www.openoffice.org</link>."
-#: 00000001.xhp#par_id3154230.3.help.text
+#. C[~V
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3154230\n"
+"3\n"
+"help.text"
msgid "For a summary of the current support services refer to the <emph>Readme</emph> file in the <item type=\"productname\">%PRODUCTNAME</item> folder."
msgstr "For a summary of the current support services refer to the <emph>წასაკითხი</emph> file in the <item type=\"productname\">%PRODUCTNAME</item> კატალოგი."
-#: 00000001.xhp#hd_id26327.help.text
+#. MUNP
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id26327\n"
+"help.text"
msgid "Local language support pages"
msgstr ""
-#: 00000001.xhp#par_id1318380.help.text
+#. CHgm
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id1318380\n"
+"help.text"
msgid "The %PRODUCTNAME localization projects offer support pages in local languages. Find an overview of the native language projects at <link href=\"http://www.libreoffice.org/international-sites/\">http://www.libreoffice.org/international-sites/</link>. You can find help and support in English language on the %PRODUCTNAME website at <link href=\"http://www.libreoffice.org/get-help/\">www.libreoffice.org</link>."
msgstr ""
-#: 00000001.xhp#hd_id2611386.help.text
+#. IwuD
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id2611386\n"
+"help.text"
msgid "Mailing lists"
msgstr ""
-#: 00000001.xhp#par_id3166335.help.text
+#. 0L+Y
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3166335\n"
+"help.text"
msgid "Ask about %PRODUCTNAME, find help by volunteers, and discuss topics on the public mailing lists. You can find many general and specialized mailing lists on the %PRODUCTNAME website at <link href=\"http://www.libreoffice.org/get-help/mailing-lists/\">www.libreoffice.org/get-help/mailing-lists/</link>."
msgstr ""
-#: 00000001.xhp#hd_id0915200811081722.help.text
+#. JNt8
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id0915200811081722\n"
+"help.text"
msgid "Forum"
msgstr ""
-#: 00000001.xhp#par_id0915200811081778.help.text
+#. QX,A
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id0915200811081778\n"
+"help.text"
msgid "You can access web forums to ask and answer questions about %PRODUCTNAME."
msgstr ""
-#: 00000001.xhp#hd_id0804200803314150.help.text
+#. :1u4
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id0804200803314150\n"
+"help.text"
msgid "Security"
msgstr "დაცვა"
-#: 00000001.xhp#par_id0804200803314235.help.text
+#. w(Nv
+#: 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=\"http://lists.freedesktop.org/mailman/listinfo/libreoffice\">public mail list</link>. If you want to discuss any issue with other users, send an email to the public mail list users@libreoffice.org."
msgstr ""
-#: 00000001.xhp#hd_id3168534.help.text
+#. -=`S
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3168534\n"
+"help.text"
msgid "Downloads"
msgstr ""
-#: 00000001.xhp#par_id3028143.help.text
+#. !H`+
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3028143\n"
+"help.text"
msgid "You can download the latest version of %PRODUCTNAME at <link href=\"http://www.libreoffice.org/download/\">www.libreoffice.org/download/</link>."
msgstr ""
-#: 00000001.xhp#hd_id2602967.help.text
+#. 2RQr
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id2602967\n"
+"help.text"
msgid "Documentation"
msgstr ""
-#: 00000001.xhp#par_id3497211.help.text
+#. Ctsg
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3497211\n"
+"help.text"
msgid "You can download documentation as PDF files, how-tos, and guides from the %PRODUCTNAME website at <link href=\"http://www.libreoffice.org/get-help/documentation/\">www.libreoffice.org/get-help/documentation/</link>."
msgstr ""
-#: 00000001.xhp#hd_id0120200910361765.help.text
+#. o{Iq
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id0120200910361765\n"
+"help.text"
msgid "Participate and give back"
msgstr ""
-#: 00000001.xhp#par_id0120200910361848.help.text
+#. 0piF
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id0120200910361848\n"
+"help.text"
msgid "If you want to take an active role in the worldwide %PRODUCTNAME community, you are very welcome to give feedback, discuss features, propose enhancements, write your own article in an FAQ, how-to, manual, create a video tutorial, etc."
msgstr ""
-#: 00000001.xhp#par_id0120200910361874.help.text
+#. .REI
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id0120200910361874\n"
+"help.text"
msgid "Visit the <link href=\"http://www.libreoffice.org/get-involved/\">Get involved page on the website</link> and follow the links for contributors."
msgstr ""
-#: 00000120.xhp#tit.help.text
-msgid "Help Agent, Tips and Extended Tips"
-msgstr "დახმარების აგენტი, რჩევები და გაფართოებული რჩევები"
+#. \nnJ
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"tit\n"
+"help.text"
+msgid "The %PRODUCTNAME Help Window"
+msgstr "%PRODUCTNAME -ის დახმარების ფანჯარა"
+
+#. GYO%
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"hd_id3153884\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"00000110\"><link href=\"text/shared/05/00000110.xhp\" name=\"The %PRODUCTNAME Help Window\">The <item type=\"productname\">%PRODUCTNAME</item> Help Window</link></variable>"
+msgstr ""
-#: 00000120.xhp#bm_id3150672.help.text
-msgid "<bookmark_value>Help; Help tips</bookmark_value> <bookmark_value>tooltips; help</bookmark_value> <bookmark_value>Help Agent; help</bookmark_value> <bookmark_value>Clippy, see Help Agent</bookmark_value>"
+#. \BXO
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_id3156183\n"
+"25\n"
+"help.text"
+msgid "The Help system for all versions of the software is based on the same source files. Some of the functions described in Help may not be included in this particular distribution. Some features specific to a distribution may not be mentioned in this Help."
msgstr ""
-#: 00000120.xhp#hd_id3155599.1.help.text
-msgid "<variable id=\"00000120\"><link href=\"text/shared/05/00000120.xhp\" name=\"Help Agent, Tips and Extended Tips\">Help Agent, Tips and Extended Tips</link></variable>"
-msgstr "<variable id=\"00000120\"><link href=\"text/shared/05/00000120.xhp\" name=\"დახმარების აგენტი, რჩევები და გაფართოებული რჩევები\">დახმარების აგენტი, რჩევები და გაფართოებული რჩევები</link></variable>"
+#. ;fT^
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_id3147143\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:HelpOnHelp\" visibility=\"hidden\">Provides an overview of the Help system</ahelp>The Help window shows the currently selected Help page."
+msgstr ""
-#: 00000120.xhp#par_id3148520.2.help.text
-msgid "The Help Agent, Tips, and Extended Tips provide help while you work. "
-msgstr "დახმარების აგენტი, რჩევები და გაფართოებული რჩევები უზრუნველყოფენ დახმარებას თქვენი მუშაობის დროს."
+#. D#](
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_id3159201\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"HID_HELP_TOOLBOX\">The <emph>Toolbar</emph> contains important functions for controlling the Help system</ahelp>:"
+msgstr "<ahelp hid=\"HID_HELP_TOOLBOX\"> <emph>ხელსაწყოთა ზოლი</emph> შეიცავს მნიშვნელოვან ფუნქციებს რათა აკონტროლს დახმარების სისტემა </ahelp>:"
-#: 00000120.xhp#hd_id3147285.7.help.text
-msgid "The Help Agent"
-msgstr "დახმარების აგენტი"
+#. x;CY
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_id3153311\n"
+"help.text"
+msgid "<image id=\"img_id3155892\" src=\"sfx2/res/indexon_small.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155892\">Icon</alt></image>"
+msgstr ""
-#: 00000120.xhp#par_id3149716.8.help.text
-msgid "The <link href=\"text/shared/optionen/01010600.xhp\" name=\"Help Agent\">Help Agent</link> starts automatically when you are performing a task that might require some assistance. The Help Agent appears in a small window in a corner of the document. To view the help for the task, click inside the Help Agent window."
+#. 9Z-2
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_id3147089\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\"HID_HELP_TOOLBOXITEM_INDEX\">Hides and shows the <emph>navigation pane</emph></ahelp>"
+msgstr "<ahelp hid=\"HID_HELP_TOOLBOXITEM_INDEX\">დამალე და აჩვენე <emph>ნავიგაციის პანელი</emph></ahelp>"
+
+#. O:QX
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_id3152781\n"
+"help.text"
+msgid "<image id=\"img_id3149811\" src=\"res/sc06301.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3149811\">Icon</alt></image>"
msgstr ""
-#: 00000120.xhp#par_idN10634.help.text
-msgid "The Help Agent automatically closes after a short delay. If you ignore or close the Help Agent three times you perform a certain task, the Help Agent no longer opens for that task. To disable the Help Agent choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - General</emph>."
+#. Pr)u
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_id3151111\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"HID_HELP_TOOLBOXITEM_BACKWARD\">Moves back to the <emph>previous</emph> page</ahelp>"
+msgstr "<ahelp hid=\"HID_HELP_TOOLBOXITEM_BACKWARD\">გადატანა <emph>წინა</emph> გვერდი</ahelp>"
+
+#. pE%?
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_id3149415\n"
+"help.text"
+msgid "<image id=\"img_id3159399\" src=\"cmd/sc_browseforward.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3159399\">Icon</alt></image>"
msgstr ""
-#: 00000120.xhp#hd_id3149140.3.help.text
-msgid "Tips"
-msgstr "რჩევები"
+#. +JQ(
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_id3154514\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"HID_HELP_TOOLBOXITEM_FORWARD\">Moves forward to the <emph>next</emph> page</ahelp>"
+msgstr "<ahelp hid=\"HID_HELP_TOOLBOXITEM_FORWARD\">წინას გადატანა <emph>შემდეგი</emph> გვერდი</ahelp>"
-#: 00000120.xhp#par_id3157896.4.help.text
-msgid "Tips provide you with the names of toolbar buttons. To display a tip, rest the pointer over a toolbar button until the name of the button appears."
+#. vZfT
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_id3149580\n"
+"help.text"
+msgid "<image id=\"img_id3148642\" src=\"res/sc06303.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3148642\">Icon</alt></image>"
msgstr ""
-#: 00000120.xhp#par_id3153910.9.help.text
-msgid "Tips are also displayed for some elements in a document, such as chapter names when you scroll through a long document."
-msgstr "რჩევები ასევე ნაჩვენებია ზოგიერთი ელემენტისთვის დოკუმენტში. როგორიცაა თავის დასახელება, როდესაც თქვენ ათვალიერებთ გრძელ დოკუმენტს."
+#. (UqU
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_id3154285\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_HELP_TOOLBOXITEM_START\">Moves to the <emph>first page</emph> of the current Help topic</ahelp>"
+msgstr "<ahelp hid=\"HID_HELP_TOOLBOXITEM_START\">გადატანა <emph>საწყისი გევრდი</emph> მიმიდნარე დახმარების თემა</ahelp>"
-#: 00000120.xhp#par_id992156.help.text
-msgid "Enable or disable the tips on <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - General</emph>."
+#. -ulx
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_id3149797\n"
+"help.text"
+msgid "<image id=\"img_id3155434\" src=\"cmd/sc_print.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155434\">Icon</alt></image>"
msgstr ""
-#: 00000120.xhp#hd_id3147571.5.help.text
-msgid "Extended Tips"
-msgstr "გაფართოებული რჩევები"
+#. ?(cr
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_id3148563\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_HELP_TOOLBOXITEM_PRINT\"><emph>Prints</emph> the current page</ahelp>"
+msgstr "<ahelp hid=\"HID_HELP_TOOLBOXITEM_PRINT\"><emph>დაბეჭდე</emph> მიმდინარე გვერდი</ahelp>"
-#: 00000120.xhp#par_id3149346.6.help.text
-msgid "Extended tips provide a brief description about buttons and commands. To display an extended tip, press Shift+F1, then point to a button or command."
-msgstr "დამატებითი რჩევები უზრუნველყოფენ ღილაკების და ბრძანებების მოკლე აღწერილობას. იმისთვის რომ ნახოთ დამატებითი რჩევები დააჭირეთ Shift+F1-ს, შემდეგ მიუთითეთ ღილაკზე ან ბრძანებაზე."
+#. 7H6y
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_id3145068\n"
+"help.text"
+msgid "<image id=\"img_id3149294\" src=\"sfx2/res/favourite.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149294\">Icon</alt></image>"
+msgstr ""
-#: 00000120.xhp#par_idN10666.help.text
-msgid "If you always want extended tips instead of tips, enable the extended tips on <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - General</emph>."
+#. (_VY
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_id3154939\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"HID_HELP_TOOLBOXITEM_BOOKMARKS\">Adds this page to your bookmarks</ahelp>"
+msgstr "<ahelp hid=\"HID_HELP_TOOLBOXITEM_BOOKMARKS\">დაამატე გვერდი თქვენს სანიშნეებში</ahelp>"
+
+#. qSs_
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_idN108D9\n"
+"help.text"
+msgid "<image id=\"img_id7358623\" src=\"cmd/sc_recsearch.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id7358623\">Search icon</alt></image>"
+msgstr ""
+
+#. a_q8
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_idN108FE\n"
+"help.text"
+msgid "<ahelp hid=\"HID_HELP_TOOLBOXITEM_SEARCHDIALOG\">Opens the <emph>Find on this page</emph> dialog.</ahelp>"
+msgstr "<ahelp hid=\"HID_HELP_TOOLBOXITEM_SEARCHDIALOG\">გახსენი <emph>იპოვე ამ გვერდზე</emph> დიალოგი.</ahelp>"
+
+#. yXvy
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_id3154366\n"
+"21\n"
+"help.text"
+msgid "These commands can also be found in the context menu of the Help document."
+msgstr "ეს ბრძანებები ასევე შეიძლება მონახული იყოს დახმარების დოკუმენტის კონტექსტურ მენიუში."
+
+#. +2O^
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_idN10922\n"
+"help.text"
+msgid "Help Page"
+msgstr "დახმარების გვერდი"
+
+#. Yc`4
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_idN10926\n"
+"help.text"
+msgid "You can copy from the Help Viewer to the clipboard on your operating system with standard copy commands. For example:"
+msgstr ""
+
+#. \oRZ
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_idN1092C\n"
+"help.text"
+msgid "On a Help page, select the text that you want to copy."
+msgstr "დახმარების გვერდზე მონიშნეთ ის ტექსტი რომლის კოპირებაც გნებავთ."
+
+#. lv/#
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_idN10930\n"
+"help.text"
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C."
+msgstr ""
+
+#. Q;Cu
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_idN10933\n"
+"help.text"
+msgid "To search the current Help page:"
+msgstr "ძიება მიმდინარე დახმარების გვერდზე:"
+
+#. ^ad/
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_idN10939\n"
+"help.text"
+msgid "Click the <emph>Find on this Page</emph> icon."
+msgstr "დააწკაპუნეთ <emph>იპოვე ამ გვერდზე</emph> ხატულა."
+
+#. `K~g
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_idN10940\n"
+"help.text"
+msgid "The <emph>Find on this Page</emph> dialog opens."
+msgstr "<emph>იპოვე ამ გვერდზე</emph> დიალოგის გაღება."
+
+#. }hhA
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_idN10A36\n"
+"help.text"
+msgid "You can also click in the Help page and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F."
+msgstr ""
+
+#. NEI/
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_idN10A22\n"
+"help.text"
+msgid "In the <emph>Search for</emph> box, enter the text that you want to find."
+msgstr "<emph>ძიება</emph>ველში შეიყვანეთ ტექსტი რომლის მოძებნაც გინდათ."
+
+#. %(n+
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_idN10A48\n"
+"help.text"
+msgid "Select the search options that you want to use."
+msgstr "აირჩიეთ ძიების პარამეტრები რომლის გამოყენებაც გინდათ."
+
+#. up3H
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_idN10A26\n"
+"help.text"
+msgid "Click <emph>Find</emph>."
+msgstr "დააწკაპუნეთ <emph>ძიება</emph>."
+
+#. ,QdC
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_idN10A59\n"
+"help.text"
+msgid "To find the next occurrence of the search term on the page, click <emph>Find</emph> again."
+msgstr ""
+
+#. IwUv
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_idN10906\n"
+"help.text"
+msgid "<ahelp hid=\"sfx2:ComboBox:RID_DLG_SEARCH:ED_SEARCH\" visibility=\"hidden\">Enter the text that you want to search for or select a text entry in the list.</ahelp>"
+msgstr "<ahelp hid=\"sfx2:ComboBox:RID_DLG_SEARCH:ED_SEARCH\" visibility=\"hidden\">შეიტანეთ ტექსტი რომლის მოძებნაც გინდათ ან აირჩიეთ ტექსტის ჩანაწერი სიიდან .</ahelp>"
+
+#. \oRV
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_idN10993\n"
+"help.text"
+msgid "<ahelp hid=\"sfx2:CheckBox:RID_DLG_SEARCH:CB_WHOLEWORDS\" visibility=\"hidden\">Finds complete words only.</ahelp>"
+msgstr "<ahelp hid=\"sfx2:CheckBox:RID_DLG_SEARCH:CB_WHOLEWORDS\" visibility=\"hidden\">იპოვე მხოლოდ სრული სიტყვები.</ahelp>"
+
+#. iWGb
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_idN109AA\n"
+"help.text"
+msgid "<ahelp hid=\"sfx2:CheckBox:RID_DLG_SEARCH:CB_MATCHCASE\" visibility=\"hidden\">Distinguishes between uppercase text and lowercase text.</ahelp>"
+msgstr "<ahelp hid=\"sfx2:CheckBox:RID_DLG_SEARCH:CB_MATCHCASE\" visibility=\"hidden\">განასხვავებს ტექსტის ზედა და ქვედა რეგისტრს.</ahelp>"
+
+#. TG7m
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_idN109C1\n"
+"help.text"
+msgid "<ahelp hid=\"sfx2:CheckBox:RID_DLG_SEARCH:CB_WRAPAROUND\" visibility=\"hidden\">Searches the entire Help page, starting at the current position of the cursor.</ahelp>"
+msgstr "<ahelp hid=\"sfx2:CheckBox:RID_DLG_SEARCH:CB_WRAPAROUND\" visibility=\"hidden\">ეძებს სრულად დახმარების გევრდზე, იწყებს კურსორის მიმდინარე მდგომარეობიდან.</ahelp>"
+
+#. d@%(
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_idN109D8\n"
+"help.text"
+msgid "<ahelp hid=\"sfx2:CheckBox:RID_DLG_SEARCH:CB_BACKWARDS\" visibility=\"hidden\">Searches backwards from the current position of the cursor.</ahelp>"
+msgstr "<ahelp hid=\"sfx2:CheckBox:RID_DLG_SEARCH:CB_BACKWARDS\" visibility=\"hidden\">კურსორის მიმდებარე მდებარეობიდან უკან ძიება.</ahelp>"
+
+#. *+2c
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_idN109F5\n"
+"help.text"
+msgid "<ahelp hid=\"sfx2:PushButton:RID_DLG_SEARCH:PB_FIND\" visibility=\"hidden\">Finds the next occurrence of the search term.</ahelp>"
+msgstr ""
+
+#. l-#,
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"hd_id3149202\n"
+"8\n"
+"help.text"
+msgid "Navigation Pane"
+msgstr "ნავიგაციის პანელი"
+
+#. \`fc
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_id3148673\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"HID_HELP_TABCONTROL\">The navigation pane of the Help window contains the tab pages <emph>Contents</emph>, <emph>Index</emph>, <emph>Find</emph> and <emph>Bookmarks</emph>.</ahelp>"
+msgstr ""
+
+#. }6qe
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_id3159149\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"HID_HELP_LISTBOX\">The list box located at the very top is where you can select other <item type=\"productname\">%PRODUCTNAME</item> Help modules.</ahelp> The <emph>Index</emph> and <emph>Find</emph> tab pages only contain the data for the selected <item type=\"productname\">%PRODUCTNAME</item> module."
+msgstr "<ahelp hid=\"HID_HELP_LISTBOX\">სიის ველი მდებარეობს ძალიან ზევით სადაც შეგიძლიათ სხვაც აირჩიოთ <item type=\"productname\">%PRODUCTNAME</item> დახმარების მოდულები.</ahelp> <emph>ინდექსი</emph> და <emph>ძიება</emph> ჩანართის გვერდები შეიცავენ მხოლოდ მონაცემებს მონიშვნისთვის <item type=\"productname\">%PRODUCTNAME</item> მოდული."
+
+#. 2_RV
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_id3149983\n"
+"14\n"
+"help.text"
+msgid "<link href=\"text/shared/05/00000160.xhp\" name=\"Contents\">Contents</link>"
+msgstr "<link href=\"text/shared/05/00000160.xhp\" name=\"Contents\">შიგთავსი</link>"
+
+#. l[n,
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_id3145748\n"
+"15\n"
+"help.text"
+msgid "Displays an index of the main topics of all modules."
+msgstr ""
+
+#. GA_q
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_id3155366\n"
+"10\n"
+"help.text"
+msgid "<link href=\"text/shared/05/00000130.xhp\" name=\"Index\">Index</link>"
+msgstr "<link href=\"text/shared/05/00000130.xhp\" name=\"Index\">ინდექსი</link>"
+
+#. Apw1
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_id3151351\n"
+"11\n"
+"help.text"
+msgid "Displays a list of index keywords for the currently selected %PRODUCTNAME module."
+msgstr ""
+
+#. {Q]p
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_id3149260\n"
+"12\n"
+"help.text"
+msgid "<link href=\"text/shared/05/00000140.xhp\" name=\"Find\">Find</link>"
+msgstr "<link href=\"text/shared/05/00000140.xhp\" name=\"Find\">ძიება</link>"
+
+#. omeK
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_id3154188\n"
+"13\n"
+"help.text"
+msgid "Allows you to carry out a full-text search. The search will include the entire Help contents of the currently selected <item type=\"productname\">%PRODUCTNAME</item> module."
+msgstr "გაძლევთ საშუალებას მოძებნოს სრული ტექსტი. ძიება შეიცავს შენატან დახმარების შიგთავსს და მიმდინარე მონიშნულ <item type=\"productname\">%PRODUCTNAME</item> მოდულს."
+
+#. -6~c
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_id3154985\n"
+"16\n"
+"help.text"
+msgid "<link href=\"text/shared/05/00000150.xhp\" name=\"Bookmarks\">Bookmarks</link>"
+msgstr "<link href=\"text/shared/05/00000150.xhp\" name=\"Bookmarks\">სანიშნები</link>"
+
+#. XiU(
+#: 00000110.xhp
+msgctxt ""
+"00000110.xhp\n"
+"par_id3156062\n"
+"17\n"
+"help.text"
+msgid "Contains user-defined bookmarks. You can edit or delete bookmarks, or click them to go to the corresponding pages."
+msgstr "შეიცავს მომხმარებლისგან განსაზღვრულ სანიშნეებს. თქვენ შეგიძლიათ დაარედაქტიროთ ან წაშალოთ სანიშნეები, ან დააწკაპუნეთ მათზე რათა გადახვიდეთ შესაბამის გვერდზე."
+
+#. NwO@
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"tit\n"
+"help.text"
+msgid "Icons in the Documentation"
+msgstr ""
+
+#. Bt=Z
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3153116\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/05/00000002.xhp\" name=\"Icons in the Documentation\">Icons in the Documentation</link>"
+msgstr "<link href=\"text/shared/05/00000002.xhp\" name=\"Icons in the Documentation\">ხატულები დოკუმენტაციაში</link>"
+
+#. :\7}
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3154962\n"
+"8\n"
+"help.text"
+msgid "Icons in the Documentation"
+msgstr ""
+
+#. \G.\
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3146961\n"
+"9\n"
+"help.text"
+msgid "There are three icons used to call your attention to additional helpful information."
+msgstr ""
+
+#. =[5m
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3156152\n"
+"10\n"
+"help.text"
+msgid "The \"Important!\" icon points out important information regarding data and system security."
+msgstr "ხატულა \"Important!\" მიუთითებს საჭირო ინფორმაციას, მონაცემთა და სისტემის უსაფრთხოებისკენ."
+
+#. k-8z
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3153897\n"
+"11\n"
+"help.text"
+msgid "The \"Note\" icon points out extra information: for example, alternative ways to reach a certain goal."
+msgstr "\"Note\" ხატულა მიუთითებს დამატებით ინფორმაციაზე: მაგალითად: ალტერნატიული გზები განსაზღვრული მიზნების მისაღწევად."
+
+#. jEG9
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3154216\n"
+"12\n"
+"help.text"
+msgid "The \"Tip\" icon points out tips for working with the program in a more efficient manner."
+msgstr ""
+
+#. (/U/
+#: 00000100.xhp
+msgctxt ""
+"00000100.xhp\n"
+"par_id3150699\n"
+"help.text"
+msgid "The Help references the default settings of the program on a system that is set to defaults. Descriptions of colors, mouse actions, or other configurable items can be different for your program and system."
+msgstr ""
+
+#. 9\?=
+#: 00000100.xhp
+msgctxt ""
+"00000100.xhp\n"
+"par_id3150618\n"
+"1\n"
+"help.text"
+msgid "The <emph>$[officename] Help system</emph> provides easy access to information and support. There are several ways to find what you are looking for in the <link href=\"text/shared/05/00000110.xhp\" name=\"Help environment\">Help environment</link>: You can search for a specific keyword in the <link href=\"text/shared/05/00000130.xhp\" name=\"Index\">Index</link>, carry out a full-text search under <link href=\"text/shared/05/00000140.xhp\" name=\"Find\">Find</link>, or look through a hierarchical list of the <link href=\"text/shared/05/00000160.xhp\" name=\"Topics\">Topics</link>."
msgstr ""
diff --git a/source/ka/helpcontent2/source/text/shared/07.po b/source/ka/helpcontent2/source/text/shared/07.po
index f5c324af206..dd6edf5432c 100644
--- a/source/ka/helpcontent2/source/text/shared/07.po
+++ b/source/ka/helpcontent2/source/text/shared/07.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/shared/07.oo
+#. extracted from helpcontent2/source/text/shared/07
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2F07.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-04-05 23:53+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,33 +12,74 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: 09000000.xhp#tit.help.text
+#. };+{
+#: 09000000.xhp
+msgctxt ""
+"09000000.xhp\n"
+"tit\n"
+"help.text"
msgid "Web Pages"
msgstr ""
-#: 09000000.xhp#hd_id3156014.1.help.text
+#. PIfA
+#: 09000000.xhp
+msgctxt ""
+"09000000.xhp\n"
+"hd_id3156014\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/shared/07/09000000.xhp\" name=\"Web Pages\">Web Pages</link>"
msgstr ""
-#: 09000000.xhp#par_id3146946.2.help.text
+#. =!IF
+#: 09000000.xhp
+msgctxt ""
+"09000000.xhp\n"
+"par_id3146946\n"
+"2\n"
+"help.text"
msgid "To create a new web page for the Internet, open a new <emph>HTML Document</emph> by choosing <emph>File - New</emph>."
msgstr "ახალი ვებ-გვერდის შესაქმნელად, გახსენით ახალი <emph>HTML დოკუმენტი</emph> <emph>ფაილი - ახალი</emph> არჩევით."
-#: 09000000.xhp#par_id3143284.3.help.text
+#. m!G+
+#: 09000000.xhp
+msgctxt ""
+"09000000.xhp\n"
+"par_id3143284\n"
+"3\n"
+"help.text"
msgid "A tool for creating new web pages is the Web Layout mode, which you enable with <emph>View - Web Layout</emph>."
msgstr ""
-#: 09000000.xhp#hd_id3147285.8.help.text
+#. +3RC
+#: 09000000.xhp
+msgctxt ""
+"09000000.xhp\n"
+"hd_id3147285\n"
+"8\n"
+"help.text"
msgid "Creating a New Web Page"
msgstr "ახალი ვებ-გვედის შექმნა."
-#: 09000000.xhp#par_id3150808.9.help.text
+#. 4n#)
+#: 09000000.xhp
+msgctxt ""
+"09000000.xhp\n"
+"par_id3150808\n"
+"9\n"
+"help.text"
msgid "Switch to the web layout mode by choosing <emph>View - Web Layout</emph> or by opening a new HTML document."
msgstr ""
-#: 09000000.xhp#par_id3145136.15.help.text
+#. :iCS
+#: 09000000.xhp
+msgctxt ""
+"09000000.xhp\n"
+"par_id3145136\n"
+"15\n"
+"help.text"
msgid "To create an HTML page from your $[officename] document, save the page using one of the \"HTML Document\" file types."
msgstr ""
diff --git a/source/ka/helpcontent2/source/text/shared/autokorr.po b/source/ka/helpcontent2/source/text/shared/autokorr.po
index 726074c8a7b..c8834457f62 100644
--- a/source/ka/helpcontent2/source/text/shared/autokorr.po
+++ b/source/ka/helpcontent2/source/text/shared/autokorr.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/shared/autokorr.oo
+#. extracted from helpcontent2/source/text/shared/autokorr
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautokorr.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:54+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-05 23:53+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,221 +12,473 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: 10000000.xhp#tit.help.text
-msgctxt "10000000.xhp#tit.help.text"
+#. TzlC
+#: 13000000.xhp
+msgctxt ""
+"13000000.xhp\n"
+"tit\n"
+"help.text"
msgid "AutoCorrect has been activated"
msgstr ""
-#: 10000000.xhp#hd_id3147446.1.help.text
-msgctxt "10000000.xhp#hd_id3147446.1.help.text"
+#. ^t@w
+#: 13000000.xhp
+msgctxt ""
+"13000000.xhp\n"
+"hd_id3149513\n"
+"1\n"
+"help.text"
msgid "AutoCorrect has been activated"
msgstr ""
-#: 10000000.xhp#hd_id3155577.2.help.text
-msgid "Bold and underline attributes have been recognized and applied"
-msgstr "სიმუქე და ხაზგასმა იდენტიფიცირებულია და გამოყენებულია"
+#. :KRX
+#: 13000000.xhp
+msgctxt ""
+"13000000.xhp\n"
+"hd_id3147090\n"
+"2\n"
+"help.text"
+msgid "1st ... has been replaced with 1st ..."
+msgstr "1st ... ჩანაცვლებულია 1st-ით ..."
-#: 10000000.xhp#par_id3156014.3.help.text
-msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has modified your text, and the bold and/or underline text attributes have been automatically applied."
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">ავტოკორექტორმა</link> შეაცწორა თქვენი ტექსტი.სიმუქე და/ან ხაზგასმის ატრიბუტები ავტომატურად გამოყენებულია."
+#. 8A/H
+#: 13000000.xhp
+msgctxt ""
+"13000000.xhp\n"
+"par_id3153220\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has corrected your text so that ordinal number suffixes have been superscripted."
+msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">ავტოკორექტორმა</link> შეასწორა თქვენი ტექსტი.რიგითი ნომერი გადავიდა სუპერსცრიპტში."
-#: 03000000.xhp#tit.help.text
-msgctxt "03000000.xhp#tit.help.text"
+#. zv*$
+#: 08000000.xhp
+msgctxt ""
+"08000000.xhp\n"
+"tit\n"
+"help.text"
msgid "AutoCorrect has been activated"
msgstr ""
-#: 03000000.xhp#hd_id3152459.1.help.text
-msgctxt "03000000.xhp#hd_id3152459.1.help.text"
+#. W,Dg
+#: 08000000.xhp
+msgctxt ""
+"08000000.xhp\n"
+"hd_id3147240\n"
+"1\n"
+"help.text"
msgid "AutoCorrect has been activated"
msgstr ""
-#: 03000000.xhp#hd_id3146946.2.help.text
-msgid "Two capital letters at the beginning of a word and a sentence have been corrected to one capital letter"
-msgstr "ორი ასომთავრული ასო სიტყვის და წინადადების თავში შეცვლილი იქნა ერთით."
+#. g;t7
+#: 08000000.xhp
+msgctxt ""
+"08000000.xhp\n"
+"hd_id3152823\n"
+"2\n"
+"help.text"
+msgid "An URL has been detected and a hyperlink attribute has been set"
+msgstr "URL აღმოჩენილია და ჰიპერბმულის ატრიბუტები დაყენებულია"
-#: 03000000.xhp#par_id3158397.3.help.text
-msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has modified your text so that a word beginning with two capital letters at the beginning of a sentence now starts with one capital letter."
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">ავტოკორექციამ</link> შეცვალა თქვენი ტექსტი ისე რომ, წინადადება რომლის პირველი სიტყვა იწყებოდა ორი ასომთავრული ასოთი ახლა იწყება ერთით."
+#. ^C+l
+#: 08000000.xhp
+msgctxt ""
+"08000000.xhp\n"
+"par_id3150278\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has modified your text. A string has been detected as an URL and is now shown as a hyperlink."
+msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">ავტოკორექტოქტორმა</link> შეცვალა თქვენი ტექსტი. სტრიქონი იდენტიფიცირებულია როგრც URL და ახლა ნაჩვენებია როგორც ჰიპერბმული."
-#: 02000000.xhp#tit.help.text
-msgctxt "02000000.xhp#tit.help.text"
+#. d[iz
+#: 03000000.xhp
+msgctxt ""
+"03000000.xhp\n"
+"tit\n"
+"help.text"
msgid "AutoCorrect has been activated"
msgstr ""
-#: 02000000.xhp#hd_id3155354.1.help.text
-msgctxt "02000000.xhp#hd_id3155354.1.help.text"
+#. 81.4
+#: 03000000.xhp
+msgctxt ""
+"03000000.xhp\n"
+"hd_id3152459\n"
+"1\n"
+"help.text"
msgid "AutoCorrect has been activated"
msgstr ""
-#: 02000000.xhp#hd_id3150502.2.help.text
-msgid "Start each sentence with a capital letter"
-msgstr "დაიწყეთ ყოველი წინადადაება მთავრული ასოთი"
+#. TYiJ
+#: 03000000.xhp
+msgctxt ""
+"03000000.xhp\n"
+"hd_id3146946\n"
+"2\n"
+"help.text"
+msgid "Two capital letters at the beginning of a word and a sentence have been corrected to one capital letter"
+msgstr "ორი ასომთავრული ასო სიტყვის და წინადადების თავში შეცვლილი იქნა ერთით."
-#: 02000000.xhp#par_id3158397.3.help.text
-msgid "Your text was corrected with <link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> so that the current word began with a capital letter. AutoCorrect changes words at the beginning of a paragraph, and words after the character at the end of a sentence (period, exclamation point, question mark)."
-msgstr ""
+#. sy-S
+#: 03000000.xhp
+msgctxt ""
+"03000000.xhp\n"
+"par_id3158397\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has modified your text so that a word beginning with two capital letters at the beginning of a sentence now starts with one capital letter."
+msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">ავტოკორექციამ</link> შეცვალა თქვენი ტექსტი ისე რომ, წინადადება რომლის პირველი სიტყვა იწყებოდა ორი ასომთავრული ასოთი ახლა იწყება ერთით."
-#: 07000000.xhp#tit.help.text
-msgctxt "07000000.xhp#tit.help.text"
+#. eq`D
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"tit\n"
+"help.text"
msgid "AutoCorrect has been activated"
msgstr ""
-#: 07000000.xhp#hd_id3153629.1.help.text
-msgctxt "07000000.xhp#hd_id3153629.1.help.text"
+#. X;x7
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"hd_id3153116\n"
+"1\n"
+"help.text"
msgid "AutoCorrect has been activated"
msgstr ""
-#: 07000000.xhp#hd_id3149987.2.help.text
-msgid "Single quotes have been replaced"
-msgstr "ერთმაგი ბრჭყალი ჩანაცვლებულია"
+#. #%fo
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"hd_id3149551\n"
+"2\n"
+"help.text"
+msgid "Minus signs have been replaced"
+msgstr ""
-#: 07000000.xhp#par_id3154688.3.help.text
-msgid "You text was corrected by <link href=\"text/shared/01/06040000.xhp\" name=\"Autocorrect\">Autocorrect</link> so that single quotation marks were replaced by <link href=\"text/shared/01/06040400.xhp\" name=\"typographical quotation marks\">typographical quotation marks</link>."
-msgstr "თქვენი ტექსტი კორქტირებულია <link href=\"text/shared/01/06040000.xhp\" name=\"Autocorrect\">ავტოკორექტორით</link> ისე რომ ერთმაგი ბრჭყალი ჩანაცვლებულია <link href=\"text/shared/01/06040400.xhp\" name=\"typographical quotation marks\">ტიპოგრაფიული ბრჭყალით</link>."
+#. #J*d
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"par_id3148932\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has modified your text, and minus signs have been replaced with dashes."
+msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">ავტოკოექტორმა</link> მოახდინა ტექსტის შეცვლა და მინუს ნიშნები ჩაანაცვლა ტირეებით."
-#: 12000000.xhp#tit.help.text
-msgctxt "12000000.xhp#tit.help.text"
+#. b-Xv
+#: 04000000.xhp
+msgctxt ""
+"04000000.xhp\n"
+"tit\n"
+"help.text"
msgid "AutoCorrect has been activated"
msgstr ""
-#: 12000000.xhp#hd_id3153116.1.help.text
-msgctxt "12000000.xhp#hd_id3153116.1.help.text"
+#. .yKP
+#: 04000000.xhp
+msgctxt ""
+"04000000.xhp\n"
+"hd_id3154283\n"
+"1\n"
+"help.text"
msgid "AutoCorrect has been activated"
msgstr ""
-#: 12000000.xhp#hd_id3149551.2.help.text
-msgid "Minus signs have been replaced"
-msgstr ""
+#. R.ne
+#: 04000000.xhp
+msgctxt ""
+"04000000.xhp\n"
+"hd_id3154812\n"
+"2\n"
+"help.text"
+msgid "A replacement has been carried out"
+msgstr "ჩანაცვლება შესრულებულია"
-#: 12000000.xhp#par_id3148932.3.help.text
-msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has modified your text, and minus signs have been replaced with dashes."
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">ავტოკოექტორმა</link> მოახდინა ტექსტის შეცვლა და მინუს ნიშნები ჩაანაცვლა ტირეებით."
+#. U}aL
+#: 04000000.xhp
+msgctxt ""
+"04000000.xhp\n"
+"par_id3159241\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has replaced a word."
+msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">ავტოკორექტორმა</link> შეცვალა სიტყვა."
-#: 08000000.xhp#tit.help.text
-msgctxt "08000000.xhp#tit.help.text"
+#. W6gw
+#: 05000000.xhp
+msgctxt ""
+"05000000.xhp\n"
+"tit\n"
+"help.text"
msgid "AutoCorrect has been activated"
msgstr ""
-#: 08000000.xhp#hd_id3147240.1.help.text
-msgctxt "08000000.xhp#hd_id3147240.1.help.text"
+#. N3D;
+#: 05000000.xhp
+msgctxt ""
+"05000000.xhp\n"
+"hd_id3155354\n"
+"1\n"
+"help.text"
msgid "AutoCorrect has been activated"
msgstr ""
-#: 08000000.xhp#hd_id3152823.2.help.text
-msgid "An URL has been detected and a hyperlink attribute has been set"
-msgstr "URL აღმოჩენილია და ჰიპერბმულის ატრიბუტები დაყენებულია"
+#. BIaw
+#: 05000000.xhp
+msgctxt ""
+"05000000.xhp\n"
+"hd_id3156418\n"
+"2\n"
+"help.text"
+msgid "AutoCorrect has performed a replacement. The beginning of the sentence now starts with a capital letter"
+msgstr "ავტოკორექტორმა მოახდინა ჩანაცვლება. წინადადება ახლა იწყება ასომთავრული ასოთი"
-#: 08000000.xhp#par_id3150278.3.help.text
-msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has modified your text. A string has been detected as an URL and is now shown as a hyperlink."
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">ავტოკორექტოქტორმა</link> შეცვალა თქვენი ტექსტი. სტრიქონი იდენტიფიცირებულია როგრც URL და ახლა ნაჩვენებია როგორც ჰიპერბმული."
+#. yGz\
+#: 05000000.xhp
+msgctxt ""
+"05000000.xhp\n"
+"par_id3153341\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has performed a replacement, and the beginning of the sentence now starts with a capital letter."
+msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">ავტოკორექტორმა</link> მოახდინა ჩანაცვლება. წინადადება ახლა იწყება ასომთავრული ასოთი"
-#: 13000000.xhp#tit.help.text
-msgctxt "13000000.xhp#tit.help.text"
+#. x$K}
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"tit\n"
+"help.text"
msgid "AutoCorrect has been activated"
msgstr ""
-#: 13000000.xhp#hd_id3149513.1.help.text
-msgctxt "13000000.xhp#hd_id3149513.1.help.text"
+#. E\cK
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"hd_id3148410\n"
+"1\n"
+"help.text"
msgid "AutoCorrect has been activated"
msgstr ""
-#: 13000000.xhp#hd_id3147090.2.help.text
-msgid "1st ... has been replaced with 1st ..."
-msgstr "1st ... ჩანაცვლებულია 1st-ით ..."
+#. fNKp
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"hd_id3146946\n"
+"2\n"
+"help.text"
+msgid "TWo INitial CApitals have been corrected"
+msgstr ""
-#: 13000000.xhp#par_id3153220.3.help.text
-msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has corrected your text so that ordinal number suffixes have been superscripted."
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">ავტოკორექტორმა</link> შეასწორა თქვენი ტექსტი.რიგითი ნომერი გადავიდა სუპერსცრიპტში."
+#. UnQ6
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"par_id3158397\n"
+"3\n"
+"help.text"
+msgid "Typing errors such as \"WOrd\" have been corrected and replaced by the <link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> function to \"Word\"."
+msgstr ""
-#: 06000000.xhp#tit.help.text
-msgctxt "06000000.xhp#tit.help.text"
+#. Vmn#
+#: 09000000.xhp
+msgctxt ""
+"09000000.xhp\n"
+"tit\n"
+"help.text"
msgid "AutoCorrect has been activated"
msgstr ""
-#: 06000000.xhp#hd_id3148932.1.help.text
-msgctxt "06000000.xhp#hd_id3148932.1.help.text"
+#. oOFj
+#: 09000000.xhp
+msgctxt ""
+"09000000.xhp\n"
+"hd_id3149976\n"
+"1\n"
+"help.text"
msgid "AutoCorrect has been activated"
msgstr ""
-#: 06000000.xhp#hd_id3158421.2.help.text
-msgid "Double quotation marks (\") have been replaced"
-msgstr "ორმაგი ბრჭყალი (\") ჩანაცვლებულია"
+#. d,q:
+#: 09000000.xhp
+msgctxt ""
+"09000000.xhp\n"
+"hd_id3147543\n"
+"2\n"
+"help.text"
+msgid "Double spaces have been ignored"
+msgstr "ორმაგი ჰარი იგნორირებულია"
-#: 06000000.xhp#par_id3146060.3.help.text
-msgid "Your text was corrected by <link href=\"text/shared/01/06040000.xhp\" name=\"Autocorrect\">Autocorrect</link> so that double quotation marks were replaced by <link href=\"text/shared/01/06040400.xhp\" name=\"typographical quotation marks\">typographical quotation marks</link>."
-msgstr "თქვენი ტექსტი კორექტირებულია <link href=\"text/shared/01/06040000.xhp\" name=\"Autocorrect\">ავტოკორექტორით</link>ისე რომ ორმაგი ბრჭყალი ჩანაცვლებულია <link href=\"text/shared/01/06040400.xhp\" name=\"typographical quotation marks\">ტიპოგრაფილული ბრჭყალებით</link>."
+#. 2dLf
+#: 09000000.xhp
+msgctxt ""
+"09000000.xhp\n"
+"par_id3149297\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has corrected your text so that the multiple spaces you have entered have now been reduced to one single space."
+msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">ავტოკორექტორმა</link> შეასწორა თქვენი ტექსტი ისე რომ, მრავალჯერადი ჰარი შეცვლილია ერთმაგით."
-#: 04000000.xhp#tit.help.text
-msgctxt "04000000.xhp#tit.help.text"
+#. Ut_{
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"tit\n"
+"help.text"
msgid "AutoCorrect has been activated"
msgstr ""
-#: 04000000.xhp#hd_id3154283.1.help.text
-msgctxt "04000000.xhp#hd_id3154283.1.help.text"
+#. =Lrj
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"hd_id3155354\n"
+"1\n"
+"help.text"
msgid "AutoCorrect has been activated"
msgstr ""
-#: 04000000.xhp#hd_id3154812.2.help.text
-msgid "A replacement has been carried out"
-msgstr "ჩანაცვლება შესრულებულია"
+#. $ch_
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"hd_id3150502\n"
+"2\n"
+"help.text"
+msgid "Start each sentence with a capital letter"
+msgstr "დაიწყეთ ყოველი წინადადაება მთავრული ასოთი"
-#: 04000000.xhp#par_id3159241.3.help.text
-msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has replaced a word."
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">ავტოკორექტორმა</link> შეცვალა სიტყვა."
+#. R2dd
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3158397\n"
+"3\n"
+"help.text"
+msgid "Your text was corrected with <link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> so that the current word began with a capital letter. AutoCorrect changes words at the beginning of a paragraph, and words after the character at the end of a sentence (period, exclamation point, question mark)."
+msgstr ""
-#: 09000000.xhp#tit.help.text
-msgctxt "09000000.xhp#tit.help.text"
+#. Zg.x
+#: 07000000.xhp
+msgctxt ""
+"07000000.xhp\n"
+"tit\n"
+"help.text"
msgid "AutoCorrect has been activated"
msgstr ""
-#: 09000000.xhp#hd_id3149976.1.help.text
-msgctxt "09000000.xhp#hd_id3149976.1.help.text"
+#. xN9X
+#: 07000000.xhp
+msgctxt ""
+"07000000.xhp\n"
+"hd_id3153629\n"
+"1\n"
+"help.text"
msgid "AutoCorrect has been activated"
msgstr ""
-#: 09000000.xhp#hd_id3147543.2.help.text
-msgid "Double spaces have been ignored"
-msgstr "ორმაგი ჰარი იგნორირებულია"
+#. #t`#
+#: 07000000.xhp
+msgctxt ""
+"07000000.xhp\n"
+"hd_id3149987\n"
+"2\n"
+"help.text"
+msgid "Single quotes have been replaced"
+msgstr "ერთმაგი ბრჭყალი ჩანაცვლებულია"
-#: 09000000.xhp#par_id3149297.3.help.text
-msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has corrected your text so that the multiple spaces you have entered have now been reduced to one single space."
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">ავტოკორექტორმა</link> შეასწორა თქვენი ტექსტი ისე რომ, მრავალჯერადი ჰარი შეცვლილია ერთმაგით."
+#. y9k5
+#: 07000000.xhp
+msgctxt ""
+"07000000.xhp\n"
+"par_id3154688\n"
+"3\n"
+"help.text"
+msgid "You text was corrected by <link href=\"text/shared/01/06040000.xhp\" name=\"Autocorrect\">Autocorrect</link> so that single quotation marks were replaced by <link href=\"text/shared/01/06040400.xhp\" name=\"typographical quotation marks\">typographical quotation marks</link>."
+msgstr "თქვენი ტექსტი კორქტირებულია <link href=\"text/shared/01/06040000.xhp\" name=\"Autocorrect\">ავტოკორექტორით</link> ისე რომ ერთმაგი ბრჭყალი ჩანაცვლებულია <link href=\"text/shared/01/06040400.xhp\" name=\"typographical quotation marks\">ტიპოგრაფიული ბრჭყალით</link>."
-#: 01000000.xhp#tit.help.text
-msgctxt "01000000.xhp#tit.help.text"
+#. v\|y
+#: 06000000.xhp
+msgctxt ""
+"06000000.xhp\n"
+"tit\n"
+"help.text"
msgid "AutoCorrect has been activated"
msgstr ""
-#: 01000000.xhp#hd_id3148410.1.help.text
-msgctxt "01000000.xhp#hd_id3148410.1.help.text"
+#. ?;Q0
+#: 06000000.xhp
+msgctxt ""
+"06000000.xhp\n"
+"hd_id3148932\n"
+"1\n"
+"help.text"
msgid "AutoCorrect has been activated"
msgstr ""
-#: 01000000.xhp#hd_id3146946.2.help.text
-msgid "TWo INitial CApitals have been corrected"
-msgstr ""
+#. 6(KZ
+#: 06000000.xhp
+msgctxt ""
+"06000000.xhp\n"
+"hd_id3158421\n"
+"2\n"
+"help.text"
+msgid "Double quotation marks (\") have been replaced"
+msgstr "ორმაგი ბრჭყალი (\") ჩანაცვლებულია"
-#: 01000000.xhp#par_id3158397.3.help.text
-msgid "Typing errors such as \"WOrd\" have been corrected and replaced by the <link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> function to \"Word\"."
-msgstr ""
+#. ?[4n
+#: 06000000.xhp
+msgctxt ""
+"06000000.xhp\n"
+"par_id3146060\n"
+"3\n"
+"help.text"
+msgid "Your text was corrected by <link href=\"text/shared/01/06040000.xhp\" name=\"Autocorrect\">Autocorrect</link> so that double quotation marks were replaced by <link href=\"text/shared/01/06040400.xhp\" name=\"typographical quotation marks\">typographical quotation marks</link>."
+msgstr "თქვენი ტექსტი კორექტირებულია <link href=\"text/shared/01/06040000.xhp\" name=\"Autocorrect\">ავტოკორექტორით</link>ისე რომ ორმაგი ბრჭყალი ჩანაცვლებულია <link href=\"text/shared/01/06040400.xhp\" name=\"typographical quotation marks\">ტიპოგრაფილული ბრჭყალებით</link>."
-#: 05000000.xhp#tit.help.text
-msgctxt "05000000.xhp#tit.help.text"
+#. h{=A
+#: 10000000.xhp
+msgctxt ""
+"10000000.xhp\n"
+"tit\n"
+"help.text"
msgid "AutoCorrect has been activated"
msgstr ""
-#: 05000000.xhp#hd_id3155354.1.help.text
-msgctxt "05000000.xhp#hd_id3155354.1.help.text"
+#. a^0_
+#: 10000000.xhp
+msgctxt ""
+"10000000.xhp\n"
+"hd_id3147446\n"
+"1\n"
+"help.text"
msgid "AutoCorrect has been activated"
msgstr ""
-#: 05000000.xhp#hd_id3156418.2.help.text
-msgid "AutoCorrect has performed a replacement. The beginning of the sentence now starts with a capital letter"
-msgstr "ავტოკორექტორმა მოახდინა ჩანაცვლება. წინადადება ახლა იწყება ასომთავრული ასოთი"
+#. sC;B
+#: 10000000.xhp
+msgctxt ""
+"10000000.xhp\n"
+"hd_id3155577\n"
+"2\n"
+"help.text"
+msgid "Bold and underline attributes have been recognized and applied"
+msgstr "სიმუქე და ხაზგასმა იდენტიფიცირებულია და გამოყენებულია"
-#: 05000000.xhp#par_id3153341.3.help.text
-msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has performed a replacement, and the beginning of the sentence now starts with a capital letter."
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">ავტოკორექტორმა</link> მოახდინა ჩანაცვლება. წინადადება ახლა იწყება ასომთავრული ასოთი"
+#. .]xA
+#: 10000000.xhp
+msgctxt ""
+"10000000.xhp\n"
+"par_id3156014\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has modified your text, and the bold and/or underline text attributes have been automatically applied."
+msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">ავტოკორექტორმა</link> შეაცწორა თქვენი ტექსტი.სიმუქე და/ან ხაზგასმის ატრიბუტები ავტომატურად გამოყენებულია."
diff --git a/source/ka/helpcontent2/source/text/shared/autopi.po b/source/ka/helpcontent2/source/text/shared/autopi.po
index ea8c649ddc6..ef8a07ebeb3 100644
--- a/source/ka/helpcontent2/source/text/shared/autopi.po
+++ b/source/ka/helpcontent2/source/text/shared/autopi.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/shared/autopi.oo
+#. extracted from helpcontent2/source/text/shared/autopi
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautopi.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-04-12 07:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,4877 +12,11199 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: 01110200.xhp#tit.help.text
-msgid "HTML Export - Page 2"
-msgstr "HTML ექსპორტი - გვერდი 2"
+#. Kk^|
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Report Wizard - Grouping"
+msgstr ""
-#: 01110200.xhp#bm_id3149233.help.text
-msgid "<bookmark_value>kiosk export</bookmark_value><bookmark_value>HTML; live presentations</bookmark_value><bookmark_value>live presentations on the Internet</bookmark_value><bookmark_value>showing;live presentations on the Internet</bookmark_value><bookmark_value>presentations; live on the Internet</bookmark_value><bookmark_value>Internet; presentations</bookmark_value><bookmark_value>WebCast export</bookmark_value>"
+#. *EY!
+#: 01100200.xhp
+#, fuzzy
+msgctxt ""
+"01100200.xhp\n"
+"hd_id3147000\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01100200.xhp\" name=\"Report Wizard - Grouping\">Report Wizard - Grouping</link>"
+msgstr "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Fax Wizard - Footer\">ფაქსის ოსტატი - ქვედა კოლონტიტული</link>"
+
+#. V%IN
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"par_id3163829\n"
+"1\n"
+"help.text"
+msgid "You can group records in a report based on the values in one or more fields. <ahelp hid=\".\">Select the fields by which the resulting report will be grouped. You can group up to four fields in a report.</ahelp> When you group more than one field, $[officename] nests the groups according to their group level."
msgstr ""
-#: 01110200.xhp#hd_id3154840.1.help.text
-msgid "<link href=\"text/shared/autopi/01110200.xhp\" name=\"HTML Export - Page 2\">HTML Export - Page 2</link>"
-msgstr "<link href=\"text/shared/autopi/01110200.xhp\" name=\"HTML Export - Page 2\">HTML ექსპორტი - გვერდი 2</link>"
+#. wP^M
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"hd_id3149760\n"
+"2\n"
+"help.text"
+msgid "Fields"
+msgstr "ველები"
-#: 01110200.xhp#par_id3154094.2.help.text
-msgid "Determines the type of publication."
-msgstr "განსაზღვრავს პუბლიკაციის ტიპს."
+#. p]L0
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"par_id3155805\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGREPORT_2_GROUPING\">Lists the fields from your selection on the previous page of the Wizard. To group the report by a field, select the field name, then click the <emph>></emph> button. You may select up to four levels of grouping.</ahelp>"
+msgstr ""
-#: 01110200.xhp#par_id3151330.73.help.text
-msgid "You can specify if you want to include frames, create a title, or display presentation notes."
+#. qOKG
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"hd_id3155552\n"
+"3\n"
+"help.text"
+msgid "Groupings"
msgstr ""
-#: 01110200.xhp#hd_id3152924.9.help.text
-msgid "Publication type"
-msgstr "პუბლიკაციის ტიპი"
+#. :_|+
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"par_id3155892\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGREPORT_2_PREGROUPINGDEST\">Lists the fields by which the report will be grouped. To remove one level of grouping, select the field name, then click the <emph><</emph> button. You may select up to four levels of grouping.</ahelp>"
+msgstr ""
-#: 01110200.xhp#par_id3154751.10.help.text
-msgid "Defines the basic settings for the intended export."
+#. d#[-
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"hd_id3154289\n"
+"4\n"
+"help.text"
+msgid ">"
msgstr ""
-#: 01110200.xhp#hd_id3147399.3.help.text
-msgid "Standard HTML format"
-msgstr "სტანდარტული HTML ფორმატი"
+#. l%jO
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"par_id3157958\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGREPORT_2_CMDGROUP\">Click to move the selected field to the box that the arrow is pointing to.</ahelp>"
+msgstr ""
-#: 01110200.xhp#par_id3147088.4.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE2_STANDARD\">Creates standard HTML pages from export pages.</ahelp>"
+#. B59c
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"hd_id3154823\n"
+"5\n"
+"help.text"
+msgid "<"
msgstr ""
-#: 01110200.xhp#hd_id3145071.5.help.text
-msgid "Standard HTML with frames"
-msgstr "სტანდარტული HTML ჩარჩოებით"
+#. /Bwc
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"par_id3149811\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGREPORT_2_CMDUNGROUP\">Click to move the selected field to the box that the arrow is pointing to.</ahelp>"
+msgstr ""
-#: 01110200.xhp#par_id3154824.6.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE2_FRAMES\">Creates standard HTML pages with frames. The exported page will be placed in the main frame, and the frame to the left will display a table of contents in the form of hyperlinks.</ahelp>"
+#. rx:*
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"par_id3150355\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01100300.xhp\" name=\"More about Report Wizard - Sort Options\">More about Report Wizard - Sort Options</link>"
msgstr ""
-#: 01110200.xhp#hd_id3149398.11.help.text
-msgid "Create title page"
-msgstr "შექმენი თავფურცელი"
+#. 3XWs
+#: 01120200.xhp
+msgctxt ""
+"01120200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Group Element Wizard: Default Field Selection"
+msgstr ""
-#: 01110200.xhp#par_id3152780.12.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:DLG_PUBLISHING:PAGE2_CONTENT\">Creates a title page for your document.</ahelp>"
+#. *,bp
+#: 01120200.xhp
+msgctxt ""
+"01120200.xhp\n"
+"hd_id3151299\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01120200.xhp\" name=\"Group Element Wizard: Default Field Selection\">Group Element Wizard: Default Field Selection</link>"
msgstr ""
-#: 01110200.xhp#hd_id3163804.13.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Show notes </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">აჩვენე შენიშვნები</caseinline></switchinline>"
+#. fqmA
+#: 01120200.xhp
+msgctxt ""
+"01120200.xhp\n"
+"par_id3144740\n"
+"2\n"
+"help.text"
+msgid "Determines that you want one option field to be selected as the default choice."
+msgstr ""
-#: 01110200.xhp#par_id3157909.14.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:DLG_PUBLISHING:PAGE2_NOTES\">Specifies that your notes are also displayed.</ahelp>"
+#. 30fJ
+#: 01120200.xhp
+msgctxt ""
+"01120200.xhp\n"
+"par_id3154094\n"
+"11\n"
+"help.text"
+msgid "The default settings will be accepted if you open the form in the user mode. With these settings you determine the control property <link href=\"text/shared/02/01170101.xhp\" name=\"Default Status\">Default Status</link>."
msgstr ""
-#: 01110200.xhp#hd_id3156117.15.help.text
-msgctxt "01110200.xhp#hd_id3156117.15.help.text"
-msgid "Automatic"
+#. MyH#
+#: 01120200.xhp
+msgctxt ""
+"01120200.xhp\n"
+"hd_id3157896\n"
+"3\n"
+"help.text"
+msgid "Should one option field be selected as a default?"
msgstr ""
-#: 01110200.xhp#par_id3149233.16.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE2_KIOSK\">Creates a default HTML presentation as a kiosk export, in which the slides are automatically advanced after a specified amount of time.</ahelp>"
+#. ^p1;
+#: 01120200.xhp
+msgctxt ""
+"01120200.xhp\n"
+"par_id3149346\n"
+"4\n"
+"help.text"
+msgid "Specifies whether you want to set default settings for the option box."
msgstr ""
-#: 01110200.xhp#hd_id3155421.17.help.text
-msgid "As stated in document"
+#. H`g#
+#: 01120200.xhp
+msgctxt ""
+"01120200.xhp\n"
+"hd_id3147226\n"
+"5\n"
+"help.text"
+msgid "Yes, the following:"
msgstr ""
-#: 01110200.xhp#par_id3150275.18.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE2_CHG_DEFAULT\">The slide transition depends on the timing that you set for each slide in the presentation. If you set a manual page transition, the HTML presentation introduces a new page by pressing any key from your keyboard.</ahelp>"
+#. C*=L
+#: 01120200.xhp
+msgctxt ""
+"01120200.xhp\n"
+"par_id3150774\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_RADIOBUTTON_RID_PAGE_DEFAULTFIELDSELECTION_RB_DEFSELECTION_YES\" visibility=\"visible\">Specifies that you want an option field to be selected as a default after opening the form.</ahelp> Choose the option field from the box."
msgstr ""
-#: 01110200.xhp#hd_id3156307.19.help.text
-msgctxt "01110200.xhp#hd_id3156307.19.help.text"
-msgid "Automatic"
+#. 4=FU
+#: 01120200.xhp
+msgctxt ""
+"01120200.xhp\n"
+"hd_id3153345\n"
+"6\n"
+"help.text"
+msgid "List box"
msgstr ""
-#: 01110200.xhp#par_id3153126.20.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE2_CHG_AUTO\">The page transition takes place automatically after the specified period of time elapses and does not depend on the presentation's contents</ahelp>."
+#. iZ\X
+#: 01120200.xhp
+msgctxt ""
+"01120200.xhp\n"
+"par_id3146957\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_DEFAULTFIELDSELECTION_LB_DEFSELECTIONFIELD\" visibility=\"visible\">Select the option field that you want to have as the default when opening the form.</ahelp>"
msgstr ""
-#: 01110200.xhp#hd_id3150503.21.help.text
-msgid "Slide view time"
+#. ?3[?
+#: 01120200.xhp
+msgctxt ""
+"01120200.xhp\n"
+"hd_id3147242\n"
+"8\n"
+"help.text"
+msgid "No, one particular field is not going to be selected"
msgstr ""
-#: 01110200.xhp#par_id3151245.22.help.text
-msgid "<ahelp hid=\"SD:TIMEFIELD:DLG_PUBLISHING:PAGE2_DURATION_TMF\">Defines the amount of time for each slide display.</ahelp>"
+#. )L_*
+#: 01120200.xhp
+msgctxt ""
+"01120200.xhp\n"
+"par_id3163802\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_RADIOBUTTON_RID_PAGE_DEFAULTFIELDSELECTION_RB_DEFSELECTION_NO\" visibility=\"visible\">Specifies that you do not want any option field to be the default choice.</ahelp>"
msgstr ""
-#: 01110200.xhp#hd_id3154347.23.help.text
-msgid "Endless"
+#. O;}K
+#: 01110600.xhp
+msgctxt ""
+"01110600.xhp\n"
+"tit\n"
+"help.text"
+msgid "HTML Export - Page 6"
+msgstr "HTML ექსპორტი - გვერდი 6"
+
+#. S-MO
+#: 01110600.xhp
+msgctxt ""
+"01110600.xhp\n"
+"hd_id3154926\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01110600.xhp\" name=\"HTML Export - Page 6\">HTML Export - Page 6</link>"
+msgstr "<link href=\"text/shared/autopi/01110600.xhp\" name=\"HTML Export - Page 6\">HTML ექსპორტი - გვერდი 6</link>"
+
+#. O\6Q
+#: 01110600.xhp
+msgctxt ""
+"01110600.xhp\n"
+"par_id3155934\n"
+"2\n"
+"help.text"
+msgid "Defines the colors for the publication."
+msgstr "პუბლიკაციის ფერების განსაზღვრა"
+
+#. NV4W
+#: 01110600.xhp
+msgctxt ""
+"01110600.xhp\n"
+"par_id3150247\n"
+"28\n"
+"help.text"
+msgid "Text formatting is obtained from the drawing or presentation. This page is skipped if you unmark the <emph>Create title page</emph> check box or if you select automatic or WebCast export."
msgstr ""
-#: 01110200.xhp#par_id3149655.24.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:DLG_PUBLISHING:PAGE2_ENDLESS\">Automatically restarts the HTML presentation after the last slide has been displayed.</ahelp>"
+#. n?WS
+#: 01110600.xhp
+msgctxt ""
+"01110600.xhp\n"
+"hd_id3152924\n"
+"21\n"
+"help.text"
+msgid "Select color scheme"
+msgstr "ამოირჩიე ფერების სქემა"
+
+#. Ctzf
+#: 01110600.xhp
+msgctxt ""
+"01110600.xhp\n"
+"par_id3153049\n"
+"22\n"
+"help.text"
+msgid "Determines the color scheme and the colors for text and background."
+msgstr "ტექსტის და ფონის ფერები და ფერების სქემის განსაზღვრა"
+
+#. \qTc
+#: 01110600.xhp
+msgctxt ""
+"01110600.xhp\n"
+"hd_id3147291\n"
+"23\n"
+"help.text"
+msgid "Apply color scheme from document"
msgstr ""
-#: 01110200.xhp#hd_id3151054.25.help.text
-msgid "WebCast"
+#. ,Cw0
+#: 01110600.xhp
+msgctxt ""
+"01110600.xhp\n"
+"par_id3153748\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE6_DOCCOLORS\">Determines the colors from the styles used in the current document.</ahelp>"
msgstr ""
-#: 01110200.xhp#par_id3150543.26.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE2_WEBCAST\">In a WebCast export, automatic scripts will be generated with Perl or ASP support.</ahelp> This enables the speaker (for example, a speaker in a telephone conference using a slide show on the Internet) to change the slides in the audience's web browsers. You will find more information on <link href=\"text/shared/autopi/01110200.xhp\" name=\"WebCast\">WebCast</link> later in this section."
+#. `kg@
+#: 01110600.xhp
+msgctxt ""
+"01110600.xhp\n"
+"hd_id3149095\n"
+"25\n"
+"help.text"
+msgid "Use browser colors"
+msgstr "გამოიყენე ბრაუზერის ფერები"
+
+#. kN)*
+#: 01110600.xhp
+msgctxt ""
+"01110600.xhp\n"
+"par_id3155338\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE6_DEFAULT\">Uses the default colors of the viewer's Web Browser.</ahelp>"
msgstr ""
-#: 01110200.xhp#hd_id3154365.27.help.text
-msgid "Active Server Pages (ASP)"
-msgstr "Active Server Pages (ASP)"
+#. Hqv\
+#: 01110600.xhp
+msgctxt ""
+"01110600.xhp\n"
+"hd_id3149388\n"
+"27\n"
+"help.text"
+msgid "Use custom color scheme"
+msgstr "გამოიყენე ფერების ინდივიდუალური სქემა"
-#: 01110200.xhp#par_id3148922.28.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE2_ASP\">When you select the<emph> ASP </emph>option, the WebCast export creates ASP pages. Note that the HTML presentation can only be offered by a web server supporting ASP.</ahelp>"
+#. \;lO
+#: 01110600.xhp
+msgctxt ""
+"01110600.xhp\n"
+"par_id3149399\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE6_USER\">Allows you to define your own colors for some presentation objects.</ahelp>"
msgstr ""
-#: 01110200.xhp#hd_id3149765.29.help.text
-msgid "Perl"
-msgstr "Perl"
+#. eDIi
+#: 01110600.xhp
+msgctxt ""
+"01110600.xhp\n"
+"hd_id3166410\n"
+"8\n"
+"help.text"
+msgid "Text"
+msgstr "ტექსტი"
-#: 01110200.xhp#par_id3145174.30.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE2_PERL\">Used by WebCast export to create HTML pages and Perl scripts.</ahelp>"
+#. 8OUr
+#: 01110600.xhp
+msgctxt ""
+"01110600.xhp\n"
+"par_id3149762\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SD:PUSHBUTTON:DLG_PUBLISHING:PAGE6_TEXT\">Opens the <link href=\"text/shared/optionen/01010501.xhp\" name=\"Color\"><emph>Color</emph></link> dialog, where you can select the text color of the presentation.</ahelp>"
msgstr ""
-#: 01110200.xhp#hd_id3150868.31.help.text
-msgid "URL for listeners"
+#. V~kI
+#: 01110600.xhp
+msgctxt ""
+"01110600.xhp\n"
+"hd_id3156192\n"
+"10\n"
+"help.text"
+msgid "Hyperlink"
+msgstr "ბმული"
+
+#. $Kts
+#: 01110600.xhp
+msgctxt ""
+"01110600.xhp\n"
+"par_id3143270\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SD:PUSHBUTTON:DLG_PUBLISHING:PAGE6_LINK\">Opens the <link href=\"text/shared/optionen/01010501.xhp\" name=\"Color\"><emph>Color</emph></link> dialog, where you can select the hyperlink color of the presentation.</ahelp>"
msgstr ""
-#: 01110200.xhp#par_id3149203.32.help.text
-msgid "<ahelp hid=\"SD:EDIT:DLG_PUBLISHING:PAGE2_INDEX\">Specifies the URL (absolute or relative) to be entered by the viewer in order to see the presentation.</ahelp>"
+#. wHQ\
+#: 01110600.xhp
+msgctxt ""
+"01110600.xhp\n"
+"hd_id3149234\n"
+"14\n"
+"help.text"
+msgid "Active Link"
+msgstr "აქტიური ბმული"
+
+#. k4a3
+#: 01110600.xhp
+msgctxt ""
+"01110600.xhp\n"
+"par_id3156152\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SD:PUSHBUTTON:DLG_PUBLISHING:PAGE6_ALINK\">Opens the <link href=\"text/shared/optionen/01010501.xhp\" name=\"Color\"><emph>Color</emph></link> dialog, where you can select the active link color of the presentation.</ahelp>"
msgstr ""
-#: 01110200.xhp#hd_id3147228.33.help.text
-msgid "URL for presentation"
+#. IEK;
+#: 01110600.xhp
+msgctxt ""
+"01110600.xhp\n"
+"hd_id3148474\n"
+"12\n"
+"help.text"
+msgid "Visited Link"
+msgstr "ნანახი ბმული"
+
+#. KgIQ
+#: 01110600.xhp
+msgctxt ""
+"01110600.xhp\n"
+"par_id3150670\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SD:PUSHBUTTON:DLG_PUBLISHING:PAGE6_VLINK\">Opens the <link href=\"text/shared/optionen/01010501.xhp\" name=\"Color\"><emph>Color</emph></link> dialog, where you can select the visited link color of the presentation.</ahelp>"
msgstr ""
-#: 01110200.xhp#par_id3156214.34.help.text
-msgid "<ahelp hid=\"SD:EDIT:DLG_PUBLISHING:PAGE2_URL\">Specifies the URL (absolute or relative), where the created HTML presentation on the web server has been saved.</ahelp>"
+#. _Ak,
+#: 01110600.xhp
+msgctxt ""
+"01110600.xhp\n"
+"hd_id3156024\n"
+"7\n"
+"help.text"
+msgid "Background"
msgstr ""
-#: 01110200.xhp#hd_id3153367.35.help.text
-msgid "URL for Perl scripts"
+#. H`o/
+#: 01110600.xhp
+msgctxt ""
+"01110600.xhp\n"
+"par_id3159413\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SD:PUSHBUTTON:DLG_PUBLISHING:PAGE6_BACK\">Opens the <link href=\"text/shared/optionen/01010501.xhp\" name=\"Color\"><emph>Color</emph></link> dialog, where you can select the background color of the presentation.</ahelp>"
msgstr ""
-#: 01110200.xhp#par_id3159255.36.help.text
-msgid "<ahelp hid=\"SD:EDIT:DLG_PUBLISHING:PAGE2_CGI\">Specifies the URL (absolute or relative) for the generated Perl scripts.</ahelp>"
+#. 9hrV
+#: 01120000.xhp
+msgctxt ""
+"01120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Group Element Wizard"
msgstr ""
-#: 01110200.xhp#hd_id3150486.37.help.text
-msgid "More Information on WebCast Export"
+#. $iNp
+#: 01120000.xhp
+msgctxt ""
+"01120000.xhp\n"
+"hd_id3149031\n"
+"1\n"
+"help.text"
+msgid "Group Element Wizard"
msgstr ""
-#: 01110200.xhp#par_id3152578.38.help.text
-msgid "There are two possible options for exporting $[officename] Impress presentations using WebCast technology: Active Server Pages (ASP) and Perl."
+#. kx-g
+#: 01120000.xhp
+msgctxt ""
+"01120000.xhp\n"
+"par_id3151097\n"
+"2\n"
+"help.text"
+msgid "The Group Element Wizard starts automatically when you insert a <link href=\"text/shared/02/01170000.xhp\" name=\"Group Box\">Group Box</link> into a document."
msgstr ""
-#: 01110200.xhp#par_id3153364.71.help.text
-msgid "In either case, the WebCast needs an HTTP server offering either Perl or ASP as scripting. Therefore, the exporting option depends on the HTTP server used."
+#. mqgN
+#: 01120000.xhp
+msgctxt ""
+"01120000.xhp\n"
+"hd_id3145071\n"
+"5\n"
+"help.text"
+msgid "Create"
+msgstr "შექმნილია"
+
+#. ZLXX
+#: 01120000.xhp
+msgctxt ""
+"01120000.xhp\n"
+"par_id3149811\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LISTWIZARD_FINISH\">Creates the object.</ahelp>"
msgstr ""
-#: 01110200.xhp#hd_id3151112.39.help.text
-msgid "WebCast in ASP"
+#. -w-/
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Letter Wizard - Letterhead layout"
msgstr ""
-#: 01110200.xhp#hd_id3159197.40.help.text
-msgctxt "01110200.xhp#hd_id3159197.40.help.text"
-msgid "Exporting"
+#. E*V^
+#: 01010200.xhp
+#, fuzzy
+msgctxt ""
+"01010200.xhp\n"
+"hd_id3155354\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01010200.xhp\" name=\"Letter Wizard - Letterhead layout\">Letter Wizard - Letterhead layout</link>"
+msgstr "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Fax Wizard - Footer\">ფაქსის ოსტატი - ქვედა კოლონტიტული</link>"
+
+#. _:Ut
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3146856\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LETTER_PAGE2\">Allows you to specify the elements that are already imprinted on your letterhead paper.</ahelp> Those elements are not printed, and the space they occupy is left blank by the printer."
msgstr ""
-#: 01110200.xhp#par_id3146119.41.help.text
-msgid "To export to ASP, in a $[officename] Impress document choose <emph>File - Export</emph>. You then see the <emph>Export</emph> dialog in which you select <emph>HTML Document</emph> as the file type. Once you have selected a directory and entered a file name, click <emph>Export</emph>. For export as ASP, we recommend selecting a \"secret\" file name for the HTML file (see below for more details). You then see the <emph>HTML Export</emph> dialog. Several files will be written to the directory you have just selected."
+#. JI,.
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"hd_id3156211\n"
+"3\n"
+"help.text"
+msgid "Specify items already on your letterhead paper"
msgstr ""
-#: 01110200.xhp#par_id3149410.42.help.text
-msgid "The presenter uses the entered file name to change between the slides viewed by the audience. You can save the WebCast files locally or save them directly to an HTTP server. You can later transfer locally saved files to the HTTP server by FTP. Note that WebCast only works if the files are requested over an HTTP server."
+#. 1r4:
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"hd_id3149549\n"
+"4\n"
+"help.text"
+msgid "Logo"
msgstr ""
-#: 01110200.xhp#par_id3157974.43.help.text
-msgid "Do not use the same directory for two different HTML exports."
+#. MvjF
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3154186\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_CHKPAPERCOMPANYLOGO\">Specifies that a logo is already printed on your letterhead paper. %PRODUCTNAME does not print a logo.</ahelp>"
msgstr ""
-#: 01110200.xhp#par_id3153157.44.help.text
-msgid "Select <emph>WebCast</emph> as a publishing type on the second page of the HTML Export Wizard."
+#. 0^l1
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"hd_id3151245\n"
+"33\n"
+"help.text"
+msgid "Height"
msgstr ""
-#: 01110200.xhp#par_id3154790.45.help.text
-msgid "In the options area for WebCast, select the <emph>Active Server Pages (ASP)</emph> option. You can now continue defining other settings or start the export by clicking the <emph>Create</emph> button."
+#. xChO
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3148944\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_NUMLOGOHEIGHT\">Defines the height of the object.</ahelp>"
msgstr ""
-#: 01110200.xhp#hd_id3153281.46.help.text
-msgid "Using ASP WebCast"
+#. @{Ej
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"hd_id3149415\n"
+"31\n"
+"help.text"
+msgid "Width"
+msgstr "სიგანე"
+
+#. ,;r:
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3156192\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_NUMLOGOWIDTH\">Defines the width of the object.</ahelp>"
msgstr ""
-#: 01110200.xhp#par_id3149910.47.help.text
-msgid "You can use WebCast as soon as the exported files can be accessed from an HTTP server."
+#. Ccc#
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"hd_id3152922\n"
+"43\n"
+"help.text"
+msgid "Spacing to left margin"
+msgstr "დაშორება მარცხენა მინდორიდან"
+
+#. ~*Yh
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3149766\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_NUMLOGOX\">Sets the object distance from the left page margin.</ahelp>"
msgstr ""
-#: 01110200.xhp#par_id3154503.48.help.text
-msgctxt "01110200.xhp#par_id3154503.48.help.text"
-msgid "<emph>Example</emph>:"
+#. =a.T
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"hd_id3150449\n"
+"45\n"
+"help.text"
+msgid "Spacing to top margin"
+msgstr "დაშორება ზედა მინდორიდან"
+
+#. n#\4
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3156423\n"
+"46\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_NUMLOGOY\">Sets the object distance from the top page margin.</ahelp>"
msgstr ""
-#: 01110200.xhp#par_id3152375.49.help.text
-msgid "Let's assume that you installed the Microsoft Internet Information Server on your computer. You entered the \"c:\\Inet\\wwwroot\\presentation\" directory as an HTML output directory during the IIS setup. The URL of your computer is assumed as follows: \"http://myserver.com\"."
+#. g#hB
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_idN106CB\n"
+"help.text"
+msgid "Own address"
+msgstr "საკუთარი მისამართი"
+
+#. 9JNV
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_idN106CF\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_CHKPAPERCOMPANYADDRESS\">Specifies that an address is already printed on your letterhead paper. %PRODUCTNAME does not print an address.</ahelp>"
msgstr ""
-#: 01110200.xhp#par_id3150715.50.help.text
-msgid "You have saved the files that have been created during the Export process in the c:\\Inet\\wwwroot\\presentation\\ directory. In this directory, the Export creates an HTML file that can be named, for example, as \"secret.htm\". You entered this name in the Save dialog (see above). The presenter can now browse to the HTML Export files by entering the http://myserver.com/presentation/secret.htm URL in any HTTP Browser having JavaScript support. The presenter is now able to modify the page using some form controls."
+#. \0SB
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_idN106D2\n"
+"help.text"
+msgid "Return address in envelope window"
msgstr ""
-#: 01110200.xhp#par_id3159110.51.help.text
-msgid "The audience can now view the slide selected by the presenter through the URL http://myserver.com/presentation/webcast.asp. They cannot move to other slides found at this URL, unless the file names are known. Please ensure that the HTTP server does not show the directory listing."
+#. iO%7
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_idN106D6\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_CHKCOMPANYRECEIVER\">Specifies that your own address is already imprinted in small size above the area of the recipient's address. %PRODUCTNAME does not print an address in small size.</ahelp>"
msgstr ""
-#: 01110200.xhp#hd_id3153732.52.help.text
-msgid "WebCast over Perl"
+#. 9*kO
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_idN106D9\n"
+"help.text"
+msgid "Footer"
msgstr ""
-#: 01110200.xhp#hd_id3152999.53.help.text
-msgctxt "01110200.xhp#hd_id3152999.53.help.text"
-msgid "Exporting"
+#. J0s6
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_idN106DD\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_CHKPAPERFOOTER\">Specifies that a footer area is already printed on your letterhead paper. %PRODUCTNAME does not print a footer.</ahelp>"
msgstr ""
-#: 01110200.xhp#par_id3146972.54.help.text
-msgid "To export, in a $[officename] Impress document choose <emph>File - Export</emph>. This opens the <emph>Export</emph> dialog, in which you select <emph>HTML Document</emph> as the file type. After selecting a folder and entering a file name, click <emph>Save</emph>. This opens the <emph>HTML Export Wizard</emph>. This will write some files to the folder you have just selected."
+#. 2Z:}
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_idN106E0\n"
+"help.text"
+msgid "Height"
msgstr ""
-#: 01110200.xhp#par_id3156362.55.help.text
-msgid "The entered file name will be used by the presenter to switch through the slides. Please select an empty directory."
+#. GsTX
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_idN106E4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_NUMFOOTERHEIGHT\">Enter the height of the footer area that is already imprinted on your letterhead paper. %PRODUCTNAME does not print in that area.</ahelp>"
msgstr ""
-#: 01110200.xhp#par_id3148432.56.help.text
-msgid "In the second page of the HTML Export, select <emph>WebCast</emph> as the publication type."
+#. ofm~
+#: 01010200.xhp
+#, fuzzy
+msgctxt ""
+"01010200.xhp\n"
+"par_id3153367\n"
+"47\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01010300.xhp\" name=\"Go to Letter Wizard - Printed items\">Go to Letter Wizard - Printed items</link>"
+msgstr "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Go to Fax Wizard - Footer\">ფაქსის ოსტატზე გადასვლა - ქვედა კოლონტიტული</link>"
+
+#. ?\|m
+#: 01090220.xhp
+msgctxt ""
+"01090220.xhp\n"
+"tit\n"
+"help.text"
+msgid "Form Wizard - Get Joined Fields"
msgstr ""
-#: 01110200.xhp#par_id3149018.57.help.text
-msgid "In the option area for WebCast, select <emph>Perl</emph>."
+#. :6j0
+#: 01090220.xhp
+msgctxt ""
+"01090220.xhp\n"
+"par_idN10543\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01090220.xhp\">Form Wizard - Get Joined Fields</link>"
msgstr ""
-#: 01110200.xhp#par_id3154509.58.help.text
-msgid "In the <emph>URL for listeners</emph> text box, enter the file name of the HTML document that will be used by the audience. In <emph>URL for presentation</emph>, enter the URL of the directory that will be used for the presentation and, in <emph>URL for Perl scripts</emph>, enter the URL for the CGI script directory. You can now define further settings on the following pages of the Wizard or start the export process by clicking the <emph>Create</emph> button."
+#. vGRP
+#: 01090220.xhp
+msgctxt ""
+"01090220.xhp\n"
+"par_idN10553\n"
+"help.text"
+msgid "If you chose in step 2 to set up a subform based on manual selection of fields, you can select the joined fields on this wizard page."
msgstr ""
-#: 01110200.xhp#hd_id3148996.59.help.text
-msgid "Using Perl WebCast"
+#. 0C\K
+#: 01090220.xhp
+msgctxt ""
+"01090220.xhp\n"
+"par_idN10556\n"
+"help.text"
+msgid "First joined subform field"
msgstr ""
-#: 01110200.xhp#par_id3159268.60.help.text
-msgid "The files that have been created during the export must now be set up in the Perl enabled HTTP server. This cannot be done automatically because of the variety of different HTTP servers having Perl support. The steps to follow will be described next. Please refer to your server manual or ask your network administrator how to apply these steps on your server."
+#. \kxx
+#: 01090220.xhp
+msgctxt ""
+"01090220.xhp\n"
+"par_idN105B4\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the subform field that is joined to the main form field, which you select in the list box next to this list box.</ahelp>"
msgstr ""
-#: 01110200.xhp#par_id3147340.61.help.text
-msgid "You should first move the files that have been created during the export into the correct directory on the HTTP server."
+#. diWU
+#: 01090220.xhp
+msgctxt ""
+"01090220.xhp\n"
+"par_idN105B9\n"
+"help.text"
+msgid "First joined main form field"
msgstr ""
-#: 01110200.xhp#par_id3155936.62.help.text
-msgid "Move all files having the htm, jpg and gif extensions into the directory on your HTTP server that has been referred to in the text box <emph>URL for presentation</emph>."
+#. 1URM
+#: 01090220.xhp
+msgctxt ""
+"01090220.xhp\n"
+"par_idN105BF\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the main form field that is joined to the subform field, which you select in the list box next to this list box.</ahelp>"
msgstr ""
-#: 01110200.xhp#par_id3151014.63.help.text
-msgid "All files having the pl and txt extensions have to be moved into the directory on your HTTP server that has been referred to in the <emph>URL for Perl scripts</emph> text box. This directory has to be configured in a way that the Perl scripts contained there can also be run by an HTTP request."
+#. %NSF
+#: 01090220.xhp
+msgctxt ""
+"01090220.xhp\n"
+"par_idN105CE\n"
+"help.text"
+msgid "Second joined subform field"
msgstr ""
-#: 01110200.xhp#par_id3151250.64.help.text
-msgid "On UNIX systems grant the files with the pl extension the rights to be executable by the HTTP server. Normally, this is done with the chmod command. The rights of the currpic.txt file must be set to be writable by the HTTP server."
+#. RIh8
+#: 01090220.xhp
+msgctxt ""
+"01090220.xhp\n"
+"par_idN105D2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the subform field that is joined to the main form field, which you select in the list box next to this list box.</ahelp>"
msgstr ""
-#: 01110200.xhp#par_id3153534.65.help.text
-msgid "Now you should be able to use WebCast."
+#. JN3{
+#: 01090220.xhp
+msgctxt ""
+"01090220.xhp\n"
+"par_idN105D5\n"
+"help.text"
+msgid "Second joined main form field"
msgstr ""
-#: 01110200.xhp#par_id3156711.66.help.text
-msgctxt "01110200.xhp#par_id3156711.66.help.text"
-msgid "<emph>Example</emph>:"
+#. ^(gR
+#: 01090220.xhp
+msgctxt ""
+"01090220.xhp\n"
+"par_idN105D9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the main form field that is joined to the subform field, which you select in the list box next to this list box.</ahelp>"
msgstr ""
-#: 01110200.xhp#par_id3147313.67.help.text
-msgid "In this example, you have a Linux computer with an HTTP server. The URL of your HTTP server is http://myserver.com and the output directory of your HTML documents is the //user/local/http/ directory. Your Perl scripts are contained in the //user/local/http/cgi-bin/ directory. Enter secret.htm as an export file name and presentation.htm as <emph>URL for listeners</emph>. In the <emph>URL for presentation</emph> text box enter http://myserver.com/presentation/ and for the <emph>URL for Perl scripts</emph> enter http://myserver.com/cgi-bin/."
+#. gkeH
+#: 01090220.xhp
+msgctxt ""
+"01090220.xhp\n"
+"par_idN105DC\n"
+"help.text"
+msgid "Third joined subform field"
msgstr ""
-#: 01110200.xhp#par_id3145792.68.help.text
-msgid "Now, copy all *.htm, *.jpg and *.gif files from the directories that were specified during the export into the //user/local/http/presentation/ directory on your HTTP Server and copy all files with the *.pl and *.txt extensions into the //user/local/http/cgi-bin/ directory."
+#. Bq{q
+#: 01090220.xhp
+msgctxt ""
+"01090220.xhp\n"
+"par_idN105E0\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the subform field that is joined to the main form field, which you select in the list box next to this list box.</ahelp>"
msgstr ""
-#: 01110200.xhp#par_id3153920.69.help.text
-msgid "Login on your server as root and switch to the //user/local/http/cgi-bin/ directory. You can define the corresponding rights using the chmod command."
+#. /6.d
+#: 01090220.xhp
+msgctxt ""
+"01090220.xhp\n"
+"par_idN105E3\n"
+"help.text"
+msgid "Third joined main form field"
msgstr ""
-#: 01110200.xhp#par_id3148479.70.help.text
-msgid "Once you have finished installing the Perl files, the presenter will be able to give the presentation. The listeners can view this presentation under the URL http://myserver.com/presentation/presentation.htm."
+#. fOgE
+#: 01090220.xhp
+msgctxt ""
+"01090220.xhp\n"
+"par_idN105E7\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the main form field that is joined to the subform field, which you select in the list box next to this list box.</ahelp>"
msgstr ""
-#: webwizard03.xhp#tit.help.text
-msgid "Web Wizard - Main Layout"
-msgstr "ვების ოსტატი - მთავარი განლაგება"
+#. Hij4
+#: 01090220.xhp
+msgctxt ""
+"01090220.xhp\n"
+"par_idN105EA\n"
+"help.text"
+msgid "Fourth joined subform field"
+msgstr ""
-#: webwizard03.xhp#par_idN10544.help.text
-msgid "<link href=\"text/shared/autopi/webwizard03.xhp\">Web Wizard - Main Layout</link>"
-msgstr "<link href=\"text/shared/autopi/webwizard03.xhp\">ვების ოსტატი - მთავარი განლაგება</link>"
+#. 4Ysa
+#: 01090220.xhp
+msgctxt ""
+"01090220.xhp\n"
+"par_idN105EE\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the subform field that is joined to the main form field, which you select in the list box next to this list box.</ahelp>"
+msgstr ""
-#: webwizard03.xhp#par_idN10554.help.text
-msgid "Select the formatting template that you want to use for the layout of the index page of your site. The template defines the text formatting and the position of elements on the page. Some of the available layouts use frames."
+#. m\A/
+#: 01090220.xhp
+msgctxt ""
+"01090220.xhp\n"
+"par_idN105F1\n"
+"help.text"
+msgid "Fourth joined main form field"
msgstr ""
-#: webwizard03.xhp#par_idN10557.help.text
-msgid "Layouts"
-msgstr "განლაგებები"
+#. WSC\
+#: 01090220.xhp
+msgctxt ""
+"01090220.xhp\n"
+"par_idN105F5\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the main form field that is joined to the subform field, which you select in the list box next to this list box.</ahelp>"
+msgstr ""
-#: webwizard03.xhp#par_idN1055B.help.text
-msgid "<ahelp hid=\"34220\">Select the layout for the index page.</ahelp>"
+#. i6X@
+#: 01090220.xhp
+#, fuzzy
+msgctxt ""
+"01090220.xhp\n"
+"par_idN105F8\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01090300.xhp\" name=\"Form Wizard - Arrange controls\">Form Wizard - Arrange controls</link>"
+msgstr "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Fax Wizard - Footer\">ფაქსის ოსტატი - ქვედა კოლონტიტული</link>"
+
+#. 1WM#
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Document Converter"
msgstr ""
-#: webwizard03.xhp#par_idN1055E.help.text
-msgid "<link href=\"text/shared/autopi/webwizard04.xhp\">Web Wizard - Layout details</link>"
-msgstr "<link href=\"text/shared/autopi/webwizard04.xhp\">ვების ოსტატი - განლაგების დეტალები</link>"
+#. kHzo
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"hd_id3149798\n"
+"9\n"
+"help.text"
+msgid "Document Converter"
+msgstr ""
-#: 01090300.xhp#tit.help.text
-msgid "Form Wizard - Arrange Controls"
+#. `-h?
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id3149346\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"ms\"><ahelp hid=\".\">Copies and converts documents into the OpenDocument XML format used by $[officename].</ahelp></variable>"
msgstr ""
-#: 01090300.xhp#hd_id3163829.1.help.text
-msgid "<link href=\"text/shared/autopi/01090300.xhp\" name=\"Form Wizard - Arrange Controls\">Form Wizard - Arrange Controls</link>"
+#. Dt3y
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id3150775\n"
+"3\n"
+"help.text"
+msgid "The wizard converts binary documents and templates from older versions, as well as documents from Microsoft Word, Excel and PowerPoint. The source files are only read, not edited. New target files are written with the new file name extension in the same or a new folder."
msgstr ""
-#: 01090300.xhp#par_id3153539.2.help.text
-msgid "On this page of the Wizard, you can select the layout of the created form. "
+#. FI!Z
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id3156410\n"
+"4\n"
+"help.text"
+msgid "The Document Converter Wizard contains the following pages:"
msgstr ""
-#: 01090300.xhp#hd_id3150791.27.help.text
-msgid "Label placement"
+#. 7^,m
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"hd_id3154318\n"
+"7\n"
+"help.text"
+msgid "Document Converter Summary"
msgstr ""
-#: 01090300.xhp#hd_id3153379.28.help.text
-msgid "Align left"
-msgstr "სწორება მარცხნივ"
+#. l*l`
+#: 01130000.xhp
+msgctxt ""
+"01130000.xhp\n"
+"par_id3145313\n"
+"8\n"
+"help.text"
+msgid "Displays a summary which shows what will be converted when you click <emph>Convert</emph>."
+msgstr ""
-#: 01090300.xhp#par_id3151210.29.help.text
-msgid "<ahelp hid=\"HID_DLGFORM_CMDALIGNLEFT\">The labels are left-aligned.</ahelp>"
+#. l*Z1
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Agenda Wizard - Headings to include"
msgstr ""
-#: 01090300.xhp#hd_id3149169.30.help.text
-msgid "Align right"
-msgstr "სწორება მარჯვნივ"
+#. h`7/
+#: 01040300.xhp
+#, fuzzy
+msgctxt ""
+"01040300.xhp\n"
+"hd_id3109850\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01040300.xhp\" name=\"Agenda Wizard - Headings to include\">Agenda Wizard - Headings to include</link>"
+msgstr "<link href=\"text/shared/autopi/01020200.xhp\" name=\"Fax Wizard - Items to include\">ფაქსის ოსტატი - დასართავი ელემენტები</link>"
-#: 01090300.xhp#par_id3148672.31.help.text
-msgid "<ahelp hid=\"HID_DLGFORM_CMDALIGNRIGHT\">The labels are right-aligned.</ahelp>"
+#. @T.i
+#: 01040300.xhp
+#, fuzzy
+msgctxt ""
+"01040300.xhp\n"
+"par_id3157898\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AGENDA_PAGE3\">Specifies the headings that you want to include in the agenda.</ahelp>"
+msgstr "<ahelp hid=\"HID_AGENDA_PAGE1\">განსაზღვრავს გვერდის დიზაინს განრიგისათვის.</ahelp>"
+
+#. /$|)
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"par_idN105DA\n"
+"help.text"
+msgid "Type of meeting"
+msgstr "შეხვედრის ტიპი"
+
+#. Ztsk
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"par_idN105DE\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies whether to print the type of meeting line.</ahelp>"
msgstr ""
-#: 01090300.xhp#hd_id3153682.3.help.text
-msgid "Arrangement of the main form"
+#. thxA
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"par_idN105E1\n"
+"help.text"
+msgid "Please read"
msgstr ""
-#: 01090300.xhp#hd_id3155892.4.help.text
-msgctxt "01090300.xhp#hd_id3155892.4.help.text"
-msgid "Columnar - Labels Left"
+#. Fe+#
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"par_idN105E5\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies whether to print a Please read line.</ahelp>"
msgstr ""
-#: 01090300.xhp#par_id3149388.10.help.text
-msgid "<ahelp hid=\"HID_DLGFORM_CMDLEFTLABELED\">Aligns the database fields column-wise with the labels to the left of the fields.</ahelp>"
+#. 49.X
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"par_idN105E8\n"
+"help.text"
+msgid "Please bring"
msgstr ""
-#: 01090300.xhp#hd_id3145345.5.help.text
-msgctxt "01090300.xhp#hd_id3145345.5.help.text"
-msgid "Columnar - Labels on Top"
+#. j9-4
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"par_idN105EC\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies whether to print a Please bring line.</ahelp>"
msgstr ""
-#: 01090300.xhp#par_id3150355.11.help.text
-msgid "<ahelp hid=\"HID_DLGFORM_CMDTOPLABELED\">Aligns the database fields column-wise with the labels above the field.</ahelp>"
+#. .,p7
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"par_idN105EF\n"
+"help.text"
+msgid "Notes"
+msgstr "შენიშვნები"
+
+#. Ivc!
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"par_idN105F3\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies whether to print a Notes line.</ahelp>"
msgstr ""
-#: 01090300.xhp#hd_id3147209.16.help.text
-msgctxt "01090300.xhp#hd_id3147209.16.help.text"
-msgid "As Data Sheet"
+#. LTn]
+#: 01040300.xhp
+#, fuzzy
+msgctxt ""
+"01040300.xhp\n"
+"par_id3163802\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01040400.xhp\" name=\"Go to Agenda Wizard - Names\">Go to Agenda Wizard - Names</link>"
+msgstr "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Go to Fax Wizard - Footer\">ფაქსის ოსტატზე გადასვლა - ქვედა კოლონტიტული</link>"
+
+#. 5;mD
+#: 01170500.xhp
+msgctxt ""
+"01170500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Field Assignment"
msgstr ""
-#: 01090300.xhp#par_id3153824.17.help.text
-msgid "<ahelp hid=\"HID_DLGFORM_CMDTABLESTYLE\">Aligns the database fields in a tabular form.</ahelp>"
+#. RdyS
+#: 01170500.xhp
+msgctxt ""
+"01170500.xhp\n"
+"hd_id3147588\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01170500.xhp\" name=\"Field Assignment\">Field Assignment</link>"
msgstr ""
-#: 01090300.xhp#hd_id3154897.8.help.text
-msgctxt "01090300.xhp#hd_id3154897.8.help.text"
-msgid "In Blocks - Labels Above"
+#. $#m=
+#: 01170500.xhp
+msgctxt ""
+"01170500.xhp\n"
+"par_id3143284\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"\">Opens a dialog that allows you to specify the field assignment.</ahelp>"
msgstr ""
-#: 01090300.xhp#par_id3155421.14.help.text
-msgid "<ahelp hid=\"HID_DLGFORM_CMDTOPJUSTIFIED\">Arranges the labels above the corresponding data.</ahelp>"
+#. apvA
+#: 01170500.xhp
+msgctxt ""
+"01170500.xhp\n"
+"hd_id3152372\n"
+"3\n"
+"help.text"
+msgid "Field Assignment"
msgstr ""
-#: 01090300.xhp#par_idN106C9.help.text
-msgid "Arrangement of the subform"
+#. pQ,c
+#: 01170500.xhp
+msgctxt ""
+"01170500.xhp\n"
+"par_id3149549\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"extensions:PushButton:RID_PAGE_FIELDMAPPING:PB_INVOKE_FIELDS_DIALOG\">Opens the <link href=\"text/shared/01/01110101.xhp\" name=\"Templates: Address Book Assignment\">Templates: Address Book Assignment</link> dialog.</ahelp>"
msgstr ""
-#: 01090300.xhp#par_idN106D5.help.text
-msgctxt "01090300.xhp#par_idN106D5.help.text"
-msgid "Columnar - Labels Left"
+#. 4f(e
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fax Wizard - Page Design"
+msgstr "განრიგის ოსტატი - გვერდის დიზაინი"
+
+#. :MBX
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3109850\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01020100.xhp\" name=\"Fax Wizard - Page Design\">Fax Wizard - Page Design</link>"
+msgstr "<link href=\"text/shared/autopi/01020100.xhp\" name=\"Fax Wizard - Page Design\">ფაქსის ოსტატი - გვერდის დიზაინი</link>"
+
+#. %BT[
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3156027\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FAX_PAGE1\">Defines the style of your fax document.</ahelp>"
+msgstr "<ahelp hid=\"HID_FAX_PAGE1\">განსაზღვრავს ფაქსის სტილს.</ahelp>"
+
+#. dP_f
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_idN105D7\n"
+"help.text"
+msgid "Business Fax"
+msgstr "ბიზნეს ფაქსი"
+
+#. ZcE?
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_idN105DB\n"
+"help.text"
+msgid "<ahelp hid=\".\">Creates a fax template for a business-style fax.</ahelp>"
+msgstr "<ahelp hid=\".\">ქმნის შაბლონს ბიზნეს-სტილის ფაქსისთვის.</ahelp>"
+
+#. Abd3
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_idN105DE\n"
+"help.text"
+msgid "Style"
msgstr ""
-#: 01090300.xhp#par_idN106D9.help.text
-msgid "<ahelp hid=\".\">Aligns the database fields column-wise with the labels to the left of the fields.</ahelp>"
+#. Ve%O
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_idN105E2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the predefined style.</ahelp>"
msgstr ""
-#: 01090300.xhp#par_idN106DC.help.text
-msgctxt "01090300.xhp#par_idN106DC.help.text"
-msgid "Columnar - Labels on Top"
+#. @{K`
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_idN105E5\n"
+"help.text"
+msgid "Private Fax"
+msgstr "პირადი ფაქსი"
+
+#. LmzN
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_idN105E9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Creates a fax template for a private fax.</ahelp>"
+msgstr "<ahelp hid=\".\">შექმენი ფაქსის შაბლონი პირადი ფაქსისთვის.</ahelp>"
+
+#. 5k9O
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_idN105EC\n"
+"help.text"
+msgid "Style"
msgstr ""
-#: 01090300.xhp#par_idN106E0.help.text
-msgid "<ahelp hid=\".\">Aligns the database fields column-wise with the labels above the field.</ahelp>"
+#. [*Xj
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_idN105F0\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the predefined style.</ahelp>"
msgstr ""
-#: 01090300.xhp#par_idN106E3.help.text
-msgctxt "01090300.xhp#par_idN106E3.help.text"
-msgid "As Data Sheet"
+#. P.yG
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3156002\n"
+"15\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01020200.xhp\" name=\"Go to Fax Wizard - Items to include\">Go to Fax Wizard - Items to include</link>"
+msgstr "<link href=\"text/shared/autopi/01020200.xhp\" name=\"Go to Fax Wizard - Items to include\">ფაქსის ოსტატზე გადასვლა - დასართავი ელემენტები</link>"
+
+#. b7R;
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Agenda Wizard - Names"
+msgstr "განრიგის ოსტატი - სახელები"
+
+#. c^di
+#: 01040400.xhp
+#, fuzzy
+msgctxt ""
+"01040400.xhp\n"
+"hd_id3143284\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01040400.xhp\" name=\"Agenda Wizard - Names\">Agenda Wizard - Names</link>"
+msgstr "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Fax Wizard - Footer\">ფაქსის ოსტატი - ქვედა კოლონტიტული</link>"
+
+#. p2j+
+#: 01040400.xhp
+#, fuzzy
+msgctxt ""
+"01040400.xhp\n"
+"par_id3152363\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AGENDA_PAGE4\">Specifies the names to be printed on the agenda.</ahelp>"
+msgstr "<ahelp hid=\"HID_AGENDA_PAGE1\">განსაზღვრავს გვერდის დიზაინს განრიგისათვის.</ahelp>"
+
+#. @)Ql
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"par_idN105DA\n"
+"help.text"
+msgid "Meeting called by"
msgstr ""
-#: 01090300.xhp#par_idN106E7.help.text
-msgid "<ahelp hid=\".\">Aligns the database fields in a tabular form.</ahelp>"
+#. 1C2Y
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"par_idN105DE\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies whether to print a line where you can enter the person who called the meeting.</ahelp>"
msgstr ""
-#: 01090300.xhp#par_idN106EA.help.text
-msgctxt "01090300.xhp#par_idN106EA.help.text"
-msgid "In Blocks - Labels Above"
+#. 2AVc
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"par_idN105E1\n"
+"help.text"
+msgid "Chairperson"
msgstr ""
-#: 01090300.xhp#par_idN106EE.help.text
-msgid "<ahelp hid=\".\">Arranges the labels above the corresponding data.</ahelp>"
+#. f]/l
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"par_idN105E5\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies whether to print a line where you can enter the chairperson.</ahelp>"
+msgstr ""
+
+#. Jk.w
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"par_idN105E8\n"
+"help.text"
+msgid "Minute keeper"
+msgstr ""
+
+#. ;Zjt
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"par_idN105EC\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies whether to print a line where you can enter the minute keeper.</ahelp>"
+msgstr ""
+
+#. w4`R
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"par_idN105EF\n"
+"help.text"
+msgid "Moderator"
+msgstr ""
+
+#. o+{F
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"par_idN105F3\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies whether to print a line where you can enter the moderator.</ahelp>"
+msgstr ""
+
+#. b4E`
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"par_idN105F6\n"
+"help.text"
+msgid "Attendees"
+msgstr ""
+
+#. 5D4+
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"par_idN105FA\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies whether to print a line where you can enter the attendees.</ahelp>"
+msgstr ""
+
+#. _yGH
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"par_idN105FD\n"
+"help.text"
+msgid "Observers"
+msgstr ""
+
+#. FH85
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"par_idN10601\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies whether to print a line where you can enter the observers.</ahelp>"
msgstr ""
-#: 01090300.xhp#par_idN106F3.help.text
+#. g)(6
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"par_idN10604\n"
+"help.text"
+msgid "Facility personnel"
+msgstr ""
+
+#. bhQZ
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"par_idN10608\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies whether to print a line where you can enter the facility personnel.</ahelp>"
+msgstr ""
+
+#. q;b:
+#: 01040400.xhp
#, fuzzy
-msgid "<link href=\"text/shared/autopi/01090400.xhp\" name=\"Form Wizard - Set data entry\">Form Wizard - Set data entry</link>"
-msgstr "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Fax Wizard - Footer\">ფაქსის ოსტატი - ქვედა კოლონტიტული</link>"
+msgctxt ""
+"01040400.xhp\n"
+"par_id3150275\n"
+"9\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01040500.xhp\" name=\"Go to Agenda Wizard - Agenda Items\">Go to Agenda Wizard - Agenda Items</link>"
+msgstr "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Go to Fax Wizard - Footer\">ფაქსის ოსტატზე გადასვლა - ქვედა კოლონტიტული</link>"
-#: 01040100.xhp#tit.help.text
+#. _2tG
+#: 01040100.xhp
+msgctxt ""
+"01040100.xhp\n"
+"tit\n"
+"help.text"
msgid "Agenda Wizard - Page Design"
msgstr "განრიგის ოსტატი - გვერდის დიზაინი"
-#: 01040100.xhp#hd_id3151100.1.help.text
+#. $p6{
+#: 01040100.xhp
#, fuzzy
+msgctxt ""
+"01040100.xhp\n"
+"hd_id3151100\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/shared/autopi/01040100.xhp\" name=\"Agenda Wizard - Page Design\">Agenda Wizard - Page Design</link>"
msgstr "<link href=\"text/shared/autopi/01020100.xhp\" name=\"Fax Wizard - Page Design\">ფაქსის ოსტატი - გვერდის დიზაინი</link>"
-#: 01040100.xhp#par_id3152594.2.help.text
+#. IvQX
+#: 01040100.xhp
+msgctxt ""
+"01040100.xhp\n"
+"par_id3152594\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\"HID_AGENDA_PAGE1\">Specifies a page design for the agenda.</ahelp>"
msgstr "<ahelp hid=\"HID_AGENDA_PAGE1\">განსაზღვრავს გვერდის დიზაინს განრიგისათვის.</ahelp>"
-#: 01040100.xhp#par_idN105D7.help.text
-msgctxt "01040100.xhp#par_idN105D7.help.text"
+#. SP:-
+#: 01040100.xhp
+msgctxt ""
+"01040100.xhp\n"
+"par_idN105D7\n"
+"help.text"
msgid "Page design"
msgstr ""
-#: 01040100.xhp#par_idN105DB.help.text
+#. 8L(0
+#: 01040100.xhp
+msgctxt ""
+"01040100.xhp\n"
+"par_idN105DB\n"
+"help.text"
msgid "<ahelp hid=\".\">Select the page design from the list box.</ahelp>"
msgstr ""
-#: 01040100.xhp#par_idN105DE.help.text
+#. H#_F
+#: 01040100.xhp
+msgctxt ""
+"01040100.xhp\n"
+"par_idN105DE\n"
+"help.text"
msgid "Include form for recording minutes"
msgstr ""
-#: 01040100.xhp#par_idN105E2.help.text
+#. 4gMO
+#: 01040100.xhp
+msgctxt ""
+"01040100.xhp\n"
+"par_idN105E2\n"
+"help.text"
msgid "<ahelp hid=\".\">Prints out a page on which you can write down the minutes during the meeting.</ahelp>"
msgstr ""
-#: 01040100.xhp#par_id3153087.23.help.text
+#. gn1P
+#: 01040100.xhp
+#, fuzzy
+msgctxt ""
+"01040100.xhp\n"
+"par_id3153087\n"
+"23\n"
+"help.text"
msgid "<link href=\"text/shared/autopi/01040200.xhp\" name=\"Go to Agenda Wizard - General information\">Go to Agenda Wizard - General information</link>"
+msgstr "<link href=\"text/shared/autopi/01020500.xhp\" name=\"Go to Fax Wizard - Name and location\">ფაქსის ოსტატზე გადასვლა - სახელი და მდებარეობა</link>"
+
+#. BEiy
+#: 01100100.xhp
+msgctxt ""
+"01100100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Report Wizard - Field Selection"
msgstr ""
-#: webwizard07fc.xhp#tit.help.text
-msgctxt "webwizard07fc.xhp#tit.help.text"
-msgid "FTP Connection"
+#. (Tsp
+#: 01100100.xhp
+#, fuzzy
+msgctxt ""
+"01100100.xhp\n"
+"hd_id3155599\n"
+"19\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01100100.xhp\" name=\"Report Wizard - Field Selection\">Report Wizard - Field Selection</link>"
+msgstr "<link href=\"text/shared/autopi/01020500.xhp\" name=\"Fax Wizard - Name and location\">ფაქსის ოსტატი - სახელი და მდებარეობა</link>"
+
+#. eZm:
+#: 01100100.xhp
+msgctxt ""
+"01100100.xhp\n"
+"par_id3150476\n"
+"1\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the table or query for which you are creating the report, and which fields you wish to include in the report.</ahelp>"
msgstr ""
-#: webwizard07fc.xhp#par_idN10543.help.text
-msgctxt "webwizard07fc.xhp#par_idN10543.help.text"
-msgid "FTP Connection"
+#. qU`z
+#: 01100100.xhp
+msgctxt ""
+"01100100.xhp\n"
+"hd_id3156136\n"
+"4\n"
+"help.text"
+msgid "Tables or queries"
msgstr ""
-#: webwizard07fc.xhp#par_idN10547.help.text
-msgid "<ahelp hid=\"41040\">Edit and test the FTP server connection settings for the <link href=\"text/shared/autopi/webwizard07.xhp\">Web Wizard</link>.</ahelp>"
+#. `HVa
+#: 01100100.xhp
+msgctxt ""
+"01100100.xhp\n"
+"par_id3147043\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGREPORT_1_LBTABLES\">Select the table or query for which the report is to be created.</ahelp>"
msgstr ""
-#: webwizard07fc.xhp#par_idN10558.help.text
-msgid "Server name or IP address"
-msgstr "სერვერის სახელი ან IP მისამართი"
+#. Z@Is
+#: 01100100.xhp
+msgctxt ""
+"01100100.xhp\n"
+"hd_id3147008\n"
+"6\n"
+"help.text"
+msgid "Available fields"
+msgstr ""
-#: webwizard07fc.xhp#par_idN1055C.help.text
-msgid "<ahelp hid=\"41041\">Enter the name or IP address of the FTP server.</ahelp>"
-msgstr "<ahelp hid=\"41041\">შეიყვანეთ FTP სერვერის სახელი ან IP მისამართი.</ahelp>"
+#. ?6m#
+#: 01100100.xhp
+msgctxt ""
+"01100100.xhp\n"
+"par_id3155338\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGREPORT_1_FIELDSAVAILABLE\">Displays the names of the data base fields in the selected table or query.</ahelp> Click to select a field or press the Shift or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while clicking to select multiple fields."
+msgstr ""
-#: webwizard07fc.xhp#par_idN10571.help.text
-msgid "Username"
-msgstr "მომხმარებელი"
+#. aJOG
+#: 01100100.xhp
+msgctxt ""
+"01100100.xhp\n"
+"hd_id3153031\n"
+"8\n"
+"help.text"
+msgid "Fields in report"
+msgstr ""
-#: webwizard07fc.xhp#par_idN10575.help.text
-msgid "<ahelp hid=\"41042\">Enter the user name that is required to access the FTP server.</ahelp>"
-msgstr "<ahelp hid=\"41042\">შეიყვანეთ FTP სერვერთან დასაკავშირებელი მომხმარებლის სახელი.</ahelp>"
+#. sk=!
+#: 01100100.xhp
+msgctxt ""
+"01100100.xhp\n"
+"par_id3147275\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGREPORT_1_FIELDSSELECTED\">Displays all fields that are included in the new report.</ahelp>"
+msgstr ""
-#: webwizard07fc.xhp#par_idN10578.help.text
-msgid "Password"
-msgstr "პაროლი"
+#. AeGG
+#: 01100100.xhp
+msgctxt ""
+"01100100.xhp\n"
+"hd_id3147209\n"
+"10\n"
+"help.text"
+msgid ">"
+msgstr ""
-#: webwizard07fc.xhp#par_idN1057C.help.text
-#, fuzzy
-msgid "<ahelp hid=\"41043\">Enter the password that is required to access the FTP server.</ahelp>"
-msgstr "<ahelp hid=\"41042\">შეიყვანეთ FTP სერვერთან დასაკავშირებელი მომხმარებლის სახელი.</ahelp>"
+#. ]HaV
+#: 01100100.xhp
+msgctxt ""
+"01100100.xhp\n"
+"par_id3152350\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGREPORT_1_CMDMOVESELECTED\">Click to move the selected field(s) to the box that the arrow is pointing to.</ahelp>"
+msgstr ""
-#: webwizard07fc.xhp#par_idN1057F.help.text
-msgid "Test"
-msgstr "ტესტი"
+#. 1[t|
+#: 01100100.xhp
+msgctxt ""
+"01100100.xhp\n"
+"hd_id3159269\n"
+"12\n"
+"help.text"
+msgid ">>"
+msgstr ""
-#: webwizard07fc.xhp#par_idN10583.help.text
-msgid "<ahelp hid=\"41044\">Tests the FTP connection with the current settings.</ahelp>"
-msgstr "<ahelp hid=\"41044\">ამოწმებს FTP კავშირს მიმდინარე პარამეტრებით.</ahelp>"
+#. kdX|
+#: 01100100.xhp
+msgctxt ""
+"01100100.xhp\n"
+"par_id3149784\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGREPORT_1_CMDMOVEALL\">Click to move all fields to the box that the arrow is pointing to.</ahelp>"
+msgstr ""
-#: webwizard07fc.xhp#par_idN10586.help.text
-msgid "Choose a remote directory"
-msgstr "აირჩიეთ მოშორებული დირექტორია"
+#. UZfW
+#: 01100100.xhp
+msgctxt ""
+"01100100.xhp\n"
+"hd_id3153146\n"
+"14\n"
+"help.text"
+msgid "<"
+msgstr ""
-#: webwizard07fc.xhp#par_idN1058A.help.text
-msgid "<ahelp hid=\"41045\">Enter the location of a directory on the FTP server where you want to store your files.</ahelp>"
+#. Cvfs
+#: 01100100.xhp
+msgctxt ""
+"01100100.xhp\n"
+"par_id3150275\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGREPORT_1_CMDREMOVESELECTED\">Click to move the selected field(s) to the box that the arrow is pointing to.</ahelp>"
msgstr ""
-#: webwizard07fc.xhp#par_idN1058D.help.text
-msgctxt "webwizard07fc.xhp#par_idN1058D.help.text"
-msgid "..."
+#. *W%J
+#: 01100100.xhp
+msgctxt ""
+"01100100.xhp\n"
+"hd_id3149233\n"
+"16\n"
+"help.text"
+msgid "<<"
msgstr ""
-#: webwizard07fc.xhp#par_idN10591.help.text
-msgid "<ahelp hid=\"41046\">Opens a dialog where you can specify the FTP server directory to store the files.</ahelp>"
+#. /3R+
+#: 01100100.xhp
+msgctxt ""
+"01100100.xhp\n"
+"par_id3150084\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGREPORT_1_CMDREMOVEALL\">Click to move all fields to the box that the arrow is pointing to.</ahelp>"
msgstr ""
-#: 01010200.xhp#tit.help.text
-msgid "Letter Wizard - Letterhead layout"
+#. z+Xb
+#: 01100100.xhp
+msgctxt ""
+"01100100.xhp\n"
+"par_id3145609\n"
+"18\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01100150.xhp\" name=\"More about Report Wizard - Labeling Fields\">More about Report Wizard - Labeling Fields</link>"
msgstr ""
-#: 01010200.xhp#hd_id3155354.1.help.text
-msgid "<link href=\"text/shared/autopi/01010200.xhp\" name=\"Letter Wizard - Letterhead layout\">Letter Wizard - Letterhead layout</link>"
+#. fIel
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Letter Wizard - Page design"
msgstr ""
-#: 01010200.xhp#par_id3146856.2.help.text
-msgid "<ahelp hid=\"HID_LETTER_PAGE2\">Allows you to specify the elements that are already imprinted on your letterhead paper.</ahelp> Those elements are not printed, and the space they occupy is left blank by the printer."
+#. 2|bY
+#: 01010100.xhp
+#, fuzzy
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3147102\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01010100.xhp\" name=\"Letter Wizard - Page design\">Letter Wizard - Page design</link>"
+msgstr "<link href=\"text/shared/autopi/01020100.xhp\" name=\"Fax Wizard - Page Design\">ფაქსის ოსტატი - გვერდის დიზაინი</link>"
+
+#. qs)6
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3147226\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LETTER_PAGE1\">Specifies whether you want to create a personal or a business letter.</ahelp> The available options on the following pages vary depending on your choice."
msgstr ""
-#: 01010200.xhp#hd_id3156211.3.help.text
-msgid "Specify items already on your letterhead paper"
+#. EU]x
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3149183\n"
+"3\n"
+"help.text"
+msgid "Please choose the type of letter and page design"
+msgstr "გთხოვთ აირჩიოთ წერილის ტიპი და გვერდის დიზაინი"
+
+#. B8!~
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3145346\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify whether you want to create a business or personal letter template.</ahelp>"
msgstr ""
-#: 01010200.xhp#hd_id3149549.4.help.text
-msgctxt "01010200.xhp#hd_id3149549.4.help.text"
-msgid "Logo"
+#. Dr1D
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3155941\n"
+"5\n"
+"help.text"
+msgid "Business letter"
+msgstr "ბიზნეს წერილი"
+
+#. zD!4
+#: 01010100.xhp
+#, fuzzy
+msgctxt ""
+"01010100.xhp\n"
+"par_id3153681\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_OPTBUSINESSLETTER\">Specifies that you want to create a business letter template.</ahelp>"
+msgstr "<ahelp hid=\"HID_LTRWIZ_OPTPRIVATELETTER\">განსაზღვრავს, რომ თქვენ გინდათ შექმნათ პირადი წერილი.</ahelp>"
+
+#. NsM|
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_idN10616\n"
+"help.text"
+msgid "Formal personal letter"
+msgstr "ოფიციალური პირადი წერილი"
+
+#. .~kA
+#: 01010100.xhp
+#, fuzzy
+msgctxt ""
+"01010100.xhp\n"
+"par_idN1061D\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_OPTPRIVOFFICIALLETTER\">Specifies that you want to create a formal personal letter.</ahelp>"
+msgstr "<ahelp hid=\"HID_LTRWIZ_OPTPRIVATELETTER\">განსაზღვრავს, რომ თქვენ გინდათ შექმნათ პირადი წერილი.</ahelp>"
+
+#. b1Cr
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3147275\n"
+"7\n"
+"help.text"
+msgid "Personal letter"
+msgstr "პირადი წერილი"
+
+#. xF4I
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3148538\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_OPTPRIVATELETTER\">Specifies that you want to create a personal letter.</ahelp>"
+msgstr "<ahelp hid=\"HID_LTRWIZ_OPTPRIVATELETTER\">განსაზღვრავს, რომ თქვენ გინდათ შექმნათ პირადი წერილი.</ahelp>"
+
+#. 88b5
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3155628\n"
+"9\n"
+"help.text"
+msgid "Page design"
msgstr ""
-#: 01010200.xhp#par_id3154186.5.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_CHKPAPERCOMPANYLOGO\">Specifies that a logo is already printed on your letterhead paper. %PRODUCTNAME does not print a logo.</ahelp>"
+#. 5K5f
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3149415\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_LSTBUSINESSSTYLE\">Select the design for your letter template.</ahelp>"
msgstr ""
-#: 01010200.xhp#hd_id3151245.33.help.text
-msgctxt "01010200.xhp#hd_id3151245.33.help.text"
-msgid "Height"
+#. 9_ap
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_idN106A7\n"
+"help.text"
+msgid "Use letterhead paper with pre-printed elements"
msgstr ""
-#: 01010200.xhp#par_id3148944.34.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_NUMLOGOHEIGHT\">Defines the height of the object.</ahelp>"
+#. 080.
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_idN106AB\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_CHKBUSINESSPAPER\">Specifies whether paper is used that already contains an imprinted logo, address, or footer line. The Wizard shows the Letterhead layout page next.</ahelp>"
msgstr ""
-#: 01010200.xhp#hd_id3149415.31.help.text
-msgid "Width"
-msgstr "სიგანე"
+#. !-C!
+#: 01010100.xhp
+#, fuzzy
+msgctxt ""
+"01010100.xhp\n"
+"par_id3150254\n"
+"17\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01010200.xhp\" name=\"Go to Letter Wizard - Letterhead layout\">Go to Letter Wizard - Letterhead layout</link>"
+msgstr "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Go to Fax Wizard - Footer\">ფაქსის ოსტატზე გადასვლა - ქვედა კოლონტიტული</link>"
-#: 01010200.xhp#par_id3156192.32.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_NUMLOGOWIDTH\">Defines the width of the object.</ahelp>"
+#. _Q$a
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "HTML Export"
msgstr ""
-#: 01010200.xhp#hd_id3152922.43.help.text
-msgid "Spacing to left margin"
-msgstr "დაშორება მარცხენა მინდორიდან"
-
-#: 01010200.xhp#par_id3149766.44.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_NUMLOGOX\">Sets the object distance from the left page margin.</ahelp>"
+#. E-W+
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"hd_id3154788\n"
+"1\n"
+"help.text"
+msgid "HTML Export"
msgstr ""
-#: 01010200.xhp#hd_id3150449.45.help.text
-msgid "Spacing to top margin"
-msgstr "დაშორება ზედა მინდორიდან"
+#. }HPT
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"par_id3157898\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Determines the settings for publishing $[officename] Draw or $[officename] Impress documents in HTML format.</ahelp>"
+msgstr ""
-#: 01010200.xhp#par_id3156423.46.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_NUMLOGOY\">Sets the object distance from the top page margin.</ahelp>"
+#. |6?b
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"par_id3155391\n"
+"10\n"
+"help.text"
+msgid "The pages displayed differ depending on what you select on the second page of the Wizard."
msgstr ""
-#: 01010200.xhp#par_idN106CB.help.text
-msgid "Own address"
-msgstr "საკუთარი მისამართი"
+#. ^95a
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"hd_id3146797\n"
+"3\n"
+"help.text"
+msgid "<< Back"
+msgstr ""
-#: 01010200.xhp#par_idN106CF.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_CHKPAPERCOMPANYADDRESS\">Specifies that an address is already printed on your letterhead paper. %PRODUCTNAME does not print an address.</ahelp>"
+#. EWh|
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"par_id3150444\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SD:PUSHBUTTON:DLG_PUBLISHING:BUT_LAST\">Returns to the selections made on the previous page.</ahelp> The current settings remain saved. You can select this button once you are in the second editing step."
msgstr ""
-#: 01010200.xhp#par_idN106D2.help.text
-msgctxt "01010200.xhp#par_idN106D2.help.text"
-msgid "Return address in envelope window"
+#. `V{~
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"hd_id3147242\n"
+"5\n"
+"help.text"
+msgid "Next >>"
msgstr ""
-#: 01010200.xhp#par_idN106D6.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_CHKCOMPANYRECEIVER\">Specifies that your own address is already imprinted in small size above the area of the recipient's address. %PRODUCTNAME does not print an address in small size.</ahelp>"
+#. +w80
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"par_id3147574\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SD:PUSHBUTTON:DLG_PUBLISHING:BUT_NEXT\">Saves the current settings and moves to the next page.</ahelp> This button becomes inactive on the last page of the dialog."
msgstr ""
-#: 01010200.xhp#par_idN106D9.help.text
-msgctxt "01010200.xhp#par_idN106D9.help.text"
-msgid "Footer"
+#. v\el
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"hd_id3154046\n"
+"7\n"
+"help.text"
+msgid "Create"
+msgstr "შექმნილია"
+
+#. DNml
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"par_id3157909\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\".\">Creates new documents according to your selections and saves the documents.</ahelp>"
msgstr ""
-#: 01010200.xhp#par_idN106DD.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_CHKPAPERFOOTER\">Specifies that a footer area is already printed on your letterhead paper. %PRODUCTNAME does not print a footer.</ahelp>"
+#. *|%\
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"par_id3154897\n"
+"9\n"
+"help.text"
+msgid "$[officename] saves the current Wizard settings and uses them as default the next time that you open the Wizard."
msgstr ""
-#: 01010200.xhp#par_idN106E0.help.text
-msgctxt "01010200.xhp#par_idN106E0.help.text"
-msgid "Height"
+#. l=(p
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Agenda Wizard - General Information"
msgstr ""
-#: 01010200.xhp#par_idN106E4.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_NUMFOOTERHEIGHT\">Enter the height of the footer area that is already imprinted on your letterhead paper. %PRODUCTNAME does not print in that area.</ahelp>"
+#. \=\R
+#: 01040200.xhp
+#, fuzzy
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3150247\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01040200.xhp\" name=\"Agenda Wizard - General Information\">Agenda Wizard - General Information</link>"
+msgstr "<link href=\"text/shared/autopi/01020500.xhp\" name=\"Fax Wizard - Name and location\">ფაქსის ოსტატი - სახელი და მდებარეობა</link>"
+
+#. F9)d
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3150616\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AGENDA_PAGE2\">Specifies the date, time, title, and location of the meeting.</ahelp>"
msgstr ""
-#: 01010200.xhp#par_id3153367.47.help.text
-msgid "<link href=\"text/shared/autopi/01010300.xhp\" name=\"Go to Letter Wizard - Printed items\">Go to Letter Wizard - Printed items</link>"
+#. YM}Z
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3153748\n"
+"5\n"
+"help.text"
+msgid "Date"
msgstr ""
-#: 01050200.xhp#tit.help.text
-msgid "Presentation Wizard Page 2"
-msgstr "პრეზენტაციის ოსტატი გვერდი 2"
+#. 63qd
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3153311\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SW:DATEFIELD:DLG_WIZARD_AG:DLG_AG2_DFLD_METDAT\">Specifies the date of the meeting.</ahelp>"
+msgstr "<ahelp hid=\"SW:DATEFIELD:DLG_WIZARD_AG:DLG_AG2_DFLD_METDAT\">განსაზღვრავს შეხვედრის თარიღს.</ahelp>"
-#: 01050200.xhp#hd_id3151100.1.help.text
+#. fz_e
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3154749\n"
+"7\n"
+"help.text"
+msgid "Time"
+msgstr "დრო"
+
+#. U9CS
+#: 01040200.xhp
#, fuzzy
-msgid "<link href=\"text/shared/autopi/01050200.xhp\" name=\"Presentation Wizard Page 2\">Presentation Wizard Page 2</link>"
-msgstr "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation\">პრეზენტაცია</link>"
+msgctxt ""
+"01040200.xhp\n"
+"par_id3166460\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SW:TIMEFIELD:DLG_WIZARD_AG:DLG_AG2_TFLD_METTIM\">Specifies the time of the meeting.</ahelp>"
+msgstr "<ahelp hid=\"SW:DATEFIELD:DLG_WIZARD_AG:DLG_AG2_DFLD_METDAT\">განსაზღვრავს შეხვედრის თარიღს.</ahelp>"
-#: 01050200.xhp#par_id3156027.19.help.text
-msgid "Selects the medium and the background of your presentation."
+#. 5c(k
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_idN10625\n"
+"help.text"
+msgid "Title"
msgstr ""
-#: 01050200.xhp#hd_id3153749.20.help.text
-msgid "Select a slide design"
-msgstr ""
+#. [@UQ
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_idN10629\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the title of the meeting.</ahelp>"
+msgstr "<ahelp hid=\".\">შეიყვანეთ ფაქსის შაბლონის სახელი.</ahelp>"
-#: 01050200.xhp#par_id3155338.26.help.text
-msgid "<ahelp hid=\"SD:LISTBOX:DLG_ASS:LB_PAGE2_LAYOUT\" visibility=\"visible\">Allows you to select a slide design for the presentation you selected on page 1 of the Wizard.</ahelp> In the upper list box you can choose from three slide design types (education, presentation backgrounds and presentations). In the lower list box, you can select one of the templates for your presentation."
+#. ?in_
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3150355\n"
+"9\n"
+"help.text"
+msgid "Location"
msgstr ""
-#: 01050200.xhp#hd_id3149177.21.help.text
-msgid "Select an output medium"
-msgstr ""
+#. 8%(A
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3159400\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SW:EDIT:DLG_WIZARD_AG:DLG_AG2_EDIT_METORT\">Specifies the location of the meeting.</ahelp>"
+msgstr "<ahelp hid=\"SW:EDIT:DLG_WIZARD_AG:DLG_AG2_EDIT_METORT\">განსაზღვრავს შეხვედრის ადგილს.</ahelp>"
-#: 01050200.xhp#hd_id3153681.32.help.text
-msgid "Original"
-msgstr "დედანი"
+#. ^K#I
+#: 01040200.xhp
+#, fuzzy
+msgctxt ""
+"01040200.xhp\n"
+"par_id3148946\n"
+"21\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01040300.xhp\" name=\"Go to Agenda Wizard - Headings to include\">Go to Agenda Wizard - Headings to include</link>"
+msgstr "<link href=\"text/shared/autopi/01020200.xhp\" name=\"Go to Fax Wizard - Items to include\">ფაქსის ოსტატზე გადასვლა - დასართავი ელემენტები</link>"
-#: 01050200.xhp#par_id3156347.33.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_ASS:RB_PAGE2_MEDIUM5\" visibility=\"visible\">Uses the original page format of the template.</ahelp>"
+#. jt-!
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"tit\n"
+"help.text"
+msgid "HTML Export - Page 2"
+msgstr "HTML ექსპორტი - გვერდი 2"
+
+#. #B,X
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"bm_id3149233\n"
+"help.text"
+msgid "<bookmark_value>kiosk export</bookmark_value><bookmark_value>HTML; live presentations</bookmark_value><bookmark_value>live presentations on the Internet</bookmark_value><bookmark_value>showing;live presentations on the Internet</bookmark_value><bookmark_value>presentations; live on the Internet</bookmark_value><bookmark_value>Internet; presentations</bookmark_value><bookmark_value>WebCast export</bookmark_value>"
msgstr ""
-#: 01050200.xhp#hd_id3147653.23.help.text
-msgid "Overhead sheet"
+#. fv@-
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"hd_id3154840\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01110200.xhp\" name=\"HTML Export - Page 2\">HTML Export - Page 2</link>"
+msgstr "<link href=\"text/shared/autopi/01110200.xhp\" name=\"HTML Export - Page 2\">HTML ექსპორტი - გვერდი 2</link>"
+
+#. M3]0
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3154094\n"
+"2\n"
+"help.text"
+msgid "Determines the type of publication."
+msgstr "განსაზღვრავს პუბლიკაციის ტიპს."
+
+#. Z5kO
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3151330\n"
+"73\n"
+"help.text"
+msgid "You can specify if you want to include frames, create a title, or display presentation notes."
msgstr ""
-#: 01050200.xhp#par_id3153032.30.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_ASS:RB_PAGE2_MEDIUM3\" visibility=\"visible\">Creates a presentation to be used as overhead transparencies.</ahelp>"
+#. M@%}
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"hd_id3152924\n"
+"9\n"
+"help.text"
+msgid "Publication type"
+msgstr "პუბლიკაციის ტიპი"
+
+#. Wn:8
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3154751\n"
+"10\n"
+"help.text"
+msgid "Defines the basic settings for the intended export."
msgstr ""
-#: 01050200.xhp#hd_id3148685.24.help.text
-msgid "Paper"
-msgstr "ქაღალდი"
+#. GB}$
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"hd_id3147399\n"
+"3\n"
+"help.text"
+msgid "Standard HTML format"
+msgstr "სტანდარტული HTML ფორმატი"
-#: 01050200.xhp#par_id3155419.31.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_ASS:RB_PAGE2_MEDIUM4\" visibility=\"visible\">Creates a presentation that can be printed on paper.</ahelp>"
+#. y5sI
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3147088\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE2_STANDARD\">Creates standard HTML pages from export pages.</ahelp>"
msgstr ""
-#: 01050200.xhp#hd_id3148491.25.help.text
-msgid "Screen"
-msgstr "ეკრანი"
+#. f%!)
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"hd_id3145071\n"
+"5\n"
+"help.text"
+msgid "Standard HTML with frames"
+msgstr "სტანდარტული HTML ჩარჩოებით"
-#: 01050200.xhp#par_id3145119.28.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_ASS:RB_PAGE2_MEDIUM1\" visibility=\"visible\">Creates a computer screen presentation only.</ahelp> The screen is adjusted by default."
+#. ^[T.
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3154824\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE2_FRAMES\">Creates standard HTML pages with frames. The exported page will be placed in the main frame, and the frame to the left will display a table of contents in the form of hyperlinks.</ahelp>"
msgstr ""
-#: 01050200.xhp#hd_id3154898.22.help.text
-msgid "Slide"
-msgstr "ეკრანი"
+#. fCE8
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"hd_id3149398\n"
+"11\n"
+"help.text"
+msgid "Create title page"
+msgstr "შექმენი თავფურცელი"
-#: 01050200.xhp#par_id3153821.29.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_ASS:RB_PAGE2_MEDIUM2\" visibility=\"visible\">Creates a presentation to be used as slides.</ahelp>"
+#. -BXb
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3152780\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:DLG_PUBLISHING:PAGE2_CONTENT\">Creates a title page for your document.</ahelp>"
msgstr ""
-#: 01050200.xhp#par_id3155388.12.help.text
-#, fuzzy
-msgid "Continue to <link href=\"text/shared/autopi/01050300.xhp\" name=\"Presentation Wizard Page 3\">Presentation Wizard Page 3</link>."
-msgstr "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation\">პრეზენტაცია</link>"
+#. #,`R
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"hd_id3163804\n"
+"13\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Show notes </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">აჩვენე შენიშვნები</caseinline></switchinline>"
-#: 01090400.xhp#tit.help.text
-msgid "Form Wizard - Set Data Entry"
+#. 96I4
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3157909\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:DLG_PUBLISHING:PAGE2_NOTES\">Specifies that your notes are also displayed.</ahelp>"
msgstr ""
-#: 01090400.xhp#par_idN10543.help.text
-msgid "<link href=\"text/shared/autopi/01090400.xhp\">Form Wizard - Set Data Entry</link>"
+#. vW`.
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"hd_id3156117\n"
+"15\n"
+"help.text"
+msgid "Automatic"
msgstr ""
-#: 01090400.xhp#par_idN10553.help.text
-msgid "Specifies the data handling mode for the new form."
+#. R,QD
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3149233\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE2_KIOSK\">Creates a default HTML presentation as a kiosk export, in which the slides are automatically advanced after a specified amount of time.</ahelp>"
msgstr ""
-#: 01090400.xhp#par_idN10558.help.text
-msgid "The form is to be used for entering new data only. Existing data will not be displayed"
+#. (!nw
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"hd_id3155421\n"
+"17\n"
+"help.text"
+msgid "As stated in document"
msgstr ""
-#: 01090400.xhp#par_idN105B6.help.text
-msgid "<ahelp hid=\".\">Creates a form that is only used for entering new data.</ahelp>"
+#. TvJ5
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3150275\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE2_CHG_DEFAULT\">The slide transition depends on the timing that you set for each slide in the presentation. If you set a manual page transition, the HTML presentation introduces a new page by pressing any key from your keyboard.</ahelp>"
msgstr ""
-#: 01090400.xhp#par_idN105BB.help.text
-msgid "The form is to display all data"
+#. 3jfK
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"hd_id3156307\n"
+"19\n"
+"help.text"
+msgid "Automatic"
msgstr ""
-#: 01090400.xhp#par_idN105C1.help.text
-msgid "<ahelp hid=\".\">Creates a form that can be used to display existing data and to enter new data.</ahelp>"
+#. E^@f
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3153126\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE2_CHG_AUTO\">The page transition takes place automatically after the specified period of time elapses and does not depend on the presentation's contents</ahelp>."
msgstr ""
-#: 01090400.xhp#par_idN1055C.help.text
-msgid "Do not allow modification of existing data"
+#. /O?-
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"hd_id3150503\n"
+"21\n"
+"help.text"
+msgid "Slide view time"
msgstr ""
-#: 01090400.xhp#par_idN105DA.help.text
-msgid "<ahelp hid=\".\">Select to disallow editing data.</ahelp>"
+#. /f`P
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3151245\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SD:TIMEFIELD:DLG_PUBLISHING:PAGE2_DURATION_TMF\">Defines the amount of time for each slide display.</ahelp>"
msgstr ""
-#: 01090400.xhp#par_idN105DD.help.text
-msgid "Do not allow deletion of existing data"
+#. lHZ%
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"hd_id3154347\n"
+"23\n"
+"help.text"
+msgid "Endless"
msgstr ""
-#: 01090400.xhp#par_idN105E3.help.text
-msgid "<ahelp hid=\".\">Select to disallow deleting data.</ahelp>"
+#. V@je
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3149655\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:DLG_PUBLISHING:PAGE2_ENDLESS\">Automatically restarts the HTML presentation after the last slide has been displayed.</ahelp>"
msgstr ""
-#: 01090400.xhp#par_idN105E6.help.text
-msgid "Do not allow addition of new data"
+#. Ul]c
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"hd_id3151054\n"
+"25\n"
+"help.text"
+msgid "WebCast"
msgstr ""
-#: 01090400.xhp#par_idN105EC.help.text
-msgid "<ahelp hid=\".\">Select to disallow adding new data.</ahelp>"
+#. DDbj
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3150543\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE2_WEBCAST\">In a WebCast export, automatic scripts will be generated with Perl or ASP support.</ahelp> This enables the speaker (for example, a speaker in a telephone conference using a slide show on the Internet) to change the slides in the audience's web browsers. You will find more information on <link href=\"text/shared/autopi/01110200.xhp\" name=\"WebCast\">WebCast</link> later in this section."
msgstr ""
-#: 01090400.xhp#par_idN105E4.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/autopi/01090500.xhp\" name=\"Form Wizard - Apply styles\">Form Wizard - Apply styles</link>"
-msgstr "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Fax Wizard - Footer\">ფაქსის ოსტატი - ქვედა კოლონტიტული</link>"
+#. j`~L
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"hd_id3154365\n"
+"27\n"
+"help.text"
+msgid "Active Server Pages (ASP)"
+msgstr "Active Server Pages (ASP)"
-#: 01100300.xhp#tit.help.text
-msgid "Report Wizard - Sort Options"
+#. uI,I
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3148922\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE2_ASP\">When you select the<emph> ASP </emph>option, the WebCast export creates ASP pages. Note that the HTML presentation can only be offered by a web server supporting ASP.</ahelp>"
msgstr ""
-#: 01100300.xhp#hd_id3148668.1.help.text
-msgid "<link href=\"text/shared/autopi/01100300.xhp\" name=\"Report Wizard - Sort Options\">Report Wizard - Sort Options</link>"
-msgstr ""
+#. mhSl
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"hd_id3149765\n"
+"29\n"
+"help.text"
+msgid "Perl"
+msgstr "Perl"
-#: 01100300.xhp#par_id3148520.2.help.text
-msgid "<ahelp hid=\".\">Select the fields by which to sort the report. Fields can be sorted by up to four levels, each either ascending or descending. Grouped fields can only be sorted within each group.</ahelp>"
+#. o;0D
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3145174\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE2_PERL\">Used by WebCast export to create HTML pages and Perl scripts.</ahelp>"
msgstr ""
-#: 01100300.xhp#hd_id3149205.3.help.text
-msgid "Sort by"
-msgstr "დახარისხება"
-
-#: 01100300.xhp#par_id3155555.7.help.text
-msgid "<ahelp hid=\"HID_DLGREPORT_3_SORT1\">Select the first field by which to sort the report.</ahelp>"
+#. Pgfi
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"hd_id3150868\n"
+"31\n"
+"help.text"
+msgid "URL for listeners"
msgstr ""
-#: 01100300.xhp#hd_id3154751.4.help.text
-msgid "Then by"
+#. RC?I
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3149203\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"SD:EDIT:DLG_PUBLISHING:PAGE2_INDEX\">Specifies the URL (absolute or relative) to be entered by the viewer in order to see the presentation.</ahelp>"
msgstr ""
-#: 01100300.xhp#par_id3149182.8.help.text
-msgid "<ahelp hid=\"HID_DLGREPORT_3_SORT4\">Select an additional field by which to sort the report.</ahelp>"
+#. Nw4f
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"hd_id3147228\n"
+"33\n"
+"help.text"
+msgid "URL for presentation"
msgstr ""
-#: 01100300.xhp#hd_id3146957.5.help.text
-msgid "Ascending"
-msgstr "ზრდადობით"
+#. \GjB
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3156214\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"SD:EDIT:DLG_PUBLISHING:PAGE2_URL\">Specifies the URL (absolute or relative), where the created HTML presentation on the web server has been saved.</ahelp>"
+msgstr ""
-#: 01100300.xhp#par_id3155338.9.help.text
-msgid "<ahelp hid=\"HID_DLGREPORT_3_OPTASCEND4\">Sorts the field contents in ascending order.</ahelp>"
+#. )Afs
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"hd_id3153367\n"
+"35\n"
+"help.text"
+msgid "URL for Perl scripts"
msgstr ""
-#: 01100300.xhp#hd_id3147653.6.help.text
-msgid "Descending"
-msgstr "კლებადობით"
+#. R|G}
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3159255\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"SD:EDIT:DLG_PUBLISHING:PAGE2_CGI\">Specifies the URL (absolute or relative) for the generated Perl scripts.</ahelp>"
+msgstr ""
-#: 01100300.xhp#par_id3156113.10.help.text
-msgid "<ahelp hid=\"HID_DLGREPORT_3_OPTDESCEND4\">Sorts the field contents in descending order.</ahelp>"
+#. 3YP!
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"hd_id3150486\n"
+"37\n"
+"help.text"
+msgid "More Information on WebCast Export"
msgstr ""
-#: 01100300.xhp#par_id3156329.11.help.text
-msgid "<link href=\"text/shared/autopi/01100400.xhp\" name=\"More about Report Wizard - Choose Layout\">More about Report Wizard - Choose Layout</link>"
+#. $8x7
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3152578\n"
+"38\n"
+"help.text"
+msgid "There are two possible options for exporting $[officename] Impress presentations using WebCast technology: Active Server Pages (ASP) and Perl."
msgstr ""
-#: 01100500.xhp#tit.help.text
-msgid "Report Wizard - Create Report"
+#. []gy
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3153364\n"
+"71\n"
+"help.text"
+msgid "In either case, the WebCast needs an HTTP server offering either Perl or ASP as scripting. Therefore, the exporting option depends on the HTTP server used."
msgstr ""
-#: 01100500.xhp#hd_id3156211.11.help.text
-msgid "<link href=\"text/shared/autopi/01100500.xhp\" name=\"Report Wizard - Create Report\">Report Wizard - Create Report</link>"
+#. XP?l
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"hd_id3151112\n"
+"39\n"
+"help.text"
+msgid "WebCast in ASP"
msgstr ""
-#: 01100500.xhp#par_id3159224.1.help.text
-msgid "<ahelp hid=\".\">You can create the report as a static or dynamic report. When you open a dynamic report, it will display with the current data contents. When you open a static report, it will always display the same data from the time when the static report was created.</ahelp>"
+#. PHn{
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"hd_id3159197\n"
+"40\n"
+"help.text"
+msgid "Exporting"
msgstr ""
-#: 01100500.xhp#hd_id3145669.2.help.text
-msgid "Title of report"
+#. RHdk
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3146119\n"
+"41\n"
+"help.text"
+msgid "To export to ASP, in a $[officename] Impress document choose <emph>File - Export</emph>. You then see the <emph>Export</emph> dialog in which you select <emph>HTML Document</emph> as the file type. Once you have selected a directory and entered a file name, click <emph>Export</emph>. For export as ASP, we recommend selecting a \"secret\" file name for the HTML file (see below for more details). You then see the <emph>HTML Export</emph> dialog. Several files will be written to the directory you have just selected."
msgstr ""
-#: 01100500.xhp#par_id3156136.8.help.text
-msgid "<ahelp hid=\"HID_DLGREPORT_4_TITLE\">Specifies the title that is printed at the title line of each page.</ahelp>"
+#. JILu
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3149410\n"
+"42\n"
+"help.text"
+msgid "The presenter uses the entered file name to change between the slides viewed by the audience. You can save the WebCast files locally or save them directly to an HTTP server. You can later transfer locally saved files to the HTTP server by FTP. Note that WebCast only works if the files are requested over an HTTP server."
msgstr ""
-#: 01100500.xhp#hd_id3157910.7.help.text
-msgid "Static report"
+#. Jk7B
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3157974\n"
+"43\n"
+"help.text"
+msgid "Do not use the same directory for two different HTML exports."
msgstr ""
-#: 01100500.xhp#par_id3149580.17.help.text
-msgid "<ahelp hid=\"HID_DLGREPORT_5_OPTSTATDOCUMENT\">Saves the report as a static report. When you open a static report, it will always display the data from the time the report was created.</ahelp>"
+#. S9lJ
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3153157\n"
+"44\n"
+"help.text"
+msgid "Select <emph>WebCast</emph> as a publishing type on the second page of the HTML Export Wizard."
msgstr ""
-#: 01100500.xhp#hd_id3154751.2.help.text
-msgid "Dynamic report"
+#. 5K/5
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3154790\n"
+"45\n"
+"help.text"
+msgid "In the options area for WebCast, select the <emph>Active Server Pages (ASP)</emph> option. You can now continue defining other settings or start the export by clicking the <emph>Create</emph> button."
msgstr ""
-#: 01100500.xhp#par_id3155805.12.help.text
-msgid "<ahelp hid=\"HID_DLGREPORT_5_OPTDYNTEMPLATE\">Saves the report as a template. When you open a dynamic report, it will display with the current data contents.</ahelp>"
+#. YIQP
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"hd_id3153281\n"
+"46\n"
+"help.text"
+msgid "Using ASP WebCast"
msgstr ""
-#: 01100500.xhp#hd_id3148538.5.help.text
-msgid "Modify report layout"
+#. I-\c
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3149910\n"
+"47\n"
+"help.text"
+msgid "You can use WebCast as soon as the exported files can be accessed from an HTTP server."
msgstr ""
-#: 01100500.xhp#par_id3163802.15.help.text
-msgid "<ahelp hid=\"HID_DLGREPORT_5_OPTEDITTEMPLATE\">When you click <emph>Finish</emph>, the report will be saved and opened for edit.</ahelp>"
+#. ?I1/
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3154503\n"
+"48\n"
+"help.text"
+msgid "<emph>Example</emph>:"
msgstr ""
-#: 01100500.xhp#hd_id3153127.6.help.text
-msgid "Create report now"
+#. 6p./
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3152375\n"
+"49\n"
+"help.text"
+msgid "Let's assume that you installed the Microsoft Internet Information Server on your computer. You entered the \"c:\\Inet\\wwwroot\\presentation\" directory as an HTML output directory during the IIS setup. The URL of your computer is assumed as follows: \"http://myserver.com\"."
msgstr ""
-#: 01100500.xhp#par_id3156194.16.help.text
-msgid "<ahelp hid=\"HID_DLGREPORT_5_OPTUSETEMPLATE\">When you click <emph>Finish</emph>, the report will be saved.</ahelp>"
+#. Ki\I
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3150715\n"
+"50\n"
+"help.text"
+msgid "You have saved the files that have been created during the Export process in the c:\\Inet\\wwwroot\\presentation\\ directory. In this directory, the Export creates an HTML file that can be named, for example, as \"secret.htm\". You entered this name in the Save dialog (see above). The presenter can now browse to the HTML Export files by entering the http://myserver.com/presentation/secret.htm URL in any HTTP Browser having JavaScript support. The presenter is now able to modify the page using some form controls."
msgstr ""
-#: 01010500.xhp#tit.help.text
-msgid "Letter Wizard - Footer"
+#. [ThC
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3159110\n"
+"51\n"
+"help.text"
+msgid "The audience can now view the slide selected by the presenter through the URL http://myserver.com/presentation/webcast.asp. They cannot move to other slides found at this URL, unless the file names are known. Please ensure that the HTTP server does not show the directory listing."
msgstr ""
-#: 01010500.xhp#hd_id3143281.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/autopi/01010500.xhp\" name=\"Letter Wizard - Footer\">Letter Wizard - Footer</link>"
-msgstr "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Fax Wizard - Footer\">ფაქსის ოსტატი - ქვედა კოლონტიტული</link>"
+#. 1UrO
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"hd_id3153732\n"
+"52\n"
+"help.text"
+msgid "WebCast over Perl"
+msgstr ""
-#: 01010500.xhp#par_id3147834.2.help.text
-msgid "<ahelp hid=\"HID_LETTER_PAGE5\">Specifies the information to include in the footer space.</ahelp>"
-msgstr "<ahelp hid=\"HID_LETTER_PAGE5\">განსაზღვრავს ქვედა კოლონტიტულის ტექსტს.</ahelp>"
+#. EKHl
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"hd_id3152999\n"
+"53\n"
+"help.text"
+msgid "Exporting"
+msgstr ""
-#: 01010500.xhp#par_idN105DF.help.text
-msgctxt "01010500.xhp#par_idN105DF.help.text"
-msgid "Footer"
+#. =M9l
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3146972\n"
+"54\n"
+"help.text"
+msgid "To export, in a $[officename] Impress document choose <emph>File - Export</emph>. This opens the <emph>Export</emph> dialog, in which you select <emph>HTML Document</emph> as the file type. After selecting a folder and entering a file name, click <emph>Save</emph>. This opens the <emph>HTML Export Wizard</emph>. This will write some files to the folder you have just selected."
msgstr ""
-#: 01010500.xhp#par_idN105E3.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_TXTFOOTER\">Enter the text for the footer lines.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_TXTFOOTER\">შეიყვანეთ ქვედა კოლონტიტულის ტექსტი.</ahelp>"
+#. Yo|/
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3156362\n"
+"55\n"
+"help.text"
+msgid "The entered file name will be used by the presenter to switch through the slides. Please select an empty directory."
+msgstr ""
-#: 01010500.xhp#par_idN105FA.help.text
-msgctxt "01010500.xhp#par_idN105FA.help.text"
-msgid "Include only on second and following pages"
+#. WT\^
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3148432\n"
+"56\n"
+"help.text"
+msgid "In the second page of the HTML Export, select <emph>WebCast</emph> as the publication type."
msgstr ""
-#: 01010500.xhp#par_idN10600.help.text
-msgid "<ahelp hid=\".\">Select to suppress the footer on the first page.</ahelp>"
+#. L=;v
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3149018\n"
+"57\n"
+"help.text"
+msgid "In the option area for WebCast, select <emph>Perl</emph>."
msgstr ""
-#: 01010500.xhp#hd_id3153093.31.help.text
-msgid "Include page numbers"
-msgstr "დაურთე გვერდის ნომრები"
+#. z*t^
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3154509\n"
+"58\n"
+"help.text"
+msgid "In the <emph>URL for listeners</emph> text box, enter the file name of the HTML document that will be used by the audience. In <emph>URL for presentation</emph>, enter the URL of the directory that will be used for the presentation and, in <emph>URL for Perl scripts</emph>, enter the URL for the CGI script directory. You can now define further settings on the following pages of the Wizard or start the export process by clicking the <emph>Create</emph> button."
+msgstr ""
-#: 01010500.xhp#par_id3155414.32.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_CHKFOOTERPAGENUMBERS\">Includes page numbers in your letter template.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_CHKFOOTERPAGENUMBERS\">ურთავს გვერდის ნომრებს წერილის შაბლონში.</ahelp>"
+#. D-5o
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"hd_id3148996\n"
+"59\n"
+"help.text"
+msgid "Using Perl WebCast"
+msgstr ""
-#: 01010500.xhp#par_id3154988.41.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/autopi/01010600.xhp\" name=\"Go to Letter Wizard - Name and location\">Go to Letter Wizard - Name and location</link>"
-msgstr "<link href=\"text/shared/autopi/01020500.xhp\" name=\"Go to Fax Wizard - Name and location\">ფაქსის ოსტატზე გადასვლა - სახელი და მდებარეობა</link>"
+#. qxCj
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3159268\n"
+"60\n"
+"help.text"
+msgid "The files that have been created during the export must now be set up in the Perl enabled HTTP server. This cannot be done automatically because of the variety of different HTTP servers having Perl support. The steps to follow will be described next. Please refer to your server manual or ask your network administrator how to apply these steps on your server."
+msgstr ""
-#: 01010600.xhp#tit.help.text
-msgid "Letter Wizard - Name and Location"
-msgstr "ფაქსის ოსტატი - სახელი და მდებარეობა"
+#. %Pd;
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3147340\n"
+"61\n"
+"help.text"
+msgid "You should first move the files that have been created during the export into the correct directory on the HTTP server."
+msgstr ""
-#: 01010600.xhp#hd_id3150355.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/autopi/01010600.xhp\" name=\"Letter Wizard - Name and Location\">Letter Wizard - Name and Location</link>"
-msgstr "<link href=\"text/shared/autopi/01020500.xhp\" name=\"Fax Wizard - Name and location\">ფაქსის ოსტატი - სახელი და მდებარეობა</link>"
+#. s#%@
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3155936\n"
+"62\n"
+"help.text"
+msgid "Move all files having the htm, jpg and gif extensions into the directory on your HTTP server that has been referred to in the text box <emph>URL for presentation</emph>."
+msgstr ""
-#: 01010600.xhp#par_id3152996.2.help.text
-msgid "<ahelp hid=\"HID_LETTER_PAGE6\">Specifies where and under which name you want to save the document and template.</ahelp>"
-msgstr "<ahelp hid=\"HID_LETTER_PAGE6\">განსაზღვრავს სად და რა სახელით შეინახოს დოკუმენტი და შაბლონი.</ahelp>"
+#. q0p;
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3151014\n"
+"63\n"
+"help.text"
+msgid "All files having the pl and txt extensions have to be moved into the directory on your HTTP server that has been referred to in the <emph>URL for Perl scripts</emph> text box. This directory has to be configured in a way that the Perl scripts contained there can also be run by an HTTP request."
+msgstr ""
-#: 01010600.xhp#hd_id3154047.10.help.text
-msgctxt "01010600.xhp#hd_id3154047.10.help.text"
-msgid "Template name"
+#. $6$d
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3151250\n"
+"64\n"
+"help.text"
+msgid "On UNIX systems grant the files with the pl extension the rights to be executable by the HTTP server. Normally, this is done with the chmod command. The rights of the currpic.txt file must be set to be writable by the HTTP server."
msgstr ""
-#: 01010600.xhp#par_id3159157.11.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_TXTTEMPLATENAME\">Specifies the title of the document template.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_TXTTEMPLATENAME\">განსაზღვრავს დოკუმენტის შაბლონის სათაურს.</ahelp>"
+#. L6Pt
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3153534\n"
+"65\n"
+"help.text"
+msgid "Now you should be able to use WebCast."
+msgstr ""
-#: 01010600.xhp#hd_id3151043.31.help.text
-msgctxt "01010600.xhp#hd_id3151043.31.help.text"
-msgid "Path"
+#. eTjt
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3156711\n"
+"66\n"
+"help.text"
+msgid "<emph>Example</emph>:"
msgstr ""
-#: 01010600.xhp#par_idN1061A.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_TXTPATH\">Enter the path and file name for the template, or click the <emph>...</emph> button to select the path and file name.</ahelp>"
+#. E/*:
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3147313\n"
+"67\n"
+"help.text"
+msgid "In this example, you have a Linux computer with an HTTP server. The URL of your HTTP server is http://myserver.com and the output directory of your HTML documents is the //user/local/http/ directory. Your Perl scripts are contained in the //user/local/http/cgi-bin/ directory. Enter secret.htm as an export file name and presentation.htm as <emph>URL for listeners</emph>. In the <emph>URL for presentation</emph> text box enter http://myserver.com/presentation/ and for the <emph>URL for Perl scripts</emph> enter http://myserver.com/cgi-bin/."
msgstr ""
-#: 01010600.xhp#par_idN10639.help.text
-msgid "Create a letter from this template"
-msgstr "შექმენი წერილი ამ შაბლონის გამოყენებით"
+#. FVo+
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3145792\n"
+"68\n"
+"help.text"
+msgid "Now, copy all *.htm, *.jpg and *.gif files from the directories that were specified during the export into the //user/local/http/presentation/ directory on your HTTP Server and copy all files with the *.pl and *.txt extensions into the //user/local/http/cgi-bin/ directory."
+msgstr ""
-#: 01010600.xhp#par_idN1063C.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_OPTCREATELETTER\">Saves and closes the template, and then opens a new untitled document based on the template.</ahelp>"
+#. FwWR
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3153920\n"
+"69\n"
+"help.text"
+msgid "Login on your server as root and switch to the //user/local/http/cgi-bin/ directory. You can define the corresponding rights using the chmod command."
msgstr ""
-#: 01010600.xhp#par_idN10653.help.text
-msgid "Make manual changes to this letter template"
-msgstr "შაბლონში ცვლილებების ხელით შეტანა"
+#. +qMr
+#: 01110200.xhp
+msgctxt ""
+"01110200.xhp\n"
+"par_id3148479\n"
+"70\n"
+"help.text"
+msgid "Once you have finished installing the Perl files, the presenter will be able to give the presentation. The listeners can view this presentation under the URL http://myserver.com/presentation/presentation.htm."
+msgstr ""
-#: 01010600.xhp#par_idN10656.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_OPTMAKECHANGES\">Saves the template and keeps it open for editing.</ahelp>"
+#. Zup9
+#: 01090210.xhp
+msgctxt ""
+"01090210.xhp\n"
+"tit\n"
+"help.text"
+msgid "Form Wizard - Add Subform Fields"
msgstr ""
-#: 01010600.xhp#par_idN10665.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/autopi/01010000.xhp\">Letter Wizard overview</link>"
-msgstr "<link href=\"text/shared/autopi/01020000.xhp\" name=\"Fax\">ფაქსი</link>"
+#. Z2Sc
+#: 01090210.xhp
+msgctxt ""
+"01090210.xhp\n"
+"par_idN10546\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01090210.xhp\">Form Wizard - Add Subform Fields</link>"
+msgstr ""
-#: webwizard05is.xhp#tit.help.text
-msgid "Icon Set"
+#. UU4E
+#: 01090210.xhp
+msgctxt ""
+"01090210.xhp\n"
+"par_idN10556\n"
+"help.text"
+msgid "Specify the table or query you need to create the subform, and which fields you wish to include in the subform."
msgstr ""
-#: webwizard05is.xhp#par_idN1053A.help.text
-msgid "Icon Sets"
+#. GexZ
+#: 01090210.xhp
+msgctxt ""
+"01090210.xhp\n"
+"par_idN10559\n"
+"help.text"
+msgid "Tables or queries"
msgstr ""
-#: webwizard05is.xhp#par_idN1053E.help.text
-msgid "<ahelp hid=\"41000\">Select an icon set for navigation on HTML presentation documents in the <link href=\"text/shared/autopi/webwizard05.xhp\">Web Wizard</link>.</ahelp>"
+#. Jyqh
+#: 01090210.xhp
+msgctxt ""
+"01090210.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the table or query for which the subform is to be created.</ahelp>"
msgstr ""
-#: webwizard05is.xhp#par_idN1054F.help.text
-msgctxt "webwizard05is.xhp#par_idN1054F.help.text"
-msgid "None"
+#. bsJg
+#: 01090210.xhp
+msgctxt ""
+"01090210.xhp\n"
+"par_idN10590\n"
+"help.text"
+msgid "Fields in my subform"
msgstr ""
-#: webwizard05is.xhp#par_idN10553.help.text
-msgid "<ahelp hid=\"41002\">Clears the icon set from the index page.</ahelp>"
+#. t}yV
+#: 01090210.xhp
+msgctxt ""
+"01090210.xhp\n"
+"par_idN10594\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays all fields that will be included in the new subform.</ahelp>"
msgstr ""
-#: 01050100.xhp#tit.help.text
-msgid "Presentation Wizard Page 1"
-msgstr "პრეზენტაციის ოსტატი გვერდი 1"
+#. qwq0
+#: 01090210.xhp
+#, fuzzy
+msgctxt ""
+"01090210.xhp\n"
+"par_idN10597\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01090220.xhp\" name=\"Form Wizard - Get joined fields\">Form Wizard - Get joined fields</link>"
+msgstr "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Fax Wizard - Footer\">ფაქსის ოსტატი - ქვედა კოლონტიტული</link>"
-#: 01050100.xhp#hd_id3155320.1.help.text
+#. S/On
+#: 01050200.xhp
+msgctxt ""
+"01050200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Presentation Wizard Page 2"
+msgstr "პრეზენტაციის ოსტატი გვერდი 2"
+
+#. W2\L
+#: 01050200.xhp
#, fuzzy
-msgid "<link href=\"text/shared/autopi/01050100.xhp\" name=\"Presentation Wizard Page 1\">Presentation Wizard Page 1</link>"
+msgctxt ""
+"01050200.xhp\n"
+"hd_id3151100\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01050200.xhp\" name=\"Presentation Wizard Page 2\">Presentation Wizard Page 2</link>"
msgstr "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation\">პრეზენტაცია</link>"
-#: 01050100.xhp#par_id3152594.14.help.text
-msgid "<ahelp hid=\"HID_SD_AUTOPILOT_PAGE1\">Specifies the presentation type and allows you to select a template.</ahelp>"
+#. =3Q#
+#: 01050200.xhp
+msgctxt ""
+"01050200.xhp\n"
+"par_id3156027\n"
+"19\n"
+"help.text"
+msgid "Selects the medium and the background of your presentation."
msgstr ""
-#: 01050100.xhp#hd_id3145090.15.help.text
-msgid "Type"
-msgstr "ტიპი"
+#. c_D)
+#: 01050200.xhp
+msgctxt ""
+"01050200.xhp\n"
+"hd_id3153749\n"
+"20\n"
+"help.text"
+msgid "Select a slide design"
+msgstr ""
-#: 01050100.xhp#par_id3153684.23.help.text
-msgid "You can determine the presentation type in this area."
+#. {(;g
+#: 01050200.xhp
+msgctxt ""
+"01050200.xhp\n"
+"par_id3155338\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SD:LISTBOX:DLG_ASS:LB_PAGE2_LAYOUT\" visibility=\"visible\">Allows you to select a slide design for the presentation you selected on page 1 of the Wizard.</ahelp> In the upper list box you can choose from three slide design types (education, presentation backgrounds and presentations). In the lower list box, you can select one of the templates for your presentation."
msgstr ""
-#: 01050100.xhp#hd_id3153527.16.help.text
-msgid "Empty presentation"
-msgstr "სუფთა პრეზენტაცია"
+#. E)G,
+#: 01050200.xhp
+msgctxt ""
+"01050200.xhp\n"
+"hd_id3149177\n"
+"21\n"
+"help.text"
+msgid "Select an output medium"
+msgstr ""
-#: 01050100.xhp#par_id3149388.24.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_ASS:RB_PAGE1_EMPTY\">Creates a new (empty) presentation.</ahelp>"
+#. WOJ~
+#: 01050200.xhp
+msgctxt ""
+"01050200.xhp\n"
+"hd_id3153681\n"
+"32\n"
+"help.text"
+msgid "Original"
+msgstr "დედანი"
+
+#. 2[p6
+#: 01050200.xhp
+msgctxt ""
+"01050200.xhp\n"
+"par_id3156347\n"
+"33\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_ASS:RB_PAGE2_MEDIUM5\" visibility=\"visible\">Uses the original page format of the template.</ahelp>"
msgstr ""
-#: 01050100.xhp#hd_id3147008.17.help.text
-msgid "From template"
-msgstr "შაბლონიდან"
+#. f@GX
+#: 01050200.xhp
+msgctxt ""
+"01050200.xhp\n"
+"hd_id3147653\n"
+"23\n"
+"help.text"
+msgid "Overhead sheet"
+msgstr ""
-#: 01050100.xhp#par_id3154318.25.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_ASS:RB_PAGE1_TEMPLATE\">Opens a list box containing various modifiable presentations.</ahelp>"
+#. 8n71
+#: 01050200.xhp
+msgctxt ""
+"01050200.xhp\n"
+"par_id3153032\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_ASS:RB_PAGE2_MEDIUM3\" visibility=\"visible\">Creates a presentation to be used as overhead transparencies.</ahelp>"
msgstr ""
-#: 01050100.xhp#hd_id3153662.18.help.text
-msgid "Open existing presentation"
-msgstr "გახსენი არსებული პრეზენტაცია"
+#. 08YI
+#: 01050200.xhp
+msgctxt ""
+"01050200.xhp\n"
+"hd_id3148685\n"
+"24\n"
+"help.text"
+msgid "Paper"
+msgstr "ქაღალდი"
-#: 01050100.xhp#par_id3147275.26.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_ASS:RB_PAGE1_OPEN\">Displays a list of previously created presentations.</ahelp>"
+#. XlMH
+#: 01050200.xhp
+msgctxt ""
+"01050200.xhp\n"
+"par_id3155419\n"
+"31\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_ASS:RB_PAGE2_MEDIUM4\" visibility=\"visible\">Creates a presentation that can be printed on paper.</ahelp>"
msgstr ""
-#: 01050100.xhp#par_idN1067B.help.text
-msgid "<ahelp hid=\".\">Click <emph>Open</emph> to see a file selection dialog.</ahelp>"
+#. \1O#
+#: 01050200.xhp
+msgctxt ""
+"01050200.xhp\n"
+"hd_id3148491\n"
+"25\n"
+"help.text"
+msgid "Screen"
+msgstr "ეკრანი"
+
+#. `hlY
+#: 01050200.xhp
+msgctxt ""
+"01050200.xhp\n"
+"par_id3145119\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_ASS:RB_PAGE2_MEDIUM1\" visibility=\"visible\">Creates a computer screen presentation only.</ahelp> The screen is adjusted by default."
msgstr ""
-#: 01050100.xhp#hd_id3149763.19.help.text
-msgid "List of template categories (only available when you select the From template option)"
+#. NM`#
+#: 01050200.xhp
+msgctxt ""
+"01050200.xhp\n"
+"hd_id3154898\n"
+"22\n"
+"help.text"
+msgid "Slide"
+msgstr "ეკრანი"
+
+#. *s:-
+#: 01050200.xhp
+msgctxt ""
+"01050200.xhp\n"
+"par_id3153821\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_ASS:RB_PAGE2_MEDIUM2\" visibility=\"visible\">Creates a presentation to be used as slides.</ahelp>"
msgstr ""
-#: 01050100.xhp#par_id3150503.27.help.text
-msgid "<ahelp hid=\"HID_SD_AUTOPILOT_TEMPLATES\">Lists the available template categories for presentations.</ahelp>"
+#. |kn~
+#: 01050200.xhp
+#, fuzzy
+msgctxt ""
+"01050200.xhp\n"
+"par_id3155388\n"
+"12\n"
+"help.text"
+msgid "Continue to <link href=\"text/shared/autopi/01050300.xhp\" name=\"Presentation Wizard Page 3\">Presentation Wizard Page 3</link>."
+msgstr "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation\">პრეზენტაცია</link>"
+
+#. ?-JC
+#: webwizard06.xhp
+msgctxt ""
+"webwizard06.xhp\n"
+"tit\n"
+"help.text"
+msgid "Web Wizard - Web Site Information"
+msgstr "ვების ოსტატი - ვებ-გვერდის ინფორმაცია"
+
+#. rZY|
+#: webwizard06.xhp
+msgctxt ""
+"webwizard06.xhp\n"
+"par_idN10544\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/webwizard06.xhp\">Web Wizard - Web Site Information</link>"
+msgstr "<link href=\"text/shared/autopi/webwizard06.xhp\">ვების ოსტატი - ვებ-გვერდის ინფორმაცია</link>"
+
+#. bxin
+#: webwizard06.xhp
+msgctxt ""
+"webwizard06.xhp\n"
+"par_idN10554\n"
+"help.text"
+msgid "Enter the title and meta information for your web site."
msgstr ""
-#: 01050100.xhp#hd_id3153349.20.help.text
-msgid "List of existing presentations (only available when you select the Open existing presentation option)"
+#. =7mm
+#: webwizard06.xhp
+msgctxt ""
+"webwizard06.xhp\n"
+"par_idN10557\n"
+"help.text"
+msgid "Title"
msgstr ""
-#: 01050100.xhp#par_id3145317.28.help.text
-msgid "<ahelp hid=\"HID_SD_AUTOPILOT_OPEN\">Lists the presentations that you created and saved to the Templates directory that is specified under <emph>%PRODUCTNAME - Paths</emph> in the Options dialog box. To edit the layout and formatting of a presentation with the wizard, select the presentation, and then click <emph>Next</emph>.</ahelp>"
+#. Wr0H
+#: webwizard06.xhp
+msgctxt ""
+"webwizard06.xhp\n"
+"par_idN1055B\n"
+"help.text"
+msgid "<ahelp hid=\"34250\">Enter the title for the index page. This element is displayed on the title bar of web browsers.</ahelp>"
msgstr ""
-#: 01050100.xhp#hd_id3155388.21.help.text
-msgctxt "01050100.xhp#hd_id3155388.21.help.text"
-msgid "Preview"
+#. 6w%n
+#: webwizard06.xhp
+msgctxt ""
+"webwizard06.xhp\n"
+"par_idN1055E\n"
+"help.text"
+msgid "Description"
msgstr ""
-#: 01050100.xhp#par_id3150256.29.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:DLG_ASS:CB_PREVIEW\">Specifies that templates appear in the preview window.</ahelp>"
+#. O$9[
+#: webwizard06.xhp
+msgctxt ""
+"webwizard06.xhp\n"
+"par_idN10562\n"
+"help.text"
+msgid "<ahelp hid=\"34253\">Enter a description for the index page. The description is stored in an HTML meta tag.</ahelp>"
msgstr ""
-#: 01050100.xhp#hd_id3153561.22.help.text
-msgid "Do not show this dialog again"
-msgstr "აღარ აჩვენო ეს დიალოგური ფანჯარა"
+#. )t*4
+#: webwizard06.xhp
+msgctxt ""
+"webwizard06.xhp\n"
+"par_idN10565\n"
+"help.text"
+msgid "Keywords"
+msgstr "საკვანძო სიტყვები"
-#: 01050100.xhp#par_id3153061.30.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:DLG_ASS:CB_STARTWITH\">Specifies that you only want the Wizard to start when you expressly request it with <emph>File - Wizard - Presentation</emph>.</ahelp> This field is only visible when you create a presentation by choosing <emph>File - New - Presentation</emph>. You can also specify whether to show the dialog with the <emph>Start with Wizard</emph> check box in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress - General</emph>."
-msgstr ""
+#. #JwD
+#: webwizard06.xhp
+msgctxt ""
+"webwizard06.xhp\n"
+"par_idN10569\n"
+"help.text"
+msgid "Enter keywords for the index page. Keywords are stored in HTML meta tags."
+msgstr "შეიყვანეთ საწყისი გვერდის საკვანძო სიტყვები. საკვანძო სიტყვები ინახება HTML მეტა ტეგებში."
-#: 01050100.xhp#par_id3159414.13.help.text
-msgid "Continue here to <link href=\"text/shared/autopi/01050200.xhp\" name=\"Wizard Page 2\">Wizard Page 2</link>."
+#. UK%F
+#: webwizard06.xhp
+msgctxt ""
+"webwizard06.xhp\n"
+"par_idN1056C\n"
+"help.text"
+msgid "Created"
+msgstr "შექმნილია"
+
+#. 1Dgp
+#: webwizard06.xhp
+msgctxt ""
+"webwizard06.xhp\n"
+"par_idN10570\n"
+"help.text"
+msgid "<ahelp hid=\"34255\">Enter the creation date for the index page. The date is stored in an HTML meta tag.</ahelp>"
msgstr ""
-#: 01020100.xhp#tit.help.text
-msgid "Fax Wizard - Page Design"
-msgstr "განრიგის ოსტატი - გვერდის დიზაინი"
+#. 4tD/
+#: webwizard06.xhp
+msgctxt ""
+"webwizard06.xhp\n"
+"par_idN10573\n"
+"help.text"
+msgid "Modified"
+msgstr "შეცვლილი"
-#: 01020100.xhp#hd_id3109850.1.help.text
-msgid "<link href=\"text/shared/autopi/01020100.xhp\" name=\"Fax Wizard - Page Design\">Fax Wizard - Page Design</link>"
-msgstr "<link href=\"text/shared/autopi/01020100.xhp\" name=\"Fax Wizard - Page Design\">ფაქსის ოსტატი - გვერდის დიზაინი</link>"
+#. 7{Ne
+#: webwizard06.xhp
+msgctxt ""
+"webwizard06.xhp\n"
+"par_idN10577\n"
+"help.text"
+msgid "<ahelp hid=\"34256\">Enter the modified date for the index page. The date is stored in an HTML meta tag.</ahelp>"
+msgstr ""
-#: 01020100.xhp#par_id3156027.2.help.text
-msgid "<ahelp hid=\"HID_FAX_PAGE1\">Defines the style of your fax document.</ahelp>"
-msgstr "<ahelp hid=\"HID_FAX_PAGE1\">განსაზღვრავს ფაქსის სტილს.</ahelp>"
+#. ccBh
+#: webwizard06.xhp
+msgctxt ""
+"webwizard06.xhp\n"
+"par_idN1057A\n"
+"help.text"
+msgid "E-mail"
+msgstr "ელ-ფოსტა"
-#: 01020100.xhp#par_idN105D7.help.text
-msgid "Business Fax"
-msgstr "ბიზნეს ფაქსი"
+#. TxhS
+#: webwizard06.xhp
+msgctxt ""
+"webwizard06.xhp\n"
+"par_idN1057E\n"
+"help.text"
+msgid "<ahelp hid=\"34258\">Enter the e-mail address for the index page. The address is stored in an HTML meta tag.</ahelp>"
+msgstr ""
-#: 01020100.xhp#par_idN105DB.help.text
-msgid "<ahelp hid=\".\">Creates a fax template for a business-style fax.</ahelp>"
-msgstr "<ahelp hid=\".\">ქმნის შაბლონს ბიზნეს-სტილის ფაქსისთვის.</ahelp>"
+#. $)XO
+#: webwizard06.xhp
+msgctxt ""
+"webwizard06.xhp\n"
+"par_idN10581\n"
+"help.text"
+msgid "Copyright notice"
+msgstr "საავტორო უფლებების შეტყობინება"
-#: 01020100.xhp#par_idN105DE.help.text
-msgctxt "01020100.xhp#par_idN105DE.help.text"
-msgid "Style"
+#. p;64
+#: webwizard06.xhp
+msgctxt ""
+"webwizard06.xhp\n"
+"par_idN10585\n"
+"help.text"
+msgid "<ahelp hid=\"34259\">Enter the copyright notice for the index page. The notice is stored in an HTML meta tag.</ahelp>"
msgstr ""
-#: 01020100.xhp#par_idN105E2.help.text
-msgctxt "01020100.xhp#par_idN105E2.help.text"
-msgid "<ahelp hid=\".\">Specifies the predefined style.</ahelp>"
+#. A06E
+#: webwizard06.xhp
+#, fuzzy
+msgctxt ""
+"webwizard06.xhp\n"
+"par_idN10588\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/webwizard07.xhp\">Web Wizard - Preview</link>"
+msgstr "<link href=\"text/shared/autopi/webwizard01.xhp\">ვების ოსტატი - შესავალი</link>"
+
+#. vQ]j
+#: 01090500.xhp
+msgctxt ""
+"01090500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Form Wizard - Apply Styles"
msgstr ""
-#: 01020100.xhp#par_idN105E5.help.text
-msgid "Private Fax"
-msgstr "პირადი ფაქსი"
+#. 5(34
+#: 01090500.xhp
+msgctxt ""
+"01090500.xhp\n"
+"par_idN10543\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01090500.xhp\">Form Wizard - Apply Styles</link>"
+msgstr ""
-#: 01020100.xhp#par_idN105E9.help.text
-msgid "<ahelp hid=\".\">Creates a fax template for a private fax.</ahelp>"
-msgstr "<ahelp hid=\".\">შექმენი ფაქსის შაბლონი პირადი ფაქსისთვის.</ahelp>"
+#. 8B6K
+#: 01090500.xhp
+msgctxt ""
+"01090500.xhp\n"
+"par_idN10553\n"
+"help.text"
+msgid "Specifies the form style."
+msgstr ""
-#: 01020100.xhp#par_idN105EC.help.text
-msgctxt "01020100.xhp#par_idN105EC.help.text"
-msgid "Style"
+#. =dc2
+#: 01090500.xhp
+msgctxt ""
+"01090500.xhp\n"
+"par_idN10556\n"
+"help.text"
+msgid "Apply styles"
msgstr ""
-#: 01020100.xhp#par_idN105F0.help.text
-msgctxt "01020100.xhp#par_idN105F0.help.text"
-msgid "<ahelp hid=\".\">Specifies the predefined style.</ahelp>"
+#. LQ#T
+#: 01090500.xhp
+msgctxt ""
+"01090500.xhp\n"
+"par_idN1055A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the page style for the form.</ahelp>"
+msgstr "<ahelp hid=\".\">შეიყვანეთ ფაქსის შაბლონის სახელი.</ahelp>"
+
+#. 4a^Q
+#: 01090500.xhp
+msgctxt ""
+"01090500.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "Field border"
msgstr ""
-#: 01020100.xhp#par_id3156002.15.help.text
-msgid "<link href=\"text/shared/autopi/01020200.xhp\" name=\"Go to Fax Wizard - Items to include\">Go to Fax Wizard - Items to include</link>"
-msgstr "<link href=\"text/shared/autopi/01020200.xhp\" name=\"Go to Fax Wizard - Items to include\">ფაქსის ოსტატზე გადასვლა - დასართავი ელემენტები</link>"
+#. z5Z1
+#: 01090500.xhp
+msgctxt ""
+"01090500.xhp\n"
+"par_idN10561\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the field border style.</ahelp>"
+msgstr ""
-#: 01120400.xhp#tit.help.text
-msgid "Group Element Wizard: Database Field"
+#. 6+$g
+#: 01090500.xhp
+msgctxt ""
+"01090500.xhp\n"
+"par_idN10564\n"
+"help.text"
+msgid "No border"
msgstr ""
-#: 01120400.xhp#hd_id3149748.1.help.text
-msgid "<link href=\"text/shared/autopi/01120400.xhp\" name=\"Group Element Wizard: Database Field\">Group Element Wizard: Database Field</link>"
+#. (`c;
+#: 01090500.xhp
+msgctxt ""
+"01090500.xhp\n"
+"par_idN10568\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies that the fields have no border.</ahelp>"
msgstr ""
-#: 01120400.xhp#par_id3154094.2.help.text
-msgid "This page is only visible if the document is linked to a database. It specifies whether the reference values should be saved in the database."
+#. F6X}
+#: 01090500.xhp
+msgctxt ""
+"01090500.xhp\n"
+"par_idN1056B\n"
+"help.text"
+msgid "3D look"
msgstr ""
-#: 01120400.xhp#par_id3153255.12.help.text
-msgid "Indicate where to save the <link href=\"text/shared/02/01170101.xhp\" name=\"reference values\">reference values</link>. A reference value can represent the current state of the group box in a database."
+#. ~$S0
+#: 01090500.xhp
+msgctxt ""
+"01090500.xhp\n"
+"par_idN1056F\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies that the field borders have a 3D look.</ahelp>"
msgstr ""
-#: 01120400.xhp#par_id3149828.11.help.text
-msgid "This page is only displayed if the document is already linked to a database."
+#. aFR^
+#: 01090500.xhp
+msgctxt ""
+"01090500.xhp\n"
+"par_idN10572\n"
+"help.text"
+msgid "Flat"
msgstr ""
-#: 01120400.xhp#hd_id3152551.3.help.text
-msgid "Do you want to save the value in a database field?"
+#. P6lY
+#: 01090500.xhp
+msgctxt ""
+"01090500.xhp\n"
+"par_idN10576\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies that the field borders look flat.</ahelp>"
msgstr ""
-#: 01120400.xhp#hd_id3154823.5.help.text
-msgid "Yes, I want to save it in the following database field:"
+#. ksW(
+#: 01090500.xhp
+#, fuzzy
+msgctxt ""
+"01090500.xhp\n"
+"par_idN10579\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01090600.xhp\" name=\"Form Wizard - Set name\">Form Wizard - Set name</link>"
+msgstr "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Fax Wizard - Footer\">ფაქსის ოსტატი - ქვედა კოლონტიტული</link>"
+
+#. @9Gy
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Document Converter Page 1"
+msgstr "დოკუმენტების გარდამქმნელი გვერდი 1"
+
+#. u6|B
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"hd_id3151299\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01130100.xhp\" name=\"Document Converter Page 1\">Document Converter Page 1</link>"
+msgstr "<link href=\"text/shared/autopi/01130100.xhp\" name=\"Document Converter Page 1\">დოკუმენტების გარდამქმნელი გვერდი 1</link>"
+
+#. 4A2P
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"par_id3150445\n"
+"2\n"
+"help.text"
+msgid "Specifies whether to convert documents from $[officename] or Microsoft Office, and specifies the document type."
msgstr ""
-#: 01120400.xhp#par_id3156346.6.help.text
-msgid "<ahelp hid=\"DBP_RADIOBUTTON_RID_PAGE_OPTION_DBFIELD_RB_STOREINFIELD_YES\">Specifies that you want to save the reference values in a database.</ahelp> The values are written in the data field selected in the list box. The list box displays all the field names from the database table that the form is linked to."
+#. =j8/
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"hd_id3155364\n"
+"27\n"
+"help.text"
+msgid "$[officename]"
+msgstr "$[officename]"
+
+#. PQ_a
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"par_id3149205\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGIMPORT_0_OPTSODOCUMENTS\">Converts old binary documents into the OpenDocument format used by $[officename].</ahelp>"
msgstr ""
-#: 01120400.xhp#hd_id3145382.7.help.text
-msgctxt "01120400.xhp#hd_id3145382.7.help.text"
-msgid "List box"
+#. x6#a
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"hd_id3153049\n"
+"29\n"
+"help.text"
+msgid "Text documents"
msgstr ""
-#: 01120400.xhp#par_id3149398.8.help.text
-msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_OPTION_DBFIELD_LB_STOREINFIELD\" visibility=\"hidden\">Select the data field in which the reference values have to be saved.</ahelp>"
+#. ),lL
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"par_id3145669\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGIMPORT_0_CHKWRITER\">Converts documents in the old format of Writer *.sdw into OpenDocument *.odt documents.</ahelp>"
+msgstr "<ahelp hid=\"HID_DLGIMPORT_0_CHKWRITER\">ძველი ფორმატის $[officename] Writer *.sdw დოკუმენტების OpenDocument *.odt დოკუმენტებად გარდაქმნა.</ahelp>"
+
+#. ?oWC
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"hd_id3151226\n"
+"31\n"
+"help.text"
+msgid "Spreadsheets"
+msgstr "ელექტრონული ცხრილები"
+
+#. BFGY
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"par_id3155391\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGIMPORT_0_CHKCALC\">Converts documents in the old format of Calc *.sdc into OpenDocument *.ods documents.</ahelp>"
+msgstr "<ahelp hid=\"HID_DLGIMPORT_0_CHKCALC\">ძველი ფორმატის $[officename] Calc *.sdc დოკუმენტების OpenDocument *.ods დოკუმენტებად გარდაქმნა.</ahelp>"
+
+#. 9I6y
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"hd_id3145211\n"
+"33\n"
+"help.text"
+msgid "Drawing/presentation documents"
msgstr ""
-#: 01120400.xhp#hd_id3153881.9.help.text
-msgid "No, I only want to save the value in the form."
+#. yrhi
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"par_id3154289\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGIMPORT_0_CHKIMPRESS\">Converts documents in the old format of Draw *.sda into OpenDocument *.odg documents, and Impress *.sdd into OpenDocument *.odp documents.</ahelp>"
+msgstr "<ahelp hid=\"HID_DLGIMPORT_0_CHKIMPRESS\">ძველი ფორმატის $[officename] Draw *.sda დოკუმენტების OpenDocument *.odg დოკუმენტებად, და $[officename] Impress *.sdd დოკუმენტების OpenDocument *.odp დოკუმენტებად გარდაქმნა.</ahelp>"
+
+#. _U~9
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"hd_id3143267\n"
+"35\n"
+"help.text"
+msgid "Master documents/formulas"
+msgstr "მთავარი დოკუმენტები/ფორმულები"
+
+#. d)lY
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"par_id3156114\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGIMPORT_0_CHKMATHGLOBAL\">Converts documents in the old format of Writer master documents *.sgl into OpenDocument *.odm documents, and Math *.smf into OpenDocument *.odf documents.</ahelp>"
+msgstr "<ahelp hid=\"HID_DLGIMPORT_0_CHKMATHGLOBAL\">ძველი ფორმატის $[officename] Writer master documents *.sgl დოკუმენტების OpenDocument *.odm დოკუმენტებად, და $[officename] Math *.smf დოკუმენტების OpenDocument *.odf დოკუმენტებად გარდაქმნა.</ahelp>"
+
+#. ZFX}
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"hd_id3166410\n"
+"37\n"
+"help.text"
+msgid "Microsoft Office"
+msgstr "Microsoft Office"
+
+#. :D.J
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"par_id3150771\n"
+"38\n"
+"help.text"
+msgid "Converts Microsoft Office documents into the OpenDocument format."
+msgstr "Microsoft Office-ის დოკუმენტების OpenDocument ფორმატში გარდაქმნა"
+
+#. _lcf
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"hd_id3150984\n"
+"3\n"
+"help.text"
+msgid "Word documents"
+msgstr "Word-ის დოკუმენტები"
+
+#. w+#H
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"par_id3150255\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGIMPORT_2_CHKWORD\">Converts documents in Microsoft Word format *.doc into OpenDocument *.odt documents.</ahelp>"
+msgstr "<ahelp hid=\"HID_DLGIMPORT_2_CHKWORD\">Microsoft Word ფორმატის *.doc დოკუმენტების OpenDocument *.odt დოკუმენტებად გარდაქმნა.</ahelp>"
+
+#. QdUV
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"hd_id3155421\n"
+"4\n"
+"help.text"
+msgid "Excel documents"
+msgstr "Excel-ის დოკუმენტები"
+
+#. ^sys
+#: 01130100.xhp
+#, fuzzy
+msgctxt ""
+"01130100.xhp\n"
+"par_id3155630\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGIMPORT_2_CHKEXCEL\">Converts documents in Microsoft Excel format *.xls into OpenDocument *.ods documents.</ahelp>"
+msgstr "<ahelp hid=\"HID_DLGIMPORT_2_CHKWORD\">Microsoft Word ფორმატის *.doc დოკუმენტების OpenDocument *.odt დოკუმენტებად გარდაქმნა.</ahelp>"
+
+#. X,BY
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"hd_id3153127\n"
+"5\n"
+"help.text"
+msgid "PowerPoint documents"
+msgstr "PowerPoint-ის დოკუმენტები"
+
+#. 2N[+
+#: 01130100.xhp
+#, fuzzy
+msgctxt ""
+"01130100.xhp\n"
+"par_id3149786\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGIMPORT_2_CHKPOWERPOINT\">Converts documents in Microsoft PowerPoint format *.ppt into OpenDocument *.odp documents.</ahelp>"
+msgstr "<ahelp hid=\"HID_DLGIMPORT_2_CHKWORD\">Microsoft Word ფორმატის *.doc დოკუმენტების OpenDocument *.odt დოკუმენტებად გარდაქმნა.</ahelp>"
+
+#. XUm_
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"hd_id3153088\n"
+"39\n"
+"help.text"
+msgid "Create Log file"
msgstr ""
-#: 01120400.xhp#par_id3153146.10.help.text
-msgid "<ahelp hid=\"DBP_RADIOBUTTON_RID_PAGE_OPTION_DBFIELD_RB_STOREINFIELD_NO\">Specifies that you want to save the reference values in the form only, and not in the database.</ahelp>"
+#. $(Ww
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"par_id3149797\n"
+"40\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGIMPORT_0_CHKLOGFILE\">Creates a log file in your work directory showing which documents have been converted.</ahelp>"
msgstr ""
-#: 01130200.xhp#tit.help.text
-msgid "Document converter continuation pages"
+#. F\8S
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"par_id3149578\n"
+"26\n"
+"help.text"
+msgid "Continue to the next page of the <link href=\"text/shared/autopi/01130200.xhp\" name=\"Document Converter\">Document Converter</link>."
+msgstr "Continue to the next page of the <link href=\"text/shared/autopi/01130200.xhp\" name=\"Document Converter\">დოკუმენტების გარდამქმნელი</link>."
+
+#. Ye[G
+#: 01050400.xhp
+msgctxt ""
+"01050400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Presentation Wizard Page 4"
+msgstr "პრეზენტაციის ოსტატი გვერდი 4"
+
+#. lg:F
+#: 01050400.xhp
+#, fuzzy
+msgctxt ""
+"01050400.xhp\n"
+"hd_id3149119\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01050400.xhp\" name=\"Presentation Wizard Page 4\">Presentation Wizard Page 4</link>"
+msgstr "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation\">პრეზენტაცია</link>"
+
+#. ?5a*
+#: 01050400.xhp
+msgctxt ""
+"01050400.xhp\n"
+"par_id3150247\n"
+"28\n"
+"help.text"
+msgid "You can specify the name of your company, your presentation topic, and the basic ideas you want to cover."
msgstr ""
-#: 01130200.xhp#hd_id3149748.1.help.text
-msgid "<link href=\"text/shared/autopi/01130200.xhp\" name=\"Document converter continuation pages\">Document converter continuation pages</link>"
+#. ./j}
+#: 01050400.xhp
+msgctxt ""
+"01050400.xhp\n"
+"hd_id3147571\n"
+"29\n"
+"help.text"
+msgid "Describe your basic ideas"
msgstr ""
-#: 01130200.xhp#par_id3147143.2.help.text
-msgid "Specifies, for each template type and document type, the directory to be read from and the directory to be written to."
+#. OF2X
+#: 01050400.xhp
+msgctxt ""
+"01050400.xhp\n"
+"hd_id3153345\n"
+"30\n"
+"help.text"
+msgid "What is your name or the name of your company?"
msgstr ""
-#: 01130200.xhp#hd_id3156027.4.help.text
-msgid "Templates"
-msgstr "შაბლონები"
+#. lzQV
+#: 01050400.xhp
+msgctxt ""
+"01050400.xhp\n"
+"par_id3149182\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"SD:EDIT:DLG_ASS:EDT_PAGE4_ASKNAME\" visibility=\"visible\">Specifies your name or the name of your company.</ahelp>"
+msgstr ""
-#: 01130200.xhp#par_id3153681.14.help.text
-msgid "Determines whether templates are to be converted, and how they are converted."
+#. WJU:
+#: 01050400.xhp
+msgctxt ""
+"01050400.xhp\n"
+"hd_id3156410\n"
+"31\n"
+"help.text"
+msgid "What is the subject of your presentation?"
msgstr ""
-#: 01130200.xhp#hd_id3146957.15.help.text
-msgid "Text templates"
+#. +d[C
+#: 01050400.xhp
+msgctxt ""
+"01050400.xhp\n"
+"par_id3149177\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\"SD:EDIT:DLG_ASS:EDT_PAGE4_ASKTOPIC\" visibility=\"visible\">Specifies the topic of your presentation.</ahelp>"
msgstr ""
-#: 01130200.xhp#par_id3153345.16.help.text
-msgid "Note that the \"Text templates\" label can change, depending on the selections from the previous page. For example, if Microsoft Word documents have been selected, the label reads \"Word templates\"."
+#. Wt?F
+#: 01050400.xhp
+msgctxt ""
+"01050400.xhp\n"
+"hd_id3146797\n"
+"32\n"
+"help.text"
+msgid "Further ideas to be presented?"
msgstr ""
-#: 01130200.xhp#par_id3149182.17.help.text
-msgid "<ahelp hid=\"HID_DLGIMPORT_2_CBTEMPLATE\">Specifies that templates are to be converted.</ahelp>"
+#. 3job
+#: 01050400.xhp
+msgctxt ""
+"01050400.xhp\n"
+"par_id3149398\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"SD:MULTILINEEDIT:DLG_ASS:EDT_PAGE4_ASKINFORMATION\" visibility=\"visible\">Use this field for further thoughts and ideas that you would like to cover later in your presentation.</ahelp>"
msgstr ""
-#: 01130200.xhp#hd_id3153683.18.help.text
-msgid "Including subdirectories"
+#. puRE
+#: 01050400.xhp
+#, fuzzy
+msgctxt ""
+"01050400.xhp\n"
+"par_id3157909\n"
+"11\n"
+"help.text"
+msgid "Continue to <link href=\"text/shared/autopi/01050500.xhp\" name=\"Presentation Wizard Page 5\">Presentation Wizard Page 5</link>."
+msgstr "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation\">პრეზენტაცია</link>"
+
+#. ]8Pc
+#: webwizard05bi.xhp
+msgctxt ""
+"webwizard05bi.xhp\n"
+"tit\n"
+"help.text"
+msgid "Background Images"
msgstr ""
-#: 01130200.xhp#par_id3149811.19.help.text
-msgid "<ahelp hid=\"HID_DLGIMPORT_2_CBDOCUMENTRECURSE\">Indicates that the subdirectories of the selected directory are also searched for matching files.</ahelp>"
+#. @QkT
+#: webwizard05bi.xhp
+msgctxt ""
+"webwizard05bi.xhp\n"
+"par_idN1053A\n"
+"help.text"
+msgid "Background Images"
msgstr ""
-#: 01130200.xhp#hd_id3159269.20.help.text
-msgid "Import from"
+#. Fm(b
+#: webwizard05bi.xhp
+msgctxt ""
+"webwizard05bi.xhp\n"
+"par_idN1053E\n"
+"help.text"
+msgid "<ahelp hid=\"34290\">Specifies a background image for the <link href=\"text/shared/autopi/webwizard05.xhp\">Web Wizard style</link>.</ahelp>"
+msgstr "<ahelp hid=\"34290\">განსაზღვრავს ფონის სურათს <link href=\"text/shared/autopi/webwizard05.xhp\">ვების ოსტატის სტილისთვის</link>.</ahelp>"
+
+#. co26
+#: webwizard05bi.xhp
+msgctxt ""
+"webwizard05bi.xhp\n"
+"par_idN1054F\n"
+"help.text"
+msgid "Other"
+msgstr "სხვა"
+
+#. za3%
+#: webwizard05bi.xhp
+msgctxt ""
+"webwizard05bi.xhp\n"
+"par_idN10553\n"
+"help.text"
+msgid "<ahelp hid=\"34291\">Opens a file open dialog to select a background image file for the index page.</ahelp>"
msgstr ""
-#: 01130200.xhp#par_id3153821.21.help.text
-msgid "<ahelp hid=\"HID_DLGIMPORT_2_LBDOCUMENTPATH\">Specifies the directory containing the source files. </ahelp>"
+#. h=MT
+#: webwizard05bi.xhp
+msgctxt ""
+"webwizard05bi.xhp\n"
+"par_idN10556\n"
+"help.text"
+msgid "None"
msgstr ""
-#: 01130200.xhp#hd_id3149732.22.help.text
-msgid "Save to"
+#. q4/*
+#: webwizard05bi.xhp
+msgctxt ""
+"webwizard05bi.xhp\n"
+"par_idN1055A\n"
+"help.text"
+msgid "<ahelp hid=\"34292\">Clears the background image from the index page.</ahelp>"
msgstr ""
-#: 01130200.xhp#par_id3155449.23.help.text
-msgid "<ahelp hid=\"HID_DLGIMPORT_2_EDDOCUMENTPATH\">Specifies the directory to which the destination files are written.</ahelp>"
+#. [fl#
+#: 01100300.xhp
+msgctxt ""
+"01100300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Report Wizard - Sort Options"
msgstr ""
-#: 01130200.xhp#hd_id3153126.24.help.text
-msgctxt "01130200.xhp#hd_id3153126.24.help.text"
-msgid "..."
+#. ?VGi
+#: 01100300.xhp
+#, fuzzy
+msgctxt ""
+"01100300.xhp\n"
+"hd_id3148668\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01100300.xhp\" name=\"Report Wizard - Sort Options\">Report Wizard - Sort Options</link>"
+msgstr "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Fax Wizard - Footer\">ფაქსის ოსტატი - ქვედა კოლონტიტული</link>"
+
+#. 7eO[
+#: 01100300.xhp
+msgctxt ""
+"01100300.xhp\n"
+"par_id3148520\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the fields by which to sort the report. Fields can be sorted by up to four levels, each either ascending or descending. Grouped fields can only be sorted within each group.</ahelp>"
msgstr ""
-#: 01130200.xhp#par_id3155388.25.help.text
-msgid "<ahelp hid=\"HID_DLGIMPORT_2_CMDDOCUMENTPATHSELECT\">Opens a dialog to select the desired path.</ahelp>"
+#. T*J+
+#: 01100300.xhp
+msgctxt ""
+"01100300.xhp\n"
+"hd_id3149205\n"
+"3\n"
+"help.text"
+msgid "Sort by"
+msgstr "დახარისხება"
+
+#. KymM
+#: 01100300.xhp
+msgctxt ""
+"01100300.xhp\n"
+"par_id3155555\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGREPORT_3_SORT1\">Select the first field by which to sort the report.</ahelp>"
msgstr ""
-#: 01130200.xhp#hd_id3149416.26.help.text
-msgctxt "01130200.xhp#hd_id3149416.26.help.text"
-msgid "Documents"
+#. Gw^s
+#: 01100300.xhp
+msgctxt ""
+"01100300.xhp\n"
+"hd_id3154751\n"
+"4\n"
+"help.text"
+msgid "Then by"
msgstr ""
-#: 01130200.xhp#par_id3159176.27.help.text
-msgid "Determines whether and how documents are converted."
+#. faGA
+#: 01100300.xhp
+msgctxt ""
+"01100300.xhp\n"
+"par_id3149182\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGREPORT_3_SORT4\">Select an additional field by which to sort the report.</ahelp>"
msgstr ""
-#: 01130200.xhp#hd_id3149236.28.help.text
-msgctxt "01130200.xhp#hd_id3149236.28.help.text"
-msgid "Text documents"
+#. nwf_
+#: 01100300.xhp
+msgctxt ""
+"01100300.xhp\n"
+"hd_id3146957\n"
+"5\n"
+"help.text"
+msgid "Ascending"
+msgstr "ზრდადობით"
+
+#. x3LB
+#: 01100300.xhp
+msgctxt ""
+"01100300.xhp\n"
+"par_id3155338\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGREPORT_3_OPTASCEND4\">Sorts the field contents in ascending order.</ahelp>"
msgstr ""
-#: 01130200.xhp#par_id3148564.29.help.text
-msgid "Note that the \"Text documents\" label can change, depending on the selections from the previous page. For example, if Microsoft Word documents have been selected, the label reads \"Word documents\"."
+#. m5ZM
+#: 01100300.xhp
+msgctxt ""
+"01100300.xhp\n"
+"hd_id3147653\n"
+"6\n"
+"help.text"
+msgid "Descending"
+msgstr "კლებადობით"
+
+#. z4(O
+#: 01100300.xhp
+msgctxt ""
+"01100300.xhp\n"
+"par_id3156113\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGREPORT_3_OPTDESCEND4\">Sorts the field contents in descending order.</ahelp>"
msgstr ""
-#: 01130200.xhp#par_id3148944.30.help.text
-msgid "<ahelp hid=\"HID_DLGIMPORT_2_CBDOCUMENT\">Indicates that the documents are to be converted.</ahelp>"
+#. X0?C
+#: 01100300.xhp
+msgctxt ""
+"01100300.xhp\n"
+"par_id3156329\n"
+"11\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01100400.xhp\" name=\"More about Report Wizard - Choose Layout\">More about Report Wizard - Choose Layout</link>"
msgstr ""
-#: 01130200.xhp#par_id3156344.13.help.text
+#. FebQ
+#: webwizard00.xhp
+msgctxt ""
+"webwizard00.xhp\n"
+"tit\n"
+"help.text"
+msgid "Web Wizard"
+msgstr "ვების ოსტატი"
+
+#. SbHl
+#: webwizard00.xhp
#, fuzzy
-msgid "Here you can return to the main page of the <link href=\"text/shared/autopi/01130000.xhp\" name=\"Document Converter\">Document Converter Wizard</link>."
-msgstr "Continue to the next page of the <link href=\"text/shared/autopi/01130200.xhp\" name=\"Document Converter\">დოკუმენტების გარდამქმნელი</link>."
+msgctxt ""
+"webwizard00.xhp\n"
+"par_idN1054D\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/webwizard00.xhp\">Web Wizard</link>"
+msgstr "<link href=\"text/shared/autopi/webwizard03.xhp\">ვების ოსტატი - მთავარი განლაგება</link>"
+
+#. Jz=_
+#: webwizard00.xhp
+msgctxt ""
+"webwizard00.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "<ahelp hid=\"34200\">The Web Wizard helps you to maintain a web site on an Internet server.</ahelp> The Web Wizard converts files in a local folder to a web format and uploads the files to the server. The wizard also uses one of the supplied templates to create an index page that contains hyperlinks to the uploaded files."
+msgstr ""
+
+#. YrFS
+#: webwizard00.xhp
+msgctxt ""
+"webwizard00.xhp\n"
+"par_idN105C4\n"
+"help.text"
+msgid "The Web Wizard uses the File Transfer Protocol (FTP) to upload files to a server. You cannot use the wizard to upload the files if you connect to the internet through a proxy server."
+msgstr ""
+
+#. SLDF
+#: webwizard00.xhp
+msgctxt ""
+"webwizard00.xhp\n"
+"par_idN10574\n"
+"help.text"
+msgid "The wizard involves the following steps:"
+msgstr ""
-#: 01170000.xhp#tit.help.text
+#. -6)m
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"tit\n"
+"help.text"
msgid "Address Data Source"
msgstr ""
-#: 01170000.xhp#hd_id3147285.2.help.text
+#. zm}v
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3147285\n"
+"2\n"
+"help.text"
msgid "<link href=\"text/shared/autopi/01170000.xhp\" name=\"Address Data Source\">Address Data Source</link>"
msgstr ""
-#: 01170000.xhp#par_id3153910.3.help.text
+#. ,`p]
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3153910\n"
+"3\n"
+"help.text"
msgid "<ahelp hid=\".\">This wizard registers an existing address book as a data source in $[officename].</ahelp>"
msgstr ""
-#: 01170000.xhp#par_id3151226.4.help.text
+#. n;Ae
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3151226\n"
+"4\n"
+"help.text"
msgid "You can register address data and other data sources in $[officename] at any time:"
msgstr ""
-#: 01170000.xhp#hd_id3153527.9.help.text
+#. /3sL
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3153527\n"
+"9\n"
+"help.text"
msgid "Please select the type of your external address book"
msgstr "გთხოვთ აირჩიოთ გარე მისამართების წიგნის ტიპი"
-#: 01170000.xhp#par_id5782036.help.text
+#. 32{X
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id5782036\n"
+"help.text"
msgid "Not all types are available on all systems."
msgstr ""
-#: 01170000.xhp#hd_id3154288.10.help.text
+#. duH=
+#: 01170000.xhp
#, fuzzy
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3154288\n"
+"10\n"
+"help.text"
msgid "Seamonkey / Netscape"
msgstr "Mozilla / Netscape"
-#: 01170000.xhp#par_id3145071.11.help.text
+#. ,F4T
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3145071\n"
+"11\n"
+"help.text"
msgid "<ahelp hid=\"extensions:RadioButton:RID_PAGE_SELECTABTYPE:RB_MORK\">Select this option if you already use an address book in Seamonkey or Netscape.</ahelp>"
msgstr ""
-#: 01170000.xhp#hd_id3895382.help.text
+#. 6)$|
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3895382\n"
+"help.text"
msgid "Thunderbird"
msgstr "Thunderbird"
-#: 01170000.xhp#par_id6709494.help.text
+#. 6l%$
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id6709494\n"
+"help.text"
msgid "<ahelp hid=\".\">Select this option if you already use an address book in Thunderbird.</ahelp>"
msgstr ""
-#: 01170000.xhp#hd_id3149182.12.help.text
+#. CA5k
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3149182\n"
+"12\n"
+"help.text"
msgid "LDAP address data"
msgstr ""
-#: 01170000.xhp#par_id3147209.13.help.text
+#. k#}L
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3147209\n"
+"13\n"
+"help.text"
msgid "<ahelp hid=\"extensions:RadioButton:RID_PAGE_SELECTABTYPE:RB_LDAP\">Select this option if you already have address data on an LDAP server.</ahelp>"
msgstr ""
-#: 01170000.xhp#hd_id3152780.14.help.text
+#. n79H
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3152780\n"
+"14\n"
+"help.text"
msgid "Outlook address book"
msgstr ""
-#: 01170000.xhp#par_id3159176.15.help.text
+#. k1^#
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3159176\n"
+"15\n"
+"help.text"
msgid "<ahelp hid=\"extensions:RadioButton:RID_PAGE_SELECTABTYPE:RB_OUTLOOK\">Select this option if you already use an address book in Microsoft Outlook (not Outlook Express).</ahelp>"
msgstr ""
-#: 01170000.xhp#hd_id3154860.16.help.text
+#. LI#P
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3154860\n"
+"16\n"
+"help.text"
msgid "Windows system address book"
msgstr ""
-#: 01170000.xhp#par_id3150254.17.help.text
+#. )m{I
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3150254\n"
+"17\n"
+"help.text"
msgid "<ahelp hid=\"extensions:RadioButton:RID_PAGE_SELECTABTYPE:RB_OUTLOOKEXPRESS\">Select this option if you already use an address book in Microsoft Outlook Express.</ahelp>"
msgstr ""
-#: 01170000.xhp#hd_id9215979.help.text
+#. 4T8i
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id9215979\n"
+"help.text"
msgid "KDE Address book"
msgstr ""
-#: 01170000.xhp#par_id585650.help.text
+#. km?X
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id585650\n"
+"help.text"
msgid "<ahelp hid=\".\">Select this option if you already use an address book in KDE Address book.</ahelp>"
msgstr ""
-#: 01170000.xhp#hd_id4791405.help.text
+#. ev$]
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id4791405\n"
+"help.text"
msgid "OS X Address book"
msgstr ""
-#: 01170000.xhp#par_id6873683.help.text
+#. #h-;
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id6873683\n"
+"help.text"
msgid "<ahelp hid=\".\">Select this option if you already use an address book in OS X Address book.</ahelp>"
msgstr ""
-#: 01170000.xhp#hd_id4517654.help.text
+#. j4P\
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id4517654\n"
+"help.text"
msgid "Evolution"
msgstr ""
-#: 01170000.xhp#par_id4368724.help.text
+#. 8jkT
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id4368724\n"
+"help.text"
msgid "<ahelp hid=\".\">Select this option if you already use an address book in Evolution.</ahelp>"
msgstr ""
-#: 01170000.xhp#hd_id4218268.help.text
+#. -vjF
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id4218268\n"
+"help.text"
msgid "Evolution LDAP"
msgstr ""
-#: 01170000.xhp#par_id6269112.help.text
+#. bW#U
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id6269112\n"
+"help.text"
msgid "<ahelp hid=\".\">Select this option if you already use an address book in Evolution LDAP.</ahelp>"
msgstr ""
-#: 01170000.xhp#hd_id8174382.help.text
+#. _1%\
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id8174382\n"
+"help.text"
msgid "Groupwise"
msgstr ""
-#: 01170000.xhp#par_id5294045.help.text
+#. ``l/
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id5294045\n"
+"help.text"
msgid "<ahelp hid=\".\">Select this option if you already use an address book in Groupwise.</ahelp>"
msgstr ""
-#: 01170000.xhp#hd_id3150976.18.help.text
+#. R_9K
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3150976\n"
+"18\n"
+"help.text"
msgid "Other external data source"
msgstr ""
-#: 01170000.xhp#par_id3156192.19.help.text
+#. `e%I
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3156192\n"
+"19\n"
+"help.text"
msgid "<ahelp hid=\"extensions:RadioButton:RID_PAGE_SELECTABTYPE:RB_OTHER\">Select this option if you want to register another data source as address book in $[officename].</ahelp>"
msgstr ""
-#: 01170000.xhp#hd_id3145674.21.help.text
-msgctxt "01170000.xhp#hd_id3145674.21.help.text"
+#. 2PPf
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3145674\n"
+"21\n"
+"help.text"
msgid "Cancel"
msgstr ""
-#: 01170000.xhp#par_id3154306.20.help.text
+#. Aj]V
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154306\n"
+"20\n"
+"help.text"
msgid "<ahelp hid=\"HID_ABSPILOT_CANCEL\">Exits the wizard without implementing any changes.</ahelp>"
msgstr ""
-#: 01170000.xhp#par_id3148943.22.help.text
+#. ak)[
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3148943\n"
+"22\n"
+"help.text"
msgid "<ahelp hid=\"HID_ABSPILOT_PREVIOUS\" visibility=\"hidden\">Go to previous step.</ahelp>"
msgstr ""
-#: 01170000.xhp#par_id3148946.23.help.text
+#. 1g(Y
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3148946\n"
+"23\n"
+"help.text"
msgid "<ahelp hid=\"HID_ABSPILOT_NEXT\" visibility=\"hidden\">Go to next step.</ahelp>"
msgstr ""
-#: 01170000.xhp#hd_id3147303.5.help.text
-msgctxt "01170000.xhp#hd_id3147303.5.help.text"
+#. $Plm
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3147303\n"
+"5\n"
+"help.text"
msgid "Create"
msgstr "შექმნილია"
-#: 01170000.xhp#par_id3149795.6.help.text
+#. ZCO^
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3149795\n"
+"6\n"
+"help.text"
msgid "<ahelp hid=\"HID_ABSPILOT_FINISH\">Establishes the connection to the data source and closes the dialog.</ahelp>"
msgstr ""
-#: 01090210.xhp#tit.help.text
-msgid "Form Wizard - Add Subform Fields"
+#. )sNe
+#: 01170400.xhp
+msgctxt ""
+"01170400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data Source Name"
msgstr ""
-#: 01090210.xhp#par_idN10546.help.text
-msgid "<link href=\"text/shared/autopi/01090210.xhp\">Form Wizard - Add Subform Fields</link>"
+#. )m/;
+#: 01170400.xhp
+msgctxt ""
+"01170400.xhp\n"
+"hd_id3147000\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01170400.xhp\" name=\"Data Source Name\">Data Source Name</link>"
msgstr ""
-#: 01090210.xhp#par_idN10556.help.text
-msgid "Specify the table or query you need to create the subform, and which fields you wish to include in the subform."
+#. j60S
+#: 01170400.xhp
+msgctxt ""
+"01170400.xhp\n"
+"par_id3144740\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies a location for the address book file and a name under which the data source will be listed in the data source explorer.</ahelp>"
msgstr ""
-#: 01090210.xhp#par_idN10559.help.text
-msgctxt "01090210.xhp#par_idN10559.help.text"
-msgid "Tables or queries"
+#. ;3o#
+#: 01170400.xhp
+msgctxt ""
+"01170400.xhp\n"
+"par_idN105B7\n"
+"help.text"
+msgid "Location"
msgstr ""
-#: 01090210.xhp#par_idN1055D.help.text
-msgid "<ahelp hid=\".\">Specifies the table or query for which the subform is to be created.</ahelp>"
+#. ${a9
+#: 01170400.xhp
+msgctxt ""
+"01170400.xhp\n"
+"par_idN105BB\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the location of the database file.</ahelp>"
msgstr ""
-#: 01090210.xhp#par_idN10590.help.text
-msgid "Fields in my subform"
-msgstr ""
+#. (r!D
+#: 01170400.xhp
+msgctxt ""
+"01170400.xhp\n"
+"par_idN105BE\n"
+"help.text"
+msgid "Browse"
+msgstr "არჩევა"
-#: 01090210.xhp#par_idN10594.help.text
-msgid "<ahelp hid=\".\">Displays all fields that will be included in the new subform.</ahelp>"
+#. +B_+
+#: 01170400.xhp
+msgctxt ""
+"01170400.xhp\n"
+"par_idN105C2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the location using a file dialog.</ahelp>"
msgstr ""
-#: 01090210.xhp#par_idN10597.help.text
-msgid "<link href=\"text/shared/autopi/01090220.xhp\" name=\"Form Wizard - Get joined fields\">Form Wizard - Get joined fields</link>"
+#. {z\F
+#: 01170400.xhp
+msgctxt ""
+"01170400.xhp\n"
+"par_idN105C5\n"
+"help.text"
+msgid "Make this address book available to all modules in %PRODUCTNAME"
msgstr ""
-#: 01110500.xhp#tit.help.text
-msgid "HTML Export - Page 5"
-msgstr "HTML ექსპორტი - გვერდი 5"
-
-#: 01110500.xhp#hd_id3144415.1.help.text
-msgid "<link href=\"text/shared/autopi/01110500.xhp\" name=\"HTML Export - Page 5\">HTML Export - Page 5</link>"
-msgstr "<link href=\"text/shared/autopi/01110500.xhp\" name=\"HTML Export - Page 5\">HTML ექსპორტი - გვერდი 5</link>"
-
-#: 01110500.xhp#par_id3151100.2.help.text
-msgid "Defines a button style for navigation through the presentation slides."
+#. Lxo]
+#: 01170400.xhp
+msgctxt ""
+"01170400.xhp\n"
+"par_idN105C9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Registers the newly created database file in %PRODUCTNAME. The database will then be listed in the data source window (F4). If this check box is cleared, the database will be available only by opening the database file.</ahelp>"
msgstr ""
-#: 01110500.xhp#par_id3155351.9.help.text
-msgid "This page is not visible if you have unmarked the <emph>Create title page</emph> check box, or if you have selected either automatic or WebCast export."
+#. g1Cg
+#: 01170400.xhp
+msgctxt ""
+"01170400.xhp\n"
+"hd_id3144436\n"
+"3\n"
+"help.text"
+msgid "Address book name"
+msgstr "მისართების წიგნის სახელი"
+
+#. ;w$$
+#: 01170400.xhp
+msgctxt ""
+"01170400.xhp\n"
+"par_id3154673\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"extensions:Edit:RID_PAGE_FINAL:ET_DATASOURCENAME\">Specifies the data source name.</ahelp>"
msgstr ""
-#: 01110500.xhp#hd_id3145090.7.help.text
-msgid "Select button style"
-msgstr "აირჩიეთ ღილაკის სტილი"
+#. @@FB
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Wizard"
+msgstr "ოსტატი"
-#: 01110500.xhp#par_id3155805.8.help.text
-msgid "Specifies whether you want to insert navigation buttons in your presentation. You can also select the style of the buttons."
-msgstr "განსაზღვრავს გინდათ თუ არა თქვენს პრეზენტაციაში ნავიგაციის ღილაკების ჩასმა. თქვენ ასევე შეგიძლიათ შეარჩიოთ ღილაკების სტილი."
+#. ;5fb
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"bm_id3152551\n"
+"help.text"
+msgid "<bookmark_value>wizards; overview</bookmark_value><bookmark_value>AutoPilots, see wizards</bookmark_value>"
+msgstr ""
-#: 01110500.xhp#hd_id3149095.3.help.text
-msgid "Text only"
-msgstr "მხოლოდ ტექსტი"
+#. !;9\
+#: 01000000.xhp
+#, fuzzy
+msgctxt ""
+"01000000.xhp\n"
+"hd_id3152551\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01000000.xhp\" name=\"Wizards\">Wizards</link>"
+msgstr "<link href=\"text/shared/autopi/01020000.xhp\" name=\"Fax\">ფაქსი</link>"
-#: 01110500.xhp#par_id3147576.4.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:DLG_PUBLISHING:PAGE5_TEXTONLY\">Inserts only text hyperlinks instead of buttons.</ahelp>"
+#. uEl$
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"par_id3153527\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AutoPilotMenu\">Guides you through creating business and personal letters, faxes, agendas, presentations, and more.</ahelp>"
msgstr ""
-#: 01110500.xhp#hd_id3156411.5.help.text
-msgid "Selection field"
-msgstr ""
+#. _y}Q
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"hd_id3154750\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01010000.xhp\" name=\"Letter\">Letter</link>"
+msgstr "<link href=\"text/shared/autopi/01010000.xhp\" name=\"Letter\">წერილი</link>"
-#: 01110500.xhp#par_id3153681.6.help.text
-msgid "Displays the available button styles. Click on a button style to select it."
-msgstr "აჩვენებს ღილაკების ხელმისაწვდომ სტილებს. ასარჩევად დააწკაპუნეთ ღილაკის სტილზე."
+#. (iFY
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"hd_id3153662\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01020000.xhp\" name=\"Fax\">Fax</link>"
+msgstr "<link href=\"text/shared/autopi/01020000.xhp\" name=\"Fax\">ფაქსი</link>"
-#: 01050500.xhp#tit.help.text
-msgid "Presentation Wizard Page 5"
-msgstr "პრეზენტაციის ოსტატი გვერდი 5"
+#. r#1S
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"hd_id3153561\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01040000.xhp\" name=\"Agenda\">Agenda</link>"
+msgstr "<link href=\"text/shared/autopi/01040000.xhp\" name=\"Agenda\">განრიგი</link>"
-#: 01050500.xhp#hd_id3159224.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/autopi/01050500.xhp\" name=\"Presentation Wizard Page 5\">Presentation Wizard Page 5</link>"
+#. )en_
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"hd_id3146948\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation\">Presentation</link>"
msgstr "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation\">პრეზენტაცია</link>"
-#: 01050500.xhp#par_id3150247.18.help.text
-msgid "You can determine which pages to include in the created presentation."
-msgstr ""
-
-#: 01050500.xhp#hd_id3150178.19.help.text
-msgid "Choose your pages"
-msgstr ""
+#. juiC
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"hd_id3147530\n"
+"16\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01130000.xhp\" name=\"Document Converter\">Document Converter</link>"
+msgstr "<link href=\"text/shared/autopi/01130000.xhp\" name=\"Document Converter\">დოკუმენტის კონვერტორი</link>"
-#: 01050500.xhp#par_id3155552.21.help.text
-msgid "In the list field, you see all pages belonging to the selected presentation template. All pages with a checkmark in the check box next to their names will be included in the created presentation. To not include a page, clear the check box in front of the page name. Click the small plus sign that is next to the page name to display the corresponding sub-items."
-msgstr ""
+#. Yq=1
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"hd_id3147303\n"
+"18\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01150000.xhp\" name=\"Euro Converter\">Euro Converter</link>"
+msgstr "<link href=\"text/shared/autopi/01150000.xhp\" name=\"Euro Converter\">Euro Converter</link>"
-#: 01050500.xhp#hd_id3149346.20.help.text
-msgid "Create summary"
-msgstr ""
+#. B8=G
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Presentation Wizard"
+msgstr "პრეზენტაციის ოსტატი"
-#: 01050500.xhp#par_id3150774.22.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:DLG_ASS:CB_PAGE5_SUMMARY\">Creates a summary of all presentation contents.</ahelp>"
+#. y2RB
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"bm_id3159224\n"
+"help.text"
+msgid "<bookmark_value>wizards; presentations</bookmark_value><bookmark_value>presentations; wizards</bookmark_value>"
msgstr ""
-#: 01050500.xhp#par_id3156426.23.help.text
-msgid "Return to the <link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation Wizard\">Presentation Wizard</link> title page."
+#. 2%Rc
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3159224\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation Wizard\">Presentation Wizard</link>"
msgstr "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation\">პრეზენტაცია</link>"
-#: webwizard00.xhp#tit.help.text
-msgid "Web Wizard"
-msgstr "ვების ოსტატი"
-
-#: webwizard00.xhp#par_idN1054D.help.text
-#, fuzzy
-msgctxt "webwizard00.xhp#par_idN1054D.help.text"
-msgid "<link href=\"text/shared/autopi/webwizard00.xhp\">Web Wizard</link>"
-msgstr "<link href=\"text/shared/autopi/webwizard03.xhp\">ვების ოსტატი - მთავარი განლაგება</link>"
+#. :gRt
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3156027\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"autopilot\"><ahelp hid=\"SID_AUTOPILOT\">Use the wizard to interactively create a presentation. With the wizard, you can modify the sample templates to suit your needs.</ahelp></variable> The wizard takes you step by step through the design elements and offers various editing options."
+msgstr ""
-#: webwizard00.xhp#par_idN1055D.help.text
-msgid "<ahelp hid=\"34200\">The Web Wizard helps you to maintain a web site on an Internet server.</ahelp>The Web Wizard converts files in a local folder to a web format and uploads the files to the server. The wizard also uses one of the supplied templates to create an index page that contains hyperlinks to the uploaded files."
+#. Q/Z+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3154289\n"
+"11\n"
+"help.text"
+msgid "The Presentation Wizard starts automatically when you open a new presentation. You can deactivate this function if you choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01070500.xhp\" name=\"Presentation - General\">%PRODUCTNAME Impress - General</link></emph> and deselect the <emph>Start with Wizard</emph> check box."
msgstr ""
-#: webwizard00.xhp#par_idN105C4.help.text
-msgid "The Web Wizard uses the File Transfer Protocol (FTP) to upload files to a server. You cannot use the wizard to upload the files if you connect to the internet through a proxy server."
+#. g(_X
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3166410\n"
+"3\n"
+"help.text"
+msgid "Within each wizard page, you can undo, modify, or skip altogether the editing steps. If you decide to skip over one of the pages, the wizard uses the default settings."
msgstr ""
-#: webwizard00.xhp#par_idN10574.help.text
-msgid "The wizard involves the following steps:"
+#. z``Q
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3159269\n"
+"4\n"
+"help.text"
+msgid "<< Back"
msgstr ""
-#: 01100200.xhp#tit.help.text
-msgid "Report Wizard - Grouping"
+#. 9{#`
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3150504\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"SD:PUSHBUTTON:DLG_ASS:BUT_LAST\">Returns to the previous step without deleting your current settings.</ahelp> You can only select this button after the second editing step."
msgstr ""
-#: 01100200.xhp#hd_id3147000.7.help.text
-msgid "<link href=\"text/shared/autopi/01100200.xhp\" name=\"Report Wizard - Grouping\">Report Wizard - Grouping</link>"
+#. PKjT
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3153349\n"
+"6\n"
+"help.text"
+msgid "Next >>"
msgstr ""
-#: 01100200.xhp#par_id3163829.1.help.text
-msgid "You can group records in a report based on the values in one or more fields. <ahelp hid=\".\">Select the fields by which the resulting report will be grouped. You can group up to four fields in a report.</ahelp> When you group more than one field, $[officename] nests the groups according to their group level."
+#. O.(F
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3156307\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SD:PUSHBUTTON:DLG_ASS:BUT_NEXT\">Accepts the new settings and moves to the next page.</ahelp> You will not be able to select this button in the last editing step."
msgstr ""
-#: 01100200.xhp#hd_id3149760.2.help.text
-msgid "Fields"
-msgstr "ველები"
+#. ;va:
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3156327\n"
+"8\n"
+"help.text"
+msgid "Create"
+msgstr "შექმნილია"
-#: 01100200.xhp#par_id3155805.8.help.text
-msgid "<ahelp hid=\"HID_DLGREPORT_2_GROUPING\">Lists the fields from your selection on the previous page of the Wizard. To group the report by a field, select the field name, then click the <emph>></emph> button. You may select up to four levels of grouping.</ahelp>"
+#. eW%q
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3153087\n"
+"9\n"
+"help.text"
+msgid "The wizard creates a new document based on the specified settings. You can later specify a name for the document and save it."
msgstr ""
-#: 01100200.xhp#hd_id3155552.3.help.text
-msgid "Groupings"
+#. ZB48
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3149656\n"
+"10\n"
+"help.text"
+msgid "$[officename] saves the current wizard settings and uses them as default the next time you open the wizard."
msgstr ""
-#: 01100200.xhp#par_id3155892.9.help.text
-msgid "<ahelp hid=\"HID_DLGREPORT_2_PREGROUPINGDEST\">Lists the fields by which the report will be grouped. To remove one level of grouping, select the field name, then click the <emph><</emph> button. You may select up to four levels of grouping.</ahelp>"
+#. QLLn
+#: webwizard07fc.xhp
+msgctxt ""
+"webwizard07fc.xhp\n"
+"tit\n"
+"help.text"
+msgid "FTP Connection"
msgstr ""
-#: 01100200.xhp#hd_id3154289.4.help.text
-msgctxt "01100200.xhp#hd_id3154289.4.help.text"
-msgid ">"
+#. s;%`
+#: webwizard07fc.xhp
+msgctxt ""
+"webwizard07fc.xhp\n"
+"par_idN10543\n"
+"help.text"
+msgid "FTP Connection"
msgstr ""
-#: 01100200.xhp#par_id3157958.10.help.text
-msgid "<ahelp hid=\"HID_DLGREPORT_2_CMDGROUP\">Click to move the selected field to the box that the arrow is pointing to.</ahelp>"
+#. Gm{1
+#: webwizard07fc.xhp
+msgctxt ""
+"webwizard07fc.xhp\n"
+"par_idN10547\n"
+"help.text"
+msgid "<ahelp hid=\"41040\">Edit and test the FTP server connection settings for the <link href=\"text/shared/autopi/webwizard07.xhp\">Web Wizard</link>.</ahelp>"
msgstr ""
-#: 01100200.xhp#hd_id3154823.5.help.text
-msgctxt "01100200.xhp#hd_id3154823.5.help.text"
-msgid "<"
-msgstr ""
+#. [aUe
+#: webwizard07fc.xhp
+msgctxt ""
+"webwizard07fc.xhp\n"
+"par_idN10558\n"
+"help.text"
+msgid "Server name or IP address"
+msgstr "სერვერის სახელი ან IP მისამართი"
-#: 01100200.xhp#par_id3149811.11.help.text
-msgid "<ahelp hid=\"HID_DLGREPORT_2_CMDUNGROUP\">Click to move the selected field to the box that the arrow is pointing to.</ahelp>"
-msgstr ""
+#. (S-@
+#: webwizard07fc.xhp
+msgctxt ""
+"webwizard07fc.xhp\n"
+"par_idN1055C\n"
+"help.text"
+msgid "<ahelp hid=\"41041\">Enter the name or IP address of the FTP server.</ahelp>"
+msgstr "<ahelp hid=\"41041\">შეიყვანეთ FTP სერვერის სახელი ან IP მისამართი.</ahelp>"
-#: 01100200.xhp#par_id3150355.6.help.text
-msgid "<link href=\"text/shared/autopi/01100300.xhp\" name=\"More about Report Wizard - Sort Options\">More about Report Wizard - Sort Options</link>"
-msgstr ""
+#. In}.
+#: webwizard07fc.xhp
+msgctxt ""
+"webwizard07fc.xhp\n"
+"par_idN10571\n"
+"help.text"
+msgid "Username"
+msgstr "მომხმარებელი"
-#: 01130000.xhp#tit.help.text
-msgctxt "01130000.xhp#tit.help.text"
-msgid "Document Converter"
-msgstr ""
+#. t4(8
+#: webwizard07fc.xhp
+msgctxt ""
+"webwizard07fc.xhp\n"
+"par_idN10575\n"
+"help.text"
+msgid "<ahelp hid=\"41042\">Enter the user name that is required to access the FTP server.</ahelp>"
+msgstr "<ahelp hid=\"41042\">შეიყვანეთ FTP სერვერთან დასაკავშირებელი მომხმარებლის სახელი.</ahelp>"
-#: 01130000.xhp#hd_id3149798.9.help.text
-msgctxt "01130000.xhp#hd_id3149798.9.help.text"
-msgid "Document Converter"
-msgstr ""
+#. %M:;
+#: webwizard07fc.xhp
+msgctxt ""
+"webwizard07fc.xhp\n"
+"par_idN10578\n"
+"help.text"
+msgid "Password"
+msgstr "პაროლი"
-#: 01130000.xhp#par_id3149346.2.help.text
-msgid "<variable id=\"ms\"><ahelp hid=\".\">Copies and converts documents into the OpenDocument XML format used by $[officename].</ahelp></variable>"
+#. :OLP
+#: webwizard07fc.xhp
+#, fuzzy
+msgctxt ""
+"webwizard07fc.xhp\n"
+"par_idN1057C\n"
+"help.text"
+msgid "<ahelp hid=\"41043\">Enter the password that is required to access the FTP server.</ahelp>"
+msgstr "<ahelp hid=\"41042\">შეიყვანეთ FTP სერვერთან დასაკავშირებელი მომხმარებლის სახელი.</ahelp>"
+
+#. u%{K
+#: webwizard07fc.xhp
+msgctxt ""
+"webwizard07fc.xhp\n"
+"par_idN1057F\n"
+"help.text"
+msgid "Test"
+msgstr "ტესტი"
+
+#. !F.I
+#: webwizard07fc.xhp
+msgctxt ""
+"webwizard07fc.xhp\n"
+"par_idN10583\n"
+"help.text"
+msgid "<ahelp hid=\"41044\">Tests the FTP connection with the current settings.</ahelp>"
+msgstr "<ahelp hid=\"41044\">ამოწმებს FTP კავშირს მიმდინარე პარამეტრებით.</ahelp>"
+
+#. R5N{
+#: webwizard07fc.xhp
+msgctxt ""
+"webwizard07fc.xhp\n"
+"par_idN10586\n"
+"help.text"
+msgid "Choose a remote directory"
+msgstr "აირჩიეთ მოშორებული დირექტორია"
+
+#. G.q^
+#: webwizard07fc.xhp
+msgctxt ""
+"webwizard07fc.xhp\n"
+"par_idN1058A\n"
+"help.text"
+msgid "<ahelp hid=\"41045\">Enter the location of a directory on the FTP server where you want to store your files.</ahelp>"
msgstr ""
-#: 01130000.xhp#par_id3150775.3.help.text
-msgid "The wizard converts binary documents and templates from older versions, as well as documents from Microsoft Word, Excel and PowerPoint. The source files are only read, not edited. New target files are written with the new file name extension in the same or a new folder."
+#. 9Zj#
+#: webwizard07fc.xhp
+msgctxt ""
+"webwizard07fc.xhp\n"
+"par_idN1058D\n"
+"help.text"
+msgid "..."
msgstr ""
-#: 01130000.xhp#par_id3156410.4.help.text
-msgid "The Document Converter Wizard contains the following pages:"
+#. R`vs
+#: webwizard07fc.xhp
+msgctxt ""
+"webwizard07fc.xhp\n"
+"par_idN10591\n"
+"help.text"
+msgid "<ahelp hid=\"41046\">Opens a dialog where you can specify the FTP server directory to store the files.</ahelp>"
msgstr ""
-#: 01130000.xhp#hd_id3154318.7.help.text
-msgid "Document Converter Summary"
+#. A6L@
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Report Wizard - Create Report"
msgstr ""
-#: 01130000.xhp#par_id3145313.8.help.text
-msgid "Displays a summary which shows what will be converted when you click <emph>Convert</emph>."
+#. RM3j
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"hd_id3156211\n"
+"11\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01100500.xhp\" name=\"Report Wizard - Create Report\">Report Wizard - Create Report</link>"
msgstr ""
-#: 01170400.xhp#tit.help.text
-msgid "Data Source Name"
+#. YO4`
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"par_id3159224\n"
+"1\n"
+"help.text"
+msgid "<ahelp hid=\".\">You can create the report as a static or dynamic report. When you open a dynamic report, it will display with the current data contents. When you open a static report, it will always display the same data from the time when the static report was created.</ahelp>"
msgstr ""
-#: 01170400.xhp#hd_id3147000.1.help.text
-msgid "<link href=\"text/shared/autopi/01170400.xhp\" name=\"Data Source Name\">Data Source Name</link>"
+#. F1.T
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"hd_id3145669\n"
+"2\n"
+"help.text"
+msgid "Title of report"
msgstr ""
-#: 01170400.xhp#par_id3144740.2.help.text
-msgid "<ahelp hid=\".\">Specifies a location for the address book file and a name under which the data source will be listed in the data source explorer.</ahelp>"
+#. CfQ!
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"par_id3156136\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGREPORT_4_TITLE\">Specifies the title that is printed at the title line of each page.</ahelp>"
msgstr ""
-#: 01170400.xhp#par_idN105B7.help.text
-msgctxt "01170400.xhp#par_idN105B7.help.text"
-msgid "Location"
+#. `*Ti
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"hd_id3157910\n"
+"7\n"
+"help.text"
+msgid "Static report"
msgstr ""
-#: 01170400.xhp#par_idN105BB.help.text
-msgid "<ahelp hid=\".\">Specifies the location of the database file.</ahelp>"
+#. UX8V
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"par_id3149580\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGREPORT_5_OPTSTATDOCUMENT\">Saves the report as a static report. When you open a static report, it will always display the data from the time the report was created.</ahelp>"
msgstr ""
-#: 01170400.xhp#par_idN105BE.help.text
-msgid "Browse"
-msgstr "არჩევა"
+#. v^Da
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"hd_id3154751\n"
+"2\n"
+"help.text"
+msgid "Dynamic report"
+msgstr ""
-#: 01170400.xhp#par_idN105C2.help.text
-msgid "<ahelp hid=\".\">Specifies the location using a file dialog.</ahelp>"
+#. LbD0
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"par_id3155805\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGREPORT_5_OPTDYNTEMPLATE\">Saves the report as a template. When you open a dynamic report, it will display with the current data contents.</ahelp>"
msgstr ""
-#: 01170400.xhp#par_idN105C5.help.text
-msgid "Make this address book available to all modules in %PRODUCTNAME"
+#. XfZ_
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"hd_id3148538\n"
+"5\n"
+"help.text"
+msgid "Modify report layout"
msgstr ""
-#: 01170400.xhp#par_idN105C9.help.text
-msgid "<ahelp hid=\".\">Registers the newly created database file in %PRODUCTNAME. The database will then be listed in the data source window (F4). If this check box is cleared, the database will be available only by opening the database file.</ahelp>"
+#. r9^t
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"par_id3163802\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGREPORT_5_OPTEDITTEMPLATE\">When you click <emph>Finish</emph>, the report will be saved and opened for edit.</ahelp>"
msgstr ""
-#: 01170400.xhp#hd_id3144436.3.help.text
-msgid "Address book name"
-msgstr "მისართების წიგნის სახელი"
+#. -IVE
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"hd_id3153127\n"
+"6\n"
+"help.text"
+msgid "Create report now"
+msgstr ""
-#: 01170400.xhp#par_id3154673.4.help.text
-msgid "<ahelp hid=\"extensions:Edit:RID_PAGE_FINAL:ET_DATASOURCENAME\">Specifies the data source name.</ahelp>"
+#. FsQp
+#: 01100500.xhp
+msgctxt ""
+"01100500.xhp\n"
+"par_id3156194\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGREPORT_5_OPTUSETEMPLATE\">When you click <emph>Finish</emph>, the report will be saved.</ahelp>"
msgstr ""
-#: 01110300.xhp#tit.help.text
-msgid "HTML Export - Page 3"
-msgstr "HTML ექსპორტი - გვერდი 3"
+#. PFEF
+#: webwizard04.xhp
+msgctxt ""
+"webwizard04.xhp\n"
+"tit\n"
+"help.text"
+msgid "Web Wizard - Layout Details"
+msgstr "ვების ოსტატი - განლაგების დეტალები"
-#: 01110300.xhp#hd_id3153323.27.help.text
-msgid "<link href=\"text/shared/autopi/01110300.xhp\" name=\"HTML Export - Page 3\">HTML Export - Page 3</link>"
-msgstr "<link href=\"text/shared/autopi/01110300.xhp\" name=\"HTML Export - Page 3\">HTML ექსპორტი - გვერდი 3</link>"
+#. (keF
+#: webwizard04.xhp
+msgctxt ""
+"webwizard04.xhp\n"
+"par_idN10544\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/webwizard04.xhp\">Web Wizard - Layout Details</link>"
+msgstr "<link href=\"text/shared/autopi/webwizard04.xhp\">ვების ოსტატი - განლაგების დეტალები</link>"
-#: 01110300.xhp#par_id3147102.28.help.text
-msgid "Specifies the graphics type and the target screen resolution."
+#. TCN$
+#: webwizard04.xhp
+msgctxt ""
+"webwizard04.xhp\n"
+"par_idN10554\n"
+"help.text"
+msgid "Use this page of the wizard to customize the layout options for the index page of your web site."
msgstr ""
-#: 01110300.xhp#hd_id3155341.11.help.text
-msgid "Save graphics as"
-msgstr "შეინახე გრაფიკა როგორც"
-
-#: 01110300.xhp#par_id3157909.12.help.text
-msgid "Determines the image format. You can also define the compression value for the export."
-msgstr "განსაზღვრე სურათის ფორმატი. თქვენ ასევე შეგიძლიათ მიუთითოთ კომპრესაციის დონე ექსპორტისათვის."
+#. {+,[
+#: webwizard04.xhp
+msgctxt ""
+"webwizard04.xhp\n"
+"par_idN10557\n"
+"help.text"
+msgid "File name"
+msgstr "ფაილის სახელი"
-#: 01110300.xhp#hd_id2298959.help.text
-msgid "PNG - Portable Network Graphics format"
+#. B|]N
+#: webwizard04.xhp
+msgctxt ""
+"webwizard04.xhp\n"
+"par_idN1055B\n"
+"help.text"
+msgid "<ahelp hid=\"34235\">Includes the file names of the documents on the index page.</ahelp>"
msgstr ""
-#: 01110300.xhp#par_id4653767.help.text
-msgid "<ahelp hid=\".\">The files are exported as PNG files. PNG files are compressed without loss of data, and can contain more than 256 colors.</ahelp>"
+#. gyb,
+#: webwizard04.xhp
+msgctxt ""
+"webwizard04.xhp\n"
+"par_idN1055E\n"
+"help.text"
+msgid "Description"
msgstr ""
-#: 01110300.xhp#hd_id3147618.13.help.text
-msgid "GIF - Graphics Interchange Format"
+#. 8V#U
+#: webwizard04.xhp
+msgctxt ""
+"webwizard04.xhp\n"
+"par_idN10562\n"
+"help.text"
+msgid "<ahelp hid=\"34236\">Includes the summary information of the documents on the index page.</ahelp>"
msgstr ""
-#: 01110300.xhp#par_id3154860.14.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE3_GIF\">The files are exported as GIF files. GIF files are compressed without loss of data, and have a maximum of 256 colors.</ahelp>"
+#. Yb?7
+#: webwizard04.xhp
+msgctxt ""
+"webwizard04.xhp\n"
+"par_idN10565\n"
+"help.text"
+msgid "Author"
msgstr ""
-#: 01110300.xhp#hd_id3154306.15.help.text
-msgid "JPG - Compressed file format"
+#. ixrd
+#: webwizard04.xhp
+msgctxt ""
+"webwizard04.xhp\n"
+"par_idN10569\n"
+"help.text"
+msgid "<ahelp hid=\"34237\">Includes the names of the people who created the documents on the index page.</ahelp>"
msgstr ""
-#: 01110300.xhp#par_id3153665.16.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE3_JPG\">The files are exported as JPEG files. JPEG files are compressed, with adjustable compression and can contain more than 256 colors.</ahelp>"
+#. u/,.
+#: webwizard04.xhp
+msgctxt ""
+"webwizard04.xhp\n"
+"par_idN1056C\n"
+"help.text"
+msgid "Creation date"
+msgstr "შექმნის თარიღი"
+
+#. tjO.
+#: webwizard04.xhp
+msgctxt ""
+"webwizard04.xhp\n"
+"par_idN10570\n"
+"help.text"
+msgid "<ahelp hid=\"34238\">Includes the creation dates of the documents on the index page.</ahelp>"
msgstr ""
-#: 01110300.xhp#hd_id3149763.17.help.text
-msgid "Quality"
-msgstr "ხარისხი"
+#. =[-5
+#: webwizard04.xhp
+msgctxt ""
+"webwizard04.xhp\n"
+"par_idN10573\n"
+"help.text"
+msgid "Last change date"
+msgstr "ბოლო ცვლილების თარიღი"
-#: 01110300.xhp#par_id3151384.18.help.text
-msgid "<ahelp hid=\"SD:COMBOBOX:DLG_PUBLISHING:PAGE3_QUALITY\">Specifies the compression factor of the JPEG graphic. A 100% value offers the best quality for a large data range. The 25% factor indicates small files with inferior image quality.</ahelp>"
+#. Xn_p
+#: webwizard04.xhp
+msgctxt ""
+"webwizard04.xhp\n"
+"par_idN10577\n"
+"help.text"
+msgid "<ahelp hid=\"34239\">Includes the date of the last time a file was modified on the index page.</ahelp>"
msgstr ""
-#: 01110300.xhp#hd_id3148552.19.help.text
-msgid "Monitor resolution"
-msgstr "მონიტორის რეზოლუცია"
+#. R~-3
+#: webwizard04.xhp
+msgctxt ""
+"webwizard04.xhp\n"
+"par_idN1057A\n"
+"help.text"
+msgid "File format"
+msgstr "ფაილის ფორმატი"
-#: 01110300.xhp#par_id3148947.20.help.text
-msgid "Defines the resolution for the target screen. Depending on the selected resolution, the image will be displayed in a reduced size. You can specify a reduction of up to 80% from the original size."
+#. #y5b
+#: webwizard04.xhp
+msgctxt ""
+"webwizard04.xhp\n"
+"par_idN1057E\n"
+"help.text"
+msgid "<ahelp hid=\"34240\">Displays the format of the files on the index page.</ahelp>"
msgstr ""
-#: 01110300.xhp#hd_id3152361.21.help.text
-msgid "Low resolution (640x480 pixels)"
+#. SL^f
+#: webwizard04.xhp
+msgctxt ""
+"webwizard04.xhp\n"
+"par_idN10581\n"
+"help.text"
+msgid "File format icon"
msgstr ""
-#: 01110300.xhp#par_id3153380.22.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE3_RESOLUTION_1\">Select the low resolution to keep the file size small, even for presentations with many slides.</ahelp>"
+#. fsA3
+#: webwizard04.xhp
+msgctxt ""
+"webwizard04.xhp\n"
+"par_idN10585\n"
+"help.text"
+msgid "<ahelp hid=\"34241\">Displays the file format icon on the index page.</ahelp>"
msgstr ""
-#: 01110300.xhp#hd_id3153361.23.help.text
-msgid "Medium resolution (800x600 pixels)"
+#. R*dR
+#: webwizard04.xhp
+msgctxt ""
+"webwizard04.xhp\n"
+"par_idN10588\n"
+"help.text"
+msgid "No. of pages"
msgstr ""
-#: 01110300.xhp#par_id3154686.24.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE3_RESOLUTION_2\">Select the medium resolution for a medium-sized presentation.</ahelp>"
+#. N:)]
+#: webwizard04.xhp
+msgctxt ""
+"webwizard04.xhp\n"
+"par_idN1058C\n"
+"help.text"
+msgid "<ahelp hid=\"34242\">Displays the number of pages in your site on the index page.</ahelp>"
msgstr ""
-#: 01110300.xhp#hd_id3153968.25.help.text
-msgid "High resolution (1024x768 pixels)"
+#. nW7j
+#: webwizard04.xhp
+msgctxt ""
+"webwizard04.xhp\n"
+"par_idN1058F\n"
+"help.text"
+msgid "Size in KB"
+msgstr "ზომა კბიტებში"
+
+#. dPS=
+#: webwizard04.xhp
+msgctxt ""
+"webwizard04.xhp\n"
+"par_idN10593\n"
+"help.text"
+msgid "<ahelp hid=\"34243\">Displays the file size in kilobytes on the index page.</ahelp>"
msgstr ""
-#: 01110300.xhp#par_id3149810.26.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE3_RESOLUTION_3\">Select a high resolution for a high quality slide display.</ahelp>"
+#. P%@j
+#: webwizard04.xhp
+msgctxt ""
+"webwizard04.xhp\n"
+"par_idN10596\n"
+"help.text"
+msgid "Optimize the layout for screen resolution:"
msgstr ""
-#: 01110300.xhp#hd_id3154946.31.help.text
-msgid "Export"
-msgstr "ექსპორტი"
+#. BqOS
+#: webwizard04.xhp
+msgctxt ""
+"webwizard04.xhp\n"
+"par_idN1059A\n"
+"help.text"
+msgid "640x480"
+msgstr "640x480"
-#: 01110300.xhp#hd_id3151381.29.help.text
-msgid "Export sounds when slide advances"
-msgstr ""
+#. _b8V
+#: webwizard04.xhp
+msgctxt ""
+"webwizard04.xhp\n"
+"par_idN1059E\n"
+"help.text"
+msgid "<ahelp hid=\"34244\">Optimizes the web site for a 640x480 pixel screen resolution.</ahelp>"
+msgstr "<ahelp hid=\"34244\">ვებ-გვერდის ოპტიმიზაცია მონიტორის 640x480 წერტილ რეზოლუციაზე.</ahelp>"
-#: 01110300.xhp#par_id3150449.30.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:DLG_PUBLISHING:PAGE3_SLD_SOUND\">Specifies that the sound files that are defined as an effect for slide transitions are exported.</ahelp>"
-msgstr ""
+#. =!Q2
+#: webwizard04.xhp
+msgctxt ""
+"webwizard04.xhp\n"
+"par_idN105A1\n"
+"help.text"
+msgid "800x600"
+msgstr "800x600"
-#: webwizard02.xhp#tit.help.text
-msgid "Web Wizard - Documents"
-msgstr "ვების ოსტატი - დოკუმენტები"
+#. ~QOV
+#: webwizard04.xhp
+#, fuzzy
+msgctxt ""
+"webwizard04.xhp\n"
+"par_idN105A5\n"
+"help.text"
+msgid "<ahelp hid=\"34245\">Optimizes the web site for a 800x600 pixel screen resolution.</ahelp>"
+msgstr "<ahelp hid=\"34244\">ვებ-გვერდის ოპტიმიზაცია მონიტორის 640x480 წერტილ რეზოლუციაზე.</ahelp>"
+
+#. uD6D
+#: webwizard04.xhp
+msgctxt ""
+"webwizard04.xhp\n"
+"par_idN105A8\n"
+"help.text"
+msgid "1024x768"
+msgstr "1024x768"
-#: webwizard02.xhp#par_idN10547.help.text
+#. ]6:v
+#: webwizard04.xhp
#, fuzzy
-msgctxt "webwizard02.xhp#par_idN10547.help.text"
-msgid "<link href=\"text/shared/autopi/webwizard02.xhp\">Web Wizard - Documents</link>"
+msgctxt ""
+"webwizard04.xhp\n"
+"par_idN105AC\n"
+"help.text"
+msgid "<ahelp hid=\"34246\">Optimizes the web site for a 1024x768 pixel screen resolution.</ahelp>"
+msgstr "<ahelp hid=\"34244\">ვებ-გვერდის ოპტიმიზაცია მონიტორის 640x480 წერტილ რეზოლუციაზე.</ahelp>"
+
+#. T]DZ
+#: webwizard04.xhp
+#, fuzzy
+msgctxt ""
+"webwizard04.xhp\n"
+"par_idN105AF\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/webwizard05.xhp\">Web Wizard - Design</link>"
msgstr "<link href=\"text/shared/autopi/webwizard01.xhp\">ვების ოსტატი - შესავალი</link>"
-#: webwizard02.xhp#par_idN10557.help.text
-msgid "Select the files that you want to upload to your web site. You can upload the files to a server or to a local directory."
-msgstr ""
+#. HBgI
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fax Wizard - Items to include"
+msgstr "ფაქსის ოსტატი - დასართავი ელემენტები"
-#: webwizard02.xhp#par_idN1055A.help.text
-msgctxt "webwizard02.xhp#par_idN1055A.help.text"
-msgid "Documents"
-msgstr ""
+#. _ZoM
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"hd_id3157898\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01020200.xhp\" name=\"Fax Wizard - Items to include\">Fax Wizard - Items to include</link>"
+msgstr "<link href=\"text/shared/autopi/01020200.xhp\" name=\"Fax Wizard - Items to include\">ფაქსის ოსტატი - დასართავი ელემენტები</link>"
-#: webwizard02.xhp#par_idN1055E.help.text
-msgid "<ahelp hid=\"34210\">Lists the documents that you want to publish to your web site. The wizard can convert %PRODUCTNAME documents to HTML, PDF, or, in some cases, Flash format before the documents are uploaded. All other files are uploaded in their original file format.</ahelp>"
+#. 1#%M
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_id3147571\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FAX_PAGE2\">Specifies the fax elements to be printed.</ahelp>"
+msgstr "<ahelp hid=\"HID_FAX_PAGE2\">განსაზღვრავს ფაქსის ამოსაბეჭდ ელემენტებს.</ahelp>"
+
+#. E\I*
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_idN105D7\n"
+"help.text"
+msgid "Logo"
msgstr ""
-#: webwizard02.xhp#par_idN10561.help.text
-msgid "Add"
-msgstr "დამატება"
+#. AH]A
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_idN105DB\n"
+"help.text"
+msgid "<ahelp hid=\".\">Includes a company logo.</ahelp>"
+msgstr "<ahelp hid=\".\">უმატებს კომპანიის ლოგოს.</ahelp>"
-#: webwizard02.xhp#par_idN10565.help.text
-msgid "<ahelp hid=\"34211\">Opens a dialog where you can select the files that you want to upload to your web site. The order of the list determines the order in which the hyperlinks to the documents are displayed on the index page of your web site.</ahelp>"
+#. qd]1
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_idN105DE\n"
+"help.text"
+msgid "Date"
msgstr ""
-#: webwizard02.xhp#par_idN10568.help.text
-msgctxt "webwizard02.xhp#par_idN10568.help.text"
-msgid "Remove"
-msgstr ""
+#. -df:
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_idN105E2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Includes a date field.</ahelp>"
+msgstr "<ahelp hid=\".\">უმატებს ქვედა კოლონტიტულს.</ahelp>"
-#: webwizard02.xhp#par_idN1056C.help.text
-msgid "<ahelp hid=\"34212\">Removes the selected file from the list.</ahelp>"
-msgstr ""
+#. D%{6
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_idN105E5\n"
+"help.text"
+msgid "Type of message"
+msgstr "აკრიფეთ შეტყობინება"
-#: webwizard02.xhp#par_idN10577.help.text
-msgid "Export to file format"
+#. /[Cp
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_idN105E9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Includes a communication type line. Select the line from the list box.</ahelp>"
msgstr ""
-#: webwizard02.xhp#par_idN1057B.help.text
-msgid "<ahelp hid=\"34218\">Select the file format that you want to export the selected file to.</ahelp>"
+#. %Tow
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_idN105EC\n"
+"help.text"
+msgid "Subject line"
msgstr ""
-#: webwizard02.xhp#par_idN1057E.help.text
-msgctxt "webwizard02.xhp#par_idN1057E.help.text"
-msgid "Title"
-msgstr ""
+#. SR[V
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_idN105F0\n"
+"help.text"
+msgid "<ahelp hid=\".\">Includes a subject line.</ahelp>"
+msgstr "<ahelp hid=\".\">უმატებს სათაურის ველს.</ahelp>"
-#: webwizard02.xhp#par_idN10582.help.text
-msgid "<ahelp hid=\"34215\">Enter the title for the selected document. The title appears as a hyperlink to the selected document on the index page of your web site.</ahelp>"
+#. i?hO
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_idN105F3\n"
+"help.text"
+msgid "Salutation"
msgstr ""
-#: webwizard02.xhp#par_idN10585.help.text
-msgctxt "webwizard02.xhp#par_idN10585.help.text"
-msgid "Summary"
+#. 88B8
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_idN105F7\n"
+"help.text"
+msgid "<ahelp hid=\".\">Includes a salutation. Select the salutation from the list box.</ahelp>"
msgstr ""
-#: webwizard02.xhp#par_idN10589.help.text
-msgid "<ahelp hid=\"34216\">Enter a description for the selected document.</ahelp>"
+#. ,?0s
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_idN105FA\n"
+"help.text"
+msgid "Complimentary close"
msgstr ""
-#: webwizard02.xhp#par_idN1058C.help.text
-msgctxt "webwizard02.xhp#par_idN1058C.help.text"
-msgid "Author"
+#. =-9.
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_idN105FE\n"
+"help.text"
+msgid "<ahelp hid=\".\">Includes a greeting. Select the greeting from the list box.</ahelp>"
msgstr ""
-#: webwizard02.xhp#par_idN10590.help.text
-msgid "<ahelp hid=\"34217\">Enter the name of the author for the selected document.</ahelp>"
+#. R7l}
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_idN10601\n"
+"help.text"
+msgid "Footer"
msgstr ""
-#: webwizard02.xhp#par_idN10593.help.text
-msgid "<link href=\"text/shared/autopi/webwizard03.xhp\">Web Wizard - Main layout</link>"
-msgstr "<link href=\"text/shared/autopi/webwizard03.xhp\">ვების ოსტატი - მთავარი განლაგება</link>"
+#. T8[=
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_idN10605\n"
+"help.text"
+msgid "<ahelp hid=\".\">Includes a footer.</ahelp>"
+msgstr "<ahelp hid=\".\">უმატებს ქვედა კოლონტიტულს.</ahelp>"
-#: 01100150.xhp#tit.help.text
-msgid "Report Wizard - Labeling Fields"
-msgstr ""
+#. :Vb?
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_id3148491\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01020300.xhp\" name=\"Go to Fax Wizard - Sender and Recipient\">Go to Fax Wizard - Sender and Recipient</link>"
+msgstr "<link href=\"text/shared/autopi/01020300.xhp\" name=\"Go to Fax Wizard - Sender and Recipient\">ფაქსის ოსტატზე გადასვლა - გამგზავნი და მიმღები</link>"
-#: 01100150.xhp#hd_id3144415.1.help.text
-msgid "<link href=\"text/shared/autopi/01100150.xhp\" name=\"Report Wizard - Labeling Fields\">Report Wizard - Labeling Fields</link>"
+#. $*a0
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Letter Wizard - Recipient and sender"
msgstr ""
-#: 01100150.xhp#par_id3147102.2.help.text
-msgid "<ahelp hid=\".\">Specifies how you want to label the fields.</ahelp>"
-msgstr ""
+#. Hl!.
+#: 01010400.xhp
+#, fuzzy
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3154288\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01010400.xhp\" name=\"Letter Wizard - Recipient and sender\">Letter Wizard - Recipient and sender</link>"
+msgstr "<link href=\"text/shared/autopi/01020100.xhp\" name=\"Fax Wizard - Page Design\">ფაქსის ოსტატი - გვერდის დიზაინი</link>"
-#: 01100150.xhp#hd_id3155805.3.help.text
-msgid "Field list"
+#. `-P^
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3159233\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LETTER_PAGE4\">Specifies the sender and recipient information.</ahelp>"
msgstr ""
-#: 01100150.xhp#par_id3150774.4.help.text
-msgid "<ahelp hid=\"HID_DLGREPORT_6_TXTTITLE_6\">Displays the names of the fields to be included in the report. At the right you can enter a label for each field that will be printed in the report.</ahelp>"
-msgstr ""
+#. .o/v
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_idN105DA\n"
+"help.text"
+msgid "Sender's address"
+msgstr "გამგზავნის მისამართი"
-#: 01100150.xhp#par_id3153748.5.help.text
-msgid "<link href=\"text/shared/autopi/01100200.xhp\" name=\"More about Report Wizard - Grouping\">More about Report Wizard - Grouping</link>"
+#. Ce=?
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_idN105DE\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies your address information.</ahelp>"
+msgstr "<ahelp hid=\".\">განსაზღვრავს თქვენი მისამართის ინფორმაციას.</ahelp>"
+
+#. xKo2
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_idN105E9\n"
+"help.text"
+msgid "Use user data for return address"
msgstr ""
-#: 01010100.xhp#tit.help.text
-msgid "Letter Wizard - Page design"
+#. $V#(
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_idN105EC\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_OPTSENDERPLACEHOLDER\">Use the address data from %PRODUCTNAME - User Data in the Options dialog box.</ahelp>"
msgstr ""
-#: 01010100.xhp#hd_id3147102.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/autopi/01010100.xhp\" name=\"Letter Wizard - Page design\">Letter Wizard - Page design</link>"
-msgstr "<link href=\"text/shared/autopi/01020100.xhp\" name=\"Fax Wizard - Page Design\">ფაქსის ოსტატი - გვერდის დიზაინი</link>"
+#. jzm@
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_idN10603\n"
+"help.text"
+msgid "New sender address"
+msgstr "ახალი გამგზავნის მისამართი"
-#: 01010100.xhp#par_id3147226.2.help.text
-msgid "<ahelp hid=\"HID_LETTER_PAGE1\">Specifies whether you want to create a personal or a business letter.</ahelp> The available options on the following pages vary depending on your choice."
+#. _]l9
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_idN10606\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_OPTSENDERDEFINE\">Use the address data from the following text boxes.</ahelp>"
msgstr ""
-#: 01010100.xhp#hd_id3149183.3.help.text
-msgid "Please choose the type of letter and page design"
-msgstr "გთხოვთ აირჩიოთ წერილის ტიპი და გვერდის დიზაინი"
+#. 2/j_
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_idN1061D\n"
+"help.text"
+msgid "Name"
+msgstr "სახელი"
-#: 01010100.xhp#par_id3145346.4.help.text
-msgid "<ahelp hid=\".\">Specify whether you want to create a business or personal letter template.</ahelp>"
+#. !#T2
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_idN10620\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_TXTSENDERNAME\">Specifies the name of the sender.</ahelp>"
msgstr ""
-#: 01010100.xhp#hd_id3155941.5.help.text
-msgid "Business letter"
-msgstr "ბიზნეს წერილი"
-
-#: 01010100.xhp#par_id3153681.6.help.text
-#, fuzzy
-msgid "<ahelp hid=\"HID_LTRWIZ_OPTBUSINESSLETTER\">Specifies that you want to create a business letter template.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_OPTPRIVATELETTER\">განსაზღვრავს, რომ თქვენ გინდათ შექმნათ პირადი წერილი.</ahelp>"
+#. Rbjk
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_idN10637\n"
+"help.text"
+msgid "Street"
+msgstr "ქუჩა"
-#: 01010100.xhp#par_idN10616.help.text
-msgid "Formal personal letter"
-msgstr "ოფიციალური პირადი წერილი"
+#. \U9W
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_idN1063A\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_TXTSENDERSTREET\">Specifies the street address of the sender.</ahelp>"
+msgstr ""
-#: 01010100.xhp#par_idN1061D.help.text
-#, fuzzy
-msgid "<ahelp hid=\"HID_LTRWIZ_OPTPRIVOFFICIALLETTER\">Specifies that you want to create a formal personal letter.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_OPTPRIVATELETTER\">განსაზღვრავს, რომ თქვენ გინდათ შექმნათ პირადი წერილი.</ahelp>"
+#. uKpV
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_idN10661\n"
+"help.text"
+msgid "Postcode/State/City"
+msgstr "საფოსტო კოდი/შტატი/ქალაქი"
-#: 01010100.xhp#hd_id3147275.7.help.text
-msgid "Personal letter"
-msgstr "პირადი წერილი"
+#. `dm^
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_idN10664\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_TXTSENDERPOSTCODE\">Specifies the address data of the sender.</ahelp>"
+msgstr ""
-#: 01010100.xhp#par_id3148538.8.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_OPTPRIVATELETTER\">Specifies that you want to create a personal letter.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_OPTPRIVATELETTER\">განსაზღვრავს, რომ თქვენ გინდათ შექმნათ პირადი წერილი.</ahelp>"
+#. @TY5
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_idN10673\n"
+"help.text"
+msgid "Recipient's address"
+msgstr "მიმღების მისამართი"
-#: 01010100.xhp#hd_id3155628.9.help.text
-msgctxt "01010100.xhp#hd_id3155628.9.help.text"
-msgid "Page design"
-msgstr ""
+#. ~GmO
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_idN10677\n"
+"help.text"
+msgid "Specifies the recipient's address information."
+msgstr "განსაზღვრავს მიმღების მისამართის ინფორმაციას"
-#: 01010100.xhp#par_id3149415.10.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_LSTBUSINESSSTYLE\">Select the design for your letter template.</ahelp>"
-msgstr ""
+#. -qJ4
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_idN10682\n"
+"help.text"
+msgid "Use placeholders for recipient's address"
+msgstr "გამოიყენეთ ჩანაცვლების ველები მიმღების მისამართისთვის"
-#: 01010100.xhp#par_idN106A7.help.text
-msgid "Use letterhead paper with pre-printed elements"
+#. tatv
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_idN10685\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_OPTRECEIVERPLACEHOLDER\">Specifies that placeholder fields are inserted into the letter template.</ahelp>"
msgstr ""
-#: 01010100.xhp#par_idN106AB.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_CHKBUSINESSPAPER\">Specifies whether paper is used that already contains an imprinted logo, address, or footer line. The Wizard shows the Letterhead layout page next.</ahelp>"
+#. }mkD
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_idN1069C\n"
+"help.text"
+msgid "Use address database for mail merge"
msgstr ""
-#: 01010100.xhp#par_id3150254.17.help.text
-msgid "<link href=\"text/shared/autopi/01010200.xhp\" name=\"Go to Letter Wizard - Letterhead layout\">Go to Letter Wizard - Letterhead layout</link>"
+#. DE4!
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_idN1069F\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_OPTRECEIVERDATABASE\">Address database fields are inserted into the letter template.</ahelp>"
msgstr ""
-#: 01050400.xhp#tit.help.text
-msgid "Presentation Wizard Page 4"
-msgstr "პრეზენტაციის ოსტატი გვერდი 4"
-
-#: 01050400.xhp#hd_id3149119.1.help.text
+#. BBXE
+#: 01010400.xhp
#, fuzzy
-msgid "<link href=\"text/shared/autopi/01050400.xhp\" name=\"Presentation Wizard Page 4\">Presentation Wizard Page 4</link>"
-msgstr "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation\">პრეზენტაცია</link>"
+msgctxt ""
+"01010400.xhp\n"
+"par_id3154365\n"
+"18\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01010500.xhp\" name=\"Go to Letter Wizard - Footer\">Go to Letter Wizard - Footer</link>"
+msgstr "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Go to Fax Wizard - Footer\">ფაქსის ოსტატზე გადასვლა - ქვედა კოლონტიტული</link>"
-#: 01050400.xhp#par_id3150247.28.help.text
-msgid "You can specify the name of your company, your presentation topic, and the basic ideas you want to cover."
+#. \|`^
+#: 01120400.xhp
+msgctxt ""
+"01120400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Group Element Wizard: Database Field"
msgstr ""
-#: 01050400.xhp#hd_id3147571.29.help.text
-msgid "Describe your basic ideas"
+#. $Kt{
+#: 01120400.xhp
+msgctxt ""
+"01120400.xhp\n"
+"hd_id3149748\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01120400.xhp\" name=\"Group Element Wizard: Database Field\">Group Element Wizard: Database Field</link>"
msgstr ""
-#: 01050400.xhp#hd_id3153345.30.help.text
-msgid "What is your name or the name of your company?"
+#. c+3B
+#: 01120400.xhp
+msgctxt ""
+"01120400.xhp\n"
+"par_id3154094\n"
+"2\n"
+"help.text"
+msgid "This page is only visible if the document is linked to a database. It specifies whether the reference values should be saved in the database."
msgstr ""
-#: 01050400.xhp#par_id3149182.34.help.text
-msgid "<ahelp hid=\"SD:EDIT:DLG_ASS:EDT_PAGE4_ASKNAME\" visibility=\"visible\">Specifies your name or the name of your company.</ahelp>"
+#. ^5ka
+#: 01120400.xhp
+msgctxt ""
+"01120400.xhp\n"
+"par_id3153255\n"
+"12\n"
+"help.text"
+msgid "Indicate where to save the <link href=\"text/shared/02/01170101.xhp\" name=\"reference values\">reference values</link>. A reference value can represent the current state of the group box in a database."
msgstr ""
-#: 01050400.xhp#hd_id3156410.31.help.text
-msgid "What is the subject of your presentation?"
+#. QvW/
+#: 01120400.xhp
+msgctxt ""
+"01120400.xhp\n"
+"par_id3149828\n"
+"11\n"
+"help.text"
+msgid "This page is only displayed if the document is already linked to a database."
msgstr ""
-#: 01050400.xhp#par_id3149177.35.help.text
-msgid "<ahelp hid=\"SD:EDIT:DLG_ASS:EDT_PAGE4_ASKTOPIC\" visibility=\"visible\">Specifies the topic of your presentation.</ahelp>"
+#. qTH~
+#: 01120400.xhp
+msgctxt ""
+"01120400.xhp\n"
+"hd_id3152551\n"
+"3\n"
+"help.text"
+msgid "Do you want to save the value in a database field?"
msgstr ""
-#: 01050400.xhp#hd_id3146797.32.help.text
-msgid "Further ideas to be presented?"
+#. NLgj
+#: 01120400.xhp
+msgctxt ""
+"01120400.xhp\n"
+"hd_id3154823\n"
+"5\n"
+"help.text"
+msgid "Yes, I want to save it in the following database field:"
msgstr ""
-#: 01050400.xhp#par_id3149398.36.help.text
-msgid "<ahelp hid=\"SD:MULTILINEEDIT:DLG_ASS:EDT_PAGE4_ASKINFORMATION\" visibility=\"visible\">Use this field for further thoughts and ideas that you would like to cover later in your presentation.</ahelp>"
+#. gG!L
+#: 01120400.xhp
+msgctxt ""
+"01120400.xhp\n"
+"par_id3156346\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_RADIOBUTTON_RID_PAGE_OPTION_DBFIELD_RB_STOREINFIELD_YES\">Specifies that you want to save the reference values in a database.</ahelp> The values are written in the data field selected in the list box. The list box displays all the field names from the database table that the form is linked to."
msgstr ""
-#: 01050400.xhp#par_id3157909.11.help.text
-#, fuzzy
-msgid "Continue to <link href=\"text/shared/autopi/01050500.xhp\" name=\"Presentation Wizard Page 5\">Presentation Wizard Page 5</link>."
-msgstr "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation\">პრეზენტაცია</link>"
-
-#: 01120100.xhp#tit.help.text
-msgid "Group Element Wizard: Data"
+#. m|6C
+#: 01120400.xhp
+msgctxt ""
+"01120400.xhp\n"
+"hd_id3145382\n"
+"7\n"
+"help.text"
+msgid "List box"
msgstr ""
-#: 01120100.xhp#hd_id3155599.1.help.text
-msgid "<link href=\"text/shared/autopi/01120100.xhp\" name=\"Group Element Wizard: Data\">Group Element Wizard: Data</link>"
+#. !fMu
+#: 01120400.xhp
+msgctxt ""
+"01120400.xhp\n"
+"par_id3149398\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_OPTION_DBFIELD_LB_STOREINFIELD\" visibility=\"hidden\">Select the data field in which the reference values have to be saved.</ahelp>"
msgstr ""
-#: 01120100.xhp#par_id3154894.2.help.text
-msgid "Specifies which option fields are contained inside the group box."
+#. b)ly
+#: 01120400.xhp
+msgctxt ""
+"01120400.xhp\n"
+"hd_id3153881\n"
+"9\n"
+"help.text"
+msgid "No, I only want to save the value in the form."
msgstr ""
-#: 01120100.xhp#hd_id3153894.3.help.text
-msgid "Which names do you want to give the option fields?"
+#. _9sv
+#: 01120400.xhp
+msgctxt ""
+"01120400.xhp\n"
+"par_id3153146\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_RADIOBUTTON_RID_PAGE_OPTION_DBFIELD_RB_STOREINFIELD_NO\">Specifies that you want to save the reference values in the form only, and not in the database.</ahelp>"
msgstr ""
-#: 01120100.xhp#par_id3154673.4.help.text
-msgid "<ahelp hid=\"DBP_EDIT_RID_PAGE_GROUPRADIOSELECTION_ET_RADIOLABELS\" visibility=\"visible\">Specifies the respective label for each option field. You will see the label of the option field in the form.</ahelp> This entry corresponds to the <link href=\"text/shared/02/01170101.xhp\" name=\"Label\">Label</link> property of the option field."
+#. dGQ2
+#: purchase.xhp
+msgctxt ""
+"purchase.xhp\n"
+"tit\n"
+"help.text"
+msgid "Purchase %PRODUCTNAME"
msgstr ""
-#: 01120100.xhp#hd_id3155805.10.help.text
-msgid "Accept"
-msgstr "მიღება"
+#. x[cb
+#: purchase.xhp
+msgctxt ""
+"purchase.xhp\n"
+"par_idN10564\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/purchase.xhp\">Purchase %PRODUCTNAME</link>"
+msgstr "<link href=\"text/shared/autopi/purchase.xhp\">იყიდე %PRODUCTNAME</link>"
-#: 01120100.xhp#par_id3147008.12.help.text
-msgctxt "01120100.xhp#par_id3147008.12.help.text"
-msgid ">>"
+#. HEK;
+#: purchase.xhp
+msgctxt ""
+"purchase.xhp\n"
+"par_idN10574\n"
+"help.text"
+msgid "This wizard is visible for the evaluation version of %PRODUCTNAME. If you are using a time-limited evaluation version of %PRODUCTNAME, you can purchase a license online. You will get a serial number to change your %PRODUCTNAME to a full version."
msgstr ""
-#: 01120100.xhp#par_id3153345.5.help.text
-msgid "<ahelp visibility=\"visible\" hid=\"DBP_PUSHBUTTON_RID_PAGE_GROUPRADIOSELECTION_PB_MOVETORIGHT\">Confirms the current label and copies the label to the <emph>Option fields</emph> list.</ahelp>"
+#. W?E3
+#: purchase.xhp
+msgctxt ""
+"purchase.xhp\n"
+"par_idN10577\n"
+"help.text"
+msgid "The wizard can be called any time from the Help menu. The wizard will be offered automatically starting five days before the evaluation period expires."
msgstr ""
-#: 01120100.xhp#par_id3154749.6.help.text
-msgid "Enter the label for each option field of the group that you want to create and copy the label to the list by clicking the arrow button. Repeat this procedure until all the option fields are defined."
+#. 5;eD
+#: purchase.xhp
+msgctxt ""
+"purchase.xhp\n"
+"par_idN1057A\n"
+"help.text"
+msgid "The wizard consists of the following steps:"
msgstr ""
-#: 01120100.xhp#hd_id3150443.7.help.text
-msgctxt "01120100.xhp#hd_id3150443.7.help.text"
-msgid "Option fields"
+#. S(dG
+#: purchase.xhp
+msgctxt ""
+"purchase.xhp\n"
+"par_idN1057D\n"
+"help.text"
+msgid "Purchase %PRODUCTNAME"
msgstr ""
-#: 01120100.xhp#par_id3152996.8.help.text
-msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_GROUPRADIOSELECTION_LB_RADIOBUTTONS\" visibility=\"visible\">Displays all option fields which have to be included in the group box.</ahelp>"
+#. SQs6
+#: purchase.xhp
+msgctxt ""
+"purchase.xhp\n"
+"par_idN10581\n"
+"help.text"
+msgid "<ahelp hid=\".\">This is the welcome page of the wizard. If you want to buy a serial number online, click the button. If you already have a serial number, click Next to enter the number on the next page.</ahelp>"
msgstr ""
-#: 01120100.xhp#hd_id3146949.11.help.text
-msgctxt "01120100.xhp#hd_id3146949.11.help.text"
-msgid "Remove"
-msgstr ""
+#. OB!L
+#: purchase.xhp
+msgctxt ""
+"purchase.xhp\n"
+"par_idN10590\n"
+"help.text"
+msgid "Get your serial number online"
+msgstr "მიიღე შენი სერიული ნომერი ონლაინ"
-#: 01120100.xhp#par_id3153561.13.help.text
-msgctxt "01120100.xhp#par_id3153561.13.help.text"
-msgid "<<"
-msgstr ""
+#. ,Dct
+#: purchase.xhp
+msgctxt ""
+"purchase.xhp\n"
+"par_idN10594\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click to enter a web page, where you can purchase a serial number online.</ahelp>"
+msgstr "<ahelp hid=\".\">დააწკაპუნე რომ შეხვიდე ვებ-გვერდზე, სადაც ონლაინ შეგიძლიათ შეიძინოთ სერიული ნომერი.</ahelp>"
-#: 01120100.xhp#par_id3159157.9.help.text
-msgid "<ahelp hid=\"DBP_PUSHBUTTON_RID_PAGE_GROUPRADIOSELECTION_PB_MOVETOLEFT\" visibility=\"visible\">Removes the selected option fields from the list.</ahelp>"
+#. HXQT
+#: purchase.xhp
+msgctxt ""
+"purchase.xhp\n"
+"par_idN105A3\n"
+"help.text"
+msgid "Unlock %PRODUCTNAME"
msgstr ""
-#: 01120300.xhp#tit.help.text
-msgid "Group Element Wizard: Field Values"
+#. =Ajb
+#: purchase.xhp
+msgctxt ""
+"purchase.xhp\n"
+"par_idN105A7\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter your serial number or copy and paste the number from the online web page.</ahelp>"
msgstr ""
-#: 01120300.xhp#hd_id3151097.1.help.text
-msgid "<link href=\"text/shared/autopi/01120300.xhp\" name=\"Group Element Wizard: Field Values\">Group Element Wizard: Field Values</link>"
-msgstr ""
+#. mf;X
+#: purchase.xhp
+msgctxt ""
+"purchase.xhp\n"
+"par_idN105B6\n"
+"help.text"
+msgid "License Agreement"
+msgstr "სალიცენზიო შეთანხმება"
-#: 01120300.xhp#par_id3151100.2.help.text
-msgid "Assigns a reference value to each option field."
+#. B,/k
+#: purchase.xhp
+msgctxt ""
+"purchase.xhp\n"
+"par_idN105BA\n"
+"help.text"
+msgid "<ahelp hid=\".\">Please read the license text (scroll down the text accordingly), then accept the license to continue unlocking. If you do not accept the license, the software will not be unlocked.</ahelp>"
msgstr ""
-#: 01120300.xhp#par_id3153323.7.help.text
-msgid "Select a field from the option fields list and enter the corresponding <link href=\"text/shared/02/01170101.xhp\" name=\"reference value\">reference value</link>."
-msgstr ""
+#. S@=N
+#: purchase.xhp
+msgctxt ""
+"purchase.xhp\n"
+"par_idN105C9\n"
+"help.text"
+msgid "Personal Data"
+msgstr "პირადი მონაცემები"
-#: 01120300.xhp#hd_id3152594.3.help.text
-msgid "Which value do you want to assign to each option?"
+#. QWh(
+#: purchase.xhp
+msgctxt ""
+"purchase.xhp\n"
+"par_idN105CD\n"
+"help.text"
+msgid "<ahelp hid=\".\">This step of the wizard appears when the unlocking program finds an installed version of %PRODUCTNAME where some user settings can be copied to the new installation.</ahelp>"
msgstr ""
-#: 01120300.xhp#par_id3152425.4.help.text
-msgid "<ahelp hid=\"DBP_EDIT_RID_PAGE_OPTIONVALUES_ET_OPTIONVALUE\" visibility=\"visible\">Select a number or a text as a reference value for the selected option field.</ahelp>"
+#. nrU5
+#: purchase.xhp
+msgctxt ""
+"purchase.xhp\n"
+"par_idN105DC\n"
+"help.text"
+msgid "Copy personal data"
msgstr ""
-#: 01120300.xhp#hd_id3155555.5.help.text
-msgctxt "01120300.xhp#hd_id3155555.5.help.text"
-msgid "Option fields"
+#. {#WV
+#: purchase.xhp
+msgctxt ""
+"purchase.xhp\n"
+"par_idN105E0\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select this box to copy your user name and other data from a previous installation to your new installation of %PRODUCTNAME.</ahelp>"
msgstr ""
-#: 01120300.xhp#par_id3155941.6.help.text
-msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_OPTIONVALUES_LB_RADIOBUTTONS\" visibility=\"visible\">Select the option field for which you want to assign the reference value.</ahelp>"
+#. =\SE
+#: purchase.xhp
+msgctxt ""
+"purchase.xhp\n"
+"par_idN105EF\n"
+"help.text"
+msgid "Summary"
msgstr ""
-#: 01040400.xhp#tit.help.text
-msgid "Agenda Wizard - Names"
-msgstr "განრიგის ოსტატი - სახელები"
+#. W^G%
+#: purchase.xhp
+msgctxt ""
+"purchase.xhp\n"
+"par_idN105F3\n"
+"help.text"
+msgid "<ahelp hid=\".\">This is the last page of the Purchase %PRODUCTNAME Wizard.</ahelp>"
+msgstr ""
-#: 01040400.xhp#hd_id3143284.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/autopi/01040400.xhp\" name=\"Agenda Wizard - Names\">Agenda Wizard - Names</link>"
-msgstr "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Fax Wizard - Footer\">ფაქსის ოსტატი - ქვედა კოლონტიტული</link>"
+#. 7O,1
+#: webwizard01.xhp
+msgctxt ""
+"webwizard01.xhp\n"
+"tit\n"
+"help.text"
+msgid "Web Wizard - Introduction"
+msgstr "ვების ოსტატი - შესავალი"
-#: 01040400.xhp#par_id3152363.2.help.text
-#, fuzzy
-msgid "<ahelp hid=\"HID_AGENDA_PAGE4\">Specifies the names to be printed on the agenda.</ahelp>"
-msgstr "<ahelp hid=\"HID_AGENDA_PAGE1\">განსაზღვრავს გვერდის დიზაინს განრიგისათვის.</ahelp>"
+#. -8YQ
+#: webwizard01.xhp
+msgctxt ""
+"webwizard01.xhp\n"
+"par_idN10544\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/webwizard01.xhp\">Web Wizard - Introduction</link>"
+msgstr "<link href=\"text/shared/autopi/webwizard01.xhp\">ვების ოსტატი - შესავალი</link>"
-#: 01040400.xhp#par_idN105DA.help.text
-msgid "Meeting called by"
+#. [M3g
+#: webwizard01.xhp
+msgctxt ""
+"webwizard01.xhp\n"
+"par_idN10554\n"
+"help.text"
+msgid "<ahelp hid=\".\">You can use the Web Wizard to maintain web pages on a server.</ahelp> You can also load previously saved Web Wizard settings to maintain an existing web page. These settings include information about the local folder and the FTP server."
msgstr ""
-#: 01040400.xhp#par_idN105DE.help.text
-msgid "<ahelp hid=\".\">Specifies whether to print a line where you can enter the person who called the meeting.</ahelp>"
-msgstr ""
+#. xo3m
+#: webwizard01.xhp
+msgctxt ""
+"webwizard01.xhp\n"
+"par_idN10557\n"
+"help.text"
+msgid "Choose Web Wizard settings"
+msgstr "ამოირჩიეთ ვების ოსტატის პარამეტრები"
-#: 01040400.xhp#par_idN105E1.help.text
-msgid "Chairperson"
+#. z@!o
+#: webwizard01.xhp
+msgctxt ""
+"webwizard01.xhp\n"
+"par_idN1055B\n"
+"help.text"
+msgid "<ahelp hid=\"34207\">Select the settings that you want to load and then click <emph>Load</emph>. To start the wizard with the default settings, select \"default\".</ahelp>"
msgstr ""
-#: 01040400.xhp#par_idN105E5.help.text
-msgid "<ahelp hid=\".\">Specifies whether to print a line where you can enter the chairperson.</ahelp>"
-msgstr ""
+#. Q~{k
+#: webwizard01.xhp
+msgctxt ""
+"webwizard01.xhp\n"
+"par_idN1055E\n"
+"help.text"
+msgid "Delete"
+msgstr "წაშლა"
-#: 01040400.xhp#par_idN105E8.help.text
-msgid "Minute keeper"
+#. )xY0
+#: webwizard01.xhp
+msgctxt ""
+"webwizard01.xhp\n"
+"par_idN10562\n"
+"help.text"
+msgid "<ahelp hid=\"34209\">Deletes the selected settings.</ahelp>"
msgstr ""
-#: 01040400.xhp#par_idN105EC.help.text
-msgid "<ahelp hid=\".\">Specifies whether to print a line where you can enter the minute keeper.</ahelp>"
-msgstr ""
+#. 6F[|
+#: webwizard01.xhp
+#, fuzzy
+msgctxt ""
+"webwizard01.xhp\n"
+"par_idN10565\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/webwizard02.xhp\">Web Wizard - Documents</link>"
+msgstr "<link href=\"text/shared/autopi/webwizard01.xhp\">ვების ოსტატი - შესავალი</link>"
-#: 01040400.xhp#par_idN105EF.help.text
-msgid "Moderator"
+#. WW[H
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Euro Converter Wizard"
msgstr ""
-#: 01040400.xhp#par_idN105F3.help.text
-msgid "<ahelp hid=\".\">Specifies whether to print a line where you can enter the moderator.</ahelp>"
+#. 67\^
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"bm_id3154840\n"
+"help.text"
+msgid "<bookmark_value>Euro; Euro Converter Wizard</bookmark_value><bookmark_value>wizards; Euro Converter</bookmark_value><bookmark_value>converters; Euro converter</bookmark_value><bookmark_value>currencies; converters</bookmark_value>"
msgstr ""
-#: 01040400.xhp#par_idN105F6.help.text
-msgid "Attendees"
+#. ZYdv
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"hd_id3154840\n"
+"1\n"
+"help.text"
+msgid "Euro Converter Wizard"
msgstr ""
-#: 01040400.xhp#par_idN105FA.help.text
-msgid "<ahelp hid=\".\">Specifies whether to print a line where you can enter the attendees.</ahelp>"
+#. Xrz=
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3149140\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"eurokonv\"><ahelp hid=\".uno:EuroConverter\">Converts the currency amounts found in $[officename] Calc documents and in fields and tables of $[officename] Writer documents into euros.</ahelp></variable>"
msgstr ""
-#: 01040400.xhp#par_idN105FD.help.text
-msgid "Observers"
+#. e9,;
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3145669\n"
+"54\n"
+"help.text"
+msgid "Only closed files are converted. It is possible, however, to use the Euro Converter in an open $[officename] Calc document. In this case, a separate dialog opens. This dialog is described <link href=\"text/shared/autopi/01150000.xhp\" name=\"at the end of this section\">at the end of this section</link>."
msgstr ""
-#: 01040400.xhp#par_idN10601.help.text
-msgid "<ahelp hid=\".\">Specifies whether to print a line where you can enter the observers.</ahelp>"
+#. ;UGd
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3147275\n"
+"25\n"
+"help.text"
+msgid "Only the currencies of the countries participating in the European Monetary Union are converted."
msgstr ""
-#: 01040400.xhp#par_idN10604.help.text
-msgid "Facility personnel"
+#. @kef
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"hd_id3156152\n"
+"3\n"
+"help.text"
+msgid "Extent"
msgstr ""
-#: 01040400.xhp#par_idN10608.help.text
-msgid "<ahelp hid=\".\">Specifies whether to print a line where you can enter the facility personnel.</ahelp>"
+#. ^Z4x
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"hd_id3156155\n"
+"5\n"
+"help.text"
+msgid "Single $[officename] Calc document"
msgstr ""
-#: 01040400.xhp#par_id3150275.9.help.text
-msgid "<link href=\"text/shared/autopi/01040500.xhp\" name=\"Go to Agenda Wizard - Agenda Items\">Go to Agenda Wizard - Agenda Items</link>"
+#. #$F2
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3155420\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGCONVERT_OBFILE\">Converts a single $[officename] Calc file.</ahelp> To convert fields and tables in $[officename] Writer, first mark the <emph>Also convert fields and tables in text documents </emph>check box."
msgstr ""
-#: 01110400.xhp#tit.help.text
-msgid "HTML Export - Page 4"
-msgstr "HTML ექსპორტი - გვერდი 4"
-
-#: 01110400.xhp#hd_id3151100.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/autopi/01110400.xhp\" name=\"HTML Export - Page 4\">HTML Export - Page 4</link>"
-msgstr "<link href=\"text/shared/autopi/01110300.xhp\" name=\"HTML Export - Page 3\">HTML ექსპორტი - გვერდი 3</link>"
-
-#: 01110400.xhp#par_id3109850.2.help.text
-msgid "Specifies the information to be displayed on the title page of the publication."
+#. L9ZT
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"hd_id3153541\n"
+"7\n"
+"help.text"
+msgid "Complete Directory"
msgstr ""
-#: 01110400.xhp#par_id3149549.19.help.text
-msgid "You can skip this page if you unmark the <emph>Create title page</emph> option, or if you select Automatic or WebCast, in previous pages of the Wizard."
+#. P^=?
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3150670\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGCONVERT_OBDIR\">Converts all $[officename] Calc and $[officename] Writer documents and templates in the selected directory.</ahelp>"
msgstr ""
-#: 01110400.xhp#hd_id3155392.15.help.text
-msgid "Information for the title page"
-msgstr "თავფურცელის ინფორმაცია"
-
-#: 01110400.xhp#hd_id3155941.3.help.text
-msgctxt "01110400.xhp#hd_id3155941.3.help.text"
-msgid "Author"
+#. S5]O
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"hd_id3149516\n"
+"9\n"
+"help.text"
+msgid "Currencies"
msgstr ""
-#: 01110400.xhp#par_id3154288.4.help.text
-msgid "<ahelp hid=\"SD:EDIT:DLG_PUBLISHING:PAGE4_AUTHOR\">Specifies the name of the publication's author.</ahelp>"
+#. jeb.
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3156002\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGCONVERT_COMBOBOX1\">Specifies the currency to be converted into euros.</ahelp>"
msgstr ""
-#: 01110400.xhp#hd_id3147089.5.help.text
-msgid "E-mail address"
-msgstr "ელ-ფოსტის მისამართი"
-
-#: 01110400.xhp#par_id3166460.6.help.text
-msgid "<ahelp hid=\"SD:EDIT:DLG_PUBLISHING:PAGE4_EMAIL_EDIT\">Specifies the e-mail address.</ahelp>"
+#. ?5i`
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"hd_id3150275\n"
+"11\n"
+"help.text"
+msgid "Source directory / Source Document"
msgstr ""
-#: 01110400.xhp#hd_id3147242.7.help.text
-msgid "Your homepage"
-msgstr "თქვენი ვებ-გვერდი"
-
-#: 01110400.xhp#par_id3150355.8.help.text
-msgid "<ahelp hid=\"SD:EDIT:DLG_PUBLISHING:PAGE4_WWW_EDIT\">Specifies your homepage. A hyperlink will be inserted in the publication.</ahelp>"
+#. ;VVJ
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3154898\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGCONVERT_TBSOURCE\">Indicates the directory or the name of the single document to be converted.</ahelp>"
msgstr ""
-#: 01110400.xhp#hd_id3150504.9.help.text
-msgid "Additional information"
-msgstr "დამატებითი ინფორმაცია"
-
-#: 01110400.xhp#par_id3153823.10.help.text
-msgid "<ahelp hid=\"SD:MULTILINEEDIT:DLG_PUBLISHING:PAGE4_MISC\">Specifies additional text to appear on the title page.</ahelp>"
+#. ;x;S
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"hd_id3151385\n"
+"13\n"
+"help.text"
+msgid "..."
msgstr ""
-#: 01110400.xhp#hd_id3153824.17.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Link to a copy of the original presentation</caseinline></switchinline>"
+#. N9:A
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3147264\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGCONVERT_CBSOURCEOPEN\">Opens a dialog to select the desired directory or document.</ahelp>"
msgstr ""
-#: 01110400.xhp#par_id3147619.18.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><ahelp hid=\"SD:CHECKBOX:DLG_PUBLISHING:PAGE4_DOWNLOAD\">Inserts a hyperlink to download a copy of the presentation file.</ahelp></caseinline></switchinline>"
+#. xK1m
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"hd_id3147560\n"
+"15\n"
+"help.text"
+msgid "Including Subfolders"
msgstr ""
-#: 01110100.xhp#tit.help.text
-msgid "HTML Export - Page 1"
-msgstr "HTML ექსპორტი - გვერდი 1"
-
-#: 01110100.xhp#hd_id3153323.1.help.text
-msgid "<link href=\"text/shared/autopi/01110100.xhp\" name=\"HTML Export - Page 1\">HTML Export - Page 1</link>"
-msgstr "<link href=\"text/shared/autopi/01110100.xhp\" name=\"HTML Export - Page 1\">HTML ექსპორტი - გვერდი 1</link>"
-
-#: 01110100.xhp#par_id3163829.2.help.text
-msgid "On the first page you can select an existing design or create a new one."
-msgstr "პირველ გვერდზე შეგიძლიათ აირჩიოთ არსებული გვერდის დიზაინი ან შექმნათ ახალი."
-
-#: 01110100.xhp#par_id3152363.14.help.text
-msgid "The settings you select for the export will be automatically saved as a design for other exports. You can enter the design name after clicking <emph>Create</emph>."
+#. VNDd
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3152771\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGCONVERT_CHECKRECURSIVE\">Specifies whether all subfolders of the selected directory are included.</ahelp>"
msgstr ""
-#: 01110100.xhp#hd_id3151226.12.help.text
-msgid "Assign design"
-msgstr "მიანიჭე დიზაინი"
-
-#: 01110100.xhp#par_id3152801.13.help.text
-msgid "In this area, you can choose to create a new design and select or delete an existing design."
+#. 49OC
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"hd_id3150542\n"
+"55\n"
+"help.text"
+msgid "Also convert fields and tables in text documents"
msgstr ""
-#: 01110100.xhp#par_id3147291.3.help.text
-msgid "If you delete a design, you will only delete the design information in the Wizard. An export file will not be deleted by this action."
+#. fOHc
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3150398\n"
+"56\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGCONVERT_CHKTEXTDOCUMENTS\">Converts currency amounts found in fields and tables of $[officename] Writer documents.</ahelp>"
msgstr ""
-#: 01110100.xhp#hd_id3153681.4.help.text
-msgid "New design"
-msgstr "ახალი დიზაინი"
-
-#: 01110100.xhp#par_id3149827.5.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE1_NEW_DESIGN\">Creates a new design in the next pages of the Wizard.</ahelp>"
+#. 4xqd
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3148453\n"
+"59\n"
+"help.text"
+msgid "Values in the text document that are not in fields or tables are not converted."
msgstr ""
-#: 01110100.xhp#hd_id3149388.6.help.text
-msgid "Existing Design"
-msgstr "არსებული დიზაინი"
-
-#: 01110100.xhp#par_id3155535.7.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE1_OLD_DESIGN\">Loads an existing design from the design list to use as a starting point for the steps to follow on the next pages of the Wizard.</ahelp>"
+#. QaA+
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"hd_id3151382\n"
+"49\n"
+"help.text"
+msgid "Temporarily unprotect sheet without query"
msgstr ""
-#: 01110100.xhp#hd_id3152996.8.help.text
-msgid "Design list"
+#. g1qB
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3153192\n"
+"50\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGCONVERT_CHKPROTECT\">Specifies that sheet protection will be disabled during conversion and thereafter re-enabled. If sheet protection is covered by a password, you will see a dialog for entering the password.</ahelp>"
msgstr ""
-#: 01110100.xhp#par_id3153031.9.help.text
-msgid "<ahelp hid=\"SD:LISTBOX:DLG_PUBLISHING:PAGE1_DESIGNS\">Displays all existing designs.</ahelp>"
+#. ASeB
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"hd_id3147288\n"
+"17\n"
+"help.text"
+msgid "Target Directory"
msgstr ""
-#: 01110100.xhp#hd_id3154514.10.help.text
-msgid "Delete Selected Design"
+#. o2c-
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3153771\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGCONVERT_TBTARGET\">Specifies the folder and path in which the converted files are to be saved.</ahelp>"
msgstr ""
-#: 01110100.xhp#par_id3148473.11.help.text
-msgid "<ahelp hid=\"SD:PUSHBUTTON:DLG_PUBLISHING:PAGE1_DEL_DESIGN\">Deletes the selected design from the design list.</ahelp>"
+#. C:F{
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3154151\n"
+"19\n"
+"help.text"
+msgid "<emph>...</emph>"
msgstr ""
-#: 01090600.xhp#tit.help.text
-msgid "Form Wizard - Set Name"
+#. qKV@
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3147427\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGCONVERT_CBTARGETOPEN\">Opens a dialog in which you can select a directory to hold the converted files.</ahelp>"
msgstr ""
-#: 01090600.xhp#par_idN10543.help.text
-msgid "<link href=\"text/shared/autopi/01090600.xhp\">Form Wizard - Set Name</link>"
+#. Qwi@
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"hd_id3155854\n"
+"27\n"
+"help.text"
+msgid "Cancel"
msgstr ""
-#: 01090600.xhp#par_idN10553.help.text
-msgid "<ahelp hid=\".\">Specifies the name of the form and how to proceed.</ahelp>"
-msgstr "<ahelp hid=\".\">შეიყვანეთ ფაქსის შაბლონის სახელი.</ahelp>"
-
-#: 01090600.xhp#par_idN10556.help.text
-msgid "Name of the form"
+#. 7_hx
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3153190\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGCONVERT_CBCANCEL\">Closes the Euro Converter.</ahelp>"
msgstr ""
-#: 01090600.xhp#par_idN1055A.help.text
-msgid "<ahelp hid=\".\">Specifies the name of the form.</ahelp>"
-msgstr "<ahelp hid=\".\">შეიყვანეთ ფაქსის შაბლონის სახელი.</ahelp>"
+#. _1\S
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"hd_id3154986\n"
+"29\n"
+"help.text"
+msgid "Help"
+msgstr "დახმარება"
-#: 01090600.xhp#par_idN1055D.help.text
-msgid "Work with the form"
+#. QQ1c
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3155413\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGCONVERT_CBHELP\">Activates the help for the dialog.</ahelp>"
msgstr ""
-#: 01090600.xhp#par_idN105C5.help.text
-msgid "<ahelp hid=\".\">Saves the form, and opens it as a form document to enter and display data.</ahelp>"
-msgstr ""
+#. r*TV
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"hd_id3148616\n"
+"21\n"
+"help.text"
+msgid "Convert"
+msgstr "კონვერტირება"
-#: 01090600.xhp#par_idN10563.help.text
-msgid "Modify the form"
+#. r8=|
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3150011\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGCONVERT_CBGOON\">Starts the conversion.</ahelp>"
msgstr ""
-#: 01090600.xhp#par_idN105D2.help.text
-msgid "<ahelp hid=\".\">Saves the form, and opens it in edit mode to change the layout.</ahelp>"
+#. apTS
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3146975\n"
+"51\n"
+"help.text"
+msgid "During conversion, a page showing the progress status is displayed."
msgstr ""
-#: 01090600.xhp#par_idN10569.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/autopi/01090000.xhp\" name=\"Form Wizard\">Form Wizard</link>"
-msgstr "<link href=\"text/shared/autopi/01020000.xhp\" name=\"Fax\">ფაქსი</link>"
+#. Rvcg
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"hd_id3155308\n"
+"52\n"
+"help.text"
+msgid "Back"
+msgstr ""
-#: 01010000.xhp#tit.help.text
-msgctxt "01010000.xhp#tit.help.text"
-msgid "Letter Wizard"
+#. 34(.
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3153953\n"
+"53\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGCONVERT_CBBACK\">Returns to the first page of the Euro Converter.</ahelp>"
msgstr ""
-#: 01010000.xhp#bm_id3151100.help.text
-msgid "<bookmark_value>wizards; letters</bookmark_value><bookmark_value>Letter Wizard</bookmark_value><bookmark_value>templates;letters</bookmark_value>"
+#. qjnE
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3154640\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGCONVERT_CBBACK\">If the current document is a $[officename] Calc document or template, you can call up the Euro Converter using the corresponding icon in the Tools bar.</ahelp> This icon is hidden by default. To display the Euro Converter icon, click the arrow at the end of the Tools bar, select the <emph>Visible Buttons</emph> command and activate the <emph>Euro Converter</emph> icon."
msgstr ""
-#: 01010000.xhp#hd_id3151100.1.help.text
-msgctxt "01010000.xhp#hd_id3151100.1.help.text"
-msgid "Letter Wizard"
+#. @YUi
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3155415\n"
+"help.text"
+msgid "<image id=\"img_id3150417\" src=\"cmd/sc_euroconverter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150417\">Icon</alt></image>"
msgstr ""
-#: 01010000.xhp#par_id3093440.2.help.text
-msgid "<variable id=\"brief\"><ahelp hid=\".uno:AutoPilotLetter\">Starts the wizard for a letter template.</ahelp></variable> You can use this template for both business and personal correspondence."
+#. @_!8
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3149418\n"
+"31\n"
+"help.text"
+msgid "Euro Converter"
msgstr ""
-#: 01010000.xhp#par_id3149178.3.help.text
-msgid "$[officename] comes with sample templates for personal or business letters, which you can customize to your own needs with the help of the wizard. The wizard leads you step-by-step in creating a document template and offers numerous layout and design options. The preview gives you an impression of how the finished letter will appear according to the settings you choose."
+#. R3EW
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3144766\n"
+"32\n"
+"help.text"
+msgid "The <emph>Euro Converter</emph> dialog contains the following functions:"
msgstr ""
-#: 01010000.xhp#par_id3153748.4.help.text
-msgid "Within the wizard, you can modify your entries and options at any time. You may also skip an entire page or even all the wizard pages, in which case the current (or default) settings will remain in effect."
+#. 68il
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"hd_id3148387\n"
+"33\n"
+"help.text"
+msgid "Entire document"
msgstr ""
-#: 01010000.xhp#par_id3153824.5.help.text
-msgid "If you are creating a business letter, you can select a variety of elements to include in your document, which usually do not apply to personal letters, such as a subject line. If you choose the <emph>Personal</emph> letter option, some pages which contain elements specific to business letters will not be included in the wizard dialog."
+#. 0y,:
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3150113\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGCONVERT_CHECKBOX1\">Converts the entire document.</ahelp>"
msgstr ""
-#: 01010000.xhp#hd_id3159176.6.help.text
-msgctxt "01010000.xhp#hd_id3159176.6.help.text"
-msgid "Back"
+#. 2ZJr
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"hd_id3159110\n"
+"47\n"
+"help.text"
+msgid "Currencies"
msgstr ""
-#: 01010000.xhp#par_id3153543.7.help.text
-msgid "<ahelp hid=\"HID_LTRWIZARD_BACK\">Allows you to view the selections that you made on the previous steps.</ahelp> The current settings will be saved. "
+#. U+#}
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3148834\n"
+"48\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGCONVERT_COMBOBOX1\">Specifies the currency to be converted into euros.</ahelp>"
msgstr ""
-#: 01010000.xhp#hd_id3150254.8.help.text
-msgctxt "01010000.xhp#hd_id3150254.8.help.text"
-msgid "Next"
-msgstr "ტექსტი"
+#. :(i-
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"hd_id3155084\n"
+"35\n"
+"help.text"
+msgid "Selection"
+msgstr "მონიშვნა"
-#: 01010000.xhp#par_id3155923.9.help.text
-msgid "<ahelp hid=\"HID_LTRWIZARD_NEXT\">Saves the current settings and continues to the next page.</ahelp>"
+#. R/F2
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3152999\n"
+"36\n"
+"help.text"
+msgid "Select the cells you want to convert in this range, if you did not mark the <emph>Entire document</emph> check box. Select an option and then click the desired entries in the <emph>Templates</emph> / <emph>Currency ranges</emph> field. The selected range will be visible as such in the document. Click <emph>Convert</emph> to carry out the conversion."
msgstr ""
-#: 01010000.xhp#hd_id3148944.10.help.text
-msgctxt "01010000.xhp#hd_id3148944.10.help.text"
-msgid "Finish"
+#. *6ds
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"hd_id3153950\n"
+"37\n"
+"help.text"
+msgid "Cell Styles"
msgstr ""
-#: 01010000.xhp#par_id3149669.11.help.text
-msgid "<ahelp hid=\"HID_LTRWIZARD_CREATE\">According to your selections, the wizard creates a new document template and saves it on your hard disk.</ahelp> $[officename] creates a new document based on the existing templates with the \"Untitled X\" name (X stands for the consecutive numbering) and displays it on the work area."
+#. ;$;a
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3145162\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGCONVERT_OPTIONBUTTON1\">All cells with the selected Cell Styles are converted.</ahelp>"
msgstr ""
-#: 01010000.xhp#par_id3144433.16.help.text
-msgid "$[officename] saves the current settings in the wizard according to the chosen template. These settings are used as the default settings the next time you activate the wizard."
+#. b6E5
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"hd_id3152974\n"
+"39\n"
+"help.text"
+msgid "Currency cells in the current sheet"
msgstr ""
-#: webwizard04.xhp#tit.help.text
-msgid "Web Wizard - Layout Details"
-msgstr "ვების ოსტატი - განლაგების დეტალები"
-
-#: webwizard04.xhp#par_idN10544.help.text
-msgid "<link href=\"text/shared/autopi/webwizard04.xhp\">Web Wizard - Layout Details</link>"
-msgstr "<link href=\"text/shared/autopi/webwizard04.xhp\">ვების ოსტატი - განლაგების დეტალები</link>"
-
-#: webwizard04.xhp#par_idN10554.help.text
-msgid "Use this page of the wizard to customize the layout options for the index page of your web site."
+#. *bXI
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3154479\n"
+"40\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGCONVERT_OPTIONBUTTON2\">All currency cells in the active spreadsheet will be converted.</ahelp>"
msgstr ""
-#: webwizard04.xhp#par_idN10557.help.text
-msgid "File name"
-msgstr "ფაილის სახელი"
-
-#: webwizard04.xhp#par_idN1055B.help.text
-msgid "<ahelp hid=\"34235\">Includes the file names of the documents on the index page.</ahelp>"
+#. PsX6
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"hd_id3156276\n"
+"41\n"
+"help.text"
+msgid "Currency cells in the entire document"
msgstr ""
-#: webwizard04.xhp#par_idN1055E.help.text
-msgctxt "webwizard04.xhp#par_idN1055E.help.text"
-msgid "Description"
+#. C^/Z
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3146912\n"
+"42\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGCONVERT_OPTIONBUTTON3\">All currency cells in the active document will be converted.</ahelp>"
msgstr ""
-#: webwizard04.xhp#par_idN10562.help.text
-msgid "<ahelp hid=\"34236\">Includes the summary information of the documents on the index page.</ahelp>"
+#. #%~-
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"hd_id3155444\n"
+"43\n"
+"help.text"
+msgid "Selected range"
msgstr ""
-#: webwizard04.xhp#par_idN10565.help.text
-msgctxt "webwizard04.xhp#par_idN10565.help.text"
-msgid "Author"
+#. m-%G
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3153736\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGCONVERT_OPTIONBUTTON4\">All currency cells in the range selected before the converter was called will be converted.</ahelp> All cells must have the same format so that they can be recognized as a selected range."
msgstr ""
-#: webwizard04.xhp#par_idN10569.help.text
-msgid "<ahelp hid=\"34237\">Includes the names of the people who created the documents on the index page.</ahelp>"
+#. E9h3
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"hd_id3153927\n"
+"45\n"
+"help.text"
+msgid "Templates / Currency ranges"
msgstr ""
-#: webwizard04.xhp#par_idN1056C.help.text
-msgid "Creation date"
-msgstr "შექმნის თარიღი"
-
-#: webwizard04.xhp#par_idN10570.help.text
-msgid "<ahelp hid=\"34238\">Includes the creation dates of the documents on the index page.</ahelp>"
+#. I:[(
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3154756\n"
+"46\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGCONVERT_LISTBOX1\">Displays the ranges to be converted from the list.</ahelp>"
msgstr ""
-#: webwizard04.xhp#par_idN10573.help.text
-msgid "Last change date"
-msgstr "ბოლო ცვლილების თარიღი"
-
-#: webwizard04.xhp#par_idN10577.help.text
-msgid "<ahelp hid=\"34239\">Includes the date of the last time a file was modified on the index page.</ahelp>"
+#. Ok/9
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Report Wizard - Choose Layout"
msgstr ""
-#: webwizard04.xhp#par_idN1057A.help.text
-msgid "File format"
-msgstr "ფაილის ფორმატი"
-
-#: webwizard04.xhp#par_idN1057E.help.text
-msgid "<ahelp hid=\"34240\">Displays the format of the files on the index page.</ahelp>"
+#. /b-]
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"hd_id3148668\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01100400.xhp\" name=\"Report Wizard - Choose Layout\">Report Wizard - Choose Layout</link>"
msgstr ""
-#: webwizard04.xhp#par_idN10581.help.text
-msgid "File format icon"
+#. 8!nP
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"par_id3154894\n"
+"1\n"
+"help.text"
+msgid "<ahelp hid=\"\">Choose the layout from different templates and styles, and choose landscape or portrait page orientation.</ahelp>"
msgstr ""
-#: webwizard04.xhp#par_idN10585.help.text
-msgid "<ahelp hid=\"34241\">Displays the file format icon on the index page.</ahelp>"
-msgstr ""
+#. -3J{
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"hd_id3145345\n"
+"3\n"
+"help.text"
+msgid "Layout of data"
+msgstr "მონაცემების განლაგება"
-#: webwizard04.xhp#par_idN10588.help.text
-msgid "No. of pages"
+#. bp=2
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"par_id3153681\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGREPORT_4_DATALAYOUT\">Defines a set of styles for the report. The styles assign fonts, indents, table background, and more.</ahelp>"
msgstr ""
-#: webwizard04.xhp#par_idN1058C.help.text
-msgid "<ahelp hid=\"34242\">Displays the number of pages in your site on the index page.</ahelp>"
+#. ;GWg
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"hd_id3145071\n"
+"4\n"
+"help.text"
+msgid "Layout of headers and footers"
msgstr ""
-#: webwizard04.xhp#par_idN1058F.help.text
-msgid "Size in KB"
-msgstr "ზომა კბიტებში"
-
-#: webwizard04.xhp#par_idN10593.help.text
-msgid "<ahelp hid=\"34243\">Displays the file size in kilobytes on the index page.</ahelp>"
+#. UhV*
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"par_id3152551\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGREPORT_4_PAGELAYOUT\">Defines a page layout for the report. The page layouts are loaded from template files, which assign a header, footer, and page background.</ahelp>"
msgstr ""
-#: webwizard04.xhp#par_idN10596.help.text
-msgid "Optimize the layout for screen resolution:"
+#. xJK5
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"hd_id3152996\n"
+"11\n"
+"help.text"
+msgid "Orientation"
+msgstr "ორიენტაცია"
+
+#. C_#I
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"par_id3154749\n"
+"12\n"
+"help.text"
+msgid "Choose the page orientation for the report."
msgstr ""
-#: webwizard04.xhp#par_idN1059A.help.text
-msgid "640x480"
-msgstr "640x480"
+#. n?QX
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"hd_id3156347\n"
+"5\n"
+"help.text"
+msgid "Landscape"
+msgstr "თარაზული"
-#: webwizard04.xhp#par_idN1059E.help.text
-msgid "<ahelp hid=\"34244\">Optimizes the web site for a 640x480 pixel screen resolution.</ahelp>"
-msgstr "<ahelp hid=\"34244\">ვებ-გვერდის ოპტიმიზაცია მონიტორის 640x480 წერტილ რეზოლუციაზე.</ahelp>"
+#. _2C[
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"par_id3145382\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGREPORT_4_LANDSCAPE\">Selects a landscape page orientation for the report.</ahelp>"
+msgstr ""
-#: webwizard04.xhp#par_idN105A1.help.text
-msgid "800x600"
-msgstr "800x600"
+#. :UKg
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"hd_id3149233\n"
+"6\n"
+"help.text"
+msgid "Portrait"
+msgstr "შვეული"
-#: webwizard04.xhp#par_idN105A5.help.text
-#, fuzzy
-msgid "<ahelp hid=\"34245\">Optimizes the web site for a 800x600 pixel screen resolution.</ahelp>"
-msgstr "<ahelp hid=\"34244\">ვებ-გვერდის ოპტიმიზაცია მონიტორის 640x480 წერტილ რეზოლუციაზე.</ahelp>"
+#. [,q@
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"par_id3154285\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGREPORT_4_PORTRAIT\">Selects a portrait page orientation for the report.</ahelp>"
+msgstr ""
-#: webwizard04.xhp#par_idN105A8.help.text
-msgid "1024x768"
-msgstr "1024x768"
+#. EN)d
+#: 01100400.xhp
+msgctxt ""
+"01100400.xhp\n"
+"par_id3148491\n"
+"15\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01100500.xhp\" name=\"More about Report Wizard - Create Report\">More about Report Wizard - Create Report</link>"
+msgstr ""
-#: webwizard04.xhp#par_idN105AC.help.text
-#, fuzzy
-msgid "<ahelp hid=\"34246\">Optimizes the web site for a 1024x768 pixel screen resolution.</ahelp>"
-msgstr "<ahelp hid=\"34244\">ვებ-გვერდის ოპტიმიზაცია მონიტორის 640x480 წერტილ რეზოლუციაზე.</ahelp>"
+#. DS_P
+#: webwizard02.xhp
+msgctxt ""
+"webwizard02.xhp\n"
+"tit\n"
+"help.text"
+msgid "Web Wizard - Documents"
+msgstr "ვების ოსტატი - დოკუმენტები"
-#: webwizard04.xhp#par_idN105AF.help.text
+#. ,EIv
+#: webwizard02.xhp
#, fuzzy
-msgctxt "webwizard04.xhp#par_idN105AF.help.text"
-msgid "<link href=\"text/shared/autopi/webwizard05.xhp\">Web Wizard - Design</link>"
+msgctxt ""
+"webwizard02.xhp\n"
+"par_idN10547\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/webwizard02.xhp\">Web Wizard - Documents</link>"
msgstr "<link href=\"text/shared/autopi/webwizard01.xhp\">ვების ოსტატი - შესავალი</link>"
-#: 01090100.xhp#tit.help.text
-msgid "Form Wizard - Field Selection"
+#. 8^M#
+#: webwizard02.xhp
+msgctxt ""
+"webwizard02.xhp\n"
+"par_idN10557\n"
+"help.text"
+msgid "Select the files that you want to upload to your web site. You can upload the files to a server or to a local directory."
msgstr ""
-#: 01090100.xhp#hd_id3155599.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/autopi/01090100.xhp\" name=\"Form Wizard - Field Selection\">Form Wizard - Field Selection</link>"
-msgstr "<link href=\"text/shared/autopi/01020500.xhp\" name=\"Fax Wizard - Name and location\">ფაქსის ოსტატი - სახელი და მდებარეობა</link>"
-
-#: 01090100.xhp#par_id3150445.2.help.text
-msgid "<ahelp hid=\".\">On this page of the <link href=\"text/shared/autopi/01090000.xhp\">Form Wizard</link>, you can specify the table or query that you need to create the form as well as the fields that you want to include in the form.</ahelp>"
+#. ,h6+
+#: webwizard02.xhp
+msgctxt ""
+"webwizard02.xhp\n"
+"par_idN1055A\n"
+"help.text"
+msgid "Documents"
msgstr ""
-#: 01090100.xhp#hd_id3153750.5.help.text
-msgctxt "01090100.xhp#hd_id3153750.5.help.text"
-msgid "Tables or queries"
+#. .OI{
+#: webwizard02.xhp
+msgctxt ""
+"webwizard02.xhp\n"
+"par_idN1055E\n"
+"help.text"
+msgid "<ahelp hid=\"34210\">Lists the documents that you want to publish to your web site. The wizard can convert %PRODUCTNAME documents to HTML, PDF, or, in some cases, Flash format before the documents are uploaded. All other files are uploaded in their original file format.</ahelp>"
msgstr ""
-#: 01090100.xhp#par_id3147399.6.help.text
-msgid "<ahelp hid=\"HID_DLGFORM_LBTABLES\">Specifies the table or query that you want to create the form for.</ahelp>"
+#. dCig
+#: webwizard02.xhp
+msgctxt ""
+"webwizard02.xhp\n"
+"par_idN10561\n"
+"help.text"
+msgid "Add"
+msgstr "დამატება"
+
+#. }5k7
+#: webwizard02.xhp
+msgctxt ""
+"webwizard02.xhp\n"
+"par_idN10565\n"
+"help.text"
+msgid "<ahelp hid=\"34211\">Opens a dialog where you can select the files that you want to upload to your web site. The order of the list determines the order in which the hyperlinks to the documents are displayed on the index page of your web site.</ahelp>"
msgstr ""
-#: 01090100.xhp#hd_id3153527.8.help.text
-msgctxt "01090100.xhp#hd_id3153527.8.help.text"
-msgid "Available fields"
+#. K^t-
+#: webwizard02.xhp
+msgctxt ""
+"webwizard02.xhp\n"
+"par_idN10568\n"
+"help.text"
+msgid "Remove"
msgstr ""
-#: 01090100.xhp#par_id3149095.9.help.text
-msgid "<ahelp hid=\"HID_DLGFORM_FIELDSAVAILABLE\">Lists the names of the data base fields in the selected table or query.</ahelp> Click to select a field or hold down the Shift or the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while you click to select more than one field."
+#. ]*.S
+#: webwizard02.xhp
+msgctxt ""
+"webwizard02.xhp\n"
+"par_idN1056C\n"
+"help.text"
+msgid "<ahelp hid=\"34212\">Removes the selected file from the list.</ahelp>"
msgstr ""
-#: 01090100.xhp#hd_id3150443.10.help.text
-msgctxt "01090100.xhp#hd_id3150443.10.help.text"
-msgid ">"
+#. -I2)
+#: webwizard02.xhp
+msgctxt ""
+"webwizard02.xhp\n"
+"par_idN10577\n"
+"help.text"
+msgid "Export to file format"
msgstr ""
-#: 01090100.xhp#par_id3148538.11.help.text
-msgid "<ahelp hid=\"HID_DLGFORM_CMDMOVESELECTED\">Click to move the selected field(s) to the box that the arrow is pointing to.</ahelp>"
+#. t%9#
+#: webwizard02.xhp
+msgctxt ""
+"webwizard02.xhp\n"
+"par_idN1057B\n"
+"help.text"
+msgid "<ahelp hid=\"34218\">Select the file format that you want to export the selected file to.</ahelp>"
msgstr ""
-#: 01090100.xhp#hd_id3154142.12.help.text
-msgctxt "01090100.xhp#hd_id3154142.12.help.text"
-msgid ">>"
+#. Z;](
+#: webwizard02.xhp
+msgctxt ""
+"webwizard02.xhp\n"
+"par_idN1057E\n"
+"help.text"
+msgid "Title"
msgstr ""
-#: 01090100.xhp#par_id3145121.13.help.text
-msgid "<ahelp hid=\"HID_DLGFORM_CMDMOVEALL\">Click to move all fields to the box that the arrow is pointing to.</ahelp>"
+#. UoEM
+#: webwizard02.xhp
+msgctxt ""
+"webwizard02.xhp\n"
+"par_idN10582\n"
+"help.text"
+msgid "<ahelp hid=\"34215\">Enter the title for the selected document. The title appears as a hyperlink to the selected document on the index page of your web site.</ahelp>"
msgstr ""
-#: 01090100.xhp#hd_id3155419.14.help.text
-msgctxt "01090100.xhp#hd_id3155419.14.help.text"
-msgid "<"
+#. DIO6
+#: webwizard02.xhp
+msgctxt ""
+"webwizard02.xhp\n"
+"par_idN10585\n"
+"help.text"
+msgid "Summary"
msgstr ""
-#: 01090100.xhp#par_id3149763.15.help.text
-msgid "<ahelp hid=\"HID_DLGFORM_CMDREMOVESELECTED\">Click to move the selected field(s) to the box that the arrow is pointing to.</ahelp>"
+#. _5*;
+#: webwizard02.xhp
+msgctxt ""
+"webwizard02.xhp\n"
+"par_idN10589\n"
+"help.text"
+msgid "<ahelp hid=\"34216\">Enter a description for the selected document.</ahelp>"
msgstr ""
-#: 01090100.xhp#hd_id3159399.16.help.text
-msgctxt "01090100.xhp#hd_id3159399.16.help.text"
-msgid "<<"
+#. c[hL
+#: webwizard02.xhp
+msgctxt ""
+"webwizard02.xhp\n"
+"par_idN1058C\n"
+"help.text"
+msgid "Author"
msgstr ""
-#: 01090100.xhp#par_id3156329.17.help.text
-msgid "<ahelp hid=\"HID_DLGFORM_CMDREMOVEALL\">Click to move all fields to the box that the arrow is pointing to.</ahelp>"
+#. LG#K
+#: webwizard02.xhp
+msgctxt ""
+"webwizard02.xhp\n"
+"par_idN10590\n"
+"help.text"
+msgid "<ahelp hid=\"34217\">Enter the name of the author for the selected document.</ahelp>"
msgstr ""
-#: 01090100.xhp#par_idN1074A.help.text
-msgid "^"
-msgstr "^"
+#. av!p
+#: webwizard02.xhp
+msgctxt ""
+"webwizard02.xhp\n"
+"par_idN10593\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/webwizard03.xhp\">Web Wizard - Main layout</link>"
+msgstr "<link href=\"text/shared/autopi/webwizard03.xhp\">ვების ოსტატი - მთავარი განლაგება</link>"
-#: 01090100.xhp#par_idN1074E.help.text
-msgid "<ahelp hid=\".\">Click to move the selected field up one entry in the list.</ahelp>"
+#. 5=Js
+#: 01090600.xhp
+msgctxt ""
+"01090600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Form Wizard - Set Name"
msgstr ""
-#: 01090100.xhp#par_idN10751.help.text
-msgid "v"
-msgstr "v"
+#. KPl(
+#: 01090600.xhp
+#, fuzzy
+msgctxt ""
+"01090600.xhp\n"
+"par_idN10543\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01090600.xhp\">Form Wizard - Set Name</link>"
+msgstr "<link href=\"text/shared/autopi/01020000.xhp\" name=\"Fax\">ფაქსი</link>"
-#: 01090100.xhp#par_idN10755.help.text
-msgid "<ahelp hid=\".\">Click to move the selected field down one entry in the list.</ahelp>"
+#. @lCm
+#: 01090600.xhp
+msgctxt ""
+"01090600.xhp\n"
+"par_idN10553\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the name of the form and how to proceed.</ahelp>"
+msgstr "<ahelp hid=\".\">შეიყვანეთ ფაქსის შაბლონის სახელი.</ahelp>"
+
+#. be6a
+#: 01090600.xhp
+msgctxt ""
+"01090600.xhp\n"
+"par_idN10556\n"
+"help.text"
+msgid "Name of the form"
msgstr ""
-#: 01090100.xhp#hd_id3147618.18.help.text
-msgid "Fields in the form"
+#. OrTg
+#: 01090600.xhp
+msgctxt ""
+"01090600.xhp\n"
+"par_idN1055A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the name of the form.</ahelp>"
+msgstr "<ahelp hid=\".\">შეიყვანეთ ფაქსის შაბლონის სახელი.</ahelp>"
+
+#. nyJ:
+#: 01090600.xhp
+msgctxt ""
+"01090600.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "Work with the form"
msgstr ""
-#: 01090100.xhp#par_id3156194.19.help.text
-msgid "<ahelp hid=\"HID_DLGFORM_FIELDSSELECTED\">Displays the fields that are in the new form.</ahelp>"
+#. fd/R
+#: 01090600.xhp
+msgctxt ""
+"01090600.xhp\n"
+"par_idN105C5\n"
+"help.text"
+msgid "<ahelp hid=\".\">Saves the form, and opens it as a form document to enter and display data.</ahelp>"
msgstr ""
-#: 01090100.xhp#par_id3150398.7.help.text
-msgid "<link href=\"text/shared/autopi/01090200.xhp\" name=\"Form Wizard - Set up a subform\">Form Wizard - Set up a subform</link>"
+#. ?Qu?
+#: 01090600.xhp
+msgctxt ""
+"01090600.xhp\n"
+"par_idN10563\n"
+"help.text"
+msgid "Modify the form"
msgstr ""
-#: 01040600.xhp#tit.help.text
-msgid "Agenda Wizard - Name and Location"
-msgstr "განრიგის ოსტატი - სათაური და მდებარეობა"
+#. RvZK
+#: 01090600.xhp
+msgctxt ""
+"01090600.xhp\n"
+"par_idN105D2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Saves the form, and opens it in edit mode to change the layout.</ahelp>"
+msgstr ""
-#: 01040600.xhp#hd_id3144740.1.help.text
+#. l3Yo
+#: 01090600.xhp
#, fuzzy
-msgid "<link href=\"text/shared/autopi/01040600.xhp\" name=\"Agenda Wizard - Name and Location\">Agenda Wizard - Name and Location</link>"
+msgctxt ""
+"01090600.xhp\n"
+"par_idN10569\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01090000.xhp\" name=\"Form Wizard\">Form Wizard</link>"
+msgstr "<link href=\"text/shared/autopi/01020000.xhp\" name=\"Fax\">ფაქსი</link>"
+
+#. g9~V
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fax Wizard - Name and location"
+msgstr "ფაქსის ოსტატი - სახელი და მდებარეობა"
+
+#. K`*v
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"hd_id3150247\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01020500.xhp\" name=\"Fax Wizard - Name and location\">Fax Wizard - Name and location</link>"
msgstr "<link href=\"text/shared/autopi/01020500.xhp\" name=\"Fax Wizard - Name and location\">ფაქსის ოსტატი - სახელი და მდებარეობა</link>"
-#: 01040600.xhp#par_id3147102.2.help.text
-msgid "<ahelp hid=\"HID_AGENDA_PAGE6\">Choose the title and location for the agenda template.</ahelp>"
-msgstr ""
+#. eNnV
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"par_id3155552\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FAX_PAGE5\">Defines the template name and location.</ahelp>"
+msgstr "<ahelp hid=\"HID_FAX_PAGE5\">განსაზღვრავს შაბლონის სახელს და მდებარეობას.</ahelp>"
-#: 01040600.xhp#par_idN105DA.help.text
-msgid "Template title"
-msgstr "შაბლონის სათაური"
+#. !US7
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"par_idN105D7\n"
+"help.text"
+msgid "Template name"
+msgstr ""
-#: 01040600.xhp#par_idN105DE.help.text
-msgid "<ahelp hid=\".\">Specifies the name of the agenda template.</ahelp>"
+#. *M2K
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"par_idN105DB\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the name of the fax template.</ahelp>"
msgstr "<ahelp hid=\".\">შეიყვანეთ ფაქსის შაბლონის სახელი.</ahelp>"
-#: 01040600.xhp#par_idN105E1.help.text
-msgctxt "01040600.xhp#par_idN105E1.help.text"
-msgid "Path"
+#. Yg=]
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"par_idN105DE\n"
+"help.text"
+msgid "..."
msgstr ""
-#: 01040600.xhp#par_idN105E5.help.text
-msgid "<ahelp hid=\".\">Specifies the complete path, including the file name of the agenda template.</ahelp>"
+#. 1/pw
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"par_idN105E2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click to enter or select the complete path, including the file name of the fax template.</ahelp>"
msgstr ""
-#: 01040600.xhp#par_idN105E8.help.text
-msgid "Create an agenda from this template"
-msgstr "შექმენი განრიგი ამ შაბლონიდან"
+#. aWTM
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"par_idN105E5\n"
+"help.text"
+msgid "Create a fax from this template"
+msgstr "შექმენი ფაქსი ამ შაბლონიდან"
-#: 01040600.xhp#par_idN105EC.help.text
-msgid "<ahelp hid=\".\">Creates and saves the agenda template, then opens a new agenda document based on that template.</ahelp>"
+#. LjMf
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"par_idN105E9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Creates and saves the fax template, then opens a new fax document based on that template.</ahelp>"
msgstr ""
-#: 01040600.xhp#par_idN105EF.help.text
-msgid "Make manual changes to this template"
+#. /+B\
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"par_idN105EC\n"
+"help.text"
+msgid "Make manual changes to this fax template"
msgstr "შაბლონში ცვლილებების ხელით შეტანა"
-#: 01040600.xhp#par_idN105F3.help.text
-msgid "<ahelp hid=\".\">Creates and saves the agenda template, then opens the template for further editing.</ahelp>"
+#. 6vC!
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"par_idN105F0\n"
+"help.text"
+msgid "<ahelp hid=\".\">Creates and saves the fax template, then opens the template for further editing.</ahelp>"
msgstr ""
-#: 01040600.xhp#par_idN105F6.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/autopi/01040000.xhp\" name=\"Go to Agenda Wizard\">Go to Agenda Wizard</link>"
+#. s=`N
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"par_id3151119\n"
+"35\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01020000.xhp\" name=\"Go to Fax Wizard\">Go to Fax Wizard</link>"
msgstr "<link href=\"text/shared/autopi/01020000.xhp\" name=\"Go to Fax Wizard\">ფაქსის ოსტატზე გადასვლა</link>"
-#: 01050000.xhp#tit.help.text
-msgid "Presentation Wizard"
-msgstr "პრეზენტაციის ოსტატი"
-
-#: 01050000.xhp#bm_id3159224.help.text
-msgid "<bookmark_value>wizards; presentations</bookmark_value><bookmark_value>presentations; wizards</bookmark_value>"
+#. eMWa
+#: 01090300.xhp
+msgctxt ""
+"01090300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Form Wizard - Arrange Controls"
msgstr ""
-#: 01050000.xhp#hd_id3159224.1.help.text
-msgid "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation Wizard\">Presentation Wizard</link>"
-msgstr "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation\">პრეზენტაცია</link>"
+#. 8!IR
+#: 01090300.xhp
+#, fuzzy
+msgctxt ""
+"01090300.xhp\n"
+"hd_id3163829\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01090300.xhp\" name=\"Form Wizard - Arrange Controls\">Form Wizard - Arrange Controls</link>"
+msgstr "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Fax Wizard - Footer\">ფაქსის ოსტატი - ქვედა კოლონტიტული</link>"
-#: 01050000.xhp#par_id3156027.2.help.text
-msgid "<variable id=\"autopilot\"><ahelp hid=\"SID_AUTOPILOT\">Use the wizard to interactively create a presentation. With the wizard, you can modify the sample templates to suit your needs.</ahelp></variable> The wizard takes you step by step through the design elements and offers various editing options."
+#. QoYO
+#: 01090300.xhp
+msgctxt ""
+"01090300.xhp\n"
+"par_id3153539\n"
+"2\n"
+"help.text"
+msgid "On this page of the Wizard, you can select the layout of the created form."
+msgstr ""
+
+#. @ol9
+#: 01090300.xhp
+msgctxt ""
+"01090300.xhp\n"
+"hd_id3150791\n"
+"27\n"
+"help.text"
+msgid "Label placement"
msgstr ""
-#: 01050000.xhp#par_id3154289.11.help.text
-msgid "The Presentation Wizard starts automatically when you open a new presentation. You can deactivate this function if you choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01070500.xhp\" name=\"Presentation - General\">%PRODUCTNAME Impress - General</link></emph> and deselect the <emph>Start with Wizard</emph> check box."
-msgstr ""
+#. AH6X
+#: 01090300.xhp
+msgctxt ""
+"01090300.xhp\n"
+"hd_id3153379\n"
+"28\n"
+"help.text"
+msgid "Align left"
+msgstr "სწორება მარცხნივ"
-#: 01050000.xhp#par_id3166410.3.help.text
-msgid "Within each wizard page, you can undo, modify, or skip altogether the editing steps. If you decide to skip over one of the pages, the wizard uses the default settings."
+#. of7#
+#: 01090300.xhp
+msgctxt ""
+"01090300.xhp\n"
+"par_id3151210\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGFORM_CMDALIGNLEFT\">The labels are left-aligned.</ahelp>"
msgstr ""
-#: 01050000.xhp#hd_id3159269.4.help.text
-msgctxt "01050000.xhp#hd_id3159269.4.help.text"
-msgid "<< Back"
+#. L2:2
+#: 01090300.xhp
+msgctxt ""
+"01090300.xhp\n"
+"hd_id3149169\n"
+"30\n"
+"help.text"
+msgid "Align right"
+msgstr "სწორება მარჯვნივ"
+
+#. P(YJ
+#: 01090300.xhp
+msgctxt ""
+"01090300.xhp\n"
+"par_id3148672\n"
+"31\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGFORM_CMDALIGNRIGHT\">The labels are right-aligned.</ahelp>"
msgstr ""
-#: 01050000.xhp#par_id3150504.5.help.text
-msgid "<ahelp hid=\"SD:PUSHBUTTON:DLG_ASS:BUT_LAST\">Returns to the previous step without deleting your current settings.</ahelp> You can only select this button after the second editing step."
+#. 7[@q
+#: 01090300.xhp
+msgctxt ""
+"01090300.xhp\n"
+"hd_id3153682\n"
+"3\n"
+"help.text"
+msgid "Arrangement of the main form"
msgstr ""
-#: 01050000.xhp#hd_id3153349.6.help.text
-msgctxt "01050000.xhp#hd_id3153349.6.help.text"
-msgid "Next >>"
+#. RH3$
+#: 01090300.xhp
+msgctxt ""
+"01090300.xhp\n"
+"hd_id3155892\n"
+"4\n"
+"help.text"
+msgid "Columnar - Labels Left"
msgstr ""
-#: 01050000.xhp#par_id3156307.7.help.text
-msgid "<ahelp hid=\"SD:PUSHBUTTON:DLG_ASS:BUT_NEXT\">Accepts the new settings and moves to the next page.</ahelp> You will not be able to select this button in the last editing step."
+#. fmA-
+#: 01090300.xhp
+msgctxt ""
+"01090300.xhp\n"
+"par_id3149388\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGFORM_CMDLEFTLABELED\">Aligns the database fields column-wise with the labels to the left of the fields.</ahelp>"
msgstr ""
-#: 01050000.xhp#hd_id3156327.8.help.text
-msgctxt "01050000.xhp#hd_id3156327.8.help.text"
-msgid "Create"
-msgstr "შექმნილია"
+#. nbV,
+#: 01090300.xhp
+msgctxt ""
+"01090300.xhp\n"
+"hd_id3145345\n"
+"5\n"
+"help.text"
+msgid "Columnar - Labels on Top"
+msgstr ""
-#: 01050000.xhp#par_id3153087.9.help.text
-msgid "The wizard creates a new document based on the specified settings. You can later specify a name for the document and save it."
+#. A+.z
+#: 01090300.xhp
+msgctxt ""
+"01090300.xhp\n"
+"par_id3150355\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGFORM_CMDTOPLABELED\">Aligns the database fields column-wise with the labels above the field.</ahelp>"
msgstr ""
-#: 01050000.xhp#par_id3149656.10.help.text
-msgid "$[officename] saves the current wizard settings and uses them as default the next time you open the wizard."
+#. 1hDp
+#: 01090300.xhp
+msgctxt ""
+"01090300.xhp\n"
+"hd_id3147209\n"
+"16\n"
+"help.text"
+msgid "As Data Sheet"
msgstr ""
-#: 01020000.xhp#tit.help.text
-msgctxt "01020000.xhp#tit.help.text"
-msgid "Fax Wizard"
+#. |GR]
+#: 01090300.xhp
+msgctxt ""
+"01090300.xhp\n"
+"par_id3153824\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGFORM_CMDTABLESTYLE\">Aligns the database fields in a tabular form.</ahelp>"
msgstr ""
-#: 01020000.xhp#bm_id3150445.help.text
-msgid "<bookmark_value>wizards;faxes</bookmark_value><bookmark_value>faxes;wizards</bookmark_value><bookmark_value>templates;faxes</bookmark_value>"
+#. u+(f
+#: 01090300.xhp
+msgctxt ""
+"01090300.xhp\n"
+"hd_id3154897\n"
+"8\n"
+"help.text"
+msgid "In Blocks - Labels Above"
msgstr ""
-#: 01020000.xhp#hd_id3150445.1.help.text
-msgctxt "01020000.xhp#hd_id3150445.1.help.text"
-msgid "Fax Wizard"
+#. hY@E
+#: 01090300.xhp
+msgctxt ""
+"01090300.xhp\n"
+"par_id3155421\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGFORM_CMDTOPJUSTIFIED\">Arranges the labels above the corresponding data.</ahelp>"
msgstr ""
-#: 01020000.xhp#par_id3153394.2.help.text
-msgid "<variable id=\"fax\"><ahelp hid=\".uno:AutoPilotFax\">Opens the wizard for faxes.</ahelp> The wizard can help you create document templates for fax documents. You can then print the fax documents to a printer or to a fax machine, if fax driver software is available. </variable>"
+#. SdmQ
+#: 01090300.xhp
+msgctxt ""
+"01090300.xhp\n"
+"par_idN106C9\n"
+"help.text"
+msgid "Arrangement of the subform"
msgstr ""
-#: 01020000.xhp#par_id3154824.3.help.text
-msgid "$[officename] comes with a template for fax documents, which you can modify with the wizard to suit your own needs. The wizard leads you step-by-step in creating a document template, and offers numerous layout and design options. The document preview gives you an impression of how the finished fax will appear."
+#. FTF2
+#: 01090300.xhp
+msgctxt ""
+"01090300.xhp\n"
+"par_idN106D5\n"
+"help.text"
+msgid "Columnar - Labels Left"
msgstr ""
-#: 01020000.xhp#par_id3147088.4.help.text
-msgid "Within the dialog you can modify your entries and options at any time. You can also skip an entire page or even all the wizard pages, in which case the current (or default) settings will remain in effect."
+#. m`$^
+#: 01090300.xhp
+msgctxt ""
+"01090300.xhp\n"
+"par_idN106D9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Aligns the database fields column-wise with the labels to the left of the fields.</ahelp>"
msgstr ""
-#: 01020000.xhp#hd_id3156156.5.help.text
-msgctxt "01020000.xhp#hd_id3156156.5.help.text"
-msgid "Back"
+#. 2#%j
+#: 01090300.xhp
+msgctxt ""
+"01090300.xhp\n"
+"par_idN106DC\n"
+"help.text"
+msgid "Columnar - Labels on Top"
msgstr ""
-#: 01020000.xhp#par_id3155628.6.help.text
-msgid "<ahelp hid=\".\">Click the<emph> Back </emph>button to view the settings chosen on the previous page. The current settings will not be modified or deleted if you click this button.<emph> Back </emph>will be active from the second page onwards.</ahelp>"
+#. WZQk
+#: 01090300.xhp
+msgctxt ""
+"01090300.xhp\n"
+"par_idN106E0\n"
+"help.text"
+msgid "<ahelp hid=\".\">Aligns the database fields column-wise with the labels above the field.</ahelp>"
msgstr ""
-#: 01020000.xhp#hd_id3147335.7.help.text
-msgctxt "01020000.xhp#hd_id3147335.7.help.text"
-msgid "Next"
-msgstr "ტექსტი"
+#. dR$=
+#: 01090300.xhp
+msgctxt ""
+"01090300.xhp\n"
+"par_idN106E3\n"
+"help.text"
+msgid "As Data Sheet"
+msgstr ""
-#: 01020000.xhp#par_id3156117.8.help.text
-msgid "<ahelp hid=\".\">The wizard saves the current settings and goes to the next page. The<emph> Next </emph>button will become inactive once you have reached the last page.</ahelp>"
+#. =IUz
+#: 01090300.xhp
+msgctxt ""
+"01090300.xhp\n"
+"par_idN106E7\n"
+"help.text"
+msgid "<ahelp hid=\".\">Aligns the database fields in a tabular form.</ahelp>"
msgstr ""
-#: 01020000.xhp#hd_id3152350.9.help.text
-msgctxt "01020000.xhp#hd_id3152350.9.help.text"
-msgid "Finish"
+#. C+h1
+#: 01090300.xhp
+msgctxt ""
+"01090300.xhp\n"
+"par_idN106EA\n"
+"help.text"
+msgid "In Blocks - Labels Above"
msgstr ""
-#: 01020000.xhp#par_id3146948.10.help.text
-msgid "<ahelp hid=\".\">According to your selections, the wizard creates a document template and saves it. A new document based on the template appears in the work area, with the filename \"UntitledX\".</ahelp>"
+#. {1MF
+#: 01090300.xhp
+msgctxt ""
+"01090300.xhp\n"
+"par_idN106EE\n"
+"help.text"
+msgid "<ahelp hid=\".\">Arranges the labels above the corresponding data.</ahelp>"
msgstr ""
-#: 01040000.xhp#tit.help.text
-msgctxt "01040000.xhp#tit.help.text"
+#. 6cxn
+#: 01090300.xhp
+#, fuzzy
+msgctxt ""
+"01090300.xhp\n"
+"par_idN106F3\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01090400.xhp\" name=\"Form Wizard - Set data entry\">Form Wizard - Set data entry</link>"
+msgstr "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Fax Wizard - Footer\">ფაქსის ოსტატი - ქვედა კოლონტიტული</link>"
+
+#. nnzB
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"tit\n"
+"help.text"
msgid "Agenda Wizard"
msgstr ""
-#: 01040000.xhp#bm_id3149031.help.text
+#. [Fyo
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"bm_id3149031\n"
+"help.text"
msgid "<bookmark_value>wizards;agendas</bookmark_value><bookmark_value>Agenda Wizard</bookmark_value><bookmark_value>templates;agendas</bookmark_value>"
msgstr ""
-#: 01040000.xhp#hd_id3149031.1.help.text
-msgctxt "01040000.xhp#hd_id3149031.1.help.text"
+#. ,d);
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"hd_id3149031\n"
+"1\n"
+"help.text"
msgid "Agenda Wizard"
msgstr ""
-#: 01040000.xhp#par_id3147102.2.help.text
+#. Y,cZ
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3147102\n"
+"2\n"
+"help.text"
msgid "<variable id=\"agenda\"><ahelp hid=\".uno:AutoPilotAgenda\">Starts the wizard to help you create an agenda template.</ahelp></variable> You can use an agenda to specify discussion topics for conferences and meetings."
msgstr ""
-#: 01040000.xhp#par_id3156414.3.help.text
+#. U5Bf
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3156414\n"
+"3\n"
+"help.text"
msgid "$[officename] comes with a sample template for agendas that you can modify to suit your own needs. The wizard offers numerous layout and design options for creating document templates. The preview gives you an impression of how the finished agenda will appear."
msgstr ""
-#: 01040000.xhp#par_id3147571.4.help.text
+#. Qki8
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3147571\n"
+"4\n"
+"help.text"
msgid "Within the wizard, you can modify your entries at any time. You may also skip an entire page or even all the pages, in which case the current (or default) settings remain in effect."
msgstr ""
-#: 01040000.xhp#hd_id3147088.5.help.text
-msgctxt "01040000.xhp#hd_id3147088.5.help.text"
+#. c-,V
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"hd_id3147088\n"
+"5\n"
+"help.text"
msgid "Back"
msgstr ""
-#: 01040000.xhp#par_id3149177.6.help.text
+#. uW3(
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3149177\n"
+"6\n"
+"help.text"
msgid "Returns to the selections made on the previous page. The current settings remain in effect. This button only becomes active after the first page."
msgstr ""
-#: 01040000.xhp#hd_id3155391.7.help.text
-msgctxt "01040000.xhp#hd_id3155391.7.help.text"
+#. XiHV
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"hd_id3155391\n"
+"7\n"
+"help.text"
msgid "Next"
msgstr "ტექსტი"
-#: 01040000.xhp#par_id3156426.8.help.text
+#. u:8@
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3156426\n"
+"8\n"
+"help.text"
msgid "The wizard saves the current settings and goes to the next page. Once you reach the last page, this button will become inactive."
msgstr ""
-#: 01040000.xhp#hd_id3145382.9.help.text
-msgctxt "01040000.xhp#hd_id3145382.9.help.text"
+#. Deo0
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"hd_id3145382\n"
+"9\n"
+"help.text"
msgid "Finish"
msgstr ""
-#: 01040000.xhp#par_id3156346.10.help.text
+#. f=x$
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3156346\n"
+"10\n"
+"help.text"
msgid "According to your selections, the wizard creates a document template and saves it on your hard disk. A new document based on the template appears in the work area, with the filename \"UntitledX\" (X stands for an automatic number)."
msgstr ""
-#: 01040000.xhp#par_id3149235.13.help.text
+#. [!q)
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3149235\n"
+"13\n"
+"help.text"
msgid "$[officename] saves the current settings in the wizard according to the selected document template. These will be used as the default settings the next time you activate the wizard."
msgstr ""
-#: 01170200.xhp#tit.help.text
-msgid "Additional Settings"
-msgstr "დამატებითი პარამეტრები"
-
-#: 01170200.xhp#hd_id3154094.1.help.text
-msgid "<link href=\"text/shared/autopi/01170200.xhp\" name=\"Additional Settings\">Additional Settings</link>"
-msgstr ""
-
-#: 01170200.xhp#par_id3143281.2.help.text
-msgid "<ahelp hid=\".\">Allows you to enter additional settings for LDAP address data and other external data sources.</ahelp>"
-msgstr ""
-
-#: 01170200.xhp#hd_id3155555.3.help.text
-msgid "Settings"
-msgstr "პარამეტრები"
-
-#: 01170200.xhp#par_id3153311.4.help.text
-msgid "<ahelp hid=\"extensions:PushButton:RID_PAGE_ADMININVOKATION:PB_INVOKE_ADMIN_DIALOG\">Calls a dialog in which you can enter additional settings.</ahelp>"
-msgstr ""
-
-#: 01170200.xhp#par_id3159233.5.help.text
-msgid "If you selected <emph>LDAP</emph> on the first page, you will see the <link href=\"text/shared/explorer/database/dabawiz02ldap.xhp\" name=\"LDAP\">LDAP</link> page."
-msgstr ""
-
-#: 01090200.xhp#tit.help.text
+#. #3Ia
+#: 01090200.xhp
+msgctxt ""
+"01090200.xhp\n"
+"tit\n"
+"help.text"
msgid "Form Wizard - Set up a Subform"
msgstr ""
-#: 01090200.xhp#par_idN10543.help.text
+#. BW/C
+#: 01090200.xhp
+msgctxt ""
+"01090200.xhp\n"
+"par_idN10543\n"
+"help.text"
msgid "<link href=\"text/shared/autopi/01090200.xhp\">Form Wizard - Set up a Subform</link>"
msgstr ""
-#: 01090200.xhp#par_idN10553.help.text
+#. Zlf@
+#: 01090200.xhp
+msgctxt ""
+"01090200.xhp\n"
+"par_idN10553\n"
+"help.text"
msgid "Specify if you want to use a subform and enter the subform's properties. A subform is a form that is inserted in another form."
msgstr ""
-#: 01090200.xhp#par_idN10556.help.text
+#. Y[0i
+#: 01090200.xhp
+msgctxt ""
+"01090200.xhp\n"
+"par_idN10556\n"
+"help.text"
msgid "Add subform"
msgstr ""
-#: 01090200.xhp#par_idN105B4.help.text
+#. :Fq4
+#: 01090200.xhp
+msgctxt ""
+"01090200.xhp\n"
+"par_idN105B4\n"
+"help.text"
msgid "<ahelp hid=\".\">Select to add a subform.</ahelp>"
msgstr ""
-#: 01090200.xhp#par_idN1055A.help.text
+#. B0A+
+#: 01090200.xhp
+msgctxt ""
+"01090200.xhp\n"
+"par_idN1055A\n"
+"help.text"
msgid "Sub form based on existing relation"
msgstr ""
-#: 01090200.xhp#par_idN105C5.help.text
+#. u#gm
+#: 01090200.xhp
+msgctxt ""
+"01090200.xhp\n"
+"par_idN105C5\n"
+"help.text"
msgid "<ahelp hid=\".\">Click to add a subform based on an existing relation.</ahelp>"
msgstr ""
-#: 01090200.xhp#par_idN1055E.help.text
+#. Olr=
+#: 01090200.xhp
+msgctxt ""
+"01090200.xhp\n"
+"par_idN1055E\n"
+"help.text"
msgid "Which relation do you want to add?"
msgstr ""
-#: 01090200.xhp#par_idN105D2.help.text
+#. p+F2
+#: 01090200.xhp
+msgctxt ""
+"01090200.xhp\n"
+"par_idN105D2\n"
+"help.text"
msgid "<ahelp hid=\".\">Select the relation on which the subform is based.</ahelp>"
msgstr ""
-#: 01090200.xhp#par_idN105D1.help.text
+#. uo\]
+#: 01090200.xhp
+msgctxt ""
+"01090200.xhp\n"
+"par_idN105D1\n"
+"help.text"
msgid "Sub form based on manual selection of fields"
msgstr ""
-#: 01090200.xhp#par_idN105DF.help.text
+#. dHiC
+#: 01090200.xhp
+msgctxt ""
+"01090200.xhp\n"
+"par_idN105DF\n"
+"help.text"
msgid "<ahelp hid=\".\">Click to add a subform based on a manual selection of fields. </ahelp>"
msgstr ""
-#: 01090200.xhp#par_idN105E2.help.text
-msgid "<link href=\"text/shared/autopi/01090210.xhp\" name=\"Form Wizard - Add subform fields\">Form Wizard - Add subform fields</link>"
-msgstr ""
-
-#: 01010400.xhp#tit.help.text
-msgid "Letter Wizard - Recipient and sender"
-msgstr ""
-
-#: 01010400.xhp#hd_id3154288.1.help.text
-msgid "<link href=\"text/shared/autopi/01010400.xhp\" name=\"Letter Wizard - Recipient and sender\">Letter Wizard - Recipient and sender</link>"
-msgstr ""
-
-#: 01010400.xhp#par_id3159233.2.help.text
-msgid "<ahelp hid=\"HID_LETTER_PAGE4\">Specifies the sender and recipient information.</ahelp>"
-msgstr ""
-
-#: 01010400.xhp#par_idN105DA.help.text
-msgid "Sender's address"
-msgstr "გამგზავნის მისამართი"
-
-#: 01010400.xhp#par_idN105DE.help.text
-msgid "<ahelp hid=\".\">Specifies your address information.</ahelp>"
-msgstr "<ahelp hid=\".\">განსაზღვრავს თქვენი მისამართის ინფორმაციას.</ahelp>"
-
-#: 01010400.xhp#par_idN105E9.help.text
-msgctxt "01010400.xhp#par_idN105E9.help.text"
-msgid "Use user data for return address"
-msgstr ""
-
-#: 01010400.xhp#par_idN105EC.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_OPTSENDERPLACEHOLDER\">Use the address data from %PRODUCTNAME - User Data in the Options dialog box.</ahelp>"
-msgstr ""
-
-#: 01010400.xhp#par_idN10603.help.text
-msgid "New sender address"
-msgstr "ახალი გამგზავნის მისამართი"
-
-#: 01010400.xhp#par_idN10606.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_OPTSENDERDEFINE\">Use the address data from the following text boxes.</ahelp>"
-msgstr ""
-
-#: 01010400.xhp#par_idN1061D.help.text
-msgid "Name"
-msgstr "სახელი"
-
-#: 01010400.xhp#par_idN10620.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_TXTSENDERNAME\">Specifies the name of the sender.</ahelp>"
-msgstr ""
-
-#: 01010400.xhp#par_idN10637.help.text
-msgid "Street"
-msgstr "ქუჩა"
-
-#: 01010400.xhp#par_idN1063A.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_TXTSENDERSTREET\">Specifies the street address of the sender.</ahelp>"
-msgstr ""
-
-#: 01010400.xhp#par_idN10661.help.text
-msgid "Postcode/State/City"
-msgstr "საფოსტო კოდი/შტატი/ქალაქი"
-
-#: 01010400.xhp#par_idN10664.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_TXTSENDERPOSTCODE\">Specifies the address data of the sender.</ahelp>"
-msgstr ""
-
-#: 01010400.xhp#par_idN10673.help.text
-msgid "Recipient's address"
-msgstr "მიმღების მისამართი"
-
-#: 01010400.xhp#par_idN10677.help.text
-msgid "Specifies the recipient's address information."
-msgstr "განსაზღვრავს მიმღების მისამართის ინფორმაციას"
-
-#: 01010400.xhp#par_idN10682.help.text
-msgid "Use placeholders for recipient's address"
-msgstr "გამოიყენეთ ჩანაცვლების ველები მიმღების მისამართისთვის"
-
-#: 01010400.xhp#par_idN10685.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_OPTRECEIVERPLACEHOLDER\">Specifies that placeholder fields are inserted into the letter template.</ahelp>"
-msgstr ""
-
-#: 01010400.xhp#par_idN1069C.help.text
-msgctxt "01010400.xhp#par_idN1069C.help.text"
-msgid "Use address database for mail merge"
-msgstr ""
-
-#: 01010400.xhp#par_idN1069F.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_OPTRECEIVERDATABASE\">Address database fields are inserted into the letter template.</ahelp>"
-msgstr ""
-
-#: 01010400.xhp#par_id3154365.18.help.text
+#. F+C8
+#: 01090200.xhp
#, fuzzy
-msgid "<link href=\"text/shared/autopi/01010500.xhp\" name=\"Go to Letter Wizard - Footer\">Go to Letter Wizard - Footer</link>"
-msgstr "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Go to Fax Wizard - Footer\">ფაქსის ოსტატზე გადასვლა - ქვედა კოლონტიტული</link>"
-
-#: webwizard07.xhp#tit.help.text
-msgid "Web Wizard - Preview"
-msgstr "ვების ოსტატი - გადახედვა"
-
-#: webwizard07.xhp#par_idN10544.help.text
-#, fuzzy
-msgctxt "webwizard07.xhp#par_idN10544.help.text"
-msgid "<link href=\"text/shared/autopi/webwizard07.xhp\">Web Wizard - Preview</link>"
-msgstr "<link href=\"text/shared/autopi/webwizard01.xhp\">ვების ოსტატი - შესავალი</link>"
-
-#: webwizard07.xhp#par_idN10554.help.text
-msgid "Specify where you want to publish your web site as well as preview your site."
-msgstr ""
-
-#: webwizard07.xhp#par_idN10557.help.text
-msgctxt "webwizard07.xhp#par_idN10557.help.text"
-msgid "Preview"
-msgstr ""
-
-#: webwizard07.xhp#par_idN1055B.help.text
-msgid "<ahelp hid=\"34260\">Opens your web page in the default web browser of your operating system.</ahelp>"
-msgstr ""
+msgctxt ""
+"01090200.xhp\n"
+"par_idN105E2\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01090210.xhp\" name=\"Form Wizard - Add subform fields\">Form Wizard - Add subform fields</link>"
+msgstr "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Fax Wizard - Footer\">ფაქსის ოსტატი - ქვედა კოლონტიტული</link>"
-#: webwizard07.xhp#par_idN1055E.help.text
-msgid "Local directory"
-msgstr "ლოკალური დირექტორია"
+#. C|2#
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"tit\n"
+"help.text"
+msgid "HTML Export - Page 1"
+msgstr "HTML ექსპორტი - გვერდი 1"
-#: webwizard07.xhp#par_idN10562.help.text
-msgid "<ahelp hid=\"34261\">Uploads your index page and files to a local directory. The index page is saved to the location that you specified. All other files are saved to the \"myWebsite\" directory in the directory that contains the index page.</ahelp>"
-msgstr ""
+#. %$Y.
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3153323\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01110100.xhp\" name=\"HTML Export - Page 1\">HTML Export - Page 1</link>"
+msgstr "<link href=\"text/shared/autopi/01110100.xhp\" name=\"HTML Export - Page 1\">HTML ექსპორტი - გვერდი 1</link>"
-#: webwizard07.xhp#par_idN10565.help.text
-msgctxt "webwizard07.xhp#par_idN10565.help.text"
-msgid "..."
-msgstr ""
+#. 7Wck
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3163829\n"
+"2\n"
+"help.text"
+msgid "On the first page you can select an existing design or create a new one."
+msgstr "პირველ გვერდზე შეგიძლიათ აირჩიოთ არსებული გვერდის დიზაინი ან შექმნათ ახალი."
-#: webwizard07.xhp#par_idN10569.help.text
-msgid "<ahelp hid=\"34263\">Opens a dialog to select a folder.</ahelp>"
+#. he?j
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3152363\n"
+"14\n"
+"help.text"
+msgid "The settings you select for the export will be automatically saved as a design for other exports. You can enter the design name after clicking <emph>Create</emph>."
msgstr ""
-#: webwizard07.xhp#par_idN1056C.help.text
-msgid "Archive file"
-msgstr "არქივის ფაილი"
+#. r}XR
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3151226\n"
+"12\n"
+"help.text"
+msgid "Assign design"
+msgstr "მიანიჭე დიზაინი"
-#: webwizard07.xhp#par_idN10570.help.text
-msgid "<ahelp hid=\"34265\">Adds your index page and files to a compressed archive file and uploads the file to your web site. The index page is saved to the location that you specified. All other files are saved to the \"myWebsite\" directory in the directory that contains the index page.</ahelp>"
+#. TEdO
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3152801\n"
+"13\n"
+"help.text"
+msgid "In this area, you can choose to create a new design and select or delete an existing design."
msgstr ""
-#: webwizard07.xhp#par_idN10573.help.text
-msgid "Depending on your operating system, the available archive file formats are zip, gzip, and war."
+#. cYv+
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3147291\n"
+"3\n"
+"help.text"
+msgid "If you delete a design, you will only delete the design information in the Wizard. An export file will not be deleted by this action."
msgstr ""
-#: webwizard07.xhp#par_idN10576.help.text
-msgctxt "webwizard07.xhp#par_idN10576.help.text"
-msgid "..."
-msgstr ""
+#. cM=I
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3153681\n"
+"4\n"
+"help.text"
+msgid "New design"
+msgstr "ახალი დიზაინი"
-#: webwizard07.xhp#par_idN1057A.help.text
-msgid "<ahelp hid=\"34266\">Opens a dialog where you can specify the location of the archive file.</ahelp>"
+#. N1D}
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3149827\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE1_NEW_DESIGN\">Creates a new design in the next pages of the Wizard.</ahelp>"
msgstr ""
-#: webwizard07.xhp#par_idN1057D.help.text
-msgid "The web via FTP"
-msgstr ""
+#. D$Ge
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3149388\n"
+"6\n"
+"help.text"
+msgid "Existing Design"
+msgstr "არსებული დიზაინი"
-#: webwizard07.xhp#par_idN10581.help.text
-msgid "<ahelp hid=\"34268\">Uploads your files to an FTP server. The index page is saved to the location that you specified. All other files are saved to the \"myWebsite\" directory in the directory that contains the index page.</ahelp>"
+#. dOoj
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3155535\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE1_OLD_DESIGN\">Loads an existing design from the design list to use as a starting point for the steps to follow on the next pages of the Wizard.</ahelp>"
msgstr ""
-#: webwizard07.xhp#par_idN10584.help.text
-msgid "You cannot use the FTP option if you connect to the internet through a proxy server."
+#. 7/;F
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3152996\n"
+"8\n"
+"help.text"
+msgid "Design list"
msgstr ""
-#: webwizard07.xhp#par_idN10587.help.text
-msgid "Configure"
-msgstr "კონფიგურირება"
-
-#: webwizard07.xhp#par_idN1058B.help.text
-msgid "<ahelp hid=\"34269\">Opens the <link href=\"text/shared/autopi/webwizard07fc.xhp\">FTP Connection</link> dialog where you can edit and test the connection settings for the FTP server.</ahelp>"
+#. XQpd
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3153031\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SD:LISTBOX:DLG_PUBLISHING:PAGE1_DESIGNS\">Displays all existing designs.</ahelp>"
msgstr ""
-#: webwizard07.xhp#par_idN1059C.help.text
-msgid "Save settings"
-msgstr "პარამეტრების შენახვა"
-
-#: webwizard07.xhp#par_idN105A0.help.text
-msgid "<ahelp hid=\"34270\">Saves the settings that you specified in this wizard.</ahelp>"
+#. y~{5
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3154514\n"
+"10\n"
+"help.text"
+msgid "Delete Selected Design"
msgstr ""
-#: webwizard07.xhp#par_idN105A3.help.text
-msgid "Save as"
-msgstr "შენახვა როგორც"
-
-#: webwizard07.xhp#par_idN105A7.help.text
-msgid "<ahelp hid=\"34271\">Enter the name for the settings file.</ahelp>"
+#. {;~b
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3148473\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SD:PUSHBUTTON:DLG_PUBLISHING:PAGE1_DEL_DESIGN\">Deletes the selected design from the design list.</ahelp>"
msgstr ""
-#: webwizard07.xhp#par_idN105AA.help.text
-#, fuzzy
-msgctxt "webwizard07.xhp#par_idN105AA.help.text"
-msgid "<link href=\"text/shared/autopi/webwizard00.xhp\">Web Wizard</link>"
-msgstr "<link href=\"text/shared/autopi/webwizard03.xhp\">ვების ოსტატი - მთავარი განლაგება</link>"
-
-#: 01050300.xhp#tit.help.text
+#. Nm[f
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"tit\n"
+"help.text"
msgid "Presentation Wizard Page 3"
msgstr "პრეზენტაციის ოსტატი გვერდი 3"
-#: 01050300.xhp#hd_id3153323.21.help.text
+#. TBz?
+#: 01050300.xhp
#, fuzzy
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3153323\n"
+"21\n"
+"help.text"
msgid "<link href=\"text/shared/autopi/01050300.xhp\" name=\"Presentation Wizard Page 3\">Presentation Wizard Page 3</link>"
msgstr "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation\">პრეზენტაცია</link>"
-#: 01050300.xhp#hd_id3159201.2.help.text
+#. *Ln$
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3159201\n"
+"2\n"
+"help.text"
msgid "Select a slide transition"
msgstr ""
-#: 01050300.xhp#par_id3145669.3.help.text
+#. +mbh
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3145669\n"
+"3\n"
+"help.text"
msgid "<ahelp hid=\"HID_SD_AUTOPILOT_PAGE3\">Assigns special effects to your presentation and determines its speed.</ahelp>"
msgstr ""
-#: 01050300.xhp#hd_id3147088.4.help.text
+#. jraQ
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3147088\n"
+"4\n"
+"help.text"
msgid "Effect"
msgstr "ეფექტი"
-#: 01050300.xhp#par_id3153683.5.help.text
+#. Rj1Q
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3153683\n"
+"5\n"
+"help.text"
msgid "<ahelp hid=\"SD:LISTBOX:DLG_ASS:LB_PAGE3_EFFECT\">Specifies an effect for your presentation.</ahelp>"
msgstr ""
-#: 01050300.xhp#hd_id3153346.6.help.text
+#. g(cc
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3153346\n"
+"6\n"
+"help.text"
msgid "Speed"
msgstr "სიჩქარე"
-#: 01050300.xhp#par_id3153311.7.help.text
+#. aq\.
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3153311\n"
+"7\n"
+"help.text"
msgid "<ahelp hid=\"SD:LISTBOX:DLG_ASS:LB_PAGE3_SPEED\">Determines the effect speed.</ahelp>"
msgstr ""
-#: 01050300.xhp#hd_id3147275.8.help.text
+#. /B(B
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3147275\n"
+"8\n"
+"help.text"
msgid "Select the presentation type"
msgstr "აირჩიეთ პრეზენტაციის ტიპი"
-#: 01050300.xhp#par_id3153662.9.help.text
+#. bhFl
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3153662\n"
+"9\n"
+"help.text"
msgid "Determines the timing for the presentation."
msgstr ""
-#: 01050300.xhp#par_id3150984.22.help.text
+#. Dc`#
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3150984\n"
+"22\n"
+"help.text"
msgid "You can change the settings later under the menu <link href=\"text/simpress/main0114.xhp\" name=\"Presentation\">Presentation</link>."
msgstr ""
-#: 01050300.xhp#hd_id3149784.10.help.text
+#. s9c3
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3149784\n"
+"10\n"
+"help.text"
msgid "Default"
msgstr "სტანდარტული"
-#: 01050300.xhp#par_id3150503.11.help.text
+#. sfZs
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3150503\n"
+"11\n"
+"help.text"
msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_ASS:RB_PAGE3_LIVE\">The <emph>Default</emph> option runs the presentation as a full screen presentation with the specified speed.</ahelp>"
msgstr ""
-#: 01050300.xhp#hd_id3154047.12.help.text
-msgctxt "01050300.xhp#hd_id3154047.12.help.text"
+#. $4q!
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3154047\n"
+"12\n"
+"help.text"
msgid "Automatic"
msgstr ""
-#: 01050300.xhp#par_id3149578.13.help.text
+#. _C*p
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3149578\n"
+"13\n"
+"help.text"
msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_ASS:RB_PAGE3_KIOSK\">Runs the presentation automatically, and restarts it again after a break.</ahelp>"
msgstr ""
-#: 01050300.xhp#hd_id3150085.14.help.text
+#. p.1T
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3150085\n"
+"14\n"
+"help.text"
msgid "Duration of page"
msgstr ""
-#: 01050300.xhp#par_id3153562.15.help.text
+#. _FXM
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3153562\n"
+"15\n"
+"help.text"
msgid "<ahelp hid=\"SD:TIMEFIELD:DLG_ASS:TMF_PAGE3_TIME\">Defines the duration of each presentation page.</ahelp>"
msgstr ""
-#: 01050300.xhp#hd_id3155922.16.help.text
+#. lf|1
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3155922\n"
+"16\n"
+"help.text"
msgid "Duration of pause"
msgstr ""
-#: 01050300.xhp#par_id3153061.17.help.text
+#. :83d
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3153061\n"
+"17\n"
+"help.text"
msgid "<ahelp hid=\"SD:TIMEFIELD:DLG_ASS:TMF_PAGE3_BREAK\">Defines the pause between each presentation.</ahelp>"
msgstr ""
-#: 01050300.xhp#hd_id3148946.18.help.text
+#. @c+9
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3148946\n"
+"18\n"
+"help.text"
msgid "Show logo"
msgstr "აჩვენე ლოგო"
-#: 01050300.xhp#par_id3145068.19.help.text
+#. $odc
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3145068\n"
+"19\n"
+"help.text"
msgid "<ahelp hid=\"SD:CHECKBOX:DLG_ASS:CB_PAGE3_LOGO\">Specifies whether to display the $[officename] logo during the pause between each presentation.</ahelp>"
msgstr ""
-#: 01050300.xhp#par_id3151054.20.help.text
+#. 8`K7
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3151054\n"
+"20\n"
+"help.text"
msgid "Click here to continue to <link href=\"text/shared/autopi/01050400.xhp\" name=\"page 4 of the Presentation Wizard\">page 4 of the Presentation Wizard</link>. The wizard ends here if you selected the \"Empty presentation\" option on page 1 of the Wizard."
msgstr ""
-#: 01120500.xhp#tit.help.text
-msgid "Group Element Wizard: Create Option Group"
+#. A9DB
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Letter Wizard - Footer"
msgstr ""
-#: 01120500.xhp#hd_id3143206.1.help.text
-msgid "<link href=\"text/shared/autopi/01120500.xhp\" name=\"Group Element Wizard: Create Option Group\">Group Element Wizard: Create Option Group</link>"
-msgstr ""
+#. (ilb
+#: 01010500.xhp
+#, fuzzy
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3143281\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01010500.xhp\" name=\"Letter Wizard - Footer\">Letter Wizard - Footer</link>"
+msgstr "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Fax Wizard - Footer\">ფაქსის ოსტატი - ქვედა კოლონტიტული</link>"
-#: 01120500.xhp#par_id3154812.2.help.text
-msgid "Specifies a label for the option group."
-msgstr ""
+#. oTBr
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3147834\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LETTER_PAGE5\">Specifies the information to include in the footer space.</ahelp>"
+msgstr "<ahelp hid=\"HID_LETTER_PAGE5\">განსაზღვრავს ქვედა კოლონტიტულის ტექსტს.</ahelp>"
-#: 01120500.xhp#hd_id3144415.3.help.text
-msgid "Which caption is to be given to your option group?"
+#. NoRQ
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_idN105DF\n"
+"help.text"
+msgid "Footer"
msgstr ""
-#: 01120500.xhp#par_id3163829.4.help.text
-msgid "<ahelp hid=\"DBP_EDIT_RID_PAGE_OPTIONS_FINAL_ET_NAMEIT\" visibility=\"visible\">Specifies the label for the option box. You will see the label of the group box displayed in the form.</ahelp> The text you enter here will correspond to the <link href=\"text/shared/02/01170101.xhp\" name=\"Label\">Label</link> property of the group box."
-msgstr ""
+#. kf?S
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_idN105E3\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_TXTFOOTER\">Enter the text for the footer lines.</ahelp>"
+msgstr "<ahelp hid=\"HID_LTRWIZ_TXTFOOTER\">შეიყვანეთ ქვედა კოლონტიტულის ტექსტი.</ahelp>"
-#: 01170300.xhp#tit.help.text
-msgid "Select Table"
-msgstr "ცხრილის ამორჩევა"
+#. 88Uw
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_idN105FA\n"
+"help.text"
+msgid "Include only on second and following pages"
+msgstr ""
-#: 01170300.xhp#hd_id3149748.1.help.text
-msgid "<link href=\"text/shared/autopi/01170300.xhp\" name=\"Select Table\">Select Table</link>"
+#. $3fG
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_idN10600\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to suppress the footer on the first page.</ahelp>"
msgstr ""
-#: 01170300.xhp#par_id3156211.2.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\">Specifies a table from the Seamonkey / Netscape address book source that is used as the address book in $[officename].</ahelp>"
-msgstr "<ahelp hid=\".\">$[officename]-სთვის საზღვრავს საერთო პარამეტრებს.</ahelp>"
+#. B0k{
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3153093\n"
+"31\n"
+"help.text"
+msgid "Include page numbers"
+msgstr "დაურთე გვერდის ნომრები"
-#: 01170300.xhp#par_id3155150.3.help.text
-msgid "All tables from the first user profile will be registered for this data source in $[officename]. You must specify one as the table that will be used in the $[officename] templates."
-msgstr ""
+#. iqXj
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3155414\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_CHKFOOTERPAGENUMBERS\">Includes page numbers in your letter template.</ahelp>"
+msgstr "<ahelp hid=\"HID_LTRWIZ_CHKFOOTERPAGENUMBERS\">ურთავს გვერდის ნომრებს წერილის შაბლონში.</ahelp>"
-#: 01170300.xhp#hd_id3154927.4.help.text
-msgctxt "01170300.xhp#hd_id3154927.4.help.text"
-msgid "List box"
-msgstr ""
+#. M8ym
+#: 01010500.xhp
+#, fuzzy
+msgctxt ""
+"01010500.xhp\n"
+"par_id3154988\n"
+"41\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01010600.xhp\" name=\"Go to Letter Wizard - Name and location\">Go to Letter Wizard - Name and location</link>"
+msgstr "<link href=\"text/shared/autopi/01020500.xhp\" name=\"Go to Fax Wizard - Name and location\">ფაქსის ოსტატზე გადასვლა - სახელი და მდებარეობა</link>"
-#: 01170300.xhp#par_id3147043.5.help.text
-msgid "<ahelp hid=\"extensions:ListBox:RID_PAGE_TABLESELECTION:LB_TABLELIST\">Specifies the table that is to serve as the address book for the $[officename] templates.</ahelp>"
+#. A?[)
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Document converter continuation pages"
msgstr ""
-#: 01170300.xhp#par_id3152801.6.help.text
-msgid "You can make changes to the templates and documents at a later time by choosing <emph>Edit - Exchange Database</emph>."
+#. fq$b
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"hd_id3149748\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01130200.xhp\" name=\"Document converter continuation pages\">Document converter continuation pages</link>"
msgstr ""
-#: 01020200.xhp#tit.help.text
-msgid "Fax Wizard - Items to include"
-msgstr "ფაქსის ოსტატი - დასართავი ელემენტები"
-
-#: 01020200.xhp#hd_id3157898.4.help.text
-msgid "<link href=\"text/shared/autopi/01020200.xhp\" name=\"Fax Wizard - Items to include\">Fax Wizard - Items to include</link>"
-msgstr "<link href=\"text/shared/autopi/01020200.xhp\" name=\"Fax Wizard - Items to include\">ფაქსის ოსტატი - დასართავი ელემენტები</link>"
-
-#: 01020200.xhp#par_id3147571.3.help.text
-msgid "<ahelp hid=\"HID_FAX_PAGE2\">Specifies the fax elements to be printed.</ahelp>"
-msgstr "<ahelp hid=\"HID_FAX_PAGE2\">განსაზღვრავს ფაქსის ამოსაბეჭდ ელემენტებს.</ahelp>"
-
-#: 01020200.xhp#par_idN105D7.help.text
-msgctxt "01020200.xhp#par_idN105D7.help.text"
-msgid "Logo"
+#. 8dT5
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id3147143\n"
+"2\n"
+"help.text"
+msgid "Specifies, for each template type and document type, the directory to be read from and the directory to be written to."
msgstr ""
-#: 01020200.xhp#par_idN105DB.help.text
-msgid "<ahelp hid=\".\">Includes a company logo.</ahelp>"
-msgstr "<ahelp hid=\".\">უმატებს კომპანიის ლოგოს.</ahelp>"
+#. ,(/J
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"hd_id3156027\n"
+"4\n"
+"help.text"
+msgid "Templates"
+msgstr "შაბლონები"
-#: 01020200.xhp#par_idN105DE.help.text
-msgctxt "01020200.xhp#par_idN105DE.help.text"
-msgid "Date"
+#. *;,]
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id3153681\n"
+"14\n"
+"help.text"
+msgid "Determines whether templates are to be converted, and how they are converted."
msgstr ""
-#: 01020200.xhp#par_idN105E2.help.text
-msgid "<ahelp hid=\".\">Includes a date field.</ahelp>"
-msgstr "<ahelp hid=\".\">უმატებს ქვედა კოლონტიტულს.</ahelp>"
-
-#: 01020200.xhp#par_idN105E5.help.text
-msgid "Type of message"
-msgstr "აკრიფეთ შეტყობინება"
-
-#: 01020200.xhp#par_idN105E9.help.text
-msgid "<ahelp hid=\".\">Includes a communication type line. Select the line from the list box.</ahelp>"
+#. =SVl
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"hd_id3146957\n"
+"15\n"
+"help.text"
+msgid "Text templates"
msgstr ""
-#: 01020200.xhp#par_idN105EC.help.text
-msgctxt "01020200.xhp#par_idN105EC.help.text"
-msgid "Subject line"
+#. Qm`l
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id3153345\n"
+"16\n"
+"help.text"
+msgid "Note that the \"Text templates\" label can change, depending on the selections from the previous page. For example, if Microsoft Word documents have been selected, the label reads \"Word templates\"."
msgstr ""
-#: 01020200.xhp#par_idN105F0.help.text
-msgid "<ahelp hid=\".\">Includes a subject line.</ahelp>"
-msgstr "<ahelp hid=\".\">უმატებს სათაურის ველს.</ahelp>"
-
-#: 01020200.xhp#par_idN105F3.help.text
-msgctxt "01020200.xhp#par_idN105F3.help.text"
-msgid "Salutation"
+#. ll/h
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id3149182\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGIMPORT_2_CBTEMPLATE\">Specifies that templates are to be converted.</ahelp>"
msgstr ""
-#: 01020200.xhp#par_idN105F7.help.text
-msgid "<ahelp hid=\".\">Includes a salutation. Select the salutation from the list box.</ahelp>"
+#. *M]d
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"hd_id3153683\n"
+"18\n"
+"help.text"
+msgid "Including subdirectories"
msgstr ""
-#: 01020200.xhp#par_idN105FA.help.text
-msgctxt "01020200.xhp#par_idN105FA.help.text"
-msgid "Complimentary close"
+#. Msy.
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id3149811\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGIMPORT_2_CBDOCUMENTRECURSE\">Indicates that the subdirectories of the selected directory are also searched for matching files.</ahelp>"
msgstr ""
-#: 01020200.xhp#par_idN105FE.help.text
-msgid "<ahelp hid=\".\">Includes a greeting. Select the greeting from the list box.</ahelp>"
+#. I0L2
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"hd_id3159269\n"
+"20\n"
+"help.text"
+msgid "Import from"
msgstr ""
-#: 01020200.xhp#par_idN10601.help.text
-msgctxt "01020200.xhp#par_idN10601.help.text"
-msgid "Footer"
+#. KE]G
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id3153821\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGIMPORT_2_LBDOCUMENTPATH\">Specifies the directory containing the source files. </ahelp>"
msgstr ""
-#: 01020200.xhp#par_idN10605.help.text
-msgid "<ahelp hid=\".\">Includes a footer.</ahelp>"
-msgstr "<ahelp hid=\".\">უმატებს ქვედა კოლონტიტულს.</ahelp>"
-
-#: 01020200.xhp#par_id3148491.1.help.text
-msgid "<link href=\"text/shared/autopi/01020300.xhp\" name=\"Go to Fax Wizard - Sender and Recipient\">Go to Fax Wizard - Sender and Recipient</link>"
-msgstr "<link href=\"text/shared/autopi/01020300.xhp\" name=\"Go to Fax Wizard - Sender and Recipient\">ფაქსის ოსტატზე გადასვლა - გამგზავნი და მიმღები</link>"
-
-#: webwizard06.xhp#tit.help.text
-msgid "Web Wizard - Web Site Information"
-msgstr "ვების ოსტატი - ვებ-გვერდის ინფორმაცია"
-
-#: webwizard06.xhp#par_idN10544.help.text
-msgid "<link href=\"text/shared/autopi/webwizard06.xhp\">Web Wizard - Web Site Information</link>"
-msgstr "<link href=\"text/shared/autopi/webwizard06.xhp\">ვების ოსტატი - ვებ-გვერდის ინფორმაცია</link>"
-
-#: webwizard06.xhp#par_idN10554.help.text
-msgid "Enter the title and meta information for your web site."
+#. BEUf
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"hd_id3149732\n"
+"22\n"
+"help.text"
+msgid "Save to"
msgstr ""
-#: webwizard06.xhp#par_idN10557.help.text
-msgctxt "webwizard06.xhp#par_idN10557.help.text"
-msgid "Title"
+#. !~ai
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id3155449\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGIMPORT_2_EDDOCUMENTPATH\">Specifies the directory to which the destination files are written.</ahelp>"
msgstr ""
-#: webwizard06.xhp#par_idN1055B.help.text
-msgid "<ahelp hid=\"34250\">Enter the title for the index page. This element is displayed on the title bar of web browsers.</ahelp>"
+#. ;FPq
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"hd_id3153126\n"
+"24\n"
+"help.text"
+msgid "..."
msgstr ""
-#: webwizard06.xhp#par_idN1055E.help.text
-msgctxt "webwizard06.xhp#par_idN1055E.help.text"
-msgid "Description"
+#. x`CD
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id3155388\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGIMPORT_2_CMDDOCUMENTPATHSELECT\">Opens a dialog to select the desired path.</ahelp>"
msgstr ""
-#: webwizard06.xhp#par_idN10562.help.text
-msgid "<ahelp hid=\"34253\">Enter a description for the index page. The description is stored in an HTML meta tag.</ahelp>"
+#. ag\A
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"hd_id3149416\n"
+"26\n"
+"help.text"
+msgid "Documents"
msgstr ""
-#: webwizard06.xhp#par_idN10565.help.text
-msgid "Keywords"
-msgstr "საკვანძო სიტყვები"
-
-#: webwizard06.xhp#par_idN10569.help.text
-msgid "Enter keywords for the index page. Keywords are stored in HTML meta tags."
-msgstr "შეიყვანეთ საწყისი გვერდის საკვანძო სიტყვები. საკვანძო სიტყვები ინახება HTML მეტა ტეგებში."
-
-#: webwizard06.xhp#par_idN1056C.help.text
-msgid "Created"
-msgstr "შექმნილია"
-
-#: webwizard06.xhp#par_idN10570.help.text
-msgid "<ahelp hid=\"34255\">Enter the creation date for the index page. The date is stored in an HTML meta tag.</ahelp>"
+#. V(*2
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id3159176\n"
+"27\n"
+"help.text"
+msgid "Determines whether and how documents are converted."
msgstr ""
-#: webwizard06.xhp#par_idN10573.help.text
-msgid "Modified"
-msgstr "შეცვლილი"
-
-#: webwizard06.xhp#par_idN10577.help.text
-msgid "<ahelp hid=\"34256\">Enter the modified date for the index page. The date is stored in an HTML meta tag.</ahelp>"
+#. S0o*
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"hd_id3149236\n"
+"28\n"
+"help.text"
+msgid "Text documents"
msgstr ""
-#: webwizard06.xhp#par_idN1057A.help.text
-msgid "E-mail"
-msgstr "ელ-ფოსტა"
-
-#: webwizard06.xhp#par_idN1057E.help.text
-msgid "<ahelp hid=\"34258\">Enter the e-mail address for the index page. The address is stored in an HTML meta tag.</ahelp>"
+#. tv8%
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id3148564\n"
+"29\n"
+"help.text"
+msgid "Note that the \"Text documents\" label can change, depending on the selections from the previous page. For example, if Microsoft Word documents have been selected, the label reads \"Word documents\"."
msgstr ""
-#: webwizard06.xhp#par_idN10581.help.text
-msgid "Copyright notice"
-msgstr "საავტორო უფლებების შეტყობინება"
-
-#: webwizard06.xhp#par_idN10585.help.text
-msgid "<ahelp hid=\"34259\">Enter the copyright notice for the index page. The notice is stored in an HTML meta tag.</ahelp>"
+#. VY$l
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id3148944\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGIMPORT_2_CBDOCUMENT\">Indicates that the documents are to be converted.</ahelp>"
msgstr ""
-#: webwizard06.xhp#par_idN10588.help.text
+#. e{/j
+#: 01130200.xhp
#, fuzzy
-msgctxt "webwizard06.xhp#par_idN10588.help.text"
-msgid "<link href=\"text/shared/autopi/webwizard07.xhp\">Web Wizard - Preview</link>"
-msgstr "<link href=\"text/shared/autopi/webwizard01.xhp\">ვების ოსტატი - შესავალი</link>"
-
-#: 01120200.xhp#tit.help.text
-msgid "Group Element Wizard: Default Field Selection"
-msgstr ""
-
-#: 01120200.xhp#hd_id3151299.1.help.text
-msgid "<link href=\"text/shared/autopi/01120200.xhp\" name=\"Group Element Wizard: Default Field Selection\">Group Element Wizard: Default Field Selection</link>"
-msgstr ""
+msgctxt ""
+"01130200.xhp\n"
+"par_id3156344\n"
+"13\n"
+"help.text"
+msgid "Here you can return to the main page of the <link href=\"text/shared/autopi/01130000.xhp\" name=\"Document Converter\">Document Converter Wizard</link>."
+msgstr "Continue to the next page of the <link href=\"text/shared/autopi/01130200.xhp\" name=\"Document Converter\">დოკუმენტების გარდამქმნელი</link>."
-#: 01120200.xhp#par_id3144740.2.help.text
-msgid "Determines that you want one option field to be selected as the default choice."
+#. X3)p
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Letter Wizard"
msgstr ""
-#: 01120200.xhp#par_id3154094.11.help.text
-msgid "The default settings will be accepted if you open the form in the user mode. With these settings you determine the control property <link href=\"text/shared/02/01170101.xhp\" name=\"Default Status\">Default Status</link>."
+#. ;pd[
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"bm_id3151100\n"
+"help.text"
+msgid "<bookmark_value>wizards; letters</bookmark_value><bookmark_value>Letter Wizard</bookmark_value><bookmark_value>templates;letters</bookmark_value>"
msgstr ""
-#: 01120200.xhp#hd_id3157896.3.help.text
-msgid "Should one option field be selected as a default?"
+#. [V`j
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3151100\n"
+"1\n"
+"help.text"
+msgid "Letter Wizard"
msgstr ""
-#: 01120200.xhp#par_id3149346.4.help.text
-msgid "Specifies whether you want to set default settings for the option box."
+#. g#?7
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3093440\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"brief\"><ahelp hid=\".uno:AutoPilotLetter\">Starts the wizard for a letter template.</ahelp></variable> You can use this template for both business and personal correspondence."
msgstr ""
-#: 01120200.xhp#hd_id3147226.5.help.text
-msgid "Yes, the following:"
+#. .C8J
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3149178\n"
+"3\n"
+"help.text"
+msgid "$[officename] comes with sample templates for personal or business letters, which you can customize to your own needs with the help of the wizard. The wizard leads you step-by-step in creating a document template and offers numerous layout and design options. The preview gives you an impression of how the finished letter will appear according to the settings you choose."
msgstr ""
-#: 01120200.xhp#par_id3150774.10.help.text
-msgid "<ahelp hid=\"DBP_RADIOBUTTON_RID_PAGE_DEFAULTFIELDSELECTION_RB_DEFSELECTION_YES\" visibility=\"visible\">Specifies that you want an option field to be selected as a default after opening the form.</ahelp> Choose the option field from the box."
+#. }G]+
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3153748\n"
+"4\n"
+"help.text"
+msgid "Within the wizard, you can modify your entries and options at any time. You may also skip an entire page or even all the wizard pages, in which case the current (or default) settings will remain in effect."
msgstr ""
-#: 01120200.xhp#hd_id3153345.6.help.text
-msgctxt "01120200.xhp#hd_id3153345.6.help.text"
-msgid "List box"
+#. @OhG
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3153824\n"
+"5\n"
+"help.text"
+msgid "If you are creating a business letter, you can select a variety of elements to include in your document, which usually do not apply to personal letters, such as a subject line. If you choose the <emph>Personal</emph> letter option, some pages which contain elements specific to business letters will not be included in the wizard dialog."
msgstr ""
-#: 01120200.xhp#par_id3146957.7.help.text
-msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_DEFAULTFIELDSELECTION_LB_DEFSELECTIONFIELD\" visibility=\"visible\">Select the option field that you want to have as the default when opening the form.</ahelp>"
+#. 4(sO
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3159176\n"
+"6\n"
+"help.text"
+msgid "Back"
msgstr ""
-#: 01120200.xhp#hd_id3147242.8.help.text
-msgid "No, one particular field is not going to be selected"
+#. :5GJ
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3153543\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZARD_BACK\">Allows you to view the selections that you made on the previous steps.</ahelp> The current settings will be saved."
msgstr ""
-#: 01120200.xhp#par_id3163802.9.help.text
-msgid "<ahelp hid=\"DBP_RADIOBUTTON_RID_PAGE_DEFAULTFIELDSELECTION_RB_DEFSELECTION_NO\" visibility=\"visible\">Specifies that you do not want any option field to be the default choice.</ahelp>"
-msgstr ""
+#. D(:M
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3150254\n"
+"8\n"
+"help.text"
+msgid "Next"
+msgstr "ტექსტი"
-#: 01010300.xhp#tit.help.text
-msgid "Letter Wizard - Printed items"
+#. TC2B
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3155923\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZARD_NEXT\">Saves the current settings and continues to the next page.</ahelp>"
msgstr ""
-#: 01010300.xhp#hd_id3148520.1.help.text
-msgid "<link href=\"text/shared/autopi/01010300.xhp\" name=\"Letter Wizard - Printed items\">Letter Wizard - Printed items</link>"
+#. lT*N
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3148944\n"
+"10\n"
+"help.text"
+msgid "Finish"
msgstr ""
-#: 01010300.xhp#par_id3152594.2.help.text
-msgid "<ahelp hid=\"HID_LETTER_PAGE3\">Defines the items to be included in the letter template.</ahelp>"
+#. Gb0q
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3149669\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZARD_CREATE\">According to your selections, the wizard creates a new document template and saves it on your hard disk.</ahelp> $[officename] creates a new document based on the existing templates with the \"Untitled X\" name (X stands for the consecutive numbering) and displays it on the work area."
msgstr ""
-#: 01010300.xhp#par_idN105DF.help.text
-msgid "Use a typical letter format for this country"
-msgstr "გამოიყენე წერილის ტიპიური ფორმატი ამ ქვეყნისთვის"
-
-#: 01010300.xhp#par_idN105E3.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_LSTLETTERNORM\">Select a country in order to use a typical letter layout from that country.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_LSTLETTERNORM\">ამოირჩიე ქვეყანა, რათა გამოიყენო წერილის ტიპიური განლაგება ამ ქვეყნიდან.</ahelp>"
-
-#: 01010300.xhp#par_idN105FA.help.text
-msgctxt "01010300.xhp#par_idN105FA.help.text"
-msgid "Logo"
+#. /xLZ
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3144433\n"
+"16\n"
+"help.text"
+msgid "$[officename] saves the current settings in the wizard according to the chosen template. These settings are used as the default settings the next time you activate the wizard."
msgstr ""
-#: 01010300.xhp#par_idN105FE.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_CHKUSELOGO\">Includes a logo on the letter template.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_CHKUSELOGO\">უმატებს ლოგოს წერილის შაბლონზე.</ahelp>"
+#. ahUe
+#: webwizard05.xhp
+msgctxt ""
+"webwizard05.xhp\n"
+"tit\n"
+"help.text"
+msgid "Web Wizard - Design"
+msgstr "ვების ოსტატი - დიზაინი"
-#: 01010300.xhp#par_idN10615.help.text
-msgctxt "01010300.xhp#par_idN10615.help.text"
-msgid "Return address in envelope window"
-msgstr ""
+#. @d]9
+#: webwizard05.xhp
+#, fuzzy
+msgctxt ""
+"webwizard05.xhp\n"
+"par_idN10544\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/webwizard05.xhp\">Web Wizard - Design</link>"
+msgstr "<link href=\"text/shared/autopi/webwizard01.xhp\">ვების ოსტატი - შესავალი</link>"
-#: 01010300.xhp#par_idN10619.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_CHKUSEADDRESSRECEIVER\">Includes a small size return address on the letter template.</ahelp>"
+#. -sZ.
+#: webwizard05.xhp
+msgctxt ""
+"webwizard05.xhp\n"
+"par_idN10554\n"
+"help.text"
+msgid "Select a style for the index page."
msgstr ""
-#: 01010300.xhp#par_idN10630.help.text
-msgid "Letter signs"
+#. CqG=
+#: webwizard05.xhp
+msgctxt ""
+"webwizard05.xhp\n"
+"par_idN10557\n"
+"help.text"
+msgid "Style"
msgstr ""
-#: 01010300.xhp#par_idN10634.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_CHKUSESIGNS\">Includes a line with references to a business letter on the letter template.</ahelp>"
+#. [dSE
+#: webwizard05.xhp
+msgctxt ""
+"webwizard05.xhp\n"
+"par_idN1055B\n"
+"help.text"
+msgid "<ahelp hid=\"34247\">Select the color scheme for the index page.</ahelp>"
msgstr ""
-#: 01010300.xhp#par_idN1064B.help.text
-msgctxt "01010300.xhp#par_idN1064B.help.text"
-msgid "Subject line"
+#. Qp:x
+#: webwizard05.xhp
+msgctxt ""
+"webwizard05.xhp\n"
+"par_idN1055E\n"
+"help.text"
+msgid "Background"
msgstr ""
-#: 01010300.xhp#par_idN1064F.help.text
-#, fuzzy
-msgid "<ahelp hid=\"HID_LTRWIZ_CHKUSESUBJECT\">Includes a subject line on the letter template.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_CHKUSELOGO\">უმატებს ლოგოს წერილის შაბლონზე.</ahelp>"
-
-#: 01010300.xhp#par_idN1066E.help.text
-msgctxt "01010300.xhp#par_idN1066E.help.text"
-msgid "Salutation"
+#. MHA|
+#: webwizard05.xhp
+msgctxt ""
+"webwizard05.xhp\n"
+"par_idN10562\n"
+"help.text"
+msgid "<ahelp hid=\"34248\">Select a <link href=\"text/shared/autopi/webwizard05bi.xhp\">Background image</link> for the index page.</ahelp>"
msgstr ""
-#: 01010300.xhp#par_idN10672.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_CHKUSESALUTATION\">Includes a salutation on the letter template. Select the salutation from the list box.</ahelp>"
+#. DTD8
+#: webwizard05.xhp
+msgctxt ""
+"webwizard05.xhp\n"
+"par_idN10573\n"
+"help.text"
+msgid "Icon set"
msgstr ""
-#: 01010300.xhp#par_idN10689.help.text
-msgid "Fold marks"
+#. X#kU
+#: webwizard05.xhp
+msgctxt ""
+"webwizard05.xhp\n"
+"par_idN10577\n"
+"help.text"
+msgid "<ahelp hid=\"34249\">Select the <link href=\"text/shared/autopi/webwizard05is.xhp\">Icons</link> that you want to use for the navigation elements on the index page.</ahelp>"
msgstr ""
-#: 01010300.xhp#par_idN1068D.help.text
-#, fuzzy
-msgid "<ahelp hid=\"HID_LTRWIZ_CHKUSEBENDMARKS\">Includes fold marks on the letter template.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_CHKUSELOGO\">უმატებს ლოგოს წერილის შაბლონზე.</ahelp>"
+#. Kp^)
+#: webwizard05.xhp
+msgctxt ""
+"webwizard05.xhp\n"
+"par_idN10588\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/webwizard06.xhp\">Web Wizard - Web site information</link>"
+msgstr "<link href=\"text/shared/autopi/webwizard06.xhp\">ვების ოსტატი - ვებ-გვერდის ინფორმაცია</link>"
-#: 01010300.xhp#par_idN106AC.help.text
-msgctxt "01010300.xhp#par_idN106AC.help.text"
-msgid "Complimentary close"
+#. DTye
+#: 01100000.xhp
+msgctxt ""
+"01100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Report Wizard"
msgstr ""
-#: 01010300.xhp#par_idN106B0.help.text
-msgid "<ahelp hid=\"HID_LTRWIZ_CHKUSEGREETING\">Includes a complimentary close on the letter template. Select the text from the list box.</ahelp>"
+#. vzMR
+#: 01100000.xhp
+msgctxt ""
+"01100000.xhp\n"
+"hd_id3150499\n"
+"3\n"
+"help.text"
+msgid "Report Wizard"
msgstr ""
-#: 01010300.xhp#par_idN106C7.help.text
-msgctxt "01010300.xhp#par_idN106C7.help.text"
-msgid "Footer"
+#. vla6
+#: 01100000.xhp
+msgctxt ""
+"01100000.xhp\n"
+"par_id3145071\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"report\"><ahelp hid=\"HID_DOCUMENT_CREATE_REPWIZ\">Activates the wizard for creating reports.</ahelp></variable>"
msgstr ""
-#: 01010300.xhp#par_idN106CB.help.text
-#, fuzzy
-msgid "<ahelp hid=\"HID_LTRWIZ_CHKUSEFOOTER\">Includes a footer on the letter template.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_CHKUSELOGO\">უმატებს ლოგოს წერილის შაბლონზე.</ahelp>"
-
-#: 01010300.xhp#par_id3149666.31.help.text
-msgid "<link href=\"text/shared/autopi/01010400.xhp\" name=\"Go to Letter Wizard - Recipient and sender\">Go to Letter Wizard - Recipient and sender</link>"
+#. a!J-
+#: 01100000.xhp
+msgctxt ""
+"01100000.xhp\n"
+"par_id3152780\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the report properties.</ahelp>"
msgstr ""
-#: 01110600.xhp#tit.help.text
-msgid "HTML Export - Page 6"
-msgstr "HTML ექსპორტი - გვერდი 6"
-
-#: 01110600.xhp#hd_id3154926.1.help.text
-msgid "<link href=\"text/shared/autopi/01110600.xhp\" name=\"HTML Export - Page 6\">HTML Export - Page 6</link>"
-msgstr "<link href=\"text/shared/autopi/01110600.xhp\" name=\"HTML Export - Page 6\">HTML ექსპორტი - გვერდი 6</link>"
-
-#: 01110600.xhp#par_id3155934.2.help.text
-msgid "Defines the colors for the publication."
-msgstr "პუბლიკაციის ფერების განსაზღვრა"
-
-#: 01110600.xhp#par_id3150247.28.help.text
-msgid "Text formatting is obtained from the drawing or presentation. This page is skipped if you unmark the <emph>Create title page</emph> check box or if you select automatic or WebCast export."
+#. [RuS
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Agenda Wizard - Agenda Items"
msgstr ""
-#: 01110600.xhp#hd_id3152924.21.help.text
-msgid "Select color scheme"
-msgstr "ამოირჩიე ფერების სქემა"
-
-#: 01110600.xhp#par_id3153049.22.help.text
-msgid "Determines the color scheme and the colors for text and background."
-msgstr "ტექსტის და ფონის ფერები და ფერების სქემის განსაზღვრა"
-
-#: 01110600.xhp#hd_id3147291.23.help.text
-msgid "Apply color scheme from document"
-msgstr ""
+#. 4j++
+#: 01040500.xhp
+#, fuzzy
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3159224\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01040500.xhp\" name=\"Agenda Wizard - Agenda Items\">Agenda Wizard - Agenda Items</link>"
+msgstr "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Fax Wizard - Footer\">ფაქსის ოსტატი - ქვედა კოლონტიტული</link>"
-#: 01110600.xhp#par_id3153748.24.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE6_DOCCOLORS\">Determines the colors from the styles used in the current document.</ahelp>"
-msgstr ""
+#. K_Y-
+#: 01040500.xhp
+#, fuzzy
+msgctxt ""
+"01040500.xhp\n"
+"par_id3147143\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AGENDA_PAGE5\">Specifies the topics to be printed on the agenda template.</ahelp>"
+msgstr "<ahelp hid=\"HID_AGENDA_PAGE1\">განსაზღვრავს გვერდის დიზაინს განრიგისათვის.</ahelp>"
-#: 01110600.xhp#hd_id3149095.25.help.text
-msgid "Use browser colors"
-msgstr "გამოიყენე ბრაუზერის ფერები"
+#. Ftu{
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_idN105D7\n"
+"help.text"
+msgid "Topics"
+msgstr "თემები"
-#: 01110600.xhp#par_id3155338.26.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE6_DEFAULT\">Uses the default colors of the viewer's Web Browser.</ahelp>"
+#. dBn@
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_idN105DA\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the agenda topics. Use the Move up and Move down buttons to sort the topics.</ahelp>"
msgstr ""
-#: 01110600.xhp#hd_id3149388.27.help.text
-msgid "Use custom color scheme"
-msgstr "გამოიყენე ფერების ინდივიდუალური სქემა"
+#. A%.\
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_idN105DD\n"
+"help.text"
+msgid "Insert"
+msgstr "ჩასმა"
-#: 01110600.xhp#par_id3149399.6.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE6_USER\">Allows you to define your own colors for some presentation objects.</ahelp>"
+#. |[@]
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_idN105E0\n"
+"help.text"
+msgid "<ahelp hid=\".\">Inserts a new empty topic row above the current row.</ahelp>"
msgstr ""
-#: 01110600.xhp#hd_id3166410.8.help.text
-msgid "Text"
-msgstr "ტექსტი"
-
-#: 01110600.xhp#par_id3149762.9.help.text
-msgid "<ahelp hid=\"SD:PUSHBUTTON:DLG_PUBLISHING:PAGE6_TEXT\">Opens the <link href=\"text/shared/optionen/01010501.xhp\" name=\"Color\"><emph>Color</emph></link> dialog, where you can select the text color of the presentation.</ahelp>"
+#. +QQV
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_idN105E3\n"
+"help.text"
+msgid "Remove"
msgstr ""
-#: 01110600.xhp#hd_id3156192.10.help.text
-msgid "Hyperlink"
-msgstr "ბმული"
-
-#: 01110600.xhp#par_id3143270.11.help.text
-msgid "<ahelp hid=\"SD:PUSHBUTTON:DLG_PUBLISHING:PAGE6_LINK\">Opens the <link href=\"text/shared/optionen/01010501.xhp\" name=\"Color\"><emph>Color</emph></link> dialog, where you can select the hyperlink color of the presentation.</ahelp>"
+#. 4DN0
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_idN105E6\n"
+"help.text"
+msgid "<ahelp hid=\".\">Removes the current topic row.</ahelp>"
msgstr ""
-#: 01110600.xhp#hd_id3149234.14.help.text
-msgid "Active Link"
-msgstr "აქტიური ბმული"
+#. pPr/
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_idN105E9\n"
+"help.text"
+msgid "Move up"
+msgstr "ზემოთ ატანა"
-#: 01110600.xhp#par_id3156152.15.help.text
-msgid "<ahelp hid=\"SD:PUSHBUTTON:DLG_PUBLISHING:PAGE6_ALINK\">Opens the <link href=\"text/shared/optionen/01010501.xhp\" name=\"Color\"><emph>Color</emph></link> dialog, where you can select the active link color of the presentation.</ahelp>"
+#. @MNF
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_idN105EC\n"
+"help.text"
+msgid "<ahelp hid=\".\">Moves the current topic row up.</ahelp>"
msgstr ""
-#: 01110600.xhp#hd_id3148474.12.help.text
-msgid "Visited Link"
-msgstr "ნანახი ბმული"
-
-#: 01110600.xhp#par_id3150670.13.help.text
-msgid "<ahelp hid=\"SD:PUSHBUTTON:DLG_PUBLISHING:PAGE6_VLINK\">Opens the <link href=\"text/shared/optionen/01010501.xhp\" name=\"Color\"><emph>Color</emph></link> dialog, where you can select the visited link color of the presentation.</ahelp>"
-msgstr ""
+#. ~|d/
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_idN105EF\n"
+"help.text"
+msgid "Move down"
+msgstr "ქვემოთ ჩატანა"
-#: 01110600.xhp#hd_id3156024.7.help.text
-msgctxt "01110600.xhp#hd_id3156024.7.help.text"
-msgid "Background"
+#. GiZF
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_idN105F2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Moves the current topic row down.</ahelp>"
msgstr ""
-#: 01110600.xhp#par_id3159413.20.help.text
-msgid "<ahelp hid=\"SD:PUSHBUTTON:DLG_PUBLISHING:PAGE6_BACK\">Opens the <link href=\"text/shared/optionen/01010501.xhp\" name=\"Color\"><emph>Color</emph></link> dialog, where you can select the background color of the presentation.</ahelp>"
-msgstr ""
+#. xeFB
+#: 01040500.xhp
+#, fuzzy
+msgctxt ""
+"01040500.xhp\n"
+"par_id3146798\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01040600.xhp\" name=\"Go to Agenda Wizard - Name and location\">Go to Agenda Wizard - Name and location</link>"
+msgstr "<link href=\"text/shared/autopi/01020500.xhp\" name=\"Go to Fax Wizard - Name and location\">ფაქსის ოსტატზე გადასვლა - სახელი და მდებარეობა</link>"
-#: 01020400.xhp#tit.help.text
+#. #EOq
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"tit\n"
+"help.text"
msgid "Fax Wizard - Footer"
msgstr "ფაქსის ოსტატი - ქვედა კოლონტიტული"
-#: 01020400.xhp#hd_id3147143.1.help.text
+#. $U%3
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"hd_id3147143\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Fax Wizard - Footer\">Fax Wizard - Footer</link>"
msgstr "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Fax Wizard - Footer\">ფაქსის ოსტატი - ქვედა კოლონტიტული</link>"
-#: 01020400.xhp#par_id3155805.2.help.text
+#. jvg7
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_id3155805\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\"HID_FAX_PAGE4\">Specifies the footer data.</ahelp>"
msgstr "<ahelp hid=\"HID_FAX_PAGE4\">განსაზღვრავს ქვედა კოლონტიტულის მონაცემებს.</ahelp>"
-#: 01020400.xhp#par_idN105D7.help.text
-msgctxt "01020400.xhp#par_idN105D7.help.text"
+#. h/Y(
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_idN105D7\n"
+"help.text"
msgid "Footer"
msgstr ""
-#: 01020400.xhp#par_idN105DB.help.text
+#. C.TU
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_idN105DB\n"
+"help.text"
msgid "<ahelp hid=\".\">Specifies the text to be printed in the footer area.</ahelp>"
msgstr ""
-#: 01020400.xhp#par_idN105DE.help.text
-msgctxt "01020400.xhp#par_idN105DE.help.text"
+#. s.6]
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_idN105DE\n"
+"help.text"
msgid "Include only on second and following pages"
msgstr ""
-#: 01020400.xhp#par_idN105E1.help.text
+#. pr3C
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_idN105E1\n"
+"help.text"
msgid "<ahelp hid=\".\">Suppresses the footer on the first page of a multipage fax document.</ahelp>"
msgstr ""
-#: 01020400.xhp#par_idN105E4.help.text
+#. F`P-
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_idN105E4\n"
+"help.text"
msgid "Include page number"
msgstr "დაურთე გვერდის ნომერი"
-#: 01020400.xhp#par_idN105E7.help.text
+#. tCbF
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_idN105E7\n"
+"help.text"
msgid "<ahelp hid=\".\">Prints a page number in the footer area.</ahelp>"
msgstr "<ahelp hid=\".\">ბეჭდავს გვერდის ნომერს ქვედა კოლონტიტულის არეალში.</ahelp>"
-#: 01020400.xhp#par_id3152812.19.help.text
+#. f7A`
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_id3152812\n"
+"19\n"
+"help.text"
msgid "<link href=\"text/shared/autopi/01020500.xhp\" name=\"Go to Fax Wizard - Name and location\">Go to Fax Wizard - Name and location</link>"
msgstr "<link href=\"text/shared/autopi/01020500.xhp\" name=\"Go to Fax Wizard - Name and location\">ფაქსის ოსტატზე გადასვლა - სახელი და მდებარეობა</link>"
-#: 01170500.xhp#tit.help.text
-msgctxt "01170500.xhp#tit.help.text"
-msgid "Field Assignment"
+#. oRMt
+#: 01090400.xhp
+msgctxt ""
+"01090400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Form Wizard - Set Data Entry"
msgstr ""
-#: 01170500.xhp#hd_id3147588.1.help.text
-msgid "<link href=\"text/shared/autopi/01170500.xhp\" name=\"Field Assignment\">Field Assignment</link>"
+#. 7?)N
+#: 01090400.xhp
+msgctxt ""
+"01090400.xhp\n"
+"par_idN10543\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01090400.xhp\">Form Wizard - Set Data Entry</link>"
msgstr ""
-#: 01170500.xhp#par_id3143284.2.help.text
-msgid "<ahelp hid=\"\">Opens a dialog that allows you to specify the field assignment.</ahelp>"
+#. 3u!5
+#: 01090400.xhp
+msgctxt ""
+"01090400.xhp\n"
+"par_idN10553\n"
+"help.text"
+msgid "Specifies the data handling mode for the new form."
msgstr ""
-#: 01170500.xhp#hd_id3152372.3.help.text
-msgctxt "01170500.xhp#hd_id3152372.3.help.text"
-msgid "Field Assignment"
+#. !IL^
+#: 01090400.xhp
+msgctxt ""
+"01090400.xhp\n"
+"par_idN10558\n"
+"help.text"
+msgid "The form is to be used for entering new data only. Existing data will not be displayed"
msgstr ""
-#: 01170500.xhp#par_id3149549.4.help.text
-msgid "<ahelp hid=\"extensions:PushButton:RID_PAGE_FIELDMAPPING:PB_INVOKE_FIELDS_DIALOG\">Opens the <link href=\"text/shared/01/01110101.xhp\" name=\"Templates: Address Book Assignment\">Templates: Address Book Assignment</link> dialog.</ahelp>"
+#. bHmO
+#: 01090400.xhp
+msgctxt ""
+"01090400.xhp\n"
+"par_idN105B6\n"
+"help.text"
+msgid "<ahelp hid=\".\">Creates a form that is only used for entering new data.</ahelp>"
msgstr ""
-#: 01000000.xhp#tit.help.text
-msgid "Wizard"
-msgstr "ოსტატი"
-
-#: 01000000.xhp#bm_id3152551.help.text
-msgid "<bookmark_value>wizards; overview</bookmark_value><bookmark_value>AutoPilots, see wizards</bookmark_value>"
+#. 0]!.
+#: 01090400.xhp
+msgctxt ""
+"01090400.xhp\n"
+"par_idN105BB\n"
+"help.text"
+msgid "The form is to display all data"
msgstr ""
-#: 01000000.xhp#hd_id3152551.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/autopi/01000000.xhp\" name=\"Wizards\">Wizards</link>"
-msgstr "<link href=\"text/shared/autopi/01020000.xhp\" name=\"Fax\">ფაქსი</link>"
-
-#: 01000000.xhp#par_id3153527.2.help.text
-msgid "<ahelp hid=\".uno:AutoPilotMenu\">Guides you through creating business and personal letters, faxes, agendas, presentations, and more.</ahelp>"
+#. GBJ!
+#: 01090400.xhp
+msgctxt ""
+"01090400.xhp\n"
+"par_idN105C1\n"
+"help.text"
+msgid "<ahelp hid=\".\">Creates a form that can be used to display existing data and to enter new data.</ahelp>"
msgstr ""
-#: 01000000.xhp#hd_id3154750.3.help.text
-msgid "<link href=\"text/shared/autopi/01010000.xhp\" name=\"Letter\">Letter</link>"
-msgstr "<link href=\"text/shared/autopi/01010000.xhp\" name=\"Letter\">წერილი</link>"
-
-#: 01000000.xhp#hd_id3153662.4.help.text
-msgid "<link href=\"text/shared/autopi/01020000.xhp\" name=\"Fax\">Fax</link>"
-msgstr "<link href=\"text/shared/autopi/01020000.xhp\" name=\"Fax\">ფაქსი</link>"
-
-#: 01000000.xhp#hd_id3153561.6.help.text
-msgid "<link href=\"text/shared/autopi/01040000.xhp\" name=\"Agenda\">Agenda</link>"
-msgstr "<link href=\"text/shared/autopi/01040000.xhp\" name=\"Agenda\">განრიგი</link>"
-
-#: 01000000.xhp#hd_id3146948.7.help.text
-msgid "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation\">Presentation</link>"
-msgstr "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation\">პრეზენტაცია</link>"
-
-#: 01000000.xhp#hd_id3147530.16.help.text
-msgid "<link href=\"text/shared/autopi/01130000.xhp\" name=\"Document Converter\">Document Converter</link>"
-msgstr "<link href=\"text/shared/autopi/01130000.xhp\" name=\"Document Converter\">დოკუმენტის კონვერტორი</link>"
-
-#: 01000000.xhp#hd_id3147303.18.help.text
-msgid "<link href=\"text/shared/autopi/01150000.xhp\" name=\"Euro Converter\">Euro Converter</link>"
-msgstr "<link href=\"text/shared/autopi/01150000.xhp\" name=\"Euro Converter\">Euro Converter</link>"
-
-#: 01090220.xhp#tit.help.text
-msgid "Form Wizard - Get Joined Fields"
+#. i=,E
+#: 01090400.xhp
+msgctxt ""
+"01090400.xhp\n"
+"par_idN1055C\n"
+"help.text"
+msgid "Do not allow modification of existing data"
msgstr ""
-#: 01090220.xhp#par_idN10543.help.text
-msgid "<link href=\"text/shared/autopi/01090220.xhp\">Form Wizard - Get Joined Fields</link>"
+#. lnBe
+#: 01090400.xhp
+msgctxt ""
+"01090400.xhp\n"
+"par_idN105DA\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to disallow editing data.</ahelp>"
msgstr ""
-#: 01090220.xhp#par_idN10553.help.text
-msgid "If you chose in step 2 to set up a subform based on manual selection of fields, you can select the joined fields on this wizard page."
+#. #?xC
+#: 01090400.xhp
+msgctxt ""
+"01090400.xhp\n"
+"par_idN105DD\n"
+"help.text"
+msgid "Do not allow deletion of existing data"
msgstr ""
-#: 01090220.xhp#par_idN10556.help.text
-msgid "First joined subform field"
+#. XY,S
+#: 01090400.xhp
+msgctxt ""
+"01090400.xhp\n"
+"par_idN105E3\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to disallow deleting data.</ahelp>"
msgstr ""
-#: 01090220.xhp#par_idN105B4.help.text
-msgctxt "01090220.xhp#par_idN105B4.help.text"
-msgid "<ahelp hid=\".\">Select the subform field that is joined to the main form field, which you select in the list box next to this list box.</ahelp>"
+#. ENkf
+#: 01090400.xhp
+msgctxt ""
+"01090400.xhp\n"
+"par_idN105E6\n"
+"help.text"
+msgid "Do not allow addition of new data"
msgstr ""
-#: 01090220.xhp#par_idN105B9.help.text
-msgid "First joined main form field"
+#. k7@,
+#: 01090400.xhp
+msgctxt ""
+"01090400.xhp\n"
+"par_idN105EC\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to disallow adding new data.</ahelp>"
msgstr ""
-#: 01090220.xhp#par_idN105BF.help.text
-msgctxt "01090220.xhp#par_idN105BF.help.text"
-msgid "<ahelp hid=\".\">Select the main form field that is joined to the subform field, which you select in the list box next to this list box.</ahelp>"
-msgstr ""
+#. rZBh
+#: 01090400.xhp
+#, fuzzy
+msgctxt ""
+"01090400.xhp\n"
+"par_idN105E4\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01090500.xhp\" name=\"Form Wizard - Apply styles\">Form Wizard - Apply styles</link>"
+msgstr "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Fax Wizard - Footer\">ფაქსის ოსტატი - ქვედა კოლონტიტული</link>"
-#: 01090220.xhp#par_idN105CE.help.text
-msgid "Second joined subform field"
-msgstr ""
+#. Pin*
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fax Wizard - Sender and Recipient"
+msgstr "ფაქსის ოსტატი - გამგზავნი და მიმღები"
-#: 01090220.xhp#par_idN105D2.help.text
-msgctxt "01090220.xhp#par_idN105D2.help.text"
-msgid "<ahelp hid=\".\">Select the subform field that is joined to the main form field, which you select in the list box next to this list box.</ahelp>"
-msgstr ""
+#. ck_r
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"hd_id3155934\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01020300.xhp\" name=\"Fax Wizard - Sender and Recipient\">Fax Wizard - Sender and Recipient</link>"
+msgstr "<link href=\"text/shared/autopi/01020300.xhp\" name=\"Fax Wizard - Sender and Recipient\">ფაქსის ოსტატი - გამგზავნი და მიმღები</link>"
-#: 01090220.xhp#par_idN105D5.help.text
-msgid "Second joined main form field"
-msgstr ""
+#. ~\;o
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3150808\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FAX_PAGE3\">Specifies the receiver and sender information for the fax.</ahelp>"
+msgstr "<ahelp hid=\"HID_FAX_PAGE3\">განსაზღვრავს გამგზავნის და მიმღების ინფორმაციას ფაქსში.</ahelp>"
-#: 01090220.xhp#par_idN105D9.help.text
-msgctxt "01090220.xhp#par_idN105D9.help.text"
-msgid "<ahelp hid=\".\">Select the main form field that is joined to the subform field, which you select in the list box next to this list box.</ahelp>"
+#. [s_/
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_idN105DE\n"
+"help.text"
+msgid "Use user data for return address"
msgstr ""
-#: 01090220.xhp#par_idN105DC.help.text
-msgid "Third joined subform field"
+#. Bzpm
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_idN105E2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Inserts placeholders for the address on the fax template. Later in the fax document, click the placeholder to enter the actual data.</ahelp>"
msgstr ""
-#: 01090220.xhp#par_idN105E0.help.text
-msgctxt "01090220.xhp#par_idN105E0.help.text"
-msgid "<ahelp hid=\".\">Select the subform field that is joined to the main form field, which you select in the list box next to this list box.</ahelp>"
-msgstr ""
+#. ,0sn
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_idN105E5\n"
+"help.text"
+msgid "New return address"
+msgstr "ახალი საპასუხო მისამართი"
-#: 01090220.xhp#par_idN105E3.help.text
-msgid "Third joined main form field"
+#. 4O4v
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_idN105E9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to enter the address data in the following text boxes. The data is inserted as normal text in the fax document.</ahelp>"
msgstr ""
-#: 01090220.xhp#par_idN105E7.help.text
-msgctxt "01090220.xhp#par_idN105E7.help.text"
-msgid "<ahelp hid=\".\">Select the main form field that is joined to the subform field, which you select in the list box next to this list box.</ahelp>"
+#. _y4]
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_idN105EC\n"
+"help.text"
+msgid "(Address data fields)"
msgstr ""
-#: 01090220.xhp#par_idN105EA.help.text
-msgid "Fourth joined subform field"
+#. Rk:X
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_idN105EF\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the sender address data.</ahelp>"
msgstr ""
-#: 01090220.xhp#par_idN105EE.help.text
-msgctxt "01090220.xhp#par_idN105EE.help.text"
-msgid "<ahelp hid=\".\">Select the subform field that is joined to the main form field, which you select in the list box next to this list box.</ahelp>"
-msgstr ""
+#. hvHo
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_idN105F9\n"
+"help.text"
+msgid "Use placeholders as receiver address"
+msgstr "გამოიყენეთ ჩანაცვლების ველები მიმღების მისამართისთვის"
-#: 01090220.xhp#par_idN105F1.help.text
-msgid "Fourth joined main form field"
+#. ;/1X
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_idN105FD\n"
+"help.text"
+msgid "<ahelp hid=\".\">Inserts placeholders for the address on the fax template. Later in the fax document, click the placeholder to enter the actual data.</ahelp>"
msgstr ""
-#: 01090220.xhp#par_idN105F5.help.text
-msgctxt "01090220.xhp#par_idN105F5.help.text"
-msgid "<ahelp hid=\".\">Select the main form field that is joined to the subform field, which you select in the list box next to this list box.</ahelp>"
+#. Y)(k
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_idN10600\n"
+"help.text"
+msgid "Use address database for mail merge"
msgstr ""
-#: 01090220.xhp#par_idN105F8.help.text
-msgid "<link href=\"text/shared/autopi/01090300.xhp\" name=\"Form Wizard - Arrange controls\">Form Wizard - Arrange controls</link>"
+#. rqPQ
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_idN10604\n"
+"help.text"
+msgid "<ahelp hid=\".\">Inserts database fields for a later mail merge with the fax document.</ahelp>"
msgstr ""
-#: 01150000.xhp#tit.help.text
-msgctxt "01150000.xhp#tit.help.text"
-msgid "Euro Converter Wizard"
-msgstr ""
+#. TCx~
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3154938\n"
+"21\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Go to Fax Wizard - Footer\">Go to Fax Wizard - Footer</link>"
+msgstr "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Go to Fax Wizard - Footer\">ფაქსის ოსტატზე გადასვლა - ქვედა კოლონტიტული</link>"
-#: 01150000.xhp#bm_id3154840.help.text
-msgid "<bookmark_value>Euro; Euro Converter Wizard</bookmark_value><bookmark_value>wizards; Euro Converter</bookmark_value><bookmark_value>converters; Euro converter</bookmark_value><bookmark_value>currencies; converters</bookmark_value>"
-msgstr ""
+#. feDH
+#: webwizard03.xhp
+msgctxt ""
+"webwizard03.xhp\n"
+"tit\n"
+"help.text"
+msgid "Web Wizard - Main Layout"
+msgstr "ვების ოსტატი - მთავარი განლაგება"
-#: 01150000.xhp#hd_id3154840.1.help.text
-msgctxt "01150000.xhp#hd_id3154840.1.help.text"
-msgid "Euro Converter Wizard"
-msgstr ""
+#. sZ-T
+#: webwizard03.xhp
+msgctxt ""
+"webwizard03.xhp\n"
+"par_idN10544\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/webwizard03.xhp\">Web Wizard - Main Layout</link>"
+msgstr "<link href=\"text/shared/autopi/webwizard03.xhp\">ვების ოსტატი - მთავარი განლაგება</link>"
-#: 01150000.xhp#par_id3149140.2.help.text
-msgid "<variable id=\"eurokonv\"><ahelp hid=\".uno:EuroConverter\">Converts the currency amounts found in $[officename] Calc documents and in fields and tables of $[officename] Writer documents into euros.</ahelp></variable>"
+#. md_}
+#: webwizard03.xhp
+msgctxt ""
+"webwizard03.xhp\n"
+"par_idN10554\n"
+"help.text"
+msgid "Select the formatting template that you want to use for the layout of the index page of your site. The template defines the text formatting and the position of elements on the page. Some of the available layouts use frames."
msgstr ""
-#: 01150000.xhp#par_id3145669.54.help.text
-msgid "Only closed files are converted. It is possible, however, to use the Euro Converter in an open $[officename] Calc document. In this case, a separate dialog opens. This dialog is described <link href=\"text/shared/autopi/01150000.xhp\" name=\"at the end of this section\">at the end of this section</link>."
-msgstr ""
+#. 18ro
+#: webwizard03.xhp
+msgctxt ""
+"webwizard03.xhp\n"
+"par_idN10557\n"
+"help.text"
+msgid "Layouts"
+msgstr "განლაგებები"
-#: 01150000.xhp#par_id3147275.25.help.text
-msgid "Only the currencies of the countries participating in the European Monetary Union are converted."
+#. N:^@
+#: webwizard03.xhp
+msgctxt ""
+"webwizard03.xhp\n"
+"par_idN1055B\n"
+"help.text"
+msgid "<ahelp hid=\"34220\">Select the layout for the index page.</ahelp>"
msgstr ""
-#: 01150000.xhp#hd_id3156152.3.help.text
-msgid "Extent"
-msgstr ""
+#. t?0S
+#: webwizard03.xhp
+msgctxt ""
+"webwizard03.xhp\n"
+"par_idN1055E\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/webwizard04.xhp\">Web Wizard - Layout details</link>"
+msgstr "<link href=\"text/shared/autopi/webwizard04.xhp\">ვების ოსტატი - განლაგების დეტალები</link>"
-#: 01150000.xhp#hd_id3156155.5.help.text
-msgid "Single $[officename] Calc document"
+#. K()~
+#: 01090000.xhp
+msgctxt ""
+"01090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Form Wizard"
msgstr ""
-#: 01150000.xhp#par_id3155420.6.help.text
-msgid "<ahelp hid=\"HID_DLGCONVERT_OBFILE\">Converts a single $[officename] Calc file.</ahelp> To convert fields and tables in $[officename] Writer, first mark the <emph>Also convert fields and tables in text documents </emph>check box."
+#. ^,@$
+#: 01090000.xhp
+msgctxt ""
+"01090000.xhp\n"
+"bm_id9834894\n"
+"help.text"
+msgid "<bookmark_value>forms;wizards</bookmark_value><bookmark_value>wizards;forms</bookmark_value>"
msgstr ""
-#: 01150000.xhp#hd_id3153541.7.help.text
-msgid "Complete Directory"
+#. tKVq
+#: 01090000.xhp
+msgctxt ""
+"01090000.xhp\n"
+"hd_id3109850\n"
+"1\n"
+"help.text"
+msgid "Form Wizard"
msgstr ""
-#: 01150000.xhp#par_id3150670.8.help.text
-msgid "<ahelp hid=\"HID_DLGCONVERT_OBDIR\">Converts all $[officename] Calc and $[officename] Writer documents and templates in the selected directory.</ahelp>"
+#. ;/\=
+#: 01090000.xhp
+msgctxt ""
+"01090000.xhp\n"
+"par_id3150247\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"formular\"><ahelp hid=\"HID_DLGFORM_DIALOG\">Activates the Wizard for creating forms.</ahelp></variable>"
msgstr ""
-#: 01150000.xhp#hd_id3149516.9.help.text
-msgctxt "01150000.xhp#hd_id3149516.9.help.text"
-msgid "Currencies"
+#. $MM#
+#: 01090000.xhp
+msgctxt ""
+"01090000.xhp\n"
+"par_id3152801\n"
+"3\n"
+"help.text"
+msgid "Select the form properties using the following steps:"
msgstr ""
-#: 01150000.xhp#par_id3156002.10.help.text
-msgctxt "01150000.xhp#par_id3156002.10.help.text"
-msgid "<ahelp hid=\"HID_DLGCONVERT_COMBOBOX1\">Specifies the currency to be converted into euros.</ahelp>"
+#. 9h8T
+#: 01090000.xhp
+msgctxt ""
+"01090000.xhp\n"
+"par_idN10686\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click to create the form without answering further pages.</ahelp>"
msgstr ""
-#: 01150000.xhp#hd_id3150275.11.help.text
-msgid "Source directory / Source Document"
-msgstr ""
+#. |}3w
+#: 01170200.xhp
+msgctxt ""
+"01170200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Additional Settings"
+msgstr "დამატებითი პარამეტრები"
-#: 01150000.xhp#par_id3154898.12.help.text
-msgid "<ahelp hid=\"HID_DLGCONVERT_TBSOURCE\">Indicates the directory or the name of the single document to be converted.</ahelp>"
+#. rIkS
+#: 01170200.xhp
+msgctxt ""
+"01170200.xhp\n"
+"hd_id3154094\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01170200.xhp\" name=\"Additional Settings\">Additional Settings</link>"
msgstr ""
-#: 01150000.xhp#hd_id3151385.13.help.text
-msgctxt "01150000.xhp#hd_id3151385.13.help.text"
-msgid "..."
+#. vj,k
+#: 01170200.xhp
+msgctxt ""
+"01170200.xhp\n"
+"par_id3143281\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Allows you to enter additional settings for LDAP address data and other external data sources.</ahelp>"
msgstr ""
-#: 01150000.xhp#par_id3147264.14.help.text
-msgid "<ahelp hid=\"HID_DLGCONVERT_CBSOURCEOPEN\">Opens a dialog to select the desired directory or document.</ahelp>"
-msgstr ""
+#. s?E5
+#: 01170200.xhp
+msgctxt ""
+"01170200.xhp\n"
+"hd_id3155555\n"
+"3\n"
+"help.text"
+msgid "Settings"
+msgstr "პარამეტრები"
-#: 01150000.xhp#hd_id3147560.15.help.text
-msgid "Including Subfolders"
+#. i}_W
+#: 01170200.xhp
+msgctxt ""
+"01170200.xhp\n"
+"par_id3153311\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"extensions:PushButton:RID_PAGE_ADMININVOKATION:PB_INVOKE_ADMIN_DIALOG\">Calls a dialog in which you can enter additional settings.</ahelp>"
msgstr ""
-#: 01150000.xhp#par_id3152771.16.help.text
-msgid "<ahelp hid=\"HID_DLGCONVERT_CHECKRECURSIVE\">Specifies whether all subfolders of the selected directory are included.</ahelp>"
+#. H@7x
+#: 01170200.xhp
+msgctxt ""
+"01170200.xhp\n"
+"par_id3159233\n"
+"5\n"
+"help.text"
+msgid "If you selected <emph>LDAP</emph> on the first page, you will see the <link href=\"text/shared/explorer/database/dabawiz02ldap.xhp\" name=\"LDAP\">LDAP</link> page."
msgstr ""
-#: 01150000.xhp#hd_id3150542.55.help.text
-msgid "Also convert fields and tables in text documents"
-msgstr ""
+#. S3Sn
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Select Table"
+msgstr "ცხრილის ამორჩევა"
-#: 01150000.xhp#par_id3150398.56.help.text
-msgid "<ahelp hid=\"HID_DLGCONVERT_CHKTEXTDOCUMENTS\">Converts currency amounts found in fields and tables of $[officename] Writer documents.</ahelp>"
+#. kl.y
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"hd_id3149748\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01170300.xhp\" name=\"Select Table\">Select Table</link>"
msgstr ""
-#: 01150000.xhp#par_id3148453.59.help.text
-msgid "Values in the text document that are not in fields or tables are not converted."
-msgstr ""
+#. @D{x
+#: 01170300.xhp
+#, fuzzy
+msgctxt ""
+"01170300.xhp\n"
+"par_id3156211\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies a table from the Seamonkey / Netscape address book source that is used as the address book in $[officename].</ahelp>"
+msgstr "<ahelp hid=\".\">$[officename]-სთვის საზღვრავს საერთო პარამეტრებს.</ahelp>"
-#: 01150000.xhp#hd_id3151382.49.help.text
-msgid "Temporarily unprotect sheet without query"
+#. |vCF
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"par_id3155150\n"
+"3\n"
+"help.text"
+msgid "All tables from the first user profile will be registered for this data source in $[officename]. You must specify one as the table that will be used in the $[officename] templates."
msgstr ""
-#: 01150000.xhp#par_id3153192.50.help.text
-msgid "<ahelp hid=\"HID_DLGCONVERT_CHKPROTECT\">Specifies that sheet protection will be disabled during conversion and thereafter re-enabled. If sheet protection is covered by a password, you will see a dialog for entering the password.</ahelp>"
+#. w]ln
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"hd_id3154927\n"
+"4\n"
+"help.text"
+msgid "List box"
msgstr ""
-#: 01150000.xhp#hd_id3147288.17.help.text
-msgid "Target Directory"
+#. bM+9
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"par_id3147043\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"extensions:ListBox:RID_PAGE_TABLESELECTION:LB_TABLELIST\">Specifies the table that is to serve as the address book for the $[officename] templates.</ahelp>"
msgstr ""
-#: 01150000.xhp#par_id3153771.18.help.text
-msgid "<ahelp hid=\"HID_DLGCONVERT_TBTARGET\">Specifies the folder and path in which the converted files are to be saved.</ahelp>"
+#. 68$o
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"par_id3152801\n"
+"6\n"
+"help.text"
+msgid "You can make changes to the templates and documents at a later time by choosing <emph>Edit - Exchange Database</emph>."
msgstr ""
-#: 01150000.xhp#par_id3154151.19.help.text
-msgid "<emph>...</emph>"
-msgstr ""
+#. p@-b
+#: webwizard07.xhp
+msgctxt ""
+"webwizard07.xhp\n"
+"tit\n"
+"help.text"
+msgid "Web Wizard - Preview"
+msgstr "ვების ოსტატი - გადახედვა"
-#: 01150000.xhp#par_id3147427.20.help.text
-msgid "<ahelp hid=\"HID_DLGCONVERT_CBTARGETOPEN\">Opens a dialog in which you can select a directory to hold the converted files.</ahelp>"
-msgstr ""
+#. {aXu
+#: webwizard07.xhp
+#, fuzzy
+msgctxt ""
+"webwizard07.xhp\n"
+"par_idN10544\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/webwizard07.xhp\">Web Wizard - Preview</link>"
+msgstr "<link href=\"text/shared/autopi/webwizard01.xhp\">ვების ოსტატი - შესავალი</link>"
-#: 01150000.xhp#hd_id3155854.27.help.text
-msgctxt "01150000.xhp#hd_id3155854.27.help.text"
-msgid "Cancel"
+#. Jumy
+#: webwizard07.xhp
+msgctxt ""
+"webwizard07.xhp\n"
+"par_idN10554\n"
+"help.text"
+msgid "Specify where you want to publish your web site as well as preview your site."
msgstr ""
-#: 01150000.xhp#par_id3153190.28.help.text
-msgid "<ahelp hid=\"HID_DLGCONVERT_CBCANCEL\">Closes the Euro Converter.</ahelp>"
+#. EOd]
+#: webwizard07.xhp
+msgctxt ""
+"webwizard07.xhp\n"
+"par_idN10557\n"
+"help.text"
+msgid "Preview"
msgstr ""
-#: 01150000.xhp#hd_id3154986.29.help.text
-msgid "Help"
-msgstr "დახმარება"
-
-#: 01150000.xhp#par_id3155413.30.help.text
-msgid "<ahelp hid=\"HID_DLGCONVERT_CBHELP\">Activates the help for the dialog.</ahelp>"
+#. IPK(
+#: webwizard07.xhp
+msgctxt ""
+"webwizard07.xhp\n"
+"par_idN1055B\n"
+"help.text"
+msgid "<ahelp hid=\"34260\">Opens your web page in the default web browser of your operating system.</ahelp>"
msgstr ""
-#: 01150000.xhp#hd_id3148616.21.help.text
-msgid "Convert"
-msgstr "კონვერტირება"
+#. oH=3
+#: webwizard07.xhp
+msgctxt ""
+"webwizard07.xhp\n"
+"par_idN1055E\n"
+"help.text"
+msgid "Local directory"
+msgstr "ლოკალური დირექტორია"
-#: 01150000.xhp#par_id3150011.22.help.text
-msgid "<ahelp hid=\"HID_DLGCONVERT_CBGOON\">Starts the conversion.</ahelp>"
+#. ?tva
+#: webwizard07.xhp
+msgctxt ""
+"webwizard07.xhp\n"
+"par_idN10562\n"
+"help.text"
+msgid "<ahelp hid=\"34261\">Uploads your index page and files to a local directory. The index page is saved to the location that you specified. All other files are saved to the \"myWebsite\" directory in the directory that contains the index page.</ahelp>"
msgstr ""
-#: 01150000.xhp#par_id3146975.51.help.text
-msgid "During conversion, a page showing the progress status is displayed."
+#. 5K=l
+#: webwizard07.xhp
+msgctxt ""
+"webwizard07.xhp\n"
+"par_idN10565\n"
+"help.text"
+msgid "..."
msgstr ""
-#: 01150000.xhp#hd_id3155308.52.help.text
-msgctxt "01150000.xhp#hd_id3155308.52.help.text"
-msgid "Back"
+#. UadH
+#: webwizard07.xhp
+msgctxt ""
+"webwizard07.xhp\n"
+"par_idN10569\n"
+"help.text"
+msgid "<ahelp hid=\"34263\">Opens a dialog to select a folder.</ahelp>"
msgstr ""
-#: 01150000.xhp#par_id3153953.53.help.text
-msgid "<ahelp hid=\"HID_DLGCONVERT_CBBACK\">Returns to the first page of the Euro Converter.</ahelp>"
-msgstr ""
+#. QIz?
+#: webwizard07.xhp
+msgctxt ""
+"webwizard07.xhp\n"
+"par_idN1056C\n"
+"help.text"
+msgid "Archive file"
+msgstr "არქივის ფაილი"
-#: 01150000.xhp#par_id3154640.26.help.text
-msgid "<ahelp hid=\"HID_DLGCONVERT_CBBACK\">If the current document is a $[officename] Calc document or template, you can call up the Euro Converter using the corresponding icon in the Tools bar.</ahelp> This icon is hidden by default. To display the Euro Converter icon, click the arrow at the end of the Tools bar, select the <emph>Visible Buttons</emph> command and activate the <emph>Euro Converter</emph> icon."
+#. HJH:
+#: webwizard07.xhp
+msgctxt ""
+"webwizard07.xhp\n"
+"par_idN10570\n"
+"help.text"
+msgid "<ahelp hid=\"34265\">Adds your index page and files to a compressed archive file and uploads the file to your web site. The index page is saved to the location that you specified. All other files are saved to the \"myWebsite\" directory in the directory that contains the index page.</ahelp>"
msgstr ""
-#: 01150000.xhp#par_id3155415.help.text
-msgid "<image id=\"img_id3150417\" src=\"cmd/sc_euroconverter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150417\">Icon</alt></image>"
+#. sV)j
+#: webwizard07.xhp
+msgctxt ""
+"webwizard07.xhp\n"
+"par_idN10573\n"
+"help.text"
+msgid "Depending on your operating system, the available archive file formats are zip, gzip, and war."
msgstr ""
-#: 01150000.xhp#par_id3149418.31.help.text
-msgid "Euro Converter"
+#. HMOc
+#: webwizard07.xhp
+msgctxt ""
+"webwizard07.xhp\n"
+"par_idN10576\n"
+"help.text"
+msgid "..."
msgstr ""
-#: 01150000.xhp#par_id3144766.32.help.text
-msgid "The <emph>Euro Converter</emph> dialog contains the following functions:"
+#. o.b^
+#: webwizard07.xhp
+msgctxt ""
+"webwizard07.xhp\n"
+"par_idN1057A\n"
+"help.text"
+msgid "<ahelp hid=\"34266\">Opens a dialog where you can specify the location of the archive file.</ahelp>"
msgstr ""
-#: 01150000.xhp#hd_id3148387.33.help.text
-msgid "Entire document"
+#. !vlr
+#: webwizard07.xhp
+msgctxt ""
+"webwizard07.xhp\n"
+"par_idN1057D\n"
+"help.text"
+msgid "The web via FTP"
msgstr ""
-#: 01150000.xhp#par_id3150113.34.help.text
-msgid "<ahelp hid=\"HID_DLGCONVERT_CHECKBOX1\">Converts the entire document.</ahelp>"
+#. a(B\
+#: webwizard07.xhp
+msgctxt ""
+"webwizard07.xhp\n"
+"par_idN10581\n"
+"help.text"
+msgid "<ahelp hid=\"34268\">Uploads your files to an FTP server. The index page is saved to the location that you specified. All other files are saved to the \"myWebsite\" directory in the directory that contains the index page.</ahelp>"
msgstr ""
-#: 01150000.xhp#hd_id3159110.47.help.text
-msgctxt "01150000.xhp#hd_id3159110.47.help.text"
-msgid "Currencies"
+#. Fxgn
+#: webwizard07.xhp
+msgctxt ""
+"webwizard07.xhp\n"
+"par_idN10584\n"
+"help.text"
+msgid "You cannot use the FTP option if you connect to the internet through a proxy server."
msgstr ""
-#: 01150000.xhp#par_id3148834.48.help.text
-msgctxt "01150000.xhp#par_id3148834.48.help.text"
-msgid "<ahelp hid=\"HID_DLGCONVERT_COMBOBOX1\">Specifies the currency to be converted into euros.</ahelp>"
+#. ]=zg
+#: webwizard07.xhp
+msgctxt ""
+"webwizard07.xhp\n"
+"par_idN10587\n"
+"help.text"
+msgid "Configure"
+msgstr "კონფიგურირება"
+
+#. R9tH
+#: webwizard07.xhp
+msgctxt ""
+"webwizard07.xhp\n"
+"par_idN1058B\n"
+"help.text"
+msgid "<ahelp hid=\"34269\">Opens the <link href=\"text/shared/autopi/webwizard07fc.xhp\">FTP Connection</link> dialog where you can edit and test the connection settings for the FTP server.</ahelp>"
msgstr ""
-#: 01150000.xhp#hd_id3155084.35.help.text
-msgid "Selection"
-msgstr "მონიშვნა"
+#. $*k|
+#: webwizard07.xhp
+msgctxt ""
+"webwizard07.xhp\n"
+"par_idN1059C\n"
+"help.text"
+msgid "Save settings"
+msgstr "პარამეტრების შენახვა"
-#: 01150000.xhp#par_id3152999.36.help.text
-msgid "Select the cells you want to convert in this range, if you did not mark the <emph>Entire document</emph> check box. Select an option and then click the desired entries in the <emph>Templates</emph> / <emph>Currency ranges</emph> field. The selected range will be visible as such in the document. Click <emph>Convert</emph> to carry out the conversion."
+#. AoUL
+#: webwizard07.xhp
+msgctxt ""
+"webwizard07.xhp\n"
+"par_idN105A0\n"
+"help.text"
+msgid "<ahelp hid=\"34270\">Saves the settings that you specified in this wizard.</ahelp>"
msgstr ""
-#: 01150000.xhp#hd_id3153950.37.help.text
-msgid "Cell Styles"
-msgstr ""
+#. N3f+
+#: webwizard07.xhp
+msgctxt ""
+"webwizard07.xhp\n"
+"par_idN105A3\n"
+"help.text"
+msgid "Save as"
+msgstr "შენახვა როგორც"
-#: 01150000.xhp#par_id3145162.38.help.text
-msgid "<ahelp hid=\"HID_DLGCONVERT_OPTIONBUTTON1\">All cells with the selected Cell Styles are converted.</ahelp>"
+#. a`ab
+#: webwizard07.xhp
+msgctxt ""
+"webwizard07.xhp\n"
+"par_idN105A7\n"
+"help.text"
+msgid "<ahelp hid=\"34271\">Enter the name for the settings file.</ahelp>"
msgstr ""
-#: 01150000.xhp#hd_id3152974.39.help.text
-msgid "Currency cells in the current sheet"
-msgstr ""
+#. 3J0F
+#: webwizard07.xhp
+#, fuzzy
+msgctxt ""
+"webwizard07.xhp\n"
+"par_idN105AA\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/webwizard00.xhp\">Web Wizard</link>"
+msgstr "<link href=\"text/shared/autopi/webwizard03.xhp\">ვების ოსტატი - მთავარი განლაგება</link>"
-#: 01150000.xhp#par_id3154479.40.help.text
-msgid "<ahelp hid=\"HID_DLGCONVERT_OPTIONBUTTON2\">All currency cells in the active spreadsheet will be converted.</ahelp>"
+#. O)YC
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Letter Wizard - Printed items"
msgstr ""
-#: 01150000.xhp#hd_id3156276.41.help.text
-msgid "Currency cells in the entire document"
-msgstr ""
+#. 08(b
+#: 01010300.xhp
+#, fuzzy
+msgctxt ""
+"01010300.xhp\n"
+"hd_id3148520\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01010300.xhp\" name=\"Letter Wizard - Printed items\">Letter Wizard - Printed items</link>"
+msgstr "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Fax Wizard - Footer\">ფაქსის ოსტატი - ქვედა კოლონტიტული</link>"
-#: 01150000.xhp#par_id3146912.42.help.text
-msgid "<ahelp hid=\"HID_DLGCONVERT_OPTIONBUTTON3\">All currency cells in the active document will be converted.</ahelp>"
+#. n8P~
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3152594\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LETTER_PAGE3\">Defines the items to be included in the letter template.</ahelp>"
msgstr ""
-#: 01150000.xhp#hd_id3155444.43.help.text
-msgid "Selected range"
-msgstr ""
+#. s2y|
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_idN105DF\n"
+"help.text"
+msgid "Use a typical letter format for this country"
+msgstr "გამოიყენე წერილის ტიპიური ფორმატი ამ ქვეყნისთვის"
-#: 01150000.xhp#par_id3153736.44.help.text
-msgid "<ahelp hid=\"HID_DLGCONVERT_OPTIONBUTTON4\">All currency cells in the range selected before the converter was called will be converted.</ahelp> All cells must have the same format so that they can be recognized as a selected range."
-msgstr ""
+#. j\uM
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_idN105E3\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_LSTLETTERNORM\">Select a country in order to use a typical letter layout from that country.</ahelp>"
+msgstr "<ahelp hid=\"HID_LTRWIZ_LSTLETTERNORM\">ამოირჩიე ქვეყანა, რათა გამოიყენო წერილის ტიპიური განლაგება ამ ქვეყნიდან.</ahelp>"
-#: 01150000.xhp#hd_id3153927.45.help.text
-msgid "Templates / Currency ranges"
+#. :#(g
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_idN105FA\n"
+"help.text"
+msgid "Logo"
msgstr ""
-#: 01150000.xhp#par_id3154756.46.help.text
-msgid "<ahelp hid=\"HID_DLGCONVERT_LISTBOX1\">Displays the ranges to be converted from the list.</ahelp>"
-msgstr ""
+#. G5Ev
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_idN105FE\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_CHKUSELOGO\">Includes a logo on the letter template.</ahelp>"
+msgstr "<ahelp hid=\"HID_LTRWIZ_CHKUSELOGO\">უმატებს ლოგოს წერილის შაბლონზე.</ahelp>"
-#: 01110000.xhp#tit.help.text
-msgctxt "01110000.xhp#tit.help.text"
-msgid "HTML Export"
+#. c{L^
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_idN10615\n"
+"help.text"
+msgid "Return address in envelope window"
msgstr ""
-#: 01110000.xhp#hd_id3154788.1.help.text
-msgctxt "01110000.xhp#hd_id3154788.1.help.text"
-msgid "HTML Export"
+#. :0B7
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_idN10619\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_CHKUSEADDRESSRECEIVER\">Includes a small size return address on the letter template.</ahelp>"
msgstr ""
-#: 01110000.xhp#par_id3157898.2.help.text
-msgid "<ahelp hid=\".\">Determines the settings for publishing $[officename] Draw or $[officename] Impress documents in HTML format.</ahelp>"
+#. /[`t
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_idN10630\n"
+"help.text"
+msgid "Letter signs"
msgstr ""
-#: 01110000.xhp#par_id3155391.10.help.text
-msgid "The pages displayed differ depending on what you select on the second page of the Wizard."
+#. `$]e
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_idN10634\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_CHKUSESIGNS\">Includes a line with references to a business letter on the letter template.</ahelp>"
msgstr ""
-#: 01110000.xhp#hd_id3146797.3.help.text
-msgctxt "01110000.xhp#hd_id3146797.3.help.text"
-msgid "<< Back"
+#. qt}%
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_idN1064B\n"
+"help.text"
+msgid "Subject line"
msgstr ""
-#: 01110000.xhp#par_id3150444.4.help.text
-msgid "<ahelp hid=\"SD:PUSHBUTTON:DLG_PUBLISHING:BUT_LAST\">Returns to the selections made on the previous page.</ahelp> The current settings remain saved. You can select this button once you are in the second editing step."
+#. HJLi
+#: 01010300.xhp
+#, fuzzy
+msgctxt ""
+"01010300.xhp\n"
+"par_idN1064F\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_CHKUSESUBJECT\">Includes a subject line on the letter template.</ahelp>"
+msgstr "<ahelp hid=\"HID_LTRWIZ_CHKUSELOGO\">უმატებს ლოგოს წერილის შაბლონზე.</ahelp>"
+
+#. R=3[
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_idN1066E\n"
+"help.text"
+msgid "Salutation"
msgstr ""
-#: 01110000.xhp#hd_id3147242.5.help.text
-msgctxt "01110000.xhp#hd_id3147242.5.help.text"
-msgid "Next >>"
+#. %RFI
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_idN10672\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_CHKUSESALUTATION\">Includes a salutation on the letter template. Select the salutation from the list box.</ahelp>"
msgstr ""
-#: 01110000.xhp#par_id3147574.6.help.text
-msgid "<ahelp hid=\"SD:PUSHBUTTON:DLG_PUBLISHING:BUT_NEXT\">Saves the current settings and moves to the next page.</ahelp> This button becomes inactive on the last page of the dialog."
+#. nH3/
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_idN10689\n"
+"help.text"
+msgid "Fold marks"
msgstr ""
-#: 01110000.xhp#hd_id3154046.7.help.text
-msgctxt "01110000.xhp#hd_id3154046.7.help.text"
-msgid "Create"
-msgstr "შექმნილია"
+#. #/~}
+#: 01010300.xhp
+#, fuzzy
+msgctxt ""
+"01010300.xhp\n"
+"par_idN1068D\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_CHKUSEBENDMARKS\">Includes fold marks on the letter template.</ahelp>"
+msgstr "<ahelp hid=\"HID_LTRWIZ_CHKUSELOGO\">უმატებს ლოგოს წერილის შაბლონზე.</ahelp>"
-#: 01110000.xhp#par_id3157909.8.help.text
-msgid "<ahelp hid=\".\">Creates new documents according to your selections and saves the documents.</ahelp>"
+#. D*j0
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_idN106AC\n"
+"help.text"
+msgid "Complimentary close"
msgstr ""
-#: 01110000.xhp#par_id3154897.9.help.text
-msgid "$[officename] saves the current Wizard settings and uses them as default the next time that you open the Wizard."
+#. 6T1\
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_idN106B0\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_CHKUSEGREETING\">Includes a complimentary close on the letter template. Select the text from the list box.</ahelp>"
msgstr ""
-#: 01130100.xhp#tit.help.text
-msgid "Document Converter Page 1"
-msgstr "დოკუმენტების გარდამქმნელი გვერდი 1"
-
-#: 01130100.xhp#hd_id3151299.1.help.text
-msgid "<link href=\"text/shared/autopi/01130100.xhp\" name=\"Document Converter Page 1\">Document Converter Page 1</link>"
-msgstr "<link href=\"text/shared/autopi/01130100.xhp\" name=\"Document Converter Page 1\">დოკუმენტების გარდამქმნელი გვერდი 1</link>"
-
-#: 01130100.xhp#par_id3150445.2.help.text
-msgid "Specifies whether to convert documents from $[officename] or Microsoft Office, and specifies the document type."
+#. z,.l
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_idN106C7\n"
+"help.text"
+msgid "Footer"
msgstr ""
-#: 01130100.xhp#hd_id3155364.27.help.text
-msgid "$[officename]"
-msgstr "$[officename]"
+#. Gp%`
+#: 01010300.xhp
+#, fuzzy
+msgctxt ""
+"01010300.xhp\n"
+"par_idN106CB\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_CHKUSEFOOTER\">Includes a footer on the letter template.</ahelp>"
+msgstr "<ahelp hid=\"HID_LTRWIZ_CHKUSELOGO\">უმატებს ლოგოს წერილის შაბლონზე.</ahelp>"
-#: 01130100.xhp#par_id3149205.28.help.text
-msgid "<ahelp hid=\"HID_DLGIMPORT_0_OPTSODOCUMENTS\">Converts old binary documents into the OpenDocument format used by $[officename].</ahelp>"
-msgstr ""
+#. 6UP!
+#: 01010300.xhp
+#, fuzzy
+msgctxt ""
+"01010300.xhp\n"
+"par_id3149666\n"
+"31\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01010400.xhp\" name=\"Go to Letter Wizard - Recipient and sender\">Go to Letter Wizard - Recipient and sender</link>"
+msgstr "<link href=\"text/shared/autopi/01020500.xhp\" name=\"Go to Fax Wizard - Name and location\">ფაქსის ოსტატზე გადასვლა - სახელი და მდებარეობა</link>"
-#: 01130100.xhp#hd_id3153049.29.help.text
-msgctxt "01130100.xhp#hd_id3153049.29.help.text"
-msgid "Text documents"
+#. 8Q*1
+#: 01120500.xhp
+msgctxt ""
+"01120500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Group Element Wizard: Create Option Group"
msgstr ""
-#: 01130100.xhp#par_id3145669.30.help.text
-msgid "<ahelp hid=\"HID_DLGIMPORT_0_CHKWRITER\">Converts documents in the old format of Writer *.sdw into OpenDocument *.odt documents.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGIMPORT_0_CHKWRITER\">ძველი ფორმატის $[officename] Writer *.sdw დოკუმენტების OpenDocument *.odt დოკუმენტებად გარდაქმნა.</ahelp>"
-
-#: 01130100.xhp#hd_id3151226.31.help.text
-msgid "Spreadsheets"
-msgstr "ელექტრონული ცხრილები"
+#. 7pL2
+#: 01120500.xhp
+msgctxt ""
+"01120500.xhp\n"
+"hd_id3143206\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01120500.xhp\" name=\"Group Element Wizard: Create Option Group\">Group Element Wizard: Create Option Group</link>"
+msgstr ""
-#: 01130100.xhp#par_id3155391.32.help.text
-msgid "<ahelp hid=\"HID_DLGIMPORT_0_CHKCALC\">Converts documents in the old format of Calc *.sdc into OpenDocument *.ods documents.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGIMPORT_0_CHKCALC\">ძველი ფორმატის $[officename] Calc *.sdc დოკუმენტების OpenDocument *.ods დოკუმენტებად გარდაქმნა.</ahelp>"
+#. l)Qz
+#: 01120500.xhp
+msgctxt ""
+"01120500.xhp\n"
+"par_id3154812\n"
+"2\n"
+"help.text"
+msgid "Specifies a label for the option group."
+msgstr ""
-#: 01130100.xhp#hd_id3145211.33.help.text
-msgid "Drawing/presentation documents"
+#. MaEF
+#: 01120500.xhp
+msgctxt ""
+"01120500.xhp\n"
+"hd_id3144415\n"
+"3\n"
+"help.text"
+msgid "Which caption is to be given to your option group?"
msgstr ""
-#: 01130100.xhp#par_id3154289.34.help.text
-msgid "<ahelp hid=\"HID_DLGIMPORT_0_CHKIMPRESS\">Converts documents in the old format of Draw *.sda into OpenDocument *.odg documents, and Impress *.sdd into OpenDocument *.odp documents.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGIMPORT_0_CHKIMPRESS\">ძველი ფორმატის $[officename] Draw *.sda დოკუმენტების OpenDocument *.odg დოკუმენტებად, და $[officename] Impress *.sdd დოკუმენტების OpenDocument *.odp დოკუმენტებად გარდაქმნა.</ahelp>"
+#. D4^o
+#: 01120500.xhp
+msgctxt ""
+"01120500.xhp\n"
+"par_id3163829\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_EDIT_RID_PAGE_OPTIONS_FINAL_ET_NAMEIT\" visibility=\"visible\">Specifies the label for the option box. You will see the label of the group box displayed in the form.</ahelp> The text you enter here will correspond to the <link href=\"text/shared/02/01170101.xhp\" name=\"Label\">Label</link> property of the group box."
+msgstr ""
-#: 01130100.xhp#hd_id3143267.35.help.text
-msgid "Master documents/formulas"
-msgstr "მთავარი დოკუმენტები/ფორმულები"
+#. HjGw
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Presentation Wizard Page 1"
+msgstr "პრეზენტაციის ოსტატი გვერდი 1"
-#: 01130100.xhp#par_id3156114.36.help.text
-msgid "<ahelp hid=\"HID_DLGIMPORT_0_CHKMATHGLOBAL\">Converts documents in the old format of Writer master documents *.sgl into OpenDocument *.odm documents, and Math *.smf into OpenDocument *.odf documents.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGIMPORT_0_CHKMATHGLOBAL\">ძველი ფორმატის $[officename] Writer master documents *.sgl დოკუმენტების OpenDocument *.odm დოკუმენტებად, და $[officename] Math *.smf დოკუმენტების OpenDocument *.odf დოკუმენტებად გარდაქმნა.</ahelp>"
+#. `Ua-
+#: 01050100.xhp
+#, fuzzy
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3155320\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01050100.xhp\" name=\"Presentation Wizard Page 1\">Presentation Wizard Page 1</link>"
+msgstr "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation\">პრეზენტაცია</link>"
-#: 01130100.xhp#hd_id3166410.37.help.text
-msgid "Microsoft Office"
-msgstr "Microsoft Office"
+#. YhI[
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3152594\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SD_AUTOPILOT_PAGE1\">Specifies the presentation type and allows you to select a template.</ahelp>"
+msgstr ""
-#: 01130100.xhp#par_id3150771.38.help.text
-msgid "Converts Microsoft Office documents into the OpenDocument format."
-msgstr "Microsoft Office-ის დოკუმენტების OpenDocument ფორმატში გარდაქმნა"
+#. Ufrk
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3145090\n"
+"15\n"
+"help.text"
+msgid "Type"
+msgstr "ტიპი"
-#: 01130100.xhp#hd_id3150984.3.help.text
-msgid "Word documents"
-msgstr "Word-ის დოკუმენტები"
+#. 3do9
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3153684\n"
+"23\n"
+"help.text"
+msgid "You can determine the presentation type in this area."
+msgstr ""
-#: 01130100.xhp#par_id3150255.14.help.text
-msgid "<ahelp hid=\"HID_DLGIMPORT_2_CHKWORD\">Converts documents in Microsoft Word format *.doc into OpenDocument *.odt documents.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGIMPORT_2_CHKWORD\">Microsoft Word ფორმატის *.doc დოკუმენტების OpenDocument *.odt დოკუმენტებად გარდაქმნა.</ahelp>"
+#. vH$Y
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3153527\n"
+"16\n"
+"help.text"
+msgid "Empty presentation"
+msgstr "სუფთა პრეზენტაცია"
-#: 01130100.xhp#hd_id3155421.4.help.text
-msgid "Excel documents"
-msgstr "Excel-ის დოკუმენტები"
+#. [~K.
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3149388\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_ASS:RB_PAGE1_EMPTY\">Creates a new (empty) presentation.</ahelp>"
+msgstr ""
-#: 01130100.xhp#par_id3155630.15.help.text
-#, fuzzy
-msgid "<ahelp hid=\"HID_DLGIMPORT_2_CHKEXCEL\">Converts documents in Microsoft Excel format *.xls into OpenDocument *.ods documents.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGIMPORT_2_CHKWORD\">Microsoft Word ფორმატის *.doc დოკუმენტების OpenDocument *.odt დოკუმენტებად გარდაქმნა.</ahelp>"
+#. !3Db
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3147008\n"
+"17\n"
+"help.text"
+msgid "From template"
+msgstr "შაბლონიდან"
-#: 01130100.xhp#hd_id3153127.5.help.text
-msgid "PowerPoint documents"
-msgstr "PowerPoint-ის დოკუმენტები"
+#. ,{by
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3154318\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_ASS:RB_PAGE1_TEMPLATE\">Opens a list box containing various modifiable presentations.</ahelp>"
+msgstr ""
-#: 01130100.xhp#par_id3149786.16.help.text
-#, fuzzy
-msgid "<ahelp hid=\"HID_DLGIMPORT_2_CHKPOWERPOINT\">Converts documents in Microsoft PowerPoint format *.ppt into OpenDocument *.odp documents.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGIMPORT_2_CHKWORD\">Microsoft Word ფორმატის *.doc დოკუმენტების OpenDocument *.odt დოკუმენტებად გარდაქმნა.</ahelp>"
+#. 4G`X
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3153662\n"
+"18\n"
+"help.text"
+msgid "Open existing presentation"
+msgstr "გახსენი არსებული პრეზენტაცია"
-#: 01130100.xhp#hd_id3153088.39.help.text
-msgid "Create Log file"
+#. ZP!7
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3147275\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_ASS:RB_PAGE1_OPEN\">Displays a list of previously created presentations.</ahelp>"
msgstr ""
-#: 01130100.xhp#par_id3149797.40.help.text
-msgid "<ahelp hid=\"HID_DLGIMPORT_0_CHKLOGFILE\">Creates a log file in your work directory showing which documents have been converted.</ahelp>"
+#. g===
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_idN1067B\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click <emph>Open</emph> to see a file selection dialog.</ahelp>"
msgstr ""
-#: 01130100.xhp#par_id3149578.26.help.text
-msgid "Continue to the next page of the <link href=\"text/shared/autopi/01130200.xhp\" name=\"Document Converter\">Document Converter</link>."
-msgstr "Continue to the next page of the <link href=\"text/shared/autopi/01130200.xhp\" name=\"Document Converter\">დოკუმენტების გარდამქმნელი</link>."
-
-#: purchase.xhp#tit.help.text
-msgctxt "purchase.xhp#tit.help.text"
-msgid "Purchase %PRODUCTNAME"
+#. GbhS
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3149763\n"
+"19\n"
+"help.text"
+msgid "List of template categories (only available when you select the From template option)"
msgstr ""
-#: purchase.xhp#par_idN10564.help.text
-msgid "<link href=\"text/shared/autopi/purchase.xhp\">Purchase %PRODUCTNAME</link>"
-msgstr "<link href=\"text/shared/autopi/purchase.xhp\">იყიდე %PRODUCTNAME</link>"
-
-#: purchase.xhp#par_idN10574.help.text
-msgid "This wizard is visible for the evaluation version of %PRODUCTNAME. If you are using a time-limited evaluation version of %PRODUCTNAME, you can purchase a license online. You will get a serial number to change your %PRODUCTNAME to a full version."
+#. *39/
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3150503\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SD_AUTOPILOT_TEMPLATES\">Lists the available template categories for presentations.</ahelp>"
msgstr ""
-#: purchase.xhp#par_idN10577.help.text
-msgid "The wizard can be called any time from the Help menu. The wizard will be offered automatically starting five days before the evaluation period expires."
+#. +7Yu
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3153349\n"
+"20\n"
+"help.text"
+msgid "List of existing presentations (only available when you select the Open existing presentation option)"
msgstr ""
-#: purchase.xhp#par_idN1057A.help.text
-msgid "The wizard consists of the following steps:"
+#. 3#^{
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3145317\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SD_AUTOPILOT_OPEN\">Lists the presentations that you created and saved to the Templates directory that is specified under <emph>%PRODUCTNAME - Paths</emph> in the Options dialog box. To edit the layout and formatting of a presentation with the wizard, select the presentation, and then click <emph>Next</emph>.</ahelp>"
msgstr ""
-#: purchase.xhp#par_idN1057D.help.text
-msgctxt "purchase.xhp#par_idN1057D.help.text"
-msgid "Purchase %PRODUCTNAME"
+#. -wMz
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3155388\n"
+"21\n"
+"help.text"
+msgid "Preview"
msgstr ""
-#: purchase.xhp#par_idN10581.help.text
-msgid "<ahelp hid=\".\">This is the welcome page of the wizard. If you want to buy a serial number online, click the button. If you already have a serial number, click Next to enter the number on the next page.</ahelp>"
+#. snL_
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3150256\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:DLG_ASS:CB_PREVIEW\">Specifies that templates appear in the preview window.</ahelp>"
msgstr ""
-#: purchase.xhp#par_idN10590.help.text
-msgid "Get your serial number online"
-msgstr "მიიღე შენი სერიული ნომერი ონლაინ"
-
-#: purchase.xhp#par_idN10594.help.text
-msgid "<ahelp hid=\".\">Click to enter a web page, where you can purchase a serial number online.</ahelp>"
-msgstr "<ahelp hid=\".\">დააწკაპუნე რომ შეხვიდე ვებ-გვერდზე, სადაც ონლაინ შეგიძლიათ შეიძინოთ სერიული ნომერი.</ahelp>"
+#. SYU.
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3153561\n"
+"22\n"
+"help.text"
+msgid "Do not show this dialog again"
+msgstr "აღარ აჩვენო ეს დიალოგური ფანჯარა"
-#: purchase.xhp#par_idN105A3.help.text
-msgid "Unlock %PRODUCTNAME"
+#. -gXq
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3153061\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:DLG_ASS:CB_STARTWITH\">Specifies that you only want the Wizard to start when you expressly request it with <emph>File - Wizard - Presentation</emph>.</ahelp> This field is only visible when you create a presentation by choosing <emph>File - New - Presentation</emph>. You can also specify whether to show the dialog with the <emph>Start with Wizard</emph> check box in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress - General</emph>."
msgstr ""
-#: purchase.xhp#par_idN105A7.help.text
-msgid "<ahelp hid=\".\">Enter your serial number or copy and paste the number from the online web page.</ahelp>"
+#. ELLi
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3159414\n"
+"13\n"
+"help.text"
+msgid "Continue here to <link href=\"text/shared/autopi/01050200.xhp\" name=\"Wizard Page 2\">Wizard Page 2</link>."
msgstr ""
-#: purchase.xhp#par_idN105B6.help.text
-msgid "License Agreement"
-msgstr "სალიცენზიო შეთანხმება"
-
-#: purchase.xhp#par_idN105BA.help.text
-msgid "<ahelp hid=\".\">Please read the license text (scroll down the text accordingly), then accept the license to continue unlocking. If you do not accept the license, the software will not be unlocked.</ahelp>"
+#. @;M5
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fax Wizard"
msgstr ""
-#: purchase.xhp#par_idN105C9.help.text
-msgid "Personal Data"
-msgstr "პირადი მონაცემები"
-
-#: purchase.xhp#par_idN105CD.help.text
-msgid "<ahelp hid=\".\">This step of the wizard appears when the unlocking program finds an installed version of %PRODUCTNAME where some user settings can be copied to the new installation.</ahelp>"
+#. Nq^3
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"bm_id3150445\n"
+"help.text"
+msgid "<bookmark_value>wizards;faxes</bookmark_value><bookmark_value>faxes;wizards</bookmark_value><bookmark_value>templates;faxes</bookmark_value>"
msgstr ""
-#: purchase.xhp#par_idN105DC.help.text
-msgid "Copy personal data"
+#. :wn,
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3150445\n"
+"1\n"
+"help.text"
+msgid "Fax Wizard"
msgstr ""
-#: purchase.xhp#par_idN105E0.help.text
-msgid "<ahelp hid=\".\">Select this box to copy your user name and other data from a previous installation to your new installation of %PRODUCTNAME.</ahelp>"
+#. x5d)
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3153394\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"fax\"><ahelp hid=\".uno:AutoPilotFax\">Opens the wizard for faxes.</ahelp> The wizard can help you create document templates for fax documents. You can then print the fax documents to a printer or to a fax machine, if fax driver software is available. </variable>"
msgstr ""
-#: purchase.xhp#par_idN105EF.help.text
-msgctxt "purchase.xhp#par_idN105EF.help.text"
-msgid "Summary"
+#. 1(|:
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3154824\n"
+"3\n"
+"help.text"
+msgid "$[officename] comes with a template for fax documents, which you can modify with the wizard to suit your own needs. The wizard leads you step-by-step in creating a document template, and offers numerous layout and design options. The document preview gives you an impression of how the finished fax will appear."
msgstr ""
-#: purchase.xhp#par_idN105F3.help.text
-msgid "<ahelp hid=\".\">This is the last page of the Purchase %PRODUCTNAME Wizard.</ahelp>"
+#. l?;U
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3147088\n"
+"4\n"
+"help.text"
+msgid "Within the dialog you can modify your entries and options at any time. You can also skip an entire page or even all the wizard pages, in which case the current (or default) settings will remain in effect."
msgstr ""
-#: 01040200.xhp#tit.help.text
-msgid "Agenda Wizard - General Information"
+#. x7uA
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3156156\n"
+"5\n"
+"help.text"
+msgid "Back"
msgstr ""
-#: 01040200.xhp#hd_id3150247.1.help.text
-msgid "<link href=\"text/shared/autopi/01040200.xhp\" name=\"Agenda Wizard - General Information\">Agenda Wizard - General Information</link>"
+#. 6!}P
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3155628\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click the<emph> Back </emph>button to view the settings chosen on the previous page. The current settings will not be modified or deleted if you click this button.<emph> Back </emph>will be active from the second page onwards.</ahelp>"
msgstr ""
-#: 01040200.xhp#par_id3150616.2.help.text
-msgid "<ahelp hid=\"HID_AGENDA_PAGE2\">Specifies the date, time, title, and location of the meeting.</ahelp>"
+#. ?PF-
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3147335\n"
+"7\n"
+"help.text"
+msgid "Next"
+msgstr "ტექსტი"
+
+#. Vq##
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3156117\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\".\">The wizard saves the current settings and goes to the next page. The<emph> Next </emph>button will become inactive once you have reached the last page.</ahelp>"
msgstr ""
-#: 01040200.xhp#hd_id3153748.5.help.text
-msgctxt "01040200.xhp#hd_id3153748.5.help.text"
-msgid "Date"
+#. |@gK
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3152350\n"
+"9\n"
+"help.text"
+msgid "Finish"
msgstr ""
-#: 01040200.xhp#par_id3153311.6.help.text
-msgid "<ahelp hid=\"SW:DATEFIELD:DLG_WIZARD_AG:DLG_AG2_DFLD_METDAT\">Specifies the date of the meeting.</ahelp>"
-msgstr "<ahelp hid=\"SW:DATEFIELD:DLG_WIZARD_AG:DLG_AG2_DFLD_METDAT\">განსაზღვრავს შეხვედრის თარიღს.</ahelp>"
+#. arU`
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3146948\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\".\">According to your selections, the wizard creates a document template and saves it. A new document based on the template appears in the work area, with the filename \"UntitledX\".</ahelp>"
+msgstr ""
-#: 01040200.xhp#hd_id3154749.7.help.text
-msgid "Time"
-msgstr "დრო"
+#. =U8P
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Agenda Wizard - Name and Location"
+msgstr "განრიგის ოსტატი - სათაური და მდებარეობა"
-#: 01040200.xhp#par_id3166460.8.help.text
+#. 1eog
+#: 01040600.xhp
#, fuzzy
-msgid "<ahelp hid=\"SW:TIMEFIELD:DLG_WIZARD_AG:DLG_AG2_TFLD_METTIM\">Specifies the time of the meeting.</ahelp>"
-msgstr "<ahelp hid=\"SW:DATEFIELD:DLG_WIZARD_AG:DLG_AG2_DFLD_METDAT\">განსაზღვრავს შეხვედრის თარიღს.</ahelp>"
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3144740\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01040600.xhp\" name=\"Agenda Wizard - Name and Location\">Agenda Wizard - Name and Location</link>"
+msgstr "<link href=\"text/shared/autopi/01020500.xhp\" name=\"Fax Wizard - Name and location\">ფაქსის ოსტატი - სახელი და მდებარეობა</link>"
-#: 01040200.xhp#par_idN10625.help.text
-msgctxt "01040200.xhp#par_idN10625.help.text"
-msgid "Title"
+#. s*HD
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3147102\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AGENDA_PAGE6\">Choose the title and location for the agenda template.</ahelp>"
msgstr ""
-#: 01040200.xhp#par_idN10629.help.text
-msgid "<ahelp hid=\".\">Specifies the title of the meeting.</ahelp>"
+#. xF04
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_idN105DA\n"
+"help.text"
+msgid "Template title"
+msgstr "შაბლონის სათაური"
+
+#. oGM;
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_idN105DE\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the name of the agenda template.</ahelp>"
msgstr "<ahelp hid=\".\">შეიყვანეთ ფაქსის შაბლონის სახელი.</ahelp>"
-#: 01040200.xhp#hd_id3150355.9.help.text
-msgctxt "01040200.xhp#hd_id3150355.9.help.text"
-msgid "Location"
+#. S$CQ
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_idN105E1\n"
+"help.text"
+msgid "Path"
msgstr ""
-#: 01040200.xhp#par_id3159400.10.help.text
-msgid "<ahelp hid=\"SW:EDIT:DLG_WIZARD_AG:DLG_AG2_EDIT_METORT\">Specifies the location of the meeting.</ahelp>"
-msgstr "<ahelp hid=\"SW:EDIT:DLG_WIZARD_AG:DLG_AG2_EDIT_METORT\">განსაზღვრავს შეხვედრის ადგილს.</ahelp>"
+#. fLb]
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_idN105E5\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the complete path, including the file name of the agenda template.</ahelp>"
+msgstr ""
-#: 01040200.xhp#par_id3148946.21.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/autopi/01040300.xhp\" name=\"Go to Agenda Wizard - Headings to include\">Go to Agenda Wizard - Headings to include</link>"
-msgstr "<link href=\"text/shared/autopi/01020200.xhp\" name=\"Go to Fax Wizard - Items to include\">ფაქსის ოსტატზე გადასვლა - დასართავი ელემენტები</link>"
+#. OjR*
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_idN105E8\n"
+"help.text"
+msgid "Create an agenda from this template"
+msgstr "შექმენი განრიგი ამ შაბლონიდან"
-#: webwizard01.xhp#tit.help.text
-msgid "Web Wizard - Introduction"
-msgstr "ვების ოსტატი - შესავალი"
+#. s_Tp
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_idN105EC\n"
+"help.text"
+msgid "<ahelp hid=\".\">Creates and saves the agenda template, then opens a new agenda document based on that template.</ahelp>"
+msgstr ""
-#: webwizard01.xhp#par_idN10544.help.text
-msgid "<link href=\"text/shared/autopi/webwizard01.xhp\">Web Wizard - Introduction</link>"
-msgstr "<link href=\"text/shared/autopi/webwizard01.xhp\">ვების ოსტატი - შესავალი</link>"
+#. )_OZ
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_idN105EF\n"
+"help.text"
+msgid "Make manual changes to this template"
+msgstr "შაბლონში ცვლილებების ხელით შეტანა"
-#: webwizard01.xhp#par_idN10554.help.text
-msgid "<ahelp hid=\".\">You can use the Web Wizard to maintain web pages on a server.</ahelp> You can also load previously saved Web Wizard settings to maintain an existing web page. These settings include information about the local folder and the FTP server."
+#. gA^[
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_idN105F3\n"
+"help.text"
+msgid "<ahelp hid=\".\">Creates and saves the agenda template, then opens the template for further editing.</ahelp>"
msgstr ""
-#: webwizard01.xhp#par_idN10557.help.text
-msgid "Choose Web Wizard settings"
-msgstr "ამოირჩიეთ ვების ოსტატის პარამეტრები"
+#. nH1T
+#: 01040600.xhp
+#, fuzzy
+msgctxt ""
+"01040600.xhp\n"
+"par_idN105F6\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01040000.xhp\" name=\"Go to Agenda Wizard\">Go to Agenda Wizard</link>"
+msgstr "<link href=\"text/shared/autopi/01020000.xhp\" name=\"Go to Fax Wizard\">ფაქსის ოსტატზე გადასვლა</link>"
-#: webwizard01.xhp#par_idN1055B.help.text
-msgid "<ahelp hid=\"34207\">Select the settings that you want to load and then click <emph>Load</emph>. To start the wizard with the default settings, select \"default\".</ahelp>"
-msgstr ""
+#. \#f?
+#: 01050500.xhp
+msgctxt ""
+"01050500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Presentation Wizard Page 5"
+msgstr "პრეზენტაციის ოსტატი გვერდი 5"
-#: webwizard01.xhp#par_idN1055E.help.text
-msgid "Delete"
-msgstr "წაშლა"
+#. T~p:
+#: 01050500.xhp
+#, fuzzy
+msgctxt ""
+"01050500.xhp\n"
+"hd_id3159224\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01050500.xhp\" name=\"Presentation Wizard Page 5\">Presentation Wizard Page 5</link>"
+msgstr "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation\">პრეზენტაცია</link>"
-#: webwizard01.xhp#par_idN10562.help.text
-msgid "<ahelp hid=\"34209\">Deletes the selected settings.</ahelp>"
+#. h;Za
+#: 01050500.xhp
+msgctxt ""
+"01050500.xhp\n"
+"par_id3150247\n"
+"18\n"
+"help.text"
+msgid "You can determine which pages to include in the created presentation."
msgstr ""
-#: webwizard01.xhp#par_idN10565.help.text
-#, fuzzy
-msgctxt "webwizard01.xhp#par_idN10565.help.text"
-msgid "<link href=\"text/shared/autopi/webwizard02.xhp\">Web Wizard - Documents</link>"
-msgstr "<link href=\"text/shared/autopi/webwizard01.xhp\">ვების ოსტატი - შესავალი</link>"
+#. 3~]*
+#: 01050500.xhp
+msgctxt ""
+"01050500.xhp\n"
+"hd_id3150178\n"
+"19\n"
+"help.text"
+msgid "Choose your pages"
+msgstr ""
-#: 01120000.xhp#tit.help.text
-msgctxt "01120000.xhp#tit.help.text"
-msgid "Group Element Wizard"
+#. 5F=v
+#: 01050500.xhp
+msgctxt ""
+"01050500.xhp\n"
+"par_id3155552\n"
+"21\n"
+"help.text"
+msgid "In the list field, you see all pages belonging to the selected presentation template. All pages with a checkmark in the check box next to their names will be included in the created presentation. To not include a page, clear the check box in front of the page name. Click the small plus sign that is next to the page name to display the corresponding sub-items."
msgstr ""
-#: 01120000.xhp#hd_id3149031.1.help.text
-msgctxt "01120000.xhp#hd_id3149031.1.help.text"
-msgid "Group Element Wizard"
+#. ZxNZ
+#: 01050500.xhp
+msgctxt ""
+"01050500.xhp\n"
+"hd_id3149346\n"
+"20\n"
+"help.text"
+msgid "Create summary"
msgstr ""
-#: 01120000.xhp#par_id3151097.2.help.text
-msgid "The Group Element Wizard starts automatically when you insert a <link href=\"text/shared/02/01170000.xhp\" name=\"Group Box\">Group Box</link> into a document."
+#. sV(P
+#: 01050500.xhp
+msgctxt ""
+"01050500.xhp\n"
+"par_id3150774\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:DLG_ASS:CB_PAGE5_SUMMARY\">Creates a summary of all presentation contents.</ahelp>"
msgstr ""
-#: 01120000.xhp#hd_id3145071.5.help.text
-msgctxt "01120000.xhp#hd_id3145071.5.help.text"
-msgid "Create"
-msgstr "შექმნილია"
+#. P?[-
+#: 01050500.xhp
+msgctxt ""
+"01050500.xhp\n"
+"par_id3156426\n"
+"23\n"
+"help.text"
+msgid "Return to the <link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation Wizard\">Presentation Wizard</link> title page."
+msgstr "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation\">პრეზენტაცია</link>"
-#: 01120000.xhp#par_id3149811.6.help.text
-msgid "<ahelp hid=\"HID_LISTWIZARD_FINISH\">Creates the object.</ahelp>"
+#. )2m9
+#: 01120100.xhp
+msgctxt ""
+"01120100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Group Element Wizard: Data"
msgstr ""
-#: 01090500.xhp#tit.help.text
-msgid "Form Wizard - Apply Styles"
+#. \qb9
+#: 01120100.xhp
+msgctxt ""
+"01120100.xhp\n"
+"hd_id3155599\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01120100.xhp\" name=\"Group Element Wizard: Data\">Group Element Wizard: Data</link>"
msgstr ""
-#: 01090500.xhp#par_idN10543.help.text
-msgid "<link href=\"text/shared/autopi/01090500.xhp\">Form Wizard - Apply Styles</link>"
+#. co8t
+#: 01120100.xhp
+msgctxt ""
+"01120100.xhp\n"
+"par_id3154894\n"
+"2\n"
+"help.text"
+msgid "Specifies which option fields are contained inside the group box."
msgstr ""
-#: 01090500.xhp#par_idN10553.help.text
-msgid "Specifies the form style."
+#. $|$_
+#: 01120100.xhp
+msgctxt ""
+"01120100.xhp\n"
+"hd_id3153894\n"
+"3\n"
+"help.text"
+msgid "Which names do you want to give the option fields?"
msgstr ""
-#: 01090500.xhp#par_idN10556.help.text
-msgid "Apply styles"
+#. `8X6
+#: 01120100.xhp
+msgctxt ""
+"01120100.xhp\n"
+"par_id3154673\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_EDIT_RID_PAGE_GROUPRADIOSELECTION_ET_RADIOLABELS\" visibility=\"visible\">Specifies the respective label for each option field. You will see the label of the option field in the form.</ahelp> This entry corresponds to the <link href=\"text/shared/02/01170101.xhp\" name=\"Label\">Label</link> property of the option field."
msgstr ""
-#: 01090500.xhp#par_idN1055A.help.text
-msgid "<ahelp hid=\".\">Specifies the page style for the form.</ahelp>"
-msgstr "<ahelp hid=\".\">შეიყვანეთ ფაქსის შაბლონის სახელი.</ahelp>"
+#. /5]I
+#: 01120100.xhp
+msgctxt ""
+"01120100.xhp\n"
+"hd_id3155805\n"
+"10\n"
+"help.text"
+msgid "Accept"
+msgstr "მიღება"
-#: 01090500.xhp#par_idN1055D.help.text
-msgid "Field border"
+#. wQBU
+#: 01120100.xhp
+msgctxt ""
+"01120100.xhp\n"
+"par_id3147008\n"
+"12\n"
+"help.text"
+msgid ">>"
msgstr ""
-#: 01090500.xhp#par_idN10561.help.text
-msgid "<ahelp hid=\".\">Specifies the field border style.</ahelp>"
+#. V(7G
+#: 01120100.xhp
+msgctxt ""
+"01120100.xhp\n"
+"par_id3153345\n"
+"5\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\"DBP_PUSHBUTTON_RID_PAGE_GROUPRADIOSELECTION_PB_MOVETORIGHT\">Confirms the current label and copies the label to the <emph>Option fields</emph> list.</ahelp>"
msgstr ""
-#: 01090500.xhp#par_idN10564.help.text
-msgid "No border"
+#. NZ{5
+#: 01120100.xhp
+msgctxt ""
+"01120100.xhp\n"
+"par_id3154749\n"
+"6\n"
+"help.text"
+msgid "Enter the label for each option field of the group that you want to create and copy the label to the list by clicking the arrow button. Repeat this procedure until all the option fields are defined."
msgstr ""
-#: 01090500.xhp#par_idN10568.help.text
-msgid "<ahelp hid=\".\">Specifies that the fields have no border.</ahelp>"
+#. KAJI
+#: 01120100.xhp
+msgctxt ""
+"01120100.xhp\n"
+"hd_id3150443\n"
+"7\n"
+"help.text"
+msgid "Option fields"
msgstr ""
-#: 01090500.xhp#par_idN1056B.help.text
-msgid "3D look"
+#. 53Xo
+#: 01120100.xhp
+msgctxt ""
+"01120100.xhp\n"
+"par_id3152996\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_GROUPRADIOSELECTION_LB_RADIOBUTTONS\" visibility=\"visible\">Displays all option fields which have to be included in the group box.</ahelp>"
msgstr ""
-#: 01090500.xhp#par_idN1056F.help.text
-msgid "<ahelp hid=\".\">Specifies that the field borders have a 3D look.</ahelp>"
+#. vv~#
+#: 01120100.xhp
+msgctxt ""
+"01120100.xhp\n"
+"hd_id3146949\n"
+"11\n"
+"help.text"
+msgid "Remove"
msgstr ""
-#: 01090500.xhp#par_idN10572.help.text
-msgid "Flat"
+#. 8],b
+#: 01120100.xhp
+msgctxt ""
+"01120100.xhp\n"
+"par_id3153561\n"
+"13\n"
+"help.text"
+msgid "<<"
msgstr ""
-#: 01090500.xhp#par_idN10576.help.text
-msgid "<ahelp hid=\".\">Specifies that the field borders look flat.</ahelp>"
+#. XSod
+#: 01120100.xhp
+msgctxt ""
+"01120100.xhp\n"
+"par_id3159157\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_PUSHBUTTON_RID_PAGE_GROUPRADIOSELECTION_PB_MOVETOLEFT\" visibility=\"visible\">Removes the selected option fields from the list.</ahelp>"
msgstr ""
-#: 01090500.xhp#par_idN10579.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/autopi/01090600.xhp\" name=\"Form Wizard - Set name\">Form Wizard - Set name</link>"
-msgstr "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Fax Wizard - Footer\">ფაქსის ოსტატი - ქვედა კოლონტიტული</link>"
-
-#: 01040300.xhp#tit.help.text
-msgid "Agenda Wizard - Headings to include"
+#. WbdJ
+#: 01100150.xhp
+msgctxt ""
+"01100150.xhp\n"
+"tit\n"
+"help.text"
+msgid "Report Wizard - Labeling Fields"
msgstr ""
-#: 01040300.xhp#hd_id3109850.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/autopi/01040300.xhp\" name=\"Agenda Wizard - Headings to include\">Agenda Wizard - Headings to include</link>"
-msgstr "<link href=\"text/shared/autopi/01020200.xhp\" name=\"Fax Wizard - Items to include\">ფაქსის ოსტატი - დასართავი ელემენტები</link>"
+#. _5z%
+#: 01100150.xhp
+msgctxt ""
+"01100150.xhp\n"
+"hd_id3144415\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01100150.xhp\" name=\"Report Wizard - Labeling Fields\">Report Wizard - Labeling Fields</link>"
+msgstr ""
-#: 01040300.xhp#par_id3157898.2.help.text
-msgid "<ahelp hid=\"HID_AGENDA_PAGE3\">Specifies the headings that you want to include in the agenda.</ahelp>"
+#. P)M$
+#: 01100150.xhp
+msgctxt ""
+"01100150.xhp\n"
+"par_id3147102\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies how you want to label the fields.</ahelp>"
msgstr ""
-#: 01040300.xhp#par_idN105DA.help.text
-msgid "Type of meeting"
-msgstr "შეხვედრის ტიპი"
+#. cCKO
+#: 01100150.xhp
+msgctxt ""
+"01100150.xhp\n"
+"hd_id3155805\n"
+"3\n"
+"help.text"
+msgid "Field list"
+msgstr ""
-#: 01040300.xhp#par_idN105DE.help.text
-msgid "<ahelp hid=\".\">Specifies whether to print the type of meeting line.</ahelp>"
+#. QSbH
+#: 01100150.xhp
+msgctxt ""
+"01100150.xhp\n"
+"par_id3150774\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGREPORT_6_TXTTITLE_6\">Displays the names of the fields to be included in the report. At the right you can enter a label for each field that will be printed in the report.</ahelp>"
msgstr ""
-#: 01040300.xhp#par_idN105E1.help.text
-msgid "Please read"
+#. 4Wd0
+#: 01100150.xhp
+msgctxt ""
+"01100150.xhp\n"
+"par_id3153748\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01100200.xhp\" name=\"More about Report Wizard - Grouping\">More about Report Wizard - Grouping</link>"
msgstr ""
-#: 01040300.xhp#par_idN105E5.help.text
-msgid "<ahelp hid=\".\">Specifies whether to print a Please read line.</ahelp>"
+#. C.mr
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Form Wizard - Field Selection"
msgstr ""
-#: 01040300.xhp#par_idN105E8.help.text
-msgid "Please bring"
+#. @8zV
+#: 01090100.xhp
+#, fuzzy
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3155599\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01090100.xhp\" name=\"Form Wizard - Field Selection\">Form Wizard - Field Selection</link>"
+msgstr "<link href=\"text/shared/autopi/01020500.xhp\" name=\"Fax Wizard - Name and location\">ფაქსის ოსტატი - სახელი და მდებარეობა</link>"
+
+#. m@U7
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3150445\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">On this page of the <link href=\"text/shared/autopi/01090000.xhp\">Form Wizard</link>, you can specify the table or query that you need to create the form as well as the fields that you want to include in the form.</ahelp>"
msgstr ""
-#: 01040300.xhp#par_idN105EC.help.text
-msgid "<ahelp hid=\".\">Specifies whether to print a Please bring line.</ahelp>"
+#. #+q7
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3153750\n"
+"5\n"
+"help.text"
+msgid "Tables or queries"
msgstr ""
-#: 01040300.xhp#par_idN105EF.help.text
-msgid "Notes"
-msgstr "შენიშვნები"
+#. 5`%F
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3147399\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGFORM_LBTABLES\">Specifies the table or query that you want to create the form for.</ahelp>"
+msgstr ""
-#: 01040300.xhp#par_idN105F3.help.text
-msgid "<ahelp hid=\".\">Specifies whether to print a Notes line.</ahelp>"
+#. 8KxC
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3153527\n"
+"8\n"
+"help.text"
+msgid "Available fields"
msgstr ""
-#: 01040300.xhp#par_id3163802.5.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/autopi/01040400.xhp\" name=\"Go to Agenda Wizard - Names\">Go to Agenda Wizard - Names</link>"
-msgstr "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Go to Fax Wizard - Footer\">ფაქსის ოსტატზე გადასვლა - ქვედა კოლონტიტული</link>"
+#. k9Ak
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3149095\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGFORM_FIELDSAVAILABLE\">Lists the names of the data base fields in the selected table or query.</ahelp> Click to select a field or hold down the Shift or the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while you click to select more than one field."
+msgstr ""
-#: 01040500.xhp#tit.help.text
-msgid "Agenda Wizard - Agenda Items"
+#. Zwr,
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3150443\n"
+"10\n"
+"help.text"
+msgid ">"
msgstr ""
-#: 01040500.xhp#hd_id3159224.3.help.text
-msgid "<link href=\"text/shared/autopi/01040500.xhp\" name=\"Agenda Wizard - Agenda Items\">Agenda Wizard - Agenda Items</link>"
+#. elkj
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3148538\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGFORM_CMDMOVESELECTED\">Click to move the selected field(s) to the box that the arrow is pointing to.</ahelp>"
msgstr ""
-#: 01040500.xhp#par_id3147143.2.help.text
-msgid "<ahelp hid=\"HID_AGENDA_PAGE5\">Specifies the topics to be printed on the agenda template.</ahelp>"
+#. Y~Af
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3154142\n"
+"12\n"
+"help.text"
+msgid ">>"
msgstr ""
-#: 01040500.xhp#par_idN105D7.help.text
-msgid "Topics"
-msgstr "თემები"
+#. Yts:
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3145121\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGFORM_CMDMOVEALL\">Click to move all fields to the box that the arrow is pointing to.</ahelp>"
+msgstr ""
-#: 01040500.xhp#par_idN105DA.help.text
-msgid "<ahelp hid=\".\">Enter the agenda topics. Use the Move up and Move down buttons to sort the topics.</ahelp>"
+#. x=\B
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3155419\n"
+"14\n"
+"help.text"
+msgid "<"
msgstr ""
-#: 01040500.xhp#par_idN105DD.help.text
-msgid "Insert"
-msgstr "ჩასმა"
+#. pDnR
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3149763\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGFORM_CMDREMOVESELECTED\">Click to move the selected field(s) to the box that the arrow is pointing to.</ahelp>"
+msgstr ""
-#: 01040500.xhp#par_idN105E0.help.text
-msgid "<ahelp hid=\".\">Inserts a new empty topic row above the current row.</ahelp>"
+#. BxJs
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3159399\n"
+"16\n"
+"help.text"
+msgid "<<"
msgstr ""
-#: 01040500.xhp#par_idN105E3.help.text
-msgctxt "01040500.xhp#par_idN105E3.help.text"
-msgid "Remove"
+#. )D`/
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3156329\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGFORM_CMDREMOVEALL\">Click to move all fields to the box that the arrow is pointing to.</ahelp>"
msgstr ""
-#: 01040500.xhp#par_idN105E6.help.text
-msgid "<ahelp hid=\".\">Removes the current topic row.</ahelp>"
+#. 0(lx
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_idN1074A\n"
+"help.text"
+msgid "^"
+msgstr "^"
+
+#. jX@?
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_idN1074E\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click to move the selected field up one entry in the list.</ahelp>"
msgstr ""
-#: 01040500.xhp#par_idN105E9.help.text
-msgid "Move up"
-msgstr "ზემოთ ატანა"
+#. Tlj2
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_idN10751\n"
+"help.text"
+msgid "v"
+msgstr "v"
-#: 01040500.xhp#par_idN105EC.help.text
-msgid "<ahelp hid=\".\">Moves the current topic row up.</ahelp>"
+#. z=Bq
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_idN10755\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click to move the selected field down one entry in the list.</ahelp>"
msgstr ""
-#: 01040500.xhp#par_idN105EF.help.text
-msgid "Move down"
-msgstr "ქვემოთ ჩატანა"
+#. )MHk
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3147618\n"
+"18\n"
+"help.text"
+msgid "Fields in the form"
+msgstr ""
-#: 01040500.xhp#par_idN105F2.help.text
-msgid "<ahelp hid=\".\">Moves the current topic row down.</ahelp>"
+#. @(MH
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3156194\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGFORM_FIELDSSELECTED\">Displays the fields that are in the new form.</ahelp>"
msgstr ""
-#: 01040500.xhp#par_id3146798.1.help.text
+#. :p7@
+#: 01090100.xhp
#, fuzzy
-msgid "<link href=\"text/shared/autopi/01040600.xhp\" name=\"Go to Agenda Wizard - Name and location\">Go to Agenda Wizard - Name and location</link>"
-msgstr "<link href=\"text/shared/autopi/01020500.xhp\" name=\"Go to Fax Wizard - Name and location\">ფაქსის ოსტატზე გადასვლა - სახელი და მდებარეობა</link>"
+msgctxt ""
+"01090100.xhp\n"
+"par_id3150398\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01090200.xhp\" name=\"Form Wizard - Set up a subform\">Form Wizard - Set up a subform</link>"
+msgstr "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Fax Wizard - Footer\">ფაქსის ოსტატი - ქვედა კოლონტიტული</link>"
-#: webwizard05.xhp#tit.help.text
-msgid "Web Wizard - Design"
-msgstr "ვების ოსტატი - დიზაინი"
+#. GLk`
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Letter Wizard - Name and Location"
+msgstr "ფაქსის ოსტატი - სახელი და მდებარეობა"
-#: webwizard05.xhp#par_idN10544.help.text
+#. (F26
+#: 01010600.xhp
#, fuzzy
-msgctxt "webwizard05.xhp#par_idN10544.help.text"
-msgid "<link href=\"text/shared/autopi/webwizard05.xhp\">Web Wizard - Design</link>"
-msgstr "<link href=\"text/shared/autopi/webwizard01.xhp\">ვების ოსტატი - შესავალი</link>"
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3150355\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01010600.xhp\" name=\"Letter Wizard - Name and Location\">Letter Wizard - Name and Location</link>"
+msgstr "<link href=\"text/shared/autopi/01020500.xhp\" name=\"Fax Wizard - Name and location\">ფაქსის ოსტატი - სახელი და მდებარეობა</link>"
-#: webwizard05.xhp#par_idN10554.help.text
-msgid "Select a style for the index page."
-msgstr ""
+#. %I4Q
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3152996\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LETTER_PAGE6\">Specifies where and under which name you want to save the document and template.</ahelp>"
+msgstr "<ahelp hid=\"HID_LETTER_PAGE6\">განსაზღვრავს სად და რა სახელით შეინახოს დოკუმენტი და შაბლონი.</ahelp>"
-#: webwizard05.xhp#par_idN10557.help.text
-msgctxt "webwizard05.xhp#par_idN10557.help.text"
-msgid "Style"
+#. |L|q
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3154047\n"
+"10\n"
+"help.text"
+msgid "Template name"
msgstr ""
-#: webwizard05.xhp#par_idN1055B.help.text
-msgid "<ahelp hid=\"34247\">Select the color scheme for the index page.</ahelp>"
-msgstr ""
+#. 1#^f
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3159157\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_TXTTEMPLATENAME\">Specifies the title of the document template.</ahelp>"
+msgstr "<ahelp hid=\"HID_LTRWIZ_TXTTEMPLATENAME\">განსაზღვრავს დოკუმენტის შაბლონის სათაურს.</ahelp>"
-#: webwizard05.xhp#par_idN1055E.help.text
-msgctxt "webwizard05.xhp#par_idN1055E.help.text"
-msgid "Background"
+#. 5U\4
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3151043\n"
+"31\n"
+"help.text"
+msgid "Path"
msgstr ""
-#: webwizard05.xhp#par_idN10562.help.text
-msgid "<ahelp hid=\"34248\">Select a <link href=\"text/shared/autopi/webwizard05bi.xhp\">Background image</link> for the index page.</ahelp>"
+#. s9x-
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_idN1061A\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_TXTPATH\">Enter the path and file name for the template, or click the <emph>...</emph> button to select the path and file name.</ahelp>"
msgstr ""
-#: webwizard05.xhp#par_idN10573.help.text
-msgid "Icon set"
-msgstr ""
+#. ;AB4
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_idN10639\n"
+"help.text"
+msgid "Create a letter from this template"
+msgstr "შექმენი წერილი ამ შაბლონის გამოყენებით"
-#: webwizard05.xhp#par_idN10577.help.text
-msgid "<ahelp hid=\"34249\">Select the <link href=\"text/shared/autopi/webwizard05is.xhp\">Icons</link> that you want to use for the navigation elements on the index page.</ahelp>"
+#. M2ko
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_idN1063C\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_OPTCREATELETTER\">Saves and closes the template, and then opens a new untitled document based on the template.</ahelp>"
msgstr ""
-#: webwizard05.xhp#par_idN10588.help.text
-msgid "<link href=\"text/shared/autopi/webwizard06.xhp\">Web Wizard - Web site information</link>"
-msgstr "<link href=\"text/shared/autopi/webwizard06.xhp\">ვების ოსტატი - ვებ-გვერდის ინფორმაცია</link>"
+#. ybW3
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_idN10653\n"
+"help.text"
+msgid "Make manual changes to this letter template"
+msgstr "შაბლონში ცვლილებების ხელით შეტანა"
-#: webwizard05bi.xhp#tit.help.text
-msgctxt "webwizard05bi.xhp#tit.help.text"
-msgid "Background Images"
+#. ~~eO
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_idN10656\n"
+"help.text"
+msgid "<ahelp hid=\"HID_LTRWIZ_OPTMAKECHANGES\">Saves the template and keeps it open for editing.</ahelp>"
msgstr ""
-#: webwizard05bi.xhp#par_idN1053A.help.text
-msgctxt "webwizard05bi.xhp#par_idN1053A.help.text"
-msgid "Background Images"
-msgstr ""
+#. g9$_
+#: 01010600.xhp
+#, fuzzy
+msgctxt ""
+"01010600.xhp\n"
+"par_idN10665\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01010000.xhp\">Letter Wizard overview</link>"
+msgstr "<link href=\"text/shared/autopi/01020000.xhp\" name=\"Fax\">ფაქსი</link>"
-#: webwizard05bi.xhp#par_idN1053E.help.text
-msgid "<ahelp hid=\"34290\">Specifies a background image for the <link href=\"text/shared/autopi/webwizard05.xhp\">Web Wizard style</link>.</ahelp>"
-msgstr "<ahelp hid=\"34290\">განსაზღვრავს ფონის სურათს <link href=\"text/shared/autopi/webwizard05.xhp\">ვების ოსტატის სტილისთვის</link>.</ahelp>"
+#. }NV/
+#: 01110500.xhp
+msgctxt ""
+"01110500.xhp\n"
+"tit\n"
+"help.text"
+msgid "HTML Export - Page 5"
+msgstr "HTML ექსპორტი - გვერდი 5"
-#: webwizard05bi.xhp#par_idN1054F.help.text
-msgid "Other"
-msgstr "სხვა"
+#. [tBs
+#: 01110500.xhp
+msgctxt ""
+"01110500.xhp\n"
+"hd_id3144415\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01110500.xhp\" name=\"HTML Export - Page 5\">HTML Export - Page 5</link>"
+msgstr "<link href=\"text/shared/autopi/01110500.xhp\" name=\"HTML Export - Page 5\">HTML ექსპორტი - გვერდი 5</link>"
-#: webwizard05bi.xhp#par_idN10553.help.text
-msgid "<ahelp hid=\"34291\">Opens a file open dialog to select a background image file for the index page.</ahelp>"
+#. n8\T
+#: 01110500.xhp
+msgctxt ""
+"01110500.xhp\n"
+"par_id3151100\n"
+"2\n"
+"help.text"
+msgid "Defines a button style for navigation through the presentation slides."
msgstr ""
-#: webwizard05bi.xhp#par_idN10556.help.text
-msgctxt "webwizard05bi.xhp#par_idN10556.help.text"
-msgid "None"
+#. 2Y;2
+#: 01110500.xhp
+msgctxt ""
+"01110500.xhp\n"
+"par_id3155351\n"
+"9\n"
+"help.text"
+msgid "This page is not visible if you have unmarked the <emph>Create title page</emph> check box, or if you have selected either automatic or WebCast export."
msgstr ""
-#: webwizard05bi.xhp#par_idN1055A.help.text
-msgid "<ahelp hid=\"34292\">Clears the background image from the index page.</ahelp>"
-msgstr ""
+#. d6\.
+#: 01110500.xhp
+msgctxt ""
+"01110500.xhp\n"
+"hd_id3145090\n"
+"7\n"
+"help.text"
+msgid "Select button style"
+msgstr "აირჩიეთ ღილაკის სტილი"
-#: 01090000.xhp#tit.help.text
-msgctxt "01090000.xhp#tit.help.text"
-msgid "Form Wizard"
-msgstr ""
+#. ()2]
+#: 01110500.xhp
+msgctxt ""
+"01110500.xhp\n"
+"par_id3155805\n"
+"8\n"
+"help.text"
+msgid "Specifies whether you want to insert navigation buttons in your presentation. You can also select the style of the buttons."
+msgstr "განსაზღვრავს გინდათ თუ არა თქვენს პრეზენტაციაში ნავიგაციის ღილაკების ჩასმა. თქვენ ასევე შეგიძლიათ შეარჩიოთ ღილაკების სტილი."
-#: 01090000.xhp#bm_id9834894.help.text
-msgid "<bookmark_value>forms;wizards</bookmark_value><bookmark_value>wizards;forms</bookmark_value>"
-msgstr ""
+#. )`N,
+#: 01110500.xhp
+msgctxt ""
+"01110500.xhp\n"
+"hd_id3149095\n"
+"3\n"
+"help.text"
+msgid "Text only"
+msgstr "მხოლოდ ტექსტი"
-#: 01090000.xhp#hd_id3109850.1.help.text
-msgctxt "01090000.xhp#hd_id3109850.1.help.text"
-msgid "Form Wizard"
+#. =ob$
+#: 01110500.xhp
+msgctxt ""
+"01110500.xhp\n"
+"par_id3147576\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:DLG_PUBLISHING:PAGE5_TEXTONLY\">Inserts only text hyperlinks instead of buttons.</ahelp>"
msgstr ""
-#: 01090000.xhp#par_id3150247.2.help.text
-msgid "<variable id=\"formular\"><ahelp hid=\"HID_DLGFORM_DIALOG\">Activates the Wizard for creating forms.</ahelp></variable>"
+#. {~1p
+#: 01110500.xhp
+msgctxt ""
+"01110500.xhp\n"
+"hd_id3156411\n"
+"5\n"
+"help.text"
+msgid "Selection field"
msgstr ""
-#: 01090000.xhp#par_id3152801.3.help.text
-msgid "Select the form properties using the following steps:"
-msgstr ""
+#. x7A]
+#: 01110500.xhp
+msgctxt ""
+"01110500.xhp\n"
+"par_id3153681\n"
+"6\n"
+"help.text"
+msgid "Displays the available button styles. Click on a button style to select it."
+msgstr "აჩვენებს ღილაკების ხელმისაწვდომ სტილებს. ასარჩევად დააწკაპუნეთ ღილაკის სტილზე."
-#: 01090000.xhp#par_idN10686.help.text
-msgid "<ahelp hid=\".\">Click to create the form without answering further pages.</ahelp>"
+#. H8IR
+#: webwizard05is.xhp
+msgctxt ""
+"webwizard05is.xhp\n"
+"tit\n"
+"help.text"
+msgid "Icon Set"
msgstr ""
-#: 01100100.xhp#tit.help.text
-msgid "Report Wizard - Field Selection"
+#. X#Qx
+#: webwizard05is.xhp
+msgctxt ""
+"webwizard05is.xhp\n"
+"par_idN1053A\n"
+"help.text"
+msgid "Icon Sets"
msgstr ""
-#: 01100100.xhp#hd_id3155599.19.help.text
-msgid "<link href=\"text/shared/autopi/01100100.xhp\" name=\"Report Wizard - Field Selection\">Report Wizard - Field Selection</link>"
+#. 1bYE
+#: webwizard05is.xhp
+msgctxt ""
+"webwizard05is.xhp\n"
+"par_idN1053E\n"
+"help.text"
+msgid "<ahelp hid=\"41000\">Select an icon set for navigation on HTML presentation documents in the <link href=\"text/shared/autopi/webwizard05.xhp\">Web Wizard</link>.</ahelp>"
msgstr ""
-#: 01100100.xhp#par_id3150476.1.help.text
-msgid "<ahelp hid=\".\">Specifies the table or query for which you are creating the report, and which fields you wish to include in the report.</ahelp>"
+#. {B3N
+#: webwizard05is.xhp
+msgctxt ""
+"webwizard05is.xhp\n"
+"par_idN1054F\n"
+"help.text"
+msgid "None"
msgstr ""
-#: 01100100.xhp#hd_id3156136.4.help.text
-msgctxt "01100100.xhp#hd_id3156136.4.help.text"
-msgid "Tables or queries"
+#. JDE!
+#: webwizard05is.xhp
+msgctxt ""
+"webwizard05is.xhp\n"
+"par_idN10553\n"
+"help.text"
+msgid "<ahelp hid=\"41002\">Clears the icon set from the index page.</ahelp>"
msgstr ""
-#: 01100100.xhp#par_id3147043.5.help.text
-msgid "<ahelp hid=\"HID_DLGREPORT_1_LBTABLES\">Select the table or query for which the report is to be created.</ahelp>"
+#. _JZs
+#: 01120300.xhp
+msgctxt ""
+"01120300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Group Element Wizard: Field Values"
msgstr ""
-#: 01100100.xhp#hd_id3147008.6.help.text
-msgctxt "01100100.xhp#hd_id3147008.6.help.text"
-msgid "Available fields"
+#. W@}8
+#: 01120300.xhp
+msgctxt ""
+"01120300.xhp\n"
+"hd_id3151097\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01120300.xhp\" name=\"Group Element Wizard: Field Values\">Group Element Wizard: Field Values</link>"
msgstr ""
-#: 01100100.xhp#par_id3155338.7.help.text
-msgid "<ahelp hid=\"HID_DLGREPORT_1_FIELDSAVAILABLE\">Displays the names of the data base fields in the selected table or query.</ahelp> Click to select a field or press the Shift or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while clicking to select multiple fields."
+#. e|t5
+#: 01120300.xhp
+msgctxt ""
+"01120300.xhp\n"
+"par_id3151100\n"
+"2\n"
+"help.text"
+msgid "Assigns a reference value to each option field."
msgstr ""
-#: 01100100.xhp#hd_id3153031.8.help.text
-msgid "Fields in report"
+#. =GsD
+#: 01120300.xhp
+msgctxt ""
+"01120300.xhp\n"
+"par_id3153323\n"
+"7\n"
+"help.text"
+msgid "Select a field from the option fields list and enter the corresponding <link href=\"text/shared/02/01170101.xhp\" name=\"reference value\">reference value</link>."
msgstr ""
-#: 01100100.xhp#par_id3147275.9.help.text
-msgid "<ahelp hid=\"HID_DLGREPORT_1_FIELDSSELECTED\">Displays all fields that are included in the new report.</ahelp>"
+#. X/0V
+#: 01120300.xhp
+msgctxt ""
+"01120300.xhp\n"
+"hd_id3152594\n"
+"3\n"
+"help.text"
+msgid "Which value do you want to assign to each option?"
msgstr ""
-#: 01100100.xhp#hd_id3147209.10.help.text
-msgctxt "01100100.xhp#hd_id3147209.10.help.text"
-msgid ">"
+#. 2l(W
+#: 01120300.xhp
+msgctxt ""
+"01120300.xhp\n"
+"par_id3152425\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_EDIT_RID_PAGE_OPTIONVALUES_ET_OPTIONVALUE\" visibility=\"visible\">Select a number or a text as a reference value for the selected option field.</ahelp>"
msgstr ""
-#: 01100100.xhp#par_id3152350.11.help.text
-msgid "<ahelp hid=\"HID_DLGREPORT_1_CMDMOVESELECTED\">Click to move the selected field(s) to the box that the arrow is pointing to.</ahelp>"
+#. jMeb
+#: 01120300.xhp
+msgctxt ""
+"01120300.xhp\n"
+"hd_id3155555\n"
+"5\n"
+"help.text"
+msgid "Option fields"
msgstr ""
-#: 01100100.xhp#hd_id3159269.12.help.text
-msgctxt "01100100.xhp#hd_id3159269.12.help.text"
-msgid ">>"
+#. BX.Q
+#: 01120300.xhp
+msgctxt ""
+"01120300.xhp\n"
+"par_id3155941\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_OPTIONVALUES_LB_RADIOBUTTONS\" visibility=\"visible\">Select the option field for which you want to assign the reference value.</ahelp>"
msgstr ""
-#: 01100100.xhp#par_id3149784.13.help.text
-msgid "<ahelp hid=\"HID_DLGREPORT_1_CMDMOVEALL\">Click to move all fields to the box that the arrow is pointing to.</ahelp>"
-msgstr ""
+#. ,Wn.
+#: 01110400.xhp
+msgctxt ""
+"01110400.xhp\n"
+"tit\n"
+"help.text"
+msgid "HTML Export - Page 4"
+msgstr "HTML ექსპორტი - გვერდი 4"
-#: 01100100.xhp#hd_id3153146.14.help.text
-msgctxt "01100100.xhp#hd_id3153146.14.help.text"
-msgid "<"
-msgstr ""
+#. 5+Za
+#: 01110400.xhp
+#, fuzzy
+msgctxt ""
+"01110400.xhp\n"
+"hd_id3151100\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01110400.xhp\" name=\"HTML Export - Page 4\">HTML Export - Page 4</link>"
+msgstr "<link href=\"text/shared/autopi/01110300.xhp\" name=\"HTML Export - Page 3\">HTML ექსპორტი - გვერდი 3</link>"
-#: 01100100.xhp#par_id3150275.15.help.text
-msgid "<ahelp hid=\"HID_DLGREPORT_1_CMDREMOVESELECTED\">Click to move the selected field(s) to the box that the arrow is pointing to.</ahelp>"
+#. :_j[
+#: 01110400.xhp
+msgctxt ""
+"01110400.xhp\n"
+"par_id3109850\n"
+"2\n"
+"help.text"
+msgid "Specifies the information to be displayed on the title page of the publication."
msgstr ""
-#: 01100100.xhp#hd_id3149233.16.help.text
-msgctxt "01100100.xhp#hd_id3149233.16.help.text"
-msgid "<<"
+#. (y,V
+#: 01110400.xhp
+msgctxt ""
+"01110400.xhp\n"
+"par_id3149549\n"
+"19\n"
+"help.text"
+msgid "You can skip this page if you unmark the <emph>Create title page</emph> option, or if you select Automatic or WebCast, in previous pages of the Wizard."
msgstr ""
-#: 01100100.xhp#par_id3150084.17.help.text
-msgid "<ahelp hid=\"HID_DLGREPORT_1_CMDREMOVEALL\">Click to move all fields to the box that the arrow is pointing to.</ahelp>"
-msgstr ""
+#. G8re
+#: 01110400.xhp
+msgctxt ""
+"01110400.xhp\n"
+"hd_id3155392\n"
+"15\n"
+"help.text"
+msgid "Information for the title page"
+msgstr "თავფურცელის ინფორმაცია"
-#: 01100100.xhp#par_id3145609.18.help.text
-msgid "<link href=\"text/shared/autopi/01100150.xhp\" name=\"More about Report Wizard - Labeling Fields\">More about Report Wizard - Labeling Fields</link>"
+#. ;pa[
+#: 01110400.xhp
+msgctxt ""
+"01110400.xhp\n"
+"hd_id3155941\n"
+"3\n"
+"help.text"
+msgid "Author"
msgstr ""
-#: 01100000.xhp#tit.help.text
-msgctxt "01100000.xhp#tit.help.text"
-msgid "Report Wizard"
+#. aPwP
+#: 01110400.xhp
+msgctxt ""
+"01110400.xhp\n"
+"par_id3154288\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SD:EDIT:DLG_PUBLISHING:PAGE4_AUTHOR\">Specifies the name of the publication's author.</ahelp>"
msgstr ""
-#: 01100000.xhp#hd_id3150499.3.help.text
-msgctxt "01100000.xhp#hd_id3150499.3.help.text"
-msgid "Report Wizard"
-msgstr ""
+#. }y;o
+#: 01110400.xhp
+msgctxt ""
+"01110400.xhp\n"
+"hd_id3147089\n"
+"5\n"
+"help.text"
+msgid "E-mail address"
+msgstr "ელ-ფოსტის მისამართი"
-#: 01100000.xhp#par_id3145071.1.help.text
-msgid "<variable id=\"report\"><ahelp hid=\"HID_DOCUMENT_CREATE_REPWIZ\">Activates the wizard for creating reports.</ahelp></variable>"
+#. !#a3
+#: 01110400.xhp
+msgctxt ""
+"01110400.xhp\n"
+"par_id3166460\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SD:EDIT:DLG_PUBLISHING:PAGE4_EMAIL_EDIT\">Specifies the e-mail address.</ahelp>"
msgstr ""
-#: 01100000.xhp#par_id3152780.2.help.text
-msgid "<ahelp hid=\".\">Select the report properties.</ahelp>"
-msgstr ""
+#. RZ;Y
+#: 01110400.xhp
+msgctxt ""
+"01110400.xhp\n"
+"hd_id3147242\n"
+"7\n"
+"help.text"
+msgid "Your homepage"
+msgstr "თქვენი ვებ-გვერდი"
-#: 01100400.xhp#tit.help.text
-msgid "Report Wizard - Choose Layout"
+#. ?R2C
+#: 01110400.xhp
+msgctxt ""
+"01110400.xhp\n"
+"par_id3150355\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SD:EDIT:DLG_PUBLISHING:PAGE4_WWW_EDIT\">Specifies your homepage. A hyperlink will be inserted in the publication.</ahelp>"
msgstr ""
-#: 01100400.xhp#hd_id3148668.7.help.text
-msgid "<link href=\"text/shared/autopi/01100400.xhp\" name=\"Report Wizard - Choose Layout\">Report Wizard - Choose Layout</link>"
-msgstr ""
+#. Ifqo
+#: 01110400.xhp
+msgctxt ""
+"01110400.xhp\n"
+"hd_id3150504\n"
+"9\n"
+"help.text"
+msgid "Additional information"
+msgstr "დამატებითი ინფორმაცია"
-#: 01100400.xhp#par_id3154894.1.help.text
-msgid "<ahelp hid=\"\">Choose the layout from different templates and styles, and choose landscape or portrait page orientation.</ahelp>"
+#. 0%:|
+#: 01110400.xhp
+msgctxt ""
+"01110400.xhp\n"
+"par_id3153823\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SD:MULTILINEEDIT:DLG_PUBLISHING:PAGE4_MISC\">Specifies additional text to appear on the title page.</ahelp>"
msgstr ""
-#: 01100400.xhp#hd_id3145345.3.help.text
-msgid "Layout of data"
-msgstr "მონაცემების განლაგება"
-
-#: 01100400.xhp#par_id3153681.9.help.text
-msgid "<ahelp hid=\"HID_DLGREPORT_4_DATALAYOUT\">Defines a set of styles for the report. The styles assign fonts, indents, table background, and more.</ahelp>"
+#. GR._
+#: 01110400.xhp
+msgctxt ""
+"01110400.xhp\n"
+"hd_id3153824\n"
+"17\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Link to a copy of the original presentation</caseinline></switchinline>"
msgstr ""
-#: 01100400.xhp#hd_id3145071.4.help.text
-msgid "Layout of headers and footers"
+#. F4FM
+#: 01110400.xhp
+msgctxt ""
+"01110400.xhp\n"
+"par_id3147619\n"
+"18\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><ahelp hid=\"SD:CHECKBOX:DLG_PUBLISHING:PAGE4_DOWNLOAD\">Inserts a hyperlink to download a copy of the presentation file.</ahelp></caseinline></switchinline>"
msgstr ""
-#: 01100400.xhp#par_id3152551.10.help.text
-msgid "<ahelp hid=\"HID_DLGREPORT_4_PAGELAYOUT\">Defines a page layout for the report. The page layouts are loaded from template files, which assign a header, footer, and page background.</ahelp>"
-msgstr ""
+#. b`lL
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"tit\n"
+"help.text"
+msgid "HTML Export - Page 3"
+msgstr "HTML ექსპორტი - გვერდი 3"
-#: 01100400.xhp#hd_id3152996.11.help.text
-msgid "Orientation"
-msgstr "ორიენტაცია"
+#. 1)i5
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"hd_id3153323\n"
+"27\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01110300.xhp\" name=\"HTML Export - Page 3\">HTML Export - Page 3</link>"
+msgstr "<link href=\"text/shared/autopi/01110300.xhp\" name=\"HTML Export - Page 3\">HTML ექსპორტი - გვერდი 3</link>"
-#: 01100400.xhp#par_id3154749.12.help.text
-msgid "Choose the page orientation for the report."
+#. y@?m
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"par_id3147102\n"
+"28\n"
+"help.text"
+msgid "Specifies the graphics type and the target screen resolution."
msgstr ""
-#: 01100400.xhp#hd_id3156347.5.help.text
-msgid "Landscape"
-msgstr "თარაზული"
-
-#: 01100400.xhp#par_id3145382.13.help.text
-msgid "<ahelp hid=\"HID_DLGREPORT_4_LANDSCAPE\">Selects a landscape page orientation for the report.</ahelp>"
-msgstr ""
+#. =+CP
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"hd_id3155341\n"
+"11\n"
+"help.text"
+msgid "Save graphics as"
+msgstr "შეინახე გრაფიკა როგორც"
-#: 01100400.xhp#hd_id3149233.6.help.text
-msgid "Portrait"
-msgstr "შვეული"
+#. E*#!
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"par_id3157909\n"
+"12\n"
+"help.text"
+msgid "Determines the image format. You can also define the compression value for the export."
+msgstr "განსაზღვრე სურათის ფორმატი. თქვენ ასევე შეგიძლიათ მიუთითოთ კომპრესაციის დონე ექსპორტისათვის."
-#: 01100400.xhp#par_id3154285.14.help.text
-msgid "<ahelp hid=\"HID_DLGREPORT_4_PORTRAIT\">Selects a portrait page orientation for the report.</ahelp>"
+#. qraK
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"hd_id2298959\n"
+"help.text"
+msgid "PNG - Portable Network Graphics format"
msgstr ""
-#: 01100400.xhp#par_id3148491.15.help.text
-msgid "<link href=\"text/shared/autopi/01100500.xhp\" name=\"More about Report Wizard - Create Report\">More about Report Wizard - Create Report</link>"
+#. eI~R
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"par_id4653767\n"
+"help.text"
+msgid "<ahelp hid=\".\">The files are exported as PNG files. PNG files are compressed without loss of data, and can contain more than 256 colors.</ahelp>"
msgstr ""
-#: 01020500.xhp#tit.help.text
-msgid "Fax Wizard - Name and location"
-msgstr "ფაქსის ოსტატი - სახელი და მდებარეობა"
-
-#: 01020500.xhp#hd_id3150247.1.help.text
-msgid "<link href=\"text/shared/autopi/01020500.xhp\" name=\"Fax Wizard - Name and location\">Fax Wizard - Name and location</link>"
-msgstr "<link href=\"text/shared/autopi/01020500.xhp\" name=\"Fax Wizard - Name and location\">ფაქსის ოსტატი - სახელი და მდებარეობა</link>"
-
-#: 01020500.xhp#par_id3155552.2.help.text
-msgid "<ahelp hid=\"HID_FAX_PAGE5\">Defines the template name and location.</ahelp>"
-msgstr "<ahelp hid=\"HID_FAX_PAGE5\">განსაზღვრავს შაბლონის სახელს და მდებარეობას.</ahelp>"
-
-#: 01020500.xhp#par_idN105D7.help.text
-msgctxt "01020500.xhp#par_idN105D7.help.text"
-msgid "Template name"
+#. _~r4
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"hd_id3147618\n"
+"13\n"
+"help.text"
+msgid "GIF - Graphics Interchange Format"
msgstr ""
-#: 01020500.xhp#par_idN105DB.help.text
-msgid "<ahelp hid=\".\">Enter the name of the fax template.</ahelp>"
-msgstr "<ahelp hid=\".\">შეიყვანეთ ფაქსის შაბლონის სახელი.</ahelp>"
-
-#: 01020500.xhp#par_idN105DE.help.text
-msgctxt "01020500.xhp#par_idN105DE.help.text"
-msgid "..."
+#. -K_+
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"par_id3154860\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE3_GIF\">The files are exported as GIF files. GIF files are compressed without loss of data, and have a maximum of 256 colors.</ahelp>"
msgstr ""
-#: 01020500.xhp#par_idN105E2.help.text
-msgid "<ahelp hid=\".\">Click to enter or select the complete path, including the file name of the fax template.</ahelp>"
+#. b1J|
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"hd_id3154306\n"
+"15\n"
+"help.text"
+msgid "JPG - Compressed file format"
msgstr ""
-#: 01020500.xhp#par_idN105E5.help.text
-msgid "Create a fax from this template"
-msgstr "შექმენი ფაქსი ამ შაბლონიდან"
-
-#: 01020500.xhp#par_idN105E9.help.text
-msgid "<ahelp hid=\".\">Creates and saves the fax template, then opens a new fax document based on that template.</ahelp>"
+#. }V+M
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"par_id3153665\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE3_JPG\">The files are exported as JPEG files. JPEG files are compressed, with adjustable compression and can contain more than 256 colors.</ahelp>"
msgstr ""
-#: 01020500.xhp#par_idN105EC.help.text
-msgid "Make manual changes to this fax template"
-msgstr "შაბლონში ცვლილებების ხელით შეტანა"
+#. JjU/
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"hd_id3149763\n"
+"17\n"
+"help.text"
+msgid "Quality"
+msgstr "ხარისხი"
-#: 01020500.xhp#par_idN105F0.help.text
-msgid "<ahelp hid=\".\">Creates and saves the fax template, then opens the template for further editing.</ahelp>"
+#. Ltt_
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"par_id3151384\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SD:COMBOBOX:DLG_PUBLISHING:PAGE3_QUALITY\">Specifies the compression factor of the JPEG graphic. A 100% value offers the best quality for a large data range. The 25% factor indicates small files with inferior image quality.</ahelp>"
msgstr ""
-#: 01020500.xhp#par_id3151119.35.help.text
-msgid "<link href=\"text/shared/autopi/01020000.xhp\" name=\"Go to Fax Wizard\">Go to Fax Wizard</link>"
-msgstr "<link href=\"text/shared/autopi/01020000.xhp\" name=\"Go to Fax Wizard\">ფაქსის ოსტატზე გადასვლა</link>"
-
-#: 01020300.xhp#tit.help.text
-msgid "Fax Wizard - Sender and Recipient"
-msgstr "ფაქსის ოსტატი - გამგზავნი და მიმღები"
-
-#: 01020300.xhp#hd_id3155934.1.help.text
-msgid "<link href=\"text/shared/autopi/01020300.xhp\" name=\"Fax Wizard - Sender and Recipient\">Fax Wizard - Sender and Recipient</link>"
-msgstr "<link href=\"text/shared/autopi/01020300.xhp\" name=\"Fax Wizard - Sender and Recipient\">ფაქსის ოსტატი - გამგზავნი და მიმღები</link>"
-
-#: 01020300.xhp#par_id3150808.2.help.text
-msgid "<ahelp hid=\"HID_FAX_PAGE3\">Specifies the receiver and sender information for the fax.</ahelp>"
-msgstr "<ahelp hid=\"HID_FAX_PAGE3\">განსაზღვრავს გამგზავნის და მიმღების ინფორმაციას ფაქსში.</ahelp>"
+#. [atp
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"hd_id3148552\n"
+"19\n"
+"help.text"
+msgid "Monitor resolution"
+msgstr "მონიტორის რეზოლუცია"
-#: 01020300.xhp#par_idN105DE.help.text
-msgctxt "01020300.xhp#par_idN105DE.help.text"
-msgid "Use user data for return address"
+#. ,=J^
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"par_id3148947\n"
+"20\n"
+"help.text"
+msgid "Defines the resolution for the target screen. Depending on the selected resolution, the image will be displayed in a reduced size. You can specify a reduction of up to 80% from the original size."
msgstr ""
-#: 01020300.xhp#par_idN105E2.help.text
-msgctxt "01020300.xhp#par_idN105E2.help.text"
-msgid "<ahelp hid=\".\">Inserts placeholders for the address on the fax template. Later in the fax document, click the placeholder to enter the actual data.</ahelp>"
+#. )/)h
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"hd_id3152361\n"
+"21\n"
+"help.text"
+msgid "Low resolution (640x480 pixels)"
msgstr ""
-#: 01020300.xhp#par_idN105E5.help.text
-msgid "New return address"
-msgstr "ახალი საპასუხო მისამართი"
-
-#: 01020300.xhp#par_idN105E9.help.text
-msgid "<ahelp hid=\".\">Select to enter the address data in the following text boxes. The data is inserted as normal text in the fax document.</ahelp>"
+#. 00Ir
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"par_id3153380\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE3_RESOLUTION_1\">Select the low resolution to keep the file size small, even for presentations with many slides.</ahelp>"
msgstr ""
-#: 01020300.xhp#par_idN105EC.help.text
-msgid "(Address data fields)"
+#. ,1,2
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"hd_id3153361\n"
+"23\n"
+"help.text"
+msgid "Medium resolution (800x600 pixels)"
msgstr ""
-#: 01020300.xhp#par_idN105EF.help.text
-msgid "<ahelp hid=\".\">Enter the sender address data.</ahelp>"
+#. \#6m
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"par_id3154686\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE3_RESOLUTION_2\">Select the medium resolution for a medium-sized presentation.</ahelp>"
msgstr ""
-#: 01020300.xhp#par_idN105F9.help.text
-msgid "Use placeholders as receiver address"
-msgstr "გამოიყენეთ ჩანაცვლების ველები მიმღების მისამართისთვის"
-
-#: 01020300.xhp#par_idN105FD.help.text
-msgctxt "01020300.xhp#par_idN105FD.help.text"
-msgid "<ahelp hid=\".\">Inserts placeholders for the address on the fax template. Later in the fax document, click the placeholder to enter the actual data.</ahelp>"
+#. H!+M
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"hd_id3153968\n"
+"25\n"
+"help.text"
+msgid "High resolution (1024x768 pixels)"
msgstr ""
-#: 01020300.xhp#par_idN10600.help.text
-msgctxt "01020300.xhp#par_idN10600.help.text"
-msgid "Use address database for mail merge"
+#. F#R=
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"par_id3149810\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE3_RESOLUTION_3\">Select a high resolution for a high quality slide display.</ahelp>"
msgstr ""
-#: 01020300.xhp#par_idN10604.help.text
-msgid "<ahelp hid=\".\">Inserts database fields for a later mail merge with the fax document.</ahelp>"
+#. 7-fH
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"hd_id3154946\n"
+"31\n"
+"help.text"
+msgid "Export"
+msgstr "ექსპორტი"
+
+#. c6dE
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"hd_id3151381\n"
+"29\n"
+"help.text"
+msgid "Export sounds when slide advances"
msgstr ""
-#: 01020300.xhp#par_id3154938.21.help.text
-msgid "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Go to Fax Wizard - Footer\">Go to Fax Wizard - Footer</link>"
-msgstr "<link href=\"text/shared/autopi/01020400.xhp\" name=\"Go to Fax Wizard - Footer\">ფაქსის ოსტატზე გადასვლა - ქვედა კოლონტიტული</link>"
+#. W=xO
+#: 01110300.xhp
+msgctxt ""
+"01110300.xhp\n"
+"par_id3150449\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:DLG_PUBLISHING:PAGE3_SLD_SOUND\">Specifies that the sound files that are defined as an effect for slide transitions are exported.</ahelp>"
+msgstr ""
diff --git a/source/ka/helpcontent2/source/text/shared/explorer/database.po b/source/ka/helpcontent2/source/text/shared/explorer/database.po
index 757494a862e..55bf06332d2 100644
--- a/source/ka/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/ka/helpcontent2/source/text/shared/explorer/database.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/shared/explorer/database.oo
+#. extracted from helpcontent2/source/text/shared/explorer/database
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2Fexplorer%2Fdatabase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:54+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-12 07:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7726 +12,17205 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: 11080000.xhp#tit.help.text
-msgid "Execute SQL statement"
+#. SBb#
+#: 11170100.xhp
+msgctxt ""
+"11170100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Database Statistics"
msgstr ""
-#: 11080000.xhp#bm_id3148983.help.text
-msgid "<bookmark_value>SQL; executing SQL statements (Base)</bookmark_value><bookmark_value>databases; administration through SQL (Base)</bookmark_value>"
+#. 3fHR
+#: 11170100.xhp
+msgctxt ""
+"11170100.xhp\n"
+"hd_id3147000\n"
+"1\n"
+"help.text"
+msgid "Database Statistics"
msgstr ""
-#: 11080000.xhp#hd_id3153345.1.help.text
-msgid "<link href=\"text/shared/explorer/database/11080000.xhp\" name=\"Execute SQL statement\">Execute SQL statement</link>"
+#. v)eN
+#: 11170100.xhp
+msgctxt ""
+"11170100.xhp\n"
+"par_id3155934\n"
+"2\n"
+"help.text"
+msgid "Displays statistics about the Adabas database."
msgstr ""
-#: 11080000.xhp#par_id3154288.2.help.text
-msgid "<variable id=\"sqltext\"><ahelp hid=\".\">Opens a dialog where you can enter an SQL command for administering a database.</ahelp></variable>"
+#. 4%)D
+#: 11170100.xhp
+msgctxt ""
+"11170100.xhp\n"
+"hd_id3150040\n"
+"3\n"
+"help.text"
+msgid "Database files"
msgstr ""
-#: 11080000.xhp#par_id3147275.23.help.text
-msgid "You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here."
+#. M)(k
+#: 11170100.xhp
+msgctxt ""
+"11170100.xhp\n"
+"hd_id3152594\n"
+"5\n"
+"help.text"
+msgid "SYSDEVSPACE"
msgstr ""
-#: 11080000.xhp#par_id3154860.10.help.text
-msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
+#. eE2-
+#: 11170100.xhp
+msgctxt ""
+"11170100.xhp\n"
+"par_id3155552\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_EDIT_DLG_ADABASSTAT_ET_SYSDEVSPACE\">Displays the path and the name of the SYSDEVSPACE file.</ahelp>"
msgstr ""
-#: 11080000.xhp#hd_id3149514.3.help.text
-msgid "Command to execute"
+#. o5D3
+#: 11170100.xhp
+msgctxt ""
+"11170100.xhp\n"
+"hd_id3153345\n"
+"7\n"
+"help.text"
+msgid "TRANSACTIONLOG"
msgstr ""
-#: 11080000.xhp#par_id3147618.4.help.text
-msgid "<ahelp hid=\"DBACCESS_MULTILINEEDIT_DLG_DIRECTSQL_ME_SQL\">Enter the SQL administration command that you want to run.</ahelp>"
+#. GHP$
+#: 11170100.xhp
+msgctxt ""
+"11170100.xhp\n"
+"par_id3155892\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_EDIT_DLG_ADABASSTAT_ET_TRANSACTIONLOG\">Displays the path and the name of the TRANSACTIONLOG file.</ahelp>"
msgstr ""
-#: 11080000.xhp#par_id3153087.24.help.text
-msgid "For example, for a \"Bibliography\" data source, you can enter the following SQL command:"
+#. HV_6
+#: 11170100.xhp
+msgctxt ""
+"11170100.xhp\n"
+"hd_id3150774\n"
+"9\n"
+"help.text"
+msgid "DATADEVSPACE"
msgstr ""
-#: 11080000.xhp#par_id3145673.25.help.text
-msgid "SELECT \"Address\" FROM \"biblio\" \"biblio\""
+#. 6WzL
+#: 11170100.xhp
+msgctxt ""
+"11170100.xhp\n"
+"par_id3147209\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_LISTBOX_DLG_ADABASSTAT_LB_DATADEVS\">Displays the path and the name of the DATADEVSPACE file.</ahelp>"
msgstr ""
-#: 11080000.xhp#par_id3145611.21.help.text
-msgid "For more information on SQL commands, please consult the documentation that came with the database."
+#. !;Mo
+#: 11170100.xhp
+msgctxt ""
+"11170100.xhp\n"
+"hd_id3152996\n"
+"11\n"
+"help.text"
+msgid "Database sizes"
msgstr ""
-#: 11080000.xhp#hd_id3156024.26.help.text
-msgid "Previous commands"
+#. `P)0
+#: 11170100.xhp
+msgctxt ""
+"11170100.xhp\n"
+"hd_id3145382\n"
+"13\n"
+"help.text"
+msgid "Size (MB)"
msgstr ""
-#: 11080000.xhp#par_id3149045.27.help.text
-msgid "<ahelp hid=\"DBACCESS_LISTBOX_DLG_DIRECTSQL_LB_HISTORY\">Lists the previously executed SQL commands. To run a command again, click the command, and then click <emph>Run</emph>.</ahelp>"
+#. WCF\
+#: 11170100.xhp
+msgctxt ""
+"11170100.xhp\n"
+"par_id3149415\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_EDIT_DLG_ADABASSTAT_ET_SIZE\">Displays the full size (in megabytes) of the database.</ahelp>"
msgstr ""
-#: 11080000.xhp#hd_id3154348.5.help.text
-msgctxt "11080000.xhp#hd_id3154348.5.help.text"
-msgid "Status"
+#. $5jo
+#: 11170100.xhp
+msgctxt ""
+"11170100.xhp\n"
+"hd_id3154285\n"
+"15\n"
+"help.text"
+msgid "Free space (MB)"
msgstr ""
-#: 11080000.xhp#par_id3151054.6.help.text
-msgid "<ahelp hid=\"DBACCESS_MULTILINEEDIT_DLG_DIRECTSQL_ME_STATUS\">Displays the results, including errors, of the SQL command that you ran.</ahelp>"
+#. }PUt
+#: 11170100.xhp
+msgctxt ""
+"11170100.xhp\n"
+"par_id3149514\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_EDIT_DLG_ADABASSTAT_ET_FREESIZE\">Displays the amount of free space (in megabytes) that is available in the database.</ahelp>"
msgstr ""
-#: 11080000.xhp#hd_id3154071.7.help.text
-msgid "Run"
+#. lR4w
+#: 11170100.xhp
+msgctxt ""
+"11170100.xhp\n"
+"hd_id3149237\n"
+"17\n"
+"help.text"
+msgid "Memory utilization (in %)"
msgstr ""
-#: 11080000.xhp#par_id3151210.8.help.text
-msgid "<ahelp hid=\"DBACCESS_PUSHBUTTON_DLG_DIRECTSQL_PB_EXECUTE\">Runs the command that you entered in the <emph>Command to execute </emph>box.</ahelp>"
+#. LiE{
+#: 11170100.xhp
+msgctxt ""
+"11170100.xhp\n"
+"par_id3148473\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_NUMERICFIELD_DLG_ADABASSTAT_ET_MEMORYUSING\">Displays the amount of used space in the database as a percentage.</ahelp>"
msgstr ""
-#: 05040100.xhp#tit.help.text
-msgctxt "05040100.xhp#tit.help.text"
-msgid "General"
+#. =L,U
+#: dabawiz02.xhp
+msgctxt ""
+"dabawiz02.xhp\n"
+"tit\n"
+"help.text"
+msgid "Save and proceed"
msgstr ""
-#: 05040100.xhp#hd_id3153255.25.help.text
-msgid "<link href=\"text/shared/explorer/database/05040100.xhp\" name=\"General\">General</link>"
-msgstr "<link href=\"text/shared/explorer/database/05040100.xhp\" name=\"General\">ზოგადი</link>"
-
-#: 05040100.xhp#par_id3157898.11.help.text
-msgid "When you create a database table as an administrator, you can use this tab to determine user access, and to edit the data or the table structure."
-msgstr "როდესაც ადმინისტრატორის უფლებებით ქმნით მონაცემთა ბაზის ცხრილს, თქვენ შეგიძლიათ გამოიყენოთ ეს ჩანართი მომხმარებელთ წვდომის დონის გასნასაზღვრად, ასევე დაარედაქტიროთ მონაცემები ან ცხრილის სტრუქტურა. "
-
-#: 05040100.xhp#bm_id3152594.help.text
-msgid "<bookmark_value>access rights for database tables (Base)</bookmark_value><bookmark_value>tables in databases; access rights to (Base)</bookmark_value>"
+#. )pE#
+#: dabawiz02.xhp
+msgctxt ""
+"dabawiz02.xhp\n"
+"par_idN10544\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz02.xhp\">Save and proceed</link>"
msgstr ""
-#: 05040100.xhp#par_id3152594.12.help.text
-msgid "If you are not the administrator, you can use the <emph>General</emph> tab to view your access rights for the selected table."
-msgstr "თუ თქევნ არ ხართ ადმინისტრატორი, შეგიძლიათ გამოიყენოთ <emph>ზოგადი</emph> ჩანართი მონიშნულ ცხრილზე თქევნი წვდომის უფლებების სანახავად "
-
-#: 05040100.xhp#hd_id3145669.3.help.text
-msgctxt "05040100.xhp#hd_id3145669.3.help.text"
-msgid "Table name"
-msgstr "ცხრილის სახელი"
-
-#: 05040100.xhp#par_id3147834.13.help.text
-msgid "Displays the name of the selected database table."
-msgstr "აჩვენებს მონიშნული მონაცემთა ბაზის სახელს"
-
-#: 05040100.xhp#hd_id3156426.14.help.text
-msgctxt "05040100.xhp#hd_id3156426.14.help.text"
-msgid "Type"
+#. ,;/B
+#: dabawiz02.xhp
+msgctxt ""
+"dabawiz02.xhp\n"
+"par_idN10554\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies whether you want to register the database, open the database for editing, or insert a new table.</ahelp>"
msgstr ""
-#: 05040100.xhp#par_id3154823.15.help.text
-msgid "Displays the type of database."
-msgstr "აჩვენებს მონაცემთა ბაზის ტიპს"
-
-#: 05040100.xhp#hd_id3149095.16.help.text
-msgid "Location"
-msgstr "მდებარეობა"
-
-#: 05040100.xhp#par_id3153311.17.help.text
-msgid "Displays the complete path of the database table."
+#. k8i-
+#: dabawiz02.xhp
+msgctxt ""
+"dabawiz02.xhp\n"
+"par_idN10557\n"
+"help.text"
+msgid "Yes, register the Database for me"
msgstr ""
-#: 05040100.xhp#hd_id3153528.4.help.text
-msgid "Read data"
-msgstr "მონაცემთა წაკითხვა"
-
-#: 05040100.xhp#par_id3163802.18.help.text
-msgid "<ahelp hid=\".\">Allows a user to read the data.</ahelp>"
-msgstr "<ahelp hid=\".\">საშუალებას აძლევს მომხმარებელს წაშალოს მონაცემები.</ahelp>"
-
-#: 05040100.xhp#hd_id3150355.5.help.text
-msgid "Insert data"
-msgstr "მონაცემების ჩასმა"
-
-#: 05040100.xhp#par_id3149398.19.help.text
-msgid "<ahelp hid=\".\">Allows a user to insert new data.</ahelp>"
-msgstr "<ahelp hid=\".\">საშუალებას აძლვეს მომხმარებელს ჩასვას ახალი მონაცემები.</ahelp>"
-
-#: 05040100.xhp#hd_id3155420.6.help.text
-msgid "Change data"
-msgstr "მონაცემების შეცვლა"
-
-#: 05040100.xhp#par_id3158430.20.help.text
-msgid "<ahelp hid=\".\">Allows a user to change data.</ahelp>"
-msgstr "<ahelp hid=\".\">საშუალებას აძლევს მომხმარებელს შეცვალოს მონაცემები.</ahelp>"
-
-#: 05040100.xhp#hd_id3149516.7.help.text
-msgid "Delete data"
-msgstr "მონაცემების წაშლა"
+#. U.(S
+#: dabawiz02.xhp
+msgctxt ""
+"dabawiz02.xhp\n"
+"par_idN105B4\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to register the database within your user copy of %PRODUCTNAME. After registering, the database is displayed in the <emph>View - Data Sources</emph> window. You must register a database to be able to insert the database fields in a document (Insert - Fields - Other) or in a mail merge.</ahelp>"
+msgstr ""
-#: 05040100.xhp#par_id3155449.21.help.text
-msgid "<ahelp hid=\".\">Allows a user to delete data.</ahelp>"
-msgstr "<ahelp hid=\".\">საშუალებას აძლევს მომხმარებელს წაშალოს მონაცემები.</ahelp>"
+#. wM?n
+#: dabawiz02.xhp
+msgctxt ""
+"dabawiz02.xhp\n"
+"par_idN105B7\n"
+"help.text"
+msgid "No, do not register the database"
+msgstr ""
-#: 05040100.xhp#hd_id3145674.8.help.text
-msgid "Change table structure"
-msgstr "ცხრილის სტრუქტურის შეცვლა"
+#. 9487
+#: dabawiz02.xhp
+msgctxt ""
+"dabawiz02.xhp\n"
+"par_idN105BB\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to keep the database information only within the created database file.</ahelp>"
+msgstr ""
-#: 05040100.xhp#par_id3153146.22.help.text
-msgid "<ahelp hid=\".\">Allows a user to change the table structure.</ahelp>"
-msgstr "<ahelp hid=\".\">საშუალებას აძლევს მომხმარებელს შეცვალოს ცხრილის სტრუქტურა.</ahelp>"
+#. btS^
+#: dabawiz02.xhp
+msgctxt ""
+"dabawiz02.xhp\n"
+"par_idN1055B\n"
+"help.text"
+msgid "Open the database for editing"
+msgstr ""
-#: 05040100.xhp#hd_id3143270.9.help.text
-msgctxt "05040100.xhp#hd_id3143270.9.help.text"
-msgid "Definition"
+#. A3(L
+#: dabawiz02.xhp
+msgctxt ""
+"dabawiz02.xhp\n"
+"par_idN105C6\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to display the database file, where you can edit the database structure.</ahelp>"
msgstr ""
-#: 05040100.xhp#par_id3154897.23.help.text
-msgid "<ahelp hid=\".\">Allows the user to delete the table structure.</ahelp>"
-msgstr "<ahelp hid=\".\">საშულაებას აძლევს მომხმარებელს წაშალოს ცხრილის სტრუქტურა.</ahelp>"
+#. YLWV
+#: dabawiz02.xhp
+msgctxt ""
+"dabawiz02.xhp\n"
+"par_idN1055F\n"
+"help.text"
+msgid "Create tables using the table wizard"
+msgstr ""
-#: 05040100.xhp#hd_id3153126.10.help.text
-msgid "Modify references"
-msgstr "მითითებების ცვლილება"
+#. #.,L
+#: dabawiz02.xhp
+msgctxt ""
+"dabawiz02.xhp\n"
+"par_idN105D1\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to call the <link href=\"text/shared/explorer/database/tablewizard00.xhp\">Table Wizard</link> after the Database Wizard is finished.</ahelp>"
+msgstr ""
-#: 05040100.xhp#par_id3159399.24.help.text
-msgid "<ahelp hid=\".\">Allows the user to modify the defined references, for example, to enter new relations for the table or to delete existing relations.</ahelp>"
-msgstr "<ahelp hid=\".\">საშულაებას აძლევს მომხმარებელს შეცვალოს განსაზღვრული მითითები, მაგალითად შეიტანოს ახალი რელაცია ცხრილისთვის ან წაშალოს არშებული რელაციები.</ahelp>"
+#. XNUY
+#: dabawiz02.xhp
+msgctxt ""
+"dabawiz02.xhp\n"
+"par_idN1061A\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>"
+msgstr ""
-#: menuinsert.xhp#tit.help.text
+#. Q|W)
+#: menutools.xhp
#, fuzzy
-msgid "Insert"
-msgstr ""
-"#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ჩასმა\n"
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"Insert\n"
-"#-#-#-#-# optionen.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ჩამატება\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ჩასმა\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ჩასმა\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ჩასმა\n"
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ჩასმა"
-
-#: menuinsert.xhp#par_idN1054D.help.text
-msgid "<link href=\"text/shared/explorer/database/menuinsert.xhp\">Insert</link>"
+msgctxt ""
+"menutools.xhp\n"
+"tit\n"
+"help.text"
+msgid "Tools"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\nინსტრუმენტები\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\nინსტრუმენტები\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\nინსტრუმენტები\\n#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\\nხელსაწყოები"
+
+#. @k92
+#: menutools.xhp
+msgctxt ""
+"menutools.xhp\n"
+"par_idN1054D\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/menutools.xhp\">Tools</link>"
msgstr ""
-#: menuinsert.xhp#par_idN1055D.help.text
-msgid "<ahelp hid=\".\">The Insert menu of a database window.</ahelp>"
+#. l$:_
+#: menutools.xhp
+msgctxt ""
+"menutools.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "<ahelp hid=\".\">The Tools menu of a database window.</ahelp>"
msgstr ""
-#: menuinsert.xhp#par_idN10560.help.text
-msgctxt "menuinsert.xhp#par_idN10560.help.text"
-msgid "Form"
+#. r[5P
+#: menutools.xhp
+msgctxt ""
+"menutools.xhp\n"
+"par_idN10560\n"
+"help.text"
+msgid "Relationships"
msgstr ""
-#: menuinsert.xhp#par_idN10576.help.text
-msgid "<ahelp hid=\".\">Opens a new text document in form mode.</ahelp>"
+#. K#c.
+#: menutools.xhp
+msgctxt ""
+"menutools.xhp\n"
+"par_idN10576\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the <link href=\"text/shared/explorer/database/05020000.xhp\">Relation Design</link> view and checks whether the database connection supports relations.</ahelp>"
msgstr ""
-#: menuinsert.xhp#par_idN1058B.help.text
-msgctxt "menuinsert.xhp#par_idN1058B.help.text"
-msgid "Report"
+#. FJ1_
+#: menutools.xhp
+msgctxt ""
+"menutools.xhp\n"
+"par_idN1058A\n"
+"help.text"
+msgid "User Administration"
msgstr ""
-#: menuinsert.xhp#par_idN1058F.help.text
-msgid "<ahelp hid=\".\">Starts the <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link> window for the selected table, view, or query.</ahelp>"
+#. `^Pl
+#: menutools.xhp
+msgctxt ""
+"menutools.xhp\n"
+"par_idN1058E\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the User Administration dialog if the database supports this feature.</ahelp>"
msgstr ""
-#: menuinsert.xhp#par_idN105A0.help.text
-msgid "Query (Design View)"
+#. I_,N
+#: menutools.xhp
+msgctxt ""
+"menutools.xhp\n"
+"hd_id3153880\n"
+"13\n"
+"help.text"
+msgid "Table Filter"
msgstr ""
-#: menuinsert.xhp#par_idN105A4.help.text
-msgid "<ahelp hid=\".\">Opens a new query in design mode.</ahelp>"
+#. qa6W
+#: menutools.xhp
+msgctxt ""
+"menutools.xhp\n"
+"par_id3153252\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DSADMIN_TABLE_SELECTOR\">Opens the Table Filter dialog where you can specify which tables of the database to show or to hide.</ahelp>"
msgstr ""
-#: menuinsert.xhp#par_idN105A7.help.text
-msgid "Query (SQL View)"
+#. 7[Bx
+#: menutools.xhp
+msgctxt ""
+"menutools.xhp\n"
+"par_id3150670\n"
+"20\n"
+"help.text"
+msgid "Select the tables that you want to filter in the <emph>Filter</emph> list."
msgstr ""
-#: menuinsert.xhp#par_idN105AB.help.text
-msgid "<ahelp hid=\".\">Opens a new query in SQL mode.</ahelp>"
+#. fRV~
+#: menutools.xhp
+msgctxt ""
+"menutools.xhp\n"
+"par_id3150985\n"
+"23\n"
+"help.text"
+msgid "If you select the topmost table in a hierarchy, all of the tables in the hierarchy are selected."
msgstr ""
-#: menuinsert.xhp#par_idN105AE.help.text
-msgctxt "menuinsert.xhp#par_idN105AE.help.text"
-msgid "Table Design"
+#. qqA[
+#: menutools.xhp
+msgctxt ""
+"menutools.xhp\n"
+"par_id3152349\n"
+"24\n"
+"help.text"
+msgid "If you select a table that is at a lower level in the hierarchy, the tables that occur above it in the hierarchy are not selected."
msgstr ""
-#: menuinsert.xhp#par_idN105C4.help.text
-msgid "<ahelp hid=\".\">Opens the table design view.</ahelp>"
+#. f;{U
+#: menutools.xhp
+msgctxt ""
+"menutools.xhp\n"
+"par_idN105BC\n"
+"help.text"
+msgid "SQL"
msgstr ""
-#: menuinsert.xhp#par_idN105C7.help.text
-msgid "View Design"
+#. yi_7
+#: menutools.xhp
+msgctxt ""
+"menutools.xhp\n"
+"par_idN105C0\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the SQL dialog where you can enter SQL statements.</ahelp>"
msgstr ""
-#: menuinsert.xhp#par_idN10669.help.text
-msgid "<ahelp hid=\".\">Opens a new view in design mode.</ahelp>"
+#. bTYA
+#: 11030100.xhp
+msgctxt ""
+"11030100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Indexes"
msgstr ""
-#: menuinsert.xhp#par_idN105E0.help.text
-msgid "View (Simple)"
-msgstr ""
+#. ^An0
+#: 11030100.xhp
+#, fuzzy
+msgctxt ""
+"11030100.xhp\n"
+"hd_id3148983\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/11030100.xhp\" name=\"Indexes\">Indexes</link>"
+msgstr "<link href=\"text/shared/explorer/database/05010100.xhp\" name=\"Index design\">ინდექსის დიზაინიn</link>"
-#: menuinsert.xhp#par_idN105F6.help.text
-msgid "<ahelp hid=\".\">Opens a new view in SQL mode.</ahelp>"
+#. @Dt9
+#: 11030100.xhp
+msgctxt ""
+"11030100.xhp\n"
+"par_id3150247\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Lets you organize dBASE database indexes.</ahelp> An index allows you to access a database quickly, provided that you query the data in the selection that was defined through the index. When you design a table, you can define the indexes on the <emph>Indexes </emph>tab page."
msgstr ""
-#: menuinsert.xhp#par_idN105F9.help.text
-msgid "Folder"
+#. Wpo@
+#: 11030100.xhp
+msgctxt ""
+"11030100.xhp\n"
+"hd_id3155339\n"
+"3\n"
+"help.text"
+msgid "Table"
msgstr ""
-#: menuinsert.xhp#par_idN1060F.help.text
-msgid "<ahelp hid=\".\">Opens a dialog where you can save a new folder in the database file.</ahelp>"
+#. R3]8
+#: 11030100.xhp
+msgctxt ""
+"11030100.xhp\n"
+"par_id3152551\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_COMBOBOX_DLG_DBASE_INDEXES_CB_TABLES\">Select the database table that you want to index.</ahelp>"
msgstr ""
-#: dabaprop.xhp#tit.help.text
-msgid "Database Properties"
+#. rE@r
+#: 11030100.xhp
+msgctxt ""
+"11030100.xhp\n"
+"hd_id3159233\n"
+"4\n"
+"help.text"
+msgid "Table Indexes"
msgstr ""
-#: dabaprop.xhp#par_idN10550.help.text
-msgid "<link href=\"text/shared/explorer/database/dabaprop.xhp\">Database Properties</link>"
+#. b_nT
+#: 11030100.xhp
+msgctxt ""
+"11030100.xhp\n"
+"par_id3143267\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_LISTBOX_DLG_DBASE_INDEXES_LB_TABLEINDEXES\">Lists the current indexes for the selected database table.</ahelp> To remove an index from the list, click the index, and then click the right arrow."
msgstr ""
-#: dabaprop.xhp#par_idN10560.help.text
-msgid "<ahelp hid=\".\">Specifies the properties of a database.</ahelp>"
+#. x8%Z
+#: 11030100.xhp
+msgctxt ""
+"11030100.xhp\n"
+"hd_id3148538\n"
+"5\n"
+"help.text"
+msgid "Free Indexes"
msgstr ""
-#: dabaprop.xhp#par_id1322977.help.text
-msgid "In a database window, choose <emph>Edit - Database - Properties</emph>"
+#. Rt,M
+#: 11030100.xhp
+msgctxt ""
+"11030100.xhp\n"
+"par_id3151110\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_LISTBOX_DLG_DBASE_INDEXES_LB_FREEINDEXES\">Lists the available indexes that you can assign to a table.</ahelp> To assign an index to a selected table, click the left arrow icon. The left double arrow assigns all available indexes."
msgstr ""
-#: tablewizard01.xhp#tit.help.text
-msgid "Table Wizard - Select Fields"
+#. Z^v)
+#: 11030100.xhp
+msgctxt ""
+"11030100.xhp\n"
+"hd_id3156152\n"
+"6\n"
+"help.text"
+msgid "<"
msgstr ""
-#: tablewizard01.xhp#par_idN10546.help.text
-msgid "<link href=\"text/shared/explorer/database/tablewizard01.xhp\">Table Wizard - Select Fields</link>"
+#. G^P}
+#: 11030100.xhp
+msgctxt ""
+"11030100.xhp\n"
+"par_id3150984\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_IMAGEBUTTON_DLG_DBASE_INDEXES_IB_ADD\">Moves the selected index to the <emph>Table Indexes</emph> list.</ahelp>"
msgstr ""
-#: tablewizard01.xhp#par_idN10556.help.text
-msgid "Select fields from the provided sample tables as a starting point to create your own table."
+#. g3SW
+#: 11030100.xhp
+msgctxt ""
+"11030100.xhp\n"
+"hd_id3149416\n"
+"7\n"
+"help.text"
+msgid "<<"
+msgstr "<<"
+
+#. c!iY
+#: 11030100.xhp
+msgctxt ""
+"11030100.xhp\n"
+"par_id3145315\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_IMAGEBUTTON_DLG_DBASE_INDEXES_IB_ADDALL\">Moves all of the free indexes to the <emph>Table Indexes</emph> list.</ahelp>"
msgstr ""
-#: tablewizard01.xhp#par_idN10559.help.text
-msgid "Business"
-msgstr "საქმიანობა"
+#. ;+Vw
+#: 11030100.xhp
+msgctxt ""
+"11030100.xhp\n"
+"hd_id3149579\n"
+"8\n"
+"help.text"
+msgid ">"
+msgstr ""
-#: tablewizard01.xhp#par_idN1055D.help.text
-msgid "<ahelp hid=\".\">Select the business category to see only business sample tables.</ahelp>"
+#. }/fc
+#: 11030100.xhp
+msgctxt ""
+"11030100.xhp\n"
+"par_id3149795\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_IMAGEBUTTON_DLG_DBASE_INDEXES_IB_REMOVE\">Moves the selected table indexes to the <emph>Free Indexes</emph> list.</ahelp>"
msgstr ""
-#: tablewizard01.xhp#par_idN10560.help.text
-msgid "Private"
-msgstr "კერძო"
+#. ;DeB
+#: 11030100.xhp
+msgctxt ""
+"11030100.xhp\n"
+"hd_id3155629\n"
+"9\n"
+"help.text"
+msgid ">>"
+msgstr ">>"
-#: tablewizard01.xhp#par_idN10564.help.text
-msgid "<ahelp hid=\".\">Select the private category to see only private sample tables.</ahelp>"
+#. I_4M
+#: 11030100.xhp
+msgctxt ""
+"11030100.xhp\n"
+"par_id3151245\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_IMAGEBUTTON_DLG_DBASE_INDEXES_IB_REMOVEALL\">Moves all of the table indexes to the <emph>Free Indexes</emph> list.</ahelp>"
msgstr ""
-#: tablewizard01.xhp#par_idN10567.help.text
-msgid "Sample tables"
+#. (Q%P
+#: tablewizard00.xhp
+msgctxt ""
+"tablewizard00.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table Wizard"
msgstr ""
-#: tablewizard01.xhp#par_idN1056B.help.text
-msgid "<ahelp hid=\".\">Select one of the sample tables. Then select fields from that table from the left list box. Repeat this step until you have selected all the fields that you need.</ahelp>"
+#. G/cp
+#: tablewizard00.xhp
+msgctxt ""
+"tablewizard00.xhp\n"
+"bm_id6009094\n"
+"help.text"
+msgid "<bookmark_value>wizards;database tables (Base)</bookmark_value><bookmark_value>Table Wizard (Base)</bookmark_value>"
msgstr ""
-#: tablewizard01.xhp#par_idN1059E.help.text
-msgid "Selected Fields"
-msgstr ""
+#. Ob?.
+#: tablewizard00.xhp
+#, fuzzy
+msgctxt ""
+"tablewizard00.xhp\n"
+"par_idN1054C\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/tablewizard00.xhp\">Table Wizard</link>"
+msgstr "<link href=\"text/shared/explorer/database/05010000.xhp\" name=\"Table Design\">ცხრილის დიზაინი</link>"
-#: tablewizard01.xhp#par_idN105A4.help.text
-msgid "<ahelp hid=\".\">Displays all fields that will be included in the new table.</ahelp>"
+#. \9^h
+#: tablewizard00.xhp
+msgctxt ""
+"tablewizard00.xhp\n"
+"par_idN1055C\n"
+"help.text"
+msgid "<ahelp hid=\".\">The Table Wizard helps you to create a database table.</ahelp>"
msgstr ""
-#: tablewizard01.xhp#par_idN105A9.help.text
-msgid "<link href=\"text/shared/explorer/database/tablewizard02.xhp\" name=\"Table Wizard - Set types and formats\">Table Wizard - Set types and formats</link>"
+#. s#?@
+#: tablewizard00.xhp
+#, fuzzy
+msgctxt ""
+"tablewizard00.xhp\n"
+"par_idN105AF\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/tablewizard01.xhp\" name=\"Table Wizard - Select fields\">Table Wizard - Select fields</link>"
+msgstr "<link href=\"text/shared/explorer/database/05010000.xhp\" name=\"Table Design\">ცხრილის დიზაინი</link>"
+
+#. z$n{
+#: querywizard04.xhp
+msgctxt ""
+"querywizard04.xhp\n"
+"tit\n"
+"help.text"
+msgid "Query Wizard - Detail or Summary"
msgstr ""
-#: dabapropcon.xhp#tit.help.text
-msgid "Connection Type Wizard"
+#. YGb+
+#: querywizard04.xhp
+#, fuzzy
+msgctxt ""
+"querywizard04.xhp\n"
+"par_idN10543\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/querywizard04.xhp\">Query Wizard - Detail or Summary</link>"
+msgstr "<link href=\"text/shared/explorer/database/02000000.xhp\" name=\"Queries\">მოთხოვნები</link>"
+
+#. 3X,4
+#: querywizard04.xhp
+msgctxt ""
+"querywizard04.xhp\n"
+"par_idN10553\n"
+"help.text"
+msgid "Specifies whether to display all records of the query, or only the results of aggregate functions."
+msgstr ""
+
+#. {A.v
+#: querywizard04.xhp
+msgctxt ""
+"querywizard04.xhp\n"
+"par_idN10556\n"
+"help.text"
+msgid "This page is only displayed when there are numerical fields in the query that allow the use of aggregate functions."
msgstr ""
-#: dabapropcon.xhp#par_idN1054D.help.text
-msgid "<link href=\"text/shared/explorer/database/dabapropcon.xhp\">Connection Type Wizard</link>"
+#. `KiL
+#: querywizard04.xhp
+msgctxt ""
+"querywizard04.xhp\n"
+"par_idN10559\n"
+"help.text"
+msgid "Detailed query"
msgstr ""
-#: dabapropcon.xhp#par_idN10551.help.text
-msgid "<ahelp hid=\".\">Changes the type of connection for the current database.</ahelp>"
+#. /qi7
+#: querywizard04.xhp
+msgctxt ""
+"querywizard04.xhp\n"
+"par_idN105BD\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to show all records of the query.</ahelp>"
msgstr ""
-#: dabapropcon.xhp#par_id9003875.help.text
-msgid "In a database window, choose <emph>Edit - Database - Connection Type</emph>"
+#. ~IVA
+#: querywizard04.xhp
+msgctxt ""
+"querywizard04.xhp\n"
+"par_idN105C2\n"
+"help.text"
+msgid "Summary query"
msgstr ""
-#: dabapropcon.xhp#par_idN10569.help.text
-msgid "The Connection Type Wizard consists of three pages. You cannot transfer all settings from one database type to another."
+#. 1V\%
+#: querywizard04.xhp
+msgctxt ""
+"querywizard04.xhp\n"
+"par_idN105C8\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to show only results of aggregate functions.</ahelp>"
msgstr ""
-#: dabapropcon.xhp#par_idN1056C.help.text
-msgid "For example, you can use the wizard to open a database file that is in a format that is usually not recognized by an installed database."
+#. R+[C
+#: querywizard04.xhp
+msgctxt ""
+"querywizard04.xhp\n"
+"par_idN105D7\n"
+"help.text"
+msgid "Select the aggregate function and the field name of the numeric field in the list box. You can enter as many aggregate functions as you want, one in each row of controls."
msgstr ""
-#: dabapropcon.xhp#par_idN1056F.help.text
-msgctxt "dabapropcon.xhp#par_idN1056F.help.text"
-msgid "Database type"
+#. 5:;l
+#: querywizard04.xhp
+msgctxt ""
+"querywizard04.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "Aggregate function"
msgstr ""
-#: dabapropcon.xhp#par_idN10573.help.text
-msgid "<ahelp hid=\".\">Select the type of database that you want to connect to.</ahelp>"
+#. P/\(
+#: querywizard04.xhp
+msgctxt ""
+"querywizard04.xhp\n"
+"par_idN105E4\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the aggregate function.</ahelp>"
msgstr ""
-#: 11000002.xhp#tit.help.text
-msgid "Data sources in $[officename]"
-msgstr "მონაცემთა წყაროები -$[officename]ში"
+#. D%B%
+#: querywizard04.xhp
+msgctxt ""
+"querywizard04.xhp\n"
+"par_idN105DD\n"
+"help.text"
+msgid "Field name"
+msgstr "ველის სახელი"
-#: 11000002.xhp#bm_id3155449.help.text
-msgid "<bookmark_value>databases;drag and drop (Base)</bookmark_value>"
+#. lB?a
+#: querywizard04.xhp
+msgctxt ""
+"querywizard04.xhp\n"
+"par_idN10656\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the numeric field name.</ahelp>"
msgstr ""
-#: 11000002.xhp#hd_id3151299.93.help.text
-msgid "<link href=\"text/shared/explorer/database/11000002.xhp\" name=\"Data sources in $[officename]\">Data sources in $[officename]</link>"
+#. f:Hq
+#: querywizard04.xhp
+msgctxt ""
+"querywizard04.xhp\n"
+"par_idN105E7\n"
+"help.text"
+msgid "+"
msgstr ""
-#: 11000002.xhp#hd_id3150616.49.help.text
-msgid "Selecting the Address Book"
-msgstr "მისამართთა წიგნის მონიშვნა"
+#. 2}/]
+#: querywizard04.xhp
+msgctxt ""
+"querywizard04.xhp\n"
+"par_idN105FE\n"
+"help.text"
+msgid "<ahelp hid=\".\">Appends a new row of controls.</ahelp>"
+msgstr ""
-#: 11000002.xhp#par_id3153049.101.help.text
-msgid "To select the address book that you want to use, choose <link href=\"text/shared/01/01110101.xhp\" name=\"File - Templates - Address Book Source\"><emph>File - Templates - Address Book Source</emph></link>."
-msgstr "თქევნთვის სასურველი მისამართთა წიგნის მოსანიშნად, აირჩიეთ<link href=\"text/shared/01/01110101.xhp\" name=\"File - Templates - Address Book Source\"><emph>ფაილი - შაბლონები - მისამართთა წიგნის წყარო</emph></link>."
+#. ]%cd
+#: querywizard04.xhp
+msgctxt ""
+"querywizard04.xhp\n"
+"par_idN105F1\n"
+"help.text"
+msgid "-"
+msgstr ""
-#: 11000002.xhp#hd_id3147275.26.help.text
-msgid "Opening a Data Source"
-msgstr "მონაცემთა წყაროს გახსნა"
+#. {ESd
+#: querywizard04.xhp
+msgctxt ""
+"querywizard04.xhp\n"
+"par_idN1060B\n"
+"help.text"
+msgid "<ahelp hid=\".\">Removes the last row of controls.</ahelp>"
+msgstr ""
-#: 11000002.xhp#par_id3154143.102.help.text
-msgid "To open the data source view, press F4 in a text, spreadsheet or form document."
-msgstr "მონაცემთა წყაროს ხედის გასახსნელად, დააჭირეთ F4-ს ტექსტში, ელექტრონულ დოკუმენტში, ან ფორმის დოკუმენტში."
+#. cFTK
+#: querywizard04.xhp
+#, fuzzy
+msgctxt ""
+"querywizard04.xhp\n"
+"par_idN1060E\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/querywizard05.xhp\" name=\"Query Wizard - Grouping\">Query Wizard - Grouping</link>"
+msgstr "<link href=\"text/shared/explorer/database/02000000.xhp\" name=\"Queries\">მოთხოვნები</link>"
-#: 11000002.xhp#par_id3154046.11.help.text
-msgid "To view the contents of a database, click the plus sign (+) in front of the name in the data source view."
-msgstr "მონაცემთა ბაზის შიგტავსის სანახავად, დააწკაპუნეთ სახელის წინ პლუს ნიშანზე (+) მონაცემთა წყაროს ხედში ."
+#. f9}H
+#: 05030000.xhp
+msgctxt ""
+"05030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Copy a Table by Drag-and-Drop"
+msgstr "გადატანა-ჩასმით ცხრილის კოპირება"
-#: querywizard05.xhp#tit.help.text
-msgid "Query Wizard - Grouping"
+#. i#sH
+#: 05030000.xhp
+msgctxt ""
+"05030000.xhp\n"
+"hd_id3154894\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/05030000.xhp\" name=\"Copy Query or Table by Drag-and-Drop\">Copy Query or Table by Drag-and-Drop</link>"
msgstr ""
-#: querywizard05.xhp#par_idN10546.help.text
-msgid "<link href=\"text/shared/explorer/database/querywizard05.xhp\">Query Wizard - Grouping</link>"
+#. v-0?
+#: 05030000.xhp
+msgctxt ""
+"05030000.xhp\n"
+"bm_id3155535\n"
+"help.text"
+msgid "<bookmark_value>queries; copying (Base)</bookmark_value><bookmark_value>tables in databases; copying database tables (Base)</bookmark_value>"
msgstr ""
-#: querywizard05.xhp#par_idN10556.help.text
-msgid "Specifies whether to group the query. The data source must support the SQL statement \"Order by clauses\" to enable this page of the Wizard."
+#. 8I|Z
+#: 05030000.xhp
+msgctxt ""
+"05030000.xhp\n"
+"par_id3155535\n"
+"2\n"
+"help.text"
+msgid "Dragging-and-dropping a query or table opens the <emph>Copy Table </emph>dialog, which allows you to define the options for copying a query or a table."
msgstr ""
-#: querywizard05.xhp#par_idN10589.help.text
-msgid "Group by"
-msgstr ""
+#. _52_
+#: 05030000.xhp
+msgctxt ""
+"05030000.xhp\n"
+"par_id3148539\n"
+"16\n"
+"help.text"
+msgid "With the <emph>Copy Table </emph>dialog you can:"
+msgstr "<emph>ცხრილის კოპირების</emph>დილაოგური ფანჯრის მეშვეობით თქვენ შეგიძლიათ:"
-#: querywizard05.xhp#par_idN1058D.help.text
-msgid "<ahelp hid=\".\">Displays all fields that are to be used to group the query.</ahelp>"
+#. gR:6
+#: 05030000.xhp
+msgctxt ""
+"05030000.xhp\n"
+"par_id3153147\n"
+"18\n"
+"help.text"
+msgid "copy the data from the table into another table,"
+msgstr "მონაცემების კოპირება ერთი ცხირლიდან მეორე ცხრილში."
+
+#. -nwv
+#: 05030000.xhp
+msgctxt ""
+"05030000.xhp\n"
+"par_id3150504\n"
+"19\n"
+"help.text"
+msgid "use the structure of the table as the basis for creating a new table."
+msgstr "ცხრილის სტრუქტურის გამოყენება ახალი ცხრილის შესაქმნელად."
+
+#. )6dM
+#: 05030000.xhp
+msgctxt ""
+"05030000.xhp\n"
+"par_id3155628\n"
+"20\n"
+"help.text"
+msgid "You can copy within the same database or between different databases."
+msgstr "თქვენ შეგიძლიათ კოპირება როგორც ერთი მონაცემთა ბაზის შიგნით, ასევე სხვადასხვა მონაცემთა ბაზებს შორის."
+
+#. GRS,
+#: dabawiz02access.xhp
+msgctxt ""
+"dabawiz02access.xhp\n"
+"tit\n"
+"help.text"
+msgid "Microsoft Access Connection"
msgstr ""
-#: querywizard05.xhp#par_idN10590.help.text
-msgid "<link href=\"text/shared/explorer/database/querywizard06.xhp\" name=\"Query Wizard - Grouping conditions\">Query Wizard - Grouping conditions</link>"
+#. ZZ0;
+#: dabawiz02access.xhp
+msgctxt ""
+"dabawiz02access.xhp\n"
+"bm_id2755516\n"
+"help.text"
+msgid "<bookmark_value>Access databases (base)</bookmark_value><bookmark_value>Microsoft Office;Access databases (base)</bookmark_value>"
msgstr ""
-#: dabawiz02spreadsheet.xhp#tit.help.text
-msgctxt "dabawiz02spreadsheet.xhp#tit.help.text"
-msgid "Spreadsheet Database Connection"
+#. MaeS
+#: dabawiz02access.xhp
+msgctxt ""
+"dabawiz02access.xhp\n"
+"par_idN1053D\n"
+"help.text"
+msgid "<variable id=\"access\"><link href=\"text/shared/explorer/database/dabawiz02access.xhp\">Microsoft Access Connection</link></variable>"
msgstr ""
-#: dabawiz02spreadsheet.xhp#par_idN1053A.help.text
-msgctxt "dabawiz02spreadsheet.xhp#par_idN1053A.help.text"
-msgid "Spreadsheet Database Connection"
+#. lfeL
+#: dabawiz02access.xhp
+msgctxt ""
+"dabawiz02access.xhp\n"
+"par_idN10541\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the settings for importing a database file in Microsoft Access or Access 2007 format.</ahelp>"
msgstr ""
-#: dabawiz02spreadsheet.xhp#par_idN1053E.help.text
-msgid "Location and file name"
+#. fnK7
+#: dabawiz02access.xhp
+msgctxt ""
+"dabawiz02access.xhp\n"
+"par_id1142772\n"
+"help.text"
+msgid "See also the English Wiki page <link href=\"http://wiki.documentfoundation.org/MSA-Base_Faq\">http://wiki.documentfoundation.org/MSA-Base_Faq</link>."
msgstr ""
-#: dabawiz02spreadsheet.xhp#par_idN10542.help.text
-msgid "<ahelp hid=\".\">Enter the path and file name to the spreadsheet file.</ahelp>"
+#. Vux=
+#: dabawiz02access.xhp
+msgctxt ""
+"dabawiz02access.xhp\n"
+"par_idN10544\n"
+"help.text"
+msgid "Microsoft Access database file"
msgstr ""
-#: dabawiz02spreadsheet.xhp#par_idN10545.help.text
-msgctxt "dabawiz02spreadsheet.xhp#par_idN10545.help.text"
+#. O/L;
+#: dabawiz02access.xhp
+msgctxt ""
+"dabawiz02access.xhp\n"
+"par_idN10548\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the path to the database file.</ahelp>"
+msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
+
+#. )J`t
+#: dabawiz02access.xhp
+msgctxt ""
+"dabawiz02access.xhp\n"
+"par_idN1054B\n"
+"help.text"
msgid "Browse"
msgstr ""
-#: dabawiz02spreadsheet.xhp#par_idN10549.help.text
-msgctxt "dabawiz02spreadsheet.xhp#par_idN10549.help.text"
+#. sbOf
+#: dabawiz02access.xhp
+msgctxt ""
+"dabawiz02access.xhp\n"
+"par_idN1054F\n"
+"help.text"
msgid "<ahelp hid=\".\">Click to open a file selection dialog.</ahelp>"
msgstr ""
-#: dabawiz02spreadsheet.xhp#par_idN1054C.help.text
-msgctxt "dabawiz02spreadsheet.xhp#par_idN1054C.help.text"
-msgid "Password required"
+#. @Ymb
+#: dabawiz02access.xhp
+msgctxt ""
+"dabawiz02access.xhp\n"
+"par_idN10552\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>"
msgstr ""
-#: dabawiz02spreadsheet.xhp#par_idN10550.help.text
-msgid "<ahelp hid=\".\">Select to request a password from the user of the database document.</ahelp>"
+#. )^;D
+#: menubar.xhp
+#, fuzzy
+msgctxt ""
+"menubar.xhp\n"
+"tit\n"
+"help.text"
+msgid "Menus"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\nმენიუბი\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\nმნიუბი\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\nმენიუები\\n#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\\nმენიუები"
+
+#. bHbH
+#: menubar.xhp
+msgctxt ""
+"menubar.xhp\n"
+"par_idN10552\n"
+"help.text"
+msgid "<variable id=\"titletext\"><link href=\"text/shared/explorer/database/menubar.xhp\">Menus</link></variable>"
msgstr ""
-#: dabawiz02spreadsheet.xhp#par_idN10553.help.text
-msgctxt "dabawiz02spreadsheet.xhp#par_idN10553.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>"
+#. !tm5
+#: menubar.xhp
+msgctxt ""
+"menubar.xhp\n"
+"par_idN10562\n"
+"help.text"
+msgid "In the database window, you see a new set of menu commands for working on the current database file."
msgstr ""
-#: dabawiz02ado.xhp#tit.help.text
-msgid "ADO Connection"
+#. K2cN
+#: dabaadvprop.xhp
+msgctxt ""
+"dabaadvprop.xhp\n"
+"tit\n"
+"help.text"
+msgid "Advanced Properties"
msgstr ""
-#: dabawiz02ado.xhp#bm_id7565233.help.text
-msgid "<bookmark_value>ADO databases (Base)</bookmark_value><bookmark_value>MS ADO interface (Base)</bookmark_value><bookmark_value>databases;ADO (Base)</bookmark_value>"
+#. bf#^
+#: dabaadvprop.xhp
+msgctxt ""
+"dabaadvprop.xhp\n"
+"par_idN10550\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabaadvprop.xhp\">Advanced Properties</link>"
msgstr ""
-#: dabawiz02ado.xhp#par_idN1054C.help.text
-msgid "<variable id=\"ado\"><link href=\"text/shared/explorer/database/dabawiz02ado.xhp\">ADO Connection</link></variable>"
+#. D`5K
+#: dabaadvprop.xhp
+msgctxt ""
+"dabaadvprop.xhp\n"
+"par_idN10560\n"
+"help.text"
+msgid "Specifies advanced properties for the database."
msgstr ""
-#: dabawiz02ado.xhp#par_idN10550.help.text
-msgid "<ahelp hid=\".\">Specifies the options for adding an ADO (Microsoft ActiveX Data Objects) database.</ahelp>"
+#. 7rk2
+#: dabaadvprop.xhp
+msgctxt ""
+"dabaadvprop.xhp\n"
+"par_id3998840\n"
+"help.text"
+msgid "In a database window, choose <emph>Edit - Database - Properties</emph>, click <emph>Advanced Properties</emph> tab"
msgstr ""
-#: dabawiz02ado.xhp#par_idN10565.help.text
-msgid "The ADO interface is a Microsoft Windows proprietary container for connecting to databases."
+#. T@]6
+#: 05000003.xhp
+msgctxt ""
+"05000003.xhp\n"
+"tit\n"
+"help.text"
+msgid "Enter / change password"
msgstr ""
-#: dabawiz02ado.xhp#par_idN10568.help.text
-msgid "$[officename] requires the Microsoft Data Access Components (MDAC) to use the ADO interface. Microsoft Windows 2000 and XP include these components by default. For earlier visions of Windows, you need to install MDAC separately. You can download MDAC from the Microsoft web site."
+#. 3)cN
+#: 05000003.xhp
+msgctxt ""
+"05000003.xhp\n"
+"hd_id3163829\n"
+"1\n"
+"help.text"
+msgid "Enter / change password"
msgstr ""
-#: dabawiz02ado.xhp#par_idN1056B.help.text
-msgctxt "dabawiz02ado.xhp#par_idN1056B.help.text"
-msgid "Data source URL"
+#. ubQB
+#: 05000003.xhp
+msgctxt ""
+"05000003.xhp\n"
+"par_id3148520\n"
+"2\n"
+"help.text"
+msgid "Allows you to enter and confirm a new or changed password. If you have defined a new user, enter the user's name in this dialog."
+msgstr "საშუალებას გაძლევთ შეიტანოთ და დაადასტუროთ ახალი ან შეცვლილი პაროლი. თუ თქვენ განსაზღვრეთ ახალი მომხმარებელი, შეიტანეთ მომხმარებლის სახელი ამ დიალოგურ ფანჯარაში."
+
+#. 3$Ru
+#: 05000003.xhp
+msgctxt ""
+"05000003.xhp\n"
+"hd_id3157898\n"
+"3\n"
+"help.text"
+msgid "User"
msgstr ""
-#: dabawiz02ado.xhp#par_idN1056F.help.text
-msgid "<ahelp hid=\".\">Enter the data source URL.</ahelp>"
-msgstr ""
+#. ;prG
+#: 05000003.xhp
+#, fuzzy
+msgctxt ""
+"05000003.xhp\n"
+"par_id3149346\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"sfx/ui/password/usered\">Specifies the name of the new user.</ahelp> This field is only visible if you have defined a new user."
+msgstr "<ahelp hid=\"SFX2:EDIT:DLG_PASSWD:ED_PASSWD_USER\">აკონკრეტებს ახალი მომხმარებლის სახელს.</ahelp> ეს ველი ჩნდება მხოლოდ იმ შემთხვევაში, თუ თქვენ ახალი მომხმარებელი განსაზღვრეთ."
-#: dabawiz02ado.xhp#par_idN10572.help.text
-msgid "Example URLs"
-msgstr ""
+#. TOAs
+#: 05000003.xhp
+msgctxt ""
+"05000003.xhp\n"
+"hd_id3153681\n"
+"9\n"
+"help.text"
+msgid "Old password"
+msgstr "ძველი პაროლი"
-#: dabawiz02ado.xhp#par_idN10576.help.text
-msgid "To connect to an Access 2000 file, use the format:"
+#. DuIe
+#: 05000003.xhp
+msgctxt ""
+"05000003.xhp\n"
+"par_id3147576\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_EDIT_DLG_PASSWORD_ED_OLDPASSWORD\">Enter the old password.</ahelp> This field is visible when you have started the dialog via <emph>Change password</emph>."
msgstr ""
-#: dabawiz02ado.xhp#par_idN10579.help.text
-msgid "PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=c:\\Access\\nwind2000.mdb"
+#. clGu
+#: 05000003.xhp
+msgctxt ""
+"05000003.xhp\n"
+"hd_id3153311\n"
+"5\n"
+"help.text"
+msgid "Password"
msgstr ""
-#: dabawiz02ado.xhp#par_idN1057C.help.text
-msgid "To connect with a name to a catalog on a Microsoft SQL server that has a name turner, enter:"
+#. W3ip
+#: 05000003.xhp
+msgctxt ""
+"05000003.xhp\n"
+"par_id3147243\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_EDIT_DLG_PASSWORD_ED_PASSWORD\">Enter the new password.</ahelp>"
msgstr ""
-#: dabawiz02ado.xhp#par_idN1057F.help.text
-msgid "PROVIDER=sqloledb;DATA SOURCE=turner;INITIAL CATALOG=First"
-msgstr ""
+#. O0iT
+#: 05000003.xhp
+msgctxt ""
+"05000003.xhp\n"
+"hd_id3147275\n"
+"7\n"
+"help.text"
+msgid "Confirm (password)"
+msgstr "დაადასტურეთ (პაროლი)"
-#: dabawiz02ado.xhp#par_idN10582.help.text
-msgid "To access an ODBC driver as a provider:"
+#. F:b=
+#: 05000003.xhp
+msgctxt ""
+"05000003.xhp\n"
+"par_id3153541\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_EDIT_DLG_PASSWORD_ED_PASSWORD_REPEAT\">Enter the new password again.</ahelp>"
msgstr ""
-#: dabawiz02ado.xhp#par_idN10585.help.text
-msgid "DSN=SQLSERVER"
+#. Iw15
+#: rep_sort.xhp
+msgctxt ""
+"rep_sort.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sorting and Grouping"
msgstr ""
-#: dabawiz02ado.xhp#par_idN10588.help.text
-msgctxt "dabawiz02ado.xhp#par_idN10588.help.text"
-msgid "Browse"
+#. UYQ:
+#: rep_sort.xhp
+msgctxt ""
+"rep_sort.xhp\n"
+"hd_id3486434\n"
+"help.text"
+msgid "<variable id=\"rep_sort\"><link href=\"text/shared/explorer/database/rep_sort.xhp\">Sorting and Grouping</link></variable>"
msgstr ""
-#: dabawiz02ado.xhp#par_idN1058C.help.text
-msgid "<ahelp hid=\".\">Click to open a database selection dialog.</ahelp>"
+#. ,hF(
+#: rep_sort.xhp
+msgctxt ""
+"rep_sort.xhp\n"
+"par_id3068636\n"
+"help.text"
+msgid "<ahelp hid=\".\">In the Sorting and Grouping dialog of <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link>, you can define the fields that should be sorted in your report, and the fields that should be kept together to form a group.</ahelp> If you group your report by a certain field, all records with the same value of that field will be kept together in one group."
msgstr ""
-#: dabawiz02ado.xhp#par_idN10596.help.text
-msgid "<ahelp hid=\".\">A user name can have a maximum of 18 characters.</ahelp>"
+#. GQvq
+#: rep_sort.xhp
+msgctxt ""
+"rep_sort.xhp\n"
+"par_id876186\n"
+"help.text"
+msgid "The Groups box shows the fields in an order from top to bottom. You can select any field, then click the Move Up or Move Down button to move this field up or down in the list."
msgstr ""
-#: dabawiz02ado.xhp#par_idN10599.help.text
-msgid "<ahelp hid=\".\">A password must contain 3 to 18 characters.</ahelp>"
+#. 6AS5
+#: rep_sort.xhp
+msgctxt ""
+"rep_sort.xhp\n"
+"par_id3939634\n"
+"help.text"
+msgid "The sorting and grouping will be applied in the order of the list from top to bottom."
msgstr ""
-#: dabawiz02ado.xhp#par_idN1059C.help.text
-msgctxt "dabawiz02ado.xhp#par_idN1059C.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>"
+#. Wnq]
+#: rep_sort.xhp
+msgctxt ""
+"rep_sort.xhp\n"
+"par_id599688\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Lists the fields that will be used for sorting or grouping. The field at the top has the highest priority, the second field has the second priority, and so on.</ahelp>"
msgstr ""
-#: rep_datetime.xhp#tit.help.text
-msgid "Date and Time"
+#. C[Db
+#: rep_sort.xhp
+msgctxt ""
+"rep_sort.xhp\n"
+"par_id1371501\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to open a list from which you can select a field.</ahelp>"
msgstr ""
-#: rep_datetime.xhp#hd_id2320932.help.text
-msgid "<variable id=\"rep_datetime\"><link href=\"text/shared/explorer/database/rep_datetime.xhp\">Date and Time</link></variable>"
+#. g7SI
+#: rep_sort.xhp
+msgctxt ""
+"rep_sort.xhp\n"
+"par_id4661702\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Moves the selected field up in the list.</ahelp>"
msgstr ""
-#: rep_datetime.xhp#par_id8638874.help.text
-msgid "<ahelp hid=\".\">You can open the Date and Time dialog of the <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link> by choosing <item type=\"menuitem\">Insert - Date and Time</item>.</ahelp>"
+#. i6E:
+#: rep_sort.xhp
+msgctxt ""
+"rep_sort.xhp\n"
+"par_id7868892\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Moves the selected field down in the list.</ahelp>"
msgstr ""
-#: rep_datetime.xhp#par_id6278878.help.text
-msgctxt "rep_datetime.xhp#par_id6278878.help.text"
-msgid "Press <item type=\"keycode\">Shift-F1</item> and point with the mouse at an input box to see a help text for this input box."
+#. s5X9
+#: rep_sort.xhp
+msgctxt ""
+"rep_sort.xhp\n"
+"par_id2188787\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the sorting order.</ahelp>"
msgstr ""
-#: rep_datetime.xhp#par_id393078.help.text
-msgid "<ahelp hid=\".\">Enable Include Date to insert a date field into the active area of the report. The date field displays the current date when the report is executed.</ahelp>"
+#. K2iZ
+#: rep_sort.xhp
+msgctxt ""
+"rep_sort.xhp\n"
+"par_id5833307\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select to show or hide the Group Header.</ahelp>"
msgstr ""
-#: rep_datetime.xhp#par_id1271401.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a format to display the date.</ahelp>"
+#. \2+/
+#: rep_sort.xhp
+msgctxt ""
+"rep_sort.xhp\n"
+"par_id7726676\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select to show or hide the Group Footer.</ahelp>"
msgstr ""
-#: rep_datetime.xhp#par_id8718832.help.text
-msgid "<ahelp hid=\".\">Enable Include Time to insert a time field into the active area of the report. The time field displays the current time when the report is executed.</ahelp>"
+#. 9*`6
+#: rep_sort.xhp
+msgctxt ""
+"rep_sort.xhp\n"
+"par_id3729361\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select to create a new group on each changed value, or on other properties.</ahelp>"
msgstr ""
-#: rep_datetime.xhp#par_id8561052.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a format to display the time.</ahelp>"
+#. -__`
+#: rep_sort.xhp
+msgctxt ""
+"rep_sort.xhp\n"
+"par_id0409200922142041\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Removes the selected field from the list.</ahelp>"
msgstr ""
-#: rep_datetime.xhp#par_id5992919.help.text
-msgid "Click OK to insert the field."
+#. -./]
+#: rep_sort.xhp
+msgctxt ""
+"rep_sort.xhp\n"
+"par_id3405560\n"
+"help.text"
+msgid "By default a new group is created on every changed value of a record from the selected field. You can change this property depending on the type of field:"
msgstr ""
-#: rep_datetime.xhp#par_id4320810.help.text
-msgid "You can click the date or time field and drag to another position within the same area, or edit the properties in the Properties window."
+#. \\%b
+#: rep_sort.xhp
+msgctxt ""
+"rep_sort.xhp\n"
+"par_id3409527\n"
+"help.text"
+msgid "For fields of type Text, you can select Prefix Characters and enter a number n of characters in the text box below. The records which are identical in the first n characters will be grouped together."
msgstr ""
-#: 02000000.xhp#tit.help.text
-msgctxt "02000000.xhp#tit.help.text"
-msgid "Queries"
+#. 4^Eb
+#: rep_sort.xhp
+msgctxt ""
+"rep_sort.xhp\n"
+"par_id7112338\n"
+"help.text"
+msgid "For fields of type Date/Time, you can group the records by the same year, quarter, month, week, day, hour, or minute. You can additionally specify an interval for weeks and hours: 2 weeks groups data in biweekly groups, 12 hours groups data in half-day groups."
msgstr ""
-#: 02000000.xhp#bm_id3150445.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>"
+#. ?TD7
+#: rep_sort.xhp
+msgctxt ""
+"rep_sort.xhp\n"
+"par_id2855616\n"
+"help.text"
+msgid "For fields of type AutoNumber, Currency, or Number, you specify an interval."
msgstr ""
-#: 02000000.xhp#hd_id3150445.1.help.text
-msgid "<link href=\"text/shared/explorer/database/02000000.xhp\" name=\"Queries\">Queries</link>"
-msgstr "<link href=\"text/shared/explorer/database/02000000.xhp\" name=\"Queries\">მოთხოვნები</link>"
-
-#: 02000000.xhp#par_id3150499.2.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 to multiple tables, if they are linked by common data fields."
-msgstr "\"query\" წარმოადგენს ცხრილის სპეციალურ ხედს. მოთხოვნებს შეუძლიათ ცალკეული ჩანაწერების ან თითოეულ ჩანაწერზე რამდენიმე ველის ჩვენება და მოთხოვნის შემთხვევაშიამ ჩანაწერების სორტირება. მოთხოვნა შეიძლება გამოყენებულ იქნას როგორც ერთ ცხრილზე ასევე რამდენიმე ცხრილზე თუ ისინი საერთო მონაცემთა ველებით არიან დაკავშირებულია"
-
-#: 02000000.xhp#par_id3147399.12.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 "გამოიყენეთ მოთხოვნები გარკვეულ კრიტერიუმებზე დაყრდნობით მონაცემთა ცხრილებიდან ჩანაწერების მოსაძებნად. მონაცემთა ბაზისთვის შექმნილი ყველა მოთხოვნა ჩამოთვლილია მოთხოვნების <emph>ჩანაწერის </emph> ქვეშ. რადგან ეს მოთხოვნა შეიცავს მონაცემთა ბაზის მოთხოვნებს, მას ასევე \"query container\"-საც. უწოდებენ."
-
-#: 02000000.xhp#hd_id3153750.39.help.text
-msgid "Printing Queries"
-msgstr "ბეჭდვის მოთხოვნები"
-
-#: 02000000.xhp#par_id3149183.40.help.text
-msgid "To print a query or table:"
-msgstr "მოთხოვნის ან ცხრილის ბეჭდვა"
-
-#: 02000000.xhp#par_id3156426.41.help.text
-msgid "Open a text document (or a spreadsheet document if you prefer the specific printing functions of this type of document)."
-msgstr "ტექსტური დოკუმენტის გახსნა (ან ელექტრონული ცხრილის დოკუმენტის გახსნა, თუ უპირატესობას ანიჭებთ ამ ტიპის დოკუმენტის ბეჭდვის პარამეტრებს)"
+#. d%:U
+#: rep_sort.xhp
+msgctxt ""
+"rep_sort.xhp\n"
+"par_id7700430\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the group interval value that records are grouped by.</ahelp>"
+msgstr ""
-#: 02000000.xhp#par_id3149827.42.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."
+#. 35LA
+#: rep_sort.xhp
+msgctxt ""
+"rep_sort.xhp\n"
+"par_id1180455\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the level of detail by which a group is kept together on the same page.</ahelp>"
msgstr ""
-#: 02000000.xhp#par_id3149398.43.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."
+#. 1yK\
+#: rep_sort.xhp
+msgctxt ""
+"rep_sort.xhp\n"
+"par_id2091433\n"
+"help.text"
+msgid "When you specify to keep together some records on the same page, you have three choices:"
msgstr ""
-#: 02000000.xhp#par_id3150443.44.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 "გადაწყვიტეთ რომელი სვეტის = მონაცემთა ველის ჩამატება გსურთ. ასევე შეგიძლიათ დააწკაპუნოთ <emph>ავტოფორმატის</emph> ღილაკზე და აარჩიოთ ფორმატირების შესაბამისი ტიპი. დახურეთ დიალოგური ფანჯარა."
+#. `=2o
+#: rep_sort.xhp
+msgctxt ""
+"rep_sort.xhp\n"
+"par_id5092318\n"
+"help.text"
+msgid "No - page boundaries are not taken into account."
+msgstr ""
-#: 02000000.xhp#par_id3153561.49.help.text
-msgid "The query or table will be inserted into your document."
-msgstr "მოთხოვნა ან ცხრილი თქვენს დოკუმენტში იქნება ჩასმული"
+#. @Jo-
+#: rep_sort.xhp
+msgctxt ""
+"rep_sort.xhp\n"
+"par_id9312417\n"
+"help.text"
+msgid "Whole Group - prints the group header, detail section, and group footer on the same page."
+msgstr ""
-#: 02000000.xhp#par_id3150503.50.help.text
-msgid "Print the document by choosing <emph>File - Print</emph>."
-msgstr "დაბეჭდეთ დოკუმენტი <emph>ფაილი - ბეჭდვა</emph>.არჩევით "
+#. 2^E(
+#: rep_sort.xhp
+msgctxt ""
+"rep_sort.xhp\n"
+"par_id9089022\n"
+"help.text"
+msgid "With First Detail - prints the group header on a page only if the first detail record also can be printed on the same page."
+msgstr ""
-#: 02000000.xhp#par_id3153146.47.help.text
-msgid "You can also open the data source view (F4), select the entire database table in the data source view (button in the top left corner of the table), and then drag the selection to a text document or spreadsheet."
+#. RjJL
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"tit\n"
+"help.text"
+msgid "General"
msgstr ""
-#: 02000000.xhp#hd_id3148946.46.help.text
-msgid "<link href=\"text/shared/main0212.xhp\" name=\"Sorting and Filtering Data\">Sorting and Filtering Data</link>"
-msgstr "<link href=\"text/shared/main0212.xhp\" name=\"Sorting and Filtering Data\">მონაცემთა სორტირება და ფილტრაცია</link>"
+#. c^.[
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"hd_id3153255\n"
+"25\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/05040100.xhp\" name=\"General\">General</link>"
+msgstr "<link href=\"text/shared/explorer/database/05040100.xhp\" name=\"General\">ზოგადი</link>"
-#: 02000000.xhp#par_id3149655.28.help.text
-msgid "Allows you to sort and filter the data in a query table."
-msgstr "საშუალებას გაძლევთ მოახდინოთ მონაცემთა სორტირება და გაფილტვრა მოთხოვნათა ცხრილში"
+#. ,yL!
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id3157898\n"
+"11\n"
+"help.text"
+msgid "When you create a database table as an administrator, you can use this tab to determine user access, and to edit the data or the table structure."
+msgstr "როდესაც ადმინისტრატორის უფლებებით ქმნით მონაცემთა ბაზის ცხრილს, თქვენ შეგიძლიათ გამოიყენოთ ეს ჩანართი მომხმარებელთ წვდომის დონის გასნასაზღვრად, ასევე დაარედაქტიროთ მონაცემები ან ცხრილის სტრუქტურა."
+
+#. Ki+%
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"bm_id3152594\n"
+"help.text"
+msgid "<bookmark_value>access rights for database tables (Base)</bookmark_value><bookmark_value>tables in databases; access rights to (Base)</bookmark_value>"
+msgstr ""
-#: 02000000.xhp#hd_id3153379.14.help.text
-#, fuzzy
-msgctxt "02000000.xhp#hd_id3153379.14.help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/05010000.xhp\" name=\"Table Design\">ცხრილის დიზაინი</link>"
+#. yjF?
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id3152594\n"
+"12\n"
+"help.text"
+msgid "If you are not the administrator, you can use the <emph>General</emph> tab to view your access rights for the selected table."
+msgstr "თუ თქევნ არ ხართ ადმინისტრატორი, შეგიძლიათ გამოიყენოთ <emph>ზოგადი</emph> ჩანართი მონიშნულ ცხრილზე თქევნი წვდომის უფლებების სანახავად"
+
+#. ,74M
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"hd_id3145669\n"
+"3\n"
+"help.text"
+msgid "Table name"
+msgstr "ცხრილის სახელი"
-#: 02000000.xhp#par_id3151211.18.help.text
-msgid "With the <emph>Query Design</emph>, you can create and edit a query or view."
-msgstr " <emph>მოთხოვნის შექმნის</emph>, მეშვეობით თქვენ შეგიძლიათ მოთხოვნის ან ხედის შექმნა და რედაქტირება"
+#. SS-a
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id3147834\n"
+"13\n"
+"help.text"
+msgid "Displays the name of the selected database table."
+msgstr "აჩვენებს მონიშნული მონაცემთა ბაზის სახელს"
-#: 02000000.xhp#hd_id3153968.29.help.text
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Through Several Tables\">მოთხოვნის გაგზავნა რამდენიმე ცხრილზე</link>"
+#. }l;H
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"hd_id3156426\n"
+"14\n"
+"help.text"
+msgid "Type"
+msgstr ""
-#: 02000000.xhp#par_id3151043.30.help.text
-msgid "The query result can contain data from several tables if these are linked to each other by suitable data fields."
-msgstr "მოთხოვნის შედეგები შეიძლება შეიცავდნენ მონაცემებს რამდენიმე ცალკეული ცხრილიდან თუ ისინი ერთმანეთთან დაკავშირებულია შესაბამისი მონაცემთა ველებით "
+#. P#?)
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id3154823\n"
+"15\n"
+"help.text"
+msgid "Displays the type of database."
+msgstr "აჩვენებს მონაცემთა ბაზის ტიპს"
-#: 02000000.xhp#hd_id3159149.31.help.text
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Formulating Query Criteria\">მოთხოვნის კრიტერიუმების ფორმულირება</link>"
+#. S!AV
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"hd_id3149095\n"
+"16\n"
+"help.text"
+msgid "Location"
+msgstr "მდებარეობა"
-#: 02000000.xhp#par_id3154910.32.help.text
-msgid "You can find out which operators and commands can be used to formulate the filter conditions for a query."
-msgstr "თქვენ შეგიძლიათ გაარკვიოთ მოთხოვნისთვის პირობების გაფილტვრისთვის რომელი ოპერატორებისა და ბრძანებების გამოყენება არის შესაძლებელი "
+#. ^bQ5
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id3153311\n"
+"17\n"
+"help.text"
+msgid "Displays the complete path of the database table."
+msgstr ""
-#: 02000000.xhp#hd_id3156212.33.help.text
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
-msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"ფუნქციების შესრულება \">Executing Functions</link>"
+#. R2M,
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"hd_id3153528\n"
+"4\n"
+"help.text"
+msgid "Read data"
+msgstr "მონაცემთა წაკითხვა"
-#: 02000000.xhp#par_id3144762.34.help.text
-msgid "You can perform calculations with the data of a table and store the results as a query result."
-msgstr "თქევნ შეგიძლიათ ცხრილის მონაცემებით გამოთვლები აწარმოოთ და შედეგები შეინახოთ მოთხოვნის შედეგის სახით"
+#. !KmH
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id3163802\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\".\">Allows a user to read the data.</ahelp>"
+msgstr "<ahelp hid=\".\">საშუალებას აძლევს მომხმარებელს წაშალოს მონაცემები.</ahelp>"
-#: 05030400.xhp#tit.help.text
-msgid "Assign columns"
-msgstr "სვეტების მინიჭება"
+#. 6Bg-
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"hd_id3150355\n"
+"5\n"
+"help.text"
+msgid "Insert data"
+msgstr "მონაცემების ჩასმა"
-#: 05030400.xhp#hd_id3151100.1.help.text
-msgid "<link href=\"text/shared/explorer/database/05030400.xhp\" name=\"Assign columns\">Assign columns</link>"
-msgstr "<link href=\"text/shared/explorer/database/05030400.xhp\" name=\"Assign columns\">სვეტების მინიჭება</link>"
+#. Os,E
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id3149398\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\".\">Allows a user to insert new data.</ahelp>"
+msgstr "<ahelp hid=\".\">საშუალებას აძლვეს მომხმარებელს ჩასვას ახალი მონაცემები.</ahelp>"
-#: 05030400.xhp#par_id3156027.2.help.text
-msgid "In the data source explorer, you can copy a table by dragging and dropping the table onto the table container. If you select the <emph>Attach data </emph>check box on the first page of the <emph>Copy table </emph>dialog, the <emph>Assign columns </emph>dialog opens as the second window. You can use this dialog to map the contents of a data field in the source table to a different data field in the destination table."
-msgstr "მონაცემთა წყაროს ექსპლორერში ცხრილის კოპირება შესაძლებელია მისი გადატნა-ცასმი ცხრილის კონტეინერში. თუ მონიშნავთ <emph>მონაცემთა თანდართვის </emph>მონიშვნის ველს <emph>ცხრილის კოპირების</emph>დიალოგის პირველ გევრდზე, <emph>სვეტების მინიჭების</emph>დიალოგი იხსნება, როგორც მეორე ფანჯარა. თქვენ შეგიძლიათ გამოიყენოთ ეს დიალოგური ფანჯარა ველის შიგთავსის საწყისი ცხრილიდან ჩასახაზად სამიზნე ცხრილის სხვა მონაცემთა ველში."
+#. `y72
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"hd_id3155420\n"
+"6\n"
+"help.text"
+msgid "Change data"
+msgstr "მონაცემების შეცვლა"
-#: 05030400.xhp#hd_id3157958.4.help.text
-msgid "Source table"
-msgstr "საწყისი ცხრილი"
+#. f6;q
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id3158430\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\".\">Allows a user to change data.</ahelp>"
+msgstr "<ahelp hid=\".\">საშუალებას აძლევს მომხმარებელს შეცვალოს მონაცემები.</ahelp>"
-#: 05030400.xhp#par_id3145071.5.help.text
-msgid "<ahelp hid=\"HID_TAB_NAMEMATCHING_COLS_AVAIL\">Lists the data fields in the source table. To include a data field from the source table in the destination table, select the check box in front of the data field name. To map the contents of a data field in the source table to a different data field in the destination table, click the data field in the source table list, and then click the up or down arrow.</ahelp> To include all of the source data fields in the destination table, click <emph>All</emph>."
-msgstr "<ahelp hid=\"HID_TAB_NAMEMATCHING_COLS_AVAIL\">ახდენს მონაცემთა ველების ჩამოთვლას საწყის ცხრილში. სამიზნე ცხრილში საწყისი ცხრილის მონაცემები ჩასართვლეად, დააწკაპუნეთ თოლიაზე მონაცემთა ველის სახელის წინ. საწყისი ცხრილის მონაცემთა ველის შიგტავსის ჩასახაზად სამიზნე ცხრიის სხვა მონაცემტა ველში, დააწკაპუნეთ მონაცემთა ველზე საწყისი ცხრილის ჩამონათვალში, შემდეგ კი ზედა ან ქვედა ისარზე.</ahelp> საწყისი ცხრილის ყველა მონაცემთა ველის სამიზნე ცხრილში ჩასართველად, დააწკაპუნეთ<emph>ყველა</emph>-ზე."
+#. /JMc
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"hd_id3149516\n"
+"7\n"
+"help.text"
+msgid "Delete data"
+msgstr "მონაცემების წაშლა"
-#: 05030400.xhp#hd_id3166410.6.help.text
-msgid "Destination table"
-msgstr "სამიზნე ცხრილი"
+#. o;o?
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id3155449\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\".\">Allows a user to delete data.</ahelp>"
+msgstr "<ahelp hid=\".\">საშუალებას აძლევს მომხმარებელს წაშალოს მონაცემები.</ahelp>"
-#: 05030400.xhp#par_id3154749.7.help.text
-msgid "<ahelp hid=\"HID_TAB_NAMEMATCHING_COLS_ASSIGN\">Lists the possible data fields in the destination table. Only the data fields that are selected in the source table list will be included the destination table.</ahelp>"
-msgstr "<ahelp hid=\"HID_TAB_NAMEMATCHING_COLS_ASSIGN\">ახდენს სამიზნე ცხრილის შესაძლო მონაცემთა ველების ჩამოთვლას. მხოლოდ საწყის ცხრილში მონიშნული მონაცემთა ველები იქნება ჩართული სამიზნე ცხრილში.</ahelp>"
+#. |}/K
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"hd_id3145674\n"
+"8\n"
+"help.text"
+msgid "Change table structure"
+msgstr "ცხრილის სტრუქტურის შეცვლა"
-#: 05030400.xhp#hd_id3150670.8.help.text
-msgid "up"
-msgstr "ზემოთ"
+#. 6qPc
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id3153146\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\".\">Allows a user to change the table structure.</ahelp>"
+msgstr "<ahelp hid=\".\">საშუალებას აძლევს მომხმარებელს შეცვალოს ცხრილის სტრუქტურა.</ahelp>"
-#: 05030400.xhp#par_id3155628.9.help.text
-msgid "<ahelp hid=\"DBACCESS_IMAGEBUTTON_TAB_WIZ_NAME_MATCHING_IB_COLUMN_UP_RIGHT\">Moves the selected entry up one position in the list.</ahelp>"
+#. rLae
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"hd_id3143270\n"
+"9\n"
+"help.text"
+msgid "Definition"
msgstr ""
-#: 05030400.xhp#hd_id3149580.10.help.text
-msgid "down"
-msgstr "ქვემოთ"
+#. v`bb
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id3154897\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\".\">Allows the user to delete the table structure.</ahelp>"
+msgstr "<ahelp hid=\".\">საშულაებას აძლევს მომხმარებელს წაშალოს ცხრილის სტრუქტურა.</ahelp>"
-#: 05030400.xhp#par_id3150984.11.help.text
-msgid "<ahelp hid=\"DBACCESS_IMAGEBUTTON_TAB_WIZ_NAME_MATCHING_IB_COLUMN_DOWN_RIGHT\">Moves the selected entry down one position in the list.</ahelp>"
-msgstr ""
+#. v@m~
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"hd_id3153126\n"
+"10\n"
+"help.text"
+msgid "Modify references"
+msgstr "მითითებების ცვლილება"
-#: 05030400.xhp#hd_id3156156.12.help.text
-msgid "all"
-msgstr "ყველა"
+#. jT\$
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id3159399\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\".\">Allows the user to modify the defined references, for example, to enter new relations for the table or to delete existing relations.</ahelp>"
+msgstr "<ahelp hid=\".\">საშულაებას აძლევს მომხმარებელს შეცვალოს განსაზღვრული მითითები, მაგალითად შეიტანოს ახალი რელაცია ცხრილისთვის ან წაშალოს არშებული რელაციები.</ahelp>"
-#: 05030400.xhp#par_id3154514.13.help.text
-msgid "<ahelp hid=\"DBACCESS_PUSHBUTTON_TAB_WIZ_NAME_MATCHING_PB_ALL\">Selects all of the data fields in the list.</ahelp>"
+#. `HUZ
+#: 04000000.xhp
+msgctxt ""
+"04000000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Forms"
msgstr ""
-#: 05030400.xhp#hd_id3153541.14.help.text
-msgid "none"
-msgstr "არცერთი"
+#. }hD-
+#: 04000000.xhp
+msgctxt ""
+"04000000.xhp\n"
+"hd_id3150476\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/04000000.xhp\" name=\"Forms\">Forms</link>"
+msgstr "<link href=\"text/shared/explorer/database/04000000.xhp\" name=\"Forms\">ფორმები</link>"
-#: 05030400.xhp#par_id3148563.15.help.text
-msgid "<ahelp hid=\"DBACCESS_PUSHBUTTON_TAB_WIZ_NAME_MATCHING_PB_NONE\">Clears all of the check boxes in the list.</ahelp>"
+#. j[FO
+#: 04000000.xhp
+msgctxt ""
+"04000000.xhp\n"
+"bm_id3156136\n"
+"help.text"
+msgid "<bookmark_value>forms; general information (Base)</bookmark_value>"
msgstr ""
-#: 05030100.xhp#tit.help.text
-msgid "Copy Table"
-msgstr "ცხრილის კოპირება"
+#. RLWh
+#: 04000000.xhp
+msgctxt ""
+"04000000.xhp\n"
+"par_id3156136\n"
+"2\n"
+"help.text"
+msgid "Forms can be used to enter or to edit existing database contents easily."
+msgstr "ფორმები შეიძლება გამოყენებულ იქნას არსებული მონაცემთა ბაზის შიგთავსის მარტივი რედაქტირებისათვის"
-#: 05030100.xhp#hd_id3085157.28.help.text
-msgid "<link href=\"text/shared/explorer/database/05030100.xhp\" name=\"Copy Table\">Copy Table</link>"
-msgstr "<link href=\"text/shared/explorer/database/05030100.xhp\" name=\"Copy Table\">ცხრილის კოპირება</link>"
+#. V(,=
+#: 04000000.xhp
+msgctxt ""
+"04000000.xhp\n"
+"hd_id3157910\n"
+"12\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01090000.xhp\" name=\"Form Wizard\">FormWizard</link>"
+msgstr ""
-#: 05030100.xhp#par_id3149264.29.help.text
-msgid "You can copy a table by dragging and dropping the table onto the table area of a database file window. The <emph>Copy table </emph>dialog appears."
-msgstr "თქვენ შეგიძლიათ ცხრილის მონაცემთა ბაზის ფაილის ფანჯრის კოპირება ცხრილის არეში მისი გადატანა-ჩასმის მეშვეობით. რის შემდეგაც გამოჩნდება <emph>ცხრილის ჩასმის </emph>დიალოგური ფანჯარა."
+#. Sv$t
+#: 04000000.xhp
+#, fuzzy
+msgctxt ""
+"04000000.xhp\n"
+"hd_id3156003\n"
+"14\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170000.xhp\" name=\"Form Controls\">Form Controls</link>"
+msgstr "#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/02/01170000.xhp\" name=\"Form Controls\">ფორმის სამართავი ღილაკები</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/02/01170000.xhp\" name=\"Form Controls\">ფორმის კონტროლი</link>"
+
+#. /:fh
+#: 04000000.xhp
+msgctxt ""
+"04000000.xhp\n"
+"par_id3156156\n"
+"23\n"
+"help.text"
+msgid "The Form Controls toolbar offers the tools required to create a form in a text, table, drawing, or presentation document."
+msgstr "ფორმის მართვების ხელსაწყოთა ზოლი გთავაზობთ ტექსტში, ცხრილში, ნახაზში ან პრეზენტაციის დოკუმენტში ფორმის შექმნისათვის საჭირო ხელსაწყოებს"
+
+#. g@5N
+#: 04000000.xhp
+msgctxt ""
+"04000000.xhp\n"
+"hd_id3155388\n"
+"24\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/04030000.xhp\" name=\"Form in Design Mode\">Form in Design Mode</link>"
+msgstr "<link href=\"text/shared/explorer/database/04030000.xhp\" name=\"Form in Design Mode\">ფორმა დიზაინის რეჟიმში</link>"
-#: 05030100.xhp#hd_id3154926.3.help.text
-msgctxt "05030100.xhp#hd_id3154926.3.help.text"
-msgid "Table name"
-msgstr "ცხრილის სახელი"
+#. EJmL
+#: 04000000.xhp
+msgctxt ""
+"04000000.xhp\n"
+"par_id3150504\n"
+"25\n"
+"help.text"
+msgid "In design mode, the form is designed and the properties of the form and the controls contained in it are defined."
+msgstr "დიზიანის რეჟიმში ხდება ფორმის თვისებების და მასში არსებული მართვების განსაზღვრა"
-#: 05030100.xhp#par_id3144740.4.help.text
-msgid "<ahelp hid=\"HID_TAB_WIZ_TABLENAME_EDIT\">Specifies a name for the copy.</ahelp> Some databases only accept names containing eight or fewer characters."
-msgstr "<ahelp hid=\"HID_TAB_WIZ_TABLENAME_EDIT\">განსაზღვრავს სახელს ასლისთვის.</ahelp> ზოგიერთი მონაცემთა ბაზა აღიქვამს მხოლოდ რვა ან უფრო ნაკლებ სიმბოლოიან სახელს."
+#. N%?g
+#: 04000000.xhp
+msgctxt ""
+"04000000.xhp\n"
+"hd_id3149784\n"
+"30\n"
+"help.text"
+msgid "<link href=\"text/shared/main0213.xhp\" name=\"Sorting and Filtering Data\">Sorting and Filtering Data</link>"
+msgstr "<link href=\"text/shared/main0213.xhp\" name=\"Sorting and Filtering Data\">მონაცემების დალაგება და გაფილტვრა</link>"
-#: 05030100.xhp#hd_id3154228.5.help.text
-msgctxt "05030100.xhp#hd_id3154228.5.help.text"
-msgid "Options"
-msgstr "პარამეტრი"
+#. ?X5c
+#: 04000000.xhp
+msgctxt ""
+"04000000.xhp\n"
+"par_id3151384\n"
+"28\n"
+"help.text"
+msgid "You will find the sorting and filter functions in the toolbar when you open a form in user mode."
+msgstr "დალაგებისა და გაფილტვრის ფუნქციების ნახვა შეგიძლიათ მომხმარებლის რეჟიმში ხელსაწყოთა ზოლის გახსნისას."
-#: 05030100.xhp#hd_id3157898.7.help.text
-msgid "Definition and data"
-msgstr "განსაზღვრება და მონაცემები"
+#. i|dl
+#: 04000000.xhp
+msgctxt ""
+"04000000.xhp\n"
+"hd_id3148944\n"
+"29\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170203.xhp\" name=\"Subforms\">Subforms</link>"
+msgstr "<link href=\"text/shared/02/01170203.xhp\" name=\"Subforms\">ქვეფორმები</link>"
-#: 05030100.xhp#par_id3150178.8.help.text
-msgid "<ahelp hid=\"DBACCESS_RADIOBUTTON_TAB_WIZ_COPYTABLE_RB_DEFDATA\">Creates a 1:1 copy of the database table.</ahelp> The table definition and the complete data are copied. The table definition includes the table structure and format from different data fields, including special field properties. The field contents supply the data."
+#. ?kS`
+#: dabawiz02odbc.xhp
+msgctxt ""
+"dabawiz02odbc.xhp\n"
+"tit\n"
+"help.text"
+msgid "ODBC Connection"
msgstr ""
-#: 05030100.xhp#hd_id3149346.9.help.text
-msgctxt "05030100.xhp#hd_id3149346.9.help.text"
-msgid "Definition"
+#. 2xtm
+#: dabawiz02odbc.xhp
+msgctxt ""
+"dabawiz02odbc.xhp\n"
+"bm_id3149031\n"
+"help.text"
+msgid "<bookmark_value>ODBC;database (Base)</bookmark_value><bookmark_value>databases;ODBC (Base)</bookmark_value>"
msgstr ""
-#: 05030100.xhp#par_id3156426.10.help.text
-msgid "<ahelp hid=\"DBACCESS_RADIOBUTTON_TAB_WIZ_COPYTABLE_RB_DEF\">Copies only the table definition and not the corresponding data.</ahelp>"
+#. aTb?
+#: dabawiz02odbc.xhp
+msgctxt ""
+"dabawiz02odbc.xhp\n"
+"par_idN1053D\n"
+"help.text"
+msgid "<variable id=\"odbc\"><link href=\"text/shared/explorer/database/dabawiz02odbc.xhp\">ODBC Connection</link></variable>"
msgstr ""
-#: 05030100.xhp#hd_id3143267.22.help.text
-msgid "As table view"
-msgstr "როგორც ცხრილის ხედი"
-
-#: 05030100.xhp#par_id3153311.23.help.text
-msgid "<ahelp hid=\"DBACCESS_RADIOBUTTON_TAB_WIZ_COPYTABLE_RB_VIEW\">If the database supports Views, you can select this option only when a query is copied in a table container. This option enables you to see and edit a query as a normal table view.</ahelp> The table will be filtered in the view with a \"Select\" SQL statement."
-msgstr "<ahelp hid=\"DBACCESS_RADIOBUTTON_TAB_WIZ_COPYTABLE_RB_VIEW\">თუ მონაცემთა ბაზას აქვს ხედების მხარდაჭერა, თქვენ შეგიძlიათ მონიშნოთ ეს პარამეტრი მხოლოდ იმ შემთხვევაში თუ მოთხოვნა დაკოპირებულია ცხრილის კონტეინერში. ეს პარამეტრი საშუალებას გძლევთ ნახოთ და დაარედაქტიროთ მოთხოვნა ნორმალური ცხრილის ხედში </ahelp> ცხრილი გაფილტრება ხედში \"Select\" SQL განაცხადით."
-
-#: 05030100.xhp#hd_id3155535.11.help.text
-msgid "Append data"
+#. INkB
+#: dabawiz02odbc.xhp
+msgctxt ""
+"dabawiz02odbc.xhp\n"
+"par_idN10541\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the settings for <link href=\"text/shared/00/00000005.xhp#odbc\" name=\"ODBC\">ODBC</link> databases.</ahelp>"
msgstr ""
-#: 05030100.xhp#par_id3166410.12.help.text
-msgid "<ahelp hid=\"DBACCESS_RADIOBUTTON_TAB_WIZ_COPYTABLE_RB_APPENDDATA\">Appends the data of the table to be copied to an existing table.</ahelp>"
+#. mt6v
+#: dabawiz02odbc.xhp
+msgctxt ""
+"dabawiz02odbc.xhp\n"
+"par_id8856776\n"
+"help.text"
+msgid "To edit or add records to a database table in $[officename], the table must have a unique index field."
msgstr ""
-#: 05030100.xhp#par_id3147275.13.help.text
-msgid "The table definition must be exactly the same so that data can be copied. Data cannot be copied if a data field in the target table has another format than the data field in the source table."
-msgstr "ცხრილის განსაზღვრება უნდა იყოს ზუსტად იგივე, რათა შესაძლებელი იყოს მონაცემების კოპირება. მონაცემების კოპირება შეუძლებელია, თუ სამიზნე ცხრილში მონაცემთა ველს საწყისი ცხრილის მონაცემთა ველისგან განსხვავებული ფორმატი აქვს. "
-
-#: 05030100.xhp#par_id3156117.31.help.text
-msgid "Match the data field names in the<emph> Copy Table</emph> dialog on the <link href=\"text/shared/explorer/database/05030400.xhp\" name=\"Apply Columns\">Apply Columns</link> page."
-msgstr "შეათავსეთ მონაცემთა ველების სახელები <emph> ცხრილის კოპირების</emph> დიალოგურ ფანჯარაში<link href=\"text/shared/explorer/database/05030400.xhp\" name=\"Apply Columns\">სვეტების მინიჭების</link> გვერდზე."
-
-#: 05030100.xhp#par_id3153252.14.help.text
-msgid "<ahelp hid=\"DBACCESS_RADIOBUTTON_TAB_WIZ_COPYTABLE_RB_APPENDDATA\">If the data cannot be attached, you will see a list of fields in the <emph>Column Info</emph> dialog whose data cannot be copied.</ahelp> If you confirm this dialog with OK, only the data that does not appear in the list will be attached."
-msgstr "<ahelp hid=\"DBACCESS_RADIOBUTTON_TAB_WIZ_COPYTABLE_RB_APPENDDATA\">თუ მონაცემების თანდართვა შეუძლებელია, თქვენ დაინახავთ იმ ველების ჩამონათვალს <emph>სვეტების ინფორმაციის</emph> დიალოგურ ფანჯარაში, რომელთა მონაცემებსი კოპირებაც ვერ ხერხდება.</ahelp> თუ ამ დიალოგურ ფანჯარას დაადასტურებთ OK ღილაკზე დაჭერით, მოხდება მხოლოდ ის მონაცემთა ტანდართვა, რომელიც არ არის შესული ჩამონათვალში."
-
-#: 05030100.xhp#par_id3158430.15.help.text
-msgid "If the fields of the target table have a smaller field length than in the source table when data is being attached, the source data fields will automatically be truncated to match the field lengths in the target table."
-msgstr "თუ მონაცემთა თანდართვისას სამიზნე ცხრილის ველების სიგრძე უფრო მცირეა ვიდრე საწყის ცხრილში, საწყისი მონაცემთა ველები ავტომატურად შეიკვეცება სამიზნე ცხრილში ველების სიგრძის შესაბამისად "
-
-#: 05030100.xhp#bm_id3149164.help.text
-msgid "<bookmark_value>primary keys; defining</bookmark_value>"
-msgstr "<bookmark_value>პირველადი გასაღებები; გასნაზღვრა</bookmark_value>"
-
-#: 05030100.xhp#hd_id3149164.24.help.text
-msgid "Create primary key"
-msgstr "პირველადი გასაღების შექმნა"
+#. -8~?
+#: dabawiz02odbc.xhp
+msgctxt ""
+"dabawiz02odbc.xhp\n"
+"par_id8034302\n"
+"help.text"
+msgid "On Solaris and Linux platforms, try to use a JDBC driver instead of an ODBC driver. See http://www.unixodbc.org for an ODBC implementation on Solaris or Linux."
+msgstr "Solaris-ის და Linux-ის პლატფორმებზე სცადეთ JDBC დრაივერის გამოყენება, ODBC დრაივერის ნაცვლად. იხილეთ http://www.unixodbc.org Solaris-სა და Linux-ზე ODBC-ის განხორციელებისათვის."
-#: 05030100.xhp#par_id3155922.25.help.text
-msgid "<ahelp hid=\"DBACCESS_CHECKBOX_TAB_WIZ_COPYTABLE_CB_PRIMARY_COLUMN\">Automatically generates a primary key data field and fills it with values.</ahelp> You should always use this field, since a primary key must always be available in order to edit the table."
+#. .~{h
+#: dabawiz02odbc.xhp
+msgctxt ""
+"dabawiz02odbc.xhp\n"
+"par_id8560136\n"
+"help.text"
+msgid "To connect to a Microsoft Access database on Windows, use the ADO or Access database interface, rather than ODBC."
msgstr ""
-#: 05030100.xhp#hd_id3146794.26.help.text
-msgid "Name"
-msgstr "სახელი"
+#. ,3Ba
+#: dabawiz02odbc.xhp
+msgctxt ""
+"dabawiz02odbc.xhp\n"
+"par_id2082583\n"
+"help.text"
+msgid "Drivers for ODBC are supplied and supported by the manufacturer of the database. $[officename] only supports the ODBC 3 standard."
+msgstr "ODBC-ს დრაივერების მოწოდება და მხარდაჭერა ხდება მონაცემთა ბაზის მწარმოებლის მიერ. $[officename]-ს მხოლოდ სტანდარტული ODBC 3-ის მხარდაჭერა აქვს."
-#: 05030100.xhp#par_id3156343.27.help.text
-msgid "<ahelp hid=\"DBACCESS_EDIT_TAB_WIZ_COPYTABLE_ET_KEYNAME\">Specifies a name for the primary key generated. This name is optional.</ahelp>"
+#. UKOd
+#: dabawiz02odbc.xhp
+msgctxt ""
+"dabawiz02odbc.xhp\n"
+"par_idN10552\n"
+"help.text"
+msgid "Name of the ODBC database"
msgstr ""
-#: 05030100.xhp#par_id3151056.33.help.text
-msgid "<link href=\"text/shared/explorer/database/05030200.xhp\" name=\"Next page\">Next page</link>"
-msgstr "<link href=\"text/shared/explorer/database/05030200.xhp\" name=\"Next page\">მომდევნო გვერდი</link>"
+#. Ng#g
+#: dabawiz02odbc.xhp
+msgctxt ""
+"dabawiz02odbc.xhp\n"
+"par_idN10556\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the path to the database file.</ahelp>"
+msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: rep_pagenumbers.xhp#tit.help.text
-msgid "Page Numbers "
+#. mCrP
+#: dabawiz02odbc.xhp
+msgctxt ""
+"dabawiz02odbc.xhp\n"
+"par_idN10559\n"
+"help.text"
+msgid "Browse"
msgstr ""
-#: rep_pagenumbers.xhp#hd_id3674123.help.text
-msgid "<variable id=\"rep_pagenumbers\"><link href=\"text/shared/explorer/database/rep_pagenumbers.xhp\">Page Numbers</link></variable>"
+#. ^]\/
+#: dabawiz02odbc.xhp
+msgctxt ""
+"dabawiz02odbc.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click to open an ODBC data source selection dialog:</ahelp>"
msgstr ""
-#: rep_pagenumbers.xhp#par_id3424481.help.text
-msgid "<ahelp hid=\".\">You can open the Page Numbers dialog of the <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link> by choosing <item type=\"menuitem\">Insert - Page Numbers</item>.</ahelp>"
+#. s76o
+#: dabawiz02odbc.xhp
+msgctxt ""
+"dabawiz02odbc.xhp\n"
+"par_idN10560\n"
+"help.text"
+msgid "Choose a data source"
msgstr ""
-#: rep_pagenumbers.xhp#par_id1068758.help.text
-msgctxt "rep_pagenumbers.xhp#par_id1068758.help.text"
-msgid "Press <item type=\"keycode\">Shift-F1</item> and point with the mouse at an input box to see a help text for this input box."
+#. ak\p
+#: dabawiz02odbc.xhp
+msgctxt ""
+"dabawiz02odbc.xhp\n"
+"par_idN10564\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select a data source to which you want to connect using ODBC. Then click <emph>OK</emph>.</ahelp>"
msgstr ""
-#: rep_pagenumbers.xhp#par_id1559190.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Page N</ahelp>"
+#. a@j(
+#: dabawiz02odbc.xhp
+msgctxt ""
+"dabawiz02odbc.xhp\n"
+"par_idN10567\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz03auth.xhp\">Authentication</link>"
msgstr ""
-#: rep_pagenumbers.xhp#par_id9879146.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Page N of M</ahelp>"
+#. =:[3
+#: dabawiz02odbc.xhp
+msgctxt ""
+"dabawiz02odbc.xhp\n"
+"par_idN10576\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>"
msgstr ""
-#: rep_pagenumbers.xhp#par_id9404278.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Top of Page (Header)</ahelp>"
-msgstr ""
+#. s(2X
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Apply columns"
+msgstr "სვეტების მინიჭება"
-#: rep_pagenumbers.xhp#par_id7626880.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Bottom of Page (Footer)</ahelp>"
-msgstr ""
+#. -8vV
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"hd_id3150445\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/05030200.xhp\" name=\"Apply columns\">Apply columns</link>"
+msgstr "<link href=\"text/shared/explorer/database/05030200.xhp\" name=\"Apply columns\">სვეტების მინიჭება</link>"
-#: rep_pagenumbers.xhp#par_id6124149.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Alignment</ahelp>"
-msgstr ""
+#. N(E8
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"par_id3147143\n"
+"2\n"
+"help.text"
+msgid "In the data source explorer, you can copy a table by dragging and dropping the table onto the table container. The <emph>Apply columns </emph>dialog is the second window of the <emph>Copy table</emph> dialog."
+msgstr "ცხრილის კოპირება მონაცემთა წყაროს ექსპლორერში, შეგიძლიათ მისი გადატანა-ჩასმით ცხრილის კონტეინერში. <emph>ცხრილსი მინიჭების</emph>დიალოგი წარმოადგენს <emph>კოპირების ცხრილის</emph> დიალოგის მეორე ფანჯარას."
-#: rep_pagenumbers.xhp#par_id9651478.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Show Number on First Page</ahelp>"
-msgstr ""
+#. `jFY
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"hd_id3155552\n"
+"3\n"
+"help.text"
+msgid "Existing columns"
+msgstr "არსებული სვეტები"
-#: rep_pagenumbers.xhp#par_id8257087.help.text
-msgid "Select the format for the page numbers, either \"Page N\" or \"Page N of M\", where N stands for the current page number, and M for the total number of pages in the report."
-msgstr ""
+#. ,mO[
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"hd_id3154751\n"
+"4\n"
+"help.text"
+msgid "Left list box"
+msgstr "მარცხენა ჩამონათვლის სარკმელი"
-#: rep_pagenumbers.xhp#par_id3479415.help.text
-msgid "Select to show the page numbers in the Page Header area or in the Page Footer area."
+#. e.n[
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"par_id3147088\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_MULTILISTBOX_TAB_WIZ_COLUMN_SELECT_LB_ORG_COLUMN_NAMES\">Lists the available data fields that you can include in the copied table. To copy a data field, click its name, and then click the > button. To copy all of the fields, click the <emph>>></emph> button.</ahelp>"
msgstr ""
-#: rep_pagenumbers.xhp#par_id4441663.help.text
-msgid "Select an alignment. By default the page numbers are centered between the left and right margins. You can align the field to the left or right. You can also select Inside to print page number on odd pages on the left side and even page numbers on the right side. Select Outside for the opposite alignment."
-msgstr ""
+#. yk\{
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"hd_id3154823\n"
+"6\n"
+"help.text"
+msgid "Right list box"
+msgstr "მარჯვენა ჩამონათვლის სარკმელი"
-#: rep_pagenumbers.xhp#par_id3012176.help.text
-msgid "When you click OK, a data field for the page numbers is inserted. If no header or footer area exist, the area will be created as needed."
+#. (Z|k
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"par_id3156426\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_MULTILISTBOX_TAB_WIZ_COLUMN_SELECT_LB_NEW_COLUMN_NAMES\">Lists the fields that you want to include in the copied table.</ahelp>"
msgstr ""
-#: rep_pagenumbers.xhp#par_id8532670.help.text
-msgid "You can click the data field and drag to another position within the same area, or edit the properties in the Properties window."
-msgstr ""
+#. 0qpe
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"hd_id3147242\n"
+"8\n"
+"help.text"
+msgid "Buttons"
+msgstr "ღილაკები"
-#: menuedit.xhp#tit.help.text
-msgctxt "menuedit.xhp#tit.help.text"
-msgid "Edit"
+#. d:.H
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"par_id3146797\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_IMAGEBUTTON_TAB_WIZ_COLUMN_SELECT_IB_COLUMNS_LH\">Adds or removes the selected field (> or < button) or all of the fields (<< or >> button).</ahelp>"
msgstr ""
-#: menuedit.xhp#par_idN1054D.help.text
-msgid "<link href=\"text/shared/explorer/database/menuedit.xhp\">Edit</link>"
-msgstr ""
+#. mp)q
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"par_id3153561\n"
+"10\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/05030300.xhp\" name=\"Next page\">Next page</link>"
+msgstr "<link href=\"text/shared/explorer/database/05030300.xhp\" name=\"Next page\">შემდეგი გვერდი</link>"
-#: menuedit.xhp#par_idN1055D.help.text
-msgid "<ahelp hid=\".\">The Edit menu of a database window.</ahelp>"
+#. G@b?
+#: 11090000.xhp
+msgctxt ""
+"11090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table Filter"
msgstr ""
-#: menuedit.xhp#par_idN10560.help.text
-msgctxt "menuedit.xhp#par_idN10560.help.text"
-msgid "Copy"
-msgstr ""
+#. $uCl
+#: 11090000.xhp
+#, fuzzy
+msgctxt ""
+"11090000.xhp\n"
+"hd_id3150702\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/11090000.xhp\" name=\"Tables\">Table Filter</link>"
+msgstr "<link href=\"text/shared/explorer/database/05000000.xhp\" name=\"Tables\">ცხრილები</link>"
-#: menuedit.xhp#par_idN10564.help.text
-msgid "<ahelp hid=\".\">Copies the selected object to the clipboard.</ahelp>"
+#. igpv
+#: 11090000.xhp
+msgctxt ""
+"11090000.xhp\n"
+"par_id3149164\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Some databases track changes to each record by assigning version number to fields that are changed. This number is incremented by 1 each time the field is changed. Displays the internal version number of the record in the database table.</ahelp>"
msgstr ""
-#: menuedit.xhp#par_idN10567.help.text
-msgctxt "menuedit.xhp#par_idN10567.help.text"
-msgid "Paste"
-msgstr ""
+#. 7al_
+#: 11090000.xhp
+msgctxt ""
+"11090000.xhp\n"
+"hd_id3154923\n"
+"8\n"
+"help.text"
+msgid "Sort Ascending"
+msgstr "ზრდადობით დახარისხება"
-#: menuedit.xhp#par_idN1056B.help.text
-msgctxt "menuedit.xhp#par_idN1056B.help.text"
-msgid "<ahelp hid=\".\">Inserts an item from the clipboard. If you want, you can insert forms and reports, including subfolders, from one database file to another.</ahelp>"
+#. BZ%?
+#: 11090000.xhp
+msgctxt ""
+"11090000.xhp\n"
+"par_id3147559\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DSADMIN_SUPPRESS_VERSIONCL\">Sorts the list of table names in ascending order starting at the beginning of the alphabet.</ahelp>"
msgstr ""
-#: menuedit.xhp#par_idN1056E.help.text
-msgid "Paste Special"
+#. /|B.
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Relations"
msgstr ""
-#: menuedit.xhp#par_idN10572.help.text
-msgctxt "menuedit.xhp#par_idN10572.help.text"
-msgid "<ahelp hid=\".\">Inserts an item from the clipboard. If you want, you can insert forms and reports, including subfolders, from one database file to another.</ahelp>"
+#. L10(
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"bm_id3150499\n"
+"help.text"
+msgid "<bookmark_value>relations; properties (Base)</bookmark_value><bookmark_value>key fields for relations (Base)</bookmark_value><bookmark_value>cascading update (Base)</bookmark_value>"
msgstr ""
-#: menuedit.xhp#hd_id3153683.27.help.text
-msgctxt "menuedit.xhp#hd_id3153683.27.help.text"
-msgid "Edit"
+#. I^o1
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"hd_id3150445\n"
+"1\n"
+"help.text"
+msgid "Relations"
msgstr ""
-#: menuedit.xhp#par_id3147209.28.help.text
-msgid "<ahelp hid=\".\">Opens a window where you can edit the selected table, query, form, or report.</ahelp>"
-msgstr ""
+#. /J,:
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3150499\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DBAddRelation\">Allows you to define and edit a relation between two tables.</ahelp>"
+msgstr "<ahelp hid=\".uno:DBAddRelation\">საშუალებას გაძლევთ განსაზღვროთ და დაარედაქტიროთ რელაცია ორ ცხრილს შორის.</ahelp>"
-#: menuedit.xhp#hd_id3145315.29.help.text
-msgctxt "menuedit.xhp#hd_id3145315.29.help.text"
-msgid "Delete"
+#. E~}W
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3155136\n"
+"3\n"
+"help.text"
+msgid "The update and delete options are only available if they are supported by the database used."
+msgstr "განახლებისა და წაშლის პარამეტრები ხელმისაწვდომია მხოლოდ იმ შემთხვევაში თუ გამოყენებულ მონაცემთა ბაზას მათი მხარდაჭერა აქვს."
+
+#. B+ZW
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"hd_id3155341\n"
+"27\n"
+"help.text"
+msgid "Tables"
msgstr ""
-#: menuedit.xhp#par_id3153666.30.help.text
-msgid "<ahelp hid=\"HID_BROWSER_TABLE_DELETE\">Deletes the selected table, query, form, or report.</ahelp>"
-msgstr ""
+#. /$hD
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3153880\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_LISTBOX_DLG_REL_PROPERTIES_LB_RIGHT_TABLE\" visibility=\"hidden\">This is where the two related tables are listed.</ahelp> If you create a new relation, you can select one table from each of the combo boxes in the top part of the dialog."
+msgstr "<ahelp hid=\"DBACCESS_LISTBOX_DLG_REL_PROPERTIES_LB_RIGHT_TABLE\" visibility=\"hidden\">აქ არის მოცემული ორი რელაციური ცხრილი. </ahelp>თუ თქვენ ქმნით ახალ რელაციას, თქვენ შეგიძლიათ მონიშნოთ ერთი ცხრილი თითოეული კომბო ველიდან დიალოგური ფანჯრის ზედა ნაწილიდან."
-#: menuedit.xhp#par_idN1057C.help.text
-msgctxt "menuedit.xhp#par_idN1057C.help.text"
-msgid "Rename"
-msgstr ""
+#. [6_(
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3154047\n"
+"29\n"
+"help.text"
+msgid "If you opened the <emph>Relations</emph> dialog for an existing relation by double-clicking the connection lines in the Relation window, then the tables involved in the relation cannot be modified."
+msgstr "თუ თქვენ რელაციურობის ფანჯარაში ორჯერ დაწკაპუნებით გახსენით <emph>რელაციურობის</emph> დიალოგური ფანჯარა არსებული რელაციისთვის, დკავშირებული ცხრილების მოდიფიცირება ვერ მოხდება."
-#: menuedit.xhp#par_idN10580.help.text
-msgid "<ahelp hid=\".\">Renames the selected object. Depending on the database, some names, characters, and name length might be invalid.</ahelp>"
-msgstr ""
+#. $`6v
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"hd_id3153822\n"
+"4\n"
+"help.text"
+msgid "Key fields"
+msgstr "გასაღების ველები"
-#: menuedit.xhp#par_idN1058A.help.text
-msgctxt "menuedit.xhp#par_idN1058A.help.text"
-msgid "Open"
-msgstr ""
+#. yE}V
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3159157\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"HID_RELDLG_KEYFIELDS\">Defines the key fields for the relation.</ahelp>"
+msgstr "<ahelp hid=\"HID_RELDLG_KEYFIELDS\">გასნაზღვრავს გასაღების ველებს რელაციისთვის.</ahelp>"
-#: menuedit.xhp#par_idN1058E.help.text
-msgid "<ahelp hid=\".\">Opens the selected object in the last saved state.</ahelp>"
-msgstr ""
+#. UWS|
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3149235\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"HID_RELATIONDIALOG_RIGHTFIELDCELL\">The names of the tables selected for the link appear here as column names.</ahelp> If you click a field, you can use the arrow buttons to select a field from the table. Each relation is written in a row."
+msgstr "<ahelp hid=\"HID_RELATIONDIALOG_RIGHTFIELDCELL\">კავშირისთვის მონიშნული ცხრილების სახელი აქ ჩნდება სვეტების სახელების სახით.</ahelp> ველზე დაწკაპუნებით თქევნ შეგიძლიათ ისრის ღილაკების გამოყენება ცხრილში ველის მოსანიშნად. თითოეული რელაცია რიგში იწერება."
-#: menuedit.xhp#par_idN10591.help.text
-msgid "Create as View"
-msgstr ""
+#. t//M
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"hd_id3145609\n"
+"6\n"
+"help.text"
+msgid "Update options"
+msgstr "განახლების პარამეტრები"
-#: menuedit.xhp#par_idN105A7.help.text
-msgid "<ahelp hid=\".\">Converts the selected query to a view. The original query remains in your database file and an additional view is generated on the database server. You must have write permission to add a view to a database.</ahelp>"
+#. 8|#0
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3153061\n"
+"7\n"
+"help.text"
+msgid "Here you can select options that take effect when there are changes to a primary key field."
+msgstr "აქ შეგიძლიათ მონიშნოთ პარამეტრები, რომელიც ამოქმედდება პირველადი გასაღების ველის ცვლილებების შემდეგ."
+
+#. p/=j
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"hd_id3149046\n"
+"8\n"
+"help.text"
+msgid "No action"
msgstr ""
-#: menuedit.xhp#par_idN105AA.help.text
-msgctxt "menuedit.xhp#par_idN105AA.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."
+#. i%4D
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3152360\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_RADIOBUTTON_DLG_REL_PROPERTIES_RB_NO_CASC_UPD\">Specifies that any change made to a primary key does not affect other external key fields.</ahelp>"
msgstr ""
-#: menuedit.xhp#par_idN105AD.help.text
-msgid "Form Wizard"
-msgstr ""
+#. $YUU
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"hd_id3148664\n"
+"10\n"
+"help.text"
+msgid "Updating cascade"
+msgstr "კასკადის განახლება"
-#: menuedit.xhp#par_idN105B1.help.text
-msgid "<ahelp hid=\".\">Starts the <link href=\"text/shared/autopi/01090000.xhp\">Form Wizard</link> for the selected table, query, or view.</ahelp>"
+#. D^@B
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3154073\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_RADIOBUTTON_DLG_REL_PROPERTIES_RB_CASC_UPD\">Updates all the external key fields if the value of the corresponding primary key has been modified (Cascading Update).</ahelp>"
msgstr ""
-#: menuedit.xhp#par_idN105C2.help.text
-msgid "Report Wizard"
+#. 1.`O
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"hd_id3145171\n"
+"12\n"
+"help.text"
+msgid "Set null"
msgstr ""
-#: menuedit.xhp#par_idN105C6.help.text
-msgid "<ahelp hid=\".\">Starts the <link href=\"text/shared/autopi/01100000.xhp\">Report Wizard</link> for the selected table, query, or view.</ahelp>"
+#. w{W\
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3154123\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_RADIOBUTTON_DLG_REL_PROPERTIES_RB_CASC_UPD_NULL\"> If the corresponding primary key has been modified, use this option to set the \"IS NULL\" value to all external key fields. IS NULL means that the field is empty.</ahelp>"
msgstr ""
-#: menuedit.xhp#par_idN105D7.help.text
-#, fuzzy
-msgid "Select All"
-msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მონიშნე ყველა\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ყველაფრის მონიშვნა\n"
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ყველაფრის მონიშვნა"
+#. U21:
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"hd_id3150448\n"
+"14\n"
+"help.text"
+msgid "Set default"
+msgstr "ნაგულისხმევის დაყენება"
-#: menuedit.xhp#par_idN105DB.help.text
-msgid "<ahelp hid=\".\">Selects all entries, including subfolders, in the lower part of the database window.</ahelp>"
+#. !IY(
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3151041\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_RADIOBUTTON_DLG_REL_PROPERTIES_RB_CASC_UPD_DEFAULT\"> If the corresponding primary key has been modified, use this option to set a default value to all external key fields.</ahelp> During the creation of the corresponding table, the default value of an external key field will be defined when you assign the field properties."
msgstr ""
-#: menuedit.xhp#par_idN105DE.help.text
-msgid "Database"
-msgstr "მონაცემთა ბაზა"
+#. \O`(
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"hd_id3125863\n"
+"16\n"
+"help.text"
+msgid "Delete options"
+msgstr "წაშლის პარამეტრები"
-#: menuedit.xhp#par_idN105E2.help.text
-msgctxt "menuedit.xhp#par_idN105E2.help.text"
-msgid "<ahelp hid=\".\">Opens a submenu.</ahelp>"
-msgstr ""
+#. D)yw
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3153193\n"
+"17\n"
+"help.text"
+msgid "Here you can select options that take effect when a primary key field is deleted."
+msgstr "აქ შეგიძლიათ მონიშნოთ ის პარამეტრები, რომელიც ამოქმედდება პირველადი გასაღების ველის წაშლის შედეგად."
-#: menuedit.xhp#par_idN105E5.help.text
-msgid "Properties"
-msgstr "თვისებები"
+#. D_93
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"hd_id3159252\n"
+"18\n"
+"help.text"
+msgid "No action"
+msgstr ""
-#: menuedit.xhp#par_idN105E9.help.text
-msgid "<ahelp hid=\".\">Opens the Database Properties dialog.</ahelp>"
+#. QX`_
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3145785\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_RADIOBUTTON_DLG_REL_PROPERTIES_RB_NO_CASC_DEL\">Specifies that the deletion of a primary key will not have any effect on other external key fields.</ahelp>"
msgstr ""
-#: menuedit.xhp#par_idN105EC.help.text
-msgid "Connection Type"
+#. _WH,
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"hd_id3154146\n"
+"20\n"
+"help.text"
+msgid "Delete cascade"
+msgstr "კასკადის წაშლა"
+
+#. =m,i
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3155309\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_RADIOBUTTON_DLG_REL_PROPERTIES_RB_CASC_DEL\">Specifies that all external key fields will be deleted if you delete the corresponding primary key field.</ahelp>"
msgstr ""
-#: menuedit.xhp#par_idN105F0.help.text
-msgid "<ahelp hid=\".\">Opens the Connection Type Wizard.</ahelp>"
+#. qK_F
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3153140\n"
+"22\n"
+"help.text"
+msgid "When you delete a primary key field with the<emph> Delete cascade </emph>option, all records from other tables that have this key as their foreign key are also deleted. Use this option with great care; it is possible that a major portion of the database can be deleted."
+msgstr "პირველადი გასაღების ველის წაშლისას<emph> კასკადის წაშლის </emph>პარამეტრის შერჩევით, სხვა ცხრილების ყველა ჩანაწერი, რომლებსაც ეს გასაღები უცხო გასაღებად აქვთ, წაიშლება. გამოიყენეთ ეს პარამეტრი დიდი სიფრთხილით, რადგან შესაძლოა მონაცემთა ბაზის დიდი ნაწილის წაშლა"
+
+#. W,]6
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"hd_id3152596\n"
+"23\n"
+"help.text"
+msgid "Set null"
msgstr ""
-#: menuedit.xhp#par_idN105F3.help.text
-msgctxt "menuedit.xhp#par_idN105F3.help.text"
-msgid "Advanced Properties"
+#. /Ios
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3153363\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_RADIOBUTTON_DLG_REL_PROPERTIES_RB_CASC_DEL_NULL\">If you delete the corresponding primary key, the \"IS NULL\" value will be assigned to all external key fields.</ahelp>"
msgstr ""
-#: menuedit.xhp#par_idN105F7.help.text
-msgid "<ahelp hid=\".\">Opens the Advanced Properties dialog.</ahelp>"
+#. ==Hd
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"hd_id3145272\n"
+"25\n"
+"help.text"
+msgid "Set Default"
+msgstr "ნაგულისხმევის დაყენება"
+
+#. O.s^
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"par_id3154320\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_RADIOBUTTON_DLG_REL_PROPERTIES_RB_CASC_DEL_DEFAULT\">If you delete the corresponding primary key, a set value will be set to all external key fields.</ahelp>"
msgstr ""
-#: 02010101.xhp#tit.help.text
-msgctxt "02010101.xhp#tit.help.text"
+#. IxE^
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"tit\n"
+"help.text"
msgid "Join Properties"
msgstr ""
-#: 02010101.xhp#bm_id3154015.help.text
+#. aT*$
+#: 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 ""
-#: 02010101.xhp#hd_id3154015.1.help.text
-msgctxt "02010101.xhp#hd_id3154015.1.help.text"
+#. {}Cj
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"hd_id3154015\n"
+"1\n"
+"help.text"
msgid "Join Properties"
msgstr ""
-#: 02010101.xhp#par_id3151205.2.help.text
+#. I8D{
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"par_id3151205\n"
+"2\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 "თუ მოთხოვნის დიზაინში, ორ დაკავშირებულ ველის დამაკავშირებელზე ორჯერ დააწკაპუნებთ, ან აირჩევთ <emph>ახალი კავშირის ჩასმას</emph> გამოჩნდება <emph>კავშირების</emph>დიალოგური ფანჯარა. ეს თვისებები მომავლში შექმნილ ყველა მოთხოვნაში იქნება გამოყენებული"
-#: 02010101.xhp#hd_id3155066.17.help.text
+#. FXSE
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"hd_id3155066\n"
+"17\n"
+"help.text"
msgid "Tables involved"
msgstr "გამოყენებული ცხრილები"
-#: 02010101.xhp#par_id3153924.16.help.text
+#. 8VnC
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"par_id3153924\n"
+"16\n"
+"help.text"
msgid "<ahelp hid=\"HID_DLG_QRY_RIGHT_TABLE\">Specifies two different tables that you want to join.</ahelp>"
msgstr "<ahelp hid=\"HID_DLG_QRY_RIGHT_TABLE\">აკონკრეტებს იმ ორ განსხვავებულ ცხრილს, რომელთა გაერთიანებაც გსურთ.</ahelp>"
-#: 02010101.xhp#hd_id3155766.15.help.text
+#. n#-\
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"hd_id3155766\n"
+"15\n"
+"help.text"
msgid "Fields involved"
msgstr "ჩართული ველები"
-#: 02010101.xhp#par_id3148994.14.help.text
+#. XQKR
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"par_id3148994\n"
+"14\n"
+"help.text"
msgid "<ahelp hid=\".\">Specifies two data fields that will be joined by a relation.</ahelp>"
msgstr "<ahelp hid=\".\">აკონკრეტებს ორ მონაცმეთ ველს, რომელიც შეერთდება კავშირის მეშვეობით.</ahelp>"
-#: 02010101.xhp#hd_id3159267.3.help.text
-msgctxt "02010101.xhp#hd_id3159267.3.help.text"
+#. A44}
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"hd_id3159267\n"
+"3\n"
+"help.text"
msgid "Options"
msgstr "პარამეტრი"
-#: 02010101.xhp#hd_id3147340.13.help.text
-msgctxt "02010101.xhp#hd_id3147340.13.help.text"
+#. _pTq
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"hd_id3147340\n"
+"13\n"
+"help.text"
msgid "Type"
msgstr ""
-#: 02010101.xhp#par_id3152482.4.help.text
+#. W/m`
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"par_id3152482\n"
+"4\n"
+"help.text"
msgid "<ahelp hid=\"HID_DLG_QRY_JOINTYPE\">Specifies the link type of the selected link.</ahelp> Some databases support only a subset of the possible types."
msgstr ""
-#: 02010101.xhp#hd_id3155334.5.help.text
+#. pLOF
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"hd_id3155334\n"
+"5\n"
+"help.text"
msgid "Inner Join"
msgstr "შიდა შეერთება"
-#: 02010101.xhp#par_id3155936.6.help.text
+#. X-.N
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"par_id3155936\n"
+"6\n"
+"help.text"
msgid "<ahelp hid=\"HID_DLG_QRY_JOINTYPE\">With the internal join, the results table contains only the 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 "<ahelp hid=\"HID_DLG_QRY_JOINTYPE\">შიდა შეერთების შემთხვევაში, შედეგების ცხრილი მოიცავს მხოლოდ იმ ჩანაწერებს, რომლებისთვისაც დაკავშირებული ველების შიგთავსი ერთიდაიგივეა.</ahelp> $[officename] SQL-ში ამ ტიპის კავშირი იქმენბა შესაბამისი WHERE პირობით."
-#: 02010101.xhp#hd_id3156372.7.help.text
+#. yoC.
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"hd_id3156372\n"
+"7\n"
+"help.text"
msgid "Left Join"
msgstr "მარცხნეა შეერთება"
-#: 02010101.xhp#par_id3166450.8.help.text
+#. bbql
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"par_id3166450\n"
+"8\n"
+"help.text"
msgid "<ahelp hid=\"HID_DLG_QRY_JOINTYPE\">With the left join, the results table contains all fields of the left table and only those fields of 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 "<ahelp hid=\"HID_DLG_QRY_JOINTYPE\">მარცხენა შეერთების შემთხვევაში ცხრილის შედეგები მოიცავს მარცხენა ცხრილის ყველა ველს და მარჯვენა ცხრილის მხოლოდ იმ ველებს, რომლებისვისაც დაკავშირებული ველების შიგთავსი ერთიდაიგივეა.</ahelp> $[officename] SQL-ში კავშირის ეს ტიპი შეესაბამება LEFT OUTER JOIN ბრძანებას"
-#: 02010101.xhp#hd_id3155607.9.help.text
+#. m(wA
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"hd_id3155607\n"
+"9\n"
+"help.text"
msgid "Right Join"
msgstr "მარჯვენა შეერთება"
-#: 02010101.xhp#par_id3150647.10.help.text
+#. Xty/
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"par_id3150647\n"
+"10\n"
+"help.text"
msgid "<ahelp hid=\"HID_DLG_QRY_JOINTYPE\">With the right join, the results table contains all fields of the right table and only those fields of 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 "<ahelp hid=\"HID_DLG_QRY_JOINTYPE\">მარჯვენა შეერთების შემთხვევაში ცხრილის შედეგები მოიცავს მარჯვენა ცხრილის ყველა ველს და მარცხენა ცხრილის მხოლოდ იმ ველებს, რომლებისვისაც დაკავშირებული ველების შიგთავსი ერთიდაიგივეა.</ahelp> $[officename] SQL-ში კავშირის ეს ტიპი შეესაბამება RIGHT OUTER JOIN ბრძანებას"
-#: 02010101.xhp#hd_id3158215.11.help.text
+#. djQ+
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"hd_id3158215\n"
+"11\n"
+"help.text"
msgid "Full Join"
msgstr "სრული შეერთება"
-#: 02010101.xhp#par_id3163665.12.help.text
+#. DDl2
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"par_id3163665\n"
+"12\n"
+"help.text"
msgid "<ahelp hid=\"HID_DLG_QRY_JOINTYPE\">For a full join, the results table contains all fields of the left and right tables.</ahelp> In the SQL of $[officename] this type of link corresponds to the FULL OUTER JOIN command."
msgstr "<ahelp hid=\"HID_DLG_QRY_JOINTYPE\">სრული შეერთების შემთხვევაში ცხრილის შედეგები მოიცავს მარცხენა და მარჯვენა ცხრილების ყველა ველს.</ahelp>$[officename]-ის SQL-ში ამ ტიპის კავშირი შეესაბამება FULL OUTER JOIN ბრძანებას."
-#: 02010101.xhp#hd_id0305200912031976.help.text
+#. =J5N
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"hd_id0305200912031976\n"
+"help.text"
msgid "Natural"
msgstr ""
-#: 02010101.xhp#par_id0305200912031977.help.text
+#. PA%g
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"par_id0305200912031977\n"
+"help.text"
msgid "<ahelp hid=\".\">Inserts the keyword NATURAL 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 ""
-#: 11030100.xhp#tit.help.text
-msgctxt "11030100.xhp#tit.help.text"
-msgid "Indexes"
-msgstr ""
-
-#: 11030100.xhp#hd_id3148983.1.help.text
+#. (vnc
+#: rep_prop.xhp
#, fuzzy
-msgid "<link href=\"text/shared/explorer/database/11030100.xhp\" name=\"Indexes\">Indexes</link>"
-msgstr "<link href=\"text/shared/explorer/database/05010100.xhp\" name=\"Index design\">ინდექსის დიზაინიn</link>"
+msgctxt ""
+"rep_prop.xhp\n"
+"tit\n"
+"help.text"
+msgid "Properties"
+msgstr "თვისებები"
-#: 11030100.xhp#par_id3150247.2.help.text
-msgid "<ahelp hid=\".\">Lets you organize dBASE database indexes.</ahelp> An index allows you to access a database quickly, provided that you query the data in the selection that was defined through the index. When you design a table, you can define the indexes on the <emph>Indexes </emph>tab page."
+#. ^.nm
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"hd_id8836939\n"
+"help.text"
+msgid "<variable id=\"rep_prop\"><link href=\"text/shared/explorer/database/rep_prop.xhp\">Properties</link></variable>"
msgstr ""
-#: 11030100.xhp#hd_id3155339.3.help.text
-msgctxt "11030100.xhp#hd_id3155339.3.help.text"
-msgid "Table"
+#. YN3x
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id2711264\n"
+"help.text"
+msgid "The Properties window of the <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link> always shows the properties of the currently selected object in the Report Builder view."
msgstr ""
-#: 11030100.xhp#par_id3152551.10.help.text
-msgid "<ahelp hid=\"DBACCESS_COMBOBOX_DLG_DBASE_INDEXES_CB_TABLES\">Select the database table that you want to index.</ahelp>"
+#. $83O
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id1080660\n"
+"help.text"
+msgid "Press <item type=\"keycode\">Shift-F1</item> and point with the mouse at an input box to see a help text for this input box."
msgstr ""
-#: 11030100.xhp#hd_id3159233.4.help.text
-msgid "Table Indexes"
+#. hO6K
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id7175817\n"
+"help.text"
+msgid "On first start of the Report Builder, the Properties window shows the <emph>Data</emph> tab page for the whole report."
msgstr ""
-#: 11030100.xhp#par_id3143267.11.help.text
-msgid "<ahelp hid=\"DBACCESS_LISTBOX_DLG_DBASE_INDEXES_LB_TABLEINDEXES\">Lists the current indexes for the selected database table.</ahelp> To remove an index from the list, click the index, and then click the right arrow."
+#. QQ`?
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id9895931\n"
+"help.text"
+msgid "Select a table from the Contents list, then press Tab or click outside the input box to leave the input box."
msgstr ""
-#: 11030100.xhp#hd_id3148538.5.help.text
-msgid "Free Indexes"
+#. XUi=
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id3587145\n"
+"help.text"
+msgid "<ahelp hid=\".\">The Add Field window is shown automatically when you have selected a table in the Contents box and leave that box. You can also click the Add Field icon on the toolbar, or choose <item type=\"menuitem\">View - Add Field</item>.</ahelp>"
msgstr ""
-#: 11030100.xhp#par_id3151110.12.help.text
-msgid "<ahelp hid=\"DBACCESS_LISTBOX_DLG_DBASE_INDEXES_LB_FREEINDEXES\">Lists the available indexes that you can assign to a table.</ahelp> To assign an index to a selected table, click the left arrow icon. The left double arrow assigns all available indexes."
+#. XC4P
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id6993926\n"
+"help.text"
+msgid "The <emph>General</emph> tab page can be used to change the name of the report, and to disable the Page Header or Page Footer areas, among others."
msgstr ""
-#: 11030100.xhp#hd_id3156152.6.help.text
-msgctxt "11030100.xhp#hd_id3156152.6.help.text"
-msgid "<"
+#. ~wMS
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id3729361\n"
+"help.text"
+msgid "<ahelp hid=\".\">To display the Data or General tab page for the whole report, choose Edit - Select Report.</ahelp>"
msgstr ""
-#: 11030100.xhp#par_id3150984.13.help.text
-msgid "<ahelp hid=\"DBACCESS_IMAGEBUTTON_DLG_DBASE_INDEXES_IB_ADD\">Moves the selected index to the <emph>Table Indexes</emph> list.</ahelp>"
+#. RLJw
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id1768852\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Groups are kept together by page or by column (default). You must enable Keep Together also.</ahelp>"
msgstr ""
-#: 11030100.xhp#hd_id3149416.7.help.text
-msgid "<<"
-msgstr "<<"
-
-#: 11030100.xhp#par_id3145315.14.help.text
-msgid "<ahelp hid=\"DBACCESS_IMAGEBUTTON_DLG_DBASE_INDEXES_IB_ADDALL\">Moves all of the free indexes to the <emph>Table Indexes</emph> list.</ahelp>"
+#. |iGj
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id6304818\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies in which context the page header will be printed: on all pages, or not on pages with a report header or footer.</ahelp>"
msgstr ""
-#: 11030100.xhp#hd_id3149579.8.help.text
-msgctxt "11030100.xhp#hd_id3149579.8.help.text"
-msgid ">"
+#. c8d{
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id401623\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies in which context the page footer will be printed: on all pages, or not on pages with a report header or footer</ahelp>"
msgstr ""
-#: 11030100.xhp#par_id3149795.15.help.text
-msgid "<ahelp hid=\"DBACCESS_IMAGEBUTTON_DLG_DBASE_INDEXES_IB_REMOVE\">Moves the selected table indexes to the <emph>Free Indexes</emph> list.</ahelp>"
+#. ;gk8
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id2162236\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies to print repeated values.</ahelp>"
msgstr ""
-#: 11030100.xhp#hd_id3155629.9.help.text
-msgid ">>"
-msgstr ">>"
-
-#: 11030100.xhp#par_id3151245.16.help.text
-msgid "<ahelp hid=\"DBACCESS_IMAGEBUTTON_DLG_DBASE_INDEXES_IB_REMOVEALL\">Moves all of the table indexes to the <emph>Free Indexes</emph> list.</ahelp>"
+#. SP)Q
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id7022003\n"
+"help.text"
+msgid "If you click the Page Header or Page Footer area without selecting any object, you see the <emph>General</emph> tab page for that area."
msgstr ""
-#: tablewizard00.xhp#tit.help.text
-msgid "Table Wizard"
+#. QK/o
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id7004303\n"
+"help.text"
+msgid "You can edit some visual properties for the area."
msgstr ""
-#: tablewizard00.xhp#bm_id6009094.help.text
-msgid "<bookmark_value>wizards;database tables (Base)</bookmark_value><bookmark_value>Table Wizard (Base)</bookmark_value>"
+#. 2C\}
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id2561723\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the background color for the selected object, both on screen and for printing.</ahelp>"
msgstr ""
-#: tablewizard00.xhp#par_idN1054C.help.text
-msgid "<link href=\"text/shared/explorer/database/tablewizard00.xhp\">Table Wizard</link>"
+#. A]PV
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id1064485\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">An invisible object is not shown in the executed report. It is still visible in the Report Builder view.</ahelp>"
msgstr ""
-#: tablewizard00.xhp#par_idN1055C.help.text
-msgid "<ahelp hid=\".\">The Table Wizard helps you to create a database table.</ahelp>"
+#. O4(^
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id2356028\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Defines the height of the selected object.</ahelp>"
msgstr ""
-#: tablewizard00.xhp#par_idN105AF.help.text
-msgid "<link href=\"text/shared/explorer/database/tablewizard01.xhp\" name=\"Table Wizard - Select fields\">Table Wizard - Select fields</link>"
+#. LCoO
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id1404461\n"
+"help.text"
+msgid "<ahelp hid=\".\">If the Conditional Print Expression evaluates to TRUE, the selected object will be printed.</ahelp>"
msgstr ""
-#: dabawiz01.xhp#tit.help.text
-msgid "Database Selection"
-msgstr "მონაცემთა ბაზის შერჩევა"
-
-#: dabawiz01.xhp#bm_id2082583.help.text
-msgid "<bookmark_value>databases; connecting (Base)</bookmark_value>"
+#. $Mu^
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id7404705\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether the background of the selected object is transparent or opaque.</ahelp>"
msgstr ""
-#: dabawiz01.xhp#par_idN1054D.help.text
-msgid "<link href=\"text/shared/explorer/database/dabawiz01.xhp\">Database Selection</link>"
+#. d,M:
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id7466963\n"
+"help.text"
+msgid "If you click the <emph>Detail</emph> area without selecting any object, you see the <emph>General</emph> tab page for that area."
msgstr ""
-#: dabawiz01.xhp#par_idN1055D.help.text
-msgid "<ahelp hid=\".\">Creates a new database, opens a database file, or connects to an existing database.</ahelp>"
+#. UL\L
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id3644215\n"
+"help.text"
+msgid "You can specify some properties to fine-tune the way the records are printed."
msgstr ""
-#: dabawiz01.xhp#par_idN10585.help.text
-msgid "Create a new database"
+#. CS,e
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id3148899\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Force New Page specifies whether the current section and/or the next section is printed on a new page.</ahelp>"
msgstr ""
-#: dabawiz01.xhp#par_idN10589.help.text
-msgid "<ahelp hid=\".\">Select to create a new database. </ahelp>This option uses the HSQL database engine with default settings. The final page of the wizard appears next."
+#. $/)m
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id6164433\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">New Row Or Column specifies, for a multi-column design, whether the current section and/or the next section will be printed on a new row or column.</ahelp>"
msgstr ""
-#: dabawiz01.xhp#par_id8584246.help.text
-msgid "<link href=\"http://hsqldb.org/\">External web page about HSQL</link>."
+#. K-c3
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id7405011\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Keep Together specifies to print the current object starting on top of a new page if it doesn't fit on the current page.</ahelp>"
msgstr ""
-#: dabawiz01.xhp#par_idN105F9.help.text
-msgid "Open an existing database file"
+#. a?Cd
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id1536606\n"
+"help.text"
+msgid "Insert some data fields into the Detail area, or insert other control fields into any area. When you select an inserted field, you can set the properties in the Properties window."
msgstr ""
-#: dabawiz01.xhp#par_idN105FD.help.text
-msgid "<ahelp hid=\".\">Select to open a database file from a list of recently used files or from a file selection dialog.</ahelp>"
+#. ^l+4
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id9631641\n"
+"help.text"
+msgid "For a Label field, you can change the displayed text in the Label input box."
msgstr ""
-#: dabawiz01.xhp#par_idN10614.help.text
-msgid "Recently used"
+#. $pD=
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id7749565\n"
+"help.text"
+msgid "<ahelp hid=\".\">For a picture, you can specify to either insert the picture as a link to a file or only as an embedded object in the Base file. The embedded option increases the size of the Base file, while the link option is not as portable to other computers.</ahelp>"
msgstr ""
-#: dabawiz01.xhp#par_idN10618.help.text
-msgid "<ahelp hid=\".\">Select a database file to open from the list of recently used files. Click Finish to open the file immediately and to exit the wizard.</ahelp>"
+#. !Q^-
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id4041871\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Set the X Position for the selected object</ahelp>"
msgstr ""
-#: dabawiz01.xhp#par_idN1062F.help.text
-msgctxt "dabawiz01.xhp#par_idN1062F.help.text"
-msgid "Open"
+#. {eJ~
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id9930722\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Set the Y Position for the selected object</ahelp>"
msgstr ""
-#: dabawiz01.xhp#par_idN10633.help.text
-msgid "<ahelp hid=\".\">Opens a file selection dialog where you can select a database file. Click Open or OK in the file selection dialog to open the file immediately and to exit the wizard.</ahelp>"
+#. G@H8
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id5749687\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the width of the selected object.</ahelp>"
msgstr ""
-#: dabawiz01.xhp#par_idN1058C.help.text
-msgid "Connect to an existing database"
+#. Of3T
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id79348\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the font for the selected text object.</ahelp>"
msgstr ""
-#: dabawiz01.xhp#par_idN10590.help.text
-msgid "<ahelp hid=\".\">Select to create a database document for an existing database connection.</ahelp>"
+#. Erk*
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id2414014\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Print when group change</ahelp>"
msgstr ""
-#: dabawiz01.xhp#par_idN10593.help.text
-msgctxt "dabawiz01.xhp#par_idN10593.help.text"
-msgid "Database type"
+#. uP2.
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id7617114\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Vert. Alignment</ahelp>"
msgstr ""
-#: dabawiz01.xhp#par_idN10597.help.text
-msgid "<ahelp hid=\".\">Select the database type for the existing database connection.</ahelp>"
+#. `|J~
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id1593676\n"
+"help.text"
+msgid "On the <emph>General</emph> tab page of a data field, you can set the Formatting properties, among others."
msgstr ""
-#: dabawiz01.xhp#par_idN1059A.help.text
-msgid "The Outlook, Evolution, KDE Address Book, and Seamonkey database types do not need additional information. For other database types, the wizard contains additional pages to specify the required information."
+#. eiB3
+#: rep_prop.xhp
+msgctxt ""
+"rep_prop.xhp\n"
+"par_id1243629\n"
+"help.text"
+msgid "<ahelp hid=\".\">On the Data tab page, you can change the data contents to be shown.</ahelp>"
msgstr ""
-#: dabawiz01.xhp#par_idN10611.help.text
-msgid "The next wizard page is one of the following pages:"
+#. CNO(
+#: 05000000.xhp
+msgctxt ""
+"05000000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Tables"
msgstr ""
-#: dabawiz01.xhp#par_idN1061C.help.text
-msgctxt "dabawiz01.xhp#par_idN1061C.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz02text.xhp\">Set up text file connection</link>"
-msgstr ""
+#. C5bS
+#: 05000000.xhp
+msgctxt ""
+"05000000.xhp\n"
+"hd_id3148520\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/05000000.xhp\" name=\"Tables\">Tables</link>"
+msgstr "<link href=\"text/shared/explorer/database/05000000.xhp\" name=\"Tables\">ცხრილები</link>"
-#: dabawiz01.xhp#par_idN1062B.help.text
-msgid "<link href=\"text/shared/explorer/database/dabawiz02access.xhp\">Set up Microsoft Access or Microsoft Access 2007 connection</link>"
-msgstr ""
+#. _/ME
+#: 05000000.xhp
+msgctxt ""
+"05000000.xhp\n"
+"par_id3147102\n"
+"2\n"
+"help.text"
+msgid "Data sources tables allow you see your data line by line. You can make new entries and deletions."
+msgstr "მონაცემთა წყაროების ცხრილები საშუალებას გაძლევთ თქვენი მონაცემები ნახოთ ხაზების მიხედვით. თქვენ შეგიძლიათ გააკეთოთ ახალი ჩანაწერები და წაშლები."
+
+#. g[8M
+#: 05000000.xhp
+msgctxt ""
+"05000000.xhp\n"
+"par_id3147226\n"
+"43\n"
+"help.text"
+msgid "In the $[officename] Help, you will find further information on the following subjects:"
+msgstr "$[officename]-ის დახმარებაში თქვენ შეგიძლიათ ნახოთ დამატებითი ინფორმაციას შემდეგ საკითხებზე:"
+
+#. ~Fb#
+#: 05000000.xhp
+msgctxt ""
+"05000000.xhp\n"
+"hd_id3152425\n"
+"54\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/05010000.xhp\" name=\"Create new or edit table design\">Create new or edit table design</link>"
+msgstr "<link href=\"text/shared/explorer/database/05010000.xhp\" name=\"Create new or edit table design\">ახალი ცხრილის შექმნა ან ცხრილის დიზაინის რედაქტირება</link>"
-#: dabawiz01.xhp#par_idN1063A.help.text
-msgctxt "dabawiz01.xhp#par_idN1063A.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz02ldap.xhp\">Set up LDAP connection</link>"
+#. h.no
+#: 05000000.xhp
+msgctxt ""
+"05000000.xhp\n"
+"hd_id3149095\n"
+"53\n"
+"help.text"
+msgid "<link href=\"text/shared/main0212.xhp\" name=\"Sort and Filter Data\">Sort and Filter Data</link>"
+msgstr "<link href=\"text/shared/main0212.xhp\" name=\"Sort and Filter Data\">მონაცემთა დალაგება და გაფილტვრა</link>"
+
+#. *^OS
+#: 05000000.xhp
+msgctxt ""
+"05000000.xhp\n"
+"hd_id3154288\n"
+"40\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/05020000.xhp\" name=\"Relations, Primary and External Key\">Relations, Primary and External Key</link>"
+msgstr "<link href=\"text/shared/explorer/database/05020000.xhp\" name=\"Relations, Primary and External Key\">კავშირები, პირველადი და გარე გასაღები</link>"
+
+#. i!pk
+#: dabawiz02oracle.xhp
+msgctxt ""
+"dabawiz02oracle.xhp\n"
+"tit\n"
+"help.text"
+msgid "Oracle Database Connection"
msgstr ""
-#: dabawiz01.xhp#par_idN10658.help.text
-msgctxt "dabawiz01.xhp#par_idN10658.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz02ado.xhp\">Set up ADO connection</link>"
+#. /;$m
+#: dabawiz02oracle.xhp
+msgctxt ""
+"dabawiz02oracle.xhp\n"
+"bm_id5900753\n"
+"help.text"
+msgid "<bookmark_value>Oracle databases (base)</bookmark_value>"
msgstr ""
-#: dabawiz01.xhp#par_idN10667.help.text
-msgctxt "dabawiz01.xhp#par_idN10667.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz02jdbc.xhp\">Set up JDBC connection</link>"
+#. K31W
+#: dabawiz02oracle.xhp
+msgctxt ""
+"dabawiz02oracle.xhp\n"
+"par_idN105A4\n"
+"help.text"
+msgid "Oracle Database Connection"
msgstr ""
-#: dabawiz01.xhp#par_idN10676.help.text
-msgctxt "dabawiz01.xhp#par_idN10676.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz02oracle.xhp\">Set up Oracle database connection</link>"
+#. 9Yj*
+#: dabawiz02oracle.xhp
+msgctxt ""
+"dabawiz02oracle.xhp\n"
+"par_idN105A8\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the options to access an Oracle database.</ahelp>"
msgstr ""
-#: dabawiz01.xhp#par_idN10685.help.text
-msgctxt "dabawiz01.xhp#par_idN10685.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz02mysql.xhp\">MySQL settings</link>"
+#. Kd{8
+#: dabawiz02oracle.xhp
+msgctxt ""
+"dabawiz02oracle.xhp\n"
+"par_idN105BD\n"
+"help.text"
+msgid "Oracle database"
msgstr ""
-#: dabawiz01.xhp#par_idN10694.help.text
-msgctxt "dabawiz01.xhp#par_idN10694.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz02odbc.xhp\">ODBC settings</link>"
+#. *yk*
+#: dabawiz02oracle.xhp
+msgctxt ""
+"dabawiz02oracle.xhp\n"
+"par_idN105C1\n"
+"help.text"
+msgid "You can use a JDBC driver to access an Oracle database from Solaris or Linux. To access the database from Windows, you need an ODBC driver."
msgstr ""
-#: dabawiz01.xhp#par_idN106A3.help.text
-msgctxt "dabawiz01.xhp#par_idN106A3.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz02spreadsheet.xhp\">Set up Spreadsheet connection</link>"
+#. Kgjp
+#: dabawiz02oracle.xhp
+msgctxt ""
+"dabawiz02oracle.xhp\n"
+"par_idN105D4\n"
+"help.text"
+msgid "On UNIX, ensure that the Oracle database client is installed with JDBC support. The JDBC driver class for the Solaris Oracle client version 8.x is located in the <Oracle client>/product/jdbc/lib/classes111.zip directory. You can also download the latest version of the driver from the Oracle web site:"
msgstr ""
-#: querywizard06.xhp#tit.help.text
-msgid "Query Wizard - Grouping Conditions"
+#. rh9.
+#: dabawiz02oracle.xhp
+msgctxt ""
+"dabawiz02oracle.xhp\n"
+"par_idN105D7\n"
+"help.text"
+msgid "http://otn.oracle.com/tech/java/sqlj_jdbc/content.html"
msgstr ""
-#: querywizard06.xhp#par_idN10546.help.text
-msgid "<link href=\"text/shared/explorer/database/querywizard06.xhp\">Query Wizard - Grouping Conditions</link>"
+#. HWP\
+#: dabawiz02oracle.xhp
+msgctxt ""
+"dabawiz02oracle.xhp\n"
+"par_idN105EA\n"
+"help.text"
+msgid "<ahelp hid=\".\">In the <emph>Data source URL</emph> box, enter the location of the Oracle database server. The syntax of the URL depends on the database type. See the documentation that came with the JDBC driver for more information.</ahelp>"
msgstr ""
-#: querywizard06.xhp#par_idN10556.help.text
-msgid "Specifies the conditions to group the query. The data source must support the SQL statement \"Order by clauses\" to enable this page of the Wizard."
+#. ++Dr
+#: dabawiz02oracle.xhp
+msgctxt ""
+"dabawiz02oracle.xhp\n"
+"par_idN105F1\n"
+"help.text"
+msgid "For an Oracle database, the syntax of the URL is:"
msgstr ""
-#: querywizard06.xhp#par_idN10559.help.text
-msgctxt "querywizard06.xhp#par_idN10559.help.text"
-msgid "Match all of the following"
+#. 0mUm
+#: dabawiz02oracle.xhp
+msgctxt ""
+"dabawiz02oracle.xhp\n"
+"par_idN105F4\n"
+"help.text"
+msgid "oracle:thin:@hostname:port:database_name"
msgstr ""
-#: querywizard06.xhp#par_idN1055D.help.text
-msgid "<ahelp hid=\".\">Select to group the query by all the conditions using a logical AND.</ahelp>"
+#. X50#
+#: dabawiz02oracle.xhp
+msgctxt ""
+"dabawiz02oracle.xhp\n"
+"par_idN105FD\n"
+"help.text"
+msgid "hostname is the name of the machine that runs the Oracle database. You can also replace hostname with the IP address of the server."
msgstr ""
-#: querywizard06.xhp#par_idN10560.help.text
-msgctxt "querywizard06.xhp#par_idN10560.help.text"
-msgid "Match any of the following"
+#. 4%g7
+#: dabawiz02oracle.xhp
+msgctxt ""
+"dabawiz02oracle.xhp\n"
+"par_idN10601\n"
+"help.text"
+msgid "port is the port where the Oracle database listens. Ask your database administrator for the correct port address."
msgstr ""
-#: querywizard06.xhp#par_idN10564.help.text
-msgid "<ahelp hid=\".\">Select to group the query by any of the conditions using a logical OR.</ahelp>"
+#. ?/87
+#: dabawiz02oracle.xhp
+msgctxt ""
+"dabawiz02oracle.xhp\n"
+"par_idN10605\n"
+"help.text"
+msgid "database_name is the name of the Oracle database. Ask your database administrator for the correct name."
msgstr ""
-#: querywizard06.xhp#par_idN10567.help.text
-msgctxt "querywizard06.xhp#par_idN10567.help.text"
-msgid "Field name"
-msgstr "ველის სახელი"
+#. hg%%
+#: dabawiz02oracle.xhp
+msgctxt ""
+"dabawiz02oracle.xhp\n"
+"par_idN10608\n"
+"help.text"
+msgid "Name of the Oracle database"
+msgstr ""
-#: querywizard06.xhp#par_idN1056B.help.text
-msgid "<ahelp hid=\".\">Select the field name for the grouping condition.</ahelp>"
+#. ez/f
+#: dabawiz02oracle.xhp
+msgctxt ""
+"dabawiz02oracle.xhp\n"
+"par_idN1060C\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the name of the Oracle database.</ahelp>"
msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: querywizard06.xhp#par_idN1056E.help.text
-msgctxt "querywizard06.xhp#par_idN1056E.help.text"
-msgid "Condition"
+#. f]IT
+#: dabawiz02oracle.xhp
+msgctxt ""
+"dabawiz02oracle.xhp\n"
+"par_idN1060F\n"
+"help.text"
+msgid "Server URL"
msgstr ""
-#: querywizard06.xhp#par_idN10572.help.text
-msgid "<ahelp hid=\".\">Select the condition for the grouping.</ahelp>"
-msgstr ""
+#. !BG`
+#: dabawiz02oracle.xhp
+msgctxt ""
+"dabawiz02oracle.xhp\n"
+"par_idN10613\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the URL for the database server. </ahelp>"
+msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: querywizard06.xhp#par_idN10575.help.text
-msgctxt "querywizard06.xhp#par_idN10575.help.text"
-msgid "Value"
+#. {3S,
+#: dabawiz02oracle.xhp
+msgctxt ""
+"dabawiz02oracle.xhp\n"
+"par_idN10616\n"
+"help.text"
+msgid "Port number"
msgstr ""
-#: querywizard06.xhp#par_idN10579.help.text
-msgid "<ahelp hid=\".\">Enter the value for the grouping condition.</ahelp>"
+#. {lE`
+#: dabawiz02oracle.xhp
+msgctxt ""
+"dabawiz02oracle.xhp\n"
+"par_idN1061A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the port number for the database server.</ahelp>"
msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: querywizard06.xhp#par_idN1057C.help.text
-msgid "<link href=\"text/shared/explorer/database/querywizard07.xhp\" name=\"Query Wizard - Aliases\">Query Wizard - Aliases</link>"
+#. FpHj
+#: dabawiz02oracle.xhp
+msgctxt ""
+"dabawiz02oracle.xhp\n"
+"par_idN1061D\n"
+"help.text"
+msgid "Oracle JDBC Driver Class"
msgstr ""
-#: dabapropgen.xhp#tit.help.text
-msgctxt "dabapropgen.xhp#tit.help.text"
-msgid "Advanced Properties"
+#. M;H~
+#: dabawiz02oracle.xhp
+msgctxt ""
+"dabawiz02oracle.xhp\n"
+"par_idN10621\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DSADMIN_DRIVERCLASS\">Enter the name of the JDBC driver.</ahelp>"
msgstr ""
-#: dabapropgen.xhp#par_idN1054D.help.text
-msgid "<link href=\"text/shared/explorer/database/dabapropgen.xhp\">Advanced Properties</link>"
+#. YDCH
+#: dabawiz02oracle.xhp
+msgctxt ""
+"dabawiz02oracle.xhp\n"
+"par_idN10630\n"
+"help.text"
+msgid "Test Class"
msgstr ""
-#: dabapropgen.xhp#par_idN1055D.help.text
-msgid "Specifies some options for a database."
+#. $Da?
+#: dabawiz02oracle.xhp
+msgctxt ""
+"dabawiz02oracle.xhp\n"
+"par_idN10634\n"
+"help.text"
+msgid "<ahelp hid=\".\">Tests the connection with the current settings.</ahelp>"
msgstr ""
-#: dabapropgen.xhp#par_id4513992.help.text
-msgctxt "dabapropgen.xhp#par_id4513992.help.text"
-msgid "In a database window, choose <emph>Edit - Database - Properties</emph>, click <emph>Advanced Properties</emph> tab"
+#. rihZ
+#: dabawiz02oracle.xhp
+msgctxt ""
+"dabawiz02oracle.xhp\n"
+"par_idN10637\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz03auth.xhp\">Authentication</link>"
msgstr ""
-#: dabapropgen.xhp#par_idN10572.help.text
-msgctxt "dabapropgen.xhp#par_idN10572.help.text"
-msgid "The availability of the following controls depends on the type of database:"
+#. Z/+c
+#: dabawiz02oracle.xhp
+msgctxt ""
+"dabawiz02oracle.xhp\n"
+"par_idN10646\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>"
msgstr ""
-#: dabapropgen.xhp#par_idN10575.help.text
-msgid "Path to dBASE files"
+#. }]Sd
+#: querywizard00.xhp
+msgctxt ""
+"querywizard00.xhp\n"
+"tit\n"
+"help.text"
+msgid "Query Wizard"
msgstr ""
-#: dabapropgen.xhp#par_idN10579.help.text
-msgid "<ahelp hid=\".\">Enter the path to the directory that contains the dBASE files.</ahelp>"
-msgstr ""
+#. B7-C
+#: querywizard00.xhp
+#, fuzzy
+msgctxt ""
+"querywizard00.xhp\n"
+"par_idN1054C\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/querywizard00.xhp\">Query Wizard</link>"
+msgstr "<link href=\"text/shared/explorer/database/02000000.xhp\" name=\"Queries\">მოთხოვნები</link>"
-#: dabapropgen.xhp#par_idN1057C.help.text
-msgid "Ensure that the *.dbf file name extension of the dBASE files is lowercase."
+#. {cAY
+#: querywizard00.xhp
+msgctxt ""
+"querywizard00.xhp\n"
+"par_idN1055C\n"
+"help.text"
+msgid "<ahelp hid=\".\">The Query Wizard helps you to design a database query.</ahelp> The saved query can be called later, either from the graphical user interface, or using the automatically created SQL language command."
msgstr ""
-#: dabapropgen.xhp#par_idN10591.help.text
-msgctxt "dabapropgen.xhp#par_idN10591.help.text"
-msgid "Browse"
+#. @,4p
+#: querywizard00.xhp
+msgctxt ""
+"querywizard00.xhp\n"
+"par_idN105D2\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/querywizard01.xhp\" name=\"Query Wizard - Field Selection\">Query Wizard - Field selection</link>"
msgstr ""
-#: dabapropgen.xhp#par_idN10595.help.text
-msgid "<ahelp hid=\".\">Opens a dialog where you can select a file or a directory.</ahelp>"
+#. J0YX
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"tit\n"
+"help.text"
+msgid "Report Builder"
msgstr ""
-#: dabapropgen.xhp#par_idN105AA.help.text
-msgid "Test Connection"
-msgstr ""
+#. ?@rN
+#: rep_main.xhp
+#, fuzzy
+msgctxt ""
+"rep_main.xhp\n"
+"bm_id1614429\n"
+"help.text"
+msgid "<bookmark_value>Report Builder</bookmark_value><bookmark_value>Oracle Report Builder</bookmark_value>"
+msgstr "<bookmark_value>ბრძანებათა გამეორება</bookmark_value><bookmark_value>ბრძანებათა გამეორება</bookmark_value>"
-#: dabapropgen.xhp#par_idN105AE.help.text
-msgid "<ahelp hid=\".\">Tests the database connection with the current settings.</ahelp>"
+#. lNf=
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"hd_id8773155\n"
+"help.text"
+msgid "<variable id=\"rep_main\"><link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link></variable>"
msgstr ""
-#: dabapropgen.xhp#par_idN105B1.help.text
-msgid "Path to the text files"
+#. z@J^
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id5248573\n"
+"help.text"
+msgid "The Report Builder is a tool to create your own database reports. Unlike with the <link href=\"text/shared/autopi/01100000.xhp\">Report Wizard</link>, using the Report Builder you can take control to design the report the way you want. The generated report is a Writer document that you can edit, too."
msgstr ""
-#: dabapropgen.xhp#par_idN105B5.help.text
-msgid "<ahelp hid=\".\">Enter the path to the folder of the text files.</ahelp>"
-msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
+#. Vtk_
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id7128818\n"
+"help.text"
+msgid "To use the Report Builder, the Report Builder extension must be installed. In addition, the Java Runtime Environment (JRE) software must be installed, and this software must be selected in %PRODUCTNAME."
+msgstr ""
-#: dabapropgen.xhp#par_idN105B8.help.text
-msgid "Path to the spreadsheet document"
+#. `29B
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"hd_id3753776\n"
+"help.text"
+msgid "To Install the Report Builder Extension"
msgstr ""
-#: dabapropgen.xhp#par_idN105BC.help.text
-msgid "<ahelp hid=\".\">Enter the path to the spreadsheet document that you want to use as a database.</ahelp>"
+#. y58S
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id5284279\n"
+"help.text"
+msgid "Choose Tools - Extension Manager to open the <link href=\"text/shared/01/packagemanager.xhp\">Extension Manager</link>."
msgstr ""
-#: dabapropgen.xhp#par_idN105BF.help.text
-msgid "Name of the ODBC data source on your system"
+#. BKt2
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id4494766\n"
+"help.text"
+msgid "If you see the Report Builder in the Extension Manager list, then you do not need to install the extension. Else click the link \"Get more extensions here\". This opens your web browser at the address <link href=\"http://extensions.libreoffice.org\">http://extensions.libreoffice.org</link> and shows a list of available extensions."
msgstr ""
-#: dabapropgen.xhp#par_idN105C3.help.text
-msgid "<ahelp hid=\".\">Enter the name of the ODBC data source.</ahelp>"
-msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
+#. ^nFe
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id7858516\n"
+"help.text"
+msgid "Find the Report Builder extension. Click at the icon or the \"click here\" text link. This opens the download page for the extension."
+msgstr ""
-#: dabapropgen.xhp#par_idN105C6.help.text
-msgctxt "dabapropgen.xhp#par_idN105C6.help.text"
-msgid "User name"
-msgstr "მომხმარებლის სახელი"
+#. jo$L
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id973540\n"
+"help.text"
+msgid "Click the \"Get it!\" icon. The extension file will be downloaded to your computer."
+msgstr ""
-#: dabapropgen.xhp#par_idN105CA.help.text
-msgid "<ahelp hid=\".\">Enter the user name that is required to access the database.</ahelp>"
-msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
+#. YW7?
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id4680928\n"
+"help.text"
+msgid "Switch back from your web browser to the %PRODUCTNAME window. The Extension Manager should still be visible."
+msgstr ""
-#: dabapropgen.xhp#par_idN105CD.help.text
-msgctxt "dabapropgen.xhp#par_idN105CD.help.text"
-msgid "Password required"
+#. C/IH
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id9014252\n"
+"help.text"
+msgid "In the Extension Manager, click Add to open the Add extensions dialog."
msgstr ""
-#: dabapropgen.xhp#par_idN105D1.help.text
-msgid "<ahelp hid=\".\">If checked, the user will be asked to enter the password that is required to access the database.</ahelp>"
+#. 5Y4r
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id6011841\n"
+"help.text"
+msgid "Select the extension file that you downloaded. Click Open."
msgstr ""
-#: dabapropgen.xhp#hd_id7806329.help.text
-msgid "Name of the database"
+#. 6\Os
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id2591326\n"
+"help.text"
+msgid "This starts the installation of the Report Builder extension."
msgstr ""
-#: dabapropgen.xhp#par_id5589159.help.text
-msgid "<ahelp hid=\".\">Enter the name of the database.</ahelp>"
-msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
+#. -d?{
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id6201666\n"
+"help.text"
+msgid "Read the license. If you accept the license, click Accept to continue the installation."
+msgstr ""
-#: dabapropgen.xhp#par_idN105D4.help.text
-msgid "Name of the MySQL database"
+#. ]]p:
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id208136\n"
+"help.text"
+msgid "Click Close to close the Extension Manager."
msgstr ""
-#: dabapropgen.xhp#par_idN105D8.help.text
-msgid "<ahelp hid=\".\">Enter the name of the MySQL database that you want to use as a data source.</ahelp>"
+#. I%*?
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id20813699\n"
+"help.text"
+msgid "Restart %PRODUCTNAME. If the Quickstarter is running, also close the Quickstarter."
msgstr ""
-#: dabapropgen.xhp#par_idN105DB.help.text
-msgctxt "dabapropgen.xhp#par_idN105DB.help.text"
-msgid "Name of the Oracle database"
+#. T|9d
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"hd_id556047\n"
+"help.text"
+msgid "To install the JRE software"
msgstr ""
-#: dabapropgen.xhp#par_idN105DF.help.text
-msgid "<ahelp hid=\".\">Enter the name of the Oracle database that you want to use as a data source.</ahelp>"
+#. O3lT
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id4515823\n"
+"help.text"
+msgid "The Report Builder requires an installed Java Runtime Environment (JRE)."
msgstr ""
-#: dabapropgen.xhp#par_idN105E9.help.text
-msgctxt "dabapropgen.xhp#par_idN105E9.help.text"
-msgid "Microsoft Access database file"
+#. z2pA
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id4044312\n"
+"help.text"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - <link href=\"text/shared/optionen/java.xhp\">Java</link>."
msgstr ""
-#: dabapropgen.xhp#par_idN105ED.help.text
-msgid "<ahelp hid=\".\">Enter the name of the Microsoft Access database file that you want to use as a data source.</ahelp>"
+#. PY!,
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id1369060\n"
+"help.text"
+msgid "Wait up to one minute, while %PRODUCTNAME collects information on installed Java software on your system."
msgstr ""
-#: dabapropgen.xhp#par_idN105F0.help.text
-msgctxt "dabapropgen.xhp#par_idN105F0.help.text"
-msgid "Host name"
+#. OD{Y
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id860927\n"
+"help.text"
+msgid "If a recent JRE version is found on your system, you see an entry in the list."
msgstr ""
-#: dabapropgen.xhp#par_idN105F4.help.text
-msgid "<ahelp hid=\".\">Enter the host name for the LDAP data source.</ahelp>"
-msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
+#. 6$8I
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id8581804\n"
+"help.text"
+msgid "Click the option button in front of the entry to enable this JRE version for use in %PRODUCTNAME."
+msgstr ""
-#: dabapropgen.xhp#par_idN105F7.help.text
-msgctxt "dabapropgen.xhp#par_idN105F7.help.text"
-msgid "Data source URL"
+#. .#[3
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id7730033\n"
+"help.text"
+msgid "Ensure that <emph>Use a Java runtime environment</emph> is enabled."
msgstr ""
-#: dabapropgen.xhp#par_idN105FB.help.text
-msgid "<ahelp hid=\".\">Enter the location of the JDBC data source as a URL.</ahelp>"
-msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
+#. 2bi-
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id6317636\n"
+"help.text"
+msgid "If no JRE version is found on your system, open your web browser and download the JRE software from <link href=\"http://www.java.com\">http://www.java.com</link>. Install the JRE software. Then restart %PRODUCTNAME and open <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Java again."
+msgstr ""
-#: dabapropgen.xhp#par_idN105FE.help.text
-msgid "JDBC driver class"
+#. SD_X
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"hd_id9759514\n"
+"help.text"
+msgid "To open the Report Builder"
msgstr ""
-#: dabapropgen.xhp#par_idN10602.help.text
-msgid "<ahelp hid=\".\">Enter the name of the JDBC driver class that connects to the data source.</ahelp>"
+#. lXlj
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id9076509\n"
+"help.text"
+msgid "Open a Base file or create a new database. The database must contain at least one table with at least one data field and a primary key field."
msgstr ""
-#: dabapropgen.xhp#par_idN10605.help.text
-msgctxt "dabapropgen.xhp#par_idN10605.help.text"
-msgid "Test Class"
+#. pGUj
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id7050691\n"
+"help.text"
+msgid "Click the Reports icon in the Base window, then choose Create Report in Design View."
msgstr ""
-#: dabapropgen.xhp#par_idN10609.help.text
-msgid "<ahelp hid=\".\">Tests the database connection through the JDBC driver class.</ahelp>"
+#. :[(R
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id7118747\n"
+"help.text"
+msgid "The Report Builder window opens."
msgstr ""
-#: dabapropgen.xhp#par_idN10613.help.text
-msgid "Choose a database"
+#. xW$[
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id8283639\n"
+"help.text"
+msgid "The Report Builder is divided into three parts. On the top you see the menu, with the toolbars below."
msgstr ""
-#: dabapropgen.xhp#par_idN10617.help.text
-msgid "<ahelp hid=\".\">Select a database from the list or click <emph>Create</emph> to create a new database.</ahelp>"
+#. l+iF
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id2291024\n"
+"help.text"
+msgid "On the right you see the Properties window with the property values of the currently selected object."
msgstr ""
-#: dabawiz03auth.xhp#tit.help.text
-msgctxt "dabawiz03auth.xhp#tit.help.text"
-msgid "Authentication"
+#. HD|A
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id2100589\n"
+"help.text"
+msgid "The left part of the Report Builder window shows the Report Builder view. The Report Builder view is initially divided into three sections, from top to bottom:"
msgstr ""
-#: dabawiz03auth.xhp#par_idN1053A.help.text
-msgctxt "dabawiz03auth.xhp#par_idN1053A.help.text"
-msgid "Authentication"
+#. MkNQ
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id5022125\n"
+"help.text"
+msgid "<emph>Page Header</emph> - drag control fields with fixed text into the Page Header area"
msgstr ""
-#: dabawiz03auth.xhp#par_idN1053E.help.text
-msgid "<ahelp hid=\".\">Some databases require a user name and password.</ahelp>"
+#. zwhc
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id6844386\n"
+"help.text"
+msgid "<emph>Detail</emph> - drag and drop database fields into the Detail area"
msgstr ""
-#: dabawiz03auth.xhp#par_idN10541.help.text
-msgctxt "dabawiz03auth.xhp#par_idN10541.help.text"
-msgid "User name"
-msgstr "მომხმარებლის სახელი"
+#. Npsq
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id7018646\n"
+"help.text"
+msgid "<emph>Page Footer</emph> - drag control fields with fixed text into the Page Footer area"
+msgstr ""
-#: dabawiz03auth.xhp#par_idN10545.help.text
-msgid "<ahelp hid=\".\">Enter the user name to access the database.</ahelp>"
-msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
+#. }r6E
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id5857112\n"
+"help.text"
+msgid "To insert an additional <emph>Report Header</emph> and <emph>Report Footer</emph> area choose <item type=\"menuitem\">Edit - Insert Report Header/Footer</item>. These areas contain text that appears at the start and end of the whole report."
+msgstr ""
-#: dabawiz03auth.xhp#par_idN10548.help.text
-msgctxt "dabawiz03auth.xhp#par_idN10548.help.text"
-msgid "Password required"
+#. *MI+
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id6042664\n"
+"help.text"
+msgid "Click the \"-\" icon in front of an area name to collapse that area to one line in the Report Builder view. The \"-\" icon changes to a \"+\" icon, and you can click this to expand the area again."
msgstr ""
-#: dabawiz03auth.xhp#par_idN1054C.help.text
-msgid "<ahelp hid=\".\">Select to prompt a user for a password to access the database.</ahelp>"
+#. +r}B
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id1589098\n"
+"help.text"
+msgid "You insert database fields by drag-and-drop into the Detail area. See the section \"To insert fields into the report\" below."
msgstr ""
-#: dabawiz03auth.xhp#par_idN1054F.help.text
-msgctxt "dabawiz03auth.xhp#par_idN1054F.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz02.xhp\">Save and proceed</link>"
+#. ~)XB
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id1278420\n"
+"help.text"
+msgid "In addition, you can click the Label Field or Text Box icon in the toolbar, then drag a rectangle in the Page Header or Page Footer area, to define a text that is the same on all pages. You enter the text in the Label box of the corresponding Properties window. You can also add graphics by using the Graphics icon."
msgstr ""
-#: dabawiz03auth.xhp#par_idN10566.help.text
-msgctxt "dabawiz03auth.xhp#par_idN10566.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>"
+#. E/(#
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id7479476\n"
+"help.text"
+msgid "To connect the report to a database table"
msgstr ""
-#: dabawiz02jdbc.xhp#tit.help.text
-msgid "JDBC Connection"
+#. K`:3
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id2218390\n"
+"help.text"
+msgid "Move the mouse to the Properties view. You see two tab pages General and Data."
msgstr ""
-#: dabawiz02jdbc.xhp#bm_id3726920.help.text
-msgid "<bookmark_value>JDBC; databases (Base)</bookmark_value><bookmark_value>databases; JDBC (Base)</bookmark_value>"
+#. 5{li
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id7771538\n"
+"help.text"
+msgid "On the Data tab page, click Content to open the combo box."
msgstr ""
-#: dabawiz02jdbc.xhp#par_idN105FC.help.text
-msgid "<variable id=\"jdbc\"><link href=\"text/shared/explorer/database/dabawiz02jdbc.xhp\">JDBC Connection</link></variable>"
+#. 2[.q
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id366527\n"
+"help.text"
+msgid "Select the table for that you want to create the report."
msgstr ""
-#: dabawiz02jdbc.xhp#par_idN10600.help.text
-msgid "<ahelp hid=\".\">Specifies the options to access a <link href=\"text/shared/00/00000005.xhp#jdbc\" name=\"JDBC\">JDBC</link> database.</ahelp>"
+#. )d-W
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id7996459\n"
+"help.text"
+msgid "After selecting the table, press the Tab key to leave the Content box."
msgstr ""
-#: dabawiz02jdbc.xhp#par_idN10623.help.text
-msgid "JDBC Examples"
+#. 6Ns9
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id2531815\n"
+"help.text"
+msgid "The Add Field window opens automatically and shows all fields of the selected table."
msgstr ""
-#: dabawiz02jdbc.xhp#par_idN10627.help.text
-msgid "<item type=\"productname\">You can use a JDBC driver class to connect to a JDBC database from %PRODUCTNAME</item>. The driver class is provided by the database manufacturer. Two examples of JDBC databases are Oracle and MySQL."
+#. A~U!
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id5927304\n"
+"help.text"
+msgid "To insert fields into the report"
msgstr ""
-#: dabawiz02jdbc.xhp#par_idN1062D.help.text
-msgid "The driver classes must be added to %PRODUCTNAME in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Java."
+#. 9$d/
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id4503921\n"
+"help.text"
+msgid "The Add Field window helps you to insert the table entries in the report. Click the Add Field icon in the toolbar to open the Add Field window."
msgstr ""
-#: dabawiz02jdbc.xhp#par_idN10634.help.text
-msgctxt "dabawiz02jdbc.xhp#par_idN10634.help.text"
-msgid "Oracle database"
+#. %dj]
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id4051026\n"
+"help.text"
+msgid "Drag and drop the field names one by one from the Add Field window into the Detail area of the report. Position the fields as you like. Use the icons in the toolbars to align the fields."
msgstr ""
-#: dabawiz02jdbc.xhp#par_idN10638.help.text
-msgctxt "dabawiz02jdbc.xhp#par_idN10638.help.text"
-msgid "You can use a JDBC driver to access an Oracle database from Solaris or Linux. To access the database from Windows, you need an ODBC driver."
+#. $F:K
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id3397320\n"
+"help.text"
+msgid "It is not possible to overlap the fields. If you drop a table field on the Detail area, then a label and a text box are inserted."
msgstr ""
-#: dabawiz02jdbc.xhp#par_idN1064B.help.text
-msgid "On UNIX, ensure that the Oracle database client is installed with JDBC support. The JDBC driver class for the Solaris Oracle client version 8.x is located in the <Oracle client>/product/jdbc/lib/classes111.zip directory. You can also download the latest version from the Oracle web site:"
+#. YJjm
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id3059785\n"
+"help.text"
+msgid "You can also insert text that should be the same on every page of the report. Click the Label Field icon<image id=\"img_id5605334\" src=\"cmd/sc_label.png\" width=\"0.566cm\" height=\"0.566cm\" localize=\"true\"><alt id=\"alt_id5605334\">Icon</alt></image>, then drag a rectangle in the Page Header or Page Footer area. Edit the Label property to show the text you want."
msgstr ""
-#: dabawiz02jdbc.xhp#par_idN1064E.help.text
-msgctxt "dabawiz02jdbc.xhp#par_idN1064E.help.text"
-msgid "http://otn.oracle.com/tech/java/sqlj_jdbc/content.html"
+#. Q[ga
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id7657399\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to align the objects at the left margin of the area.</ahelp>"
msgstr ""
-#: dabawiz02jdbc.xhp#par_idN10661.help.text
-msgid "In the <emph>Data source URL</emph> box, enter the location of the Oracle database server. The syntax of the URL depends on the database type. See the documentation that came with the JDBC driver for more information. "
+#. OqtN
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id8925138\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to align the objects at the right margin of the area.</ahelp>"
msgstr ""
-#: dabawiz02jdbc.xhp#par_idN10668.help.text
-msgctxt "dabawiz02jdbc.xhp#par_idN10668.help.text"
-msgid "For an Oracle database, the syntax of the URL is:"
+#. T2Mz
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id5461897\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to align the objects at the top margin of the area.</ahelp>"
msgstr ""
-#: dabawiz02jdbc.xhp#par_idN1066B.help.text
-msgctxt "dabawiz02jdbc.xhp#par_idN1066B.help.text"
-msgid "oracle:thin:@hostname:port:database_name"
+#. w(#;
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id8919339\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to align the objects at the bottom margin of the area.</ahelp>"
msgstr ""
-#: dabawiz02jdbc.xhp#par_idN10674.help.text
-msgctxt "dabawiz02jdbc.xhp#par_idN10674.help.text"
-msgid "hostname is the name of the machine that runs the Oracle database. You can also replace hostname with the IP address of the server."
+#. EMr`
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id4634235\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to resize the objects to the smallest width.</ahelp>"
msgstr ""
-#: dabawiz02jdbc.xhp#par_idN10678.help.text
-msgctxt "dabawiz02jdbc.xhp#par_idN10678.help.text"
-msgid "port is the port where the Oracle database listens. Ask your database administrator for the correct port address."
+#. B^ba
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id1393475\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to resize the objects to the smallest height.</ahelp>"
msgstr ""
-#: dabawiz02jdbc.xhp#par_idN1067C.help.text
-msgctxt "dabawiz02jdbc.xhp#par_idN1067C.help.text"
-msgid "database_name is the name of the Oracle database. Ask your database administrator for the correct name."
+#. TUS|
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id6571550\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to resize the objects to the greatest width.</ahelp>"
msgstr ""
-#: dabawiz02jdbc.xhp#par_idN1067F.help.text
-msgid "MySQL database"
+#. P5[p
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id5376140\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to resize the objects to the greatest height.</ahelp>"
msgstr ""
-#: dabawiz02jdbc.xhp#par_idN10683.help.text
-msgid "The driver for the MySQL database is available on the MySQL web site."
+#. ;(i[
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id9611499\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a horizontal line to the current area.</ahelp>"
msgstr ""
-#: dabawiz02jdbc.xhp#par_idN10689.help.text
-msgid "The syntax for a MySQL database is:"
+#. h7t2
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id6765953\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a vertical line to the current area.</ahelp>"
msgstr ""
-#: dabawiz02jdbc.xhp#par_idN1068C.help.text
-msgid "mysql://hostname:port/database_name"
+#. .5Az
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id0409200922242612\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Shrinks the selected section to remove top and bottom empty space.</ahelp>"
msgstr ""
-#: dabawiz02jdbc.xhp#par_idN10695.help.text
-msgid "<ahelp hid=\".\">hostname is the name of the machine that runs the MySQL database.</ahelp> You can also replace hostname with the IP address of the server."
+#. LWV]
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id0409200922242617\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Shrinks the selected section to remove top empty space.</ahelp>"
msgstr ""
-#: dabawiz02jdbc.xhp#par_idN10699.help.text
-msgid "port is the default port for MySQL databases, namely 3306."
+#. z846
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id0409200922242661\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Shrinks the selected section to remove bottom empty space.</ahelp>"
msgstr ""
-#: dabawiz02jdbc.xhp#par_idN1069D.help.text
-msgid "database_name is the name of the database."
+#. L+RU
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id1511581\n"
+"help.text"
+msgid "After inserting fields in the Detail view, the report is ready for execution."
msgstr ""
-#: dabawiz02jdbc.xhp#par_idN106A0.help.text
-msgctxt "dabawiz02jdbc.xhp#par_idN106A0.help.text"
-msgid "Data source URL"
+#. CRm0
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id4881740\n"
+"help.text"
+msgid "To execute a report"
msgstr ""
-#: dabawiz02jdbc.xhp#par_idN106A4.help.text
-msgid "<ahelp hid=\"HID_DSADMIN_CONNURL_JDBCPAGE\">Enter the URL for the database. For example, for the MySQL JDBC driver, enter \"jdbc:mysql://<Servername>/<name of the database>\". For more information on the JDBC driver, consult the documentation that came with the driver.</ahelp>"
+#. 6bsd
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id8286385\n"
+"help.text"
+msgid "Click the Execute Report icon<image id=\"img_id3380230\" src=\"cmd/sc_executereport.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3380230\">Icon</alt></image> on the toolbar."
msgstr ""
-#: dabawiz02jdbc.xhp#par_idN106BB.help.text
-msgid "JDBC Driver Class"
+#. X8F*
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id2354197\n"
+"help.text"
+msgid "A Writer document opens and shows the report you have created, which contains all values of the database table which you have insert."
msgstr ""
-#: dabawiz02jdbc.xhp#par_idN106BF.help.text
-msgctxt "dabawiz02jdbc.xhp#par_idN106BF.help.text"
-msgid "<ahelp hid=\"HID_DSADMIN_DRIVERCLASS\">Enter the name of the JDBC driver.</ahelp>"
+#. dh,9
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id2485122\n"
+"help.text"
+msgid "If the database contents did change, execute the report again to update the result report."
msgstr ""
-#: dabawiz02jdbc.xhp#par_id7953733.help.text
-msgid "Before you can use a JDBC driver, you need to add its class path. Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME</emph><emph>- Java</emph>, and click the <emph>Class Path</emph> button. After you add the path information, restart <item type=\"productname\">%PRODUCTNAME</item>."
+#. q-:Q
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"hd_id8746910\n"
+"help.text"
+msgid "To edit a report"
msgstr ""
-#: dabawiz02jdbc.xhp#par_idN106CE.help.text
-msgctxt "dabawiz02jdbc.xhp#par_idN106CE.help.text"
-msgid "Test Class"
+#. ]dI7
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id9636524\n"
+"help.text"
+msgid "First decide if you want to edit the generated report, which is a static Writer document, or if you want to edit the Report Builder view and then generate a new report based on the new design."
msgstr ""
-#: dabawiz02jdbc.xhp#par_idN106E4.help.text
-msgctxt "dabawiz02jdbc.xhp#par_idN106E4.help.text"
-msgid "<ahelp hid=\".\">Tests the connection with the current settings.</ahelp>"
+#. 7)XZ
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id5941648\n"
+"help.text"
+msgid "The Writer document is opened read-only. To edit the Writer document, click Edit File<image id=\"img_id8237556\" src=\"cmd/sc_editdoc.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id8237556\">Icon</alt></image> on the Standard toolbar."
msgstr ""
-#: dabawiz02jdbc.xhp#par_idN106E7.help.text
-msgctxt "dabawiz02jdbc.xhp#par_idN106E7.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz03auth.xhp\">Authentication</link>"
+#. ;=Ml
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id8307138\n"
+"help.text"
+msgid "If you want to edit the Report Builder view, you can change some of its properties."
msgstr ""
-#: dabawiz02jdbc.xhp#par_idN106F6.help.text
-msgctxt "dabawiz02jdbc.xhp#par_idN106F6.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>"
+#. @m,9
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id7138889\n"
+"help.text"
+msgid "Click in the Details area. Then in the Properties window, change some properties, for example the background color."
msgstr ""
-#: tablewizard04.xhp#tit.help.text
-msgid "Table Wizard - Create Table"
+#. mu(c
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id9869380\n"
+"help.text"
+msgid "After finishing, click the Execute Report icon<image id=\"Graphic2\" src=\"cmd/sc_executereport.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_\">Icon</alt></image> to create a new report."
msgstr ""
-#: tablewizard04.xhp#par_idN10543.help.text
-msgid "<link href=\"text/shared/explorer/database/tablewizard04.xhp\">Table Wizard - Create Table</link>"
+#. .3=e
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id12512\n"
+"help.text"
+msgid "If you close the Report Builder, you will be asked if the report should be saved. Click Yes, give the report a name, and click OK."
msgstr ""
-#: tablewizard04.xhp#par_idN10553.help.text
-msgid "Enter a name for the table and specify whether you want to modify the table after the wizard is finished."
+#. 0Txd
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id2676168\n"
+"help.text"
+msgid "Sorting the report"
msgstr ""
-#: tablewizard04.xhp#par_idN10556.help.text
-msgctxt "tablewizard04.xhp#par_idN10556.help.text"
-msgid "Table name"
-msgstr "ცხრილის სახელი"
+#. ]@KP
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id2626422\n"
+"help.text"
+msgid "Without sorting or grouping, the records will be inserted into the report in the order in which they are retrieved from the database."
+msgstr ""
-#: tablewizard04.xhp#par_idN1055A.help.text
-msgid "<ahelp hid=\".\">Specifies the table name.</ahelp>"
+#. `35N
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id1743827\n"
+"help.text"
+msgid "Open the Report Builder view and click the Sorting and Grouping icon<image id=\"img_id9557786\" src=\"cmd/sc_dbsortingandgrouping.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id9557786\">Icon</alt></image> on the toolbar. You see the <link href=\"text/shared/explorer/database/rep_sort.xhp\">Sorting and Grouping</link> dialog."
msgstr ""
-#: tablewizard04.xhp#par_idN105E4.help.text
-msgid "Catalog of the table"
+#. CEI+
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id4331797\n"
+"help.text"
+msgid "In the Groups box, click the field which you want as the first sort field, and set the Sorting property."
msgstr ""
-#: tablewizard04.xhp#par_idN105EA.help.text
-msgid "<ahelp hid=\".\">Select the catalog for the table. (Available only if the database supports catalogs)</ahelp>"
+#. 7@r=
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id4191717\n"
+"help.text"
+msgid "Execute the report."
msgstr ""
-#: tablewizard04.xhp#par_idN10605.help.text
-msgid "Schema of the table"
+#. =17d
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id2318796\n"
+"help.text"
+msgid "Grouping"
msgstr ""
-#: tablewizard04.xhp#par_idN1060B.help.text
-msgid "<ahelp hid=\".\">Select the schema for the table. (Available only if the database supports schemas)</ahelp>"
+#. fu_o
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id399182\n"
+"help.text"
+msgid "Open the Report Builder view and click the Sorting and Grouping icon<image id=\"Graphic21\" src=\"cmd/sc_dbsortingandgrouping.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_\">Icon</alt></image> on the toolbar. You see the <link href=\"text/shared/explorer/database/rep_sort.xhp\">Sorting and Grouping</link> dialog."
msgstr ""
-#: tablewizard04.xhp#par_idN1055D.help.text
-msgid "Modify the table design"
+#. \QaZ
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id7588732\n"
+"help.text"
+msgid "In the Groups box, open the Group Header list box and select to show a group header."
msgstr ""
-#: tablewizard04.xhp#par_idN10561.help.text
-msgid "<ahelp hid=\".\">Select to save and edit the table design.</ahelp>"
+#. no]U
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id95828\n"
+"help.text"
+msgid "Click the Add Field icon<image id=\"Graphic3\" src=\"cmd/sc_addfield.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_\">Icon</alt></image> to open the Add Field window."
msgstr ""
-#: tablewizard04.xhp#par_idN10564.help.text
-msgid "Insert data immediately"
+#. 2p#E
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id5675527\n"
+"help.text"
+msgid "Drag-and-drop the field entry that you want to group into the group header section. Then drag-and-drop the remaining fields into the Detail section."
msgstr ""
-#: tablewizard04.xhp#par_idN10568.help.text
-msgid "<ahelp hid=\".\">Select to save the table design and open the table to enter data.</ahelp>"
+#. Ew@m
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id3496200\n"
+"help.text"
+msgid "Execute the report. The report shows the grouped records."
msgstr ""
-#: tablewizard04.xhp#par_idN1056B.help.text
-msgid "Create a form based on this table"
+#. /MNL
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id7599108\n"
+"help.text"
+msgid "If you like to sort and group, open the Report Builder view, then open the Sorting and Grouping dialog. Select to show a Group Header for the fields that you want to group, and select to hide the Group Header for the fields that you want to be sorted. Close the Sorting and Grouping window and execute the report."
msgstr ""
-#: tablewizard04.xhp#par_idN1056F.help.text
-msgid "<ahelp hid=\".\">Select to create a form based on this table. The form is created on a text document with the last used settings of the <link href=\"text/shared/autopi/01090000.xhp\">Form Wizard</link>.</ahelp>"
+#. sF3V
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id888698\n"
+"help.text"
+msgid "Updating and printing your data"
msgstr ""
-#: tablewizard04.xhp#par_idN10580.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/explorer/database/tablewizard00.xhp\" name=\"Table Wizard\">Table Wizard</link>"
-msgstr "<link href=\"text/shared/explorer/database/05010000.xhp\" name=\"Table Design\">ცხრილის დიზაინი</link>"
+#. E8m{
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id3394573\n"
+"help.text"
+msgid "When you insert some new data or edit data in the table, a new report will show the updated data."
+msgstr ""
-#: 05040200.xhp#tit.help.text
-msgctxt "05040200.xhp#tit.help.text"
-msgid "Description"
+#. ZY`k
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id7594225\n"
+"help.text"
+msgid "Click the Reports icon<image id=\"img_id4678487\" src=\"dbaccess/res/reports_32.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id4678487\">Icon</alt></image> and double-click your last saved report. A new Writer document will be created which shows the new data."
msgstr ""
-#: 05040200.xhp#hd_id3109850.1.help.text
-msgid "<link href=\"text/shared/explorer/database/05040200.xhp\" name=\"Description\">Description</link>"
-msgstr "<link href=\"text/shared/explorer/database/05040200.xhp\" name=\"Description\">აღწერა</link>"
+#. 37di
+#: rep_main.xhp
+msgctxt ""
+"rep_main.xhp\n"
+"par_id8147221\n"
+"help.text"
+msgid "To print a report, choose <item type=\"menuitem\">File - Print</item> from the Writer document."
+msgstr ""
-#: 05040200.xhp#hd_id3157898.3.help.text
-msgid "Table description"
-msgstr "ცხრილის აღწერა"
+#. lSUU
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Assign columns"
+msgstr "სვეტების მინიჭება"
-#: 05040200.xhp#par_id3154422.4.help.text
-msgid "<ahelp hid=\"\">Displays the description for the selected table.</ahelp>"
-msgstr "<ahelp hid=\"\">აჩვენებს მონიშნული ცხრილის აღწერას.</ahelp>"
+#. [)-b
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"hd_id3151100\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/05030400.xhp\" name=\"Assign columns\">Assign columns</link>"
+msgstr "<link href=\"text/shared/explorer/database/05030400.xhp\" name=\"Assign columns\">სვეტების მინიჭება</link>"
-#: querywizard08.xhp#tit.help.text
-msgid "Query Wizard - Overview"
-msgstr ""
+#. ,.,C
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"par_id3156027\n"
+"2\n"
+"help.text"
+msgid "In the data source explorer, you can copy a table by dragging and dropping the table onto the table container. If you select the <emph>Attach data </emph>check box on the first page of the <emph>Copy table </emph>dialog, the <emph>Assign columns </emph>dialog opens as the second window. You can use this dialog to map the contents of a data field in the source table to a different data field in the destination table."
+msgstr "მონაცემთა წყაროს ექსპლორერში ცხრილის კოპირება შესაძლებელია მისი გადატნა-ცასმი ცხრილის კონტეინერში. თუ მონიშნავთ <emph>მონაცემთა თანდართვის </emph>მონიშვნის ველს <emph>ცხრილის კოპირების</emph>დიალოგის პირველ გევრდზე, <emph>სვეტების მინიჭების</emph>დიალოგი იხსნება, როგორც მეორე ფანჯარა. თქვენ შეგიძლიათ გამოიყენოთ ეს დიალოგური ფანჯარა ველის შიგთავსის საწყისი ცხრილიდან ჩასახაზად სამიზნე ცხრილის სხვა მონაცემთა ველში."
-#: querywizard08.xhp#par_idN10543.help.text
-msgid "<link href=\"text/shared/explorer/database/querywizard08.xhp\">Query Wizard - Overview</link>"
-msgstr ""
+#. ML67
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"hd_id3157958\n"
+"4\n"
+"help.text"
+msgid "Source table"
+msgstr "საწყისი ცხრილი"
-#: querywizard08.xhp#par_idN10553.help.text
-msgid "Enter a name of the query, and specify whether you want to display or to modify the query after the Wizard is finished."
-msgstr ""
+#. #Cuh
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"par_id3145071\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TAB_NAMEMATCHING_COLS_AVAIL\">Lists the data fields in the source table. To include a data field from the source table in the destination table, select the check box in front of the data field name. To map the contents of a data field in the source table to a different data field in the destination table, click the data field in the source table list, and then click the up or down arrow.</ahelp> To include all of the source data fields in the destination table, click <emph>All</emph>."
+msgstr "<ahelp hid=\"HID_TAB_NAMEMATCHING_COLS_AVAIL\">ახდენს მონაცემთა ველების ჩამოთვლას საწყის ცხრილში. სამიზნე ცხრილში საწყისი ცხრილის მონაცემები ჩასართვლეად, დააწკაპუნეთ თოლიაზე მონაცემთა ველის სახელის წინ. საწყისი ცხრილის მონაცემთა ველის შიგტავსის ჩასახაზად სამიზნე ცხრიის სხვა მონაცემტა ველში, დააწკაპუნეთ მონაცემთა ველზე საწყისი ცხრილის ჩამონათვალში, შემდეგ კი ზედა ან ქვედა ისარზე.</ahelp> საწყისი ცხრილის ყველა მონაცემთა ველის სამიზნე ცხრილში ჩასართველად, დააწკაპუნეთ<emph>ყველა</emph>-ზე."
-#: querywizard08.xhp#par_idN10556.help.text
-msgid "Name of the query"
-msgstr ""
+#. (f)j
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"hd_id3166410\n"
+"6\n"
+"help.text"
+msgid "Destination table"
+msgstr "სამიზნე ცხრილი"
-#: querywizard08.xhp#par_idN1055A.help.text
-msgid "<ahelp hid=\".\">Enter the name of the query.</ahelp>"
-msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
+#. E]BH
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"par_id3154749\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TAB_NAMEMATCHING_COLS_ASSIGN\">Lists the possible data fields in the destination table. Only the data fields that are selected in the source table list will be included the destination table.</ahelp>"
+msgstr "<ahelp hid=\"HID_TAB_NAMEMATCHING_COLS_ASSIGN\">ახდენს სამიზნე ცხრილის შესაძლო მონაცემთა ველების ჩამოთვლას. მხოლოდ საწყის ცხრილში მონიშნული მონაცემთა ველები იქნება ჩართული სამიზნე ცხრილში.</ahelp>"
-#: querywizard08.xhp#par_idN1055D.help.text
-msgid "Display query"
-msgstr ""
+#. ]b?D
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"hd_id3150670\n"
+"8\n"
+"help.text"
+msgid "up"
+msgstr "ზემოთ"
-#: querywizard08.xhp#par_idN10561.help.text
-msgid "<ahelp hid=\".\">Select to save and display the query.</ahelp>"
+#. pLg@
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"par_id3155628\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_IMAGEBUTTON_TAB_WIZ_NAME_MATCHING_IB_COLUMN_UP_RIGHT\">Moves the selected entry up one position in the list.</ahelp>"
msgstr ""
-#: querywizard08.xhp#par_idN10564.help.text
-msgid "Modify query"
-msgstr ""
+#. UgY9
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"hd_id3149580\n"
+"10\n"
+"help.text"
+msgid "down"
+msgstr "ქვემოთ"
-#: querywizard08.xhp#par_idN10568.help.text
-msgid "<ahelp hid=\".\">Select to save the query and open it for editing.</ahelp>"
+#. (eSL
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"par_id3150984\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_IMAGEBUTTON_TAB_WIZ_NAME_MATCHING_IB_COLUMN_DOWN_RIGHT\">Moves the selected entry down one position in the list.</ahelp>"
msgstr ""
-#: querywizard08.xhp#par_idN1056B.help.text
-msgid "Overview"
-msgstr ""
+#. ,)2u
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"hd_id3156156\n"
+"12\n"
+"help.text"
+msgid "all"
+msgstr "ყველა"
-#: querywizard08.xhp#par_idN1056F.help.text
-msgid "<ahelp hid=\".\">Displays a summary of the query.</ahelp>"
+#. Fdr1
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"par_id3154514\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_PUSHBUTTON_TAB_WIZ_NAME_MATCHING_PB_ALL\">Selects all of the data fields in the list.</ahelp>"
msgstr ""
-#: querywizard08.xhp#par_idN10572.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/explorer/database/querywizard00.xhp\" name=\"Query Wizard\">Query Wizard</link>"
-msgstr "<link href=\"text/shared/explorer/database/02000000.xhp\" name=\"Queries\">მოთხოვნები</link>"
-
-#: querywizard01.xhp#tit.help.text
-msgid "Query Wizard - Field Selection"
-msgstr ""
+#. x@r)
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"hd_id3153541\n"
+"14\n"
+"help.text"
+msgid "none"
+msgstr "არცერთი"
-#: querywizard01.xhp#par_idN10546.help.text
-msgid "<link href=\"text/shared/explorer/database/querywizard01.xhp\">Query Wizard - Field Selection</link>"
+#. /Xaf
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"par_id3148563\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_PUSHBUTTON_TAB_WIZ_NAME_MATCHING_PB_NONE\">Clears all of the check boxes in the list.</ahelp>"
msgstr ""
-#: querywizard01.xhp#par_idN10556.help.text
-msgid "Specifies the table to create the query, and specifies which fields you wish to include in the query."
+#. KQF$
+#: rep_datetime.xhp
+msgctxt ""
+"rep_datetime.xhp\n"
+"tit\n"
+"help.text"
+msgid "Date and Time"
msgstr ""
-#: querywizard01.xhp#par_idN10559.help.text
-msgctxt "querywizard01.xhp#par_idN10559.help.text"
-msgid "Tables"
+#. [TSs
+#: rep_datetime.xhp
+msgctxt ""
+"rep_datetime.xhp\n"
+"hd_id2320932\n"
+"help.text"
+msgid "<variable id=\"rep_datetime\"><link href=\"text/shared/explorer/database/rep_datetime.xhp\">Date and Time</link></variable>"
msgstr ""
-#: querywizard01.xhp#par_idN1055D.help.text
-msgid "<ahelp hid=\".\">Specifies the table for which the query is to be created.</ahelp>"
+#. WJJH
+#: rep_datetime.xhp
+msgctxt ""
+"rep_datetime.xhp\n"
+"par_id8638874\n"
+"help.text"
+msgid "<ahelp hid=\".\">You can open the Date and Time dialog of the <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link> by choosing <item type=\"menuitem\">Insert - Date and Time</item>.</ahelp>"
msgstr ""
-#: querywizard01.xhp#par_idN10590.help.text
-msgid "Fields in the Query"
+#. ;Y=Y
+#: rep_datetime.xhp
+msgctxt ""
+"rep_datetime.xhp\n"
+"par_id6278878\n"
+"help.text"
+msgid "Press <item type=\"keycode\">Shift-F1</item> and point with the mouse at an input box to see a help text for this input box."
msgstr ""
-#: querywizard01.xhp#par_idN10594.help.text
-msgid "<ahelp hid=\".\">Displays all fields that will be included in the new query.</ahelp>"
+#. I6_M
+#: rep_datetime.xhp
+msgctxt ""
+"rep_datetime.xhp\n"
+"par_id393078\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enable Include Date to insert a date field into the active area of the report. The date field displays the current date when the report is executed.</ahelp>"
msgstr ""
-#: querywizard01.xhp#par_idN10597.help.text
-msgid "<link href=\"text/shared/explorer/database/querywizard02.xhp\" name=\"Query Wizard - Sorting order\">Query Wizard - Sorting order</link>"
+#. ncPD
+#: rep_datetime.xhp
+msgctxt ""
+"rep_datetime.xhp\n"
+"par_id1271401\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a format to display the date.</ahelp>"
msgstr ""
-#: dabawiz00.xhp#tit.help.text
-msgid "Database Wizard"
+#. O_Zi
+#: rep_datetime.xhp
+msgctxt ""
+"rep_datetime.xhp\n"
+"par_id8718832\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enable Include Time to insert a time field into the active area of the report. The time field displays the current time when the report is executed.</ahelp>"
msgstr ""
-#: dabawiz00.xhp#bm_id2026429.help.text
-msgid "<bookmark_value>wizards;databases (Base)</bookmark_value><bookmark_value>Database Wizard (Base)</bookmark_value><bookmark_value>databases; formats (Base)</bookmark_value><bookmark_value>MySQL databases (Base)</bookmark_value><bookmark_value>dBASE; database settings (Base)</bookmark_value><bookmark_value>spreadsheets;as databases (base)</bookmark_value>"
+#. d@Nf
+#: rep_datetime.xhp
+msgctxt ""
+"rep_datetime.xhp\n"
+"par_id8561052\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a format to display the time.</ahelp>"
msgstr ""
-#: dabawiz00.xhp#par_idN105B4.help.text
-msgctxt "dabawiz00.xhp#par_idN105B4.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>"
+#. PN`^
+#: rep_datetime.xhp
+msgctxt ""
+"rep_datetime.xhp\n"
+"par_id5992919\n"
+"help.text"
+msgid "Click OK to insert the field."
msgstr ""
-#: dabawiz00.xhp#par_idN105C4.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">The Database Wizard creates a database file that contains information about a database.</ahelp>"
+#. Ipjh
+#: rep_datetime.xhp
+msgctxt ""
+"rep_datetime.xhp\n"
+"par_id4320810\n"
+"help.text"
+msgid "You can click the date or time field and drag to another position within the same area, or edit the properties in the Properties window."
msgstr ""
-#: dabawiz00.xhp#par_id9856563.help.text
-msgid "The Database Wizard creates a <link href=\"text/shared/explorer/database/dabadoc.xhp\">database file</link> that contains information about a database."
+#. kO]P
+#: dabaprop.xhp
+msgctxt ""
+"dabaprop.xhp\n"
+"tit\n"
+"help.text"
+msgid "Database Properties"
msgstr ""
-#: dabawiz00.xhp#par_idN105D5.help.text
-msgid "Depending on the type of operation and the type of database, the Database Wizard consists of a varying number of steps."
+#. 9w,C
+#: dabaprop.xhp
+msgctxt ""
+"dabaprop.xhp\n"
+"par_idN10550\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabaprop.xhp\">Database Properties</link>"
msgstr ""
-#: dabawiz00.xhp#par_idN105DB.help.text
-msgid "If you create a new database file, the wizard contains two steps."
+#. GR`V
+#: dabaprop.xhp
+msgctxt ""
+"dabaprop.xhp\n"
+"par_idN10560\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the properties of a database.</ahelp>"
msgstr ""
-#: dabawiz00.xhp#par_idN105DF.help.text
-msgid "If you open the Database Wizard to create a database file for an existing database connection, there may be more steps to specify paths, authentication information, and more."
+#. 95d,
+#: dabaprop.xhp
+msgctxt ""
+"dabaprop.xhp\n"
+"par_id1322977\n"
+"help.text"
+msgid "In a database window, choose <emph>Edit - Database - Properties</emph>"
msgstr ""
-#: dabawiz00.xhp#par_idN105F2.help.text
-msgctxt "dabawiz00.xhp#par_idN105F2.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz02text.xhp\">Set up text file connection</link>"
+#. q*Wu
+#: dabawiz02dbase.xhp
+msgctxt ""
+"dabawiz02dbase.xhp\n"
+"tit\n"
+"help.text"
+msgid "dBASE Connection"
msgstr ""
-#: dabawiz00.xhp#par_idN10601.help.text
-msgid "<link href=\"text/shared/explorer/database/dabawiz02access.xhp\">Set up Microsoft Access connection</link>"
+#. p8%a
+#: dabawiz02dbase.xhp
+msgctxt ""
+"dabawiz02dbase.xhp\n"
+"par_idN1054A\n"
+"help.text"
+msgid "<variable id=\"dbase\"><link href=\"text/shared/explorer/database/dabawiz02dbase.xhp\">dBASE Connection</link></variable>"
msgstr ""
-#: dabawiz00.xhp#par_idN1062E.help.text
-msgctxt "dabawiz00.xhp#par_idN1062E.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz02ado.xhp\">Set up ADO connection</link>"
+#. R7+g
+#: dabawiz02dbase.xhp
+msgctxt ""
+"dabawiz02dbase.xhp\n"
+"par_idN10556\n"
+"help.text"
+msgid "Path to the dBASE files"
msgstr ""
-#: dabawiz00.xhp#par_idN10610.help.text
-msgctxt "dabawiz00.xhp#par_idN10610.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz02ldap.xhp\">Set up LDAP connection</link>"
-msgstr ""
+#. 9@)B
+#: dabawiz02dbase.xhp
+msgctxt ""
+"dabawiz02dbase.xhp\n"
+"par_idN1055A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the path to the dBASE *.dbf files.</ahelp>"
+msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: dabawiz00.xhp#par_idN1061F.help.text
-msgid "<link href=\"text/shared/explorer/database/dabawiz02adabas.xhp\">Set up Adabas D connection</link>"
+#. @eK~
+#: dabawiz02dbase.xhp
+msgctxt ""
+"dabawiz02dbase.xhp\n"
+"par_idN10571\n"
+"help.text"
+msgid "Browse"
msgstr ""
-#: dabawiz00.xhp#par_idN1070F.help.text
-msgid "<link href=\"text/shared/explorer/database/dabawiz02dbase.xhp\">Set up dBASE connection</link>"
+#. q$xa
+#: dabawiz02dbase.xhp
+msgctxt ""
+"dabawiz02dbase.xhp\n"
+"par_idN10575\n"
+"help.text"
+msgid "<ahelp hid=\".\">Open a path selection dialog.</ahelp>"
msgstr ""
-#: dabawiz00.xhp#par_idN1063D.help.text
-msgctxt "dabawiz00.xhp#par_idN1063D.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz02jdbc.xhp\">Set up JDBC connection</link>"
+#. 5sTY
+#: dabawiz02dbase.xhp
+msgctxt ""
+"dabawiz02dbase.xhp\n"
+"par_idN10584\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>"
msgstr ""
-#: dabawiz00.xhp#par_idN1064C.help.text
-msgctxt "dabawiz00.xhp#par_idN1064C.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz02oracle.xhp\">Set up Oracle database connection</link>"
+#. De.a
+#: dabawiz02adabas.xhp
+msgctxt ""
+"dabawiz02adabas.xhp\n"
+"tit\n"
+"help.text"
+msgid "Adabas D Connection"
msgstr ""
-#: dabawiz00.xhp#par_idN1065B.help.text
-msgctxt "dabawiz00.xhp#par_idN1065B.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz02mysql.xhp\">MySQL settings</link>"
+#. ksDw
+#: dabawiz02adabas.xhp
+msgctxt ""
+"dabawiz02adabas.xhp\n"
+"bm_id6591082\n"
+"help.text"
+msgid "<bookmark_value>Adabas D databases (base)</bookmark_value>"
msgstr ""
-#: dabawiz00.xhp#par_idN1066A.help.text
-msgctxt "dabawiz00.xhp#par_idN1066A.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz02odbc.xhp\">ODBC settings</link>"
+#. 7cEP
+#: dabawiz02adabas.xhp
+msgctxt ""
+"dabawiz02adabas.xhp\n"
+"par_idN1053A\n"
+"help.text"
+msgid "<variable id=\"adabas\"><link href=\"text/shared/explorer/database/dabawiz02adabas.xhp\">Adabas D Connection</link></variable>"
msgstr ""
-#: dabawiz00.xhp#par_idN10679.help.text
-msgctxt "dabawiz00.xhp#par_idN10679.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz02spreadsheet.xhp\">Set up Spreadsheet connection</link>"
+#. %UT3
+#: dabawiz02adabas.xhp
+msgctxt ""
+"dabawiz02adabas.xhp\n"
+"par_idN1053E\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the settings for importing an Adabas D database.</ahelp>"
msgstr ""
-#: 11020000.xhp#tit.help.text
-msgid "ODBC"
-msgstr "ODBC"
-
-#: 11020000.xhp#hd_id3149031.1.help.text
-msgid "<link href=\"text/shared/explorer/database/11020000.xhp\" name=\"ODBC\">ODBC</link>"
-msgstr "<link href=\"text/shared/explorer/database/11020000.xhp\" name=\"ODBC\">ODBC</link>"
-
-#: 11020000.xhp#par_id3150499.2.help.text
-msgid "<ahelp hid=\"\">Specifies the settings for <link href=\"text/shared/00/00000005.xhp#odbc\" name=\"ODBC\">ODBC</link> databases. This includes your user access data, driver settings, and font definitions.</ahelp>"
+#. 77E$
+#: dabawiz02adabas.xhp
+msgctxt ""
+"dabawiz02adabas.xhp\n"
+"par_idN10541\n"
+"help.text"
+msgid "Name of the Adabas D database"
msgstr ""
-#: 11020000.xhp#hd_id3148642.4.help.text
-msgid "User Name"
-msgstr "მომხმარებლის სახელი"
-
-#: 11020000.xhp#par_id3154514.5.help.text
-msgid "<ahelp hid=\".\">Type the user name for accessing the database.</ahelp>"
+#. b#6A
+#: dabawiz02adabas.xhp
+msgctxt ""
+"dabawiz02adabas.xhp\n"
+"par_idN10545\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the name of the database file.</ahelp>"
msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: 11020000.xhp#hd_id3153665.6.help.text
-msgctxt "11020000.xhp#hd_id3153665.6.help.text"
-msgid "Password required"
+#. $Ix!
+#: dabawiz02adabas.xhp
+msgctxt ""
+"dabawiz02adabas.xhp\n"
+"par_idN10548\n"
+"help.text"
+msgid "Browse"
msgstr ""
-#: 11020000.xhp#par_id3145119.7.help.text
-msgid "<ahelp hid=\".\">Prevents an unauthorized user from accessing the database. You only need to enter the password once per session.</ahelp>"
-msgstr "<ahelp hid=\".\">აღკვეთს არაავტორიზებული მომხმარებლის შესვლას მონაცემთა ბაზაში. თქვენ პაროლის მხოლოდ ერთხელ შეტანა გჭირდებათ თითოეული სესიის განმავლობაში.</ahelp>"
-
-#: 11020000.xhp#hd_id3153087.10.help.text
-msgid "Driver Settings"
-msgstr "დრაივერის პარამეტრები"
-
-#: 11020000.xhp#par_id3143271.11.help.text
-msgid "<ahelp hid=\"HID_DSADMIN_ODBC_OPTIONS\">Use this text field to enter additional optional driver settings if this is necessary.</ahelp>"
-msgstr "<ahelp hid=\"HID_DSADMIN_ODBC_OPTIONS\">გამოიყენეთ ეს ტექსტური ველი საჭიროების შემთხვევაში დრაივერის დამატებითი არასავალდებულო პარამატერების შესატანად</ahelp>"
-
-#: 11020000.xhp#hd_id3152472.12.help.text
-msgid "Character Set"
-msgstr "სიმბოლოთა წყება"
-
-#: 11020000.xhp#par_id3151245.13.help.text
-msgid "<ahelp hid=\"HID_DSADMIN_CHARSET_ODBC\">Select the code conversion that you want to use to view the database in $[officename]. This does not affect the database.</ahelp> Choose \"System\" to use the default character set of your operating system. Text and dBASE databases are restricted to character sets with a fixed-size character length, where all characters are encoded with the same number of bytes."
-msgstr "<ahelp hid=\"HID_DSADMIN_CHARSET_ODBC\">მონიშნეთ ის კოდის გარდამქმნელი, რომლის გამოყენებაც გსურთ მონაცემთა ბაზის სანახავად $[officename]-ში. ეს არ მოქმედებს მონაცემთა ბაზაზე.</ahelp> აირჩიეთ \"System\" თქვენი ოპერაციული სისტემის ნაგულისხმევი სიმბოლოთა წყების გამოსაყენებლად. ტექსტურ და dBase მონაცემთა ბაზებს აქვთ შეზღუდვა ფიქსირებული ზომის სიმბოლოთა ოდენობაზე, სადაც თითოეული სიმბოლო ინკოდირებულია ბიტების ერთიდაიგივე რიცხვით. "
-
-#: 11020000.xhp#hd_id3149669.22.help.text
-msgctxt "11020000.xhp#hd_id3149669.22.help.text"
-msgid "General"
+#. #PB%
+#: dabawiz02adabas.xhp
+msgctxt ""
+"dabawiz02adabas.xhp\n"
+"par_idN1054C\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click to open a file selection dialog.</ahelp>"
msgstr ""
-#: 11020000.xhp#hd_id3147265.24.help.text
-msgctxt "11020000.xhp#hd_id3147265.24.help.text"
-msgid "Retrieve generated values"
+#. uuer
+#: dabawiz02adabas.xhp
+msgctxt ""
+"dabawiz02adabas.xhp\n"
+"par_idN1054F\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz03auth.xhp\">Authentication</link>"
msgstr ""
-#: 11020000.xhp#par_id3151054.25.help.text
-msgid "<ahelp hid=\"HID_DSADMIN_AUTORETRIEVEENABLED\">Enables $[officename] support of auto-incremented data fields for the current ODBC or JDBC data source.</ahelp> Select this check box if the database does not support the auto-increment feature in its SDBCX layer. In general, the auto-increment is selected for the primary key field."
+#. Ofra
+#: dabawiz02adabas.xhp
+msgctxt ""
+"dabawiz02adabas.xhp\n"
+"par_idN10560\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>"
msgstr ""
-#: 11020000.xhp#hd_id3150400.26.help.text
-msgctxt "11020000.xhp#hd_id3150400.26.help.text"
-msgid "Auto-increment statement"
+#. 5x4d
+#: dabawiz02adabas.xhp
+msgctxt ""
+"dabawiz02adabas.xhp\n"
+"par_id1647083\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/30000000.xhp\" name=\"Adabas D database format\">Adabas D database format</link>."
msgstr ""
-#: 11020000.xhp#par_id3154366.27.help.text
-msgid "<ahelp hid=\"HID_DSADMIN_AUTOINCREMENTVALUE\">Enter the SQL command specifier that instructs the data source to auto-increment a specified Integer data field.</ahelp> For example, a typical SQL statement to create a data field is: "
+#. ]yE1
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"tit\n"
+"help.text"
+msgid "JDBC Connection"
msgstr ""
-#: 11020000.xhp#par_id3159149.28.help.text
-msgid "CREATE TABLE \"table1\" (\"id\" INTEGER)"
+#. 3R#:
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"bm_id3726920\n"
+"help.text"
+msgid "<bookmark_value>JDBC; databases (Base)</bookmark_value><bookmark_value>databases; JDBC (Base)</bookmark_value>"
msgstr ""
-#: 11020000.xhp#par_id3147084.29.help.text
-msgid "To auto-increment the \"id\" data field in a MySQL database, change the statement to:"
+#. $[eI
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_idN105FC\n"
+"help.text"
+msgid "<variable id=\"jdbc\"><link href=\"text/shared/explorer/database/dabawiz02jdbc.xhp\">JDBC Connection</link></variable>"
msgstr ""
-#: 11020000.xhp#par_id3154909.30.help.text
-msgctxt "11020000.xhp#par_id3154909.30.help.text"
-msgid "CREATE TABLE \"table1\" (\"id\" INTEGER AUTO_INCREMENT)"
+#. u;*n
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_idN10600\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the options to access a <link href=\"text/shared/00/00000005.xhp#jdbc\" name=\"JDBC\">JDBC</link> database.</ahelp>"
msgstr ""
-#: 11020000.xhp#par_id3152933.31.help.text
-msgid "In other words, enter AUTO_INCREMENT into <emph>Auto-increment statement</emph> box."
+#. bBJR
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_idN10623\n"
+"help.text"
+msgid "JDBC Examples"
msgstr ""
-#: 11020000.xhp#hd_id3149765.32.help.text
-msgctxt "11020000.xhp#hd_id3149765.32.help.text"
-msgid "Query of generated values"
+#. )Di2
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_idN10627\n"
+"help.text"
+msgid "<item type=\"productname\">You can use a JDBC driver class to connect to a JDBC database from %PRODUCTNAME</item>. The driver class is provided by the database manufacturer. Two examples of JDBC databases are Oracle and MySQL."
msgstr ""
-#: 11020000.xhp#par_id3145171.33.help.text
-msgid "<ahelp hid=\"HID_DSADMIN_RETRIEVE_AUTO\">Enter an SQL statement that returns the last auto-incremented value for the primary key data field.</ahelp> For example:"
+#. nt(N
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_idN1062D\n"
+"help.text"
+msgid "The driver classes must be added to %PRODUCTNAME in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Java."
msgstr ""
-#: 11020000.xhp#par_id3150769.34.help.text
-msgctxt "11020000.xhp#par_id3150769.34.help.text"
-msgid "SELECT LAST_INSERT_D();"
+#. DfNV
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_idN10634\n"
+"help.text"
+msgid "Oracle database"
msgstr ""
-#: 11020000.xhp#hd_id3157892.18.help.text
-msgctxt "11020000.xhp#hd_id3157892.18.help.text"
-msgid "Use SQL92 naming constraints"
+#. 8v~j
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_idN10638\n"
+"help.text"
+msgid "You can use a JDBC driver to access an Oracle database from Solaris or Linux. To access the database from Windows, you need an ODBC driver."
msgstr ""
-#: 11020000.xhp#par_id3153368.19.help.text
-msgid "<ahelp hid=\"HID_DSADMIN_SQL92CHECK\">Only allows names that use characters that conform to the SQL92 naming constraints in the data source. All other characters are rejected.</ahelp> Each name must begin with a lower or upper case letter, or an underline ( _ ). The remaining characters can be ASCII letters, underlines, and numbers."
+#. ^MGx
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_idN1064B\n"
+"help.text"
+msgid "On UNIX, ensure that the Oracle database client is installed with JDBC support. The JDBC driver class for the Solaris Oracle client version 8.x is located in the <Oracle client>/product/jdbc/lib/classes111.zip directory. You can also download the latest version from the Oracle web site:"
msgstr ""
-#: 11020000.xhp#hd_id3154011.15.help.text
-msgid "Use Catalog for file-based databases"
+#. .c+k
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_idN1064E\n"
+"help.text"
+msgid "http://otn.oracle.com/tech/java/sqlj_jdbc/content.html"
msgstr ""
-#: 11020000.xhp#par_id3148618.16.help.text
-msgid "<ahelp hid=\"HID_DSADMIN_USECATALOG\">Uses the current data source of the Catalog. This is useful when the ODBC data source is a database server. If the ODBC data source is a dBASE driver, leave this check box clear.</ahelp>"
+#. cGeH
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_idN10661\n"
+"help.text"
+msgid "In the <emph>Data source URL</emph> box, enter the location of the Oracle database server. The syntax of the URL depends on the database type. See the documentation that came with the JDBC driver for more information."
msgstr ""
-#: menubar.xhp#tit.help.text
-#, fuzzy
-msgid "Menus"
+#. x-=I
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_idN10668\n"
+"help.text"
+msgid "For an Oracle database, the syntax of the URL is:"
msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მენიუბი\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მნიუბი\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მენიუები\n"
-"#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მენიუები"
-#: menubar.xhp#par_idN10552.help.text
-msgid "<variable id=\"titletext\"><link href=\"text/shared/explorer/database/menubar.xhp\">Menus</link></variable>"
+#. v[5Q
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_idN1066B\n"
+"help.text"
+msgid "oracle:thin:@hostname:port:database_name"
msgstr ""
-#: menubar.xhp#par_idN10562.help.text
-msgid "In the database window, you see a new set of menu commands for working on the current database file."
+#. GPWI
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_idN10674\n"
+"help.text"
+msgid "hostname is the name of the machine that runs the Oracle database. You can also replace hostname with the IP address of the server."
msgstr ""
-#: menufile.xhp#tit.help.text
-msgid "File"
-msgstr "ფაილი"
-
-#: menufile.xhp#par_idN1054D.help.text
-msgid "<link href=\"text/shared/explorer/database/menufile.xhp\">File</link>"
+#. V.tH
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_idN10678\n"
+"help.text"
+msgid "port is the port where the Oracle database listens. Ask your database administrator for the correct port address."
msgstr ""
-#: menufile.xhp#par_idN1055D.help.text
-msgid "The File menu of a database window. Only entries specific to databases are listed."
+#. x*5!
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_idN1067C\n"
+"help.text"
+msgid "database_name is the name of the Oracle database. Ask your database administrator for the correct name."
msgstr ""
-#: menufile.xhp#par_idN105C0.help.text
-msgctxt "menufile.xhp#par_idN105C0.help.text"
-msgid "Save"
+#. _Csj
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_idN1067F\n"
+"help.text"
+msgid "MySQL database"
msgstr ""
-#: menufile.xhp#par_idN105C4.help.text
-msgid "<ahelp hid=\".\">Saves the current database file, query, form or report. For the database file, you see the <link href=\"text/shared/01/01070000.xhp\">file save</link> dialog. For the other objects, you see the <link href=\"text/shared/explorer/database/menufilesave.xhp\">Save</link> dialog.</ahelp>"
+#. PA!]
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_idN10683\n"
+"help.text"
+msgid "The driver for the MySQL database is available on the MySQL web site."
msgstr ""
-#: menufile.xhp#par_idN105D5.help.text
-msgid "Save As"
-msgstr "დაიმახსოვრე როგორც"
-
-#: menufile.xhp#par_idN105D9.help.text
-msgid "<ahelp hid=\".\">Saves the current database file with another name. In the <link href=\"text/shared/01/01070000.xhp\">file save</link> dialog, select a path and file name to save.</ahelp>"
+#. fGU4
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_idN10689\n"
+"help.text"
+msgid "The syntax for a MySQL database is:"
msgstr ""
-#: menufile.xhp#par_idN105EA.help.text
-msgid "Export"
-msgstr "ექსპორტი"
-
-#: menufile.xhp#par_idN105EE.help.text
-msgid "<ahelp hid=\".\">Exports the selected report or form to a text document. A dynamic report is exported as a copy of the database contents at the time of export.</ahelp>"
+#. Oi=r
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_idN1068C\n"
+"help.text"
+msgid "mysql://hostname:port/database_name"
msgstr ""
-#: menufile.xhp#par_idN105F1.help.text
-msgid "Send"
-msgstr "გაგზავნა"
-
-#: menufile.xhp#par_idN105F5.help.text
-msgctxt "menufile.xhp#par_idN105F5.help.text"
-msgid "<ahelp hid=\".\">Opens a submenu.</ahelp>"
+#. R#K+
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_idN10695\n"
+"help.text"
+msgid "<ahelp hid=\".\">hostname is the name of the machine that runs the MySQL database.</ahelp> You can also replace hostname with the IP address of the server."
msgstr ""
-#: menufile.xhp#par_idN105F8.help.text
-msgid "Document as E-mail"
-msgstr "დოკუმენტი როგორც ელოფსტა"
-
-#: menufile.xhp#par_idN105FC.help.text
-msgid "<ahelp hid=\".\">Opens the default e-mail application to send a new e-mail. The current database file is appended as an attachment. You can enter the subject, the recipients and a mail body.</ahelp>"
+#. rR+F
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_idN10699\n"
+"help.text"
+msgid "port is the default port for MySQL databases, namely 3306."
msgstr ""
-#: menufile.xhp#par_idN105FF.help.text
-msgid "Report as E-mail"
+#. 1J}-
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_idN1069D\n"
+"help.text"
+msgid "database_name is the name of the database."
msgstr ""
-#: menufile.xhp#par_idN10603.help.text
-msgid "<ahelp hid=\".\">Opens the default e-mail application to send a new e-mail. The selected report is appended as an attachment. You can enter the subject, the recipients and a mail body. A dynamic report is exported as a copy of the database contents at the time of export.</ahelp>"
+#. ci#F
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_idN106A0\n"
+"help.text"
+msgid "Data source URL"
msgstr ""
-#: menufile.xhp#par_idN10606.help.text
-msgid "Report to Text Document"
+#. b27R
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_idN106A4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DSADMIN_CONNURL_JDBCPAGE\">Enter the URL for the database. For example, for the MySQL JDBC driver, enter \"jdbc:mysql://<Servername>/<name of the database>\". For more information on the JDBC driver, consult the documentation that came with the driver.</ahelp>"
msgstr ""
-#: menufile.xhp#par_idN1060A.help.text
-msgid "<ahelp hid=\".\">Exports the selected report to a text document. A dynamic report is exported as a copy of the database contents at the time of export.</ahelp>"
+#. HIem
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_idN106BB\n"
+"help.text"
+msgid "JDBC Driver Class"
msgstr ""
-#: 05030200.xhp#tit.help.text
-msgid "Apply columns"
-msgstr "სვეტების მინიჭება"
-
-#: 05030200.xhp#hd_id3150445.1.help.text
-msgid "<link href=\"text/shared/explorer/database/05030200.xhp\" name=\"Apply columns\">Apply columns</link>"
-msgstr "<link href=\"text/shared/explorer/database/05030200.xhp\" name=\"Apply columns\">სვეტების მინიჭება</link>"
-
-#: 05030200.xhp#par_id3147143.2.help.text
-msgid "In the data source explorer, you can copy a table by dragging and dropping the table onto the table container. The <emph>Apply columns </emph>dialog is the second window of the <emph>Copy table</emph> dialog."
-msgstr "ცხრილის კოპირება მონაცემთა წყაროს ექსპლორერში, შეგიძლიათ მისი გადატანა-ჩასმით ცხრილის კონტეინერში. <emph>ცხრილსი მინიჭების</emph>დიალოგი წარმოადგენს <emph>კოპირების ცხრილის</emph> დიალოგის მეორე ფანჯარას."
-
-#: 05030200.xhp#hd_id3155552.3.help.text
-msgid "Existing columns"
-msgstr "არსებული სვეტები"
+#. Pnif
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_idN106BF\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DSADMIN_DRIVERCLASS\">Enter the name of the JDBC driver.</ahelp>"
+msgstr ""
-#: 05030200.xhp#hd_id3154751.4.help.text
-msgid "Left list box"
-msgstr "მარცხენა ჩამონათვლის სარკმელი"
+#. nGE}
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_id7953733\n"
+"help.text"
+msgid "Before you can use a JDBC driver, you need to add its class path. Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME</emph><emph>- Java</emph>, and click the <emph>Class Path</emph> button. After you add the path information, restart <item type=\"productname\">%PRODUCTNAME</item>."
+msgstr ""
-#: 05030200.xhp#par_id3147088.5.help.text
-msgid "<ahelp hid=\"DBACCESS_MULTILISTBOX_TAB_WIZ_COLUMN_SELECT_LB_ORG_COLUMN_NAMES\">Lists the available data fields that you can include in the copied table. To copy a data field, click its name, and then click the > button. To copy all of the fields, click the <emph>>></emph> button.</ahelp>"
+#. o?%g
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_idN106CE\n"
+"help.text"
+msgid "Test Class"
msgstr ""
-#: 05030200.xhp#hd_id3154823.6.help.text
-msgid "Right list box"
-msgstr "მარჯვენა ჩამონათვლის სარკმელი"
+#. Gf`-
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_idN106E4\n"
+"help.text"
+msgid "<ahelp hid=\".\">Tests the connection with the current settings.</ahelp>"
+msgstr ""
-#: 05030200.xhp#par_id3156426.7.help.text
-msgid "<ahelp hid=\"DBACCESS_MULTILISTBOX_TAB_WIZ_COLUMN_SELECT_LB_NEW_COLUMN_NAMES\">Lists the fields that you want to include in the copied table.</ahelp>"
+#. Y}8p
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_idN106E7\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz03auth.xhp\">Authentication</link>"
msgstr ""
-#: 05030200.xhp#hd_id3147242.8.help.text
-msgid "Buttons"
-msgstr "ღილაკები"
+#. erdD
+#: dabawiz02jdbc.xhp
+msgctxt ""
+"dabawiz02jdbc.xhp\n"
+"par_idN106F6\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>"
+msgstr ""
-#: 05030200.xhp#par_id3146797.9.help.text
-msgid "<ahelp hid=\"DBACCESS_IMAGEBUTTON_TAB_WIZ_COLUMN_SELECT_IB_COLUMNS_LH\">Adds or removes the selected field (> or < button) or all of the fields (<< or >> button).</ahelp>"
+#. lae(
+#: 05040000.xhp
+msgctxt ""
+"05040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "General"
msgstr ""
-#: 05030200.xhp#par_id3153561.10.help.text
-msgid "<link href=\"text/shared/explorer/database/05030300.xhp\" name=\"Next page\">Next page</link>"
-msgstr "<link href=\"text/shared/explorer/database/05030300.xhp\" name=\"Next page\">შემდეგი გვერდი</link>"
+#. CFg4
+#: 05040000.xhp
+msgctxt ""
+"05040000.xhp\n"
+"hd_id3149031\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/05040000.xhp\" name=\"General\">General</link>"
+msgstr "<link href=\"text/shared/explorer/database/05040000.xhp\" name=\"General\">ზოგადი</link>"
-#: dabaadvpropgen.xhp#tit.help.text
-msgid "Generated Values"
+#. HSd$
+#: 30000000.xhp
+msgctxt ""
+"30000000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Adabas D Database"
msgstr ""
-#: dabaadvpropgen.xhp#par_idN10553.help.text
-msgid "<link href=\"text/shared/explorer/database/dabaadvpropgen.xhp\">Generated Values</link>"
+#. x3i?
+#: 30000000.xhp
+msgctxt ""
+"30000000.xhp\n"
+"hd_id3151262\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/30000000.xhp\" name=\"Adabas D Database\">Adabas D Database</link>"
msgstr ""
-#: dabaadvpropgen.xhp#par_idN10563.help.text
-msgid "Specifies the options for automatically generated values for new data records."
+#. Pmy[
+#: 30000000.xhp
+msgctxt ""
+"30000000.xhp\n"
+"par_id3479720\n"
+"help.text"
+msgid "The Adabas D software package can be downloaded and installed separately (see www.adabas.com)."
msgstr ""
-#: dabaadvpropgen.xhp#par_id7684560.help.text
-msgctxt "dabaadvpropgen.xhp#par_id7684560.help.text"
-msgid "The availability of the following controls depends on the type of database:"
+#. [X*J
+#: 30000000.xhp
+msgctxt ""
+"30000000.xhp\n"
+"hd_id3152997\n"
+"3\n"
+"help.text"
+msgid "About Adabas"
msgstr ""
-#: dabaadvpropgen.xhp#par_idN1058C.help.text
-msgctxt "dabaadvpropgen.xhp#par_idN1058C.help.text"
-msgid "Retrieve generated values"
+#. 3B6U
+#: 30000000.xhp
+msgctxt ""
+"30000000.xhp\n"
+"par_id3151111\n"
+"4\n"
+"help.text"
+msgid "The free available Adabas database is restricted to a size of 100 MB, and a maximum of three users on a network. See the \"License.txt\" file in the Adabas directory for more details. The Adabas database must be installed in a separate directory from $[officename]."
msgstr ""
-#: dabaadvpropgen.xhp#par_idN10590.help.text
-msgid "<ahelp hid=\".\">Enables $[officename] support for auto-incremented data fields in the current ODBC or JDBC data source. Select this option if the auto-increment feature in the SDBCX layer of the database is not supported. In general, the auto-increment is selected for the primary key field.</ahelp>"
+#. /n!g
+#: 30000000.xhp
+msgctxt ""
+"30000000.xhp\n"
+"par_id3154749\n"
+"97\n"
+"help.text"
+msgid "The name of an Adabas file cannot exceed 8 characters. The path to the Adabas file, including the file name, cannot exceed 30 characters, and must be compliant with the 7-bit ASCII code. Both the path and the file name cannot contain spaces."
msgstr ""
-#: dabaadvpropgen.xhp#par_idN10593.help.text
-msgctxt "dabaadvpropgen.xhp#par_idN10593.help.text"
-msgid "Auto-increment statement"
+#. i1V/
+#: 30000000.xhp
+msgctxt ""
+"30000000.xhp\n"
+"par_id3153254\n"
+"6\n"
+"help.text"
+msgid "Under Windows, the Adabas setup application adds the DBROOT environment variable that contains the path information for the database. If the setup application finds this variable, it does not install the database."
msgstr ""
-#: dabaadvpropgen.xhp#par_idN10597.help.text
-msgctxt "dabaadvpropgen.xhp#par_idN10597.help.text"
-msgid "<ahelp hid=\".\">Enter the SQL command specifier that instructs the data source to auto-increment a specified Integer data field.</ahelp> For example, the following MySQL statement used the AUTO_INCREMENT statement to increase the \"id\" field each time the statement creates a data field:"
+#. jfE1
+#: 30000000.xhp
+msgctxt ""
+"30000000.xhp\n"
+"hd_id3154729\n"
+"37\n"
+"help.text"
+msgid "Create New Adabas Database"
msgstr ""
-#: dabaadvpropgen.xhp#par_idN105A0.help.text
-msgctxt "dabaadvpropgen.xhp#par_idN105A0.help.text"
-msgid "CREATE TABLE \"table1\" (\"id\" INTEGER AUTO_INCREMENT)"
+#. cpg`
+#: 30000000.xhp
+msgctxt ""
+"30000000.xhp\n"
+"par_id3149378\n"
+"38\n"
+"help.text"
+msgid "Use the <link href=\"text/shared/explorer/database/30100000.xhp\" name=\"Create New Adabas Database\"><emph>Create New Adabas Database</emph></link> dialog to create an Adabas database:"
msgstr ""
-#: dabaadvpropgen.xhp#par_idN10634.help.text
-msgid "For this example, you must enter AUTO_INCREMENT into the <emph>Auto-increment statement</emph> box."
+#. C:[a
+#: 30000000.xhp
+msgctxt ""
+"30000000.xhp\n"
+"par_id3147045\n"
+"39\n"
+"help.text"
+msgid "Choose <emph>File - New - Database</emph> to open the Database Wizard."
msgstr ""
-#: dabaadvpropgen.xhp#par_idN105AA.help.text
-msgctxt "dabaadvpropgen.xhp#par_idN105AA.help.text"
-msgid "Query of generated values"
+#. 1:N(
+#: 30000000.xhp
+msgctxt ""
+"30000000.xhp\n"
+"par_id3147394\n"
+"98\n"
+"help.text"
+msgid "Click <emph>Connect to an existing database</emph>, and then select \"Adabas\" in the listbox (scroll up in the listbox)."
msgstr ""
-#: dabaadvpropgen.xhp#par_idN10645.help.text
-msgid "<ahelp hid=\".\">Enter an SQL statement that returns the last auto-incremented value for the primary key data field.</ahelp> For example:"
+#. g[cq
+#: 30000000.xhp
+msgctxt ""
+"30000000.xhp\n"
+"par_id3155600\n"
+"99\n"
+"help.text"
+msgid "Work through the steps in the remaining pages of the Database Wizard."
msgstr ""
-#: dabaadvpropgen.xhp#par_idN105B1.help.text
-msgctxt "dabaadvpropgen.xhp#par_idN105B1.help.text"
-msgid "SELECT LAST_INSERT_D();"
+#. NF#D
+#: 30000000.xhp
+msgctxt ""
+"30000000.xhp\n"
+"hd_id3154270\n"
+"42\n"
+"help.text"
+msgid "Deleting an Adabas Database"
msgstr ""
-#: password.xhp#tit.help.text
-msgctxt "password.xhp#tit.help.text"
-msgid "User Name and Password Required"
+#. ;Q#r
+#: 30000000.xhp
+msgctxt ""
+"30000000.xhp\n"
+"par_id3157869\n"
+"43\n"
+"help.text"
+msgid "To delete the reference to an Adabas database, choose <emph>Tools - Options - %PRODUCTNAME Base - Databases</emph>. Select the database, and then click <emph>Delete</emph>."
msgstr ""
-#: password.xhp#par_idN10541.help.text
-msgctxt "password.xhp#par_idN10541.help.text"
-msgid "User Name and Password Required"
-msgstr ""
+#. MHCA
+#: 05000001.xhp
+msgctxt ""
+"05000001.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table Context Menus"
+msgstr "ცხრილის კონტექსტური მენიუ"
-#: password.xhp#par_idN1054D.help.text
-msgctxt "password.xhp#par_idN1054D.help.text"
-msgid "User name"
-msgstr "მომხმარებლის სახელი"
+#. U/l!
+#: 05000001.xhp
+msgctxt ""
+"05000001.xhp\n"
+"hd_id3148983\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/05000001.xhp\" name=\"Table Context Menus\">Table Context Menus</link>"
+msgstr "<link href=\"text/shared/explorer/database/05000001.xhp\" name=\"Table Context Menus\">ცხრილის კონტექსტური მენიუ</link>"
-#: password.xhp#par_idN10551.help.text
-msgid "<ahelp hid=\".\">Enter the user name to connect to the data source.</ahelp>"
-msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
+#. !D0L
+#: 05000001.xhp
+msgctxt ""
+"05000001.xhp\n"
+"par_id3163829\n"
+"2\n"
+"help.text"
+msgid "The context menu of the table container offers various functions that apply to all database tables. To edit a special table within the database, select the corresponding table and open its context menu."
+msgstr "ცხრილის კონტეინერის კონტექსტური მენიუ გთავაზობთ სხვადასხვა ფუნქციებს ყველა მონაცემთა ბაზის ცხრილისთვის. მონაცემთა ბაზაში კონკრეტული ცხრილის რედაქტიებისათვის, მონიშნეთ შესაბამისი ცხრილი და გახსენით კონტექსტური მენიუ."
-#: password.xhp#par_idN10568.help.text
-msgctxt "password.xhp#par_idN10568.help.text"
-msgid "Password"
+#. 4=vr
+#: 05000001.xhp
+msgctxt ""
+"05000001.xhp\n"
+"par_id3146958\n"
+"4\n"
+"help.text"
+msgid "Depending on the context, it is possible that not all the functions for your current database are listed in the context menus. For example, the <emph>Relationships</emph> command for defining relationships between various tables is only available with relational databases."
msgstr ""
-#: password.xhp#par_idN1056C.help.text
-msgid "<ahelp hid=\".\">Enter the password to connect to the data source.</ahelp>"
-msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
+#. 3F4]
+#: 05000001.xhp
+msgctxt ""
+"05000001.xhp\n"
+"par_id3145382\n"
+"3\n"
+"help.text"
+msgid "Depending on the database system used, you will find the following entries on the context menus:"
+msgstr "გამოყენებული მონაცემთა ბაზის სისტემიდან გამომდინარე კონტექტურ მენიუში თქვენ შემდეგ ჩანაწერებეს აღმოაჩენთ:"
-#: password.xhp#par_idN10583.help.text
-msgid "Remember password till end of session"
-msgstr ""
+#. Ufg0
+#: 05000001.xhp
+msgctxt ""
+"05000001.xhp\n"
+"par_id3166461\n"
+"9\n"
+"help.text"
+msgid "If a <link href=\"text/shared/01/05340400.xhp\" name=\"table is open\">table is open</link>, there are several functions available to edit the data."
+msgstr "თუ <link href=\"text/shared/01/05340400.xhp\" name=\"table is open\">ცხრილი გახსნილია</link>, მონაცემთა რედაქტირებისათვის ხელმისაწვდომია რამდენიმე ფუნქცია."
-#: password.xhp#par_idN10587.help.text
-msgid "<ahelp hid=\".\">Select to use the same user name and password without further dialog, when you connect again to the same data source in the current %PRODUCTNAME session.</ahelp>"
+#. +ql7
+#: querywizard05.xhp
+msgctxt ""
+"querywizard05.xhp\n"
+"tit\n"
+"help.text"
+msgid "Query Wizard - Grouping"
msgstr ""
-#: 02010100.xhp#tit.help.text
-msgid "Query Design"
-msgstr "მოთხოვნის დიზაინი"
+#. oj=\
+#: querywizard05.xhp
+#, fuzzy
+msgctxt ""
+"querywizard05.xhp\n"
+"par_idN10546\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/querywizard05.xhp\">Query Wizard - Grouping</link>"
+msgstr "<link href=\"text/shared/explorer/database/02000000.xhp\" name=\"Queries\">მოთხოვნები</link>"
-#: 02010100.xhp#bm_id3153323.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>"
+#. 2lz$
+#: querywizard05.xhp
+msgctxt ""
+"querywizard05.xhp\n"
+"par_idN10556\n"
+"help.text"
+msgid "Specifies whether to group the query. The data source must support the SQL statement \"Order by clauses\" to enable this page of the Wizard."
msgstr ""
-#: 02010100.xhp#hd_id3153394.1.help.text
-#, fuzzy
-msgctxt "02010100.xhp#hd_id3153394.1.help.text"
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/05010000.xhp\" name=\"Table Design\">ცხრილის დიზაინი</link>"
+#. Uh/9
+#: querywizard05.xhp
+msgctxt ""
+"querywizard05.xhp\n"
+"par_idN10589\n"
+"help.text"
+msgid "Group by"
+msgstr ""
-#: 02010100.xhp#par_id3156411.288.help.text
-msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
+#. F#y8
+#: querywizard05.xhp
+msgctxt ""
+"querywizard05.xhp\n"
+"par_idN1058D\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays all fields that are to be used to group the query.</ahelp>"
msgstr ""
-#: 02010100.xhp#par_id7024140.help.text
-msgctxt "02010100.xhp#par_id7024140.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."
+#. 2Nvo
+#: querywizard05.xhp
+msgctxt ""
+"querywizard05.xhp\n"
+"par_idN10590\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/querywizard06.xhp\" name=\"Query Wizard - Grouping conditions\">Query Wizard - Grouping conditions</link>"
msgstr ""
-#: 02010100.xhp#par_id3159176.276.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 "ზოგიერთ მონაცემთა ბაზას აქვს ახალი ცხრილის ნახვის პროგრამული მხარდაჭერა . ბრძანება <emph>ხედის შექმნის</emph> მონიშვნით <emph>ცხრილების </emph> მონაცემთა ბაზის დოკუმენტის ტაბ გვერდიდან , დაინახავთ <emph>დიზიანის ხედის </emph>ფანჯარას, რომელიც აქ აღწერილ <emph>მოთხოვნის დიზაინის</emph>ის ფანჯარას გავს. "
+#. g/mZ
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Queries"
+msgstr ""
-#: 02010100.xhp#par_id8307138.help.text
-msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
+#. R0_l
+#: 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 ""
-#: 02010100.xhp#hd_id3149233.3.help.text
-msgid "The Design View"
-msgstr "დიზიანის ხედი"
+#. )8E[
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"hd_id3150445\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/02000000.xhp\" name=\"Queries\">Queries</link>"
+msgstr "<link href=\"text/shared/explorer/database/02000000.xhp\" name=\"Queries\">მოთხოვნები</link>"
-#: 02010100.xhp#par_id3145673.4.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 "მოთხოვნის შესაქმნელად დააწკაპუნეთ <emph>მოთხოვნების</emph> ხატულაზე მონაცემთა ბაზის დოკუმენტში, შემდეგ დააწკაპუნეთ <emph>დიზაინის ხედში მოთხოვნის შექმნა</emph>."
+#. 0:7o
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3150499\n"
+"2\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 to multiple tables, if they are linked by common data fields."
+msgstr "\"query\" წარმოადგენს ცხრილის სპეციალურ ხედს. მოთხოვნებს შეუძლიათ ცალკეული ჩანაწერების ან თითოეულ ჩანაწერზე რამდენიმე ველის ჩვენება და მოთხოვნის შემთხვევაშიამ ჩანაწერების სორტირება. მოთხოვნა შეიძლება გამოყენებულ იქნას როგორც ერთ ცხრილზე ასევე რამდენიმე ცხრილზე თუ ისინი საერთო მონაცემთა ველებით არიან დაკავშირებულია"
-#: 02010100.xhp#par_id3150255.5.help.text
-msgid "The lower pane of the Design View is where you <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/shared/explorer/database/02010100.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."
+#. S~Ke
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3147399\n"
+"12\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 "გამოიყენეთ მოთხოვნები გარკვეულ კრიტერიუმებზე დაყრდნობით მონაცემთა ცხრილებიდან ჩანაწერების მოსაძებნად. მონაცემთა ბაზისთვის შექმნილი ყველა მოთხოვნა ჩამოთვლილია მოთხოვნების <emph>ჩანაწერის </emph> ქვეშ. რადგან ეს მოთხოვნა შეიცავს მონაცემთა ბაზის მოთხოვნებს, მას ასევე \"query container\"-საც. უწოდებენ."
+
+#. Z_+2
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"hd_id3153750\n"
+"39\n"
+"help.text"
+msgid "Printing Queries"
+msgstr "ბეჭდვის მოთხოვნები"
+
+#. tOKJ
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3149183\n"
+"40\n"
+"help.text"
+msgid "To print a query or table:"
+msgstr "მოთხოვნის ან ცხრილის ბეჭდვა"
+
+#. `HF:
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3156426\n"
+"41\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 "ტექსტური დოკუმენტის გახსნა (ან ელექტრონული ცხრილის დოკუმენტის გახსნა, თუ უპირატესობას ანიჭებთ ამ ტიპის დოკუმენტის ბეჭდვის პარამეტრებს)"
+
+#. -ert
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3149827\n"
+"42\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 ""
-#: 02010100.xhp#par_id3152474.6.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."
+#. CtBQ
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3149398\n"
+"43\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 ""
-#: 02010100.xhp#par_id3147559.287.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 "თუ გსურთ მოთხოვნის ტესტირება, მონაცემთა ბაზის დოკუმენტში მოთხოვნის სახელზე ორჯერ დააწკაპუნეთ. მოთხოვნის პასუხი გამოჩნდება მონაცემთა წყაროს ხედის ანალოგიურ ცხრილში. შენიშვნა: გამოტანილი ცხრილი დროებითია"
+#. 631?
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3150443\n"
+"44\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 "გადაწყვიტეთ რომელი სვეტის = მონაცემთა ველის ჩამატება გსურთ. ასევე შეგიძლიათ დააწკაპუნოთ <emph>ავტოფორმატის</emph> ღილაკზე და აარჩიოთ ფორმატირების შესაბამისი ტიპი. დახურეთ დიალოგური ფანჯარა."
-#: 02010100.xhp#hd_id8226264.help.text
-msgid "Keys in Query Design View"
+#. K@2B
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3153561\n"
+"49\n"
+"help.text"
+msgid "The query or table will be inserted into your document."
+msgstr "მოთხოვნა ან ცხრილი თქვენს დოკუმენტში იქნება ჩასმული"
+
+#. bd.e
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3150503\n"
+"50\n"
+"help.text"
+msgid "Print the document by choosing <emph>File - Print</emph>."
+msgstr "დაბეჭდეთ დოკუმენტი <emph>ფაილი - ბეჭდვა</emph>.არჩევით"
+
+#. YWcB
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3153146\n"
+"47\n"
+"help.text"
+msgid "You can also open the data source view (F4), select the entire database table in the data source view (button in the top left corner of the table), and then drag the selection to a text document or spreadsheet."
msgstr ""
-#: 02010100.xhp#par_id2341074.help.text
-msgid "Key"
-msgstr "გასაღები"
+#. qO#4
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"hd_id3148946\n"
+"46\n"
+"help.text"
+msgid "<link href=\"text/shared/main0212.xhp\" name=\"Sorting and Filtering Data\">Sorting and Filtering Data</link>"
+msgstr "<link href=\"text/shared/main0212.xhp\" name=\"Sorting and Filtering Data\">მონაცემთა სორტირება და ფილტრაცია</link>"
-#: 02010100.xhp#par_id4384289.help.text
-msgid "Function"
-msgstr "ფუნქცია"
+#. CdGd
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3149655\n"
+"28\n"
+"help.text"
+msgid "Allows you to sort and filter the data in a query table."
+msgstr "საშუალებას გაძლევთ მოახდინოთ მონაცემთა სორტირება და გაფილტვრა მოთხოვნათა ცხრილში"
-#: 02010100.xhp#par_id5839106.help.text
-msgid "F4"
-msgstr "F4"
+#. rI?k
+#: 02000000.xhp
+#, fuzzy
+msgctxt ""
+"02000000.xhp\n"
+"hd_id3153379\n"
+"14\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr "<link href=\"text/shared/explorer/database/05010000.xhp\" name=\"Table Design\">ცხრილის დიზაინი</link>"
-#: 02010100.xhp#par_id8554338.help.text
-msgctxt "02010100.xhp#par_id8554338.help.text"
-msgid "Preview"
-msgstr ""
+#. jVxW
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3151211\n"
+"18\n"
+"help.text"
+msgid "With the <emph>Query Design</emph>, you can create and edit a query or view."
+msgstr "<emph>მოთხოვნის შექმნის</emph>, მეშვეობით თქვენ შეგიძლიათ მოთხოვნის ან ხედის შექმნა და რედაქტირება"
+
+#. Zzs%
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"hd_id3153968\n"
+"29\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
+msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Through Several Tables\">მოთხოვნის გაგზავნა რამდენიმე ცხრილზე</link>"
-#: 02010100.xhp#par_id1254921.help.text
-msgid "F5"
-msgstr "F5"
+#. Em7J
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3151043\n"
+"30\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 "მოთხოვნის შედეგები შეიძლება შეიცავდნენ მონაცემებს რამდენიმე ცალკეული ცხრილიდან თუ ისინი ერთმანეთთან დაკავშირებულია შესაბამისი მონაცემთა ველებით"
+
+#. q$,4
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"hd_id3159149\n"
+"31\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
+msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Formulating Query Criteria\">მოთხოვნის კრიტერიუმების ფორმულირება</link>"
-#: 02010100.xhp#par_id7636646.help.text
-msgid "Run Query"
-msgstr ""
+#. JFl]
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3154910\n"
+"32\n"
+"help.text"
+msgid "You can find out which operators and commands can be used to formulate the filter conditions for a query."
+msgstr "თქვენ შეგიძლიათ გაარკვიოთ მოთხოვნისთვის პირობების გაფილტვრისთვის რომელი ოპერატორებისა და ბრძანებების გამოყენება არის შესაძლებელი"
+
+#. R=E#
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"hd_id3156212\n"
+"33\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
+msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"ფუნქციების შესრულება \">Executing Functions</link>"
-#: 02010100.xhp#par_id8579363.help.text
-msgid "F7"
-msgstr "F7"
+#. u7QM
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3144762\n"
+"34\n"
+"help.text"
+msgid "You can perform calculations with the data of a table and store the results as a query result."
+msgstr "თქევნ შეგიძლიათ ცხრილის მონაცემებით გამოთვლები აწარმოოთ და შედეგები შეინახოთ მოთხოვნის შედეგის სახით"
-#: 02010100.xhp#par_id3227942.help.text
-msgid "Add Table or Query"
+#. %xc~
+#: querywizard07.xhp
+msgctxt ""
+"querywizard07.xhp\n"
+"tit\n"
+"help.text"
+msgid "Query Wizard - Aliases"
msgstr ""
-#: 02010100.xhp#hd_id3154939.7.help.text
-msgctxt "02010100.xhp#hd_id3154939.7.help.text"
-msgid "Browse"
-msgstr ""
+#. GUA$
+#: querywizard07.xhp
+#, fuzzy
+msgctxt ""
+"querywizard07.xhp\n"
+"par_idN10543\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/querywizard07.xhp\">Query Wizard - Aliases</link>"
+msgstr "<link href=\"text/shared/explorer/database/02000000.xhp\" name=\"Queries\">მოთხოვნები</link>"
-#: 02010100.xhp#par_id3148799.8.help.text
-msgid "When you open the query design for the first time, in order to create a new query, you can click <link href=\"text/shared/02/14020100.xhp\" name=\"Add Tables\"><emph>Add Tables</emph></link>. You then see a dialog in which you must first select the table that will be the basis for the query."
+#. :nLa
+#: querywizard07.xhp
+msgctxt ""
+"querywizard07.xhp\n"
+"par_idN10553\n"
+"help.text"
+msgid "Assigns aliases to field names. Aliases are optional, and can provide more user-friendly names, which are displayed in place of field names. For example, an alias can be used when fields from different tables have the same name."
msgstr ""
-#: 02010100.xhp#par_id3144762.10.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 "<ahelp hid=\"HID_CTL_QRYDGNTAB\">მოთხოვნაში ჩასამატებლად ორჯერ დააწკაპუნეთ ველებზე. გამოიყენეთ გადატრევა-დაგდებით კავშირების განსასაზღვრად. </ahelp>"
-
-#: 02010100.xhp#par_id3157894.141.help.text
-msgid "While designing a query, you cannot modify the selected tables."
+#. Au^V
+#: querywizard07.xhp
+msgctxt ""
+"querywizard07.xhp\n"
+"par_idN10556\n"
+"help.text"
+msgid "Alias"
msgstr ""
-#: 02010100.xhp#hd_id3149562.11.help.text
-msgid "Remove tables"
-msgstr "ცხრილების მოხსნა"
+#. FJe%
+#: querywizard07.xhp
+msgctxt ""
+"querywizard07.xhp\n"
+"par_idN1055A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the alias for the field name.</ahelp>"
+msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: 02010100.xhp#par_id3150685.12.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 "დიზაინის ხედიდან ცხრილის მოსაცილებლად დააწკაპუნეთ ცხრილის ფანჯრის ზედა ჩარჩოზე და გამოიტანეთ კონტექსის მენიუ. შესაძლებელია <emph>წაშლის</emph> ბრძანების გამოყენება ცხრილის დიზაინის ხედიდან მოსაცილებლად. მეორე ვარიანტია წაშლის ღილაკზე დაჭერა."
+#. =zqf
+#: querywizard07.xhp
+#, fuzzy
+msgctxt ""
+"querywizard07.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/querywizard08.xhp\" name=\"Query Wizard - Overview\">Query Wizard - Overview</link>"
+msgstr "<link href=\"text/shared/explorer/database/02000000.xhp\" name=\"Queries\">მოთხოვნები</link>"
-#: 02010100.xhp#hd_id3150012.142.help.text
-msgid "Move table and modify table size"
+#. Fq;;
+#: dabadoc.xhp
+msgctxt ""
+"dabadoc.xhp\n"
+"tit\n"
+"help.text"
+msgid "Database File"
msgstr ""
-#: 02010100.xhp#par_id3146922.143.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."
+#. kLK(
+#: dabadoc.xhp
+msgctxt ""
+"dabadoc.xhp\n"
+"par_idN10544\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabadoc.xhp\">Database File</link>"
msgstr ""
-#: 02010100.xhp#hd_id3145365.13.help.text
-msgid "Table Relations"
+#. jL1\
+#: dabadoc.xhp
+msgctxt ""
+"dabadoc.xhp\n"
+"par_idN10554\n"
+"help.text"
+msgid "<ahelp hid=\".\">The database file window organizes the tables, views, queries, and reports of a database in %PRODUCTNAME.</ahelp>"
msgstr ""
-#: 02010100.xhp#par_id3154145.14.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 "ერთი ცხრილის ველის სახელსა და მეორე ცხრილის ველის სახელს შორის კვშირების არსებობის შემთქვევაში, შეგიძლიათ გამოიყენოთ ეს კავშირები თქვენი მოთხოვნისათვის"
+#. cWZ~
+#: dabadoc.xhp
+msgctxt ""
+"dabadoc.xhp\n"
+"par_idN105B7\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/main.xhp\">Working with databases in %PRODUCTNAME</link>"
+msgstr ""
-#: 02010100.xhp#par_id3152577.15.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 tell $[officename] what the relationship exists between the data in the two spreadsheets."
-msgstr "მაგალითად: თუ თქვენ გაქვთ საქონლის ნუმერაციის მიხედვით დახარისხებული საქონლის ელექტრონული ცხრილი და ანალოგიური ნუმერაციის მქონე ელქტრონული ცხრილი მომხმრებლებისთვის, სადაც აღრიცხავთ მომხმარებლის მიერ შეკვეთილ საქონელს, მაშინ ამ ორ \"საქონლის ნომერი\" მონაცემთა ველს შორის არსებობს ურთიერთკავშირი. ამ შემთხვევაში, თუ გსურთ ისეთი მოთხოვნის შექმნა, რომელიც დაგიბრუნებთ/გამოგიტანთ მომხმარებლის მიერ შეკვეთილ საქონელს, თქვენ უნდა გამოითხოვოთ მონაცემები ორივე ელექტრონული ცხრილიდან. ამისათვის $[officename]-ს უნდა დაუზუსტოთ რა კავშირია ამ ორი ელექტრონული ცხრილის მონაცემებს შორის. "
+#. -JSA
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"tit\n"
+"help.text"
+msgid "Additional Settings"
+msgstr "დამატებითი პარამეტრები"
-#: 02010100.xhp#par_id3155302.16.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 in the two windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
+#. l^*t
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN1054D\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabapropadd.xhp\">Additional Settings</link>"
msgstr ""
-#: 02010100.xhp#par_id3153876.137.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."
+#. ==wH
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies additional options for a data source.</ahelp>"
msgstr ""
-#: 02010100.xhp#par_id3145646.246.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 "ერთი მოთხოვნით სხვადასხვა მონაცემთა ბაზების ცხრილები მიუწვდომელია რამოდენიმე ცხრილის შემცველი მოთხოვნის შექმნა შესაძლებელია მხოლოდ ერთი მონაცემთა ბაზის ფარგლებში "
-
-#: 02010100.xhp#hd_id3153279.224.help.text
-msgid "Specifying link type"
+#. f,9P
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_id4641865\n"
+"help.text"
+msgid "In a database window, choose <emph>Edit - Database - Properties</emph>, click <emph>Additional Settings</emph> tab"
msgstr ""
-#: 02010100.xhp#par_id3154791.225.help.text
-msgid "If you double-click the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of link in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
-msgstr "ორი ველის დამაკავშირებელ ხაზზე ორჯერ დაწკაპუნებით, ან მენიუდან ბრძანება <emph>ჩასმა - ახალი კავშირის</emph>, გამოძახებით თქევნ შეგიძლიათ დააკონკრეტოთ ბმულის ტიპი<link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>კავშირების</emph></link> დიალოგურ ფანჯარაში."
-
-#: 02010100.xhp#par_id3150094.285.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."
+#. 0CKf
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN10572\n"
+"help.text"
+msgid "The availability of the following controls depends on the type of database:"
msgstr ""
-#: 02010100.xhp#hd_id3155851.145.help.text
-msgid "Deleting relations"
-msgstr "კავშირების წაშლა"
+#. =zOF
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN10575\n"
+"help.text"
+msgid "Host name"
+msgstr ""
-#: 02010100.xhp#par_id3156178.146.help.text
-msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
-msgstr "ორ ცხრილს შორის კავშირის წასაშლელად დააწკაპუნეთ მაკავშირებელ ხაზ და დააჭირეთ წაშლის კლავიშს."
+#. U,}U
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN105D7\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the host name of the server that contains the database, for example ldap.server.com.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3150715.284.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 "ალტერნატიულად, წაშალეთ შესაბამისი ჩანაწერები<emph>კავშირების</emph> დიალოგურ ფანჯარაში<emph>გამოყენებულ ველებში</emph>. ან დააჭირეთ ტაბის კლავიშს მონიშნული მაკავშირებელი ვექტორის გამოსაძახებლად/გამოსაჩენად, შემდეგ დააჭირეთ Shift+F10 კონტექსტური მენიუს გასახსნელად და <emph>წაშლის</emph>ბრძანების მოსანიშნად"
+#. AWm?
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN10579\n"
+"help.text"
+msgid "Port number"
+msgstr ""
-#: 02010100.xhp#hd_id3151208.17.help.text
-msgid "Define query"
-msgstr "მოთხოვნის განსაზღვრა"
+#. gU^V
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN105F6\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the port number for the server that hosts the database.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3158416.18.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."
+#. ChJ\
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN1057D\n"
+"help.text"
+msgid "MySQL JDBC driver class"
msgstr ""
-#: 02010100.xhp#hd_id3154161.19.help.text
-msgid "Specify field name"
-msgstr "ველის სახელის დაკონკრეტება "
+#. 4EhK
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN10615\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the name of the JDBC driver for the MySQL database.</ahelp>"
+msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: 02010100.xhp#par_id3146791.20.help.text
-msgid "First, select all field names from the tables that you want to add to the query. You can do this either with 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. As you do this, you can decide which column you want to add the field to. Select a field name by double-clicking. It will then be added to the next free column."
-msgstr "უპირველეს ყოვლისა მონიშნეთ ყველა იმ ველის სახელი, რომლის დამატებაც მოთხოვნაში გსურთ. ამის გაკეთება შესაძლებელია გადატანა-ჩასმის მეშვეობით ან ცხრილის ფანჯარაში ველის სახელზე ორჯერ დაწკაპუნებით.გადატანა-ჩასმისას მაუსის მეშვეობით გადაიტანეთ ველის სახელი ცხრილის ფანჯრიდან მოთხოვნის დიზაინის ქვედა არეში. ამავდროულად შეგიძლიათ გადაწყვიტოთ რომელი სვეტისთვის გსურს ველის დამატება. ველის სახელი მონიშნეთ ორჯერ დაწკაპუნებით, რის შედეგადაც ის მომდევნო თავისუფალ სვეტს დაემატება"
+#. nYl(
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN10581\n"
+"help.text"
+msgid "Character set"
+msgstr "სიმბოლოთა წყება"
-#: 02010100.xhp#hd_id3150750.21.help.text
-msgid "Deleting field names"
-msgstr "ველის სახელების წაშლა"
+#. ~N,I
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN10634\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the character set that you want to use to view the database in $[officename].</ahelp> This setting does not affect the database. To use the default character set of your operating system, select \"System\"."
+msgstr ""
-#: 02010100.xhp#par_id3154479.22.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 "მოთხოვნიდან ველის სახელის მოსაშორებლად დააწკაპუნეთ ველის სვეტის ჰედერზე და აარჩიეთ <emph>წაშლის</emph> ბრძანება სვეტის კონტექსტური მენიუდან."
+#. ;FXd
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN10651\n"
+"help.text"
+msgid "Text and dBASE databases are restricted to character sets with a fixed-size character length, where all characters are encoded with the same number of bytes."
+msgstr ""
-#: 02010100.xhp#hd_id3155764.277.help.text
-msgid "Save query"
-msgstr "მოთხოვნის შენახვა"
+#. H.6)
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN10585\n"
+"help.text"
+msgid "Oracle JDBC driver class"
+msgstr ""
-#: 02010100.xhp#par_id3148481.278.help.text
-msgid "Use the <emph>Save</emph> icon on the Standard Bar to save the query. You see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema."
-msgstr "მოთხოვნის შესანახად გამოიყენეთ<emph>შენახვის</emph> ხატულა სტანდარტულიდან დაფიდან. თქვენ დაინახავთ დიალოგურ ფანჯარას, რომელიც მოთხოვნისთვის სახელის შეყვანას გთხოვთ. თუ მონაცემთა ბაზას სქემების მხარდაჭერა აქვს, შეგიძლიათ სქემის შეყვანა. "
+#. :|@P
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN10653\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the name of the JDBC driver for the Oracle database.</ahelp>"
+msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: 02010100.xhp#hd_id3154362.279.help.text
-msgid "Schema"
-msgstr "სქემა"
+#. gau]
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN10589\n"
+"help.text"
+msgid "Driver settings"
+msgstr "დრაივერის პარამეტრები"
-#: 02010100.xhp#par_id3154754.280.help.text
-msgid "<ahelp hid=\"DBACCESS_COMBOBOX_DLG_SAVE_AS_ET_SCHEMA\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
+#. oi1p
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN10672\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify additional driver options.</ahelp>"
msgstr ""
-#: 02010100.xhp#hd_id3156717.281.help.text
-msgid "Query name or table view name"
-msgstr "მოთხოვნის სახელი ან ცხრილის ხედის სახელი"
+#. @T}W
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN1058D\n"
+"help.text"
+msgid "Use catalog for file-based databases"
+msgstr ""
-#: 02010100.xhp#par_id3154253.282.help.text
-msgid "<ahelp hid=\"DBACCESS_EDIT_DLG_SAVE_AS_ET_TITLE\">Enter the name of the query or table view.</ahelp>"
-msgstr "<ahelp hid=\"DBACCESS_EDIT_DLG_SAVE_AS_ET_TITLE\">შეიტანეთ მოთხოვნის ან ცხრილის ხედის სახელი</ahelp>"
+#. HCv%
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN10691\n"
+"help.text"
+msgid "<ahelp hid=\".\">Uses the current data source of the catalog. This option is useful when the ODBC data source is a database server. Do not select this option if the ODBC data source is a dBASE driver.</ahelp>"
+msgstr ""
-#: 02010100.xhp#hd_id3163805.23.help.text
-msgid "Filtering data"
-msgstr "მონაცემთა გაფილტვრა"
+#. H+IS
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN10591\n"
+"help.text"
+msgid "Base DN"
+msgstr ""
-#: 02010100.xhp#par_id3154964.24.help.text
-msgid "To filter data for the query, set the desired preferences in the lower area of the Design View. The following lines are available:"
-msgstr "მოთხოვნისათვის მონაცემთა გასაფილტრად დააყენეთ სასურველი პარამეტრები დიზაინის ხედის ქვედა არეში. ხელმისაწვდომია შემდეგი ხაზები:"
+#. P}-9
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN106B0\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the starting point to search the LDAP database, for example, dc=com.</ahelp>"
+msgstr ""
-#: 02010100.xhp#hd_id3146916.25.help.text
-msgctxt "02010100.xhp#hd_id3146916.25.help.text"
-msgid "Field"
-msgstr "ველები"
+#. M|p(
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN10595\n"
+"help.text"
+msgid "Maximum number of records"
+msgstr ""
-#: 02010100.xhp#par_id3156372.26.help.text
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that you referred to in the Query. All settings made in the lower rows refer to this field.</ahelp> If you activate a cell 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 and the criteria is valid for all table fields."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">შეიტანეთ იმ მონაცემთა ველის სახელი, რომელიც მოთხოვნაში გამოიყენეთ. ქვედა ზოლის ყველა პარამეტრი ამ ველს მიეკუთვნება. </ahelp> მაუსის დაწკაპუნებით უჯრედის გააქტიურებისას დაინახავთ ისრის ღილაკს, რომელიც ველის მონიშვის საშუალებას გაძლევთ. პარამეტრი \"ცხრილის სახელი.*\" მონიშნავს ყველა მონაცემთა ველს და პირობა მართებული იქნება ცხრილის ყველა ველისათვის."
+#. ]U+l
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN106F3\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the maximum number of records that you want to load when you access the LDAP server.</ahelp>"
+msgstr ""
-#: 02010100.xhp#hd_id3145150.148.help.text
-msgctxt "02010100.xhp#hd_id3145150.148.help.text"
-msgid "Alias"
+#. gSy-
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN10599\n"
+"help.text"
+msgid "Display deleted records as well"
msgstr ""
-#: 02010100.xhp#par_id3146315.149.help.text
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in a query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field has the name PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as alias."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">განსაზღვრავს მეტსახელს, რომელიც მოთხოვნის ჩამონთვალში გამოიყენება ველის სახელის ნაცვლად. ეს მომხმარებლის მიერ განსაზღვრული სატაურბის გამოყენების საშუალებას იძლევა </ahelp> მაგალითად, თუ მონაცემთა ველის სახელი არის PtNo და მის ნაცვლად გსურთ მოთხოვნაში გამოჩნდეს PartNum, შეიტანეთ მეტსახელად. PartNum."
+#. eh1(
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN10700\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays all the records in a file, including those marked as deleted. If you select this check box, you cannot delete records.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3155959.193.help.text
-msgid "In an SQL statement, aliases are defined as following:"
-msgstr "SQL-ის განაცხადში მეტსახელები შემდეგნაირად არის განსაზღვრული:"
+#. a~uL
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN10715\n"
+"help.text"
+msgid "In dBASE format, deleted records remain in the file."
+msgstr ""
-#: 02010100.xhp#par_id3149922.194.help.text
-msgid "SELECT column AS alias FROM table."
-msgstr "SELECT column AS alias FROM table."
+#. wds}
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN10718\n"
+"help.text"
+msgid "To view changes that you make to the database, close the connection to the database, and then reconnect to the database."
+msgstr ""
-#: 02010100.xhp#par_id3159335.195.help.text
-msgid "For example:"
-msgstr "მაგალითად"
+#. b9Md
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN1059D\n"
+"help.text"
+msgid "Indexes"
+msgstr ""
-#: 02010100.xhp#par_id3148478.196.help.text
-msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
-msgstr "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
+#. QIKL
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN10725\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Indexes dialog, where you can organize the table indexes in the current dBASE database.</ahelp>"
+msgstr ""
-#: 02010100.xhp#hd_id3148485.27.help.text
-msgctxt "02010100.xhp#hd_id3148485.27.help.text"
-msgid "Table"
+#. u)n(
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN105A1\n"
+"help.text"
+msgid "Data buffer size (MB)"
msgstr ""
-#: 02010100.xhp#par_id3163665.28.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 the a cell with a mouse click, an arrow will appear which enables you to select another table of the current query."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">მონიშნული მონაცემთა ველის შესაბამისი მონაცემთა ბაზის ცხრილი ჩამოთვლილია აქ</ahelp> თუ უჯრედს მაუსის დაწკაპუნებით გააქტიურებთ, გამოჩნდება ისარი, რომელიც საშუალებას მოგცემთ მიმდინარე მოთხოვნის სხვა ცხრლი მონიშნოთ"
+#. 1UCf
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN10742\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the size of the data buffer for the database. The setting takes effect after you restart the database.</ahelp>"
+msgstr ""
-#: 02010100.xhp#hd_id3154207.29.help.text
-msgctxt "02010100.xhp#hd_id3154207.29.help.text"
-msgid "Sort"
+#. ,,$#
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN105A5\n"
+"help.text"
+msgid "Data increment (MB)"
msgstr ""
-#: 02010100.xhp#par_id3150979.30.help.text
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click the cell, you can select among the sorting options: ascending, descending and not sorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">უჯრედზე დაწკაპუნებით საშუალება გეძლევათ ამოირჩიოთ სორტირების პარამეტრი: აღმავალი, დაღმავალი და არასორტირებული.</ahelp> ტექსტური ველები ლაგდება ანბანურად (A-დან Z-მდე) ხოლო რიცხვითი რიცხვითი ჩამონათვალის სახით (0-დან 9-მდე)."
+#. 65^y
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN10761\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the size by which you want to automatically increment the database. The maximum increment size is 100 MB. The setting takes effect after you restart the database.</ahelp>"
+msgstr ""
-#: 02010100.xhp#hd_id3150384.31.help.text
-msgid "Visible"
-msgstr "ხილული"
+#. ;o@s
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN105A9\n"
+"help.text"
+msgid "Control user name"
+msgstr ""
-#: 02010100.xhp#par_id3146133.32.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 visible in the query</ahelp>. If you only use a data field to formulate a condition, you do not necessarily need to show it."
+#. GjbC
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN1076E\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the name of a user that you want to give limited control to modify some parameters of the database.</ahelp>"
msgstr ""
-#: 02010100.xhp#hd_id3154714.33.help.text
-msgid "Criteria"
-msgstr "კრიტერიუმები"
+#. \FXW
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN105AD\n"
+"help.text"
+msgid "Control password"
+msgstr ""
-#: 02010100.xhp#par_id3145134.34.help.text
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field should be filtered.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">განსაზღვრავს<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria \">კრიტერიუმებს</link>რომლითაც მონაცემთა ველის შიგთავსი უნდა გაიფლიტროს.</ahelp>"
+#. O)dq
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN1077B\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the password for the Control User.</ahelp>"
+msgstr ""
-#: 02010100.xhp#hd_id3152477.35.help.text
-msgid "or"
-msgstr "ან"
+#. WLRR
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN105B1\n"
+"help.text"
+msgid "Shut down service when closing %PRODUCTNAME"
+msgstr ""
-#: 02010100.xhp#par_id3154585.36.help.text
-msgid "Here you can enter one additional criterion for filtering in each line. Multiple criteria in one column will be connected by an OR link."
-msgstr "აქ უნდ აშეიტანოთ ერთი დამატებითი კრიტერიუმი თითოეული ხაზის გასაფილტრად. რამდენიმე კრიტერიუმის დაკავშირება ერთ სვეტში ხდება OR ბმულით"
+#. \fgO
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN10788\n"
+"help.text"
+msgid "<ahelp hid=\".\">Exits the Adabas database server when you exit $[officename]. This option is only available if you start the database server from $[officename] with a control user and password.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3148800.150.help.text
-msgid "You can also use the context menu of the line headers in the lower area of the query design to insert another line for functions:"
-msgstr "თქვენ ასევე შეგიძლიათ მოთხოვნის დიზაინის ქვედა არეში ხაზის ჰედერის კონტექსტური მენიუს გამოყენება ფუნქციებისთვის კიდევ ერთი ხაზის ცასამატებლად "
+#. GfZQ
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN105B5\n"
+"help.text"
+msgid "Extended"
+msgstr ""
-#: 02010100.xhp#hd_id3148419.151.help.text
-#, fuzzy
-msgctxt "02010100.xhp#hd_id3148419.151.help.text"
-msgid "Functions"
-msgstr "ფუნქცია"
+#. 2[ue
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN10795\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the <link href=\"text/shared/explorer/database/11170100.xhp\" name=\"Database Statistics\">Database Statistics</link> dialog, where you can view statistics about the Adabas database.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3153233.152.help.text
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query here.</ahelp> The functions you can run here depend on the database. "
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">მონიშნეთ ფუნქცია მოთხოვნის აქ გასაშევბად. </ahelp> ფუნქციები, რომელთა გაშვება აქ არის შესაძლებელი, დამოკიდებულია მონაცემთა ბაზაზე "
+#. zY7[
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN105B9\n"
+"help.text"
+msgid "Text contains headers"
+msgstr ""
-#: 02010100.xhp#par_id8760818.help.text
-msgid "If you are working with the HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
-msgstr "თუ თქვენ მუშაობთ Adabas მონაცემთა ბაზაში, ჩამონათვალის სარკმელი <emph>ფუნქციების</emph> ზოლი შემდეგ პარამეტრებს გთავაზობთ:"
+#. L)ex
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN107B0\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select this check box if the first line of the text file contains field names.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3150307.179.help.text
-msgid "Option"
-msgstr "პარამეტრი"
+#. X8ZW
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN105BD\n"
+"help.text"
+msgid "Field separator"
+msgstr ""
-#: 02010100.xhp#par_id3166430.180.help.text
-msgctxt "02010100.xhp#par_id3166430.180.help.text"
-msgid "SQL"
+#. vm=i
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN107CF\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter or select the character that separates data fields in the text file.</ahelp>"
msgstr ""
-#: 02010100.xhp#par_id3152993.181.help.text
-msgid "Effect"
-msgstr "ეფექტი"
+#. `GD0
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN105C1\n"
+"help.text"
+msgid "Text separator"
+msgstr ""
-#: 02010100.xhp#par_id3155377.162.help.text
-msgid "No function"
-msgstr "ფუნქციის გარეშე"
+#. I_SU
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN107DC\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter or select the character that identifies a text field in the text file. You cannot use the same character as the field separator.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3155533.163.help.text
-msgid "No function will be executed."
-msgstr "არც ერთი ფუნქცია არ ქნება შესრულებული"
+#. ]Rn?
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN105C5\n"
+"help.text"
+msgid "Decimal separator"
+msgstr ""
-#: 02010100.xhp#par_id3166420.164.help.text
-msgid "Average"
-msgstr "საშუალო"
+#. KnN[
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN107E9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter or select the character that is used as a decimal separator in the text file, for example, a period (0.5) or a comma (0,5).</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3145268.183.help.text
-msgid "AVG"
-msgstr "AVG"
+#. 0K_T
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN105C9\n"
+"help.text"
+msgid "Thousands separator"
+msgstr ""
-#: 02010100.xhp#par_id3154486.165.help.text
-msgid "Calculates the arithmetic mean of a field."
-msgstr "გამოთვლის ველის საშუალო არითმეტიკულ სიდიდეს"
+#. bIl%
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN107F6\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter or select the character that is used as a thousands separator in the text file, for example a comma (1,000), or a period (1.000).</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3149979.166.help.text
-msgid "Count"
-msgstr "დათვლა"
+#. ;T)8
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN105CD\n"
+"help.text"
+msgid "File extension"
+msgstr ""
-#: 02010100.xhp#par_id3154260.184.help.text
-msgid "COUNT"
-msgstr "COUNT"
+#. 4lYl
+#: dabapropadd.xhp
+msgctxt ""
+"dabapropadd.xhp\n"
+"par_idN10803\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the format for the text file.</ahelp> The extension that you select affects some of the default settings in this dialog."
+msgstr ""
-#: 02010100.xhp#par_id3155810.167.help.text
-msgid "Determines the number of records in the table. Empty fields can either be counted (a) or not (b)."
-msgstr "განსაზღვრავს ცხრილში ჩანაწერების რაოდენობას. შეიძლება ცარიელი ველების როგორც დათვლა (a), ასევე გამოტოვება (b)"
+#. jQSi
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"tit\n"
+"help.text"
+msgid "Special Settings"
+msgstr ""
-#: 02010100.xhp#par_id3151333.197.help.text
-msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
-msgstr "a) COUNT(*): ვარკსვლავის არგუმენტად გადაწოდება ცხრილის ყველა ჩანაწერს მოიცავს"
+#. S8a0
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_idN10556\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabaadvpropdat.xhp\">Special Settings</link>"
+msgstr ""
-#: 02010100.xhp#par_id3152889.198.help.text
-msgid "b) COUNT(column): Passing a field name as an argument counts only fields in which the field name in question contains a value. Null values (empty fields) will not be counted."
+#. 7al8
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_idN10566\n"
+"help.text"
+msgid "Specifies the way you can work with data in a database."
msgstr ""
-#: 02010100.xhp#par_id3153067.168.help.text
-msgid "Maximum"
-msgstr "მაქსიმუმი"
+#. .[9s
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_id7679372\n"
+"help.text"
+msgid "In a database window, choose <emph>Edit - Database - Advanced Settings</emph>"
+msgstr ""
-#: 02010100.xhp#par_id3148840.185.help.text
-msgid "MAX"
-msgstr "MAX"
+#. SO\#
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_id4572283\n"
+"help.text"
+msgid "The availability of the following controls depends on the type of database:"
+msgstr ""
-#: 02010100.xhp#par_id3159221.169.help.text
-msgid "Determines the highest value of a field."
-msgstr "განსაზღვრავს ველში უმაღლეს მაჩენებელს "
+#. ;l/w
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_idN10590\n"
+"help.text"
+msgid "Use SQL92 naming constraints"
+msgstr ""
-#: 02010100.xhp#par_id3146866.170.help.text
-msgid "Minimum"
-msgstr "მინიმუმი"
+#. lMAe
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_idN10594\n"
+"help.text"
+msgid "<ahelp hid=\".\">Only allows characters that conform to the SQL92 naming convention in a name in a data source. All other characters are rejected. Each name must begin with a lowercase letter, an uppercase letter, or an underscore ( _ ). The remaining characters can be ASCII letters, numbers, and underscores.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3148604.186.help.text
-msgid "MIN"
-msgstr "MIN"
+#. i$(,
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_idN105907\n"
+"help.text"
+msgid "Use keyword AS before table alias names"
+msgstr ""
-#: 02010100.xhp#par_id3157982.171.help.text
-msgid "Determines the lowest value of a field."
-msgstr "განსაზღვრავს ველში უმცირეს მაჩენებელს "
+#. \s*!
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_idN105947\n"
+"help.text"
+msgid "<ahelp hid=\".\">Some databases use the keyword \"AS\" between a name and its alias, while other databases use a whitespace. Enable this option to insert AS before the alias.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3154828.172.help.text
-msgid "Sum"
-msgstr "ჯამი"
+#. Xvi*
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"hd_id3534958\n"
+"help.text"
+msgid "End text lines with CR + LF"
+msgstr ""
-#: 02010100.xhp#par_id3147070.187.help.text
-msgid "SUM"
-msgstr "SUM"
+#. _TNG
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_id6151921\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to use the CR + LF code pair to end every text line (preferred for DOS and Windows operating systems).</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3154536.173.help.text
-msgid "Calculates the sum of values of associated fields."
-msgstr "ითვლის მაჩვენებელთა ჯამს დაკავშირებულ ველებში "
+#. kbR/
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_idN1059E\n"
+"help.text"
+msgid "Append the table alias name in SELECT statements"
+msgstr ""
-#: 02010100.xhp#par_id3148820.174.help.text
-msgid "Group"
-msgstr "დაჯგუფება"
+#. }ZeB
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_idN105A2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Appends the alias to the table name in SELECT statements.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3145375.188.help.text
-msgid "GROUP BY"
-msgstr "GROUP BY"
+#. s52\
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_idN105A5\n"
+"help.text"
+msgid "Use Outer Join syntax '{OJ }'"
+msgstr ""
-#: 02010100.xhp#par_id3149438.175.help.text
-msgid "Groups query data according to the field name selected. 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."
-msgstr "აჯგუფებს მოთხოვნის მონაცემებს მონიშნული ველის სახელის მიხედვით. ფუნქციების შესრულება ხდება კონკრეტული ჯგუფების მიხედვით. SQL-ში ეს პარამეტრი შეესაბამება GROUP BY პირობას. კრიტერიუმის დამატების შემთხვევაში, ეს ჩანაწერი გამოჩნდბა SQL HAVING-ში"
+#. =FXe
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_idN105A9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Use escape sequences for outer joins. The syntax for this escape sequence is {oj outer-join}</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3156038.189.help.text
-msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
-msgstr "ასევე შესაძლებელია ფუქნციური გამოძახებების პირდაპირ შეტანა SQL განაცხადში"
+#. ,Jp9
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_idN105BE\n"
+"help.text"
+msgid "Example:"
+msgstr "მაგალითად"
-#: 02010100.xhp#par_id3156340.190.help.text
-msgid "SELECT FUNCTION(column) FROM table."
-msgstr "SELECT FUNCTION(სვეტი) FROM ცხრილიდან."
+#. -@Ej
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_idN105C1\n"
+"help.text"
+msgid "select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
+msgstr "მაგალითი: მონიშნეთ Article.* {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}-დან"
-#: 02010100.xhp#par_id3155075.191.help.text
-msgid "For example, the function call in SQL for calculating a sum is:"
-msgstr "მაგალითად: SQL-ში ფუნქციური გამოძახება ჯამის გამოსათვლელად:"
+#. b%T(
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_idN105C4\n"
+"help.text"
+msgid "Ignore the privileges from the database driver"
+msgstr ""
-#: 02010100.xhp#par_id3154591.192.help.text
-msgid "SELECT SUM(\"Price\") FROM \"Article\"."
+#. R9rf
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_idN105C8\n"
+"help.text"
+msgid "<ahelp hid=\".\">Ignores access privileges that are provided by the database driver.</ahelp>"
msgstr ""
-#: 02010100.xhp#par_id3159205.176.help.text
-msgid "Except for the <emph>Group</emph> function, the above functions are so-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 system in use and on the current state of the Base driver."
-msgstr " <emph>დაჯგუფების</emph> ფუნქციის გარდა, ყველა ზემოთხსენებულ ფუნქციას ე.წ. საერთო ფუნქციები. ეს ფუნქციები გამოიყენება მონაცემთა დათვლის შედეგად შეჯამების გასაკეთებლად. ასვეე შესაძლებელია დამატებითი ფუქნციების გამოყენება, რომლებიც ჩამონათვალში არ არის მოცემული, რაც მუშა მონაცემთა ბაზის სისტემაზე არის დამოკიდებული. დრაივერის კონკრეტული ფუნქციების შესახებ ინფორმაციის მისაღებად ნახეთ თქვენი მონაცემთა ბაზის სისტემის დოკუმენტაცია. "
+#. IV9D
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_idN105CB\n"
+"help.text"
+msgid "Replace named parameters with ?"
+msgstr ""
-#: 02010100.xhp#par_id3148651.177.help.text
-msgid "To use other functions not listed in the list box, you must enter them under <emph>Field</emph>."
+#. $a|c
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_idN105CF\n"
+"help.text"
+msgid "<ahelp hid=\".\">Replaces named parameters in a data source with a question mark (?).</ahelp>"
msgstr ""
-#: 02010100.xhp#par_id3155098.178.help.text
-msgid "You can also assign aliases to function calls. If the query is not to be displayed in the column header, enter the desired name under <emph>Alias</emph>."
-msgstr "ასევე შესაძლებელია მეტსახელების მინიჭება ფუნქციური გამოძახებებისთვის. თუ მოთხოვნა არ უნდა გამოჩნდეს სვეტის ჰედერში, შეიტანეთ სასურველი სახელი <emph>მეტსახელებში</emph>."
+#. m0Tc
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_idN105D2\n"
+"help.text"
+msgid "Display version columns (when available)"
+msgstr ""
-#: 02010100.xhp#par_id3155539.199.help.text
-msgid "The corresponding function in an SQL statement is:"
-msgstr "შესაბამისი ფუნქცია SQL-ის განაცხადში არის:"
+#. sW(H
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_idN105D6\n"
+"help.text"
+msgid "Some databases assign version numbers to fields to track changes to records. The version number of a field is incremented by one each time the contents of the field are changed. <ahelp hid=\"HID_DSADMIN_SUPPRESS_VERSIONCL\">Displays the internal version number of the record in the database table.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3149425.200.help.text
-msgid "SELECT FUNCTION() AS alias FROM table"
+#. 2e2k
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_idN105FA\n"
+"help.text"
+msgid "Use the catalog name in SELECT statements"
msgstr ""
-#: 02010100.xhp#par_id3144431.201.help.text
-msgctxt "02010100.xhp#par_id3144431.201.help.text"
-msgid "Example:"
-msgstr "მაგალითად"
+#. =[q,
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_idN105FE\n"
+"help.text"
+msgid "<ahelp hid=\".\">Uses the current data source of the catalog. This option is useful when the ODBC data source is a database server. Do not select this option if the ODBC data source is a dBASE driver.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3154614.202.help.text
-msgid "SELECT COUNT(*) AS count FROM \"Item\""
+#. ~KVR
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_idN10613\n"
+"help.text"
+msgid "Use the schema name in SELECT statements"
msgstr ""
-#: 02010100.xhp#par_id3154610.203.help.text
-msgid "If you run this function, you cannot insert any additional columns for the query other than receiving these columns as a \"Group\" function."
+#. c\OW
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_idN10617\n"
+"help.text"
+msgid "<ahelp hid=\".\">Allows you to use the schema name in SELECT statements.</ahelp>"
msgstr ""
-#: 02010100.xhp#par_id3154644.204.help.text
-msgid "<emph>Examples</emph>"
-msgstr "<emph>მაგალითები</emph>"
+#. u+Pf
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_idN1061A\n"
+"help.text"
+msgid "Create index with ASC or DESC statement"
+msgstr ""
-#: 02010100.xhp#par_id3151120.205.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.\""
+#. \Ub*
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_idN1061E\n"
+"help.text"
+msgid "<ahelp hid=\".\">Creates an index with ASC or DESC statements.</ahelp>"
msgstr ""
-#: 02010100.xhp#par_id3155144.206.help.text
-msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
-msgstr "სამზე მეტი ელემენტის მომწოდებელთა მომცველი მოთხოვნის შესაქმნელად საჭიროა შემდეგი ნაბიჯების განხორციელება."
+#. i%+Z
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_idN10621\n"
+"help.text"
+msgid "Comparison of Boolean values"
+msgstr ""
-#: 02010100.xhp#par_id3153240.207.help.text
-msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
-msgstr "ჩასვით \"Item\" და \"Suppliers\" ცხრილები მოთხოვნის დიზაინში."
+#. Ueyb
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_idN10625\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the type of Boolean comparison that you want to use.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3148807.208.help.text
-msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
-msgstr "თუ ასეთი ტიპის კვშირი უკვე არ არსებობს, დააკავშირეთ ორი ცხრილის \"Supplier_No\" ველები. "
+#. IA;)
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"hd_id1101718\n"
+"help.text"
+msgid "Form data input checks for required fields"
+msgstr ""
-#: 02010100.xhp#par_id3161652.209.help.text
-msgid "Double-click the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
-msgstr "ორჯერ დააწკაპუნეთ \"Item_No\" ველზე \"Item\" ცხრილიდან. გამოაჩინეთ <emph>ფუნქციის</emph> ხაზი კონტექსტური მენიუს გამოყენებით და მონიშნეთ დათვლის ფუნქცია."
+#. S,/~
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_id3783989\n"
+"help.text"
+msgid "<ahelp hid=\".\">When you enter a new record or update an existing record in a form, and you leave a field empty which is bound to a database column which requires input, then you will see a message complaining about the empty field.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3151009.210.help.text
-msgid "Enter >3 as a criterion and disable the Visible field."
-msgstr "შეიტანეთ >3 როგორც კრიტერიუმი და გამორთეთ ხილული ველი"
+#. ~m@p
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_id6684163\n"
+"help.text"
+msgid "If this control box is not enabled, then the forms in the current database will not be checked for required fields."
+msgstr ""
-#: 02010100.xhp#par_id3145601.211.help.text
-msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
-msgstr "\"Suppliers\" ცხრილში ორჯერ დააწკაპუნეთ \"Supplier_Name\" ველზე და აირჩიეთ დაჯგუფების ფუნქცია."
+#. )sS-
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_id3837397\n"
+"help.text"
+msgid "The control box is available for all data source types which support write access to their data. The control box does not exist for spreadsheets, text, csv, and the various read-only address books."
+msgstr ""
-#: 02010100.xhp#par_id3147512.212.help.text
-msgctxt "02010100.xhp#par_id3147512.212.help.text"
-msgid "Run the query."
+#. I+Eo
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"hd_id0909200811170166\n"
+"help.text"
+msgid "Ignore currency field information"
msgstr ""
-#: 02010100.xhp#par_id3148638.213.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 "თუ \"price\" (თიტოეული საქონლის ინდივიდუალური ფასისთვის) და \"Supplier_No\" (ამ საქონლის მომწოდებლისთვის) ველები არსებობს \"Item\" ცხრილში, თქვენ შეგიძლიათ მიიღოთ მომწოდებლის მიერ მოწოდებული საქონლის საშუალო ფასი შემდეგი მოთხოვნის მეშვეობით: "
+#. p],j
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_id0909200811170221\n"
+"help.text"
+msgid "<ahelp hid=\".\">Only for Oracle JDBC connections. When enabled it specifies that no column is treated as a currency field. The field type returned from the database driver is discarded.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3153045.214.help.text
-msgid "Insert the \"Item\" table into the query design."
-msgstr "ჩასვით \"Item\" ცხრილი მოთხოვნის დიზაინში "
+#. `C$+
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"hd_id040920092139524\n"
+"help.text"
+msgid "Use ODBC conformant date/time literals"
+msgstr ""
-#: 02010100.xhp#par_id3149802.215.help.text
-msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
-msgstr "ორჯერ დააწკაპუნეთ \"Price\" და \"Supplier_No\" ველებზე"
+#. RJ^5
+#: dabaadvpropdat.xhp
+#, fuzzy
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_id040920092139526\n"
+"help.text"
+msgid "<ahelp hid=\".\">Use date/time literals that conform to ODBC standard.</ahelp>"
+msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: 02010100.xhp#par_id3153554.216.help.text
-msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
-msgstr "გააქტიურეთ <emph>ფუნქციის</emph> ხაზი და მონიშნეთ საშუალო ფუნქცია \"Price\" ველიდან."
+#. o/y^
+#: dabaadvpropdat.xhp
+#, fuzzy
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"hd_id04092009442139524\n"
+"help.text"
+msgid "Supports primary keys"
+msgstr "პირველადი გასაღების შექმნა"
-#: 02010100.xhp#par_id3155597.217.help.text
-msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
-msgstr "თქევნ ასევე შეგიძლიათ შეიტანოთ \"Average\" მეტსახელის ხაზში(ბრჭყალების გარეშე)."
+#. =[Xe
+#: dabaadvpropdat.xhp
+#, fuzzy
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_id04096620092139526\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enable to overrule Base's heuristics used to detect whether the database supports primary keys.</ahelp>"
+msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: 02010100.xhp#par_id3151191.218.help.text
-msgid "Choose Group for the \"Supplier_No\" field."
-msgstr "აირჩიეთ მონიშვნა \"Supplier_No\" ველისთვის"
+#. cX90
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_id66841631\n"
+"help.text"
+msgid "When connecting to a database using a generic API like ODBC, JDBC, or ADO, Base currently applies heuristics to determine whether this database supports primary keys. None of those APIs has dedicated support to retrieve this information."
+msgstr ""
-#: 02010100.xhp#par_id3155547.219.help.text
-msgctxt "02010100.xhp#par_id3155547.219.help.text"
-msgid "Run the query."
+#. w!J1
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_id66841632\n"
+"help.text"
+msgid "The heuristics sometimes fails. This tri-state check box by default is set to the undetermined state, which means \"apply the heuristics\". If the check box is enabled, primary key support is assumed. If the check box is disabled, no primary key support is assumed."
msgstr ""
-#: 02010100.xhp#par_id3147549.247.help.text
-msgid "The following context menu commands and symbols are available:"
-msgstr "კონტექსტის მენიუს შემდეგი ბრძანებები და სიმბოლოები არის ხელმისაწვდომი:"
+#. h8lD
+#: dabaadvpropdat.xhp
+msgctxt ""
+"dabaadvpropdat.xhp\n"
+"par_id66841633\n"
+"help.text"
+msgid "Note that if this option is just for overruling the heuristics. If you enable the check box for a database which actually does not support primary keys, you will see some errors."
+msgstr ""
-#: 02010100.xhp#hd_id3154172.248.help.text
+#. Nft@
+#: querywizard01.xhp
+msgctxt ""
+"querywizard01.xhp\n"
+"tit\n"
+"help.text"
+msgid "Query Wizard - Field Selection"
+msgstr ""
+
+#. dp_F
+#: querywizard01.xhp
#, fuzzy
-msgctxt "02010100.xhp#hd_id3154172.248.help.text"
-msgid "Functions"
-msgstr "ფუნქცია"
+msgctxt ""
+"querywizard01.xhp\n"
+"par_idN10546\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/querywizard01.xhp\">Query Wizard - Field Selection</link>"
+msgstr "<link href=\"text/shared/explorer/database/02000000.xhp\" name=\"Queries\">მოთხოვნები</link>"
-#: 02010100.xhp#par_id3150414.249.help.text
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for selection of functions.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">აჩვენებს ან მალავს ფუნქციების არჩევის რიგს</ahelp>"
+#. Ep+b
+#: querywizard01.xhp
+msgctxt ""
+"querywizard01.xhp\n"
+"par_idN10556\n"
+"help.text"
+msgid "Specifies the table to create the query, and specifies which fields you wish to include in the query."
+msgstr ""
-#: 02010100.xhp#hd_id3149872.153.help.text
-msgid "Table Name"
-msgstr "ცხრილის სახელი"
+#. wbYZ
+#: querywizard01.xhp
+msgctxt ""
+"querywizard01.xhp\n"
+"par_idN10559\n"
+"help.text"
+msgid "Tables"
+msgstr ""
-#: 02010100.xhp#par_id3147246.154.help.text
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">აჩვენებს ან მალავს ცხრილის სახელის რიგს</ahelp>"
+#. 4B6M
+#: querywizard01.xhp
+msgctxt ""
+"querywizard01.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the table for which the query is to be created.</ahelp>"
+msgstr ""
-#: 02010100.xhp#hd_id3145117.155.help.text
-msgid "Alias Name"
-msgstr "მეტსახელი"
+#. i]pF
+#: querywizard01.xhp
+msgctxt ""
+"querywizard01.xhp\n"
+"par_idN10590\n"
+"help.text"
+msgid "Fields in the Query"
+msgstr ""
-#: 02010100.xhp#par_id3155754.156.help.text
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">აჩვენებს ან მალავს მეტსახელის რიგში</ahelp>"
+#. Kh2$
+#: querywizard01.xhp
+msgctxt ""
+"querywizard01.xhp\n"
+"par_idN10594\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays all fields that will be included in the new query.</ahelp>"
+msgstr ""
-#: 02010100.xhp#hd_id3153298.157.help.text
-msgid "Distinct Values"
-msgstr "განსხვავებული მნიშვნელობები"
+#. OVmG
+#: querywizard01.xhp
+#, fuzzy
+msgctxt ""
+"querywizard01.xhp\n"
+"par_idN10597\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/querywizard02.xhp\" name=\"Query Wizard - Sorting order\">Query Wizard - Sorting order</link>"
+msgstr "<link href=\"text/shared/explorer/database/02000000.xhp\" name=\"Queries\">მოთხოვნები</link>"
-#: 02010100.xhp#par_id3147500.158.help.text
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Applies only distinct values to the query.</ahelp> This applies to records containing data that appears several times in the selected fields. If the <emph>Distinct Values</emph> command is active, you will see only one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">მოთხოვნას მხოლოდ განსხვავებულ მნივნელობებს ანიჭებს.</ahelp> ეს ეხება მხოლოდ იმ ჩანაწერებს, რომელიც მონიშნულ ველებში რამდენჯერმე ჩნდება. თუ <emph>განსხვავებული მნიშვნელობების</emph> ბრძანება გააქტიურებულია, თქვენ მოთხოვნაში მხოლოდ ერთ ჩანაწერს დაინახავთ (DISTINCT). სხვა შემთხვევაში, დაინახავთ მოთხვნის კრიტერიუმების შესაბამის ყველა ჩანაწერს დაინახავთ (ALL)."
+#. V+Fm
+#: tablewizard01.xhp
+msgctxt ""
+"tablewizard01.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table Wizard - Select Fields"
+msgstr ""
-#: 02010100.xhp#par_id3150436.159.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 "მაგალითად: თუ სახელი \"Smith\" ჩნდება რამდენჯერმე თქვენს მისამართთა მონაცემთა ბაზაში, თქვენ შეგიძლიათ აარჩიოთ <emph>განსხვავებული მნიშვნელობების</emph> ბრძანება და მოთხოვნაში დააკონკრეტოთ, რომ სახელი \"Smith\" მხოლოდ ერთხელ გამოჩნდეს. "
+#. o-ff
+#: tablewizard01.xhp
+#, fuzzy
+msgctxt ""
+"tablewizard01.xhp\n"
+"par_idN10546\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/tablewizard01.xhp\">Table Wizard - Select Fields</link>"
+msgstr "<link href=\"text/shared/explorer/database/05010000.xhp\" name=\"Table Design\">ცხრილის დიზაინი</link>"
-#: 02010100.xhp#par_id3152352.160.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."
+#. qLBp
+#: tablewizard01.xhp
+msgctxt ""
+"tablewizard01.xhp\n"
+"par_idN10556\n"
+"help.text"
+msgid "Select fields from the provided sample tables as a starting point to create your own table."
msgstr ""
-#: 02010100.xhp#par_id3149825.161.help.text
-msgid "In SQL, this command corresponds to the DISTINCT predicate."
-msgstr "SQL-ში ეს ბრძანება შეესაბამება DISTINCT პრედიკატს"
-
-#: 02010100.xhp#hd_id3148926.37.help.text
-msgid "Formulating filter conditions"
-msgstr "ფილტრის პირობების ფორმირება"
+#. ~B)S
+#: tablewizard01.xhp
+msgctxt ""
+"tablewizard01.xhp\n"
+"par_idN10559\n"
+"help.text"
+msgid "Business"
+msgstr "საქმიანობა"
-#: 02010100.xhp#par_id3153162.38.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. You can also enter the SQL command directly. The following tables give an overview of the operators and commands:"
-msgstr "ფილტრის პირობების ფორმირებისას თქვენთვის ხელმისაწვდომია სხვადასხვა ოპერატორები და ბრძანებები. რელაციური ოპერატორების გარდა, არსებობს SQL-ის სპეციფიური ბრძანებები, რომლებიც მონაცემთა ბაზის შიგთავსს მოთხოვნას უგზავნის. თუ ამ ბრძანებებს გამოიყენებთ $[officename] სინტაქსით, $[officename] ავტომატურად გარდაქმნის მათ SQL-ის შესაბამის სინტაქსში. ასევე შესაძლებელია SQL რძანების პირდაპირ შეყვანა. შემდეგი ცხრილები გაწვდიან ინფორმაციას ოპერატორებსა და ბრძანებებზე: "
+#. hjqN
+#: tablewizard01.xhp
+msgctxt ""
+"tablewizard01.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the business category to see only business sample tables.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3149044.39.help.text
-msgid "Operator"
-msgstr "ოპერატორი"
+#. ,UBU
+#: tablewizard01.xhp
+msgctxt ""
+"tablewizard01.xhp\n"
+"par_idN10560\n"
+"help.text"
+msgid "Private"
+msgstr "კერძო"
-#: 02010100.xhp#par_id3152471.40.help.text
-msgctxt "02010100.xhp#par_id3152471.40.help.text"
-msgid "Meaning"
+#. +}ex
+#: tablewizard01.xhp
+msgctxt ""
+"tablewizard01.xhp\n"
+"par_idN10564\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the private category to see only private sample tables.</ahelp>"
msgstr ""
-#: 02010100.xhp#par_id3147407.41.help.text
-msgctxt "02010100.xhp#par_id3147407.41.help.text"
-msgid "Condition is satisfied if..."
+#. Dd;,
+#: tablewizard01.xhp
+msgctxt ""
+"tablewizard01.xhp\n"
+"par_idN10567\n"
+"help.text"
+msgid "Sample tables"
msgstr ""
-#: 02010100.xhp#par_id3156161.42.help.text
-msgid "="
-msgstr "="
-
-#: 02010100.xhp#par_id3153026.43.help.text
-msgid "equal to"
-msgstr "ტოლია"
-
-#: 02010100.xhp#par_id3148895.44.help.text
-msgid "... the content of the field is identical to the indicated expression."
-msgstr "... ველის შიგთავსი აღნიშნული გამოსახულების იდენტურია "
-
-#: 02010100.xhp#par_id3153120.250.help.text
-msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the operator = will be automatically adopted."
-msgstr "ოპერატორი = არ გამოჩნდება მოთხოვნის ველებში. თუ მნიშვნელობას ოპერატორის გარეშე შეიტანთ, ოპერატორი = ავტომატურად გამოიყენება."
+#. ?E2A
+#: tablewizard01.xhp
+msgctxt ""
+"tablewizard01.xhp\n"
+"par_idN1056B\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select one of the sample tables. Then select fields from that table from the left list box. Repeat this step until you have selected all the fields that you need.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3150470.45.help.text
-msgid "<>"
-msgstr "<>"
+#. 1O)f
+#: tablewizard01.xhp
+msgctxt ""
+"tablewizard01.xhp\n"
+"par_idN1059E\n"
+"help.text"
+msgid "Selected Fields"
+msgstr ""
-#: 02010100.xhp#par_id3145223.46.help.text
-msgid "not equal to"
-msgstr "არ არის ტოლი"
+#. 83`L
+#: tablewizard01.xhp
+msgctxt ""
+"tablewizard01.xhp\n"
+"par_idN105A4\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays all fields that will be included in the new table.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3145635.47.help.text
-msgid "... the content of the field does not correspond to the specified expression."
-msgstr "... ველის შიგთავსი არ შეესაბამება კონკრეტულ გამოსახულებას."
+#. u@go
+#: tablewizard01.xhp
+msgctxt ""
+"tablewizard01.xhp\n"
+"par_idN105A9\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/tablewizard02.xhp\" name=\"Table Wizard - Set types and formats\">Table Wizard - Set types and formats</link>"
+msgstr ""
-#: 02010100.xhp#par_id3153015.48.help.text
-msgctxt "02010100.xhp#par_id3153015.48.help.text"
-msgid ">"
+#. FRkw
+#: querywizard06.xhp
+msgctxt ""
+"querywizard06.xhp\n"
+"tit\n"
+"help.text"
+msgid "Query Wizard - Grouping Conditions"
msgstr ""
-#: 02010100.xhp#par_id3146815.49.help.text
-msgid "greater than"
-msgstr "მეტია"
+#. ^#e)
+#: querywizard06.xhp
+msgctxt ""
+"querywizard06.xhp\n"
+"par_idN10546\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/querywizard06.xhp\">Query Wizard - Grouping Conditions</link>"
+msgstr ""
-#: 02010100.xhp#par_id3149150.50.help.text
-msgid "... the content of the field is greater than the specified expression."
-msgstr "... ველის შიგთავსი კონკრეტულ გამოსახულებაზე მეტია "
+#. ,cA[
+#: querywizard06.xhp
+msgctxt ""
+"querywizard06.xhp\n"
+"par_idN10556\n"
+"help.text"
+msgid "Specifies the conditions to group the query. The data source must support the SQL statement \"Order by clauses\" to enable this page of the Wizard."
+msgstr ""
-#: 02010100.xhp#par_id3147270.51.help.text
-msgctxt "02010100.xhp#par_id3147270.51.help.text"
-msgid "<"
+#. Fh0+
+#: querywizard06.xhp
+msgctxt ""
+"querywizard06.xhp\n"
+"par_idN10559\n"
+"help.text"
+msgid "Match all of the following"
msgstr ""
-#: 02010100.xhp#par_id3147379.52.help.text
-msgid "less than"
-msgstr "ნაკლებია"
+#. BIg/
+#: querywizard06.xhp
+msgctxt ""
+"querywizard06.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to group the query by all the conditions using a logical AND.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3150375.53.help.text
-msgid "... the content of the field is less than the specified expression."
-msgstr "... ველის შიგთავსი კონკრეტულ გამოსახულებაზე ნაკლებია "
+#. N@au
+#: querywizard06.xhp
+msgctxt ""
+"querywizard06.xhp\n"
+"par_idN10560\n"
+"help.text"
+msgid "Match any of the following"
+msgstr ""
-#: 02010100.xhp#par_id3149787.54.help.text
-msgid ">="
-msgstr ">="
+#. )_~(
+#: querywizard06.xhp
+msgctxt ""
+"querywizard06.xhp\n"
+"par_idN10564\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to group the query by any of the conditions using a logical OR.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3150636.55.help.text
-msgid "greater than or equal to"
-msgstr "მეტია ან ტოლი"
+#. O0nm
+#: querywizard06.xhp
+msgctxt ""
+"querywizard06.xhp\n"
+"par_idN10567\n"
+"help.text"
+msgid "Field name"
+msgstr "ველის სახელი"
-#: 02010100.xhp#par_id3154584.56.help.text
-msgid "... the content of the field is greater than or equal to the specified expression."
-msgstr "... ველის შიგთავსი კონკრეტებული გამსოახულებაზე მეტია ან ტოლია "
+#. 3j[K
+#: querywizard06.xhp
+msgctxt ""
+"querywizard06.xhp\n"
+"par_idN1056B\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the field name for the grouping condition.</ahelp>"
+msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: 02010100.xhp#par_id3157964.57.help.text
-msgid "<="
-msgstr "<="
+#. 3B^b
+#: querywizard06.xhp
+msgctxt ""
+"querywizard06.xhp\n"
+"par_idN1056E\n"
+"help.text"
+msgid "Condition"
+msgstr ""
-#: 02010100.xhp#par_id3154052.58.help.text
-msgid "less than or equal to"
-msgstr "ნაკლებია ან ტოლი"
+#. h59g
+#: querywizard06.xhp
+msgctxt ""
+"querywizard06.xhp\n"
+"par_idN10572\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the condition for the grouping.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3157902.59.help.text
-msgid "... the content of the field is less than or equal to the specified expression."
-msgstr "... ველის შიგთავსი კონკრეტულ გამოსახულებაზე ნაკლებია ან ტოლია"
+#. f(12
+#: querywizard06.xhp
+msgctxt ""
+"querywizard06.xhp\n"
+"par_idN10575\n"
+"help.text"
+msgid "Value"
+msgstr ""
-#: 02010100.xhp#par_id3154630.60.help.text
-msgid "$[officename] command"
-msgstr "$[officename] ბრძანება"
+#. 23`)
+#: querywizard06.xhp
+msgctxt ""
+"querywizard06.xhp\n"
+"par_idN10579\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the value for the grouping condition.</ahelp>"
+msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: 02010100.xhp#par_id3150484.61.help.text
-msgid "SQL command"
-msgstr "SQL ბრძანება"
+#. 3jn@
+#: querywizard06.xhp
+#, fuzzy
+msgctxt ""
+"querywizard06.xhp\n"
+"par_idN1057C\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/querywizard07.xhp\" name=\"Query Wizard - Aliases\">Query Wizard - Aliases</link>"
+msgstr "<link href=\"text/shared/explorer/database/02000000.xhp\" name=\"Queries\">მოთხოვნები</link>"
-#: 02010100.xhp#par_id3154158.62.help.text
-msgctxt "02010100.xhp#par_id3154158.62.help.text"
-msgid "Meaning"
+#. Ldlh
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Create New Adabas Database"
msgstr ""
-#: 02010100.xhp#par_id3149433.63.help.text
-msgctxt "02010100.xhp#par_id3149433.63.help.text"
-msgid "Condition is satisfied if..."
+#. Vsiy
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"hd_id3159176\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/30100000.xhp\" name=\"Create New Adabas Database\">Create New Adabas Database</link>"
msgstr ""
-#: 02010100.xhp#par_id3154275.64.help.text
-msgid "IS EMPTY"
-msgstr "IS EMPTY"
-
-#: 02010100.xhp#par_id3149893.65.help.text
-msgctxt "02010100.xhp#par_id3149893.65.help.text"
-msgid "IS NULL"
+#. Nv4P
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"par_id3154515\n"
+"2\n"
+"help.text"
+msgid "Creates a new <link href=\"text/shared/explorer/database/30000000.xhp\" name=\"Adabas database\">Adabas database</link>."
msgstr ""
-#: 02010100.xhp#par_id3143236.66.help.text
-msgid "is null"
-msgstr "ნულის ტოლია"
-
-#: 02010100.xhp#par_id3154744.67.help.text
-msgid "... The field name is empty. For Yes/No fields with three states, this command automatically queries the undetermined state (neither Yes nor No)."
+#. ,_72
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"hd_id3156117\n"
+"37\n"
+"help.text"
+msgid "Database name"
msgstr ""
-#: 02010100.xhp#par_id3146940.68.help.text
-msgid "IS NOT EMPTY"
-msgstr "IS NOT EMPTY"
-
-#: 02010100.xhp#par_id3147471.69.help.text
-msgid "IS NOT NULL"
-msgstr "IS NOT NULL"
-
-#: 02010100.xhp#par_id3151229.70.help.text
-msgid "is not empty"
-msgstr "არ არის ცარიელი"
-
-#: 02010100.xhp#par_id3145304.71.help.text
-msgid "... the field name is not empty."
-msgstr "... ველის სახელი არ არის ცარიელი"
-
-#: 02010100.xhp#par_id3153578.72.help.text
-msgctxt "02010100.xhp#par_id3153578.72.help.text"
-msgid "LIKE"
+#. :!M8
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"par_id3158432\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLG_ADABAS_DBNAME\">Type the name of the database.</ahelp> The name is added to the <emph>Data source URL</emph> field."
msgstr ""
-#: 02010100.xhp#par_id3153891.73.help.text
-msgid "(placeholder * for any number of characters"
-msgstr "(ჩანაცვლების ველი * სიმბოლოთა ნებისმიერი რიცხვისთვის"
-
-#: 02010100.xhp#par_id3148887.74.help.text
-msgid "placeholder ? for exactly one character)"
-msgstr "ჩანაცვლების ველი ? მხოლოდ ერთი სიმბოლოსთვის)"
+#. ct@M
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"hd_id3150256\n"
+"3\n"
+"help.text"
+msgid "User settings"
+msgstr ""
-#: 02010100.xhp#par_id3148623.75.help.text
-msgctxt "02010100.xhp#par_id3148623.75.help.text"
-msgid "LIKE"
+#. Kx(:
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"hd_id3155628\n"
+"5\n"
+"help.text"
+msgid "Administrator"
msgstr ""
-#: 02010100.xhp#bm_id3157985.help.text
-msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
-msgstr "<bookmark_value>ჩანაცვლების ველები, SQL-ის მოთხოვნებში</bookmark_value>"
+#. /bT]
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"par_id3145609\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLG_ADABAS_SYSUSR\" visibility=\"hidden\">Enter the name of the database administrator.</ahelp> The administrator name and password is assigned when you create an Adabas database. Apart from the administrator, two more users can access the Adabas database."
+msgstr ""
-#: 02010100.xhp#par_id3157985.76.help.text
-msgid "(% placeholder for any number of characters"
-msgstr "(% ჩანაცვლების ველი სიმბოლოთა ნებისმიერი რიცხვისთვის"
+#. (5T*
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"hd_id3149045\n"
+"7\n"
+"help.text"
+msgid "Control User"
+msgstr ""
-#: 02010100.xhp#par_id3147422.77.help.text
-msgid "Placeholder _ for exactly one character)"
-msgstr "ჩანაცვლების ველი _ მხოლოდ ერთი სიმბოლოსთვის)"
+#. La^7
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"par_id3149294\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLG_ADABAS_CONUSR\">Enter the name of a user that you want to give limited control to modify some parameters of the database. Normally, the default settings for the name and the password of the control user are not changed.</ahelp> The control user does not affect the three-user limitation."
+msgstr ""
-#: 02010100.xhp#par_id3154845.78.help.text
-msgid "is an element of"
-msgstr "არ არის ელემენტი"
+#. fpeJ
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"hd_id3153379\n"
+"9\n"
+"help.text"
+msgid "Domain User"
+msgstr ""
-#: 02010100.xhp#par_id3156130.79.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 $[officename] interface."
+#. =Udb
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"par_id3153362\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLG_ADABAS_USR\">Enter the name of the domain user that is used by Adabas internally. Normally, the default settings for the name and password of the domain user are not changed.</ahelp> The domain user does not affect the three-user limit."
msgstr ""
-#: 02010100.xhp#par_id3150271.80.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 "* ან % ჩანაცვლების ველი სიმბოლოთა ნებისმიერი რაოდენობისთვის გამოიყენება. კითხვის ნიშანი (?) $[officename] ინტერფეისში ან ქვედა ტირე (_) SQL მოთხოვნებში გამოიყენება ზუსტად ერთი სიმბოლოს აღსანიშნავად. "
+#. 7(p1
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"hd_id3147084\n"
+"11\n"
+"help.text"
+msgid "Password"
+msgstr ""
-#: 02010100.xhp#par_id3152954.81.help.text
-msgctxt "02010100.xhp#par_id3152954.81.help.text"
-msgid "NOT LIKE"
+#. KXj\
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"par_id3148674\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLG_ADABAS_DOMAINPWD\">Enter a password.</ahelp>"
msgstr ""
-#: 02010100.xhp#par_id3161669.82.help.text
-msgctxt "02010100.xhp#par_id3161669.82.help.text"
-msgid "NOT LIKE"
+#. %A:N
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"hd_id3144433\n"
+"13\n"
+"help.text"
+msgid "Database settings"
msgstr ""
-#: 02010100.xhp#par_id3159141.83.help.text
-msgid "Is not an element of"
-msgstr "არ არის ელემენტი"
+#. P;oK
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"par_id3145607\n"
+"15\n"
+"help.text"
+msgid "Drives containing parts of the Serverdb are called DEVSPACEs. To improve performance, store each DEVSPACE on separate drives."
+msgstr ""
-#: 02010100.xhp#par_id3161664.84.help.text
-msgid "... the field name does not contain the specified expression."
-msgstr "... ველის სახელი არ შეიცავს კონკრეტულ გამოსახულებას"
+#. }Kk`
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"par_id3146985\n"
+"36\n"
+"help.text"
+msgid "The file path for a DEVSPACE, including its file name, cannot exceed 40 characters."
+msgstr ""
-#: 02010100.xhp#par_id3149185.85.help.text
-msgctxt "02010100.xhp#par_id3149185.85.help.text"
-msgid "BETWEEN x AND y"
-msgstr "BETWEEN 10 AND 20"
+#. i_04
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"hd_id3146148\n"
+"16\n"
+"help.text"
+msgid "SYSDEVSPACE"
+msgstr ""
-#: 02010100.xhp#par_id3151259.86.help.text
-msgctxt "02010100.xhp#par_id3151259.86.help.text"
-msgid "BETWEEN x AND y"
-msgstr "BETWEEN 10 AND 20"
+#. ,u)l
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"par_id3149064\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLG_ADABAS_SYSDEVSPACE\">Enter the path for the system DEVSPACE.</ahelp> The SYSDEVSPACE manages the configuration data for the database. The size of the SYSDEVSPACE depends on the size of the database."
+msgstr ""
-#: 02010100.xhp#par_id3159184.87.help.text
-msgid "falls within the interval [x,y]"
-msgstr "მდებარეობს [x,y] ინტერვალში"
+#. (fOS
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"hd_id3147319\n"
+"18\n"
+"help.text"
+msgid "TRANSACTIONLOG"
+msgstr ""
-#: 02010100.xhp#par_id3154395.88.help.text
-msgid "... the field name contains a value that lies between the two values x and y."
-msgstr "... ველის სახელი შეიცავს მნიშვნელობას, რომელიც მდებარეობებს x და y.მნიშვნელობებს შორის "
+#. 9c7r
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"par_id3154190\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLG_ADABAS_TRANSACTIONLOG\">Enter the path for the transaction log file.</ahelp> This file records all modifications that are made to the database during a transaction, and overwrites them when the transaction is completed. The TRANSACTIONLOG is also used for the rollback of a transaction."
+msgstr ""
-#: 02010100.xhp#par_id3154561.89.help.text
-msgctxt "02010100.xhp#par_id3154561.89.help.text"
-msgid "NOT BETWEEN x AND y"
-msgstr "BETWEEN 10 AND 20"
+#. 5H-@
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"hd_id3145748\n"
+"20\n"
+"help.text"
+msgid "DATADEVSPACE"
+msgstr ""
-#: 02010100.xhp#par_id3148753.90.help.text
-msgctxt "02010100.xhp#par_id3148753.90.help.text"
-msgid "NOT BETWEEN x AND y"
-msgstr "BETWEEN 10 AND 20"
+#. dpx4
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"par_id3152597\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLG_ADABAS_DATADEVSPACE\">Enter the path for the data DEVSPACE.</ahelp> This file stores user data, such as tables and indexes, as well as the SQL catalog (schema info). The data contained in one user table is evenly distributed across all DATADEVSPACEs. The combined size of all DATADEVSPACEs corresponds to the size of the database."
+msgstr ""
-#: 02010100.xhp#par_id3155498.91.help.text
-msgid "Does not fall within the interval [x,y]"
-msgstr "არ მდებარეობს [x,y] ინტერვალში"
+#. V=+*
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"par_id3150103\n"
+"22\n"
+"help.text"
+msgid "The maximum size for a DATADEVSPACE in the limited version Adabas database is 100MB."
+msgstr ""
-#: 02010100.xhp#par_id3148992.92.help.text
-msgid "... the field name contains a value that does not lie between the two values x and y."
-msgstr "... ველის სახელი შეიცავს მნიშვნელობას, რომელიც არ მდებარეობებს x და y.მნიშვნელობებს შორის "
+#. sh,+
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"par_id3147426\n"
+"23\n"
+"help.text"
+msgid "If the DATADEVSPACE reaches full capacity during a database operation, Adabas shuts down, increases the capacity of the DATADEVSPACE (up to 100 MB), and restarts the database. Saved data is not lost."
+msgstr ""
-#: 02010100.xhp#par_id3149995.93.help.text
-msgid "IN (a; b; c...)"
-msgstr "IN (a; b; c...)"
+#. 6Aai
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"hd_id3153189\n"
+"24\n"
+"help.text"
+msgid "..."
+msgstr ""
-#: 02010100.xhp#par_id3159167.251.help.text
-msgid "Note that the semicolons are used as separators in all value lists!"
-msgstr "გაითვალისწინეთ, რომ წერტილმძიმე გამოიყენება, როგორც გამყოფი მნიშვნელობათა ყველა ჩამონათვალში"
+#. fw5q
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"par_id3153091\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLG_ADABAS_PBDATADEVSPACE\">Locate the directory where you want to save the file, and then click <emph>OK</emph>.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3159085.94.help.text
-msgid "IN (a, b, c...)"
-msgstr "IN (a, b, c...)"
+#. =03f
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"hd_id3150686\n"
+"26\n"
+"help.text"
+msgid "Transaction file (MB)"
+msgstr ""
-#: 02010100.xhp#par_id3154809.95.help.text
-msgid "contains a, b, c..."
-msgstr "შეიცავს a, b, c..."
+#. OPCD
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"par_id3147396\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLG_ADABAS_TRANSACTIONLOG_SIZE\">Enter the size of the transaction file in megabytes.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3148399.96.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 an Or link. The expressions a, b, c... can be either numbers or characters"
+#. kU:d
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"hd_id3157977\n"
+"28\n"
+"help.text"
+msgid "Database size (MB)"
msgstr ""
-#: 02010100.xhp#par_id3154112.97.help.text
-msgid "NOT IN (a; b; c...)"
-msgstr "NOT IN (a; b; c...)"
+#. I}[M
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"par_id3150115\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLG_ADABAS_DATADEVSPACE_SIZE\">Enter the size of the database in megabytes here. The maximum size is 100 MB.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3153544.98.help.text
-msgid "NOT IN (a, b, c...)"
-msgstr "NOT IN (a, b, c...)"
+#. 5;K#
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"hd_id3155415\n"
+"30\n"
+"help.text"
+msgid "Data buffer size (MB)"
+msgstr ""
-#: 02010100.xhp#par_id3150679.99.help.text
-msgid "does not contain a, b, c..."
-msgstr "არ შეიცავს a, b, c..."
+#. 50jN
+#: 30100000.xhp
+msgctxt ""
+"30100000.xhp\n"
+"par_id3149378\n"
+"31\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLG_ADABAS_CACHE_SIZE\">Enter the size of the data cache in megabytes. </ahelp> The data buffer can be simultaneously accessed by all users and stores the most recently accessed pages from the DATADEVSPACEs."
+msgstr ""
-#: 02010100.xhp#par_id3158439.100.help.text
-msgid "... the field name does not contain one of the specified expressions a, b, c,..."
-msgstr "... ველის სახელი არ შეიცავს ერთ-ერთს დაკონკრეტებულ გამოსახულებებიდან a, b, c,..."
+#. 7FK?
+#: dabawiz02spreadsheet.xhp
+msgctxt ""
+"dabawiz02spreadsheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Spreadsheet Database Connection"
+msgstr ""
-#: 02010100.xhp#par_id3145145.101.help.text
-msgctxt "02010100.xhp#par_id3145145.101.help.text"
-msgid "= TRUE"
+#. HRAD
+#: dabawiz02spreadsheet.xhp
+msgctxt ""
+"dabawiz02spreadsheet.xhp\n"
+"par_idN1053A\n"
+"help.text"
+msgid "Spreadsheet Database Connection"
msgstr ""
-#: 02010100.xhp#par_id3146804.102.help.text
-msgctxt "02010100.xhp#par_id3146804.102.help.text"
-msgid "= TRUE"
+#. !R1B
+#: dabawiz02spreadsheet.xhp
+msgctxt ""
+"dabawiz02spreadsheet.xhp\n"
+"par_idN1053E\n"
+"help.text"
+msgid "Location and file name"
msgstr ""
-#: 02010100.xhp#par_id3149248.103.help.text
-msgid "has the value True"
-msgstr "მნიშვნელობა ჭეშმარიტია"
+#. VH9f
+#: dabawiz02spreadsheet.xhp
+msgctxt ""
+"dabawiz02spreadsheet.xhp\n"
+"par_idN10542\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the path and file name to the spreadsheet file.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3148524.104.help.text
-msgid "... the field name has the value True."
-msgstr "... ველის სახელის მნიშვნელობა ჭეშმარიტია"
+#. r74S
+#: dabawiz02spreadsheet.xhp
+msgctxt ""
+"dabawiz02spreadsheet.xhp\n"
+"par_idN10545\n"
+"help.text"
+msgid "Browse"
+msgstr ""
-#: 02010100.xhp#par_id3159212.105.help.text
-msgctxt "02010100.xhp#par_id3159212.105.help.text"
-msgid "= FALSE"
+#. jZu-
+#: dabawiz02spreadsheet.xhp
+msgctxt ""
+"dabawiz02spreadsheet.xhp\n"
+"par_idN10549\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click to open a file selection dialog.</ahelp>"
msgstr ""
-#: 02010100.xhp#par_id3144751.106.help.text
-msgctxt "02010100.xhp#par_id3144751.106.help.text"
-msgid "= FALSE"
+#. z/..
+#: dabawiz02spreadsheet.xhp
+msgctxt ""
+"dabawiz02spreadsheet.xhp\n"
+"par_idN1054C\n"
+"help.text"
+msgid "Password required"
msgstr ""
-#: 02010100.xhp#par_id3149955.107.help.text
-msgid "has the value false"
-msgstr "მნიშვნელობა მცდარია"
+#. YLsh
+#: dabawiz02spreadsheet.xhp
+msgctxt ""
+"dabawiz02spreadsheet.xhp\n"
+"par_idN10550\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to request a password from the user of the database document.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3146850.108.help.text
-msgid "... the field name has the value false."
-msgstr "... ველის სახელის მნიშვნელობა მცდარია"
+#. mxw3
+#: dabawiz02spreadsheet.xhp
+msgctxt ""
+"dabawiz02spreadsheet.xhp\n"
+"par_idN10553\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>"
+msgstr ""
-#: 02010100.xhp#hd_id3155954.117.help.text
-msgid "Examples"
-msgstr "მაგალითები"
+#. dVLO
+#: dabapropcon.xhp
+msgctxt ""
+"dabapropcon.xhp\n"
+"tit\n"
+"help.text"
+msgid "Connection Type Wizard"
+msgstr ""
-#: 02010100.xhp#par_id3153792.118.help.text
-msgid "='Ms.'"
-msgstr "='Ms.'"
+#. Nxa}
+#: dabapropcon.xhp
+msgctxt ""
+"dabapropcon.xhp\n"
+"par_idN1054D\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabapropcon.xhp\">Connection Type Wizard</link>"
+msgstr ""
-#: 02010100.xhp#par_id3150948.119.help.text
-msgid "returns field names with the field content \"Ms.\""
-msgstr "აბრუნებს იმ ველის სახელებს,ველის შიგთავსით \"Ms.\" "
+#. YHqD
+#: dabapropcon.xhp
+msgctxt ""
+"dabapropcon.xhp\n"
+"par_idN10551\n"
+"help.text"
+msgid "<ahelp hid=\".\">Changes the type of connection for the current database.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3150333.120.help.text
-msgid "LIKE 'g?ve'"
-msgstr "LIKE 'g?ve'"
+#. e(l]
+#: dabapropcon.xhp
+msgctxt ""
+"dabapropcon.xhp\n"
+"par_id9003875\n"
+"help.text"
+msgid "In a database window, choose <emph>Edit - Database - Connection Type</emph>"
+msgstr ""
-#: 02010100.xhp#par_id3147332.121.help.text
-msgid "returns field names with field content such as \"give\" and \"gave\"."
-msgstr "აბრუნებს ველთა სახელებს ველის შიგთავსით \"give\" და \"gave\"."
+#. {M~)
+#: dabapropcon.xhp
+msgctxt ""
+"dabapropcon.xhp\n"
+"par_idN10569\n"
+"help.text"
+msgid "The Connection Type Wizard consists of three pages. You cannot transfer all settings from one database type to another."
+msgstr ""
-#: 02010100.xhp#par_id3146062.122.help.text
-msgid "LIKE 'S*'"
-msgstr "LIKE 'S*'"
+#. L@^0
+#: dabapropcon.xhp
+msgctxt ""
+"dabapropcon.xhp\n"
+"par_idN1056C\n"
+"help.text"
+msgid "For example, you can use the wizard to open a database file that is in a format that is usually not recognized by an installed database."
+msgstr ""
-#: 02010100.xhp#par_id3155350.123.help.text
-msgid "returns data fields with field contents such as \"Sun\"."
-msgstr "აბრუნებს ველთა სახელებს ველის შიგთავსით \"Sun\"."
+#. RQsH
+#: dabapropcon.xhp
+msgctxt ""
+"dabapropcon.xhp\n"
+"par_idN1056F\n"
+"help.text"
+msgid "Database type"
+msgstr ""
-#: 02010100.xhp#par_id3152883.124.help.text
-msgid "BETWEEN 10 AND 20"
-msgstr "BETWEEN 10 AND 20"
+#. :q;k
+#: dabapropcon.xhp
+msgctxt ""
+"dabapropcon.xhp\n"
+"par_idN10573\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the type of database that you want to connect to.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3159406.125.help.text
-msgid "returns field names with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
-msgstr "აბრუნებს ველთა სახელებს, რომლებშიც ველის შიგთავსის მნიშვნელობები 10-დან 20-მდეა. (ველები შესაძლოა იყოს, როგორც ტექსტური ასევე რიცხობრივი)"
+#. 85Jo
+#: 11150200.xhp
+msgctxt ""
+"11150200.xhp\n"
+"tit\n"
+"help.text"
+msgid "User settings"
+msgstr ""
-#: 02010100.xhp#par_id3148765.126.help.text
-msgid "IN (1; 3; 5; 7)"
-msgstr "IN (1; 3; 5; 7)"
+#. Q=GN
+#: 11150200.xhp
+#, fuzzy
+msgctxt ""
+"11150200.xhp\n"
+"hd_id3153255\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/11150200.xhp\" name=\"User settings\">User settings</link>"
+msgstr "<link href=\"text/shared/explorer/database/02000000.xhp\" name=\"Queries\">მოთხოვნები</link>"
-#: 02010100.xhp#par_id3149712.127.help.text
-msgid "returns field names 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 "აბრუნებს ველთა სახელებს 1, 3, 5, 7 მნიშვნელობებით. თუ ველის სახელი შეიცავს ელემენტის ნომერს, თქვენ შეგიძლიათ შექმნათ მოთხოვნა, რომელიც აბრუნებს კონკრეტული ნომრის მქონე ელემენტს. "
+#. PC2{
+#: 11150200.xhp
+msgctxt ""
+"11150200.xhp\n"
+"par_id3153539\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Manages user data for accessing Adabas or ADO databases.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3152948.128.help.text
-msgid "NOT IN ('Smith')"
-msgstr "NOT IN ('Smith')"
+#. AHbi
+#: 11150200.xhp
+msgctxt ""
+"11150200.xhp\n"
+"hd_id3154751\n"
+"4\n"
+"help.text"
+msgid "User selection"
+msgstr "მომხმარებლის შერჩევა"
-#: 02010100.xhp#par_id3147279.129.help.text
-msgid "returns field names that do not contain \"Smith\"."
-msgstr "აბრუნებს იმ ველთა სახელებს, რომლებიც არ შეიცავს \"Smith\"."
+#. koEk
+#: 11150200.xhp
+msgctxt ""
+"11150200.xhp\n"
+"hd_id3153312\n"
+"5\n"
+"help.text"
+msgid "User"
+msgstr ""
-#: 02010100.xhp#par_id3157998.252.help.text
-msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. The date condition will be reproduced in the resulting SQL statement in the following ODBC - compliant way:"
+#. .Cs!
+#: 11150200.xhp
+msgctxt ""
+"11150200.xhp\n"
+"par_id3154288\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TAB_PAGE_LBUSER\">Select the user whose settings you want to modify.</ahelp>"
msgstr ""
-#: 02010100.xhp#par_id3153734.253.help.text
-msgctxt "02010100.xhp#par_id3153734.253.help.text"
-msgid "Date"
+#. uWq;
+#: 11150200.xhp
+msgctxt ""
+"11150200.xhp\n"
+"hd_id3154824\n"
+"7\n"
+"help.text"
+msgid "Add user"
msgstr ""
-#: 02010100.xhp#par_id3159131.254.help.text
-msgid "{D'YYYY-MM-DD'}"
-msgstr "{D'YYYY-MM-DD'}"
+#. Y{S-
+#: 11150200.xhp
+msgctxt ""
+"11150200.xhp\n"
+"par_id3149095\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TAB_PAGE_PBUSER\">Adds a new user for accessing the selected database.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3153937.255.help.text
-msgid "Date time"
-msgstr "თარიღის დრო"
+#. 2hiJ
+#: 11150200.xhp
+msgctxt ""
+"11150200.xhp\n"
+"hd_id3150355\n"
+"9\n"
+"help.text"
+msgid "Change password"
+msgstr ""
-#: 02010100.xhp#par_id3146090.256.help.text
-msgid "{D'YYYY-MM-DD HH:MM:SS'}"
-msgstr "{D'YYYY-MM-DD HH:MM:SS'}"
+#. eLXE
+#: 11150200.xhp
+msgctxt ""
+"11150200.xhp\n"
+"par_id3147209\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TAB_PAGE_PBCHGPWD\">Changes the current user password for accessing the database.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3155947.257.help.text
-msgctxt "02010100.xhp#par_id3155947.257.help.text"
-msgid "Time"
+#. I:LO
+#: 11150200.xhp
+msgctxt ""
+"11150200.xhp\n"
+"hd_id3163662\n"
+"11\n"
+"help.text"
+msgid "Delete user"
msgstr ""
-#: 02010100.xhp#par_id3150964.258.help.text
-msgid "{D'HH:MM:SS'}"
-msgstr "{D'HH:MM:SS'}"
+#. YTJo
+#: 11150200.xhp
+msgctxt ""
+"11150200.xhp\n"
+"par_id3156327\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TAB_PAGE_PBUSERDELETE\">Removes the selected user.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3151220.260.help.text
-msgid "$[officename] also supports the following <emph>Escape sequences</emph> known from ODBC and JDBC:"
+#. FpD~
+#: 11150200.xhp
+msgctxt ""
+"11150200.xhp\n"
+"hd_id3149166\n"
+"13\n"
+"help.text"
+msgid "Access rights for selected user."
msgstr ""
-#: 02010100.xhp#par_id3157975.261.help.text
-msgctxt "02010100.xhp#par_id3157975.261.help.text"
-msgid "Date"
+#. .Q-8
+#: 11150200.xhp
+msgctxt ""
+"11150200.xhp\n"
+"par_id3155136\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TAB_PAGE_TBLGRANTS\">Displays and lets you edit the database access rights for the selected user.</ahelp>"
msgstr ""
-#: 02010100.xhp#par_id3149753.262.help.text
-msgid "{d 'YYYY-MM-DD'}"
-msgstr "{d 'YYYY-MM-DD'}"
+#. 2ECI
+#: 11150200.xhp
+msgctxt ""
+"11150200.xhp\n"
+"par_id3159157\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/30000000.xhp\" name=\"Adabas D database format\">Adabas D database format</link>"
+msgstr ""
-#: 02010100.xhp#par_id3156318.263.help.text
-msgctxt "02010100.xhp#par_id3156318.263.help.text"
-msgid "Time"
+#. f\?S
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Relations"
msgstr ""
-#: 02010100.xhp#par_id3151280.264.help.text
-msgid "{t 'HH:MI:SS[.SS]'} - [ ] optional"
-msgstr "{t 'HH:MI:SS[.SS]'} - [ ] არასავალდებულო"
+#. wIu2
+#: 05020000.xhp
+#, fuzzy
+msgctxt ""
+"05020000.xhp\n"
+"hd_id3153323\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/05020000.xhp\" name=\"Relations\">Relations</link>"
+msgstr "<link href=\"text/shared/explorer/database/05000000.xhp\" name=\"Tables\">ცხრილები</link>"
-#: 02010100.xhp#par_id3153264.265.help.text
-msgid "DateTime"
-msgstr "თარიღი დრო"
+#. X4Zp
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"bm_id3146957\n"
+"help.text"
+msgid "<bookmark_value>relational databases (Base)</bookmark_value>"
+msgstr ""
-#: 02010100.xhp#par_id3153981.266.help.text
-msgid "{ts 'YYYY-MM-DD HH:MI:SS[.SS]'} - [ ] optional"
-msgstr "{ts 'YYYY-MM-DD HH:MI:SS[.SS]'} - [ ] არასავალდებულო"
+#. =?86
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"par_id3146957\n"
+"2\n"
+"help.text"
+msgid "This command opens the <emph>Relation Design </emph>window, which allows you to define relationships between various database tables."
+msgstr "ეს ბრძaნება ხსნის <emph>რელაციების დიზიანის </emph>ფანჯარას, რომელიც საშუალებას გაძლევთ განსაზღვოთ რელაციურობა სხვადასხვა მონაცემთა ბაზის ცხირლებს შორის."
-#: 02010100.xhp#par_id3149539.267.help.text
-msgid "Example: select {d '1999-12-31'} from world.years"
-msgstr "მაგალითი: მონიშნეთ {d '1999-12-31'} მსოფლიოდან. წლები"
+#. nHF,
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"par_id3154823\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_RELATIONTAB\">Here you can link together tables from the current database through common data fields.</ahelp> Click the <emph>New Relation</emph> icon to create the relationships, or simply drag-and-drop with the mouse."
+msgstr "<ahelp hid=\"HID_CTL_RELATIONTAB\">აქ თქვენ შეგიძლიათ მიმდინარე მონაცემთა ბაზაში ერთმანეთთან დააკავშიროთ ველები ჩვეულებრივი მონაცემთა ველებიდან .</ahelp> დააწკაპუნეთ <emph>ახალი რელაციის</emph> ხატულაზე რელაციების შესაქმენლად, ან უბრლაოდ გადაიტანეთ და ჩასვით მაუსის მეშვეობით."
-#: 02010100.xhp#par_id3146073.268.help.text
-msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
-msgstr "<emph>მსგავსი</emph>გაუქმების თანმიმდევრობა: {escape 'escape-character'}"
+#. AZ($
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"par_id3145316\n"
+"3\n"
+"help.text"
+msgid "This function is only available if you are working with a relational database."
+msgstr "ეს ფუნქცია ხელმისაწვდომია მხოლოდ იმ შემთხვევაში, თქვენ თუ რელაციურ მონაცემთა ბაზაში მუშაობთ."
+
+#. gtha
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"par_id3149235\n"
+"4\n"
+"help.text"
+msgid "When you choose <emph>Tools - Relationships</emph>, a window opens in which all the existing relationships between the tables of the current database are shown. If no relationships have been defined, or if you want to relate other tables of the database to each other, then click the <emph>Add Tables</emph> icon. The <link href=\"text/shared/02/14020100.xhp\" name=\"Add Tables\">Add Tables</link> dialog opens in which you can select the tables that you want."
+msgstr "<emph>ხელსაწყოები - რელაციურობა</emph> არჩევისას, იხსნება ფანჯარა, რომელშიც მიმდინარე მონაცემთა ბაზის ცხრილებს შორის არსებული ყველა კავშირი არის ნაჩვენები. თუ არც ერთი კავშირის განსაზღვრა არ ხდება, ან თუ თქვენ გსურთ მონაცემთა ბაზის სხვა ცხრილებთან დაკავშირება, დააწკაპუნეთ <emph>ცხრილების დამატების</emph> ხატულაზე. გაიხსნება <link href=\"text/shared/02/14020100.xhp\" name=\"Add Tables\">ცხრილების დამატების</link> დიალოგური ფანჯარა, რომელშიც თქვენ შეგიძლიათ სასურველი ცხრილების მონიშვნა."
-#: 02010100.xhp#par_id3150661.269.help.text
-msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
-msgstr "მაგალითი: მონიშნე * ელემენტიდან, სადაც ელემენტის სახელი მსგავსია *%' {escape '*'}"
+#. _NJO
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"par_id3152812\n"
+"17\n"
+"help.text"
+msgid "If the <emph>Relation Design</emph> window is open, the selected tables cannot be modified, even in Table Design mode. This ensures that tables are not changed while the relations are being created."
+msgstr "თუ გახსნილია <emph>რელაციის დიზაინის</emph> ფანჯარა, მონიშნული ცხრილების მოდიფიცირება ვერ მოხდება ცხრილის დიზაინის რეჟიმშიც კი. აღნიშნული უზრუნველყოფს, რომ არ მოხდეს რელაციების შექმნისას ცვლილება ცხრილებში."
-#: 02010100.xhp#par_id3148541.270.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 "მაგალითი გაჩვენებთ ყველა ჩანაწერს, სადაც ელემენტის სახელი იწყება *-ით. ეს ნიშნავს, რომ თქვენ შეგიძლიათ ისეთი სიმბოლოების ძებნა, რომლებიც სხვა შემთხვევაში ინტერპრეტირებული იქნებოდა, როგორც ჩანაცვლების ველები, როგორიცაა *, ?, _, % ან წერტილი. "
+#. `ih@
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"par_id3150541\n"
+"5\n"
+"help.text"
+msgid "The selected tables are shown in the top area of the design view. You can close a table window through the context menu or with the Delete key."
+msgstr "მონიშნული ცხრილები დიზაინის ხედის ზედა არეშია გამოტანილი. ცხრილის ფანჯრის დახურვა შესაძლებელია კონტექსტური მენიუდან ან Delete კლავიშის მეშვეობით."
-#: 02010100.xhp#par_id3150572.271.help.text
-msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
-msgstr "<emph>Outer Join</emph> გაუქმების ტანმიმდევრობა: {oj outer-join}"
+#. 4SIR
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"bm_id3148922\n"
+"help.text"
+msgid "<bookmark_value>primary keys;inserting (Base)</bookmark_value><bookmark_value>keys;primary keys (Base)</bookmark_value><bookmark_value>external keys (Base)</bookmark_value>"
+msgstr ""
-#: 02010100.xhp#par_id3156052.272.help.text
-msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
-msgstr "მაგალითი: მონიშნეთ Article.* {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}-დან"
+#. sdBj
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"hd_id3148922\n"
+"6\n"
+"help.text"
+msgid "Primary key and other key"
+msgstr "პირველადი გასაღები და სხვა გასაღები"
-#: 02010100.xhp#hd_id3153674.109.help.text
-msgid "Querying text fields"
-msgstr "ტექსტურ ველებზე მოთხოვნის გაგზავნა"
+#. #c^h
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"par_id3149168\n"
+"7\n"
+"help.text"
+msgid "If you want to define a relation among the different tables, you should enter a <link href=\"text/shared/00/00000005.xhp#primaerschluessel\" name=\"primary key\">primary key</link> that clearly identifies a data field of the existing table. You can refer to the primary key from other tables to access the data of this table. All data fields referring to this primary key will be identified as an external key."
+msgstr "თუ თქვენ გსურთ სხვადასხვა ცხრილებს შორის კავშირის განსაზღვრა, უნდა შეიტანოთ<link href=\"text/shared/00/00000005.xhp#primaerschluessel\" name=\"primary key\">პირველადი გასაღები</link> რომელიც სრულყოფილად ამოიცნობს არსებული ცხრილის მონაცემთა ველს. თქვენ შეგიძლიათ მიუთითოთ სხვა ცხრილების პირველადი გასაღები ამ ცხრილის მონაცემებზე წვდომის მოსაპოვებლად. მონაცემთა ყველა ველი, რომელსაც აქვს მითითება ამ პირველად გასაღებზე, იდენტიფიცირებული იქნება, როგორც დამატებითი გასაღები."
-#: 02010100.xhp#par_id3149134.110.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 see it that strict)."
-msgstr "ტექსტური ველის შიგთავსზე მოთხოვნის გასაგზავნად, გამოსახულება უნდა მოათავსოთ ერთმაგ ბრჭყალებს შორის. განსხვავება ზედა და ქვედა რეესტრის ასოებს შორის დამოკიდებულია გამოყენებულ მონაცემთა ბაზაზე. LIKE, როგორც წესი მგრძნობიარეა რეესტრის მიმართ (თუმცა ზოგიერთი მონაცემთა ბაზისთვის ასე მკაცრად განსაზღვრული არ არის)."
+#. xkPm
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"par_id3147085\n"
+"8\n"
+"help.text"
+msgid "All data fields referring to a primary key will be identified in the table window by a small key symbol."
+msgstr "მონაცემთა ყველა ველი, რომელსაც აქვს მითითება პირველად გასაღებზე, ცხრილის ფანჯარაში გამოჩნდება პატარა გასაღების სიმბოლოს სახით."
+
+#. -kP!
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"hd_id3153193\n"
+"12\n"
+"help.text"
+msgid "Define relations"
+msgstr "რელაციების განსაზღვრა"
-#: 02010100.xhp#hd_id3149302.111.help.text
-msgid "Querying date fields"
-msgstr "თარიღთა ველებზე მოთხოვნის გაგზავნა"
+#. [Ob6
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"bm_id3155430\n"
+"help.text"
+msgid "<bookmark_value>relations; creating and deleting (Base)</bookmark_value>"
+msgstr ""
-#: 02010100.xhp#par_id3150510.112.help.text
-msgid "Even if you want to filter by a date, you must place the expression between single quotation marks. The following formats are valid: YYYY-MM-DD HH:MM:SS and YYYY/MM/DD HH:MM:SS as well as YYYY.MM.DD HH:MM:SS"
-msgstr "მაშინაც კი, თუ გსურთ თარიღის მიხედვით გაფილტვრა, გამოსახულება უნდა მოათავსოთ ერთმაგ ბრჭყალებს შორის. "
+#. Q=fN
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"par_id3155430\n"
+"13\n"
+"help.text"
+msgid "All existing relations are shown in the relations windows by a line that connects the primary and other key fields. You can add a relation by using drag-and-drop to drop the field of one table onto the field of the other table. A relation is removed again by selecting it and pressing the Delete key."
+msgstr "ყველა არსებული რელაციის ნახვა შესაძლებელია რელაციების ფანჯრებში ხაზის სახით, რომელიც აკავშირებს ძირითად და სხვა გასარების ველებს. რელაციის დამატება შეგიძლიათ გადატანა-ჩასმის გამოყენებით ერთი ცხრილის ველის ჩასასმელად მეორე ცხრილის ველში. რელაციის მოხსნა ხდება მისი მონიშვნითა და Delete კლავიშზე დაჭერით."
-#: 02010100.xhp#hd_id3150427.228.help.text
-msgid "Querying Yes/No fields"
-msgstr "დიახ/არა ველებზე მოთხოვნის გაგზავნა"
+#. {l#D
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"par_id3149984\n"
+"18\n"
+"help.text"
+msgid "Alternatively, you can also click the <emph>New Relation</emph> icon in the top area of the relation field and define the relation between two tables in the <link href=\"text/shared/explorer/database/05020100.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
+msgstr "ალტერნატიულად, თქევნ შეგიძლიათ დააწკაპუნოთ <emph>ახალი რელაციის</emph> ხატულაზე რელაციის ველის ზედა არეში და გასანზღვროთ რელაცია ორ ცხრილს შორის <link href=\"text/shared/explorer/database/05020100.xhp\" name=\"Relations\"><emph>რელაციების</emph></link> დიალოგურ ფანჯარაში."
-#: 02010100.xhp#par_id3149523.229.help.text
-msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
-msgstr "დიახ/არა ველებზე მოთხოვნის გასაგზავნად გამოიყენეთ შემდეგი სინტაქსი dBase ველებისთვის:"
+#. bA?{
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"par_id3153093\n"
+"14\n"
+"help.text"
+msgid "If you use $[officename] as the front-end for a relational database, the creation and deletion of relationships is not placed in an intermediate memory by $[officename], but is forwarded directly to the external database."
+msgstr "თუ თქვენ იყენებთ $[officename] ფრონტენდს რელაციური მონაცემთა ბაზისთვის, $[officename]-ს მიერ არ ხდება რელაციურობის შექმნისა და წაშლის გადატანა შუალედურ მეხსიერებაში, არამედ იგზავნება პირდაპირ გარე მონაცემთა ბაზაში."
+
+#. lqx1
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"par_id3155856\n"
+"15\n"
+"help.text"
+msgid "By double-clicking a connection line, you can assign certain properties to the relation. The <emph>Relations </emph>dialog opens."
+msgstr "კავშირის ხაზზე ორჯერ დაწკაპუნებით, თქვენ შეგიძლიათ გარკვეული თვისებების მინიჭება რელაციისთვის. იხსნება <emph>რელაციურობის</emph>დიალოგური ფანჯარა."
-#: 02010100.xhp#par_id3153180.230.help.text
-msgctxt "02010100.xhp#par_id3153180.230.help.text"
-msgid "Status"
+#. /!87
+#: menufilesave.xhp
+msgctxt ""
+"menufilesave.xhp\n"
+"tit\n"
+"help.text"
+msgid "Save"
msgstr ""
-#: 02010100.xhp#par_id3147481.231.help.text
-msgid "Query criterion"
-msgstr "მოთხოვნის კრიტერიუმები"
-
-#: 02010100.xhp#par_id3155187.232.help.text
-msgid "Example"
-msgstr "მაგალითად"
+#. 4R]Y
+#: menufilesave.xhp
+msgctxt ""
+"menufilesave.xhp\n"
+"par_idN10547\n"
+"help.text"
+msgid "Save"
+msgstr ""
-#: 02010100.xhp#par_id3156092.233.help.text
-msgid "Yes"
-msgstr "დიახ"
+#. 3RzR
+#: menufilesave.xhp
+msgctxt ""
+"menufilesave.xhp\n"
+"par_idN1054B\n"
+"help.text"
+msgid "In this dialog, you can specify the position and name of a form that you save within a <link href=\"text/shared/explorer/database/dabadoc.xhp\">database file</link>. The dialog opens automatically when you save a form the first time."
+msgstr ""
-#: 02010100.xhp#par_id3152414.234.help.text
-msgid "for dBASE tables: not equal to any given value"
-msgstr "dBase ცხრილებისთვის: არ უდრის არც ერთ მოცემულ მნიშვნელობას "
+#. q5g(
+#: menufilesave.xhp
+msgctxt ""
+"menufilesave.xhp\n"
+"par_idN10564\n"
+"help.text"
+msgid "Create New Directory"
+msgstr ""
-#: 02010100.xhp#par_id3151265.236.help.text
-msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
-msgstr "=1 აბრუნებს ყველა იმ ჩანაწერს, რომლისთვისაც დიახ/არა ველებს აქვთ სტატუსი \"Yes\" or \"On\" (მონიშნული შავად),"
+#. yac@
+#: menufilesave.xhp
+msgctxt ""
+"menufilesave.xhp\n"
+"par_idN10568\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click to create a new folder within the database file.</ahelp>"
+msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: 02010100.xhp#par_id3152450.238.help.text
-msgid "No"
-msgstr "არა"
+#. =.vc
+#: menufilesave.xhp
+msgctxt ""
+"menufilesave.xhp\n"
+"par_idN1057F\n"
+"help.text"
+msgid "Up One Level"
+msgstr ""
-#: 02010100.xhp#par_id3150997.239.help.text
-msgid "."
-msgstr "."
+#. SkLq
+#: menufilesave.xhp
+msgctxt ""
+"menufilesave.xhp\n"
+"par_idN10583\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click to go up one level in the folder hierarchy.</ahelp>"
+msgstr ""
-#: 02010100.xhp#par_id3155331.240.help.text
-msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
-msgstr "=0 აბრუნებს ყველა იმ ჩანაწერს, რომლისთვისაც დიახ/არა ველებს აქვთ სტატუსი \"No\" ან \"Off\" (მონიშვნის გარეშე)."
+#. 2l[W
+#: menufilesave.xhp
+msgctxt ""
+"menufilesave.xhp\n"
+"par_idN1059A\n"
+"help.text"
+msgid "File name"
+msgstr "ველის სახელი"
-#: 02010100.xhp#par_id3154179.241.help.text
-msgid "Null"
-msgstr "ნული"
+#. dbQ,
+#: menufilesave.xhp
+msgctxt ""
+"menufilesave.xhp\n"
+"par_idN1059E\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the file name for the saved form.</ahelp>"
+msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: 02010100.xhp#par_id3147035.242.help.text
-msgctxt "02010100.xhp#par_id3147035.242.help.text"
-msgid "IS NULL"
+#. {%U;
+#: menufilesave.xhp
+msgctxt ""
+"menufilesave.xhp\n"
+"par_idN105B5\n"
+"help.text"
+msgid "Save"
msgstr ""
-#: 02010100.xhp#par_id3159385.243.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 "IS NULL აბრუნებს ყველა ჩანაწერს, რომლისთვისაც დიახ/არა ველებს არც ერთი, დიახ ან არა, სტატუსი არ აქვთ (მონიშნული რუხად)"
-
-#: 02010100.xhp#par_id3157888.244.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 "სინტაქსი დამოკიდებულია გამოყენებული მონაცემთა ბაზის სისტემაზე. თქვენ ასევე უნდა გაითვალისწინოთ, რომ დიახ/არა ველები შეიძლება სხვანაირადაც იყოს განსაზღვრული (მხოლოდ 2 მდგომარეობა 3-ის ნაცვლად)"
+#. rQ(8
+#: menufilesave.xhp
+msgctxt ""
+"menufilesave.xhp\n"
+"par_idN105B9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click to save the form to the database file.</ahelp>"
+msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: 02010100.xhp#hd_id3145772.113.help.text
-msgid "Parameter queries"
+#. Q5Ki
+#: 05000002.xhp
+msgctxt ""
+"05000002.xhp\n"
+"tit\n"
+"help.text"
+msgid "User Settings"
msgstr ""
-#: 02010100.xhp#par_id3157312.114.help.text
-msgid "You must place the variable between square brackets (=[x]) to create a query with variable parameters. Alternatively, you can use an equal sign followed by a colon (=:x). When the query is executed, the program will display a dialog asking you for the expression to which the variable x should be assigned."
-msgstr "ცვლადი პარამეტრების მოთხოვნის შესაქმნელად თქვენ უნდა მოათავსოთ ცვლადი ოთკუთხა ფრჩხილებს შორის (=[x]). ასევე შეგიძლიათ გამოიყენოთ ტოლობის ნიშანი ორწერტილით (=:x). მოთხოვნის შესრულების შემდეგ, პროგრამა გამოიტანს დიალოგურ ფანჯარას შეკითხვით, განსაზღვროთ გამოსახულება რომელსაც უნდა მიენიჭოს x ცვლადი. "
-
-#: 02010100.xhp#par_id3150818.273.help.text
-msgid "If you query several parameters at the same time, you will see a list field in the dialog containing all of the parameters and an input line alongside each one. Enter the values, preferably from top to bottom, and press the Enter key after each line."
-msgstr "ერთდროუალდ რამდენიმე პარამეტრზე მოთხოვნის გაგზავნის შემთხვევაში თქვენ დაინახავთ ჩამონათვლის ველს დიალოგურ ფანჯარაში, რომელიც ყველა პარამეტრს მოიცავს და შეტანის ხაზს თითოეული მათგანის გასწვრივ. შეიტანეთ მნიშვნელობები, სასურველია ზემოდან ქვემოთ, და დააჭირეთ Enter კლავიშს თითოეული ხაზის შემდეგ."
+#. cBLm
+#: 05000002.xhp
+msgctxt ""
+"05000002.xhp\n"
+"hd_id3159411\n"
+"1\n"
+"help.text"
+msgid "User Settings"
+msgstr ""
-#: 02010100.xhp#par_id3157855.115.help.text
-msgid "Parameter queries with placeholders (*, _) or special characters (for example, ?) are not possible."
-msgstr "პარამეტრის მოთხოვნები ჩანაცვლების ველით (*_) ან სპეცილური სიმბოლოებით (მაგალითად ?) არ არის შესაძლებელი. "
+#. ;sST
+#: 05000002.xhp
+msgctxt ""
+"05000002.xhp\n"
+"par_id3163829\n"
+"2\n"
+"help.text"
+msgid "Use this dialog to define the user settings for an Adabas table."
+msgstr "გამოიყენეთ ეს დიალოგური ფანჯარა Adabas ცხრილისთვის მომხმარებლის პარამეტრების განსასაზღვრად."
-#: 02010100.xhp#par_id3157537.116.help.text
-msgid "If you formulate a parameter query and you save it with the variables, you can later create a query in which only the variables have to be replaced by the expressions that you want. $[officename] asks for these variables in a dialog as soon as you open the query."
-msgstr "თუ თქვენ მოახდენთ პარამეტრის მოთხოვნის ფორმულირებას და შეინახავთ მას ცვლადებთან ერთად, მოგვიანებით საშუალება გექნებათ შექმნათ მოთხოვნა, რომელშიც ცვლადების ჩანაცვლება უნდ ამოხდეს თქვენთვის სასურველი გამოსახულებით. ამ ცვლადებს $[officename] ითხოვს დიალოგურ ფანჯარაში მოთხოვნის გახსნისთანავე. "
+#. Z/FX
+#: 05000002.xhp
+msgctxt ""
+"05000002.xhp\n"
+"hd_id3147143\n"
+"3\n"
+"help.text"
+msgid "User Selection"
+msgstr "მომხმარებლის შერჩევა"
-#: 02010100.xhp#hd_id3151035.139.help.text
-msgid "Parameter Input"
-msgstr "პარმეტრის მოთხოვნა"
+#. 0D!l
+#: 05000002.xhp
+msgctxt ""
+"05000002.xhp\n"
+"par_id3150789\n"
+"4\n"
+"help.text"
+msgid "Allows you to select the user, define a new user, delete a user, and change a password."
+msgstr "საშუალებას გაძლევთ შეარჩიოთ მომხმარებელი, განსაზღვროთ ახალი მომხმარებელი, წაშალოთ მომხმარებელი და გამოცვალოთ პაროლი"
-#: 02010100.xhp#par_id3153596.140.help.text
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks you which variables you defined in the query. Enter a value for each query variable and confirm by clicking <emph>OK</emph>.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\"><emph>პარამეტრის შეტანის</emph> დიალოგური ფანჯარა გეკითხებათ, რომელი ცვლადის განსაზღვრა მოხდა მოთხოვნაში. შეიტანეთ მნიშვნელობა მოთხოვნის თითოეული ცვლადისთვის და დაადასტურეთ <emph>OK</emph>-ზე დაწკაპუნებით.</ahelp>"
+#. _Q,#
+#: 05000002.xhp
+msgctxt ""
+"05000002.xhp\n"
+"hd_id3156136\n"
+"5\n"
+"help.text"
+msgid "User"
+msgstr ""
-#: 02010100.xhp#par_id3150585.138.help.text
-msgid "Parameter queries are also used for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, since they work exclusively with queries for which the values to be invoked are read internally from a variable."
-msgstr "პარამეტრის მოთხოვნები ასევე ამოიყენება <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">ქვეფორმებისთვის</link>, გამომდინარე იქიდან, რომ ისინი მხოლოდ ისეთ მოთხოვნებს ამუშავებენ, რომლებისთვისაც გამოსაძახებელი მნიშვნელობები იკითხება ცვლადის შიგნიდან. "
+#. .}:\
+#: 05000002.xhp
+msgctxt ""
+"05000002.xhp\n"
+"par_id3155805\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the user, whose settings you want to edit.</ahelp>"
+msgstr "<ahelp hid=\".\">აკონკრეტებს მომხმარებელს, რომლის პარამეტრების რედაქტირებაც გსურთ.</ahelp>"
-#: 02010100.xhp#par_id3153645.274.help.text
-msgid "A parameter query can have the following form in an SQL statement:"
-msgstr "SQL განაცხადში პარამეტრის მოთხოვნას შეიძლება ჰქოდენს შემდეგი ფორმა: "
+#. h!RH
+#: 05000002.xhp
+msgctxt ""
+"05000002.xhp\n"
+"hd_id3147576\n"
+"9\n"
+"help.text"
+msgid "New user"
+msgstr "ახალი მომხმარებელი"
-#: 02010100.xhp#par_id3156731.275.help.text
-msgid "select * from 'addresses' where 'name' = :placeholder"
-msgstr "მონიშნეთ * 'მისამართებიდან', სადაც 'სახელი' = : ჩანაცვლების ველს"
+#. #354
+#: 05000002.xhp
+msgctxt ""
+"05000002.xhp\n"
+"par_id3149095\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\".\">Creates a new user.</ahelp> The <link href=\"text/shared/explorer/database/05000003.xhp\" name=\"Enter Password\">Enter Password</link> dialog appears."
+msgstr "<ahelp hid=\".\">ქმნის ახალ მომხმარებელს</ahelp>ჩნდება დიალოგური ფანჯარა<link href=\"text/shared/explorer/database/05000003.xhp\" name=\"Enter Password\">შეიყვანეთ პაროლი</link>"
-#: 02010100.xhp#hd_id3145181.135.help.text
-msgid "SQL Mode"
-msgstr "SQL რეჟიმი"
+#. $8(5
+#: 05000002.xhp
+msgctxt ""
+"05000002.xhp\n"
+"hd_id3149182\n"
+"11\n"
+"help.text"
+msgid "Change password"
+msgstr ""
-#: 02010100.xhp#par_id3147013.220.help.text
-msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
-msgstr "SQL აღნიშნავს \"Structured Query Language\" და აღწერს ინსტრუქციებს რელაციული მონაცემთა ბაზების გნახლებისა და ადმინისტრირებისთვის. "
+#. eU8O
+#: 05000002.xhp
+msgctxt ""
+"05000002.xhp\n"
+"par_id3152780\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\".\">Changes the password for the selected user.</ahelp> The <link href=\"text/shared/explorer/database/05000003.xhp\" name=\"Change Password\">Change Password</link> dialog appears."
+msgstr "<ahelp hid=\".\">ცვლის პაროლს შერჩეული მომხმარებლისთვის</ahelp> ჩნდება დიალოგური ფანჯარა<link href=\"text/shared/explorer/database/05000003.xhp\" name=\"Change Password\">პაროლის შეცვლა</link>."
-#: 02010100.xhp#par_id3152570.136.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 design, $[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 been created previously."
-msgstr "$[officename]-ის შემთხვევაში არაა აუცილებელი SQL-ის ცოდნა მოთხოვნათა უმეტესობისთვის, რადგანაც თქვენ არ გჭირდებათ SQL-ის კოდის შეტანა. თუ თქვენ შექმნით მოთხოვნას მოთხოვნის დიზაინით,$[officename] ავტომატურად გარდაქმნის თქევნს მოთხოვნებს SQL-ის შესაბამის სინტაქსზე. თუ <emph>დიზაინის ხედის ჩართვა-გამორთვის</emph> კლავიშის მეშვეობით თქვენ შეცვლით SQL -ის ხედს, დაინახავთ SQL-ის ბრძანებებს მანამდე შექმნილი მოთხოვნისათვის."
+#. 4Mdn
+#: 05000002.xhp
+msgctxt ""
+"05000002.xhp\n"
+"hd_id3149398\n"
+"13\n"
+"help.text"
+msgid "Delete user"
+msgstr ""
-#: 02010100.xhp#par_id3152412.226.help.text
-msgid "You can formulate your query directly in the SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
-msgstr "თქვენ საშუალება გაქვთ შექმნათ თქვენი მოთხოვნა პირდაპირ SQL-ის კოდით. გაითვალისწინეთ, რომ სპეციფიკური სინტაქსი დამოკიდებულია იმ მონაცემთა ბაზის სისტემაზე, რომელსაც თქვენ იყენებთ."
+#. :L^V
+#: 05000002.xhp
+msgctxt ""
+"05000002.xhp\n"
+"par_id3145382\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\".\">Deletes the selected user.</ahelp>"
+msgstr "<ahelp hid=\".\">შლის შერჩეულ მომხმარებელს.</ahelp>"
-#: 02010100.xhp#par_id3146842.227.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 <emph>Query design</emph>. These queries must be executed in native SQL mode."
-msgstr "თუ SQL-ის კოდი ხელით შეგყავთ , შეგიძლიათ შექმნათ განსხვავებული მოთხოვნები, რომელთა პროგრამული მხარდაჭერა არ ხდება <emph>მოთხოვნის დიზაინის</emph>გრაფიკული ინტერფეისის მიერ. ეს მოთხოვნები უნდა შესრულდეს SQL-ის საკუთარი სინტაქსით. "
+#. C}=g
+#: 05000002.xhp
+msgctxt ""
+"05000002.xhp\n"
+"hd_id3156152\n"
+"15\n"
+"help.text"
+msgid "Access rights for user selected"
+msgstr "წვდომის უფლებები შერჩეული მომხმარებლისთვის"
-#: 02010100.xhp#par_id3149632.223.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]."
-msgstr "SQL-ის ხედში <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>SQL-ის ბრძანების პირდაპირ გაშვების </emph></link> ხატულაზე დაწკაპუნებით, თქვენ შეგიძლიათ ისეთი მოთხოვნის ფორმულირება, რომელიც არ არის დამუშავებული $[officename]-ის მიერ."
+#. =$U#
+#: 05000002.xhp
+msgctxt ""
+"05000002.xhp\n"
+"par_id3150275\n"
+"16\n"
+"help.text"
+msgid "Allows you to view and assign access rights for the selected user."
+msgstr "საშეულაებას გაძლევთ ნახოთ და მიანიჭოთ წვდომის უფლებები შერჩეულ მომხმარებელს"
-#: 11170100.xhp#tit.help.text
-msgctxt "11170100.xhp#tit.help.text"
-msgid "Database Statistics"
+#. :=*\
+#: menuview.xhp
+#, fuzzy
+msgctxt ""
+"menuview.xhp\n"
+"tit\n"
+"help.text"
+msgid "View"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\nნახვა\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\nხედვა\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\nხედი\\n#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\\nხედი\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nხედი"
+
+#. Lm#f
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN1054D\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/menuview.xhp\">View</link>"
msgstr ""
-#: 11170100.xhp#hd_id3147000.1.help.text
-msgctxt "11170100.xhp#hd_id3147000.1.help.text"
-msgid "Database Statistics"
+#. 8p=$
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "<ahelp hid=\".\">The View menu of a database window.</ahelp>"
msgstr ""
-#: 11170100.xhp#par_id3155934.2.help.text
-msgid "Displays statistics about the Adabas database."
+#. OO9A
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN10560\n"
+"help.text"
+msgid "Database Objects"
msgstr ""
-#: 11170100.xhp#hd_id3150040.3.help.text
-msgid "Database files"
+#. cNTa
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN10564\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a submenu.</ahelp>"
msgstr ""
-#: 11170100.xhp#hd_id3152594.5.help.text
-msgctxt "11170100.xhp#hd_id3152594.5.help.text"
-msgid "SYSDEVSPACE"
+#. 9SY]
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN10567\n"
+"help.text"
+msgid "Forms"
msgstr ""
-#: 11170100.xhp#par_id3155552.6.help.text
-msgid "<ahelp hid=\"DBACCESS_EDIT_DLG_ADABASSTAT_ET_SYSDEVSPACE\">Displays the path and the name of the SYSDEVSPACE file.</ahelp>"
+#. )0F@
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN1056B\n"
+"help.text"
+msgid "<ahelp hid=\".\">Selects the forms container and shows all forms in the detail view.</ahelp>"
msgstr ""
-#: 11170100.xhp#hd_id3153345.7.help.text
-msgctxt "11170100.xhp#hd_id3153345.7.help.text"
-msgid "TRANSACTIONLOG"
+#. Lo`K
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN1056E\n"
+"help.text"
+msgid "Reports"
msgstr ""
-#: 11170100.xhp#par_id3155892.8.help.text
-msgid "<ahelp hid=\"DBACCESS_EDIT_DLG_ADABASSTAT_ET_TRANSACTIONLOG\">Displays the path and the name of the TRANSACTIONLOG file.</ahelp>"
+#. sheH
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN10572\n"
+"help.text"
+msgid "<ahelp hid=\".\">Selects the reports container and shows all reports in the detail view.</ahelp>"
msgstr ""
-#: 11170100.xhp#hd_id3150774.9.help.text
-msgctxt "11170100.xhp#hd_id3150774.9.help.text"
-msgid "DATADEVSPACE"
+#. s|NA
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN10575\n"
+"help.text"
+msgid "Queries"
msgstr ""
-#: 11170100.xhp#par_id3147209.10.help.text
-msgid "<ahelp hid=\"DBACCESS_LISTBOX_DLG_ADABASSTAT_LB_DATADEVS\">Displays the path and the name of the DATADEVSPACE file.</ahelp>"
+#. ta\p
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN10579\n"
+"help.text"
+msgid "<ahelp hid=\".\">Selects the queries container and shows all queries in the detail view.</ahelp>"
msgstr ""
-#: 11170100.xhp#hd_id3152996.11.help.text
-msgid "Database sizes"
+#. 8,,#
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN1057C\n"
+"help.text"
+msgid "Tables"
msgstr ""
-#: 11170100.xhp#hd_id3145382.13.help.text
-msgid "Size (MB)"
+#. IU@)
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN10580\n"
+"help.text"
+msgid "<ahelp hid=\".\">Selects the tables container and shows all tables in the detail view.</ahelp>"
msgstr ""
-#: 11170100.xhp#par_id3149415.14.help.text
-msgid "<ahelp hid=\"DBACCESS_EDIT_DLG_ADABASSTAT_ET_SIZE\">Displays the full size (in megabytes) of the database.</ahelp>"
+#. AOPs
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN10583\n"
+"help.text"
+msgid "Sort"
msgstr ""
-#: 11170100.xhp#hd_id3154285.15.help.text
-msgid "Free space (MB)"
+#. b?](
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN10587\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a submenu.</ahelp>"
msgstr ""
-#: 11170100.xhp#par_id3149514.16.help.text
-msgid "<ahelp hid=\"DBACCESS_EDIT_DLG_ADABASSTAT_ET_FREESIZE\">Displays the amount of free space (in megabytes) that is available in the database.</ahelp>"
+#. 7%Z+
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN1058A\n"
+"help.text"
+msgid "Ascending"
msgstr ""
-#: 11170100.xhp#hd_id3149237.17.help.text
-msgid "Memory utilization (in %)"
+#. {Ov5
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN1058E\n"
+"help.text"
+msgid "<ahelp hid=\".\">Sorts the entries in the detail view in ascending order.</ahelp>"
msgstr ""
-#: 11170100.xhp#par_id3148473.18.help.text
-msgid "<ahelp hid=\"DBACCESS_NUMERICFIELD_DLG_ADABASSTAT_ET_MEMORYUSING\">Displays the amount of used space in the database as a percentage.</ahelp>"
+#. NtQ#
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN10591\n"
+"help.text"
+msgid "Descending"
msgstr ""
-#: querywizard02.xhp#tit.help.text
-msgid "Query Wizard - Sorting Order"
+#. C|.k
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN10595\n"
+"help.text"
+msgid "<ahelp hid=\".\">Sorts the entries in the detail view in descending order.</ahelp>"
msgstr ""
-#: querywizard02.xhp#par_idN10543.help.text
-msgid "<link href=\"text/shared/explorer/database/querywizard02.xhp\">Query Wizard - Sorting Order</link>"
+#. 2[Pu
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN10598\n"
+"help.text"
+msgid "Preview"
msgstr ""
-#: querywizard02.xhp#par_idN10553.help.text
-msgid "Specifies the sorting order for the data records in your query."
+#. gk[c
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN1059C\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a submenu.</ahelp>"
msgstr ""
-#: querywizard02.xhp#par_idN10556.help.text
-msgid "Sort by"
-msgstr "დახარისხება"
+#. fPOl
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN1059F\n"
+"help.text"
+msgid "None"
+msgstr "არცერთი"
-#: querywizard02.xhp#par_idN105B2.help.text
-msgid "<ahelp hid=\".\">Specifies the field by which the created query is sorted.</ahelp>"
+#. ^+Z.
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN105B5\n"
+"help.text"
+msgid "<ahelp hid=\".\">Disables the preview in the database window.</ahelp>"
msgstr ""
-#: querywizard02.xhp#par_idN1055C.help.text
-msgctxt "querywizard02.xhp#par_idN1055C.help.text"
-msgid "Ascending"
-msgstr ""
+#. VCjV
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN105B8\n"
+"help.text"
+msgid "Document Information"
+msgstr "სვეტის ინფორმაცია"
-#: querywizard02.xhp#par_idN105BF.help.text
-msgid "<ahelp hid=\".\">Click to sort in alphabetically or numerically ascending order.</ahelp>"
+#. Kxfe
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN105BC\n"
+"help.text"
+msgid "<ahelp hid=\".\">The preview window displays the document information of a form or report.</ahelp>"
msgstr ""
-#: querywizard02.xhp#par_idN10562.help.text
-msgctxt "querywizard02.xhp#par_idN10562.help.text"
-msgid "Descending"
-msgstr ""
+#. hmGA
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN105BF\n"
+"help.text"
+msgid "Document"
+msgstr "დოკუმენტი"
-#: querywizard02.xhp#par_idN105CC.help.text
-msgid "<ahelp hid=\".\">Click to sort in alphabetically or numerically descending order.</ahelp>"
+#. DPD!
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN105C3\n"
+"help.text"
+msgid "<ahelp hid=\".\">The preview displays the document of a form or report.</ahelp>"
msgstr ""
-#: querywizard02.xhp#par_idN10568.help.text
-msgid "And then by"
+#. {p7S
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN105C6\n"
+"help.text"
+msgid "Refresh Tables"
msgstr ""
-#: querywizard02.xhp#par_idN105D9.help.text
-msgid "<ahelp hid=\".\">Specifies additional fields by which the created query is sorted, if previous sort fields are equal.</ahelp>"
+#. sX9B
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN105CA\n"
+"help.text"
+msgid "<ahelp hid=\".\">Refreshes the tables. </ahelp>"
msgstr ""
-#: querywizard02.xhp#par_idN1056E.help.text
-msgid "<link href=\"text/shared/explorer/database/querywizard03.xhp\" name=\"Query Wizard - Search conditions\">Query Wizard - Search conditions</link>"
+#. ~]ym
+#: querywizard08.xhp
+msgctxt ""
+"querywizard08.xhp\n"
+"tit\n"
+"help.text"
+msgid "Query Wizard - Overview"
msgstr ""
-#: 11170000.xhp#tit.help.text
-msgid "Adabas D Statistics"
-msgstr ""
+#. R+5:
+#: querywizard08.xhp
+#, fuzzy
+msgctxt ""
+"querywizard08.xhp\n"
+"par_idN10543\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/querywizard08.xhp\">Query Wizard - Overview</link>"
+msgstr "<link href=\"text/shared/explorer/database/02000000.xhp\" name=\"Queries\">მოთხოვნები</link>"
-#: 11170000.xhp#hd_id3150445.1.help.text
-msgid "<link href=\"text/shared/explorer/database/11170000.xhp\" name=\"Adabas D Statistics\">Adabas D Statistics</link>"
+#. QC9V
+#: querywizard08.xhp
+msgctxt ""
+"querywizard08.xhp\n"
+"par_idN10553\n"
+"help.text"
+msgid "Enter a name of the query, and specify whether you want to display or to modify the query after the Wizard is finished."
msgstr ""
-#: 11170000.xhp#par_id3157898.2.help.text
-msgid "<ahelp hid=\".\">Specifies the access options for the Adabas database.</ahelp>"
+#. 9qAT
+#: querywizard08.xhp
+msgctxt ""
+"querywizard08.xhp\n"
+"par_idN10556\n"
+"help.text"
+msgid "Name of the query"
msgstr ""
-#: 11170000.xhp#hd_id3153750.4.help.text
-msgid "Data Buffer Size"
-msgstr ""
+#. +E$Q
+#: querywizard08.xhp
+msgctxt ""
+"querywizard08.xhp\n"
+"par_idN1055A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the name of the query.</ahelp>"
+msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: 11170000.xhp#par_id3155892.5.help.text
-msgid "<ahelp hid=\"DBACCESS_NUMERICFIELD_TAB_PAG_ADABAS_SETTINGS_NF_CACHE_SIZE\">Enter the size of the data buffer for the database.</ahelp> The setting takes effect after you restart the database."
+#. Qci@
+#: querywizard08.xhp
+msgctxt ""
+"querywizard08.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "Display query"
msgstr ""
-#: 11170000.xhp#hd_id3149095.6.help.text
-msgid "Increment size"
+#. `X2x
+#: querywizard08.xhp
+msgctxt ""
+"querywizard08.xhp\n"
+"par_idN10561\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to save and display the query.</ahelp>"
msgstr ""
-#: 11170000.xhp#par_id3149177.7.help.text
-msgid "<ahelp hid=\"DBACCESS_NUMERICFIELD_TAB_PAG_ADABAS_SETTINGS_NF_DATA_INCREMENT\">Enter the size by which you want to automatically increment the database. The maximum increment size is 100 MB.</ahelp> The setting takes effect after you restart the database."
+#. ,/?q
+#: querywizard08.xhp
+msgctxt ""
+"querywizard08.xhp\n"
+"par_idN10564\n"
+"help.text"
+msgid "Modify query"
msgstr ""
-#: 11170000.xhp#hd_id3156346.8.help.text
-msgid "Control User Name"
+#. _SM?
+#: querywizard08.xhp
+msgctxt ""
+"querywizard08.xhp\n"
+"par_idN10568\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to save the query and open it for editing.</ahelp>"
msgstr ""
-#: 11170000.xhp#par_id3150355.9.help.text
-msgid "<ahelp hid=\"DBACCESS_EDIT_TAB_PAG_ADABAS_SETTINGS_ET_CTRLUSERNAME\">Enter the name of a user that you want to give limited control to modify some parameters of the database.</ahelp>"
+#. 0jib
+#: querywizard08.xhp
+msgctxt ""
+"querywizard08.xhp\n"
+"par_idN1056B\n"
+"help.text"
+msgid "Overview"
msgstr ""
-#: 11170000.xhp#hd_id3153146.10.help.text
-msgid "Control Password"
+#. `Jw8
+#: querywizard08.xhp
+msgctxt ""
+"querywizard08.xhp\n"
+"par_idN1056F\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays a summary of the query.</ahelp>"
msgstr ""
-#: 11170000.xhp#par_id3153821.11.help.text
-msgid "<ahelp hid=\"DBACCESS_EDIT_TAB_PAG_ADABAS_SETTINGS_ET_CTRLPASSWORD\">Enter the password of the Control User.</ahelp>"
+#. SE$Y
+#: querywizard08.xhp
+#, fuzzy
+msgctxt ""
+"querywizard08.xhp\n"
+"par_idN10572\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/querywizard00.xhp\" name=\"Query Wizard\">Query Wizard</link>"
+msgstr "<link href=\"text/shared/explorer/database/02000000.xhp\" name=\"Queries\">მოთხოვნები</link>"
+
+#. 6ksJ
+#: querywizard03.xhp
+msgctxt ""
+"querywizard03.xhp\n"
+"tit\n"
+"help.text"
+msgid "Query Wizard - Search Conditions"
msgstr ""
-#: 11170000.xhp#hd_id3149235.12.help.text
-msgid "Shut down the service when closing $[officename]"
+#. )C4z
+#: querywizard03.xhp
+#, fuzzy
+msgctxt ""
+"querywizard03.xhp\n"
+"par_idN10543\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/querywizard03.xhp\">Query Wizard - Search Conditions</link>"
+msgstr "<link href=\"text/shared/explorer/database/02000000.xhp\" name=\"Queries\">მოთხოვნები</link>"
+
+#. hY%t
+#: querywizard03.xhp
+msgctxt ""
+"querywizard03.xhp\n"
+"par_idN10553\n"
+"help.text"
+msgid "Specifies the search conditions to filter the query."
+msgstr ""
+
+#. DNU~
+#: querywizard03.xhp
+msgctxt ""
+"querywizard03.xhp\n"
+"par_idN10556\n"
+"help.text"
+msgid "Match all of the following"
msgstr ""
-#: 11170000.xhp#par_id3153254.13.help.text
-msgid "<ahelp hid=\"DBACCESS_CHECKBOX_TAB_PAG_ADABAS_SETTINGS_CB_SHUTDB\">Exits the Adabas database server when you exit $[officename].</ahelp> This option is only available if you start the database server from $[officename] with a control user and password."
+#. L%@M
+#: querywizard03.xhp
+msgctxt ""
+"querywizard03.xhp\n"
+"par_idN105B2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to filter the query by all the conditions using a logical AND.</ahelp>"
msgstr ""
-#: 11170000.xhp#hd_id3146948.14.help.text
-msgctxt "11170000.xhp#hd_id3146948.14.help.text"
-msgid "Extended"
+#. x568
+#: querywizard03.xhp
+msgctxt ""
+"querywizard03.xhp\n"
+"par_idN1055C\n"
+"help.text"
+msgid "Match any of the following"
msgstr ""
-#: 11170000.xhp#par_id3156002.15.help.text
-msgid "<ahelp hid=\"DBACCESS_PUSHBUTTON_TAB_PAG_ADABAS_SETTINGS_PB_STAT\">Opens the <link href=\"text/shared/explorer/database/11170100.xhp\" name=\"Database Statistics\">Database Statistics</link> dialog, where you can view statistics about the Adabas database.</ahelp>"
+#. Yrq*
+#: querywizard03.xhp
+msgctxt ""
+"querywizard03.xhp\n"
+"par_idN105BF\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to filter the query by any of the conditions using a logical OR.</ahelp>"
msgstr ""
-#: 05000001.xhp#tit.help.text
-msgid "Table Context Menus"
-msgstr "ცხრილის კონტექსტური მენიუ"
+#. N7MI
+#: querywizard03.xhp
+msgctxt ""
+"querywizard03.xhp\n"
+"par_idN10562\n"
+"help.text"
+msgid "Field"
+msgstr "ველები"
-#: 05000001.xhp#hd_id3148983.1.help.text
-msgid "<link href=\"text/shared/explorer/database/05000001.xhp\" name=\"Table Context Menus\">Table Context Menus</link>"
-msgstr "<link href=\"text/shared/explorer/database/05000001.xhp\" name=\"Table Context Menus\">ცხრილის კონტექსტური მენიუ</link>"
+#. !0xH
+#: querywizard03.xhp
+msgctxt ""
+"querywizard03.xhp\n"
+"par_idN105CC\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the field name for the filter condition.</ahelp>"
+msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: 05000001.xhp#par_id3163829.2.help.text
-msgid "The context menu of the table container offers various functions that apply to all database tables. To edit a special table within the database, select the corresponding table and open its context menu."
-msgstr "ცხრილის კონტეინერის კონტექსტური მენიუ გთავაზობთ სხვადასხვა ფუნქციებს ყველა მონაცემთა ბაზის ცხრილისთვის. მონაცემთა ბაზაში კონკრეტული ცხრილის რედაქტიებისათვის, მონიშნეთ შესაბამისი ცხრილი და გახსენით კონტექსტური მენიუ."
+#. |AHg
+#: querywizard03.xhp
+msgctxt ""
+"querywizard03.xhp\n"
+"par_idN10568\n"
+"help.text"
+msgid "Condition"
+msgstr ""
-#: 05000001.xhp#par_id3146958.4.help.text
-msgid "Depending on the context, it is possible that not all the functions for your current database are listed in the context menus. For example, the <emph>Relationships</emph> command for defining relationships between various tables is only available with relational databases."
+#. @P9g
+#: querywizard03.xhp
+msgctxt ""
+"querywizard03.xhp\n"
+"par_idN105D9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the condition for the filter.</ahelp>"
msgstr ""
-#: 05000001.xhp#par_id3145382.3.help.text
-msgid "Depending on the database system used, you will find the following entries on the context menus:"
-msgstr "გამოყენებული მონაცემთა ბაზის სისტემიდან გამომდინარე კონტექტურ მენიუში თქვენ შემდეგ ჩანაწერებეს აღმოაჩენთ:"
+#. N`j=
+#: querywizard03.xhp
+msgctxt ""
+"querywizard03.xhp\n"
+"par_idN1056E\n"
+"help.text"
+msgid "Value"
+msgstr ""
-#: 05000001.xhp#par_id3166461.9.help.text
-msgid "If a <link href=\"text/shared/01/05340400.xhp\" name=\"table is open\">table is open</link>, there are several functions available to edit the data."
-msgstr "თუ <link href=\"text/shared/01/05340400.xhp\" name=\"table is open\">ცხრილი გახსნილია</link>, მონაცემთა რედაქტირებისათვის ხელმისაწვდომია რამდენიმე ფუნქცია."
+#. _Q1_
+#: querywizard03.xhp
+msgctxt ""
+"querywizard03.xhp\n"
+"par_idN105E6\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the value for the filter condition.</ahelp>"
+msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: 05000003.xhp#tit.help.text
-msgctxt "05000003.xhp#tit.help.text"
-msgid "Enter / change password"
+#. Hnx8
+#: querywizard03.xhp
+msgctxt ""
+"querywizard03.xhp\n"
+"par_idN10574\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/querywizard04.xhp\" name=\"Query Wizard - Detail or Summary\">Query Wizard - Detail or summary</link>"
msgstr ""
-#: 05000003.xhp#hd_id3163829.1.help.text
-msgctxt "05000003.xhp#hd_id3163829.1.help.text"
-msgid "Enter / change password"
+#. K8EV
+#: toolbars.xhp
+#, fuzzy
+msgctxt ""
+"toolbars.xhp\n"
+"tit\n"
+"help.text"
+msgid "Toolbars"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\nინსტუმენტების ზოლები\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\nხელსაწყოთა ზოლი\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\nინსტრუმენტთა პანელები\\n#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\\nხელსაწყოთა ზოლი"
+
+#. yz.S
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN10541\n"
+"help.text"
+msgid "<variable id=\"toolbars\"><link href=\"text/shared/explorer/database/toolbars.xhp\">Toolbars</link></variable>"
msgstr ""
-#: 05000003.xhp#par_id3148520.2.help.text
-msgid "Allows you to enter and confirm a new or changed password. If you have defined a new user, enter the user's name in this dialog."
-msgstr "საშუალებას გაძლევთ შეიტანოთ და დაადასტუროთ ახალი ან შეცვლილი პაროლი. თუ თქვენ განსაზღვრეთ ახალი მომხმარებელი, შეიტანეთ მომხმარებლის სახელი ამ დიალოგურ ფანჯარაში. "
+#. _+8:
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN10545\n"
+"help.text"
+msgid "In a database file window, you can see the following toolbars."
+msgstr ""
-#: 05000003.xhp#hd_id3157898.3.help.text
-msgctxt "05000003.xhp#hd_id3157898.3.help.text"
-msgid "User"
+#. 1Q\U
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN10548\n"
+"help.text"
+msgid "Table"
msgstr ""
-#: 05000003.xhp#par_id3149346.4.help.text
-msgid "<ahelp hid=\"SFX2:EDIT:DLG_PASSWD:ED_PASSWD_USER\">Specifies the name of the new user.</ahelp> This field is only visible if you have defined a new user."
-msgstr "<ahelp hid=\"SFX2:EDIT:DLG_PASSWD:ED_PASSWD_USER\">აკონკრეტებს ახალი მომხმარებლის სახელს.</ahelp> ეს ველი ჩნდება მხოლოდ იმ შემთხვევაში, თუ თქვენ ახალი მომხმარებელი განსაზღვრეთ."
+#. #EVY
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN10554\n"
+"help.text"
+msgid "Open database object"
+msgstr ""
-#: 05000003.xhp#hd_id3153681.9.help.text
-msgid "Old password"
-msgstr "ძველი პაროლი"
+#. Gm[6
+#: 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 ""
-#: 05000003.xhp#par_id3147576.10.help.text
-msgid "<ahelp hid=\"DBACCESS_EDIT_DLG_PASSWORD_ED_OLDPASSWORD\">Enter the old password.</ahelp> This field is visible when you have started the dialog via <emph>Change password</emph>."
+#. dWmh
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN1056F\n"
+"help.text"
+msgid "Edit"
msgstr ""
-#: 05000003.xhp#hd_id3153311.5.help.text
-msgctxt "05000003.xhp#hd_id3153311.5.help.text"
-msgid "Password"
+#. E8LO
+#: 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 ""
-#: 05000003.xhp#par_id3147243.6.help.text
-msgid "<ahelp hid=\"DBACCESS_EDIT_DLG_PASSWORD_ED_PASSWORD\">Enter the new password.</ahelp>"
+#. l:d4
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN1058A\n"
+"help.text"
+msgid "Delete"
msgstr ""
-#: 05000003.xhp#hd_id3147275.7.help.text
-msgid "Confirm (password)"
-msgstr "დაადასტურეთ (პაროლი)"
+#. _Re0
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN1058E\n"
+"help.text"
+msgid "<ahelp hid=\".\">Deletes the selected table.</ahelp>"
+msgstr "<ahelp hid=\".\">შლის შერჩეულ მომხმარებელს.</ahelp>"
-#: 05000003.xhp#par_id3153541.8.help.text
-msgid "<ahelp hid=\"DBACCESS_EDIT_DLG_PASSWORD_ED_PASSWORD_REPEAT\">Enter the new password again.</ahelp>"
+#. u$u+
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN105A5\n"
+"help.text"
+msgid "Rename"
msgstr ""
-#: rep_navigator.xhp#tit.help.text
-msgid "Report Navigator"
-msgstr ""
+#. fcbF
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN105A9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Renames the selected table.</ahelp>"
+msgstr "<ahelp hid=\".\">შლის შერჩეულ მომხმარებელს.</ahelp>"
-#: rep_navigator.xhp#bm_id5823847.help.text
-msgid "<bookmark_value>formulas in reports;editing</bookmark_value><bookmark_value>functions in reports;editing</bookmark_value>"
+#. O3pd
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN105B8\n"
+"help.text"
+msgid "Query"
msgstr ""
-#: rep_navigator.xhp#hd_id1821955.help.text
-msgid "<variable id=\"rep_navigator\"><link href=\"text/shared/explorer/database/rep_navigator.xhp\">Report Navigator</link></variable>"
+#. nBer
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN105C4\n"
+"help.text"
+msgid "Open database object"
msgstr ""
-#: rep_navigator.xhp#par_id1150852.help.text
-msgid "You can open the Report Navigator window of the <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link> by choosing <item type=\"menuitem\">View - Report Navigator</item>."
+#. fUlb
+#: 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 ""
-#: rep_navigator.xhp#par_id1111484.help.text
-msgid "<ahelp hid=\".\">The Report Navigator reveals the structure of the report. You can use the Report Navigator to insert functions into the report.</ahelp>"
+#. jt15
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN105DF\n"
+"help.text"
+msgid "Edit"
msgstr ""
-#: rep_navigator.xhp#par_id8314157.help.text
-msgid "<ahelp hid=\".\">Click an entry in the Report Navigator. The corresponding object or area is selected in the Report Builder view. Right-click an entry to open the context menu.</ahelp>"
+#. MCGa
+#: 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 ""
-#: rep_navigator.xhp#hd_id2932828.help.text
-msgid "To enter functions to the report"
+#. )]%6
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN105FA\n"
+"help.text"
+msgid "Delete"
msgstr ""
-#: rep_navigator.xhp#par_id5091708.help.text
-msgid "<ahelp hid=\".\">In the context menu of the Report Navigator, you see the same commands as in the Report Builder view, plus additional commands to create new functions or to delete them.</ahelp>"
-msgstr ""
+#. YgT}
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN105FE\n"
+"help.text"
+msgid "<ahelp hid=\".\">Deletes the selected query.</ahelp>"
+msgstr "<ahelp hid=\".\">შლის შერჩეულ მომხმარებელს.</ahelp>"
-#: rep_navigator.xhp#par_id9449446.help.text
-msgid "Functions can be entered using a syntax as specified by the <link href=\"http://en.wikipedia.org/wiki/OpenFormula\">OpenFormula</link> proposal."
+#. {oc8
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN10615\n"
+"help.text"
+msgid "Rename"
msgstr ""
-#: rep_navigator.xhp#par_id4095583.help.text
-msgid "See <link href=\"http://wiki.documentfoundation.org/Database\">Wiki page about Base</link> for some more help regarding the functions in a report."
-msgstr ""
+#. oXJ]
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN10619\n"
+"help.text"
+msgid "<ahelp hid=\".\">Renames the selected query.</ahelp>"
+msgstr "<ahelp hid=\".\">შლის შერჩეულ მომხმარებელს.</ahelp>"
-#: rep_navigator.xhp#hd_id311593.help.text
-msgid "To calculate a sum for each client"
+#. ~9fJ
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN10628\n"
+"help.text"
+msgid "Form"
msgstr ""
-#: rep_navigator.xhp#par_id3948789.help.text
-msgid "Open the Report Navigator."
+#. ;D3k
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN10634\n"
+"help.text"
+msgid "Open database object"
msgstr ""
-#: rep_navigator.xhp#par_id5391399.help.text
-msgid "Open the Groups entry and the group where you want to calculate the cost. "
+#. Hv@j
+#: 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 ""
-#: rep_navigator.xhp#par_id6989654.help.text
-msgid "The group has a sub entry called functions. "
+#. Mugu
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN1064F\n"
+"help.text"
+msgid "Edit"
msgstr ""
-#: rep_navigator.xhp#par_id1803643.help.text
-msgid "Open the context menu (right click) on the functions entry, choose to create a new function, and select it. "
+#. 1T9=
+#: 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 ""
-#: rep_navigator.xhp#par_id868251.help.text
-msgid "In the property browser you see the function. "
+#. 1OXE
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN1066A\n"
+"help.text"
+msgid "Delete"
msgstr ""
-#: rep_navigator.xhp#par_id6247749.help.text
-msgid "Change the name to e.g. CostCalc and the formula to [CostCalc] + [enter your cost column name]."
-msgstr ""
+#. W#}d
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN1066E\n"
+"help.text"
+msgid "<ahelp hid=\".\">Deletes the selected form.</ahelp>"
+msgstr "<ahelp hid=\".\">შლის შერჩეულ მომხმარებელს.</ahelp>"
-#: rep_navigator.xhp#par_id1565904.help.text
-msgid "In the initial value enter 0."
+#. iwbb
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN10685\n"
+"help.text"
+msgid "Rename"
msgstr ""
-#: rep_navigator.xhp#par_id1569261.help.text
-msgid "Now you can insert a text field and bind it to your [CostCalc] (appears in the data field list box)."
-msgstr ""
+#. ]=4K
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN10689\n"
+"help.text"
+msgid "<ahelp hid=\".\">Renames the selected form.</ahelp>"
+msgstr "<ahelp hid=\".\">შლის შერჩეულ მომხმარებელს.</ahelp>"
-#: rep_navigator.xhp#par_id9256874.help.text
-msgid "Maybe you have to set the initial value to the value of the field like [field]."
+#. G2?B
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN10698\n"
+"help.text"
+msgid "Report"
msgstr ""
-#: rep_navigator.xhp#par_id4601886.help.text
-msgid "If there are blank fields in the cost column, use the following formula to replace the blank fields' content with zero:"
+#. n?Ij
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN106A4\n"
+"help.text"
+msgid "Open database object"
msgstr ""
-#: rep_navigator.xhp#par_id1754509.help.text
-msgid "[SumCost] + IF(ISBLANK([field]);0;[field])"
+#. \`Wc
+#: 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 ""
-#: rep_navigator.xhp#par_id8122196.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the formula that defines the function. Use OpenFormula syntax.</ahelp>"
+#. Jb85
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN106BF\n"
+"help.text"
+msgid "Edit"
msgstr ""
-#: rep_navigator.xhp#par_id9909665.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the initial value for the evaluation of the formula. Often this is set to 0 or to 1.</ahelp>"
+#. Mz1?
+#: 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 ""
-#: rep_navigator.xhp#par_id9141819.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">If Deep traversing is enabled, functions are evaluated considering all lower levels of hierarchy. This would be used for instance for line numbering. If Deep traversing is not enabled, only the first level of hierarchy is evaluated.</ahelp>"
+#. AJ]$
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN106DA\n"
+"help.text"
+msgid "Delete"
msgstr ""
-#: rep_navigator.xhp#par_id6354869.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">If Pre evaluation is enabled, functions are evaluated only when the report is finished.</ahelp>"
-msgstr ""
+#. NY:_
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN106DE\n"
+"help.text"
+msgid "<ahelp hid=\".\">Deletes the selected report.</ahelp>"
+msgstr "<ahelp hid=\".\">შლის შერჩეულ მომხმარებელს.</ahelp>"
-#: 05040000.xhp#tit.help.text
-msgctxt "05040000.xhp#tit.help.text"
-msgid "General"
+#. OKDk
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN106F5\n"
+"help.text"
+msgid "Rename"
msgstr ""
-#: 05040000.xhp#hd_id3149031.1.help.text
-msgid "<link href=\"text/shared/explorer/database/05040000.xhp\" name=\"General\">General</link>"
-msgstr "<link href=\"text/shared/explorer/database/05040000.xhp\" name=\"General\">ზოგადი</link>"
+#. b;us
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN106F9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Renames the selected report.</ahelp>"
+msgstr "<ahelp hid=\".\">შლის შერჩეულ მომხმარებელს.</ahelp>"
-#: migrate_macros.xhp#tit.help.text
-msgid "Migrate Macros"
+#. x\:8
+#: tablewizard04.xhp
+msgctxt ""
+"tablewizard04.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table Wizard - Create Table"
msgstr ""
-#: migrate_macros.xhp#bm_id6009095.help.text
-msgid "<bookmark_value>wizards;macros (Base)</bookmark_value> <bookmark_value>Macro Wizard (Base)</bookmark_value> <bookmark_value>macros;attaching new (Base)</bookmark_value> <bookmark_value>migrating macros (Base)</bookmark_value>"
+#. +nag
+#: tablewizard04.xhp
+#, fuzzy
+msgctxt ""
+"tablewizard04.xhp\n"
+"par_idN10543\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/tablewizard04.xhp\">Table Wizard - Create Table</link>"
+msgstr "<link href=\"text/shared/explorer/database/05010000.xhp\" name=\"Table Design\">ცხრილის დიზაინი</link>"
+
+#. }svE
+#: tablewizard04.xhp
+msgctxt ""
+"tablewizard04.xhp\n"
+"par_idN10553\n"
+"help.text"
+msgid "Enter a name for the table and specify whether you want to modify the table after the wizard is finished."
msgstr ""
-#: migrate_macros.xhp#hd_id0112200902353472.help.text
-msgid "<link href=\"text/shared/explorer/database/migrate_macros.xhp\">Migrate Macros</link>"
+#. f`Xf
+#: tablewizard04.xhp
+msgctxt ""
+"tablewizard04.xhp\n"
+"par_idN10556\n"
+"help.text"
+msgid "Table name"
+msgstr "ცხრილის სახელი"
+
+#. ;3dz
+#: tablewizard04.xhp
+msgctxt ""
+"tablewizard04.xhp\n"
+"par_idN1055A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the table name.</ahelp>"
msgstr ""
-#: migrate_macros.xhp#par_id0112200902353466.help.text
-msgid "<ahelp hid=\".\">The Database Document Macro Migration Wizard moves existing macros from sub-documents of an old Base file into the new Base file's macro storage area.</ahelp>"
+#. e=Gg
+#: tablewizard04.xhp
+msgctxt ""
+"tablewizard04.xhp\n"
+"par_idN105E4\n"
+"help.text"
+msgid "Catalog of the table"
msgstr ""
-#: migrate_macros.xhp#par_id0224200911454780.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Choose a location and file name to save the new database file. By default, the new file gets the same name as the old file, while the old file gets renamed with the string \"backup\" in the name.</ahelp>"
+#. FrU/
+#: tablewizard04.xhp
+msgctxt ""
+"tablewizard04.xhp\n"
+"par_idN105EA\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the catalog for the table. (Available only if the database supports catalogs)</ahelp>"
msgstr ""
-#: migrate_macros.xhp#par_id022420091145472.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">The list shows all changes that were applied to the database file.</ahelp>"
+#. Q][g
+#: tablewizard04.xhp
+msgctxt ""
+"tablewizard04.xhp\n"
+"par_idN10605\n"
+"help.text"
+msgid "Schema of the table"
msgstr ""
-#: migrate_macros.xhp#par_id0112200902353542.help.text
-msgid "Previously, macros have been allowed to reside only in the text sub-documents of forms and reports. Now macros can also be stored in the Base file itself. This means that macros in Base files can be called now from any of its sub-components: forms, reports, table design, query design, relation design, table data view."
+#. ]FIm
+#: tablewizard04.xhp
+msgctxt ""
+"tablewizard04.xhp\n"
+"par_idN1060B\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the schema for the table. (Available only if the database supports schemas)</ahelp>"
msgstr ""
-#: migrate_macros.xhp#par_id0112200903075865.help.text
-msgid "However, it is technically not possible to store macros both in a Base file and in its sub-documents at the same time. So, if you want to attach some new macros to the Base file, while retaining any existing old macros that were stored in the sub-documents, you must move the existing old macros up to the Base file's macro storage area. "
+#. T3n/
+#: tablewizard04.xhp
+msgctxt ""
+"tablewizard04.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "Modify the table design"
msgstr ""
-#: migrate_macros.xhp#par_id0112200903075830.help.text
-msgid "The Database Document Macro Migration Wizard can move the macros up into the Base file's storage area. You can then examine the macros and edit them as needed. "
+#. qM*U
+#: tablewizard04.xhp
+msgctxt ""
+"tablewizard04.xhp\n"
+"par_idN10561\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to save and edit the table design.</ahelp>"
msgstr ""
-#: migrate_macros.xhp#par_id0112200903075951.help.text
-msgid "For example, it is possible that macros from the sub-documents had the same module names and macro names. After you moved the macros into one common macro storage area, you must edit the macros to make the names unique. The wizard cannot do this."
+#. ;Rcf
+#: tablewizard04.xhp
+msgctxt ""
+"tablewizard04.xhp\n"
+"par_idN10564\n"
+"help.text"
+msgid "Insert data immediately"
msgstr ""
-#: migrate_macros.xhp#par_id0112200903075915.help.text
-msgid "The wizard can backup the Base file to another folder of your choice. The wizard changes the original Base file. The backup remains unchanged."
+#. -n(p
+#: tablewizard04.xhp
+msgctxt ""
+"tablewizard04.xhp\n"
+"par_idN10568\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to save the table design and open the table to enter data.</ahelp>"
msgstr ""
-#: migrate_macros.xhp#par_id0112200902353554.help.text
-msgid "<link href=\"http://wiki.documentfoundation.org/Macros_in_Database_Documents\">An in depth explanation by the developers (Wiki).</link>"
+#. z4AE
+#: tablewizard04.xhp
+msgctxt ""
+"tablewizard04.xhp\n"
+"par_idN1056B\n"
+"help.text"
+msgid "Create a form based on this table"
msgstr ""
-#: dabawiz02oracle.xhp#tit.help.text
-msgctxt "dabawiz02oracle.xhp#tit.help.text"
-msgid "Oracle Database Connection"
+#. qZn:
+#: tablewizard04.xhp
+msgctxt ""
+"tablewizard04.xhp\n"
+"par_idN1056F\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to create a form based on this table. The form is created on a text document with the last used settings of the <link href=\"text/shared/autopi/01090000.xhp\">Form Wizard</link>.</ahelp>"
msgstr ""
-#: dabawiz02oracle.xhp#bm_id5900753.help.text
-msgid "<bookmark_value>Oracle databases (base)</bookmark_value>"
+#. h1w+
+#: tablewizard04.xhp
+#, fuzzy
+msgctxt ""
+"tablewizard04.xhp\n"
+"par_idN10580\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/tablewizard00.xhp\" name=\"Table Wizard\">Table Wizard</link>"
+msgstr "<link href=\"text/shared/explorer/database/05010000.xhp\" name=\"Table Design\">ცხრილის დიზაინი</link>"
+
+#. ,cU3
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"tit\n"
+"help.text"
+msgid "%PRODUCTNAME Database"
msgstr ""
-#: dabawiz02oracle.xhp#par_idN105A4.help.text
-msgctxt "dabawiz02oracle.xhp#par_idN105A4.help.text"
-msgid "Oracle Database Connection"
+#. u-+]
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"bm_id8622089\n"
+"help.text"
+msgid "<bookmark_value>databases;main page (Base)</bookmark_value><bookmark_value>$[officename] Base data sources</bookmark_value><bookmark_value>data sources;$[officename] Base</bookmark_value>"
msgstr ""
-#: dabawiz02oracle.xhp#par_idN105A8.help.text
-msgid "<ahelp hid=\".\">Specifies the options to access an Oracle database.</ahelp>"
+#. [IZ)
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"par_idN10579\n"
+"help.text"
+msgid "<variable id=\"base\"><link href=\"text/shared/explorer/database/main.xhp\">Using Databases in %PRODUCTNAME Base</link></variable>"
msgstr ""
-#: dabawiz02oracle.xhp#par_idN105BD.help.text
-msgctxt "dabawiz02oracle.xhp#par_idN105BD.help.text"
-msgid "Oracle database"
+#. {UEa
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"par_idN107BD\n"
+"help.text"
+msgid "In %PRODUCTNAME Base, you can access data that is stored in a wide variety of database file formats. %PRODUCTNAME Base natively supports some flat file database formats, such as the dBASE format. You can also use %PRODUCTNAME Base to connect to external relational databases, such as databases from MySQL or Oracle."
msgstr ""
-#: dabawiz02oracle.xhp#par_idN105C1.help.text
-msgctxt "dabawiz02oracle.xhp#par_idN105C1.help.text"
-msgid "You can use a JDBC driver to access an Oracle database from Solaris or Linux. To access the database from Windows, you need an ODBC driver."
+#. :_.=
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"par_id5864131\n"
+"help.text"
+msgid "The following database types are read-only types in %PRODUCTNAME Base. From within %PRODUCTNAME Base it is not possible to change the database structure or to edit, insert, and delete database records for these database types:"
msgstr ""
-#: dabawiz02oracle.xhp#par_idN105D4.help.text
-msgid "On UNIX, ensure that the Oracle database client is installed with JDBC support. The JDBC driver class for the Solaris Oracle client version 8.x is located in the <Oracle client>/product/jdbc/lib/classes111.zip directory. You can also download the latest version of the driver from the Oracle web site:"
+#. =W\4
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"par_id8865016\n"
+"help.text"
+msgid "Spreadsheet files"
msgstr ""
-#: dabawiz02oracle.xhp#par_idN105D7.help.text
-msgctxt "dabawiz02oracle.xhp#par_idN105D7.help.text"
-msgid "http://otn.oracle.com/tech/java/sqlj_jdbc/content.html"
+#. V7+W
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"par_id3786736\n"
+"help.text"
+msgid "Text files"
msgstr ""
-#: dabawiz02oracle.xhp#par_idN105EA.help.text
-msgid "<ahelp hid=\".\">In the <emph>Data source URL</emph> box, enter the location of the Oracle database server. The syntax of the URL depends on the database type. See the documentation that came with the JDBC driver for more information.</ahelp>"
+#. 3YUR
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"par_id6747337\n"
+"help.text"
+msgid "Address book data"
msgstr ""
-#: dabawiz02oracle.xhp#par_idN105F1.help.text
-msgctxt "dabawiz02oracle.xhp#par_idN105F1.help.text"
-msgid "For an Oracle database, the syntax of the URL is:"
+#. `Qqi
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"par_idN107C0\n"
+"help.text"
+msgid "Using a Database in %PRODUCTNAME"
msgstr ""
-#: dabawiz02oracle.xhp#par_idN105F4.help.text
-msgctxt "dabawiz02oracle.xhp#par_idN105F4.help.text"
-msgid "oracle:thin:@hostname:port:database_name"
+#. ]A7R
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"par_idN10838\n"
+"help.text"
+msgid "To create a new database file, choose <emph>File - New - Database</emph>."
msgstr ""
-#: dabawiz02oracle.xhp#par_idN105FD.help.text
-msgctxt "dabawiz02oracle.xhp#par_idN105FD.help.text"
-msgid "hostname is the name of the machine that runs the Oracle database. You can also replace hostname with the IP address of the server."
+#. @692
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"par_idN1083B\n"
+"help.text"
+msgid "The <link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link> helps you to create a database file and to register a new database within %PRODUCTNAME."
msgstr ""
-#: dabawiz02oracle.xhp#par_idN10601.help.text
-msgctxt "dabawiz02oracle.xhp#par_idN10601.help.text"
-msgid "port is the port where the Oracle database listens. Ask your database administrator for the correct port address."
+#. q*ZE
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"par_idN107E7\n"
+"help.text"
+msgid "The database file contains queries, reports, and forms for the database as well as a link to the database where the records are stored. Formatting information is also stored in the database file."
msgstr ""
-#: dabawiz02oracle.xhp#par_idN10605.help.text
-msgctxt "dabawiz02oracle.xhp#par_idN10605.help.text"
-msgid "database_name is the name of the Oracle database. Ask your database administrator for the correct name."
+#. pC-y
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"par_idN1084A\n"
+"help.text"
+msgid "To open a database file, choose <emph>File - Open</emph>. In the <emph>File type</emph> list box, select to view only \"Database documents\". Select a database document and click <emph>Open</emph>."
msgstr ""
-#: dabawiz02oracle.xhp#par_idN10608.help.text
-msgctxt "dabawiz02oracle.xhp#par_idN10608.help.text"
-msgid "Name of the Oracle database"
+#. 6``i
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"par_idN1075F\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/guide/data_view.xhp#data_view\"/>"
msgstr ""
-#: dabawiz02oracle.xhp#par_idN1060C.help.text
-msgid "<ahelp hid=\".\">Enter the name of the Oracle database.</ahelp>"
-msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
+#. O(#W
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"par_idN10767\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/guide/data_register.xhp#data_register\"/>"
+msgstr ""
-#: dabawiz02oracle.xhp#par_idN1060F.help.text
-msgctxt "dabawiz02oracle.xhp#par_idN1060F.help.text"
-msgid "Server URL"
+#. v(3h
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"par_idN1076F\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/guide/data_new.xhp#data_new\"/>"
msgstr ""
-#: dabawiz02oracle.xhp#par_idN10613.help.text
-msgid "<ahelp hid=\".\">Enter the URL for the database server. </ahelp>"
-msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
+#. @2a-
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"par_idN10777\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/guide/data_tables.xhp#data_tables\"/>"
+msgstr ""
-#: dabawiz02oracle.xhp#par_idN10616.help.text
-msgctxt "dabawiz02oracle.xhp#par_idN10616.help.text"
-msgid "Port number"
+#. Pzv*
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"par_idN1077F\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/guide/data_queries.xhp#data_queries\"/>"
msgstr ""
-#: dabawiz02oracle.xhp#par_idN1061A.help.text
-msgid "<ahelp hid=\".\">Enter the port number for the database server.</ahelp>"
-msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
+#. lfDY
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"par_idN10787\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/guide/data_forms.xhp#data_forms\"/>"
+msgstr ""
-#: dabawiz02oracle.xhp#par_idN1061D.help.text
-msgid "Oracle JDBC Driver Class"
+#. c^DC
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"par_idN1078F\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/guide/data_reports.xhp#data_reports\"/>"
msgstr ""
-#: dabawiz02oracle.xhp#par_idN10621.help.text
-msgctxt "dabawiz02oracle.xhp#par_idN10621.help.text"
-msgid "<ahelp hid=\"HID_DSADMIN_DRIVERCLASS\">Enter the name of the JDBC driver.</ahelp>"
+#. -6yi
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"par_id1311990\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/guide/data_im_export.xhp#data_im_export\"/>"
msgstr ""
-#: dabawiz02oracle.xhp#par_idN10630.help.text
-msgctxt "dabawiz02oracle.xhp#par_idN10630.help.text"
-msgid "Test Class"
+#. {Cn*
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"par_idN10797\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/guide/database_main.xhp#database_main\"/>"
msgstr ""
-#: dabawiz02oracle.xhp#par_idN10634.help.text
-msgctxt "dabawiz02oracle.xhp#par_idN10634.help.text"
-msgid "<ahelp hid=\".\">Tests the connection with the current settings.</ahelp>"
+#. Bu\o
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"par_idN107AD\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/explorer/database/menubar.xhp#titletext\"/>"
msgstr ""
-#: dabawiz02oracle.xhp#par_idN10637.help.text
-msgctxt "dabawiz02oracle.xhp#par_idN10637.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz03auth.xhp\">Authentication</link>"
+#. MQDD
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"par_idN107BB\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/explorer/database/toolbars.xhp#toolbars\"/>"
msgstr ""
-#: dabawiz02oracle.xhp#par_idN10646.help.text
-msgctxt "dabawiz02oracle.xhp#par_idN10646.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>"
+#. EFE7
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"par_id6474806\n"
+"help.text"
+msgid "<link href=\"http://wiki.documentfoundation.org/Database\">Wiki page about Base</link>"
msgstr ""
-#: 04000000.xhp#tit.help.text
-msgctxt "04000000.xhp#tit.help.text"
-msgid "Forms"
+#. _bN\
+#: tablewizard03.xhp
+msgctxt ""
+"tablewizard03.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table Wizard - Set Primary Key"
msgstr ""
-#: 04000000.xhp#hd_id3150476.1.help.text
-msgid "<link href=\"text/shared/explorer/database/04000000.xhp\" name=\"Forms\">Forms</link>"
-msgstr "<link href=\"text/shared/explorer/database/04000000.xhp\" name=\"Forms\">ფორმები</link>"
+#. n`|0
+#: tablewizard03.xhp
+#, fuzzy
+msgctxt ""
+"tablewizard03.xhp\n"
+"par_idN10546\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/tablewizard03.xhp\">Table Wizard - Set Primary Key</link>"
+msgstr "<link href=\"text/shared/explorer/database/05010000.xhp\" name=\"Table Design\">ცხრილის დიზაინი</link>"
-#: 04000000.xhp#bm_id3156136.help.text
-msgid "<bookmark_value>forms; general information (Base)</bookmark_value>"
+#. :iW=
+#: tablewizard03.xhp
+msgctxt ""
+"tablewizard03.xhp\n"
+"par_idN10556\n"
+"help.text"
+msgid "Specifies a field in the table to be used as a primary key."
msgstr ""
-#: 04000000.xhp#par_id3156136.2.help.text
-msgid "Forms can be used to enter or to edit existing database contents easily."
-msgstr "ფორმები შეიძლება გამოყენებულ იქნას არსებული მონაცემთა ბაზის შიგთავსის მარტივი რედაქტირებისათვის"
+#. yz)M
+#: tablewizard03.xhp
+msgctxt ""
+"tablewizard03.xhp\n"
+"par_idN10559\n"
+"help.text"
+msgid "Create a primary key"
+msgstr "პირველადი გასაღების შექმნა"
-#: 04000000.xhp#hd_id3157910.12.help.text
-msgid "<link href=\"text/shared/autopi/01090000.xhp\" name=\"Form Wizard\">FormWizard</link>"
+#. 5}GO
+#: tablewizard03.xhp
+msgctxt ""
+"tablewizard03.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to create a primary key. Add a primary key to every database table to uniquely identify each record. For some database systems within %PRODUCTNAME, a primary key is mandatory for editing the tables.</ahelp>"
msgstr ""
-#: 04000000.xhp#hd_id3156003.14.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/02/01170000.xhp\" name=\"Form Controls\">Form Controls</link>"
+#. 1u2n
+#: tablewizard03.xhp
+msgctxt ""
+"tablewizard03.xhp\n"
+"par_idN10560\n"
+"help.text"
+msgid "Automatically add a primary key"
msgstr ""
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/02/01170000.xhp\" name=\"Form Controls\">ფორმის სამართავი ღილაკები</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/02/01170000.xhp\" name=\"Form Controls\">ფორმის კონტროლი</link>"
-
-#: 04000000.xhp#par_id3156156.23.help.text
-msgid "The Form Controls toolbar offers the tools required to create a form in a text, table, drawing, or presentation document."
-msgstr "ფორმის მართვების ხელსაწყოთა ზოლი გთავაზობთ ტექსტში, ცხრილში, ნახაზში ან პრეზენტაციის დოკუმენტში ფორმის შექმნისათვის საჭირო ხელსაწყოებს "
-
-#: 04000000.xhp#hd_id3155388.24.help.text
-msgid "<link href=\"text/shared/explorer/database/04030000.xhp\" name=\"Form in Design Mode\">Form in Design Mode</link>"
-msgstr "<link href=\"text/shared/explorer/database/04030000.xhp\" name=\"Form in Design Mode\">ფორმა დიზაინის რეჟიმში</link>"
-#: 04000000.xhp#par_id3150504.25.help.text
-msgid "In design mode, the form is designed and the properties of the form and the controls contained in it are defined."
-msgstr "დიზიანის რეჟიმში ხდება ფორმის თვისებების და მასში არსებული მართვების განსაზღვრა"
+#. ERT6
+#: tablewizard03.xhp
+msgctxt ""
+"tablewizard03.xhp\n"
+"par_idN10564\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to automatically add a primary key as an additional field.</ahelp>"
+msgstr ""
-#: 04000000.xhp#hd_id3149784.30.help.text
-msgid "<link href=\"text/shared/main0213.xhp\" name=\"Sorting and Filtering Data\">Sorting and Filtering Data</link>"
-msgstr "<link href=\"text/shared/main0213.xhp\" name=\"Sorting and Filtering Data\">მონაცემების დალაგება და გაფილტვრა</link>"
+#. I)\3
+#: tablewizard03.xhp
+msgctxt ""
+"tablewizard03.xhp\n"
+"par_idN10567\n"
+"help.text"
+msgid "Use an existing field as a primary key"
+msgstr ""
-#: 04000000.xhp#par_id3151384.28.help.text
-msgid "You will find the sorting and filter functions in the toolbar when you open a form in user mode."
-msgstr "დალაგებისა და გაფილტვრის ფუნქციების ნახვა შეგიძლიათ მომხმარებლის რეჟიმში ხელსაწყოთა ზოლის გახსნისას."
+#. @~gd
+#: tablewizard03.xhp
+msgctxt ""
+"tablewizard03.xhp\n"
+"par_idN1056B\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to use an existing field with unique values as a primary key.</ahelp>"
+msgstr ""
-#: 04000000.xhp#hd_id3148944.29.help.text
-msgid "<link href=\"text/shared/02/01170203.xhp\" name=\"Subforms\">Subforms</link>"
-msgstr "<link href=\"text/shared/02/01170203.xhp\" name=\"Subforms\">ქვეფორმები</link>"
+#. wU,k
+#: tablewizard03.xhp
+msgctxt ""
+"tablewizard03.xhp\n"
+"par_idN1056E\n"
+"help.text"
+msgid "Field name"
+msgstr "ველის სახელი"
-#: dabaadvprop.xhp#tit.help.text
-msgctxt "dabaadvprop.xhp#tit.help.text"
-msgid "Advanced Properties"
+#. 7puU
+#: tablewizard03.xhp
+msgctxt ""
+"tablewizard03.xhp\n"
+"par_idN10572\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the field name.</ahelp>"
msgstr ""
-#: dabaadvprop.xhp#par_idN10550.help.text
-msgid "<link href=\"text/shared/explorer/database/dabaadvprop.xhp\">Advanced Properties</link>"
+#. SM*F
+#: tablewizard03.xhp
+msgctxt ""
+"tablewizard03.xhp\n"
+"par_idN10575\n"
+"help.text"
+msgid "Auto value"
msgstr ""
-#: dabaadvprop.xhp#par_idN10560.help.text
-msgid "Specifies advanced properties for the database."
+#. 0S3-
+#: tablewizard03.xhp
+msgctxt ""
+"tablewizard03.xhp\n"
+"par_idN10579\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to automatically insert a value and increment the field's value for each new record. The database must support automatic incrementation in order to use the <emph>Auto value</emph> feature.</ahelp>"
msgstr ""
-#: dabaadvprop.xhp#par_id3998840.help.text
-msgctxt "dabaadvprop.xhp#par_id3998840.help.text"
-msgid "In a database window, choose <emph>Edit - Database - Properties</emph>, click <emph>Advanced Properties</emph> tab"
+#. *tw}
+#: tablewizard03.xhp
+msgctxt ""
+"tablewizard03.xhp\n"
+"par_idN1057C\n"
+"help.text"
+msgid "Define primary key by several fields"
msgstr ""
-#: rep_sort.xhp#tit.help.text
-msgid "Sorting and Grouping"
+#. 6*.L
+#: tablewizard03.xhp
+msgctxt ""
+"tablewizard03.xhp\n"
+"par_idN10580\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to create a primary key from a combination of several existing fields.</ahelp>"
msgstr ""
-#: rep_sort.xhp#hd_id3486434.help.text
-msgid "<variable id=\"rep_sort\"><link href=\"text/shared/explorer/database/rep_sort.xhp\">Sorting and Grouping</link></variable>"
+#. (08^
+#: tablewizard03.xhp
+msgctxt ""
+"tablewizard03.xhp\n"
+"par_idN10583\n"
+"help.text"
+msgid "Available fields"
msgstr ""
-#: rep_sort.xhp#par_id3068636.help.text
-msgid "<ahelp hid=\".\">In the Sorting and Grouping dialog of <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link>, you can define the fields that should be sorted in your report, and the fields that should be kept together to form a group.</ahelp> If you group your report by a certain field, all records with the same value of that field will be kept together in one group."
+#. X$ex
+#: tablewizard03.xhp
+msgctxt ""
+"tablewizard03.xhp\n"
+"par_idN10587\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select a field and click > to add it to the list of primary key fields.</ahelp>"
msgstr ""
-#: rep_sort.xhp#par_id876186.help.text
-msgid "The Groups box shows the fields in an order from top to bottom. You can select any field, then click the Move Up or Move Down button to move this field up or down in the list. "
+#. P,=c
+#: tablewizard03.xhp
+msgctxt ""
+"tablewizard03.xhp\n"
+"par_idN1059A\n"
+"help.text"
+msgid "Primary key fields"
msgstr ""
-#: rep_sort.xhp#par_id3939634.help.text
-msgid "The sorting and grouping will be applied in the order of the list from top to bottom."
+#. tak1
+#: tablewizard03.xhp
+msgctxt ""
+"tablewizard03.xhp\n"
+"par_idN1059E\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select a field and click < to remove it from the list of primary key fields. The primary key is created as a concatenation of the fields in this list, from top to bottom.</ahelp>"
msgstr ""
-#: rep_sort.xhp#par_id599688.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Lists the fields that will be used for sorting or grouping. The field at the top has the highest priority, the second field has the second priority, and so on.</ahelp>"
-msgstr ""
+#. haQj
+#: tablewizard03.xhp
+#, fuzzy
+msgctxt ""
+"tablewizard03.xhp\n"
+"par_idN105A1\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/tablewizard04.xhp\" name=\"Table Wizard - Create table\">Table Wizard - Create table</link>"
+msgstr "<link href=\"text/shared/explorer/database/05010000.xhp\" name=\"Table Design\">ცხრილის დიზაინი</link>"
-#: rep_sort.xhp#par_id1371501.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to open a list from which you can select a field.</ahelp>"
+#. WQH/
+#: tablewizard02.xhp
+msgctxt ""
+"tablewizard02.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table Wizard - Set Types and Formats"
msgstr ""
-#: rep_sort.xhp#par_id4661702.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Moves the selected field up in the list.</ahelp>"
+#. j;nz
+#: tablewizard02.xhp
+msgctxt ""
+"tablewizard02.xhp\n"
+"par_idN10552\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/tablewizard02.xhp\">Table Wizard - Set Types and Formats</link>"
msgstr ""
-#: rep_sort.xhp#par_id7868892.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Moves the selected field down in the list.</ahelp>"
+#. G3*r
+#: tablewizard02.xhp
+msgctxt ""
+"tablewizard02.xhp\n"
+"par_idN10562\n"
+"help.text"
+msgid "Specifies the field information for your selected fields."
msgstr ""
-#: rep_sort.xhp#par_id2188787.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the sorting order.</ahelp>"
+#. 7-Pb
+#: tablewizard02.xhp
+msgctxt ""
+"tablewizard02.xhp\n"
+"par_idN10565\n"
+"help.text"
+msgid "Selected fields"
msgstr ""
-#: rep_sort.xhp#par_id5833307.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select to show or hide the Group Header.</ahelp>"
+#. rVK,
+#: tablewizard02.xhp
+msgctxt ""
+"tablewizard02.xhp\n"
+"par_idN10569\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select a field in order to edit the field information.</ahelp>"
msgstr ""
-#: rep_sort.xhp#par_id7726676.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select to show or hide the Group Footer.</ahelp>"
+#. ;;)6
+#: tablewizard02.xhp
+msgctxt ""
+"tablewizard02.xhp\n"
+"par_idN10574\n"
+"help.text"
+msgid "-"
msgstr ""
-#: rep_sort.xhp#par_id3729361.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select to create a new group on each changed value, or on other properties.</ahelp>"
+#. $$ud
+#: tablewizard02.xhp
+msgctxt ""
+"tablewizard02.xhp\n"
+"par_idN10578\n"
+"help.text"
+msgid "<ahelp hid=\".\">Remove the selected field from the list box.</ahelp>"
msgstr ""
-#: rep_sort.xhp#par_id0409200922142041.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Removes the selected field from the list.</ahelp>"
+#. \e5V
+#: tablewizard02.xhp
+msgctxt ""
+"tablewizard02.xhp\n"
+"par_idN1057B\n"
+"help.text"
+msgid "+"
msgstr ""
-#: rep_sort.xhp#par_id3405560.help.text
-msgid "By default a new group is created on every changed value of a record from the selected field. You can change this property depending on the type of field:"
+#. ^k$,
+#: tablewizard02.xhp
+msgctxt ""
+"tablewizard02.xhp\n"
+"par_idN1057F\n"
+"help.text"
+msgid "<ahelp hid=\".\">Add a new data field to the list box.</ahelp>"
msgstr ""
-#: rep_sort.xhp#par_id3409527.help.text
-msgid "For fields of type Text, you can select Prefix Characters and enter a number n of characters in the text box below. The records which are identical in the first n characters will be grouped together."
+#. 33Sf
+#: tablewizard02.xhp
+msgctxt ""
+"tablewizard02.xhp\n"
+"par_idN10582\n"
+"help.text"
+msgid "Field information"
msgstr ""
-#: rep_sort.xhp#par_id7112338.help.text
-msgid "For fields of type Date/Time, you can group the records by the same year, quarter, month, week, day, hour, or minute. You can additionally specify an interval for weeks and hours: 2 weeks groups data in biweekly groups, 12 hours groups data in half-day groups."
+#. \.fS
+#: tablewizard02.xhp
+msgctxt ""
+"tablewizard02.xhp\n"
+"par_idN10586\n"
+"help.text"
+msgid "Field name"
+msgstr "ველის სახელი"
+
+#. T%#^
+#: tablewizard02.xhp
+#, fuzzy
+msgctxt ""
+"tablewizard02.xhp\n"
+"par_idN1058A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays the name of the selected data field. If you want, you can enter a new name.</ahelp>"
+msgstr "<ahelp hid=\"HID_TAB_ENT_COLUMNNAME\">აჩვენებს მონიშნული მონაცემთა ველის სახელს. თუ გსურთ, შეგიძლიათ შეიტანოთ ახალი სახელი.</ahelp>"
+
+#. Lb8e
+#: tablewizard02.xhp
+msgctxt ""
+"tablewizard02.xhp\n"
+"par_idN1058D\n"
+"help.text"
+msgid "Field type"
msgstr ""
-#: rep_sort.xhp#par_id2855616.help.text
-msgid "For fields of type AutoNumber, Currency, or Number, you specify an interval."
+#. o#(M
+#: tablewizard02.xhp
+msgctxt ""
+"tablewizard02.xhp\n"
+"par_idN10591\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select a field type.</ahelp>"
msgstr ""
-#: rep_sort.xhp#par_id7700430.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the group interval value that records are grouped by.</ahelp>"
+#. j%MM
+#: tablewizard02.xhp
+msgctxt ""
+"tablewizard02.xhp\n"
+"hd_id5486922\n"
+"help.text"
+msgid "AutoValue"
msgstr ""
-#: rep_sort.xhp#par_id1180455.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the level of detail by which a group is kept together on the same page.</ahelp>"
+#. 7YhZ
+#: tablewizard02.xhp
+msgctxt ""
+"tablewizard02.xhp\n"
+"par_id4198736\n"
+"help.text"
+msgid "<ahelp hid=\".\">If set to Yes, the values for this data field are generated by the database engine.</ahelp>"
msgstr ""
-#: rep_sort.xhp#par_id2091433.help.text
-msgid "When you specify to keep together some records on the same page, you have three choices:"
+#. M`6U
+#: tablewizard02.xhp
+msgctxt ""
+"tablewizard02.xhp\n"
+"par_idN106A0\n"
+"help.text"
+msgid "Entry required"
msgstr ""
-#: rep_sort.xhp#par_id5092318.help.text
-msgid "No - page boundaries are not taken into account."
+#. J8(H
+#: tablewizard02.xhp
+msgctxt ""
+"tablewizard02.xhp\n"
+"par_idN106A6\n"
+"help.text"
+msgid "<ahelp hid=\".\">If set to Yes, this field must not be empty.</ahelp>"
msgstr ""
-#: rep_sort.xhp#par_id9312417.help.text
-msgid "Whole Group - prints the group header, detail section, and group footer on the same page."
+#. 8]b8
+#: tablewizard02.xhp
+msgctxt ""
+"tablewizard02.xhp\n"
+"par_idN10594\n"
+"help.text"
+msgid "Length"
msgstr ""
-#: rep_sort.xhp#par_id9089022.help.text
-msgid "With First Detail - prints the group header on a page only if the first detail record also can be printed on the same page."
+#. x+=:
+#: tablewizard02.xhp
+#, fuzzy
+msgctxt ""
+"tablewizard02.xhp\n"
+"par_idN10598\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the number of characters for the data field.</ahelp>"
+msgstr "<ahelp hid=\"HID_TAB_ENT_LEN\">შეიტანეთ სიმბოლოთა ოდენობა მონაცემთა ველისთვის.</ahelp>"
+
+#. $m]C
+#: tablewizard02.xhp
+msgctxt ""
+"tablewizard02.xhp\n"
+"par_idN1059B\n"
+"help.text"
+msgid "Decimal places"
msgstr ""
-#: querywizard00.xhp#tit.help.text
-msgid "Query Wizard"
+#. dZQA
+#: tablewizard02.xhp
+msgctxt ""
+"tablewizard02.xhp\n"
+"par_idN1059F\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the number of decimal places for the data field. This option is only available for numerical or decimal data fields.</ahelp>"
msgstr ""
-#: querywizard00.xhp#par_idN1054C.help.text
-msgid "<link href=\"text/shared/explorer/database/querywizard00.xhp\">Query Wizard</link>"
+#. Y3[}
+#: tablewizard02.xhp
+msgctxt ""
+"tablewizard02.xhp\n"
+"par_idN105A2\n"
+"help.text"
+msgid "Default value"
msgstr ""
-#: querywizard00.xhp#par_idN1055C.help.text
-msgid "<ahelp hid=\".\">The Query Wizard helps you to design a database query.</ahelp> The saved query can be called later, either from the graphical user interface, or using the automatically created SQL language command."
+#. Vk~W
+#: tablewizard02.xhp
+msgctxt ""
+"tablewizard02.xhp\n"
+"par_idN105A6\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the default value for a Yes/No field.</ahelp>"
msgstr ""
-#: querywizard00.xhp#par_idN105D2.help.text
-msgid "<link href=\"text/shared/explorer/database/querywizard01.xhp\" name=\"Query Wizard - Field Selection\">Query Wizard - Field selection</link>"
+#. .aj0
+#: tablewizard02.xhp
+msgctxt ""
+"tablewizard02.xhp\n"
+"par_idN10730\n"
+"help.text"
+msgid "Auto-increment statement"
msgstr ""
-#: dabawiz02access.xhp#tit.help.text
-msgid "Microsoft Access Connection"
+#. h,ii
+#: tablewizard02.xhp
+msgctxt ""
+"tablewizard02.xhp\n"
+"par_id6706747\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the SQL command specifier that instructs the data source to auto-increment a specified Integer data field.</ahelp> For example, the following MySQL statement used the AUTO_INCREMENT statement to increase the \"id\" field each time the statement creates a data field:"
msgstr ""
-#: dabawiz02access.xhp#bm_id2755516.help.text
-msgid "<bookmark_value>Access databases (base)</bookmark_value><bookmark_value>Microsoft Office;Access databases (base)</bookmark_value>"
+#. /Sph
+#: tablewizard02.xhp
+msgctxt ""
+"tablewizard02.xhp\n"
+"par_id8946501\n"
+"help.text"
+msgid "CREATE TABLE \"table1\" (\"id\" INTEGER AUTO_INCREMENT)"
msgstr ""
-#: dabawiz02access.xhp#par_idN1053D.help.text
-msgid "<variable id=\"access\"><link href=\"text/shared/explorer/database/dabawiz02access.xhp\">Microsoft Access Connection</link></variable>"
+#. BIa$
+#: tablewizard02.xhp
+msgctxt ""
+"tablewizard02.xhp\n"
+"par_id4846949\n"
+"help.text"
+msgid "For this example, you must enter AUTO_INCREMENT into the Auto-increment statement box."
msgstr ""
-#: dabawiz02access.xhp#par_idN10541.help.text
-msgid "<ahelp hid=\".\">Specifies the settings for importing a database file in Microsoft Access or Access 2007 format.</ahelp>"
+#. +kKS
+#: tablewizard02.xhp
+msgctxt ""
+"tablewizard02.xhp\n"
+"par_idN105A9\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/tablewizard03.xhp\" name=\"Table Wizard - Set primary key\">Table Wizard - Set primary key</link>"
msgstr ""
-#: dabawiz02access.xhp#par_id1142772.help.text
-msgid "See also the English Wiki page <link href=\"http://wiki.documentfoundation.org/MSA-Base_Faq\">http://wiki.documentfoundation.org/MSA-Base_Faq</link>."
+#. Glc#
+#: password.xhp
+msgctxt ""
+"password.xhp\n"
+"tit\n"
+"help.text"
+msgid "User Name and Password Required"
msgstr ""
-#: dabawiz02access.xhp#par_idN10544.help.text
-msgctxt "dabawiz02access.xhp#par_idN10544.help.text"
-msgid "Microsoft Access database file"
+#. )ZZ?
+#: password.xhp
+msgctxt ""
+"password.xhp\n"
+"par_idN10541\n"
+"help.text"
+msgid "User Name and Password Required"
msgstr ""
-#: dabawiz02access.xhp#par_idN10548.help.text
-msgid "<ahelp hid=\".\">Specifies the path to the database file.</ahelp>"
+#. 7_ZL
+#: password.xhp
+msgctxt ""
+"password.xhp\n"
+"par_idN1054D\n"
+"help.text"
+msgid "User name"
+msgstr "მომხმარებლის სახელი"
+
+#. M3:p
+#: password.xhp
+msgctxt ""
+"password.xhp\n"
+"par_idN10551\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the user name to connect to the data source.</ahelp>"
msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: dabawiz02access.xhp#par_idN1054B.help.text
-msgctxt "dabawiz02access.xhp#par_idN1054B.help.text"
-msgid "Browse"
+#. #WCJ
+#: password.xhp
+msgctxt ""
+"password.xhp\n"
+"par_idN10568\n"
+"help.text"
+msgid "Password"
msgstr ""
-#: dabawiz02access.xhp#par_idN1054F.help.text
-msgctxt "dabawiz02access.xhp#par_idN1054F.help.text"
-msgid "<ahelp hid=\".\">Click to open a file selection dialog.</ahelp>"
-msgstr ""
+#. p!B$
+#: password.xhp
+msgctxt ""
+"password.xhp\n"
+"par_idN1056C\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the password to connect to the data source.</ahelp>"
+msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: dabawiz02access.xhp#par_idN10552.help.text
-msgctxt "dabawiz02access.xhp#par_idN10552.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>"
+#. /IG=
+#: password.xhp
+msgctxt ""
+"password.xhp\n"
+"par_idN10583\n"
+"help.text"
+msgid "Remember password till end of session"
msgstr ""
-#: querywizard04.xhp#tit.help.text
-msgid "Query Wizard - Detail or Summary"
+#. ~Py2
+#: password.xhp
+msgctxt ""
+"password.xhp\n"
+"par_idN10587\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to use the same user name and password without further dialog, when you connect again to the same data source in the current %PRODUCTNAME session.</ahelp>"
msgstr ""
-#: querywizard04.xhp#par_idN10543.help.text
-msgid "<link href=\"text/shared/explorer/database/querywizard04.xhp\">Query Wizard - Detail or Summary</link>"
+#. T(s`
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table Design"
msgstr ""
-#: querywizard04.xhp#par_idN10553.help.text
-msgid "Specifies whether to display all records of the query, or only the results of aggregate functions. "
-msgstr ""
+#. Lj,w
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"hd_id3154228\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/05010000.xhp\" name=\"Table Design\">Table Design</link>"
+msgstr "<link href=\"text/shared/explorer/database/05010000.xhp\" name=\"Table Design\">ცხრილის დიზაინი</link>"
-#: querywizard04.xhp#par_idN10556.help.text
-msgid "This page is only displayed when there are numerical fields in the query that allow the use of aggregate functions."
-msgstr ""
+#. 4862
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"par_id3152363\n"
+"2\n"
+"help.text"
+msgid "In the <emph>Table Design</emph> window you define new tables or edit the structure of a table."
+msgstr "<emph>ცხრილის დიზაინის</emph> ფანჯარაში თქვენ არედაქტირებთ ახალ ცხრილებს ან ცხრილის სტრუქტურას."
-#: querywizard04.xhp#par_idN10559.help.text
-msgid "Detailed query"
-msgstr ""
+#. uCvm
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"par_id3146957\n"
+"3\n"
+"help.text"
+msgid "The window has its own menu bar. It also contains the following new command: <link href=\"text/shared/explorer/database/05010100.xhp\" name=\"Index Design\"><emph>Index Design</emph></link>"
+msgstr "ფანჯარას საკუთარი მენიუს ზოლი აქვს. ის ასევე შეიცავს შემდეგ ახალ ბრძანებას: <link href=\"text/shared/explorer/database/05010100.xhp\" name=\"Index Design\"><emph>ინდექსის დიზაინი</emph></link>"
-#: querywizard04.xhp#par_idN105BD.help.text
-msgid "<ahelp hid=\".\">Select to show all records of the query.</ahelp>"
-msgstr ""
+#. #_ii
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"hd_id3152551\n"
+"4\n"
+"help.text"
+msgid "Table definition area"
+msgstr "ცხრილის განსაზღვრის არე"
-#: querywizard04.xhp#par_idN105C2.help.text
-msgid "Summary query"
-msgstr ""
+#. !WQV
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"par_id3153681\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TABDESIGN_BACKGROUND\">This area is where you define the table structure.</ahelp>"
+msgstr "<ahelp hid=\"HID_TABDESIGN_BACKGROUND\">ეს არე საშუალებას გაძლევთ განსაზღვროთ ცხრილის სტრუქტურა</ahelp>"
-#: querywizard04.xhp#par_idN105C8.help.text
-msgid "<ahelp hid=\".\">Select to show only results of aggregate functions.</ahelp>"
-msgstr ""
+#. h-qt
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"hd_id3153031\n"
+"6\n"
+"help.text"
+msgid "Field Name"
+msgstr "ველის სახელი"
-#: querywizard04.xhp#par_idN105D7.help.text
-msgid "Select the aggregate function and the field name of the numeric field in the list box. You can enter as many aggregate functions as you want, one in each row of controls."
-msgstr ""
+#. *1n,
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"par_id3156113\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TABDESIGN_NAMECELL\">Specifies the name of the data field. Note the database restrictions, such as the length of the name, special characters and spaces.</ahelp>"
+msgstr "<ahelp hid=\"HID_TABDESIGN_NAMECELL\">აკონკრეტებს მონაცემთა ველის სახელს. გაითვალისწინეთ მონაცემთა ბაზის შეზღუდვები, როგორიცაა სახელის სიგრძე, სიმბოლოები და ჰარები.</ahelp>"
-#: querywizard04.xhp#par_idN1055D.help.text
-msgid "Aggregate function"
+#. ^%FO
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"hd_id3147618\n"
+"8\n"
+"help.text"
+msgid "Field type"
msgstr ""
-#: querywizard04.xhp#par_idN105E4.help.text
-msgid "<ahelp hid=\".\">Select the aggregate function.</ahelp>"
+#. Z@c0
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"par_id3154897\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TABDESIGN_TYPECELL\">Specifies the field type.</ahelp>"
+msgstr "<ahelp hid=\"HID_TABDESIGN_TYPECELL\">აკონკრეტებს ველის ტიპს.</ahelp>"
+
+#. ;F,f
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"hd_id3156119\n"
+"10\n"
+"help.text"
+msgid "Description"
msgstr ""
-#: querywizard04.xhp#par_idN105DD.help.text
-msgctxt "querywizard04.xhp#par_idN105DD.help.text"
-msgid "Field name"
-msgstr "ველის სახელი"
+#. 53X7
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"par_id3145315\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TABDESIGN_COMMENTCELL\">Specifies an optional description.</ahelp>"
+msgstr "<ahelp hid=\"HID_TABDESIGN_COMMENTCELL\">აკონკრეტებს არასავალდებულო აღწერას.</ahelp>"
-#: querywizard04.xhp#par_idN10656.help.text
-msgid "<ahelp hid=\".\">Select the numeric field name.</ahelp>"
-msgstr ""
+#. IQr=
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"par_id3155630\n"
+"12\n"
+"help.text"
+msgid "The row headers contain the following context menu commands:"
+msgstr "სტრიქონთა ჰედერები შეიცავს კონტექსტური მენიუს შემდეგ ბრძანებებს:"
-#: querywizard04.xhp#par_idN105E7.help.text
-msgctxt "querywizard04.xhp#par_idN105E7.help.text"
-msgid "+"
-msgstr ""
+#. EWjb
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"hd_id3156330\n"
+"13\n"
+"help.text"
+msgid "Cut"
+msgstr "ამოჭრა"
-#: querywizard04.xhp#par_idN105FE.help.text
-msgid "<ahelp hid=\".\">Appends a new row of controls.</ahelp>"
-msgstr ""
+#. -5Xa
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"par_id3159157\n"
+"14\n"
+"help.text"
+msgid "Cuts the selected row to the clipboard."
+msgstr "მონიშნული სტრიქონის ამოჭრა და გაცვლით ბუმერში გადატანა"
-#: querywizard04.xhp#par_idN105F1.help.text
-msgctxt "querywizard04.xhp#par_idN105F1.help.text"
-msgid "-"
+#. rLT|
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"hd_id3159177\n"
+"15\n"
+"help.text"
+msgid "Copy"
msgstr ""
-#: querywizard04.xhp#par_idN1060B.help.text
-msgid "<ahelp hid=\".\">Removes the last row of controls.</ahelp>"
+#. h/tq
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"par_id3148685\n"
+"16\n"
+"help.text"
+msgid "Copies the selected row to the clipboard."
+msgstr "მონიშნული სტრიქონის კოპირება გაცვლით ბუმერში"
+
+#. CB=z
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"hd_id3156327\n"
+"17\n"
+"help.text"
+msgid "Paste"
msgstr ""
-#: querywizard04.xhp#par_idN1060E.help.text
-msgid "<link href=\"text/shared/explorer/database/querywizard05.xhp\" name=\"Query Wizard - Grouping\">Query Wizard - Grouping</link>"
-msgstr ""
+#. |Z-2
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"par_id3152472\n"
+"18\n"
+"help.text"
+msgid "Pastes the content of the clipboard."
+msgstr "გაცვლითი ბუფერის შიგთავსის ჩასმა"
-#: 11150200.xhp#tit.help.text
-msgctxt "11150200.xhp#tit.help.text"
-msgid "User settings"
+#. ?J=Q
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"hd_id3144511\n"
+"19\n"
+"help.text"
+msgid "Delete"
msgstr ""
-#: 11150200.xhp#hd_id3153255.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/explorer/database/11150200.xhp\" name=\"User settings\">User settings</link>"
-msgstr "<link href=\"text/shared/explorer/database/02000000.xhp\" name=\"Queries\">მოთხოვნები</link>"
+#. 7+W$
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"par_id3148550\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Delete\">Deletes the selected row.</ahelp>"
+msgstr "<ahelp hid=\".uno:Delete\">შლის მონიშნულ სტრიქონს</ahelp>"
-#: 11150200.xhp#par_id3153539.2.help.text
-msgid "<ahelp hid=\".\">Manages user data for accessing Adabas or ADO databases.</ahelp>"
-msgstr ""
+#. O0s0
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"hd_id3147303\n"
+"21\n"
+"help.text"
+msgid "Insert Rows"
+msgstr "სტრიქონების ჩასმა"
-#: 11150200.xhp#hd_id3154751.4.help.text
-msgid "User selection"
-msgstr "მომხმარებლის შერჩევა"
+#. jgf1
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"par_id3149456\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SID_TABLEDESIGN_INSERTROWS\">Inserts an empty row above the current row, if the table has not been saved. Inserts an empty row at the end of the table if the table has been saved.</ahelp>"
+msgstr "<ahelp hid=\"SID_TABLEDESIGN_INSERTROWS\">თუ ცხრილი არ იყო შენახული, მიმდინარე რიგის ზემოთ სვამს ცარიელ რიგს. თუ ცხრილის იყო შენახული, ცარიელ რიგს სვამს ცხრუილის ბოლოს.</ahelp>"
-#: 11150200.xhp#hd_id3153312.5.help.text
-msgctxt "11150200.xhp#hd_id3153312.5.help.text"
-msgid "User"
-msgstr ""
+#. 6hGe
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"hd_id3153524\n"
+"23\n"
+"help.text"
+msgid "Primary Key"
+msgstr "ძირითადი გასაღები"
-#: 11150200.xhp#par_id3154288.6.help.text
-msgid "<ahelp hid=\"HID_TAB_PAGE_LBUSER\">Select the user whose settings you want to modify.</ahelp>"
-msgstr ""
+#. K0VZ
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"par_id3150398\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SID_TABLEDESIGN_TABED_PRIMARYKEY\">If this command has a check mark, the data field in this line is a primary key.</ahelp> By clicking the command you activate/deactivate the status. The command is only visible if the data source supports primary keys."
+msgstr "<ahelp hid=\"SID_TABLEDESIGN_TABED_PRIMARYKEY\">თუ ამ ბრძანებას მონიშნული აქვს თოლია, მონაცემთა ველი ამ ხაზში წარმოადგენს ძირითად გასაღებს. </ahelp> სტატუსის აქტივირება/დეაქტივირება ხდება ბრძანებაზე დაწკაპუნებით. ბრძანება ხილულია მხოლოდ იმ შემთხვევაში, თუ მონაცემთა წყაროს აქვს ძირითადი გასაღების პროგრამული მხარდაჭერა."
-#: 11150200.xhp#hd_id3154824.7.help.text
-msgid "Add user"
-msgstr ""
+#. CQsI
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"hd_id3153104\n"
+"25\n"
+"help.text"
+msgid "Field properties"
+msgstr "ველის თვისებები"
-#: 11150200.xhp#par_id3149095.8.help.text
-msgid "<ahelp hid=\"HID_TAB_PAGE_PBUSER\">Adds a new user for accessing the selected database.</ahelp>"
-msgstr ""
+#. Y%#O
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"par_id3148922\n"
+"26\n"
+"help.text"
+msgid "Defines the field properties of the currently selected field."
+msgstr "მონიშნული ველის თვისებების განსაზღვა"
-#: 11150200.xhp#hd_id3150355.9.help.text
-msgctxt "11150200.xhp#hd_id3150355.9.help.text"
-msgid "Change password"
+#. .i^3
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"hd_id3150767\n"
+"27\n"
+"help.text"
+msgid "Length"
msgstr ""
-#: 11150200.xhp#par_id3147209.10.help.text
-msgid "<ahelp hid=\"HID_TAB_PAGE_PBCHGPWD\">Changes the current user password for accessing the database.</ahelp>"
-msgstr ""
+#. [:{M
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"par_id3144761\n"
+"28\n"
+"help.text"
+msgid "Specifies the length of the data field."
+msgstr "მონაცემთა ველის სიგრძის განსაზღვრა"
-#: 11150200.xhp#hd_id3163662.11.help.text
-msgctxt "11150200.xhp#hd_id3163662.11.help.text"
-msgid "Delete user"
+#. j~iG
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"hd_id3154948\n"
+"29\n"
+"help.text"
+msgid "Decimal places"
msgstr ""
-#: 11150200.xhp#par_id3156327.12.help.text
-msgid "<ahelp hid=\"HID_TAB_PAGE_PBUSERDELETE\">Removes the selected user.</ahelp>"
-msgstr ""
+#. U0L8
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"par_id3149203\n"
+"30\n"
+"help.text"
+msgid "Specifies the number of decimal places for a numerical field or decimal field."
+msgstr "აკონკრეტებს ათობითი წერტილის ადგილს რიცხობრივი ველის ან ათობითი ველისთვის."
-#: 11150200.xhp#hd_id3149166.13.help.text
-msgid "Access rights for selected user."
+#. Ws`@
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"hd_id3156422\n"
+"31\n"
+"help.text"
+msgid "Default value"
msgstr ""
-#: 11150200.xhp#par_id3155136.14.help.text
-msgid "<ahelp hid=\"HID_TAB_PAGE_TBLGRANTS\">Displays and lets you edit the database access rights for the selected user.</ahelp>"
-msgstr ""
+#. Hs^#
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"par_id3125863\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TAB_ENT_DEFAULT\">Specifies the value that is the default in new data records.</ahelp>"
+msgstr "<ahelp hid=\"HID_TAB_ENT_DEFAULT\">აკონკრეტებს მნიშვნელობას, რომელიც ნაგულისხმევია მონაცემთა ახალ ჩანაწერებში.</ahelp>"
-#: 11150200.xhp#par_id3159157.3.help.text
-msgid "<link href=\"text/shared/explorer/database/30000000.xhp\" name=\"Adabas D database format\">Adabas D database format</link>"
+#. a3op
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"hd_id3147289\n"
+"33\n"
+"help.text"
+msgid "Format example"
+msgstr "ფორმატის ნიმუში"
+
+#. c@wn
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"par_id3155131\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TAB_ENT_FORMAT_SAMPLE\">Displays the format code that you can select with the<emph> ... </emph>button.</ahelp>"
+msgstr "<ahelp hid=\"HID_TAB_ENT_FORMAT_SAMPLE\">აჩვენებს ფორმატის კოდს, რომლის მონიშვნაც შესაძლებელია<emph> ... </emph>ღილაკის</ahelp>მეშვეობით."
+
+#. La+B
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"hd_id3154129\n"
+"35\n"
+"help.text"
+msgid "..."
msgstr ""
-#: rep_main.xhp#tit.help.text
-msgid "Report Builder"
+#. :U(W
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"par_id3154146\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TAB_ENT_FORMAT\">This button opens the <link href=\"text/shared/01/05340405.xhp\" name=\"Field Format\"><emph>Field Format</emph></link> dialog.</ahelp>"
+msgstr "<ahelp hid=\"HID_TAB_ENT_FORMAT\">ეს ღილაკი ხსნის <link href=\"text/shared/01/05340405.xhp\" name=\"Field Format\"><emph>ველის ფორმატის</emph></link> დიალოგურ ფანჯარას.</ahelp>"
+
+#. l)7=
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"hd_id3152576\n"
+"37\n"
+"help.text"
+msgid "Help area"
+msgstr "დახმარების არე"
+
+#. W^Ca
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"par_id3150685\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TABLE_DESIGN_HELP_WINDOW\">Displays help texts.</ahelp>"
+msgstr "<ahelp hid=\"HID_TABLE_DESIGN_HELP_WINDOW\">აჩვენებს დამხარების ტექსტებს.</ahelp>"
+
+#. Mri(
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Index design"
+msgstr "ინდექსის დიზაინი"
+
+#. b2(?
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"hd_id3153311\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/05010100.xhp\" name=\"Index design\">Index design</link>"
+msgstr "<link href=\"text/shared/explorer/database/05010100.xhp\" name=\"Index design\">ინდექსის დიზაინიn</link>"
+
+#. S11/
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"par_id3166460\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DBIndexDesign\">The <emph>Index Design </emph>dialog allows you edit the indexes for the current table.</ahelp>"
+msgstr "<ahelp visibility=\"visible\" hid=\".uno:DBIndexDesign\"> <emph>ინდექსის დიზაინის</emph>დიალოგური ფანჯარა საშუალებას გაძლევთ დაარედაქტიროთ ინდექსები მიმდინარე ცხრილში.</ahelp>"
+
+#. @qsx
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"hd_id3149578\n"
+"3\n"
+"help.text"
+msgid "Index list"
+msgstr "ინდექსების ჩამონათვალი"
+
+#. WI}C
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"par_id3155342\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGIDX_INDEXLIST\">Displays the available indexes. Select an index from the list to edit. The details of the selected index are displayed in the dialog.</ahelp>"
msgstr ""
-#: rep_main.xhp#bm_id1614429.help.text
+#. Rr(N
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"hd_id3149795\n"
+"5\n"
+"help.text"
+msgid "New Index"
+msgstr "ახალი ინდექსი"
+
+#. ,4j(
+#: 05010100.xhp
#, fuzzy
-msgid "<bookmark_value>Report Builder</bookmark_value><bookmark_value>Oracle Report Builder</bookmark_value>"
-msgstr "<bookmark_value>ბრძანებათა გამეორება</bookmark_value><bookmark_value>ბრძანებათა გამეორება</bookmark_value>"
+msgctxt ""
+"05010100.xhp\n"
+"par_id3150085\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGIDX_NEWINDEX\">Creates a new index.</ahelp>"
+msgstr "<ahelp hid=\"HID_DLGIDX_DROPINDEX\" visibility=\"visible\">შლის მიმდინარე ინდექსს.</ahelp>"
-#: rep_main.xhp#hd_id8773155.help.text
-msgid "<variable id=\"rep_main\"><link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link></variable>"
-msgstr ""
+#. XAur
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"hd_id3145317\n"
+"7\n"
+"help.text"
+msgid "Delete Current Index"
+msgstr "მიმდინარე ინდექსის წაშლა"
-#: rep_main.xhp#par_id5248573.help.text
-msgid "The Report Builder is a tool to create your own database reports. Unlike with the <link href=\"text/shared/autopi/01100000.xhp\">Report Wizard</link>, using the Report Builder you can take control to design the report the way you want. The generated report is a Writer document that you can edit, too."
-msgstr ""
+#. 8gKM
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"par_id3154860\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGIDX_DROPINDEX\">Deletes the current index.</ahelp>"
+msgstr "<ahelp hid=\"HID_DLGIDX_DROPINDEX\" visibility=\"visible\">შლის მიმდინარე ინდექსს.</ahelp>"
-#: rep_main.xhp#par_id7128818.help.text
-msgid "To use the Report Builder, the Report Builder extension must be installed. In addition, the Java Runtime Environment (JRE) software must be installed, and this software must be selected in %PRODUCTNAME."
-msgstr ""
+#. Xb4`
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"hd_id3150986\n"
+"9\n"
+"help.text"
+msgid "Rename Current Index"
+msgstr "მიმდინარე ინდექსისთვის სახელის გადარქმევა"
-#: rep_main.xhp#hd_id3753776.help.text
-msgid "To Install the Report Builder Extension"
-msgstr ""
+#. BM$)
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"par_id3148685\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGIDX_RENAMEINDEX\">Renames the current index.</ahelp>"
+msgstr "<ahelp hid=\"HID_DLGIDX_RENAMEINDEX\" visibility=\"visible\">მიმდინარე ინდექსისთვის სახელის გადარქმევა.</ahelp>"
-#: rep_main.xhp#par_id5284279.help.text
-msgid "Choose Tools - Extension Manager to open the <link href=\"text/shared/01/packagemanager.xhp\">Extension Manager</link>."
-msgstr ""
+#. Y)+)
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"hd_id3153628\n"
+"11\n"
+"help.text"
+msgid "Save Current Index"
+msgstr "მიმდინარე ინდექსის შენახვა"
-#: rep_main.xhp#par_id4494766.help.text
-msgid "If you see the Report Builder in the Extension Manager list, then you do not need to install the extension. Else click the link \"Get more extensions here\". This opens your web browser at the address <link href=\"http://extensions.libreoffice.org\">http://extensions.libreoffice.org</link> and shows a list of available extensions."
-msgstr ""
+#. UD5|
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"par_id3148563\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGIDX_SAVEINDEX\">Saves the current index in the data source.</ahelp>"
+msgstr "<ahelp hid=\"HID_DLGIDX_SAVEINDEX\" visibility=\"visible\">მიმდინარე ინდექსს.მონაცემთა წყაროში ინახავას </ahelp>"
-#: rep_main.xhp#par_id7858516.help.text
-msgid "Find the Report Builder extension. Click at the icon or the \"click here\" text link. This opens the download page for the extension."
-msgstr ""
+#. KLlJ
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"hd_id3154924\n"
+"13\n"
+"help.text"
+msgid "Reset Current Index"
+msgstr "მიმდინარე ინდექსის ჩამოყრა"
-#: rep_main.xhp#par_id973540.help.text
-msgid "Click the \"Get it!\" icon. The extension file will be downloaded to your computer."
-msgstr ""
+#. #cWL
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"par_id3154758\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGIDX_RESETINDEX\">Resets the current index to the setting that it had when the dialog was started.</ahelp>"
+msgstr "<ahelp hid=\"HID_DLGIDX_RESETINDEX\" visibility=\"visible\">მიმდინარე ინდექსს აყენებს იმ პარამეტრებზე, რომელიც მას ჰქონდა დიალოგის დაწყების მომენტისთვის.</ahelp>"
-#: rep_main.xhp#par_id4680928.help.text
-msgid "Switch back from your web browser to the %PRODUCTNAME window. The Extension Manager should still be visible."
-msgstr ""
+#. ZJ#*
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"hd_id3152812\n"
+"15\n"
+"help.text"
+msgid "Index details"
+msgstr "ინდექსის დეტალური მონაცემები"
-#: rep_main.xhp#par_id9014252.help.text
-msgid "In the Extension Manager, click Add to open the Add extensions dialog."
-msgstr ""
+#. 3RUD
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"par_id3154938\n"
+"16\n"
+"help.text"
+msgid "As soon as you change a detail of the current index and then select another index, the change is immediately passed to the data source. You can only leave the dialog, or select another index, if the change has been successfully acknowledged by the data source. However, you can undo the change by clicking the <emph>Reset Current Index </emph>icon."
+msgstr "მიმდინარე ინდექსის დეტალური მონაცემების შეცვლისა და სხვა ინდექსის მონიშვნისთანავე, ცვლილება დაუყოვნებლივ გადაეცემა მონაცემთა წყაროს. დიალოგური ფანჯრის დატოვება, ან სხვა ინდექსის მონიშვნა შესაძლებელია მხოლოდ იმ შემთხვევაში, თუ ცვლილება წარმატებით იქნა მიღებული მონაცემთა წყაროს მიერ. მიუხედავად ამისა, თქევნ შეგიძლიათ ცვლილების გაუქმება <emph>მიმდინარე ინდექსის ჩამოყრის</emph>ხატულაზე დაწკაპუნებით."
-#: rep_main.xhp#par_id6011841.help.text
-msgid "Select the extension file that you downloaded. Click Open."
-msgstr ""
+#. ~5P#
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"hd_id3154138\n"
+"17\n"
+"help.text"
+msgid "Unique"
+msgstr "უნიკალური"
-#: rep_main.xhp#par_id2591326.help.text
-msgid "This starts the installation of the Report Builder extension."
-msgstr ""
+#. BH^q
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"par_id3156282\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_CHECKBOX_DLG_INDEXDESIGN_CB_UNIQUE\">Specifies whether the current index allows only unique values.</ahelp> Checking the <emph>Unique </emph>option prevents duplicate data from being entered in the field and ensures data integrity."
+msgstr "<ahelp hid=\"DBACCESS_CHECKBOX_DLG_INDEXDESIGN_CB_UNIQUE\" visibility=\"visible\">აკონკრეტებს იყენებს თუ არა მიმდინარე ინდექსი უნიკალურ მნიშვნელობებს.</ahelp><emph>უნიკალური </emph>პარამეტრის შემოწმება ველში დუბლირებული მონაცემების შეტანას აღკვეთს და იუძრუნველყოფს მონაცემთა ერთობლიობას."
-#: rep_main.xhp#par_id6201666.help.text
-msgid "Read the license. If you accept the license, click Accept to continue the installation."
-msgstr ""
+#. `YHk
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"hd_id3150448\n"
+"19\n"
+"help.text"
+msgid "Fields"
+msgstr "ველები"
-#: rep_main.xhp#par_id208136.help.text
-msgid "Click Close to close the Extension Manager."
-msgstr ""
+#. mrJN
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"par_id3147085\n"
+"20\n"
+"help.text"
+msgid "The<emph> Fields</emph> area displays a list of fields in the current table. You can also select multiple fields. In order to remove a field from the selection, select the empty entry at the start of the list."
+msgstr "<emph> ველების</emph> არე აჩვენებს მიმდინარე ცხრილში ველების ჩამონათვალს. ასევე შესაძლებელია რამდენიმე ველის მონიშვნა. მონიშნული ჩამონათვალიდან ველის ამოსაღებად, მონიშნეთ ცარიელი ჩანაწერი ჩამონათვალის თავში."
-#: rep_main.xhp#par_id20813699.help.text
-msgid "Restart %PRODUCTNAME. If the Quickstarter is running, also close the Quickstarter."
-msgstr ""
+#. #YkY
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"hd_id3149765\n"
+"21\n"
+"help.text"
+msgid "Index field"
+msgstr "ინდექსის ველი"
-#: rep_main.xhp#hd_id556047.help.text
-msgid "To install the JRE software"
-msgstr ""
+#. aku:
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"par_id3158408\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGINDEX_INDEXDETAILS_FIELD\">Displays a list of the fields in the current table. You can select more than one field.</ahelp>"
+msgstr "<ahelp hid=\"HID_DLGINDEX_INDEXDETAILS_FIELD\" visibility=\"visible\">აჩვენებს მიმდინარე ცხრილში ჩამონათვალის ველებს. შესაძლებელია ერთზე მეტი ცხრილის მონიშვნა.</ahelp>"
-#: rep_main.xhp#par_id4515823.help.text
-msgid "The Report Builder requires an installed Java Runtime Environment (JRE)."
-msgstr ""
+#. DYIC
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"hd_id3153192\n"
+"23\n"
+"help.text"
+msgid "Sort order"
+msgstr "დალაგების წყობა"
-#: rep_main.xhp#par_id4044312.help.text
-msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - <link href=\"text/shared/optionen/java.xhp\">Java</link>."
-msgstr ""
+#. fpx*
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"par_id3149561\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLGINDEX_INDEXDETAILS_SORTORDER\">Determines the sort order.</ahelp>"
+msgstr "<ahelp hid=\"HID_DLGINDEX_INDEXDETAILS_SORTORDER\" visibility=\"visible\">განსაზღვრავს დალაგების წყობას</ahelp>"
-#: rep_main.xhp#par_id1369060.help.text
-msgid "Wait up to one minute, while %PRODUCTNAME collects information on installed Java software on your system."
-msgstr ""
+#. 7c*d
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"hd_id3155132\n"
+"25\n"
+"help.text"
+msgid "Close"
+msgstr "დახურვა"
-#: rep_main.xhp#par_id860927.help.text
-msgid "If a recent JRE version is found on your system, you see an entry in the list."
-msgstr ""
+#. fxfg
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"par_id3154190\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_PUSHBUTTON_DLG_INDEXDESIGN_PB_CLOSE\">Closes the dialog.</ahelp>"
+msgstr "<ahelp hid=\"DBACCESS_PUSHBUTTON_DLG_INDEXDESIGN_PB_CLOSE\" visibility=\"visible\">ხურავს დიალოგურ ფანჯარას.</ahelp>"
-#: rep_main.xhp#par_id8581804.help.text
-msgid "Click the option button in front of the entry to enable this JRE version for use in %PRODUCTNAME."
-msgstr ""
+#. cKF2
+#: 11000002.xhp
+msgctxt ""
+"11000002.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data sources in $[officename]"
+msgstr "მონაცემთა წყაროები -$[officename]ში"
-#: rep_main.xhp#par_id7730033.help.text
-msgid "Ensure that <emph>Use a Java runtime environment</emph> is enabled."
+#. }k;r
+#: 11000002.xhp
+msgctxt ""
+"11000002.xhp\n"
+"bm_id3155449\n"
+"help.text"
+msgid "<bookmark_value>databases;drag and drop (Base)</bookmark_value>"
msgstr ""
-#: rep_main.xhp#par_id6317636.help.text
-msgid "If no JRE version is found on your system, open your web browser and download the JRE software from <link href=\"http://www.java.com\">http://www.java.com</link>. Install the JRE software. Then restart %PRODUCTNAME and open <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Java again."
+#. z:-+
+#: 11000002.xhp
+msgctxt ""
+"11000002.xhp\n"
+"hd_id3151299\n"
+"93\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/11000002.xhp\" name=\"Data sources in $[officename]\">Data sources in $[officename]</link>"
msgstr ""
-#: rep_main.xhp#hd_id9759514.help.text
-msgid "To open the Report Builder"
-msgstr ""
+#. \5Kb
+#: 11000002.xhp
+msgctxt ""
+"11000002.xhp\n"
+"hd_id3150616\n"
+"49\n"
+"help.text"
+msgid "Selecting the Address Book"
+msgstr "მისამართთა წიგნის მონიშვნა"
-#: rep_main.xhp#par_id9076509.help.text
-msgid "Open a Base file or create a new database. The database must contain at least one table with at least one data field and a primary key field."
-msgstr ""
+#. ,bjy
+#: 11000002.xhp
+msgctxt ""
+"11000002.xhp\n"
+"par_id3153049\n"
+"101\n"
+"help.text"
+msgid "To select the address book that you want to use, choose <link href=\"text/shared/01/01110101.xhp\" name=\"File - Templates - Address Book Source\"><emph>File - Templates - Address Book Source</emph></link>."
+msgstr "თქევნთვის სასურველი მისამართთა წიგნის მოსანიშნად, აირჩიეთ<link href=\"text/shared/01/01110101.xhp\" name=\"File - Templates - Address Book Source\"><emph>ფაილი - შაბლონები - მისამართთა წიგნის წყარო</emph></link>."
-#: rep_main.xhp#par_id7050691.help.text
-msgid "Click the Reports icon in the Base window, then choose Create Report in Design View."
-msgstr ""
+#. {+g@
+#: 11000002.xhp
+msgctxt ""
+"11000002.xhp\n"
+"hd_id3147275\n"
+"26\n"
+"help.text"
+msgid "Opening a Data Source"
+msgstr "მონაცემთა წყაროს გახსნა"
-#: rep_main.xhp#par_id7118747.help.text
-msgid "The Report Builder window opens. "
-msgstr ""
+#. rGVs
+#: 11000002.xhp
+msgctxt ""
+"11000002.xhp\n"
+"par_id3154143\n"
+"102\n"
+"help.text"
+msgid "To open the data source view, press F4 in a text, spreadsheet or form document."
+msgstr "მონაცემთა წყაროს ხედის გასახსნელად, დააჭირეთ F4-ს ტექსტში, ელექტრონულ დოკუმენტში, ან ფორმის დოკუმენტში."
-#: rep_main.xhp#par_id8283639.help.text
-msgid "The Report Builder is divided into three parts. On the top you see the menu, with the toolbars below."
-msgstr ""
+#. n#-l
+#: 11000002.xhp
+msgctxt ""
+"11000002.xhp\n"
+"par_id3154046\n"
+"11\n"
+"help.text"
+msgid "To view the contents of a database, click the plus sign (+) in front of the name in the data source view."
+msgstr "მონაცემთა ბაზის შიგტავსის სანახავად, დააწკაპუნეთ სახელის წინ პლუს ნიშანზე (+) მონაცემთა წყაროს ხედში ."
-#: rep_main.xhp#par_id2291024.help.text
-msgid "On the right you see the Properties window with the property values of the currently selected object."
-msgstr ""
+#. IUm!
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"tit\n"
+"help.text"
+msgid "File"
+msgstr "ფაილი"
-#: rep_main.xhp#par_id2100589.help.text
-msgid "The left part of the Report Builder window shows the Report Builder view. The Report Builder view is initially divided into three sections, from top to bottom:"
+#. bG1f
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN1054D\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/menufile.xhp\">File</link>"
msgstr ""
-#: rep_main.xhp#par_id5022125.help.text
-msgid " <emph>Page Header</emph> - drag control fields with fixed text into the Page Header area"
+#. )|1^
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "The File menu of a database window. Only entries specific to databases are listed."
msgstr ""
-#: rep_main.xhp#par_id6844386.help.text
-msgid " <emph>Detail</emph> - drag and drop database fields into the Detail area"
+#. Ibd?
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN105C0\n"
+"help.text"
+msgid "Save"
msgstr ""
-#: rep_main.xhp#par_id7018646.help.text
-msgid " <emph>Page Footer</emph> - drag control fields with fixed text into the Page Footer area"
+#. o?/G
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN105C4\n"
+"help.text"
+msgid "<ahelp hid=\".\">Saves the current database file, query, form or report. For the database file, you see the <link href=\"text/shared/01/01070000.xhp\">file save</link> dialog. For the other objects, you see the <link href=\"text/shared/explorer/database/menufilesave.xhp\">Save</link> dialog.</ahelp>"
msgstr ""
-#: rep_main.xhp#par_id5857112.help.text
-msgid "To insert an additional <emph>Report Header</emph> and <emph>Report Footer</emph> area choose <item type=\"menuitem\">Edit - Insert Report Header/Footer</item>. These areas contain text that appears at the start and end of the whole report."
-msgstr ""
+#. Zq+m
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN105D5\n"
+"help.text"
+msgid "Save As"
+msgstr "დაიმახსოვრე როგორც"
-#: rep_main.xhp#par_id6042664.help.text
-msgid "Click the \"-\" icon in front of an area name to collapse that area to one line in the Report Builder view. The \"-\" icon changes to a \"+\" icon, and you can click this to expand the area again."
+#. mqF=
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN105D9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Saves the current database file with another name. In the <link href=\"text/shared/01/01070000.xhp\">file save</link> dialog, select a path and file name to save.</ahelp>"
msgstr ""
-#: rep_main.xhp#par_id1589098.help.text
-msgid "You insert database fields by drag-and-drop into the Detail area. See the section \"To insert fields into the report\" below."
-msgstr ""
+#. -QL.
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN105EA\n"
+"help.text"
+msgid "Export"
+msgstr "ექსპორტი"
-#: rep_main.xhp#par_id1278420.help.text
-msgid "In addition, you can click the Label Field or Text Box icon in the toolbar, then drag a rectangle in the Page Header or Page Footer area, to define a text that is the same on all pages. You enter the text in the Label box of the corresponding Properties window. You can also add graphics by using the Graphics icon."
+#. DXuM
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN105EE\n"
+"help.text"
+msgid "<ahelp hid=\".\">Exports the selected report or form to a text document. A dynamic report is exported as a copy of the database contents at the time of export.</ahelp>"
msgstr ""
-#: rep_main.xhp#par_id7479476.help.text
-msgid "To connect the report to a database table"
-msgstr ""
+#. ^`FN
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN105F1\n"
+"help.text"
+msgid "Send"
+msgstr "გაგზავნა"
-#: rep_main.xhp#par_id3099154.help.text
-msgid "First you must connect the report to a database table."
+#. `IA=
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN105F5\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a submenu.</ahelp>"
msgstr ""
-#: rep_main.xhp#par_id2218390.help.text
-msgid "Move the mouse to the Properties view. You see two tab pages General and Data."
-msgstr ""
+#. CL(~
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN105F8\n"
+"help.text"
+msgid "Document as E-mail"
+msgstr "დოკუმენტი როგორც ელოფსტა"
-#: rep_main.xhp#par_id7771538.help.text
-msgid "On the Data tab page, click Content to open the combo box."
+#. gsO\
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN105FC\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the default e-mail application to send a new e-mail. The current database file is appended as an attachment. You can enter the subject, the recipients and a mail body.</ahelp>"
msgstr ""
-#: rep_main.xhp#par_id366527.help.text
-msgid "Select the table for that you want to create the report."
+#. Y,?v
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN105FF\n"
+"help.text"
+msgid "Report as E-mail"
msgstr ""
-#: rep_main.xhp#par_id7996459.help.text
-msgid "After selecting the table, press the Tab key to leave the Content box."
+#. =q$y
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN10603\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the default e-mail application to send a new e-mail. The selected report is appended as an attachment. You can enter the subject, the recipients and a mail body. A dynamic report is exported as a copy of the database contents at the time of export.</ahelp>"
msgstr ""
-#: rep_main.xhp#par_id2531815.help.text
-msgid "The Add Field window opens automatically and shows all fields of the selected table."
+#. OeHm
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN10606\n"
+"help.text"
+msgid "Report to Text Document"
msgstr ""
-#: rep_main.xhp#par_id5927304.help.text
-msgid "To insert fields into the report"
+#. ^X*p
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN1060A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Exports the selected report to a text document. A dynamic report is exported as a copy of the database contents at the time of export.</ahelp>"
msgstr ""
-#: rep_main.xhp#par_id4503921.help.text
-msgid "The Add Field window helps you to insert the table entries in the report. Click the Add Field icon in the toolbar to open the Add Field window."
-msgstr ""
+#. [aGW
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Type formatting"
+msgstr "ტიპის ფორმატირება"
-#: rep_main.xhp#par_id4051026.help.text
-msgid "Drag and drop the field names one by one from the Add Field window into the Detail area of the report. Position the fields as you like. Use the icons in the toolbars to align the fields."
-msgstr ""
+#. J6qo
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"hd_id3163829\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/05030300.xhp\" name=\"Type formatting\">Type formatting</link>"
+msgstr "<link href=\"text/shared/explorer/database/05030300.xhp\" name=\"Type formatting\">ტიპის ფორმატირება</link>"
-#: rep_main.xhp#par_id3397320.help.text
-msgid "It is not possible to overlap the fields. If you drop a table field on the Detail area, then a label and a text box are inserted."
-msgstr ""
+#. +%BO
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3150247\n"
+"2\n"
+"help.text"
+msgid "In the data source explorer, you can copy a table by dragging and dropping the table onto the table container. The<emph> Type formatting </emph>dialog is the third window of the <emph>Copy table</emph> dialog."
+msgstr "ცხრილის კოპირება მონაცემთა წყაროს ექსპლორერში შესაძლებელია მისი გადატანა-ჩასმით ცხრილის კონტეინერში. <emph> ტიპის ფორმატირების </emph>დიალოგი წარმოადგენს <emph>ცხრილის კოპირების</emph> დილაოგის მესამე ფანჯარას."
-#: rep_main.xhp#par_id3059785.help.text
-msgid "You can also insert text that should be the same on every page of the report. Click the Label Field icon<image id=\"img_id5605334\" src=\"cmd/sc_label.png\" width=\"0.566cm\" height=\"0.566cm\" localize=\"true\"><alt id=\"alt_id5605334\">Icon</alt></image>, then drag a rectangle in the Page Header or Page Footer area. Edit the Label property to show the text you want."
-msgstr ""
+#. nM!m
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"hd_id3152801\n"
+"3\n"
+"help.text"
+msgid "List box"
+msgstr "ჩამონათვლის სარკმელი"
-#: rep_main.xhp#par_id7657399.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to align the objects at the left margin of the area.</ahelp>"
+#. bk5(
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3145313\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_MULTILISTBOX_TAB_WIZ_TYPE_SELECT_LB_NEW_COLUMN_NAMES\">Lists the data fields that will be included in to the copied table.</ahelp>"
msgstr ""
-#: rep_main.xhp#par_id8925138.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to align the objects at the right margin of the area.</ahelp>"
-msgstr ""
+#. z\uC
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"hd_id3155535\n"
+"5\n"
+"help.text"
+msgid "Column information"
+msgstr "სვეტის ინფორმაცია"
-#: rep_main.xhp#par_id5461897.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to align the objects at the top margin of the area.</ahelp>"
-msgstr ""
+#. ap0Q
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"hd_id3156426\n"
+"7\n"
+"help.text"
+msgid "Field name"
+msgstr "ველის სახელი"
-#: rep_main.xhp#par_id8919339.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to align the objects at the bottom margin of the area.</ahelp>"
-msgstr ""
+#. !|i#
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3153681\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TAB_ENT_COLUMNNAME\">Displays the name of the selected data field. If you want, you can enter a new name.</ahelp>"
+msgstr "<ahelp hid=\"HID_TAB_ENT_COLUMNNAME\">აჩვენებს მონიშნული მონაცემთა ველის სახელს. თუ გსურთ, შეგიძლიათ შეიტანოთ ახალი სახელი.</ahelp>"
-#: rep_main.xhp#par_id4634235.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to resize the objects to the smallest width.</ahelp>"
+#. d}vg
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"hd_id3156113\n"
+"9\n"
+"help.text"
+msgid "Field type"
msgstr ""
-#: rep_main.xhp#par_id1393475.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to resize the objects to the smallest height.</ahelp>"
-msgstr ""
+#. **Vq
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3149811\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TAB_ENT_TYPE\">Select a field type.</ahelp>"
+msgstr "<ahelp hid=\"HID_TAB_ENT_TYPE\">მონიშნეთ ველის ტიპი.</ahelp>"
-#: rep_main.xhp#par_id6571550.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to resize the objects to the greatest width.</ahelp>"
+#. jgpR
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"hd_id3149763\n"
+"11\n"
+"help.text"
+msgid "Length"
msgstr ""
-#: rep_main.xhp#par_id5376140.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to resize the objects to the greatest height.</ahelp>"
-msgstr ""
+#. 5CEV
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3155449\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TAB_ENT_LEN\">Enter the number of characters for the data field.</ahelp>"
+msgstr "<ahelp hid=\"HID_TAB_ENT_LEN\">შეიტანეთ სიმბოლოთა ოდენობა მონაცემთა ველისთვის.</ahelp>"
-#: rep_main.xhp#par_id9611499.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a horizontal line to the current area.</ahelp>"
+#. Z$P=
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"hd_id3159176\n"
+"13\n"
+"help.text"
+msgid "Decimal places"
msgstr ""
-#: rep_main.xhp#par_id6765953.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a vertical line to the current area.</ahelp>"
+#. \A0$
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3153666\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TAB_ENT_SCALE\">Enter the number of decimal places for the data field. This option is only available for numerical or decimal data fields.</ahelp>"
msgstr ""
-#: rep_main.xhp#par_id0409200922242612.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Shrinks the selected section to remove top and bottom empty space.</ahelp>"
+#. ][=s
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"hd_id3150276\n"
+"15\n"
+"help.text"
+msgid "Default value"
msgstr ""
-#: rep_main.xhp#par_id0409200922242617.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Shrinks the selected section to remove top empty space.</ahelp>"
-msgstr ""
+#. PD$*
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3147620\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TAB_ENT_BOOL_DEFAULT\">Select the default value for a Yes/No field.</ahelp>"
+msgstr "<ahelp hid=\"HID_TAB_ENT_BOOL_DEFAULT\">შეიტანეთ ნაგულსმხევი მნიშვნელობა დიახ/არა ველისთვის.</ahelp>"
-#: rep_main.xhp#par_id0409200922242661.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Shrinks the selected section to remove bottom empty space.</ahelp>"
-msgstr ""
+#. S4_d
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"hd_id3153087\n"
+"17\n"
+"help.text"
+msgid "Automatic type recognition"
+msgstr "ტიპის ავტომატური ამოცნობა"
-#: rep_main.xhp#par_id1511581.help.text
-msgid "After inserting fields in the Detail view, the report is ready for execution."
-msgstr ""
+#. UO)!
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3153561\n"
+"18\n"
+"help.text"
+msgid "$[officename] can automatically recognize field contents when you copy database tables by drag and drop."
+msgstr "$[officename]-ს შეუძლია ავტომატურად ამოიცნოს ველის შიგთავსი, როდესაც მონაცემთა ბაზის ცხრილს აკოპირებთ გადატანა-ჩასმის მეშვეობით."
-#: rep_main.xhp#par_id4881740.help.text
-msgid "To execute a report"
-msgstr ""
+#. s1L@
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"hd_id3156023\n"
+"19\n"
+"help.text"
+msgid "(max.) lines"
+msgstr "(მაქს.) ხაზები"
-#: rep_main.xhp#par_id8286385.help.text
-msgid "Click the Execute Report icon<image id=\"img_id3380230\" src=\"cmd/sc_executereport.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3380230\">Icon</alt></image> on the toolbar."
+#. wDIX
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3155923\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_NUMERICFIELD_TAB_WIZ_TYPE_SELECT_ET_AUTO\">Enter the number of lines to use for automatic type recognition.</ahelp>"
msgstr ""
-#: rep_main.xhp#par_id2354197.help.text
-msgid "A Writer document opens and shows the report you have created, which contains all values of the database table which you have insert."
-msgstr ""
+#. g:nh
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"hd_id3154347\n"
+"21\n"
+"help.text"
+msgid "Auto"
+msgstr "ავტომატური"
-#: rep_main.xhp#par_id2485122.help.text
-msgid "If the database contents did change, execute the report again to update the result report."
+#. )([0
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3152361\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_PUSHBUTTON_TAB_WIZ_TYPE_SELECT_PB_AUTO\">Enables automatic type recognition.</ahelp>"
msgstr ""
-#: rep_main.xhp#hd_id8746910.help.text
-msgid "To edit a report"
+#. XRgn
+#: dabaadvpropgen.xhp
+msgctxt ""
+"dabaadvpropgen.xhp\n"
+"tit\n"
+"help.text"
+msgid "Generated Values"
msgstr ""
-#: rep_main.xhp#par_id9636524.help.text
-msgid "First decide if you want to edit the generated report, which is a static Writer document, or if you want to edit the Report Builder view and then generate a new report based on the new design."
+#. 5^Q3
+#: dabaadvpropgen.xhp
+msgctxt ""
+"dabaadvpropgen.xhp\n"
+"par_idN10553\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabaadvpropgen.xhp\">Generated Values</link>"
msgstr ""
-#: rep_main.xhp#par_id5941648.help.text
-msgid "The Writer document is opened read-only. To edit the Writer document, click Edit File<image id=\"img_id8237556\" src=\"cmd/sc_editdoc.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id8237556\">Icon</alt></image> on the Standard toolbar."
+#. 6/HG
+#: dabaadvpropgen.xhp
+msgctxt ""
+"dabaadvpropgen.xhp\n"
+"par_idN10563\n"
+"help.text"
+msgid "Specifies the options for automatically generated values for new data records."
msgstr ""
-#: rep_main.xhp#par_id8307138.help.text
-msgid "If you want to edit the Report Builder view, you can change some of its properties."
+#. n|Ym
+#: dabaadvpropgen.xhp
+msgctxt ""
+"dabaadvpropgen.xhp\n"
+"par_id7684560\n"
+"help.text"
+msgid "The availability of the following controls depends on the type of database:"
msgstr ""
-#: rep_main.xhp#par_id7138889.help.text
-msgid "Click in the Details area. Then in the Properties window, change some properties, for example the background color."
+#. Kl[A
+#: dabaadvpropgen.xhp
+msgctxt ""
+"dabaadvpropgen.xhp\n"
+"par_idN1058C\n"
+"help.text"
+msgid "Retrieve generated values"
msgstr ""
-#: rep_main.xhp#par_id9869380.help.text
-msgid "After finishing, click the Execute Report icon<image id=\"Graphic2\" src=\"cmd/sc_executereport.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_\">Icon</alt></image> to create a new report."
+#. hHI!
+#: dabaadvpropgen.xhp
+msgctxt ""
+"dabaadvpropgen.xhp\n"
+"par_idN10590\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enables $[officename] support for auto-incremented data fields in the current ODBC or JDBC data source. Select this option if the auto-increment feature in the SDBCX layer of the database is not supported. In general, the auto-increment is selected for the primary key field.</ahelp>"
msgstr ""
-#: rep_main.xhp#par_id12512.help.text
-msgid "If you close the Report Builder, you will be asked if the report should be saved. Click Yes, give the report a name, and click OK."
+#. 4)*W
+#: dabaadvpropgen.xhp
+msgctxt ""
+"dabaadvpropgen.xhp\n"
+"par_idN10593\n"
+"help.text"
+msgid "Auto-increment statement"
msgstr ""
-#: rep_main.xhp#par_id2676168.help.text
-msgid "Sorting the report"
+#. _DW7
+#: dabaadvpropgen.xhp
+msgctxt ""
+"dabaadvpropgen.xhp\n"
+"par_idN10597\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the SQL command specifier that instructs the data source to auto-increment a specified Integer data field.</ahelp> For example, the following MySQL statement used the AUTO_INCREMENT statement to increase the \"id\" field each time the statement creates a data field:"
msgstr ""
-#: rep_main.xhp#par_id2626422.help.text
-msgid "Without sorting or grouping, the records will be inserted into the report in the order in which they are retrieved from the database."
+#. K14G
+#: dabaadvpropgen.xhp
+msgctxt ""
+"dabaadvpropgen.xhp\n"
+"par_idN105A0\n"
+"help.text"
+msgid "CREATE TABLE \"table1\" (\"id\" INTEGER AUTO_INCREMENT)"
msgstr ""
-#: rep_main.xhp#par_id1743827.help.text
-msgid "Open the Report Builder view and click the Sorting and Grouping icon<image id=\"img_id9557786\" src=\"cmd/sc_dbsortingandgrouping.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id9557786\">Icon</alt></image> on the toolbar. You see the <link href=\"text/shared/explorer/database/rep_sort.xhp\">Sorting and Grouping</link> dialog."
+#. !mET
+#: dabaadvpropgen.xhp
+msgctxt ""
+"dabaadvpropgen.xhp\n"
+"par_idN10634\n"
+"help.text"
+msgid "For this example, you must enter AUTO_INCREMENT into the <emph>Auto-increment statement</emph> box."
msgstr ""
-#: rep_main.xhp#par_id4331797.help.text
-msgid "In the Groups box, click the field which you want as the first sort field, and set the Sorting property."
+#. otnU
+#: dabaadvpropgen.xhp
+msgctxt ""
+"dabaadvpropgen.xhp\n"
+"par_idN105AA\n"
+"help.text"
+msgid "Query of generated values"
msgstr ""
-#: rep_main.xhp#par_id4191717.help.text
-msgid "Execute the report."
+#. }*XN
+#: dabaadvpropgen.xhp
+msgctxt ""
+"dabaadvpropgen.xhp\n"
+"par_idN10645\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter an SQL statement that returns the last auto-incremented value for the primary key data field.</ahelp> For example:"
msgstr ""
-#: rep_main.xhp#par_id2318796.help.text
-msgid "Grouping"
+#. :Gox
+#: dabaadvpropgen.xhp
+msgctxt ""
+"dabaadvpropgen.xhp\n"
+"par_idN105B1\n"
+"help.text"
+msgid "SELECT LAST_INSERT_D();"
msgstr ""
-#: rep_main.xhp#par_id399182.help.text
-msgid "Open the Report Builder view and click the Sorting and Grouping icon<image id=\"Graphic21\" src=\"cmd/sc_dbsortingandgrouping.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_\">Icon</alt></image> on the toolbar. You see the <link href=\"text/shared/explorer/database/rep_sort.xhp\">Sorting and Grouping</link> dialog."
+#. %jXg
+#: menuinsert.xhp
+#, fuzzy
+msgctxt ""
+"menuinsert.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert"
+msgstr "#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\\nჩასმა\\n#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\nInsert\\n#-#-#-#-# optionen.po (PACKAGE VERSION) #-#-#-#-#\\nჩამატება\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nჩასმა\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\nჩასმა\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\nჩასმა\\n#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\nჩასმა"
+
+#. 0cJa
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN1054D\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/menuinsert.xhp\">Insert</link>"
msgstr ""
-#: rep_main.xhp#par_id7588732.help.text
-msgid "In the Groups box, open the Group Header list box and select to show a group header."
+#. (q*n
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "<ahelp hid=\".\">The Insert menu of a database window.</ahelp>"
msgstr ""
-#: rep_main.xhp#par_id95828.help.text
-msgid "Click the Add Field icon<image id=\"Graphic3\" src=\"cmd/sc_addfield.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_\">Icon</alt></image> to open the Add Field window."
+#. $gB}
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN10560\n"
+"help.text"
+msgid "Form"
msgstr ""
-#: rep_main.xhp#par_id5675527.help.text
-msgid "Drag-and-drop the field entry that you want to group into the group header section. Then drag-and-drop the remaining fields into the Detail section."
+#. 4qcx
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN10576\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a new text document in form mode.</ahelp>"
msgstr ""
-#: rep_main.xhp#par_id3496200.help.text
-msgid "Execute the report. The report shows the grouped records."
+#. ;f8o
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN1058B\n"
+"help.text"
+msgid "Report"
msgstr ""
-#: rep_main.xhp#par_id7599108.help.text
-msgid "If you like to sort and group, open the Report Builder view, then open the Sorting and Grouping dialog. Select to show a Group Header for the fields that you want to group, and select to hide the Group Header for the fields that you want to be sorted. Close the Sorting and Grouping window and execute the report."
+#. oA0H
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN1058F\n"
+"help.text"
+msgid "<ahelp hid=\".\">Starts the <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link> window for the selected table, view, or query.</ahelp>"
msgstr ""
-#: rep_main.xhp#par_id888698.help.text
-msgid "Updating and printing your data"
+#. 05N5
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN105A0\n"
+"help.text"
+msgid "Query (Design View)"
msgstr ""
-#: rep_main.xhp#par_id3394573.help.text
-msgid "When you insert some new data or edit data in the table, a new report will show the updated data."
+#. a!C_
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN105A4\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a new query in design mode.</ahelp>"
msgstr ""
-#: rep_main.xhp#par_id7594225.help.text
-msgid "Click the Reports icon<image id=\"img_id4678487\" src=\"dbaccess/res/reports_32.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id4678487\">Icon</alt></image> and double-click your last saved report. A new Writer document will be created which shows the new data."
+#. ,WHt
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN105A7\n"
+"help.text"
+msgid "Query (SQL View)"
msgstr ""
-#: rep_main.xhp#par_id8147221.help.text
-msgid "To print a report, choose <item type=\"menuitem\">File - Print</item> from the Writer document."
+#. i+#e
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN105AB\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a new query in SQL mode.</ahelp>"
msgstr ""
-#: rep_prop.xhp#tit.help.text
-#, fuzzy
-msgid "Properties "
-msgstr "თვისებები"
-
-#: rep_prop.xhp#hd_id8836939.help.text
-msgid "<variable id=\"rep_prop\"><link href=\"text/shared/explorer/database/rep_prop.xhp\">Properties</link></variable>"
+#. U^Z,
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN105AE\n"
+"help.text"
+msgid "Table Design"
msgstr ""
-#: rep_prop.xhp#par_id2711264.help.text
-msgid "The Properties window of the <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link> always shows the properties of the currently selected object in the Report Builder view."
+#. FHYZ
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN105C4\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the table design view.</ahelp>"
msgstr ""
-#: rep_prop.xhp#par_id1080660.help.text
-msgctxt "rep_prop.xhp#par_id1080660.help.text"
-msgid "Press <item type=\"keycode\">Shift-F1</item> and point with the mouse at an input box to see a help text for this input box."
+#. gtl~
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN105C7\n"
+"help.text"
+msgid "View Design"
msgstr ""
-#: rep_prop.xhp#par_id7175817.help.text
-msgid "On first start of the Report Builder, the Properties window shows the <emph>Data</emph> tab page for the whole report."
+#. ]a]M
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN10669\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a new view in design mode.</ahelp>"
msgstr ""
-#: rep_prop.xhp#par_id9895931.help.text
-msgid "Select a table from the Contents list, then press Tab or click outside the input box to leave the input box."
+#. PCz`
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN105E0\n"
+"help.text"
+msgid "View (Simple)"
msgstr ""
-#: rep_prop.xhp#par_id3587145.help.text
-msgid "<ahelp hid=\".\">The Add Field window is shown automatically when you have selected a table in the Contents box and leave that box. You can also click the Add Field icon on the toolbar, or choose <item type=\"menuitem\">View - Add Field</item>.</ahelp>"
+#. F0+]
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN105F6\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a new view in SQL mode.</ahelp>"
msgstr ""
-#: rep_prop.xhp#par_id6993926.help.text
-msgid "The <emph>General</emph> tab page can be used to change the name of the report, and to disable the Page Header or Page Footer areas, among others."
+#. NDV+
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN105F9\n"
+"help.text"
+msgid "Folder"
msgstr ""
-#: rep_prop.xhp#par_id3729361.help.text
-msgid "<ahelp hid=\".\">To display the Data or General tab page for the whole report, choose Edit - Select Report.</ahelp>"
+#. 0#8L
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN1060F\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a dialog where you can save a new folder in the database file.</ahelp>"
msgstr ""
-#: rep_prop.xhp#par_id1768852.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Groups are kept together by page or by column (default). You must enable Keep Together also.</ahelp>"
+#. Sm^Q
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "ODBC"
+msgstr "ODBC"
+
+#. pBJc
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"hd_id3149031\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/11020000.xhp\" name=\"ODBC\">ODBC</link>"
+msgstr "<link href=\"text/shared/explorer/database/11020000.xhp\" name=\"ODBC\">ODBC</link>"
+
+#. 9//v
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"par_id3150499\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"\">Specifies the settings for <link href=\"text/shared/00/00000005.xhp#odbc\" name=\"ODBC\">ODBC</link> databases. This includes your user access data, driver settings, and font definitions.</ahelp>"
msgstr ""
-#: rep_prop.xhp#par_id6304818.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies in which context the page header will be printed: on all pages, or not on pages with a report header or footer.</ahelp>"
+#. ~UVD
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"hd_id3148642\n"
+"4\n"
+"help.text"
+msgid "User Name"
+msgstr "მომხმარებლის სახელი"
+
+#. #XFh
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"par_id3154514\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\".\">Type the user name for accessing the database.</ahelp>"
+msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
+
+#. f7;M
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"hd_id3153665\n"
+"6\n"
+"help.text"
+msgid "Password required"
msgstr ""
-#: rep_prop.xhp#par_id401623.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies in which context the page footer will be printed: on all pages, or not on pages with a report header or footer</ahelp>"
+#. ^8XK
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"par_id3145119\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\".\">Prevents an unauthorized user from accessing the database. You only need to enter the password once per session.</ahelp>"
+msgstr "<ahelp hid=\".\">აღკვეთს არაავტორიზებული მომხმარებლის შესვლას მონაცემთა ბაზაში. თქვენ პაროლის მხოლოდ ერთხელ შეტანა გჭირდებათ თითოეული სესიის განმავლობაში.</ahelp>"
+
+#. ^KNc
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"hd_id3153087\n"
+"10\n"
+"help.text"
+msgid "Driver Settings"
+msgstr "დრაივერის პარამეტრები"
+
+#. y!#:
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"par_id3143271\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DSADMIN_ODBC_OPTIONS\">Use this text field to enter additional optional driver settings if this is necessary.</ahelp>"
+msgstr "<ahelp hid=\"HID_DSADMIN_ODBC_OPTIONS\">გამოიყენეთ ეს ტექსტური ველი საჭიროების შემთხვევაში დრაივერის დამატებითი არასავალდებულო პარამატერების შესატანად</ahelp>"
+
+#. gr;[
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"hd_id3152472\n"
+"12\n"
+"help.text"
+msgid "Character Set"
+msgstr "სიმბოლოთა წყება"
+
+#. ZK^y
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"par_id3151245\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DSADMIN_CHARSET_ODBC\">Select the code conversion that you want to use to view the database in $[officename]. This does not affect the database.</ahelp> Choose \"System\" to use the default character set of your operating system. Text and dBASE databases are restricted to character sets with a fixed-size character length, where all characters are encoded with the same number of bytes."
+msgstr "<ahelp hid=\"HID_DSADMIN_CHARSET_ODBC\">მონიშნეთ ის კოდის გარდამქმნელი, რომლის გამოყენებაც გსურთ მონაცემთა ბაზის სანახავად $[officename]-ში. ეს არ მოქმედებს მონაცემთა ბაზაზე.</ahelp> აირჩიეთ \"System\" თქვენი ოპერაციული სისტემის ნაგულისხმევი სიმბოლოთა წყების გამოსაყენებლად. ტექსტურ და dBase მონაცემთა ბაზებს აქვთ შეზღუდვა ფიქსირებული ზომის სიმბოლოთა ოდენობაზე, სადაც თითოეული სიმბოლო ინკოდირებულია ბიტების ერთიდაიგივე რიცხვით."
+
+#. ZSM*
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"hd_id3149669\n"
+"22\n"
+"help.text"
+msgid "General"
msgstr ""
-#: rep_prop.xhp#par_id2162236.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies to print repeated values.</ahelp>"
+#. a9$R
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"hd_id3147265\n"
+"24\n"
+"help.text"
+msgid "Retrieve generated values"
msgstr ""
-#: rep_prop.xhp#par_id7022003.help.text
-msgid "If you click the Page Header or Page Footer area without selecting any object, you see the <emph>General</emph> tab page for that area."
+#. gf(a
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"par_id3151054\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DSADMIN_AUTORETRIEVEENABLED\">Enables $[officename] support of auto-incremented data fields for the current ODBC or JDBC data source.</ahelp> Select this check box if the database does not support the auto-increment feature in its SDBCX layer. In general, the auto-increment is selected for the primary key field."
msgstr ""
-#: rep_prop.xhp#par_id7004303.help.text
-msgid "You can edit some visual properties for the area."
+#. qW,;
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"hd_id3150400\n"
+"26\n"
+"help.text"
+msgid "Auto-increment statement"
msgstr ""
-#: rep_prop.xhp#par_id2561723.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the background color for the selected object, both on screen and for printing.</ahelp>"
+#. I]*5
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"par_id3154366\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DSADMIN_AUTOINCREMENTVALUE\">Enter the SQL command specifier that instructs the data source to auto-increment a specified Integer data field.</ahelp> For example, a typical SQL statement to create a data field is:"
msgstr ""
-#: rep_prop.xhp#par_id1064485.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">An invisible object is not shown in the executed report. It is still visible in the Report Builder view.</ahelp>"
+#. ?N7s
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"par_id3159149\n"
+"28\n"
+"help.text"
+msgid "CREATE TABLE \"table1\" (\"id\" INTEGER)"
msgstr ""
-#: rep_prop.xhp#par_id2356028.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Defines the height of the selected object.</ahelp>"
+#. D`kr
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"par_id3147084\n"
+"29\n"
+"help.text"
+msgid "To auto-increment the \"id\" data field in a MySQL database, change the statement to:"
msgstr ""
-#: rep_prop.xhp#par_id1404461.help.text
-msgid "<ahelp hid=\".\">If the Conditional Print Expression evaluates to TRUE, the selected object will be printed.</ahelp>"
+#. r)T$
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"par_id3154909\n"
+"30\n"
+"help.text"
+msgid "CREATE TABLE \"table1\" (\"id\" INTEGER AUTO_INCREMENT)"
msgstr ""
-#: rep_prop.xhp#par_id7404705.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether the background of the selected object is transparent or opaque.</ahelp>"
+#. )YVK
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"par_id3152933\n"
+"31\n"
+"help.text"
+msgid "In other words, enter AUTO_INCREMENT into <emph>Auto-increment statement</emph> box."
msgstr ""
-#: rep_prop.xhp#par_id7466963.help.text
-msgid "If you click the <emph>Detail</emph> area without selecting any object, you see the <emph>General</emph> tab page for that area."
+#. )2,f
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"hd_id3149765\n"
+"32\n"
+"help.text"
+msgid "Query of generated values"
msgstr ""
-#: rep_prop.xhp#par_id3644215.help.text
-msgid "You can specify some properties to fine-tune the way the records are printed."
+#. PDl0
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"par_id3145171\n"
+"33\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DSADMIN_RETRIEVE_AUTO\">Enter an SQL statement that returns the last auto-incremented value for the primary key data field.</ahelp> For example:"
msgstr ""
-#: rep_prop.xhp#par_id3148899.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Force New Page specifies whether the current section and/or the next section is printed on a new page.</ahelp>"
+#. jOsW
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"par_id3150769\n"
+"34\n"
+"help.text"
+msgid "SELECT LAST_INSERT_D();"
msgstr ""
-#: rep_prop.xhp#par_id6164433.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">New Row Or Column specifies, for a multi-column design, whether the current section and/or the next section will be printed on a new row or column.</ahelp>"
+#. QfIa
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"hd_id3157892\n"
+"18\n"
+"help.text"
+msgid "Use SQL92 naming constraints"
msgstr ""
-#: rep_prop.xhp#par_id7405011.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Keep Together specifies to print the current object starting on top of a new page if it doesn't fit on the current page.</ahelp>"
+#. L(3!
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"par_id3153368\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DSADMIN_SQL92CHECK\">Only allows names that use characters that conform to the SQL92 naming constraints in the data source. All other characters are rejected.</ahelp> Each name must begin with a lower or upper case letter, or an underline ( _ ). The remaining characters can be ASCII letters, underlines, and numbers."
msgstr ""
-#: rep_prop.xhp#par_id1536606.help.text
-msgid "Insert some data fields into the Detail area, or insert other control fields into any area. When you select an inserted field, you can set the properties in the Properties window."
+#. NRa1
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"hd_id3154011\n"
+"15\n"
+"help.text"
+msgid "Use Catalog for file-based databases"
msgstr ""
-#: rep_prop.xhp#par_id9631641.help.text
-msgid "For a Label field, you can change the displayed text in the Label input box."
+#. lnDy
+#: 11020000.xhp
+msgctxt ""
+"11020000.xhp\n"
+"par_id3148618\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DSADMIN_USECATALOG\">Uses the current data source of the Catalog. This is useful when the ODBC data source is a database server. If the ODBC data source is a dBASE driver, leave this check box clear.</ahelp>"
msgstr ""
-#: rep_prop.xhp#par_id7749565.help.text
-msgid "<ahelp hid=\".\">For a picture, you can specify to either insert the picture as a link to a file or only as an embedded object in the Base file. The embedded option increases the size of the Base file, while the link option is not as portable to other computers.</ahelp>"
+#. 6q;=
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"tit\n"
+"help.text"
+msgid "Advanced Properties"
msgstr ""
-#: rep_prop.xhp#par_id4041871.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Set the X Position for the selected object</ahelp>"
+#. ykj/
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN1054D\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabapropgen.xhp\">Advanced Properties</link>"
msgstr ""
-#: rep_prop.xhp#par_id9930722.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Set the Y Position for the selected object</ahelp>"
+#. Y@z`
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "Specifies some options for a database."
msgstr ""
-#: rep_prop.xhp#par_id5749687.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the width of the selected object.</ahelp>"
+#. R9OI
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_id4513992\n"
+"help.text"
+msgid "In a database window, choose <emph>Edit - Database - Properties</emph>, click <emph>Advanced Properties</emph> tab"
msgstr ""
-#: rep_prop.xhp#par_id79348.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the font for the selected text object.</ahelp>"
+#. :=`-
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN10572\n"
+"help.text"
+msgid "The availability of the following controls depends on the type of database:"
msgstr ""
-#: rep_prop.xhp#par_id2414014.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Print when group change</ahelp>"
+#. lN7l
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN10575\n"
+"help.text"
+msgid "Path to dBASE files"
msgstr ""
-#: rep_prop.xhp#par_id7617114.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Vert. Alignment</ahelp>"
+#. ~]Zm
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN10579\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the path to the directory that contains the dBASE files.</ahelp>"
msgstr ""
-#: rep_prop.xhp#par_id1593676.help.text
-msgid "On the <emph>General</emph> tab page of a data field, you can set the Formatting properties, among others."
+#. 81[y
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN1057C\n"
+"help.text"
+msgid "Ensure that the *.dbf file name extension of the dBASE files is lowercase."
msgstr ""
-#: rep_prop.xhp#par_id1243629.help.text
-msgid "<ahelp hid=\".\">On the Data tab page, you can change the data contents to be shown.</ahelp>"
+#. uB-2
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN10591\n"
+"help.text"
+msgid "Browse"
msgstr ""
-#: menufilesave.xhp#tit.help.text
-msgctxt "menufilesave.xhp#tit.help.text"
-msgid "Save"
+#. e0Y.
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN10595\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a dialog where you can select a file or a directory.</ahelp>"
msgstr ""
-#: menufilesave.xhp#par_idN10547.help.text
-msgctxt "menufilesave.xhp#par_idN10547.help.text"
-msgid "Save"
+#. )M@#
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN105AA\n"
+"help.text"
+msgid "Test Connection"
msgstr ""
-#: menufilesave.xhp#par_idN1054B.help.text
-msgid "In this dialog, you can specify the position and name of a form that you save within a <link href=\"text/shared/explorer/database/dabadoc.xhp\">database file</link>. The dialog opens automatically when you save a form the first time."
+#. kVE`
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN105AE\n"
+"help.text"
+msgid "<ahelp hid=\".\">Tests the database connection with the current settings.</ahelp>"
msgstr ""
-#: menufilesave.xhp#par_idN10564.help.text
-msgid "Create New Directory"
+#. Afr2
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN105B1\n"
+"help.text"
+msgid "Path to the text files"
msgstr ""
-#: menufilesave.xhp#par_idN10568.help.text
-msgid "<ahelp hid=\".\">Click to create a new folder within the database file.</ahelp>"
+#. 2aWD
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN105B5\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the path to the folder of the text files.</ahelp>"
msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: menufilesave.xhp#par_idN1057F.help.text
-msgid "Up One Level"
+#. rd1_
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN105B8\n"
+"help.text"
+msgid "Path to the spreadsheet document"
msgstr ""
-#: menufilesave.xhp#par_idN10583.help.text
-msgid "<ahelp hid=\".\">Click to go up one level in the folder hierarchy.</ahelp>"
+#. FoPn
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN105BC\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the path to the spreadsheet document that you want to use as a database.</ahelp>"
msgstr ""
-#: menufilesave.xhp#par_idN1059A.help.text
-msgid "File name"
-msgstr "ველის სახელი"
+#. B`jU
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN105BF\n"
+"help.text"
+msgid "Name of the ODBC data source on your system"
+msgstr ""
-#: menufilesave.xhp#par_idN1059E.help.text
-msgid "<ahelp hid=\".\">Enter the file name for the saved form.</ahelp>"
+#. nsTR
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN105C3\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the name of the ODBC data source.</ahelp>"
msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: menufilesave.xhp#par_idN105B5.help.text
-msgctxt "menufilesave.xhp#par_idN105B5.help.text"
-msgid "Save"
-msgstr ""
+#. nr3F
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN105C6\n"
+"help.text"
+msgid "User name"
+msgstr "მომხმარებლის სახელი"
-#: menufilesave.xhp#par_idN105B9.help.text
-msgid "<ahelp hid=\".\">Click to save the form to the database file.</ahelp>"
+#. d_*E
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN105CA\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the user name that is required to access the database.</ahelp>"
msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: querywizard03.xhp#tit.help.text
-msgid "Query Wizard - Search Conditions"
+#. BKH:
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN105CD\n"
+"help.text"
+msgid "Password required"
msgstr ""
-#: querywizard03.xhp#par_idN10543.help.text
-msgid "<link href=\"text/shared/explorer/database/querywizard03.xhp\">Query Wizard - Search Conditions</link>"
+#. Cbti
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN105D1\n"
+"help.text"
+msgid "<ahelp hid=\".\">If checked, the user will be asked to enter the password that is required to access the database.</ahelp>"
msgstr ""
-#: querywizard03.xhp#par_idN10553.help.text
-msgid "Specifies the search conditions to filter the query. "
+#. 2%L,
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"hd_id7806329\n"
+"help.text"
+msgid "Name of the database"
msgstr ""
-#: querywizard03.xhp#par_idN10556.help.text
-msgctxt "querywizard03.xhp#par_idN10556.help.text"
-msgid "Match all of the following"
-msgstr ""
+#. !Plc
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_id5589159\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the name of the database.</ahelp>"
+msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: querywizard03.xhp#par_idN105B2.help.text
-msgid "<ahelp hid=\".\">Select to filter the query by all the conditions using a logical AND.</ahelp>"
+#. ]=OF
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN105D4\n"
+"help.text"
+msgid "Name of the MySQL database"
msgstr ""
-#: querywizard03.xhp#par_idN1055C.help.text
-msgctxt "querywizard03.xhp#par_idN1055C.help.text"
-msgid "Match any of the following"
+#. I2@-
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN105D8\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the name of the MySQL database that you want to use as a data source.</ahelp>"
msgstr ""
-#: querywizard03.xhp#par_idN105BF.help.text
-msgid "<ahelp hid=\".\">Select to filter the query by any of the conditions using a logical OR.</ahelp>"
+#. 5\^9
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN105DB\n"
+"help.text"
+msgid "Name of the Oracle database"
msgstr ""
-#: querywizard03.xhp#par_idN10562.help.text
-msgctxt "querywizard03.xhp#par_idN10562.help.text"
-msgid "Field"
-msgstr "ველები"
-
-#: querywizard03.xhp#par_idN105CC.help.text
-msgid "<ahelp hid=\".\">Select the field name for the filter condition.</ahelp>"
-msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
+#. (ZN+
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN105DF\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the name of the Oracle database that you want to use as a data source.</ahelp>"
+msgstr ""
-#: querywizard03.xhp#par_idN10568.help.text
-msgctxt "querywizard03.xhp#par_idN10568.help.text"
-msgid "Condition"
+#. jtd?
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN105E9\n"
+"help.text"
+msgid "Microsoft Access database file"
msgstr ""
-#: querywizard03.xhp#par_idN105D9.help.text
-msgid "<ahelp hid=\".\">Select the condition for the filter.</ahelp>"
+#. t5cs
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN105ED\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the name of the Microsoft Access database file that you want to use as a data source.</ahelp>"
msgstr ""
-#: querywizard03.xhp#par_idN1056E.help.text
-msgctxt "querywizard03.xhp#par_idN1056E.help.text"
-msgid "Value"
+#. nAqH
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN105F0\n"
+"help.text"
+msgid "Host name"
msgstr ""
-#: querywizard03.xhp#par_idN105E6.help.text
-msgid "<ahelp hid=\".\">Enter the value for the filter condition.</ahelp>"
+#. Ufsc
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN105F4\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the host name for the LDAP data source.</ahelp>"
msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: querywizard03.xhp#par_idN10574.help.text
-msgid "<link href=\"text/shared/explorer/database/querywizard04.xhp\" name=\"Query Wizard - Detail or Summary\">Query Wizard - Detail or summary</link>"
+#. GMf8
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN105F7\n"
+"help.text"
+msgid "Data source URL"
msgstr ""
-#: 05020100.xhp#tit.help.text
-msgctxt "05020100.xhp#tit.help.text"
-msgid "Relations"
-msgstr ""
+#. WpU`
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN105FB\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the location of the JDBC data source as a URL.</ahelp>"
+msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: 05020100.xhp#bm_id3150499.help.text
-msgid "<bookmark_value>relations; properties (Base)</bookmark_value><bookmark_value>key fields for relations (Base)</bookmark_value><bookmark_value>cascading update (Base)</bookmark_value>"
+#. cd62
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN105FE\n"
+"help.text"
+msgid "JDBC driver class"
msgstr ""
-#: 05020100.xhp#hd_id3150445.1.help.text
-msgctxt "05020100.xhp#hd_id3150445.1.help.text"
-msgid "Relations"
+#. jmVh
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN10602\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the name of the JDBC driver class that connects to the data source.</ahelp>"
msgstr ""
-#: 05020100.xhp#par_id3150499.2.help.text
-msgid "<ahelp hid=\".uno:DBAddRelation\">Allows you to define and edit a relation between two tables.</ahelp>"
-msgstr "<ahelp hid=\".uno:DBAddRelation\">საშუალებას გაძლევთ განსაზღვროთ და დაარედაქტიროთ რელაცია ორ ცხრილს შორის.</ahelp>"
-
-#: 05020100.xhp#par_id3155136.3.help.text
-msgid "The update and delete options are only available if they are supported by the database used."
-msgstr "განახლებისა და წაშლის პარამეტრები ხელმისაწვდომია მხოლოდ იმ შემთხვევაში თუ გამოყენებულ მონაცემთა ბაზას მათი მხარდაჭერა აქვს. "
-
-#: 05020100.xhp#hd_id3155341.27.help.text
-msgctxt "05020100.xhp#hd_id3155341.27.help.text"
-msgid "Tables"
+#. s@E{
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN10605\n"
+"help.text"
+msgid "Test Class"
msgstr ""
-#: 05020100.xhp#par_id3153880.28.help.text
-msgid "<ahelp hid=\"DBACCESS_LISTBOX_DLG_REL_PROPERTIES_LB_RIGHT_TABLE\" visibility=\"hidden\">This is where the two related tables are listed.</ahelp>If you create a new relation, you can select one table from each of the combo boxes in the top part of the dialog."
-msgstr "<ahelp hid=\"DBACCESS_LISTBOX_DLG_REL_PROPERTIES_LB_RIGHT_TABLE\" visibility=\"hidden\">აქ არის მოცემული ორი რელაციური ცხრილი. </ahelp>თუ თქვენ ქმნით ახალ რელაციას, თქვენ შეგიძლიათ მონიშნოთ ერთი ცხრილი თითოეული კომბო ველიდან დიალოგური ფანჯრის ზედა ნაწილიდან."
-
-#: 05020100.xhp#par_id3154047.29.help.text
-msgid "If you opened the <emph>Relations</emph> dialog for an existing relation by double-clicking the connection lines in the Relation window, then the tables involved in the relation cannot be modified."
-msgstr "თუ თქვენ რელაციურობის ფანჯარაში ორჯერ დაწკაპუნებით გახსენით <emph>რელაციურობის</emph> დიალოგური ფანჯარა არსებული რელაციისთვის, დკავშირებული ცხრილების მოდიფიცირება ვერ მოხდება."
-
-#: 05020100.xhp#hd_id3153822.4.help.text
-msgid "Key fields"
-msgstr "გასაღების ველები"
-
-#: 05020100.xhp#par_id3159157.5.help.text
-msgid "<ahelp hid=\"HID_RELDLG_KEYFIELDS\">Defines the key fields for the relation.</ahelp>"
-msgstr "<ahelp hid=\"HID_RELDLG_KEYFIELDS\">გასნაზღვრავს გასაღების ველებს რელაციისთვის.</ahelp>"
-
-#: 05020100.xhp#par_id3149235.30.help.text
-msgid "<ahelp hid=\"HID_RELATIONDIALOG_RIGHTFIELDCELL\">The names of the tables selected for the link appear here as column names.</ahelp> If you click a field, you can use the arrow buttons to select a field from the table. Each relation is written in a row."
-msgstr "<ahelp hid=\"HID_RELATIONDIALOG_RIGHTFIELDCELL\">კავშირისთვის მონიშნული ცხრილების სახელი აქ ჩნდება სვეტების სახელების სახით.</ahelp> ველზე დაწკაპუნებით თქევნ შეგიძლიათ ისრის ღილაკების გამოყენება ცხრილში ველის მოსანიშნად. თითოეული რელაცია რიგში იწერება."
-
-#: 05020100.xhp#hd_id3145609.6.help.text
-msgid "Update options"
-msgstr "განახლების პარამეტრები"
-
-#: 05020100.xhp#par_id3153061.7.help.text
-msgid "Here you can select options that take effect when there are changes to a primary key field."
-msgstr "აქ შეგიძლიათ მონიშნოთ პარამეტრები, რომელიც ამოქმედდება პირველადი გასაღების ველის ცვლილებების შემდეგ. "
-
-#: 05020100.xhp#hd_id3149046.8.help.text
-msgctxt "05020100.xhp#hd_id3149046.8.help.text"
-msgid "No action"
+#. _9{K
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN10609\n"
+"help.text"
+msgid "<ahelp hid=\".\">Tests the database connection through the JDBC driver class.</ahelp>"
msgstr ""
-#: 05020100.xhp#par_id3152360.9.help.text
-msgid "<ahelp hid=\"DBACCESS_RADIOBUTTON_DLG_REL_PROPERTIES_RB_NO_CASC_UPD\">Specifies that any change made to a primary key does not affect other external key fields.</ahelp>"
+#. .!u[
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN10613\n"
+"help.text"
+msgid "Choose a database"
msgstr ""
-#: 05020100.xhp#hd_id3148664.10.help.text
-msgid "Updating cascade"
-msgstr "კასკადის განახლება"
-
-#: 05020100.xhp#par_id3154073.11.help.text
-msgid "<ahelp hid=\"DBACCESS_RADIOBUTTON_DLG_REL_PROPERTIES_RB_CASC_UPD\">Updates all the external key fields if the value of the corresponding primary key has been modified (Cascading Update).</ahelp>"
+#. S\nl
+#: dabapropgen.xhp
+msgctxt ""
+"dabapropgen.xhp\n"
+"par_idN10617\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select a database from the list or click <emph>Create</emph> to create a new database.</ahelp>"
msgstr ""
-#: 05020100.xhp#hd_id3145171.12.help.text
-msgctxt "05020100.xhp#hd_id3145171.12.help.text"
-msgid "Set null"
+#. svl8
+#: dabawiz02ado.xhp
+msgctxt ""
+"dabawiz02ado.xhp\n"
+"tit\n"
+"help.text"
+msgid "ADO Connection"
msgstr ""
-#: 05020100.xhp#par_id3154123.13.help.text
-msgid "<ahelp hid=\"DBACCESS_RADIOBUTTON_DLG_REL_PROPERTIES_RB_CASC_UPD_NULL\"> If the corresponding primary key has been modified, use this option to set the \"IS NULL\" value to all external key fields. IS NULL means that the field is empty.</ahelp>"
+#. M,K1
+#: dabawiz02ado.xhp
+msgctxt ""
+"dabawiz02ado.xhp\n"
+"bm_id7565233\n"
+"help.text"
+msgid "<bookmark_value>ADO databases (Base)</bookmark_value><bookmark_value>MS ADO interface (Base)</bookmark_value><bookmark_value>databases;ADO (Base)</bookmark_value>"
msgstr ""
-#: 05020100.xhp#hd_id3150448.14.help.text
-msgid "Set default"
-msgstr "ნაგულისხმევის დაყენება "
-
-#: 05020100.xhp#par_id3151041.15.help.text
-msgid "<ahelp hid=\"DBACCESS_RADIOBUTTON_DLG_REL_PROPERTIES_RB_CASC_UPD_DEFAULT\"> If the corresponding primary key has been modified, use this option to set a default value to all external key fields.</ahelp> During the creation of the corresponding table, the default value of an external key field will be defined when you assign the field properties."
+#. 7gef
+#: dabawiz02ado.xhp
+msgctxt ""
+"dabawiz02ado.xhp\n"
+"par_idN1054C\n"
+"help.text"
+msgid "<variable id=\"ado\"><link href=\"text/shared/explorer/database/dabawiz02ado.xhp\">ADO Connection</link></variable>"
msgstr ""
-#: 05020100.xhp#hd_id3125863.16.help.text
-msgid "Delete options"
-msgstr "წაშლის პარამეტრები"
-
-#: 05020100.xhp#par_id3153193.17.help.text
-msgid "Here you can select options that take effect when a primary key field is deleted."
-msgstr "აქ შეგიძლიათ მონიშნოთ ის პარამეტრები, რომელიც ამოქმედდება პირველადი გასაღების ველის წაშლის შედეგად."
-
-#: 05020100.xhp#hd_id3159252.18.help.text
-msgctxt "05020100.xhp#hd_id3159252.18.help.text"
-msgid "No action"
+#. P?b\
+#: dabawiz02ado.xhp
+msgctxt ""
+"dabawiz02ado.xhp\n"
+"par_idN10550\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the options for adding an ADO (Microsoft ActiveX Data Objects) database.</ahelp>"
msgstr ""
-#: 05020100.xhp#par_id3145785.19.help.text
-msgid "<ahelp hid=\"DBACCESS_RADIOBUTTON_DLG_REL_PROPERTIES_RB_NO_CASC_DEL\">Specifies that the deletion of a primary key will not have any effect on other external key fields.</ahelp>"
+#. `on0
+#: dabawiz02ado.xhp
+msgctxt ""
+"dabawiz02ado.xhp\n"
+"par_idN10565\n"
+"help.text"
+msgid "The ADO interface is a Microsoft Windows proprietary container for connecting to databases."
msgstr ""
-#: 05020100.xhp#hd_id3154146.20.help.text
-msgid "Delete cascade"
-msgstr "კასკადის წაშლა"
-
-#: 05020100.xhp#par_id3155309.21.help.text
-msgid "<ahelp hid=\"DBACCESS_RADIOBUTTON_DLG_REL_PROPERTIES_RB_CASC_DEL\">Specifies that all external key fields will be deleted if you delete the corresponding primary key field.</ahelp>"
+#. G4;A
+#: dabawiz02ado.xhp
+msgctxt ""
+"dabawiz02ado.xhp\n"
+"par_idN10568\n"
+"help.text"
+msgid "$[officename] requires the Microsoft Data Access Components (MDAC) to use the ADO interface. Microsoft Windows 2000 and XP include these components by default. For earlier visions of Windows, you need to install MDAC separately. You can download MDAC from the Microsoft web site."
msgstr ""
-#: 05020100.xhp#par_id3153140.22.help.text
-msgid "When you delete a primary key field with the<emph> Delete cascade </emph>option, all records from other tables that have this key as their foreign key are also deleted. Use this option with great care; it is possible that a major portion of the database can be deleted."
-msgstr "პირველადი გასაღების ველის წაშლისას<emph> კასკადის წაშლის </emph>პარამეტრის შერჩევით, სხვა ცხრილების ყველა ჩანაწერი, რომლებსაც ეს გასაღები უცხო გასაღებად აქვთ, წაიშლება. გამოიყენეთ ეს პარამეტრი დიდი სიფრთხილით, რადგან შესაძლოა მონაცემთა ბაზის დიდი ნაწილის წაშლა"
+#. qz=N
+#: dabawiz02ado.xhp
+msgctxt ""
+"dabawiz02ado.xhp\n"
+"par_idN1056B\n"
+"help.text"
+msgid "Data source URL"
+msgstr ""
-#: 05020100.xhp#hd_id3152596.23.help.text
-msgctxt "05020100.xhp#hd_id3152596.23.help.text"
-msgid "Set null"
+#. 8Te(
+#: dabawiz02ado.xhp
+msgctxt ""
+"dabawiz02ado.xhp\n"
+"par_idN1056F\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the data source URL.</ahelp>"
msgstr ""
-#: 05020100.xhp#par_id3153363.24.help.text
-msgid "<ahelp hid=\"DBACCESS_RADIOBUTTON_DLG_REL_PROPERTIES_RB_CASC_DEL_NULL\">If you delete the corresponding primary key, the \"IS NULL\" value will be assigned to all external key fields.</ahelp>"
+#. AVuX
+#: dabawiz02ado.xhp
+msgctxt ""
+"dabawiz02ado.xhp\n"
+"par_idN10572\n"
+"help.text"
+msgid "Example URLs"
msgstr ""
-#: 05020100.xhp#hd_id3145272.25.help.text
-msgid "Set Default"
-msgstr "ნაგულისხმევის დაყენება"
+#. mZrY
+#: dabawiz02ado.xhp
+msgctxt ""
+"dabawiz02ado.xhp\n"
+"par_idN10576\n"
+"help.text"
+msgid "To connect to an Access 2000 file, use the format:"
+msgstr ""
-#: 05020100.xhp#par_id3154320.26.help.text
-msgid "<ahelp hid=\"DBACCESS_RADIOBUTTON_DLG_REL_PROPERTIES_RB_CASC_DEL_DEFAULT\">If you delete the corresponding primary key, a set value will be set to all external key fields.</ahelp>"
+#. D?F}
+#: dabawiz02ado.xhp
+msgctxt ""
+"dabawiz02ado.xhp\n"
+"par_idN10579\n"
+"help.text"
+msgid "PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=c:\\Access\\nwind2000.mdb"
msgstr ""
-#: menutools.xhp#tit.help.text
-#, fuzzy
-msgid "Tools"
+#. l][C
+#: dabawiz02ado.xhp
+msgctxt ""
+"dabawiz02ado.xhp\n"
+"par_idN1057C\n"
+"help.text"
+msgid "To connect with a name to a catalog on a Microsoft SQL server that has a name turner, enter:"
msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ინსტრუმენტები\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ინსტრუმენტები\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ინსტრუმენტები\n"
-"#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ხელსაწყოები"
-#: menutools.xhp#par_idN1054D.help.text
-msgid "<link href=\"text/shared/explorer/database/menutools.xhp\">Tools</link>"
+#. b-$+
+#: dabawiz02ado.xhp
+msgctxt ""
+"dabawiz02ado.xhp\n"
+"par_idN1057F\n"
+"help.text"
+msgid "PROVIDER=sqloledb;DATA SOURCE=turner;INITIAL CATALOG=First"
msgstr ""
-#: menutools.xhp#par_idN1055D.help.text
-msgid "<ahelp hid=\".\">The Tools menu of a database window.</ahelp>"
+#. F7q0
+#: dabawiz02ado.xhp
+msgctxt ""
+"dabawiz02ado.xhp\n"
+"par_idN10582\n"
+"help.text"
+msgid "To access an ODBC driver as a provider:"
msgstr ""
-#: menutools.xhp#par_idN10560.help.text
-msgid "Relationships"
+#. ;N%i
+#: dabawiz02ado.xhp
+msgctxt ""
+"dabawiz02ado.xhp\n"
+"par_idN10585\n"
+"help.text"
+msgid "DSN=SQLSERVER"
msgstr ""
-#: menutools.xhp#par_idN10576.help.text
-msgid "<ahelp hid=\".\">Opens the <link href=\"text/shared/explorer/database/05020000.xhp\">Relation Design</link> view and checks whether the database connection supports relations.</ahelp>"
+#. ik:s
+#: dabawiz02ado.xhp
+msgctxt ""
+"dabawiz02ado.xhp\n"
+"par_idN10588\n"
+"help.text"
+msgid "Browse"
msgstr ""
-#: menutools.xhp#par_idN1058A.help.text
-msgid "User Administration"
+#. gb-B
+#: dabawiz02ado.xhp
+msgctxt ""
+"dabawiz02ado.xhp\n"
+"par_idN1058C\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click to open a database selection dialog.</ahelp>"
msgstr ""
-#: menutools.xhp#par_idN1058E.help.text
-msgid "<ahelp hid=\".\">Opens the User Administration dialog if the database supports this feature.</ahelp>"
+#. )HmX
+#: dabawiz02ado.xhp
+msgctxt ""
+"dabawiz02ado.xhp\n"
+"par_idN10596\n"
+"help.text"
+msgid "<ahelp hid=\".\">A user name can have a maximum of 18 characters.</ahelp>"
msgstr ""
-#: menutools.xhp#hd_id3153880.13.help.text
-msgctxt "menutools.xhp#hd_id3153880.13.help.text"
-msgid "Table Filter"
+#. l^l4
+#: dabawiz02ado.xhp
+msgctxt ""
+"dabawiz02ado.xhp\n"
+"par_idN10599\n"
+"help.text"
+msgid "<ahelp hid=\".\">A password must contain 3 to 18 characters.</ahelp>"
msgstr ""
-#: menutools.xhp#par_id3153252.14.help.text
-msgid "<ahelp hid=\"HID_DSADMIN_TABLE_SELECTOR\">Opens the Table Filter dialog where you can specify which tables of the database to show or to hide.</ahelp>"
+#. s30b
+#: dabawiz02ado.xhp
+msgctxt ""
+"dabawiz02ado.xhp\n"
+"par_idN1059C\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>"
msgstr ""
-#: menutools.xhp#par_id3150670.20.help.text
-msgid "Select the tables that you want to filter in the <emph>Filter</emph> list."
+#. kn]?
+#: migrate_macros.xhp
+msgctxt ""
+"migrate_macros.xhp\n"
+"tit\n"
+"help.text"
+msgid "Migrate Macros"
msgstr ""
-#: menutools.xhp#par_id3150985.23.help.text
-msgid "If you select the topmost table in a hierarchy, all of the tables in the hierarchy are selected."
+#. k5!+
+#: migrate_macros.xhp
+msgctxt ""
+"migrate_macros.xhp\n"
+"bm_id6009095\n"
+"help.text"
+msgid "<bookmark_value>wizards;macros (Base)</bookmark_value> <bookmark_value>Macro Wizard (Base)</bookmark_value> <bookmark_value>macros;attaching new (Base)</bookmark_value> <bookmark_value>migrating macros (Base)</bookmark_value>"
msgstr ""
-#: menutools.xhp#par_id3152349.24.help.text
-msgid "If you select a table that is at a lower level in the hierarchy, the tables that occur above it in the hierarchy are not selected."
+#. i-S)
+#: migrate_macros.xhp
+msgctxt ""
+"migrate_macros.xhp\n"
+"hd_id0112200902353472\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/migrate_macros.xhp\">Migrate Macros</link>"
msgstr ""
-#: menutools.xhp#par_idN105BC.help.text
-msgctxt "menutools.xhp#par_idN105BC.help.text"
-msgid "SQL"
+#. ,2A%
+#: migrate_macros.xhp
+msgctxt ""
+"migrate_macros.xhp\n"
+"par_id0112200902353466\n"
+"help.text"
+msgid "<ahelp hid=\".\">The Database Document Macro Migration Wizard moves existing macros from sub-documents of an old Base file into the new Base file's macro storage area.</ahelp>"
msgstr ""
-#: menutools.xhp#par_idN105C0.help.text
-msgid "<ahelp hid=\".\">Opens the SQL dialog where you can enter SQL statements.</ahelp>"
+#. y:!U
+#: migrate_macros.xhp
+msgctxt ""
+"migrate_macros.xhp\n"
+"par_id0224200911454780\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Choose a location and file name to save the new database file. By default, the new file gets the same name as the old file, while the old file gets renamed with the string \"backup\" in the name.</ahelp>"
msgstr ""
-#: tablewizard02.xhp#tit.help.text
-msgid "Table Wizard - Set Types and Formats"
+#. u+1^
+#: migrate_macros.xhp
+msgctxt ""
+"migrate_macros.xhp\n"
+"par_id022420091145472\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">The list shows all changes that were applied to the database file.</ahelp>"
msgstr ""
-#: tablewizard02.xhp#par_idN10552.help.text
-msgid "<link href=\"text/shared/explorer/database/tablewizard02.xhp\">Table Wizard - Set Types and Formats</link>"
+#. [Dt}
+#: migrate_macros.xhp
+msgctxt ""
+"migrate_macros.xhp\n"
+"par_id0112200902353542\n"
+"help.text"
+msgid "Previously, macros have been allowed to reside only in the text sub-documents of forms and reports. Now macros can also be stored in the Base file itself. This means that macros in Base files can be called now from any of its sub-components: forms, reports, table design, query design, relation design, table data view."
msgstr ""
-#: tablewizard02.xhp#par_idN10562.help.text
-msgid "Specifies the field information for your selected fields."
+#. C~b9
+#: migrate_macros.xhp
+msgctxt ""
+"migrate_macros.xhp\n"
+"par_id0112200903075865\n"
+"help.text"
+msgid "However, it is technically not possible to store macros both in a Base file and in its sub-documents at the same time. So, if you want to attach some new macros to the Base file, while retaining any existing old macros that were stored in the sub-documents, you must move the existing old macros up to the Base file's macro storage area."
msgstr ""
-#: tablewizard02.xhp#par_idN10565.help.text
-msgid "Selected fields"
+#. AqOa
+#: migrate_macros.xhp
+msgctxt ""
+"migrate_macros.xhp\n"
+"par_id0112200903075830\n"
+"help.text"
+msgid "The Database Document Macro Migration Wizard can move the macros up into the Base file's storage area. You can then examine the macros and edit them as needed."
msgstr ""
-#: tablewizard02.xhp#par_idN10569.help.text
-msgid "<ahelp hid=\".\">Select a field in order to edit the field information.</ahelp>"
+#. 8Rn`
+#: migrate_macros.xhp
+msgctxt ""
+"migrate_macros.xhp\n"
+"par_id0112200903075951\n"
+"help.text"
+msgid "For example, it is possible that macros from the sub-documents had the same module names and macro names. After you moved the macros into one common macro storage area, you must edit the macros to make the names unique. The wizard cannot do this."
msgstr ""
-#: tablewizard02.xhp#par_idN10574.help.text
-msgctxt "tablewizard02.xhp#par_idN10574.help.text"
-msgid "-"
+#. _o`1
+#: migrate_macros.xhp
+msgctxt ""
+"migrate_macros.xhp\n"
+"par_id0112200903075915\n"
+"help.text"
+msgid "The wizard can backup the Base file to another folder of your choice. The wizard changes the original Base file. The backup remains unchanged."
msgstr ""
-#: tablewizard02.xhp#par_idN10578.help.text
-msgid "<ahelp hid=\".\">Remove the selected field from the list box.</ahelp>"
+#. cO1q
+#: migrate_macros.xhp
+msgctxt ""
+"migrate_macros.xhp\n"
+"par_id0112200902353554\n"
+"help.text"
+msgid "<link href=\"http://wiki.documentfoundation.org/Macros_in_Database_Documents\">An in depth explanation by the developers (Wiki).</link>"
msgstr ""
-#: tablewizard02.xhp#par_idN1057B.help.text
-msgctxt "tablewizard02.xhp#par_idN1057B.help.text"
-msgid "+"
+#. Jh):
+#: 02000002.xhp
+msgctxt ""
+"02000002.xhp\n"
+"tit\n"
+"help.text"
+msgid "Missing Element"
msgstr ""
-#: tablewizard02.xhp#par_idN1057F.help.text
-msgid "<ahelp hid=\".\">Add a new data field to the list box.</ahelp>"
+#. d)R|
+#: 02000002.xhp
+msgctxt ""
+"02000002.xhp\n"
+"bm_id3150445\n"
+"help.text"
+msgid "<bookmark_value>queries; missing elements (Base)</bookmark_value>"
msgstr ""
-#: tablewizard02.xhp#par_idN10582.help.text
-msgid "Field information"
+#. .0r-
+#: 02000002.xhp
+msgctxt ""
+"02000002.xhp\n"
+"hd_id3150445\n"
+"1\n"
+"help.text"
+msgid "Missing Element"
msgstr ""
-#: tablewizard02.xhp#par_idN10586.help.text
-msgctxt "tablewizard02.xhp#par_idN10586.help.text"
-msgid "Field name"
-msgstr "ველის სახელი"
+#. sB0D
+#: 02000002.xhp
+msgctxt ""
+"02000002.xhp\n"
+"par_id3150247\n"
+"2\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 "თუ მოთხოვნა, რომელშიც ცხრილები ან ველები აღარ არსებობს, ღიაა ჩნდება დიალოგის ფანჯარა<emph> ელემენტი არ არის </emph>. აღნიშნული დიალოგის ფანჯარა ასახელებს იმ გამოტოვებულ ცხრილს ან ველს, რომლის ინტერპრეტირება შეუძლებელია და საშუალებას გაძლევთ გადაწყვიტოთ, თუ როგორ გსურთ პროცედურის გაგრძელება"
+
+#. qG8Q
+#: 02000002.xhp
+msgctxt ""
+"02000002.xhp\n"
+"hd_id3145072\n"
+"3\n"
+"help.text"
+msgid "How to continue?"
+msgstr "როგორ გავაგრძელო?"
-#: tablewizard02.xhp#par_idN1058A.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\">Displays the name of the selected data field. If you want, you can enter a new name.</ahelp>"
-msgstr "<ahelp hid=\"HID_TAB_ENT_COLUMNNAME\">აჩვენებს მონიშნული მონაცემთა ველის სახელს. თუ გსურთ, შეგიძლიათ შეიტანოთ ახალი სახელი.</ahelp>"
+#. _6f%
+#: 02000002.xhp
+msgctxt ""
+"02000002.xhp\n"
+"par_id3149177\n"
+"4\n"
+"help.text"
+msgid "There are three options available for answering this question:"
+msgstr "ამ კითხვაზე პასუხის სამი ვარიანტი არსებობს:"
-#: tablewizard02.xhp#par_idN1058D.help.text
-msgctxt "tablewizard02.xhp#par_idN1058D.help.text"
-msgid "Field type"
+#. |$O]
+#: 02000002.xhp
+msgctxt ""
+"02000002.xhp\n"
+"hd_id3147576\n"
+"5\n"
+"help.text"
+msgid "Do you really want to open the query in the graphic view?"
msgstr ""
-#: tablewizard02.xhp#par_idN10591.help.text
-msgid "<ahelp hid=\".\">Select a field type.</ahelp>"
+#. H_-5
+#: 02000002.xhp
+msgctxt ""
+"02000002.xhp\n"
+"par_id3166461\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/shared/explorer/database/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 ""
-#: tablewizard02.xhp#hd_id5486922.help.text
-msgid "AutoValue"
-msgstr ""
+#. d(9i
+#: 02000002.xhp
+msgctxt ""
+"02000002.xhp\n"
+"par_id3153031\n"
+"7\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 "მოთხოვნა გახსნილია დიზაინის ხედში (გრაფიკულ ინტერფეისში). გამოტოვებული ცხრილები გამოჩნდება, როგორც ცარიელი, ხოლო არასწორი ველები გამოჩნდება, საკუთარი (არასწორი) სახელებით ველთა ჩამონათვალში. ეს საშuალებას გაძლევთ იმუშაოთ სწორედ იმ ველებზე, რომლებლაც შეცდომა გამოიწვია"
-#: tablewizard02.xhp#par_id4198736.help.text
-msgid "<ahelp hid=\".\">If set to Yes, the values for this data field are generated by the database engine.</ahelp>"
+#. sd\C
+#: 02000002.xhp
+msgctxt ""
+"02000002.xhp\n"
+"hd_id3149578\n"
+"8\n"
+"help.text"
+msgid "Open the query in the SQL View"
msgstr ""
-#: tablewizard02.xhp#par_idN106A0.help.text
-msgid "Entry required"
+#. eS@@
+#: 02000002.xhp
+msgctxt ""
+"02000002.xhp\n"
+"par_id3159157\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/shared/explorer/database/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 ""
-#: tablewizard02.xhp#par_idN106A6.help.text
-msgid "<ahelp hid=\".\">If set to Yes, this field must not be empty.</ahelp>"
-msgstr ""
+#. KIn7
+#: 02000002.xhp
+msgctxt ""
+"02000002.xhp\n"
+"hd_id3150984\n"
+"10\n"
+"help.text"
+msgid "Do not open the query"
+msgstr "არ გახსნათ მოთხოვნა"
-#: tablewizard02.xhp#par_idN10594.help.text
-msgctxt "tablewizard02.xhp#par_idN10594.help.text"
-msgid "Length"
+#. 5_5w
+#: 02000002.xhp
+msgctxt ""
+"02000002.xhp\n"
+"par_id3156329\n"
+"11\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 "<ahelp hid=\".\">საშუალებას გაძლევთ გააუქმოთ პროცედურა და დააზუსტოთ რომ მოთხოვნა არ უნდ აგაიხსნას.</ahelp> ეს ოფცია<emph>გაუქმების</emph> დიალოგის ღილაკის ანალოგიურ ფუნქციას ასრულებს."
+
+#. ,(yD
+#: 02000002.xhp
+msgctxt ""
+"02000002.xhp\n"
+"hd_id3148492\n"
+"12\n"
+"help.text"
+msgid "Also ignore similar errors"
+msgstr "არ გაითვაილისწინო მსგავსი შეცდომები"
+
+#. s]Yn
+#: 02000002.xhp
+msgctxt ""
+"02000002.xhp\n"
+"par_id3154285\n"
+"13\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 ""
-#: tablewizard02.xhp#par_idN10598.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\">Specifies the number of characters for the data field.</ahelp>"
-msgstr "<ahelp hid=\"HID_TAB_ENT_LEN\">შეიტანეთ სიმბოლოთა ოდენობა მონაცემთა ველისთვის.</ahelp>"
+#. ~\sH
+#: dabawiz00.xhp
+msgctxt ""
+"dabawiz00.xhp\n"
+"tit\n"
+"help.text"
+msgid "Database Wizard"
+msgstr ""
-#: tablewizard02.xhp#par_idN1059B.help.text
-msgctxt "tablewizard02.xhp#par_idN1059B.help.text"
-msgid "Decimal places"
+#. GJ-H
+#: dabawiz00.xhp
+msgctxt ""
+"dabawiz00.xhp\n"
+"bm_id2026429\n"
+"help.text"
+msgid "<bookmark_value>wizards;databases (Base)</bookmark_value><bookmark_value>Database Wizard (Base)</bookmark_value><bookmark_value>databases; formats (Base)</bookmark_value><bookmark_value>MySQL databases (Base)</bookmark_value><bookmark_value>dBASE; database settings (Base)</bookmark_value><bookmark_value>spreadsheets;as databases (base)</bookmark_value>"
msgstr ""
-#: tablewizard02.xhp#par_idN1059F.help.text
-msgid "<ahelp hid=\".\">Specifies the number of decimal places for the data field. This option is only available for numerical or decimal data fields.</ahelp>"
+#. Ckp|
+#: dabawiz00.xhp
+msgctxt ""
+"dabawiz00.xhp\n"
+"par_idN105B4\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>"
msgstr ""
-#: tablewizard02.xhp#par_idN105A2.help.text
-msgctxt "tablewizard02.xhp#par_idN105A2.help.text"
-msgid "Default value"
+#. D$`O
+#: dabawiz00.xhp
+msgctxt ""
+"dabawiz00.xhp\n"
+"par_idN105C4\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">The Database Wizard creates a database file that contains information about a database.</ahelp>"
msgstr ""
-#: tablewizard02.xhp#par_idN105A6.help.text
-msgid "<ahelp hid=\".\">Specifies the default value for a Yes/No field.</ahelp>"
+#. PXEu
+#: dabawiz00.xhp
+msgctxt ""
+"dabawiz00.xhp\n"
+"par_id9856563\n"
+"help.text"
+msgid "The Database Wizard creates a <link href=\"text/shared/explorer/database/dabadoc.xhp\">database file</link> that contains information about a database."
msgstr ""
-#: tablewizard02.xhp#par_idN10730.help.text
-msgctxt "tablewizard02.xhp#par_idN10730.help.text"
-msgid "Auto-increment statement"
+#. (=K@
+#: dabawiz00.xhp
+msgctxt ""
+"dabawiz00.xhp\n"
+"par_idN105D5\n"
+"help.text"
+msgid "Depending on the type of operation and the type of database, the Database Wizard consists of a varying number of steps."
msgstr ""
-#: tablewizard02.xhp#par_id6706747.help.text
-msgctxt "tablewizard02.xhp#par_id6706747.help.text"
-msgid "<ahelp hid=\".\">Enter the SQL command specifier that instructs the data source to auto-increment a specified Integer data field.</ahelp> For example, the following MySQL statement used the AUTO_INCREMENT statement to increase the \"id\" field each time the statement creates a data field:"
+#. NUjr
+#: dabawiz00.xhp
+msgctxt ""
+"dabawiz00.xhp\n"
+"par_idN105DB\n"
+"help.text"
+msgid "If you create a new database file, the wizard contains two steps."
msgstr ""
-#: tablewizard02.xhp#par_id8946501.help.text
-msgctxt "tablewizard02.xhp#par_id8946501.help.text"
-msgid "CREATE TABLE \"table1\" (\"id\" INTEGER AUTO_INCREMENT)"
+#. Y~{|
+#: dabawiz00.xhp
+msgctxt ""
+"dabawiz00.xhp\n"
+"par_idN105DF\n"
+"help.text"
+msgid "If you open the Database Wizard to create a database file for an existing database connection, there may be more steps to specify paths, authentication information, and more."
msgstr ""
-#: tablewizard02.xhp#par_id4846949.help.text
-msgid "For this example, you must enter AUTO_INCREMENT into the Auto-increment statement box."
+#. ;|Jw
+#: dabawiz00.xhp
+msgctxt ""
+"dabawiz00.xhp\n"
+"par_idN105F2\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz02text.xhp\">Set up text file connection</link>"
msgstr ""
-#: tablewizard02.xhp#par_idN105A9.help.text
-msgid "<link href=\"text/shared/explorer/database/tablewizard03.xhp\" name=\"Table Wizard - Set primary key\">Table Wizard - Set primary key</link>"
+#. 53/\
+#: dabawiz00.xhp
+msgctxt ""
+"dabawiz00.xhp\n"
+"par_idN10601\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz02access.xhp\">Set up Microsoft Access connection</link>"
msgstr ""
-#: dabawiz02adabas.xhp#tit.help.text
-msgid "Adabas D Connection"
+#. fPuq
+#: dabawiz00.xhp
+msgctxt ""
+"dabawiz00.xhp\n"
+"par_idN1062E\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz02ado.xhp\">Set up ADO connection</link>"
msgstr ""
-#: dabawiz02adabas.xhp#bm_id6591082.help.text
-msgid "<bookmark_value>Adabas D databases (base)</bookmark_value>"
+#. Go9i
+#: dabawiz00.xhp
+msgctxt ""
+"dabawiz00.xhp\n"
+"par_idN10610\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz02ldap.xhp\">Set up LDAP connection</link>"
msgstr ""
-#: dabawiz02adabas.xhp#par_idN1053A.help.text
-msgid "<variable id=\"adabas\"><link href=\"text/shared/explorer/database/dabawiz02adabas.xhp\">Adabas D Connection</link></variable>"
+#. b*m2
+#: dabawiz00.xhp
+msgctxt ""
+"dabawiz00.xhp\n"
+"par_idN1061F\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz02adabas.xhp\">Set up Adabas D connection</link>"
msgstr ""
-#: dabawiz02adabas.xhp#par_idN1053E.help.text
-msgid "<ahelp hid=\".\">Specifies the settings for importing an Adabas D database.</ahelp>"
+#. a=cw
+#: dabawiz00.xhp
+msgctxt ""
+"dabawiz00.xhp\n"
+"par_idN1070F\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz02dbase.xhp\">Set up dBASE connection</link>"
msgstr ""
-#: dabawiz02adabas.xhp#par_idN10541.help.text
-msgid "Name of the Adabas D database"
+#. !+,e
+#: dabawiz00.xhp
+msgctxt ""
+"dabawiz00.xhp\n"
+"par_idN1063D\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz02jdbc.xhp\">Set up JDBC connection</link>"
msgstr ""
-#: dabawiz02adabas.xhp#par_idN10545.help.text
-msgid "<ahelp hid=\".\">Enter the name of the database file.</ahelp>"
-msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
+#. /*\k
+#: dabawiz00.xhp
+msgctxt ""
+"dabawiz00.xhp\n"
+"par_idN1064C\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz02oracle.xhp\">Set up Oracle database connection</link>"
+msgstr ""
-#: dabawiz02adabas.xhp#par_idN10548.help.text
-msgctxt "dabawiz02adabas.xhp#par_idN10548.help.text"
-msgid "Browse"
+#. $X9\
+#: dabawiz00.xhp
+msgctxt ""
+"dabawiz00.xhp\n"
+"par_idN1065B\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz02mysql.xhp\">MySQL settings</link>"
msgstr ""
-#: dabawiz02adabas.xhp#par_idN1054C.help.text
-msgctxt "dabawiz02adabas.xhp#par_idN1054C.help.text"
-msgid "<ahelp hid=\".\">Click to open a file selection dialog.</ahelp>"
+#. p;B=
+#: dabawiz00.xhp
+msgctxt ""
+"dabawiz00.xhp\n"
+"par_idN1066A\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz02odbc.xhp\">ODBC settings</link>"
msgstr ""
-#: dabawiz02adabas.xhp#par_idN1054F.help.text
-msgctxt "dabawiz02adabas.xhp#par_idN1054F.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz03auth.xhp\">Authentication</link>"
+#. ^R4,
+#: dabawiz00.xhp
+msgctxt ""
+"dabawiz00.xhp\n"
+"par_idN10679\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz02spreadsheet.xhp\">Set up Spreadsheet connection</link>"
msgstr ""
-#: dabawiz02adabas.xhp#par_idN10560.help.text
-msgctxt "dabawiz02adabas.xhp#par_idN10560.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>"
+#. 5TW7
+#: rep_pagenumbers.xhp
+msgctxt ""
+"rep_pagenumbers.xhp\n"
+"tit\n"
+"help.text"
+msgid "Page Numbers"
msgstr ""
-#: dabawiz02adabas.xhp#par_id1647083.help.text
-msgid "<link href=\"text/shared/explorer/database/30000000.xhp\" name=\"Adabas D database format\">Adabas D database format</link>."
+#. %?2=
+#: rep_pagenumbers.xhp
+msgctxt ""
+"rep_pagenumbers.xhp\n"
+"hd_id3674123\n"
+"help.text"
+msgid "<variable id=\"rep_pagenumbers\"><link href=\"text/shared/explorer/database/rep_pagenumbers.xhp\">Page Numbers</link></variable>"
msgstr ""
-#: 30100000.xhp#tit.help.text
-msgctxt "30100000.xhp#tit.help.text"
-msgid "Create New Adabas Database"
+#. =01Z
+#: rep_pagenumbers.xhp
+msgctxt ""
+"rep_pagenumbers.xhp\n"
+"par_id3424481\n"
+"help.text"
+msgid "<ahelp hid=\".\">You can open the Page Numbers dialog of the <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link> by choosing <item type=\"menuitem\">Insert - Page Numbers</item>.</ahelp>"
msgstr ""
-#: 30100000.xhp#hd_id3159176.1.help.text
-msgid "<link href=\"text/shared/explorer/database/30100000.xhp\" name=\"Create New Adabas Database\">Create New Adabas Database</link>"
+#. -^5m
+#: rep_pagenumbers.xhp
+msgctxt ""
+"rep_pagenumbers.xhp\n"
+"par_id1068758\n"
+"help.text"
+msgid "Press <item type=\"keycode\">Shift-F1</item> and point with the mouse at an input box to see a help text for this input box."
msgstr ""
-#: 30100000.xhp#par_id3154515.2.help.text
-msgid "Creates a new <link href=\"text/shared/explorer/database/30000000.xhp\" name=\"Adabas database\">Adabas database</link>."
+#. 5lH6
+#: rep_pagenumbers.xhp
+msgctxt ""
+"rep_pagenumbers.xhp\n"
+"par_id1559190\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Page N</ahelp>"
msgstr ""
-#: 30100000.xhp#hd_id3156117.37.help.text
-msgid "Database name"
+#. t\1)
+#: rep_pagenumbers.xhp
+msgctxt ""
+"rep_pagenumbers.xhp\n"
+"par_id9879146\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Page N of M</ahelp>"
msgstr ""
-#: 30100000.xhp#par_id3158432.38.help.text
-msgid "<ahelp hid=\"HID_DLG_ADABAS_DBNAME\">Type the name of the database.</ahelp> The name is added to the <emph>Data source URL</emph> field."
+#. mBjD
+#: rep_pagenumbers.xhp
+msgctxt ""
+"rep_pagenumbers.xhp\n"
+"par_id9404278\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Top of Page (Header)</ahelp>"
msgstr ""
-#: 30100000.xhp#hd_id3150256.3.help.text
-msgctxt "30100000.xhp#hd_id3150256.3.help.text"
-msgid "User settings"
+#. #m)2
+#: rep_pagenumbers.xhp
+msgctxt ""
+"rep_pagenumbers.xhp\n"
+"par_id7626880\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Bottom of Page (Footer)</ahelp>"
msgstr ""
-#: 30100000.xhp#hd_id3155628.5.help.text
-msgid "Administrator"
+#. o``;
+#: rep_pagenumbers.xhp
+msgctxt ""
+"rep_pagenumbers.xhp\n"
+"par_id6124149\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Alignment</ahelp>"
msgstr ""
-#: 30100000.xhp#par_id3145609.6.help.text
-msgid "<ahelp hid=\"HID_DLG_ADABAS_SYSUSR\" visibility=\"hidden\">Enter the name of the database administrator.</ahelp> The administrator name and password is assigned when you create an Adabas database. Apart from the administrator, two more users can access the Adabas database."
+#. I,l-
+#: rep_pagenumbers.xhp
+msgctxt ""
+"rep_pagenumbers.xhp\n"
+"par_id9651478\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Show Number on First Page</ahelp>"
msgstr ""
-#: 30100000.xhp#hd_id3149045.7.help.text
-msgid "Control User"
+#. vjk[
+#: rep_pagenumbers.xhp
+msgctxt ""
+"rep_pagenumbers.xhp\n"
+"par_id8257087\n"
+"help.text"
+msgid "Select the format for the page numbers, either \"Page N\" or \"Page N of M\", where N stands for the current page number, and M for the total number of pages in the report."
msgstr ""
-#: 30100000.xhp#par_id3149294.8.help.text
-msgid "<ahelp hid=\"HID_DLG_ADABAS_CONUSR\">Enter the name of a user that you want to give limited control to modify some parameters of the database. Normally, the default settings for the name and the password of the control user are not changed.</ahelp> The control user does not affect the three-user limitation."
+#. q5J,
+#: rep_pagenumbers.xhp
+msgctxt ""
+"rep_pagenumbers.xhp\n"
+"par_id3479415\n"
+"help.text"
+msgid "Select to show the page numbers in the Page Header area or in the Page Footer area."
msgstr ""
-#: 30100000.xhp#hd_id3153379.9.help.text
-msgid "Domain User"
+#. U*xC
+#: rep_pagenumbers.xhp
+msgctxt ""
+"rep_pagenumbers.xhp\n"
+"par_id4441663\n"
+"help.text"
+msgid "Select an alignment. By default the page numbers are centered between the left and right margins. You can align the field to the left or right. You can also select Inside to print page number on odd pages on the left side and even page numbers on the right side. Select Outside for the opposite alignment."
msgstr ""
-#: 30100000.xhp#par_id3153362.10.help.text
-msgid "<ahelp hid=\"HID_DLG_ADABAS_USR\">Enter the name of the domain user that is used by Adabas internally. Normally, the default settings for the name and password of the domain user are not changed.</ahelp> The domain user does not affect the three-user limit."
+#. _W0y
+#: rep_pagenumbers.xhp
+msgctxt ""
+"rep_pagenumbers.xhp\n"
+"par_id3012176\n"
+"help.text"
+msgid "When you click OK, a data field for the page numbers is inserted. If no header or footer area exist, the area will be created as needed."
msgstr ""
-#: 30100000.xhp#hd_id3147084.11.help.text
-msgctxt "30100000.xhp#hd_id3147084.11.help.text"
-msgid "Password"
+#. fiDs
+#: rep_pagenumbers.xhp
+msgctxt ""
+"rep_pagenumbers.xhp\n"
+"par_id8532670\n"
+"help.text"
+msgid "You can click the data field and drag to another position within the same area, or edit the properties in the Properties window."
msgstr ""
-#: 30100000.xhp#par_id3148674.12.help.text
-msgid "<ahelp hid=\"HID_DLG_ADABAS_DOMAINPWD\">Enter a password.</ahelp>"
+#. nV*~
+#: dabawiz02text.xhp
+msgctxt ""
+"dabawiz02text.xhp\n"
+"tit\n"
+"help.text"
+msgid "Text File Connection"
msgstr ""
-#: 30100000.xhp#hd_id3144433.13.help.text
-msgid "Database settings"
+#. ^V;f
+#: dabawiz02text.xhp
+msgctxt ""
+"dabawiz02text.xhp\n"
+"bm_id2517166\n"
+"help.text"
+msgid "<bookmark_value>tables in databases;importing text formats (Base)</bookmark_value><bookmark_value>text databases (Base)</bookmark_value>"
msgstr ""
-#: 30100000.xhp#par_id3145607.15.help.text
-msgid "Drives containing parts of the Serverdb are called DEVSPACEs. To improve performance, store each DEVSPACE on separate drives."
+#. *^0;
+#: dabawiz02text.xhp
+msgctxt ""
+"dabawiz02text.xhp\n"
+"par_idN1054F\n"
+"help.text"
+msgid "Text File Connection"
msgstr ""
-#: 30100000.xhp#par_id3146985.36.help.text
-msgid "The file path for a DEVSPACE, including its file name, cannot exceed 40 characters."
+#. gu0F
+#: dabawiz02text.xhp
+msgctxt ""
+"dabawiz02text.xhp\n"
+"par_idN10553\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the settings for importing a database in text format.</ahelp>"
msgstr ""
-#: 30100000.xhp#hd_id3146148.16.help.text
-msgctxt "30100000.xhp#hd_id3146148.16.help.text"
-msgid "SYSDEVSPACE"
+#. QHZ6
+#: dabawiz02text.xhp
+msgctxt ""
+"dabawiz02text.xhp\n"
+"par_idN10568\n"
+"help.text"
+msgid "In a text format database, data is stored in an unformatted ASCII file, where each record comprises a row. The data fields are divided by separators. Text in the data fields is divided by quotation marks."
msgstr ""
-#: 30100000.xhp#par_id3149064.17.help.text
-msgid "<ahelp hid=\"HID_DLG_ADABAS_SYSDEVSPACE\">Enter the path for the system DEVSPACE.</ahelp> The SYSDEVSPACE manages the configuration data for the database. The size of the SYSDEVSPACE depends on the size of the database."
+#. 3Lrc
+#: dabawiz02text.xhp
+msgctxt ""
+"dabawiz02text.xhp\n"
+"par_idN1056B\n"
+"help.text"
+msgid "Path to text files"
msgstr ""
-#: 30100000.xhp#hd_id3147319.18.help.text
-msgctxt "30100000.xhp#hd_id3147319.18.help.text"
-msgid "TRANSACTIONLOG"
+#. o@p{
+#: dabawiz02text.xhp
+msgctxt ""
+"dabawiz02text.xhp\n"
+"par_idN1056F\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the path to the text file or files. If you just want one text file, you can use any extension of the file name. If you enter a folder name, the text files in that folder must have the extension *.csv to be recognized as files of the text database.</ahelp>"
msgstr ""
-#: 30100000.xhp#par_id3154190.19.help.text
-msgid "<ahelp hid=\"HID_DLG_ADABAS_TRANSACTIONLOG\">Enter the path for the transaction log file.</ahelp> This file records all modifications that are made to the database during a transaction, and overwrites them when the transaction is completed. The TRANSACTIONLOG is also used for the rollback of a transaction."
+#. C=p5
+#: dabawiz02text.xhp
+msgctxt ""
+"dabawiz02text.xhp\n"
+"par_idN10572\n"
+"help.text"
+msgid "Browse"
msgstr ""
-#: 30100000.xhp#hd_id3145748.20.help.text
-msgctxt "30100000.xhp#hd_id3145748.20.help.text"
-msgid "DATADEVSPACE"
+#. \Kv^
+#: dabawiz02text.xhp
+msgctxt ""
+"dabawiz02text.xhp\n"
+"par_idN10576\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click to open a file selection dialog.</ahelp>"
msgstr ""
-#: 30100000.xhp#par_id3152597.21.help.text
-msgid "<ahelp hid=\"HID_DLG_ADABAS_DATADEVSPACE\">Enter the path for the data DEVSPACE.</ahelp> This file stores user data, such as tables and indexes, as well as the SQL catalog (schema info). The data contained in one user table is evenly distributed across all DATADEVSPACEs. The combined size of all DATADEVSPACEs corresponds to the size of the database."
+#. .$Is
+#: dabawiz02text.xhp
+msgctxt ""
+"dabawiz02text.xhp\n"
+"par_idN10616\n"
+"help.text"
+msgid "Plain text files (*.txt)"
msgstr ""
-#: 30100000.xhp#par_id3150103.22.help.text
-msgid "The maximum size for a DATADEVSPACE in the limited version Adabas database is 100MB."
+#. hb][
+#: dabawiz02text.xhp
+msgctxt ""
+"dabawiz02text.xhp\n"
+"par_idN1061A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click to access txt files.</ahelp>"
msgstr ""
-#: 30100000.xhp#par_id3147426.23.help.text
-msgid "If the DATADEVSPACE reaches full capacity during a database operation, Adabas shuts down, increases the capacity of the DATADEVSPACE (up to 100 MB), and restarts the database. Saved data is not lost."
+#. OHUe
+#: dabawiz02text.xhp
+msgctxt ""
+"dabawiz02text.xhp\n"
+"par_idN10643\n"
+"help.text"
+msgid "'Comma separated value' files (*.csv)"
msgstr ""
-#: 30100000.xhp#hd_id3153189.24.help.text
-msgctxt "30100000.xhp#hd_id3153189.24.help.text"
-msgid "..."
+#. F1Rd
+#: dabawiz02text.xhp
+msgctxt ""
+"dabawiz02text.xhp\n"
+"par_idN10647\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click to access csv files.</ahelp>"
msgstr ""
-#: 30100000.xhp#par_id3153091.25.help.text
-msgid "<ahelp hid=\"HID_DLG_ADABAS_PBDATADEVSPACE\">Locate the directory where you want to save the file, and then click <emph>OK</emph>.</ahelp>"
+#. `wjP
+#: dabawiz02text.xhp
+msgctxt ""
+"dabawiz02text.xhp\n"
+"par_idN10666\n"
+"help.text"
+msgid "Custom"
+msgstr "ინდივიდუალური"
+
+#. /UWU
+#: dabawiz02text.xhp
+msgctxt ""
+"dabawiz02text.xhp\n"
+"par_idN1066A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click to access custom files. Enter the extension in the text box.</ahelp>"
msgstr ""
-#: 30100000.xhp#hd_id3150686.26.help.text
-msgid "Transaction file (MB)"
+#. u_-c
+#: dabawiz02text.xhp
+msgctxt ""
+"dabawiz02text.xhp\n"
+"par_idN10581\n"
+"help.text"
+msgid "Field separator"
msgstr ""
-#: 30100000.xhp#par_id3147396.27.help.text
-msgid "<ahelp hid=\"HID_DLG_ADABAS_TRANSACTIONLOG_SIZE\">Enter the size of the transaction file in megabytes.</ahelp>"
+#. je?l
+#: dabawiz02text.xhp
+msgctxt ""
+"dabawiz02text.xhp\n"
+"par_idN10585\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DSADMIN_FIELD_SEPARATOR\">Enter or select the character that separates data fields in the text file.</ahelp>"
msgstr ""
-#: 30100000.xhp#hd_id3157977.28.help.text
-msgid "Database size (MB)"
+#. LgUq
+#: dabawiz02text.xhp
+msgctxt ""
+"dabawiz02text.xhp\n"
+"par_idN1059C\n"
+"help.text"
+msgid "Text separator"
msgstr ""
-#: 30100000.xhp#par_id3150115.29.help.text
-msgid "<ahelp hid=\"HID_DLG_ADABAS_DATADEVSPACE_SIZE\">Enter the size of the database in megabytes here. The maximum size is 100 MB.</ahelp>"
+#. ~_n!
+#: dabawiz02text.xhp
+msgctxt ""
+"dabawiz02text.xhp\n"
+"par_idN105A0\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DSADMIN_TEXT_SEPARATOR\">Enter or select the character that identifies a text field in the text file.</ahelp> You cannot use the same character as the field separator."
msgstr ""
-#: 30100000.xhp#hd_id3155415.30.help.text
-msgctxt "30100000.xhp#hd_id3155415.30.help.text"
-msgid "Data buffer size (MB)"
+#. G16?
+#: dabawiz02text.xhp
+msgctxt ""
+"dabawiz02text.xhp\n"
+"par_idN105B8\n"
+"help.text"
+msgid "Decimal separator"
msgstr ""
-#: 30100000.xhp#par_id3149378.31.help.text
-msgid "<ahelp hid=\"HID_DLG_ADABAS_CACHE_SIZE\">Enter the size of the data cache in megabytes. </ahelp> The data buffer can be simultaneously accessed by all users and stores the most recently accessed pages from the DATADEVSPACEs."
+#. 6_H]
+#: dabawiz02text.xhp
+msgctxt ""
+"dabawiz02text.xhp\n"
+"par_idN105BC\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DSADMIN_DECIMAL_SEPARATOR\">Enter or select the character that is used as a decimal separator in the text file, for example, a period (0.5) or a comma (0,5).</ahelp>"
msgstr ""
-#: 02000002.xhp#tit.help.text
-msgctxt "02000002.xhp#tit.help.text"
-msgid "Missing Element"
+#. OfAh
+#: dabawiz02text.xhp
+msgctxt ""
+"dabawiz02text.xhp\n"
+"par_idN105D3\n"
+"help.text"
+msgid "Thousands separator"
msgstr ""
-#: 02000002.xhp#bm_id3150445.help.text
-msgid "<bookmark_value>queries; missing elements (Base)</bookmark_value>"
+#. K.:f
+#: dabawiz02text.xhp
+msgctxt ""
+"dabawiz02text.xhp\n"
+"par_idN105D7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DSADMIN_THOUSANDS_SEPARATOR\">Enter or select the character that is used as a thousands separator in the text file, for example a comma (1,000), or a period (1.000).</ahelp>"
msgstr ""
-#: 02000002.xhp#hd_id3150445.1.help.text
-msgctxt "02000002.xhp#hd_id3150445.1.help.text"
-msgid "Missing Element"
+#. QA48
+#: dabawiz02text.xhp
+msgctxt ""
+"dabawiz02text.xhp\n"
+"par_idN105E6\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>"
msgstr ""
-#: 02000002.xhp#par_id3150247.2.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 "თუ მოთხოვნა, რომელშიც ცხრილები ან ველები აღარ არსებობს, ღიაა ჩნდება დიალოგის ფანჯარა<emph> ელემენტი არ არის </emph>. აღნიშნული დიალოგის ფანჯარა ასახელებს იმ გამოტოვებულ ცხრილს ან ველს, რომლის ინტერპრეტირება შეუძლებელია და საშუალებას გაძლევთ გადაწყვიტოთ, თუ როგორ გსურთ პროცედურის გაგრძელება "
+#. J\[i
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Copy Table"
+msgstr "ცხრილის კოპირება"
-#: 02000002.xhp#hd_id3145072.3.help.text
-msgid "How to continue?"
-msgstr "როგორ გავაგრძელო?"
+#. ,6M^
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"hd_id3085157\n"
+"28\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/05030100.xhp\" name=\"Copy Table\">Copy Table</link>"
+msgstr "<link href=\"text/shared/explorer/database/05030100.xhp\" name=\"Copy Table\">ცხრილის კოპირება</link>"
-#: 02000002.xhp#par_id3149177.4.help.text
-msgid "There are three options available for answering this question:"
-msgstr "ამ კითხვაზე პასუხის სამი ვარიანტი არსებობს:"
+#. A{di
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3149264\n"
+"29\n"
+"help.text"
+msgid "You can copy a table by dragging and dropping the table onto the table area of a database file window. The <emph>Copy table </emph>dialog appears."
+msgstr "თქვენ შეგიძლიათ ცხრილის მონაცემთა ბაზის ფაილის ფანჯრის კოპირება ცხრილის არეში მისი გადატანა-ჩასმის მეშვეობით. რის შემდეგაც გამოჩნდება <emph>ცხრილის ჩასმის </emph>დიალოგური ფანჯარა."
-#: 02000002.xhp#hd_id3147576.5.help.text
-msgid "Do you really want to open the query in the graphic view?"
+#. Sh|n
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"hd_id3154926\n"
+"3\n"
+"help.text"
+msgid "Table name"
+msgstr "ცხრილის სახელი"
+
+#. v`f7
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3144740\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TAB_WIZ_TABLENAME_EDIT\">Specifies a name for the copy.</ahelp> Some databases only accept names containing eight or fewer characters."
+msgstr "<ahelp hid=\"HID_TAB_WIZ_TABLENAME_EDIT\">განსაზღვრავს სახელს ასლისთვის.</ahelp> ზოგიერთი მონაცემთა ბაზა აღიქვამს მხოლოდ რვა ან უფრო ნაკლებ სიმბოლოიან სახელს."
+
+#. U$UW
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"hd_id3154228\n"
+"5\n"
+"help.text"
+msgid "Options"
+msgstr "პარამეტრი"
+
+#. GG@7
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"hd_id3157898\n"
+"7\n"
+"help.text"
+msgid "Definition and data"
+msgstr "განსაზღვრება და მონაცემები"
+
+#. d\JE
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3150178\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_RADIOBUTTON_TAB_WIZ_COPYTABLE_RB_DEFDATA\">Creates a 1:1 copy of the database table.</ahelp> The table definition and the complete data are copied. The table definition includes the table structure and format from different data fields, including special field properties. The field contents supply the data."
msgstr ""
-#: 02000002.xhp#par_id3166461.6.help.text
-msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/shared/explorer/database/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."
+#. EAo8
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"hd_id3149346\n"
+"9\n"
+"help.text"
+msgid "Definition"
msgstr ""
-#: 02000002.xhp#par_id3153031.7.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 "მოთხოვნა გახსნილია დიზაინის ხედში (გრაფიკულ ინტერფეისში). გამოტოვებული ცხრილები გამოჩნდება, როგორც ცარიელი, ხოლო არასწორი ველები გამოჩნდება, საკუთარი (არასწორი) სახელებით ველთა ჩამონათვალში. ეს საშuალებას გაძლევთ იმუშაოთ სწორედ იმ ველებზე, რომლებლაც შეცდომა გამოიწვია"
+#. +SiE
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3156426\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_RADIOBUTTON_TAB_WIZ_COPYTABLE_RB_DEF\">Copies only the table definition and not the corresponding data.</ahelp>"
+msgstr ""
-#: 02000002.xhp#hd_id3149578.8.help.text
-msgid "Open the query in the SQL View"
+#. ,yhV
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"hd_id3143267\n"
+"22\n"
+"help.text"
+msgid "As table view"
+msgstr "როგორც ცხრილის ხედი"
+
+#. OT@7
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3153311\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_RADIOBUTTON_TAB_WIZ_COPYTABLE_RB_VIEW\">If the database supports Views, you can select this option only when a query is copied in a table container. This option enables you to see and edit a query as a normal table view.</ahelp> The table will be filtered in the view with a \"Select\" SQL statement."
+msgstr "<ahelp hid=\"DBACCESS_RADIOBUTTON_TAB_WIZ_COPYTABLE_RB_VIEW\">თუ მონაცემთა ბაზას აქვს ხედების მხარდაჭერა, თქვენ შეგიძlიათ მონიშნოთ ეს პარამეტრი მხოლოდ იმ შემთხვევაში თუ მოთხოვნა დაკოპირებულია ცხრილის კონტეინერში. ეს პარამეტრი საშუალებას გძლევთ ნახოთ და დაარედაქტიროთ მოთხოვნა ნორმალური ცხრილის ხედში </ahelp> ცხრილი გაფილტრება ხედში \"Select\" SQL განაცხადით."
+
+#. kYL`
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"hd_id3155535\n"
+"11\n"
+"help.text"
+msgid "Append data"
msgstr ""
-#: 02000002.xhp#par_id3159157.9.help.text
-msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/shared/explorer/database/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)."
+#. ~j2C
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3166410\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_RADIOBUTTON_TAB_WIZ_COPYTABLE_RB_APPENDDATA\">Appends the data of the table to be copied to an existing table.</ahelp>"
msgstr ""
-#: 02000002.xhp#hd_id3150984.10.help.text
-msgid "Do not open the query"
-msgstr "არ გახსნათ მოთხოვნა"
+#. (?4B
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3147275\n"
+"13\n"
+"help.text"
+msgid "The table definition must be exactly the same so that data can be copied. Data cannot be copied if a data field in the target table has another format than the data field in the source table."
+msgstr "ცხრილის განსაზღვრება უნდა იყოს ზუსტად იგივე, რათა შესაძლებელი იყოს მონაცემების კოპირება. მონაცემების კოპირება შეუძლებელია, თუ სამიზნე ცხრილში მონაცემთა ველს საწყისი ცხრილის მონაცემთა ველისგან განსხვავებული ფორმატი აქვს."
+
+#. 8xDt
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3156117\n"
+"31\n"
+"help.text"
+msgid "Match the data field names in the<emph> Copy Table</emph> dialog on the <link href=\"text/shared/explorer/database/05030400.xhp\" name=\"Apply Columns\">Apply Columns</link> page."
+msgstr "შეათავსეთ მონაცემთა ველების სახელები <emph> ცხრილის კოპირების</emph> დიალოგურ ფანჯარაში<link href=\"text/shared/explorer/database/05030400.xhp\" name=\"Apply Columns\">სვეტების მინიჭების</link> გვერდზე."
-#: 02000002.xhp#par_id3156329.11.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 "<ahelp hid=\".\">საშუალებას გაძლევთ გააუქმოთ პროცედურა და დააზუსტოთ რომ მოთხოვნა არ უნდ აგაიხსნას.</ahelp> ეს ოფცია<emph>გაუქმების</emph> დიალოგის ღილაკის ანალოგიურ ფუნქციას ასრულებს."
+#. y0Rl
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3153252\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_RADIOBUTTON_TAB_WIZ_COPYTABLE_RB_APPENDDATA\">If the data cannot be attached, you will see a list of fields in the <emph>Column Info</emph> dialog whose data cannot be copied.</ahelp> If you confirm this dialog with OK, only the data that does not appear in the list will be attached."
+msgstr "<ahelp hid=\"DBACCESS_RADIOBUTTON_TAB_WIZ_COPYTABLE_RB_APPENDDATA\">თუ მონაცემების თანდართვა შეუძლებელია, თქვენ დაინახავთ იმ ველების ჩამონათვალს <emph>სვეტების ინფორმაციის</emph> დიალოგურ ფანჯარაში, რომელთა მონაცემებსი კოპირებაც ვერ ხერხდება.</ahelp> თუ ამ დიალოგურ ფანჯარას დაადასტურებთ OK ღილაკზე დაჭერით, მოხდება მხოლოდ ის მონაცემთა ტანდართვა, რომელიც არ არის შესული ჩამონათვალში."
-#: 02000002.xhp#hd_id3148492.12.help.text
-msgid "Also ignore similar errors"
-msgstr "არ გაითვაილისწინო მსგავსი შეცდომები"
+#. bi%^
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3158430\n"
+"15\n"
+"help.text"
+msgid "If the fields of the target table have a smaller field length than in the source table when data is being attached, the source data fields will automatically be truncated to match the field lengths in the target table."
+msgstr "თუ მონაცემთა თანდართვისას სამიზნე ცხრილის ველების სიგრძე უფრო მცირეა ვიდრე საწყის ცხრილში, საწყისი მონაცემთა ველები ავტომატურად შეიკვეცება სამიზნე ცხრილში ველების სიგრძის შესაბამისად"
+
+#. RNVe
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"bm_id3149164\n"
+"help.text"
+msgid "<bookmark_value>primary keys; defining</bookmark_value>"
+msgstr "<bookmark_value>პირველადი გასაღებები; გასნაზღვრა</bookmark_value>"
-#: 02000002.xhp#par_id3154285.13.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."
+#. 4RRq
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"hd_id3149164\n"
+"24\n"
+"help.text"
+msgid "Create primary key"
+msgstr "პირველადი გასაღების შექმნა"
+
+#. 9(t1
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3155922\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_CHECKBOX_TAB_WIZ_COPYTABLE_CB_PRIMARY_COLUMN\">Automatically generates a primary key data field and fills it with values.</ahelp> You should always use this field, since a primary key must always be available in order to edit the table."
msgstr ""
-#: dabapropadd.xhp#tit.help.text
-msgid "Additional Settings"
-msgstr "დამატებითი პარამეტრები"
+#. Bd);
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"hd_id3146794\n"
+"26\n"
+"help.text"
+msgid "Name"
+msgstr "სახელი"
-#: dabapropadd.xhp#par_idN1054D.help.text
-msgid "<link href=\"text/shared/explorer/database/dabapropadd.xhp\">Additional Settings</link>"
+#. Q7m(
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3156343\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_EDIT_TAB_WIZ_COPYTABLE_ET_KEYNAME\">Specifies a name for the primary key generated. This name is optional.</ahelp>"
msgstr ""
-#: dabapropadd.xhp#par_idN1055D.help.text
-msgid "<ahelp hid=\".\">Specifies additional options for a data source.</ahelp>"
-msgstr ""
+#. |e4+
+#: 05030100.xhp
+msgctxt ""
+"05030100.xhp\n"
+"par_id3151056\n"
+"33\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/05030200.xhp\" name=\"Next page\">Next page</link>"
+msgstr "<link href=\"text/shared/explorer/database/05030200.xhp\" name=\"Next page\">მომდევნო გვერდი</link>"
-#: dabapropadd.xhp#par_id4641865.help.text
-msgid "In a database window, choose <emph>Edit - Database - Properties</emph>, click <emph>Additional Settings</emph> tab"
+#. 7dO.
+#: dabawiz02mysql.xhp
+msgctxt ""
+"dabawiz02mysql.xhp\n"
+"tit\n"
+"help.text"
+msgid "MySQL Connection"
msgstr ""
-#: dabapropadd.xhp#par_idN10572.help.text
-msgctxt "dabapropadd.xhp#par_idN10572.help.text"
-msgid "The availability of the following controls depends on the type of database:"
+#. H^m)
+#: dabawiz02mysql.xhp
+msgctxt ""
+"dabawiz02mysql.xhp\n"
+"par_idN10549\n"
+"help.text"
+msgid "<variable id=\"mysql\"><link href=\"text/shared/explorer/database/dabawiz02mysql.xhp\">MySQL Connection</link></variable>"
msgstr ""
-#: dabapropadd.xhp#par_idN10575.help.text
-msgctxt "dabapropadd.xhp#par_idN10575.help.text"
-msgid "Host name"
+#. iZ59
+#: dabawiz02mysql.xhp
+msgctxt ""
+"dabawiz02mysql.xhp\n"
+"par_idN1054D\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the options for MySQL databases.</ahelp>"
msgstr ""
-#: dabapropadd.xhp#par_idN105D7.help.text
-msgid "<ahelp hid=\".\">Enter the host name of the server that contains the database, for example ldap.server.com.</ahelp>"
+#. (=)D
+#: dabawiz02mysql.xhp
+msgctxt ""
+"dabawiz02mysql.xhp\n"
+"par_idN10562\n"
+"help.text"
+msgid "Connect using ODBC (Open Database Connectivity)"
msgstr ""
-#: dabapropadd.xhp#par_idN10579.help.text
-msgctxt "dabapropadd.xhp#par_idN10579.help.text"
-msgid "Port number"
+#. |B_3
+#: dabawiz02mysql.xhp
+msgctxt ""
+"dabawiz02mysql.xhp\n"
+"par_idN10566\n"
+"help.text"
+msgid "<ahelp hid=\".\">Connects to an existing ODBC data source that was set on a system level.</ahelp>"
msgstr ""
-#: dabapropadd.xhp#par_idN105F6.help.text
-msgid "<ahelp hid=\".\">Enter the port number for the server that hosts the database.</ahelp>"
+#. E3]O
+#: dabawiz02mysql.xhp
+msgctxt ""
+"dabawiz02mysql.xhp\n"
+"par_idN10569\n"
+"help.text"
+msgid "Connect using JDBC (Java Database Connectivity)"
msgstr ""
-#: dabapropadd.xhp#par_idN1057D.help.text
-msgid "MySQL JDBC driver class"
+#. 5+Ad
+#: dabawiz02mysql.xhp
+msgctxt ""
+"dabawiz02mysql.xhp\n"
+"par_idN1056D\n"
+"help.text"
+msgid "<ahelp hid=\".\">Connects to an existing JDBC data source that was set on a system level.</ahelp>"
msgstr ""
-#: dabapropadd.xhp#par_idN10615.help.text
-msgid "<ahelp hid=\".\">Enter the name of the JDBC driver for the MySQL database.</ahelp>"
-msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-
-#: dabapropadd.xhp#par_idN10581.help.text
-msgid "Character set"
-msgstr "სიმბოლოთა წყება"
-
-#: dabapropadd.xhp#par_idN10634.help.text
-msgid "<ahelp hid=\".\">Select the character set that you want to use to view the database in $[officename].</ahelp> This setting does not affect the database. To use the default character set of your operating system, select \"System\"."
+#. 755]
+#: dabawiz02mysql.xhp
+msgctxt ""
+"dabawiz02mysql.xhp\n"
+"par_idN10570\n"
+"help.text"
+msgid "The next wizard page depends on your choice of ODBC or JDBC:"
msgstr ""
-#: dabapropadd.xhp#par_idN10651.help.text
-msgid "Text and dBASE databases are restricted to character sets with a fixed-size character length, where all characters are encoded with the same number of bytes."
+#. PM=@
+#: dabawiz02mysql.xhp
+msgctxt ""
+"dabawiz02mysql.xhp\n"
+"par_idN10573\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz02odbc.xhp\">ODBC Connection</link>"
msgstr ""
-#: dabapropadd.xhp#par_idN10585.help.text
-msgid "Oracle JDBC driver class"
+#. Ym6f
+#: dabawiz02mysql.xhp
+msgctxt ""
+"dabawiz02mysql.xhp\n"
+"par_idN10582\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz02jdbc.xhp\">JDBC Connection</link>"
msgstr ""
-#: dabapropadd.xhp#par_idN10653.help.text
-msgid "<ahelp hid=\".\">Enter the name of the JDBC driver for the Oracle database.</ahelp>"
-msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-
-#: dabapropadd.xhp#par_idN10589.help.text
-msgid "Driver settings"
-msgstr "დრაივერის პარამეტრები"
-
-#: dabapropadd.xhp#par_idN10672.help.text
-msgid "<ahelp hid=\".\">Specify additional driver options.</ahelp>"
+#. Xik#
+#: dabawiz02mysql.xhp
+msgctxt ""
+"dabawiz02mysql.xhp\n"
+"par_idN10591\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz03auth.xhp\">Authentication</link>"
msgstr ""
-#: dabapropadd.xhp#par_idN1058D.help.text
-msgid "Use catalog for file-based databases"
+#. y`BV
+#: dabawiz02mysql.xhp
+msgctxt ""
+"dabawiz02mysql.xhp\n"
+"par_idN105A0\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>"
msgstr ""
-#: dabapropadd.xhp#par_idN10691.help.text
-msgctxt "dabapropadd.xhp#par_idN10691.help.text"
-msgid "<ahelp hid=\".\">Uses the current data source of the catalog. This option is useful when the ODBC data source is a database server. Do not select this option if the ODBC data source is a dBASE driver.</ahelp>"
+#. {VDD
+#: 11030000.xhp
+msgctxt ""
+"11030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "dBASE"
msgstr ""
-#: dabapropadd.xhp#par_idN10591.help.text
-msgctxt "dabapropadd.xhp#par_idN10591.help.text"
-msgid "Base DN"
-msgstr ""
+#. lGK6
+#: 11030000.xhp
+#, fuzzy
+msgctxt ""
+"11030000.xhp\n"
+"hd_id3153539\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/11030000.xhp\" name=\"dBase\">dBASE</link>"
+msgstr "<link href=\"text/shared/explorer/database/11020000.xhp\" name=\"ODBC\">ODBC</link>"
-#: dabapropadd.xhp#par_idN106B0.help.text
-msgid "<ahelp hid=\".\">Enter the starting point to search the LDAP database, for example, dc=com.</ahelp>"
+#. hP!!
+#: 11030000.xhp
+msgctxt ""
+"11030000.xhp\n"
+"par_id3147088\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"\">Specify the settings for a dBASE database.</ahelp>"
msgstr ""
-#: dabapropadd.xhp#par_idN10595.help.text
-msgid "Maximum number of records"
+#. LhtQ
+#: 11030000.xhp
+msgctxt ""
+"11030000.xhp\n"
+"par_id3151110\n"
+"18\n"
+"help.text"
+msgid "To be able to define relations between tables, use JDBC or ODBC from within $[officename]."
msgstr ""
-#: dabapropadd.xhp#par_idN106F3.help.text
-msgid "<ahelp hid=\".\">Enter the maximum number of records that you want to load when you access the LDAP server.</ahelp>"
+#. zUi[
+#: 11030000.xhp
+msgctxt ""
+"11030000.xhp\n"
+"hd_id3149233\n"
+"4\n"
+"help.text"
+msgid "Display inactive records"
msgstr ""
-#: dabapropadd.xhp#par_idN10599.help.text
-msgid "Display deleted records as well"
+#. UnU1
+#: 11030000.xhp
+msgctxt ""
+"11030000.xhp\n"
+"par_id3153823\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DSADMIN_SHOWDELETED\">Displays all the records in a file, including those marked as deleted. If you select this check box, you cannot delete records.</ahelp>"
msgstr ""
-#: dabapropadd.xhp#par_idN10700.help.text
-msgid "<ahelp hid=\".\">Displays all the records in a file, including those marked as deleted. If you select this check box, you cannot delete records.</ahelp>"
+#. nGWM
+#: 11030000.xhp
+msgctxt ""
+"11030000.xhp\n"
+"par_id3156023\n"
+"17\n"
+"help.text"
+msgid "In dBASE format, deleted records remain in the file."
msgstr ""
-#: dabapropadd.xhp#par_idN10715.help.text
-msgid "In dBASE format, deleted records remain in the file."
+#. qh20
+#: 11030000.xhp
+msgctxt ""
+"11030000.xhp\n"
+"par_id3151384\n"
+"15\n"
+"help.text"
+msgid "To view any changes that you make to the database, close the connection to the database, and then reconnect the database."
msgstr ""
-#: dabapropadd.xhp#par_idN10718.help.text
-msgid "To view changes that you make to the database, close the connection to the database, and then reconnect to the database."
+#. F=!O
+#: 11030000.xhp
+msgctxt ""
+"11030000.xhp\n"
+"par_id0904200811094971\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the code conversion that you want to use to view the database in $[officename]. This does not affect the database.</ahelp>"
msgstr ""
-#: dabapropadd.xhp#par_idN1059D.help.text
-msgctxt "dabapropadd.xhp#par_idN1059D.help.text"
+#. iwQ9
+#: 11030000.xhp
+msgctxt ""
+"11030000.xhp\n"
+"hd_id3149047\n"
+"8\n"
+"help.text"
msgid "Indexes"
msgstr ""
-#: dabapropadd.xhp#par_idN10725.help.text
-msgid "<ahelp hid=\".\">Opens the Indexes dialog, where you can organize the table indexes in the current dBASE database.</ahelp>"
+#. w!D}
+#: 11030000.xhp
+msgctxt ""
+"11030000.xhp\n"
+"par_id3161656\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DSADMIN_DBASE_INDICIES\">Opens the <link href=\"text/shared/explorer/database/11030100.xhp\" name=\"Indexes\"><emph>Indexes</emph></link> dialog, where you can organize the table indexes in the current dBASE database.</ahelp>"
msgstr ""
-#: dabapropadd.xhp#par_idN105A1.help.text
-msgctxt "dabapropadd.xhp#par_idN105A1.help.text"
-msgid "Data buffer size (MB)"
+#. YCRM
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit"
msgstr ""
-#: dabapropadd.xhp#par_idN10742.help.text
-msgid "<ahelp hid=\".\">Enter the size of the data buffer for the database. The setting takes effect after you restart the database.</ahelp>"
+#. ,^J9
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN1054D\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/menuedit.xhp\">Edit</link>"
msgstr ""
-#: dabapropadd.xhp#par_idN105A5.help.text
-msgid "Data increment (MB)"
+#. S$%M
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "<ahelp hid=\".\">The Edit menu of a database window.</ahelp>"
msgstr ""
-#: dabapropadd.xhp#par_idN10761.help.text
-msgid "<ahelp hid=\".\">Enter the size by which you want to automatically increment the database. The maximum increment size is 100 MB. The setting takes effect after you restart the database.</ahelp>"
+#. HnZN
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN10560\n"
+"help.text"
+msgid "Copy"
msgstr ""
-#: dabapropadd.xhp#par_idN105A9.help.text
-msgid "Control user name"
+#. PN8S
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN10564\n"
+"help.text"
+msgid "<ahelp hid=\".\">Copies the selected object to the clipboard.</ahelp>"
msgstr ""
-#: dabapropadd.xhp#par_idN1076E.help.text
-msgid "<ahelp hid=\".\">Enter the name of a user that you want to give limited control to modify some parameters of the database.</ahelp>"
+#. ucxr
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN10567\n"
+"help.text"
+msgid "Paste"
msgstr ""
-#: dabapropadd.xhp#par_idN105AD.help.text
-msgid "Control password"
+#. JN\K
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN1056B\n"
+"help.text"
+msgid "<ahelp hid=\".\">Inserts an item from the clipboard. If you want, you can insert forms and reports, including subfolders, from one database file to another.</ahelp>"
msgstr ""
-#: dabapropadd.xhp#par_idN1077B.help.text
-msgid "<ahelp hid=\".\">Enter the password for the Control User.</ahelp>"
+#. u~1q
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN1056E\n"
+"help.text"
+msgid "Paste Special"
msgstr ""
-#: dabapropadd.xhp#par_idN105B1.help.text
-msgid "Shut down service when closing %PRODUCTNAME"
+#. VlR,
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN10572\n"
+"help.text"
+msgid "<ahelp hid=\".\">Inserts an item from the clipboard. If you want, you can insert forms and reports, including subfolders, from one database file to another.</ahelp>"
msgstr ""
-#: dabapropadd.xhp#par_idN10788.help.text
-msgid "<ahelp hid=\".\">Exits the Adabas database server when you exit $[officename]. This option is only available if you start the database server from $[officename] with a control user and password.</ahelp>"
+#. Eba7
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"hd_id3153683\n"
+"27\n"
+"help.text"
+msgid "Edit"
msgstr ""
-#: dabapropadd.xhp#par_idN105B5.help.text
-msgctxt "dabapropadd.xhp#par_idN105B5.help.text"
-msgid "Extended"
+#. PXz;
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_id3147209\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a window where you can edit the selected table, query, form, or report.</ahelp>"
msgstr ""
-#: dabapropadd.xhp#par_idN10795.help.text
-msgid "<ahelp hid=\".\">Opens the <link href=\"text/shared/explorer/database/11170100.xhp\" name=\"Database Statistics\">Database Statistics</link> dialog, where you can view statistics about the Adabas database.</ahelp>"
+#. ,/aH
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"hd_id3145315\n"
+"29\n"
+"help.text"
+msgid "Delete"
msgstr ""
-#: dabapropadd.xhp#par_idN105B9.help.text
-msgid "Text contains headers"
+#. XNs=
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_id3153666\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BROWSER_TABLE_DELETE\">Deletes the selected table, query, form, or report.</ahelp>"
msgstr ""
-#: dabapropadd.xhp#par_idN107B0.help.text
-msgid "<ahelp hid=\".\">Select this check box if the first line of the text file contains field names.</ahelp>"
+#. W~q_
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN1057C\n"
+"help.text"
+msgid "Rename"
msgstr ""
-#: dabapropadd.xhp#par_idN105BD.help.text
-msgctxt "dabapropadd.xhp#par_idN105BD.help.text"
-msgid "Field separator"
+#. *Bf~
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN10580\n"
+"help.text"
+msgid "<ahelp hid=\".\">Renames the selected object. Depending on the database, some names, characters, and name length might be invalid.</ahelp>"
msgstr ""
-#: dabapropadd.xhp#par_idN107CF.help.text
-msgid "<ahelp hid=\".\">Enter or select the character that separates data fields in the text file.</ahelp>"
+#. !9-)
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN1058A\n"
+"help.text"
+msgid "Open"
msgstr ""
-#: dabapropadd.xhp#par_idN105C1.help.text
-msgctxt "dabapropadd.xhp#par_idN105C1.help.text"
-msgid "Text separator"
+#. [Z]f
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN1058E\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the selected object in the last saved state.</ahelp>"
msgstr ""
-#: dabapropadd.xhp#par_idN107DC.help.text
-msgid "<ahelp hid=\".\">Enter or select the character that identifies a text field in the text file. You cannot use the same character as the field separator.</ahelp>"
+#. VQ:f
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN10591\n"
+"help.text"
+msgid "Create as View"
msgstr ""
-#: dabapropadd.xhp#par_idN105C5.help.text
-msgctxt "dabapropadd.xhp#par_idN105C5.help.text"
-msgid "Decimal separator"
+#. W49m
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105A7\n"
+"help.text"
+msgid "<ahelp hid=\".\">Converts the selected query to a view. The original query remains in your database file and an additional view is generated on the database server. You must have write permission to add a view to a database.</ahelp>"
msgstr ""
-#: dabapropadd.xhp#par_idN107E9.help.text
-msgid "<ahelp hid=\".\">Enter or select the character that is used as a decimal separator in the text file, for example, a period (0.5) or a comma (0,5).</ahelp>"
+#. ,hSO
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105AA\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 ""
-#: dabapropadd.xhp#par_idN105C9.help.text
-msgctxt "dabapropadd.xhp#par_idN105C9.help.text"
-msgid "Thousands separator"
+#. 01]y
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105AD\n"
+"help.text"
+msgid "Form Wizard"
msgstr ""
-#: dabapropadd.xhp#par_idN107F6.help.text
-msgid "<ahelp hid=\".\">Enter or select the character that is used as a thousands separator in the text file, for example a comma (1,000), or a period (1.000).</ahelp>"
+#. |vv0
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105B1\n"
+"help.text"
+msgid "<ahelp hid=\".\">Starts the <link href=\"text/shared/autopi/01090000.xhp\">Form Wizard</link> for the selected table, query, or view.</ahelp>"
msgstr ""
-#: dabapropadd.xhp#par_idN105CD.help.text
-msgid "File extension"
+#. b+Oo
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105C2\n"
+"help.text"
+msgid "Report Wizard"
msgstr ""
-#: dabapropadd.xhp#par_idN10803.help.text
-msgid "<ahelp hid=\".\">Select the format for the text file.</ahelp> The extension that you select affects some of the default settings in this dialog. "
+#. $C]4
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105C6\n"
+"help.text"
+msgid "<ahelp hid=\".\">Starts the <link href=\"text/shared/autopi/01100000.xhp\">Report Wizard</link> for the selected table, query, or view.</ahelp>"
msgstr ""
-#: dabawiz02odbc.xhp#tit.help.text
-msgid "ODBC Connection"
+#. Xhk7
+#: menuedit.xhp
+#, fuzzy
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105D7\n"
+"help.text"
+msgid "Select All"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nმონიშნე ყველა\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nყველაფრის მონიშვნა\\n#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\nყველაფრის მონიშვნა"
+
+#. xYI{
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105DB\n"
+"help.text"
+msgid "<ahelp hid=\".\">Selects all entries, including subfolders, in the lower part of the database window.</ahelp>"
msgstr ""
-#: dabawiz02odbc.xhp#bm_id3149031.help.text
-msgid "<bookmark_value>ODBC;database (Base)</bookmark_value><bookmark_value>databases;ODBC (Base)</bookmark_value>"
-msgstr ""
+#. 6s6q
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105DE\n"
+"help.text"
+msgid "Database"
+msgstr "მონაცემთა ბაზა"
-#: dabawiz02odbc.xhp#par_idN1053D.help.text
-msgid "<variable id=\"odbc\"><link href=\"text/shared/explorer/database/dabawiz02odbc.xhp\">ODBC Connection</link></variable>"
+#. FCHi
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105E2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a submenu.</ahelp>"
msgstr ""
-#: dabawiz02odbc.xhp#par_idN10541.help.text
-msgid "<ahelp hid=\".\">Specifies the settings for <link href=\"text/shared/00/00000005.xhp#odbc\" name=\"ODBC\">ODBC</link> databases.</ahelp>"
-msgstr ""
+#. 6k$3
+#: menuedit.xhp
+#, fuzzy
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105E5\n"
+"help.text"
+msgid "Properties"
+msgstr "თვისებები"
-#: dabawiz02odbc.xhp#par_id8856776.help.text
-msgid "To edit or add records to a database table in $[officename], the table must have a unique index field."
+#. C6MP
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105E9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Database Properties dialog.</ahelp>"
msgstr ""
-#: dabawiz02odbc.xhp#par_id8034302.help.text
-msgid "On Solaris and Linux platforms, try to use a JDBC driver instead of an ODBC driver. See http://www.unixodbc.org for an ODBC implementation on Solaris or Linux."
-msgstr "Solaris-ის და Linux-ის პლატფორმებზე სცადეთ JDBC დრაივერის გამოყენება, ODBC დრაივერის ნაცვლად. იხილეთ http://www.unixodbc.org Solaris-სა და Linux-ზე ODBC-ის განხორციელებისათვის."
+#. J8~1
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105EC\n"
+"help.text"
+msgid "Connection Type"
+msgstr ""
-#: dabawiz02odbc.xhp#par_id8560136.help.text
-msgid "To connect to a Microsoft Access database on Windows, use the ADO or Access database interface, rather than ODBC."
+#. ]Lpp
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105F0\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Connection Type Wizard.</ahelp>"
msgstr ""
-#: dabawiz02odbc.xhp#par_id2082583.help.text
-msgid "Drivers for ODBC are supplied and supported by the manufacturer of the database. $[officename] only supports the ODBC 3 standard."
-msgstr "ODBC-ს დრაივერების მოწოდება და მხარდაჭერა ხდება მონაცემთა ბაზის მწარმოებლის მიერ. $[officename]-ს მხოლოდ სტანდარტული ODBC 3-ის მხარდაჭერა აქვს."
+#. 9DoE
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105F3\n"
+"help.text"
+msgid "Advanced Properties"
+msgstr ""
-#: dabawiz02odbc.xhp#par_idN10552.help.text
-msgid "Name of the ODBC database"
+#. 1\g?
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105F7\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Advanced Properties dialog.</ahelp>"
msgstr ""
-#: dabawiz02odbc.xhp#par_idN10556.help.text
-msgid "<ahelp hid=\".\">Enter the path to the database file.</ahelp>"
-msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
+#. =_+@
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Form Design"
+msgstr "ფორმის დიზაინი"
-#: dabawiz02odbc.xhp#par_idN10559.help.text
-msgctxt "dabawiz02odbc.xhp#par_idN10559.help.text"
-msgid "Browse"
+#. ~-3@
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"bm_id3148668\n"
+"help.text"
+msgid "<bookmark_value>forms; designing (Base)</bookmark_value>"
msgstr ""
-#: dabawiz02odbc.xhp#par_idN1055D.help.text
-msgid "<ahelp hid=\".\">Click to open an ODBC data source selection dialog:</ahelp>"
-msgstr ""
+#. Lp,h
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"hd_id3148668\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"formularentwurf\"><link href=\"text/shared/explorer/database/04030000.xhp\" name=\"Form Design\">Form Design</link></variable>"
+msgstr "<variable id=\"formularentwurf\"><link href=\"text/shared/explorer/database/04030000.xhp\" name=\"Form Design\">ფორმის დიზაინი</link></variable>"
-#: dabawiz02odbc.xhp#par_idN10560.help.text
-msgid "Choose a data source"
+#. [v0{
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id3154230\n"
+"2\n"
+"help.text"
+msgid "Any $[officename] document can be expanded into a form. Simply add one or more form controls."
msgstr ""
-#: dabawiz02odbc.xhp#par_idN10564.help.text
-msgid "<ahelp hid=\".\">Select a data source to which you want to connect using ODBC. Then click <emph>OK</emph>.</ahelp>"
-msgstr ""
+#. BX41
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id3145382\n"
+"3\n"
+"help.text"
+msgid "Open the Form Controls toolbar. The Form Controls toolbar contains the <link href=\"text/shared/02/01170000.xhp\" name=\"functions\">functions</link> needed to edit a form. More functions can be found in the <emph>Form Design</emph> bar and <emph>More Controls</emph> bar."
+msgstr "გახსენით ფორმის მართვების ხელსაწყოთა ზოლი. ფორმის მართვების ხელსაწყოთა ზოლი მოიცავს<link href=\"text/shared/02/01170000.xhp\" name=\"functions\">ფუნქციებს</link> რომლებიც საჭიროა ფორმის რედაქტირებისათვის. დამატებითი ფუნქციების ნახვა შესაძლებელია <emph>ფორმის დიზაინის</emph> ზოლსა და <emph>დამატებითი მართვების</emph> ზოლში."
+
+#. cXN#
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id3153146\n"
+"5\n"
+"help.text"
+msgid "In the form design you can <link href=\"text/shared/02/01170000.xhp\" name=\"include controls\">include controls</link>, <link href=\"text/shared/02/01170100.xhp\" name=\"apply properties\">apply properties</link> to them, define <link href=\"text/shared/02/01170200.xhp\" name=\"Form properties\">Form properties</link>, and <link href=\"text/shared/02/01170203.xhp\" name=\"define subforms\">define subforms</link>."
+msgstr "ფორმის დიზაინში შეგიძლიათ მათთვის<link href=\"text/shared/02/01170000.xhp\" name=\"include controls\">მართვების ჩართვა</link>, <link href=\"text/shared/02/01170100.xhp\" name=\"apply properties\">თვისებების მინიჭება</link> <link href=\"text/shared/02/01170200.xhp\" name=\"Form properties\">ფორმის თვისებების</link> განსაზღვრა, და <link href=\"text/shared/02/01170203.xhp\" name=\"define subforms\">ქვეფორმების განსაზღვრა</link>"
-#: dabawiz02odbc.xhp#par_idN10567.help.text
-msgctxt "dabawiz02odbc.xhp#par_idN10567.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz03auth.xhp\">Authentication</link>"
+#. pAG1
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id3154924\n"
+"9\n"
+"help.text"
+msgid "The<emph> Form Navigator</emph> icon <image id=\"img_id3156002\" src=\"cmd/sc_showfmexplorer.png\" width=\"4.23mm\" height=\"4.23mm\"><alt id=\"alt_id3156002\">Icon</alt></image> on the Form Design bar opens the <link href=\"text/shared/02/01170600.xhp\" name=\"Form Navigator\"><emph>Form Navigator</emph></link>."
msgstr ""
-#: dabawiz02odbc.xhp#par_idN10576.help.text
-msgctxt "dabawiz02odbc.xhp#par_idN10576.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>"
+#. %g@%
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id3153968\n"
+"6\n"
+"help.text"
+msgid "The <link href=\"text/shared/02/01171000.xhp\" name=\"Open in Design Mode\"><emph>Open in Design Mode</emph></link> icon <image id=\"img_id1871395\" src=\"cmd/sc_openreadonly.png\" width=\"5.59mm\" height=\"5.59mm\"><alt id=\"alt_id1871395\">Icon</alt></image> allows you to save a form document so that it always opens in editing mode."
msgstr ""
-#: dabawiz02ldap.xhp#tit.help.text
+#. a=F[
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id3154948\n"
+"8\n"
+"help.text"
+msgid "If there is an error when assigning properties to the objects contained in the form (for example, when assigning a non-existent database table to an object), a corresponding error message appears. This error message may contain a <emph>More</emph> button. <ahelp hid=\"dummy\">If you click <emph>More</emph>, a dialog displaying more information about the current problem appears.</ahelp>"
+msgstr "თუ ფორმაში არსებული ობიექტებისთვის თვისებების მინიჭებისას წარმოიშვა შეცდომა (მაგალითად ობიექტისთვის არარსებული მონაცემთა ბაზის ცხრილის მინიჭება), ჩნდება შესაბამისი შეცდომის შეტყობინება. შეცდომის შეტყობინება შეიძლება შეიცავდეს<emph>More</emph> ღილაკი. <ahelp hid=\"dummy\"><emph>More</emph>ზე, დაწკაპუნებისას გამოჩნდება დილოგური ფანჯარა დამატებითი ინფორმაციით მოცემული პრობლემის შესახებ.</ahelp>"
+
+#. njzC
+#: dabawiz02ldap.xhp
+msgctxt ""
+"dabawiz02ldap.xhp\n"
+"tit\n"
+"help.text"
msgid "LDAP Connection"
msgstr ""
-#: dabawiz02ldap.xhp#bm_id22583.help.text
+#. yQjG
+#: dabawiz02ldap.xhp
+msgctxt ""
+"dabawiz02ldap.xhp\n"
+"bm_id22583\n"
+"help.text"
msgid "<bookmark_value>LDAP server; address books (Base)</bookmark_value><bookmark_value>address books; LDAP server (Base)</bookmark_value><bookmark_value>data sources; LDAP server (Base)</bookmark_value>"
msgstr ""
-#: dabawiz02ldap.xhp#par_idN10554.help.text
+#. :!h!
+#: dabawiz02ldap.xhp
+msgctxt ""
+"dabawiz02ldap.xhp\n"
+"par_idN10554\n"
+"help.text"
msgid "<variable id=\"ldap\"><link href=\"text/shared/explorer/database/dabawiz02ldap.xhp\">LDAP Connection</link></variable>"
msgstr ""
-#: dabawiz02ldap.xhp#par_idN10558.help.text
+#. B!.2
+#: dabawiz02ldap.xhp
+msgctxt ""
+"dabawiz02ldap.xhp\n"
+"par_idN10558\n"
+"help.text"
msgid "<ahelp hid=\".\">Specifies the settings for importing a database using LDAP</ahelp> (<emph>Lightweight Directory Access Protocol)</emph>. This page is only available if you registered an LDAP server as an address database."
msgstr ""
-#: dabawiz02ldap.xhp#par_idN10579.help.text
-msgctxt "dabawiz02ldap.xhp#par_idN10579.help.text"
+#. 5631
+#: dabawiz02ldap.xhp
+msgctxt ""
+"dabawiz02ldap.xhp\n"
+"par_idN10579\n"
+"help.text"
msgid "Server URL"
msgstr ""
-#: dabawiz02ldap.xhp#par_idN1057D.help.text
+#. ie*J
+#: dabawiz02ldap.xhp
+msgctxt ""
+"dabawiz02ldap.xhp\n"
+"par_idN1057D\n"
+"help.text"
msgid "<ahelp hid=\"HID_DSADMIN_LDAP_HOSTNAME\">Enter the name of the LDAP server using the format \"ldap.server.com\".</ahelp>"
msgstr ""
-#: dabawiz02ldap.xhp#par_idN10594.help.text
-msgctxt "dabawiz02ldap.xhp#par_idN10594.help.text"
+#. hJY?
+#: dabawiz02ldap.xhp
+msgctxt ""
+"dabawiz02ldap.xhp\n"
+"par_idN10594\n"
+"help.text"
msgid "Base DN"
msgstr ""
-#: dabawiz02ldap.xhp#par_idN10598.help.text
+#. Tc,M
+#: dabawiz02ldap.xhp
+msgctxt ""
+"dabawiz02ldap.xhp\n"
+"par_idN10598\n"
+"help.text"
msgid "<ahelp hid=\"HID_DSADMIN_LDAP_BASEDN\">Enter the starting point to search the LDAP database, for example, \"dc=com\".</ahelp>"
msgstr ""
-#: dabawiz02ldap.xhp#par_idN105B7.help.text
-msgctxt "dabawiz02ldap.xhp#par_idN105B7.help.text"
+#. Zkk$
+#: dabawiz02ldap.xhp
+msgctxt ""
+"dabawiz02ldap.xhp\n"
+"par_idN105B7\n"
+"help.text"
msgid "Port number"
msgstr ""
-#: dabawiz02ldap.xhp#par_idN105BB.help.text
+#. 3v$-
+#: dabawiz02ldap.xhp
+msgctxt ""
+"dabawiz02ldap.xhp\n"
+"par_idN105BB\n"
+"help.text"
msgid "<ahelp hid=\"HID_DSADMIN_LDAP_PORTNUMBER\">Enter the port of the LDAP server, normally 389.</ahelp>"
msgstr ""
-#: dabawiz02ldap.xhp#par_idN105CA.help.text
+#. lojt
+#: dabawiz02ldap.xhp
+msgctxt ""
+"dabawiz02ldap.xhp\n"
+"par_idN105CA\n"
+"help.text"
msgid "Use secure connection (SSL)"
msgstr ""
-#: dabawiz02ldap.xhp#par_idN105CE.help.text
+#. (/[O
+#: dabawiz02ldap.xhp
+msgctxt ""
+"dabawiz02ldap.xhp\n"
+"par_idN105CE\n"
+"help.text"
msgid "<ahelp hid=\"HID_DSADMIN_USESSL_LDAP\">Creates a secure connection to the LDAP server through the Secure Sockets Layer (SSL).</ahelp> By default, an SSL connection uses port 636. A regular connection uses port 389."
msgstr ""
-#: dabawiz02ldap.xhp#par_idN105DE.help.text
-msgctxt "dabawiz02ldap.xhp#par_idN105DE.help.text"
+#. \NA.
+#: dabawiz02ldap.xhp
+msgctxt ""
+"dabawiz02ldap.xhp\n"
+"par_idN105DE\n"
+"help.text"
msgid "<link href=\"text/shared/explorer/database/dabawiz03auth.xhp\">Authentication</link>"
msgstr ""
-#: dabawiz02ldap.xhp#par_idN105F5.help.text
-msgctxt "dabawiz02ldap.xhp#par_idN105F5.help.text"
+#. 6ChK
+#: dabawiz02ldap.xhp
+msgctxt ""
+"dabawiz02ldap.xhp\n"
+"par_idN105F5\n"
+"help.text"
msgid "<link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>"
msgstr ""
-#: 30000000.xhp#tit.help.text
-msgid "Adabas D Database"
+#. Nt9N
+#: querywizard02.xhp
+msgctxt ""
+"querywizard02.xhp\n"
+"tit\n"
+"help.text"
+msgid "Query Wizard - Sorting Order"
msgstr ""
-#: 30000000.xhp#hd_id3151262.1.help.text
-msgid "<link href=\"text/shared/explorer/database/30000000.xhp\" name=\"Adabas D Database\">Adabas D Database</link>"
-msgstr ""
+#. =|#.
+#: querywizard02.xhp
+#, fuzzy
+msgctxt ""
+"querywizard02.xhp\n"
+"par_idN10543\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/querywizard02.xhp\">Query Wizard - Sorting Order</link>"
+msgstr "<link href=\"text/shared/explorer/database/02000000.xhp\" name=\"Queries\">მოთხოვნები</link>"
-#: 30000000.xhp#par_id3479720.help.text
-msgid "The Adabas D software package can be downloaded and installed separately (see www.adabas.com)."
+#. j2-M
+#: querywizard02.xhp
+msgctxt ""
+"querywizard02.xhp\n"
+"par_idN10553\n"
+"help.text"
+msgid "Specifies the sorting order for the data records in your query."
msgstr ""
-#: 30000000.xhp#hd_id3152997.3.help.text
-msgid "About Adabas"
-msgstr ""
+#. ,7|F
+#: querywizard02.xhp
+msgctxt ""
+"querywizard02.xhp\n"
+"par_idN10556\n"
+"help.text"
+msgid "Sort by"
+msgstr "დახარისხება"
-#: 30000000.xhp#par_id3151111.4.help.text
-msgid "The free available Adabas database is restricted to a size of 100 MB, and a maximum of three users on a network. See the \"License.txt\" file in the Adabas directory for more details. The Adabas database must be installed in a separate directory from $[officename]."
+#. |C{c
+#: querywizard02.xhp
+msgctxt ""
+"querywizard02.xhp\n"
+"par_idN105B2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the field by which the created query is sorted.</ahelp>"
msgstr ""
-#: 30000000.xhp#par_id3154749.97.help.text
-msgid "The name of an Adabas file cannot exceed 8 characters. The path to the Adabas file, including the file name, cannot exceed 30 characters, and must be compliant with the 7-bit ASCII code. Both the path and the file name cannot contain spaces."
+#. Z[6L
+#: querywizard02.xhp
+msgctxt ""
+"querywizard02.xhp\n"
+"par_idN1055C\n"
+"help.text"
+msgid "Ascending"
msgstr ""
-#: 30000000.xhp#par_id3153254.6.help.text
-msgid "Under Windows, the Adabas setup application adds the DBROOT environment variable that contains the path information for the database. If the setup application finds this variable, it does not install the database."
+#. rA-;
+#: querywizard02.xhp
+msgctxt ""
+"querywizard02.xhp\n"
+"par_idN105BF\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click to sort in alphabetically or numerically ascending order.</ahelp>"
msgstr ""
-#: 30000000.xhp#hd_id3154729.37.help.text
-msgctxt "30000000.xhp#hd_id3154729.37.help.text"
-msgid "Create New Adabas Database"
+#. =!7b
+#: querywizard02.xhp
+msgctxt ""
+"querywizard02.xhp\n"
+"par_idN10562\n"
+"help.text"
+msgid "Descending"
msgstr ""
-#: 30000000.xhp#par_id3149378.38.help.text
-msgid "Use the <link href=\"text/shared/explorer/database/30100000.xhp\" name=\"Create New Adabas Database\"><emph>Create New Adabas Database</emph></link> dialog to create an Adabas database:"
+#. R}*3
+#: querywizard02.xhp
+msgctxt ""
+"querywizard02.xhp\n"
+"par_idN105CC\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click to sort in alphabetically or numerically descending order.</ahelp>"
msgstr ""
-#: 30000000.xhp#par_id3147045.39.help.text
-msgid "Choose <emph>File - New - Database</emph> to open the Database Wizard."
+#. 6xBg
+#: querywizard02.xhp
+msgctxt ""
+"querywizard02.xhp\n"
+"par_idN10568\n"
+"help.text"
+msgid "And then by"
msgstr ""
-#: 30000000.xhp#par_id3147394.98.help.text
-msgid "Click <emph>Connect to an existing database</emph>, and then select \"Adabas\" in the listbox (scroll up in the listbox)."
+#. _]72
+#: querywizard02.xhp
+msgctxt ""
+"querywizard02.xhp\n"
+"par_idN105D9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies additional fields by which the created query is sorted, if previous sort fields are equal.</ahelp>"
msgstr ""
-#: 30000000.xhp#par_id3155600.99.help.text
-msgid "Work through the steps in the remaining pages of the Database Wizard."
+#. X*Um
+#: querywizard02.xhp
+msgctxt ""
+"querywizard02.xhp\n"
+"par_idN1056E\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/querywizard03.xhp\" name=\"Query Wizard - Search conditions\">Query Wizard - Search conditions</link>"
msgstr ""
-#: 30000000.xhp#hd_id3154270.42.help.text
-msgid "Deleting an Adabas Database"
+#. *0,0
+#: rep_navigator.xhp
+msgctxt ""
+"rep_navigator.xhp\n"
+"tit\n"
+"help.text"
+msgid "Report Navigator"
msgstr ""
-#: 30000000.xhp#par_id3157869.43.help.text
-msgid "To delete the reference to an Adabas database, choose <emph>Tools - Options - %PRODUCTNAME Base - Databases</emph>. Select the database, and then click <emph>Delete</emph>."
+#. $7`X
+#: rep_navigator.xhp
+msgctxt ""
+"rep_navigator.xhp\n"
+"bm_id5823847\n"
+"help.text"
+msgid "<bookmark_value>formulas in reports;editing</bookmark_value><bookmark_value>functions in reports;editing</bookmark_value>"
msgstr ""
-#: tablewizard03.xhp#tit.help.text
-msgid "Table Wizard - Set Primary Key"
+#. ^R|J
+#: rep_navigator.xhp
+msgctxt ""
+"rep_navigator.xhp\n"
+"hd_id1821955\n"
+"help.text"
+msgid "<variable id=\"rep_navigator\"><link href=\"text/shared/explorer/database/rep_navigator.xhp\">Report Navigator</link></variable>"
msgstr ""
-#: tablewizard03.xhp#par_idN10546.help.text
-msgid "<link href=\"text/shared/explorer/database/tablewizard03.xhp\">Table Wizard - Set Primary Key</link>"
+#. V9#5
+#: rep_navigator.xhp
+msgctxt ""
+"rep_navigator.xhp\n"
+"par_id1150852\n"
+"help.text"
+msgid "You can open the Report Navigator window of the <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link> by choosing <item type=\"menuitem\">View - Report Navigator</item>."
msgstr ""
-#: tablewizard03.xhp#par_idN10556.help.text
-msgid "Specifies a field in the table to be used as a primary key."
+#. }\co
+#: rep_navigator.xhp
+msgctxt ""
+"rep_navigator.xhp\n"
+"par_id1111484\n"
+"help.text"
+msgid "<ahelp hid=\".\">The Report Navigator reveals the structure of the report. You can use the Report Navigator to insert functions into the report.</ahelp>"
msgstr ""
-#: tablewizard03.xhp#par_idN10559.help.text
-msgid "Create a primary key"
-msgstr "პირველადი გასაღების შექმნა"
-
-#: tablewizard03.xhp#par_idN1055D.help.text
-msgid "<ahelp hid=\".\">Select to create a primary key. Add a primary key to every database table to uniquely identify each record. For some database systems within %PRODUCTNAME, a primary key is mandatory for editing the tables.</ahelp>"
+#. eR9=
+#: rep_navigator.xhp
+msgctxt ""
+"rep_navigator.xhp\n"
+"par_id8314157\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click an entry in the Report Navigator. The corresponding object or area is selected in the Report Builder view. Right-click an entry to open the context menu.</ahelp>"
msgstr ""
-#: tablewizard03.xhp#par_idN10560.help.text
-msgid "Automatically add a primary key"
+#. +TB3
+#: rep_navigator.xhp
+msgctxt ""
+"rep_navigator.xhp\n"
+"hd_id2932828\n"
+"help.text"
+msgid "To enter functions to the report"
msgstr ""
-#: tablewizard03.xhp#par_idN10564.help.text
-msgid "<ahelp hid=\".\">Select to automatically add a primary key as an additional field.</ahelp>"
+#. Ni8#
+#: rep_navigator.xhp
+msgctxt ""
+"rep_navigator.xhp\n"
+"par_id5091708\n"
+"help.text"
+msgid "<ahelp hid=\".\">In the context menu of the Report Navigator, you see the same commands as in the Report Builder view, plus additional commands to create new functions or to delete them.</ahelp>"
msgstr ""
-#: tablewizard03.xhp#par_idN10567.help.text
-msgid "Use an existing field as a primary key"
+#. N~V*
+#: rep_navigator.xhp
+msgctxt ""
+"rep_navigator.xhp\n"
+"par_id9449446\n"
+"help.text"
+msgid "Functions can be entered using a syntax as specified by the <link href=\"http://en.wikipedia.org/wiki/OpenFormula\">OpenFormula</link> proposal."
msgstr ""
-#: tablewizard03.xhp#par_idN1056B.help.text
-msgid "<ahelp hid=\".\">Select to use an existing field with unique values as a primary key.</ahelp>"
+#. =W8k
+#: rep_navigator.xhp
+msgctxt ""
+"rep_navigator.xhp\n"
+"par_id4095583\n"
+"help.text"
+msgid "See <link href=\"http://wiki.documentfoundation.org/Database\">Wiki page about Base</link> for some more help regarding the functions in a report."
msgstr ""
-#: tablewizard03.xhp#par_idN1056E.help.text
-msgctxt "tablewizard03.xhp#par_idN1056E.help.text"
-msgid "Field name"
-msgstr "ველის სახელი"
-
-#: tablewizard03.xhp#par_idN10572.help.text
-msgid "<ahelp hid=\".\">Select the field name.</ahelp>"
+#. E?de
+#: rep_navigator.xhp
+msgctxt ""
+"rep_navigator.xhp\n"
+"hd_id311593\n"
+"help.text"
+msgid "To calculate a sum for each client"
msgstr ""
-#: tablewizard03.xhp#par_idN10575.help.text
-msgid "Auto value"
+#. y%JM
+#: rep_navigator.xhp
+msgctxt ""
+"rep_navigator.xhp\n"
+"par_id3948789\n"
+"help.text"
+msgid "Open the Report Navigator."
msgstr ""
-#: tablewizard03.xhp#par_idN10579.help.text
-msgid "<ahelp hid=\".\">Select to automatically insert a value and increment the field's value for each new record. The database must support automatic incrementation in order to use the <emph>Auto value</emph> feature.</ahelp>"
+#. jS}!
+#: rep_navigator.xhp
+msgctxt ""
+"rep_navigator.xhp\n"
+"par_id5391399\n"
+"help.text"
+msgid "Open the Groups entry and the group where you want to calculate the cost."
+msgstr ""
+
+#. sRlk
+#: rep_navigator.xhp
+msgctxt ""
+"rep_navigator.xhp\n"
+"par_id6989654\n"
+"help.text"
+msgid "The group has a sub entry called functions."
+msgstr ""
+
+#. wXaI
+#: rep_navigator.xhp
+msgctxt ""
+"rep_navigator.xhp\n"
+"par_id1803643\n"
+"help.text"
+msgid "Open the context menu (right click) on the functions entry, choose to create a new function, and select it."
+msgstr ""
+
+#. FA(+
+#: rep_navigator.xhp
+msgctxt ""
+"rep_navigator.xhp\n"
+"par_id868251\n"
+"help.text"
+msgid "In the property browser you see the function."
+msgstr ""
+
+#. Yd+a
+#: rep_navigator.xhp
+msgctxt ""
+"rep_navigator.xhp\n"
+"par_id6247749\n"
+"help.text"
+msgid "Change the name to e.g. CostCalc and the formula to [CostCalc] + [enter your cost column name]."
msgstr ""
-#: tablewizard03.xhp#par_idN1057C.help.text
-msgid "Define primary key by several fields"
+#. tGX*
+#: rep_navigator.xhp
+msgctxt ""
+"rep_navigator.xhp\n"
+"par_id1565904\n"
+"help.text"
+msgid "In the initial value enter 0."
msgstr ""
-#: tablewizard03.xhp#par_idN10580.help.text
-msgid "<ahelp hid=\".\">Select to create a primary key from a combination of several existing fields.</ahelp>"
+#. k,/r
+#: rep_navigator.xhp
+msgctxt ""
+"rep_navigator.xhp\n"
+"par_id1569261\n"
+"help.text"
+msgid "Now you can insert a text field and bind it to your [CostCalc] (appears in the data field list box)."
msgstr ""
-#: tablewizard03.xhp#par_idN10583.help.text
-msgid "Available fields"
+#. JNMo
+#: rep_navigator.xhp
+msgctxt ""
+"rep_navigator.xhp\n"
+"par_id9256874\n"
+"help.text"
+msgid "Maybe you have to set the initial value to the value of the field like [field]."
msgstr ""
-#: tablewizard03.xhp#par_idN10587.help.text
-msgid "<ahelp hid=\".\">Select a field and click > to add it to the list of primary key fields.</ahelp>"
+#. WnjS
+#: rep_navigator.xhp
+msgctxt ""
+"rep_navigator.xhp\n"
+"par_id4601886\n"
+"help.text"
+msgid "If there are blank fields in the cost column, use the following formula to replace the blank fields' content with zero:"
msgstr ""
-#: tablewizard03.xhp#par_idN1059A.help.text
-msgid "Primary key fields"
+#. %TTa
+#: rep_navigator.xhp
+msgctxt ""
+"rep_navigator.xhp\n"
+"par_id1754509\n"
+"help.text"
+msgid "[SumCost] + IF(ISBLANK([field]);0;[field])"
msgstr ""
-#: tablewizard03.xhp#par_idN1059E.help.text
-msgid "<ahelp hid=\".\">Select a field and click < to remove it from the list of primary key fields. The primary key is created as a concatenation of the fields in this list, from top to bottom.</ahelp>"
+#. NR`0
+#: rep_navigator.xhp
+msgctxt ""
+"rep_navigator.xhp\n"
+"par_id8122196\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the formula that defines the function. Use OpenFormula syntax.</ahelp>"
msgstr ""
-#: tablewizard03.xhp#par_idN105A1.help.text
-msgid "<link href=\"text/shared/explorer/database/tablewizard04.xhp\" name=\"Table Wizard - Create table\">Table Wizard - Create table</link>"
+#. kbF\
+#: rep_navigator.xhp
+msgctxt ""
+"rep_navigator.xhp\n"
+"par_id9909665\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the initial value for the evaluation of the formula. Often this is set to 0 or to 1.</ahelp>"
msgstr ""
-#: 11090000.xhp#tit.help.text
-msgctxt "11090000.xhp#tit.help.text"
-msgid "Table Filter"
+#. v_C%
+#: rep_navigator.xhp
+msgctxt ""
+"rep_navigator.xhp\n"
+"par_id9141819\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">If Deep traversing is enabled, functions are evaluated considering all lower levels of hierarchy. This would be used for instance for line numbering. If Deep traversing is not enabled, only the first level of hierarchy is evaluated.</ahelp>"
msgstr ""
-#: 11090000.xhp#hd_id3150702.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/explorer/database/11090000.xhp\" name=\"Tables\">Table Filter</link>"
-msgstr "<link href=\"text/shared/explorer/database/05000000.xhp\" name=\"Tables\">ცხრილები</link>"
-
-#: 11090000.xhp#par_id3149164.22.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Some databases track changes to each record by assigning version number to fields that are changed. This number is incremented by 1 each time the field is changed. Displays the internal version number of the record in the database table.</ahelp>"
+#. Jh(p
+#: rep_navigator.xhp
+msgctxt ""
+"rep_navigator.xhp\n"
+"par_id6354869\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">If Pre evaluation is enabled, functions are evaluated only when the report is finished.</ahelp>"
msgstr ""
-#: 11090000.xhp#hd_id3154923.8.help.text
-msgid "Sort Ascending"
-msgstr "ზრდადობით დახარისხება"
+#. pjW5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Query Design"
+msgstr "მოთხოვნის დიზაინი"
-#: 11090000.xhp#par_id3147559.9.help.text
-msgid "<ahelp hid=\"HID_DSADMIN_SUPPRESS_VERSIONCL\">Sorts the list of table names in ascending order starting at the beginning of the alphabet.</ahelp>"
+#. G90~
+#: 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 ""
-#: toolbars.xhp#tit.help.text
+#. )]sj
+#: 02010100.xhp
#, fuzzy
-msgid "Toolbars"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ინსტუმენტების ზოლები\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ხელსაწყოთა ზოლი\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ინსტრუმენტთა პანელები\n"
-"#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ხელსაწყოთა ზოლი"
-
-#: toolbars.xhp#par_idN10541.help.text
-msgid "<variable id=\"toolbars\"><link href=\"text/shared/explorer/database/toolbars.xhp\">Toolbars</link></variable>"
-msgstr ""
-
-#: toolbars.xhp#par_idN10545.help.text
-msgid "In a database file window, you can see the following toolbars."
-msgstr ""
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153394\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr "<link href=\"text/shared/explorer/database/05010000.xhp\" name=\"Table Design\">ცხრილის დიზაინი</link>"
-#: toolbars.xhp#par_idN10548.help.text
-msgctxt "toolbars.xhp#par_idN10548.help.text"
-msgid "Table"
+#. SeO6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156411\n"
+"288\n"
+"help.text"
+msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
msgstr ""
-#: toolbars.xhp#par_idN10554.help.text
-msgctxt "toolbars.xhp#par_idN10554.help.text"
-msgid "Open database object"
+#. 4MK}
+#: 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 ""
-#: toolbars.xhp#par_idN10558.help.text
-msgid "<ahelp hid=\".\">Opens the selected table so you can enter, edit, or delete records.</ahelp>"
+#. yW,?
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159176\n"
+"276\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 "ზოგიერთ მონაცემთა ბაზას აქვს ახალი ცხრილის ნახვის პროგრამული მხარდაჭერა . ბრძანება <emph>ხედის შექმნის</emph> მონიშვნით <emph>ცხრილების </emph> მონაცემთა ბაზის დოკუმენტის ტაბ გვერდიდან , დაინახავთ <emph>დიზიანის ხედის </emph>ფანჯარას, რომელიც აქ აღწერილ <emph>მოთხოვნის დიზაინის</emph>ის ფანჯარას გავს."
+
+#. TEUR
+#: 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 ""
-#: toolbars.xhp#par_idN1056F.help.text
-msgctxt "toolbars.xhp#par_idN1056F.help.text"
-msgid "Edit"
-msgstr ""
+#. 6j[C
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149233\n"
+"3\n"
+"help.text"
+msgid "The Design View"
+msgstr "დიზიანის ხედი"
-#: toolbars.xhp#par_idN10573.help.text
-msgid "<ahelp hid=\".\">Opens the selected table so you can change the structure.</ahelp>"
-msgstr ""
+#. p]1M
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145673\n"
+"4\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 "მოთხოვნის შესაქმნელად დააწკაპუნეთ <emph>მოთხოვნების</emph> ხატულაზე მონაცემთა ბაზის დოკუმენტში, შემდეგ დააწკაპუნეთ <emph>დიზაინის ხედში მოთხოვნის შექმნა</emph>."
-#: toolbars.xhp#par_idN1058A.help.text
-msgctxt "toolbars.xhp#par_idN1058A.help.text"
-msgid "Delete"
+#. FW~u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150255\n"
+"5\n"
+"help.text"
+msgid "The lower pane of the Design View is where you <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/shared/explorer/database/02010100.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 ""
-#: toolbars.xhp#par_idN1058E.help.text
-msgid "<ahelp hid=\".\">Deletes the selected table.</ahelp>"
-msgstr "<ahelp hid=\".\">შლის შერჩეულ მომხმარებელს.</ahelp>"
-
-#: toolbars.xhp#par_idN105A5.help.text
-msgctxt "toolbars.xhp#par_idN105A5.help.text"
-msgid "Rename"
+#. WF\(
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152474\n"
+"6\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 ""
-#: toolbars.xhp#par_idN105A9.help.text
-msgid "<ahelp hid=\".\">Renames the selected table.</ahelp>"
-msgstr "<ahelp hid=\".\">შლის შერჩეულ მომხმარებელს.</ahelp>"
-
-#: toolbars.xhp#par_idN105B8.help.text
-msgid "Query"
-msgstr ""
+#. G,UZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147559\n"
+"287\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 "თუ გსურთ მოთხოვნის ტესტირება, მონაცემთა ბაზის დოკუმენტში მოთხოვნის სახელზე ორჯერ დააწკაპუნეთ. მოთხოვნის პასუხი გამოჩნდება მონაცემთა წყაროს ხედის ანალოგიურ ცხრილში. შენიშვნა: გამოტანილი ცხრილი დროებითია"
-#: toolbars.xhp#par_idN105C4.help.text
-msgctxt "toolbars.xhp#par_idN105C4.help.text"
-msgid "Open database object"
+#. _)VQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id8226264\n"
+"help.text"
+msgid "Keys in Query Design View"
msgstr ""
-#: toolbars.xhp#par_idN105C8.help.text
-msgid "<ahelp hid=\".\">Opens the selected query so you can enter, edit, or delete records.</ahelp>"
-msgstr ""
+#. H0`k
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id2341074\n"
+"help.text"
+msgid "Key"
+msgstr "გასაღები"
-#: toolbars.xhp#par_idN105DF.help.text
-msgctxt "toolbars.xhp#par_idN105DF.help.text"
-msgid "Edit"
-msgstr ""
+#. Ee@0
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id4384289\n"
+"help.text"
+msgid "Function"
+msgstr "ფუნქცია"
-#: toolbars.xhp#par_idN105E3.help.text
-msgid "<ahelp hid=\".\">Opens the selected query so you can change the structure.</ahelp>"
-msgstr ""
+#. E5nA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id5839106\n"
+"help.text"
+msgid "F4"
+msgstr "F4"
-#: toolbars.xhp#par_idN105FA.help.text
-msgctxt "toolbars.xhp#par_idN105FA.help.text"
-msgid "Delete"
+#. NCAR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8554338\n"
+"help.text"
+msgid "Preview"
msgstr ""
-#: toolbars.xhp#par_idN105FE.help.text
-msgid "<ahelp hid=\".\">Deletes the selected query.</ahelp>"
-msgstr "<ahelp hid=\".\">შლის შერჩეულ მომხმარებელს.</ahelp>"
+#. 96n5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id1254921\n"
+"help.text"
+msgid "F5"
+msgstr "F5"
-#: toolbars.xhp#par_idN10615.help.text
-msgctxt "toolbars.xhp#par_idN10615.help.text"
-msgid "Rename"
+#. Gn\m
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7636646\n"
+"help.text"
+msgid "Run Query"
msgstr ""
-#: toolbars.xhp#par_idN10619.help.text
-msgid "<ahelp hid=\".\">Renames the selected query.</ahelp>"
-msgstr "<ahelp hid=\".\">შლის შერჩეულ მომხმარებელს.</ahelp>"
+#. W=4E
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8579363\n"
+"help.text"
+msgid "F7"
+msgstr "F7"
-#: toolbars.xhp#par_idN10628.help.text
-msgctxt "toolbars.xhp#par_idN10628.help.text"
-msgid "Form"
+#. B6Ml
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3227942\n"
+"help.text"
+msgid "Add Table or Query"
msgstr ""
-#: toolbars.xhp#par_idN10634.help.text
-msgctxt "toolbars.xhp#par_idN10634.help.text"
-msgid "Open database object"
+#. Hvra
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154939\n"
+"7\n"
+"help.text"
+msgid "Browse"
msgstr ""
-#: toolbars.xhp#par_idN10638.help.text
-msgid "<ahelp hid=\".\">Opens the selected form so you can enter, edit, or delete records.</ahelp>"
+#. _}Df
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148799\n"
+"8\n"
+"help.text"
+msgid "When you open the query design for the first time, in order to create a new query, you can click <link href=\"text/shared/02/14020100.xhp\" name=\"Add Tables\"><emph>Add Tables</emph></link>. You then see a dialog in which you must first select the table that will be the basis for the query."
msgstr ""
-#: toolbars.xhp#par_idN1064F.help.text
-msgctxt "toolbars.xhp#par_idN1064F.help.text"
-msgid "Edit"
-msgstr ""
+#. pi-@
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144762\n"
+"10\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 "<ahelp hid=\"HID_CTL_QRYDGNTAB\">მოთხოვნაში ჩასამატებლად ორჯერ დააწკაპუნეთ ველებზე. გამოიყენეთ გადატრევა-დაგდებით კავშირების განსასაზღვრად. </ahelp>"
-#: toolbars.xhp#par_idN10653.help.text
-msgid "<ahelp hid=\".\">Opens the selected form so you can change the layout.</ahelp>"
+#. 5_?7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157894\n"
+"141\n"
+"help.text"
+msgid "While designing a query, you cannot modify the selected tables."
msgstr ""
-#: toolbars.xhp#par_idN1066A.help.text
-msgctxt "toolbars.xhp#par_idN1066A.help.text"
-msgid "Delete"
-msgstr ""
+#. j\jX
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149562\n"
+"11\n"
+"help.text"
+msgid "Remove tables"
+msgstr "ცხრილების მოხსნა"
-#: toolbars.xhp#par_idN1066E.help.text
-msgid "<ahelp hid=\".\">Deletes the selected form.</ahelp>"
-msgstr "<ahelp hid=\".\">შლის შერჩეულ მომხმარებელს.</ahelp>"
+#. [/5i
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150685\n"
+"12\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 "დიზაინის ხედიდან ცხრილის მოსაცილებლად დააწკაპუნეთ ცხრილის ფანჯრის ზედა ჩარჩოზე და გამოიტანეთ კონტექსის მენიუ. შესაძლებელია <emph>წაშლის</emph> ბრძანების გამოყენება ცხრილის დიზაინის ხედიდან მოსაცილებლად. მეორე ვარიანტია წაშლის ღილაკზე დაჭერა."
-#: toolbars.xhp#par_idN10685.help.text
-msgctxt "toolbars.xhp#par_idN10685.help.text"
-msgid "Rename"
+#. yhM+
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150012\n"
+"142\n"
+"help.text"
+msgid "Move table and modify table size"
msgstr ""
-#: toolbars.xhp#par_idN10689.help.text
-msgid "<ahelp hid=\".\">Renames the selected form.</ahelp>"
-msgstr "<ahelp hid=\".\">შლის შერჩეულ მომხმარებელს.</ahelp>"
-
-#: toolbars.xhp#par_idN10698.help.text
-msgctxt "toolbars.xhp#par_idN10698.help.text"
-msgid "Report"
+#. j:Qf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146922\n"
+"143\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 ""
-#: toolbars.xhp#par_idN106A4.help.text
-msgctxt "toolbars.xhp#par_idN106A4.help.text"
-msgid "Open database object"
+#. pRqM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145365\n"
+"13\n"
+"help.text"
+msgid "Table Relations"
msgstr ""
-#: toolbars.xhp#par_idN106A8.help.text
-msgid "<ahelp hid=\".\">Opens the selected report so you can enter, edit, or delete records.</ahelp>"
-msgstr ""
+#. (5l+
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154145\n"
+"14\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 "ერთი ცხრილის ველის სახელსა და მეორე ცხრილის ველის სახელს შორის კვშირების არსებობის შემთქვევაში, შეგიძლიათ გამოიყენოთ ეს კავშირები თქვენი მოთხოვნისათვის"
-#: toolbars.xhp#par_idN106BF.help.text
-msgctxt "toolbars.xhp#par_idN106BF.help.text"
-msgid "Edit"
+#. Fna;
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152577\n"
+"15\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 tell $[officename] what the relationship exists between the data in the two spreadsheets."
+msgstr "მაგალითად: თუ თქვენ გაქვთ საქონლის ნუმერაციის მიხედვით დახარისხებული საქონლის ელექტრონული ცხრილი და ანალოგიური ნუმერაციის მქონე ელქტრონული ცხრილი მომხმრებლებისთვის, სადაც აღრიცხავთ მომხმარებლის მიერ შეკვეთილ საქონელს, მაშინ ამ ორ \"საქონლის ნომერი\" მონაცემთა ველს შორის არსებობს ურთიერთკავშირი. ამ შემთხვევაში, თუ გსურთ ისეთი მოთხოვნის შექმნა, რომელიც დაგიბრუნებთ/გამოგიტანთ მომხმარებლის მიერ შეკვეთილ საქონელს, თქვენ უნდა გამოითხოვოთ მონაცემები ორივე ელექტრონული ცხრილიდან. ამისათვის $[officename]-ს უნდა დაუზუსტოთ რა კავშირია ამ ორი ელექტრონული ცხრილის მონაცემებს შორის."
+
+#. x#b0
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155302\n"
+"16\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 in the two windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
msgstr ""
-#: toolbars.xhp#par_idN106C3.help.text
-msgid "<ahelp hid=\".\">Opens the selected report so you can change the layout.</ahelp>"
+#. 6THV
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153876\n"
+"137\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 ""
-#: toolbars.xhp#par_idN106DA.help.text
-msgctxt "toolbars.xhp#par_idN106DA.help.text"
-msgid "Delete"
+#. z;$S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145646\n"
+"246\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 "ერთი მოთხოვნით სხვადასხვა მონაცემთა ბაზების ცხრილები მიუწვდომელია რამოდენიმე ცხრილის შემცველი მოთხოვნის შექმნა შესაძლებელია მხოლოდ ერთი მონაცემთა ბაზის ფარგლებში"
+
+#. ADsD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153279\n"
+"224\n"
+"help.text"
+msgid "Specifying link type"
msgstr ""
-#: toolbars.xhp#par_idN106DE.help.text
-msgid "<ahelp hid=\".\">Deletes the selected report.</ahelp>"
-msgstr "<ahelp hid=\".\">შლის შერჩეულ მომხმარებელს.</ahelp>"
+#. 3}wO
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154791\n"
+"225\n"
+"help.text"
+msgid "If you double-click the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of link in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
+msgstr "ორი ველის დამაკავშირებელ ხაზზე ორჯერ დაწკაპუნებით, ან მენიუდან ბრძანება <emph>ჩასმა - ახალი კავშირის</emph>, გამოძახებით თქევნ შეგიძლიათ დააკონკრეტოთ ბმულის ტიპი<link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>კავშირების</emph></link> დიალოგურ ფანჯარაში."
-#: toolbars.xhp#par_idN106F5.help.text
-msgctxt "toolbars.xhp#par_idN106F5.help.text"
-msgid "Rename"
-msgstr ""
+#. j_jd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150094\n"
+"285\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 ""
+
+#. v-z%
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155851\n"
+"145\n"
+"help.text"
+msgid "Deleting relations"
+msgstr "კავშირების წაშლა"
-#: toolbars.xhp#par_idN106F9.help.text
-msgid "<ahelp hid=\".\">Renames the selected report.</ahelp>"
-msgstr "<ahelp hid=\".\">შლის შერჩეულ მომხმარებელს.</ahelp>"
+#. **bk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156178\n"
+"146\n"
+"help.text"
+msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
+msgstr "ორ ცხრილს შორის კავშირის წასაშლელად დააწკაპუნეთ მაკავშირებელ ხაზ და დააჭირეთ წაშლის კლავიშს."
-#: dabawiz02dbase.xhp#tit.help.text
-msgid "dBASE Connection "
-msgstr ""
+#. \gcT
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150715\n"
+"284\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 "ალტერნატიულად, წაშალეთ შესაბამისი ჩანაწერები<emph>კავშირების</emph> დიალოგურ ფანჯარაში<emph>გამოყენებულ ველებში</emph>. ან დააჭირეთ ტაბის კლავიშს მონიშნული მაკავშირებელი ვექტორის გამოსაძახებლად/გამოსაჩენად, შემდეგ დააჭირეთ Shift+F10 კონტექსტური მენიუს გასახსნელად და <emph>წაშლის</emph>ბრძანების მოსანიშნად"
-#: dabawiz02dbase.xhp#par_idN1054A.help.text
-msgid "<variable id=\"dbase\"><link href=\"text/shared/explorer/database/dabawiz02dbase.xhp\">dBASE Connection</link></variable>"
-msgstr ""
+#. .^+#
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151208\n"
+"17\n"
+"help.text"
+msgid "Define query"
+msgstr "მოთხოვნის განსაზღვრა"
-#: dabawiz02dbase.xhp#par_idN10556.help.text
-msgid "Path to the dBASE files"
+#. J3Es
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158416\n"
+"18\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 ""
-#: dabawiz02dbase.xhp#par_idN1055A.help.text
-msgid "<ahelp hid=\".\">Enter the path to the dBASE *.dbf files.</ahelp>"
-msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
+#. 2SV(
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154161\n"
+"19\n"
+"help.text"
+msgid "Specify field name"
+msgstr "ველის სახელის დაკონკრეტება"
+
+#. BUp0
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146791\n"
+"20\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 with 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. As you do this, you can decide which column you want to add the field to. Select a field name by double-clicking. It will then be added to the next free column."
+msgstr "უპირველეს ყოვლისა მონიშნეთ ყველა იმ ველის სახელი, რომლის დამატებაც მოთხოვნაში გსურთ. ამის გაკეთება შესაძლებელია გადატანა-ჩასმის მეშვეობით ან ცხრილის ფანჯარაში ველის სახელზე ორჯერ დაწკაპუნებით.გადატანა-ჩასმისას მაუსის მეშვეობით გადაიტანეთ ველის სახელი ცხრილის ფანჯრიდან მოთხოვნის დიზაინის ქვედა არეში. ამავდროულად შეგიძლიათ გადაწყვიტოთ რომელი სვეტისთვის გსურს ველის დამატება. ველის სახელი მონიშნეთ ორჯერ დაწკაპუნებით, რის შედეგადაც ის მომდევნო თავისუფალ სვეტს დაემატება"
-#: dabawiz02dbase.xhp#par_idN10571.help.text
-msgctxt "dabawiz02dbase.xhp#par_idN10571.help.text"
-msgid "Browse"
-msgstr ""
+#. @D8C
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150750\n"
+"21\n"
+"help.text"
+msgid "Deleting field names"
+msgstr "ველის სახელების წაშლა"
-#: dabawiz02dbase.xhp#par_idN10575.help.text
-msgid "<ahelp hid=\".\">Open a path selection dialog.</ahelp>"
-msgstr ""
+#. 7}yp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154479\n"
+"22\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 "მოთხოვნიდან ველის სახელის მოსაშორებლად დააწკაპუნეთ ველის სვეტის ჰედერზე და აარჩიეთ <emph>წაშლის</emph> ბრძანება სვეტის კონტექსტური მენიუდან."
-#: dabawiz02dbase.xhp#par_idN10584.help.text
-msgctxt "dabawiz02dbase.xhp#par_idN10584.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>"
-msgstr ""
+#. ^@7L
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155764\n"
+"277\n"
+"help.text"
+msgid "Save query"
+msgstr "მოთხოვნის შენახვა"
-#: 05030000.xhp#tit.help.text
-msgid "Copy a Table by Drag-and-Drop"
-msgstr "გადატანა-ჩასმით ცხრილის კოპირება"
+#. !L#@
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148481\n"
+"278\n"
+"help.text"
+msgid "Use the <emph>Save</emph> icon on the Standard Bar to save the query. You see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema."
+msgstr "მოთხოვნის შესანახად გამოიყენეთ<emph>შენახვის</emph> ხატულა სტანდარტულიდან დაფიდან. თქვენ დაინახავთ დიალოგურ ფანჯარას, რომელიც მოთხოვნისთვის სახელის შეყვანას გთხოვთ. თუ მონაცემთა ბაზას სქემების მხარდაჭერა აქვს, შეგიძლიათ სქემის შეყვანა."
+
+#. |!I!
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154362\n"
+"279\n"
+"help.text"
+msgid "Schema"
+msgstr "სქემა"
-#: 05030000.xhp#hd_id3154894.1.help.text
-msgid "<link href=\"text/shared/explorer/database/05030000.xhp\" name=\"Copy Query or Table by Drag-and-Drop\">Copy Query or Table by Drag-and-Drop</link>"
+#. qXKe
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154754\n"
+"280\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_COMBOBOX_DLG_SAVE_AS_ET_SCHEMA\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
msgstr ""
-#: 05030000.xhp#bm_id3155535.help.text
-msgid "<bookmark_value>queries; copying (Base)</bookmark_value><bookmark_value>tables in databases; copying database tables (Base)</bookmark_value>"
-msgstr ""
+#. d8qr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3156717\n"
+"281\n"
+"help.text"
+msgid "Query name or table view name"
+msgstr "მოთხოვნის სახელი ან ცხრილის ხედის სახელი"
-#: 05030000.xhp#par_id3155535.2.help.text
-msgid "Dragging-and-dropping a query or table opens the <emph>Copy Table </emph>dialog, which allows you to define the options for copying a query or a table."
-msgstr ""
+#. gC`:
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154253\n"
+"282\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_EDIT_DLG_SAVE_AS_ET_TITLE\">Enter the name of the query or table view.</ahelp>"
+msgstr "<ahelp hid=\"DBACCESS_EDIT_DLG_SAVE_AS_ET_TITLE\">შეიტანეთ მოთხოვნის ან ცხრილის ხედის სახელი</ahelp>"
-#: 05030000.xhp#par_id3148539.16.help.text
-msgid "With the <emph>Copy Table </emph>dialog you can:"
-msgstr "<emph>ცხრილის კოპირების</emph>დილაოგური ფანჯრის მეშვეობით თქვენ შეგიძლიათ:"
+#. bU;!
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3163805\n"
+"23\n"
+"help.text"
+msgid "Filtering data"
+msgstr "მონაცემთა გაფილტვრა"
-#: 05030000.xhp#par_id3153147.18.help.text
-msgid "copy the data from the table into another table,"
-msgstr "მონაცემების კოპირება ერთი ცხირლიდან მეორე ცხრილში."
+#. rcVx
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154964\n"
+"24\n"
+"help.text"
+msgid "To filter data for the query, set the desired preferences in the lower area of the Design View. The following lines are available:"
+msgstr "მოთხოვნისათვის მონაცემთა გასაფილტრად დააყენეთ სასურველი პარამეტრები დიზაინის ხედის ქვედა არეში. ხელმისაწვდომია შემდეგი ხაზები:"
-#: 05030000.xhp#par_id3150504.19.help.text
-msgid "use the structure of the table as the basis for creating a new table."
-msgstr "ცხრილის სტრუქტურის გამოყენება ახალი ცხრილის შესაქმნელად."
+#. tk~]
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3146916\n"
+"25\n"
+"help.text"
+msgid "Field"
+msgstr "ველები"
-#: 05030000.xhp#par_id3155628.20.help.text
-msgid "You can copy within the same database or between different databases."
-msgstr "თქვენ შეგიძლიათ კოპირება როგორც ერთი მონაცემთა ბაზის შიგნით, ასევე სხვადასხვა მონაცემთა ბაზებს შორის. "
+#. KFhS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156372\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that you referred to in the Query. All settings made in the lower rows refer to this field.</ahelp> If you activate a cell 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 and the criteria is valid for all table fields."
+msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">შეიტანეთ იმ მონაცემთა ველის სახელი, რომელიც მოთხოვნაში გამოიყენეთ. ქვედა ზოლის ყველა პარამეტრი ამ ველს მიეკუთვნება. </ahelp> მაუსის დაწკაპუნებით უჯრედის გააქტიურებისას დაინახავთ ისრის ღილაკს, რომელიც ველის მონიშვის საშუალებას გაძლევთ. პარამეტრი \"ცხრილის სახელი.*\" მონიშნავს ყველა მონაცემთა ველს და პირობა მართებული იქნება ცხრილის ყველა ველისათვის."
-#: dabaadvpropdat.xhp#tit.help.text
-msgid "Special Settings"
+#. :be.
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145150\n"
+"148\n"
+"help.text"
+msgid "Alias"
msgstr ""
-#: dabaadvpropdat.xhp#par_idN10556.help.text
-msgid "<link href=\"text/shared/explorer/database/dabaadvpropdat.xhp\">Special Settings</link>"
-msgstr ""
+#. c5^;
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146315\n"
+"149\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in a query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field has the name PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as alias."
+msgstr "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">განსაზღვრავს მეტსახელს, რომელიც მოთხოვნის ჩამონთვალში გამოიყენება ველის სახელის ნაცვლად. ეს მომხმარებლის მიერ განსაზღვრული სატაურბის გამოყენების საშუალებას იძლევა </ahelp> მაგალითად, თუ მონაცემთა ველის სახელი არის PtNo და მის ნაცვლად გსურთ მოთხოვნაში გამოჩნდეს PartNum, შეიტანეთ მეტსახელად. PartNum."
-#: dabaadvpropdat.xhp#par_idN10566.help.text
-msgid "Specifies the way you can work with data in a database."
-msgstr ""
+#. 0,1V
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155959\n"
+"193\n"
+"help.text"
+msgid "In an SQL statement, aliases are defined as following:"
+msgstr "SQL-ის განაცხადში მეტსახელები შემდეგნაირად არის განსაზღვრული:"
-#: dabaadvpropdat.xhp#par_id7679372.help.text
-msgid "In a database window, choose <emph>Edit - Database - Advanced Settings</emph> "
-msgstr ""
+#. Q(rf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149922\n"
+"194\n"
+"help.text"
+msgid "SELECT column AS alias FROM table."
+msgstr "SELECT column AS alias FROM table."
-#: dabaadvpropdat.xhp#par_id4572283.help.text
-msgctxt "dabaadvpropdat.xhp#par_id4572283.help.text"
-msgid "The availability of the following controls depends on the type of database:"
-msgstr ""
+#. h:`i
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159335\n"
+"195\n"
+"help.text"
+msgid "For example:"
+msgstr "მაგალითად"
-#: dabaadvpropdat.xhp#par_idN10590.help.text
-msgctxt "dabaadvpropdat.xhp#par_idN10590.help.text"
-msgid "Use SQL92 naming constraints"
-msgstr ""
+#. QR5+
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148478\n"
+"196\n"
+"help.text"
+msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
+msgstr "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
-#: dabaadvpropdat.xhp#par_idN10594.help.text
-msgid "<ahelp hid=\".\">Only allows characters that conform to the SQL92 naming convention in a name in a data source. All other characters are rejected. Each name must begin with a lowercase letter, an uppercase letter, or an underscore ( _ ). The remaining characters can be ASCII letters, numbers, and underscores.</ahelp>"
+#. z\zo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148485\n"
+"27\n"
+"help.text"
+msgid "Table"
msgstr ""
-#: dabaadvpropdat.xhp#par_idN105907.help.text
-msgid "Use keyword AS before table alias names"
-msgstr ""
+#. jdQ;
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3163665\n"
+"28\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 the a cell with a mouse click, an arrow will appear which enables you to select another table of the current query."
+msgstr "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">მონიშნული მონაცემთა ველის შესაბამისი მონაცემთა ბაზის ცხრილი ჩამოთვლილია აქ</ahelp> თუ უჯრედს მაუსის დაწკაპუნებით გააქტიურებთ, გამოჩნდება ისარი, რომელიც საშუალებას მოგცემთ მიმდინარე მოთხოვნის სხვა ცხრლი მონიშნოთ"
-#: dabaadvpropdat.xhp#par_idN105947.help.text
-msgid "<ahelp hid=\".\">Some databases use the keyword \"AS\" between a name and its alias, while other databases use a whitespace. Enable this option to insert AS before the alias.</ahelp>"
+#. %jUq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154207\n"
+"29\n"
+"help.text"
+msgid "Sort"
msgstr ""
-#: dabaadvpropdat.xhp#hd_id3534958.help.text
-msgid "End text lines with CR + LF"
-msgstr ""
+#. nX2f
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150979\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click the cell, you can select among the sorting options: ascending, descending and not sorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options."
+msgstr "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">უჯრედზე დაწკაპუნებით საშუალება გეძლევათ ამოირჩიოთ სორტირების პარამეტრი: აღმავალი, დაღმავალი და არასორტირებული.</ahelp> ტექსტური ველები ლაგდება ანბანურად (A-დან Z-მდე) ხოლო რიცხვითი რიცხვითი ჩამონათვალის სახით (0-დან 9-მდე)."
-#: dabaadvpropdat.xhp#par_id6151921.help.text
-msgid "<ahelp hid=\".\">Select to use the CR + LF code pair to end every text line (preferred for DOS and Windows operating systems).</ahelp>"
-msgstr ""
+#. u^]c
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150384\n"
+"31\n"
+"help.text"
+msgid "Visible"
+msgstr "ხილული"
-#: dabaadvpropdat.xhp#par_idN1059E.help.text
-msgid "Append the table alias name in SELECT statements"
+#. i#c8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146133\n"
+"32\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 visible in the query</ahelp>. If you only use a data field to formulate a condition, you do not necessarily need to show it."
msgstr ""
-#: dabaadvpropdat.xhp#par_idN105A2.help.text
-msgid "<ahelp hid=\".\">Appends the alias to the table name in SELECT statements.</ahelp>"
-msgstr ""
+#. {HY#
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154714\n"
+"33\n"
+"help.text"
+msgid "Criteria"
+msgstr "კრიტერიუმები"
-#: dabaadvpropdat.xhp#par_idN105A5.help.text
-msgid "Use Outer Join syntax '{OJ }'"
-msgstr ""
+#. n=%`
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145134\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field should be filtered.</ahelp>"
+msgstr "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">განსაზღვრავს<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria \">კრიტერიუმებს</link>რომლითაც მონაცემთა ველის შიგთავსი უნდა გაიფლიტროს.</ahelp>"
-#: dabaadvpropdat.xhp#par_idN105A9.help.text
-msgid "<ahelp hid=\".\">Use escape sequences for outer joins. The syntax for this escape sequence is {oj outer-join}</ahelp>"
-msgstr ""
+#. /FVB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3152477\n"
+"35\n"
+"help.text"
+msgid "or"
+msgstr "ან"
-#: dabaadvpropdat.xhp#par_idN105BE.help.text
-msgctxt "dabaadvpropdat.xhp#par_idN105BE.help.text"
-msgid "Example:"
-msgstr "მაგალითად"
+#. -qrc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154585\n"
+"36\n"
+"help.text"
+msgid "Here you can enter one additional criterion for filtering in each line. Multiple criteria in one column will be connected by an OR link."
+msgstr "აქ უნდ აშეიტანოთ ერთი დამატებითი კრიტერიუმი თითოეული ხაზის გასაფილტრად. რამდენიმე კრიტერიუმის დაკავშირება ერთ სვეტში ხდება OR ბმულით"
-#: dabaadvpropdat.xhp#par_idN105C1.help.text
-msgid "select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
-msgstr "მაგალითი: მონიშნეთ Article.* {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}-დან"
+#. UY$G
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148800\n"
+"150\n"
+"help.text"
+msgid "You can also use the context menu of the line headers in the lower area of the query design to insert another line for functions:"
+msgstr "თქვენ ასევე შეგიძლიათ მოთხოვნის დიზაინის ქვედა არეში ხაზის ჰედერის კონტექსტური მენიუს გამოყენება ფუნქციებისთვის კიდევ ერთი ხაზის ცასამატებლად"
-#: dabaadvpropdat.xhp#par_idN105C4.help.text
-msgid "Ignore the privileges from the database driver"
-msgstr ""
+#. !UK;
+#: 02010100.xhp
+#, fuzzy
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148419\n"
+"151\n"
+"help.text"
+msgid "Functions"
+msgstr "ფუნქცია"
-#: dabaadvpropdat.xhp#par_idN105C8.help.text
-msgid "<ahelp hid=\".\">Ignores access privileges that are provided by the database driver.</ahelp>"
-msgstr ""
+#. hFKj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153233\n"
+"152\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query here.</ahelp> The functions you can run here depend on the database."
+msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">მონიშნეთ ფუნქცია მოთხოვნის აქ გასაშევბად. </ahelp> ფუნქციები, რომელთა გაშვება აქ არის შესაძლებელი, დამოკიდებულია მონაცემთა ბაზაზე"
+
+#. ~mwy
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8760818\n"
+"help.text"
+msgid "If you are working with the HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
+msgstr "თუ თქვენ მუშაობთ Adabas მონაცემთა ბაზაში, ჩამონათვალის სარკმელი <emph>ფუნქციების</emph> ზოლი შემდეგ პარამეტრებს გთავაზობთ:"
-#: dabaadvpropdat.xhp#par_idN105CB.help.text
-msgid "Replace named parameters with ?"
-msgstr ""
+#. 5*)\
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150307\n"
+"179\n"
+"help.text"
+msgid "Option"
+msgstr "პარამეტრი"
-#: dabaadvpropdat.xhp#par_idN105CF.help.text
-msgid "<ahelp hid=\".\">Replaces named parameters in a data source with a question mark (?).</ahelp>"
+#. zbb;
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3166430\n"
+"180\n"
+"help.text"
+msgid "SQL"
msgstr ""
-#: dabaadvpropdat.xhp#par_idN105D2.help.text
-msgid "Display version columns (when available)"
-msgstr ""
+#. @1.i
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152993\n"
+"181\n"
+"help.text"
+msgid "Effect"
+msgstr "ეფექტი"
-#: dabaadvpropdat.xhp#par_idN105D6.help.text
-msgid "Some databases assign version numbers to fields to track changes to records. The version number of a field is incremented by one each time the contents of the field are changed. <ahelp hid=\"HID_DSADMIN_SUPPRESS_VERSIONCL\">Displays the internal version number of the record in the database table.</ahelp>"
-msgstr ""
+#. ENM]
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155377\n"
+"162\n"
+"help.text"
+msgid "No function"
+msgstr "ფუნქციის გარეშე"
-#: dabaadvpropdat.xhp#par_idN105FA.help.text
-msgid "Use the catalog name in SELECT statements"
-msgstr ""
+#. n516
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155533\n"
+"163\n"
+"help.text"
+msgid "No function will be executed."
+msgstr "არც ერთი ფუნქცია არ ქნება შესრულებული"
-#: dabaadvpropdat.xhp#par_idN105FE.help.text
-msgctxt "dabaadvpropdat.xhp#par_idN105FE.help.text"
-msgid "<ahelp hid=\".\">Uses the current data source of the catalog. This option is useful when the ODBC data source is a database server. Do not select this option if the ODBC data source is a dBASE driver.</ahelp>"
-msgstr ""
+#. =e:9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3166420\n"
+"164\n"
+"help.text"
+msgid "Average"
+msgstr "საშუალო"
-#: dabaadvpropdat.xhp#par_idN10613.help.text
-msgid "Use the schema name in SELECT statements"
-msgstr ""
+#. M*@W
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145268\n"
+"183\n"
+"help.text"
+msgid "AVG"
+msgstr "AVG"
-#: dabaadvpropdat.xhp#par_idN10617.help.text
-msgid "<ahelp hid=\".\">Allows you to use the schema name in SELECT statements.</ahelp>"
-msgstr ""
+#. ?tZ{
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154486\n"
+"165\n"
+"help.text"
+msgid "Calculates the arithmetic mean of a field."
+msgstr "გამოთვლის ველის საშუალო არითმეტიკულ სიდიდეს"
-#: dabaadvpropdat.xhp#par_idN1061A.help.text
-msgid "Create index with ASC or DESC statement"
-msgstr ""
+#. :(Hu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149979\n"
+"166\n"
+"help.text"
+msgid "Count"
+msgstr "დათვლა"
-#: dabaadvpropdat.xhp#par_idN1061E.help.text
-msgid "<ahelp hid=\".\">Creates an index with ASC or DESC statements.</ahelp>"
-msgstr ""
+#. YYQh
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154260\n"
+"184\n"
+"help.text"
+msgid "COUNT"
+msgstr "COUNT"
-#: dabaadvpropdat.xhp#par_idN10621.help.text
-msgid "Comparison of Boolean values"
-msgstr ""
+#. 7dG1
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155810\n"
+"167\n"
+"help.text"
+msgid "Determines the number of records in the table. Empty fields can either be counted (a) or not (b)."
+msgstr "განსაზღვრავს ცხრილში ჩანაწერების რაოდენობას. შეიძლება ცარიელი ველების როგორც დათვლა (a), ასევე გამოტოვება (b)"
-#: dabaadvpropdat.xhp#par_idN10625.help.text
-msgid "<ahelp hid=\".\">Select the type of Boolean comparison that you want to use.</ahelp>"
-msgstr ""
+#. eg}Q
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151333\n"
+"197\n"
+"help.text"
+msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
+msgstr "a) COUNT(*): ვარკსვლავის არგუმენტად გადაწოდება ცხრილის ყველა ჩანაწერს მოიცავს"
-#: dabaadvpropdat.xhp#hd_id1101718.help.text
-msgid "Form data input checks for required fields"
+#. 4)Tb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152889\n"
+"198\n"
+"help.text"
+msgid "b) COUNT(column): Passing a field name as an argument counts only fields in which the field name in question contains a value. Null values (empty fields) will not be counted."
msgstr ""
-#: dabaadvpropdat.xhp#par_id3783989.help.text
-msgid "<ahelp hid=\".\">When you enter a new record or update an existing record in a form, and you leave a field empty which is bound to a database column which requires input, then you will see a message complaining about the empty field.</ahelp>"
-msgstr ""
+#. d1#6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153067\n"
+"168\n"
+"help.text"
+msgid "Maximum"
+msgstr "მაქსიმუმი"
-#: dabaadvpropdat.xhp#par_id6684163.help.text
-msgid "If this control box is not enabled, then the forms in the current database will not be checked for required fields."
-msgstr ""
+#. *-#:
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148840\n"
+"185\n"
+"help.text"
+msgid "MAX"
+msgstr "MAX"
-#: dabaadvpropdat.xhp#par_id3837397.help.text
-msgid "The control box is available for all data source types which support write access to their data. The control box does not exist for spreadsheets, text, csv, and the various read-only address books."
-msgstr ""
+#. _CoX
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159221\n"
+"169\n"
+"help.text"
+msgid "Determines the highest value of a field."
+msgstr "განსაზღვრავს ველში უმაღლეს მაჩენებელს"
+
+#. _[8H
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146866\n"
+"170\n"
+"help.text"
+msgid "Minimum"
+msgstr "მინიმუმი"
-#: dabaadvpropdat.xhp#hd_id0909200811170166.help.text
-msgid "Ignore currency field information"
-msgstr ""
+#. +V{H
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148604\n"
+"186\n"
+"help.text"
+msgid "MIN"
+msgstr "MIN"
-#: dabaadvpropdat.xhp#par_id0909200811170221.help.text
-msgid "<ahelp hid=\".\">Only for Oracle JDBC connections. When enabled it specifies that no column is treated as a currency field. The field type returned from the database driver is discarded.</ahelp>"
-msgstr ""
+#. Lwm4
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157982\n"
+"171\n"
+"help.text"
+msgid "Determines the lowest value of a field."
+msgstr "განსაზღვრავს ველში უმცირეს მაჩენებელს"
+
+#. [t?3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154828\n"
+"172\n"
+"help.text"
+msgid "Sum"
+msgstr "ჯამი"
-#: dabaadvpropdat.xhp#hd_id040920092139524.help.text
-msgid "Use ODBC conformant date/time literals"
-msgstr ""
+#. #Cbv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147070\n"
+"187\n"
+"help.text"
+msgid "SUM"
+msgstr "SUM"
-#: dabaadvpropdat.xhp#par_id040920092139526.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\">Use date/time literals that conform to ODBC standard.</ahelp>"
-msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
+#. sK26
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154536\n"
+"173\n"
+"help.text"
+msgid "Calculates the sum of values of associated fields."
+msgstr "ითვლის მაჩვენებელთა ჯამს დაკავშირებულ ველებში"
+
+#. W}m)
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148820\n"
+"174\n"
+"help.text"
+msgid "Group"
+msgstr "დაჯგუფება"
-#: dabaadvpropdat.xhp#hd_id04092009442139524.help.text
-#, fuzzy
-msgid "Supports primary keys"
-msgstr "პირველადი გასაღების შექმნა"
+#. {mQE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145375\n"
+"188\n"
+"help.text"
+msgid "GROUP BY"
+msgstr "GROUP BY"
-#: dabaadvpropdat.xhp#par_id04096620092139526.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\">Enable to overrule Base's heuristics used to detect whether the database supports primary keys.</ahelp>"
-msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
+#. `@Wc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149438\n"
+"175\n"
+"help.text"
+msgid "Groups query data according to the field name selected. 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."
+msgstr "აჯგუფებს მოთხოვნის მონაცემებს მონიშნული ველის სახელის მიხედვით. ფუნქციების შესრულება ხდება კონკრეტული ჯგუფების მიხედვით. SQL-ში ეს პარამეტრი შეესაბამება GROUP BY პირობას. კრიტერიუმის დამატების შემთხვევაში, ეს ჩანაწერი გამოჩნდბა SQL HAVING-ში"
-#: dabaadvpropdat.xhp#par_id66841631.help.text
-msgid "When connecting to a database using a generic API like ODBC, JDBC, or ADO, Base currently applies heuristics to determine whether this database supports primary keys. None of those APIs has dedicated support to retrieve this information."
-msgstr ""
+#. TDVn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156038\n"
+"189\n"
+"help.text"
+msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
+msgstr "ასევე შესაძლებელია ფუქნციური გამოძახებების პირდაპირ შეტანა SQL განაცხადში"
-#: dabaadvpropdat.xhp#par_id66841632.help.text
-msgid "The heuristics sometimes fails. This tri-state check box by default is set to the undetermined state, which means \"apply the heuristics\". If the check box is enabled, primary key support is assumed. If the check box is disabled, no primary key support is assumed."
-msgstr ""
+#. #\Xp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156340\n"
+"190\n"
+"help.text"
+msgid "SELECT FUNCTION(column) FROM table."
+msgstr "SELECT FUNCTION(სვეტი) FROM ცხრილიდან."
-#: dabaadvpropdat.xhp#par_id66841633.help.text
-msgid "Note that if this option is just for overruling the heuristics. If you enable the check box for a database which actually does not support primary keys, you will see some errors."
-msgstr ""
+#. `\SF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155075\n"
+"191\n"
+"help.text"
+msgid "For example, the function call in SQL for calculating a sum is:"
+msgstr "მაგალითად: SQL-ში ფუნქციური გამოძახება ჯამის გამოსათვლელად:"
-#: dabawiz02.xhp#tit.help.text
-msgid "Save and proceed"
+#. NHan
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154591\n"
+"192\n"
+"help.text"
+msgid "SELECT SUM(\"Price\") FROM \"Article\"."
msgstr ""
-#: dabawiz02.xhp#par_idN10544.help.text
-msgctxt "dabawiz02.xhp#par_idN10544.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz02.xhp\">Save and proceed</link>"
+#. d-HQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159205\n"
+"176\n"
+"help.text"
+msgid "Except for the <emph>Group</emph> function, the above functions are so-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 system in use and on the current state of the Base driver."
+msgstr "<emph>დაჯგუფების</emph> ფუნქციის გარდა, ყველა ზემოთხსენებულ ფუნქციას ე.წ. საერთო ფუნქციები. ეს ფუნქციები გამოიყენება მონაცემთა დათვლის შედეგად შეჯამების გასაკეთებლად. ასვეე შესაძლებელია დამატებითი ფუქნციების გამოყენება, რომლებიც ჩამონათვალში არ არის მოცემული, რაც მუშა მონაცემთა ბაზის სისტემაზე არის დამოკიდებული. დრაივერის კონკრეტული ფუნქციების შესახებ ინფორმაციის მისაღებად ნახეთ თქვენი მონაცემთა ბაზის სისტემის დოკუმენტაცია."
+
+#. PX0K
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148651\n"
+"177\n"
+"help.text"
+msgid "To use other functions not listed in the list box, you must enter them under <emph>Field</emph>."
msgstr ""
-#: dabawiz02.xhp#par_idN10554.help.text
-msgid "<ahelp hid=\".\">Specifies whether you want to register the database, open the database for editing, or insert a new table.</ahelp>"
-msgstr ""
+#. --]J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155098\n"
+"178\n"
+"help.text"
+msgid "You can also assign aliases to function calls. If the query is not to be displayed in the column header, enter the desired name under <emph>Alias</emph>."
+msgstr "ასევე შესაძლებელია მეტსახელების მინიჭება ფუნქციური გამოძახებებისთვის. თუ მოთხოვნა არ უნდა გამოჩნდეს სვეტის ჰედერში, შეიტანეთ სასურველი სახელი <emph>მეტსახელებში</emph>."
-#: dabawiz02.xhp#par_idN10557.help.text
-msgid "Yes, register the Database for me"
-msgstr ""
+#. c[F^
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155539\n"
+"199\n"
+"help.text"
+msgid "The corresponding function in an SQL statement is:"
+msgstr "შესაბამისი ფუნქცია SQL-ის განაცხადში არის:"
-#: dabawiz02.xhp#par_idN105B4.help.text
-msgid "<ahelp hid=\".\">Select to register the database within your user copy of %PRODUCTNAME. After registering, the database is displayed in the <emph>View - Data Sources</emph> window. You must register a database to be able to insert the database fields in a document (Insert - Fields - Other) or in a mail merge.</ahelp>"
+#. ZAP;
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149425\n"
+"200\n"
+"help.text"
+msgid "SELECT FUNCTION() AS alias FROM table"
msgstr ""
-#: dabawiz02.xhp#par_idN105B7.help.text
-msgid "No, do not register the database"
-msgstr ""
+#. -n8[
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144431\n"
+"201\n"
+"help.text"
+msgid "Example:"
+msgstr "მაგალითად"
-#: dabawiz02.xhp#par_idN105BB.help.text
-msgid "<ahelp hid=\".\">Select to keep the database information only within the created database file.</ahelp>"
+#. 3:h#
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154614\n"
+"202\n"
+"help.text"
+msgid "SELECT COUNT(*) AS count FROM \"Item\""
msgstr ""
-#: dabawiz02.xhp#par_idN1055B.help.text
-msgid "Open the database for editing"
+#. hV%q
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154610\n"
+"203\n"
+"help.text"
+msgid "If you run this function, you cannot insert any additional columns for the query other than receiving these columns as a \"Group\" function."
msgstr ""
-#: dabawiz02.xhp#par_idN105C6.help.text
-msgid "<ahelp hid=\".\">Select to display the database file, where you can edit the database structure.</ahelp>"
-msgstr ""
+#. K#JZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154644\n"
+"204\n"
+"help.text"
+msgid "<emph>Examples</emph>"
+msgstr "<emph>მაგალითები</emph>"
-#: dabawiz02.xhp#par_idN1055F.help.text
-msgid "Create tables using the table wizard"
+#. H:WM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151120\n"
+"205\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 ""
-#: dabawiz02.xhp#par_idN105D1.help.text
-msgid "<ahelp hid=\".\">Select to call the <link href=\"text/shared/explorer/database/tablewizard00.xhp\">Table Wizard</link> after the Database Wizard is finished.</ahelp>"
-msgstr ""
+#. a*WZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155144\n"
+"206\n"
+"help.text"
+msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
+msgstr "სამზე მეტი ელემენტის მომწოდებელთა მომცველი მოთხოვნის შესაქმნელად საჭიროა შემდეგი ნაბიჯების განხორციელება."
-#: dabawiz02.xhp#par_idN1061A.help.text
-msgctxt "dabawiz02.xhp#par_idN1061A.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>"
-msgstr ""
+#. q(=)
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153240\n"
+"207\n"
+"help.text"
+msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
+msgstr "ჩასვით \"Item\" და \"Suppliers\" ცხრილები მოთხოვნის დიზაინში."
-#: dabadoc.xhp#tit.help.text
-msgid "Database File"
-msgstr ""
+#. 4nFk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148807\n"
+"208\n"
+"help.text"
+msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
+msgstr "თუ ასეთი ტიპის კვშირი უკვე არ არსებობს, დააკავშირეთ ორი ცხრილის \"Supplier_No\" ველები."
+
+#. QTgz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161652\n"
+"209\n"
+"help.text"
+msgid "Double-click the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
+msgstr "ორჯერ დააწკაპუნეთ \"Item_No\" ველზე \"Item\" ცხრილიდან. გამოაჩინეთ <emph>ფუნქციის</emph> ხაზი კონტექსტური მენიუს გამოყენებით და მონიშნეთ დათვლის ფუნქცია."
-#: dabadoc.xhp#par_idN10544.help.text
-msgid "<link href=\"text/shared/explorer/database/dabadoc.xhp\">Database File</link>"
-msgstr ""
+#. D+UZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151009\n"
+"210\n"
+"help.text"
+msgid "Enter >3 as a criterion and disable the Visible field."
+msgstr "შეიტანეთ >3 როგორც კრიტერიუმი და გამორთეთ ხილული ველი"
-#: dabadoc.xhp#par_idN10554.help.text
-msgid "<ahelp hid=\".\">The database file window organizes the tables, views, queries, and reports of a database in %PRODUCTNAME.</ahelp>"
-msgstr ""
+#. 2/PO
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145601\n"
+"211\n"
+"help.text"
+msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
+msgstr "\"Suppliers\" ცხრილში ორჯერ დააწკაპუნეთ \"Supplier_Name\" ველზე და აირჩიეთ დაჯგუფების ფუნქცია."
-#: dabadoc.xhp#par_idN105B7.help.text
-msgid "<link href=\"text/shared/explorer/database/main.xhp\">Working with databases in %PRODUCTNAME</link>"
+#. +l0H
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147512\n"
+"212\n"
+"help.text"
+msgid "Run the query."
msgstr ""
-#: menuview.xhp#tit.help.text
-#, fuzzy
-msgid "View"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ნახვა\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ხედვა\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ხედი\n"
-"#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ხედი\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ხედი"
-
-#: menuview.xhp#par_idN1054D.help.text
-msgid "<link href=\"text/shared/explorer/database/menuview.xhp\">View</link>"
-msgstr ""
+#. ZO`W
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148638\n"
+"213\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 "თუ \"price\" (თიტოეული საქონლის ინდივიდუალური ფასისთვის) და \"Supplier_No\" (ამ საქონლის მომწოდებლისთვის) ველები არსებობს \"Item\" ცხრილში, თქვენ შეგიძლიათ მიიღოთ მომწოდებლის მიერ მოწოდებული საქონლის საშუალო ფასი შემდეგი მოთხოვნის მეშვეობით:"
+
+#. jO,d
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153045\n"
+"214\n"
+"help.text"
+msgid "Insert the \"Item\" table into the query design."
+msgstr "ჩასვით \"Item\" ცხრილი მოთხოვნის დიზაინში"
+
+#. JCko
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149802\n"
+"215\n"
+"help.text"
+msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
+msgstr "ორჯერ დააწკაპუნეთ \"Price\" და \"Supplier_No\" ველებზე"
-#: menuview.xhp#par_idN1055D.help.text
-msgid "<ahelp hid=\".\">The View menu of a database window.</ahelp>"
-msgstr ""
+#. 8!SU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153554\n"
+"216\n"
+"help.text"
+msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
+msgstr "გააქტიურეთ <emph>ფუნქციის</emph> ხაზი და მონიშნეთ საშუალო ფუნქცია \"Price\" ველიდან."
-#: menuview.xhp#par_idN10560.help.text
-msgid "Database Objects"
-msgstr ""
+#. .-x)
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155597\n"
+"217\n"
+"help.text"
+msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
+msgstr "თქევნ ასევე შეგიძლიათ შეიტანოთ \"Average\" მეტსახელის ხაზში(ბრჭყალების გარეშე)."
-#: menuview.xhp#par_idN10564.help.text
-msgctxt "menuview.xhp#par_idN10564.help.text"
-msgid "<ahelp hid=\".\">Opens a submenu.</ahelp>"
-msgstr ""
+#. NE5b
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151191\n"
+"218\n"
+"help.text"
+msgid "Choose Group for the \"Supplier_No\" field."
+msgstr "აირჩიეთ მონიშვნა \"Supplier_No\" ველისთვის"
-#: menuview.xhp#par_idN10567.help.text
-msgctxt "menuview.xhp#par_idN10567.help.text"
-msgid "Forms"
+#. 1Pdb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155547\n"
+"219\n"
+"help.text"
+msgid "Run the query."
msgstr ""
-#: menuview.xhp#par_idN1056B.help.text
-msgid "<ahelp hid=\".\">Selects the forms container and shows all forms in the detail view.</ahelp>"
-msgstr ""
+#. /v!j
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147549\n"
+"247\n"
+"help.text"
+msgid "The following context menu commands and symbols are available:"
+msgstr "კონტექსტის მენიუს შემდეგი ბრძანებები და სიმბოლოები არის ხელმისაწვდომი:"
-#: menuview.xhp#par_idN1056E.help.text
-msgid "Reports"
-msgstr ""
+#. L4r9
+#: 02010100.xhp
+#, fuzzy
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154172\n"
+"248\n"
+"help.text"
+msgid "Functions"
+msgstr "ფუნქცია"
-#: menuview.xhp#par_idN10572.help.text
-msgid "<ahelp hid=\".\">Selects the reports container and shows all reports in the detail view.</ahelp>"
-msgstr ""
+#. v:Ub
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150414\n"
+"249\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for selection of functions.</ahelp>"
+msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">აჩვენებს ან მალავს ფუნქციების არჩევის რიგს</ahelp>"
-#: menuview.xhp#par_idN10575.help.text
-msgctxt "menuview.xhp#par_idN10575.help.text"
-msgid "Queries"
-msgstr ""
+#. ;Ng$
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149872\n"
+"153\n"
+"help.text"
+msgid "Table Name"
+msgstr "ცხრილის სახელი"
-#: menuview.xhp#par_idN10579.help.text
-msgid "<ahelp hid=\".\">Selects the queries container and shows all queries in the detail view.</ahelp>"
-msgstr ""
+#. hgPI
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147246\n"
+"154\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
+msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">აჩვენებს ან მალავს ცხრილის სახელის რიგს</ahelp>"
-#: menuview.xhp#par_idN1057C.help.text
-msgctxt "menuview.xhp#par_idN1057C.help.text"
-msgid "Tables"
-msgstr ""
+#. k.5(
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145117\n"
+"155\n"
+"help.text"
+msgid "Alias Name"
+msgstr "მეტსახელი"
-#: menuview.xhp#par_idN10580.help.text
-msgid "<ahelp hid=\".\">Selects the tables container and shows all tables in the detail view.</ahelp>"
-msgstr ""
+#. Z^\e
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155754\n"
+"156\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
+msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">აჩვენებს ან მალავს მეტსახელის რიგში</ahelp>"
-#: menuview.xhp#par_idN10583.help.text
-msgctxt "menuview.xhp#par_idN10583.help.text"
-msgid "Sort"
-msgstr ""
+#. f}b^
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153298\n"
+"157\n"
+"help.text"
+msgid "Distinct Values"
+msgstr "განსხვავებული მნიშვნელობები"
-#: menuview.xhp#par_idN10587.help.text
-msgctxt "menuview.xhp#par_idN10587.help.text"
-msgid "<ahelp hid=\".\">Opens a submenu.</ahelp>"
-msgstr ""
+#. |qvA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147500\n"
+"158\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Applies only distinct values to the query.</ahelp> This applies to records containing data that appears several times in the selected fields. If the <emph>Distinct Values</emph> command is active, you will see only one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
+msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">მოთხოვნას მხოლოდ განსხვავებულ მნივნელობებს ანიჭებს.</ahelp> ეს ეხება მხოლოდ იმ ჩანაწერებს, რომელიც მონიშნულ ველებში რამდენჯერმე ჩნდება. თუ <emph>განსხვავებული მნიშვნელობების</emph> ბრძანება გააქტიურებულია, თქვენ მოთხოვნაში მხოლოდ ერთ ჩანაწერს დაინახავთ (DISTINCT). სხვა შემთხვევაში, დაინახავთ მოთხვნის კრიტერიუმების შესაბამის ყველა ჩანაწერს დაინახავთ (ALL)."
-#: menuview.xhp#par_idN1058A.help.text
-msgctxt "menuview.xhp#par_idN1058A.help.text"
-msgid "Ascending"
+#. LhKI
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150436\n"
+"159\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 "მაგალითად: თუ სახელი \"Smith\" ჩნდება რამდენჯერმე თქვენს მისამართთა მონაცემთა ბაზაში, თქვენ შეგიძლიათ აარჩიოთ <emph>განსხვავებული მნიშვნელობების</emph> ბრძანება და მოთხოვნაში დააკონკრეტოთ, რომ სახელი \"Smith\" მხოლოდ ერთხელ გამოჩნდეს."
+
+#. Q\(f
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152352\n"
+"160\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 ""
-#: menuview.xhp#par_idN1058E.help.text
-msgid "<ahelp hid=\".\">Sorts the entries in the detail view in ascending order.</ahelp>"
-msgstr ""
+#. MToj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149825\n"
+"161\n"
+"help.text"
+msgid "In SQL, this command corresponds to the DISTINCT predicate."
+msgstr "SQL-ში ეს ბრძანება შეესაბამება DISTINCT პრედიკატს"
-#: menuview.xhp#par_idN10591.help.text
-msgctxt "menuview.xhp#par_idN10591.help.text"
-msgid "Descending"
-msgstr ""
+#. PT[~
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148926\n"
+"37\n"
+"help.text"
+msgid "Formulating filter conditions"
+msgstr "ფილტრის პირობების ფორმირება"
-#: menuview.xhp#par_idN10595.help.text
-msgid "<ahelp hid=\".\">Sorts the entries in the detail view in descending order.</ahelp>"
-msgstr ""
+#. \aIj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153162\n"
+"38\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. You can also enter the SQL command directly. The following tables give an overview of the operators and commands:"
+msgstr "ფილტრის პირობების ფორმირებისას თქვენთვის ხელმისაწვდომია სხვადასხვა ოპერატორები და ბრძანებები. რელაციური ოპერატორების გარდა, არსებობს SQL-ის სპეციფიური ბრძანებები, რომლებიც მონაცემთა ბაზის შიგთავსს მოთხოვნას უგზავნის. თუ ამ ბრძანებებს გამოიყენებთ $[officename] სინტაქსით, $[officename] ავტომატურად გარდაქმნის მათ SQL-ის შესაბამის სინტაქსში. ასევე შესაძლებელია SQL რძანების პირდაპირ შეყვანა. შემდეგი ცხრილები გაწვდიან ინფორმაციას ოპერატორებსა და ბრძანებებზე:"
+
+#. 1A5N
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149044\n"
+"39\n"
+"help.text"
+msgid "Operator"
+msgstr "ოპერატორი"
-#: menuview.xhp#par_idN10598.help.text
-msgctxt "menuview.xhp#par_idN10598.help.text"
-msgid "Preview"
+#. fZ`)
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152471\n"
+"40\n"
+"help.text"
+msgid "Meaning"
msgstr ""
-#: menuview.xhp#par_idN1059C.help.text
-msgctxt "menuview.xhp#par_idN1059C.help.text"
-msgid "<ahelp hid=\".\">Opens a submenu.</ahelp>"
+#. /{(8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147407\n"
+"41\n"
+"help.text"
+msgid "Condition is satisfied if..."
msgstr ""
-#: menuview.xhp#par_idN1059F.help.text
-msgid "None"
-msgstr "არცერთი"
-
-#: menuview.xhp#par_idN105B5.help.text
-msgid "<ahelp hid=\".\">Disables the preview in the database window.</ahelp>"
-msgstr ""
+#. TARL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156161\n"
+"42\n"
+"help.text"
+msgid "="
+msgstr "="
-#: menuview.xhp#par_idN105B8.help.text
-msgid "Document Information"
-msgstr "სვეტის ინფორმაცია"
+#. ;-42
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153026\n"
+"43\n"
+"help.text"
+msgid "equal to"
+msgstr "ტოლია"
-#: menuview.xhp#par_idN105BC.help.text
-msgid "<ahelp hid=\".\">The preview window displays the document information of a form or report.</ahelp>"
-msgstr ""
+#. XYif
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148895\n"
+"44\n"
+"help.text"
+msgid "... the content of the field is identical to the indicated expression."
+msgstr "... ველის შიგთავსი აღნიშნული გამოსახულების იდენტურია"
+
+#. **Xv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153120\n"
+"250\n"
+"help.text"
+msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the operator = will be automatically adopted."
+msgstr "ოპერატორი = არ გამოჩნდება მოთხოვნის ველებში. თუ მნიშვნელობას ოპერატორის გარეშე შეიტანთ, ოპერატორი = ავტომატურად გამოიყენება."
-#: menuview.xhp#par_idN105BF.help.text
-msgid "Document"
-msgstr "დოკუმენტი"
+#. y;WT
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150470\n"
+"45\n"
+"help.text"
+msgid "<>"
+msgstr "<>"
-#: menuview.xhp#par_idN105C3.help.text
-msgid "<ahelp hid=\".\">The preview displays the document of a form or report.</ahelp>"
-msgstr ""
+#. t#sF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145223\n"
+"46\n"
+"help.text"
+msgid "not equal to"
+msgstr "არ არის ტოლი"
-#: menuview.xhp#par_idN105C6.help.text
-msgid "Refresh Tables"
-msgstr ""
+#. OqKG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145635\n"
+"47\n"
+"help.text"
+msgid "... the content of the field does not correspond to the specified expression."
+msgstr "... ველის შიგთავსი არ შეესაბამება კონკრეტულ გამოსახულებას."
-#: menuview.xhp#par_idN105CA.help.text
-msgid "<ahelp hid=\".\">Refreshes the tables. </ahelp>"
+#. Vi_1
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153015\n"
+"48\n"
+"help.text"
+msgid ">"
msgstr ""
-#: querywizard07.xhp#tit.help.text
-msgid "Query Wizard - Aliases"
-msgstr ""
+#. 1o)E
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146815\n"
+"49\n"
+"help.text"
+msgid "greater than"
+msgstr "მეტია"
-#: querywizard07.xhp#par_idN10543.help.text
-msgid "<link href=\"text/shared/explorer/database/querywizard07.xhp\">Query Wizard - Aliases</link>"
+#. ;\X1
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149150\n"
+"50\n"
+"help.text"
+msgid "... the content of the field is greater than the specified expression."
+msgstr "... ველის შიგთავსი კონკრეტულ გამოსახულებაზე მეტია"
+
+#. mE3F
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147270\n"
+"51\n"
+"help.text"
+msgid "<"
msgstr ""
-#: querywizard07.xhp#par_idN10553.help.text
-msgid "Assigns aliases to field names. Aliases are optional, and can provide more user-friendly names, which are displayed in place of field names. For example, an alias can be used when fields from different tables have the same name."
-msgstr ""
+#. sve7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147379\n"
+"52\n"
+"help.text"
+msgid "less than"
+msgstr "ნაკლებია"
-#: querywizard07.xhp#par_idN10556.help.text
-msgctxt "querywizard07.xhp#par_idN10556.help.text"
-msgid "Alias"
-msgstr ""
+#. 5W6H
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150375\n"
+"53\n"
+"help.text"
+msgid "... the content of the field is less than the specified expression."
+msgstr "... ველის შიგთავსი კონკრეტულ გამოსახულებაზე ნაკლებია"
+
+#. d?t*
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149787\n"
+"54\n"
+"help.text"
+msgid ">="
+msgstr ">="
-#: querywizard07.xhp#par_idN1055A.help.text
-msgid "<ahelp hid=\".\">Enter the alias for the field name.</ahelp>"
-msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
+#. [[dp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150636\n"
+"55\n"
+"help.text"
+msgid "greater than or equal to"
+msgstr "მეტია ან ტოლი"
-#: querywizard07.xhp#par_idN1055D.help.text
-msgid "<link href=\"text/shared/explorer/database/querywizard08.xhp\" name=\"Query Wizard - Overview\">Query Wizard - Overview</link>"
-msgstr ""
+#. Ums+
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154584\n"
+"56\n"
+"help.text"
+msgid "... the content of the field is greater than or equal to the specified expression."
+msgstr "... ველის შიგთავსი კონკრეტებული გამსოახულებაზე მეტია ან ტოლია"
+
+#. u34-
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157964\n"
+"57\n"
+"help.text"
+msgid "<="
+msgstr "<="
-#: 05020000.xhp#tit.help.text
-msgctxt "05020000.xhp#tit.help.text"
-msgid "Relations"
-msgstr ""
+#. ^v:8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154052\n"
+"58\n"
+"help.text"
+msgid "less than or equal to"
+msgstr "ნაკლებია ან ტოლი"
-#: 05020000.xhp#hd_id3153323.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/explorer/database/05020000.xhp\" name=\"Relations\">Relations</link>"
-msgstr "<link href=\"text/shared/explorer/database/05000000.xhp\" name=\"Tables\">ცხრილები</link>"
+#. _?C\
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157902\n"
+"59\n"
+"help.text"
+msgid "... the content of the field is less than or equal to the specified expression."
+msgstr "... ველის შიგთავსი კონკრეტულ გამოსახულებაზე ნაკლებია ან ტოლია"
-#: 05020000.xhp#bm_id3146957.help.text
-msgid "<bookmark_value>relational databases (Base)</bookmark_value>"
-msgstr ""
+#. n49.
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154630\n"
+"60\n"
+"help.text"
+msgid "$[officename] command"
+msgstr "$[officename] ბრძანება"
-#: 05020000.xhp#par_id3146957.2.help.text
-msgid "This command opens the <emph>Relation Design </emph>window, which allows you to define relationships between various database tables."
-msgstr "ეს ბრძaნება ხსნის <emph>რელაციების დიზიანის </emph>ფანჯარას, რომელიც საშუალებას გაძლევთ განსაზღვოთ რელაციურობა სხვადასხვა მონაცემთა ბაზის ცხირლებს შორის."
+#. uB+G
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150484\n"
+"61\n"
+"help.text"
+msgid "SQL command"
+msgstr "SQL ბრძანება"
-#: 05020000.xhp#par_id3154823.19.help.text
-msgid "<ahelp hid=\"HID_CTL_RELATIONTAB\">Here you can link together tables from the current database through common data fields.</ahelp> Click the <emph>New Relation</emph> icon to create the relationships, or simply drag-and-drop with the mouse."
-msgstr "<ahelp hid=\"HID_CTL_RELATIONTAB\">აქ თქვენ შეგიძლიათ მიმდინარე მონაცემთა ბაზაში ერთმანეთთან დააკავშიროთ ველები ჩვეულებრივი მონაცემთა ველებიდან .</ahelp> დააწკაპუნეთ <emph>ახალი რელაციის</emph> ხატულაზე რელაციების შესაქმენლად, ან უბრლაოდ გადაიტანეთ და ჩასვით მაუსის მეშვეობით."
+#. s%fF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154158\n"
+"62\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
-#: 05020000.xhp#par_id3145316.3.help.text
-msgid "This function is only available if you are working with a relational database."
-msgstr "ეს ფუნქცია ხელმისაწვდომია მხოლოდ იმ შემთხვევაში, თქვენ თუ რელაციურ მონაცემთა ბაზაში მუშაობთ. "
+#. OBSu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149433\n"
+"63\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
-#: 05020000.xhp#par_id3149235.4.help.text
-msgid "When you choose <emph>Tools - Relationships</emph>, a window opens in which all the existing relationships between the tables of the current database are shown. If no relationships have been defined, or if you want to relate other tables of the database to each other, then click the <emph>Add Tables</emph> icon. The <link href=\"text/shared/02/14020100.xhp\" name=\"Add Tables\">Add Tables</link> dialog opens in which you can select the tables that you want."
-msgstr "<emph>ხელსაწყოები - რელაციურობა</emph> არჩევისას, იხსნება ფანჯარა, რომელშიც მიმდინარე მონაცემთა ბაზის ცხრილებს შორის არსებული ყველა კავშირი არის ნაჩვენები. თუ არც ერთი კავშირის განსაზღვრა არ ხდება, ან თუ თქვენ გსურთ მონაცემთა ბაზის სხვა ცხრილებთან დაკავშირება, დააწკაპუნეთ <emph>ცხრილების დამატების</emph> ხატულაზე. გაიხსნება <link href=\"text/shared/02/14020100.xhp\" name=\"Add Tables\">ცხრილების დამატების</link> დიალოგური ფანჯარა, რომელშიც თქვენ შეგიძლიათ სასურველი ცხრილების მონიშვნა."
+#. 7BCN
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154275\n"
+"64\n"
+"help.text"
+msgid "IS EMPTY"
+msgstr "IS EMPTY"
-#: 05020000.xhp#par_id3152812.17.help.text
-msgid "If the <emph>Relation Design</emph> window is open, the selected tables cannot be modified, even in Table Design mode. This ensures that tables are not changed while the relations are being created."
-msgstr "თუ გახსნილია <emph>რელაციის დიზაინის</emph> ფანჯარა, მონიშნული ცხრილების მოდიფიცირება ვერ მოხდება ცხრილის დიზაინის რეჟიმშიც კი. აღნიშნული უზრუნველყოფს, რომ არ მოხდეს რელაციების შექმნისას ცვლილება ცხრილებში."
+#. CA/V
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149893\n"
+"65\n"
+"help.text"
+msgid "IS NULL"
+msgstr ""
-#: 05020000.xhp#par_id3150541.5.help.text
-msgid "The selected tables are shown in the top area of the design view. You can close a table window through the context menu or with the Delete key."
-msgstr "მონიშნული ცხრილები დიზაინის ხედის ზედა არეშია გამოტანილი. ცხრილის ფანჯრის დახურვა შესაძლებელია კონტექსტური მენიუდან ან Delete კლავიშის მეშვეობით."
+#. E;u.
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3143236\n"
+"66\n"
+"help.text"
+msgid "is null"
+msgstr "ნულის ტოლია"
-#: 05020000.xhp#bm_id3148922.help.text
-msgid "<bookmark_value>primary keys;inserting (Base)</bookmark_value><bookmark_value>keys;primary keys (Base)</bookmark_value><bookmark_value>external keys (Base)</bookmark_value>"
+#. fs7O
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154744\n"
+"67\n"
+"help.text"
+msgid "... The field name is empty. For Yes/No fields with three states, this command automatically queries the undetermined state (neither Yes nor No)."
msgstr ""
-#: 05020000.xhp#hd_id3148922.6.help.text
-msgid "Primary key and other key"
-msgstr "პირველადი გასაღები და სხვა გასაღები"
+#. b8]5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146940\n"
+"68\n"
+"help.text"
+msgid "IS NOT EMPTY"
+msgstr "IS NOT EMPTY"
-#: 05020000.xhp#par_id3149168.7.help.text
-msgid "If you want to define a relation among the different tables, you should enter a <link href=\"text/shared/00/00000005.xhp#primaerschluessel\" name=\"primary key\">primary key</link> that clearly identifies a data field of the existing table. You can refer to the primary key from other tables to access the data of this table. All data fields referring to this primary key will be identified as an external key."
-msgstr "თუ თქვენ გსურთ სხვადასხვა ცხრილებს შორის კავშირის განსაზღვრა, უნდა შეიტანოთ<link href=\"text/shared/00/00000005.xhp#primaerschluessel\" name=\"primary key\">პირველადი გასაღები</link> რომელიც სრულყოფილად ამოიცნობს არსებული ცხრილის მონაცემთა ველს. თქვენ შეგიძლიათ მიუთითოთ სხვა ცხრილების პირველადი გასაღები ამ ცხრილის მონაცემებზე წვდომის მოსაპოვებლად. მონაცემთა ყველა ველი, რომელსაც აქვს მითითება ამ პირველად გასაღებზე, იდენტიფიცირებული იქნება, როგორც დამატებითი გასაღები."
+#. 5VSR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147471\n"
+"69\n"
+"help.text"
+msgid "IS NOT NULL"
+msgstr "IS NOT NULL"
-#: 05020000.xhp#par_id3147085.8.help.text
-msgid "All data fields referring to a primary key will be identified in the table window by a small key symbol."
-msgstr "მონაცემთა ყველა ველი, რომელსაც აქვს მითითება პირველად გასაღებზე, ცხრილის ფანჯარაში გამოჩნდება პატარა გასაღების სიმბოლოს სახით. "
+#. (K?O
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151229\n"
+"70\n"
+"help.text"
+msgid "is not empty"
+msgstr "არ არის ცარიელი"
-#: 05020000.xhp#hd_id3153193.12.help.text
-msgid "Define relations"
-msgstr "რელაციების განსაზღვრა"
+#. Pxb3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145304\n"
+"71\n"
+"help.text"
+msgid "... the field name is not empty."
+msgstr "... ველის სახელი არ არის ცარიელი"
-#: 05020000.xhp#bm_id3155430.help.text
-msgid "<bookmark_value>relations; creating and deleting (Base)</bookmark_value>"
+#. ZsU[
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153578\n"
+"72\n"
+"help.text"
+msgid "LIKE"
msgstr ""
-#: 05020000.xhp#par_id3155430.13.help.text
-msgid "All existing relations are shown in the relations windows by a line that connects the primary and other key fields. You can add a relation by using drag-and-drop to drop the field of one table onto the field of the other table. A relation is removed again by selecting it and pressing the Delete key."
-msgstr "ყველა არსებული რელაციის ნახვა შესაძლებელია რელაციების ფანჯრებში ხაზის სახით, რომელიც აკავშირებს ძირითად და სხვა გასარების ველებს. რელაციის დამატება შეგიძლიათ გადატანა-ჩასმის გამოყენებით ერთი ცხრილის ველის ჩასასმელად მეორე ცხრილის ველში. რელაციის მოხსნა ხდება მისი მონიშვნითა და Delete კლავიშზე დაჭერით."
+#. Jm*;
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153891\n"
+"73\n"
+"help.text"
+msgid "(placeholder * for any number of characters"
+msgstr "(ჩანაცვლების ველი * სიმბოლოთა ნებისმიერი რიცხვისთვის"
-#: 05020000.xhp#par_id3149984.18.help.text
-msgid "Alternatively, you can also click the <emph>New Relation</emph> icon in the top area of the relation field and define the relation between two tables in the <link href=\"text/shared/explorer/database/05020100.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
-msgstr "ალტერნატიულად, თქევნ შეგიძლიათ დააწკაპუნოთ <emph>ახალი რელაციის</emph> ხატულაზე რელაციის ველის ზედა არეში და გასანზღვროთ რელაცია ორ ცხრილს შორის <link href=\"text/shared/explorer/database/05020100.xhp\" name=\"Relations\"><emph>რელაციების</emph></link> დიალოგურ ფანჯარაში."
+#. +Zs9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148887\n"
+"74\n"
+"help.text"
+msgid "placeholder ? for exactly one character)"
+msgstr "ჩანაცვლების ველი ? მხოლოდ ერთი სიმბოლოსთვის)"
-#: 05020000.xhp#par_id3153093.14.help.text
-msgid "If you use $[officename] as the front-end for a relational database, the creation and deletion of relationships is not placed in an intermediate memory by $[officename], but is forwarded directly to the external database."
-msgstr "თუ თქვენ იყენებთ $[officename] ფრონტენდს რელაციური მონაცემთა ბაზისთვის, $[officename]-ს მიერ არ ხდება რელაციურობის შექმნისა და წაშლის გადატანა შუალედურ მეხსიერებაში, არამედ იგზავნება პირდაპირ გარე მონაცემთა ბაზაში. "
+#. )D+X
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148623\n"
+"75\n"
+"help.text"
+msgid "LIKE"
+msgstr ""
-#: 05020000.xhp#par_id3155856.15.help.text
-msgid "By double-clicking a connection line, you can assign certain properties to the relation. The <emph>Relations </emph>dialog opens."
-msgstr "კავშირის ხაზზე ორჯერ დაწკაპუნებით, თქვენ შეგიძლიათ გარკვეული თვისებების მინიჭება რელაციისთვის. იხსნება <emph>რელაციურობის</emph>დიალოგური ფანჯარა."
+#. vPW?
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3157985\n"
+"help.text"
+msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
+msgstr "<bookmark_value>ჩანაცვლების ველები, SQL-ის მოთხოვნებში</bookmark_value>"
-#: 05010100.xhp#tit.help.text
-msgid "Index design"
-msgstr "ინდექსის დიზაინი"
+#. na,P
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157985\n"
+"76\n"
+"help.text"
+msgid "(% placeholder for any number of characters"
+msgstr "(% ჩანაცვლების ველი სიმბოლოთა ნებისმიერი რიცხვისთვის"
-#: 05010100.xhp#hd_id3153311.1.help.text
-msgid "<link href=\"text/shared/explorer/database/05010100.xhp\" name=\"Index design\">Index design</link>"
-msgstr "<link href=\"text/shared/explorer/database/05010100.xhp\" name=\"Index design\">ინდექსის დიზაინიn</link>"
+#. 2d8)
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147422\n"
+"77\n"
+"help.text"
+msgid "Placeholder _ for exactly one character)"
+msgstr "ჩანაცვლების ველი _ მხოლოდ ერთი სიმბოლოსთვის)"
-#: 05010100.xhp#par_id3166460.2.help.text
-msgid "<ahelp hid=\".uno:DBIndexDesign\">The <emph>Index Design </emph>dialog allows you edit the indexes for the current table.</ahelp>"
-msgstr "<ahelp visibility=\"visible\" hid=\".uno:DBIndexDesign\"> <emph>ინდექსის დიზაინის</emph>დიალოგური ფანჯარა საშუალებას გაძლევთ დაარედაქტიროთ ინდექსები მიმდინარე ცხრილში.</ahelp>"
+#. [q8+
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154845\n"
+"78\n"
+"help.text"
+msgid "is an element of"
+msgstr "არ არის ელემენტი"
-#: 05010100.xhp#hd_id3149578.3.help.text
-msgid "Index list"
-msgstr "ინდექსების ჩამონათვალი"
+#. 09NK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156130\n"
+"79\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 $[officename] interface."
+msgstr ""
-#: 05010100.xhp#par_id3155342.4.help.text
-msgid "<ahelp hid=\"HID_DLGIDX_INDEXLIST\">Displays the available indexes. Select an index from the list to edit. The details of the selected index are displayed in the dialog.</ahelp>"
+#. .7])
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150271\n"
+"80\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 "* ან % ჩანაცვლების ველი სიმბოლოთა ნებისმიერი რაოდენობისთვის გამოიყენება. კითხვის ნიშანი (?) $[officename] ინტერფეისში ან ქვედა ტირე (_) SQL მოთხოვნებში გამოიყენება ზუსტად ერთი სიმბოლოს აღსანიშნავად."
+
+#. wpGs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152954\n"
+"81\n"
+"help.text"
+msgid "NOT LIKE"
msgstr ""
-#: 05010100.xhp#hd_id3149795.5.help.text
-msgid "New Index"
-msgstr "ახალი ინდექსი"
+#. ij)p
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161669\n"
+"82\n"
+"help.text"
+msgid "NOT LIKE"
+msgstr ""
-#: 05010100.xhp#par_id3150085.6.help.text
-#, fuzzy
-msgid "<ahelp hid=\"HID_DLGIDX_NEWINDEX\">Creates a new index.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGIDX_DROPINDEX\" visibility=\"visible\">შლის მიმდინარე ინდექსს.</ahelp>"
+#. Z+!Z
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159141\n"
+"83\n"
+"help.text"
+msgid "Is not an element of"
+msgstr "არ არის ელემენტი"
-#: 05010100.xhp#hd_id3145317.7.help.text
-msgid "Delete Current Index"
-msgstr "მიმდინარე ინდექსის წაშლა"
+#. br8P
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161664\n"
+"84\n"
+"help.text"
+msgid "... the field name does not contain the specified expression."
+msgstr "... ველის სახელი არ შეიცავს კონკრეტულ გამოსახულებას"
-#: 05010100.xhp#par_id3154860.8.help.text
-msgid "<ahelp hid=\"HID_DLGIDX_DROPINDEX\">Deletes the current index.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGIDX_DROPINDEX\" visibility=\"visible\">შლის მიმდინარე ინდექსს.</ahelp>"
+#. 56c*
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149185\n"
+"85\n"
+"help.text"
+msgid "BETWEEN x AND y"
+msgstr "BETWEEN 10 AND 20"
-#: 05010100.xhp#hd_id3150986.9.help.text
-msgid "Rename Current Index"
-msgstr "მიმდინარე ინდექსისთვის სახელის გადარქმევა"
+#. 2-w2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151259\n"
+"86\n"
+"help.text"
+msgid "BETWEEN x AND y"
+msgstr "BETWEEN 10 AND 20"
-#: 05010100.xhp#par_id3148685.10.help.text
-msgid "<ahelp hid=\"HID_DLGIDX_RENAMEINDEX\">Renames the current index.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGIDX_RENAMEINDEX\" visibility=\"visible\">მიმდინარე ინდექსისთვის სახელის გადარქმევა.</ahelp>"
+#. glQ(
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159184\n"
+"87\n"
+"help.text"
+msgid "falls within the interval [x,y]"
+msgstr "მდებარეობს [x,y] ინტერვალში"
-#: 05010100.xhp#hd_id3153628.11.help.text
-msgid "Save Current Index"
-msgstr "მიმდინარე ინდექსის შენახვა"
+#. b{#-
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154395\n"
+"88\n"
+"help.text"
+msgid "... the field name contains a value that lies between the two values x and y."
+msgstr "... ველის სახელი შეიცავს მნიშვნელობას, რომელიც მდებარეობებს x და y.მნიშვნელობებს შორის"
+
+#. HY]X
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154561\n"
+"89\n"
+"help.text"
+msgid "NOT BETWEEN x AND y"
+msgstr "BETWEEN 10 AND 20"
-#: 05010100.xhp#par_id3148563.12.help.text
-msgid "<ahelp hid=\"HID_DLGIDX_SAVEINDEX\">Saves the current index in the data source.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGIDX_SAVEINDEX\" visibility=\"visible\">მიმდინარე ინდექსს.მონაცემთა წყაროში ინახავას </ahelp>"
+#. Wi\1
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148753\n"
+"90\n"
+"help.text"
+msgid "NOT BETWEEN x AND y"
+msgstr "BETWEEN 10 AND 20"
-#: 05010100.xhp#hd_id3154924.13.help.text
-msgid "Reset Current Index"
-msgstr "მიმდინარე ინდექსის ჩამოყრა"
+#. ZwrP
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155498\n"
+"91\n"
+"help.text"
+msgid "Does not fall within the interval [x,y]"
+msgstr "არ მდებარეობს [x,y] ინტერვალში"
-#: 05010100.xhp#par_id3154758.14.help.text
-msgid "<ahelp hid=\"HID_DLGIDX_RESETINDEX\">Resets the current index to the setting that it had when the dialog was started.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGIDX_RESETINDEX\" visibility=\"visible\">მიმდინარე ინდექსს აყენებს იმ პარამეტრებზე, რომელიც მას ჰქონდა დიალოგის დაწყების მომენტისთვის.</ahelp>"
+#. 42,X
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148992\n"
+"92\n"
+"help.text"
+msgid "... the field name contains a value that does not lie between the two values x and y."
+msgstr "... ველის სახელი შეიცავს მნიშვნელობას, რომელიც არ მდებარეობებს x და y.მნიშვნელობებს შორის"
+
+#. XX1i
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149995\n"
+"93\n"
+"help.text"
+msgid "IN (a; b; c...)"
+msgstr "IN (a; b; c...)"
-#: 05010100.xhp#hd_id3152812.15.help.text
-msgid "Index details"
-msgstr "ინდექსის დეტალური მონაცემები"
+#. |Z\b
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159167\n"
+"251\n"
+"help.text"
+msgid "Note that the semicolons are used as separators in all value lists!"
+msgstr "გაითვალისწინეთ, რომ წერტილმძიმე გამოიყენება, როგორც გამყოფი მნიშვნელობათა ყველა ჩამონათვალში"
-#: 05010100.xhp#par_id3154938.16.help.text
-msgid "As soon as you change a detail of the current index and then select another index, the change is immediately passed to the data source. You can only leave the dialog, or select another index, if the change has been successfully acknowledged by the data source. However, you can undo the change by clicking the <emph>Reset Current Index </emph>icon."
-msgstr "მიმდინარე ინდექსის დეტალური მონაცემების შეცვლისა და სხვა ინდექსის მონიშვნისთანავე, ცვლილება დაუყოვნებლივ გადაეცემა მონაცემთა წყაროს. დიალოგური ფანჯრის დატოვება, ან სხვა ინდექსის მონიშვნა შესაძლებელია მხოლოდ იმ შემთხვევაში, თუ ცვლილება წარმატებით იქნა მიღებული მონაცემთა წყაროს მიერ. მიუხედავად ამისა, თქევნ შეგიძლიათ ცვლილების გაუქმება <emph>მიმდინარე ინდექსის ჩამოყრის</emph>ხატულაზე დაწკაპუნებით."
+#. 2y\v
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159085\n"
+"94\n"
+"help.text"
+msgid "IN (a, b, c...)"
+msgstr "IN (a, b, c...)"
-#: 05010100.xhp#hd_id3154138.17.help.text
-msgid "Unique"
-msgstr "უნიკალური"
+#. xLe0
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154809\n"
+"95\n"
+"help.text"
+msgid "contains a, b, c..."
+msgstr "შეიცავს a, b, c..."
-#: 05010100.xhp#par_id3156282.18.help.text
-msgid "<ahelp hid=\"DBACCESS_CHECKBOX_DLG_INDEXDESIGN_CB_UNIQUE\">Specifies whether the current index allows only unique values.</ahelp> Checking the <emph>Unique </emph>option prevents duplicate data from being entered in the field and ensures data integrity."
-msgstr "<ahelp hid=\"DBACCESS_CHECKBOX_DLG_INDEXDESIGN_CB_UNIQUE\" visibility=\"visible\">აკონკრეტებს იყენებს თუ არა მიმდინარე ინდექსი უნიკალურ მნიშვნელობებს.</ahelp><emph>უნიკალური </emph>პარამეტრის შემოწმება ველში დუბლირებული მონაცემების შეტანას აღკვეთს და იუძრუნველყოფს მონაცემთა ერთობლიობას."
+#. =^l?
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148399\n"
+"96\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 an Or link. The expressions a, b, c... can be either numbers or characters"
+msgstr ""
-#: 05010100.xhp#hd_id3150448.19.help.text
-msgid "Fields"
-msgstr "ველები"
+#. qfK3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154112\n"
+"97\n"
+"help.text"
+msgid "NOT IN (a; b; c...)"
+msgstr "NOT IN (a; b; c...)"
-#: 05010100.xhp#par_id3147085.20.help.text
-msgid "The<emph> Fields</emph> area displays a list of fields in the current table. You can also select multiple fields. In order to remove a field from the selection, select the empty entry at the start of the list."
-msgstr "<emph> ველების</emph> არე აჩვენებს მიმდინარე ცხრილში ველების ჩამონათვალს. ასევე შესაძლებელია რამდენიმე ველის მონიშვნა. მონიშნული ჩამონათვალიდან ველის ამოსაღებად, მონიშნეთ ცარიელი ჩანაწერი ჩამონათვალის თავში."
+#. i5*s
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153544\n"
+"98\n"
+"help.text"
+msgid "NOT IN (a, b, c...)"
+msgstr "NOT IN (a, b, c...)"
-#: 05010100.xhp#hd_id3149765.21.help.text
-msgid "Index field"
-msgstr "ინდექსის ველი"
+#. w7Zc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150679\n"
+"99\n"
+"help.text"
+msgid "does not contain a, b, c..."
+msgstr "არ შეიცავს a, b, c..."
-#: 05010100.xhp#par_id3158408.22.help.text
-msgid "<ahelp hid=\"HID_DLGINDEX_INDEXDETAILS_FIELD\">Displays a list of the fields in the current table. You can select more than one field.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGINDEX_INDEXDETAILS_FIELD\" visibility=\"visible\">აჩვენებს მიმდინარე ცხრილში ჩამონათვალის ველებს. შესაძლებელია ერთზე მეტი ცხრილის მონიშვნა.</ahelp>"
+#. RY=[
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158439\n"
+"100\n"
+"help.text"
+msgid "... the field name does not contain one of the specified expressions a, b, c,..."
+msgstr "... ველის სახელი არ შეიცავს ერთ-ერთს დაკონკრეტებულ გამოსახულებებიდან a, b, c,..."
-#: 05010100.xhp#hd_id3153192.23.help.text
-msgid "Sort order"
-msgstr "დალაგების წყობა"
+#. yUMU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145145\n"
+"101\n"
+"help.text"
+msgid "= TRUE"
+msgstr ""
-#: 05010100.xhp#par_id3149561.24.help.text
-msgid "<ahelp hid=\"HID_DLGINDEX_INDEXDETAILS_SORTORDER\">Determines the sort order.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGINDEX_INDEXDETAILS_SORTORDER\" visibility=\"visible\">განსაზღვრავს დალაგების წყობას</ahelp>"
+#. 75%O
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146804\n"
+"102\n"
+"help.text"
+msgid "= TRUE"
+msgstr ""
-#: 05010100.xhp#hd_id3155132.25.help.text
-msgid "Close"
-msgstr "დახურვა"
+#. NqM/
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149248\n"
+"103\n"
+"help.text"
+msgid "has the value True"
+msgstr "მნიშვნელობა ჭეშმარიტია"
-#: 05010100.xhp#par_id3154190.26.help.text
-msgid "<ahelp hid=\"DBACCESS_PUSHBUTTON_DLG_INDEXDESIGN_PB_CLOSE\">Closes the dialog.</ahelp>"
-msgstr "<ahelp hid=\"DBACCESS_PUSHBUTTON_DLG_INDEXDESIGN_PB_CLOSE\" visibility=\"visible\">ხურავს დიალოგურ ფანჯარას.</ahelp>"
+#. 5#I!
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148524\n"
+"104\n"
+"help.text"
+msgid "... the field name has the value True."
+msgstr "... ველის სახელის მნიშვნელობა ჭეშმარიტია"
-#: 05010000.xhp#tit.help.text
-msgctxt "05010000.xhp#tit.help.text"
-msgid "Table Design"
+#. ]vz3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159212\n"
+"105\n"
+"help.text"
+msgid "= FALSE"
msgstr ""
-#: 05010000.xhp#hd_id3154228.1.help.text
-msgid "<link href=\"text/shared/explorer/database/05010000.xhp\" name=\"Table Design\">Table Design</link>"
-msgstr "<link href=\"text/shared/explorer/database/05010000.xhp\" name=\"Table Design\">ცხრილის დიზაინი</link>"
+#. Ybi:
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144751\n"
+"106\n"
+"help.text"
+msgid "= FALSE"
+msgstr ""
-#: 05010000.xhp#par_id3152363.2.help.text
-msgid "In the <emph>Table Design</emph> window you define new tables or edit the structure of a table."
-msgstr "<emph>ცხრილის დიზაინის</emph> ფანჯარაში თქვენ არედაქტირებთ ახალ ცხრილებს ან ცხრილის სტრუქტურას."
+#. VAcM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149955\n"
+"107\n"
+"help.text"
+msgid "has the value false"
+msgstr "მნიშვნელობა მცდარია"
-#: 05010000.xhp#par_id3146957.3.help.text
-msgid "The window has its own menu bar. It also contains the following new command: <link href=\"text/shared/explorer/database/05010100.xhp\" name=\"Index Design\"><emph>Index Design</emph></link>"
-msgstr "ფანჯარას საკუთარი მენიუს ზოლი აქვს. ის ასევე შეიცავს შემდეგ ახალ ბრძანებას: <link href=\"text/shared/explorer/database/05010100.xhp\" name=\"Index Design\"><emph>ინდექსის დიზაინი</emph></link>"
+#. (+)x
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146850\n"
+"108\n"
+"help.text"
+msgid "... the field name has the value false."
+msgstr "... ველის სახელის მნიშვნელობა მცდარია"
-#: 05010000.xhp#hd_id3152551.4.help.text
-msgid "Table definition area"
-msgstr "ცხრილის განსაზღვრის არე"
+#. W\_H
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155954\n"
+"117\n"
+"help.text"
+msgid "Examples"
+msgstr "მაგალითები"
-#: 05010000.xhp#par_id3153681.5.help.text
-msgid "<ahelp hid=\"HID_TABDESIGN_BACKGROUND\">This area is where you define the table structure.</ahelp>"
-msgstr "<ahelp hid=\"HID_TABDESIGN_BACKGROUND\">ეს არე საშუალებას გაძლევთ განსაზღვროთ ცხრილის სტრუქტურა</ahelp>"
+#. )9py
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153792\n"
+"118\n"
+"help.text"
+msgid "='Ms.'"
+msgstr "='Ms.'"
-#: 05010000.xhp#hd_id3153031.6.help.text
-msgid "Field Name"
-msgstr "ველის სახელი"
+#. ?BsK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150948\n"
+"119\n"
+"help.text"
+msgid "returns field names with the field content \"Ms.\""
+msgstr "აბრუნებს იმ ველის სახელებს,ველის შიგთავსით \"Ms.\""
+
+#. itYK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150333\n"
+"120\n"
+"help.text"
+msgid "LIKE 'g?ve'"
+msgstr "LIKE 'g?ve'"
-#: 05010000.xhp#par_id3156113.7.help.text
-msgid "<ahelp hid=\"HID_TABDESIGN_NAMECELL\">Specifies the name of the data field. Note the database restrictions, such as the length of the name, special characters and spaces.</ahelp>"
-msgstr "<ahelp hid=\"HID_TABDESIGN_NAMECELL\">აკონკრეტებს მონაცემთა ველის სახელს. გაითვალისწინეთ მონაცემთა ბაზის შეზღუდვები, როგორიცაა სახელის სიგრძე, სიმბოლოები და ჰარები.</ahelp>"
+#. C[~d
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147332\n"
+"121\n"
+"help.text"
+msgid "returns field names with field content such as \"give\" and \"gave\"."
+msgstr "აბრუნებს ველთა სახელებს ველის შიგთავსით \"give\" და \"gave\"."
-#: 05010000.xhp#hd_id3147618.8.help.text
-msgctxt "05010000.xhp#hd_id3147618.8.help.text"
-msgid "Field type"
-msgstr ""
+#. xWXR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146062\n"
+"122\n"
+"help.text"
+msgid "LIKE 'S*'"
+msgstr "LIKE 'S*'"
-#: 05010000.xhp#par_id3154897.9.help.text
-msgid "<ahelp hid=\"HID_TABDESIGN_TYPECELL\">Specifies the field type.</ahelp>"
-msgstr "<ahelp hid=\"HID_TABDESIGN_TYPECELL\">აკონკრეტებს ველის ტიპს.</ahelp>"
+#. ^x{n
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155350\n"
+"123\n"
+"help.text"
+msgid "returns data fields with field contents such as \"Sun\"."
+msgstr "აბრუნებს ველთა სახელებს ველის შიგთავსით \"Sun\"."
-#: 05010000.xhp#hd_id3156119.10.help.text
-msgctxt "05010000.xhp#hd_id3156119.10.help.text"
-msgid "Description"
-msgstr ""
+#. QL^%
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152883\n"
+"124\n"
+"help.text"
+msgid "BETWEEN 10 AND 20"
+msgstr "BETWEEN 10 AND 20"
-#: 05010000.xhp#par_id3145315.11.help.text
-msgid "<ahelp hid=\"HID_TABDESIGN_COMMENTCELL\">Specifies an optional description.</ahelp>"
-msgstr "<ahelp hid=\"HID_TABDESIGN_COMMENTCELL\">აკონკრეტებს არასავალდებულო აღწერას.</ahelp>"
+#. U|`W
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159406\n"
+"125\n"
+"help.text"
+msgid "returns field names with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
+msgstr "აბრუნებს ველთა სახელებს, რომლებშიც ველის შიგთავსის მნიშვნელობები 10-დან 20-მდეა. (ველები შესაძლოა იყოს, როგორც ტექსტური ასევე რიცხობრივი)"
-#: 05010000.xhp#par_id3155630.12.help.text
-msgid "The row headers contain the following context menu commands:"
-msgstr "სტრიქონთა ჰედერები შეიცავს კონტექსტური მენიუს შემდეგ ბრძანებებს:"
+#. i!T_
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148765\n"
+"126\n"
+"help.text"
+msgid "IN (1; 3; 5; 7)"
+msgstr "IN (1; 3; 5; 7)"
-#: 05010000.xhp#hd_id3156330.13.help.text
-msgid "Cut"
-msgstr "ამოჭრა"
+#. yo)c
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149712\n"
+"127\n"
+"help.text"
+msgid "returns field names 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 "აბრუნებს ველთა სახელებს 1, 3, 5, 7 მნიშვნელობებით. თუ ველის სახელი შეიცავს ელემენტის ნომერს, თქვენ შეგიძლიათ შექმნათ მოთხოვნა, რომელიც აბრუნებს კონკრეტული ნომრის მქონე ელემენტს."
+
+#. 3fuo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152948\n"
+"128\n"
+"help.text"
+msgid "NOT IN ('Smith')"
+msgstr "NOT IN ('Smith')"
-#: 05010000.xhp#par_id3159157.14.help.text
-msgid "Cuts the selected row to the clipboard."
-msgstr "მონიშნული სტრიქონის ამოჭრა და გაცვლით ბუმერში გადატანა"
+#. d2iB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147279\n"
+"129\n"
+"help.text"
+msgid "returns field names that do not contain \"Smith\"."
+msgstr "აბრუნებს იმ ველთა სახელებს, რომლებიც არ შეიცავს \"Smith\"."
-#: 05010000.xhp#hd_id3159177.15.help.text
-msgctxt "05010000.xhp#hd_id3159177.15.help.text"
-msgid "Copy"
+#. :=co
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157998\n"
+"252\n"
+"help.text"
+msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. The date condition will be reproduced in the resulting SQL statement in the following ODBC - compliant way:"
msgstr ""
-#: 05010000.xhp#par_id3148685.16.help.text
-msgid "Copies the selected row to the clipboard."
-msgstr "მონიშნული სტრიქონის კოპირება გაცვლით ბუმერში "
-
-#: 05010000.xhp#hd_id3156327.17.help.text
-msgctxt "05010000.xhp#hd_id3156327.17.help.text"
-msgid "Paste"
+#. hZm(
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153734\n"
+"253\n"
+"help.text"
+msgid "Date"
msgstr ""
-#: 05010000.xhp#par_id3152472.18.help.text
-msgid "Pastes the content of the clipboard."
-msgstr "გაცვლითი ბუფერის შიგთავსის ჩასმა"
-
-#: 05010000.xhp#hd_id3144511.19.help.text
-msgctxt "05010000.xhp#hd_id3144511.19.help.text"
-msgid "Delete"
-msgstr ""
+#. rk*R
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159131\n"
+"254\n"
+"help.text"
+msgid "{D'YYYY-MM-DD'}"
+msgstr "{D'YYYY-MM-DD'}"
-#: 05010000.xhp#par_id3148550.20.help.text
-msgid "<ahelp hid=\".uno:Delete\">Deletes the selected row.</ahelp>"
-msgstr "<ahelp hid=\".uno:Delete\">შლის მონიშნულ სტრიქონს</ahelp>"
+#. jv(U
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153937\n"
+"255\n"
+"help.text"
+msgid "Date time"
+msgstr "თარიღის დრო"
-#: 05010000.xhp#hd_id3147303.21.help.text
-msgid "Insert Rows"
-msgstr "სტრიქონების ჩასმა"
+#. G1iX
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146090\n"
+"256\n"
+"help.text"
+msgid "{D'YYYY-MM-DD HH:MM:SS'}"
+msgstr "{D'YYYY-MM-DD HH:MM:SS'}"
-#: 05010000.xhp#par_id3149456.22.help.text
-msgid "<ahelp hid=\"SID_TABLEDESIGN_INSERTROWS\">Inserts an empty row above the current row, if the table has not been saved. Inserts an empty row at the end of the table if the table has been saved.</ahelp>"
-msgstr "<ahelp hid=\"SID_TABLEDESIGN_INSERTROWS\">თუ ცხრილი არ იყო შენახული, მიმდინარე რიგის ზემოთ სვამს ცარიელ რიგს. თუ ცხრილის იყო შენახული, ცარიელ რიგს სვამს ცხრუილის ბოლოს.</ahelp>"
+#. oUpe
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155947\n"
+"257\n"
+"help.text"
+msgid "Time"
+msgstr ""
-#: 05010000.xhp#hd_id3153524.23.help.text
-msgid "Primary Key"
-msgstr "ძირითადი გასაღები"
+#. Adl7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150964\n"
+"258\n"
+"help.text"
+msgid "{D'HH:MM:SS'}"
+msgstr "{D'HH:MM:SS'}"
-#: 05010000.xhp#par_id3150398.24.help.text
-msgid "<ahelp hid=\"SID_TABLEDESIGN_TABED_PRIMARYKEY\">If this command has a check mark, the data field in this line is a primary key.</ahelp> By clicking the command you activate/deactivate the status. The command is only visible if the data source supports primary keys."
-msgstr "<ahelp hid=\"SID_TABLEDESIGN_TABED_PRIMARYKEY\">თუ ამ ბრძანებას მონიშნული აქვს თოლია, მონაცემთა ველი ამ ხაზში წარმოადგენს ძირითად გასაღებს. </ahelp> სტატუსის აქტივირება/დეაქტივირება ხდება ბრძანებაზე დაწკაპუნებით. ბრძანება ხილულია მხოლოდ იმ შემთხვევაში, თუ მონაცემთა წყაროს აქვს ძირითადი გასაღების პროგრამული მხარდაჭერა."
+#. Tv!w
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151220\n"
+"260\n"
+"help.text"
+msgid "$[officename] also supports the following <emph>Escape sequences</emph> known from ODBC and JDBC:"
+msgstr ""
-#: 05010000.xhp#hd_id3153104.25.help.text
-msgid "Field properties"
-msgstr "ველის თვისებები"
+#. L7J=
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157975\n"
+"261\n"
+"help.text"
+msgid "Date"
+msgstr ""
-#: 05010000.xhp#par_id3148922.26.help.text
-msgid "Defines the field properties of the currently selected field."
-msgstr "მონიშნული ველის თვისებების განსაზღვა"
+#. S+Q@
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149753\n"
+"262\n"
+"help.text"
+msgid "{d 'YYYY-MM-DD'}"
+msgstr "{d 'YYYY-MM-DD'}"
-#: 05010000.xhp#hd_id3150767.27.help.text
-msgctxt "05010000.xhp#hd_id3150767.27.help.text"
-msgid "Length"
+#. v,r4
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156318\n"
+"263\n"
+"help.text"
+msgid "Time"
msgstr ""
-#: 05010000.xhp#par_id3144761.28.help.text
-msgid "Specifies the length of the data field."
-msgstr "მონაცემთა ველის სიგრძის განსაზღვრა"
+#. }W\~
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151280\n"
+"264\n"
+"help.text"
+msgid "{t 'HH:MI:SS[.SS]'} - [ ] optional"
+msgstr "{t 'HH:MI:SS[.SS]'} - [ ] არასავალდებულო"
-#: 05010000.xhp#hd_id3154948.29.help.text
-msgctxt "05010000.xhp#hd_id3154948.29.help.text"
-msgid "Decimal places"
-msgstr ""
+#. T_(~
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153264\n"
+"265\n"
+"help.text"
+msgid "DateTime"
+msgstr "თარიღი დრო"
-#: 05010000.xhp#par_id3149203.30.help.text
-msgid "Specifies the number of decimal places for a numerical field or decimal field."
-msgstr "აკონკრეტებს ათობითი წერტილის ადგილს რიცხობრივი ველის ან ათობითი ველისთვის."
+#. iHQs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153981\n"
+"266\n"
+"help.text"
+msgid "{ts 'YYYY-MM-DD HH:MI:SS[.SS]'} - [ ] optional"
+msgstr "{ts 'YYYY-MM-DD HH:MI:SS[.SS]'} - [ ] არასავალდებულო"
-#: 05010000.xhp#hd_id3156422.31.help.text
-msgctxt "05010000.xhp#hd_id3156422.31.help.text"
-msgid "Default value"
-msgstr ""
+#. 9Ui1
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149539\n"
+"267\n"
+"help.text"
+msgid "Example: select {d '1999-12-31'} from world.years"
+msgstr "მაგალითი: მონიშნეთ {d '1999-12-31'} მსოფლიოდან. წლები"
-#: 05010000.xhp#par_id3125863.32.help.text
-msgid "<ahelp hid=\"HID_TAB_ENT_DEFAULT\">Specifies the value that is the default in new data records.</ahelp>"
-msgstr "<ahelp hid=\"HID_TAB_ENT_DEFAULT\">აკონკრეტებს მნიშვნელობას, რომელიც ნაგულისხმევია მონაცემთა ახალ ჩანაწერებში.</ahelp>"
+#. JYMC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146073\n"
+"268\n"
+"help.text"
+msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
+msgstr "<emph>მსგავსი</emph>გაუქმების თანმიმდევრობა: {escape 'escape-character'}"
-#: 05010000.xhp#hd_id3147289.33.help.text
-msgid "Format example"
-msgstr "ფორმატის ნიმუში"
+#. ,57^
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150661\n"
+"269\n"
+"help.text"
+msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
+msgstr "მაგალითი: მონიშნე * ელემენტიდან, სადაც ელემენტის სახელი მსგავსია *%' {escape '*'}"
-#: 05010000.xhp#par_id3155131.34.help.text
-msgid "<ahelp hid=\"HID_TAB_ENT_FORMAT_SAMPLE\">Displays the format code that you can select with the<emph> ... </emph>button.</ahelp>"
-msgstr "<ahelp hid=\"HID_TAB_ENT_FORMAT_SAMPLE\">აჩვენებს ფორმატის კოდს, რომლის მონიშვნაც შესაძლებელია<emph> ... </emph>ღილაკის</ahelp>მეშვეობით."
+#. rT^K
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148541\n"
+"270\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 "მაგალითი გაჩვენებთ ყველა ჩანაწერს, სადაც ელემენტის სახელი იწყება *-ით. ეს ნიშნავს, რომ თქვენ შეგიძლიათ ისეთი სიმბოლოების ძებნა, რომლებიც სხვა შემთხვევაში ინტერპრეტირებული იქნებოდა, როგორც ჩანაცვლების ველები, როგორიცაა *, ?, _, % ან წერტილი."
+
+#. mFDK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150572\n"
+"271\n"
+"help.text"
+msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
+msgstr "<emph>Outer Join</emph> გაუქმების ტანმიმდევრობა: {oj outer-join}"
-#: 05010000.xhp#hd_id3154129.35.help.text
-msgctxt "05010000.xhp#hd_id3154129.35.help.text"
-msgid "..."
-msgstr ""
+#. 7b@I
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156052\n"
+"272\n"
+"help.text"
+msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
+msgstr "მაგალითი: მონიშნეთ Article.* {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}-დან"
-#: 05010000.xhp#par_id3154146.36.help.text
-msgid "<ahelp hid=\"HID_TAB_ENT_FORMAT\">This button opens the <link href=\"text/shared/01/05340405.xhp\" name=\"Field Format\"><emph>Field Format</emph></link> dialog.</ahelp>"
-msgstr "<ahelp hid=\"HID_TAB_ENT_FORMAT\">ეს ღილაკი ხსნის <link href=\"text/shared/01/05340405.xhp\" name=\"Field Format\"><emph>ველის ფორმატის</emph></link> დიალოგურ ფანჯარას.</ahelp>"
+#. toe3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153674\n"
+"109\n"
+"help.text"
+msgid "Querying text fields"
+msgstr "ტექსტურ ველებზე მოთხოვნის გაგზავნა"
-#: 05010000.xhp#hd_id3152576.37.help.text
-msgid "Help area"
-msgstr "დახმარების არე"
+#. ?Xy9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149134\n"
+"110\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 see it that strict)."
+msgstr "ტექსტური ველის შიგთავსზე მოთხოვნის გასაგზავნად, გამოსახულება უნდა მოათავსოთ ერთმაგ ბრჭყალებს შორის. განსხვავება ზედა და ქვედა რეესტრის ასოებს შორის დამოკიდებულია გამოყენებულ მონაცემთა ბაზაზე. LIKE, როგორც წესი მგრძნობიარეა რეესტრის მიმართ (თუმცა ზოგიერთი მონაცემთა ბაზისთვის ასე მკაცრად განსაზღვრული არ არის)."
-#: 05010000.xhp#par_id3150685.38.help.text
-msgid "<ahelp hid=\"HID_TABLE_DESIGN_HELP_WINDOW\">Displays help texts.</ahelp>"
-msgstr "<ahelp hid=\"HID_TABLE_DESIGN_HELP_WINDOW\">აჩვენებს დამხარების ტექსტებს.</ahelp>"
+#. I.-~
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149302\n"
+"111\n"
+"help.text"
+msgid "Querying date fields"
+msgstr "თარიღთა ველებზე მოთხოვნის გაგზავნა"
-#: dabawiz02text.xhp#tit.help.text
-msgctxt "dabawiz02text.xhp#tit.help.text"
-msgid "Text File Connection"
-msgstr ""
+#. .jEI
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150510\n"
+"112\n"
+"help.text"
+msgid "Even if you want to filter by a date, you must place the expression between single quotation marks. The following formats are valid: YYYY-MM-DD HH:MM:SS and YYYY/MM/DD HH:MM:SS as well as YYYY.MM.DD HH:MM:SS"
+msgstr "მაშინაც კი, თუ გსურთ თარიღის მიხედვით გაფილტვრა, გამოსახულება უნდა მოათავსოთ ერთმაგ ბრჭყალებს შორის."
+
+#. mkqU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150427\n"
+"228\n"
+"help.text"
+msgid "Querying Yes/No fields"
+msgstr "დიახ/არა ველებზე მოთხოვნის გაგზავნა"
-#: dabawiz02text.xhp#bm_id2517166.help.text
-msgid "<bookmark_value>tables in databases;importing text formats (Base)</bookmark_value><bookmark_value>text databases (Base)</bookmark_value>"
-msgstr ""
+#. #2P.
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149523\n"
+"229\n"
+"help.text"
+msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
+msgstr "დიახ/არა ველებზე მოთხოვნის გასაგზავნად გამოიყენეთ შემდეგი სინტაქსი dBase ველებისთვის:"
-#: dabawiz02text.xhp#par_idN1054F.help.text
-msgctxt "dabawiz02text.xhp#par_idN1054F.help.text"
-msgid "Text File Connection"
+#. Q7[0
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153180\n"
+"230\n"
+"help.text"
+msgid "Status"
msgstr ""
-#: dabawiz02text.xhp#par_idN10553.help.text
-msgid "<ahelp hid=\".\">Specifies the settings for importing a database in text format.</ahelp>"
-msgstr ""
+#. t*4*
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147481\n"
+"231\n"
+"help.text"
+msgid "Query criterion"
+msgstr "მოთხოვნის კრიტერიუმები"
-#: dabawiz02text.xhp#par_idN10568.help.text
-msgid "In a text format database, data is stored in an unformatted ASCII file, where each record comprises a row. The data fields are divided by separators. Text in the data fields is divided by quotation marks."
-msgstr ""
+#. R)dh
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155187\n"
+"232\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითად"
-#: dabawiz02text.xhp#par_idN1056B.help.text
-msgid "Path to text files"
-msgstr ""
+#. U$ms
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156092\n"
+"233\n"
+"help.text"
+msgid "Yes"
+msgstr "დიახ"
-#: dabawiz02text.xhp#par_idN1056F.help.text
-msgid "<ahelp hid=\".\">Enter the path to the text file or files. If you just want one text file, you can use any extension of the file name. If you enter a folder name, the text files in that folder must have the extension *.csv to be recognized as files of the text database.</ahelp>"
-msgstr ""
+#. .rMe
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152414\n"
+"234\n"
+"help.text"
+msgid "for dBASE tables: not equal to any given value"
+msgstr "dBase ცხრილებისთვის: არ უდრის არც ერთ მოცემულ მნიშვნელობას"
+
+#. ;7tz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151265\n"
+"236\n"
+"help.text"
+msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
+msgstr "=1 აბრუნებს ყველა იმ ჩანაწერს, რომლისთვისაც დიახ/არა ველებს აქვთ სტატუსი \"Yes\" or \"On\" (მონიშნული შავად),"
-#: dabawiz02text.xhp#par_idN10572.help.text
-msgctxt "dabawiz02text.xhp#par_idN10572.help.text"
-msgid "Browse"
-msgstr ""
+#. 3J+d
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152450\n"
+"238\n"
+"help.text"
+msgid "No"
+msgstr "არა"
-#: dabawiz02text.xhp#par_idN10576.help.text
-msgctxt "dabawiz02text.xhp#par_idN10576.help.text"
-msgid "<ahelp hid=\".\">Click to open a file selection dialog.</ahelp>"
-msgstr ""
+#. qXMQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150997\n"
+"239\n"
+"help.text"
+msgid "."
+msgstr "."
-#: dabawiz02text.xhp#par_idN10616.help.text
-msgid "Plain text files (*.txt)"
-msgstr ""
+#. ?`,u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155331\n"
+"240\n"
+"help.text"
+msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
+msgstr "=0 აბრუნებს ყველა იმ ჩანაწერს, რომლისთვისაც დიახ/არა ველებს აქვთ სტატუსი \"No\" ან \"Off\" (მონიშვნის გარეშე)."
-#: dabawiz02text.xhp#par_idN1061A.help.text
-msgid "<ahelp hid=\".\">Click to access txt files.</ahelp>"
-msgstr ""
+#. Gl+d
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154179\n"
+"241\n"
+"help.text"
+msgid "Null"
+msgstr "ნული"
-#: dabawiz02text.xhp#par_idN10643.help.text
-msgid "'Comma separated value' files (*.csv)"
+#. I{g_
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147035\n"
+"242\n"
+"help.text"
+msgid "IS NULL"
msgstr ""
-#: dabawiz02text.xhp#par_idN10647.help.text
-msgid "<ahelp hid=\".\">Click to access csv files.</ahelp>"
-msgstr ""
+#. |YK3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159385\n"
+"243\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 "IS NULL აბრუნებს ყველა ჩანაწერს, რომლისთვისაც დიახ/არა ველებს არც ერთი, დიახ ან არა, სტატუსი არ აქვთ (მონიშნული რუხად)"
-#: dabawiz02text.xhp#par_idN10666.help.text
-msgid "Custom"
-msgstr "ინდივიდუალური "
+#. ]?el
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157888\n"
+"244\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 "სინტაქსი დამოკიდებულია გამოყენებული მონაცემთა ბაზის სისტემაზე. თქვენ ასევე უნდა გაითვალისწინოთ, რომ დიახ/არა ველები შეიძლება სხვანაირადაც იყოს განსაზღვრული (მხოლოდ 2 მდგომარეობა 3-ის ნაცვლად)"
-#: dabawiz02text.xhp#par_idN1066A.help.text
-msgid "<ahelp hid=\".\">Click to access custom files. Enter the extension in the text box.</ahelp>"
+#. #c7+
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145772\n"
+"113\n"
+"help.text"
+msgid "Parameter queries"
msgstr ""
-#: dabawiz02text.xhp#par_idN10581.help.text
-msgctxt "dabawiz02text.xhp#par_idN10581.help.text"
-msgid "Field separator"
-msgstr ""
+#. BGus
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157312\n"
+"114\n"
+"help.text"
+msgid "You must place the variable between square brackets (=[x]) to create a query with variable parameters. Alternatively, you can use an equal sign followed by a colon (=:x). When the query is executed, the program will display a dialog asking you for the expression to which the variable x should be assigned."
+msgstr "ცვლადი პარამეტრების მოთხოვნის შესაქმნელად თქვენ უნდა მოათავსოთ ცვლადი ოთკუთხა ფრჩხილებს შორის (=[x]). ასევე შეგიძლიათ გამოიყენოთ ტოლობის ნიშანი ორწერტილით (=:x). მოთხოვნის შესრულების შემდეგ, პროგრამა გამოიტანს დიალოგურ ფანჯარას შეკითხვით, განსაზღვროთ გამოსახულება რომელსაც უნდა მიენიჭოს x ცვლადი."
+
+#. EvVP
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150818\n"
+"273\n"
+"help.text"
+msgid "If you query several parameters at the same time, you will see a list field in the dialog containing all of the parameters and an input line alongside each one. Enter the values, preferably from top to bottom, and press the Enter key after each line."
+msgstr "ერთდროუალდ რამდენიმე პარამეტრზე მოთხოვნის გაგზავნის შემთხვევაში თქვენ დაინახავთ ჩამონათვლის ველს დიალოგურ ფანჯარაში, რომელიც ყველა პარამეტრს მოიცავს და შეტანის ხაზს თითოეული მათგანის გასწვრივ. შეიტანეთ მნიშვნელობები, სასურველია ზემოდან ქვემოთ, და დააჭირეთ Enter კლავიშს თითოეული ხაზის შემდეგ."
-#: dabawiz02text.xhp#par_idN10585.help.text
-msgid "<ahelp hid=\"HID_DSADMIN_FIELD_SEPARATOR\">Enter or select the character that separates data fields in the text file.</ahelp>"
-msgstr ""
+#. k@a}
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157855\n"
+"115\n"
+"help.text"
+msgid "Parameter queries with placeholders (*, _) or special characters (for example, ?) are not possible."
+msgstr "პარამეტრის მოთხოვნები ჩანაცვლების ველით (*_) ან სპეცილური სიმბოლოებით (მაგალითად ?) არ არის შესაძლებელი."
+
+#. =X6E
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157537\n"
+"116\n"
+"help.text"
+msgid "If you formulate a parameter query and you save it with the variables, you can later create a query in which only the variables have to be replaced by the expressions that you want. $[officename] asks for these variables in a dialog as soon as you open the query."
+msgstr "თუ თქვენ მოახდენთ პარამეტრის მოთხოვნის ფორმულირებას და შეინახავთ მას ცვლადებთან ერთად, მოგვიანებით საშუალება გექნებათ შექმნათ მოთხოვნა, რომელშიც ცვლადების ჩანაცვლება უნდ ამოხდეს თქვენთვის სასურველი გამოსახულებით. ამ ცვლადებს $[officename] ითხოვს დიალოგურ ფანჯარაში მოთხოვნის გახსნისთანავე."
+
+#. J?$_
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151035\n"
+"139\n"
+"help.text"
+msgid "Parameter Input"
+msgstr "პარმეტრის მოთხოვნა"
-#: dabawiz02text.xhp#par_idN1059C.help.text
-msgctxt "dabawiz02text.xhp#par_idN1059C.help.text"
-msgid "Text separator"
-msgstr ""
+#. ^-dK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153596\n"
+"140\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks you which variables you defined in the query. Enter a value for each query variable and confirm by clicking <emph>OK</emph>.</ahelp>"
+msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\"><emph>პარამეტრის შეტანის</emph> დიალოგური ფანჯარა გეკითხებათ, რომელი ცვლადის განსაზღვრა მოხდა მოთხოვნაში. შეიტანეთ მნიშვნელობა მოთხოვნის თითოეული ცვლადისთვის და დაადასტურეთ <emph>OK</emph>-ზე დაწკაპუნებით.</ahelp>"
-#: dabawiz02text.xhp#par_idN105A0.help.text
-msgid "<ahelp hid=\"HID_DSADMIN_TEXT_SEPARATOR\">Enter or select the character that identifies a text field in the text file.</ahelp> You cannot use the same character as the field separator."
-msgstr ""
+#. fJ6A
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150585\n"
+"138\n"
+"help.text"
+msgid "Parameter queries are also used for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, since they work exclusively with queries for which the values to be invoked are read internally from a variable."
+msgstr "პარამეტრის მოთხოვნები ასევე ამოიყენება <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">ქვეფორმებისთვის</link>, გამომდინარე იქიდან, რომ ისინი მხოლოდ ისეთ მოთხოვნებს ამუშავებენ, რომლებისთვისაც გამოსაძახებელი მნიშვნელობები იკითხება ცვლადის შიგნიდან."
+
+#. -P(+
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153645\n"
+"274\n"
+"help.text"
+msgid "A parameter query can have the following form in an SQL statement:"
+msgstr "SQL განაცხადში პარამეტრის მოთხოვნას შეიძლება ჰქოდენს შემდეგი ფორმა:"
+
+#. t;Ay
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156731\n"
+"275\n"
+"help.text"
+msgid "select * from 'addresses' where 'name' = :placeholder"
+msgstr "მონიშნეთ * 'მისამართებიდან', სადაც 'სახელი' = : ჩანაცვლების ველს"
-#: dabawiz02text.xhp#par_idN105B8.help.text
-msgctxt "dabawiz02text.xhp#par_idN105B8.help.text"
-msgid "Decimal separator"
-msgstr ""
+#. qn*V
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145181\n"
+"135\n"
+"help.text"
+msgid "SQL Mode"
+msgstr "SQL რეჟიმი"
-#: dabawiz02text.xhp#par_idN105BC.help.text
-msgid "<ahelp hid=\"HID_DSADMIN_DECIMAL_SEPARATOR\">Enter or select the character that is used as a decimal separator in the text file, for example, a period (0.5) or a comma (0,5).</ahelp>"
-msgstr ""
+#. 4Q0b
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147013\n"
+"220\n"
+"help.text"
+msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
+msgstr "SQL აღნიშნავს \"Structured Query Language\" და აღწერს ინსტრუქციებს რელაციული მონაცემთა ბაზების გნახლებისა და ადმინისტრირებისთვის."
+
+#. 1i{q
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152570\n"
+"136\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 design, $[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 been created previously."
+msgstr "$[officename]-ის შემთხვევაში არაა აუცილებელი SQL-ის ცოდნა მოთხოვნათა უმეტესობისთვის, რადგანაც თქვენ არ გჭირდებათ SQL-ის კოდის შეტანა. თუ თქვენ შექმნით მოთხოვნას მოთხოვნის დიზაინით,$[officename] ავტომატურად გარდაქმნის თქევნს მოთხოვნებს SQL-ის შესაბამის სინტაქსზე. თუ <emph>დიზაინის ხედის ჩართვა-გამორთვის</emph> კლავიშის მეშვეობით თქვენ შეცვლით SQL -ის ხედს, დაინახავთ SQL-ის ბრძანებებს მანამდე შექმნილი მოთხოვნისათვის."
-#: dabawiz02text.xhp#par_idN105D3.help.text
-msgctxt "dabawiz02text.xhp#par_idN105D3.help.text"
-msgid "Thousands separator"
-msgstr ""
+#. X;KA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152412\n"
+"226\n"
+"help.text"
+msgid "You can formulate your query directly in the SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
+msgstr "თქვენ საშუალება გაქვთ შექმნათ თქვენი მოთხოვნა პირდაპირ SQL-ის კოდით. გაითვალისწინეთ, რომ სპეციფიკური სინტაქსი დამოკიდებულია იმ მონაცემთა ბაზის სისტემაზე, რომელსაც თქვენ იყენებთ."
-#: dabawiz02text.xhp#par_idN105D7.help.text
-msgid "<ahelp hid=\"HID_DSADMIN_THOUSANDS_SEPARATOR\">Enter or select the character that is used as a thousands separator in the text file, for example a comma (1,000), or a period (1.000).</ahelp>"
-msgstr ""
+#. +[MA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146842\n"
+"227\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 <emph>Query design</emph>. These queries must be executed in native SQL mode."
+msgstr "თუ SQL-ის კოდი ხელით შეგყავთ , შეგიძლიათ შექმნათ განსხვავებული მოთხოვნები, რომელთა პროგრამული მხარდაჭერა არ ხდება <emph>მოთხოვნის დიზაინის</emph>გრაფიკული ინტერფეისის მიერ. ეს მოთხოვნები უნდა შესრულდეს SQL-ის საკუთარი სინტაქსით."
+
+#. YcGN
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149632\n"
+"223\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]."
+msgstr "SQL-ის ხედში <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>SQL-ის ბრძანების პირდაპირ გაშვების </emph></link> ხატულაზე დაწკაპუნებით, თქვენ შეგიძლიათ ისეთი მოთხოვნის ფორმულირება, რომელიც არ არის დამუშავებული $[officename]-ის მიერ."
-#: dabawiz02text.xhp#par_idN105E6.help.text
-msgctxt "dabawiz02text.xhp#par_idN105E6.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>"
+#. WbB#
+#: 11080000.xhp
+msgctxt ""
+"11080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Execute SQL statement"
msgstr ""
-#: main.xhp#tit.help.text
-msgid "%PRODUCTNAME Database"
+#. _/O\
+#: 11080000.xhp
+msgctxt ""
+"11080000.xhp\n"
+"bm_id3148983\n"
+"help.text"
+msgid "<bookmark_value>SQL; executing SQL statements (Base)</bookmark_value><bookmark_value>databases; administration through SQL (Base)</bookmark_value>"
msgstr ""
-#: main.xhp#bm_id8622089.help.text
-msgid "<bookmark_value>databases;main page (Base)</bookmark_value><bookmark_value>$[officename] Base data sources</bookmark_value><bookmark_value>data sources;$[officename] Base</bookmark_value>"
+#. EMI5
+#: 11080000.xhp
+msgctxt ""
+"11080000.xhp\n"
+"hd_id3153345\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/11080000.xhp\" name=\"Execute SQL statement\">Execute SQL statement</link>"
msgstr ""
-#: main.xhp#par_idN10579.help.text
-msgid "<variable id=\"base\"><link href=\"text/shared/explorer/database/main.xhp\">Using Databases in %PRODUCTNAME Base</link></variable>"
+#. +%o(
+#: 11080000.xhp
+msgctxt ""
+"11080000.xhp\n"
+"par_id3154288\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"sqltext\"><ahelp hid=\".\">Opens a dialog where you can enter an SQL command for administering a database.</ahelp></variable>"
msgstr ""
-#: main.xhp#par_idN107BD.help.text
-msgid "In %PRODUCTNAME Base, you can access data that is stored in a wide variety of database file formats. %PRODUCTNAME Base natively supports some flat file database formats, such as the dBASE format. You can also use %PRODUCTNAME Base to connect to external relational databases, such as databases from MySQL or Oracle."
+#. QHq/
+#: 11080000.xhp
+msgctxt ""
+"11080000.xhp\n"
+"par_id3147275\n"
+"23\n"
+"help.text"
+msgid "You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here."
msgstr ""
-#: main.xhp#par_id5864131.help.text
-msgid "The following database types are read-only types in %PRODUCTNAME Base. From within %PRODUCTNAME Base it is not possible to change the database structure or to edit, insert, and delete database records for these database types:"
+#. Ys@:
+#: 11080000.xhp
+msgctxt ""
+"11080000.xhp\n"
+"par_id3154860\n"
+"10\n"
+"help.text"
+msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
msgstr ""
-#: main.xhp#par_id8865016.help.text
-msgid "Spreadsheet files"
+#. /EV0
+#: 11080000.xhp
+msgctxt ""
+"11080000.xhp\n"
+"hd_id3149514\n"
+"3\n"
+"help.text"
+msgid "Command to execute"
msgstr ""
-#: main.xhp#par_id3786736.help.text
-msgid "Text files"
+#. J9/V
+#: 11080000.xhp
+msgctxt ""
+"11080000.xhp\n"
+"par_id3147618\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_MULTILINEEDIT_DLG_DIRECTSQL_ME_SQL\">Enter the SQL administration command that you want to run.</ahelp>"
msgstr ""
-#: main.xhp#par_id6747337.help.text
-msgid "Address book data"
+#. nXpT
+#: 11080000.xhp
+msgctxt ""
+"11080000.xhp\n"
+"par_id3153087\n"
+"24\n"
+"help.text"
+msgid "For example, for a \"Bibliography\" data source, you can enter the following SQL command:"
msgstr ""
-#: main.xhp#par_idN107C0.help.text
-msgid "Using a Database in %PRODUCTNAME"
+#. 4.L5
+#: 11080000.xhp
+msgctxt ""
+"11080000.xhp\n"
+"par_id3145673\n"
+"25\n"
+"help.text"
+msgid "SELECT \"Address\" FROM \"biblio\" \"biblio\""
msgstr ""
-#: main.xhp#par_idN10838.help.text
-msgid "To create a new database file, choose <emph>File - New - Database</emph>."
+#. IZ`g
+#: 11080000.xhp
+msgctxt ""
+"11080000.xhp\n"
+"par_id3145611\n"
+"21\n"
+"help.text"
+msgid "For more information on SQL commands, please consult the documentation that came with the database."
msgstr ""
-#: main.xhp#par_idN1083B.help.text
-msgid "The <link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link> helps you to create a database file and to register a new database within %PRODUCTNAME."
+#. b[g]
+#: 11080000.xhp
+msgctxt ""
+"11080000.xhp\n"
+"hd_id3156024\n"
+"26\n"
+"help.text"
+msgid "Previous commands"
msgstr ""
-#: main.xhp#par_idN107E7.help.text
-msgid "The database file contains queries, reports, and forms for the database as well as a link to the database where the records are stored. Formatting information is also stored in the database file."
+#. *V^=
+#: 11080000.xhp
+msgctxt ""
+"11080000.xhp\n"
+"par_id3149045\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_LISTBOX_DLG_DIRECTSQL_LB_HISTORY\">Lists the previously executed SQL commands. To run a command again, click the command, and then click <emph>Run</emph>.</ahelp>"
msgstr ""
-#: main.xhp#par_idN1084A.help.text
-msgid "To open a database file, choose <emph>File - Open</emph>. In the <emph>File type</emph> list box, select to view only \"Database documents\". Select a database document and click <emph>Open</emph>."
+#. T](K
+#: 11080000.xhp
+msgctxt ""
+"11080000.xhp\n"
+"hd_id3154348\n"
+"5\n"
+"help.text"
+msgid "Status"
msgstr ""
-#: main.xhp#par_idN1075F.help.text
-msgid "<embedvar href=\"text/shared/guide/data_view.xhp#data_view\"/>"
+#. 0[BL
+#: 11080000.xhp
+msgctxt ""
+"11080000.xhp\n"
+"par_id3151054\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_MULTILINEEDIT_DLG_DIRECTSQL_ME_STATUS\">Displays the results, including errors, of the SQL command that you ran.</ahelp>"
msgstr ""
-#: main.xhp#par_idN10767.help.text
-msgid "<embedvar href=\"text/shared/guide/data_register.xhp#data_register\"/>"
+#. mbU0
+#: 11080000.xhp
+msgctxt ""
+"11080000.xhp\n"
+"hd_id3154071\n"
+"7\n"
+"help.text"
+msgid "Run"
msgstr ""
-#: main.xhp#par_idN1076F.help.text
-msgid "<embedvar href=\"text/shared/guide/data_new.xhp#data_new\"/>"
+#. v+=8
+#: 11080000.xhp
+msgctxt ""
+"11080000.xhp\n"
+"par_id3151210\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_PUSHBUTTON_DLG_DIRECTSQL_PB_EXECUTE\">Runs the command that you entered in the <emph>Command to execute </emph>box.</ahelp>"
msgstr ""
-#: main.xhp#par_idN10777.help.text
-msgid "<embedvar href=\"text/shared/guide/data_tables.xhp#data_tables\"/>"
+#. *1{r
+#: 11170000.xhp
+msgctxt ""
+"11170000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Adabas D Statistics"
msgstr ""
-#: main.xhp#par_idN1077F.help.text
-msgid "<embedvar href=\"text/shared/guide/data_queries.xhp#data_queries\"/>"
+#. bbg`
+#: 11170000.xhp
+msgctxt ""
+"11170000.xhp\n"
+"hd_id3150445\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/11170000.xhp\" name=\"Adabas D Statistics\">Adabas D Statistics</link>"
msgstr ""
-#: main.xhp#par_idN10787.help.text
-msgid "<embedvar href=\"text/shared/guide/data_forms.xhp#data_forms\"/>"
+#. QEG=
+#: 11170000.xhp
+msgctxt ""
+"11170000.xhp\n"
+"par_id3157898\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the access options for the Adabas database.</ahelp>"
msgstr ""
-#: main.xhp#par_idN1078F.help.text
-msgid "<embedvar href=\"text/shared/guide/data_reports.xhp#data_reports\"/>"
+#. (-A!
+#: 11170000.xhp
+msgctxt ""
+"11170000.xhp\n"
+"hd_id3153750\n"
+"4\n"
+"help.text"
+msgid "Data Buffer Size"
msgstr ""
-#: main.xhp#par_id1311990.help.text
-msgid "<embedvar href=\"text/shared/guide/data_im_export.xhp#data_im_export\"/>"
+#. 9^#N
+#: 11170000.xhp
+msgctxt ""
+"11170000.xhp\n"
+"par_id3155892\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_NUMERICFIELD_TAB_PAG_ADABAS_SETTINGS_NF_CACHE_SIZE\">Enter the size of the data buffer for the database.</ahelp> The setting takes effect after you restart the database."
msgstr ""
-#: main.xhp#par_idN10797.help.text
-msgid "<embedvar href=\"text/shared/guide/database_main.xhp#database_main\"/>"
+#. (QbC
+#: 11170000.xhp
+msgctxt ""
+"11170000.xhp\n"
+"hd_id3149095\n"
+"6\n"
+"help.text"
+msgid "Increment size"
msgstr ""
-#: main.xhp#par_idN107AD.help.text
-msgid "<embedvar href=\"text/shared/explorer/database/menubar.xhp#titletext\"/>"
+#. Ndte
+#: 11170000.xhp
+msgctxt ""
+"11170000.xhp\n"
+"par_id3149177\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_NUMERICFIELD_TAB_PAG_ADABAS_SETTINGS_NF_DATA_INCREMENT\">Enter the size by which you want to automatically increment the database. The maximum increment size is 100 MB.</ahelp> The setting takes effect after you restart the database."
msgstr ""
-#: main.xhp#par_idN107BB.help.text
-msgid "<embedvar href=\"text/shared/explorer/database/toolbars.xhp#toolbars\"/>"
+#. ?_VR
+#: 11170000.xhp
+msgctxt ""
+"11170000.xhp\n"
+"hd_id3156346\n"
+"8\n"
+"help.text"
+msgid "Control User Name"
msgstr ""
-#: main.xhp#par_id6474806.help.text
-msgid "<link href=\"http://wiki.documentfoundation.org/Database\">Wiki page about Base</link>"
+#. .522
+#: 11170000.xhp
+msgctxt ""
+"11170000.xhp\n"
+"par_id3150355\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_EDIT_TAB_PAG_ADABAS_SETTINGS_ET_CTRLUSERNAME\">Enter the name of a user that you want to give limited control to modify some parameters of the database.</ahelp>"
msgstr ""
-#: dabawiz02mysql.xhp#tit.help.text
-msgid "MySQL Connection"
+#. XfE\
+#: 11170000.xhp
+msgctxt ""
+"11170000.xhp\n"
+"hd_id3153146\n"
+"10\n"
+"help.text"
+msgid "Control Password"
msgstr ""
-#: dabawiz02mysql.xhp#par_idN10549.help.text
-msgid "<variable id=\"mysql\"><link href=\"text/shared/explorer/database/dabawiz02mysql.xhp\">MySQL Connection</link></variable>"
+#. 9fhf
+#: 11170000.xhp
+msgctxt ""
+"11170000.xhp\n"
+"par_id3153821\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_EDIT_TAB_PAG_ADABAS_SETTINGS_ET_CTRLPASSWORD\">Enter the password of the Control User.</ahelp>"
msgstr ""
-#: dabawiz02mysql.xhp#par_idN1054D.help.text
-msgid "<ahelp hid=\".\">Specifies the options for MySQL databases.</ahelp>"
+#. Hyld
+#: 11170000.xhp
+msgctxt ""
+"11170000.xhp\n"
+"hd_id3149235\n"
+"12\n"
+"help.text"
+msgid "Shut down the service when closing $[officename]"
msgstr ""
-#: dabawiz02mysql.xhp#par_idN10562.help.text
-msgid "Connect using ODBC (Open Database Connectivity)"
+#. ^1hA
+#: 11170000.xhp
+msgctxt ""
+"11170000.xhp\n"
+"par_id3153254\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_CHECKBOX_TAB_PAG_ADABAS_SETTINGS_CB_SHUTDB\">Exits the Adabas database server when you exit $[officename].</ahelp> This option is only available if you start the database server from $[officename] with a control user and password."
msgstr ""
-#: dabawiz02mysql.xhp#par_idN10566.help.text
-msgid "<ahelp hid=\".\">Connects to an existing ODBC data source that was set on a system level.</ahelp>"
+#. jkcb
+#: 11170000.xhp
+msgctxt ""
+"11170000.xhp\n"
+"hd_id3146948\n"
+"14\n"
+"help.text"
+msgid "Extended"
msgstr ""
-#: dabawiz02mysql.xhp#par_idN10569.help.text
-msgid "Connect using JDBC (Java Database Connectivity)"
+#. 0ZhO
+#: 11170000.xhp
+msgctxt ""
+"11170000.xhp\n"
+"par_id3156002\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_PUSHBUTTON_TAB_PAG_ADABAS_SETTINGS_PB_STAT\">Opens the <link href=\"text/shared/explorer/database/11170100.xhp\" name=\"Database Statistics\">Database Statistics</link> dialog, where you can view statistics about the Adabas database.</ahelp>"
msgstr ""
-#: dabawiz02mysql.xhp#par_idN1056D.help.text
-msgid "<ahelp hid=\".\">Connects to an existing JDBC data source that was set on a system level.</ahelp>"
-msgstr ""
+#. Ovqt
+#: dabawiz01.xhp
+msgctxt ""
+"dabawiz01.xhp\n"
+"tit\n"
+"help.text"
+msgid "Database Selection"
+msgstr "მონაცემთა ბაზის შერჩევა"
-#: dabawiz02mysql.xhp#par_idN10570.help.text
-msgid "The next wizard page depends on your choice of ODBC or JDBC:"
+#. A?8~
+#: dabawiz01.xhp
+msgctxt ""
+"dabawiz01.xhp\n"
+"bm_id2082583\n"
+"help.text"
+msgid "<bookmark_value>databases; connecting (Base)</bookmark_value>"
msgstr ""
-#: dabawiz02mysql.xhp#par_idN10573.help.text
-msgid "<link href=\"text/shared/explorer/database/dabawiz02odbc.xhp\">ODBC Connection</link>"
+#. +ZMx
+#: dabawiz01.xhp
+msgctxt ""
+"dabawiz01.xhp\n"
+"par_idN1054D\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz01.xhp\">Database Selection</link>"
msgstr ""
-#: dabawiz02mysql.xhp#par_idN10582.help.text
-msgid "<link href=\"text/shared/explorer/database/dabawiz02jdbc.xhp\">JDBC Connection</link>"
+#. Iw[W
+#: dabawiz01.xhp
+msgctxt ""
+"dabawiz01.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "<ahelp hid=\".\">Creates a new database, opens a database file, or connects to an existing database.</ahelp>"
msgstr ""
-#: dabawiz02mysql.xhp#par_idN10591.help.text
-msgctxt "dabawiz02mysql.xhp#par_idN10591.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz03auth.xhp\">Authentication</link>"
+#. Fn7=
+#: dabawiz01.xhp
+msgctxt ""
+"dabawiz01.xhp\n"
+"par_idN10585\n"
+"help.text"
+msgid "Create a new database"
msgstr ""
-#: dabawiz02mysql.xhp#par_idN105A0.help.text
-msgctxt "dabawiz02mysql.xhp#par_idN105A0.help.text"
-msgid "<link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>"
+#. =6.Z
+#: dabawiz01.xhp
+msgctxt ""
+"dabawiz01.xhp\n"
+"par_idN10589\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to create a new database. </ahelp>This option uses the HSQL database engine with default settings. The final page of the wizard appears next."
msgstr ""
-#: 11030000.xhp#tit.help.text
-msgid "dBASE"
+#. QMgk
+#: dabawiz01.xhp
+msgctxt ""
+"dabawiz01.xhp\n"
+"par_id8584246\n"
+"help.text"
+msgid "<link href=\"http://hsqldb.org/\">External web page about HSQL</link>."
msgstr ""
-#: 11030000.xhp#hd_id3153539.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/explorer/database/11030000.xhp\" name=\"dBase\">dBASE</link>"
-msgstr "<link href=\"text/shared/explorer/database/11020000.xhp\" name=\"ODBC\">ODBC</link>"
-
-#: 11030000.xhp#par_id3147088.2.help.text
-msgid "<ahelp hid=\"\">Specify the settings for a dBASE database.</ahelp>"
+#. JW}h
+#: dabawiz01.xhp
+msgctxt ""
+"dabawiz01.xhp\n"
+"par_idN105F9\n"
+"help.text"
+msgid "Open an existing database file"
msgstr ""
-#: 11030000.xhp#par_id3151110.18.help.text
-msgid "To be able to define relations between tables, use JDBC or ODBC from within $[officename]."
+#. 1jpe
+#: dabawiz01.xhp
+msgctxt ""
+"dabawiz01.xhp\n"
+"par_idN105FD\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to open a database file from a list of recently used files or from a file selection dialog.</ahelp>"
msgstr ""
-#: 11030000.xhp#hd_id3149233.4.help.text
-msgid "Display inactive records"
+#. nWc(
+#: dabawiz01.xhp
+msgctxt ""
+"dabawiz01.xhp\n"
+"par_idN10614\n"
+"help.text"
+msgid "Recently used"
msgstr ""
-#: 11030000.xhp#par_id3153823.5.help.text
-msgid "<ahelp hid=\"HID_DSADMIN_SHOWDELETED\">Displays all the records in a file, including those marked as deleted. If you select this check box, you cannot delete records.</ahelp>"
+#. FS5I
+#: dabawiz01.xhp
+msgctxt ""
+"dabawiz01.xhp\n"
+"par_idN10618\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select a database file to open from the list of recently used files. Click Finish to open the file immediately and to exit the wizard.</ahelp>"
msgstr ""
-#: 11030000.xhp#par_id3156023.17.help.text
-msgid "In dBASE format, deleted records remain in the file. "
+#. U2:c
+#: dabawiz01.xhp
+msgctxt ""
+"dabawiz01.xhp\n"
+"par_idN1062F\n"
+"help.text"
+msgid "Open"
msgstr ""
-#: 11030000.xhp#par_id3151384.15.help.text
-msgid "To view any changes that you make to the database, close the connection to the database, and then reconnect the database."
+#. 6Z7i
+#: dabawiz01.xhp
+msgctxt ""
+"dabawiz01.xhp\n"
+"par_idN10633\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a file selection dialog where you can select a database file. Click Open or OK in the file selection dialog to open the file immediately and to exit the wizard.</ahelp>"
msgstr ""
-#: 11030000.xhp#par_id0904200811094971.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the code conversion that you want to use to view the database in $[officename]. This does not affect the database.</ahelp>"
+#. VO?1
+#: dabawiz01.xhp
+msgctxt ""
+"dabawiz01.xhp\n"
+"par_idN1058C\n"
+"help.text"
+msgid "Connect to an existing database"
msgstr ""
-#: 11030000.xhp#hd_id3149047.8.help.text
-msgctxt "11030000.xhp#hd_id3149047.8.help.text"
-msgid "Indexes"
+#. on`Q
+#: dabawiz01.xhp
+msgctxt ""
+"dabawiz01.xhp\n"
+"par_idN10590\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to create a database document for an existing database connection.</ahelp>"
msgstr ""
-#: 11030000.xhp#par_id3161656.9.help.text
-msgid "<ahelp hid=\"HID_DSADMIN_DBASE_INDICIES\">Opens the <link href=\"text/shared/explorer/database/11030100.xhp\" name=\"Indexes\"><emph>Indexes</emph></link> dialog, where you can organize the table indexes in the current dBASE database.</ahelp>"
+#. KuC}
+#: dabawiz01.xhp
+msgctxt ""
+"dabawiz01.xhp\n"
+"par_idN10593\n"
+"help.text"
+msgid "Database type"
msgstr ""
-#: 04030000.xhp#tit.help.text
-msgid "Form Design"
-msgstr "ფორმის დიზაინი"
-
-#: 04030000.xhp#bm_id3148668.help.text
-msgid "<bookmark_value>forms; designing (Base)</bookmark_value>"
+#. 7aSI
+#: dabawiz01.xhp
+msgctxt ""
+"dabawiz01.xhp\n"
+"par_idN10597\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the database type for the existing database connection.</ahelp>"
msgstr ""
-#: 04030000.xhp#hd_id3148668.1.help.text
-msgid "<variable id=\"formularentwurf\"><link href=\"text/shared/explorer/database/04030000.xhp\" name=\"Form Design\">Form Design</link></variable>"
-msgstr "<variable id=\"formularentwurf\"><link href=\"text/shared/explorer/database/04030000.xhp\" name=\"Form Design\">ფორმის დიზაინი</link></variable>"
-
-#: 04030000.xhp#par_id3154230.2.help.text
-msgid "Any $[officename] document can be expanded into a form. Simply add one or more form controls."
+#. l!XE
+#: dabawiz01.xhp
+msgctxt ""
+"dabawiz01.xhp\n"
+"par_idN1059A\n"
+"help.text"
+msgid "The Outlook, Evolution, KDE Address Book, and Seamonkey database types do not need additional information. For other database types, the wizard contains additional pages to specify the required information."
msgstr ""
-#: 04030000.xhp#par_id3145382.3.help.text
-msgid "Open the Form Controls toolbar. The Form Controls toolbar contains the <link href=\"text/shared/02/01170000.xhp\" name=\"functions\">functions</link> needed to edit a form. More functions can be found in the <emph>Form Design</emph> bar and <emph>More Controls</emph> bar."
-msgstr "გახსენით ფორმის მართვების ხელსაწყოთა ზოლი. ფორმის მართვების ხელსაწყოთა ზოლი მოიცავს<link href=\"text/shared/02/01170000.xhp\" name=\"functions\">ფუნქციებს</link> რომლებიც საჭიროა ფორმის რედაქტირებისათვის. დამატებითი ფუნქციების ნახვა შესაძლებელია <emph>ფორმის დიზაინის</emph> ზოლსა და <emph>დამატებითი მართვების</emph> ზოლში. "
-
-#: 04030000.xhp#par_id3153146.5.help.text
-msgid "In the form design you can <link href=\"text/shared/02/01170000.xhp\" name=\"include controls\">include controls</link>, <link href=\"text/shared/02/01170100.xhp\" name=\"apply properties\">apply properties</link> to them, define <link href=\"text/shared/02/01170200.xhp\" name=\"Form properties\">Form properties</link>, and <link href=\"text/shared/02/01170203.xhp\" name=\"define subforms\">define subforms</link>."
-msgstr "ფორმის დიზაინში შეგიძლიათ მათთვის<link href=\"text/shared/02/01170000.xhp\" name=\"include controls\">მართვების ჩართვა</link>, <link href=\"text/shared/02/01170100.xhp\" name=\"apply properties\">თვისებების მინიჭება</link> <link href=\"text/shared/02/01170200.xhp\" name=\"Form properties\">ფორმის თვისებების</link> განსაზღვრა, და <link href=\"text/shared/02/01170203.xhp\" name=\"define subforms\">ქვეფორმების განსაზღვრა</link>"
-
-#: 04030000.xhp#par_id3154924.9.help.text
-msgid "The<emph> Form Navigator</emph> icon <image id=\"img_id3156002\" src=\"cmd/sc_showfmexplorer.png\" width=\"4.23mm\" height=\"4.23mm\"><alt id=\"alt_id3156002\">Icon</alt></image> on the Form Design bar opens the <link href=\"text/shared/02/01170600.xhp\" name=\"Form Navigator\"><emph>Form Navigator</emph></link>."
+#. Smfl
+#: dabawiz01.xhp
+msgctxt ""
+"dabawiz01.xhp\n"
+"par_idN10611\n"
+"help.text"
+msgid "The next wizard page is one of the following pages:"
msgstr ""
-#: 04030000.xhp#par_id3153968.6.help.text
-msgid "The <link href=\"text/shared/02/01171000.xhp\" name=\"Open in Design Mode\"><emph>Open in Design Mode</emph></link> icon <image id=\"img_id1871395\" src=\"cmd/sc_openreadonly.png\" width=\"5.59mm\" height=\"5.59mm\"><alt id=\"alt_id1871395\">Icon</alt></image> allows you to save a form document so that it always opens in editing mode."
+#. #qK%
+#: dabawiz01.xhp
+msgctxt ""
+"dabawiz01.xhp\n"
+"par_idN1061C\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz02text.xhp\">Set up text file connection</link>"
msgstr ""
-#: 04030000.xhp#par_id3154948.8.help.text
-msgid "If there is an error when assigning properties to the objects contained in the form (for example, when assigning a non-existent database table to an object), a corresponding error message appears. This error message may contain a <emph>More</emph> button. <ahelp hid=\"dummy\">If you click <emph>More</emph>, a dialog displaying more information about the current problem appears.</ahelp>"
-msgstr "თუ ფორმაში არსებული ობიექტებისთვის თვისებების მინიჭებისას წარმოიშვა შეცდომა (მაგალითად ობიექტისთვის არარსებული მონაცემთა ბაზის ცხრილის მინიჭება), ჩნდება შესაბამისი შეცდომის შეტყობინება. შეცდომის შეტყობინება შეიძლება შეიცავდეს<emph>More</emph> ღილაკი. <ahelp hid=\"dummy\"><emph>More</emph>ზე, დაწკაპუნებისას გამოჩნდება დილოგური ფანჯარა დამატებითი ინფორმაციით მოცემული პრობლემის შესახებ.</ahelp>"
-
-#: 05030300.xhp#tit.help.text
-msgid "Type formatting"
-msgstr "ტიპის ფორმატირება"
-
-#: 05030300.xhp#hd_id3163829.1.help.text
-msgid "<link href=\"text/shared/explorer/database/05030300.xhp\" name=\"Type formatting\">Type formatting</link>"
-msgstr "<link href=\"text/shared/explorer/database/05030300.xhp\" name=\"Type formatting\">ტიპის ფორმატირება</link>"
-
-#: 05030300.xhp#par_id3150247.2.help.text
-msgid "In the data source explorer, you can copy a table by dragging and dropping the table onto the table container. The<emph> Type formatting </emph>dialog is the third window of the <emph>Copy table</emph> dialog."
-msgstr "ცხრილის კოპირება მონაცემთა წყაროს ექსპლორერში შესაძლებელია მისი გადატანა-ჩასმით ცხრილის კონტეინერში. <emph> ტიპის ფორმატირების </emph>დიალოგი წარმოადგენს <emph>ცხრილის კოპირების</emph> დილაოგის მესამე ფანჯარას."
-
-#: 05030300.xhp#hd_id3152801.3.help.text
-msgid "List box"
-msgstr "ჩამონათვლის სარკმელი"
-
-#: 05030300.xhp#par_id3145313.4.help.text
-msgid "<ahelp hid=\"DBACCESS_MULTILISTBOX_TAB_WIZ_TYPE_SELECT_LB_NEW_COLUMN_NAMES\">Lists the data fields that will be included in to the copied table.</ahelp>"
+#. X4/@
+#: dabawiz01.xhp
+msgctxt ""
+"dabawiz01.xhp\n"
+"par_idN1062B\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz02access.xhp\">Set up Microsoft Access or Microsoft Access 2007 connection</link>"
msgstr ""
-#: 05030300.xhp#hd_id3155535.5.help.text
-msgid "Column information"
-msgstr "სვეტის ინფორმაცია"
-
-#: 05030300.xhp#hd_id3156426.7.help.text
-msgctxt "05030300.xhp#hd_id3156426.7.help.text"
-msgid "Field name"
-msgstr "ველის სახელი"
-
-#: 05030300.xhp#par_id3153681.8.help.text
-msgid "<ahelp hid=\"HID_TAB_ENT_COLUMNNAME\">Displays the name of the selected data field. If you want, you can enter a new name.</ahelp>"
-msgstr "<ahelp hid=\"HID_TAB_ENT_COLUMNNAME\">აჩვენებს მონიშნული მონაცემთა ველის სახელს. თუ გსურთ, შეგიძლიათ შეიტანოთ ახალი სახელი.</ahelp>"
-
-#: 05030300.xhp#hd_id3156113.9.help.text
-msgctxt "05030300.xhp#hd_id3156113.9.help.text"
-msgid "Field type"
+#. MDe2
+#: dabawiz01.xhp
+msgctxt ""
+"dabawiz01.xhp\n"
+"par_idN1063A\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz02ldap.xhp\">Set up LDAP connection</link>"
msgstr ""
-#: 05030300.xhp#par_id3149811.10.help.text
-msgid "<ahelp hid=\"HID_TAB_ENT_TYPE\">Select a field type.</ahelp>"
-msgstr "<ahelp hid=\"HID_TAB_ENT_TYPE\">მონიშნეთ ველის ტიპი.</ahelp>"
-
-#: 05030300.xhp#hd_id3149763.11.help.text
-msgctxt "05030300.xhp#hd_id3149763.11.help.text"
-msgid "Length"
+#. rCb#
+#: dabawiz01.xhp
+msgctxt ""
+"dabawiz01.xhp\n"
+"par_idN10658\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz02ado.xhp\">Set up ADO connection</link>"
msgstr ""
-#: 05030300.xhp#par_id3155449.12.help.text
-msgid "<ahelp hid=\"HID_TAB_ENT_LEN\">Enter the number of characters for the data field.</ahelp>"
-msgstr "<ahelp hid=\"HID_TAB_ENT_LEN\">შეიტანეთ სიმბოლოთა ოდენობა მონაცემთა ველისთვის.</ahelp>"
-
-#: 05030300.xhp#hd_id3159176.13.help.text
-msgctxt "05030300.xhp#hd_id3159176.13.help.text"
-msgid "Decimal places"
+#. dJ$*
+#: dabawiz01.xhp
+msgctxt ""
+"dabawiz01.xhp\n"
+"par_idN10667\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz02jdbc.xhp\">Set up JDBC connection</link>"
msgstr ""
-#: 05030300.xhp#par_id3153666.14.help.text
-msgid "<ahelp hid=\"HID_TAB_ENT_SCALE\">Enter the number of decimal places for the data field. This option is only available for numerical or decimal data fields.</ahelp>"
+#. Kb_V
+#: dabawiz01.xhp
+msgctxt ""
+"dabawiz01.xhp\n"
+"par_idN10676\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz02oracle.xhp\">Set up Oracle database connection</link>"
msgstr ""
-#: 05030300.xhp#hd_id3150276.15.help.text
-msgctxt "05030300.xhp#hd_id3150276.15.help.text"
-msgid "Default value"
+#. iLmX
+#: dabawiz01.xhp
+msgctxt ""
+"dabawiz01.xhp\n"
+"par_idN10685\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz02mysql.xhp\">MySQL settings</link>"
msgstr ""
-#: 05030300.xhp#par_id3147620.16.help.text
-msgid "<ahelp hid=\"HID_TAB_ENT_BOOL_DEFAULT\">Select the default value for a Yes/No field.</ahelp>"
-msgstr "<ahelp hid=\"HID_TAB_ENT_BOOL_DEFAULT\">შეიტანეთ ნაგულსმხევი მნიშვნელობა დიახ/არა ველისთვის.</ahelp>"
-
-#: 05030300.xhp#hd_id3153087.17.help.text
-msgid "Automatic type recognition"
-msgstr "ტიპის ავტომატური ამოცნობა"
-
-#: 05030300.xhp#par_id3153561.18.help.text
-msgid "$[officename] can automatically recognize field contents when you copy database tables by drag and drop."
-msgstr "$[officename]-ს შეუძლია ავტომატურად ამოიცნოს ველის შიგთავსი, როდესაც მონაცემთა ბაზის ცხრილს აკოპირებთ გადატანა-ჩასმის მეშვეობით."
-
-#: 05030300.xhp#hd_id3156023.19.help.text
-msgid "(max.) lines"
-msgstr "(მაქს.) ხაზები"
-
-#: 05030300.xhp#par_id3155923.20.help.text
-msgid "<ahelp hid=\"DBACCESS_NUMERICFIELD_TAB_WIZ_TYPE_SELECT_ET_AUTO\">Enter the number of lines to use for automatic type recognition.</ahelp>"
+#. G85X
+#: dabawiz01.xhp
+msgctxt ""
+"dabawiz01.xhp\n"
+"par_idN10694\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz02odbc.xhp\">ODBC settings</link>"
msgstr ""
-#: 05030300.xhp#hd_id3154347.21.help.text
-msgid "Auto"
-msgstr "ავტომატური"
-
-#: 05030300.xhp#par_id3152361.22.help.text
-msgid "<ahelp hid=\"DBACCESS_PUSHBUTTON_TAB_WIZ_TYPE_SELECT_PB_AUTO\">Enables automatic type recognition.</ahelp>"
+#. $JZI
+#: dabawiz01.xhp
+msgctxt ""
+"dabawiz01.xhp\n"
+"par_idN106A3\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz02spreadsheet.xhp\">Set up Spreadsheet connection</link>"
msgstr ""
-#: 05000002.xhp#tit.help.text
-msgctxt "05000002.xhp#tit.help.text"
-msgid "User Settings"
+#. BG9E
+#: dabawiz03auth.xhp
+msgctxt ""
+"dabawiz03auth.xhp\n"
+"tit\n"
+"help.text"
+msgid "Authentication"
msgstr ""
-#: 05000002.xhp#hd_id3159411.1.help.text
-msgctxt "05000002.xhp#hd_id3159411.1.help.text"
-msgid "User Settings"
+#. lNIB
+#: dabawiz03auth.xhp
+msgctxt ""
+"dabawiz03auth.xhp\n"
+"par_idN1053A\n"
+"help.text"
+msgid "Authentication"
msgstr ""
-#: 05000002.xhp#par_id3163829.2.help.text
-msgid "Use this dialog to define the user settings for an Adabas table."
-msgstr "გამოიყენეთ ეს დიალოგური ფანჯარა Adabas ცხრილისთვის მომხმარებლის პარამეტრების განსასაზღვრად."
-
-#: 05000002.xhp#hd_id3147143.3.help.text
-msgid "User Selection"
-msgstr "მომხმარებლის შერჩევა"
-
-#: 05000002.xhp#par_id3150789.4.help.text
-msgid "Allows you to select the user, define a new user, delete a user, and change a password."
-msgstr "საშუალებას გაძლევთ შეარჩიოთ მომხმარებელი, განსაზღვროთ ახალი მომხმარებელი, წაშალოთ მომხმარებელი და გამოცვალოთ პაროლი"
-
-#: 05000002.xhp#hd_id3156136.5.help.text
-msgctxt "05000002.xhp#hd_id3156136.5.help.text"
-msgid "User"
+#. {Kz]
+#: dabawiz03auth.xhp
+msgctxt ""
+"dabawiz03auth.xhp\n"
+"par_idN1053E\n"
+"help.text"
+msgid "<ahelp hid=\".\">Some databases require a user name and password.</ahelp>"
msgstr ""
-#: 05000002.xhp#par_id3155805.6.help.text
-msgid "<ahelp hid=\".\">Specifies the user, whose settings you want to edit.</ahelp>"
-msgstr "<ahelp hid=\".\">აკონკრეტებს მომხმარებელს, რომლის პარამეტრების რედაქტირებაც გსურთ.</ahelp>"
-
-#: 05000002.xhp#hd_id3147576.9.help.text
-msgid "New user"
-msgstr "ახალი მომხმარებელი"
+#. )0Z{
+#: dabawiz03auth.xhp
+msgctxt ""
+"dabawiz03auth.xhp\n"
+"par_idN10541\n"
+"help.text"
+msgid "User name"
+msgstr "მომხმარებლის სახელი"
-#: 05000002.xhp#par_id3149095.10.help.text
-msgid "<ahelp hid=\".\">Creates a new user.</ahelp> The <link href=\"text/shared/explorer/database/05000003.xhp\" name=\"Enter Password\">Enter Password</link> dialog appears."
-msgstr "<ahelp hid=\".\">ქმნის ახალ მომხმარებელს</ahelp>ჩნდება დიალოგური ფანჯარა<link href=\"text/shared/explorer/database/05000003.xhp\" name=\"Enter Password\">შეიყვანეთ პაროლი</link>"
+#. L0ya
+#: dabawiz03auth.xhp
+msgctxt ""
+"dabawiz03auth.xhp\n"
+"par_idN10545\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the user name to access the database.</ahelp>"
+msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: 05000002.xhp#hd_id3149182.11.help.text
-msgctxt "05000002.xhp#hd_id3149182.11.help.text"
-msgid "Change password"
+#. l8VB
+#: dabawiz03auth.xhp
+msgctxt ""
+"dabawiz03auth.xhp\n"
+"par_idN10548\n"
+"help.text"
+msgid "Password required"
msgstr ""
-#: 05000002.xhp#par_id3152780.12.help.text
-msgid "<ahelp hid=\".\">Changes the password for the selected user.</ahelp> The <link href=\"text/shared/explorer/database/05000003.xhp\" name=\"Change Password\">Change Password</link> dialog appears."
-msgstr "<ahelp hid=\".\">ცვლის პაროლს შერჩეული მომხმარებლისთვის</ahelp> ჩნდება დიალოგური ფანჯარა<link href=\"text/shared/explorer/database/05000003.xhp\" name=\"Change Password\">პაროლის შეცვლა</link>."
-
-#: 05000002.xhp#hd_id3149398.13.help.text
-msgctxt "05000002.xhp#hd_id3149398.13.help.text"
-msgid "Delete user"
+#. 2P]g
+#: dabawiz03auth.xhp
+msgctxt ""
+"dabawiz03auth.xhp\n"
+"par_idN1054C\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to prompt a user for a password to access the database.</ahelp>"
msgstr ""
-#: 05000002.xhp#par_id3145382.14.help.text
-msgid "<ahelp hid=\".\">Deletes the selected user.</ahelp>"
-msgstr "<ahelp hid=\".\">შლის შერჩეულ მომხმარებელს.</ahelp>"
-
-#: 05000002.xhp#hd_id3156152.15.help.text
-msgid "Access rights for user selected"
-msgstr "წვდომის უფლებები შერჩეული მომხმარებლისთვის"
-
-#: 05000002.xhp#par_id3150275.16.help.text
-msgid "Allows you to view and assign access rights for the selected user."
-msgstr "საშეულაებას გაძლევთ ნახოთ და მიანიჭოთ წვდომის უფლებები შერჩეულ მომხმარებელს"
-
-#: 05000000.xhp#tit.help.text
-msgctxt "05000000.xhp#tit.help.text"
-msgid "Tables"
+#. =0=R
+#: dabawiz03auth.xhp
+msgctxt ""
+"dabawiz03auth.xhp\n"
+"par_idN1054F\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz02.xhp\">Save and proceed</link>"
msgstr ""
-#: 05000000.xhp#hd_id3148520.1.help.text
-msgid "<link href=\"text/shared/explorer/database/05000000.xhp\" name=\"Tables\">Tables</link>"
-msgstr "<link href=\"text/shared/explorer/database/05000000.xhp\" name=\"Tables\">ცხრილები</link>"
-
-#: 05000000.xhp#par_id3147102.2.help.text
-msgid "Data sources tables allow you see your data line by line. You can make new entries and deletions."
-msgstr "მონაცემთა წყაროების ცხრილები საშუალებას გაძლევთ თქვენი მონაცემები ნახოთ ხაზების მიხედვით. თქვენ შეგიძლიათ გააკეთოთ ახალი ჩანაწერები და წაშლები. "
+#. pD];
+#: dabawiz03auth.xhp
+msgctxt ""
+"dabawiz03auth.xhp\n"
+"par_idN10566\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>"
+msgstr ""
-#: 05000000.xhp#par_id3147226.43.help.text
-msgid "In the $[officename] Help, you will find further information on the following subjects:"
-msgstr "$[officename]-ის დახმარებაში თქვენ შეგიძლიათ ნახოთ დამატებითი ინფორმაციას შემდეგ საკითხებზე: "
+#. [$hk
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Description"
+msgstr ""
-#: 05000000.xhp#hd_id3152425.54.help.text
-msgid "<link href=\"text/shared/explorer/database/05010000.xhp\" name=\"Create new or edit table design\">Create new or edit table design</link>"
-msgstr "<link href=\"text/shared/explorer/database/05010000.xhp\" name=\"Create new or edit table design\">ახალი ცხრილის შექმნა ან ცხრილის დიზაინის რედაქტირება</link>"
+#. lzE!
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3109850\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/05040200.xhp\" name=\"Description\">Description</link>"
+msgstr "<link href=\"text/shared/explorer/database/05040200.xhp\" name=\"Description\">აღწერა</link>"
-#: 05000000.xhp#hd_id3149095.53.help.text
-msgid "<link href=\"text/shared/main0212.xhp\" name=\"Sort and Filter Data\">Sort and Filter Data</link>"
-msgstr "<link href=\"text/shared/main0212.xhp\" name=\"Sort and Filter Data\">მონაცემთა დალაგება და გაფილტვრა</link>"
+#. WmwR
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3157898\n"
+"3\n"
+"help.text"
+msgid "Table description"
+msgstr "ცხრილის აღწერა"
-#: 05000000.xhp#hd_id3154288.40.help.text
-msgid "<link href=\"text/shared/explorer/database/05020000.xhp\" name=\"Relations, Primary and External Key\">Relations, Primary and External Key</link>"
-msgstr "<link href=\"text/shared/explorer/database/05020000.xhp\" name=\"Relations, Primary and External Key\">კავშირები, პირველადი და გარე გასაღები</link>"
+#. y$:G
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3154422\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"\">Displays the description for the selected table.</ahelp>"
+msgstr "<ahelp hid=\"\">აჩვენებს მონიშნული ცხრილის აღწერას.</ahelp>"
diff --git a/source/ka/helpcontent2/source/text/shared/guide.po b/source/ka/helpcontent2/source/text/shared/guide.po
index 099696500fa..d6053d0caf6 100644
--- a/source/ka/helpcontent2/source/text/shared/guide.po
+++ b/source/ka/helpcontent2/source/text/shared/guide.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/shared/guide.oo
+#. extracted from helpcontent2/source/text/shared/guide
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-07-04 16:40+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-10-31 23:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,10123 +12,23524 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: redlining_doccompare.xhp#tit.help.text
-msgid "Comparing Versions of a Document"
-msgstr ""
-
-#: redlining_doccompare.xhp#bm_id3154788.help.text
-msgid "<bookmark_value>documents; comparing</bookmark_value><bookmark_value>comparisons;document versions</bookmark_value><bookmark_value>versions; comparing documents</bookmark_value><bookmark_value>changes;comparing to original</bookmark_value><bookmark_value>review function; comparing documents</bookmark_value>"
-msgstr ""
-
-#: redlining_doccompare.xhp#hd_id3154788.32.help.text
-msgid "<variable id=\"redlining_doccompare\"><link href=\"text/shared/guide/redlining_doccompare.xhp\" name=\"Comparing Versions of a Document\">Comparing Versions of a Document</link></variable>"
-msgstr ""
-
-#: redlining_doccompare.xhp#par_id4186223.help.text
-msgctxt "redlining_doccompare.xhp#par_id4186223.help.text"
-msgid "The review function is available in %PRODUCTNAME for text documents and spreadsheet documents."
-msgstr ""
-
-#: redlining_doccompare.xhp#par_id3995178.help.text
-msgid "Imagine you have some co-authors or reviewers who collaborate with you writing your original document. One day you send out copies of your document to all reviewers. You ask them to edit the copy and send it back."
-msgstr ""
-
-#: redlining_doccompare.xhp#par_id9948423.help.text
-msgid "Normally, the reviewers enable change tracking by <emph>Edit - Changes - Record</emph> and you can easily see the changes."
-msgstr ""
-
-#: redlining_doccompare.xhp#par_id3155421.33.help.text
-msgid "If one of the authors has made changes to a document without recording them, you can compare the changed document to your original document."
-msgstr ""
-
-#: redlining_doccompare.xhp#par_id3153087.35.help.text
-msgid "Open the reviewer's document and then choose <emph>Edit - Compare Document</emph>."
-msgstr ""
-
-#: redlining_doccompare.xhp#par_id4208807.help.text
-msgid "You should always start with opening the newer document and compare it with the older document."
+#. +-h5
+#: pageformat_max.xhp
+msgctxt ""
+"pageformat_max.xhp\n"
+"tit\n"
+"help.text"
+msgid "Selecting the Maximum Printable Area on a Page"
msgstr ""
-#: redlining_doccompare.xhp#par_id3145315.36.help.text
-msgid "A file selection dialog appears. Select your older original document and confirm the dialog."
+#. d|[?
+#: pageformat_max.xhp
+msgctxt ""
+"pageformat_max.xhp\n"
+"bm_id3149180\n"
+"help.text"
+msgid "<bookmark_value>page formats; maximizing</bookmark_value><bookmark_value>formats; maximizing page formats</bookmark_value><bookmark_value>printers; maximum page formats</bookmark_value>"
msgstr ""
-#: redlining_doccompare.xhp#par_id3149762.37.help.text
-msgid "<item type=\"productname\">%PRODUCTNAME</item> combines both documents into the reviewer's document. All text passages that occur in the reviewer's document but not in the original are identified as having been inserted, and all text passages that got deleted by the reviewer are identified as deletions."
+#. EDFR
+#: pageformat_max.xhp
+msgctxt ""
+"pageformat_max.xhp\n"
+"hd_id3149180\n"
+"35\n"
+"help.text"
+msgid "<variable id=\"pageformat_max\"><link href=\"text/shared/guide/pageformat_max.xhp\" name=\"Selecting the Maximum Printable Area on a Page\">Selecting the Maximum Printable Area on a Page</link></variable>"
msgstr ""
-#: redlining_doccompare.xhp#par_id3145674.38.help.text
-msgid "You can now accept or reject the insertions and deletions. At the end you may save the reviewer's document as a new original with a new name."
+#. ep%%
+#: pageformat_max.xhp
+msgctxt ""
+"pageformat_max.xhp\n"
+"par_id3156426\n"
+"36\n"
+"help.text"
+msgid "Not all printers can print a paper up to its edges. Most of them leave an unprinted margin."
msgstr ""
-#: hyperlink_insert.xhp#tit.help.text
-msgid "Inserting Hyperlinks"
+#. kbJ~
+#: pageformat_max.xhp
+msgctxt ""
+"pageformat_max.xhp\n"
+"par_id3149182\n"
+"37\n"
+"help.text"
+msgid "$[officename] offers a semi-automatic feature that enables you to print as close to the paper's edge as is possible."
msgstr ""
-#: hyperlink_insert.xhp#bm_id3150789.help.text
-msgid "<bookmark_value>hyperlinks; inserting</bookmark_value><bookmark_value>links; inserting</bookmark_value><bookmark_value>inserting; hyperlinks</bookmark_value>"
+#. 2*=%
+#: pageformat_max.xhp
+msgctxt ""
+"pageformat_max.xhp\n"
+"par_id3159233\n"
+"38\n"
+"help.text"
+msgid "Make sure that your printer has been setup under <emph>File - Printer Settings</emph>."
msgstr ""
-#: hyperlink_insert.xhp#hd_id3150789.4.help.text
-msgid "<variable id=\"hyperlink_insert\"><link href=\"text/shared/guide/hyperlink_insert.xhp\" name=\"Inserting Hyperlinks\">Inserting Hyperlinks</link></variable>"
+#. K0i0
+#: pageformat_max.xhp
+msgctxt ""
+"pageformat_max.xhp\n"
+"par_id3156114\n"
+"39\n"
+"help.text"
+msgid "Make sure that the <emph>Web Layout</emph> in the <emph>View</emph> menu is not selected."
msgstr ""
-#: hyperlink_insert.xhp#par_id3149095.5.help.text
-msgid "You can insert hyperlinks in two ways: as text or as a button. In both cases, the visible text can be different from the URL."
+#. 0eP9
+#: pageformat_max.xhp
+msgctxt ""
+"pageformat_max.xhp\n"
+"par_id3147653\n"
+"40\n"
+"help.text"
+msgid "Select the <emph>Format - Page</emph> command, and go to the <emph>Page</emph> tab."
msgstr ""
-#: hyperlink_insert.xhp#par_id3149811.8.help.text
-msgid "Place the text cursor in the document at the point where you want to insert the hyperlink or select the text that you want to put the hyperlink on. Select <emph>Hyperlink</emph> command from the <emph>Insert</emph> menu. Alternatively click on the <image id=\"img_id3149763\" src=\"cmd/sc_hyperlinkdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149763\">Icon</alt></image> Hyperlink icon on the <emph>Standard</emph> toolbar. The <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link> appears."
+#. 7]pU
+#: pageformat_max.xhp
+msgctxt ""
+"pageformat_max.xhp\n"
+"par_id3147335\n"
+"41\n"
+"help.text"
+msgid "Under <emph>Margins</emph> you can define the maximum or minimum possible value for the page margins (left, right, top, and bottom). Click into the respective control, then press the Page Up or Page Down key. The preview displays a dashed line around the printable range."
msgstr ""
-#: hyperlink_insert.xhp#par_id3154685.23.help.text
-msgid "To jump to a specific line in a text document, first enter a bookmark at that position (<emph>Insert - Bookmark</emph>). "
+#. #Ta0
+#: pageformat_max.xhp
+msgctxt ""
+"pageformat_max.xhp\n"
+"par_id3145120\n"
+"42\n"
+"help.text"
+msgid "Click <emph>OK</emph> to close the dialog."
msgstr ""
-#: hyperlink_insert.xhp#par_idN1076D.help.text
-msgid "To jump to a cell in a spreadsheet, first enter a name for the cell (<emph>Insert - Names - Define</emph>)."
-msgstr ""
+#. ,j6y
+#: pageformat_max.xhp
+#, fuzzy
+msgctxt ""
+"pageformat_max.xhp\n"
+"par_id3155388\n"
+"43\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01130000.xhp\" name=\"Printing\">Printing</link>"
+msgstr "<link href=\"text/scalc/01/04050000.xhp\" name=\"ფურცელი\">ფურცელი</link>"
-#: hyperlink_insert.xhp#par_id3152887.24.help.text
-msgid "Hyperlinks can also be inserted by drag-and-drop from the Navigator. Hyperlinks can refer to references, headings, graphics, tables, objects, directories or bookmarks."
+#. 1.m[
+#: startcenter.xhp
+msgctxt ""
+"startcenter.xhp\n"
+"tit\n"
+"help.text"
+msgid "Start Center"
msgstr ""
-#: hyperlink_insert.xhp#par_id3146975.34.help.text
-msgid "If you wish to insert in a text a hyperlink that refers to Table 1, drag the entry Table 1 from the Navigator and drop it in the text. To do this, the <emph>Insert as Hyperlink</emph> drag mode must be selected in the Navigator."
+#. =$fG
+#: startcenter.xhp
+msgctxt ""
+"startcenter.xhp\n"
+"bm_id0820200802500562\n"
+"help.text"
+msgid "<bookmark_value>backing window</bookmark_value> <bookmark_value>start center</bookmark_value>"
msgstr ""
-#: configure_overview.xhp#tit.help.text
-msgid "Configuring $[officename]"
+#. c*;\
+#: startcenter.xhp
+msgctxt ""
+"startcenter.xhp\n"
+"hd_id0820200802524447\n"
+"help.text"
+msgid "<variable id=\"startcenter\"><link href=\"text/shared/guide/startcenter.xhp\">Start Center</link></variable>"
msgstr ""
-#: configure_overview.xhp#bm_id3152801.help.text
-msgid "<bookmark_value>configuring; $[officename]</bookmark_value><bookmark_value>customizing; $[officename]</bookmark_value>"
+#. 0,4P
+#: startcenter.xhp
+msgctxt ""
+"startcenter.xhp\n"
+"par_id0820200803204063\n"
+"help.text"
+msgid "Welcome to %PRODUCTNAME. Thank you for using the %PRODUCTNAME <link href=\"text/shared/05/00000110.xhp\">application help</link>. Press F1 whenever you need help using the %PRODUCTNAME software."
msgstr ""
-#: configure_overview.xhp#hd_id3152801.44.help.text
-msgid "<variable id=\"configure_overview\"><link href=\"text/shared/guide/configure_overview.xhp\" name=\"Configuring $[officename]\">Configuring $[officename]</link></variable>"
+#. *:Y`
+#: startcenter.xhp
+msgctxt ""
+"startcenter.xhp\n"
+"par_id0820200802524413\n"
+"help.text"
+msgid "You see the Start Center when no document is open in %PRODUCTNAME. <ahelp hid=\".\">Click an icon to open a new document or a file dialog.</ahelp>"
msgstr ""
-#: configure_overview.xhp#par_id3153345.43.help.text
-msgid "You can customize your $[officename] to suit your needs."
+#. $:$S
+#: startcenter.xhp
+msgctxt ""
+"startcenter.xhp\n"
+"par_id0820200803104810\n"
+"help.text"
+msgid "<ahelp hid=\".\">The document icons each open a new document of the specified type.</ahelp>"
msgstr ""
-#: configure_overview.xhp#par_id3145071.46.help.text
-msgid "You are free to change the items on the menu bar. You can delete items, add new ones, copy items from one menu to another, rename them, and so on."
+#. eldw
+#: startcenter.xhp
+msgctxt ""
+"startcenter.xhp\n"
+"par_id0820200803104978\n"
+"help.text"
+msgid "<emph>Text Document</emph> opens %PRODUCTNAME <link href=\"text/swriter/main0000.xhp\">Writer</link>"
+msgstr ""
+
+#. bKq9
+#: startcenter.xhp
+msgctxt ""
+"startcenter.xhp\n"
+"par_id0820200803104998\n"
+"help.text"
+msgid "<emph>Spreadsheet</emph> opens %PRODUCTNAME <link href=\"text/scalc/main0000.xhp\">Calc</link>"
+msgstr ""
+
+#. f~/X
+#: startcenter.xhp
+msgctxt ""
+"startcenter.xhp\n"
+"par_id0820200803104927\n"
+"help.text"
+msgid "<emph>Presentation</emph> opens %PRODUCTNAME <link href=\"text/simpress/main0000.xhp\">Impress</link>"
+msgstr ""
+
+#. Ed8*
+#: startcenter.xhp
+msgctxt ""
+"startcenter.xhp\n"
+"par_id0820200803104948\n"
+"help.text"
+msgid "<emph>Drawing</emph> opens %PRODUCTNAME <link href=\"text/sdraw/main0000.xhp\">Draw</link>"
+msgstr ""
+
+#. 6PrS
+#: startcenter.xhp
+msgctxt ""
+"startcenter.xhp\n"
+"par_id0820200803105089\n"
+"help.text"
+msgid "<emph>Database</emph> opens %PRODUCTNAME <link href=\"text/shared/explorer/database/main.xhp\">Base</link>"
+msgstr ""
+
+#. AC!y
+#: startcenter.xhp
+msgctxt ""
+"startcenter.xhp\n"
+"par_id0820200803105015\n"
+"help.text"
+msgid "<emph>Formula</emph> opens %PRODUCTNAME <link href=\"text/smath/main0000.xhp\">Math</link>"
+msgstr ""
+
+#. 42,o
+#: startcenter.xhp
+msgctxt ""
+"startcenter.xhp\n"
+"par_id1022200911011855\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">The Templates icon opens the Templates and Documents dialog.</ahelp>"
msgstr ""
-#: configure_overview.xhp#par_id3149811.47.help.text
-msgid "The toolbars may be freely configured."
+#. uN%8
+#: startcenter.xhp
+msgctxt ""
+"startcenter.xhp\n"
+"par_id0820200803105045\n"
+"help.text"
+msgid "The <emph>Templates</emph> icon opens the <link href=\"text/shared/guide/aaa_start.xhp\">Templates and Documents</link> dialog."
msgstr ""
-#: configure_overview.xhp#par_id3150443.48.help.text
-msgid "You can change the shortcut keys."
+#. mq)k
+#: startcenter.xhp
+msgctxt ""
+"startcenter.xhp\n"
+"par_id1022200911011975\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">The Open a Document icon presents a file open dialog.</ahelp>"
msgstr ""
-#: configure_overview.xhp#par_id3155421.49.help.text
-msgid "To change these, choose <link href=\"text/shared/01/06140000.xhp\" name=\"Tools - Customize\"><emph>Tools - Customize</emph></link> to open the <emph>Customize</emph> dialog."
+#. Rgr9
+#: startcenter.xhp
+msgctxt ""
+"startcenter.xhp\n"
+"par_id082020080310500\n"
+"help.text"
+msgid "The <emph>Open a document</emph> icon presents a <link href=\"text/shared/guide/doc_open.xhp\">file open</link> dialog."
msgstr ""
-#: configure_overview.xhp#par_id3155388.45.help.text
-msgid "<link href=\"text/shared/01/06140000.xhp\" name=\"Tools - Customize\">Tools - Customize</link>"
+#. Y5X4
+#: ms_doctypes.xhp
+msgctxt ""
+"ms_doctypes.xhp\n"
+"tit\n"
+"help.text"
+msgid "Changing the Association of Microsoft Office Document Types"
msgstr ""
-#: change_title.xhp#tit.help.text
-msgid "Changing the Title of a Document"
+#. rD)S
+#: ms_doctypes.xhp
+msgctxt ""
+"ms_doctypes.xhp\n"
+"bm_id3143267\n"
+"help.text"
+msgid "<bookmark_value>Microsoft Office;reassigning document types</bookmark_value><bookmark_value>file associations for Microsoft Office</bookmark_value><bookmark_value>changing;file associations in Setup program</bookmark_value>"
msgstr ""
-#: change_title.xhp#bm_id3156324.help.text
-msgid "<bookmark_value>titles; changing</bookmark_value><bookmark_value>changing;document titles</bookmark_value><bookmark_value>documents; changing titles</bookmark_value>"
+#. 9#Hd
+#: ms_doctypes.xhp
+msgctxt ""
+"ms_doctypes.xhp\n"
+"hd_id3143267\n"
+"8\n"
+"help.text"
+msgid "<variable id=\"ms_doctypes\"><link href=\"text/shared/guide/ms_doctypes.xhp\" name=\"Changing the Association of Microsoft Office Document Types\">Changing the Association of Microsoft Office Document Types</link></variable>"
msgstr ""
-#: change_title.xhp#hd_id3156324.1.help.text
-msgid "<variable id=\"change_title\"><link href=\"text/shared/guide/change_title.xhp\" name=\"Changing the Title of a Document\">Changing the Title of a Document</link></variable>"
+#. n2*;
+#: ms_doctypes.xhp
+msgctxt ""
+"ms_doctypes.xhp\n"
+"par_id3152780\n"
+"1\n"
+"help.text"
+msgid "To change the association of Microsoft Office file name extensions to open the files either in $[officename] or in Microsoft Office, using Microsoft Windows:"
msgstr ""
-#: change_title.xhp#par_id3152801.3.help.text
-msgid "You can specify a title for your document. Some file manager utilities can display the titles next to the filenames of your documents."
+#. mwe_
+#: ms_doctypes.xhp
+msgctxt ""
+"ms_doctypes.xhp\n"
+"par_id0815200803314147\n"
+"help.text"
+msgid "In Windows Explorer, right-click a file of the type that you want to assign to another application."
msgstr ""
-#: change_title.xhp#hd_id3156136.4.help.text
-msgid "How to change the title of the current document"
+#. ]fLN
+#: ms_doctypes.xhp
+msgctxt ""
+"ms_doctypes.xhp\n"
+"par_id0815200803314268\n"
+"help.text"
+msgid "In the context menu, choose \"Open with...\""
msgstr ""
-#: change_title.xhp#par_id3153345.5.help.text
-msgid "Choose <emph>File - Properties</emph>. This opens the <emph>Properties of</emph> dialog."
+#. zhT:
+#: ms_doctypes.xhp
+msgctxt ""
+"ms_doctypes.xhp\n"
+"par_id0815200803314245\n"
+"help.text"
+msgid "In the list of applications, select the program that should open the current type of files. Make sure that \"Always use this program\" is selected."
msgstr ""
-#: change_title.xhp#par_id3156410.6.help.text
-msgid "Select the <emph>Description</emph> tab."
+#. T9wb
+#: ms_doctypes.xhp
+msgctxt ""
+"ms_doctypes.xhp\n"
+"par_id0815200803314243\n"
+"help.text"
+msgid "If these steps do not apply to your brand of Microsoft Windows, search your Microsoft Windows Help for instructions how to change the file associations."
msgstr ""
-#: change_title.xhp#par_id3147242.7.help.text
-msgid "Type the new title in the <emph>Title</emph> box and click <emph>OK</emph>."
+#. `n3C
+#: chart_legend.xhp
+msgctxt ""
+"chart_legend.xhp\n"
+"tit\n"
+"help.text"
+msgid "Editing Chart Legends"
msgstr ""
-#: change_title.xhp#par_id3163802.8.help.text
-msgid "<link href=\"text/shared/01/01100000.xhp\" name=\"Properties of\">Properties of</link>"
+#. vd+o
+#: chart_legend.xhp
+msgctxt ""
+"chart_legend.xhp\n"
+"bm_id3147291\n"
+"help.text"
+msgid "<bookmark_value>charts; editing legends</bookmark_value><bookmark_value>legends; charts</bookmark_value><bookmark_value>editing; chart legends</bookmark_value><bookmark_value>formatting; chart legends</bookmark_value>"
msgstr ""
-#: ms_doctypes.xhp#tit.help.text
-msgid "Changing the Association of Microsoft Office Document Types"
+#. !]%6
+#: chart_legend.xhp
+msgctxt ""
+"chart_legend.xhp\n"
+"hd_id3147291\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"chart_legend\"><link href=\"text/shared/guide/chart_legend.xhp\" name=\"Editing Chart Legends\">Editing Chart Legends</link></variable>"
msgstr ""
-#: ms_doctypes.xhp#bm_id3143267.help.text
-msgid "<bookmark_value>Microsoft Office;reassigning document types</bookmark_value><bookmark_value>file associations for Microsoft Office</bookmark_value><bookmark_value>changing;file associations in Setup program</bookmark_value>"
+#. #uz6
+#: chart_legend.xhp
+msgctxt ""
+"chart_legend.xhp\n"
+"par_id3147008\n"
+"2\n"
+"help.text"
+msgid "To edit a chart legend:"
msgstr ""
-#: ms_doctypes.xhp#hd_id3143267.8.help.text
-msgid "<variable id=\"ms_doctypes\"><link href=\"text/shared/guide/ms_doctypes.xhp\" name=\"Changing the Association of Microsoft Office Document Types\">Changing the Association of Microsoft Office Document Types</link></variable>"
+#. uGS|
+#: chart_legend.xhp
+msgctxt ""
+"chart_legend.xhp\n"
+"par_id3146957\n"
+"3\n"
+"help.text"
+msgid "Double-click on the chart."
msgstr ""
-#: ms_doctypes.xhp#par_id3152780.1.help.text
-msgid "To change the association of Microsoft Office file name extensions to open the files either in $[officename] or in Microsoft Office, using Microsoft Windows:"
+#. *T@I
+#: chart_legend.xhp
+msgctxt ""
+"chart_legend.xhp\n"
+"par_id3154824\n"
+"4\n"
+"help.text"
+msgid "A gray border appears around the chart and the menu bar now contains commands for editing the objects in the chart."
msgstr ""
-#: ms_doctypes.xhp#par_id0815200803314147.help.text
-msgid "In Windows Explorer, right-click a file of the type that you want to assign to another application."
+#. x2Cx
+#: chart_legend.xhp
+msgctxt ""
+"chart_legend.xhp\n"
+"par_id3153031\n"
+"5\n"
+"help.text"
+msgid "Choose <emph>Format - Legend</emph> or double-click on the legend. This opens the <emph>Legend</emph> dialog."
msgstr ""
-#: ms_doctypes.xhp#par_id0815200803314268.help.text
-msgid "In the context menu, choose \"Open with...\""
+#. 3V(]
+#: chart_legend.xhp
+msgctxt ""
+"chart_legend.xhp\n"
+"par_id3147210\n"
+"6\n"
+"help.text"
+msgid "Choose from the available tabs to make modifications, then click <emph>OK</emph>."
msgstr ""
-#: ms_doctypes.xhp#par_id0815200803314245.help.text
-msgid "In the list of applications, select the program that should open the current type of files. Make sure that \"Always use this program\" is selected."
+#. *iT{
+#: chart_legend.xhp
+msgctxt ""
+"chart_legend.xhp\n"
+"par_id3145674\n"
+"9\n"
+"help.text"
+msgid "To select the legend, first double-click on the chart (see step 1), then click on the legend. You can now move the legend within the chart using the mouse."
msgstr ""
-#: ms_doctypes.xhp#par_id0815200803314243.help.text
-msgid "If these steps do not apply to your brand of Microsoft Windows, search your Microsoft Windows Help for instructions how to change the file associations."
+#. dDSV
+#: chart_legend.xhp
+msgctxt ""
+"chart_legend.xhp\n"
+"par_id3154347\n"
+"11\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05010000.xhp\" name=\"Format - Object Properties\">Format - Object Properties</link>"
msgstr ""
-#: spadmin.xhp#tit.help.text
-msgid "Setting up Printer and Fax Under UNIX Based Platforms"
+#. k0{)
+#: linestyles.xhp
+msgctxt ""
+"linestyles.xhp\n"
+"tit\n"
+"help.text"
+msgid "Applying Line Styles"
msgstr ""
-#: spadmin.xhp#bm_id3154422.help.text
-msgid "<bookmark_value>spadmin</bookmark_value><bookmark_value>printers; adding, UNIX</bookmark_value><bookmark_value>default printer; UNIX</bookmark_value><bookmark_value>standard printer under UNIX</bookmark_value><bookmark_value>faxes; fax programs/fax printers under UNIX</bookmark_value><bookmark_value>printers; faxes under UNIX</bookmark_value><bookmark_value>PostScript; PDF converter, UNIX</bookmark_value><bookmark_value>converters; PostScript, UNIX</bookmark_value><bookmark_value>PDF; PostScript to PDF converter, UNIX</bookmark_value>"
+#. $D_C
+#: linestyles.xhp
+msgctxt ""
+"linestyles.xhp\n"
+"bm_id3153884\n"
+"help.text"
+msgid "<bookmark_value>separator lines; defining</bookmark_value><bookmark_value>reference lines</bookmark_value><bookmark_value>arrows; defining arrow lines</bookmark_value><bookmark_value>line styles; applying</bookmark_value>"
msgstr ""
-#: spadmin.xhp#hd_id3147834.1.help.text
-msgid "<variable id=\"spadmin\"><link href=\"text/shared/guide/spadmin.xhp\" name=\"Setting up Printer and Fax Under UNIX Based Platforms\">Setting up Printer and Fax Under UNIX Based Platforms</link></variable>"
+#. -_JT
+#: linestyles.xhp
+msgctxt ""
+"linestyles.xhp\n"
+"hd_id3153884\n"
+"3\n"
+"help.text"
+msgid "<variable id=\"linestyles\"><link href=\"text/shared/guide/linestyles.xhp\" name=\"Applying Line Styles Using the Toolbar\">Applying Line Styles Using the Toolbar</link></variable>"
msgstr ""
-#: spadmin.xhp#par_id3159876.help.text
-msgid "%PRODUCTNAME uses the installed fonts of your system. In a text document you can select from all printable fonts. In an HTML document or in Web layout, only fonts that are visible on screen are offered. In spreadsheets and drawings you can select from all installed fonts."
+#. b4IC
+#: linestyles.xhp
+msgctxt ""
+"linestyles.xhp\n"
+"par_id3150669\n"
+"5\n"
+"help.text"
+msgid "The <emph>Drawing Object Properties</emph> toolbar contains icons and combo boxes to define various line attributes."
msgstr ""
-#: spadmin.xhp#par_id3159233.2.help.text
-msgid "Under UNIX based platforms, the printer administration program <emph>spadmin</emph> is provided to help you set up printers and faxes for use with the $[officename] software."
+#. $?zb
+#: linestyles.xhp
+msgctxt ""
+"linestyles.xhp\n"
+"par_id3145068\n"
+"6\n"
+"help.text"
+msgid "Click the <emph>Line</emph> icon <image id=\"img_id3144510\" src=\"cmd/sc_formatline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144510\">Icon</alt></image> to open the <emph>Line</emph> dialog."
msgstr ""
-#: spadmin.xhp#par_id3156410.117.help.text
-msgid "Call the printer administration program <emph>spadmin</emph> as follows:"
+#. mc.r
+#: linestyles.xhp
+msgctxt ""
+"linestyles.xhp\n"
+"par_idN106D6\n"
+"help.text"
+msgid "Click the <emph>Arrow Styles</emph> icon <image id=\"img_id5858221\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id5858221\">Icon</alt></image> to select an arrow style for the right and left ends of a line."
msgstr ""
-#: spadmin.xhp#par_id3147242.11.help.text
-msgctxt "spadmin.xhp#par_id3147242.11.help.text"
-msgid "Change to the {install_path}/program directory."
+#. Areh
+#: linestyles.xhp
+msgctxt ""
+"linestyles.xhp\n"
+"par_id3150868\n"
+"7\n"
+"help.text"
+msgid "Select a style from the <emph>Line Style</emph> box and specify the width in the <emph>Line Width</emph> box. A width of 0 corresponds to 1 pixel."
msgstr ""
-#: spadmin.xhp#par_id3147209.12.help.text
-msgctxt "spadmin.xhp#par_id3147209.12.help.text"
-msgid "Enter: ./spadmin"
+#. a/Lc
+#: linestyles.xhp
+msgctxt ""
+"linestyles.xhp\n"
+"par_idN1070A\n"
+"help.text"
+msgid "Select the line and arrow color in the <emph>Line Color</emph> box."
msgstr ""
-#: spadmin.xhp#par_id3152349.14.help.text
-msgid "After it starts, the window of the printer administration program <emph>spadmin</emph> appears."
+#. 6We@
+#: textmode_change.xhp
+msgctxt ""
+"textmode_change.xhp\n"
+"tit\n"
+"help.text"
+msgid "Switching Between Insert Mode and Overwrite Mode"
msgstr ""
-#: spadmin.xhp#par_id3149580.10.help.text
-msgid "Following a server installation, the system administrator first logs on as with root privileges, and starts the printer administration program <emph>spadmin</emph>. The administrator then creates a general printer configuration file called {install_path}/share/psprint/psprint.conf for all users. All changes are immediately available to all users."
+#. n~0L
+#: textmode_change.xhp
+msgctxt ""
+"textmode_change.xhp\n"
+"bm_id3159233\n"
+"help.text"
+msgid "<bookmark_value>text; overwriting or inserting</bookmark_value><bookmark_value>overwrite mode</bookmark_value><bookmark_value>insert mode for entering text</bookmark_value>"
msgstr ""
-#: spadmin.xhp#hd_id3159177.121.help.text
-msgid "Setting up Printers"
+#. Y|lZ
+#: textmode_change.xhp
+msgctxt ""
+"textmode_change.xhp\n"
+"hd_id3159233\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"textmode_change\"><link href=\"text/shared/guide/textmode_change.xhp\" name=\"Switching Between Insert Mode and Overwrite Mode\">Switching Between Insert Mode and Overwrite Mode</link></variable>"
msgstr ""
-#: spadmin.xhp#par_id3159157.122.help.text
-msgid "Under UNIX based platforms, the $[officename] software only offers direct support for printers using the PostScript technology. Other printers must be set up as described in the section <emph>Printer Drivers in the $[officename] Software</emph>. The $[officename] software automatically provides a printer with the default driver for each system queue. You can add additional printers as needed."
+#. -W-i
+#: textmode_change.xhp
+msgctxt ""
+"textmode_change.xhp\n"
+"hd_id3149811\n"
+"2\n"
+"help.text"
+msgid "With the keyboard:"
msgstr ""
-#: spadmin.xhp#hd_id3148564.286.help.text
-msgid "Adding a Printer"
+#. Rr5n
+#: textmode_change.xhp
+msgctxt ""
+"textmode_change.xhp\n"
+"par_id3153031\n"
+"3\n"
+"help.text"
+msgid "Press Insert to toggle between overwrite mode and insert mode. The current mode is displayed on the Status Bar.<switchinline select=\"appl\"><caseinline select=\"CALC\"> The text cursor must be enabled in the cell or in the input line. </caseinline></switchinline>"
msgstr ""
-#: spadmin.xhp#par_id3147559.353.help.text
-msgctxt "spadmin.xhp#par_id3147559.353.help.text"
-msgid "Change to the {install_path}/program directory."
+#. ;:~P
+#: textmode_change.xhp
+msgctxt ""
+"textmode_change.xhp\n"
+"hd_id3152349\n"
+"4\n"
+"help.text"
+msgid "With the mouse:"
msgstr ""
-#: spadmin.xhp#par_id3152360.354.help.text
-msgctxt "spadmin.xhp#par_id3152360.354.help.text"
-msgid "Enter: ./spadmin"
+#. :U@F
+#: textmode_change.xhp
+msgctxt ""
+"textmode_change.xhp\n"
+"par_id3159157\n"
+"5\n"
+"help.text"
+msgid "On the Status Bar, click on the area indicating the current mode in order to switch to the other mode:"
msgstr ""
-#: spadmin.xhp#par_id3153360.287.help.text
-msgid "Click the <emph>New Printer</emph> button."
+#. nt9a
+#: textmode_change.xhp
+msgctxt ""
+"textmode_change.xhp\n"
+"par_id3145673\n"
+"6\n"
+"help.text"
+msgid "<emph>INSRT</emph>"
msgstr ""
-#: spadmin.xhp#par_id3151210.288.help.text
-msgid "Select the <emph>Create Printer</emph> option and click <emph>Next</emph>."
+#. 7P~2
+#: textmode_change.xhp
+msgctxt ""
+"textmode_change.xhp\n"
+"par_id3154307\n"
+"7\n"
+"help.text"
+msgid "Insert mode is enabled. <switchinline select=\"appl\"><caseinline select=\"WRITER\">The text cursor is a blinking vertical line. </caseinline></switchinline>Click on the area to enable the overwrite mode."
msgstr ""
-#: spadmin.xhp#par_id3153192.289.help.text
-msgid "Select the appropriate driver for your printer. If you are not using a PostScript printer or your model is not listed, use the <emph>Generic Printer</emph> driver or follow the steps below. You can also add new drivers using the <emph>Import</emph> button or delete unnecessary drivers using the <emph>Delete</emph> button. Click <emph>Next</emph>."
+#. |rFc
+#: textmode_change.xhp
+msgctxt ""
+"textmode_change.xhp\n"
+"par_id3150984\n"
+"8\n"
+"help.text"
+msgid "<emph>OVER</emph>"
msgstr ""
-#: spadmin.xhp#par_id3125863.290.help.text
-msgid "Choose a command line that you can use to print on your printer (for example, lp -d my_queue). Click <emph>Next</emph>."
+#. .jRi
+#: textmode_change.xhp
+msgctxt ""
+"textmode_change.xhp\n"
+"par_id3148491\n"
+"9\n"
+"help.text"
+msgid "The overwrite mode is enabled. <switchinline select=\"appl\"><caseinline select=\"WRITER\">The text cursor is a blinking block. </caseinline></switchinline>Click on the area to enable insert mode."
msgstr ""
-#: spadmin.xhp#par_id3150767.291.help.text
-msgid "Give the printer a name and determine whether it should become the default printer. Click <emph>Finish</emph>."
+#. DhFW
+#: textmode_change.xhp
+msgctxt ""
+"textmode_change.xhp\n"
+"par_id3154346\n"
+"10\n"
+"help.text"
+msgid "<link href=\"text/shared/04/01010000.xhp\" name=\"Keyboard commands\">Keyboard commands</link>"
msgstr ""
-#: spadmin.xhp#par_id3155429.292.help.text
-msgid "To print a test page, click on <emph>Test Page</emph>. If the test page fails to print or is incorrectly printed, check all settings as described in <emph>Changing Printer Settings</emph>."
+#. )_,X
+#: doc_autosave.xhp
+msgctxt ""
+"doc_autosave.xhp\n"
+"tit\n"
+"help.text"
+msgid "Saving Documents Automatically"
msgstr ""
-#: spadmin.xhp#hd_id3146147.294.help.text
-msgid "Printer Drivers in the $[officename] Software"
+#. ,~9P
+#: doc_autosave.xhp
+msgctxt ""
+"doc_autosave.xhp\n"
+"bm_id3152924\n"
+"help.text"
+msgid "<bookmark_value>documents; saving automatically</bookmark_value><bookmark_value>saving;documents, automatically</bookmark_value><bookmark_value>automatic saving</bookmark_value><bookmark_value>backups;automatic</bookmark_value><bookmark_value>files; saving automatically</bookmark_value><bookmark_value>text documents; saving automatically</bookmark_value><bookmark_value>spreadsheets; saving automatically</bookmark_value><bookmark_value>drawings; saving automatically</bookmark_value><bookmark_value>presentations; saving automatically</bookmark_value>"
msgstr ""
-#: spadmin.xhp#par_id3147428.124.help.text
-msgid "When installing a non-PostScript printer, you must set your system so that PostScript can be converted into the language of the printer. We recommend using current PostScript conversion software such as Ghostscript (http://www.cs.wisc.edu/~ghost/)."
+#. J8]g
+#: doc_autosave.xhp
+msgctxt ""
+"doc_autosave.xhp\n"
+"hd_id3155536\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"doc_autosave\"><link href=\"text/shared/guide/doc_autosave.xhp\" name=\"Saving Documents Automatically\">Saving Documents Automatically</link></variable>"
msgstr ""
-#: spadmin.xhp#par_id3154639.125.help.text
-msgid "You should set up the <emph>Generic Printer</emph> in that case. Also make sure that the page margins are set correctly."
+#. Z8g/
+#: doc_autosave.xhp
+msgctxt ""
+"doc_autosave.xhp\n"
+"hd_id3166410\n"
+"3\n"
+"help.text"
+msgid "To create a backup file every time you save a document"
msgstr ""
-#: spadmin.xhp#par_id3159153.127.help.text
-msgid "If you are using a printer using the PostScript technology, you should install a description file for the printer (PostScript Printer Definition - PPD) so that you can utilize the specific printer features like paper tray selection, duplex print function and all built-in fonts. You can also use the generic printer driver since it contains the most important data and is suitable for most printers. In that case, you will have to do without the paper tray selection and must correctly set the page margins."
+#. 7@YK
+#: doc_autosave.xhp
+msgctxt ""
+"doc_autosave.xhp\n"
+"par_id3152780\n"
+"4\n"
+"help.text"
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\">Load/Save - General</link></emph>."
msgstr ""
-#: spadmin.xhp#par_id3146976.128.help.text
-msgid "Some PPD files are installed as default files. If there is no matching PPD file for your printer, you will find various PPD files at http://www.adobe.com/products/printerdrivers/. You can also ask the manufacturer of your printer for PPD files. "
+#. ;#@m
+#: doc_autosave.xhp
+msgctxt ""
+"doc_autosave.xhp\n"
+"par_id3148474\n"
+"5\n"
+"help.text"
+msgid "Mark <emph>Always create backup copy</emph>."
msgstr ""
-#: spadmin.xhp#hd_id3147435.346.help.text
-msgid "Importing Drivers When Creating a New Printer"
+#. S?,D
+#: doc_autosave.xhp
+msgctxt ""
+"doc_autosave.xhp\n"
+"par_id3149797\n"
+"6\n"
+"help.text"
+msgid "If the <emph>Always create backup copy</emph> option is selected, the old version of the file is saved to the backup directory whenever you save the current version of the file."
msgstr ""
-#: spadmin.xhp#par_id3149484.129.help.text
-msgid "Click <emph>Import</emph> in the driver selection dialog."
+#. XOg3
+#: doc_autosave.xhp
+msgctxt ""
+"doc_autosave.xhp\n"
+"par_id3148685\n"
+"7\n"
+"help.text"
+msgid "You can change the backup directory by choosing <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Paths</emph>, then change the <emph>Backups</emph> path in the dialog."
msgstr ""
-#: spadmin.xhp#par_id3149260.347.help.text
-msgid "Click <emph>Browse</emph> to select the directory where you unpacked the PPD files. "
+#. -;-R
+#: doc_autosave.xhp
+msgctxt ""
+"doc_autosave.xhp\n"
+"par_id3149415\n"
+"8\n"
+"help.text"
+msgid "The backup copy has the same name as the document, but the extension is .BAK. If the backup folder already contains such a file, it will be overwritten without warning."
msgstr ""
-#: spadmin.xhp#par_id3147443.348.help.text
-msgid "In the <emph>Selection of drivers</emph> list box, select the printer driver you want to install."
+#. Bq~$
+#: doc_autosave.xhp
+msgctxt ""
+"doc_autosave.xhp\n"
+"hd_id3149514\n"
+"9\n"
+"help.text"
+msgid "To save recovery information automatically every n minutes"
msgstr ""
-#: spadmin.xhp#par_id3145364.349.help.text
-msgid "Click OK."
+#. T|Em
+#: doc_autosave.xhp
+msgctxt ""
+"doc_autosave.xhp\n"
+"par_id3148563\n"
+"10\n"
+"help.text"
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\">Load/Save - General</link></emph>."
msgstr ""
-#: spadmin.xhp#hd_id3152885.350.help.text
-msgid "Deleting Drivers When Creating a New Printer"
+#. czsm
+#: doc_autosave.xhp
+msgctxt ""
+"doc_autosave.xhp\n"
+"par_id3154760\n"
+"11\n"
+"help.text"
+msgid "Mark <emph>Save AutoRecovery information every</emph> and select the time interval."
msgstr ""
-#: spadmin.xhp#par_id3154729.130.help.text
-msgid "Select the printer driver."
+#. Q_JY
+#: doc_autosave.xhp
+msgctxt ""
+"doc_autosave.xhp\n"
+"par_id3153526\n"
+"13\n"
+"help.text"
+msgid "This command saves the information necessary to restore the current document in case of a crash. Additionally, in case of a crash %PRODUCTNAME tries automatically to save AutoRecovery information for all open documents, if possible."
msgstr ""
-#: spadmin.xhp#par_id3155417.351.help.text
+#. ApIh
+#: doc_autosave.xhp
#, fuzzy
-msgid "Click <emph>Delete</emph>."
-msgstr "დააწკაპუნეთ <emph>ძიება</emph>."
-
-#: spadmin.xhp#par_id3149909.352.help.text
-msgid "Be sure that you do not delete the generic printer driver, and remember that drivers deleted from server installations are no longer available to other users who are using the same server installation."
-msgstr ""
+msgctxt ""
+"doc_autosave.xhp\n"
+"par_id3148672\n"
+"15\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">Save As</link>"
+msgstr "<link href=\"text/scalc/01/04050000.xhp\" name=\"ფურცელი\">ფურცელი</link>"
-#: spadmin.xhp#par_id3148456.131.help.text
-msgid "If the printer has more fonts built in than the usual PostScript fonts, you must also load the AFM files for these additional fonts. Copy the AFM files into the {install_path}/share/psprint/fontmetric directory or into the {install_path}/user/psprint/fontmetric directory. You can find AFM files, for example, at ftp://ftp.adobe.com/pub/adobe/type/win/all/afmfiles/."
+#. C.\$
+#: doc_autosave.xhp
+msgctxt ""
+"doc_autosave.xhp\n"
+"par_id3159150\n"
+"16\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\">Load/Save - General</link>"
msgstr ""
-#: spadmin.xhp#hd_id3148388.296.help.text
-msgid "Changing Printer Settings"
+#. D7S+
+#: doc_autosave.xhp
+msgctxt ""
+"doc_autosave.xhp\n"
+"par_idN10838\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/error_report.xhp\">Error Report Tool</link>"
msgstr ""
-#: spadmin.xhp#par_id3156284.22.help.text
-msgid "In the printer administration program <emph>spadmin</emph>, select the printer from the <emph>Installed printers</emph> list box and click <emph>Properties</emph>. The <emph>Properties</emph> dialog appears containing several tab pages. This is where you can make settings that are used according to the PPD file of the selected printer."
+#. |J8!
+#: active_help_on_off.xhp
+msgctxt ""
+"active_help_on_off.xhp\n"
+"tit\n"
+"help.text"
+msgid "Turning Extended Tips On and Off"
msgstr ""
-#: spadmin.xhp#par_id3148833.297.help.text
-msgid "Select the command on the <emph>Command</emph> tab page. You can remove superfluous commands using the <emph>Remove</emph> button."
+#. z}+c
+#: active_help_on_off.xhp
+msgctxt ""
+"active_help_on_off.xhp\n"
+"bm_id3156414\n"
+"help.text"
+msgid "<bookmark_value>Help; extended tips on/off</bookmark_value><bookmark_value>extended tips in Help</bookmark_value><bookmark_value>tips;extended tips in Help</bookmark_value><bookmark_value>tooltips;extended tips</bookmark_value><bookmark_value>activating;extended help tips</bookmark_value>"
msgstr ""
-#: spadmin.xhp#par_id3154270.138.help.text
-msgid "On the <emph>Paper</emph> tab page, you can define the paper format and paper tray to be used as the default settings for this printer."
+#. jega
+#: active_help_on_off.xhp
+msgctxt ""
+"active_help_on_off.xhp\n"
+"hd_id3156414\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"active_help_on_off\"><link href=\"text/shared/guide/active_help_on_off.xhp\" name=\"Turning Extended Tips On and Off\">Turning Extended Tips On and Off</link></variable>"
msgstr ""
-#: spadmin.xhp#par_id3145649.265.help.text
-msgid "On the <emph>Device</emph> tab page, you can activate the special options for your printer. If your printer can only print in black and white, choose \"grayscale\" under <emph>Color</emph>, otherwise choose \"color\". If switching to grayscale leads to unfavorable results, you can also select \"color\" under <emph>Color</emph> and see how the printer or PostScript emulator applies it. Furthermore, on this tab page you can set the precision with which colors are described as well as the PostScript level."
+#. X-Fn
+#: active_help_on_off.xhp
+msgctxt ""
+"active_help_on_off.xhp\n"
+"par_id3157958\n"
+"2\n"
+"help.text"
+msgid "<emph>Extended tips</emph> provide a brief description of the function of a particular icon, text box or menu command when you rest your cursor on that item."
msgstr ""
-#: spadmin.xhp#par_id3150752.284.help.text
-msgid "The <emph>Font Replacement</emph> tab page allows you to select a printer font type available in the printer for each font type installed on your computer. This way you can reduce the data volume sent to the printer. Font replacement can be turned on or off for each printer individually."
+#. [ym8
+#: active_help_on_off.xhp
+msgctxt ""
+"active_help_on_off.xhp\n"
+"hd_id3155339\n"
+"3\n"
+"help.text"
+msgid "To turn Extended Tips on and off:"
msgstr ""
-#: spadmin.xhp#par_id3153924.266.help.text
-msgid "You should also set the page margins correctly on the <emph>Additional settings</emph> tab when using the generic printer driver so that your printout is not cropped. You can also enter a description in the Comments field, which will also be displayed on the <emph>Print</emph> dialog."
+#. }{ji
+#: active_help_on_off.xhp
+msgctxt ""
+"active_help_on_off.xhp\n"
+"par_id3154823\n"
+"4\n"
+"help.text"
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - General</emph>, and check <emph>Extended tips</emph>."
msgstr ""
-#: spadmin.xhp#par_id3155443.267.help.text
-msgid "Some of these settings can also be set for the current printout in the <emph>Print</emph> dialog or the <emph>Printer Settings</emph> dialog in the $[officename] software with the <emph>Properties</emph> button."
+#. #B*}
+#: active_help_on_off.xhp
+msgctxt ""
+"active_help_on_off.xhp\n"
+"par_id3149398\n"
+"5\n"
+"help.text"
+msgid "A check mark indicates that the extended tips are activated."
msgstr ""
-#: spadmin.xhp#hd_id3150042.132.help.text
-msgid "Renaming or Deleting Printers"
+#. F`])
+#: active_help_on_off.xhp
+msgctxt ""
+"active_help_on_off.xhp\n"
+"hd_id3149811\n"
+"6\n"
+"help.text"
+msgid "To turn Extended Tips on temporarily:"
msgstr ""
-#: spadmin.xhp#par_id3147338.134.help.text
-msgid "Select a printer from the <emph>Installed printers</emph> list box."
+#. Na:s
+#: active_help_on_off.xhp
+msgctxt ""
+"active_help_on_off.xhp\n"
+"par_id3153541\n"
+"7\n"
+"help.text"
+msgid "Press the shortcut keys Shift+F1 to activate extended tips once."
msgstr ""
-#: spadmin.xhp#par_id3149258.136.help.text
-msgid "To rename the selected printer, click <emph>Rename</emph>. Enter an appropriate name in the dialog that appears and click OK. The name must be unique and should be chosen so that you can recognize the printer and the application. Printer names must be assigned the same for all users because, when documents are exchanged, the selected printer remains unchanged if the recipient has it under the same name."
+#. ej?O
+#: active_help_on_off.xhp
+msgctxt ""
+"active_help_on_off.xhp\n"
+"par_id3153825\n"
+"8\n"
+"help.text"
+msgid "A question mark appears beside the mouse pointer. You can move this <emph>Help Mouse Pointer</emph> over all controls, icons and menu commands to obtain a description of the command. The <emph>Help Mouse Pointer</emph> is disabled the next time you click the mouse."
msgstr ""
-#: spadmin.xhp#par_id3153963.137.help.text
-msgid "To delete the selected printer, click <emph>Remove</emph>. The default printer or a printer that has been created by the system administrator in a server installation cannot be removed using this dialog."
+#. ^ut[
+#: fax.xhp
+msgctxt ""
+"fax.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sending Faxes and Configuring $[officename] for Faxing"
msgstr ""
-#: spadmin.xhp#hd_id3147346.140.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">Selecting a Default Printer </caseinline></switchinline>"
+#. }%Z.
+#: fax.xhp
+msgctxt ""
+"fax.xhp\n"
+"bm_id3156426\n"
+"help.text"
+msgid "<bookmark_value>faxes; sending</bookmark_value><bookmark_value>faxes;configuring $[officename]</bookmark_value><bookmark_value>sending; documents as faxes </bookmark_value><bookmark_value>configuring;fax icon</bookmark_value>"
msgstr ""
-#: spadmin.xhp#par_id3145769.31.help.text
-msgid "To make the printer selected from the <emph>Installed printers</emph> list box the default printer, double-click its name or click the <emph>Default</emph> button."
+#. M7FF
+#: fax.xhp
+msgctxt ""
+"fax.xhp\n"
+"hd_id3156426\n"
+"5\n"
+"help.text"
+msgid "<variable id=\"fax\"><link href=\"text/shared/guide/fax.xhp\" name=\"Sending Faxes and Configuring $[officename] for Faxing\">Sending Faxes and Configuring $[officename] for Faxing</link></variable>"
msgstr ""
-#: spadmin.xhp#hd_id3154204.141.help.text
-msgid "Using Fax Functionality"
+#. 8@ob
+#: fax.xhp
+msgctxt ""
+"fax.xhp\n"
+"par_id3156410\n"
+"3\n"
+"help.text"
+msgid "To send a fax directly from $[officename], you need a fax modem and a fax driver that allows applications to communicate with the fax modem."
msgstr ""
-#: spadmin.xhp#par_id3148463.52.help.text
-msgid "If you have installed a fax package such as Efax or HylaFax on your computer, you can send faxes with the $[officename] software."
+#. K|fO
+#: fax.xhp
+msgctxt ""
+"fax.xhp\n"
+"hd_id3166410\n"
+"6\n"
+"help.text"
+msgid "Sending a Fax Through the Print Dialog"
msgstr ""
-#: spadmin.xhp#par_id3154575.355.help.text
-msgctxt "spadmin.xhp#par_id3154575.355.help.text"
-msgid "Change to the {install_path}/program directory."
+#. lGXg
+#: fax.xhp
+msgctxt ""
+"fax.xhp\n"
+"par_id3152996\n"
+"7\n"
+"help.text"
+msgid "Open the <emph>Print</emph> dialog by choosing <emph>File - Print</emph> and select the fax driver in the <emph>Name</emph> list box."
msgstr ""
-#: spadmin.xhp#par_id3151277.356.help.text
-msgctxt "spadmin.xhp#par_id3151277.356.help.text"
-msgid "Enter: ./spadmin"
+#. xb0/
+#: fax.xhp
+msgctxt ""
+"fax.xhp\n"
+"par_id3155135\n"
+"8\n"
+"help.text"
+msgid "Clicking <emph>OK</emph> opens the dialog for your fax driver, where you can select the fax recipient."
msgstr ""
-#: spadmin.xhp#par_id3146808.298.help.text
-msgid "Click <emph>New Printer</emph>. This opens the <emph>Add Printer</emph> dialog."
+#. aa50
+#: fax.xhp
+msgctxt ""
+"fax.xhp\n"
+"hd_id3153825\n"
+"9\n"
+"help.text"
+msgid "Configuring $[officename] a Fax Icon"
msgstr ""
-#: spadmin.xhp#par_id3151070.299.help.text
-msgid "Select <emph>Connect a fax device</emph>. Click <emph>Next</emph>."
+#. 81._
+#: fax.xhp
+msgctxt ""
+"fax.xhp\n"
+"par_id3153822\n"
+"10\n"
+"help.text"
+msgid "You can configure $[officename] so that a single click on an icon automatically sends the current document as a fax:"
msgstr ""
-#: spadmin.xhp#par_id3150787.300.help.text
-msgid "Choose whether to use the default driver or another printer driver. If you are not using the default driver, select the appropriate driver. Click <emph>Next</emph>."
+#. rsrH
+#: fax.xhp
+msgctxt ""
+"fax.xhp\n"
+"par_id3145315\n"
+"11\n"
+"help.text"
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01040400.xhp\" name=\"Writer - Print\">%PRODUCTNAME Writer - Print</link></emph>."
msgstr ""
-#: spadmin.xhp#par_id3155111.301.help.text
-msgid "Enter a command line with which to communicate with the fax in the following dialog. In the command line of each fax sent \"(TMP)\" is replaced by a temporary file and \"(PHONE)\" by the telephone number of the recipient fax machine. If \"(TMP)\" occurs in the command line, the PostScript code is transmitted in a file, otherwise as standard input through a pipe. Click <emph>Next</emph>."
+#. ZMjT
+#: fax.xhp
+msgctxt ""
+"fax.xhp\n"
+"par_id3150985\n"
+"12\n"
+"help.text"
+msgid "Select the fax driver from the <emph>Fax</emph> list box and click <emph>OK</emph>."
msgstr ""
-#: spadmin.xhp#par_id3146135.302.help.text
-msgid "Assign a name to your new fax printer and determine whether the telephone numbers (see below) marked in the text should be removed from the printout, or not. Click <emph>Finish</emph>."
+#. XrxD
+#: fax.xhp
+msgctxt ""
+"fax.xhp\n"
+"par_idN106EB\n"
+"help.text"
+msgid "Click the arrow icon at the end of the <emph>Standard</emph> bar. In the drop-down menu, choose <emph>Customize</emph>."
msgstr ""
-#: spadmin.xhp#par_id3147506.303.help.text
-msgid "You can now send faxes by printing to the printer that has just been created."
+#. _Dl2
+#: fax.xhp
+msgctxt ""
+"fax.xhp\n"
+"par_idN106F6\n"
+"help.text"
+msgid "The <emph>Toolbar</emph>s tab page of the <emph>Customize</emph> dialog appears."
msgstr ""
-#: spadmin.xhp#par_id3148419.83.help.text
-msgid "Enter the fax number as text in the document. You can also enter a field that takes the fax number from your active database. In any case, the fax number must start with the characters @@# and end with @@. A valid entry would have the form @@#1234567@@."
+#. Q(F=
+#: fax.xhp
+msgctxt ""
+"fax.xhp\n"
+"par_idN106FA\n"
+"help.text"
+msgid "Click <emph>Add Commands</emph>."
msgstr ""
-#: spadmin.xhp#par_id3150826.304.help.text
-msgid "If these characters including the telephone number are not printed, activate the <emph>Fax number is removed from the printout</emph> option under <emph>Properties</emph> on the <emph>Command</emph> tab page. If no telephone number is entered in the document, a dialog prompting you for it will appear after the printout."
+#. M^7[
+#: fax.xhp
+msgctxt ""
+"fax.xhp\n"
+"par_idN10702\n"
+"help.text"
+msgid "Select the \"Documents\" category, then select the \"Send Default Fax\" command."
msgstr ""
-#: spadmin.xhp#par_id3154196.305.help.text
-msgid "In $[officename] you can also activate an icon for sending faxes to a default fax. To do this, choose <emph>Tools - Customize - Toolbars</emph>, click <emph>Add Commands</emph> and add from \"Documents\" the <emph>Send Default Fax</emph> icon. You can set which fax is used when this button is pressed under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Print</emph>."
+#. 9Vi$
+#: fax.xhp
+msgctxt ""
+"fax.xhp\n"
+"par_idN10706\n"
+"help.text"
+msgid "Click <emph>Add</emph> and then <emph>Close</emph>."
msgstr ""
-#: spadmin.xhp#par_id3150517.84.help.text
-msgid "Remember to create one separate print job for each fax, otherwise, the first recipient will receive all the faxes. In the <emph>Tools - Mail Merge</emph> dialog select the <emph>Printer</emph> option and then select the <emph>Single print jobs</emph> check box."
+#. @q6G
+#: fax.xhp
+msgctxt ""
+"fax.xhp\n"
+"par_idN10712\n"
+"help.text"
+msgid "On the <emph>Toolbars</emph> tab page, click the down arrow button to position the new icon where you want it. Click <emph>OK</emph>."
msgstr ""
-#: spadmin.xhp#hd_id3146929.306.help.text
-msgid "Connecting a PostScript to PDF Converter"
+#. CTUt
+#: fax.xhp
+msgctxt ""
+"fax.xhp\n"
+"par_idN10715\n"
+"help.text"
+msgid "Your <emph>Standard</emph> bar now has a new icon to send the current document as a fax."
msgstr ""
-#: spadmin.xhp#par_id3154989.307.help.text
-msgid "If a PostScript to PDF converter such as Ghostscript or Adobe Acrobat Distiller is installed on your computer, you can quickly create PDF documents in the $[officename] software."
+#. X#RA
+#: dragdrop.xhp
+msgctxt ""
+"dragdrop.xhp\n"
+"tit\n"
+"help.text"
+msgid "Dragging and Dropping Within a $[officename] Document"
msgstr ""
-#: spadmin.xhp#par_id3150524.308.help.text
-msgid "In spadmin, click <emph>New Printer</emph>. This opens the <emph>Add Printer</emph> dialog."
+#. #3j?
+#: dragdrop.xhp
+msgctxt ""
+"dragdrop.xhp\n"
+"bm_id3154927\n"
+"help.text"
+msgid "<bookmark_value>drag and drop;overview</bookmark_value><bookmark_value>mouse; pointers when using drag and drop</bookmark_value><bookmark_value>links;by drag and drop</bookmark_value><bookmark_value>copying;by drag and drop</bookmark_value>"
msgstr ""
-#: spadmin.xhp#par_id3145268.309.help.text
-msgid "Select <emph>Connect a PDF converter</emph>. Click <emph>Next</emph>."
+#. X|1c
+#: dragdrop.xhp
+msgctxt ""
+"dragdrop.xhp\n"
+"hd_id3147571\n"
+"11\n"
+"help.text"
+msgid "<variable id=\"dragdrop\"><link href=\"text/shared/guide/dragdrop.xhp\" name=\"Dragging and Dropping Within a $[officename] Document\">Dragging and Dropping Within a $[officename] Document</link></variable>"
msgstr ""
-#: spadmin.xhp#par_id3156445.310.help.text
-msgid "Choose whether to use the default driver, the Acrobat Distiller driver or another driver. The driver \"Generic Printer (T42 enabled)\" prefers the type 42 fonts over type 3 fonts; this driver is a good choice for output to a software PostScript interpreter. Click <emph>Next</emph>."
+#. YjMO
+#: dragdrop.xhp
+msgctxt ""
+"dragdrop.xhp\n"
+"par_id3147008\n"
+"3\n"
+"help.text"
+msgid "There are many options for moving or copying objects using drag-and-drop. Text sections, drawing objects, graphics, form controls, hyperlinks, cell ranges, and many more can be moved or copied with the mouse."
msgstr ""
-#: spadmin.xhp#par_id3155128.311.help.text
-msgid "In the next dialog, enter a command line for the PostScript->PDF Converter. Enter the directory where the PDF files should be saved. If you do not provide a directory, the user's home directory will be used. In the command line \"(TMP)\" is replaced by a temporary file and \"(OUTFILE)\" by the target file, the name of which is created from the document name. If \"(TMP)\" occurs in the command line, the Postscript code is forwarded in a file, otherwise as standard input through a pipe. If Ghostscript or Adobe Acrobat Distiller is in the search path, you can use one of the predefined command lines. Click <emph>Next</emph>."
+#. ff%r
+#: dragdrop.xhp
+msgctxt ""
+"dragdrop.xhp\n"
+"par_id3155892\n"
+"12\n"
+"help.text"
+msgid "Note that the mouse pointer displays a plus sign when copying and an arrow when creating a link or hyperlink."
msgstr ""
-#: spadmin.xhp#par_id3152889.312.help.text
-msgid "Assign a name to your new PDF converter. Click <emph>Finish</emph>."
+#. dAS(
+#: dragdrop.xhp
+msgctxt ""
+"dragdrop.xhp\n"
+"par_id3146798\n"
+"5\n"
+"help.text"
+msgid "Mouse Pointer"
msgstr ""
-#: spadmin.xhp#par_id3153064.313.help.text
-msgid "You can now create PDF documents by printing to the converter that has just been created."
-msgstr ""
+#. iZcZ
+#: dragdrop.xhp
+msgctxt ""
+"dragdrop.xhp\n"
+"par_id3147618\n"
+"6\n"
+"help.text"
+msgid "Description"
+msgstr "აღწერა"
-#: pageformat_max.xhp#tit.help.text
-msgid "Selecting the Maximum Printable Area on a Page"
+#. d7EL
+#: dragdrop.xhp
+msgctxt ""
+"dragdrop.xhp\n"
+"par_id3159177\n"
+"help.text"
+msgid "<image id=\"img_id3147573\" src=\"res/helpimg/movedata.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3147573\">Mouse pointer moving data</alt></image>"
msgstr ""
-#: pageformat_max.xhp#bm_id3149180.help.text
-msgid "<bookmark_value>page formats; maximizing</bookmark_value><bookmark_value>formats; maximizing page formats</bookmark_value><bookmark_value>printers; maximum page formats</bookmark_value>"
+#. n0]q
+#: dragdrop.xhp
+msgctxt ""
+"dragdrop.xhp\n"
+"par_id3154898\n"
+"7\n"
+"help.text"
+msgid "Moving"
msgstr ""
-#: pageformat_max.xhp#hd_id3149180.35.help.text
-msgid "<variable id=\"pageformat_max\"><link href=\"text/shared/guide/pageformat_max.xhp\" name=\"Selecting the Maximum Printable Area on a Page\">Selecting the Maximum Printable Area on a Page</link></variable>"
+#. 1X`%
+#: dragdrop.xhp
+msgctxt ""
+"dragdrop.xhp\n"
+"par_id3154306\n"
+"help.text"
+msgid "<image id=\"img_id3149233\" src=\"res/helpimg/copydata.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3149233\">Mouse pointer copying data</alt></image>"
msgstr ""
-#: pageformat_max.xhp#par_id3156426.36.help.text
-msgid "Not all printers can print a paper up to its edges. Most of them leave an unprinted margin."
+#. QhAq
+#: dragdrop.xhp
+msgctxt ""
+"dragdrop.xhp\n"
+"par_id3153627\n"
+"8\n"
+"help.text"
+msgid "Copying"
msgstr ""
-#: pageformat_max.xhp#par_id3149182.37.help.text
-msgid "$[officename] offers a semi-automatic feature that enables you to print as close to the paper's edge as is possible."
+#. 1+IP
+#: dragdrop.xhp
+msgctxt ""
+"dragdrop.xhp\n"
+"par_id3153896\n"
+"help.text"
+msgid "<image id=\"img_id3159413\" src=\"res/helpimg/linkdata.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3159413\">Mouse pointer inserting link</alt></image>"
msgstr ""
-#: pageformat_max.xhp#par_id3159233.38.help.text
-msgid "Make sure that your printer has been setup under <emph>File - Printer Settings</emph>."
+#. VZJ`
+#: dragdrop.xhp
+msgctxt ""
+"dragdrop.xhp\n"
+"par_id3154938\n"
+"9\n"
+"help.text"
+msgid "Creating a link"
msgstr ""
-#: pageformat_max.xhp#par_id3156114.39.help.text
-msgid "Make sure that the <emph>Web Layout</emph> in the <emph>View</emph> menu is not selected."
+#. 8/?J
+#: dragdrop.xhp
+msgctxt ""
+"dragdrop.xhp\n"
+"par_id3154366\n"
+"13\n"
+"help.text"
+msgid "If you press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> or Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while releasing the mouse button, you can control whether the object is copied, moved, or a link is created."
msgstr ""
-#: pageformat_max.xhp#par_id3147653.40.help.text
-msgid "Select the <emph>Format - Page</emph> command, and go to the <emph>Page</emph> tab."
+#. DgGz
+#: dragdrop.xhp
+msgctxt ""
+"dragdrop.xhp\n"
+"par_id3148672\n"
+"help.text"
+msgid "<image id=\"img_id3158407\" src=\"sw/imglst/sc20238.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3158407\">Icon</alt></image>"
msgstr ""
-#: pageformat_max.xhp#par_id3147335.41.help.text
-msgid "Under <emph>Margins</emph> you can define the maximum or minimum possible value for the page margins (left, right, top, and bottom). Click into the respective control, then press the Page Up or Page Down key. The preview displays a dashed line around the printable range."
+#. vG0P
+#: dragdrop.xhp
+msgctxt ""
+"dragdrop.xhp\n"
+"par_id3156422\n"
+"14\n"
+"help.text"
+msgid "If you drag objects out of the <link href=\"text/shared/guide/navigator.xhp\" name=\"Navigator\"><emph>Navigator</emph></link>, you can specify in the submenu of the Navigator's <emph>Drag Mode</emph> icon whether to copy the object, insert it as a link or insert it as a hyperlink."
msgstr ""
-#: pageformat_max.xhp#par_id3145120.42.help.text
-msgctxt "pageformat_max.xhp#par_id3145120.42.help.text"
-msgid "Click <emph>OK</emph> to close the dialog."
+#. `mpt
+#: dragdrop.xhp
+msgctxt ""
+"dragdrop.xhp\n"
+"par_id3153144\n"
+"4\n"
+"help.text"
+msgid "You can cancel a drag-and-drop operation in $[officename] at any time by pressing the Esc key before releasing the mouse button."
msgstr ""
-#: pageformat_max.xhp#par_id3155388.43.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/01130000.xhp\" name=\"Printing\">Printing</link>"
-msgstr "<link href=\"text/scalc/01/04050000.xhp\" name=\"ფურცელი\">ფურცელი</link>"
-
-#: background.xhp#tit.help.text
-msgid "Defining Background Colors or Background Graphics"
+#. nGEq
+#: data_new.xhp
+msgctxt ""
+"data_new.xhp\n"
+"tit\n"
+"help.text"
+msgid "Creating a New Database"
msgstr ""
-#: background.xhp#bm_id3149346.help.text
-msgid "<bookmark_value>backgrounds; defining colors/pictures</bookmark_value><bookmark_value>colors; backgrounds</bookmark_value><bookmark_value>pictures; backgrounds</bookmark_value><bookmark_value>pages; backgrounds in all applications</bookmark_value><bookmark_value>watermarks</bookmark_value><bookmark_value>text, see also text documents, paragraphs and characters</bookmark_value>"
+#. -Wll
+#: data_new.xhp
+msgctxt ""
+"data_new.xhp\n"
+"bm_id6911526\n"
+"help.text"
+msgid "<bookmark_value>databases;creating</bookmark_value><bookmark_value>new databases</bookmark_value>"
msgstr ""
-#: background.xhp#hd_id3149346.1.help.text
-msgid "<variable id=\"background\"><link href=\"text/shared/guide/background.xhp\" name=\"Defining Graphics or Colors in the Background of Pages (Watermark)\">Defining Graphics or Colors in the Background of Pages (Watermark)</link> </variable>"
+#. HsvV
+#: data_new.xhp
+msgctxt ""
+"data_new.xhp\n"
+"par_idN105A3\n"
+"help.text"
+msgid "<variable id=\"data_new\"><link href=\"text/shared/guide/data_new.xhp\">Creating a New Database</link></variable>"
msgstr ""
-#: background.xhp#par_id3153878.25.help.text
-msgid "Choose <emph>Format - Page</emph>."
+#. 8xOm
+#: data_new.xhp
+msgctxt ""
+"data_new.xhp\n"
+"par_idN105C4\n"
+"help.text"
+msgid "Choose <emph>File - New - Database</emph>."
msgstr ""
-#: background.xhp#par_id3149581.26.help.text
-msgid "On the <emph>Background</emph> tab page, select a background color or a background graphic."
+#. Rf?T
+#: data_new.xhp
+msgctxt ""
+"data_new.xhp\n"
+"par_idN105CB\n"
+"help.text"
+msgid "This opens the <link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>, where you create a new database file."
msgstr ""
-#: background.xhp#par_id3154097.27.help.text
-msgid "In spreadsheets this background appears only in the print behind the cells not formatted elsewhere."
+#. *Ps)
+#: data_new.xhp
+msgctxt ""
+"data_new.xhp\n"
+"par_idN105DD\n"
+"help.text"
+msgid "In the Database Wizard, select the type of database, and select the option to open the Table Wizard as the next wizard."
msgstr ""
-#: background.xhp#par_id3156180.30.help.text
-msgid "<link href=\"text/shared/01/05030600.xhp\" name=\"Background tab page\"><emph>Background</emph> tab page</link>"
+#. Z{:L
+#: data_new.xhp
+msgctxt ""
+"data_new.xhp\n"
+"par_idN105E0\n"
+"help.text"
+msgid "The <link href=\"text/shared/explorer/database/tablewizard00.xhp\">Table Wizard</link> helps you to add a table to the new database file."
msgstr ""
-#: background.xhp#par_id2711569.help.text
-msgid "<link href=\"text/swriter/guide/background.xhp\">Backgrounds in Text</link>"
+#. yp!O
+#: data_new.xhp
+msgctxt ""
+"data_new.xhp\n"
+"par_idN105FC\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/explorer/database/main.xhp#base\"/>"
msgstr ""
-#: background.xhp#par_id8591570.help.text
-msgid "<link href=\"text/scalc/guide/background.xhp\">Backgrounds in Spreadsheets</link>"
+#. TebA
+#: data_new.xhp
+msgctxt ""
+"data_new.xhp\n"
+"par_idN10604\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/guide/database_main.xhp#database_main\"/>"
msgstr ""
-#: redlining_versions.xhp#tit.help.text
-msgid "Version Management"
+#. 6Eo/
+#: gallery_insert.xhp
+msgctxt ""
+"gallery_insert.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting Objects From the Gallery"
msgstr ""
-#: redlining_versions.xhp#bm_id3154230.help.text
-msgid "<bookmark_value>versions; of a document</bookmark_value><bookmark_value>documents; version management</bookmark_value><bookmark_value>version management</bookmark_value>"
+#. N^9]
+#: gallery_insert.xhp
+msgctxt ""
+"gallery_insert.xhp\n"
+"bm_id3145136\n"
+"help.text"
+msgid "<bookmark_value>Gallery; inserting pictures from</bookmark_value><bookmark_value>pictures; inserting from Gallery</bookmark_value><bookmark_value>objects; inserting from Gallery</bookmark_value><bookmark_value>patterns for objects</bookmark_value><bookmark_value>textures;inserting from Gallery</bookmark_value><bookmark_value>backgrounds;inserting from Gallery</bookmark_value><bookmark_value>inserting;objects from Gallery</bookmark_value><bookmark_value>copying;from Gallery</bookmark_value>"
msgstr ""
-#: redlining_versions.xhp#hd_id3154230.43.help.text
-msgid "<variable id=\"redlining_versions\"><link href=\"text/shared/guide/redlining_versions.xhp\" name=\"Version Management\">Version Management</link></variable>"
+#. x8^]
+#: gallery_insert.xhp
+msgctxt ""
+"gallery_insert.xhp\n"
+"hd_id3145136\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"gallery_insert\"><link href=\"text/shared/guide/gallery_insert.xhp\" name=\"Inserting Objects From the Gallery\">Inserting Objects From the Gallery</link> </variable>"
msgstr ""
-#: redlining_versions.xhp#par_id3153394.40.help.text
-msgid "The <emph>File</emph> menu contains a <link href=\"text/shared/01/01190000.xhp\" name=\"Versions\"><emph>Versions</emph></link> command that enables you to save multiple versions of a document in the same file."
+#. c^f8
+#: gallery_insert.xhp
+msgctxt ""
+"gallery_insert.xhp\n"
+"par_id3145345\n"
+"2\n"
+"help.text"
+msgid "You can insert an object in a document either as a <emph>copy</emph> or as a <emph>link</emph>. A copy of an object is independent of the original object. Changes to the original object have no effect on the copy. A link remains dependent on the original object. Changes to the original object are also reflected in the link."
msgstr ""
-#: redlining_versions.xhp#par_id3149399.44.help.text
-msgid "You can choose to view individual versions of a document, or you can display the differences between versions with color markings."
+#. d(hu
+#: gallery_insert.xhp
+msgctxt ""
+"gallery_insert.xhp\n"
+"hd_id3145313\n"
+"3\n"
+"help.text"
+msgid "Inserting an object as a copy"
msgstr ""
-#: redlining_versions.xhp#par_id3149811.45.help.text
-msgid "In the dialog to open a document, you can select from a combo box which version of this document you want to open."
+#. rT*V
+#: gallery_insert.xhp
+msgctxt ""
+"gallery_insert.xhp\n"
+"par_id3145382\n"
+"4\n"
+"help.text"
+msgid "Open the Gallery by clicking the <emph>Gallery</emph> icon on the <emph>Standard</emph> bar, or by selecting <emph>Tools - Gallery</emph>."
msgstr ""
-#: data_tables.xhp#tit.help.text
-msgid "Working with Tables"
+#. IRAQ
+#: gallery_insert.xhp
+msgctxt ""
+"gallery_insert.xhp\n"
+"par_id3154306\n"
+"5\n"
+"help.text"
+msgid "Select a theme."
msgstr ""
-#: data_tables.xhp#bm_id1983703.help.text
-msgid "<bookmark_value>tables in databases;creating</bookmark_value><bookmark_value>databases;creating tables</bookmark_value><bookmark_value>table views of databases</bookmark_value>"
+#. K+#T
+#: gallery_insert.xhp
+msgctxt ""
+"gallery_insert.xhp\n"
+"par_id3154516\n"
+"6\n"
+"help.text"
+msgid "Select an object using a single click."
msgstr ""
-#: data_tables.xhp#par_idN105F9.help.text
-msgid "<variable id=\"data_tables\"><link href=\"text/shared/guide/data_tables.xhp\">Working with Tables</link></variable>"
+#. 36ZO
+#: gallery_insert.xhp
+msgctxt ""
+"gallery_insert.xhp\n"
+"par_id3153561\n"
+"7\n"
+"help.text"
+msgid "Drag the object into the document, or right-click to open the context menu and select <emph>Insert</emph> and <emph>Copy</emph>."
msgstr ""
-#: data_tables.xhp#par_idN10617.help.text
-msgid "Data is stored in tables. As an example, your system address book that you use for your e-mail addresses is a table of the address book database. Each address is a data record, presented as a row in that table. The data records consist of data fields, for example the first and the last name fields and the e-mail field."
+#. =h$5
+#: gallery_insert.xhp
+msgctxt ""
+"gallery_insert.xhp\n"
+"hd_id3153061\n"
+"8\n"
+"help.text"
+msgid "Inserting an object as a link"
msgstr ""
-#: data_tables.xhp#par_idN1061A.help.text
-msgid "Creating a New Table With the Table Wizard"
+#. 46](
+#: gallery_insert.xhp
+msgctxt ""
+"gallery_insert.xhp\n"
+"par_id3145068\n"
+"9\n"
+"help.text"
+msgid "Open the Gallery by clicking the <emph>Gallery</emph> icon on the <emph>Standard</emph> bar, or by selecting <emph>Tools - Gallery</emph>."
msgstr ""
-#: data_tables.xhp#par_idN1061E.help.text
-msgid "In %PRODUCTNAME you can create a new table using the <link href=\"text/shared/explorer/database/tablewizard00.xhp\">Table Wizard</link>:"
+#. #N/k
+#: gallery_insert.xhp
+msgctxt ""
+"gallery_insert.xhp\n"
+"par_id3148663\n"
+"10\n"
+"help.text"
+msgid "Select a theme."
msgstr ""
-#: data_tables.xhp#par_idN10632.help.text
-msgctxt "data_tables.xhp#par_idN10632.help.text"
-msgid "Open the database file where you want to create the new table."
+#. 0Brc
+#: gallery_insert.xhp
+msgctxt ""
+"gallery_insert.xhp\n"
+"par_id3150543\n"
+"11\n"
+"help.text"
+msgid "Select an object by a single click."
msgstr ""
-#: data_tables.xhp#par_idN10636.help.text
-msgctxt "data_tables.xhp#par_idN10636.help.text"
-msgid "In the left pane of the database window, click the <emph>Tables</emph> icon."
+#. CPGB
+#: gallery_insert.xhp
+msgctxt ""
+"gallery_insert.xhp\n"
+"par_id3154140\n"
+"12\n"
+"help.text"
+msgid "Drag the object into the document while pressing the Shift and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> keys, or right-click to open the context menu and select <emph>Insert</emph> and <emph>Link</emph>."
msgstr ""
-#: data_tables.xhp#par_idN1063E.help.text
-msgid "Click <emph>Use Wizard to Create Table</emph>."
+#. b)=T
+#: gallery_insert.xhp
+msgctxt ""
+"gallery_insert.xhp\n"
+"hd_id3156282\n"
+"13\n"
+"help.text"
+msgid "Inserting an object as a background graphic"
msgstr ""
-#: data_tables.xhp#par_idN10645.help.text
-msgid "Creating a New Table With the Design View"
+#. xEIa
+#: gallery_insert.xhp
+msgctxt ""
+"gallery_insert.xhp\n"
+"par_id3152920\n"
+"14\n"
+"help.text"
+msgid "Open the Gallery by clicking the <emph>Gallery</emph> icon on the <emph>Standard</emph> bar, or by selecting <emph>Tools - Gallery</emph>."
msgstr ""
-#: data_tables.xhp#par_idN1064C.help.text
-msgctxt "data_tables.xhp#par_idN1064C.help.text"
-msgid "Open the database file where you want to create the new table."
+#. o1Fc
+#: gallery_insert.xhp
+msgctxt ""
+"gallery_insert.xhp\n"
+"par_id3151041\n"
+"15\n"
+"help.text"
+msgid "Select a theme."
msgstr ""
-#: data_tables.xhp#par_idN10650.help.text
-msgctxt "data_tables.xhp#par_idN10650.help.text"
-msgid "In the left pane of the database window, click the <emph>Tables</emph> icon."
+#. eFY#
+#: gallery_insert.xhp
+msgctxt ""
+"gallery_insert.xhp\n"
+"par_id3145607\n"
+"16\n"
+"help.text"
+msgid "Select an object by a single click."
msgstr ""
-#: data_tables.xhp#par_idN10658.help.text
-msgid "Click <emph>Create Table in Design View</emph>."
+#. gGC7
+#: gallery_insert.xhp
+msgctxt ""
+"gallery_insert.xhp\n"
+"par_id3147289\n"
+"17\n"
+"help.text"
+msgid "Open the context menu and choose <emph>Insert - Background - Page</emph> or <emph>Paragraph</emph>."
msgstr ""
-#: data_tables.xhp#par_idN1065F.help.text
-msgid "You see the <link href=\"text/shared/guide/data_tabledefine.xhp\">Table Design</link> window."
+#. pcP%
+#: gallery_insert.xhp
+msgctxt ""
+"gallery_insert.xhp\n"
+"hd_id3145787\n"
+"18\n"
+"help.text"
+msgid "Inserting an object as a texture (pattern) for another object"
msgstr ""
-#: data_tables.xhp#par_idN10778.help.text
-msgid "Creating a New Table View"
+#. *Tpx
+#: gallery_insert.xhp
+msgctxt ""
+"gallery_insert.xhp\n"
+"par_id3159196\n"
+"19\n"
+"help.text"
+msgid "Open the Gallery by clicking the <emph>Gallery</emph> icon on the <emph>Standard</emph> bar, or by selecting <emph>Tools - Gallery</emph>."
msgstr ""
-#: data_tables.xhp#par_idN1077C.help.text
-msgid "Some database types support table views. A table view is a query that is stored with the database. For most database operations, a view can be used as you would use a table."
+#. Cfv5
+#: gallery_insert.xhp
+msgctxt ""
+"gallery_insert.xhp\n"
+"par_id3152596\n"
+"20\n"
+"help.text"
+msgid "Select a theme."
msgstr ""
-#: data_tables.xhp#par_idN10782.help.text
-msgid "Open the database file where you want to create the new table view."
+#. R*\R
+#: gallery_insert.xhp
+msgctxt ""
+"gallery_insert.xhp\n"
+"par_id3148617\n"
+"21\n"
+"help.text"
+msgid "Select an object by a single click."
msgstr ""
-#: data_tables.xhp#par_idN10786.help.text
-msgctxt "data_tables.xhp#par_idN10786.help.text"
-msgid "In the left pane of the database window, click the <emph>Tables</emph> icon."
+#. IUDZ
+#: gallery_insert.xhp
+msgctxt ""
+"gallery_insert.xhp\n"
+"par_id3147443\n"
+"22\n"
+"help.text"
+msgid "Drag the object on to the other object in the document while pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>."
msgstr ""
-#: data_tables.xhp#par_idN1078E.help.text
-msgid "Click <emph>Create Table View</emph>."
+#. i1v;
+#: chart_insert.xhp
+msgctxt ""
+"chart_insert.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting Charts"
msgstr ""
-#: data_tables.xhp#par_idN10795.help.text
-msgid "You see the View Design window, which is almost the same as the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
+#. b~n1
+#: chart_insert.xhp
+msgctxt ""
+"chart_insert.xhp\n"
+"bm_id3153910\n"
+"help.text"
+msgid "<bookmark_value>charts; inserting</bookmark_value><bookmark_value>plotting data as charts</bookmark_value><bookmark_value>inserting; charts</bookmark_value><bookmark_value>spreadsheets; inserting charts</bookmark_value><bookmark_value>charts; editing data</bookmark_value><bookmark_value>editing; chart data</bookmark_value>"
msgstr ""
-#: data_tables.xhp#par_idN1067B.help.text
-msgctxt "data_tables.xhp#par_idN1067B.help.text"
-msgid "<embedvar href=\"text/shared/explorer/database/main.xhp#base\"/>"
+#. Pbj,
+#: chart_insert.xhp
+msgctxt ""
+"chart_insert.xhp\n"
+"hd_id3153910\n"
+"34\n"
+"help.text"
+msgid "<variable id=\"chart_insert\"><link href=\"text/shared/guide/chart_insert.xhp\" name=\"Inserting Charts\">Inserting Charts</link></variable>"
msgstr ""
-#: data_tables.xhp#par_idN10683.help.text
-msgctxt "data_tables.xhp#par_idN10683.help.text"
-msgid "<embedvar href=\"text/shared/guide/database_main.xhp#database_main\"/>"
+#. ba/[
+#: chart_insert.xhp
+msgctxt ""
+"chart_insert.xhp\n"
+"par_id3139133\n"
+"help.text"
+msgid "Different methods exist to start a chart:"
msgstr ""
-#: linestyle_define.xhp#tit.help.text
-msgid "Defining Line Styles"
+#. (xNg
+#: chart_insert.xhp
+msgctxt ""
+"chart_insert.xhp\n"
+"par_id6772972\n"
+"help.text"
+msgid "Insert a chart based on data from cells in Calc or Writer."
msgstr ""
-#: linestyle_define.xhp#bm_id3153825.help.text
-msgid "<bookmark_value>line styles;defining</bookmark_value><bookmark_value>defining;line styles</bookmark_value>"
+#. go1e
+#: chart_insert.xhp
+msgctxt ""
+"chart_insert.xhp\n"
+"par_id6049684\n"
+"help.text"
+msgid "These charts update automatically when the source data changes."
msgstr ""
-#: linestyle_define.xhp#hd_id3153825.9.help.text
-msgid "<variable id=\"linestyle_define\"><link href=\"text/shared/guide/linestyle_define.xhp\" name=\"Defining Line Styles\">Defining Line Styles</link></variable>"
+#. ^ZV@
+#: chart_insert.xhp
+msgctxt ""
+"chart_insert.xhp\n"
+"par_id2356944\n"
+"help.text"
+msgid "Insert a chart with a default data set, and then use the Data Table dialog to enter your own data for that chart."
msgstr ""
-#: linestyle_define.xhp#par_id3153880.10.help.text
-msgid "Select a line drawing object in a document."
+#. rI,~
+#: chart_insert.xhp
+msgctxt ""
+"chart_insert.xhp\n"
+"par_id866115\n"
+"help.text"
+msgid "These charts can be created in Writer, Impress and Draw."
msgstr ""
-#: linestyle_define.xhp#par_id3155419.14.help.text
-msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Drawing Object</emph> - </caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><item type=\"menuitem\"/><emph>Line</emph> and click the <emph>Line Styles</emph> tab."
+#. Yj#?
+#: chart_insert.xhp
+msgctxt ""
+"chart_insert.xhp\n"
+"par_id3146763\n"
+"help.text"
+msgid "Copy a chart from Calc or Writer into another document."
msgstr ""
-#: linestyle_define.xhp#par_id3155449.15.help.text
-msgid "Specify the line options that you want."
+#. .%,B
+#: chart_insert.xhp
+msgctxt ""
+"chart_insert.xhp\n"
+"par_id701315\n"
+"help.text"
+msgid "These charts are snapshots of the data at the time of copying. They do not change when the source data changes."
msgstr ""
-#: linestyle_define.xhp#par_id3150791.16.help.text
-msgid "To specify the length of the line as a percentage of the line width, select <emph>Fit to line width</emph>."
+#. t_Lj
+#: chart_insert.xhp
+msgctxt ""
+"chart_insert.xhp\n"
+"par_id4439832\n"
+"help.text"
+msgid "In Calc, a chart is an object on a sheet, it cannot be a sheet of its own."
msgstr ""
-#: linestyle_define.xhp#par_id3152920.12.help.text
-#, fuzzy
-msgctxt "linestyle_define.xhp#par_id3152920.12.help.text"
-msgid "Click <emph>Add</emph>."
-msgstr "დააწკაპუნეთ <emph>ძიება</emph>."
-
-#: linestyle_define.xhp#par_id3145606.17.help.text
-msgid "Enter a name for the line style and click <emph>OK</emph>."
+#. #s1+
+#: chart_insert.xhp
+msgctxt ""
+"chart_insert.xhp\n"
+"hd_id719931\n"
+"help.text"
+msgid "Chart in a Calc spreadsheet"
msgstr ""
-#: linestyle_define.xhp#par_id3149202.13.help.text
-msgid "To save the line style in a custom line style list, click the <emph>Save Line Styles</emph> icon."
+#. 7%NT
+#: chart_insert.xhp
+msgctxt ""
+"chart_insert.xhp\n"
+"par_id3150275\n"
+"4\n"
+"help.text"
+msgid "Click inside the cell range that you want to present in your chart."
msgstr ""
-#: linestyle_define.xhp#par_idN10671.help.text
-msgid "Click <emph>Close</emph> to close the dialog."
+#. 195~
+#: chart_insert.xhp
+msgctxt ""
+"chart_insert.xhp\n"
+"par_id7211218\n"
+"help.text"
+msgid "Click the <emph>Insert Chart</emph> icon on the <emph>Standard</emph> toolbar."
msgstr ""
-#: redlining_accept.xhp#tit.help.text
-msgid "Accepting or Rejecting Changes"
+#. I!(s
+#: chart_insert.xhp
+msgctxt ""
+"chart_insert.xhp\n"
+"par_id7549363\n"
+"help.text"
+msgid "You see a chart preview and the Chart Wizard."
msgstr ""
-#: redlining_accept.xhp#bm_id3150247.help.text
-msgid "<bookmark_value>changes; accepting or rejecting</bookmark_value><bookmark_value>review function;accepting or rejecting changes</bookmark_value>"
+#. g[qP
+#: chart_insert.xhp
+msgctxt ""
+"chart_insert.xhp\n"
+"par_id9091769\n"
+"help.text"
+msgid "Follow the instructions in the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> to create the chart."
msgstr ""
-#: redlining_accept.xhp#hd_id3150247.23.help.text
-msgid "<variable id=\"redlining_accept\"><link href=\"text/shared/guide/redlining_accept.xhp\" name=\"Accepting or Rejecting Changes\">Accepting or Rejecting Changes</link></variable>"
+#. $7iZ
+#: chart_insert.xhp
+msgctxt ""
+"chart_insert.xhp\n"
+"hd_id3761406\n"
+"help.text"
+msgid "Chart in a Writer text document"
msgstr ""
-#: redlining_accept.xhp#par_id1491134.help.text
-msgctxt "redlining_accept.xhp#par_id1491134.help.text"
-msgid "The review function is available in %PRODUCTNAME for text documents and spreadsheet documents."
+#. 2!hi
+#: chart_insert.xhp
+msgctxt ""
+"chart_insert.xhp\n"
+"par_id3155066\n"
+"32\n"
+"help.text"
+msgid "In a Writer document, you can insert a chart based on the values in a Writer table."
msgstr ""
-#: redlining_accept.xhp#par_id1110200810120034.help.text
-msgid "In Writer text documents you can also accept or reject changes by choosing commands from the context menu."
+#. !Td1
+#: chart_insert.xhp
+msgctxt ""
+"chart_insert.xhp\n"
+"par_id428479\n"
+"help.text"
+msgid "Click inside the Writer table."
msgstr ""
-#: redlining_accept.xhp#par_id3147571.24.help.text
-msgid "When you edit a document in which others have made changes, you can accept or reject the changes individually or all together."
+#. LGN(
+#: chart_insert.xhp
+msgctxt ""
+"chart_insert.xhp\n"
+"par_id7236243\n"
+"help.text"
+msgid "Choose <emph>Insert - Object - Chart</emph>."
msgstr ""
-#: redlining_accept.xhp#par_id3147008.25.help.text
-msgid "If you have put multiple copies of the document in circulation, first merge these into one document (see <embedvar href=\"text/shared/guide/redlining_docmerge.xhp#redlining_docmerge\"/>)."
+#. k;F*
+#: chart_insert.xhp
+msgctxt ""
+"chart_insert.xhp\n"
+"par_id6171452\n"
+"help.text"
+msgid "You see a chart preview and the Chart Wizard."
msgstr ""
-#: redlining_accept.xhp#par_id3153748.26.help.text
-msgid "Open the document and choose <emph>Edit - Changes - Accept or Reject</emph>. The <emph>Accept or Reject Changes</emph> dialog appears."
+#. ?bc=
+#: chart_insert.xhp
+msgctxt ""
+"chart_insert.xhp\n"
+"par_id3145419\n"
+"7\n"
+"help.text"
+msgid "Follow the instructions in the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> to create the chart."
msgstr ""
-#: redlining_accept.xhp#par_id3156346.27.help.text
-msgid "Select a change on the <emph>List</emph> tab. The change is selected and displayed in the document and you can now enter your decision with one of the buttons."
+#. pU=-
+#: chart_insert.xhp
+msgctxt ""
+"chart_insert.xhp\n"
+"hd_id6436658\n"
+"help.text"
+msgid "Chart based on values of its own"
msgstr ""
-#: redlining_accept.xhp#par_id3147209.28.help.text
-msgid "If one author has modified another author's change, you will see the changes hierarchically arranged with a plus sign for opening up the hierarchy."
+#. ;l`D
+#: chart_insert.xhp
+msgctxt ""
+"chart_insert.xhp\n"
+"par_id6944792\n"
+"help.text"
+msgid "In Writer, if you have not selected any cells, choose <emph>Insert - Object - Chart</emph> to insert a chart with default data. In Draw or Impress, choose <emph>Insert - Chart</emph> to insert a chart based on default data."
msgstr ""
-#: redlining_accept.xhp#par_id3148474.29.help.text
-msgid "If the list of changes is too long, you can switch to the <emph>Filter</emph> tab in the dialog and specify that you only want to see the changes of certain authors, or only the changes of the last day, or that you want the list to be restricted in some other way."
+#. qqq~
+#: chart_insert.xhp
+msgctxt ""
+"chart_insert.xhp\n"
+"par_id3152960\n"
+"29\n"
+"help.text"
+msgid "You can change the default data values by double-clicking on the chart and then choosing <link href=\"text/schart/01/03010000.xhp\" name=\"View - Chart Data Table\"><emph>View - Chart Data Table</emph></link>."
msgstr ""
-#: redlining_accept.xhp#par_id3143271.42.help.text
-msgid "Color-coded entries display the result of the filter that is set. Entries in black can be accepted or rejected and match the filter criteria. Entries in blue do not themselves match the filter criteria, but have subentries that are included by the filter. Gray entries cannot be accepted or rejected and do not match the filter criterion. Green entries do match the filter but cannot be accepted or rejected."
+#. 72H#
+#: text_color.xhp
+msgctxt ""
+"text_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Changing the Color of Text"
msgstr ""
-#: dragdrop_gallery.xhp#tit.help.text
-msgid "Adding Graphics to the Gallery"
+#. XJj-
+#: text_color.xhp
+msgctxt ""
+"text_color.xhp\n"
+"bm_id3156014\n"
+"help.text"
+msgid "<bookmark_value>text; coloring</bookmark_value> <bookmark_value>characters; coloring</bookmark_value> <bookmark_value>colors; fonts</bookmark_value> <bookmark_value>fonts;colors</bookmark_value>"
msgstr ""
-#: dragdrop_gallery.xhp#bm_id3154927.help.text
-msgid "<bookmark_value>drag and drop;to Gallery</bookmark_value><bookmark_value>copying;to Gallery</bookmark_value><bookmark_value>Gallery; adding pictures</bookmark_value><bookmark_value>pictures;adding to Gallery</bookmark_value><bookmark_value>inserting;pictures in Gallery</bookmark_value><bookmark_value>pasting;to Gallery</bookmark_value>"
+#. /l]I
+#: text_color.xhp
+msgctxt ""
+"text_color.xhp\n"
+"hd_id3156014\n"
+"42\n"
+"help.text"
+msgid "<variable id=\"text_color\"><link href=\"text/shared/guide/text_color.xhp\" name=\"Changing the Color of Text\">Changing the Color of Text</link></variable>"
msgstr ""
-#: dragdrop_gallery.xhp#hd_id3154927.49.help.text
-msgid "<variable id=\"dragdrop_gallery\"><link href=\"text/shared/guide/dragdrop_gallery.xhp\" name=\"Adding Graphics to the Gallery\">Adding Graphics to the Gallery</link> </variable>"
+#. PK8`
+#: text_color.xhp
+msgctxt ""
+"text_color.xhp\n"
+"par_id3150040\n"
+"40\n"
+"help.text"
+msgid "Click the arrow next to the <emph>Font Color</emph> icon to activate a <link href=\"text/shared/00/00000001.xhp#abreissleiste\" name=\"toolbar\">toolbar</link> from which you can choose from a range of colors."
msgstr ""
-#: dragdrop_gallery.xhp#par_id3143267.50.help.text
-msgid "You can place a graphic from a document such as an HTML page in the Gallery by drag-and-drop."
+#. aW8+
+#: text_color.xhp
+msgctxt ""
+"text_color.xhp\n"
+"par_id3156410\n"
+"help.text"
+msgid "<image id=\"img_id3159233\" src=\"cmd/sc_color.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3159233\">Icon</alt></image>"
msgstr ""
-#: dragdrop_gallery.xhp#par_id3154823.56.help.text
-msgid "Display the Gallery theme to which you want to add the graphic."
+#. 99Y!
+#: text_color.xhp
+msgctxt ""
+"text_color.xhp\n"
+"par_id3152781\n"
+"45\n"
+"help.text"
+msgid "Font Color"
msgstr ""
-#: dragdrop_gallery.xhp#par_id3153748.51.help.text
-msgid "Position the mouse pointer above the graphic, without clicking."
+#. \;ia
+#: text_color.xhp
+msgctxt ""
+"text_color.xhp\n"
+"par_id3154897\n"
+"help.text"
+msgid "<image id=\"img_id3150503\" src=\"cmd/sc_fillstyle.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150503\">Icon</alt></image>"
msgstr ""
-#: dragdrop_gallery.xhp#par_id3156346.52.help.text
-msgid "If the mouse pointer changes to a hand symbol, the graphic refers to a hyperlink. In this case, click the graphic while pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key to select it without executing the respective link."
+#. ^h,$
+#: text_color.xhp
+msgctxt ""
+"text_color.xhp\n"
+"bm_id3149795\n"
+"help.text"
+msgid "<bookmark_value>paint can symbol</bookmark_value>"
msgstr ""
-#: dragdrop_gallery.xhp#par_id3149578.53.help.text
-msgid "If the mouse pointer does not change to a hand symbol, you can simply click the graphic to select it."
+#. W9f7
+#: text_color.xhp
+msgctxt ""
+"text_color.xhp\n"
+"par_id3149795\n"
+"41\n"
+"help.text"
+msgid "The following only applies to <item type=\"productname\">%PRODUCTNAME</item> Writer: If you click the icon with a short-click while no text is selected, then the mouse pointer changes its appearance and is displayed as a paint can. Use this paint can symbol with the mouse key pressed to drag across a text area. This text area takes the selected color. The function remains active for as long as the icon is pressed, or until you click without dragging, or until you press the Escape key."
msgstr ""
-#: dragdrop_gallery.xhp#par_id3145120.54.help.text
-msgid "Once the graphic is selected, release the mouse button. Click again on the graphic image, keeping the mouse button pressed for more than two seconds. The graphic image is copied to the internal memory."
+#. 4Fmz
+#: text_color.xhp
+msgctxt ""
+"text_color.xhp\n"
+"par_id3145120\n"
+"46\n"
+"help.text"
+msgid "The following applies to all modules (<item type=\"productname\">%PRODUCTNAME</item> Writer, Calc, Draw, Impress): Select the text that is to take another color, then click the color you want on the toolbar."
msgstr ""
-#: dragdrop_gallery.xhp#par_id3150772.55.help.text
-msgid "Without releasing the mouse button, drag the graphic into the Gallery."
-msgstr ""
+#. WdeZ
+#: text_color.xhp
+#, fuzzy
+msgctxt ""
+"text_color.xhp\n"
+"par_id3154285\n"
+"43\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Font color\">Font color</link>"
+msgstr "<link href=\"text/swriter/01/05030200.xhp\" name=\"Text Flow\">ტექსტის დინება</link>"
-#: scripting.xhp#tit.help.text
+#. 6.Wb
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"tit\n"
+"help.text"
msgid "Scripting %PRODUCTNAME"
msgstr ""
-#: scripting.xhp#bm_id5277565.help.text
+#. R.jQ
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"bm_id5277565\n"
+"help.text"
msgid "<bookmark_value>assigning scripts</bookmark_value> <bookmark_value>programming;scripting</bookmark_value> <bookmark_value>form controls;assigning macros</bookmark_value> <bookmark_value>pictures;assigning macros</bookmark_value> <bookmark_value>hyperlinks;assigning macros</bookmark_value> <bookmark_value>shortcut keys;assigning macros</bookmark_value> <bookmark_value>controls;assigning macros (Basic)</bookmark_value> <bookmark_value>menus;assigning macros</bookmark_value> <bookmark_value>events;assigning scripts</bookmark_value>"
msgstr ""
-#: scripting.xhp#par_idN1070A.help.text
+#. 06j8
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN1070A\n"
+"help.text"
msgid "<variable id=\"scripting\"><link href=\"text/shared/guide/scripting.xhp\">Assigning Scripts in %PRODUCTNAME</link></variable>"
msgstr ""
-#: scripting.xhp#par_idN10728.help.text
+#. y`vK
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10728\n"
+"help.text"
msgid "You can assign custom scripts (macros) to menu items, icons, dialog controls, and events in %PRODUCTNAME."
msgstr ""
-#: scripting.xhp#par_idN1072B.help.text
+#. \\/n
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN1072B\n"
+"help.text"
msgid "%PRODUCTNAME internally supports the following scripting languages:"
msgstr ""
-#: scripting.xhp#par_idN10731.help.text
+#. 6Is;
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10731\n"
+"help.text"
msgid "%PRODUCTNAME Basic"
msgstr ""
-#: scripting.xhp#par_idN10739.help.text
+#. t7Fu
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10739\n"
+"help.text"
msgid "JavaScript"
msgstr ""
-#: scripting.xhp#par_idN1073D.help.text
+#. W4fn
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN1073D\n"
+"help.text"
msgid "BeanShell"
msgstr ""
-#: scripting.xhp#par_id6797082.help.text
+#. YV+1
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_id6797082\n"
+"help.text"
msgid "Python"
msgstr ""
-#: scripting.xhp#par_idN1091F.help.text
+#. )qOP
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN1091F\n"
+"help.text"
msgid "In addition, developers can use high-level languages, for example Java programming language, to control %PRODUCTNAME externally. The API reference is online at <link href=\"http://api.libreoffice.org/\">api.libreoffice.org</link>."
msgstr ""
-#: scripting.xhp#par_idN10751.help.text
+#. D:,8
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10751\n"
+"help.text"
msgid "To assign a script to a new menu entry"
msgstr ""
-#: scripting.xhp#par_idN10758.help.text
+#. [#cd
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10758\n"
+"help.text"
msgid "Choose <emph>Tools - Customize</emph>, and click the <emph>Menus</emph> tab."
msgstr ""
-#: scripting.xhp#par_idN1093D.help.text
+#. gDQ;
+#: scripting.xhp
#, fuzzy
-msgctxt "scripting.xhp#par_idN1093D.help.text"
+msgctxt ""
+"scripting.xhp\n"
+"par_idN1093D\n"
+"help.text"
msgid "Click <emph>Add</emph>."
msgstr "დააწკაპუნეთ <emph>ძიება</emph>."
-#: scripting.xhp#par_idN10760.help.text
-msgctxt "scripting.xhp#par_idN10760.help.text"
+#. ByLc
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10760\n"
+"help.text"
msgid "In the <emph>Category</emph> list box, scroll down and open the \"%PRODUCTNAME Macros\" entry."
msgstr ""
-#: scripting.xhp#par_idN10768.help.text
-msgctxt "scripting.xhp#par_idN10768.help.text"
+#. Wt6s
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10768\n"
+"help.text"
msgid "You see entries for \"%PRODUCTNAME Macros\" (scripts in the share directory of your %PRODUCTNAME installation), \"My Macros\" (scripts in the user directory), and the current document. Open any one of them to see the supported scripting languages."
msgstr ""
-#: scripting.xhp#par_idN1076C.help.text
+#. bs5B
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN1076C\n"
+"help.text"
msgid "Open any scripting language entry to see the available scripts. Select a script."
msgstr ""
-#: scripting.xhp#par_idN10770.help.text
+#. qO3Q
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10770\n"
+"help.text"
msgid "A list of the script functions appears in the <emph>Commands</emph> list box. Select a function."
msgstr ""
-#: scripting.xhp#par_idN10778.help.text
+#. }l$)
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10778\n"
+"help.text"
msgid "Click <emph>Add</emph> to create a new menu assignment. The new menu entry appears in the <emph>Entries</emph> list box."
msgstr ""
-#: scripting.xhp#par_idN10783.help.text
+#. )c]3
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10783\n"
+"help.text"
msgid "To assign a script to a key combination"
msgstr ""
-#: scripting.xhp#par_idN10787.help.text
+#. MHm-
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10787\n"
+"help.text"
msgid "Choose <emph>Tools - Customize - Keyboard</emph>."
msgstr ""
-#: scripting.xhp#par_idN10A59.help.text
-msgctxt "scripting.xhp#par_idN10A59.help.text"
+#. !|KZ
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10A59\n"
+"help.text"
msgid "In the <emph>Category</emph> list box, scroll down and open the \"%PRODUCTNAME Macros\" entry."
msgstr ""
-#: scripting.xhp#par_idN10A61.help.text
-msgctxt "scripting.xhp#par_idN10A61.help.text"
+#. bBVa
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10A61\n"
+"help.text"
msgid "You see entries for \"%PRODUCTNAME Macros\" (scripts in the share directory of your %PRODUCTNAME installation), \"My Macros\" (scripts in the user directory), and the current document. Open any one of them to see the supported scripting languages."
msgstr ""
-#: scripting.xhp#par_idN10A65.help.text
-msgctxt "scripting.xhp#par_idN10A65.help.text"
+#. miq,
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10A65\n"
+"help.text"
msgid "Open any scripting language entry to see the available scripts. Select any script."
msgstr ""
-#: scripting.xhp#par_idN10A69.help.text
+#. -@!P
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10A69\n"
+"help.text"
msgid "A list of the script functions will appear in the <emph>Commands</emph> list box. Select any function."
msgstr ""
-#: scripting.xhp#par_idN10A71.help.text
-msgid "Click the option button for %PRODUCTNAME or Writer (or whichever application is currently open). "
+#. GF7j
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10A71\n"
+"help.text"
+msgid "Click the option button for %PRODUCTNAME or Writer (or whichever application is currently open)."
msgstr ""
-#: scripting.xhp#par_idN10A74.help.text
+#. b[)}
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10A74\n"
+"help.text"
msgid "Selecting the option button sets the scope of the new key combination to be applicable in all of %PRODUCTNAME or only in documents of the current module."
msgstr ""
-#: scripting.xhp#par_idN10A78.help.text
+#. 0Ihk
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10A78\n"
+"help.text"
msgid "Select a key combination from the <emph>Shortcut keys</emph> list box and click <emph>Modify</emph>."
msgstr ""
-#: scripting.xhp#par_idN1078A.help.text
+#. x*O=
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN1078A\n"
+"help.text"
msgid "To assign a script to an event"
msgstr ""
-#: scripting.xhp#par_idN1078E.help.text
+#. :yZq
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN1078E\n"
+"help.text"
msgid "Choose <emph>Tools - Customize - Events</emph>."
msgstr ""
-#: scripting.xhp#par_idN10A16.help.text
+#. X.Jv
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10A16\n"
+"help.text"
msgid "Click <emph>Macro</emph> button."
msgstr ""
-#: scripting.xhp#par_idN10A9E.help.text
+#. Ur6(
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10A9E\n"
+"help.text"
msgid "In the <emph>Library</emph> list box, scroll down and open the \"%PRODUCTNAME Macros\" entry."
msgstr ""
-#: scripting.xhp#par_idN10AA6.help.text
-msgctxt "scripting.xhp#par_idN10AA6.help.text"
+#. t(ZE
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10AA6\n"
+"help.text"
msgid "You see entries for \"%PRODUCTNAME Macros\" (scripts in the share directory of your %PRODUCTNAME installation), \"My Macros\" (scripts in the user directory), and the current document. Open any one of them to see the supported scripting languages."
msgstr ""
-#: scripting.xhp#par_idN10AAA.help.text
-msgctxt "scripting.xhp#par_idN10AAA.help.text"
+#. lXE_
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10AAA\n"
+"help.text"
msgid "Open any scripting language entry to see the available scripts. Select any script."
msgstr ""
-#: scripting.xhp#par_idN10AAE.help.text
+#. 945{
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10AAE\n"
+"help.text"
msgid "A list of the script functions will appear in the <emph>Assigned Action</emph> list box. Select any function."
msgstr ""
-#: scripting.xhp#par_idN10AB6.help.text
+#. ?@1)
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10AB6\n"
+"help.text"
msgid "Select to save in %PRODUCTNAME or current document."
msgstr ""
-#: scripting.xhp#par_idN10AB9.help.text
+#. y6x1
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10AB9\n"
+"help.text"
msgid "This sets the scope of the new event assignment to be applicable in all of %PRODUCTNAME or only in documents of the current module."
msgstr ""
-#: scripting.xhp#par_idN10ABD.help.text
-msgctxt "scripting.xhp#par_idN10ABD.help.text"
+#. ^in[
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10ABD\n"
+"help.text"
msgid "Select an event from the list and click <emph>OK</emph>."
msgstr ""
-#: scripting.xhp#par_idN10791.help.text
+#. *Q10
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10791\n"
+"help.text"
msgid "To assign a script to an event for an embedded object"
msgstr ""
-#: scripting.xhp#par_idN10795.help.text
+#. 7\Xl
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10795\n"
+"help.text"
msgid "Select the embedded object, for example a chart, in your document."
msgstr ""
-#: scripting.xhp#par_idN10ADB.help.text
+#. cZ]K
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10ADB\n"
+"help.text"
msgid "Choose <emph>Format - Frame/Object - Macro</emph>."
msgstr ""
-#: scripting.xhp#par_idN10ADF.help.text
+#. ouJx
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10ADF\n"
+"help.text"
msgid "In the <emph>Macros</emph> list box, open the %PRODUCTNAME Scripts entry."
msgstr ""
-#: scripting.xhp#par_idN10AE7.help.text
+#. Jr7e
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10AE7\n"
+"help.text"
msgid "You see entries for share (scripts in the share directory of your %PRODUCTNAME installation), user (scripts in the user directory), and the current document. Open any one of them to see the supported scripting languages."
msgstr ""
-#: scripting.xhp#par_idN10AEB.help.text
-msgctxt "scripting.xhp#par_idN10AEB.help.text"
+#. j}Ax
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10AEB\n"
+"help.text"
msgid "Open any scripting language entry to see the available scripts. Select any script."
msgstr ""
-#: scripting.xhp#par_idN10AEF.help.text
+#. !gIs
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10AEF\n"
+"help.text"
msgid "A list of the script functions will appear in the <emph>Existing macros in</emph> list box. Select any function."
msgstr ""
-#: scripting.xhp#par_idN10AF7.help.text
-msgctxt "scripting.xhp#par_idN10AF7.help.text"
+#. MTfv
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10AF7\n"
+"help.text"
msgid "Select an event from the list and click <emph>OK</emph>."
msgstr ""
-#: scripting.xhp#par_idN10798.help.text
+#. u3R;
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10798\n"
+"help.text"
msgid "To assign a script to a hyperlink"
msgstr ""
-#: scripting.xhp#par_idN1079C.help.text
-msgid "Position the cursor inside the hyperlink. "
+#. WWv[
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN1079C\n"
+"help.text"
+msgid "Position the cursor inside the hyperlink."
msgstr ""
-#: scripting.xhp#par_idN10B15.help.text
+#. 77_%
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10B15\n"
+"help.text"
msgid "Choose <emph>Insert - Hyperlink</emph>."
msgstr ""
-#: scripting.xhp#par_idN10B19.help.text
+#. T,(D
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10B19\n"
+"help.text"
msgid "Click the <emph>Events</emph> button."
msgstr ""
-#: scripting.xhp#par_idN10B21.help.text
-msgctxt "scripting.xhp#par_idN10B21.help.text"
+#. w/.2
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10B21\n"
+"help.text"
msgid "Select and assign as stated above."
msgstr ""
-#: scripting.xhp#par_idN1079F.help.text
+#. NkKl
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN1079F\n"
+"help.text"
msgid "To assign a script to a graphic"
msgstr ""
-#: scripting.xhp#par_idN107A3.help.text
-msgid "Select the graphic in your document. "
+#. yN|_
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN107A3\n"
+"help.text"
+msgid "Select the graphic in your document."
msgstr ""
-#: scripting.xhp#par_idN10B3B.help.text
+#. MrqS
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10B3B\n"
+"help.text"
msgid "Choose <emph>Format - Picture - Macro</emph>."
msgstr ""
-#: scripting.xhp#par_idN10B3F.help.text
-msgctxt "scripting.xhp#par_idN10B3F.help.text"
+#. %hA4
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10B3F\n"
+"help.text"
msgid "Select and assign as stated above."
msgstr ""
-#: scripting.xhp#par_idN107A6.help.text
+#. p9Bz
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN107A6\n"
+"help.text"
msgid "To assign a script to a form control"
msgstr ""
-#: scripting.xhp#par_idN107AA.help.text
+#. yAwo
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN107AA\n"
+"help.text"
msgid "Insert a form control, for example a button: Open the Form Controls toolbar, click the <emph>Push Button</emph> icon, drag open a button on your document."
msgstr ""
-#: scripting.xhp#par_idN10B59.help.text
+#. b7wH
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10B59\n"
+"help.text"
msgid "With the form control selected, click <emph>Control</emph> on the Form Controls toolbar."
msgstr ""
-#: scripting.xhp#par_idN10B5D.help.text
-msgctxt "scripting.xhp#par_idN10B5D.help.text"
+#. P|C@
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10B5D\n"
+"help.text"
msgid "Click the <emph>Events</emph> tab of the Properties dialog."
msgstr ""
-#: scripting.xhp#par_idN10B61.help.text
-msgctxt "scripting.xhp#par_idN10B61.help.text"
+#. ;YT|
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10B61\n"
+"help.text"
msgid "Click one of the <emph>...</emph> buttons to open a dialog where you can assign a script to the selected event."
msgstr ""
-#: scripting.xhp#par_idN107AD.help.text
+#. Imr,
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN107AD\n"
+"help.text"
msgid "To assign a script to a control in the %PRODUCTNAME Basic dialog"
msgstr ""
-#: scripting.xhp#par_idN107B1.help.text
+#. otyo
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN107B1\n"
+"help.text"
msgid "Open the %PRODUCTNAME Basic dialog editor, then create a dialog with a control on it."
msgstr ""
-#: scripting.xhp#par_idN10B7F.help.text
+#. \mY1
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10B7F\n"
+"help.text"
msgid "Right-click the control, then choose <emph>Properties</emph>."
msgstr ""
-#: scripting.xhp#par_idN10B87.help.text
-msgctxt "scripting.xhp#par_idN10B87.help.text"
+#. $FOL
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10B87\n"
+"help.text"
msgid "Click the <emph>Events</emph> tab of the Properties dialog."
msgstr ""
-#: scripting.xhp#par_idN10B8B.help.text
-msgctxt "scripting.xhp#par_idN10B8B.help.text"
+#. ?lzF
+#: scripting.xhp
+msgctxt ""
+"scripting.xhp\n"
+"par_idN10B8B\n"
+"help.text"
msgid "Click one of the <emph>...</emph> buttons to open a dialog where you can assign a script to the selected event."
msgstr ""
-#: print_faster.xhp#tit.help.text
-msgid "Printing with Reduced Data"
+#. 7h4m
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"tit\n"
+"help.text"
+msgid "Applying Digital Signatures"
msgstr ""
-#: print_faster.xhp#bm_id5201574.help.text
-msgid "<bookmark_value>gradients off for faster printing</bookmark_value><bookmark_value>bitmaps;off for faster printing</bookmark_value><bookmark_value>resolution when printing bitmaps </bookmark_value><bookmark_value>transparency;off for faster printing</bookmark_value><bookmark_value>reduced printing</bookmark_value><bookmark_value>speed of printing</bookmark_value><bookmark_value>printing speed</bookmark_value><bookmark_value>printing;transparencies</bookmark_value><bookmark_value>printing;faster</bookmark_value><bookmark_value>faster printing</bookmark_value>"
+#. N{=M
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"bm_id7430951\n"
+"help.text"
+msgid "<bookmark_value>signing documents with digital signatures</bookmark_value> <bookmark_value>digital signatures;getting/managing/applying</bookmark_value>"
msgstr ""
-#: print_faster.xhp#par_idN106AA.help.text
-msgid "<variable id=\"print_faster\"><link href=\"text/shared/guide/print_faster.xhp\">Printing faster with Reduced Data</link></variable>"
+#. Kwi8
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"hd_id344248\n"
+"help.text"
+msgid "<variable id=\"digitalsign_send\"><link href=\"text/shared/guide/digitalsign_send.xhp\">Applying Digital Signatures</link></variable>"
msgstr ""
-#: print_faster.xhp#par_idN106C8.help.text
-msgid "You can decide to reduce the data necessary to print your document. The settings can be defined differently for printing directly to the printer or for printing to a file."
+#. RRSj
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_idN1063C\n"
+"help.text"
+msgid "Getting a Certificate"
msgstr ""
-#: print_faster.xhp#par_idN106CE.help.text
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Print</emph>."
+#. frlo
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_idN10640\n"
+"help.text"
+msgid "You can get a certificate from a certification authority. No matter if you choose a governmental institution or a private company it is common to be charged for this service, for example when they certify your identity. Few other authorities issue certificates free of costs, like the Open Source Project <link href=\"https://www.CAcert.org/\">CAcert</link> which is based on the well-known and reliable Web of Trust model and is of growing popularity."
msgstr ""
-#: print_faster.xhp#par_idN106D6.help.text
-msgid "Click one of the following settings options: "
+#. 7Iv)
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_idN106F6\n"
+"help.text"
+msgid "Managing your Certificates"
msgstr ""
-#: print_faster.xhp#par_idN106D9.help.text
-msgid "<emph>Printer</emph><emph>- </emph>to define options for reducing data while printing directly to a printer"
+#. P@6%
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_idN1070A\n"
+"help.text"
+msgid "If you are using Microsoft Windows, you can manage your certificates from the Control Panel applet \"Internet Options\" on the \"Contents\" tab page."
msgstr ""
-#: print_faster.xhp#par_idN106E2.help.text
-msgid "<emph>Print to file</emph><emph>-</emph> to define options for reducing data while printing to a file"
+#. b8^x
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_id8311410\n"
+"help.text"
+msgid "Import your new root certificate into the Trusted Root Certification Authorities list."
msgstr ""
-#: print_faster.xhp#par_idN106EC.help.text
-msgid "Select any combination of the four options, then click <emph>OK</emph>."
+#. .1Y(
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_idN1071D\n"
+"help.text"
+msgid "If you are using Solaris or Linux, you must install a recent version of Thunderbird, Mozilla Suite, or Firefox software to install some system files that are needed for encryption."
msgstr ""
-#: print_faster.xhp#par_idN106EF.help.text
-msgid "All documents that you print from now on will use the changed options."
+#. w:?1
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_idN10720\n"
+"help.text"
+msgid "If you have created different profiles in Thunderbird, Mozilla, or Firefox, and you want %PRODUCTNAME to use one specified profile for certificates, then you can set the environment variable MOZILLA_CERTIFICATE_FOLDER to point to the folder of that specified profile."
msgstr ""
-#: print_faster.xhp#par_idN106F3.help.text
-msgid "Print your document."
+#. /UKW
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_id944242\n"
+"help.text"
+msgid "Open your Web browser's preferences dialog, select the Privacy & Security tab page, click on Certificates - Manage Certificates."
msgstr ""
-#: print_faster.xhp#par_idN106F6.help.text
-msgid "You can reduce data for transparency, for gradients, or for bitmaps. When you reduce the data, on many printers you will not see a reduction of printing quality. But the printing time is substantially shorter, and when you print to a file, the file size is much smaller."
+#. /!;n
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_id6452223\n"
+"help.text"
+msgid "Import your new root certificate, then select and edit the certificate. Enable the root certificate to be trusted at least for web and email access. This ensures that the certificate can sign your documents. You may edit any intermediate certificate in the same way, but it is not mandatory for signing documents."
msgstr ""
-#: print_faster.xhp#par_idN10704.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/optionen/01010900.xhp\">Print options</link>"
-msgstr "<link href=\"text/shared/optionen/01010300.xhp\" name=\"Paths\">გეზები</link>"
+#. AE{0
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_id6486098\n"
+"help.text"
+msgid "When you have edited the new certificates, restart %PRODUCTNAME."
+msgstr ""
-#: startcenter.xhp#tit.help.text
-msgid "Start Center"
+#. \{k(
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_idN10681\n"
+"help.text"
+msgid "Signing a document"
msgstr ""
-#: startcenter.xhp#bm_id0820200802500562.help.text
-msgid "<bookmark_value>backing window</bookmark_value> <bookmark_value>start center</bookmark_value>"
+#. iM:M
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_idN10688\n"
+"help.text"
+msgid "Choose <emph>File - Digital Signatures</emph>."
msgstr ""
-#: startcenter.xhp#hd_id0820200802524447.help.text
-msgid "<variable id=\"startcenter\"><link href=\"text/shared/guide/startcenter.xhp\">Start Center</link></variable>"
+#. +}Xw
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_idN10690\n"
+"help.text"
+msgid "A message box advises you to save the document. Click <emph>Yes</emph> to save the file."
msgstr ""
-#: startcenter.xhp#par_id0820200803204063.help.text
-msgid "Welcome to %PRODUCTNAME. Thank you for using the %PRODUCTNAME <link href=\"text/shared/05/00000110.xhp\">application help</link>. Press F1 whenever you need help using the %PRODUCTNAME software."
+#. RQI?
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_idN10698\n"
+"help.text"
+msgid "After saving, you see the <link href=\"text/shared/01/digitalsignatures.xhp\">Digital Signatures</link> dialog. Click <emph>Add</emph> to add a public key to the document."
msgstr ""
-#: startcenter.xhp#par_id0820200802524413.help.text
-msgid "You see the Start Center when no document is open in %PRODUCTNAME. <ahelp hid=\".\">Click an icon to open a new document or a file dialog.</ahelp>"
+#. 6QCd
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_idN106AE\n"
+"help.text"
+msgid "In the <link href=\"text/shared/01/selectcertificate.xhp\">Select Certificate</link> dialog, select your certificate and click OK."
msgstr ""
-#: startcenter.xhp#par_id0820200803104810.help.text
-msgid "<ahelp hid=\".\">The document icons each open a new document of the specified type.</ahelp>"
+#. ur_U
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_idN106C0\n"
+"help.text"
+msgid "You see again the Digital Signatures dialog, where you can add more certificates if you want. Click OK to add the public key to the saved file."
msgstr ""
-#: startcenter.xhp#par_id0820200803104978.help.text
-msgid " <emph>Text Document</emph> opens %PRODUCTNAME <link href=\"text/swriter/main0000.xhp\">Writer</link>"
+#. qr_\
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_idN106C3\n"
+"help.text"
+msgid "A signed document shows an icon <image id=\"img_id262764\" src=\"xmlsecurity/res/certificate_16.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id262764\">Icon</alt></image> in the status bar. You can double-click the icon in the status bar to view the certificate."
msgstr ""
-#: startcenter.xhp#par_id0820200803104998.help.text
-msgid " <emph>Spreadsheet</emph> opens %PRODUCTNAME <link href=\"text/scalc/main0000.xhp\">Calc</link>"
+#. )\:{
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_id2008200911381426\n"
+"help.text"
+msgid "The result of the signature validation is displayed in the status bar and within the Digital Signature dialog. Several documents and macro signatures can exist inside an ODF document. If there is a problem with one signature, then the validation result of that one signature is assumed for all signatures. That is, if there are ten valid signatures and one invalid signature, then the status bar and the status field in the dialog will flag the signature as invalid."
msgstr ""
-#: startcenter.xhp#par_id0820200803104927.help.text
-msgid " <emph>Presentation</emph> opens %PRODUCTNAME <link href=\"text/simpress/main0000.xhp\">Impress</link>"
+#. J4qA
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_idN106E0\n"
+"help.text"
+msgid "Signing the macros inside a document"
msgstr ""
-#: startcenter.xhp#par_id0820200803104948.help.text
-msgid " <emph>Drawing</emph> opens %PRODUCTNAME <link href=\"text/sdraw/main0000.xhp\">Draw</link>"
+#. c`oU
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_idN106E4\n"
+"help.text"
+msgid "Normally, macros are part of a document. If you sign a document, the macros inside the document are signed automatically. If you want to sign only the macros, but not the document, proceed as follows:"
msgstr ""
-#: startcenter.xhp#par_id0820200803105089.help.text
-msgid " <emph>Database</emph> opens %PRODUCTNAME <link href=\"text/shared/explorer/database/main.xhp\">Base</link>"
+#. -Ghs
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_idN106EA\n"
+"help.text"
+msgid "Choose <emph>Tools - Macros - Digital Signature</emph>."
msgstr ""
-#: startcenter.xhp#par_id0820200803105015.help.text
-msgid " <emph>Formula</emph> opens %PRODUCTNAME <link href=\"text/smath/main0000.xhp\">Math</link>"
+#. l@h!
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_idN106F2\n"
+"help.text"
+msgid "Apply the signature as described above for documents."
msgstr ""
-#: startcenter.xhp#par_id1022200911011855.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">The Templates icon opens the Templates and Documents dialog.</ahelp>"
+#. \alT
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_idN106F5\n"
+"help.text"
+msgid "When you open the Basic IDE that contains signed macros, you see an icon <image id=\"img_id9252296\" src=\"xmlsecurity/res/certificate_16.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id9252296\">Icon</alt></image> in the status bar. You can double-click the icon in the status bar to view the certificate."
msgstr ""
-#: startcenter.xhp#par_id0820200803105045.help.text
-msgid "The <emph>Templates</emph> icon opens the <link href=\"text/shared/guide/aaa_start.xhp\">Templates and Documents</link> dialog."
+#. #G/a
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_id5734733\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to open the View Certificate dialog.</ahelp>"
msgstr ""
-#: startcenter.xhp#par_id1022200911011975.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">The Open a Document icon presents a file open dialog.</ahelp>"
+#. kgfd
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_id561540\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Choose this setting to accept the certificate until you exit %PRODUCTNAME.</ahelp>"
msgstr ""
-#: startcenter.xhp#par_id082020080310500.help.text
-msgid "The <emph>Open a document</emph> icon presents a <link href=\"text/shared/guide/doc_open.xhp\">file open</link> dialog."
+#. (sHM
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_id7705618\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Choose this setting to cancel the connection.</ahelp>"
msgstr ""
-#: microsoft_terms.xhp#tit.help.text
-msgid "Comparing Microsoft Office and $[officename] Terms"
+#. 0+wK
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_id3204443\n"
+"help.text"
+msgid "<link href=\"http://wiki.documentfoundation.org/How_to_use_digital_Signatures\">English Wiki page on digital signatures</link>"
msgstr ""
-#: microsoft_terms.xhp#bm_id3156136.help.text
-msgid "<bookmark_value>Microsoft Office;feature comparisons</bookmark_value>"
+#. ?ofb
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_id5166173\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/digital_signatures.xhp\">About digital signatures</link>"
msgstr ""
-#: microsoft_terms.xhp#hd_id3156136.50.help.text
-msgid "<variable id=\"microsoft_terms\"><link href=\"text/shared/guide/microsoft_terms.xhp\" name=\"Comparing Microsoft Office and $[officename] Terms\">Comparing Microsoft Office and $[officename] Terms</link></variable>"
+#. *n)?
+#: chart_axis.xhp
+msgctxt ""
+"chart_axis.xhp\n"
+"tit\n"
+"help.text"
+msgid "Editing Chart Axes"
msgstr ""
-#: microsoft_terms.xhp#par_id3149177.1.help.text
-msgid "The following table lists Microsoft Office features and their $[officename] equivalents."
+#. 6G2-
+#: chart_axis.xhp
+msgctxt ""
+"chart_axis.xhp\n"
+"bm_id3155555\n"
+"help.text"
+msgid "<bookmark_value>charts; editing axes</bookmark_value><bookmark_value>axes in charts</bookmark_value><bookmark_value>editing; chart axes</bookmark_value><bookmark_value>formatting; axes in charts</bookmark_value>"
msgstr ""
-#: microsoft_terms.xhp#par_id3153748.2.help.text
-msgid "Microsoft Office XP"
+#. R3F*
+#: chart_axis.xhp
+msgctxt ""
+"chart_axis.xhp\n"
+"hd_id3155555\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"chart_axis\"><link href=\"text/shared/guide/chart_axis.xhp\" name=\"Editing Chart Axes\">Editing Chart Axes</link></variable>"
msgstr ""
-#: microsoft_terms.xhp#par_id3156346.3.help.text
-msgid "$[officename]"
-msgstr "$[officename]"
+#. iP!Z
+#: chart_axis.xhp
+msgctxt ""
+"chart_axis.xhp\n"
+"par_id3156426\n"
+"2\n"
+"help.text"
+msgid "To edit the axes of a chart that you have inserted:"
+msgstr ""
-#: microsoft_terms.xhp#par_id3153252.4.help.text
-msgctxt "microsoft_terms.xhp#par_id3153252.4.help.text"
-msgid "AutoShapes"
+#. =7dO
+#: chart_axis.xhp
+msgctxt ""
+"chart_axis.xhp\n"
+"par_id3155535\n"
+"3\n"
+"help.text"
+msgid "Double-click on the chart."
msgstr ""
-#: microsoft_terms.xhp#par_id3154897.5.help.text
-msgid "<link href=\"text/shared/guide/gallery_insert.xhp\" name=\"Gallery Objects\">Gallery Objects</link><br/>Shapes are on the <emph>Drawing</emph> toolbar (menu <item type=\"menuitem\">View - Toolbars - Drawing</item>)"
+#. m{:h
+#: chart_axis.xhp
+msgctxt ""
+"chart_axis.xhp\n"
+"par_id3147242\n"
+"4\n"
+"help.text"
+msgid "A gray border appears around the chart and the menu bar now contains commands for editing the objects in the chart."
msgstr ""
-#: microsoft_terms.xhp#par_id3157910.6.help.text
-msgid "Change Case"
+#. -,!C
+#: chart_axis.xhp
+msgctxt ""
+"chart_axis.xhp\n"
+"par_id3154749\n"
+"5\n"
+"help.text"
+msgid "Choose <emph>Format - Axis</emph>, then select the axis (or axes) that you would like to edit. A dialog appears."
msgstr ""
-#: microsoft_terms.xhp#par_id3153825.7.help.text
-msgid "<link href=\"text/shared/01/05050000.xhp\" name=\"Change Case\">Case/Characters</link>"
+#. 3=52
+#: chart_axis.xhp
+msgctxt ""
+"chart_axis.xhp\n"
+"par_id3154285\n"
+"6\n"
+"help.text"
+msgid "Select from the available sections and make the required changes (for example, select the <emph>Scale</emph> tab if you want to modify the scale of the axis)."
msgstr ""
-#: microsoft_terms.xhp#par_id1029200801240915.help.text
-msgid "Click and Type"
+#. b_(`
+#: chart_axis.xhp
+msgctxt ""
+"chart_axis.xhp\n"
+"par_id3156327\n"
+"7\n"
+"help.text"
+msgid "Click <emph>OK</emph>. In your document, click outside the chart to exit chart editing mode."
msgstr ""
-#: microsoft_terms.xhp#par_id1029200801240965.help.text
-msgid "<link href=\"text/swriter/guide/text_direct_cursor.xhp\">Direct Cursor</link>"
+#. N02d
+#: chart_axis.xhp
+msgctxt ""
+"chart_axis.xhp\n"
+"par_id3147335\n"
+"8\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05010000.xhp\" name=\"Format - Object properties\">Format - Object properties</link>"
msgstr ""
-#: microsoft_terms.xhp#par_id3148946.10.help.text
-msgid "Compare and Merge Documents"
+#. WGJ_
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"tit\n"
+"help.text"
+msgid "Copying Attributes With the Format Paintbrush"
msgstr ""
-#: microsoft_terms.xhp#par_id3153524.11.help.text
-msgid "<link href=\"text/shared/guide/redlining_doccompare.xhp\" name=\"Compare\">Compare</link>"
+#. S+.]
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"bm_id380260\n"
+"help.text"
+msgid "<bookmark_value>Format Paintbrush</bookmark_value> <bookmark_value>formatting;copying</bookmark_value> <bookmark_value>copying;formatting</bookmark_value> <bookmark_value>Paintbrush</bookmark_value>"
msgstr ""
-#: microsoft_terms.xhp#par_id3151041.12.help.text
-msgid "Document Map"
+#. kL(y
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN1053A\n"
+"help.text"
+msgid "<variable id=\"formatpaintbrush\"><link href=\"text/shared/guide/paintbrush.xhp\">Copying Formatting With the Format Paintbrush</link></variable>"
msgstr ""
-#: microsoft_terms.xhp#par_id3156280.13.help.text
-msgid "<link href=\"text/shared/guide/navigator_setcursor.xhp\" name=\"Navigator\">Navigator</link>"
+#. y_H|
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN10655\n"
+"help.text"
+msgid "You can use the Format Paintbrush tool to copy formatting from a text selection or from an object and apply the formatting to another text selection or object."
msgstr ""
-#: microsoft_terms.xhp#par_id3153768.14.help.text
-msgid "Formula Auditing"
+#. i?Am
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_id101920091122570\n"
+"help.text"
+msgid "In Calc, the Format Paintbrush only applies to cell formatting."
msgstr ""
-#: microsoft_terms.xhp#par_id3154013.15.help.text
-#, fuzzy
-msgid "<link href=\"text/scalc/01/06030000.xhp\" name=\"Detective\">Detective</link>"
-msgstr "<link href=\"text/scalc/01/04050000.xhp\" name=\"ფურცელი\">ფურცელი</link>"
+#. C!@k
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN106DD\n"
+"help.text"
+msgid "Select the text or object whose formatting you want to copy."
+msgstr ""
-#: microsoft_terms.xhp#par_id3153573.16.help.text
-msgid "Lines and Page Breaks"
+#. /8*1
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN10667\n"
+"help.text"
+msgid "On the <emph>Standard Bar</emph>, click the <emph>Format Paintbrush</emph> icon."
msgstr ""
-#: microsoft_terms.xhp#par_id3151116.17.help.text
-msgid "<link href=\"text/swriter/01/05030200.xhp\" name=\"Text Flow\">Text Flow</link>"
-msgstr "<link href=\"text/swriter/01/05030200.xhp\" name=\"Text Flow\">ტექსტის დინება</link>"
+#. UMh/
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN10660\n"
+"help.text"
+msgid "The cursor changes to a paint bucket."
+msgstr ""
-#: microsoft_terms.xhp#par_id6054567.help.text
-msgid "Page setup"
+#. dg`~
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN10663\n"
+"help.text"
+msgid "If you want to apply the formatting to more than one selection, double-click the <emph>Format Paintbrush</emph> icon<image id=\"img_id209967\" src=\"cmd/sc_formatpaintbrush.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id209967\">Icon</alt></image>. After you apply all the formatting, click the icon again."
msgstr ""
-#: microsoft_terms.xhp#par_id8584551.help.text
-msgid "<link href=\"text/swriter/01/05040000.xhp\">Format - Page</link>"
+#. 42YF
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN1066E\n"
+"help.text"
+msgid "Select or click the text or object that you want to apply the formatting to."
msgstr ""
-#: microsoft_terms.xhp#par_id0522200809491254.help.text
-msgid "For spreadsheets see also <link href=\"text/scalc/01/03100000.xhp\">View - Page Break Preview</link>"
+#. 2d*|
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN10716\n"
+"help.text"
+msgid "By default only the character formatting is copied ; to include paragraph formatting, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> when you click. To copy only the paragraph formatting, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift when you click."
msgstr ""
-#: microsoft_terms.xhp#par_id3159153.18.help.text
-msgid "Mail Merge"
+#. W*b/
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN10671\n"
+"help.text"
+msgid "The following table describes the formatting attributes that the <emph>Format Paintbrush</emph> can copy:"
msgstr ""
-#: microsoft_terms.xhp#par_id3145748.19.help.text
-msgid "<link href=\"text/swriter/guide/form_letters_main.xhp\" name=\"Form Letter\">Form Letter</link>"
+#. PbF7
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN10691\n"
+"help.text"
+msgid "Type of Selection"
msgstr ""
-#: microsoft_terms.xhp#par_id3152940.20.help.text
-msgid "Markup"
+#. ]CxG
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN10697\n"
+"help.text"
+msgid "Comment"
+msgstr "კომენტარი"
+
+#. zQ$)
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN1069E\n"
+"help.text"
+msgid "Nothing selected, but cursor is inside a text passage"
msgstr ""
-#: microsoft_terms.xhp#par_id3147048.21.help.text
-msgid "<link href=\"text/shared/01/02230200.xhp\" name=\"Changes - Show\">Changes - Show</link>"
+#. T_NC
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN106A4\n"
+"help.text"
+msgid "Copies the formatting of the current paragraph and the character formatting of the next character in the text flow direction."
msgstr ""
-#: microsoft_terms.xhp#par_id3153950.26.help.text
-msgid "Refresh Data (in Excel)"
+#. 6XKK
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN106AB\n"
+"help.text"
+msgid "Text is selected"
msgstr ""
-#: microsoft_terms.xhp#par_id4526200.help.text
-msgid "<link href=\"text/scalc/01/12100000.xhp\">Refresh Range</link>"
+#. nyHy
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN106B1\n"
+"help.text"
+msgid "Copies the formatting of the last selected character and of the paragraph that contains the character."
msgstr ""
-#: microsoft_terms.xhp#par_id3145643.28.help.text
-msgid "Replace text as you type"
+#. b_e$
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN106B8\n"
+"help.text"
+msgid "Frame is selected"
msgstr ""
-#: microsoft_terms.xhp#par_id3152962.29.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/optionen/01010400.xhp\" name=\"AutoCorrect\">AutoCorrect</link>"
-msgstr "<link href=\"text/shared/optionen/01010300.xhp\" name=\"Paths\">გეზები</link>"
+#. WjI!
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN106BE\n"
+"help.text"
+msgid "Copies the frame attributes that are defined in <item type=\"menuitem\">Format - Frame</item> dialog. The contents, size, position, linking, hyperlinks, and macros in the frame are not copied."
+msgstr ""
-#: microsoft_terms.xhp#par_id3154755.30.help.text
-msgid "Show/Hide"
+#. Y[L`
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN106C5\n"
+"help.text"
+msgid "Object is selected"
msgstr ""
-#: microsoft_terms.xhp#par_id3150045.31.help.text
-msgid "<link href=\"text/swriter/01/03100000.xhp\" name=\"Nonprinting Characters\">Nonprinting Characters</link>, <link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Hidden Paragraphs</link>"
+#. |3#\
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN106CB\n"
+"help.text"
+msgid "Copies the object formatting that is defined in the <item type=\"menuitem\">Format - Graphics</item> or <item type=\"menuitem\">Format - Drawing Object</item> dialogs. The contents, size, position, hyperlinks, and macros in the object are not copied."
msgstr ""
-#: microsoft_terms.xhp#par_id3156373.34.help.text
-msgid "Spelling and Grammar"
+#. Z*rc
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN106D2\n"
+"help.text"
+msgid "Form control is selected"
msgstr ""
-#: microsoft_terms.xhp#par_id3150297.35.help.text
-msgid "<link href=\"text/shared/01/06010000.xhp\" name=\"Spellcheck\">Spellcheck</link>"
+#. %{RX
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN106D8\n"
+"help.text"
+msgid "Not supported"
msgstr ""
-#: microsoft_terms.xhp#par_id3154205.38.help.text
-msgid "Track changes"
+#. R?cd
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN106DF\n"
+"help.text"
+msgid "Drawing object is selected"
msgstr ""
-#: microsoft_terms.xhp#par_id3146810.39.help.text
-msgid "<link href=\"text/shared/01/02230000.xhp\" name=\"Changes - Record\">Changes - Record</link>"
+#. 8l8K
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN106E5\n"
+"help.text"
+msgid "Copies all formatting attributes. In Impress and Draw, the text contents of the object is also copied."
msgstr ""
-#: microsoft_terms.xhp#par_id3151214.40.help.text
-msgid "Validation"
+#. 55i_
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN106EC\n"
+"help.text"
+msgid "Text within Calc cells is selected"
msgstr ""
-#: microsoft_terms.xhp#par_id3156138.41.help.text
-msgid "<link href=\"text/scalc/01/12120000.xhp\" name=\"Validity\">Validity</link>"
-msgstr "<link href=\"text/scalc/01/12120000.xhp\" name=\"შემოწმება\">შემოწმება</link>"
+#. }P[v
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN106F2\n"
+"help.text"
+msgid "Not supported"
+msgstr ""
-#: microsoft_terms.xhp#par_id3166431.46.help.text
-msgid "Workbook"
+#. zc{c
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN106F9\n"
+"help.text"
+msgid "Writer table or cells are selected"
msgstr ""
-#: microsoft_terms.xhp#par_id3155379.47.help.text
-msgid "<link href=\"text/scalc/main0503.xhp\" name=\"Spreadsheet\">Spreadsheet</link>"
+#. #V#F
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN106FF\n"
+"help.text"
+msgid "Copies the formatting that is specified in Table, Text Flow, Borders, and Background tab pages in the <item type=\"menuitem\">Format - Table</item> dialog. The paragraph and character formatting are also copied."
msgstr ""
-#: microsoft_terms.xhp#par_id3153228.48.help.text
-msgid "Worksheet"
+#. ?^c.
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN10706\n"
+"help.text"
+msgid "Calc table or cells are selected"
msgstr ""
-#: microsoft_terms.xhp#par_id3148593.49.help.text
-msgid "<link href=\"text/scalc/01/04050000.xhp\" name=\"Sheet\">Sheet</link>"
-msgstr "<link href=\"text/scalc/01/04050000.xhp\" name=\"ფურცელი\">ფურცელი</link>"
+#. [h0y
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN1070C\n"
+"help.text"
+msgid "Copies the formatting that is specified in the <item type=\"menuitem\">Format - Cells</item> dialog as well as the formatting of the cell contents"
+msgstr ""
-#: microsoft_terms.xhp#par_id0522200809491330.help.text
-msgid "Shared Workbooks"
+#. peQ[
+#: pasting.xhp
+msgctxt ""
+"pasting.xhp\n"
+"tit\n"
+"help.text"
+msgid "Pasting Contents in Special Formats"
msgstr ""
-#: microsoft_terms.xhp#par_id0522200809491320.help.text
-msgid "<link href=\"text/shared/guide/collab.xhp\">Collaboration</link>"
+#. ~`cP
+#: pasting.xhp
+msgctxt ""
+"pasting.xhp\n"
+"bm_id3620715\n"
+"help.text"
+msgid "<bookmark_value>clipboard;pasting formatted/unformatted text</bookmark_value><bookmark_value>inserting;clipboard options</bookmark_value><bookmark_value>pasting;formatted/unformatted text</bookmark_value><bookmark_value>text formats;pasting</bookmark_value><bookmark_value>formats;pasting in special formats</bookmark_value>"
msgstr ""
-#: doc_save.xhp#tit.help.text
-msgid "Saving Documents"
+#. 9kF6
+#: pasting.xhp
+msgctxt ""
+"pasting.xhp\n"
+"par_idN10725\n"
+"help.text"
+msgid "<variable id=\"pasting\"><link href=\"text/shared/guide/pasting.xhp\">Pasting Contents in Special Formats</link></variable>"
msgstr ""
-#: doc_save.xhp#bm_id3147226.help.text
-msgid "<bookmark_value>documents; saving</bookmark_value><bookmark_value>saving; documents</bookmark_value><bookmark_value>backups; documents</bookmark_value><bookmark_value>files; saving</bookmark_value><bookmark_value>text documents; saving</bookmark_value><bookmark_value>spreadsheets; saving</bookmark_value><bookmark_value>drawings; saving</bookmark_value><bookmark_value>presentations; saving</bookmark_value><bookmark_value>FTP; saving documents</bookmark_value>"
+#. C$xX
+#: pasting.xhp
+msgctxt ""
+"pasting.xhp\n"
+"par_idN10743\n"
+"help.text"
+msgid "Contents that are stored on the clipboard can be pasted into your document using different formats. In %PRODUCTNAME you can choose how to paste the contents using a dialog or a drop-down icon."
msgstr ""
-#: doc_save.xhp#hd_id3147226.4.help.text
-msgid "<variable id=\"doc_save\"><link href=\"text/shared/guide/doc_save.xhp\" name=\"Saving Documents\">Saving Documents</link></variable>"
+#. :oY{
+#: pasting.xhp
+msgctxt ""
+"pasting.xhp\n"
+"par_idN10746\n"
+"help.text"
+msgid "The available options depend on the contents of the clipboard."
msgstr ""
-#: doc_save.xhp#par_id3156113.5.help.text
-msgid "Click the <emph>Save</emph> icon or press the shortcut keys <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+S."
+#. 48!3
+#: pasting.xhp
+#, fuzzy
+msgctxt ""
+"pasting.xhp\n"
+"hd_id3144547360\n"
+"help.text"
+msgid "In Writer text documents, you can press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Option</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+Shift+V to paste the contents of the clipboard as unformatted text."
+msgstr "ცვლილებების გაკეთების შემდეგ დააჭირეთ <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter."
+
+#. 5MT;
+#: pasting.xhp
+msgctxt ""
+"pasting.xhp\n"
+"par_idN10749\n"
+"help.text"
+msgid "Pasting clipboard contents using an icon menu"
msgstr ""
-#: doc_save.xhp#par_id3155450.help.text
-msgid "<image id=\"img_id3152349\" src=\"cmd/sc_save.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152349\">This icon is for tips on how to use the program more effectively.</alt></image>"
+#. tHrr
+#: pasting.xhp
+msgctxt ""
+"pasting.xhp\n"
+"par_idN10750\n"
+"help.text"
+msgid "Click the arrow next to the <emph>Paste</emph> icon on the Standard Bar to open the menu."
msgstr ""
-#: doc_save.xhp#par_id3148685.8.help.text
-msgid "The document is saved under its path and name on the current local data medium or network drive or on the Internet, overwriting any file of the same name."
+#. -=oG
+#: pasting.xhp
+msgctxt ""
+"pasting.xhp\n"
+"par_idN10758\n"
+"help.text"
+msgid "Select one of the options."
msgstr ""
-#: doc_save.xhp#par_id3150984.2.help.text
-msgid "When you save a new file for the first time, the <link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">Save As</link> dialog opens, in which you can enter a name, folder and drive or volume for the file. To open this dialog, choose <emph>File - Save As</emph>."
+#. I/49
+#: pasting.xhp
+msgctxt ""
+"pasting.xhp\n"
+"par_idN1075B\n"
+"help.text"
+msgid "If you do not like the result, click the <emph>Undo</emph> icon and then paste again with another option."
msgstr ""
-#: doc_save.xhp#par_id3152472.3.help.text
-msgid "You can set the automatic creation of a backup copy under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\">Load/Save - General</link></emph>."
+#. VW0p
+#: pasting.xhp
+msgctxt ""
+"pasting.xhp\n"
+"par_idN10762\n"
+"help.text"
+msgid "Pasting clipboard contents using a dialog"
msgstr ""
-#: doc_save.xhp#hd_id7146824.help.text
-msgid "Automatic extension to the file name"
+#. .j6s
+#: pasting.xhp
+msgctxt ""
+"pasting.xhp\n"
+"par_idN10769\n"
+"help.text"
+msgid "Choose <emph>Edit - Paste special</emph>."
msgstr ""
-#: doc_save.xhp#par_id9359111.help.text
-msgid "When saving a file, %PRODUCTNAME always appends an extension to the file name, except when the file name already has an extension that matches the file type. See the list of <link href=\"text/shared/00/00000021.xhp\">ODF extensions</link>. "
+#. (LKA
+#: pasting.xhp
+msgctxt ""
+"pasting.xhp\n"
+"par_idN10771\n"
+"help.text"
+msgid "Select one of the options and click <emph>OK</emph>."
msgstr ""
-#: doc_save.xhp#par_id6709494.help.text
-msgid "Some examples for the automatic extensions are listed in the following table:"
+#. l:@A
+#: pasting.xhp
+msgctxt ""
+"pasting.xhp\n"
+"par_idN10774\n"
+"help.text"
+msgid "If you are in a spreadsheet and the contents of the clipboard are spreadsheet cells, then a different <emph>Paste Special</emph> dialog appears. Use the <emph>Paste Special</emph> dialog to copy cells using basic or advanced options."
msgstr ""
-#: doc_save.xhp#par_id9009674.help.text
-msgid "You enter this file name"
+#. m;=i
+#: pasting.xhp
+msgctxt ""
+"pasting.xhp\n"
+"par_idN1077E\n"
+"help.text"
+msgid "<emph>Transpose</emph>: swaps the rows and the columns of the cell range to be pasted."
msgstr ""
-#: doc_save.xhp#par_id485549.help.text
-msgid "You select this file type"
+#. !mNr
+#: pasting.xhp
+msgctxt ""
+"pasting.xhp\n"
+"par_idN10785\n"
+"help.text"
+msgid "<emph>Link</emph>: pastes the cell range as a link. If the source file changes, the pasted cells change also."
msgstr ""
-#: doc_save.xhp#par_id3987243.help.text
-msgid "File is saved with this name"
+#. ;F$0
+#: pasting.xhp
+msgctxt ""
+"pasting.xhp\n"
+"par_idN1078C\n"
+"help.text"
+msgid "The other options are explained in the help, when you call the <link href=\"text/shared/01/02070000.xhp\">Paste Special</link> dialog from within %PRODUCTNAME Calc."
msgstr ""
-#: doc_save.xhp#par_id7681814.help.text
-msgid "my file"
+#. N`(r
+#: pasting.xhp
+msgctxt ""
+"pasting.xhp\n"
+"par_idN107BA\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02070000.xhp\">Paste Special</link>"
msgstr ""
-#: doc_save.xhp#par_id9496749.help.text
-msgctxt "doc_save.xhp#par_id9496749.help.text"
-msgid "ODF Text"
+#. S9]|
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"tit\n"
+"help.text"
+msgid "Collaboration"
msgstr ""
-#: doc_save.xhp#par_id342417.help.text
-msgctxt "doc_save.xhp#par_id342417.help.text"
-msgid "my file.odt"
+#. $=f~
+#: collab.xhp
+#, fuzzy
+msgctxt ""
+"collab.xhp\n"
+"bm_id4459669\n"
+"help.text"
+msgid "<bookmark_value>sharing documents</bookmark_value><bookmark_value>collaboration</bookmark_value><bookmark_value>file locking with collaboration</bookmark_value><bookmark_value>locked documents</bookmark_value>"
+msgstr "<bookmark_value>მოწესრიგება; ობიექტები (სახელმძღვანელო)</bookmark_value><bookmark_value>ობიექტები;გასწორება</bookmark_value><bookmark_value>distributing draw objects</bookmark_value><bookmark_value>გასწორება;ობიექტების ხატვა</bookmark_value>"
+
+#. *f+l
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"hd_id130008\n"
+"help.text"
+msgid "<variable id=\"collab\"><link href=\"text/shared/guide/collab.xhp\">Collaboration</link></variable>"
msgstr ""
-#: doc_save.xhp#par_id5087130.help.text
-msgctxt "doc_save.xhp#par_id5087130.help.text"
-msgid "my file.odt"
+#. o@gU
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id5821710\n"
+"help.text"
+msgid "In %PRODUCTNAME Writer, Impress, and Draw, only one user at a time can open any document for writing. In Calc, many users can open the same spreadsheet for writing at the same time."
msgstr ""
-#: doc_save.xhp#par_id7523728.help.text
-msgctxt "doc_save.xhp#par_id7523728.help.text"
-msgid "ODF Text"
+#. mU0M
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id9590136\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Share Document dialog where you can enable or disable collaborative sharing of the document.</ahelp>"
msgstr ""
-#: doc_save.xhp#par_id8994109.help.text
-msgctxt "doc_save.xhp#par_id8994109.help.text"
-msgid "my file.odt"
+#. .c4o
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id2519913\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enable to share the current document with other users. Disable to use the document unshared. This will invalidate the not yet saved edits that other users applied in the time since you last opened or saved this document.</ahelp>"
msgstr ""
-#: doc_save.xhp#par_id266426.help.text
-msgctxt "doc_save.xhp#par_id266426.help.text"
-msgid "my file.txt"
+#. ^1XR
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"hd_id6917020\n"
+"help.text"
+msgid "Collaboration in Calc"
msgstr ""
-#: doc_save.xhp#par_id3031098.help.text
-msgctxt "doc_save.xhp#par_id3031098.help.text"
-msgid "ODF Text"
+#. ,$7;
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id4411145\n"
+"help.text"
+msgid "In %PRODUCTNAME Calc, document sharing allows simultaneous write access for many users. Every user who wants to collaborate should enter a name on the <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - User Data</emph> tab page."
msgstr ""
-#: doc_save.xhp#par_id8276619.help.text
-msgid "my file.txt.odt"
+#. :rU!
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id6799218\n"
+"help.text"
+msgid "Some commands are not available (grayed out) when change tracking or document sharing is activated. For a new spreadsheet you cannot apply or insert the grayed out elements."
msgstr ""
-#: doc_save.xhp#par_id7824030.help.text
-msgctxt "doc_save.xhp#par_id7824030.help.text"
-msgid "my file.txt"
+#. WW`h
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"hd_id3274941\n"
+"help.text"
+msgid "Creating a new spreadsheet"
msgstr ""
-#: doc_save.xhp#par_id7534104.help.text
-msgid "Text (.txt)"
+#. tI-c
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id9804681\n"
+"help.text"
+msgid "User A creates a new spreadsheet document. The following conditions can apply:"
msgstr ""
-#: doc_save.xhp#par_id209051.help.text
-msgctxt "doc_save.xhp#par_id209051.help.text"
-msgid "my file.txt"
+#. B+\Q
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id2109744\n"
+"help.text"
+msgid "The user does not want to share the spreadsheet for collaboration."
msgstr ""
-#: doc_save.xhp#par_id3153524.6.help.text
-#, fuzzy
-msgctxt "doc_save.xhp#par_id3153524.6.help.text"
-msgid "<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">Save As</link>"
-msgstr "<link href=\"text/scalc/01/04050000.xhp\" name=\"ფურცელი\">ფურცელი</link>"
+#. /SSs
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id5374614\n"
+"help.text"
+msgid "User A opens, edits, and saves the document as described above for Writer, Impress, and Draw document."
+msgstr ""
-#: doc_save.xhp#par_id3154140.7.help.text
-msgctxt "doc_save.xhp#par_id3154140.7.help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\">Load/Save - General</link>"
+#. U=HZ
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id768761\n"
+"help.text"
+msgid "The user wants to share the document for collaboration."
msgstr ""
-#: breaking_lines.xhp#tit.help.text
-msgid "Inserting Line Breaks in Cells"
+#. [r_s
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id6844691\n"
+"help.text"
+msgid "The user chooses <item type=\"menuitem\">Tools - Share Document</item> to activate the collaboration features for this document. A dialog opens where the user can choose to enable or disable sharing. If the user enables sharing, the document will be saved in shared mode, which is also shown on the title bar."
msgstr ""
-#: breaking_lines.xhp#bm_id6305734.help.text
-msgid "<bookmark_value>line breaks; in cells</bookmark_value> <bookmark_value>cells; line breaks</bookmark_value> <bookmark_value>text flow; in cells</bookmark_value> <bookmark_value>text breaks in cells</bookmark_value> <bookmark_value>wrapping text; in cells</bookmark_value> <bookmark_value>words; wrapping in cells</bookmark_value> <bookmark_value>automatic line breaks</bookmark_value> <bookmark_value>new lines in cells</bookmark_value> <bookmark_value>inserting;line breaks in cells</bookmark_value> <bookmark_value>tables;inserting line breaks</bookmark_value>"
+#. 6U!l
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id5288857\n"
+"help.text"
+msgid "The <item type=\"menuitem\">Tools - Share Document</item> command can be used to switch the mode for the current document from unshared mode to shared mode. If you want to use a shared document in unshared mode, you would save the shared document using another name or path. This creates a copy of the spreadsheet that is not shared."
msgstr ""
-#: breaking_lines.xhp#par_idN106D5.help.text
-msgid "<variable id=\"breaking_lines\"><link href=\"text/shared/guide/breaking_lines.xhp\">Inserting Line Breaks in Cells</link></variable>"
+#. vg1\
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"hd_id8842127\n"
+"help.text"
+msgid "Opening a spreadsheet"
msgstr ""
-#: breaking_lines.xhp#par_idN106D9.help.text
-msgid "Inserting line breaks in $[officename] Calc spreadsheet cells"
+#. DHll
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id7276528\n"
+"help.text"
+msgid "User A opens a spreadsheet document. The following conditions can apply:"
msgstr ""
-#: breaking_lines.xhp#par_idN106E0.help.text
-msgid "To insert a line break in a spreadsheet cell, press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter keys. "
+#. 7`Js
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id8363902\n"
+"help.text"
+msgid "The spreadsheet document is not in shared mode."
msgstr ""
-#: breaking_lines.xhp#par_idN106E3.help.text
-msgid "This will work only with the text edit cursor inside the cell, not at the input line. So first double-click the cell, then single-click at the text position where you want the line break."
+#. j_A8
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id5974303\n"
+"help.text"
+msgid "The user can open, edit, and save the document as described above for Writer, Impress, and Draw documents."
msgstr ""
-#: breaking_lines.xhp#par_id0509200914160968.help.text
-msgid "You can search for a newline character in the Find & Replace dialog by searching for \\n as a regular expression. You can use the text function CHAR(10) to insert a newline character into a text formula."
+#. !*ll
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id5323343\n"
+"help.text"
+msgid "The spreadsheet document is in shared mode."
msgstr ""
-#: breaking_lines.xhp#par_idN106E6.help.text
-msgid "Formatting $[officename] Calc cells for automatic line wrapping"
+#. K%f(
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id5824457\n"
+"help.text"
+msgid "The user sees a message that the document is in shared mode and that some features are not available in this mode. The user can disable this message for the future. After clicking OK, the document is opened in shared mode."
msgstr ""
-#: breaking_lines.xhp#par_idN106ED.help.text
-msgid "Select the cells for which you want an automatic line break."
+#. GQ0c
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id5800653\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">If the same contents are changed by different users, the Resolve Conflicts dialog opens. For each conflict, decide which changes to keep.</ahelp>"
msgstr ""
-#: breaking_lines.xhp#par_idN106F1.help.text
-msgid "Choose <emph>Format - Cells - Alignment</emph>."
+#. ]B%b
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id6263924\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Keeps your change, voids the other change.</ahelp>"
msgstr ""
-#: breaking_lines.xhp#par_idN106F9.help.text
-msgid "Select <emph>Wrap text automatically</emph>."
+#. JOaA
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id3609118\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Keeps the change of the other user, voids your change.</ahelp>"
msgstr ""
-#: breaking_lines.xhp#par_idN10700.help.text
-msgid "Inserting line breaks in $[officename] Writer text document tables"
+#. 8s#D
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id7184057\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Keeps all your changes, voids all other changes.</ahelp>"
msgstr ""
-#: breaking_lines.xhp#par_idN10707.help.text
-msgid "To insert a line break in a text document table cell, press the Enter key."
+#. nu_V
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id786767\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Keeps the changes of all other users, voids your changes.</ahelp>"
msgstr ""
-#: breaking_lines.xhp#par_idN1070A.help.text
-msgid "An automatic line break will be performed while you type across the end of each cell."
+#. =xYF
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"hd_id2934965\n"
+"help.text"
+msgid "Saving a shared spreadsheet document"
msgstr ""
-#: breaking_lines.xhp#par_idN10718.help.text
-msgid "<link href=\"text/shared/01/05340300.xhp\">Alignment</link>"
+#. H85b
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id1174657\n"
+"help.text"
+msgid "User A saves a shared document. The following conditions can apply:"
msgstr ""
-#: xsltfilter_create.xhp#tit.help.text
-msgid "Creating XML Filters "
+#. 7N.K
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id2577593\n"
+"help.text"
+msgid "The document was not modified and saved by another user since user A opened the document."
msgstr ""
-#: xsltfilter_create.xhp#bm_id7007583.help.text
-msgid "<bookmark_value>testing XML filters</bookmark_value><bookmark_value>XML filters;creating/testing</bookmark_value>"
+#. _\js
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id5883968\n"
+"help.text"
+msgid "The document is saved."
msgstr ""
-#: xsltfilter_create.xhp#hd_id1413922.help.text
-msgid "<variable id=\"xsltfilter\"><link href=\"text/shared/guide/xsltfilter_create.xhp\">Creating XML Filters</link> </variable>"
+#. Vf^(
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id9049653\n"
+"help.text"
+msgid "The document was modified and saved by another user since user A opened the document."
msgstr ""
-#: xsltfilter_create.xhp#par_idN1053D.help.text
-msgid "Creating an XML Filter for %PRODUCTNAME"
+#. ^yk[
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id1976683\n"
+"help.text"
+msgid "If the changes do not conflict, the document is saved."
msgstr ""
-#: xsltfilter_create.xhp#par_idN109A9.help.text
-msgid "When you create an XML filter for %PRODUCTNAME, you need to design an <emph>XSLT stylesheet</emph> that can convert to and from the OpenDocument XML file format."
+#. aUIG
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id43946\n"
+"help.text"
+msgid "If the changes conflict, the Resolve Conflicts dialog will be shown. User A must decide for the conflicts which version to keep, \"Keep Mine\" or \"Keep Other\". When all conflicts are resolved, the document is saved. While user A resolves the conflicts, no other user is able to save the shared document."
msgstr ""
-#: xsltfilter_create.xhp#par_idN109B0.help.text
-msgid "For more information about the OpenDocument XML format, go to <link href=\"http://xml.openoffice.org/\">http://xml.openoffice.org/</link>."
+#. aT$Y
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id6449171\n"
+"help.text"
+msgid "Another user tries to save the shared document and resolves conflicts in this moment."
msgstr ""
-#: xsltfilter_create.xhp#par_idN109C5.help.text
-msgid "If you want, you can include a <emph>template</emph> with your filter to apply %PRODUCTNAME styles to an XML document that you import."
+#. x_2y
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id7101046\n"
+"help.text"
+msgid "User A sees a message that a merge-in is in progress. User A can choose to cancel the save command for now, or retry saving some time later."
msgstr ""
-#: xsltfilter_create.xhp#par_idN109CC.help.text
-msgid "You can also include the <emph>Document Type Definition</emph> (DTD) for the external XML format so you can validate the XML format, for example, when you test the filter."
+#. YYx1
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id7186498\n"
+"help.text"
+msgid "When a user successfully saves a shared spreadsheet, the document will be reloaded after the save command, so that the spreadsheet shows the latest version of all changes that got saved by all users. A message shows that \"foreign changes have been added\" when another user did change some contents."
msgstr ""
-#: xsltfilter_create.xhp#par_idN10531.help.text
-msgid "To Create an XML Filter"
+#. Hg4;
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"hd_id2871791\n"
+"help.text"
+msgid "Collaboration in Writer, Impress, and Draw"
msgstr ""
-#: xsltfilter_create.xhp#par_idN109E0.help.text
-msgid "Create an XSLT transformation <emph>stylesheet</emph> that maps the elements of the external XML format to the elements of the OpenDocument XML file format and back again."
+#. gMUk
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id2675862\n"
+"help.text"
+msgid "For all modules Writer, Impress, Draw, and for Calc when document sharing is not enabled, a file locking is possible. This file locking is available even when accessing the same document from different operating systems:"
msgstr ""
-#: xsltfilter_create.xhp#par_idN109E8.help.text
-msgid "Create a template that assigns %PRODUCTNAME styles to elements in the external XML format when you import a file in this format into %PRODUCTNAME."
+#. qj(O
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id7333597\n"
+"help.text"
+msgid "User A opens a document. The following conditions can apply:"
msgstr ""
-#: xsltfilter_create.xhp#par_idN109EC.help.text
-msgid "In %PRODUCTNAME Writer, create a text document, and choose <item type=\"menuitem\">Tools - XML Filter Settings</item>."
+#. AvnD
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id9976195\n"
+"help.text"
+msgid "The document is not locked by any other user."
msgstr ""
-#: xsltfilter_create.xhp#par_idN109F4.help.text
-#, fuzzy
-msgid "Click <emph>New</emph>."
-msgstr "დააწკაპუნეთ <emph>ძიება</emph>."
+#. ~0Gu
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id2507400\n"
+"help.text"
+msgid "This document will be opened for read and write access by user A. The document will be locked for other users until user A closes the document."
+msgstr ""
-#: xsltfilter_create.xhp#par_idN109FC.help.text
-msgid "In the <emph>XML Filter</emph> dialog, click the <emph>General</emph> tab, and define the properties of the filter."
+#. {!U*
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id216681\n"
+"help.text"
+msgid "The document is marked as \"read-only\" by the file system."
msgstr ""
-#: xsltfilter_create.xhp#par_idN10A03.help.text
-msgid "In the <emph>Filter Name</emph> box, enter a name for the XML filter."
+#. R!}7
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id7709585\n"
+"help.text"
+msgid "This document will be opened in read-only mode. Editing is not allowed. User A can save the document using another document name or another path. User A can edit this copy."
msgstr ""
-#: xsltfilter_create.xhp#par_idN10CA1.help.text
-msgid "This name is displayed in the <emph>XML Filter Settings</emph> dialog."
+#. kmbP
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id4309518\n"
+"help.text"
+msgid "The document is locked by another user."
msgstr ""
-#: xsltfilter_create.xhp#par_idN10A09.help.text
-msgid "In the <emph>Application</emph> box, select the %PRODUCTNAME application that the filter is for."
+#. LjF6
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id206610\n"
+"help.text"
+msgid "User A sees a dialog that tells the user the document is locked. The dialog offers to open the document in read-only mode, or to open a copy for editing, or to cancel the Open command."
msgstr ""
-#: xsltfilter_create.xhp#par_idN10A0F.help.text
-msgid "In the <emph>Name of File Type</emph> box, enter the file type that the filter is for."
+#. afhX
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"hd_id29349651\n"
+"help.text"
+msgid "User access permissions and sharing documents"
msgstr ""
-#: xsltfilter_create.xhp#par_idN10CC6.help.text
-msgid "This name is displayed in the list of file types in the <emph>Open</emph>, <emph>Export</emph>, and <emph>Save As</emph> dialogs."
+#. Y,O{
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id11746571\n"
+"help.text"
+msgid "Some conditions must be met on operating systems with a user permission management."
msgstr ""
-#: xsltfilter_create.xhp#par_idN10A15.help.text
-msgid "In the <emph>File extension</emph> box, enter the extension for the exported file."
+#. ,=Er
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id25775931\n"
+"help.text"
+msgid "The shared file needs to reside in a location which is accessible by all collaborators."
msgstr ""
-#: xsltfilter_create.xhp#par_idN10A1B.help.text
-msgid "To differentiate the file from other XML files, enter an extension other than *.xml."
+#. @_ps
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id90496531\n"
+"help.text"
+msgid "The file permissions for both the document and the corresponding lock file need to be set so that all collaborators can create, delete, and change the files."
msgstr ""
-#: xsltfilter_create.xhp#par_idN10A1F.help.text
-msgid "On the <emph>Transformation</emph> tab page, define the transformation properties for the filter."
+#. 0[1O
+#: collab.xhp
+msgctxt ""
+"collab.xhp\n"
+"par_id71864981\n"
+"help.text"
+msgid "Write access also enables other users to (accidentally or deliberately) delete or change a file."
msgstr ""
-#: xsltfilter_create.xhp#par_idN10A26.help.text
-msgid "(Optional) In the <emph>DocType</emph> box, enter the document type identifier for the external file format."
+#. !do_
+#: collab.xhp
+#, fuzzy
+msgctxt ""
+"collab.xhp\n"
+"par_id4263740\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">Save As</link>"
+msgstr "<link href=\"text/scalc/01/04050000.xhp\" name=\"ფურცელი\">ფურცელი</link>"
+
+#. SU4X
+#: data_queries.xhp
+msgctxt ""
+"data_queries.xhp\n"
+"tit\n"
+"help.text"
+msgid "Working with Queries"
msgstr ""
-#: xsltfilter_create.xhp#par_idN10D0E.help.text
-msgid "This identifier is used to detect the file type on import."
+#. q,W\
+#: data_queries.xhp
+msgctxt ""
+"data_queries.xhp\n"
+"bm_id840784\n"
+"help.text"
+msgid "<bookmark_value>databases;creating queries</bookmark_value><bookmark_value>filtering;data in databases</bookmark_value><bookmark_value>queries;defining (Base)</bookmark_value><bookmark_value>defining;queries (Base)</bookmark_value><bookmark_value>wizards;database queries</bookmark_value><bookmark_value>Query Wizard (Base)</bookmark_value>"
msgstr ""
-#: xsltfilter_create.xhp#par_idN10A2C.help.text
-msgid "(Optional) In the <emph>DTD</emph> box, enter the path and file name of the DTD for the external file format."
+#. !i(l
+#: data_queries.xhp
+msgctxt ""
+"data_queries.xhp\n"
+"par_idN105F9\n"
+"help.text"
+msgid "<variable id=\"data_queries\"><link href=\"text/shared/guide/data_queries.xhp\">Working with Queries</link></variable>"
msgstr ""
-#: xsltfilter_create.xhp#par_idN10D1F.help.text
-msgid "This DTD is used to validate the files on export."
+#. exj(
+#: data_queries.xhp
+msgctxt ""
+"data_queries.xhp\n"
+"par_idN10617\n"
+"help.text"
+msgid "If you often want to access only a subset of your data that can be well defined by a filter condition, you can define a query. This is basically a name for the new view at the filtered data. You open the query and see the current data in the table layout that you defined."
msgstr ""
-#: xsltfilter_create.xhp#par_idN10A32.help.text
-msgid "In the <emph>XSLT for export</emph> box, enter the path and file name of the XSLT stylesheet that defines the transformation from OpenDocument format to the external format."
+#. A3T(
+#: data_queries.xhp
+msgctxt ""
+"data_queries.xhp\n"
+"par_idN1061A\n"
+"help.text"
+msgid "Creating a New Query With the Query Wizard"
msgstr ""
-#: xsltfilter_create.xhp#par_idN10A38.help.text
-msgid "In the <emph>XSLT for import</emph> box, enter the path and file name to the XSLT stylesheet that defines the transformation from the external format to OpenDocument format."
+#. hHdI
+#: data_queries.xhp
+msgctxt ""
+"data_queries.xhp\n"
+"par_idN1061E\n"
+"help.text"
+msgid "In %PRODUCTNAME you can create a new query using the <link href=\"text/shared/explorer/database/querywizard00.xhp\">Query Wizard</link>:"
msgstr ""
-#: xsltfilter_create.xhp#par_idN10A3E.help.text
-msgid "(Optional) In the <emph>Template for import</emph> box, enter the path and name of the template that defines the %PRODUCTNAME styles that are used in the imported file."
+#. [GCS
+#: data_queries.xhp
+msgctxt ""
+"data_queries.xhp\n"
+"par_idN10632\n"
+"help.text"
+msgid "Open the database file where you want to create the new query."
msgstr ""
-#: xsltfilter_create.xhp#par_idN10A44.help.text
-msgid "The files that are specified on the <emph>Transformation</emph> tab page are copied to the local %PRODUCTNAME users directory."
+#. JB:D
+#: data_queries.xhp
+msgctxt ""
+"data_queries.xhp\n"
+"par_idN10636\n"
+"help.text"
+msgid "In the left pane of the database window, click the <emph>Queries</emph> icon."
msgstr ""
-#: xsltfilter_create.xhp#par_idN10A4C.help.text
-#, fuzzy
-msgctxt "xsltfilter_create.xhp#par_idN10A4C.help.text"
-msgid "Click <emph>OK</emph>."
-msgstr "დააწკაპუნეთ <emph>ძიება</emph>."
+#. ),ZK
+#: data_queries.xhp
+msgctxt ""
+"data_queries.xhp\n"
+"par_idN1063E\n"
+"help.text"
+msgid "Click <emph>Use Wizard to Create Query</emph>."
+msgstr ""
-#: xsltfilter_create.xhp#par_idN10A56.help.text
-msgid "To Test an XML Filter"
+#. 2xlw
+#: data_queries.xhp
+msgctxt ""
+"data_queries.xhp\n"
+"par_idN10645\n"
+"help.text"
+msgid "Creating a New Query With the Design View"
msgstr ""
-#: xsltfilter_create.xhp#par_idN10A5A.help.text
-msgid "You can perform basic tests on a custom XML filter in %PRODUCTNAME."
+#. 2i#+
+#: data_queries.xhp
+msgctxt ""
+"data_queries.xhp\n"
+"par_idN1064C\n"
+"help.text"
+msgid "Open the database file where you want to create the new query."
msgstr ""
-#: xsltfilter_create.xhp#par_idN10A91.help.text
-msgid "The document is not altered by these tests. "
+#. 2Ygg
+#: data_queries.xhp
+msgctxt ""
+"data_queries.xhp\n"
+"par_idN10650\n"
+"help.text"
+msgid "In the left pane of the database window, click the <emph>Queries</emph> icon."
msgstr ""
-#: xsltfilter_create.xhp#par_idN10A60.help.text
-msgid "Create or open a text document."
+#. 9`4k
+#: data_queries.xhp
+msgctxt ""
+"data_queries.xhp\n"
+"par_idN10658\n"
+"help.text"
+msgid "Click <emph>Create Query in Design View</emph>."
msgstr ""
-#: xsltfilter_create.xhp#par_idN10A67.help.text
-msgid "Choose <item type=\"menuitem\">Tools - XML Filter Settings</item>."
+#. @:DL
+#: data_queries.xhp
+msgctxt ""
+"data_queries.xhp\n"
+"par_idN1065F\n"
+"help.text"
+msgid "You see the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
msgstr ""
-#: xsltfilter_create.xhp#par_idN10A6F.help.text
-msgid "In the list of filters, select the filter that you want to test, and click <emph>Test XSLTs</emph>."
+#. U\N*
+#: data_queries.xhp
+msgctxt ""
+"data_queries.xhp\n"
+"par_idN1067B\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/explorer/database/main.xhp#base\"/>"
msgstr ""
-#: xsltfilter_create.xhp#par_idN10A82.help.text
-msgid "To test an <emph>Export</emph> Filter, do one of the following in the <emph>Export</emph> area of the dialog:"
+#. U?=/
+#: data_queries.xhp
+msgctxt ""
+"data_queries.xhp\n"
+"par_idN10683\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/guide/database_main.xhp#database_main\"/>"
msgstr ""
-#: xsltfilter_create.xhp#par_idN10DEB.help.text
-msgid "Click <emph>Browse</emph>, select the %PRODUCTNAME document that you want to test, and click <emph>Open</emph>."
+#. 6zi?
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"tit\n"
+"help.text"
+msgid "Mobile Device Filters for Pocket Device Appliances"
msgstr ""
-#: xsltfilter_create.xhp#par_idN10DF7.help.text
-msgid "To test the current document, click <emph>Current Document</emph>."
+#. 241P
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"bm_id3147143\n"
+"help.text"
+msgid "<bookmark_value>mobile device filters</bookmark_value><bookmark_value>pocket device appliances</bookmark_value><bookmark_value>$[officename] documents;mobile device filters</bookmark_value><bookmark_value>Palm file filters</bookmark_value><bookmark_value>Pocket PC file filters</bookmark_value><bookmark_value>saving;documents for mobile devices</bookmark_value><bookmark_value>opening;mobile device documents</bookmark_value><bookmark_value>converting;Pocket PC formats</bookmark_value><bookmark_value>synchronizing;Pocket PC and $[officename] formats</bookmark_value><bookmark_value>installing;mobile device filters</bookmark_value><bookmark_value>file filters;mobile devices</bookmark_value>"
msgstr ""
-#: xsltfilter_create.xhp#par_idN10A99.help.text
-msgid "To test an <emph>Import</emph> Filter, click <emph>Browse</emph> in the <emph>Import</emph> area of the dialog, select a document, and click <emph>Open</emph>."
+#. Jr(4
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"hd_id3147143\n"
+"33\n"
+"help.text"
+msgid "<variable id=\"mobiledevicefilters\"><link href=\"text/shared/guide/mobiledevicefilters.xhp\" name=\"Mobile Devices Filters for Pocket Device Appliances\">Mobile Devices Filters for Pocket Device Appliances</link></variable>"
msgstr ""
-#: xsltfilter_create.xhp#par_idN10E32.help.text
-msgid "To validate the transformed file against the specified DTD, click <emph>Validate</emph>."
+#. 4aT0
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"par_id3143267\n"
+"1\n"
+"help.text"
+msgid "You can save and open documents to and from several mobile devices file formats."
msgstr ""
-#: xsltfilter_create.xhp#par_id8579668.help.text
-msgctxt "xsltfilter_create.xhp#par_id8579668.help.text"
-msgid "<link href=\"text/shared/guide/xsltfilter.xhp\">About XML Filters</link>"
+#. @WVe
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"par_id3146957\n"
+"2\n"
+"help.text"
+msgid "Currently the following filters are available:"
msgstr ""
-#: xsltfilter_create.xhp#par_id5569017.help.text
-msgctxt "xsltfilter_create.xhp#par_id5569017.help.text"
-msgid "<link href=\"text/shared/guide/xsltfilter_distribute.xhp\">Distributing XML filters</link>"
+#. H/l*
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"par_id3154823\n"
+"3\n"
+"help.text"
+msgid "AportisDoc for Palm OS compatible devices"
msgstr ""
-#: active_help_on_off.xhp#tit.help.text
-msgid "Turning Extended Tips On and Off"
+#. Z3an
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"par_id3147209\n"
+"4\n"
+"help.text"
+msgid "Pocket Excel for Pocket PC compatible devices"
msgstr ""
-#: active_help_on_off.xhp#bm_id3156414.help.text
-msgid "<bookmark_value>Help; extended tips on/off</bookmark_value><bookmark_value>extended tips in Help</bookmark_value><bookmark_value>tips;extended tips in Help</bookmark_value><bookmark_value>tooltips;extended tips</bookmark_value><bookmark_value>activating;extended help tips</bookmark_value>"
+#. bd%R
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"par_id3166460\n"
+"5\n"
+"help.text"
+msgid "Pocket Word for Pocket PC compatible devices"
msgstr ""
-#: active_help_on_off.xhp#hd_id3156414.1.help.text
-msgid "<variable id=\"active_help_on_off\"><link href=\"text/shared/guide/active_help_on_off.xhp\" name=\"Turning Extended Tips On and Off\">Turning Extended Tips On and Off</link></variable>"
+#. pW|)
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"par_id3147653\n"
+"6\n"
+"help.text"
+msgid "Installing the Pocket PC filters under Windows will also install a DLL file that supports the synchronization software of your Pocket PC."
msgstr ""
-#: active_help_on_off.xhp#par_id3157958.2.help.text
-msgid "<emph>Extended tips</emph> provide a brief description of the function of a particular icon, text box or menu command when you rest your cursor on that item."
+#. Ht}e
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"par_id3153252\n"
+"7\n"
+"help.text"
+msgid "The Java Runtime Environment is required to use the mobile device filters."
msgstr ""
-#: active_help_on_off.xhp#hd_id3155339.3.help.text
-msgid "To turn Extended Tips on and off:"
+#. ct$0
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"hd_id3153665\n"
+"8\n"
+"help.text"
+msgid "Installing the mobile device filters"
msgstr ""
-#: active_help_on_off.xhp#par_id3154823.4.help.text
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - General</emph>, and check <emph>Extended tips</emph>."
+#. NT,T
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"par_id3148685\n"
+"9\n"
+"help.text"
+msgid "Close $[officename] and the Quickstarter."
msgstr ""
-#: active_help_on_off.xhp#par_id3149398.5.help.text
-msgid "A check mark indicates that the extended tips are activated."
+#. j{D}
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"par_id3156023\n"
+"10\n"
+"help.text"
+msgid "If you are using the Windows operating system with ActiveSync installed, disconnect any Pocket PC device from ActiveSync."
msgstr ""
-#: active_help_on_off.xhp#hd_id3149811.6.help.text
-msgid "To turn Extended Tips on temporarily:"
+#. C^v;
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"par_id3153061\n"
+"11\n"
+"help.text"
+msgid "Start the $[officename] Setup program:"
msgstr ""
-#: active_help_on_off.xhp#par_id3153541.7.help.text
-msgid "Press the shortcut keys Shift+F1 to activate extended tips once."
+#. \+mp
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"par_idN107E7\n"
+"help.text"
+msgid "Open the Windows <emph>Start</emph> button, choose <emph>Control Panel</emph>, double-click <emph>Add or Remove Programs</emph>, select the %PRODUCTNAME %PRODUCTVERSION entry, click <emph>Change</emph>."
msgstr ""
-#: active_help_on_off.xhp#par_id3153825.8.help.text
-msgid "A question mark appears beside the mouse pointer. You can move this <emph>Help Mouse Pointer</emph> over all controls, icons and menu commands to obtain a description of the command. The <emph>Help Mouse Pointer</emph> is disabled the next time you click the mouse."
+#. Tk;N
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"par_id3146794\n"
+"12\n"
+"help.text"
+msgid "In Setup, choose the <emph>Modify</emph> option and click <emph>Next</emph>."
msgstr ""
-#: hyperlink_edit.xhp#tit.help.text
-msgid "Editing Hyperlinks"
+#. ITSQ
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"par_id3151054\n"
+"13\n"
+"help.text"
+msgid "Open the <emph>Optional Components</emph> entry, then open the <emph>Mobile Device Filters</emph> entry. Select the filters you want to install."
msgstr ""
-#: hyperlink_edit.xhp#bm_id3153910.help.text
-msgid "<bookmark_value>hyperlinks; editing</bookmark_value><bookmark_value>links; editing hyperlinks</bookmark_value><bookmark_value>editing; hyperlinks</bookmark_value><bookmark_value>text attributes; hyperlinks</bookmark_value><bookmark_value>buttons;editing hyperlink buttons</bookmark_value><bookmark_value>URL;changing hyperlink URLs</bookmark_value>"
+#. j}GO
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"par_id3154138\n"
+"14\n"
+"help.text"
+msgid "Click <emph>Next</emph>, <emph>Next</emph>, <emph>Install</emph>, <emph>Finish</emph> to install the filters and exit the Setup program."
msgstr ""
-#: hyperlink_edit.xhp#hd_id3153910.11.help.text
-msgid "<variable id=\"hyperlink_edit\"><link href=\"text/shared/guide/hyperlink_edit.xhp\" name=\"Editing Hyperlinks\">Editing Hyperlinks</link></variable>"
+#. K@3L
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"hd_id3154123\n"
+"15\n"
+"help.text"
+msgid "Saving $[officename] documents for a mobile device"
msgstr ""
-#: hyperlink_edit.xhp#par_id4124881.help.text
-msgid "When you <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>-click a hyperlink in a Writer document, your web browser opens with the requested web address. If you don't use a mouse, position the cursor inside the hyperlink and open the context menu by Shift+F10, then choose Open Hyperlink."
+#. -J0[
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"par_id3153192\n"
+"16\n"
+"help.text"
+msgid "Choose <emph>File - Save As</emph>."
msgstr ""
-#: hyperlink_edit.xhp#hd_id3145071.26.help.text
-msgid "Change the text of a hyperlink as follows"
+#. ^5Q;
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"par_id3148672\n"
+"17\n"
+"help.text"
+msgid "Open the <emph>File type</emph> box and select the appropriate filter."
msgstr ""
-#: hyperlink_edit.xhp#par_id3166410.12.help.text
-msgid "In Writer documents, you can click anywhere into a hyperlink and edit the visible text. "
+#. SmnV
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"par_id3145419\n"
+"18\n"
+"help.text"
+msgid "Enter a name and click <emph>Save</emph>."
msgstr ""
-#: hyperlink_edit.xhp#par_id2690511.help.text
-msgid "If you leave the hyperlink by positioning the cursor somewhere else, only the visible text will be changed."
+#. Ue2K
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"hd_id3153768\n"
+"19\n"
+"help.text"
+msgid "Opening mobile device documents in $[officename]"
msgstr ""
-#: hyperlink_edit.xhp#par_id1983092.help.text
-msgid "If you leave the hyperlink by entering a space character directly following the last character, the AutoCorrect - if enabled - will change the target URL to be the same as the visible text."
+#. g_WM
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"par_id3147287\n"
+"20\n"
+"help.text"
+msgid "Choose <emph>File - Open</emph>."
msgstr ""
-#: hyperlink_edit.xhp#par_id333262.help.text
-msgid "In all document types, you can open the Hyperlink dialog to edit a hyperlink. First set the cursor into the hyperlink or directly in front of the hyperlink, then click the Hyperlink icon on the Standard bar."
+#. d75Y
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"par_id3147428\n"
+"21\n"
+"help.text"
+msgid "Open the <emph>File type</emph> box and select the appropriate filter."
msgstr ""
-#: hyperlink_edit.xhp#hd_id3158432.30.help.text
-msgid "Change the URL of a hyperlink as follows"
+#. q/c^
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"par_id3148618\n"
+"22\n"
+"help.text"
+msgid "Select the file and click <emph>Open</emph>."
msgstr ""
-#: hyperlink_edit.xhp#par_id3150503.31.help.text
-msgid "As described above, open <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink Dialog\">Hyperlink Dialog</link>."
+#. W@P:
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"hd_id3159196\n"
+"23\n"
+"help.text"
+msgid "Synchronizing file types"
msgstr ""
-#: hyperlink_edit.xhp#hd_id3148686.33.help.text
-msgid "Change the attribute of all hyperlinks"
+#. ==A?
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"par_id3145272\n"
+"24\n"
+"help.text"
+msgid "To convert Pocket PC formats to and from $[officename] formats, you must first change some options within ActiveSync. To do this, open the ActiveSync window and open its Options dialog. Perform the following steps:"
msgstr ""
-#: hyperlink_edit.xhp#par_id3148943.25.help.text
-msgid "Open the Styles and Formatting window."
+#. ofDY
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"par_id3149064\n"
+"25\n"
+"help.text"
+msgid "Select the <emph>Rules</emph> tab."
msgstr ""
-#: hyperlink_edit.xhp#par_idN10826.help.text
-msgid "Click the Character Styles icon."
+#. 0YKM
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"par_id3147216\n"
+"26\n"
+"help.text"
+msgid "Click the <emph>Conversion Settings</emph> button."
msgstr ""
-#: hyperlink_edit.xhp#par_idN1082C.help.text
-msgid "Right-click the \"Internet Link\" or \"Visited Internet Link\" character style, and choose <emph>Modify</emph>."
+#. @1rG
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"par_id3154145\n"
+"27\n"
+"help.text"
+msgid "Click the <emph>Device to Desktop</emph> tab."
msgstr ""
-#: hyperlink_edit.xhp#par_idN10834.help.text
-msgid "In the dialog, select the new attributes, and click <emph>OK</emph>."
+#. ANSI
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"par_id3159155\n"
+"28\n"
+"help.text"
+msgid "Select <emph>Pocket Word Document - Pocket PC</emph> and click <emph>Edit</emph>."
msgstr ""
-#: hyperlink_edit.xhp#hd_id3147530.34.help.text
-msgid "Edit a hyperlink button"
+#. q=o8
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"par_id3154638\n"
+"29\n"
+"help.text"
+msgid "In the drop down list of available conversions, select <emph>$[officename] Writer </emph>and click <emph>OK</emph>."
msgstr ""
-#: hyperlink_edit.xhp#par_id3152361.13.help.text
-msgid "If the hyperlink is a button, click on the border to select it, or press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key while clicking. Open the <emph>Properties</emph> dialog through the context menu. You can edit the label text under \"Caption,\" and modify the address in the \"URL\" field."
+#. DHr2
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"par_id3149958\n"
+"30\n"
+"help.text"
+msgid "Repeat steps 4 and 5 for <emph>Pocket Excel Workbook</emph> selecting <emph>$[officename] Calc</emph>."
msgstr ""
-#: redlining_docmerge.xhp#tit.help.text
-msgid "Merging Versions"
+#. A2!q
+#: mobiledevicefilters.xhp
+msgctxt ""
+"mobiledevicefilters.xhp\n"
+"par_id3148389\n"
+"31\n"
+"help.text"
+msgid "After these steps you can copy documents between $[officename] and your Pocket PC, either by the ActiveSync software or by the Windows Explorer. The filters will be applied to the document files automatically."
msgstr ""
-#: redlining_docmerge.xhp#bm_id3154230.help.text
-msgid "<bookmark_value>documents; merging</bookmark_value><bookmark_value>merging; documents</bookmark_value><bookmark_value>versions;merging document versions</bookmark_value>"
+#. Etkn
+#: assistive.xhp
+msgctxt ""
+"assistive.xhp\n"
+"tit\n"
+"help.text"
+msgid "Assistive Tools in $[officename]"
msgstr ""
-#: redlining_docmerge.xhp#hd_id3154230.17.help.text
-msgid "<variable id=\"redlining_docmerge\"><link href=\"text/shared/guide/redlining_docmerge.xhp\" name=\"Merging Versions\">Merging Versions</link></variable>"
+#. 7h]U
+#: assistive.xhp
+msgctxt ""
+"assistive.xhp\n"
+"bm_id3147399\n"
+"help.text"
+msgid "<bookmark_value>accessibility; $[officename] assistive technology</bookmark_value><bookmark_value>assistive technology in $[officename]</bookmark_value><bookmark_value>screen readers</bookmark_value><bookmark_value>screen magnifiers</bookmark_value><bookmark_value>magnifiers</bookmark_value>"
msgstr ""
-#: redlining_docmerge.xhp#par_id2136295.help.text
-msgctxt "redlining_docmerge.xhp#par_id2136295.help.text"
-msgid "The review function is available in %PRODUCTNAME for text documents and spreadsheet documents."
+#. O=.y
+#: assistive.xhp
+msgctxt ""
+"assistive.xhp\n"
+"hd_id3147399\n"
+"22\n"
+"help.text"
+msgid "<variable id=\"assistive\"><link href=\"text/shared/guide/assistive.xhp\" name=\"Assistive Tools in $[officename]\">Assistive Tools in $[officename]</link></variable>"
msgstr ""
-#: redlining_docmerge.xhp#par_id3153049.19.help.text
-msgid "When a document has been edited by more than one person, it is possible to merge the edited copies into the original. The only requirement is that the documents differ only and exclusively in the recorded changes - all other original text must be identical."
+#. QQsQ
+#: assistive.xhp
+msgctxt ""
+"assistive.xhp\n"
+"par_id3143267\n"
+"25\n"
+"help.text"
+msgid "$[officename] supports some assistive technology tools like screen magnification software, screen readers, and on-screen keyboards. Most of these tools communicate with $[officename] by means of the Java(TM) Access Bridge software, that uses the Java Accessibility API, a part of the Java runtime environment."
msgstr ""
-#: redlining_docmerge.xhp#par_id3152425.20.help.text
-msgid "Open the original document into which you want to merge all copies."
+#. v\4B
+#: assistive.xhp
+msgctxt ""
+"assistive.xhp\n"
+"par_id8847010\n"
+"help.text"
+msgid "A current list of supported assistive tools can be found on the Wiki at <link href=\"http://wiki.documentfoundation.org/Accessibility\">http://wiki.documentfoundation.org/Accessibility</link>."
msgstr ""
-#: redlining_docmerge.xhp#par_id3149177.21.help.text
-msgid "Choose <emph>Edit - Changes - Merge Document</emph>. A file selection dialog appears."
+#. eas=
+#: assistive.xhp
+msgctxt ""
+"assistive.xhp\n"
+"hd_id3145345\n"
+"12\n"
+"help.text"
+msgid "Requirements to use assistive tools in $[officename]"
msgstr ""
-#: redlining_docmerge.xhp#par_id3147576.23.help.text
-msgid "Select the copy of the document from the dialog. If there have been no subsequent changes to the original document, the copy is merged into the original."
+#. *WKu
+#: assistive.xhp
+msgctxt ""
+"assistive.xhp\n"
+"par_id3147209\n"
+"13\n"
+"help.text"
+msgid "Java Runtime Environment (JRE) version 1.4.1_01 and higher, or version 1.4.0_02 with the locale set to \"en_us\"."
msgstr ""
-#: redlining_docmerge.xhp#par_id3149182.24.help.text
-msgid "If changes have been made to the original document, an error dialog appears that informs you that the merge is unsuccessful."
+#. +y\4
+#: assistive.xhp
+msgctxt ""
+"assistive.xhp\n"
+"par_id3146797\n"
+"26\n"
+"help.text"
+msgid "Most recent version of the software for your assistive tool"
msgstr ""
-#: redlining_docmerge.xhp#par_id3154749.22.help.text
-msgid "After you merge the documents you will see the recorded changes from the copy in the original document."
+#. G97!
+#: assistive.xhp
+msgctxt ""
+"assistive.xhp\n"
+"par_id3149578\n"
+"15\n"
+"help.text"
+msgid "On Windows systems, <link href=\"http://www.sun.com/access/downloads/\" name=\"Java Access Bridge\">Java Access Bridge</link> software version 1.0.3 or higher"
msgstr ""
-#: macro_recording.xhp#tit.help.text
-msgid "Recording a Macro"
+#. ;8sR
+#: assistive.xhp
+msgctxt ""
+"assistive.xhp\n"
+"par_id3149762\n"
+"16\n"
+"help.text"
+msgid "On UNIX(R) systems, the GNOME 2 desktop environment with the Java Access Bridge software for GNOME"
msgstr ""
-#: macro_recording.xhp#bm_id3093440.help.text
-msgid "<bookmark_value>macros; recording</bookmark_value><bookmark_value>recording; macros</bookmark_value><bookmark_value>Basic; recording macros</bookmark_value>"
+#. o5G|
+#: assistive.xhp
+msgctxt ""
+"assistive.xhp\n"
+"hd_id3149795\n"
+"23\n"
+"help.text"
+msgid "Supported Assistive Tools"
msgstr ""
-#: macro_recording.xhp#hd_id3093440.1.help.text
-msgid "<variable id=\"macro_recording\"><link href=\"text/shared/guide/macro_recording.xhp\" name=\"Recording a Macro\">Recording a Macro</link></variable>"
+#. eApQ
+#: assistive.xhp
+msgctxt ""
+"assistive.xhp\n"
+"par_id3155419\n"
+"2\n"
+"help.text"
+msgid "On Windows systems, $[officename] directly supports most on-screen keyboard software. Additional support for assistive tools is provided by the Java Access Bridge software. The following is a list of some assistive tools that use the Java Access Bridge software to exchange data with $[officename]:"
msgstr ""
-#: macro_recording.xhp#par_id3154749.4.help.text
-msgid "Open the document for which you want to record a macro."
+#. G{;D
+#: assistive.xhp
+msgctxt ""
+"assistive.xhp\n"
+"par_id3156329\n"
+"4\n"
+"help.text"
+msgid "ZoomText Screen Magnifier (version 7.11 or higher)(Windows)"
msgstr ""
-#: macro_recording.xhp#par_id3149398.5.help.text
-msgid "Choose <emph>Tools - Macros - Record Macro</emph>."
+#. @vu;
+#: assistive.xhp
+msgctxt ""
+"assistive.xhp\n"
+"par_id3155628\n"
+"5\n"
+"help.text"
+msgid "Gnopernicus Screen Reader and Magnifier, using GNOME Assistive Technology Service Provider Interface (at-spi) and Java Accessibility API software"
msgstr ""
-#: macro_recording.xhp#par_id3150275.6.help.text
-msgid "You see the small <emph>Recording</emph> dialog with just one button called <emph>Stop Recording</emph>."
+#. H^WR
+#: assistive.xhp
+msgctxt ""
+"assistive.xhp\n"
+"par_id3148474\n"
+"6\n"
+"help.text"
+msgid "GNOME On Screen Keyboard (GOK), using GNOME at-spi and Java Accessibility API software"
msgstr ""
-#: macro_recording.xhp#par_id3153087.7.help.text
-msgid "Perform the actions you want to be recorded in the document."
+#. 1_F`
+#: assistive.xhp
+msgctxt ""
+"assistive.xhp\n"
+"hd_id3153061\n"
+"24\n"
+"help.text"
+msgid "Supported Input Devices"
msgstr ""
-#: macro_recording.xhp#par_id3150504.15.help.text
-msgid "Press the Escape key to deselect an object, as the macro recorder currently does not record this action by mouse click."
+#. _VrE
+#: assistive.xhp
+msgctxt ""
+"assistive.xhp\n"
+"par_id3156024\n"
+"7\n"
+"help.text"
+msgid "$[officename] provides the ability to use alternative input devices for access to all functions of $[officename]."
msgstr ""
-#: macro_recording.xhp#par_id3148492.8.help.text
-msgid "Click <emph>Stop Recording</emph>."
+#. $w\V
+#: assistive.xhp
+msgctxt ""
+"assistive.xhp\n"
+"par_id3149045\n"
+"8\n"
+"help.text"
+msgid "Screen magnification software allow users with low vision to work in $[officename] with caret and focus tracking."
msgstr ""
-#: macro_recording.xhp#par_id3148686.9.help.text
-msgid "The <emph>Macro</emph> dialog appears, in which you can save and run the macro."
+#. jcsq
+#: assistive.xhp
+msgctxt ""
+"assistive.xhp\n"
+"par_id3152811\n"
+"9\n"
+"help.text"
+msgid "On-screen keyboards enable users to perform almost all data input and commands with a mouse."
msgstr ""
-#: macro_recording.xhp#par_id3159158.10.help.text
-msgid "If you want to abort the recording without saving a macro, click the <emph>Close</emph> button of the <emph>Recording</emph> dialog."
+#. ns^/
+#: assistive.xhp
+msgctxt ""
+"assistive.xhp\n"
+"par_id3153379\n"
+"10\n"
+"help.text"
+msgid "Screen readers allow visually impaired users to access $[officename] with text-to-speech and Braille displays."
msgstr ""
-#: macro_recording.xhp#par_id3144510.11.help.text
-msgid "To save the macro, first select the object where you want the macro to be saved in the <emph>Save macro in</emph> list box."
+#. t\Y^
+#: assistive.xhp
+msgctxt ""
+"assistive.xhp\n"
+"par_id3149808\n"
+"11\n"
+"help.text"
+msgid "When accessibility support in $[officename] is enabled, the Java Runtime Environment is loaded, and increases the startup time for $[officename]."
msgstr ""
-#: macro_recording.xhp#par_id3148550.12.help.text
-msgid "If you want the macro to be saved into a new library or module, click the <emph>New Library </emph>or <emph>New Module </emph>button and enter a name for the library or module."
+#. H22n
+#: assistive.xhp
+msgctxt ""
+"assistive.xhp\n"
+"par_id3152933\n"
+"18\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010800.xhp\" name=\"$[officename] - View\">$[officename] - View</link>"
msgstr ""
-#: macro_recording.xhp#par_id3149456.13.help.text
-msgid "Enter a name for the new macro in the <emph>Macro name</emph> text box. Do not use Basic keywords as a name."
+#. ;%VM
+#: assistive.xhp
+msgctxt ""
+"assistive.xhp\n"
+"par_id3155430\n"
+"19\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01012000.xhp\" name=\"$[officename] - Appearance\">$[officename] - Appearance</link>"
msgstr ""
-#: macro_recording.xhp#par_id3154138.14.help.text
-#, fuzzy
-msgid "Click <emph>Save</emph>."
-msgstr "დააწკაპუნეთ <emph>ძიება</emph>."
+#. h:ru
+#: assistive.xhp
+msgctxt ""
+"assistive.xhp\n"
+"par_id3148617\n"
+"20\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01013000.xhp\" name=\"$[officename] - Accessibility\">$[officename] - Accessibility</link>"
+msgstr ""
-#: macro_recording.xhp#hd_id2486342.help.text
-msgid "Limitations of the macro recorder"
+#. t]HX
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"tit\n"
+"help.text"
+msgid "Setting up Printer and Fax Under UNIX Based Platforms"
msgstr ""
-#: macro_recording.xhp#par_id3608508.help.text
-msgid "The following actions are <emph>not</emph> recorded:"
+#. 8YMY
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"bm_id3154422\n"
+"help.text"
+msgid "<bookmark_value>spadmin</bookmark_value><bookmark_value>printers; adding, UNIX</bookmark_value><bookmark_value>default printer; UNIX</bookmark_value><bookmark_value>standard printer under UNIX</bookmark_value><bookmark_value>faxes; fax programs/fax printers under UNIX</bookmark_value><bookmark_value>printers; faxes under UNIX</bookmark_value><bookmark_value>PostScript; PDF converter, UNIX</bookmark_value><bookmark_value>converters; PostScript, UNIX</bookmark_value><bookmark_value>PDF; PostScript to PDF converter, UNIX</bookmark_value>"
msgstr ""
-#: macro_recording.xhp#par_id921353.help.text
-msgid "Opening of windows is not recorded."
+#. 0!ar
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"hd_id3147834\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"spadmin\"><link href=\"text/shared/guide/spadmin.xhp\" name=\"Setting up Printer and Fax Under UNIX Based Platforms\">Setting up Printer and Fax Under UNIX Based Platforms</link></variable>"
msgstr ""
-#: macro_recording.xhp#par_id9296243.help.text
-msgid "Actions carried out in another window than where the recorder was started are not recorded."
+#. )I@f
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3159876\n"
+"help.text"
+msgid "%PRODUCTNAME uses the installed fonts of your system. In a text document you can select from all printable fonts. In an HTML document or in Web layout, only fonts that are visible on screen are offered. In spreadsheets and drawings you can select from all installed fonts."
msgstr ""
-#: macro_recording.xhp#par_id4269234.help.text
-msgid "Window switching is not recorded."
+#. EMYT
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3159233\n"
+"2\n"
+"help.text"
+msgid "Under UNIX based platforms, the printer administration program <emph>spadmin</emph> is provided to help you set up printers and faxes for use with the $[officename] software."
msgstr ""
-#: macro_recording.xhp#par_id8014465.help.text
-msgid "Actions that are not related to the document contents are not recorded. For example, changes made in the Options dialog, macro organizer, customizing."
+#. eg)?
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3156410\n"
+"117\n"
+"help.text"
+msgid "Call the printer administration program <emph>spadmin</emph> as follows:"
msgstr ""
-#: macro_recording.xhp#par_id2814416.help.text
-msgid "Selections are recorded only if they are done by using the keyboard (cursor traveling), but not when the mouse is used."
+#. _jaE
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3147242\n"
+"11\n"
+"help.text"
+msgid "Change to the {install_path}/program directory."
msgstr ""
-#: macro_recording.xhp#par_id2522354.help.text
-msgid "The macro recorder works only in Calc and Writer."
+#. V6uM
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3147209\n"
+"12\n"
+"help.text"
+msgid "Enter: ./spadmin"
msgstr ""
-#: macro_recording.xhp#par_id3156422.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/06130000.xhp\" name=\"Macro\">Macro</link>"
-msgstr "<link href=\"text/scalc/01/04050000.xhp\" name=\"ფურცელი\">ფურცელი</link>"
+#. GZ?}
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3152349\n"
+"14\n"
+"help.text"
+msgid "After it starts, the window of the printer administration program <emph>spadmin</emph> appears."
+msgstr ""
-#: macro_recording.xhp#par_id3147576.2.help.text
-msgid "<link href=\"text/shared/main0600.xhp\" name=\"macro programming in $[officename]\">Programming in %PRODUCTNAME</link>"
+#. .Gw5
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3149580\n"
+"10\n"
+"help.text"
+msgid "Following a server installation, the system administrator first logs on as with root privileges, and starts the printer administration program <emph>spadmin</emph>. The administrator then creates a general printer configuration file called {install_path}/share/psprint/psprint.conf for all users. All changes are immediately available to all users."
msgstr ""
-#: macro_recording.xhp#par_id7797242.help.text
-msgid "The macro recording functionality is only available for text documents in %PRODUCTNAME Writer and for spreadsheets in %PRODUCTNAME Calc."
+#. ;\Zn
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"hd_id3159177\n"
+"121\n"
+"help.text"
+msgid "Setting up Printers"
msgstr ""
-#: data_queries.xhp#tit.help.text
-msgid "Working with Queries"
+#. _[US
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3159157\n"
+"122\n"
+"help.text"
+msgid "Under UNIX based platforms, the $[officename] software only offers direct support for printers using the PostScript technology. Other printers must be set up as described in the section <emph>Printer Drivers in the $[officename] Software</emph>. The $[officename] software automatically provides a printer with the default driver for each system queue. You can add additional printers as needed."
msgstr ""
-#: data_queries.xhp#bm_id840784.help.text
-msgid "<bookmark_value>databases;creating queries</bookmark_value><bookmark_value>filtering;data in databases</bookmark_value><bookmark_value>queries;defining (Base)</bookmark_value><bookmark_value>defining;queries (Base)</bookmark_value><bookmark_value>wizards;database queries</bookmark_value><bookmark_value>Query Wizard (Base)</bookmark_value>"
+#. H9O3
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"hd_id3148564\n"
+"286\n"
+"help.text"
+msgid "Adding a Printer"
msgstr ""
-#: data_queries.xhp#par_idN105F9.help.text
-msgid "<variable id=\"data_queries\"><link href=\"text/shared/guide/data_queries.xhp\">Working with Queries</link></variable>"
+#. GMNB
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3147559\n"
+"353\n"
+"help.text"
+msgid "Change to the {install_path}/program directory."
msgstr ""
-#: data_queries.xhp#par_idN10617.help.text
-msgid "If you often want to access only a subset of your data that can be well defined by a filter condition, you can define a query. This is basically a name for the new view at the filtered data. You open the query and see the current data in the table layout that you defined."
+#. ISGq
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3152360\n"
+"354\n"
+"help.text"
+msgid "Enter: ./spadmin"
msgstr ""
-#: data_queries.xhp#par_idN1061A.help.text
-msgid "Creating a New Query With the Query Wizard"
+#. AQTx
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3153360\n"
+"287\n"
+"help.text"
+msgid "Click the <emph>New Printer</emph> button."
msgstr ""
-#: data_queries.xhp#par_idN1061E.help.text
-msgid "In %PRODUCTNAME you can create a new query using the <link href=\"text/shared/explorer/database/querywizard00.xhp\">Query Wizard</link>:"
+#. h}IB
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3151210\n"
+"288\n"
+"help.text"
+msgid "Select the <emph>Create Printer</emph> option and click <emph>Next</emph>."
msgstr ""
-#: data_queries.xhp#par_idN10632.help.text
-msgctxt "data_queries.xhp#par_idN10632.help.text"
-msgid "Open the database file where you want to create the new query."
+#. %sNl
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3153192\n"
+"289\n"
+"help.text"
+msgid "Select the appropriate driver for your printer. If you are not using a PostScript printer or your model is not listed, use the <emph>Generic Printer</emph> driver or follow the steps below. You can also add new drivers using the <emph>Import</emph> button or delete unnecessary drivers using the <emph>Delete</emph> button. Click <emph>Next</emph>."
msgstr ""
-#: data_queries.xhp#par_idN10636.help.text
-msgctxt "data_queries.xhp#par_idN10636.help.text"
-msgid "In the left pane of the database window, click the <emph>Queries</emph> icon."
+#. L+UB
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3125863\n"
+"290\n"
+"help.text"
+msgid "Choose a command line that you can use to print on your printer (for example, lp -d my_queue). Click <emph>Next</emph>."
msgstr ""
-#: data_queries.xhp#par_idN1063E.help.text
-msgid "Click <emph>Use Wizard to Create Query</emph>."
+#. _JGm
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3150767\n"
+"291\n"
+"help.text"
+msgid "Give the printer a name and determine whether it should become the default printer. Click <emph>Finish</emph>."
msgstr ""
-#: data_queries.xhp#par_idN10645.help.text
-msgid "Creating a New Query With the Design View"
+#. kXJl
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3155429\n"
+"292\n"
+"help.text"
+msgid "To print a test page, click on <emph>Test Page</emph>. If the test page fails to print or is incorrectly printed, check all settings as described in <emph>Changing Printer Settings</emph>."
msgstr ""
-#: data_queries.xhp#par_idN1064C.help.text
-msgctxt "data_queries.xhp#par_idN1064C.help.text"
-msgid "Open the database file where you want to create the new query."
+#. C!n=
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"hd_id3146147\n"
+"294\n"
+"help.text"
+msgid "Printer Drivers in the $[officename] Software"
msgstr ""
-#: data_queries.xhp#par_idN10650.help.text
-msgctxt "data_queries.xhp#par_idN10650.help.text"
-msgid "In the left pane of the database window, click the <emph>Queries</emph> icon."
+#. 9/e!
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3147428\n"
+"124\n"
+"help.text"
+msgid "When installing a non-PostScript printer, you must set your system so that PostScript can be converted into the language of the printer. We recommend using current PostScript conversion software such as Ghostscript (http://www.cs.wisc.edu/~ghost/)."
msgstr ""
-#: data_queries.xhp#par_idN10658.help.text
-msgid "Click <emph>Create Query in Design View</emph>."
+#. R1%o
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3154639\n"
+"125\n"
+"help.text"
+msgid "You should set up the <emph>Generic Printer</emph> in that case. Also make sure that the page margins are set correctly."
msgstr ""
-#: data_queries.xhp#par_idN1065F.help.text
-msgid "You see the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
+#. 4rCm
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3159153\n"
+"127\n"
+"help.text"
+msgid "If you are using a printer using the PostScript technology, you should install a description file for the printer (PostScript Printer Definition - PPD) so that you can utilize the specific printer features like paper tray selection, duplex print function and all built-in fonts. You can also use the generic printer driver since it contains the most important data and is suitable for most printers. In that case, you will have to do without the paper tray selection and must correctly set the page margins."
msgstr ""
-#: data_queries.xhp#par_idN1067B.help.text
-msgctxt "data_queries.xhp#par_idN1067B.help.text"
-msgid "<embedvar href=\"text/shared/explorer/database/main.xhp#base\"/>"
+#. ]$fa
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3146976\n"
+"128\n"
+"help.text"
+msgid "Some PPD files are installed as default files. If there is no matching PPD file for your printer, you will find various PPD files at http://www.adobe.com/products/printerdrivers/. You can also ask the manufacturer of your printer for PPD files."
msgstr ""
-#: data_queries.xhp#par_idN10683.help.text
-msgctxt "data_queries.xhp#par_idN10683.help.text"
-msgid "<embedvar href=\"text/shared/guide/database_main.xhp#database_main\"/>"
+#. 8S{T
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"hd_id3147435\n"
+"346\n"
+"help.text"
+msgid "Importing Drivers When Creating a New Printer"
msgstr ""
-#: pasting.xhp#tit.help.text
-msgid "Pasting Contents in Special Formats"
+#. 8s6/
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3149484\n"
+"129\n"
+"help.text"
+msgid "Click <emph>Import</emph> in the driver selection dialog."
msgstr ""
-#: pasting.xhp#bm_id3620715.help.text
-msgid "<bookmark_value>clipboard;pasting formatted/unformatted text</bookmark_value><bookmark_value>inserting;clipboard options</bookmark_value><bookmark_value>pasting;formatted/unformatted text</bookmark_value><bookmark_value>text formats;pasting</bookmark_value><bookmark_value>formats;pasting in special formats</bookmark_value>"
+#. dF|/
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3149260\n"
+"347\n"
+"help.text"
+msgid "Click <emph>Browse</emph> to select the directory where you unpacked the PPD files."
msgstr ""
-#: pasting.xhp#par_idN10725.help.text
-msgid "<variable id=\"pasting\"><link href=\"text/shared/guide/pasting.xhp\">Pasting Contents in Special Formats</link></variable>"
+#. [Q%l
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3147443\n"
+"348\n"
+"help.text"
+msgid "In the <emph>Selection of drivers</emph> list box, select the printer driver you want to install."
msgstr ""
-#: pasting.xhp#par_idN10743.help.text
-msgid "Contents that are stored on the clipboard can be pasted into your document using different formats. In %PRODUCTNAME you can choose how to paste the contents using a dialog or a drop-down icon."
+#. Vvi~
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3145364\n"
+"349\n"
+"help.text"
+msgid "Click OK."
msgstr ""
-#: pasting.xhp#par_idN10746.help.text
-msgid "The available options depend on the contents of the clipboard."
+#. XNbu
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"hd_id3152885\n"
+"350\n"
+"help.text"
+msgid "Deleting Drivers When Creating a New Printer"
+msgstr ""
+
+#. q%9f
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3154729\n"
+"130\n"
+"help.text"
+msgid "Select the printer driver."
msgstr ""
-#: pasting.xhp#hd_id3144547360.help.text
+#. zUpR
+#: spadmin.xhp
#, fuzzy
-msgid "In Writer text documents, you can press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Option</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+Shift+V to paste the contents of the clipboard as unformatted text."
-msgstr "ცვლილებების გაკეთების შემდეგ დააჭირეთ <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter."
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3155417\n"
+"351\n"
+"help.text"
+msgid "Click <emph>Delete</emph>."
+msgstr "დააწკაპუნეთ <emph>ძიება</emph>."
-#: pasting.xhp#par_idN10749.help.text
-msgid "Pasting clipboard contents using an icon menu"
+#. UKpM
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3149909\n"
+"352\n"
+"help.text"
+msgid "Be sure that you do not delete the generic printer driver, and remember that drivers deleted from server installations are no longer available to other users who are using the same server installation."
msgstr ""
-#: pasting.xhp#par_idN10750.help.text
-msgid "Click the arrow next to the <emph>Paste</emph> icon on the Standard Bar to open the menu."
+#. 01F7
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3148456\n"
+"131\n"
+"help.text"
+msgid "If the printer has more fonts built in than the usual PostScript fonts, you must also load the AFM files for these additional fonts. Copy the AFM files into the {install_path}/share/psprint/fontmetric directory or into the {install_path}/user/psprint/fontmetric directory. You can find AFM files, for example, at ftp://ftp.adobe.com/pub/adobe/type/win/all/afmfiles/."
msgstr ""
-#: pasting.xhp#par_idN10758.help.text
-msgid "Select one of the options."
+#. $Ro$
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"hd_id3148388\n"
+"296\n"
+"help.text"
+msgid "Changing Printer Settings"
msgstr ""
-#: pasting.xhp#par_idN1075B.help.text
-msgid "If you do not like the result, click the <emph>Undo</emph> icon and then paste again with another option."
+#. f7\T
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3156284\n"
+"22\n"
+"help.text"
+msgid "In the printer administration program <emph>spadmin</emph>, select the printer from the <emph>Installed printers</emph> list box and click <emph>Properties</emph>. The <emph>Properties</emph> dialog appears containing several tab pages. This is where you can make settings that are used according to the PPD file of the selected printer."
msgstr ""
-#: pasting.xhp#par_idN10762.help.text
-msgid "Pasting clipboard contents using a dialog"
+#. NJ5.
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3148833\n"
+"297\n"
+"help.text"
+msgid "Select the command on the <emph>Command</emph> tab page. You can remove superfluous commands using the <emph>Remove</emph> button."
msgstr ""
-#: pasting.xhp#par_idN10769.help.text
-msgid "Choose <emph>Edit - Paste special</emph>."
+#. ,G0(
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3154270\n"
+"138\n"
+"help.text"
+msgid "On the <emph>Paper</emph> tab page, you can define the paper format and paper tray to be used as the default settings for this printer."
msgstr ""
-#: pasting.xhp#par_idN10771.help.text
-msgid "Select one of the options and click <emph>OK</emph>."
+#. \c$7
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3145649\n"
+"265\n"
+"help.text"
+msgid "On the <emph>Device</emph> tab page, you can activate the special options for your printer. If your printer can only print in black and white, choose \"grayscale\" under <emph>Color</emph>, otherwise choose \"color\". If switching to grayscale leads to unfavorable results, you can also select \"color\" under <emph>Color</emph> and see how the printer or PostScript emulator applies it. Furthermore, on this tab page you can set the precision with which colors are described as well as the PostScript level."
msgstr ""
-#: pasting.xhp#par_idN10774.help.text
-msgid "If you are in a spreadsheet and the contents of the clipboard are spreadsheet cells, then a different <emph>Paste Special</emph> dialog appears. Use the <emph>Paste Special</emph> dialog to copy cells using basic or advanced options."
+#. e;Z2
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3150752\n"
+"284\n"
+"help.text"
+msgid "The <emph>Font Replacement</emph> tab page allows you to select a printer font type available in the printer for each font type installed on your computer. This way you can reduce the data volume sent to the printer. Font replacement can be turned on or off for each printer individually."
msgstr ""
-#: pasting.xhp#par_idN1077E.help.text
-msgid "<emph>Transpose</emph>: swaps the rows and the columns of the cell range to be pasted."
+#. *+-B
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3153924\n"
+"266\n"
+"help.text"
+msgid "You should also set the page margins correctly on the <emph>Additional settings</emph> tab when using the generic printer driver so that your printout is not cropped. You can also enter a description in the Comments field, which will also be displayed on the <emph>Print</emph> dialog."
msgstr ""
-#: pasting.xhp#par_idN10785.help.text
-msgid "<emph>Link</emph>: pastes the cell range as a link. If the source file changes, the pasted cells change also."
+#. uy:H
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3155443\n"
+"267\n"
+"help.text"
+msgid "Some of these settings can also be set for the current printout in the <emph>Print</emph> dialog or the <emph>Printer Settings</emph> dialog in the $[officename] software with the <emph>Properties</emph> button."
msgstr ""
-#: pasting.xhp#par_idN1078C.help.text
-msgid "The other options are explained in the help, when you call the <link href=\"text/shared/01/02070000.xhp\">Paste Special</link> dialog from within %PRODUCTNAME Calc."
+#. UY|L
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"hd_id3150042\n"
+"132\n"
+"help.text"
+msgid "Renaming or Deleting Printers"
msgstr ""
-#: pasting.xhp#par_idN107BA.help.text
-msgid "<link href=\"text/shared/01/02070000.xhp\">Paste Special</link>"
+#. b@ju
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3147338\n"
+"134\n"
+"help.text"
+msgid "Select a printer from the <emph>Installed printers</emph> list box."
msgstr ""
-#: contextmenu.xhp#tit.help.text
-msgid "Using Context Menus"
+#. z0Q8
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3149258\n"
+"136\n"
+"help.text"
+msgid "To rename the selected printer, click <emph>Rename</emph>. Enter an appropriate name in the dialog that appears and click OK. The name must be unique and should be chosen so that you can recognize the printer and the application. Printer names must be assigned the same for all users because, when documents are exchanged, the selected printer remains unchanged if the recipient has it under the same name."
msgstr ""
-#: contextmenu.xhp#bm_id3153394.help.text
-msgid "<bookmark_value>context menus</bookmark_value><bookmark_value>menus;activating context menus</bookmark_value><bookmark_value>opening; context menus</bookmark_value><bookmark_value>activating;context menus</bookmark_value>"
+#. =`/+
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3153963\n"
+"137\n"
+"help.text"
+msgid "To delete the selected printer, click <emph>Remove</emph>. The default printer or a printer that has been created by the system administrator in a server installation cannot be removed using this dialog."
msgstr ""
-#: contextmenu.xhp#hd_id3153394.5.help.text
-msgid "<variable id=\"contextmenu\"><link href=\"text/shared/guide/contextmenu.xhp\" name=\"Using Context Menus\">Using Context Menus</link></variable>"
+#. `YPe
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"hd_id3147346\n"
+"140\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">Selecting a Default Printer </caseinline></switchinline>"
msgstr ""
-#: collab.xhp#tit.help.text
-msgid "Collaboration"
+#. d9h[
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3145769\n"
+"31\n"
+"help.text"
+msgid "To make the printer selected from the <emph>Installed printers</emph> list box the default printer, double-click its name or click the <emph>Default</emph> button."
msgstr ""
-#: collab.xhp#bm_id4459669.help.text
-#, fuzzy
-msgid "<bookmark_value>sharing documents</bookmark_value><bookmark_value>collaboration</bookmark_value><bookmark_value>file locking with collaboration</bookmark_value><bookmark_value>locked documents</bookmark_value>"
-msgstr "<bookmark_value>მოწესრიგება; ობიექტები (სახელმძღვანელო)</bookmark_value><bookmark_value>ობიექტები;გასწორება</bookmark_value><bookmark_value>distributing draw objects</bookmark_value><bookmark_value>გასწორება;ობიექტების ხატვა</bookmark_value>"
+#. 33\9
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"hd_id3154204\n"
+"141\n"
+"help.text"
+msgid "Using Fax Functionality"
+msgstr ""
-#: collab.xhp#hd_id130008.help.text
-msgid "<variable id=\"collab\"><link href=\"text/shared/guide/collab.xhp\">Collaboration</link></variable>"
+#. #%9X
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3148463\n"
+"52\n"
+"help.text"
+msgid "If you have installed a fax package such as Efax or HylaFax on your computer, you can send faxes with the $[officename] software."
msgstr ""
-#: collab.xhp#par_id5821710.help.text
-msgid "In %PRODUCTNAME Writer, Impress, and Draw, only one user at a time can open any document for writing. In Calc, many users can open the same spreadsheet for writing at the same time."
+#. ;`JB
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3154575\n"
+"355\n"
+"help.text"
+msgid "Change to the {install_path}/program directory."
msgstr ""
-#: collab.xhp#par_id9590136.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Share Document dialog where you can enable or disable collaborative sharing of the document.</ahelp>"
+#. b[Fo
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3151277\n"
+"356\n"
+"help.text"
+msgid "Enter: ./spadmin"
msgstr ""
-#: collab.xhp#par_id2519913.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enable to share the current document with other users. Disable to use the document unshared. This will invalidate the not yet saved edits that other users applied in the time since you last opened or saved this document.</ahelp>"
+#. QyW=
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3146808\n"
+"298\n"
+"help.text"
+msgid "Click <emph>New Printer</emph>. This opens the <emph>Add Printer</emph> dialog."
msgstr ""
-#: collab.xhp#hd_id6917020.help.text
-msgid "Collaboration in Calc"
+#. s0+X
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3151070\n"
+"299\n"
+"help.text"
+msgid "Select <emph>Connect a fax device</emph>. Click <emph>Next</emph>."
msgstr ""
-#: collab.xhp#par_id4411145.help.text
-msgid "In %PRODUCTNAME Calc, document sharing allows simultaneous write access for many users. Every user who wants to collaborate should enter a name on the <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - User Data</emph> tab page."
+#. ^\A)
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3150787\n"
+"300\n"
+"help.text"
+msgid "Choose whether to use the default driver or another printer driver. If you are not using the default driver, select the appropriate driver. Click <emph>Next</emph>."
msgstr ""
-#: collab.xhp#par_id6799218.help.text
-msgid "Some commands are not available (grayed out) when change tracking or document sharing is activated. For a new spreadsheet you cannot apply or insert the grayed out elements. "
+#. #*b0
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3155111\n"
+"301\n"
+"help.text"
+msgid "Enter a command line with which to communicate with the fax in the following dialog. In the command line of each fax sent \"(TMP)\" is replaced by a temporary file and \"(PHONE)\" by the telephone number of the recipient fax machine. If \"(TMP)\" occurs in the command line, the PostScript code is transmitted in a file, otherwise as standard input through a pipe. Click <emph>Next</emph>."
msgstr ""
-#: collab.xhp#hd_id3274941.help.text
-msgid "Creating a new spreadsheet"
+#. \)gz
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3146135\n"
+"302\n"
+"help.text"
+msgid "Assign a name to your new fax printer and determine whether the telephone numbers (see below) marked in the text should be removed from the printout, or not. Click <emph>Finish</emph>."
msgstr ""
-#: collab.xhp#par_id9804681.help.text
-msgid "User A creates a new spreadsheet document. The following conditions can apply:"
+#. !PYI
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3147506\n"
+"303\n"
+"help.text"
+msgid "You can now send faxes by printing to the printer that has just been created."
msgstr ""
-#: collab.xhp#par_id2109744.help.text
-msgid "The user does not want to share the spreadsheet for collaboration."
+#. +1cQ
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3148419\n"
+"83\n"
+"help.text"
+msgid "Enter the fax number as text in the document. You can also enter a field that takes the fax number from your active database. In any case, the fax number must start with the characters @@# and end with @@. A valid entry would have the form @@#1234567@@."
msgstr ""
-#: collab.xhp#par_id5374614.help.text
-msgid "User A opens, edits, and saves the document as described above for Writer, Impress, and Draw document."
+#. Q#zQ
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3150826\n"
+"304\n"
+"help.text"
+msgid "If these characters including the telephone number are not printed, activate the <emph>Fax number is removed from the printout</emph> option under <emph>Properties</emph> on the <emph>Command</emph> tab page. If no telephone number is entered in the document, a dialog prompting you for it will appear after the printout."
msgstr ""
-#: collab.xhp#par_id768761.help.text
-msgid "The user wants to share the document for collaboration."
+#. ^EDD
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3154196\n"
+"305\n"
+"help.text"
+msgid "In $[officename] you can also activate an icon for sending faxes to a default fax. To do this, choose <emph>Tools - Customize - Toolbars</emph>, click <emph>Add Commands</emph> and add from \"Documents\" the <emph>Send Default Fax</emph> icon. You can set which fax is used when this button is pressed under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Print</emph>."
msgstr ""
-#: collab.xhp#par_id6844691.help.text
-msgid "The user chooses <item type=\"menuitem\">Tools - Share Document</item> to activate the collaboration features for this document. A dialog opens where the user can choose to enable or disable sharing. If the user enables sharing, the document will be saved in shared mode, which is also shown on the title bar."
+#. HVN)
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3150517\n"
+"84\n"
+"help.text"
+msgid "Remember to create one separate print job for each fax, otherwise, the first recipient will receive all the faxes. In the <emph>Tools - Mail Merge</emph> dialog select the <emph>Printer</emph> option and then select the <emph>Single print jobs</emph> check box."
msgstr ""
-#: collab.xhp#par_id5288857.help.text
-msgid "The <item type=\"menuitem\">Tools - Share Document</item> command can be used to switch the mode for the current document from unshared mode to shared mode. If you want to use a shared document in unshared mode, you would save the shared document using another name or path. This creates a copy of the spreadsheet that is not shared."
+#. rl@W
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"hd_id3146929\n"
+"306\n"
+"help.text"
+msgid "Connecting a PostScript to PDF Converter"
msgstr ""
-#: collab.xhp#hd_id8842127.help.text
-msgid "Opening a spreadsheet"
+#. rLz0
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3154989\n"
+"307\n"
+"help.text"
+msgid "If a PostScript to PDF converter such as Ghostscript or Adobe Acrobat Distiller is installed on your computer, you can quickly create PDF documents in the $[officename] software."
msgstr ""
-#: collab.xhp#par_id7276528.help.text
-msgid "User A opens a spreadsheet document. The following conditions can apply:"
+#. c:XX
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3150524\n"
+"308\n"
+"help.text"
+msgid "In spadmin, click <emph>New Printer</emph>. This opens the <emph>Add Printer</emph> dialog."
msgstr ""
-#: collab.xhp#par_id8363902.help.text
-msgid "The spreadsheet document is not in shared mode."
+#. 67{l
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3145268\n"
+"309\n"
+"help.text"
+msgid "Select <emph>Connect a PDF converter</emph>. Click <emph>Next</emph>."
msgstr ""
-#: collab.xhp#par_id5974303.help.text
-msgid "The user can open, edit, and save the document as described above for Writer, Impress, and Draw documents."
+#. F*6o
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3156445\n"
+"310\n"
+"help.text"
+msgid "Choose whether to use the default driver, the Acrobat Distiller driver or another driver. The driver \"Generic Printer (T42 enabled)\" prefers the type 42 fonts over type 3 fonts; this driver is a good choice for output to a software PostScript interpreter. Click <emph>Next</emph>."
msgstr ""
-#: collab.xhp#par_id5323343.help.text
-msgid "The spreadsheet document is in shared mode."
+#. R74\
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3155128\n"
+"311\n"
+"help.text"
+msgid "In the next dialog, enter a command line for the PostScript->PDF Converter. Enter the directory where the PDF files should be saved. If you do not provide a directory, the user's home directory will be used. In the command line \"(TMP)\" is replaced by a temporary file and \"(OUTFILE)\" by the target file, the name of which is created from the document name. If \"(TMP)\" occurs in the command line, the Postscript code is forwarded in a file, otherwise as standard input through a pipe. If Ghostscript or Adobe Acrobat Distiller is in the search path, you can use one of the predefined command lines. Click <emph>Next</emph>."
msgstr ""
-#: collab.xhp#par_id5824457.help.text
-msgid "The user sees a message that the document is in shared mode and that some features are not available in this mode. The user can disable this message for the future. After clicking OK, the document is opened in shared mode."
+#. =Q6+
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3152889\n"
+"312\n"
+"help.text"
+msgid "Assign a name to your new PDF converter. Click <emph>Finish</emph>."
msgstr ""
-#: collab.xhp#par_id5800653.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">If the same contents are changed by different users, the Resolve Conflicts dialog opens. For each conflict, decide which changes to keep.</ahelp>"
+#. ?:cT
+#: spadmin.xhp
+msgctxt ""
+"spadmin.xhp\n"
+"par_id3153064\n"
+"313\n"
+"help.text"
+msgid "You can now create PDF documents by printing to the converter that has just been created."
msgstr ""
-#: collab.xhp#par_id6263924.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Keeps your change, voids the other change.</ahelp>"
+#. YNzU
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"tit\n"
+"help.text"
+msgid "Selecting the Document Language"
msgstr ""
-#: collab.xhp#par_id3609118.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Keeps the change of the other user, voids your change.</ahelp>"
+#. ;r^d
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"bm_id3083278\n"
+"help.text"
+msgid "<bookmark_value>languages; selecting for text</bookmark_value> <bookmark_value>documents; languages</bookmark_value> <bookmark_value>characters; language selection</bookmark_value> <bookmark_value>character styles;language selection</bookmark_value> <bookmark_value>text; language selection</bookmark_value> <bookmark_value>paragraph styles; languages</bookmark_value> <bookmark_value>drawings; languages</bookmark_value> <bookmark_value>defaults;languages</bookmark_value> <bookmark_value>spellcheck; default languages</bookmark_value> <bookmark_value>dictionaries, see also languages</bookmark_value>"
msgstr ""
-#: collab.xhp#par_id7184057.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Keeps all your changes, voids all other changes.</ahelp>"
+#. 6o$/
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"hd_id3083278\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"language_select\"><link href=\"text/shared/guide/language_select.xhp\" name=\"Selecting the Document Language\">Selecting the Document Language</link></variable>"
msgstr ""
-#: collab.xhp#par_id786767.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Keeps the changes of all other users, voids your changes.</ahelp>"
+#. ,54,
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3150040\n"
+"2\n"
+"help.text"
+msgid "The language you select for your document determines the dictionary used for spellcheck, thesaurus and hyphenation, the decimal and thousands delimiter used and the default currency format."
msgstr ""
-#: collab.xhp#hd_id2934965.help.text
-msgid "Saving a shared spreadsheet document"
+#. sgp9
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3153093\n"
+"3\n"
+"help.text"
+msgid "The language you select applies to the whole document."
msgstr ""
-#: collab.xhp#par_id1174657.help.text
-msgid "User A saves a shared document. The following conditions can apply:"
+#. \2[m
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3152578\n"
+"4\n"
+"help.text"
+msgid "Within the document, you can apply a separate language to any paragraph style. This has priority over the language of the whole document."
msgstr ""
-#: collab.xhp#par_id2577593.help.text
-msgid "The document was not modified and saved by another user since user A opened the document."
+#. S=u!
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3152886\n"
+"5\n"
+"help.text"
+msgid "You can assign a language to selected pieces of text in a paragraph, either by direct formatting or with a character style. This assignment has priority over the paragraph style and document language."
msgstr ""
-#: collab.xhp#par_id5883968.help.text
-msgid "The document is saved."
+#. pYpZ
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"hd_id3146121\n"
+"6\n"
+"help.text"
+msgid "Selecting a language for the whole document"
msgstr ""
-#: collab.xhp#par_id9049653.help.text
-msgid "The document was modified and saved by another user since user A opened the document."
+#. 0[fW
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3083443\n"
+"7\n"
+"help.text"
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline></emph>. Go to <link href=\"text/shared/optionen/01140000.xhp\" name=\"Language Settings - Languages\"><emph>Language Settings - Languages</emph></link>."
msgstr ""
-#: collab.xhp#par_id1976683.help.text
-msgid "If the changes do not conflict, the document is saved."
+#. @M]4
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3149664\n"
+"8\n"
+"help.text"
+msgid "Under <emph>Default languages for documents</emph>, select the document language for all newly created documents. If you mark <emph>For the current document only</emph>, your choice will only apply to the current document. Close the dialog with <emph>OK</emph>."
msgstr ""
-#: collab.xhp#par_id43946.help.text
-msgid "If the changes conflict, the Resolve Conflicts dialog will be shown. User A must decide for the conflicts which version to keep, \"Keep Mine\" or \"Keep Other\". When all conflicts are resolved, the document is saved. While user A resolves the conflicts, no other user is able to save the shared document."
+#. ;G!$
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"hd_id3152938\n"
+"9\n"
+"help.text"
+msgid "Selecting a language for a Paragraph Style"
msgstr ""
-#: collab.xhp#par_id6449171.help.text
-msgid "Another user tries to save the shared document and resolves conflicts in this moment."
+#. {(YD
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3150872\n"
+"10\n"
+"help.text"
+msgid "Place the cursor in the paragraph whose paragraph style you want to edit."
msgstr ""
-#: collab.xhp#par_id7101046.help.text
-msgid "User A sees a message that a merge-in is in progress. User A can choose to cancel the save command for now, or retry saving some time later."
+#. 9Y7^
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3145367\n"
+"11\n"
+"help.text"
+msgid "Open the context menu and select <emph>Edit Paragraph Style</emph>. This opens the <emph>Paragraph Style</emph> dialog."
msgstr ""
-#: collab.xhp#par_id7186498.help.text
-msgid "When a user successfully saves a shared spreadsheet, the document will be reloaded after the save command, so that the spreadsheet shows the latest version of all changes that got saved by all users. A message shows that \"foreign changes have been added\" when another user did change some contents."
+#. ^[W@
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3166413\n"
+"12\n"
+"help.text"
+msgid "Select the <emph>Font</emph> tab."
msgstr ""
-#: collab.xhp#hd_id2871791.help.text
-msgid "Collaboration in Writer, Impress, and Draw"
+#. QR@n
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3156283\n"
+"13\n"
+"help.text"
+msgid "Select the <emph>Language</emph> and click <emph>OK</emph>."
msgstr ""
-#: collab.xhp#par_id2675862.help.text
-msgid "For all modules Writer, Impress, Draw, and for Calc when document sharing is not enabled, a file locking is possible. This file locking is available even when accessing the same document from different operating systems:"
+#. lTB6
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3154942\n"
+"14\n"
+"help.text"
+msgid "All paragraphs formatted with the current paragraph style will have the selected language."
msgstr ""
-#: collab.xhp#par_id7333597.help.text
-msgid "User A opens a document. The following conditions can apply:"
+#. 2XW}
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"hd_id3145801\n"
+"15\n"
+"help.text"
+msgid "Applying a language directly to selected text"
msgstr ""
-#: collab.xhp#par_id9976195.help.text
-msgid "The document is not locked by any other user."
+#. C!Hg
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3148455\n"
+"16\n"
+"help.text"
+msgid "Select the text to which you want to apply a language."
msgstr ""
-#: collab.xhp#par_id2507400.help.text
-msgid "This document will be opened for read and write access by user A. The document will be locked for other users until user A closes the document."
+#. s4/d
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3159348\n"
+"17\n"
+"help.text"
+msgid "Choose <emph>Format - Character</emph>. This opens the <emph>Character</emph> dialog."
msgstr ""
-#: collab.xhp#par_id216681.help.text
-msgid "The document is marked as \"read-only\" by the file system."
+#. -SOh
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3155600\n"
+"18\n"
+"help.text"
+msgid "Select the <emph>Font</emph> tab."
msgstr ""
-#: collab.xhp#par_id7709585.help.text
-msgid "This document will be opened in read-only mode. Editing is not allowed. User A can save the document using another document name or another path. User A can edit this copy."
+#. GO8L
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3154510\n"
+"19\n"
+"help.text"
+msgid "Select the <emph>Language</emph> and click <emph>OK</emph>."
msgstr ""
-#: collab.xhp#par_id4309518.help.text
-msgid "The document is locked by another user."
+#. KN{@
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3154164\n"
+"20\n"
+"help.text"
+msgid "In <item type=\"productname\">%PRODUCTNAME</item> Calc, choose <emph>Format - Cells</emph> and proceed accordingly."
msgstr ""
-#: collab.xhp#par_id206610.help.text
-msgid "User A sees a dialog that tells the user the document is locked. The dialog offers to open the document in read-only mode, or to open a copy for editing, or to cancel the Open command."
+#. %g^I
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"hd_id3154272\n"
+"21\n"
+"help.text"
+msgid "Selecting a language for a Character Style"
msgstr ""
-#: collab.xhp#hd_id29349651.help.text
-msgid "User access permissions and sharing documents"
+#. ks}P
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3145649\n"
+"22\n"
+"help.text"
+msgid "Open the Styles and Formatting window and click on the <emph>Character Styles</emph> icon."
msgstr ""
-#: collab.xhp#par_id11746571.help.text
-msgid "Some conditions must be met on operating systems with a user permission management."
+#. !;Dz
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3146792\n"
+"23\n"
+"help.text"
+msgid "Click on the name of the character style to which you want to apply a different language."
msgstr ""
-#: collab.xhp#par_id25775931.help.text
-msgid "The shared file needs to reside in a location which is accessible by all collaborators."
+#. YLPg
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3150753\n"
+"24\n"
+"help.text"
+msgid "Then open the context menu in the Styles and Formatting window and select <emph>Modify</emph>. This opens the <emph>Character Style</emph> dialog."
msgstr ""
-#: collab.xhp#par_id90496531.help.text
-msgid "The file permissions for both the document and the corresponding lock file need to be set so that all collaborators can create, delete, and change the files."
+#. l:b%
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3150321\n"
+"25\n"
+"help.text"
+msgid "Select the <emph>Font</emph> tab."
msgstr ""
-#: collab.xhp#par_id71864981.help.text
-msgid "Write access also enables other users to (accidentally or deliberately) delete or change a file."
+#. iCQc
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3154756\n"
+"26\n"
+"help.text"
+msgid "Select the <emph>Language</emph> and click <emph>OK</emph>."
msgstr ""
-#: collab.xhp#par_id4263740.help.text
-#, fuzzy
-msgctxt "collab.xhp#par_id4263740.help.text"
-msgid "<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">Save As</link>"
-msgstr "<link href=\"text/scalc/01/04050000.xhp\" name=\"ფურცელი\">ფურცელი</link>"
+#. VGl0
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3155766\n"
+"27\n"
+"help.text"
+msgid "Now you can apply the character style to your selected text."
+msgstr ""
-#: ms_import_export_limitations.xhp#tit.help.text
-msgid "About Converting Microsoft Office Documents"
+#. \*G7
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"hd_id8703268\n"
+"help.text"
+msgid "Adding More Text Languages"
msgstr ""
-#: ms_import_export_limitations.xhp#bm_id3149760.help.text
-msgid "<bookmark_value>Microsoft Office;document import restrictions</bookmark_value> <bookmark_value>import restrictions for Microsoft Office</bookmark_value> <bookmark_value>Microsoft Office;importing password protected files</bookmark_value>"
+#. 1U,5
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id7919248\n"
+"help.text"
+msgid "Dictionaries are supplied and installed as extensions. Choose <item type=\"menuitem\">Tools - Language - More Dictionaries Online</item> to open the dictionaries page in your default web browser."
msgstr ""
-#: ms_import_export_limitations.xhp#hd_id3152425.1.help.text
-msgid "<variable id=\"about\"><link href=\"text/shared/guide/ms_import_export_limitations.xhp\" name=\"About Converting Microsoft Office Documents\">About Converting Microsoft Office Documents</link></variable>"
+#. +MW9
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id5174108\n"
+"help.text"
+msgid "Select a dictionary in the list of descriptions. Click the heading in a dictionary description that you want to get."
msgstr ""
-#: ms_import_export_limitations.xhp#par_id3147834.2.help.text
-msgid "$[officename] can automatically open Microsoft Office 97/2000/XP documents. However, some layout features and formatting attributes in more complex Microsoft Office documents are handled differently in $[officename] or are unsupported. As a result, converted files require some degree of manual reformatting. The amount of reformatting that can be expected is proportional to the complexity of the structure and formatting of the source document. $[officename] cannot run Visual Basic Scripts, but can load them for you to analyze."
+#. dKEA
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id2897427\n"
+"help.text"
+msgid "In the next page, click the Get It icon to download the dictionary extension. Note the folder name to which your browser downloads the file. Download additional dictionaries as you like."
msgstr ""
-#: ms_import_export_limitations.xhp#par_id0804200804174819.help.text
-msgid "The most recent versions of %PRODUCTNAME can load and save the Microsoft Office Open XML document formats with the extensions docx, xlsx, and pptx. The same versions can also run some Excel Visual Basic scripts, if you enable this feature at <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - VBA Properties</item>."
+#. rM/2
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3906979\n"
+"help.text"
+msgid "In %PRODUCTNAME, choose <item type=\"menuitem\">Tools - Extension Manager</item> and click Add to install the downloaded extensions."
msgstr ""
-#: ms_import_export_limitations.xhp#par_id3155934.3.help.text
-msgid "The following lists provide a general overview of Microsoft Office features that may cause conversion challenges. These will not affect your ability to use or work with the content of the converted document."
+#. }6A%
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id0220200911174493\n"
+"help.text"
+msgid "After you installed the extensions, you should close %PRODUCTNAME (including the Quickstarter), and restart."
msgstr ""
-#: ms_import_export_limitations.xhp#hd_id3155892.6.help.text
-msgid "Microsoft Word"
+#. d/1A
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"hd_id9100924\n"
+"help.text"
+msgid "Setting UI Language"
msgstr ""
-#: ms_import_export_limitations.xhp#par_id3147088.7.help.text
-msgctxt "ms_import_export_limitations.xhp#par_id3147088.7.help.text"
-msgid "AutoShapes"
+#. S3Fg
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id2761314\n"
+"help.text"
+msgid "A standard installation of %PRODUCTNAME software will give you a user interface (UI) of your chosen language."
msgstr ""
-#: ms_import_export_limitations.xhp#par_id3150774.8.help.text
-msgid "Revision marks"
+#. =q+n
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3912778\n"
+"help.text"
+msgid "Most users download the American English version, which gives you English menu commands and English application help. If you want another language for the menus (and for the application help, if available in that language), change the UI language as follows."
msgstr ""
-#: ms_import_export_limitations.xhp#par_id3147209.9.help.text
-msgctxt "ms_import_export_limitations.xhp#par_id3147209.9.help.text"
-msgid "OLE objects"
+#. `wWq
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3163853\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</item>."
msgstr ""
-#: ms_import_export_limitations.xhp#par_id3154749.10.help.text
-msgctxt "ms_import_export_limitations.xhp#par_id3154749.10.help.text"
-msgid "Certain controls and Microsoft Office form fields"
+#. k:dR
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id121158\n"
+"help.text"
+msgid "Select another UI language in the \"User interface\" listbox."
msgstr ""
-#: ms_import_export_limitations.xhp#par_id3149578.11.help.text
-msgid "Indexes"
+#. }J]e
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3806878\n"
+"help.text"
+msgid "Click OK and restart the %PRODUCTNAME software."
msgstr ""
-#: ms_import_export_limitations.xhp#par_id3155342.12.help.text
-msgid "Tables, frames, and multi-column formatting"
+#. 7o0A
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id130619\n"
+"help.text"
+msgid "If the listbox doesn't list the language that you want, see \"Adding More UI Languages\"."
msgstr ""
-#: ms_import_export_limitations.xhp#par_id3153541.13.help.text
-msgid "Hyperlinks and bookmarks"
+#. 42|B
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"hd_id9999694\n"
+"help.text"
+msgid "Adding More UI Languages"
msgstr ""
-#: ms_import_export_limitations.xhp#par_id3154143.14.help.text
-msgid "Microsoft WordArt graphics"
+#. B`B]
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id9852901\n"
+"help.text"
+msgid "Close %PRODUCTNAME software (also close the Quickstarter, if you enabled it)."
msgstr ""
-#: ms_import_export_limitations.xhp#par_id3156117.15.help.text
-msgid "Animated characters/text"
+#. qE(R
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3791925\n"
+"help.text"
+msgid "Run %PRODUCTNAME installer, choose Modify, then select the language that you would like to install from the Additional user interface languages group."
msgstr ""
-#: ms_import_export_limitations.xhp#hd_id3153524.24.help.text
-msgid "Microsoft PowerPoint"
+#. D(HC
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id9852903\n"
+"help.text"
+msgid "If you use %PRODUCTNAME packages maintaned by your Linux distribution, follow the steps below."
msgstr ""
-#: ms_import_export_limitations.xhp#par_id3154365.25.help.text
-msgctxt "ms_import_export_limitations.xhp#par_id3154365.25.help.text"
-msgid "AutoShapes"
+#. ]Zy3
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id9852902\n"
+"help.text"
+msgid "Close %PRODUCTNAME software (also close the Quickstarter, if you enabled it)."
msgstr ""
-#: ms_import_export_limitations.xhp#par_id3156424.26.help.text
-msgid "Tab, line, and paragraph spacing"
+#. S/$e
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3791926\n"
+"help.text"
+msgid "Open your favourite package manager, look for %PRODUCTNAME language packs, and install the languages that you would like to use."
msgstr ""
-#: ms_import_export_limitations.xhp#par_id3154910.27.help.text
-msgid "Master background graphics"
+#. HDG$
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id9852904\n"
+"help.text"
+msgid "If you downloaded %PRODUCTNAME packages from the main %PRODUCTNAME Web site, follow the steps below."
msgstr ""
-#: ms_import_export_limitations.xhp#par_id3159151.28.help.text
-msgid "Grouped objects"
+#. .=L^
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id2216559\n"
+"help.text"
+msgid "Open your Web browser and enter <link href=\"http://www.libreoffice.org/download/\">http://www.libreoffice.org/download/</link>"
msgstr ""
-#: ms_import_export_limitations.xhp#par_id3156282.29.help.text
-msgid "Certain multimedia effects"
+#. C{z)
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id7869502\n"
+"help.text"
+msgid "Select and download the correct language pack for your version of %PRODUCTNAME software."
msgstr ""
-#: ms_import_export_limitations.xhp#hd_id3150986.16.help.text
-msgid "Microsoft Excel"
+#. )qM9
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id9852900\n"
+"help.text"
+msgid "Close %PRODUCTNAME software (also close the Quickstarter, if you enabled it)."
msgstr ""
-#: ms_import_export_limitations.xhp#par_id3148685.17.help.text
-msgctxt "ms_import_export_limitations.xhp#par_id3148685.17.help.text"
-msgid "AutoShapes"
+#. :DvL
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3791924\n"
+"help.text"
+msgid "Install the language pack. Unpack tar.gz file and install the packages according to standard practice on your platform."
msgstr ""
-#: ms_import_export_limitations.xhp#par_id3149514.18.help.text
-msgctxt "ms_import_export_limitations.xhp#par_id3149514.18.help.text"
-msgid "OLE objects"
+#. $3m|
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id221655a\n"
+"help.text"
+msgid "Open your Web browser and enter <link href=\"http://www.libreoffice.org/download/\">http://www.libreoffice.org/download/</link>"
msgstr ""
-#: ms_import_export_limitations.xhp#par_id3148943.19.help.text
-msgctxt "ms_import_export_limitations.xhp#par_id3148943.19.help.text"
-msgid "Certain controls and Microsoft Office form fields"
+#. S|:h
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id7869503\n"
+"help.text"
+msgid "Select and download the correct language pack for your version of %PRODUCTNAME software."
msgstr ""
-#: ms_import_export_limitations.xhp#par_id3155922.20.help.text
-msgid "Pivot tables"
+#. _=E8
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id9852905\n"
+"help.text"
+msgid "Close %PRODUCTNAME software (also close the Quickstarter, if you enabled it)."
msgstr ""
-#: ms_import_export_limitations.xhp#par_id3152361.21.help.text
-msgid "New chart types"
+#. 7(K@
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3791927\n"
+"help.text"
+msgid "Install the language pack by double-clicking the dmg file."
msgstr ""
-#: ms_import_export_limitations.xhp#par_id3156343.22.help.text
-msgid "Conditional formatting"
+#. G^j.
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3150043\n"
+"28\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01140000.xhp\" name=\"Language Settings - Languages\">Language Settings - Languages</link>"
msgstr ""
-#: ms_import_export_limitations.xhp#par_id3149456.23.help.text
-msgid "Some functions/formulas (see below)"
+#. D1Q1
+#: language_select.xhp
+msgctxt ""
+"language_select.xhp\n"
+"par_id3152483\n"
+"29\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Format - Character - Font\">Format - Character - Font</link>"
msgstr ""
-#: ms_import_export_limitations.xhp#par_id0811200801491971.help.text
-msgid "One example of differences between Calc and Excel is the handling of boolean values. Enter TRUE to cells A1 and A2. "
+#. t5aJ
+#: accessibility.xhp
+msgctxt ""
+"accessibility.xhp\n"
+"tit\n"
+"help.text"
+msgid "Accessibility in %PRODUCTNAME"
msgstr ""
-#: ms_import_export_limitations.xhp#par_id0811200801491973.help.text
-msgid "In Calc, the formula =A1+A2 returns the value 2, and the formula =SUM(A1;A2) returns 2. "
+#. qq%L
+#: accessibility.xhp
+msgctxt ""
+"accessibility.xhp\n"
+"bm_id3150502\n"
+"help.text"
+msgid "<bookmark_value>accessibility; %PRODUCTNAME features</bookmark_value>"
msgstr ""
-#: ms_import_export_limitations.xhp#par_id0811200801491972.help.text
-msgid "In Excel, the formula =A1+A2 returns 2, but the formula =SUM(A1,A2) returns 0."
+#. \WZu
+#: accessibility.xhp
+msgctxt ""
+"accessibility.xhp\n"
+"hd_id3150502\n"
+"7\n"
+"help.text"
+msgid "<variable id=\"accessibility\"><link name=\"Accessibility in %PRODUCTNAME\" href=\"text/shared/guide/accessibility.xhp\">Accessibility in <item type=\"productname\">%PRODUCTNAME</item></link></variable>"
msgstr ""
-#: ms_import_export_limitations.xhp#par_id3150439.30.help.text
-msgid "For a detailed overview about converting documents to and from Microsoft Office format, see the <link href=\"http://wiki.documentfoundation.org/Documentation/OOoAuthors_User_Manual/Migration_Guide\">Migration Guide</link>."
+#. pqo=
+#: accessibility.xhp
+msgctxt ""
+"accessibility.xhp\n"
+"par_id3154894\n"
+"6\n"
+"help.text"
+msgid "The following accessibility features are part of <item type=\"productname\">%PRODUCTNAME</item>:"
msgstr ""
-#: ms_import_export_limitations.xhp#par_idN10A9F.help.text
-msgid "Opening Microsoft Office Documents That Are Protected With a Password"
+#. aP,/
+#: accessibility.xhp
+msgctxt ""
+"accessibility.xhp\n"
+"par_id3153894\n"
+"5\n"
+"help.text"
+msgid "Support of <link href=\"text/shared/guide/assistive.xhp\" name=\"external devices and applications\">external devices and applications</link>"
msgstr ""
-#: ms_import_export_limitations.xhp#par_id8699606.help.text
-msgid "%PRODUCTNAME can open the following Microsoft Office document types that are protected by a password."
+#. J6Po
+#: accessibility.xhp
+msgctxt ""
+"accessibility.xhp\n"
+"par_id3155552\n"
+"4\n"
+"help.text"
+msgid "Access to all functions by keyboard. The keys that replace the mouse actions are listed in the <link name=\"%PRODUCTNAME Help\" href=\"text/shared/guide/keyboard.xhp\"><item type=\"productname\">%PRODUCTNAME</item> Help</link>"
msgstr ""
-#: ms_import_export_limitations.xhp#par_idN10AB6.help.text
-msgid "Microsoft Office format"
+#. Qna#
+#: accessibility.xhp
+msgctxt ""
+"accessibility.xhp\n"
+"par_id3149177\n"
+"3\n"
+"help.text"
+msgid "Improved readability of screen contents"
msgstr ""
-#: ms_import_export_limitations.xhp#par_idN10ABC.help.text
-msgid "Supported encryption method"
+#. wm5]
+#: accessibility.xhp
+msgctxt ""
+"accessibility.xhp\n"
+"par_id3146957\n"
+"8\n"
+"help.text"
+msgid "Zooming of on-screen user interface for menus, icons, and documents"
msgstr ""
-#: ms_import_export_limitations.xhp#par_idN10AC3.help.text
-msgid "Word 6.0, Word 95"
+#. O.^0
+#: accessibility.xhp
+msgctxt ""
+"accessibility.xhp\n"
+"par_id3145071\n"
+"12\n"
+"help.text"
+msgid "The user interface is scalable through your <switchinline select=\"sys\"><caseinline select=\"UNIX\">Window Manager</caseinline><defaultinline>operating system</defaultinline></switchinline> settings. The default font size for dialogs is 12pt, corresponding to a scale of 100%. You can also change the font size for dialogs in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <item type=\"productname\">%PRODUCTNAME</item> - View</emph>. The zoom factor of a document can be changed in <emph>View - Zoom</emph>, or by double-clicking the zoom factor displayed in the Status Bar."
msgstr ""
-#: ms_import_export_limitations.xhp#par_idN10AC9.help.text
-msgctxt "ms_import_export_limitations.xhp#par_idN10AC9.help.text"
-msgid "Weak XOR encryption"
+#. ~oB?
+#: accessibility.xhp
+msgctxt ""
+"accessibility.xhp\n"
+"par_id3152349\n"
+"2\n"
+"help.text"
+msgid "Please note that accessibility support relies on Java technology for communications with assistive technology tools. This means that the first program startup may take a few seconds longer, because the Java runtime environment has to be started as well."
msgstr ""
-#: ms_import_export_limitations.xhp#par_idN10AD0.help.text
-msgid "Word 97, Word 2000, Word XP, Word 2003"
+#. Ca0I
+#: accessibility.xhp
+msgctxt ""
+"accessibility.xhp\n"
+"par_id3149578\n"
+"9\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link name=\"%PRODUCTNAME - View\" href=\"text/shared/optionen/01010800.xhp\"><item type=\"productname\">%PRODUCTNAME</item> - View</link>"
msgstr ""
-#: ms_import_export_limitations.xhp#par_idN10AD6.help.text
-msgctxt "ms_import_export_limitations.xhp#par_idN10AD6.help.text"
-msgid "Office 97/2000 compatible encryption"
+#. 6_9G
+#: accessibility.xhp
+msgctxt ""
+"accessibility.xhp\n"
+"par_id3150084\n"
+"10\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link name=\"%PRODUCTNAME - Appearance\" href=\"text/shared/optionen/01012000.xhp\"><item type=\"productname\">%PRODUCTNAME</item> - Appearance</link>"
msgstr ""
-#: ms_import_export_limitations.xhp#par_idN10ADD.help.text
-msgid "Word XP, Word 2003"
+#. D[9+
+#: accessibility.xhp
+msgctxt ""
+"accessibility.xhp\n"
+"par_id3150771\n"
+"11\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link name=\"%PRODUCTNAME - Accessibility\" href=\"text/shared/optionen/01013000.xhp\"><item type=\"productname\">%PRODUCTNAME</item> - Accessibility</link>"
msgstr ""
-#: ms_import_export_limitations.xhp#par_idN10AE3.help.text
-msgid "Weak XOR encryption from older Word versions"
+#. |qj=
+#: navigator.xhp
+msgctxt ""
+"navigator.xhp\n"
+"tit\n"
+"help.text"
+msgid "Navigator for Document Overview"
msgstr ""
-#: ms_import_export_limitations.xhp#par_idN10AEA.help.text
-msgid "Excel 2.1, Excel 3.0, Excel 4.0, Excel 5.0, Excel 95"
+#. ARZD
+#: navigator.xhp
+msgctxt ""
+"navigator.xhp\n"
+"bm_id3147008\n"
+"help.text"
+msgid "<bookmark_value>documents; contents as lists</bookmark_value><bookmark_value>Navigator; contents as lists</bookmark_value>"
msgstr ""
-#: ms_import_export_limitations.xhp#par_idN10AF0.help.text
-msgctxt "ms_import_export_limitations.xhp#par_idN10AF0.help.text"
-msgid "Weak XOR encryption"
+#. \N:D
+#: navigator.xhp
+msgctxt ""
+"navigator.xhp\n"
+"hd_id3147008\n"
+"4\n"
+"help.text"
+msgid "<variable id=\"navigator\"><link href=\"text/shared/guide/navigator.xhp\" name=\"Navigator for Document Overview\">Navigator for Document Overview</link></variable>"
msgstr ""
-#: ms_import_export_limitations.xhp#par_idN10AF7.help.text
-msgid "Excel 97, Excel 2000, Excel XP, Excel 2003"
+#. sfd)
+#: navigator.xhp
+msgctxt ""
+"navigator.xhp\n"
+"par_id3154823\n"
+"3\n"
+"help.text"
+msgid "All contents of the Navigator window are referred to here as \"categories,\" whether titles, sheets, tables, text frames, graphics, OLE objects, sections, hyperlinks, references, indexes or comments."
msgstr ""
-#: ms_import_export_limitations.xhp#par_idN10AFD.help.text
-msgctxt "ms_import_export_limitations.xhp#par_idN10AFD.help.text"
-msgid "Office 97/2000 compatible encryption"
+#. fVWE
+#: navigator.xhp
+msgctxt ""
+"navigator.xhp\n"
+"par_id3153662\n"
+"5\n"
+"help.text"
+msgid "The Navigator displays all types of objects contained in a document. If a plus sign appears next to a category, this indicates that at least one object of this kind exists. If you rest the mouse pointer on the category name, the number of objects is displayed in an extended tip."
msgstr ""
-#: ms_import_export_limitations.xhp#par_idN10B04.help.text
-msgid "Excel XP, Excel 2003"
+#. fT|e
+#: navigator.xhp
+msgctxt ""
+"navigator.xhp\n"
+"par_id3146797\n"
+"6\n"
+"help.text"
+msgid "Open a category by clicking on the plus sign. If you only want to view the entries in a certain category, select the category and click the <emph>Content View</emph> icon. Until you click the icon again, only the objects of this category will be displayed."
msgstr ""
-#: ms_import_export_limitations.xhp#par_idN10B0A.help.text
-msgid "Weak XOR encryption from older Excel versions"
+#. [y6M
+#: navigator.xhp
+msgctxt ""
+"navigator.xhp\n"
+"par_id3166461\n"
+"7\n"
+"help.text"
+msgid "You may dock the Navigator to any document border or turn it back into a free window (double click on the gray area). You can change the size of the Navigator when it is a free window."
msgstr ""
-#: ms_import_export_limitations.xhp#par_idN10B0D.help.text
-msgid "Microsoft Office files that are encrypted by AES128 can be opened. Other encryption methods are not supported."
+#. aO56
+#: digitalsign_receive.xhp
+msgctxt ""
+"digitalsign_receive.xhp\n"
+"tit\n"
+"help.text"
+msgid "Opening a Document Using WebDAV over HTTPS"
msgstr ""
-#: ms_import_export_limitations.xhp#par_id3147318.33.help.text
-msgctxt "ms_import_export_limitations.xhp#par_id3147318.33.help.text"
-msgid "<link href=\"text/shared/optionen/01010200.xhp\" name=\"Setting the default file format\">Setting the default file format</link>"
+#. l2Eu
+#: digitalsign_receive.xhp
+msgctxt ""
+"digitalsign_receive.xhp\n"
+"bm_id7430951\n"
+"help.text"
+msgid "<bookmark_value>opening;documents on WebDAV server</bookmark_value><bookmark_value>WebDAV over HTTPS</bookmark_value><bookmark_value>digital signatures;WebDAV over HTTPS</bookmark_value>"
msgstr ""
-#: data_reports.xhp#tit.help.text
-msgid "Creating Reports "
+#. %r8Q
+#: digitalsign_receive.xhp
+msgctxt ""
+"digitalsign_receive.xhp\n"
+"hd_id4989165\n"
+"help.text"
+msgid "<variable id=\"digitalsign_receive\"><link href=\"text/shared/guide/digitalsign_receive.xhp\">Opening a Document Using WebDAV over HTTPS</link> </variable>"
msgstr ""
-#: data_reports.xhp#bm_id3729667.help.text
-msgid "<bookmark_value>databases;creating reports</bookmark_value><bookmark_value>reports;creating</bookmark_value><bookmark_value>wizards;reports</bookmark_value>"
+#. d`(F
+#: digitalsign_receive.xhp
+msgctxt ""
+"digitalsign_receive.xhp\n"
+"par_id1399578\n"
+"help.text"
+msgid "In %PRODUCTNAME, you can open and save documents that are stored on a WebDAV server, using the secure HTTPS protocol."
msgstr ""
-#: data_reports.xhp#par_idN105A3.help.text
-msgid "<variable id=\"data_reports\"><link href=\"text/shared/guide/data_reports.xhp\">Creating Reports</link></variable>"
+#. OLg[
+#: digitalsign_receive.xhp
+msgctxt ""
+"digitalsign_receive.xhp\n"
+"par_id598162\n"
+"help.text"
+msgid "You must use the %PRODUCTNAME file dialogs to use WebDAV over HTTPS."
msgstr ""
-#: data_reports.xhp#par_idN105C1.help.text
-msgid "A report is a Writer text document that can show your data in an organized order and formatting. In %PRODUCTNAME Base, you have a choice to create a report either manually using drag-and-drop in the Report Builder window, or semi-automatic by following a series of dialogs in the Report Wizard. "
+#. $,__
+#: digitalsign_receive.xhp
+msgctxt ""
+"digitalsign_receive.xhp\n"
+"par_id7309793\n"
+"help.text"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <item type=\"menuitem\">%PRODUCTNAME - General</item>. Ensure that <emph>Use %PRODUCTNAME dialogs</emph> is enabled. Click <emph>OK</emph> to close the dialog box."
msgstr ""
-#: data_reports.xhp#par_id4094363.help.text
-msgid "The following list gives you some information to decide which method to use for your data:"
+#. #LyH
+#: digitalsign_receive.xhp
+msgctxt ""
+"digitalsign_receive.xhp\n"
+"par_id1227759\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">File - Open</item>."
msgstr ""
-#: data_reports.xhp#par_id8514358.help.text
-msgid "Report Builder"
+#. lo%q
+#: digitalsign_receive.xhp
+msgctxt ""
+"digitalsign_receive.xhp\n"
+"par_id7424237\n"
+"help.text"
+msgid "In the <emph>File name</emph> box, enter the path to the WebDAV folder. For example, enter <item type=\"literal\">https://192.168.1.1/webfolder</item> to open a secure connection to the WebDAV server at the IP address 192.168.1.1, and to list the contents of the <item type=\"literal\">webfolder</item> folder."
msgstr ""
-#: data_reports.xhp#par_id9764091.help.text
-msgid "Report Wizard"
+#. C^FK
+#: digitalsign_receive.xhp
+msgctxt ""
+"digitalsign_receive.xhp\n"
+"par_id1388592\n"
+"help.text"
+msgid "The first time you connect to a WebDAV server, you see the \"<emph>Website Certified by an Unknown Authority</emph>\" dialog."
msgstr ""
-#: data_reports.xhp#par_id1579638.help.text
-msgid "Started by \"Create Report in Design View\" command."
+#. V%gX
+#: digitalsign_receive.xhp
+msgctxt ""
+"digitalsign_receive.xhp\n"
+"par_id343943\n"
+"help.text"
+msgid "You should click the <emph>Examine Certificate</emph> button and examine the certificate."
msgstr ""
-#: data_reports.xhp#par_id1886959.help.text
-msgid "Started by \"Use Wizard to Create Report\" command."
+#. Ur+A
+#: digitalsign_receive.xhp
+msgctxt ""
+"digitalsign_receive.xhp\n"
+"par_id8726767\n"
+"help.text"
+msgid "If you accept the certificate, choose \"<emph>Accept this certificate temporarily for this session</emph>\" and click <emph>OK</emph>. Now you can open and save files from the WebDAV server without further questions, until you exit %PRODUCTNAME."
msgstr ""
-#: data_reports.xhp#par_id455030.help.text
-msgid "Full flexibility to use report headers and footers, page headers and footers, multi-column reports."
+#. 06fG
+#: digitalsign_receive.xhp
+msgctxt ""
+"digitalsign_receive.xhp\n"
+"par_id691549\n"
+"help.text"
+msgid "If you do not trust the certificate, click <emph>Cancel</emph>."
msgstr ""
-#: data_reports.xhp#par_id8409985.help.text
-msgid "Uses a Writer template to generate a report document."
+#. HB8t
+#: digitalsign_receive.xhp
+msgctxt ""
+"digitalsign_receive.xhp\n"
+"par_id9909665\n"
+"help.text"
+msgid "If you did accept the certificate, you can now select the file name or file names you want to open and click <emph>Open</emph>."
msgstr ""
-#: data_reports.xhp#par_id5931272.help.text
-msgid "Use drag-and-drop to position the record fields or other design elements like pictures or lines."
+#. 3_g,
+#: digitalsign_receive.xhp
+msgctxt ""
+"digitalsign_receive.xhp\n"
+"par_id3236182\n"
+"help.text"
+msgid "If there is a mismatch of the domain name given in the certificate and the domain name you entered in the file dialog, then you see a dialog that allows you to choose from any of the following options:"
msgstr ""
-#: data_reports.xhp#par_id9869075.help.text
-msgid "Select from several given choices to arrange the data records."
+#. vFMg
+#: digitalsign_receive.xhp
+msgctxt ""
+"digitalsign_receive.xhp\n"
+"par_id1251258\n"
+"help.text"
+msgid "<emph>View Certificate</emph> - <ahelp hid=\".\">Opens the View Certificate dialog.</ahelp>"
msgstr ""
-#: data_reports.xhp#par_id8611713.help.text
-msgid "Generates a one-time snapshot of the data. To see an updated report, execute the same report again to create a Writer document with the updated data."
+#. el1I
+#: digitalsign_receive.xhp
+msgctxt ""
+"digitalsign_receive.xhp\n"
+"par_id8111819\n"
+"help.text"
+msgid "<emph>Continue</emph> - <ahelp hid=\".\">If you are sure both domains are the same, click the Continue button.</ahelp>"
msgstr ""
-#: data_reports.xhp#par_id2866908.help.text
-msgid "You can choose to generate a one-time snapshot with fixed data, or a \"live\" report with links to the current data at the time when you open the Base file."
+#. Vs8#
+#: digitalsign_receive.xhp
+msgctxt ""
+"digitalsign_receive.xhp\n"
+"par_id9116794\n"
+"help.text"
+msgid "<emph>Cancel Connection</emph> - Cancels the connection."
msgstr ""
-#: data_reports.xhp#par_id4169743.help.text
-msgid "Saves the report as a Writer text document. Stores the information how to create the report inside the Base file."
+#. PLVn
+#: digitalsign_receive.xhp
+msgctxt ""
+"digitalsign_receive.xhp\n"
+"par_id4381847\n"
+"help.text"
+msgid "If you click <emph>Continue</emph>, you may see a dialog that asks you to enter your user name and password."
msgstr ""
-#: data_reports.xhp#par_id408948.help.text
-msgid "Saves the report and the information how to create the report inside the Base file."
+#. B(3]
+#: digitalsign_receive.xhp
+msgctxt ""
+"digitalsign_receive.xhp\n"
+"par_id1336710\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter your user name to log on to the WebDAV server.</ahelp>"
msgstr ""
-#: data_reports.xhp#par_id2891933.help.text
-msgid "Choose Open in the context menu or double-click the report name to create a new report with the current data."
+#. TVF^
+#: digitalsign_receive.xhp
+msgctxt ""
+"digitalsign_receive.xhp\n"
+"par_id1221655\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter your password.</ahelp>"
msgstr ""
-#: data_reports.xhp#par_id6142765.help.text
-msgid "Choose Open in the context menu or double-click the report name to either see again the static snapshot of the data from first creation time, or to create a new report with the current data. This depends on your choice on the last page of the wizard."
+#. Ue8b
+#: digitalsign_receive.xhp
+msgctxt ""
+"digitalsign_receive.xhp\n"
+"par_id3397320\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">If you enable <emph>Remember password till end of session</emph>, your password will be remembered for subsequent WebDAV connections until you exit %PRODUCTNAME.</ahelp>"
msgstr ""
-#: data_reports.xhp#par_id1757560.help.text
-msgid "Choose Edit in the context menu of a report name to open the Report Builder window, with the report's information loaded."
+#. =w2?
+#: digitalsign_receive.xhp
+msgctxt ""
+"digitalsign_receive.xhp\n"
+"par_id3204443\n"
+"help.text"
+msgid "<link href=\"http://wiki.documentfoundation.org/How_to_use_digital_Signatures\">English Wiki page on digital signatures</link>"
msgstr ""
-#: data_reports.xhp#par_id4649189.help.text
-msgid "Choose Edit in the context menu of a report name to edit the Writer template file that was used to create the report."
+#. 3|7M
+#: digitalsign_receive.xhp
+msgctxt ""
+"digitalsign_receive.xhp\n"
+"par_id2182378\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/digital_signatures.xhp\">About digital signatures</link>"
msgstr ""
-#: data_reports.xhp#hd_id8414258.help.text
-msgid "Creating a New Report Manually In Design View"
+#. LF3=
+#: data_view.xhp
+msgctxt ""
+"data_view.xhp\n"
+"tit\n"
+"help.text"
+msgid "Viewing a Database"
msgstr ""
-#: data_reports.xhp#par_id3119602.help.text
-msgctxt "data_reports.xhp#par_id3119602.help.text"
-msgid "Open the database file where you want to create the new report."
+#. 53j^
+#: data_view.xhp
+msgctxt ""
+"data_view.xhp\n"
+"bm_id2339854\n"
+"help.text"
+msgid "<bookmark_value>opening;database files</bookmark_value><bookmark_value>viewing; databases</bookmark_value><bookmark_value>data sources;viewing</bookmark_value><bookmark_value>databases;viewing</bookmark_value>"
msgstr ""
-#: data_reports.xhp#par_id4226508.help.text
-msgctxt "data_reports.xhp#par_id4226508.help.text"
-msgid "In the left pane of the database window, click the <emph>Reports</emph> icon."
+#. %QgE
+#: data_view.xhp
+msgctxt ""
+"data_view.xhp\n"
+"par_idN105A6\n"
+"help.text"
+msgid "<variable id=\"data_view\"><link href=\"text/shared/guide/data_view.xhp\">Viewing a Database</link></variable>"
msgstr ""
-#: data_reports.xhp#par_id5758842.help.text
-msgid "Click <emph>Create Report in Design View</emph>."
+#. d36p
+#: data_view.xhp
+msgctxt ""
+"data_view.xhp\n"
+"par_idN105C4\n"
+"help.text"
+msgid "There are two different methods of viewing a database in %PRODUCTNAME."
msgstr ""
-#: data_reports.xhp#par_id4870754.help.text
-msgid "Follow the instructions in the <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link> guide."
+#. @dcJ
+#: data_view.xhp
+msgctxt ""
+"data_view.xhp\n"
+"par_idN105CA\n"
+"help.text"
+msgid "Choose <emph>File - Open</emph> to open the database file."
msgstr ""
-#: data_reports.xhp#par_idN105C4.help.text
-msgid "Creating a New Report With the Report Wizard"
+#. Flv#
+#: data_view.xhp
+msgctxt ""
+"data_view.xhp\n"
+"par_idN105D1\n"
+"help.text"
+msgid "The <link href=\"text/shared/explorer/database/dabadoc.xhp\">database file</link> gives you full access to tables, queries, reports, and forms. You can edit the structure of your tables and change the contents of the data records."
msgstr ""
-#: data_reports.xhp#par_idN105DC.help.text
-msgctxt "data_reports.xhp#par_idN105DC.help.text"
-msgid "Open the database file where you want to create the new report."
+#. znRV
+#: data_view.xhp
+msgctxt ""
+"data_view.xhp\n"
+"par_idN105E3\n"
+"help.text"
+msgid "Choose <emph>View - Data source</emph> to view the registered databases."
msgstr ""
-#: data_reports.xhp#par_idN105E0.help.text
-msgctxt "data_reports.xhp#par_idN105E0.help.text"
-msgid "In the left pane of the database window, click the <emph>Reports</emph> icon."
+#. .r)U
+#: data_view.xhp
+msgctxt ""
+"data_view.xhp\n"
+"par_idN105EA\n"
+"help.text"
+msgid "The <link href=\"text/shared/guide/database_main.xhp\">data source view</link> can be used to drag-and-drop table fields from registered databases into your documents and to produce mail merges."
msgstr ""
-#: data_reports.xhp#par_idN105E8.help.text
-msgid "Click <emph>Use Wizard to Create Report</emph>."
+#. -Q(L
+#: data_view.xhp
+msgctxt ""
+"data_view.xhp\n"
+"par_idN10606\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/explorer/database/main.xhp#base\"/>"
msgstr ""
-#: data_reports.xhp#par_id8032166.help.text
-msgid "Follow the steps of the <link href=\"text/shared/autopi/01100000.xhp\">Report Wizard</link> to create the report."
+#. Y=Lo
+#: data_view.xhp
+msgctxt ""
+"data_view.xhp\n"
+"par_idN1060E\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/guide/database_main.xhp#database_main\"/>"
msgstr ""
-#: flat_icons.xhp#tit.help.text
-msgid "Changing Icon Views"
+#. t[3H
+#: insert_graphic_drawit.xhp
+msgctxt ""
+"insert_graphic_drawit.xhp\n"
+"tit\n"
+"help.text"
+msgid "Editing Graphic Objects"
msgstr ""
-#: flat_icons.xhp#bm_id3145669.help.text
-msgid "<bookmark_value>buttons; big/small</bookmark_value><bookmark_value>views; icons</bookmark_value><bookmark_value>icon sizes</bookmark_value><bookmark_value>changing;icon sizes</bookmark_value><bookmark_value>large icons</bookmark_value><bookmark_value>small icons</bookmark_value>"
+#. M8+?
+#: insert_graphic_drawit.xhp
+msgctxt ""
+"insert_graphic_drawit.xhp\n"
+"bm_id3145136\n"
+"help.text"
+msgid "<bookmark_value>resizing, see also scaling/zooming</bookmark_value> <bookmark_value>scaling, see also zooming</bookmark_value> <bookmark_value>drawings, see also draw objects</bookmark_value> <bookmark_value>graphic objects, see draw objects</bookmark_value> <bookmark_value>text; drawing pictures</bookmark_value> <bookmark_value>inserting; drawings</bookmark_value> <bookmark_value>pictures; drawing</bookmark_value> <bookmark_value>objects; copying when moving in presentations</bookmark_value> <bookmark_value>draw objects; adding/editing/copying</bookmark_value> <bookmark_value>circle drawings</bookmark_value> <bookmark_value>square drawings</bookmark_value> <bookmark_value>handles; scaling</bookmark_value> <bookmark_value>scaling; objects</bookmark_value> <bookmark_value>objects;moving and resizing with mouse</bookmark_value> <bookmark_value>resizing;objects, by mouse</bookmark_value> <bookmark_value>copying; draw objects</bookmark_value> <bookmark_value>pasting;draw objects</bookmark_value> <bookmark_value>editing;draw objects</bookmark_value> <bookmark_value>pictures;scaling/resizing</bookmark_value>"
msgstr ""
-#: flat_icons.xhp#hd_id3145669.3.help.text
-msgid "<variable id=\"flat_icons\"><link href=\"text/shared/guide/flat_icons.xhp\" name=\"Changing Icon Views\">Changing Icon Size</link></variable>"
+#. LffV
+#: insert_graphic_drawit.xhp
+msgctxt ""
+"insert_graphic_drawit.xhp\n"
+"hd_id3145136\n"
+"11\n"
+"help.text"
+msgid "<variable id=\"insert_graphic_drawit\"><link href=\"text/shared/guide/insert_graphic_drawit.xhp\" name=\"Editing Graphic Objects\">Editing Graphic Objects</link></variable>"
msgstr ""
-#: flat_icons.xhp#par_id3155535.4.help.text
-msgid "You can change the icon view between small and large icons."
+#. 096(
+#: insert_graphic_drawit.xhp
+msgctxt ""
+"insert_graphic_drawit.xhp\n"
+"par_id3153345\n"
+"9\n"
+"help.text"
+msgid "Choose <emph>View - Toolbars - Drawing</emph> to open the <emph>Drawing</emph> toolbar, if it is not already open."
msgstr ""
-#: flat_icons.xhp#par_id3153748.5.help.text
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename]</emph>."
+#. bonA
+#: insert_graphic_drawit.xhp
+msgctxt ""
+"insert_graphic_drawit.xhp\n"
+"par_id3166460\n"
+"2\n"
+"help.text"
+msgid "Drawing objects can be subsequently edited and modified. Drawing objects created in this way are vector graphics, which you can scale freely without any loss of quality."
msgstr ""
-#: flat_icons.xhp#par_id3163802.6.help.text
-msgid "On the <emph>View</emph> tab page, select the <emph>Toolbar icon size</emph>."
+#. I{J3
+#: insert_graphic_drawit.xhp
+msgctxt ""
+"insert_graphic_drawit.xhp\n"
+"par_id3148491\n"
+"3\n"
+"help.text"
+msgid "To create a rectangle, click the rectangle icon and move your cursor to the place in the document where you want one corner of the rectangle to be. Press the mouse button and hold it down while dragging to the opposite corner of the rectangle. When you release the mouse button, the rectangle is inserted in the document. It is selected, and you can edit its properties through the context menu."
msgstr ""
-#: flat_icons.xhp#par_id3157909.7.help.text
+#. tc3G
+#: insert_graphic_drawit.xhp
#, fuzzy
-msgctxt "flat_icons.xhp#par_id3157909.7.help.text"
-msgid "Click <emph>OK</emph>."
-msgstr "დააწკაპუნეთ <emph>ძიება</emph>."
+msgctxt ""
+"insert_graphic_drawit.xhp\n"
+"par_id3149164\n"
+"13\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">To draw multiple objects of the same type, double-click the icon.</caseinline><caseinline select=\"IMPRESS\">To draw multiple objects of the same type, double-click the icon.</caseinline><defaultinline>Draw multiple objects of the same type. Click the document without moving the mouse to stop drawing objects.</defaultinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>რეგულარული გამოსახულებები</defaultinline></switchinline>"
-#: redlining_enter.xhp#tit.help.text
-msgid "Recording Changes"
-msgstr ""
+#. F[%I
+#: insert_graphic_drawit.xhp
+#, fuzzy
+msgctxt ""
+"insert_graphic_drawit.xhp\n"
+"par_id3148473\n"
+"4\n"
+"help.text"
+msgid "If you want to open up draw objects from the center instead of dragging from one corner to the other, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key while dragging. <switchinline select=\"sys\"><caseinline select=\"UNIX\">With some window managers, you may need to hold down also the meta key.</caseinline></switchinline>"
+msgstr "თუ გინდათ, რომ განზომილების ხაზი იყოს იგივე სიგრძის რა სიგრძისაც არის ობიექტის ახლოს მდებარე სლაიდი, გადათრევისას დააჭირეთ <switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება </caseinline><defaultinline>Ctrl</defaultinline></switchinline> კლავიშზე. განზომილების ხაზის 45 გრადუსით დასახრელად გადათრევისას გეჭიროთ Shift კლავიშზე."
-#: redlining_enter.xhp#bm_id3155364.help.text
-msgid "<bookmark_value>changes; recording</bookmark_value> <bookmark_value>recording; changes</bookmark_value> <bookmark_value>comments; on changes</bookmark_value> <bookmark_value>review function;tracking changes</bookmark_value>"
+#. Vvxz
+#: insert_graphic_drawit.xhp
+msgctxt ""
+"insert_graphic_drawit.xhp\n"
+"par_id9448225\n"
+"help.text"
+msgid "Holding down the Shift key while dragging restricts the created object. For example, instead of a rectangle you get a square, instead of an ellipse you get a circle. When you drag a handle of an existing object with Shift held down, the aspect ratio of the object is retained."
msgstr ""
-#: redlining_enter.xhp#hd_id3155364.7.help.text
-msgid "<variable id=\"redlining_enter\"><link href=\"text/shared/guide/redlining_enter.xhp\" name=\"Recording Changes\">Recording Changes</link></variable>"
+#. S-``
+#: insert_graphic_drawit.xhp
+msgctxt ""
+"insert_graphic_drawit.xhp\n"
+"par_id3153626\n"
+"5\n"
+"help.text"
+msgid "To scale the objects, first select them by clicking on them with the selection tool. You then see eight handles around the object. When you drag one of the four corner handles, the opposite corner remains fixed while the other three corners move. When you drag one of the side handles, the opposite side remains fixed."
msgstr ""
-#: redlining_enter.xhp#par_id7271645.help.text
-msgctxt "redlining_enter.xhp#par_id7271645.help.text"
-msgid "The review function is available in %PRODUCTNAME for text documents and spreadsheet documents."
+#. ;`R3
+#: insert_graphic_drawit.xhp
+#, fuzzy
+msgctxt ""
+"insert_graphic_drawit.xhp\n"
+"par_id224616\n"
+"help.text"
+msgid "To scale a draw object using the keyboard, first select the object, then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab repeatedly to highlight one of the handles. Then press an arrow key. To scale in smaller steps, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key while pressing an arrow key. Press Esc to leave the point edit mode."
+msgstr "არჩეული უჯრის რიგში <emph>შეტანის ხაზში</emph>შეტანილი ფორმულის ჩასასმელად, დააჭირეთ<switchinline select=\"sys\"><caseinline select=\"MAC\">პარამეტრი</caseinline><defaultinline>Alt</defaultinline></switchinline>+Enter. დააყოვნეთ კლავიში<switchinline select=\"sys\"><caseinline select=\"MAC\">პარამეტრი</caseinline><defaultinline>Alt</defaultinline></switchinline>+Enter+Shift რათა მიუსადაგოთ შეტანილი უჯრის ფორმატი უჯრების მთლიან რიგს."
+
+#. 6Bkw
+#: insert_graphic_drawit.xhp
+msgctxt ""
+"insert_graphic_drawit.xhp\n"
+"par_id3149669\n"
+"6\n"
+"help.text"
+msgid "To move draw objects, first select them. To select more than one object, press the Shift key while clicking. Select text objects by clicking exactly on their edge. While holding down the mouse button, drag the objects to the new location."
msgstr ""
-#: redlining_enter.xhp#par_id3145669.8.help.text
-msgid "Not all changes are recorded. For example, the changing of a tab stop from align left to align right is not recorded. However, all usual changes made by a proofreader are recorded, such as additions, deletions, text alterations, and usual formatting."
-msgstr ""
+#. {2lB
+#: insert_graphic_drawit.xhp
+#, fuzzy
+msgctxt ""
+"insert_graphic_drawit.xhp\n"
+"par_id7199316\n"
+"help.text"
+msgid "To move a draw object using the keyboard, first select the object, then press an arrow key. To move in smaller steps, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key while pressing an arrow key."
+msgstr "მონიშნული ჩარჩოს ან ობიექტის ზომის შესაცვლელად ჯერ დააწკაპუნეთ Ctrl+Tab. ახლა ერთ-ერთი საჭიდი აციმციმდება, მონიშვნის ინდიკაციისთვის. სხვა საჭიდის მოსანიშნად კვლავ დააჭირეთ Ctrl+Tab დააჭირეთ ისრის ღილაკს ობიექტის ერთი უჯრედის ერთეულით შესაცვლელად. ერთი პიქსელით შესაცვლელად დააჭირეთ <switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline>, და შემდეგ ისრის ნებისმიერ ღილაკს."
-#: redlining_enter.xhp#par_id3147088.17.help.text
-msgctxt "redlining_enter.xhp#par_id3147088.17.help.text"
-msgid "1."
+#. f93V
+#: insert_graphic_drawit.xhp
+msgctxt ""
+"insert_graphic_drawit.xhp\n"
+"par_id7133399316\n"
+"help.text"
+msgid "To enter text to be a part of a graphics object, select the object and start typing your text. Click outside the object to end entering text. Double-click text inside an object to edit the text."
msgstr ""
-#: redlining_enter.xhp#par_id3149095.9.help.text
-msgid "To start recording changes, open the document to be edited and choose <link href=\"text/shared/01/02230000.xhp\" name=\"Edit - Changes\"><emph>Edit - Changes</emph></link> and then choose <emph>Record</emph>."
+#. 5}%N
+#: insert_graphic_drawit.xhp
+msgctxt ""
+"insert_graphic_drawit.xhp\n"
+"par_id3156422\n"
+"8\n"
+"help.text"
+msgid "To revert to normal mode after creating and editing draw objects, click in an area of the document containing no objects. If you see a drawing cursor, first exit this mode by clicking the <emph>Select</emph> icon."
msgstr ""
-#: redlining_enter.xhp#par_id3154749.18.help.text
-msgctxt "redlining_enter.xhp#par_id3154749.18.help.text"
-msgid "2."
+#. `Vd7
+#: insert_graphic_drawit.xhp
+msgctxt ""
+"insert_graphic_drawit.xhp\n"
+"par_id3145785\n"
+"10\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01140000.xhp\" name=\"Information about the individual icons\">Information about the individual icons</link>"
msgstr ""
-#: redlining_enter.xhp#par_id3163802.10.help.text
-msgid "Now start making your changes. You will note that all new text passages that you enter are underlined in color, while all text that you delete remains visible but is crossed out and shown in color."
+#. hL^e
+#: export_ms.xhp
+msgctxt ""
+"export_ms.xhp\n"
+"tit\n"
+"help.text"
+msgid "Saving Documents in Other Formats"
msgstr ""
-#: redlining_enter.xhp#par_id3152349.19.help.text
-msgctxt "redlining_enter.xhp#par_id3152349.19.help.text"
-msgid "3."
+#. %Q?P
+#: export_ms.xhp
+msgctxt ""
+"export_ms.xhp\n"
+"bm_id3159233\n"
+"help.text"
+msgid "<bookmark_value>documents; saving in other formats</bookmark_value><bookmark_value>saving; documents in other formats</bookmark_value><bookmark_value>files; saving in other formats</bookmark_value><bookmark_value>text documents;saving in other formats</bookmark_value><bookmark_value>spreadsheets; saving in other formats</bookmark_value><bookmark_value>drawings; saving in other formats</bookmark_value><bookmark_value>presentations; saving in other formats</bookmark_value><bookmark_value>exporting; to Microsoft Office formats</bookmark_value><bookmark_value>Word documents; saving as</bookmark_value><bookmark_value>Excel; saving as</bookmark_value><bookmark_value>PowerPoint export</bookmark_value>"
msgstr ""
-#: redlining_enter.xhp#par_id3149578.11.help.text
-msgid "If you move to a marked change with the mouse pointer, you will see a reference to the type of change, the author, date and time of day for the change in the Help Tip. If the Extended Tips are also enabled, you will also see any available comments on this change."
+#. U0e$
+#: export_ms.xhp
+msgctxt ""
+"export_ms.xhp\n"
+"hd_id3149416\n"
+"6\n"
+"help.text"
+msgid "<variable id=\"export_ms\"><link href=\"text/shared/guide/export_ms.xhp\" name=\"Saving Documents in Other Formats\">Saving Documents in Other Formats</link></variable>"
msgstr ""
-#: redlining_enter.xhp#par_id3156119.12.help.text
-msgid "Changes in a spreadsheet document are highlighted by a border around the cells; when you point to the cell you can see more detailed information on this change in the Help Tip."
+#. P$!v
+#: export_ms.xhp
+msgctxt ""
+"export_ms.xhp\n"
+"par_id3150084\n"
+"2\n"
+"help.text"
+msgid "Choose <emph>File - Save as</emph>. You will see the <emph>Save as</emph> dialog."
msgstr ""
-#: redlining_enter.xhp#par_id3148473.13.help.text
-msgid "You can enter a comment on each recorded change by placing the cursor in the area of the change and then choosing <emph>Edit - Changes - Comment</emph>. In addition to Extended Tips, the comment is also displayed in the list in the <link href=\"text/shared/01/02230400.xhp\" name=\"Accept or Reject Changes\"><emph>Accept or Reject Changes</emph></link> dialog."
+#. =oE}
+#: export_ms.xhp
+msgctxt ""
+"export_ms.xhp\n"
+"par_id3153348\n"
+"3\n"
+"help.text"
+msgid "In the <emph>Save as type</emph> or <emph>File type</emph> list box, select the desired format."
msgstr ""
-#: redlining_enter.xhp#par_id3153542.14.help.text
-msgid "To stop recording changes, choose <emph>Edit - Changes - Record</emph> again. The check mark is removed and you can now save the document."
+#. CW3\
+#: export_ms.xhp
+msgctxt ""
+"export_ms.xhp\n"
+"par_id3150985\n"
+"4\n"
+"help.text"
+msgid "Enter a name in the <emph>File name</emph> box and click <emph>Save</emph>."
msgstr ""
-#: redlining_enter.xhp#par_id3153627.15.help.text
-msgid "In a text document, you can highlight all lines that you have changed with an additional colored marking. This can be in the form of a red line in the margin, for example."
+#. 1coH
+#: export_ms.xhp
+msgctxt ""
+"export_ms.xhp\n"
+"par_id3153252\n"
+"7\n"
+"help.text"
+msgid "If you want the file dialogs to offer another file format as default, select that format in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - General</emph> in the <emph>Default file format </emph>area."
msgstr ""
-#: redlining_enter.xhp#par_id3147530.16.help.text
-msgid "To change the settings for tracking changes, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer</emph> - <link href=\"text/shared/optionen/01040700.xhp\" name=\"Changes\"><emph>Changes</emph></link> or on the <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph> - <link href=\"text/shared/optionen/01060600.xhp\" name=\"Changes\"><emph>Changes</emph></link>."
-msgstr ""
+#. SgNm
+#: export_ms.xhp
+#, fuzzy
+msgctxt ""
+"export_ms.xhp\n"
+"par_id3149669\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">Save As</link>"
+msgstr "<link href=\"text/scalc/01/04050000.xhp\" name=\"ფურცელი\">ფურცელი</link>"
-#: copytext2application.xhp#tit.help.text
-msgid "Inserting Data From Text Documents"
+#. 2W)m
+#: insert_specialchar.xhp
+msgctxt ""
+"insert_specialchar.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting Special Characters"
msgstr ""
-#: copytext2application.xhp#bm_id3152924.help.text
-msgid "<bookmark_value>sending; AutoAbstract function in presentations</bookmark_value><bookmark_value>AutoAbstract function for sending text to presentations</bookmark_value><bookmark_value>outlines; sending to presentations</bookmark_value><bookmark_value>text; copying by drag and drop</bookmark_value><bookmark_value>drag and drop; copying and pasting text</bookmark_value><bookmark_value>inserting;data from text documents</bookmark_value><bookmark_value>copying;data from text documents</bookmark_value><bookmark_value>pasting;data from text documents</bookmark_value>"
+#. +`5e
+#: insert_specialchar.xhp
+msgctxt ""
+"insert_specialchar.xhp\n"
+"bm_id3154927\n"
+"help.text"
+msgid "<bookmark_value>characters; special</bookmark_value><bookmark_value>inserting; special characters</bookmark_value><bookmark_value>special characters</bookmark_value><bookmark_value>text; inserting special characters</bookmark_value><bookmark_value>accents</bookmark_value><bookmark_value>compose key to insert special characters</bookmark_value>"
msgstr ""
-#: copytext2application.xhp#hd_id3152924.3.help.text
-msgid "<variable id=\"copytext2application\"><link href=\"text/shared/guide/copytext2application.xhp\" name=\"Inserting Data From Text Documents\">Inserting Data From Text Documents</link></variable>"
+#. @:tW
+#: insert_specialchar.xhp
+msgctxt ""
+"insert_specialchar.xhp\n"
+"hd_id3154927\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"insert_specialchar\"><link href=\"text/shared/guide/insert_specialchar.xhp\" name=\"Inserting Special Characters\">Inserting Special Characters</link></variable>"
msgstr ""
-#: copytext2application.xhp#par_id3156426.4.help.text
-msgid "You can insert text into other document types, such as spreadsheets and presentations. Note that there is a difference between whether the text is inserted into a text frame, a spreadsheet cell, or into the outline view of a presentation."
+#. xY;p
+#: insert_specialchar.xhp
+msgctxt ""
+"insert_specialchar.xhp\n"
+"par_id3147576\n"
+"2\n"
+"help.text"
+msgid "This function allows you to insert special characters, such as check marks, boxes, and telephone symbols, into your text."
msgstr ""
-#: copytext2application.xhp#par_id3147576.5.help.text
-msgid "If you copy text to the clipboard, you can paste it with or without text attributes. Use the shortcut keys <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C to copy and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V to paste."
+#. 8mIP
+#: insert_specialchar.xhp
+msgctxt ""
+"insert_specialchar.xhp\n"
+"par_id3155535\n"
+"3\n"
+"help.text"
+msgid "To view a selection of all characters, choose <emph>Insert - Special Character</emph>."
msgstr ""
-#: copytext2application.xhp#par_id3152349.help.text
-msgid "<image id=\"img_id3143270\" src=\"cmd/sc_paste.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3143270\">Icon</alt></image>"
+#. l2PR
+#: insert_specialchar.xhp
+msgctxt ""
+"insert_specialchar.xhp\n"
+"par_id3147275\n"
+"6\n"
+"help.text"
+msgid "In the large selection field click the desired character or several characters in succession. The characters are displayed at the bottom of the dialog. When you close the dialog with <emph>OK</emph>, all displayed characters in the selected font are inserted in the current document."
msgstr ""
-#: copytext2application.xhp#par_id3158430.12.help.text
-msgid "To select the format in which the clipboard contents will be pasted, click the arrow next to the <emph>Paste</emph> icon on the Standard bar, or choose <emph>Edit - Paste Special</emph>, then select the proper format."
+#. a#Dn
+#: insert_specialchar.xhp
+msgctxt ""
+"insert_specialchar.xhp\n"
+"par_id3153031\n"
+"4\n"
+"help.text"
+msgid "In any text input field (such as the input fields in the <emph>Find & Replace</emph> dialog) you can press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+S to open the <emph>Special Characters</emph> dialog."
msgstr ""
-#: copytext2application.xhp#par_id3156155.6.help.text
-msgid "If a text document contains headings formatted with the Heading Paragraph Style, choose <emph>File - Send - Outline to Presentation</emph>. A new presentation document is created, which contains the headings as an outline."
+#. #y7u
+#: insert_specialchar.xhp
+msgctxt ""
+"insert_specialchar.xhp\n"
+"par_id3155630\n"
+"7\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">At present there are three ways of entering letters with accents directly from the keyboard.</caseinline></switchinline>"
msgstr ""
-#: copytext2application.xhp#par_id3145316.9.help.text
-msgid "If you want to transfer each heading together with its accompanying paragraphs, select the <emph>File - Send - AutoAbstract to Presentation</emph> command. You must have formatted the headings with a corresponding Paragraph Style to be able to see this command."
+#. +p/V
+#: insert_specialchar.xhp
+msgctxt ""
+"insert_specialchar.xhp\n"
+"par_id3154897\n"
+"8\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\"><emph>Solaris:</emph> Using a Sun keyboard. First press the Compose key to the right of the space bar, then enter the first and second modifiers.</caseinline></switchinline>"
msgstr ""
-#: copytext2application.xhp#hd_id3156024.10.help.text
-msgid "Copying Text Using Drag-and-Drop"
+#. SVj`
+#: insert_specialchar.xhp
+msgctxt ""
+"insert_specialchar.xhp\n"
+"par_id3145315\n"
+"9\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\"><emph>Linux / NetBSD:</emph> Using the dead-keys. In an xterm window first press the (´) or (`) key. The character should not appear on the screen. Now press a letter, such as \"e\". The e is given an accent, é or è. If not, then check in the XF86Config file if a \"nodeadkeys\" XkbdVariant has been loaded there and replace it. You may also have set the environment variable SAL_NO_DEADKEYS, which deactivates the dead-keys.</caseinline></switchinline>"
msgstr ""
-#: copytext2application.xhp#par_id3147303.7.help.text
-msgid "If you select text and drag it into a spreadsheet with drag-and-drop, it will be inserted as text into the cell where you release the mouse."
+#. X:eJ
+#: insert_specialchar.xhp
+msgctxt ""
+"insert_specialchar.xhp\n"
+"par_id3148943\n"
+"10\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\"><emph>All Unix systems:</emph> (Alt Graph) as additional compose key. The (Alt Graph) key can work in $[officename] like the Compose key, if you set the environment variable SAL_ALTGR_COMPOSE. The (Alt Graph) key must trigger a mode_switch, so, for example, xmodmap -e \"keysym Alt_R = Mode_switch\" must be set. First press (Alt Graph), then the first modifier, then the second modifier. The characters are combined as described on a Solaris system in the file /usr/openwin/include/X11/Suncompose.h.</caseinline></switchinline>"
msgstr ""
-#: copytext2application.xhp#par_id3149655.8.help.text
-msgid "If you drag text to the normal view of a presentation, an OLE object is inserted as a $[officename] plug-in."
+#. /*BF
+#: insert_specialchar.xhp
+msgctxt ""
+"insert_specialchar.xhp\n"
+"par_id3149047\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Characters\">Special Characters</link>"
msgstr ""
-#: copytext2application.xhp#par_id3150793.11.help.text
-msgid "If you drag the text to the outline view of a presentation, it will be inserted at the cursor location."
-msgstr ""
+#. 1=6n
+#: insert_specialchar.xhp
+#, fuzzy
+msgctxt ""
+"insert_specialchar.xhp\n"
+"par_id3153896\n"
+"11\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06040200.xhp\" name=\"AutoCorrect\">AutoCorrect</link>"
+msgstr "<link href=\"text/shared/optionen/01010300.xhp\" name=\"Paths\">გეზები</link>"
-#: border_table.xhp#tit.help.text
+#. 2^nt
+#: border_table.xhp
+msgctxt ""
+"border_table.xhp\n"
+"tit\n"
+"help.text"
msgid "Defining Borders for Tables and Table Cells"
msgstr ""
-#: border_table.xhp#bm_id3155805.help.text
+#. ctMi
+#: border_table.xhp
+msgctxt ""
+"border_table.xhp\n"
+"bm_id3155805\n"
+"help.text"
msgid "<bookmark_value>tables in text; defining borders</bookmark_value><bookmark_value>tables in spreadsheets;defining borders</bookmark_value><bookmark_value>borders; for tables</bookmark_value><bookmark_value>frames; around tables</bookmark_value><bookmark_value>defining;table borders</bookmark_value>"
msgstr ""
-#: border_table.xhp#hd_id3155805.16.help.text
+#. ]7^(
+#: border_table.xhp
+msgctxt ""
+"border_table.xhp\n"
+"hd_id3155805\n"
+"16\n"
+"help.text"
msgid "<variable id=\"border_table\"><link href=\"text/shared/guide/border_table.xhp\" name=\"Defining Borders for Tables and Table Cells\">Defining Borders for Tables and Table Cells</link></variable>"
msgstr ""
-#: border_table.xhp#hd_id3147008.1.help.text
-msgctxt "border_table.xhp#hd_id3147008.1.help.text"
+#. =pf)
+#: border_table.xhp
+msgctxt ""
+"border_table.xhp\n"
+"hd_id3147008\n"
+"1\n"
+"help.text"
msgid "Setting a Predefined Border Style"
msgstr ""
-#: border_table.xhp#par_id3146957.2.help.text
-msgctxt "border_table.xhp#par_id3146957.2.help.text"
+#. lUg?
+#: border_table.xhp
+msgctxt ""
+"border_table.xhp\n"
+"par_id3146957\n"
+"2\n"
+"help.text"
msgid "Select the table cells that you want to modify."
msgstr ""
-#: border_table.xhp#par_id3156346.3.help.text
+#. .jBR
+#: border_table.xhp
+msgctxt ""
+"border_table.xhp\n"
+"par_id3156346\n"
+"3\n"
+"help.text"
msgid "Click the <emph>Borders</emph> icon on the <emph>Table </emph>toolbar (Writer) or on the <emph>Line and Filling</emph> bar to open the <emph>Borders</emph> window."
msgstr ""
-#: border_table.xhp#par_id3143270.5.help.text
+#. ~+/n
+#: border_table.xhp
+msgctxt ""
+"border_table.xhp\n"
+"par_id3143270\n"
+"5\n"
+"help.text"
msgid "Click one of the predefined border styles."
msgstr ""
-#: border_table.xhp#par_id3156156.6.help.text
+#. ]osf
+#: border_table.xhp
+msgctxt ""
+"border_table.xhp\n"
+"par_id3156156\n"
+"6\n"
+"help.text"
msgid "This <emph>adds</emph> the selected style to the current border style of the table cells. Select the blank border style at the top left of the <emph>Borders</emph> window to clear all border styles."
msgstr ""
-#: border_table.xhp#hd_id3153666.7.help.text
-msgctxt "border_table.xhp#hd_id3153666.7.help.text"
+#. eX)_
+#: border_table.xhp
+msgctxt ""
+"border_table.xhp\n"
+"hd_id3153666\n"
+"7\n"
+"help.text"
msgid "Setting a Customized Border Style"
msgstr ""
-#: border_table.xhp#par_id3152472.8.help.text
-msgctxt "border_table.xhp#par_id3152472.8.help.text"
+#. Xl27
+#: border_table.xhp
+msgctxt ""
+"border_table.xhp\n"
+"par_id3152472\n"
+"8\n"
+"help.text"
msgid "Select the table cells that you want to modify."
msgstr ""
-#: border_table.xhp#par_id3147265.9.help.text
+#. m#va
+#: border_table.xhp
+msgctxt ""
+"border_table.xhp\n"
+"par_id3147265\n"
+"9\n"
+"help.text"
msgid "Choose <emph>Table - Table Properties - Borders</emph> (Writer) or <emph>Format - Cells - Borders</emph> (Calc)."
msgstr ""
-#: border_table.xhp#par_id3159413.10.help.text
-msgctxt "border_table.xhp#par_id3159413.10.help.text"
+#. loek
+#: border_table.xhp
+msgctxt ""
+"border_table.xhp\n"
+"par_id3159413\n"
+"10\n"
+"help.text"
msgid "In the <emph>User-defined</emph> area select the edge(s) that you want to appear in a common layout. Click on an edge in the preview to toggle the selection of an edge."
msgstr ""
-#: border_table.xhp#par_id31594132.help.text
+#. 5:ni
+#: border_table.xhp
+msgctxt ""
+"border_table.xhp\n"
+"par_id31594132\n"
+"help.text"
msgid "If you select more than one row or column, you can change the middle lines between rows or columns. Select the middle markers in the <emph>User-defined</emph> area."
msgstr ""
-#: border_table.xhp#par_id3153526.11.help.text
-msgctxt "border_table.xhp#par_id3153526.11.help.text"
+#. N4P6
+#: border_table.xhp
+msgctxt ""
+"border_table.xhp\n"
+"par_id3153526\n"
+"11\n"
+"help.text"
msgid "Select a line style and color for the selected border style in the <emph>Line</emph> area. These settings apply to all border lines that are included in the selected border style."
msgstr ""
-#: border_table.xhp#par_id3145606.12.help.text
-msgctxt "border_table.xhp#par_id3145606.12.help.text"
+#. N*d.
+#: border_table.xhp
+msgctxt ""
+"border_table.xhp\n"
+"par_id3145606\n"
+"12\n"
+"help.text"
msgid "Repeat the last two steps for every border edge."
msgstr ""
-#: border_table.xhp#par_id3156422.13.help.text
+#. lC5k
+#: border_table.xhp
+msgctxt ""
+"border_table.xhp\n"
+"par_id3156422\n"
+"13\n"
+"help.text"
msgid "Select the distance between the border lines and the page contents in the <emph>Spacing to contents</emph> area."
msgstr ""
-#: border_table.xhp#par_id3149807.14.help.text
-msgctxt "border_table.xhp#par_id3149807.14.help.text"
+#. KTI^
+#: border_table.xhp
+msgctxt ""
+"border_table.xhp\n"
+"par_id3149807\n"
+"14\n"
+"help.text"
msgid "Click <emph>OK</emph> to apply the changes."
msgstr ""
-#: gallery_insert.xhp#tit.help.text
-msgid "Inserting Objects From the Gallery"
+#. $Xiq
+#: xsltfilter.xhp
+msgctxt ""
+"xsltfilter.xhp\n"
+"tit\n"
+"help.text"
+msgid "Working With %PRODUCTNAME XML Filters"
msgstr ""
-#: gallery_insert.xhp#bm_id3145136.help.text
-msgid "<bookmark_value>Gallery; inserting pictures from</bookmark_value><bookmark_value>pictures; inserting from Gallery</bookmark_value><bookmark_value>objects; inserting from Gallery</bookmark_value><bookmark_value>patterns for objects</bookmark_value><bookmark_value>textures;inserting from Gallery</bookmark_value><bookmark_value>backgrounds;inserting from Gallery</bookmark_value><bookmark_value>inserting;objects from Gallery</bookmark_value><bookmark_value>copying;from Gallery</bookmark_value>"
+#. SHN5
+#: xsltfilter.xhp
+msgctxt ""
+"xsltfilter.xhp\n"
+"bm_id7007583\n"
+"help.text"
+msgid "<bookmark_value>saving;to XML</bookmark_value> <bookmark_value>loading;XML files</bookmark_value> <bookmark_value>importing;from XML</bookmark_value> <bookmark_value>exporting;to XML</bookmark_value> <bookmark_value>file filters;XML</bookmark_value><bookmark_value>XSLT filters, see also XML filters</bookmark_value>"
msgstr ""
-#: gallery_insert.xhp#hd_id3145136.1.help.text
-msgid "<variable id=\"gallery_insert\"><link href=\"text/shared/guide/gallery_insert.xhp\" name=\"Inserting Objects From the Gallery\">Inserting Objects From the Gallery</link> </variable>"
+#. =ivB
+#: xsltfilter.xhp
+msgctxt ""
+"xsltfilter.xhp\n"
+"par_idN10923\n"
+"help.text"
+msgid "<variable id=\"xsltfilter\"><link href=\"text/shared/guide/xsltfilter.xhp\">About XML Filters</link> </variable>"
msgstr ""
-#: gallery_insert.xhp#par_id3145345.2.help.text
-msgid "You can insert an object in a document either as a <emph>copy</emph> or as a <emph>link</emph>. A copy of an object is independent of the original object. Changes to the original object have no effect on the copy. A link remains dependent on the original object. Changes to the original object are also reflected in the link."
+#. `2D!
+#: xsltfilter.xhp
+msgctxt ""
+"xsltfilter.xhp\n"
+"par_idN10927\n"
+"help.text"
+msgid "%PRODUCTNAME <link href=\"text/shared/00/00000021.xhp\">stores documents in XML format</link>. You can create customized filters that convert the native OpenDocument XML file format used by %PRODUCTNAME into another format. These filters can be integrated into %PRODUCTNAME seamlessly so that you can save or load these formats transparently."
msgstr ""
-#: gallery_insert.xhp#hd_id3145313.3.help.text
-msgid "Inserting an object as a copy"
+#. iz?h
+#: xsltfilter.xhp
+msgctxt ""
+"xsltfilter.xhp\n"
+"par_idN1093A\n"
+"help.text"
+msgid "To create an XML filter, you must have a good understanding of XML and XSLT concepts. These concepts are beyond the scope of this help."
msgstr ""
-#: gallery_insert.xhp#par_id3145382.4.help.text
-msgctxt "gallery_insert.xhp#par_id3145382.4.help.text"
-msgid "Open the Gallery by clicking the <emph>Gallery</emph> icon on the <emph>Standard</emph> bar, or by selecting <emph>Tools - Gallery</emph>."
+#. c8`Z
+#: xsltfilter.xhp
+msgctxt ""
+"xsltfilter.xhp\n"
+"par_idN1093D\n"
+"help.text"
+msgid "An XML filter contains <emph>stylesheets</emph> that are written in the XSLT language. The stylesheets define the transformation from the OpenDocument file format to another XML format through export and import filters. There are three types of XML filters:"
msgstr ""
-#: gallery_insert.xhp#par_id3154306.5.help.text
-msgctxt "gallery_insert.xhp#par_id3154306.5.help.text"
-msgid "Select a theme."
+#. Dzmg
+#: xsltfilter.xhp
+msgctxt ""
+"xsltfilter.xhp\n"
+"par_idN10947\n"
+"help.text"
+msgid "<emph>Import Filters</emph> load external XML files and transform the format of the files into the OpenDocument XML file format. After you install an import filter, the name of the filter is added to the list of file types in the <link href=\"text/shared/01/01020000.xhp\">File Open dialog</link>."
msgstr ""
-#: gallery_insert.xhp#par_id3154516.6.help.text
-msgid "Select an object using a single click."
+#. LQ+%
+#: xsltfilter.xhp
+msgctxt ""
+"xsltfilter.xhp\n"
+"par_idN10960\n"
+"help.text"
+msgid "<emph>Export Filters</emph> transform OpenDocument XML files and <emph>save</emph> the files to a different XML format. After you install an export filter, the name of the filter is added to the list of file types in the <link href=\"text/shared/01/01070001.xhp\">Export dialog</link>."
msgstr ""
-#: gallery_insert.xhp#par_id3153561.7.help.text
-msgid "Drag the object into the document, or right-click to open the context menu and select <emph>Insert</emph> and <emph>Copy</emph>."
+#. ,Q*y
+#: xsltfilter.xhp
+msgctxt ""
+"xsltfilter.xhp\n"
+"par_idN10979\n"
+"help.text"
+msgid "<emph>Import/Export Filters</emph> load and save OpenDocument XML files into a different XML <emph>format</emph>. After you install these filters, the names of the filters are added to the list of file types in the <link href=\"text/shared/01/01020000.xhp\">File Open dialog</link> and the <link href=\"text/shared/01/01070000.xhp\">File Save As dialog</link>."
msgstr ""
-#: gallery_insert.xhp#hd_id3153061.8.help.text
-msgid "Inserting an object as a link"
+#. -_J5
+#: xsltfilter.xhp
+msgctxt ""
+"xsltfilter.xhp\n"
+"par_idN10B39\n"
+"help.text"
+msgid "<link href=\"http://www.w3.org/Style/XSL/\">World Wide Web Consortium Pages on Extensible <emph>Stylesheet</emph> Language (XSL)</link>"
msgstr ""
-#: gallery_insert.xhp#par_id3145068.9.help.text
-msgctxt "gallery_insert.xhp#par_id3145068.9.help.text"
-msgid "Open the Gallery by clicking the <emph>Gallery</emph> icon on the <emph>Standard</emph> bar, or by selecting <emph>Tools - Gallery</emph>."
+#. nmSO
+#: xsltfilter.xhp
+msgctxt ""
+"xsltfilter.xhp\n"
+"par_idN10B4E\n"
+"help.text"
+msgid "<link href=\"http://www.w3.org/XML/\">World Wide Web Consortium Pages on Extensible Markup Language (XML)</link>"
msgstr ""
-#: gallery_insert.xhp#par_id3148663.10.help.text
-msgctxt "gallery_insert.xhp#par_id3148663.10.help.text"
-msgid "Select a theme."
+#. {[n2
+#: xsltfilter.xhp
+msgctxt ""
+"xsltfilter.xhp\n"
+"par_idN10D97\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/00/00000021.xhp#xmlformat\"/>"
msgstr ""
-#: gallery_insert.xhp#par_id3150543.11.help.text
-msgctxt "gallery_insert.xhp#par_id3150543.11.help.text"
-msgid "Select an object by a single click."
+#. S)VM
+#: xsltfilter.xhp
+msgctxt ""
+"xsltfilter.xhp\n"
+"par_id5569017\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/xsltfilter_distribute.xhp\">Distributing XML filters</link>"
msgstr ""
-#: gallery_insert.xhp#par_id3154140.12.help.text
-msgid "Drag the object into the document while pressing the Shift and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> keys, or right-click to open the context menu and select <emph>Insert</emph> and <emph>Link</emph>."
+#. H$N\
+#: xsltfilter.xhp
+msgctxt ""
+"xsltfilter.xhp\n"
+"par_id6426892\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/xsltfilter_create.xhp\">Creating and Testing XML filters</link>"
msgstr ""
-#: gallery_insert.xhp#hd_id3156282.13.help.text
-msgid "Inserting an object as a background graphic"
+#. (j09
+#: data_forms.xhp
+msgctxt ""
+"data_forms.xhp\n"
+"tit\n"
+"help.text"
+msgid "Working with Forms"
msgstr ""
-#: gallery_insert.xhp#par_id3152920.14.help.text
-msgctxt "gallery_insert.xhp#par_id3152920.14.help.text"
-msgid "Open the Gallery by clicking the <emph>Gallery</emph> icon on the <emph>Standard</emph> bar, or by selecting <emph>Tools - Gallery</emph>."
+#. zwRc
+#: data_forms.xhp
+msgctxt ""
+"data_forms.xhp\n"
+"bm_id5762199\n"
+"help.text"
+msgid "<bookmark_value>opening;forms</bookmark_value><bookmark_value>forms;creating</bookmark_value><bookmark_value>design view;creating forms</bookmark_value>"
msgstr ""
-#: gallery_insert.xhp#par_id3151041.15.help.text
-msgctxt "gallery_insert.xhp#par_id3151041.15.help.text"
-msgid "Select a theme."
+#. }KBR
+#: data_forms.xhp
+msgctxt ""
+"data_forms.xhp\n"
+"par_idN105F9\n"
+"help.text"
+msgid "<variable id=\"data_forms\"><link href=\"text/shared/guide/data_forms.xhp\">Working with Forms</link></variable>"
msgstr ""
-#: gallery_insert.xhp#par_id3145607.16.help.text
-msgctxt "gallery_insert.xhp#par_id3145607.16.help.text"
-msgid "Select an object by a single click."
+#. uyMu
+#: data_forms.xhp
+msgctxt ""
+"data_forms.xhp\n"
+"par_idN10617\n"
+"help.text"
+msgid "Using forms, you can define how to present the data. Open a text document or a spreadsheet and insert the controls such as push buttons and list boxes. In the properties dialogs of the controls, you can define what data the forms should display."
msgstr ""
-#: gallery_insert.xhp#par_id3147289.17.help.text
-msgid "Open the context menu and choose <emph>Insert - Background - Page</emph> or <emph>Paragraph</emph>."
+#. A:Po
+#: data_forms.xhp
+msgctxt ""
+"data_forms.xhp\n"
+"par_idN1061A\n"
+"help.text"
+msgid "Creating a New Form With the Form Wizard"
msgstr ""
-#: gallery_insert.xhp#hd_id3145787.18.help.text
-msgid "Inserting an object as a texture (pattern) for another object"
+#. dS4Z
+#: data_forms.xhp
+msgctxt ""
+"data_forms.xhp\n"
+"par_idN1061E\n"
+"help.text"
+msgid "In %PRODUCTNAME, you can create a new form using the <link href=\"text/shared/autopi/01090000.xhp\">Form Wizard</link>:"
msgstr ""
-#: gallery_insert.xhp#par_id3159196.19.help.text
-msgctxt "gallery_insert.xhp#par_id3159196.19.help.text"
-msgid "Open the Gallery by clicking the <emph>Gallery</emph> icon on the <emph>Standard</emph> bar, or by selecting <emph>Tools - Gallery</emph>."
+#. 8QTl
+#: data_forms.xhp
+msgctxt ""
+"data_forms.xhp\n"
+"par_idN10632\n"
+"help.text"
+msgid "Open the database file where you want to create the new form."
msgstr ""
-#: gallery_insert.xhp#par_id3152596.20.help.text
-msgctxt "gallery_insert.xhp#par_id3152596.20.help.text"
-msgid "Select a theme."
+#. Y4nI
+#: data_forms.xhp
+msgctxt ""
+"data_forms.xhp\n"
+"par_idN10636\n"
+"help.text"
+msgid "In the left pane of the database window, click the <emph>Forms</emph> icon."
msgstr ""
-#: gallery_insert.xhp#par_id3148617.21.help.text
-msgctxt "gallery_insert.xhp#par_id3148617.21.help.text"
-msgid "Select an object by a single click."
+#. Mi8q
+#: data_forms.xhp
+msgctxt ""
+"data_forms.xhp\n"
+"par_idN1063E\n"
+"help.text"
+msgid "Click <emph>Use Wizard to Create Form</emph>."
msgstr ""
-#: gallery_insert.xhp#par_id3147443.22.help.text
-msgid "Drag the object on to the other object in the document while pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>."
+#. 1eMt
+#: data_forms.xhp
+msgctxt ""
+"data_forms.xhp\n"
+"par_idN10645\n"
+"help.text"
+msgid "Creating a New Form Manually"
msgstr ""
-#: data_enter_sql.xhp#tit.help.text
-msgid "Executing SQL Commands"
+#. 6$#W
+#: data_forms.xhp
+msgctxt ""
+"data_forms.xhp\n"
+"par_idN1064C\n"
+"help.text"
+msgid "Open the database file where you want to create the new form."
msgstr ""
-#: data_enter_sql.xhp#bm_id3152801.help.text
-msgid "<bookmark_value>SQL; executing SQL commands</bookmark_value> <bookmark_value>queries;creating in SQL view</bookmark_value> <bookmark_value>commands;SQL</bookmark_value> <bookmark_value>executing SQL commands</bookmark_value>"
+#. -pZ\
+#: data_forms.xhp
+msgctxt ""
+"data_forms.xhp\n"
+"par_idN10650\n"
+"help.text"
+msgid "In the left pane of the database window, click the <emph>Forms</emph> icon."
msgstr ""
-#: data_enter_sql.xhp#hd_id3152801.67.help.text
-msgid "<variable id=\"data_enter_sql\"><link href=\"text/shared/guide/data_enter_sql.xhp\" name=\"Executing SQL Commands\">Executing SQL Commands</link></variable>"
+#. `.%q
+#: data_forms.xhp
+msgctxt ""
+"data_forms.xhp\n"
+"par_idN10658\n"
+"help.text"
+msgid "Click <emph>Create Form in Design View</emph>."
msgstr ""
-#: data_enter_sql.xhp#par_id3147008.68.help.text
-msgid "With the help of SQL commands you can control the database directly, and can also create and edit tables and queries."
+#. )M;\
+#: data_forms.xhp
+msgctxt ""
+"data_forms.xhp\n"
+"par_idN1065F\n"
+"help.text"
+msgid "A new text document opens. Use the <link href=\"text/shared/02/01170000.xhp\">Form Controls</link> to insert form controls."
msgstr ""
-#: data_enter_sql.xhp#par_id3153562.72.help.text
-msgid "Not all database types support all SQL instructions. If necessary, find out which SQL commands are supported by your database system."
+#. eXj;
+#: data_forms.xhp
+msgctxt ""
+"data_forms.xhp\n"
+"par_idN10670\n"
+"help.text"
+msgid "Click the <emph>Forms</emph> icon to access all forms that were created from within the current database window. In addition, you can use the <emph>Form Controls</emph> icons to add database form controls to any Writer or Calc document, but these documents will not be listed in the database window."
msgstr ""
-#: data_enter_sql.xhp#hd_id9577929.help.text
-msgid "To execute an SQL statement directly"
+#. -62L
+#: data_register.xhp
+msgctxt ""
+"data_register.xhp\n"
+"tit\n"
+"help.text"
+msgid "Registering and Deleting a Database"
msgstr ""
-#: data_enter_sql.xhp#par_id7923825.help.text
-msgid "Choose <emph>File - Open</emph> to open a database file."
+#. H_HG
+#: data_register.xhp
+msgctxt ""
+"data_register.xhp\n"
+"bm_id4724570\n"
+"help.text"
+msgid "<bookmark_value>databases;registering (Base)</bookmark_value><bookmark_value>registering;databases (Base)</bookmark_value><bookmark_value>deleting;databases (Base)</bookmark_value><bookmark_value>databases;deleting (Base)</bookmark_value><bookmark_value>lists;registered databases (Base)</bookmark_value>"
msgstr ""
-#: data_enter_sql.xhp#par_id9448530.help.text
-msgid "Choose <emph>Tools - SQL</emph>."
+#. 3MUY
+#: data_register.xhp
+msgctxt ""
+"data_register.xhp\n"
+"par_idN105A3\n"
+"help.text"
+msgid "<variable id=\"data_register\"><link href=\"text/shared/guide/data_register.xhp\">Registering and Deleting a Database</link></variable>"
msgstr ""
-#: data_enter_sql.xhp#par_id3151176.91.help.text
-msgid "Click the <emph>Create Query in SQL View</emph> icon <image id=\"img_id3154071\" src=\"cmd/sc_dbnewquerysql.png\" width=\"0.1862in\" height=\"0.1862in\"><alt id=\"alt_id3154071\">Icon</alt></image> or"
+#. -MI^
+#: data_register.xhp
+msgctxt ""
+"data_register.xhp\n"
+"par_idN105C1\n"
+"help.text"
+msgid "Data from any <link href=\"text/shared/explorer/database/dabadoc.xhp\">database file</link> can be registered to %PRODUCTNAME. To register means to tell %PRODUCTNAME where the data is located, how it is organized, how to get that data, and more. Once the database is registered, you can use the menu command <emph>View - Data source</emph> to access the data records from your text documents and spreadsheets."
msgstr ""
-#: data_enter_sql.xhp#par_id3145786.92.help.text
-msgid "Select an existing query from the list and click the <emph>Edit</emph> icon <image id=\"img_id3156212\" src=\"cmd/sc_dbqueryedit.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156212\">Icon</alt></image>."
+#. eK.C
+#: data_register.xhp
+msgctxt ""
+"data_register.xhp\n"
+"par_idN105C8\n"
+"help.text"
+msgid "To register an existing database file:"
msgstr ""
-#: data_enter_sql.xhp#par_id3083443.94.help.text
-msgid "In the <emph>Query</emph> window, choose <emph>View - Switch Design View On/Off</emph>. Edit the SQL command."
+#. ~d%B
+#: data_register.xhp
+msgctxt ""
+"data_register.xhp\n"
+"par_idN105CF\n"
+"help.text"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01160200.xhp\">%PRODUCTNAME Base - Databases</link>."
msgstr ""
-#: data_enter_sql.xhp#par_id3152460.96.help.text
-msgid "Click the <emph>Run</emph> icon <image id=\"img_id3152886\" src=\"cmd/sc_sbanativesql.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152886\">Icon</alt></image>. The result of the query is displayed in the upper window."
+#. Poy:
+#: data_register.xhp
+msgctxt ""
+"data_register.xhp\n"
+"par_idN105E1\n"
+"help.text"
+msgid "Click <emph>New</emph> and select the database file."
msgstr ""
-#: data_enter_sql.xhp#par_id3149298.98.help.text
-msgid "Click the <emph>Save</emph> or <emph>Save As</emph> icon <image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">Icon</alt></image> to save the query."
+#. Pv`f
+#: data_register.xhp
+msgctxt ""
+"data_register.xhp\n"
+"par_idN10700\n"
+"help.text"
+msgid "To remove a registered database from %PRODUCTNAME"
msgstr ""
-#: data_enter_sql.xhp#par_id3153223.105.help.text
-msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
+#. *hVq
+#: data_register.xhp
+msgctxt ""
+"data_register.xhp\n"
+"par_idN10707\n"
+"help.text"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01160200.xhp\">%PRODUCTNAME Base - Databases</link>."
msgstr ""
-#: activex.xhp#tit.help.text
-msgid "ActiveX Control to Display Documents in Internet Explorer"
+#. I%.8
+#: data_register.xhp
+msgctxt ""
+"data_register.xhp\n"
+"par_idN10719\n"
+"help.text"
+msgid "Select the database file and click <emph>Delete</emph>."
msgstr ""
-#: activex.xhp#bm_id3143267.help.text
-msgid "<bookmark_value>ActiveX control</bookmark_value><bookmark_value>installing;ActiveX control</bookmark_value><bookmark_value>Internet; Internet Explorer for displaying $[officename] documents</bookmark_value><bookmark_value>$[officename] documents;viewing and editing in Internet Explorer</bookmark_value><bookmark_value>viewing;%PRODUCTNAME documents in Internet Explorer</bookmark_value><bookmark_value>editing;%PRODUCTNAME documents in Internet Explorer</bookmark_value>"
+#. YLo3
+#: data_register.xhp
+msgctxt ""
+"data_register.xhp\n"
+"par_idN105F3\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/explorer/database/main.xhp#base\"/>"
msgstr ""
-#: activex.xhp#hd_id3143267.1.help.text
-msgid "<variable id=\"activex\"><link href=\"text/shared/guide/activex.xhp\" name=\"ActiveX Control to Display Documents in Internet Explorer\">ActiveX Control to Display Documents in Internet Explorer</link></variable>"
+#. IZSz
+#: data_register.xhp
+msgctxt ""
+"data_register.xhp\n"
+"par_idN105FB\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/guide/database_main.xhp#database_main\"/>"
msgstr ""
-#: activex.xhp#par_id3166410.2.help.text
-msgid "Under Windows only, you can view any $[officename] document in a window of the Microsoft Internet Explorer. Install the ActiveX control in the $[officename] Setup program."
+#. u66-
+#: floating_toolbar.xhp
+msgctxt ""
+"floating_toolbar.xhp\n"
+"tit\n"
+"help.text"
+msgid "Using Toolbars"
msgstr ""
-#: activex.xhp#hd_id3156346.3.help.text
-msgid "Installing the ActiveX control"
+#. X2^:
+#: floating_toolbar.xhp
+msgctxt ""
+"floating_toolbar.xhp\n"
+"bm_id3152801\n"
+"help.text"
+msgid "<bookmark_value>toolbars;docking/undocking</bookmark_value><bookmark_value>toolbars;viewing/closing</bookmark_value><bookmark_value>closing;toolbars</bookmark_value><bookmark_value>docking;toolbars</bookmark_value><bookmark_value>fixing toolbars</bookmark_value><bookmark_value>detaching toolbars</bookmark_value><bookmark_value>placing toolbars</bookmark_value><bookmark_value>positioning;toolbars</bookmark_value><bookmark_value>moving;toolbars</bookmark_value><bookmark_value>attaching toolbars</bookmark_value><bookmark_value>floating toolbars</bookmark_value><bookmark_value>windows;docking</bookmark_value><bookmark_value>viewing;toolbars</bookmark_value><bookmark_value>showing;toolbars</bookmark_value><bookmark_value>icon bars, see toolbars</bookmark_value><bookmark_value>button bars, see toolbars</bookmark_value>"
msgstr ""
-#: activex.xhp#par_id3153821.4.help.text
-msgctxt "activex.xhp#par_id3153821.4.help.text"
-msgid "Close $[officename] and the Quickstarter."
+#. [Vz:
+#: floating_toolbar.xhp
+msgctxt ""
+"floating_toolbar.xhp\n"
+"hd_id3152801\n"
+"9\n"
+"help.text"
+msgid "<variable id=\"floating_toolbar\"><link href=\"text/shared/guide/floating_toolbar.xhp\" name=\"Using Toolbars\">Using Toolbars</link></variable>"
msgstr ""
-#: activex.xhp#par_id3150771.5.help.text
-msgid "Click the Start button on the Windows taskbar. Choose <emph>Control Panel</emph>."
+#. CKk^
+#: floating_toolbar.xhp
+msgctxt ""
+"floating_toolbar.xhp\n"
+"par_id3143267\n"
+"7\n"
+"help.text"
+msgid "Some toolbar icons, for example the <emph>Font Color</emph> icon, can open another toolbar. Click the arrow next to the icon to open a toolbar containing further icons."
msgstr ""
-#: activex.xhp#par_idN106E8.help.text
-msgid "In the Control Panel, click <emph>Add or Remove Programs</emph>."
+#. }A}S
+#: floating_toolbar.xhp
+msgctxt ""
+"floating_toolbar.xhp\n"
+"par_id3155450\n"
+"8\n"
+"help.text"
+msgid "You now have a choice: either click the icon that you want to activate, or seize the toolbar by its title bar and drag it while holding down the mouse button."
msgstr ""
-#: activex.xhp#par_id3156155.6.help.text
-msgid "In the list, click %PRODUCTNAME, then click <emph>Change</emph>."
+#. gQ?Z
+#: floating_toolbar.xhp
+msgctxt ""
+"floating_toolbar.xhp\n"
+"hd_id733970\n"
+"help.text"
+msgid "Context of Toolbars"
msgstr ""
-#: activex.xhp#par_idN10706.help.text
-msgid "In the Installation Wizard, select <emph>Modify</emph>."
+#. \nj\
+#: floating_toolbar.xhp
+msgctxt ""
+"floating_toolbar.xhp\n"
+"par_id341196\n"
+"help.text"
+msgid "Some toolbars open automatically depending on the context. For example, when you click inside a table in a text document, the Table toolbar opens. When you click inside a numbered paragraph, the Bullets and Numbering toolbar opens."
msgstr ""
-#: activex.xhp#par_id3159399.7.help.text
-msgid "Open the <emph>Optional Components</emph> entry and find the <emph>ActiveX Control</emph> entry. Open the sub menu of the icon and select to install the feature."
+#. QERF
+#: floating_toolbar.xhp
+msgctxt ""
+"floating_toolbar.xhp\n"
+"hd_id4224372\n"
+"help.text"
+msgid "To Close a Toolbar Temporarily"
msgstr ""
-#: activex.xhp#par_id3153561.8.help.text
-msgid "Click <emph>Next</emph> and <emph>Install</emph>. "
+#. -OaX
+#: floating_toolbar.xhp
+msgctxt ""
+"floating_toolbar.xhp\n"
+"par_id295724\n"
+"help.text"
+msgid "Click the icon in the toolbar's title bar, or choose <emph>Close Toolbar</emph> from the context menu. The toolbar will be shown automatically again when the context becomes active again."
msgstr ""
-#: activex.xhp#hd_id3151384.9.help.text
-msgid "Viewing $[officename] documents"
+#. K]O}
+#: floating_toolbar.xhp
+msgctxt ""
+"floating_toolbar.xhp\n"
+"hd_id1905575\n"
+"help.text"
+msgid "To Close a Toolbar Permanently"
msgstr ""
-#: activex.xhp#par_id3149669.10.help.text
-msgid "In Internet Explorer, browse to a web page that contains a link to a $[officename] Writer document, for example."
+#. kENb
+#: floating_toolbar.xhp
+msgctxt ""
+"floating_toolbar.xhp\n"
+"par_id9776909\n"
+"help.text"
+msgid "While the toolbar is visible, choose <emph>View - Toolbars</emph> and click the name of the toolbar to remove the check mark."
msgstr ""
-#: activex.xhp#par_id3148550.11.help.text
-msgid "Click the link to view the document in the Internet Explorer window."
+#. em*.
+#: floating_toolbar.xhp
+msgctxt ""
+"floating_toolbar.xhp\n"
+"par_idN1077E\n"
+"help.text"
+msgid "To Show a Closed Toolbar"
msgstr ""
-#: activex.xhp#par_id3154072.12.help.text
-msgid "You may still right-click the link to save the file on your harddisk."
+#. RCx)
+#: floating_toolbar.xhp
+msgctxt ""
+"floating_toolbar.xhp\n"
+"par_idN10785\n"
+"help.text"
+msgid "Choose <emph>View - Toolbars</emph> and click the name of the toolbar."
msgstr ""
-#: activex.xhp#hd_id3153361.13.help.text
-msgid "Editing $[officename] documents"
+#. )6^k
+#: floating_toolbar.xhp
+msgctxt ""
+"floating_toolbar.xhp\n"
+"par_id7296975\n"
+"help.text"
+msgid "Choose <emph>View - Toolbars - Reset</emph> to reset the toolbars to their default context sensitive behavior. Now some toolbars will be shown automatically, dependent on the context."
msgstr ""
-#: activex.xhp#par_id3154367.14.help.text
-msgid "The $[officename] document inside the Internet Explorer shows a set of read-only toolbar icons."
+#. BAO[
+#: floating_toolbar.xhp
+msgctxt ""
+"floating_toolbar.xhp\n"
+"par_idN106E9\n"
+"help.text"
+msgid "To Make a Toolbar a Floating Toolbar"
msgstr ""
-#: activex.xhp#par_id3148451.15.help.text
-msgid "Click the <emph>Edit file</emph> icon in the document's toolbar to open a copy of the document in a new $[officename] window."
+#. ]!PK
+#: floating_toolbar.xhp
+msgctxt ""
+"floating_toolbar.xhp\n"
+"par_idN106EF\n"
+"help.text"
+msgid "Click the handle at the start of the toolbar, and drag the toolbar into the document."
msgstr ""
-#: activex.xhp#par_id3144760.16.help.text
-msgid "Edit the copy of the document."
+#. F\v0
+#: floating_toolbar.xhp
+msgctxt ""
+"floating_toolbar.xhp\n"
+"par_idN106F2\n"
+"help.text"
+msgid "To Reattach a Floating Toolbar"
msgstr ""
-#: digitalsign_receive.xhp#tit.help.text
-msgid "Opening a Document Using WebDAV over HTTPS"
+#. P+1)
+#: floating_toolbar.xhp
+msgctxt ""
+"floating_toolbar.xhp\n"
+"par_idN106F7\n"
+"help.text"
+msgid "Drag the title bar of the toolbar to an edge of the document window."
msgstr ""
-#: digitalsign_receive.xhp#bm_id7430951.help.text
-msgid "<bookmark_value>opening;documents on WebDAV server</bookmark_value><bookmark_value>WebDAV over HTTPS</bookmark_value><bookmark_value>digital signatures;WebDAV over HTTPS</bookmark_value>"
+#. WNP8
+#: floating_toolbar.xhp
+msgctxt ""
+"floating_toolbar.xhp\n"
+"par_id6154362\n"
+"help.text"
+msgid "To reattach a floating window, drag-and-drop the window's title bar to an edge of the document window. The mouse pointer should be very close to the document window's edge when you release the mouse button."
msgstr ""
-#: digitalsign_receive.xhp#hd_id4989165.help.text
-msgid "<variable id=\"digitalsign_receive\"><link href=\"text/shared/guide/digitalsign_receive.xhp\">Opening a Document Using WebDAV over HTTPS</link> </variable>"
+#. `a==
+#: floating_toolbar.xhp
+msgctxt ""
+"floating_toolbar.xhp\n"
+"par_id1510055\n"
+"help.text"
+msgid "Depending on your system's window manager settings, you may also double-click an empty place on the toolbar or window, while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. Or double-click the title bar of the floating toolbar or window."
msgstr ""
-#: digitalsign_receive.xhp#par_id1399578.help.text
-msgid "In %PRODUCTNAME, you can open and save documents that are stored on a WebDAV server, using the secure HTTPS protocol."
+#. }3Op
+#: floating_toolbar.xhp
+msgctxt ""
+"floating_toolbar.xhp\n"
+"par_idN107AC\n"
+"help.text"
+msgid "Docking toolbars and windows by drag-and-drop depends on your system's window manager settings. You must enable your system to show the full window contents when you move a window, instead of showing just the outer frame."
msgstr ""
-#: digitalsign_receive.xhp#par_id598162.help.text
-msgid "You must use the %PRODUCTNAME file dialogs to use WebDAV over HTTPS."
+#. O!m?
+#: version_number.xhp
+msgctxt ""
+"version_number.xhp\n"
+"tit\n"
+"help.text"
+msgid "Versions and Build Numbers"
msgstr ""
-#: digitalsign_receive.xhp#par_id7309793.help.text
-msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <item type=\"menuitem\">%PRODUCTNAME - General</item>. Ensure that <emph>Use %PRODUCTNAME dialogs</emph> is enabled. Click <emph>OK</emph> to close the dialog box."
+#. 0fJ@
+#: version_number.xhp
+msgctxt ""
+"version_number.xhp\n"
+"bm_id3144436\n"
+"help.text"
+msgid "<bookmark_value>versions; $[officename]</bookmark_value><bookmark_value>build numbers of $[officename]</bookmark_value><bookmark_value>copyright for $[officename]</bookmark_value>"
msgstr ""
-#: digitalsign_receive.xhp#par_id1227759.help.text
-msgid "Choose <item type=\"menuitem\">File - Open</item>."
+#. ^HI^
+#: version_number.xhp
+msgctxt ""
+"version_number.xhp\n"
+"hd_id3144436\n"
+"4\n"
+"help.text"
+msgid "<variable id=\"version_number\"><link href=\"text/shared/guide/version_number.xhp\" name=\"Versions and Build Numbers\">Versions and Build Numbers</link></variable>"
msgstr ""
-#: digitalsign_receive.xhp#par_id7424237.help.text
-msgid "In the <emph>File name</emph> box, enter the path to the WebDAV folder. For example, enter <item type=\"literal\">https://192.168.1.1/webfolder</item> to open a secure connection to the WebDAV server at the IP address 192.168.1.1, and to list the contents of the <item type=\"literal\">webfolder</item> folder."
+#. qvX=
+#: version_number.xhp
+msgctxt ""
+"version_number.xhp\n"
+"par_id3149346\n"
+"5\n"
+"help.text"
+msgid "Choose <emph>Help - About $[officename]</emph>. This opens a dialog containing information about the program."
msgstr ""
-#: digitalsign_receive.xhp#par_id1388592.help.text
-msgid "The first time you connect to a WebDAV server, you see the \"<emph>Website Certified by an Unknown Authority</emph>\" dialog."
+#. _qk[
+#: version_number.xhp
+msgctxt ""
+"version_number.xhp\n"
+"par_id3147008\n"
+"3\n"
+"help.text"
+msgid "<link href=\"http://www.libreoffice.org/about-us/credits/\">See lists of code and Wiki contributors</link> on the LibreOffice website."
msgstr ""
-#: digitalsign_receive.xhp#par_id343943.help.text
-msgid "You should click the <emph>Examine Certificate</emph> button and examine the certificate."
+#. u{_M
+#: redlining_enter.xhp
+msgctxt ""
+"redlining_enter.xhp\n"
+"tit\n"
+"help.text"
+msgid "Recording Changes"
msgstr ""
-#: digitalsign_receive.xhp#par_id8726767.help.text
-msgid "If you accept the certificate, choose \"<emph>Accept this certificate temporarily for this session</emph>\" and click <emph>OK</emph>. Now you can open and save files from the WebDAV server without further questions, until you exit %PRODUCTNAME."
+#. nyLb
+#: redlining_enter.xhp
+msgctxt ""
+"redlining_enter.xhp\n"
+"bm_id3155364\n"
+"help.text"
+msgid "<bookmark_value>changes; recording</bookmark_value> <bookmark_value>recording; changes</bookmark_value> <bookmark_value>comments; on changes</bookmark_value> <bookmark_value>review function;tracking changes</bookmark_value>"
msgstr ""
-#: digitalsign_receive.xhp#par_id691549.help.text
-msgid "If you do not trust the certificate, click <emph>Cancel</emph>."
+#. 3O)i
+#: redlining_enter.xhp
+msgctxt ""
+"redlining_enter.xhp\n"
+"hd_id3155364\n"
+"7\n"
+"help.text"
+msgid "<variable id=\"redlining_enter\"><link href=\"text/shared/guide/redlining_enter.xhp\" name=\"Recording Changes\">Recording Changes</link></variable>"
msgstr ""
-#: digitalsign_receive.xhp#par_id9909665.help.text
-msgid "If you did accept the certificate, you can now select the file name or file names you want to open and click <emph>Open</emph>."
+#. FM;l
+#: redlining_enter.xhp
+msgctxt ""
+"redlining_enter.xhp\n"
+"par_id7271645\n"
+"help.text"
+msgid "The review function is available in %PRODUCTNAME for text documents and spreadsheet documents."
msgstr ""
-#: digitalsign_receive.xhp#par_id3236182.help.text
-msgid "If there is a mismatch of the domain name given in the certificate and the domain name you entered in the file dialog, then you see a dialog that allows you to choose from any of the following options:"
+#. :UU+
+#: redlining_enter.xhp
+msgctxt ""
+"redlining_enter.xhp\n"
+"par_id3145669\n"
+"8\n"
+"help.text"
+msgid "Not all changes are recorded. For example, the changing of a tab stop from align left to align right is not recorded. However, all usual changes made by a proofreader are recorded, such as additions, deletions, text alterations, and usual formatting."
msgstr ""
-#: digitalsign_receive.xhp#par_id1251258.help.text
-msgid " <emph>View Certificate</emph> - <ahelp hid=\".\">Opens the View Certificate dialog.</ahelp>"
+#. xOEb
+#: redlining_enter.xhp
+msgctxt ""
+"redlining_enter.xhp\n"
+"par_id3147088\n"
+"17\n"
+"help.text"
+msgid "1."
msgstr ""
-#: digitalsign_receive.xhp#par_id8111819.help.text
-msgid " <emph>Continue</emph> - <ahelp hid=\".\">If you are sure both domains are the same, click the Continue button.</ahelp>"
+#. qTYt
+#: redlining_enter.xhp
+msgctxt ""
+"redlining_enter.xhp\n"
+"par_id3149095\n"
+"9\n"
+"help.text"
+msgid "To start recording changes, open the document to be edited and choose <link href=\"text/shared/01/02230000.xhp\" name=\"Edit - Changes\"><emph>Edit - Changes</emph></link> and then choose <emph>Record</emph>."
msgstr ""
-#: digitalsign_receive.xhp#par_id9116794.help.text
-msgid " <emph>Cancel Connection</emph> - Cancels the connection."
+#. cppR
+#: redlining_enter.xhp
+msgctxt ""
+"redlining_enter.xhp\n"
+"par_id3154749\n"
+"18\n"
+"help.text"
+msgid "2."
msgstr ""
-#: digitalsign_receive.xhp#par_id4381847.help.text
-msgid "If you click <emph>Continue</emph>, you may see a dialog that asks you to enter your user name and password."
+#. JPJ)
+#: redlining_enter.xhp
+msgctxt ""
+"redlining_enter.xhp\n"
+"par_id3163802\n"
+"10\n"
+"help.text"
+msgid "Now start making your changes. You will note that all new text passages that you enter are underlined in color, while all text that you delete remains visible but is crossed out and shown in color."
msgstr ""
-#: digitalsign_receive.xhp#par_id1336710.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter your user name to log on to the WebDAV server.</ahelp>"
+#. dK#K
+#: redlining_enter.xhp
+msgctxt ""
+"redlining_enter.xhp\n"
+"par_id3152349\n"
+"19\n"
+"help.text"
+msgid "3."
msgstr ""
-#: digitalsign_receive.xhp#par_id1221655.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter your password.</ahelp>"
+#. (;3D
+#: redlining_enter.xhp
+msgctxt ""
+"redlining_enter.xhp\n"
+"par_id3149578\n"
+"11\n"
+"help.text"
+msgid "If you move to a marked change with the mouse pointer, you will see a reference to the type of change, the author, date and time of day for the change in the Help Tip. If the Extended Tips are also enabled, you will also see any available comments on this change."
msgstr ""
-#: digitalsign_receive.xhp#par_id3397320.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">If you enable <emph>Remember password till end of session</emph>, your password will be remembered for subsequent WebDAV connections until you exit %PRODUCTNAME.</ahelp>"
+#. y+zd
+#: redlining_enter.xhp
+msgctxt ""
+"redlining_enter.xhp\n"
+"par_id3156119\n"
+"12\n"
+"help.text"
+msgid "Changes in a spreadsheet document are highlighted by a border around the cells; when you point to the cell you can see more detailed information on this change in the Help Tip."
msgstr ""
-#: digitalsign_receive.xhp#par_id3204443.help.text
-msgctxt "digitalsign_receive.xhp#par_id3204443.help.text"
-msgid "<link href=\"http://wiki.documentfoundation.org/How_to_use_digital_Signatures\">English Wiki page on digital signatures</link>"
+#. 3R[D
+#: redlining_enter.xhp
+msgctxt ""
+"redlining_enter.xhp\n"
+"par_id3148473\n"
+"13\n"
+"help.text"
+msgid "You can enter a comment on each recorded change by placing the cursor in the area of the change and then choosing <emph>Edit - Changes - Comment</emph>. In addition to Extended Tips, the comment is also displayed in the list in the <link href=\"text/shared/01/02230400.xhp\" name=\"Accept or Reject Changes\"><emph>Accept or Reject Changes</emph></link> dialog."
msgstr ""
-#: digitalsign_receive.xhp#par_id2182378.help.text
-msgctxt "digitalsign_receive.xhp#par_id2182378.help.text"
-msgid "<link href=\"text/shared/guide/digital_signatures.xhp\">About digital signatures</link>"
+#. y5qH
+#: redlining_enter.xhp
+msgctxt ""
+"redlining_enter.xhp\n"
+"par_id3153542\n"
+"14\n"
+"help.text"
+msgid "To stop recording changes, choose <emph>Edit - Changes - Record</emph> again. The check mark is removed and you can now save the document."
msgstr ""
-#: lineend_define.xhp#tit.help.text
-msgid "Defining Line Ends"
+#. $a$g
+#: redlining_enter.xhp
+msgctxt ""
+"redlining_enter.xhp\n"
+"par_id3153627\n"
+"15\n"
+"help.text"
+msgid "In a text document, you can highlight all lines that you have changed with an additional colored marking. This can be in the form of a red line in the margin, for example."
msgstr ""
-#: lineend_define.xhp#bm_id3146117.help.text
-msgid "<bookmark_value>defining; arrowheads and other line ends</bookmark_value><bookmark_value>arrows; defining arrow heads</bookmark_value><bookmark_value>lines;defining ends</bookmark_value>"
+#. sgo_
+#: redlining_enter.xhp
+msgctxt ""
+"redlining_enter.xhp\n"
+"par_id3147530\n"
+"16\n"
+"help.text"
+msgid "To change the settings for tracking changes, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer</emph> - <link href=\"text/shared/optionen/01040700.xhp\" name=\"Changes\"><emph>Changes</emph></link> or on the <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph> - <link href=\"text/shared/optionen/01060600.xhp\" name=\"Changes\"><emph>Changes</emph></link>."
msgstr ""
-#: lineend_define.xhp#hd_id3146117.14.help.text
-msgid "<variable id=\"lineend_define\"><link href=\"text/shared/guide/lineend_define.xhp\" name=\"Defining Line Ends\">Defining Line Ends</link></variable>"
+#. {hH:
+#: dragdrop_table.xhp
+msgctxt ""
+"dragdrop_table.xhp\n"
+"tit\n"
+"help.text"
+msgid "Copying Spreadsheet Areas to Text Documents"
msgstr ""
-#: lineend_define.xhp#par_id3153750.15.help.text
-msgid "You can define any object to be included in the list of available line ends."
+#. ScD{
+#: dragdrop_table.xhp
+msgctxt ""
+"dragdrop_table.xhp\n"
+"bm_id3154927\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; copying areas to text documents</bookmark_value><bookmark_value>copying; sheet areas, to text documents</bookmark_value><bookmark_value>pasting;sheet areas in text documents</bookmark_value>"
msgstr ""
-#: lineend_define.xhp#par_id3147653.16.help.text
-msgid "Use the draw functions to create an object to be used as a line end."
+#. BzFt
+#: dragdrop_table.xhp
+msgctxt ""
+"dragdrop_table.xhp\n"
+"hd_id3154927\n"
+"24\n"
+"help.text"
+msgid "<variable id=\"dragdrop_table\"><link href=\"text/shared/guide/dragdrop_table.xhp\" name=\"Copying Spreadsheet Areas to Text Documents\">Copying Spreadsheet Areas to Text Documents</link></variable>"
msgstr ""
-#: lineend_define.xhp#par_id3149795.17.help.text
-msgid "Select the object and choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Drawing Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph/><emph>Line</emph>."
+#. M?X~
+#: dragdrop_table.xhp
+msgctxt ""
+"dragdrop_table.xhp\n"
+"par_id3155892\n"
+"25\n"
+"help.text"
+msgid "Open both the text document and the spreadsheet."
msgstr ""
-#: lineend_define.xhp#par_id3154306.18.help.text
-msgid "In the dialog, click the <emph>Arrow Styles</emph>."
+#. \$y\
+#: dragdrop_table.xhp
+msgctxt ""
+"dragdrop_table.xhp\n"
+"par_id3147088\n"
+"26\n"
+"help.text"
+msgid "Select the sheet area you want to copy."
msgstr ""
-#: lineend_define.xhp#par_id3149765.19.help.text
-msgid "Click <emph>Add</emph> and assign a name to the new arrow style."
+#. T:Hm
+#: dragdrop_table.xhp
+msgctxt ""
+"dragdrop_table.xhp\n"
+"par_id3149827\n"
+"27\n"
+"help.text"
+msgid "Point to the selected area and press the mouse button. Keep the mouse button pressed for a moment, then drag the area into the text document."
msgstr ""
-#: lineend_define.xhp#par_id3151176.20.help.text
-msgctxt "lineend_define.xhp#par_id3151176.20.help.text"
-msgid "Click <emph>OK</emph> to close the dialog."
+#. 71-T
+#: dragdrop_table.xhp
+msgctxt ""
+"dragdrop_table.xhp\n"
+"par_id3152780\n"
+"32\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">If the documents are not visible next to each other, first drag the mouse pointer to the destination document button. Continue to hold down the mouse button. The document is displayed, and you can move the mouse pointer within the document. </caseinline></switchinline>"
msgstr ""
-#: data_addressbook.xhp#tit.help.text
-msgid "Registering an Address Book"
+#. 3))`
+#: dragdrop_table.xhp
+msgctxt ""
+"dragdrop_table.xhp\n"
+"par_id3156346\n"
+"28\n"
+"help.text"
+msgid "Once the cursor is located in the place where you want to insert the sheet area, release the mouse button. The sheet area is inserted as an OLE object."
msgstr ""
-#: data_addressbook.xhp#bm_id3152823.help.text
-msgid "<bookmark_value>data sources; registering address books</bookmark_value><bookmark_value>address books; registering</bookmark_value><bookmark_value>system address book registration</bookmark_value><bookmark_value>registering; address books</bookmark_value>"
+#. Q)n,
+#: dragdrop_table.xhp
+msgctxt ""
+"dragdrop_table.xhp\n"
+"par_id3154047\n"
+"29\n"
+"help.text"
+msgid "You can select and edit the OLE object at any time."
msgstr ""
-#: data_addressbook.xhp#hd_id3154228.2.help.text
-msgid "<variable id=\"data_addressbook\"><link href=\"text/shared/guide/data_addressbook.xhp\" name=\"Registering an Address Book\">Registering an Address Book</link></variable>"
+#. 1^.Q
+#: dragdrop_table.xhp
+msgctxt ""
+"dragdrop_table.xhp\n"
+"par_id3149164\n"
+"30\n"
+"help.text"
+msgid "To edit the OLE object, double-click on it."
msgstr ""
-#: data_addressbook.xhp#par_id3154927.3.help.text
-msgid "In <item type=\"productname\">%PRODUCTNAME</item> you can register different data sources. The contents of the data fields are then available to you for use in various fields and controls. Your system address book is such a data source."
+#. /hgl
+#: dragdrop_table.xhp
+msgctxt ""
+"dragdrop_table.xhp\n"
+"par_id3155389\n"
+"33\n"
+"help.text"
+msgid "Alternatively, select the object and choose <emph>Edit - Object - Edit</emph> or choose <emph>Edit</emph> from the context menu. You edit the object in its own frame within the text document, but you see the icons and menu commands needed for spreadsheets."
msgstr ""
-#: data_addressbook.xhp#par_id3149346.4.help.text
-msgid "<item type=\"productname\">%PRODUCTNAME</item> templates and wizards use fields for the contents of the address book. When activated, the general fields in the templates are automatically replaced with the fields from the data source of your address book."
+#. 0i=?
+#: dragdrop_table.xhp
+msgctxt ""
+"dragdrop_table.xhp\n"
+"par_id3154860\n"
+"31\n"
+"help.text"
+msgid "Choose <emph>Open</emph> to open the source document of the OLE object."
msgstr ""
-#: data_addressbook.xhp#par_id3147399.5.help.text
-msgid "In order for the replacement to take place, you must tell <item type=\"productname\">%PRODUCTNAME</item> which address book you use. The wizard asking for this information appears automatically the first time you activate, for example, a business letter template. You can also call the wizard by following the steps listed below."
+#. B#-e
+#: filternavigator.xhp
+msgctxt ""
+"filternavigator.xhp\n"
+"tit\n"
+"help.text"
+msgid "Using the Filter Navigator"
msgstr ""
-#: data_addressbook.xhp#par_id5941648.help.text
-msgid "The address book data is read-only in %PRODUCTNAME Base. It is not possible to add, edit, or delete address data from within Base."
+#. /^U2
+#: filternavigator.xhp
+msgctxt ""
+"filternavigator.xhp\n"
+"bm_id3150322\n"
+"help.text"
+msgid "<bookmark_value>filters; Navigator</bookmark_value><bookmark_value>filter conditions;connecting</bookmark_value>"
msgstr ""
-#: data_addressbook.xhp#hd_id3149096.35.help.text
-msgid "Address Data Source Wizard"
+#. D3ND
+#: filternavigator.xhp
+msgctxt ""
+"filternavigator.xhp\n"
+"par_idN105A3\n"
+"help.text"
+msgid "<variable id=\"filternavigator\"><link href=\"text/shared/guide/filternavigator.xhp\">Using the Filter Navigator</link></variable>"
msgstr ""
-#: data_addressbook.xhp#par_id3147008.36.help.text
-msgid "To call the <link href=\"text/shared/autopi/01170000.xhp\" name=\"Address Data Source\">Address Data Source</link> wizard, choose <emph>File - Wizards - Address Data Source</emph>."
+#. hbeD
+#: filternavigator.xhp
+msgctxt ""
+"filternavigator.xhp\n"
+"par_id3150322\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FormFilterNavigator\">To connect several filter conditions with Boolean OR, click the <emph>Filter navigation</emph> icon on the filter bar.</ahelp> The <emph>Filter navigator</emph> window appears."
msgstr ""
-#: data_addressbook.xhp#hd_id3149811.6.help.text
-msgid "Registering An Existing Address Book Manually"
+#. AhO3
+#: filternavigator.xhp
+msgctxt ""
+"filternavigator.xhp\n"
+"par_id3153711\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FILTER_NAVIGATOR\">The filter conditions that have been set appear in the <emph>Filter navigator</emph>. As soon as a filter is set, you see a blank filter entry at the bottom of the <emph>Filter navigator</emph> . You can select this entry by clicking the word \"Or\". Once you have selected the blank filter entry, you can enter additional filter conditions in the form. These conditions are linked by Boolean OR to the previously defined conditions.</ahelp>"
msgstr ""
-#: data_addressbook.xhp#par_id3150771.8.help.text
-msgid "Choose <emph>File - Templates - Address Book Source</emph>. The <link href=\"text/shared/01/01110101.xhp\" name=\"Templates: Address Book Assignment\"><emph>Templates: Address Book Assignment</emph></link> dialog appears."
+#. G%MS
+#: filternavigator.xhp
+msgctxt ""
+"filternavigator.xhp\n"
+"par_id3145620\n"
+"15\n"
+"help.text"
+msgid "The context menu can be called for each entry in the <emph>Filter navigator</emph>. <ahelp hid=\"SID_FM_FILTER_IS_NOT_NULL\">You can edit the filter conditions in this area directly as text. If you wish to check if a field has content or no content, you can select the filter conditions \"empty\" (SQL:\"Is Null\") or \"not empty\" (SQL: \"Is not Null\").</ahelp> It is also possible to delete the entry by using the context menu."
msgstr ""
-#: data_addressbook.xhp#par_id3148491.10.help.text
-msgid "In the <emph>Data source</emph> combo box, select the system address book or the data source you want to use as an address book."
+#. CWYd
+#: filternavigator.xhp
+msgctxt ""
+"filternavigator.xhp\n"
+"par_id3156374\n"
+"16\n"
+"help.text"
+msgid "You can move filter conditions in the <emph>Filter navigator</emph> by dragging and dropping, or use the keys <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Alt+Up Arrow or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Alt+Down Arrow. To copy filter conditions, drag them while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key."
msgstr ""
-#: data_addressbook.xhp#par_id3149669.11.help.text
-msgid "If you have not yet registered the system address book in <item type=\"productname\">%PRODUCTNAME</item> as the data source, click the <emph>Address Data Source ...</emph> button. This takes you to the <emph>Address Book Data Source Wizard</emph>, in which you can register your address book as a new data source in <item type=\"productname\">%PRODUCTNAME</item>."
+#. ]LA/
+#: data_search2.xhp
+msgctxt ""
+"data_search2.xhp\n"
+"tit\n"
+"help.text"
+msgid "Searching With a Form Filter"
msgstr ""
-#: data_addressbook.xhp#par_id3154365.13.help.text
-msgid "In the <emph>Table</emph> combo box, select the database table you want to use as the address book."
+#. VqR?
+#: data_search2.xhp
+msgctxt ""
+"data_search2.xhp\n"
+"bm_id8772545\n"
+"help.text"
+msgid "<bookmark_value>form filters</bookmark_value><bookmark_value>databases;form filters</bookmark_value><bookmark_value>searching; form filters</bookmark_value><bookmark_value>removing;form filters</bookmark_value><bookmark_value>filtering; data in forms</bookmark_value><bookmark_value>data;filtering in forms</bookmark_value><bookmark_value>forms; filtering data</bookmark_value><bookmark_value>data, see also values</bookmark_value>"
msgstr ""
-#: data_addressbook.xhp#par_id3147084.15.help.text
-msgid "Under <emph>Field assignment</emph>, match the fields for first name, company, department, and so on to the actual field names used in your address book."
+#. RH:#
+#: data_search2.xhp
+msgctxt ""
+"data_search2.xhp\n"
+"hd_id3156042\n"
+"5\n"
+"help.text"
+msgid "<variable id=\"data_search2\"><link href=\"text/shared/guide/data_search2.xhp\" name=\"Searching With a Form Filter\">Searching With a Form Filter</link></variable>"
msgstr ""
-#: data_addressbook.xhp#par_idN10784.help.text
-msgid "When finished, close the dialog with <emph>OK</emph>."
+#. 1T#}
+#: data_search2.xhp
+msgctxt ""
+"data_search2.xhp\n"
+"par_id3149182\n"
+"17\n"
+"help.text"
+msgid "Open a form document that contains database fields."
msgstr ""
-#: data_addressbook.xhp#par_id3149983.18.help.text
-msgid "Now your data source is registered in <item type=\"productname\">%PRODUCTNAME</item> as the address book. If you now open a template from the <emph>Business Correspondence</emph> category, <item type=\"productname\">%PRODUCTNAME</item> can automatically insert the correct fields for a form letter."
+#. .$;m
+#: data_search2.xhp
+msgctxt ""
+"data_search2.xhp\n"
+"par_id3159157\n"
+"18\n"
+"help.text"
+msgid "As an example, open an empty text document and press F4. Open the bibliography database table <emph>biblio</emph> in the data source view. While pressing Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, drag a few column headers into the document so that the form fields are created."
msgstr ""
-#: accessibility.xhp#tit.help.text
-msgid "Accessibility in %PRODUCTNAME"
+#. ?kgr
+#: data_search2.xhp
+msgctxt ""
+"data_search2.xhp\n"
+"par_id3150984\n"
+"19\n"
+"help.text"
+msgid "On the <emph>Form Controls</emph> toolbar, click the <emph>Design Mode On/Off</emph> icon <image id=\"img_id3147618\" src=\"cmd/sc_switchcontroldesignmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147618\">Icon</alt></image> to turn off the design mode."
msgstr ""
-#: accessibility.xhp#bm_id3150502.help.text
-msgid "<bookmark_value>accessibility; %PRODUCTNAME features</bookmark_value>"
+#. SC25
+#: data_search2.xhp
+msgctxt ""
+"data_search2.xhp\n"
+"par_id3148672\n"
+"6\n"
+"help.text"
+msgid "On the <emph>Form Navigation</emph> toolbar, click the <emph>Form-Based Filters</emph> icon <image id=\"img_id3149807\" src=\"cmd/sc_formfilter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149807\">Icon</alt></image>. The current document is displayed with its form controls as an empty edit mask. The <emph>Form Filter </emph>toolbar appears."
msgstr ""
-#: accessibility.xhp#hd_id3150502.7.help.text
-msgid "<variable id=\"accessibility\"><link name=\"Accessibility in %PRODUCTNAME\" href=\"text/shared/guide/accessibility.xhp\">Accessibility in <item type=\"productname\">%PRODUCTNAME</item></link></variable>"
+#. Lm#W
+#: data_search2.xhp
+msgctxt ""
+"data_search2.xhp\n"
+"par_id3149666\n"
+"7\n"
+"help.text"
+msgid "Enter the filter conditions into one or several fields. Note that if you enter filter conditions into several fields, all of the entered conditions must match (Boolean AND)."
msgstr ""
-#: accessibility.xhp#par_id3154894.6.help.text
-msgid "The following accessibility features are part of <item type=\"productname\">%PRODUCTNAME</item>:"
+#. s+~M
+#: data_search2.xhp
+msgctxt ""
+"data_search2.xhp\n"
+"par_id3149481\n"
+"8\n"
+"help.text"
+msgid "More information about wildcards and operators can be found in <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>."
msgstr ""
-#: accessibility.xhp#par_id3153894.5.help.text
-msgid "Support of <link href=\"text/shared/guide/assistive.xhp\" name=\"external devices and applications\">external devices and applications</link>"
+#. 2OcK
+#: data_search2.xhp
+msgctxt ""
+"data_search2.xhp\n"
+"par_id3152462\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FormFilterExecute\">If you click the <emph>Apply Form-Based Filter</emph> icon on the <emph>Form Filter</emph> toolbar, the filter will be applied.</ahelp> You see the <emph>Form Navigation</emph> toolbar and can browse through the found records."
msgstr ""
-#: accessibility.xhp#par_id3155552.4.help.text
-msgid "Access to all functions by keyboard. The keys that replace the mouse actions are listed in the <link name=\"%PRODUCTNAME Help\" href=\"text/shared/guide/keyboard.xhp\"><item type=\"productname\">%PRODUCTNAME</item> Help</link>"
+#. X$q,
+#: data_search2.xhp
+msgctxt ""
+"data_search2.xhp\n"
+"par_id3145273\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FormFilterExit\">If you click on the <emph>Close</emph> button on the <emph>Form Filter</emph> toolbar, the form is displayed without a filter.</ahelp>"
msgstr ""
-#: accessibility.xhp#par_id3149177.3.help.text
-msgid "Improved readability of screen contents"
+#. +Wp/
+#: data_search2.xhp
+msgctxt ""
+"data_search2.xhp\n"
+"par_id3150114\n"
+"11\n"
+"help.text"
+msgid "Click the <link href=\"text/shared/02/12120000.xhp\" name=\"Apply Filter\"><emph>Apply Filter</emph></link> icon <image id=\"img_id3144764\" src=\"cmd/sc_datafilterstandardfilter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144764\">Icon</alt></image> on the <emph>Form Navigation</emph> toolbar to change to the filtered view."
msgstr ""
-#: accessibility.xhp#par_id3146957.8.help.text
-msgid "Zooming of on-screen user interface for menus, icons, and documents"
+#. I.yh
+#: data_search2.xhp
+msgctxt ""
+"data_search2.xhp\n"
+"par_id3146898\n"
+"12\n"
+"help.text"
+msgid "The filter that has been set can be removed by clicking <link href=\"text/shared/02/12040000.xhp\" name=\"Remove Filter/Sort\"><emph>Remove Filter/Sort</emph></link> icon <image id=\"img_id3151318\" src=\"cmd/sc_removefiltersort.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151318\">Icon</alt></image>."
msgstr ""
-#: accessibility.xhp#par_id3145071.12.help.text
-msgid "The user interface is scalable through your <switchinline select=\"sys\"><caseinline select=\"UNIX\">Window Manager</caseinline><defaultinline>operating system</defaultinline></switchinline> settings. The default font size for dialogs is 12pt, corresponding to a scale of 100%. You can also change the font size for dialogs in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <item type=\"productname\">%PRODUCTNAME</item> - View</emph>. The zoom factor of a document can be changed in <emph>View - Zoom</emph>, or by double-clicking the zoom factor displayed in the Status Bar."
+#. pPlT
+#: formfields.xhp
+msgctxt ""
+"formfields.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting and Editing Buttons"
msgstr ""
-#: accessibility.xhp#par_id3152349.2.help.text
-msgid "Please note that accessibility support relies on Java technology for communications with assistive technology tools. This means that the first program startup may take a few seconds longer, because the Java runtime environment has to be started as well."
+#. (Bd)
+#: formfields.xhp
+msgctxt ""
+"formfields.xhp\n"
+"bm_id3149798\n"
+"help.text"
+msgid "<bookmark_value>command buttons, see push buttons</bookmark_value> <bookmark_value>controls;adding to documents</bookmark_value> <bookmark_value>inserting;push buttons</bookmark_value> <bookmark_value>keys;adding push buttons</bookmark_value> <bookmark_value>buttons;adding push buttons</bookmark_value> <bookmark_value>press buttons, see push buttons</bookmark_value> <bookmark_value>push buttons;adding to documents</bookmark_value>"
msgstr ""
-#: accessibility.xhp#par_id3149578.9.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link name=\"%PRODUCTNAME - View\" href=\"text/shared/optionen/01010800.xhp\"><item type=\"productname\">%PRODUCTNAME</item> - View</link>"
+#. 2[O?
+#: formfields.xhp
+msgctxt ""
+"formfields.xhp\n"
+"hd_id3149798\n"
+"5\n"
+"help.text"
+msgid "<variable id=\"formfields\"><link href=\"text/shared/guide/formfields.xhp\" name=\"Inserting and Editing Buttons\">Adding a Command Button to a Document</link></variable>"
msgstr ""
-#: accessibility.xhp#par_id3150084.10.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link name=\"%PRODUCTNAME - Appearance\" href=\"text/shared/optionen/01012000.xhp\"><item type=\"productname\">%PRODUCTNAME</item> - Appearance</link>"
+#. 1WVI
+#: formfields.xhp
+msgctxt ""
+"formfields.xhp\n"
+"par_idN10731\n"
+"help.text"
+msgid "You can use the Form Controls toolbar to add checkboxes, buttons, tables showing data records, and other controls to a document."
msgstr ""
-#: accessibility.xhp#par_id3150771.11.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link name=\"%PRODUCTNAME - Accessibility\" href=\"text/shared/optionen/01013000.xhp\"><item type=\"productname\">%PRODUCTNAME</item> - Accessibility</link>"
+#. c_9Z
+#: formfields.xhp
+msgctxt ""
+"formfields.xhp\n"
+"par_idN1077F\n"
+"help.text"
+msgid "To Add a Button to a Document"
msgstr ""
-#: round_corner.xhp#tit.help.text
-msgid "Creating Round Corners"
+#. {@cW
+#: formfields.xhp
+msgctxt ""
+"formfields.xhp\n"
+"par_id3154751\n"
+"6\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">View - Toolbars - Form Controls</item>."
msgstr ""
-#: round_corner.xhp#bm_id3150040.help.text
-msgid "<bookmark_value>corner roundings</bookmark_value><bookmark_value>rectangles with round corners</bookmark_value><bookmark_value>legends;rounding corners</bookmark_value><bookmark_value>round corners</bookmark_value><bookmark_value>customizing;round corners</bookmark_value>"
+#. s2\o
+#: formfields.xhp
+msgctxt ""
+"formfields.xhp\n"
+"par_id3145345\n"
+"7\n"
+"help.text"
+msgid "On the Form Controls toolbar, click the <emph>Push Button</emph> icon."
msgstr ""
-#: round_corner.xhp#hd_id3150040.6.help.text
-msgid "<variable id=\"round_corner\"><link href=\"text/shared/guide/round_corner.xhp\" name=\"Creating Round Corners\">Creating Round Corners</link></variable>"
+#. }`me
+#: formfields.xhp
+msgctxt ""
+"formfields.xhp\n"
+"par_idN107A4\n"
+"help.text"
+msgid "The mouse pointer changes to a cross-hair."
msgstr ""
-#: round_corner.xhp#par_id3156136.4.help.text
-msgid "When you insert a rectangle or a callout box using the drawing functions and activate the <emph>Points</emph> icon on the <emph>Drawing</emph> toolbar, you see a small frame at the upper left corner of the object. The frame indicates the amount by which the corners are rounded. When the frame is positioned at the top left corner, no rounding occurs. When the frame is positioned on the handle centered at the top of the object, the corners are rounded as much as possible. You adjust the degree of rounding by moving the frame between these two positions."
+#. :0|D
+#: formfields.xhp
+msgctxt ""
+"formfields.xhp\n"
+"par_id3159233\n"
+"8\n"
+"help.text"
+msgid "In the document, drag to draw the button."
msgstr ""
-#: round_corner.xhp#par_id3156426.help.text
-msgid "<image id=\"img_id3150774\" src=\"res/helpimg/hand01.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150774\">Mouse pointer as hand</alt></image>"
+#. B}wG
+#: formfields.xhp
+msgctxt ""
+"formfields.xhp\n"
+"par_idN107B2\n"
+"help.text"
+msgid "Right-click the button and choose <emph>Control</emph>."
msgstr ""
-#: round_corner.xhp#par_id3148539.5.help.text
-msgid "If you place the cursor on the box it changes to a hand symbol. You can now drag the box to change the amount of rounding. An outline shows a preview of the result."
+#. ]):^
+#: formfields.xhp
+msgctxt ""
+"formfields.xhp\n"
+"par_idN107CD\n"
+"help.text"
+msgid "Specify the properties of the button."
msgstr ""
-#: data_dbase2office.xhp#tit.help.text
-msgid "Importing and Exporting Data in Text Format"
+#. ppn[
+#: formfields.xhp
+msgctxt ""
+"formfields.xhp\n"
+"par_id3154923\n"
+"11\n"
+"help.text"
+msgid "To change the button label, click the <emph>General</emph> tab, and edit the text in the <emph>Label</emph> box."
msgstr ""
-#: data_dbase2office.xhp#bm_id3157896.help.text
-msgid "<bookmark_value>databases; text formats</bookmark_value><bookmark_value>text formats; databases</bookmark_value><bookmark_value>importing; tables in text format</bookmark_value><bookmark_value>exporting; spreadsheets to text format</bookmark_value>"
+#. r/Qo
+#: formfields.xhp
+msgctxt ""
+"formfields.xhp\n"
+"par_id3147303\n"
+"12\n"
+"help.text"
+msgid "To attach a macro to the button, click the <emph>Events</emph> tab, and click the <emph>... </emph>button beside the button action that you want to run the macro. In the <emph>Assign Macro</emph> dialog, locate the macro that you want to use, and then click <emph>OK</emph>."
msgstr ""
-#: data_dbase2office.xhp#hd_id3154824.55.help.text
-msgid "<variable id=\"data_dbase2office\"><link href=\"text/shared/guide/data_dbase2office.xhp\" name=\"Importing and Exporting Data in Text Format\">Importing and Exporting Data in Text Format</link></variable>"
+#. 7[60
+#: formfields.xhp
+msgctxt ""
+"formfields.xhp\n"
+"par_idN10814\n"
+"help.text"
+msgid "Close the <emph>Properties</emph> dialog."
msgstr ""
-#: data_dbase2office.xhp#par_id3147088.54.help.text
-msgid "If you want to exchange data with a database that does not have an ODBC link and does not allow dBASE import and export, you can use a common text format."
+#. X\gT
+#: formfields.xhp
+msgctxt ""
+"formfields.xhp\n"
+"par_id3147350\n"
+"76\n"
+"help.text"
+msgid "(Optional) Specify the properties of the form that the button belongs to."
msgstr ""
-#: data_dbase2office.xhp#hd_id3145313.41.help.text
-msgid "Importing Data into $[officename]"
+#. L~]O
+#: formfields.xhp
+msgctxt ""
+"formfields.xhp\n"
+"par_idN10828\n"
+"help.text"
+msgid "Right-click the button and choose <emph>Form</emph>."
msgstr ""
-#: data_dbase2office.xhp#par_id3147275.40.help.text
-msgid "To exchange data in a text format use the $[officename] Calc import/export filter."
+#. R[l/
+#: formfields.xhp
+msgctxt ""
+"formfields.xhp\n"
+"par_idN1082F\n"
+"help.text"
+msgid "The <emph>Form Properties</emph> dialog opens."
msgstr ""
-#: data_dbase2office.xhp#par_id3145382.42.help.text
-msgid "Export the desired data from the source database in a text format. The CSV text format is recommended. This format separates data fields by using delimiters such as commas or semi-colons, and separates records by inserting line breaks."
+#. (*.*
+#: formfields.xhp
+msgctxt ""
+"formfields.xhp\n"
+"par_idN10837\n"
+"help.text"
+msgid "Specify the properties for the form and then close the dialog."
msgstr ""
-#: data_dbase2office.xhp#par_id3153821.43.help.text
-msgid "Choose <emph>File - </emph><link href=\"text/shared/01/01020000.xhp\" name=\"Open\"><emph>Open</emph></link> and click the file to import."
+#. L58o
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"tit\n"
+"help.text"
+msgid "About Converting Microsoft Office Documents"
msgstr ""
-#: data_dbase2office.xhp#par_id1977904.help.text
-msgid "Select \"Text CSV\" from the <emph>File type</emph> combo box. Click <emph>Open</emph>."
+#. 6t\L
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"bm_id3149760\n"
+"help.text"
+msgid "<bookmark_value>Microsoft Office;document import restrictions</bookmark_value> <bookmark_value>import restrictions for Microsoft Office</bookmark_value> <bookmark_value>Microsoft Office;importing password protected files</bookmark_value>"
msgstr ""
-#: data_dbase2office.xhp#par_id3150771.44.help.text
-msgid "The <link href=\"text/shared/00/00000208.xhp\" name=\"Text Import\"><emph>Text Import</emph></link> dialog appears. Decide which data to include from the text document."
+#. /Qg-
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"hd_id3152425\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"about\"><link href=\"text/shared/guide/ms_import_export_limitations.xhp\" name=\"About Converting Microsoft Office Documents\">About Converting Microsoft Office Documents</link></variable>"
msgstr ""
-#: data_dbase2office.xhp#par_id3150986.45.help.text
-msgid "Once the data is in a $[officename] Calc spreadsheet, you can edit it as needed. Save the data as a $[officename] data source:"
+#. MU-r
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_id3147834\n"
+"2\n"
+"help.text"
+msgid "$[officename] can automatically open Microsoft Office 97/2000/XP documents. However, some layout features and formatting attributes in more complex Microsoft Office documents are handled differently in $[officename] or are unsupported. As a result, converted files require some degree of manual reformatting. The amount of reformatting that can be expected is proportional to the complexity of the structure and formatting of the source document. $[officename] cannot run Visual Basic Scripts, but can load them for you to analyze."
msgstr ""
-#: data_dbase2office.xhp#par_id3149762.56.help.text
-msgid "Save the current $[officename] Calc spreadsheet in dBASE format in the folder of a dBASE database. To do this, choose <emph>File - Save As</emph>, then select the <emph>File type</emph> \"dBASE\" and the folder of the dBASE database."
+#. ^^z.
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_id0804200804174819\n"
+"help.text"
+msgid "The most recent versions of %PRODUCTNAME can load and save the Microsoft Office Open XML document formats with the extensions docx, xlsx, and pptx. The same versions can also run some Excel Visual Basic scripts, if you enable this feature at <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - VBA Properties</item>."
msgstr ""
-#: data_dbase2office.xhp#hd_id3150400.58.help.text
-msgid "Exporting in CSV Text Format"
+#. MQe)
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_id3155934\n"
+"3\n"
+"help.text"
+msgid "The following lists provide a general overview of Microsoft Office features that may cause conversion challenges. These will not affect your ability to use or work with the content of the converted document."
msgstr ""
-#: data_dbase2office.xhp#par_id3154140.59.help.text
-msgid "You can export the current $[officename] spreadsheet in a text format which can be read by many other applications."
+#. qS#[
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"hd_id3155892\n"
+"6\n"
+"help.text"
+msgid "Microsoft Word"
msgstr ""
-#: data_dbase2office.xhp#par_id3152933.60.help.text
-msgid "Choose <emph>File - Save as</emph>."
+#. [kMQ
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_id3147088\n"
+"7\n"
+"help.text"
+msgid "AutoShapes"
msgstr ""
-#: data_dbase2office.xhp#par_id3154216.61.help.text
-msgid "In <emph>File type</emph> select the filter \"Text CSV\". Enter a file name and click <emph>Save</emph>."
+#. r~!+
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_id3150774\n"
+"8\n"
+"help.text"
+msgid "Revision marks"
msgstr ""
-#: data_dbase2office.xhp#par_id3154908.62.help.text
-msgid "This opens the <link href=\"text/shared/00/00000207.xhp\" name=\"dBase Export\"><emph>Export of text files</emph></link> dialog, in which you can select the character set, field delimiter and text delimiter. Click <emph>OK</emph>. A warning informs you that only the active sheet was saved."
+#. 1)qq
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_id3147209\n"
+"9\n"
+"help.text"
+msgid "OLE objects"
msgstr ""
-#: find_attributes.xhp#tit.help.text
-msgid "Searching for Attributes"
+#. ]4.b
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_id3154749\n"
+"10\n"
+"help.text"
+msgid "Certain controls and Microsoft Office form fields"
msgstr ""
-#: find_attributes.xhp#bm_id5681020.help.text
-msgid "<bookmark_value>fonts;finding</bookmark_value><bookmark_value>font attributes;finding</bookmark_value><bookmark_value>text attributes;finding</bookmark_value><bookmark_value>attributes; finding</bookmark_value><bookmark_value>finding; attributes</bookmark_value><bookmark_value>resetting;Find & Replace mode</bookmark_value>"
+#. ctGW
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_id3149578\n"
+"11\n"
+"help.text"
+msgid "Indexes"
msgstr ""
-#: find_attributes.xhp#par_idN10663.help.text
-msgid "<variable id=\"find_attributes\"><link href=\"text/shared/guide/find_attributes.xhp\">Searching for Attributes</link></variable>"
+#. gF!X
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_id3155342\n"
+"12\n"
+"help.text"
+msgid "Tables, frames, and multi-column formatting"
msgstr ""
-#: find_attributes.xhp#par_idN10681.help.text
-msgid "You can search for text with attributes that are applied either by direct formatting or by styles. For example, if you search for the <emph>Font</emph> 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."
+#. GcbG
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_id3153541\n"
+"13\n"
+"help.text"
+msgid "Hyperlinks and bookmarks"
msgstr ""
-#: find_attributes.xhp#par_idN10688.help.text
-msgid "If you want to find text with any font by name, click the <emph>Format</emph> button in the <link href=\"text/shared/01/02100000.xhp\">Find & Replace</link> dialog of %PRODUCTNAME Writer."
+#. .~L*
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_id3154143\n"
+"14\n"
+"help.text"
+msgid "Microsoft WordArt graphics"
msgstr ""
-#: find_attributes.xhp#par_idN1069D.help.text
-msgid "After you select the attributes that you want to search for, the <emph>Search for Styles</emph> box in the <emph>Options </emph>area of the %PRODUCTNAME Writer <emph>Find & Replace </emph>dialog changes to <emph>Including Styles</emph>."
-msgstr "საძიებო ატრიბუტების მონიშვნის შემდეგ<emph>სტილების ძებნის</emph> სარკმელი <emph>პარამეტრების </emph>არეალი %PRODUCTNAME Writer <emph>ძიება და ჩანაცვლების </emph>დიალოგი იცვლება <emph>სტილების ჩათვლით</emph>."
-
-#: find_attributes.xhp#par_idN106B0.help.text
-msgid "If you want to search for text in which attributes were set by using direct formatting and styles, select the <emph>Including Styles</emph> box."
-msgstr "ტექსტის ძიებისას,რომელშიც ატრიბუტები დაყენებულია პირდაპირი ფორმატირების და სტილების გამოყენებით, მონიშნეთ სარკმელი <emph>სტილების ჩათვლით</emph>"
-
-#: find_attributes.xhp#par_idN106B7.help.text
-msgid "The search criteria for attributes are listed below the <emph>Search for</emph> box."
+#. aTC3
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_id3156117\n"
+"15\n"
+"help.text"
+msgid "Animated characters/text"
msgstr ""
-#: find_attributes.xhp#par_idN106BE.help.text
-msgid "To search for all font changes"
+#. fLD|
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"hd_id3153524\n"
+"24\n"
+"help.text"
+msgid "Microsoft PowerPoint"
msgstr ""
-#: find_attributes.xhp#par_idN106C5.help.text
-msgid "Choose <emph>Edit - Find & Replace</emph>."
+#. VHYW
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_id3154365\n"
+"25\n"
+"help.text"
+msgid "AutoShapes"
msgstr ""
-#: find_attributes.xhp#par_idN106CD.help.text
-msgid "Clear the <emph>Search for</emph> text box if necessary."
+#. (pb=
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_id3156424\n"
+"26\n"
+"help.text"
+msgid "Tab, line, and paragraph spacing"
msgstr ""
-#: find_attributes.xhp#par_idN106D5.help.text
-msgid "Click <emph>Attributes</emph>."
+#. +TIz
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_id3154910\n"
+"27\n"
+"help.text"
+msgid "Master background graphics"
msgstr ""
-#: find_attributes.xhp#par_idN106DD.help.text
-msgid "In the <emph>Attributes</emph> dialog, select the <emph>Font</emph> check box, and click OK."
+#. OZ]9
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_id3159151\n"
+"28\n"
+"help.text"
+msgid "Grouped objects"
msgstr ""
-#: find_attributes.xhp#par_idN106E8.help.text
-msgid "In the <emph>Find & Replace</emph> dialog, you now can read \"Font\" below the <emph>Search for</emph> text box."
+#. FCO+
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_id3156282\n"
+"29\n"
+"help.text"
+msgid "Certain multimedia effects"
msgstr ""
-#: find_attributes.xhp#par_idN106F4.help.text
-msgid "Click <emph>Find</emph>."
-msgstr "დააწკაპუნეთ <emph>ძიება</emph>."
-
-#: find_attributes.xhp#par_idN106FB.help.text
-msgid "All places where a font change was applied, either directly or by assigning an appropriate style, are found."
+#. T|4S
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"hd_id3150986\n"
+"16\n"
+"help.text"
+msgid "Microsoft Excel"
msgstr ""
-#: find_attributes.xhp#par_idN106FE.help.text
-msgid "To reset the Find & Replace mode"
+#. {kC:
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_id3148685\n"
+"17\n"
+"help.text"
+msgid "AutoShapes"
msgstr ""
-#: find_attributes.xhp#par_idN10702.help.text
-msgid "To stop searching for the current attributes, reset the <emph>Find & Replace</emph> dialog to normal mode."
+#. ^MmW
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_id3149514\n"
+"18\n"
+"help.text"
+msgid "OLE objects"
msgstr ""
-#: find_attributes.xhp#par_idN1070C.help.text
-msgid "Click <emph>No Format</emph>."
+#. rNXA
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_id3148943\n"
+"19\n"
+"help.text"
+msgid "Certain controls and Microsoft Office form fields"
msgstr ""
-#: find_attributes.xhp#par_idN1071E.help.text
-msgid "<link href=\"text/shared/01/02100000.xhp\">Find & Replace</link> dialog"
+#. 6S$)
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_id3155922\n"
+"20\n"
+"help.text"
+msgid "Pivot tables"
msgstr ""
-#: find_attributes.xhp#par_id6837672.help.text
-msgid "Searching for attributes is available in the Find & Replace dialog for text documents."
+#. ]ELm
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_id3152361\n"
+"21\n"
+"help.text"
+msgid "New chart types"
msgstr ""
-#: workfolder.xhp#tit.help.text
-msgid "Changing Your Working Directory "
+#. g_pw
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_id3156343\n"
+"22\n"
+"help.text"
+msgid "Conditional formatting"
msgstr ""
-#: workfolder.xhp#bm_id3150789.help.text
-msgid "<bookmark_value>working directory change</bookmark_value> <bookmark_value>My Documents folder;changing work directory</bookmark_value> <bookmark_value>paths; changing work directory</bookmark_value> <bookmark_value>pictures; changing paths</bookmark_value> <bookmark_value>changing;work directory</bookmark_value>"
+#. B@~E
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_id3149456\n"
+"23\n"
+"help.text"
+msgid "Some functions/formulas (see below)"
msgstr ""
-#: workfolder.xhp#hd_id3149346.2.help.text
-msgid "<variable id=\"workfolder\"><link href=\"text/shared/guide/workfolder.xhp\" name=\"Changing Your Working Directory\">Changing Your Working Directory</link></variable>"
+#. tvkr
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_id0811200801491971\n"
+"help.text"
+msgid "One example of differences between Calc and Excel is the handling of boolean values. Enter TRUE to cells A1 and A2."
msgstr ""
-#: workfolder.xhp#par_id3150774.3.help.text
-msgid "When you start a dialog to open or save a document, $[officename] initially displays your working directory. To change this directory:"
+#. BjMs
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_id0811200801491973\n"
+"help.text"
+msgid "In Calc, the formula =A1+A2 returns the value 2, and the formula =SUM(A1;A2) returns 2."
msgstr ""
-#: workfolder.xhp#par_id3153681.4.help.text
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Paths</emph>."
+#. .me$
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_id0811200801491972\n"
+"help.text"
+msgid "In Excel, the formula =A1+A2 returns 2, but the formula =SUM(A1,A2) returns 0."
msgstr ""
-#: workfolder.xhp#par_id3163802.5.help.text
-msgid "Click <emph>My Documents </emph>and click the <emph>Edit</emph> button, or double-click on <emph>My Documents</emph>."
+#. vq:2
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_id3150439\n"
+"30\n"
+"help.text"
+msgid "For a detailed overview about converting documents to and from Microsoft Office format, see the <link href=\"http://wiki.documentfoundation.org/Documentation/OOoAuthors_User_Manual/Migration_Guide\">Migration Guide</link>."
msgstr ""
-#: workfolder.xhp#par_id3153880.6.help.text
-msgid "In the <emph>Select Path</emph> dialog, choose the working directory you want and click <emph>Select</emph>."
+#. T;ek
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_idN10A9F\n"
+"help.text"
+msgid "Opening Microsoft Office Documents That Are Protected With a Password"
msgstr ""
-#: workfolder.xhp#par_id3158430.7.help.text
-msgid "You also use this procedure to change the directory displayed by $[officename] when you want to insert a graphic. Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Paths - Graphics</emph>, then follow step 3."
+#. B?+l
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_id8699606\n"
+"help.text"
+msgid "%PRODUCTNAME can open the following Microsoft Office document types that are protected by a password."
msgstr ""
-#: workfolder.xhp#par_id3154286.8.help.text
-msgid "<link href=\"text/shared/optionen/01010300.xhp\" name=\"Paths\">Paths</link>"
-msgstr "<link href=\"text/shared/optionen/01010300.xhp\" name=\"Paths\">გეზები</link>"
+#. )Vqx
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_idN10AB6\n"
+"help.text"
+msgid "Microsoft Office format"
+msgstr ""
-#: data_search.xhp#tit.help.text
-msgid "Searching Tables and Form Documents"
+#. 1LhC
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_idN10ABC\n"
+"help.text"
+msgid "Supported encryption method"
msgstr ""
-#: data_search.xhp#bm_id4066896.help.text
-msgid "<bookmark_value>finding;records in form documents</bookmark_value><bookmark_value>forms;finding records</bookmark_value><bookmark_value>searching;tables and forms</bookmark_value>"
+#. @j$k
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_idN10AC3\n"
+"help.text"
+msgid "Word 6.0, Word 95"
msgstr ""
-#: data_search.xhp#hd_id3154186.64.help.text
-msgid "<variable id=\"data_search\"><link href=\"text/shared/guide/data_search.xhp\" name=\"Searching Tables and Form Documents\">Searching Tables and Form Documents</link></variable>"
+#. ^|He
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_idN10AC9\n"
+"help.text"
+msgid "Weak XOR encryption"
msgstr ""
-#: data_search.xhp#par_id3147088.help.text
-msgid "<image id=\"img_id3153311\" src=\"cmd/sc_recsearch.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153311\">Icon</alt></image>"
+#. ^P3j
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_idN10AD0\n"
+"help.text"
+msgid "Word 97, Word 2000, Word XP, Word 2003"
msgstr ""
-#: data_search.xhp#par_id3149178.65.help.text
-msgid "In spreadsheets and documents in which form controls are used, you can click the <emph>Find Record</emph> icon on the form bar to open a dialog to find any text and values. "
+#. H.IM
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_idN10AD6\n"
+"help.text"
+msgid "Office 97/2000 compatible encryption"
msgstr ""
-#: data_search.xhp#par_id3149811.66.help.text
-msgid "You can search in one or in all data fields. You can select whether the text must be at the beginning, end or any location of the data field. You also can use the ? and * wildcards, as in the <emph>Find & Replace</emph> dialog. You can find additional information about the database search function in the <link href=\"text/shared/02/12100200.xhp\" name=\"$[officename] Help\">$[officename] Help</link>."
+#. :7WC
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_idN10ADD\n"
+"help.text"
+msgid "Word XP, Word 2003"
msgstr ""
-#: navpane_on.xhp#tit.help.text
-msgid "Showing Navigation Pane of the Help"
+#. dxai
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_idN10AE3\n"
+"help.text"
+msgid "Weak XOR encryption from older Word versions"
msgstr ""
-#: navpane_on.xhp#bm_id3155364.help.text
-msgid "<bookmark_value>Help; navigation pane showing/hiding</bookmark_value><bookmark_value>hiding;navigation pane in Help window</bookmark_value><bookmark_value>indexes;showing/hiding Help index tab</bookmark_value>"
+#. !aga
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_idN10AEA\n"
+"help.text"
+msgid "Excel 2.1, Excel 3.0, Excel 4.0, Excel 5.0, Excel 95"
msgstr ""
-#: navpane_on.xhp#hd_id3150178.1.help.text
-msgid "<variable id=\"navpane_on\"><link href=\"text/shared/guide/navpane_on.xhp\" name=\"Showing Navigation Pane of the Help\">Showing Navigation Pane of the Help</link></variable>"
+#. 1T9v
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_idN10AF0\n"
+"help.text"
+msgid "Weak XOR encryption"
msgstr ""
-#: navpane_on.xhp#par_id3147571.2.help.text
-msgid "In the Help window, you can show or hide the navigation pane as needed."
+#. dX#%
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_idN10AF7\n"
+"help.text"
+msgid "Excel 97, Excel 2000, Excel XP, Excel 2003"
msgstr ""
-#: navpane_on.xhp#par_id3156411.help.text
-msgid "<image id=\"img_id3153345\" src=\"sfx2/res/indexon_small.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153345\">Icon</alt></image>"
+#. -gpB
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_idN10AFD\n"
+"help.text"
+msgid "Office 97/2000 compatible encryption"
msgstr ""
-#: navpane_on.xhp#par_id3152996.3.help.text
-msgid "On the toolbar of the <emph>Help</emph> window, click the left icon to show or hide the navigation pane."
+#. kd+@
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_idN10B04\n"
+"help.text"
+msgid "Excel XP, Excel 2003"
msgstr ""
-#: navigator_setcursor.xhp#tit.help.text
-msgid "Navigation to Quickly Reach Objects"
+#. fR?|
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_idN10B0A\n"
+"help.text"
+msgid "Weak XOR encryption from older Excel versions"
msgstr ""
-#: navigator_setcursor.xhp#bm_id3150774.help.text
-msgid "<bookmark_value>Document Map, see Navigator</bookmark_value><bookmark_value>cursor;quickly moving to an object</bookmark_value><bookmark_value>objects;quickly moving to</bookmark_value><bookmark_value>navigating;in documents</bookmark_value><bookmark_value>Navigator;working with</bookmark_value>"
+#. +~0a
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_idN10B0D\n"
+"help.text"
+msgid "Microsoft Office files that are encrypted by AES128 can be opened. Other encryption methods are not supported."
msgstr ""
-#: navigator_setcursor.xhp#hd_id3150774.8.help.text
-msgid "<variable id=\"navigator_setcursor\"><link href=\"text/shared/guide/navigator_setcursor.xhp\" name=\"Navigation to Quickly Reach Objects\">Navigation to Quickly Reach Objects</link></variable>"
+#. ]m)r
+#: ms_import_export_limitations.xhp
+msgctxt ""
+"ms_import_export_limitations.xhp\n"
+"par_id3147318\n"
+"33\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010200.xhp\" name=\"Setting the default file format\">Setting the default file format</link>"
msgstr ""
-#: navigator_setcursor.xhp#par_id3145071.9.help.text
-msgid "This is a common use of the Navigator."
+#. =@1X
+#: border_paragraph.xhp
+msgctxt ""
+"border_paragraph.xhp\n"
+"tit\n"
+"help.text"
+msgid "Defining Borders for Paragraphs"
msgstr ""
-#: navigator_setcursor.xhp#par_id3145382.10.help.text
-msgid "Double-click an object in the Navigator to jump directly to the position of the object in the document."
+#. O4{e
+#: border_paragraph.xhp
+msgctxt ""
+"border_paragraph.xhp\n"
+"bm_id3147571\n"
+"help.text"
+msgid "<bookmark_value>borders, see also frames</bookmark_value><bookmark_value>paragraphs; defining borders</bookmark_value><bookmark_value>borders; for paragraphs</bookmark_value><bookmark_value>frames; around paragraphs</bookmark_value><bookmark_value>inserting;paragraph borders</bookmark_value><bookmark_value>defining;paragraph borders</bookmark_value>"
msgstr ""
-#: navigator_setcursor.xhp#par_id3163802.11.help.text
-msgid "You can use the <emph>Navigation</emph> toolbar to scroll to the previous or next object of a specific category."
+#. gfCf
+#: border_paragraph.xhp
+msgctxt ""
+"border_paragraph.xhp\n"
+"hd_id3147571\n"
+"15\n"
+"help.text"
+msgid "<variable id=\"border_paragraph\"><link href=\"text/shared/guide/border_paragraph.xhp\" name=\"Defining Borders for Paragraphs\">Defining Borders for Paragraphs</link> </variable>"
msgstr ""
-#: navigator_setcursor.xhp#par_id3148491.12.help.text
-msgid "Open the toolbar using the <emph>Navigation</emph> icon below the vertical scroll bar of a text document, or in the Navigator window."
+#. aew$
+#: border_paragraph.xhp
+msgctxt ""
+"border_paragraph.xhp\n"
+"hd_id3159233\n"
+"1\n"
+"help.text"
+msgid "Setting a Predefined Border Style"
msgstr ""
-#: navigator_setcursor.xhp#par_id3153348.13.help.text
-msgid "On the <emph>Navigation</emph> toolbar, you first select the category, then click on one of the buttons, <emph>Previous Object</emph> or <emph>Next Object</emph>. The names of the buttons refer to the category, for example, the button \"Next Object\" is named \"Next Page\" or \"Next Bookmark\" according to the category."
+#. (7FN
+#: border_paragraph.xhp
+msgctxt ""
+"border_paragraph.xhp\n"
+"par_id3156113\n"
+"2\n"
+"help.text"
+msgid "Place the cursor in the paragraph for which you want to define a border."
msgstr ""
-#: redlining.xhp#tit.help.text
-msgid "Recording and Displaying Changes"
+#. DgZg
+#: border_paragraph.xhp
+msgctxt ""
+"border_paragraph.xhp\n"
+"par_id3149398\n"
+"3\n"
+"help.text"
+msgid "Choose <emph>Format - Paragraph - Borders</emph>."
msgstr ""
-#: redlining.xhp#bm_id3150499.help.text
-msgid "<bookmark_value>marking changes</bookmark_value> <bookmark_value>highlighting changes</bookmark_value> <bookmark_value>changes; review function</bookmark_value> <bookmark_value>review function; recording changes example</bookmark_value> <bookmark_value>Track Changes, see review function</bookmark_value>"
+#. ff85
+#: border_paragraph.xhp
+msgctxt ""
+"border_paragraph.xhp\n"
+"par_id3156326\n"
+"4\n"
+"help.text"
+msgid "Select one of the default border styles in the <emph>Default</emph> area."
msgstr ""
-#: redlining.xhp#hd_id3150499.7.help.text
-msgid "<variable id=\"redlining\"><link href=\"text/shared/guide/redlining.xhp\" name=\"Recording and Displaying Changes\">Recording and Displaying Changes</link></variable>"
+#. 6]p@
+#: border_paragraph.xhp
+msgctxt ""
+"border_paragraph.xhp\n"
+"par_id3154285\n"
+"5\n"
+"help.text"
+msgid "Select a line style and color for the selected border style in the <emph>Line</emph> area. These settings apply to all border lines that are included in the selected border style."
msgstr ""
-#: redlining.xhp#par_id4013794.help.text
-msgctxt "redlining.xhp#par_id4013794.help.text"
-msgid "The review function is available in %PRODUCTNAME for text documents and spreadsheet documents."
+#. l=hV
+#: border_paragraph.xhp
+msgctxt ""
+"border_paragraph.xhp\n"
+"par_id3153665\n"
+"6\n"
+"help.text"
+msgid "Select the distance between the border lines and the page contents in the <emph>Spacing to contents</emph> area. You can only change distances to edges that have a border line defined."
msgstr ""
-#: redlining.xhp#par_id3153681.2.help.text
-msgid "When several authors are working on the same text or spreadsheet, the review function records and displays who made the various changes. On the final edit of the document, it is then possible to look at each individual change and decide whether it should be accepted or rejected."
+#. 3cNR
+#: border_paragraph.xhp
+msgctxt ""
+"border_paragraph.xhp\n"
+"par_id3153543\n"
+"7\n"
+"help.text"
+msgid "Click <emph>OK</emph> to apply the changes."
msgstr ""
-#: redlining.xhp#par_id3147008.3.help.text
-msgid "For example: You are an editor and are delivering your latest report. But before publication the report must be read by the senior editor and the proofreader, and both will add their changes. The senior editor writes \"clarify\" after one paragraph and crosses out another entirely. The proofreader corrects the spelling of your document."
+#. ;aws
+#: border_paragraph.xhp
+msgctxt ""
+"border_paragraph.xhp\n"
+"hd_id3149237\n"
+"8\n"
+"help.text"
+msgid "Setting a Customized Border Style"
msgstr ""
-#: redlining.xhp#par_id3150774.4.help.text
-msgid "The edited document comes back to you, and you can incorporate or ignore the suggestions of the two reviewers."
+#. 1.}.
+#: border_paragraph.xhp
+msgctxt ""
+"border_paragraph.xhp\n"
+"par_id3155388\n"
+"9\n"
+"help.text"
+msgid "Choose <emph>Format - Paragraph - Borders</emph>."
msgstr ""
-#: redlining.xhp#par_id3146957.5.help.text
-msgid "Let's say you also e-mailed a copy of the report to a good friend and colleague who has done research on a similar topic in the past. You asked for a few suggestions, and the document is now returned by e-mail with your colleague's suggestions."
+#. rI3^
+#: border_paragraph.xhp
+msgctxt ""
+"border_paragraph.xhp\n"
+"par_id3148943\n"
+"10\n"
+"help.text"
+msgid "In the <emph>User-defined</emph> area select the edge(s) that you want to appear in a common layout. Click on an edge in the preview to toggle the selection of an edge."
msgstr ""
-#: redlining.xhp#par_id3147088.6.help.text
-msgid "As all your colleagues and the managers in your company work with $[officename], you can produce a final version of the document from the results you get back."
+#. 2Vt(
+#: border_paragraph.xhp
+msgctxt ""
+"border_paragraph.xhp\n"
+"par_id3148948\n"
+"11\n"
+"help.text"
+msgid "Select a line style and color for the selected border style in the <emph>Line</emph> area. These settings apply to all border lines that are included in the selected border style."
msgstr ""
-#: text_color.xhp#tit.help.text
-msgid "Changing the Color of Text"
+#. 8V_o
+#: border_paragraph.xhp
+msgctxt ""
+"border_paragraph.xhp\n"
+"par_id3152811\n"
+"12\n"
+"help.text"
+msgid "Repeat the last two steps for every border edge."
msgstr ""
-#: text_color.xhp#bm_id3156014.help.text
-msgid "<bookmark_value>text; coloring</bookmark_value> <bookmark_value>characters; coloring</bookmark_value> <bookmark_value>colors; fonts</bookmark_value> <bookmark_value>fonts;colors</bookmark_value>"
+#. !6P$
+#: border_paragraph.xhp
+msgctxt ""
+"border_paragraph.xhp\n"
+"par_id3150793\n"
+"13\n"
+"help.text"
+msgid "Select the distance between the border lines and the page contents in the <emph>Spacing to contents</emph> area. You can only change distances to edges that have a border line defined."
msgstr ""
-#: text_color.xhp#hd_id3156014.42.help.text
-msgid "<variable id=\"text_color\"><link href=\"text/shared/guide/text_color.xhp\" name=\"Changing the Color of Text\">Changing the Color of Text</link></variable>"
+#. #4+(
+#: border_paragraph.xhp
+msgctxt ""
+"border_paragraph.xhp\n"
+"par_id3151178\n"
+"14\n"
+"help.text"
+msgid "Click <emph>OK</emph> to apply the changes."
msgstr ""
-#: text_color.xhp#par_id3150040.40.help.text
-msgid "Click the arrow next to the <emph>Font Color</emph> icon to activate a <link href=\"text/shared/00/00000001.xhp#abreissleiste\" name=\"toolbar\">toolbar</link> from which you can choose from a range of colors."
+#. \`@;
+#: autocorr_url.xhp
+msgctxt ""
+"autocorr_url.xhp\n"
+"tit\n"
+"help.text"
+msgid "Turning off Automatic URL Recognition"
msgstr ""
-#: text_color.xhp#par_id3156410.help.text
-msgid "<image id=\"img_id3159233\" src=\"cmd/sc_color.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3159233\">Icon</alt></image>"
+#. Y:.i
+#: autocorr_url.xhp
+msgctxt ""
+"autocorr_url.xhp\n"
+"bm_id3149346\n"
+"help.text"
+msgid "<bookmark_value>AutoCorrect function; URL recognition</bookmark_value> <bookmark_value>recognizing URLs automatically</bookmark_value> <bookmark_value>automatic hyperlink formatting</bookmark_value> <bookmark_value>URL;turning off URL recognition</bookmark_value> <bookmark_value>hyperlinks;turning off automatic recognition</bookmark_value> <bookmark_value>links;turning off automatic recognition</bookmark_value> <bookmark_value>predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion</bookmark_value>"
msgstr ""
-#: text_color.xhp#par_id3152781.45.help.text
-msgid "Font Color"
+#. SZ1P
+#: autocorr_url.xhp
+msgctxt ""
+"autocorr_url.xhp\n"
+"hd_id3149346\n"
+"6\n"
+"help.text"
+msgid "<variable id=\"autocorr_url\"><link href=\"text/shared/guide/autocorr_url.xhp\" name=\"Turning off Automatic URL Recognition\">Turning off Automatic URL Recognition</link></variable>"
msgstr ""
-#: text_color.xhp#par_id3154897.help.text
-msgid "<image id=\"img_id3150503\" src=\"cmd/sc_fillstyle.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150503\">Icon</alt></image>"
+#. Pu#c
+#: autocorr_url.xhp
+msgctxt ""
+"autocorr_url.xhp\n"
+"par_id3166410\n"
+"7\n"
+"help.text"
+msgid "When you enter text, $[officename] automatically recognizes a word that may be a <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link> and replaces the word with a hyperlink. $[officename] formats the hyperlink with direct font attributes (color and underline) the properties of which are obtained from certain Character Styles."
msgstr ""
-#: text_color.xhp#bm_id3149795.help.text
-msgid "<bookmark_value>paint can symbol</bookmark_value>"
+#. aIc+
+#: autocorr_url.xhp
+msgctxt ""
+"autocorr_url.xhp\n"
+"par_id3153561\n"
+"2\n"
+"help.text"
+msgid "If you do not want $[officename] to automatically recognize URLs as you are typing, there are several ways of turning off this feature."
msgstr ""
-#: text_color.xhp#par_id3149795.41.help.text
-msgid "The following only applies to <item type=\"productname\">%PRODUCTNAME</item> Writer: If you click the icon with a short-click while no text is selected, then the mouse pointer changes its appearance and is displayed as a paint can. Use this paint can symbol with the mouse key pressed to drag across a text area. This text area takes the selected color. The function remains active for as long as the icon is pressed, or until you click without dragging, or until you press the Escape key."
+#. Zk?d
+#: autocorr_url.xhp
+msgctxt ""
+"autocorr_url.xhp\n"
+"hd_id3154306\n"
+"8\n"
+"help.text"
+msgid "Undo URL Recognition"
msgstr ""
-#: text_color.xhp#par_id3145120.46.help.text
-msgid "The following applies to all modules (<item type=\"productname\">%PRODUCTNAME</item> Writer, Calc, Draw, Impress): Select the text that is to take another color, then click the color you want on the toolbar."
+#. 4R4y
+#: autocorr_url.xhp
+msgctxt ""
+"autocorr_url.xhp\n"
+"par_id3149233\n"
+"3\n"
+"help.text"
+msgid "When you are typing and notice that a text has just been automatically converted into a hyperlink, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Z to undo this formatting."
msgstr ""
-#: text_color.xhp#par_id3154285.43.help.text
+#. cojV
+#: autocorr_url.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Font color\">Font color</link>"
-msgstr "<link href=\"text/swriter/01/05030200.xhp\" name=\"Text Flow\">ტექსტის დინება</link>"
+msgctxt ""
+"autocorr_url.xhp\n"
+"par_id3149235\n"
+"4\n"
+"help.text"
+msgid "If you do not notice this conversion until later, select the hyperlink, open the context menu and choose <emph>Remove Hyperlink</emph>."
+msgstr "მონიშნეთ ხაზი, რომელიც მიღებულია ორი ან მეტი ხაზის შეერთებით, გახსენი კონტექსტური მენიუ და ამოირჩიეთ <emph>წყვეტა</emph>."
-#: space_hyphen.xhp#tit.help.text
-msgid "Inserting Protected Spaces, Hyphens and Conditional Separators"
+#. +;!8
+#: autocorr_url.xhp
+msgctxt ""
+"autocorr_url.xhp\n"
+"hd_id3152350\n"
+"9\n"
+"help.text"
+msgid "Turn off URL Recognition"
msgstr ""
-#: space_hyphen.xhp#bm_id3155364.help.text
-msgid "<bookmark_value>protected spaces;inserting</bookmark_value><bookmark_value>spaces; inserting protected spaces</bookmark_value><bookmark_value>hyphens;inserting custom</bookmark_value><bookmark_value>conditional separators</bookmark_value><bookmark_value>separators; conditional</bookmark_value><bookmark_value>dashes</bookmark_value><bookmark_value>non-breaking dashes</bookmark_value><bookmark_value>replacing;dashes</bookmark_value><bookmark_value>protected dashes</bookmark_value><bookmark_value>exchanging, see also replacing</bookmark_value>"
+#. CPB_
+#: autocorr_url.xhp
+msgctxt ""
+"autocorr_url.xhp\n"
+"par_id3149514\n"
+"10\n"
+"help.text"
+msgid "Load a document of the type for which you want to modify the URL recognition."
msgstr ""
-#: space_hyphen.xhp#hd_id3155364.30.help.text
-msgid "<variable id=\"space_hyphen\"><link href=\"text/shared/guide/space_hyphen.xhp\" name=\"Inserting Protected Spaces, Hyphens and Conditional Separators\">Inserting Protected Spaces, Hyphens and Conditional Separators</link></variable>"
+#. \dNG
+#: autocorr_url.xhp
+msgctxt ""
+"autocorr_url.xhp\n"
+"par_id3151246\n"
+"11\n"
+"help.text"
+msgid "If you want to modify the URL recognition for text documents, open a text document."
msgstr ""
-#: space_hyphen.xhp#hd_id3156136.61.help.text
-msgid "Non-breaking spaces"
-msgstr "უწყვეტი ღარები"
-
-#: space_hyphen.xhp#par_id3147008.31.help.text
-msgid "To prevent two words from being separated at the end of a line, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command key </caseinline><defaultinline>Ctrl key</defaultinline></switchinline> and the Shift key when you type a space between the words."
+#. IzW(
+#: autocorr_url.xhp
+msgctxt ""
+"autocorr_url.xhp\n"
+"par_id3159413\n"
+"12\n"
+"help.text"
+msgid "Choose <emph>Tools - AutoCorrect Options</emph>."
msgstr ""
-#: space_hyphen.xhp#par_id5749687.help.text
-msgid "In Calc, you cannot insert non-breaking spaces."
+#. 7Q4v
+#: autocorr_url.xhp
+msgctxt ""
+"autocorr_url.xhp\n"
+"par_id3148550\n"
+"13\n"
+"help.text"
+msgid "In the <emph>AutoCorrect</emph> dialog, select the <emph>Options</emph> tab."
msgstr ""
-#: space_hyphen.xhp#hd_id3146957.62.help.text
-msgid "Non-breaking dash"
+#. _Fe[
+#: autocorr_url.xhp
+msgctxt ""
+"autocorr_url.xhp\n"
+"par_id3153360\n"
+"14\n"
+"help.text"
+msgid "If you unmark <emph>URL Recognition</emph>, words will no longer be automatically replaced with hyperlinks."
msgstr ""
-#: space_hyphen.xhp#par_id3148538.32.help.text
-msgid "An example of a non-breaking dash is a company name such as A-Z. Obviously you would not want A- to appear at the end of a line and Z at the beginning of the next line. To solve this problem, press Shift+Ctrl+ minus sign. In other words, hold down the Shift and Ctrl keys and press the minus key."
+#. J7$?
+#: autocorr_url.xhp
+msgctxt ""
+"autocorr_url.xhp\n"
+"par_id3156423\n"
+"15\n"
+"help.text"
+msgid "In $[officename] Writer there are two check boxes in front of <emph>URL Recognition</emph>. The box in the first column is for later post-editing and the box in the second column is for AutoCorrect as you type."
msgstr ""
-#: space_hyphen.xhp#hd_id3163802.65.help.text
-msgid "Hyphen, dash"
+#. 6RO^
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"tit\n"
+"help.text"
+msgid "Starting the $[officename] Software With Parameters"
msgstr ""
-#: space_hyphen.xhp#par_id3154749.66.help.text
-msgid "In order to enter longer dashes, you can find under <emph>Tools - AutoCorrect Options</emph><emph>- Options</emph> the <emph>Replace dashes</emph> option. This option replaces one or two minus signs under certain conditions with an en-dash or an em-dash (see <link href=\"text/shared/01/06040100.xhp\" name=\"$[officename] Help\">$[officename] Help</link>)."
+#. =\p|
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"bm_id3156410\n"
+"help.text"
+msgid "<bookmark_value>start parameters</bookmark_value><bookmark_value>command line parameters</bookmark_value><bookmark_value>parameters;command line</bookmark_value><bookmark_value>arguments in command line</bookmark_value>"
msgstr ""
-#: space_hyphen.xhp#par_id3153561.67.help.text
-msgid "For additional replacements see the replacements table under <emph>Tools - AutoCorrect Options</emph><emph>- </emph><link href=\"text/shared/01/06040200.xhp\" name=\"Replace\"><emph>Replace</emph></link>. Here you can, among other things, replace a shortcut automatically by a dash, even in another font."
+#. Ql9J
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"hd_id3156410\n"
+"52\n"
+"help.text"
+msgid "Starting the $[officename] Software With Parameters"
msgstr ""
-#: space_hyphen.xhp#hd_id3153825.63.help.text
-msgid "Definite separator"
+#. n/#;
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3147009\n"
+"1\n"
+"help.text"
+msgid "By starting the $[officename] software from the command line you can assign various parameters, with which you can influence the performance. The use of command line parameters is only recommended for experienced users."
msgstr ""
-#: space_hyphen.xhp#par_id3154306.60.help.text
-msgid "To support automatic hyphenation by entering a separator inside a word yourself, use the keys <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+minus sign. The word is separated at this position when it is at the end of the line, even if automatic hyphenation for this paragraph is switched off."
+#. Y)@T
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3147618\n"
+"2\n"
+"help.text"
+msgid "For normal handling, the use of command line parameters is not necessary. A few of the parameters require a deeper knowledge of the technical background of the $[officename] software technology."
msgstr ""
-#: space_hyphen.xhp#par_id3151245.64.help.text
-msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special characters\">Special characters</link>"
+#. Ut[}
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"hd_id3154898\n"
+"4\n"
+"help.text"
+msgid "Starting the $[officename] Software From the Command Line"
msgstr ""
-#: chart_axis.xhp#tit.help.text
-msgid "Editing Chart Axes"
+#. Q.^,
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3156152\n"
+"5\n"
+"help.text"
+msgid "Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a shell under Linux, *BSD, or Mac OS X platforms."
msgstr ""
-#: chart_axis.xhp#bm_id3155555.help.text
-msgid "<bookmark_value>charts; editing axes</bookmark_value><bookmark_value>axes in charts</bookmark_value><bookmark_value>editing; chart axes</bookmark_value><bookmark_value>formatting; axes in charts</bookmark_value>"
+#. @g`c
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3152472\n"
+"6\n"
+"help.text"
+msgid "Under Windows, type the following text in the <emph>Open </emph>text field and click <emph>OK</emph>."
msgstr ""
-#: chart_axis.xhp#hd_id3155555.1.help.text
-msgid "<variable id=\"chart_axis\"><link href=\"text/shared/guide/chart_axis.xhp\" name=\"Editing Chart Axes\">Editing Chart Axes</link></variable>"
+#. )h8k
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3149669\n"
+"53\n"
+"help.text"
+msgid "Under UNIX-like systems, type the following line of text, then press <emph>Return</emph>:"
msgstr ""
-#: chart_axis.xhp#par_id3156426.2.help.text
-msgid "To edit the axes of a chart that you have inserted:"
+#. Lc0K
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3147561\n"
+"7\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter} </caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter} </caseinline></switchinline>"
msgstr ""
-#: chart_axis.xhp#par_id3155535.3.help.text
-msgctxt "chart_axis.xhp#par_id3155535.3.help.text"
-msgid "Double-click on the chart."
+#. 9gBC
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3153360\n"
+"8\n"
+"help.text"
+msgid "Replace <emph>{install}</emph> with the path to your installation of the $[officename] software (for example, <emph>C:\\Program Files\\Office</emph>, or <emph>~/office</emph>)"
msgstr ""
-#: chart_axis.xhp#par_id3147242.4.help.text
-msgctxt "chart_axis.xhp#par_id3147242.4.help.text"
-msgid "A gray border appears around the chart and the menu bar now contains commands for editing the objects in the chart."
+#. @eGj
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3158407\n"
+"9\n"
+"help.text"
+msgid "Where required, replace <emph>{parameter}</emph> with one or more of the following command line parameters."
msgstr ""
-#: chart_axis.xhp#par_id3154749.5.help.text
-msgid "Choose <emph>Format - Axis</emph>, then select the axis (or axes) that you would like to edit. A dialog appears."
+#. m7Nu
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"hd_id3145171\n"
+"10\n"
+"help.text"
+msgid "Valid Command Line Parameters"
msgstr ""
-#: chart_axis.xhp#par_id3154285.6.help.text
-msgid "Select from the available sections and make the required changes (for example, select the <emph>Scale</emph> tab if you want to modify the scale of the axis)."
+#. #M~U
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3148451\n"
+"11\n"
+"help.text"
+msgid "Parameter"
msgstr ""
-#: chart_axis.xhp#par_id3156327.7.help.text
-msgctxt "chart_axis.xhp#par_id3156327.7.help.text"
-msgid "Click <emph>OK</emph>. In your document, click outside the chart to exit chart editing mode."
-msgstr ""
+#. S\U/
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3149167\n"
+"12\n"
+"help.text"
+msgid "Meaning"
+msgstr "მნიშვნელობა"
-#: chart_axis.xhp#par_id3147335.8.help.text
-msgctxt "chart_axis.xhp#par_id3147335.8.help.text"
-msgid "<link href=\"text/schart/01/05010000.xhp\" name=\"Format - Object properties\">Format - Object properties</link>"
+#. s`@C
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3149983\n"
+"73\n"
+"help.text"
+msgid "--help / -h / -?"
msgstr ""
-#: viewing_file_properties.xhp#tit.help.text
-msgid "Viewing File Properties"
+#. ol)N
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3147349\n"
+"74\n"
+"help.text"
+msgid "Lists the available command line parameters <switchinline select=\"sys\"><caseinline select=\"WIN\">in a dialog box</caseinline><defaultinline>to the console</defaultinline></switchinline>."
msgstr ""
-#: viewing_file_properties.xhp#bm_id3152594.help.text
-msgid "<bookmark_value>properties;files</bookmark_value><bookmark_value>files;properties</bookmark_value><bookmark_value>viewing;file properties</bookmark_value>"
+#. !FVh
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id31499et\n"
+"73\n"
+"help.text"
+msgid "--version"
msgstr ""
-#: viewing_file_properties.xhp#hd_id3152594.9.help.text
-msgid "<variable id=\"viewing_file_properties\"><variable id=\"viewing\"><link href=\"text/shared/guide/viewing_file_properties.xhp\" name=\"Viewing File Properties\">Viewing File Properties</link></variable></variable>"
+#. F3e,
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id31473et\n"
+"74\n"
+"help.text"
+msgid "Displays the version information."
msgstr ""
-#: viewing_file_properties.xhp#par_id3147399.1.help.text
-msgid "File properties, such as author name, subject, and keywords, help you manage and identify your documents. $[officename] also tracks file statistics, including the number of words and the number of pages in a document, and automatically adds the statistics as part of the file property."
+#. :427
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3150010\n"
+"59\n"
+"help.text"
+msgid "--writer"
msgstr ""
-#: viewing_file_properties.xhp#par_id3147834.2.help.text
-msgid "You can view file properties for the current document<switchinline select=\"sys\"><caseinline select=\"WIN\"> or for a document in the Windows File Open dialog </caseinline></switchinline>."
+#. XN9d
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3147213\n"
+"60\n"
+"help.text"
+msgid "Starts with an empty Writer document."
msgstr ""
-#: viewing_file_properties.xhp#hd_id3159233.3.help.text
-msgid "To view file properties for the current document:"
+#. {0v+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3148616\n"
+"61\n"
+"help.text"
+msgid "--calc"
msgstr ""
-#: viewing_file_properties.xhp#par_id3153311.4.help.text
-msgid "Choose <emph>File - Properties</emph>."
+#. F.,%
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3145261\n"
+"62\n"
+"help.text"
+msgid "Starts with an empty Calc document."
msgstr ""
-#: viewing_file_properties.xhp#hd_id3150443.5.help.text
-msgid "To view file properties for a document listed in the Windows File Open dialog"
+#. ,6!A
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3156443\n"
+"63\n"
+"help.text"
+msgid "--draw"
msgstr ""
-#: viewing_file_properties.xhp#par_id3166460.6.help.text
-msgctxt "viewing_file_properties.xhp#par_id3166460.6.help.text"
-msgid "Choose <emph>File - Open</emph>."
+#. *:`d
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3154011\n"
+"64\n"
+"help.text"
+msgid "Starts with an empty Draw document."
msgstr ""
-#: viewing_file_properties.xhp#par_id3154306.7.help.text
-msgid "Select a file in the list."
+#. ca1N
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3153142\n"
+"65\n"
+"help.text"
+msgid "--impress"
msgstr ""
-#: viewing_file_properties.xhp#par_id3145121.8.help.text
-msgid "Right-click and choose<emph> Properties</emph>."
+#. -Z$3
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3153222\n"
+"66\n"
+"help.text"
+msgid "Starts with an empty Impress document."
msgstr ""
-#: line_intext.xhp#tit.help.text
-msgid "Drawing Lines in Text"
+#. Ln!/
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3155853\n"
+"67\n"
+"help.text"
+msgid "--math"
msgstr ""
-#: line_intext.xhp#bm_id3143206.help.text
-msgid "<bookmark_value>arrows; drawing in text</bookmark_value><bookmark_value>indicator lines in text</bookmark_value><bookmark_value>lines; drawing in text</bookmark_value><bookmark_value>lines; removing automatic lines</bookmark_value><bookmark_value>deleting; lines in text</bookmark_value><bookmark_value>drawing lines in text</bookmark_value><bookmark_value>automatic lines/borders in text</bookmark_value>"
+#. )DX6
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3146928\n"
+"68\n"
+"help.text"
+msgid "Starts with an empty Math document."
msgstr ""
-#: line_intext.xhp#hd_id3143206.36.help.text
-msgid "<variable id=\"line_intext\"><link href=\"text/shared/guide/line_intext.xhp\" name=\"Drawing Lines in Text\">Drawing Lines in Text</link></variable>"
+#. 652)
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3149960\n"
+"69\n"
+"help.text"
+msgid "--global"
msgstr ""
-#: line_intext.xhp#par_id3144436.37.help.text
-msgid "You can incorporate lines into your text with custom angles, width, color, and other attributes."
+#. lp3L
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3151075\n"
+"70\n"
+"help.text"
+msgid "Starts with an empty Writer master document."
msgstr ""
-#: line_intext.xhp#par_id3153345.39.help.text
-msgid "To define the line attributes and direction, use the <emph>Line</emph> drawing object as follows:"
+#. V_D%
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3154510\n"
+"71\n"
+"help.text"
+msgid "--web"
msgstr ""
-#: line_intext.xhp#par_id3156113.help.text
-msgid "<image id=\"img_id3166410\" src=\"cmd/sc_insertdraw.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3166410\">Icon</alt></image>"
+#. 9+8+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3148836\n"
+"72\n"
+"help.text"
+msgid "Starts with an empty HTML document."
msgstr ""
-#: line_intext.xhp#par_id3152780.help.text
-msgid "<image id=\"img_id3154285\" src=\"cmd/sc_line.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154285\">Icon</alt></image>"
+#. D[HP
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3149403\n"
+"help.text"
+msgid "--show {filename.odp}"
msgstr ""
-#: line_intext.xhp#par_id3153254.66.help.text
-msgctxt "line_intext.xhp#par_id3153254.66.help.text"
-msgid "1."
+#. ^#i@
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3153838\n"
+"80\n"
+"help.text"
+msgid "Starts with the Impress file <emph>{filename.odp}</emph> and starts the presentation. Enters edit mode after the presentation."
msgstr ""
-#: line_intext.xhp#par_id3159400.41.help.text
-msgid "On the Standard bar, click the <emph>Show Draw Functions </emph>icon to open the <emph>Drawing </emph>toolbar, and click the <emph>Line</emph> icon. The mouse pointer changes to a cross-hair symbol with a line beside it."
+#. znh-
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3156276\n"
+"13\n"
+"help.text"
+msgid "--minimized"
msgstr ""
-#: line_intext.xhp#par_id3156117.67.help.text
-msgctxt "line_intext.xhp#par_id3156117.67.help.text"
-msgid "2."
+#. @IRt
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3146080\n"
+"14\n"
+"help.text"
+msgid "Starts minimized. The splash screen is not displayed."
msgstr ""
-#: line_intext.xhp#par_id3152472.42.help.text
-msgid "In your document, click where the line should begin. Hold down the mouse button and drag to the point where you want the line to end. If you also hold down the Shift key, you can draw only horizontal, vertical, and diagonal lines."
+#. WRAj
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3145641\n"
+"15\n"
+"help.text"
+msgid "--invisible"
msgstr ""
-#: line_intext.xhp#par_id3149294.help.text
-msgid "<image id=\"img_id3159413\" src=\"cmd/sc_drawselect.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159413\">Icon</alt></image>"
+#. ++F#
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3154756\n"
+"16\n"
+"help.text"
+msgid "Starts in invisible mode."
msgstr ""
-#: line_intext.xhp#par_id3151056.68.help.text
-msgctxt "line_intext.xhp#par_id3151056.68.help.text"
-msgid "3."
+#. -SeA
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3148914\n"
+"17\n"
+"help.text"
+msgid "Neither the start-up logo nor the initial program window will be visible. However, the $[officename] software can be controlled and documents and dialogs opened via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
msgstr ""
-#: line_intext.xhp#par_id3153361.43.help.text
-msgid "Release the mouse button once the line has the desired direction and length. You can then draw more lines. End this function by pressing the Esc key or by clicking the <emph>Select</emph> icon from the <emph>Drawing </emph>bar."
+#. :%?O
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3147341\n"
+"18\n"
+"help.text"
+msgid "When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX-like systems)."
msgstr ""
-#: line_intext.xhp#par_id3156422.69.help.text
-msgid "4."
+#. P|fY
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3150388\n"
+"48\n"
+"help.text"
+msgid "It cannot be used in conjunction with <emph>-quickstart</emph>."
msgstr ""
-#: line_intext.xhp#par_id3159149.44.help.text
-msgid "After clicking the <emph>Select</emph> icon, you can select all of the lines at the same time by clicking each line while holding down the Shift key. This multiple selection enables you to assign all of them a common color, width or other attribute."
+#. 5,/n
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3145147\n"
+"19\n"
+"help.text"
+msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
msgstr ""
-#: line_intext.xhp#par_id3153049.38.help.text
-msgid "Create a horizontal line by applying the preset Paragraph Style <emph>Horizontal Line</emph>. Click into an empty paragraph, and double-click the <emph>Horizontal Line</emph> Style in the <emph>Styles and Formatting</emph> window. If the entry for horizontal lines is not visible in the list of Paragraph Styles, select \"All Styles\" in the lower listbox."
+#. S=|b
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3155903\n"
+"20\n"
+"help.text"
+msgid "--norestore"
msgstr ""
-#: line_intext.xhp#par_id3153748.64.help.text
-msgid "You can draw a line above, beside or below a paragraph in a Writer text document by choosing <emph>Format - Paragraph - </emph><link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link>."
+#. J13E
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3156374\n"
+"21\n"
+"help.text"
+msgid "Disables restart and file recovery after a system crash."
msgstr ""
-#: line_intext.xhp#par_idN107C6.help.text
-msgid "Automatic lines in Writer"
+#. Eg%+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id5215918\n"
+"help.text"
+msgid "--nofirststartwizard"
msgstr ""
-#: line_intext.xhp#par_idN107CC.help.text
-msgid "If you start a new line in a Writer text document by typing three or more hyphen characters and press the Enter key, the characters are removed and the previous paragraph gets a line as a bottom border."
+#. Ss6s
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id5665761\n"
+"help.text"
+msgid "Disables the Welcome Wizard."
msgstr ""
-#: line_intext.xhp#par_id8849452.help.text
-msgid "To create a single line, type three or more hyphens (-), or underscores ( _ ), and then press Enter. To create a double line, type three or more equal signs (=), asterisks (*), tildes (~), or hash marks (#), and then press Enter."
+#. 2w_.
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3148477\n"
+"25\n"
+"help.text"
+msgid "--quickstart"
msgstr ""
-#: line_intext.xhp#par_idN107D0.help.text
-msgid "To remove an automatically drawn border, choose <emph>Format - Paragraph - Borders</emph> and select no border."
+#. ]w(!
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3153919\n"
+"26\n"
+"help.text"
+msgid "Activates the Quickstarter."
msgstr ""
-#: line_intext.xhp#par_idN107D8.help.text
-msgid "To undo an automatic border replacement once, choose <emph>Edit - Undo</emph>."
+#. b[5L
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3152479\n"
+"30\n"
+"help.text"
+msgid "--accept={UNO string}"
msgstr ""
-#: line_intext.xhp#par_idN107E0.help.text
-msgid "To disable the automatic borders, choose <emph>Tools - AutoCorrect Options - Options</emph> and clear <emph>Apply border</emph>."
+#. Y#c6
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3147130\n"
+"31\n"
+"help.text"
+msgid "Notifies the $[officename] software that upon the creation of \"UNO Acceptor Threads\", a \"UNO Accept String\" will be used."
msgstr ""
-#: line_intext.xhp#par_id3145787.45.help.text
-msgid "The lines and other drawing objects that you insert in text are not defined in <link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link>, and are therefore not exported directly into HTML format. Instead, they are exported as graphics."
+#. o-eS
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3148874\n"
+"32\n"
+"help.text"
+msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
msgstr ""
-#: line_intext.xhp#par_id641804.help.text
-msgid "When you enter a line width, you can append a measurement unit. A zero line width results in a hairline with a width of one pixel of the output medium."
+#. r)49
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id315247a\n"
+"30\n"
+"help.text"
+msgid "--unaccept={UNO string}"
msgstr ""
-#: line_intext.xhp#par_id3154188.65.help.text
-msgid "<link href=\"text/shared/01/05030500.xhp\" name=\"Format - Paragraph - Borders\">Format - Paragraph - Borders</link>"
+#. okUp
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id314713a\n"
+"31\n"
+"help.text"
+msgid "Closes an acceptor that was created with --accept={UNO string}. Use --unaccept=all to close all open acceptors."
msgstr ""
-#: mobiledevicefilters.xhp#tit.help.text
-msgid "Mobile Device Filters for Pocket Device Appliances "
+#. {,#X
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3159238\n"
+"36\n"
+"help.text"
+msgid "-p {filename1} {filename2} ..."
msgstr ""
-#: mobiledevicefilters.xhp#bm_id3147143.help.text
-msgid "<bookmark_value>mobile device filters</bookmark_value><bookmark_value>pocket device appliances</bookmark_value><bookmark_value>$[officename] documents;mobile device filters</bookmark_value><bookmark_value>Palm file filters</bookmark_value><bookmark_value>Pocket PC file filters</bookmark_value><bookmark_value>saving;documents for mobile devices</bookmark_value><bookmark_value>opening;mobile device documents</bookmark_value><bookmark_value>converting;Pocket PC formats</bookmark_value><bookmark_value>synchronizing;Pocket PC and $[officename] formats</bookmark_value><bookmark_value>installing;mobile device filters</bookmark_value><bookmark_value>file filters;mobile devices</bookmark_value>"
+#. 9;Pn
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3163666\n"
+"37\n"
+"help.text"
+msgid "Prints the files <emph>{filename1} {filename2} ...</emph> to the default printer and ends. The splash screen does not appear."
msgstr ""
-#: mobiledevicefilters.xhp#hd_id3147143.33.help.text
-msgid "<variable id=\"mobiledevicefilters\"><link href=\"text/shared/guide/mobiledevicefilters.xhp\" name=\"Mobile Devices Filters for Pocket Device Appliances\">Mobile Devices Filters for Pocket Device Appliances</link></variable>"
+#. K+MS
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3150828\n"
+"49\n"
+"help.text"
+msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
msgstr ""
-#: mobiledevicefilters.xhp#par_id3143267.1.help.text
-msgid "You can save and open documents to and from several mobile devices file formats."
+#. +p{!
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3150883\n"
+"38\n"
+"help.text"
+msgid "--pt {Printername} {filename1} {filename2} ..."
msgstr ""
-#: mobiledevicefilters.xhp#par_id3146957.2.help.text
-msgid "Currently the following filters are available:"
+#. 5uMi
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3155081\n"
+"50\n"
+"help.text"
+msgid "Prints the files <emph>{filename1} {filename2} ...</emph> to the printer <emph>{Printername}</emph> and ends. The splash screen does not appear."
msgstr ""
-#: mobiledevicefilters.xhp#par_id3154823.3.help.text
-msgid "AportisDoc for Palm OS compatible devices"
+#. DBBf
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3153655\n"
+"51\n"
+"help.text"
+msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
msgstr ""
-#: mobiledevicefilters.xhp#par_id3147209.4.help.text
-msgid "Pocket Excel for Pocket PC compatible devices"
+#. xp}A
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3154372\n"
+"39\n"
+"help.text"
+msgid "-o {filename}"
msgstr ""
-#: mobiledevicefilters.xhp#par_id3166460.5.help.text
-msgid "Pocket Word for Pocket PC compatible devices"
+#. [+OY
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3150309\n"
+"40\n"
+"help.text"
+msgid "Opens <emph>{filename}</emph> for editing, even if it is a template."
msgstr ""
-#: mobiledevicefilters.xhp#par_id3147653.6.help.text
-msgid "Installing the Pocket PC filters under Windows will also install a DLL file that supports the synchronization software of your Pocket PC."
+#. `-X%
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3151182\n"
+"54\n"
+"help.text"
+msgid "--view {filename}"
msgstr ""
-#: mobiledevicefilters.xhp#par_id3153252.7.help.text
-msgid "The Java Runtime Environment is required to use the mobile device filters."
+#. YfH1
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3145268\n"
+"55\n"
+"help.text"
+msgid "Creates a temporary copy of <emph>{filename}</emph> and opens it read-only."
msgstr ""
-#: mobiledevicefilters.xhp#hd_id3153665.8.help.text
-msgid "Installing the mobile device filters"
+#. s8JR
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3166421\n"
+"41\n"
+"help.text"
+msgid "-n {filename}"
msgstr ""
-#: mobiledevicefilters.xhp#par_id3148685.9.help.text
-msgctxt "mobiledevicefilters.xhp#par_id3148685.9.help.text"
-msgid "Close $[officename] and the Quickstarter."
+#. 44[a
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3154259\n"
+"42\n"
+"help.text"
+msgid "Creates a new document using <emph>{filename}</emph> as a template."
msgstr ""
-#: mobiledevicefilters.xhp#par_id3156023.10.help.text
-msgid "If you are using the Windows operating system with ActiveSync installed, disconnect any Pocket PC device from ActiveSync."
+#. G)L@
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3155126\n"
+"43\n"
+"help.text"
+msgid "--nologo"
msgstr ""
-#: mobiledevicefilters.xhp#par_id3153061.11.help.text
-msgid "Start the $[officename] Setup program:"
+#. :Rr~
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3151334\n"
+"44\n"
+"help.text"
+msgid "Disables the splash screen at program start."
msgstr ""
-#: mobiledevicefilters.xhp#par_idN107E7.help.text
-msgid "Open the Windows <emph>Start</emph> button, choose <emph>Control Panel</emph>, double-click <emph>Add or Remove Programs</emph>, select the %PRODUCTNAME %PRODUCTVERSION entry, click <emph>Change</emph>."
+#. [BS-
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3159171\n"
+"75\n"
+"help.text"
+msgid "--nodefault"
msgstr ""
-#: mobiledevicefilters.xhp#par_id3146794.12.help.text
-msgid "In Setup, choose the <emph>Modify</emph> option and click <emph>Next</emph>."
+#. B7?L
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3153306\n"
+"76\n"
+"help.text"
+msgid "Starts without displaying anything except the splash screen."
msgstr ""
-#: mobiledevicefilters.xhp#par_id3151054.13.help.text
-msgid "Open the <emph>Optional Components</emph> entry, then open the <emph>Mobile Device Filters</emph> entry. Select the filters you want to install."
+#. 4kqM
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id315917t\n"
+"75\n"
+"help.text"
+msgid "--nolockcheck"
msgstr ""
-#: mobiledevicefilters.xhp#par_id3154138.14.help.text
-msgid "Click <emph>Next</emph>, <emph>Next</emph>, <emph>Install</emph>, <emph>Finish</emph> to install the filters and exit the Setup program."
+#. 6L][
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id315330t\n"
+"76\n"
+"help.text"
+msgid "Disables check for remote instances using the installation."
msgstr ""
-#: mobiledevicefilters.xhp#hd_id3154123.15.help.text
-msgid "Saving $[officename] documents for a mobile device"
+#. obF{
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id2211676\n"
+"help.text"
+msgid "--nofirststartwizard"
msgstr ""
-#: mobiledevicefilters.xhp#par_id3153192.16.help.text
-msgctxt "mobiledevicefilters.xhp#par_id3153192.16.help.text"
-msgid "Choose <emph>File - Save As</emph>."
+#. ^6s3
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id1641895\n"
+"help.text"
+msgid "Add this parameter to the program start command to suppress the Welcome Wizard."
msgstr ""
-#: mobiledevicefilters.xhp#par_id3148672.17.help.text
-msgctxt "mobiledevicefilters.xhp#par_id3148672.17.help.text"
-msgid "Open the <emph>File type</emph> box and select the appropriate filter."
+#. M%!A
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3153915\n"
+"45\n"
+"help.text"
+msgid "--display {display}"
msgstr ""
-#: mobiledevicefilters.xhp#par_id3145419.18.help.text
-msgid "Enter a name and click <emph>Save</emph>."
+#. NEnm
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3146786\n"
+"46\n"
+"help.text"
+msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX-like platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for the $[officename] software on UNIX-like platforms."
msgstr ""
-#: mobiledevicefilters.xhp#hd_id3153768.19.help.text
-msgid "Opening mobile device documents in $[officename]"
+#. ~eKW
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3149595\n"
+"56\n"
+"help.text"
+msgid "--headless"
msgstr ""
-#: mobiledevicefilters.xhp#par_id3147287.20.help.text
-msgctxt "mobiledevicefilters.xhp#par_id3147287.20.help.text"
-msgid "Choose <emph>File - Open</emph>."
+#. `C5S
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3150530\n"
+"57\n"
+"help.text"
+msgid "Starts in \"headless mode\" which allows using the application without user interface."
msgstr ""
-#: mobiledevicefilters.xhp#par_id3147428.21.help.text
-msgctxt "mobiledevicefilters.xhp#par_id3147428.21.help.text"
-msgid "Open the <emph>File type</emph> box and select the appropriate filter."
+#. :T70
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3156353\n"
+"58\n"
+"help.text"
+msgid "This special mode can be used when the application is controlled by external clients via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
msgstr ""
-#: mobiledevicefilters.xhp#par_id3148618.22.help.text
-msgid "Select the file and click <emph>Open</emph>."
+#. aA2~
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id314959o\n"
+"56\n"
+"help.text"
+msgid "--infilter={filter}"
msgstr ""
-#: mobiledevicefilters.xhp#hd_id3159196.23.help.text
-msgid "Synchronizing file types"
+#. H-Z}
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id315053o\n"
+"57\n"
+"help.text"
+msgid "Forces an input filter type, if possible. Eg. --infilter=\"Calc Office Open XML\"."
msgstr ""
-#: mobiledevicefilters.xhp#par_id3145272.24.help.text
-msgid "To convert Pocket PC formats to and from $[officename] formats, you must first change some options within ActiveSync. To do this, open the ActiveSync window and open its Options dialog. Perform the following steps:"
+#. 7bKf
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id314959p\n"
+"56\n"
+"help.text"
+msgid "--convert-to output_file_extension[:output_filter_name] [--outdir output_dir] files"
msgstr ""
-#: mobiledevicefilters.xhp#par_id3149064.25.help.text
-msgid "Select the <emph>Rules</emph> tab."
+#. ^Lub
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id315053p\n"
+"57\n"
+"help.text"
+msgid "Batch convert files. If --outdir is not specified, then current working directory is used as output_dir.<br/>Eg. --convert-to pdf *.doc<br/>--convert-to pdf:writer_pdf_Export --outdir /home/user *.doc"
msgstr ""
-#: mobiledevicefilters.xhp#par_id3147216.26.help.text
-msgid "Click the <emph>Conversion Settings</emph> button."
+#. ,%a*
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id314959q\n"
+"56\n"
+"help.text"
+msgid "--print-to-file [--printer-name printer_name] [--outdir output_dir] files"
msgstr ""
-#: mobiledevicefilters.xhp#par_id3154145.27.help.text
-msgid "Click the <emph>Device to Desktop</emph> tab."
+#. kP/$
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id315053q\n"
+"57\n"
+"help.text"
+msgid "Batch print files to file. If --outdir is not specified, then current working directory is used as output_dir.<br/>Eg. --print-to-file *.doc<br/>--print-to-file --printer-name nasty_lowres_printer --outdir /home/user *.doc"
msgstr ""
-#: mobiledevicefilters.xhp#par_id3159155.28.help.text
-msgid "Select <emph>Pocket Word Document - Pocket PC</emph> and click <emph>Edit</emph>."
+#. oC%A
+#: xsltfilter_distribute.xhp
+msgctxt ""
+"xsltfilter_distribute.xhp\n"
+"tit\n"
+"help.text"
+msgid "Distributing an XML filter as package"
msgstr ""
-#: mobiledevicefilters.xhp#par_id3154638.29.help.text
-msgid "In the drop down list of available conversions, select <emph>$[officename] Writer </emph>and click <emph>OK</emph>."
+#. }l]h
+#: xsltfilter_distribute.xhp
+msgctxt ""
+"xsltfilter_distribute.xhp\n"
+"bm_id7007583\n"
+"help.text"
+msgid "<bookmark_value>distributing XML filters</bookmark_value><bookmark_value>deleting;XML filters</bookmark_value><bookmark_value>XML filters;saving as package/installing/deleting</bookmark_value><bookmark_value>installing;XML filters</bookmark_value>"
msgstr ""
-#: mobiledevicefilters.xhp#par_id3149958.30.help.text
-msgid "Repeat steps 4 and 5 for <emph>Pocket Excel Workbook</emph> selecting <emph>$[officename] Calc</emph>."
+#. j2xg
+#: xsltfilter_distribute.xhp
+msgctxt ""
+"xsltfilter_distribute.xhp\n"
+"par_idN10ABC\n"
+"help.text"
+msgid "<variable id=\"xsltfilter\"><link href=\"text/shared/guide/xsltfilter_distribute.xhp\">Distributing An XML Filter As Package</link> </variable>"
msgstr ""
-#: mobiledevicefilters.xhp#par_id3148389.31.help.text
-msgid "After these steps you can copy documents between $[officename] and your Pocket PC, either by the ActiveSync software or by the Windows Explorer. The filters will be applied to the document files automatically."
+#. ^=4F
+#: xsltfilter_distribute.xhp
+msgctxt ""
+"xsltfilter_distribute.xhp\n"
+"par_idN10AC0\n"
+"help.text"
+msgid "You can distribute an XML filter to multiple users using a special package format."
msgstr ""
-#: formfields.xhp#tit.help.text
-msgid "Inserting and Editing Buttons"
+#. 1p_J
+#: xsltfilter_distribute.xhp
+msgctxt ""
+"xsltfilter_distribute.xhp\n"
+"par_idN10AC3\n"
+"help.text"
+msgid "To Save an XML Filter as a Package"
msgstr ""
-#: formfields.xhp#bm_id3149798.help.text
-msgid "<bookmark_value>command buttons, see push buttons</bookmark_value> <bookmark_value>controls;adding to documents</bookmark_value> <bookmark_value>inserting;push buttons</bookmark_value> <bookmark_value>keys;adding push buttons</bookmark_value> <bookmark_value>buttons;adding push buttons</bookmark_value> <bookmark_value>press buttons, see push buttons</bookmark_value> <bookmark_value>push buttons;adding to documents</bookmark_value>"
+#. 2K|L
+#: xsltfilter_distribute.xhp
+msgctxt ""
+"xsltfilter_distribute.xhp\n"
+"par_idN10ACD\n"
+"help.text"
+msgid "The XML Filter Settings dialog is only available when a text document is open."
msgstr ""
-#: formfields.xhp#hd_id3149798.5.help.text
-msgid "<variable id=\"formfields\"><link href=\"text/shared/guide/formfields.xhp\" name=\"Inserting and Editing Buttons\">Adding a Command Button to a Document</link></variable>"
+#. 61rz
+#: xsltfilter_distribute.xhp
+msgctxt ""
+"xsltfilter_distribute.xhp\n"
+"par_idN10ACA\n"
+"help.text"
+msgid "In Writer, choose <item type=\"menuitem\">Tools - XML Filter Settings</item>."
msgstr ""
-#: formfields.xhp#par_idN10731.help.text
-msgid "You can use the Form Controls toolbar to add checkboxes, buttons, tables showing data records, and other controls to a document."
+#. Ym3M
+#: xsltfilter_distribute.xhp
+msgctxt ""
+"xsltfilter_distribute.xhp\n"
+"par_idN10AD9\n"
+"help.text"
+msgid "Select the filter that you want to distribute and click <emph>Save As Package</emph>."
msgstr ""
-#: formfields.xhp#par_idN1077F.help.text
-msgid "To Add a Button to a Document "
+#. qv1y
+#: xsltfilter_distribute.xhp
+msgctxt ""
+"xsltfilter_distribute.xhp\n"
+"par_idN10AE0\n"
+"help.text"
+msgid "To Install an XML Filter from a Package"
msgstr ""
-#: formfields.xhp#par_id3154751.6.help.text
-msgid "Choose <item type=\"menuitem\">View - Toolbars - Form Controls</item>."
+#. $ezH
+#: xsltfilter_distribute.xhp
+msgctxt ""
+"xsltfilter_distribute.xhp\n"
+"par_idN10AEA\n"
+"help.text"
+msgid "The XML Filter Settings dialog is only available when a text document is opened."
msgstr ""
-#: formfields.xhp#par_id3145345.7.help.text
-msgid "On the Form Controls toolbar, click the <emph>Push Button</emph> icon."
+#. KC:-
+#: xsltfilter_distribute.xhp
+msgctxt ""
+"xsltfilter_distribute.xhp\n"
+"par_idN10AE7\n"
+"help.text"
+msgid "In Writer, choose <item type=\"menuitem\">Tools - XML Filter Settings</item>."
msgstr ""
-#: formfields.xhp#par_idN107A4.help.text
-msgid "The mouse pointer changes to a cross-hair."
+#. XOR6
+#: xsltfilter_distribute.xhp
+msgctxt ""
+"xsltfilter_distribute.xhp\n"
+"par_idN10AF6\n"
+"help.text"
+msgid "Click <emph>Open Package</emph> and select the package file with the filter you want to install."
msgstr ""
-#: formfields.xhp#par_id3159233.8.help.text
-msgid "In the document, drag to draw the button."
+#. }j#B
+#: xsltfilter_distribute.xhp
+msgctxt ""
+"xsltfilter_distribute.xhp\n"
+"par_idN10535\n"
+"help.text"
+msgid "To Delete an Installed XML Filter"
msgstr ""
-#: formfields.xhp#par_idN107B2.help.text
-msgid "Right-click the button and choose <emph>Control</emph>."
+#. fpw(
+#: xsltfilter_distribute.xhp
+msgctxt ""
+"xsltfilter_distribute.xhp\n"
+"par_idN10B0A\n"
+"help.text"
+msgid "In Writer, choose <item type=\"menuitem\">Tools - XML Filter Settings</item>."
msgstr ""
-#: formfields.xhp#par_idN107CD.help.text
-msgid "Specify the properties of the button."
+#. e!!e
+#: xsltfilter_distribute.xhp
+msgctxt ""
+"xsltfilter_distribute.xhp\n"
+"par_idN10B19\n"
+"help.text"
+msgid "Select the filter you want to delete and click <emph>Delete</emph>."
msgstr ""
-#: formfields.xhp#par_id3154923.11.help.text
-msgid "To change the button label, click the <emph>General</emph> tab, and edit the text in the <emph>Label</emph> box."
+#. f7QU
+#: xsltfilter_distribute.xhp
+msgctxt ""
+"xsltfilter_distribute.xhp\n"
+"par_id6011841\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/xsltfilter.xhp\">About XML Filters</link>"
msgstr ""
-#: formfields.xhp#par_id3147303.12.help.text
-msgid "To attach a macro to the button, click the <emph>Events</emph> tab, and click the <emph>... </emph>button beside the button action that you want to run the macro. In the <emph>Assign Macro</emph> dialog, locate the macro that you want to use, and then click <emph>OK</emph>."
+#. r6fZ
+#: undo_formatting.xhp
+msgctxt ""
+"undo_formatting.xhp\n"
+"tit\n"
+"help.text"
+msgid "Undoing Direct Formatting for a Document"
msgstr ""
-#: formfields.xhp#par_idN10814.help.text
-msgid "Close the <emph>Properties</emph> dialog."
+#. \veq
+#: undo_formatting.xhp
+msgctxt ""
+"undo_formatting.xhp\n"
+"bm_id6606036\n"
+"help.text"
+msgid "<bookmark_value>undoing;direct formatting</bookmark_value><bookmark_value>direct formatting;undoing all</bookmark_value><bookmark_value>deleting;all direct formatting</bookmark_value><bookmark_value>text attributes;undoing</bookmark_value><bookmark_value>formatting;undoing</bookmark_value><bookmark_value>restoring;default formatting</bookmark_value>"
msgstr ""
-#: formfields.xhp#par_id3147350.76.help.text
-msgid "(Optional) Specify the properties of the form that the button belongs to."
+#. ?/L-
+#: undo_formatting.xhp
+msgctxt ""
+"undo_formatting.xhp\n"
+"par_idN1067F\n"
+"help.text"
+msgid "<variable id=\"undo_formatting\"><link href=\"text/shared/guide/undo_formatting.xhp\">Undoing Direct Formatting for a Document</link></variable>"
msgstr ""
-#: formfields.xhp#par_idN10828.help.text
-msgid "Right-click the button and choose <emph>Form</emph>."
+#. ms9A
+#: undo_formatting.xhp
+msgctxt ""
+"undo_formatting.xhp\n"
+"par_idN10683\n"
+"help.text"
+msgid "You can undo all formatting that has not been made by styles in a few steps."
msgstr ""
-#: formfields.xhp#par_idN1082F.help.text
-msgid "The <emph>Form Properties</emph> dialog opens."
+#. /(WE
+#: undo_formatting.xhp
+msgctxt ""
+"undo_formatting.xhp\n"
+"par_idN10639\n"
+"help.text"
+msgid "Removing all Direct Formatting in a $[officename] Writer Document"
msgstr ""
-#: formfields.xhp#par_idN10837.help.text
-msgid "Specify the properties for the form and then close the dialog."
+#. 7k[Y
+#: undo_formatting.xhp
+msgctxt ""
+"undo_formatting.xhp\n"
+"par_idN1063F\n"
+"help.text"
+msgid "Press <item type=\"keycode\">Ctrl+A</item> to select the whole text."
msgstr ""
-#: floating_toolbar.xhp#tit.help.text
-msgid "Using Toolbars"
-msgstr ""
+#. N6aN
+#: undo_formatting.xhp
+#, fuzzy
+msgctxt ""
+"undo_formatting.xhp\n"
+"par_idN10643\n"
+"help.text"
+msgid "Choose <emph>Format - Clear Direct Formatting</emph>."
+msgstr "არჩევა <emph>ფორმატი - ავტო-ფორმატი</emph>"
-#: floating_toolbar.xhp#bm_id3152801.help.text
-msgid "<bookmark_value>toolbars;docking/undocking</bookmark_value><bookmark_value>toolbars;viewing/closing</bookmark_value><bookmark_value>closing;toolbars</bookmark_value><bookmark_value>docking;toolbars</bookmark_value><bookmark_value>fixing toolbars</bookmark_value><bookmark_value>detaching toolbars</bookmark_value><bookmark_value>placing toolbars</bookmark_value><bookmark_value>positioning;toolbars</bookmark_value><bookmark_value>moving;toolbars</bookmark_value><bookmark_value>attaching toolbars</bookmark_value><bookmark_value>floating toolbars</bookmark_value><bookmark_value>windows;docking</bookmark_value><bookmark_value>viewing;toolbars</bookmark_value><bookmark_value>showing;toolbars</bookmark_value><bookmark_value>icon bars, see toolbars</bookmark_value><bookmark_value>button bars, see toolbars</bookmark_value>"
+#. Agum
+#: undo_formatting.xhp
+msgctxt ""
+"undo_formatting.xhp\n"
+"par_idN1064A\n"
+"help.text"
+msgid "Removing all Direct Formatting in a $[officename] Calc Spreadsheet"
msgstr ""
-#: floating_toolbar.xhp#hd_id3152801.9.help.text
-msgid "<variable id=\"floating_toolbar\"><link href=\"text/shared/guide/floating_toolbar.xhp\" name=\"Using Toolbars\">Using Toolbars</link></variable>"
+#. tcfZ
+#: undo_formatting.xhp
+msgctxt ""
+"undo_formatting.xhp\n"
+"par_idN10650\n"
+"help.text"
+msgid "While pressing the Shift key click the first and then the last sheet tab to select all sheets."
msgstr ""
-#: floating_toolbar.xhp#par_id3143267.7.help.text
-msgid "Some toolbar icons, for example the <emph>Font Color</emph> icon, can open another toolbar. Click the arrow next to the icon to open a toolbar containing further icons."
+#. 6$v.
+#: undo_formatting.xhp
+msgctxt ""
+"undo_formatting.xhp\n"
+"par_idN106DD\n"
+"help.text"
+msgid "Press <item type=\"keycode\">Ctrl+A</item> to select the whole text."
msgstr ""
-#: floating_toolbar.xhp#par_id3155450.8.help.text
-msgid "You now have a choice: either click the icon that you want to activate, or seize the toolbar by its title bar and drag it while holding down the mouse button. "
-msgstr ""
+#. gI=k
+#: undo_formatting.xhp
+#, fuzzy
+msgctxt ""
+"undo_formatting.xhp\n"
+"par_idN106F0\n"
+"help.text"
+msgid "Choose <emph>Format - Clear Direct Formatting</emph>."
+msgstr "არჩევა <emph>ფორმატი - ავტო-ფორმატი</emph>"
-#: floating_toolbar.xhp#hd_id733970.help.text
-msgid "Context of Toolbars"
+#. X/a[
+#: undo_formatting.xhp
+msgctxt ""
+"undo_formatting.xhp\n"
+"par_idN1065F\n"
+"help.text"
+msgid "Removing all Direct Formatting in a $[officename] Presentation"
msgstr ""
-#: floating_toolbar.xhp#par_id341196.help.text
-msgid "Some toolbars open automatically depending on the context. For example, when you click inside a table in a text document, the Table toolbar opens. When you click inside a numbered paragraph, the Bullets and Numbering toolbar opens."
+#. 1XT@
+#: undo_formatting.xhp
+msgctxt ""
+"undo_formatting.xhp\n"
+"par_idN10665\n"
+"help.text"
+msgid "Click the <emph>Outline</emph> tab to open outline view."
msgstr ""
-#: floating_toolbar.xhp#hd_id4224372.help.text
-msgid "To Close a Toolbar Temporarily"
+#. q{Un
+#: undo_formatting.xhp
+msgctxt ""
+"undo_formatting.xhp\n"
+"par_id3906674\n"
+"help.text"
+msgid "Press <item type=\"keycode\">Ctrl+A</item> to select the whole text."
msgstr ""
-#: floating_toolbar.xhp#par_id295724.help.text
-msgid "Click the icon in the toolbar's title bar, or choose <emph>Close Toolbar</emph> from the context menu. The toolbar will be shown automatically again when the context becomes active again."
-msgstr ""
+#. *2lj
+#: undo_formatting.xhp
+#, fuzzy
+msgctxt ""
+"undo_formatting.xhp\n"
+"par_idN1075E\n"
+"help.text"
+msgid "Choose <emph>Format - Clear Direct Formatting</emph>."
+msgstr "არჩევა <emph>ფორმატი - ავტო-ფორმატი</emph>"
-#: floating_toolbar.xhp#hd_id1905575.help.text
-msgid "To Close a Toolbar Permanently"
-msgstr ""
+#. nNFq
+#: undo_formatting.xhp
+#, fuzzy
+msgctxt ""
+"undo_formatting.xhp\n"
+"par_idN107B0\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01011000.xhp\">Undo Options</link>"
+msgstr "<link href=\"text/shared/optionen/01010300.xhp\" name=\"Paths\">გეზები</link>"
-#: floating_toolbar.xhp#par_id9776909.help.text
-msgid "While the toolbar is visible, choose <emph>View - Toolbars</emph> and click the name of the toolbar to remove the check mark."
+#. 2!*s
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"tit\n"
+"help.text"
+msgid "Shortcuts (%PRODUCTNAME Accessibility)"
msgstr ""
-#: floating_toolbar.xhp#par_idN1077E.help.text
-msgid "To Show a Closed Toolbar"
+#. Sdtb
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"bm_id3158421\n"
+"help.text"
+msgid "<bookmark_value>accessibility;general shortcuts</bookmark_value> <bookmark_value>shortcut keys; %PRODUCTNAME accessibility</bookmark_value>"
msgstr ""
-#: floating_toolbar.xhp#par_idN10785.help.text
-msgid "Choose <emph>View - Toolbars</emph> and click the name of the toolbar."
+#. \+R[
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3158421\n"
+"52\n"
+"help.text"
+msgid "<variable id=\"keyboard\"><link href=\"text/shared/guide/keyboard.xhp\" name=\"Shortcuts (%PRODUCTNAME Accessibility)\">Shortcuts (<item type=\"productname\">%PRODUCTNAME</item> Accessibility)</link></variable>"
msgstr ""
-#: floating_toolbar.xhp#par_id7296975.help.text
-msgid "Choose <emph>View - Toolbars - Reset</emph> to reset the toolbars to their default context sensitive behavior. Now some toolbars will be shown automatically, dependent on the context."
+#. JUQS
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3159201\n"
+"25\n"
+"help.text"
+msgid "You can control <item type=\"productname\">%PRODUCTNAME</item> without using a mouse device, using only the keyboard."
msgstr ""
-#: floating_toolbar.xhp#par_idN106E9.help.text
-msgid "To Make a Toolbar a Floating Toolbar"
+#. -;*R
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3149177\n"
+"24\n"
+"help.text"
+msgid "On each module's main help page (for example, the <item type=\"productname\">%PRODUCTNAME</item> Writer or <item type=\"productname\">%PRODUCTNAME</item> Calc main help page) there is a link to access the keyboard shortcuts' help for that module."
msgstr ""
-#: floating_toolbar.xhp#par_idN106EF.help.text
-msgid "Click the handle at the start of the toolbar, and drag the toolbar into the document."
+#. ^/B#
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3145382\n"
+"23\n"
+"help.text"
+msgid "In addition, under the keyword \"Accessibility\" you find step-by-step instructions about how to control the selected module without a mouse device."
msgstr ""
-#: floating_toolbar.xhp#par_idN106F2.help.text
-msgid "To Reattach a Floating Toolbar"
+#. 74bR
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3166460\n"
+"22\n"
+"help.text"
+msgid "Working with the <item type=\"productname\">%PRODUCTNAME</item> user interface without mouse"
msgstr ""
-#: floating_toolbar.xhp#par_idN106F7.help.text
-msgid "Drag the title bar of the toolbar to an edge of the document window. "
+#. hZcf
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3154749\n"
+"39\n"
+"help.text"
+msgid "Activating menu bar, toolbars, windows, and document"
msgstr ""
-#: floating_toolbar.xhp#par_id6154362.help.text
-msgid "To reattach a floating window, drag-and-drop the window's title bar to an edge of the document window. The mouse pointer should be very close to the document window's edge when you release the mouse button."
+#. hJs;
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3156329\n"
+"38\n"
+"help.text"
+msgid "Repeatedly pressing F6 switches the focus and circles through the following objects:"
msgstr ""
-#: floating_toolbar.xhp#par_id1510055.help.text
-msgid "Depending on your system's window manager settings, you may also double-click an empty place on the toolbar or window, while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. Or double-click the title bar of the floating toolbar or window."
+#. 12Q~
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3150669\n"
+"37\n"
+"help.text"
+msgid "menu bar,"
msgstr ""
-#: floating_toolbar.xhp#par_idN107AC.help.text
-msgid "Docking toolbars and windows by drag-and-drop depends on your system's window manager settings. You must enable your system to show the full window contents when you move a window, instead of showing just the outer frame."
+#. ZaMN
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3149234\n"
+"36\n"
+"help.text"
+msgid "every toolbar from top to bottom and from left to right,"
msgstr ""
-#: standard_template.xhp#tit.help.text
-msgid "Changing Default Templates"
+#. ?N{t
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3147618\n"
+"35\n"
+"help.text"
+msgid "every free window from left to right,"
msgstr ""
-#: standard_template.xhp#bm_id3154285.help.text
-msgid "<bookmark_value>modifying, see changing</bookmark_value><bookmark_value>changing, see also editing and replacing</bookmark_value><bookmark_value>default templates; changing</bookmark_value><bookmark_value>defaults;documents</bookmark_value><bookmark_value>custom templates</bookmark_value><bookmark_value>updating; templates</bookmark_value><bookmark_value>editing;templates</bookmark_value><bookmark_value>templates;editing and saving</bookmark_value><bookmark_value>saving;templates</bookmark_value><bookmark_value>resetting;templates</bookmark_value>"
+#. #1-{
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3154514\n"
+"34\n"
+"help.text"
+msgid "document"
msgstr ""
-#: standard_template.xhp#hd_id3154285.36.help.text
-msgid "<variable id=\"standard_template\"><link href=\"text/shared/guide/standard_template.xhp\" name=\"Changing Default Templates\">Changing Default Templates</link></variable>"
+#. n9Qs
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3153252\n"
+"32\n"
+"help.text"
+msgid "Press Shift+F6 to switch through objects in the opposite direction."
msgstr ""
-#: standard_template.xhp#par_id3152811.2.help.text
-msgid "When you open a new document with <emph>File - New</emph>, a blank document appears based on a $[officename] template. You can edit, modify, or replace this template so that the new document contains your customized Styles or other contents."
+#. fH[q
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3152473\n"
+"31\n"
+"help.text"
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6 to switch to the document."
msgstr ""
-#: standard_template.xhp#hd_id3150792.3.help.text
-msgid "Modifying Default Templates"
+#. 1zq@
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3152360\n"
+"30\n"
+"help.text"
+msgid "Press F10 to switch to the menu bar and back."
msgstr ""
-#: standard_template.xhp#par_id3154365.4.help.text
-msgid "First, open either an existing $[officename] template and modify it, or open a new document and edit it as necessary to create the desired template."
+#. yo7n
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3153896\n"
+"29\n"
+"help.text"
+msgid "Escape closes an open submenu, a toolbar, or the current free window."
msgstr ""
-#: standard_template.xhp#par_id3159152.6.help.text
-msgid "You can define a document template for each $[officename] module. The following describes how to proceed for text documents."
+#. L+`W
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3161656\n"
+"21\n"
+"help.text"
+msgid "Calling a menu command"
msgstr ""
-#: standard_template.xhp#par_id3145748.8.help.text
-msgid "Save the document by choosing<emph> File</emph> -<emph> Templates - Save </emph>and saving the document in the <emph>My Templates</emph> category."
+#. Z${|
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3151056\n"
+"20\n"
+"help.text"
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> or F6 or F10 to select the first menu (the <emph>File</emph> menu). With right arrow, the next menu to the right is selected; with left arrow, the previous menu."
msgstr ""
-#: standard_template.xhp#par_id3154011.9.help.text
-msgctxt "standard_template.xhp#par_id3154011.9.help.text"
-msgid "Choose <emph>File - Templates - Organize</emph>."
+#. fWP[
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3153381\n"
+"19\n"
+"help.text"
+msgid "Arrow down opens a selected menu. Any additional arrow down and up arrow move the selection through the menu commands. With right arrow you open any existing submenus."
msgstr ""
-#: standard_template.xhp#par_id3145799.11.help.text
-msgid "Double-click <emph>My Templates</emph> in the list on the left. You will see the user-defined templates in the user directory specified under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Paths</emph>. Select the template you have just saved and open the context menu or open the submenu of the <emph>Commands</emph> button."
+#. BJtE
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3148798\n"
+"18\n"
+"help.text"
+msgid "Press Enter to execute the selected menu command."
msgstr ""
-#: standard_template.xhp#par_id3146901.26.help.text
-msgid "Choose <emph>Set As Default Template</emph>. The next time you open a new text document, the new document will be based on the new default template."
+#. +)Ga
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3147086\n"
+"17\n"
+"help.text"
+msgid "Executing an icon command"
msgstr ""
-#: standard_template.xhp#hd_id3153947.27.help.text
-msgid "Resetting Default Templates"
+#. /,o_
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3148922\n"
+"16\n"
+"help.text"
+msgid "Press F6 repeatedly until the first icon on the toolbar is selected. Use the right and left arrows to select an icon on a horizontal toolbar. Similarly, use the up and down arrows to select an icon on a vertical toolbar. The Home key selects the first icon on a toolbar and the End key, the last."
msgstr ""
-#: standard_template.xhp#par_id3156276.12.help.text
-msgid "To reset the modified text template to the original default template:"
+#. 871w
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3144433\n"
+"15\n"
+"help.text"
+msgid "Press Enter to execute the selected icon. If the selected icon normally demands a consecutive mouse action, such as inserting a rectangle, then pressing the Enter key is not sufficient: in these cases press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter."
msgstr ""
-#: standard_template.xhp#par_id3146792.29.help.text
-msgctxt "standard_template.xhp#par_id3146792.29.help.text"
-msgid "Choose <emph>File - Templates - Organize</emph>."
+#. qV$_
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3153968\n"
+"28\n"
+"help.text"
+msgid "Pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter on an icon for creating a draw object. A draw object will be placed into the middle of the view, with a predefined size."
msgstr ""
-#: standard_template.xhp#par_id3153714.32.help.text
-msgid "Open the context menu and choose <emph>Reset default template</emph>. In the submenu, select the document type whose default setting you want to restore. Thereafter, when you open an empty text document, it will again correspond to the $[officename] default template for text documents."
+#. Zjw=
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3150449\n"
+"27\n"
+"help.text"
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter on the Selection tool to select the first draw object in the document. If you want to edit, size, or move the selected draw object, first use <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6 to set the focus into the document."
msgstr ""
-#: standard_template.xhp#hd_id3153764.13.help.text
-msgid "Using Custom Templates"
+#. IbLE
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3151041\n"
+"26\n"
+"help.text"
+msgid "If a toolbar is longer than can be displayed on screen, it shows an icon at the right or lower edge. Select the toolbar and press PageUp or PageDown to display the remaining icons."
msgstr ""
-#: standard_template.xhp#par_id3150386.14.help.text
-msgid "There are several ways to make your work easier by using your own custom templates. "
+#. }vpC
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3150440\n"
+"14\n"
+"help.text"
+msgid "Special hints for toolbars"
msgstr ""
-#: standard_template.xhp#hd_id3149109.15.help.text
-msgid "Templates in the Template Folder"
+#. kR,-
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3149983\n"
+"13\n"
+"help.text"
+msgid "Press the down arrow or right arrow to open the selected toolbar. This is equivalent to a mouse click. In the toolbar use the right arrow and left arrow keys. The Home and End keys select the first and last icon in the toolbar, respectively."
msgstr ""
-#: standard_template.xhp#par_id3146918.16.help.text
-msgid "You can save a new template with <emph>File - Templates - Save</emph> or by selecting \"Template\" file type in any Save dialog. Save the template in the user directory specified under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Paths</emph> to be able to access the template from within the <emph>File - New - From Templates and Documents</emph> dialog."
+#. JHKm
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3145365\n"
+"12\n"
+"help.text"
+msgid "Close the toolbar with Esc. It is not possible to move the toolbar without a mouse."
msgstr ""
-#: standard_template.xhp#par_id3155960.33.help.text
-msgid "You may need to update the view of the templates in the dialog before you can see a newly created template. In this case, choose <emph>File - Templates - Organize</emph> and in the submenu of the <emph>Commands</emph> button, choose <emph>Update</emph>."
+#. q0T3
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3151119\n"
+"11\n"
+"help.text"
+msgid "Selection from a combo box"
msgstr ""
-#: standard_template.xhp#par_id3147343.17.help.text
-msgid "To open the template for editing, choose <emph>File - Templates - Edit</emph>."
+#. -}8`
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3146986\n"
+"help.text"
+msgid "<image id=\"img_id3148645\" src=\"res/helpimg/zellvor.png\" width=\"1.15in\" height=\"0.3165in\" localize=\"true\"><alt id=\"alt_id3148645\">Combo box</alt></image>"
msgstr ""
-#: standard_template.xhp#par_id3147315.37.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/01110000.xhp\" name=\"Templates\">Templates</link>"
-msgstr "<link href=\"text/scalc/01/04050000.xhp\" name=\"ფურცელი\">ფურცელი</link>"
-
-#: paintbrush.xhp#tit.help.text
-msgid "Copying Attributes With the Format Paintbrush"
+#. DB*Z
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3149666\n"
+"10\n"
+"help.text"
+msgid "Select the combo box. Press Enter."
msgstr ""
-#: paintbrush.xhp#bm_id380260.help.text
-msgid "<bookmark_value>Format Paintbrush</bookmark_value> <bookmark_value>formatting;copying</bookmark_value> <bookmark_value>copying;formatting</bookmark_value> <bookmark_value>Paintbrush</bookmark_value>"
+#. {sDM
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3155366\n"
+"9\n"
+"help.text"
+msgid "Use the down arrow or Page Down key to scroll down the combo box entries, or the up arrow or Page Up key to scroll upwards. The Home key takes you to the first entry and the End key takes you to the last entry."
msgstr ""
-#: paintbrush.xhp#par_idN1053A.help.text
-msgid "<variable id=\"formatpaintbrush\"><link href=\"text/shared/guide/paintbrush.xhp\">Copying Formatting With the Format Paintbrush</link></variable>"
+#. \eH`
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3145749\n"
+"8\n"
+"help.text"
+msgid "Press Enter to execute the selected entry."
msgstr ""
-#: paintbrush.xhp#par_idN10655.help.text
-msgid "You can use the Format Paintbrush tool to copy formatting from a text selection or from an object and apply the formatting to another text selection or object."
+#. OM}{
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3150685\n"
+"41\n"
+"help.text"
+msgid "Selection in Tables"
msgstr ""
-#: paintbrush.xhp#par_id101920091122570.help.text
-msgid "In Calc, the Format Paintbrush only applies to cell formatting."
+#. H~R.
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3154320\n"
+"42\n"
+"help.text"
+msgid "In several windows, dialogs, and in the table control field, there are tables to select data, for instance, in the right part of the <link href=\"text/shared/guide/database_main.xhp\" name=\"Data Source View\">Data Source View</link>. The following keys are used for selections in these tables:"
msgstr ""
-#: paintbrush.xhp#par_idN106DD.help.text
-msgid "Select the text or object whose formatting you want to copy."
+#. ,{Z3
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3154014\n"
+"43\n"
+"help.text"
+msgid "Spacebar: switches from selection of the current row and cancellation of any selection, but not if the current cell is in edit mode."
msgstr ""
-#: paintbrush.xhp#par_idN10667.help.text
-msgid "On the <emph>Standard Bar</emph>, click the <emph>Format Paintbrush</emph> icon."
+#. |9Sv
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3147396\n"
+"44\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+spacebar: switches between selection of the current row and cancellation of this selection."
msgstr ""
-#: paintbrush.xhp#par_idN10660.help.text
-msgid "The cursor changes to a paint bucket."
+#. 7ZM/
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3149488\n"
+"45\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+spacebar: switches between selection of the current column and cancellation of this selection."
msgstr ""
-#: paintbrush.xhp#par_idN10663.help.text
-msgid "If you want to apply the formatting to more than one selection, double-click the <emph>Format Paintbrush</emph> icon<image id=\"img_id209967\" src=\"cmd/sc_formatpaintbrush.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id209967\">Icon</alt></image>. After you apply all the formatting, click the icon again."
+#. B6[q
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3156286\n"
+"73\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Up Arrow or <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Down Arrow: moves the window separator between table and form, for instance in the bibliography database."
msgstr ""
-#: paintbrush.xhp#par_idN1066E.help.text
-msgid "Select or click the text or object that you want to apply the formatting to."
+#. 7[+t
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3145251\n"
+"147\n"
+"help.text"
+msgid "In a table control or in the data source view, the Tab key moves to the next column. To move to the next control, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab. To move to the previous control, press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab."
msgstr ""
-#: paintbrush.xhp#par_idN10716.help.text
-msgid "To exclude paragraph formatting, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> when you click. To exclude character formatting, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift when you click."
+#. *x_,
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3150592\n"
+"7\n"
+"help.text"
+msgid "Size and Position of Windows and Dialogs"
msgstr ""
-#: paintbrush.xhp#par_idN10671.help.text
-msgid "The following table describes the formatting attributes that the <emph>Format Paintbrush</emph> can copy:"
+#. AMRE
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3153221\n"
+"6\n"
+"help.text"
+msgid "First press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+spacebar."
msgstr ""
-#: paintbrush.xhp#par_idN10691.help.text
-msgid "Type of Selection"
+#. uZ,s
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3148456\n"
+"5\n"
+"help.text"
+msgid "A system menu opens with menu commands like <emph>Move</emph>, <emph>Resize</emph> and <emph>Close</emph>."
msgstr ""
-#: paintbrush.xhp#par_idN10697.help.text
-msgid "Comment"
-msgstr "კომენტარი"
-
-#: paintbrush.xhp#par_idN1069E.help.text
-msgid "Nothing selected, but cursor is inside a text passage"
+#. e}5m
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3149400\n"
+"4\n"
+"help.text"
+msgid "Choose a command (down arrow, then Enter)."
msgstr ""
-#: paintbrush.xhp#par_idN106A4.help.text
-msgid "Copies the formatting of the current paragraph and the character formatting of the next character in the text flow direction."
+#. *uL`
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3155083\n"
+"3\n"
+"help.text"
+msgid "Now you can use the arrow keys to move or resize the dialog or window."
msgstr ""
-#: paintbrush.xhp#par_idN106AB.help.text
-msgid "Text is selected"
+#. #bic
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3147497\n"
+"2\n"
+"help.text"
+msgid "Press Enter to accept the change. Press Escape to cancel the changes."
msgstr ""
-#: paintbrush.xhp#par_idN106B1.help.text
-msgid "Copies the formatting of the last selected character and of the paragraph that contains the character."
+#. s}+:
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3146988\n"
+"150\n"
+"help.text"
+msgid "Docking and Undocking Windows and Toolbars"
msgstr ""
-#: paintbrush.xhp#par_idN106B8.help.text
-msgid "Frame is selected"
+#. 8G,h
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3147176\n"
+"151\n"
+"help.text"
+msgid "Press F6 until the window or toolbar is selected."
msgstr ""
-#: paintbrush.xhp#par_idN106BE.help.text
-msgid "Copies the frame attributes that are defined in <item type=\"menuitem\">Format - Frame</item> dialog. The contents, size, position, linking, hyperlinks, and macros in the frame are not copied."
+#. tgXE
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3153707\n"
+"152\n"
+"help.text"
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F10."
msgstr ""
-#: paintbrush.xhp#par_idN106C5.help.text
-msgid "Object is selected"
+#. UWsk
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3154479\n"
+"148\n"
+"help.text"
+msgid "Selecting objects"
msgstr ""
-#: paintbrush.xhp#par_idN106CB.help.text
-msgid "Copies the object formatting that is defined in the <item type=\"menuitem\">Format - Graphics</item> or <item type=\"menuitem\">Format - Drawing Object</item> dialogs. The contents, size, position, hyperlinks, and macros in the object are not copied."
+#. \N/3
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3148993\n"
+"149\n"
+"help.text"
+msgid "Press Shift+F4 to select the first object in the current document. When an object is selected, press Tab to select the next object, or press Esc to go back to the text."
msgstr ""
-#: paintbrush.xhp#par_idN106D2.help.text
-msgid "Form control is selected"
+#. $AIB
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3152962\n"
+"54\n"
+"help.text"
+msgid "Edit Objects"
msgstr ""
-#: paintbrush.xhp#par_idN106D8.help.text
-msgctxt "paintbrush.xhp#par_idN106D8.help.text"
-msgid "Not supported"
+#. Sr$^
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3156379\n"
+"53\n"
+"help.text"
+msgid "A selected OLE object can be activated with the Enter key."
msgstr ""
-#: paintbrush.xhp#par_idN106DF.help.text
-msgid "Drawing object is selected"
+#. OF\a
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3155766\n"
+"55\n"
+"help.text"
+msgid "Edit Position and Size of Objects"
msgstr ""
-#: paintbrush.xhp#par_idN106E5.help.text
-msgid "Copies all formatting attributes. In Impress and Draw, the text contents of the object is also copied."
+#. =4Y6
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3148405\n"
+"56\n"
+"help.text"
+msgid "Use the arrow keys to move the selected object by one grid resolution unit."
msgstr ""
-#: paintbrush.xhp#par_idN106EC.help.text
-msgid "Text within Calc cells is selected"
+#. ]TVE
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3145619\n"
+"57\n"
+"help.text"
+msgid "Set the grid resolution unit with <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Grid</emph> in the <emph>Resolution</emph> area. If you enter a number greater than 1 in the <emph>Subdivision</emph> area, you must press the arrow key as often as the number states to move the selected object by one grid resolution unit."
msgstr ""
-#: paintbrush.xhp#par_idN106F2.help.text
-msgctxt "paintbrush.xhp#par_idN106F2.help.text"
-msgid "Not supported"
+#. 0%N1
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3166450\n"
+"58\n"
+"help.text"
+msgid "Use the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and arrow keys to move the selected object by one pixel."
msgstr ""
-#: paintbrush.xhp#par_idN106F9.help.text
-msgid "Writer table or cells are selected"
+#. xqMk
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3147345\n"
+"59\n"
+"help.text"
+msgid "Use <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab to enter the handle edit mode. The upper left handle is the active handle, it starts blinking. Use <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab to select the next handle. Press Escape to exit the handle edit mode."
msgstr ""
-#: paintbrush.xhp#par_idN106FF.help.text
-msgid "Copies the formatting that is specified in Table, Text Flow, Borders, and Background tab pages in the <item type=\"menuitem\">Format - Table</item> dialog. The paragraph and character formatting are also copied."
+#. 8Ggc
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3149565\n"
+"60\n"
+"help.text"
+msgid "In the handle edit mode, the arrow keys move the selected handle, which changes the object size."
msgstr ""
-#: paintbrush.xhp#par_idN10706.help.text
-msgid "Calc table or cells are selected"
+#. s4sq
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3147361\n"
+"61\n"
+"help.text"
+msgid "Edit the Anchors of Objects"
msgstr ""
-#: paintbrush.xhp#par_idN1070C.help.text
-msgid "Copies the formatting that is specified in the <item type=\"menuitem\">Format - Cells</item> dialog as well as the formatting of the cell contents"
+#. Vino
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3148534\n"
+"62\n"
+"help.text"
+msgid "You can move the anchor of an object with the arrow keys. First enter the handle edit mode and select the anchor. Depending on the type of anchor, you can then move the anchor in different directions."
msgstr ""
-#: insert_bitmap.xhp#tit.help.text
-msgid "Inserting, Editing, Saving Bitmaps"
+#. ]m6e
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3163808\n"
+"63\n"
+"help.text"
+msgid "Select the object."
msgstr ""
-#: insert_bitmap.xhp#bm_id3154136.help.text
-msgid "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarization filter</bookmark_value><bookmark_value>aging filter</bookmark_value><bookmark_value>posterizing filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
+#. }[q.
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3150646\n"
+"64\n"
+"help.text"
+msgid "Enter the handle edit mode with <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab."
msgstr ""
-#: insert_bitmap.xhp#hd_id3154136.1.help.text
-msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps</link></variable>"
+#. *eO,
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3150940\n"
+"65\n"
+"help.text"
+msgid "The upper left handle starts blinking. Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab several times, until no handle blinks. This signals that now the anchor of the object is activated. <switchinline select=\"appl\"><caseinline select=\"WRITER\">In text documents you can press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A to activate the anchor directly.</caseinline></switchinline>"
msgstr ""
-#: insert_bitmap.xhp#hd_id3149811.2.help.text
-msgid "Inserting Bitmaps"
+#. Iy5$
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3153919\n"
+"66\n"
+"help.text"
+msgid "Use the arrow keys to move the anchor. The object follows the anchor as appropriate."
msgstr ""
-#: insert_bitmap.xhp#par_id3153031.3.help.text
-msgid "A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, $[officename] Draw and $[officename] Impress documents."
+#. lT-)
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3152582\n"
+"67\n"
+"help.text"
+msgid "You can change the anchor of the selected object for example in the object's context menu."
msgstr ""
-#: insert_bitmap.xhp#par_id3147209.4.help.text
-msgid "Choose <emph>Insert - Picture - From File</emph>."
-msgstr "ამოირჩიეთ <emph>ჩასმა - ნახატი</emph>."
-
-#: insert_bitmap.xhp#par_id3149236.5.help.text
-msgid "Select the file. In the <emph>File type</emph> box you can restrict the selection to certain file types."
+#. h8u;
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3148393\n"
+"68\n"
+"help.text"
+msgid "If the object is anchored <emph>To Paragraph</emph>, the arrow keys move the object to the previous or next paragraph."
msgstr ""
-#: insert_bitmap.xhp#par_id3153126.6.help.text
-msgid "Click the <emph>Link</emph> box if you want a link to the original file."
+#. e,5W
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3145615\n"
+"69\n"
+"help.text"
+msgid "If the object is anchored<emph> To page</emph>, the keys Page Up or Page Down move it to the previous or next page."
msgstr ""
-#: insert_bitmap.xhp#par_id3154306.7.help.text
-msgid "If the <emph>Link</emph> box is marked, whenever the document is updated and loaded the bitmap image is reloaded. The editing steps that you have carried out in the local copy of the image in the document are re-applied and the image is displayed."
+#. 7deO
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3145135\n"
+"70\n"
+"help.text"
+msgid "If the object is anchored <emph>To character</emph>, the Arrow keys move it through the current paragraph."
msgstr ""
-#: insert_bitmap.xhp#par_id3147336.8.help.text
-msgid "If the <emph>Link</emph> box is not marked, you are always working with the copy created when the graphic was first inserted."
+#. ~P;_
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3145256\n"
+"71\n"
+"help.text"
+msgid "If the object is anchored<emph> As character</emph>, no anchor icon exists. You cannot move the object."
msgstr ""
-#: insert_bitmap.xhp#par_id3153824.26.help.text
-msgid "To embed graphics that were first inserted as links, go to <emph>Edit - Links</emph> and click the <emph>Break Link</emph> button."
+#. pn)#
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3149527\n"
+"72\n"
+"help.text"
+msgid "If the object is anchored <emph>To frame</emph>, the Arrow keys move it to the next frame in the respective direction."
msgstr ""
-#: insert_bitmap.xhp#par_id3151384.9.help.text
-msgid "Click <emph>Open</emph> to insert the image."
+#. (4MG
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3153270\n"
+"133\n"
+"help.text"
+msgid "Controlling the Dividing Lines"
msgstr ""
-#: insert_bitmap.xhp#hd_id3147303.10.help.text
-msgid "Editing Bitmaps"
+#. J(`w
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3158413\n"
+"134\n"
+"help.text"
+msgid "Documents of <item type=\"productname\">%PRODUCTNAME</item> Calc, <item type=\"productname\">%PRODUCTNAME</item> Draw, and <item type=\"productname\">%PRODUCTNAME</item> Impress can be split horizontally and vertically into separate views. Each view can show other parts of the document. Using the mouse, you can drag a dividing line from the scrollbar into the document."
msgstr ""
-#: insert_bitmap.xhp#hd_id187078.help.text
-msgid "Icons on the Picture bar"
+#. IR`.
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3149814\n"
+"135\n"
+"help.text"
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6: shows the dividing lines at default positions and focus a line."
msgstr ""
-#: insert_bitmap.xhp#par_id3148552.11.help.text
-msgid "When you select the bitmap image, the <emph>Picture</emph> Bar offers you the tools for editing the image. Only a local copy is edited in the document, even if you have inserted an image as a link."
+#. /2z{
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3158444\n"
+"136\n"
+"help.text"
+msgid "Arrow keys: moves the current dividing line a big step in the arrow direction."
msgstr ""
-#: insert_bitmap.xhp#par_id3159413.12.help.text
-msgid "The <emph>Picture</emph> Bar may look slightly different depending to the module you are using."
+#. Cly+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3163668\n"
+"137\n"
+"help.text"
+msgid "Shift+Arrow keys: moves the current dividing line a small step in the arrow direction."
msgstr ""
-#: insert_bitmap.xhp#par_id3154124.13.help.text
-msgid "A number of filters are located on the <link href=\"text/shared/02/24010000.xhp\" name=\"Graphic Filter\">Graphic <emph>Filter</emph></link> toolbar, which you can open with the icon on the <emph>Picture</emph> Bar. "
+#. W6E!
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3148426\n"
+"138\n"
+"help.text"
+msgid "Delete: deletes the current dividing line"
msgstr ""
-#: insert_bitmap.xhp#par_id7055574.help.text
-msgid "The original picture file will not be changed by the filters. Filters are applied to a picture only inside the document. "
+#. ,5#N
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3151277\n"
+"139\n"
+"help.text"
+msgid "Shift+Delete: deletes both dividing lines"
msgstr ""
-#: insert_bitmap.xhp#par_id3145273.14.help.text
-msgid "Some of the filters open a dialog, which you can use to select, for example, the intensity of the filter. Most filters can be applied multiple times to increase the filter effect."
+#. B*[Q
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3150383\n"
+"140\n"
+"help.text"
+msgid "Enter: fixes the current position of the dividing lines"
msgstr ""
-#: insert_bitmap.xhp#par_id3150105.15.help.text
-msgid "In $[officename] Draw and $[officename] Impress, you can add text and graphics, select these objects together with the bitmap, and export the selection as a new bitmap image."
+#. NDK4
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3150369\n"
+"141\n"
+"help.text"
+msgid "Escape: resets the current dividing line to its default position"
msgstr ""
-#: insert_bitmap.xhp#hd_id2572405.help.text
-msgid "The Picture dialog"
+#. A]Rv
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3154492\n"
+"112\n"
+"help.text"
+msgid "Controlling the Data Source View"
msgstr ""
-#: insert_bitmap.xhp#par_id6457411.help.text
-msgid "Right-click the picture and choose <emph>Picture</emph> from the submenu to open a properties dialog."
+#. t2Gc
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3150515\n"
+"113\n"
+"help.text"
+msgid "F4: opens and closes the data source view."
msgstr ""
-#: insert_bitmap.xhp#par_id7991882.help.text
-msgid "Change the properties of the selected picture, then click OK."
+#. oHLc
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3159109\n"
+"114\n"
+"help.text"
+msgid "F6: switches between document and toolbars."
msgstr ""
-#: insert_bitmap.xhp#hd_id3153574.16.help.text
-msgid "Saving Bitmaps"
+#. `ojp
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3153229\n"
+"115\n"
+"help.text"
+msgid "+ (plus key): expands the selected entry in the data source explorer."
msgstr ""
-#: insert_bitmap.xhp#par_id3152576.17.help.text
-msgid "If you want to save in a format such as GIF, JPEG or TIFF, you must select and export the bitmap image."
+#. Iz]V
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3150312\n"
+"116\n"
+"help.text"
+msgid "- (minus key): collapses the selected entry in the data source explorer."
msgstr ""
-#: insert_bitmap.xhp#par_id0801200803544667.help.text
-msgid "To export a bitmap in Draw or Impress:"
+#. 2e6Z
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3154368\n"
+"117\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+E: switches between data source explorer and table."
msgstr ""
-#: insert_bitmap.xhp#par_id3155414.18.help.text
-msgid "Select the bitmap image. You can also select additional objects, such as text, to be exported with the image by pressing the shift key while selecting or by opening a selection frame around all objects."
+#. DXc?
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3147171\n"
+"118\n"
+"help.text"
+msgid "Shortcuts in the Query Design Window"
msgstr ""
-#: insert_bitmap.xhp#par_id3148618.19.help.text
-msgid "Choose <emph>File - Export</emph>. The <emph>Export</emph> dialog opens."
+#. *aDH
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3152455\n"
+"119\n"
+"help.text"
+msgid "F6: switches between object bar, table view, and selection area."
msgstr ""
-#: insert_bitmap.xhp#par_id3157139.help.text
-msgid "The <emph>Export</emph> command writes the picture with all applied filter effects to a file. The <emph>Save as Picture</emph> command in the context menu saves the picture without any filter effects, if the picture was inserted as a linked picture. An embedded picture will always be saved or exported with filters applied."
+#. Kbk{
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3151180\n"
+"120\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Up arrow or <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Down arrow: moves the border between table view and selection area up or down."
msgstr ""
-#: insert_bitmap.xhp#par_id3083443.20.help.text
-msgid "In the <emph>File format</emph> field, select the file format you want, for example GIF or JPEG."
+#. @bU?
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3156288\n"
+"121\n"
+"help.text"
+msgid "Keys in the Table View (upper area of the query design) and in the Relations window"
msgstr ""
-#: insert_bitmap.xhp#par_id3152462.21.help.text
-msgid "If you only want to export the selected objects, mark the <emph>Selection</emph> box."
+#. O~;$
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3156166\n"
+"122\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Arrow key: moves the selected table in the direction of the arrow."
msgstr ""
-#: insert_bitmap.xhp#par_id3150874.22.help.text
-msgid "If <emph>Selection</emph> is not marked, the entire page of the document is exported."
+#. $;m#
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3147310\n"
+"123\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Arrow key: resizes the selected table in the table view."
msgstr ""
-#: insert_bitmap.xhp#par_id3149417.23.help.text
-msgid "Enter a name for the file and click <emph>Export</emph>."
+#. Z;ak
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3152986\n"
+"124\n"
+"help.text"
+msgid "Del: removes the selected table or connection from the table view."
msgstr ""
-#: insert_bitmap.xhp#par_id0801200803525078.help.text
-msgid "<ahelp hid=\".\">To export a bitmap in Writer: Right-click the bitmap, choose Save Graphics. You see the Graphics Export dialog. Enter a file name and select a file type.</ahelp>"
+#. KzJr
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3145384\n"
+"125\n"
+"help.text"
+msgid "Tab: switches between tables and connections in the table view."
msgstr ""
-#: insert_bitmap.xhp#par_id1033051.help.text
-msgid "<link href=\"text/shared/02/24010000.xhp\">Graphic Filter Bar from the Picture Bar</link>"
+#. usfa
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3154529\n"
+"126\n"
+"help.text"
+msgid "Enter: when a connection is selected, the Enter key opens the <emph>Properties</emph> dialog of the connection."
msgstr ""
-#: ms_user.xhp#tit.help.text
-msgid "Using Microsoft Office and $[officename]"
+#. (.cM
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3159624\n"
+"127\n"
+"help.text"
+msgid "Enter: when a table is selected, the Enter key enters the first data field from the list box into the selection area."
msgstr ""
-#: ms_user.xhp#bm_id3150789.help.text
-msgid "<bookmark_value>Office;Microsoft Office and $[officename]</bookmark_value><bookmark_value>Microsoft Office;new users information</bookmark_value><bookmark_value>opening;Microsoft Office files</bookmark_value><bookmark_value>saving;in Microsoft Office file format</bookmark_value><bookmark_value>macros; in MS Office documents</bookmark_value>"
+#. $DLw
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3153816\n"
+"128\n"
+"help.text"
+msgid "Keys in the Selection Area (bottom area of the query design)"
msgstr ""
-#: ms_user.xhp#hd_id3150789.30.help.text
-msgid "<variable id=\"ms_user\"><link href=\"text/shared/guide/ms_user.xhp\" name=\"Using Microsoft Office and $[officename]\">Using Microsoft Office and $[officename]</link></variable>"
+#. \+Wu
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3152896\n"
+"146\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Left Arrow or Right Arrow: moves the selected column to the left or to the right."
msgstr ""
-#: ms_user.xhp#par_id3152801.1.help.text
-msgid "$[officename] can open and save documents in the Microsoft Office file formats, including Microsoft Office Open XML formats."
+#. #M%0
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3146152\n"
+"131\n"
+"help.text"
+msgid "Keys in the Table Design Window"
msgstr ""
-#: ms_user.xhp#hd_id3145345.2.help.text
-msgid "Opening a Microsoft Office File"
+#. jg7W
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3151243\n"
+"132\n"
+"help.text"
+msgid "F6: switches between toolbar, column view, and properties area."
msgstr ""
-#: ms_user.xhp#par_id3147008.3.help.text
-msgid "Choose <emph>File - Open</emph>. Select a Microsoft Office file in the $[officename] file open dialog."
+#. Bae,
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3145075\n"
+"74\n"
+"help.text"
+msgid "Controlling the ImageMap Editor"
msgstr ""
-#: ms_user.xhp#par_id3156346.4.help.text
-msgid "MS Office file..."
+#. D4YR
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3159096\n"
+"75\n"
+"help.text"
+msgid "Press Tab to select an icon. If you selected one of the icons from <emph>Rectangle</emph> to <emph>Freeform Polygon</emph> and you press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter, an object of the selected type is created in default size."
msgstr ""
-#: ms_user.xhp#par_id3155342.5.help.text
-msgid "...will open in $[officename] module"
+#. klam
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3156016\n"
+"76\n"
+"help.text"
+msgid "If you press Enter while the icon <emph>Select</emph> is selected, the focus is set into the image window of the ImageMap Editor. Press Esc to set the focus back to the icons and input boxes."
msgstr ""
-#: ms_user.xhp#par_id3153543.6.help.text
-msgid "MS Word, *.doc, *.docx"
+#. m!KW
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3149587\n"
+"77\n"
+"help.text"
+msgid "If the <emph>Select</emph> icon is selected and you press Ctrl+Enter, the first object in the image window gets selected."
msgstr ""
-#: ms_user.xhp#par_id3147620.7.help.text
-msgid "$[officename] Writer"
+#. LAT#
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3154343\n"
+"78\n"
+"help.text"
+msgid "Use the icon <emph>Edit Points</emph> to switch into the point edit mode for polygons and back."
msgstr ""
-#: ms_user.xhp#par_id3154898.8.help.text
-msgid "MS Excel, *.xls, *.xlsx"
+#. _i,q
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3147073\n"
+"79\n"
+"help.text"
+msgid "Use Ctrl+Tab in the image window to select the next point. Use Shift+Ctrl+Tab to select the previous point."
msgstr ""
-#: ms_user.xhp#par_id3149580.9.help.text
-msgid "$[officename] Calc"
+#. (HLS
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3153285\n"
+"80\n"
+"help.text"
+msgid "Use the Delete key with the focus in the image window to delete the selected object."
msgstr ""
-#: ms_user.xhp#par_id3147574.10.help.text
-msgid "MS PowerPoint, *.ppt, *.pps, *.pptx"
+#. h5R~
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3145377\n"
+"46\n"
+"help.text"
+msgid "Controlling the Help"
msgstr ""
-#: ms_user.xhp#par_id3153626.11.help.text
-msgid "$[officename] Impress"
+#. 6r:/
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3149441\n"
+"47\n"
+"help.text"
+msgid "Press Shift+F1 to display the <link href=\"text/shared/main0108.xhp\" name=\"Extended Tips\">Extended Tips</link> for the currently selected command, icon or control."
msgstr ""
-#: ms_user.xhp#hd_id3147303.12.help.text
-msgid "Saving as a Microsoft Office File"
+#. T1*a
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3154960\n"
+"48\n"
+"help.text"
+msgid "Navigating the main help pages"
msgstr ""
-#: ms_user.xhp#par_id3145068.13.help.text
-msgctxt "ms_user.xhp#par_id3145068.13.help.text"
-msgid "Choose <emph>File - Save As</emph>."
+#. 52!w
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3151300\n"
+"49\n"
+"help.text"
+msgid "In the main help pages, use Tab to jump to the next hyperlink or Shift+Tab to jump to the previous link."
msgstr ""
-#: ms_user.xhp#par_id3153379.14.help.text
-msgid "In the <emph>File type</emph> box, select a Microsoft Office file format."
+#. n-_W
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3155537\n"
+"50\n"
+"help.text"
+msgid "Press Enter to execute the selected hyperlink."
msgstr ""
-#: ms_user.xhp#hd_id3154138.15.help.text
-msgid "Saving Documents by Default in Microsoft Office Formats"
+#. ff]1
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3154912\n"
+"51\n"
+"help.text"
+msgid "Press Backspace above the Enter key to return to the previous help page."
msgstr ""
-#: ms_user.xhp#par_id3144760.16.help.text
-msgctxt "ms_user.xhp#par_id3144760.16.help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\">Load/Save - General</link></emph>."
+#. dd8_
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3150894\n"
+"81\n"
+"help.text"
+msgid "Controlling the Text Import dialog (CSV file import)"
msgstr ""
-#: ms_user.xhp#par_id3148453.17.help.text
-msgid "In the <emph>Default file format and ODF settings</emph> area, first select a document type, then select the file type for saving."
+#. %IDR
+#: keyboard.xhp
+#, fuzzy
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3153975\n"
+"82\n"
+"help.text"
+msgid "Ruler"
+msgstr "#-#-#-#-# optionen.po (PACKAGE VERSION) #-#-#-#-#\\nსახაზავი\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nმმართველი"
+
+#. p{S_
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3152869\n"
+"83\n"
+"help.text"
+msgid "Left or Right Arrow: go one position to the left or to the right"
msgstr ""
-#: ms_user.xhp#par_id3149807.18.help.text
-msgid "From now on, if you save a document, the <emph>File type </emph>will be set according to your choice. Of course, you still can select another file type in the file save dialog."
+#. kKh6
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3151000\n"
+"84\n"
+"help.text"
+msgid "Ctrl+Left Arrow or Ctrl+Right Arrow: jump to the previous or to the next split"
msgstr ""
-#: ms_user.xhp#hd_id3156423.19.help.text
-msgid "Opening Microsoft Office Files by Default"
+#. 5/5-
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3159203\n"
+"85\n"
+"help.text"
+msgid "Ctrl+Shift+Left Arrow or Ctrl+Shift+Right Arrow: move a split one position to the left or to the right"
msgstr ""
-#: ms_user.xhp#hd_id3153092.20.help.text
-msgid "Converting Many Microsoft Office Files into OpenDocument Format"
+#. GAb6
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3154538\n"
+"86\n"
+"help.text"
+msgid "Home or End: jump to the first or the last possible position"
msgstr ""
-#: ms_user.xhp#par_id3146986.21.help.text
-msgid "The <emph>Document Converter Wizard</emph> will copy and convert all Microsoft Office files in a folder into $[officename] documents in the OpenDocument file format. You can specify the folder to be read, and the folder where the converted files are to be saved."
+#. g)QW
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3155382\n"
+"87\n"
+"help.text"
+msgid "Ctrl+Home or Ctrl+End: jump to the first or the last split"
msgstr ""
-#: ms_user.xhp#par_id3150486.22.help.text
-msgid "Choose <link href=\"text/shared/autopi/01130000.xhp\" name=\"File - AutoPilot - Document Converter\"><emph>File - Wizards - Document Converter</emph></link> to start the wizard."
+#. .|D}
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3155894\n"
+"88\n"
+"help.text"
+msgid "Shift+Ctrl+Home or Shift+Ctrl+End: move split to the first or to the last position"
msgstr ""
-#: ms_user.xhp#hd_id3154319.23.help.text
-msgid "Macros in Microsoft Office and $[officename]"
+#. ntM)
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3145195\n"
+"89\n"
+"help.text"
+msgid "Space key: insert or remove a split"
msgstr ""
-#: ms_user.xhp#par_id3154921.24.help.text
-msgid "With a few exceptions, Microsoft Office and $[officename] cannot run the same macro code. Microsoft Office uses VBA (Visual Basic for Applications) code, and $[officename] uses Basic code based on the $[officename] API (Application Program Interface) environment. Although the programming language is the same, the objects and methods are different."
+#. c5_R
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3154647\n"
+"90\n"
+"help.text"
+msgid "Insert key: insert a split (leave existing splits unchanged)"
msgstr ""
-#: ms_user.xhp#par_id0804200804173539.help.text
-msgid "The most recent versions of %PRODUCTNAME can run some Excel Visual Basic scripts if you enable this feature at <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - VBA Properties</item>."
+#. g!`:
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3154765\n"
+"91\n"
+"help.text"
+msgid "Delete key: delete a split"
msgstr ""
-#: ms_user.xhp#par_id3152577.25.help.text
-msgid "If you use macros in one of the applications and want to use the same functionality in the other application, you must edit the macros. $[officename] can load the macros that are contained within Microsoft Office files and you can then view and edit the macro code in the $[officename] <link href=\"text/shared/main0600.xhp\" name=\"Basic IDE\">Basic IDE</link> editor."
+#. Ko^)
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3154650\n"
+"92\n"
+"help.text"
+msgid "Shift+Delete: delete all splits"
msgstr ""
-#: ms_user.xhp#hd_id3152596.26.help.text
-msgid "You can choose to preserve or delete VBA macros"
+#. ?X38
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3145368\n"
+"93\n"
+"help.text"
+msgid "Up Arrow or Down Arrow: scroll table down or up one row"
msgstr ""
-#: ms_user.xhp#par_id3153144.27.help.text
-msgid "Open a Microsoft Office document that contains VBA macro code. Change only the normal contents (text, cells, graphics), and do not edit the macros. Save the document as a Microsoft Office file type. Open the file in Microsoft Office, and the VBA macros will run as before."
+#. !/MA
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3155914\n"
+"94\n"
+"help.text"
+msgid "Page Up or Page Down: scroll table down or up one page"
msgstr ""
-#: ms_user.xhp#par_id3150011.28.help.text
-msgid "You may delete the VBA macros from the Microsoft Office file on loading or on saving."
+#. QWAm
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3147492\n"
+"95\n"
+"help.text"
+msgid "Escape key (during mouse drag): cancel drag, move split to old position"
msgstr ""
-#: ms_user.xhp#par_id3155366.29.help.text
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01130100.xhp\" name=\"Load/Save - VBA Properties\">Load/Save - VBA Properties</link></emph> to set the VBA macro handling of $[officename]."
+#. !_(S
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3145216\n"
+"96\n"
+"help.text"
+msgid "Preview"
msgstr ""
-#: xforms.xhp#tit.help.text
-msgid "XML Form Documents (XForms)"
+#. 8]Rp
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3155148\n"
+"97\n"
+"help.text"
+msgid "Left Arrow or Right Arrow: select left or right column and clear other selections"
msgstr ""
-#: xforms.xhp#bm_id5215613.help.text
-msgid "<bookmark_value>web documents;XForms</bookmark_value><bookmark_value>forms;XForms</bookmark_value><bookmark_value>XML Forms, see XForms</bookmark_value><bookmark_value>XForms;opening/editing</bookmark_value><bookmark_value>editing;XForms</bookmark_value><bookmark_value>opening;XForms</bookmark_value>"
+#. $@5C
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3150780\n"
+"98\n"
+"help.text"
+msgid "Ctrl+Left Arrow or Ctrl+Right Arrow: move focus to the left or to the right column (does not change selection)"
msgstr ""
-#: xforms.xhp#par_idN106E5.help.text
-msgid "<link href=\"text/shared/guide/xforms.xhp\">XML Form Documents (XForms)</link>"
+#. iCke
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3153811\n"
+"99\n"
+"help.text"
+msgid "Shift+Left Arrow or Shift+Right Arrow: expand or shrink the selected range"
msgstr ""
-#: xforms.xhp#par_idN106F5.help.text
-msgid "XForms are a new type of web form that was developed by the World Wide Web Consortium. The XForm model is defined in Extensible Markup Language (XML). The model uses separate sections to describe what a form does and what a form looks like. You can view the specification for XForms at: <link href=\"http://www.w3.org/MarkUp/Forms/\">http://www.w3.org/MarkUp/Forms/</link>."
+#. !TGF
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3146962\n"
+"100\n"
+"help.text"
+msgid "Ctrl+Shift+Left Arrow or Ctrl+Shift+Right Arrow: expand or shrink the selected range (does not change other selections)"
msgstr ""
-#: xforms.xhp#par_idN10746.help.text
-msgid "Working with XForms"
+#. 78fe
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3147512\n"
+"101\n"
+"help.text"
+msgid "Home or End: select the first or the last column (use Shift or Ctrl as with cursor keys)"
msgstr ""
-#: xforms.xhp#par_idN1074A.help.text
-msgid "In %PRODUCTNAME, an XForms document is a special type of Writer document. The Design Mode for an XForm document has additional toolbars and panes. "
+#. ah#0
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3154733\n"
+"104\n"
+"help.text"
+msgid "Shift+Space key: select the range from the last selected column to the current column"
msgstr ""
-#: xforms.xhp#par_idN1074D.help.text
-msgid "After you create and save an XForms document, you can open the document, fill out the form, and submit the changes to a server."
+#. sH;*
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3154171\n"
+"105\n"
+"help.text"
+msgid "Ctrl+Shift+Space key: select the range from the last selected column to the current column (does not change other selections)"
msgstr ""
-#: xforms.xhp#par_idN10706.help.text
-msgid "To Create a New XForms Document"
+#. .T_V
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3156368\n"
+"106\n"
+"help.text"
+msgid "Ctrl+A: select all columns"
msgstr ""
-#: xforms.xhp#par_idN1070D.help.text
-msgid "Choose <emph>File - New - XML Form Document</emph>."
+#. EPUw
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3151192\n"
+"107\n"
+"help.text"
+msgid "Shift+F10: open a context menu"
msgstr ""
-#: xforms.xhp#par_idN10714.help.text
-msgid "The XForms design window opens in an empty Writer document."
+#. =YF4
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3150416\n"
+"108\n"
+"help.text"
+msgid "Ctrl+1 ... Ctrl+7: set the 1st ... 7th column type for the selected columns"
msgstr ""
-#: xforms.xhp#par_idN10718.help.text
-msgid "Design your form."
+#. Hvp!
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3166442\n"
+"109\n"
+"help.text"
+msgid "Up Arrow or Down Arrow: scroll table down or up one row"
msgstr ""
-#: xforms.xhp#par_idN1071E.help.text
-msgid "Insert a control, select the default model in the property browser, and enter a binding statement."
+#. C~De
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3146103\n"
+"110\n"
+"help.text"
+msgid "Page Up or Page Down: scroll table down or up one page"
msgstr ""
-#: xforms.xhp#par_idN10722.help.text
-msgid "In the data navigator, add an element to the instance."
+#. dGoF
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3145116\n"
+"111\n"
+"help.text"
+msgid "Ctrl+Home or Ctrl+End: scroll to the top or bottom of a table"
msgstr ""
-#: xforms.xhp#par_idN10726.help.text
-msgid "Load a new instance from an XML file and add controls to the relevant XML elements or attributes."
+#. $S(W
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3153298\n"
+"142\n"
+"help.text"
+msgid "Controlling the Insert - Special Character Dialog"
msgstr ""
-#: xforms.xhp#par_idN10729.help.text
-msgid "To Open an XForms Document"
+#. !1[E
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3153073\n"
+"143\n"
+"help.text"
+msgid "Tab switches through all controls in the dialog."
msgstr ""
-#: xforms.xhp#par_idN10730.help.text
-msgid "Choose <emph>File - Open</emph> and select the XForms document. An XForm document has the same extension as a Writer text document (*.odt)."
+#. ~/Nc
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3153295\n"
+"144\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Down Arrow opens a combo box. Enter selects the current entry in the combo box."
msgstr ""
-#: xforms.xhp#par_idN10737.help.text
-msgid "To Edit an XForms Document"
+#. H7]J
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3153958\n"
+"145\n"
+"help.text"
+msgid "Arrow buttons move through the main selection area. Spacebar adds the current character to the list of characters to be inserted."
msgstr ""
-#: xforms.xhp#par_idN1073B.help.text
-msgid "Open the XForms document and use the following toolbars and windows:"
+#. I]^3
+#: find_attributes.xhp
+msgctxt ""
+"find_attributes.xhp\n"
+"tit\n"
+"help.text"
+msgid "Searching for Attributes"
msgstr ""
-#: xforms.xhp#par_idN10741.help.text
-msgid "<link href=\"text/shared/main0226.xhp\">Form Design toolbar</link>"
+#. %r0-
+#: find_attributes.xhp
+msgctxt ""
+"find_attributes.xhp\n"
+"bm_id5681020\n"
+"help.text"
+msgid "<bookmark_value>fonts;finding</bookmark_value><bookmark_value>font attributes;finding</bookmark_value><bookmark_value>text attributes;finding</bookmark_value><bookmark_value>attributes; finding</bookmark_value><bookmark_value>finding; attributes</bookmark_value><bookmark_value>resetting;Find & Replace mode</bookmark_value>"
msgstr ""
-#: xforms.xhp#par_idN10757.help.text
-msgid "<link href=\"text/shared/02/01170000.xhp\">Form Controls toolbar</link>"
+#. k_gO
+#: find_attributes.xhp
+msgctxt ""
+"find_attributes.xhp\n"
+"par_idN10663\n"
+"help.text"
+msgid "<variable id=\"find_attributes\"><link href=\"text/shared/guide/find_attributes.xhp\">Searching for Attributes</link></variable>"
msgstr ""
-#: xforms.xhp#par_idN1075F.help.text
-msgid "<link href=\"text/shared/01/xformsdata.xhp\">Data Navigator</link>"
+#. ppzG
+#: find_attributes.xhp
+msgctxt ""
+"find_attributes.xhp\n"
+"par_idN10681\n"
+"help.text"
+msgid "You can search for text with attributes that are applied either by direct formatting or by styles. For example, if you search for the <emph>Font</emph> 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 ""
-#: xforms.xhp#par_idN1075B.help.text
-msgid "<link href=\"text/shared/02/01170600.xhp\">Form Navigator</link>"
+#. 8,9!
+#: find_attributes.xhp
+msgctxt ""
+"find_attributes.xhp\n"
+"par_idN10688\n"
+"help.text"
+msgid "If you want to find text with any font by name, click the <emph>Format</emph> button in the <link href=\"text/shared/01/02100000.xhp\">Find & Replace</link> dialog of %PRODUCTNAME Writer."
msgstr ""
-#: linestyles.xhp#tit.help.text
-msgid "Applying Line Styles"
-msgstr ""
+#. e+`S
+#: find_attributes.xhp
+msgctxt ""
+"find_attributes.xhp\n"
+"par_idN1069D\n"
+"help.text"
+msgid "After you select the attributes that you want to search for, the <emph>Search for Styles</emph> box in the <emph>Options </emph>area of the %PRODUCTNAME Writer <emph>Find & Replace </emph>dialog changes to <emph>Including Styles</emph>."
+msgstr "საძიებო ატრიბუტების მონიშვნის შემდეგ<emph>სტილების ძებნის</emph> სარკმელი <emph>პარამეტრების </emph>არეალი %PRODUCTNAME Writer <emph>ძიება და ჩანაცვლების </emph>დიალოგი იცვლება <emph>სტილების ჩათვლით</emph>."
-#: linestyles.xhp#bm_id3153884.help.text
-msgid "<bookmark_value>separator lines; defining</bookmark_value><bookmark_value>reference lines</bookmark_value><bookmark_value>arrows; defining arrow lines</bookmark_value><bookmark_value>line styles; applying</bookmark_value>"
-msgstr ""
+#. e^:=
+#: find_attributes.xhp
+msgctxt ""
+"find_attributes.xhp\n"
+"par_idN106B0\n"
+"help.text"
+msgid "If you want to search for text in which attributes were set by using direct formatting and styles, select the <emph>Including Styles</emph> box."
+msgstr "ტექსტის ძიებისას,რომელშიც ატრიბუტები დაყენებულია პირდაპირი ფორმატირების და სტილების გამოყენებით, მონიშნეთ სარკმელი <emph>სტილების ჩათვლით</emph>"
-#: linestyles.xhp#hd_id3153884.3.help.text
-msgid "<variable id=\"linestyles\"><link href=\"text/shared/guide/linestyles.xhp\" name=\"Applying Line Styles Using the Toolbar\">Applying Line Styles Using the Toolbar</link></variable>"
+#. |*5l
+#: find_attributes.xhp
+msgctxt ""
+"find_attributes.xhp\n"
+"par_idN106B7\n"
+"help.text"
+msgid "The search criteria for attributes are listed below the <emph>Search for</emph> box."
msgstr ""
-#: linestyles.xhp#par_id3150669.5.help.text
-msgid "The <emph>Drawing Object Properties</emph> toolbar contains icons and combo boxes to define various line attributes."
+#. h}%[
+#: find_attributes.xhp
+msgctxt ""
+"find_attributes.xhp\n"
+"par_idN106BE\n"
+"help.text"
+msgid "To search for all font changes"
msgstr ""
-#: linestyles.xhp#par_id3145068.6.help.text
-msgid "Click the <emph>Line</emph> icon <image id=\"img_id3144510\" src=\"cmd/sc_formatline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144510\">Icon</alt></image> to open the <emph>Line</emph> dialog."
+#. pVp%
+#: find_attributes.xhp
+msgctxt ""
+"find_attributes.xhp\n"
+"par_idN106C5\n"
+"help.text"
+msgid "Choose <emph>Edit - Find & Replace</emph>."
msgstr ""
-#: linestyles.xhp#par_idN106D6.help.text
-msgid "Click the <emph>Arrow Styles</emph> icon <image id=\"img_id5858221\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id5858221\">Icon</alt></image> to select an arrow style for the right and left ends of a line."
+#. B)Ni
+#: find_attributes.xhp
+msgctxt ""
+"find_attributes.xhp\n"
+"par_idN106CD\n"
+"help.text"
+msgid "Clear the <emph>Search for</emph> text box if necessary."
msgstr ""
-#: linestyles.xhp#par_id3150868.7.help.text
-msgid "Select a style from the <emph>Line Style</emph> box and specify the width in the <emph>Line Width</emph> box. A width of 0 corresponds to 1 pixel."
+#. u0Wp
+#: find_attributes.xhp
+msgctxt ""
+"find_attributes.xhp\n"
+"par_idN106D5\n"
+"help.text"
+msgid "Click <emph>Attributes</emph>."
msgstr ""
-#: linestyles.xhp#par_idN1070A.help.text
-msgid "Select the line and arrow color in the <emph>Line Color</emph> box."
+#. tjBM
+#: find_attributes.xhp
+msgctxt ""
+"find_attributes.xhp\n"
+"par_idN106DD\n"
+"help.text"
+msgid "In the <emph>Attributes</emph> dialog, select the <emph>Font</emph> check box, and click OK."
msgstr ""
-#: digital_signatures.xhp#tit.help.text
-msgid "About Digital Signatures"
+#. $kf5
+#: find_attributes.xhp
+msgctxt ""
+"find_attributes.xhp\n"
+"par_idN106E8\n"
+"help.text"
+msgid "In the <emph>Find & Replace</emph> dialog, you now can read \"Font\" below the <emph>Search for</emph> text box."
msgstr ""
-#: digital_signatures.xhp#bm_id7430951.help.text
-msgid "<bookmark_value>certificates</bookmark_value> <bookmark_value>digital signatures;overview</bookmark_value> <bookmark_value>security;digital signatures</bookmark_value>"
-msgstr ""
+#. YdIF
+#: find_attributes.xhp
+msgctxt ""
+"find_attributes.xhp\n"
+"par_idN106F4\n"
+"help.text"
+msgid "Click <emph>Find</emph>."
+msgstr "დააწკაპუნეთ <emph>ძიება</emph>."
-#: digital_signatures.xhp#hd_id2767418.help.text
-msgid "<variable id=\"digital_signatures\"><link href=\"text/shared/guide/digital_signatures.xhp\">About Digital Signatures</link></variable>"
+#. FUG?
+#: find_attributes.xhp
+msgctxt ""
+"find_attributes.xhp\n"
+"par_idN106FB\n"
+"help.text"
+msgid "All places where a font change was applied, either directly or by assigning an appropriate style, are found."
msgstr ""
-#: digital_signatures.xhp#par_idN10632.help.text
-msgid "In %PRODUCTNAME, you can digitally sign your documents and macros. "
+#. 8p%)
+#: find_attributes.xhp
+msgctxt ""
+"find_attributes.xhp\n"
+"par_idN106FE\n"
+"help.text"
+msgid "To reset the Find & Replace mode"
msgstr ""
-#: digital_signatures.xhp#hd_id6564531.help.text
-msgid "Certificates"
+#. kP*4
+#: find_attributes.xhp
+msgctxt ""
+"find_attributes.xhp\n"
+"par_idN10702\n"
+"help.text"
+msgid "To stop searching for the current attributes, reset the <emph>Find & Replace</emph> dialog to normal mode."
msgstr ""
-#: digital_signatures.xhp#par_idN10639.help.text
-msgid "To sign a document digitally, you need a personal key, the certificate. A personal key is stored on your computer as a combination of a private key, which must be kept secret, and a public key, which you add to your documents when you sign them."
+#. ~$2$
+#: find_attributes.xhp
+msgctxt ""
+"find_attributes.xhp\n"
+"par_idN1070C\n"
+"help.text"
+msgid "Click <emph>No Format</emph>."
msgstr ""
-#: digital_signatures.xhp#par_idN1066D.help.text
-msgid "Save and sign the document"
+#. 9rMf
+#: find_attributes.xhp
+msgctxt ""
+"find_attributes.xhp\n"
+"par_idN1071E\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02100000.xhp\">Find & Replace</link> dialog"
msgstr ""
-#: digital_signatures.xhp#par_idN10671.help.text
-msgid "When you apply a digital signature to a document, a kind of checksum is computed from the document's content plus your personal key. The checksum and your public key are stored together with the document."
+#. ?mTm
+#: find_attributes.xhp
+msgctxt ""
+"find_attributes.xhp\n"
+"par_id6837672\n"
+"help.text"
+msgid "Searching for attributes is available in the Find & Replace dialog for text documents."
msgstr ""
-#: digital_signatures.xhp#par_idN10674.help.text
-msgid "Open a signed document"
+#. bsE9
+#: breaking_lines.xhp
+msgctxt ""
+"breaking_lines.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting Line Breaks in Cells"
msgstr ""
-#: digital_signatures.xhp#par_idN10678.help.text
-msgid "When someone later opens the document on any computer with a recent version of %PRODUCTNAME, the program will compute the checksum again and compare it with the stored checksum. If both are the same, the program will signal that you see the original, unchanged document. In addition, the program can show you the public key information from the certificate."
+#. $oBo
+#: breaking_lines.xhp
+msgctxt ""
+"breaking_lines.xhp\n"
+"bm_id6305734\n"
+"help.text"
+msgid "<bookmark_value>line breaks; in cells</bookmark_value> <bookmark_value>cells; line breaks</bookmark_value> <bookmark_value>text flow; in cells</bookmark_value> <bookmark_value>text breaks in cells</bookmark_value> <bookmark_value>wrapping text; in cells</bookmark_value> <bookmark_value>words; wrapping in cells</bookmark_value> <bookmark_value>automatic line breaks</bookmark_value> <bookmark_value>new lines in cells</bookmark_value> <bookmark_value>inserting;line breaks in cells</bookmark_value> <bookmark_value>tables;inserting line breaks</bookmark_value>"
msgstr ""
-#: digital_signatures.xhp#par_idN1067B.help.text
-msgid "You can compare the public key with the public key that is published on the web site of the certificate authority."
+#. JHM[
+#: breaking_lines.xhp
+msgctxt ""
+"breaking_lines.xhp\n"
+"par_idN106D5\n"
+"help.text"
+msgid "<variable id=\"breaking_lines\"><link href=\"text/shared/guide/breaking_lines.xhp\">Inserting Line Breaks in Cells</link></variable>"
msgstr ""
-#: digital_signatures.xhp#par_idN1067E.help.text
-msgid "Whenever someone changes something in the document, this change breaks the digital signature. After the change, there will be no sign that you see the original document."
+#. W[b_
+#: breaking_lines.xhp
+msgctxt ""
+"breaking_lines.xhp\n"
+"par_idN106D9\n"
+"help.text"
+msgid "Inserting line breaks in $[officename] Calc spreadsheet cells"
msgstr ""
-#: digital_signatures.xhp#par_id2008200911381426.help.text
-msgctxt "digital_signatures.xhp#par_id2008200911381426.help.text"
-msgid "The result of the signature validation is displayed in the status bar and within the Digital Signature dialog. Several documents and macro signatures can exist inside an ODF document. If there is a problem with one signature, then the validation result of that one signature is assumed for all signatures. That is, if there are ten valid signatures and one invalid signature, then the status bar and the status field in the dialog will flag the signature as invalid."
+#. ;5#S
+#: breaking_lines.xhp
+msgctxt ""
+"breaking_lines.xhp\n"
+"par_idN106E0\n"
+"help.text"
+msgid "To insert a line break in a spreadsheet cell, press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter keys."
msgstr ""
-#: digital_signatures.xhp#par_id0821200911571878.help.text
-msgid "You can see any of the following icons and messages when you open a signed document."
+#. %ZGM
+#: breaking_lines.xhp
+msgctxt ""
+"breaking_lines.xhp\n"
+"par_idN106E3\n"
+"help.text"
+msgid "This will work only with the text edit cursor inside the cell, not at the input line. So first double-click the cell, then single-click at the text position where you want the line break."
msgstr ""
-#: digital_signatures.xhp#par_id0821200912504050.help.text
-msgid "Icon in Status bar"
+#. suCo
+#: breaking_lines.xhp
+msgctxt ""
+"breaking_lines.xhp\n"
+"par_id0509200914160968\n"
+"help.text"
+msgid "You can search for a newline character in the Find & Replace dialog by searching for \\n as a regular expression. You can use the text function CHAR(10) to insert a newline character into a text formula."
msgstr ""
-#: digital_signatures.xhp#par_id0821200912504061.help.text
-msgid "Signature status"
+#. Kg3]
+#: breaking_lines.xhp
+msgctxt ""
+"breaking_lines.xhp\n"
+"par_idN106E6\n"
+"help.text"
+msgid "Formatting $[officename] Calc cells for automatic line wrapping"
msgstr ""
-#: digital_signatures.xhp#par_id0821200912504010.help.text
-msgid "<image id=\"img_id0821200912421569\" src=\"xmlsecurity/res/certificate_16.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id0821200912421569\">Icon</alt></image>"
+#. _}hV
+#: breaking_lines.xhp
+msgctxt ""
+"breaking_lines.xhp\n"
+"par_idN106ED\n"
+"help.text"
+msgid "Select the cells for which you want an automatic line break."
msgstr ""
-#: digital_signatures.xhp#par_id0821200912504189.help.text
-msgid "The signature is valid."
+#. \HSi
+#: breaking_lines.xhp
+msgctxt ""
+"breaking_lines.xhp\n"
+"par_idN106F1\n"
+"help.text"
+msgid "Choose <emph>Format - Cells - Alignment</emph>."
msgstr ""
-#: digital_signatures.xhp#par_id082120091250418.help.text
-msgid "<image id=\"img_id0821200912431081\" src=\"xmlsecurity/res/notcertificate_16.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id0821200912431081\">Icon</alt></image>"
+#. a8I@
+#: breaking_lines.xhp
+msgctxt ""
+"breaking_lines.xhp\n"
+"par_idN106F9\n"
+"help.text"
+msgid "Select <emph>Wrap text automatically</emph>."
msgstr ""
-#: digital_signatures.xhp#par_id0821200912504133.help.text
-msgid "The signature is OK, but the certificates could not be validated."
+#. /tsl
+#: breaking_lines.xhp
+msgctxt ""
+"breaking_lines.xhp\n"
+"par_idN10700\n"
+"help.text"
+msgid "Inserting line breaks in $[officename] Writer text document tables"
msgstr ""
-#: digital_signatures.xhp#par_id0821200912504165.help.text
-msgid "The signature and the certificate are OK, but not all parts of the document are signed. (For documents that were signed with old versions of the software, see note below.)"
+#. ([0:
+#: breaking_lines.xhp
+msgctxt ""
+"breaking_lines.xhp\n"
+"par_idN10707\n"
+"help.text"
+msgid "To insert a line break in a text document table cell, press the Enter key."
msgstr ""
-#: digital_signatures.xhp#par_id0821200912504237.help.text
-msgid "<image id=\"img_id0821200912435090\" src=\"xmlsecurity/res/caution_11x16.png\" width=\"0.1665in\" height=\"0.1146in\"><alt id=\"alt_id0821200912435090\">Icon</alt></image>"
+#. ]%=^
+#: breaking_lines.xhp
+msgctxt ""
+"breaking_lines.xhp\n"
+"par_idN1070A\n"
+"help.text"
+msgid "An automatic line break will be performed while you type across the end of each cell."
msgstr ""
-#: digital_signatures.xhp#par_id0821200912504233.help.text
-msgid "The signature is invalid."
+#. sM5k
+#: breaking_lines.xhp
+msgctxt ""
+"breaking_lines.xhp\n"
+"par_idN10718\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05340300.xhp\">Alignment</link>"
msgstr ""
-#: digital_signatures.xhp#hd_id0821200910191787.help.text
-msgid "Signatures and software versions"
+#. +jFW
+#: data_tabledefine.xhp
+msgctxt ""
+"data_tabledefine.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table Design"
msgstr ""
-#: digital_signatures.xhp#par_id0821200910191747.help.text
-msgid "The signing of contents got changed with OpenOffice.org 3.2 and StarOffice 9.2. Now all contents of the files, except the signature file itself (META-INF/documentsignatures.xml) are signed. "
+#. }-LY
+#: data_tabledefine.xhp
+msgctxt ""
+"data_tabledefine.xhp\n"
+"bm_id3155448\n"
+"help.text"
+msgid "<bookmark_value>tables in databases; creating in design view (manually)</bookmark_value> <bookmark_value>designing; database tables</bookmark_value> <bookmark_value>properties;fields in databases</bookmark_value> <bookmark_value>fields;database tables</bookmark_value> <bookmark_value>AutoValue (Base)</bookmark_value> <bookmark_value>primary keys;design view</bookmark_value>"
msgstr ""
-#: digital_signatures.xhp#par_id0821200910191774.help.text
-msgid "When you sign a document with OpenOffice.org 3.2 or StarOffice 9.2 or a later version, and you open that document in an older version of the software, the signature will be displayed as \"invalid\". Signatures created with older versions of the software will be marked with \"only parts of the documents are signed\" when loaded in the newer software."
+#. 9!`A
+#: data_tabledefine.xhp
+msgctxt ""
+"data_tabledefine.xhp\n"
+"hd_id3149798\n"
+"104\n"
+"help.text"
+msgid "<variable id=\"data_tabledefine\"><link href=\"text/shared/guide/data_tabledefine.xhp\" name=\"Table Design\">Table Design</link></variable>"
msgstr ""
-#: digital_signatures.xhp#par_id2008200911583098.help.text
-msgid "When you load an ODF document, you might see an icon in the status bar and the status field in the dialog that indicates that the document is only partially signed. This status will appear when the signature and certificate are valid, but they were created with a version of OpenOffice.org before 3.2 or StarOffice before 9.2. In versions of OpenOffice.org before 3.0 or StarOffice before 9.0, the document signature was applied to the main contents, pictures and embedded objects only and some contents, like macros, were not signed. In OpenOffice.org 3.0 and StarOffice 9.0 the document signature was applied to most content, including macros. However, the mimetype and the content of the META-INF folder were not signed. And in OpenOffice.org 3.2, StarOffice 9.2, and all versions of LibreOffice all contents, except the signature file itself (META-INF/documentsignatures.xml), are signed."
+#. cLnI
+#: data_tabledefine.xhp
+msgctxt ""
+"data_tabledefine.xhp\n"
+"par_id3155535\n"
+"2\n"
+"help.text"
+msgid "This section contains information about how to create a new database table in the <link href=\"text/shared/explorer/database/05010000.xhp\" name=\"design view\">design view</link>."
msgstr ""
-#: digital_signatures.xhp#hd_id9354228.help.text
-msgid "Security Warnings"
+#. Y.2a
+#: data_tabledefine.xhp
+msgctxt ""
+"data_tabledefine.xhp\n"
+"par_id3154288\n"
+"3\n"
+"help.text"
+msgid "Open the database file of the database where you want a new table. Click the <emph>Tables</emph> icon. Choose <emph>Create Table in Design View</emph> to create a new table."
msgstr ""
-#: digital_signatures.xhp#par_id2372508.help.text
-msgid "When you receive a signed document, and the software reports that the signature is valid, this does not mean that you can be absolutely sure that the document is the same that the sender has sent. Signing documents with software certificates is not a perfectly secure method. Numerous ways are possible to circumvent the security features."
+#. @{A_
+#: data_tabledefine.xhp
+msgctxt ""
+"data_tabledefine.xhp\n"
+"par_id3146798\n"
+"4\n"
+"help.text"
+msgid "In the Design view, you can now create the fields for your table."
msgstr ""
-#: digital_signatures.xhp#par_id7953123.help.text
-msgid "Example: Think about someone who wants to camouflage his identity to be a sender from your bank. He can easily get a certificate using a false name, then send you any signed e-mail pretending he is working for your bank. You will get that e-mail, and the e-mail or the document within has the \"valid signed\" icon. "
+#. LXeo
+#: data_tabledefine.xhp
+msgctxt ""
+"data_tabledefine.xhp\n"
+"par_id3153349\n"
+"5\n"
+"help.text"
+msgid "Enter new fields in rows from top to bottom. Click the <emph>Field Name</emph> cell and enter a field name for each data field."
msgstr ""
-#: digital_signatures.xhp#par_id6195257.help.text
-msgid "Do not trust the icon. Inspect and verify the certificates."
+#. VA3[
+#: data_tabledefine.xhp
+msgctxt ""
+"data_tabledefine.xhp\n"
+"par_id1595507\n"
+"help.text"
+msgid "Include a \"primary key\" data field. Base needs a primary key to be able to edit the table contents. A primary key has unique contents for each data record. For example, insert a numerical field, right-click the first column, and choose <emph>Primary Key</emph> from the context menu. Set <emph>AutoValue</emph> to \"Yes\", so Base can automatically increment the value for each new record."
msgstr ""
-#: digital_signatures.xhp#par_id8635517.help.text
-msgid "The validation of a signature is not a legally binding guarantee of any kind."
+#. T.hg
+#: data_tabledefine.xhp
+msgctxt ""
+"data_tabledefine.xhp\n"
+"par_id3150084\n"
+"6\n"
+"help.text"
+msgid "In the next cell to the right, define the <emph>Field Type</emph>. When you click in the cell, you can select a field type in the combo box."
msgstr ""
-#: digital_signatures.xhp#par_id6075624.help.text
-msgid "On Windows operating systems, the Windows features of validating a signature are used. On Solaris and Linux systems, files that are supplied by Thunderbird, Mozilla or Firefox are used. You must ensure that the files that are in use within your system are really the original files that were supplied by the original developers. For malevolent intruders, there are numerous ways to replace original files with other files that they supply."
+#. y4YI
+#: data_tabledefine.xhp
+msgctxt ""
+"data_tabledefine.xhp\n"
+"par_id3154760\n"
+"38\n"
+"help.text"
+msgid "Each field can only accept data corresponding to the specified field type. For example, it is not possible to enter text in a number field. Memo fields in dBASE III format are references to internally-managed text files which can hold up to 64KB text."
msgstr ""
-#: digital_signatures.xhp#par_id6819971.help.text
-msgid "The messages about validation of a signature that you see in %PRODUCTNAME are the messages that the validation files return. The %PRODUCTNAME software has no way to ensure that the messages reflect the true status of any certificate. The %PRODUCTNAME software only displays the messages that other files that are not under control of %PRODUCTNAME report. There is no legal responsibility of %PRODUCTNAME that the displayed messages reflect the true status of a digital signature."
+#. !rB6
+#: data_tabledefine.xhp
+msgctxt ""
+"data_tabledefine.xhp\n"
+"par_id3149456\n"
+"41\n"
+"help.text"
+msgid "You can enter an optional <emph>Description</emph> for each field. The text of the description will appear as a tip on the column headings in the table view."
msgstr ""
-#: digital_signatures.xhp#par_id3204443.help.text
-msgctxt "digital_signatures.xhp#par_id3204443.help.text"
-msgid "<link href=\"http://wiki.documentfoundation.org/How_to_use_digital_Signatures\">English Wiki page on digital signatures</link>"
+#. +OSH
+#: data_tabledefine.xhp
+msgctxt ""
+"data_tabledefine.xhp\n"
+"hd_id3153379\n"
+"42\n"
+"help.text"
+msgid "Field Properties"
msgstr ""
-#: digital_signatures.xhp#par_id486465.help.text
-msgid "<link href=\"text/shared/guide/digitalsign_send.xhp\">Applying digital signatures</link>"
+#. iPUq
+#: data_tabledefine.xhp
+msgctxt ""
+"data_tabledefine.xhp\n"
+"par_id3148798\n"
+"45\n"
+"help.text"
+msgid "Enter properties for each selected data field. Depending on the database type, some input facilities may not be available."
msgstr ""
-#: digital_signatures.xhp#par_id3448591.help.text
-msgid "<link href=\"text/shared/guide/digitalsign_receive.xhp\">Opening a document using WebDAV over HTTPS</link>"
+#. E+AZ
+#: data_tabledefine.xhp
+msgctxt ""
+"data_tabledefine.xhp\n"
+"par_id3144762\n"
+"46\n"
+"help.text"
+msgid "In the <emph>Default value</emph> box, enter the default contents for every new record. This contents can be edited later."
msgstr ""
-#: undo_formatting.xhp#tit.help.text
-msgid "Undoing Direct Formatting for a Document"
+#. 3@:2
+#: data_tabledefine.xhp
+msgctxt ""
+"data_tabledefine.xhp\n"
+"par_id3150869\n"
+"47\n"
+"help.text"
+msgid "In the <emph>Entry required</emph> box, specify whether or not the field may remain empty."
msgstr ""
-#: undo_formatting.xhp#bm_id6606036.help.text
-msgid "<bookmark_value>undoing;direct formatting</bookmark_value><bookmark_value>direct formatting;undoing all</bookmark_value><bookmark_value>deleting;all direct formatting</bookmark_value><bookmark_value>text attributes;undoing</bookmark_value><bookmark_value>formatting;undoing</bookmark_value><bookmark_value>restoring;default formatting</bookmark_value>"
+#. y+Su
+#: data_tabledefine.xhp
+msgctxt ""
+"data_tabledefine.xhp\n"
+"par_id3154908\n"
+"7\n"
+"help.text"
+msgid "For the <emph>Length</emph> box, a combo box may be shown that provides the available choices."
msgstr ""
-#: undo_formatting.xhp#par_idN1067F.help.text
-msgid "<variable id=\"undo_formatting\"><link href=\"text/shared/guide/undo_formatting.xhp\">Undoing Direct Formatting for a Document</link></variable>"
+#. X~wY
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"tit\n"
+"help.text"
+msgid "Using Microsoft Office and $[officename]"
msgstr ""
-#: undo_formatting.xhp#par_idN10683.help.text
-msgid "You can undo all formatting that has not been made by styles in a few steps."
+#. JT`3
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"bm_id3150789\n"
+"help.text"
+msgid "<bookmark_value>Office;Microsoft Office and $[officename]</bookmark_value><bookmark_value>Microsoft Office;new users information</bookmark_value><bookmark_value>opening;Microsoft Office files</bookmark_value><bookmark_value>saving;in Microsoft Office file format</bookmark_value><bookmark_value>macros; in MS Office documents</bookmark_value>"
msgstr ""
-#: undo_formatting.xhp#par_idN10639.help.text
-msgid "Removing all Direct Formatting in a $[officename] Writer Document"
+#. 2rQG
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"hd_id3150789\n"
+"30\n"
+"help.text"
+msgid "<variable id=\"ms_user\"><link href=\"text/shared/guide/ms_user.xhp\" name=\"Using Microsoft Office and $[officename]\">Using Microsoft Office and $[officename]</link></variable>"
msgstr ""
-#: undo_formatting.xhp#par_idN1063F.help.text
-msgctxt "undo_formatting.xhp#par_idN1063F.help.text"
-msgid "Press <item type=\"keycode\">Ctrl+A</item> to select the whole text."
+#. h4/y
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"par_id3152801\n"
+"1\n"
+"help.text"
+msgid "$[officename] can open and save documents in the Microsoft Office file formats, including Microsoft Office Open XML formats."
msgstr ""
-#: undo_formatting.xhp#par_idN10643.help.text
-#, fuzzy
-msgctxt "undo_formatting.xhp#par_idN10643.help.text"
-msgid "Choose <emph>Format - Clear Direct Formatting</emph>."
-msgstr "არჩევა <emph>ფორმატი - ავტო-ფორმატი</emph>"
-
-#: undo_formatting.xhp#par_idN1064A.help.text
-msgid "Removing all Direct Formatting in a $[officename] Calc Spreadsheet"
+#. J[Ol
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"hd_id3145345\n"
+"2\n"
+"help.text"
+msgid "Opening a Microsoft Office File"
msgstr ""
-#: undo_formatting.xhp#par_idN10650.help.text
-msgid "While pressing the Shift key click the first and then the last sheet tab to select all sheets."
+#. q!}6
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"par_id3147008\n"
+"3\n"
+"help.text"
+msgid "Choose <emph>File - Open</emph>. Select a Microsoft Office file in the $[officename] file open dialog."
msgstr ""
-#: undo_formatting.xhp#par_idN106DD.help.text
-msgctxt "undo_formatting.xhp#par_idN106DD.help.text"
-msgid "Press <item type=\"keycode\">Ctrl+A</item> to select the whole text."
+#. c|2`
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"par_id3156346\n"
+"4\n"
+"help.text"
+msgid "MS Office file..."
msgstr ""
-#: undo_formatting.xhp#par_idN106F0.help.text
-#, fuzzy
-msgctxt "undo_formatting.xhp#par_idN106F0.help.text"
-msgid "Choose <emph>Format - Clear Direct Formatting</emph>."
-msgstr "არჩევა <emph>ფორმატი - ავტო-ფორმატი</emph>"
-
-#: undo_formatting.xhp#par_idN1065F.help.text
-msgid "Removing all Direct Formatting in a $[officename] Presentation"
+#. Lllr
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"par_id3155342\n"
+"5\n"
+"help.text"
+msgid "...will open in $[officename] module"
msgstr ""
-#: undo_formatting.xhp#par_idN10665.help.text
-msgid "Click the <emph>Outline</emph> tab to open outline view."
+#. LJF;
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"par_id3153543\n"
+"6\n"
+"help.text"
+msgid "MS Word, *.doc, *.docx"
msgstr ""
-#: undo_formatting.xhp#par_id3906674.help.text
-msgctxt "undo_formatting.xhp#par_id3906674.help.text"
-msgid "Press <item type=\"keycode\">Ctrl+A</item> to select the whole text."
+#. sM[c
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"par_id3147620\n"
+"7\n"
+"help.text"
+msgid "$[officename] Writer"
msgstr ""
-#: undo_formatting.xhp#par_idN1075E.help.text
-#, fuzzy
-msgctxt "undo_formatting.xhp#par_idN1075E.help.text"
-msgid "Choose <emph>Format - Clear Direct Formatting</emph>."
-msgstr "არჩევა <emph>ფორმატი - ავტო-ფორმატი</emph>"
-
-#: undo_formatting.xhp#par_idN107B0.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/optionen/01011000.xhp\">Undo Options</link>"
-msgstr "<link href=\"text/shared/optionen/01010300.xhp\" name=\"Paths\">გეზები</link>"
-
-#: data_im_export.xhp#tit.help.text
-msgid "Importing and Exporting Data in Base "
+#. *P]C
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"par_id3154898\n"
+"8\n"
+"help.text"
+msgid "MS Excel, *.xls, *.xlsx"
msgstr ""
-#: data_im_export.xhp#bm_id6911546.help.text
-msgid "<bookmark_value>databases;importing/exporting</bookmark_value><bookmark_value>importing;databases</bookmark_value><bookmark_value>copying; datasource records in spreadsheets</bookmark_value><bookmark_value>inserting; datasource records in spreadsheets</bookmark_value><bookmark_value>spreadsheets;inserting database records</bookmark_value><bookmark_value>data sources;copying records to spreadsheets</bookmark_value><bookmark_value>pasting;from data sources to %PRODUCTNAME Calc</bookmark_value>"
+#. C2p2
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"par_id3149580\n"
+"9\n"
+"help.text"
+msgid "$[officename] Calc"
msgstr ""
-#: data_im_export.xhp#hd_id4547257.help.text
-msgid "<variable id=\"data_im_export\"><link href=\"text/shared/guide/data_im_export.xhp\">Importing and Exporting Data in Base</link></variable>"
+#. nbG5
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"par_id3147574\n"
+"10\n"
+"help.text"
+msgid "MS PowerPoint, *.ppt, *.pps, *.pptx"
msgstr ""
-#: data_im_export.xhp#par_id2761314.help.text
-msgid "An easy method to import and export database tables uses Calc as a \"helper application\"."
+#. 9.N$
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"par_id3153626\n"
+"11\n"
+"help.text"
+msgid "$[officename] Impress"
msgstr ""
-#: data_im_export.xhp#hd_id3912778.help.text
-msgid "Exporting data from Base"
+#. cn\/
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"hd_id3147303\n"
+"12\n"
+"help.text"
+msgid "Saving as a Microsoft Office File"
msgstr ""
-#: data_im_export.xhp#par_id3163853.help.text
-msgid "You copy a table from Base to a new Calc sheet, then you can save or export the data to any file format that Calc supports."
+#. a?Jv
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"par_id3145068\n"
+"13\n"
+"help.text"
+msgid "Choose <emph>File - Save As</emph>."
msgstr ""
-#: data_im_export.xhp#par_id121158.help.text
-msgid "Open the database file that contains the database table to be exported. Click Tables to view the tables, or click Queries to view the queries."
+#. w^Jn
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"par_id3153379\n"
+"14\n"
+"help.text"
+msgid "In the <emph>File type</emph> box, select a Microsoft Office file format."
msgstr ""
-#: data_im_export.xhp#par_id4644306.help.text
-msgid "Choose <emph>File - New - Spreadsheet</emph>."
+#. pJVH
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"hd_id3154138\n"
+"15\n"
+"help.text"
+msgid "Saving Documents by Default in Microsoft Office Formats"
msgstr ""
-#: data_im_export.xhp#par_id1331217.help.text
-msgid "In the Base window, right-click the name of the table to export. Choose <emph>Copy</emph> from the context menu."
+#. IC_9
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"par_id3144760\n"
+"16\n"
+"help.text"
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\">Load/Save - General</link></emph>."
msgstr ""
-#: data_im_export.xhp#par_id3806878.help.text
-msgid "Click cell A1 in the new Calc window, then choose <emph>Edit - Paste</emph>."
+#. J6/7
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"par_id3148453\n"
+"17\n"
+"help.text"
+msgid "In the <emph>Default file format and ODF settings</emph> area, first select a document type, then select the file type for saving."
msgstr ""
-#: data_im_export.xhp#par_id130619.help.text
-msgid "Now you can save or export the data to many file types."
+#. niNm
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"par_id3149807\n"
+"18\n"
+"help.text"
+msgid "From now on, if you save a document, the <emph>File type </emph>will be set according to your choice. Of course, you still can select another file type in the file save dialog."
msgstr ""
-#: data_im_export.xhp#hd_id9999694.help.text
-msgid "Importing data to Base"
+#. [9c_
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"hd_id3156423\n"
+"19\n"
+"help.text"
+msgid "Opening Microsoft Office Files by Default"
msgstr ""
-#: data_im_export.xhp#par_id8494521.help.text
-msgid "You can import text files, spreadsheet files, and your system address book in read-only mode only. "
+#. gZ,!
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"hd_id3153092\n"
+"20\n"
+"help.text"
+msgid "Converting Many Microsoft Office Files into OpenDocument Format"
msgstr ""
-#: data_im_export.xhp#par_id9579760.help.text
-msgid "When you import from a text or spreadsheet file, the file must have a first row of header information. The second row of the file is the first valid data row. The format of every field in the second row determines the format for the entire column. Any format information from a spreadsheet file gets lost when importing to Base."
+#. yB^%
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"par_id3146986\n"
+"21\n"
+"help.text"
+msgid "The <emph>Document Converter Wizard</emph> will copy and convert all Microsoft Office files in a folder into $[officename] documents in the OpenDocument file format. You can specify the folder to be read, and the folder where the converted files are to be saved."
msgstr ""
-#: data_im_export.xhp#par_id325632.help.text
-msgid "For example, to ensure the first column has a text format, you must make sure that the first field of the first valid data row contains text. If a field in the first valid data row contains a number, the whole column is set to number format, and only numbers, no text, will be shown in that column. "
+#. 6jC:
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"par_id3150486\n"
+"22\n"
+"help.text"
+msgid "Choose <link href=\"text/shared/autopi/01130000.xhp\" name=\"File - AutoPilot - Document Converter\"><emph>File - Wizards - Document Converter</emph></link> to start the wizard."
msgstr ""
-#: data_im_export.xhp#par_id2216559.help.text
-msgid "Open a Base file of the database type that you want. "
+#. eTig
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"hd_id3154319\n"
+"23\n"
+"help.text"
+msgid "Macros in Microsoft Office and $[officename]"
msgstr ""
-#: data_im_export.xhp#par_id7869502.help.text
-msgid "Either create a new Base file using the <link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>, or open any existing Base file that is not read-only."
+#. M9E7
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"par_id3154921\n"
+"24\n"
+"help.text"
+msgid "With a few exceptions, Microsoft Office and $[officename] cannot run the same macro code. Microsoft Office uses VBA (Visual Basic for Applications) code, and $[officename] uses Basic code based on the $[officename] API (Application Program Interface) environment. Although the programming language is the same, the objects and methods are different."
msgstr ""
-#: data_im_export.xhp#par_id9852900.help.text
-msgid "Open the Calc file that contains the data to be imported to Base. You can open a *.dbf dBASE file or many other file types. "
+#. AH[d
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"par_id0804200804173539\n"
+"help.text"
+msgid "The most recent versions of %PRODUCTNAME can run some Excel Visual Basic scripts if you enable this feature at <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - VBA Properties</item>."
msgstr ""
-#: data_im_export.xhp#par_id3791924.help.text
-msgid "Select the data to be copied to Base. "
+#. ^ZyE
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"par_id3152577\n"
+"25\n"
+"help.text"
+msgid "If you use macros in one of the applications and want to use the same functionality in the other application, you must edit the macros. $[officename] can load the macros that are contained within Microsoft Office files and you can then view and edit the macro code in the $[officename] <link href=\"text/shared/main0600.xhp\" name=\"Basic IDE\">Basic IDE</link> editor."
msgstr ""
-#: data_im_export.xhp#par_id6173894.help.text
-msgid "You can enter a range reference like A1:X500 in the Name Box if you don't want to scroll."
+#. YPkH
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"hd_id3152596\n"
+"26\n"
+"help.text"
+msgid "You can choose to preserve or delete VBA macros"
msgstr ""
-#: data_im_export.xhp#par_id533768.help.text
-msgid "If you copy a dBASE sheet, include the top row that contains the header data."
+#. ?djj
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"par_id3153144\n"
+"27\n"
+"help.text"
+msgid "Open a Microsoft Office document that contains VBA macro code. Change only the normal contents (text, cells, graphics), and do not edit the macros. Save the document as a Microsoft Office file type. Open the file in Microsoft Office, and the VBA macros will run as before."
msgstr ""
-#: data_im_export.xhp#par_id5669423.help.text
-msgid "Choose <emph>Edit - Copy</emph>."
+#. =uo+
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"par_id3150011\n"
+"28\n"
+"help.text"
+msgid "You may delete the VBA macros from the Microsoft Office file on loading or on saving."
msgstr ""
-#: data_im_export.xhp#par_id3619495.help.text
-msgid "In the Base window, click <emph>Tables</emph> to view the tables."
+#. ~:t3
+#: ms_user.xhp
+msgctxt ""
+"ms_user.xhp\n"
+"par_id3155366\n"
+"29\n"
+"help.text"
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01130100.xhp\" name=\"Load/Save - VBA Properties\">Load/Save - VBA Properties</link></emph> to set the VBA macro handling of $[officename]."
msgstr ""
-#: data_im_export.xhp#par_id1175572.help.text
-msgid "In the Base window, choose <emph>Edit - Paste</emph>."
+#. d6;,
+#: macro_recording.xhp
+msgctxt ""
+"macro_recording.xhp\n"
+"tit\n"
+"help.text"
+msgid "Recording a Macro"
msgstr ""
-#: data_im_export.xhp#par_id4815820.help.text
-msgid "You see the Copy Table dialog. Most databases need a primary key, so you may want to check the <emph>Create primary key</emph> box."
+#. An}4
+#: macro_recording.xhp
+msgctxt ""
+"macro_recording.xhp\n"
+"bm_id3093440\n"
+"help.text"
+msgid "<bookmark_value>macros; recording</bookmark_value><bookmark_value>recording; macros</bookmark_value><bookmark_value>Basic; recording macros</bookmark_value>"
msgstr ""
-#: data_im_export.xhp#par_id2584002.help.text
-msgid "On Windows systems, you can also use drag-and-drop instead of Copy and Paste. Also, for registered databases, you can open the datasource browser (press F4) instead of opening the Base window."
+#. Dse(
+#: macro_recording.xhp
+msgctxt ""
+"macro_recording.xhp\n"
+"hd_id3093440\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"macro_recording\"><link href=\"text/shared/guide/macro_recording.xhp\" name=\"Recording a Macro\">Recording a Macro</link></variable>"
msgstr ""
-#: data_im_export.xhp#par_id5871761.help.text
-msgctxt "data_im_export.xhp#par_id5871761.help.text"
-msgid "<embedvar href=\"text/shared/explorer/database/main.xhp#base\"/>"
+#. 34#.
+#: macro_recording.xhp
+msgctxt ""
+"macro_recording.xhp\n"
+"par_id3154749\n"
+"4\n"
+"help.text"
+msgid "Open the document for which you want to record a macro."
msgstr ""
-#: data_im_export.xhp#par_id6531266.help.text
-msgctxt "data_im_export.xhp#par_id6531266.help.text"
-msgid "<embedvar href=\"text/shared/guide/database_main.xhp#database_main\"/>"
+#. aCL=
+#: macro_recording.xhp
+msgctxt ""
+"macro_recording.xhp\n"
+"par_id3149398\n"
+"5\n"
+"help.text"
+msgid "Choose <emph>Tools - Macros - Record Macro</emph>."
msgstr ""
-#: language_select.xhp#tit.help.text
-msgid "Selecting the Document Language"
+#. L,!b
+#: macro_recording.xhp
+msgctxt ""
+"macro_recording.xhp\n"
+"par_id3149399\n"
+"help.text"
+msgid "If <emph>Tools - Macros - Record Macro</emph> menu item is missing, make sure that macro recording feature is enabled in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Advanced</emph>."
msgstr ""
-#: language_select.xhp#bm_id3083278.help.text
-msgid "<bookmark_value>languages; selecting for text</bookmark_value> <bookmark_value>documents; languages</bookmark_value> <bookmark_value>characters; language selection</bookmark_value> <bookmark_value>character styles;language selection</bookmark_value> <bookmark_value>text; language selection</bookmark_value> <bookmark_value>paragraph styles; languages</bookmark_value> <bookmark_value>drawings; languages</bookmark_value> <bookmark_value>defaults;languages</bookmark_value> <bookmark_value>spellcheck; default languages</bookmark_value> <bookmark_value>dictionaries, see also languages</bookmark_value>"
+#. .`8*
+#: macro_recording.xhp
+msgctxt ""
+"macro_recording.xhp\n"
+"par_id3150275\n"
+"6\n"
+"help.text"
+msgid "You see the small <emph>Recording</emph> dialog with just one button called <emph>Stop Recording</emph>."
msgstr ""
-#: language_select.xhp#hd_id3083278.1.help.text
-msgid "<variable id=\"language_select\"><link href=\"text/shared/guide/language_select.xhp\" name=\"Selecting the Document Language\">Selecting the Document Language</link></variable>"
+#. -g,o
+#: macro_recording.xhp
+msgctxt ""
+"macro_recording.xhp\n"
+"par_id3153087\n"
+"7\n"
+"help.text"
+msgid "Perform the actions you want to be recorded in the document."
msgstr ""
-#: language_select.xhp#par_id3150040.2.help.text
-msgid "The language you select for your document determines the dictionary used for spellcheck, thesaurus and hyphenation, the decimal and thousands delimiter used and the default currency format."
+#. tqVB
+#: macro_recording.xhp
+msgctxt ""
+"macro_recording.xhp\n"
+"par_id3150504\n"
+"15\n"
+"help.text"
+msgid "Press the Escape key to deselect an object, as the macro recorder currently does not record this action by mouse click."
msgstr ""
-#: language_select.xhp#par_id3153093.3.help.text
-msgid "The language you select applies to the whole document."
+#. E+ah
+#: macro_recording.xhp
+msgctxt ""
+"macro_recording.xhp\n"
+"par_id3148492\n"
+"8\n"
+"help.text"
+msgid "Click <emph>Stop Recording</emph>."
msgstr ""
-#: language_select.xhp#par_id3152578.4.help.text
-msgid "Within the document, you can apply a separate language to any paragraph style. This has priority over the language of the whole document."
+#. MP@;
+#: macro_recording.xhp
+msgctxt ""
+"macro_recording.xhp\n"
+"par_id3148686\n"
+"9\n"
+"help.text"
+msgid "The <emph>Macro</emph> dialog appears, in which you can save and run the macro."
msgstr ""
-#: language_select.xhp#par_id3152886.5.help.text
-msgid "You can assign a language to selected pieces of text in a paragraph, either by direct formatting or with a character style. This assignment has priority over the paragraph style and document language."
+#. x2wj
+#: macro_recording.xhp
+msgctxt ""
+"macro_recording.xhp\n"
+"par_id3159158\n"
+"10\n"
+"help.text"
+msgid "If you want to abort the recording without saving a macro, click the <emph>Close</emph> button of the <emph>Recording</emph> dialog."
msgstr ""
-#: language_select.xhp#hd_id3146121.6.help.text
-msgid "Selecting a language for the whole document"
+#. 95.+
+#: macro_recording.xhp
+msgctxt ""
+"macro_recording.xhp\n"
+"par_id3144510\n"
+"11\n"
+"help.text"
+msgid "To save the macro, first select the object where you want the macro to be saved in the <emph>Save macro in</emph> list box."
msgstr ""
-#: language_select.xhp#par_id3083443.7.help.text
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline></emph>. Go to <link href=\"text/shared/optionen/01140000.xhp\" name=\"Language Settings - Languages\"><emph>Language Settings - Languages</emph></link>."
+#. M!`o
+#: macro_recording.xhp
+msgctxt ""
+"macro_recording.xhp\n"
+"par_id3148550\n"
+"12\n"
+"help.text"
+msgid "If you want the macro to be saved into a new library or module, click the <emph>New Library </emph>or <emph>New Module </emph>button and enter a name for the library or module."
msgstr ""
-#: language_select.xhp#par_id3149664.8.help.text
-msgid "Under <emph>Default languages for documents</emph>, select the document language for all newly created documents. If you mark <emph>For the current document only</emph>, your choice will only apply to the current document. Close the dialog with <emph>OK</emph>."
+#. Bg*.
+#: macro_recording.xhp
+msgctxt ""
+"macro_recording.xhp\n"
+"par_id3149456\n"
+"13\n"
+"help.text"
+msgid "Enter a name for the new macro in the <emph>Macro name</emph> text box. Do not use Basic keywords as a name."
msgstr ""
-#: language_select.xhp#hd_id3152938.9.help.text
-msgid "Selecting a language for a Paragraph Style"
-msgstr ""
+#. s%5T
+#: macro_recording.xhp
+#, fuzzy
+msgctxt ""
+"macro_recording.xhp\n"
+"par_id3154138\n"
+"14\n"
+"help.text"
+msgid "Click <emph>Save</emph>."
+msgstr "დააწკაპუნეთ <emph>ძიება</emph>."
-#: language_select.xhp#par_id3150872.10.help.text
-msgid "Place the cursor in the paragraph whose paragraph style you want to edit."
+#. _(*^
+#: macro_recording.xhp
+msgctxt ""
+"macro_recording.xhp\n"
+"hd_id2486342\n"
+"help.text"
+msgid "Limitations of the macro recorder"
msgstr ""
-#: language_select.xhp#par_id3145367.11.help.text
-msgid "Open the context menu and select <emph>Edit Paragraph Style</emph>. This opens the <emph>Paragraph Style</emph> dialog."
+#. 6Bq1
+#: macro_recording.xhp
+msgctxt ""
+"macro_recording.xhp\n"
+"par_id3608508\n"
+"help.text"
+msgid "The following actions are <emph>not</emph> recorded:"
msgstr ""
-#: language_select.xhp#par_id3166413.12.help.text
-msgctxt "language_select.xhp#par_id3166413.12.help.text"
-msgid "Select the <emph>Font</emph> tab."
+#. JCO0
+#: macro_recording.xhp
+msgctxt ""
+"macro_recording.xhp\n"
+"par_id921353\n"
+"help.text"
+msgid "Opening of windows is not recorded."
msgstr ""
-#: language_select.xhp#par_id3156283.13.help.text
-msgctxt "language_select.xhp#par_id3156283.13.help.text"
-msgid "Select the <emph>Language</emph> and click <emph>OK</emph>."
+#. T7B)
+#: macro_recording.xhp
+msgctxt ""
+"macro_recording.xhp\n"
+"par_id9296243\n"
+"help.text"
+msgid "Actions carried out in another window than where the recorder was started are not recorded."
msgstr ""
-#: language_select.xhp#par_id3154942.14.help.text
-msgid "All paragraphs formatted with the current paragraph style will have the selected language."
+#. tMHW
+#: macro_recording.xhp
+msgctxt ""
+"macro_recording.xhp\n"
+"par_id4269234\n"
+"help.text"
+msgid "Window switching is not recorded."
msgstr ""
-#: language_select.xhp#hd_id3145801.15.help.text
-msgid "Applying a language directly to selected text"
+#. WMQ{
+#: macro_recording.xhp
+msgctxt ""
+"macro_recording.xhp\n"
+"par_id8014465\n"
+"help.text"
+msgid "Actions that are not related to the document contents are not recorded. For example, changes made in the Options dialog, macro organizer, customizing."
msgstr ""
-#: language_select.xhp#par_id3148455.16.help.text
-msgid "Select the text to which you want to apply a language."
+#. NUdK
+#: macro_recording.xhp
+msgctxt ""
+"macro_recording.xhp\n"
+"par_id2814416\n"
+"help.text"
+msgid "Selections are recorded only if they are done by using the keyboard (cursor traveling), but not when the mouse is used."
msgstr ""
-#: language_select.xhp#par_id3159348.17.help.text
-msgid "Choose <emph>Format - Character</emph>. This opens the <emph>Character</emph> dialog."
+#. p)QL
+#: macro_recording.xhp
+msgctxt ""
+"macro_recording.xhp\n"
+"par_id2522354\n"
+"help.text"
+msgid "The macro recorder works only in Calc and Writer."
msgstr ""
-#: language_select.xhp#par_id3155600.18.help.text
-msgctxt "language_select.xhp#par_id3155600.18.help.text"
-msgid "Select the <emph>Font</emph> tab."
-msgstr ""
+#. ,(Xy
+#: macro_recording.xhp
+#, fuzzy
+msgctxt ""
+"macro_recording.xhp\n"
+"par_id3156422\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06130000.xhp\" name=\"Macro\">Macro</link>"
+msgstr "<link href=\"text/scalc/01/04050000.xhp\" name=\"ფურცელი\">ფურცელი</link>"
-#: language_select.xhp#par_id3154510.19.help.text
-msgctxt "language_select.xhp#par_id3154510.19.help.text"
-msgid "Select the <emph>Language</emph> and click <emph>OK</emph>."
+#. :o3#
+#: macro_recording.xhp
+msgctxt ""
+"macro_recording.xhp\n"
+"par_id3147576\n"
+"2\n"
+"help.text"
+msgid "<link href=\"text/shared/main0600.xhp\" name=\"macro programming in $[officename]\">Programming in %PRODUCTNAME</link>"
msgstr ""
-#: language_select.xhp#par_id3154164.20.help.text
-msgid "In <item type=\"productname\">%PRODUCTNAME</item> Calc, choose <emph>Format - Cells</emph> and proceed accordingly."
+#. NdLx
+#: macro_recording.xhp
+msgctxt ""
+"macro_recording.xhp\n"
+"par_id7797242\n"
+"help.text"
+msgid "The macro recording functionality is only available for text documents in %PRODUCTNAME Writer and for spreadsheets in %PRODUCTNAME Calc."
msgstr ""
-#: language_select.xhp#hd_id3154272.21.help.text
-msgid "Selecting a language for a Character Style"
+#. 45\@
+#: imagemap.xhp
+msgctxt ""
+"imagemap.xhp\n"
+"tit\n"
+"help.text"
+msgid "Adding Clickable Hotspots to Images"
msgstr ""
-#: language_select.xhp#par_id3145649.22.help.text
-msgid "Open the Styles and Formatting window and click on the <emph>Character Styles</emph> icon."
+#. Ej2J
+#: imagemap.xhp
+msgctxt ""
+"imagemap.xhp\n"
+"bm_id3150502\n"
+"help.text"
+msgid "<bookmark_value>ImageMap; editor</bookmark_value> <bookmark_value>editors; ImageMap editor</bookmark_value> <bookmark_value>images; ImageMap</bookmark_value> <bookmark_value>pictures; ImageMap</bookmark_value> <bookmark_value>hotspots;adding to images</bookmark_value> <bookmark_value>URL;in pictures</bookmark_value>"
msgstr ""
-#: language_select.xhp#par_id3146792.23.help.text
-msgid "Click on the name of the character style to which you want to apply a different language."
+#. jPu0
+#: imagemap.xhp
+msgctxt ""
+"imagemap.xhp\n"
+"par_idN10631\n"
+"help.text"
+msgid "<variable id=\"imagemap\"><link href=\"text/shared/guide/imagemap.xhp\">Adding Clickable Hotspots to Images</link></variable>"
msgstr ""
-#: language_select.xhp#par_id3150753.24.help.text
-msgid "Then open the context menu in the Styles and Formatting window and select <emph>Modify</emph>. This opens the <emph>Character Style</emph> dialog."
+#. 8[At
+#: imagemap.xhp
+msgctxt ""
+"imagemap.xhp\n"
+"par_idN1064F\n"
+"help.text"
+msgid "An ImageMap allows you to attach URLs to specific areas, called hotspots, on a picture in your document. An image map is a group of one or more hotspots."
msgstr ""
-#: language_select.xhp#par_id3150321.25.help.text
-msgctxt "language_select.xhp#par_id3150321.25.help.text"
-msgid "Select the <emph>Font</emph> tab."
+#. qmLp
+#: imagemap.xhp
+msgctxt ""
+"imagemap.xhp\n"
+"par_idN1066C\n"
+"help.text"
+msgid "You can draw three types of hotspots: rectangles, ellipses, and polygons. When you click a hotspot, the URL is opened in the browser window or frame that you specify. You can also specify the text that appears when your mouse rests on the hotspot."
msgstr ""
-#: language_select.xhp#par_id3154756.26.help.text
-msgctxt "language_select.xhp#par_id3154756.26.help.text"
-msgid "Select the <emph>Language</emph> and click <emph>OK</emph>."
+#. _jJK
+#: imagemap.xhp
+msgctxt ""
+"imagemap.xhp\n"
+"par_idN10677\n"
+"help.text"
+msgid "To add a clickable hotspot to an image"
msgstr ""
-#: language_select.xhp#par_id3155766.27.help.text
-msgid "Now you can apply the character style to your selected text."
+#. O~87
+#: imagemap.xhp
+msgctxt ""
+"imagemap.xhp\n"
+"par_idN1067E\n"
+"help.text"
+msgid "Position the cursor where you want the ImageMap in your document."
msgstr ""
-#: language_select.xhp#hd_id8703268.help.text
-msgid "Adding More Text Languages"
+#. @4;=
+#: imagemap.xhp
+msgctxt ""
+"imagemap.xhp\n"
+"par_idN10682\n"
+"help.text"
+msgid "Choose <emph>Insert - Picture - From File</emph>, select and insert a bitmap picture."
msgstr ""
-#: language_select.xhp#par_id7919248.help.text
-msgid "Dictionaries are supplied and installed as extensions. Choose <item type=\"menuitem\">Tools - Language - More Dictionaries Online</item> to open the dictionaries page in your default web browser."
+#. BQYE
+#: imagemap.xhp
+msgctxt ""
+"imagemap.xhp\n"
+"par_idN1068A\n"
+"help.text"
+msgid "With the picture selected, choose <emph>Edit - ImageMap</emph>. You see the <link href=\"text/shared/01/02220000.xhp\">ImageMap Editor</link>, which displays the picture at the background."
msgstr ""
-#: language_select.xhp#par_id5174108.help.text
-msgid "Select a dictionary in the list of descriptions. Click the heading in a dictionary description that you want to get."
+#. E5dI
+#: imagemap.xhp
+msgctxt ""
+"imagemap.xhp\n"
+"par_idN106A0\n"
+"help.text"
+msgid "Use the icons in the ImageMap Editor to draw a hotspot shape, for example a rectangle, over the image at the background."
msgstr ""
-#: language_select.xhp#par_id2897427.help.text
-msgid "In the next page, click the Get It icon to download the dictionary extension. Note the folder name to which your browser downloads the file. Download additional dictionaries as you like."
+#. cUNK
+#: imagemap.xhp
+msgctxt ""
+"imagemap.xhp\n"
+"par_idN106A3\n"
+"help.text"
+msgid "You can see an extended help text on the functions of each icon when you enable Extended Help in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - General</emph>."
msgstr ""
-#: language_select.xhp#par_id3906979.help.text
-msgid "In %PRODUCTNAME, choose <item type=\"menuitem\">Tools - Extension Manager</item> and click Add to install the downloaded extensions."
+#. b=+u
+#: imagemap.xhp
+msgctxt ""
+"imagemap.xhp\n"
+"par_idN106AB\n"
+"help.text"
+msgid "Enter the \"Address\" URL that will be shown in a Web browser when the user clicks the hotspot."
msgstr ""
-#: language_select.xhp#par_id0220200911174493.help.text
-msgid "After you installed the extensions, you should close %PRODUCTNAME (including the Quickstarter), and restart."
+#. 1GFS
+#: imagemap.xhp
+msgctxt ""
+"imagemap.xhp\n"
+"par_idN106AF\n"
+"help.text"
+msgid "Optionally, enter the \"Text\" that will be shown as a tip when the user points the mouse to the hotspot."
msgstr ""
-#: language_select.xhp#hd_id9100924.help.text
-msgid "Setting UI Language"
+#. q~1o
+#: imagemap.xhp
+msgctxt ""
+"imagemap.xhp\n"
+"par_idN106B3\n"
+"help.text"
+msgid "Click the Apply button to apply your changes, and close the ImageMap Editor."
msgstr ""
-#: language_select.xhp#par_id2761314.help.text
-msgid "A standard installation of %PRODUCTNAME software will give you a user interface (UI) of your chosen language."
+#. ^Kw^
+#: imagemap.xhp
+msgctxt ""
+"imagemap.xhp\n"
+"par_idN106B7\n"
+"help.text"
+msgid "Save the document in the %PRODUCTNAME or HTML format."
msgstr ""
-#: language_select.xhp#par_id3912778.help.text
-msgid "Most users download the American English version, which gives you English menu commands and English application help. If you want another language for the menus (and for the application help, if available in that language), change the UI language as follows."
+#. 35YY
+#: imagemap.xhp
+msgctxt ""
+"imagemap.xhp\n"
+"par_idN106BA\n"
+"help.text"
+msgid "You may save the ImageMap as a file and upload that file to a Web server, for example."
msgstr ""
-#: language_select.xhp#par_id3163853.help.text
-msgid "Choose <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</item>."
+#. (f8B
+#: hyperlink_edit.xhp
+msgctxt ""
+"hyperlink_edit.xhp\n"
+"tit\n"
+"help.text"
+msgid "Editing Hyperlinks"
msgstr ""
-#: language_select.xhp#par_id121158.help.text
-msgid "Select another UI language in the \"User interface\" listbox."
+#. UEF_
+#: hyperlink_edit.xhp
+msgctxt ""
+"hyperlink_edit.xhp\n"
+"bm_id3153910\n"
+"help.text"
+msgid "<bookmark_value>hyperlinks; editing</bookmark_value><bookmark_value>links; editing hyperlinks</bookmark_value><bookmark_value>editing; hyperlinks</bookmark_value><bookmark_value>text attributes; hyperlinks</bookmark_value><bookmark_value>buttons;editing hyperlink buttons</bookmark_value><bookmark_value>URL;changing hyperlink URLs</bookmark_value>"
msgstr ""
-#: language_select.xhp#par_id3806878.help.text
-msgid "Click OK and restart the %PRODUCTNAME software."
+#. p$x0
+#: hyperlink_edit.xhp
+msgctxt ""
+"hyperlink_edit.xhp\n"
+"hd_id3153910\n"
+"11\n"
+"help.text"
+msgid "<variable id=\"hyperlink_edit\"><link href=\"text/shared/guide/hyperlink_edit.xhp\" name=\"Editing Hyperlinks\">Editing Hyperlinks</link></variable>"
msgstr ""
-#: language_select.xhp#par_id130619.help.text
-msgid "If the listbox doesn't list the language that you want, see \"Adding More UI Languages\"."
+#. +35D
+#: hyperlink_edit.xhp
+msgctxt ""
+"hyperlink_edit.xhp\n"
+"par_id4124881\n"
+"help.text"
+msgid "When you <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>-click a hyperlink in a Writer document, your web browser opens with the requested web address. If you don't use a mouse, position the cursor inside the hyperlink and open the context menu by Shift+F10, then choose Open Hyperlink."
msgstr ""
-#: language_select.xhp#hd_id9999694.help.text
-msgid "Adding More UI Languages"
+#. g3O?
+#: hyperlink_edit.xhp
+msgctxt ""
+"hyperlink_edit.xhp\n"
+"hd_id3145071\n"
+"26\n"
+"help.text"
+msgid "Change the text of a hyperlink as follows"
msgstr ""
-#: language_select.xhp#par_id9852901.help.text
-msgctxt "language_select.xhp#par_id9852901.help.text"
-msgid "Close %PRODUCTNAME software (also close the Quickstarter, if you enabled it)."
+#. }|lg
+#: hyperlink_edit.xhp
+msgctxt ""
+"hyperlink_edit.xhp\n"
+"par_id3166410\n"
+"12\n"
+"help.text"
+msgid "In Writer documents, you can click anywhere into a hyperlink and edit the visible text."
msgstr ""
-#: language_select.xhp#par_id3791925.help.text
-msgid "Run %PRODUCTNAME installer, choose Modify, then select the language that you would like to install from the Additional user interface languages group."
+#. /FVy
+#: hyperlink_edit.xhp
+msgctxt ""
+"hyperlink_edit.xhp\n"
+"par_id2690511\n"
+"help.text"
+msgid "If you leave the hyperlink by positioning the cursor somewhere else, only the visible text will be changed."
msgstr ""
-#: language_select.xhp#par_id9852903.help.text
-msgid "If you use %PRODUCTNAME packages maintaned by your Linux distribution, follow the steps below."
+#. u1%$
+#: hyperlink_edit.xhp
+msgctxt ""
+"hyperlink_edit.xhp\n"
+"par_id1983092\n"
+"help.text"
+msgid "If you leave the hyperlink by entering a space character directly following the last character, the AutoCorrect - if enabled - will change the target URL to be the same as the visible text."
msgstr ""
-#: language_select.xhp#par_id9852902.help.text
-msgctxt "language_select.xhp#par_id9852902.help.text"
-msgid "Close %PRODUCTNAME software (also close the Quickstarter, if you enabled it)."
+#. d*7T
+#: hyperlink_edit.xhp
+msgctxt ""
+"hyperlink_edit.xhp\n"
+"par_id333262\n"
+"help.text"
+msgid "In all document types, you can open the Hyperlink dialog to edit a hyperlink. First set the cursor into the hyperlink or directly in front of the hyperlink, then click the Hyperlink icon on the Standard bar."
msgstr ""
-#: language_select.xhp#par_id3791926.help.text
-msgid "Open your favourite package manager, look for %PRODUCTNAME language packs, and install the languages that you would like to use."
+#. I_aL
+#: hyperlink_edit.xhp
+msgctxt ""
+"hyperlink_edit.xhp\n"
+"hd_id3158432\n"
+"30\n"
+"help.text"
+msgid "Change the URL of a hyperlink as follows"
msgstr ""
-#: language_select.xhp#par_id9852904.help.text
-msgid "If you downloaded %PRODUCTNAME packages from the main %PRODUCTNAME Web site, follow the steps below."
+#. VS%]
+#: hyperlink_edit.xhp
+msgctxt ""
+"hyperlink_edit.xhp\n"
+"par_id3150503\n"
+"31\n"
+"help.text"
+msgid "As described above, open <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink Dialog\">Hyperlink Dialog</link>."
msgstr ""
-#: language_select.xhp#par_id2216559.help.text
-msgctxt "language_select.xhp#par_id2216559.help.text"
-msgid "Open your Web browser and enter <link href=\"http://www.libreoffice.org/download/\">http://www.libreoffice.org/download/</link>"
+#. IO.G
+#: hyperlink_edit.xhp
+msgctxt ""
+"hyperlink_edit.xhp\n"
+"hd_id3148686\n"
+"33\n"
+"help.text"
+msgid "Change the attribute of all hyperlinks"
msgstr ""
-#: language_select.xhp#par_id7869502.help.text
-msgctxt "language_select.xhp#par_id7869502.help.text"
-msgid "Select and download the correct language pack for your version of %PRODUCTNAME software."
+#. Tn3,
+#: hyperlink_edit.xhp
+msgctxt ""
+"hyperlink_edit.xhp\n"
+"par_id3148943\n"
+"25\n"
+"help.text"
+msgid "Open the Styles and Formatting window."
msgstr ""
-#: language_select.xhp#par_id9852900.help.text
-msgctxt "language_select.xhp#par_id9852900.help.text"
-msgid "Close %PRODUCTNAME software (also close the Quickstarter, if you enabled it)."
+#. 16CD
+#: hyperlink_edit.xhp
+msgctxt ""
+"hyperlink_edit.xhp\n"
+"par_idN10826\n"
+"help.text"
+msgid "Click the Character Styles icon."
msgstr ""
-#: language_select.xhp#par_id3791924.help.text
-msgid "Install the language pack. Unpack tar.gz file and install the packages according to standard practice on your platform."
+#. 50S,
+#: hyperlink_edit.xhp
+msgctxt ""
+"hyperlink_edit.xhp\n"
+"par_idN1082C\n"
+"help.text"
+msgid "Right-click the \"Internet Link\" or \"Visited Internet Link\" character style, and choose <emph>Modify</emph>."
msgstr ""
-#: language_select.xhp#par_id221655a.help.text
-msgctxt "language_select.xhp#par_id221655a.help.text"
-msgid "Open your Web browser and enter <link href=\"http://www.libreoffice.org/download/\">http://www.libreoffice.org/download/</link>"
+#. m;S5
+#: hyperlink_edit.xhp
+msgctxt ""
+"hyperlink_edit.xhp\n"
+"par_idN10834\n"
+"help.text"
+msgid "In the dialog, select the new attributes, and click <emph>OK</emph>."
msgstr ""
-#: language_select.xhp#par_id7869503.help.text
-msgctxt "language_select.xhp#par_id7869503.help.text"
-msgid "Select and download the correct language pack for your version of %PRODUCTNAME software."
+#. ;Z32
+#: hyperlink_edit.xhp
+msgctxt ""
+"hyperlink_edit.xhp\n"
+"hd_id3147530\n"
+"34\n"
+"help.text"
+msgid "Edit a hyperlink button"
msgstr ""
-#: language_select.xhp#par_id9852905.help.text
-msgctxt "language_select.xhp#par_id9852905.help.text"
-msgid "Close %PRODUCTNAME software (also close the Quickstarter, if you enabled it)."
+#. _K{J
+#: hyperlink_edit.xhp
+msgctxt ""
+"hyperlink_edit.xhp\n"
+"par_id3152361\n"
+"13\n"
+"help.text"
+msgid "If the hyperlink is a button, click on the border to select it, or press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key while clicking. Open the <emph>Properties</emph> dialog through the context menu. You can edit the label text under \"Caption,\" and modify the address in the \"URL\" field."
msgstr ""
-#: language_select.xhp#par_id3791927.help.text
-msgid "Install the language pack by double-clicking the dmg file."
+#. FR:(
+#: change_title.xhp
+msgctxt ""
+"change_title.xhp\n"
+"tit\n"
+"help.text"
+msgid "Changing the Title of a Document"
msgstr ""
-#: language_select.xhp#par_id3150043.28.help.text
-msgctxt "language_select.xhp#par_id3150043.28.help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01140000.xhp\" name=\"Language Settings - Languages\">Language Settings - Languages</link>"
+#. #3xg
+#: change_title.xhp
+msgctxt ""
+"change_title.xhp\n"
+"bm_id3156324\n"
+"help.text"
+msgid "<bookmark_value>titles; changing</bookmark_value><bookmark_value>changing;document titles</bookmark_value><bookmark_value>documents; changing titles</bookmark_value>"
msgstr ""
-#: language_select.xhp#par_id3152483.29.help.text
-msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Format - Character - Font\">Format - Character - Font</link>"
+#. _-os
+#: change_title.xhp
+msgctxt ""
+"change_title.xhp\n"
+"hd_id3156324\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"change_title\"><link href=\"text/shared/guide/change_title.xhp\" name=\"Changing the Title of a Document\">Changing the Title of a Document</link></variable>"
msgstr ""
-#: labels.xhp#tit.help.text
-msgid "Creating and Printing Labels and Business Cards"
+#. 1.]2
+#: change_title.xhp
+msgctxt ""
+"change_title.xhp\n"
+"par_id3152801\n"
+"3\n"
+"help.text"
+msgid "You can specify a title for your document. Some file manager utilities can display the titles next to the filenames of your documents."
msgstr ""
-#: labels.xhp#bm_id3150774.help.text
-msgid "<bookmark_value>labels; creating and synchronizing</bookmark_value><bookmark_value>business cards; creating and synchronizing</bookmark_value><bookmark_value>synchronizing;labels and business cards</bookmark_value>"
+#. 5:Z6
+#: change_title.xhp
+msgctxt ""
+"change_title.xhp\n"
+"hd_id3156136\n"
+"4\n"
+"help.text"
+msgid "How to change the title of the current document"
msgstr ""
-#: labels.xhp#hd_id3150774.4.help.text
-msgid "<variable id=\"labels\"><link href=\"text/shared/guide/labels.xhp\" name=\"Creating and Printing Labels and Business Cards\">Creating and Printing Labels and Business Cards</link></variable>"
+#. L3n8
+#: change_title.xhp
+msgctxt ""
+"change_title.xhp\n"
+"par_id3153345\n"
+"5\n"
+"help.text"
+msgid "Choose <emph>File - Properties</emph>. This opens the <emph>Properties of</emph> dialog."
msgstr ""
-#: labels.xhp#hd_id3153345.81.help.text
-msgid "Designing Business Cards Through a Dialog"
+#. Dds[
+#: change_title.xhp
+msgctxt ""
+"change_title.xhp\n"
+"par_id3156410\n"
+"6\n"
+"help.text"
+msgid "Select the <emph>Description</emph> tab."
msgstr ""
-#: labels.xhp#par_id3146798.70.help.text
-msgid "Choose <link href=\"text/shared/01/01010300.xhp\" name=\"File - New - Business Cards\"><emph>File - New - Business Cards</emph></link> to open the<emph> Business Cards </emph>dialog, which allows you to choose how your business cards will look."
+#. 6u?q
+#: change_title.xhp
+msgctxt ""
+"change_title.xhp\n"
+"par_id3147242\n"
+"7\n"
+"help.text"
+msgid "Type the new title in the <emph>Title</emph> box and click <emph>OK</emph>."
msgstr ""
-#: labels.xhp#hd_id3147654.82.help.text
-msgid "Designing Labels and Business Cards"
-msgstr ""
+#. DXW+
+#: change_title.xhp
+#, fuzzy
+msgctxt ""
+"change_title.xhp\n"
+"par_id3163802\n"
+"8\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01100000.xhp\" name=\"Properties of\">Properties of</link>"
+msgstr "<link href=\"text/scalc/01/04050000.xhp\" name=\"ფურცელი\">ფურცელი</link>"
-#: labels.xhp#par_id3152349.71.help.text
-msgid "You can design both labels and business cards through the <emph>Labels</emph> dialog."
+#. v`?*
+#: dragdrop_graphic.xhp
+msgctxt ""
+"dragdrop_graphic.xhp\n"
+"tit\n"
+"help.text"
+msgid "Copying Graphics Between Documents"
msgstr ""
-#: labels.xhp#par_id3153880.5.help.text
-msgid "Choose <link href=\"text/shared/01/01010200.xhp\" name=\"File - New - Labels\"><emph>File - New - Labels</emph></link> to open the <emph>Labels</emph> dialog."
+#. :Ej!
+#: dragdrop_graphic.xhp
+msgctxt ""
+"dragdrop_graphic.xhp\n"
+"bm_id3159201\n"
+"help.text"
+msgid "<bookmark_value>drag and drop; pictures</bookmark_value><bookmark_value>pictures; drag and drop between documents</bookmark_value><bookmark_value>copying;pictures, between documents</bookmark_value><bookmark_value>pasting;pictures from other documents</bookmark_value>"
msgstr ""
-#: labels.xhp#par_id3149233.32.help.text
-msgid "On the <emph>Labels</emph> tab, under <emph>Format</emph>, define the label format."
+#. SEnc
+#: dragdrop_graphic.xhp
+msgctxt ""
+"dragdrop_graphic.xhp\n"
+"hd_id3159201\n"
+"15\n"
+"help.text"
+msgid "<variable id=\"dragdrop_graphic\"><link href=\"text/shared/guide/dragdrop_graphic.xhp\" name=\"Copying Graphics Between Documents\">Copying Graphics Between Documents</link></variable>"
msgstr ""
-#: labels.xhp#par_id3145674.83.help.text
-msgid "$[officename] Writer contains many formats of commercially available sheets for labels, badges, and business cards. You can also add other, user-defined formats."
+#. yM6)
+#: dragdrop_graphic.xhp
+msgctxt ""
+"dragdrop_graphic.xhp\n"
+"par_id3155805\n"
+"16\n"
+"help.text"
+msgid "You can copy a graphic from one document to another by drag-and-drop. If you plan to publish your document, please observe copyright laws and obtain the consent of the authors."
msgstr ""
-#: labels.xhp#par_id3143271.28.help.text
-msgid "On the <emph>Labels</emph> tab, under <emph>Inscription</emph>, you can choose what you want written on the labels."
+#. 5F`S
+#: dragdrop_graphic.xhp
+msgctxt ""
+"dragdrop_graphic.xhp\n"
+"par_id3147576\n"
+"17\n"
+"help.text"
+msgid "Open the document in which you want to insert the graphic object."
msgstr ""
-#: labels.xhp#par_id3145610.84.help.text
-msgid "This often involves database fields, so that the labels can be printed with varying content, when sending \"Form Letters\" for example. It is also possible to have the same text printed on every label."
+#. KPf$
+#: dragdrop_graphic.xhp
+msgctxt ""
+"dragdrop_graphic.xhp\n"
+"par_id3155338\n"
+"18\n"
+"help.text"
+msgid "Open the document from which you want to copy the graphic."
msgstr ""
-#: labels.xhp#par_id3151385.85.help.text
-msgid "Use the <emph>Database </emph>and <emph>Table </emph>list boxes to select the database and table from which the data fields are obtained. Click on the arrow button to transfer the selected data field into the inscription area. Press Enter to insert a line break. You can also enter spaces and any other fixed text."
+#. V~FW
+#: dragdrop_graphic.xhp
+msgctxt ""
+"dragdrop_graphic.xhp\n"
+"par_id3149182\n"
+"19\n"
+"help.text"
+msgid "Click the graphic while pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key, to select it without executing any hyperlinks it may refer to."
msgstr ""
-#: labels.xhp#par_id3147560.6.help.text
-msgid "On the <emph>Format</emph> tab you can define your own label formats, not covered by the predefined formats. To do this, select \"User\" from the <emph>Type</emph> list box. On the <emph>Options</emph> tab, you can specify whether all labels or only certain ones are to be created."
+#. %H6M
+#: dragdrop_graphic.xhp
+msgctxt ""
+"dragdrop_graphic.xhp\n"
+"par_id3151110\n"
+"20\n"
+"help.text"
+msgid "Keep the mouse button pressed and wait a moment while the object is copied to an internal memory."
msgstr ""
-#: labels.xhp#par_id3150358.33.help.text
-msgid "On the <emph>Options</emph> tab page, make sure that the <emph>Synchronize contents</emph> box is selected. If this is selected, a label only has to be entered (on the top left label) and edited once."
+#. 4#Kt
+#: dragdrop_graphic.xhp
+msgctxt ""
+"dragdrop_graphic.xhp\n"
+"par_id3149763\n"
+"21\n"
+"help.text"
+msgid "Drag the graphic into the other document. <switchinline select=\"sys\"><caseinline select=\"WIN\">If the documents are not visible side by side, first move the mouse pointer to the button of the target document while keeping the mouse button pressed. The document in question is then displayed and you can move the mouse pointer into the document. </caseinline></switchinline>"
msgstr ""
-#: labels.xhp#par_id3156424.86.help.text
-msgid "As soon as you click on <emph>New Document</emph>, you will see a small window with the <emph>Synchronize Labels</emph> button. Enter the first label. When you click on the <emph>Synchronize Labels</emph> button, the current individual label is copied to all the other labels on the sheet."
+#. K5YJ
+#: dragdrop_graphic.xhp
+msgctxt ""
+"dragdrop_graphic.xhp\n"
+"par_id3155628\n"
+"22\n"
+"help.text"
+msgid "Release the mouse button as soon as the gray text cursor indicates the position where you want to insert a copy of the picture."
msgstr ""
-#: labels.xhp#par_id3149767.29.help.text
-msgid "Click on <emph>New Document</emph> to create a new document with the settings you have entered."
+#. N^6{
+#: dragdrop_graphic.xhp
+msgctxt ""
+"dragdrop_graphic.xhp\n"
+"par_id3150276\n"
+"56\n"
+"help.text"
+msgid "If the graphic is connected with a hyperlink, the hyperlink and not the graphic is inserted."
msgstr ""
-#: labels.xhp#par_id3150449.88.help.text
-msgid "<link href=\"text/shared/01/01010300.xhp\" name=\"Business Cards\">Business Cards</link>"
+#. .@K,
+#: chart_title.xhp
+msgctxt ""
+"chart_title.xhp\n"
+"tit\n"
+"help.text"
+msgid "Editing Chart Titles"
msgstr ""
-#: navigator.xhp#tit.help.text
-msgid "Navigator for Document Overview"
+#. Rr`O
+#: chart_title.xhp
+msgctxt ""
+"chart_title.xhp\n"
+"bm_id3156136\n"
+"help.text"
+msgid "<bookmark_value>charts; editing titles</bookmark_value><bookmark_value>editing; chart titles</bookmark_value><bookmark_value>titles; editing in charts</bookmark_value>"
msgstr ""
-#: navigator.xhp#bm_id3147008.help.text
-msgid "<bookmark_value>documents; contents as lists</bookmark_value><bookmark_value>Navigator; contents as lists</bookmark_value>"
+#. oWK!
+#: chart_title.xhp
+msgctxt ""
+"chart_title.xhp\n"
+"hd_id3156136\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"chart_title\"><link href=\"text/shared/guide/chart_title.xhp\" name=\"Editing Chart Titles\">Editing Chart Titles</link></variable>"
msgstr ""
-#: navigator.xhp#hd_id3147008.4.help.text
-msgid "<variable id=\"navigator\"><link href=\"text/shared/guide/navigator.xhp\" name=\"Navigator for Document Overview\">Navigator for Document Overview</link></variable>"
+#. Q*!v
+#: chart_title.xhp
+msgctxt ""
+"chart_title.xhp\n"
+"par_id3153527\n"
+"2\n"
+"help.text"
+msgid "To edit a chart title that you have inserted into a $[officename] document:"
msgstr ""
-#: navigator.xhp#par_id3154823.3.help.text
-msgid "All contents of the Navigator window are referred to here as \"categories,\" whether titles, sheets, tables, text frames, graphics, OLE objects, sections, hyperlinks, references, indexes or comments."
+#. *jZW
+#: chart_title.xhp
+msgctxt ""
+"chart_title.xhp\n"
+"par_id3153681\n"
+"3\n"
+"help.text"
+msgid "Double-click on the chart."
msgstr ""
-#: navigator.xhp#par_id3153662.5.help.text
-msgid "The Navigator displays all types of objects contained in a document. If a plus sign appears next to a category, this indicates that at least one object of this kind exists. If you rest the mouse pointer on the category name, the number of objects is displayed in an extended tip."
+#. s-=e
+#: chart_title.xhp
+msgctxt ""
+"chart_title.xhp\n"
+"par_id3145345\n"
+"4\n"
+"help.text"
+msgid "A gray border appears around the chart and the menu bar now contains commands for editing the objects in the chart."
msgstr ""
-#: navigator.xhp#par_id3146797.6.help.text
-msgid "Open a category by clicking on the plus sign. If you only want to view the entries in a certain category, select the category and click the <emph>Content View</emph> icon. Until you click the icon again, only the objects of this category will be displayed."
+#. s,,#
+#: chart_title.xhp
+msgctxt ""
+"chart_title.xhp\n"
+"par_id3149811\n"
+"5\n"
+"help.text"
+msgid "Double-click on an existing title text. A gray border appears around the text and you can now make changes. Press Enter to create a new line."
msgstr ""
-#: navigator.xhp#par_id3166461.7.help.text
-msgid "You may dock the Navigator to any document border or turn it back into a free window (double click on the gray area). You can change the size of the Navigator when it is a free window."
+#. kp;@
+#: chart_title.xhp
+msgctxt ""
+"chart_title.xhp\n"
+"par_id2706991\n"
+"help.text"
+msgid "If no title text exists, choose <emph>Insert - Title</emph> to enter the text in a dialog."
msgstr ""
-#: data_report.xhp#tit.help.text
-msgid "Using and Editing Database Reports "
+#. LDLg
+#: chart_title.xhp
+msgctxt ""
+"chart_title.xhp\n"
+"par_id3145382\n"
+"6\n"
+"help.text"
+msgid "A single-click on the title allows you to move it with the mouse."
msgstr ""
-#: data_report.xhp#bm_id3147834.help.text
-msgid "<bookmark_value>database reports</bookmark_value><bookmark_value>data sources;reports</bookmark_value><bookmark_value>reports;opening and editing</bookmark_value><bookmark_value>editing;reports</bookmark_value><bookmark_value>opening;reports</bookmark_value><bookmark_value>templates;database reports</bookmark_value><bookmark_value>reports;templates</bookmark_value>"
+#. ,sRb
+#: chart_title.xhp
+msgctxt ""
+"chart_title.xhp\n"
+"par_id3155341\n"
+"7\n"
+"help.text"
+msgid "If you want to change the formatting of the main title, choose <emph>Format - Title - Main Title</emph>. This opens the <emph>Title</emph> dialog."
msgstr ""
-#: data_report.xhp#hd_id3149178.1.help.text
-msgid "<variable id=\"data_report\"><link href=\"text/shared/guide/data_report.xhp\" name=\"Create, Use, and Edit Database Reports\">Using and Editing Database Reports</link></variable>"
+#. pj~+
+#: chart_title.xhp
+msgctxt ""
+"chart_title.xhp\n"
+"par_id3147336\n"
+"8\n"
+"help.text"
+msgid "Select one of the available tabs in the dialog to make modifications."
msgstr ""
-#: data_report.xhp#hd_id3145609.13.help.text
-msgid "Using a Report"
+#. 5q.[
+#: chart_title.xhp
+msgctxt ""
+"chart_title.xhp\n"
+"par_id3155135\n"
+"9\n"
+"help.text"
+msgid "Click <emph>OK</emph>. In your document, click outside the chart to exit chart editing mode."
msgstr ""
-#: data_report.xhp#par_id3147265.14.help.text
-msgid "%PRODUCTNAME stores the information about the created reports in the database file."
+#. LrNX
+#: chart_title.xhp
+msgctxt ""
+"chart_title.xhp\n"
+"par_id3154046\n"
+"10\n"
+"help.text"
+msgid "<link href=\"text/schart/01/05010000.xhp\" name=\"Format - Object properties\">Format - Object properties</link>"
msgstr ""
-#: data_report.xhp#par_id3154758.15.help.text
-msgid "Choose <emph>File - Open</emph> and select the database file."
+#. HqP,
+#: email.xhp
+msgctxt ""
+"email.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sending Documents as E-mail"
msgstr ""
-#: data_report.xhp#par_id3151054.16.help.text
-msgid "In the database file window, click the <emph>Reports</emph> icon."
+#. OMP8
+#: email.xhp
+msgctxt ""
+"email.xhp\n"
+"bm_id3153345\n"
+"help.text"
+msgid "<bookmark_value>documents; sending as e-mail</bookmark_value><bookmark_value>sending; documents as e-mail</bookmark_value><bookmark_value>e-mail attachments</bookmark_value><bookmark_value>files; sending as e-mail</bookmark_value><bookmark_value>text documents;sending as e-mail</bookmark_value><bookmark_value>spreadsheets; sending as e-mail</bookmark_value><bookmark_value>drawings; sending as e-mail</bookmark_value><bookmark_value>presentations; sending as e-mail</bookmark_value><bookmark_value>attachments in e-mails</bookmark_value>"
msgstr ""
-#: data_report.xhp#par_id3156280.18.help.text
-msgid "Double-click one of the report names to open the report."
+#. d#%V
+#: email.xhp
+msgctxt ""
+"email.xhp\n"
+"hd_id3153345\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"email\"><link href=\"text/shared/guide/email.xhp\" name=\"Sending Documents as E-mail\">Sending Documents as E-mail</link></variable>"
msgstr ""
-#: data_report.xhp#par_idN1077D.help.text
-msgid "These links are added automatically when you create a new report by the Report Wizard or in the Report Builder window."
+#. xVYQ
+#: email.xhp
+msgctxt ""
+"email.xhp\n"
+"par_id3154897\n"
+"2\n"
+"help.text"
+msgid "Working in $[officename], you can send the current document as an e-mail attachment."
msgstr ""
-#: data_report.xhp#hd_id1695608.help.text
-msgid "Editing a Report Created in the Report Builder Window"
+#. OS\m
+#: email.xhp
+msgctxt ""
+"email.xhp\n"
+"par_id3147335\n"
+"3\n"
+"help.text"
+msgid "Choose <emph>File - Send - Document as E-mail</emph>."
msgstr ""
-#: data_report.xhp#par_id7510910.help.text
-msgid "Right-click the name of a report in the database file window, then choose Edit."
+#. ?.UA
+#: email.xhp
+msgctxt ""
+"email.xhp\n"
+"par_id3153127\n"
+"4\n"
+"help.text"
+msgid "$[officename] opens your default e-mail program.<switchinline select=\"sys\"><caseinline select=\"UNIX\"> If you want to send the current document with another e-mail program, you can select the program to use with <emph>Internet - E-mail</emph> in the Options dialog box.</caseinline></switchinline>"
msgstr ""
-#: data_report.xhp#par_id8138065.help.text
-msgid "The Report Builder window opens with the report's information loaded. "
+#. ZT9V
+#: email.xhp
+msgctxt ""
+"email.xhp\n"
+"par_id3150986\n"
+"5\n"
+"help.text"
+msgid "In your e-mail program, enter the recipient, subject and any text you want to add, then send the e-mail."
msgstr ""
-#: data_report.xhp#par_id5086825.help.text
-msgid "Use the toolbars and menu commands and drag-and-drop to edit the report as stated in the <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link> guide."
+#. a4+d
+#: email.xhp
+msgctxt ""
+"email.xhp\n"
+"par_id3595385\n"
+"help.text"
+msgid "In case you want to send the e-mail to a recipient who only has software that cannot read the OpenDocument format, you can send the current document in an often used proprietary format.<br/>For a text document, choose <item type=\"menuitem\">File - Send - Document as Microsoft Word</item>. For a spreadsheet, choose <item type=\"menuitem\">File - Send - Document as Microsoft Excel</item>. And for a presentation, choose <item type=\"menuitem\">File - Send - Document as Microsoft PowerPoint</item>. <br/>If you want to send the document as a read-only file, choose <item type=\"menuitem\">File - Send - Document as PDF</item>.<br/>These commands do not change your current document. Only a temporary copy is created and sent."
msgstr ""
-#: data_report.xhp#par_id4747154.help.text
-msgid "Execute the report to see the resulting report document."
+#. uODJ
+#: data_enter_sql.xhp
+msgctxt ""
+"data_enter_sql.xhp\n"
+"tit\n"
+"help.text"
+msgid "Executing SQL Commands"
msgstr ""
-#: data_report.xhp#hd_id3153104.19.help.text
-msgid "Editing a Report Created by the Report Wizard"
+#. #PFD
+#: data_enter_sql.xhp
+msgctxt ""
+"data_enter_sql.xhp\n"
+"bm_id3152801\n"
+"help.text"
+msgid "<bookmark_value>SQL; executing SQL commands</bookmark_value> <bookmark_value>queries;creating in SQL view</bookmark_value> <bookmark_value>commands;SQL</bookmark_value> <bookmark_value>executing SQL commands</bookmark_value>"
msgstr ""
-#: data_report.xhp#par_id3125863.20.help.text
-msgid "On the <link href=\"text/shared/autopi/01100500.xhp\" name=\"last dialog page of the Report AutoPilot\">last dialog page of the Report Wizard</link>, you can choose to edit the report template before you use the report."
+#. Vc-7
+#: data_enter_sql.xhp
+msgctxt ""
+"data_enter_sql.xhp\n"
+"hd_id3152801\n"
+"67\n"
+"help.text"
+msgid "<variable id=\"data_enter_sql\"><link href=\"text/shared/guide/data_enter_sql.xhp\" name=\"Executing SQL Commands\">Executing SQL Commands</link></variable>"
msgstr ""
-#: data_report.xhp#par_id3155431.22.help.text
-msgid "You can edit the page styles for the first page and the following pages of the report as well as the paragraph styles, the number formats, the printed field labels, and more."
+#. z;=m
+#: data_enter_sql.xhp
+msgctxt ""
+"data_enter_sql.xhp\n"
+"par_id3147008\n"
+"68\n"
+"help.text"
+msgid "With the help of SQL commands you can control the database directly, and can also create and edit tables and queries."
msgstr ""
-#: data_report.xhp#par_idN107D7.help.text
-msgid "Unless you have a thorough understanding of the database the report accesses, do not edit the SQL statement, database name, the hidden form controls, or the related information on the report."
+#. rnNg
+#: data_enter_sql.xhp
+msgctxt ""
+"data_enter_sql.xhp\n"
+"par_id3153562\n"
+"72\n"
+"help.text"
+msgid "Not all database types support all SQL instructions. If necessary, find out which SQL commands are supported by your database system."
msgstr ""
-#: xsltfilter.xhp#tit.help.text
-msgid "Working With %PRODUCTNAME XML Filters "
+#. ;iRc
+#: data_enter_sql.xhp
+msgctxt ""
+"data_enter_sql.xhp\n"
+"hd_id9577929\n"
+"help.text"
+msgid "To execute an SQL statement directly"
msgstr ""
-#: xsltfilter.xhp#bm_id7007583.help.text
-msgid "<bookmark_value>saving;to XML</bookmark_value> <bookmark_value>loading;XML files</bookmark_value> <bookmark_value>importing;from XML</bookmark_value> <bookmark_value>exporting;to XML</bookmark_value> <bookmark_value>file filters;XML</bookmark_value><bookmark_value>XSLT filters, see also XML filters</bookmark_value>"
+#. GgAT
+#: data_enter_sql.xhp
+msgctxt ""
+"data_enter_sql.xhp\n"
+"par_id7923825\n"
+"help.text"
+msgid "Choose <emph>File - Open</emph> to open a database file."
msgstr ""
-#: xsltfilter.xhp#par_idN10923.help.text
-msgid "<variable id=\"xsltfilter\"><link href=\"text/shared/guide/xsltfilter.xhp\">About XML Filters</link> </variable>"
+#. 5`*$
+#: data_enter_sql.xhp
+msgctxt ""
+"data_enter_sql.xhp\n"
+"par_id9448530\n"
+"help.text"
+msgid "Choose <emph>Tools - SQL</emph>."
msgstr ""
-#: xsltfilter.xhp#par_idN10927.help.text
-msgid "%PRODUCTNAME <link href=\"text/shared/00/00000021.xhp\">stores documents in XML format</link>. You can create customized filters that convert the native OpenDocument XML file format used by %PRODUCTNAME into another format. These filters can be integrated into %PRODUCTNAME seamlessly so that you can save or load these formats transparently."
+#. gHj,
+#: data_enter_sql.xhp
+msgctxt ""
+"data_enter_sql.xhp\n"
+"par_id3151176\n"
+"91\n"
+"help.text"
+msgid "Click the <emph>Create Query in SQL View</emph> icon <image id=\"img_id3154071\" src=\"cmd/sc_dbnewquerysql.png\" width=\"0.1862in\" height=\"0.1862in\"><alt id=\"alt_id3154071\">Icon</alt></image> or"
msgstr ""
-#: xsltfilter.xhp#par_idN1093A.help.text
-msgid "To create an XML filter, you must have a good understanding of XML and XSLT concepts. These concepts are beyond the scope of this help."
+#. gnJ{
+#: data_enter_sql.xhp
+msgctxt ""
+"data_enter_sql.xhp\n"
+"par_id3145786\n"
+"92\n"
+"help.text"
+msgid "Select an existing query from the list and click the <emph>Edit</emph> icon <image id=\"img_id3156212\" src=\"cmd/sc_dbqueryedit.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156212\">Icon</alt></image>."
msgstr ""
-#: xsltfilter.xhp#par_idN1093D.help.text
-msgid "An XML filter contains <emph>stylesheets</emph> that are written in the XSLT language. The stylesheets define the transformation from the OpenDocument file format to another XML format through export and import filters. There are three types of XML filters:"
+#. OByU
+#: data_enter_sql.xhp
+msgctxt ""
+"data_enter_sql.xhp\n"
+"par_id3083443\n"
+"94\n"
+"help.text"
+msgid "In the <emph>Query</emph> window, choose <emph>View - Switch Design View On/Off</emph>. Edit the SQL command."
msgstr ""
-#: xsltfilter.xhp#par_idN10947.help.text
-msgid " <emph>Import Filters</emph> load external XML files and transform the format of the files into the OpenDocument XML file format. After you install an import filter, the name of the filter is added to the list of file types in the <link href=\"text/shared/01/01020000.xhp\">File Open dialog</link>."
+#. sFC9
+#: data_enter_sql.xhp
+msgctxt ""
+"data_enter_sql.xhp\n"
+"par_id3152460\n"
+"96\n"
+"help.text"
+msgid "Click the <emph>Run</emph> icon <image id=\"img_id3152886\" src=\"cmd/sc_sbanativesql.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152886\">Icon</alt></image>. The result of the query is displayed in the upper window."
msgstr ""
-#: xsltfilter.xhp#par_idN10960.help.text
-msgid " <emph>Export Filters</emph> transform OpenDocument XML files and <emph>save</emph> the files to a different XML format. After you install an export filter, the name of the filter is added to the list of file types in the <link href=\"text/shared/01/01070001.xhp\">Export dialog</link>."
+#. +sAb
+#: data_enter_sql.xhp
+msgctxt ""
+"data_enter_sql.xhp\n"
+"par_id3149298\n"
+"98\n"
+"help.text"
+msgid "Click the <emph>Save</emph> or <emph>Save As</emph> icon <image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">Icon</alt></image> to save the query."
msgstr ""
-#: xsltfilter.xhp#par_idN10979.help.text
-msgid " <emph>Import/Export Filters</emph> load and save OpenDocument XML files into a different XML <emph>format</emph>. After you install these filters, the names of the filters are added to the list of file types in the <link href=\"text/shared/01/01020000.xhp\">File Open dialog</link> and the <link href=\"text/shared/01/01070000.xhp\">File Save As dialog</link>."
+#. +)5{
+#: data_enter_sql.xhp
+msgctxt ""
+"data_enter_sql.xhp\n"
+"par_id3153223\n"
+"105\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
msgstr ""
-#: xsltfilter.xhp#par_idN10B39.help.text
-msgid "<link href=\"http://www.w3.org/Style/XSL/\">World Wide Web Consortium Pages on Extensible <emph>Stylesheet</emph> Language (XSL)</link>"
+#. ]ANw
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting and Editing Tab Stops"
msgstr ""
-#: xsltfilter.xhp#par_idN10B4E.help.text
-msgid "<link href=\"http://www.w3.org/XML/\">World Wide Web Consortium Pages on Extensible Markup Language (XML)</link>"
+#. 2zs%
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"bm_id3144436\n"
+"help.text"
+msgid "<bookmark_value>tab stops; inserting and editing</bookmark_value><bookmark_value>paragraphs; tab stops</bookmark_value><bookmark_value>defaults;tab stops in text</bookmark_value><bookmark_value>editing; tab stops</bookmark_value><bookmark_value>inserting;tab stops</bookmark_value><bookmark_value>decimal tab stops</bookmark_value><bookmark_value>deleting;tab stops</bookmark_value><bookmark_value>moving;tab stops on ruler</bookmark_value><bookmark_value>rulers; default settings</bookmark_value><bookmark_value>rulers; measurement units</bookmark_value><bookmark_value>measurement units; changing on rulers</bookmark_value>"
msgstr ""
-#: xsltfilter.xhp#par_idN10D97.help.text
-msgid " <embedvar href=\"text/shared/00/00000021.xhp#xmlformat\"/> "
+#. zlNI
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"hd_id3144436\n"
+"20\n"
+"help.text"
+msgid "<variable id=\"tabs\"><link href=\"text/shared/guide/tabs.xhp\" name=\"Inserting and Editing Tab Stops\">Inserting and Editing Tab Stops</link></variable>"
msgstr ""
-#: xsltfilter.xhp#par_id5569017.help.text
-msgctxt "xsltfilter.xhp#par_id5569017.help.text"
-msgid "<link href=\"text/shared/guide/xsltfilter_distribute.xhp\">Distributing XML filters</link>"
+#. U%TI
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"par_id1376079\n"
+"help.text"
+msgid "On the horizontal ruler you can see the tab stops for the current paragraph. If you want to change the tab stops, you should first consider the scope to which you want to change tab stops as follows:"
msgstr ""
-#: xsltfilter.xhp#par_id6426892.help.text
-msgid "<link href=\"text/shared/guide/xsltfilter_create.xhp\">Creating and Testing XML filters</link>"
+#. OuWh
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"par_id9434492\n"
+"help.text"
+msgid "Change the default tab stops for all documents: Use the menu <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - General</emph>."
msgstr ""
-#: database_main.xhp#tit.help.text
-msgid "Database Overview"
+#. aeK;
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"par_id274971\n"
+"help.text"
+msgid "Change the tab stops for all paragraphs using the current Paragraph Style: Right-click the paragraph to open the context menu, choose <emph>Edit Paragraph Style</emph>, click <emph>Tabs</emph>."
msgstr ""
-#: database_main.xhp#bm_id3153031.help.text
-msgid "<bookmark_value>databases; overview</bookmark_value><bookmark_value>data source view; overview</bookmark_value><bookmark_value>data source explorer</bookmark_value><bookmark_value>explorer of data sources</bookmark_value>"
+#. #%}9
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"par_id5199133\n"
+"help.text"
+msgid "Change the tab stops for one or more paragraphs: Select the paragraphs, then click inside the ruler."
msgstr ""
-#: database_main.xhp#hd_id3148474.2.help.text
-msgid "<variable id=\"database_main\"><link href=\"text/shared/guide/database_main.xhp\" name=\"Data Source Overview\">Database Overview</link></variable>"
+#. K7e5
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"par_id6178167\n"
+"help.text"
+msgid "In the following, you find instructions for all above mentioned tasks."
msgstr ""
-#: database_main.xhp#par_idN105F1.help.text
-msgctxt "database_main.xhp#par_idN105F1.help.text"
-msgid "<link href=\"text/shared/explorer/database/main.xhp\">Working with databases in %PRODUCTNAME</link>"
+#. dw2(
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"par_id3147008\n"
+"27\n"
+"help.text"
+msgid "You can set a tab stop by clicking on the ruler or by selecting <emph>Format - Paragraph - Tabs.</emph> Both methods affect the current paragraph or all selected paragraphs."
msgstr ""
-#: database_main.xhp#hd_id3153821.3.help.text
-msgid "Data Source View"
+#. *%IR
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"par_id3155136\n"
+"5\n"
+"help.text"
+msgid "Click the ruler once to set a left-justified tab. Right-click a tab icon on the ruler to see the context menu in which you can change the tab type."
msgstr ""
-#: database_main.xhp#par_id3149415.4.help.text
-msgid "Choose <emph>View - Data Sources</emph> or press F4 to call the data source view from a text document or spreadsheet."
+#. 2}X1
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"par_id3153561\n"
+"29\n"
+"help.text"
+msgid "To set several decimal tabs one after the other, keep clicking the icon to the left of the ruler until the desired tab type is shown, then click on the ruler."
msgstr ""
-#: database_main.xhp#par_id3147531.5.help.text
-msgid "On the left you can see the <link href=\"text/shared/02/12000000.xhp\" name=\"Data source explorer\">Data source explorer</link>. If you select a table or query there, you see the contents of this table or query on the right. At the top margin is the <link href=\"text/shared/main0212.xhp\" name=\"Database bar\">Table Data bar</link>."
-msgstr ""
+#. SNyh
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"par_id3153349\n"
+"18\n"
+"help.text"
+msgid "Selection"
+msgstr "მონიშვნა"
-#: database_main.xhp#hd_id3149047.6.help.text
-msgctxt "database_main.xhp#hd_id3149047.6.help.text"
-msgid "Data Sources"
-msgstr ""
+#. 5NkJ
+#: tabs.xhp
+#, fuzzy
+msgctxt ""
+"tabs.xhp\n"
+"par_id3153254\n"
+"6\n"
+"help.text"
+msgid "Description:"
+msgstr "აღწერა"
-#: database_main.xhp#par_id3145069.7.help.text
-msgid "<link href=\"text/shared/guide/data_addressbook.xhp\" name=\"address book as data source\">Address book as data source</link>"
+#. 42(}
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"par_id3151245\n"
+"help.text"
+msgid "<image id=\"img_id3145609\" src=\"res/helpimg/swh00177.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3145609\">Icon</alt></image>"
msgstr ""
-#: database_main.xhp#par_id3150398.9.help.text
-msgid "<link href=\"text/shared/01/04180100.xhp\" name=\"View data source contents\">View data source contents</link>"
+#. K^/)
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"par_id3154760\n"
+"7\n"
+"help.text"
+msgid "Setting left tabs"
msgstr ""
-#: database_main.xhp#par_idN106A4.help.text
-msgid "<link href=\"text/shared/explorer/database/menubar.xhp\">Menu bar of a database file</link>"
+#. q9f%
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"par_id3150358\n"
+"help.text"
+msgid "<image id=\"img_id3150541\" src=\"res/helpimg/swh00178.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3150541\">Icon</alt></image>"
msgstr ""
-#: database_main.xhp#hd_id3154123.16.help.text
-msgid "Forms and Reports"
+#. p(?)
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"par_id3145419\n"
+"8\n"
+"help.text"
+msgid "Setting right tabs"
msgstr ""
-#: database_main.xhp#par_id3154909.17.help.text
-msgid "<link href=\"text/shared/explorer/database/04030000.xhp\" name=\"Create new form document\">Create new form document</link>, <link href=\"text/shared/02/01170000.xhp\" name=\"edit form functions\">edit form controls</link>, <link href=\"text/shared/autopi/01090000.xhp\">Form Wizard</link>"
+#. GL,%
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"par_id3152933\n"
+"help.text"
+msgid "<image id=\"img_id3153192\" src=\"res/helpimg/swh00179.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3153192\">Icon</alt></image>"
msgstr ""
-#: database_main.xhp#par_id3152920.18.help.text
-msgid "<link href=\"text/shared/02/01170500.xhp\" name=\"entering data versus editing form\">Entering data versus editing form</link>"
+#. ,nAL
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"par_id3151043\n"
+"9\n"
+"help.text"
+msgid "Setting decimal tabs"
msgstr ""
-#: database_main.xhp#par_id3151380.23.help.text
-msgid "<link href=\"text/shared/autopi/01100000.xhp\" name=\"Report AutoPilot\">Report Wizard</link>"
+#. I}nw
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"par_id3150440\n"
+"help.text"
+msgid "<image id=\"img_id3149560\" src=\"res/helpimg/swh00180.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3149560\">Icon</alt></image>"
msgstr ""
-#: database_main.xhp#hd_id3145606.13.help.text
-msgid "Queries"
+#. o]BQ
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"par_id3153091\n"
+"10\n"
+"help.text"
+msgid "Setting centered tabs"
msgstr ""
-#: database_main.xhp#par_id3125864.14.help.text
-msgid "<link href=\"text/shared/explorer/database/02000000.xhp\" name=\"Create new query or table view, edit query structure\">Create new query or table view, edit query structure</link>"
+#. G}Q/
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"par_id3154150\n"
+"11\n"
+"help.text"
+msgid "Double-click the ruler to open the <link href=\"text/shared/01/05030300.xhp\" name=\"Paragraph\"><emph>Paragraph</emph></link> dialog."
msgstr ""
-#: database_main.xhp#par_idN1072A.help.text
-msgctxt "database_main.xhp#par_idN1072A.help.text"
-msgid "<link href=\"text/shared/explorer/database/querywizard00.xhp\">Query Wizard</link>"
+#. S2_O
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"par_id3154145\n"
+"12\n"
+"help.text"
+msgid "Double-click the white area of the ruler to set one tab. The <emph>Paragraph</emph> dialog appears with the <emph>Tabs</emph> tab page open."
msgstr ""
-#: database_main.xhp#par_id3155430.15.help.text
-msgctxt "database_main.xhp#par_id3155430.15.help.text"
-msgid "<link href=\"text/shared/01/05340400.xhp\" name=\"Enter, edit and copy records\">Enter, edit and copy records</link>"
+#. Iq#u
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"hd_id3145748\n"
+"21\n"
+"help.text"
+msgid "Moving Tabs on the Ruler"
msgstr ""
-#: database_main.xhp#hd_id3147287.10.help.text
-msgid "Tables"
-msgstr "ცხრილები"
-
-#: database_main.xhp#par_id3163713.11.help.text
-msgid "<link href=\"text/shared/explorer/database/05010000.xhp\" name=\"Create new table, edit table structure\">Create new table, edit table structure</link>, <link href=\"text/shared/explorer/database/05010100.xhp\" name=\"index\">index</link>, <link href=\"text/shared/explorer/database/05020000.xhp\" name=\"relations\">relations</link>"
+#. 8Y-k
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"par_id3145264\n"
+"22\n"
+"help.text"
+msgid "Move individual tab stops on the ruler using the mouse."
msgstr ""
-#: database_main.xhp#par_idN1078F.help.text
-msgctxt "database_main.xhp#par_idN1078F.help.text"
-msgid "<link href=\"text/shared/explorer/database/tablewizard00.xhp\">Table Wizard</link>"
+#. ,D9[
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"par_id3159156\n"
+"13\n"
+"help.text"
+msgid "To move several tab stops on the ruler, press the Shift key before you click a tab. Drag one tab while continuing to press Shift to move that tab as well as all the tabs to the right of it. The spacing between those tabs remains the same."
msgstr ""
-#: database_main.xhp#par_id3159196.12.help.text
-msgctxt "database_main.xhp#par_id3159196.12.help.text"
-msgid "<link href=\"text/shared/01/05340400.xhp\" name=\"Enter, edit and copy records\">Enter, edit and copy records</link>"
+#. 8kOX
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"par_id3147349\n"
+"23\n"
+"help.text"
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> when you drag a tab on the ruler to move that tab and all the tabs to the right of it. This results in the spacing between those tabs changing proportionally to their distance from the margin."
msgstr ""
-#: print_blackwhite.xhp#tit.help.text
-msgid "Printing in Black and White"
+#. dLm+
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"hd_id3146146\n"
+"24\n"
+"help.text"
+msgid "Changing the Properties of Tabs"
msgstr ""
-#: print_blackwhite.xhp#bm_id3150125.help.text
-msgid "<bookmark_value>printing; black and white</bookmark_value> <bookmark_value>black and white printing</bookmark_value> <bookmark_value>colors; not printing</bookmark_value> <bookmark_value>text; printing in black</bookmark_value>"
+#. 1dK,
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"par_id3145646\n"
+"16\n"
+"help.text"
+msgid "To change tab type, click the tab you want to change on the ruler, then right-click to open the context menu."
msgstr ""
-#: print_blackwhite.xhp#hd_id3150125.1.help.text
-msgid "<variable id=\"print_blackwhite\"><link href=\"text/shared/guide/print_blackwhite.xhp\" name=\"Printing in Black and White\">Printing in Black and White</link></variable>"
+#. *F6n
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"hd_id3154729\n"
+"25\n"
+"help.text"
+msgid "Deleting Tabs"
msgstr ""
-#: print_blackwhite.xhp#hd_id3150499.3.help.text
-msgid "Printing text and graphics in black and white"
+#. VAW3
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"par_id3148879\n"
+"17\n"
+"help.text"
+msgid "To delete a tab, hold down the mouse button while you drag the tab outside the ruler."
msgstr ""
-#: print_blackwhite.xhp#par_id3149346.4.help.text
-msgid "Choose <emph>File - Print</emph>. The <emph>General</emph> tab page of the dialog opens."
+#. %+^]
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"hd_id3151074\n"
+"26\n"
+"help.text"
+msgid "Changing the Defaults"
msgstr ""
-#: print_blackwhite.xhp#par_id3155892.5.help.text
-msgid "Click on <emph>Properties</emph>. This opens the Properties dialog for your printer."
+#. m^7N
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"par_id3151059\n"
+"14\n"
+"help.text"
+msgid "If you want to change the settings of your default tab stops, you will find further information under <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/optionen/01040900.xhp\" name=\"Text Document - General\">%PRODUCTNAME Writer - General</link></caseinline><caseinline select=\"CALC\"><link href=\"text/shared/optionen/01060300.xhp\" name=\"Spreadsheet - General\">%PRODUCTNAME Calc - General</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/shared/optionen/01070500.xhp\" name=\"Drawing - General\">%PRODUCTNAME Draw - General</link></caseinline><caseinline select=\"IMPRESS\"><link href=\"text/shared/optionen/01070500.xhp\" name=\"Presentation - General\">%PRODUCTNAME Impress - General</link></caseinline><defaultinline>(module name) - General</defaultinline></switchinline> in the Options dialog box."
msgstr ""
-#: print_blackwhite.xhp#par_id3145313.6.help.text
-msgid "Select the option to print in black and white. For further information, refer to the user's manual of your printer."
+#. 5pIl
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"par_id3146972\n"
+"15\n"
+"help.text"
+msgid "The <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the ruler allows you to change the displayed units of measurement. These changes are only valid until you exit $[officename], and they only apply to the ruler on whose context menu you made the change. If you want to change the ruler measurement units permanently, choose <emph>Tools - Options - [Document type] - View</emph> and change the measurement unit there."
msgstr ""
-#: print_blackwhite.xhp#par_id3153345.7.help.text
-msgid "Confirm the <emph>Properties</emph> dialog and click <emph>Print</emph>."
+#. +01h
+#: tabs.xhp
+msgctxt ""
+"tabs.xhp\n"
+"par_id3148429\n"
+"30\n"
+"help.text"
+msgid "<link href=\"text/swriter/main0213.xhp\" name=\"Ruler\">Ruler</link>"
msgstr ""
-#: print_blackwhite.xhp#par_id3156113.8.help.text
-msgid "The current document will be printed in black and white."
+#. biZ\
+#: data_search.xhp
+msgctxt ""
+"data_search.xhp\n"
+"tit\n"
+"help.text"
+msgid "Searching Tables and Form Documents"
msgstr ""
-#: print_blackwhite.xhp#hd_id3147653.9.help.text
-msgid "Printing in black and white in <item type=\"productname\">%PRODUCTNAME</item> Impress and <item type=\"productname\">%PRODUCTNAME</item> Draw"
+#. +rhn
+#: data_search.xhp
+msgctxt ""
+"data_search.xhp\n"
+"bm_id4066896\n"
+"help.text"
+msgid "<bookmark_value>finding;records in form documents</bookmark_value><bookmark_value>forms;finding records</bookmark_value><bookmark_value>searching;tables and forms</bookmark_value>"
msgstr ""
-#: print_blackwhite.xhp#par_id3149233.10.help.text
-msgid "Choose Tools - Options - %PRODUCTNAME Impress or Tools - Options - %PRODUCTNAME Draw, as appropriate."
+#. 0?=$
+#: data_search.xhp
+msgctxt ""
+"data_search.xhp\n"
+"hd_id3154186\n"
+"64\n"
+"help.text"
+msgid "<variable id=\"data_search\"><link href=\"text/shared/guide/data_search.xhp\" name=\"Searching Tables and Form Documents\">Searching Tables and Form Documents</link></variable>"
msgstr ""
-#: print_blackwhite.xhp#par_id3150275.11.help.text
-msgctxt "print_blackwhite.xhp#par_id3150275.11.help.text"
-msgid "Then choose <emph>Print</emph>."
+#. }I=f
+#: data_search.xhp
+msgctxt ""
+"data_search.xhp\n"
+"par_id3147088\n"
+"help.text"
+msgid "<image id=\"img_id3153311\" src=\"cmd/sc_recsearch.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153311\">Icon</alt></image>"
msgstr ""
-#: print_blackwhite.xhp#par_id3147573.12.help.text
-msgid "Under <emph>Quality,</emph> select either <emph>Grayscale</emph> or <emph>Black & white</emph> and click <emph>OK</emph>."
+#. i*1l
+#: data_search.xhp
+msgctxt ""
+"data_search.xhp\n"
+"par_id3149178\n"
+"65\n"
+"help.text"
+msgid "In spreadsheets and documents in which form controls are used, you can click the <emph>Find Record</emph> icon on the form bar to open a dialog to find any text and values."
msgstr ""
-#: print_blackwhite.xhp#par_id3154307.13.help.text
-msgid "When either of these options is selected, all presentations or drawings will be printed without color. If you only want to print in black for the <emph>current</emph> print job, select the option in <emph>File - Print - %PRODUCTNAME Draw/Impress</emph>."
+#. G.qS
+#: data_search.xhp
+msgctxt ""
+"data_search.xhp\n"
+"par_id3149811\n"
+"66\n"
+"help.text"
+msgid "You can search in one or in all data fields. You can select whether the text must be at the beginning, end or any location of the data field. You also can use the ? and * wildcards, as in the <emph>Find & Replace</emph> dialog. You can find additional information about the database search function in the <link href=\"text/shared/02/12100200.xhp\" name=\"$[officename] Help\">$[officename] Help</link>."
msgstr ""
-#: print_blackwhite.xhp#par_id3149786.15.help.text
-msgid " <emph>Grayscale</emph> converts all colors to a maximum of 256 gradations from black to white. All text will be printed in black. A background set by <emph>Format - Page - Background</emph> will not be printed."
+#. _r]r
+#: redlining_accept.xhp
+msgctxt ""
+"redlining_accept.xhp\n"
+"tit\n"
+"help.text"
+msgid "Accepting or Rejecting Changes"
msgstr ""
-#: print_blackwhite.xhp#par_id3145610.16.help.text
-msgid " <emph>Black & white</emph> converts all colors into the two values black and white. All borders around objects are printed black. All text will be printed in black. A background set by <emph>Format - Page - Background</emph> will not be printed."
+#. \0#s
+#: redlining_accept.xhp
+msgctxt ""
+"redlining_accept.xhp\n"
+"bm_id3150247\n"
+"help.text"
+msgid "<bookmark_value>changes; accepting or rejecting</bookmark_value><bookmark_value>review function;accepting or rejecting changes</bookmark_value>"
msgstr ""
-#: print_blackwhite.xhp#hd_id3153896.17.help.text
-msgid "Printing only text in black and white"
+#. {yf#
+#: redlining_accept.xhp
+msgctxt ""
+"redlining_accept.xhp\n"
+"hd_id3150247\n"
+"23\n"
+"help.text"
+msgid "<variable id=\"redlining_accept\"><link href=\"text/shared/guide/redlining_accept.xhp\" name=\"Accepting or Rejecting Changes\">Accepting or Rejecting Changes</link></variable>"
msgstr ""
-#: print_blackwhite.xhp#par_id3147559.18.help.text
-msgid "In <item type=\"productname\">%PRODUCTNAME</item> Writer you can choose to print color-formatted text in black and white. You can specify this either for all subsequent text documents to be printed, or only for the current printing process."
+#. 0)RS
+#: redlining_accept.xhp
+msgctxt ""
+"redlining_accept.xhp\n"
+"par_id1491134\n"
+"help.text"
+msgid "The review function is available in %PRODUCTNAME for text documents and spreadsheet documents."
msgstr ""
-#: print_blackwhite.xhp#hd_id3150358.19.help.text
-msgid "Printing all text documents with black and white text"
+#. NQ}F
+#: redlining_accept.xhp
+msgctxt ""
+"redlining_accept.xhp\n"
+"par_id1110200810120034\n"
+"help.text"
+msgid "In Writer text documents you can also accept or reject changes by choosing commands from the context menu."
msgstr ""
-#: print_blackwhite.xhp#par_id3150541.20.help.text
-msgid "Choose Tools - Options - %PRODUCTNAME Writer or Tools - Options - %PRODUCTNAME Writer/Web."
+#. pFk2
+#: redlining_accept.xhp
+msgctxt ""
+"redlining_accept.xhp\n"
+"par_id3147571\n"
+"24\n"
+"help.text"
+msgid "When you edit a document in which others have made changes, you can accept or reject the changes individually or all together."
msgstr ""
-#: print_blackwhite.xhp#par_id3147084.21.help.text
-msgctxt "print_blackwhite.xhp#par_id3147084.21.help.text"
-msgid "Then choose <emph>Print</emph>."
+#. 6^Ty
+#: redlining_accept.xhp
+msgctxt ""
+"redlining_accept.xhp\n"
+"par_id3147008\n"
+"25\n"
+"help.text"
+msgid "If you have put multiple copies of the document in circulation, first merge these into one document (see <embedvar href=\"text/shared/guide/redlining_docmerge.xhp#redlining_docmerge\"/>)."
msgstr ""
-#: print_blackwhite.xhp#par_id3154910.22.help.text
-msgid "Under <emph>Contents,</emph> mark <emph>Print black</emph> and click <emph>OK</emph>."
+#. NRA!
+#: redlining_accept.xhp
+msgctxt ""
+"redlining_accept.xhp\n"
+"par_id3153748\n"
+"26\n"
+"help.text"
+msgid "Open the document and choose <emph>Edit - Changes - Accept or Reject</emph>. The <emph>Accept or Reject Changes</emph> dialog appears."
msgstr ""
-#: print_blackwhite.xhp#par_id3144762.23.help.text
-msgid "All text documents or HTML documents will be printed with black text."
+#. cw]^
+#: redlining_accept.xhp
+msgctxt ""
+"redlining_accept.xhp\n"
+"par_id3156346\n"
+"27\n"
+"help.text"
+msgid "Select a change on the <emph>List</emph> tab. The change is selected and displayed in the document and you can now enter your decision with one of the buttons."
msgstr ""
-#: print_blackwhite.xhp#hd_id3148920.24.help.text
-msgid "Printing the current text document with black and white text"
+#. rk=L
+#: redlining_accept.xhp
+msgctxt ""
+"redlining_accept.xhp\n"
+"par_id3147209\n"
+"28\n"
+"help.text"
+msgid "If one author has modified another author's change, you will see the changes hierarchically arranged with a plus sign for opening up the hierarchy."
msgstr ""
-#: print_blackwhite.xhp#par_id3152933.25.help.text
-msgid "Choose <emph>File - Print</emph>. Then click the <emph>%PRODUCTNAME Writer</emph> tab."
+#. fcIH
+#: redlining_accept.xhp
+msgctxt ""
+"redlining_accept.xhp\n"
+"par_id3148474\n"
+"29\n"
+"help.text"
+msgid "If the list of changes is too long, you can switch to the <emph>Filter</emph> tab in the dialog and specify that you only want to see the changes of certain authors, or only the changes of the last day, or that you want the list to be restricted in some other way."
msgstr ""
-#: print_blackwhite.xhp#par_id3149667.27.help.text
-msgid "Choose <emph>Print text in black</emph> and click <emph>Print</emph>."
+#. (9bd
+#: redlining_accept.xhp
+msgctxt ""
+"redlining_accept.xhp\n"
+"par_id3143271\n"
+"42\n"
+"help.text"
+msgid "Color-coded entries display the result of the filter that is set. Entries in black can be accepted or rejected and match the filter criteria. Entries in blue do not themselves match the filter criteria, but have subentries that are included by the filter. Gray entries cannot be accepted or rejected and do not match the filter criterion. Green entries do match the filter but cannot be accepted or rejected."
msgstr ""
-#: print_blackwhite.xhp#par_id3153726.29.help.text
-msgid "<link href=\"text/shared/01/01130000.xhp\" name=\"Printing dialogs\">Printing dialogs</link>"
+#. Xuo;
+#: viewing_file_properties.xhp
+msgctxt ""
+"viewing_file_properties.xhp\n"
+"tit\n"
+"help.text"
+msgid "Viewing File Properties"
msgstr ""
-#: print_blackwhite.xhp#par_id3154146.30.help.text
-msgid "<link href=\"text/shared/optionen/01000000.xhp\" name=\"Tools - Options dialog\">Tools - Options dialog</link>"
+#. x376
+#: viewing_file_properties.xhp
+msgctxt ""
+"viewing_file_properties.xhp\n"
+"bm_id3152594\n"
+"help.text"
+msgid "<bookmark_value>properties;files</bookmark_value><bookmark_value>files;properties</bookmark_value><bookmark_value>viewing;file properties</bookmark_value>"
msgstr ""
-#: doc_open.xhp#tit.help.text
-msgid "Opening Documents"
+#. W_oq
+#: viewing_file_properties.xhp
+msgctxt ""
+"viewing_file_properties.xhp\n"
+"hd_id3152594\n"
+"9\n"
+"help.text"
+msgid "<variable id=\"viewing_file_properties\"><variable id=\"viewing\"><link href=\"text/shared/guide/viewing_file_properties.xhp\" name=\"Viewing File Properties\">Viewing File Properties</link></variable></variable>"
msgstr ""
-#: doc_open.xhp#bm_id3147834.help.text
-msgid "<bookmark_value>opening; documents</bookmark_value><bookmark_value>documents; opening</bookmark_value><bookmark_value>files; opening</bookmark_value><bookmark_value>loading; documents</bookmark_value><bookmark_value>spreadsheets;creating/opening</bookmark_value><bookmark_value>presentations;creating/opening</bookmark_value><bookmark_value>FTP; opening documents</bookmark_value><bookmark_value>new documents</bookmark_value><bookmark_value>empty documents</bookmark_value><bookmark_value>text documents;creating/opening</bookmark_value><bookmark_value>drawings; creating/opening</bookmark_value><bookmark_value>HTML documents; new</bookmark_value><bookmark_value>formulas; new</bookmark_value>"
+#. ]/GA
+#: viewing_file_properties.xhp
+msgctxt ""
+"viewing_file_properties.xhp\n"
+"par_id3147399\n"
+"1\n"
+"help.text"
+msgid "File properties, such as author name, subject, and keywords, help you manage and identify your documents. $[officename] also tracks file statistics, including the number of words and the number of pages in a document, and automatically adds the statistics as part of the file property."
msgstr ""
-#: doc_open.xhp#hd_id3147834.1.help.text
-msgid "<variable id=\"doc_open\"><link href=\"text/shared/guide/doc_open.xhp\" name=\"Opening Documents\">Opening Documents</link></variable>"
+#. YXeF
+#: viewing_file_properties.xhp
+msgctxt ""
+"viewing_file_properties.xhp\n"
+"par_id3147834\n"
+"2\n"
+"help.text"
+msgid "You can view file properties for the current document<switchinline select=\"sys\"><caseinline select=\"WIN\"> or for a document in the Windows File Open dialog </caseinline></switchinline>."
msgstr ""
-#: doc_open.xhp#hd_id3147653.12.help.text
-msgid "Opening an existing document"
+#. P*V4
+#: viewing_file_properties.xhp
+msgctxt ""
+"viewing_file_properties.xhp\n"
+"hd_id3159233\n"
+"3\n"
+"help.text"
+msgid "To view file properties for the current document:"
msgstr ""
-#: doc_open.xhp#par_id3149398.2.help.text
-#, fuzzy
-msgid "Do one of the following:"
+#. W*BB
+#: viewing_file_properties.xhp
+msgctxt ""
+"viewing_file_properties.xhp\n"
+"par_id3153311\n"
+"4\n"
+"help.text"
+msgid "Choose <emph>File - Properties</emph>."
msgstr ""
-"#-#-#-#-# guide.po (PACKAGE VERSION) #-#-#-#-#\n"
-"შეასრულეთ ერთ-ერთი შემდეგი:\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"შემდეგიდან ერთერთის გაკეთება:"
-#: doc_open.xhp#par_idN107A9.help.text
-msgid "Choose <item type=\"menuitem\">File - Open</item>"
+#. b=9q
+#: viewing_file_properties.xhp
+msgctxt ""
+"viewing_file_properties.xhp\n"
+"hd_id3150443\n"
+"5\n"
+"help.text"
+msgid "To view file properties for a document listed in the Windows File Open dialog"
msgstr ""
-#: doc_open.xhp#par_idN107AF.help.text
-msgid "Click the <emph>Open</emph> icon on the Standard toolbar"
+#. Jqzp
+#: viewing_file_properties.xhp
+msgctxt ""
+"viewing_file_properties.xhp\n"
+"par_id3166460\n"
+"6\n"
+"help.text"
+msgid "Choose <emph>File - Open</emph>."
msgstr ""
-#: doc_open.xhp#par_idN107B2.help.text
-msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+O "
+#. fj@g
+#: viewing_file_properties.xhp
+msgctxt ""
+"viewing_file_properties.xhp\n"
+"par_id3154306\n"
+"7\n"
+"help.text"
+msgid "Select a file in the list."
msgstr ""
-#: doc_open.xhp#par_id3150275.3.help.text
-msgid "The <link href=\"text/shared/01/01020000.xhp\" name=\"Open\">Open</link> dialog appears."
+#. B$Q#
+#: viewing_file_properties.xhp
+msgctxt ""
+"viewing_file_properties.xhp\n"
+"par_id3145121\n"
+"8\n"
+"help.text"
+msgid "Right-click and choose<emph> Properties</emph>."
msgstr ""
-#: doc_open.xhp#par_id3149164.4.help.text
-msgid "Select the file you want to open and click <emph>Open</emph>."
+#. g)=B
+#: measurement_units.xhp
+msgctxt ""
+"measurement_units.xhp\n"
+"tit\n"
+"help.text"
+msgid "Selecting Measurement Units"
msgstr ""
-#: doc_open.xhp#hd_id3149234.13.help.text
-msgid "Restrict Files to Display"
+#. !Z\0
+#: measurement_units.xhp
+msgctxt ""
+"measurement_units.xhp\n"
+"bm_id3159201\n"
+"help.text"
+msgid "<bookmark_value>documents;measurement units in</bookmark_value><bookmark_value>measurement units;selecting</bookmark_value><bookmark_value>units;measurement units</bookmark_value><bookmark_value>centimeters</bookmark_value><bookmark_value>inches</bookmark_value><bookmark_value>distances</bookmark_value><bookmark_value>selecting;measurement units</bookmark_value>"
msgstr ""
-#: doc_open.xhp#par_id3150985.14.help.text
-msgid "To restrict the display of files in the <emph>Open</emph> dialog to a certain type select the corresponding <emph>File type</emph> from the list. Select <emph>All Files</emph> to display all files."
+#. I*RS
+#: measurement_units.xhp
+msgctxt ""
+"measurement_units.xhp\n"
+"hd_id3159201\n"
+"help.text"
+msgid "<variable id=\"measurement_units\"><link href=\"text/shared/guide/measurement_units.xhp\" name=\"Selecting Measurement Units\">Selecting Measurement Units</link></variable>"
msgstr ""
-#: doc_open.xhp#hd_id4651326.help.text
-msgid "Cursor Position"
+#. PTOY
+#: measurement_units.xhp
+msgctxt ""
+"measurement_units.xhp\n"
+"par_id3146957\n"
+"2\n"
+"help.text"
+msgid "You can select separate measurement units for $[officename] Writer, $[officename] Writer/Web, $[officename] Calc, $[officename] Impress and $[officename] Draw documents."
msgstr ""
-#: doc_open.xhp#par_id5509201.help.text
-msgid "In general, all documents open with the cursor at the start of the document. "
+#. f@Ep
+#: measurement_units.xhp
+msgctxt ""
+"measurement_units.xhp\n"
+"par_idN10674\n"
+"help.text"
+msgid "Open a document of the type for which you want to change the measurement units."
msgstr ""
-#: doc_open.xhp#par_id6594744.help.text
-msgid "One exception appears when the author of a Writer text document saves and reopens a document: The cursor will be at the same position where it has been when the document was saved. This only works when the name of the author was entered in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - User Data</emph>."
+#. uef6
+#: measurement_units.xhp
+msgctxt ""
+"measurement_units.xhp\n"
+"par_id3153345\n"
+"3\n"
+"help.text"
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline></emph>."
msgstr ""
-#: doc_open.xhp#par_id3422650.help.text
-msgid "Press Shift+F5 to set the cursor to the last saved position."
+#. (3%;
+#: measurement_units.xhp
+msgctxt ""
+"measurement_units.xhp\n"
+"par_id3154749\n"
+"4\n"
+"help.text"
+msgid "In the left pane of the dialog, double-click the application for which you want to select the measurement unit."
msgstr ""
-#: doc_open.xhp#hd_id3148453.17.help.text
-msgid "Opening an Empty Document"
+#. (^T1
+#: measurement_units.xhp
+msgctxt ""
+"measurement_units.xhp\n"
+"par_id3147653\n"
+"5\n"
+"help.text"
+msgid "Double-click <emph>%PRODUCTNAME Writer</emph> if you want to select the measurement units for text documents."
msgstr ""
-#: doc_open.xhp#par_id3147287.19.help.text
-msgid "Click the <emph>New</emph> icon on the Standard bar or choose <emph>File - New</emph>. This opens a document of the document type specified."
+#. u+P^
+#: measurement_units.xhp
+msgctxt ""
+"measurement_units.xhp\n"
+"par_id3150443\n"
+"6\n"
+"help.text"
+msgid "Click on <emph>General</emph>."
msgstr ""
-#: doc_open.xhp#par_id3153092.20.help.text
-msgid "If you click the arrow next to the <emph>New</emph> icon, a submenu opens in which you can select another document type."
+#. x0QD
+#: measurement_units.xhp
+msgctxt ""
+"measurement_units.xhp\n"
+"par_id3147335\n"
+"7\n"
+"help.text"
+msgid "On the <emph>General</emph> tab page, select the measurement unit. Close the dialog with <emph>OK</emph>."
msgstr ""
-#: doc_open.xhp#hd_id0820200803501358.help.text
-msgid "System File Dialogs or %PRODUCTNAME Dialogs"
+#. b,n.
+#: measurement_units.xhp
+msgctxt ""
+"measurement_units.xhp\n"
+"par_id3153126\n"
+"8\n"
+"help.text"
+msgid "<link href=\"text/shared/00/00000003.xhp\" name=\"Entering measurement units directly\">Entering measurement units directly</link>"
msgstr ""
-#: doc_open.xhp#par_id0820200803501356.help.text
-msgid "On most operating systems, you can choose to use the system file dialogs or %PRODUCTNAME dialogs."
+#. MHgj
+#: measurement_units.xhp
+msgctxt ""
+"measurement_units.xhp\n"
+"par_id3148473\n"
+"9\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\">%PRODUCTNAME Writer - General</link>"
msgstr ""
-#: doc_open.xhp#par_id0820200803501429.help.text
-msgid "Choose <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - General</item> to switch the type of open/save dialogs."
+#. z9ao
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"tit\n"
+"help.text"
+msgid "Protecting Content in %PRODUCTNAME"
msgstr ""
-#: doc_open.xhp#par_id0820200803501449.help.text
-msgid "The %PRODUCTNAME dialogs support file download and upload using secure https connections."
+#. IDro
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"bm_id3150620\n"
+"help.text"
+msgid "<bookmark_value>protecting; contents</bookmark_value> <bookmark_value>protected contents</bookmark_value> <bookmark_value>contents protection</bookmark_value> <bookmark_value>encryption of contents</bookmark_value> <bookmark_value>passwords for protecting contents</bookmark_value> <bookmark_value>security;protecting contents</bookmark_value> <bookmark_value>form controls; protecting</bookmark_value> <bookmark_value>draw objects;protecting</bookmark_value> <bookmark_value>OLE objects;protecting</bookmark_value> <bookmark_value>graphics;protecting</bookmark_value> <bookmark_value>frames;protecting</bookmark_value>"
msgstr ""
-#: doc_open.xhp#hd_id0820200803501453.help.text
-msgid "Opening Files from a Web Server"
+#. 8mJ,
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"hd_id3155364\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"protection\"><link href=\"text/shared/guide/protection.xhp\" name=\"Protecting Content in %PRODUCTNAME\">Protecting Content in <item type=\"productname\">%PRODUCTNAME</item></link></variable>"
msgstr ""
-#: doc_open.xhp#par_id3153126.9.help.text
-msgid "You can enter a URL in the <emph>File name</emph> box of the <emph>Open</emph> dialogs. The URL must start with file:/// or ftp:// or http://. "
+#. j_x4
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3153394\n"
+"3\n"
+"help.text"
+msgid "The following is an overview of the different ways of protecting contents in <item type=\"productname\">%PRODUCTNAME</item> from being modified, deleted or viewed."
msgstr ""
-#: doc_open.xhp#par_id0820200803501548.help.text
-msgid "If you use the %PRODUCTNAME dialog, you can use the https:// prefix for a secure connection, and you can save a document on the web server."
+#. W@3[
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"hd_id3146957\n"
+"4\n"
+"help.text"
+msgid "Protecting All Documents When Saving"
msgstr ""
-#: doc_open.xhp#par_idN107C4.help.text
-msgid "When you open a file by a URL from the Windows file dialog, Windows will open a local copy of the file, located in the Internet Explorer cache. The %PRODUCTNAME file dialog opens a local copy of the file in the system's temp folder."
+#. !j%J
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3150775\n"
+"5\n"
+"help.text"
+msgid "All documents that are saved in <link href=\"text/shared/00/00000021.xhp\" name=\"OpenDocument format\">OpenDocument format</link> can be saved with a password. Documents that are saved with a password cannot be opened without the password. The content is secured so that it cannot be read with an external editor. This applies to content, graphics and OLE objects."
msgstr ""
-#: doc_open.xhp#par_id3148616.5.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/01020000.xhp\" name=\"File - Open\">File - Open</link>"
-msgstr "<link href=\"text/scalc/01/04050000.xhp\" name=\"ფურცელი\">ფურცელი</link>"
-
-#: chart_title.xhp#tit.help.text
-msgid "Editing Chart Titles"
+#. irwp
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3166410\n"
+"6\n"
+"help.text"
+msgid "Turning on protection"
msgstr ""
-#: chart_title.xhp#bm_id3156136.help.text
-msgid "<bookmark_value>charts; editing titles</bookmark_value><bookmark_value>editing; chart titles</bookmark_value><bookmark_value>titles; editing in charts</bookmark_value>"
+#. 3Jmb
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3145121\n"
+"7\n"
+"help.text"
+msgid "Choose <emph>File - Save As</emph> and mark the <emph>Save with password</emph> check box. Save the document."
msgstr ""
-#: chart_title.xhp#hd_id3156136.1.help.text
-msgid "<variable id=\"chart_title\"><link href=\"text/shared/guide/chart_title.xhp\" name=\"Editing Chart Titles\">Editing Chart Titles</link></variable>"
+#. /kHP
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3154286\n"
+"8\n"
+"help.text"
+msgid "Turning off protection"
msgstr ""
-#: chart_title.xhp#par_id3153527.2.help.text
-msgid "To edit a chart title that you have inserted into a $[officename] document:"
+#. ?E1C
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3148492\n"
+"9\n"
+"help.text"
+msgid "Open the document, entering the correct password. Choose <emph>File - Save As</emph> and clear the <emph>Save with password</emph> check box."
msgstr ""
-#: chart_title.xhp#par_id3153681.3.help.text
-msgctxt "chart_title.xhp#par_id3153681.3.help.text"
-msgid "Double-click on the chart."
+#. .Hg%
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3145068\n"
+"64\n"
+"help.text"
+msgid "Information entered in <emph>File - Properties</emph> is not encrypted. This includes the name of the author, creation date, word and character counts."
msgstr ""
-#: chart_title.xhp#par_id3145345.4.help.text
-msgctxt "chart_title.xhp#par_id3145345.4.help.text"
-msgid "A gray border appears around the chart and the menu bar now contains commands for editing the objects in the chart."
+#. 8R\j
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"hd_id3149294\n"
+"10\n"
+"help.text"
+msgid "Protecting Revision Marking"
msgstr ""
-#: chart_title.xhp#par_id3149811.5.help.text
-msgid "Double-click on an existing title text. A gray border appears around the text and you can now make changes. Press Enter to create a new line."
+#. XjX*
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3161646\n"
+"11\n"
+"help.text"
+msgid "With every change made in <item type=\"productname\">%PRODUCTNAME</item> Calc and <item type=\"productname\">%PRODUCTNAME</item> Writer, the review function records who made the change. This function can be turned on with protection, so that it can only be turned off when the correct password is entered. Until then, all changes will continue to be recorded. Acceptance or rejection of changes is not possible."
msgstr ""
-#: chart_title.xhp#par_id2706991.help.text
-msgid "If no title text exists, choose <emph>Insert - Title</emph> to enter the text in a dialog."
+#. Iq|r
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3154684\n"
+"12\n"
+"help.text"
+msgid "Turning on protection"
msgstr ""
-#: chart_title.xhp#par_id3145382.6.help.text
-msgid "A single-click on the title allows you to move it with the mouse."
+#. 9C*]
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3153104\n"
+"13\n"
+"help.text"
+msgid "Choose <emph>Edit - Changes - Protect Records</emph>. Enter and confirm a password of at least 5 characters."
msgstr ""
-#: chart_title.xhp#par_id3155341.7.help.text
-msgid "If you want to change the formatting of the main title, choose <emph>Format - Title - Main Title</emph>. This opens the <emph>Title</emph> dialog."
+#. MhOU
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3144760\n"
+"14\n"
+"help.text"
+msgid "Turning off protection"
msgstr ""
-#: chart_title.xhp#par_id3147336.8.help.text
-msgid "Select one of the available tabs in the dialog to make modifications."
+#. 0`[n
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3152920\n"
+"15\n"
+"help.text"
+msgid "Choose <emph>Edit - Changes - Protect Records</emph>. Enter the correct password."
msgstr ""
-#: chart_title.xhp#par_id3155135.9.help.text
-msgctxt "chart_title.xhp#par_id3155135.9.help.text"
-msgid "Click <emph>OK</emph>. In your document, click outside the chart to exit chart editing mode."
+#. `f]u
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"hd_id3155113\n"
+"52\n"
+"help.text"
+msgid "Protecting Frames, Graphics, and OLE Objects"
msgstr ""
-#: chart_title.xhp#par_id3154046.10.help.text
-msgctxt "chart_title.xhp#par_id3154046.10.help.text"
-msgid "<link href=\"text/schart/01/05010000.xhp\" name=\"Format - Object properties\">Format - Object properties</link>"
+#. :e0N
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3153703\n"
+"53\n"
+"help.text"
+msgid "You can protect the content, position and size of inserted graphics. The same applies to frames (in Writer) and OLE objects."
msgstr ""
-#: labels_database.xhp#tit.help.text
-msgid "Printing Address Labels"
+#. Hkc,
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3147131\n"
+"54\n"
+"help.text"
+msgid "Turning on protection"
msgstr ""
-#: labels_database.xhp#bm_id3147399.help.text
-msgid "<bookmark_value>address labels from databases</bookmark_value> <bookmark_value>labels; from databases</bookmark_value> <bookmark_value>stickers</bookmark_value> <bookmark_value>databases;creating labels</bookmark_value>"
+#. e,p?
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3150088\n"
+"55\n"
+"help.text"
+msgid "For example, for graphics inserted in Writer: Choose <emph>Format - Picture - Options</emph> tab. Under <emph>Protect</emph>, mark <emph>Contents</emph>, <emph>Position</emph> and/or <emph>Size</emph>."
msgstr ""
-#: labels_database.xhp#hd_id3147399.34.help.text
-msgid "<variable id=\"labels_database\"><link href=\"text/shared/guide/labels_database.xhp\" name=\"Printing Address Labels\">Printing Address Labels</link></variable>"
+#. E|r_
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3147510\n"
+"56\n"
+"help.text"
+msgid "Turning off protection"
msgstr ""
-#: labels_database.xhp#par_id3153824.36.help.text
-msgid "Choose <emph>File - New - Labels</emph> to open the <emph>Labels</emph> dialog."
+#. EI\k
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3153657\n"
+"57\n"
+"help.text"
+msgid "For example, for graphics inserted in Writer: Choose <emph>Format - Picture - Options</emph> tab. Under <emph>Protect</emph>, unmark as appropriate."
msgstr ""
-#: labels_database.xhp#par_id3150084.37.help.text
-msgid "On the <emph>Labels</emph> tab page, select the format of the label sheets you want to print on. "
+#. ~z`0
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"hd_id3152992\n"
+"58\n"
+"help.text"
+msgid "Protecting Drawing Objects and Form Objects"
msgstr ""
-#: labels_database.xhp#par_id0130200903370863.help.text
-msgid "Choose the database and table from which to get the data."
+#. CnMp
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3166429\n"
+"59\n"
+"help.text"
+msgid "The draw objects that you insert into your documents with the <emph>Drawing </emph>toolbar can be protected from being accidentally moved or changed in size. You can do the same with form objects inserted with the <emph>Form Controls</emph> toolbar."
msgstr ""
-#: labels_database.xhp#par_id013020090337089.help.text
-msgid "Select a database field of which you want to print the contents. Click the button that shows a left arrow to insert the database field into the Label Text box."
+#. \k3o
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3153226\n"
+"60\n"
+"help.text"
+msgid "Turning on protection"
msgstr ""
-#: labels_database.xhp#par_id0130200903370930.help.text
-msgid "Continue to select and insert database fields if you want more fields on every label. You can press Enter to insert a new line, and you can type any character to insert fixed text."
+#. c,M5
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3148815\n"
+"61\n"
+"help.text"
+msgid "Choose <emph>Format - Object - Position and Size </emph>- <emph>Position and Size</emph> tab. Mark the <emph>Position</emph> or <emph>Size</emph> check box."
msgstr ""
-#: labels_database.xhp#par_id0130200903370924.help.text
-msgid "Optionally, if you want to type more text, apply formatting, or insert images and line art, you should enable <emph>Synchronize contents</emph> on the <emph>Options</emph> tab. If you enable this, once you leave the Labels dialog box a small window opens with a Synchronize button. Now you only need to work on the first label on the labels document, then click the Synchronize button to copy your work to every label of the document."
+#. ^qn3
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3156289\n"
+"62\n"
+"help.text"
+msgid "Turning off protection"
msgstr ""
-#: labels_database.xhp#par_idN10687.help.text
-msgid "Click <emph>New Document</emph>."
+#. O6|V
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3154991\n"
+"63\n"
+"help.text"
+msgid "Choose <emph>Format - Object - Position and Size </emph>- <emph>Position and Size</emph> tab. Unmark the <emph>Position</emph> or <emph>Size</emph> check box."
msgstr ""
-#: labels_database.xhp#par_id3148685.38.help.text
-msgid "When you see the label document, you might want to temporarily enable <item type=\"menuitem\">View - Field Names</item>. This displays the fields in a more visible manner, so that you can arrange and edit label contents more easily."
+#. )3p$
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_idN10B8C\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/guide/digital_signatures.xhp#digital_signatures\"/>"
msgstr ""
-#: labels_database.xhp#par_id3148484.25.help.text
-msgid "You can save and/or print the label document."
+#. /_+D
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id4680928\n"
+"help.text"
+msgid "<link href=\"text/swriter/guide/protection.xhp\">Protecting Content in %PRODUCTNAME Writer</link>"
msgstr ""
-#: labels_database.xhp#par_id8476821.help.text
-msgid "When you choose to print the document, you will be asked if you want to print a form letter. Answer Yes to open the <link href=\"text/swriter/01/01150000.xhp\">Mail Merge</link> dialog. In the Mail Merge dialog, you can select the records for which you want to print labels."
+#. c[BJ
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id9014252\n"
+"help.text"
+msgid "<link href=\"text/scalc/guide/cell_protect.xhp\">Protecting Cells in %PRODUCTNAME Calc</link>"
msgstr ""
-#: dragdrop.xhp#tit.help.text
-msgid "Dragging and Dropping Within a $[officename] Document"
+#. Xq9j
+#: data_dbase2office.xhp
+msgctxt ""
+"data_dbase2office.xhp\n"
+"tit\n"
+"help.text"
+msgid "Importing and Exporting Data in Text Format"
msgstr ""
-#: dragdrop.xhp#bm_id3154927.help.text
-msgid "<bookmark_value>drag and drop;overview</bookmark_value><bookmark_value>mouse; pointers when using drag and drop</bookmark_value><bookmark_value>links;by drag and drop</bookmark_value><bookmark_value>copying;by drag and drop</bookmark_value>"
+#. 5hUr
+#: data_dbase2office.xhp
+msgctxt ""
+"data_dbase2office.xhp\n"
+"bm_id3157896\n"
+"help.text"
+msgid "<bookmark_value>databases; text formats</bookmark_value><bookmark_value>text formats; databases</bookmark_value><bookmark_value>importing; tables in text format</bookmark_value><bookmark_value>exporting; spreadsheets to text format</bookmark_value>"
msgstr ""
-#: dragdrop.xhp#hd_id3147571.11.help.text
-msgid "<variable id=\"dragdrop\"><link href=\"text/shared/guide/dragdrop.xhp\" name=\"Dragging and Dropping Within a $[officename] Document\">Dragging and Dropping Within a $[officename] Document</link></variable>"
+#. BA\7
+#: data_dbase2office.xhp
+msgctxt ""
+"data_dbase2office.xhp\n"
+"hd_id3154824\n"
+"55\n"
+"help.text"
+msgid "<variable id=\"data_dbase2office\"><link href=\"text/shared/guide/data_dbase2office.xhp\" name=\"Importing and Exporting Data in Text Format\">Importing and Exporting Data in Text Format</link></variable>"
msgstr ""
-#: dragdrop.xhp#par_id3147008.3.help.text
-msgid "There are many options for moving or copying objects using drag-and-drop. Text sections, drawing objects, graphics, form controls, hyperlinks, cell ranges, and many more can be moved or copied with the mouse."
+#. C4I+
+#: data_dbase2office.xhp
+msgctxt ""
+"data_dbase2office.xhp\n"
+"par_id3147088\n"
+"54\n"
+"help.text"
+msgid "If you want to exchange data with a database that does not have an ODBC link and does not allow dBASE import and export, you can use a common text format."
msgstr ""
-#: dragdrop.xhp#par_id3155892.12.help.text
-msgid "Note that the mouse pointer displays a plus sign when copying and an arrow when creating a link or hyperlink."
+#. ogY*
+#: data_dbase2office.xhp
+msgctxt ""
+"data_dbase2office.xhp\n"
+"hd_id3145313\n"
+"41\n"
+"help.text"
+msgid "Importing Data into $[officename]"
msgstr ""
-#: dragdrop.xhp#par_id3146798.5.help.text
-msgid "Mouse Pointer"
+#. uyY{
+#: data_dbase2office.xhp
+msgctxt ""
+"data_dbase2office.xhp\n"
+"par_id3147275\n"
+"40\n"
+"help.text"
+msgid "To exchange data in a text format use the $[officename] Calc import/export filter."
msgstr ""
-#: dragdrop.xhp#par_id3147618.6.help.text
-msgid "Description"
-msgstr "აღწერა"
+#. -\Z=
+#: data_dbase2office.xhp
+msgctxt ""
+"data_dbase2office.xhp\n"
+"par_id3145382\n"
+"42\n"
+"help.text"
+msgid "Export the desired data from the source database in a text format. The CSV text format is recommended. This format separates data fields by using delimiters such as commas or semi-colons, and separates records by inserting line breaks."
+msgstr ""
-#: dragdrop.xhp#par_id3159177.help.text
-msgid "<image id=\"img_id3147573\" src=\"res/helpimg/movedata.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3147573\">Mouse pointer moving data</alt></image>"
+#. B?ev
+#: data_dbase2office.xhp
+msgctxt ""
+"data_dbase2office.xhp\n"
+"par_id3153821\n"
+"43\n"
+"help.text"
+msgid "Choose <emph>File - </emph><link href=\"text/shared/01/01020000.xhp\" name=\"Open\"><emph>Open</emph></link> and click the file to import."
msgstr ""
-#: dragdrop.xhp#par_id3154898.7.help.text
-msgid "Moving"
+#. 4X3m
+#: data_dbase2office.xhp
+msgctxt ""
+"data_dbase2office.xhp\n"
+"par_id1977904\n"
+"help.text"
+msgid "Select \"Text CSV\" from the <emph>File type</emph> combo box. Click <emph>Open</emph>."
msgstr ""
-#: dragdrop.xhp#par_id3154306.help.text
-msgid "<image id=\"img_id3149233\" src=\"res/helpimg/copydata.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3149233\">Mouse pointer copying data</alt></image>"
+#. ]ImW
+#: data_dbase2office.xhp
+msgctxt ""
+"data_dbase2office.xhp\n"
+"par_id3150771\n"
+"44\n"
+"help.text"
+msgid "The <link href=\"text/shared/00/00000208.xhp\" name=\"Text Import\"><emph>Text Import</emph></link> dialog appears. Decide which data to include from the text document."
msgstr ""
-#: dragdrop.xhp#par_id3153627.8.help.text
-msgid "Copying"
+#. 6+K,
+#: data_dbase2office.xhp
+msgctxt ""
+"data_dbase2office.xhp\n"
+"par_id3150986\n"
+"45\n"
+"help.text"
+msgid "Once the data is in a $[officename] Calc spreadsheet, you can edit it as needed. Save the data as a $[officename] data source:"
msgstr ""
-#: dragdrop.xhp#par_id3153896.help.text
-msgid "<image id=\"img_id3159413\" src=\"res/helpimg/linkdata.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3159413\">Mouse pointer inserting link</alt></image>"
+#. d_-r
+#: data_dbase2office.xhp
+msgctxt ""
+"data_dbase2office.xhp\n"
+"par_id3149762\n"
+"56\n"
+"help.text"
+msgid "Save the current $[officename] Calc spreadsheet in dBASE format in the folder of a dBASE database. To do this, choose <emph>File - Save As</emph>, then select the <emph>File type</emph> \"dBASE\" and the folder of the dBASE database."
msgstr ""
-#: dragdrop.xhp#par_id3154938.9.help.text
-msgid "Creating a link"
+#. t-3o
+#: data_dbase2office.xhp
+msgctxt ""
+"data_dbase2office.xhp\n"
+"hd_id3150400\n"
+"58\n"
+"help.text"
+msgid "Exporting in CSV Text Format"
msgstr ""
-#: dragdrop.xhp#par_id3154366.13.help.text
-msgid "If you press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> or Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while releasing the mouse button, you can control whether the object is copied, moved, or a link is created."
+#. V|jI
+#: data_dbase2office.xhp
+msgctxt ""
+"data_dbase2office.xhp\n"
+"par_id3154140\n"
+"59\n"
+"help.text"
+msgid "You can export the current $[officename] spreadsheet in a text format which can be read by many other applications."
msgstr ""
-#: dragdrop.xhp#par_id3148672.help.text
-msgid "<image id=\"img_id3158407\" src=\"sw/imglst/sc20238.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3158407\">Icon</alt></image>"
+#. z6O~
+#: data_dbase2office.xhp
+msgctxt ""
+"data_dbase2office.xhp\n"
+"par_id3152933\n"
+"60\n"
+"help.text"
+msgid "Choose <emph>File - Save as</emph>."
msgstr ""
-#: dragdrop.xhp#par_id3156422.14.help.text
-msgid "If you drag objects out of the <link href=\"text/shared/guide/navigator.xhp\" name=\"Navigator\"><emph>Navigator</emph></link>, you can specify in the submenu of the Navigator's <emph>Drag Mode</emph> icon whether to copy the object, insert it as a link or insert it as a hyperlink."
+#. 8suq
+#: data_dbase2office.xhp
+msgctxt ""
+"data_dbase2office.xhp\n"
+"par_id3154216\n"
+"61\n"
+"help.text"
+msgid "In <emph>File type</emph> select the filter \"Text CSV\". Enter a file name and click <emph>Save</emph>."
msgstr ""
-#: dragdrop.xhp#par_id3153144.4.help.text
-msgid "You can cancel a drag-and-drop operation in $[officename] at any time by pressing the Esc key before releasing the mouse button."
+#. 8Jo#
+#: data_dbase2office.xhp
+msgctxt ""
+"data_dbase2office.xhp\n"
+"par_id3154908\n"
+"62\n"
+"help.text"
+msgid "This opens the <link href=\"text/shared/00/00000207.xhp\" name=\"dBase Export\"><emph>Export of text files</emph></link> dialog, in which you can select the character set, field delimiter and text delimiter. Click <emph>OK</emph>. A warning informs you that only the active sheet was saved."
msgstr ""
-#: dragdrop_graphic.xhp#tit.help.text
-msgid "Copying Graphics Between Documents"
+#. ;{iA
+#: hyperlink_insert.xhp
+msgctxt ""
+"hyperlink_insert.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting Hyperlinks"
msgstr ""
-#: dragdrop_graphic.xhp#bm_id3159201.help.text
-msgid "<bookmark_value>drag and drop; pictures</bookmark_value><bookmark_value>pictures; drag and drop between documents</bookmark_value><bookmark_value>copying;pictures, between documents</bookmark_value><bookmark_value>pasting;pictures from other documents</bookmark_value>"
+#. :#sg
+#: hyperlink_insert.xhp
+msgctxt ""
+"hyperlink_insert.xhp\n"
+"bm_id3150789\n"
+"help.text"
+msgid "<bookmark_value>hyperlinks; inserting</bookmark_value><bookmark_value>links; inserting</bookmark_value><bookmark_value>inserting; hyperlinks</bookmark_value>"
msgstr ""
-#: dragdrop_graphic.xhp#hd_id3159201.15.help.text
-msgid "<variable id=\"dragdrop_graphic\"><link href=\"text/shared/guide/dragdrop_graphic.xhp\" name=\"Copying Graphics Between Documents\">Copying Graphics Between Documents</link></variable>"
+#. \*x9
+#: hyperlink_insert.xhp
+msgctxt ""
+"hyperlink_insert.xhp\n"
+"hd_id3150789\n"
+"4\n"
+"help.text"
+msgid "<variable id=\"hyperlink_insert\"><link href=\"text/shared/guide/hyperlink_insert.xhp\" name=\"Inserting Hyperlinks\">Inserting Hyperlinks</link></variable>"
msgstr ""
-#: dragdrop_graphic.xhp#par_id3155805.16.help.text
-msgid "You can copy a graphic from one document to another by drag-and-drop. If you plan to publish your document, please observe copyright laws and obtain the consent of the authors."
+#. (B]|
+#: hyperlink_insert.xhp
+msgctxt ""
+"hyperlink_insert.xhp\n"
+"par_id3149095\n"
+"5\n"
+"help.text"
+msgid "You can insert hyperlinks in two ways: as text or as a button. In both cases, the visible text can be different from the URL."
msgstr ""
-#: dragdrop_graphic.xhp#par_id3147576.17.help.text
-msgid "Open the document in which you want to insert the graphic object."
+#. \S6O
+#: hyperlink_insert.xhp
+msgctxt ""
+"hyperlink_insert.xhp\n"
+"par_id3149811\n"
+"8\n"
+"help.text"
+msgid "Place the text cursor in the document at the point where you want to insert the hyperlink or select the text that you want to put the hyperlink on. Select <emph>Hyperlink</emph> command from the <emph>Insert</emph> menu. Alternatively click on the <image id=\"img_id3149763\" src=\"cmd/sc_hyperlinkdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149763\">Icon</alt></image> Hyperlink icon on the <emph>Standard</emph> toolbar. The <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link> appears."
msgstr ""
-#: dragdrop_graphic.xhp#par_id3155338.18.help.text
-msgid "Open the document from which you want to copy the graphic."
+#. h48a
+#: hyperlink_insert.xhp
+msgctxt ""
+"hyperlink_insert.xhp\n"
+"par_id3154685\n"
+"23\n"
+"help.text"
+msgid "To jump to a specific line in a text document, first enter a bookmark at that position (<emph>Insert - Bookmark</emph>)."
msgstr ""
-#: dragdrop_graphic.xhp#par_id3149182.19.help.text
-msgid "Click the graphic while pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key, to select it without executing any hyperlinks it may refer to."
+#. 7ZH!
+#: hyperlink_insert.xhp
+msgctxt ""
+"hyperlink_insert.xhp\n"
+"par_idN1076D\n"
+"help.text"
+msgid "To jump to a cell in a spreadsheet, first enter a name for the cell (<emph>Insert - Names - Define</emph>)."
msgstr ""
-#: dragdrop_graphic.xhp#par_id3151110.20.help.text
-msgid "Keep the mouse button pressed and wait a moment while the object is copied to an internal memory."
+#. X,eZ
+#: hyperlink_insert.xhp
+msgctxt ""
+"hyperlink_insert.xhp\n"
+"par_id3152887\n"
+"24\n"
+"help.text"
+msgid "Hyperlinks can also be inserted by drag-and-drop from the Navigator. Hyperlinks can refer to references, headings, graphics, tables, objects, directories or bookmarks."
msgstr ""
-#: dragdrop_graphic.xhp#par_id3149763.21.help.text
-msgid "Drag the graphic into the other document. <switchinline select=\"sys\"><caseinline select=\"WIN\">If the documents are not visible side by side, first move the mouse pointer to the button of the target document while keeping the mouse button pressed. The document in question is then displayed and you can move the mouse pointer into the document. </caseinline></switchinline>"
+#. 9@`7
+#: hyperlink_insert.xhp
+msgctxt ""
+"hyperlink_insert.xhp\n"
+"par_id3146975\n"
+"34\n"
+"help.text"
+msgid "If you wish to insert in a text a hyperlink that refers to Table 1, drag the entry Table 1 from the Navigator and drop it in the text. To do this, the <emph>Insert as Hyperlink</emph> drag mode must be selected in the Navigator."
msgstr ""
-#: dragdrop_graphic.xhp#par_id3155628.22.help.text
-msgid "Release the mouse button as soon as the gray text cursor indicates the position where you want to insert a copy of the picture."
+#. VLa1
+#: lineend_define.xhp
+msgctxt ""
+"lineend_define.xhp\n"
+"tit\n"
+"help.text"
+msgid "Defining Line Ends"
msgstr ""
-#: dragdrop_graphic.xhp#par_id3150276.56.help.text
-msgid "If the graphic is connected with a hyperlink, the hyperlink and not the graphic is inserted."
+#. 5^:W
+#: lineend_define.xhp
+msgctxt ""
+"lineend_define.xhp\n"
+"bm_id3146117\n"
+"help.text"
+msgid "<bookmark_value>defining; arrowheads and other line ends</bookmark_value><bookmark_value>arrows; defining arrow heads</bookmark_value><bookmark_value>lines;defining ends</bookmark_value>"
msgstr ""
-#: ctl.xhp#tit.help.text
-msgid "Languages Using Complex Text Layout"
+#. ?+$}
+#: lineend_define.xhp
+msgctxt ""
+"lineend_define.xhp\n"
+"hd_id3146117\n"
+"14\n"
+"help.text"
+msgid "<variable id=\"lineend_define\"><link href=\"text/shared/guide/lineend_define.xhp\" name=\"Defining Line Ends\">Defining Line Ends</link></variable>"
msgstr ""
-#: ctl.xhp#bm_id3153662.help.text
-msgid "<bookmark_value>CTL;complex text layout languages</bookmark_value><bookmark_value>languages;complex text layout</bookmark_value><bookmark_value>text;CTL languages</bookmark_value><bookmark_value>text layout for special languages</bookmark_value><bookmark_value>right-to-left text</bookmark_value><bookmark_value>entering text from right to left</bookmark_value><bookmark_value>bi-directional writing</bookmark_value><bookmark_value>Hindi;entering text</bookmark_value><bookmark_value>Hebrew;entering text</bookmark_value><bookmark_value>Arabic;entering text</bookmark_value><bookmark_value>Thai;entering text</bookmark_value>"
+#. t:FS
+#: lineend_define.xhp
+msgctxt ""
+"lineend_define.xhp\n"
+"par_id3153750\n"
+"15\n"
+"help.text"
+msgid "You can define any object to be included in the list of available line ends."
msgstr ""
-#: ctl.xhp#hd_id3153662.13.help.text
-msgid "<variable id=\"ctl\"><link href=\"text/shared/guide/ctl.xhp\" name=\"Languages Using Complex Text Layout\">Languages Using Complex Text Layout</link></variable>"
+#. 8k36
+#: lineend_define.xhp
+msgctxt ""
+"lineend_define.xhp\n"
+"par_id3147653\n"
+"16\n"
+"help.text"
+msgid "Use the draw functions to create an object to be used as a line end."
msgstr ""
-#: ctl.xhp#par_id3147618.10.help.text
-msgid "Currently, $[officename] supports Hindi, Thai, Hebrew, and Arabic as <link href=\"text/shared/00/00000005.xhp#ctl\" name=\"CTL languages\">CTL languages</link>."
+#. Uf!g
+#: lineend_define.xhp
+msgctxt ""
+"lineend_define.xhp\n"
+"par_id3149795\n"
+"17\n"
+"help.text"
+msgid "Select the object and choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Drawing Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Line</emph>."
msgstr ""
-#: ctl.xhp#par_id3155420.11.help.text
-msgid "If you select the text flow from right to left, embedded Western text still runs from left to right. The cursor responds to the arrow keys in that Right Arrow moves it \"to the text end\" and Left Arrow \"to the text start\"."
+#. oFDF
+#: lineend_define.xhp
+msgctxt ""
+"lineend_define.xhp\n"
+"par_id3154306\n"
+"18\n"
+"help.text"
+msgid "In the dialog, click the <emph>Arrow Styles</emph>."
msgstr ""
-#: ctl.xhp#par_id3145609.1.help.text
-msgid "You can change the text writing direction directly be pressing one of the following keys:"
+#. S!S/
+#: lineend_define.xhp
+msgctxt ""
+"lineend_define.xhp\n"
+"par_id3149765\n"
+"19\n"
+"help.text"
+msgid "Click <emph>Add</emph> and assign a name to the new arrow style."
msgstr ""
-#: ctl.xhp#par_id3154758.2.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+D or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Right Shift Key - switch to right-to-left text entry"
+#. Zsw(
+#: lineend_define.xhp
+msgctxt ""
+"lineend_define.xhp\n"
+"par_id3151176\n"
+"20\n"
+"help.text"
+msgid "Click <emph>OK</emph> to close the dialog."
msgstr ""
-#: ctl.xhp#par_id3149047.3.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+A or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Left Shift Key - switch to left-to-right text entry"
+#. shYs
+#: database_main.xhp
+msgctxt ""
+"database_main.xhp\n"
+"tit\n"
+"help.text"
+msgid "Database Overview"
msgstr ""
-#: ctl.xhp#par_id3149656.4.help.text
-msgid "The modifier-only key combinations only work when CTL support is enabled."
+#. q5CY
+#: database_main.xhp
+msgctxt ""
+"database_main.xhp\n"
+"bm_id3153031\n"
+"help.text"
+msgid "<bookmark_value>databases; overview</bookmark_value><bookmark_value>data source view; overview</bookmark_value><bookmark_value>data source explorer</bookmark_value><bookmark_value>explorer of data sources</bookmark_value>"
msgstr ""
-#: ctl.xhp#par_id3150541.5.help.text
-msgid "In multicolumn pages, sections or frames that are formatted with text flow from right to left, the first column is the right column and the last column is the left column."
+#. no8`
+#: database_main.xhp
+msgctxt ""
+"database_main.xhp\n"
+"hd_id3148474\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"database_main\"><link href=\"text/shared/guide/database_main.xhp\" name=\"Data Source Overview\">Database Overview</link></variable>"
msgstr ""
-#: ctl.xhp#par_id3148797.6.help.text
-msgid "In $[officename] Writer text formatted in <emph>Thai language</emph> has the following features:"
+#. 6gR=
+#: database_main.xhp
+msgctxt ""
+"database_main.xhp\n"
+"par_idN105F1\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/main.xhp\">Working with databases in %PRODUCTNAME</link>"
msgstr ""
-#: ctl.xhp#par_id3156280.7.help.text
-msgid "In paragraphs with justified alignment, the characters are stretched to flush the lines at the margins. In other languages the spaces between words are stretched."
+#. +Zf\
+#: database_main.xhp
+msgctxt ""
+"database_main.xhp\n"
+"hd_id3153821\n"
+"3\n"
+"help.text"
+msgid "Data Source View"
msgstr ""
-#: ctl.xhp#par_id3154909.8.help.text
-msgid "Use the Delete key to delete a whole composite character. Use the Backspace key to delete the last part of the previous composite character."
+#. C%5+
+#: database_main.xhp
+msgctxt ""
+"database_main.xhp\n"
+"par_id3149415\n"
+"4\n"
+"help.text"
+msgid "Choose <emph>View - Data Sources</emph> or press F4 to call the data source view from a text document or spreadsheet."
msgstr ""
-#: ctl.xhp#par_id3149809.9.help.text
-msgid "Use the Right or Left Arrow key to jump to the next or previous whole composite character. To position the cursor into a composite character, use <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Arrow key."
+#. J8eO
+#: database_main.xhp
+msgctxt ""
+"database_main.xhp\n"
+"par_id3147531\n"
+"5\n"
+"help.text"
+msgid "On the left you can see the <link href=\"text/shared/02/12000000.xhp\" name=\"Data source explorer\">Data source explorer</link>. If you select a table or query there, you see the contents of this table or query on the right. At the top margin is the <link href=\"text/shared/main0212.xhp\" name=\"Database bar\">Table Data bar</link>."
msgstr ""
-#: ctl.xhp#par_id3145786.12.help.text
-msgctxt "ctl.xhp#par_id3145786.12.help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01140000.xhp\" name=\"Language Settings - Languages\">Language Settings - Languages</link>"
+#. +[nG
+#: database_main.xhp
+msgctxt ""
+"database_main.xhp\n"
+"hd_id3149047\n"
+"6\n"
+"help.text"
+msgid "Data Sources"
msgstr ""
-#: ctl.xhp#par_id3153770.14.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01150300.xhp\" name=\"Language Settings - Complex Text Layout\">Language Settings - Complex Text Layout</link>"
+#. BY)Y
+#: database_main.xhp
+msgctxt ""
+"database_main.xhp\n"
+"par_id3145069\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/data_addressbook.xhp\" name=\"address book as data source\">Address book as data source</link>"
msgstr ""
-#: export_ms.xhp#tit.help.text
-msgid "Saving Documents in Other Formats"
+#. P@Zx
+#: database_main.xhp
+msgctxt ""
+"database_main.xhp\n"
+"par_id3150398\n"
+"9\n"
+"help.text"
+msgid "<link href=\"text/shared/01/04180100.xhp\" name=\"View data source contents\">View data source contents</link>"
msgstr ""
-#: export_ms.xhp#bm_id3159233.help.text
-msgid "<bookmark_value>documents; saving in other formats</bookmark_value><bookmark_value>saving; documents in other formats</bookmark_value><bookmark_value>files; saving in other formats</bookmark_value><bookmark_value>text documents;saving in other formats</bookmark_value><bookmark_value>spreadsheets; saving in other formats</bookmark_value><bookmark_value>drawings; saving in other formats</bookmark_value><bookmark_value>presentations; saving in other formats</bookmark_value><bookmark_value>exporting; to Microsoft Office formats</bookmark_value><bookmark_value>Word documents; saving as</bookmark_value><bookmark_value>Excel; saving as</bookmark_value><bookmark_value>PowerPoint export</bookmark_value>"
+#. Pm*[
+#: database_main.xhp
+msgctxt ""
+"database_main.xhp\n"
+"par_idN106A4\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/menubar.xhp\">Menu bar of a database file</link>"
msgstr ""
-#: export_ms.xhp#hd_id3149416.6.help.text
-msgid "<variable id=\"export_ms\"><link href=\"text/shared/guide/export_ms.xhp\" name=\"Saving Documents in Other Formats\">Saving Documents in Other Formats</link></variable>"
+#. DU-r
+#: database_main.xhp
+msgctxt ""
+"database_main.xhp\n"
+"hd_id3154123\n"
+"16\n"
+"help.text"
+msgid "Forms and Reports"
msgstr ""
-#: export_ms.xhp#par_id3150084.2.help.text
-msgid "Choose <emph>File - Save as</emph>. You will see the <emph>Save as</emph> dialog."
+#. ZnXx
+#: database_main.xhp
+msgctxt ""
+"database_main.xhp\n"
+"par_id3154909\n"
+"17\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/04030000.xhp\" name=\"Create new form document\">Create new form document</link>, <link href=\"text/shared/02/01170000.xhp\" name=\"edit form functions\">edit form controls</link>, <link href=\"text/shared/autopi/01090000.xhp\">Form Wizard</link>"
msgstr ""
-#: export_ms.xhp#par_id3153348.3.help.text
-msgid "In the <emph>Save as type</emph> or <emph>File type</emph> list box, select the desired format."
+#. 90:A
+#: database_main.xhp
+msgctxt ""
+"database_main.xhp\n"
+"par_id3152920\n"
+"18\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170500.xhp\" name=\"entering data versus editing form\">Entering data versus editing form</link>"
msgstr ""
-#: export_ms.xhp#par_id3150985.4.help.text
-msgid "Enter a name in the <emph>File name</emph> box and click <emph>Save</emph>."
+#. S2nm
+#: database_main.xhp
+msgctxt ""
+"database_main.xhp\n"
+"par_id3151380\n"
+"23\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01100000.xhp\" name=\"Report AutoPilot\">Report Wizard</link>"
msgstr ""
-#: export_ms.xhp#par_id3153252.7.help.text
-msgid "If you want the file dialogs to offer another file format as default, select that format in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - General</emph> in the <emph>Default file format </emph>area."
+#. 4dwa
+#: database_main.xhp
+msgctxt ""
+"database_main.xhp\n"
+"hd_id3145606\n"
+"13\n"
+"help.text"
+msgid "Queries"
msgstr ""
-#: export_ms.xhp#par_id3149669.5.help.text
-#, fuzzy
-msgctxt "export_ms.xhp#par_id3149669.5.help.text"
-msgid "<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">Save As</link>"
-msgstr "<link href=\"text/scalc/01/04050000.xhp\" name=\"ფურცელი\">ფურცელი</link>"
+#. %1^Q
+#: database_main.xhp
+msgctxt ""
+"database_main.xhp\n"
+"par_id3125864\n"
+"14\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/02000000.xhp\" name=\"Create new query or table view, edit query structure\">Create new query or table view, edit query structure</link>"
+msgstr ""
-#: chart_barformat.xhp#tit.help.text
-msgid "Adding Texture to Chart Bars"
+#. |8eK
+#: database_main.xhp
+msgctxt ""
+"database_main.xhp\n"
+"par_idN1072A\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/querywizard00.xhp\">Query Wizard</link>"
msgstr ""
-#: chart_barformat.xhp#bm_id3149798.help.text
-msgid "<bookmark_value>charts; bars with textures</bookmark_value><bookmark_value>textures;on chart bars</bookmark_value><bookmark_value>inserting;textures on chart bars</bookmark_value>"
+#. 3UeP
+#: database_main.xhp
+msgctxt ""
+"database_main.xhp\n"
+"par_id3155430\n"
+"15\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05340400.xhp\" name=\"Enter, edit and copy records\">Enter, edit and copy records</link>"
msgstr ""
-#: chart_barformat.xhp#hd_id3149798.1.help.text
-#, fuzzy
-msgid "<variable id=\"chart_barformat\"><link href=\"text/shared/guide/chart_barformat.xhp\" name=\"Adding Texture to Chart Bars\">Adding Texture to Chart Bars</link></variable>"
-msgstr "<variable id=\"Chart_keys\"><link href=\"text/schart/04/01020000.xhp\" name=\"Shortcuts for Charts\">მალსახმობები დიაგრამებისათვის</link></variable>"
+#. [pOx
+#: database_main.xhp
+msgctxt ""
+"database_main.xhp\n"
+"hd_id3147287\n"
+"10\n"
+"help.text"
+msgid "Tables"
+msgstr "ცხრილები"
-#: chart_barformat.xhp#par_id3156136.3.help.text
-msgid "You can add texture to the bars in a graph or chart (instead of the default colors) via bitmap graphics:"
+#. k]dP
+#: database_main.xhp
+msgctxt ""
+"database_main.xhp\n"
+"par_id3163713\n"
+"11\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/05010000.xhp\" name=\"Create new table, edit table structure\">Create new table, edit table structure</link>, <link href=\"text/shared/explorer/database/05010100.xhp\" name=\"index\">index</link>, <link href=\"text/shared/explorer/database/05020000.xhp\" name=\"relations\">relations</link>"
msgstr ""
-#: chart_barformat.xhp#par_id3153748.4.help.text
-msgid "Enter edit mode by double-clicking on the chart."
+#. XcF%
+#: database_main.xhp
+msgctxt ""
+"database_main.xhp\n"
+"par_idN1078F\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/tablewizard00.xhp\">Table Wizard</link>"
msgstr ""
-#: chart_barformat.xhp#par_id3149182.5.help.text
-msgid "Click on any bar of the bar series you want to edit. All bars of this series are now selected."
+#. P^Ct
+#: database_main.xhp
+msgctxt ""
+"database_main.xhp\n"
+"par_id3159196\n"
+"12\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05340400.xhp\" name=\"Enter, edit and copy records\">Enter, edit and copy records</link>"
msgstr ""
-#: chart_barformat.xhp#par_id720847.help.text
-msgid "If you want to edit only one bar, click again on that bar."
+#. Y]Zr
+#: labels.xhp
+msgctxt ""
+"labels.xhp\n"
+"tit\n"
+"help.text"
+msgid "Creating and Printing Labels and Business Cards"
msgstr ""
-#: chart_barformat.xhp#par_id3147275.6.help.text
-msgid "In the context menu choose <emph>Object Properties</emph>. Then choose the <emph>Area</emph> tab."
+#. G,Aj
+#: labels.xhp
+msgctxt ""
+"labels.xhp\n"
+"bm_id3150774\n"
+"help.text"
+msgid "<bookmark_value>labels; creating and synchronizing</bookmark_value><bookmark_value>business cards; creating and synchronizing</bookmark_value><bookmark_value>synchronizing;labels and business cards</bookmark_value>"
msgstr ""
-#: chart_barformat.xhp#par_id3146797.7.help.text
-msgid "Click on <emph>Bitmap</emph>. In the list box select a bitmap as a texture for the currently selected bars. Click <emph>OK</emph> to accept the setting."
+#. C=:`
+#: labels.xhp
+msgctxt ""
+"labels.xhp\n"
+"hd_id3150774\n"
+"4\n"
+"help.text"
+msgid "<variable id=\"labels\"><link href=\"text/shared/guide/labels.xhp\" name=\"Creating and Printing Labels and Business Cards\">Creating and Printing Labels and Business Cards</link></variable>"
msgstr ""
-#: start_parameters.xhp#tit.help.text
-msgctxt "start_parameters.xhp#tit.help.text"
-msgid "Starting the $[officename] Software With Parameters"
+#. ~QkQ
+#: labels.xhp
+msgctxt ""
+"labels.xhp\n"
+"hd_id3153345\n"
+"81\n"
+"help.text"
+msgid "Designing Business Cards Through a Dialog"
msgstr ""
-#: start_parameters.xhp#bm_id3156410.help.text
-msgid "<bookmark_value>start parameters</bookmark_value><bookmark_value>command line parameters</bookmark_value><bookmark_value>parameters;command line</bookmark_value><bookmark_value>arguments in command line</bookmark_value>"
+#. V/6P
+#: labels.xhp
+msgctxt ""
+"labels.xhp\n"
+"par_id3146798\n"
+"70\n"
+"help.text"
+msgid "Choose <link href=\"text/shared/01/01010300.xhp\" name=\"File - New - Business Cards\"><emph>File - New - Business Cards</emph></link> to open the<emph> Business Cards </emph>dialog, which allows you to choose how your business cards will look."
msgstr ""
-#: start_parameters.xhp#hd_id3156410.52.help.text
-msgctxt "start_parameters.xhp#hd_id3156410.52.help.text"
-msgid "Starting the $[officename] Software With Parameters"
+#. OD,H
+#: labels.xhp
+msgctxt ""
+"labels.xhp\n"
+"hd_id3147654\n"
+"82\n"
+"help.text"
+msgid "Designing Labels and Business Cards"
msgstr ""
-#: start_parameters.xhp#par_id3147009.1.help.text
-msgid "By starting the $[officename] software from the command line you can assign various parameters, with which you can influence the performance. The use of command line parameters is only recommended for experienced users."
+#. `i:p
+#: labels.xhp
+msgctxt ""
+"labels.xhp\n"
+"par_id3152349\n"
+"71\n"
+"help.text"
+msgid "You can design both labels and business cards through the <emph>Labels</emph> dialog."
msgstr ""
-#: start_parameters.xhp#par_id3147618.2.help.text
-msgid "For normal handling, the use of command line parameters is not necessary. A few of the parameters require a deeper knowledge of the technical background of the $[officename] software technology."
+#. [eol
+#: labels.xhp
+msgctxt ""
+"labels.xhp\n"
+"par_id3153880\n"
+"5\n"
+"help.text"
+msgid "Choose <link href=\"text/shared/01/01010200.xhp\" name=\"File - New - Labels\"><emph>File - New - Labels</emph></link> to open the <emph>Labels</emph> dialog."
msgstr ""
-#: start_parameters.xhp#hd_id3154898.4.help.text
-msgid "Starting the $[officename] Software From the Command Line"
+#. 7=\9
+#: labels.xhp
+msgctxt ""
+"labels.xhp\n"
+"par_id3149233\n"
+"32\n"
+"help.text"
+msgid "On the <emph>Labels</emph> tab, under <emph>Format</emph>, define the label format."
msgstr ""
-#: start_parameters.xhp#par_id3156152.5.help.text
-msgid "Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a shell under Linux, *BSD, or Mac OS X platforms."
+#. D9T(
+#: labels.xhp
+msgctxt ""
+"labels.xhp\n"
+"par_id3145674\n"
+"83\n"
+"help.text"
+msgid "$[officename] Writer contains many formats of commercially available sheets for labels, badges, and business cards. You can also add other, user-defined formats."
msgstr ""
-#: start_parameters.xhp#par_id3152472.6.help.text
-msgid "Under Windows, type the following text in the <emph>Open </emph>text field and click <emph>OK</emph>. "
+#. ?U=Z
+#: labels.xhp
+msgctxt ""
+"labels.xhp\n"
+"par_id3143271\n"
+"28\n"
+"help.text"
+msgid "On the <emph>Labels</emph> tab, under <emph>Inscription</emph>, you can choose what you want written on the labels."
msgstr ""
-#: start_parameters.xhp#par_id3149669.53.help.text
-msgid "Under UNIX-like systems, type the following line of text, then press <emph>Return</emph>:"
+#. G@@P
+#: labels.xhp
+msgctxt ""
+"labels.xhp\n"
+"par_id3145610\n"
+"84\n"
+"help.text"
+msgid "This often involves database fields, so that the labels can be printed with varying content, when sending \"Form Letters\" for example. It is also possible to have the same text printed on every label."
msgstr ""
-#: start_parameters.xhp#par_id3147561.7.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter} </caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter} </caseinline></switchinline>"
+#. \%#^
+#: labels.xhp
+msgctxt ""
+"labels.xhp\n"
+"par_id3151385\n"
+"85\n"
+"help.text"
+msgid "Use the <emph>Database </emph>and <emph>Table </emph>list boxes to select the database and table from which the data fields are obtained. Click on the arrow button to transfer the selected data field into the inscription area. Press Enter to insert a line break. You can also enter spaces and any other fixed text."
msgstr ""
-#: start_parameters.xhp#par_id3153360.8.help.text
-msgid "Replace <emph>{install}</emph> with the path to your installation of the $[officename] software (for example, <emph>C:\\Program Files\\Office</emph>, or <emph>~/office</emph>)"
+#. XAX?
+#: labels.xhp
+msgctxt ""
+"labels.xhp\n"
+"par_id3147560\n"
+"6\n"
+"help.text"
+msgid "On the <emph>Format</emph> tab you can define your own label formats, not covered by the predefined formats. To do this, select \"User\" from the <emph>Type</emph> list box. On the <emph>Options</emph> tab, you can specify whether all labels or only certain ones are to be created."
msgstr ""
-#: start_parameters.xhp#par_id3158407.9.help.text
-msgid "Where required, replace <emph>{parameter}</emph> with one or more of the following command line parameters."
+#. @5jT
+#: labels.xhp
+msgctxt ""
+"labels.xhp\n"
+"par_id3150358\n"
+"33\n"
+"help.text"
+msgid "On the <emph>Options</emph> tab page, make sure that the <emph>Synchronize contents</emph> box is selected. If this is selected, a label only has to be entered (on the top left label) and edited once."
msgstr ""
-#: start_parameters.xhp#hd_id3145171.10.help.text
-msgid "Valid Command Line Parameters"
+#. vZ[;
+#: labels.xhp
+msgctxt ""
+"labels.xhp\n"
+"par_id3156424\n"
+"86\n"
+"help.text"
+msgid "As soon as you click on <emph>New Document</emph>, you will see a small window with the <emph>Synchronize Labels</emph> button. Enter the first label. When you click on the <emph>Synchronize Labels</emph> button, the current individual label is copied to all the other labels on the sheet."
msgstr ""
-#: start_parameters.xhp#par_id3148451.11.help.text
-msgid "Parameter"
+#. 5-(j
+#: labels.xhp
+msgctxt ""
+"labels.xhp\n"
+"par_id3149767\n"
+"29\n"
+"help.text"
+msgid "Click on <emph>New Document</emph> to create a new document with the settings you have entered."
msgstr ""
-#: start_parameters.xhp#par_id3149167.12.help.text
-msgid "Meaning"
-msgstr "მნიშვნელობა"
-
-#: start_parameters.xhp#par_id3149983.73.help.text
-msgid "--help / -h / -?"
+#. BH}x
+#: labels.xhp
+msgctxt ""
+"labels.xhp\n"
+"par_id3150449\n"
+"88\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01010300.xhp\" name=\"Business Cards\">Business Cards</link>"
msgstr ""
-#: start_parameters.xhp#par_id3147349.74.help.text
-msgid "Lists the available command line parameters <switchinline select=\"sys\"><caseinline select=\"WIN\">in a dialog box</caseinline><defaultinline>to the console</defaultinline></switchinline>."
+#. bP^4
+#: hyperlink_rel_abs.xhp
+msgctxt ""
+"hyperlink_rel_abs.xhp\n"
+"tit\n"
+"help.text"
+msgid "Relative and Absolute Links"
msgstr ""
-#: start_parameters.xhp#par_id31499et.73.help.text
-msgid "--version"
+#. UPQ~
+#: hyperlink_rel_abs.xhp
+msgctxt ""
+"hyperlink_rel_abs.xhp\n"
+"bm_id3147399\n"
+"help.text"
+msgid "<bookmark_value>absolute hyperlinks</bookmark_value><bookmark_value>relative hyperlinks</bookmark_value><bookmark_value>hyperlinks; relative and absolute</bookmark_value><bookmark_value>hyperlinks, see also links</bookmark_value>"
msgstr ""
-#: start_parameters.xhp#par_id31473et.74.help.text
-msgid "Displays the version information."
+#. x4f0
+#: hyperlink_rel_abs.xhp
+msgctxt ""
+"hyperlink_rel_abs.xhp\n"
+"hd_id3147399\n"
+"45\n"
+"help.text"
+msgid "<variable id=\"hyperlink_rel_abs\"><link href=\"text/shared/guide/hyperlink_rel_abs.xhp\" name=\"Relative and Absolute Links\">Relative and Absolute Links</link></variable>"
msgstr ""
-#: start_parameters.xhp#par_id3150010.59.help.text
-msgid "--writer"
+#. E-Yo
+#: hyperlink_rel_abs.xhp
+msgctxt ""
+"hyperlink_rel_abs.xhp\n"
+"par_id3153345\n"
+"46\n"
+"help.text"
+msgid "When you include hyperlinks, two factors must be taken into account: whether they are set as relative or absolute on saving, and whether or not the file is present."
msgstr ""
-#: start_parameters.xhp#par_id3147213.60.help.text
-msgid "Starts with an empty Writer document."
+#. jfy:
+#: hyperlink_rel_abs.xhp
+msgctxt ""
+"hyperlink_rel_abs.xhp\n"
+"par_id3147008\n"
+"47\n"
+"help.text"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\"><emph>Load/Save - General</emph></link> and specify in the <emph>Save URLs relative to</emph> field if $[officename] creates <link href=\"text/shared/00/00000005.xhp#speichern\" name=\"relative or absolute hyperlinks\">relative or absolute hyperlinks</link>. Relative linking is only possible when the document you are working on and the link destination are on the same drive."
msgstr ""
-#: start_parameters.xhp#par_id3148616.61.help.text
-msgid "--calc"
+#. `/(Z
+#: hyperlink_rel_abs.xhp
+msgctxt ""
+"hyperlink_rel_abs.xhp\n"
+"par_id3145382\n"
+"48\n"
+"help.text"
+msgid "You should create the same directory structure on your hard disk as that which exists in the web space hosted by your Internet provider. Call the root directory for the homepage on your hard disk \"homepage\", for example. The start file is then \"index.html\", the full path being \"C:\\homepage\\index.html\" (assuming Windows operating system). The URL on your Internet provider's server might then be as follows: \"http://www.myprovider.com/mypage/index.html\". With relative addressing, you indicate the link relative to the location of the output document. For example, if you placed all the graphics for your homepage in a subfolder called \"C:\\homepage\\images\", you would need to give the following path to access the graphic \"picture.gif\": \"images\\picture.gif\". This is the relative path, starting from the location of the file \"index.html\". On the provider's server, you would place the picture in the folder \"mypage/images\". When you transfer the document \"index.html\" to the provider's server through the <emph>File - Save As</emph> dialog, and if you have marked the option <emph>Copy local graphics to Internet</emph> under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - HTML Compatibility</emph>, $[officename] will automatically copy the graphic to the correct directory on the server."
msgstr ""
-#: start_parameters.xhp#par_id3145261.62.help.text
-msgid "Starts with an empty Calc document."
+#. 7dM_
+#: hyperlink_rel_abs.xhp
+msgctxt ""
+"hyperlink_rel_abs.xhp\n"
+"par_id3159158\n"
+"49\n"
+"help.text"
+msgid "An absolute path such as \"C:\\homepage\\graphics\\picture.gif\" would no longer function on the provider server. Neither a server nor the computer of a reader needs to have a C hard drive: operating systems such as Unix or MacOS do not recognize drive letters, and even if the folder homepage\\graphics existed, your picture would not be available. It is better to use relative addressing for file links."
msgstr ""
-#: start_parameters.xhp#par_id3156443.63.help.text
-msgid "--draw"
+#. |%d)
+#: hyperlink_rel_abs.xhp
+msgctxt ""
+"hyperlink_rel_abs.xhp\n"
+"par_id3154046\n"
+"50\n"
+"help.text"
+msgid "A link to a web page, for example, \"www.example.com\" or \"www.myprovider.com/mypage/index.html\" is an absolute link."
msgstr ""
-#: start_parameters.xhp#par_id3154011.64.help.text
-msgid "Starts with an empty Draw document."
+#. AEu#
+#: hyperlink_rel_abs.xhp
+msgctxt ""
+"hyperlink_rel_abs.xhp\n"
+"par_id3155450\n"
+"51\n"
+"help.text"
+msgid "$[officename] also reacts differently, depending on whether the file referred to in the link exists, and where it is located. $[officename] checks every new link and sets a target and protocol automatically. The result can be seen in the generated HTML code after saving the source document."
msgstr ""
-#: start_parameters.xhp#par_id3153142.65.help.text
-msgid "--impress"
+#. O=k6
+#: hyperlink_rel_abs.xhp
+msgctxt ""
+"hyperlink_rel_abs.xhp\n"
+"par_id3145317\n"
+"52\n"
+"help.text"
+msgid "The following rules apply: A relative reference (\"graphic/picture.gif\") is only possible when both files exist on the same drive. If the files are on different drives in your local file system, the absolute reference follows the \"file:\" protocol (\"file:///data1/xyz/picture.gif\"). If the files are on different servers or if the target of the link is not available, the absolute reference uses the \"http:\" protocol (\"http://data2/abc/picture.gif\")."
msgstr ""
-#: start_parameters.xhp#par_id3153222.66.help.text
-msgid "Starts with an empty Impress document."
+#. *,AB
+#: hyperlink_rel_abs.xhp
+msgctxt ""
+"hyperlink_rel_abs.xhp\n"
+"par_id3153541\n"
+"53\n"
+"help.text"
+msgid "Be sure to organize all files for your homepage on the same drive as the start file of the homepage. In this way, $[officename] can set the protocol and target so that the reference on the server is always correct."
msgstr ""
-#: start_parameters.xhp#par_id3155853.67.help.text
-msgid "--math"
+#. O^{(
+#: hyperlink_rel_abs.xhp
+msgctxt ""
+"hyperlink_rel_abs.xhp\n"
+"par_id3153897\n"
+"54\n"
+"help.text"
+msgid "When you rest your mouse on a hyperlink, a help tip displays the absolute reference, since $[officename] uses absolute path names internally. The complete path and address can only be seen when you view the result of the HTML export, by loading the HTML file as \"Text\" or opening it with a text editor."
msgstr ""
-#: start_parameters.xhp#par_id3146928.68.help.text
-msgid "Starts with an empty Math document."
+#. iME@
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fontwork For Graphical Text Art"
msgstr ""
-#: start_parameters.xhp#par_id3149960.69.help.text
-msgid "--global"
+#. `-fp
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"bm_id3696707\n"
+"help.text"
+msgid "<bookmark_value>graphical text art</bookmark_value> <bookmark_value>designing; fonts</bookmark_value> <bookmark_value>TextArt, see Fontwork</bookmark_value> <bookmark_value>WordArt, see Fontwork</bookmark_value> <bookmark_value>Fontwork</bookmark_value> <bookmark_value>text effects</bookmark_value> <bookmark_value>effects; Fontwork icons</bookmark_value> <bookmark_value>text; Fontwork icons</bookmark_value> <bookmark_value>3D text creation</bookmark_value> <bookmark_value>rotating;3D text</bookmark_value> <bookmark_value>editing;Fontwork objects</bookmark_value> <bookmark_value>inserting;Fontwork objects</bookmark_value>"
msgstr ""
-#: start_parameters.xhp#par_id3151075.70.help.text
-msgid "Starts with an empty Writer master document."
+#. n*qK
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN1066D\n"
+"help.text"
+msgid "<variable id=\"fontwork\"><link href=\"text/shared/guide/fontwork.xhp\">Fontwork For Graphical Text Art</link></variable>"
msgstr ""
-#: start_parameters.xhp#par_id3154510.71.help.text
-msgid "--web"
+#. q9`N
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN1068B\n"
+"help.text"
+msgid "You can use Fontwork to create graphical text art objects."
msgstr ""
-#: start_parameters.xhp#par_id3148836.72.help.text
-msgid "Starts with an empty HTML document."
+#. ae^B
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN10691\n"
+"help.text"
+msgid "To create a Fontwork object"
msgstr ""
-#: start_parameters.xhp#par_id3149403.help.text
-msgid "--show {filename.odp}"
+#. 2Z-W
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_id0202200911373965\n"
+"help.text"
+msgid "If you don't see the Drawing toolbar or the Fontwork toolbar, choose <item type=\"menuitem\">View - Toolbars</item> to enable the toolbar."
msgstr ""
-#: start_parameters.xhp#par_id3153838.80.help.text
-msgid "Starts with the Impress file <emph>{filename.odp}</emph> and starts the presentation. Enters edit mode after the presentation."
+#. ,g]\
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN1069C\n"
+"help.text"
+msgid "On the <emph>Drawing</emph> toolbar or on the <emph>Fontwork</emph> toolbar, click the <emph>Fontwork Gallery</emph> icon.<image id=\"img_id7040009\" src=\"cmd/sc_fontworkgalleryfloater.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id7040009\">Icon</alt></image>"
msgstr ""
-#: start_parameters.xhp#par_id3156276.13.help.text
-msgid "--minimized"
+#. 4Pbf
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_id3149761\n"
+"55\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a Fontwork style and click OK to insert the Fontwork into your document. Double-click or Ctrl+double-click the Fontwork in your document to enter text edit mode and change the text.</ahelp>"
msgstr ""
-#: start_parameters.xhp#par_id3146080.14.help.text
-msgid "Starts minimized. The splash screen is not displayed."
+#. ptK/
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN106A0\n"
+"help.text"
+msgid "In the <emph>Fontwork Gallery</emph> dialog, select a Fontwork style and click OK."
msgstr ""
-#: start_parameters.xhp#par_id3145641.15.help.text
-msgid "--invisible"
+#. VAnr
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN10755\n"
+"help.text"
+msgid "The Fontwork object is inserted into your document. Fontwork objects are Custom Shapes. Using the 3D Settings toolbar, you can switch the view at any time from 2D to 3D and back."
msgstr ""
-#: start_parameters.xhp#par_id3154756.16.help.text
-msgid "Starts in invisible mode."
+#. Mgby
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN106A4\n"
+"help.text"
+msgid "Double-click the object to enter text edit mode."
msgstr ""
-#: start_parameters.xhp#par_id3148914.17.help.text
-msgid "Neither the start-up logo nor the initial program window will be visible. However, the $[officename] software can be controlled and documents and dialogs opened via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>. "
+#. eF0*
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN107D5\n"
+"help.text"
+msgid "Replace the default Fontwork text with your own text."
msgstr ""
-#: start_parameters.xhp#par_id3147341.18.help.text
-msgid "When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX-like systems)."
+#. ~bqL
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN106A8\n"
+"help.text"
+msgid "Press Esc to exit text edit mode."
msgstr ""
-#: start_parameters.xhp#par_id3150388.48.help.text
-msgid "It cannot be used in conjunction with <emph>-quickstart</emph>."
+#. d77e
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN106AE\n"
+"help.text"
+msgid "To edit a Fontwork object"
msgstr ""
-#: start_parameters.xhp#par_id3145147.19.help.text
-msgctxt "start_parameters.xhp#par_id3145147.19.help.text"
-msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
+#. ha|T
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN106B5\n"
+"help.text"
+msgid "Click the Fontwork object. If the Fontwork object is inserted in the background, hold down the Ctrl key while you click."
msgstr ""
-#: start_parameters.xhp#par_id3155903.20.help.text
-msgid "--norestore"
+#. )Mm5
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN106B8\n"
+"help.text"
+msgid "The <link href=\"text/shared/fontwork_toolbar.xhp\"><emph>Fontwork</emph></link> toolbar is displayed. If you do not see the <emph>Fontwork</emph> toolbar, choose <emph>View - Toolbars - Fontwork</emph>."
msgstr ""
-#: start_parameters.xhp#par_id3156374.21.help.text
-msgid "Disables restart and file recovery after a system crash."
+#. zzGS
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN106BC\n"
+"help.text"
+msgid "Click an icon in the <emph>Fontwork</emph> toolbar."
msgstr ""
-#: start_parameters.xhp#par_id5215918.help.text
-msgctxt "start_parameters.xhp#par_id5215918.help.text"
-msgid "--nofirststartwizard"
+#. qVHz
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN10839\n"
+"help.text"
+msgid "The following icons are available:"
msgstr ""
-#: start_parameters.xhp#par_id5665761.help.text
-msgid "Disables the Welcome Wizard."
+#. \}}%
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN106C5\n"
+"help.text"
+msgid "Fontwork Gallery - adds another Fontwork object"
msgstr ""
-#: start_parameters.xhp#par_id3148477.25.help.text
-msgid "--quickstart"
+#. U$V@
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN106C9\n"
+"help.text"
+msgid "Fontwork Shape - edits the shape"
msgstr ""
-#: start_parameters.xhp#par_id3153919.26.help.text
-msgid "Activates the Quickstarter."
+#. /U8]
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN106CD\n"
+"help.text"
+msgid "Fontwork Same Letter Heights - changes the height of characters"
msgstr ""
-#: start_parameters.xhp#par_id3152479.30.help.text
-msgid "--accept={UNO string}"
+#. 6Z{X
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN106D5\n"
+"help.text"
+msgid "Fontwork Alignment - aligns the text"
msgstr ""
-#: start_parameters.xhp#par_id3147130.31.help.text
-msgid "Notifies the $[officename] software that upon the creation of \"UNO Acceptor Threads\", a \"UNO Accept String\" will be used."
+#. 0cyN
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN106D9\n"
+"help.text"
+msgid "Fontwork Character Spacing - changes the character spacing and kerning"
msgstr ""
-#: start_parameters.xhp#par_id3148874.32.help.text
-msgctxt "start_parameters.xhp#par_id3148874.32.help.text"
-msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
+#. ,qnc
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN108CA\n"
+"help.text"
+msgid "To edit more Fontwork attributes"
msgstr ""
-#: start_parameters.xhp#par_id315247a.30.help.text
-msgid "--unaccept={UNO string}"
+#. weY8
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN108D1\n"
+"help.text"
+msgid "Click the Fontwork object. If the Fontwork object is inserted in the background, hold down the Ctrl key while you click."
msgstr ""
-#: start_parameters.xhp#par_id314713a.31.help.text
-msgid "Closes an acceptor that was created with --accept={UNO string}. Use --unaccept=all to close all open acceptors."
+#. /E#0
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN108D5\n"
+"help.text"
+msgid "Select the properties from the <emph>Drawing Object Properties</emph> toolbar. You can change the line width, line color, fill color, fill style, and more."
msgstr ""
-#: start_parameters.xhp#par_id3159238.36.help.text
-msgid "-p {filename1} {filename2} ..."
+#. *r-Y
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN108E7\n"
+"help.text"
+msgid "<link href=\"text/shared/fontwork_toolbar.xhp\">Fontwork toolbar</link>"
msgstr ""
-#: start_parameters.xhp#par_id3163666.37.help.text
-msgid "Prints the files <emph>{filename1} {filename2} ...</emph> to the default printer and ends. The splash screen does not appear."
+#. :s|i
+#: round_corner.xhp
+msgctxt ""
+"round_corner.xhp\n"
+"tit\n"
+"help.text"
+msgid "Creating Round Corners"
msgstr ""
-#: start_parameters.xhp#par_id3150828.49.help.text
-msgctxt "start_parameters.xhp#par_id3150828.49.help.text"
-msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
+#. rFS%
+#: round_corner.xhp
+msgctxt ""
+"round_corner.xhp\n"
+"bm_id3150040\n"
+"help.text"
+msgid "<bookmark_value>corner roundings</bookmark_value><bookmark_value>rectangles with round corners</bookmark_value><bookmark_value>legends;rounding corners</bookmark_value><bookmark_value>round corners</bookmark_value><bookmark_value>customizing;round corners</bookmark_value>"
msgstr ""
-#: start_parameters.xhp#par_id3150883.38.help.text
-msgid "--pt {Printername} {filename1} {filename2} ..."
+#. \Ral
+#: round_corner.xhp
+msgctxt ""
+"round_corner.xhp\n"
+"hd_id3150040\n"
+"6\n"
+"help.text"
+msgid "<variable id=\"round_corner\"><link href=\"text/shared/guide/round_corner.xhp\" name=\"Creating Round Corners\">Creating Round Corners</link></variable>"
msgstr ""
-#: start_parameters.xhp#par_id3155081.50.help.text
-msgid "Prints the files <emph>{filename1} {filename2} ...</emph> to the printer <emph>{Printername}</emph> and ends. The splash screen does not appear."
+#. YGv^
+#: round_corner.xhp
+msgctxt ""
+"round_corner.xhp\n"
+"par_id3156136\n"
+"4\n"
+"help.text"
+msgid "When you insert a rectangle or a callout box using the drawing functions and activate the <emph>Points</emph> icon on the <emph>Drawing</emph> toolbar, you see a small frame at the upper left corner of the object. The frame indicates the amount by which the corners are rounded. When the frame is positioned at the top left corner, no rounding occurs. When the frame is positioned on the handle centered at the top of the object, the corners are rounded as much as possible. You adjust the degree of rounding by moving the frame between these two positions."
msgstr ""
-#: start_parameters.xhp#par_id3153655.51.help.text
-msgctxt "start_parameters.xhp#par_id3153655.51.help.text"
-msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
+#. _!#.
+#: round_corner.xhp
+msgctxt ""
+"round_corner.xhp\n"
+"par_id3156426\n"
+"help.text"
+msgid "<image id=\"img_id3150774\" src=\"res/helpimg/hand01.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150774\">Mouse pointer as hand</alt></image>"
msgstr ""
-#: start_parameters.xhp#par_id3154372.39.help.text
-msgid "-o {filename}"
+#. {OQE
+#: round_corner.xhp
+msgctxt ""
+"round_corner.xhp\n"
+"par_id3148539\n"
+"5\n"
+"help.text"
+msgid "If you place the cursor on the box it changes to a hand symbol. You can now drag the box to change the amount of rounding. An outline shows a preview of the result."
msgstr ""
-#: start_parameters.xhp#par_id3150309.40.help.text
-msgid "Opens <emph>{filename}</emph> for editing, even if it is a template."
+#. @W#[
+#: autohide.xhp
+msgctxt ""
+"autohide.xhp\n"
+"tit\n"
+"help.text"
+msgid "Showing, Docking and Hiding Windows"
msgstr ""
-#: start_parameters.xhp#par_id3151182.54.help.text
-msgid "--view {filename}"
+#. #V^9
+#: autohide.xhp
+msgctxt ""
+"autohide.xhp\n"
+"bm_id3150713\n"
+"help.text"
+msgid "<bookmark_value>Gallery; hiding/showing</bookmark_value><bookmark_value>data source view; showing</bookmark_value><bookmark_value>Navigator; docking</bookmark_value><bookmark_value>Styles and Formatting window; docking</bookmark_value><bookmark_value>windows; hiding/showing/docking</bookmark_value><bookmark_value>docking; windows</bookmark_value><bookmark_value>undocking windows</bookmark_value><bookmark_value>showing;docked windows</bookmark_value><bookmark_value>hiding;docked windows</bookmark_value>"
msgstr ""
-#: start_parameters.xhp#par_id3145268.55.help.text
-msgid "Creates a temporary copy of <emph>{filename}</emph> and opens it read-only."
+#. r:d@
+#: autohide.xhp
+msgctxt ""
+"autohide.xhp\n"
+"hd_id3145346\n"
+"71\n"
+"help.text"
+msgid "<variable id=\"autohide\"><link href=\"text/shared/guide/autohide.xhp\" name=\"Showing, Docking and Hiding Windows\">Showing, Docking and Hiding Windows</link></variable>"
msgstr ""
-#: start_parameters.xhp#par_id3166421.41.help.text
-msgid "-n {filename}"
+#. 6U6p
+#: autohide.xhp
+msgctxt ""
+"autohide.xhp\n"
+"par_id3147242\n"
+"52\n"
+"help.text"
+msgid "Some windows in $[officename] are dockable, such as the Navigator window. You can move these windows, re-size them or dock them to an edge."
msgstr ""
-#: start_parameters.xhp#par_id3154259.42.help.text
-msgid "Creates a new document using <emph>{filename}</emph> as a template."
+#. kaU7
+#: autohide.xhp
+msgctxt ""
+"autohide.xhp\n"
+"hd_id3154750\n"
+"65\n"
+"help.text"
+msgid "Docking and Undocking Windows"
msgstr ""
-#: start_parameters.xhp#par_id3155126.43.help.text
-msgid "--nologo"
+#. XK7C
+#: autohide.xhp
+msgctxt ""
+"autohide.xhp\n"
+"par_id3166460\n"
+"66\n"
+"help.text"
+msgid "To dock a window, do one of the following:"
msgstr ""
-#: start_parameters.xhp#par_id3151334.44.help.text
-msgid "Disables the splash screen at program start."
+#. \~Ob
+#: autohide.xhp
+msgctxt ""
+"autohide.xhp\n"
+"par_id3150503\n"
+"67\n"
+"help.text"
+msgid "Drag the window by its title bar to the side, or"
msgstr ""
-#: start_parameters.xhp#par_id3159171.75.help.text
-msgid "--nodefault"
+#. |+T9
+#: autohide.xhp
+msgctxt ""
+"autohide.xhp\n"
+"par_id3150275\n"
+"68\n"
+"help.text"
+msgid "Double-click inside a vacant area of the window while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. In the Styles and Formatting window, double-click a gray part of the window next to the icons while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. Alternatively, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F10</item>."
msgstr ""
-#: start_parameters.xhp#par_id3153306.76.help.text
-msgid "Starts without displaying anything except the splash screen."
+#. FwK~
+#: autohide.xhp
+msgctxt ""
+"autohide.xhp\n"
+"par_id3147335\n"
+"69\n"
+"help.text"
+msgid "These methods can also be used to undock a currently docked window."
msgstr ""
-#: start_parameters.xhp#par_id315917t.75.help.text
-msgid "--nolockcheck"
+#. s14)
+#: autohide.xhp
+msgctxt ""
+"autohide.xhp\n"
+"hd_id3149796\n"
+"70\n"
+"help.text"
+msgid "Showing and Hiding Docked Windows"
msgstr ""
-#: start_parameters.xhp#par_id315330t.76.help.text
-msgid "Disables check for remote instances using the installation."
+#. nMJ6
+#: autohide.xhp
+msgctxt ""
+"autohide.xhp\n"
+"par_id3149045\n"
+"help.text"
+msgid "<image id=\"img_id3149655\" src=\"res/helpimg/ein.png\" width=\"0.1043inch\" height=\"0.4272inch\"><alt id=\"alt_id3149655\">Icon</alt></image>"
msgstr ""
-#: start_parameters.xhp#par_id2211676.help.text
-msgctxt "start_parameters.xhp#par_id2211676.help.text"
-msgid "--nofirststartwizard"
+#. P,$i
+#: autohide.xhp
+msgctxt ""
+"autohide.xhp\n"
+"par_id3152921\n"
+"64\n"
+"help.text"
+msgid "Click the button on the edge of the docked window to show or hide the docked window. The AutoHide function allows you to temporarily show a hidden window by clicking on its edge. When you click in the document, the docked window hides again."
msgstr ""
-#: start_parameters.xhp#par_id1641895.help.text
-msgid "Add this parameter to the program start command to suppress the Welcome Wizard."
+#. =xmk
+#: workfolder.xhp
+msgctxt ""
+"workfolder.xhp\n"
+"tit\n"
+"help.text"
+msgid "Changing Your Working Directory"
msgstr ""
-#: start_parameters.xhp#par_id3153915.45.help.text
-msgid "--display {display}"
+#. E\GF
+#: workfolder.xhp
+msgctxt ""
+"workfolder.xhp\n"
+"bm_id3150789\n"
+"help.text"
+msgid "<bookmark_value>working directory change</bookmark_value> <bookmark_value>My Documents folder;changing work directory</bookmark_value> <bookmark_value>paths; changing work directory</bookmark_value> <bookmark_value>pictures; changing paths</bookmark_value> <bookmark_value>changing;work directory</bookmark_value>"
msgstr ""
-#: start_parameters.xhp#par_id3146786.46.help.text
-msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX-like platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for the $[officename] software on UNIX-like platforms."
+#. iV)*
+#: workfolder.xhp
+msgctxt ""
+"workfolder.xhp\n"
+"hd_id3149346\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"workfolder\"><link href=\"text/shared/guide/workfolder.xhp\" name=\"Changing Your Working Directory\">Changing Your Working Directory</link></variable>"
msgstr ""
-#: start_parameters.xhp#par_id3149595.56.help.text
-msgid "--headless"
+#. G553
+#: workfolder.xhp
+msgctxt ""
+"workfolder.xhp\n"
+"par_id3150774\n"
+"3\n"
+"help.text"
+msgid "When you start a dialog to open or save a document, $[officename] initially displays your working directory. To change this directory:"
msgstr ""
-#: start_parameters.xhp#par_id3150530.57.help.text
-msgid "Starts in \"headless mode\" which allows using the application without user interface."
+#. Q4v=
+#: workfolder.xhp
+msgctxt ""
+"workfolder.xhp\n"
+"par_id3153681\n"
+"4\n"
+"help.text"
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Paths</emph>."
msgstr ""
-#: start_parameters.xhp#par_id3156353.58.help.text
-msgid "This special mode can be used when the application is controlled by external clients via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
+#. i4a2
+#: workfolder.xhp
+msgctxt ""
+"workfolder.xhp\n"
+"par_id3163802\n"
+"5\n"
+"help.text"
+msgid "Click <emph>My Documents </emph>and click the <emph>Edit</emph> button, or double-click on <emph>My Documents</emph>."
msgstr ""
-#: start_parameters.xhp#par_id314959o.56.help.text
-msgid "--infilter={filter}"
+#. h/j!
+#: workfolder.xhp
+msgctxt ""
+"workfolder.xhp\n"
+"par_id3153880\n"
+"6\n"
+"help.text"
+msgid "In the <emph>Select Path</emph> dialog, choose the working directory you want and click <emph>Select</emph>."
msgstr ""
-#: start_parameters.xhp#par_id315053o.57.help.text
-msgid "Forces an input filter type, if possible. Eg. --infilter=\"Calc Office Open XML\"."
+#. G3HC
+#: workfolder.xhp
+msgctxt ""
+"workfolder.xhp\n"
+"par_id3158430\n"
+"7\n"
+"help.text"
+msgid "You also use this procedure to change the directory displayed by $[officename] when you want to insert a graphic. Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Paths - Graphics</emph>, then follow step 3."
msgstr ""
-#: start_parameters.xhp#par_id314959p.56.help.text
-msgid "--convert-to output_file_extension[:output_filter_name] [--outdir output_dir] files"
-msgstr ""
+#. 5LHU
+#: workfolder.xhp
+msgctxt ""
+"workfolder.xhp\n"
+"par_id3154286\n"
+"8\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010300.xhp\" name=\"Paths\">Paths</link>"
+msgstr "<link href=\"text/shared/optionen/01010300.xhp\" name=\"Paths\">გეზები</link>"
-#: start_parameters.xhp#par_id315053p.57.help.text
-msgid "Batch convert files. If --outdir is not specified, then current working directory is used as output_dir.<br/>Eg. --convert-to pdf *.doc<br/>--convert-to pdf:writer_pdf_Export --outdir /home/user *.doc"
+#. WGI]
+#: data_report.xhp
+msgctxt ""
+"data_report.xhp\n"
+"tit\n"
+"help.text"
+msgid "Using and Editing Database Reports"
+msgstr ""
+
+#. ~%sV
+#: data_report.xhp
+msgctxt ""
+"data_report.xhp\n"
+"bm_id3147834\n"
+"help.text"
+msgid "<bookmark_value>database reports</bookmark_value><bookmark_value>data sources;reports</bookmark_value><bookmark_value>reports;opening and editing</bookmark_value><bookmark_value>editing;reports</bookmark_value><bookmark_value>opening;reports</bookmark_value><bookmark_value>templates;database reports</bookmark_value><bookmark_value>reports;templates</bookmark_value>"
msgstr ""
-#: start_parameters.xhp#par_id314959q.56.help.text
-msgid "--print-to-file [--printer-name printer_name] [--outdir output_dir] files"
+#. ^+Mp
+#: data_report.xhp
+msgctxt ""
+"data_report.xhp\n"
+"hd_id3149178\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"data_report\"><link href=\"text/shared/guide/data_report.xhp\" name=\"Create, Use, and Edit Database Reports\">Using and Editing Database Reports</link></variable>"
msgstr ""
-#: start_parameters.xhp#par_id315053q.57.help.text
-msgid "Batch print files to file. If --outdir is not specified, then current working directory is used as output_dir.<br/>Eg. --print-to-file *.doc<br/>--print-to-file --printer-name nasty_lowres_printer --outdir /home/user *.doc"
+#. hE[_
+#: data_report.xhp
+msgctxt ""
+"data_report.xhp\n"
+"hd_id3145609\n"
+"13\n"
+"help.text"
+msgid "Using a Report"
msgstr ""
-#: groups.xhp#tit.help.text
-msgid "Working with Groups "
+#. v-Dx
+#: data_report.xhp
+msgctxt ""
+"data_report.xhp\n"
+"par_id3147265\n"
+"14\n"
+"help.text"
+msgid "%PRODUCTNAME stores the information about the created reports in the database file."
msgstr ""
-#: groups.xhp#bm_id6888027.help.text
-msgid "<bookmark_value>groups;entering/exiting/ungrouping</bookmark_value><bookmark_value>frames; selection frames</bookmark_value><bookmark_value>selecting;objects</bookmark_value><bookmark_value>exiting;groups</bookmark_value><bookmark_value>entering groups</bookmark_value><bookmark_value>ungrouping groups</bookmark_value><bookmark_value>selection frames</bookmark_value><bookmark_value>multiple selection</bookmark_value><bookmark_value>marking, see selecting</bookmark_value>"
+#. PW9X
+#: data_report.xhp
+msgctxt ""
+"data_report.xhp\n"
+"par_id3154758\n"
+"15\n"
+"help.text"
+msgid "Choose <emph>File - Open</emph> and select the database file."
msgstr ""
-#: groups.xhp#hd_id2454298.help.text
-msgid "<variable id=\"groups\"><link href=\"text/shared/guide/groups.xhp\">Working with Groups</link> </variable>"
+#. l{bB
+#: data_report.xhp
+msgctxt ""
+"data_report.xhp\n"
+"par_id3151054\n"
+"16\n"
+"help.text"
+msgid "In the database file window, click the <emph>Reports</emph> icon."
msgstr ""
-#: groups.xhp#par_id2307199.help.text
-msgid "You can combine several graphic objects into a group so that you can use them like a single object. "
+#. apJa
+#: data_report.xhp
+msgctxt ""
+"data_report.xhp\n"
+"par_id3156280\n"
+"18\n"
+"help.text"
+msgid "Double-click one of the report names to open the report."
msgstr ""
-#: groups.xhp#par_id9983825.help.text
-msgid "You can move, transform, resize, distort, or convert all objects in a group together, and you can enter the group any time to change the individual objects. "
+#. hOoW
+#: data_report.xhp
+msgctxt ""
+"data_report.xhp\n"
+"par_idN1077D\n"
+"help.text"
+msgid "These links are added automatically when you create a new report by the Report Wizard or in the Report Builder window."
msgstr ""
-#: groups.xhp#par_id5734733.help.text
-msgid "You can change the properties (line size, fill color, and more) of all objects in a group together, and you can enter the group and change the individual objects. "
+#. iL%+
+#: data_report.xhp
+msgctxt ""
+"data_report.xhp\n"
+"hd_id1695608\n"
+"help.text"
+msgid "Editing a Report Created in the Report Builder Window"
msgstr ""
-#: groups.xhp#par_id561540.help.text
-msgid "Groups can also be nested to form groups within other groups. "
+#. x{s5
+#: data_report.xhp
+msgctxt ""
+"data_report.xhp\n"
+"par_id7510910\n"
+"help.text"
+msgid "Right-click the name of a report in the database file window, then choose Edit."
msgstr ""
-#: groups.xhp#hd_id7705618.help.text
-msgid "To group objects"
+#. D^S;
+#: data_report.xhp
+msgctxt ""
+"data_report.xhp\n"
+"par_id8138065\n"
+"help.text"
+msgid "The Report Builder window opens with the report's information loaded."
msgstr ""
-#: groups.xhp#par_id607013.help.text
-msgid "Select the objects together that you want to group. Hold down Shift while you click the individual objects."
+#. %17N
+#: data_report.xhp
+msgctxt ""
+"data_report.xhp\n"
+"par_id5086825\n"
+"help.text"
+msgid "Use the toolbars and menu commands and drag-and-drop to edit the report as stated in the <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link> guide."
msgstr ""
-#: groups.xhp#par_id1399578.help.text
-msgid "Right-click any of the selected objects to open the context menu. "
+#. 9fjk
+#: data_report.xhp
+msgctxt ""
+"data_report.xhp\n"
+"par_id4747154\n"
+"help.text"
+msgid "Execute the report to see the resulting report document."
msgstr ""
-#: groups.xhp#par_id598162.help.text
-msgid "In Impress or Draw, choose Group. In Calc or Writer, choose Group – Group."
+#. h9i7
+#: data_report.xhp
+msgctxt ""
+"data_report.xhp\n"
+"hd_id3153104\n"
+"19\n"
+"help.text"
+msgid "Editing a Report Created by the Report Wizard"
msgstr ""
-#: groups.xhp#par_id6738792.help.text
-msgid "To select the objects, you can also drag a selection frame around the objects."
+#. D3i^
+#: data_report.xhp
+msgctxt ""
+"data_report.xhp\n"
+"par_id3125863\n"
+"20\n"
+"help.text"
+msgid "On the <link href=\"text/shared/autopi/01100500.xhp\" name=\"last dialog page of the Report AutoPilot\">last dialog page of the Report Wizard</link>, you can choose to edit the report template before you use the report."
msgstr ""
-#: groups.xhp#par_id7309793.help.text
-msgid "For example, you can group all of the objects in a company logo to move and resize the logo as a single object."
+#. cSpk
+#: data_report.xhp
+msgctxt ""
+"data_report.xhp\n"
+"par_id3155431\n"
+"22\n"
+"help.text"
+msgid "You can edit the page styles for the first page and the following pages of the report as well as the paragraph styles, the number formats, the printed field labels, and more."
msgstr ""
-#: groups.xhp#par_id1227759.help.text
-msgid "After you have grouped objects, selecting any part of the group selects the entire group."
+#. jWH1
+#: data_report.xhp
+msgctxt ""
+"data_report.xhp\n"
+"par_idN107D7\n"
+"help.text"
+msgid "Unless you have a thorough understanding of the database the report accesses, do not edit the SQL statement, database name, the hidden form controls, or the related information on the report."
msgstr ""
-#: groups.xhp#hd_id7424237.help.text
-msgid "To enter a group"
+#. q[Vl
+#: space_hyphen.xhp
+msgctxt ""
+"space_hyphen.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting Protected Spaces, Hyphens and Conditional Separators"
msgstr ""
-#: groups.xhp#par_id1388592.help.text
-msgctxt "groups.xhp#par_id1388592.help.text"
-msgid "Right-click any object of the group."
+#. a3=*
+#: space_hyphen.xhp
+msgctxt ""
+"space_hyphen.xhp\n"
+"bm_id3155364\n"
+"help.text"
+msgid "<bookmark_value>protected spaces;inserting</bookmark_value><bookmark_value>spaces; inserting protected spaces</bookmark_value><bookmark_value>hyphens;inserting custom</bookmark_value><bookmark_value>conditional separators</bookmark_value><bookmark_value>separators; conditional</bookmark_value><bookmark_value>dashes</bookmark_value><bookmark_value>non-breaking dashes</bookmark_value><bookmark_value>replacing;dashes</bookmark_value><bookmark_value>protected dashes</bookmark_value><bookmark_value>exchanging, see also replacing</bookmark_value>"
msgstr ""
-#: groups.xhp#par_id343943.help.text
-msgid "In Impress or Draw, choose Enter Group. In Calc or Writer, choose Group - Edit Group."
+#. bh:S
+#: space_hyphen.xhp
+msgctxt ""
+"space_hyphen.xhp\n"
+"hd_id3155364\n"
+"30\n"
+"help.text"
+msgid "<variable id=\"space_hyphen\"><link href=\"text/shared/guide/space_hyphen.xhp\" name=\"Inserting Protected Spaces, Hyphens and Conditional Separators\">Inserting Protected Spaces, Hyphens and Conditional Separators</link></variable>"
msgstr ""
-#: groups.xhp#par_id8726767.help.text
-msgid "Now you can select and edit a single object in the group."
-msgstr ""
+#. :ee4
+#: space_hyphen.xhp
+msgctxt ""
+"space_hyphen.xhp\n"
+"hd_id3156136\n"
+"61\n"
+"help.text"
+msgid "Non-breaking spaces"
+msgstr "უწყვეტი ღარები"
-#: groups.xhp#par_id691549.help.text
-msgid "You can add or delete objects to and from a group in this mode. "
+#. @Yo4
+#: space_hyphen.xhp
+msgctxt ""
+"space_hyphen.xhp\n"
+"par_id3147008\n"
+"31\n"
+"help.text"
+msgid "To prevent two words from being separated at the end of a line, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command key </caseinline><defaultinline>Ctrl key</defaultinline></switchinline> and the Shift key when you type a space between the words."
msgstr ""
-#: groups.xhp#par_id9909665.help.text
-msgid "The objects that are not part of the group are shown with dimmed colors."
+#. ~A|f
+#: space_hyphen.xhp
+msgctxt ""
+"space_hyphen.xhp\n"
+"par_id5749687\n"
+"help.text"
+msgid "In Calc, you cannot insert non-breaking spaces."
msgstr ""
-#: groups.xhp#hd_id9141819.help.text
-msgid "To exit a group"
+#. |sT.
+#: space_hyphen.xhp
+msgctxt ""
+"space_hyphen.xhp\n"
+"hd_id3146957\n"
+"62\n"
+"help.text"
+msgid "Non-breaking dash"
msgstr ""
-#: groups.xhp#par_id6354869.help.text
-msgctxt "groups.xhp#par_id6354869.help.text"
-msgid "Right-click any object of the group."
+#. v-\o
+#: space_hyphen.xhp
+msgctxt ""
+"space_hyphen.xhp\n"
+"par_id3148538\n"
+"32\n"
+"help.text"
+msgid "An example of a non-breaking dash is a company name such as A-Z. Obviously you would not want A- to appear at the end of a line and Z at the beginning of the next line. To solve this problem, press Shift+Ctrl+ minus sign. In other words, hold down the Shift and Ctrl keys and press the minus key."
msgstr ""
-#: groups.xhp#par_id2685323.help.text
-msgid "In Impress or Draw, choose Exit Group. In Calc or Writer, choose Group - Exit Group."
+#. iYRG
+#: space_hyphen.xhp
+msgctxt ""
+"space_hyphen.xhp\n"
+"hd_id3163802\n"
+"65\n"
+"help.text"
+msgid "Hyphen, dash"
msgstr ""
-#: groups.xhp#par_id6042664.help.text
-msgid "To exit a group in Draw or Impress, you can also double-click anywhere outside the group."
+#. (oS{
+#: space_hyphen.xhp
+msgctxt ""
+"space_hyphen.xhp\n"
+"par_id3154749\n"
+"66\n"
+"help.text"
+msgid "In order to enter longer dashes, you can find under <emph>Tools - AutoCorrect Options</emph><emph>- Options</emph> the <emph>Replace dashes</emph> option. This option replaces one or two minus signs under certain conditions with an en-dash or an em-dash (see <link href=\"text/shared/01/06040100.xhp\" name=\"$[officename] Help\">$[officename] Help</link>)."
msgstr ""
-#: groups.xhp#hd_id7889950.help.text
-msgid "To ungroup a group"
+#. ?LcC
+#: space_hyphen.xhp
+msgctxt ""
+"space_hyphen.xhp\n"
+"par_id3153561\n"
+"67\n"
+"help.text"
+msgid "For additional replacements see the replacements table under <emph>Tools - AutoCorrect Options</emph><emph>- </emph><link href=\"text/shared/01/06040200.xhp\" name=\"Replace\"><emph>Replace</emph></link>. Here you can, among other things, replace a shortcut automatically by a dash, even in another font."
msgstr ""
-#: groups.xhp#par_id3236182.help.text
-msgctxt "groups.xhp#par_id3236182.help.text"
-msgid "Right-click any object of the group."
+#. swRX
+#: space_hyphen.xhp
+msgctxt ""
+"space_hyphen.xhp\n"
+"hd_id3153825\n"
+"63\n"
+"help.text"
+msgid "Definite separator"
msgstr ""
-#: groups.xhp#par_id1251258.help.text
-msgid "In Impress or Draw, choose Ungroup. In Calc or Writer, choose Group - Ungroup."
+#. |@_I
+#: space_hyphen.xhp
+msgctxt ""
+"space_hyphen.xhp\n"
+"par_id3154306\n"
+"60\n"
+"help.text"
+msgid "To support automatic hyphenation by entering a separator inside a word yourself, use the keys <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+minus sign. The word is separated at this position when it is at the end of the line, even if automatic hyphenation for this paragraph is switched off."
msgstr ""
-#: groups.xhp#par_id8111819.help.text
-msgid "Now you can select and edit all objects as individual objects."
+#. BCA$
+#: space_hyphen.xhp
+msgctxt ""
+"space_hyphen.xhp\n"
+"par_id3151245\n"
+"64\n"
+"help.text"
+msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special characters\">Special characters</link>"
msgstr ""
-#: insert_graphic_drawit.xhp#tit.help.text
-msgid "Editing Graphic Objects "
+#. ooX^
+#: data_addressbook.xhp
+msgctxt ""
+"data_addressbook.xhp\n"
+"tit\n"
+"help.text"
+msgid "Registering an Address Book"
msgstr ""
-#: insert_graphic_drawit.xhp#bm_id3145136.help.text
-msgid "<bookmark_value>resizing, see also scaling/zooming</bookmark_value> <bookmark_value>scaling, see also zooming</bookmark_value> <bookmark_value>drawings, see also draw objects</bookmark_value> <bookmark_value>graphic objects, see draw objects</bookmark_value> <bookmark_value>text; drawing pictures</bookmark_value> <bookmark_value>inserting; drawings</bookmark_value> <bookmark_value>pictures; drawing</bookmark_value> <bookmark_value>objects; copying when moving in presentations</bookmark_value> <bookmark_value>draw objects; adding/editing/copying</bookmark_value> <bookmark_value>circle drawings</bookmark_value> <bookmark_value>square drawings</bookmark_value> <bookmark_value>handles; scaling</bookmark_value> <bookmark_value>scaling; objects</bookmark_value> <bookmark_value>objects;moving and resizing with mouse</bookmark_value> <bookmark_value>resizing;objects, by mouse</bookmark_value> <bookmark_value>copying; draw objects</bookmark_value> <bookmark_value>pasting;draw objects</bookmark_value> <bookmark_value>editing;draw objects</bookmark_value> <bookmark_value>pictures;scaling/resizing</bookmark_value>"
+#. @=Lx
+#: data_addressbook.xhp
+msgctxt ""
+"data_addressbook.xhp\n"
+"bm_id3152823\n"
+"help.text"
+msgid "<bookmark_value>data sources; registering address books</bookmark_value><bookmark_value>address books; registering</bookmark_value><bookmark_value>system address book registration</bookmark_value><bookmark_value>registering; address books</bookmark_value>"
msgstr ""
-#: insert_graphic_drawit.xhp#hd_id3145136.11.help.text
-msgid "<variable id=\"insert_graphic_drawit\"><link href=\"text/shared/guide/insert_graphic_drawit.xhp\" name=\"Editing Graphic Objects\">Editing Graphic Objects</link></variable>"
+#. Dl@t
+#: data_addressbook.xhp
+msgctxt ""
+"data_addressbook.xhp\n"
+"hd_id3154228\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"data_addressbook\"><link href=\"text/shared/guide/data_addressbook.xhp\" name=\"Registering an Address Book\">Registering an Address Book</link></variable>"
msgstr ""
-#: insert_graphic_drawit.xhp#par_id3153345.9.help.text
-msgid "Choose <emph>View - Toolbars - Drawing</emph> to open the <emph>Drawing</emph> toolbar, if it is not already open."
+#. #L{B
+#: data_addressbook.xhp
+msgctxt ""
+"data_addressbook.xhp\n"
+"par_id3154927\n"
+"3\n"
+"help.text"
+msgid "In <item type=\"productname\">%PRODUCTNAME</item> you can register different data sources. The contents of the data fields are then available to you for use in various fields and controls. Your system address book is such a data source."
msgstr ""
-#: insert_graphic_drawit.xhp#par_id3166460.2.help.text
-msgid "Drawing objects can be subsequently edited and modified. Drawing objects created in this way are vector graphics, which you can scale freely without any loss of quality."
+#. O/$_
+#: data_addressbook.xhp
+msgctxt ""
+"data_addressbook.xhp\n"
+"par_id3149346\n"
+"4\n"
+"help.text"
+msgid "<item type=\"productname\">%PRODUCTNAME</item> templates and wizards use fields for the contents of the address book. When activated, the general fields in the templates are automatically replaced with the fields from the data source of your address book."
msgstr ""
-#: insert_graphic_drawit.xhp#par_id3148491.3.help.text
-msgid "To create a rectangle, click the rectangle icon and move your cursor to the place in the document where you want one corner of the rectangle to be. Press the mouse button and hold it down while dragging to the opposite corner of the rectangle. When you release the mouse button, the rectangle is inserted in the document. It is selected, and you can edit its properties through the context menu."
+#. PfWO
+#: data_addressbook.xhp
+msgctxt ""
+"data_addressbook.xhp\n"
+"par_id3147399\n"
+"5\n"
+"help.text"
+msgid "In order for the replacement to take place, you must tell <item type=\"productname\">%PRODUCTNAME</item> which address book you use. The wizard asking for this information appears automatically the first time you activate, for example, a business letter template. You can also call the wizard by following the steps listed below."
msgstr ""
-#: insert_graphic_drawit.xhp#par_id3149164.13.help.text
-#, fuzzy
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">To draw multiple objects of the same type, double-click the icon.</caseinline><caseinline select=\"IMPRESS\">To draw multiple objects of the same type, double-click the icon.</caseinline><defaultinline>Draw multiple objects of the same type. Click the document without moving the mouse to stop drawing objects.</defaultinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>რეგულარული გამოსახულებები</defaultinline></switchinline>"
-
-#: insert_graphic_drawit.xhp#par_id3148473.4.help.text
-#, fuzzy
-msgid "If you want to open up draw objects from the center instead of dragging from one corner to the other, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key while dragging. <switchinline select=\"sys\"><caseinline select=\"UNIX\">With some window managers, you may need to hold down also the meta key.</caseinline></switchinline>"
-msgstr "თუ გინდათ, რომ განზომილების ხაზი იყოს იგივე სიგრძის რა სიგრძისაც არის ობიექტის ახლოს მდებარე სლაიდი, გადათრევისას დააჭირეთ <switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება </caseinline><defaultinline>Ctrl</defaultinline></switchinline> კლავიშზე. განზომილების ხაზის 45 გრადუსით დასახრელად გადათრევისას გეჭიროთ Shift კლავიშზე."
-
-#: insert_graphic_drawit.xhp#par_id9448225.help.text
-msgid "Holding down the Shift key while dragging restricts the created object. For example, instead of a rectangle you get a square, instead of an ellipse you get a circle. When you drag a handle of an existing object with Shift held down, the aspect ratio of the object is retained."
+#. S?Io
+#: data_addressbook.xhp
+msgctxt ""
+"data_addressbook.xhp\n"
+"par_id5941648\n"
+"help.text"
+msgid "The address book data is read-only in %PRODUCTNAME Base. It is not possible to add, edit, or delete address data from within Base."
msgstr ""
-#: insert_graphic_drawit.xhp#par_id3153626.5.help.text
-msgid "To scale the objects, first select them by clicking on them with the selection tool. You then see eight handles around the object. When you drag one of the four corner handles, the opposite corner remains fixed while the other three corners move. When you drag one of the side handles, the opposite side remains fixed."
+#. CM=1
+#: data_addressbook.xhp
+msgctxt ""
+"data_addressbook.xhp\n"
+"hd_id3149096\n"
+"35\n"
+"help.text"
+msgid "Address Data Source Wizard"
msgstr ""
-#: insert_graphic_drawit.xhp#par_id224616.help.text
-#, fuzzy
-msgid "To scale a draw object using the keyboard, first select the object, then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab repeatedly to highlight one of the handles. Then press an arrow key. To scale in smaller steps, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key while pressing an arrow key. Press Esc to leave the point edit mode."
-msgstr "არჩეული უჯრის რიგში <emph>შეტანის ხაზში</emph>შეტანილი ფორმულის ჩასასმელად, დააჭირეთ<switchinline select=\"sys\"><caseinline select=\"MAC\">პარამეტრი</caseinline><defaultinline>Alt</defaultinline></switchinline>+Enter. დააყოვნეთ კლავიში<switchinline select=\"sys\"><caseinline select=\"MAC\">პარამეტრი</caseinline><defaultinline>Alt</defaultinline></switchinline>+Enter+Shift რათა მიუსადაგოთ შეტანილი უჯრის ფორმატი უჯრების მთლიან რიგს. "
-
-#: insert_graphic_drawit.xhp#par_id3149669.6.help.text
-msgid "To move draw objects, first select them. To select more than one object, press the Shift key while clicking. Select text objects by clicking exactly on their edge. While holding down the mouse button, drag the objects to the new location."
+#. {-!.
+#: data_addressbook.xhp
+msgctxt ""
+"data_addressbook.xhp\n"
+"par_id3147008\n"
+"36\n"
+"help.text"
+msgid "To call the <link href=\"text/shared/autopi/01170000.xhp\" name=\"Address Data Source\">Address Data Source</link> wizard, choose <emph>File - Wizards - Address Data Source</emph>."
msgstr ""
-#: insert_graphic_drawit.xhp#par_id7199316.help.text
-#, fuzzy
-msgid "To move a draw object using the keyboard, first select the object, then press an arrow key. To move in smaller steps, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key while pressing an arrow key."
-msgstr "მონიშნული ჩარჩოს ან ობიექტის ზომის შესაცვლელად ჯერ დააწკაპუნეთ Ctrl+Tab. ახლა ერთ-ერთი საჭიდი აციმციმდება, მონიშვნის ინდიკაციისთვის. სხვა საჭიდის მოსანიშნად კვლავ დააჭირეთ Ctrl+Tab დააჭირეთ ისრის ღილაკს ობიექტის ერთი უჯრედის ერთეულით შესაცვლელად. ერთი პიქსელით შესაცვლელად დააჭირეთ <switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline>, და შემდეგ ისრის ნებისმიერ ღილაკს."
-
-#: insert_graphic_drawit.xhp#par_id7133399316.help.text
-msgid "To enter text to be a part of a graphics object, select the object and start typing your text. Click outside the object to end entering text. Double-click text inside an object to edit the text."
+#. yt*T
+#: data_addressbook.xhp
+msgctxt ""
+"data_addressbook.xhp\n"
+"hd_id3149811\n"
+"6\n"
+"help.text"
+msgid "Registering An Existing Address Book Manually"
msgstr ""
-#: insert_graphic_drawit.xhp#par_id3156422.8.help.text
-msgid "To revert to normal mode after creating and editing draw objects, click in an area of the document containing no objects. If you see a drawing cursor, first exit this mode by clicking the <emph>Select</emph> icon."
+#. TOEh
+#: data_addressbook.xhp
+msgctxt ""
+"data_addressbook.xhp\n"
+"par_id3150771\n"
+"8\n"
+"help.text"
+msgid "Choose <emph>File - Templates - Address Book Source</emph>. The <link href=\"text/shared/01/01110101.xhp\" name=\"Templates: Address Book Assignment\"><emph>Templates: Address Book Assignment</emph></link> dialog appears."
msgstr ""
-#: insert_graphic_drawit.xhp#par_id3145785.10.help.text
-msgid "<link href=\"text/shared/02/01140000.xhp\" name=\"Information about the individual icons\">Information about the individual icons</link>"
+#. ^4?Y
+#: data_addressbook.xhp
+msgctxt ""
+"data_addressbook.xhp\n"
+"par_id3148491\n"
+"10\n"
+"help.text"
+msgid "In the <emph>Data source</emph> combo box, select the system address book or the data source you want to use as an address book."
msgstr ""
-#: copy_drawfunctions.xhp#tit.help.text
-msgid "Copying Drawing Objects Into Other Documents"
+#. W_@G
+#: data_addressbook.xhp
+msgctxt ""
+"data_addressbook.xhp\n"
+"par_id3149669\n"
+"11\n"
+"help.text"
+msgid "If you have not yet registered the system address book in <item type=\"productname\">%PRODUCTNAME</item> as the data source, click the <emph>Address Data Source ...</emph> button. This takes you to the <emph>Address Book Data Source Wizard</emph>, in which you can register your address book as a new data source in <item type=\"productname\">%PRODUCTNAME</item>."
msgstr ""
-#: copy_drawfunctions.xhp#bm_id3153394.help.text
-msgid "<bookmark_value>draw objects; copying between documents</bookmark_value><bookmark_value>copying; draw objects between documents</bookmark_value><bookmark_value>pasting;draw objects from other documents</bookmark_value>"
+#. _TX8
+#: data_addressbook.xhp
+msgctxt ""
+"data_addressbook.xhp\n"
+"par_id3154365\n"
+"13\n"
+"help.text"
+msgid "In the <emph>Table</emph> combo box, select the database table you want to use as the address book."
msgstr ""
-#: copy_drawfunctions.xhp#hd_id3153394.27.help.text
-msgid "<variable id=\"copy_drawfunctions\"><link href=\"text/shared/guide/copy_drawfunctions.xhp\" name=\"Copying Drawing Objects Into Other Documents\">Copying Drawing Objects Into Other Documents</link></variable>"
+#. h));
+#: data_addressbook.xhp
+msgctxt ""
+"data_addressbook.xhp\n"
+"par_id3147084\n"
+"15\n"
+"help.text"
+msgid "Under <emph>Field assignment</emph>, match the fields for first name, company, department, and so on to the actual field names used in your address book."
msgstr ""
-#: copy_drawfunctions.xhp#par_id3153345.28.help.text
-msgid "In $[officename] it is possible to copy drawing objects between text, spreadsheets and presentation documents. "
+#. }6QK
+#: data_addressbook.xhp
+msgctxt ""
+"data_addressbook.xhp\n"
+"par_idN10784\n"
+"help.text"
+msgid "When finished, close the dialog with <emph>OK</emph>."
msgstr ""
-#: copy_drawfunctions.xhp#par_id3145345.29.help.text
-msgid "Select the drawing object or objects."
+#. %${;
+#: data_addressbook.xhp
+msgctxt ""
+"data_addressbook.xhp\n"
+"par_id3149983\n"
+"18\n"
+"help.text"
+msgid "Now your data source is registered in <item type=\"productname\">%PRODUCTNAME</item> as the address book. If you now open a template from the <emph>Business Correspondence</emph> category, <item type=\"productname\">%PRODUCTNAME</item> can automatically insert the correct fields for a form letter."
msgstr ""
-#: copy_drawfunctions.xhp#par_id3156426.31.help.text
-msgid "Copy the drawing object to the clipboard, for example, by using <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C."
+#. C@i;
+#: linestyle_define.xhp
+msgctxt ""
+"linestyle_define.xhp\n"
+"tit\n"
+"help.text"
+msgid "Defining Line Styles"
msgstr ""
-#: copy_drawfunctions.xhp#par_id3152996.32.help.text
-msgid "Switch to the other document and place the cursor where the drawing object is to be inserted."
+#. (T6;
+#: linestyle_define.xhp
+msgctxt ""
+"linestyle_define.xhp\n"
+"bm_id3153825\n"
+"help.text"
+msgid "<bookmark_value>line styles;defining</bookmark_value><bookmark_value>defining;line styles</bookmark_value>"
msgstr ""
-#: copy_drawfunctions.xhp#par_id3149234.33.help.text
-msgid "Insert the drawing object, for example, by using <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V."
+#. uV|Y
+#: linestyle_define.xhp
+msgctxt ""
+"linestyle_define.xhp\n"
+"hd_id3153825\n"
+"9\n"
+"help.text"
+msgid "<variable id=\"linestyle_define\"><link href=\"text/shared/guide/linestyle_define.xhp\" name=\"Defining Line Styles\">Defining Line Styles</link></variable>"
msgstr ""
-#: copy_drawfunctions.xhp#hd_id3147573.34.help.text
-msgid "Inserting into a text document"
+#. ?~mF
+#: linestyle_define.xhp
+msgctxt ""
+"linestyle_define.xhp\n"
+"par_id3153880\n"
+"10\n"
+"help.text"
+msgid "Select a line drawing object in a document."
msgstr ""
-#: copy_drawfunctions.xhp#par_id3150276.35.help.text
-msgid "An inserted drawing object is anchored to the current paragraph. You can change the anchor by selecting the object and clicking the <emph>Change Anchor</emph> icon on the <emph>OLE-Object</emph> toolbar or the <emph>Frame</emph> toolbar. This opens a popup menu where you can select the anchor type."
+#. d-RI
+#: linestyle_define.xhp
+msgctxt ""
+"linestyle_define.xhp\n"
+"par_id3155419\n"
+"14\n"
+"help.text"
+msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Drawing Object</emph> - </caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><item type=\"menuitem\"/><emph>Line</emph> and click the <emph>Line Styles</emph> tab."
msgstr ""
-#: copy_drawfunctions.xhp#hd_id3145609.36.help.text
-msgid "Inserting into a spreadsheet"
+#. CGH]
+#: linestyle_define.xhp
+msgctxt ""
+"linestyle_define.xhp\n"
+"par_id3155449\n"
+"15\n"
+"help.text"
+msgid "Specify the line options that you want."
msgstr ""
-#: copy_drawfunctions.xhp#par_id3151210.30.help.text
-msgid "An inserted drawing object is anchored to the current cell. You can change the anchor between cell and page by selecting the object and clicking the <emph>Change Anchor</emph> icon <image id=\"img_id3149456\" src=\"cmd/sc_toggleanchortype.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3149456\">Icon</alt></image>."
+#. sIgq
+#: linestyle_define.xhp
+msgctxt ""
+"linestyle_define.xhp\n"
+"par_id3150791\n"
+"16\n"
+"help.text"
+msgid "To specify the length of the line as a percentage of the line width, select <emph>Fit to line width</emph>."
msgstr ""
-#: version_number.xhp#tit.help.text
-msgid "Versions and Build Numbers"
-msgstr ""
+#. $!*!
+#: linestyle_define.xhp
+#, fuzzy
+msgctxt ""
+"linestyle_define.xhp\n"
+"par_id3152920\n"
+"12\n"
+"help.text"
+msgid "Click <emph>Add</emph>."
+msgstr "დააწკაპუნეთ <emph>ძიება</emph>."
-#: version_number.xhp#bm_id3144436.help.text
-msgid "<bookmark_value>versions; $[officename]</bookmark_value><bookmark_value>build numbers of $[officename]</bookmark_value><bookmark_value>copyright for $[officename]</bookmark_value>"
+#. :,%V
+#: linestyle_define.xhp
+msgctxt ""
+"linestyle_define.xhp\n"
+"par_id3145606\n"
+"17\n"
+"help.text"
+msgid "Enter a name for the line style and click <emph>OK</emph>."
msgstr ""
-#: version_number.xhp#hd_id3144436.4.help.text
-msgid "<variable id=\"version_number\"><link href=\"text/shared/guide/version_number.xhp\" name=\"Versions and Build Numbers\">Versions and Build Numbers</link></variable>"
+#. k?0v
+#: linestyle_define.xhp
+msgctxt ""
+"linestyle_define.xhp\n"
+"par_id3149202\n"
+"13\n"
+"help.text"
+msgid "To save the line style in a custom line style list, click the <emph>Save Line Styles</emph> icon."
msgstr ""
-#: version_number.xhp#par_id3149346.5.help.text
-msgid "Choose <emph>Help - About $[officename]</emph>. This opens a dialog containing information about the program."
+#. jBhX
+#: linestyle_define.xhp
+msgctxt ""
+"linestyle_define.xhp\n"
+"par_idN10671\n"
+"help.text"
+msgid "Click <emph>Close</emph> to close the dialog."
msgstr ""
-#: version_number.xhp#par_id3147008.3.help.text
-msgid "<link href=\"http://www.libreoffice.org/about-us/credits/\">See lists of code and Wiki contributors</link> on the LibreOffice website."
+#. 1Gol
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"tit\n"
+"help.text"
+msgid "General Instructions for %PRODUCTNAME"
msgstr ""
-#: imagemap.xhp#tit.help.text
-msgid "Adding Clickable Hotspots to Images"
+#. Lm]j
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"bm_id3151097\n"
+"help.text"
+msgid "<bookmark_value>instructions; general</bookmark_value>"
msgstr ""
-#: imagemap.xhp#bm_id3150502.help.text
-msgid "<bookmark_value>ImageMap; editor</bookmark_value> <bookmark_value>editors; ImageMap editor</bookmark_value> <bookmark_value>images; ImageMap</bookmark_value> <bookmark_value>pictures; ImageMap</bookmark_value> <bookmark_value>hotspots;adding to images</bookmark_value> <bookmark_value>URL;in pictures</bookmark_value>"
+#. Vclv
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3151097\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"main\"><link href=\"text/shared/guide/main.xhp\" name=\"General Instructions for %PRODUCTNAME\">General Instructions for <item type=\"productname\">%PRODUCTNAME</item></link></variable>"
msgstr ""
-#: imagemap.xhp#par_idN10631.help.text
-msgid "<variable id=\"imagemap\"><link href=\"text/shared/guide/imagemap.xhp\">Adding Clickable Hotspots to Images</link></variable>"
+#. 8`D`
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3153681\n"
+"2\n"
+"help.text"
+msgid "Opening and Saving Documents and Templates"
msgstr ""
-#: imagemap.xhp#par_idN1064F.help.text
-msgid "An ImageMap allows you to attach URLs to specific areas, called hotspots, on a picture in your document. An image map is a group of one or more hotspots."
+#. Yml=
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3150669\n"
+"3\n"
+"help.text"
+msgid "Using Windows, Menus and Icons"
msgstr ""
-#: imagemap.xhp#par_idN1066C.help.text
-msgid "You can draw three types of hotspots: rectangles, ellipses, and polygons. When you click a hotspot, the URL is opened in the browser window or frame that you specify. You can also specify the text that appears when your mouse rests on the hotspot."
-msgstr ""
+#. WJrQ
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3149295\n"
+"10\n"
+"help.text"
+msgid "Accessibility"
+msgstr "სპეციალური შესაძლებლობები"
-#: imagemap.xhp#par_idN10677.help.text
-msgid "To add a clickable hotspot to an image"
+#. __Uj
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3159149\n"
+"4\n"
+"help.text"
+msgid "Copying Data by Drag and Drop or Menu Commands"
msgstr ""
-#: imagemap.xhp#par_idN1067E.help.text
-msgid "Position the cursor where you want the ImageMap in your document."
+#. 4#Pl
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3152576\n"
+"5\n"
+"help.text"
+msgid "Data Sources"
msgstr ""
-#: imagemap.xhp#par_idN10682.help.text
-msgid "Choose <emph>Insert - Picture - From File</emph>, select and insert a bitmap picture."
+#. sjy1
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"par_idN10826\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/main.xhp\">Working with databases in %PRODUCTNAME</link>"
msgstr ""
-#: imagemap.xhp#par_idN1068A.help.text
-msgid "With the picture selected, choose <emph>Edit - ImageMap</emph>. You see the <link href=\"text/shared/01/02220000.xhp\">ImageMap Editor</link>, which displays the picture at the background."
+#. .1zG
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"par_idN10841\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/tablewizard00.xhp\">Table Wizard</link>"
msgstr ""
-#: imagemap.xhp#par_idN106A0.help.text
-msgid "Use the icons in the ImageMap Editor to draw a hotspot shape, for example a rectangle, over the image at the background."
+#. (b4F
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"par_idN1085B\n"
+"help.text"
+msgid "<link href=\"text/shared/explorer/database/querywizard00.xhp\">Query Wizard</link>"
msgstr ""
-#: imagemap.xhp#par_idN106A3.help.text
-msgid "You can see an extended help text on the functions of each icon when you enable Extended Help in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - General</emph>."
+#. *5eA
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"par_idN10875\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01090000.xhp\">Forms Wizard</link>"
msgstr ""
-#: imagemap.xhp#par_idN106AB.help.text
-msgid "Enter the \"Address\" URL that will be shown in a Web browser when the user clicks the hotspot."
+#. HAUh
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"par_id3154011\n"
+"12\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01100000.xhp\">Report Wizard</link>"
msgstr ""
-#: imagemap.xhp#par_idN106AF.help.text
-msgid "Optionally, enter the \"Text\" that will be shown as a tip when the user points the mouse to the hotspot."
+#. qD.b
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3147216\n"
+"6\n"
+"help.text"
+msgid "Recording Changes (Revision Marking)"
msgstr ""
-#: imagemap.xhp#par_idN106B3.help.text
-msgid "Click the Apply button to apply your changes, and close the ImageMap Editor."
+#. ].Zl
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3145261\n"
+"7\n"
+"help.text"
+msgid "Configuring and Modifying <item type=\"productname\">%PRODUCTNAME</item>"
msgstr ""
-#: imagemap.xhp#par_idN106B7.help.text
-msgid "Save the document in the %PRODUCTNAME or HTML format."
-msgstr ""
+#. _A4}
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3145252\n"
+"8\n"
+"help.text"
+msgid "Charts"
+msgstr "დიაგრამები"
-#: imagemap.xhp#par_idN106BA.help.text
-msgid "You may save the ImageMap as a file and upload that file to a Web server, for example."
-msgstr ""
+#. Ip)3
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3157846\n"
+"9\n"
+"help.text"
+msgid "Miscellaneous"
+msgstr "სხვადასხვა"
-#: fontwork.xhp#tit.help.text
-msgid "Fontwork For Graphical Text Art"
+#. fZ`P
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"par_id3147173\n"
+"13\n"
+"help.text"
+msgid "<link href=\"text/shared/00/00000005.xhp\" name=\"General Terminology\">General Terminology</link>"
msgstr ""
-#: fontwork.xhp#bm_id3696707.help.text
-msgid "<bookmark_value>graphical text art</bookmark_value> <bookmark_value>designing; fonts</bookmark_value> <bookmark_value>TextArt, see Fontwork</bookmark_value> <bookmark_value>WordArt, see Fontwork</bookmark_value> <bookmark_value>Fontwork</bookmark_value> <bookmark_value>text effects</bookmark_value> <bookmark_value>effects; Fontwork icons</bookmark_value> <bookmark_value>text; Fontwork icons</bookmark_value> <bookmark_value>3D text creation</bookmark_value> <bookmark_value>rotating;3D text</bookmark_value> <bookmark_value>editing;Fontwork objects</bookmark_value> <bookmark_value>inserting;Fontwork objects</bookmark_value>"
+#. ZaDF
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"par_id3156332\n"
+"14\n"
+"help.text"
+msgid "<link href=\"text/shared/00/00000002.xhp\" name=\"Internet Terminology\">Internet Terminology</link>"
msgstr ""
-#: fontwork.xhp#par_idN1066D.help.text
-msgid "<variable id=\"fontwork\"><link href=\"text/shared/guide/fontwork.xhp\">Fontwork For Graphical Text Art</link></variable>"
+#. igKo
+#: copytext2application.xhp
+msgctxt ""
+"copytext2application.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting Data From Text Documents"
msgstr ""
-#: fontwork.xhp#par_idN1068B.help.text
-msgid "You can use Fontwork to create graphical text art objects."
+#. -)tI
+#: copytext2application.xhp
+msgctxt ""
+"copytext2application.xhp\n"
+"bm_id3152924\n"
+"help.text"
+msgid "<bookmark_value>sending; AutoAbstract function in presentations</bookmark_value><bookmark_value>AutoAbstract function for sending text to presentations</bookmark_value><bookmark_value>outlines; sending to presentations</bookmark_value><bookmark_value>text; copying by drag and drop</bookmark_value><bookmark_value>drag and drop; copying and pasting text</bookmark_value><bookmark_value>inserting;data from text documents</bookmark_value><bookmark_value>copying;data from text documents</bookmark_value><bookmark_value>pasting;data from text documents</bookmark_value>"
msgstr ""
-#: fontwork.xhp#par_idN10691.help.text
-msgid "To create a Fontwork object"
+#. oBn=
+#: copytext2application.xhp
+msgctxt ""
+"copytext2application.xhp\n"
+"hd_id3152924\n"
+"3\n"
+"help.text"
+msgid "<variable id=\"copytext2application\"><link href=\"text/shared/guide/copytext2application.xhp\" name=\"Inserting Data From Text Documents\">Inserting Data From Text Documents</link></variable>"
msgstr ""
-#: fontwork.xhp#par_id0202200911373965.help.text
-msgid "If you don't see the Drawing toolbar or the Fontwork toolbar, choose <item type=\"menuitem\">View - Toolbars</item> to enable the toolbar."
+#. s^iu
+#: copytext2application.xhp
+msgctxt ""
+"copytext2application.xhp\n"
+"par_id3156426\n"
+"4\n"
+"help.text"
+msgid "You can insert text into other document types, such as spreadsheets and presentations. Note that there is a difference between whether the text is inserted into a text frame, a spreadsheet cell, or into the outline view of a presentation."
msgstr ""
-#: fontwork.xhp#par_idN1069C.help.text
-msgid "On the <emph>Drawing</emph> toolbar or on the <emph>Fontwork</emph> toolbar, click the <emph>Fontwork Gallery</emph> icon.<image id=\"img_id7040009\" src=\"cmd/sc_fontworkgalleryfloater.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id7040009\">Icon</alt></image>"
+#. v%A%
+#: copytext2application.xhp
+msgctxt ""
+"copytext2application.xhp\n"
+"par_id3147576\n"
+"5\n"
+"help.text"
+msgid "If you copy text to the clipboard, you can paste it with or without text attributes. Use the shortcut keys <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C to copy and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V to paste."
msgstr ""
-#: fontwork.xhp#par_id3149761.55.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a Fontwork style and click OK to insert the Fontwork into your document. Double-click or Ctrl+double-click the Fontwork in your document to enter text edit mode and change the text.</ahelp>"
+#. S`Tl
+#: copytext2application.xhp
+msgctxt ""
+"copytext2application.xhp\n"
+"par_id3152349\n"
+"help.text"
+msgid "<image id=\"img_id3143270\" src=\"cmd/sc_paste.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3143270\">Icon</alt></image>"
msgstr ""
-#: fontwork.xhp#par_idN106A0.help.text
-msgid "In the <emph>Fontwork Gallery</emph> dialog, select a Fontwork style and click OK."
+#. aZ_h
+#: copytext2application.xhp
+msgctxt ""
+"copytext2application.xhp\n"
+"par_id3158430\n"
+"12\n"
+"help.text"
+msgid "To select the format in which the clipboard contents will be pasted, click the arrow next to the <emph>Paste</emph> icon on the Standard bar, or choose <emph>Edit - Paste Special</emph>, then select the proper format."
msgstr ""
-#: fontwork.xhp#par_idN10755.help.text
-msgid "The Fontwork object is inserted into your document. Fontwork objects are Custom Shapes. Using the 3D Settings toolbar, you can switch the view at any time from 2D to 3D and back."
+#. `:F2
+#: copytext2application.xhp
+msgctxt ""
+"copytext2application.xhp\n"
+"par_id3156155\n"
+"6\n"
+"help.text"
+msgid "If a text document contains headings formatted with the Heading Paragraph Style, choose <emph>File - Send - Outline to Presentation</emph>. A new presentation document is created, which contains the headings as an outline."
msgstr ""
-#: fontwork.xhp#par_idN106A4.help.text
-msgid "Double-click the object to enter text edit mode."
+#. :=Wz
+#: copytext2application.xhp
+msgctxt ""
+"copytext2application.xhp\n"
+"par_id3145316\n"
+"9\n"
+"help.text"
+msgid "If you want to transfer each heading together with its accompanying paragraphs, select the <emph>File - Send - AutoAbstract to Presentation</emph> command. You must have formatted the headings with a corresponding Paragraph Style to be able to see this command."
msgstr ""
-#: fontwork.xhp#par_idN107D5.help.text
-msgid "Replace the default Fontwork text with your own text."
+#. *ITR
+#: copytext2application.xhp
+msgctxt ""
+"copytext2application.xhp\n"
+"hd_id3156024\n"
+"10\n"
+"help.text"
+msgid "Copying Text Using Drag-and-Drop"
msgstr ""
-#: fontwork.xhp#par_idN106A8.help.text
-msgid "Press Esc to exit text edit mode."
+#. K\WU
+#: copytext2application.xhp
+msgctxt ""
+"copytext2application.xhp\n"
+"par_id3147303\n"
+"7\n"
+"help.text"
+msgid "If you select text and drag it into a spreadsheet with drag-and-drop, it will be inserted as text into the cell where you release the mouse."
msgstr ""
-#: fontwork.xhp#par_idN106AE.help.text
-msgid "To edit a Fontwork object"
+#. *AOO
+#: copytext2application.xhp
+msgctxt ""
+"copytext2application.xhp\n"
+"par_id3149655\n"
+"8\n"
+"help.text"
+msgid "If you drag text to the normal view of a presentation, an OLE object is inserted as a $[officename] plug-in."
msgstr ""
-#: fontwork.xhp#par_idN106B5.help.text
-msgctxt "fontwork.xhp#par_idN106B5.help.text"
-msgid "Click the Fontwork object. If the Fontwork object is inserted in the background, hold down the Ctrl key while you click."
+#. ~6D7
+#: copytext2application.xhp
+msgctxt ""
+"copytext2application.xhp\n"
+"par_id3150793\n"
+"11\n"
+"help.text"
+msgid "If you drag the text to the outline view of a presentation, it will be inserted at the cursor location."
msgstr ""
-#: fontwork.xhp#par_idN106B8.help.text
-msgid "The <link href=\"text/shared/fontwork_toolbar.xhp\"><emph>Fontwork</emph></link> toolbar is displayed. If you do not see the <emph>Fontwork</emph> toolbar, choose <emph>View - Toolbars - Fontwork</emph>."
+#. bSH(
+#: navpane_on.xhp
+msgctxt ""
+"navpane_on.xhp\n"
+"tit\n"
+"help.text"
+msgid "Showing Navigation Pane of the Help"
msgstr ""
-#: fontwork.xhp#par_idN106BC.help.text
-msgid "Click an icon in the <emph>Fontwork</emph> toolbar."
+#. fj{A
+#: navpane_on.xhp
+msgctxt ""
+"navpane_on.xhp\n"
+"bm_id3155364\n"
+"help.text"
+msgid "<bookmark_value>Help; navigation pane showing/hiding</bookmark_value><bookmark_value>hiding;navigation pane in Help window</bookmark_value><bookmark_value>indexes;showing/hiding Help index tab</bookmark_value>"
msgstr ""
-#: fontwork.xhp#par_idN10839.help.text
-msgid "The following icons are available:"
+#. J]Fp
+#: navpane_on.xhp
+msgctxt ""
+"navpane_on.xhp\n"
+"hd_id3150178\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"navpane_on\"><link href=\"text/shared/guide/navpane_on.xhp\" name=\"Showing Navigation Pane of the Help\">Showing Navigation Pane of the Help</link></variable>"
msgstr ""
-#: fontwork.xhp#par_idN106C5.help.text
-msgid "Fontwork Gallery - adds another Fontwork object"
+#. ,fM?
+#: navpane_on.xhp
+msgctxt ""
+"navpane_on.xhp\n"
+"par_id3147571\n"
+"2\n"
+"help.text"
+msgid "In the Help window, you can show or hide the navigation pane as needed."
msgstr ""
-#: fontwork.xhp#par_idN106C9.help.text
-msgid "Fontwork Shape - edits the shape"
+#. 2w%B
+#: navpane_on.xhp
+msgctxt ""
+"navpane_on.xhp\n"
+"par_id3156411\n"
+"help.text"
+msgid "<image id=\"img_id3153345\" src=\"sfx2/res/indexon_small.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153345\">Icon</alt></image>"
msgstr ""
-#: fontwork.xhp#par_idN106CD.help.text
-msgid "Fontwork Same Letter Heights - changes the height of characters"
+#. x.G$
+#: navpane_on.xhp
+msgctxt ""
+"navpane_on.xhp\n"
+"par_id3152996\n"
+"3\n"
+"help.text"
+msgid "On the toolbar of the <emph>Help</emph> window, click the left icon to show or hide the navigation pane."
msgstr ""
-#: fontwork.xhp#par_idN106D5.help.text
-msgid "Fontwork Alignment - aligns the text"
+#. -6)J
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"tit\n"
+"help.text"
+msgid "Defining Background Colors or Background Graphics"
msgstr ""
-#: fontwork.xhp#par_idN106D9.help.text
-msgid "Fontwork Character Spacing - changes the character spacing and kerning"
+#. JmZj
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"bm_id3149346\n"
+"help.text"
+msgid "<bookmark_value>backgrounds; defining colors/pictures</bookmark_value><bookmark_value>colors; backgrounds</bookmark_value><bookmark_value>pictures; backgrounds</bookmark_value><bookmark_value>pages; backgrounds in all applications</bookmark_value><bookmark_value>watermarks</bookmark_value><bookmark_value>text, see also text documents, paragraphs and characters</bookmark_value>"
msgstr ""
-#: fontwork.xhp#par_idN108CA.help.text
-msgid "To edit more Fontwork attributes"
+#. n3/a
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"hd_id3149346\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"background\"><link href=\"text/shared/guide/background.xhp\" name=\"Defining Graphics or Colors in the Background of Pages (Watermark)\">Defining Graphics or Colors in the Background of Pages (Watermark)</link> </variable>"
msgstr ""
-#: fontwork.xhp#par_idN108D1.help.text
-msgctxt "fontwork.xhp#par_idN108D1.help.text"
-msgid "Click the Fontwork object. If the Fontwork object is inserted in the background, hold down the Ctrl key while you click."
+#. qDB}
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3153878\n"
+"25\n"
+"help.text"
+msgid "Choose <emph>Format - Page</emph>."
msgstr ""
-#: fontwork.xhp#par_idN108D5.help.text
-msgid "Select the properties from the <emph>Drawing Object Properties</emph> toolbar. You can change the line width, line color, fill color, fill style, and more."
+#. _:!n
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3149581\n"
+"26\n"
+"help.text"
+msgid "On the <emph>Background</emph> tab page, select a background color or a background graphic."
msgstr ""
-#: fontwork.xhp#par_idN108E7.help.text
-msgid "<link href=\"text/shared/fontwork_toolbar.xhp\">Fontwork toolbar</link>"
+#. PLVS
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3154097\n"
+"27\n"
+"help.text"
+msgid "In spreadsheets this background appears only in the print behind the cells not formatted elsewhere."
msgstr ""
-#: chart_legend.xhp#tit.help.text
-msgid "Editing Chart Legends"
+#. ^V*r
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3156180\n"
+"30\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05030600.xhp\" name=\"Background tab page\"><emph>Background</emph> tab page</link>"
msgstr ""
-#: chart_legend.xhp#bm_id3147291.help.text
-msgid "<bookmark_value>charts; editing legends</bookmark_value><bookmark_value>legends; charts</bookmark_value><bookmark_value>editing; chart legends</bookmark_value><bookmark_value>formatting; chart legends</bookmark_value>"
+#. 6XE}
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id2711569\n"
+"help.text"
+msgid "<link href=\"text/swriter/guide/background.xhp\">Backgrounds in Text</link>"
msgstr ""
-#: chart_legend.xhp#hd_id3147291.1.help.text
-msgid "<variable id=\"chart_legend\"><link href=\"text/shared/guide/chart_legend.xhp\" name=\"Editing Chart Legends\">Editing Chart Legends</link></variable>"
+#. bbCB
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id8591570\n"
+"help.text"
+msgid "<link href=\"text/scalc/guide/background.xhp\">Backgrounds in Spreadsheets</link>"
msgstr ""
-#: chart_legend.xhp#par_id3147008.2.help.text
-msgid "To edit a chart legend:"
+#. 23^*
+#: import_ms.xhp
+msgctxt ""
+"import_ms.xhp\n"
+"tit\n"
+"help.text"
+msgid "Opening documents saved in other formats"
msgstr ""
-#: chart_legend.xhp#par_id3146957.3.help.text
-msgctxt "chart_legend.xhp#par_id3146957.3.help.text"
-msgid "Double-click on the chart."
+#. $[Ry
+#: import_ms.xhp
+msgctxt ""
+"import_ms.xhp\n"
+"bm_id3153988\n"
+"help.text"
+msgid "<bookmark_value>Microsoft Office;opening Microsoft documents</bookmark_value> <bookmark_value>documents; importing</bookmark_value> <bookmark_value>importing; documents in other formats</bookmark_value> <bookmark_value>opening; documents from other formats</bookmark_value> <bookmark_value>loading; documents from other formats</bookmark_value> <bookmark_value>converting;Microsoft documents</bookmark_value> <bookmark_value>saving; default file formats</bookmark_value> <bookmark_value>defaults;document formats in file dialogs</bookmark_value> <bookmark_value>file formats; saving always in other formats</bookmark_value> <bookmark_value>Microsoft Office; as default file format</bookmark_value> <bookmark_value>files;importing</bookmark_value> <bookmark_value>XML converters</bookmark_value> <bookmark_value>converters; XML</bookmark_value> <bookmark_value>Document Converter Wizard</bookmark_value> <bookmark_value>wizards; document converter</bookmark_value> <bookmark_value>converters; document converter</bookmark_value> <bookmark_value>files, see also documents</bookmark_value>"
msgstr ""
-#: chart_legend.xhp#par_id3154824.4.help.text
-msgctxt "chart_legend.xhp#par_id3154824.4.help.text"
-msgid "A gray border appears around the chart and the menu bar now contains commands for editing the objects in the chart."
+#. CFn.
+#: import_ms.xhp
+msgctxt ""
+"import_ms.xhp\n"
+"hd_id3145313\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"import_ms\"><link href=\"text/shared/guide/import_ms.xhp\" name=\"Opening documents saved in other formats\">Opening documents saved in other formats</link></variable>"
msgstr ""
-#: chart_legend.xhp#par_id3153031.5.help.text
-msgid "Choose <emph>Format - Legend</emph> or double-click on the legend. This opens the <emph>Legend</emph> dialog."
+#. 9DoS
+#: import_ms.xhp
+msgctxt ""
+"import_ms.xhp\n"
+"par_id3145345\n"
+"3\n"
+"help.text"
+msgid "You can open a document saved in another format by using the following procedure:"
msgstr ""
-#: chart_legend.xhp#par_id3147210.6.help.text
-msgid "Choose from the available tabs to make modifications, then click <emph>OK</emph>."
+#. Vpn:
+#: import_ms.xhp
+msgctxt ""
+"import_ms.xhp\n"
+"par_id3147242\n"
+"4\n"
+"help.text"
+msgid "Choose <emph>File - Open</emph>."
msgstr ""
-#: chart_legend.xhp#par_id3145674.9.help.text
-msgid "To select the legend, first double-click on the chart (see step 1), then click on the legend. You can now move the legend within the chart using the mouse."
+#. \%]v
+#: import_ms.xhp
+msgctxt ""
+"import_ms.xhp\n"
+"par_id3152780\n"
+"5\n"
+"help.text"
+msgid "Select a format from the<emph> Files of type</emph> list."
msgstr ""
-#: chart_legend.xhp#par_id3154347.11.help.text
-msgid "<link href=\"text/schart/01/05010000.xhp\" name=\"Format - Object Properties\">Format - Object Properties</link>"
+#. ([z2
+#: import_ms.xhp
+msgctxt ""
+"import_ms.xhp\n"
+"par_id3148491\n"
+"6\n"
+"help.text"
+msgid "Select a file name and click <emph>Open</emph>."
msgstr ""
-#: data_register.xhp#tit.help.text
-msgid "Registering and Deleting a Database "
+#. ]7#4
+#: import_ms.xhp
+msgctxt ""
+"import_ms.xhp\n"
+"par_id3159399\n"
+"8\n"
+"help.text"
+msgid "If you always want the file dialogs to show another format by default, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - General</emph> and select that format as <emph>Default file format</emph>."
msgstr ""
-#: data_register.xhp#bm_id4724570.help.text
-msgid "<bookmark_value>databases;registering (Base)</bookmark_value><bookmark_value>registering;databases (Base)</bookmark_value><bookmark_value>deleting;databases (Base)</bookmark_value><bookmark_value>databases;deleting (Base)</bookmark_value><bookmark_value>lists;registered databases (Base)</bookmark_value>"
+#. ^.{l
+#: import_ms.xhp
+msgctxt ""
+"import_ms.xhp\n"
+"hd_id3154898\n"
+"9\n"
+"help.text"
+msgid "Converting all documents of a folder"
msgstr ""
-#: data_register.xhp#par_idN105A3.help.text
-msgid "<variable id=\"data_register\"><link href=\"text/shared/guide/data_register.xhp\">Registering and Deleting a Database</link></variable>"
+#. r;;P
+#: import_ms.xhp
+msgctxt ""
+"import_ms.xhp\n"
+"par_id3147336\n"
+"10\n"
+"help.text"
+msgid "Open the wizard, which guides you through the operation, to copy and convert all documents from Microsoft Word, Microsoft Excel or Microsoft PowerPoint into OpenDocument file format documents. You can select a source and target directory, specify whether to convert documents and/or templates, and more besides."
msgstr ""
-#: data_register.xhp#par_idN105C1.help.text
-msgid "Data from any <link href=\"text/shared/explorer/database/dabadoc.xhp\">database file</link> can be registered to %PRODUCTNAME. To register means to tell %PRODUCTNAME where the data is located, how it is organized, how to get that data, and more. Once the database is registered, you can use the menu command <emph>View - Data source</emph> to access the data records from your text documents and spreadsheets."
+#. Zf?T
+#: import_ms.xhp
+msgctxt ""
+"import_ms.xhp\n"
+"par_id3153824\n"
+"11\n"
+"help.text"
+msgid "Choose <link href=\"text/shared/autopi/01130000.xhp\" name=\"File - AutoPilot - Document Converter\"><emph>File - Wizards - Document Converter</emph></link>."
msgstr ""
-#: data_register.xhp#par_idN105C8.help.text
-msgid "To register an existing database file:"
+#. 8]K;
+#: import_ms.xhp
+msgctxt ""
+"import_ms.xhp\n"
+"hd_id4563127\n"
+"help.text"
+msgid "Opening HTML files in Writer"
msgstr ""
-#: data_register.xhp#par_idN105CF.help.text
-msgctxt "data_register.xhp#par_idN105CF.help.text"
-msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01160200.xhp\">%PRODUCTNAME Base - Databases</link>."
+#. )AC!
+#: import_ms.xhp
+msgctxt ""
+"import_ms.xhp\n"
+"par_id9207434\n"
+"help.text"
+msgid "Choose the file type \"HTML Document\" to open in <item type=\"productname\">%PRODUCTNAME</item> Writer/Web. This is the default for HTML documents in <item type=\"productname\">%PRODUCTNAME</item>."
msgstr ""
-#: data_register.xhp#par_idN105E1.help.text
-msgid "Click <emph>New</emph> and select the database file."
+#. Y49v
+#: import_ms.xhp
+msgctxt ""
+"import_ms.xhp\n"
+"par_id7215491\n"
+"help.text"
+msgid "All the options of <item type=\"productname\">%PRODUCTNAME</item> Writer/Web are now available to you, such as <emph>Show HTML source</emph>."
msgstr ""
-#: data_register.xhp#par_idN10700.help.text
-msgid "To remove a registered database from %PRODUCTNAME"
+#. CfTf
+#: import_ms.xhp
+msgctxt ""
+"import_ms.xhp\n"
+"par_id2299874\n"
+"help.text"
+msgid "Choose \"HTML Document (<item type=\"productname\">%PRODUCTNAME</item> Writer)\" to open in <item type=\"productname\">%PRODUCTNAME</item> Writer."
msgstr ""
-#: data_register.xhp#par_idN10707.help.text
-msgctxt "data_register.xhp#par_idN10707.help.text"
-msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01160200.xhp\">%PRODUCTNAME Base - Databases</link>."
+#. crL$
+#: import_ms.xhp
+msgctxt ""
+"import_ms.xhp\n"
+"par_id1727347\n"
+"help.text"
+msgid "All the options of <item type=\"productname\">%PRODUCTNAME</item> Writer are now available to you. Not all options that <item type=\"productname\">%PRODUCTNAME</item> Writer offers for editing of documents can be saved in HTML format."
msgstr ""
-#: data_register.xhp#par_idN10719.help.text
-msgid "Select the database file and click <emph>Delete</emph>. "
+#. Gh0+
+#: import_ms.xhp
+msgctxt ""
+"import_ms.xhp\n"
+"par_id3148944\n"
+"12\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01130100.xhp\" name=\"Working with VBA code\">Working with VBA code</link>"
msgstr ""
-#: data_register.xhp#par_idN105F3.help.text
-msgctxt "data_register.xhp#par_idN105F3.help.text"
-msgid "<embedvar href=\"text/shared/explorer/database/main.xhp#base\"/>"
+#. l;s6
+#: import_ms.xhp
+msgctxt ""
+"import_ms.xhp\n"
+"par_id3147264\n"
+"13\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010200.xhp\" name=\"Setting the default file format\">Setting the default file format</link>"
msgstr ""
-#: data_register.xhp#par_idN105FB.help.text
-msgctxt "data_register.xhp#par_idN105FB.help.text"
-msgid "<embedvar href=\"text/shared/guide/database_main.xhp#database_main\"/>"
+#. 2T_J
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting, Editing, Saving Bitmaps"
msgstr ""
-#: dragdrop_beamer.xhp#tit.help.text
-msgid "Drag-and-Drop With the Data Source View"
+#. U1MV
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"bm_id3154136\n"
+"help.text"
+msgid "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarization filter</bookmark_value><bookmark_value>aging filter</bookmark_value><bookmark_value>posterizing filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
msgstr ""
-#: dragdrop_beamer.xhp#bm_id3145071.help.text
-msgid "<bookmark_value>drag and drop; data source view</bookmark_value><bookmark_value>data source view; drag and drop</bookmark_value><bookmark_value>copying;from data source view</bookmark_value><bookmark_value>pasting;from data source view</bookmark_value>"
+#. xXE{
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"hd_id3154136\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps</link></variable>"
msgstr ""
-#: dragdrop_beamer.xhp#hd_id3145071.10.help.text
-msgid "<variable id=\"dragdrop_beamer\"><link href=\"text/shared/guide/dragdrop_beamer.xhp\" name=\"Drag-and-Drop With the Data Source View\">Drag-and-Drop With the Data Source View</link></variable>"
+#. G3lS
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"hd_id3149811\n"
+"2\n"
+"help.text"
+msgid "Inserting Bitmaps"
msgstr ""
-#: dragdrop_beamer.xhp#par_id3151111.34.help.text
-msgid "A fast way of copying from a data source into a text or spreadsheet document, or of creating forms based on a data source, is by drag-and-drop."
+#. ixKc
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id3153031\n"
+"3\n"
+"help.text"
+msgid "A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, $[officename] Draw and $[officename] Impress documents."
msgstr ""
-#: dragdrop_beamer.xhp#par_id3147335.help.text
-msgid "<image id=\"img_id3155390\" src=\"res/helpimg/copydata.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3155390\">Mouse pointer copying data</alt></image>"
-msgstr ""
+#. vu+*
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id3147209\n"
+"4\n"
+"help.text"
+msgid "Choose <emph>Insert - Picture - From File</emph>."
+msgstr "ამოირჩიეთ <emph>ჩასმა - ნახატი</emph>."
-#: dragdrop_beamer.xhp#par_id3145315.35.help.text
-msgid "Copying with Drag-and-Drop"
+#. ,6;0
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id3149236\n"
+"5\n"
+"help.text"
+msgid "Select the file. In the <emph>File type</emph> box you can restrict the selection to certain file types."
msgstr ""
-#: dragdrop_beamer.xhp#par_id3149233.28.help.text
-msgid "If you want to reverse a drag-and-drop, position the cursor in your document and choose <emph>Edit - Undo</emph>."
+#. `?%:
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id3153126\n"
+"6\n"
+"help.text"
+msgid "Click the <emph>Link</emph> box if you want a link to the original file."
msgstr ""
-#: dragdrop_beamer.xhp#par_id3149656.46.help.text
-msgid "It is also possible to copy by drag-and-drop from a document into a data source:"
+#. }$Jo
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id3154306\n"
+"7\n"
+"help.text"
+msgid "If the <emph>Link</emph> box is marked, whenever the document is updated and loaded the bitmap image is reloaded. The editing steps that you have carried out in the local copy of the image in the document are re-applied and the image is displayed."
msgstr ""
-#: dragdrop_beamer.xhp#par_id3153379.47.help.text
-msgid "A text table or the selected range of a spreadsheet can be dragged using drag-and-drop to a table container in the data source explorer."
+#. Igkl
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id3147336\n"
+"8\n"
+"help.text"
+msgid "If the <emph>Link</emph> box is not marked, you are always working with the copy created when the graphic was first inserted."
msgstr ""
-#: dragdrop_beamer.xhp#par_id3151211.48.help.text
-msgid "Plain text can be copied using drag-and-drop from one document to a data field in the data source view."
+#. @I8[
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id3153824\n"
+"26\n"
+"help.text"
+msgid "To embed graphics that were first inserted as links, go to <emph>Edit - Links</emph> and click the <emph>Break Link</emph> button."
msgstr ""
-#: dragdrop_beamer.xhp#hd_id3145421.36.help.text
-msgid "Using data in a text document"
+#. LA=v
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id3151384\n"
+"9\n"
+"help.text"
+msgid "Click <emph>Open</emph> to insert the image."
msgstr ""
-#: dragdrop_beamer.xhp#par_id3154685.12.help.text
-msgid "You can insert a database field in a text document by dragging a field name from the column header of the data source view into the document. This is especially useful when designing form letters. Simply drag the desired fields - home address, form of address, and so on - into your document."
+#. /Dr,
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"hd_id3147303\n"
+"10\n"
+"help.text"
+msgid "Editing Bitmaps"
msgstr ""
-#: dragdrop_beamer.xhp#par_id3153105.37.help.text
-msgid "To insert a complete record, select the corresponding header and drag it into the document. When you release the mouse button, the <link href=\"text/shared/02/12070000.xhp\" name=\"Insert database columns\"><emph>Insert database columns</emph></link> dialog appears, in which you can decide whether to use all database fields, and whether to copy the data into the document as text, a table or fields. All currently selected records will be inserted."
+#. ?GdD
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"hd_id187078\n"
+"help.text"
+msgid "Icons on the Picture bar"
msgstr ""
-#: dragdrop_beamer.xhp#hd_id3147230.39.help.text
-msgid "Applying data to a table document"
+#. .d6P
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id3148552\n"
+"11\n"
+"help.text"
+msgid "When you select the bitmap image, the <emph>Picture</emph> Bar offers you the tools for editing the image. Only a local copy is edited in the document, even if you have inserted an image as a link."
msgstr ""
-#: dragdrop_beamer.xhp#par_id3125864.40.help.text
-msgid "You can insert one or more records into the current sheet of a spreadsheet by selecting the rows in the data source view and dragging and dropping them into the spreadsheet. The data is inserted at the place where you release the mouse button."
+#. ~4Jw
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id3159413\n"
+"12\n"
+"help.text"
+msgid "The <emph>Picture</emph> Bar may look slightly different depending to the module you are using."
msgstr ""
-#: dragdrop_beamer.xhp#hd_id3149766.42.help.text
-msgid "Inserting controls in a text form"
+#. D(-G
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id3154124\n"
+"13\n"
+"help.text"
+msgid "A number of filters are located on the <link href=\"text/shared/02/24010000.xhp\" name=\"Graphic Filter\">Graphic <emph>Filter</emph></link> toolbar, which you can open with the icon on the <emph>Picture</emph> Bar."
+msgstr ""
+
+#. (`r.
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id7055574\n"
+"help.text"
+msgid "The original picture file will not be changed by the filters. Filters are applied to a picture only inside the document."
+msgstr ""
+
+#. NLc9
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id3145273\n"
+"14\n"
+"help.text"
+msgid "Some of the filters open a dialog, which you can use to select, for example, the intensity of the filter. Most filters can be applied multiple times to increase the filter effect."
msgstr ""
-#: dragdrop_beamer.xhp#par_id3155132.43.help.text
-msgid "When you create a text form linked to a database, you can generate controls by drag-and-drop from the data source view."
+#. cNE$
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id3150105\n"
+"15\n"
+"help.text"
+msgid "In $[officename] Draw and $[officename] Impress, you can add text and graphics, select these objects together with the bitmap, and export the selection as a new bitmap image."
msgstr ""
-#: dragdrop_beamer.xhp#par_id3149562.45.help.text
-msgid "When you drag a database column into the text document, you insert a field. If you hold down Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while dragging, a text field is inserted, grouped with an appropriate label field. The text field already contains all the database information that you need for the form."
+#. 0A=9
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"hd_id2572405\n"
+"help.text"
+msgid "The Picture dialog"
msgstr ""
-#: data_forms.xhp#tit.help.text
-msgid "Working with Forms"
+#. 4p!X
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id6457411\n"
+"help.text"
+msgid "Right-click the picture and choose <emph>Picture</emph> from the submenu to open a properties dialog."
msgstr ""
-#: data_forms.xhp#bm_id5762199.help.text
-msgid "<bookmark_value>opening;forms</bookmark_value><bookmark_value>forms;creating</bookmark_value><bookmark_value>design view;creating forms</bookmark_value>"
+#. @7,m
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id7991882\n"
+"help.text"
+msgid "Change the properties of the selected picture, then click OK."
msgstr ""
-#: data_forms.xhp#par_idN105F9.help.text
-msgid "<variable id=\"data_forms\"><link href=\"text/shared/guide/data_forms.xhp\">Working with Forms</link></variable>"
+#. #C`$
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"hd_id3153574\n"
+"16\n"
+"help.text"
+msgid "Saving Bitmaps"
msgstr ""
-#: data_forms.xhp#par_idN10617.help.text
-msgid "Using forms, you can define how to present the data. Open a text document or a spreadsheet and insert the controls such as push buttons and list boxes. In the properties dialogs of the controls, you can define what data the forms should display."
+#. ?C-\
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id3152576\n"
+"17\n"
+"help.text"
+msgid "If you want to save in a format such as GIF, JPEG or TIFF, you must select and export the bitmap image."
msgstr ""
-#: data_forms.xhp#par_idN1061A.help.text
-msgid "Creating a New Form With the Form Wizard"
+#. dl*5
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id0801200803544667\n"
+"help.text"
+msgid "To export a bitmap in Draw or Impress:"
msgstr ""
-#: data_forms.xhp#par_idN1061E.help.text
-msgid "In %PRODUCTNAME, you can create a new form using the <link href=\"text/shared/autopi/01090000.xhp\">Form Wizard</link>:"
+#. }|4o
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id3155414\n"
+"18\n"
+"help.text"
+msgid "Select the bitmap image. You can also select additional objects, such as text, to be exported with the image by pressing the shift key while selecting or by opening a selection frame around all objects."
msgstr ""
-#: data_forms.xhp#par_idN10632.help.text
-msgctxt "data_forms.xhp#par_idN10632.help.text"
-msgid "Open the database file where you want to create the new form."
+#. @cdp
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id3148618\n"
+"19\n"
+"help.text"
+msgid "Choose <emph>File - Export</emph>. The <emph>Export</emph> dialog opens."
msgstr ""
-#: data_forms.xhp#par_idN10636.help.text
-msgctxt "data_forms.xhp#par_idN10636.help.text"
-msgid "In the left pane of the database window, click the <emph>Forms</emph> icon."
+#. z506
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id3157139\n"
+"help.text"
+msgid "The <emph>Export</emph> command writes the picture with all applied filter effects to a file. The <emph>Save as Picture</emph> command in the context menu saves the picture without any filter effects, if the picture was inserted as a linked picture. An embedded picture will always be saved or exported with filters applied."
msgstr ""
-#: data_forms.xhp#par_idN1063E.help.text
-msgid "Click <emph>Use Wizard to Create Form</emph>."
+#. %,c:
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id3083443\n"
+"20\n"
+"help.text"
+msgid "In the <emph>File format</emph> field, select the file format you want, for example GIF or JPEG."
msgstr ""
-#: data_forms.xhp#par_idN10645.help.text
-msgid "Creating a New Form Manually"
+#. sZ64
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id3152462\n"
+"21\n"
+"help.text"
+msgid "If you only want to export the selected objects, mark the <emph>Selection</emph> box."
msgstr ""
-#: data_forms.xhp#par_idN1064C.help.text
-msgctxt "data_forms.xhp#par_idN1064C.help.text"
-msgid "Open the database file where you want to create the new form."
+#. PUDE
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id3150874\n"
+"22\n"
+"help.text"
+msgid "If <emph>Selection</emph> is not marked, the entire page of the document is exported."
msgstr ""
-#: data_forms.xhp#par_idN10650.help.text
-msgctxt "data_forms.xhp#par_idN10650.help.text"
-msgid "In the left pane of the database window, click the <emph>Forms</emph> icon."
+#. o?T]
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id3149417\n"
+"23\n"
+"help.text"
+msgid "Enter a name for the file and click <emph>Export</emph>."
msgstr ""
-#: data_forms.xhp#par_idN10658.help.text
-msgid "Click <emph>Create Form in Design View</emph>."
+#. s*?j
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id0801200803525078\n"
+"help.text"
+msgid "<ahelp hid=\".\">To export a bitmap in Writer: Right-click the bitmap, choose Save Graphics. You see the Graphics Export dialog. Enter a file name and select a file type.</ahelp>"
msgstr ""
-#: data_forms.xhp#par_idN1065F.help.text
-msgid "A new text document opens. Use the <link href=\"text/shared/02/01170000.xhp\">Form Controls</link> to insert form controls."
+#. wlZ;
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id1033051\n"
+"help.text"
+msgid "<link href=\"text/shared/02/24010000.xhp\">Graphic Filter Bar from the Picture Bar</link>"
msgstr ""
-#: data_forms.xhp#par_idN10670.help.text
-msgid "Click the <emph>Forms</emph> icon to access all forms that were created from within the current database window. In addition, you can use the <emph>Form Controls</emph> icons to add database form controls to any Writer or Calc document, but these documents will not be listed in the database window. "
+#. .E4k
+#: copytable2application.xhp
+msgctxt ""
+"copytable2application.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting Data From Spreadsheets"
msgstr ""
-#: data_new.xhp#tit.help.text
-msgid "Creating a New Database"
+#. cv]}
+#: copytable2application.xhp
+msgctxt ""
+"copytable2application.xhp\n"
+"bm_id3154186\n"
+"help.text"
+msgid "<bookmark_value>charts;copying with link to source cell range</bookmark_value><bookmark_value>inserting; cell ranges from spreadsheets</bookmark_value><bookmark_value>pasting;cell ranges from spreadsheets</bookmark_value><bookmark_value>presentations;inserting spreadsheet cells</bookmark_value><bookmark_value>text documents;inserting spreadsheet cells</bookmark_value><bookmark_value>tables in spreadsheets;copying data to other applications</bookmark_value>"
msgstr ""
-#: data_new.xhp#bm_id6911526.help.text
-msgid "<bookmark_value>databases;creating</bookmark_value><bookmark_value>new databases</bookmark_value>"
+#. CXs`
+#: copytable2application.xhp
+msgctxt ""
+"copytable2application.xhp\n"
+"hd_id3154186\n"
+"9\n"
+"help.text"
+msgid "<variable id=\"copytable2application\"><link href=\"text/shared/guide/copytable2application.xhp\" name=\"Inserting Data From Spreadsheets\">Inserting Data From Spreadsheets</link></variable>"
msgstr ""
-#: data_new.xhp#par_idN105A3.help.text
-msgid "<variable id=\"data_new\"><link href=\"text/shared/guide/data_new.xhp\">Creating a New Database</link></variable>"
+#. ,6lr
+#: copytable2application.xhp
+msgctxt ""
+"copytable2application.xhp\n"
+"par_id3147088\n"
+"10\n"
+"help.text"
+msgid "Use the clipboard to copy the contents of a single cell. You can also copy a formula from a cell into the clipboard (for example, from the input line of the formula bar) so that the formula can be inserted into a text."
msgstr ""
-#: data_new.xhp#par_idN105C4.help.text
-msgid "Choose <emph>File - New - Database</emph>."
+#. #QE#
+#: copytable2application.xhp
+msgctxt ""
+"copytable2application.xhp\n"
+"par_id3145345\n"
+"11\n"
+"help.text"
+msgid "To copy a cell range into a text document, select the cell range in the sheet and then use either the clipboard or drag-and-drop to insert the cells into the text document. You will then find an OLE object in the text document, which you can edit further."
msgstr ""
-#: data_new.xhp#par_idN105CB.help.text
-msgid "This opens the <link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>, where you create a new database file."
+#. `ljw
+#: copytable2application.xhp
+msgctxt ""
+"copytable2application.xhp\n"
+"par_id3146957\n"
+"12\n"
+"help.text"
+msgid "If you drag cells to the normal view of a presentation document, the cells will be inserted there as an OLE object. If you drag cells into the outline view, each cell will form a line of the outline view."
msgstr ""
-#: data_new.xhp#par_idN105DD.help.text
-msgid "In the Database Wizard, select the type of database, and select the option to open the Table Wizard as the next wizard."
+#. E$9Z
+#: copytable2application.xhp
+msgctxt ""
+"copytable2application.xhp\n"
+"par_id3148538\n"
+"13\n"
+"help.text"
+msgid "When you copy a cell range from $[officename] Calc to the clipboard, the drawing objects, OLE objects and charts within this range are also copied."
msgstr ""
-#: data_new.xhp#par_idN105E0.help.text
-msgid "The <link href=\"text/shared/explorer/database/tablewizard00.xhp\">Table Wizard</link> helps you to add a table to the new database file."
+#. ypsb
+#: copytable2application.xhp
+msgctxt ""
+"copytable2application.xhp\n"
+"par_id3153031\n"
+"14\n"
+"help.text"
+msgid "If you insert a cell range with an enclosed chart, the chart will keep its link to the source cell range only if you copied the chart and the source cell range together."
msgstr ""
-#: data_new.xhp#par_idN105FC.help.text
-msgctxt "data_new.xhp#par_idN105FC.help.text"
-msgid "<embedvar href=\"text/shared/explorer/database/main.xhp#base\"/>"
+#. Mbor
+#: doc_open.xhp
+msgctxt ""
+"doc_open.xhp\n"
+"tit\n"
+"help.text"
+msgid "Opening Documents"
msgstr ""
-#: data_new.xhp#par_idN10604.help.text
-msgctxt "data_new.xhp#par_idN10604.help.text"
-msgid "<embedvar href=\"text/shared/guide/database_main.xhp#database_main\"/>"
+#. ?u,Z
+#: doc_open.xhp
+msgctxt ""
+"doc_open.xhp\n"
+"bm_id3147834\n"
+"help.text"
+msgid "<bookmark_value>opening; documents</bookmark_value><bookmark_value>documents; opening</bookmark_value><bookmark_value>files; opening</bookmark_value><bookmark_value>loading; documents</bookmark_value><bookmark_value>spreadsheets;creating/opening</bookmark_value><bookmark_value>presentations;creating/opening</bookmark_value><bookmark_value>FTP; opening documents</bookmark_value><bookmark_value>new documents</bookmark_value><bookmark_value>empty documents</bookmark_value><bookmark_value>text documents;creating/opening</bookmark_value><bookmark_value>drawings; creating/opening</bookmark_value><bookmark_value>HTML documents; new</bookmark_value><bookmark_value>formulas; new</bookmark_value>"
msgstr ""
-#: integratinguno.xhp#tit.help.text
-msgid "Integrating new UNO components"
+#. 4iIn
+#: doc_open.xhp
+msgctxt ""
+"doc_open.xhp\n"
+"hd_id3147834\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"doc_open\"><link href=\"text/shared/guide/doc_open.xhp\" name=\"Opening Documents\">Opening Documents</link></variable>"
msgstr ""
-#: integratinguno.xhp#bm_id3149760.help.text
-msgid "<bookmark_value>add-ons, see UNO components</bookmark_value><bookmark_value>UNO components;integrating new</bookmark_value><bookmark_value>installing;UNO components</bookmark_value>"
+#. M`wF
+#: doc_open.xhp
+msgctxt ""
+"doc_open.xhp\n"
+"hd_id3147653\n"
+"12\n"
+"help.text"
+msgid "Opening an existing document"
msgstr ""
-#: integratinguno.xhp#hd_id3149760.7.help.text
-msgid "<variable id=\"integratinguno\"><link href=\"text/shared/guide/integratinguno.xhp\" name=\"Integrating new UNO components\">Integrating new UNO components</link></variable>"
+#. 6?E]
+#: doc_open.xhp
+#, fuzzy
+msgctxt ""
+"doc_open.xhp\n"
+"par_id3149398\n"
+"2\n"
+"help.text"
+msgid "Do one of the following:"
+msgstr "#-#-#-#-# guide.po (PACKAGE VERSION) #-#-#-#-#\\nშეასრულეთ ერთ-ერთი შემდეგი:\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nშემდეგიდან ერთერთის გაკეთება:"
+
+#. op\!
+#: doc_open.xhp
+msgctxt ""
+"doc_open.xhp\n"
+"par_idN107A9\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">File - Open</item>"
msgstr ""
-#: integratinguno.xhp#par_id3147571.1.help.text
-msgid "Programmers can write and integrate their own UNO (Universal Network Objects) components to $[officename]. Those new components can be added to the $[officename] menus and toolbars; we call them \"Add-Ons\"."
+#. F2Na
+#: doc_open.xhp
+msgctxt ""
+"doc_open.xhp\n"
+"par_idN107AF\n"
+"help.text"
+msgid "Click the <emph>Open</emph> icon on the Standard toolbar"
msgstr ""
-#: integratinguno.xhp#par_id3154751.2.help.text
-msgid "The integration of new components is supported by some tools and services. Details can be found in the $[officename] Developer's Guide. The three main steps are as follows:"
+#. 6k9%
+#: doc_open.xhp
+msgctxt ""
+"doc_open.xhp\n"
+"par_idN107B2\n"
+"help.text"
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+O"
msgstr ""
-#: integratinguno.xhp#par_id3153748.3.help.text
-msgid "Register the new components within $[officename]. This can be accomplished using the tool <item type=\"literal\">unopkg</item>, which can be found in {installpath}<switchinline select=\"sys\"><caseinline select=\"UNIX\">/ </caseinline><defaultinline>\\</defaultinline></switchinline>program."
+#. )2YE
+#: doc_open.xhp
+msgctxt ""
+"doc_open.xhp\n"
+"par_id3150275\n"
+"3\n"
+"help.text"
+msgid "The <link href=\"text/shared/01/01020000.xhp\" name=\"Open\">Open</link> dialog appears."
msgstr ""
-#: integratinguno.xhp#par_id3153345.4.help.text
-msgid "Integrate the new components as services. The ProtocolHandler and JobDispatch services assist you; more information can be found in the $[officename] Developer's Guide."
+#. -Y9]
+#: doc_open.xhp
+msgctxt ""
+"doc_open.xhp\n"
+"par_id3149164\n"
+"4\n"
+"help.text"
+msgid "Select the file you want to open and click <emph>Open</emph>."
msgstr ""
-#: integratinguno.xhp#par_id3166460.5.help.text
-msgid "Change the user interface (menus or toolbars). This can be done almost automatically by writing an XML text file that describes the changes. More information can be found in the $[officename] Developer's Guide."
+#. Z-X!
+#: doc_open.xhp
+msgctxt ""
+"doc_open.xhp\n"
+"hd_id3149234\n"
+"13\n"
+"help.text"
+msgid "Restrict Files to Display"
msgstr ""
-#: integratinguno.xhp#par_id3151110.6.help.text
-msgid "The Add-Ons can extend the functionality of $[officename]. They are not related to the <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/04060112.xhp\" name=\"Add-Ins\">Add-Ins</link></caseinline><defaultinline>Add-Ins</defaultinline></switchinline> that provide new functions for $[officename] Calc."
+#. o,5a
+#: doc_open.xhp
+msgctxt ""
+"doc_open.xhp\n"
+"par_id3150985\n"
+"14\n"
+"help.text"
+msgid "To restrict the display of files in the <emph>Open</emph> dialog to a certain type select the corresponding <emph>File type</emph> from the list. Select <emph>All Files</emph> to display all files."
msgstr ""
-#: keyboard.xhp#tit.help.text
-msgid "Shortcuts (%PRODUCTNAME Accessibility)"
+#. Zi\H
+#: doc_open.xhp
+msgctxt ""
+"doc_open.xhp\n"
+"hd_id4651326\n"
+"help.text"
+msgid "Cursor Position"
msgstr ""
-#: keyboard.xhp#bm_id3158421.help.text
-msgid "<bookmark_value>accessibility;general shortcuts</bookmark_value> <bookmark_value>shortcut keys; %PRODUCTNAME accessibility</bookmark_value>"
+#. S*7V
+#: doc_open.xhp
+msgctxt ""
+"doc_open.xhp\n"
+"par_id5509201\n"
+"help.text"
+msgid "In general, all documents open with the cursor at the start of the document."
msgstr ""
-#: keyboard.xhp#hd_id3158421.52.help.text
-msgid "<variable id=\"keyboard\"><link href=\"text/shared/guide/keyboard.xhp\" name=\"Shortcuts (%PRODUCTNAME Accessibility)\">Shortcuts (<item type=\"productname\">%PRODUCTNAME</item> Accessibility)</link></variable>"
+#. g4fc
+#: doc_open.xhp
+msgctxt ""
+"doc_open.xhp\n"
+"par_id6594744\n"
+"help.text"
+msgid "One exception appears when the author of a Writer text document saves and reopens a document: The cursor will be at the same position where it has been when the document was saved. This only works when the name of the author was entered in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - User Data</emph>."
msgstr ""
-#: keyboard.xhp#par_id3159201.25.help.text
-msgid "You can control <item type=\"productname\">%PRODUCTNAME</item> without using a mouse device, using only the keyboard."
+#. JJvN
+#: doc_open.xhp
+msgctxt ""
+"doc_open.xhp\n"
+"par_id3422650\n"
+"help.text"
+msgid "Press Shift+F5 to set the cursor to the last saved position."
msgstr ""
-#: keyboard.xhp#par_id3149177.24.help.text
-msgid "On each module's main help page (for example, the <item type=\"productname\">%PRODUCTNAME</item> Writer or <item type=\"productname\">%PRODUCTNAME</item> Calc main help page) there is a link to access the keyboard shortcuts' help for that module."
+#. An}6
+#: doc_open.xhp
+msgctxt ""
+"doc_open.xhp\n"
+"hd_id3148453\n"
+"17\n"
+"help.text"
+msgid "Opening an Empty Document"
msgstr ""
-#: keyboard.xhp#par_id3145382.23.help.text
-msgid "In addition, under the keyword \"Accessibility\" you find step-by-step instructions about how to control the selected module without a mouse device."
+#. njrL
+#: doc_open.xhp
+msgctxt ""
+"doc_open.xhp\n"
+"par_id3147287\n"
+"19\n"
+"help.text"
+msgid "Click the <emph>New</emph> icon on the Standard bar or choose <emph>File - New</emph>. This opens a document of the document type specified."
msgstr ""
-#: keyboard.xhp#hd_id3166460.22.help.text
-msgid "Working with the <item type=\"productname\">%PRODUCTNAME</item> user interface without mouse"
+#. t)x1
+#: doc_open.xhp
+msgctxt ""
+"doc_open.xhp\n"
+"par_id3153092\n"
+"20\n"
+"help.text"
+msgid "If you click the arrow next to the <emph>New</emph> icon, a submenu opens in which you can select another document type."
msgstr ""
-#: keyboard.xhp#hd_id3154749.39.help.text
-msgid "Activating menu bar, toolbars, windows, and document"
+#. WgOm
+#: doc_open.xhp
+msgctxt ""
+"doc_open.xhp\n"
+"hd_id0820200803501358\n"
+"help.text"
+msgid "System File Dialogs or %PRODUCTNAME Dialogs"
msgstr ""
-#: keyboard.xhp#par_id3156329.38.help.text
-msgid "Repeatedly pressing F6 switches the focus and circles through the following objects:"
+#. *L8w
+#: doc_open.xhp
+msgctxt ""
+"doc_open.xhp\n"
+"par_id0820200803501356\n"
+"help.text"
+msgid "On most operating systems, you can choose to use the system file dialogs or %PRODUCTNAME dialogs."
msgstr ""
-#: keyboard.xhp#par_id3150669.37.help.text
-msgid "menu bar,"
+#. up+L
+#: doc_open.xhp
+msgctxt ""
+"doc_open.xhp\n"
+"par_id0820200803501429\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - General</item> to switch the type of open/save dialogs."
msgstr ""
-#: keyboard.xhp#par_id3149234.36.help.text
-msgid "every toolbar from top to bottom and from left to right,"
+#. B9qB
+#: doc_open.xhp
+msgctxt ""
+"doc_open.xhp\n"
+"par_id0820200803501449\n"
+"help.text"
+msgid "The %PRODUCTNAME dialogs support file download and upload using secure https connections."
msgstr ""
-#: keyboard.xhp#par_id3147618.35.help.text
-msgid "every free window from left to right,"
+#. Eb8$
+#: doc_open.xhp
+msgctxt ""
+"doc_open.xhp\n"
+"hd_id0820200803501453\n"
+"help.text"
+msgid "Opening Files from a Web Server"
msgstr ""
-#: keyboard.xhp#par_id3154514.34.help.text
-msgid "document"
+#. Sh-m
+#: doc_open.xhp
+msgctxt ""
+"doc_open.xhp\n"
+"par_id3153126\n"
+"9\n"
+"help.text"
+msgid "You can enter a URL in the <emph>File name</emph> box of the <emph>Open</emph> dialogs. The URL must start with file:/// or ftp:// or http://."
msgstr ""
-#: keyboard.xhp#par_id3153252.32.help.text
-msgid "Press Shift+F6 to switch through objects in the opposite direction."
+#. |Vcw
+#: doc_open.xhp
+msgctxt ""
+"doc_open.xhp\n"
+"par_id0820200803501548\n"
+"help.text"
+msgid "If you use the %PRODUCTNAME dialog, you can use the https:// prefix for a secure connection, and you can save a document on the web server."
msgstr ""
-#: keyboard.xhp#par_id3152473.31.help.text
-msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6 to switch to the document."
+#. ~oIA
+#: doc_open.xhp
+msgctxt ""
+"doc_open.xhp\n"
+"par_idN107C4\n"
+"help.text"
+msgid "When you open a file by a URL from the Windows file dialog, Windows will open a local copy of the file, located in the Internet Explorer cache. The %PRODUCTNAME file dialog opens a local copy of the file in the system's temp folder."
msgstr ""
-#: keyboard.xhp#par_id3152360.30.help.text
-msgid "Press F10 to switch to the menu bar and back."
-msgstr ""
+#. !^Q%
+#: doc_open.xhp
+#, fuzzy
+msgctxt ""
+"doc_open.xhp\n"
+"par_id3148616\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01020000.xhp\" name=\"File - Open\">File - Open</link>"
+msgstr "<link href=\"text/scalc/01/04050000.xhp\" name=\"ფურცელი\">ფურცელი</link>"
-#: keyboard.xhp#par_id3153896.29.help.text
-msgid "Escape closes an open submenu, a toolbar, or the current free window."
+#. Yv8h
+#: redlining_doccompare.xhp
+msgctxt ""
+"redlining_doccompare.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comparing Versions of a Document"
msgstr ""
-#: keyboard.xhp#hd_id3161656.21.help.text
-msgid "Calling a menu command"
+#. js_8
+#: redlining_doccompare.xhp
+msgctxt ""
+"redlining_doccompare.xhp\n"
+"bm_id3154788\n"
+"help.text"
+msgid "<bookmark_value>documents; comparing</bookmark_value><bookmark_value>comparisons;document versions</bookmark_value><bookmark_value>versions; comparing documents</bookmark_value><bookmark_value>changes;comparing to original</bookmark_value><bookmark_value>review function; comparing documents</bookmark_value>"
msgstr ""
-#: keyboard.xhp#par_id3151056.20.help.text
-msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> or F6 or F10 to select the first menu (the <emph>File</emph> menu). With right arrow, the next menu to the right is selected; with left arrow, the previous menu."
+#. L$,4
+#: redlining_doccompare.xhp
+msgctxt ""
+"redlining_doccompare.xhp\n"
+"hd_id3154788\n"
+"32\n"
+"help.text"
+msgid "<variable id=\"redlining_doccompare\"><link href=\"text/shared/guide/redlining_doccompare.xhp\" name=\"Comparing Versions of a Document\">Comparing Versions of a Document</link></variable>"
msgstr ""
-#: keyboard.xhp#par_id3153381.19.help.text
-msgid "Arrow down opens a selected menu. Any additional arrow down and up arrow move the selection through the menu commands. With right arrow you open any existing submenus."
+#. ek)d
+#: redlining_doccompare.xhp
+msgctxt ""
+"redlining_doccompare.xhp\n"
+"par_id4186223\n"
+"help.text"
+msgid "The review function is available in %PRODUCTNAME for text documents and spreadsheet documents."
msgstr ""
-#: keyboard.xhp#par_id3148798.18.help.text
-msgid "Press Enter to execute the selected menu command."
+#. !]PA
+#: redlining_doccompare.xhp
+msgctxt ""
+"redlining_doccompare.xhp\n"
+"par_id3995178\n"
+"help.text"
+msgid "Imagine you have some co-authors or reviewers who collaborate with you writing your original document. One day you send out copies of your document to all reviewers. You ask them to edit the copy and send it back."
msgstr ""
-#: keyboard.xhp#hd_id3147086.17.help.text
-msgid "Executing an icon command"
+#. X,5$
+#: redlining_doccompare.xhp
+msgctxt ""
+"redlining_doccompare.xhp\n"
+"par_id9948423\n"
+"help.text"
+msgid "Normally, the reviewers enable change tracking by <emph>Edit - Changes - Record</emph> and you can easily see the changes."
msgstr ""
-#: keyboard.xhp#par_id3148922.16.help.text
-msgid "Press F6 repeatedly until the first icon on the toolbar is selected. Use the right and left arrows to select an icon on a horizontal toolbar. Similarly, use the up and down arrows to select an icon on a vertical toolbar. The Home key selects the first icon on a toolbar and the End key, the last."
+#. @U|1
+#: redlining_doccompare.xhp
+msgctxt ""
+"redlining_doccompare.xhp\n"
+"par_id3155421\n"
+"33\n"
+"help.text"
+msgid "If one of the authors has made changes to a document without recording them, you can compare the changed document to your original document."
msgstr ""
-#: keyboard.xhp#par_id3144433.15.help.text
-msgid "Press Enter to execute the selected icon. If the selected icon normally demands a consecutive mouse action, such as inserting a rectangle, then pressing the Enter key is not sufficient: in these cases press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter."
+#. D^JT
+#: redlining_doccompare.xhp
+msgctxt ""
+"redlining_doccompare.xhp\n"
+"par_id3153087\n"
+"35\n"
+"help.text"
+msgid "Open the reviewer's document and then choose <emph>Edit - Compare Document</emph>."
msgstr ""
-#: keyboard.xhp#par_id3153968.28.help.text
-msgid "Pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter on an icon for creating a draw object. A draw object will be placed into the middle of the view, with a predefined size."
+#. yp~\
+#: redlining_doccompare.xhp
+msgctxt ""
+"redlining_doccompare.xhp\n"
+"par_id4208807\n"
+"help.text"
+msgid "You should always start with opening the newer document and compare it with the older document."
msgstr ""
-#: keyboard.xhp#par_id3150449.27.help.text
-msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter on the Selection tool to select the first draw object in the document. If you want to edit, size, or move the selected draw object, first use <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6 to set the focus into the document."
+#. R=qE
+#: redlining_doccompare.xhp
+msgctxt ""
+"redlining_doccompare.xhp\n"
+"par_id3145315\n"
+"36\n"
+"help.text"
+msgid "A file selection dialog appears. Select your older original document and confirm the dialog."
msgstr ""
-#: keyboard.xhp#par_id3151041.26.help.text
-msgid "If a toolbar is longer than can be displayed on screen, it shows an icon at the right or lower edge. Select the toolbar and press PageUp or PageDown to display the remaining icons."
+#. $B\h
+#: redlining_doccompare.xhp
+msgctxt ""
+"redlining_doccompare.xhp\n"
+"par_id3149762\n"
+"37\n"
+"help.text"
+msgid "<item type=\"productname\">%PRODUCTNAME</item> combines both documents into the reviewer's document. All text passages that occur in the reviewer's document but not in the original are identified as having been inserted, and all text passages that got deleted by the reviewer are identified as deletions."
msgstr ""
-#: keyboard.xhp#hd_id3150440.14.help.text
-msgid "Special hints for toolbars"
+#. kuiX
+#: redlining_doccompare.xhp
+msgctxt ""
+"redlining_doccompare.xhp\n"
+"par_id3145674\n"
+"38\n"
+"help.text"
+msgid "You can now accept or reject the insertions and deletions. At the end you may save the reviewer's document as a new original with a new name."
msgstr ""
-#: keyboard.xhp#par_id3149983.13.help.text
-msgid "Press the down arrow or right arrow to open the selected toolbar. This is equivalent to a mouse click. In the toolbar use the right arrow and left arrow keys. The Home and End keys select the first and last icon in the toolbar, respectively."
+#. WO3b
+#: print_faster.xhp
+msgctxt ""
+"print_faster.xhp\n"
+"tit\n"
+"help.text"
+msgid "Printing with Reduced Data"
msgstr ""
-#: keyboard.xhp#par_id3145365.12.help.text
-msgid "Close the toolbar with Esc. It is not possible to move the toolbar without a mouse."
+#. 4K7E
+#: print_faster.xhp
+msgctxt ""
+"print_faster.xhp\n"
+"bm_id5201574\n"
+"help.text"
+msgid "<bookmark_value>gradients off for faster printing</bookmark_value><bookmark_value>bitmaps;off for faster printing</bookmark_value><bookmark_value>resolution when printing bitmaps </bookmark_value><bookmark_value>transparency;off for faster printing</bookmark_value><bookmark_value>reduced printing</bookmark_value><bookmark_value>speed of printing</bookmark_value><bookmark_value>printing speed</bookmark_value><bookmark_value>printing;transparencies</bookmark_value><bookmark_value>printing;faster</bookmark_value><bookmark_value>faster printing</bookmark_value>"
msgstr ""
-#: keyboard.xhp#hd_id3151119.11.help.text
-msgid "Selection from a combo box"
+#. );7g
+#: print_faster.xhp
+msgctxt ""
+"print_faster.xhp\n"
+"par_idN106AA\n"
+"help.text"
+msgid "<variable id=\"print_faster\"><link href=\"text/shared/guide/print_faster.xhp\">Printing faster with Reduced Data</link></variable>"
msgstr ""
-#: keyboard.xhp#par_id3146986.help.text
-msgid "<image id=\"img_id3148645\" src=\"res/helpimg/zellvor.png\" width=\"1.15in\" height=\"0.3165in\" localize=\"true\"><alt id=\"alt_id3148645\">Combo box</alt></image>"
+#. [1oN
+#: print_faster.xhp
+msgctxt ""
+"print_faster.xhp\n"
+"par_idN106C8\n"
+"help.text"
+msgid "You can decide to reduce the data necessary to print your document. The settings can be defined differently for printing directly to the printer or for printing to a file."
msgstr ""
-#: keyboard.xhp#par_id3149666.10.help.text
-msgid "Select the combo box. Press Enter."
+#. `HPK
+#: print_faster.xhp
+msgctxt ""
+"print_faster.xhp\n"
+"par_idN106CE\n"
+"help.text"
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Print</emph>."
msgstr ""
-#: keyboard.xhp#par_id3155366.9.help.text
-msgid "Use the down arrow or Page Down key to scroll down the combo box entries, or the up arrow or Page Up key to scroll upwards. The Home key takes you to the first entry and the End key takes you to the last entry."
+#. JkQS
+#: print_faster.xhp
+msgctxt ""
+"print_faster.xhp\n"
+"par_idN106D6\n"
+"help.text"
+msgid "Click one of the following settings options:"
msgstr ""
-#: keyboard.xhp#par_id3145749.8.help.text
-msgid "Press Enter to execute the selected entry."
+#. ZN%E
+#: print_faster.xhp
+msgctxt ""
+"print_faster.xhp\n"
+"par_idN106D9\n"
+"help.text"
+msgid "<emph>Printer</emph><emph>- </emph>to define options for reducing data while printing directly to a printer"
msgstr ""
-#: keyboard.xhp#hd_id3150685.41.help.text
-msgid "Selection in Tables"
+#. J*u^
+#: print_faster.xhp
+msgctxt ""
+"print_faster.xhp\n"
+"par_idN106E2\n"
+"help.text"
+msgid "<emph>Print to file</emph><emph>-</emph> to define options for reducing data while printing to a file"
msgstr ""
-#: keyboard.xhp#par_id3154320.42.help.text
-msgid "In several windows, dialogs, and in the table control field, there are tables to select data, for instance, in the right part of the <link href=\"text/shared/guide/database_main.xhp\" name=\"Data Source View\">Data Source View</link>. The following keys are used for selections in these tables:"
+#. 0^K7
+#: print_faster.xhp
+msgctxt ""
+"print_faster.xhp\n"
+"par_idN106EC\n"
+"help.text"
+msgid "Select any combination of the four options, then click <emph>OK</emph>."
msgstr ""
-#: keyboard.xhp#par_id3154014.43.help.text
-msgid "Spacebar: switches from selection of the current row and cancellation of any selection, but not if the current cell is in edit mode."
+#. bb;w
+#: print_faster.xhp
+msgctxt ""
+"print_faster.xhp\n"
+"par_idN106EF\n"
+"help.text"
+msgid "All documents that you print from now on will use the changed options."
msgstr ""
-#: keyboard.xhp#par_id3147396.44.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+spacebar: switches between selection of the current row and cancellation of this selection."
+#. \~_J
+#: print_faster.xhp
+msgctxt ""
+"print_faster.xhp\n"
+"par_idN106F3\n"
+"help.text"
+msgid "Print your document."
msgstr ""
-#: keyboard.xhp#par_id3149488.45.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+spacebar: switches between selection of the current column and cancellation of this selection."
+#. )U_-
+#: print_faster.xhp
+msgctxt ""
+"print_faster.xhp\n"
+"par_idN106F6\n"
+"help.text"
+msgid "You can reduce data for transparency, for gradients, or for bitmaps. When you reduce the data, on many printers you will not see a reduction of printing quality. But the printing time is substantially shorter, and when you print to a file, the file size is much smaller."
msgstr ""
-#: keyboard.xhp#par_id3156286.73.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Up Arrow or <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Down Arrow: moves the window separator between table and form, for instance in the bibliography database."
-msgstr ""
+#. *G*5
+#: print_faster.xhp
+#, fuzzy
+msgctxt ""
+"print_faster.xhp\n"
+"par_idN10704\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010900.xhp\">Print options</link>"
+msgstr "<link href=\"text/shared/optionen/01010300.xhp\" name=\"Paths\">გეზები</link>"
-#: keyboard.xhp#par_id3145251.147.help.text
-msgid "In a table control or in the data source view, the Tab key moves to the next column. To move to the next control, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab. To move to the previous control, press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab."
+#. IBo+
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"tit\n"
+"help.text"
+msgid "About Digital Signatures"
msgstr ""
-#: keyboard.xhp#hd_id3150592.7.help.text
-msgid "Size and Position of Windows and Dialogs"
+#. x(q2
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"bm_id7430951\n"
+"help.text"
+msgid "<bookmark_value>certificates</bookmark_value> <bookmark_value>digital signatures;overview</bookmark_value> <bookmark_value>security;digital signatures</bookmark_value>"
msgstr ""
-#: keyboard.xhp#par_id3153221.6.help.text
-msgid "First press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+spacebar."
+#. GSIL
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"hd_id2767418\n"
+"help.text"
+msgid "<variable id=\"digital_signatures\"><link href=\"text/shared/guide/digital_signatures.xhp\">About Digital Signatures</link></variable>"
msgstr ""
-#: keyboard.xhp#par_id3148456.5.help.text
-msgid "A system menu opens with menu commands like <emph>Move</emph>, <emph>Resize</emph> and <emph>Close</emph>."
+#. DV*n
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_idN10632\n"
+"help.text"
+msgid "In %PRODUCTNAME, you can digitally sign your documents and macros."
msgstr ""
-#: keyboard.xhp#par_id3149400.4.help.text
-msgid "Choose a command (down arrow, then Enter)."
+#. 6e6*
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"hd_id6564531\n"
+"help.text"
+msgid "Certificates"
msgstr ""
-#: keyboard.xhp#par_id3155083.3.help.text
-msgid "Now you can use the arrow keys to move or resize the dialog or window."
+#. FbEj
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_idN10639\n"
+"help.text"
+msgid "To sign a document digitally, you need a personal key, the certificate. A personal key is stored on your computer as a combination of a private key, which must be kept secret, and a public key, which you add to your documents when you sign them."
msgstr ""
-#: keyboard.xhp#par_id3147497.2.help.text
-msgid "Press Enter to accept the change. Press Escape to cancel the changes."
+#. ,uGm
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_idN1066D\n"
+"help.text"
+msgid "Save and sign the document"
msgstr ""
-#: keyboard.xhp#hd_id3146988.150.help.text
-msgid "Docking and Undocking Windows and Toolbars"
+#. TB}{
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_idN10671\n"
+"help.text"
+msgid "When you apply a digital signature to a document, a kind of checksum is computed from the document's content plus your personal key. The checksum and your public key are stored together with the document."
msgstr ""
-#: keyboard.xhp#par_id3147176.151.help.text
-msgid "Press F6 until the window or toolbar is selected."
+#. B8?f
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_idN10674\n"
+"help.text"
+msgid "Open a signed document"
msgstr ""
-#: keyboard.xhp#par_id3153707.152.help.text
-msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F10."
+#. U-?U
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_idN10678\n"
+"help.text"
+msgid "When someone later opens the document on any computer with a recent version of %PRODUCTNAME, the program will compute the checksum again and compare it with the stored checksum. If both are the same, the program will signal that you see the original, unchanged document. In addition, the program can show you the public key information from the certificate."
msgstr ""
-#: keyboard.xhp#hd_id3154479.148.help.text
-msgid "Selecting objects"
+#. pljz
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_idN1067B\n"
+"help.text"
+msgid "You can compare the public key with the public key that is published on the web site of the certificate authority."
msgstr ""
-#: keyboard.xhp#par_id3148993.149.help.text
-msgid "Press Shift+F4 to select the first object in the current document. When an object is selected, press Tab to select the next object, or press Esc to go back to the text."
+#. [.R`
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_idN1067E\n"
+"help.text"
+msgid "Whenever someone changes something in the document, this change breaks the digital signature. After the change, there will be no sign that you see the original document."
msgstr ""
-#: keyboard.xhp#hd_id3152962.54.help.text
-msgid "Edit Objects"
+#. s@Tx
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_id2008200911381426\n"
+"help.text"
+msgid "The result of the signature validation is displayed in the status bar and within the Digital Signature dialog. Several documents and macro signatures can exist inside an ODF document. If there is a problem with one signature, then the validation result of that one signature is assumed for all signatures. That is, if there are ten valid signatures and one invalid signature, then the status bar and the status field in the dialog will flag the signature as invalid."
msgstr ""
-#: keyboard.xhp#par_id3156379.53.help.text
-msgid "A selected OLE object can be activated with the Enter key."
+#. k=ZE
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_id0821200911571878\n"
+"help.text"
+msgid "You can see any of the following icons and messages when you open a signed document."
msgstr ""
-#: keyboard.xhp#hd_id3155766.55.help.text
-msgid "Edit Position and Size of Objects"
+#. n^(J
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_id0821200912504050\n"
+"help.text"
+msgid "Icon in Status bar"
msgstr ""
-#: keyboard.xhp#par_id3148405.56.help.text
-msgid "Use the arrow keys to move the selected object by one grid resolution unit."
+#. !.C_
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_id0821200912504061\n"
+"help.text"
+msgid "Signature status"
msgstr ""
-#: keyboard.xhp#par_id3145619.57.help.text
-msgid "Set the grid resolution unit with <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Grid</emph> in the <emph>Resolution</emph> area. If you enter a number greater than 1 in the <emph>Subdivision</emph> area, you must press the arrow key as often as the number states to move the selected object by one grid resolution unit."
+#. k=NZ
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_id0821200912504010\n"
+"help.text"
+msgid "<image id=\"img_id0821200912421569\" src=\"xmlsecurity/res/certificate_16.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id0821200912421569\">Icon</alt></image>"
msgstr ""
-#: keyboard.xhp#par_id3166450.58.help.text
-msgid "Use the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and arrow keys to move the selected object by one pixel."
+#. 3*.@
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_id0821200912504189\n"
+"help.text"
+msgid "The signature is valid."
msgstr ""
-#: keyboard.xhp#par_id3147345.59.help.text
-msgid "Use <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab to enter the handle edit mode. The upper left handle is the active handle, it starts blinking. Use <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab to select the next handle. Press Escape to exit the handle edit mode."
+#. 5g7q
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_id082120091250418\n"
+"help.text"
+msgid "<image id=\"img_id0821200912431081\" src=\"xmlsecurity/res/notcertificate_16.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id0821200912431081\">Icon</alt></image>"
msgstr ""
-#: keyboard.xhp#par_id3149565.60.help.text
-msgid "In the handle edit mode, the arrow keys move the selected handle, which changes the object size."
+#. zSI6
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_id0821200912504133\n"
+"help.text"
+msgid "The signature is OK, but the certificates could not be validated."
msgstr ""
-#: keyboard.xhp#hd_id3147361.61.help.text
-msgid "Edit the Anchors of Objects"
+#. }.@I
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_id0821200912504165\n"
+"help.text"
+msgid "The signature and the certificate are OK, but not all parts of the document are signed. (For documents that were signed with old versions of the software, see note below.)"
msgstr ""
-#: keyboard.xhp#par_id3148534.62.help.text
-msgid "You can move the anchor of an object with the arrow keys. First enter the handle edit mode and select the anchor. Depending on the type of anchor, you can then move the anchor in different directions."
+#. {=I`
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_id0821200912504237\n"
+"help.text"
+msgid "<image id=\"img_id0821200912435090\" src=\"xmlsecurity/res/caution_11x16.png\" width=\"0.1665in\" height=\"0.1146in\"><alt id=\"alt_id0821200912435090\">Icon</alt></image>"
msgstr ""
-#: keyboard.xhp#par_id3163808.63.help.text
-msgid "Select the object."
+#. r!re
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_id0821200912504233\n"
+"help.text"
+msgid "The signature is invalid."
msgstr ""
-#: keyboard.xhp#par_id3150646.64.help.text
-msgid "Enter the handle edit mode with <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab."
+#. $WtV
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"hd_id0821200910191787\n"
+"help.text"
+msgid "Signatures and software versions"
msgstr ""
-#: keyboard.xhp#par_id3150940.65.help.text
-msgid "The upper left handle starts blinking. Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab several times, until no handle blinks. This signals that now the anchor of the object is activated. <switchinline select=\"appl\"><caseinline select=\"WRITER\">In text documents you can press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A to activate the anchor directly.</caseinline></switchinline>"
+#. 3mSh
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_id0821200910191747\n"
+"help.text"
+msgid "The signing of contents got changed with OpenOffice.org 3.2 and StarOffice 9.2. Now all contents of the files, except the signature file itself (META-INF/documentsignatures.xml) are signed."
msgstr ""
-#: keyboard.xhp#par_id3153919.66.help.text
-msgid "Use the arrow keys to move the anchor. The object follows the anchor as appropriate."
+#. 8A2z
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_id0821200910191774\n"
+"help.text"
+msgid "When you sign a document with OpenOffice.org 3.2 or StarOffice 9.2 or a later version, and you open that document in an older version of the software, the signature will be displayed as \"invalid\". Signatures created with older versions of the software will be marked with \"only parts of the documents are signed\" when loaded in the newer software."
msgstr ""
-#: keyboard.xhp#par_id3152582.67.help.text
-msgid "You can change the anchor of the selected object for example in the object's context menu."
+#. #__x
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_id2008200911583098\n"
+"help.text"
+msgid "When you load an ODF document, you might see an icon in the status bar and the status field in the dialog that indicates that the document is only partially signed. This status will appear when the signature and certificate are valid, but they were created with a version of OpenOffice.org before 3.2 or StarOffice before 9.2. In versions of OpenOffice.org before 3.0 or StarOffice before 9.0, the document signature was applied to the main contents, pictures and embedded objects only and some contents, like macros, were not signed. In OpenOffice.org 3.0 and StarOffice 9.0 the document signature was applied to most content, including macros. However, the mimetype and the content of the META-INF folder were not signed. And in OpenOffice.org 3.2, StarOffice 9.2, and all versions of LibreOffice all contents, except the signature file itself (META-INF/documentsignatures.xml), are signed."
msgstr ""
-#: keyboard.xhp#par_id3148393.68.help.text
-msgid "If the object is anchored <emph>To Paragraph</emph>, the arrow keys move the object to the previous or next paragraph."
+#. QZ:E
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"hd_id9354228\n"
+"help.text"
+msgid "Security Warnings"
msgstr ""
-#: keyboard.xhp#par_id3145615.69.help.text
-msgid "If the object is anchored<emph> To page</emph>, the keys Page Up or Page Down move it to the previous or next page."
+#. $0Dr
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_id2372508\n"
+"help.text"
+msgid "When you receive a signed document, and the software reports that the signature is valid, this does not mean that you can be absolutely sure that the document is the same that the sender has sent. Signing documents with software certificates is not a perfectly secure method. Numerous ways are possible to circumvent the security features."
msgstr ""
-#: keyboard.xhp#par_id3145135.70.help.text
-msgid "If the object is anchored <emph>To character</emph>, the Arrow keys move it through the current paragraph."
+#. C=T.
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_id7953123\n"
+"help.text"
+msgid "Example: Think about someone who wants to camouflage his identity to be a sender from your bank. He can easily get a certificate using a false name, then send you any signed e-mail pretending he is working for your bank. You will get that e-mail, and the e-mail or the document within has the \"valid signed\" icon."
msgstr ""
-#: keyboard.xhp#par_id3145256.71.help.text
-msgid "If the object is anchored<emph> As character</emph>, no anchor icon exists. You cannot move the object."
+#. 6Zf}
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_id6195257\n"
+"help.text"
+msgid "Do not trust the icon. Inspect and verify the certificates."
msgstr ""
-#: keyboard.xhp#par_id3149527.72.help.text
-msgid "If the object is anchored <emph>To frame</emph>, the Arrow keys move it to the next frame in the respective direction."
+#. f75u
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_id8635517\n"
+"help.text"
+msgid "The validation of a signature is not a legally binding guarantee of any kind."
msgstr ""
-#: keyboard.xhp#hd_id3153270.133.help.text
-msgid "Controlling the Dividing Lines"
+#. c2pl
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_id6075624\n"
+"help.text"
+msgid "On Windows operating systems, the Windows features of validating a signature are used. On Solaris and Linux systems, files that are supplied by Thunderbird, Mozilla or Firefox are used. You must ensure that the files that are in use within your system are really the original files that were supplied by the original developers. For malevolent intruders, there are numerous ways to replace original files with other files that they supply."
msgstr ""
-#: keyboard.xhp#par_id3158413.134.help.text
-msgid "Documents of <item type=\"productname\">%PRODUCTNAME</item> Calc, <item type=\"productname\">%PRODUCTNAME</item> Draw, and <item type=\"productname\">%PRODUCTNAME</item> Impress can be split horizontally and vertically into separate views. Each view can show other parts of the document. Using the mouse, you can drag a dividing line from the scrollbar into the document."
+#. PnvA
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_id6819971\n"
+"help.text"
+msgid "The messages about validation of a signature that you see in %PRODUCTNAME are the messages that the validation files return. The %PRODUCTNAME software has no way to ensure that the messages reflect the true status of any certificate. The %PRODUCTNAME software only displays the messages that other files that are not under control of %PRODUCTNAME report. There is no legal responsibility of %PRODUCTNAME that the displayed messages reflect the true status of a digital signature."
msgstr ""
-#: keyboard.xhp#par_id3149814.135.help.text
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6: shows the dividing lines at default positions and focus a line."
+#. in)#
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_id3204443\n"
+"help.text"
+msgid "<link href=\"http://wiki.documentfoundation.org/How_to_use_digital_Signatures\">English Wiki page on digital signatures</link>"
msgstr ""
-#: keyboard.xhp#par_id3158444.136.help.text
-msgid "Arrow keys: moves the current dividing line a big step in the arrow direction."
+#. 4t5$
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_id486465\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/digitalsign_send.xhp\">Applying digital signatures</link>"
msgstr ""
-#: keyboard.xhp#par_id3163668.137.help.text
-msgid "Shift+Arrow keys: moves the current dividing line a small step in the arrow direction."
+#. J,m9
+#: digital_signatures.xhp
+msgctxt ""
+"digital_signatures.xhp\n"
+"par_id3448591\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/digitalsign_receive.xhp\">Opening a document using WebDAV over HTTPS</link>"
msgstr ""
-#: keyboard.xhp#par_id3148426.138.help.text
-msgid "Delete: deletes the current dividing line"
+#. V6fW
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"tit\n"
+"help.text"
+msgid "Creating XML Filters"
msgstr ""
-#: keyboard.xhp#par_id3151277.139.help.text
-msgid "Shift+Delete: deletes both dividing lines"
+#. -qj;
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"bm_id7007583\n"
+"help.text"
+msgid "<bookmark_value>testing XML filters</bookmark_value><bookmark_value>XML filters;creating/testing</bookmark_value>"
msgstr ""
-#: keyboard.xhp#par_id3150383.140.help.text
-msgid "Enter: fixes the current position of the dividing lines"
+#. tf!d
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"hd_id1413922\n"
+"help.text"
+msgid "<variable id=\"xsltfilter\"><link href=\"text/shared/guide/xsltfilter_create.xhp\">Creating XML Filters</link> </variable>"
msgstr ""
-#: keyboard.xhp#par_id3150369.141.help.text
-msgid "Escape: resets the current dividing line to its default position"
+#. NsU*
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN1053D\n"
+"help.text"
+msgid "Creating an XML Filter for %PRODUCTNAME"
msgstr ""
-#: keyboard.xhp#hd_id3154492.112.help.text
-msgid "Controlling the Data Source View"
+#. ~Uov
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN109A9\n"
+"help.text"
+msgid "When you create an XML filter for %PRODUCTNAME, you need to design an <emph>XSLT stylesheet</emph> that can convert to and from the OpenDocument XML file format."
msgstr ""
-#: keyboard.xhp#par_id3150515.113.help.text
-msgid "F4: opens and closes the data source view."
+#. ^V;~
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN109B0\n"
+"help.text"
+msgid "For more information about the OpenDocument XML format, go to <link href=\"http://xml.openoffice.org/\">http://xml.openoffice.org/</link>."
msgstr ""
-#: keyboard.xhp#par_id3159109.114.help.text
-msgid "F6: switches between document and toolbars."
+#. ;JAd
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN109C5\n"
+"help.text"
+msgid "If you want, you can include a <emph>template</emph> with your filter to apply %PRODUCTNAME styles to an XML document that you import."
msgstr ""
-#: keyboard.xhp#par_id3153229.115.help.text
-msgid "+ (plus key): expands the selected entry in the data source explorer."
+#. dCoX
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN109CC\n"
+"help.text"
+msgid "You can also include the <emph>Document Type Definition</emph> (DTD) for the external XML format so you can validate the XML format, for example, when you test the filter."
msgstr ""
-#: keyboard.xhp#par_id3150312.116.help.text
-msgid "- (minus key): collapses the selected entry in the data source explorer."
+#. 5o8g
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN10531\n"
+"help.text"
+msgid "To Create an XML Filter"
msgstr ""
-#: keyboard.xhp#par_id3154368.117.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+E: switches between data source explorer and table."
+#. $V0L
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN109E0\n"
+"help.text"
+msgid "Create an XSLT transformation <emph>stylesheet</emph> that maps the elements of the external XML format to the elements of the OpenDocument XML file format and back again."
msgstr ""
-#: keyboard.xhp#hd_id3147171.118.help.text
-msgid "Shortcuts in the Query Design Window"
+#. `F1,
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN109E8\n"
+"help.text"
+msgid "Create a template that assigns %PRODUCTNAME styles to elements in the external XML format when you import a file in this format into %PRODUCTNAME."
msgstr ""
-#: keyboard.xhp#par_id3152455.119.help.text
-msgid "F6: switches between object bar, table view, and selection area."
+#. p-GM
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN109EC\n"
+"help.text"
+msgid "In %PRODUCTNAME Writer, create a text document, and choose <item type=\"menuitem\">Tools - XML Filter Settings</item>."
msgstr ""
-#: keyboard.xhp#par_id3151180.120.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Up arrow or <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Down arrow: moves the border between table view and selection area up or down."
-msgstr ""
+#. $ah@
+#: xsltfilter_create.xhp
+#, fuzzy
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN109F4\n"
+"help.text"
+msgid "Click <emph>New</emph>."
+msgstr "დააწკაპუნეთ <emph>ძიება</emph>."
-#: keyboard.xhp#hd_id3156288.121.help.text
-msgid "Keys in the Table View (upper area of the query design) and in the Relations window"
+#. d4DC
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN109FC\n"
+"help.text"
+msgid "In the <emph>XML Filter</emph> dialog, click the <emph>General</emph> tab, and define the properties of the filter."
msgstr ""
-#: keyboard.xhp#par_id3156166.122.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Arrow key: moves the selected table in the direction of the arrow."
+#. jtq;
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN10A03\n"
+"help.text"
+msgid "In the <emph>Filter Name</emph> box, enter a name for the XML filter."
msgstr ""
-#: keyboard.xhp#par_id3147310.123.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Arrow key: resizes the selected table in the table view."
+#. ,+/W
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN10CA1\n"
+"help.text"
+msgid "This name is displayed in the <emph>XML Filter Settings</emph> dialog."
msgstr ""
-#: keyboard.xhp#par_id3152986.124.help.text
-msgid "Del: removes the selected table or connection from the table view."
+#. LmuS
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN10A09\n"
+"help.text"
+msgid "In the <emph>Application</emph> box, select the %PRODUCTNAME application that the filter is for."
msgstr ""
-#: keyboard.xhp#par_id3145384.125.help.text
-msgid "Tab: switches between tables and connections in the table view."
+#. hm!K
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN10A0F\n"
+"help.text"
+msgid "In the <emph>Name of File Type</emph> box, enter the file type that the filter is for."
msgstr ""
-#: keyboard.xhp#par_id3154529.126.help.text
-msgid "Enter: when a connection is selected, the Enter key opens the <emph>Properties</emph> dialog of the connection."
+#. MPs8
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN10CC6\n"
+"help.text"
+msgid "This name is displayed in the list of file types in the <emph>Open</emph>, <emph>Export</emph>, and <emph>Save As</emph> dialogs."
msgstr ""
-#: keyboard.xhp#par_id3159624.127.help.text
-msgid "Enter: when a table is selected, the Enter key enters the first data field from the list box into the selection area."
+#. {j?H
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN10A15\n"
+"help.text"
+msgid "In the <emph>File extension</emph> box, enter the extension for the exported file."
msgstr ""
-#: keyboard.xhp#hd_id3153816.128.help.text
-msgid "Keys in the Selection Area (bottom area of the query design)"
+#. #lJ*
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN10A1B\n"
+"help.text"
+msgid "To differentiate the file from other XML files, enter an extension other than *.xml."
msgstr ""
-#: keyboard.xhp#par_id3152896.146.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Left Arrow or Right Arrow: moves the selected column to the left or to the right."
+#. C/#d
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN10A1F\n"
+"help.text"
+msgid "On the <emph>Transformation</emph> tab page, define the transformation properties for the filter."
msgstr ""
-#: keyboard.xhp#hd_id3146152.131.help.text
-msgid "Keys in the Table Design Window"
+#. o$](
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN10A26\n"
+"help.text"
+msgid "(Optional) In the <emph>DocType</emph> box, enter the document type identifier for the external file format."
msgstr ""
-#: keyboard.xhp#par_id3151243.132.help.text
-msgid "F6: switches between toolbar, column view, and properties area."
+#. ?bYx
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN10D0E\n"
+"help.text"
+msgid "This identifier is used to detect the file type on import."
msgstr ""
-#: keyboard.xhp#hd_id3145075.74.help.text
-msgid "Controlling the ImageMap Editor"
+#. =.a1
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN10A2C\n"
+"help.text"
+msgid "(Optional) In the <emph>DTD</emph> box, enter the path and file name of the DTD for the external file format."
msgstr ""
-#: keyboard.xhp#par_id3159096.75.help.text
-msgid "Press Tab to select an icon. If you selected one of the icons from <emph>Rectangle</emph> to <emph>Freeform Polygon</emph> and you press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter, an object of the selected type is created in default size."
+#. 7]E#
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN10D1F\n"
+"help.text"
+msgid "This DTD is used to validate the files on export."
msgstr ""
-#: keyboard.xhp#par_id3156016.76.help.text
-msgid "If you press Enter while the icon <emph>Select</emph> is selected, the focus is set into the image window of the ImageMap Editor. Press Esc to set the focus back to the icons and input boxes."
+#. qsT$
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN10A32\n"
+"help.text"
+msgid "In the <emph>XSLT for export</emph> box, enter the path and file name of the XSLT stylesheet that defines the transformation from OpenDocument format to the external format."
msgstr ""
-#: keyboard.xhp#par_id3149587.77.help.text
-msgid "If the <emph>Select</emph> icon is selected and you press Ctrl+Enter, the first object in the image window gets selected."
+#. M0!A
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN10A38\n"
+"help.text"
+msgid "In the <emph>XSLT for import</emph> box, enter the path and file name to the XSLT stylesheet that defines the transformation from the external format to OpenDocument format."
msgstr ""
-#: keyboard.xhp#par_id3154343.78.help.text
-msgid "Use the icon <emph>Edit Points</emph> to switch into the point edit mode for polygons and back."
+#. _`dH
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN10A3E\n"
+"help.text"
+msgid "(Optional) In the <emph>Template for import</emph> box, enter the path and name of the template that defines the %PRODUCTNAME styles that are used in the imported file."
msgstr ""
-#: keyboard.xhp#par_id3147073.79.help.text
-msgid "Use Ctrl+Tab in the image window to select the next point. Use Shift+Ctrl+Tab to select the previous point."
+#. bSz1
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN10A44\n"
+"help.text"
+msgid "The files that are specified on the <emph>Transformation</emph> tab page are copied to the local %PRODUCTNAME users directory."
msgstr ""
-#: keyboard.xhp#par_id3153285.80.help.text
-msgid "Use the Delete key with the focus in the image window to delete the selected object."
-msgstr ""
+#. /^Fr
+#: xsltfilter_create.xhp
+#, fuzzy
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN10A4C\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "დააწკაპუნეთ <emph>ძიება</emph>."
-#: keyboard.xhp#hd_id3145377.46.help.text
-msgid "Controlling the Help"
+#. Jp0P
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN10A56\n"
+"help.text"
+msgid "To Test an XML Filter"
msgstr ""
-#: keyboard.xhp#par_id3149441.47.help.text
-msgid "Press Shift+F1 to display the <link href=\"text/shared/main0108.xhp\" name=\"Extended Tips\">Extended Tips</link> for the currently selected command, icon or control."
+#. UGi3
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN10A5A\n"
+"help.text"
+msgid "You can perform basic tests on a custom XML filter in %PRODUCTNAME."
msgstr ""
-#: keyboard.xhp#hd_id3154960.48.help.text
-msgid "Navigating the main help pages"
+#. 7|Bl
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN10A91\n"
+"help.text"
+msgid "The document is not altered by these tests."
msgstr ""
-#: keyboard.xhp#par_id3151300.49.help.text
-msgid "In the main help pages, use Tab to jump to the next hyperlink or Shift+Tab to jump to the previous link."
+#. K@BP
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN10A60\n"
+"help.text"
+msgid "Create or open a text document."
msgstr ""
-#: keyboard.xhp#par_id3155537.50.help.text
-msgid "Press Enter to execute the selected hyperlink."
+#. WvmJ
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN10A67\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Tools - XML Filter Settings</item>."
msgstr ""
-#: keyboard.xhp#par_id3154912.51.help.text
-msgid "Press Backspace above the Enter key to return to the previous help page."
+#. #m!9
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN10A6F\n"
+"help.text"
+msgid "In the list of filters, select the filter that you want to test, and click <emph>Test XSLTs</emph>."
msgstr ""
-#: keyboard.xhp#hd_id3150894.81.help.text
-msgid "Controlling the Text Import dialog (CSV file import)"
+#. ^ns;
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN10A82\n"
+"help.text"
+msgid "To test an <emph>Export</emph> Filter, do one of the following in the <emph>Export</emph> area of the dialog:"
msgstr ""
-#: keyboard.xhp#hd_id3153975.82.help.text
-#, fuzzy
-msgid "Ruler"
+#. `#b`
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN10DEB\n"
+"help.text"
+msgid "Click <emph>Browse</emph>, select the %PRODUCTNAME document that you want to test, and click <emph>Open</emph>."
msgstr ""
-"#-#-#-#-# optionen.po (PACKAGE VERSION) #-#-#-#-#\n"
-"სახაზავი\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მმართველი"
-#: keyboard.xhp#par_id3152869.83.help.text
-msgid "Left or Right Arrow: go one position to the left or to the right"
+#. y3/I
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN10DF7\n"
+"help.text"
+msgid "To test the current document, click <emph>Current Document</emph>."
msgstr ""
-#: keyboard.xhp#par_id3151000.84.help.text
-msgid "Ctrl+Left Arrow or Ctrl+Right Arrow: jump to the previous or to the next split"
+#. ^f[g
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN10A99\n"
+"help.text"
+msgid "To test an <emph>Import</emph> Filter, click <emph>Browse</emph> in the <emph>Import</emph> area of the dialog, select a document, and click <emph>Open</emph>."
msgstr ""
-#: keyboard.xhp#par_id3159203.85.help.text
-msgid "Ctrl+Shift+Left Arrow or Ctrl+Shift+Right Arrow: move a split one position to the left or to the right"
+#. %\Ce
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_idN10E32\n"
+"help.text"
+msgid "To validate the transformed file against the specified DTD, click <emph>Validate</emph>."
msgstr ""
-#: keyboard.xhp#par_id3154538.86.help.text
-msgid "Home or End: jump to the first or the last possible position"
+#. ?]5%
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_id8579668\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/xsltfilter.xhp\">About XML Filters</link>"
msgstr ""
-#: keyboard.xhp#par_id3155382.87.help.text
-msgid "Ctrl+Home or Ctrl+End: jump to the first or the last split"
+#. LDHo
+#: xsltfilter_create.xhp
+msgctxt ""
+"xsltfilter_create.xhp\n"
+"par_id5569017\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/xsltfilter_distribute.xhp\">Distributing XML filters</link>"
msgstr ""
-#: keyboard.xhp#par_id3155894.88.help.text
-msgid "Shift+Ctrl+Home or Shift+Ctrl+End: move split to the first or to the last position"
+#. Fa55
+#: navigator_setcursor.xhp
+msgctxt ""
+"navigator_setcursor.xhp\n"
+"tit\n"
+"help.text"
+msgid "Navigation to Quickly Reach Objects"
msgstr ""
-#: keyboard.xhp#par_id3145195.89.help.text
-msgid "Space key: insert or remove a split"
+#. GYo+
+#: navigator_setcursor.xhp
+msgctxt ""
+"navigator_setcursor.xhp\n"
+"bm_id3150774\n"
+"help.text"
+msgid "<bookmark_value>Document Map, see Navigator</bookmark_value><bookmark_value>cursor;quickly moving to an object</bookmark_value><bookmark_value>objects;quickly moving to</bookmark_value><bookmark_value>navigating;in documents</bookmark_value><bookmark_value>Navigator;working with</bookmark_value>"
msgstr ""
-#: keyboard.xhp#par_id3154647.90.help.text
-msgid "Insert key: insert a split (leave existing splits unchanged)"
+#. 4Q4z
+#: navigator_setcursor.xhp
+msgctxt ""
+"navigator_setcursor.xhp\n"
+"hd_id3150774\n"
+"8\n"
+"help.text"
+msgid "<variable id=\"navigator_setcursor\"><link href=\"text/shared/guide/navigator_setcursor.xhp\" name=\"Navigation to Quickly Reach Objects\">Navigation to Quickly Reach Objects</link></variable>"
msgstr ""
-#: keyboard.xhp#par_id3154765.91.help.text
-msgid "Delete key: delete a split"
+#. 8%(@
+#: navigator_setcursor.xhp
+msgctxt ""
+"navigator_setcursor.xhp\n"
+"par_id3145071\n"
+"9\n"
+"help.text"
+msgid "This is a common use of the Navigator."
msgstr ""
-#: keyboard.xhp#par_id3154650.92.help.text
-msgid "Shift+Delete: delete all splits"
+#. y5bV
+#: navigator_setcursor.xhp
+msgctxt ""
+"navigator_setcursor.xhp\n"
+"par_id3145382\n"
+"10\n"
+"help.text"
+msgid "Double-click an object in the Navigator to jump directly to the position of the object in the document."
msgstr ""
-#: keyboard.xhp#par_id3145368.93.help.text
-msgctxt "keyboard.xhp#par_id3145368.93.help.text"
-msgid "Up Arrow or Down Arrow: scroll table down or up one row"
+#. AKf_
+#: navigator_setcursor.xhp
+msgctxt ""
+"navigator_setcursor.xhp\n"
+"par_id3163802\n"
+"11\n"
+"help.text"
+msgid "You can use the <emph>Navigation</emph> toolbar to scroll to the previous or next object of a specific category."
msgstr ""
-#: keyboard.xhp#par_id3155914.94.help.text
-msgctxt "keyboard.xhp#par_id3155914.94.help.text"
-msgid "Page Up or Page Down: scroll table down or up one page"
+#. 0%+`
+#: navigator_setcursor.xhp
+msgctxt ""
+"navigator_setcursor.xhp\n"
+"par_id3148491\n"
+"12\n"
+"help.text"
+msgid "Open the toolbar using the <emph>Navigation</emph> icon below the vertical scroll bar of a text document, or in the Navigator window."
msgstr ""
-#: keyboard.xhp#par_id3147492.95.help.text
-msgid "Escape key (during mouse drag): cancel drag, move split to old position"
+#. 9jkJ
+#: navigator_setcursor.xhp
+msgctxt ""
+"navigator_setcursor.xhp\n"
+"par_id3153348\n"
+"13\n"
+"help.text"
+msgid "On the <emph>Navigation</emph> toolbar, you first select the category, then click on one of the buttons, <emph>Previous Object</emph> or <emph>Next Object</emph>. The names of the buttons refer to the category, for example, the button \"Next Object\" is named \"Next Page\" or \"Next Bookmark\" according to the category."
msgstr ""
-#: keyboard.xhp#hd_id3145216.96.help.text
-msgid "Preview"
+#. %UTF
+#: data_im_export.xhp
+msgctxt ""
+"data_im_export.xhp\n"
+"tit\n"
+"help.text"
+msgid "Importing and Exporting Data in Base"
msgstr ""
-#: keyboard.xhp#par_id3155148.97.help.text
-msgid "Left Arrow or Right Arrow: select left or right column and clear other selections"
+#. h/sA
+#: data_im_export.xhp
+msgctxt ""
+"data_im_export.xhp\n"
+"bm_id6911546\n"
+"help.text"
+msgid "<bookmark_value>databases;importing/exporting</bookmark_value><bookmark_value>importing;databases</bookmark_value><bookmark_value>copying; datasource records in spreadsheets</bookmark_value><bookmark_value>inserting; datasource records in spreadsheets</bookmark_value><bookmark_value>spreadsheets;inserting database records</bookmark_value><bookmark_value>data sources;copying records to spreadsheets</bookmark_value><bookmark_value>pasting;from data sources to %PRODUCTNAME Calc</bookmark_value>"
msgstr ""
-#: keyboard.xhp#par_id3150780.98.help.text
-msgid "Ctrl+Left Arrow or Ctrl+Right Arrow: move focus to the left or to the right column (does not change selection)"
+#. N$7s
+#: data_im_export.xhp
+msgctxt ""
+"data_im_export.xhp\n"
+"hd_id4547257\n"
+"help.text"
+msgid "<variable id=\"data_im_export\"><link href=\"text/shared/guide/data_im_export.xhp\">Importing and Exporting Data in Base</link></variable>"
msgstr ""
-#: keyboard.xhp#par_id3153811.99.help.text
-msgid "Shift+Left Arrow or Shift+Right Arrow: expand or shrink the selected range"
+#. K%|@
+#: data_im_export.xhp
+msgctxt ""
+"data_im_export.xhp\n"
+"par_id2761314\n"
+"help.text"
+msgid "An easy method to import and export database tables uses Calc as a \"helper application\"."
msgstr ""
-#: keyboard.xhp#par_id3146962.100.help.text
-msgid "Ctrl+Shift+Left Arrow or Ctrl+Shift+Right Arrow: expand or shrink the selected range (does not change other selections)"
+#. `8}m
+#: data_im_export.xhp
+msgctxt ""
+"data_im_export.xhp\n"
+"hd_id3912778\n"
+"help.text"
+msgid "Exporting data from Base"
msgstr ""
-#: keyboard.xhp#par_id3147512.101.help.text
-msgid "Home or End: select the first or the last column (use Shift or Ctrl as with cursor keys)"
+#. *e2K
+#: data_im_export.xhp
+msgctxt ""
+"data_im_export.xhp\n"
+"par_id3163853\n"
+"help.text"
+msgid "You copy a table from Base to a new Calc sheet, then you can save or export the data to any file format that Calc supports."
msgstr ""
-#: keyboard.xhp#par_id3154733.104.help.text
-msgid "Shift+Space key: select the range from the last selected column to the current column"
+#. sL\J
+#: data_im_export.xhp
+msgctxt ""
+"data_im_export.xhp\n"
+"par_id121158\n"
+"help.text"
+msgid "Open the database file that contains the database table to be exported. Click Tables to view the tables, or click Queries to view the queries."
msgstr ""
-#: keyboard.xhp#par_id3154171.105.help.text
-msgid "Ctrl+Shift+Space key: select the range from the last selected column to the current column (does not change other selections)"
+#. zOjO
+#: data_im_export.xhp
+msgctxt ""
+"data_im_export.xhp\n"
+"par_id4644306\n"
+"help.text"
+msgid "Choose <emph>File - New - Spreadsheet</emph>."
msgstr ""
-#: keyboard.xhp#par_id3156368.106.help.text
-msgid "Ctrl+A: select all columns"
+#. ?CLE
+#: data_im_export.xhp
+msgctxt ""
+"data_im_export.xhp\n"
+"par_id1331217\n"
+"help.text"
+msgid "In the Base window, right-click the name of the table to export. Choose <emph>Copy</emph> from the context menu."
msgstr ""
-#: keyboard.xhp#par_id3151192.107.help.text
-msgid "Shift+F10: open a context menu"
+#. aA/;
+#: data_im_export.xhp
+msgctxt ""
+"data_im_export.xhp\n"
+"par_id3806878\n"
+"help.text"
+msgid "Click cell A1 in the new Calc window, then choose <emph>Edit - Paste</emph>."
msgstr ""
-#: keyboard.xhp#par_id3150416.108.help.text
-msgid "Ctrl+1 ... Ctrl+7: set the 1st ... 7th column type for the selected columns"
+#. EriI
+#: data_im_export.xhp
+msgctxt ""
+"data_im_export.xhp\n"
+"par_id130619\n"
+"help.text"
+msgid "Now you can save or export the data to many file types."
msgstr ""
-#: keyboard.xhp#par_id3166442.109.help.text
-msgctxt "keyboard.xhp#par_id3166442.109.help.text"
-msgid "Up Arrow or Down Arrow: scroll table down or up one row"
+#. mdUR
+#: data_im_export.xhp
+msgctxt ""
+"data_im_export.xhp\n"
+"hd_id9999694\n"
+"help.text"
+msgid "Importing data to Base"
msgstr ""
-#: keyboard.xhp#par_id3146103.110.help.text
-msgctxt "keyboard.xhp#par_id3146103.110.help.text"
-msgid "Page Up or Page Down: scroll table down or up one page"
+#. 5m4E
+#: data_im_export.xhp
+msgctxt ""
+"data_im_export.xhp\n"
+"par_id8494521\n"
+"help.text"
+msgid "You can import text files, spreadsheet files, and your system address book in read-only mode only."
msgstr ""
-#: keyboard.xhp#par_id3145116.111.help.text
-msgid "Ctrl+Home or Ctrl+End: scroll to the top or bottom of a table"
+#. %]#}
+#: data_im_export.xhp
+msgctxt ""
+"data_im_export.xhp\n"
+"par_id9579760\n"
+"help.text"
+msgid "When you import from a text or spreadsheet file, the file must have a first row of header information. The second row of the file is the first valid data row. The format of every field in the second row determines the format for the entire column. Any format information from a spreadsheet file gets lost when importing to Base."
msgstr ""
-#: keyboard.xhp#hd_id3153298.142.help.text
-msgid "Controlling the Insert - Special Character Dialog"
+#. :N!q
+#: data_im_export.xhp
+msgctxt ""
+"data_im_export.xhp\n"
+"par_id325632\n"
+"help.text"
+msgid "For example, to ensure the first column has a text format, you must make sure that the first field of the first valid data row contains text. If a field in the first valid data row contains a number, the whole column is set to number format, and only numbers, no text, will be shown in that column."
msgstr ""
-#: keyboard.xhp#par_id3153073.143.help.text
-msgid "Tab switches through all controls in the dialog."
+#. +n]W
+#: data_im_export.xhp
+msgctxt ""
+"data_im_export.xhp\n"
+"par_id2216559\n"
+"help.text"
+msgid "Open a Base file of the database type that you want."
msgstr ""
-#: keyboard.xhp#par_id3153295.144.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Down Arrow opens a combo box. Enter selects the current entry in the combo box."
+#. 69eV
+#: data_im_export.xhp
+msgctxt ""
+"data_im_export.xhp\n"
+"par_id7869502\n"
+"help.text"
+msgid "Either create a new Base file using the <link href=\"text/shared/explorer/database/dabawiz00.xhp\">Database Wizard</link>, or open any existing Base file that is not read-only."
msgstr ""
-#: keyboard.xhp#par_id3153958.145.help.text
-msgid "Arrow buttons move through the main selection area. Spacebar adds the current character to the list of characters to be inserted."
+#. @$]^
+#: data_im_export.xhp
+msgctxt ""
+"data_im_export.xhp\n"
+"par_id9852900\n"
+"help.text"
+msgid "Open the Calc file that contains the data to be imported to Base. You can open a *.dbf dBASE file or many other file types."
msgstr ""
-#: data_view.xhp#tit.help.text
-msgid "Viewing a Database"
+#. q:`F
+#: data_im_export.xhp
+msgctxt ""
+"data_im_export.xhp\n"
+"par_id3791924\n"
+"help.text"
+msgid "Select the data to be copied to Base."
msgstr ""
-#: data_view.xhp#bm_id2339854.help.text
-msgid "<bookmark_value>opening;database files</bookmark_value><bookmark_value>viewing; databases</bookmark_value><bookmark_value>data sources;viewing</bookmark_value><bookmark_value>databases;viewing</bookmark_value>"
+#. RitP
+#: data_im_export.xhp
+msgctxt ""
+"data_im_export.xhp\n"
+"par_id6173894\n"
+"help.text"
+msgid "You can enter a range reference like A1:X500 in the Name Box if you don't want to scroll."
msgstr ""
-#: data_view.xhp#par_idN105A6.help.text
-msgid "<variable id=\"data_view\"><link href=\"text/shared/guide/data_view.xhp\">Viewing a Database</link></variable>"
+#. D\d^
+#: data_im_export.xhp
+msgctxt ""
+"data_im_export.xhp\n"
+"par_id533768\n"
+"help.text"
+msgid "If you copy a dBASE sheet, include the top row that contains the header data."
msgstr ""
-#: data_view.xhp#par_idN105C4.help.text
-msgid "There are two different methods of viewing a database in %PRODUCTNAME."
+#. YODF
+#: data_im_export.xhp
+msgctxt ""
+"data_im_export.xhp\n"
+"par_id5669423\n"
+"help.text"
+msgid "Choose <emph>Edit - Copy</emph>."
msgstr ""
-#: data_view.xhp#par_idN105CA.help.text
-msgid "Choose <emph>File - Open</emph> to open the database file."
+#. @o/[
+#: data_im_export.xhp
+msgctxt ""
+"data_im_export.xhp\n"
+"par_id3619495\n"
+"help.text"
+msgid "In the Base window, click <emph>Tables</emph> to view the tables."
msgstr ""
-#: data_view.xhp#par_idN105D1.help.text
-msgid "The <link href=\"text/shared/explorer/database/dabadoc.xhp\">database file</link> gives you full access to tables, queries, reports, and forms. You can edit the structure of your tables and change the contents of the data records."
+#. q\12
+#: data_im_export.xhp
+msgctxt ""
+"data_im_export.xhp\n"
+"par_id1175572\n"
+"help.text"
+msgid "In the Base window, choose <emph>Edit - Paste</emph>."
msgstr ""
-#: data_view.xhp#par_idN105E3.help.text
-msgid "Choose <emph>View - Data source</emph> to view the registered databases."
+#. ?cG(
+#: data_im_export.xhp
+msgctxt ""
+"data_im_export.xhp\n"
+"par_id4815820\n"
+"help.text"
+msgid "You see the Copy Table dialog. Most databases need a primary key, so you may want to check the <emph>Create primary key</emph> box."
msgstr ""
-#: data_view.xhp#par_idN105EA.help.text
-msgid "The <link href=\"text/shared/guide/database_main.xhp\">data source view</link> can be used to drag-and-drop table fields from registered databases into your documents and to produce mail merges."
+#. hX%+
+#: data_im_export.xhp
+msgctxt ""
+"data_im_export.xhp\n"
+"par_id2584002\n"
+"help.text"
+msgid "On Windows systems, you can also use drag-and-drop instead of Copy and Paste. Also, for registered databases, you can open the datasource browser (press F4) instead of opening the Base window."
msgstr ""
-#: data_view.xhp#par_idN10606.help.text
-msgctxt "data_view.xhp#par_idN10606.help.text"
+#. Nciv
+#: data_im_export.xhp
+msgctxt ""
+"data_im_export.xhp\n"
+"par_id5871761\n"
+"help.text"
msgid "<embedvar href=\"text/shared/explorer/database/main.xhp#base\"/>"
msgstr ""
-#: data_view.xhp#par_idN1060E.help.text
-msgctxt "data_view.xhp#par_idN1060E.help.text"
+#. x0|;
+#: data_im_export.xhp
+msgctxt ""
+"data_im_export.xhp\n"
+"par_id6531266\n"
+"help.text"
msgid "<embedvar href=\"text/shared/guide/database_main.xhp#database_main\"/>"
msgstr ""
-#: email.xhp#tit.help.text
-msgid "Sending Documents as E-mail"
+#. yIY$
+#: flat_icons.xhp
+msgctxt ""
+"flat_icons.xhp\n"
+"tit\n"
+"help.text"
+msgid "Changing Icon Views"
msgstr ""
-#: email.xhp#bm_id3153345.help.text
-msgid "<bookmark_value>documents; sending as e-mail</bookmark_value><bookmark_value>sending; documents as e-mail</bookmark_value><bookmark_value>e-mail attachments</bookmark_value><bookmark_value>files; sending as e-mail</bookmark_value><bookmark_value>text documents;sending as e-mail</bookmark_value><bookmark_value>spreadsheets; sending as e-mail</bookmark_value><bookmark_value>drawings; sending as e-mail</bookmark_value><bookmark_value>presentations; sending as e-mail</bookmark_value><bookmark_value>attachments in e-mails</bookmark_value>"
+#. 6e\j
+#: flat_icons.xhp
+msgctxt ""
+"flat_icons.xhp\n"
+"bm_id3145669\n"
+"help.text"
+msgid "<bookmark_value>buttons; big/small</bookmark_value><bookmark_value>views; icons</bookmark_value><bookmark_value>icon sizes</bookmark_value><bookmark_value>changing;icon sizes</bookmark_value><bookmark_value>large icons</bookmark_value><bookmark_value>small icons</bookmark_value>"
msgstr ""
-#: email.xhp#hd_id3153345.1.help.text
-msgid "<variable id=\"email\"><link href=\"text/shared/guide/email.xhp\" name=\"Sending Documents as E-mail\">Sending Documents as E-mail</link></variable>"
+#. KJRj
+#: flat_icons.xhp
+msgctxt ""
+"flat_icons.xhp\n"
+"hd_id3145669\n"
+"3\n"
+"help.text"
+msgid "<variable id=\"flat_icons\"><link href=\"text/shared/guide/flat_icons.xhp\" name=\"Changing Icon Views\">Changing Icon Size</link></variable>"
msgstr ""
-#: email.xhp#par_id3154897.2.help.text
-msgid "Working in $[officename], you can send the current document as an e-mail attachment."
+#. E4,{
+#: flat_icons.xhp
+msgctxt ""
+"flat_icons.xhp\n"
+"par_id3155535\n"
+"4\n"
+"help.text"
+msgid "You can change the icon view between small and large icons."
msgstr ""
-#: email.xhp#par_id3147335.3.help.text
-msgid "Choose <emph>File - Send - Document as E-mail</emph>."
+#. 5e31
+#: flat_icons.xhp
+msgctxt ""
+"flat_icons.xhp\n"
+"par_id3153748\n"
+"5\n"
+"help.text"
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename]</emph>."
msgstr ""
-#: email.xhp#par_id3153127.4.help.text
-msgid "$[officename] opens your default e-mail program.<switchinline select=\"sys\"><caseinline select=\"UNIX\"> If you want to send the current document with another e-mail program, you can select the program to use with <emph>Internet - E-mail</emph> in the Options dialog box.</caseinline></switchinline>"
+#. 3+iD
+#: flat_icons.xhp
+msgctxt ""
+"flat_icons.xhp\n"
+"par_id3163802\n"
+"6\n"
+"help.text"
+msgid "On the <emph>View</emph> tab page, select the <emph>Toolbar icon size</emph>."
msgstr ""
-#: email.xhp#par_id3150986.5.help.text
-msgid "In your e-mail program, enter the recipient, subject and any text you want to add, then send the e-mail."
+#. F5dG
+#: flat_icons.xhp
+#, fuzzy
+msgctxt ""
+"flat_icons.xhp\n"
+"par_id3157909\n"
+"7\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "დააწკაპუნეთ <emph>ძიება</emph>."
+
+#. 8N~H
+#: line_intext.xhp
+msgctxt ""
+"line_intext.xhp\n"
+"tit\n"
+"help.text"
+msgid "Drawing Lines in Text"
msgstr ""
-#: email.xhp#par_id3595385.help.text
-msgid "In case you want to send the e-mail to a recipient who only has software that cannot read the OpenDocument format, you can send the current document in an often used proprietary format.<br/>For a text document, choose <item type=\"menuitem\">File - Send - Document as Microsoft Word</item>. For a spreadsheet, choose <item type=\"menuitem\">File - Send - Document as Microsoft Excel</item>. And for a presentation, choose <item type=\"menuitem\">File - Send - Document as Microsoft PowerPoint</item>. <br/>If you want to send the document as a read-only file, choose <item type=\"menuitem\">File - Send - Document as PDF</item>.<br/>These commands do not change your current document. Only a temporary copy is created and sent."
+#. 7`^f
+#: line_intext.xhp
+msgctxt ""
+"line_intext.xhp\n"
+"bm_id3143206\n"
+"help.text"
+msgid "<bookmark_value>arrows; drawing in text</bookmark_value><bookmark_value>indicator lines in text</bookmark_value><bookmark_value>lines; drawing in text</bookmark_value><bookmark_value>lines; removing automatic lines</bookmark_value><bookmark_value>deleting; lines in text</bookmark_value><bookmark_value>drawing lines in text</bookmark_value><bookmark_value>automatic lines/borders in text</bookmark_value>"
msgstr ""
-#: hyperlink_rel_abs.xhp#tit.help.text
-msgid "Relative and Absolute Links"
+#. aGYJ
+#: line_intext.xhp
+msgctxt ""
+"line_intext.xhp\n"
+"hd_id3143206\n"
+"36\n"
+"help.text"
+msgid "<variable id=\"line_intext\"><link href=\"text/shared/guide/line_intext.xhp\" name=\"Drawing Lines in Text\">Drawing Lines in Text</link></variable>"
msgstr ""
-#: hyperlink_rel_abs.xhp#bm_id3147399.help.text
-msgid "<bookmark_value>absolute hyperlinks</bookmark_value><bookmark_value>relative hyperlinks</bookmark_value><bookmark_value>hyperlinks; relative and absolute</bookmark_value><bookmark_value>hyperlinks, see also links</bookmark_value>"
+#. nz4$
+#: line_intext.xhp
+msgctxt ""
+"line_intext.xhp\n"
+"par_id3144436\n"
+"37\n"
+"help.text"
+msgid "You can incorporate lines into your text with custom angles, width, color, and other attributes."
msgstr ""
-#: hyperlink_rel_abs.xhp#hd_id3147399.45.help.text
-msgid "<variable id=\"hyperlink_rel_abs\"><link href=\"text/shared/guide/hyperlink_rel_abs.xhp\" name=\"Relative and Absolute Links\">Relative and Absolute Links</link></variable>"
+#. sQf+
+#: line_intext.xhp
+msgctxt ""
+"line_intext.xhp\n"
+"par_id3153345\n"
+"39\n"
+"help.text"
+msgid "To define the line attributes and direction, use the <emph>Line</emph> drawing object as follows:"
msgstr ""
-#: hyperlink_rel_abs.xhp#par_id3153345.46.help.text
-msgid "When you include hyperlinks, two factors must be taken into account: whether they are set as relative or absolute on saving, and whether or not the file is present."
+#. ##.D
+#: line_intext.xhp
+msgctxt ""
+"line_intext.xhp\n"
+"par_id3156113\n"
+"help.text"
+msgid "<image id=\"img_id3166410\" src=\"cmd/sc_insertdraw.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3166410\">Icon</alt></image>"
msgstr ""
-#: hyperlink_rel_abs.xhp#par_id3147008.47.help.text
-msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\"><emph>Load/Save - General</emph></link> and specify in the <emph>Save URLs relative to</emph> field if $[officename] creates <link href=\"text/shared/00/00000005.xhp#speichern\" name=\"relative or absolute hyperlinks\">relative or absolute hyperlinks</link>. Relative linking is only possible when the document you are working on and the link destination are on the same drive."
+#. H#*;
+#: line_intext.xhp
+msgctxt ""
+"line_intext.xhp\n"
+"par_id3152780\n"
+"help.text"
+msgid "<image id=\"img_id3154285\" src=\"cmd/sc_line.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154285\">Icon</alt></image>"
msgstr ""
-#: hyperlink_rel_abs.xhp#par_id3145382.48.help.text
-msgid "You should create the same directory structure on your hard disk as that which exists in the web space hosted by your Internet provider. Call the root directory for the homepage on your hard disk \"homepage\", for example. The start file is then \"index.html\", the full path being \"C:\\homepage\\index.html\" (assuming Windows operating system). The URL on your Internet provider's server might then be as follows: \"http://www.myprovider.com/mypage/index.html\". With relative addressing, you indicate the link relative to the location of the output document. For example, if you placed all the graphics for your homepage in a subfolder called \"C:\\homepage\\images\", you would need to give the following path to access the graphic \"picture.gif\": \"images\\picture.gif\". This is the relative path, starting from the location of the file \"index.html\". On the provider's server, you would place the picture in the folder \"mypage/images\". When you transfer the document \"index.html\" to the provider's server through the <emph>File - Save As</emph> dialog, and if you have marked the option <emph>Copy local graphics to Internet</emph> under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - HTML Compatibility</emph>, $[officename] will automatically copy the graphic to the correct directory on the server."
+#. ?U`d
+#: line_intext.xhp
+msgctxt ""
+"line_intext.xhp\n"
+"par_id3153254\n"
+"66\n"
+"help.text"
+msgid "1."
msgstr ""
-#: hyperlink_rel_abs.xhp#par_id3159158.49.help.text
-msgid "An absolute path such as \"C:\\homepage\\graphics\\picture.gif\" would no longer function on the provider server. Neither a server nor the computer of a reader needs to have a C hard drive: operating systems such as Unix or MacOS do not recognize drive letters, and even if the folder homepage\\graphics existed, your picture would not be available. It is better to use relative addressing for file links."
+#. j@}_
+#: line_intext.xhp
+msgctxt ""
+"line_intext.xhp\n"
+"par_id3159400\n"
+"41\n"
+"help.text"
+msgid "On the Standard bar, click the <emph>Show Draw Functions </emph>icon to open the <emph>Drawing </emph>toolbar, and click the <emph>Line</emph> icon. The mouse pointer changes to a cross-hair symbol with a line beside it."
msgstr ""
-#: hyperlink_rel_abs.xhp#par_id3154046.50.help.text
-msgid "A link to a web page, for example, \"www.example.com\" or \"www.myprovider.com/mypage/index.html\" is an absolute link."
+#. E3Xl
+#: line_intext.xhp
+msgctxt ""
+"line_intext.xhp\n"
+"par_id3156117\n"
+"67\n"
+"help.text"
+msgid "2."
msgstr ""
-#: hyperlink_rel_abs.xhp#par_id3155450.51.help.text
-msgid "$[officename] also reacts differently, depending on whether the file referred to in the link exists, and where it is located. $[officename] checks every new link and sets a target and protocol automatically. The result can be seen in the generated HTML code after saving the source document."
+#. XDmJ
+#: line_intext.xhp
+msgctxt ""
+"line_intext.xhp\n"
+"par_id3152472\n"
+"42\n"
+"help.text"
+msgid "In your document, click where the line should begin. Hold down the mouse button and drag to the point where you want the line to end. If you also hold down the Shift key, you can draw only horizontal, vertical, and diagonal lines."
msgstr ""
-#: hyperlink_rel_abs.xhp#par_id3145317.52.help.text
-msgid "The following rules apply: A relative reference (\"graphic/picture.gif\") is only possible when both files exist on the same drive. If the files are on different drives in your local file system, the absolute reference follows the \"file:\" protocol (\"file:///data1/xyz/picture.gif\"). If the files are on different servers or if the target of the link is not available, the absolute reference uses the \"http:\" protocol (\"http://data2/abc/picture.gif\")."
+#. yEpJ
+#: line_intext.xhp
+msgctxt ""
+"line_intext.xhp\n"
+"par_id3149294\n"
+"help.text"
+msgid "<image id=\"img_id3159413\" src=\"cmd/sc_drawselect.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159413\">Icon</alt></image>"
msgstr ""
-#: hyperlink_rel_abs.xhp#par_id3153541.53.help.text
-msgid "Be sure to organize all files for your homepage on the same drive as the start file of the homepage. In this way, $[officename] can set the protocol and target so that the reference on the server is always correct."
+#. w{P!
+#: line_intext.xhp
+msgctxt ""
+"line_intext.xhp\n"
+"par_id3151056\n"
+"68\n"
+"help.text"
+msgid "3."
msgstr ""
-#: hyperlink_rel_abs.xhp#par_id3153897.54.help.text
-msgid "When you rest your mouse on a hyperlink, a help tip displays the absolute reference, since $[officename] uses absolute path names internally. The complete path and address can only be seen when you view the result of the HTML export, by loading the HTML file as \"Text\" or opening it with a text editor."
+#. 5%/g
+#: line_intext.xhp
+msgctxt ""
+"line_intext.xhp\n"
+"par_id3153361\n"
+"43\n"
+"help.text"
+msgid "Release the mouse button once the line has the desired direction and length. You can then draw more lines. End this function by pressing the Esc key or by clicking the <emph>Select</emph> icon from the <emph>Drawing </emph>bar."
msgstr ""
-#: insert_specialchar.xhp#tit.help.text
-msgid "Inserting Special Characters"
+#. _Z,M
+#: line_intext.xhp
+msgctxt ""
+"line_intext.xhp\n"
+"par_id3156422\n"
+"69\n"
+"help.text"
+msgid "4."
msgstr ""
-#: insert_specialchar.xhp#bm_id3154927.help.text
-msgid "<bookmark_value>characters; special</bookmark_value><bookmark_value>inserting; special characters</bookmark_value><bookmark_value>special characters</bookmark_value><bookmark_value>text; inserting special characters</bookmark_value><bookmark_value>accents</bookmark_value><bookmark_value>compose key to insert special characters</bookmark_value>"
+#. !W=P
+#: line_intext.xhp
+msgctxt ""
+"line_intext.xhp\n"
+"par_id3159149\n"
+"44\n"
+"help.text"
+msgid "After clicking the <emph>Select</emph> icon, you can select all of the lines at the same time by clicking each line while holding down the Shift key. This multiple selection enables you to assign all of them a common color, width or other attribute."
msgstr ""
-#: insert_specialchar.xhp#hd_id3154927.1.help.text
-msgid "<variable id=\"insert_specialchar\"><link href=\"text/shared/guide/insert_specialchar.xhp\" name=\"Inserting Special Characters\">Inserting Special Characters</link></variable>"
+#. D%lx
+#: line_intext.xhp
+msgctxt ""
+"line_intext.xhp\n"
+"par_id3153049\n"
+"38\n"
+"help.text"
+msgid "Create a horizontal line by applying the preset Paragraph Style <emph>Horizontal Line</emph>. Click into an empty paragraph, and double-click the <emph>Horizontal Line</emph> Style in the <emph>Styles and Formatting</emph> window. If the entry for horizontal lines is not visible in the list of Paragraph Styles, select \"All Styles\" in the lower listbox."
msgstr ""
-#: insert_specialchar.xhp#par_id3147576.2.help.text
-msgid "This function allows you to insert special characters, such as check marks, boxes, and telephone symbols, into your text."
+#. $7f^
+#: line_intext.xhp
+msgctxt ""
+"line_intext.xhp\n"
+"par_id3153748\n"
+"64\n"
+"help.text"
+msgid "You can draw a line above, beside or below a paragraph in a Writer text document by choosing <emph>Format - Paragraph - </emph><link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link>."
msgstr ""
-#: insert_specialchar.xhp#par_id3155535.3.help.text
-msgid "To view a selection of all characters, choose <emph>Insert - Special Character</emph>."
+#. ++uf
+#: line_intext.xhp
+msgctxt ""
+"line_intext.xhp\n"
+"par_idN107C6\n"
+"help.text"
+msgid "Automatic lines in Writer"
msgstr ""
-#: insert_specialchar.xhp#par_id3147275.6.help.text
-msgid "In the large selection field click the desired character or several characters in succession. The characters are displayed at the bottom of the dialog. When you close the dialog with <emph>OK</emph>, all displayed characters in the selected font are inserted in the current document."
+#. 3EG+
+#: line_intext.xhp
+msgctxt ""
+"line_intext.xhp\n"
+"par_idN107CC\n"
+"help.text"
+msgid "If you start a new line in a Writer text document by typing three or more hyphen characters and press the Enter key, the characters are removed and the previous paragraph gets a line as a bottom border."
msgstr ""
-#: insert_specialchar.xhp#par_id3153031.4.help.text
-msgid "In any text input field (such as the input fields in the <emph>Find & Replace</emph> dialog) you can press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+S to open the <emph>Special Characters</emph> dialog."
+#. ^=yX
+#: line_intext.xhp
+msgctxt ""
+"line_intext.xhp\n"
+"par_id8849452\n"
+"help.text"
+msgid "To create a single line, type three or more hyphens (-), or underscores ( _ ), and then press Enter. To create a double line, type three or more equal signs (=), asterisks (*), tildes (~), or hash marks (#), and then press Enter."
msgstr ""
-#: insert_specialchar.xhp#par_id3155630.7.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">At present there are three ways of entering letters with accents directly from the keyboard.</caseinline></switchinline>"
+#. 6Yva
+#: line_intext.xhp
+msgctxt ""
+"line_intext.xhp\n"
+"par_idN107D0\n"
+"help.text"
+msgid "To remove an automatically drawn border, choose <emph>Format - Paragraph - Borders</emph> and select no border."
msgstr ""
-#: insert_specialchar.xhp#par_id3154897.8.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\"><emph>Solaris:</emph> Using a Sun keyboard. First press the Compose key to the right of the space bar, then enter the first and second modifiers.</caseinline></switchinline>"
+#. g\iB
+#: line_intext.xhp
+msgctxt ""
+"line_intext.xhp\n"
+"par_idN107D8\n"
+"help.text"
+msgid "To undo an automatic border replacement once, choose <emph>Edit - Undo</emph>."
msgstr ""
-#: insert_specialchar.xhp#par_id3145315.9.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\"><emph>Linux / NetBSD:</emph> Using the dead-keys. In an xterm window first press the (´) or (`) key. The character should not appear on the screen. Now press a letter, such as \"e\". The e is given an accent, é or è. If not, then check in the XF86Config file if a \"nodeadkeys\" XkbdVariant has been loaded there and replace it. You may also have set the environment variable SAL_NO_DEADKEYS, which deactivates the dead-keys.</caseinline></switchinline>"
+#. JapN
+#: line_intext.xhp
+msgctxt ""
+"line_intext.xhp\n"
+"par_idN107E0\n"
+"help.text"
+msgid "To disable the automatic borders, choose <emph>Tools - AutoCorrect Options - Options</emph> and clear <emph>Apply border</emph>."
msgstr ""
-#: insert_specialchar.xhp#par_id3148943.10.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\"><emph>All Unix systems:</emph> (Alt Graph) as additional compose key. The (Alt Graph) key can work in $[officename] like the Compose key, if you set the environment variable SAL_ALTGR_COMPOSE. The (Alt Graph) key must trigger a mode_switch, so, for example, xmodmap -e \"keysym Alt_R = Mode_switch\" must be set. First press (Alt Graph), then the first modifier, then the second modifier. The characters are combined as described on a Solaris system in the file /usr/openwin/include/X11/Suncompose.h.</caseinline></switchinline>"
+#. Z1Pe
+#: line_intext.xhp
+msgctxt ""
+"line_intext.xhp\n"
+"par_id3145787\n"
+"45\n"
+"help.text"
+msgid "The lines and other drawing objects that you insert in text are not defined in <link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link>, and are therefore not exported directly into HTML format. Instead, they are exported as graphics."
msgstr ""
-#: insert_specialchar.xhp#par_id3149047.5.help.text
-msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Characters\">Special Characters</link>"
+#. `HZh
+#: line_intext.xhp
+msgctxt ""
+"line_intext.xhp\n"
+"par_id641804\n"
+"help.text"
+msgid "When you enter a line width, you can append a measurement unit. A zero line width results in a hairline with a width of one pixel of the output medium."
msgstr ""
-#: insert_specialchar.xhp#par_id3153896.11.help.text
-msgid "<link href=\"text/shared/01/06040200.xhp\" name=\"AutoCorrect\">AutoCorrect</link>"
+#. 9y#L
+#: line_intext.xhp
+msgctxt ""
+"line_intext.xhp\n"
+"par_id3154188\n"
+"65\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05030500.xhp\" name=\"Format - Paragraph - Borders\">Format - Paragraph - Borders</link>"
msgstr ""
-#: filternavigator.xhp#tit.help.text
-msgid "Using the Filter Navigator"
+#. nSw[
+#: xforms.xhp
+msgctxt ""
+"xforms.xhp\n"
+"tit\n"
+"help.text"
+msgid "XML Form Documents (XForms)"
msgstr ""
-#: filternavigator.xhp#bm_id3150322.help.text
-msgid "<bookmark_value>filters; Navigator</bookmark_value><bookmark_value>filter conditions;connecting</bookmark_value>"
+#. HD25
+#: xforms.xhp
+msgctxt ""
+"xforms.xhp\n"
+"bm_id5215613\n"
+"help.text"
+msgid "<bookmark_value>web documents;XForms</bookmark_value><bookmark_value>forms;XForms</bookmark_value><bookmark_value>XML Forms, see XForms</bookmark_value><bookmark_value>XForms;opening/editing</bookmark_value><bookmark_value>editing;XForms</bookmark_value><bookmark_value>opening;XForms</bookmark_value>"
msgstr ""
-#: filternavigator.xhp#par_idN105A3.help.text
-msgid "<variable id=\"filternavigator\"><link href=\"text/shared/guide/filternavigator.xhp\">Using the Filter Navigator</link></variable>"
+#. v]+f
+#: xforms.xhp
+msgctxt ""
+"xforms.xhp\n"
+"par_idN106E5\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/xforms.xhp\">XML Form Documents (XForms)</link>"
msgstr ""
-#: filternavigator.xhp#par_id3150322.13.help.text
-msgid "<ahelp hid=\".uno:FormFilterNavigator\">To connect several filter conditions with Boolean OR, click the <emph>Filter navigation</emph> icon on the filter bar.</ahelp> The <emph>Filter navigator</emph> window appears."
+#. 6g`u
+#: xforms.xhp
+msgctxt ""
+"xforms.xhp\n"
+"par_idN106F5\n"
+"help.text"
+msgid "XForms are a new type of web form that was developed by the World Wide Web Consortium. The XForm model is defined in Extensible Markup Language (XML). The model uses separate sections to describe what a form does and what a form looks like. You can view the specification for XForms at: <link href=\"http://www.w3.org/MarkUp/Forms/\">http://www.w3.org/MarkUp/Forms/</link>."
msgstr ""
-#: filternavigator.xhp#par_id3153711.14.help.text
-msgid "<ahelp hid=\"HID_FILTER_NAVIGATOR\">The filter conditions that have been set appear in the <emph>Filter navigator</emph>. As soon as a filter is set, you see a blank filter entry at the bottom of the <emph>Filter navigator</emph> . You can select this entry by clicking the word \"Or\". Once you have selected the blank filter entry, you can enter additional filter conditions in the form. These conditions are linked by Boolean OR to the previously defined conditions.</ahelp>"
+#. je,L
+#: xforms.xhp
+msgctxt ""
+"xforms.xhp\n"
+"par_idN10746\n"
+"help.text"
+msgid "Working with XForms"
msgstr ""
-#: filternavigator.xhp#par_id3145620.15.help.text
-msgid "The context menu can be called for each entry in the <emph>Filter navigator</emph>. <ahelp hid=\"SID_FM_FILTER_IS_NOT_NULL\">You can edit the filter conditions in this area directly as text. If you wish to check if a field has content or no content, you can select the filter conditions \"empty\" (SQL:\"Is Null\") or \"not empty\" (SQL: \"Is not Null\").</ahelp> It is also possible to delete the entry by using the context menu."
+#. dh9v
+#: xforms.xhp
+msgctxt ""
+"xforms.xhp\n"
+"par_idN1074A\n"
+"help.text"
+msgid "In %PRODUCTNAME, an XForms document is a special type of Writer document. The Design Mode for an XForm document has additional toolbars and panes."
msgstr ""
-#: filternavigator.xhp#par_id3156374.16.help.text
-msgid "You can move filter conditions in the <emph>Filter navigator</emph> by dragging and dropping, or use the keys <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Alt+Up Arrow or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Alt+Down Arrow. To copy filter conditions, drag them while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key."
+#. q?1{
+#: xforms.xhp
+msgctxt ""
+"xforms.xhp\n"
+"par_idN1074D\n"
+"help.text"
+msgid "After you create and save an XForms document, you can open the document, fill out the form, and submit the changes to a server."
msgstr ""
-#: edit_symbolbar.xhp#tit.help.text
-msgid "Adding Buttons to Toolbars "
+#. o5eC
+#: xforms.xhp
+msgctxt ""
+"xforms.xhp\n"
+"par_idN10706\n"
+"help.text"
+msgid "To Create a New XForms Document"
msgstr ""
-#: edit_symbolbar.xhp#bm_id3159201.help.text
-msgid "<bookmark_value>customizing; toolbars</bookmark_value><bookmark_value>buttons;toolbars</bookmark_value><bookmark_value>toolbars;adding buttons</bookmark_value><bookmark_value>configuring; toolbars</bookmark_value><bookmark_value>editing; toolbars</bookmark_value><bookmark_value>inserting;buttons in toolbars</bookmark_value>"
+#. ^9Eh
+#: xforms.xhp
+msgctxt ""
+"xforms.xhp\n"
+"par_idN1070D\n"
+"help.text"
+msgid "Choose <emph>File - New - XML Form Document</emph>."
msgstr ""
-#: edit_symbolbar.xhp#hd_id3159201.79.help.text
-msgid "<variable id=\"edit_symbolbar\"><link href=\"text/shared/guide/edit_symbolbar.xhp\" name=\"Adding Buttons to Toolbars\">Adding Buttons to Toolbars</link></variable>"
+#. QSLd
+#: xforms.xhp
+msgctxt ""
+"xforms.xhp\n"
+"par_idN10714\n"
+"help.text"
+msgid "The XForms design window opens in an empty Writer document."
msgstr ""
-#: edit_symbolbar.xhp#hd_id3153561.85.help.text
-msgid "To add a button to a toolbar:"
+#. a,@V
+#: xforms.xhp
+msgctxt ""
+"xforms.xhp\n"
+"par_idN10718\n"
+"help.text"
+msgid "Design your form."
msgstr ""
-#: edit_symbolbar.xhp#par_id3159157.78.help.text
-msgid "Click the arrow icon at the end of a toolbar and choose <emph>Visible Buttons</emph> and then select the button you want to display."
+#. =kEK
+#: xforms.xhp
+msgctxt ""
+"xforms.xhp\n"
+"par_idN1071E\n"
+"help.text"
+msgid "Insert a control, select the default model in the property browser, and enter a binding statement."
msgstr ""
-#: edit_symbolbar.xhp#par_id2439039.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog where you can add, edit, and remove icons.</ahelp>"
+#. fdmi
+#: xforms.xhp
+msgctxt ""
+"xforms.xhp\n"
+"par_idN10722\n"
+"help.text"
+msgid "In the data navigator, add an element to the instance."
msgstr ""
-#: edit_symbolbar.xhp#hd_id3151384.86.help.text
-msgid "To add a button to the list of Visible Buttons:"
+#. TnQ}
+#: xforms.xhp
+msgctxt ""
+"xforms.xhp\n"
+"par_idN10726\n"
+"help.text"
+msgid "Load a new instance from an XML file and add controls to the relevant XML elements or attributes."
msgstr ""
-#: edit_symbolbar.xhp#par_id3147264.87.help.text
-msgid "Choose <emph>Tools - Customize</emph>, and click on the <emph>Toolbars</emph> tab."
+#. S=(u
+#: xforms.xhp
+msgctxt ""
+"xforms.xhp\n"
+"par_idN10729\n"
+"help.text"
+msgid "To Open an XForms Document"
msgstr ""
-#: edit_symbolbar.xhp#par_id3154071.88.help.text
-msgid "In the<emph> Toolbars </emph>box, select the toolbar you want to change."
+#. #R-1
+#: xforms.xhp
+msgctxt ""
+"xforms.xhp\n"
+"par_idN10730\n"
+"help.text"
+msgid "Choose <emph>File - Open</emph> and select the XForms document. An XForm document has the same extension as a Writer text document (*.odt)."
msgstr ""
-#: edit_symbolbar.xhp#par_id3148797.89.help.text
-msgid "Click <emph>Add Commands</emph> , select the new command, then click <emph>Add</emph>."
+#. O4oX
+#: xforms.xhp
+msgctxt ""
+"xforms.xhp\n"
+"par_idN10737\n"
+"help.text"
+msgid "To Edit an XForms Document"
msgstr ""
-#: edit_symbolbar.xhp#par_id3152922.90.help.text
-msgid "If you want, you can rearrange the <emph>Commands </emph>list by selecting a command name and clicking <emph>Move Up</emph> and <emph>Move Down</emph>."
+#. =#*.
+#: xforms.xhp
+msgctxt ""
+"xforms.xhp\n"
+"par_idN1073B\n"
+"help.text"
+msgid "Open the XForms document and use the following toolbars and windows:"
msgstr ""
-#: edit_symbolbar.xhp#par_id3145171.91.help.text
-#, fuzzy
-msgctxt "edit_symbolbar.xhp#par_id3145171.91.help.text"
-msgid "Click <emph>OK</emph>."
-msgstr "დააწკაპუნეთ <emph>ძიება</emph>."
+#. fPs6
+#: xforms.xhp
+msgctxt ""
+"xforms.xhp\n"
+"par_idN10741\n"
+"help.text"
+msgid "<link href=\"text/shared/main0226.xhp\">Form Design toolbar</link>"
+msgstr ""
-#: redlining_protect.xhp#tit.help.text
-msgid "Protecting Records"
+#. oWdn
+#: xforms.xhp
+msgctxt ""
+"xforms.xhp\n"
+"par_idN10757\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170000.xhp\">Form Controls toolbar</link>"
msgstr ""
-#: redlining_protect.xhp#bm_id3159201.help.text
-msgid "<bookmark_value>changes; protecting</bookmark_value><bookmark_value>protecting; recorded changes</bookmark_value><bookmark_value>records; protecting</bookmark_value><bookmark_value>review function;protecting records</bookmark_value>"
+#. ~+Y)
+#: xforms.xhp
+msgctxt ""
+"xforms.xhp\n"
+"par_idN1075F\n"
+"help.text"
+msgid "<link href=\"text/shared/01/xformsdata.xhp\">Data Navigator</link>"
msgstr ""
-#: redlining_protect.xhp#hd_id3159201.1.help.text
-msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Records\">Protecting Records</link> </variable>"
+#. e|n|
+#: xforms.xhp
+msgctxt ""
+"xforms.xhp\n"
+"par_idN1075B\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170600.xhp\">Form Navigator</link>"
msgstr ""
-#: redlining_protect.xhp#par_id1631824.help.text
-msgctxt "redlining_protect.xhp#par_id1631824.help.text"
-msgid "The review function is available in %PRODUCTNAME for text documents and spreadsheet documents."
+#. G|Ww
+#: contextmenu.xhp
+msgctxt ""
+"contextmenu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Using Context Menus"
msgstr ""
-#: redlining_protect.xhp#par_id3154751.2.help.text
-msgid "To protect the changes made in a document during editing, choose <emph>Edit - Changes - Protect Records</emph>. To turn off the function or to accept or reject changes it is necessary to enter the correct password first."
+#. kMS%
+#: contextmenu.xhp
+msgctxt ""
+"contextmenu.xhp\n"
+"bm_id3153394\n"
+"help.text"
+msgid "<bookmark_value>context menus</bookmark_value><bookmark_value>menus;activating context menus</bookmark_value><bookmark_value>opening; context menus</bookmark_value><bookmark_value>activating;context menus</bookmark_value>"
msgstr ""
-#: redlining_protect.xhp#par_id3147088.3.help.text
-msgid "Choose <emph>Protect Records</emph>. This opens the <link href=\"text/shared/01/password_dlg.xhp\" name=\"Password\"><emph>Password</emph></link> dialog."
+#. S!|C
+#: contextmenu.xhp
+msgctxt ""
+"contextmenu.xhp\n"
+"hd_id3153394\n"
+"5\n"
+"help.text"
+msgid "<variable id=\"contextmenu\"><link href=\"text/shared/guide/contextmenu.xhp\" name=\"Using Context Menus\">Using Context Menus</link></variable>"
msgstr ""
-#: redlining_protect.xhp#par_id3153345.4.help.text
-msgid "Enter a password consisting of at least 5 characters and confirm it. Click <emph>OK</emph>."
+#. ?kYE
+#: labels_database.xhp
+msgctxt ""
+"labels_database.xhp\n"
+"tit\n"
+"help.text"
+msgid "Printing Address Labels"
msgstr ""
-#: dragdrop_fromgallery.xhp#tit.help.text
-msgid "Copying Graphics From the Gallery"
+#. bUF:
+#: labels_database.xhp
+msgctxt ""
+"labels_database.xhp\n"
+"bm_id3147399\n"
+"help.text"
+msgid "<bookmark_value>address labels from databases</bookmark_value> <bookmark_value>labels; from databases</bookmark_value> <bookmark_value>stickers</bookmark_value> <bookmark_value>databases;creating labels</bookmark_value>"
msgstr ""
-#: dragdrop_fromgallery.xhp#bm_id3145345.help.text
-msgid "<bookmark_value>Gallery;dragging pictures to draw objects</bookmark_value><bookmark_value>draw objects;dropping Gallery pictures</bookmark_value><bookmark_value>drag and drop;from Gallery to draw objects</bookmark_value>"
+#. [/$U
+#: labels_database.xhp
+msgctxt ""
+"labels_database.xhp\n"
+"hd_id3147399\n"
+"34\n"
+"help.text"
+msgid "<variable id=\"labels_database\"><link href=\"text/shared/guide/labels_database.xhp\" name=\"Printing Address Labels\">Printing Address Labels</link></variable>"
msgstr ""
-#: dragdrop_fromgallery.xhp#hd_id3145345.40.help.text
-msgid "<variable id=\"dragdrop_fromgallery\"><link href=\"text/shared/guide/dragdrop_fromgallery.xhp\" name=\"Copying Graphics From the Gallery\">Copying Graphics From the Gallery</link></variable>"
+#. IMq(
+#: labels_database.xhp
+msgctxt ""
+"labels_database.xhp\n"
+"par_id3153824\n"
+"36\n"
+"help.text"
+msgid "Choose <emph>File - New - Labels</emph> to open the <emph>Labels</emph> dialog."
msgstr ""
-#: dragdrop_fromgallery.xhp#par_id3155535.41.help.text
-msgid "If you drag a graphic from the Gallery into a text, spreadsheet or presentation document, the graphic will be inserted there."
+#. D7v1
+#: labels_database.xhp
+msgctxt ""
+"labels_database.xhp\n"
+"par_id3150084\n"
+"37\n"
+"help.text"
+msgid "On the <emph>Labels</emph> tab page, select the format of the label sheets you want to print on."
msgstr ""
-#: dragdrop_fromgallery.xhp#par_id3149762.45.help.text
-msgid "If you release the graphic <emph>directly on a draw object</emph>, please note the following:"
+#. ~kCP
+#: labels_database.xhp
+msgctxt ""
+"labels_database.xhp\n"
+"par_id0130200903370863\n"
+"help.text"
+msgid "Choose the database and table from which to get the data."
msgstr ""
-#: dragdrop_fromgallery.xhp#par_id3153825.43.help.text
-msgid "If you move the graphic (drag it without pressing any key, in which case no additional symbol appears next to the mouse pointer), only the attributes are copied from the graphic and applied to the draw object on which you release the mouse button."
+#. 1Lr2
+#: labels_database.xhp
+msgctxt ""
+"labels_database.xhp\n"
+"par_id013020090337089\n"
+"help.text"
+msgid "Select a database field of which you want to print the contents. Click the button that shows a left arrow to insert the database field into the Label Text box."
msgstr ""
-#: dragdrop_fromgallery.xhp#par_id3153665.42.help.text
-msgid "If you copy the graphic (drag it while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, in which case a plus sign appears next to the mouse pointer), the graphic will be inserted as an object."
+#. `1K(
+#: labels_database.xhp
+msgctxt ""
+"labels_database.xhp\n"
+"par_id0130200903370930\n"
+"help.text"
+msgid "Continue to select and insert database fields if you want more fields on every label. You can press Enter to insert a new line, and you can type any character to insert fixed text."
msgstr ""
-#: dragdrop_fromgallery.xhp#par_id3154514.44.help.text
-msgid "If you create a hyperlink (drag while holding down Shift and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, in which case a linking arrow appears next to the mouse pointer), the drawing object is replaced by the graphic from the Gallery, but the position and size of the replaced draw object are retained."
+#. {sUP
+#: labels_database.xhp
+msgctxt ""
+"labels_database.xhp\n"
+"par_id0130200903370924\n"
+"help.text"
+msgid "Optionally, if you want to type more text, apply formatting, or insert images and line art, you should enable <emph>Synchronize contents</emph> on the <emph>Options</emph> tab. If you enable this, once you leave the Labels dialog box a small window opens with a Synchronize button. Now you only need to work on the first label on the labels document, then click the Synchronize button to copy your work to every label of the document."
msgstr ""
-#: data_search2.xhp#tit.help.text
-msgid "Searching With a Form Filter"
+#. `jVs
+#: labels_database.xhp
+msgctxt ""
+"labels_database.xhp\n"
+"par_idN10687\n"
+"help.text"
+msgid "Click <emph>New Document</emph>."
msgstr ""
-#: data_search2.xhp#bm_id8772545.help.text
-msgid "<bookmark_value>form filters</bookmark_value><bookmark_value>databases;form filters</bookmark_value><bookmark_value>searching; form filters</bookmark_value><bookmark_value>removing;form filters</bookmark_value><bookmark_value>filtering; data in forms</bookmark_value><bookmark_value>data;filtering in forms</bookmark_value><bookmark_value>forms; filtering data</bookmark_value><bookmark_value>data, see also values</bookmark_value>"
+#. (rOq
+#: labels_database.xhp
+msgctxt ""
+"labels_database.xhp\n"
+"par_id3148685\n"
+"38\n"
+"help.text"
+msgid "When you see the label document, you might want to temporarily enable <item type=\"menuitem\">View - Field Names</item>. This displays the fields in a more visible manner, so that you can arrange and edit label contents more easily."
msgstr ""
-#: data_search2.xhp#hd_id3156042.5.help.text
-msgid "<variable id=\"data_search2\"><link href=\"text/shared/guide/data_search2.xhp\" name=\"Searching With a Form Filter\">Searching With a Form Filter</link></variable>"
+#. lJ$_
+#: labels_database.xhp
+msgctxt ""
+"labels_database.xhp\n"
+"par_id3148484\n"
+"25\n"
+"help.text"
+msgid "You can save and/or print the label document."
msgstr ""
-#: data_search2.xhp#par_id3149182.17.help.text
-msgid "Open a form document that contains database fields."
+#. 8Q+C
+#: labels_database.xhp
+msgctxt ""
+"labels_database.xhp\n"
+"par_id8476821\n"
+"help.text"
+msgid "When you choose to print the document, you will be asked if you want to print a form letter. Answer Yes to open the <link href=\"text/swriter/01/01150000.xhp\">Mail Merge</link> dialog. In the Mail Merge dialog, you can select the records for which you want to print labels."
msgstr ""
-#: data_search2.xhp#par_id3159157.18.help.text
-msgid "As an example, open an empty text document and press F4. Open the bibliography database table <emph>biblio</emph> in the data source view. While pressing Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, drag a few column headers into the document so that the form fields are created."
+#. dHic
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"tit\n"
+"help.text"
+msgid "Working with Groups"
msgstr ""
-#: data_search2.xhp#par_id3150984.19.help.text
-msgid "On the <emph>Form Controls</emph> toolbar, click the <emph>Design Mode On/Off</emph> icon <image id=\"img_id3147618\" src=\"cmd/sc_switchcontroldesignmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147618\">Icon</alt></image> to turn off the design mode."
+#. 06(0
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"bm_id6888027\n"
+"help.text"
+msgid "<bookmark_value>groups;entering/exiting/ungrouping</bookmark_value><bookmark_value>frames; selection frames</bookmark_value><bookmark_value>selecting;objects</bookmark_value><bookmark_value>exiting;groups</bookmark_value><bookmark_value>entering groups</bookmark_value><bookmark_value>ungrouping groups</bookmark_value><bookmark_value>selection frames</bookmark_value><bookmark_value>multiple selection</bookmark_value><bookmark_value>marking, see selecting</bookmark_value>"
msgstr ""
-#: data_search2.xhp#par_id3148672.6.help.text
-msgid "On the <emph>Form Navigation</emph> toolbar, click the <emph>Form-Based Filters</emph> icon <image id=\"img_id3149807\" src=\"cmd/sc_formfilter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149807\">Icon</alt></image>. The current document is displayed with its form controls as an empty edit mask. The <emph>Form Filter </emph>toolbar appears."
+#. .f;9
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"hd_id2454298\n"
+"help.text"
+msgid "<variable id=\"groups\"><link href=\"text/shared/guide/groups.xhp\">Working with Groups</link> </variable>"
msgstr ""
-#: data_search2.xhp#par_id3149666.7.help.text
-msgid "Enter the filter conditions into one or several fields. Note that if you enter filter conditions into several fields, all of the entered conditions must match (Boolean AND)."
+#. biVR
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id2307199\n"
+"help.text"
+msgid "You can combine several graphic objects into a group so that you can use them like a single object."
+msgstr ""
+
+#. 6_-o
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id9983825\n"
+"help.text"
+msgid "You can move, transform, resize, distort, or convert all objects in a group together, and you can enter the group any time to change the individual objects."
+msgstr ""
+
+#. \I,4
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id5734733\n"
+"help.text"
+msgid "You can change the properties (line size, fill color, and more) of all objects in a group together, and you can enter the group and change the individual objects."
+msgstr ""
+
+#. BuhE
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id561540\n"
+"help.text"
+msgid "Groups can also be nested to form groups within other groups."
+msgstr ""
+
+#. ~#_(
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"hd_id7705618\n"
+"help.text"
+msgid "To group objects"
msgstr ""
-#: data_search2.xhp#par_id3149481.8.help.text
-msgid "More information about wildcards and operators can be found in <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>. "
+#. X)Rw
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id607013\n"
+"help.text"
+msgid "Select the objects together that you want to group. Hold down Shift while you click the individual objects."
msgstr ""
-#: data_search2.xhp#par_id3152462.9.help.text
-msgid "<ahelp hid=\".uno:FormFilterExecute\">If you click the <emph>Apply Form-Based Filter</emph> icon on the <emph>Form Filter</emph> toolbar, the filter will be applied.</ahelp> You see the <emph>Form Navigation</emph> toolbar and can browse through the found records."
+#. )+Sx
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id1399578\n"
+"help.text"
+msgid "Right-click any of the selected objects to open the context menu."
msgstr ""
-#: data_search2.xhp#par_id3145273.10.help.text
-msgid "<ahelp hid=\".uno:FormFilterExit\">If you click on the <emph>Close</emph> button on the <emph>Form Filter</emph> toolbar, the form is displayed without a filter.</ahelp>"
+#. GS\:
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id598162\n"
+"help.text"
+msgid "In Impress or Draw, choose Group. In Calc or Writer, choose Group – Group."
msgstr ""
-#: data_search2.xhp#par_id3150114.11.help.text
-msgid "Click the <link href=\"text/shared/02/12120000.xhp\" name=\"Apply Filter\"><emph>Apply Filter</emph></link> icon <image id=\"img_id3144764\" src=\"cmd/sc_datafilterstandardfilter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144764\">Icon</alt></image> on the <emph>Form Navigation</emph> toolbar to change to the filtered view."
+#. TrYw
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id6738792\n"
+"help.text"
+msgid "To select the objects, you can also drag a selection frame around the objects."
msgstr ""
-#: data_search2.xhp#par_id3146898.12.help.text
-msgid "The filter that has been set can be removed by clicking <link href=\"text/shared/02/12040000.xhp\" name=\"Remove Filter/Sort\"><emph>Remove Filter/Sort</emph></link> icon <image id=\"img_id3151318\" src=\"cmd/sc_removefiltersort.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151318\">Icon</alt></image>."
+#. $[[!
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id7309793\n"
+"help.text"
+msgid "For example, you can group all of the objects in a company logo to move and resize the logo as a single object."
msgstr ""
-#: digitalsign_send.xhp#tit.help.text
-msgid "Applying Digital Signatures"
+#. hWpU
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id1227759\n"
+"help.text"
+msgid "After you have grouped objects, selecting any part of the group selects the entire group."
msgstr ""
-#: digitalsign_send.xhp#bm_id7430951.help.text
-msgid "<bookmark_value>signing documents with digital signatures</bookmark_value> <bookmark_value>digital signatures;getting/managing/applying</bookmark_value>"
+#. uBW_
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"hd_id7424237\n"
+"help.text"
+msgid "To enter a group"
msgstr ""
-#: digitalsign_send.xhp#hd_id344248.help.text
-msgid "<variable id=\"digitalsign_send\"><link href=\"text/shared/guide/digitalsign_send.xhp\">Applying Digital Signatures</link></variable>"
+#. %yR]
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id1388592\n"
+"help.text"
+msgid "Right-click any object of the group."
msgstr ""
-#: digitalsign_send.xhp#par_idN1063C.help.text
-msgid "Getting a Certificate"
+#. di.|
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id343943\n"
+"help.text"
+msgid "In Impress or Draw, choose Enter Group. In Calc or Writer, choose Group - Edit Group."
msgstr ""
-#: digitalsign_send.xhp#par_idN10640.help.text
-msgid "You can get a certificate from a certification authority. No matter if you choose a governmental institution or a private company it is common to be charged for this service, for example when they certify your identity. Few other authorities issue certificates free of costs, like the Open Source Project <link href=\"https://www.CAcert.org/\">CAcert</link> which is based on the well-known and reliable Web of Trust model and is of growing popularity."
+#. Lsoh
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id8726767\n"
+"help.text"
+msgid "Now you can select and edit a single object in the group."
msgstr ""
-#: digitalsign_send.xhp#par_idN106F6.help.text
-msgid "Managing your Certificates"
+#. GiRE
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id691549\n"
+"help.text"
+msgid "You can add or delete objects to and from a group in this mode."
msgstr ""
-#: digitalsign_send.xhp#par_idN1070A.help.text
-msgid "If you are using Microsoft Windows, you can manage your certificates from the Control Panel applet \"Internet Options\" on the \"Contents\" tab page."
+#. ccjc
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id9909665\n"
+"help.text"
+msgid "The objects that are not part of the group are shown with dimmed colors."
msgstr ""
-#: digitalsign_send.xhp#par_id8311410.help.text
-msgid "Import your new root certificate into the Trusted Root Certification Authorities list."
+#. QwA`
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"hd_id9141819\n"
+"help.text"
+msgid "To exit a group"
msgstr ""
-#: digitalsign_send.xhp#par_idN1071D.help.text
-msgid "If you are using Solaris or Linux, you must install a recent version of Thunderbird, Mozilla Suite, or Firefox software to install some system files that are needed for encryption."
+#. ,?@2
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id6354869\n"
+"help.text"
+msgid "Right-click any object of the group."
msgstr ""
-#: digitalsign_send.xhp#par_idN10720.help.text
-msgid "If you have created different profiles in Thunderbird, Mozilla, or Firefox, and you want %PRODUCTNAME to use one specified profile for certificates, then you can set the environment variable MOZILLA_CERTIFICATE_FOLDER to point to the folder of that specified profile."
+#. ;^C\
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id2685323\n"
+"help.text"
+msgid "In Impress or Draw, choose Exit Group. In Calc or Writer, choose Group - Exit Group."
msgstr ""
-#: digitalsign_send.xhp#par_id944242.help.text
-msgid "Open your Web browser's preferences dialog, select the Privacy & Security tab page, click on Certificates - Manage Certificates. "
+#. ?CwW
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id6042664\n"
+"help.text"
+msgid "To exit a group in Draw or Impress, you can also double-click anywhere outside the group."
msgstr ""
-#: digitalsign_send.xhp#par_id6452223.help.text
-msgid "Import your new root certificate, then select and edit the certificate. Enable the root certificate to be trusted at least for web and email access. This ensures that the certificate can sign your documents. You may edit any intermediate certificate in the same way, but it is not mandatory for signing documents."
+#. r2TN
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"hd_id7889950\n"
+"help.text"
+msgid "To ungroup a group"
msgstr ""
-#: digitalsign_send.xhp#par_id6486098.help.text
-msgid "When you have edited the new certificates, restart %PRODUCTNAME."
+#. %SVL
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id3236182\n"
+"help.text"
+msgid "Right-click any object of the group."
msgstr ""
-#: digitalsign_send.xhp#par_idN10681.help.text
-msgid "Signing a document"
+#. rj`0
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id1251258\n"
+"help.text"
+msgid "In Impress or Draw, choose Ungroup. In Calc or Writer, choose Group - Ungroup."
msgstr ""
-#: digitalsign_send.xhp#par_idN10688.help.text
-msgid "Choose <emph>File - Digital Signatures</emph>."
+#. (r?P
+#: groups.xhp
+msgctxt ""
+"groups.xhp\n"
+"par_id8111819\n"
+"help.text"
+msgid "Now you can select and edit all objects as individual objects."
msgstr ""
-#: digitalsign_send.xhp#par_idN10690.help.text
-msgid "A message box advises you to save the document. Click <emph>Yes</emph> to save the file."
+#. 5sAr
+#: integratinguno.xhp
+msgctxt ""
+"integratinguno.xhp\n"
+"tit\n"
+"help.text"
+msgid "Integrating new UNO components"
msgstr ""
-#: digitalsign_send.xhp#par_idN10698.help.text
-msgid "After saving, you see the <link href=\"text/shared/01/digitalsignatures.xhp\">Digital Signatures</link> dialog. Click <emph>Add</emph> to add a public key to the document."
+#. JDHp
+#: integratinguno.xhp
+msgctxt ""
+"integratinguno.xhp\n"
+"bm_id3149760\n"
+"help.text"
+msgid "<bookmark_value>add-ons, see UNO components</bookmark_value><bookmark_value>UNO components;integrating new</bookmark_value><bookmark_value>installing;UNO components</bookmark_value>"
msgstr ""
-#: digitalsign_send.xhp#par_idN106AE.help.text
-msgid "In the <link href=\"text/shared/01/selectcertificate.xhp\">Select Certificate</link> dialog, select your certificate and click OK. "
+#. -,JQ
+#: integratinguno.xhp
+msgctxt ""
+"integratinguno.xhp\n"
+"hd_id3149760\n"
+"7\n"
+"help.text"
+msgid "<variable id=\"integratinguno\"><link href=\"text/shared/guide/integratinguno.xhp\" name=\"Integrating new UNO components\">Integrating new UNO components</link></variable>"
msgstr ""
-#: digitalsign_send.xhp#par_idN106C0.help.text
-msgid "You see again the Digital Signatures dialog, where you can add more certificates if you want. Click OK to add the public key to the saved file."
+#. 1a/F
+#: integratinguno.xhp
+msgctxt ""
+"integratinguno.xhp\n"
+"par_id3147571\n"
+"1\n"
+"help.text"
+msgid "Programmers can write and integrate their own UNO (Universal Network Objects) components to $[officename]. Those new components can be added to the $[officename] menus and toolbars; we call them \"Add-Ons\"."
msgstr ""
-#: digitalsign_send.xhp#par_idN106C3.help.text
-msgid "A signed document shows an icon <image id=\"img_id262764\" src=\"xmlsecurity/res/certificate_16.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id262764\">Icon</alt></image> in the status bar. You can double-click the icon in the status bar to view the certificate."
+#. 5t`H
+#: integratinguno.xhp
+msgctxt ""
+"integratinguno.xhp\n"
+"par_id3154751\n"
+"2\n"
+"help.text"
+msgid "The integration of new components is supported by some tools and services. Details can be found in the $[officename] Developer's Guide. The three main steps are as follows:"
msgstr ""
-#: digitalsign_send.xhp#par_id2008200911381426.help.text
-msgctxt "digitalsign_send.xhp#par_id2008200911381426.help.text"
-msgid "The result of the signature validation is displayed in the status bar and within the Digital Signature dialog. Several documents and macro signatures can exist inside an ODF document. If there is a problem with one signature, then the validation result of that one signature is assumed for all signatures. That is, if there are ten valid signatures and one invalid signature, then the status bar and the status field in the dialog will flag the signature as invalid."
+#. eqJ[
+#: integratinguno.xhp
+msgctxt ""
+"integratinguno.xhp\n"
+"par_id3153748\n"
+"3\n"
+"help.text"
+msgid "Register the new components within $[officename]. This can be accomplished using the tool <item type=\"literal\">unopkg</item>, which can be found in {installpath}<switchinline select=\"sys\"><caseinline select=\"UNIX\">/ </caseinline><defaultinline>\\</defaultinline></switchinline>program."
msgstr ""
-#: digitalsign_send.xhp#par_idN106E0.help.text
-msgid "Signing the macros inside a document"
+#. nfWM
+#: integratinguno.xhp
+msgctxt ""
+"integratinguno.xhp\n"
+"par_id3153345\n"
+"4\n"
+"help.text"
+msgid "Integrate the new components as services. The ProtocolHandler and JobDispatch services assist you; more information can be found in the $[officename] Developer's Guide."
msgstr ""
-#: digitalsign_send.xhp#par_idN106E4.help.text
-msgid "Normally, macros are part of a document. If you sign a document, the macros inside the document are signed automatically. If you want to sign only the macros, but not the document, proceed as follows:"
+#. ]pkH
+#: integratinguno.xhp
+msgctxt ""
+"integratinguno.xhp\n"
+"par_id3166460\n"
+"5\n"
+"help.text"
+msgid "Change the user interface (menus or toolbars). This can be done almost automatically by writing an XML text file that describes the changes. More information can be found in the $[officename] Developer's Guide."
msgstr ""
-#: digitalsign_send.xhp#par_idN106EA.help.text
-msgid "Choose <emph>Tools - Macros - Digital Signature</emph>."
+#. g3:#
+#: integratinguno.xhp
+msgctxt ""
+"integratinguno.xhp\n"
+"par_id3151110\n"
+"6\n"
+"help.text"
+msgid "The Add-Ons can extend the functionality of $[officename]. They are not related to the <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/04060112.xhp\" name=\"Add-Ins\">Add-Ins</link></caseinline><defaultinline>Add-Ins</defaultinline></switchinline> that provide new functions for $[officename] Calc."
msgstr ""
-#: digitalsign_send.xhp#par_idN106F2.help.text
-msgid "Apply the signature as described above for documents."
+#. 1K+:
+#: redlining.xhp
+msgctxt ""
+"redlining.xhp\n"
+"tit\n"
+"help.text"
+msgid "Recording and Displaying Changes"
msgstr ""
-#: digitalsign_send.xhp#par_idN106F5.help.text
-msgid "When you open the Basic IDE that contains signed macros, you see an icon <image id=\"img_id9252296\" src=\"xmlsecurity/res/certificate_16.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id9252296\">Icon</alt></image> in the status bar. You can double-click the icon in the status bar to view the certificate."
+#. ;lW8
+#: redlining.xhp
+msgctxt ""
+"redlining.xhp\n"
+"bm_id3150499\n"
+"help.text"
+msgid "<bookmark_value>marking changes</bookmark_value> <bookmark_value>highlighting changes</bookmark_value> <bookmark_value>changes; review function</bookmark_value> <bookmark_value>review function; recording changes example</bookmark_value> <bookmark_value>Track Changes, see review function</bookmark_value>"
msgstr ""
-#: digitalsign_send.xhp#par_id5734733.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to open the View Certificate dialog.</ahelp>"
+#. C^h=
+#: redlining.xhp
+msgctxt ""
+"redlining.xhp\n"
+"hd_id3150499\n"
+"7\n"
+"help.text"
+msgid "<variable id=\"redlining\"><link href=\"text/shared/guide/redlining.xhp\" name=\"Recording and Displaying Changes\">Recording and Displaying Changes</link></variable>"
msgstr ""
-#: digitalsign_send.xhp#par_id561540.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Choose this setting to accept the certificate until you exit %PRODUCTNAME.</ahelp>"
+#. /%\;
+#: redlining.xhp
+msgctxt ""
+"redlining.xhp\n"
+"par_id4013794\n"
+"help.text"
+msgid "The review function is available in %PRODUCTNAME for text documents and spreadsheet documents."
msgstr ""
-#: digitalsign_send.xhp#par_id7705618.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Choose this setting to cancel the connection.</ahelp>"
+#. u3[s
+#: redlining.xhp
+msgctxt ""
+"redlining.xhp\n"
+"par_id3153681\n"
+"2\n"
+"help.text"
+msgid "When several authors are working on the same text or spreadsheet, the review function records and displays who made the various changes. On the final edit of the document, it is then possible to look at each individual change and decide whether it should be accepted or rejected."
msgstr ""
-#: digitalsign_send.xhp#par_id3204443.help.text
-msgctxt "digitalsign_send.xhp#par_id3204443.help.text"
-msgid "<link href=\"http://wiki.documentfoundation.org/How_to_use_digital_Signatures\">English Wiki page on digital signatures</link>"
+#. #^4w
+#: redlining.xhp
+msgctxt ""
+"redlining.xhp\n"
+"par_id3147008\n"
+"3\n"
+"help.text"
+msgid "For example: You are an editor and are delivering your latest report. But before publication the report must be read by the senior editor and the proofreader, and both will add their changes. The senior editor writes \"clarify\" after one paragraph and crosses out another entirely. The proofreader corrects the spelling of your document."
msgstr ""
-#: digitalsign_send.xhp#par_id5166173.help.text
-msgctxt "digitalsign_send.xhp#par_id5166173.help.text"
-msgid "<link href=\"text/shared/guide/digital_signatures.xhp\">About digital signatures</link>"
+#. ]p_;
+#: redlining.xhp
+msgctxt ""
+"redlining.xhp\n"
+"par_id3150774\n"
+"4\n"
+"help.text"
+msgid "The edited document comes back to you, and you can incorporate or ignore the suggestions of the two reviewers."
msgstr ""
-#: autocorr_url.xhp#tit.help.text
-msgid "Turning off Automatic URL Recognition"
+#. zw_E
+#: redlining.xhp
+msgctxt ""
+"redlining.xhp\n"
+"par_id3146957\n"
+"5\n"
+"help.text"
+msgid "Let's say you also e-mailed a copy of the report to a good friend and colleague who has done research on a similar topic in the past. You asked for a few suggestions, and the document is now returned by e-mail with your colleague's suggestions."
msgstr ""
-#: autocorr_url.xhp#bm_id3149346.help.text
-msgid "<bookmark_value>AutoCorrect function; URL recognition</bookmark_value> <bookmark_value>recognizing URLs automatically</bookmark_value> <bookmark_value>automatic hyperlink formatting</bookmark_value> <bookmark_value>URL;turning off URL recognition</bookmark_value> <bookmark_value>hyperlinks;turning off automatic recognition</bookmark_value> <bookmark_value>links;turning off automatic recognition</bookmark_value> <bookmark_value>predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion</bookmark_value>"
+#. t@mn
+#: redlining.xhp
+msgctxt ""
+"redlining.xhp\n"
+"par_id3147088\n"
+"6\n"
+"help.text"
+msgid "As all your colleagues and the managers in your company work with $[officename], you can produce a final version of the document from the results you get back."
msgstr ""
-#: autocorr_url.xhp#hd_id3149346.6.help.text
-msgid "<variable id=\"autocorr_url\"><link href=\"text/shared/guide/autocorr_url.xhp\" name=\"Turning off Automatic URL Recognition\">Turning off Automatic URL Recognition</link></variable>"
+#. 4+\K
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comparing Microsoft Office and $[officename] Terms"
msgstr ""
-#: autocorr_url.xhp#par_id3166410.7.help.text
-msgid "When you enter text, $[officename] automatically recognizes a word that may be a <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link> and replaces the word with a hyperlink. $[officename] formats the hyperlink with direct font attributes (color and underline) the properties of which are obtained from certain Character Styles."
+#. NjG`
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"bm_id3156136\n"
+"help.text"
+msgid "<bookmark_value>Microsoft Office;feature comparisons</bookmark_value>"
msgstr ""
-#: autocorr_url.xhp#par_id3153561.2.help.text
-msgid "If you do not want $[officename] to automatically recognize URLs as you are typing, there are several ways of turning off this feature."
+#. G}g1
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"hd_id3156136\n"
+"50\n"
+"help.text"
+msgid "<variable id=\"microsoft_terms\"><link href=\"text/shared/guide/microsoft_terms.xhp\" name=\"Comparing Microsoft Office and $[officename] Terms\">Comparing Microsoft Office and $[officename] Terms</link></variable>"
msgstr ""
-#: autocorr_url.xhp#hd_id3154306.8.help.text
-msgid "Undo URL Recognition"
+#. |SD?
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3149177\n"
+"1\n"
+"help.text"
+msgid "The following table lists Microsoft Office features and their $[officename] equivalents."
msgstr ""
-#: autocorr_url.xhp#par_id3149233.3.help.text
-msgid "When you are typing and notice that a text has just been automatically converted into a hyperlink, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Z to undo this formatting."
+#. .*]9
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3153748\n"
+"2\n"
+"help.text"
+msgid "Microsoft Office XP"
msgstr ""
-#: autocorr_url.xhp#par_id3149235.4.help.text
-#, fuzzy
-msgid "If you do not notice this conversion until later, select the hyperlink, open the context menu and choose <emph>Remove Hyperlink</emph>."
-msgstr "მონიშნეთ ხაზი, რომელიც მიღებულია ორი ან მეტი ხაზის შეერთებით, გახსენი კონტექსტური მენიუ და ამოირჩიეთ <emph>წყვეტა</emph>."
+#. I5p~
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3156346\n"
+"3\n"
+"help.text"
+msgid "$[officename]"
+msgstr "$[officename]"
-#: autocorr_url.xhp#hd_id3152350.9.help.text
-msgid "Turn off URL Recognition"
+#. |b37
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3153252\n"
+"4\n"
+"help.text"
+msgid "AutoShapes"
msgstr ""
-#: autocorr_url.xhp#par_id3149514.10.help.text
-msgid "Load a document of the type for which you want to modify the URL recognition."
+#. G6(k
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3154897\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/gallery_insert.xhp\" name=\"Gallery Objects\">Gallery Objects</link><br/>Shapes are on the <emph>Drawing</emph> toolbar (menu <item type=\"menuitem\">View - Toolbars - Drawing</item>)"
msgstr ""
-#: autocorr_url.xhp#par_id3151246.11.help.text
-msgid "If you want to modify the URL recognition for text documents, open a text document."
+#. sT\p
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3157910\n"
+"6\n"
+"help.text"
+msgid "Change Case"
msgstr ""
-#: autocorr_url.xhp#par_id3159413.12.help.text
-msgid "Choose <emph>Tools - AutoCorrect Options</emph>."
+#. it/o
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3153825\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05050000.xhp\" name=\"Change Case\">Case/Characters</link>"
msgstr ""
-#: autocorr_url.xhp#par_id3148550.13.help.text
-msgid "In the <emph>AutoCorrect</emph> dialog, select the <emph>Options</emph> tab."
+#. FXO~
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id1029200801240915\n"
+"help.text"
+msgid "Click and Type"
msgstr ""
-#: autocorr_url.xhp#par_id3153360.14.help.text
-msgid "If you unmark <emph>URL Recognition</emph>, words will no longer be automatically replaced with hyperlinks."
+#. nq[.
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id1029200801240965\n"
+"help.text"
+msgid "<link href=\"text/swriter/guide/text_direct_cursor.xhp\">Direct Cursor</link>"
msgstr ""
-#: autocorr_url.xhp#par_id3156423.15.help.text
-msgid "In $[officename] Writer there are two check boxes in front of <emph>URL Recognition</emph>. The box in the first column is for later post-editing and the box in the second column is for AutoCorrect as you type."
+#. =3/A
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3148946\n"
+"10\n"
+"help.text"
+msgid "Compare and Merge Documents"
msgstr ""
-#: aaa_start.xhp#tit.help.text
-msgid "First Steps"
+#. m^WT
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3153524\n"
+"11\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/redlining_doccompare.xhp\" name=\"Compare\">Compare</link>"
msgstr ""
-#: aaa_start.xhp#bm_id3156324.help.text
-msgid "<bookmark_value>samples and templates</bookmark_value><bookmark_value>templates; new documents from templates</bookmark_value><bookmark_value>business cards; using templates</bookmark_value>"
+#. L?H`
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3151041\n"
+"12\n"
+"help.text"
+msgid "Document Map"
msgstr ""
-#: aaa_start.xhp#hd_id3156324.1.help.text
-msgid "<variable id=\"aaa_start\"><link href=\"text/shared/guide/aaa_start.xhp\" name=\"First Steps\">First Steps</link></variable>"
+#. 662;
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3156280\n"
+"13\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/navigator_setcursor.xhp\" name=\"Navigator\">Navigator</link>"
msgstr ""
-#: aaa_start.xhp#hd_id3156211.2.help.text
-msgid "How to simplify your work using samples and templates"
+#. of#_
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3153768\n"
+"14\n"
+"help.text"
+msgid "Formula Auditing"
msgstr ""
-#: aaa_start.xhp#par_id3144436.3.help.text
-msgid "<item type=\"productname\">%PRODUCTNAME</item> includes many sample documents and ready-to-use templates. You can access these by choosing <emph>File - New - </emph><link href=\"text/shared/01/01010100.xhp\" name=\"Templates and Documents\"><emph>Templates and Documents</emph></link>, or press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+N."
-msgstr ""
+#. _Y3{
+#: microsoft_terms.xhp
+#, fuzzy
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3154013\n"
+"15\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06030000.xhp\" name=\"Detective\">Detective</link>"
+msgstr "<link href=\"text/scalc/01/04050000.xhp\" name=\"ფურცელი\">ფურცელი</link>"
-#: aaa_start.xhp#par_id3147291.4.help.text
-msgid "When you open one of the templates, a new document is created based on this template."
+#. TY,E
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3153573\n"
+"16\n"
+"help.text"
+msgid "Lines and Page Breaks"
msgstr ""
-#: aaa_start.xhp#par_id0820200803563860.help.text
-msgid "Click the <emph>Get more templates online</emph> link in the dialog to select and download more templates."
-msgstr ""
+#. fdhY
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3151116\n"
+"17\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05030200.xhp\" name=\"Text Flow\">Text Flow</link>"
+msgstr "<link href=\"text/swriter/01/05030200.xhp\" name=\"Text Flow\">ტექსტის დინება</link>"
-#: aaa_start.xhp#par_id0820200803563974.help.text
-msgid "You can also use the various wizards (under the <emph>File - Wizards</emph> menu) to create your own templates, which you can use as a basis for further documents."
+#. YVCi
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id6054567\n"
+"help.text"
+msgid "Page setup"
msgstr ""
-#: aaa_start.xhp#par_id3149177.6.help.text
-msgid "<link href=\"text/shared/guide/main.xhp\" name=\"Working with %PRODUCTNAME\">Working with <item type=\"productname\">%PRODUCTNAME</item></link>"
+#. 1*X6
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id8584551\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05040000.xhp\">Format - Page</link>"
msgstr ""
-#: aaa_start.xhp#par_id3149095.7.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/guide/main.xhp\" name=\"Working with Text Documents\">Working with Text Documents</link></caseinline></switchinline>"
+#. N?vC
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id0522200809491254\n"
+"help.text"
+msgid "For spreadsheets see also <link href=\"text/scalc/01/03100000.xhp\">View - Page Break Preview</link>"
msgstr ""
-#: aaa_start.xhp#par_id3152997.8.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/guide/main.xhp\" name=\"Working with Spreadsheets\">Working with Spreadsheets</link></caseinline></switchinline>"
+#. .C%m
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3159153\n"
+"18\n"
+"help.text"
+msgid "Mail Merge"
msgstr ""
-#: aaa_start.xhp#par_id3147243.9.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/guide/main.xhp\" name=\"Working with Presentations\">Working with Presentations</link></caseinline></switchinline>"
+#. W!a5
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3145748\n"
+"19\n"
+"help.text"
+msgid "<link href=\"text/swriter/guide/form_letters_main.xhp\" name=\"Form Letter\">Form Letter</link>"
msgstr ""
-#: aaa_start.xhp#par_id3154047.10.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"><link href=\"text/sdraw/guide/main.xhp\" name=\"Working with Drawings\">Working with Drawings</link></caseinline></switchinline>"
+#. i1~R
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3152940\n"
+"20\n"
+"help.text"
+msgid "Markup"
msgstr ""
-#: aaa_start.xhp#par_id3153824.11.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"MATH\"><link href=\"text/smath/guide/main.xhp\" name=\"Working with Formulas\">Working with Formulas</link></caseinline></switchinline>"
+#. %\lM
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3147048\n"
+"21\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02230200.xhp\" name=\"Changes - Show\">Changes - Show</link>"
msgstr ""
-#: protection.xhp#tit.help.text
-msgid "Protecting Content in %PRODUCTNAME"
+#. aAT\
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3153950\n"
+"26\n"
+"help.text"
+msgid "Refresh Data (in Excel)"
msgstr ""
-#: protection.xhp#bm_id3150620.help.text
-msgid "<bookmark_value>protecting; contents</bookmark_value> <bookmark_value>protected contents</bookmark_value> <bookmark_value>contents protection</bookmark_value> <bookmark_value>encryption of contents</bookmark_value> <bookmark_value>passwords for protecting contents</bookmark_value> <bookmark_value>security;protecting contents</bookmark_value> <bookmark_value>form controls; protecting</bookmark_value> <bookmark_value>draw objects;protecting</bookmark_value> <bookmark_value>OLE objects;protecting</bookmark_value> <bookmark_value>graphics;protecting</bookmark_value> <bookmark_value>frames;protecting</bookmark_value>"
+#. f4D\
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id4526200\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12100000.xhp\">Refresh Range</link>"
msgstr ""
-#: protection.xhp#hd_id3155364.2.help.text
-msgid "<variable id=\"protection\"><link href=\"text/shared/guide/protection.xhp\" name=\"Protecting Content in %PRODUCTNAME\">Protecting Content in <item type=\"productname\">%PRODUCTNAME</item></link></variable>"
+#. G:]V
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3145643\n"
+"28\n"
+"help.text"
+msgid "Replace text as you type"
msgstr ""
-#: protection.xhp#par_id3153394.3.help.text
-msgid "The following is an overview of the different ways of protecting contents in <item type=\"productname\">%PRODUCTNAME</item> from being modified, deleted or viewed."
-msgstr ""
+#. P-{x
+#: microsoft_terms.xhp
+#, fuzzy
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3152962\n"
+"29\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010400.xhp\" name=\"AutoCorrect\">AutoCorrect</link>"
+msgstr "<link href=\"text/shared/optionen/01010300.xhp\" name=\"Paths\">გეზები</link>"
-#: protection.xhp#hd_id3146957.4.help.text
-msgid "Protecting All Documents When Saving"
+#. ctU$
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3154755\n"
+"30\n"
+"help.text"
+msgid "Show/Hide"
msgstr ""
-#: protection.xhp#par_id3150775.5.help.text
-msgid "All documents that are saved in <link href=\"text/shared/00/00000021.xhp\" name=\"OpenDocument format\">OpenDocument format</link> can be saved with a password. Documents that are saved with a password cannot be opened without the password. The content is secured so that it cannot be read with an external editor. This applies to content, graphics and OLE objects."
+#. 1vV@
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3150045\n"
+"31\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/03100000.xhp\" name=\"Nonprinting Characters\">Nonprinting Characters</link>, <link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Hidden Paragraphs</link>"
msgstr ""
-#: protection.xhp#par_id3166410.6.help.text
-msgctxt "protection.xhp#par_id3166410.6.help.text"
-msgid "Turning on protection"
+#. OHH0
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3156373\n"
+"34\n"
+"help.text"
+msgid "Spelling and Grammar"
msgstr ""
-#: protection.xhp#par_id3145121.7.help.text
-msgid "Choose <emph>File - Save As</emph> and mark the <emph>Save with password</emph> check box. Save the document."
-msgstr ""
+#. NaOr
+#: microsoft_terms.xhp
+#, fuzzy
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3150297\n"
+"35\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06010000.xhp\" name=\"Spellcheck\">Spellcheck</link>"
+msgstr "<link href=\"text/scalc/01/04050000.xhp\" name=\"ფურცელი\">ფურცელი</link>"
-#: protection.xhp#par_id3154286.8.help.text
-msgctxt "protection.xhp#par_id3154286.8.help.text"
-msgid "Turning off protection"
+#. N^fh
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3154205\n"
+"38\n"
+"help.text"
+msgid "Track changes"
msgstr ""
-#: protection.xhp#par_id3148492.9.help.text
-msgid "Open the document, entering the correct password. Choose <emph>File - Save As</emph> and clear the <emph>Save with password</emph> check box."
+#. gAzk
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3146810\n"
+"39\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02230000.xhp\" name=\"Changes - Record\">Changes - Record</link>"
msgstr ""
-#: protection.xhp#par_id3145068.64.help.text
-msgid "Information entered in <emph>File - Properties</emph> is not encrypted. This includes the name of the author, creation date, word and character counts."
+#. .$1l
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3151214\n"
+"40\n"
+"help.text"
+msgid "Validation"
msgstr ""
-#: protection.xhp#hd_id3149294.10.help.text
-msgid "Protecting Revision Marking"
-msgstr ""
+#. @S-e
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3156138\n"
+"41\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12120000.xhp\" name=\"Validity\">Validity</link>"
+msgstr "<link href=\"text/scalc/01/12120000.xhp\" name=\"შემოწმება\">შემოწმება</link>"
-#: protection.xhp#par_id3161646.11.help.text
-msgid "With every change made in <item type=\"productname\">%PRODUCTNAME</item> Calc and <item type=\"productname\">%PRODUCTNAME</item> Writer, the review function records who made the change. This function can be turned on with protection, so that it can only be turned off when the correct password is entered. Until then, all changes will continue to be recorded. Acceptance or rejection of changes is not possible."
+#. xj`2
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3166431\n"
+"46\n"
+"help.text"
+msgid "Workbook"
msgstr ""
-#: protection.xhp#par_id3154684.12.help.text
-msgctxt "protection.xhp#par_id3154684.12.help.text"
-msgid "Turning on protection"
+#. s|2c
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3155379\n"
+"47\n"
+"help.text"
+msgid "<link href=\"text/scalc/main0503.xhp\" name=\"Spreadsheet\">Spreadsheet</link>"
msgstr ""
-#: protection.xhp#par_id3153104.13.help.text
-msgid "Choose <emph>Edit - Changes - Protect Records</emph>. Enter and confirm a password of at least 5 characters."
+#. =6hN
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3153228\n"
+"48\n"
+"help.text"
+msgid "Worksheet"
msgstr ""
-#: protection.xhp#par_id3144760.14.help.text
-msgctxt "protection.xhp#par_id3144760.14.help.text"
-msgid "Turning off protection"
-msgstr ""
+#. dqEH
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id3148593\n"
+"49\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04050000.xhp\" name=\"Sheet\">Sheet</link>"
+msgstr "<link href=\"text/scalc/01/04050000.xhp\" name=\"ფურცელი\">ფურცელი</link>"
-#: protection.xhp#par_id3152920.15.help.text
-msgid "Choose <emph>Edit - Changes - Protect Records</emph>. Enter the correct password."
+#. +Udh
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id0522200809491330\n"
+"help.text"
+msgid "Shared Workbooks"
msgstr ""
-#: protection.xhp#hd_id3155113.52.help.text
-msgid "Protecting Frames, Graphics, and OLE Objects"
+#. -|Hi
+#: microsoft_terms.xhp
+msgctxt ""
+"microsoft_terms.xhp\n"
+"par_id0522200809491320\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/collab.xhp\">Collaboration</link>"
msgstr ""
-#: protection.xhp#par_id3153703.53.help.text
-msgid "You can protect the content, position and size of inserted graphics. The same applies to frames (in Writer) and OLE objects."
+#. DKdl
+#: redlining_protect.xhp
+msgctxt ""
+"redlining_protect.xhp\n"
+"tit\n"
+"help.text"
+msgid "Protecting Records"
msgstr ""
-#: protection.xhp#par_id3147131.54.help.text
-msgctxt "protection.xhp#par_id3147131.54.help.text"
-msgid "Turning on protection"
+#. psV\
+#: redlining_protect.xhp
+msgctxt ""
+"redlining_protect.xhp\n"
+"bm_id3159201\n"
+"help.text"
+msgid "<bookmark_value>changes; protecting</bookmark_value><bookmark_value>protecting; recorded changes</bookmark_value><bookmark_value>records; protecting</bookmark_value><bookmark_value>review function;protecting records</bookmark_value>"
msgstr ""
-#: protection.xhp#par_id3150088.55.help.text
-msgid "For example, for graphics inserted in Writer: Choose <emph>Format - Picture - Options</emph> tab. Under <emph>Protect</emph>, mark <emph>Contents</emph>, <emph>Position</emph> and/or <emph>Size</emph>."
+#. [[(.
+#: redlining_protect.xhp
+msgctxt ""
+"redlining_protect.xhp\n"
+"hd_id3159201\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Records\">Protecting Records</link> </variable>"
msgstr ""
-#: protection.xhp#par_id3147510.56.help.text
-msgctxt "protection.xhp#par_id3147510.56.help.text"
-msgid "Turning off protection"
+#. $N%0
+#: redlining_protect.xhp
+msgctxt ""
+"redlining_protect.xhp\n"
+"par_id1631824\n"
+"help.text"
+msgid "The review function is available in %PRODUCTNAME for text documents and spreadsheet documents."
msgstr ""
-#: protection.xhp#par_id3153657.57.help.text
-msgid "For example, for graphics inserted in Writer: Choose <emph>Format - Picture - Options</emph> tab. Under <emph>Protect</emph>, unmark as appropriate."
+#. ]*;E
+#: redlining_protect.xhp
+msgctxt ""
+"redlining_protect.xhp\n"
+"par_id3154751\n"
+"2\n"
+"help.text"
+msgid "To protect the changes made in a document during editing, choose <emph>Edit - Changes - Protect Records</emph>. To turn off the function or to accept or reject changes it is necessary to enter the correct password first."
msgstr ""
-#: protection.xhp#hd_id3152992.58.help.text
-msgid "Protecting Drawing Objects and Form Objects"
+#. ~KXD
+#: redlining_protect.xhp
+msgctxt ""
+"redlining_protect.xhp\n"
+"par_id3147088\n"
+"3\n"
+"help.text"
+msgid "Choose <emph>Protect Records</emph>. This opens the <link href=\"text/shared/01/password_dlg.xhp\" name=\"Password\"><emph>Password</emph></link> dialog."
msgstr ""
-#: protection.xhp#par_id3166429.59.help.text
-msgid "The draw objects that you insert into your documents with the <emph>Drawing </emph>toolbar can be protected from being accidentally moved or changed in size. You can do the same with form objects inserted with the <emph>Form Controls</emph> toolbar."
+#. 8I4e
+#: redlining_protect.xhp
+msgctxt ""
+"redlining_protect.xhp\n"
+"par_id3153345\n"
+"4\n"
+"help.text"
+msgid "Enter a password consisting of at least 5 characters and confirm it. Click <emph>OK</emph>."
msgstr ""
-#: protection.xhp#par_id3153226.60.help.text
-msgctxt "protection.xhp#par_id3153226.60.help.text"
-msgid "Turning on protection"
+#. %sdg
+#: edit_symbolbar.xhp
+msgctxt ""
+"edit_symbolbar.xhp\n"
+"tit\n"
+"help.text"
+msgid "Adding Buttons to Toolbars"
msgstr ""
-#: protection.xhp#par_id3148815.61.help.text
-msgid "Choose <emph>Format - Object - Position and Size </emph>- <emph>Position and Size</emph> tab. Mark the <emph>Position</emph> or <emph>Size</emph> check box."
+#. =;%o
+#: edit_symbolbar.xhp
+msgctxt ""
+"edit_symbolbar.xhp\n"
+"bm_id3159201\n"
+"help.text"
+msgid "<bookmark_value>customizing; toolbars</bookmark_value><bookmark_value>buttons;toolbars</bookmark_value><bookmark_value>toolbars;adding buttons</bookmark_value><bookmark_value>configuring; toolbars</bookmark_value><bookmark_value>editing; toolbars</bookmark_value><bookmark_value>inserting;buttons in toolbars</bookmark_value>"
msgstr ""
-#: protection.xhp#par_id3156289.62.help.text
-msgctxt "protection.xhp#par_id3156289.62.help.text"
-msgid "Turning off protection"
+#. ~}?l
+#: edit_symbolbar.xhp
+msgctxt ""
+"edit_symbolbar.xhp\n"
+"hd_id3159201\n"
+"79\n"
+"help.text"
+msgid "<variable id=\"edit_symbolbar\"><link href=\"text/shared/guide/edit_symbolbar.xhp\" name=\"Adding Buttons to Toolbars\">Adding Buttons to Toolbars</link></variable>"
msgstr ""
-#: protection.xhp#par_id3154991.63.help.text
-msgid "Choose <emph>Format - Object - Position and Size </emph>- <emph>Position and Size</emph> tab. Unmark the <emph>Position</emph> or <emph>Size</emph> check box."
+#. *#X%
+#: edit_symbolbar.xhp
+msgctxt ""
+"edit_symbolbar.xhp\n"
+"hd_id3153561\n"
+"85\n"
+"help.text"
+msgid "To add a button to a toolbar:"
msgstr ""
-#: protection.xhp#par_idN10B8C.help.text
-msgid "<embedvar href=\"text/shared/guide/digital_signatures.xhp#digital_signatures\"/>"
+#. pE.*
+#: edit_symbolbar.xhp
+msgctxt ""
+"edit_symbolbar.xhp\n"
+"par_id3159157\n"
+"78\n"
+"help.text"
+msgid "Open the context menu of the toolbar (right click) and choose <emph>Visible Buttons</emph> and then select the button you want to display."
msgstr ""
-#: protection.xhp#par_id4680928.help.text
-msgid "<link href=\"text/swriter/guide/protection.xhp\">Protecting Content in %PRODUCTNAME Writer</link>"
+#. bXZ2
+#: edit_symbolbar.xhp
+msgctxt ""
+"edit_symbolbar.xhp\n"
+"par_id2439039\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog where you can add, edit, and remove icons.</ahelp>"
msgstr ""
-#: protection.xhp#par_id9014252.help.text
-msgid "<link href=\"text/scalc/guide/cell_protect.xhp\">Protecting Cells in %PRODUCTNAME Calc</link>"
+#. C6-C
+#: edit_symbolbar.xhp
+msgctxt ""
+"edit_symbolbar.xhp\n"
+"hd_id3151384\n"
+"86\n"
+"help.text"
+msgid "To add a button to the list of Visible Buttons:"
msgstr ""
-#: copytable2application.xhp#tit.help.text
-msgid "Inserting Data From Spreadsheets"
+#. jIwp
+#: edit_symbolbar.xhp
+msgctxt ""
+"edit_symbolbar.xhp\n"
+"par_id3147264\n"
+"87\n"
+"help.text"
+msgid "Choose <emph>Tools - Customize</emph>, and click on the <emph>Toolbars</emph> tab."
msgstr ""
-#: copytable2application.xhp#bm_id3154186.help.text
-msgid "<bookmark_value>charts;copying with link to source cell range</bookmark_value><bookmark_value>inserting; cell ranges from spreadsheets</bookmark_value><bookmark_value>pasting;cell ranges from spreadsheets</bookmark_value><bookmark_value>presentations;inserting spreadsheet cells</bookmark_value><bookmark_value>text documents;inserting spreadsheet cells</bookmark_value><bookmark_value>tables in spreadsheets;copying data to other applications</bookmark_value>"
+#. jiI3
+#: edit_symbolbar.xhp
+msgctxt ""
+"edit_symbolbar.xhp\n"
+"par_id3154071\n"
+"88\n"
+"help.text"
+msgid "In the<emph> Toolbars </emph>box, select the toolbar you want to change."
msgstr ""
-#: copytable2application.xhp#hd_id3154186.9.help.text
-msgid "<variable id=\"copytable2application\"><link href=\"text/shared/guide/copytable2application.xhp\" name=\"Inserting Data From Spreadsheets\">Inserting Data From Spreadsheets</link></variable>"
+#. jd[k
+#: edit_symbolbar.xhp
+msgctxt ""
+"edit_symbolbar.xhp\n"
+"par_id3148797\n"
+"89\n"
+"help.text"
+msgid "Click <emph>Add Commands</emph> , select the new command, then click <emph>Add</emph>."
msgstr ""
-#: copytable2application.xhp#par_id3147088.10.help.text
-msgid "Use the clipboard to copy the contents of a single cell. You can also copy a formula from a cell into the clipboard (for example, from the input line of the formula bar) so that the formula can be inserted into a text."
+#. DAvr
+#: edit_symbolbar.xhp
+msgctxt ""
+"edit_symbolbar.xhp\n"
+"par_id3152922\n"
+"90\n"
+"help.text"
+msgid "If you want, you can rearrange the <emph>Commands </emph>list by selecting a command name and clicking <emph>Move Up</emph> and <emph>Move Down</emph>."
msgstr ""
-#: copytable2application.xhp#par_id3145345.11.help.text
-msgid "To copy a cell range into a text document, select the cell range in the sheet and then use either the clipboard or drag-and-drop to insert the cells into the text document. You will then find an OLE object in the text document, which you can edit further."
-msgstr ""
+#. bM1r
+#: edit_symbolbar.xhp
+#, fuzzy
+msgctxt ""
+"edit_symbolbar.xhp\n"
+"par_id3145171\n"
+"91\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "დააწკაპუნეთ <emph>ძიება</emph>."
-#: copytable2application.xhp#par_id3146957.12.help.text
-msgid "If you drag cells to the normal view of a presentation document, the cells will be inserted there as an OLE object. If you drag cells into the outline view, each cell will form a line of the outline view."
+#. +`}*
+#: ctl.xhp
+msgctxt ""
+"ctl.xhp\n"
+"tit\n"
+"help.text"
+msgid "Languages Using Complex Text Layout"
msgstr ""
-#: copytable2application.xhp#par_id3148538.13.help.text
-msgid "When you copy a cell range from $[officename] Calc to the clipboard, the drawing objects, OLE objects and charts within this range are also copied."
+#. qxE+
+#: ctl.xhp
+msgctxt ""
+"ctl.xhp\n"
+"bm_id3153662\n"
+"help.text"
+msgid "<bookmark_value>CTL;complex text layout languages</bookmark_value><bookmark_value>languages;complex text layout</bookmark_value><bookmark_value>text;CTL languages</bookmark_value><bookmark_value>text layout for special languages</bookmark_value><bookmark_value>right-to-left text</bookmark_value><bookmark_value>entering text from right to left</bookmark_value><bookmark_value>bi-directional writing</bookmark_value><bookmark_value>Hindi;entering text</bookmark_value><bookmark_value>Hebrew;entering text</bookmark_value><bookmark_value>Arabic;entering text</bookmark_value><bookmark_value>Thai;entering text</bookmark_value>"
msgstr ""
-#: copytable2application.xhp#par_id3153031.14.help.text
-msgid "If you insert a cell range with an enclosed chart, the chart will keep its link to the source cell range only if you copied the chart and the source cell range together."
+#. R?mW
+#: ctl.xhp
+msgctxt ""
+"ctl.xhp\n"
+"hd_id3153662\n"
+"13\n"
+"help.text"
+msgid "<variable id=\"ctl\"><link href=\"text/shared/guide/ctl.xhp\" name=\"Languages Using Complex Text Layout\">Languages Using Complex Text Layout</link></variable>"
msgstr ""
-#: import_ms.xhp#tit.help.text
-msgid "Opening documents saved in other formats"
+#. 17kk
+#: ctl.xhp
+msgctxt ""
+"ctl.xhp\n"
+"par_id3147618\n"
+"10\n"
+"help.text"
+msgid "Currently, $[officename] supports Hindi, Thai, Hebrew, and Arabic as <link href=\"text/shared/00/00000005.xhp#ctl\" name=\"CTL languages\">CTL languages</link>."
msgstr ""
-#: import_ms.xhp#bm_id3153988.help.text
-msgid "<bookmark_value>Microsoft Office;opening Microsoft documents</bookmark_value> <bookmark_value>documents; importing</bookmark_value> <bookmark_value>importing; documents in other formats</bookmark_value> <bookmark_value>opening; documents from other formats</bookmark_value> <bookmark_value>loading; documents from other formats</bookmark_value> <bookmark_value>converting;Microsoft documents</bookmark_value> <bookmark_value>saving; default file formats</bookmark_value> <bookmark_value>defaults;document formats in file dialogs</bookmark_value> <bookmark_value>file formats; saving always in other formats</bookmark_value> <bookmark_value>Microsoft Office; as default file format</bookmark_value> <bookmark_value>files;importing</bookmark_value> <bookmark_value>XML converters</bookmark_value> <bookmark_value>converters; XML</bookmark_value> <bookmark_value>Document Converter Wizard</bookmark_value> <bookmark_value>wizards; document converter</bookmark_value> <bookmark_value>converters; document converter</bookmark_value> <bookmark_value>files, see also documents</bookmark_value>"
+#. */-l
+#: ctl.xhp
+msgctxt ""
+"ctl.xhp\n"
+"par_id3155420\n"
+"11\n"
+"help.text"
+msgid "If you select the text flow from right to left, embedded Western text still runs from left to right. The cursor responds to the arrow keys in that Right Arrow moves it \"to the text end\" and Left Arrow \"to the text start\"."
msgstr ""
-#: import_ms.xhp#hd_id3145313.2.help.text
-msgid "<variable id=\"import_ms\"><link href=\"text/shared/guide/import_ms.xhp\" name=\"Opening documents saved in other formats\">Opening documents saved in other formats</link></variable>"
+#. 8Xh*
+#: ctl.xhp
+msgctxt ""
+"ctl.xhp\n"
+"par_id3145609\n"
+"1\n"
+"help.text"
+msgid "You can change the text writing direction directly be pressing one of the following keys:"
msgstr ""
-#: import_ms.xhp#par_id3145345.3.help.text
-msgid "You can open a document saved in another format by using the following procedure:"
+#. 4A;h
+#: ctl.xhp
+msgctxt ""
+"ctl.xhp\n"
+"par_id3154758\n"
+"2\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+D or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Right Shift Key - switch to right-to-left text entry"
msgstr ""
-#: import_ms.xhp#par_id3147242.4.help.text
-msgctxt "import_ms.xhp#par_id3147242.4.help.text"
-msgid "Choose <emph>File - Open</emph>."
+#. !1n)
+#: ctl.xhp
+msgctxt ""
+"ctl.xhp\n"
+"par_id3149047\n"
+"3\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+A or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Left Shift Key - switch to left-to-right text entry"
msgstr ""
-#: import_ms.xhp#par_id3152780.5.help.text
-msgid "Select a format from the<emph> Files of type</emph> list."
+#. GC1n
+#: ctl.xhp
+msgctxt ""
+"ctl.xhp\n"
+"par_id3149656\n"
+"4\n"
+"help.text"
+msgid "The modifier-only key combinations only work when CTL support is enabled."
msgstr ""
-#: import_ms.xhp#par_id3148491.6.help.text
-msgid "Select a file name and click <emph>Open</emph>."
+#. `iF.
+#: ctl.xhp
+msgctxt ""
+"ctl.xhp\n"
+"par_id3150541\n"
+"5\n"
+"help.text"
+msgid "In multicolumn pages, sections or frames that are formatted with text flow from right to left, the first column is the right column and the last column is the left column."
msgstr ""
-#: import_ms.xhp#par_id3159399.8.help.text
-msgid "If you always want the file dialogs to show another format by default, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - General</emph> and select that format as <emph>Default file format</emph>."
+#. \hn.
+#: ctl.xhp
+msgctxt ""
+"ctl.xhp\n"
+"par_id3148797\n"
+"6\n"
+"help.text"
+msgid "In $[officename] Writer text formatted in <emph>Thai language</emph> has the following features:"
msgstr ""
-#: import_ms.xhp#hd_id3154898.9.help.text
-msgid "Converting all documents of a folder"
+#. DJ.*
+#: ctl.xhp
+msgctxt ""
+"ctl.xhp\n"
+"par_id3156280\n"
+"7\n"
+"help.text"
+msgid "In paragraphs with justified alignment, the characters are stretched to flush the lines at the margins. In other languages the spaces between words are stretched."
msgstr ""
-#: import_ms.xhp#par_id3147336.10.help.text
-msgid "Open the wizard, which guides you through the operation, to copy and convert all documents from Microsoft Word, Microsoft Excel or Microsoft PowerPoint into OpenDocument file format documents. You can select a source and target directory, specify whether to convert documents and/or templates, and more besides."
+#. 08Ta
+#: ctl.xhp
+msgctxt ""
+"ctl.xhp\n"
+"par_id3154909\n"
+"8\n"
+"help.text"
+msgid "Use the Delete key to delete a whole composite character. Use the Backspace key to delete the last part of the previous composite character."
msgstr ""
-#: import_ms.xhp#par_id3153824.11.help.text
-msgid "Choose <link href=\"text/shared/autopi/01130000.xhp\" name=\"File - AutoPilot - Document Converter\"><emph>File - Wizards - Document Converter</emph></link>."
+#. B-|B
+#: ctl.xhp
+msgctxt ""
+"ctl.xhp\n"
+"par_id3149809\n"
+"9\n"
+"help.text"
+msgid "Use the Right or Left Arrow key to jump to the next or previous whole composite character. To position the cursor into a composite character, use <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Arrow key."
msgstr ""
-#: import_ms.xhp#hd_id4563127.help.text
-msgid "Opening HTML files in Writer"
+#. rmpg
+#: ctl.xhp
+msgctxt ""
+"ctl.xhp\n"
+"par_id3145786\n"
+"12\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01140000.xhp\" name=\"Language Settings - Languages\">Language Settings - Languages</link>"
msgstr ""
-#: import_ms.xhp#par_id9207434.help.text
-msgid "Choose the file type \"HTML Document\" to open in <item type=\"productname\">%PRODUCTNAME</item> Writer/Web. This is the default for HTML documents in <item type=\"productname\">%PRODUCTNAME</item>."
+#. p*Go
+#: ctl.xhp
+msgctxt ""
+"ctl.xhp\n"
+"par_id3153770\n"
+"14\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01150300.xhp\" name=\"Language Settings - Complex Text Layout\">Language Settings - Complex Text Layout</link>"
msgstr ""
-#: import_ms.xhp#par_id7215491.help.text
-msgid "All the options of <item type=\"productname\">%PRODUCTNAME</item> Writer/Web are now available to you, such as <emph>Show HTML source</emph>."
+#. u/*2
+#: redlining_docmerge.xhp
+msgctxt ""
+"redlining_docmerge.xhp\n"
+"tit\n"
+"help.text"
+msgid "Merging Versions"
msgstr ""
-#: import_ms.xhp#par_id2299874.help.text
-msgid "Choose \"HTML Document (<item type=\"productname\">%PRODUCTNAME</item> Writer)\" to open in <item type=\"productname\">%PRODUCTNAME</item> Writer."
+#. {#Bs
+#: redlining_docmerge.xhp
+msgctxt ""
+"redlining_docmerge.xhp\n"
+"bm_id3154230\n"
+"help.text"
+msgid "<bookmark_value>documents; merging</bookmark_value><bookmark_value>merging; documents</bookmark_value><bookmark_value>versions;merging document versions</bookmark_value>"
msgstr ""
-#: import_ms.xhp#par_id1727347.help.text
-msgid "All the options of <item type=\"productname\">%PRODUCTNAME</item> Writer are now available to you. Not all options that <item type=\"productname\">%PRODUCTNAME</item> Writer offers for editing of documents can be saved in HTML format."
+#. AmG^
+#: redlining_docmerge.xhp
+msgctxt ""
+"redlining_docmerge.xhp\n"
+"hd_id3154230\n"
+"17\n"
+"help.text"
+msgid "<variable id=\"redlining_docmerge\"><link href=\"text/shared/guide/redlining_docmerge.xhp\" name=\"Merging Versions\">Merging Versions</link></variable>"
msgstr ""
-#: import_ms.xhp#par_id3148944.12.help.text
-msgid "<link href=\"text/shared/optionen/01130100.xhp\" name=\"Working with VBA code\">Working with VBA code</link>"
+#. 8,fq
+#: redlining_docmerge.xhp
+msgctxt ""
+"redlining_docmerge.xhp\n"
+"par_id2136295\n"
+"help.text"
+msgid "The review function is available in %PRODUCTNAME for text documents and spreadsheet documents."
msgstr ""
-#: import_ms.xhp#par_id3147264.13.help.text
-msgctxt "import_ms.xhp#par_id3147264.13.help.text"
-msgid "<link href=\"text/shared/optionen/01010200.xhp\" name=\"Setting the default file format\">Setting the default file format</link>"
+#. Y_va
+#: redlining_docmerge.xhp
+msgctxt ""
+"redlining_docmerge.xhp\n"
+"par_id3153049\n"
+"19\n"
+"help.text"
+msgid "When a document has been edited by more than one person, it is possible to merge the edited copies into the original. The only requirement is that the documents differ only and exclusively in the recorded changes - all other original text must be identical."
msgstr ""
-#: measurement_units.xhp#tit.help.text
-msgid "Selecting Measurement Units"
+#. bmOJ
+#: redlining_docmerge.xhp
+msgctxt ""
+"redlining_docmerge.xhp\n"
+"par_id3152425\n"
+"20\n"
+"help.text"
+msgid "Open the original document into which you want to merge all copies."
msgstr ""
-#: measurement_units.xhp#bm_id3159201.help.text
-msgid "<bookmark_value>documents;measurement units in</bookmark_value><bookmark_value>measurement units;selecting</bookmark_value><bookmark_value>units;measurement units</bookmark_value><bookmark_value>centimeters</bookmark_value><bookmark_value>inches</bookmark_value><bookmark_value>distances</bookmark_value><bookmark_value>selecting;measurement units</bookmark_value>"
+#. 2s/p
+#: redlining_docmerge.xhp
+msgctxt ""
+"redlining_docmerge.xhp\n"
+"par_id3149177\n"
+"21\n"
+"help.text"
+msgid "Choose <emph>Edit - Changes - Merge Document</emph>. A file selection dialog appears."
msgstr ""
-#: measurement_units.xhp#hd_id3159201.help.text
-msgid "<variable id=\"measurement_units\"><link href=\"text/shared/guide/measurement_units.xhp\" name=\"Selecting Measurement Units\">Selecting Measurement Units</link></variable>"
+#. JsG|
+#: redlining_docmerge.xhp
+msgctxt ""
+"redlining_docmerge.xhp\n"
+"par_id3147576\n"
+"23\n"
+"help.text"
+msgid "Select the copy of the document from the dialog. If there have been no subsequent changes to the original document, the copy is merged into the original."
msgstr ""
-#: measurement_units.xhp#par_id3146957.2.help.text
-msgid "You can select separate measurement units for $[officename] Writer, $[officename] Writer/Web, $[officename] Calc, $[officename] Impress and $[officename] Draw documents."
+#. Da(f
+#: redlining_docmerge.xhp
+msgctxt ""
+"redlining_docmerge.xhp\n"
+"par_id3149182\n"
+"24\n"
+"help.text"
+msgid "If changes have been made to the original document, an error dialog appears that informs you that the merge is unsuccessful."
msgstr ""
-#: measurement_units.xhp#par_idN10674.help.text
-msgid "Open a document of the type for which you want to change the measurement units."
+#. NgZA
+#: redlining_docmerge.xhp
+msgctxt ""
+"redlining_docmerge.xhp\n"
+"par_id3154749\n"
+"22\n"
+"help.text"
+msgid "After you merge the documents you will see the recorded changes from the copy in the original document."
msgstr ""
-#: measurement_units.xhp#par_id3153345.3.help.text
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline></emph>."
+#. 7Zqi
+#: copy_drawfunctions.xhp
+msgctxt ""
+"copy_drawfunctions.xhp\n"
+"tit\n"
+"help.text"
+msgid "Copying Drawing Objects Into Other Documents"
msgstr ""
-#: measurement_units.xhp#par_id3154749.4.help.text
-msgid "In the left pane of the dialog, double-click the application for which you want to select the measurement unit."
+#. Votq
+#: copy_drawfunctions.xhp
+msgctxt ""
+"copy_drawfunctions.xhp\n"
+"bm_id3153394\n"
+"help.text"
+msgid "<bookmark_value>draw objects; copying between documents</bookmark_value><bookmark_value>copying; draw objects between documents</bookmark_value><bookmark_value>pasting;draw objects from other documents</bookmark_value>"
msgstr ""
-#: measurement_units.xhp#par_id3147653.5.help.text
-msgid "Double-click <emph>%PRODUCTNAME Writer</emph> if you want to select the measurement units for text documents."
+#. RN3m
+#: copy_drawfunctions.xhp
+msgctxt ""
+"copy_drawfunctions.xhp\n"
+"hd_id3153394\n"
+"27\n"
+"help.text"
+msgid "<variable id=\"copy_drawfunctions\"><link href=\"text/shared/guide/copy_drawfunctions.xhp\" name=\"Copying Drawing Objects Into Other Documents\">Copying Drawing Objects Into Other Documents</link></variable>"
msgstr ""
-#: measurement_units.xhp#par_id3150443.6.help.text
-msgid "Click on <emph>General</emph>."
+#. W^B$
+#: copy_drawfunctions.xhp
+msgctxt ""
+"copy_drawfunctions.xhp\n"
+"par_id3153345\n"
+"28\n"
+"help.text"
+msgid "In $[officename] it is possible to copy drawing objects between text, spreadsheets and presentation documents."
msgstr ""
-#: measurement_units.xhp#par_id3147335.7.help.text
-msgid "On the <emph>General</emph> tab page, select the measurement unit. Close the dialog with <emph>OK</emph>."
+#. @`ZC
+#: copy_drawfunctions.xhp
+msgctxt ""
+"copy_drawfunctions.xhp\n"
+"par_id3145345\n"
+"29\n"
+"help.text"
+msgid "Select the drawing object or objects."
msgstr ""
-#: measurement_units.xhp#par_id3153126.8.help.text
-msgid "<link href=\"text/shared/00/00000003.xhp\" name=\"Entering measurement units directly\">Entering measurement units directly</link>"
+#. |.{k
+#: copy_drawfunctions.xhp
+msgctxt ""
+"copy_drawfunctions.xhp\n"
+"par_id3156426\n"
+"31\n"
+"help.text"
+msgid "Copy the drawing object to the clipboard, for example, by using <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C."
msgstr ""
-#: measurement_units.xhp#par_id3148473.9.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\">%PRODUCTNAME Writer - General</link>"
+#. iZlQ
+#: copy_drawfunctions.xhp
+msgctxt ""
+"copy_drawfunctions.xhp\n"
+"par_id3152996\n"
+"32\n"
+"help.text"
+msgid "Switch to the other document and place the cursor where the drawing object is to be inserted."
msgstr ""
-#: border_paragraph.xhp#tit.help.text
-msgid "Defining Borders for Paragraphs"
+#. wNll
+#: copy_drawfunctions.xhp
+msgctxt ""
+"copy_drawfunctions.xhp\n"
+"par_id3149234\n"
+"33\n"
+"help.text"
+msgid "Insert the drawing object, for example, by using <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V."
msgstr ""
-#: border_paragraph.xhp#bm_id3147571.help.text
-msgid "<bookmark_value>borders, see also frames</bookmark_value><bookmark_value>paragraphs; defining borders</bookmark_value><bookmark_value>borders; for paragraphs</bookmark_value><bookmark_value>frames; around paragraphs</bookmark_value><bookmark_value>inserting;paragraph borders</bookmark_value><bookmark_value>defining;paragraph borders</bookmark_value>"
+#. 2sp-
+#: copy_drawfunctions.xhp
+msgctxt ""
+"copy_drawfunctions.xhp\n"
+"hd_id3147573\n"
+"34\n"
+"help.text"
+msgid "Inserting into a text document"
msgstr ""
-#: border_paragraph.xhp#hd_id3147571.15.help.text
-msgid "<variable id=\"border_paragraph\"><link href=\"text/shared/guide/border_paragraph.xhp\" name=\"Defining Borders for Paragraphs\">Defining Borders for Paragraphs</link> </variable>"
+#. 7@Zo
+#: copy_drawfunctions.xhp
+msgctxt ""
+"copy_drawfunctions.xhp\n"
+"par_id3150276\n"
+"35\n"
+"help.text"
+msgid "An inserted drawing object is anchored to the current paragraph. You can change the anchor by selecting the object and clicking the <emph>Change Anchor</emph> icon on the <emph>OLE-Object</emph> toolbar or the <emph>Frame</emph> toolbar. This opens a popup menu where you can select the anchor type."
msgstr ""
-#: border_paragraph.xhp#hd_id3159233.1.help.text
-msgctxt "border_paragraph.xhp#hd_id3159233.1.help.text"
-msgid "Setting a Predefined Border Style"
+#. `;T}
+#: copy_drawfunctions.xhp
+msgctxt ""
+"copy_drawfunctions.xhp\n"
+"hd_id3145609\n"
+"36\n"
+"help.text"
+msgid "Inserting into a spreadsheet"
msgstr ""
-#: border_paragraph.xhp#par_id3156113.2.help.text
-msgid "Place the cursor in the paragraph for which you want to define a border."
+#. ?+q=
+#: copy_drawfunctions.xhp
+msgctxt ""
+"copy_drawfunctions.xhp\n"
+"par_id3151210\n"
+"30\n"
+"help.text"
+msgid "An inserted drawing object is anchored to the current cell. You can change the anchor between cell and page by selecting the object and clicking the <emph>Change Anchor</emph> icon <image id=\"img_id3149456\" src=\"cmd/sc_toggleanchortype.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3149456\">Icon</alt></image>."
msgstr ""
-#: border_paragraph.xhp#par_id3149398.3.help.text
-msgctxt "border_paragraph.xhp#par_id3149398.3.help.text"
-msgid "Choose <emph>Format - Paragraph - Borders</emph>."
+#. _`6,
+#: dragdrop_gallery.xhp
+msgctxt ""
+"dragdrop_gallery.xhp\n"
+"tit\n"
+"help.text"
+msgid "Adding Graphics to the Gallery"
msgstr ""
-#: border_paragraph.xhp#par_id3156326.4.help.text
-msgid "Select one of the default border styles in the <emph>Default</emph> area."
+#. A`*,
+#: dragdrop_gallery.xhp
+msgctxt ""
+"dragdrop_gallery.xhp\n"
+"bm_id3154927\n"
+"help.text"
+msgid "<bookmark_value>drag and drop;to Gallery</bookmark_value><bookmark_value>copying;to Gallery</bookmark_value><bookmark_value>Gallery; adding pictures</bookmark_value><bookmark_value>pictures;adding to Gallery</bookmark_value><bookmark_value>inserting;pictures in Gallery</bookmark_value><bookmark_value>pasting;to Gallery</bookmark_value>"
msgstr ""
-#: border_paragraph.xhp#par_id3154285.5.help.text
-msgctxt "border_paragraph.xhp#par_id3154285.5.help.text"
-msgid "Select a line style and color for the selected border style in the <emph>Line</emph> area. These settings apply to all border lines that are included in the selected border style."
+#. 5{NA
+#: dragdrop_gallery.xhp
+msgctxt ""
+"dragdrop_gallery.xhp\n"
+"hd_id3154927\n"
+"49\n"
+"help.text"
+msgid "<variable id=\"dragdrop_gallery\"><link href=\"text/shared/guide/dragdrop_gallery.xhp\" name=\"Adding Graphics to the Gallery\">Adding Graphics to the Gallery</link> </variable>"
msgstr ""
-#: border_paragraph.xhp#par_id3153665.6.help.text
-msgctxt "border_paragraph.xhp#par_id3153665.6.help.text"
-msgid "Select the distance between the border lines and the page contents in the <emph>Spacing to contents</emph> area. You can only change distances to edges that have a border line defined."
+#. ds1?
+#: dragdrop_gallery.xhp
+msgctxt ""
+"dragdrop_gallery.xhp\n"
+"par_id3143267\n"
+"50\n"
+"help.text"
+msgid "You can place a graphic from a document such as an HTML page in the Gallery by drag-and-drop."
msgstr ""
-#: border_paragraph.xhp#par_id3153543.7.help.text
-msgctxt "border_paragraph.xhp#par_id3153543.7.help.text"
-msgid "Click <emph>OK</emph> to apply the changes."
+#. b|VQ
+#: dragdrop_gallery.xhp
+msgctxt ""
+"dragdrop_gallery.xhp\n"
+"par_id3154823\n"
+"56\n"
+"help.text"
+msgid "Display the Gallery theme to which you want to add the graphic."
msgstr ""
-#: border_paragraph.xhp#hd_id3149237.8.help.text
-msgctxt "border_paragraph.xhp#hd_id3149237.8.help.text"
-msgid "Setting a Customized Border Style"
+#. MYn5
+#: dragdrop_gallery.xhp
+msgctxt ""
+"dragdrop_gallery.xhp\n"
+"par_id3153748\n"
+"51\n"
+"help.text"
+msgid "Position the mouse pointer above the graphic, without clicking."
msgstr ""
-#: border_paragraph.xhp#par_id3155388.9.help.text
-msgctxt "border_paragraph.xhp#par_id3155388.9.help.text"
-msgid "Choose <emph>Format - Paragraph - Borders</emph>."
+#. EuN2
+#: dragdrop_gallery.xhp
+msgctxt ""
+"dragdrop_gallery.xhp\n"
+"par_id3156346\n"
+"52\n"
+"help.text"
+msgid "If the mouse pointer changes to a hand symbol, the graphic refers to a hyperlink. In this case, click the graphic while pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key to select it without executing the respective link."
msgstr ""
-#: border_paragraph.xhp#par_id3148943.10.help.text
-msgctxt "border_paragraph.xhp#par_id3148943.10.help.text"
-msgid "In the <emph>User-defined</emph> area select the edge(s) that you want to appear in a common layout. Click on an edge in the preview to toggle the selection of an edge."
+#. Z3YP
+#: dragdrop_gallery.xhp
+msgctxt ""
+"dragdrop_gallery.xhp\n"
+"par_id3149578\n"
+"53\n"
+"help.text"
+msgid "If the mouse pointer does not change to a hand symbol, you can simply click the graphic to select it."
msgstr ""
-#: border_paragraph.xhp#par_id3148948.11.help.text
-msgctxt "border_paragraph.xhp#par_id3148948.11.help.text"
-msgid "Select a line style and color for the selected border style in the <emph>Line</emph> area. These settings apply to all border lines that are included in the selected border style."
+#. =JYx
+#: dragdrop_gallery.xhp
+msgctxt ""
+"dragdrop_gallery.xhp\n"
+"par_id3145120\n"
+"54\n"
+"help.text"
+msgid "Once the graphic is selected, release the mouse button. Click again on the graphic image, keeping the mouse button pressed for more than two seconds. The graphic image is copied to the internal memory."
msgstr ""
-#: border_paragraph.xhp#par_id3152811.12.help.text
-msgctxt "border_paragraph.xhp#par_id3152811.12.help.text"
-msgid "Repeat the last two steps for every border edge."
+#. dI8Q
+#: dragdrop_gallery.xhp
+msgctxt ""
+"dragdrop_gallery.xhp\n"
+"par_id3150772\n"
+"55\n"
+"help.text"
+msgid "Without releasing the mouse button, drag the graphic into the Gallery."
msgstr ""
-#: border_paragraph.xhp#par_id3150793.13.help.text
-msgctxt "border_paragraph.xhp#par_id3150793.13.help.text"
-msgid "Select the distance between the border lines and the page contents in the <emph>Spacing to contents</emph> area. You can only change distances to edges that have a border line defined."
+#. Zt}u
+#: data_tables.xhp
+msgctxt ""
+"data_tables.xhp\n"
+"tit\n"
+"help.text"
+msgid "Working with Tables"
msgstr ""
-#: border_paragraph.xhp#par_id3151178.14.help.text
-msgctxt "border_paragraph.xhp#par_id3151178.14.help.text"
-msgid "Click <emph>OK</emph> to apply the changes."
+#. V6,M
+#: data_tables.xhp
+msgctxt ""
+"data_tables.xhp\n"
+"bm_id1983703\n"
+"help.text"
+msgid "<bookmark_value>tables in databases;creating</bookmark_value><bookmark_value>databases;creating tables</bookmark_value><bookmark_value>table views of databases</bookmark_value>"
msgstr ""
-#: tabs.xhp#tit.help.text
-msgid "Inserting and Editing Tab Stops"
+#. -BWi
+#: data_tables.xhp
+msgctxt ""
+"data_tables.xhp\n"
+"par_idN105F9\n"
+"help.text"
+msgid "<variable id=\"data_tables\"><link href=\"text/shared/guide/data_tables.xhp\">Working with Tables</link></variable>"
msgstr ""
-#: tabs.xhp#bm_id3144436.help.text
-msgid "<bookmark_value>tab stops; inserting and editing</bookmark_value><bookmark_value>paragraphs; tab stops</bookmark_value><bookmark_value>defaults;tab stops in text</bookmark_value><bookmark_value>editing; tab stops</bookmark_value><bookmark_value>inserting;tab stops</bookmark_value><bookmark_value>decimal tab stops</bookmark_value><bookmark_value>deleting;tab stops</bookmark_value><bookmark_value>moving;tab stops on ruler</bookmark_value><bookmark_value>rulers; default settings</bookmark_value><bookmark_value>rulers; measurement units</bookmark_value><bookmark_value>measurement units; changing on rulers</bookmark_value>"
+#. \khv
+#: data_tables.xhp
+msgctxt ""
+"data_tables.xhp\n"
+"par_idN10617\n"
+"help.text"
+msgid "Data is stored in tables. As an example, your system address book that you use for your e-mail addresses is a table of the address book database. Each address is a data record, presented as a row in that table. The data records consist of data fields, for example the first and the last name fields and the e-mail field."
msgstr ""
-#: tabs.xhp#hd_id3144436.20.help.text
-msgid "<variable id=\"tabs\"><link href=\"text/shared/guide/tabs.xhp\" name=\"Inserting and Editing Tab Stops\">Inserting and Editing Tab Stops</link></variable>"
+#. E$y)
+#: data_tables.xhp
+msgctxt ""
+"data_tables.xhp\n"
+"par_idN1061A\n"
+"help.text"
+msgid "Creating a New Table With the Table Wizard"
msgstr ""
-#: tabs.xhp#par_id1376079.help.text
-msgid "On the horizontal ruler you can see the tab stops for the current paragraph. If you want to change the tab stops, you should first consider the scope to which you want to change tab stops as follows:"
+#. ,M$L
+#: data_tables.xhp
+msgctxt ""
+"data_tables.xhp\n"
+"par_idN1061E\n"
+"help.text"
+msgid "In %PRODUCTNAME you can create a new table using the <link href=\"text/shared/explorer/database/tablewizard00.xhp\">Table Wizard</link>:"
msgstr ""
-#: tabs.xhp#par_id9434492.help.text
-msgid "Change the default tab stops for all documents: Use the menu <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - General</emph>."
+#. `-+?
+#: data_tables.xhp
+msgctxt ""
+"data_tables.xhp\n"
+"par_idN10632\n"
+"help.text"
+msgid "Open the database file where you want to create the new table."
msgstr ""
-#: tabs.xhp#par_id274971.help.text
-msgid "Change the tab stops for all paragraphs using the current Paragraph Style: Right-click the paragraph to open the context menu, choose <emph>Edit Paragraph Style</emph>, click <emph>Tabs</emph>."
+#. %[/0
+#: data_tables.xhp
+msgctxt ""
+"data_tables.xhp\n"
+"par_idN10636\n"
+"help.text"
+msgid "In the left pane of the database window, click the <emph>Tables</emph> icon."
msgstr ""
-#: tabs.xhp#par_id5199133.help.text
-msgid "Change the tab stops for one or more paragraphs: Select the paragraphs, then click inside the ruler."
+#. )6t$
+#: data_tables.xhp
+msgctxt ""
+"data_tables.xhp\n"
+"par_idN1063E\n"
+"help.text"
+msgid "Click <emph>Use Wizard to Create Table</emph>."
msgstr ""
-#: tabs.xhp#par_id6178167.help.text
-msgid "In the following, you find instructions for all above mentioned tasks."
+#. m`Y(
+#: data_tables.xhp
+msgctxt ""
+"data_tables.xhp\n"
+"par_idN10645\n"
+"help.text"
+msgid "Creating a New Table With the Design View"
msgstr ""
-#: tabs.xhp#par_id3147008.27.help.text
-msgid "You can set a tab stop by clicking on the ruler or by selecting <emph>Format - Paragraph - Tabs.</emph> Both methods affect the current paragraph or all selected paragraphs."
+#. 3$Be
+#: data_tables.xhp
+msgctxt ""
+"data_tables.xhp\n"
+"par_idN1064C\n"
+"help.text"
+msgid "Open the database file where you want to create the new table."
msgstr ""
-#: tabs.xhp#par_id3155136.5.help.text
-msgid "Click the ruler once to set a left-justified tab. Right-click a tab icon on the ruler to see the context menu in which you can change the tab type."
+#. `)rX
+#: data_tables.xhp
+msgctxt ""
+"data_tables.xhp\n"
+"par_idN10650\n"
+"help.text"
+msgid "In the left pane of the database window, click the <emph>Tables</emph> icon."
msgstr ""
-#: tabs.xhp#par_id3153561.29.help.text
-msgid "To set several decimal tabs one after the other, keep clicking the icon to the left of the ruler until the desired tab type is shown, then click on the ruler."
+#. cE6A
+#: data_tables.xhp
+msgctxt ""
+"data_tables.xhp\n"
+"par_idN10658\n"
+"help.text"
+msgid "Click <emph>Create Table in Design View</emph>."
msgstr ""
-#: tabs.xhp#par_id3153349.18.help.text
-msgid "Selection"
-msgstr "მონიშვნა"
-
-#: tabs.xhp#par_id3153254.6.help.text
-#, fuzzy
-msgid "Description:"
-msgstr "აღწერა"
-
-#: tabs.xhp#par_id3151245.help.text
-msgid "<image id=\"img_id3145609\" src=\"res/helpimg/swh00177.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3145609\">Icon</alt></image>"
+#. ,kS}
+#: data_tables.xhp
+msgctxt ""
+"data_tables.xhp\n"
+"par_idN1065F\n"
+"help.text"
+msgid "You see the <link href=\"text/shared/guide/data_tabledefine.xhp\">Table Design</link> window."
msgstr ""
-#: tabs.xhp#par_id3154760.7.help.text
-msgid "Setting left tabs"
+#. 4i:`
+#: data_tables.xhp
+msgctxt ""
+"data_tables.xhp\n"
+"par_idN10778\n"
+"help.text"
+msgid "Creating a New Table View"
msgstr ""
-#: tabs.xhp#par_id3150358.help.text
-msgid "<image id=\"img_id3150541\" src=\"res/helpimg/swh00178.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3150541\">Icon</alt></image>"
+#. p8/s
+#: data_tables.xhp
+msgctxt ""
+"data_tables.xhp\n"
+"par_idN1077C\n"
+"help.text"
+msgid "Some database types support table views. A table view is a query that is stored with the database. For most database operations, a view can be used as you would use a table."
msgstr ""
-#: tabs.xhp#par_id3145419.8.help.text
-msgid "Setting right tabs"
+#. a_0[
+#: data_tables.xhp
+msgctxt ""
+"data_tables.xhp\n"
+"par_idN10782\n"
+"help.text"
+msgid "Open the database file where you want to create the new table view."
msgstr ""
-#: tabs.xhp#par_id3152933.help.text
-msgid "<image id=\"img_id3153192\" src=\"res/helpimg/swh00179.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3153192\">Icon</alt></image>"
+#. 3NY*
+#: data_tables.xhp
+msgctxt ""
+"data_tables.xhp\n"
+"par_idN10786\n"
+"help.text"
+msgid "In the left pane of the database window, click the <emph>Tables</emph> icon."
msgstr ""
-#: tabs.xhp#par_id3151043.9.help.text
-msgid "Setting decimal tabs"
+#. 55($
+#: data_tables.xhp
+msgctxt ""
+"data_tables.xhp\n"
+"par_idN1078E\n"
+"help.text"
+msgid "Click <emph>Create Table View</emph>."
msgstr ""
-#: tabs.xhp#par_id3150440.help.text
-msgid "<image id=\"img_id3149560\" src=\"res/helpimg/swh00180.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3149560\">Icon</alt></image>"
+#. L@r$
+#: data_tables.xhp
+msgctxt ""
+"data_tables.xhp\n"
+"par_idN10795\n"
+"help.text"
+msgid "You see the View Design window, which is almost the same as the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>."
msgstr ""
-#: tabs.xhp#par_id3153091.10.help.text
-msgid "Setting centered tabs"
+#. E0fd
+#: data_tables.xhp
+msgctxt ""
+"data_tables.xhp\n"
+"par_idN1067B\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/explorer/database/main.xhp#base\"/>"
msgstr ""
-#: tabs.xhp#par_id3154150.11.help.text
-msgid "Double-click the ruler to open the <link href=\"text/shared/01/05030300.xhp\" name=\"Paragraph\"><emph>Paragraph</emph></link> dialog."
+#. CCs{
+#: data_tables.xhp
+msgctxt ""
+"data_tables.xhp\n"
+"par_idN10683\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/guide/database_main.xhp#database_main\"/>"
msgstr ""
-#: tabs.xhp#par_id3154145.12.help.text
-msgid "Double-click the white area of the ruler to set one tab. The <emph>Paragraph</emph> dialog appears with the <emph>Tabs</emph> tab page open."
+#. !a.v
+#: aaa_start.xhp
+msgctxt ""
+"aaa_start.xhp\n"
+"tit\n"
+"help.text"
+msgid "First Steps"
msgstr ""
-#: tabs.xhp#hd_id3145748.21.help.text
-msgid "Moving Tabs on the Ruler"
+#. {+6}
+#: aaa_start.xhp
+msgctxt ""
+"aaa_start.xhp\n"
+"bm_id3156324\n"
+"help.text"
+msgid "<bookmark_value>samples and templates</bookmark_value><bookmark_value>templates; new documents from templates</bookmark_value><bookmark_value>business cards; using templates</bookmark_value>"
msgstr ""
-#: tabs.xhp#par_id3145264.22.help.text
-msgid "Move individual tab stops on the ruler using the mouse."
+#. [1(H
+#: aaa_start.xhp
+msgctxt ""
+"aaa_start.xhp\n"
+"hd_id3156324\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"aaa_start\"><link href=\"text/shared/guide/aaa_start.xhp\" name=\"First Steps\">First Steps</link></variable>"
msgstr ""
-#: tabs.xhp#par_id3159156.13.help.text
-msgid "To move several tab stops on the ruler, press the Shift key before you click a tab. Drag one tab while continuing to press Shift to move that tab as well as all the tabs to the right of it. The spacing between those tabs remains the same."
+#. WC^B
+#: aaa_start.xhp
+msgctxt ""
+"aaa_start.xhp\n"
+"hd_id3156211\n"
+"2\n"
+"help.text"
+msgid "How to simplify your work using samples and templates"
msgstr ""
-#: tabs.xhp#par_id3147349.23.help.text
-msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> when you drag a tab on the ruler to move that tab and all the tabs to the right of it. This results in the spacing between those tabs changing proportionally to their distance from the margin."
+#. paDn
+#: aaa_start.xhp
+msgctxt ""
+"aaa_start.xhp\n"
+"par_id3144436\n"
+"3\n"
+"help.text"
+msgid "<item type=\"productname\">%PRODUCTNAME</item> includes many sample documents and ready-to-use templates. You can access these by choosing <emph>File - New - </emph><link href=\"text/shared/01/01010100.xhp\" name=\"Templates and Documents\"><emph>Templates and Documents</emph></link>, or press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+N."
msgstr ""
-#: tabs.xhp#hd_id3146146.24.help.text
-msgid "Changing the Properties of Tabs"
+#. D,]D
+#: aaa_start.xhp
+msgctxt ""
+"aaa_start.xhp\n"
+"par_id3147291\n"
+"4\n"
+"help.text"
+msgid "When you open one of the templates, a new document is created based on this template."
msgstr ""
-#: tabs.xhp#par_id3145646.16.help.text
-msgid "To change tab type, click the tab you want to change on the ruler, then right-click to open the context menu."
+#. G!TK
+#: aaa_start.xhp
+msgctxt ""
+"aaa_start.xhp\n"
+"par_id0820200803563860\n"
+"help.text"
+msgid "Click the <emph>Get more templates online</emph> link in the dialog to select and download more templates."
msgstr ""
-#: tabs.xhp#hd_id3154729.25.help.text
-msgid "Deleting Tabs"
+#. A_y_
+#: aaa_start.xhp
+msgctxt ""
+"aaa_start.xhp\n"
+"par_id0820200803563974\n"
+"help.text"
+msgid "You can also use the various wizards (under the <emph>File - Wizards</emph> menu) to create your own templates, which you can use as a basis for further documents."
msgstr ""
-#: tabs.xhp#par_id3148879.17.help.text
-msgid "To delete a tab, hold down the mouse button while you drag the tab outside the ruler."
+#. 6TJ-
+#: aaa_start.xhp
+msgctxt ""
+"aaa_start.xhp\n"
+"par_id3149177\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/main.xhp\" name=\"Working with %PRODUCTNAME\">Working with <item type=\"productname\">%PRODUCTNAME</item></link>"
msgstr ""
-#: tabs.xhp#hd_id3151074.26.help.text
-msgid "Changing the Defaults"
+#. lqoY
+#: aaa_start.xhp
+msgctxt ""
+"aaa_start.xhp\n"
+"par_id3149095\n"
+"7\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/guide/main.xhp\" name=\"Working with Text Documents\">Working with Text Documents</link></caseinline></switchinline>"
msgstr ""
-#: tabs.xhp#par_id3151059.14.help.text
-msgid "If you want to change the settings of your default tab stops, you will find further information under <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/optionen/01040900.xhp\" name=\"Text Document - General\">%PRODUCTNAME Writer - General</link></caseinline><caseinline select=\"CALC\"><link href=\"text/shared/optionen/01060300.xhp\" name=\"Spreadsheet - General\">%PRODUCTNAME Calc - General</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/shared/optionen/01070500.xhp\" name=\"Drawing - General\">%PRODUCTNAME Draw - General</link></caseinline><caseinline select=\"IMPRESS\"><link href=\"text/shared/optionen/01070500.xhp\" name=\"Presentation - General\">%PRODUCTNAME Impress - General</link></caseinline><defaultinline>(module name) - General</defaultinline></switchinline> in the Options dialog box."
+#. m5_]
+#: aaa_start.xhp
+msgctxt ""
+"aaa_start.xhp\n"
+"par_id3152997\n"
+"8\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/guide/main.xhp\" name=\"Working with Spreadsheets\">Working with Spreadsheets</link></caseinline></switchinline>"
msgstr ""
-#: tabs.xhp#par_id3146972.15.help.text
-msgid "The <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the ruler allows you to change the displayed units of measurement. These changes are only valid until you exit $[officename], and they only apply to the ruler on whose context menu you made the change. If you want to change the ruler measurement units permanently, choose <emph>Tools - Options - [Document type] - View</emph> and change the measurement unit there."
+#. i/$^
+#: aaa_start.xhp
+msgctxt ""
+"aaa_start.xhp\n"
+"par_id3147243\n"
+"9\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/guide/main.xhp\" name=\"Working with Presentations\">Working with Presentations</link></caseinline></switchinline>"
msgstr ""
-#: tabs.xhp#par_id3148429.30.help.text
-msgid "<link href=\"text/swriter/main0213.xhp\" name=\"Ruler\">Ruler</link>"
+#. *@xi
+#: aaa_start.xhp
+msgctxt ""
+"aaa_start.xhp\n"
+"par_id3154047\n"
+"10\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"><link href=\"text/sdraw/guide/main.xhp\" name=\"Working with Drawings\">Working with Drawings</link></caseinline></switchinline>"
msgstr ""
-#: chart_insert.xhp#tit.help.text
-msgid "Inserting Charts"
+#. uZDk
+#: aaa_start.xhp
+msgctxt ""
+"aaa_start.xhp\n"
+"par_id3153824\n"
+"11\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"MATH\"><link href=\"text/smath/guide/main.xhp\" name=\"Working with Formulas\">Working with Formulas</link></caseinline></switchinline>"
msgstr ""
-#: chart_insert.xhp#bm_id3153910.help.text
-msgid "<bookmark_value>charts; inserting</bookmark_value><bookmark_value>plotting data as charts</bookmark_value><bookmark_value>inserting; charts</bookmark_value><bookmark_value>spreadsheets; inserting charts</bookmark_value><bookmark_value>charts; editing data</bookmark_value><bookmark_value>editing; chart data</bookmark_value>"
+#. Vw`.
+#: standard_template.xhp
+msgctxt ""
+"standard_template.xhp\n"
+"tit\n"
+"help.text"
+msgid "Changing Default Templates"
msgstr ""
-#: chart_insert.xhp#hd_id3153910.34.help.text
-msgid "<variable id=\"chart_insert\"><link href=\"text/shared/guide/chart_insert.xhp\" name=\"Inserting Charts\">Inserting Charts</link></variable>"
+#. 11pI
+#: standard_template.xhp
+msgctxt ""
+"standard_template.xhp\n"
+"bm_id3154285\n"
+"help.text"
+msgid "<bookmark_value>modifying, see changing</bookmark_value><bookmark_value>changing, see also editing and replacing</bookmark_value><bookmark_value>default templates; changing</bookmark_value><bookmark_value>defaults;documents</bookmark_value><bookmark_value>custom templates</bookmark_value><bookmark_value>updating; templates</bookmark_value><bookmark_value>editing;templates</bookmark_value><bookmark_value>templates;editing and saving</bookmark_value><bookmark_value>saving;templates</bookmark_value><bookmark_value>resetting;templates</bookmark_value>"
msgstr ""
-#: chart_insert.xhp#par_id3139133.help.text
-msgid "Different methods exist to start a chart:"
+#. e]5@
+#: standard_template.xhp
+msgctxt ""
+"standard_template.xhp\n"
+"hd_id3154285\n"
+"36\n"
+"help.text"
+msgid "<variable id=\"standard_template\"><link href=\"text/shared/guide/standard_template.xhp\" name=\"Changing Default Templates\">Changing Default Templates</link></variable>"
msgstr ""
-#: chart_insert.xhp#par_id6772972.help.text
-msgid "Insert a chart based on data from cells in Calc or Writer."
+#. \?26
+#: standard_template.xhp
+msgctxt ""
+"standard_template.xhp\n"
+"par_id3152811\n"
+"2\n"
+"help.text"
+msgid "When you open a new document with <emph>File - New</emph>, a blank document appears based on a $[officename] template. You can edit, modify, or replace this template so that the new document contains your customized Styles or other contents."
msgstr ""
-#: chart_insert.xhp#par_id6049684.help.text
-msgid "These charts update automatically when the source data changes."
+#. 2o}/
+#: standard_template.xhp
+msgctxt ""
+"standard_template.xhp\n"
+"hd_id3150792\n"
+"3\n"
+"help.text"
+msgid "Modifying Default Templates"
msgstr ""
-#: chart_insert.xhp#par_id2356944.help.text
-msgid "Insert a chart with a default data set, and then use the Data Table dialog to enter your own data for that chart."
+#. fp3:
+#: standard_template.xhp
+msgctxt ""
+"standard_template.xhp\n"
+"par_id3154365\n"
+"4\n"
+"help.text"
+msgid "First, open either an existing $[officename] template and modify it, or open a new document and edit it as necessary to create the desired template."
msgstr ""
-#: chart_insert.xhp#par_id866115.help.text
-msgid "These charts can be created in Writer, Impress and Draw. "
+#. yPVP
+#: standard_template.xhp
+msgctxt ""
+"standard_template.xhp\n"
+"par_id3159152\n"
+"6\n"
+"help.text"
+msgid "You can define a document template for each $[officename] module. The following describes how to proceed for text documents."
msgstr ""
-#: chart_insert.xhp#par_id3146763.help.text
-msgid "Copy a chart from Calc or Writer into another document."
+#. f`2e
+#: standard_template.xhp
+msgctxt ""
+"standard_template.xhp\n"
+"par_id3145748\n"
+"8\n"
+"help.text"
+msgid "Save the document by choosing<emph> File</emph> -<emph> Templates - Save </emph>and saving the document in the <emph>My Templates</emph> category."
msgstr ""
-#: chart_insert.xhp#par_id701315.help.text
-msgid "These charts are snapshots of the data at the time of copying. They do not change when the source data changes."
+#. J_l;
+#: standard_template.xhp
+msgctxt ""
+"standard_template.xhp\n"
+"par_id3154011\n"
+"9\n"
+"help.text"
+msgid "Choose <emph>File - Templates - Organize</emph>."
msgstr ""
-#: chart_insert.xhp#par_id4439832.help.text
-msgid "In Calc, a chart is an object on a sheet, it cannot be a sheet of its own."
+#. K/-n
+#: standard_template.xhp
+msgctxt ""
+"standard_template.xhp\n"
+"par_id3145799\n"
+"11\n"
+"help.text"
+msgid "Double-click <emph>My Templates</emph> in the list on the left. You will see the user-defined templates in the user directory specified under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Paths</emph>. Select the template you have just saved and open the context menu or open the submenu of the <emph>Commands</emph> button."
msgstr ""
-#: chart_insert.xhp#hd_id719931.help.text
-msgid "Chart in a Calc spreadsheet"
+#. E:WE
+#: standard_template.xhp
+msgctxt ""
+"standard_template.xhp\n"
+"par_id3146901\n"
+"26\n"
+"help.text"
+msgid "Choose <emph>Set As Default Template</emph>. The next time you open a new text document, the new document will be based on the new default template."
msgstr ""
-#: chart_insert.xhp#par_id3150275.4.help.text
-msgid "Click inside the cell range that you want to present in your chart."
+#. n.*u
+#: standard_template.xhp
+msgctxt ""
+"standard_template.xhp\n"
+"hd_id3153947\n"
+"27\n"
+"help.text"
+msgid "Resetting Default Templates"
msgstr ""
-#: chart_insert.xhp#par_id7211218.help.text
-msgid "Click the <emph>Insert Chart</emph> icon on the <emph>Standard</emph> toolbar."
+#. QKJO
+#: standard_template.xhp
+msgctxt ""
+"standard_template.xhp\n"
+"par_id3156276\n"
+"12\n"
+"help.text"
+msgid "To reset the modified text template to the original default template:"
msgstr ""
-#: chart_insert.xhp#par_id7549363.help.text
-msgctxt "chart_insert.xhp#par_id7549363.help.text"
-msgid "You see a chart preview and the Chart Wizard."
+#. :9R}
+#: standard_template.xhp
+msgctxt ""
+"standard_template.xhp\n"
+"par_id3146792\n"
+"29\n"
+"help.text"
+msgid "Choose <emph>File - Templates - Organize</emph>."
msgstr ""
-#: chart_insert.xhp#par_id9091769.help.text
-msgctxt "chart_insert.xhp#par_id9091769.help.text"
-msgid "Follow the instructions in the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> to create the chart. "
+#. x[y)
+#: standard_template.xhp
+msgctxt ""
+"standard_template.xhp\n"
+"par_id3153714\n"
+"32\n"
+"help.text"
+msgid "Open the context menu and choose <emph>Reset default template</emph>. In the submenu, select the document type whose default setting you want to restore. Thereafter, when you open an empty text document, it will again correspond to the $[officename] default template for text documents."
msgstr ""
-#: chart_insert.xhp#hd_id3761406.help.text
-msgid "Chart in a Writer text document"
+#. SZrZ
+#: standard_template.xhp
+msgctxt ""
+"standard_template.xhp\n"
+"hd_id3153764\n"
+"13\n"
+"help.text"
+msgid "Using Custom Templates"
msgstr ""
-#: chart_insert.xhp#par_id3155066.32.help.text
-msgid "In a Writer document, you can insert a chart based on the values in a Writer table. "
+#. blkj
+#: standard_template.xhp
+msgctxt ""
+"standard_template.xhp\n"
+"par_id3150386\n"
+"14\n"
+"help.text"
+msgid "There are several ways to make your work easier by using your own custom templates."
msgstr ""
-#: chart_insert.xhp#par_id428479.help.text
-msgid "Click inside the Writer table. "
+#. KOW|
+#: standard_template.xhp
+msgctxt ""
+"standard_template.xhp\n"
+"hd_id3149109\n"
+"15\n"
+"help.text"
+msgid "Templates in the Template Folder"
msgstr ""
-#: chart_insert.xhp#par_id7236243.help.text
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+#. IS5a
+#: standard_template.xhp
+msgctxt ""
+"standard_template.xhp\n"
+"par_id3146918\n"
+"16\n"
+"help.text"
+msgid "You can save a new template with <emph>File - Templates - Save</emph> or by selecting \"Template\" file type in any Save dialog. Save the template in the user directory specified under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Paths</emph> to be able to access the template from within the <emph>File - New - From Templates and Documents</emph> dialog."
msgstr ""
-#: chart_insert.xhp#par_id6171452.help.text
-msgctxt "chart_insert.xhp#par_id6171452.help.text"
-msgid "You see a chart preview and the Chart Wizard."
+#. |;za
+#: standard_template.xhp
+msgctxt ""
+"standard_template.xhp\n"
+"par_id3155960\n"
+"33\n"
+"help.text"
+msgid "You may need to update the view of the templates in the dialog before you can see a newly created template. In this case, choose <emph>File - Templates - Organize</emph> and in the submenu of the <emph>Commands</emph> button, choose <emph>Update</emph>."
msgstr ""
-#: chart_insert.xhp#par_id3145419.7.help.text
-msgctxt "chart_insert.xhp#par_id3145419.7.help.text"
-msgid "Follow the instructions in the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> to create the chart. "
+#. !fW-
+#: standard_template.xhp
+msgctxt ""
+"standard_template.xhp\n"
+"par_id3147343\n"
+"17\n"
+"help.text"
+msgid "To open the template for editing, choose <emph>File - Templates - Edit</emph>."
msgstr ""
-#: chart_insert.xhp#hd_id6436658.help.text
-msgid "Chart based on values of its own"
-msgstr ""
+#. @fP[
+#: standard_template.xhp
+#, fuzzy
+msgctxt ""
+"standard_template.xhp\n"
+"par_id3147315\n"
+"37\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01110000.xhp\" name=\"Templates\">Templates</link>"
+msgstr "<link href=\"text/scalc/01/04050000.xhp\" name=\"ფურცელი\">ფურცელი</link>"
-#: chart_insert.xhp#par_id6944792.help.text
-msgid "In Writer, if you have not selected any cells, choose <emph>Insert - Object - Chart</emph> to insert a chart with default data. In Draw or Impress, choose <emph>Insert - Chart</emph> to insert a chart based on default data."
+#. )``t
+#: error_report.xhp
+msgctxt ""
+"error_report.xhp\n"
+"tit\n"
+"help.text"
+msgid "Error Report Tool"
msgstr ""
-#: chart_insert.xhp#par_id3152960.29.help.text
-msgid "You can change the default data values by double-clicking on the chart and then choosing <link href=\"text/schart/01/03010000.xhp\" name=\"View - Chart Data Table\"><emph>View - Chart Data Table</emph></link>."
+#. $**3
+#: error_report.xhp
+msgctxt ""
+"error_report.xhp\n"
+"bm_id3150616\n"
+"help.text"
+msgid "<bookmark_value>Error Report Tool</bookmark_value> <bookmark_value>reports;error reports</bookmark_value> <bookmark_value>crash reports</bookmark_value> <bookmark_value>activating;Error Report Tool</bookmark_value>"
msgstr ""
-#: doc_autosave.xhp#tit.help.text
-msgid "Saving Documents Automatically"
+#. wJI2
+#: error_report.xhp
+msgctxt ""
+"error_report.xhp\n"
+"hd_id3150616\n"
+"17\n"
+"help.text"
+msgid "<variable id=\"error_report\"><link href=\"text/shared/guide/error_report.xhp\" name=\"Error Report Tool\">Error Report Tool</link></variable>"
msgstr ""
-#: doc_autosave.xhp#bm_id3152924.help.text
-msgid "<bookmark_value>documents; saving automatically</bookmark_value><bookmark_value>saving;documents, automatically</bookmark_value><bookmark_value>automatic saving</bookmark_value><bookmark_value>backups;automatic</bookmark_value><bookmark_value>files; saving automatically</bookmark_value><bookmark_value>text documents; saving automatically</bookmark_value><bookmark_value>spreadsheets; saving automatically</bookmark_value><bookmark_value>drawings; saving automatically</bookmark_value><bookmark_value>presentations; saving automatically</bookmark_value>"
+#. (CZ6
+#: error_report.xhp
+msgctxt ""
+"error_report.xhp\n"
+"par_id3153345\n"
+"1\n"
+"help.text"
+msgid "The Error Report Tool starts automatically when a program crash occurs."
msgstr ""
-#: doc_autosave.xhp#hd_id3155536.2.help.text
-msgid "<variable id=\"doc_autosave\"><link href=\"text/shared/guide/doc_autosave.xhp\" name=\"Saving Documents Automatically\">Saving Documents Automatically</link></variable>"
+#. 75@$
+#: error_report.xhp
+msgctxt ""
+"error_report.xhp\n"
+"par_id3147088\n"
+"2\n"
+"help.text"
+msgid "The Error Report Tool gathers all necessary information that can help the program developers to improve the code, so that in later versions this error can possibly be avoided. Please help us to improve the software and send the generated error report."
msgstr ""
-#: doc_autosave.xhp#hd_id3166410.3.help.text
-msgid "To create a backup file every time you save a document"
+#. .FEr
+#: error_report.xhp
+msgctxt ""
+"error_report.xhp\n"
+"hd_id3148538\n"
+"4\n"
+"help.text"
+msgid "Starting the Error Report Tool"
msgstr ""
-#: doc_autosave.xhp#par_id3152780.4.help.text
-msgctxt "doc_autosave.xhp#par_id3152780.4.help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\">Load/Save - General</link></emph>."
+#. UB6Q
+#: error_report.xhp
+msgctxt ""
+"error_report.xhp\n"
+"par_id3149811\n"
+"5\n"
+"help.text"
+msgid "With most program crashes the Error Report Tool will start automatically."
msgstr ""
-#: doc_autosave.xhp#par_id3148474.5.help.text
-msgid "Mark <emph>Always create backup copy</emph>."
+#. lgBw
+#: error_report.xhp
+msgctxt ""
+"error_report.xhp\n"
+"hd_id3154046\n"
+"7\n"
+"help.text"
+msgid "Completing the Report"
msgstr ""
-#: doc_autosave.xhp#par_id3149797.6.help.text
-msgid "If the <emph>Always create backup copy</emph> option is selected, the old version of the file is saved to the backup directory whenever you save the current version of the file. "
+#. r5%)
+#: error_report.xhp
+msgctxt ""
+"error_report.xhp\n"
+"par_id3147335\n"
+"8\n"
+"help.text"
+msgid "On the main Error Report Tool dialog, you can enter some additional information that may help the developers to localize the error. For example, if the error only appears after a change in your hardware or software environment, or if you clicked on a button, please include that information."
msgstr ""
-#: doc_autosave.xhp#par_id3148685.7.help.text
-msgid "You can change the backup directory by choosing <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Paths</emph>, then change the <emph>Backups</emph> path in the dialog."
+#. 1;*O
+#: error_report.xhp
+msgctxt ""
+"error_report.xhp\n"
+"hd_id3159399\n"
+"9\n"
+"help.text"
+msgid "Sending the Error Report"
msgstr ""
-#: doc_autosave.xhp#par_id3149415.8.help.text
-msgid "The backup copy has the same name as the document, but the extension is .BAK. If the backup folder already contains such a file, it will be overwritten without warning."
+#. Am%b
+#: error_report.xhp
+msgctxt ""
+"error_report.xhp\n"
+"par_id3150504\n"
+"10\n"
+"help.text"
+msgid "The Error Report Tool uses the HTTP PUT / SOAP protocol to send the report data. You may optionally enter some descriptive text that will help us to identify the context of the program crash. Then click the <emph>Send</emph> button."
msgstr ""
-#: doc_autosave.xhp#hd_id3149514.9.help.text
-msgid "To save recovery information automatically every n minutes"
+#. ChX-
+#: error_report.xhp
+msgctxt ""
+"error_report.xhp\n"
+"par_id3149670\n"
+"11\n"
+"help.text"
+msgid "You will not get an answer to your error report. If you need support, please visit the <link href=\"text/shared/main0108.xhp\">support forum</link> on the Internet."
msgstr ""
-#: doc_autosave.xhp#par_id3148563.10.help.text
-msgctxt "doc_autosave.xhp#par_id3148563.10.help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\">Load/Save - General</link></emph>."
+#. Q#on
+#: error_report.xhp
+msgctxt ""
+"error_report.xhp\n"
+"par_id3153526\n"
+"12\n"
+"help.text"
+msgid "You may choose to respond to questions that the developers may have about the reported error. Mark the check box if you allow to be contacted by e-mail, should additional information be required. By default this box is not marked, so you will not get any e-mail."
msgstr ""
-#: doc_autosave.xhp#par_id3154760.11.help.text
-msgid "Mark <emph>Save AutoRecovery information every</emph> and select the time interval."
+#. %dB\
+#: error_report.xhp
+msgctxt ""
+"error_report.xhp\n"
+"hd_id3150792\n"
+"13\n"
+"help.text"
+msgid "What Data is Sent?"
msgstr ""
-#: doc_autosave.xhp#par_id3153526.13.help.text
-msgid "This command saves the information necessary to restore the current document in case of a crash. Additionally, in case of a crash %PRODUCTNAME tries automatically to save AutoRecovery information for all open documents, if possible."
+#. 2]),
+#: error_report.xhp
+msgctxt ""
+"error_report.xhp\n"
+"par_id3154366\n"
+"14\n"
+"help.text"
+msgid "The error report consists of several files. The main file contains information about the error type, operating system name and version, memory usage, and the description that you entered. You can click the <emph>Show Report</emph> button on the main dialog of the Error Report Tool to view what will get sent in the main file."
msgstr ""
-#: doc_autosave.xhp#par_id3148672.15.help.text
-#, fuzzy
-msgctxt "doc_autosave.xhp#par_id3148672.15.help.text"
-msgid "<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">Save As</link>"
-msgstr "<link href=\"text/scalc/01/04050000.xhp\" name=\"ფურცელი\">ფურცელი</link>"
-
-#: doc_autosave.xhp#par_id3159150.16.help.text
-msgctxt "doc_autosave.xhp#par_id3159150.16.help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\">Load/Save - General</link>"
+#. Y||E
+#: error_report.xhp
+msgctxt ""
+"error_report.xhp\n"
+"par_id3151177\n"
+"15\n"
+"help.text"
+msgid "In addition, relevant memory contents and stack traces are gathered by some system standard tools (\"dbhhelp.dll\" on Windows systems, \"pstack\" on UNIX systems). This information will be sent also."
msgstr ""
-#: doc_autosave.xhp#par_idN10838.help.text
-msgid "<link href=\"text/shared/guide/error_report.xhp\">Error Report Tool</link>"
+#. VZK_
+#: activex.xhp
+msgctxt ""
+"activex.xhp\n"
+"tit\n"
+"help.text"
+msgid "ActiveX Control to Display Documents in Internet Explorer"
msgstr ""
-#: dragdrop_table.xhp#tit.help.text
-msgid "Copying Spreadsheet Areas to Text Documents"
+#. P2Ja
+#: activex.xhp
+msgctxt ""
+"activex.xhp\n"
+"bm_id3143267\n"
+"help.text"
+msgid "<bookmark_value>ActiveX control</bookmark_value><bookmark_value>installing;ActiveX control</bookmark_value><bookmark_value>Internet; Internet Explorer for displaying $[officename] documents</bookmark_value><bookmark_value>$[officename] documents;viewing and editing in Internet Explorer</bookmark_value><bookmark_value>viewing;%PRODUCTNAME documents in Internet Explorer</bookmark_value><bookmark_value>editing;%PRODUCTNAME documents in Internet Explorer</bookmark_value>"
msgstr ""
-#: dragdrop_table.xhp#bm_id3154927.help.text
-msgid "<bookmark_value>spreadsheets; copying areas to text documents</bookmark_value><bookmark_value>copying; sheet areas, to text documents</bookmark_value><bookmark_value>pasting;sheet areas in text documents</bookmark_value>"
+#. qm?J
+#: activex.xhp
+msgctxt ""
+"activex.xhp\n"
+"hd_id3143267\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"activex\"><link href=\"text/shared/guide/activex.xhp\" name=\"ActiveX Control to Display Documents in Internet Explorer\">ActiveX Control to Display Documents in Internet Explorer</link></variable>"
msgstr ""
-#: dragdrop_table.xhp#hd_id3154927.24.help.text
-msgid "<variable id=\"dragdrop_table\"><link href=\"text/shared/guide/dragdrop_table.xhp\" name=\"Copying Spreadsheet Areas to Text Documents\">Copying Spreadsheet Areas to Text Documents</link></variable>"
+#. owmc
+#: activex.xhp
+msgctxt ""
+"activex.xhp\n"
+"par_id3166410\n"
+"2\n"
+"help.text"
+msgid "Under Windows only, you can view any $[officename] document in a window of the Microsoft Internet Explorer. Install the ActiveX control in the $[officename] Setup program."
msgstr ""
-#: dragdrop_table.xhp#par_id3155892.25.help.text
-msgid "Open both the text document and the spreadsheet."
+#. dCC]
+#: activex.xhp
+msgctxt ""
+"activex.xhp\n"
+"hd_id3156346\n"
+"3\n"
+"help.text"
+msgid "Installing the ActiveX control"
msgstr ""
-#: dragdrop_table.xhp#par_id3147088.26.help.text
-msgid "Select the sheet area you want to copy."
+#. 8f;)
+#: activex.xhp
+msgctxt ""
+"activex.xhp\n"
+"par_id3153821\n"
+"4\n"
+"help.text"
+msgid "Close $[officename] and the Quickstarter."
msgstr ""
-#: dragdrop_table.xhp#par_id3149827.27.help.text
-msgid "Point to the selected area and press the mouse button. Keep the mouse button pressed for a moment, then drag the area into the text document."
+#. 0kZW
+#: activex.xhp
+msgctxt ""
+"activex.xhp\n"
+"par_id3150771\n"
+"5\n"
+"help.text"
+msgid "Click the Start button on the Windows taskbar. Choose <emph>Control Panel</emph>."
msgstr ""
-#: dragdrop_table.xhp#par_id3152780.32.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">If the documents are not visible next to each other, first drag the mouse pointer to the destination document button. Continue to hold down the mouse button. The document is displayed, and you can move the mouse pointer within the document. </caseinline></switchinline>"
+#. t/a(
+#: activex.xhp
+msgctxt ""
+"activex.xhp\n"
+"par_idN106E8\n"
+"help.text"
+msgid "In the Control Panel, click <emph>Add or Remove Programs</emph>."
msgstr ""
-#: dragdrop_table.xhp#par_id3156346.28.help.text
-msgid "Once the cursor is located in the place where you want to insert the sheet area, release the mouse button. The sheet area is inserted as an OLE object."
+#. i.\,
+#: activex.xhp
+msgctxt ""
+"activex.xhp\n"
+"par_id3156155\n"
+"6\n"
+"help.text"
+msgid "In the list, click %PRODUCTNAME, then click <emph>Change</emph>."
msgstr ""
-#: dragdrop_table.xhp#par_id3154047.29.help.text
-msgid "You can select and edit the OLE object at any time."
+#. qK}$
+#: activex.xhp
+msgctxt ""
+"activex.xhp\n"
+"par_idN10706\n"
+"help.text"
+msgid "In the Installation Wizard, select <emph>Modify</emph>."
msgstr ""
-#: dragdrop_table.xhp#par_id3149164.30.help.text
-msgid "To edit the OLE object, double-click on it."
+#. O$u|
+#: activex.xhp
+msgctxt ""
+"activex.xhp\n"
+"par_id3159399\n"
+"7\n"
+"help.text"
+msgid "Open the <emph>Optional Components</emph> entry and find the <emph>ActiveX Control</emph> entry. Open the sub menu of the icon and select to install the feature."
msgstr ""
-#: dragdrop_table.xhp#par_id3155389.33.help.text
-msgid "Alternatively, select the object and choose <emph>Edit - Object - Edit</emph> or choose <emph>Edit</emph> from the context menu. You edit the object in its own frame within the text document, but you see the icons and menu commands needed for spreadsheets."
+#. LH/f
+#: activex.xhp
+msgctxt ""
+"activex.xhp\n"
+"par_id3153561\n"
+"8\n"
+"help.text"
+msgid "Click <emph>Next</emph> and <emph>Install</emph>."
msgstr ""
-#: dragdrop_table.xhp#par_id3154860.31.help.text
-msgid "Choose <emph>Open</emph> to open the source document of the OLE object."
+#. %~#w
+#: activex.xhp
+msgctxt ""
+"activex.xhp\n"
+"hd_id3151384\n"
+"9\n"
+"help.text"
+msgid "Viewing $[officename] documents"
msgstr ""
-#: main.xhp#tit.help.text
-msgid "General Instructions for %PRODUCTNAME"
+#. [vFV
+#: activex.xhp
+msgctxt ""
+"activex.xhp\n"
+"par_id3149669\n"
+"10\n"
+"help.text"
+msgid "In Internet Explorer, browse to a web page that contains a link to a $[officename] Writer document, for example."
msgstr ""
-#: main.xhp#bm_id3151097.help.text
-msgid "<bookmark_value>instructions; general</bookmark_value>"
+#. hSI:
+#: activex.xhp
+msgctxt ""
+"activex.xhp\n"
+"par_id3148550\n"
+"11\n"
+"help.text"
+msgid "Click the link to view the document in the Internet Explorer window."
msgstr ""
-#: main.xhp#hd_id3151097.1.help.text
-msgid "<variable id=\"main\"><link href=\"text/shared/guide/main.xhp\" name=\"General Instructions for %PRODUCTNAME\">General Instructions for <item type=\"productname\">%PRODUCTNAME</item></link></variable>"
+#. -){x
+#: activex.xhp
+msgctxt ""
+"activex.xhp\n"
+"par_id3154072\n"
+"12\n"
+"help.text"
+msgid "You may still right-click the link to save the file on your harddisk."
msgstr ""
-#: main.xhp#hd_id3153681.2.help.text
-msgid "Opening and Saving Documents and Templates"
+#. })$X
+#: activex.xhp
+msgctxt ""
+"activex.xhp\n"
+"hd_id3153361\n"
+"13\n"
+"help.text"
+msgid "Editing $[officename] documents"
msgstr ""
-#: main.xhp#hd_id3150669.3.help.text
-msgid "Using Windows, Menus and Icons"
+#. Nq{J
+#: activex.xhp
+msgctxt ""
+"activex.xhp\n"
+"par_id3154367\n"
+"14\n"
+"help.text"
+msgid "The $[officename] document inside the Internet Explorer shows a set of read-only toolbar icons."
msgstr ""
-#: main.xhp#hd_id3149295.10.help.text
-msgid "Accessibility"
-msgstr "სპეციალური შესაძლებლობები"
-
-#: main.xhp#hd_id3159149.4.help.text
-msgid "Copying Data by Drag and Drop or Menu Commands"
+#. TXA`
+#: activex.xhp
+msgctxt ""
+"activex.xhp\n"
+"par_id3148451\n"
+"15\n"
+"help.text"
+msgid "Click the <emph>Edit file</emph> icon in the document's toolbar to open a copy of the document in a new $[officename] window."
msgstr ""
-#: main.xhp#hd_id3152576.5.help.text
-msgctxt "main.xhp#hd_id3152576.5.help.text"
-msgid "Data Sources"
+#. ))mD
+#: activex.xhp
+msgctxt ""
+"activex.xhp\n"
+"par_id3144760\n"
+"16\n"
+"help.text"
+msgid "Edit the copy of the document."
msgstr ""
-#: main.xhp#par_idN10826.help.text
-msgctxt "main.xhp#par_idN10826.help.text"
-msgid "<link href=\"text/shared/explorer/database/main.xhp\">Working with databases in %PRODUCTNAME</link>"
+#. 4-Ga
+#: configure_overview.xhp
+msgctxt ""
+"configure_overview.xhp\n"
+"tit\n"
+"help.text"
+msgid "Configuring $[officename]"
msgstr ""
-#: main.xhp#par_idN10841.help.text
-msgctxt "main.xhp#par_idN10841.help.text"
-msgid "<link href=\"text/shared/explorer/database/tablewizard00.xhp\">Table Wizard</link>"
+#. Uk,*
+#: configure_overview.xhp
+msgctxt ""
+"configure_overview.xhp\n"
+"bm_id3152801\n"
+"help.text"
+msgid "<bookmark_value>configuring; $[officename]</bookmark_value><bookmark_value>customizing; $[officename]</bookmark_value>"
msgstr ""
-#: main.xhp#par_idN1085B.help.text
-msgctxt "main.xhp#par_idN1085B.help.text"
-msgid "<link href=\"text/shared/explorer/database/querywizard00.xhp\">Query Wizard</link>"
+#. {a*h
+#: configure_overview.xhp
+msgctxt ""
+"configure_overview.xhp\n"
+"hd_id3152801\n"
+"44\n"
+"help.text"
+msgid "<variable id=\"configure_overview\"><link href=\"text/shared/guide/configure_overview.xhp\" name=\"Configuring $[officename]\">Configuring $[officename]</link></variable>"
msgstr ""
-#: main.xhp#par_idN10875.help.text
-msgid "<link href=\"text/shared/autopi/01090000.xhp\">Forms Wizard</link>"
+#. 57$e
+#: configure_overview.xhp
+msgctxt ""
+"configure_overview.xhp\n"
+"par_id3153345\n"
+"43\n"
+"help.text"
+msgid "You can customize your $[officename] to suit your needs."
msgstr ""
-#: main.xhp#par_id3154011.12.help.text
-msgid "<link href=\"text/shared/autopi/01100000.xhp\">Report Wizard</link>"
+#. (OP]
+#: configure_overview.xhp
+msgctxt ""
+"configure_overview.xhp\n"
+"par_id3145071\n"
+"46\n"
+"help.text"
+msgid "You are free to change the items on the menu bar. You can delete items, add new ones, copy items from one menu to another, rename them, and so on."
msgstr ""
-#: main.xhp#hd_id3147216.6.help.text
-msgid "Recording Changes (Revision Marking)"
+#. g529
+#: configure_overview.xhp
+msgctxt ""
+"configure_overview.xhp\n"
+"par_id3149811\n"
+"47\n"
+"help.text"
+msgid "The toolbars may be freely configured."
msgstr ""
-#: main.xhp#hd_id3145261.7.help.text
-msgid "Configuring and Modifying <item type=\"productname\">%PRODUCTNAME</item>"
+#. a3Vy
+#: configure_overview.xhp
+msgctxt ""
+"configure_overview.xhp\n"
+"par_id3150443\n"
+"48\n"
+"help.text"
+msgid "You can change the shortcut keys."
msgstr ""
-#: main.xhp#hd_id3145252.8.help.text
-msgid "Charts"
-msgstr "დიაგრამები"
-
-#: main.xhp#hd_id3157846.9.help.text
-msgid "Miscellaneous"
-msgstr "სხვადასხვა"
-
-#: main.xhp#par_id3147173.13.help.text
-msgid "<link href=\"text/shared/00/00000005.xhp\" name=\"General Terminology\">General Terminology</link>"
+#. o0ZD
+#: configure_overview.xhp
+msgctxt ""
+"configure_overview.xhp\n"
+"par_id3155421\n"
+"49\n"
+"help.text"
+msgid "To change these, choose <link href=\"text/shared/01/06140000.xhp\" name=\"Tools - Customize\"><emph>Tools - Customize</emph></link> to open the <emph>Customize</emph> dialog."
msgstr ""
-#: main.xhp#par_id3156332.14.help.text
-msgid "<link href=\"text/shared/00/00000002.xhp\" name=\"Internet Terminology\">Internet Terminology</link>"
+#. 9~`s
+#: configure_overview.xhp
+msgctxt ""
+"configure_overview.xhp\n"
+"par_id3155388\n"
+"45\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140000.xhp\" name=\"Tools - Customize\">Tools - Customize</link>"
msgstr ""
-#: numbering_stop.xhp#tit.help.text
+#. #7Oo
+#: numbering_stop.xhp
+msgctxt ""
+"numbering_stop.xhp\n"
+"tit\n"
+"help.text"
msgid "Turning off Bullets and Numbering for Individual Paragraphs"
msgstr ""
-#: numbering_stop.xhp#bm_id3154186.help.text
+#. a4/d
+#: numbering_stop.xhp
+msgctxt ""
+"numbering_stop.xhp\n"
+"bm_id3154186\n"
+"help.text"
msgid "<bookmark_value>numbering; turning off</bookmark_value> <bookmark_value>bullets; turning off</bookmark_value> <bookmark_value>removing, see also deleting</bookmark_value> <bookmark_value>removing;bullets and numbering</bookmark_value> <bookmark_value>keyboard;removing numbering</bookmark_value>"
msgstr ""
-#: numbering_stop.xhp#hd_id3154186.10.help.text
+#. D1~Z
+#: numbering_stop.xhp
+msgctxt ""
+"numbering_stop.xhp\n"
+"hd_id3154186\n"
+"10\n"
+"help.text"
msgid "<variable id=\"numbering_stop\"><link href=\"text/shared/guide/numbering_stop.xhp\" name=\"Turning off Bullets and Numbering for Individual Paragraphs\">Turning off Bullets and Numbering for Individual Paragraphs</link></variable>"
msgstr ""
-#: numbering_stop.xhp#par_id0202200910470118.help.text
+#. #},z
+#: numbering_stop.xhp
+msgctxt ""
+"numbering_stop.xhp\n"
+"par_id0202200910470118\n"
+"help.text"
msgid "Bullets and Numbering of paragraphs is supported only in Writer, Impress and Draw."
msgstr ""
-#: numbering_stop.xhp#par_id3154288.help.text
+#. *G;D
+#: numbering_stop.xhp
+msgctxt ""
+"numbering_stop.xhp\n"
+"par_id3154288\n"
+"help.text"
msgid "<image id=\"img_id3153527\" src=\"cmd/sc_removebullets.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3153527\">Icon</alt></image>"
msgstr ""
-#: numbering_stop.xhp#par_id3150443.help.text
+#. ;KXp
+#: numbering_stop.xhp
+msgctxt ""
+"numbering_stop.xhp\n"
+"par_id3150443\n"
+"help.text"
msgid "<image id=\"img_id3163802\" src=\"cmd/sc_defaultbullet.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3163802\">Icon</alt></image>"
msgstr ""
-#: numbering_stop.xhp#par_id3147618.11.help.text
+#. :vZs
+#: numbering_stop.xhp
+msgctxt ""
+"numbering_stop.xhp\n"
+"par_id3147618\n"
+"11\n"
+"help.text"
msgid "For the current paragraph or selected paragraphs you can switch off the automatic numbering or listing. Click the <emph>Numbering Off</emph> icon in the <emph>Bullets and Numbering</emph> bar."
msgstr ""
-#: numbering_stop.xhp#par_id3155449.help.text
+#. 0Si/
+#: numbering_stop.xhp
+msgctxt ""
+"numbering_stop.xhp\n"
+"par_id3155449\n"
+"help.text"
msgid "<image id=\"img_id3158432\" src=\"cmd/sc_defaultbullet.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3158432\">Icon</alt></image>"
msgstr ""
-#: numbering_stop.xhp#par_id3144511.31.help.text
+#. d$;[
+#: numbering_stop.xhp
+msgctxt ""
+"numbering_stop.xhp\n"
+"par_id3144511\n"
+"31\n"
+"help.text"
msgid "If the cursor is located within a numbered or bulleted list, you can turn off automatic numbers or bullets for the current paragraph or selected paragraphs by clicking the <emph>Bullets On/Off </emph>icon on the <emph>Text Formatting</emph> bar."
msgstr ""
-#: numbering_stop.xhp#par_id3148946.12.help.text
+#. -*=M
+#: numbering_stop.xhp
+msgctxt ""
+"numbering_stop.xhp\n"
+"par_id3148946\n"
+"12\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">To remove numbering from a paragraph using the keyboard: </caseinline></switchinline>"
msgstr ""
-#: numbering_stop.xhp#par_id3148663.13.help.text
+#. *8F=
+#: numbering_stop.xhp
+msgctxt ""
+"numbering_stop.xhp\n"
+"par_id3148663\n"
+"13\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Place the cursor at the beginning of a numbered paragraph and press the Backspace key. </caseinline></switchinline>"
msgstr ""
-#: numbering_stop.xhp#par_id3150543.14.help.text
+#. CZEC
+#: numbering_stop.xhp
+msgctxt ""
+"numbering_stop.xhp\n"
+"par_id3150543\n"
+"14\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">The numbering of the paragraph disappears and is removed from the numbering sequence. Numbering resumes in the following paragraph. </caseinline></switchinline>"
msgstr ""
-#: numbering_stop.xhp#par_id3154123.15.help.text
+#. PDA^
+#: numbering_stop.xhp
+msgctxt ""
+"numbering_stop.xhp\n"
+"par_id3154123\n"
+"15\n"
+"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you press the Enter key in an empty numbered paragraph, the numbering stops. </caseinline></switchinline>"
msgstr ""
-#: numbering_stop.xhp#par_id3151043.32.help.text
+#. ]Wpr
+#: numbering_stop.xhp
+msgctxt ""
+"numbering_stop.xhp\n"
+"par_id3151043\n"
+"32\n"
+"help.text"
msgid "<link href=\"text/shared/01/06050000.xhp\" name=\"Format - Bullets/Numbering\">Format - Bullets and Numbering</link>"
msgstr ""
-#: xsltfilter_distribute.xhp#tit.help.text
-msgid "Distributing an XML filter as package "
+#. qc2^
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"tit\n"
+"help.text"
+msgid "Creating Reports"
msgstr ""
-#: xsltfilter_distribute.xhp#bm_id7007583.help.text
-msgid "<bookmark_value>distributing XML filters</bookmark_value><bookmark_value>deleting;XML filters</bookmark_value><bookmark_value>XML filters;saving as package/installing/deleting</bookmark_value><bookmark_value>installing;XML filters</bookmark_value>"
+#. -7@_
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"bm_id3729667\n"
+"help.text"
+msgid "<bookmark_value>databases;creating reports</bookmark_value><bookmark_value>reports;creating</bookmark_value><bookmark_value>wizards;reports</bookmark_value>"
msgstr ""
-#: xsltfilter_distribute.xhp#par_idN10ABC.help.text
-msgid "<variable id=\"xsltfilter\"><link href=\"text/shared/guide/xsltfilter_distribute.xhp\">Distributing An XML Filter As Package</link> </variable>"
+#. .*kh
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"par_idN105A3\n"
+"help.text"
+msgid "<variable id=\"data_reports\"><link href=\"text/shared/guide/data_reports.xhp\">Creating Reports</link></variable>"
msgstr ""
-#: xsltfilter_distribute.xhp#par_idN10AC0.help.text
-msgid "You can distribute an XML filter to multiple users using a special package format."
+#. #PnC
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"par_idN105C1\n"
+"help.text"
+msgid "A report is a Writer text document that can show your data in an organized order and formatting. In %PRODUCTNAME Base, you have a choice to create a report either manually using drag-and-drop in the Report Builder window, or semi-automatic by following a series of dialogs in the Report Wizard."
msgstr ""
-#: xsltfilter_distribute.xhp#par_idN10AC3.help.text
-msgid "To Save an XML Filter as a Package"
+#. 8Jdt
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"par_id4094363\n"
+"help.text"
+msgid "The following list gives you some information to decide which method to use for your data:"
msgstr ""
-#: xsltfilter_distribute.xhp#par_idN10ACD.help.text
-msgid "The XML Filter Settings dialog is only available when a text document is open."
+#. \s83
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"par_id8514358\n"
+"help.text"
+msgid "Report Builder"
msgstr ""
-#: xsltfilter_distribute.xhp#par_idN10ACA.help.text
-msgctxt "xsltfilter_distribute.xhp#par_idN10ACA.help.text"
-msgid "In Writer, choose <item type=\"menuitem\">Tools - XML Filter Settings</item>."
+#. _,Ij
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"par_id9764091\n"
+"help.text"
+msgid "Report Wizard"
msgstr ""
-#: xsltfilter_distribute.xhp#par_idN10AD9.help.text
-msgid "Select the filter that you want to distribute and click <emph>Save As Package</emph>."
+#. INO5
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"par_id1579638\n"
+"help.text"
+msgid "Started by \"Create Report in Design View\" command."
msgstr ""
-#: xsltfilter_distribute.xhp#par_idN10AE0.help.text
-msgid "To Install an XML Filter from a Package"
+#. V#:g
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"par_id1886959\n"
+"help.text"
+msgid "Started by \"Use Wizard to Create Report\" command."
msgstr ""
-#: xsltfilter_distribute.xhp#par_idN10AEA.help.text
-msgid "The XML Filter Settings dialog is only available when a text document is opened."
+#. MpH8
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"par_id455030\n"
+"help.text"
+msgid "Full flexibility to use report headers and footers, page headers and footers, multi-column reports."
msgstr ""
-#: xsltfilter_distribute.xhp#par_idN10AE7.help.text
-msgctxt "xsltfilter_distribute.xhp#par_idN10AE7.help.text"
-msgid "In Writer, choose <item type=\"menuitem\">Tools - XML Filter Settings</item>."
+#. h))I
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"par_id8409985\n"
+"help.text"
+msgid "Uses a Writer template to generate a report document."
msgstr ""
-#: xsltfilter_distribute.xhp#par_idN10AF6.help.text
-msgid "Click <emph>Open Package</emph> and select the package file with the filter you want to install."
+#. f?1M
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"par_id5931272\n"
+"help.text"
+msgid "Use drag-and-drop to position the record fields or other design elements like pictures or lines."
msgstr ""
-#: xsltfilter_distribute.xhp#par_idN10535.help.text
-msgid "To Delete an Installed XML Filter"
+#. ls5]
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"par_id9869075\n"
+"help.text"
+msgid "Select from several given choices to arrange the data records."
msgstr ""
-#: xsltfilter_distribute.xhp#par_idN10B0A.help.text
-msgctxt "xsltfilter_distribute.xhp#par_idN10B0A.help.text"
-msgid "In Writer, choose <item type=\"menuitem\">Tools - XML Filter Settings</item>."
+#. Z4xf
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"par_id8611713\n"
+"help.text"
+msgid "Generates a one-time snapshot of the data. To see an updated report, execute the same report again to create a Writer document with the updated data."
msgstr ""
-#: xsltfilter_distribute.xhp#par_idN10B19.help.text
-msgid "Select the filter you want to delete and click <emph>Delete</emph>."
+#. #%+z
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"par_id2866908\n"
+"help.text"
+msgid "You can choose to generate a one-time snapshot with fixed data, or a \"live\" report with links to the current data at the time when you open the Base file."
msgstr ""
-#: xsltfilter_distribute.xhp#par_id6011841.help.text
-msgctxt "xsltfilter_distribute.xhp#par_id6011841.help.text"
-msgid "<link href=\"text/shared/guide/xsltfilter.xhp\">About XML Filters</link>"
+#. `/JP
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"par_id4169743\n"
+"help.text"
+msgid "Saves the report as a Writer text document. Stores the information how to create the report inside the Base file."
msgstr ""
-#: error_report.xhp#tit.help.text
-msgid "Error Report Tool"
+#. S|uT
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"par_id408948\n"
+"help.text"
+msgid "Saves the report and the information how to create the report inside the Base file."
msgstr ""
-#: error_report.xhp#bm_id3150616.help.text
-msgid "<bookmark_value>Error Report Tool</bookmark_value> <bookmark_value>reports;error reports</bookmark_value> <bookmark_value>crash reports</bookmark_value> <bookmark_value>activating;Error Report Tool</bookmark_value>"
+#. Y~;I
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"par_id2891933\n"
+"help.text"
+msgid "Choose Open in the context menu or double-click the report name to create a new report with the current data."
msgstr ""
-#: error_report.xhp#hd_id3150616.17.help.text
-msgid "<variable id=\"error_report\"><link href=\"text/shared/guide/error_report.xhp\" name=\"Error Report Tool\">Error Report Tool</link></variable>"
+#. ED72
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"par_id6142765\n"
+"help.text"
+msgid "Choose Open in the context menu or double-click the report name to either see again the static snapshot of the data from first creation time, or to create a new report with the current data. This depends on your choice on the last page of the wizard."
msgstr ""
-#: error_report.xhp#par_id3153345.1.help.text
-msgid "The Error Report Tool starts automatically when a program crash occurs."
+#. K_Jl
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"par_id1757560\n"
+"help.text"
+msgid "Choose Edit in the context menu of a report name to open the Report Builder window, with the report's information loaded."
msgstr ""
-#: error_report.xhp#par_id3147088.2.help.text
-msgid "The Error Report Tool gathers all necessary information that can help the program developers to improve the code, so that in later versions this error can possibly be avoided. Please help us to improve the software and send the generated error report."
+#. 4L5[
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"par_id4649189\n"
+"help.text"
+msgid "Choose Edit in the context menu of a report name to edit the Writer template file that was used to create the report."
msgstr ""
-#: error_report.xhp#hd_id3148538.4.help.text
-msgid "Starting the Error Report Tool"
+#. QXQ$
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"hd_id8414258\n"
+"help.text"
+msgid "Creating a New Report Manually In Design View"
msgstr ""
-#: error_report.xhp#par_id3149811.5.help.text
-msgid "With most program crashes the Error Report Tool will start automatically."
+#. .(}@
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"par_id3119602\n"
+"help.text"
+msgid "Open the database file where you want to create the new report."
msgstr ""
-#: error_report.xhp#hd_id3154046.7.help.text
-msgid "Completing the Report"
+#. VKRl
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"par_id4226508\n"
+"help.text"
+msgid "In the left pane of the database window, click the <emph>Reports</emph> icon."
msgstr ""
-#: error_report.xhp#par_id3147335.8.help.text
-msgid "On the main Error Report Tool dialog, you can enter some additional information that may help the developers to localize the error. For example, if the error only appears after a change in your hardware or software environment, or if you clicked on a button, please include that information."
+#. jbLz
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"par_id5758842\n"
+"help.text"
+msgid "Click <emph>Create Report in Design View</emph>."
msgstr ""
-#: error_report.xhp#hd_id3159399.9.help.text
-msgid "Sending the Error Report"
+#. Im3,
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"par_id4870754\n"
+"help.text"
+msgid "Follow the instructions in the <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link> guide."
msgstr ""
-#: error_report.xhp#par_id3150504.10.help.text
-msgid "The Error Report Tool uses the HTTP PUT / SOAP protocol to send the report data. You may optionally enter some descriptive text that will help us to identify the context of the program crash. Then click the <emph>Send</emph> button."
+#. J^i}
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"par_idN105C4\n"
+"help.text"
+msgid "Creating a New Report With the Report Wizard"
msgstr ""
-#: error_report.xhp#par_id3149670.11.help.text
-msgid "You will not get an answer to your error report. If you need support, please visit the <link href=\"text/shared/main0108.xhp\">support forum</link> on the Internet."
+#. g)?s
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"par_idN105DC\n"
+"help.text"
+msgid "Open the database file where you want to create the new report."
msgstr ""
-#: error_report.xhp#par_id3153526.12.help.text
-msgid "You may choose to respond to questions that the developers may have about the reported error. Mark the check box if you allow to be contacted by e-mail, should additional information be required. By default this box is not marked, so you will not get any e-mail."
+#. ybGJ
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"par_idN105E0\n"
+"help.text"
+msgid "In the left pane of the database window, click the <emph>Reports</emph> icon."
msgstr ""
-#: error_report.xhp#hd_id3150792.13.help.text
-msgid "What Data is Sent?"
+#. *oU4
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"par_idN105E8\n"
+"help.text"
+msgid "Click <emph>Use Wizard to Create Report</emph>."
msgstr ""
-#: error_report.xhp#par_id3154366.14.help.text
-msgid "The error report consists of several files. The main file contains information about the error type, operating system name and version, memory usage, and the description that you entered. You can click the <emph>Show Report</emph> button on the main dialog of the Error Report Tool to view what will get sent in the main file."
+#. #_OX
+#: data_reports.xhp
+msgctxt ""
+"data_reports.xhp\n"
+"par_id8032166\n"
+"help.text"
+msgid "Follow the steps of the <link href=\"text/shared/autopi/01100000.xhp\">Report Wizard</link> to create the report."
msgstr ""
-#: error_report.xhp#par_id3151177.15.help.text
-msgid "In addition, relevant memory contents and stack traces are gathered by some system standard tools (\"dbhhelp.dll\" on Windows systems, \"pstack\" on UNIX systems). This information will be sent also."
+#. fFpx
+#: dragdrop_beamer.xhp
+msgctxt ""
+"dragdrop_beamer.xhp\n"
+"tit\n"
+"help.text"
+msgid "Drag-and-Drop With the Data Source View"
msgstr ""
-#: textmode_change.xhp#tit.help.text
-msgid "Switching Between Insert Mode and Overwrite Mode"
+#. %_A.
+#: dragdrop_beamer.xhp
+msgctxt ""
+"dragdrop_beamer.xhp\n"
+"bm_id3145071\n"
+"help.text"
+msgid "<bookmark_value>drag and drop; data source view</bookmark_value><bookmark_value>data source view; drag and drop</bookmark_value><bookmark_value>copying;from data source view</bookmark_value><bookmark_value>pasting;from data source view</bookmark_value>"
msgstr ""
-#: textmode_change.xhp#bm_id3159233.help.text
-msgid "<bookmark_value>text; overwriting or inserting</bookmark_value><bookmark_value>overwrite mode</bookmark_value><bookmark_value>insert mode for entering text</bookmark_value>"
+#. H/G+
+#: dragdrop_beamer.xhp
+msgctxt ""
+"dragdrop_beamer.xhp\n"
+"hd_id3145071\n"
+"10\n"
+"help.text"
+msgid "<variable id=\"dragdrop_beamer\"><link href=\"text/shared/guide/dragdrop_beamer.xhp\" name=\"Drag-and-Drop With the Data Source View\">Drag-and-Drop With the Data Source View</link></variable>"
msgstr ""
-#: textmode_change.xhp#hd_id3159233.1.help.text
-msgid "<variable id=\"textmode_change\"><link href=\"text/shared/guide/textmode_change.xhp\" name=\"Switching Between Insert Mode and Overwrite Mode\">Switching Between Insert Mode and Overwrite Mode</link></variable>"
+#. 0:A.
+#: dragdrop_beamer.xhp
+msgctxt ""
+"dragdrop_beamer.xhp\n"
+"par_id3151111\n"
+"34\n"
+"help.text"
+msgid "A fast way of copying from a data source into a text or spreadsheet document, or of creating forms based on a data source, is by drag-and-drop."
msgstr ""
-#: textmode_change.xhp#hd_id3149811.2.help.text
-msgid "With the keyboard:"
+#. 8p_P
+#: dragdrop_beamer.xhp
+msgctxt ""
+"dragdrop_beamer.xhp\n"
+"par_id3147335\n"
+"help.text"
+msgid "<image id=\"img_id3155390\" src=\"res/helpimg/copydata.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3155390\">Mouse pointer copying data</alt></image>"
msgstr ""
-#: textmode_change.xhp#par_id3153031.3.help.text
-msgid "Press Insert to toggle between overwrite mode and insert mode. The current mode is displayed on the Status Bar.<switchinline select=\"appl\"><caseinline select=\"CALC\"> The text cursor must be enabled in the cell or in the input line. </caseinline></switchinline>"
+#. S(-*
+#: dragdrop_beamer.xhp
+msgctxt ""
+"dragdrop_beamer.xhp\n"
+"par_id3145315\n"
+"35\n"
+"help.text"
+msgid "Copying with Drag-and-Drop"
msgstr ""
-#: textmode_change.xhp#hd_id3152349.4.help.text
-msgid "With the mouse:"
+#. 4lQ?
+#: dragdrop_beamer.xhp
+msgctxt ""
+"dragdrop_beamer.xhp\n"
+"par_id3149233\n"
+"28\n"
+"help.text"
+msgid "If you want to reverse a drag-and-drop, position the cursor in your document and choose <emph>Edit - Undo</emph>."
msgstr ""
-#: textmode_change.xhp#par_id3159157.5.help.text
-msgid "On the Status Bar, click on the area indicating the current mode in order to switch to the other mode:"
+#. UUm_
+#: dragdrop_beamer.xhp
+msgctxt ""
+"dragdrop_beamer.xhp\n"
+"par_id3149656\n"
+"46\n"
+"help.text"
+msgid "It is also possible to copy by drag-and-drop from a document into a data source:"
msgstr ""
-#: textmode_change.xhp#par_id3145673.6.help.text
-msgid "<emph>INSRT</emph>"
+#. 58dd
+#: dragdrop_beamer.xhp
+msgctxt ""
+"dragdrop_beamer.xhp\n"
+"par_id3153379\n"
+"47\n"
+"help.text"
+msgid "A text table or the selected range of a spreadsheet can be dragged using drag-and-drop to a table container in the data source explorer."
msgstr ""
-#: textmode_change.xhp#par_id3154307.7.help.text
-msgid "Insert mode is enabled. <switchinline select=\"appl\"><caseinline select=\"WRITER\">The text cursor is a blinking vertical line. </caseinline></switchinline>Click on the area to enable the overwrite mode."
+#. \q/O
+#: dragdrop_beamer.xhp
+msgctxt ""
+"dragdrop_beamer.xhp\n"
+"par_id3151211\n"
+"48\n"
+"help.text"
+msgid "Plain text can be copied using drag-and-drop from one document to a data field in the data source view."
msgstr ""
-#: textmode_change.xhp#par_id3150984.8.help.text
-msgid "<emph>OVER</emph>"
+#. GCpE
+#: dragdrop_beamer.xhp
+msgctxt ""
+"dragdrop_beamer.xhp\n"
+"hd_id3145421\n"
+"36\n"
+"help.text"
+msgid "Using data in a text document"
msgstr ""
-#: textmode_change.xhp#par_id3148491.9.help.text
-msgid "The overwrite mode is enabled. <switchinline select=\"appl\"><caseinline select=\"WRITER\">The text cursor is a blinking block. </caseinline></switchinline>Click on the area to enable insert mode."
+#. !BF[
+#: dragdrop_beamer.xhp
+msgctxt ""
+"dragdrop_beamer.xhp\n"
+"par_id3154685\n"
+"12\n"
+"help.text"
+msgid "You can insert a database field in a text document by dragging a field name from the column header of the data source view into the document. This is especially useful when designing form letters. Simply drag the desired fields - home address, form of address, and so on - into your document."
msgstr ""
-#: textmode_change.xhp#par_id3154346.10.help.text
-msgid "<link href=\"text/shared/04/01010000.xhp\" name=\"Keyboard commands\">Keyboard commands</link>"
+#. jEQ2
+#: dragdrop_beamer.xhp
+msgctxt ""
+"dragdrop_beamer.xhp\n"
+"par_id3153105\n"
+"37\n"
+"help.text"
+msgid "To insert a complete record, select the corresponding header and drag it into the document. When you release the mouse button, the <link href=\"text/shared/02/12070000.xhp\" name=\"Insert database columns\"><emph>Insert database columns</emph></link> dialog appears, in which you can decide whether to use all database fields, and whether to copy the data into the document as text, a table or fields. All currently selected records will be inserted."
msgstr ""
-#: assistive.xhp#tit.help.text
-msgid "Assistive Tools in $[officename]"
+#. })HV
+#: dragdrop_beamer.xhp
+msgctxt ""
+"dragdrop_beamer.xhp\n"
+"hd_id3147230\n"
+"39\n"
+"help.text"
+msgid "Applying data to a table document"
msgstr ""
-#: assistive.xhp#bm_id3147399.help.text
-msgid "<bookmark_value>accessibility; $[officename] assistive technology</bookmark_value><bookmark_value>assistive technology in $[officename]</bookmark_value><bookmark_value>screen readers</bookmark_value><bookmark_value>screen magnifiers</bookmark_value><bookmark_value>magnifiers</bookmark_value>"
+#. 5R0q
+#: dragdrop_beamer.xhp
+msgctxt ""
+"dragdrop_beamer.xhp\n"
+"par_id3125864\n"
+"40\n"
+"help.text"
+msgid "You can insert one or more records into the current sheet of a spreadsheet by selecting the rows in the data source view and dragging and dropping them into the spreadsheet. The data is inserted at the place where you release the mouse button."
msgstr ""
-#: assistive.xhp#hd_id3147399.22.help.text
-msgid "<variable id=\"assistive\"><link href=\"text/shared/guide/assistive.xhp\" name=\"Assistive Tools in $[officename]\">Assistive Tools in $[officename]</link></variable>"
+#. h@NW
+#: dragdrop_beamer.xhp
+msgctxt ""
+"dragdrop_beamer.xhp\n"
+"hd_id3149766\n"
+"42\n"
+"help.text"
+msgid "Inserting controls in a text form"
msgstr ""
-#: assistive.xhp#par_id3143267.25.help.text
-msgid "$[officename] supports some assistive technology tools like screen magnification software, screen readers, and on-screen keyboards. Most of these tools communicate with $[officename] by means of the Java(TM) Access Bridge software, that uses the Java Accessibility API, a part of the Java runtime environment."
+#. *e{`
+#: dragdrop_beamer.xhp
+msgctxt ""
+"dragdrop_beamer.xhp\n"
+"par_id3155132\n"
+"43\n"
+"help.text"
+msgid "When you create a text form linked to a database, you can generate controls by drag-and-drop from the data source view."
msgstr ""
-#: assistive.xhp#par_id8847010.help.text
-msgid "A current list of supported assistive tools can be found on the Wiki at <link href=\"http://wiki.documentfoundation.org/Accessibility\">http://wiki.documentfoundation.org/Accessibility</link>."
+#. nQ%n
+#: dragdrop_beamer.xhp
+msgctxt ""
+"dragdrop_beamer.xhp\n"
+"par_id3149562\n"
+"45\n"
+"help.text"
+msgid "When you drag a database column into the text document, you insert a field. If you hold down Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while dragging, a text field is inserted, grouped with an appropriate label field. The text field already contains all the database information that you need for the form."
msgstr ""
-#: assistive.xhp#hd_id3145345.12.help.text
-msgid "Requirements to use assistive tools in $[officename]"
+#. +9M7
+#: redlining_versions.xhp
+msgctxt ""
+"redlining_versions.xhp\n"
+"tit\n"
+"help.text"
+msgid "Version Management"
msgstr ""
-#: assistive.xhp#par_id3147209.13.help.text
-msgid "Java Runtime Environment (JRE) version 1.4.1_01 and higher, or version 1.4.0_02 with the locale set to \"en_us\"."
+#. 4L%s
+#: redlining_versions.xhp
+msgctxt ""
+"redlining_versions.xhp\n"
+"bm_id3154230\n"
+"help.text"
+msgid "<bookmark_value>versions; of a document</bookmark_value><bookmark_value>documents; version management</bookmark_value><bookmark_value>version management</bookmark_value>"
msgstr ""
-#: assistive.xhp#par_id3146797.26.help.text
-msgid "Most recent version of the software for your assistive tool"
+#. !On7
+#: redlining_versions.xhp
+msgctxt ""
+"redlining_versions.xhp\n"
+"hd_id3154230\n"
+"43\n"
+"help.text"
+msgid "<variable id=\"redlining_versions\"><link href=\"text/shared/guide/redlining_versions.xhp\" name=\"Version Management\">Version Management</link></variable>"
msgstr ""
-#: assistive.xhp#par_id3149578.15.help.text
-msgid "On Windows systems, <link href=\"http://www.sun.com/access/downloads/\" name=\"Java Access Bridge\">Java Access Bridge</link> software version 1.0.3 or higher "
+#. bIBi
+#: redlining_versions.xhp
+msgctxt ""
+"redlining_versions.xhp\n"
+"par_id3153394\n"
+"40\n"
+"help.text"
+msgid "The <emph>File</emph> menu contains a <link href=\"text/shared/01/01190000.xhp\" name=\"Versions\"><emph>Versions</emph></link> command that enables you to save multiple versions of a document in the same file."
msgstr ""
-#: assistive.xhp#par_id3149762.16.help.text
-msgid "On UNIX(R) systems, the GNOME 2 desktop environment with the Java Access Bridge software for GNOME"
+#. `W+l
+#: redlining_versions.xhp
+msgctxt ""
+"redlining_versions.xhp\n"
+"par_id3149399\n"
+"44\n"
+"help.text"
+msgid "You can choose to view individual versions of a document, or you can display the differences between versions with color markings."
msgstr ""
-#: assistive.xhp#hd_id3149795.23.help.text
-msgid "Supported Assistive Tools"
+#. )hbg
+#: redlining_versions.xhp
+msgctxt ""
+"redlining_versions.xhp\n"
+"par_id3149811\n"
+"45\n"
+"help.text"
+msgid "In the dialog to open a document, you can select from a combo box which version of this document you want to open."
msgstr ""
-#: assistive.xhp#par_id3155419.2.help.text
-msgid "On Windows systems, $[officename] directly supports most on-screen keyboard software. Additional support for assistive tools is provided by the Java Access Bridge software. The following is a list of some assistive tools that use the Java Access Bridge software to exchange data with $[officename]:"
+#. eog*
+#: print_blackwhite.xhp
+msgctxt ""
+"print_blackwhite.xhp\n"
+"tit\n"
+"help.text"
+msgid "Printing in Black and White"
msgstr ""
-#: assistive.xhp#par_id3156329.4.help.text
-msgid "ZoomText Screen Magnifier (version 7.11 or higher)(Windows)"
+#. dV`h
+#: print_blackwhite.xhp
+msgctxt ""
+"print_blackwhite.xhp\n"
+"bm_id3150125\n"
+"help.text"
+msgid "<bookmark_value>printing; black and white</bookmark_value> <bookmark_value>black and white printing</bookmark_value> <bookmark_value>colors; not printing</bookmark_value> <bookmark_value>text; printing in black</bookmark_value>"
msgstr ""
-#: assistive.xhp#par_id3155628.5.help.text
-msgid "Gnopernicus Screen Reader and Magnifier, using GNOME Assistive Technology Service Provider Interface (at-spi) and Java Accessibility API software"
+#. qYTj
+#: print_blackwhite.xhp
+msgctxt ""
+"print_blackwhite.xhp\n"
+"hd_id3150125\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"print_blackwhite\"><link href=\"text/shared/guide/print_blackwhite.xhp\" name=\"Printing in Black and White\">Printing in Black and White</link></variable>"
msgstr ""
-#: assistive.xhp#par_id3148474.6.help.text
-msgid "GNOME On Screen Keyboard (GOK), using GNOME at-spi and Java Accessibility API software"
+#. U5Gc
+#: print_blackwhite.xhp
+msgctxt ""
+"print_blackwhite.xhp\n"
+"hd_id3150499\n"
+"3\n"
+"help.text"
+msgid "Printing text and graphics in black and white"
msgstr ""
-#: assistive.xhp#hd_id3153061.24.help.text
-msgid "Supported Input Devices"
+#. .soO
+#: print_blackwhite.xhp
+msgctxt ""
+"print_blackwhite.xhp\n"
+"par_id3149346\n"
+"4\n"
+"help.text"
+msgid "Choose <emph>File - Print</emph>. The <emph>General</emph> tab page of the dialog opens."
msgstr ""
-#: assistive.xhp#par_id3156024.7.help.text
-msgid "$[officename] provides the ability to use alternative input devices for access to all functions of $[officename]."
+#. pMS0
+#: print_blackwhite.xhp
+msgctxt ""
+"print_blackwhite.xhp\n"
+"par_id3155892\n"
+"5\n"
+"help.text"
+msgid "Click on <emph>Properties</emph>. This opens the Properties dialog for your printer."
msgstr ""
-#: assistive.xhp#par_id3149045.8.help.text
-msgid "Screen magnification software allow users with low vision to work in $[officename] with caret and focus tracking."
+#. \_)7
+#: print_blackwhite.xhp
+msgctxt ""
+"print_blackwhite.xhp\n"
+"par_id3145313\n"
+"6\n"
+"help.text"
+msgid "Select the option to print in black and white. For further information, refer to the user's manual of your printer."
msgstr ""
-#: assistive.xhp#par_id3152811.9.help.text
-msgid "On-screen keyboards enable users to perform almost all data input and commands with a mouse."
+#. `mZ(
+#: print_blackwhite.xhp
+msgctxt ""
+"print_blackwhite.xhp\n"
+"par_id3153345\n"
+"7\n"
+"help.text"
+msgid "Confirm the <emph>Properties</emph> dialog and click <emph>Print</emph>."
msgstr ""
-#: assistive.xhp#par_id3153379.10.help.text
-msgid "Screen readers allow visually impaired users to access $[officename] with text-to-speech and Braille displays."
+#. -DVi
+#: print_blackwhite.xhp
+msgctxt ""
+"print_blackwhite.xhp\n"
+"par_id3156113\n"
+"8\n"
+"help.text"
+msgid "The current document will be printed in black and white."
msgstr ""
-#: assistive.xhp#par_id3149808.11.help.text
-msgid "When accessibility support in $[officename] is enabled, the Java Runtime Environment is loaded, and increases the startup time for $[officename]."
+#. DZET
+#: print_blackwhite.xhp
+msgctxt ""
+"print_blackwhite.xhp\n"
+"hd_id3147653\n"
+"9\n"
+"help.text"
+msgid "Printing in black and white in <item type=\"productname\">%PRODUCTNAME</item> Impress and <item type=\"productname\">%PRODUCTNAME</item> Draw"
msgstr ""
-#: assistive.xhp#par_id3152933.18.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010800.xhp\" name=\"$[officename] - View\">$[officename] - View</link>"
+#. FL5U
+#: print_blackwhite.xhp
+msgctxt ""
+"print_blackwhite.xhp\n"
+"par_id3149233\n"
+"10\n"
+"help.text"
+msgid "Choose Tools - Options - %PRODUCTNAME Impress or Tools - Options - %PRODUCTNAME Draw, as appropriate."
msgstr ""
-#: assistive.xhp#par_id3155430.19.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01012000.xhp\" name=\"$[officename] - Appearance\">$[officename] - Appearance</link>"
+#. Qn/D
+#: print_blackwhite.xhp
+msgctxt ""
+"print_blackwhite.xhp\n"
+"par_id3150275\n"
+"11\n"
+"help.text"
+msgid "Then choose <emph>Print</emph>."
msgstr ""
-#: assistive.xhp#par_id3148617.20.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01013000.xhp\" name=\"$[officename] - Accessibility\">$[officename] - Accessibility</link>"
+#. LfZF
+#: print_blackwhite.xhp
+msgctxt ""
+"print_blackwhite.xhp\n"
+"par_id3147573\n"
+"12\n"
+"help.text"
+msgid "Under <emph>Quality,</emph> select either <emph>Grayscale</emph> or <emph>Black & white</emph> and click <emph>OK</emph>."
msgstr ""
-#: autohide.xhp#tit.help.text
-msgid "Showing, Docking and Hiding Windows"
+#. Br/`
+#: print_blackwhite.xhp
+msgctxt ""
+"print_blackwhite.xhp\n"
+"par_id3154307\n"
+"13\n"
+"help.text"
+msgid "When either of these options is selected, all presentations or drawings will be printed without color. If you only want to print in black for the <emph>current</emph> print job, select the option in <emph>File - Print - %PRODUCTNAME Draw/Impress</emph>."
msgstr ""
-#: autohide.xhp#bm_id3150713.help.text
-msgid "<bookmark_value>Gallery; hiding/showing</bookmark_value><bookmark_value>data source view; showing</bookmark_value><bookmark_value>Navigator; docking</bookmark_value><bookmark_value>Styles and Formatting window; docking</bookmark_value><bookmark_value>windows; hiding/showing/docking</bookmark_value><bookmark_value>docking; windows</bookmark_value><bookmark_value>undocking windows</bookmark_value><bookmark_value>showing;docked windows</bookmark_value><bookmark_value>hiding;docked windows</bookmark_value>"
+#. 3Ih@
+#: print_blackwhite.xhp
+msgctxt ""
+"print_blackwhite.xhp\n"
+"par_id3149786\n"
+"15\n"
+"help.text"
+msgid "<emph>Grayscale</emph> converts all colors to a maximum of 256 gradations from black to white. All text will be printed in black. A background set by <emph>Format - Page - Background</emph> will not be printed."
+msgstr ""
+
+#. 4af0
+#: print_blackwhite.xhp
+msgctxt ""
+"print_blackwhite.xhp\n"
+"par_id3145610\n"
+"16\n"
+"help.text"
+msgid "<emph>Black & white</emph> converts all colors into the two values black and white. All borders around objects are printed black. All text will be printed in black. A background set by <emph>Format - Page - Background</emph> will not be printed."
+msgstr ""
+
+#. 8}~]
+#: print_blackwhite.xhp
+msgctxt ""
+"print_blackwhite.xhp\n"
+"hd_id3153896\n"
+"17\n"
+"help.text"
+msgid "Printing only text in black and white"
msgstr ""
-#: autohide.xhp#hd_id3145346.71.help.text
-msgid "<variable id=\"autohide\"><link href=\"text/shared/guide/autohide.xhp\" name=\"Showing, Docking and Hiding Windows\">Showing, Docking and Hiding Windows</link></variable>"
+#. BAO;
+#: print_blackwhite.xhp
+msgctxt ""
+"print_blackwhite.xhp\n"
+"par_id3147559\n"
+"18\n"
+"help.text"
+msgid "In <item type=\"productname\">%PRODUCTNAME</item> Writer you can choose to print color-formatted text in black and white. You can specify this either for all subsequent text documents to be printed, or only for the current printing process."
msgstr ""
-#: autohide.xhp#par_id3147242.52.help.text
-msgid "Some windows in $[officename] are dockable, such as the Navigator window. You can move these windows, re-size them or dock them to an edge."
+#. O.fw
+#: print_blackwhite.xhp
+msgctxt ""
+"print_blackwhite.xhp\n"
+"hd_id3150358\n"
+"19\n"
+"help.text"
+msgid "Printing all text documents with black and white text"
msgstr ""
-#: autohide.xhp#hd_id3154750.65.help.text
-msgid "Docking and Undocking Windows"
+#. %Mw`
+#: print_blackwhite.xhp
+msgctxt ""
+"print_blackwhite.xhp\n"
+"par_id3150541\n"
+"20\n"
+"help.text"
+msgid "Choose Tools - Options - %PRODUCTNAME Writer or Tools - Options - %PRODUCTNAME Writer/Web."
msgstr ""
-#: autohide.xhp#par_id3166460.66.help.text
-msgid "To dock a window, do one of the following:"
+#. Mx|/
+#: print_blackwhite.xhp
+msgctxt ""
+"print_blackwhite.xhp\n"
+"par_id3147084\n"
+"21\n"
+"help.text"
+msgid "Then choose <emph>Print</emph>."
msgstr ""
-#: autohide.xhp#par_id3150503.67.help.text
-msgid "Drag the window by its title bar to the side, or"
+#. cK^F
+#: print_blackwhite.xhp
+msgctxt ""
+"print_blackwhite.xhp\n"
+"par_id3154910\n"
+"22\n"
+"help.text"
+msgid "Under <emph>Contents,</emph> mark <emph>Print black</emph> and click <emph>OK</emph>."
msgstr ""
-#: autohide.xhp#par_id3150275.68.help.text
-msgid "Double-click inside a vacant area of the window while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. In the Styles and Formatting window, double-click a gray part of the window next to the icons while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. Alternatively, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F10</item>."
+#. 3wuz
+#: print_blackwhite.xhp
+msgctxt ""
+"print_blackwhite.xhp\n"
+"par_id3144762\n"
+"23\n"
+"help.text"
+msgid "All text documents or HTML documents will be printed with black text."
msgstr ""
-#: autohide.xhp#par_id3147335.69.help.text
-msgid "These methods can also be used to undock a currently docked window."
+#. g4RC
+#: print_blackwhite.xhp
+msgctxt ""
+"print_blackwhite.xhp\n"
+"hd_id3148920\n"
+"24\n"
+"help.text"
+msgid "Printing the current text document with black and white text"
msgstr ""
-#: autohide.xhp#hd_id3149796.70.help.text
-msgid "Showing and Hiding Docked Windows"
+#. $0r*
+#: print_blackwhite.xhp
+msgctxt ""
+"print_blackwhite.xhp\n"
+"par_id3152933\n"
+"25\n"
+"help.text"
+msgid "Choose <emph>File - Print</emph>. Then click the <emph>%PRODUCTNAME Writer</emph> tab."
msgstr ""
-#: autohide.xhp#par_id3149045.help.text
-msgid "<image id=\"img_id3149655\" src=\"res/helpimg/ein.png\" width=\"0.1043inch\" height=\"0.4272inch\"><alt id=\"alt_id3149655\">Icon</alt></image>"
+#. *xK)
+#: print_blackwhite.xhp
+msgctxt ""
+"print_blackwhite.xhp\n"
+"par_id3149667\n"
+"27\n"
+"help.text"
+msgid "Choose <emph>Print text in black</emph> and click <emph>Print</emph>."
msgstr ""
-#: autohide.xhp#par_id3152921.64.help.text
-msgid "Click the button on the edge of the docked window to show or hide the docked window. The AutoHide function allows you to temporarily show a hidden window by clicking on its edge. When you click in the document, the docked window hides again. "
+#. 9y56
+#: print_blackwhite.xhp
+#, fuzzy
+msgctxt ""
+"print_blackwhite.xhp\n"
+"par_id3153726\n"
+"29\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01130000.xhp\" name=\"Printing dialogs\">Printing dialogs</link>"
+msgstr "<link href=\"text/scalc/01/04050000.xhp\" name=\"ფურცელი\">ფურცელი</link>"
+
+#. Ixu!
+#: print_blackwhite.xhp
+msgctxt ""
+"print_blackwhite.xhp\n"
+"par_id3154146\n"
+"30\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01000000.xhp\" name=\"Tools - Options dialog\">Tools - Options dialog</link>"
msgstr ""
-#: fax.xhp#tit.help.text
-msgid "Sending Faxes and Configuring $[officename] for Faxing"
+#. rBco
+#: dragdrop_fromgallery.xhp
+msgctxt ""
+"dragdrop_fromgallery.xhp\n"
+"tit\n"
+"help.text"
+msgid "Copying Graphics From the Gallery"
msgstr ""
-#: fax.xhp#bm_id3156426.help.text
-msgid "<bookmark_value>faxes; sending</bookmark_value><bookmark_value>faxes;configuring $[officename]</bookmark_value><bookmark_value>sending; documents as faxes </bookmark_value><bookmark_value>configuring;fax icon</bookmark_value>"
+#. #JH-
+#: dragdrop_fromgallery.xhp
+msgctxt ""
+"dragdrop_fromgallery.xhp\n"
+"bm_id3145345\n"
+"help.text"
+msgid "<bookmark_value>Gallery;dragging pictures to draw objects</bookmark_value><bookmark_value>draw objects;dropping Gallery pictures</bookmark_value><bookmark_value>drag and drop;from Gallery to draw objects</bookmark_value>"
msgstr ""
-#: fax.xhp#hd_id3156426.5.help.text
-msgid "<variable id=\"fax\"><link href=\"text/shared/guide/fax.xhp\" name=\"Sending Faxes and Configuring $[officename] for Faxing\">Sending Faxes and Configuring $[officename] for Faxing</link></variable>"
+#. hKJQ
+#: dragdrop_fromgallery.xhp
+msgctxt ""
+"dragdrop_fromgallery.xhp\n"
+"hd_id3145345\n"
+"40\n"
+"help.text"
+msgid "<variable id=\"dragdrop_fromgallery\"><link href=\"text/shared/guide/dragdrop_fromgallery.xhp\" name=\"Copying Graphics From the Gallery\">Copying Graphics From the Gallery</link></variable>"
msgstr ""
-#: fax.xhp#par_id3156410.3.help.text
-msgid "To send a fax directly from $[officename], you need a fax modem and a fax driver that allows applications to communicate with the fax modem."
+#. olXW
+#: dragdrop_fromgallery.xhp
+msgctxt ""
+"dragdrop_fromgallery.xhp\n"
+"par_id3155535\n"
+"41\n"
+"help.text"
+msgid "If you drag a graphic from the Gallery into a text, spreadsheet or presentation document, the graphic will be inserted there."
msgstr ""
-#: fax.xhp#hd_id3166410.6.help.text
-msgid "Sending a Fax Through the Print Dialog"
+#. ?v:@
+#: dragdrop_fromgallery.xhp
+msgctxt ""
+"dragdrop_fromgallery.xhp\n"
+"par_id3149762\n"
+"45\n"
+"help.text"
+msgid "If you release the graphic <emph>directly on a draw object</emph>, please note the following:"
msgstr ""
-#: fax.xhp#par_id3152996.7.help.text
-msgid "Open the <emph>Print</emph> dialog by choosing <emph>File - Print</emph> and select the fax driver in the <emph>Name</emph> list box."
+#. pA2~
+#: dragdrop_fromgallery.xhp
+msgctxt ""
+"dragdrop_fromgallery.xhp\n"
+"par_id3153825\n"
+"43\n"
+"help.text"
+msgid "If you move the graphic (drag it without pressing any key, in which case no additional symbol appears next to the mouse pointer), only the attributes are copied from the graphic and applied to the draw object on which you release the mouse button."
msgstr ""
-#: fax.xhp#par_id3155135.8.help.text
-msgid "Clicking <emph>OK</emph> opens the dialog for your fax driver, where you can select the fax recipient."
+#. f+K!
+#: dragdrop_fromgallery.xhp
+msgctxt ""
+"dragdrop_fromgallery.xhp\n"
+"par_id3153665\n"
+"42\n"
+"help.text"
+msgid "If you copy the graphic (drag it while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, in which case a plus sign appears next to the mouse pointer), the graphic will be inserted as an object."
msgstr ""
-#: fax.xhp#hd_id3153825.9.help.text
-msgid "Configuring $[officename] a Fax Icon"
+#. w5pf
+#: dragdrop_fromgallery.xhp
+msgctxt ""
+"dragdrop_fromgallery.xhp\n"
+"par_id3154514\n"
+"44\n"
+"help.text"
+msgid "If you create a hyperlink (drag while holding down Shift and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, in which case a linking arrow appears next to the mouse pointer), the drawing object is replaced by the graphic from the Gallery, but the position and size of the replaced draw object are retained."
msgstr ""
-#: fax.xhp#par_id3153822.10.help.text
-msgid "You can configure $[officename] so that a single click on an icon automatically sends the current document as a fax:"
+#. g@FB
+#: doc_save.xhp
+msgctxt ""
+"doc_save.xhp\n"
+"tit\n"
+"help.text"
+msgid "Saving Documents"
msgstr ""
-#: fax.xhp#par_id3145315.11.help.text
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01040400.xhp\" name=\"Writer - Print\">%PRODUCTNAME Writer - Print</link></emph>."
+#. TXqw
+#: doc_save.xhp
+msgctxt ""
+"doc_save.xhp\n"
+"bm_id3147226\n"
+"help.text"
+msgid "<bookmark_value>documents; saving</bookmark_value><bookmark_value>saving; documents</bookmark_value><bookmark_value>backups; documents</bookmark_value><bookmark_value>files; saving</bookmark_value><bookmark_value>text documents; saving</bookmark_value><bookmark_value>spreadsheets; saving</bookmark_value><bookmark_value>drawings; saving</bookmark_value><bookmark_value>presentations; saving</bookmark_value><bookmark_value>FTP; saving documents</bookmark_value>"
msgstr ""
-#: fax.xhp#par_id3150985.12.help.text
-msgid "Select the fax driver from the <emph>Fax</emph> list box and click <emph>OK</emph>."
+#. Jp#X
+#: doc_save.xhp
+msgctxt ""
+"doc_save.xhp\n"
+"hd_id3147226\n"
+"4\n"
+"help.text"
+msgid "<variable id=\"doc_save\"><link href=\"text/shared/guide/doc_save.xhp\" name=\"Saving Documents\">Saving Documents</link></variable>"
msgstr ""
-#: fax.xhp#par_idN106EB.help.text
-msgid "Click the arrow icon at the end of the <emph>Standard</emph> bar. In the drop-down menu, choose <emph>Customize</emph>."
+#. m+FO
+#: doc_save.xhp
+msgctxt ""
+"doc_save.xhp\n"
+"par_id3156113\n"
+"5\n"
+"help.text"
+msgid "Click the <emph>Save</emph> icon or press the shortcut keys <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+S."
msgstr ""
-#: fax.xhp#par_idN106F6.help.text
-msgid "The <emph>Toolbar</emph>s tab page of the <emph>Customize</emph> dialog appears."
+#. D#Jm
+#: doc_save.xhp
+msgctxt ""
+"doc_save.xhp\n"
+"par_id3155450\n"
+"help.text"
+msgid "<image id=\"img_id3152349\" src=\"cmd/sc_save.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152349\">This icon is for tips on how to use the program more effectively.</alt></image>"
msgstr ""
-#: fax.xhp#par_idN106FA.help.text
-msgid "Click <emph>Add Commands</emph>."
+#. GY/X
+#: doc_save.xhp
+msgctxt ""
+"doc_save.xhp\n"
+"par_id3148685\n"
+"8\n"
+"help.text"
+msgid "The document is saved under its path and name on the current local data medium or network drive or on the Internet, overwriting any file of the same name."
msgstr ""
-#: fax.xhp#par_idN10702.help.text
-msgid "Select the \"Documents\" category, then select the \"Send Default Fax\" command."
+#. Ge`2
+#: doc_save.xhp
+msgctxt ""
+"doc_save.xhp\n"
+"par_id3150984\n"
+"2\n"
+"help.text"
+msgid "When you save a new file for the first time, the <link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">Save As</link> dialog opens, in which you can enter a name, folder and drive or volume for the file. To open this dialog, choose <emph>File - Save As</emph>."
msgstr ""
-#: fax.xhp#par_idN10706.help.text
-msgid "Click <emph>Add</emph> and then <emph>Close</emph>."
+#. LdK4
+#: doc_save.xhp
+msgctxt ""
+"doc_save.xhp\n"
+"par_id3152472\n"
+"3\n"
+"help.text"
+msgid "You can set the automatic creation of a backup copy under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\">Load/Save - General</link></emph>."
msgstr ""
-#: fax.xhp#par_idN10712.help.text
-msgid "On the <emph>Toolbars</emph> tab page, click the down arrow button to position the new icon where you want it. Click <emph>OK</emph>."
+#. bB\a
+#: doc_save.xhp
+msgctxt ""
+"doc_save.xhp\n"
+"hd_id7146824\n"
+"help.text"
+msgid "Automatic extension to the file name"
msgstr ""
-#: fax.xhp#par_idN10715.help.text
-msgid "Your <emph>Standard</emph> bar now has a new icon to send the current document as a fax."
+#. Z2!b
+#: doc_save.xhp
+msgctxt ""
+"doc_save.xhp\n"
+"par_id9359111\n"
+"help.text"
+msgid "When saving a file, %PRODUCTNAME always appends an extension to the file name, except when the file name already has an extension that matches the file type. See the list of <link href=\"text/shared/00/00000021.xhp\">ODF extensions</link>."
msgstr ""
-#: data_tabledefine.xhp#tit.help.text
-msgid "Table Design"
+#. *_uH
+#: doc_save.xhp
+msgctxt ""
+"doc_save.xhp\n"
+"par_id6709494\n"
+"help.text"
+msgid "Some examples for the automatic extensions are listed in the following table:"
msgstr ""
-#: data_tabledefine.xhp#bm_id3155448.help.text
-msgid "<bookmark_value>tables in databases; creating in design view (manually)</bookmark_value> <bookmark_value>designing; database tables</bookmark_value> <bookmark_value>properties;fields in databases</bookmark_value> <bookmark_value>fields;database tables</bookmark_value> <bookmark_value>AutoValue (Base)</bookmark_value> <bookmark_value>primary keys;design view</bookmark_value>"
+#. 3_C^
+#: doc_save.xhp
+msgctxt ""
+"doc_save.xhp\n"
+"par_id9009674\n"
+"help.text"
+msgid "You enter this file name"
msgstr ""
-#: data_tabledefine.xhp#hd_id3149798.104.help.text
-msgid "<variable id=\"data_tabledefine\"><link href=\"text/shared/guide/data_tabledefine.xhp\" name=\"Table Design\">Table Design</link></variable>"
+#. Uw`9
+#: doc_save.xhp
+msgctxt ""
+"doc_save.xhp\n"
+"par_id485549\n"
+"help.text"
+msgid "You select this file type"
msgstr ""
-#: data_tabledefine.xhp#par_id3155535.2.help.text
-msgid "This section contains information about how to create a new database table in the <link href=\"text/shared/explorer/database/05010000.xhp\" name=\"design view\">design view</link>."
+#. 29Pl
+#: doc_save.xhp
+msgctxt ""
+"doc_save.xhp\n"
+"par_id3987243\n"
+"help.text"
+msgid "File is saved with this name"
msgstr ""
-#: data_tabledefine.xhp#par_id3154288.3.help.text
-msgid "Open the database file of the database where you want a new table. Click the <emph>Tables</emph> icon. Choose <emph>Create Table in Design View</emph> to create a new table."
+#. 2j@b
+#: doc_save.xhp
+msgctxt ""
+"doc_save.xhp\n"
+"par_id7681814\n"
+"help.text"
+msgid "my file"
msgstr ""
-#: data_tabledefine.xhp#par_id3146798.4.help.text
-msgid "In the Design view, you can now create the fields for your table."
+#. m_6t
+#: doc_save.xhp
+msgctxt ""
+"doc_save.xhp\n"
+"par_id9496749\n"
+"help.text"
+msgid "ODF Text"
msgstr ""
-#: data_tabledefine.xhp#par_id3153349.5.help.text
-msgid "Enter new fields in rows from top to bottom. Click the <emph>Field Name</emph> cell and enter a field name for each data field."
+#. ]~a-
+#: doc_save.xhp
+msgctxt ""
+"doc_save.xhp\n"
+"par_id342417\n"
+"help.text"
+msgid "my file.odt"
msgstr ""
-#: data_tabledefine.xhp#par_id1595507.help.text
-msgid "Include a \"primary key\" data field. Base needs a primary key to be able to edit the table contents. A primary key has unique contents for each data record. For example, insert a numerical field, right-click the first column, and choose <emph>Primary Key</emph> from the context menu. Set <emph>AutoValue</emph> to \"Yes\", so Base can automatically increment the value for each new record."
+#. ZENL
+#: doc_save.xhp
+msgctxt ""
+"doc_save.xhp\n"
+"par_id5087130\n"
+"help.text"
+msgid "my file.odt"
msgstr ""
-#: data_tabledefine.xhp#par_id3150084.6.help.text
-msgid "In the next cell to the right, define the <emph>Field Type</emph>. When you click in the cell, you can select a field type in the combo box."
+#. fUW3
+#: doc_save.xhp
+msgctxt ""
+"doc_save.xhp\n"
+"par_id7523728\n"
+"help.text"
+msgid "ODF Text"
msgstr ""
-#: data_tabledefine.xhp#par_id3154760.38.help.text
-msgid "Each field can only accept data corresponding to the specified field type. For example, it is not possible to enter text in a number field. Memo fields in dBASE III format are references to internally-managed text files which can hold up to 64KB text."
+#. rebW
+#: doc_save.xhp
+msgctxt ""
+"doc_save.xhp\n"
+"par_id8994109\n"
+"help.text"
+msgid "my file.odt"
msgstr ""
-#: data_tabledefine.xhp#par_id3149456.41.help.text
-msgid "You can enter an optional <emph>Description</emph> for each field. The text of the description will appear as a tip on the column headings in the table view."
+#. 1[VB
+#: doc_save.xhp
+msgctxt ""
+"doc_save.xhp\n"
+"par_id266426\n"
+"help.text"
+msgid "my file.txt"
msgstr ""
-#: data_tabledefine.xhp#hd_id3153379.42.help.text
-msgid "Field Properties"
+#. 99of
+#: doc_save.xhp
+msgctxt ""
+"doc_save.xhp\n"
+"par_id3031098\n"
+"help.text"
+msgid "ODF Text"
msgstr ""
-#: data_tabledefine.xhp#par_id3148798.45.help.text
-msgid "Enter properties for each selected data field. Depending on the database type, some input facilities may not be available."
+#. \a|Q
+#: doc_save.xhp
+msgctxt ""
+"doc_save.xhp\n"
+"par_id8276619\n"
+"help.text"
+msgid "my file.txt.odt"
msgstr ""
-#: data_tabledefine.xhp#par_id3144762.46.help.text
-msgid "In the <emph>Default value</emph> box, enter the default contents for every new record. This contents can be edited later."
+#. |d9Y
+#: doc_save.xhp
+msgctxt ""
+"doc_save.xhp\n"
+"par_id7824030\n"
+"help.text"
+msgid "my file.txt"
msgstr ""
-#: data_tabledefine.xhp#par_id3150869.47.help.text
-msgid "In the <emph>Entry required</emph> box, specify whether or not the field may remain empty."
+#. qh]P
+#: doc_save.xhp
+msgctxt ""
+"doc_save.xhp\n"
+"par_id7534104\n"
+"help.text"
+msgid "Text (.txt)"
msgstr ""
-#: data_tabledefine.xhp#par_id3154908.7.help.text
-msgid "For the <emph>Length</emph> box, a combo box may be shown that provides the available choices."
+#. 685F
+#: doc_save.xhp
+msgctxt ""
+"doc_save.xhp\n"
+"par_id209051\n"
+"help.text"
+msgid "my file.txt"
+msgstr ""
+
+#. 1M9]
+#: doc_save.xhp
+#, fuzzy
+msgctxt ""
+"doc_save.xhp\n"
+"par_id3153524\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">Save As</link>"
+msgstr "<link href=\"text/scalc/01/04050000.xhp\" name=\"ფურცელი\">ფურცელი</link>"
+
+#. a[N#
+#: doc_save.xhp
+msgctxt ""
+"doc_save.xhp\n"
+"par_id3154140\n"
+"7\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\">Load/Save - General</link>"
+msgstr ""
+
+#. r]*g
+#: chart_barformat.xhp
+msgctxt ""
+"chart_barformat.xhp\n"
+"tit\n"
+"help.text"
+msgid "Adding Texture to Chart Bars"
+msgstr ""
+
+#. KoE-
+#: chart_barformat.xhp
+msgctxt ""
+"chart_barformat.xhp\n"
+"bm_id3149798\n"
+"help.text"
+msgid "<bookmark_value>charts; bars with textures</bookmark_value><bookmark_value>textures;on chart bars</bookmark_value><bookmark_value>inserting;textures on chart bars</bookmark_value>"
+msgstr ""
+
+#. so7h
+#: chart_barformat.xhp
+#, fuzzy
+msgctxt ""
+"chart_barformat.xhp\n"
+"hd_id3149798\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"chart_barformat\"><link href=\"text/shared/guide/chart_barformat.xhp\" name=\"Adding Texture to Chart Bars\">Adding Texture to Chart Bars</link></variable>"
+msgstr "<variable id=\"Chart_keys\"><link href=\"text/schart/04/01020000.xhp\" name=\"Shortcuts for Charts\">მალსახმობები დიაგრამებისათვის</link></variable>"
+
+#. m4^z
+#: chart_barformat.xhp
+msgctxt ""
+"chart_barformat.xhp\n"
+"par_id3156136\n"
+"3\n"
+"help.text"
+msgid "You can add texture to the bars in a graph or chart (instead of the default colors) via bitmap graphics:"
+msgstr ""
+
+#. THZ-
+#: chart_barformat.xhp
+msgctxt ""
+"chart_barformat.xhp\n"
+"par_id3153748\n"
+"4\n"
+"help.text"
+msgid "Enter edit mode by double-clicking on the chart."
+msgstr ""
+
+#. [I?(
+#: chart_barformat.xhp
+msgctxt ""
+"chart_barformat.xhp\n"
+"par_id3149182\n"
+"5\n"
+"help.text"
+msgid "Click on any bar of the bar series you want to edit. All bars of this series are now selected."
+msgstr ""
+
+#. M((A
+#: chart_barformat.xhp
+msgctxt ""
+"chart_barformat.xhp\n"
+"par_id720847\n"
+"help.text"
+msgid "If you want to edit only one bar, click again on that bar."
+msgstr ""
+
+#. R^%~
+#: chart_barformat.xhp
+msgctxt ""
+"chart_barformat.xhp\n"
+"par_id3147275\n"
+"6\n"
+"help.text"
+msgid "In the context menu choose <emph>Object Properties</emph>. Then choose the <emph>Area</emph> tab."
+msgstr ""
+
+#. f`bg
+#: chart_barformat.xhp
+msgctxt ""
+"chart_barformat.xhp\n"
+"par_id3146797\n"
+"7\n"
+"help.text"
+msgid "Click on <emph>Bitmap</emph>. In the list box select a bitmap as a texture for the currently selected bars. Click <emph>OK</emph> to accept the setting."
msgstr ""
diff --git a/source/ka/helpcontent2/source/text/shared/optionen.po b/source/ka/helpcontent2/source/text/shared/optionen.po
index 7ba3a927f2d..c16e8e016dc 100644
--- a/source/ka/helpcontent2/source/text/shared/optionen.po
+++ b/source/ka/helpcontent2/source/text/shared/optionen.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/shared/optionen.oo
+#. extracted from helpcontent2/source/text/shared/optionen
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2Foptionen.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:54+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2012-07-04 18:07+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7765 +12,18176 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: 01070000.xhp#tit.help.text
-msgid "Presentation Options"
-msgstr "პრეზენტაციის პარამეტრები"
-
-#: 01070000.xhp#hd_id3155805.1.help.text
-msgid "%PRODUCTNAME Impress Options"
-msgstr "%PRODUCTNAME Impress პარამეტრები"
-
-#: 01070000.xhp#par_id3146957.2.help.text
-msgid "<variable id=\"allgemein\"><ahelp hid=\".uno:SdEditOptions\">Defines various settings for newly created presentation documents, such as the contents to be displayed, the measurement unit used, if and how grid alignment is carried out.</ahelp></variable>"
-msgstr ""
-
-#: 01160201.xhp#tit.help.text
-msgctxt "01160201.xhp#tit.help.text"
-msgid "Database Link"
-msgstr "მონაცემთა ბაზის ფაილი"
-
-#: 01160201.xhp#par_idN1053A.help.text
-msgctxt "01160201.xhp#par_idN1053A.help.text"
-msgid "Database Link"
-msgstr "მონაცემთა ბაზის ფაილი"
-
-#: 01160201.xhp#par_idN1053E.help.text
-msgid "Creates or edits an entry in the <link href=\"text/shared/optionen/01160200.xhp\">Databases</link> tab page."
-msgstr ""
-
-#: 01160201.xhp#par_idN1054F.help.text
-msgid "Database file"
-msgstr "მონაცემთა ბაზის ფაილი"
-
-#: 01160201.xhp#par_idN10553.help.text
-msgid "Enter the path and the file name of the database file. The name of the file must end with the *.odb extension."
-msgstr ""
-
-#: 01160201.xhp#par_idN10556.help.text
-msgid "Browse"
-msgstr "არჩევა"
-
-#: 01160201.xhp#par_idN1055A.help.text
-msgid "<ahelp hid=\"1346114049\">Opens a file dialog where you can select the database file.</ahelp>"
-msgstr ""
-
-#: 01160201.xhp#par_idN1055D.help.text
-msgid "Registered name"
-msgstr "რეგისტრირებული სახელი"
-
-#: 01160201.xhp#par_idN10561.help.text
-msgid "<ahelp hid=\"1346111489\">Enter a name for the database. %PRODUCTNAME uses this name to access the database.</ahelp>"
-msgstr "<ahelp hid=\"1346111489\">მონაცემთა ბაზის სახელი შეიყვანეთ. %PRODUCTNAME იყენებს სახელს მონაცემთა ბაზასთან წვდომისთვის.</ahelp>"
-
-#: 01041000.xhp#tit.help.text
-#, fuzzy
-msgctxt "01041000.xhp#tit.help.text"
-msgid "Compatibility"
-msgstr "თავსებადობა"
-
-#: 01041000.xhp#bm_id3577990.help.text
-msgid "<bookmark_value>Word documents;compatibility</bookmark_value> <bookmark_value>importing;compatibility settings for text import</bookmark_value> <bookmark_value>options;compatibility (Writer)</bookmark_value> <bookmark_value>compatibility settings for MS Word import</bookmark_value> <bookmark_value>Microsoft Office;importing Word documents</bookmark_value> <bookmark_value>layout;importing Word documents</bookmark_value> <bookmark_value>formatting;printer metrics (Writer)</bookmark_value> <bookmark_value>metrics;document formatting (Writer)</bookmark_value> <bookmark_value>printer metrics for document formatting (Writer)</bookmark_value>"
-msgstr ""
-
-#: 01041000.xhp#par_idN10607.help.text
-msgid "<variable id=\"compatibility_var\"><link href=\"text/shared/optionen/01041000.xhp\">Compatibility</link></variable>"
-msgstr "<variable id=\"compatibility_var\"><link href=\"text/shared/optionen/01041000.xhp\">თავსებადობა</link></variable>"
-
-#: 01041000.xhp#par_idN10625.help.text
-msgid "<ahelp hid=\"53251\">Specifies compatibility settings for text documents. These options help in fine-tuning %PRODUCTNAME when importing Microsoft Word documents.</ahelp>"
-msgstr ""
-
-#: 01041000.xhp#par_id3153876.17.help.text
-msgid "Some of the settings defined here are only valid for the current document and must be defined separately for each document."
-msgstr ""
-
-#: 01041000.xhp#hd_id3149400.47.help.text
-msgid "Use printer metrics for document formatting"
-msgstr ""
-
-#: 01041000.xhp#par_id3155602.48.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTLOAD_PAGE_CB_PRINTER_METRICS\">Specifies that printer metrics are applied for printing and also for formatting the display on the screen.</ahelp> If this box is not checked, a printer independent layout will be used for screen display and printing."
-msgstr ""
-
-#: 01041000.xhp#par_id3155768.49.help.text
-msgid "If you set this option for the current document and then save the document, for example, in an older binary format, this option will not be saved. If you later open the file from the older format, this option will be set by default."
-msgstr ""
-
-#: 01041000.xhp#hd_id3145640.9.help.text
-msgctxt "01041000.xhp#hd_id3145640.9.help.text"
-msgid "Add spacing between paragraphs and tables (in current document)"
-msgstr ""
-
-#: 01041000.xhp#par_id3147339.18.help.text
-msgid "In $[officename] Writer, paragraph spacing is defined differently than in MS Word documents. If you have defined spacing between two paragraphs or tables, spacing is also added in the corresponding MS Word documents."
-msgstr ""
-
-#: 01041000.xhp#par_id3151250.19.help.text
-msgid "<ahelp hid=\"SW:CHECKBOX:TP_OPTLOAD_PAGE:CB_MERGE_PARA_DIST\">Specifies whether to add MS Word-compatible spacing between paragraphs and tables in $[officename] Writer text documents.</ahelp>"
-msgstr ""
-
-#: 01041000.xhp#hd_id3146317.29.help.text
-msgctxt "01041000.xhp#hd_id3146317.29.help.text"
-msgid "Add paragraph and table spacing at tops of pages (in current document)"
-msgstr ""
-
-#: 01041000.xhp#par_id3155333.30.help.text
-msgid "<ahelp hid=\"SW:CHECKBOX:TP_OPTLOAD_PAGE:CB_MERGE_PARA_DIST_PAGESTART\">Specifies whether paragraph spacing at the top of a page will also be effective at the beginning of a page or column if the paragraph is positioned on the first page of the document.</ahelp> The same applies for a page break."
-msgstr ""
-
-#: 01041000.xhp#par_id3145789.20.help.text
-msgid "If you import an MS Word document, the spaces are automatically added during the conversion."
-msgstr ""
-
-#: 01041000.xhp#hd_id3149964.42.help.text
-msgid "Use OpenOffice.org 1.1 tab stop formatting"
-msgstr ""
-
-#: 01041000.xhp#par_id3152777.43.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTLOAD_PAGE_CB_TAB_ALIGNMENT\">Specifies how to align text at tab stops beyond the right margin, how to handle decimal tab stops, and how to handle tab stops close to a line break.</ahelp> If this check box is not selected, tab stops are handled in the same way as in other Office applications."
-msgstr ""
-
-#: 01041000.xhp#par_idN10810.help.text
-msgid "In text documents created by your current version of Writer, the new tab stop handling is used by default. In text documents created by Writer versions prior to StarOffice 8 or OpenOffice.org 2.0, the old tab stop handling is applied."
-msgstr ""
-
-#: 01041000.xhp#par_idN107F9.help.text
-msgid "Do not add leading (extra space) between lines of text"
-msgstr ""
-
-#: 01041000.xhp#par_idN10806.help.text
-msgid "Specifies that additional leading (extra space) between lines of text is not added, even if the font in use contains the additional leading attribute."
-msgstr ""
-
-#: 01041000.xhp#par_idN10809.help.text
-msgid "In text documents created by your current version of Writer, the additional leading is used by default. In text documents created by Writer versions prior to StarOffice 8 or OpenOffice.org 2.0, the additional leading is not used."
-msgstr ""
-
-#: 01041000.xhp#par_idN107FF.help.text
-msgid "Use OpenOffice.org 1.1 line spacing"
-msgstr ""
-
-#: 01041000.xhp#par_idN10815.help.text
-msgid "If the option is off, a new process for formatting text lines with proportional line spacing will be applied. If the option is on, the previous method of formatting of text lines with proportional line spacing will be applied."
-msgstr ""
-
-#: 01041000.xhp#par_idN10818.help.text
-msgid "In text documents created by your current version of Writer and in Microsoft Word documents of recent versions, the new process is used. In text documents created by Writer versions prior to StarOffice 8 or OpenOffice.org 2.0, the previous process is used."
-msgstr ""
-
-#: 01041000.xhp#par_idN1081B.help.text
-msgctxt "01041000.xhp#par_idN1081B.help.text"
-msgid "Add paragraph and table spacing at bottom of table cells"
-msgstr ""
-
-#: 01041000.xhp#par_idN10846.help.text
-msgid "Specifies that the bottom spacing is added to a paragraph, even when it is the last paragraph in a table cell."
-msgstr ""
-
-#: 01041000.xhp#par_idN10849.help.text
-msgid "If the option is off, table cells will be formatted as in Writer versions prior to StarOffice 8 or OpenOffice.org 2.0. If the option is on, an alternative method of formatting table cells will be applied. The option is on by default for new documents created with %PRODUCTNAME %PRODUCTVERSION and for documents imported from Microsoft Word format."
-msgstr ""
-
-#: 01041000.xhp#par_idN1084C.help.text
-msgid "Use OpenOffice.org 1.1 object positioning"
-msgstr ""
-
-#: 01041000.xhp#par_idN10864.help.text
-msgid "Specifies how to calculate the position of floating objects anchored to a character or paragraph with respect to the top and bottom paragraph spacing."
-msgstr "ა."
-
-#: 01041000.xhp#par_idN10867.help.text
-msgid "If the option is on, the floating objects are positioned as in Writer versions prior to StarOffice 8 or OpenOffice.org 2.0. If the option is off, the floating objects are positioned using an alternative method that is similar to the method used by Microsoft Word. "
-msgstr ""
-
-#: 01041000.xhp#par_idN1086A.help.text
-msgid "The option will be set to off for new documents. For Writer documents created by a version prior to %PRODUCTNAME %PRODUCTVERSION the option is on."
-msgstr ""
-
-#: 01041000.xhp#par_idN10821.help.text
-msgid "Use OpenOffice.org 1.1 text wrapping around objects"
-msgstr ""
-
-#: 01041000.xhp#par_id4016541.help.text
-msgid "MS Word and Writer have different approaches on wrapping text around floating screen objects. Floating screen object are Writer frames and drawing objects, and the objects 'text box', 'graphic', 'frame', 'picture' etc. in MS Word."
-msgstr ""
-
-#: 01041000.xhp#par_id7280190.help.text
-msgid "In MS Word and in current versions of Writer, page header/footer content and footnote/endnote content does not wrap around floating screen objects. Text body content wraps around floating screen objects which are anchored in the page header. "
-msgstr ""
-
-#: 01041000.xhp#par_id2782982.help.text
-msgid "In Writer versions prior to StarOffice 8 or OpenOffice.org 2.0, the opposite was true."
-msgstr ""
-
-#: 01041000.xhp#par_idN10892.help.text
-msgid "If the option is off, which is the default setting, the new text wrapping will be applied. If the option is on, the former text wrapping will be applied. "
-msgstr ""
-
-#: 01041000.xhp#par_idN1092A.help.text
-msgid "Consider wrapping style when positioning objects"
-msgstr ""
-
-#: 01041000.xhp#par_idN10837.help.text
-msgid "Specifies how the complex process of positioning floating objects that are anchored to a character or paragraph should work. In Writer versions prior to StarOffice 8 or OpenOffice.org 2.0, an iterative process was used, while in current versions a straightforward process is used, which is similar to the same process in Microsoft Word."
-msgstr ""
-
-#: 01041000.xhp#par_idN10943.help.text
-msgid "If the option is off, the old %PRODUCTNAME iterative process of object positioning is used. If the option is on, the new straightforward process is used to ensure compatibility with Microsoft Word documents."
-msgstr ""
-
-#: 01041000.xhp#hd_id5240028.help.text
-msgctxt "01041000.xhp#hd_id5240028.help.text"
-msgid "Expand word space on lines with manual line breaks in justified paragraphs"
-msgstr ""
-
-#: 01041000.xhp#par_id8599810.help.text
-msgid "If enabled, Writer adds spacing between words, in lines that end with Shift+Enter in justified paragraphs. If disabled, spacing between words will not be expanded to justify the lines."
-msgstr ""
-
-#: 01041000.xhp#par_id8012634.help.text
-msgid "This setting is on by default for .odt text documents. It will be saved and loaded with the document in the .odt text document format. This setting cannot be saved in old .sxw text documents, so this setting is off for .sxw text documents."
-msgstr ""
-
-#: 01041000.xhp#par_idN10845.help.text
-msgid "Use as Default"
-msgstr "ნაგულისხმების გამოყენება"
-
-#: 01041000.xhp#par_idN10848.help.text
-msgid "<ahelp hid=\"879350288\">Click to use the current settings on this tab page as the default for further sessions with %PRODUCTNAME.</ahelp>"
-msgstr ""
-
-#: 01041000.xhp#par_idN10977.help.text
-msgid "The factory defaults are set as follows. Enabled are the following options, while all other options are disabled:"
-msgstr ""
-
-#: 01041000.xhp#par_idN1097D.help.text
-msgctxt "01041000.xhp#par_idN1097D.help.text"
-msgid "Add spacing between paragraphs and tables (in current document)"
-msgstr ""
-
-#: 01041000.xhp#par_idN10981.help.text
-msgctxt "01041000.xhp#par_idN10981.help.text"
-msgid "Add paragraph and table spacing at tops of pages (in current document)"
-msgstr ""
-
-#: 01041000.xhp#par_idN10985.help.text
-msgctxt "01041000.xhp#par_idN10985.help.text"
-msgid "Add paragraph and table spacing at bottom of table cells"
-msgstr ""
-
-#: 01041000.xhp#par_id4653767.help.text
-msgctxt "01041000.xhp#par_id4653767.help.text"
-msgid "Expand word space on lines with manual line breaks in justified paragraphs"
-msgstr ""
-
-#: javaclasspath.xhp#tit.help.text
-msgctxt "javaclasspath.xhp#tit.help.text"
-msgid "Class Path"
-msgstr ""
-
-#: javaclasspath.xhp#par_idN10566.help.text
-msgctxt "javaclasspath.xhp#par_idN10566.help.text"
-msgid "Class Path"
-msgstr ""
-
-#: javaclasspath.xhp#par_idN1056A.help.text
-msgid "You use this dialog to add folders and archives to the Java class path. These paths are valid for any JRE that you start."
-msgstr ""
-
-#: javaclasspath.xhp#par_idN10589.help.text
-msgid "Assigned folders and archives"
-msgstr "მინიჭებული საქაღალდეები და ფაილები"
-
-#: javaclasspath.xhp#par_idN1059F.help.text
-msgid "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_INET_SCRIPTING_ED_CLASSPATH\">Specifies the location of Java classes or Java class libraries.</ahelp> The new classpath becomes valid after you restart <item type=\"productname\">%PRODUCTNAME</item>."
-msgstr ""
-
-#: javaclasspath.xhp#par_idN105D9.help.text
-msgid "Java classes that are accessed through the classpath do not undergo a security check."
-msgstr ""
-
-#: javaclasspath.xhp#par_idN1060A.help.text
-msgid "Add Archive"
-msgstr "არქივის დამატება"
+#. rAB}
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Calculate"
+msgstr "გამოთვლა"
-#: javaclasspath.xhp#par_idN1060E.help.text
-msgid "<ahelp hid=\"svx:PushButton:RID_SVXDLG_JAVA_CLASSPATH:PB_ADDARCHIVE\">Select an archive file in jar or zip format and add the file to the class path.</ahelp>"
+#. %aj(
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"bm_id3149399\n"
+"help.text"
+msgid "<bookmark_value>references; iterative (Calc)</bookmark_value> <bookmark_value>calculating;iterative references (Calc)</bookmark_value> <bookmark_value>iterative references in spreadsheets</bookmark_value> <bookmark_value>recursions in spreadsheets</bookmark_value> <bookmark_value>dates; default (Calc)</bookmark_value> <bookmark_value>dates; start 1900/01/01 (Calc)</bookmark_value> <bookmark_value>dates; start 1904/01/01 (Calc)</bookmark_value> <bookmark_value>case sensitivity;comparing cell contents (Calc)</bookmark_value> <bookmark_value>decimal places displayed (Calc)</bookmark_value> <bookmark_value>precision as shown (Calc)</bookmark_value> <bookmark_value>values; rounded as shown (Calc)</bookmark_value> <bookmark_value>rounding precision (Calc)</bookmark_value> <bookmark_value>search criteria for database functions in cells</bookmark_value> <bookmark_value>Excel; search criteria</bookmark_value>"
msgstr ""
-#: javaclasspath.xhp#par_idN10625.help.text
-msgid "Add Folder"
-msgstr "საქაღალდის დამატება"
-
-#: javaclasspath.xhp#par_idN10629.help.text
-msgid "<ahelp hid=\"svx:PushButton:RID_SVXDLG_JAVA_CLASSPATH:PB_ADDPATH\">Select a folder and add the folder to the class path.</ahelp>"
-msgstr ""
+#. f$a5
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"hd_id3145071\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01060500.xhp\" name=\"Calculate\">Calculate</link>"
+msgstr "<link href=\"text/shared/optionen/01060500.xhp\" name=\"Calculate\">გამოთვლა</link>"
-#: javaclasspath.xhp#par_idN10640.help.text
-msgctxt "javaclasspath.xhp#par_idN10640.help.text"
-msgid "Remove"
+#. -Y,V
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3147576\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Defines the calculation settings for spreadsheets.</ahelp> Defines the behavior of spreadsheets with iterative references, the date settings, the number of decimal places, and if capitalization or lower cases are to be considered when searching within sheets."
msgstr ""
-#: javaclasspath.xhp#par_idN10644.help.text
-msgid "<ahelp hid=\"svx:PushButton:RID_SVXDLG_JAVA_CLASSPATH:PB_REMOVE_PATH\">Select an archive or a folder in the list and click Remove to remove the object from the class path.</ahelp>"
+#. DR.X
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"hd_id3149399\n"
+"3\n"
+"help.text"
+msgid "Iterative references"
msgstr ""
-#: 01030500.xhp#tit.help.text
-msgid "HTML compatibility"
-msgstr "HTML თავსებადობა"
-
-#: 01030500.xhp#bm_id3155132.help.text
-msgid "<bookmark_value>$[officename] Basic scripts in HTML documents</bookmark_value><bookmark_value>HTML;compatibility settings</bookmark_value>"
+#. O.*(
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3155419\n"
+"4\n"
+"help.text"
+msgid "In this section you can delimit the number of approximation steps carried out during iterative calculations. In addition, you can specify the degree of precision of the answer."
msgstr ""
-#: 01030500.xhp#hd_id3153821.1.help.text
-msgid "<link href=\"text/shared/optionen/01030500.xhp\" name=\"HTML compatibility\">HTML compatibility</link>"
-msgstr "<link href=\"text/shared/optionen/01030500.xhp\" name=\"HTML compatibility\">HTML თავსებადობა</link>"
+#. kHb^
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"hd_id3154142\n"
+"5\n"
+"help.text"
+msgid "Iterations"
+msgstr "იტერაციები"
-#: 01030500.xhp#par_id3156326.2.help.text
-msgid "<ahelp hid=\"OFFMGR:TABPAGE:RID_OFAPAGE_HTMLOPT\">Defines settings for HTML pages.</ahelp>"
+#. 8dJz
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3149795\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_CALC:BTN_ITERATE\">Specifies whether formulas with iterative references (formulas that are continuously repeated until the problem is solved) are calculated after a specific number of repetitions.</ahelp> If the<emph> Iterations </emph>box is not marked, an iterative reference in the table will cause an error message."
msgstr ""
-#: 01030500.xhp#hd_id3154897.3.help.text
-msgid "Font sizes"
-msgstr "შრიფტის ზომა"
-
-#: 01030500.xhp#par_id3145673.4.help.text
-msgid "<ahelp hid=\"OFFMGR:NUMERICFIELD:RID_OFAPAGE_HTMLOPT:NF_SIZE7\">Use the spin buttons <emph>Size 1</emph> to <emph>Size 7</emph> to define the respective font sizes for the HTML <font size=1> to <font size=7> tags.</ahelp>"
+#. LG$W
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3148686\n"
+"7\n"
+"help.text"
+msgid "<emph>Example:</emph> calculating the cost of an item without the value-added tax."
msgstr ""
-#: 01030500.xhp#hd_id3148943.5.help.text
-msgid "Import"
-msgstr "იმპორტი"
-
-#: 01030500.xhp#par_id3151385.6.help.text
-msgid "Defines the settings for importing HTML documents."
+#. nFI5
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3156155\n"
+"8\n"
+"help.text"
+msgid "Type the text 'Selling price' in cell A5, the text 'Net' in cell A6, and the text 'Value-added tax' in cell A7."
msgstr ""
-#: 01030500.xhp#hd_id6065248.help.text
-msgid "Use 'English (USA)' locale for numbers"
+#. SoDF
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3147530\n"
+"61\n"
+"help.text"
+msgid "Now type a selling price (for example, 100) in cell B5. The net price should be shown in cell B6 and the value-added tax should be shown in cell B7."
msgstr ""
-#: 01030500.xhp#par_id8023926.help.text
-msgid "When importing numbers from an HTML page, the decimal separator and the thousands separator characters differ according to the locale of the HTML page. The clipboard however contains no information about the locale. For example, the characters \"1.000\" copied from a German Web page most possibly mean \"one thousand\" because the period is the thousands separator in a German locale. If copied from an English Web page, the same characters stand for the number 1 as in \"one dot zero zero zero\"."
+#. +Hp^
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3153061\n"
+"62\n"
+"help.text"
+msgid "You know that the value-added tax is calculated as 'net price times 15%' and that you arrive at the net price by deducting the value-added tax from the selling price. Type the formula <item type=\"literal\">=B5-B7</item> in B6 to calculate the net price, and type the formula <item type=\"literal\">=B6*0.15</item> in cell B7 to calculate the value-added tax."
msgstr ""
-#: 01030500.xhp#par_id7658314.help.text
-msgid "<ahelp hid=\".\">If not checked, numbers will be interpreted according to the setting in <emph>Language Settings - Language of - Locale setting</emph> in the Options dialog box. If checked, numbers will be interpreted as 'English (USA)' locale.</ahelp>"
+#. ~,4|
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3154760\n"
+"63\n"
+"help.text"
+msgid "Switch on the iterations to correctly calculate the formulas, otherwise a 'Circular reference' error message appears in the <emph>Status</emph> Bar."
msgstr ""
-#: 01030500.xhp#hd_id3145068.7.help.text
-msgid "Import unknown HTML tags as fields"
-msgstr ""
+#. 0i2Z
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3154365\n"
+"9\n"
+"help.text"
+msgid "A"
+msgstr "A"
-#: 01030500.xhp#par_id3149295.8.help.text
-msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_UNKNOWN_TAGS\">Mark this check box if you want <link href=\"text/shared/00/00000002.xhp#tags\" name=\"tags\">tags</link> that are not recognized by $[officename] to be imported as fields.</ahelp> For an opening tag, an HTML_ON field will be created with the value of the tag name. For a closing tag, an HTML_OFF will be created. These fields will be converted to tags in the HTML export."
+#. |%+f
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3145606\n"
+"10\n"
+"help.text"
+msgid "B"
msgstr ""
-#: 01030500.xhp#hd_id3148797.43.help.text
-msgid "Ignore font settings"
-msgstr "შრიფტთა პარამეტრების იგნორირება"
+#. !LdO
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3149202\n"
+"11\n"
+"help.text"
+msgid "5"
+msgstr "5"
-#: 01030500.xhp#par_id3149202.44.help.text
-msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_IGNORE_FONTNAMES\">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. </ahelp>"
-msgstr ""
+#. `mX,
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3151041\n"
+"12\n"
+"help.text"
+msgid "Selling Price"
+msgstr "გასაყიდი ფასი"
-#: 01030500.xhp#hd_id3151177.9.help.text
-msgid "Export"
-msgstr "ექსპორტი"
+#. k6O2
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3159149\n"
+"13\n"
+"help.text"
+msgid "100"
+msgstr "100"
-#: 01030500.xhp#par_id3150449.10.help.text
-msgid "<ahelp hid=\"OFFMGR:LISTBOX:RID_OFAPAGE_HTMLOPT:LB_EXPORT\">Defines the settings for exporting HTML documents.</ahelp> To export in HTML format select the <emph>HTML Document</emph> file type in the <link href=\"text/shared/01/01070000.xhp\" name=\"Save As\"><emph>Save As</emph></link> dialog. You can find further instructions in the <link href=\"text/shared/00/00000020.xhp\" name=\"Import and export filters\">Import and export filters</link> description."
-msgstr ""
+#. :VAt
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3159254\n"
+"14\n"
+"help.text"
+msgid "6"
+msgstr "6"
-#: 01030500.xhp#par_id3145606.42.help.text
-msgid "To optimize the HTML export, select a browser or HTML standard from the Export box. If \"$[officename] Writer\" is selected, specific $[officename] Writer instructions are exported."
-msgstr ""
+#. A1Ln
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3147317\n"
+"15\n"
+"help.text"
+msgid "Net"
+msgstr "ქსელი"
-#: 01030500.xhp#hd_id3155132.16.help.text
-msgid "$[officename] Basic"
-msgstr "$[officename] საბაზისო"
+#. G,T9
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3147348\n"
+"16\n"
+"help.text"
+msgid "=B5-B7"
+msgstr "=B5-B7"
-#: 01030500.xhp#par_id3146120.17.help.text
-msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_STARBASIC\">Mark this check box to include the $[officename] Basic instructions when exporting to HTML format.</ahelp>"
-msgstr ""
+#. V{2;
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3154918\n"
+"17\n"
+"help.text"
+msgid "7"
+msgstr "7"
-#: 01030500.xhp#par_id3150872.29.help.text
-msgid "You must activate this option before you create the $[officename] Basic Script, since otherwise it will not be inserted. $[officename] Basic Scripts must be located in the header of the HTML document. Once you have created the macro in the $[officename] Basic IDE, it appears in the source text of the HTML document in the header."
-msgstr ""
+#. NPJ!
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3153573\n"
+"18\n"
+"help.text"
+msgid "Tax"
+msgstr "ნალოგი"
-#: 01030500.xhp#hd_id3149664.45.help.text
-msgid "Display warning"
-msgstr "გაფრთხილების ჩვენება"
+#. A}=K
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3154319\n"
+"19\n"
+"help.text"
+msgid "=B6*0,15"
+msgstr "=B6*0,15"
-#: 01030500.xhp#par_id3150420.46.help.text
-msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_STARBASIC_WARNING\">If this field is marked, when exporting to HTML a warning is shown that %PRODUCTNAME Basic macros will be lost.</ahelp>"
-msgstr ""
+#. T;4t
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"hd_id3145750\n"
+"22\n"
+"help.text"
+msgid "Steps"
+msgstr "ნაბიჯები"
-#: 01030500.xhp#hd_id3154729.28.help.text
-msgid "Print layout"
+#. bn/6
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3152576\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_STEPS\">Sets the maximum number of iteration steps.</ahelp>"
msgstr ""
-#: 01030500.xhp#par_id3145254.39.help.text
-msgid "<ahelp hid=\".\">If you mark this field, the print layout of the current document is exported as well.</ahelp> It can be read by $[officename], Netscape Navigator, and MS Internet Explorer."
-msgstr ""
+#. oXMQ
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"hd_id3153728\n"
+"24\n"
+"help.text"
+msgid "Minimum Change"
+msgstr "მინიმალური შეცვლა"
-#: 01030500.xhp#par_id3156276.41.help.text
-msgid "The HTML filter supports CSS2 (Cascading Style Sheets Level 2) for printing documents. These capabilities are only effective if print layout export is activated."
+#. HTw9
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3153139\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCPAGE_CALC:ED_EPS\">Specifies the difference between two consecutive iteration step results. If the result of the iteration is lower than the minimum change value, then the iteration will stop.</ahelp>"
msgstr ""
-#: 01030500.xhp#hd_id3144764.24.help.text
-msgid "Copy local graphics to Internet"
+#. 1Zud
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"hd_id3147125\n"
+"45\n"
+"help.text"
+msgid "Date"
msgstr ""
-#: 01030500.xhp#par_id3149379.25.help.text
-msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_LOCAL_GRF\">Mark this check box to automatically upload the embedded pictures to the Internet server when uploading using FTP. Use the <emph>Save As</emph> dialog to save the document and enter a complete FTP URL as the file name in the Internet.</ahelp>"
+#. /3VO
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3155416\n"
+"46\n"
+"help.text"
+msgid "Select the start date for the internal conversion from days to numbers."
msgstr ""
-#: 01030500.xhp#hd_id3152960.48.help.text
-msgid "Character set"
-msgstr "სიმბოლოს მინიჭება"
-
-#: 01030500.xhp#par_id3149018.49.help.text
-msgid "<ahelp hid=\"OFFMGR_LISTBOX_RID_OFAPAGE_HTMLOPT_LB_CHARSET\">Select the appropriate character set for the export</ahelp>."
-msgstr ""
+#. glAX
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"hd_id3147396\n"
+"47\n"
+"help.text"
+msgid "12/30/1899 (default)"
+msgstr "12/30/1899 (ნაგულისხმევი)"
-#: macrosecurity_ts.xhp#tit.help.text
-msgid "Trusted Sources"
-msgstr "სანდო წყაროები"
+#. E)wy
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3145646\n"
+"48\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_CALC:BTN_DATESTD\">Sets 12/30/1899 as day zero.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_CALC:BTN_DATESTD\">12/30/1899 არის ათვლის წერტილი.</ahelp>"
-#: macrosecurity_ts.xhp#par_idN10549.help.text
-#, fuzzy
-msgid "<variable id=\"macrosecurity_ts\"><link href=\"text/shared/optionen/macrosecurity_ts.xhp\">Trusted Sources</link></variable>"
-msgstr "<variable id=\"macrosecurity_sl\"><link href=\"text/shared/optionen/macrosecurity_sl.xhp\">დაცვის დონე</link></variable>"
+#. M@!R
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"hd_id3156283\n"
+"49\n"
+"help.text"
+msgid "01/01/1900 (StarCalc 1.0)"
+msgstr "01/01/1900 (StarCalc 1.0)"
-#: macrosecurity_ts.xhp#par_idN10567.help.text
-msgid "Specifies the <link href=\"text/shared/optionen/macrosecurity.xhp\">macro security</link> settings for trusted certificates and trusted file locations."
+#. WEQr
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3154018\n"
+"50\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_CALC:BTN_DATESC10\">Sets 1/1/1900 as day zero. Use this setting for StarCalc 1.0 spreadsheets containing date entries.</ahelp>"
msgstr ""
-#: macrosecurity_ts.xhp#par_idN10578.help.text
-msgid "Trusted certificates"
-msgstr "სანდო სერტიფიკატები"
-
-#: macrosecurity_ts.xhp#par_idN1057C.help.text
-msgid "<ahelp hid=\".\">Lists the trusted certificates.</ahelp>"
-msgstr "<ahelp hid=\".\">ჩამოთვლის სანდო სერტიფიკატებს.</ahelp>"
+#. $4eM
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"hd_id3156181\n"
+"51\n"
+"help.text"
+msgid "01/01/1904"
+msgstr "01/01/1904"
-#: macrosecurity_ts.xhp#par_idN10591.help.text
-msgctxt "macrosecurity_ts.xhp#par_idN10591.help.text"
-msgid "View"
+#. 8RBQ
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3153948\n"
+"52\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_CALC:BTN_DATE1904\">Sets 1/1/1904 as day zero. Use this setting for spreadsheets that are imported in a foreign format.</ahelp>"
msgstr ""
-#: macrosecurity_ts.xhp#par_idN10595.help.text
-msgid "<ahelp hid=\".\">Opens the View Certificate dialog for the selected certificate.</ahelp>"
-msgstr ""
+#. h2WX
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"hd_id3153838\n"
+"26\n"
+"help.text"
+msgid "Case sensitive"
+msgstr "რეგისტრისადმი მგძნობიარე"
-#: macrosecurity_ts.xhp#par_idN105A6.help.text
-msgctxt "macrosecurity_ts.xhp#par_idN105A6.help.text"
-msgid "Remove"
+#. sJXu
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3146793\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_CALC:BTN_CASE\">Specifies whether to distinguish between upper and lower case in texts when comparing cell contents.</ahelp>"
msgstr ""
-#: macrosecurity_ts.xhp#par_idN105AA.help.text
-msgid "<ahelp hid=\".\">Removes the selected certificate from the list of trusted certificates.</ahelp>"
+#. I3#A
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3153707\n"
+"28\n"
+"help.text"
+msgid "<emph>Example:</emph> Type the text 'Test' in cell A1; and the text 'test' in B1. Then type the formula \"=A1=B1\" in cell C1. If the <emph>Case sensitive</emph> box is marked, FALSE will appear in the cell; otherwise, TRUE will appear in the cell."
msgstr ""
-#: macrosecurity_ts.xhp#par_idN105AD.help.text
-msgid "Trusted file locations"
-msgstr "სანდო ლოკალური ფაილი"
-
-#: macrosecurity_ts.xhp#par_idN105B1.help.text
-msgid "<ahelp hid=\".\">Document macros are only executed if they have been opened from one of the following locations.</ahelp>"
+#. ybE/
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3153965\n"
+"29\n"
+"help.text"
+msgid "The EXACT text function is always case-sensitive, independent of the settings in this dialog."
msgstr ""
-#: macrosecurity_ts.xhp#par_idN105B4.help.text
-msgctxt "macrosecurity_ts.xhp#par_idN105B4.help.text"
-msgid "Add"
+#. 20N_
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"hd_id3145150\n"
+"30\n"
+"help.text"
+msgid "Precision as shown"
msgstr ""
-#: macrosecurity_ts.xhp#par_idN105B8.help.text
-msgid "<ahelp hid=\".\">Opens a folder selection dialog. Select a folder from which all macros are allowed to execute.</ahelp>"
+#. ?(tQ
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3150644\n"
+"31\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_CALC:BTN_CALC\">Specifies whether to make calculations using the rounded values displayed in the sheet. Charts will be shown with the displayed values. If the <emph>Precision as shown</emph> option is not marked, the displayed numbers are rounded, but they are calculated internally using the non-rounded number.</ahelp>"
msgstr ""
-#: macrosecurity_ts.xhp#par_idN105BB.help.text
-msgctxt "macrosecurity_ts.xhp#par_idN105BB.help.text"
-msgid "Remove"
-msgstr ""
+#. _c,o
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"hd_id3152581\n"
+"32\n"
+"help.text"
+msgid "Search criteria = and <> must apply to whole cells"
+msgstr "ძიების კრიტერიუმი = და <> ყველა უჯრაზე უნდა გააქტიურდეს"
-#: macrosecurity_ts.xhp#par_idN105BF.help.text
-msgid "<ahelp hid=\".\">Removes the selected folder from the list of trusted file locations.</ahelp>"
+#. _O45
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3149211\n"
+"33\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_CALC:BTN_MATCH\">Specifies that the search criteria you set for the Calc database functions must match the whole cell exactly. When the <emph>Search criteria = and <> must apply to whole cells</emph> box is marked, $[officename] Calc behaves exactly as MS Excel when searching cells in the database functions.</ahelp>"
msgstr ""
-#: 01150100.xhp#tit.help.text
-msgid "Asian Layout"
-msgstr "აზიური განლაგება"
-
-#: 01150100.xhp#hd_id3156414.1.help.text
-msgid "<link href=\"text/shared/optionen/01150100.xhp\" name=\"Asian Layout\">Asian Layout</link>"
-msgstr "<link href=\"text/shared/optionen/01150100.xhp\" name=\"Asian Layout\">აზიური განლაგება</link>"
-
-#: 01150100.xhp#par_id3145136.2.help.text
-msgid "Defines the typographic default settings for Asian text."
-msgstr "საზღვრავს აზიური ტექსტისთვის ტიპოგრაფიულ ნაგულისხმევ სტანდარტებს."
+#. L]rb
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3148422\n"
+"34\n"
+"help.text"
+msgid ".* in following position:"
+msgstr ".* შემდეგ პოზიციაზე:"
-#: 01150100.xhp#bm_id3143268.help.text
-msgid "<bookmark_value>kerning;Asian texts</bookmark_value>"
-msgstr ""
+#. czL]
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3156139\n"
+"35\n"
+"help.text"
+msgid "Search result:"
+msgstr "ძიების შედეგები:"
-#: 01150100.xhp#hd_id3143268.3.help.text
-msgid "Kerning"
-msgstr "კერნინგი"
+#. QXNw
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3150979\n"
+"36\n"
+"help.text"
+msgid "win"
+msgstr "win"
-#: 01150100.xhp#par_id3155535.4.help.text
-msgid "Defines the default settings for kerning between individual characters."
+#. V%}M
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3159239\n"
+"37\n"
+"help.text"
+msgid "Finds win, but not win95, os2win, or upwind"
msgstr ""
-#: 01150100.xhp#hd_id3147275.5.help.text
-msgid "Western characters only"
-msgstr "მხოლოდ დასავლური სიმბოლოები"
+#. [5/u
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3153782\n"
+"38\n"
+"help.text"
+msgid "win.*"
+msgstr "win.*"
-#: 01150100.xhp#par_id3149398.6.help.text
-msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_CHAR_KERNING\">Specifies that kerning is only applied to western text.</ahelp>"
+#. {K/u
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3151278\n"
+"39\n"
+"help.text"
+msgid "Finds win and win95, but not os2win or upwind"
msgstr ""
-#: 01150100.xhp#hd_id3148538.7.help.text
-msgid "Western text and Asian punctuation"
-msgstr "დასავლური ტექსტი და აზიური პუნქტუაცია"
+#. gd1E
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3155506\n"
+"40\n"
+"help.text"
+msgid ".*win"
+msgstr ".*win"
-#: 01150100.xhp#par_id3147336.8.help.text
-msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_CHAR_PUNCT\">Specifies that kerning is applied to both western text and Asian punctuation.</ahelp>"
+#. V52@
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3150886\n"
+"41\n"
+"help.text"
+msgid "Finds win and os2win, but not win95 or upwind"
msgstr ""
-#: 01150100.xhp#hd_id3153088.9.help.text
-msgid "Character spacing"
-msgstr "სიმბოლოთა დაშორება"
+#. PSBS
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3147167\n"
+"42\n"
+"help.text"
+msgid ".*win.*"
+msgstr ".*win.*"
-#: 01150100.xhp#par_id3145119.10.help.text
-msgid "Defines the default settings for character spacing in Asian texts, cells, and drawing objects."
+#. @@U2
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3152985\n"
+"43\n"
+"help.text"
+msgid "Finds win, win95, os2win, and upwind"
msgstr ""
-#: 01150100.xhp#hd_id3150669.11.help.text
-msgid "No compression"
-msgstr "შეკუნშვა არაა"
-
-#: 01150100.xhp#par_id3150503.12.help.text
-msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_NO_COMP\">Specifies that no compression at all will occur.</ahelp>"
+#. 2Esn
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3148814\n"
+"44\n"
+"help.text"
+msgid "If <emph>Search criteria = and <> must apply to whole cells </emph>is not enabled, the \"win\" search pattern acts like \".*win.*\". The search pattern can be at any position within the cell when searching with the Calc database functions."
msgstr ""
-#: 01150100.xhp#hd_id3155419.13.help.text
-msgid "Compress only punctuation"
-msgstr "მხოლოდ პუნქტუაციის შეკუმშვა"
-
-#: 01150100.xhp#par_id3145673.14.help.text
-msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_PUNCT_COMP\">Specifies that only the punctuation is compressed.</ahelp>"
-msgstr "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_PUNCT_COMP\">საზღვრავს რომ მარტო პუნქტუაციაა შეკუნშული.</ahelp>"
-
-#: 01150100.xhp#hd_id3151245.15.help.text
-msgid "Compress punctuation and Japanese Kana"
-msgstr "პუნქტუაციის და იაპონური კანას შეკუნშვა"
-
-#: 01150100.xhp#par_id3154346.16.help.text
-#, fuzzy
-msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_PUNCT_KANA_COMP\">Specifies that punctuation and Japanese Kana are compressed.</ahelp>"
-msgstr "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_PUNCT_COMP\">საზღვრავს რომ მარტო პუნქტუაციაა შეკუნშული.</ahelp>"
-
-#: 01150100.xhp#hd_id3148552.17.help.text
-msgid "First and last characters"
-msgstr "პირველი და უკანასკნელი სიმბოლოები"
+#. E{Ub
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"hd_id3156448\n"
+"58\n"
+"help.text"
+msgid "Enable regular expressions in formulas"
+msgstr "ფორმულებში რეგულარული გამოსახულებების ჩართვა"
-#: 01150100.xhp#par_id3149295.18.help.text
-msgid "Defines the default settings for 'first' and 'last' characters. In the dialog that appears when you choose <emph>Format -</emph><link href=\"text/shared/01/05020700.xhp\" name=\"Asian Typography\"><emph>Asian Typography</emph></link>, you can specify whether the list of forbidden characters applies to those at the beginning or end of a line in a paragraph."
+#. .L87
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3155092\n"
+"59\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CALC_BTN_REGEX\">Specifies that regular expressions are enabled when searching and also for character string comparisons.</ahelp><switchinline select=\"appl\"><caseinline select=\"CALC\"> This relates to the <link href=\"text/scalc/01/04060101.xhp\" name=\"database functions\">database functions</link>, and to VLOOKUP, HLOOKUP and SEARCH.</caseinline></switchinline>"
msgstr ""
-#: 01150100.xhp#hd_id3154071.19.help.text
-msgctxt "01150100.xhp#hd_id3154071.19.help.text"
-msgid "Language"
-msgstr "ენები"
+#. uIUD
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"hd_id3156199\n"
+"55\n"
+"help.text"
+msgid "Automatically find column and row labels"
+msgstr "სვეტების ან რიგების ეტიკეტების ავტო მონახვა"
-#: 01150100.xhp#par_id3151210.20.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_ASIAN_LAYOUT_LB_LANGUAGE\">Specifies the language for which you want to define first and last characters.</ahelp>"
+#. +K71
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3153818\n"
+"56\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_CALC:BTN_LOOKUP\">Specifies that you can use the text in any cell as a label for the column below the text or the row to the right of the text. The text must consist of at least one word and must not contain any operators.</ahelp>"
msgstr ""
-#: 01150100.xhp#hd_id3145606.21.help.text
-msgctxt "01150100.xhp#hd_id3145606.21.help.text"
-msgid "Default"
+#. dsZ!
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3151242\n"
+"57\n"
+"help.text"
+msgid "<emph>Example</emph>: Cell E5 contains the text \"Europe\". Below, in cell E6, is the value 100 and in cell E7 the value 200. If the <emph>Automatically find column and row labels</emph> box is marked, you can write the following formula in cell A1: =SUM(Europe)."
msgstr ""
-#: 01150100.xhp#par_id3148920.22.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ASIAN_LAYOUT_CB_STANDARD\">When you mark<emph> Default</emph>, the following two text boxes are filled with the default characters for the selected language:</ahelp>"
+#. |sAy
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"hd_id315634199\n"
+"help.text"
+msgid "Limit decimals for general number format"
msgstr ""
-#: 01150100.xhp#hd_id3144761.23.help.text
-msgid "Not at start of line:"
-msgstr "არაა ხაზის დასაწყისი:"
-
-#: 01150100.xhp#par_id3156214.24.help.text
-msgid "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_ASIAN_LAYOUT_ED_START\">Specifies the characters that should not appear alone at the beginning of a line.</ahelp> If a character typed here is positioned at the beginning of a line after a line break, it is automatically moved to the end of the previous line. For example, an exclamation point at the end of a sentence never appears at the start of a line if it is part of the <emph>Not at start of line</emph> list."
+#. .\;r
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id315343818\n"
+"help.text"
+msgid "<ahelp hid=\".\">You can specify the maximum number of decimal places that are shown by default for cells with General number format. If not enabled, cells with General number format show as many decimal places as the column width allows.</ahelp>"
msgstr ""
-#: 01150100.xhp#hd_id3154908.25.help.text
-msgid "Not at end of line:"
-msgstr "არაა ხაზის ბოლო:"
+#. 7Aw1
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"hd_id3145231\n"
+"53\n"
+"help.text"
+msgid "Decimal places"
+msgstr "ათწილადთა ადგილი"
-#: 01150100.xhp#par_id3153367.26.help.text
-msgid "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_ASIAN_LAYOUT_ED_END\">Specifies the characters that should not appear alone at the end of a line.</ahelp> If a character typed here is positioned at the end of a line due to a line break, it is automatically moved to the beginning of the next line. For example, a currency symbol that appears in front of an amount never appears at the end of a line if it is part of the<emph> Not at end of line</emph> list."
+#. oGOI
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3149568\n"
+"54\n"
+"help.text"
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
msgstr ""
-#: 01010800.xhp#tit.help.text
-msgctxt "01010800.xhp#tit.help.text"
+#. A${l
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"tit\n"
+"help.text"
msgid "View"
msgstr ""
-#: 01010800.xhp#bm_id3155341.help.text
+#. U6d2
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"bm_id3155341\n"
+"help.text"
msgid "<bookmark_value>views; defaults</bookmark_value> <bookmark_value>defaults; views</bookmark_value> <bookmark_value>settings; views</bookmark_value> <bookmark_value>scaling; font sizes in user interface</bookmark_value> <bookmark_value>font sizes; scaling on screen</bookmark_value> <bookmark_value>WYSIWYG in fonts lists</bookmark_value> <bookmark_value>previews; fonts lists</bookmark_value> <bookmark_value>font lists</bookmark_value> <bookmark_value>font name box</bookmark_value> <bookmark_value>mouse; positioning</bookmark_value> <bookmark_value>clipboard; selection clipboard</bookmark_value> <bookmark_value>selection clipboard</bookmark_value>"
msgstr ""
-#: 01010800.xhp#hd_id3155341.1.help.text
+#. ;F[r
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"hd_id3155341\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/shared/optionen/01010800.xhp\" name=\"View\">View</link>"
msgstr "<link href=\"text/shared/optionen/01010800.xhp\" name=\"View\">ხედი</link>"
-#: 01010800.xhp#par_id3155630.2.help.text
+#. )5A1
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id3155630\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\"HID_OFA_TP_VIEW\">Specifies view options.</ahelp>"
msgstr "<ahelp hid=\"HID_OFA_TP_VIEW\">ხედის პარამეტრებს საზღვრავს.</ahelp>"
-#: 01010800.xhp#hd_id3145171.45.help.text
-msgctxt "01010800.xhp#hd_id3145171.45.help.text"
+#. e^D~
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"hd_id3145171\n"
+"45\n"
+"help.text"
msgid "Scaling"
msgstr ""
-#: 01010800.xhp#par_id3158407.46.help.text
+#. SHLo
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id3158407\n"
+"46\n"
+"help.text"
msgid "<ahelp hid=\"OFFMGR:METRICFIELD:OFA_TP_VIEW:MF_SCALING\">Uses percentile scaling for font size in user interface elements, such as dialogs and icon labels.</ahelp>"
msgstr ""
-#: 01010800.xhp#par_id3159154.67.help.text
+#. rBVc
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id3159154\n"
+"67\n"
+"help.text"
msgid "The <emph>Scaling</emph> setting does not affect the font size of text in a document."
msgstr ""
-#: 01010800.xhp#hd_id3149123.112.help.text
+#. :FhT
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"hd_id3149123\n"
+"112\n"
+"help.text"
msgid "Icon size and style"
msgstr ""
-#: 01010800.xhp#par_id3153947.113.help.text
+#. +kq7
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id3153947\n"
+"113\n"
+"help.text"
msgid "<ahelp hid=\"OFFMGR_LISTBOX_OFA_TP_VIEW_LB_BIG\">Specifies the display size of toolbar icons.</ahelp><switchinline select=\"sys\"><caseinline select=\"WIN\">The <emph>Automatic</emph> option uses the font size settings of your operating system for menus.</caseinline></switchinline>"
msgstr ""
-#: 01010800.xhp#par_id4664754.help.text
+#. gobG
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id4664754\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the icon style for icons in toolbars and dialogs.</ahelp>"
msgstr ""
-#: 01010800.xhp#par_idN10738.help.text
+#. V*/Z
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_idN10738\n"
+"help.text"
msgid "Use system font for user interface"
msgstr ""
-#: 01010800.xhp#par_idN1073C.help.text
+#. CM;P
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_idN1073C\n"
+"help.text"
msgid "<ahelp hid=\"svx_CheckBox_OFA_TP_VIEW_CB_SYSTEM_FONT\">Specifies to use the system font to display all menus and dialogs. Else another installed font is used.</ahelp>"
msgstr ""
-#: 01010800.xhp#hd_id3400982.help.text
+#. )SlK
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"hd_id3400982\n"
+"help.text"
msgid "Screen font antialiasing"
msgstr "ეკრანული შრიფტების ანტიდაგლუვება"
-#: 01010800.xhp#par_id6649372.help.text
+#. BJ8J
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id6649372\n"
+"help.text"
msgid "<ahelp hid=\".\">Select to smooth the screen appearance of text.</ahelp>"
msgstr ""
-#: 01010800.xhp#par_id4743797.help.text
+#. ?|xr
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id4743797\n"
+"help.text"
msgid "<ahelp hid=\".\">Enter the smallest font size to apply antialiasing.</ahelp>"
msgstr "<ahelp hid=\".\">ანტიდაგლუვებისთვის შრიფტის უმცირესი ზომა შეიყვანეთ.</ahelp>"
-#: 01010800.xhp#par_idN107A3.help.text
+#. };YA
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_idN107A3\n"
+"help.text"
msgid "Menu"
msgstr "მენიუ"
-#: 01010800.xhp#hd_id3156056.91.help.text
+#. -i:t
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"hd_id3156056\n"
+"91\n"
+"help.text"
msgid "Icons in menus"
msgstr ""
-#: 01010800.xhp#par_id3155766.92.help.text
+#. s-U/
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id3155766\n"
+"92\n"
+"help.text"
msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_VIEW_CB_MENU_ICONS\">Displays icons next to the corresponding menu items. Select from \"Automatic\", \"Hide\" and \"Show\". \"Automatic\" displays icons according to system settings and themes.</ahelp>"
msgstr ""
-#: 01010800.xhp#hd_id3149262.63.help.text
+#. +U3v
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"hd_id3149262\n"
+"63\n"
+"help.text"
msgid "Show preview of fonts"
msgstr "შრიფტების წინასწარხილვის ჩვენება"
-#: 01010800.xhp#par_id3155415.64.help.text
+#. 0pXQ
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id3155415\n"
+"64\n"
+"help.text"
msgid "<ahelp hid=\"OFFMGR:CHECKBOX:OFA_TP_VIEW:CB_FONT_SHOW\">Displays the names of selectable fonts in the corresponding font, for example, fonts in the Font box on the <emph>Formatting</emph> bar.</ahelp>"
msgstr ""
-#: 01010800.xhp#hd_id3151319.68.help.text
+#. gp$#
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"hd_id3151319\n"
+"68\n"
+"help.text"
msgid "Show font history"
msgstr "შრიფტების ისტორიის ჩვენება"
-#: 01010800.xhp#par_id3153513.69.help.text
+#. {@_z
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id3153513\n"
+"69\n"
+"help.text"
msgid "<ahelp hid=\"OFFMGR:CHECKBOX:OFA_TP_VIEW:CB_FONT_HISTORY\">Lists the last five fonts that you used in the current document at the top of the list in the <emph>Font Name</emph> box on the <emph>Formatting</emph> bar.</ahelp>"
msgstr ""
-#: 01010800.xhp#par_idN10962.help.text
+#. OK}3
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_idN10962\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether to restore the last used document view. Many view properties valid when the document was last saved will be restored.</ahelp>"
msgstr ""
-#: 01010800.xhp#par_idN10AC8.help.text
+#. Oc1%
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_idN10AC8\n"
+"help.text"
msgid "Graphics output"
msgstr "გრაფიკული გამოტანა"
-#: 01010800.xhp#par_idN10A1D.help.text
+#. FC(X
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_idN10A1D\n"
+"help.text"
msgid "<ahelp hid=\"20201\">Press Shift+Ctrl+R to restore or refresh the view of the current document.</ahelp>"
msgstr ""
-#: 01010800.xhp#par_idN10AD4.help.text
+#. O:_]
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_idN10AD4\n"
+"help.text"
msgid "Use hardware acceleration"
msgstr "აპარატურული აქსელერაციის გამოყენება"
-#: 01010800.xhp#par_idN10AD8.help.text
+#. Q3;w
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_idN10AD8\n"
+"help.text"
msgid "<ahelp hid=\".\">Directly accesses hardware features of the graphical display adapter to improve the screen display.</ahelp> The support for hardware acceleration is not available for all operating systems and platform distributions of %PRODUCTNAME."
msgstr ""
-#: 01010800.xhp#hd_id1208200812004470.help.text
+#. :[ib
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"hd_id1208200812004470\n"
+"help.text"
msgid "Use Anti-Aliasing"
msgstr ""
-#: 01010800.xhp#par_id1208200812004444.help.text
+#. kOmL
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id1208200812004444\n"
+"help.text"
msgid "<ahelp hid=\".\">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.</ahelp>"
msgstr ""
-#: 01010800.xhp#hd_id101920091058114.help.text
+#. P%rd
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"hd_id101920091058114\n"
+"help.text"
msgid "Selection"
msgstr "მონიშვნა"
-#: 01010800.xhp#hd_id1019200910581166.help.text
-msgctxt "01010800.xhp#hd_id1019200910581166.help.text"
+#. GR83
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"hd_id1019200910581166\n"
+"help.text"
msgid "Transparency"
msgstr "გამჭირვალეობა"
-#: 01010800.xhp#par_id1019200910581186.help.text
+#. 1+qM
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id1019200910581186\n"
+"help.text"
msgid "<ahelp hid=\".\">If enabled, the text selection in Writer and the cell selection in Calc will be shown using a transparent color. If not enabled, the selection will be shown by inverted colors.</ahelp>"
msgstr ""
-#: 01010800.xhp#hd_id1019200910581266.help.text
+#. b[k8
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"hd_id1019200910581266\n"
+"help.text"
msgid "Transparency level"
msgstr ""
-#: 01010800.xhp#par_id1019200910581220.help.text
+#. !gb#
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id1019200910581220\n"
+"help.text"
msgid "<ahelp hid=\".\">Select the transparency level for transparent selections. The default value is 75%. You can select values from 10% to 90%.</ahelp>"
msgstr ""
-#: 01010800.xhp#hd_id3166432.47.help.text
+#. w3ve
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"hd_id3166432\n"
+"47\n"
+"help.text"
msgid "Mouse positioning"
msgstr "თაგვის მდებარეობა"
-#: 01010800.xhp#par_id3155530.48.help.text
+#. [AD!
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id3155530\n"
+"48\n"
+"help.text"
msgid "<ahelp hid=\"OFFMGR:LISTBOX:OFA_TP_VIEW:LB_MOUSEPOS\">Specifies if and how the mouse pointer will be positioned in newly opened dialogs.</ahelp>"
msgstr ""
-#: 01010800.xhp#hd_id3146982.93.help.text
+#. kjFP
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"hd_id3146982\n"
+"93\n"
+"help.text"
msgid "Middle mouse button"
msgstr "თაგვის შუა ღილაკი"
-#: 01010800.xhp#par_id3150521.94.help.text
+#. \M3G
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id3150521\n"
+"94\n"
+"help.text"
msgid "<ahelp hid=\"OFFMGR_LISTBOX_OFA_TP_VIEW_LB_MOUSEMIDDLE\">Defines the function of the middle mouse button.</ahelp>"
msgstr ""
-#: 01010800.xhp#par_id3152889.97.help.text
-msgid " <emph>Automatic scrolling</emph> - dragging while pressing the middle mouse button shifts the view."
-msgstr ""
-
-#: 01010800.xhp#par_id3155810.98.help.text
-msgid " <emph>Paste clipboard</emph> - pressing the middle mouse button inserts the contents of the \"Selection clipboard\" at the cursor position. "
-msgstr ""
-
-#: 01010800.xhp#par_id3148703.99.help.text
+#. 8qOL
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id3152889\n"
+"97\n"
+"help.text"
+msgid "<emph>Automatic scrolling</emph> - dragging while pressing the middle mouse button shifts the view."
+msgstr ""
+
+#. d#7*
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id3155810\n"
+"98\n"
+"help.text"
+msgid "<emph>Paste clipboard</emph> - pressing the middle mouse button inserts the contents of the \"Selection clipboard\" at the cursor position."
+msgstr ""
+
+#. )BA0
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id3148703\n"
+"99\n"
+"help.text"
msgid "The \"Selection clipboard\" is independent of the normal clipboard that you use by <emph>Edit - Copy/Cut /Insert</emph> or the respective keyboard shortcuts. Clipboard and \"Selection clipboard\" can contain different contents at the same time."
msgstr ""
-#: 01010800.xhp#par_id3148870.100.help.text
-msgid " <emph>Clipboard</emph> "
-msgstr ""
-
-#: 01010800.xhp#par_id3145076.101.help.text
-msgid " <emph>Selection clipboard</emph> "
-msgstr ""
-
-#: 01010800.xhp#par_id3156030.102.help.text
-msgid " <emph>Copy content</emph> "
-msgstr ""
-
-#: 01010800.xhp#par_id3150110.103.help.text
+#. ;u]J
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id3148870\n"
+"100\n"
+"help.text"
+msgid "<emph>Clipboard</emph>"
+msgstr ""
+
+#. vv!`
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id3145076\n"
+"101\n"
+"help.text"
+msgid "<emph>Selection clipboard</emph>"
+msgstr ""
+
+#. wV0E
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id3156030\n"
+"102\n"
+"help.text"
+msgid "<emph>Copy content</emph>"
+msgstr ""
+
+#. z}K$
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id3150110\n"
+"103\n"
+"help.text"
msgid "Edit - Copy Ctrl+C."
msgstr "რედაქტირება - ასლი Ctrl+C."
-#: 01010800.xhp#par_id3149588.104.help.text
+#. iULS
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id3149588\n"
+"104\n"
+"help.text"
msgid "Select text, table, object."
msgstr "ტექსტის ამორჩევა, ცხრილი, ობიექტი."
-#: 01010800.xhp#par_id3149331.105.help.text
-msgid " <emph>Paste content</emph> "
-msgstr ""
-
-#: 01010800.xhp#par_id3156337.106.help.text
+#. KD6?
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id3149331\n"
+"105\n"
+"help.text"
+msgid "<emph>Paste content</emph>"
+msgstr ""
+
+#. .911
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id3156337\n"
+"106\n"
+"help.text"
msgid "Edit - Paste Ctrl+V pastes at the cursor position."
msgstr "რედაქტირება - ჩასმა Ctrl+V სვავს კურსორთან."
-#: 01010800.xhp#par_id3151127.107.help.text
+#. Hd]c
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id3151127\n"
+"107\n"
+"help.text"
msgid "Clicking the middle mouse button pastes at the mouse pointer position."
msgstr "თაგვის შუა ღილაკის დაწკაპუნება სვავს თაგვის კურსორთან."
-#: 01010800.xhp#par_id3159206.108.help.text
-msgid " <emph>Pasting into another document</emph> "
-msgstr ""
-
-#: 01010800.xhp#par_id3148974.109.help.text
+#. 1N0H
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id3159206\n"
+"108\n"
+"help.text"
+msgid "<emph>Pasting into another document</emph>"
+msgstr ""
+
+#. a(IY
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id3148974\n"
+"109\n"
+"help.text"
msgid "No effect on the clipboard contents."
msgstr "ბუფერის შიგთავსზე ეფექტი არაა."
-#: 01010800.xhp#par_id3152870.110.help.text
+#. ~VQ^
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id3152870\n"
+"110\n"
+"help.text"
msgid "The last marked selection is the content of the selection clipboard."
msgstr "უკანასკნელად მონიშნული არის გაცვლის ბუფერის შიგთავსი."
-#: 01014000.xhp#tit.help.text
-msgid "Network Identity"
-msgstr "ქსელის იდენტიფიკაცია"
+#. ][zE
+#: 01060300.xhp
+msgctxt ""
+"01060300.xhp\n"
+"tit\n"
+"help.text"
+msgid "General"
+msgstr ""
-#: 01014000.xhp#bm_id3153681.help.text
-msgid "<bookmark_value>network identity options</bookmark_value><bookmark_value>options; network identity</bookmark_value><bookmark_value>single sign on options</bookmark_value><bookmark_value>LDAP server; sign on options</bookmark_value><bookmark_value>remote configurations</bookmark_value><bookmark_value>Configuration Manager</bookmark_value>"
+#. dyy:
+#: 01060300.xhp
+msgctxt ""
+"01060300.xhp\n"
+"bm_id3151110\n"
+"help.text"
+msgid "<bookmark_value>metrics;in sheets</bookmark_value><bookmark_value>tab stops; setting in sheets</bookmark_value><bookmark_value>cells; cursor positions after input (Calc)</bookmark_value><bookmark_value>edit mode; through Enter key (Calc)</bookmark_value><bookmark_value>formatting; expanding (Calc)</bookmark_value><bookmark_value>expanding formatting (Calc)</bookmark_value><bookmark_value>references; expanding (Calc)</bookmark_value><bookmark_value>column headers; highlighting (Calc)</bookmark_value><bookmark_value>row headers; highlighting (Calc)</bookmark_value>"
msgstr ""
-#: 01014000.xhp#hd_id3153681.1.help.text
-msgid "<link href=\"text/shared/optionen/01014000.xhp\" name=\"Network Identity\">Network Identity</link>"
-msgstr "<link href=\"text/shared/optionen/01014000.xhp\" name=\"Network Identity\">ქსელის იდენტიფიკაცია</link>"
+#. 7~,J
+#: 01060300.xhp
+msgctxt ""
+"01060300.xhp\n"
+"hd_id3153311\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01060300.xhp\" name=\"General\">General</link>"
+msgstr "<link href=\"text/shared/optionen/01060300.xhp\" name=\"General\">ზოგადი</link>"
-#: 01014000.xhp#par_id3153562.2.help.text
-msgid "<ahelp hid=\".\">Sets the options for a remote configuration access to your personal $[officename] settings stored on an LDAP server.</ahelp> To see this tab page and to use this feature, remote configuration must be active: You need an account on an LDAP server that is running and configured to store $[officename] user settings."
+#. 6kp;
+#: 01060300.xhp
+msgctxt ""
+"01060300.xhp\n"
+"par_id3156410\n"
+"2\n"
+"help.text"
+msgid "Defines general settings for spreadsheet documents."
msgstr ""
-#: 01014000.xhp#par_id3149797.7.help.text
-msgid "Using remote configuration, you can start a copy of $[officename] on any computer in the network with your own user data and personal configuration."
+#. jx-(
+#: 01060300.xhp
+msgctxt ""
+"01060300.xhp\n"
+"hd_id3155338\n"
+"24\n"
+"help.text"
+msgid "Metrics"
+msgstr "მეტრული"
+
+#. I/Ya
+#: 01060300.xhp
+msgctxt ""
+"01060300.xhp\n"
+"hd_id3151110\n"
+"20\n"
+"help.text"
+msgid "Measurement unit"
msgstr ""
-#: 01014000.xhp#hd_id3155388.3.help.text
-msgid "Authentication Method"
-msgstr "ავთენტიფიკაციის მეთოდი"
+#. BE-\
+#: 01060300.xhp
+msgctxt ""
+"01060300.xhp\n"
+"par_id3150444\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_LAYOUT:LB_UNIT\">Defines the unit of measure in spreadsheets.</ahelp>"
+msgstr ""
-#: 01014000.xhp#par_id3147335.8.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_SSO_LB_MECHANISM\">Choose your security mechanism for access to the LDAP server.</ahelp> Choices are Simple or Kerberos."
+#. 5jrz
+#: 01060300.xhp
+msgctxt ""
+"01060300.xhp\n"
+"hd_id3149795\n"
+"22\n"
+"help.text"
+msgid "Tab stops"
msgstr ""
-#: 01014000.xhp#hd_id3153881.4.help.text
-msgctxt "01014000.xhp#hd_id3153881.4.help.text"
-msgid "User name"
+#. q-{3
+#: 01060300.xhp
+msgctxt ""
+"01060300.xhp\n"
+"par_id3150084\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"SC:METRICFIELD:RID_SCPAGE_LAYOUT:MF_TAB\">Defines the tab stops distance.</ahelp>"
msgstr ""
-#: 01014000.xhp#par_id3148943.9.help.text
-msgid "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_SSO_ED_USERNAME\">Using \"simple\" authentication method, you enter your user name on the LDAP server here.</ahelp> Using \"Kerberos\", you just see your user name, but cannot edit it."
+#. ?\17
+#: 01060300.xhp
+msgctxt ""
+"01060300.xhp\n"
+"hd_id3155135\n"
+"3\n"
+"help.text"
+msgid "Input settings"
+msgstr "შეყვანის პარამეტრები"
+
+#. 9e.9
+#: 01060300.xhp
+msgctxt ""
+"01060300.xhp\n"
+"hd_id3148491\n"
+"5\n"
+"help.text"
+msgid "Press Enter to move selection"
+msgstr "მონიშნულის გადასაადგილებლად დააჭირეთ Enter"
+
+#. !\.2
+#: 01060300.xhp
+msgctxt ""
+"01060300.xhp\n"
+"par_id3145119\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC_LISTBOX_RID_SCPAGE_LAYOUT_LB_ALIGN\">Determines the direction that the cursor in the spreadsheet will move after you press the Enter key.</ahelp>"
msgstr ""
-#: 01014000.xhp#hd_id3153061.5.help.text
-msgctxt "01014000.xhp#hd_id3153061.5.help.text"
-msgid "Password"
+#. =_[/
+#: 01060300.xhp
+msgctxt ""
+"01060300.xhp\n"
+"hd_id3154307\n"
+"8\n"
+"help.text"
+msgid "Press Enter to switch to edit mode"
msgstr ""
-#: 01014000.xhp#par_id3156343.10.help.text
-msgid "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_SSO_ED_PASSWORD\">Using \"simple\" authentication method, enter your password for access to the LDAP server here.</ahelp> Using \"Kerberos\", this box is not active."
+#. %KZ0
+#: 01060300.xhp
+msgctxt ""
+"01060300.xhp\n"
+"par_id3148943\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_LAYOUT_CB_EDITMODE\">Allows you to immediately edit the selected cell after pressing the Enter key.</ahelp>"
msgstr ""
-#: 01014000.xhp#hd_id3146795.6.help.text
-msgid "Save password"
-msgstr "პაროლის შენახვა"
+#. lH5C
+#: 01060300.xhp
+msgctxt ""
+"01060300.xhp\n"
+"hd_id3153896\n"
+"10\n"
+"help.text"
+msgid "Expand formatting"
+msgstr "ფორმატირების გაშლა"
-#: 01014000.xhp#par_id3150358.11.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_SSO_CB_PASSWORD\">Using \"simple\" authentication method, check this box to make your password persistent.</ahelp> If the password is persistent and the same user starts $[officename] later on, the user name and password will not be requested again. Using \"Kerberos\", this box is not active."
+#. kxgt
+#: 01060300.xhp
+msgctxt ""
+"01060300.xhp\n"
+"par_id3150400\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_LAYOUT_CB_FORMAT\">Specifies whether to automatically apply the formatting attributes of the selected cell to the empty adjacent cells.</ahelp> If, for example, the contents of the selected cell have the bold attribute, this bold attribute will also apply to adjacent cells. Cells that already have a special format will not be modified by this function. You can see the range in question by pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + * (multiplication sign on the number pad) shortcut. This format also applies to all new values inserted within this range. The normal default settings apply to cells outside this range."
msgstr ""
-#: 01014000.xhp#par_id3154939.12.help.text
-msgid "The password will be stored encrypted in a file called .ssop in your <switchinline select=\"sys\"><caseinline select=\"UNIX\">home directory </caseinline><defaultinline>\"My Documents\" folder</defaultinline></switchinline>."
+#. ?*(J
+#: 01060300.xhp
+msgctxt ""
+"01060300.xhp\n"
+"hd_id3148451\n"
+"14\n"
+"help.text"
+msgid "Expand references when new columns/rows are inserted"
+msgstr ""
+
+#. [Jqc
+#: 01060300.xhp
+msgctxt ""
+"01060300.xhp\n"
+"par_id3154684\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_LAYOUT_CB_EXPREF\">Specifies whether to expand references when inserting columns or rows adjacent to the reference range. This is only possible if the reference range, where the column or row is inserted, originally spanned at least two cells in the desired direction.</ahelp>"
+msgstr ""
+
+#. E29\
+#: 01060300.xhp
+msgctxt ""
+"01060300.xhp\n"
+"par_id3153194\n"
+"16\n"
+"help.text"
+msgid "<emph>Example:</emph> If the range A1:B1 is referenced in a formula and you insert a new column after column B, the reference is expanded to A1:C1. If the range A1:B1 is referenced and a new row is inserted under row 1, the reference is not expanded, since there is only a single cell in the vertical direction."
+msgstr ""
+
+#. A1`e
+#: 01060300.xhp
+msgctxt ""
+"01060300.xhp\n"
+"par_id3150449\n"
+"17\n"
+"help.text"
+msgid "If you insert rows or columns in the middle of a reference area, the reference is always expanded."
+msgstr ""
+
+#. /sf4
+#: 01060300.xhp
+msgctxt ""
+"01060300.xhp\n"
+"hd_id3151176\n"
+"18\n"
+"help.text"
+msgid "Highlight selection in column/row headings"
+msgstr ""
+
+#. U*%v
+#: 01060300.xhp
+msgctxt ""
+"01060300.xhp\n"
+"par_id3145171\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_LAYOUT_CB_MARKHDR\">Specifies whether to highlight column and row headers in the selected columns or rows.</ahelp>"
+msgstr ""
+
+#. w!JF
+#: 01060300.xhp
+msgctxt ""
+"01060300.xhp\n"
+"hd_id3159252\n"
+"25\n"
+"help.text"
+msgid "Use printer metrics for text formatting"
+msgstr ""
+
+#. _3ib
+#: 01060300.xhp
+msgctxt ""
+"01060300.xhp\n"
+"par_id3145366\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_LAYOUT_CB_TEXTFMT\">Specifies that printer metrics are applied for printing and also for formatting the display on the screen.</ahelp> If this box is not checked, a printer independent layout will be used for screen display and printing."
msgstr ""
-#: 01010200.xhp#tit.help.text
-msgctxt "01010200.xhp#tit.help.text"
+#. XlU;
+#: 01060300.xhp
+msgctxt ""
+"01060300.xhp\n"
+"hd_id3146146\n"
+"27\n"
+"help.text"
+msgid "Show overwrite warning when pasting data"
+msgstr ""
+
+#. Xh+B
+#: 01060300.xhp
+msgctxt ""
+"01060300.xhp\n"
+"par_id3150872\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_LAYOUT_CB_REPLWARN\">Specifies that, when you paste cells from the clipboard to a cell range that is not empty, a warning appears.</ahelp>"
+msgstr ""
+
+#. ?MmX
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"tit\n"
+"help.text"
msgid "General"
msgstr ""
-#: 01010200.xhp#bm_id3143284.help.text
+#. bz#h
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"bm_id3143284\n"
+"help.text"
msgid "<bookmark_value>saving; options</bookmark_value> <bookmark_value>defaults;of saving</bookmark_value> <bookmark_value>URL; saving absolute/relative paths</bookmark_value> <bookmark_value>relative saving of URLs</bookmark_value> <bookmark_value>absolute saving of URLs</bookmark_value>"
msgstr "<bookmark_value>პარამეტრების შენახვა</bookmark_value><bookmark_value>შენახვის ნაგულისხმევები</bookmark_value><bookmark_value>URL; შენახვის აბსოლუტური, მიმართებითი გეზები</bookmark_value><bookmark_value>შენახვის მიმართებითი მისამართები</bookmark_value><bookmark_value>შენახვის აბოლუტური მისამართები</bookmark_value>"
-#: 01010200.xhp#hd_id3143284.1.help.text
+#. p(Zk
+#: 01010200.xhp
#, fuzzy
+msgctxt ""
+"01010200.xhp\n"
+"hd_id3143284\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/shared/optionen/01010200.xhp\" name=\"General\">General</link>"
msgstr "<link href=\"text/shared/optionen/01070300.xhp\" name=\"Grid\">ბადე</link>"
-#: 01010200.xhp#par_id3145669.2.help.text
+#. nzBw
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3145669\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\"HID_OPTIONS_SAVE\">In the<emph> General</emph> section, you can select default settings for saving documents, and can select default file formats.</ahelp>"
msgstr "<ahelp hid=\"HID_OPTIONS_SAVE\"><emph> ზოგად</emph> სექციაში, ძშეგიძლიათ აირჩიოთ დოკუმენტთა შენახვისთვის ნაგულისხმევი პარამეტრები და შეგიძლიათ აირჩიოთ ფაილთა ნაგულისხმევი ფორმატები.</ahelp>"
-#: 01010200.xhp#hd_id3154824.65.help.text
+#. G@m{
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"hd_id3154824\n"
+"65\n"
+"help.text"
msgid "Load"
msgstr "ჩატვირთვა"
-#: 01010200.xhp#hd_id3153311.66.help.text
+#. n=QJ
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"hd_id3153311\n"
+"66\n"
+"help.text"
msgid "Load user-specific settings with the document"
msgstr "დოკუმენტთან მომხმარებლის მიერ განსაზღვრული პარამეტრების ჩატვირთვა"
-#: 01010200.xhp#par_id3147209.67.help.text
+#. !0m6
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3147209\n"
+"67\n"
+"help.text"
msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SFXPAGE_SAVE_CB_LOAD_SETTINGS\">Loads the user-specific settings saved in a document with the document.</ahelp>"
msgstr ""
-#: 01010200.xhp#par_id3166460.68.help.text
+#. R/+E
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3166460\n"
+"68\n"
+"help.text"
msgid "If <emph>Load user-specific settings with the document </emph>is not selected, the following user-specific settings still apply:"
msgstr ""
-#: 01010200.xhp#par_id3155388.69.help.text
+#. a#/x
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3155388\n"
+"69\n"
+"help.text"
msgid "Settings available in <emph>File - Print - Options</emph>,"
msgstr "პარამეტრები ხელმისაწვდომია <emph>ფაილი - ბეჭდვა - პარამეტრებში</emph>,"
-#: 01010200.xhp#par_id3153348.70.help.text
+#. (6mv
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3153348\n"
+"70\n"
+"help.text"
msgid "Name of Fax,"
msgstr "ფაქსის სახელი,"
-#: 01010200.xhp#par_id3150276.71.help.text
+#. P6;$
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3150276\n"
+"71\n"
+"help.text"
msgid "Spacing options for paragraphs before text tables,"
msgstr "ტექსტურ ცხრილებამდე ჰარეების პარამეტრები,"
-#: 01010200.xhp#par_id3148686.72.help.text
+#. qmD=
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3148686\n"
+"72\n"
+"help.text"
msgid "Information about automatic updating for links, field functions and charts,"
msgstr "ბმულების ავტოგაახლებისთვის ინფორმაცია, ველთა ფუნქციები და დიაგრამები,"
-#: 01010200.xhp#par_id3153254.73.help.text
+#. z%G`
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3153254\n"
+"73\n"
+"help.text"
msgid "Information about working with Asian character formats."
msgstr "ინფორმაცია აზიურ სიმბოლოთა ფორმატებთან სამუშაოდ."
-#: 01010200.xhp#par_id3153666.74.help.text
+#. v6Kb
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3153666\n"
+"74\n"
+"help.text"
msgid "The following settings are <emph>always</emph> loaded with a document, whether or not this option is marked:"
msgstr "შემდეგი პარამეტრები <emph>ყოველთვის</emph> იტვირძთება დოკუმენტთან ერთად, მიუხედავად იმისა, მონიშნულია თუ არა ეს პარამეტრი:"
-#: 01010200.xhp#par_id3148946.76.help.text
+#. KOf|
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3148946\n"
+"76\n"
+"help.text"
msgid "Data source linked to the document and its view."
msgstr "მონაცემთა წყარო მიბმულია დოკუმენტთან და მის ხედთან."
-#: 01010200.xhp#hd_id927152.help.text
+#. q9Bq
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"hd_id927152\n"
+"help.text"
msgid "Load printer settings with the document"
msgstr "დოკუმენტთან მომხმარებლის მიერ განსაზღვრული პარამეტრების ჩატვირთვა"
-#: 01010200.xhp#par_id5684987.help.text
+#. 9u1W
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id5684987\n"
+"help.text"
msgid "<ahelp hid=\".\">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.</ahelp>"
msgstr ""
-#: 01010200.xhp#hd_id3146794.3.help.text
-msgctxt "01010200.xhp#hd_id3146794.3.help.text"
+#. NDu+
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"hd_id3146794\n"
+"3\n"
+"help.text"
msgid "Save"
msgstr ""
-#: 01010200.xhp#hd_id3154071.5.help.text
+#. DuDy
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"hd_id3154071\n"
+"5\n"
+"help.text"
msgid "Edit document properties before saving"
msgstr "შენახვამდე დოკუმენტის თვისებების რედაქტირება"
-#: 01010200.xhp#par_id3148798.6.help.text
+#. 0s\%
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3148798\n"
+"6\n"
+"help.text"
msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SFXPAGE_SAVE_BTN_DOCINFO\">Specifies that the <emph>Properties</emph> dialog will appear every time you select the <emph>Save As</emph> command.</ahelp>"
msgstr "<ahelp hid=\"SVX_CHECKBOX_RID_SFXPAGE_SAVE_BTN_DOCINFO\">საზღვრავს რომ <emph>თვისებების</emph> დიალოგი გამოჩნდება ყოველ ჯერზე როდესაც ირჩევთ <emph>შენახვა როგორც</emph> ბრძანებას.</ahelp>"
-#: 01010200.xhp#hd_id3145606.7.help.text
+#. U4H=
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"hd_id3145606\n"
+"7\n"
+"help.text"
msgid "Always create backup copy"
msgstr "ყოველთვის სარეზერვო ასლის შექმნა"
-#: 01010200.xhp#par_id3154123.8.help.text
+#. V`i[
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3154123\n"
+"8\n"
+"help.text"
msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SFXPAGE_SAVE_BTN_BACKUP\">Saves the previous version of a document as a backup copy whenever you save a document. Every time <item type=\"productname\">%PRODUCTNAME</item> creates a backup copy, the previous backup copy is replaced. The backup copy gets the extension .BAK.</ahelp>"
msgstr "<ahelp hid=\"SVX_CHECKBOX_RID_SFXPAGE_SAVE_BTN_BACKUP\">ინახავს დოკუმენტის წინა ვერსიას სარეზერვო ასლად როდესაც ინახავთ დოკუმენტს. ყოველთვის, როდესაც <item type=\"productname\">%PRODUCTNAME</item> ქმნის სარეზერვო ასლს, წინა სარეზერვო ასლი ჩაენაცვლება. სარეზერვო ასლს აქვს .BAK გაფართოვება.</ahelp>"
-#: 01010200.xhp#par_id3153192.37.help.text
+#. 7RVe
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3153192\n"
+"37\n"
+"help.text"
msgid "To change the location of the backup copy, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Paths</emph>, and then enter a new path for the backup file."
msgstr ""
-#: 01010200.xhp#hd_id3154908.9.help.text
+#. TMCr
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"hd_id3154908\n"
+"9\n"
+"help.text"
msgid "Save AutoRecovery information every"
msgstr "შეინახეთ ავტოაღდგენის ინფორმაცია ყოველ"
-#: 01010200.xhp#par_id3149560.10.help.text
+#. g=k5
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3149560\n"
+"10\n"
+"help.text"
msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SFXPAGE_SAVE_BTN_AUTOSAVE\">Specifies that <item type=\"productname\">%PRODUCTNAME</item> saves the information needed to restore all open documents in case of a crash. You can specify the saving time interval.</ahelp>"
msgstr "<ahelp hid=\"SVX_CHECKBOX_RID_SFXPAGE_SAVE_BTN_AUTOSAVE\">საზღვრავს რომ <item type=\"productname\">%PRODUCTNAME</item> ინახავს ინფორმაციას რაც საჭიროა ავარიული დახურვის შემდეგ აღდგენისთვის. მიუთითეთ შენახვის დროის ინტერვალი.</ahelp>"
-#: 01010200.xhp#hd_id3146147.11.help.text
+#. vpki
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"hd_id3146147\n"
+"11\n"
+"help.text"
msgid "Minutes"
msgstr "წუთები"
-#: 01010200.xhp#par_id3152460.12.help.text
+#. iE:/
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3152460\n"
+"12\n"
+"help.text"
msgid "<ahelp hid=\"SVX_NUMERICFIELD_RID_SFXPAGE_SAVE_ED_AUTOSAVE\">Specifies the time interval in minutes for the automatic recovery option.</ahelp>"
msgstr "<ahelp hid=\"SVX_NUMERICFIELD_RID_SFXPAGE_SAVE_ED_AUTOSAVE\">საზღვრავს დროის ინტერვალს წუთებში ავტო აღდგენის პარამეტრისთვის.</ahelp>"
-#: 01010200.xhp#hd_id3153575.17.help.text
+#. jina
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"hd_id3153575\n"
+"17\n"
+"help.text"
msgid "Save URLs relative to file system"
msgstr ""
-#: 01010200.xhp#par_id3149484.18.help.text
+#. WDUe
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3149484\n"
+"18\n"
+"help.text"
msgid "This option allows you to select the default for <link href=\"text/shared/00/00000005.xhp#speichern\" name=\"relative\">relative</link> addressing of URLs in the file system and on the Internet. Relative addressing is only possible if the source document and the referenced document are both on the same drive."
msgstr "ეს პარამეტრი საშუალებას გაძლევთ აირჩიოთ ნაგულისხმევი <link href=\"text/shared/00/00000005.xhp#speichern\" name=\"relative\">დაკავშირებული</link> მისამართი ფაილურ სისტემაში და ინტერნეტში. დაკავშირებული მისამართები შესაძლებელია მხოლოდ თუ წყარო დოკუმენტი და დაკავშირებული დოკუმენტი ორივე ერთ დისკზეა."
-#: 01010200.xhp#par_id3145799.52.help.text
+#. ]^A#
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3145799\n"
+"52\n"
+"help.text"
msgid "A relative address always starts from the directory in which the current document is located. In contrast, absolute addressing always starts from a root directory. The following table demonstrates the difference in syntax between relative and absolute referencing:"
msgstr "შეფარდებითი მისამართი ყოველთვის იწყება იმ დირექტორიიდან სადაც მიმდინარე დოკუმენტი მდებარეობს. საპირისპიროთ, აბსოლუტური მისამართი ყოველთვის ძირეული საქაღალდით იწყება. შემდეგი ცხრილი ასახავს სინტაქსსში სხვაობას შეფარდებითი და აბსოლუტური გეზებს შორის:"
-#: 01010200.xhp#par_id3149413.53.help.text
+#. ]=r2
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3149413\n"
+"53\n"
+"help.text"
msgid "Examples"
msgstr "მაგალითები"
-#: 01010200.xhp#par_id3148455.54.help.text
+#. ]Vlc
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3148455\n"
+"54\n"
+"help.text"
msgid "File system"
msgstr "ფაილური სისტემა"
-#: 01010200.xhp#par_id3150715.55.help.text
+#. (G@D
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3150715\n"
+"55\n"
+"help.text"
msgid "Internet"
msgstr "ინტერნეტი"
-#: 01010200.xhp#par_id3155602.56.help.text
+#. TOh+
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3155602\n"
+"56\n"
+"help.text"
msgid "relative"
msgstr "დაკავშირებული"
-#: 01010200.xhp#par_id3147176.57.help.text
-msgctxt "01010200.xhp#par_id3147176.57.help.text"
+#. pH@;
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3147176\n"
+"57\n"
+"help.text"
msgid "../images/img.jpg"
msgstr ""
-#: 01010200.xhp#par_id3145652.58.help.text
-msgctxt "01010200.xhp#par_id3145652.58.help.text"
+#. 9k|H
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3145652\n"
+"58\n"
+"help.text"
msgid "../images/img.jpg"
msgstr ""
-#: 01010200.xhp#par_id3155064.59.help.text
+#. 7U*C
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3155064\n"
+"59\n"
+"help.text"
msgid "absolute"
msgstr "აბსოლუტური"
-#: 01010200.xhp#par_id3154361.60.help.text
+#. BbN+
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3154361\n"
+"60\n"
+"help.text"
msgid "file:///c|/work/images/img.jpg"
msgstr "file:///c|/work/images/img.jpg"
-#: 01010200.xhp#par_id3148408.61.help.text
+#. hc-*
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3148408\n"
+"61\n"
+"help.text"
msgid "http://myserver.com/work/images/img.jpg"
msgstr "http://myserver.com/work/images/img.jpg"
-#: 01010200.xhp#par_id3145148.36.help.text
+#. [:fr
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3145148\n"
+"36\n"
+"help.text"
msgid "The Help tip always displays an absolute path. However, if a document is saved in HTML format, <item type=\"productname\">%PRODUCTNAME</item> will enter a relative path if the appropriate check box is selected."
msgstr "დახმარება ყოველთვის ასახავს აბსოლუტურ გეზს. თუ კი დოკუმენტი შენახულია HTML ფორმატში, <item type=\"productname\">%PRODUCTNAME</item> შეიყვანს შეფარდებით გეზს თუ შესაფერისი უჯრაა მონიშნული."
-#: 01010200.xhp#par_id3155176.20.help.text
+#. y=0g
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3155176\n"
+"20\n"
+"help.text"
msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SFXPAGE_SAVE_BTN_RELATIVE_FSYS\">Select this box for <link href=\"text/shared/00/00000005.xhp#speichern\" name=\"relative saving\">relative saving</link> of URLs in the file system.</ahelp>"
msgstr "<ahelp hid=\"SVX_CHECKBOX_RID_SFXPAGE_SAVE_BTN_RELATIVE_FSYS\">მონიშნეთ ეს უჯრა ფაილურ სისტემაში მისამართების<link href=\"text/shared/00/00000005.xhp#speichern\" name=\"relative saving\">შეფარდებითი პარამეტრებისთვის</link> </ahelp>"
-#: 01010200.xhp#hd_id3155334.21.help.text
+#. he}3
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"hd_id3155334\n"
+"21\n"
+"help.text"
msgid "Save URLs relative to internet"
msgstr ""
-#: 01010200.xhp#par_id3155608.22.help.text
+#. sOg1
+#: 01010200.xhp
#, fuzzy
+msgctxt ""
+"01010200.xhp\n"
+"par_id3155608\n"
+"22\n"
+"help.text"
msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SFXPAGE_SAVE_BTN_RELATIVE_INET\">Select this box for <link href=\"text/shared/00/00000005.xhp#speichern\" name=\"relative saving\">relative saving</link> of URLs to the Internet.</ahelp>"
msgstr "<ahelp hid=\"SVX_CHECKBOX_RID_SFXPAGE_SAVE_BTN_RELATIVE_FSYS\">მონიშნეთ ეს უჯრა ფაილურ სისტემაში მისამართების<link href=\"text/shared/00/00000005.xhp#speichern\" name=\"relative saving\">შეფარდებითი პარამეტრებისთვის</link> </ahelp>"
-#: 01010200.xhp#hd_id2016968.help.text
+#. _;p5
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"hd_id2016968\n"
+"help.text"
msgid "Default file format and ODF settings"
msgstr ""
-#: 01010200.xhp#hd_id2659077.help.text
+#. x-))
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"hd_id2659077\n"
+"help.text"
msgid "ODF format version"
msgstr ""
-#: 01010200.xhp#par_id6944181.help.text
+#. [KW9
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id6944181\n"
+"help.text"
msgid "OpenOffice.org 3 and StarOffice 9 introduce new features which have to be saved using the <link href=\"http://en.wikipedia.org/wiki/OpenDocument\">OpenDocument</link> format (ODF) version 1.2. The prior versions of OpenOffice.org 2 and StarOffice 8 support the file formats ODF 1.0/1.1. Those prior file formats cannot store all new features of the new software."
msgstr ""
-#: 01010200.xhp#par_id886257.help.text
+#. ^i-:
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id886257\n"
+"help.text"
msgid "Current %PRODUCTNAME versions can open documents in ODF formats 1.0/1.1 and 1.2."
msgstr ""
-#: 01010200.xhp#par_id8892483.help.text
+#. wsN3
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id8892483\n"
+"help.text"
msgid "When you save a document, you can select whether to save the document in the format ODF 1.2, ODF 1.2 (Extended), or in the prior format ODF 1.0/1.1."
msgstr ""
-#: 01010200.xhp#par_id0915200911205367.help.text
+#. \s:u
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id0915200911205367\n"
+"help.text"
msgid "Currently, the ODF 1.2 (Extended) format enables files of Draw and Impress to contain comments. Those comments can be inserted by <item type=\"menuitem\">Insert - Comment</item> in the latest software version. The comments get lost when loading files into prior software versions that were saved by the latest software version."
msgstr ""
-#: 01010200.xhp#par_id7198400.help.text
+#. q|@-
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id7198400\n"
+"help.text"
msgid "<ahelp hid=\".\">Some companies or organizations may require ODF documents in the ODF 1.0/1.1 format. You can select that format to save in the listbox. This older format cannot store all new features, so the new format ODF 1.2 (Extended) is recommended where possible.</ahelp>"
msgstr ""
-#: 01010200.xhp#hd_id3154920.77.help.text
+#. c1=a
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"hd_id3154920\n"
+"77\n"
+"help.text"
msgid "Size optimization for ODF format"
msgstr ""
-#: 01010200.xhp#par_id3150488.78.help.text
+#. gL/j
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3150488\n"
+"78\n"
+"help.text"
msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SFXPAGE_SAVE_BTN_NOPRETTYPRINTING\">When saving the document, <item type=\"productname\">%PRODUCTNAME</item> writes the XML data without indents and extra line breaks.</ahelp> This allows documents to be saved and opened more quickly, and the file size is smaller."
-msgstr "<ahelp hid=\"SVX_CHECKBOX_RID_SFXPAGE_SAVE_BTN_NOPRETTYPRINTING\">დოკუმენტის შენახვისას, <item type=\"productname\">%PRODUCTNAME</item> წერს XML მონაცემებს ინტერვალებს და ხაზის გადატანას.</ahelp> ეს დოკუმენტს საშუალებას აძლევს სწრაფად იყოს შენახული და გახსნილი, და ფაილის ზომაც უფრო მცირეა. "
-
-#: 01010200.xhp#par_idN1091E.help.text
+msgstr "<ahelp hid=\"SVX_CHECKBOX_RID_SFXPAGE_SAVE_BTN_NOPRETTYPRINTING\">დოკუმენტის შენახვისას, <item type=\"productname\">%PRODUCTNAME</item> წერს XML მონაცემებს ინტერვალებს და ხაზის გადატანას.</ahelp> ეს დოკუმენტს საშუალებას აძლევს სწრაფად იყოს შენახული და გახსნილი, და ფაილის ზომაც უფრო მცირეა."
+
+#. YZN(
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_idN1091E\n"
+"help.text"
msgid "Warn when not saving in ODF or default format"
msgstr "გაფრთხილება როდესაც არ ინახება OpenDocument ან ნაგულისხმევ ფორმატში"
-#: 01010200.xhp#par_idN10922.help.text
+#. HM7E
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_idN10922\n"
+"help.text"
msgid "<ahelp hid=\".\">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 <emph>Load/Save - General</emph> in the Options dialog box.</ahelp>"
msgstr ""
-#: 01010200.xhp#par_id3158444.62.help.text
+#. Q:?c
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3158444\n"
+"62\n"
+"help.text"
msgid "You can choose which file format will be applied as the default when saving documents of various document types. If you always exchange your documents with other persons who use Microsoft Office, for example, you may specify here that %PRODUCTNAME only uses the Microsoft Office file formats as a default."
msgstr "შეგიძლიათ აირჩიოთ რომელი ფაილის ფორმატი იქნება ნაგულისხმევი დოკუმენტის შენახვისას, როდესაც სხვადასხვა ტიპის დოკუმენტებია. თუ გიწევთ დოკუმენტების გაცვლა მათთან ვინც მაგალითად Microsoft Office-ს იყენებს, შეგიძლიათ აქ მოუთით, რომ %PRODUCTNAME გამოიყენებს ნაგულისხმევ ფორმატად Microsoft Office ფაილების ფორმატებს."
-#: 01010200.xhp#hd_id3153270.50.help.text
+#. -21H
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"hd_id3153270\n"
+"50\n"
+"help.text"
msgid "Document type"
msgstr "დოკუმენტის ტიპი"
-#: 01010200.xhp#par_id3150828.63.help.text
+#. JpCN
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3150828\n"
+"63\n"
+"help.text"
msgid "<ahelp hid=\"SVX_LISTBOX_RID_SFXPAGE_SAVE_LB_APP\">Specifies the document type for which you want to define the default file format.</ahelp>"
msgstr "<ahelp hid=\"SVX_LISTBOX_RID_SFXPAGE_SAVE_LB_APP\">საზღვრავს დოკუმენტის ტიპს რომლისთვისაც გსურთ ნაგულისხმევი ფაილთა ფორმატის განსაზღვრა.</ahelp>"
-#: 01010200.xhp#hd_id3149527.51.help.text
+#. G[V;
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"hd_id3149527\n"
+"51\n"
+"help.text"
msgid "Always save as"
msgstr ""
-#: 01010200.xhp#par_id3149035.64.help.text
+#. 2=B/
+#: 01010200.xhp
+msgctxt ""
+"01010200.xhp\n"
+"par_id3149035\n"
+"64\n"
+"help.text"
msgid "<ahelp hid=\"SVX_LISTBOX_RID_SFXPAGE_SAVE_LB_FILTER\">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 <emph>Save as</emph> dialog.</ahelp>"
msgstr "<ahelp hid=\"SVX_LISTBOX_RID_SFXPAGE_SAVE_LB_FILTER\">საზღვრავს მარცხნივ არჩეული დოკუმენტის ტიპი ყოველთვის შეინახება ამ ფორმატში. მიმდინარე დოკუმენტისთვის ფაილის სხვა ტიპის არჩევა შეგიძლიათ <emph>შენახვა როგორც</emph> დიალოგით.</ahelp>"
-#: 01010501.xhp#tit.help.text
-msgctxt "01010501.xhp#tit.help.text"
-msgid "Color"
-msgstr "ფერები"
+#. ?Fk8
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"tit\n"
+"help.text"
+msgid "View"
+msgstr ""
-#: 01010501.xhp#hd_id3153126.1.help.text
-msgctxt "01010501.xhp#hd_id3153126.1.help.text"
-msgid "Color"
-msgstr "ფერები"
+#. gFU$
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"bm_id3147242\n"
+"help.text"
+msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
+msgstr ""
-#: 01010501.xhp#bm_id3150771.help.text
-msgid "<bookmark_value>defining;colors</bookmark_value><bookmark_value>colors;selection</bookmark_value><bookmark_value>colors;adding</bookmark_value>"
-msgstr "<bookmark_value>განსაზღვრა;ფერები</bookmark_value><bookmark_value>ფერები;არჩევა</bookmark_value><bookmark_value>ფერები;დამატება</bookmark_value>"
+#. FtUi
+#: 01060100.xhp
+#, fuzzy
+msgctxt ""
+"01060100.xhp\n"
+"hd_id3150445\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01060100.xhp\" name=\"View\">View</link>"
+msgstr "<link href=\"text/shared/optionen/01070100.xhp\" name=\"View\">ჩვენება</link>"
-#: 01010501.xhp#par_id3150771.2.help.text
-msgid "<variable id=\"farbentext\"><ahelp hid=\".\">Allows you to define your own colors using the two-dimensional graphic and numerical gradient chart.</ahelp></variable> Click <emph>OK</emph> to display the newly defined color in the preview box of the <emph>Colors</emph> register, where you can then decide if you want to add or replace the new color in the current color palette."
+#. RKrI
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3153988\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SCPAGE_CONTENT\">Defines which elements of the <item type=\"productname\">%PRODUCTNAME</item> Calc main window are displayed. You can also show or hide highlighting of values in tables.</ahelp>"
msgstr ""
-#: 01010501.xhp#hd_id3149514.3.help.text
-msgid "Color Window"
-msgstr "ფერის ფანჯარა"
+#. {`BS
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id3153682\n"
+"28\n"
+"help.text"
+msgid "Visual aids"
+msgstr "ვიზუალური დახმარება"
-#: 01010501.xhp#par_id3153061.4.help.text
-msgid "In the two big color windows, you click to select a new color. You can select the color in the left or the right color window as you wish."
-msgstr ""
+#. YyIN
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3153311\n"
+"29\n"
+"help.text"
+msgid "Specifies which lines are displayed."
+msgstr "საზღვრავს რომელი ხაზები აისახება."
-#: 01010501.xhp#par_id3148944.5.help.text
-msgid "In the right color window, you will see the entire color spectrum from the left to the right, with the colors at the top being fully saturated and the colors at the bottom being unsaturated."
-msgstr ""
+#. bj74
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id3147242\n"
+"30\n"
+"help.text"
+msgid "Grid lines"
+msgstr "ბადის ხაზები"
-#: 01010501.xhp#par_id3149670.6.help.text
-msgid "In the left color window, you will see a selection of colors, displaying a progressive spectrum, varying between the four colors in the four corners of this window. You can change the colors in the four corners as follows:"
+#. 4I1*
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3153088\n"
+"31\n"
+"help.text"
+msgid "<ahelp hid=\"sc:ListBox:RID_SCPAGE_CONTENT:LB_GRID\" visibility=\"visible\">Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them.</ahelp> For printing, choose <emph>Format - Page - </emph><link href=\"text/scalc/01/05070500.xhp\" name=\"Sheet\"><emph>Sheet</emph></link> and mark the <emph>Grid</emph> check box."
msgstr ""
-#: 01010501.xhp#par_id3154758.7.help.text
-msgid "Click the corner of the field in which you want to change the color."
-msgstr "დააწკაპეთ იმ ველის კუთხეს, რომლის ფერის შეცვლაც გსურთ."
+#. ZgoD
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id3156326\n"
+"32\n"
+"help.text"
+msgid "Color"
+msgstr "ფერები"
-#: 01010501.xhp#par_id3150398.8.help.text
-msgid "In the right color window, click the desired new color for the corner field or enter the values, which define the color, in the numeric input fields."
+#. Ih6b
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3154286\n"
+"33\n"
+"help.text"
+msgid "<ahelp hid=\"SC_LISTBOX_RID_SCPAGE_CONTENT_LB_COLOR\">Specifies a color for the grid lines in the current document.</ahelp> To see the grid line color that was saved with the document, go to <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Appearance</emph>, under <emph>Scheme</emph> find the entry <emph>Spreadsheet - Grid lines</emph> and set the color to \"Automatic\"."
msgstr ""
-#: 01010501.xhp#par_id3151210.9.help.text
-msgid "Apply the color selected on the right to the small field that is marked in the left color window by clicking the <emph><--</emph> button."
-msgstr ""
+#. ;w7I
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id3152349\n"
+"34\n"
+"help.text"
+msgid "Page breaks"
+msgstr "გვერდის გაყოფა"
-#: 01010501.xhp#par_id3151383.10.help.text
-msgid "The gradient in the left color window is immediately adjusted with respect to hue, saturation, and brightness."
+#. $K}J
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3151245\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_PAGEBREAKS\">Specifies whether to view the page breaks within a defined print area.</ahelp>"
msgstr ""
-#: 01010501.xhp#par_id9701528.help.text
-msgctxt "01010501.xhp#par_id9701528.help.text"
-msgid "%PRODUCTNAME uses only the RGB color model for printing in color. The CMYK controls are provided only to ease the input of color values using CMYK notation."
+#. t9zr
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id3149669\n"
+"36\n"
+"help.text"
+msgid "Helplines While Moving"
msgstr ""
-#: 01010501.xhp#hd_id3153192.11.help.text
-msgid "<--"
-msgstr "<--"
-
-#: 01010501.xhp#par_id3154909.12.help.text
-msgid "<ahelp hid=\"SVTOOLS:PUSHBUTTON:DLG_COLOR:BTN_1\">Click the <emph><--</emph> button to replace the selected color in the color palette with the color selected at the right. The button is enabled when you select a color in one of the four corners.</ahelp>"
+#. .Kw5
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3148550\n"
+"37\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Specifies whether to view guides when moving drawings, frames, graphics and other objects.</ahelp> These guides help you align objects."
msgstr ""
-#: 01010501.xhp#hd_id3158409.13.help.text
-msgid "-->"
-msgstr "-->"
-
-#: 01010501.xhp#par_id3151043.14.help.text
-msgid "<ahelp hid=\"SVTOOLS:PUSHBUTTON:DLG_COLOR:BTN_2\">Sets the small selection cursor in the right window on the color, which corresponds to the selected color in the left window and updates the respective values in the numerical fields.</ahelp>"
+#. UUQW
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id3152920\n"
+"3\n"
+"help.text"
+msgid "Display"
msgstr ""
-#: 01010501.xhp#hd_id3149203.15.help.text
-msgid "Cyan"
-msgstr "ციანი"
-
-#: 01010501.xhp#par_id3159252.16.help.text
-msgid "<ahelp hid=\"SVTOOLS_METRICFIELD_DLG_COLOR_NUM_CYAN\">Sets the Cyan color value in the CMYK color model.</ahelp>"
-msgstr ""
+#. 2/bY
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3125864\n"
+"4\n"
+"help.text"
+msgid "Select various options for the screen display."
+msgstr "ეკრანზე ასახვის სხვადასხვა პარამეტრების არჩევა."
-#: 01010501.xhp#hd_id3155429.17.help.text
-msgid "Magenta"
-msgstr "მაგენტა"
+#. Q-!H
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id3154218\n"
+"5\n"
+"help.text"
+msgid "Formulas"
+msgstr "ფორმულები"
-#: 01010501.xhp#par_id3152596.18.help.text
-msgid "<ahelp hid=\"SVTOOLS_METRICFIELD_DLG_COLOR_NUM_MAGENTA\">Sets the Magenta color value in the CMYK color model.</ahelp>"
+#. ;rF#
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3150440\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_FORMULA\">Specifies whether to show formulas instead of results in the cells.</ahelp>"
msgstr ""
-#: 01010501.xhp#hd_id3154147.19.help.text
-msgid "Yellow"
-msgstr "ყვითელი"
+#. Y!QQ
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id3155132\n"
+"7\n"
+"help.text"
+msgid "Zero values"
+msgstr "ნულოვანი მნიშვნელობა"
-#: 01010501.xhp#par_id3155306.20.help.text
-msgid "<ahelp hid=\"SVTOOLS_METRICFIELD_DLG_COLOR_NUM_YELLOW\">Sets the Yellow color value in the CMYK color model.</ahelp>"
+#. ZzWy
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3147318\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_NIL\">Specifies whether to show numbers with the value of 0.</ahelp>"
msgstr ""
-#: 01010501.xhp#hd_id3150105.21.help.text
-msgid "Key"
-msgstr "გასაღები"
-
-#: 01010501.xhp#par_id3146148.22.help.text
-msgid "<ahelp hid=\"SVTOOLS_METRICFIELD_DLG_COLOR_NUM_KEY\">Sets the Black color value or key (black) in the CMYK color model.</ahelp>"
+#. __VT
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id3147348\n"
+"9\n"
+"help.text"
+msgid "Comment indicator"
msgstr ""
-#: 01010501.xhp#hd_id3151114.23.help.text
-msgid "Red"
-msgstr "წითელი"
-
-#: 01010501.xhp#par_id3153726.24.help.text
-msgid "<ahelp hid=\"SVTOOLS:NUMERICFIELD:DLG_COLOR:NUM_RED\">Sets the Red color value in the RGB color model.</ahelp>"
+#. Gu4s
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3146974\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_ANNOT\">Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under <emph>%PRODUCTNAME - General</emph> in the Options dialog box.</ahelp>"
msgstr ""
-#: 01010501.xhp#hd_id3148618.25.help.text
-msgid "Green"
-msgstr "მწვანე"
-
-#: 01010501.xhp#par_id3149298.26.help.text
-msgid "<ahelp hid=\"SVTOOLS:NUMERICFIELD:DLG_COLOR:NUM_GREEN\">Sets the Green color value in the RGB color model.</ahelp>"
+#. S73s
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3150487\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\".uno:NoteVisible\">To display a comment permanently, select the <emph>Show comment</emph> command from the cell's context menu.</ahelp>"
msgstr ""
-#: 01010501.xhp#hd_id3151075.27.help.text
-msgid "Blue"
-msgstr "ცისფერი"
-
-#: 01010501.xhp#par_id3148455.28.help.text
-msgid "<ahelp hid=\"SVTOOLS:NUMERICFIELD:DLG_COLOR:NUM_BLUE\">Sets the Blue color value in the RGB color model.</ahelp>"
+#. =mqZ
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3149667\n"
+"25\n"
+"help.text"
+msgid "You can type and edit comments with the <link href=\"text/shared/01/04050000.xhp\" name=\"Insert - Comment\"><emph>Insert - Comment</emph></link> command. Comments that are permanently displayed can be edited by clicking the comment box. Click the Navigator and under the <emph>Comments</emph> entry you can view all comments in the current document. By double clicking a comment in Navigator, the cursor will jump to the corresponding cell containing the comment."
msgstr ""
-#: 01010501.xhp#hd_id3145647.29.help.text
-msgctxt "01010501.xhp#hd_id3145647.29.help.text"
-msgid "Color"
-msgstr "ფერები"
+#. HT,M
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id3150872\n"
+"11\n"
+"help.text"
+msgid "Value highlighting"
+msgstr "მნიშვნელობის მარკირება"
-#: 01010501.xhp#par_id3154729.30.help.text
-msgid "<ahelp hid=\"SVTOOLS:NUMERICFIELD:DLG_COLOR:NUM_HUE\">Sets the Hue in the HSB color model.</ahelp>"
+#. X8z[
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3154792\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_VALUE\">Mark the <emph>Value highlighting</emph> box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, and number cells in blue, no matter how their display is formatted.</ahelp>"
msgstr ""
-#: 01010501.xhp#hd_id3144766.31.help.text
-msgid "Saturation"
-msgstr "ინტენსივობა"
-
-#: 01010501.xhp#par_id3153512.32.help.text
-msgid "<ahelp hid=\"SVTOOLS:NUMERICFIELD:DLG_COLOR:NUM_SATURATION\">Sets the Saturation in the HSB color model.</ahelp>"
+#. ,!^:
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3151319\n"
+"13\n"
+"help.text"
+msgid "When this command is active, any colors assigned in the document will not be displayed until the function is deactivated."
msgstr ""
-#: 01010501.xhp#hd_id3156180.33.help.text
-msgid "Luminance"
-msgstr "სიკაშკაშე"
+#. b?A*
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id3157846\n"
+"14\n"
+"help.text"
+msgid "Anchor"
+msgstr "ღუზა"
-#: 01010501.xhp#par_id3146969.34.help.text
-msgid "<ahelp hid=\"SVTOOLS:NUMERICFIELD:DLG_COLOR:NUM_LUMINANCE\">Sets the Brightness in the HSB color model.</ahelp>"
+#. UnZ!
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3147494\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_ANCHOR\">Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected.</ahelp>"
msgstr ""
-#: 01010501.xhp#par_id3154164.35.help.text
-msgid "In the left preview field, you will see the original color from the parent tab, <emph>Colors</emph>. In the right preview field, you will always see the current result of your work in this dialog."
+#. /u3B
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id3146898\n"
+"26\n"
+"help.text"
+msgid "Text overflow"
msgstr ""
-#: 01060600.xhp#tit.help.text
-msgctxt "01060600.xhp#tit.help.text"
-msgid "Changes"
+#. ^y|5
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3153707\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_CLIP\">If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues.</ahelp>"
msgstr ""
-#: 01060600.xhp#hd_id3159399.1.help.text
-msgid "<link href=\"text/shared/optionen/01060600.xhp\" name=\"Changes\">Changes</link>"
-msgstr "<link href=\"text/shared/optionen/01060600.xhp\" name=\"Changes\">ცვლილებები</link>"
-
-#: 01060600.xhp#par_id3155390.2.help.text
-msgid "<ahelp hid=\"HID_SCPAGE_OPREDLINE\">The<emph> Changes </emph>dialog specifies various options for highlighting recorded changes in documents.</ahelp>"
+#. dx)v
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id3150327\n"
+"54\n"
+"help.text"
+msgid "Show references in color"
msgstr ""
-#: 01060600.xhp#par_id3156343.13.help.text
-msgid "To record changes to your work, choose <link href=\"text/shared/01/02230000.xhp\" name=\"Edit - Changes\"><emph>Edit - Changes</emph></link>."
+#. c7%a
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3153766\n"
+"55\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_RFIND\">Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing.</ahelp>"
msgstr ""
-#: 01060600.xhp#hd_id3152812.3.help.text
-msgid "Color Definition for Changes"
-msgstr "ცვლილებებისთვის ფერების განსაზღვრა"
+#. +0DX
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id3155444\n"
+"16\n"
+"help.text"
+msgid "Objects"
+msgstr "ობიექტები"
-#: 01060600.xhp#par_id3150792.4.help.text
-msgid "Defines colors for recorded changes. If you select the \"By author\" entry, $[officename] will automatically set the color depending on the author who undertook the changes."
+#. h2K*
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3148405\n"
+"17\n"
+"help.text"
+msgid "Defines whether to display or hide objects for up to three object groups."
msgstr ""
-#: 01060600.xhp#hd_id3150400.5.help.text
-msgctxt "01060600.xhp#hd_id3150400.5.help.text"
-msgid "Changes"
-msgstr ""
+#. iYc7
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id3150043\n"
+"18\n"
+"help.text"
+msgid "Objects/Graphics"
+msgstr "ობიექტები/გრაფიკები"
-#: 01060600.xhp#par_id3148451.6.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_CONTENT\">Specifies the color for changes of cell contents.</ahelp>"
+#. 4%aO
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3163549\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"SC_LISTBOX_RID_SCPAGE_CONTENT_LB_OBJGRF\">Defines if objects and graphics are shown or hidden.</ahelp>"
msgstr ""
-#: 01060600.xhp#hd_id3158410.7.help.text
-msgid "Deletions"
-msgstr "წაშლები"
-
-#: 01060600.xhp#par_id3147084.8.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_REMOVE\">Specifies the color to highlight deletions in a document.</ahelp>"
+#. 2u(M
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id3151249\n"
+"20\n"
+"help.text"
+msgid "Charts"
msgstr ""
-#: 01060600.xhp#hd_id3154685.9.help.text
-msgid "Insertions"
-msgstr "ჩასმები"
-
-#: 01060600.xhp#par_id3151383.10.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_INSERT\">Specifies the color to highlight insertions in a document.</ahelp>"
+#. 9HFa
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3149106\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"SC_LISTBOX_RID_SCPAGE_CONTENT_LB_DIAGRAM\">Defines if charts in your document are shown or hidden.</ahelp>"
msgstr ""
-#: 01060600.xhp#hd_id3125863.11.help.text
-msgid "Moved entries"
-msgstr "გადატანილი ჩანაწერები"
+#. %`v`
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id3154703\n"
+"22\n"
+"help.text"
+msgid "Drawing objects"
+msgstr "ხატვის ობიქტები"
-#: 01060600.xhp#par_id3159151.12.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_MOVE\">Specifies the color to highlight moved cell contents.</ahelp>"
+#. hZ!!
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3155959\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"SC_LISTBOX_RID_SCPAGE_CONTENT_LB_DRAW\">Defines if drawing objects in your document are shown or hidden.</ahelp>"
msgstr ""
-#: 01160100.xhp#tit.help.text
-msgctxt "01160100.xhp#tit.help.text"
-msgid "Connections"
-msgstr "კავშირები"
-
-#: 01160100.xhp#bm_id3154136.help.text
-msgid "<bookmark_value>connections to data sources (Base)</bookmark_value><bookmark_value>data sources; connection settings (Base)</bookmark_value>"
-msgstr ""
+#. 5FFX
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id0909200810585828\n"
+"help.text"
+msgid "Zoom"
+msgstr "გადიდება"
-#: 01160100.xhp#hd_id3154136.1.help.text
-msgid "<link href=\"text/shared/optionen/01160100.xhp\" name=\"Connections\">Connections</link>"
-msgstr "<link href=\"text/shared/optionen/01160100.xhp\" name=\"Connections\">კავშირები</link>"
+#. 7K5Z
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id0909200810585881\n"
+"help.text"
+msgid "Synchronize sheets"
+msgstr "ღერძების სინქრონიზაცია"
-#: 01160100.xhp#par_id3147571.2.help.text
-msgid "Defines how the connections to data sources are pooled."
+#. bNOg
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id0909200810585870\n"
+"help.text"
+msgid "<ahelp hid=\".\">If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor.</ahelp>"
msgstr ""
-#: 01160100.xhp#par_id3147088.3.help.text
-msgid "The<emph> Connections </emph>facility allows you to stipulate that connections that are no longer needed are not deleted immediately, but are kept free for a certain period of time. If a new connection to the data source is needed in that period, the free connection can be used for this purpose."
-msgstr ""
+#. YGP?
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id3153920\n"
+"42\n"
+"help.text"
+msgid "Window"
+msgstr "ფანჯარა"
-#: 01160100.xhp#hd_id3154824.12.help.text
-msgid "Connection Pool"
+#. *Cgu
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3154661\n"
+"43\n"
+"help.text"
+msgid "Specifies whether some Help elements will or will not appear in the table."
msgstr ""
-#: 01160100.xhp#hd_id3152780.4.help.text
-msgid "Connection pooling enabled"
-msgstr ""
+#. ?dQh
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id3149923\n"
+"44\n"
+"help.text"
+msgid "Column/Row headers"
+msgstr "სვეტი/რიგი სათაურები"
-#: 01160100.xhp#par_id3147653.5.help.text
-msgid "<ahelp hid=\"OFFMGR_CHECKBOX_RID_OFAPAGE_CONNPOOLOPTIONS_CB_POOL_CONNS\">Specifies whether the chosen connections are pooled.</ahelp>"
+#. jNbG
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3149816\n"
+"45\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_ROWCOLHEADER\">Specifies whether to display row and column headers.</ahelp>"
msgstr ""
-#: 01160100.xhp#hd_id3148538.6.help.text
-msgid "Drivers known in $[officename]"
-msgstr "$[officename]-სთვის ცნობილი დრაივერები"
-
-#: 01160100.xhp#par_id3149235.7.help.text
-msgid "Displays a list of defined drivers and connection data."
-msgstr "ასახავს განსაზღვრული დრაივერების და კავშირის მონაცემთა სიას."
-
-#: 01160100.xhp#hd_id3153349.13.help.text
-msgid "Current driver"
-msgstr "მიმდინარე დრაივერი"
+#. 3%IY
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id3154205\n"
+"46\n"
+"help.text"
+msgid "Horizontal scrollbar"
+msgstr ""
-#: 01160100.xhp#par_id3153087.14.help.text
-msgid "The currently selected driver is displayed below the list."
+#. /(xS
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3155578\n"
+"47\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_HSCROLL\">Specifies whether to display a horizontal scrollbar at the bottom of the document window.</ahelp> Note that there is a slider between the horizontal scrollbar and the sheet tabs that may be set to one end."
msgstr ""
-#: 01160100.xhp#hd_id3149166.8.help.text
-msgid "Enable pooling for this driver"
+#. MuO(
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id3148422\n"
+"48\n"
+"help.text"
+msgid "Vertical scrollbar"
msgstr ""
-#: 01160100.xhp#par_id3149415.9.help.text
-msgid "<ahelp hid=\"OFFMGR_CHECKBOX_RID_OFAPAGE_CONNPOOLOPTIONS_CB_DRIVERPOOLING\">Select a driver from the list and mark the <emph>Enable pooling for this driver</emph> checkbox in order to pool its connection.</ahelp>"
+#. iA$V
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3147128\n"
+"49\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_VSCROLL\">Specifies whether to display a vertical scrollbar at the right of the document window.</ahelp>"
msgstr ""
-#: 01160100.xhp#hd_id3155135.10.help.text
-msgid "Timeout (seconds)"
-msgstr "დაყოვნების დრო (წამები)"
+#. n0hQ
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id3150826\n"
+"50\n"
+"help.text"
+msgid "Sheet tabs"
+msgstr "ფურცლების ჩანართები"
-#: 01160100.xhp#par_id3156155.11.help.text
-msgid "<ahelp hid=\"OFFMGR_NUMERICFIELD_RID_OFAPAGE_CONNPOOLOPTIONS_NF_TIMEOUT\">Defines the time in seconds after which a pooled connection is freed.</ahelp> The time can be anywhere between 30 and 600 seconds."
+#. u.7T
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3154658\n"
+"51\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_TBLREG\">Specifies whether to display the sheet tabs at the bottom of the spreadsheet document.</ahelp> If this box is not checked, you will only be able to switch between the sheets through the <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link></caseinline><defaultinline>Navigator</defaultinline></switchinline>. Note that there is a slider between the horizontal scrollbar and the sheet tabs that may be set to one end."
msgstr ""
-#: 01160000.xhp#tit.help.text
-msgctxt "01160000.xhp#tit.help.text"
-msgid "Data sources options"
+#. wq=g
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id3152584\n"
+"52\n"
+"help.text"
+msgid "Outline symbols"
msgstr ""
-#: 01160000.xhp#hd_id3159201.1.help.text
-msgctxt "01160000.xhp#hd_id3159201.1.help.text"
-msgid "Data sources options"
+#. EMqT
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3145135\n"
+"53\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_OUTLINE\">If you have defined an <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/12080000.xhp\" name=\"outline\">outline</link></caseinline><defaultinline>outline</defaultinline></switchinline>, the <emph>Outline symbols</emph> option specifies whether to view the outline symbols at the border of the sheet.</ahelp>"
msgstr ""
-#: 01160000.xhp#par_id3093440.2.help.text
-msgid "<variable id=\"daten\"><ahelp hid=\".\">Defines the general settings for the data sources in $[officename].</ahelp></variable>"
+#. l}VI
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Print"
msgstr ""
-#: 01080000.xhp#tit.help.text
-msgid "Drawing Options"
-msgstr "ხატვის პარამეტრები"
-
-#: 01080000.xhp#hd_id3155135.1.help.text
-msgid "%PRODUCTNAME Draw Options"
-msgstr "%PRODUCTNAME Draw პარამეტრები"
-
-#: 01080000.xhp#par_id3158430.2.help.text
-msgid "<variable id=\"allgemein\"><ahelp hid=\".uno:SdGraphicOptions\">Defines the global settings for drawing documents, including the contents to be displayed, the scale to be used, the grid alignment and the contents to be printed by default.</ahelp></variable>"
+#. Lc,W
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"bm_id3155450\n"
+"help.text"
+msgid "<bookmark_value>printing; drawings defaults</bookmark_value><bookmark_value>drawings; printing defaults</bookmark_value><bookmark_value>pages;printing page names in presentations</bookmark_value><bookmark_value>printing; dates in presentations</bookmark_value><bookmark_value>dates; printing in presentations</bookmark_value><bookmark_value>times; inserting when printing presentations</bookmark_value><bookmark_value>printing; hidden pages of presentations</bookmark_value><bookmark_value>hidden pages; printing in presentations</bookmark_value><bookmark_value>printing; without scaling in presentations</bookmark_value><bookmark_value>scaling; when printing presentations</bookmark_value><bookmark_value>printing; fitting to pages in presentations</bookmark_value><bookmark_value>fitting to pages; print settings in presentations</bookmark_value><bookmark_value>printing; tiling pages in presentations</bookmark_value>"
msgstr ""
-#: 01010500.xhp#tit.help.text
-msgid "Colors"
-msgstr "ფერები"
-
-#: 01010500.xhp#bm_id3155132.help.text
-msgid "<bookmark_value>colors; models</bookmark_value>"
-msgstr "<bookmark_value>ფერები; მოდელები</bookmark_value>"
-
-#: 01010500.xhp#hd_id3150543.1.help.text
-msgid "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Colors\">Colors</link>"
-msgstr "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Colors\">ფერები</link>"
-
-#: 01010500.xhp#par_id3153104.2.help.text
-msgid "<ahelp hid=\"HID_OPTIONS_COLOR\">Allows you to select a color from a color table, edit an existing color, or define new colors.</ahelp>"
-msgstr ""
+#. aLZA
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"hd_id3155419\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01070400.xhp\" name=\"Print\">Print</link>"
+msgstr "<link href=\"text/shared/optionen/01070400.xhp\" name=\"Print\">ბეჭდვა</link>"
-#: 01010500.xhp#hd_id3150767.3.help.text
-msgctxt "01010500.xhp#hd_id3150767.3.help.text"
-msgid "Color table"
+#. )X.[
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"par_id3155341\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SD_PRINT_OPTIONS\">Specifies print settings within a drawing or presentation document.</ahelp>"
msgstr ""
-#: 01010500.xhp#hd_id3150869.5.help.text
-msgctxt "01010500.xhp#hd_id3150869.5.help.text"
-msgid "Name"
+#. Dh*[
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"hd_id3150486\n"
+"13\n"
+"help.text"
+msgid "Print"
msgstr ""
-#: 01010500.xhp#par_id3149809.6.help.text
-msgid "<ahelp hid=\"SVX:EDIT:RID_SVXPAGE_COLOR:EDT_NAME\">Specifies the name of a selected color. You can also type a name in this field when defining a new color.</ahelp>"
+#. X.ad
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"par_id3153092\n"
+"14\n"
+"help.text"
+msgid "Defines additional elements to be printed on the page margin."
msgstr ""
-#: 01010500.xhp#hd_id3150447.7.help.text
-msgctxt "01010500.xhp#hd_id3150447.7.help.text"
-msgid "Color"
-msgstr "ფერები"
-
-#: 01010500.xhp#par_id3149560.8.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_COLOR:LB_COLOR\">Contains a list of available colors. To select a color, choose one from the list.</ahelp>"
-msgstr "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_COLOR:LB_COLOR\">შეიცავს ხელმისაწვდომ ფერთა სიას. ფერის ასარჩევად, მონიშნეთ იგი სიაში.</ahelp>"
-
-#: 01010500.xhp#hd_id3155132.9.help.text
-msgctxt "01010500.xhp#hd_id3155132.9.help.text"
-msgid "Color table"
-msgstr ""
+#. 0Nw_
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"hd_id3150104\n"
+"15\n"
+"help.text"
+msgid "Page name"
+msgstr "გვერდის სახელი"
-#: 01010500.xhp#par_id3152885.12.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_COLOR:LB_COLORMODEL\">To modify, select the color model: Red-Green-Blue (RGB) or Cyan-Magenta-Yellow-BlacK (CMYK).</ahelp>"
+#. qf!K
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"par_id3154146\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_PAGENAME\">Specifies whether to print the page name.</ahelp>"
msgstr ""
-#: 01010500.xhp#par_id1527756.help.text
-msgctxt "01010500.xhp#par_id1527756.help.text"
-msgid "%PRODUCTNAME uses only the RGB color model for printing in color. The CMYK controls are provided only to ease the input of color values using CMYK notation."
+#. LRH0
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"hd_id3147214\n"
+"17\n"
+"help.text"
+msgid "Date"
msgstr ""
-#: 01010500.xhp#par_id3147426.40.help.text
-msgid "If you select RGB, the initials of the three colors will appear and you can set the color from 0 to 255 with the spin button."
+#. 7/eJ
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"par_id3152938\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_DATE\">Specifies whether to print the current date.</ahelp>"
msgstr ""
-#: 01010500.xhp#hd_id3150103.13.help.text
-msgid "R"
-msgstr "R"
-
-#: 01010500.xhp#par_id3152462.14.help.text
-msgid "<ahelp hid=\"HID_TPCOLOR_RGB_1\">Red</ahelp>"
-msgstr "<ahelp hid=\"HID_TPCOLOR_RGB_1\">წითელი</ahelp>"
-
-#: 01010500.xhp#hd_id3145366.15.help.text
-msgid "G"
-msgstr "G"
-
-#: 01010500.xhp#par_id3153144.16.help.text
-msgid "<ahelp hid=\"HID_TPCOLOR_RGB_2\">Green</ahelp>"
-msgstr "<ahelp hid=\"HID_TPCOLOR_RGB_2\">მწვანე</ahelp>"
+#. I1_7
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"hd_id3149301\n"
+"19\n"
+"help.text"
+msgid "Time"
+msgstr "დრო"
-#: 01010500.xhp#hd_id3153573.17.help.text
-msgctxt "01010500.xhp#hd_id3153573.17.help.text"
-msgid "B"
+#. 6srK
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"par_id3156285\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_TIME\">Specifies whether to print the current time.</ahelp>"
msgstr ""
-#: 01010500.xhp#par_id3153726.18.help.text
-msgid "<ahelp hid=\"HID_TPCOLOR_RGB_3\">Blue</ahelp>"
-msgstr "<ahelp hid=\"HID_TPCOLOR_RGB_3\">ცისფერი</ahelp>"
+#. 62AE
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"hd_id3154097\n"
+"23\n"
+"help.text"
+msgid "Hidden pages"
+msgstr "დამალული გვერდები"
-#: 01010500.xhp#par_id3152940.41.help.text
-msgid "If you select CMYK, the initials of the four colors will appear and you can set the color from 0 to 255 with the spin button."
+#. ].[$
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"par_id3154792\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_HIDDEN_PAGES\">Specifies whether to print the pages that are currently hidden from the presentation.</ahelp>"
msgstr ""
-#: 01010500.xhp#hd_id3154942.42.help.text
-msgid "C"
-msgstr "C"
-
-#: 01010500.xhp#par_id3145800.43.help.text
-msgid "<ahelp hid=\"HID_TPCOLOR_RGB_3\">Cyan</ahelp>"
-msgstr "<ahelp hid=\"HID_TPCOLOR_RGB_3\">ციანი</ahelp>"
-
-#: 01010500.xhp#hd_id3155417.44.help.text
-msgid "M"
-msgstr "M"
-
-#: 01010500.xhp#par_id3150093.45.help.text
-msgid "<ahelp hid=\"HID_TPCOLOR_RGB_3\">Magenta</ahelp>"
-msgstr "<ahelp hid=\"HID_TPCOLOR_RGB_3\">მაგენტა</ahelp>"
-
-#: 01010500.xhp#hd_id3147124.46.help.text
-msgid "Y"
-msgstr "Y"
-
-#: 01010500.xhp#par_id3154098.47.help.text
-msgid "<ahelp hid=\"HID_TPCOLOR_RGB_3\">Yellow</ahelp>"
-msgstr "<ahelp hid=\"HID_TPCOLOR_RGB_3\">ყვითელი</ahelp>"
-
-#: 01010500.xhp#hd_id3154015.48.help.text
-msgid "K"
-msgstr "K"
-
-#: 01010500.xhp#par_id3156180.49.help.text
-msgid "<ahelp hid=\"HID_TPCOLOR_RGB_3\">Black</ahelp>"
-msgstr "<ahelp hid=\"HID_TPCOLOR_RGB_3\">შავი</ahelp>"
-
-#: 01010500.xhp#hd_id3156332.27.help.text
-msgctxt "01010500.xhp#hd_id3156332.27.help.text"
-msgid "Add"
-msgstr ""
+#. !s|%
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"hd_id3154686\n"
+"43\n"
+"help.text"
+msgid "Quality"
+msgstr "ხარისხი"
-#: 01010500.xhp#par_id3154481.28.help.text
-msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_COLOR:BTN_ADD\">Adds a new color.</ahelp>"
-msgstr "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_COLOR:BTN_ADD\">ახალ ფერს ამატებს.</ahelp>"
+#. /UPB
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"par_id3147229\n"
+"54\n"
+"help.text"
+msgid "See also <embedvar href=\"text/shared/guide/print_blackwhite.xhp#print_blackwhite\"/>."
+msgstr "ასევე იხილეთ <embedvar href=\"text/shared/guide/print_blackwhite.xhp#print_blackwhite\"/>."
-#: 01010500.xhp#hd_id3153708.29.help.text
-msgid "Modify"
+#. {Ss3
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"hd_id3159149\n"
+"45\n"
+"help.text"
+msgid "Default"
msgstr ""
-#: 01010500.xhp#par_id3148916.30.help.text
-msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_COLOR:BTN_MODIFY\">Changes the current color.</ahelp> Note that the color is overwritten without a confirmation."
+#. kNf{
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"par_id3145608\n"
+"46\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:TP_PRINT_OPTIONS:RBT_COLOR\">Specifies that you want to print in original colors.</ahelp>"
msgstr ""
-#: 01010500.xhp#hd_id3154754.31.help.text
-msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Edit\">Edit</link>"
-msgstr "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Edit\">რედაქტირება</link>"
-
-#: 01010500.xhp#hd_id3159267.33.help.text
-msgid "Load Color List"
-msgstr "ფერი სიის ჩატვირთვა"
+#. 5[-0
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"hd_id3155131\n"
+"50\n"
+"help.text"
+msgid "Grayscale"
+msgstr "ნაცრისფერტონები"
-#: 01010500.xhp#par_id3154705.34.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_COLOR:BTN_LOAD\">Accesses the <emph>Open</emph> dialog, which allows you to select a color palette</ahelp>."
+#. iteB
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"par_id3149260\n"
+"51\n"
+"help.text"
+msgid "<ahelp hid=\"SD_RADIOBUTTON_TP_PRINT_OPTIONS_RBT_GRAYSCALE\">Specifies that you want to print colors as grayscale.</ahelp>"
msgstr ""
-#: 01010500.xhp#hd_id3147344.36.help.text
-msgid "Save Color List"
-msgstr "ფერი სიის შენახვა"
+#. RmY-
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"hd_id3146975\n"
+"52\n"
+"help.text"
+msgid "Black & white"
+msgstr "შავი და თეთრი"
-#: 01010500.xhp#par_id3163808.37.help.text
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_COLOR:BTN_SAVE\">Opens the <emph>Save As</emph> dialog, which enables you to save the current color table under a specified name.</ahelp> If you do not choose this command, the current color table will be automatically saved as default and re-loaded the next time you start $[officename]."
+#. Nriw
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"par_id3159154\n"
+"53\n"
+"help.text"
+msgid "<ahelp hid=\"SD_RADIOBUTTON_TP_PRINT_OPTIONS_RBT_BLACKWHITE\">Specifies that you want to print the document in black and white.</ahelp>"
msgstr ""
-#: 01010500.xhp#par_id3154572.38.help.text
-msgid "The <emph>Load color list</emph> and <emph>Save color list </emph>icons are visible only if you select the <emph>Colors</emph> tab with the <emph>Format - Area</emph> command."
-msgstr ""
+#. !_*~
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"hd_id3154015\n"
+"21\n"
+"help.text"
+msgid "Page options"
+msgstr "გვერდის პარამეტრები"
-#: 01040301.xhp#tit.help.text
-msgctxt "01040301.xhp#tit.help.text"
-msgid "Change default template"
-msgstr ""
+#. 3frq
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"par_id3154512\n"
+"22\n"
+"help.text"
+msgid "Define additional options for printing the pages."
+msgstr "გვერდების ამოსაბეჭდათ დამატებით პარამეტრებს საზღვრავს."
-#: 01040301.xhp#hd_id3156327.1.help.text
-msgctxt "01040301.xhp#hd_id3156327.1.help.text"
-msgid "Change default template"
+#. B.pD
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"hd_id3151207\n"
+"25\n"
+"help.text"
+msgid "Default"
msgstr ""
-#: 01030300.xhp#tit.help.text
-msgid "Security"
-msgstr "დაცვა"
-
-#: 01030300.xhp#bm_id2322153.help.text
-msgid "<bookmark_value>macros;selecting security warnings</bookmark_value><bookmark_value>security;options for documents with macros</bookmark_value><bookmark_value>macros;security</bookmark_value>"
+#. s*+t
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"par_id3153836\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:TP_PRINT_OPTIONS:RBT_DEFAULT\">Specifies that you do not want to further scale pages when printing.</ahelp>"
msgstr ""
-#: 01030300.xhp#hd_id3147588.1.help.text
-msgid "<link href=\"text/shared/optionen/01030300.xhp\" name=\"Security\">Security</link>"
-msgstr "<link href=\"text/shared/optionen/01030300.xhp\" name=\"Security\">დაცვა</link>"
+#. \y(W
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"hd_id3153710\n"
+"27\n"
+"help.text"
+msgid "Fit to page"
+msgstr "გვერდზე მორგება"
-#: 01030300.xhp#par_id3153255.2.help.text
-msgid "<ahelp hid=\".\">Defines the security options for saving documents, for web connections, and for opening documents that contain macros.</ahelp>"
+#. |q]G
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"par_id3148405\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:TP_PRINT_OPTIONS:RBT_PAGESIZE\">Specifies whether to scale down objects that are beyond the margins of the current printer, so that they fit on the paper in the printer.</ahelp>"
msgstr ""
-#: 01030300.xhp#par_idN10640.help.text
-msgctxt "01030300.xhp#par_idN10640.help.text"
-msgid "Options"
-msgstr ""
+#. kGf*
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"hd_id3155764\n"
+"29\n"
+"help.text"
+msgid "Tile pages"
+msgstr "მოზაიკიანი გვერდები"
-#: 01030300.xhp#par_idN10644.help.text
-msgid "<ahelp hid=\".\">Opens the \"Security options and warning\" dialog.</ahelp>"
+#. 4c3O
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"par_id3154255\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:TP_PRINT_OPTIONS:RBT_PAGETILE\">Specifies that pages are to be printed in tiled format. If the pages or slides are smaller than the paper, several pages or slides will be printed on one page of paper.</ahelp>"
msgstr ""
-#: 01030300.xhp#par_id5616626.help.text
-msgid "The Security options and warnings dialog contains the following controls:"
+#. ^Om0
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"hd_id3150388\n"
+"31\n"
+"help.text"
+msgid "Brochure"
msgstr ""
-#: 01030300.xhp#par_idN10647.help.text
-msgid "When saving or sending"
-msgstr "შენახვისას ან გაგზავნისას"
-
-#: 01030300.xhp#par_idN1064B.help.text
-msgid "<ahelp hid=\"703988739\">Select to see a warning dialog when you try to save or send a document that contains recorded changes, versions, or comments.</ahelp>"
+#. AYDn
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"par_id3147322\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:TP_PRINT_OPTIONS:RBT_BOOKLET\">Select the<emph> Brochure </emph>option to print the document in brochure format.</ahelp> You can also decide if you want to print the front, the back or both sides of the brochure."
msgstr ""
-#: 01030300.xhp#par_idN1064E.help.text
-msgid "When printing"
-msgstr "ბეჭდვისას"
+#. 3.M.
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"hd_id3145790\n"
+"35\n"
+"help.text"
+msgid "Front"
+msgstr "პირი"
-#: 01030300.xhp#par_idN10652.help.text
-msgid "<ahelp hid=\"703988740\">Select to see a warning dialog when you try to print a document that contains recorded changes or comments.</ahelp>"
+#. ~v{X
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"par_id3145766\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_FRONT\">Select<emph> Front </emph>to print the front of a brochure.</ahelp>"
msgstr ""
-#: 01030300.xhp#par_idN10655.help.text
-msgid "When signing"
-msgstr "ხელმიწერისას"
+#. KM.;
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"hd_id3145760\n"
+"37\n"
+"help.text"
+msgid "Back"
+msgstr ""
-#: 01030300.xhp#par_idN10659.help.text
-msgid "<ahelp hid=\"703988741\">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.</ahelp>"
+#. 9!G]
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"par_id3154118\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_BACK\">Select <emph>Back</emph> to print the back of a brochure.</ahelp>"
msgstr ""
-#: 01030300.xhp#par_idN1065C.help.text
-msgid "When creating PDF files"
-msgstr "PDF ფაილის შექმნისას"
+#. MRz)
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"hd_id3153704\n"
+"41\n"
+"help.text"
+msgid "Paper tray from printer settings"
+msgstr ""
-#: 01030300.xhp#par_idN10660.help.text
-msgid "<ahelp hid=\"703988742\">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.</ahelp>"
+#. dcMx
+#: 01070400.xhp
+msgctxt ""
+"01070400.xhp\n"
+"par_id3150380\n"
+"42\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_PAPERBIN\">Determines that the paper tray to be used is the one defined in the printer setup.</ahelp>"
msgstr ""
-#: 01030300.xhp#par_idN10663.help.text
-msgid "Remove personal information on saving"
-msgstr "შენახვისას პირადი ინფორმაციის წაშლა"
+#. dLTA
+#: 01041000.xhp
+#, fuzzy
+msgctxt ""
+"01041000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Compatibility"
+msgstr "თავსებადობა"
-#: 01030300.xhp#par_idN10667.help.text
-msgid "<ahelp hid=\"703988743\">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 <emph>Reset</emph> button on <emph>File - Properties - General</emph>.</ahelp>"
+#. -!L_
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"bm_id3577990\n"
+"help.text"
+msgid "<bookmark_value>Word documents;compatibility</bookmark_value> <bookmark_value>importing;compatibility settings for text import</bookmark_value> <bookmark_value>options;compatibility (Writer)</bookmark_value> <bookmark_value>compatibility settings for MS Word import</bookmark_value> <bookmark_value>Microsoft Office;importing Word documents</bookmark_value> <bookmark_value>layout;importing Word documents</bookmark_value> <bookmark_value>formatting;printer metrics (Writer)</bookmark_value> <bookmark_value>metrics;document formatting (Writer)</bookmark_value> <bookmark_value>printer metrics for document formatting (Writer)</bookmark_value>"
msgstr ""
-#: 01030300.xhp#par_idN1067C.help.text
-msgid "Recommend password protection on saving"
-msgstr "შენახვაზე რეკომენდირებული საპაროლო დაცვა"
+#. (f]K
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_idN10607\n"
+"help.text"
+msgid "<variable id=\"compatibility_var\"><link href=\"text/shared/optionen/01041000.xhp\">Compatibility</link></variable>"
+msgstr "<variable id=\"compatibility_var\"><link href=\"text/shared/optionen/01041000.xhp\">თავსებადობა</link></variable>"
-#: 01030300.xhp#par_idN10680.help.text
-msgid "<ahelp hid=\"703988744\">Select to always enable the <emph>Save with password</emph> option in the file save dialogs. Deselect the option to save files by default without password.</ahelp>"
+#. qkR7
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_idN10625\n"
+"help.text"
+msgid "<ahelp hid=\"53251\">Specifies compatibility settings for text documents. These options help in fine-tuning %PRODUCTNAME when importing Microsoft Word documents.</ahelp>"
msgstr ""
-#: 01030300.xhp#hd_id1972106.help.text
-msgid "Ctrl-click required to follow hyperlinks"
+#. `05_
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_id3153876\n"
+"17\n"
+"help.text"
+msgid "Some of the settings defined here are only valid for the current document and must be defined separately for each document."
msgstr ""
-#: 01030300.xhp#par_id79042.help.text
-msgid "<ahelp hid=\".\">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.</ahelp>"
+#. dP0C
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"hd_id3149400\n"
+"47\n"
+"help.text"
+msgid "Use printer metrics for document formatting"
msgstr ""
-#: 01030300.xhp#hd_id4076357.help.text
-msgid "Passwords for web connections"
+#. vafZ
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_id3155602\n"
+"48\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTLOAD_PAGE_CB_PRINTER_METRICS\">Specifies that printer metrics are applied for printing and also for formatting the display on the screen.</ahelp> If this box is not checked, a printer independent layout will be used for screen display and printing."
msgstr ""
-#: 01030300.xhp#par_id8231757.help.text
-msgid "You can enter a master password to enable easy access to sites that require a user name and password."
+#. K]FP
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_id3155768\n"
+"49\n"
+"help.text"
+msgid "If you set this option for the current document and then save the document, for example, in an older binary format, this option will not be saved. If you later open the file from the older format, this option will be set by default."
msgstr ""
-#: 01030300.xhp#hd_id3168736.help.text
-msgid "Persistently save passwords protected by a master password"
+#. L.m0
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"hd_id3145640\n"
+"9\n"
+"help.text"
+msgid "Add spacing between paragraphs and tables (in current document)"
msgstr ""
-#: 01030300.xhp#par_id1909848.help.text
-msgid "<ahelp hid=\".\">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.</ahelp>"
+#. shpk
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_id3147339\n"
+"18\n"
+"help.text"
+msgid "In $[officename] Writer, paragraph spacing is defined differently than in MS Word documents. If you have defined spacing between two paragraphs or tables, spacing is also added in the corresponding MS Word documents."
msgstr ""
-#: 01030300.xhp#hd_id3901791.help.text
-msgid "Master Password"
+#. r@Rg
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_id3151250\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"SW:CHECKBOX:TP_OPTLOAD_PAGE:CB_MERGE_PARA_DIST\">Specifies whether to add MS Word-compatible spacing between paragraphs and tables in $[officename] Writer text documents.</ahelp>"
msgstr ""
-#: 01030300.xhp#par_id4571977.help.text
-msgid "<ahelp hid=\".\">Opens the Enter Master Password dialog.</ahelp>"
+#. NtA^
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"hd_id3146317\n"
+"29\n"
+"help.text"
+msgid "Add paragraph and table spacing at tops of pages (in current document)"
msgstr ""
-#: 01030300.xhp#par_id5216223.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the master password.</ahelp>"
+#. ah8H
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_id3155333\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"SW:CHECKBOX:TP_OPTLOAD_PAGE:CB_MERGE_PARA_DIST_PAGESTART\">Specifies whether paragraph spacing at the top of a page will also be effective at the beginning of a page or column if the paragraph is positioned on the first page of the document.</ahelp> The same applies for a page break."
msgstr ""
-#: 01030300.xhp#par_id7067171.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the master password again.</ahelp>"
+#. D|eS
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_id3145789\n"
+"20\n"
+"help.text"
+msgid "If you import an MS Word document, the spaces are automatically added during the conversion."
msgstr ""
-#: 01030300.xhp#par_id7499313.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the master password to continue.</ahelp>"
+#. ]M6h
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"hd_id3149964\n"
+"42\n"
+"help.text"
+msgid "Use OpenOffice.org 1.1 tab stop formatting"
msgstr ""
-#: 01030300.xhp#hd_id3283486.help.text
-msgctxt "01030300.xhp#hd_id3283486.help.text"
-msgid "Connections"
-msgstr "კავშირები"
-
-#: 01030300.xhp#par_id3472090.help.text
-msgid "<ahelp hid=\".\">Asks for the master password. If master password is correct, shows the Stored Web Connection Information dialog.</ahelp>"
+#. O*05
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_id3152777\n"
+"43\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTLOAD_PAGE_CB_TAB_ALIGNMENT\">Specifies how to align text at tab stops beyond the right margin, how to handle decimal tab stops, and how to handle tab stops close to a line break.</ahelp> If this check box is not selected, tab stops are handled in the same way as in other Office applications."
msgstr ""
-#: 01030300.xhp#par_id3289590.help.text
-msgid "The Stored Web Connection Information dialog shows a list of web sites and user names that you entered previously. You can select any entry and remove it from the list. You can view the password for the selected entry."
+#. lXH;
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_idN10810\n"
+"help.text"
+msgid "In text documents created by your current version of Writer, the new tab stop handling is used by default. In text documents created by Writer versions prior to StarOffice 8 or OpenOffice.org 2.0, the old tab stop handling is applied."
msgstr ""
-#: 01030300.xhp#par_id7499008.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Removes the selected entry from the list.</ahelp>"
-msgstr "<ahelp hid=\"809226770\">მონიშნულ ჩანაწერს სიიდან შლის.</ahelp>"
-
-#: 01030300.xhp#par_id7021088.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Removes all entries from the list.</ahelp>"
+#. /g)g
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_idN107F9\n"
+"help.text"
+msgid "Do not add leading (extra space) between lines of text"
msgstr ""
-#: 01030300.xhp#par_id1981261.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog where you can view and change the password for the selected entry.</ahelp>"
+#. MkH/
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_idN10806\n"
+"help.text"
+msgid "Specifies that additional leading (extra space) between lines of text is not added, even if the font in use contains the additional leading attribute."
msgstr ""
-#: 01030300.xhp#par_idN10687.help.text
-msgid "Macro security"
-msgstr "მაკროს დაცვა"
-
-#: 01030300.xhp#par_idN1068B.help.text
-msgid "Adjust the security level for executing macros and specify trusted macro authors."
+#. ;;zd
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_idN10809\n"
+"help.text"
+msgid "In text documents created by your current version of Writer, the additional leading is used by default. In text documents created by Writer versions prior to StarOffice 8 or OpenOffice.org 2.0, the additional leading is not used."
msgstr ""
-#: 01030300.xhp#par_idN1068E.help.text
-msgctxt "01030300.xhp#par_idN1068E.help.text"
-msgid "Macro Security"
-msgstr "მაკროს დაცვა"
-
-#: 01030300.xhp#par_idN10692.help.text
-msgid "<ahelp hid=\"703992332\">Opens the <emph>Macro Security</emph> dialog.</ahelp>"
+#. ]:wU
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_idN107FF\n"
+"help.text"
+msgid "Use OpenOffice.org 1.1 line spacing"
msgstr ""
-#: macrosecurity_sl.xhp#tit.help.text
-msgid "Security Level"
-msgstr "უსაფრთხოვების დონე"
-
-#: macrosecurity_sl.xhp#bm_id1203039.help.text
-msgid "<bookmark_value>security;security levels for macros</bookmark_value><bookmark_value>macros;security levels</bookmark_value><bookmark_value>levels;macro security</bookmark_value>"
+#. 3/_c
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_idN10815\n"
+"help.text"
+msgid "If the option is off, a new process for formatting text lines with proportional line spacing will be applied. If the option is on, the previous method of formatting of text lines with proportional line spacing will be applied."
msgstr ""
-#: macrosecurity_sl.xhp#par_idN10549.help.text
-msgid "<variable id=\"macrosecurity_sl\"><link href=\"text/shared/optionen/macrosecurity_sl.xhp\">Security Level</link></variable>"
-msgstr "<variable id=\"macrosecurity_sl\"><link href=\"text/shared/optionen/macrosecurity_sl.xhp\">დაცვის დონე</link></variable>"
-
-#: macrosecurity_sl.xhp#par_idN10567.help.text
-msgid "Select the <link href=\"text/shared/optionen/macrosecurity.xhp\">macro security</link> level from one of four options. The options differ according to the security level. Macros that are allowed to run on a higher security level are also allowed to run in all lower levels."
+#. o1}A
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_idN10818\n"
+"help.text"
+msgid "In text documents created by your current version of Writer and in Microsoft Word documents of recent versions, the new process is used. In text documents created by Writer versions prior to StarOffice 8 or OpenOffice.org 2.0, the previous process is used."
msgstr ""
-#: macrosecurity_sl.xhp#par_idN10578.help.text
-msgid "Very high"
-msgstr "ძალიან მაღალი"
-
-#: macrosecurity_sl.xhp#par_idN1057C.help.text
-msgid "Only macros from trusted file locations are allowed to run. All other macros, regardless of whether they are signed or not, are disabled."
+#. |)@d
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_idN1081B\n"
+"help.text"
+msgid "Add paragraph and table spacing at bottom of table cells"
msgstr ""
-#: macrosecurity_sl.xhp#par_idN10591.help.text
-msgid "<ahelp hid=\".\">Trusted file locations can be set on the Trusted Sources tab page. Any macro from a trusted file location is allowed to run.</ahelp>"
+#. I35N
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_idN10846\n"
+"help.text"
+msgid "Specifies that the bottom spacing is added to a paragraph, even when it is the last paragraph in a table cell."
msgstr ""
-#: macrosecurity_sl.xhp#par_idN105A2.help.text
-msgid "High"
-msgstr "მაღალი"
-
-#: macrosecurity_sl.xhp#par_idN105A6.help.text
-msgid "Only signed macros from trusted sources are allowed to run. Unsigned macros are disabled."
+#. :UuA
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_idN10849\n"
+"help.text"
+msgid "If the option is off, table cells will be formatted as in Writer versions prior to StarOffice 8 or OpenOffice.org 2.0. If the option is on, an alternative method of formatting table cells will be applied. The option is on by default for new documents created with %PRODUCTNAME %PRODUCTVERSION and for documents imported from Microsoft Word format."
msgstr ""
-#: macrosecurity_sl.xhp#par_idN105A9.help.text
-msgid "<ahelp hid=\".\">Trusted sources can be set on the Trusted Sources tab page. Only signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run.</ahelp>"
+#. HEFl
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_idN1084C\n"
+"help.text"
+msgid "Use OpenOffice.org 1.1 object positioning"
msgstr ""
-#: macrosecurity_sl.xhp#par_idN105BA.help.text
-msgid "Medium"
-msgstr "საშუალო"
+#. rW0V
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_idN10864\n"
+"help.text"
+msgid "Specifies how to calculate the position of floating objects anchored to a character or paragraph with respect to the top and bottom paragraph spacing."
+msgstr "ა."
-#: macrosecurity_sl.xhp#par_idN105BE.help.text
-msgid "Confirmation required before executing macros from unknown sources."
+#. ViPh
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_idN10867\n"
+"help.text"
+msgid "If the option is on, the floating objects are positioned as in Writer versions prior to StarOffice 8 or OpenOffice.org 2.0. If the option is off, the floating objects are positioned using an alternative method that is similar to the method used by Microsoft Word."
+msgstr ""
+
+#. %Bi_
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_idN1086A\n"
+"help.text"
+msgid "The option will be set to off for new documents. For Writer documents created by a version prior to %PRODUCTNAME %PRODUCTVERSION the option is on."
msgstr ""
-#: macrosecurity_sl.xhp#par_idN105C1.help.text
-msgid "<ahelp hid=\".\">Trusted sources can be set on the Trusted Sources tab page. Signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run. All other macros require your confirmation.</ahelp>"
+#. I0/T
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_idN10821\n"
+"help.text"
+msgid "Use OpenOffice.org 1.1 text wrapping around objects"
msgstr ""
-#: macrosecurity_sl.xhp#par_idN105D2.help.text
-msgid "Low (not recommended)"
-msgstr "დაბალი (არაა რეკომენდირებული)"
-
-#: macrosecurity_sl.xhp#par_idN105D6.help.text
-msgid "All macros will be executed without confirmation. Use this setting only if you are certain that all documents that will be opened are safe."
+#. ?JC-
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_id4016541\n"
+"help.text"
+msgid "MS Word and Writer have different approaches on wrapping text around floating screen objects. Floating screen object are Writer frames and drawing objects, and the objects 'text box', 'graphic', 'frame', 'picture' etc. in MS Word."
msgstr ""
-#: macrosecurity_sl.xhp#par_idN105D9.help.text
-msgid "<ahelp hid=\".\">A macro can be set to auto-start, and it can perform potentially damaging actions, as for example delete or rename files. This setting is not recommended when you open documents from other authors.</ahelp>"
+#. 5ldB
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_id7280190\n"
+"help.text"
+msgid "In MS Word and in current versions of Writer, page header/footer content and footnote/endnote content does not wrap around floating screen objects. Text body content wraps around floating screen objects which are anchored in the page header."
msgstr ""
-#: 01010600.xhp#tit.help.text
-msgctxt "01010600.xhp#tit.help.text"
-msgid "General"
+#. )Bq!
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_id2782982\n"
+"help.text"
+msgid "In Writer versions prior to StarOffice 8 or OpenOffice.org 2.0, the opposite was true."
msgstr ""
-#: 01010600.xhp#bm_id3155450.help.text
-msgid "<bookmark_value>opening; dialog settings</bookmark_value> <bookmark_value>saving; dialog settings</bookmark_value> <bookmark_value>years; 2-digit options</bookmark_value> <bookmark_value>Help Agent;options</bookmark_value> <bookmark_value>experimental features</bookmark_value>"
+#. ph`e
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_idN10892\n"
+"help.text"
+msgid "If the option is off, which is the default setting, the new text wrapping will be applied. If the option is on, the former text wrapping will be applied."
msgstr ""
-#: 01010600.xhp#hd_id3154514.8.help.text
-msgid "<link href=\"text/shared/optionen/01010600.xhp\" name=\"General\">General</link>"
-msgstr "<link href=\"text/shared/optionen/01010600.xhp\" name=\"General\">საერთო</link>"
-
-#: 01010600.xhp#par_id3150085.9.help.text
-msgid "<ahelp hid=\".\">Specifies the general settings for $[officename].</ahelp>"
-msgstr "<ahelp hid=\".\">$[officename]-სთვის საზღვრავს საერთო პარამეტრებს.</ahelp>"
-
-#: 01010600.xhp#hd_id3148664.25.help.text
-msgid "Help"
-msgstr "დახმარება"
-
-#: 01010600.xhp#par_id3153525.38.help.text
-msgid "Specifies the behavior of the installed help."
-msgstr "საზღვრავს ინტერნეტ დახმარების პარამეტრებს."
-
-#: 01010600.xhp#par_idN106DB.help.text
-msgid "Tips"
-msgstr "კარნახები"
-
-#: 01010600.xhp#par_idN106DF.help.text
-msgid "<ahelp hid=\".\">Displays the icon names and more bubble help information, for example, chapter names when you scroll through a document with chapters.</ahelp>"
+#. 5MDE
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_idN1092A\n"
+"help.text"
+msgid "Consider wrapping style when positioning objects"
msgstr ""
-#: 01010600.xhp#par_idN106F6.help.text
-msgid "Extended tips"
-msgstr "გაფართოებული კარნახები"
-
-#: 01010600.xhp#par_idN106FA.help.text
-msgid "<ahelp hid=\".\">Displays a help text when you rest the cursor on an icon, a menu command, or a control on a dialog.</ahelp>"
-msgstr "<ahelp hid=\".\">ასახავს დახმკარების ტექსტს, როდესაც კურსორს ხატულაზე აჩერებთ, მენიუს ბრძანება ან დიალოგზე კონტროლი.</ahelp>"
-
-#: 01010600.xhp#hd_id3154138.26.help.text
-msgid "Help Agent"
-msgstr "დახმარების აგენტი"
-
-#: 01010600.xhp#par_id3145174.27.help.text
-msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_MISC_CB_HELPAGENT\">Specifies that the Help Agent will be displayed automatically in selected situations. Click the Help Agent window to see a Help page with information about the current context.</ahelp>"
+#. +v$n
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_idN10837\n"
+"help.text"
+msgid "Specifies how the complex process of positioning floating objects that are anchored to a character or paragraph should work. In Writer versions prior to StarOffice 8 or OpenOffice.org 2.0, an iterative process was used, while in current versions a straightforward process is used, which is similar to the same process in Microsoft Word."
msgstr ""
-#: 01010600.xhp#hd_id3153968.30.help.text
-msgid "Reset Help Agent"
-msgstr "დახმარების აგენტის ხელახალი კონფიგურაცია"
-
-#: 01010600.xhp#par_id3151176.31.help.text
-msgid "If you have not opened the Help Agent for a particular situation three times in succession, but rather have closed it or let it close automatically, the Help Agent for this situation is not shown again."
+#. XRRT
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_idN10943\n"
+"help.text"
+msgid "If the option is off, the old %PRODUCTNAME iterative process of object positioning is used. If the option is on, the new straightforward process is used to ensure compatibility with Microsoft Word documents."
msgstr ""
-#: 01010600.xhp#par_id3159150.32.help.text
-msgid "<ahelp hid=\"OFFMGR_PUSHBUTTON_OFA_TP_MISC_PB_HELPAGENT_RESET\">Click <emph>Reset Help Agent </emph>to restore the default list of situations for which the Help Agent is displayed.</ahelp>"
+#. n[2j
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"hd_id5240028\n"
+"help.text"
+msgid "Expand word space on lines with manual line breaks in justified paragraphs"
msgstr ""
-#: 01010600.xhp#hd_id3152577.34.help.text
-msgid "Open/Save dialogs"
+#. Rq_|
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_id8599810\n"
+"help.text"
+msgid "If enabled, Writer adds spacing between words, in lines that end with Shift+Enter in justified paragraphs. If disabled, spacing between words will not be expanded to justify the lines."
msgstr ""
-#: 01010600.xhp#hd_id3145366.35.help.text
-msgid "Use $[officename] dialogs"
+#. ,0DY
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_id8012634\n"
+"help.text"
+msgid "This setting is on by default for .odt text documents. It will be saved and loaded with the document in the .odt text document format. This setting cannot be saved in old .sxw text documents, so this setting is off for .sxw text documents."
msgstr ""
-#: 01010600.xhp#par_id3149260.36.help.text
-msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_MISC_CB_FILEDLG\">Specifies whether $[officename] dialogs are used to open and save documents. Otherwise the dialogs of the operating system are used.</ahelp>"
-msgstr ""
+#. hqY6
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_idN10845\n"
+"help.text"
+msgid "Use as Default"
+msgstr "ნაგულისხმების გამოყენება"
-#: 01010600.xhp#par_idN10856.help.text
-msgid "When you open a file by an URL from the Windows file dialog, Windows will open a local copy of the file, located in the Internet Explorer cache. The %PRODUCTNAME file dialog opens the remote file."
+#. u}bP
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_idN10848\n"
+"help.text"
+msgid "<ahelp hid=\"879350288\">Click to use the current settings on this tab page as the default for further sessions with %PRODUCTNAME.</ahelp>"
msgstr ""
-#: 01010600.xhp#par_id3153138.37.help.text
-msgid "The $[officename] dialogs for <link href=\"text/shared/01/01020000.xhp\" name=\"opening\">opening</link> and <link href=\"text/shared/01/01070000.xhp\" name=\"saving\">saving</link> documents are described in $[officename] Help. "
+#. =rfI
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_idN10977\n"
+"help.text"
+msgid "The factory defaults are set as follows. Enabled are the following options, while all other options are disabled:"
msgstr ""
-#: 01010600.xhp#hd_id3148617.39.help.text
-msgid "Document status"
-msgstr "დოკუმენტის მდგომარეობა"
-
-#: 01010600.xhp#hd_id3149299.40.help.text
-msgid "Printing sets \"document modified\" status"
+#. TMK.
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_idN1097D\n"
+"help.text"
+msgid "Add spacing between paragraphs and tables (in current document)"
msgstr ""
-#: 01010600.xhp#par_id3145800.41.help.text
-msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_MISC_CB_DOCSTATUS\">Specifies whether the printing of the document counts as a modification.</ahelp> When this option is marked, the very next time the document is closed you are asked if the changes should be saved. The print date is then entered in the document properties as a change."
+#. bbRx
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_idN10981\n"
+"help.text"
+msgid "Add paragraph and table spacing at tops of pages (in current document)"
msgstr ""
-#: 01010600.xhp#hd_id3149399.help.text
-msgid "Allow to save document even when the document is not modified"
+#. UXK[
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_idN10985\n"
+"help.text"
+msgid "Add paragraph and table spacing at bottom of table cells"
msgstr ""
-#: 01010600.xhp#par_id3145801.help.text
-msgid "Documents do not only store their content, but also their view properties. A change in the view properties does not trigger document modified status. View properties include things like (in case of a spreadsheet) active sheet, cursor position, zoom level etc. Quite often users want to store the view properties after they have been changed, and always enabling the save action allows this."
+#. aAbp
+#: 01041000.xhp
+msgctxt ""
+"01041000.xhp\n"
+"par_id4653767\n"
+"help.text"
+msgid "Expand word space on lines with manual line breaks in justified paragraphs"
msgstr ""
-#: 01010600.xhp#hd_id3153561.5.help.text
-msgid "Year (two digits)"
-msgstr "წელი (ორი ციფრი)"
-
-#: 01010600.xhp#par_id3147530.6.help.text
-msgid "<ahelp hid=\"OFFMGR:NUMERICFIELD:OFA_TP_MISC:NF_YEARVALUE\">Defines a date range, within which the system recognizes a two-digit year.</ahelp>"
-msgstr ""
+#. LGf?
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Basic Fonts"
+msgstr "საბაზისო შრიფტები"
-#: 01010600.xhp#par_id3156343.7.help.text
-msgid "In $[officename], years are indicated by four digits, so that the difference between 1/1/99 and 1/1/01 is two years. This <emph>Year (two digits)</emph> setting allows the user to define the years in which two-digit dates are added to 2000. To illustrate, if you specify a date of 1/1/30 or later, the entry \"1/1/20\" is recognized as 1/1/2020 instead of 1/1/1920."
+#. LBCe
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"bm_id3151299\n"
+"help.text"
+msgid "<bookmark_value>fonts;default settings</bookmark_value><bookmark_value>defaults;fonts</bookmark_value><bookmark_value>basic fonts</bookmark_value><bookmark_value>predefining fonts</bookmark_value><bookmark_value>fonts;changing in templates</bookmark_value><bookmark_value>templates;changing basic fonts</bookmark_value><bookmark_value>paragraph styles;modifying basic fonts</bookmark_value>"
msgstr ""
-#: 01010600.xhp#hd_id3148618.help.text
-msgid "Enable experimental (unstable) features"
-msgstr ""
+#. hTSa
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"hd_id3151299\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01040300.xhp\" name=\"Basic Fonts\">Basic Fonts</link>"
+msgstr "<link href=\"text/shared/optionen/01040300.xhp\" name=\"Basic Fonts\">საბაზისო შრიფტები</link>"
-#: 01010600.xhp#par_id3156344.help.text
-msgid "It enables features that are not yet complete or contain known bugs. The list of these features is different version by version, or even it can be empty. In %PRODUCTNAME 3.6 it enables in-line formula editing in %PRODUCTNAME Math (so it is possibel to type inside the formula and navigate around it with cursor keys), and it also enables macro recording."
+#. 5w9*
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"par_id3149786\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_STD_FONT\">Specifies the settings for the basic fonts in your documents.</ahelp>"
msgstr ""
-#: 01050100.xhp#tit.help.text
-msgctxt "01050100.xhp#tit.help.text"
-msgid "Grid"
+#. W_ZY
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"par_id3152349\n"
+"19\n"
+"help.text"
+msgid "You can also change the basic fonts for Asian and complex text layout languages if their support is enabled in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>."
msgstr ""
-#: 01050100.xhp#bm_id3147226.help.text
-msgid "<bookmark_value>grids; defaults (Writer/Calc)</bookmark_value> <bookmark_value>defaults; grids (Writer/Calc)</bookmark_value> <bookmark_value>snap grid defaults (Writer/Calc)</bookmark_value>"
+#. !#^=
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"par_id3145609\n"
+"18\n"
+"help.text"
+msgid "These settings define the basic fonts for the predefined templates. You can also modify or customize the <link href=\"text/shared/optionen/01040301.xhp\" name=\"default text templates\">default text templates</link>."
msgstr ""
-#: 01050100.xhp#hd_id3147226.1.help.text
-msgid "<link href=\"text/shared/optionen/01050100.xhp\" name=\"Grid\">Grid</link>"
-msgstr "<link href=\"text/shared/optionen/01050100.xhp\" name=\"Grid\">ბადე</link>"
+#. rkU_
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"hd_id3152811\n"
+"3\n"
+"help.text"
+msgid "Basic fonts"
+msgstr "საბაზისო შრიფტები"
-#: 01050100.xhp#par_id3147088.2.help.text
-msgid "<ahelp hid=\"HID_OPTIONS_GRID\">Specifies the settings for the configurable grid on your document pages. This grid helps you determine the exact position of your objects. You can also set this grid in line with the \"magnetic\" snap grid.</ahelp>"
+#. 9dq%
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"hd_id3150791\n"
+"4\n"
+"help.text"
+msgid "Default"
msgstr ""
-#: 01050100.xhp#hd_id3153749.11.help.text
-msgctxt "01050100.xhp#hd_id3153749.11.help.text"
-msgid "Grid"
+#. xln|
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"par_id3154140\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"SW_COMBOBOX_TP_STD_FONT_LB_STANDARD\">Specifies the font to be used for the <emph>Default</emph> Paragraph Style.</ahelp> The <emph>Default</emph> Paragraph Style font is used for nearly all Paragraph Styles, unless the Paragraph Style explicitly defines another font."
msgstr ""
-#: 01050100.xhp#hd_id3145382.5.help.text
-msgid "Snap to grid"
-msgstr "ბადეზე გასწორება"
-
-#: 01050100.xhp#par_id3154897.6.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_USE_GRIDSNAP\">Specifies whether to move frames, drawing elements, and controls only between grid points.</ahelp> To change the status of the snap grip only for the current action, drag an object while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Control key</caseinline><defaultinline>Ctrl key</defaultinline></switchinline>."
+#. =#Aw
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"hd_id573137\n"
+"help.text"
+msgid "Size"
msgstr ""
-#: 01050100.xhp#hd_id3153824.7.help.text
-msgid "Visible grid"
-msgstr "ხილული ბადე"
-
-#: 01050100.xhp#par_id3149516.8.help.text
-msgid "<variable id=\"rastersicht\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_GRID_VISIBLE\">Specifies whether to display the grid.</ahelp></variable>"
+#. sA:T
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"par_id7700735\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the size of the font.</ahelp>"
msgstr ""
-#: 01050100.xhp#par_id3149294.29.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"><variable id=\"rastertextdraw\">It is also possible to toggle the visibility of the grid with the <emph>Grid - Display Grid</emph> command in the context menu for the page. You can also select the <emph>Grid - Grid to Front</emph> submenu of this context menu to display the grid in front of objects.</variable></caseinline></switchinline>"
+#. iJsj
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"hd_id3150447\n"
+"6\n"
+"help.text"
+msgid "Heading"
msgstr ""
-#: 01050100.xhp#par_id3150791.30.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><variable id=\"rastertext\">It is also possible to toggle the visibility of the grid with the <emph>Grid - Display Grid</emph> command in the context menu of the page. You can also select the <emph>Grid - Grid to Front</emph> submenu of this context menu to display the grid in front of objects.</variable></caseinline></switchinline>"
+#. /,jj
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"par_id3159149\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SW_COMBOBOX_TP_STD_FONT_LB_TITLE\">Specifies the font to be used for headings.</ahelp>"
msgstr ""
-#: 01050100.xhp#hd_id3154684.36.help.text
-msgctxt "01050100.xhp#hd_id3154684.36.help.text"
-msgid "Resolution"
-msgstr ""
+#. -N./
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"hd_id3147228\n"
+"8\n"
+"help.text"
+msgid "List"
+msgstr "სია"
-#: 01050100.xhp#hd_id3149203.13.help.text
-msgctxt "01050100.xhp#hd_id3149203.13.help.text"
-msgid "Horizontal"
+#. K,o?
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"par_id3144433\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SW_COMBOBOX_TP_STD_FONT_LB_LIST\">Specifies the fonts for lists and numbering and all derived styles.</ahelp>"
msgstr ""
-#: 01050100.xhp#par_id3153104.14.help.text
-msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_DRAW_X\">Defines the unit of measure for the spacing between grid points on the X-axis.</ahelp>"
+#. s[d?
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"par_id3150767\n"
+"10\n"
+"help.text"
+msgid "When you choose <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/06050000.xhp\" name=\"Format - Numbering/Bullets\"><emph>Format - Numbering/Bullets</emph></link></caseinline><defaultinline><emph>Format - Numbering/Bullets</emph></defaultinline></switchinline> to format a paragraph with numbers or bullets in a text document, the program assigns these Paragraph Styles automatically."
msgstr ""
-#: 01050100.xhp#hd_id3150447.17.help.text
-msgctxt "01050100.xhp#hd_id3150447.17.help.text"
-msgid "Vertical"
+#. wsYR
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"hd_id3154918\n"
+"11\n"
+"help.text"
+msgid "Caption"
msgstr ""
-#: 01050100.xhp#par_id3148923.18.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_GRID:MTR_FLD_DRAW_Y\">Defines the grid points spacing in the desired unit of measurement on the Y-axis.</ahelp>"
+#. 3D,d
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"par_id3150010\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SW_COMBOBOX_TP_STD_FONT_LB_LABEL\">Specifies the font used for the captions of images and tables.</ahelp>"
msgstr ""
-#: 01050100.xhp#hd_id3147228.37.help.text
-msgid "Subdivision"
-msgstr "ქვეგაყოფა"
+#. BINt
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"hd_id3152463\n"
+"13\n"
+"help.text"
+msgid "Index"
+msgstr "ინდექსი"
-#: 01050100.xhp#hd_id3153368.15.help.text
-msgctxt "01050100.xhp#hd_id3153368.15.help.text"
-msgid "Horizontal"
+#. I\2H
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"par_id3146923\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SW_COMBOBOX_TP_STD_FONT_LB_IDX\">Specifies the font used for indexes, alphabetical indexes, and tables of contents.</ahelp>"
msgstr ""
-#: 01050100.xhp#par_id3150439.16.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\">Specify the number of intermediate spaces between grid points on the X-axis.</ahelp>"
-msgstr "<ahelp hid=\".\">უკანასკნელი ჩანაწერის რაოდენობის შეყვანა ფოსტის შერწყმაში ჩასართავად.</ahelp>"
+#. b%G0
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"hd_id3150103\n"
+"15\n"
+"help.text"
+msgid "Current document only"
+msgstr "მხოლოდ მიმდინარე დოკუმენტები"
-#: 01050100.xhp#hd_id3147441.19.help.text
-msgctxt "01050100.xhp#hd_id3147441.19.help.text"
-msgid "Vertical"
+#. GQz2
+#: 01040300.xhp
+msgctxt ""
+"01040300.xhp\n"
+"par_id3083444\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_STD_FONT_CB_DOCONLY\">Specifies that the settings apply to the current document only.</ahelp>"
msgstr ""
-#: 01050100.xhp#par_id3154918.20.help.text
-#, fuzzy
-msgid "<ahelp hid=\".\">Specify the number of intermediate spaces between grid points on the Y-axis.</ahelp>"
-msgstr "<ahelp hid=\".\">უკანასკნელი ჩანაწერის რაოდენობის შეყვანა ფოსტის შერწყმაში ჩასართავად.</ahelp>"
-
-#: 01050100.xhp#hd_id3149667.9.help.text
-msgid "Synchronize axes"
-msgstr "ღერძების სინქრონიზაცია"
+#. `)@9
+#: 01010401.xhp
+msgctxt ""
+"01010401.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit module"
+msgstr "მოდულის რედაქტირება"
-#: 01050100.xhp#par_id3147350.10.help.text
-msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_GRID:CBX_SYNCHRONIZE\">Specifies whether to change the current grid settings symmetrically.</ahelp> The resolution and subdivision for the X and Y axes remain the same."
+#. DF/B
+#: 01010401.xhp
+msgctxt ""
+"01010401.xhp\n"
+"bm_id3154230\n"
+"help.text"
+msgid "<bookmark_value>spellcheck; activating for a language</bookmark_value><bookmark_value>hyphenation; activating for a language</bookmark_value><bookmark_value>thesaurus; activating for a language</bookmark_value><bookmark_value>languages; activating modules</bookmark_value><bookmark_value>dictionaries;creating</bookmark_value><bookmark_value>user-defined dictionaries;creating</bookmark_value>"
msgstr ""
-#: 01050100.xhp#par_id3146121.31.help.text
-#, fuzzy
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">There are additional commands on the context menu of a page:</caseinline><caseinline select=\"IMPRESS\">There are additional commands on the context menu of a page:</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>რეგულარული გამოსახულებები</defaultinline></switchinline>"
-
-#: 01050100.xhp#hd_id3146984.32.help.text
-#, fuzzy
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Grid to Front</caseinline><caseinline select=\"IMPRESS\">Grid to Front</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>რეგულარული გამოსახულებები</defaultinline></switchinline>"
-
-#: 01050100.xhp#par_id3153573.33.help.text
-#, fuzzy
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Sets the visible grid in front of all objects.</caseinline><caseinline select=\"IMPRESS\">Sets the visible grid in front of all objects.</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ცხრილების რაოდენობა: </caseinline><caseinline select=\"CALC\">ფურცლების რაოდენობა: </caseinline></switchinline>"
+#. l.Yb
+#: 01010401.xhp
+msgctxt ""
+"01010401.xhp\n"
+"hd_id3154046\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010401.xhp\" name=\"Edit module\">Edit module</link>"
+msgstr "<link href=\"text/shared/optionen/01010401.xhp\" name=\"Edit module\">მოდულის რედაქტირება</link>"
-#: 01050100.xhp#par_id4122135.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the visible grid in front of all objects.</ahelp>"
+#. P%+P
+#: 01010401.xhp
+msgctxt ""
+"01010401.xhp\n"
+"hd_id3148685\n"
+"3\n"
+"help.text"
+msgid "Options"
msgstr ""
-#: 01050100.xhp#hd_id3149419.34.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Snap Lines to Front</caseinline><caseinline select=\"IMPRESS\">Snap Lines to Front</caseinline></switchinline>"
+#. \c-{
+#: 01010401.xhp
+msgctxt ""
+"01010401.xhp\n"
+"par_id3148473\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CLB_EDIT_MODULES_MODULES\">Specifies the language and the available spelling, hyphenation and Thesaurus sub-modules for the selected module.</ahelp> You can arrange the sub-modules by priority."
msgstr ""
-#: 01050100.xhp#par_id3150592.35.help.text
-#, fuzzy
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Sets the snap lines in front of all objects.</caseinline><caseinline select=\"IMPRESS\">Sets the snap lines in front of all objects.</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>რეგულარული გამოსახულებები</defaultinline></switchinline>"
+#. (Ub2
+#: 01010401.xhp
+msgctxt ""
+"01010401.xhp\n"
+"par_id3155449\n"
+"5\n"
+"help.text"
+msgid "Select the language from the <emph>Language</emph> list."
+msgstr "ენა <emph>ენის</emph> სიიდან ამოირჩიეთ."
-#: 01050100.xhp#par_id1251869.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the snap lines in front of all objects.</ahelp>"
+#. DL3w
+#: 01010401.xhp
+msgctxt ""
+"01010401.xhp\n"
+"par_id3144510\n"
+"6\n"
+"help.text"
+msgid "Mark all modules that are to be activated for this language under the headings Spelling, Hyphenation and Thesaurus."
msgstr ""
-#: 01050100.xhp#par_id984221.help.text
-msgid "Set the grid color on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - <link href=\"text/shared/optionen/01012000.xhp\">Appearance</link>."
+#. Xn^+
+#: 01010401.xhp
+msgctxt ""
+"01010401.xhp\n"
+"par_id3154923\n"
+"7\n"
+"help.text"
+msgid "As long as you have more than one sub-module available for one area, the sub-modules for spelling and the Thesaurus are processed in the sequence in which they are listed. You can change the sequence using the <emph>Move Up</emph> and <emph>Move Down</emph> buttons."
msgstr ""
-#: 01160200.xhp#tit.help.text
-msgctxt "01160200.xhp#tit.help.text"
-msgid "Registered Databases"
-msgstr ""
+#. vU1X
+#: 01010401.xhp
+msgctxt ""
+"01010401.xhp\n"
+"par_id3148663\n"
+"8\n"
+"help.text"
+msgid "Only one sub-module can be activated under Hyphenation."
+msgstr "გადატანისას მხოლოდ ერთი ქვემოდულის გააქტიურება შეიძლება."
-#: 01160200.xhp#par_idN10551.help.text
-msgid "<link href=\"text/shared/optionen/01160200.xhp\">Databases</link>"
-msgstr "<link href=\"text/shared/optionen/01160200.xhp\">მონაცემთა ბაზები</link>"
+#. c,Q*
+#: 01010401.xhp
+msgctxt ""
+"01010401.xhp\n"
+"hd_id3150398\n"
+"9\n"
+"help.text"
+msgid "Language"
+msgstr "ენები"
-#: 01160200.xhp#par_idN10561.help.text
-msgid "Add, modify, or remove entries to the list of registered databases. You must register a database within %PRODUCTNAME in order to see it in the <emph>View - Data sources</emph> window."
-msgstr ""
+#. PAMj
+#: 01010401.xhp
+msgctxt ""
+"01010401.xhp\n"
+"par_id3152933\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXDLG_EDIT_MODULES_LB_EDIT_MODULES_LANGUAGE\">Specifies the language of the module.</ahelp>"
+msgstr "<ahelp hid=\"SVX_LISTBOX_RID_SVXDLG_EDIT_MODULES_LB_EDIT_MODULES_LANGUAGE\">საზღვრავს მოდულის ენას.</ahelp>"
-#: 01160200.xhp#par_idN1058E.help.text
-msgctxt "01160200.xhp#par_idN1058E.help.text"
-msgid "Registered Databases"
-msgstr ""
+#. jGFo
+#: 01010401.xhp
+msgctxt ""
+"01010401.xhp\n"
+"par_id3156214\n"
+"19\n"
+"help.text"
+msgid "For all language selection fields in <item type=\"productname\">%PRODUCTNAME</item>, the following applies:"
+msgstr "ყველა ენის მონიშვნის ველისთვის <item type=\"productname\">%PRODUCTNAME</item>-ში შემდეგი ეხება:"
-#: 01160200.xhp#par_idN10592.help.text
-msgid "<ahelp hid=\"35535\">Lists the registered name and database file of all registered databases. Double-click an entry to edit.</ahelp>"
+#. NZ1x
+#: 01010401.xhp
+msgctxt ""
+"01010401.xhp\n"
+"par_id3148922\n"
+"20\n"
+"help.text"
+msgid "<variable id=\"sprachenfeld\">A language entry has a check mark in front of it if the spellcheck is activated for this language.</variable>"
msgstr ""
-#: 01160200.xhp#par_idN10595.help.text
-msgctxt "01160200.xhp#par_idN10595.help.text"
-msgid "New"
-msgstr ""
+#. n+QW
+#: 01010401.xhp
+msgctxt ""
+"01010401.xhp\n"
+"hd_id3145419\n"
+"11\n"
+"help.text"
+msgid "Move up"
+msgstr "აწევა"
-#: 01160200.xhp#par_idN10599.help.text
-msgid "<ahelp hid=\"809226765\">Opens the <link href=\"text/shared/optionen/01160201.xhp\">Database Link</link> dialog to create a new entry.</ahelp>"
+#. kGoE
+#: 01010401.xhp
+msgctxt ""
+"01010401.xhp\n"
+"par_id3154216\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_EDIT_MODULES_PB_EDIT_MODULES_PRIO_UP\">Increases the priority of the module selected in the list box by one level.</ahelp>"
msgstr ""
-#: 01160200.xhp#par_idN105AA.help.text
-msgctxt "01160200.xhp#par_idN105AA.help.text"
-msgid "Delete"
-msgstr ""
+#. 0M3R
+#: 01010401.xhp
+msgctxt ""
+"01010401.xhp\n"
+"hd_id3158407\n"
+"13\n"
+"help.text"
+msgid "Move down"
+msgstr "ჩაწევა"
-#: 01160200.xhp#par_idN105AE.help.text
-msgid "<ahelp hid=\"809226770\">Removes the selected entry from the list.</ahelp>"
-msgstr "<ahelp hid=\"809226770\">მონიშნულ ჩანაწერს სიიდან შლის.</ahelp>"
+#. }$!%
+#: 01010401.xhp
+msgctxt ""
+"01010401.xhp\n"
+"par_id3155429\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_EDIT_MODULES_PB_EDIT_MODULES_PRIO_DOWN\">Decreases the priority of the module selected in the list box by one level.</ahelp>"
+msgstr ""
-#: 01160200.xhp#par_idN105B1.help.text
-msgctxt "01160200.xhp#par_idN105B1.help.text"
-msgid "Edit"
+#. }D:h
+#: 01010401.xhp
+msgctxt ""
+"01010401.xhp\n"
+"hd_id3161832\n"
+"15\n"
+"help.text"
+msgid "Back"
msgstr ""
-#: 01160200.xhp#par_idN105B5.help.text
-msgid "<ahelp hid=\"809226766\">Opens the <link href=\"text/shared/optionen/01160201.xhp\">Database Link</link> dialog to edit the selected entry.</ahelp>"
+#. ;?]8
+#: 01010401.xhp
+msgctxt ""
+"01010401.xhp\n"
+"par_id3155307\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_EDIT_MODULES_PB_EDIT_MODULES_PRIO_BACK\">Click here to undo the current changes in the list box.</ahelp>"
msgstr ""
-#: 01020100.xhp#tit.help.text
+#. :|:8
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"tit\n"
+"help.text"
msgid "Proxy"
msgstr "პროქსი"
-#: 01020100.xhp#bm_id3147577.help.text
+#. COMS
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"bm_id3147577\n"
+"help.text"
msgid "<bookmark_value>settings; proxies</bookmark_value><bookmark_value>proxy settings</bookmark_value>"
msgstr ""
-#: 01020100.xhp#hd_id3156414.1.help.text
+#. T`jZ
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3156414\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/shared/optionen/01020100.xhp\" name=\"Proxy\">Proxy</link>"
msgstr "<link href=\"text/shared/optionen/01020100.xhp\" name=\"Proxy\">Proxy</link>"
-#: 01020100.xhp#par_id3145090.32.help.text
+#. ndd?
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3145090\n"
+"32\n"
+"help.text"
msgid "<link href=\"text/shared/00/00000002.xhp#proxy\" name=\"Proxy servers\">Proxy servers</link> for accessing the Internet can be set up manually as needed."
msgstr ""
-#: 01020100.xhp#hd_id3147577.3.help.text
-msgctxt "01020100.xhp#hd_id3147577.3.help.text"
+#. BIaE
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3147577\n"
+"3\n"
+"help.text"
msgid "Settings"
msgstr ""
-#: 01020100.xhp#par_id3153748.4.help.text
+#. k[A*
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3153748\n"
+"4\n"
+"help.text"
msgid "Defines the settings for the <link href=\"text/shared/00/00000002.xhp#proxy\" name=\"proxy server\">proxy server</link>."
msgstr "საზღვრავს <link href=\"text/shared/00/00000002.xhp#proxy\" name=\"proxy server\">proxy სერვერის</link>პარამეტრებს."
-#: 01020100.xhp#hd_id3151110.8.help.text
+#. qJ#e
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3151110\n"
+"8\n"
+"help.text"
msgid "Proxy server"
msgstr "პროქსი სერვერი"
-#: 01020100.xhp#par_id3147275.9.help.text
+#. 9q!E
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3147275\n"
+"9\n"
+"help.text"
msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_INET_PROXY:LB_PROXYMODE\">Specifies the type of proxy definition.</ahelp>"
msgstr "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_INET_PROXY:LB_PROXYMODE\">საზღვრავს პროქსის ტიპს.</ahelp>"
-#: 01020100.xhp#hd_id3147574.10.help.text
+#. o9zk
+#: 01020100.xhp
#, fuzzy
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3147574\n"
+"10\n"
+"help.text"
msgid "None"
-msgstr ""
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"არცერთი\n"
-"#-#-#-#-# database.po (PACKAGE VERSION) #-#-#-#-#\n"
-"არცერთი\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"არაფერი\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"არა"
-
-#: 01020100.xhp#par_id3148685.11.help.text
+msgstr "#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\nარცერთი\\n#-#-#-#-# database.po (PACKAGE VERSION) #-#-#-#-#\\nარცერთი\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nარაფერი\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nარა"
+
+#. ,.e$
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3148685\n"
+"11\n"
+"help.text"
msgid "Accesses the Internet without a proxy server. Allows you to set up a connection directly on your computer to an Internet provider that does not use a proxy."
msgstr ""
-#: 01020100.xhp#hd_id3150984.14.help.text
+#. B?_P
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3150984\n"
+"14\n"
+"help.text"
msgid "Manual"
msgstr "ხელით"
-#: 01020100.xhp#par_id3156155.15.help.text
+#. v:G=
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3156155\n"
+"15\n"
+"help.text"
msgid "Lets you enter the proxy server manually. Specify the proxy servers in accordance with your Internet service. Ask your system administrator for the proxies and ports to enter."
msgstr ""
-#: 01020100.xhp#par_id3148943.29.help.text
+#. )_#p
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3148943\n"
+"29\n"
+"help.text"
msgid "Type server names without the protocol prefix. For example, type www.example.com, not http://www.example.com."
msgstr ""
-#: 01020100.xhp#par_idN10684.help.text
+#. jwrE
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_idN10684\n"
+"help.text"
msgid "System"
msgstr "სისტემა"
-#: 01020100.xhp#par_idN10688.help.text
+#. y6sz
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_idN10688\n"
+"help.text"
msgid "On Windows or UNIX systems using GNOME or KDE, this option tells %PRODUCTNAME to use the system settings. You must restart %PRODUCTNAME to initiate this setting."
msgstr ""
-#: 01020100.xhp#hd_id3148948.16.help.text
+#. *X;;
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3148948\n"
+"16\n"
+"help.text"
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: 01020100.xhp#par_id3154923.17.help.text
+#. J5,?
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154923\n"
+"17\n"
+"help.text"
msgid "<ahelp hid=\"SVX:EDIT:RID_SVXPAGE_INET_PROXY:ED_HTTP_PROXY\">Type the name of the proxy server for <link href=\"text/shared/00/00000002.xhp#http\" name=\"HTTP\">HTTP</link>.</ahelp> Type the port in the right-hand field."
msgstr ""
-#: 01020100.xhp#hd_id9971922.help.text
+#. l{_D
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id9971922\n"
+"help.text"
msgid "HTTPS proxy"
msgstr "HTTP proxy"
-#: 01020100.xhp#par_id5319071.help.text
+#. E**:
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id5319071\n"
+"help.text"
msgid "<ahelp hid=\".\">Type the name of the proxy server for HTTPS. Type the port in the right-hand field.</ahelp>"
msgstr ""
-#: 01020100.xhp#hd_id3150543.33.help.text
+#. ~?-`
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3150543\n"
+"33\n"
+"help.text"
msgid "FTP proxy"
msgstr "FTP proxy"
-#: 01020100.xhp#par_id3154138.34.help.text
+#. P1co
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154138\n"
+"34\n"
+"help.text"
msgid "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_INET_PROXY_ED_FTP_PROXY\">Type the name of the proxy server for <link href=\"text/shared/00/00000002.xhp#ftp\" name=\"FTP\">FTP</link>.</ahelp> Type the port in the right-hand field."
msgstr ""
-#: 01020100.xhp#hd_id3125863.24.help.text
+#. H,e7
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3125863\n"
+"24\n"
+"help.text"
msgid "No proxy for"
msgstr "proxy-ს გარეშე"
-#: 01020100.xhp#par_id3151178.25.help.text
+#. ,;94
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3151178\n"
+"25\n"
+"help.text"
msgid "<ahelp hid=\"SVX:EDIT:RID_SVXPAGE_INET_PROXY:ED_NOPROXYFOR\">Specifies the names of the servers that do not require any proxy servers, separated by semicolons.</ahelp> These are servers addressed in your local network, and servers used for video and audio streaming, for example."
msgstr ""
-#: 01020100.xhp#par_id3145171.26.help.text
+#. p_;r
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3145171\n"
+"26\n"
+"help.text"
msgid "You can also use placeholders for the names of hosts and domains. For example, type *.sun.com to address all the hosts in the sun.com domain without proxy."
msgstr ""
-#: 01020100.xhp#hd_id3149808.27.help.text
-msgctxt "01020100.xhp#hd_id3149808.27.help.text"
+#. rMbp
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3149808\n"
+"27\n"
+"help.text"
msgid "Port"
msgstr ""
-#: 01020100.xhp#par_id3153666.28.help.text
+#. DyA7
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3153666\n"
+"28\n"
+"help.text"
msgid "<ahelp hid=\"SVX:EDIT:RID_SVXPAGE_INET_PROXY:ED_SOCKS_PORT\">Type the port for the corresponding proxy server.</ahelp> The maximum value of a port number is fixed at 65535."
msgstr ""
-#: 01060800.xhp#tit.help.text
-msgctxt "01060800.xhp#tit.help.text"
-msgid "Compatibility"
-msgstr "თავსებადობა"
-
-#: 01060800.xhp#bm_id4249399.help.text
-msgid " <bookmark_value>compatibility settings;key bindings (Calc)</bookmark_value> "
-msgstr ""
-
-#: 01060800.xhp#hd_id3145071.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/optionen/01060800.xhp\" name=\"Compatibility\">Compatibility</link>"
-msgstr "<link href=\"text/shared/optionen/01010800.xhp\" name=\"View\">ხედი</link>"
-
-#: 01060800.xhp#par_id3147576.help.text
-msgid "<ahelp hid=\".\">Defines compatibility options for %PRODUCTNAME Calc.</ahelp>"
-msgstr ""
-
-#: 01060800.xhp#hd_id3149399.help.text
-msgid "Key bindings"
-msgstr ""
-
-#: 01060800.xhp#par_id3155419.help.text
-msgid "The following table shows what actions are associated with what key bindings for the two key binding types (<emph>Default</emph> and <emph>OpenOffice.org legacy</emph>):"
-msgstr ""
-
-#: 01060800.xhp#par_id3154365.help.text
-msgid "Key binding"
-msgstr ""
-
-#: 01060800.xhp#par_id3154366.help.text
-msgctxt "01060800.xhp#par_id3154366.help.text"
-msgid "Default"
-msgstr ""
-
-#: 01060800.xhp#par_id3145606.help.text
-msgid "OpenOffice.org legacy"
-msgstr ""
-
-#: 01060800.xhp#par_id3149202.help.text
-msgid "Backspace"
-msgstr ""
-
-#: 01060800.xhp#par_id3151041.help.text
-msgctxt "01060800.xhp#par_id3151041.help.text"
-msgid "delete contents"
-msgstr ""
-
-#: 01060800.xhp#par_id3159149.help.text
-msgctxt "01060800.xhp#par_id3159149.help.text"
-msgid "delete"
-msgstr ""
-
-#: 01060800.xhp#par_id3159254.help.text
-msgctxt "01060800.xhp#par_id3159254.help.text"
-msgid "Delete"
-msgstr ""
-
-#: 01060800.xhp#par_id3147317.help.text
-msgctxt "01060800.xhp#par_id3147317.help.text"
-msgid "delete"
-msgstr ""
-
-#: 01060800.xhp#par_id3147348.help.text
-msgctxt "01060800.xhp#par_id3147348.help.text"
-msgid "delete contents"
-msgstr ""
-
-#: 01060800.xhp#par_id3154918.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+D"
-msgstr ""
-
-#: 01060800.xhp#par_id3153573.help.text
-msgid "fill down"
-msgstr ""
-
-#: 01060800.xhp#par_id3154319.help.text
-msgctxt "01060800.xhp#par_id3154319.help.text"
-msgid "data select"
-msgstr ""
-
-#: 01060800.xhp#par_id3154919.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Down Arrow"
-msgstr ""
-
-#: 01060800.xhp#par_id3153574.help.text
-msgctxt "01060800.xhp#par_id3153574.help.text"
-msgid "data select"
-msgstr ""
-
-#: 01060800.xhp#par_id3154310.help.text
-msgid "increase row height"
-msgstr ""
-
-#: 01060800.xhp#par_id3153310.help.text
-msgid "Where the actions are:"
-msgstr ""
-
-#: 01060800.xhp#par_id3156155.help.text
-msgid "<emph>delete contents</emph> - launch the Delete Contents dialog."
-msgstr ""
-
-#: 01060800.xhp#par_id3147530.help.text
-msgid "<emph>delete</emph> - immediately delete the cell content, without the dialog."
-msgstr ""
-
-#: 01060800.xhp#par_id3153061.help.text
-msgid "<emph>fill down</emph> - fill cell content downward within selection."
-msgstr ""
-
-#: 01060800.xhp#par_id3154760.help.text
-msgid "<emph>data select</emph> - launch the Selection List dialog."
-msgstr ""
-
-#: 01130200.xhp#tit.help.text
-msgid "Microsoft Office"
-msgstr "Microsoft Office"
-
-#: 01130200.xhp#hd_id3156410.1.help.text
-msgid "<link href=\"text/shared/optionen/01130200.xhp\" name=\"Microsoft Office\">Microsoft Office</link>"
-msgstr "<link href=\"text/shared/optionen/01130200.xhp\" name=\"Microsoft Office\">Microsoft Office</link>"
-
-#: 01130200.xhp#par_id3149095.2.help.text
-msgid "Specifies the settings for importing and exporting Microsoft Office OLE objects."
-msgstr ""
-
-#: 01130200.xhp#par_id3159233.7.help.text
-msgid "These settings are valid when no Microsoft OLE server exists (for example, in UNIX) or when there is no $[officename] OLE server ready for editing the OLE objects."
-msgstr ""
-
-#: 01130200.xhp#par_id0107200910364795.help.text
-msgid "If an OLE server is active for the embedded object, then the OLE server will be used to handle the object."
-msgstr ""
-
-#: 01130200.xhp#par_id0107200910364725.help.text
-msgid "If no OLE server is active for MathType objects, then embedded MathType objects can be converted to %PRODUCTNAME Math objects. For this conversion, the embedded MathType objects must not exceed the MathType 3.1 specifications."
-msgstr ""
-
-#: 01130200.xhp#hd_id3146798.3.help.text
-msgid "List Box"
-msgstr "სიის უჯრა"
-
-#: 01130200.xhp#par_id3150670.4.help.text
-msgid "<ahelp hid=\"HID_OFAPAGE_MSFLTR2_CLB\">The<emph> List Box </emph>field displays the entries for the pair of OLE objects that can be converted when loading into $[officename] (L) and/or when saving into a Microsoft format (S). </ahelp>"
-msgstr ""
-
-#: 01130200.xhp#par_id3154286.5.help.text
-msgid "Mark the box in the [L] column in front of the entry if a Microsoft OLE object is to be converted into the specified $[officename] OLE object when a Microsoft document is loaded into $[officename]."
-msgstr ""
-
-#: 01130200.xhp#par_id3153880.6.help.text
-msgid "Mark the box in the [S] column in front of the entry if a $[officename] OLE object is to be converted into the specified Microsoft OLE object when a document is saved in a Microsoft file format."
-msgstr ""
-
-#: javaparameters.xhp#tit.help.text
-msgid "Start Parameters"
-msgstr "გაშვების პარამეტრები"
-
-#: javaparameters.xhp#par_idN10545.help.text
-msgid "Java Start Parameters"
-msgstr "Java-ს გაშვების პარამეტრები"
-
-#: javaparameters.xhp#par_idN10549.help.text
-msgid "You can use this dialog to enter optional start parameters for the Java runtime environment (JRE). The settings that you specify in this dialog are valid for any JRE that you start."
-msgstr ""
-
-#: javaparameters.xhp#par_idN10568.help.text
-msgid "Java Start parameter"
-msgstr "Java გაშვების პარამეტრები"
-
-#: javaparameters.xhp#par_idN1056C.help.text
-msgid "<ahelp hid=\"svx:Edit:RID_SVXDLG_JAVA_PARAMETER:ED_PARAMETER\">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.</ahelp>"
-msgstr ""
-
-#: javaparameters.xhp#par_id5404522.help.text
-msgid "Do not use escape characters or quotes in path names."
-msgstr ""
-
-#: javaparameters.xhp#par_idN105D8.help.text
-msgid "For example, to point the system property \"myprop\" to a folder, enter the following parameter:"
+#. Rjq]
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Print"
msgstr ""
-#: javaparameters.xhp#par_idN105DD.help.text
-msgid "-Dmyprop=c:\\program files\\java"
-msgstr "-Dmyprop=c:\\program files\\java"
-
-#: javaparameters.xhp#par_idN1057B.help.text
-msgid "To enable debugging in a JRE, enter the following parameters:"
+#. r~lw
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"bm_id3156156\n"
+"help.text"
+msgid "<bookmark_value>pictures; printing</bookmark_value><bookmark_value>tables in text; printing</bookmark_value><bookmark_value>drawings; printing in text documents </bookmark_value><bookmark_value>controls; printing</bookmark_value><bookmark_value>backgrounds; printing</bookmark_value><bookmark_value>printing; elements in text documents</bookmark_value><bookmark_value>text documents; print settings</bookmark_value><bookmark_value>printing; text always in black</bookmark_value><bookmark_value>black printing in Calc</bookmark_value><bookmark_value>printing; left/right pages</bookmark_value><bookmark_value>even/odd pages;printing</bookmark_value><bookmark_value>printing; text in reverse order</bookmark_value><bookmark_value>reversing printing order</bookmark_value><bookmark_value>brochures; printing several</bookmark_value><bookmark_value>printing; brochures</bookmark_value><bookmark_value>comments; printing in text</bookmark_value><bookmark_value>printing; creating individual jobs</bookmark_value><bookmark_value>faxes;selecting a fax machine</bookmark_value>"
msgstr ""
-#: javaparameters.xhp#par_idN1057E.help.text
-msgid "-Xdebug"
-msgstr "-Xdebug"
+#. l8eM
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"hd_id3156414\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01040400.xhp\" name=\"Print\">Print</link>"
+msgstr "<link href=\"text/shared/optionen/01040400.xhp\" name=\"Print\">ბეჭდვა</link>"
-#: javaparameters.xhp#par_idN10581.help.text
-msgid "-Xrunjdwp:transport=dt_socket,server=y,address=8000"
-msgstr "-Xrunjdwp:transport=dt_socket,server=y,address=8000"
+#. 8%fK
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"par_id3152801\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OPTPRINT_PAGE\">Specifies print settings within a text or HTML document.</ahelp>"
+msgstr "<ahelp hid=\"HID_OPTPRINT_PAGE\">ტექსტში ან HTML დოკუმენტში საზღვრავს ბეჭდვის პარამეტრებს.</ahelp>"
-#: javaparameters.xhp#par_idN1060C.help.text
-msgid "These changes take effect after you restart %PRODUCTNAME."
+#. Mn?5
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"par_id3153542\n"
+"44\n"
+"help.text"
+msgid "The print settings defined on this tab page apply to all subsequent print jobs, until you change the settings again. If you want to change the settings for the current print job only, use the <emph>File - Print</emph> dialog."
msgstr ""
-#: javaparameters.xhp#par_idN1058C.help.text
-msgid "Assigned start parameters"
-msgstr "მინიჭებული საწყისი პარამეტრები"
+#. d.e2
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"hd_id3156330\n"
+"3\n"
+"help.text"
+msgid "Contents"
+msgstr "შინაარსი"
-#: javaparameters.xhp#par_idN10590.help.text
-msgid "<ahelp hid=\"svx:ListBox:RID_SVXDLG_JAVA_PARAMETER:LB_ASSIGNED\">Lists the assigned JRE start parameters. To remove a start parameter, select the parameter, and then click <emph>Remove</emph>.</ahelp>"
+#. +pDL
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"par_id3155628\n"
+"4\n"
+"help.text"
+msgid "Specifies which document contents are to be printed."
msgstr ""
-#: javaparameters.xhp#par_idN105A7.help.text
-msgid "Assign"
-msgstr "მიკუთვნება"
-
-#: javaparameters.xhp#par_idN105AB.help.text
-msgid "<ahelp hid=\"svx:PushButton:RID_SVXDLG_JAVA_PARAMETER:PB_ASSIGN\">Adds the current JRE start parameter to the list.</ahelp>"
-msgstr "<ahelp hid=\"svx:PushButton:RID_SVXDLG_JAVA_PARAMETER:PB_ASSIGN\">JRE-ს მიმდინარე გაშვების პარამეტრებს სიას ამატებს.</ahelp>"
-
-#: javaparameters.xhp#par_idN105C2.help.text
-msgctxt "javaparameters.xhp#par_idN105C2.help.text"
-msgid "Remove"
-msgstr ""
+#. +64g
+#: 01040400.xhp
+#, fuzzy
+msgctxt ""
+"01040400.xhp\n"
+"hd_id3156156\n"
+"5\n"
+"help.text"
+msgid "Pictures and objects"
+msgstr "გრაფიკა და ობიექტები"
-#: javaparameters.xhp#par_idN105C6.help.text
-msgid "<ahelp hid=\"svx:PushButton:RID_SVXDLG_JAVA_PARAMETER:PB_REMOVE\">Deletes the selected JRE start parameter.</ahelp>"
-msgstr "<ahelp hid=\"svx:PushButton:RID_SVXDLG_JAVA_PARAMETER:PB_REMOVE\">JRE-ს გაშვების მონიშნულ პარამეტრს შლის.</ahelp>"
+#. b*n8
+#: 01040400.xhp
+#, fuzzy
+msgctxt ""
+"01040400.xhp\n"
+"par_id3153824\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF\">Specifies whether the graphics of your text document are printed.</ahelp>"
+msgstr "<ahelp hid=\"HID_PROP_PRINTABLE\">უთითებს გსურთ თუ არა სამართავი ღილაკის ველის გამოჩენა ამობეჭდილ დოკუმენტში.</ahelp>"
-#: 01070400.xhp#tit.help.text
-msgctxt "01070400.xhp#tit.help.text"
-msgid "Print"
-msgstr ""
+#. jK~t
+#: 01040400.xhp
+#, fuzzy
+msgctxt ""
+"01040400.xhp\n"
+"hd_id3153525\n"
+"11\n"
+"help.text"
+msgid "Form controls"
+msgstr "კურსორის მართვა"
-#: 01070400.xhp#bm_id3155450.help.text
-msgid "<bookmark_value>printing; drawings defaults</bookmark_value><bookmark_value>drawings; printing defaults</bookmark_value><bookmark_value>pages;printing page names in presentations</bookmark_value><bookmark_value>printing; dates in presentations</bookmark_value><bookmark_value>dates; printing in presentations</bookmark_value><bookmark_value>times; inserting when printing presentations</bookmark_value><bookmark_value>printing; hidden pages of presentations</bookmark_value><bookmark_value>hidden pages; printing in presentations</bookmark_value><bookmark_value>printing; without scaling in presentations</bookmark_value><bookmark_value>scaling; when printing presentations</bookmark_value><bookmark_value>printing; fitting to pages in presentations</bookmark_value><bookmark_value>fitting to pages; print settings in presentations</bookmark_value><bookmark_value>printing; tiling pages in presentations</bookmark_value>"
-msgstr ""
+#. !Ez,
+#: 01040400.xhp
+#, fuzzy
+msgctxt ""
+"01040400.xhp\n"
+"par_id3158408\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_CTRLFLD\">Specifies whether the form control fields of the text document are printed.</ahelp>"
+msgstr "<ahelp hid=\"HID_PROP_PRINTABLE\">უთითებს გსურთ თუ არა სამართავი ღილაკის ველის გამოჩენა ამობეჭდილ დოკუმენტში.</ahelp>"
-#: 01070400.xhp#hd_id3155419.1.help.text
-msgid "<link href=\"text/shared/optionen/01070400.xhp\" name=\"Print\">Print</link>"
-msgstr "<link href=\"text/shared/optionen/01070400.xhp\" name=\"Print\">ბეჭდვა</link>"
+#. f1n_
+#: 01040400.xhp
+#, fuzzy
+msgctxt ""
+"01040400.xhp\n"
+"hd_id3153968\n"
+"13\n"
+"help.text"
+msgid "Page background"
+msgstr "ფონი"
-#: 01070400.xhp#par_id3155341.2.help.text
-msgid "<ahelp hid=\"HID_SD_PRINT_OPTIONS\">Specifies print settings within a drawing or presentation document.</ahelp>"
+#. EzK}
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"par_id3159150\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies whether to include colors and objects that are inserted to the background of the page (Format - Page - Background) in the printed document.</ahelp>"
msgstr ""
-#: 01070400.xhp#hd_id3150486.13.help.text
-msgctxt "01070400.xhp#hd_id3150486.13.help.text"
-msgid "Print"
-msgstr ""
+#. fyDQ
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"hd_id3150868\n"
+"40\n"
+"help.text"
+msgid "Print black"
+msgstr "სუფთად ბეჭდვა"
-#: 01070400.xhp#par_id3153092.14.help.text
-msgid "Defines additional elements to be printed on the page margin."
-msgstr ""
+#. m1VZ
+#: 01040400.xhp
+#, fuzzy
+msgctxt ""
+"01040400.xhp\n"
+"par_id3149562\n"
+"42\n"
+"help.text"
+msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_BLACK_FONT\">Specifies whether to always print text in black.</ahelp>"
+msgstr "<ahelp hid=\"SCH:CHECKBOX:TP_AXIS_LABEL:CB_AXIS_LABEL_SCHOW_DESCR\">განსაზღვრავს ღერძის იარლიყის აჩვენოს თუ არა.</ahelp>"
-#: 01070400.xhp#hd_id3150104.15.help.text
-msgid "Page name"
-msgstr "გვერდის სახელი"
+#. AIeK
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"hd_id8004394\n"
+"help.text"
+msgid "Hidden text"
+msgstr "დამალული ტექსტი"
-#: 01070400.xhp#par_id3154146.16.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_PAGENAME\">Specifies whether to print the page name.</ahelp>"
+#. NfH*
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"par_id2021546\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enable this option to print text that is marked as hidden.</ahelp> The following hidden text is printed: text that is formatted as hidden by <link href=\"text/shared/01/05020200.xhp\">Format - Character - Font Effects - Hidden</link>, and the text fields <link href=\"text/swriter/01/04090003.xhp\">Hidden text and Hidden paragraphs</link>."
msgstr ""
-#: 01070400.xhp#hd_id3147214.17.help.text
-msgctxt "01070400.xhp#hd_id3147214.17.help.text"
-msgid "Date"
-msgstr ""
+#. T_%0
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"hd_id2623981\n"
+"help.text"
+msgid "Text placeholder"
+msgstr "ტექსტის ადგილის დამჭერი"
-#: 01070400.xhp#par_id3152938.18.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_DATE\">Specifies whether to print the current date.</ahelp>"
+#. P{Sf
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"par_id7242042\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enable this option to print text placeholders. Disable this option to leave the text placeholders blank in the printout.</ahelp><link href=\"text/swriter/01/04090003.xhp\">Text placeholders</link> are fields."
msgstr ""
-#: 01070400.xhp#hd_id3149301.19.help.text
-msgid "Time"
-msgstr "დრო"
+#. /Lug
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"hd_id3151115\n"
+"15\n"
+"help.text"
+msgid "Pages"
+msgstr "გვერდი"
-#: 01070400.xhp#par_id3156285.20.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_TIME\">Specifies whether to print the current time.</ahelp>"
-msgstr ""
+#. :,`A
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"par_id3145365\n"
+"16\n"
+"help.text"
+msgid "Defines the print order for $[officename] Writer documents with multiple pages."
+msgstr "მრავალგვერდიანი $[officename] Writer დოკუმენტების ამობეჭდვის თანმიმდევრობას."
-#: 01070400.xhp#hd_id3154097.23.help.text
-msgid "Hidden pages"
-msgstr "დამალული გვერდები"
+#. j5G)
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"hd_id3150874\n"
+"17\n"
+"help.text"
+msgid "Left pages (not for HTML documents)"
+msgstr "მარცხენა გვერდები (HTML დოკუმენტისთვის არა)"
-#: 01070400.xhp#par_id3154792.24.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_HIDDEN_PAGES\">Specifies whether to print the pages that are currently hidden from the presentation.</ahelp>"
-msgstr ""
+#. g)EH
+#: 01040400.xhp
+#, fuzzy
+msgctxt ""
+"01040400.xhp\n"
+"par_id3149665\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_LEFTP\">Specifies whether to print all left (even numbered) pages of the document.</ahelp>"
+msgstr "<ahelp hid=\"HID_OPTPRINT_PAGE\">ტექსტში ან HTML დოკუმენტში საზღვრავს ბეჭდვის პარამეტრებს.</ahelp>"
-#: 01070400.xhp#hd_id3154686.43.help.text
-msgid "Quality"
-msgstr "ხარისხი"
+#. V!u}
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"hd_id3152885\n"
+"19\n"
+"help.text"
+msgid "Right pages (not for HTML documents)"
+msgstr "მარჯვენა გვერდები (HTML დოკუმენტისთვის არა)"
-#: 01070400.xhp#par_id3147229.54.help.text
-msgid "See also <embedvar href=\"text/shared/guide/print_blackwhite.xhp#print_blackwhite\"/>."
-msgstr "ასევე იხილეთ <embedvar href=\"text/shared/guide/print_blackwhite.xhp#print_blackwhite\"/>."
+#. $%De
+#: 01040400.xhp
+#, fuzzy
+msgctxt ""
+"01040400.xhp\n"
+"par_id3150103\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_RIGHTP\">Specifies whether to print all right (odd numbered) pages of the document.</ahelp>"
+msgstr "<ahelp hid=\"HID_OPTPRINT_PAGE\">ტექსტში ან HTML დოკუმენტში საზღვრავს ბეჭდვის პარამეტრებს.</ahelp>"
-#: 01070400.xhp#hd_id3159149.45.help.text
-msgctxt "01070400.xhp#hd_id3159149.45.help.text"
-msgid "Default"
-msgstr ""
+#. (P%I
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"hd_id3148577\n"
+"21\n"
+"help.text"
+msgid "Reversed"
+msgstr "შებრუნებული"
-#: 01070400.xhp#par_id3145608.46.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:TP_PRINT_OPTIONS:RBT_COLOR\">Specifies that you want to print in original colors.</ahelp>"
+#. lwJ/
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"par_id3150486\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_REVERSE\">Specifies whether to reverse the printing order. The last page of the document will then be the first one printed.</ahelp>"
msgstr ""
-#: 01070400.xhp#hd_id3155131.50.help.text
-msgid "Grayscale"
-msgstr "ნაცრისფერტონები"
-
-#: 01070400.xhp#par_id3149260.51.help.text
-msgid "<ahelp hid=\"SD_RADIOBUTTON_TP_PRINT_OPTIONS_RBT_GRAYSCALE\">Specifies that you want to print colors as grayscale.</ahelp>"
+#. W9Nr
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"hd_id3147318\n"
+"23\n"
+"help.text"
+msgid "Brochure"
msgstr ""
-#: 01070400.xhp#hd_id3146975.52.help.text
-msgid "Black & white"
-msgstr "შავი და თეთრი"
-
-#: 01070400.xhp#par_id3159154.53.help.text
-msgid "<ahelp hid=\"SD_RADIOBUTTON_TP_PRINT_OPTIONS_RBT_BLACKWHITE\">Specifies that you want to print the document in black and white.</ahelp>"
+#. ywl#
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"par_id3155417\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PROSPECT\">Select the<emph> Brochure </emph>option to print your document in brochure format.</ahelp> The brochure format is as follows in $[officename] Writer:"
msgstr ""
-#: 01070400.xhp#hd_id3154015.21.help.text
-msgid "Page options"
-msgstr "გვერდის პარამეტრები"
-
-#: 01070400.xhp#par_id3154512.22.help.text
-msgid "Define additional options for printing the pages."
-msgstr "გვერდების ამოსაბეჭდათ დამატებით პარამეტრებს საზღვრავს."
-
-#: 01070400.xhp#hd_id3151207.25.help.text
-msgctxt "01070400.xhp#hd_id3151207.25.help.text"
-msgid "Default"
+#. oIbL
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"par_id3149410\n"
+"25\n"
+"help.text"
+msgid "If you print a document in portrait on a landscape page, two opposing sides in a brochure will be printed next to each other. If you have a printer with double-sided printing capability, you can create an entire brochure from your document without having to collate the pages later. If you have a printer that only has single-sided printing capability, you can achieve this effect by first printing the front pages with the \"Front sides / right pages /odd pages\" option marked, then re-inserting the entire paper stack in your printer and printing all the back pages with the \"Back pages / left pages / even pages\" option marked."
msgstr ""
-#: 01070400.xhp#par_id3153836.26.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:TP_PRINT_OPTIONS:RBT_DEFAULT\">Specifies that you do not want to further scale pages when printing.</ahelp>"
+#. I`\,
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"hd_id9475386\n"
+"help.text"
+msgid "Right to left"
msgstr ""
-#: 01070400.xhp#hd_id3153710.27.help.text
-msgid "Fit to page"
-msgstr "გვერდზე მორგება"
-
-#: 01070400.xhp#par_id3148405.28.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:TP_PRINT_OPTIONS:RBT_PAGESIZE\">Specifies whether to scale down objects that are beyond the margins of the current printer, so that they fit on the paper in the printer.</ahelp>"
+#. 9f:!
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"par_id7894222\n"
+"help.text"
+msgid "<ahelp hid=\".\">Check to print the pages of the brochure in the correct order for a right-to-left script.</ahelp>"
msgstr ""
-#: 01070400.xhp#hd_id3155764.29.help.text
-msgid "Tile pages"
-msgstr "მოზაიკიანი გვერდები"
+#. qC[Q
+#: 01040400.xhp
+#, fuzzy
+msgctxt ""
+"01040400.xhp\n"
+"hd_id3149300\n"
+"26\n"
+"help.text"
+msgid "Comments"
+msgstr "შინაარსი"
-#: 01070400.xhp#par_id3154255.30.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:TP_PRINT_OPTIONS:RBT_PAGETILE\">Specifies that pages are to be printed in tiled format. If the pages or slides are smaller than the paper, several pages or slides will be printed on one page of paper.</ahelp>"
+#. @^aW
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"par_id3151320\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies whether comments in your document are printed.</ahelp>"
msgstr ""
-#: 01070400.xhp#hd_id3150388.31.help.text
-msgctxt "01070400.xhp#hd_id3150388.31.help.text"
-msgid "Brochure"
-msgstr ""
+#. Cc=s
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"hd_id3148916\n"
+"45\n"
+"help.text"
+msgid "Other"
+msgstr "სხვა"
-#: 01070400.xhp#par_id3147322.32.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:TP_PRINT_OPTIONS:RBT_BOOKLET\">Select the<emph> Brochure </emph>option to print the document in brochure format.</ahelp> You can also decide if you want to print the front, the back or both sides of the brochure."
+#. ,ef:
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"hd_id4188055\n"
+"help.text"
+msgid "Print automatically inserted blank pages"
msgstr ""
-#: 01070400.xhp#hd_id3145790.35.help.text
-msgid "Front"
-msgstr "პირი"
-
-#: 01070400.xhp#par_id3145766.36.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_FRONT\">Select<emph> Front </emph>to print the front of a brochure.</ahelp>"
+#. jc4f
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"par_id8295541\n"
+"help.text"
+msgid "<ahelp hid=\".\">If this option is enabled, automatically-inserted blank pages are being printed. This is best if you are printing double-sided. For example, in a book, a \"chapter\" paragraph style has been 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 print that even numbered page or not.</ahelp>"
msgstr ""
-#: 01070400.xhp#hd_id3145760.37.help.text
-msgctxt "01070400.xhp#hd_id3145760.37.help.text"
-msgid "Back"
-msgstr ""
+#. 5SW$
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"hd_id3145642\n"
+"47\n"
+"help.text"
+msgid "Create single print jobs"
+msgstr "ცალი საბეჭდი სამუშაოს შექმნა"
-#: 01070400.xhp#par_id3154118.38.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_BACK\">Select <emph>Back</emph> to print the back of a brochure.</ahelp>"
+#. :uGg
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"par_id3147338\n"
+"48\n"
+"help.text"
+msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_SINGLEJOBS\">Specifies that each new print job will begin on a new page even if you are using a duplex printer.</ahelp> If this field is not checked then it is possible that the first page of the second copy is printed on the reverse side of the last page of the first copy, especially if there are an odd number of pages."
msgstr ""
-#: 01070400.xhp#hd_id3153704.41.help.text
-msgctxt "01070400.xhp#hd_id3153704.41.help.text"
+#. [3E/
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"hd_id3156384\n"
+"41\n"
+"help.text"
msgid "Paper tray from printer settings"
msgstr ""
-#: 01070400.xhp#par_id3150380.42.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_PAPERBIN\">Determines that the paper tray to be used is the one defined in the printer setup.</ahelp>"
+#. C-B`
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"par_id3146316\n"
+"37\n"
+"help.text"
+msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PAPERFROMSETUP\">For printers with multiple trays, the \"Paper tray from printer settings\" option specifies whether the paper tray used is specified by the system settings of the printer.</ahelp>"
msgstr ""
-#: java.xhp#tit.help.text
-msgid "Java"
-msgstr "Java"
-
-#: java.xhp#bm_id4077578.help.text
-msgid "<bookmark_value>Java;setting options</bookmark_value>"
-msgstr "<bookmark_value>CTL; პარამეტრები</bookmark_value>"
-
-#: java.xhp#par_idN10558.help.text
-msgid "<link href=\"text/shared/optionen/java.xhp\">Java</link>"
-msgstr "<link href=\"text/shared/optionen/java.xhp\">Java</link>"
-
-#: java.xhp#par_idN10568.help.text
-msgid "Specifies the support options for Java applications in %PRODUCTNAME, including which Java Runtime Environment (JRE) to use."
+#. mMC?
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"hd_id3147362\n"
+"38\n"
+"help.text"
+msgid "Fax"
msgstr ""
-#: java.xhp#par_idN1056B.help.text
-msgid "Java options"
-msgstr "Java პარამეტრები"
-
-#: java.xhp#par_idN1057F.help.text
-msgid "Use a Java runtime environment"
-msgstr "Java runtime environment-ის გამოყენება"
-
-#: java.xhp#par_idN10583.help.text
-msgid "<ahelp hid=\"svx:CheckBox:RID_SVXPAGE_OPTIONS_JAVA:CB_JAVA_ENABLE\">Allows you to run Java applications in %PRODUCTNAME.</ahelp> When a Java application attempts to access your hard drive, a prompt opens."
+#. 2Fzt
+#: 01040400.xhp
+msgctxt ""
+"01040400.xhp\n"
+"par_id3154703\n"
+"39\n"
+"help.text"
+msgid "<ahelp hid=\"SW:LISTBOX:TP_OPTPRINT_PAGE:LB_FAX\">If you have installed fax software on your computer and wish to fax directly from the text document, select the desired fax machine.</ahelp>"
msgstr ""
-#: java.xhp#par_idN10610.help.text
-msgid "Java runtime environments (JRE) already installed:"
-msgstr "Java runtime environments (JRE) უკვე დაყენებულია:"
+#. ;QbF
+#: 01150300.xhp
+msgctxt ""
+"01150300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Complex Text Layout"
+msgstr "ტექსტის კომპლექსური განლაგება"
-#: java.xhp#par_idN10614.help.text
-msgid "<ahelp hid=\"HID_OPTIONS_JAVA_LIST\">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.</ahelp> The path to the JRE is displayed beneath the list box."
-msgstr ""
+#. Mym3
+#: 01150300.xhp
+msgctxt ""
+"01150300.xhp\n"
+"bm_id3148668\n"
+"help.text"
+msgid "<bookmark_value>CTL; options</bookmark_value>"
+msgstr "<bookmark_value>CTL; პარამეტრები</bookmark_value>"
-#: java.xhp#par_idN105A5.help.text
-msgctxt "java.xhp#par_idN105A5.help.text"
-msgid "Add"
-msgstr ""
+#. b;G\
+#: 01150300.xhp
+msgctxt ""
+"01150300.xhp\n"
+"hd_id3148668\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01150300.xhp\" name=\"Complex Text Layout\">Complex Text Layout</link>"
+msgstr "<link href=\"text/shared/optionen/01150300.xhp\" name=\"Complex Text Layout\">ტექსტის კომპლექსური განლაგება</link>"
-#: java.xhp#par_idN10635.help.text
-msgid "<ahelp hid=\"svx:PushButton:RID_SVXPAGE_OPTIONS_JAVA:PB_ADD\">Add a path to the root folder of a JRE on your computer.</ahelp> The path is set in the following dialog."
+#. 36IR
+#: 01150300.xhp
+msgctxt ""
+"01150300.xhp\n"
+"par_id3150247\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\".\">Defines the options for documents with complex text layouts.</ahelp>"
msgstr ""
-#: java.xhp#par_idN105A9.help.text
-msgid "Parameters"
-msgstr "პარამეტრები"
-
-#: java.xhp#par_idN10657.help.text
-msgid "<ahelp hid=\"svx:PushButton:RID_SVXPAGE_OPTIONS_JAVA:PB_PARAMETER\">Opens the <link href=\"text/shared/optionen/javaparameters.xhp\">Java Start Parameters</link> dialog.</ahelp>"
-msgstr ""
+#. wbcA
+#: 01150300.xhp
+msgctxt ""
+"01150300.xhp\n"
+"hd_id3145090\n"
+"5\n"
+"help.text"
+msgid "Sequence checking"
+msgstr "მიმდევრობის შემოწმება"
-#: java.xhp#par_idN105AD.help.text
-msgctxt "java.xhp#par_idN105AD.help.text"
-msgid "Class Path"
+#. UZqW
+#: 01150300.xhp
+msgctxt ""
+"01150300.xhp\n"
+"par_id3147226\n"
+"6\n"
+"help.text"
+msgid "In languages such as Thai, rules specify that certain characters are not allowed next to other characters. If Sequence Input Checking (SIC) is enabled, <item type=\"productname\">%PRODUCTNAME</item> will not allow a character next to another if this is forbidden by a rule."
msgstr ""
-#: java.xhp#par_idN10686.help.text
-msgid "<ahelp hid=\"svx:PushButton:RID_SVXPAGE_OPTIONS_JAVA:PB_CLASSPATH\">Opens the <link href=\"text/shared/optionen/javaclasspath.xhp\">Class Path</link> dialog.</ahelp>"
-msgstr ""
+#. `@@\
+#: 01150300.xhp
+msgctxt ""
+"01150300.xhp\n"
+"hd_id3159234\n"
+"1\n"
+"help.text"
+msgid "Use sequence checking"
+msgstr "თანმიმდევრობის შემოწმების გამოყენება"
-#: 01060700.xhp#tit.help.text
-msgctxt "01060700.xhp#tit.help.text"
-msgid "Print"
+#. :Ck~
+#: 01150300.xhp
+msgctxt ""
+"01150300.xhp\n"
+"par_id3157958\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_SEQU_CHECK\">Enables sequence input checking for languages such as Thai.</ahelp>"
msgstr ""
-#: 01060700.xhp#hd_id3153311.1.help.text
-msgid "<link href=\"text/shared/optionen/01060700.xhp\" name=\"Print\">Print</link>"
-msgstr "<link href=\"text/shared/optionen/01060700.xhp\" name=\"Print\">ბეჭდვა</link>"
-
-#: 01060700.xhp#par_id3143267.2.help.text
-msgid "<ahelp hid=\"\">Determines the printer settings for spreadsheets.</ahelp>"
-msgstr ""
+#. +txL
+#: 01150300.xhp
+msgctxt ""
+"01150300.xhp\n"
+"par_idN10691\n"
+"help.text"
+msgid "Restricted"
+msgstr "შეზღუდული"
-#: 01060700.xhp#par_id3155892.3.help.text
-msgid "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Print</emph> defines the settings for all spreadsheets. To define settings for the current document only, choose <emph>File - Print</emph>, then click the <emph>Options</emph> button."
+#. -IKT
+#: 01150300.xhp
+msgctxt ""
+"01150300.xhp\n"
+"par_idN10695\n"
+"help.text"
+msgid "Prevents the use as well as the printing of illegal character combinations."
msgstr ""
-#: 01060700.xhp#hd_id3153542.4.help.text
-msgctxt "01060700.xhp#hd_id3153542.4.help.text"
-msgid "Pages"
-msgstr "გვერდი"
-
-#: 01060700.xhp#hd_id3156155.5.help.text
-msgid "Suppress output of empty pages"
-msgstr "ცარიელი გვერდების გამონატანს გთავაზობთ"
+#. j8k=
+#: 01150300.xhp
+msgctxt ""
+"01150300.xhp\n"
+"hd_id3166410\n"
+"7\n"
+"help.text"
+msgid "Cursor control"
+msgstr "კურსორის მართვა"
-#: 01060700.xhp#par_id3158430.6.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_PRINT_BTN_SKIPEMPTYPAGES\">Specifies that empty pages that have no cell contents or draw objects are not printed.</ahelp> Cell attributes such as borders or background colors are not considered cell contents. Empty pages are not counted for page numbering."
+#. A?0O
+#: 01150300.xhp
+msgctxt ""
+"01150300.xhp\n"
+"par_id3146797\n"
+"8\n"
+"help.text"
+msgid "Select the type of text cursor movement and text selection for mixed text (right-to-left mixed with left-to-right text direction)."
msgstr ""
-#: 01060700.xhp#hd_id3150275.7.help.text
-msgid "Sheets"
-msgstr "ფურცლები"
-
-#: 01060700.xhp#hd_id3149784.8.help.text
-msgid "Print only selected sheets"
-msgstr "მხოლოდ არჩეული ფურცლების ბეჭდვა"
+#. ka/:
+#: 01150300.xhp
+msgctxt ""
+"01150300.xhp\n"
+"hd_id3147653\n"
+"9\n"
+"help.text"
+msgid "Logical"
+msgstr "ლოგიკური"
-#: 01060700.xhp#par_id3152349.9.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_PRINT_BTN_SELECTEDSHEETS\">Specifies that only contents from selected sheets are printed, even if you specify a wider range in the <emph>File - Print</emph> dialog or in the <emph>Format - Print Ranges</emph> dialog. Contents from sheets that are not selected will not be printed.</ahelp>"
+#. 0J1+
+#: 01150300.xhp
+msgctxt ""
+"01150300.xhp\n"
+"par_id3155342\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_OPTIONS_CTL_RB_MOVEMENT_LOGICAL\">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.</ahelp>"
msgstr ""
-#: 01060700.xhp#par_id3153349.10.help.text
-msgid "To select multiple sheets, click on the sheet names on the bottom margin of the workspace while keeping the Ctrl key pressed."
-msgstr ""
+#. `Vp8
+#: 01150300.xhp
+msgctxt ""
+"01150300.xhp\n"
+"hd_id3145317\n"
+"11\n"
+"help.text"
+msgid "Visual"
+msgstr "ვიზუალური"
-#: 01040900.xhp#tit.help.text
-msgctxt "01040900.xhp#tit.help.text"
-msgid "General"
+#. {Ypr
+#: 01150300.xhp
+msgctxt ""
+"01150300.xhp\n"
+"par_id3149233\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_OPTIONS_CTL_RB_MOVEMENT_VISUAL\">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.</ahelp>"
msgstr ""
-#: 01040900.xhp#bm_id3145119.help.text
-msgid "<bookmark_value>links; updating options (Writer)</bookmark_value><bookmark_value>updating; links in text documents</bookmark_value><bookmark_value>updating; fields and charts, automatically (Writer)</bookmark_value><bookmark_value>fields;updating automatically (Writer)</bookmark_value><bookmark_value>charts; updating automatically (Writer)</bookmark_value><bookmark_value>captions; tables/pictures/frames/OLE objects (Writer)</bookmark_value><bookmark_value>tables in text; captions</bookmark_value><bookmark_value>pictures; captions (Writer)</bookmark_value><bookmark_value>frames; captions (Writer)</bookmark_value><bookmark_value>OLE objects; captions (Writer)</bookmark_value><bookmark_value>tab stops; spacing in text documents</bookmark_value><bookmark_value>spacing; tab stops in text documents</bookmark_value>"
-msgstr ""
+#. Rdb`
+#: 01150300.xhp
+msgctxt ""
+"01150300.xhp\n"
+"hd_id3157910\n"
+"13\n"
+"help.text"
+msgid "General options"
+msgstr "საერთო პარამეტრები"
-#: 01040900.xhp#hd_id3155892.1.help.text
-msgid "<link href=\"text/shared/optionen/01040900.xhp\" name=\"General\">General</link>"
-msgstr "<link href=\"text/shared/optionen/01040900.xhp\" name=\"General\">ზოგადი</link>"
+#. k7)]
+#: 01150300.xhp
+msgctxt ""
+"01150300.xhp\n"
+"hd_id3159176\n"
+"14\n"
+"help.text"
+msgid "Numerals (in text only)"
+msgstr "ციფრული (მხოლოდ ტექსტში)"
-#: 01040900.xhp#par_id3145382.2.help.text
-msgid "<ahelp hid=\"HID_OPTLOAD_PAGE\">Specifies general settings for text documents.</ahelp>"
+#. Z9R*
+#: 01150300.xhp
+msgctxt ""
+"01150300.xhp\n"
+"par_id3153254\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_OPTIONS_CTL_LB_NUMERALS\">Selects the type of numerals used within text, text in objects, fields, and controls, in all <item type=\"productname\">%PRODUCTNAME</item> modules. Only cell contents of <item type=\"productname\">%PRODUCTNAME</item> Calc are not affected.</ahelp>"
msgstr ""
-#: 01040900.xhp#hd_id3156326.45.help.text
-msgid "Update"
-msgstr "განახლება"
-
-#: 01040900.xhp#hd_id3145119.3.help.text
-msgid "Update links when loading"
-msgstr "ჩატვირთვისას ბმულების განახლება"
+#. ;^s#
+#: 01150300.xhp
+msgctxt ""
+"01150300.xhp\n"
+"par_id3153561\n"
+"16\n"
+"help.text"
+msgid "Arabic: All numbers are shown using Arabic numerals. This is the default."
+msgstr "არაბული: ყველა ციფრი არაბულადაა. ეს ნაგულისხმევია"
-#: 01040900.xhp#hd_id3155136.4.help.text
-msgid "Always"
+#. M:#2
+#: 01150300.xhp
+msgctxt ""
+"01150300.xhp\n"
+"par_id3148563\n"
+"17\n"
+"help.text"
+msgid "Hindi: All numbers are shown using Hindi numerals."
+msgstr "ჰინდი: ყველა ციფრი ჰინდიზეა."
+
+#. Td/V
+#: 01150300.xhp
+msgctxt ""
+"01150300.xhp\n"
+"par_id3149295\n"
+"18\n"
+"help.text"
+msgid "System: All numbers are shown using Arabic or Hindi numerals, according to the locale settings defined by your system locale."
msgstr ""
-#: 01040900.xhp#par_id3155628.11.help.text
-msgid "<ahelp hid=\"SW_RADIOBUTTON_TP_OPTLOAD_PAGE_RB_ALWAYS\">Always updates links while loading a document.</ahelp>"
+#. $zY\
+#: 01150300.xhp
+msgctxt ""
+"01150300.xhp\n"
+"par_id3146794\n"
+"19\n"
+"help.text"
+msgid "This setting is not saved in the document but in the <item type=\"productname\">%PRODUCTNAME</item> configuration."
msgstr ""
-#: 01040900.xhp#hd_id3155449.5.help.text
-msgid "On request"
-msgstr "მოთხოვნისას"
-
-#: 01040900.xhp#par_id3153252.12.help.text
-msgid "<ahelp hid=\"SW_RADIOBUTTON_TP_OPTLOAD_PAGE_RB_REQUEST\">Updates links only on request while loading a document.</ahelp>"
+#. ZK`=
+#: 01160000.xhp
+msgctxt ""
+"01160000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data sources options"
msgstr ""
-#: 01040900.xhp#hd_id3151384.6.help.text
-msgid "Never"
-msgstr "არასდროს"
-
-#: 01040900.xhp#par_id3148946.13.help.text
-msgid "<ahelp hid=\"SW_RADIOBUTTON_TP_OPTLOAD_PAGE_RB_NEVER\">Links are never updated while loading a document.</ahelp>"
+#. C1|G
+#: 01160000.xhp
+msgctxt ""
+"01160000.xhp\n"
+"hd_id3159201\n"
+"1\n"
+"help.text"
+msgid "Data sources options"
msgstr ""
-#: 01040900.xhp#hd_id3154347.25.help.text
-msgctxt "01040900.xhp#hd_id3154347.25.help.text"
-msgid "Automatically"
+#. [K@7
+#: 01160000.xhp
+msgctxt ""
+"01160000.xhp\n"
+"par_id3093440\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"daten\"><ahelp hid=\".\">Defines the general settings for the data sources in $[officename].</ahelp></variable>"
msgstr ""
-#: 01040900.xhp#par_id8801538.help.text
-msgid "<link href=\"text/swriter/01/06990000.xhp\">To update fields manually</link>"
-msgstr ""
+#. i=Ko
+#: javaparameters.xhp
+msgctxt ""
+"javaparameters.xhp\n"
+"tit\n"
+"help.text"
+msgid "Start Parameters"
+msgstr "გაშვების პარამეტრები"
-#: 01040900.xhp#hd_id3148664.21.help.text
-msgid "Fields"
-msgstr "ველები"
+#. 8V(T
+#: javaparameters.xhp
+msgctxt ""
+"javaparameters.xhp\n"
+"par_idN10545\n"
+"help.text"
+msgid "Java Start Parameters"
+msgstr "Java-ს გაშვების პარამეტრები"
-#: 01040900.xhp#par_id3154071.23.help.text
-msgid "<ahelp hid=\"SW:CHECKBOX:TP_OPTLOAD_PAGE:CB_AUTO_UPDATE_FIELDS\">The contents of all fields are updated automatically whenever the screen contents are displayed as new. Even with this box unchecked, some fields are updated each time a special condition takes place.</ahelp> The following table lists the fields that are updated without regard to this checkbox."
+#. [%p6
+#: javaparameters.xhp
+msgctxt ""
+"javaparameters.xhp\n"
+"par_idN10549\n"
+"help.text"
+msgid "You can use this dialog to enter optional start parameters for the Java runtime environment (JRE). The settings that you specify in this dialog are valid for any JRE that you start."
msgstr ""
-#: 01040900.xhp#par_idN10788.help.text
-msgid "Condition"
-msgstr "მდგომარეობა"
-
-#: 01040900.xhp#par_idN1078E.help.text
-msgid "Automatically updated fields"
-msgstr "ველების ავრომატურად განახლება"
+#. :ZWo
+#: javaparameters.xhp
+msgctxt ""
+"javaparameters.xhp\n"
+"par_idN10568\n"
+"help.text"
+msgid "Java Start parameter"
+msgstr "Java გაშვების პარამეტრები"
-#: 01040900.xhp#par_idN10795.help.text
-msgid "Printing the document (also exporting as PDF)"
+#. hWZn
+#: javaparameters.xhp
+msgctxt ""
+"javaparameters.xhp\n"
+"par_idN1056C\n"
+"help.text"
+msgid "<ahelp hid=\"svx:Edit:RID_SVXDLG_JAVA_PARAMETER:ED_PARAMETER\">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.</ahelp>"
msgstr ""
-#: 01040900.xhp#par_idN1079B.help.text
-msgid "Author, Sender, Chapter, Date, Time, References, Last printed"
+#. 0Rv-
+#: javaparameters.xhp
+msgctxt ""
+"javaparameters.xhp\n"
+"par_id5404522\n"
+"help.text"
+msgid "Do not use escape characters or quotes in path names."
msgstr ""
-#: 01040900.xhp#par_idN107A2.help.text
-msgid "Reloading the document"
-msgstr "დოკუმენტის გადატვირთვა"
-
-#: 01040900.xhp#par_idN107A8.help.text
-msgctxt "01040900.xhp#par_idN107A8.help.text"
-msgid "Author, Sender, Chapter, Date, Time"
+#. *u71
+#: javaparameters.xhp
+msgctxt ""
+"javaparameters.xhp\n"
+"par_idN105D8\n"
+"help.text"
+msgid "For example, to point the system property \"myprop\" to a folder, enter the following parameter:"
msgstr ""
-#: 01040900.xhp#par_idN107AF.help.text
-msgid "Saving the document"
-msgstr "დოკუმენტის შენახვა"
-
-#: 01040900.xhp#par_idN107B5.help.text
-msgid "File name, Statistics, Document number, Editing time, Modified"
-msgstr ""
+#. ,c*?
+#: javaparameters.xhp
+msgctxt ""
+"javaparameters.xhp\n"
+"par_idN105DD\n"
+"help.text"
+msgid "-Dmyprop=c:\\program files\\java"
+msgstr "-Dmyprop=c:\\program files\\java"
-#: 01040900.xhp#par_idN107BC.help.text
-msgid "Editing the text line where the field is in"
+#. KNV-
+#: javaparameters.xhp
+msgctxt ""
+"javaparameters.xhp\n"
+"par_idN1057B\n"
+"help.text"
+msgid "To enable debugging in a JRE, enter the following parameters:"
msgstr ""
-#: 01040900.xhp#par_idN107C2.help.text
-msgctxt "01040900.xhp#par_idN107C2.help.text"
-msgid "Author, Sender, Chapter, Date, Time"
-msgstr ""
+#. i(lL
+#: javaparameters.xhp
+msgctxt ""
+"javaparameters.xhp\n"
+"par_idN1057E\n"
+"help.text"
+msgid "-Xdebug"
+msgstr "-Xdebug"
-#: 01040900.xhp#par_idN107C9.help.text
-msgid "Manually changing a variable"
-msgstr "ცვლადის ხელით შეცვლა"
+#. F_GH
+#: javaparameters.xhp
+msgctxt ""
+"javaparameters.xhp\n"
+"par_idN10581\n"
+"help.text"
+msgid "-Xrunjdwp:transport=dt_socket,server=y,address=8000"
+msgstr "-Xrunjdwp:transport=dt_socket,server=y,address=8000"
-#: 01040900.xhp#par_idN107CF.help.text
-msgid "Conditional text, Hidden text, Hidden paragraph, Variables, DDE field"
+#. `*Q7
+#: javaparameters.xhp
+msgctxt ""
+"javaparameters.xhp\n"
+"par_idN1060C\n"
+"help.text"
+msgid "These changes take effect after you restart %PRODUCTNAME."
msgstr ""
-#: 01040900.xhp#par_idN107D6.help.text
-msgid "Switching off \"fixed content\""
-msgstr ""
+#. eR8W
+#: javaparameters.xhp
+msgctxt ""
+"javaparameters.xhp\n"
+"par_idN1058C\n"
+"help.text"
+msgid "Assigned start parameters"
+msgstr "მინიჭებული საწყისი პარამეტრები"
-#: 01040900.xhp#par_idN107DC.help.text
-msgid "Author, Sender, all document information fields"
+#. mn9$
+#: javaparameters.xhp
+msgctxt ""
+"javaparameters.xhp\n"
+"par_idN10590\n"
+"help.text"
+msgid "<ahelp hid=\"svx:ListBox:RID_SVXDLG_JAVA_PARAMETER:LB_ASSIGNED\">Lists the assigned JRE start parameters. To remove a start parameter, select the parameter, and then click <emph>Remove</emph>.</ahelp>"
msgstr ""
-#: 01040900.xhp#par_idN107E3.help.text
-msgid "Changing the page count"
-msgstr "გვერდთა დათვლის შეცვლა"
+#. u`W4
+#: javaparameters.xhp
+msgctxt ""
+"javaparameters.xhp\n"
+"par_idN105A7\n"
+"help.text"
+msgid "Assign"
+msgstr "მიკუთვნება"
-#: 01040900.xhp#par_idN107E9.help.text
-msgid "Page"
-msgstr "გვერდი"
+#. m0]t
+#: javaparameters.xhp
+msgctxt ""
+"javaparameters.xhp\n"
+"par_idN105AB\n"
+"help.text"
+msgid "<ahelp hid=\"svx:PushButton:RID_SVXDLG_JAVA_PARAMETER:PB_ASSIGN\">Adds the current JRE start parameter to the list.</ahelp>"
+msgstr "<ahelp hid=\"svx:PushButton:RID_SVXDLG_JAVA_PARAMETER:PB_ASSIGN\">JRE-ს მიმდინარე გაშვების პარამეტრებს სიას ამატებს.</ahelp>"
-#: 01040900.xhp#hd_id3159149.22.help.text
-msgctxt "01040900.xhp#hd_id3159149.22.help.text"
-msgid "Charts"
+#. E-xo
+#: javaparameters.xhp
+msgctxt ""
+"javaparameters.xhp\n"
+"par_idN105C2\n"
+"help.text"
+msgid "Remove"
msgstr ""
-#: 01040900.xhp#par_id3150768.24.help.text
-msgid "<ahelp hid=\"SW:CHECKBOX:TP_OPTLOAD_PAGE:CB_AUTO_UPDATE_CHARTS\">Specifies whether to automatically update charts. Whenever a Writer table cell value changes and the cursor leaves that cell, the chart that displays the cell value is updated automatically.</ahelp>"
-msgstr ""
+#. 7k{0
+#: javaparameters.xhp
+msgctxt ""
+"javaparameters.xhp\n"
+"par_idN105C6\n"
+"help.text"
+msgid "<ahelp hid=\"svx:PushButton:RID_SVXDLG_JAVA_PARAMETER:PB_REMOVE\">Deletes the selected JRE start parameter.</ahelp>"
+msgstr "<ahelp hid=\"svx:PushButton:RID_SVXDLG_JAVA_PARAMETER:PB_REMOVE\">JRE-ს გაშვების მონიშნულ პარამეტრს შლის.</ahelp>"
-#: 01040900.xhp#hd_id3146976.46.help.text
-msgctxt "01040900.xhp#hd_id3146976.46.help.text"
-msgid "Settings"
+#. (d.o
+#: viewcertificate.xhp
+msgctxt ""
+"viewcertificate.xhp\n"
+"tit\n"
+"help.text"
+msgid "View Certificate"
msgstr ""
-#: 01040900.xhp#hd_id3153364.31.help.text
-msgctxt "01040900.xhp#hd_id3153364.31.help.text"
-msgid "Measurement unit"
+#. 2ebW
+#: viewcertificate.xhp
+msgctxt ""
+"viewcertificate.xhp\n"
+"par_idN10541\n"
+"help.text"
+msgid "View Certificate"
msgstr ""
-#: 01040900.xhp#par_id3146147.32.help.text
-msgid "<ahelp hid=\"SW_LISTBOX_TP_OPTLOAD_PAGE_LB_METRIC\">Specifies the <link href=\"text/shared/00/00000003.xhp#metrik\" name=\"unit of measurement\">unit of measurement</link> for text documents.</ahelp>"
+#. /Oyt
+#: viewcertificate.xhp
+msgctxt ""
+"viewcertificate.xhp\n"
+"par_idN10545\n"
+"help.text"
+msgid "The View Certificate dialog opens when you click the View Certificate button on the <link href=\"text/shared/optionen/macrosecurity_ts.xhp\">Trusted Sources</link> tab page of the <link href=\"text/shared/optionen/macrosecurity.xhp\">Macro Security</link> dialog."
msgstr ""
-#: 01040900.xhp#hd_id3154944.33.help.text
-msgctxt "01040900.xhp#hd_id3154944.33.help.text"
-msgid "Tab stops"
-msgstr ""
+#. :T=O
+#: viewcertificate.xhp
+msgctxt ""
+"viewcertificate.xhp\n"
+"par_idN10564\n"
+"help.text"
+msgid "The dialog has the following tab pages:"
+msgstr "შემდეგ დიალოგს აქვს ჩანართის გვერდები"
-#: 01040900.xhp#par_id3150417.34.help.text
-msgid "<ahelp hid=\"SW_METRICFIELD_TP_OPTLOAD_PAGE_MF_TAB\">Specifies the spacing between the individual tab stops.</ahelp> The horizontal ruler displays the selected spacing."
-msgstr ""
+#. :ek+
+#: 01160100.xhp
+msgctxt ""
+"01160100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Connections"
+msgstr "კავშირები"
-#: 01040700.xhp#tit.help.text
-msgctxt "01040700.xhp#tit.help.text"
-msgid "Changes"
+#. IiRp
+#: 01160100.xhp
+msgctxt ""
+"01160100.xhp\n"
+"bm_id3154136\n"
+"help.text"
+msgid "<bookmark_value>connections to data sources (Base)</bookmark_value><bookmark_value>data sources; connection settings (Base)</bookmark_value>"
msgstr ""
-#: 01040700.xhp#hd_id3153823.1.help.text
-msgid "<link href=\"text/shared/optionen/01040700.xhp\" name=\"Changes\">Changes</link>"
-msgstr "<link href=\"text/shared/optionen/01040700.xhp\" name=\"Changes\">ცვლილებები</link>"
-
-#: 01040700.xhp#par_id3149416.2.help.text
-msgid "<ahelp hid=\"HID_REDLINE_OPT\">Defines the appearance of changes in the document.</ahelp>"
-msgstr ""
+#. xK62
+#: 01160100.xhp
+msgctxt ""
+"01160100.xhp\n"
+"hd_id3154136\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01160100.xhp\" name=\"Connections\">Connections</link>"
+msgstr "<link href=\"text/shared/optionen/01160100.xhp\" name=\"Connections\">კავშირები</link>"
-#: 01040700.xhp#par_id3156153.27.help.text
-msgid "To record or show changes in your text or spreadsheet document, choose <link href=\"text/shared/01/02230000.xhp\" name=\"Edit - Changes\"><emph>Edit - Changes - Record</emph></link> or <emph>Edit - Changes - Show</emph>."
+#. F1qM
+#: 01160100.xhp
+msgctxt ""
+"01160100.xhp\n"
+"par_id3147571\n"
+"2\n"
+"help.text"
+msgid "Defines how the connections to data sources are pooled."
msgstr ""
-#: 01040700.xhp#hd_id3155419.3.help.text
-msgid "Text display"
-msgstr "ასასახი ტექსტი"
-
-#: 01040700.xhp#par_id3144510.4.help.text
-msgid "Defines the settings for displaying recorded changes. Select the type of change and the corresponding display attribute and color. The preview field shows the effect of the selected display options."
+#. qHTz
+#: 01160100.xhp
+msgctxt ""
+"01160100.xhp\n"
+"par_id3147088\n"
+"3\n"
+"help.text"
+msgid "The<emph> Connections </emph>facility allows you to stipulate that connections that are no longer needed are not deleted immediately, but are kept free for a certain period of time. If a new connection to the data source is needed in that period, the free connection can be used for this purpose."
msgstr ""
-#: 01040700.xhp#hd_id3148550.21.help.text
-msgid "Insertions / Attributes"
-msgstr "ჩასმები / ატრიბუტები"
-
-#: 01040700.xhp#par_id3154758.22.help.text
-msgid "<ahelp hid=\"SW_LISTBOX_TP_REDLINE_OPT_LB_INS_ATTR\">Specifies how changes in the document are displayed when text is inserted.</ahelp>"
+#. ~pM)
+#: 01160100.xhp
+msgctxt ""
+"01160100.xhp\n"
+"hd_id3154824\n"
+"12\n"
+"help.text"
+msgid "Connection Pool"
msgstr ""
-#: 01040700.xhp#hd_id3152812.23.help.text
-msgid "Deletions / Attributes"
-msgstr "წაშლები / ატრიბუტები"
-
-#: 01040700.xhp#par_id3154365.24.help.text
-msgid "<ahelp hid=\"SW_LISTBOX_TP_REDLINE_OPT_LB_DEL_ATTR\">Specifies how changes in the document are displayed when text is deleted. If you record text deletions, the text is displayed with the selected attribute (for example, strikethrough) and is not deleted.</ahelp>"
+#. ElZP
+#: 01160100.xhp
+msgctxt ""
+"01160100.xhp\n"
+"hd_id3152780\n"
+"4\n"
+"help.text"
+msgid "Connection pooling enabled"
msgstr ""
-#: 01040700.xhp#hd_id3148674.25.help.text
-msgid "Changed attributes / Attributes"
-msgstr "შეცვლილი ატრიბუტები / ატრიბუტები"
-
-#: 01040700.xhp#par_id3151042.26.help.text
-msgid "<ahelp hid=\"SW_LISTBOX_TP_REDLINE_OPT_LB_CHG_ATTR\">Defines how changes to text attributes are displayed in the document. These changes affect attributes such as bold, italic or underline.</ahelp>"
+#. QW/A
+#: 01160100.xhp
+msgctxt ""
+"01160100.xhp\n"
+"par_id3147653\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_CHECKBOX_RID_OFAPAGE_CONNPOOLOPTIONS_CB_POOL_CONNS\">Specifies whether the chosen connections are pooled.</ahelp>"
msgstr ""
-#: 01040700.xhp#hd_id3153105.28.help.text
-msgctxt "01040700.xhp#hd_id3153105.28.help.text"
-msgid "Color"
-msgstr "ფერები"
+#. /*PC
+#: 01160100.xhp
+msgctxt ""
+"01160100.xhp\n"
+"hd_id3148538\n"
+"6\n"
+"help.text"
+msgid "Drivers known in $[officename]"
+msgstr "$[officename]-სთვის ცნობილი დრაივერები"
-#: 01040700.xhp#par_id3145419.8.help.text
-msgid "<ahelp hid=\"SW_LISTBOX_TP_REDLINE_OPT_LB_CHG_COL\">You can also choose a color to display each type of recorded change. When you choose the condition \"By author\" in the list, the color is automatically determined by $[officename], then modified to match to the author of each change.</ahelp>"
-msgstr ""
+#. @KRX
+#: 01160100.xhp
+msgctxt ""
+"01160100.xhp\n"
+"par_id3149235\n"
+"7\n"
+"help.text"
+msgid "Displays a list of defined drivers and connection data."
+msgstr "ასახავს განსაზღვრული დრაივერების და კავშირის მონაცემთა სიას."
-#: 01040700.xhp#hd_id3145607.15.help.text
-msgid "Lines changed"
-msgstr "შეცვლილი ხაზები"
+#. YX}$
+#: 01160100.xhp
+msgctxt ""
+"01160100.xhp\n"
+"hd_id3153349\n"
+"13\n"
+"help.text"
+msgid "Current driver"
+msgstr "მიმდინარე დრაივერი"
-#: 01040700.xhp#par_id3149562.16.help.text
-msgid "To indicate which lines of the text have been changed, you can define a mark that appears in the left or right page margin."
+#. @RNO
+#: 01160100.xhp
+msgctxt ""
+"01160100.xhp\n"
+"par_id3153087\n"
+"14\n"
+"help.text"
+msgid "The currently selected driver is displayed below the list."
msgstr ""
-#: 01040700.xhp#hd_id3145785.17.help.text
-msgid "Mark"
-msgstr "მონიშვნა"
-
-#: 01040700.xhp#par_id3154638.18.help.text
-msgid "<ahelp hid=\"SW:LISTBOX:TP_REDLINE_OPT:LB_MARKPOS\">Defines if and where changed lines in the document are marked.</ahelp> You can set the markings so that they always appear on the left or right page margin, or on the outer or inner margin."
+#. 5j=N
+#: 01160100.xhp
+msgctxt ""
+"01160100.xhp\n"
+"hd_id3149166\n"
+"8\n"
+"help.text"
+msgid "Enable pooling for this driver"
msgstr ""
-#: 01040700.xhp#hd_id3163713.19.help.text
-msgctxt "01040700.xhp#hd_id3163713.19.help.text"
-msgid "Color"
-msgstr "ფერები"
-
-#: 01040700.xhp#par_id3146975.20.help.text
-msgid "<ahelp hid=\"SW:LISTBOX:TP_REDLINE_OPT:LB_LC_COL\">Specifies the color for highlighting the changed lines in the text.</ahelp>"
+#. KWie
+#: 01160100.xhp
+msgctxt ""
+"01160100.xhp\n"
+"par_id3149415\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_CHECKBOX_RID_OFAPAGE_CONNPOOLOPTIONS_CB_DRIVERPOOLING\">Select a driver from the list and mark the <emph>Enable pooling for this driver</emph> checkbox in order to pool its connection.</ahelp>"
msgstr ""
-#: 01150300.xhp#tit.help.text
-msgid "Complex Text Layout"
-msgstr "ტექსტის კომპლექსური განლაგება"
-
-#: 01150300.xhp#bm_id3148668.help.text
-msgid "<bookmark_value>CTL; options</bookmark_value>"
-msgstr "<bookmark_value>CTL; პარამეტრები</bookmark_value>"
-
-#: 01150300.xhp#hd_id3148668.3.help.text
-msgid "<link href=\"text/shared/optionen/01150300.xhp\" name=\"Complex Text Layout\">Complex Text Layout</link>"
-msgstr "<link href=\"text/shared/optionen/01150300.xhp\" name=\"Complex Text Layout\">ტექსტის კომპლექსური განლაგება</link>"
+#. XrT/
+#: 01160100.xhp
+msgctxt ""
+"01160100.xhp\n"
+"hd_id3155135\n"
+"10\n"
+"help.text"
+msgid "Timeout (seconds)"
+msgstr "დაყოვნების დრო (წამები)"
-#: 01150300.xhp#par_id3150247.4.help.text
-msgid "<ahelp hid=\".\">Defines the options for documents with complex text layouts.</ahelp>"
+#. #YqN
+#: 01160100.xhp
+msgctxt ""
+"01160100.xhp\n"
+"par_id3156155\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_NUMERICFIELD_RID_OFAPAGE_CONNPOOLOPTIONS_NF_TIMEOUT\">Defines the time in seconds after which a pooled connection is freed.</ahelp> The time can be anywhere between 30 and 600 seconds."
msgstr ""
-#: 01150300.xhp#hd_id3145090.5.help.text
-msgid "Sequence checking"
-msgstr "მიმდევრობის შემოწმება"
-
-#: 01150300.xhp#par_id3147226.6.help.text
-msgid "In languages such as Thai, rules specify that certain characters are not allowed next to other characters. If Sequence Input Checking (SIC) is enabled, <item type=\"productname\">%PRODUCTNAME</item> will not allow a character next to another if this is forbidden by a rule."
-msgstr ""
+#. }KZx
+#: 01060400.xhp
+msgctxt ""
+"01060400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sort Lists"
+msgstr "დახარისხებისიები"
-#: 01150300.xhp#hd_id3159234.1.help.text
-msgid "Use sequence checking"
-msgstr "თანმიმდევრობის შემოწმების გამოყენება"
+#. IKzK
+#: 01060400.xhp
+#, fuzzy
+msgctxt ""
+"01060400.xhp\n"
+"hd_id3145382\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01060400.xhp\" name=\"Sort Lists\">Sort Lists</link>"
+msgstr "<link href=\"text/shared/optionen/01060700.xhp\" name=\"Print\">ბეჭდვა</link>"
-#: 01150300.xhp#par_id3157958.2.help.text
-msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_SEQU_CHECK\">Enables sequence input checking for languages such as Thai.</ahelp>"
+#. #Hao
+#: 01060400.xhp
+msgctxt ""
+"01060400.xhp\n"
+"par_id3153825\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SCPAGE_USERLISTS\">All user-defined lists are displayed in the<emph> Sort Lists </emph>dialog. You can also define and edit your own lists. Only text can be used as sort lists, no numbers.</ahelp>"
msgstr ""
-#: 01150300.xhp#par_idN10691.help.text
-msgid "Restricted"
-msgstr "შეზღუდული"
+#. g*k7
+#: 01060400.xhp
+msgctxt ""
+"01060400.xhp\n"
+"hd_id3149416\n"
+"3\n"
+"help.text"
+msgid "Lists"
+msgstr "სიები"
-#: 01150300.xhp#par_idN10695.help.text
-msgid "Prevents the use as well as the printing of illegal character combinations."
+#. IpcQ
+#: 01060400.xhp
+msgctxt ""
+"01060400.xhp\n"
+"par_id3150503\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_USERLISTS:LB_LISTS\">Displays all the available lists. These lists can be selected for editing.</ahelp>"
msgstr ""
-#: 01150300.xhp#hd_id3166410.7.help.text
-msgid "Cursor control"
-msgstr "კურსორის მართვა"
+#. Q=YE
+#: 01060400.xhp
+msgctxt ""
+"01060400.xhp\n"
+"hd_id3147531\n"
+"5\n"
+"help.text"
+msgid "Entries"
+msgstr "ელემენტები"
-#: 01150300.xhp#par_id3146797.8.help.text
-msgid "Select the type of text cursor movement and text selection for mixed text (right-to-left mixed with left-to-right text direction)."
+#. ^2|*
+#: 01060400.xhp
+msgctxt ""
+"01060400.xhp\n"
+"par_id3149669\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:MULTILINEEDIT:RID_SCPAGE_USERLISTS:ED_ENTRIES\">Displays the content of the currently selected list. This content can be edited.</ahelp>"
msgstr ""
-#: 01150300.xhp#hd_id3147653.9.help.text
-msgid "Logical"
-msgstr "ლოგიკური"
+#. =rBz
+#: 01060400.xhp
+msgctxt ""
+"01060400.xhp\n"
+"hd_id3145069\n"
+"7\n"
+"help.text"
+msgid "Copy list from"
+msgstr "სიის ასლი"
-#: 01150300.xhp#par_id3155342.10.help.text
-msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_OPTIONS_CTL_RB_MOVEMENT_LOGICAL\">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.</ahelp>"
+#. WdI(
+#: 01060400.xhp
+msgctxt ""
+"01060400.xhp\n"
+"par_id3149457\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCPAGE_USERLISTS:ED_COPYFROM\">Defines the spreadsheet and the cells to copy, in order to include them in the <emph>Lists</emph> box. The currently selected range in the spreadsheet is the default.</ahelp>"
msgstr ""
-#: 01150300.xhp#hd_id3145317.11.help.text
-msgid "Visual"
-msgstr "ვიზუალური"
+#. [=C$
+#: 01060400.xhp
+msgctxt ""
+"01060400.xhp\n"
+"hd_id3151211\n"
+"13\n"
+"help.text"
+msgid "Copy"
+msgstr "ასლი"
-#: 01150300.xhp#par_id3149233.12.help.text
-msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_OPTIONS_CTL_RB_MOVEMENT_VISUAL\">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.</ahelp>"
+#. A:ek
+#: 01060400.xhp
+msgctxt ""
+"01060400.xhp\n"
+"par_id3158409\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCPAGE_USERLISTS:BTN_COPY\">Copies the contents of the cells in the <emph>Copy list from</emph> box. If you select a reference to related rows and columns, the <link href=\"text/shared/optionen/01060401.xhp\" name=\"Copy List\"><emph>Copy List</emph></link> dialog appears after clicking the button. You can use this dialog to define if the reference is converted to sort lists by row or by column.</ahelp>"
msgstr ""
-#: 01150300.xhp#hd_id3157910.13.help.text
-msgid "General options"
-msgstr "საერთო პარამეტრები"
-
-#: 01150300.xhp#hd_id3159176.14.help.text
-msgid "Numerals (in text only)"
-msgstr "ციფრული (მხოლოდ ტექსტში)"
+#. vf[e
+#: 01060400.xhp
+msgctxt ""
+"01060400.xhp\n"
+"hd_id3154684\n"
+"9\n"
+"help.text"
+msgid "New/Discard"
+msgstr "ახალი/უარყოფა"
-#: 01150300.xhp#par_id3153254.15.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_OPTIONS_CTL_LB_NUMERALS\">Selects the type of numerals used within text, text in objects, fields, and controls, in all <item type=\"productname\">%PRODUCTNAME</item> modules. Only cell contents of <item type=\"productname\">%PRODUCTNAME</item> Calc are not affected.</ahelp>"
+#. {=Ej
+#: 01060400.xhp
+msgctxt ""
+"01060400.xhp\n"
+"par_id3153970\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCPAGE_USERLISTS:BTN_NEW\">Enters the contents of a new list into the <emph>Entries</emph> box.</ahelp> This button will change from <emph>New</emph> to <emph>Discard</emph>, which enables you to delete the new list."
msgstr ""
-#: 01150300.xhp#par_id3153561.16.help.text
-msgid "Arabic: All numbers are shown using Arabic numerals. This is the default."
-msgstr "არაბული: ყველა ციფრი არაბულადაა. ეს ნაგულისხმევია"
-
-#: 01150300.xhp#par_id3148563.17.help.text
-msgid "Hindi: All numbers are shown using Hindi numerals. "
-msgstr "ჰინდი: ყველა ციფრი ჰინდიზეა. "
-
-#: 01150300.xhp#par_id3149295.18.help.text
-msgid "System: All numbers are shown using Arabic or Hindi numerals, according to the locale settings defined by your system locale."
-msgstr ""
+#. ODV@
+#: 01060400.xhp
+msgctxt ""
+"01060400.xhp\n"
+"hd_id3144760\n"
+"11\n"
+"help.text"
+msgid "Add/Modify"
+msgstr "დამატება/შეცვლა"
-#: 01150300.xhp#par_id3146794.19.help.text
-msgid "This setting is not saved in the document but in the <item type=\"productname\">%PRODUCTNAME</item> configuration."
+#. ]p`d
+#: 01060400.xhp
+msgctxt ""
+"01060400.xhp\n"
+"par_id3145785\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCPAGE_USERLISTS:BTN_ADD\">Adds a new list into the <emph>Lists</emph> box.</ahelp> If you would like to edit this list in the <emph>Entries</emph> box, this button will change from <emph>Add</emph> to <emph>Modify</emph>, which enables you to include the newly modified list."
msgstr ""
-#: 01010100.xhp#tit.help.text
+#. ;|VU
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"tit\n"
+"help.text"
msgid "User Data"
msgstr "მომხმარებლის მონაცემები"
-#: 01010100.xhp#bm_id3155805.help.text
+#. i@{O
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"bm_id3155805\n"
+"help.text"
msgid "<bookmark_value>data; user data</bookmark_value><bookmark_value>user data; input</bookmark_value><bookmark_value>personal data input</bookmark_value>"
msgstr "<bookmark_value>მონაცემი; მომხმარებლის მონაცემი</bookmark_value><bookmark_value>მომხმარებლის მონაცემი; შეტანა</bookmark_value><bookmark_value>პირადი მონაცემები შეტანა</bookmark_value>"
-#: 01010100.xhp#hd_id3155805.1.help.text
+#. Uc~^
+#: 01010100.xhp
#, fuzzy
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3155805\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/shared/optionen/01010100.xhp\" name=\"User Data\">User Data</link>"
msgstr "<link href=\"text/shared/optionen/01010800.xhp\" name=\"View\">ხედი</link>"
-#: 01010100.xhp#par_id3156410.2.help.text
+#. 6n;B
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3156410\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\"HID_OPTIONS_GENERAL\">Use this tab page to enter or edit user data.</ahelp> Some of the data may have already been entered by the user when installing $[officename]."
msgstr ""
-#: 01010100.xhp#par_id3153748.27.help.text
+#. O-5S
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3153748\n"
+"27\n"
+"help.text"
msgid "User data is used by templates and Wizards in $[officename]. For example, the \"First name\" and \"Last name\" data fields are used to automatically insert your name as the author of a new document. You can see this under <emph>File - Properties</emph>."
msgstr "მომხმარებლის მონაცემები გამოიყენება შაბლონებით და ოსტატებით $[officename]-ში. მაგალითად, \"სახელი\" და \"გვარი\" ავტომატურად სვავს თქვენს სახელს ახალი დოკუმენტის ავტორად. ამის ხილვა შეგიძლიათ <emph>ფაილი - თვისებები</emph>."
-#: 01010100.xhp#par_id3153031.28.help.text
+#. 4_|U
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3153031\n"
+"28\n"
+"help.text"
msgid "Some of the user data is included automatically in an internal dictionary so that it is recognized by the spellchecker. If typing errors are made, the program can use this data to suggest replacements. Note that changes to data take effect only after $[officename] is restarted."
msgstr "მომხმარებელთა ზოგი მონაცემი ჩართულია შიდა ლექსიკონში, ამრიგად იგი ამოიცნობა მარლთწერის შემმოწმებლის მიერ. თუ ბეჭდვისას შეცდომებია დაშვებული, პროგრამა ამ მონაცემებს სწორი მნიშვნელობის შესათავაზებლად გამოიყენებს. გაითვალისწინეთ რომ, ცვლილებები მხოლოდ $[officename]-ის გადატვირთვის შემდეგ გააქტიურდება."
-#: 01010100.xhp#hd_id3147653.3.help.text
+#. \bn=
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3147653\n"
+"3\n"
+"help.text"
msgid "Address"
msgstr "მისამართი"
-#: 01010100.xhp#par_id3149762.4.help.text
+#. HpdK
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3149762\n"
+"4\n"
+"help.text"
msgid "Use the <emph>Address</emph> field to enter and edit your personal user data."
msgstr "გამოიყენეთ <emph>მისამართი</emph> ველი თქვენი პირადი მონაცემების შესაყვანად და დასარედაქტირებლად."
-#: 01010100.xhp#hd_id3156329.5.help.text
+#. j*#a
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3156329\n"
+"5\n"
+"help.text"
msgid "Company"
msgstr "კომპანია"
-#: 01010100.xhp#par_id3143270.6.help.text
+#. 06.n
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3143270\n"
+"6\n"
+"help.text"
msgid "<ahelp hid=\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_COMPANY\">Type the name of your company in this field.</ahelp>"
msgstr "<ahelp hid=\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_COMPANY\">ამ ველში თქვენი კომპანიის სახელი ჩაწერეთ.</ahelp>"
-#: 01010100.xhp#hd_id3145315.7.help.text
+#. `Be]
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3145315\n"
+"7\n"
+"help.text"
msgid "First name"
msgstr "სახელი"
-#: 01010100.xhp#par_id3153821.31.help.text
+#. /r[Q
+#: 01010100.xhp
+#, fuzzy
+msgctxt ""
+"01010100.xhp\n"
+"par_id3153821\n"
+"31\n"
+"help.text"
msgid "<ahelp hid=\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_FIRSTNAME\">Type your first name.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_COMPANY\">ამ ველში თქვენი კომპანიის სახელი ჩაწერეთ.</ahelp>"
-#: 01010100.xhp#hd_id3159158.32.help.text
+#. @OK6
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3159158\n"
+"32\n"
+"help.text"
msgid "Last name"
msgstr "გვარი"
-#: 01010100.xhp#par_id3145609.33.help.text
+#. 2T@2
+#: 01010100.xhp
+#, fuzzy
+msgctxt ""
+"01010100.xhp\n"
+"par_id3145609\n"
+"33\n"
+"help.text"
msgid "<ahelp hid=\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_NAME\">Type your last name.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_COMPANY\">ამ ველში თქვენი კომპანიის სახელი ჩაწერეთ.</ahelp>"
-#: 01010100.xhp#hd_id3156344.34.help.text
+#. ?}Nm
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3156344\n"
+"34\n"
+"help.text"
msgid "Initials"
msgstr "ინიციალები"
-#: 01010100.xhp#par_id3147264.8.help.text
+#. =n^O
+#: 01010100.xhp
+#, fuzzy
+msgctxt ""
+"01010100.xhp\n"
+"par_id3147264\n"
+"8\n"
+"help.text"
msgid "<ahelp hid=\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_SHORTNAME\">Type your initials.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_COMPANY\">ამ ველში თქვენი კომპანიის სახელი ჩაწერეთ.</ahelp>"
-#: 01010100.xhp#hd_id3153526.9.help.text
+#. 4p0a
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3153526\n"
+"9\n"
+"help.text"
msgid "Street"
msgstr "ქუჩა"
-#: 01010100.xhp#par_id3151212.10.help.text
+#. nMk~
+#: 01010100.xhp
#, fuzzy
+msgctxt ""
+"01010100.xhp\n"
+"par_id3151212\n"
+"10\n"
+"help.text"
msgid "<ahelp hid=\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_STREET\">Type the name of your street in this field.</ahelp>"
msgstr "<ahelp hid=\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_COMPANY\">ამ ველში თქვენი კომპანიის სახელი ჩაწერეთ.</ahelp>"
-#: 01010100.xhp#hd_id3154909.11.help.text
+#. t^Tc
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3154909\n"
+"11\n"
+"help.text"
msgid "ZIP"
msgstr "ინდექსი"
-#: 01010100.xhp#par_id3145607.12.help.text
+#. !0!?
+#: 01010100.xhp
#, fuzzy
+msgctxt ""
+"01010100.xhp\n"
+"par_id3145607\n"
+"12\n"
+"help.text"
msgid "<ahelp hid=\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_PLZ\">Type your ZIP in this field.</ahelp>"
msgstr "<ahelp hid=\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_COMPANY\">ამ ველში თქვენი კომპანიის სახელი ჩაწერეთ.</ahelp>"
-#: 01010100.xhp#hd_id3154685.35.help.text
+#. oIoY
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3154685\n"
+"35\n"
+"help.text"
msgid "City"
msgstr "ქალაქი"
-#: 01010100.xhp#par_id3149807.36.help.text
+#. 7^AT
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3149807\n"
+"36\n"
+"help.text"
msgid "<ahelp hid=\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_US_CITY\">Type the city where you live.</ahelp>"
msgstr ""
-#: 01010100.xhp#hd_id3154125.37.help.text
+#. uI6Z
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3154125\n"
+"37\n"
+"help.text"
msgid "State"
msgstr "შტატი"
-#: 01010100.xhp#par_id3150441.38.help.text
+#. l}FF
+#: 01010100.xhp
+#, fuzzy
+msgctxt ""
+"01010100.xhp\n"
+"par_id3150441\n"
+"38\n"
+"help.text"
msgid "<ahelp hid=\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_US_STATE\">Type your state.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_COMPANY\">ამ ველში თქვენი კომპანიის სახელი ჩაწერეთ.</ahelp>"
-#: 01010100.xhp#hd_id3147434.13.help.text
-msgctxt "01010100.xhp#hd_id3147434.13.help.text"
+#. K=9G
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3147434\n"
+"13\n"
+"help.text"
msgid "Title"
msgstr "თანამდებობა"
-#: 01010100.xhp#par_id3147317.39.help.text
+#. 1:c!
+#: 01010100.xhp
#, fuzzy
+msgctxt ""
+"01010100.xhp\n"
+"par_id3147317\n"
+"39\n"
+"help.text"
msgid "<ahelp hid=\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_TITLE\">Type your title in this field.</ahelp>"
msgstr "<ahelp hid=\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_COMPANY\">ამ ველში თქვენი კომპანიის სახელი ჩაწერეთ.</ahelp>"
-#: 01010100.xhp#hd_id3145364.40.help.text
-msgctxt "01010100.xhp#hd_id3145364.40.help.text"
+#. SZdY
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3145364\n"
+"40\n"
+"help.text"
msgid "Position"
msgstr ""
-#: 01010100.xhp#par_id3147428.14.help.text
+#. ]UUh
+#: 01010100.xhp
#, fuzzy
+msgctxt ""
+"01010100.xhp\n"
+"par_id3147428\n"
+"14\n"
+"help.text"
msgid "<ahelp hid=\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_POSITION\">Type your position in the company in this field.</ahelp>"
msgstr "<ahelp hid=\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_COMPANY\">ამ ველში თქვენი კომპანიის სახელი ჩაწერეთ.</ahelp>"
-#: 01010100.xhp#hd_id3155306.17.help.text
+#. i1%k
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3155306\n"
+"17\n"
+"help.text"
msgid "Tel. (Home)"
msgstr "ტელ. (სახლი)"
-#: 01010100.xhp#par_id3154011.41.help.text
+#. \-N3
+#: 01010100.xhp
+#, fuzzy
+msgctxt ""
+"01010100.xhp\n"
+"par_id3154011\n"
+"41\n"
+"help.text"
msgid "<ahelp hid=\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_TELPRIVAT\">Type your private telephone number in this field.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_COMPANY\">ამ ველში თქვენი კომპანიის სახელი ჩაწერეთ.</ahelp>"
-#: 01010100.xhp#hd_id3151118.42.help.text
+#. JU~)
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3151118\n"
+"42\n"
+"help.text"
msgid "Tel. (Work)"
msgstr "ტელ. (სამსახური)"
-#: 01010100.xhp#par_id3159153.18.help.text
+#. /FX!
+#: 01010100.xhp
#, fuzzy
+msgctxt ""
+"01010100.xhp\n"
+"par_id3159153\n"
+"18\n"
+"help.text"
msgid "<ahelp hid=\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_TELCOMPANY\">Type your work number in this field.</ahelp>"
msgstr "<ahelp hid=\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_COMPANY\">ამ ველში თქვენი კომპანიის სახელი ჩაწერეთ.</ahelp>"
-#: 01010100.xhp#hd_id3146921.21.help.text
-msgctxt "01010100.xhp#hd_id3146921.21.help.text"
+#. b1}[
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3146921\n"
+"21\n"
+"help.text"
msgid "Fax"
msgstr ""
-#: 01010100.xhp#par_id3153159.43.help.text
+#. HDIT
+#: 01010100.xhp
#, fuzzy
+msgctxt ""
+"01010100.xhp\n"
+"par_id3153159\n"
+"43\n"
+"help.text"
msgid "<ahelp hid=\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_FAX\">Type your fax number in this field.</ahelp>"
msgstr "<ahelp hid=\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_COMPANY\">ამ ველში თქვენი კომპანიის სახელი ჩაწერეთ.</ahelp>"
-#: 01010100.xhp#hd_id3150592.44.help.text
-msgctxt "01010100.xhp#hd_id3150592.44.help.text"
+#. d5P%
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"hd_id3150592\n"
+"44\n"
+"help.text"
msgid "E-mail"
msgstr ""
-#: 01010100.xhp#par_id3154942.22.help.text
+#. (@4w
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
+"par_id3154942\n"
+"22\n"
+"help.text"
msgid "<ahelp hid=\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_EMAIL\">Type your e-mail address.</ahelp> For example, my.name@my.provider.com"
msgstr ""
-#: 01010301.xhp#tit.help.text
-msgctxt "01010301.xhp#tit.help.text"
-msgid "Edit Paths"
+#. i`uC
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Chart options"
msgstr ""
-#: 01010301.xhp#hd_id3150772.1.help.text
-msgctxt "01010301.xhp#hd_id3150772.1.help.text"
-msgid "Edit Paths"
+#. 5GFL
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"hd_id3145345\n"
+"1\n"
+"help.text"
+msgid "Chart options"
msgstr ""
-#: 01010301.xhp#par_id3149762.2.help.text
-msgid "In the <emph>Edit Paths </emph>dialog, you can select some folders that are available in $[officename]."
+#. nAhH
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"par_id3149182\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"farbe\"><ahelp hid=\"\" visibility=\"visible\">Defines the general settings for charts.</ahelp></variable>"
+msgstr "<variable id=\"farbe\"><ahelp hid=\"\" visibility=\"visible\">დიაგრამებისთვის საერთო პარამეტრებს საზღვრავს.</ahelp></variable>"
+
+#. Y45!
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"tit\n"
+"help.text"
+msgid "View"
msgstr ""
-#: 01010301.xhp#hd_id3147559.3.help.text
-msgctxt "01010301.xhp#hd_id3147559.3.help.text"
-msgid "Paths"
-msgstr "გეზი"
+#. |^:_
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"bm_id3156346\n"
+"help.text"
+msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
+msgstr ""
-#: 01010301.xhp#par_id3153524.4.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXDLG_MULTIPATH:LB_MULTIPATH\">Contains a list of the paths that have already been added. Mark the default path for new files.</ahelp>"
+#. G%Xj
+#: 01040200.xhp
+#, fuzzy
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3145090\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01040200.xhp\" name=\"View\">View</link>"
+msgstr "<link href=\"text/shared/optionen/01010800.xhp\" name=\"View\">ხედი</link>"
+
+#. vs;n
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3147088\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Defines the default settings for displaying objects in your text documents and also the default settings for the window elements.</ahelp>"
msgstr ""
-#: 01010301.xhp#hd_id3148798.5.help.text
-msgctxt "01010301.xhp#hd_id3148798.5.help.text"
-msgid "Add"
+#. t~w7
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3145072\n"
+"3\n"
+"help.text"
+msgid "Snap Lines"
msgstr ""
-#: 01010301.xhp#par_id3153106.6.help.text
-msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_MULTIPATH:BTN_ADD_MULTIPATH\">Opens the <emph>Select Path</emph> dialog to select another folder or the <emph>Open</emph> dialog to select another file.</ahelp>"
+#. P[4r
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3153527\n"
+"4\n"
+"help.text"
+msgid "Specifies settings that refer to the representation of boundaries."
msgstr ""
-#: 01040400.xhp#tit.help.text
-msgctxt "01040400.xhp#tit.help.text"
-msgid "Print"
+#. :h!G
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3156346\n"
+"9\n"
+"help.text"
+msgid "Helplines While Moving"
msgstr ""
-#: 01040400.xhp#bm_id3156156.help.text
-msgid "<bookmark_value>pictures; printing</bookmark_value><bookmark_value>tables in text; printing</bookmark_value><bookmark_value>drawings; printing in text documents </bookmark_value><bookmark_value>controls; printing</bookmark_value><bookmark_value>backgrounds; printing</bookmark_value><bookmark_value>printing; elements in text documents</bookmark_value><bookmark_value>text documents; print settings</bookmark_value><bookmark_value>printing; text always in black</bookmark_value><bookmark_value>black printing in Calc</bookmark_value><bookmark_value>printing; left/right pages</bookmark_value><bookmark_value>even/odd pages;printing</bookmark_value><bookmark_value>printing; text in reverse order</bookmark_value><bookmark_value>reversing printing order</bookmark_value><bookmark_value>brochures; printing several</bookmark_value><bookmark_value>printing; brochures</bookmark_value><bookmark_value>comments; printing in text</bookmark_value><bookmark_value>printing; creating individual jobs</bookmark_value><bookmark_value>faxes;selecting a fax machine</bookmark_value>"
+#. UCOb
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3146798\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Displays snap lines around the frames when frames are moved. You can select the<emph> Helplines While Moving </emph>option to show the exact position of the object using lineal values.</ahelp>"
msgstr ""
-#: 01040400.xhp#hd_id3156414.1.help.text
-msgid "<link href=\"text/shared/optionen/01040400.xhp\" name=\"Print\">Print</link>"
-msgstr "<link href=\"text/shared/optionen/01040400.xhp\" name=\"Print\">ბეჭდვა</link>"
+#. (hxD
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3149416\n"
+"11\n"
+"help.text"
+msgid "View"
+msgstr ""
-#: 01040400.xhp#par_id3152801.2.help.text
-msgid "<ahelp hid=\"HID_OPTPRINT_PAGE\">Specifies print settings within a text or HTML document.</ahelp>"
-msgstr "<ahelp hid=\"HID_OPTPRINT_PAGE\">ტექსტში ან HTML დოკუმენტში საზღვრავს ბეჭდვის პარამეტრებს.</ahelp>"
+#. }SLR
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3155922\n"
+"12\n"
+"help.text"
+msgid "Specifies whether scrollbars and rulers are displayed."
+msgstr ""
-#: 01040400.xhp#par_id3153542.44.help.text
-msgid "The print settings defined on this tab page apply to all subsequent print jobs, until you change the settings again. If you want to change the settings for the current print job only, use the <emph>File - Print</emph> dialog."
+#. HF,L
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3145609\n"
+"13\n"
+"help.text"
+msgid "Horizontal scrollbar"
msgstr ""
-#: 01040400.xhp#hd_id3156330.3.help.text
-msgid "Contents"
-msgstr "შინაარსი"
+#. pUCC
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3154347\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_HSCROLL\">Displays the horizontal scrollbar.</ahelp>"
+msgstr ""
-#: 01040400.xhp#par_id3155628.4.help.text
-msgid "Specifies which document contents are to be printed. "
+#. /VD*
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3148663\n"
+"15\n"
+"help.text"
+msgid "Vertical scrollbar"
msgstr ""
-#: 01040400.xhp#hd_id3156156.5.help.text
-#, fuzzy
-msgid "Pictures and objects"
-msgstr "გრაფიკა და ობიექტები"
+#. 1l7;
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3150541\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_VSCROLL\">Displays the vertical scrollbar.</ahelp>"
+msgstr ""
-#: 01040400.xhp#par_id3153824.6.help.text
-#, fuzzy
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF\">Specifies whether the graphics of your text document are printed.</ahelp>"
-msgstr "<ahelp hid=\"HID_PROP_PRINTABLE\">უთითებს გსურთ თუ არა სამართავი ღილაკის ველის გამოჩენა ამობეჭდილ დოკუმენტში.</ahelp>"
+#. :PI-
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3148798\n"
+"65\n"
+"help.text"
+msgid "Ruler"
+msgstr "სახაზავი"
-#: 01040400.xhp#hd_id3153525.11.help.text
-#, fuzzy
-msgid "Form controls"
-msgstr "კურსორის მართვა"
+#. ojPI
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3154126\n"
+"66\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_ANY_RULER\">Enables the rulers. Use the following two check boxes to select the ruler(s) to be shown.</ahelp>"
+msgstr ""
-#: 01040400.xhp#par_id3158408.12.help.text
-#, fuzzy
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_CTRLFLD\">Specifies whether the form control fields of the text document are printed.</ahelp>"
-msgstr "<ahelp hid=\"HID_PROP_PRINTABLE\">უთითებს გსურთ თუ არა სამართავი ღილაკის ველის გამოჩენა ამობეჭდილ დოკუმენტში.</ahelp>"
+#. (%s0
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3159149\n"
+"17\n"
+"help.text"
+msgid "Horizontal ruler"
+msgstr "ჰორიზონტალური სახაზავი"
-#: 01040400.xhp#hd_id3153968.13.help.text
-#, fuzzy
-msgid "Page background"
-msgstr "ფონი"
+#. ./Df
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3149202\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SW_LISTBOX_TP_CONTENT_OPT_LB_HMETRIC\">Displays the horizontal ruler. Select the desired measurement unit from the corresponding list.</ahelp>"
+msgstr ""
-#: 01040400.xhp#par_id3159150.14.help.text
-msgid "<ahelp hid=\".\">Specifies whether to include colors and objects that are inserted to the background of the page (Format - Page - Background) in the printed document.</ahelp>"
+#. 2EoJ
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3153104\n"
+"19\n"
+"help.text"
+msgid "Vertical ruler"
+msgstr "ვერტიკალური სახაზავი"
+
+#. X[@(
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3147287\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SW_LISTBOX_TP_CONTENT_OPT_LB_VMETRIC\">Displays the vertical ruler. Select the desired measurement unit from the corresponding list.</ahelp>"
msgstr ""
-#: 01040400.xhp#hd_id3150868.40.help.text
-msgid "Print black"
-msgstr "სუფთად ბეჭდვა"
+#. %iK=
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3152460\n"
+"62\n"
+"help.text"
+msgid "Right-aligned"
+msgstr "მარჯვნივ გასწორებული"
-#: 01040400.xhp#par_id3149562.42.help.text
-#, fuzzy
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_BLACK_FONT\">Specifies whether to always print text in black.</ahelp>"
-msgstr "<ahelp hid=\"SCH:CHECKBOX:TP_AXIS_LABEL:CB_AXIS_LABEL_SCHOW_DESCR\">განსაზღვრავს ღერძის იარლიყის აჩვენოს თუ არა.</ahelp>"
+#. e2Ma
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3151116\n"
+"61\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_VRULER_RIGHT\">Aligns the vertical ruler with the right border.</ahelp>"
+msgstr ""
-#: 01040400.xhp#hd_id8004394.help.text
-msgctxt "01040400.xhp#hd_id8004394.help.text"
-msgid "Hidden text"
-msgstr "დამალული ტექსტი"
+#. ae@S
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3155414\n"
+"27\n"
+"help.text"
+msgid "Smooth scroll"
+msgstr "გლუვი სრიალი"
-#: 01040400.xhp#par_id2021546.help.text
-msgid "<ahelp hid=\".\">Enable this option to print text that is marked as hidden.</ahelp> The following hidden text is printed: text that is formatted as hidden by <link href=\"text/shared/01/05020200.xhp\">Format - Character - Font Effects - Hidden</link>, and the text fields <link href=\"text/swriter/01/04090003.xhp\">Hidden text and Hidden paragraphs</link>."
+#. 2\~M
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3153364\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_SMOOTH_SCROLL\">Activates the smooth page scrolling function. </ahelp> The scrolling speed depends of the area and of the color depth display."
msgstr ""
-#: 01040400.xhp#hd_id2623981.help.text
-msgid "Text placeholder"
-msgstr "ტექსტის ადგილის დამჭერი"
+#. kN\y
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3153091\n"
+"34\n"
+"help.text"
+msgid "Display"
+msgstr ""
-#: 01040400.xhp#par_id7242042.help.text
-msgid "<ahelp hid=\".\">Enable this option to print text placeholders. Disable this option to leave the text placeholders blank in the printout.</ahelp><link href=\"text/swriter/01/04090003.xhp\">Text placeholders</link> are fields."
+#. qn=7
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3154920\n"
+"35\n"
+"help.text"
+msgid "Defines which document elements are displayed."
msgstr ""
-#: 01040400.xhp#hd_id3151115.15.help.text
-msgctxt "01040400.xhp#hd_id3151115.15.help.text"
-msgid "Pages"
-msgstr "გვერდი"
+#. 1iu6
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3153143\n"
+"36\n"
+"help.text"
+msgid "Graphics and objects"
+msgstr "გრაფიკა და ობიექტები"
-#: 01040400.xhp#par_id3145365.16.help.text
-msgid "Defines the print order for $[officename] Writer documents with multiple pages."
-msgstr "მრავალგვერდიანი $[officename] Writer დოკუმენტების ამობეჭდვის თანმიმდევრობას."
+#. e`h*
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3149261\n"
+"37\n"
+"help.text"
+msgid "<variable id=\"grafikenaus\"><ahelp hid=\"SW:CHECKBOX:TP_CONTENT_OPT:CB_GRF\">Specifies whether to display graphics and objects on the screen.</ahelp></variable> If these elements are hidden, you will see empty frames as placeholders."
+msgstr ""
-#: 01040400.xhp#hd_id3150874.17.help.text
-msgid "Left pages (not for HTML documents)"
-msgstr "მარცხენა გვერდები (HTML დოკუმენტისთვის არა)"
+#. 9@~v
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3154944\n"
+"38\n"
+"help.text"
+msgid "You can also control the display of graphics through the <link href=\"text/swriter/02/18120000.xhp\" name=\"Graphics\"><emph>Graphics On/Off</emph></link> icon. If a text document is open, this icon is displayed on the <emph>Tools</emph> bar."
+msgstr ""
+
+#. mYi-
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3146898\n"
+"39\n"
+"help.text"
+msgid "If the <emph>Graphics and objects </emph>option is not selected, no graphics will be loaded from the Internet. Graphics within a table and without an indication of their size can cause display problems when using an older HTML standard on the browsed page."
+msgstr ""
-#: 01040400.xhp#par_id3149665.18.help.text
+#. B-H^
+#: 01040200.xhp
#, fuzzy
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_LEFTP\">Specifies whether to print all left (even numbered) pages of the document.</ahelp>"
-msgstr "<ahelp hid=\"HID_OPTPRINT_PAGE\">ტექსტში ან HTML დოკუმენტში საზღვრავს ბეჭდვის პარამეტრებს.</ahelp>"
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3156332\n"
+"40\n"
+"help.text"
+msgid "Tables"
+msgstr "ცხრილი"
-#: 01040400.xhp#hd_id3152885.19.help.text
-msgid "Right pages (not for HTML documents)"
-msgstr "მარჯვენა გვერდები (HTML დოკუმენტისთვის არა)"
+#. i;9(
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3154482\n"
+"41\n"
+"help.text"
+msgid "<ahelp hid=\"SW:CHECKBOX:TP_CONTENT_OPT:CB_TBL\">Displays the tables contained in your document.</ahelp>"
+msgstr ""
-#: 01040400.xhp#par_id3150103.20.help.text
+#. .JWS
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3153713\n"
+"67\n"
+"help.text"
+msgid "<ahelp hid=\".uno:TableBoundaries\">To display the table boundaries, right-click any table and choose <emph>Table Boundaries</emph>, or choose <emph>Table - Table Boundaries</emph> in a Writer document.</ahelp>"
+msgstr ""
+
+#. dMO$
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3149018\n"
+"42\n"
+"help.text"
+msgid "Drawings and controls"
+msgstr ""
+
+#. ]?5e
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3151249\n"
+"43\n"
+"help.text"
+msgid "<ahelp hid=\"SW:CHECKBOX:TP_CONTENT_OPT:CB_DRWFAST\">Displays the drawings and controls contained in your document.</ahelp>"
+msgstr ""
+
+#. VK?*
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3155937\n"
+"44\n"
+"help.text"
+msgid "Field codes"
+msgstr "ველის კოდები"
+
+#. l=mK
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3155959\n"
+"45\n"
+"help.text"
+msgid "<ahelp hid=\"SW:CHECKBOX:TP_CONTENT_OPT:CB_FIELD\">Displays the field names in the document instead of the contents of the fields.</ahelp> You can also choose <link href=\"text/swriter/01/03090000.xhp\" name=\"View - Fields\"><emph>View - Fields</emph></link> in a text document."
+msgstr ""
+
+#. /Fcc
+#: 01040200.xhp
#, fuzzy
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_RIGHTP\">Specifies whether to print all right (odd numbered) pages of the document.</ahelp>"
-msgstr "<ahelp hid=\"HID_OPTPRINT_PAGE\">ტექსტში ან HTML დოკუმენტში საზღვრავს ბეჭდვის პარამეტრებს.</ahelp>"
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3150647\n"
+"46\n"
+"help.text"
+msgid "Comments"
+msgstr "შინაარსი"
-#: 01040400.xhp#hd_id3148577.21.help.text
-msgid "Reversed"
-msgstr "შებრუნებული"
+#. GdPZ
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3159335\n"
+"47\n"
+"help.text"
+msgid "<ahelp hid=\"SW:CHECKBOX:TP_CONTENT_OPT:CB_POSTIT\">Displays comments. Click a comment to edit the text. Use the context menu in Navigator to locate or delete a comment. Use the comments's context menu to delete this comment or all comments or all comments of this author.</ahelp>"
+msgstr ""
-#: 01040400.xhp#par_id3150486.22.help.text
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_REVERSE\">Specifies whether to reverse the printing order. The last page of the document will then be the first one printed.</ahelp>"
+#. EmT(
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3147001\n"
+"63\n"
+"help.text"
+msgid "Settings (for HTML document only)"
msgstr ""
-#: 01040400.xhp#hd_id3147318.23.help.text
-msgctxt "01040400.xhp#hd_id3147318.23.help.text"
-msgid "Brochure"
+#. Tt:d
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"hd_id3149926\n"
+"58\n"
+"help.text"
+msgid "Measurement unit (for HTML document only)"
msgstr ""
-#: 01040400.xhp#par_id3155417.24.help.text
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PROSPECT\">Select the<emph> Brochure </emph>option to print your document in brochure format.</ahelp> The brochure format is as follows in $[officename] Writer:"
+#. a]U?
+#: 01040200.xhp
+msgctxt ""
+"01040200.xhp\n"
+"par_id3154716\n"
+"59\n"
+"help.text"
+msgid "<ahelp hid=\"SW_LISTBOX_TP_CONTENT_OPT_LB_METRIC\">Specifies the <link href=\"text/shared/00/00000003.xhp#metrik\" name=\"Unit\">Unit</link> for HTML documents.</ahelp>"
msgstr ""
-#: 01040400.xhp#par_id3149410.25.help.text
-msgid "If you print a document in portrait on a landscape page, two opposing sides in a brochure will be printed next to each other. If you have a printer with double-sided printing capability, you can create an entire brochure from your document without having to collate the pages later. If you have a printer that only has single-sided printing capability, you can achieve this effect by first printing the front pages with the \"Front sides / right pages /odd pages\" option marked, then re-inserting the entire paper stack in your printer and printing all the back pages with the \"Back pages / left pages / even pages\" option marked."
+#. lA*F
+#: 01160200.xhp
+msgctxt ""
+"01160200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Registered Databases"
msgstr ""
-#: 01040400.xhp#hd_id9475386.help.text
-msgid "Right to left"
+#. [VZp
+#: 01160200.xhp
+msgctxt ""
+"01160200.xhp\n"
+"par_idN10551\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01160200.xhp\">Databases</link>"
+msgstr "<link href=\"text/shared/optionen/01160200.xhp\">მონაცემთა ბაზები</link>"
+
+#. !c8h
+#: 01160200.xhp
+msgctxt ""
+"01160200.xhp\n"
+"par_idN10561\n"
+"help.text"
+msgid "Add, modify, or remove entries to the list of registered databases. You must register a database within %PRODUCTNAME in order to see it in the <emph>View - Data sources</emph> window."
msgstr ""
-#: 01040400.xhp#par_id7894222.help.text
-msgid "<ahelp hid=\".\">Check to print the pages of the brochure in the correct order for a right-to-left script.</ahelp>"
+#. 7Pd$
+#: 01160200.xhp
+msgctxt ""
+"01160200.xhp\n"
+"par_idN1058E\n"
+"help.text"
+msgid "Registered Databases"
+msgstr ""
+
+#. c}ip
+#: 01160200.xhp
+msgctxt ""
+"01160200.xhp\n"
+"par_idN10592\n"
+"help.text"
+msgid "<ahelp hid=\"35535\">Lists the registered name and database file of all registered databases. Double-click an entry to edit.</ahelp>"
msgstr ""
-#: 01040400.xhp#hd_id3149300.26.help.text
+#. 5rY+
+#: 01160200.xhp
+msgctxt ""
+"01160200.xhp\n"
+"par_idN10595\n"
+"help.text"
+msgid "New"
+msgstr ""
+
+#. aMub
+#: 01160200.xhp
+msgctxt ""
+"01160200.xhp\n"
+"par_idN10599\n"
+"help.text"
+msgid "<ahelp hid=\"809226765\">Opens the <link href=\"text/shared/optionen/01160201.xhp\">Database Link</link> dialog to create a new entry.</ahelp>"
+msgstr ""
+
+#. sNbU
+#: 01160200.xhp
+msgctxt ""
+"01160200.xhp\n"
+"par_idN105AA\n"
+"help.text"
+msgid "Delete"
+msgstr ""
+
+#. +1O.
+#: 01160200.xhp
+msgctxt ""
+"01160200.xhp\n"
+"par_idN105AE\n"
+"help.text"
+msgid "<ahelp hid=\"809226770\">Removes the selected entry from the list.</ahelp>"
+msgstr "<ahelp hid=\"809226770\">მონიშნულ ჩანაწერს სიიდან შლის.</ahelp>"
+
+#. Y=kK
+#: 01160200.xhp
+msgctxt ""
+"01160200.xhp\n"
+"par_idN105B1\n"
+"help.text"
+msgid "Edit"
+msgstr ""
+
+#. ^m$1
+#: 01160200.xhp
+msgctxt ""
+"01160200.xhp\n"
+"par_idN105B5\n"
+"help.text"
+msgid "<ahelp hid=\"809226766\">Opens the <link href=\"text/shared/optionen/01160201.xhp\">Database Link</link> dialog to edit the selected entry.</ahelp>"
+msgstr ""
+
+#. vS=;
+#: 01060800.xhp
+msgctxt ""
+"01060800.xhp\n"
+"tit\n"
+"help.text"
+msgid "Compatibility"
+msgstr "თავსებადობა"
+
+#. QbhE
+#: 01060800.xhp
+msgctxt ""
+"01060800.xhp\n"
+"bm_id4249399\n"
+"help.text"
+msgid "<bookmark_value>compatibility settings;key bindings (Calc)</bookmark_value>"
+msgstr ""
+
+#. nKFV
+#: 01060800.xhp
#, fuzzy
-msgctxt "01040400.xhp#hd_id3149300.26.help.text"
-msgid "Comments"
-msgstr "შინაარსი"
+msgctxt ""
+"01060800.xhp\n"
+"hd_id3145071\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01060800.xhp\" name=\"Compatibility\">Compatibility</link>"
+msgstr "<link href=\"text/shared/optionen/01010800.xhp\" name=\"View\">ხედი</link>"
-#: 01040400.xhp#par_id3151320.29.help.text
-msgid "<ahelp hid=\".\">Specifies whether comments in your document are printed.</ahelp>"
+#. V7)\
+#: 01060800.xhp
+msgctxt ""
+"01060800.xhp\n"
+"par_id3147576\n"
+"help.text"
+msgid "<ahelp hid=\".\">Defines compatibility options for %PRODUCTNAME Calc.</ahelp>"
msgstr ""
-#: 01040400.xhp#hd_id3148916.45.help.text
-msgid "Other"
-msgstr "სხვა"
+#. o;,;
+#: 01060800.xhp
+msgctxt ""
+"01060800.xhp\n"
+"hd_id3149399\n"
+"help.text"
+msgid "Key bindings"
+msgstr ""
-#: 01040400.xhp#hd_id4188055.help.text
-msgid "Print automatically inserted blank pages"
+#. hz:k
+#: 01060800.xhp
+msgctxt ""
+"01060800.xhp\n"
+"par_id3155419\n"
+"help.text"
+msgid "The following table shows what actions are associated with what key bindings for the two key binding types (<emph>Default</emph> and <emph>OpenOffice.org legacy</emph>):"
msgstr ""
-#: 01040400.xhp#par_id8295541.help.text
-msgid "<ahelp hid=\".\">If this option is enabled, automatically-inserted blank pages are being printed. This is best if you are printing double-sided. For example, in a book, a \"chapter\" paragraph style has been 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 print that even numbered page or not.</ahelp>"
+#. *_mz
+#: 01060800.xhp
+msgctxt ""
+"01060800.xhp\n"
+"par_id3154365\n"
+"help.text"
+msgid "Key binding"
msgstr ""
-#: 01040400.xhp#hd_id3145642.47.help.text
-msgid "Create single print jobs"
-msgstr "ცალი საბეჭდი სამუშაოს შექმნა"
+#. ~1Ar
+#: 01060800.xhp
+msgctxt ""
+"01060800.xhp\n"
+"par_id3154366\n"
+"help.text"
+msgid "Default"
+msgstr ""
-#: 01040400.xhp#par_id3147338.48.help.text
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_SINGLEJOBS\">Specifies that each new print job will begin on a new page even if you are using a duplex printer.</ahelp> If this field is not checked then it is possible that the first page of the second copy is printed on the reverse side of the last page of the first copy, especially if there are an odd number of pages."
+#. N_`h
+#: 01060800.xhp
+msgctxt ""
+"01060800.xhp\n"
+"par_id3145606\n"
+"help.text"
+msgid "OpenOffice.org legacy"
msgstr ""
-#: 01040400.xhp#hd_id3156384.41.help.text
-msgctxt "01040400.xhp#hd_id3156384.41.help.text"
-msgid "Paper tray from printer settings"
+#. E?/w
+#: 01060800.xhp
+msgctxt ""
+"01060800.xhp\n"
+"par_id3149202\n"
+"help.text"
+msgid "Backspace"
msgstr ""
-#: 01040400.xhp#par_id3146316.37.help.text
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PAPERFROMSETUP\">For printers with multiple trays, the \"Paper tray from printer settings\" option specifies whether the paper tray used is specified by the system settings of the printer.</ahelp>"
+#. p`sq
+#: 01060800.xhp
+msgctxt ""
+"01060800.xhp\n"
+"par_id3151041\n"
+"help.text"
+msgid "delete contents"
msgstr ""
-#: 01040400.xhp#hd_id3147362.38.help.text
-msgctxt "01040400.xhp#hd_id3147362.38.help.text"
-msgid "Fax"
+#. 8\08
+#: 01060800.xhp
+msgctxt ""
+"01060800.xhp\n"
+"par_id3159149\n"
+"help.text"
+msgid "delete"
msgstr ""
-#: 01040400.xhp#par_id3154703.39.help.text
-msgid "<ahelp hid=\"SW:LISTBOX:TP_OPTPRINT_PAGE:LB_FAX\">If you have installed fax software on your computer and wish to fax directly from the text document, select the desired fax machine.</ahelp>"
+#. Em@l
+#: 01060800.xhp
+msgctxt ""
+"01060800.xhp\n"
+"par_id3159254\n"
+"help.text"
+msgid "Delete"
msgstr ""
-#: 01012000.xhp#tit.help.text
-msgid "Appearance"
-msgstr "იერსახე"
+#. 8,j^
+#: 01060800.xhp
+msgctxt ""
+"01060800.xhp\n"
+"par_id3147317\n"
+"help.text"
+msgid "delete"
+msgstr ""
-#: 01012000.xhp#bm_id3153527.help.text
-msgid "<bookmark_value>colors; appearance</bookmark_value><bookmark_value>options; appearance</bookmark_value><bookmark_value>appearance options</bookmark_value>"
+#. KR8T
+#: 01060800.xhp
+msgctxt ""
+"01060800.xhp\n"
+"par_id3147348\n"
+"help.text"
+msgid "delete contents"
msgstr ""
-#: 01012000.xhp#hd_id3153527.1.help.text
-msgid "<link href=\"text/shared/optionen/01012000.xhp\" name=\"Appearance\">Appearance</link>"
-msgstr "<link href=\"text/shared/optionen/01012000.xhp\" name=\"Appearance\">იერსახე</link>"
+#. o4i3
+#: 01060800.xhp
+msgctxt ""
+"01060800.xhp\n"
+"par_id3154918\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+D"
+msgstr ""
-#: 01012000.xhp#par_id3145120.2.help.text
-msgid "<ahelp hid=\".\">Sets the colors for the $[officename] user interface.</ahelp> You can save the current settings as color scheme and load them later."
+#. N.9$
+#: 01060800.xhp
+msgctxt ""
+"01060800.xhp\n"
+"par_id3153573\n"
+"help.text"
+msgid "fill down"
msgstr ""
-#: 01012000.xhp#hd_id3154046.3.help.text
-msgid "Color scheme"
-msgstr "ფერთა სქემა"
+#. i;-A
+#: 01060800.xhp
+msgctxt ""
+"01060800.xhp\n"
+"par_id3154319\n"
+"help.text"
+msgid "data select"
+msgstr ""
-#: 01012000.xhp#par_id3152349.4.help.text
-msgid "Save and delete color schemes."
-msgstr "ფერთა სქემის შენახვა და წაშლა."
+#. F7Eg
+#: 01060800.xhp
+msgctxt ""
+"01060800.xhp\n"
+"par_id3154919\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Down Arrow"
+msgstr ""
-#: 01012000.xhp#hd_id3153252.5.help.text
-msgctxt "01012000.xhp#hd_id3153252.5.help.text"
-msgid "Scheme"
+#. #JJy
+#: 01060800.xhp
+msgctxt ""
+"01060800.xhp\n"
+"par_id3153574\n"
+"help.text"
+msgid "data select"
msgstr ""
-#: 01012000.xhp#par_id3153541.6.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_COLORCONFIG_LB_COLORSCHEME\">Selects the color scheme you want to use.</ahelp>"
+#. $-8]
+#: 01060800.xhp
+msgctxt ""
+"01060800.xhp\n"
+"par_id3154310\n"
+"help.text"
+msgid "increase row height"
msgstr ""
-#: 01012000.xhp#hd_id3153665.7.help.text
-msgctxt "01012000.xhp#hd_id3153665.7.help.text"
-msgid "Save"
+#. 6UUQ
+#: 01060800.xhp
+msgctxt ""
+"01060800.xhp\n"
+"par_id3153310\n"
+"help.text"
+msgid "Where the actions are:"
msgstr ""
-#: 01012000.xhp#par_id3145609.8.help.text
-msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXPAGE_COLORCONFIG_PB_SAVESCHEME\">Saves the current settings as a color scheme that you can reload later.</ahelp> The name is added to the <emph>Scheme</emph> box."
+#. \cO=
+#: 01060800.xhp
+msgctxt ""
+"01060800.xhp\n"
+"par_id3156155\n"
+"help.text"
+msgid "<emph>delete contents</emph> - launch the Delete Contents dialog."
msgstr ""
-#: 01012000.xhp#hd_id3149669.9.help.text
-msgid "Name of color scheme"
-msgstr "ფერთა სქემის სახელი"
+#. :S8K
+#: 01060800.xhp
+msgctxt ""
+"01060800.xhp\n"
+"par_id3147530\n"
+"help.text"
+msgid "<emph>delete</emph> - immediately delete the cell content, without the dialog."
+msgstr ""
-#: 01012000.xhp#par_id3159413.10.help.text
-msgid "<ahelp hid=\"HID_OPTIONS_COLORCONFIG_NAME_SCHEME\">Enter a name for the color scheme.</ahelp>"
+#. [ODS
+#: 01060800.xhp
+msgctxt ""
+"01060800.xhp\n"
+"par_id3153061\n"
+"help.text"
+msgid "<emph>fill down</emph> - fill cell content downward within selection."
msgstr ""
-#: 01012000.xhp#hd_id3152811.11.help.text
-msgctxt "01012000.xhp#hd_id3152811.11.help.text"
-msgid "Delete"
+#. cVIv
+#: 01060800.xhp
+msgctxt ""
+"01060800.xhp\n"
+"par_id3154760\n"
+"help.text"
+msgid "<emph>data select</emph> - launch the Selection List dialog."
msgstr ""
-#: 01012000.xhp#par_id3150400.12.help.text
-msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXPAGE_COLORCONFIG_PB_DELETESCHEME\">Deletes the color scheme shown in the <emph>Scheme</emph> box. You cannot delete the Default scheme.</ahelp>"
+#. H~gt
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"tit\n"
+"help.text"
+msgid "General"
msgstr ""
-#: 01012000.xhp#hd_id3148672.13.help.text
-msgctxt "01012000.xhp#hd_id3148672.13.help.text"
-msgid "Scheme"
+#. ,=?N
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"bm_id3149295\n"
+"help.text"
+msgid "<bookmark_value>presentations; starting with wizard</bookmark_value><bookmark_value>objects; always moveable (Impress/Draw)</bookmark_value><bookmark_value>distorting in drawings</bookmark_value><bookmark_value>spacing; tabs in presentations</bookmark_value><bookmark_value>tab stops; spacing in presentations</bookmark_value><bookmark_value>text objects; in presentations and drawings</bookmark_value>"
msgstr ""
-#: 01012000.xhp#par_id3149204.14.help.text
-msgid "<ahelp hid=\"HID_OPTIONS_COLORCONFIG_COLORLIST_WIN\">Select the colors for the user interface elements.</ahelp>"
+#. ETKg
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"hd_id3143270\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01070500.xhp\" name=\"General\">General</link>"
+msgstr "<link href=\"text/shared/optionen/01070500.xhp\" name=\"General\">ზოგადი</link>"
+
+#. p_u6
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"par_id3149578\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SD_OPTIONS_MISC\">Defines the general options for drawing or presentation documents.</ahelp>"
msgstr ""
-#: 01012000.xhp#par_id3150769.15.help.text
-msgid "To apply a color to a user interface element, ensure that the checkbox in front of the name is marked. To hide a user interface element, clear the check box."
+#. ]DpU
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"hd_id3144511\n"
+"3\n"
+"help.text"
+msgid "Text objects"
+msgstr "ტექსტური ობიექტები"
+
+#. s!|,
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"hd_id3149295\n"
+"5\n"
+"help.text"
+msgid "Allow quick editing"
+msgstr "სწრაფი რედაქტირტების ნების დართვა"
+
+#. HS$[
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"par_id3148947\n"
+"6\n"
+"help.text"
+msgid "<variable id=\"schnellbearb\"><ahelp hid=\".\">If on, you can edit text immediately after clicking a text object. If off, you must double-click to edit text.</ahelp></variable>"
msgstr ""
-#: 01012000.xhp#par_id3155430.18.help.text
-msgid "Some user interface elements cannot be hidden."
-msgstr "მომხმარებლის ინტერფეისის ზოგი ელემენტის დამალვა შეუძლებელია."
+#. B_2p
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"par_id3154138\n"
+"28\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"CHART\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline>In a presentation or drawing document, you can also activate the text editing mode through the <emph>Allow Quick Editing</emph> <link href=\"text/simpress/02/13180000.xhp\" name=\"icon\">icon</link> in the <emph>Option</emph> bar.</defaultinline></switchinline>"
+msgstr ""
-#: 01012000.xhp#par_id3145365.20.help.text
-msgid "In order to enhance cursor visibility, if the user sets the application background color between 40% and 60% gray, it is automatically changed to 40% gray."
+#. dgD?
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"hd_id3154686\n"
+"7\n"
+"help.text"
+msgid "Only text area selectable"
+msgstr "მხოლოდ ტექსტის არეა მონიშვნადი"
+
+#. 3/4E
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"par_id3149808\n"
+"8\n"
+"help.text"
+msgid "<variable id=\"textbereich\"><ahelp hid=\".uno:PickThrough\">Specifies whether to select a text frame by clicking the text.</ahelp></variable>"
msgstr ""
-#: 01012000.xhp#par_id3153144.16.help.text
-msgid "The <emph>Automatic</emph> color setting changes the user interface element to the preset color from the color scheme."
+#. CW.%
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"par_id3155431\n"
+"23\n"
+"help.text"
+msgid "<variable id=\"textbereich2\">In the area of the text frame that is not filled with text, an object behind the text frame can be selected.</variable>"
msgstr ""
-#: 01012000.xhp#par_id3154921.17.help.text
-msgid "The color settings for \"Visited links\" and \"Unvisited links\" only apply to documents created after the settings are applied."
+#. !Zh(
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"par_id3153367\n"
+"29\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"CHART\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline>In a presentation or drawing document, you can also activate this mode through the<emph> Select Text Area Only </emph><link href=\"text/simpress/02/13190000.xhp\" name=\"icon\">icon</link> in the <emph>Option</emph> bar.</defaultinline></switchinline>"
msgstr ""
-#: 01140000.xhp#tit.help.text
-msgid "Languages"
-msgstr "ენები"
+#. :OPV
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"hd_id3155308\n"
+"9\n"
+"help.text"
+msgid "New document (only in presentations)"
+msgstr "ახალი დოკუმენტი (მხოლოდ პრეზენტაციებში)"
-#: 01140000.xhp#bm_id3154751.help.text
-msgid "<bookmark_value>languages; locale settings</bookmark_value> <bookmark_value>locale settings</bookmark_value> <bookmark_value>Asian languages; enabling</bookmark_value> <bookmark_value>languages; Asian support</bookmark_value> <bookmark_value>complex text layout; enabling</bookmark_value> <bookmark_value>Arabic;language settings</bookmark_value> <bookmark_value>Hebrew;language settings</bookmark_value> <bookmark_value>Thai;language settings</bookmark_value> <bookmark_value>Hindi;language settings</bookmark_value> <bookmark_value>decimal separator key</bookmark_value>"
+#. [C_N
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"hd_id3146986\n"
+"30\n"
+"help.text"
+msgid "Start with Wizard"
+msgstr "ოსტატი გაშვება"
+
+#. ]ZyG
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"par_id3148646\n"
+"31\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:TP_OPTIONS_MISC:CBX_START_WITH_TEMPLATE\">Specifies whether to activate the Wizard when opening a presentation with <emph>File - New - Presentation</emph>.</ahelp>"
msgstr ""
-#: 01140000.xhp#hd_id3151299.1.help.text
-msgid "<link href=\"text/shared/optionen/01140000.xhp\" name=\"Languages\">Languages</link>"
-msgstr "<link href=\"text/shared/optionen/01140000.xhp\" name=\"Languages\">ენები</link>"
+#. 8myG
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"hd_id3154638\n"
+"13\n"
+"help.text"
+msgid "Settings"
+msgstr ""
-#: 01140000.xhp#par_id3148520.2.help.text
-msgid "<ahelp hid=\".\">Defines the default languages and some other locale settings for documents.</ahelp>"
+#. +7ZX
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"hd_id3146120\n"
+"15\n"
+"help.text"
+msgid "Use background cache"
+msgstr "ფონური ქეშის გამოყენება"
+
+#. g*HB
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"par_id3152940\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:TP_OPTIONS_MISC:CBX_MASTERPAGE_CACHE\">Specifies whether to use the cache for displaying objects on the master page.</ahelp> This speeds up the display. Unmark the <emph>Use background cache</emph> option if you want to display changing contents on the master page."
msgstr ""
-#: 01140000.xhp#hd_id3156042.21.help.text
-msgid "Language of"
-msgstr "ენა"
+#. ]K|z
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"hd_id3147428\n"
+"17\n"
+"help.text"
+msgid "Copy when moving"
+msgstr "გადატანისას ასლი"
-#: 01140000.xhp#par_idN10681.help.text
-msgid "User interface"
-msgstr "მომხმარებლის ინტერფეისი"
+#. 4@O1
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"par_id3154730\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\".\">If enabled, a copy is created when you move an object while holding down the Ctrl key (Mac: Command key).</ahelp> The same will apply for rotating and resizing the object. The original object will remain in its current position and size."
+msgstr ""
-#: 01140000.xhp#par_idN10685.help.text
-msgid "<ahelp hid=\".\">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.</ahelp>"
+#. E%Y*
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"hd_id3148457\n"
+"19\n"
+"help.text"
+msgid "Objects always moveable"
+msgstr "ობიექტი ყოველთვის მოძრავია"
+
+#. gB6n
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"par_id3149413\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:TP_OPTIONS_MISC:CBX_MARKED_HIT_MOVES_ALWAYS\">Specifies that you want to move an object with the <emph>Rotate</emph> tool enabled. If<emph> Object always moveable </emph>is not marked, the <emph>Rotate</emph> tool can only be used to rotate an object.</ahelp>"
msgstr ""
-#: 01140000.xhp#par_id0125201009445727.help.text
-msgid "The \"Default\" entry selects the language of the user interface for the operating system. If this language is not available in the %PRODUCTNAME installation, the language of the %PRODUCTNAME installation is the default language."
+#. }0Sn
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"hd_id3154512\n"
+"21\n"
+"help.text"
+msgid "Do not distort objects in curve (only in drawings)"
msgstr ""
-#: 01140000.xhp#hd_id3154751.22.help.text
-msgid "Locale setting"
-msgstr "ლოკალური პარამეტრები"
+#. #X?r
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"par_id3154270\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:TP_OPTIONS_MISC:CBX_CROOK_NO_CONTORTION\">Maintains relative alignment of Bézier points and 2D drawing objects to each other when you distort the object.</ahelp>"
+msgstr ""
-#: 01140000.xhp#par_id3157958.23.help.text
-msgid "<ahelp hid=\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_LOCALESETTING\">Specifies the locale setting of the country setting. This influences settings for numbering, currency and units of measure.</ahelp>"
+#. pJO?
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"hd_id3154163\n"
+"32\n"
+"help.text"
+msgid "Unit of measurement"
+msgstr "განზომილების ერთეული"
+
+#. l=i.
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"par_id3155066\n"
+"33\n"
+"help.text"
+msgid "<ahelp hid=\"SD_LISTBOX_TP_OPTIONS_MISC_LB_METRIC\">Determines the <link href=\"text/shared/00/00000003.xhp#metrik\" name=\"Unit of measurement\">Unit of measurement</link> for presentations.</ahelp>"
msgstr ""
-#: 01140000.xhp#par_id0125201009445950.help.text
-msgid "The \"Default\" entry selects the locale setting that is selected for the operating system."
+#. `7%@
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"hd_id3152960\n"
+"34\n"
+"help.text"
+msgid "Tab stops"
msgstr ""
-#: 01140000.xhp#par_id3156410.27.help.text
-msgid "A change in this field is immediately applicable. However, some formats that were formatted by default change only if the document is newly loaded."
+#. A4*G
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"par_id3155443\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\"SD_METRICFIELD_TP_OPTIONS_MISC_MTR_FLD_TABSTOP\">Defines the spacing between tab stops.</ahelp>"
msgstr ""
-#: 01140000.xhp#par_idN106DE.help.text
-msgid "Decimal separator key - Same as locale setting"
+#. 6am|
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"hd_id3156383\n"
+"24\n"
+"help.text"
+msgid "Start presentation (only in presentations)"
+msgstr "პრეზენტაციის გაშვება (მხოლოდ პრეზენტაციებში)"
+
+#. Hs2q
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"hd_id3155902\n"
+"26\n"
+"help.text"
+msgid "Always with current page"
+msgstr "ყოველთვის მიმდინარე გვერდით"
+
+#. )s9h
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"par_id3155962\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:TP_OPTIONS_MISC:CBX_START_WITH_ACTUAL_PAGE\">Specifies that you always want a presentation to start with the current slide.</ahelp> Unmark<emph> Always with current page</emph> to always start a presentation with the first page."
msgstr ""
-#: 01140000.xhp#par_idN106E2.help.text
-msgid "<ahelp hid=\".\">Specifies to use the decimal separator key that is set in your system when you press the respective key on the number pad.</ahelp>"
+#. 5Kry
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"hd_id3163806\n"
+"41\n"
+"help.text"
+msgid "Scale (only in drawings)"
msgstr ""
-#: 01140000.xhp#par_idN106F1.help.text
-msgid "If this checkbox is activated, the character shown after \"Same as locale setting\" is inserted when you press the key on the number pad. If this checkbox is not activated, the character that your keyboard driver software provides is inserted."
+#. ZYo[
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"hd_id3145147\n"
+"43\n"
+"help.text"
+msgid "Drawing scale"
msgstr ""
-#: 01140000.xhp#hd_id3147209.24.help.text
-msgid "Default currency"
-msgstr "ნაგულისხმევი ვალუტა"
+#. %[E5
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"par_id3153965\n"
+"42\n"
+"help.text"
+msgid "<ahelp hid=\"SD_COMBOBOX_TP_OPTIONS_MISC_CB_SCALE\">Determines the drawing scale on the rulers.</ahelp>"
+msgstr ""
-#: 01140000.xhp#par_id3145120.25.help.text
-msgid "<ahelp hid=\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_CURRENCY\">Specifies the default currency that is used for the currency format and the currency fields.</ahelp> If you change the locale setting, the default currency changes automatically."
+#. T2PA
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"hd_id3155177\n"
+"36\n"
+"help.text"
+msgid "Compatibility (document specific settings)"
+msgstr "თავსებადობა (დოკუმენტით განსაზღვრული პარამეტრები)"
+
+#. hc[J
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"par_id3155608\n"
+"44\n"
+"help.text"
+msgid "The settings in this area are valid for the current document only."
msgstr ""
-#: 01140000.xhp#par_id3148491.29.help.text
-msgid "The default entry applies to the currency format that is assigned to the selected locale setting."
+#. M]d,
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"hd_id3145790\n"
+"38\n"
+"help.text"
+msgid "Add spacing between paragraphs in the current document"
msgstr ""
-#: 01140000.xhp#par_id3157909.26.help.text
-msgid "A change in <emph>Default currency</emph> field will be transmitted to all open documents and will lead to corresponding changes in the dialogs and icons that control the currency format in these documents."
+#. R+Sb
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"par_id3145768\n"
+"39\n"
+"help.text"
+msgid "<ahelp hid=\"SD_CHECKBOX_TP_OPTIONS_MISC_CB_MERGE_PARA_DIST\">Specifies that $[officename] Impress calculates the paragraph spacing exactly like Microsoft PowerPoint.</ahelp>"
msgstr ""
-#: 01140000.xhp#hd_id3153127.5.help.text
-msgid "Default languages for documents"
-msgstr "დოკუმენტის ნაგულისხმევი ენა"
+#. Lz{5
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"par_id3146135\n"
+"40\n"
+"help.text"
+msgid "Microsoft PowerPoint adds the bottom spacing of a paragraph to the top spacing of the next paragraph to calculate the total spacing between both paragraphs. $[officename] Impress utilizes only the larger of the two spacings."
+msgstr ""
-#: 01140000.xhp#par_id3149763.6.help.text
-msgid "Specifies the languages for spellchecking, thesaurus and hyphenation."
+#. QC-/
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"tit\n"
+"help.text"
+msgid "VBA Properties"
+msgstr "VBA პარამეტრები"
+
+#. {dRH
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"bm_id3155805\n"
+"help.text"
+msgid "<bookmark_value>Microsoft Office; importing/exporting VBA code</bookmark_value> <bookmark_value>importing; Microsoft Office documents with VBA code</bookmark_value> <bookmark_value>exporting; Microsoft Office documents with VBA code</bookmark_value> <bookmark_value>loading; Microsoft Office documents with VBA code</bookmark_value> <bookmark_value>saving; VBA code in Microsoft Office documents</bookmark_value> <bookmark_value>VBA code; loading/saving documents with VBA code</bookmark_value> <bookmark_value>Visual Basic for Applications; loading/saving documents with VBA code</bookmark_value>"
msgstr ""
-#: 01140000.xhp#par_id3148663.8.help.text
-msgid "The spellcheck for the selected language only functions when you have installed the corresponding language module. <embedvar href=\"text/shared/optionen/01010401.xhp#sprachenfeld\"/> "
+#. B:YH
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"hd_id3143267\n"
+"20\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01130100.xhp\" name=\"VBA Properties\">VBA Properties</link>"
+msgstr "<link href=\"text/shared/optionen/01130100.xhp\" name=\"VBA Properties\">VBA პარამეტრები</link>"
+
+#. Ov=\
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"par_id3150443\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the general properties for loading and saving Microsoft Office documents with VBA (Visual Basic for Applications) code.</ahelp>"
msgstr ""
-#: 01140000.xhp#hd_id3151210.9.help.text
-msgid "Western"
-msgstr "დასავლური"
+#. ()P$
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"hd_id3145582\n"
+"3\n"
+"help.text"
+msgid "Microsoft Word 97/2000/XP"
+msgstr "Microsoft Word 97/2000"
-#: 01140000.xhp#par_id3153192.10.help.text
-msgid "<ahelp hid=\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_WEST_LANG\">Specifies the language used for the spellcheck function in western alphabets.</ahelp>"
+#. y~%c
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"par_id3149762\n"
+"4\n"
+"help.text"
+msgid "Select the settings for Microsoft Word documents."
msgstr ""
-#: 01140000.xhp#hd_id3156422.11.help.text
-msgid "Asian"
-msgstr "აზიური"
+#. Unu/
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"hd_id3155420\n"
+"5\n"
+"help.text"
+msgid "Load Basic code"
+msgstr ""
-#: 01140000.xhp#par_id3159149.12.help.text
-msgid "<ahelp hid=\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_ASIAN_LANG\">Specifies the language used for the spellcheck function in Asian alphabets.</ahelp>"
+#. X3h%
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"par_id3159399\n"
+"6\n"
+"help.text"
+msgid "<variable id=\"codetext\"><ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_MSFILTEROPT:CB_WBAS_CODE\">Loads and saves the Basic code from a Microsoft document as a special $[officename] Basic module with the document. The disabled Microsoft Basic code is visible in the $[officename] Basic IDE between <emph>Sub</emph> and <emph>End Sub</emph>.</ahelp> You can edit the code. When saving the document in $[officename] format, the Basic code is saved as well. When saving in another format, the Basic code from the $[officename] Basic IDE is not saved. </variable>"
msgstr ""
-#: 01140000.xhp#hd_id3158407.31.help.text
-msgid "CTL"
-msgstr "CTL"
+#. K%dr
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"hd_id3153824\n"
+"7\n"
+"help.text"
+msgid "Save original Basic code"
+msgstr ""
-#: 01140000.xhp#par_id3156212.32.help.text
-msgid "<ahelp hid=\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_COMPLEX_LANG\">Specifies the language for the complex text layout spellcheck.</ahelp>"
+#. ]+3V
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"par_id3150084\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_MSFILTEROPT:CB_WBAS_STG\">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 $[officename]. When saving the document in Microsoft format the Microsoft Basic is saved again with the code in an unchanged form.</ahelp>"
msgstr ""
-#: 01140000.xhp#hd_id3149807.15.help.text
-msgid "For the current document only"
-msgstr "მხოლოდ მიმდინარე დოკუმენტისთვის"
+#. zMAi
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"par_id3153088\n"
+"17\n"
+"help.text"
+msgid "When saving in another format than Microsoft Format, the Microsoft Basic Code is not saved. For example, if the document contains Microsoft Basic Code and you save it in $[officename] format, you will be warned that the Microsoft Basic Code will not be saved."
+msgstr ""
-#: 01140000.xhp#par_id3155432.16.help.text
-msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_CURRENT_DOC\">Specifies that the settings for default languages are valid only for the current document.</ahelp>"
+#. jJ(;
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"par_id3151246\n"
+"18\n"
+"help.text"
+msgid "The <emph>Save original Basic code</emph> checkbox takes precedence over the <emph>Load Basic code</emph> check box. If both boxes are marked and you edit the disabled Basic Code in the $[officename] Basic IDE, the original Microsoft Basic code will be saved when saving in the Microsoft format. A message appears to inform you of this."
msgstr ""
-#: 01140000.xhp#hd_id3156441.17.help.text
-msgid "Enhanced language support"
-msgstr "ენის მხარდაჭერა ჩართულია"
+#. t@l\
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"par_id3148946\n"
+"19\n"
+"help.text"
+msgid "To remove any possible Microsoft Basic macro viruses from the Microsoft document, unmark the <emph>Save Original Basic Code </emph>check box and save the document in Microsoft format. The document will be saved without the Microsoft Basic code."
+msgstr ""
-#: 01140000.xhp#hd_id3148575.19.help.text
-msgid "Enabled for Asian languages"
-msgstr "აზიური ენებისთვის ჩართულია"
+#. 6qIy
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"hd_id3154924\n"
+"9\n"
+"help.text"
+msgid "Microsoft Excel 97/2000/XP"
+msgstr "Microsoft Excel 97/2000"
-#: 01140000.xhp#par_id3145748.20.help.text
-msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_ASIANSUPPORT\">Activates Asian languages support. You can now modify the corresponding Asian language settings in <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
+#. AGWB
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"par_id3149457\n"
+"10\n"
+"help.text"
+msgid "Specifies the settings for documents in Microsoft Excel."
msgstr ""
-#: 01140000.xhp#par_id3152938.18.help.text
-msgid "If you want to write in Chinese, Japanese or Korean, you can activate the support for these languages in the user interface."
+#. c3#5
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"hd_id3154072\n"
+"11\n"
+"help.text"
+msgid "Load Basic code"
msgstr ""
-#: 01140000.xhp#hd_id3146147.33.help.text
-msgid "Enabled for complex text layout (CTL)"
+#. C`ec
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"hd_id0523200811475727\n"
+"help.text"
+msgid "Executable code"
msgstr ""
-#: 01140000.xhp#par_id3149667.35.help.text
-msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_CTLSUPPORT\">Activates complex text layout support. You can now modify the settings corresponding to complex text layout in <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
+#. *io)
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"par_id0523200811475733\n"
+"help.text"
+msgid "<ahelp hid=\".\">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.</ahelp>"
msgstr ""
-#: mailmerge.xhp#tit.help.text
+#. }_+D
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"hd_id3151211\n"
+"12\n"
+"help.text"
+msgid "Save original Basic code"
+msgstr ""
+
+#. k[?7
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"hd_id3149202\n"
+"13\n"
+"help.text"
+msgid "Microsoft PowerPoint 97/2000/XP"
+msgstr "Microsoft PowerPoint 97/2000"
+
+#. 8xT-
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"par_id3148922\n"
+"14\n"
+"help.text"
+msgid "Specifies the settings for documents in Microsoft PowerPoint."
+msgstr ""
+
+#. qth$
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"hd_id3148451\n"
+"15\n"
+"help.text"
+msgid "Load Basic code"
+msgstr ""
+
+#. h]!5
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"hd_id3145419\n"
+"16\n"
+"help.text"
+msgid "Save original Basic code"
+msgstr ""
+
+#. tL(Y
+#: 01130100.xhp
+msgctxt ""
+"01130100.xhp\n"
+"par_id3153768\n"
+"21\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010200.xhp\" name=\"Setting the default file format\">Setting the default file format</link>"
+msgstr ""
+
+#. 0])X
+#: mailmerge.xhp
+msgctxt ""
+"mailmerge.xhp\n"
+"tit\n"
+"help.text"
msgid "Mail Merge E-mail"
msgstr "ფოსტის შერწყმა ელფოსტა"
-#: mailmerge.xhp#par_idN10554.help.text
+#. UA:z
+#: mailmerge.xhp
+msgctxt ""
+"mailmerge.xhp\n"
+"par_idN10554\n"
+"help.text"
msgid "<link href=\"text/shared/optionen/mailmerge.xhp\">Mail Merge E-mail</link>"
msgstr "<link href=\"text/shared/optionen/mailmerge.xhp\">ფოსტის შერწყმა ელფოსტა</link>"
-#: mailmerge.xhp#par_idN10564.help.text
+#. qb=e
+#: mailmerge.xhp
+msgctxt ""
+"mailmerge.xhp\n"
+"par_idN10564\n"
+"help.text"
msgid "Specifies the user information and server settings for when you send form letters as e-mail messages."
msgstr ""
-#: mailmerge.xhp#par_idN1057B.help.text
+#. 8u\B
+#: mailmerge.xhp
+msgctxt ""
+"mailmerge.xhp\n"
+"par_idN1057B\n"
+"help.text"
msgid "User information"
msgstr "მომხმარებლის ინფორმაცია"
-#: mailmerge.xhp#par_idN1057F.help.text
+#. FyT-
+#: mailmerge.xhp
+msgctxt ""
+"mailmerge.xhp\n"
+"par_idN1057F\n"
+"help.text"
msgid "Enter the user information to use when you send e-mail."
msgstr ""
-#: mailmerge.xhp#par_idN1058A.help.text
+#. g%,n
+#: mailmerge.xhp
+msgctxt ""
+"mailmerge.xhp\n"
+"par_idN1058A\n"
+"help.text"
msgid "Your name"
msgstr "თქვენი სახელი"
-#: mailmerge.xhp#par_idN1058E.help.text
+#. m:_v
+#: mailmerge.xhp
+msgctxt ""
+"mailmerge.xhp\n"
+"par_idN1058E\n"
+"help.text"
msgid "<ahelp hid=\".\">Enter your name.</ahelp>"
msgstr "<ahelp hid=\".\">შეიყვანეთ თქვენი სახელი.</ahelp>"
-#: mailmerge.xhp#par_idN105A5.help.text
+#. V*Zf
+#: mailmerge.xhp
+msgctxt ""
+"mailmerge.xhp\n"
+"par_idN105A5\n"
+"help.text"
msgid "E-mail address"
msgstr "ელფოსტის მისამართი"
-#: mailmerge.xhp#par_idN105A9.help.text
+#. yy`#
+#: mailmerge.xhp
+msgctxt ""
+"mailmerge.xhp\n"
+"par_idN105A9\n"
+"help.text"
msgid "<ahelp hid=\".\">Enter your e-mail address for replies.</ahelp>"
msgstr "<ahelp hid=\".\">შეიყვანეთ ელფოსტაზე საპასუხო მისამართი.</ahelp>"
-#: mailmerge.xhp#par_idN105C0.help.text
+#. )X^1
+#: mailmerge.xhp
+msgctxt ""
+"mailmerge.xhp\n"
+"par_idN105C0\n"
+"help.text"
msgid "Send replies to different e-mail address"
msgstr "პასუხებს სხვადასხვა ელფოსტის მისამართებზე აგზავნის"
-#: mailmerge.xhp#par_idN105C4.help.text
+#. _\6e
+#: mailmerge.xhp
+msgctxt ""
+"mailmerge.xhp\n"
+"par_idN105C4\n"
+"help.text"
msgid "<ahelp hid=\".\">Uses the e-mail address that you enter in the Reply address text box as the reply-to e-mail address.</ahelp>"
msgstr ""
-#: mailmerge.xhp#par_idN105DB.help.text
+#. g@\^
+#: mailmerge.xhp
+msgctxt ""
+"mailmerge.xhp\n"
+"par_idN105DB\n"
+"help.text"
msgid "Reply address"
msgstr "პასუხის მისამართი"
-#: mailmerge.xhp#par_idN105DF.help.text
+#. q)P#
+#: mailmerge.xhp
+msgctxt ""
+"mailmerge.xhp\n"
+"par_idN105DF\n"
+"help.text"
msgid "<ahelp hid=\".\">Enter the address to use for e-mail replies.</ahelp>"
msgstr "<ahelp hid=\".\">შეიყვანეთ ელფოსტაზე საპასუხო მისამართი.</ahelp>"
-#: mailmerge.xhp#par_idN105EE.help.text
+#. dnEI
+#: mailmerge.xhp
+msgctxt ""
+"mailmerge.xhp\n"
+"par_idN105EE\n"
+"help.text"
msgid "Outgoing server (SMTP) settings"
msgstr "გამავალი სერვერის (SMTP) პარამეტრები"
-#: mailmerge.xhp#par_idN105F2.help.text
+#. !X`0
+#: mailmerge.xhp
+msgctxt ""
+"mailmerge.xhp\n"
+"par_idN105F2\n"
+"help.text"
msgid "Specify the server settings for outgoing e-mails."
msgstr "გამავალი ელფოსტის სერვერისთვის პარამეტრების განსაზღვრა."
-#: mailmerge.xhp#par_idN105FD.help.text
-msgctxt "mailmerge.xhp#par_idN105FD.help.text"
+#. jJ3\
+#: mailmerge.xhp
+msgctxt ""
+"mailmerge.xhp\n"
+"par_idN105FD\n"
+"help.text"
msgid "Server name"
msgstr ""
-#: mailmerge.xhp#par_idN10601.help.text
+#. Cgdq
+#: mailmerge.xhp
+msgctxt ""
+"mailmerge.xhp\n"
+"par_idN10601\n"
+"help.text"
msgid "<ahelp hid=\".\">Enter the SMTP server name.</ahelp>"
msgstr "<ahelp hid=\".\">SMTP სერვერის სახელი შეიყვანეთ.</ahelp>"
-#: mailmerge.xhp#par_idN10618.help.text
-msgctxt "mailmerge.xhp#par_idN10618.help.text"
+#. `IJl
+#: mailmerge.xhp
+msgctxt ""
+"mailmerge.xhp\n"
+"par_idN10618\n"
+"help.text"
msgid "Port"
msgstr ""
-#: mailmerge.xhp#par_idN1061C.help.text
+#. 3?V/
+#: mailmerge.xhp
+msgctxt ""
+"mailmerge.xhp\n"
+"par_idN1061C\n"
+"help.text"
msgid "<ahelp hid=\".\">Enter the SMTP port.</ahelp>"
msgstr "<ahelp hid=\".\">SMTP პორტის შეყვანა.</ahelp>"
-#: mailmerge.xhp#par_idN10633.help.text
+#. Q$XW
+#: mailmerge.xhp
+msgctxt ""
+"mailmerge.xhp\n"
+"par_idN10633\n"
+"help.text"
msgid "Use secure connection"
msgstr "დაცული კავშირის გამოყენება"
-#: mailmerge.xhp#par_idN10637.help.text
+#. J$DF
+#: mailmerge.xhp
+msgctxt ""
+"mailmerge.xhp\n"
+"par_idN10637\n"
+"help.text"
msgid "<ahelp hid=\".\">When available, uses a secure connection to send e-mails.</ahelp>"
msgstr "<ahelp hid=\".\">როცა შესაძლებელია იყენებს ფოსტის გასაგზავნად დაცულ კავშირს.</ahelp>"
-#: mailmerge.xhp#par_idN1064E.help.text
-msgctxt "mailmerge.xhp#par_idN1064E.help.text"
+#. 9TnG
+#: mailmerge.xhp
+msgctxt ""
+"mailmerge.xhp\n"
+"par_idN1064E\n"
+"help.text"
msgid "Server Authentication"
msgstr ""
-#: mailmerge.xhp#par_idN10652.help.text
+#. H`IB
+#: mailmerge.xhp
+msgctxt ""
+"mailmerge.xhp\n"
+"par_idN10652\n"
+"help.text"
msgid "<ahelp hid=\".\">Opens the <link href=\"text/shared/optionen/serverauthentication.xhp\">Server Authentication</link> dialog where you can specify the server authentication settings for secure e-mail.</ahelp>"
msgstr ""
-#: mailmerge.xhp#par_idN10677.help.text
+#. M@4f
+#: mailmerge.xhp
+msgctxt ""
+"mailmerge.xhp\n"
+"par_idN10677\n"
+"help.text"
msgid "Test Settings"
msgstr "ტესტის პარამეტრები"
-#: mailmerge.xhp#par_idN1067B.help.text
+#. r?pS
+#: mailmerge.xhp
+msgctxt ""
+"mailmerge.xhp\n"
+"par_idN1067B\n"
+"help.text"
msgid "<ahelp hid=\".\">Opens the <link href=\"text/shared/optionen/testaccount.xhp\">Test Account Settings</link> dialog to test the current settings.</ahelp>"
msgstr ""
-#: viewcertificate.xhp#tit.help.text
-msgctxt "viewcertificate.xhp#tit.help.text"
-msgid "View Certificate"
-msgstr ""
+#. 2]yC
+#: 01080000.xhp
+msgctxt ""
+"01080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Drawing Options"
+msgstr "ხატვის პარამეტრები"
-#: viewcertificate.xhp#par_idN10541.help.text
-msgctxt "viewcertificate.xhp#par_idN10541.help.text"
-msgid "View Certificate"
-msgstr ""
+#. dMOv
+#: 01080000.xhp
+msgctxt ""
+"01080000.xhp\n"
+"hd_id3155135\n"
+"1\n"
+"help.text"
+msgid "%PRODUCTNAME Draw Options"
+msgstr "%PRODUCTNAME Draw პარამეტრები"
-#: viewcertificate.xhp#par_idN10545.help.text
-msgid "The View Certificate dialog opens when you click the View Certificate button on the <link href=\"text/shared/optionen/macrosecurity_ts.xhp\">Trusted Sources</link> tab page of the <link href=\"text/shared/optionen/macrosecurity.xhp\">Macro Security</link> dialog."
+#. ^_l#
+#: 01080000.xhp
+msgctxt ""
+"01080000.xhp\n"
+"par_id3158430\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"allgemein\"><ahelp hid=\".uno:SdGraphicOptions\">Defines the global settings for drawing documents, including the contents to be displayed, the scale to be used, the grid alignment and the contents to be printed by default.</ahelp></variable>"
msgstr ""
-#: viewcertificate.xhp#par_idN10564.help.text
-msgid "The dialog has the following tab pages:"
-msgstr "შემდეგ დიალოგს აქვს ჩანართის გვერდები"
+#. Hp5F
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"tit\n"
+"help.text"
+msgid "Color"
+msgstr "ფერები"
-#: 01011000.xhp#tit.help.text
-msgid "Memory"
-msgstr "მეხსიერება"
+#. mcqI
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"hd_id3153126\n"
+"1\n"
+"help.text"
+msgid "Color"
+msgstr "ფერები"
-#: 01011000.xhp#bm_id3153881.help.text
-msgid "<bookmark_value>undoing; number of steps</bookmark_value><bookmark_value>graphics; cache</bookmark_value><bookmark_value>cache for graphics</bookmark_value><bookmark_value>Quickstarter</bookmark_value>"
+#. wPUI
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"bm_id3150771\n"
+"help.text"
+msgid "<bookmark_value>defining;colors</bookmark_value><bookmark_value>colors;selection</bookmark_value><bookmark_value>colors;adding</bookmark_value>"
+msgstr "<bookmark_value>განსაზღვრა;ფერები</bookmark_value><bookmark_value>ფერები;არჩევა</bookmark_value><bookmark_value>ფერები;დამატება</bookmark_value>"
+
+#. }e{E
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"par_id3150771\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"farbentext\"><ahelp hid=\".\">Allows you to define your own colors using the two-dimensional graphic and numerical gradient chart.</ahelp></variable> Click <emph>OK</emph> to display the newly defined color in the preview box of the <emph>Colors</emph> register, where you can then decide if you want to add or replace the new color in the current color palette."
msgstr ""
-#: 01011000.xhp#hd_id3157909.25.help.text
-msgid "<link href=\"text/shared/optionen/01011000.xhp\" name=\"Memory\">Memory</link>"
-msgstr "<link href=\"text/shared/optionen/01011000.xhp\" name=\"Memory\">მეხსიერება</link>"
+#. c5ZA
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"hd_id3149514\n"
+"3\n"
+"help.text"
+msgid "Color Window"
+msgstr "ფერის ფანჯარა"
-#: 01011000.xhp#par_id3154307.26.help.text
-msgid "<ahelp hid=\".\">Defines the settings for the graphics cache and the number of steps you can undo.</ahelp>"
+#. Qcb!
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"par_id3153061\n"
+"4\n"
+"help.text"
+msgid "In the two big color windows, you click to select a new color. You can select the color in the left or the right color window as you wish."
msgstr ""
-#: 01011000.xhp#hd_id3155390.1.help.text
-msgid "Undo"
-msgstr "დაბრუნება"
+#. +.5^
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"par_id3148944\n"
+"5\n"
+"help.text"
+msgid "In the right color window, you will see the entire color spectrum from the left to the right, with the colors at the top being fully saturated and the colors at the bottom being unsaturated."
+msgstr ""
-#: 01011000.xhp#par_id3145673.2.help.text
-msgid "Defines the maximum number of reverse steps allowed."
+#. .u;W
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"par_id3149670\n"
+"6\n"
+"help.text"
+msgid "In the left color window, you will see a selection of colors, displaying a progressive spectrum, varying between the four colors in the four corners of this window. You can change the colors in the four corners as follows:"
msgstr ""
-#: 01011000.xhp#hd_id3153881.3.help.text
-msgid "Number of steps"
-msgstr "ბიჯთა რაოდენობა"
+#. R*bo
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"par_id3154758\n"
+"7\n"
+"help.text"
+msgid "Click the corner of the field in which you want to change the color."
+msgstr "დააწკაპეთ იმ ველის კუთხეს, რომლის ფერის შეცვლაც გსურთ."
-#: 01011000.xhp#par_id3148685.4.help.text
-msgid "<ahelp hid=\"OFFMGR_NUMERICFIELD_OFA_TP_MEMORY_ED_UNDO\">You can specify the number of steps which can be undone by selecting a number from the list.</ahelp>"
+#. !OcE
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"par_id3150398\n"
+"8\n"
+"help.text"
+msgid "In the right color window, click the desired new color for the corner field or enter the values, which define the color, in the numeric input fields."
msgstr ""
-#: 01011000.xhp#hd_id3147530.10.help.text
-msgid "Graphics cache"
-msgstr "გრაფიკული ქეში"
+#. _1L[
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"par_id3151210\n"
+"9\n"
+"help.text"
+msgid "Apply the color selected on the right to the small field that is marked in the left color window by clicking the <emph><--</emph> button."
+msgstr ""
-#: 01011000.xhp#par_id3145069.11.help.text
-msgid "The graphics cache saves the graphics contained in a document in your computer's main memory. This means that the attributes of a graphic stored in the cache do not have to be re-calculated if you return to the page containing the graphic after scrolling through a document."
+#. 9I=l
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"par_id3151383\n"
+"10\n"
+"help.text"
+msgid "The gradient in the left color window is immediately adjusted with respect to hue, saturation, and brightness."
msgstr ""
-#: 01011000.xhp#hd_id3154924.12.help.text
-msgid "Use for $[officename] (MB)"
-msgstr "$[officename] (მბ)-სთვის გამოყენება"
+#. D4^:
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"par_id9701528\n"
+"help.text"
+msgid "%PRODUCTNAME uses only the RGB color model for printing in color. The CMYK controls are provided only to ease the input of color values using CMYK notation."
+msgstr ""
-#: 01011000.xhp#par_id3152813.13.help.text
-msgid "<ahelp hid=\"OFFMGR_NUMERICFIELD_OFA_TP_MEMORY_NF_GRAPHICCACHE\">Specifies the total cache size for all graphics.</ahelp>"
+#. tW{k
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"hd_id3153192\n"
+"11\n"
+"help.text"
+msgid "<--"
+msgstr "<--"
+
+#. y9])
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"par_id3154909\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SVTOOLS:PUSHBUTTON:DLG_COLOR:BTN_1\">Click the <emph><--</emph> button to replace the selected color in the color palette with the color selected at the right. The button is enabled when you select a color in one of the four corners.</ahelp>"
msgstr ""
-#: 01011000.xhp#hd_id3150359.14.help.text
-msgid "Memory per object (MB)"
-msgstr "ობიექტისთვის მეხსიერება (მბ)"
+#. sP4I
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"hd_id3158409\n"
+"13\n"
+"help.text"
+msgid "-->"
+msgstr "-->"
-#: 01011000.xhp#par_id3148797.15.help.text
-msgid "<ahelp hid=\"OFFMGR_NUMERICFIELD_OFA_TP_MEMORY_NF_GRAPHICOBJECTCACHE\">Specifies that objects which are larger than the selected megabytes will not be placed in the cache.</ahelp>"
+#. ancD
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"par_id3151043\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SVTOOLS:PUSHBUTTON:DLG_COLOR:BTN_2\">Sets the small selection cursor in the right window on the color, which corresponds to the selected color in the left window and updates the respective values in the numerical fields.</ahelp>"
msgstr ""
-#: 01011000.xhp#hd_id3148920.16.help.text
-msgid "Remove from memory after (hh:mm)"
-msgstr "მეხსიერებიდან ამოშლა (hh:mm)-ს შემდეგ"
+#. Vf!j
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"hd_id3149203\n"
+"15\n"
+"help.text"
+msgid "Cyan"
+msgstr "ციანი"
-#: 01011000.xhp#par_id3148674.17.help.text
-msgid "<ahelp hid=\"OFFMGR_TIMEFIELD_OFA_TP_MEMORY_TF_GRAPHICOBJECTTIME\">Specifies the time that each graphic remains in the cache in hours and minutes.</ahelp>"
+#. iNN]
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"par_id3159252\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SVTOOLS_METRICFIELD_DLG_COLOR_NUM_CYAN\">Sets the Cyan color value in the CMYK color model.</ahelp>"
msgstr ""
-#: 01011000.xhp#hd_id3156212.18.help.text
-msgid "Cache for inserted objects"
-msgstr "ჩასმული ობიექტების ქეში"
+#. lQ,^
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"hd_id3155429\n"
+"17\n"
+"help.text"
+msgid "Magenta"
+msgstr "მაგენტა"
-#: 01011000.xhp#hd_id3147085.19.help.text
-msgid "Number of objects"
-msgstr "ობიექტების რაოდენობა"
+#. qAKI
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"par_id3152596\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SVTOOLS_METRICFIELD_DLG_COLOR_NUM_MAGENTA\">Sets the Magenta color value in the CMYK color model.</ahelp>"
+msgstr ""
-#: 01011000.xhp#par_id3153192.20.help.text
-msgid "<ahelp hid=\"OFFMGR_NUMERICFIELD_OFA_TP_MEMORY_NF_OLECACHE\">Choose the maximum number of OLE objects that are pooled in the cache.</ahelp>"
+#. rQXa
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"hd_id3154147\n"
+"19\n"
+"help.text"
+msgid "Yellow"
+msgstr "ყვითელი"
+
+#. i4;f
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"par_id3155306\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SVTOOLS_METRICFIELD_DLG_COLOR_NUM_YELLOW\">Sets the Yellow color value in the CMYK color model.</ahelp>"
msgstr ""
-#: 01011000.xhp#hd_id3145171.21.help.text
-msgid "$[officename] Quickstarter"
+#. T[,L
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"hd_id3150105\n"
+"21\n"
+"help.text"
+msgid "Key"
+msgstr "გასაღები"
+
+#. /R!T
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"par_id3146148\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SVTOOLS_METRICFIELD_DLG_COLOR_NUM_KEY\">Sets the Black color value or key (black) in the CMYK color model.</ahelp>"
msgstr ""
-#: 01011000.xhp#hd_id3155429.22.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Load $[officename] during system start-up </caseinline><defaultinline>Enable systray Quickstarter</defaultinline></switchinline>"
+#. \^(,
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"hd_id3151114\n"
+"23\n"
+"help.text"
+msgid "Red"
+msgstr "წითელი"
+
+#. tl$+
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"par_id3153726\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SVTOOLS:NUMERICFIELD:DLG_COLOR:NUM_RED\">Sets the Red color value in the RGB color model.</ahelp>"
msgstr ""
-#: 01011000.xhp#par_id3152940.23.help.text
-msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_MEMORY_CB_QUICKLAUNCH\">Mark this check box if you want $[officename] to enable quickstart. This option is available if the Quickstart module has been installed.</ahelp>"
+#. %_(4
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"hd_id3148618\n"
+"25\n"
+"help.text"
+msgid "Green"
+msgstr "მწვანე"
+
+#. sE8A
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"par_id3149298\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SVTOOLS:NUMERICFIELD:DLG_COLOR:NUM_GREEN\">Sets the Green color value in the RGB color model.</ahelp>"
msgstr ""
-#: 01110100.xhp#tit.help.text
-msgid "Default colors"
-msgstr "ნაგულისხმები ფერები"
+#. |*[D
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"hd_id3151075\n"
+"27\n"
+"help.text"
+msgid "Blue"
+msgstr "ცისფერი"
-#: 01110100.xhp#bm_id3154751.help.text
-msgid "<bookmark_value>charts; colors</bookmark_value><bookmark_value>colors;charts</bookmark_value>"
+#. j\zG
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"par_id3148455\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SVTOOLS:NUMERICFIELD:DLG_COLOR:NUM_BLUE\">Sets the Blue color value in the RGB color model.</ahelp>"
msgstr ""
-#: 01110100.xhp#hd_id3149760.1.help.text
-msgid "<link href=\"text/shared/optionen/01110100.xhp\" name=\"Default colors\">Default colors</link>"
-msgstr "<link href=\"text/shared/optionen/01110100.xhp\" name=\"Default colors\">ნაგულისხმევი ფერები</link>"
+#. s-7V
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"hd_id3145647\n"
+"29\n"
+"help.text"
+msgid "Color"
+msgstr "ფერები"
-#: 01110100.xhp#par_id3150713.2.help.text
-msgid "Assigns colors to the data rows. The settings only apply for all newly created charts."
+#. }}7A
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"par_id3154729\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"SVTOOLS:NUMERICFIELD:DLG_COLOR:NUM_HUE\">Sets the Hue in the HSB color model.</ahelp>"
msgstr ""
-#: 01110100.xhp#hd_id3154751.3.help.text
-msgid "Chart colors"
-msgstr "დიაგრამის ფერები"
+#. b)dv
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"hd_id3144766\n"
+"31\n"
+"help.text"
+msgid "Saturation"
+msgstr "ინტენსივობა"
-#: 01110100.xhp#par_id3145345.4.help.text
-msgid "<ahelp hid=\"SCH:LISTBOX:TP_DEF_COLOR:LB_CHART_COLOR_LIST\">Displays all the colors available for the data series.</ahelp> Select a data series to change its color. Select the desired color from the adjacent color table."
+#. O4--
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"par_id3153512\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"SVTOOLS:NUMERICFIELD:DLG_COLOR:NUM_SATURATION\">Sets the Saturation in the HSB color model.</ahelp>"
msgstr ""
-#: 01110100.xhp#hd_id3154823.5.help.text
-msgctxt "01110100.xhp#hd_id3154823.5.help.text"
-msgid "Color table"
+#. bHC4
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"hd_id3156180\n"
+"33\n"
+"help.text"
+msgid "Luminance"
+msgstr "სიკაშკაშე"
+
+#. ;BX?
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"par_id3146969\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"SVTOOLS:NUMERICFIELD:DLG_COLOR:NUM_LUMINANCE\">Sets the Brightness in the HSB color model.</ahelp>"
msgstr ""
-#: 01110100.xhp#par_id3149398.6.help.text
-msgid "This table is used as a means of replacing the chart colors for the selected data rows. For example, if you selected data row 6 and then click on the color green 8, the old color of the data row is replaced by green 8. The name of the selected color is shown below the color table."
+#. p9=5
+#: 01010501.xhp
+msgctxt ""
+"01010501.xhp\n"
+"par_id3154164\n"
+"35\n"
+"help.text"
+msgid "In the left preview field, you will see the original color from the parent tab, <emph>Colors</emph>. In the right preview field, you will always see the current result of your work in this dialog."
msgstr ""
-#: 01110100.xhp#hd_id3147242.7.help.text
-msgctxt "01110100.xhp#hd_id3147242.7.help.text"
-msgid "Default"
+#. W++h
+#: 01040301.xhp
+msgctxt ""
+"01040301.xhp\n"
+"tit\n"
+"help.text"
+msgid "Change default template"
msgstr ""
-#: 01110100.xhp#par_id3156347.8.help.text
-msgid "<ahelp hid=\"SCH:PUSHBUTTON:TP_DEF_COLOR:PB_RESET_TO_DEFAULT\">Restores the color settings that were defined when the program was installed.</ahelp>"
+#. E=qa
+#: 01040301.xhp
+msgctxt ""
+"01040301.xhp\n"
+"hd_id3156327\n"
+"1\n"
+"help.text"
+msgid "Change default template"
msgstr ""
-#: 01070500.xhp#tit.help.text
-msgctxt "01070500.xhp#tit.help.text"
+#. D2^n
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"tit\n"
+"help.text"
msgid "General"
msgstr ""
-#: 01070500.xhp#bm_id3149295.help.text
-msgid "<bookmark_value>presentations; starting with wizard</bookmark_value><bookmark_value>objects; always moveable (Impress/Draw)</bookmark_value><bookmark_value>distorting in drawings</bookmark_value><bookmark_value>spacing; tabs in presentations</bookmark_value><bookmark_value>tab stops; spacing in presentations</bookmark_value><bookmark_value>text objects; in presentations and drawings</bookmark_value>"
+#. e_~?
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"bm_id3145119\n"
+"help.text"
+msgid "<bookmark_value>links; updating options (Writer)</bookmark_value><bookmark_value>updating; links in text documents</bookmark_value><bookmark_value>updating; fields and charts, automatically (Writer)</bookmark_value><bookmark_value>fields;updating automatically (Writer)</bookmark_value><bookmark_value>charts; updating automatically (Writer)</bookmark_value><bookmark_value>captions; tables/pictures/frames/OLE objects (Writer)</bookmark_value><bookmark_value>tables in text; captions</bookmark_value><bookmark_value>pictures; captions (Writer)</bookmark_value><bookmark_value>frames; captions (Writer)</bookmark_value><bookmark_value>OLE objects; captions (Writer)</bookmark_value><bookmark_value>tab stops; spacing in text documents</bookmark_value><bookmark_value>spacing; tab stops in text documents</bookmark_value>"
msgstr ""
-#: 01070500.xhp#hd_id3143270.1.help.text
-msgid "<link href=\"text/shared/optionen/01070500.xhp\" name=\"General\">General</link>"
-msgstr "<link href=\"text/shared/optionen/01070500.xhp\" name=\"General\">ზოგადი</link>"
+#. Y0x^
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"hd_id3155892\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01040900.xhp\" name=\"General\">General</link>"
+msgstr "<link href=\"text/shared/optionen/01040900.xhp\" name=\"General\">ზოგადი</link>"
-#: 01070500.xhp#par_id3149578.2.help.text
-msgid "<ahelp hid=\"HID_SD_OPTIONS_MISC\">Defines the general options for drawing or presentation documents.</ahelp>"
+#. 1DG.
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"par_id3145382\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OPTLOAD_PAGE\">Specifies general settings for text documents.</ahelp>"
msgstr ""
-#: 01070500.xhp#hd_id3144511.3.help.text
-msgid "Text objects"
-msgstr "ტექსტური ობიექტები"
+#. cQ-o
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"hd_id3156326\n"
+"45\n"
+"help.text"
+msgid "Update"
+msgstr "განახლება"
-#: 01070500.xhp#hd_id3149295.5.help.text
-msgid "Allow quick editing"
-msgstr "სწრაფი რედაქტირტების ნების დართვა"
+#. seY3
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"hd_id3145119\n"
+"3\n"
+"help.text"
+msgid "Update links when loading"
+msgstr "ჩატვირთვისას ბმულების განახლება"
-#: 01070500.xhp#par_id3148947.6.help.text
-msgid "<variable id=\"schnellbearb\"><ahelp hid=\".\">If on, you can edit text immediately after clicking a text object. If off, you must double-click to edit text.</ahelp></variable>"
+#. %$*s
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"hd_id3155136\n"
+"4\n"
+"help.text"
+msgid "Always"
msgstr ""
-#: 01070500.xhp#par_id3154138.28.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"CHART\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline>In a presentation or drawing document, you can also activate the text editing mode through the <emph>Allow Quick Editing</emph> <link href=\"text/simpress/02/13180000.xhp\" name=\"icon\">icon</link> in the <emph>Option</emph> bar.</defaultinline></switchinline>"
+#. 2$75
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"par_id3155628\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SW_RADIOBUTTON_TP_OPTLOAD_PAGE_RB_ALWAYS\">Always updates links while loading a document.</ahelp>"
msgstr ""
-#: 01070500.xhp#hd_id3154686.7.help.text
-msgid "Only text area selectable"
-msgstr "მხოლოდ ტექსტის არეა მონიშვნადი"
+#. ;:zX
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"hd_id3155449\n"
+"5\n"
+"help.text"
+msgid "On request"
+msgstr "მოთხოვნისას"
-#: 01070500.xhp#par_id3149808.8.help.text
-msgid "<variable id=\"textbereich\"><ahelp hid=\".uno:PickThrough\">Specifies whether to select a text frame by clicking the text.</ahelp></variable>"
+#. :~_U
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"par_id3153252\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SW_RADIOBUTTON_TP_OPTLOAD_PAGE_RB_REQUEST\">Updates links only on request while loading a document.</ahelp>"
msgstr ""
-#: 01070500.xhp#par_id3155431.23.help.text
-msgid "<variable id=\"textbereich2\">In the area of the text frame that is not filled with text, an object behind the text frame can be selected.</variable>"
+#. _hj5
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"hd_id3151384\n"
+"6\n"
+"help.text"
+msgid "Never"
+msgstr "არასდროს"
+
+#. OO[G
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"par_id3148946\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SW_RADIOBUTTON_TP_OPTLOAD_PAGE_RB_NEVER\">Links are never updated while loading a document.</ahelp>"
msgstr ""
-#: 01070500.xhp#par_id3153367.29.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"CHART\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline>In a presentation or drawing document, you can also activate this mode through the<emph> Select Text Area Only </emph><link href=\"text/simpress/02/13190000.xhp\" name=\"icon\">icon</link> in the <emph>Option</emph> bar.</defaultinline></switchinline>"
+#. WE3q
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"hd_id3154347\n"
+"25\n"
+"help.text"
+msgid "Automatically"
msgstr ""
-#: 01070500.xhp#hd_id3155308.9.help.text
-msgid "New document (only in presentations)"
-msgstr "ახალი დოკუმენტი (მხოლოდ პრეზენტაციებში)"
+#. g58=
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"par_id8801538\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/06990000.xhp\">To update fields manually</link>"
+msgstr ""
-#: 01070500.xhp#hd_id3146986.30.help.text
-msgid "Start with Wizard"
-msgstr "ოსტატი გაშვება"
+#. m){l
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"hd_id3148664\n"
+"21\n"
+"help.text"
+msgid "Fields"
+msgstr "ველები"
-#: 01070500.xhp#par_id3148646.31.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:TP_OPTIONS_MISC:CBX_START_WITH_TEMPLATE\">Specifies whether to activate the Wizard when opening a presentation with <emph>File - New - Presentation</emph>.</ahelp>"
+#. uwu9
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"par_id3154071\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"SW:CHECKBOX:TP_OPTLOAD_PAGE:CB_AUTO_UPDATE_FIELDS\">The contents of all fields are updated automatically whenever the screen contents are displayed as new. Even with this box unchecked, some fields are updated each time a special condition takes place.</ahelp> The following table lists the fields that are updated without regard to this checkbox."
msgstr ""
-#: 01070500.xhp#hd_id3154638.13.help.text
-msgctxt "01070500.xhp#hd_id3154638.13.help.text"
-msgid "Settings"
-msgstr ""
+#. CBTf
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"par_idN10788\n"
+"help.text"
+msgid "Condition"
+msgstr "მდგომარეობა"
-#: 01070500.xhp#hd_id3146120.15.help.text
-msgid "Use background cache"
-msgstr "ფონური ქეშის გამოყენება"
+#. e4!G
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"par_idN1078E\n"
+"help.text"
+msgid "Automatically updated fields"
+msgstr "ველების ავრომატურად განახლება"
-#: 01070500.xhp#par_id3152940.16.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:TP_OPTIONS_MISC:CBX_MASTERPAGE_CACHE\">Specifies whether to use the cache for displaying objects on the master page.</ahelp> This speeds up the display. Unmark the <emph>Use background cache</emph> option if you want to display changing contents on the master page."
+#. :%KY
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"par_idN10795\n"
+"help.text"
+msgid "Printing the document (also exporting as PDF)"
msgstr ""
-#: 01070500.xhp#hd_id3147428.17.help.text
-msgid "Copy when moving"
-msgstr "გადატანისას ასლი"
+#. s9W,
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"par_idN1079B\n"
+"help.text"
+msgid "Author, Sender, Chapter, Date, Time, References, Last printed"
+msgstr ""
-#: 01070500.xhp#par_id3154730.18.help.text
-msgid "<ahelp hid=\".\">If enabled, a copy is created when you move an object while holding down the Ctrl key (Mac: Command key).</ahelp> The same will apply for rotating and resizing the object. The original object will remain in its current position and size."
+#. vLM4
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"par_idN107A2\n"
+"help.text"
+msgid "Reloading the document"
+msgstr "დოკუმენტის გადატვირთვა"
+
+#. U4\B
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"par_idN107A8\n"
+"help.text"
+msgid "Author, Sender, Chapter, Date, Time"
msgstr ""
-#: 01070500.xhp#hd_id3148457.19.help.text
-msgid "Objects always moveable"
-msgstr "ობიექტი ყოველთვის მოძრავია"
+#. f|LA
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"par_idN107AF\n"
+"help.text"
+msgid "Saving the document"
+msgstr "დოკუმენტის შენახვა"
-#: 01070500.xhp#par_id3149413.20.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:TP_OPTIONS_MISC:CBX_MARKED_HIT_MOVES_ALWAYS\">Specifies that you want to move an object with the <emph>Rotate</emph> tool enabled. If<emph> Object always moveable </emph>is not marked, the <emph>Rotate</emph> tool can only be used to rotate an object.</ahelp>"
+#. 6YWh
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"par_idN107B5\n"
+"help.text"
+msgid "File name, Statistics, Document number, Editing time, Modified"
msgstr ""
-#: 01070500.xhp#hd_id3154512.21.help.text
-msgid "Do not distort objects in curve (only in drawings)"
+#. ,l-j
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"par_idN107BC\n"
+"help.text"
+msgid "Editing the text line where the field is in"
msgstr ""
-#: 01070500.xhp#par_id3154270.22.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:TP_OPTIONS_MISC:CBX_CROOK_NO_CONTORTION\">Maintains relative alignment of Bézier points and 2D drawing objects to each other when you distort the object.</ahelp>"
+#. MYmx
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"par_idN107C2\n"
+"help.text"
+msgid "Author, Sender, Chapter, Date, Time"
msgstr ""
-#: 01070500.xhp#hd_id3154163.32.help.text
-msgid "Unit of measurement"
-msgstr "განზომილების ერთეული"
+#. j@/Q
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"par_idN107C9\n"
+"help.text"
+msgid "Manually changing a variable"
+msgstr "ცვლადის ხელით შეცვლა"
-#: 01070500.xhp#par_id3155066.33.help.text
-msgid "<ahelp hid=\"SD_LISTBOX_TP_OPTIONS_MISC_LB_METRIC\">Determines the <link href=\"text/shared/00/00000003.xhp#metrik\" name=\"Unit of measurement\">Unit of measurement</link> for presentations.</ahelp>"
+#. A.e(
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"par_idN107CF\n"
+"help.text"
+msgid "Conditional text, Hidden text, Hidden paragraph, Variables, DDE field"
msgstr ""
-#: 01070500.xhp#hd_id3152960.34.help.text
-msgctxt "01070500.xhp#hd_id3152960.34.help.text"
-msgid "Tab stops"
+#. YLr$
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"par_idN107D6\n"
+"help.text"
+msgid "Switching off \"fixed content\""
msgstr ""
-#: 01070500.xhp#par_id3155443.35.help.text
-msgid "<ahelp hid=\"SD_METRICFIELD_TP_OPTIONS_MISC_MTR_FLD_TABSTOP\">Defines the spacing between tab stops.</ahelp>"
+#. ^$gx
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"par_idN107DC\n"
+"help.text"
+msgid "Author, Sender, all document information fields"
msgstr ""
-#: 01070500.xhp#hd_id3156383.24.help.text
-msgid "Start presentation (only in presentations)"
-msgstr "პრეზენტაციის გაშვება (მხოლოდ პრეზენტაციებში)"
+#. d4i.
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"par_idN107E3\n"
+"help.text"
+msgid "Changing the page count"
+msgstr "გვერდთა დათვლის შეცვლა"
-#: 01070500.xhp#hd_id3155902.26.help.text
-msgid "Always with current page"
-msgstr "ყოველთვის მიმდინარე გვერდით"
+#. /?q}
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"par_idN107E9\n"
+"help.text"
+msgid "Page"
+msgstr "გვერდი"
-#: 01070500.xhp#par_id3155962.27.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:TP_OPTIONS_MISC:CBX_START_WITH_ACTUAL_PAGE\">Specifies that you always want a presentation to start with the current slide.</ahelp> Unmark<emph> Always with current page</emph> to always start a presentation with the first page."
+#. ^]+*
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"hd_id3159149\n"
+"22\n"
+"help.text"
+msgid "Charts"
msgstr ""
-#: 01070500.xhp#hd_id3163806.41.help.text
-msgid "Scale (only in drawings)"
+#. pgW1
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"par_id3150768\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SW:CHECKBOX:TP_OPTLOAD_PAGE:CB_AUTO_UPDATE_CHARTS\">Specifies whether to automatically update charts. Whenever a Writer table cell value changes and the cursor leaves that cell, the chart that displays the cell value is updated automatically.</ahelp>"
msgstr ""
-#: 01070500.xhp#hd_id3145147.43.help.text
-msgid "Drawing scale"
+#. F-Y/
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"hd_id3146976\n"
+"46\n"
+"help.text"
+msgid "Settings"
msgstr ""
-#: 01070500.xhp#par_id3153965.42.help.text
-msgid "<ahelp hid=\"SD_COMBOBOX_TP_OPTIONS_MISC_CB_SCALE\">Determines the drawing scale on the rulers.</ahelp>"
+#. GZUl
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"hd_id3153364\n"
+"31\n"
+"help.text"
+msgid "Measurement unit"
msgstr ""
-#: 01070500.xhp#hd_id3155177.36.help.text
-msgid "Compatibility (document specific settings)"
-msgstr "თავსებადობა (დოკუმენტით განსაზღვრული პარამეტრები)"
+#. .(Bq
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"par_id3146147\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"SW_LISTBOX_TP_OPTLOAD_PAGE_LB_METRIC\">Specifies the <link href=\"text/shared/00/00000003.xhp#metrik\" name=\"unit of measurement\">unit of measurement</link> for text documents.</ahelp>"
+msgstr ""
-#: 01070500.xhp#par_id3155608.44.help.text
-msgid "The settings in this area are valid for the current document only."
+#. {@*c
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"hd_id3154944\n"
+"33\n"
+"help.text"
+msgid "Tab stops"
msgstr ""
-#: 01070500.xhp#hd_id3145790.38.help.text
-msgid "Add spacing between paragraphs in the current document"
+#. [$`:
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"par_id3150417\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"SW_METRICFIELD_TP_OPTLOAD_PAGE_MF_TAB\">Specifies the spacing between the individual tab stops.</ahelp> The horizontal ruler displays the selected spacing."
msgstr ""
-#: 01070500.xhp#par_id3145768.39.help.text
-msgid "<ahelp hid=\"SD_CHECKBOX_TP_OPTIONS_MISC_CB_MERGE_PARA_DIST\">Specifies that $[officename] Impress calculates the paragraph spacing exactly like Microsoft PowerPoint.</ahelp>"
+#. .XCc
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"hd_id3154946\n"
+"help.text"
+msgid "Enable char unit"
+msgstr ""
+
+#. HVWZ
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"par_id3150419\n"
+"help.text"
+msgid "<ahelp hid=\".\">When this setting is enabled, the measurement units of indents and spacing on <emph>Format - Paragraph - Indents & Spacing</emph> tab will be character (ch) and line.</ahelp>"
+msgstr ""
+
+#. @T2[
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"hd_id3154945\n"
+"help.text"
+msgid "Use square page mode for text grid"
+msgstr ""
+
+#. MdNQ
+#: 01040900.xhp
+msgctxt ""
+"01040900.xhp\n"
+"par_id3150418\n"
+"help.text"
+msgid "<ahelp hid=\".\">When this setting is enabled, the text grid will look like square page.</ahelp> Square page is a kind of page layout which is used to train students to write articles in China and Japan."
+msgstr ""
+
+#. Zo,C
+#: javaclasspath.xhp
+msgctxt ""
+"javaclasspath.xhp\n"
+"tit\n"
+"help.text"
+msgid "Class Path"
msgstr ""
-#: 01070500.xhp#par_id3146135.40.help.text
-msgid "Microsoft PowerPoint adds the bottom spacing of a paragraph to the top spacing of the next paragraph to calculate the total spacing between both paragraphs. $[officename] Impress utilizes only the larger of the two spacings."
+#. xOJ=
+#: javaclasspath.xhp
+msgctxt ""
+"javaclasspath.xhp\n"
+"par_idN10566\n"
+"help.text"
+msgid "Class Path"
msgstr ""
-#: 01060401.xhp#tit.help.text
-msgctxt "01060401.xhp#tit.help.text"
-msgid "Copy List"
+#. ;}Nh
+#: javaclasspath.xhp
+msgctxt ""
+"javaclasspath.xhp\n"
+"par_idN1056A\n"
+"help.text"
+msgid "You use this dialog to add folders and archives to the Java class path. These paths are valid for any JRE that you start."
msgstr ""
-#: 01060401.xhp#bm_id3153341.help.text
-msgid "<bookmark_value>sort lists; copying to in Calc</bookmark_value>"
-msgstr "<bookmark_value>დახარისხების სია; Calc-ში ასლი</bookmark_value>"
+#. )$nG
+#: javaclasspath.xhp
+msgctxt ""
+"javaclasspath.xhp\n"
+"par_idN10589\n"
+"help.text"
+msgid "Assigned folders and archives"
+msgstr "მინიჭებული საქაღალდეები და ფაილები"
-#: 01060401.xhp#hd_id3153341.1.help.text
-msgctxt "01060401.xhp#hd_id3153341.1.help.text"
-msgid "Copy List"
+#. pKH=
+#: javaclasspath.xhp
+msgctxt ""
+"javaclasspath.xhp\n"
+"par_idN1059F\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_INET_SCRIPTING_ED_CLASSPATH\">Specifies the location of Java classes or Java class libraries.</ahelp> The new classpath becomes valid after you restart <item type=\"productname\">%PRODUCTNAME</item>."
msgstr ""
-#: 01060401.xhp#par_id3150772.2.help.text
-msgid "<ahelp hid=\"SC_MODALDIALOG_RID_SCDLG_COLORROW\">Allows you to copy marked cells to a sort list.</ahelp>"
+#. h9t{
+#: javaclasspath.xhp
+msgctxt ""
+"javaclasspath.xhp\n"
+"par_idN105D9\n"
+"help.text"
+msgid "Java classes that are accessed through the classpath do not undergo a security check."
msgstr ""
-#: 01060401.xhp#hd_id3147574.3.help.text
-msgid "List from"
-msgstr "სიის ფორმა"
+#. |t}{
+#: javaclasspath.xhp
+msgctxt ""
+"javaclasspath.xhp\n"
+"par_idN1060A\n"
+"help.text"
+msgid "Add Archive"
+msgstr "არქივის დამატება"
-#: 01060401.xhp#par_id3148563.4.help.text
-msgid "Choose between the options<emph> Rows</emph> and <emph>Columns</emph>. Cells without text will be ignored when copying."
+#. #iXZ
+#: javaclasspath.xhp
+msgctxt ""
+"javaclasspath.xhp\n"
+"par_idN1060E\n"
+"help.text"
+msgid "<ahelp hid=\"svx:PushButton:RID_SVXDLG_JAVA_CLASSPATH:PB_ADDARCHIVE\">Select an archive file in jar or zip format and add the file to the class path.</ahelp>"
msgstr ""
-#: 01060401.xhp#hd_id3156343.5.help.text
-msgid "Rows"
-msgstr "რიგები"
+#. mI;V
+#: javaclasspath.xhp
+msgctxt ""
+"javaclasspath.xhp\n"
+"par_idN10625\n"
+"help.text"
+msgid "Add Folder"
+msgstr "საქაღალდის დამატება"
-#: 01060401.xhp#par_id3148664.6.help.text
-msgid "<ahelp hid=\"SC_RADIOBUTTON_RID_SCDLG_COLORROW_BTN_GROUP_ROWS\">Select the<emph> Rows </emph>option to summarize the contents of the selected rows in a list.</ahelp>"
+#. aY@M
+#: javaclasspath.xhp
+msgctxt ""
+"javaclasspath.xhp\n"
+"par_idN10629\n"
+"help.text"
+msgid "<ahelp hid=\"svx:PushButton:RID_SVXDLG_JAVA_CLASSPATH:PB_ADDPATH\">Select a folder and add the folder to the class path.</ahelp>"
msgstr ""
-#: 01060401.xhp#hd_id3153525.7.help.text
-msgid "Columns"
-msgstr "სვეტები"
-
-#: 01060401.xhp#par_id3154216.8.help.text
-msgid "<ahelp hid=\"SC_RADIOBUTTON_RID_SCDLG_COLORROW_BTN_GROUP_COLS\">Select the<emph> Columns </emph>option to summarize the contents of the selected columns in a list.</ahelp>"
+#. =,Hz
+#: javaclasspath.xhp
+msgctxt ""
+"javaclasspath.xhp\n"
+"par_idN10640\n"
+"help.text"
+msgid "Remove"
msgstr ""
-#: 01060900.xhp#tit.help.text
-msgctxt "01060900.xhp#tit.help.text"
-msgid "Formula"
-msgstr "ფორმულა"
-
-#: 01060900.xhp#bm_id4249399.help.text
-msgid " <bookmark_value>formula options;formula syntax</bookmark_value> <bookmark_value>formula options;separators</bookmark_value> <bookmark_value>formula options;reference syntax in string parameters</bookmark_value> <bookmark_value>separators;function</bookmark_value> <bookmark_value>separators;array column</bookmark_value> <bookmark_value>separators;array row</bookmark_value> "
+#. JLtS
+#: javaclasspath.xhp
+msgctxt ""
+"javaclasspath.xhp\n"
+"par_idN10644\n"
+"help.text"
+msgid "<ahelp hid=\"svx:PushButton:RID_SVXDLG_JAVA_CLASSPATH:PB_REMOVE_PATH\">Select an archive or a folder in the list and click Remove to remove the object from the class path.</ahelp>"
msgstr ""
-#: 01060900.xhp#hd_id3145071.help.text
-msgid "<link href=\"text/shared/optionen/01060900.xhp\" name=\"Formula\">Formula</link>"
+#. m(jj
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Options"
msgstr ""
-#: 01060900.xhp#par_id3147576.help.text
-msgid "<ahelp hid=\".\">Defines formula syntax options for %PRODUCTNAME Calc.</ahelp>"
+#. {1,,
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"bm_id3153665\n"
+"help.text"
+msgid "<bookmark_value>options; tools</bookmark_value> <bookmark_value>defaults; program configuration</bookmark_value> <bookmark_value>settings; program configuration</bookmark_value>"
msgstr ""
-#: 01060900.xhp#hd_id3149399.help.text
-msgid "Formula options"
-msgstr ""
+#. M0p*
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"hd_id3153665\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01000000.xhp\" name=\"Options\">Options</link>"
+msgstr "<link href=\"text/shared/optionen/01000000.xhp\" name=\"Options\">პარამეტრები</link>"
-#: 01060900.xhp#hd_id31493991.help.text
-msgid "Formula syntax"
-msgstr ""
+#. ri3f
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"par_id3151384\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:OptionsTreeDialog\">This command opens a dialog for a customized program configuration.</ahelp>"
+msgstr "<ahelp hid=\".uno:OptionsTreeDialog\">ეს ბრძანება ხსნის დიალოგს პროგრამის მორგებული პარამეტრებისთვის.</ahelp>"
-#: 01060900.xhp#par_id3155419.help.text
-msgid "There are three options. Let's see it by example. In a sample spreadsheet there are two worksheets, Sheet1 and Sheet2. In A1 cell of Sheet1 there is a reference to C4 cell of Sheet2."
+#. gQ0,
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"par_id3156344\n"
+"18\n"
+"help.text"
+msgid "All your settings are saved automatically. To expand an entry either double click this entry or click the plus sign. To collapse the entry, click the minus sign or double click the entry."
msgstr ""
-#: 01060900.xhp#par_id3156155.help.text
-msgid "<emph>Calc A1</emph> - This is the default of %PRODUCTNAME Calc. The reference will be <item type=\"input\">=$Sheet2.C4</item>"
+#. D)l%
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"par_idN10607\n"
+"help.text"
+msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME. %PRODUCTNAME Impress and %PRODUCTNAME Draw are treated as the same in this dialog. The common entries are always visible."
msgstr ""
-#: 01060900.xhp#par_id3147530.help.text
-msgid "<emph>Excel A1</emph> - This is the default of Microsoft Excel. The reference will be <item type=\"input\">=Sheet2!C4</item>"
-msgstr ""
+#. 0#a2
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"par_id3125863\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">Select an entry to edit.</ahelp>"
+msgstr "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">აირჩიეთ დასარედაქტირებელი ჩანაწერი.</ahelp>"
-#: 01060900.xhp#par_id3153061.help.text
-msgid "<emph>Excel R1C1</emph> - This is the relative row/column addressing, known from Microsoft Excel. The reference will be <item type=\"input\">=Sheet2!R[3]C[2]</item>"
+#. GX/C
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"par_id1013200911280529\n"
+"help.text"
+msgid "Note for Mac OS X users: The Help mentions the menu path Tools - Options at numerous places. Replace this path with %PRODUCTNAME - Preferences on your Mac OS X main menu. Both menu entries open the Options dialog box."
msgstr ""
-#: 01060900.xhp#hd_id31493992.help.text
-msgid "Use English function names"
+#. lVn%
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"hd_id3159149\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010000.xhp\" name=\"$[officename]\">%PRODUCTNAME</link>"
+msgstr "<link href=\"text/shared/optionen/01010000.xhp\" name=\"$[officename]\">%PRODUCTNAME</link>"
+
+#. f!O4
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"hd_id3145787\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01020000.xhp\" name=\"Load/Save\">Load/Save</link>"
+msgstr "<link href=\"text/shared/optionen/01020000.xhp\" name=\"Load/Save\">ჩატვირთვა/შენახვა</link>"
+
+#. folj
+#: 01000000.xhp
+#, fuzzy
+msgctxt ""
+"01000000.xhp\n"
+"hd_id3153726\n"
+"19\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01150000.xhp\" name=\"Language Settings\">Language Settings</link>"
+msgstr "<link href=\"text/shared/optionen/01140000.xhp\" name=\"Languages\">ენები</link>"
+
+#. 4Abs
+#: 01000000.xhp
+#, fuzzy
+msgctxt ""
+"01000000.xhp\n"
+"hd_id3150872\n"
+"20\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01030000.xhp\" name=\"Internet\">Internet</link>"
+msgstr "<link href=\"text/shared/optionen/01000000.xhp\" name=\"Options\">პარამეტრები</link>"
+
+#. r!7r
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"hd_id3153188\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01040000.xhp\" name=\"Text Document\">%PRODUCTNAME Writer</link>"
+msgstr "<link href=\"text/shared/optionen/01040000.xhp\" name=\"Text Document\">%PRODUCTNAME Writer</link>"
+
+#. Y.y?
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"hd_id3150104\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01050000.xhp\" name=\"HTML Document\">%PRODUCTNAME Writer/Web</link>"
+msgstr "<link href=\"text/shared/optionen/01050000.xhp\" name=\"HTML Document\">%PRODUCTNAME Writer/ვები</link>"
+
+#. SI*n
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"hd_id3154918\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01060000.xhp\" name=\"Spreadsheet\">%PRODUCTNAME Calc</link>"
+msgstr "<link href=\"text/shared/optionen/01060000.xhp\" name=\"Spreadsheet\">%PRODUCTNAME Calc</link>"
+
+#. C}|o
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"hd_id3153142\n"
+"8\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01070000.xhp\" name=\"Presentation\">%PRODUCTNAME Impress</link>"
+msgstr "<link href=\"text/shared/optionen/01070000.xhp\" name=\"Presentation\">%PRODUCTNAME Impress</link>"
+
+#. !%01
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"hd_id3147434\n"
+"12\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01080000.xhp\" name=\"Drawing\">%PRODUCTNAME Draw</link>"
+msgstr "<link href=\"text/shared/optionen/01080000.xhp\" name=\"Drawing\">%PRODUCTNAME Draw</link>"
+
+#. ]3,Z
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"hd_id3154732\n"
+"9\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01090000.xhp\" name=\"Formula\">%PRODUCTNAME Math</link>"
+msgstr "<link href=\"text/shared/optionen/01090000.xhp\" name=\"Formula\">%PRODUCTNAME Math</link>"
+
+#. Q(E2
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"hd_id3155418\n"
+"15\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01110000.xhp\" name=\"Chart\">Charts</link>"
+msgstr "<link href=\"text/shared/optionen/01110000.xhp\" name=\"Chart\">Charts</link>"
+
+#. ;UMm
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"hd_id3149420\n"
+"21\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01160000.xhp\" name=\"Data Sources\">%PRODUCTNAME Database</link>"
+msgstr "<link href=\"text/shared/optionen/01160000.xhp\" name=\"Data Sources\">%PRODUCTNAME Database</link>"
+
+#. dXfJ
+#: 01012000.xhp
+msgctxt ""
+"01012000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Appearance"
+msgstr "იერსახე"
+
+#. hy;C
+#: 01012000.xhp
+msgctxt ""
+"01012000.xhp\n"
+"bm_id3153527\n"
+"help.text"
+msgid "<bookmark_value>colors; appearance</bookmark_value><bookmark_value>options; appearance</bookmark_value><bookmark_value>appearance options</bookmark_value>"
msgstr ""
-#: 01060900.xhp#par_id4155419.help.text
-msgid "In %PRODUCTNAME Calc function names can be localized. By default, the check box is off, which means the localized function names are used. Checking this check box will swap localized function names with the English ones. This change takes effect in all of the following areas: formula input and display, function wizard, and formula tips. You can of course uncheck it to go back to the localized function names."
+#. %k)U
+#: 01012000.xhp
+msgctxt ""
+"01012000.xhp\n"
+"hd_id3153527\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01012000.xhp\" name=\"Appearance\">Appearance</link>"
+msgstr "<link href=\"text/shared/optionen/01012000.xhp\" name=\"Appearance\">იერსახე</link>"
+
+#. 7T=w
+#: 01012000.xhp
+msgctxt ""
+"01012000.xhp\n"
+"par_id3145120\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Sets the colors for the $[officename] user interface.</ahelp> You can save the current settings as color scheme and load them later."
msgstr ""
-#: 01060900.xhp#hd_id4149399.help.text
-msgid "Separators"
+#. ASqU
+#: 01012000.xhp
+msgctxt ""
+"01012000.xhp\n"
+"hd_id3154046\n"
+"3\n"
+"help.text"
+msgid "Color scheme"
+msgstr "ფერთა სქემა"
+
+#. gmNl
+#: 01012000.xhp
+msgctxt ""
+"01012000.xhp\n"
+"par_id3152349\n"
+"4\n"
+"help.text"
+msgid "Save and delete color schemes."
+msgstr "ფერთა სქემის შენახვა და წაშლა."
+
+#. #)d:
+#: 01012000.xhp
+msgctxt ""
+"01012000.xhp\n"
+"hd_id3153252\n"
+"5\n"
+"help.text"
+msgid "Scheme"
msgstr ""
-#: 01060900.xhp#par_id5155419.help.text
-msgid "This option group lets you configure separators in your formula expressions. This comes in handy when, for instance, you want to separate your function parameters by commas (,) instead of semicolons (;)."
+#. XhHV
+#: 01012000.xhp
+msgctxt ""
+"01012000.xhp\n"
+"par_id3153541\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_COLORCONFIG_LB_COLORSCHEME\">Selects the color scheme you want to use.</ahelp>"
msgstr ""
-#: 01060900.xhp#par_id6155419.help.text
-msgid "For example, instead of <item type=\"input\">=SUM(A1;B1;C1)</item> you can type <item type=\"input\">=SUM(A1,B1,C1)</item>."
+#. %gRa
+#: 01012000.xhp
+msgctxt ""
+"01012000.xhp\n"
+"hd_id3153665\n"
+"7\n"
+"help.text"
+msgid "Save"
msgstr ""
-#: 01060900.xhp#par_id7155419.help.text
-msgid "Likewise, you can also change the column and row separators for in-line arrays. Previously, an in-line array used semicolons (;) as the column separators and the pipe symbols (|) as the row separators, so a typical in-line array expression looked like this for a 5 x 2 matrix array:"
+#. 2qNl
+#: 01012000.xhp
+msgctxt ""
+"01012000.xhp\n"
+"par_id3145609\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXPAGE_COLORCONFIG_PB_SAVESCHEME\">Saves the current settings as a color scheme that you can reload later.</ahelp> The name is added to the <emph>Scheme</emph> box."
msgstr ""
-#: 01060900.xhp#par_id8155419.help.text
-msgid "<item type=\"input\">={1;2;3;4;5|6;7;8;9;10}</item>"
+#. j7h`
+#: 01012000.xhp
+msgctxt ""
+"01012000.xhp\n"
+"hd_id3149669\n"
+"9\n"
+"help.text"
+msgid "Name of color scheme"
+msgstr "ფერთა სქემის სახელი"
+
+#. d+1=
+#: 01012000.xhp
+msgctxt ""
+"01012000.xhp\n"
+"par_id3159413\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OPTIONS_COLORCONFIG_NAME_SCHEME\">Enter a name for the color scheme.</ahelp>"
msgstr ""
-#: 01060900.xhp#par_id9155419.help.text
-msgid "By changing the column separators to commas (,) and the row separators to semicolons (;), the same expression will look like this:"
+#. %_C0
+#: 01012000.xhp
+msgctxt ""
+"01012000.xhp\n"
+"hd_id3152811\n"
+"11\n"
+"help.text"
+msgid "Delete"
msgstr ""
-#: 01060900.xhp#par_id0155419.help.text
-msgid "<item type=\"input\">={1,2,3,4,5;6,7,8,9,10}</item>"
+#. ]iBN
+#: 01012000.xhp
+msgctxt ""
+"01012000.xhp\n"
+"par_id3150400\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXPAGE_COLORCONFIG_PB_DELETESCHEME\">Deletes the color scheme shown in the <emph>Scheme</emph> box. You cannot delete the Default scheme.</ahelp>"
msgstr ""
-#: 01060900.xhp#hd_id5149399.help.text
-msgid "Detailed calculation settings"
+#. YiTp
+#: 01012000.xhp
+msgctxt ""
+"01012000.xhp\n"
+"hd_id3148672\n"
+"13\n"
+"help.text"
+msgid "Scheme"
msgstr ""
-#: 01060900.xhp#par_id1015549.help.text
-msgid "Here you can configure the formula syntax to use when parsing references given in string parameters. This affects built-in functions such as INDIRECT that takes a reference as a string value."
+#. {Pq;
+#: 01012000.xhp
+msgctxt ""
+"01012000.xhp\n"
+"par_id3149204\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OPTIONS_COLORCONFIG_COLORLIST_WIN\">Select the colors for the user interface elements.</ahelp>"
msgstr ""
-#: 01030000.xhp#tit.help.text
-msgctxt "01030000.xhp#tit.help.text"
-msgid "Internet options"
+#. X/_6
+#: 01012000.xhp
+msgctxt ""
+"01012000.xhp\n"
+"par_id3150769\n"
+"15\n"
+"help.text"
+msgid "To apply a color to a user interface element, ensure that the checkbox in front of the name is marked. To hide a user interface element, clear the check box."
msgstr ""
-#: 01030000.xhp#hd_id3154926.1.help.text
-msgctxt "01030000.xhp#hd_id3154926.1.help.text"
-msgid "Internet options"
+#. JOLL
+#: 01012000.xhp
+msgctxt ""
+"01012000.xhp\n"
+"par_id3155430\n"
+"18\n"
+"help.text"
+msgid "Some user interface elements cannot be hidden."
+msgstr "მომხმარებლის ინტერფეისის ზოგი ელემენტის დამალვა შეუძლებელია."
+
+#. k@W~
+#: 01012000.xhp
+msgctxt ""
+"01012000.xhp\n"
+"par_id3145365\n"
+"20\n"
+"help.text"
+msgid "In order to enhance cursor visibility, if the user sets the application background color between 40% and 60% gray, it is automatically changed to 40% gray."
msgstr ""
-#: 01030000.xhp#par_id3154894.2.help.text
-msgid "<variable id=\"laden\"><ahelp hid=\".\">Specifies Internet settings.</ahelp></variable>"
+#. 9u4d
+#: 01012000.xhp
+msgctxt ""
+"01012000.xhp\n"
+"par_id3153144\n"
+"16\n"
+"help.text"
+msgid "The <emph>Automatic</emph> color setting changes the user interface element to the preset color from the color scheme."
msgstr ""
-#: serverauthentication.xhp#tit.help.text
-msgctxt "serverauthentication.xhp#tit.help.text"
-msgid "Server Authentication"
+#. siqX
+#: 01012000.xhp
+msgctxt ""
+"01012000.xhp\n"
+"par_id3154921\n"
+"17\n"
+"help.text"
+msgid "The color settings for \"Visited links\" and \"Unvisited links\" only apply to documents created after the settings are applied."
msgstr ""
-#: serverauthentication.xhp#par_idN1053E.help.text
-msgid "<link href=\"text/shared/optionen/serverauthentication.xhp\">Server Authentication</link>"
-msgstr "<link href=\"text/shared/optionen/serverauthentication.xhp\">სერვერზე აუტენიფიკაცია</link>"
+#. =\\k
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "HTML Document Options"
+msgstr "HTML დოკუმენტის პარამეტრები"
-#: serverauthentication.xhp#par_idN1054E.help.text
-msgid "On the <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/mailmerge.xhp\">%PRODUCTNAME Writer - Mail Merge E-mail</link> tab page, click the <emph>Server Authentication</emph> button to specify the server security settings."
+#. [f?-
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3149233\n"
+"1\n"
+"help.text"
+msgid "%PRODUCTNAME Writer/Web Options"
+msgstr "%PRODUCTNAME Writer/Web პარამეტრები"
+
+#. +UD@
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3145120\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"webbrowser\"><ahelp hid=\"SID_SW_ONLINEOPTIONS\">Defines the basic settings for $[officename] documents in HTML format.</ahelp></variable>"
msgstr ""
-#: serverauthentication.xhp#par_idN10563.help.text
-msgid "The outgoing mail server (SMTP) requires authentication"
-msgstr "გამავალი საფოსტო სერვერი (SMTP) მოითხოვს აუტენიფიკაციას"
+#. .~a,
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Writing Aids"
+msgstr "ჩაწერის დახმარება"
-#: serverauthentication.xhp#par_idN105BE.help.text
-msgid "<ahelp hid=\".\">Enables the authentication that is required to send e-mail by SMTP.</ahelp>"
+#. $Wad
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"bm_id7986388\n"
+"help.text"
+msgid "<bookmark_value>writing aids options</bookmark_value><bookmark_value>custom dictionaries; editing</bookmark_value><bookmark_value>user-defined dictionaries; editing</bookmark_value><bookmark_value>dictionaries; editing user-defined</bookmark_value><bookmark_value>exceptions; user-defined dictionaries</bookmark_value><bookmark_value>user-defined dictionaries; dictionary of exceptions</bookmark_value><bookmark_value>spellcheck; dictionary of exceptions</bookmark_value><bookmark_value>ignore list for spellcheck</bookmark_value><bookmark_value>spellcheck; ignore list</bookmark_value><bookmark_value>hyphenation; minimal number of characters</bookmark_value>"
msgstr ""
-#: serverauthentication.xhp#par_idN105CD.help.text
-msgid "The outgoing mail server (SMTP) requires separate authentication"
-msgstr "გამავალი საფოსტო სერვერი (SMTP) მოითხოვს ცალკე აუტენიფიკაციას"
+#. g]o9
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3145136\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010400.xhp\" name=\"Writing Aids\">Writing Aids</link>"
+msgstr "<link href=\"text/shared/optionen/01010400.xhp\" name=\"Writing Aids\">წერის დახმარება</link>"
-#: serverauthentication.xhp#par_idN105D2.help.text
-msgid "<ahelp hid=\".\">Select if your SMTP server requires a user name and password.</ahelp>"
+#. R98D
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3153527\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OPTIONS_LINGU\">Specifies the properties of the spellcheck, thesaurus and hyphenation.</ahelp>"
+msgstr "<ahelp hid=\"HID_OPTIONS_LINGU\">მარლთწერის თვისებებს საზღვრავს, თესაუროსი და დეფიზები.</ahelp>"
+
+#. W3M0
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3149096\n"
+"33\n"
+"help.text"
+msgid "Available Language Modules"
+msgstr "ენის ხელმისაწვდომი მოდულები"
+
+#. K?ms
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3154749\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CLB_LINGU_MODULES\">Contains the installed language modules.</ahelp>"
+msgstr "<ahelp hid=\"HID_CLB_LINGU_MODULES\">შეიცავს დაყენებულ ენის მოდულებს.</ahelp>"
+
+#. ;9F|
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3153663\n"
+"35\n"
+"help.text"
+msgid "A language module can contain one, two or three submodules: Spellcheck, hyphenation and thesaurus. Each sub-module can be available in one or more languages. If you click in front of the name of the module, you activate all the available sub-modules simultaneously. If you remove a set mark, you deactivate all the available sub-modules simultaneously. If you wish to activate or deactivate individual sub-modules, click the<emph> Edit button </emph>to open the <link href=\"text/shared/optionen/01010401.xhp\" name=\"Edit Modules\"><emph>Edit Modules</emph></link> dialog."
+msgstr "ენის მოდული შეიძლება შეიცავდეს ერთ, ორ ან სამ ქვემოდულს: მარლთწერის შემოწმება, დეფიზები და თეზავროსი. ყოველი ქვემოდული შეიძლება ხელმისაწვდომი იყოს ერთ ან მეტ ენაში. თუ მოდულის სახელზე დააწკაპებთ, ამით ყველა ქვემოდული გააქტიურდება. თუ მონიშვნას მოხსნით, ყველა ხელმისაწვდომი მოდულები არააქტიური გახდება. თუ გსურთ ქვემოდულების გააქტიურება/დეაქტიურება, დააწკაპუნეთ<emph> რედაქტირების ღილაკს </emph> <link href=\"text/shared/optionen/01010401.xhp\" name=\"Edit Modules\"><emph>მოდულების რედაქტირების</emph></link> დიალოგის გასახსნელად."
+
+#. qxWB
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3294778\n"
+"help.text"
+msgid "The configuration allows for two different directories: one folder where the user has write permissions, and one without write permissions. The user can only edit and delete the user dictionaries that are located in the writable path. Other dictionaries can be read only."
msgstr ""
-#: serverauthentication.xhp#par_idN105E5.help.text
-msgctxt "serverauthentication.xhp#par_idN105E5.help.text"
-msgid "User name"
+#. )o](
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3154307\n"
+"36\n"
+"help.text"
+msgid "Edit"
msgstr ""
-#: serverauthentication.xhp#par_idN105EA.help.text
-msgid "<ahelp hid=\".\">Enter the user name for the SMTP server.</ahelp>"
-msgstr "<ahelp hid=\".\">SMTP სერვერის მომხმარებლის სახელი შეიყვანეთ.</ahelp>"
+#. 36KB
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3145673\n"
+"37\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_MODULES_EDIT\">To edit a language module, select it and click <emph>Edit</emph>.</ahelp> The <link href=\"text/shared/optionen/01010401.xhp\" name=\"Edit Modules\"><emph>Edit </emph><emph>Modules</emph></link> dialog appears."
+msgstr "<ahelp hid=\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_MODULES_EDIT\">ენის მოდულის დასარედაქტირებლად, აირჩიეთ იგი და დააწკაპეთ <emph>რედაქტირებას</emph>.</ahelp> <link href=\"text/shared/optionen/01010401.xhp\" name=\"მოდულების რედაქტირება\"><emph>მოდულების რედაქტირების</emph></link> დიალოგი ჩნდება."
-#: serverauthentication.xhp#par_idN105FD.help.text
-msgctxt "serverauthentication.xhp#par_idN105FD.help.text"
-msgid "Password"
+#. Qj\l
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3153348\n"
+"60\n"
+"help.text"
+msgid "User-defined dictionaries"
+msgstr "მომხმარებლის მიერ განსაზღვრული ლექსიკონი"
+
+#. #~,u
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3155419\n"
+"62\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CLB_EDIT_MODULES_DICS\">Lists the available user dictionaries.</ahelp> Mark the user dictionaries that you want to use for spellcheck and hyphenation."
+msgstr "<ahelp hid=\"HID_CLB_EDIT_MODULES_DICS\">ხელმისაწვდომი მომხმარებელთა ლექსიკონების სია.</ahelp> მომხმარებელთა ლექსიკონები მონიშნეთ რომელთა გამოყენებაც გსურთ მარლთწერის შესამოწმებლად."
+
+#. bN!e
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3144511\n"
+"63\n"
+"help.text"
+msgid "New"
msgstr ""
-#: serverauthentication.xhp#par_idN10602.help.text
-msgid "<ahelp hid=\".\">Enter the password for the user name.</ahelp>"
-msgstr "<ahelp hid=\".\">მომხმარებლის სახელი და პაროლი შეიყვანეთ.</ahelp>"
+#. %Ap4
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3146794\n"
+"64\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_DICS_NEW_DIC\">Opens the <emph>New Dictionary</emph> dialog, in which you can name a new user-defined dictionary or dictionary of exceptions and specify the language.</ahelp>"
+msgstr "<ahelp hid=\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_DICS_NEW_DIC\">ხსნის <emph>ახალი ლექსიკონის</emph> დიალოგს, რომელშიც შეგიძლიათ დაასახელოთ ახალი მომხმარებლის მიერ განსაზღვრული ლექსიკონი ან გამოსახულებების ლექსიკონი და განსაზღვრეთ ენა.</ahelp>"
-#: serverauthentication.xhp#par_idN10615.help.text
-msgid "The outgoing mail server uses the same authentication as the incoming mail server."
-msgstr "გამავალი საფოსტო სერვერი იყენებს იგივე აუტენიფიკაციას რასაც შემომავალი საფოსტო სერვერი."
+#. d2n1
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3151054\n"
+"65\n"
+"help.text"
+msgid "New Dictionary"
+msgstr "ახალი ლექსიკონი"
-#: serverauthentication.xhp#par_idN1061A.help.text
-msgid "<ahelp hid=\".\">Select if you are required to first read your e-mail before you can send e-mail.</ahelp> This method is also called \"SMTP after POP3\"."
-msgstr ""
+#. I\c^
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3153360\n"
+"66\n"
+"help.text"
+msgid "In the <emph>Dictionary</emph> section you can name a new user-defined dictionary or dictionary of exceptions and specify the language."
+msgstr "<emph>ლექსიკონის</emph> სექციაში შეგიძლიათ დაასახელოთ ახალი მომხმარებლის მიერ განსაზღვრული ლექსიკონი ან გამოსახულებათა ლექსიკონი და მიუთითოთ ენა."
-#: serverauthentication.xhp#par_idN10629.help.text
-msgctxt "serverauthentication.xhp#par_idN10629.help.text"
-msgid "Server name"
+#. ]FlH
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3150398\n"
+"67\n"
+"help.text"
+msgid "Name"
msgstr ""
-#: serverauthentication.xhp#par_idN1062C.help.text
-msgid "<ahelp hid=\".\">Enter the server name of your POP 3 or IMAP mail server.</ahelp>"
-msgstr "<ahelp hid=\".\">შეიყვანეთ თქვენი POP 3 ან IMAP საფოსტო სერვერის მისამართი.</ahelp>"
+#. iU?Y
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3153192\n"
+"68\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SFXDLG_NEWDICT:ED_DICTNAME\">Specifies the name of the new custom dictionary.</ahelp> The file extension \"*.DIC\" is automatically appended."
+msgstr "<ahelp hid=\"SVX:EDIT:RID_SFXDLG_NEWDICT:ED_DICTNAME\">საზღვრავს ახალი მორგებული ლექსიკონის სახელს.</ahelp> ფაილის გაფართოება \"*.DIC\" ავტომატურად ემატება."
-#: serverauthentication.xhp#par_idN1063B.help.text
-msgctxt "serverauthentication.xhp#par_idN1063B.help.text"
-msgid "Port"
+#. Q8Ji
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3150767\n"
+"69\n"
+"help.text"
+msgid "Language"
+msgstr "ენები"
+
+#. 5,J;
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3148920\n"
+"70\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SFXDLG_NEWDICT:LB_DICTLANG\">By selecting a certain language you can limit the use of the custom dictionary.</ahelp> By selecting <emph>All</emph> the custom dictionary is used independently of the current language."
+msgstr "<ahelp hid=\"SVX:LISTBOX:RID_SFXDLG_NEWDICT:LB_DICTLANG\">განსაზღვრული ენის არჩევით შეგიძლიათ შეზღუდოთ მორგებული ლექსიკონების გამოყენება.</ahelp> <emph>ყველას</emph> არჩევით მორგებული ლექსიკონები ენისგან დამოუკიდებლად გამოიყენება."
+
+#. 7w(P
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3153106\n"
+"71\n"
+"help.text"
+msgid "Exceptions (-)"
+msgstr "გამონაკლისები (-)"
+
+#. kXqd
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3149561\n"
+"72\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SFXDLG_NEWDICT:BTN_EXCEPT\">Specifies whether you wish to avoid certain words in your documents.</ahelp> In this way, you can create a custom dictionary of all the words to be avoided. If this exception dictionary is activated, during spellchecking you receive a corresponding note about any words which should be avoided."
msgstr ""
-#: serverauthentication.xhp#par_idN10640.help.text
-msgid "<ahelp hid=\".\">Enter the port on the POP3 or IMAP server.</ahelp>"
-msgstr "<ahelp hid=\".\">POP3 ან IMAP სერვერზე პორტის შეყვანა.</ahelp>"
+#. ,3_O
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3145785\n"
+"73\n"
+"help.text"
+msgid "Edit"
+msgstr ""
-#: serverauthentication.xhp#par_idN10653.help.text
-msgid "POP 3"
-msgstr "POP 3"
+#. [(Ws
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3152576\n"
+"74\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_DICS_EDIT_DIC\">Opens the <emph>Edit custom dictionary</emph> dialog, in which you can add to your custom dictionary or edit existing entries.</ahelp>"
+msgstr "<ahelp hid=\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_DICS_EDIT_DIC\">ხსნის <emph>მორგებული ლექსიკონის რედაქტირების</emph> დიალოგს, სადაც შეგიძლიათ დაამატოთ მორგებული ლექსიკონები ან დაარედაქტიროთ არსებული ჩანაწერები.</ahelp>"
-#: serverauthentication.xhp#par_idN10658.help.text
-msgid "<ahelp hid=\".\">Specifies that the incoming mail server uses POP 3.</ahelp>"
-msgstr "<ahelp hid=\".\">საზღვრავს რომ შემომავალი საფოსტო სერვერი იყენებს POP 3.</ahelp>"
+#. Nt22
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3147436\n"
+"75\n"
+"help.text"
+msgid "In the <emph>Edit custom dictionary </emph>dialog you have the option to enter new terms or edit existing entries. If you edit an exception dictionary, the dialog has the added facility of defining an exception for a word. During the spellcheck this exception is then listed as a suggestion."
+msgstr "<emph>მორგებული ლექსიკონის რედაქტირების</emph> დიალოგში თქვენ გაქვთ პარამეტრი ახალი ტერმინის შესაყვანად, ან არსებული ჩანაწერების დასარედაქტირებლად. თუ გამონაკლისთა ლექსიკონს დაარედაქტირებთ, დიალოგს ექნება საშუალება სიტყვისთვის გამონაკლისის განსაზღვრა. მარლთწერის შემოწმებისას, ეს გამონაკლისი ჩამოითვლება შემოთავაზებად."
-#: serverauthentication.xhp#par_idN10667.help.text
-msgid "IMAP"
-msgstr "IMAP"
+#. 3XBy
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3145750\n"
+"76\n"
+"help.text"
+msgid "When a dictionary is edited, a check is made on the status of the file. If the file is write-protected, it cannot be changed. The buttons <emph>New</emph> and <emph>Delete</emph> are then deactivated."
+msgstr "როდესაც ლექსიკონი ჩასწორებულია, შემოწმება კეთდება ფაილის სტატუსზე. თუ ფაილი ჩაწერისგან დაცულია, მისი შეცვლა შეუძლებელია, <emph>ახალი</emph> და <emph>წაშლის</emph> ღილაკები არააქტიურია."
-#: serverauthentication.xhp#par_idN1066A.help.text
-msgid "<ahelp hid=\".\">Specifies that the incoming mail server uses IMAP.</ahelp>"
-msgstr "<ahelp hid=\".\">საზღვრავს რომ შემომავალი საფოსტო სერვერი იყენებს IMAP.</ahelp>"
+#. C[w5
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3150116\n"
+"77\n"
+"help.text"
+msgid "Book"
+msgstr "წიგნი"
-#: serverauthentication.xhp#par_idN10679.help.text
-msgctxt "serverauthentication.xhp#par_idN10679.help.text"
-msgid "User name"
+#. G%c%
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3147394\n"
+"78\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SFXDLG_EDITDICT:LB_ALLDICTS\">Specifies the book to be edited.</ahelp>"
+msgstr "<ahelp hid=\"SVX:LISTBOX:RID_SFXDLG_EDITDICT:LB_ALLDICTS\">საზღვრავს დასარედაქტირებელ წიგნს.</ahelp>"
+
+#. MD[!
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3154730\n"
+"79\n"
+"help.text"
+msgid "<variable id=\"ignore\">The <emph>IgnoreAllList (All) </emph>includes all words that have been marked with <emph>Ignore</emph> during spellcheck. This list is valid only for the current spellcheck. </variable>"
msgstr ""
-#: serverauthentication.xhp#par_idN1067E.help.text
-msgid "<ahelp hid=\".\">Enter the user name for the IMAP server.</ahelp>"
-msgstr "<ahelp hid=\".\">შეიყვანეთ IMAP სერვერის მომხმარებლის სახელი.</ahelp>"
+#. kl^F
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3154757\n"
+"80\n"
+"help.text"
+msgid "The <emph>IgnoreAllList</emph> entry cannot be selected and cannot be deleted. Only the words included as content can be deleted. This happens automatically each time that $[officename] is closed."
+msgstr "<emph>IgnoreAllList</emph> ჩანაწერის არჩევა და წაშლა არ შეიძლება. მხოლოდ შიგთავსის სიტყვების მონიშვნა და წაშლაა შესაძლებელი. ეს ყოველ ჯერზე ხდება, როდესაც $[officename] იხურება."
-#: serverauthentication.xhp#par_idN10691.help.text
-msgctxt "serverauthentication.xhp#par_idN10691.help.text"
-msgid "Password"
+#. KOOF
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3149018\n"
+"81\n"
+"help.text"
+msgid "Language"
+msgstr "ენები"
+
+#. 3$8%
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3154255\n"
+"82\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SFXDLG_EDITDICT:LB_DICTLANG\">Assigns a new language to the current custom dictionary.</ahelp>"
+msgstr "<ahelp hid=\"SVX:LISTBOX:RID_SFXDLG_EDITDICT:LB_DICTLANG\">მიმდინარე მორგებული ლექსიკონისთვის ახალი ენის დამატება.</ahelp>"
+
+#. jVBE
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3151189\n"
+"83\n"
+"help.text"
+msgid "Word"
+msgstr "სიტყვა"
+
+#. R0a}
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3151252\n"
+"84\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SFXDLG_EDITDICT:ED_WORD\">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.</ahelp> If you select a word from this list it is displayed in the text field. If you type a word with a trailing = character, such as \"AutoComplete=\", the word is never automatically hyphenated and no hyphenation is suggested. Typing \"Auto=Complete\" results in the word being hyphenated, or a hyphenation suggested, where you insert the = sign."
msgstr ""
-#: serverauthentication.xhp#par_idN10696.help.text
-msgid "<ahelp hid=\".\">Enter the password.</ahelp>"
-msgstr "<ahelp hid=\".\">პაროლის შეყვანა.</ahelp>"
+#. l2!c
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3155175\n"
+"85\n"
+"help.text"
+msgid "Suggestion"
+msgstr "შეთავაზება"
-#: 01010000.xhp#tit.help.text
-msgctxt "01010000.xhp#tit.help.text"
-msgid "$[officename]"
+#. ;@7Z
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3147323\n"
+"86\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SFXDLG_EDITDICT:ED_REPLACE\">This input field is only available if you are editing an exception dictionary. The field shows the alternative suggestion for the current word in the \"Word\" text box.</ahelp>"
msgstr ""
-#: 01010000.xhp#hd_id3153750.1.help.text
-msgctxt "01010000.xhp#hd_id3153750.1.help.text"
-msgid "$[officename]"
+#. }%4M
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3147361\n"
+"88\n"
+"help.text"
+msgid "New"
msgstr ""
-#: 01010000.xhp#par_id3149177.2.help.text
-msgid "<variable id=\"optionenallgemein\"><ahelp hid=\"SID_GENERAL_OPTIONS\">Use this dialog to create general settings for working with $[officename]. The information covers topics such as user data, saving, printing, paths to important files and directories, and color defaults.</ahelp></variable> These settings are saved automatically."
-msgstr "<variable id=\"optionenallgemein\"><ahelp hid=\"SID_GENERAL_OPTIONS\">გამოიყენეთ ეს ფანჯარა $[officename]-თან სამუშაოდ ზოგადი პარამეტრების გასამართად. ეს ინფორმაცია შეიცავს თემებს, როგორიცაა მონაცემები მომხმარებლების შესახებ, შენახვა, ბეჭდვა, მნიშვნელოვანი ფაილების და დირექტორიების გეზი და ნაგულისხმევი ფერები. </ahelp></variable> ეს პარამეტრები ავტომატურად ინახება."
+#. 77bV
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3163808\n"
+"89\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SFXDLG_EDITDICT:PB_NEW_REPLACE\">Adds the word in the <emph>Word </emph>text field to your current custom dictionary. The word in the <emph>Suggestion </emph>field is also added when working with exception dictionaries.</ahelp>"
+msgstr "<ahelp hid=\"SVX:PUSHBUTTON:RID_SFXDLG_EDITDICT:PB_NEW_REPLACE\">დამატება: სიტყვა არის <emph>სიტყვის </emph>ტექსტურ ველში, მიმდინარე მორგებულ ლექსიკონში. სიტყვა <emph>შეთავაზების </emph>ველი ასევე დამატებულია, გამონაკლისთა ლექსიკონთან მუშაობისას.</ahelp>"
-#: 01060300.xhp#tit.help.text
-msgctxt "01060300.xhp#tit.help.text"
-msgid "General"
+#. k3-G
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3145790\n"
+"91\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Removes the marked word from the current custom dictionary.</ahelp>"
msgstr ""
-#: 01060300.xhp#bm_id3151110.help.text
-msgid "<bookmark_value>metrics;in sheets</bookmark_value><bookmark_value>tab stops; setting in sheets</bookmark_value><bookmark_value>cells; cursor positions after input (Calc)</bookmark_value><bookmark_value>edit mode; through Enter key (Calc)</bookmark_value><bookmark_value>formatting; expanding (Calc)</bookmark_value><bookmark_value>expanding formatting (Calc)</bookmark_value><bookmark_value>references; expanding (Calc)</bookmark_value><bookmark_value>column headers; highlighting (Calc)</bookmark_value><bookmark_value>row headers; highlighting (Calc)</bookmark_value>"
+#. Lqx8
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3151277\n"
+"93\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the selected dictionary after a confirmation, provided it is not write-protected.</ahelp>"
msgstr ""
-#: 01060300.xhp#hd_id3153311.1.help.text
-msgid "<link href=\"text/shared/optionen/01060300.xhp\" name=\"General\">General</link>"
-msgstr "<link href=\"text/shared/optionen/01060300.xhp\" name=\"General\">ზოგადი</link>"
+#. lPK.
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3149032\n"
+"39\n"
+"help.text"
+msgid "Options"
+msgstr ""
-#: 01060300.xhp#par_id3156410.2.help.text
-msgid "Defines general settings for spreadsheet documents."
+#. NWRG
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3145259\n"
+"40\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CLB_LINGU_OPTIONS\">Defines the options for the spellcheck and hyphenation.</ahelp>"
+msgstr "<ahelp hid=\"HID_CLB_LINGU_OPTIONS\">საზღვრავს მარლთწერის და გადატანის პარამეტრებს.</ahelp>"
+
+#. }aQ6
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3149965\n"
+"41\n"
+"help.text"
+msgid "Edit"
msgstr ""
-#: 01060300.xhp#hd_id3155338.24.help.text
-msgid "Metrics"
-msgstr "მეტრული"
+#. =o]s
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3153231\n"
+"42\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_OPTIONS_EDIT\">If you want to change a value, select the entry and then click <emph>Edit</emph>.</ahelp> You will see a dialog for entering a new value."
+msgstr "<ahelp hid=\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_OPTIONS_EDIT\">თუ გსურთ მნიშვნელობის შეცვლა, აირჩიეთ ჩანაწერი და დააწკაპეთ <emph>რედაქტირებას</emph>.</ahelp> ახალი მნიშვნელობის შესაყვანად იხილავთ დიალოგს."
-#: 01060300.xhp#hd_id3151110.20.help.text
-msgctxt "01060300.xhp#hd_id3151110.20.help.text"
-msgid "Measurement unit"
+#. ?jh)
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3150983\n"
+"43\n"
+"help.text"
+msgid "Check uppercase words"
+msgstr "ზედარეგისტრის სიტყვების შემოწმება"
+
+#. M-\^
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3152582\n"
+"44\n"
+"help.text"
+msgid "Specifies that capitalization is checked during spellcheck."
+msgstr "საზღვრავს არის თუ არა ჩართული მთავრული ასოები მარლთწერისას."
+
+#. LCvR
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3150826\n"
+"45\n"
+"help.text"
+msgid "Check words with numbers."
+msgstr "სიტყვების რიცხვებით შემოწმება."
+
+#. qFgQ
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3150208\n"
+"46\n"
+"help.text"
+msgid "Specifies that words that contain numbers as well as letters are to be checked."
+msgstr "საზღვრავს შემოწმდეს თუ არა სიტყვები, რომლებშიც ასოების გარდა ციფრებიცაა."
+
+#. nwC\
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3147509\n"
+"47\n"
+"help.text"
+msgid "Check capitalization"
+msgstr "მთავრულების შემოწმება"
+
+#. 6`Hb
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3154200\n"
+"48\n"
+"help.text"
+msgid "Checks for the correct use of capitals at the start of words during spellcheck."
+msgstr "შეამოწმეთ მთავრულების სწორი გამოყენება სიტყვის დასაწყისში მარლთწერისას."
+
+#. `^u)
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3166424\n"
+"49\n"
+"help.text"
+msgid "Check special regions"
+msgstr "მარლთწერის შემოწმების რეგიონები"
+
+#. A(5t
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3150345\n"
+"50\n"
+"help.text"
+msgid "Specifies that special regions, such as drawing text, are checked during spellcheck."
msgstr ""
-#: 01060300.xhp#par_id3150444.21.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_LAYOUT:LB_UNIT\">Defines the unit of measure in spreadsheets.</ahelp>"
+#. #gaD
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3166429\n"
+"21\n"
+"help.text"
+msgid "Check spelling as you type"
+msgstr "მარლთწერის ბეჭდვისას შემოწმება"
+
+#. {f+;
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3155531\n"
+"6\n"
+"help.text"
+msgid "<variable id=\"automatisch\"><ahelp hid=\".uno:SpellOnline\">Automatically checks spelling as you type, and underlines errors.</ahelp></variable>"
+msgstr "<variable id=\"automatisch\"><ahelp hid=\".uno:SpellOnline\">მარლთწერის ბეჭდვისას შემოწმება და შეცდომების ხაზგასმა.</ahelp></variable>"
+
+#. 6lfk
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3156291\n"
+"32\n"
+"help.text"
+msgid "Typing errors are highlighted in the document with a red underline. If you place the cursor over a word marked in this way, you can open the context menu to obtain a list of corrections. Select a correction to replace the word. If you make the same mistake again while editing the document, it will be marked as an error again."
msgstr ""
-#: 01060300.xhp#hd_id3149795.22.help.text
-msgctxt "01060300.xhp#hd_id3149795.22.help.text"
-msgid "Tab stops"
+#. QCGx
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3153815\n"
+"23\n"
+"help.text"
+msgid "To place the word pair in the <link href=\"text/shared/01/06040200.xhp\" name=\"AutoCorrect replacement table\">AutoCorrect replacement table</link>, open the <link href=\"text/shared/01/06040500.xhp\" name=\"AutoCorrect context menu\">AutoCorrect context menu</link> and choose <emph>AutoCorrect</emph>. Make your selection from the submenu. The word is replaced and at the same time the word pair is placed in the replacement table."
msgstr ""
-#: 01060300.xhp#par_id3150084.23.help.text
-msgid "<ahelp hid=\"SC:METRICFIELD:RID_SCPAGE_LAYOUT:MF_TAB\">Defines the tab stops distance.</ahelp>"
+#. E/od
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3150111\n"
+"53\n"
+"help.text"
+msgid "Minimal number of characters for hyphenation"
+msgstr "გადატანისთვის სიმბოლოთა მინიმალური რაოდენობა"
+
+#. 4h)V
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3150316\n"
+"54\n"
+"help.text"
+msgid "Specifies the minimum number of characters required for automatic hyphenation to be applied. <ahelp hid=\"HID_LNGDLG_NUM_PREBREAK\" visibility=\"hidden\"> Type the minimum number of characters that must come before or after the hyphen.</ahelp>"
msgstr ""
-#: 01060300.xhp#hd_id3155135.3.help.text
-msgid "Input settings"
-msgstr "შეყვანის პარამეტრები"
+#. cMN9
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3148823\n"
+"11\n"
+"help.text"
+msgid "Characters before line break"
+msgstr "სიმბოლოები ხაზის გადატანამდე"
-#: 01060300.xhp#hd_id3148491.5.help.text
-msgid "Press Enter to move selection"
-msgstr "მონიშნულის გადასაადგილებლად დააჭირეთ Enter"
+#. GTxe
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3156029\n"
+"12\n"
+"help.text"
+msgid "Sets the minimum number of characters of the word to be hyphenated that must remain at the end of the line."
+msgstr ""
-#: 01060300.xhp#par_id3145119.6.help.text
-msgid "<ahelp hid=\"SC_LISTBOX_RID_SCPAGE_LAYOUT_LB_ALIGN\">Determines the direction that the cursor in the spreadsheet will move after you press the Enter key.</ahelp>"
+#. ^}0?
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3154956\n"
+"13\n"
+"help.text"
+msgid "Characters after line break"
+msgstr "სიმბოლოები ხაზის გადატანის შემდეგ"
+
+#. j223
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3149439\n"
+"14\n"
+"help.text"
+msgid "Specifies the minimum number of characters of a hyphenated word required at the next line."
msgstr ""
-#: 01060300.xhp#hd_id3154307.8.help.text
-msgid "Press Enter to switch to edit mode"
+#. C)T(
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3156337\n"
+"15\n"
+"help.text"
+msgid "Hyphenate without inquiry"
+msgstr "გადატანა კითხვის გარეშე"
+
+#. n.^=
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3151130\n"
+"16\n"
+"help.text"
+msgid "Specifies that you will never be asked for a manual hyphenation. If the field is not marked, when a word is not recognized you will be presented with a dialog for entering hyphens."
msgstr ""
-#: 01060300.xhp#par_id3148943.9.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_LAYOUT_CB_EDITMODE\">Allows you to immediately edit the selected cell after pressing the Enter key.</ahelp>"
+#. xmXM
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3155900\n"
+"17\n"
+"help.text"
+msgid "Hyphenate special regions"
+msgstr "სპეციალური რეგიონების გადატანა"
+
+#. ;Mm8
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3155098\n"
+"18\n"
+"help.text"
+msgid "Specifies that hyphenation will also be carried out in footnotes, headers and footers."
+msgstr "საზღვრავს რომ გადატანა სქოლიოებშიც და ზედა და ქვედა კოლონტიტულებშიც იქნება გამოყენებული."
+
+#. 8myT
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"tit\n"
+"help.text"
+msgid "Trusted Sources"
+msgstr "სანდო წყაროები"
+
+#. pEuV
+#: macrosecurity_ts.xhp
+#, fuzzy
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN10549\n"
+"help.text"
+msgid "<variable id=\"macrosecurity_ts\"><link href=\"text/shared/optionen/macrosecurity_ts.xhp\">Trusted Sources</link></variable>"
+msgstr "<variable id=\"macrosecurity_sl\"><link href=\"text/shared/optionen/macrosecurity_sl.xhp\">დაცვის დონე</link></variable>"
+
+#. o=1e
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN10567\n"
+"help.text"
+msgid "Specifies the <link href=\"text/shared/optionen/macrosecurity.xhp\">macro security</link> settings for trusted certificates and trusted file locations."
msgstr ""
-#: 01060300.xhp#hd_id3153896.10.help.text
-msgid "Expand formatting"
-msgstr "ფორმატირების გაშლა"
+#. :~eP
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN10578\n"
+"help.text"
+msgid "Trusted certificates"
+msgstr "სანდო სერტიფიკატები"
-#: 01060300.xhp#par_id3150400.11.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_LAYOUT_CB_FORMAT\">Specifies whether to automatically apply the formatting attributes of the selected cell to the empty adjacent cells.</ahelp> If, for example, the contents of the selected cell have the bold attribute, this bold attribute will also apply to adjacent cells. Cells that already have a special format will not be modified by this function. You can see the range in question by pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + * (multiplication sign on the number pad) shortcut. This format also applies to all new values inserted within this range. The normal default settings apply to cells outside this range."
+#. (KP*
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN1057C\n"
+"help.text"
+msgid "<ahelp hid=\".\">Lists the trusted certificates.</ahelp>"
+msgstr "<ahelp hid=\".\">ჩამოთვლის სანდო სერტიფიკატებს.</ahelp>"
+
+#. y6d.
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN10591\n"
+"help.text"
+msgid "View"
msgstr ""
-#: 01060300.xhp#hd_id3148451.14.help.text
-msgid "Expand references when new columns/rows are inserted"
+#. w}9$
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN10595\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the View Certificate dialog for the selected certificate.</ahelp>"
msgstr ""
-#: 01060300.xhp#par_id3154684.15.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_LAYOUT_CB_EXPREF\">Specifies whether to expand references when inserting columns or rows adjacent to the reference range. This is only possible if the reference range, where the column or row is inserted, originally spanned at least two cells in the desired direction.</ahelp>"
+#. Opa`
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN105A6\n"
+"help.text"
+msgid "Remove"
msgstr ""
-#: 01060300.xhp#par_id3153194.16.help.text
-msgid "<emph>Example:</emph> If the range A1:B1 is referenced in a formula and you insert a new column after column B, the reference is expanded to A1:C1. If the range A1:B1 is referenced and a new row is inserted under row 1, the reference is not expanded, since there is only a single cell in the vertical direction."
+#. D,*V
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN105AA\n"
+"help.text"
+msgid "<ahelp hid=\".\">Removes the selected certificate from the list of trusted certificates.</ahelp>"
msgstr ""
-#: 01060300.xhp#par_id3150449.17.help.text
-msgid "If you insert rows or columns in the middle of a reference area, the reference is always expanded."
+#. #p(A
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN105AD\n"
+"help.text"
+msgid "Trusted file locations"
+msgstr "სანდო ლოკალური ფაილი"
+
+#. c@QN
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN105B1\n"
+"help.text"
+msgid "<ahelp hid=\".\">Document macros are only executed if they have been opened from one of the following locations.</ahelp>"
msgstr ""
-#: 01060300.xhp#hd_id3151176.18.help.text
-msgid "Highlight selection in column/row headings"
+#. (`-K
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN105B4\n"
+"help.text"
+msgid "Add"
msgstr ""
-#: 01060300.xhp#par_id3145171.19.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_LAYOUT_CB_MARKHDR\">Specifies whether to highlight column and row headers in the selected columns or rows.</ahelp>"
+#. -Od2
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN105B8\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a folder selection dialog. Select a folder from which all macros are allowed to execute.</ahelp>"
msgstr ""
-#: 01060300.xhp#hd_id3159252.25.help.text
-msgid "Use printer metrics for text formatting"
+#. ):{5
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN105BB\n"
+"help.text"
+msgid "Remove"
msgstr ""
-#: 01060300.xhp#par_id3145366.26.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_LAYOUT_CB_TEXTFMT\">Specifies that printer metrics are applied for printing and also for formatting the display on the screen.</ahelp> If this box is not checked, a printer independent layout will be used for screen display and printing."
+#. MqbI
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN105BF\n"
+"help.text"
+msgid "<ahelp hid=\".\">Removes the selected folder from the list of trusted file locations.</ahelp>"
msgstr ""
-#: 01060300.xhp#hd_id3146146.27.help.text
-msgid "Show overwrite warning when pasting data"
+#. }h-_
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Asian Layout"
+msgstr "აზიური განლაგება"
+
+#. 6SBt
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3156414\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01150100.xhp\" name=\"Asian Layout\">Asian Layout</link>"
+msgstr "<link href=\"text/shared/optionen/01150100.xhp\" name=\"Asian Layout\">აზიური განლაგება</link>"
+
+#. -n/c
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3145136\n"
+"2\n"
+"help.text"
+msgid "Defines the typographic default settings for Asian text."
+msgstr "საზღვრავს აზიური ტექსტისთვის ტიპოგრაფიულ ნაგულისხმევ სტანდარტებს."
+
+#. AT(#
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"bm_id3143268\n"
+"help.text"
+msgid "<bookmark_value>kerning;Asian texts</bookmark_value>"
msgstr ""
-#: 01060300.xhp#par_id3150872.28.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_LAYOUT_CB_REPLWARN\">Specifies that, when you paste cells from the clipboard to a cell range that is not empty, a warning appears.</ahelp>"
+#. BPoi
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3143268\n"
+"3\n"
+"help.text"
+msgid "Kerning"
+msgstr "კერნინგი"
+
+#. \t$i
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3155535\n"
+"4\n"
+"help.text"
+msgid "Defines the default settings for kerning between individual characters."
msgstr ""
-#: 01090100.xhp#tit.help.text
-msgctxt "01090100.xhp#tit.help.text"
-msgid "Settings"
+#. @jGY
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3147275\n"
+"5\n"
+"help.text"
+msgid "Western characters only"
+msgstr "მხოლოდ დასავლური სიმბოლოები"
+
+#. a%+S
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3149398\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_CHAR_KERNING\">Specifies that kerning is only applied to western text.</ahelp>"
msgstr ""
-#: 01090100.xhp#bm_id3156410.help.text
-msgid "<bookmark_value>printing;formulas in $[officename] Math</bookmark_value><bookmark_value>title rows; printing in $[officename] Math</bookmark_value><bookmark_value>formula texts; printing in $[officename] Math</bookmark_value><bookmark_value>frames; printing in $[officename] Math</bookmark_value><bookmark_value>printing; in original size in $[officename] Math</bookmark_value><bookmark_value>original size; printing in $[officename] Math</bookmark_value><bookmark_value>printing; fitting to pages in $[officename] Math</bookmark_value><bookmark_value>format filling printing in $[officename] Math</bookmark_value><bookmark_value>printing; scaling in $[officename] Math</bookmark_value><bookmark_value>scaling; printing in $[officename] Math</bookmark_value><bookmark_value>fitting to pages;print settings in Math</bookmark_value>"
+#. cwrm
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3148538\n"
+"7\n"
+"help.text"
+msgid "Western text and Asian punctuation"
+msgstr "დასავლური ტექსტი და აზიური პუნქტუაცია"
+
+#. i9;8
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3147336\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_CHAR_PUNCT\">Specifies that kerning is applied to both western text and Asian punctuation.</ahelp>"
msgstr ""
-#: 01090100.xhp#hd_id3150713.1.help.text
-msgctxt "01090100.xhp#hd_id3150713.1.help.text"
-msgid "Settings"
+#. u\BZ
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3153088\n"
+"9\n"
+"help.text"
+msgid "Character spacing"
+msgstr "სიმბოლოთა დაშორება"
+
+#. 5cSB
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3145119\n"
+"10\n"
+"help.text"
+msgid "Defines the default settings for character spacing in Asian texts, cells, and drawing objects."
msgstr ""
-#: 01090100.xhp#par_id3145090.18.help.text
-msgid "<variable id=\"einst\"><ahelp hid=\"HID_PRINT_OPTIONS\">Defines formula settings that will be valid for all documents.</ahelp></variable>"
+#. damF
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3150669\n"
+"11\n"
+"help.text"
+msgid "No compression"
+msgstr "შეკუნშვა არაა"
+
+#. bWx5
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3150503\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_NO_COMP\">Specifies that no compression at all will occur.</ahelp>"
msgstr ""
-#: 01090100.xhp#hd_id3159234.2.help.text
-msgid "Print options"
-msgstr "ბეჭდვის პარამეტრები"
+#. YNIh
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3155419\n"
+"13\n"
+"help.text"
+msgid "Compress only punctuation"
+msgstr "მხოლოდ პუნქტუაციის შეკუმშვა"
-#: 01090100.xhp#hd_id3156410.4.help.text
-msgctxt "01090100.xhp#hd_id3156410.4.help.text"
-msgid "Title"
-msgstr "თანამდებობა"
+#. C::P
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3145673\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_PUNCT_COMP\">Specifies that only the punctuation is compressed.</ahelp>"
+msgstr "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_PUNCT_COMP\">საზღვრავს რომ მარტო პუნქტუაციაა შეკუნშული.</ahelp>"
-#: 01090100.xhp#par_id3156347.5.help.text
-msgid "<ahelp hid=\"STARMATH_CHECKBOX_RID_PRINTOPTIONPAGE_CB_TITLEROW\">Specifies whether you want the name of the document to be included in the printout.</ahelp>"
-msgstr ""
+#. iRoK
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3151245\n"
+"15\n"
+"help.text"
+msgid "Compress punctuation and Japanese Kana"
+msgstr "პუნქტუაციის და იაპონური კანას შეკუნშვა"
-#: 01090100.xhp#hd_id3166410.6.help.text
-msgid "Formula text"
-msgstr "ფორმულის ტექსტი"
+#. ,b64
+#: 01150100.xhp
+#, fuzzy
+msgctxt ""
+"01150100.xhp\n"
+"par_id3154346\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_PUNCT_KANA_COMP\">Specifies that punctuation and Japanese Kana are compressed.</ahelp>"
+msgstr "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_PUNCT_COMP\">საზღვრავს რომ მარტო პუნქტუაციაა შეკუნშული.</ahelp>"
-#: 01090100.xhp#par_id3155449.7.help.text
-msgid "<ahelp hid=\"STARMATH_CHECKBOX_RID_PRINTOPTIONPAGE_CB_EQUATION_TEXT\">Specifies whether to include the contents of the <emph>Commands</emph> window at the bottom of the printout.</ahelp>"
+#. SK%l
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3148552\n"
+"17\n"
+"help.text"
+msgid "First and last characters"
+msgstr "პირველი და უკანასკნელი სიმბოლოები"
+
+#. )hmB
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3149295\n"
+"18\n"
+"help.text"
+msgid "Defines the default settings for 'first' and 'last' characters. In the dialog that appears when you choose <emph>Format -</emph><link href=\"text/shared/01/05020700.xhp\" name=\"Asian Typography\"><emph>Asian Typography</emph></link>, you can specify whether the list of forbidden characters applies to those at the beginning or end of a line in a paragraph."
msgstr ""
-#: 01090100.xhp#hd_id3154046.8.help.text
-msgctxt "01090100.xhp#hd_id3154046.8.help.text"
-msgid "Border"
+#. E^/\
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3154071\n"
+"19\n"
+"help.text"
+msgid "Language"
+msgstr "ენები"
+
+#. Ii[c
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3151210\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_ASIAN_LAYOUT_LB_LANGUAGE\">Specifies the language for which you want to define first and last characters.</ahelp>"
msgstr ""
-#: 01090100.xhp#par_id3149516.9.help.text
-msgid "<ahelp hid=\".\">Applies a thin border to the formula area in the printout.</ahelp> <emph>Title</emph> and <emph>Formula text</emph> are only set down by a frame if the corresponding check box is active."
+#. [9XP
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3145606\n"
+"21\n"
+"help.text"
+msgid "Default"
msgstr ""
-#: 01090100.xhp#hd_id3153822.10.help.text
-msgid "Print format"
-msgstr "ბეჭდვის ფორმატი"
+#. gOaP
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3148920\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ASIAN_LAYOUT_CB_STANDARD\">When you mark<emph> Default</emph>, the following two text boxes are filled with the default characters for the selected language:</ahelp>"
+msgstr ""
-#: 01090100.xhp#hd_id3150503.12.help.text
-msgid "Original size"
-msgstr "ორიგინალური ზომა"
+#. [[#i
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3144761\n"
+"23\n"
+"help.text"
+msgid "Not at start of line:"
+msgstr "არაა ხაზის დასაწყისი:"
-#: 01090100.xhp#par_id3153627.13.help.text
-msgid "<ahelp hid=\"STARMATH_RADIOBUTTON_RID_PRINTOPTIONPAGE_RB_ORIGINAL_SIZE\">Prints the formula without adjusting the current font size.</ahelp> It is possible that with large formulas a part of the command text is cut off."
+#. 1,6g
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3156214\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_ASIAN_LAYOUT_ED_START\">Specifies the characters that should not appear alone at the beginning of a line.</ahelp> If a character typed here is positioned at the beginning of a line after a line break, it is automatically moved to the end of the previous line. For example, an exclamation point at the end of a sentence never appears at the start of a line if it is part of the <emph>Not at start of line</emph> list."
msgstr ""
-#: 01090100.xhp#hd_id3153896.14.help.text
-msgid "Fit to size"
-msgstr "ზომისთვის მორგება"
+#. 8L%x
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3154908\n"
+"25\n"
+"help.text"
+msgid "Not at end of line:"
+msgstr "არაა ხაზის ბოლო:"
-#: 01090100.xhp#par_id3150541.15.help.text
-msgid "<ahelp hid=\"STARMATH_RADIOBUTTON_RID_PRINTOPTIONPAGE_RB_FIT_TO_PAGE\">Adjusts the formula to the page format used in the printout.</ahelp> The real size will be determined by the used paper format."
+#. BCg*
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3153367\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_ASIAN_LAYOUT_ED_END\">Specifies the characters that should not appear alone at the end of a line.</ahelp> If a character typed here is positioned at the end of a line due to a line break, it is automatically moved to the beginning of the next line. For example, a currency symbol that appears in front of an amount never appears at the end of a line if it is part of the<emph> Not at end of line</emph> list."
msgstr ""
-#: 01090100.xhp#hd_id3153381.16.help.text
-msgctxt "01090100.xhp#hd_id3153381.16.help.text"
-msgid "Scaling"
+#. /4/E
+#: 01060401.xhp
+msgctxt ""
+"01060401.xhp\n"
+"tit\n"
+"help.text"
+msgid "Copy List"
msgstr ""
-#: 01090100.xhp#par_id3147084.17.help.text
-msgid "<ahelp hid=\"STARMATH_METRICFIELD_RID_PRINTOPTIONPAGE_MF_ZOOM\">Reduces or enlarges the size of the printed formula by a specified enlargement factor.</ahelp> Type the desired enlargement factor directly in the <emph>Scaling</emph> control, or set the value using the arrow buttons."
+#. n|wu
+#: 01060401.xhp
+msgctxt ""
+"01060401.xhp\n"
+"bm_id3153341\n"
+"help.text"
+msgid "<bookmark_value>sort lists; copying to in Calc</bookmark_value>"
+msgstr "<bookmark_value>დახარისხების სია; Calc-ში ასლი</bookmark_value>"
+
+#. [-Lm
+#: 01060401.xhp
+msgctxt ""
+"01060401.xhp\n"
+"hd_id3153341\n"
+"1\n"
+"help.text"
+msgid "Copy List"
msgstr ""
-#: 01090100.xhp#hd_id3147228.19.help.text
-msgid "Other options"
-msgstr "სხვა პარამეტრები"
+#. gsg\
+#: 01060401.xhp
+msgctxt ""
+"01060401.xhp\n"
+"par_id3150772\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"SC_MODALDIALOG_RID_SCDLG_COLORROW\">Allows you to copy marked cells to a sort list.</ahelp>"
+msgstr ""
-#: 01090100.xhp#hd_id3149808.21.help.text
-#, fuzzy
-msgid "Ignore ~ and ' at the end of the line"
-msgstr "~ -ს იგნორირება ხაზის ბოლოს"
+#. a\!X
+#: 01060401.xhp
+msgctxt ""
+"01060401.xhp\n"
+"hd_id3147574\n"
+"3\n"
+"help.text"
+msgid "List from"
+msgstr "სიის ფორმა"
-#: 01090100.xhp#par_id3149203.22.help.text
-msgid "<ahelp hid=\"STARMATH_CHECKBOX_RID_PRINTOPTIONPAGE_CB_IGNORE_SPACING\">Specifies that these space wildcards will be removed if they are at the end of a line.</ahelp> In earlier versions of $[officename], adding such characters at the end of a line prevented the right edge of the formula from being cut off during printing."
+#. 1BMj
+#: 01060401.xhp
+msgctxt ""
+"01060401.xhp\n"
+"par_id3148563\n"
+"4\n"
+"help.text"
+msgid "Choose between the options<emph> Rows</emph> and <emph>Columns</emph>. Cells without text will be ignored when copying."
msgstr ""
-#: 01090100.xhp#hd_id31567808.help.text
-msgid "Embed only used symbols (smaller file size)"
-msgstr ""
+#. L,6|
+#: 01060401.xhp
+msgctxt ""
+"01060401.xhp\n"
+"hd_id3156343\n"
+"5\n"
+"help.text"
+msgid "Rows"
+msgstr "რიგები"
-#: 01090100.xhp#par_id3789203.help.text
-msgid "<ahelp hid=\".\">Saves only those symbols with each formula that are used in that formula.</ahelp> In earlier versions of $[officename], all symbols were saved with each formula."
+#. 3m;,
+#: 01060401.xhp
+msgctxt ""
+"01060401.xhp\n"
+"par_id3148664\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC_RADIOBUTTON_RID_SCDLG_COLORROW_BTN_GROUP_ROWS\">Select the<emph> Rows </emph>option to summarize the contents of the selected rows in a list.</ahelp>"
msgstr ""
-#: 01040600.xhp#tit.help.text
-msgid "Formatting Aids"
-msgstr "ფორმატირების დახმარება"
+#. =5_)
+#: 01060401.xhp
+msgctxt ""
+"01060401.xhp\n"
+"hd_id3153525\n"
+"7\n"
+"help.text"
+msgid "Columns"
+msgstr "სვეტები"
-#: 01040600.xhp#bm_id3144510.help.text
-msgid "<bookmark_value>non-printing characters (Writer)</bookmark_value><bookmark_value>displaying; non-printing characters (Writer)</bookmark_value><bookmark_value>paragraph marks; displaying (Writer)</bookmark_value><bookmark_value>characters; displaying only on screen (Writer)</bookmark_value><bookmark_value>optional hyphens (Writer)</bookmark_value><bookmark_value>hyphens; displaying custom (Writer)</bookmark_value><bookmark_value>custom hyphens (Writer)</bookmark_value><bookmark_value>spaces; displaying (Writer)</bookmark_value><bookmark_value>spaces; showing protected spaces (Writer)</bookmark_value><bookmark_value>protected spaces; showing (Writer)</bookmark_value><bookmark_value>non-breaking spaces (Writer)</bookmark_value><bookmark_value>tab stops; displaying (Writer)</bookmark_value><bookmark_value>break display (Writer)</bookmark_value><bookmark_value>hidden text;showing (Writer)</bookmark_value><bookmark_value>hidden fields display (Writer)</bookmark_value><bookmark_value>paragraphs; hidden paragraphs (Writer)</bookmark_value><bookmark_value>cursor; allowing in protected areas (Writer)</bookmark_value>"
+#. (Ug,
+#: 01060401.xhp
+msgctxt ""
+"01060401.xhp\n"
+"par_id3154216\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC_RADIOBUTTON_RID_SCDLG_COLORROW_BTN_GROUP_COLS\">Select the<emph> Columns </emph>option to summarize the contents of the selected columns in a list.</ahelp>"
msgstr ""
-#: 01040600.xhp#hd_id3154285.1.help.text
-msgid "<link href=\"text/shared/optionen/01040600.xhp\" name=\"Formatting Aids\">Formatting Aids</link>"
-msgstr "<link href=\"text/shared/optionen/01040600.xhp\" name=\"Formatting Aids\">ფორმატირების დახმარება</link>"
+#. C-#h
+#: 01061000.xhp
+msgctxt ""
+"01061000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Defaults"
+msgstr ""
-#: 01040600.xhp#par_id3155450.2.help.text
-msgid "<ahelp hid=\"HID_OPTSHDWCRSR\">In $[officename] text and HTML documents, defines the display for certain characters and for the direct cursor.</ahelp>"
+#. OZXA
+#: 01061000.xhp
+msgctxt ""
+"01061000.xhp\n"
+"bm_id4249399\n"
+"help.text"
+msgid "<bookmark_value>defaults;number of worksheets in new documents</bookmark_value> <bookmark_value>defaults;prefix name for new worksheet</bookmark_value> <bookmark_value>number of worksheets in new documents</bookmark_value> <bookmark_value>prefix name for new worksheet</bookmark_value>"
msgstr ""
-#: 01040600.xhp#hd_id3144510.27.help.text
-msgid "Display of"
-msgstr "ჩვენება"
+#. Ha@.
+#: 01061000.xhp
+#, fuzzy
+msgctxt ""
+"01061000.xhp\n"
+"hd_id3145071\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01061000.xhp\" name=\"Defaults\">Defaults</link>"
+msgstr "<link href=\"text/shared/optionen/01110100.xhp\" name=\"Default colors\">ნაგულისხმევი ფერები</link>"
-#: 01040600.xhp#par_id3156343.28.help.text
-msgid "Defines which non-printing characters are visible on screen. Activate the <link href=\"text/swriter/01/03100000.xhp\" name=\"Non-printing Characters On/Off\"><emph>Non-printing Characters</emph></link> icon on the <emph>Standard</emph> bar. All characters that you have selected on the <emph>Formatting Aids</emph> tab page will be displayed."
+#. ,#Qb
+#: 01061000.xhp
+msgctxt ""
+"01061000.xhp\n"
+"par_id3147576\n"
+"help.text"
+msgid "<ahelp hid=\".\">Defines default settings for new spreadsheet documents.</ahelp>"
msgstr ""
-#: 01040600.xhp#hd_id3154140.29.help.text
-msgid "Paragraph end"
-msgstr "აბზაცის ბოლო"
+#. @E/C
+#: 01061000.xhp
+msgctxt ""
+"01061000.xhp\n"
+"hd_id3149399\n"
+"help.text"
+msgid "New spreadsheets"
+msgstr ""
-#: 01040600.xhp#par_id3154123.30.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_PARA\">Specifies whether paragraph delimiters are displayed. The paragraph delimiters also contain paragraph format information.</ahelp>"
+#. wKF)
+#: 01061000.xhp
+msgctxt ""
+"01061000.xhp\n"
+"par_id3155419\n"
+"help.text"
+msgid "You can set the number of worksheets in a new document, and the prefix name for new worksheets."
msgstr ""
-#: 01040600.xhp#hd_id3153193.31.help.text
-msgid "Custom hyphens"
-msgstr "სხვა დეფისები"
+#. /zem
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Language Setting Options"
+msgstr ""
-#: 01040600.xhp#par_id3147230.32.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_SHYPH\">Specifies whether user-defined delimiters are displayed. These are hidden delimiters that you enter within a word by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Hyphen(-) </caseinline><defaultinline>Ctrl+Hyphen(-).</defaultinline></switchinline> Words with user-defined delimiters are only separated at the end of a line at the point where a user-defined delimiter has been inserted, irrespective of whether the automatic hyphenation is activated or deactivated.</ahelp>"
+#. W@;o
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"bm_id3148668\n"
+"help.text"
+msgid "<bookmark_value>languages;setting options</bookmark_value>"
+msgstr "<bookmark_value>CTL; პარამეტრები</bookmark_value>"
+
+#. Q!hV
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"hd_id3148668\n"
+"1\n"
+"help.text"
+msgid "Language Setting Options"
msgstr ""
-#: 01040600.xhp#hd_id3147287.33.help.text
-msgid "Spaces"
-msgstr "ღარები"
+#. HKXj
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3150499\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"typotext\">Defines the properties for additional languages. </variable>"
+msgstr ""
-#: 01040600.xhp#par_id3147427.34.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_SPACE\">Specifies whether to represent every space in the text with a dot.</ahelp>"
+#. 4CTy
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3153665\n"
+"3\n"
+"help.text"
+msgid "The <emph>Searching in Japanese</emph> and <emph>Asian Layout</emph> tab pages are only visible if the <emph>Asian language support</emph> option in the <emph>Languages</emph> tab page is activated and the <emph>Options</emph> dialog is re-opened. The <emph>Complex Text Layout</emph> tab page is only visible if the <emph>CTL support</emph> is enabled."
msgstr ""
-#: 01040600.xhp#hd_id3145750.35.help.text
-msgid "Non-breaking spaces"
-msgstr "უწყვეტი ღარები"
+#. =me!
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Presentation Options"
+msgstr "პრეზენტაციის პარამეტრები"
-#: 01040600.xhp#par_id3152938.36.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_HSPACE\">Specifies that non-breaking spaces are shown as gray boxes. Non-breaking spaces are not broken at the end of a line and are entered with the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Shift+Spacebar </caseinline><defaultinline>Ctrl+Shift+Spacebar</defaultinline></switchinline> shortcut keys.</ahelp>"
+#. Je)x
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"hd_id3155805\n"
+"1\n"
+"help.text"
+msgid "%PRODUCTNAME Impress Options"
+msgstr "%PRODUCTNAME Impress პარამეტრები"
+
+#. V%^9
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"par_id3146957\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"allgemein\"><ahelp hid=\".uno:SdEditOptions\">Defines various settings for newly created presentation documents, such as the contents to be displayed, the measurement unit used, if and how grid alignment is carried out.</ahelp></variable>"
msgstr ""
-#: 01040600.xhp#hd_id3147348.37.help.text
-msgctxt "01040600.xhp#hd_id3147348.37.help.text"
-msgid "Tabs"
+#. G8YN
+#: testaccount.xhp
+msgctxt ""
+"testaccount.xhp\n"
+"tit\n"
+"help.text"
+msgid "Test Account Settings"
+msgstr "სატესტო ანგარიშის პარამეტრები"
+
+#. #;G6
+#: testaccount.xhp
+msgctxt ""
+"testaccount.xhp\n"
+"par_idN10547\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/testaccount.xhp\">Test Account Settings</link>"
+msgstr "<link href=\"text/shared/optionen/testaccount.xhp\">სატესტო ანგარიშის პარამეტრები</link>"
+
+#. EHD5
+#: testaccount.xhp
+msgctxt ""
+"testaccount.xhp\n"
+"par_idN10557\n"
+"help.text"
+msgid "When you enter settings on the <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/mailmerge.xhp\">%PRODUCTNAME Writer - Mail Merge E-mail</link> tab page, you can click the <emph>Test Settings</emph> button to test your settings."
msgstr ""
-#: 01040600.xhp#par_id3153574.38.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_TAB\">Specifies that tab stops are displayed as small arrows.</ahelp>"
+#. _FW`
+#: testaccount.xhp
+msgctxt ""
+"testaccount.xhp\n"
+"par_idN10574\n"
+"help.text"
+msgid "(Results list box)"
+msgstr "(შედეგების სიის უჯრა)"
+
+#. ~jU[
+#: testaccount.xhp
+msgctxt ""
+"testaccount.xhp\n"
+"par_idN10578\n"
+"help.text"
+msgid "<ahelp hid=\".\">In the top list box you will see the results of the test session.</ahelp>"
msgstr ""
-#: 01040600.xhp#hd_id3159154.39.help.text
-msgid "Breaks"
-msgstr "წყვეტები"
+#. AgQv
+#: testaccount.xhp
+msgctxt ""
+"testaccount.xhp\n"
+"par_idN1058F\n"
+"help.text"
+msgid "Errors"
+msgstr "შეცდომები"
-#: 01040600.xhp#par_id3150874.40.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_BREAK\">Displays all line breaks inserted with the Shift+Enter shortcut. These breaks create a new line, but do not start a new paragraph.</ahelp>"
+#. ?XJ`
+#: testaccount.xhp
+msgctxt ""
+"testaccount.xhp\n"
+"par_idN10593\n"
+"help.text"
+msgid "<ahelp hid=\".\">In the Errors list box you can read an explanation of any errors encountered while testing the settings.</ahelp>"
msgstr ""
-#: 01040600.xhp#par_idN108E5.help.text
-msgctxt "01040600.xhp#par_idN108E5.help.text"
-msgid "Hidden text"
-msgstr "დამალული ტექსტი"
+#. 0/`=
+#: testaccount.xhp
+msgctxt ""
+"testaccount.xhp\n"
+"par_idN105AA\n"
+"help.text"
+msgid "Stop"
+msgstr "გაჩერება"
-#: 01040600.xhp#par_idN108FB.help.text
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTSHDWCRSR:CB_CHAR_HIDDEN\">Displays text that uses the character format \"hidden\", when <emph>View - Non-printing Characters</emph> is enabled.</ahelp>"
+#. u4A.
+#: testaccount.xhp
+msgctxt ""
+"testaccount.xhp\n"
+"par_idN105AE\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click the <emph>Stop</emph> button to stop a test session manually.</ahelp>"
msgstr ""
-#: 01040600.xhp#hd_id3149481.41.help.text
-msgid "Fields: Hidden text (not for HTML documents)"
-msgstr "ველები: დამალული ტექსტი (არა HTML დოკუმენტებისთვის)"
+#. I*LD
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"tit\n"
+"help.text"
+msgid "Print Options"
+msgstr "ბეჭდვის პარამეტრები"
-#: 01040600.xhp#par_id3149413.42.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_HIDDEN\">Displays text that is hidden by <emph>Conditional Text</emph> or <emph>Hidden Text</emph> fields.</ahelp>"
+#. K|AS
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"bm_id3147323\n"
+"help.text"
+msgid "<bookmark_value>printing; colors in grayscale</bookmark_value><bookmark_value>grayscale printing</bookmark_value><bookmark_value>colors; printing in grayscale</bookmark_value><bookmark_value>printing; warnings</bookmark_value><bookmark_value>paper size warning</bookmark_value>"
msgstr ""
-#: 01040600.xhp#hd_id3149300.43.help.text
-msgid "Fields: Hidden paragraphs (not for HTML documents)"
-msgstr "ველები: დამალული აბზაცები (არა HTML დოკუმენტებისთვის)"
+#. a|/@
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3148946\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010900.xhp\" name=\"Print Options\">Print Options</link>"
+msgstr "<link href=\"text/shared/optionen/01010900.xhp\" name=\"Print Options\">ბეჭდვის პარამეტრები</link>"
-#: 01040600.xhp#par_id3149418.44.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_HIDDEN_PARA\">If you have inserted text using the <emph>Hidden Paragraph</emph> field, specifies whether to display the hidden paragraph.</ahelp> This option has the same function as the menu commands <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/03140000.xhp\" name=\"View - Hidden Paragraphs\">View - Hidden Paragraphs</link></caseinline><defaultinline>View - Hidden Paragraphs</defaultinline></switchinline> available in open text documents."
+#. sKz#
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3150359\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the print setting options.</ahelp>"
msgstr ""
-#: 01040600.xhp#hd_id3156180.3.help.text
-msgid "Direct cursor (not for HTML documents)"
-msgstr "პირდაპირი კურსორი (არა HTML დოკუმენტებისთვის)"
+#. jWKf
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3148451\n"
+"56\n"
+"help.text"
+msgid "Reduce print data"
+msgstr ""
-#: 01040600.xhp#par_id3146900.4.help.text
-msgid "Defines all the properties of the direct cursor."
+#. JRzK
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3154910\n"
+"68\n"
+"help.text"
+msgid "You can reduce the amount of data to be sent to the printer. Reducing the print data increases the print speed because the print files are smaller. This makes it easier for printers with a smaller memory to print. Reducing print data can result in slightly lower print quality."
msgstr ""
-#: 01040600.xhp#hd_id3154273.5.help.text
-msgid "Direct cursor"
-msgstr "პირდაპირი კურსორი"
+#. 91BM
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3147085\n"
+"57\n"
+"help.text"
+msgid "Settings for"
+msgstr "პარამეტრები"
-#: 01040600.xhp#par_id3150749.6.help.text
-msgid "<ahelp hid=\"SW:CHECKBOX:TP_OPTSHDWCRSR:CB_SHDWCRSONOFF\">Activates the direct cursor.</ahelp> You can also activate this function by clicking the <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/02/18130000.xhp\" name=\"Direct Cursor On/Off\">Direct Cursor On/Off</link></caseinline><defaultinline>Direct Cursor On/Off</defaultinline></switchinline> icon in a text document."
+#. Bg\p
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3158407\n"
+"69\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_COMMONPRINTOPTIONS_RB_PRINTFILEOUTPUT\">Specifies whether the print settings apply to direct printing or to printing to a file.</ahelp>"
msgstr ""
-#: 01040600.xhp#hd_id3152962.7.help.text
-msgid "Insert (not for HTML document)"
-msgstr "ჩამატება (არა HTML დოკუმენტებისთვის)"
+#. [_%7
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3145786\n"
+"58\n"
+"help.text"
+msgid "Reduce transparency"
+msgstr "გამჭირვალობის შესუსტება"
-#: 01040600.xhp#par_id3149020.8.help.text
-msgid "Defines the insert options for the direct cursor. If you click at any position in your document, a new paragraph can be written or inserted exactly at this position. The properties of this paragraph depend on the selected option. You can select from the following options:"
+#. Luc4
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3159154\n"
+"70\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_REDUCETRANSPARENCY\">If you mark this field the transparent objects will be printed like normal, non-transparent objects, depending on your selection in the following two option buttons.</ahelp>"
msgstr ""
-#: 01040600.xhp#hd_id3148995.9.help.text
-msgid "Paragraph alignment"
-msgstr "აბზაცის განლაგება"
+#. 9p=e
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3156444\n"
+"71\n"
+"help.text"
+msgid "Transparency cannot be output directly to a printer. The areas of the document in which transparency is to be visible must therefore always be calculated as bitmaps and sent to the printer. Depending on the size of the bitmaps and the print resolution a large amount of data may result."
+msgstr ""
-#: 01040600.xhp#par_id3156384.10.help.text
-msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTSHDWCRSR:RB_SHDWCRSFILLMARGIN\">Sets the paragraph alignment when the direct cursor is used. Depending on where the mouse is clicked, the paragraph is formatted left aligned, centered or right aligned. The cursor before the mouse-click shows, by means of a triangle, which alignment is set. </ahelp>"
+#. Hl3S
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3147441\n"
+"59\n"
+"help.text"
+msgid "Automatically"
msgstr ""
-#: 01040600.xhp#hd_id3150387.11.help.text
-msgid "Left paragraph margin"
+#. 3Lfs
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3150488\n"
+"72\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_COMMONPRINTOPTIONS_RB_REDUCETRANSPARENCY_AUTO\">Specifies that the transparency is only printed if the transparent area covers less than a quarter of the entire page.</ahelp>"
msgstr ""
-#: 01040600.xhp#par_id3151188.12.help.text
-msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTSHDWCRSR:RB_SHDWCRSFILLINDENT\">When the direct cursor is used, the left paragraph indent is set at the horizontal position where you click the direct cursor. The paragraph is left aligned. </ahelp>"
+#. Rjn~
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3149417\n"
+"73\n"
+"help.text"
+msgid "No transparency"
+msgstr "არაა გამჭირვალობა"
+
+#. S8qa
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3153878\n"
+"74\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_COMMONPRINTOPTIONS_RB_REDUCETRANSPARENCY_NONE\">With this option transparency is never printed.</ahelp>"
msgstr ""
-#: 01040600.xhp#hd_id3145147.13.help.text
-msgctxt "01040600.xhp#hd_id3145147.13.help.text"
-msgid "Tabs"
+#. erRF
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3149960\n"
+"60\n"
+"help.text"
+msgid "Reduce bitmaps"
msgstr ""
-#: 01040600.xhp#par_id3155174.14.help.text
-msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTSHDWCRSR:RB_SHDWCRSFILLTAB\">When the direct cursor is used, as many tabs as necessary are added in the new paragraph until the clicked position is reached.</ahelp>"
+#. ~d9@
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3148455\n"
+"75\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_REDUCEBITMAPS\">Specifies that bitmaps are printed with reduced quality. The resolution can only be reduced and not increased.</ahelp>"
msgstr ""
-#: 01040600.xhp#hd_id3166449.15.help.text
-msgid "Tabs and Spaces"
-msgstr "ტაბულაციები და ღარები"
+#. \WHl
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3149400\n"
+"61\n"
+"help.text"
+msgid "High/normal print quality"
+msgstr "მაღალი/საშუალო ბეჭდვის ხარისხი"
-#: 01040600.xhp#par_id3155904.16.help.text
-msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTSHDWCRSR:RB_SHDWCRSFILLSPACE\">When the Direct Cursor is used, a corresponding number of tabs and spaces are inserted in the new paragraph as necessary until the clicked position is reached.</ahelp>"
+#. CHh/
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3154510\n"
+"76\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_COMMONPRINTOPTIONS_RB_REDUCEBITMAPS_NORMAL\">High print quality corresponds to a resolution of 300dpi. Normal print quality corresponds to a resolution of 200dpi. </ahelp>"
msgstr ""
-#: 01040600.xhp#par_id3149964.17.help.text
-msgid "All insert options refer only to the current paragraph generated with the Direct Cursor."
+#. Fm!y
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3146969\n"
+"62\n"
+"help.text"
+msgid "Resolution"
msgstr ""
-#: 01040600.xhp#hd_id3146134.24.help.text
-msgid "Cursor in protected areas - Enabled"
+#. tzOO
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3154270\n"
+"77\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_LISTBOX_TP_COMMONPRINTOPTIONS_LB_REDUCEBITMAPS_RESOLUTION\">Specifies the maximum print quality in dpi. The resolution can only be reduced and not increased.</ahelp>"
msgstr ""
-#: 01040600.xhp#par_id3147508.25.help.text
-msgid "<ahelp hid=\"SW:CHECKBOX:TP_OPTSHDWCRSR:CB_ALLOW_IN_PROT\">Specifies that you can set the cursor in a protected area, but cannot make any changes.</ahelp>"
+#. #P.x
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3146789\n"
+"63\n"
+"help.text"
+msgid "Include transparent objects"
+msgstr "გამჭირვალე ობიექტების ჩათვლით"
+
+#. YNf`
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3150749\n"
+"78\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_REDUCEBITMAPS_TRANSPARENCY\">If this field is marked, the reduction in print quality for bitmaps also applies to the transparent areas of objects.</ahelp>"
msgstr ""
-#: 01050000.xhp#tit.help.text
-msgid "HTML Document Options"
-msgstr "HTML დოკუმენტის პარამეტრები"
+#. W3%i
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3154362\n"
+"64\n"
+"help.text"
+msgid "Reduce gradients"
+msgstr "გრადიენტების შესუსტება"
-#: 01050000.xhp#hd_id3149233.1.help.text
-msgid "%PRODUCTNAME Writer/Web Options"
-msgstr "%PRODUCTNAME Writer/Web პარამეტრები"
+#. g2P:
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3148914\n"
+"79\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_REDUCEGRADIENTS\">If this field is marked, gradients are printed with reduced quality.</ahelp>"
+msgstr ""
-#: 01050000.xhp#par_id3145120.2.help.text
-msgid "<variable id=\"webbrowser\"><ahelp hid=\"SID_SW_ONLINEOPTIONS\">Defines the basic settings for $[officename] documents in HTML format.</ahelp></variable>"
+#. LFk]
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3155766\n"
+"65\n"
+"help.text"
+msgid "Gradient stripes"
+msgstr "გრადიენტული ზოლები"
+
+#. QbAA
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3156382\n"
+"80\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_NUMERICFIELD_TP_COMMONPRINTOPTIONS_NF_REDUCEGRADIENTS_STEPCOUNT\">Specifies the maximum number of gradient stripes for printing.</ahelp>"
msgstr ""
-#: 01010700.xhp#tit.help.text
-msgctxt "01010700.xhp#tit.help.text"
-msgid "Fonts"
-msgstr "შრიფტი"
+#. i9pm
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3146313\n"
+"66\n"
+"help.text"
+msgid "Intermediate color"
+msgstr "საშუალო ფერი"
-#: 01010700.xhp#bm_id3150715.help.text
-msgid "<bookmark_value>HTML;fonts for source display</bookmark_value><bookmark_value>Basic; fonts for source display</bookmark_value><bookmark_value>fonts;for HTML and Basic</bookmark_value>"
+#. A(wr
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3145230\n"
+"81\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_COMMONPRINTOPTIONS_RB_REDUCEGRADIENTS_COLOR\">Specifies that gradients are only printed in a single intermediate color.</ahelp>"
msgstr ""
-#: 01010700.xhp#hd_id3149398.1.help.text
-msgid "<link href=\"text/shared/optionen/01010700.xhp\" name=\"Fonts\">Fonts</link>"
-msgstr "<link href=\"text/shared/optionen/01010700.xhp\" name=\"Fonts\">შრიფტები</link>"
+#. :,rA
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3147323\n"
+"67\n"
+"help.text"
+msgid "Convert colors to grayscale"
+msgstr "ფერების ნაცრისფრის გრადიენტებად გარდაქმნა"
-#: 01010700.xhp#par_id3153665.2.help.text
-msgid "<ahelp hid=\"HID_OFA_FONT_SUBSTITUTION\">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.</ahelp>"
+#. K:^u
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3145150\n"
+"82\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_CONVERTTOGREYSCALES\">Specifies that all colors are printed only as grayscale.</ahelp>"
msgstr ""
-#: 01010700.xhp#par_id3155419.46.help.text
-msgid "If you want, you can override the default substitution font that your operating system uses when it encounters an unavailable font in a document."
+#. fNc\
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3150646\n"
+"50\n"
+"help.text"
+msgid "Printer warnings"
+msgstr "პრინტერის გაფრთხილ;ებები"
+
+#. bkCg
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3154022\n"
+"51\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_CONVERTTOGREYSCALES\">Defines which warnings appear before printing begins.</ahelp>"
msgstr ""
-#: 01010700.xhp#par_id3145610.25.help.text
-msgid "Font replacement also affects the display of fonts on the $[officename] user interface."
+#. zpz{
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3147003\n"
+"52\n"
+"help.text"
+msgid "Paper size"
+msgstr "ქაღალდის ზომა"
+
+#. ~GQ\
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3150206\n"
+"53\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_PAPERSIZE\">Mark this check box if a certain paper size is needed for printing the current document.</ahelp> If the paper size used in the document is not provided by the current printer, you will receive an error message."
msgstr ""
-#: 01010700.xhp#hd_id3149295.3.help.text
-msgid "Apply replacement table"
-msgstr "ჩანაცვლებათა ცხრილის გამოყენება"
+#. =(55
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3155581\n"
+"54\n"
+"help.text"
+msgid "Paper orientation"
+msgstr "ქაღალდის ორიენტაცია"
-#: 01010700.xhp#par_id3159413.13.help.text
-msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_SVX_FONT_SUBSTITUTION:CB_USETABLE\">Enables the font replacement settings that you define.</ahelp>"
+#. 8QBb
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3153231\n"
+"55\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_PAPERORIENTATION\">Mark this check box if you need a certain paper orientation for printing the current document.</ahelp> If the format used by the current document is not available from the printer, an error message will appear."
msgstr ""
-#: 01010700.xhp#hd_id3148664.4.help.text
-msgid "Replacement table"
-msgstr "ჩანაცვლების ცხრილი"
+#. aCHG
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3149531\n"
+"83\n"
+"help.text"
+msgid "Transparency"
+msgstr "გამჭირვალეობა"
-#: 01010700.xhp#par_id3154073.14.help.text
-msgid "<ahelp hid=\"HID_OFA_FONT_SUBST_CLB\">Lists the original font and the font that will replace it. Select <emph>Always</emph> to replace the font, even if the original font is installed on your system. Select <emph>Screen only </emph>to replace the screen font only and never replace the font for printing.</ahelp>"
+#. 2j^*
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3152778\n"
+"84\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_TRANSPARENCY\">Mark this check box if you always want to be warned if transparent objects are contained in the document.</ahelp> If you print such a document, a dialog appears in which you can select if the transparency is to be printed in this print instruction."
msgstr ""
-#: 01010700.xhp#par_id052020080402332.help.text
-msgid "Always checkbox"
+#. NggZ
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"tit\n"
+"help.text"
+msgid "AutoCaption"
+msgstr "AutoCaption"
+
+#. ~0)g
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"bm_id5164036\n"
+"help.text"
+msgid "<bookmark_value>automatic captions (Writer)</bookmark_value><bookmark_value>AutoCaption function in %PRODUCTNAME Writer</bookmark_value><bookmark_value>captions;automatic captions (Writer)</bookmark_value>"
msgstr ""
-#: 01010700.xhp#par_id0520200804023432.help.text
-msgid "Screen only checkbox"
+#. NT17
+#: 01041100.xhp
+#, fuzzy
+msgctxt ""
+"01041100.xhp\n"
+"par_idN10561\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01041100.xhp\">AutoCaption</link>"
+msgstr "<link href=\"text/shared/optionen/01160200.xhp\">მონაცემთა ბაზები</link>"
+
+#. Y[wA
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN10571\n"
+"help.text"
+msgid "Specifies the settings for captions that are automatically added to inserted objects."
msgstr ""
-#: 01010700.xhp#par_id0520200804023472.help.text
-msgid "Replacement action"
+#. l05%
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN10588\n"
+"help.text"
+msgid "Add captions automatically when inserting"
msgstr ""
-#: 01010700.xhp#par_id0520200804023418.help.text
-msgctxt "01010700.xhp#par_id0520200804023418.help.text"
-msgid "checked"
+#. P9q5
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN1058C\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the object type for which the AutoCaption settings are to be valid.</ahelp>"
msgstr ""
-#: 01010700.xhp#par_id0520200804023451.help.text
-msgctxt "01010700.xhp#par_id0520200804023451.help.text"
-msgid "blank"
+#. ATrm
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN1058F\n"
+"help.text"
+msgid "Caption"
msgstr ""
-#: 01010700.xhp#par_id052020080402349.help.text
-msgid "Font replacement on screen and when printing, whether the font is installed or not."
+#. js2w
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN10593\n"
+"help.text"
+msgid "Defines the options to be applied to the selected object type. These options are identical to those in the <emph>Insert - Caption</emph> menu, which is available when an object is selected. Below the settings is a preview of the object category, together with numbering type."
msgstr ""
-#: 01010700.xhp#par_id0520200804023438.help.text
-msgctxt "01010700.xhp#par_id0520200804023438.help.text"
-msgid "checked"
+#. oM%*
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"hd_id3146798\n"
+"5\n"
+"help.text"
+msgid "Category"
+msgstr "კატეგორია"
+
+#. $ujX
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_id3155419\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SW_COMBOBOX_TP_OPTCAPTION_PAGE_BOX_CATEGORY\">Specifies the category of the selected object.</ahelp>"
msgstr ""
-#: 01010700.xhp#par_id0520200804023482.help.text
-msgctxt "01010700.xhp#par_id0520200804023482.help.text"
-msgid "checked"
+#. 3/GW
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"hd_id3155628\n"
+"6\n"
+"help.text"
+msgid "Numbering"
+msgstr "დანომვრვა"
+
+#. USLz
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_id3149233\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SW_LISTBOX_TP_OPTCAPTION_PAGE_BOX_FORMAT\">Specifies the type of numbering required.</ahelp>"
msgstr ""
-#: 01010700.xhp#par_id0520200804023457.help.text
-msgid "Font replacement only on screen, whether the font is installed or not."
+#. BfoL
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"hd_id3149457\n"
+"10\n"
+"help.text"
+msgid "Separator"
msgstr ""
-#: 01010700.xhp#par_id0522200812384923.help.text
-msgctxt "01010700.xhp#par_id0522200812384923.help.text"
-msgid "blank"
+#. QZ=S
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN106E2\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SW_EDIT_TP_OPTCAPTION_PAGE_ED_SEPARATOR\">Defines the character to be displayed after the number of the heading or chapter level.</ahelp>"
msgstr ""
-#: 01010700.xhp#par_id0520200804023410.help.text
-msgctxt "01010700.xhp#par_id0520200804023410.help.text"
-msgid "checked"
+#. I4F]
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"hd_id3154514\n"
+"8\n"
+"help.text"
+msgid "Position"
msgstr ""
-#: 01010700.xhp#par_id0520200804023477.help.text
-msgid "Font replacement only on screen, but only if font is not available."
+#. 5WD.
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_id3151384\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SW_LISTBOX_TP_OPTCAPTION_PAGE_BOX_POS\">Determines the position of the caption with respect to the object.</ahelp>"
msgstr ""
-#: 01010700.xhp#par_id0520200804023430.help.text
-msgctxt "01010700.xhp#par_id0520200804023430.help.text"
-msgid "blank"
+#. %[@%
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN1064E\n"
+"help.text"
+msgid "Numbering captions by chapter"
msgstr ""
-#: 01010700.xhp#par_id0520200804023577.help.text
-msgctxt "01010700.xhp#par_id0520200804023577.help.text"
-msgid "blank"
+#. ]\Fa
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"hd_id3145609\n"
+"9\n"
+"help.text"
+msgid "Level"
+msgstr "საფეხური"
+
+#. ^}|!
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_id3153898\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SW_LISTBOX_TP_OPTCAPTION_PAGE_LB_LEVEL\">Specifies the headings or chapter levels where you want the numbering to start.</ahelp>"
msgstr ""
-#: 01010700.xhp#par_id052020080402354.help.text
-msgid "Font replacement on screen and when printing, but only if font is not available."
+#. q6N:
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_id3153524\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SW_EDIT_TP_OPTCAPTION_PAGE_ED_SEPARATOR\">Defines the character to be displayed after the number of the heading or chapter level.</ahelp>"
msgstr ""
-#: 01010700.xhp#hd_id3154218.9.help.text
-msgid "Font"
-msgstr "შრიფტი"
+#. Y2,T
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN106A8\n"
+"help.text"
+msgid "Category and frame format"
+msgstr "კატეგორია და ჩარჩოს ფორმატი"
-#: 01010700.xhp#par_id3151176.19.help.text
-msgid "<ahelp hid=\"OFFMGR:COMBOBOX:RID_SVX_FONT_SUBSTITUTION:CB_FONT1\">Enter or select the name of the font that you want to replace.</ahelp>"
-msgstr ""
+#. R/*n
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN106AE\n"
+"help.text"
+msgid "Character style"
+msgstr "სიმბოლოს სტილი"
-#: 01010700.xhp#hd_id3145785.10.help.text
-msgid "Replace with"
-msgstr "ჩანაცვლება"
+#. $POc
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN106B4\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the character style.</ahelp>"
+msgstr "<ahelp hid=\".\">სიმბოლოს სტილის განსაზღვრა.</ahelp>"
-#: 01010700.xhp#par_id3149560.20.help.text
-msgid "<ahelp hid=\"OFFMGR:COMBOBOX:RID_SVX_FONT_SUBSTITUTION:CB_FONT2\">Enter or select the name of the replacement font.</ahelp>"
+#. =XHA
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"hd_id3143280\n"
+"43\n"
+"help.text"
+msgid "Apply border and shadow"
+msgstr "საზღვრისა და ჩრდილის დამატება"
+
+#. z*qT
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_id3149826\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"SW:CHECKBOX:DLG_CAPTION:CB_COPY_ATTR\">Applies the border and shadow of the object to the caption frame.</ahelp>"
+msgstr "<ahelp hid=\"SW:CHECKBOX:DLG_CAPTION:CB_COPY_ATTR\">მანიჭებს ობიექტის საზღვარსა და ჩრდილს სათაურის ჩარჩოს.</ahelp>"
+
+#. ^^0n
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Grid"
msgstr ""
-#: 01010700.xhp#hd_id3153363.11.help.text
-msgctxt "01010700.xhp#hd_id3153363.11.help.text"
-msgid "Apply"
+#. _G@B
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"bm_id3163802\n"
+"help.text"
+msgid "<bookmark_value>snapping in presentations and drawings</bookmark_value> <bookmark_value>points;reducing editing points when snapping (Impress/Draw)</bookmark_value>"
msgstr ""
-#: 01010700.xhp#par_id3145750.21.help.text
-#, fuzzy
-msgid "<ahelp hid=\"HID_OFA_SUBST_APPLY\">Applies the selected font replacement.</ahelp>"
-msgstr "<ahelp hid=\"HID_OFA_SUBST_DELETE\">შლის არჩეული შრიფტის ჩანაცვლებას.</ahelp>"
+#. -w5`
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3147571\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01070300.xhp\" name=\"Grid\">Grid</link>"
+msgstr "<link href=\"text/shared/optionen/01070300.xhp\" name=\"Grid\">ბადე</link>"
-#: 01010700.xhp#par_id3146984.help.text
-msgid "<image id=\"img_id3155412\" src=\"svx/res/nu07.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155412\">Icon</alt></image>"
-msgstr ""
+#. 2=kB
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3152801\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SD_OPTIONS_SNAP\">Defines the grid settings for creating and moving objects.</ahelp>"
+msgstr "<ahelp hid=\"HID_SD_OPTIONS_SNAP\">საზღვრავს ბადის პარამეტრებს ობიექტების შექმნისთვის და გადატანისთვის.</ahelp>"
-#: 01010700.xhp#par_id3147426.22.help.text
-msgctxt "01010700.xhp#par_id3147426.22.help.text"
-msgid "Apply"
+#. m0$D
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3149177\n"
+"3\n"
+"help.text"
+msgid "If you have activated the snap grid but wish to move or create individual objects without snap positions, keep the Shift key pressed to deactivate this function for as long as needed."
msgstr ""
-#: 01010700.xhp#hd_id3147443.12.help.text
-msgctxt "01010700.xhp#hd_id3147443.12.help.text"
-msgid "Delete"
+#. P[[6
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3156346\n"
+"4\n"
+"help.text"
+msgid "Snap"
msgstr ""
-#: 01010700.xhp#par_id3148576.23.help.text
-msgid "<ahelp hid=\"HID_OFA_SUBST_DELETE\">Deletes the selected font replacement.</ahelp>"
-msgstr "<ahelp hid=\"HID_OFA_SUBST_DELETE\">შლის არჩეული შრიფტის ჩანაცვლებას.</ahelp>"
+#. E#nv
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3163802\n"
+"8\n"
+"help.text"
+msgid "To snap lines"
+msgstr ""
-#: 01010700.xhp#par_id3149300.help.text
-msgid "<image id=\"img_id3147124\" src=\"svx/res/nu08.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147124\">Icon</alt></image>"
+#. ^GQc
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3149516\n"
+"9\n"
+"help.text"
+msgid "<variable id=\"anlinie\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_HELPLINES\">Snaps the edge of a dragged object to the nearest snap line when you release the mouse.</ahelp></variable>"
msgstr ""
-#: 01010700.xhp#par_id3145800.24.help.text
-msgctxt "01010700.xhp#par_id3145800.24.help.text"
-msgid "Delete"
+#. c@\(
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3154142\n"
+"37\n"
+"help.text"
+msgid "You can also define this setting by using the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Snap Lines\"><emph>Snap to Snap Lines</emph></link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Snap Lines\"><emph>Snap to Snap Lines</emph></link></caseinline><defaultinline><emph>Snap to Snap Lines</emph></defaultinline></switchinline> icon, which is available in the <emph>Options</emph> bar in a presentation or drawing document."
msgstr ""
-#: 01010700.xhp#hd_id3150715.52.help.text
-msgid "Font settings for HTML and Basic sources"
-msgstr "შრიფტის პარამეტრები HTML-სთვის და საბაზისო წყაროებისთვის"
+#. zqO8
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3154306\n"
+"31\n"
+"help.text"
+msgid "To the page margins"
+msgstr "გვერდის კიდეებზე"
-#: 01010700.xhp#par_id3153950.53.help.text
-msgid "Select the font and font size for the display of HTML and Basic source code."
+#. ~~$-
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3156024\n"
+"11\n"
+"help.text"
+msgid "<variable id=\"seitenrand\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_BORDER\">Specifies whether to align the contour of the graphic object to the nearest page margin.</ahelp></variable>"
msgstr ""
-#: 01010700.xhp#hd_id3153838.54.help.text
-msgctxt "01010700.xhp#hd_id3153838.54.help.text"
-msgid "Fonts"
-msgstr "შრიფტი"
+#. QSl)
+#: 01070300.xhp
+#, fuzzy
+msgctxt ""
+"01070300.xhp\n"
+"par_id3149670\n"
+"33\n"
+"help.text"
+msgid "<variable id=\"seittext\">The cursor or a contour line of the graphics object must be in the snap range.</variable>"
+msgstr "<variable id=\"matrixtext\">ეს კატეგორია შეიცავს მასივის ფუნქციებს. </variable>"
-#: 01010700.xhp#par_id3146990.55.help.text
-msgid "<ahelp hid=\"OFFMGR_LISTBOX_RID_SVX_FONT_SUBSTITUTION_LB_FONTNAME\">Select the font for the display of HTML and Basic source code.</ahelp> Select <emph>Automatic</emph> to detect a suitable font automatically."
+#. jJE6
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3148947\n"
+"38\n"
+"help.text"
+msgid "In a presentation or drawing document, this function can also be accessed with the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13150000.xhp\" name=\"Snap to Page Margins\"><emph>Snap to Page Margins</emph></link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13150000.xhp\" name=\"Snap to Page Margins\"><emph>Snap to Page Margins</emph></link></caseinline><defaultinline><emph>Snap to Page Margins</emph></defaultinline></switchinline> icon in the <emph>Options</emph> bar."
msgstr ""
-#: 01010700.xhp#hd_id3146791.56.help.text
-msgid "Non-proportional fonts only"
-msgstr "მხოლოდ არაპროპორციული შრიფტები"
+#. k(+g
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3154365\n"
+"12\n"
+"help.text"
+msgid "To object frame"
+msgstr "ობიექტის ჩარჩოზე"
-#: 01010700.xhp#par_id3154362.57.help.text
-msgid "<ahelp hid=\"OFFMGR_CHECKBOX_RID_SVX_FONT_SUBSTITUTION_CB_NONPROP\">Check to display only non-proportional fonts in the <emph>Fonts</emph> list box.</ahelp>"
+#. +(YI
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3148674\n"
+"13\n"
+"help.text"
+msgid "<variable id=\"rahmen\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_FRAME\">Specifies whether to align the contour of the graphic object to the border of the nearest graphic object.</ahelp></variable>"
msgstr ""
-#: 01010700.xhp#hd_id3153765.58.help.text
-msgctxt "01010700.xhp#hd_id3153765.58.help.text"
-msgid "Size"
-msgstr ""
+#. hZs;
+#: 01070300.xhp
+#, fuzzy
+msgctxt ""
+"01070300.xhp\n"
+"par_id3147228\n"
+"34\n"
+"help.text"
+msgid "<variable id=\"rahmtext\">The cursor or a contour line of the graphics object must be in the snap range.</variable>"
+msgstr "<variable id=\"matrixtext\">ეს კატეგორია შეიცავს მასივის ფუნქციებს. </variable>"
-#: 01010700.xhp#par_id3150323.59.help.text
-msgid "<ahelp hid=\"OFFMGR_LISTBOX_RID_SVX_FONT_SUBSTITUTION_LB_FONTHEIGHT\">Select a font size for the display of HTML and Basic source code.</ahelp>"
+#. V6[U
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3148922\n"
+"39\n"
+"help.text"
+msgid "In a presentation or drawing document, this function can also be accessed with the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13160000.xhp\" name=\"Snap to Object Border\"><emph>Snap to Object Border</emph></link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13160000.xhp\" name=\"Snap to Object Border\"><emph>Snap to Object Border</emph></link></caseinline><defaultinline><emph>Snap to Object Border</emph></defaultinline></switchinline> icon in the <emph>Options</emph> bar."
msgstr ""
-#: 01060400.xhp#tit.help.text
-msgid "Sort Lists"
-msgstr "დახარისხებისიები"
+#. t-\X
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3155431\n"
+"14\n"
+"help.text"
+msgid "To object points"
+msgstr "ობიექტი მიუთითებს"
+
+#. DQ(_
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3145271\n"
+"15\n"
+"help.text"
+msgid "<variable id=\"opunkte\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_POINTS\">Specifies whether to align the contour of the graphic object to the points of the nearest graphic object.</ahelp></variable>"
+msgstr ""
-#: 01060400.xhp#hd_id3145382.1.help.text
+#. C0Zf
+#: 01070300.xhp
#, fuzzy
-msgid "<link href=\"text/shared/optionen/01060400.xhp\" name=\"Sort Lists\">Sort Lists</link>"
-msgstr "<link href=\"text/shared/optionen/01060700.xhp\" name=\"Print\">ბეჭდვა</link>"
+msgctxt ""
+"01070300.xhp\n"
+"par_id3149483\n"
+"35\n"
+"help.text"
+msgid "<variable id=\"opunktetext\">This only applies if the cursor or a contour line of the graphics object is in the snap range.</variable>"
+msgstr "<variable id=\"eintraege\">განსაღვრეთ ანბანური ინდექსის ჩანაწერების ფორმატი.</variable>"
-#: 01060400.xhp#par_id3153825.2.help.text
-msgid "<ahelp hid=\"HID_SCPAGE_USERLISTS\">All user-defined lists are displayed in the<emph> Sort Lists </emph>dialog. You can also define and edit your own lists. Only text can be used as sort lists, no numbers.</ahelp>"
+#. 1zc)
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3146146\n"
+"40\n"
+"help.text"
+msgid "In a presentation or drawing document, this function can also be accessed with the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13170000.xhp\" name=\"Snap to Object Points\"><emph>Snap to Object Points</emph></link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13170000.xhp\" name=\"Snap to Object Points\"><emph>Snap to Object Points</emph></link></caseinline><defaultinline><emph>Snap to Object Points</emph></defaultinline></switchinline> icon in the <emph>Options</emph> bar."
msgstr ""
-#: 01060400.xhp#hd_id3149416.3.help.text
-msgid "Lists"
-msgstr "სიები"
+#. !!##
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3148645\n"
+"16\n"
+"help.text"
+msgid "Snap range"
+msgstr "დიაპაზონის დამაგრება"
-#: 01060400.xhp#par_id3150503.4.help.text
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_USERLISTS:LB_LISTS\">Displays all the available lists. These lists can be selected for editing.</ahelp>"
+#. sokK
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3154145\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_SNAP_AREA\">Defines the snap distance between the mouse pointer and the object contour. $[officename] Impress snaps to a snap point if the mouse pointer is nearer than the distance selected in the <emph>Snap range</emph> control.</ahelp>"
msgstr ""
-#: 01060400.xhp#hd_id3147531.5.help.text
-msgid "Entries"
-msgstr "ელემენტები"
+#. S%i?
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3150872\n"
+"19\n"
+"help.text"
+msgid "Snap position"
+msgstr "მდებარეობის დამაგრება"
-#: 01060400.xhp#par_id3149669.6.help.text
-msgid "<ahelp hid=\"SC:MULTILINEEDIT:RID_SCPAGE_USERLISTS:ED_ENTRIES\">Displays the content of the currently selected list. This content can be edited.</ahelp>"
+#. 0V0.
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3154639\n"
+"21\n"
+"help.text"
+msgid "When creating or moving objects"
+msgstr "ობიექტების შექმნისას ან გადაადგილებისას"
+
+#. lwM2
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3150417\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_ORTHO\">Specifies that graphic objects are restricted vertically, horizontally or diagonally (45°) when creating or moving them.</ahelp> You can temporarily deactivate this setting by pressing the Shift key."
msgstr ""
-#: 01060400.xhp#hd_id3145069.7.help.text
-msgid "Copy list from"
-msgstr "სიის ასლი"
+#. aM/T
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3159345\n"
+"23\n"
+"help.text"
+msgid "Extend edges"
+msgstr "გაფართოებული კიდეები"
-#: 01060400.xhp#par_id3149457.8.help.text
-msgid "<ahelp hid=\"SC:EDIT:RID_SCPAGE_USERLISTS:ED_COPYFROM\">Defines the spreadsheet and the cells to copy, in order to include them in the <emph>Lists</emph> box. The currently selected range in the spreadsheet is the default.</ahelp>"
+#. NI#(
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3154942\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_BIGORTHO\">Specifies that a square is created based on the longer side of a rectangle when the Shift key is pressed before you release the mouse button. This also applies to an ellipse (a circle will be created based on the longest diameter of the ellipse). When the<emph> Extend edges </emph>box is not marked, a square or a circle will be created based on the shorter side or diameter.</ahelp>"
msgstr ""
-#: 01060400.xhp#hd_id3151211.13.help.text
-msgid "Copy"
-msgstr "ასლი"
+#. T;qA
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3149413\n"
+"25\n"
+"help.text"
+msgid "When rotating"
+msgstr "შებრუნებისას"
-#: 01060400.xhp#par_id3158409.14.help.text
-msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCPAGE_USERLISTS:BTN_COPY\">Copies the contents of the cells in the <emph>Copy list from</emph> box. If you select a reference to related rows and columns, the <link href=\"text/shared/optionen/01060401.xhp\" name=\"Copy List\"><emph>Copy List</emph></link> dialog appears after clicking the button. You can use this dialog to define if the reference is converted to sort lists by row or by column.</ahelp>"
+#. 0Y)v
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3150717\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_ANGLE\">Specifies that graphic objects can only be rotated within the rotation angle that you selected in the <emph>When rotating</emph> control.</ahelp> If you want to rotate an object outside the defined angle, press the Shift key when rotating. Release the key when the desired rotation angle is reached."
msgstr ""
-#: 01060400.xhp#hd_id3154684.9.help.text
-msgid "New/Discard"
-msgstr "ახალი/უარყოფა"
+#. e@NJ
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3154163\n"
+"27\n"
+"help.text"
+msgid "Point reduction"
+msgstr ""
-#: 01060400.xhp#par_id3153970.10.help.text
-msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCPAGE_USERLISTS:BTN_NEW\">Enters the contents of a new list into the <emph>Entries</emph> box.</ahelp> This button will change from <emph>New</emph> to <emph>Discard</emph>, which enables you to delete the new list."
+#. dO0?
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3156275\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_BEZ_ANGLE\">Defines the angle for point reduction.</ahelp> When working with polygons, you might find it useful to reduce their editing points."
msgstr ""
-#: 01060400.xhp#hd_id3144760.11.help.text
-msgid "Add/Modify"
-msgstr "დამატება/შეცვლა"
+#. e0z^
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Languages"
+msgstr "ენები"
-#: 01060400.xhp#par_id3145785.12.help.text
-msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCPAGE_USERLISTS:BTN_ADD\">Adds a new list into the <emph>Lists</emph> box.</ahelp> If you would like to edit this list in the <emph>Entries</emph> box, this button will change from <emph>Add</emph> to <emph>Modify</emph>, which enables you to include the newly modified list."
+#. Vq5|
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"bm_id3154751\n"
+"help.text"
+msgid "<bookmark_value>languages; locale settings</bookmark_value> <bookmark_value>locale settings</bookmark_value> <bookmark_value>Asian languages; enabling</bookmark_value> <bookmark_value>languages; Asian support</bookmark_value> <bookmark_value>complex text layout; enabling</bookmark_value> <bookmark_value>Arabic;language settings</bookmark_value> <bookmark_value>Hebrew;language settings</bookmark_value> <bookmark_value>Thai;language settings</bookmark_value> <bookmark_value>Hindi;language settings</bookmark_value> <bookmark_value>decimal separator key</bookmark_value>"
msgstr ""
-#: 01150200.xhp#tit.help.text
-msgid "Searching in Japanese"
-msgstr "იაპონურად ძებნა"
+#. OLy-
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3151299\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01140000.xhp\" name=\"Languages\">Languages</link>"
+msgstr "<link href=\"text/shared/optionen/01140000.xhp\" name=\"Languages\">ენები</link>"
-#: 01150200.xhp#hd_id3155338.1.help.text
-msgid "<link href=\"text/shared/optionen/01150200.xhp\" name=\"Searching in Japanese\">Searching in Japanese</link>"
-msgstr "<link href=\"text/shared/optionen/01150200.xhp\" name=\"Searching in Japanese\">იაპონურად ძებნა</link>"
+#. T!0j
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3148520\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Defines the default languages and some other locale settings for documents.</ahelp>"
+msgstr ""
-#: 01150200.xhp#par_id3152996.2.help.text
-msgid "Defines the search options for Japanese."
-msgstr "იაპონურად ძებნის პარამეტრებს საზღვრავს."
+#. g*[c
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3156042\n"
+"21\n"
+"help.text"
+msgid "Language of"
+msgstr "ენა"
-#: 01150200.xhp#hd_id3159399.3.help.text
-msgid "Treat as equal"
-msgstr "ტოლად განხილვა"
+#. ojV1
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN10681\n"
+"help.text"
+msgid "User interface"
+msgstr "მომხმარებლის ინტერფეისი"
-#: 01150200.xhp#par_id3154514.4.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_JSEARCH_OPTIONS_CB_MATCH_PROLONGED_SOUNDMARK\" visibility=\"visible\">Specifies the options to be treated as equal in a search.</ahelp>"
+#. d9t:
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN10685\n"
+"help.text"
+msgid "<ahelp hid=\".\">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.</ahelp>"
msgstr ""
-#: 01150200.xhp#hd_id3148944.5.help.text
-msgid "Ignore"
-msgstr "იგნორირება"
+#. 9U-h
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id0125201009445727\n"
+"help.text"
+msgid "The \"Default\" entry selects the language of the user interface for the operating system. If this language is not available in the %PRODUCTNAME installation, the language of the %PRODUCTNAME installation is the default language."
+msgstr ""
-#: 01150200.xhp#par_id3147264.6.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_JSEARCH_OPTIONS_CB_IGNORE_MIDDLE_DOT\" visibility=\"visible\">Specifies the characters to be ignored.</ahelp>"
+#. ff6^
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3154751\n"
+"22\n"
+"help.text"
+msgid "Locale setting"
+msgstr "ლოკალური პარამეტრები"
+
+#. ,d|e
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3157958\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_LOCALESETTING\">Specifies the locale setting of the country setting. This influences settings for numbering, currency and units of measure.</ahelp>"
msgstr ""
-#: 01020000.xhp#tit.help.text
-msgctxt "01020000.xhp#tit.help.text"
-msgid "Load/Save options"
+#. 3GFL
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id0125201009445950\n"
+"help.text"
+msgid "The \"Default\" entry selects the locale setting that is selected for the operating system."
msgstr ""
-#: 01020000.xhp#hd_id3147291.1.help.text
-msgctxt "01020000.xhp#hd_id3147291.1.help.text"
-msgid "Load/Save options"
+#. +Ny$
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3156410\n"
+"27\n"
+"help.text"
+msgid "A change in this field is immediately applicable. However, some formats that were formatted by default change only if the document is newly loaded."
msgstr ""
-#: 01020000.xhp#par_id3146957.2.help.text
-msgid "<variable id=\"laden\"><ahelp hid=\"\" visibility=\"visible\">Specifies general Load/Save settings. </ahelp></variable>"
-msgstr "<variable id=\"laden\"><ahelp hid=\"\" visibility=\"visible\">საზღვრავს ჩატვირთვა/შენახვის პარამეტრებს. </ahelp></variable>"
+#. qe\A
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN106DE\n"
+"help.text"
+msgid "Decimal separator key - Same as locale setting"
+msgstr ""
-#: testaccount.xhp#tit.help.text
-msgid "Test Account Settings"
-msgstr "სატესტო ანგარიშის პარამეტრები"
+#. w#6^
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN106E2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies to use the decimal separator key that is set in your system when you press the respective key on the number pad.</ahelp>"
+msgstr ""
-#: testaccount.xhp#par_idN10547.help.text
-msgid "<link href=\"text/shared/optionen/testaccount.xhp\">Test Account Settings</link>"
-msgstr "<link href=\"text/shared/optionen/testaccount.xhp\">სატესტო ანგარიშის პარამეტრები</link>"
+#. X/OH
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN106F1\n"
+"help.text"
+msgid "If this checkbox is activated, the character shown after \"Same as locale setting\" is inserted when you press the key on the number pad. If this checkbox is not activated, the character that your keyboard driver software provides is inserted."
+msgstr ""
-#: testaccount.xhp#par_idN10557.help.text
-msgid "When you enter settings on the <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/mailmerge.xhp\">%PRODUCTNAME Writer - Mail Merge E-mail</link> tab page, you can click the <emph>Test Settings</emph> button to test your settings."
+#. FmJ2
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3147209\n"
+"24\n"
+"help.text"
+msgid "Default currency"
+msgstr "ნაგულისხმევი ვალუტა"
+
+#. #%$^
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3145120\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_CURRENCY\">Specifies the default currency that is used for the currency format and the currency fields.</ahelp> If you change the locale setting, the default currency changes automatically."
msgstr ""
-#: testaccount.xhp#par_idN10574.help.text
-msgid "(Results list box)"
-msgstr "(შედეგების სიის უჯრა)"
+#. ojzf
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3148491\n"
+"29\n"
+"help.text"
+msgid "The default entry applies to the currency format that is assigned to the selected locale setting."
+msgstr ""
-#: testaccount.xhp#par_idN10578.help.text
-msgid "<ahelp hid=\".\">In the top list box you will see the results of the test session.</ahelp>"
+#. +{D,
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3157909\n"
+"26\n"
+"help.text"
+msgid "A change in <emph>Default currency</emph> field will be transmitted to all open documents and will lead to corresponding changes in the dialogs and icons that control the currency format in these documents."
msgstr ""
-#: testaccount.xhp#par_idN1058F.help.text
-msgid "Errors"
-msgstr "შეცდომები"
+#. ?Flb
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3153127\n"
+"5\n"
+"help.text"
+msgid "Default languages for documents"
+msgstr "დოკუმენტის ნაგულისხმევი ენა"
-#: testaccount.xhp#par_idN10593.help.text
-msgid "<ahelp hid=\".\">In the Errors list box you can read an explanation of any errors encountered while testing the settings.</ahelp>"
+#. |fll
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3149763\n"
+"6\n"
+"help.text"
+msgid "Specifies the languages for spellchecking, thesaurus and hyphenation."
msgstr ""
-#: testaccount.xhp#par_idN105AA.help.text
-msgid "Stop"
-msgstr "გაჩერება"
+#. T-|T
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3148663\n"
+"8\n"
+"help.text"
+msgid "The spellcheck for the selected language only functions when you have installed the corresponding language module. <embedvar href=\"text/shared/optionen/01010401.xhp#sprachenfeld\"/>"
+msgstr ""
-#: testaccount.xhp#par_idN105AE.help.text
-msgid "<ahelp hid=\".\">Click the <emph>Stop</emph> button to stop a test session manually.</ahelp>"
+#. ;-QS
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3151210\n"
+"9\n"
+"help.text"
+msgid "Western"
+msgstr "დასავლური"
+
+#. K[/r
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3153192\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_WEST_LANG\">Specifies the language used for the spellcheck function in western alphabets.</ahelp>"
msgstr ""
-#: 01061000.xhp#tit.help.text
-msgid "Defaults"
+#. 2A+g
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3156422\n"
+"11\n"
+"help.text"
+msgid "Asian"
+msgstr "აზიური"
+
+#. 6\*~
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3159149\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_ASIAN_LANG\">Specifies the language used for the spellcheck function in Asian alphabets.</ahelp>"
msgstr ""
-#: 01061000.xhp#bm_id4249399.help.text
-msgid " <bookmark_value>defaults;number of worksheets in new documents</bookmark_value> <bookmark_value>defaults;prefix name for new worksheet</bookmark_value> <bookmark_value>number of worksheets in new documents</bookmark_value> <bookmark_value>prefix name for new worksheet</bookmark_value> "
+#. x10/
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3158407\n"
+"31\n"
+"help.text"
+msgid "CTL"
+msgstr "CTL"
+
+#. khPb
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3156212\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_COMPLEX_LANG\">Specifies the language for the complex text layout spellcheck.</ahelp>"
msgstr ""
-#: 01061000.xhp#hd_id3145071.help.text
-msgid "<link href=\"text/shared/optionen/01061000.xhp\" name=\"Defaults\">Defaults</link>"
+#. ,bo)
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3149807\n"
+"15\n"
+"help.text"
+msgid "For the current document only"
+msgstr "მხოლოდ მიმდინარე დოკუმენტისთვის"
+
+#. D50?
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3155432\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_CURRENT_DOC\">Specifies that the settings for default languages are valid only for the current document.</ahelp>"
msgstr ""
-#: 01061000.xhp#par_id3147576.help.text
-msgid "<ahelp hid=\".\">Defines default settings for new spreadsheet documents.</ahelp>"
+#. K/HS
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3156441\n"
+"17\n"
+"help.text"
+msgid "Enhanced language support"
+msgstr "ენის მხარდაჭერა ჩართულია"
+
+#. Ee4`
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3148575\n"
+"19\n"
+"help.text"
+msgid "Enabled for Asian languages"
+msgstr "აზიური ენებისთვის ჩართულია"
+
+#. gItO
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3145748\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_ASIANSUPPORT\">Activates Asian languages support. You can now modify the corresponding Asian language settings in <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
msgstr ""
-#: 01061000.xhp#hd_id3149399.help.text
-msgid "New spreadsheets"
+#. c%3?
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3152938\n"
+"18\n"
+"help.text"
+msgid "If you want to write in Chinese, Japanese or Korean, you can activate the support for these languages in the user interface."
msgstr ""
-#: 01061000.xhp#par_id3155419.help.text
-msgid "You can set the number of worksheets in a new document, and the prefix name for new worksheets."
+#. /3)J
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3146147\n"
+"33\n"
+"help.text"
+msgid "Enabled for complex text layout (CTL)"
msgstr ""
-#: 01040000.xhp#tit.help.text
+#. *d7l
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3149667\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_CTLSUPPORT\">Activates complex text layout support. You can now modify the settings corresponding to complex text layout in <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
+msgstr ""
+
+#. lb:[
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"tit\n"
+"help.text"
msgid "Text Document Options"
msgstr "ტექსტური დოკუმენტის პარამეტრები"
-#: 01040000.xhp#hd_id3155628.1.help.text
+#. ,fk}
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"hd_id3155628\n"
+"1\n"
+"help.text"
msgid "%PRODUCTNAME Writer Options"
msgstr "%PRODUCTNAME Writer პარამეტრები"
-#: 01040000.xhp#par_id3145315.2.help.text
+#. c73g
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3145315\n"
+"2\n"
+"help.text"
msgid "<variable id=\"optionentextdokument\"><ahelp hid=\".uno:SwEditOptions\">These settings determine the way text documents that are created in $[officename] are handled. It is also possible to define settings for the current text document.</ahelp></variable> The global settings are automatically saved."
msgstr ""
-#: 01040000.xhp#hd_id3159399.5.help.text
+#. 0+qM
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"hd_id3159399\n"
+"5\n"
+"help.text"
msgid "<link href=\"text/shared/optionen/01040300.xhp\" name=\"Basic Fonts (Western)\">Basic Fonts (Western)</link>"
msgstr "<link href=\"text/shared/optionen/01040300.xhp\" name=\"Basic Fonts\">საბაზისო შრიფტები</link>"
-#: 01040000.xhp#par_id3151385.3.help.text
+#. kVk@
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3151385\n"
+"3\n"
+"help.text"
msgid "Specifies the settings for the basic fonts."
msgstr ""
-#: 01040000.xhp#hd_id3148563.6.help.text
+#. V[89
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"hd_id3148563\n"
+"6\n"
+"help.text"
msgid "<link href=\"text/shared/optionen/01040300.xhp\" name=\"Basic Fonts (Asian)\">Basic Fonts (Asian)</link>"
msgstr "<link href=\"text/shared/optionen/01040300.xhp\" name=\"Basic Fonts\">საბაზისო შრიფტები</link>"
-#: 01040000.xhp#par_id3147304.4.help.text
+#. n}3p
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3147304\n"
+"4\n"
+"help.text"
msgid "Specifies the settings for the basic Asian fonts if Asian language support has been activated under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages.</emph>"
msgstr ""
-#: 01040000.xhp#hd_id3149294.7.help.text
+#. Z1J,
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"hd_id3149294\n"
+"7\n"
+"help.text"
msgid "<link href=\"text/shared/optionen/01040300.xhp\" name=\"Basic Fonts (CTL)\">Basic Fonts (CTL)</link>"
msgstr "<link href=\"text/shared/optionen/01040300.xhp\" name=\"Basic Fonts\">საბაზისო შრიფტები</link>"
-#: 01040000.xhp#par_id3150792.8.help.text
+#. _u;d
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3150792\n"
+"8\n"
+"help.text"
msgid "Specifies the settings for basic fonts for complex text layout languages if their support has been activated under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>."
msgstr ""
-#: 01041100.xhp#tit.help.text
-msgid "AutoCaption"
-msgstr "AutoCaption"
+#. 6YGL
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Security"
+msgstr "დაცვა"
-#: 01041100.xhp#bm_id5164036.help.text
-msgid "<bookmark_value>automatic captions (Writer)</bookmark_value><bookmark_value>AutoCaption function in %PRODUCTNAME Writer</bookmark_value><bookmark_value>captions;automatic captions (Writer)</bookmark_value>"
+#. :oSd
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"bm_id2322153\n"
+"help.text"
+msgid "<bookmark_value>macros;selecting security warnings</bookmark_value><bookmark_value>security;options for documents with macros</bookmark_value><bookmark_value>macros;security</bookmark_value>"
msgstr ""
-#: 01041100.xhp#par_idN10561.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/optionen/01041100.xhp\">AutoCaption</link>"
-msgstr "<link href=\"text/shared/optionen/01160200.xhp\">მონაცემთა ბაზები</link>"
+#. OW1s
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id3147588\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01030300.xhp\" name=\"Security\">Security</link>"
+msgstr "<link href=\"text/shared/optionen/01030300.xhp\" name=\"Security\">დაცვა</link>"
-#: 01041100.xhp#par_idN10571.help.text
-msgid "Specifies the settings for captions that are automatically added to inserted objects."
+#. NNBv
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3153255\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Defines the security options for saving documents, for web connections, and for opening documents that contain macros.</ahelp>"
msgstr ""
-#: 01041100.xhp#par_idN10588.help.text
-msgid "Add captions automatically when inserting"
+#. {.o4
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10640\n"
+"help.text"
+msgid "Options"
msgstr ""
-#: 01041100.xhp#par_idN1058C.help.text
-msgid "<ahelp hid=\".\">Select the object type for which the AutoCaption settings are to be valid.</ahelp>"
+#. nJkl
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10644\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the \"Security options and warning\" dialog.</ahelp>"
msgstr ""
-#: 01041100.xhp#par_idN1058F.help.text
-msgctxt "01041100.xhp#par_idN1058F.help.text"
-msgid "Caption"
+#. UceQ
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id5616626\n"
+"help.text"
+msgid "The Security options and warnings dialog contains the following controls:"
msgstr ""
-#: 01041100.xhp#par_idN10593.help.text
-msgid "Defines the options to be applied to the selected object type. These options are identical to those in the <emph>Insert - Caption</emph> menu, which is available when an object is selected. Below the settings is a preview of the object category, together with numbering type."
+#. (6]A
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10647\n"
+"help.text"
+msgid "When saving or sending"
+msgstr "შენახვისას ან გაგზავნისას"
+
+#. b}fb
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN1064B\n"
+"help.text"
+msgid "<ahelp hid=\"703988739\">Select to see a warning dialog when you try to save or send a document that contains recorded changes, versions, or comments.</ahelp>"
msgstr ""
-#: 01041100.xhp#hd_id3146798.5.help.text
-msgid "Category"
-msgstr "კატეგორია"
+#. SyAT
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN1064E\n"
+"help.text"
+msgid "When printing"
+msgstr "ბეჭდვისას"
-#: 01041100.xhp#par_id3155419.13.help.text
-msgid "<ahelp hid=\"SW_COMBOBOX_TP_OPTCAPTION_PAGE_BOX_CATEGORY\">Specifies the category of the selected object.</ahelp>"
+#. 4$ng
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10652\n"
+"help.text"
+msgid "<ahelp hid=\"703988740\">Select to see a warning dialog when you try to print a document that contains recorded changes or comments.</ahelp>"
msgstr ""
-#: 01041100.xhp#hd_id3155628.6.help.text
-msgid "Numbering"
-msgstr "დანომვრვა"
+#. kgnU
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10655\n"
+"help.text"
+msgid "When signing"
+msgstr "ხელმიწერისას"
-#: 01041100.xhp#par_id3149233.18.help.text
-msgid "<ahelp hid=\"SW_LISTBOX_TP_OPTCAPTION_PAGE_BOX_FORMAT\">Specifies the type of numbering required.</ahelp>"
+#. X#Q9
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10659\n"
+"help.text"
+msgid "<ahelp hid=\"703988741\">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.</ahelp>"
msgstr ""
-#: 01041100.xhp#hd_id3149457.10.help.text
-msgid "Separator"
+#. =jl.
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN1065C\n"
+"help.text"
+msgid "When creating PDF files"
+msgstr "PDF ფაილის შექმნისას"
+
+#. RU@#
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10660\n"
+"help.text"
+msgid "<ahelp hid=\"703988742\">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.</ahelp>"
msgstr ""
-#: 01041100.xhp#par_idN106E2.17.help.text
-msgctxt "01041100.xhp#par_idN106E2.17.help.text"
-msgid "<ahelp hid=\"SW_EDIT_TP_OPTCAPTION_PAGE_ED_SEPARATOR\">Defines the character to be displayed after the number of the heading or chapter level.</ahelp>"
+#. \Y]Y
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10663\n"
+"help.text"
+msgid "Remove personal information on saving"
+msgstr "შენახვისას პირადი ინფორმაციის წაშლა"
+
+#. mzy)
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10667\n"
+"help.text"
+msgid "<ahelp hid=\"703988743\">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 <emph>Reset</emph> button on <emph>File - Properties - General</emph>.</ahelp>"
msgstr ""
-#: 01041100.xhp#hd_id3154514.8.help.text
-msgctxt "01041100.xhp#hd_id3154514.8.help.text"
-msgid "Position"
+#. TP]E
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN1067C\n"
+"help.text"
+msgid "Recommend password protection on saving"
+msgstr "შენახვაზე რეკომენდირებული საპაროლო დაცვა"
+
+#. WK(d
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10680\n"
+"help.text"
+msgid "<ahelp hid=\"703988744\">Select to always enable the <emph>Save with password</emph> option in the file save dialogs. Deselect the option to save files by default without password.</ahelp>"
msgstr ""
-#: 01041100.xhp#par_id3151384.15.help.text
-msgid "<ahelp hid=\"SW_LISTBOX_TP_OPTCAPTION_PAGE_BOX_POS\">Determines the position of the caption with respect to the object.</ahelp>"
+#. BHfi
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id1972106\n"
+"help.text"
+msgid "Ctrl-click required to follow hyperlinks"
msgstr ""
-#: 01041100.xhp#par_idN1064E.help.text
-msgid "Numbering captions by chapter"
+#. vh#X
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id79042\n"
+"help.text"
+msgid "<ahelp hid=\".\">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.</ahelp>"
msgstr ""
-#: 01041100.xhp#hd_id3145609.9.help.text
-msgid "Level"
-msgstr "საფეხური"
+#. z*Cq
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id4076357\n"
+"help.text"
+msgid "Passwords for web connections"
+msgstr ""
-#: 01041100.xhp#par_id3153898.16.help.text
-msgid "<ahelp hid=\"SW_LISTBOX_TP_OPTCAPTION_PAGE_LB_LEVEL\">Specifies the headings or chapter levels where you want the numbering to start.</ahelp>"
+#. p:x%
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id8231757\n"
+"help.text"
+msgid "You can enter a master password to enable easy access to sites that require a user name and password."
msgstr ""
-#: 01041100.xhp#par_id3153524.17.help.text
-msgctxt "01041100.xhp#par_id3153524.17.help.text"
-msgid "<ahelp hid=\"SW_EDIT_TP_OPTCAPTION_PAGE_ED_SEPARATOR\">Defines the character to be displayed after the number of the heading or chapter level.</ahelp>"
+#. -gF(
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id3168736\n"
+"help.text"
+msgid "Persistently save passwords protected by a master password"
msgstr ""
-#: 01041100.xhp#par_idN106A8.help.text
-msgid "Category and frame format"
-msgstr "კატეგორია და ჩარჩოს ფორმატი"
+#. s6J@
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id1909848\n"
+"help.text"
+msgid "<ahelp hid=\".\">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.</ahelp>"
+msgstr ""
-#: 01041100.xhp#par_idN106AE.help.text
-msgid "Character style"
-msgstr "სიმბოლოს სტილი"
+#. ((Z$
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id3901791\n"
+"help.text"
+msgid "Master Password"
+msgstr ""
-#: 01041100.xhp#par_idN106B4.help.text
-msgid "<ahelp hid=\".\">Specifies the character style.</ahelp>"
-msgstr "<ahelp hid=\".\">სიმბოლოს სტილის განსაზღვრა.</ahelp>"
+#. :5!i
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id4571977\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Enter Master Password dialog.</ahelp>"
+msgstr ""
-#: 01041100.xhp#hd_id3143280.43.help.text
-msgid "Apply border and shadow"
-msgstr "საზღვრისა და ჩრდილის დამატება"
+#. tMn%
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id5216223\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the master password.</ahelp>"
+msgstr ""
-#: 01041100.xhp#par_id3149826.44.help.text
-msgid "<ahelp hid=\"SW:CHECKBOX:DLG_CAPTION:CB_COPY_ATTR\">Applies the border and shadow of the object to the caption frame.</ahelp>"
-msgstr "<ahelp hid=\"SW:CHECKBOX:DLG_CAPTION:CB_COPY_ATTR\">მანიჭებს ობიექტის საზღვარსა და ჩრდილს სათაურის ჩარჩოს.</ahelp>"
+#. mfG,
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id7067171\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the master password again.</ahelp>"
+msgstr ""
-#: 01010400.xhp#tit.help.text
-msgid "Writing Aids"
-msgstr "ჩაწერის დახმარება"
+#. pF\O
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id7499313\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the master password to continue.</ahelp>"
+msgstr ""
-#: 01010400.xhp#bm_id7986388.help.text
-msgid "<bookmark_value>writing aids options</bookmark_value><bookmark_value>custom dictionaries; editing</bookmark_value><bookmark_value>user-defined dictionaries; editing</bookmark_value><bookmark_value>dictionaries; editing user-defined</bookmark_value><bookmark_value>exceptions; user-defined dictionaries</bookmark_value><bookmark_value>user-defined dictionaries; dictionary of exceptions</bookmark_value><bookmark_value>spellcheck; dictionary of exceptions</bookmark_value><bookmark_value>ignore list for spellcheck</bookmark_value><bookmark_value>spellcheck; ignore list</bookmark_value><bookmark_value>hyphenation; minimal number of characters</bookmark_value>"
+#. )f8b
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id3283486\n"
+"help.text"
+msgid "Connections"
+msgstr "კავშირები"
+
+#. mK!=
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3472090\n"
+"help.text"
+msgid "<ahelp hid=\".\">Asks for the master password. If master password is correct, shows the Stored Web Connection Information dialog.</ahelp>"
msgstr ""
-#: 01010400.xhp#hd_id3145136.1.help.text
-msgid "<link href=\"text/shared/optionen/01010400.xhp\" name=\"Writing Aids\">Writing Aids</link>"
-msgstr "<link href=\"text/shared/optionen/01010400.xhp\" name=\"Writing Aids\">წერის დახმარება</link>"
+#. 1w7A
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3289590\n"
+"help.text"
+msgid "The Stored Web Connection Information dialog shows a list of web sites and user names that you entered previously. You can select any entry and remove it from the list. You can view the password for the selected entry."
+msgstr ""
-#: 01010400.xhp#par_id3153527.2.help.text
-msgid "<ahelp hid=\"HID_OPTIONS_LINGU\">Specifies the properties of the spellcheck, thesaurus and hyphenation.</ahelp>"
-msgstr "<ahelp hid=\"HID_OPTIONS_LINGU\">მარლთწერის თვისებებს საზღვრავს, თესაუროსი და დეფიზები.</ahelp>"
+#. e*:h
+#: 01030300.xhp
+#, fuzzy
+msgctxt ""
+"01030300.xhp\n"
+"par_id7499008\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Removes the selected entry from the list.</ahelp>"
+msgstr "<ahelp hid=\"809226770\">მონიშნულ ჩანაწერს სიიდან შლის.</ahelp>"
-#: 01010400.xhp#hd_id3149096.33.help.text
-msgid "Available Language Modules"
-msgstr "ენის ხელმისაწვდომი მოდულები"
+#. ,H;)
+#: 01030300.xhp
+#, fuzzy
+msgctxt ""
+"01030300.xhp\n"
+"par_id7021088\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Removes all entries from the list.</ahelp>"
+msgstr "<ahelp hid=\"809226770\">მონიშნულ ჩანაწერს სიიდან შლის.</ahelp>"
-#: 01010400.xhp#par_id3154749.34.help.text
-msgid "<ahelp hid=\"HID_CLB_LINGU_MODULES\">Contains the installed language modules.</ahelp>"
-msgstr "<ahelp hid=\"HID_CLB_LINGU_MODULES\">შეიცავს დაყენებულ ენის მოდულებს.</ahelp>"
+#. ;(Pp
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id1981261\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog where you can view and change the password for the selected entry.</ahelp>"
+msgstr ""
-#: 01010400.xhp#par_id3153663.35.help.text
-msgid "A language module can contain one, two or three submodules: Spellcheck, hyphenation and thesaurus. Each sub-module can be available in one or more languages. If you click in front of the name of the module, you activate all the available sub-modules simultaneously. If you remove a set mark, you deactivate all the available sub-modules simultaneously. If you wish to activate or deactivate individual sub-modules, click the<emph> Edit button </emph>to open the <link href=\"text/shared/optionen/01010401.xhp\" name=\"Edit Modules\"><emph>Edit Modules</emph></link> dialog."
-msgstr "ენის მოდული შეიძლება შეიცავდეს ერთ, ორ ან სამ ქვემოდულს: მარლთწერის შემოწმება, დეფიზები და თეზავროსი. ყოველი ქვემოდული შეიძლება ხელმისაწვდომი იყოს ერთ ან მეტ ენაში. თუ მოდულის სახელზე დააწკაპებთ, ამით ყველა ქვემოდული გააქტიურდება. თუ მონიშვნას მოხსნით, ყველა ხელმისაწვდომი მოდულები არააქტიური გახდება. თუ გსურთ ქვემოდულების გააქტიურება/დეაქტიურება, დააწკაპუნეთ<emph> რედაქტირების ღილაკს </emph> <link href=\"text/shared/optionen/01010401.xhp\" name=\"Edit Modules\"><emph>მოდულების რედაქტირების</emph></link> დიალოგის გასახსნელად."
+#. ODLu
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10687\n"
+"help.text"
+msgid "Macro security"
+msgstr "მაკროს დაცვა"
-#: 01010400.xhp#par_id3294778.help.text
-msgid "The configuration allows for two different directories: one folder where the user has write permissions, and one without write permissions. The user can only edit and delete the user dictionaries that are located in the writable path. Other dictionaries can be read only."
+#. +-E3
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN1068B\n"
+"help.text"
+msgid "Adjust the security level for executing macros and specify trusted macro authors."
msgstr ""
-#: 01010400.xhp#hd_id3154307.36.help.text
-msgctxt "01010400.xhp#hd_id3154307.36.help.text"
-msgid "Edit"
+#. 43HB
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN1068E\n"
+"help.text"
+msgid "Macro Security"
+msgstr "მაკროს დაცვა"
+
+#. 3@Lh
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10692\n"
+"help.text"
+msgid "<ahelp hid=\"703992332\">Opens the <emph>Macro Security</emph> dialog.</ahelp>"
msgstr ""
-#: 01010400.xhp#par_id3145673.37.help.text
-msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_MODULES_EDIT\">To edit a language module, select it and click <emph>Edit</emph>.</ahelp> The <link href=\"text/shared/optionen/01010401.xhp\" name=\"Edit Modules\"><emph>Edit </emph><emph>Modules</emph></link> dialog appears."
-msgstr "<ahelp hid=\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_MODULES_EDIT\">ენის მოდულის დასარედაქტირებლად, აირჩიეთ იგი და დააწკაპეთ <emph>რედაქტირებას</emph>.</ahelp> <link href=\"text/shared/optionen/01010401.xhp\" name=\"მოდულების რედაქტირება\"><emph>მოდულების რედაქტირების</emph></link> დიალოგი ჩნდება."
+#. O=EX
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Network Identity"
+msgstr "ქსელის იდენტიფიკაცია"
-#: 01010400.xhp#hd_id3153348.60.help.text
-msgid "User-defined dictionaries"
-msgstr "მომხმარებლის მიერ განსაზღვრული ლექსიკონი"
+#. bR/r
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"bm_id3153681\n"
+"help.text"
+msgid "<bookmark_value>network identity options</bookmark_value><bookmark_value>options; network identity</bookmark_value><bookmark_value>single sign on options</bookmark_value><bookmark_value>LDAP server; sign on options</bookmark_value><bookmark_value>remote configurations</bookmark_value><bookmark_value>Configuration Manager</bookmark_value>"
+msgstr ""
-#: 01010400.xhp#par_id3155419.62.help.text
-msgid "<ahelp hid=\"HID_CLB_EDIT_MODULES_DICS\">Lists the available user dictionaries.</ahelp> Mark the user dictionaries that you want to use for spellcheck and hyphenation."
-msgstr "<ahelp hid=\"HID_CLB_EDIT_MODULES_DICS\">ხელმისაწვდომი მომხმარებელთა ლექსიკონების სია.</ahelp> მომხმარებელთა ლექსიკონები მონიშნეთ რომელთა გამოყენებაც გსურთ მარლთწერის შესამოწმებლად."
+#. YIK!
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"hd_id3153681\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01014000.xhp\" name=\"Network Identity\">Network Identity</link>"
+msgstr "<link href=\"text/shared/optionen/01014000.xhp\" name=\"Network Identity\">ქსელის იდენტიფიკაცია</link>"
-#: 01010400.xhp#hd_id3144511.63.help.text
-msgctxt "01010400.xhp#hd_id3144511.63.help.text"
-msgid "New"
+#. nTr#
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"par_id3153562\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Sets the options for a remote configuration access to your personal $[officename] settings stored on an LDAP server.</ahelp> To see this tab page and to use this feature, remote configuration must be active: You need an account on an LDAP server that is running and configured to store $[officename] user settings."
msgstr ""
-#: 01010400.xhp#par_id3146794.64.help.text
-msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_DICS_NEW_DIC\">Opens the <emph>New Dictionary</emph> dialog, in which you can name a new user-defined dictionary or dictionary of exceptions and specify the language.</ahelp>"
-msgstr "<ahelp hid=\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_DICS_NEW_DIC\">ხსნის <emph>ახალი ლექსიკონის</emph> დიალოგს, რომელშიც შეგიძლიათ დაასახელოთ ახალი მომხმარებლის მიერ განსაზღვრული ლექსიკონი ან გამოსახულებების ლექსიკონი და განსაზღვრეთ ენა.</ahelp>"
+#. k@G)
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"par_id3149797\n"
+"7\n"
+"help.text"
+msgid "Using remote configuration, you can start a copy of $[officename] on any computer in the network with your own user data and personal configuration."
+msgstr ""
-#: 01010400.xhp#hd_id3151054.65.help.text
-msgid "New Dictionary"
-msgstr "ახალი ლექსიკონი"
+#. [TLI
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"hd_id3155388\n"
+"3\n"
+"help.text"
+msgid "Authentication Method"
+msgstr "ავთენტიფიკაციის მეთოდი"
-#: 01010400.xhp#par_id3153360.66.help.text
-msgid "In the <emph>Dictionary</emph> section you can name a new user-defined dictionary or dictionary of exceptions and specify the language."
-msgstr "<emph>ლექსიკონის</emph> სექციაში შეგიძლიათ დაასახელოთ ახალი მომხმარებლის მიერ განსაზღვრული ლექსიკონი ან გამოსახულებათა ლექსიკონი და მიუთითოთ ენა."
+#. X[(1
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"par_id3147335\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_SSO_LB_MECHANISM\">Choose your security mechanism for access to the LDAP server.</ahelp> Choices are Simple or Kerberos."
+msgstr ""
-#: 01010400.xhp#hd_id3150398.67.help.text
-msgctxt "01010400.xhp#hd_id3150398.67.help.text"
-msgid "Name"
+#. U+dW
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"hd_id3153881\n"
+"4\n"
+"help.text"
+msgid "User name"
msgstr ""
-#: 01010400.xhp#par_id3153192.68.help.text
-msgid "<ahelp hid=\"SVX:EDIT:RID_SFXDLG_NEWDICT:ED_DICTNAME\">Specifies the name of the new custom dictionary.</ahelp> The file extension \"*.DIC\" is automatically appended."
-msgstr "<ahelp hid=\"SVX:EDIT:RID_SFXDLG_NEWDICT:ED_DICTNAME\">საზღვრავს ახალი მორგებული ლექსიკონის სახელს.</ahelp> ფაილის გაფართოება \"*.DIC\" ავტომატურად ემატება."
+#. !nO5
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"par_id3148943\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_SSO_ED_USERNAME\">Using \"simple\" authentication method, you enter your user name on the LDAP server here.</ahelp> Using \"Kerberos\", you just see your user name, but cannot edit it."
+msgstr ""
-#: 01010400.xhp#hd_id3150767.69.help.text
-msgctxt "01010400.xhp#hd_id3150767.69.help.text"
-msgid "Language"
-msgstr "ენები"
+#. -Wcr
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"hd_id3153061\n"
+"5\n"
+"help.text"
+msgid "Password"
+msgstr ""
-#: 01010400.xhp#par_id3148920.70.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SFXDLG_NEWDICT:LB_DICTLANG\">By selecting a certain language you can limit the use of the custom dictionary.</ahelp> By selecting <emph>All</emph> the custom dictionary is used independently of the current language."
-msgstr "<ahelp hid=\"SVX:LISTBOX:RID_SFXDLG_NEWDICT:LB_DICTLANG\">განსაზღვრული ენის არჩევით შეგიძლიათ შეზღუდოთ მორგებული ლექსიკონების გამოყენება.</ahelp> <emph>ყველას</emph> არჩევით მორგებული ლექსიკონები ენისგან დამოუკიდებლად გამოიყენება."
+#. +i1S
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"par_id3156343\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_SSO_ED_PASSWORD\">Using \"simple\" authentication method, enter your password for access to the LDAP server here.</ahelp> Using \"Kerberos\", this box is not active."
+msgstr ""
-#: 01010400.xhp#hd_id3153106.71.help.text
-msgid "Exceptions (-)"
-msgstr "გამონაკლისები (-)"
+#. ZAIy
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"hd_id3146795\n"
+"6\n"
+"help.text"
+msgid "Save password"
+msgstr "პაროლის შენახვა"
-#: 01010400.xhp#par_id3149561.72.help.text
-msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SFXDLG_NEWDICT:BTN_EXCEPT\">Specifies whether you wish to avoid certain words in your documents.</ahelp> In this way, you can create a custom dictionary of all the words to be avoided. If this exception dictionary is activated, during spellchecking you receive a corresponding note about any words which should be avoided."
+#. c+?p
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"par_id3150358\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_SSO_CB_PASSWORD\">Using \"simple\" authentication method, check this box to make your password persistent.</ahelp> If the password is persistent and the same user starts $[officename] later on, the user name and password will not be requested again. Using \"Kerberos\", this box is not active."
msgstr ""
-#: 01010400.xhp#hd_id3145785.73.help.text
-msgctxt "01010400.xhp#hd_id3145785.73.help.text"
-msgid "Edit"
+#. fdYO
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"par_id3154939\n"
+"12\n"
+"help.text"
+msgid "The password will be stored encrypted in a file called .ssop in your <switchinline select=\"sys\"><caseinline select=\"UNIX\">home directory </caseinline><defaultinline>\"My Documents\" folder</defaultinline></switchinline>."
msgstr ""
-#: 01010400.xhp#par_id3152576.74.help.text
-msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_DICS_EDIT_DIC\">Opens the <emph>Edit custom dictionary</emph> dialog, in which you can add to your custom dictionary or edit existing entries.</ahelp>"
-msgstr "<ahelp hid=\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_DICS_EDIT_DIC\">ხსნის <emph>მორგებული ლექსიკონის რედაქტირების</emph> დიალოგს, სადაც შეგიძლიათ დაამატოთ მორგებული ლექსიკონები ან დაარედაქტიროთ არსებული ჩანაწერები.</ahelp>"
+#. k`SQ
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Default colors"
+msgstr "ნაგულისხმები ფერები"
-#: 01010400.xhp#par_id3147436.75.help.text
-msgid "In the <emph>Edit custom dictionary </emph>dialog you have the option to enter new terms or edit existing entries. If you edit an exception dictionary, the dialog has the added facility of defining an exception for a word. During the spellcheck this exception is then listed as a suggestion."
-msgstr "<emph>მორგებული ლექსიკონის რედაქტირების</emph> დიალოგში თქვენ გაქვთ პარამეტრი ახალი ტერმინის შესაყვანად, ან არსებული ჩანაწერების დასარედაქტირებლად. თუ გამონაკლისთა ლექსიკონს დაარედაქტირებთ, დიალოგს ექნება საშუალება სიტყვისთვის გამონაკლისის განსაზღვრა. მარლთწერის შემოწმებისას, ეს გამონაკლისი ჩამოითვლება შემოთავაზებად."
+#. pi$+
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"bm_id3154751\n"
+"help.text"
+msgid "<bookmark_value>charts; colors</bookmark_value><bookmark_value>colors;charts</bookmark_value>"
+msgstr ""
-#: 01010400.xhp#par_id3145750.76.help.text
-msgid "When a dictionary is edited, a check is made on the status of the file. If the file is write-protected, it cannot be changed. The buttons <emph>New</emph> and <emph>Delete</emph> are then deactivated. "
-msgstr "როდესაც ლექსიკონი ჩასწორებულია, შემოწმება კეთდება ფაილის სტატუსზე. თუ ფაილი ჩაწერისგან დაცულია, მისი შეცვლა შეუძლებელია, <emph>ახალი</emph> და <emph>წაშლის</emph> ღილაკები არააქტიურია."
+#. 5R2X
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3149760\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01110100.xhp\" name=\"Default colors\">Default colors</link>"
+msgstr "<link href=\"text/shared/optionen/01110100.xhp\" name=\"Default colors\">ნაგულისხმევი ფერები</link>"
-#: 01010400.xhp#hd_id3150116.77.help.text
-msgid "Book"
-msgstr "წიგნი"
+#. #egT
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3150713\n"
+"2\n"
+"help.text"
+msgid "Assigns colors to the data rows. The settings only apply for all newly created charts."
+msgstr ""
-#: 01010400.xhp#par_id3147394.78.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SFXDLG_EDITDICT:LB_ALLDICTS\">Specifies the book to be edited.</ahelp>"
-msgstr "<ahelp hid=\"SVX:LISTBOX:RID_SFXDLG_EDITDICT:LB_ALLDICTS\">საზღვრავს დასარედაქტირებელ წიგნს.</ahelp>"
+#. ngBO
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3154751\n"
+"3\n"
+"help.text"
+msgid "Chart colors"
+msgstr "დიაგრამის ფერები"
-#: 01010400.xhp#par_id3154730.79.help.text
-msgid "<variable id=\"ignore\">The <emph>IgnoreAllList (All) </emph>includes all words that have been marked with <emph>Ignore</emph> during spellcheck. This list is valid only for the current spellcheck. </variable>"
+#. km2l
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3145345\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:LISTBOX:TP_DEF_COLOR:LB_CHART_COLOR_LIST\">Displays all the colors available for the data series.</ahelp> Select a data series to change its color. Select the desired color from the adjacent color table."
msgstr ""
-#: 01010400.xhp#par_id3154757.80.help.text
-msgid "The <emph>IgnoreAllList</emph> entry cannot be selected and cannot be deleted. Only the words included as content can be deleted. This happens automatically each time that $[officename] is closed."
-msgstr "<emph>IgnoreAllList</emph> ჩანაწერის არჩევა და წაშლა არ შეიძლება. მხოლოდ შიგთავსის სიტყვების მონიშვნა და წაშლაა შესაძლებელი. ეს ყოველ ჯერზე ხდება, როდესაც $[officename] იხურება."
+#. sclL
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3154823\n"
+"5\n"
+"help.text"
+msgid "Color table"
+msgstr ""
-#: 01010400.xhp#hd_id3149018.81.help.text
-msgctxt "01010400.xhp#hd_id3149018.81.help.text"
-msgid "Language"
-msgstr "ენები"
+#. /?f:
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3149398\n"
+"6\n"
+"help.text"
+msgid "This table is used as a means of replacing the chart colors for the selected data rows. For example, if you selected data row 6 and then click on the color green 8, the old color of the data row is replaced by green 8. The name of the selected color is shown below the color table."
+msgstr ""
-#: 01010400.xhp#par_id3154255.82.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SFXDLG_EDITDICT:LB_DICTLANG\">Assigns a new language to the current custom dictionary.</ahelp>"
-msgstr "<ahelp hid=\"SVX:LISTBOX:RID_SFXDLG_EDITDICT:LB_DICTLANG\">მიმდინარე მორგებული ლექსიკონისთვის ახალი ენის დამატება.</ahelp>"
+#. ;e6#
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3147242\n"
+"7\n"
+"help.text"
+msgid "Default"
+msgstr ""
-#: 01010400.xhp#hd_id3151189.83.help.text
-msgid "Word"
-msgstr "სიტყვა"
+#. DX.?
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3156347\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:PUSHBUTTON:TP_DEF_COLOR:PB_RESET_TO_DEFAULT\">Restores the color settings that were defined when the program was installed.</ahelp>"
+msgstr ""
-#: 01010400.xhp#par_id3151252.84.help.text
-msgid "<ahelp hid=\"SVX:EDIT:RID_SFXDLG_EDITDICT:ED_WORD\">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.</ahelp> If you select a word from this list it is displayed in the text field. If you type a word with a trailing = character, such as \"AutoComplete=\", the word is never automatically hyphenated and no hyphenation is suggested. Typing \"Auto=Complete\" results in the word being hyphenated, or a hyphenation suggested, where you insert the = sign."
+#. mys\
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Background"
+msgstr "ფონი"
+
+#. 0ynr
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3147653\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01050300.xhp\" name=\"Background\">Background</link>"
+msgstr "<link href=\"text/shared/optionen/01050300.xhp\" name=\"Background\">ფონი</link>"
+
+#. D=e=
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3150443\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"\" visibility=\"visible\">Specifies the background for HTML documents.</ahelp> The background is valid for both new HTML documents and for those that you load, as long as these have not defined their own background."
msgstr ""
-#: 01010400.xhp#hd_id3155175.85.help.text
-msgid "Suggestion"
-msgstr "შეთავაზება"
+#. _]`:
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3156156\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05030600.xhp\" name=\"Further information\">Further information</link>"
+msgstr "<link href=\"text/shared/01/05030600.xhp\" name=\"Further information\">შემდგომი ინფორმაცია</link>"
-#: 01010400.xhp#par_id3147323.86.help.text
-msgid "<ahelp hid=\"SVX:EDIT:RID_SFXDLG_EDITDICT:ED_REPLACE\">This input field is only available if you are editing an exception dictionary. The field shows the alternative suggestion for the current word in the \"Word\" text box.</ahelp>"
+#. %S~g
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"tit\n"
+"help.text"
+msgid "View"
msgstr ""
-#: 01010400.xhp#hd_id3147361.88.help.text
-msgctxt "01010400.xhp#hd_id3147361.88.help.text"
-msgid "New"
+#. AY%;
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"bm_id3147008\n"
+"help.text"
+msgid "<bookmark_value>rulers; visible in presentations</bookmark_value><bookmark_value>moving; using guide lines in presentations</bookmark_value><bookmark_value>guides; displaying when moving objects (Impress)</bookmark_value><bookmark_value>control point display in presentations</bookmark_value><bookmark_value>Bézier curves; control points in presentations</bookmark_value>"
msgstr ""
-#: 01010400.xhp#par_id3163808.89.help.text
-msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SFXDLG_EDITDICT:PB_NEW_REPLACE\">Adds the word in the <emph>Word </emph>text field to your current custom dictionary. The word in the <emph>Suggestion </emph>field is also added when working with exception dictionaries.</ahelp>"
-msgstr "<ahelp hid=\"SVX:PUSHBUTTON:RID_SFXDLG_EDITDICT:PB_NEW_REPLACE\">დამატება: სიტყვა არის <emph>სიტყვის </emph>ტექსტურ ველში, მიმდინარე მორგებულ ლექსიკონში. სიტყვა <emph>შეთავაზების </emph>ველი ასევე დამატებულია, გამონაკლისთა ლექსიკონთან მუშაობისას.</ahelp>"
+#. #4k\
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"hd_id3147000\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01070100.xhp\" name=\"View\">View</link>"
+msgstr "<link href=\"text/shared/optionen/01070100.xhp\" name=\"View\">ჩვენება</link>"
-#: 01010400.xhp#par_id3145790.91.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Removes the marked word from the current custom dictionary.</ahelp>"
+#. m!ch
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"par_id3157898\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SD_OPTIONS_CONTENTS\">Specifies the available display modes.</ahelp> By selecting an alternative display, you can speed up the screen display while editing your presentation."
msgstr ""
-#: 01010400.xhp#par_id3151277.93.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the selected dictionary after a confirmation, provided it is not write-protected.</ahelp>"
+#. azhr
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"hd_id3148920\n"
+"23\n"
+"help.text"
+msgid "Display"
msgstr ""
-#: 01010400.xhp#hd_id3149032.39.help.text
-msgctxt "01010400.xhp#hd_id3149032.39.help.text"
-msgid "Options"
+#. =hJw
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"hd_id3155430\n"
+"25\n"
+"help.text"
+msgid "Rulers visible"
+msgstr "სახაზავები ხილულია"
+
+#. kI,Q
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"par_id3147443\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_RULER\">Specifies whether to display the rulers at the top and to the left of the work area.</ahelp>"
msgstr ""
-#: 01010400.xhp#par_id3145259.40.help.text
-msgid "<ahelp hid=\"HID_CLB_LINGU_OPTIONS\">Defines the options for the spellcheck and hyphenation.</ahelp>"
-msgstr "<ahelp hid=\"HID_CLB_LINGU_OPTIONS\">საზღვრავს მარლთწერის და გადატანის პარამეტრებს.</ahelp>"
+#. )}K}
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"hd_id3145364\n"
+"27\n"
+"help.text"
+msgid "Helplines While Moving"
+msgstr ""
-#: 01010400.xhp#hd_id3149965.41.help.text
-msgctxt "01010400.xhp#hd_id3149965.41.help.text"
-msgid "Edit"
+#. J$k}
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"par_id3154147\n"
+"28\n"
+"help.text"
+msgid "<variable id=\"verschieb\"><ahelp hid=\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_HELPLINES\">Specifies whether to display guides when moving an object.</ahelp></variable>"
msgstr ""
-#: 01010400.xhp#par_id3153231.42.help.text
-msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_OPTIONS_EDIT\">If you want to change a value, select the entry and then click <emph>Edit</emph>.</ahelp> You will see a dialog for entering a new value."
-msgstr "<ahelp hid=\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_OPTIONS_EDIT\">თუ გსურთ მნიშვნელობის შეცვლა, აირჩიეთ ჩანაწერი და დააწკაპეთ <emph>რედაქტირებას</emph>.</ahelp> ახალი მნიშვნელობის შესაყვანად იხილავთ დიალოგს."
+#. Ihq.
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"par_id3150488\n"
+"29\n"
+"help.text"
+msgid "<variable id=\"vertext\"><item type=\"productname\">%PRODUCTNAME</item> creates dotted guides that extend beyond the box containing the selected object and which cover the entire work area, helping you position the object. </variable>"
+msgstr ""
-#: 01010400.xhp#hd_id3150983.43.help.text
-msgid "Check uppercase words"
-msgstr "ზედარეგისტრის სიტყვების შემოწმება"
+#. ,4h\
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"par_id3153365\n"
+"30\n"
+"help.text"
+msgid "You also can use this function through the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/shared/02/01171400.xhp\" name=\"Icon\">icon</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/shared/02/01171400.xhp\" name=\"Icon\">icon</link></caseinline><defaultinline>icon</defaultinline></switchinline> with the same name in the <emph>Options</emph> bar if a presentation or a drawing document is opened."
+msgstr ""
-#: 01010400.xhp#par_id3152582.44.help.text
-msgid "Specifies that capitalization is checked during spellcheck."
-msgstr "საზღვრავს არის თუ არა ჩართული მთავრული ასოები მარლთწერისას."
+#. (^5p
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"hd_id3155306\n"
+"31\n"
+"help.text"
+msgid "All control points in Bézier editor"
+msgstr ""
-#: 01010400.xhp#hd_id3150826.45.help.text
-msgid "Check words with numbers."
-msgstr "სიტყვების რიცხვებით შემოწმება."
+#. UP.j
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"par_id3153877\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_HANDLES_BEZIER\">Displays the control points of all Bézier points if you have previously selected a <link href=\"text/shared/00/00000005.xhp#bezierobjekt\" name=\"Bézier curve\">Bézier curve</link>. If the <emph>All control points in Bézier</emph> editor option is not marked, only the control points of the selected Bézier points will be visible.</ahelp>"
+msgstr ""
-#: 01010400.xhp#par_id3150208.46.help.text
-msgid "Specifies that words that contain numbers as well as letters are to be checked."
-msgstr "საზღვრავს შემოწმდეს თუ არა სიტყვები, რომლებშიც ასოების გარდა ციფრებიცაა."
+#. AY-;
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"hd_id3149418\n"
+"33\n"
+"help.text"
+msgid "Contour of each individual object"
+msgstr "ყოველი ინდივიდუალური ობიექტის კონტურები"
-#: 01010400.xhp#hd_id3147509.47.help.text
-msgid "Check capitalization"
-msgstr "მთავრულების შემოწმება"
+#. H=nz
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"par_id3156284\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_MOVE_OUTLINE\"><item type=\"productname\">%PRODUCTNAME</item> displays the contour line of each individual object when moving this object.</ahelp> The <emph>Contour of each individual object </emph>option enables you to see if single objects conflict with other objects in the target position. If you do not mark the <emph>Contour of each individual object </emph>option, <item type=\"productname\">%PRODUCTNAME</item> only displays a square contour that includes all selected objects."
+msgstr ""
-#: 01010400.xhp#par_id3154200.48.help.text
-msgid "Checks for the correct use of capitals at the start of words during spellcheck."
-msgstr "შეამოწმეთ მთავრულების სწორი გამოყენება სიტყვის დასაწყისში მარლთწერისას."
+#. hzmA
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Colors"
+msgstr "ფერები"
-#: 01010400.xhp#hd_id3166424.49.help.text
-msgid "Check special regions"
-msgstr "მარლთწერის შემოწმების რეგიონები"
+#. JJ58
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"bm_id3155132\n"
+"help.text"
+msgid "<bookmark_value>colors; models</bookmark_value>"
+msgstr "<bookmark_value>ფერები; მოდელები</bookmark_value>"
-#: 01010400.xhp#par_id3150345.50.help.text
-msgid "Specifies that special regions, such as drawing text, are checked during spellcheck."
-msgstr ""
+#. FY+(
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3150543\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Colors\">Colors</link>"
+msgstr "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Colors\">ფერები</link>"
-#: 01010400.xhp#hd_id3166429.21.help.text
-msgid "Check spelling as you type"
-msgstr "მარლთწერის ბეჭდვისას შემოწმება"
+#. %;j[
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3153104\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OPTIONS_COLOR\">Allows you to select a color from a color table, edit an existing color, or define new colors.</ahelp>"
+msgstr ""
-#: 01010400.xhp#par_id3155531.6.help.text
-msgid "<variable id=\"automatisch\"><ahelp hid=\".uno:SpellOnline\">Automatically checks spelling as you type, and underlines errors.</ahelp></variable>"
-msgstr "<variable id=\"automatisch\"><ahelp hid=\".uno:SpellOnline\">მარლთწერის ბეჭდვისას შემოწმება და შეცდომების ხაზგასმა.</ahelp></variable>"
+#. Y8j+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3150767\n"
+"3\n"
+"help.text"
+msgid "Color table"
+msgstr ""
-#: 01010400.xhp#par_id3156291.32.help.text
-msgid "Typing errors are highlighted in the document with a red underline. If you place the cursor over a word marked in this way, you can open the context menu to obtain a list of corrections. Select a correction to replace the word. If you make the same mistake again while editing the document, it will be marked as an error again."
+#. l7DU
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3150869\n"
+"5\n"
+"help.text"
+msgid "Name"
msgstr ""
-#: 01010400.xhp#par_id3153815.23.help.text
-msgid "To place the word pair in the <link href=\"text/shared/01/06040200.xhp\" name=\"AutoCorrect replacement table\">AutoCorrect replacement table</link>, open the <link href=\"text/shared/01/06040500.xhp\" name=\"AutoCorrect context menu\">AutoCorrect context menu</link> and choose <emph>AutoCorrect</emph>. Make your selection from the submenu. The word is replaced and at the same time the word pair is placed in the replacement table."
+#. NUC^
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3149809\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SVXPAGE_COLOR:EDT_NAME\">Specifies the name of a selected color. You can also type a name in this field when defining a new color.</ahelp>"
msgstr ""
-#: 01010400.xhp#hd_id3150111.53.help.text
-msgid "Minimal number of characters for hyphenation "
-msgstr "გადატანისთვის სიმბოლოთა მინიმალური რაოდენობა"
+#. h^hO
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3150447\n"
+"7\n"
+"help.text"
+msgid "Color"
+msgstr "ფერები"
-#: 01010400.xhp#par_id3150316.54.help.text
-msgid "Specifies the minimum number of characters required for automatic hyphenation to be applied. <ahelp hid=\"HID_LNGDLG_NUM_PREBREAK\" visibility=\"hidden\"> Type the minimum number of characters that must come before or after the hyphen.</ahelp>"
+#. w$8Z
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3149560\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_COLOR:LB_COLOR\">Contains a list of available colors. To select a color, choose one from the list.</ahelp>"
+msgstr "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_COLOR:LB_COLOR\">შეიცავს ხელმისაწვდომ ფერთა სიას. ფერის ასარჩევად, მონიშნეთ იგი სიაში.</ahelp>"
+
+#. X2U=
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3155132\n"
+"9\n"
+"help.text"
+msgid "Color table"
msgstr ""
-#: 01010400.xhp#hd_id3148823.11.help.text
-msgid "Characters before line break"
-msgstr "სიმბოლოები ხაზის გადატანამდე"
+#. W5$o
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3152885\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_COLOR:LB_COLORMODEL\">To modify, select the color model: Red-Green-Blue (RGB) or Cyan-Magenta-Yellow-BlacK (CMYK).</ahelp>"
+msgstr ""
-#: 01010400.xhp#par_id3156029.12.help.text
-msgid "Sets the minimum number of characters of the word to be hyphenated that must remain at the end of the line."
+#. qlW0
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id1527756\n"
+"help.text"
+msgid "%PRODUCTNAME uses only the RGB color model for printing in color. The CMYK controls are provided only to ease the input of color values using CMYK notation."
msgstr ""
-#: 01010400.xhp#hd_id3154956.13.help.text
-msgid "Characters after line break"
-msgstr "სიმბოლოები ხაზის გადატანის შემდეგ"
+#. 2%p}
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3147426\n"
+"40\n"
+"help.text"
+msgid "If you select RGB, the initials of the three colors will appear and you can set the color from 0 to 255 with the spin button."
+msgstr ""
-#: 01010400.xhp#par_id3149439.14.help.text
-msgid "Specifies the minimum number of characters of a hyphenated word required at the next line."
+#. B.N4
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3150103\n"
+"13\n"
+"help.text"
+msgid "R"
+msgstr "R"
+
+#. N(#L
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3152462\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TPCOLOR_RGB_1\">Red</ahelp>"
+msgstr "<ahelp hid=\"HID_TPCOLOR_RGB_1\">წითელი</ahelp>"
+
+#. !$n9
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3145366\n"
+"15\n"
+"help.text"
+msgid "G"
+msgstr "G"
+
+#. GLgP
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3153144\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TPCOLOR_RGB_2\">Green</ahelp>"
+msgstr "<ahelp hid=\"HID_TPCOLOR_RGB_2\">მწვანე</ahelp>"
+
+#. Sbb5
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3153573\n"
+"17\n"
+"help.text"
+msgid "B"
msgstr ""
-#: 01010400.xhp#hd_id3156337.15.help.text
-msgid "Hyphenate without inquiry"
-msgstr "გადატანა კითხვის გარეშე"
+#. Kt5o
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3153726\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TPCOLOR_RGB_3\">Blue</ahelp>"
+msgstr "<ahelp hid=\"HID_TPCOLOR_RGB_3\">ცისფერი</ahelp>"
-#: 01010400.xhp#par_id3151130.16.help.text
-msgid "Specifies that you will never be asked for a manual hyphenation. If the field is not marked, when a word is not recognized you will be presented with a dialog for entering hyphens."
+#. U7=_
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3152940\n"
+"41\n"
+"help.text"
+msgid "If you select CMYK, the initials of the four colors will appear and you can set the color from 0 to 255 with the spin button."
msgstr ""
-#: 01010400.xhp#hd_id3155900.17.help.text
-msgid "Hyphenate special regions"
-msgstr "სპეციალური რეგიონების გადატანა"
+#. 07+I
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3154942\n"
+"42\n"
+"help.text"
+msgid "C"
+msgstr "C"
-#: 01010400.xhp#par_id3155098.18.help.text
-msgid "Specifies that hyphenation will also be carried out in footnotes, headers and footers."
-msgstr "საზღვრავს რომ გადატანა სქოლიოებშიც და ზედა და ქვედა კოლონტიტულებშიც იქნება გამოყენებული."
+#. |exE
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3145800\n"
+"43\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TPCOLOR_RGB_3\">Cyan</ahelp>"
+msgstr "<ahelp hid=\"HID_TPCOLOR_RGB_3\">ციანი</ahelp>"
-#: 01050300.xhp#tit.help.text
-msgid "Background"
-msgstr "ფონი"
+#. `_K2
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3155417\n"
+"44\n"
+"help.text"
+msgid "M"
+msgstr "M"
-#: 01050300.xhp#hd_id3147653.1.help.text
-msgid "<link href=\"text/shared/optionen/01050300.xhp\" name=\"Background\">Background</link>"
-msgstr "<link href=\"text/shared/optionen/01050300.xhp\" name=\"Background\">ფონი</link>"
+#. qFTH
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3150093\n"
+"45\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TPCOLOR_RGB_3\">Magenta</ahelp>"
+msgstr "<ahelp hid=\"HID_TPCOLOR_RGB_3\">მაგენტა</ahelp>"
-#: 01050300.xhp#par_id3150443.2.help.text
-msgid "<ahelp hid=\"\" visibility=\"visible\">Specifies the background for HTML documents.</ahelp> The background is valid for both new HTML documents and for those that you load, as long as these have not defined their own background."
-msgstr ""
+#. F#AN
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3147124\n"
+"46\n"
+"help.text"
+msgid "Y"
+msgstr "Y"
-#: 01050300.xhp#par_id3156156.3.help.text
-msgid "<link href=\"text/shared/01/05030600.xhp\" name=\"Further information\">Further information</link>"
-msgstr "<link href=\"text/shared/01/05030600.xhp\" name=\"Further information\">შემდგომი ინფორმაცია</link>"
+#. k]iK
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3154098\n"
+"47\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TPCOLOR_RGB_3\">Yellow</ahelp>"
+msgstr "<ahelp hid=\"HID_TPCOLOR_RGB_3\">ყვითელი</ahelp>"
-#: 01060500.xhp#tit.help.text
-msgid "Calculate"
-msgstr "გამოთვლა"
+#. [#-=
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3154015\n"
+"48\n"
+"help.text"
+msgid "K"
+msgstr "K"
-#: 01060500.xhp#bm_id3149399.help.text
-msgid "<bookmark_value>references; iterative (Calc)</bookmark_value> <bookmark_value>calculating;iterative references (Calc)</bookmark_value> <bookmark_value>iterative references in spreadsheets</bookmark_value> <bookmark_value>recursions in spreadsheets</bookmark_value> <bookmark_value>dates; default (Calc)</bookmark_value> <bookmark_value>dates; start 1900/01/01 (Calc)</bookmark_value> <bookmark_value>dates; start 1904/01/01 (Calc)</bookmark_value> <bookmark_value>case sensitivity;comparing cell contents (Calc)</bookmark_value> <bookmark_value>decimal places displayed (Calc)</bookmark_value> <bookmark_value>precision as shown (Calc)</bookmark_value> <bookmark_value>values; rounded as shown (Calc)</bookmark_value> <bookmark_value>rounding precision (Calc)</bookmark_value> <bookmark_value>search criteria for database functions in cells</bookmark_value> <bookmark_value>Excel; search criteria</bookmark_value>"
+#. AhFn
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3156180\n"
+"49\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TPCOLOR_RGB_3\">Black</ahelp>"
+msgstr "<ahelp hid=\"HID_TPCOLOR_RGB_3\">შავი</ahelp>"
+
+#. NRWr
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3156332\n"
+"27\n"
+"help.text"
+msgid "Add"
msgstr ""
-#: 01060500.xhp#hd_id3145071.1.help.text
-msgid "<link href=\"text/shared/optionen/01060500.xhp\" name=\"Calculate\">Calculate</link>"
-msgstr "<link href=\"text/shared/optionen/01060500.xhp\" name=\"Calculate\">გამოთვლა</link>"
+#. 8~@;
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3154481\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_COLOR:BTN_ADD\">Adds a new color.</ahelp>"
+msgstr "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_COLOR:BTN_ADD\">ახალ ფერს ამატებს.</ahelp>"
-#: 01060500.xhp#par_id3147576.2.help.text
-msgid "<ahelp hid=\".\">Defines the calculation settings for spreadsheets.</ahelp> Defines the behavior of spreadsheets with iterative references, the date settings, the number of decimal places, and if capitalization or lower cases are to be considered when searching within sheets."
+#. Ol=s
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3153708\n"
+"29\n"
+"help.text"
+msgid "Modify"
msgstr ""
-#: 01060500.xhp#hd_id3149399.3.help.text
-msgid "Iterative references"
+#. mFZ3
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3148916\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_COLOR:BTN_MODIFY\">Changes the current color.</ahelp> Note that the color is overwritten without a confirmation."
msgstr ""
-#: 01060500.xhp#par_id3155419.4.help.text
-msgid "In this section you can delimit the number of approximation steps carried out during iterative calculations. In addition, you can specify the degree of precision of the answer."
-msgstr ""
+#. SfW$
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3154754\n"
+"31\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Edit\">Edit</link>"
+msgstr "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Edit\">რედაქტირება</link>"
-#: 01060500.xhp#hd_id3154142.5.help.text
-msgid "Iterations"
-msgstr "იტერაციები"
+#. HA3w
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3159267\n"
+"33\n"
+"help.text"
+msgid "Load Color List"
+msgstr "ფერი სიის ჩატვირთვა"
-#: 01060500.xhp#par_id3149795.6.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_CALC:BTN_ITERATE\">Specifies whether formulas with iterative references (formulas that are continuously repeated until the problem is solved) are calculated after a specific number of repetitions.</ahelp> If the<emph> Iterations </emph>box is not marked, an iterative reference in the table will cause an error message."
+#. L#VB
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3154705\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_COLOR:BTN_LOAD\">Accesses the <emph>Open</emph> dialog, which allows you to select a color palette</ahelp>."
msgstr ""
-#: 01060500.xhp#par_id3148686.7.help.text
-msgid " <emph>Example:</emph> calculating the cost of an item without the value-added tax."
-msgstr ""
+#. Ub:#
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3147344\n"
+"36\n"
+"help.text"
+msgid "Save Color List"
+msgstr "ფერი სიის შენახვა"
-#: 01060500.xhp#par_id3156155.8.help.text
-msgid "Type the text 'Selling price' in cell A5, the text 'Net' in cell A6, and the text 'Value-added tax' in cell A7."
+#. `,#L
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3163808\n"
+"37\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_COLOR:BTN_SAVE\">Opens the <emph>Save As</emph> dialog, which enables you to save the current color table under a specified name.</ahelp> If you do not choose this command, the current color table will be automatically saved as default and re-loaded the next time you start $[officename]."
msgstr ""
-#: 01060500.xhp#par_id3147530.61.help.text
-msgid "Now type a selling price (for example, 100) in cell B5. The net price should be shown in cell B6 and the value-added tax should be shown in cell B7. "
+#. B1$P
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3154572\n"
+"38\n"
+"help.text"
+msgid "The <emph>Load color list</emph> and <emph>Save color list </emph>icons are visible only if you select the <emph>Colors</emph> tab with the <emph>Format - Area</emph> command."
msgstr ""
-#: 01060500.xhp#par_id3153061.62.help.text
-msgid "You know that the value-added tax is calculated as 'net price times 15%' and that you arrive at the net price by deducting the value-added tax from the selling price. Type the formula <item type=\"literal\">=B5-B7</item> in B6 to calculate the net price, and type the formula <item type=\"literal\">=B6*0.15</item> in cell B7 to calculate the value-added tax."
+#. `Pog
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"tit\n"
+"help.text"
+msgid "Advanced"
msgstr ""
-#: 01060500.xhp#par_id3154760.63.help.text
-msgid "Switch on the iterations to correctly calculate the formulas, otherwise a 'Circular reference' error message appears in the <emph>Status</emph> Bar."
+#. o(uv
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"bm_id4077578\n"
+"help.text"
+msgid "<bookmark_value>Java;setting options</bookmark_value><bookmark_value>experimental features</bookmark_value><bookmark_value>unstable options</bookmark_value>"
msgstr ""
-#: 01060500.xhp#par_id3154365.9.help.text
-msgid "A"
-msgstr "A"
+#. ZlAM
+#: java.xhp
+#, fuzzy
+msgctxt ""
+"java.xhp\n"
+"par_idN10558\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/java.xhp\">Advanced</link>"
+msgstr "<link href=\"text/shared/optionen/java.xhp\">Java</link>"
-#: 01060500.xhp#par_id3145606.10.help.text
-msgctxt "01060500.xhp#par_id3145606.10.help.text"
-msgid "B"
+#. rhT0
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN10568\n"
+"help.text"
+msgid "Specifies the support options for Java applications in %PRODUCTNAME, including which Java Runtime Environment (JRE) to use. It also specifies whether to use experimental (unstable) features such as macro recording."
+msgstr ""
+
+#. 1d\E
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN1056B\n"
+"help.text"
+msgid "Java options"
+msgstr "Java პარამეტრები"
+
+#. S?rZ
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN1057F\n"
+"help.text"
+msgid "Use a Java runtime environment"
+msgstr "Java runtime environment-ის გამოყენება"
+
+#. v:g5
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN10583\n"
+"help.text"
+msgid "<ahelp hid=\"svx:CheckBox:RID_SVXPAGE_OPTIONS_JAVA:CB_JAVA_ENABLE\">Allows you to run Java applications in %PRODUCTNAME.</ahelp> When a Java application attempts to access your hard drive, a prompt opens."
msgstr ""
-#: 01060500.xhp#par_id3149202.11.help.text
-msgid "5"
-msgstr "5"
+#. lFe1
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN10610\n"
+"help.text"
+msgid "Java runtime environments (JRE) already installed:"
+msgstr "Java runtime environments (JRE) უკვე დაყენებულია:"
-#: 01060500.xhp#par_id3151041.12.help.text
-msgid "Selling Price"
-msgstr "გასაყიდი ფასი"
+#. KRU_
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN10614\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OPTIONS_JAVA_LIST\">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.</ahelp> The path to the JRE is displayed beneath the list box."
+msgstr ""
-#: 01060500.xhp#par_id3159149.13.help.text
-msgid "100"
-msgstr "100"
+#. .Lv4
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN105A5\n"
+"help.text"
+msgid "Add"
+msgstr ""
-#: 01060500.xhp#par_id3159254.14.help.text
-msgid "6"
-msgstr "6"
+#. Q~PN
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN10635\n"
+"help.text"
+msgid "<ahelp hid=\"svx:PushButton:RID_SVXPAGE_OPTIONS_JAVA:PB_ADD\">Add a path to the root folder of a JRE on your computer.</ahelp> The path is set in the following dialog."
+msgstr ""
-#: 01060500.xhp#par_id3147317.15.help.text
-msgid "Net"
-msgstr "ქსელი"
+#. @]PQ
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN105A9\n"
+"help.text"
+msgid "Parameters"
+msgstr "პარამეტრები"
-#: 01060500.xhp#par_id3147348.16.help.text
-msgid "=B5-B7"
-msgstr "=B5-B7"
+#. av\)
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN10657\n"
+"help.text"
+msgid "<ahelp hid=\"svx:PushButton:RID_SVXPAGE_OPTIONS_JAVA:PB_PARAMETER\">Opens the <link href=\"text/shared/optionen/javaparameters.xhp\">Java Start Parameters</link> dialog.</ahelp>"
+msgstr ""
-#: 01060500.xhp#par_id3154918.17.help.text
-msgid "7"
-msgstr "7"
+#. 6nbe
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN105AD\n"
+"help.text"
+msgid "Class Path"
+msgstr ""
-#: 01060500.xhp#par_id3153573.18.help.text
-msgid "Tax"
-msgstr "ნალოგი"
+#. ]O}s
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN10686\n"
+"help.text"
+msgid "<ahelp hid=\"svx:PushButton:RID_SVXPAGE_OPTIONS_JAVA:PB_CLASSPATH\">Opens the <link href=\"text/shared/optionen/javaclasspath.xhp\">Class Path</link> dialog.</ahelp>"
+msgstr ""
-#: 01060500.xhp#par_id3154319.19.help.text
-msgid "=B6*0,15"
-msgstr "=B6*0,15"
+#. #qfl
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"hd_id3148618\n"
+"help.text"
+msgid "Optional (unstable) options"
+msgstr ""
+
+#. p7=4
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"hd_id3148619\n"
+"help.text"
+msgid "Enable experimental features"
+msgstr ""
+
+#. *-L`
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_id3156344\n"
+"help.text"
+msgid "It enables features that are not yet complete or contain known bugs. The list of these features is different version by version, or even it can be empty."
+msgstr ""
+
+#. iHv}
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"hd_id3148610\n"
+"help.text"
+msgid "Enable macro recording"
+msgstr ""
+
+#. :-WJ
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_id3156345\n"
+"help.text"
+msgid "It enables macro recording, so the <link href=\"text/shared/guide/macro_recording.xhp\" name=\"Tools - Macros - Record Macro\"><item type=\"menuitem\">Tools - Macros - Record Macro</item></link> menu item will be available."
+msgstr ""
+
+#. KKX[
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Microsoft Office"
+msgstr "Microsoft Office"
-#: 01060500.xhp#hd_id3145750.22.help.text
-msgid "Steps"
-msgstr "ნაბიჯები"
+#. eSEq
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"hd_id3156410\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01130200.xhp\" name=\"Microsoft Office\">Microsoft Office</link>"
+msgstr "<link href=\"text/shared/optionen/01130200.xhp\" name=\"Microsoft Office\">Microsoft Office</link>"
-#: 01060500.xhp#par_id3152576.23.help.text
-msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_STEPS\">Sets the maximum number of iteration steps.</ahelp>"
+#. 3bJW
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id3149095\n"
+"2\n"
+"help.text"
+msgid "Specifies the settings for importing and exporting Microsoft Office OLE objects."
msgstr ""
-#: 01060500.xhp#hd_id3153728.24.help.text
-msgid "Minimum Change"
-msgstr "მინიმალური შეცვლა"
+#. 7zwm
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id3159233\n"
+"7\n"
+"help.text"
+msgid "These settings are valid when no Microsoft OLE server exists (for example, in UNIX) or when there is no $[officename] OLE server ready for editing the OLE objects."
+msgstr ""
-#: 01060500.xhp#par_id3153139.25.help.text
-msgid "<ahelp hid=\"SC:EDIT:RID_SCPAGE_CALC:ED_EPS\">Specifies the difference between two consecutive iteration step results. If the result of the iteration is lower than the minimum change value, then the iteration will stop.</ahelp>"
+#. _:qe
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id0107200910364795\n"
+"help.text"
+msgid "If an OLE server is active for the embedded object, then the OLE server will be used to handle the object."
msgstr ""
-#: 01060500.xhp#hd_id3147125.45.help.text
-msgctxt "01060500.xhp#hd_id3147125.45.help.text"
-msgid "Date"
+#. ~(.F
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id0107200910364725\n"
+"help.text"
+msgid "If no OLE server is active for MathType objects, then embedded MathType objects can be converted to %PRODUCTNAME Math objects. For this conversion, the embedded MathType objects must not exceed the MathType 3.1 specifications."
msgstr ""
-#: 01060500.xhp#par_id3155416.46.help.text
-msgid "Select the start date for the internal conversion from days to numbers."
+#. V@Xr
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"hd_id3146798\n"
+"3\n"
+"help.text"
+msgid "List Box"
+msgstr "სიის უჯრა"
+
+#. aBj*
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id3150670\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OFAPAGE_MSFLTR2_CLB\">The<emph> List Box </emph>field displays the entries for the pair of OLE objects that can be converted when loading into $[officename] (L) and/or when saving into a Microsoft format (S). </ahelp>"
msgstr ""
-#: 01060500.xhp#hd_id3147396.47.help.text
-msgid "12/30/1899 (default)"
-msgstr "12/30/1899 (ნაგულისხმევი)"
+#. 4!ne
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id3154286\n"
+"5\n"
+"help.text"
+msgid "Mark the box in the [L] column in front of the entry if a Microsoft OLE object is to be converted into the specified $[officename] OLE object when a Microsoft document is loaded into $[officename]."
+msgstr ""
-#: 01060500.xhp#par_id3145646.48.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_CALC:BTN_DATESTD\">Sets 12/30/1899 as day zero.</ahelp>"
-msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_CALC:BTN_DATESTD\">12/30/1899 არის ათვლის წერტილი.</ahelp>"
+#. \4i/
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id3153880\n"
+"6\n"
+"help.text"
+msgid "Mark the box in the [S] column in front of the entry if a $[officename] OLE object is to be converted into the specified Microsoft OLE object when a document is saved in a Microsoft file format."
+msgstr ""
-#: 01060500.xhp#hd_id3156283.49.help.text
-msgid "01/01/1900 (StarCalc 1.0)"
-msgstr "01/01/1900 (StarCalc 1.0)"
+#. A[LI
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "$[officename]"
+msgstr ""
-#: 01060500.xhp#par_id3154018.50.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_CALC:BTN_DATESC10\">Sets 1/1/1900 as day zero. Use this setting for StarCalc 1.0 spreadsheets containing date entries.</ahelp>"
+#. uh=L
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3153750\n"
+"1\n"
+"help.text"
+msgid "$[officename]"
msgstr ""
-#: 01060500.xhp#hd_id3156181.51.help.text
-msgid "01/01/1904"
-msgstr "01/01/1904"
+#. hW({
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3149177\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"optionenallgemein\"><ahelp hid=\"SID_GENERAL_OPTIONS\">Use this dialog to create general settings for working with $[officename]. The information covers topics such as user data, saving, printing, paths to important files and directories, and color defaults.</ahelp></variable> These settings are saved automatically."
+msgstr "<variable id=\"optionenallgemein\"><ahelp hid=\"SID_GENERAL_OPTIONS\">გამოიყენეთ ეს ფანჯარა $[officename]-თან სამუშაოდ ზოგადი პარამეტრების გასამართად. ეს ინფორმაცია შეიცავს თემებს, როგორიცაა მონაცემები მომხმარებლების შესახებ, შენახვა, ბეჭდვა, მნიშვნელოვანი ფაილების და დირექტორიების გეზი და ნაგულისხმევი ფერები. </ahelp></variable> ეს პარამეტრები ავტომატურად ინახება."
-#: 01060500.xhp#par_id3153948.52.help.text
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_CALC:BTN_DATE1904\">Sets 1/1/1904 as day zero. Use this setting for spreadsheets that are imported in a foreign format.</ahelp>"
+#. INx$
+#: improvement.xhp
+msgctxt ""
+"improvement.xhp\n"
+"tit\n"
+"help.text"
+msgid "Improvement Program"
msgstr ""
-#: 01060500.xhp#hd_id3153838.26.help.text
-msgid "Case sensitive"
-msgstr "რეგისტრისადმი მგძნობიარე"
+#. ?=zQ
+#: improvement.xhp
+#, fuzzy
+msgctxt ""
+"improvement.xhp\n"
+"bm_id7687094\n"
+"help.text"
+msgid "<bookmark_value>online feedback options</bookmark_value> <bookmark_value>options;improvement program</bookmark_value> <bookmark_value>improvement program</bookmark_value> <bookmark_value>feedback;automatically</bookmark_value> <bookmark_value>user feedback;automatically</bookmark_value>"
+msgstr "<bookmark_value>დოკუმენტების ვერსიის ნომრები</bookmark_value><bookmark_value>დოკუმენტების ვერსიის ნომრები</bookmark_value><bookmark_value>ფაილების ვერსიის ნომრები</bookmark_value><bookmark_value>დოკუმენტების რედაქტირების დრო</bookmark_value><bookmark_value>დოკუმენტების რედაქტირების დრო</bookmark_value>"
-#: 01060500.xhp#par_id3146793.27.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_CALC:BTN_CASE\">Specifies whether to distinguish between upper and lower case in texts when comparing cell contents.</ahelp>"
+#. qij\
+#: improvement.xhp
+msgctxt ""
+"improvement.xhp\n"
+"hd_id0526200912315340\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/improvement.xhp\">Improvement Program</link>"
msgstr ""
-#: 01060500.xhp#par_id3153707.28.help.text
-msgid " <emph>Example:</emph> Type the text 'Test' in cell A1; and the text 'test' in B1. Then type the formula \"=A1=B1\" in cell C1. If the <emph>Case sensitive</emph> box is marked, FALSE will appear in the cell; otherwise, TRUE will appear in the cell."
+#. T4FL
+#: improvement.xhp
+msgctxt ""
+"improvement.xhp\n"
+"par_id0526200312315378\n"
+"help.text"
+msgid "The Improvement Program records some user interactions and sends them to the User Experience project."
msgstr ""
-#: 01060500.xhp#par_id3153965.29.help.text
-msgid "The EXACT text function is always case-sensitive, independent of the settings in this dialog."
+#. (u%#
+#: improvement.xhp
+msgctxt ""
+"improvement.xhp\n"
+"par_id0526200903594966\n"
+"help.text"
+msgid "The Improvement Program was initiated by the User Experience project to improve the usability of %PRODUCTNAME. The User Experience project can be found at the OpenOffice.org web site: <link href=\"http://ux.openoffice.org/\">http://ux.openoffice.org/</link>."
msgstr ""
-#: 01060500.xhp#hd_id3145150.30.help.text
-msgid "Precision as shown"
+#. iRi+
+#: improvement.xhp
+msgctxt ""
+"improvement.xhp\n"
+"par_id0526200903594946\n"
+"help.text"
+msgid "The second time you start your new %PRODUCTNAME software, you see a window that gives information about the Improvement Program."
msgstr ""
-#: 01060500.xhp#par_id3150644.31.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_CALC:BTN_CALC\">Specifies whether to make calculations using the rounded values displayed in the sheet. Charts will be shown with the displayed values. If the <emph>Precision as shown</emph> option is not marked, the displayed numbers are rounded, but they are calculated internally using the non-rounded number.</ahelp>"
+#. 8E=m
+#: improvement.xhp
+msgctxt ""
+"improvement.xhp\n"
+"par_id0526200904094345\n"
+"help.text"
+msgid "At this time you can choose to accept or deny your participation."
msgstr ""
-#: 01060500.xhp#hd_id3152581.32.help.text
-msgid "Search criteria = and <> must apply to whole cells"
-msgstr "ძიების კრიტერიუმი = და <> ყველა უჯრაზე უნდა გააქტიურდეს"
+#. ul:B
+#: improvement.xhp
+msgctxt ""
+"improvement.xhp\n"
+"par_id052620090409438\n"
+"help.text"
+msgid "If you accept, data recording starts immediately. When you start a new session of %PRODUCTNAME, the collected data will be sent."
+msgstr ""
-#: 01060500.xhp#par_id3149211.33.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_CALC:BTN_MATCH\">Specifies that the search criteria you set for the Calc database functions must match the whole cell exactly. When the <emph>Search criteria = and <> must apply to whole cells</emph> box is marked, $[officename] Calc behaves exactly as MS Excel when searching cells in the database functions.</ahelp>"
+#. `pS;
+#: improvement.xhp
+msgctxt ""
+"improvement.xhp\n"
+"par_id0526200904094433\n"
+"help.text"
+msgid "If you deny to participate, no data will be sent and recording of data stops immediately."
msgstr ""
-#: 01060500.xhp#par_id3148422.34.help.text
-msgid ".* in following position:"
-msgstr ".* შემდეგ პოზიციაზე:"
+#. CKcW
+#: improvement.xhp
+msgctxt ""
+"improvement.xhp\n"
+"par_id0526200903594945\n"
+"help.text"
+msgid "At any time, you can enable or disable the recording of user interaction data and the sending of these data. Choose <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Improvement Program</item>. Click the <emph>Info</emph> icon to browse to a web page with more information."
+msgstr ""
-#: 01060500.xhp#par_id3156139.35.help.text
-msgid "Search result:"
-msgstr "ძიების შედეგები:"
+#. hRL8
+#: improvement.xhp
+msgctxt ""
+"improvement.xhp\n"
+"par_id0526200903594944\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click <emph>Yes, I am willing to participate …</emph> to enable the automatic feedback.</ahelp>"
+msgstr ""
-#: 01060500.xhp#par_id3150979.36.help.text
-msgid "win"
-msgstr "win"
+#. S#0M
+#: improvement.xhp
+msgctxt ""
+"improvement.xhp\n"
+"par_id0526200903595080\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click <emph>No, I do not wish to participate</emph> to disable the automatic feedback.</ahelp>"
+msgstr ""
-#: 01060500.xhp#par_id3159239.37.help.text
-msgid "Finds win, but not win95, os2win, or upwind"
+#. B+]F
+#: improvement.xhp
+msgctxt ""
+"improvement.xhp\n"
+"hd_id0526200903595037\n"
+"help.text"
+msgid "Tracked data"
msgstr ""
-#: 01060500.xhp#par_id3153782.38.help.text
-msgid "win.*"
-msgstr "win.*"
+#. Zrti
+#: improvement.xhp
+msgctxt ""
+"improvement.xhp\n"
+"hd_id0526200903595096\n"
+"help.text"
+msgid "The following data will be recorded and sent:"
+msgstr ""
-#: 01060500.xhp#par_id3151278.39.help.text
-msgid "Finds win and win95, but not os2win or upwind"
+#. MGDD
+#: improvement.xhp
+msgctxt ""
+"improvement.xhp\n"
+"par_id0526200903595033\n"
+"help.text"
+msgid "Clicks on toolbar buttons, including extension toolbars"
msgstr ""
-#: 01060500.xhp#par_id3155506.40.help.text
-msgid ".*win"
-msgstr ".*win"
+#. :+pZ
+#: improvement.xhp
+msgctxt ""
+"improvement.xhp\n"
+"par_id0526200903595014\n"
+"help.text"
+msgid "Execution of menu commands, including extension menus"
+msgstr ""
-#: 01060500.xhp#par_id3150886.41.help.text
-msgid "Finds win and os2win, but not win95 or upwind"
+#. [f04
+#: improvement.xhp
+msgctxt ""
+"improvement.xhp\n"
+"par_id0526200903595145\n"
+"help.text"
+msgid "Clicks on context menu commands"
msgstr ""
-#: 01060500.xhp#par_id3147167.42.help.text
-msgid ".*win.*"
-msgstr ".*win.*"
+#. A]Dx
+#: improvement.xhp
+msgctxt ""
+"improvement.xhp\n"
+"par_id0526200903595115\n"
+"help.text"
+msgid "Fonts applied by using the menu"
+msgstr ""
+
+#. =m*4
+#: improvement.xhp
+msgctxt ""
+"improvement.xhp\n"
+"par_id0526200903595144\n"
+"help.text"
+msgid "Font sizes applied by using the menu"
+msgstr ""
+
+#. j92O
+#: improvement.xhp
+msgctxt ""
+"improvement.xhp\n"
+"par_id0526200903595146\n"
+"help.text"
+msgid "Buttons, like OK, Cancel, etc."
+msgstr ""
+
+#. Wql3
+#: improvement.xhp
+msgctxt ""
+"improvement.xhp\n"
+"par_id0526200903595296\n"
+"help.text"
+msgid "Document language and paragraph language applied by using the menu or status bar"
+msgstr ""
+
+#. 3.9G
+#: improvement.xhp
+msgctxt ""
+"improvement.xhp\n"
+"par_id0526200903595242\n"
+"help.text"
+msgid "Each recorded item also includes a time stamp and the module (Writer, Calc, Impress, …) where it has been called"
+msgstr ""
+
+#. l;M7
+#: improvement.xhp
+msgctxt ""
+"improvement.xhp\n"
+"hd_id0526200903595229\n"
+"help.text"
+msgid "The following data will not be recorded and sent:"
+msgstr ""
-#: 01060500.xhp#par_id3152985.43.help.text
-msgid "Finds win, win95, os2win, and upwind"
+#. eGB8
+#: improvement.xhp
+msgctxt ""
+"improvement.xhp\n"
+"par_id0526200903595234\n"
+"help.text"
+msgid "User names and passwords"
+msgstr ""
+
+#. s8^o
+#: improvement.xhp
+msgctxt ""
+"improvement.xhp\n"
+"par_id0526200903595218\n"
+"help.text"
+msgid "Any type of document content"
+msgstr ""
+
+#. r1QD
+#: improvement.xhp
+msgctxt ""
+"improvement.xhp\n"
+"par_id0526200903595213\n"
+"help.text"
+msgid "Paths, filenames"
+msgstr ""
+
+#. qJj@
+#: improvement.xhp
+msgctxt ""
+"improvement.xhp\n"
+"par_id0526200903595354\n"
+"help.text"
+msgid "User's source code"
+msgstr ""
+
+#. hC~I
+#: improvement.xhp
+msgctxt ""
+"improvement.xhp\n"
+"hd_id0526200904021320\n"
+"help.text"
+msgid "Show Data"
msgstr ""
-#: 01060500.xhp#par_id3148814.44.help.text
-msgid "If <emph>Search criteria = and <> must apply to whole cells </emph>is not enabled, the \"win\" search pattern acts like \".*win.*\". The search pattern can be at any position within the cell when searching with the Calc database functions."
+#. b7Lg
+#: improvement.xhp
+msgctxt ""
+"improvement.xhp\n"
+"par_id0526200903595552\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click the button to show the currently collected data. This data will be sent next time, plus any data that gets collected until you end the current session.</ahelp>"
msgstr ""
-#: 01060500.xhp#hd_id3156448.58.help.text
-msgid "Enable regular expressions in formulas"
-msgstr "ფორმულებში რეგულარული გამოსახულებების ჩართვა"
+#. xrDJ
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table"
+msgstr "ცხრილი"
-#: 01060500.xhp#par_id3155092.59.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CALC_BTN_REGEX\">Specifies that regular expressions are enabled when searching and also for character string comparisons.</ahelp><switchinline select=\"appl\"><caseinline select=\"CALC\"> This relates to the <link href=\"text/scalc/01/04060101.xhp\" name=\"database functions\">database functions</link>, and to VLOOKUP, HLOOKUP and SEARCH.</caseinline></switchinline>"
+#. 91r@
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"bm_id3149656\n"
+"help.text"
+msgid "<bookmark_value>inserting; new text tables defaults</bookmark_value><bookmark_value>tables in text; default settings</bookmark_value><bookmark_value>aligning;tables in text</bookmark_value><bookmark_value>number formats; recognition in text tables</bookmark_value>"
msgstr ""
-#: 01060500.xhp#hd_id3156199.55.help.text
-msgid "Automatically find column and row labels"
-msgstr "სვეტების ან რიგების ეტიკეტების ავტო მონახვა"
+#. 6FkT
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3153087\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01040500.xhp\" name=\"Table\">Table</link>"
+msgstr "<link href=\"text/shared/optionen/01040500.xhp\" name=\"Table\">ცხრილი</link>"
-#: 01060500.xhp#par_id3153818.56.help.text
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_CALC:BTN_LOOKUP\">Specifies that you can use the text in any cell as a label for the column below the text or the row to the right of the text. The text must consist of at least one word and must not contain any operators.</ahelp>"
+#. G(q9
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3145674\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OPTTABLE_PAGE\">Defines the attributes of tables in text documents.</ahelp>"
msgstr ""
-#: 01060500.xhp#par_id3151242.57.help.text
-msgid " <emph>Example</emph>: Cell E5 contains the text \"Europe\". Below, in cell E6, is the value 100 and in cell E7 the value 200. If the <emph>Automatically find column and row labels</emph> box is marked, you can write the following formula in cell A1: =SUM(Europe)."
+#. -8%Q
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3145609\n"
+"26\n"
+"help.text"
+msgid "Specifies the default settings for columns and rows and the table mode. Also specifies the standard values for moving and inserting columns and rows. For further information see <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05090201.xhp\" name=\"Editing Tables Using the Keyboard\">Editing Tables Using the Keyboard</link></caseinline><defaultinline> in the $[officename] Writer Help</defaultinline></switchinline>."
msgstr ""
-#: 01060500.xhp#hd_id315634199.help.text
-msgid "Limit decimals for general number format"
+#. M6,I
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3149656\n"
+"27\n"
+"help.text"
+msgid "Default"
msgstr ""
-#: 01060500.xhp#par_id315343818.help.text
-msgid "<ahelp hid=\".\">You can specify the maximum number of decimal places that are shown by default for cells with General number format. If not enabled, cells with General number format show as many decimal places as the column width allows.</ahelp>"
+#. MNOk
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3148797\n"
+"28\n"
+"help.text"
+msgid "Defines the defaults for all newly created text tables in text documents."
msgstr ""
-#: 01060500.xhp#hd_id3145231.53.help.text
-msgid "Decimal places"
-msgstr "ათწილადთა ადგილი"
+#. pODw
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3152922\n"
+"29\n"
+"help.text"
+msgid "Heading"
+msgstr ""
-#: 01060500.xhp#par_id3149568.54.help.text
-msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
+#. RjIb
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3150447\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_HEADER\">Specifies that the first row of the table is formatted with the \"Table heading\" Paragraph Style.</ahelp>"
msgstr ""
-#: viewcertificate_c.xhp#tit.help.text
-msgid "Certificate Path"
-msgstr "სერტიფიკატის გეზი"
+#. #`\=
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3147086\n"
+"31\n"
+"help.text"
+msgid "Repeat on each page"
+msgstr "გამეორება ყოველ გვერდზე"
-#: viewcertificate_c.xhp#par_idN1054D.help.text
-#, fuzzy
-msgid "<variable id=\"certificatepath\"><link href=\"text/shared/optionen/viewcertificate_c.xhp\">Certificate Path</link></variable>"
-msgstr "<variable id=\"details\"><link href=\"text/shared/optionen/viewcertificate_d.xhp\">დეტალები</link></variable>"
+#. mdWV
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3149204\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_REPEAT_HEADER\">Specifies whether the table heading is carried over onto the new page after a page break.</ahelp>"
+msgstr ""
-#: viewcertificate_c.xhp#par_idN1056B.help.text
-msgid "<ahelp hid=\".\">The Certificate Path page of the <link href=\"text/shared/optionen/viewcertificate.xhp\">View Certificate</link> dialog displays the location and the status of the certificate.</ahelp>"
+#. D#5I
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3125864\n"
+"33\n"
+"help.text"
+msgid "Do not split (not in HTML)"
msgstr ""
-#: 01070300.xhp#tit.help.text
-msgctxt "01070300.xhp#tit.help.text"
-msgid "Grid"
+#. XHUw
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3155429\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_DONT_SPLIT\">Specifies that tables are not split by any type of text flow break.</ahelp> You can also find this option in menu <emph>Table - Table Properties - Text Flow</emph>."
msgstr ""
-#: 01070300.xhp#bm_id3163802.help.text
-msgid "<bookmark_value>snapping in presentations and drawings</bookmark_value> <bookmark_value>points;reducing editing points when snapping (Impress/Draw)</bookmark_value>"
+#. Z./b
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3148575\n"
+"35\n"
+"help.text"
+msgid "Border"
msgstr ""
-#: 01070300.xhp#hd_id3147571.1.help.text
-msgid "<link href=\"text/shared/optionen/01070300.xhp\" name=\"Grid\">Grid</link>"
-msgstr "<link href=\"text/shared/optionen/01070300.xhp\" name=\"Grid\">ბადე</link>"
+#. a@\h
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3146119\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_BORDER\">Specifies that table cells have a border by default.</ahelp>"
+msgstr ""
-#: 01070300.xhp#par_id3152801.2.help.text
-msgid "<ahelp hid=\"HID_SD_OPTIONS_SNAP\">Defines the grid settings for creating and moving objects.</ahelp>"
-msgstr "<ahelp hid=\"HID_SD_OPTIONS_SNAP\">საზღვრავს ბადის პარამეტრებს ობიექტების შექმნისთვის და გადატანისთვის.</ahelp>"
+#. ;?Oq
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3146976\n"
+"37\n"
+"help.text"
+msgid "Input in tables"
+msgstr "ცხრილებში შეტანა"
-#: 01070300.xhp#par_id3149177.3.help.text
-msgid "If you have activated the snap grid but wish to move or create individual objects without snap positions, keep the Shift key pressed to deactivate this function for as long as needed."
-msgstr ""
+#. w2UU
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3153142\n"
+"39\n"
+"help.text"
+msgid "Number recognition"
+msgstr "ნომერის ამოცნობა"
-#: 01070300.xhp#hd_id3156346.4.help.text
-msgid "Snap"
+#. P[xl
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3149481\n"
+"40\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_NUMFORMATTING\">Specifies that numbers in a text table are recognized and formatted as numbers.</ahelp>"
msgstr ""
-#: 01070300.xhp#hd_id3163802.8.help.text
-msgid "To snap lines"
+#. ,B@V
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3155306\n"
+"41\n"
+"help.text"
+msgid "If <emph>Number recognition</emph> is not marked, numbers are saved in text format and are automatically left-aligned."
msgstr ""
-#: 01070300.xhp#par_id3149516.9.help.text
-msgid "<variable id=\"anlinie\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_HELPLINES\">Snaps the edge of a dragged object to the nearest snap line when you release the mouse.</ahelp></variable>"
+#. l5:b
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3155856\n"
+"42\n"
+"help.text"
+msgid "Number format recognition"
msgstr ""
-#: 01070300.xhp#par_id3154142.37.help.text
-msgid "You can also define this setting by using the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Snap Lines\"><emph>Snap to Snap Lines</emph></link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Snap Lines\"><emph>Snap to Snap Lines</emph></link></caseinline><defaultinline><emph>Snap to Snap Lines</emph></defaultinline></switchinline> icon, which is available in the <emph>Options</emph> bar in a presentation or drawing document."
+#. Y1Mz
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3159346\n"
+"43\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_NUMFMT_FORMATTING\">If<emph> Number format recognition </emph>is not marked, only input in the format that has been set at the cell is accepted. Any other input resets the format to <emph>Text</emph>.</ahelp>"
msgstr ""
-#: 01070300.xhp#hd_id3154306.31.help.text
-msgid "To the page margins"
-msgstr "გვერდის კიდეებზე"
+#. V)6/
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3153876\n"
+"44\n"
+"help.text"
+msgid "Alignment"
+msgstr "გასწორება"
-#: 01070300.xhp#par_id3156024.11.help.text
-msgid "<variable id=\"seitenrand\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_BORDER\">Specifies whether to align the contour of the graphic object to the nearest page margin.</ahelp></variable>"
+#. X+~r
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3149379\n"
+"45\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_NUMALIGNMENT\">Specifies that numbers are always bottom right aligned in the cell.</ahelp> If this field is not marked numbers are always top left aligned in the cell."
msgstr ""
-#: 01070300.xhp#par_id3149670.33.help.text
-#, fuzzy
-msgid "<variable id=\"seittext\">The cursor or a contour line of the graphics object must be in the snap range.</variable>"
-msgstr "<variable id=\"matrixtext\">ეს კატეგორია შეიცავს მასივის ფუნქციებს. </variable>"
+#. eu]7
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3146792\n"
+"46\n"
+"help.text"
+msgid "Direct formatting is not influenced by the <emph>Alignment</emph> field. If you center align the cell contents directly, they remain centered irrespective of whether text or numbers are involved."
+msgstr ""
-#: 01070300.xhp#par_id3148947.38.help.text
-msgid "In a presentation or drawing document, this function can also be accessed with the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13150000.xhp\" name=\"Snap to Page Margins\"><emph>Snap to Page Margins</emph></link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13150000.xhp\" name=\"Snap to Page Margins\"><emph>Snap to Page Margins</emph></link></caseinline><defaultinline><emph>Snap to Page Margins</emph></defaultinline></switchinline> icon in the <emph>Options</emph> bar."
+#. @Dj=
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3154360\n"
+"48\n"
+"help.text"
+msgid "Keyboard handling"
msgstr ""
-#: 01070300.xhp#hd_id3154365.12.help.text
-msgid "To object frame"
-msgstr "ობიექტის ჩარჩოზე"
+#. DDB1
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3149018\n"
+"3\n"
+"help.text"
+msgid "Move cells"
+msgstr "უჯრების ცგადატანა"
-#: 01070300.xhp#par_id3148674.13.help.text
-msgid "<variable id=\"rahmen\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_FRAME\">Specifies whether to align the contour of the graphic object to the border of the nearest graphic object.</ahelp></variable>"
+#. 8v|~
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3153711\n"
+"4\n"
+"help.text"
+msgid "Defines the default settings for moving rows and columns with the keyboard."
+msgstr ""
+
+#. H(^h
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3155445\n"
+"5\n"
+"help.text"
+msgid "Row"
+msgstr "რიგები"
+
+#. !}oc
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3159264\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SW:METRICFIELD:TP_OPTTABLE_PAGE:MF_ROWMOVE\">Specifies the value to be used for moving a row.</ahelp>"
msgstr ""
-#: 01070300.xhp#par_id3147228.34.help.text
-#, fuzzy
-msgid "<variable id=\"rahmtext\">The cursor or a contour line of the graphics object must be in the snap range.</variable>"
-msgstr "<variable id=\"matrixtext\">ეს კატეგორია შეიცავს მასივის ფუნქციებს. </variable>"
+#. UaRb
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3150388\n"
+"7\n"
+"help.text"
+msgid "Column"
+msgstr "სვეტები"
-#: 01070300.xhp#par_id3148922.39.help.text
-msgid "In a presentation or drawing document, this function can also be accessed with the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13160000.xhp\" name=\"Snap to Object Border\"><emph>Snap to Object Border</emph></link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13160000.xhp\" name=\"Snap to Object Border\"><emph>Snap to Object Border</emph></link></caseinline><defaultinline><emph>Snap to Object Border</emph></defaultinline></switchinline> icon in the <emph>Options</emph> bar."
+#. E\iu
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3155905\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SW:METRICFIELD:TP_OPTTABLE_PAGE:MF_COLMOVE\">Specifies the value to be used for moving a column.</ahelp>"
msgstr ""
-#: 01070300.xhp#hd_id3155431.14.help.text
-msgid "To object points"
-msgstr "ობიექტი მიუთითებს"
+#. N0gH
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3155938\n"
+"9\n"
+"help.text"
+msgid "Insert"
+msgstr "ჩამატება"
-#: 01070300.xhp#par_id3145271.15.help.text
-msgid "<variable id=\"opunkte\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_POINTS\">Specifies whether to align the contour of the graphic object to the points of the nearest graphic object.</ahelp></variable>"
+#. 80Do
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3155176\n"
+"10\n"
+"help.text"
+msgid "Specifies the default settings for inserting rows and columns with the keyboard."
+msgstr ""
+
+#. $/,g
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3155333\n"
+"11\n"
+"help.text"
+msgid "Row"
+msgstr "რიგები"
+
+#. 18]`
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3153966\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SW:METRICFIELD:TP_OPTTABLE_PAGE:MF_ROWINSERT\">Specifies the default value for inserting rows.</ahelp>"
msgstr ""
-#: 01070300.xhp#par_id3149483.35.help.text
-#, fuzzy
-msgid "<variable id=\"opunktetext\">This only applies if the cursor or a contour line of the graphics object is in the snap range.</variable>"
-msgstr "<variable id=\"eintraege\">განსაღვრეთ ანბანური ინდექსის ჩანაწერების ფორმატი.</variable>"
+#. /.|1
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3155607\n"
+"13\n"
+"help.text"
+msgid "Column"
+msgstr "სვეტები"
-#: 01070300.xhp#par_id3146146.40.help.text
-msgid "In a presentation or drawing document, this function can also be accessed with the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13170000.xhp\" name=\"Snap to Object Points\"><emph>Snap to Object Points</emph></link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13170000.xhp\" name=\"Snap to Object Points\"><emph>Snap to Object Points</emph></link></caseinline><defaultinline><emph>Snap to Object Points</emph></defaultinline></switchinline> icon in the <emph>Options</emph> bar."
+#. f.IG
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3159334\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SW:METRICFIELD:TP_OPTTABLE_PAGE:MF_COLINSERT\">Specifies the default value for inserting columns.</ahelp>"
msgstr ""
-#: 01070300.xhp#hd_id3148645.16.help.text
-msgid "Snap range"
-msgstr "დიაპაზონის დამაგრება"
-
-#: 01070300.xhp#par_id3154145.17.help.text
-msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_SNAP_AREA\">Defines the snap distance between the mouse pointer and the object contour. $[officename] Impress snaps to a snap point if the mouse pointer is nearer than the distance selected in the <emph>Snap range</emph> control.</ahelp>"
+#. [FXZ
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3150645\n"
+"15\n"
+"help.text"
+msgid "Behavior of rows/columns"
msgstr ""
-#: 01070300.xhp#hd_id3150872.19.help.text
-msgid "Snap position"
-msgstr "მდებარეობის დამაგრება"
+#. (Zg%
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3150298\n"
+"16\n"
+"help.text"
+msgid "Determines the relative effect of rows and columns on adjacent rows or columns, as well as on the entire table."
+msgstr ""
-#: 01070300.xhp#hd_id3154639.21.help.text
-msgid "When creating or moving objects"
-msgstr "ობიექტების შექმნისას ან გადაადგილებისას"
+#. GQeh
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3149335\n"
+"17\n"
+"help.text"
+msgid "Fixed"
+msgstr "ფიქსირებული"
-#: 01070300.xhp#par_id3150417.22.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_ORTHO\">Specifies that graphic objects are restricted vertically, horizontally or diagonally (45°) when creating or moving them.</ahelp> You can temporarily deactivate this setting by pressing the Shift key."
+#. kclr
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3151213\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTTABLE_PAGE:RB_FIX\">Specifies that changes to a row or column only affect the corresponding adjacent area.</ahelp>"
msgstr ""
-#: 01070300.xhp#hd_id3159345.23.help.text
-msgid "Extend edges"
-msgstr "გაფართოებული კიდეები"
+#. [0*@
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3154199\n"
+"19\n"
+"help.text"
+msgid "Fixed, proportional"
+msgstr "ფიქსირებული, პროპორციული"
-#: 01070300.xhp#par_id3154942.24.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_BIGORTHO\">Specifies that a square is created based on the longer side of a rectangle when the Shift key is pressed before you release the mouse button. This also applies to an ellipse (a circle will be created based on the longest diameter of the ellipse). When the<emph> Extend edges </emph>box is not marked, a square or a circle will be created based on the shorter side or diameter.</ahelp>"
+#. -+a_
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3147128\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTTABLE_PAGE:RB_FIXPROP\">Specifies that changes to a row or column have an effect on the entire table.</ahelp>"
msgstr ""
-#: 01070300.xhp#hd_id3149413.25.help.text
-msgid "When rotating"
-msgstr "შებრუნებისას"
+#. g2Jb
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3150783\n"
+"21\n"
+"help.text"
+msgid "Variable"
+msgstr "ცვლადი"
-#: 01070300.xhp#par_id3150717.26.help.text
-msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_ANGLE\">Specifies that graphic objects can only be rotated within the rotation angle that you selected in the <emph>When rotating</emph> control.</ahelp> If you want to rotate an object outside the defined angle, press the Shift key when rotating. Release the key when the desired rotation angle is reached."
+#. fzAo
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3166423\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTTABLE_PAGE:RB_VAR\">Specifies that changes to a row or column affect the table size.</ahelp>"
msgstr ""
-#: 01070300.xhp#hd_id3154163.27.help.text
-msgid "Point reduction"
+#. eqIa
+#: viewcertificate_d.xhp
+msgctxt ""
+"viewcertificate_d.xhp\n"
+"tit\n"
+"help.text"
+msgid "Details"
+msgstr "ცნობები"
+
+#. Xvk`
+#: viewcertificate_d.xhp
+msgctxt ""
+"viewcertificate_d.xhp\n"
+"par_idN10544\n"
+"help.text"
+msgid "<variable id=\"details\"><link href=\"text/shared/optionen/viewcertificate_d.xhp\">Details</link></variable>"
+msgstr "<variable id=\"details\"><link href=\"text/shared/optionen/viewcertificate_d.xhp\">დეტალები</link></variable>"
+
+#. S1%C
+#: viewcertificate_d.xhp
+msgctxt ""
+"viewcertificate_d.xhp\n"
+"par_idN10562\n"
+"help.text"
+msgid "<ahelp hid=\".\">The Details page of the <link href=\"text/shared/optionen/viewcertificate.xhp\">View Certificate</link> dialog displays detailed information about the certificate.</ahelp>"
msgstr ""
-#: 01070300.xhp#par_id3156275.28.help.text
-msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_BEZ_ANGLE\">Defines the angle for point reduction.</ahelp> When working with polygons, you might find it useful to reduce their editing points."
+#. m1U$
+#: viewcertificate_d.xhp
+msgctxt ""
+"viewcertificate_d.xhp\n"
+"par_idN105DB\n"
+"help.text"
+msgid "<ahelp hid=\".\">Use the value list box to view values and copy them to the clipboard.</ahelp>"
msgstr ""
-#: improvement.xhp#tit.help.text
-msgid "Improvement Program"
+#. jzdy
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Browser Plug-in"
msgstr ""
-#: improvement.xhp#bm_id7687094.help.text
+#. d3OR
+#: 01020400.xhp
#, fuzzy
-msgid " <bookmark_value>online feedback options</bookmark_value> <bookmark_value>options;improvement program</bookmark_value> <bookmark_value>improvement program</bookmark_value> <bookmark_value>feedback;automatically</bookmark_value> <bookmark_value>user feedback;automatically</bookmark_value>"
-msgstr "<bookmark_value>დოკუმენტების ვერსიის ნომრები</bookmark_value><bookmark_value>დოკუმენტების ვერსიის ნომრები</bookmark_value><bookmark_value>ფაილების ვერსიის ნომრები</bookmark_value><bookmark_value>დოკუმენტების რედაქტირების დრო</bookmark_value><bookmark_value>დოკუმენტების რედაქტირების დრო</bookmark_value>"
+msgctxt ""
+"01020400.xhp\n"
+"par_idN105B7\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01020400.xhp\" name=\"Browser Plugin\">Browser Plug-in</link>"
+msgstr "<link href=\"text/shared/optionen/01010800.xhp\" name=\"View\">ხედი</link>"
-#: improvement.xhp#hd_id0526200912315340.help.text
-msgid "<link href=\"text/shared/optionen/improvement.xhp\">Improvement Program</link>"
+#. JBh:
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_idN105D5\n"
+"help.text"
+msgid "Specifies to use the Mozilla plug-in to show %PRODUCTNAME documents."
msgstr ""
-#: improvement.xhp#par_id0526200312315378.help.text
-msgid "The Improvement Program records some user interactions and sends them to the User Experience project."
+#. w/O+
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_idN105D8\n"
+"help.text"
+msgid "When you click any %PRODUCTNAME document hyperlink in your Mozilla or Netscape browser, one of the following can happen:"
msgstr ""
-#: improvement.xhp#par_id0526200903594966.help.text
-msgid "The Improvement Program was initiated by the User Experience project to improve the usability of %PRODUCTNAME. The User Experience project can be found at the OpenOffice.org web site: <link href=\"http://ux.openoffice.org/\">http://ux.openoffice.org/</link>."
+#. |m#V
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_idN105DE\n"
+"help.text"
+msgid "The browser asks you whether you want to save the document on your disk, or whether you want to use an application to open the document. This request dialog appears by default when you click any %PRODUCTNAME document hyperlink the first time and you did not enable the Browser Plug-in."
msgstr ""
-#: improvement.xhp#par_id0526200903594946.help.text
-msgid "The second time you start your new %PRODUCTNAME software, you see a window that gives information about the Improvement Program. "
+#. ,a_t
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_idN105E2\n"
+"help.text"
+msgid "The browser downloads the document to a temporary folder, then tells your system to run %PRODUCTNAME and open the document in %PRODUCTNAME. This is the default when you did not enable the Browser Plug-in and chose to open the document with %PRODUCTNAME when you were first asked."
msgstr ""
-#: improvement.xhp#par_id0526200904094345.help.text
-msgid "At this time you can choose to accept or deny your participation."
+#. Mf3Y
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_idN105E6\n"
+"help.text"
+msgid "The browser opens a new browser window that shows some of the %PRODUCTNAME icons, and displays the document in the browser window. This is the default when you enable the Browser Plug-in. When you click the <emph>Edit File</emph> icon, a copy of the document is downloaded to a temporary folder on your disk, then %PRODUCTNAME starts and loads the copy for editing."
msgstr ""
-#: improvement.xhp#par_id052620090409438.help.text
-msgid "If you accept, data recording starts immediately. When you start a new session of %PRODUCTNAME, the collected data will be sent. "
+#. 4swG
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_idN105F5\n"
+"help.text"
+msgid "Display documents in browser"
msgstr ""
-#: improvement.xhp#par_id0526200904094433.help.text
-msgid "If you deny to participate, no data will be sent and recording of data stops immediately."
+#. p@bb
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_idN105F9\n"
+"help.text"
+msgid "<ahelp hid=\"736117762\">Enables the Browser Plug-in to show %PRODUCTNAME documents in a browser window. Select, click OK, then restart your browser. Then, in the browser window, click any %PRODUCTNAME document hyperlink.</ahelp>"
msgstr ""
-#: improvement.xhp#par_id0526200903594945.help.text
-msgid "At any time, you can enable or disable the recording of user interaction data and the sending of these data. Choose <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Improvement Program</item>. Click the <emph>Info</emph> icon to browse to a web page with more information."
+#. .d!}
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_idN10655\n"
+"help.text"
+msgid "The plug-in needs a version of Mozilla, Netscape, or Firefox installed on your system."
msgstr ""
-#: improvement.xhp#par_id0526200903594944.help.text
-msgid "<ahelp hid=\".\">Click <emph>Yes, I am willing to participate …</emph> to enable the automatic feedback.</ahelp>"
-msgstr ""
+#. T=^]
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Memory"
+msgstr "მეხსიერება"
-#: improvement.xhp#par_id0526200903595080.help.text
-msgid "<ahelp hid=\".\">Click <emph>No, I do not wish to participate</emph> to disable the automatic feedback.</ahelp>"
+#. O[42
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"bm_id3153881\n"
+"help.text"
+msgid "<bookmark_value>undoing; number of steps</bookmark_value><bookmark_value>graphics; cache</bookmark_value><bookmark_value>cache for graphics</bookmark_value><bookmark_value>Quickstarter</bookmark_value>"
msgstr ""
-#: improvement.xhp#hd_id0526200903595037.help.text
-msgid "Tracked data"
-msgstr ""
+#. 5NDJ
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3157909\n"
+"25\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01011000.xhp\" name=\"Memory\">Memory</link>"
+msgstr "<link href=\"text/shared/optionen/01011000.xhp\" name=\"Memory\">მეხსიერება</link>"
-#: improvement.xhp#hd_id0526200903595096.help.text
-msgid "The following data will be recorded and sent:"
+#. q@:4
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"par_id3154307\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\".\">Defines the settings for the graphics cache and the number of steps you can undo.</ahelp>"
msgstr ""
-#: improvement.xhp#par_id0526200903595033.help.text
-msgid "Clicks on toolbar buttons, including extension toolbars "
-msgstr ""
+#. u]eP
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3155390\n"
+"1\n"
+"help.text"
+msgid "Undo"
+msgstr "დაბრუნება"
-#: improvement.xhp#par_id0526200903595014.help.text
-msgid "Execution of menu commands, including extension menus"
+#. \`|)
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"par_id3145673\n"
+"2\n"
+"help.text"
+msgid "Defines the maximum number of reverse steps allowed."
msgstr ""
-#: improvement.xhp#par_id0526200903595145.help.text
-msgid "Clicks on context menu commands"
-msgstr ""
+#. ~.1*
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3153881\n"
+"3\n"
+"help.text"
+msgid "Number of steps"
+msgstr "ბიჯთა რაოდენობა"
-#: improvement.xhp#par_id0526200903595115.help.text
-msgid "Fonts applied by using the menu "
+#. 0e=y
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"par_id3148685\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_NUMERICFIELD_OFA_TP_MEMORY_ED_UNDO\">You can specify the number of steps which can be undone by selecting a number from the box.</ahelp>"
+msgstr ""
+
+#. Uq*T
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3147530\n"
+"10\n"
+"help.text"
+msgid "Graphics cache"
+msgstr "გრაფიკული ქეში"
+
+#. YZV[
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"par_id3145069\n"
+"11\n"
+"help.text"
+msgid "The graphics cache saves the graphics contained in a document in your computer's main memory. This means that the attributes of a graphic stored in the cache do not have to be re-calculated if you return to the page containing the graphic after scrolling through a document."
msgstr ""
-#: improvement.xhp#par_id0526200903595144.help.text
-msgid "Font sizes applied by using the menu "
+#. *p`,
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3154924\n"
+"12\n"
+"help.text"
+msgid "Use for $[officename] (MB)"
+msgstr "$[officename] (მბ)-სთვის გამოყენება"
+
+#. w,N2
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"par_id3152813\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_NUMERICFIELD_OFA_TP_MEMORY_NF_GRAPHICCACHE\">Specifies the total cache size for all graphics.</ahelp>"
msgstr ""
-#: improvement.xhp#par_id0526200903595146.help.text
-msgid "Buttons, like OK, Cancel, etc. "
+#. ETlJ
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3150359\n"
+"14\n"
+"help.text"
+msgid "Memory per object (MB)"
+msgstr "ობიექტისთვის მეხსიერება (მბ)"
+
+#. sa,i
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"par_id3148797\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_NUMERICFIELD_OFA_TP_MEMORY_NF_GRAPHICOBJECTCACHE\">Specifies that objects which are larger than the selected megabytes will not be placed in the cache.</ahelp>"
msgstr ""
-#: improvement.xhp#par_id0526200903595296.help.text
-msgid "Document language and paragraph language applied by using the menu or status bar "
+#. }prd
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3148920\n"
+"16\n"
+"help.text"
+msgid "Remove from memory after (hh:mm)"
+msgstr "მეხსიერებიდან ამოშლა (hh:mm)-ს შემდეგ"
+
+#. Pj7M
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"par_id3148674\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_TIMEFIELD_OFA_TP_MEMORY_TF_GRAPHICOBJECTTIME\">Specifies the time that each graphic remains in the cache in hours and minutes.</ahelp>"
msgstr ""
-#: improvement.xhp#par_id0526200903595242.help.text
-msgid "Each recorded item also includes a time stamp and the module (Writer, Calc, Impress, …) where it has been called "
+#. N9.^
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3156212\n"
+"18\n"
+"help.text"
+msgid "Cache for inserted objects"
+msgstr "ჩასმული ობიექტების ქეში"
+
+#. .(m8
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3147085\n"
+"19\n"
+"help.text"
+msgid "Number of objects"
+msgstr "ობიექტების რაოდენობა"
+
+#. 0f+W
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"par_id3153192\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_NUMERICFIELD_OFA_TP_MEMORY_NF_OLECACHE\">Choose the maximum number of OLE objects that are pooled in the cache.</ahelp>"
msgstr ""
-#: improvement.xhp#hd_id0526200903595229.help.text
-msgid "The following data will not be recorded and sent:"
+#. )pf%
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3145171\n"
+"21\n"
+"help.text"
+msgid "$[officename] Quickstarter"
msgstr ""
-#: improvement.xhp#par_id0526200903595234.help.text
-msgid "User names and passwords "
+#. :ZFi
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3155429\n"
+"22\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Load $[officename] during system start-up </caseinline><defaultinline>Enable systray Quickstarter</defaultinline></switchinline>"
msgstr ""
-#: improvement.xhp#par_id0526200903595218.help.text
-msgid "Any type of document content "
+#. d:HH
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"par_id3152940\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_MEMORY_CB_QUICKLAUNCH\">Mark this check box if you want $[officename] to enable quickstart. This option is available if the Quickstart module has been installed.</ahelp>"
msgstr ""
-#: improvement.xhp#par_id0526200903595213.help.text
-msgid "Paths, filenames "
+#. Q3d,
+#: 01160201.xhp
+msgctxt ""
+"01160201.xhp\n"
+"tit\n"
+"help.text"
+msgid "Database Link"
+msgstr "მონაცემთა ბაზის ფაილი"
+
+#. YF_/
+#: 01160201.xhp
+msgctxt ""
+"01160201.xhp\n"
+"par_idN1053A\n"
+"help.text"
+msgid "Database Link"
+msgstr "მონაცემთა ბაზის ფაილი"
+
+#. e3{)
+#: 01160201.xhp
+msgctxt ""
+"01160201.xhp\n"
+"par_idN1053E\n"
+"help.text"
+msgid "Creates or edits an entry in the <link href=\"text/shared/optionen/01160200.xhp\">Databases</link> tab page."
msgstr ""
-#: improvement.xhp#par_id0526200903595354.help.text
-msgid "User's source code "
+#. Y_O~
+#: 01160201.xhp
+msgctxt ""
+"01160201.xhp\n"
+"par_idN1054F\n"
+"help.text"
+msgid "Database file"
+msgstr "მონაცემთა ბაზის ფაილი"
+
+#. (rx*
+#: 01160201.xhp
+msgctxt ""
+"01160201.xhp\n"
+"par_idN10553\n"
+"help.text"
+msgid "Enter the path and the file name of the database file. The name of the file must end with the *.odb extension."
msgstr ""
-#: improvement.xhp#hd_id0526200904021320.help.text
-msgid "Show Data"
+#. ;*[;
+#: 01160201.xhp
+msgctxt ""
+"01160201.xhp\n"
+"par_idN10556\n"
+"help.text"
+msgid "Browse"
+msgstr "არჩევა"
+
+#. Hfh%
+#: 01160201.xhp
+msgctxt ""
+"01160201.xhp\n"
+"par_idN1055A\n"
+"help.text"
+msgid "<ahelp hid=\"1346114049\">Opens a file dialog where you can select the database file.</ahelp>"
msgstr ""
-#: improvement.xhp#par_id0526200903595552.help.text
-msgid "<ahelp hid=\".\">Click the button to show the currently collected data. This data will be sent next time, plus any data that gets collected until you end the current session.</ahelp>"
+#. :u^2
+#: 01160201.xhp
+msgctxt ""
+"01160201.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "Registered name"
+msgstr "რეგისტრირებული სახელი"
+
+#. MBq_
+#: 01160201.xhp
+msgctxt ""
+"01160201.xhp\n"
+"par_idN10561\n"
+"help.text"
+msgid "<ahelp hid=\"1346111489\">Enter a name for the database. %PRODUCTNAME uses this name to access the database.</ahelp>"
+msgstr "<ahelp hid=\"1346111489\">მონაცემთა ბაზის სახელი შეიყვანეთ. %PRODUCTNAME იყენებს სახელს მონაცემთა ბაზასთან წვდომისთვის.</ahelp>"
+
+#. y23/
+#: viewcertificate_g.xhp
+msgctxt ""
+"viewcertificate_g.xhp\n"
+"tit\n"
+"help.text"
+msgid "General"
msgstr ""
-#: 01060100.xhp#tit.help.text
-msgctxt "01060100.xhp#tit.help.text"
-msgid "View"
+#. 0UId
+#: viewcertificate_g.xhp
+msgctxt ""
+"viewcertificate_g.xhp\n"
+"par_idN1054D\n"
+"help.text"
+msgid "<variable id=\"general\"><link href=\"text/shared/optionen/viewcertificate_g.xhp\">General</link></variable>"
+msgstr "<variable id=\"general\"><link href=\"text/shared/optionen/viewcertificate_g.xhp\">საერთო</link></variable>"
+
+#. P[Q/
+#: viewcertificate_g.xhp
+msgctxt ""
+"viewcertificate_g.xhp\n"
+"par_idN1056B\n"
+"help.text"
+msgid "<ahelp hid=\".\">The General page of the <link href=\"text/shared/optionen/viewcertificate.xhp\">View Certificate</link> dialog displays basic information about the certificate.</ahelp>"
msgstr ""
-#: 01060100.xhp#bm_id3147242.help.text
-msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
+#. T7Wj
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"tit\n"
+"help.text"
+msgid "E-mail"
msgstr ""
-#: 01060100.xhp#hd_id3150445.1.help.text
+#. 7U6R
+#: 01020300.xhp
#, fuzzy
-msgid "<link href=\"text/shared/optionen/01060100.xhp\" name=\"View\">View</link>"
-msgstr "<link href=\"text/shared/optionen/01070100.xhp\" name=\"View\">ჩვენება</link>"
+msgctxt ""
+"01020300.xhp\n"
+"par_idN1054D\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01020300.xhp\">E-mail</link>"
+msgstr "<link href=\"text/shared/optionen/01160200.xhp\">მონაცემთა ბაზები</link>"
-#: 01060100.xhp#par_id3153988.2.help.text
-msgid "<ahelp hid=\"HID_SCPAGE_CONTENT\">Defines which elements of the <item type=\"productname\">%PRODUCTNAME</item> Calc main window are displayed. You can also show or hide highlighting of values in tables.</ahelp>"
+#. %ZYe
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_idN1056B\n"
+"help.text"
+msgid "On UNIX systems, specifies the e-mail program to use when you send the current document as e-mail."
msgstr ""
-#: 01060100.xhp#hd_id3153682.28.help.text
-msgid "Visual aids"
-msgstr "ვიზუალური დახმარება"
+#. H#lR
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_idN10576\n"
+"help.text"
+msgid "E-mail program"
+msgstr "ელფოსტის პროგრამა"
-#: 01060100.xhp#par_id3153311.29.help.text
-msgid "Specifies which lines are displayed."
-msgstr "საზღვრავს რომელი ხაზები აისახება."
+#. kD5o
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_idN1057A\n"
+"help.text"
+msgid "<ahelp hid=\"703252484\">Enter the e-mail program path and name.</ahelp>"
+msgstr "<ahelp hid=\"703252484\">ელფოსტის პროგრამის გეზი და სახელი შეიყვანეთ.</ahelp>"
-#: 01060100.xhp#hd_id3147242.30.help.text
-msgid "Grid lines"
-msgstr "ბადის ხაზები"
+#. BG]k
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_idN10591\n"
+"help.text"
+msgid "..."
+msgstr "..."
-#: 01060100.xhp#par_id3153088.31.help.text
-msgid "<ahelp hid=\"sc:ListBox:RID_SCPAGE_CONTENT:LB_GRID\" visibility=\"visible\">Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them.</ahelp> For printing, choose <emph>Format - Page - </emph><link href=\"text/scalc/01/05070500.xhp\" name=\"Sheet\"><emph>Sheet</emph></link> and mark the <emph>Grid</emph> check box."
+#. /fl%
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_idN10595\n"
+"help.text"
+msgid "<ahelp hid=\"703255045\">Opens a file dialog to select the e-mail program.</ahelp>"
msgstr ""
-#: 01060100.xhp#hd_id3156326.32.help.text
-msgctxt "01060100.xhp#hd_id3156326.32.help.text"
-msgid "Color"
-msgstr "ფერები"
+#. F,hd
+#: 01090000.xhp
+#, fuzzy
+msgctxt ""
+"01090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Formula"
+msgstr "ფორმულა"
-#: 01060100.xhp#par_id3154286.33.help.text
-msgid "<ahelp hid=\"SC_LISTBOX_RID_SCPAGE_CONTENT_LB_COLOR\">Specifies a color for the grid lines in the current document.</ahelp> To see the grid line color that was saved with the document, go to <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Appearance</emph>, under <emph>Scheme</emph> find the entry <emph>Spreadsheet - Grid lines</emph> and set the color to \"Automatic\"."
+#. z3$)
+#: 01090000.xhp
+msgctxt ""
+"01090000.xhp\n"
+"hd_id3150040\n"
+"1\n"
+"help.text"
+msgid "%PRODUCTNAME Math Options"
+msgstr "%PRODUCTNAME Math პარამეტრები"
+
+#. gW@3
+#: 01090000.xhp
+msgctxt ""
+"01090000.xhp\n"
+"par_id3166460\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"druckentext\"><ahelp hid=\".uno:SmEditOptions\">Defines the print format and print options for all new formula documents. These options apply when you print a formula directly from <item type=\"productname\">%PRODUCTNAME</item> Math.</ahelp></variable> You can also call the dialog by clicking the <emph>Options</emph> button in the <emph>Print</emph> dialog. The settings you define in the <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline></emph> dialog will be permanent settings, whereas the settings in the Print dialog are only valid for the current document."
msgstr ""
-#: 01060100.xhp#hd_id3152349.34.help.text
-msgid "Page breaks"
-msgstr "გვერდის გაყოფა"
+#. DC\,
+#: 01090000.xhp
+msgctxt ""
+"01090000.xhp\n"
+"hd_id3154143\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01090100.xhp\" name=\"Options\">Options</link>"
+msgstr "<link href=\"text/shared/optionen/01090100.xhp\" name=\"Options\">პარამეტრები</link>"
-#: 01060100.xhp#par_id3151245.35.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_PAGEBREAKS\">Specifies whether to view the page breaks within a defined print area.</ahelp>"
-msgstr ""
+#. E`$6
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Accessibility"
+msgstr "სპეციალური შესაძლებლობები"
-#: 01060100.xhp#hd_id3149669.36.help.text
-msgctxt "01060100.xhp#hd_id3149669.36.help.text"
-msgid "Helplines While Moving"
+#. !(\O
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"bm_id3159411\n"
+"help.text"
+msgid "<bookmark_value>disabled persons</bookmark_value><bookmark_value>text colors for better accessibility</bookmark_value><bookmark_value>animations; accessibility options</bookmark_value><bookmark_value>Help tips; hiding</bookmark_value><bookmark_value>high contrast mode</bookmark_value><bookmark_value>accessibility; options</bookmark_value><bookmark_value>options; accessibility</bookmark_value>"
msgstr ""
-#: 01060100.xhp#par_id3148550.37.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Specifies whether to view guides when moving drawings, frames, graphics and other objects.</ahelp> These guides help you align objects."
-msgstr ""
+#. a\57
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3159411\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01013000.xhp\" name=\"Accessibility\">Accessibility</link>"
+msgstr "<link href=\"text/shared/optionen/01013000.xhp\" name=\"Accessibility\">სპეციალური შესაძლებლობი</link>"
-#: 01060100.xhp#hd_id3152920.3.help.text
-msgctxt "01060100.xhp#hd_id3152920.3.help.text"
-msgid "Display"
+#. pYrh
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3149827\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Sets options that make <item type=\"productname\">%PRODUCTNAME</item> programs more accessible for users with reduced sight, limited dexterity or other disabilities.</ahelp>"
msgstr ""
-#: 01060100.xhp#par_id3125864.4.help.text
-msgid "Select various options for the screen display."
-msgstr "ეკრანზე ასახვის სხვადასხვა პარამეტრების არჩევა."
+#. };iH
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3166460\n"
+"9\n"
+"help.text"
+msgid "Miscellaneous options"
+msgstr "სხვადასხვა პარამეტრები"
-#: 01060100.xhp#hd_id3154218.5.help.text
-msgid "Formulas"
-msgstr "ფორმულები"
+#. Db%$
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3152996\n"
+"10\n"
+"help.text"
+msgid "Sets accessibility options."
+msgstr "სპეციალური შესაძლებლობების პარამეტრებს საზღვრავს."
-#: 01060100.xhp#par_id3150440.6.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_FORMULA\">Specifies whether to show formulas instead of results in the cells.</ahelp>"
+#. F-?6
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3154750\n"
+"23\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\"></caseinline><defaultinline>Support assistive technology tools (program restart required)</defaultinline></switchinline>"
msgstr ""
-#: 01060100.xhp#hd_id3155132.7.help.text
-msgid "Zero values"
-msgstr "ნულოვანი მნიშვნელობა"
-
-#: 01060100.xhp#par_id3147318.8.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_NIL\">Specifies whether to show numbers with the value of 0.</ahelp>"
+#. TIhn
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3155628\n"
+"24\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\"></caseinline><defaultinline><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_ACCESSIBILITY_TOOL\">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.</ahelp></defaultinline></switchinline>"
msgstr ""
-#: 01060100.xhp#hd_id3147348.9.help.text
-msgid "Comment indicator"
+#. NQJ0
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3154047\n"
+"27\n"
+"help.text"
+msgid "Use text selection cursor in read-only text document"
msgstr ""
-#: 01060100.xhp#par_id3146974.10.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_ANNOT\">Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under <emph>%PRODUCTNAME - General</emph> in the Options dialog box.</ahelp>"
+#. da7d
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3149164\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_TEXTSELECTION\">Displays cursor in read-only documents.</ahelp>"
msgstr ""
-#: 01060100.xhp#par_id3150487.24.help.text
-msgid "<ahelp hid=\".uno:NoteVisible\">To display a comment permanently, select the <emph>Show comment</emph> command from the cell's context menu.</ahelp>"
-msgstr ""
+#. 7NU^
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3147531\n"
+"15\n"
+"help.text"
+msgid "Allow animated graphics"
+msgstr "გრაფიკის ანიმაციის ნების დართვა"
-#: 01060100.xhp#par_id3149667.25.help.text
-msgid "You can type and edit comments with the <link href=\"text/shared/01/04050000.xhp\" name=\"Insert - Comment\"><emph>Insert - Comment</emph></link> command. Comments that are permanently displayed can be edited by clicking the comment box. Click the Navigator and under the <emph>Comments</emph> entry you can view all comments in the current document. By double clicking a comment in Navigator, the cursor will jump to the corresponding cell containing the comment."
+#. ^k[{
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3145069\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_ANIMATED_GRAPHICS\">Previews animated graphics, such as GIF images, in <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
msgstr ""
-#: 01060100.xhp#hd_id3150872.11.help.text
-msgid "Value highlighting"
-msgstr "მნიშვნელობის მარკირება"
+#. aogI
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3147264\n"
+"17\n"
+"help.text"
+msgid "Allow animated text"
+msgstr "ტექსტის ანიმაციის ნების დართვა"
-#: 01060100.xhp#par_id3154792.12.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_VALUE\">Mark the <emph>Value highlighting</emph> box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, and number cells in blue, no matter how their display is formatted.</ahelp>"
+#. ]e(1
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3149656\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_ANIMATED_TEXTS\">Previews animated text, such as blinking and scrolling, in <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
msgstr ""
-#: 01060100.xhp#par_id3151319.13.help.text
-msgid "When this command is active, any colors assigned in the document will not be displayed until the function is deactivated."
+#. QF{U
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3153381\n"
+"11\n"
+"help.text"
+msgid "Help tips disappear after"
+msgstr "დახმარების კარნახი ქრება"
+
+#. )Jeq
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3150868\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_TIPHELP\">Hides the <link href=\"text/shared/main0108.xhp\" name=\"Help tips\">Help tips</link> after the number of seconds that you enter.</ahelp> Otherwise, Help tips are displayed until you press Escape or move the cursor."
msgstr ""
-#: 01060100.xhp#hd_id3157846.14.help.text
-msgid "Anchor"
-msgstr "ღუზა"
+#. #`h.
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3151043\n"
+"13\n"
+"help.text"
+msgid "Seconds"
+msgstr "წამები"
-#: 01060100.xhp#par_id3147494.15.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_ANCHOR\">Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected.</ahelp>"
+#. ObNp
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3148672\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_NUMERICFIELD_RID_SVXPAGE_ACCESSIBILITYCONFIG_NF_TIPHELP\">Enter the number of seconds to display the Help tips.</ahelp>"
msgstr ""
-#: 01060100.xhp#hd_id3146898.26.help.text
-msgid "Text overflow"
+#. m9;r
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3149809\n"
+"3\n"
+"help.text"
+msgid "Options for high contrast appearance"
msgstr ""
-#: 01060100.xhp#par_id3153707.27.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_CLIP\">If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues.</ahelp>"
+#. A3%9
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3153106\n"
+"4\n"
+"help.text"
+msgid "High contrast is an operating system setting that changes the system color scheme to improve readability. You can decide how <item type=\"productname\">%PRODUCTNAME</item> uses the high contrast settings of the operating system."
msgstr ""
-#: 01060100.xhp#hd_id3150327.54.help.text
-msgid "Show references in color"
+#. :7(q
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3125863\n"
+"31\n"
+"help.text"
+msgid "Cell borders and shadows are always shown in text color when high contrast mode is active. The cell background color is ignored then."
msgstr ""
-#: 01060100.xhp#par_id3153766.55.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_RFIND\">Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing.</ahelp>"
+#. X;yE
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3155132\n"
+"29\n"
+"help.text"
+msgid "Automatically detect high contrast mode of operating system"
msgstr ""
-#: 01060100.xhp#hd_id3155444.16.help.text
-msgid "Objects"
-msgstr "ობიექტები"
+#. kEJb
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3153768\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_AUTO_DETECT_HC\">Switches <item type=\"productname\">%PRODUCTNAME</item> into high contrast mode when the system background color is very dark.</ahelp>"
+msgstr ""
-#: 01060100.xhp#par_id3148405.17.help.text
-msgid "Defines whether to display or hide objects for up to three object groups."
+#. `Oz;
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3154918\n"
+"19\n"
+"help.text"
+msgid "Use automatic font color for screen display"
msgstr ""
-#: 01060100.xhp#hd_id3150043.18.help.text
-msgid "Objects/Graphics"
-msgstr "ობიექტები/გრაფიკები"
+#. :FBo
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3146984\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_AUTOMATIC_FONT_COLOR\">Displays fonts in <item type=\"productname\">%PRODUCTNAME</item> using the system color settings. This option only affects the screen display.</ahelp>"
+msgstr ""
-#: 01060100.xhp#par_id3163549.19.help.text
-msgid "<ahelp hid=\"SC_LISTBOX_RID_SCPAGE_CONTENT_LB_OBJGRF\">Defines if objects and graphics are shown or hidden.</ahelp>"
+#. Y|Jw
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3153091\n"
+"7\n"
+"help.text"
+msgid "Use system colors for page previews"
msgstr ""
-#: 01060100.xhp#hd_id3151249.20.help.text
-msgctxt "01060100.xhp#hd_id3151249.20.help.text"
-msgid "Charts"
+#. Cb$b
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3146923\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_PAGE_PREVIEWS\">Applies the high contrast settings of the operating system to page previews.</ahelp>"
msgstr ""
-#: 01060100.xhp#par_id3149106.21.help.text
-msgid "<ahelp hid=\"SC_LISTBOX_RID_SCPAGE_CONTENT_LB_DIAGRAM\">Defines if charts in your document are shown or hidden.</ahelp>"
+#. GDST
+#: 01030000.xhp
+msgctxt ""
+"01030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Internet options"
msgstr ""
-#: 01060100.xhp#hd_id3154703.22.help.text
-msgid "Drawing objects"
-msgstr "ხატვის ობიქტები"
+#. RA,K
+#: 01030000.xhp
+msgctxt ""
+"01030000.xhp\n"
+"hd_id3154926\n"
+"1\n"
+"help.text"
+msgid "Internet options"
+msgstr ""
-#: 01060100.xhp#par_id3155959.23.help.text
-msgid "<ahelp hid=\"SC_LISTBOX_RID_SCPAGE_CONTENT_LB_DRAW\">Defines if drawing objects in your document are shown or hidden.</ahelp>"
+#. -9s)
+#: 01030000.xhp
+msgctxt ""
+"01030000.xhp\n"
+"par_id3154894\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"laden\"><ahelp hid=\".\">Specifies Internet settings.</ahelp></variable>"
msgstr ""
-#: 01060100.xhp#hd_id0909200810585828.help.text
-msgid "Zoom"
-msgstr "გადიდება"
+#. V7Fe
+#: 01060000.xhp
+msgctxt ""
+"01060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Spreadsheet Options"
+msgstr "გამოთვლის ფურცლის პარამეტრები"
-#: 01060100.xhp#hd_id0909200810585881.help.text
-msgid "Synchronize sheets"
-msgstr "ღერძების სინქრონიზაცია"
+#. rOO7
+#: 01060000.xhp
+msgctxt ""
+"01060000.xhp\n"
+"hd_id3156414\n"
+"1\n"
+"help.text"
+msgid "%PRODUCTNAME Calc Options"
+msgstr "%PRODUCTNAME Calc პარამეტრები"
-#: 01060100.xhp#par_id0909200810585870.help.text
-msgid "<ahelp hid=\".\">If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor.</ahelp>"
+#. H?#7
+#: 01060000.xhp
+msgctxt ""
+"01060000.xhp\n"
+"par_id3145345\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"allgemein\"><ahelp hid=\".uno:ToolsOptions\">Defines various settings for spreadsheets, contents to be displayed, and the cursor direction after a cell entry. You can also define sorting lists, determine the number of decimal places and the settings for recording and highlighting changes. </ahelp></variable>"
msgstr ""
-#: 01060100.xhp#hd_id3153920.42.help.text
-msgid "Window"
-msgstr "ფანჯარა"
-
-#: 01060100.xhp#par_id3154661.43.help.text
-msgid "Specifies whether some Help elements will or will not appear in the table."
+#. -.rz
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit Paths"
msgstr ""
-#: 01060100.xhp#hd_id3149923.44.help.text
-msgid "Column/Row headers"
-msgstr "სვეტი/რიგი სათაურები"
-
-#: 01060100.xhp#par_id3149816.45.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_ROWCOLHEADER\">Specifies whether to display row and column headers.</ahelp>"
+#. Qf+l
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"hd_id3150772\n"
+"1\n"
+"help.text"
+msgid "Edit Paths"
msgstr ""
-#: 01060100.xhp#hd_id3154205.46.help.text
-msgctxt "01060100.xhp#hd_id3154205.46.help.text"
-msgid "Horizontal scrollbar"
+#. TY^{
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"par_id3149762\n"
+"2\n"
+"help.text"
+msgid "In the <emph>Edit Paths </emph>dialog, you can select some folders that are available in $[officename]."
msgstr ""
-#: 01060100.xhp#par_id3155578.47.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_HSCROLL\">Specifies whether to display a horizontal scrollbar at the bottom of the document window.</ahelp> Note that there is a slider between the horizontal scrollbar and the sheet tabs that may be set to one end."
-msgstr ""
+#. G}0N
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"hd_id3147559\n"
+"3\n"
+"help.text"
+msgid "Paths"
+msgstr "გეზი"
-#: 01060100.xhp#hd_id3148422.48.help.text
-msgctxt "01060100.xhp#hd_id3148422.48.help.text"
-msgid "Vertical scrollbar"
+#. r:D/
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"par_id3153524\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXDLG_MULTIPATH:LB_MULTIPATH\">Contains a list of the paths that have already been added. Mark the default path for new files.</ahelp>"
msgstr ""
-#: 01060100.xhp#par_id3147128.49.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_VSCROLL\">Specifies whether to display a vertical scrollbar at the right of the document window.</ahelp>"
+#. xF-v
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"hd_id3148798\n"
+"5\n"
+"help.text"
+msgid "Add"
msgstr ""
-#: 01060100.xhp#hd_id3150826.50.help.text
-msgid "Sheet tabs"
-msgstr "ფურცლების ჩანართები"
-
-#: 01060100.xhp#par_id3154658.51.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_TBLREG\">Specifies whether to display the sheet tabs at the bottom of the spreadsheet document.</ahelp> If this box is not checked, you will only be able to switch between the sheets through the <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link></caseinline><defaultinline>Navigator</defaultinline></switchinline>. Note that there is a slider between the horizontal scrollbar and the sheet tabs that may be set to one end."
+#. ?Z6#
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"par_id3153106\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_MULTIPATH:BTN_ADD_MULTIPATH\">Opens the <emph>Select Path</emph> dialog to select another folder or the <emph>Open</emph> dialog to select another file.</ahelp>"
msgstr ""
-#: 01060100.xhp#hd_id3152584.52.help.text
-msgid "Outline symbols"
-msgstr ""
+#. N986
+#: viewcertificate_c.xhp
+msgctxt ""
+"viewcertificate_c.xhp\n"
+"tit\n"
+"help.text"
+msgid "Certificate Path"
+msgstr "სერტიფიკატის გეზი"
-#: 01060100.xhp#par_id3145135.53.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_OUTLINE\">If you have defined an <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/12080000.xhp\" name=\"outline\">outline</link></caseinline><defaultinline>outline</defaultinline></switchinline>, the <emph>Outline symbols</emph> option specifies whether to view the outline symbols at the border of the sheet.</ahelp>"
+#. qsJ(
+#: viewcertificate_c.xhp
+#, fuzzy
+msgctxt ""
+"viewcertificate_c.xhp\n"
+"par_idN1054D\n"
+"help.text"
+msgid "<variable id=\"certificatepath\"><link href=\"text/shared/optionen/viewcertificate_c.xhp\">Certificate Path</link></variable>"
+msgstr "<variable id=\"details\"><link href=\"text/shared/optionen/viewcertificate_d.xhp\">დეტალები</link></variable>"
+
+#. Ura1
+#: viewcertificate_c.xhp
+msgctxt ""
+"viewcertificate_c.xhp\n"
+"par_idN1056B\n"
+"help.text"
+msgid "<ahelp hid=\".\">The Certificate Path page of the <link href=\"text/shared/optionen/viewcertificate.xhp\">View Certificate</link> dialog displays the location and the status of the certificate.</ahelp>"
msgstr ""
-#: 01010300.xhp#tit.help.text
-msgctxt "01010300.xhp#tit.help.text"
+#. )_{C
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"tit\n"
+"help.text"
msgid "Paths"
msgstr "გეზი"
-#: 01010300.xhp#bm_id3149514.help.text
+#. smQ*
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"bm_id3149514\n"
+"help.text"
msgid "<bookmark_value>paths; defaults</bookmark_value><bookmark_value>variables; for paths</bookmark_value><bookmark_value>directories;directory structure</bookmark_value><bookmark_value>files and folders in $[officename]</bookmark_value>"
msgstr ""
-#: 01010300.xhp#hd_id3149514.1.help.text
+#. =P:e
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"hd_id3149514\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/shared/optionen/01010300.xhp\" name=\"Paths\">Paths</link>"
msgstr "<link href=\"text/shared/optionen/01010300.xhp\" name=\"Paths\">გეზები</link>"
-#: 01010300.xhp#par_id3151384.2.help.text
+#. iZgB
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3151384\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\"HID_OPTIONS_PATH\">This section contains the default paths to important folders in $[officename]. These paths can be edited by the user.</ahelp>"
msgstr "<ahelp hid=\"HID_OPTIONS_PATH\">ეს სექცია შეიცავს $[officename]-ში მნიშვნელოვანი საქაღალდეების ნაგულისხმევ გეზებს. ამ გეზების შესწორება მომხმარებელს შეუძლია.</ahelp>"
-#: 01010300.xhp#hd_id3149810.13.help.text
+#. 533?
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"hd_id3149810\n"
+"13\n"
+"help.text"
msgid "Paths used by %PRODUCTNAME"
msgstr ""
-#: 01010300.xhp#par_id3154923.5.help.text
+#. #WFr
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3154923\n"
+"5\n"
+"help.text"
msgid "<ahelp hid=\"HID_OPTPATH_CTL_PATH\">To modify an entry in this list, click the entry and click <emph>Edit</emph>. You can also double click the entry.</ahelp>"
msgstr ""
-#: 01010300.xhp#hd_id3151210.160.help.text
-msgctxt "01010300.xhp#hd_id3151210.160.help.text"
+#. cp#2
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"hd_id3151210\n"
+"160\n"
+"help.text"
msgid "Default"
msgstr ""
-#: 01010300.xhp#par_id3153968.161.help.text
+#. KIDi
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3153968\n"
+"161\n"
+"help.text"
msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SFXPAGE_PATH:BTN_STANDARD\">The<emph> Default </emph>button resets the predefined paths for all selected entries.</ahelp>"
msgstr "<ahelp hid=\"SVX:PUSHBUTTON:RID_SFXPAGE_PATH:BTN_STANDARD\"><emph>ნაგულისხმევი </emph>ღილაკი ანულებს წინასწარგანსაზღვრულ გეზებს ყველა მონიშნული ჩანაწერისთვის.</ahelp>"
-#: 01010300.xhp#hd_id3147229.6.help.text
-msgctxt "01010300.xhp#hd_id3147229.6.help.text"
+#. U[NK
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"hd_id3147229\n"
+"6\n"
+"help.text"
msgid "Edit"
msgstr ""
-#: 01010300.xhp#par_id3151177.7.help.text
+#. kEfO
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3151177\n"
+"7\n"
+"help.text"
msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SFXPAGE_PATH:BTN_PATH\">Click to display the <emph>Select Path</emph> or <emph>Edit Paths</emph> dialog.</ahelp>"
msgstr ""
-#: 01010300.xhp#par_id3153193.162.help.text
+#. b/|L
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3153193\n"
+"162\n"
+"help.text"
msgid "You can change the sequence of entries by clicking the bar in the <emph>Type</emph> column. The column width can be changed by moving the separator between the columns with the mouse."
msgstr "თქვენ შეგიძლიათ შეცვალოთ თანმიმდევრობა ზოლზე <emph>ტიპის</emph> სვეტზე დაწკაპებით. სვეტის სიგანე შეიცვლება გამყოფის თაგვით გადაადგილებით."
-#: 01010300.xhp#par_id3150439.190.help.text
+#. [In~
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3150439\n"
+"190\n"
+"help.text"
msgid "In the following list of paths, the paths for the shared folders in the directory where %PRODUCTNAME is installed, are not shown. The user data for each user is stored in the {user} directory, which is located in the user's <switchinline select=\"sys\"><caseinline select=\"UNIX\">home</caseinline><defaultinline>Documents and Settings</defaultinline></switchinline> directory."
msgstr ""
-#: 01010300.xhp#par_id3149260.14.help.text
+#. )7p1
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3149260\n"
+"14\n"
+"help.text"
msgid "Type"
msgstr ""
-#: 01010300.xhp#par_id3146974.15.help.text
+#. e}mn
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3146974\n"
+"15\n"
+"help.text"
msgid "Path"
msgstr "გეზი"
-#: 01010300.xhp#par_id3152938.16.help.text
+#. Ci`!
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3152938\n"
+"16\n"
+"help.text"
msgid "Description"
msgstr "აღწერა"
-#: 01010300.xhp#par_id3151073.23.help.text
+#. rVNP
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3151073\n"
+"23\n"
+"help.text"
msgid "My Documents"
msgstr "ჩემი დოკუმენტები"
-#: 01010300.xhp#par_id3149400.175.help.text
+#. C#./
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3149400\n"
+"175\n"
+"help.text"
msgid "Default document folder of your system"
msgstr "დოკუმენტების ნაგულისხმები საქაღალდე თქვენს სისტემაზე"
-#: 01010300.xhp#par_id3153418.25.help.text
+#. bp.7
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3153418\n"
+"25\n"
+"help.text"
msgid "You can see this folder when you first call the <emph>Open</emph> or <emph>Save</emph> dialog."
msgstr "თქვენ ამ საქაღალდის ხილვა შეგიძლიათ როდესაც პირველად იძახებთ <emph>გახსნას</emph> ან <emph>შენახვის</emph> დიალოგს."
-#: 01010300.xhp#par_id8316599.help.text
+#. 1.K%
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id8316599\n"
+"help.text"
msgid "AutoCorrect"
msgstr ""
-#: 01010300.xhp#par_id3753776.help.text
+#. F85g
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3753776\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/autocorr</caseinline><defaultinline>{user}\\user\\autocorr</defaultinline></switchinline>"
msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/backup </caseinline><defaultinline>{user}\\user\\backup</defaultinline></switchinline>"
-#: 01010300.xhp#par_id5284279.help.text
+#. _3xn
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id5284279\n"
+"help.text"
msgid "This folder stores your own AutoCorrect texts."
msgstr ""
-#: 01010300.xhp#par_id4494766.help.text
+#. jCU3
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id4494766\n"
+"help.text"
msgid "AutoText"
msgstr "AutoText"
-#: 01010300.xhp#par_id7858516.help.text
+#. ph`$
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id7858516\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/autotext</caseinline><defaultinline>{user}\\user\\autotext</defaultinline></switchinline>"
msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/backup </caseinline><defaultinline>{user}\\user\\backup</defaultinline></switchinline>"
-#: 01010300.xhp#par_id973540.help.text
+#. 4,Sh
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id973540\n"
+"help.text"
msgid "This folder stores your own AutoText texts."
msgstr ""
-#: 01010300.xhp#par_id3154493.68.help.text
+#. }M@H
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3154493\n"
+"68\n"
+"help.text"
msgid "Gallery"
msgstr "გალერეა"
-#: 01010300.xhp#par_id3154484.69.help.text
-msgctxt "01010300.xhp#par_id3154484.69.help.text"
+#. sB)M
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3154484\n"
+"69\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/gallery</caseinline><defaultinline>{user}\\user\\gallery</defaultinline></switchinline>"
msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/backup </caseinline><defaultinline>{user}\\user\\backup</defaultinline></switchinline>"
-#: 01010300.xhp#par_id3156289.70.help.text
+#. EXE~
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3156289\n"
+"70\n"
+"help.text"
msgid "New Gallery themes are stored in this folder."
msgstr ""
-#: 01010300.xhp#par_id3151333.26.help.text
+#. B~sb
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3151333\n"
+"26\n"
+"help.text"
msgid "Graphics"
msgstr "გრაფიკული გამოსახულებები"
-#: 01010300.xhp#par_id3152890.27.help.text
-msgctxt "01010300.xhp#par_id3152890.27.help.text"
+#. {eMz
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3152890\n"
+"27\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/gallery</caseinline><defaultinline>{user}\\user\\gallery</defaultinline></switchinline>"
msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/backup </caseinline><defaultinline>{user}\\user\\backup</defaultinline></switchinline>"
-#: 01010300.xhp#par_id3148597.28.help.text
+#. Uiw;
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3148597\n"
+"28\n"
+"help.text"
msgid "This folder is displayed when you first call the dialog for opening or saving a graphic object."
msgstr "საქაღალდე აისახება როდესაც პირველად იძახებთ გრაფიკული ობიექტის შესანახ დიალოგს."
-#: 01010300.xhp#par_id3146891.41.help.text
+#. lV]i
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3146891\n"
+"41\n"
+"help.text"
msgid "Backups"
msgstr "სარეზერვო ასლები"
-#: 01010300.xhp#par_id3154915.42.help.text
+#. LXS2
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3154915\n"
+"42\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/backup</caseinline><defaultinline>{user}\\user\\backup</defaultinline></switchinline>"
msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/backup </caseinline><defaultinline>{user}\\user\\backup</defaultinline></switchinline>"
-#: 01010300.xhp#par_id3154603.43.help.text
+#. Jz$A
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3154603\n"
+"43\n"
+"help.text"
msgid "Automatic backup copies of documents are stored here."
msgstr "დოკუმენტების ავტომატური სარეზერვო ასლები აქ ინახება."
-#: 01010300.xhp#par_id4680928.help.text
+#. GFBf
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id4680928\n"
+"help.text"
msgid "Templates"
msgstr "შაბლონები"
-#: 01010300.xhp#par_id9014252.help.text
+#. k{$!
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id9014252\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/template</caseinline><defaultinline>{user}\\user\\template</defaultinline></switchinline>"
msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/backup </caseinline><defaultinline>{user}\\user\\backup</defaultinline></switchinline>"
-#: 01010300.xhp#par_id6011841.help.text
+#. Y,lY
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id6011841\n"
+"help.text"
msgid "In this folder you can store your own templates."
msgstr ""
-#: 01010300.xhp#par_id3154606.195.help.text
+#. [/*.
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3154606\n"
+"195\n"
+"help.text"
msgid "Temporary files"
msgstr "დროებითი ფაილები"
-#: 01010300.xhp#par_id3149343.196.help.text
+#. .J%N
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3149343\n"
+"196\n"
+"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/temp</caseinline><defaultinline>{user}\\user\\temp</defaultinline></switchinline>"
msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/backup </caseinline><defaultinline>{user}\\user\\backup</defaultinline></switchinline>"
-#: 01010300.xhp#par_id3154650.197.help.text
+#. BBF;
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3154650\n"
+"197\n"
+"help.text"
msgid "This is where $[officename] puts its temporary files."
msgstr "$[officename] აქ ინახავს დროებით ფაილებს."
-#: 01010401.xhp#tit.help.text
-msgid "Edit module"
-msgstr "მოდულის რედაქტირება"
-
-#: 01010401.xhp#bm_id3154230.help.text
-msgid "<bookmark_value>spellcheck; activating for a language</bookmark_value><bookmark_value>hyphenation; activating for a language</bookmark_value><bookmark_value>thesaurus; activating for a language</bookmark_value><bookmark_value>languages; activating modules</bookmark_value><bookmark_value>dictionaries;creating</bookmark_value><bookmark_value>user-defined dictionaries;creating</bookmark_value>"
+#. ,!WC
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"tit\n"
+"help.text"
+msgid "Online Update"
msgstr ""
-#: 01010401.xhp#hd_id3154046.1.help.text
-msgid "<link href=\"text/shared/optionen/01010401.xhp\" name=\"Edit module\">Edit module</link>"
-msgstr "<link href=\"text/shared/optionen/01010401.xhp\" name=\"Edit module\">მოდულის რედაქტირება</link>"
-
-#: 01010401.xhp#hd_id3148685.3.help.text
-msgctxt "01010401.xhp#hd_id3148685.3.help.text"
-msgid "Options"
+#. 8.dK
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"bm_id7657094\n"
+"help.text"
+msgid "<bookmark_value>update options</bookmark_value> <bookmark_value>online update options</bookmark_value> <bookmark_value>options;online update</bookmark_value> <bookmark_value>online updates; checking automatically</bookmark_value> <bookmark_value>updates; checking automatically</bookmark_value> <bookmark_value>Internet; checking for updates</bookmark_value>"
msgstr ""
-#: 01010401.xhp#par_id3148473.4.help.text
-msgid "<ahelp hid=\"HID_CLB_EDIT_MODULES_MODULES\">Specifies the language and the available spelling, hyphenation and Thesaurus sub-modules for the selected module.</ahelp> You can arrange the sub-modules by priority."
+#. #{go
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id29297\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/online_update.xhp\">Online Update</link>"
msgstr ""
-#: 01010401.xhp#par_id3155449.5.help.text
-msgid "Select the language from the <emph>Language</emph> list."
-msgstr "ენა <emph>ენის</emph> სიიდან ამოირჩიეთ."
-
-#: 01010401.xhp#par_id3144510.6.help.text
-msgid "Mark all modules that are to be activated for this language under the headings Spelling, Hyphenation and Thesaurus."
+#. /jT`
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id8754844\n"
+"help.text"
+msgid "Specifies some options for the automatic notification and downloading of online updates to %PRODUCTNAME."
msgstr ""
-#: 01010401.xhp#par_id3154923.7.help.text
-msgid "As long as you have more than one sub-module available for one area, the sub-modules for spelling and the Thesaurus are processed in the sequence in which they are listed. You can change the sequence using the <emph>Move Up</emph> and <emph>Move Down</emph> buttons."
+#. qAJ8
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id2189397\n"
+"help.text"
+msgid "Check for updates automatically"
msgstr ""
-#: 01010401.xhp#par_id3148663.8.help.text
-msgid "Only one sub-module can be activated under Hyphenation."
-msgstr "გადატანისას მხოლოდ ერთი ქვემოდულის გააქტიურება შეიძლება."
-
-#: 01010401.xhp#hd_id3150398.9.help.text
-msgctxt "01010401.xhp#hd_id3150398.9.help.text"
-msgid "Language"
-msgstr "ენები"
-
-#: 01010401.xhp#par_id3152933.10.help.text
-msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXDLG_EDIT_MODULES_LB_EDIT_MODULES_LANGUAGE\">Specifies the language of the module.</ahelp>"
-msgstr "<ahelp hid=\"SVX_LISTBOX_RID_SVXDLG_EDIT_MODULES_LB_EDIT_MODULES_LANGUAGE\">საზღვრავს მოდულის ენას.</ahelp>"
-
-#: 01010401.xhp#par_id3156214.19.help.text
-msgid "For all language selection fields in <item type=\"productname\">%PRODUCTNAME</item>, the following applies:"
-msgstr "ყველა ენის მონიშვნის ველისთვის <item type=\"productname\">%PRODUCTNAME</item>-ში შემდეგი ეხება:"
-
-#: 01010401.xhp#par_id3148922.20.help.text
-msgid "<variable id=\"sprachenfeld\">A language entry has a check mark in front of it if the spellcheck is activated for this language.</variable>"
+#. Xmvg
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id7523728\n"
+"help.text"
+msgid "<ahelp hid=\".\">Mark to check for online updates periodically, then select the time interval how often %PRODUCTNAME will check for online updates.</ahelp> %PRODUCTNAME will check once a day, week, or month, as soon as a working Internet connection is detected. If you connect to the Internet by a proxy server, set the proxy on <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Internet - Proxy</item>."
msgstr ""
-#: 01010401.xhp#hd_id3145419.11.help.text
-msgid "Move up"
-msgstr "აწევა"
-
-#: 01010401.xhp#par_id3154216.12.help.text
-msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_EDIT_MODULES_PB_EDIT_MODULES_PRIO_UP\">Increases the priority of the module selected in the list box by one level.</ahelp>"
+#. xBn^
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id8994109\n"
+"help.text"
+msgid "When an update is available, an icon in the menu bar displays some explaining text. Click the icon to proceed."
msgstr ""
-#: 01010401.xhp#hd_id3158407.13.help.text
-msgid "Move down"
-msgstr "ჩაწევა"
+#. 1d1i
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id476699\n"
+"help.text"
+msgid "If you disable the check, the icon is removed from the menu bar."
+msgstr ""
-#: 01010401.xhp#par_id3155429.14.help.text
-msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_EDIT_MODULES_PB_EDIT_MODULES_PRIO_DOWN\">Decreases the priority of the module selected in the list box by one level.</ahelp>"
+#. )WY9
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id4057130\n"
+"help.text"
+msgid "Online Update is a module that can be selected or deselected to be installed. Choose the customized installation in the Setup of %PRODUCTNAME."
msgstr ""
-#: 01010401.xhp#hd_id3161832.15.help.text
-msgctxt "01010401.xhp#hd_id3161832.15.help.text"
-msgid "Back"
+#. qZJI
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id266426\n"
+"help.text"
+msgid "Every Day"
msgstr ""
-#: 01010401.xhp#par_id3155307.16.help.text
-msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_EDIT_MODULES_PB_EDIT_MODULES_PRIO_BACK\">Click here to undo the current changes in the list box.</ahelp>"
+#. Py|9
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id3031098\n"
+"help.text"
+msgid "<ahelp hid=\".\">A check will be performed once a day.</ahelp>"
msgstr ""
-#: 01020400.xhp#tit.help.text
-msgid "Browser Plug-in"
+#. ,@?I
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id8276619\n"
+"help.text"
+msgid "Every Week"
msgstr ""
-#: 01020400.xhp#par_idN105B7.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/optionen/01020400.xhp\" name=\"Browser Plugin\">Browser Plug-in</link>"
-msgstr "<link href=\"text/shared/optionen/01010800.xhp\" name=\"View\">ხედი</link>"
+#. kV|Y
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id7824030\n"
+"help.text"
+msgid "<ahelp hid=\".\">A check will be performed once a week. This is the default setting.</ahelp>"
+msgstr ""
-#: 01020400.xhp#par_idN105D5.help.text
-msgid "Specifies to use the Mozilla plug-in to show %PRODUCTNAME documents."
+#. JGe:
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id7534104\n"
+"help.text"
+msgid "Every Month"
msgstr ""
-#: 01020400.xhp#par_idN105D8.help.text
-msgid "When you click any %PRODUCTNAME document hyperlink in your Mozilla or Netscape browser, one of the following can happen:"
+#. R\JG
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id209051\n"
+"help.text"
+msgid "<ahelp hid=\".\">A check will be performed once a month.</ahelp>"
msgstr ""
-#: 01020400.xhp#par_idN105DE.help.text
-msgid "The browser asks you whether you want to save the document on your disk, or whether you want to use an application to open the document. This request dialog appears by default when you click any %PRODUCTNAME document hyperlink the first time and you did not enable the Browser Plug-in."
+#. %TRL
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id1418805\n"
+"help.text"
+msgid "Check now"
msgstr ""
-#: 01020400.xhp#par_idN105E2.help.text
-msgid "The browser downloads the document to a temporary folder, then tells your system to run %PRODUCTNAME and open the document in %PRODUCTNAME. This is the default when you did not enable the Browser Plug-in and chose to open the document with %PRODUCTNAME when you were first asked."
+#. ONO4
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id1743522\n"
+"help.text"
+msgid "<ahelp hid=\".\">A check will be performed now.</ahelp>"
msgstr ""
-#: 01020400.xhp#par_idN105E6.help.text
-msgid "The browser opens a new browser window that shows some of the %PRODUCTNAME icons, and displays the document in the browser window. This is the default when you enable the Browser Plug-in. When you click the <emph>Edit File</emph> icon, a copy of the document is downloaded to a temporary folder on your disk, then %PRODUCTNAME starts and loads the copy for editing."
+#. 9eG+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id5994140\n"
+"help.text"
+msgid "Download updates automatically"
msgstr ""
-#: 01020400.xhp#par_idN105F5.help.text
-msgid "Display documents in browser"
+#. *q}k
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id7870113\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to download an available online update file automatically to the specified folder.</ahelp>"
msgstr ""
-#: 01020400.xhp#par_idN105F9.help.text
-msgid "<ahelp hid=\"736117762\">Enables the Browser Plug-in to show %PRODUCTNAME documents in a browser window. Select, click OK, then restart your browser. Then, in the browser window, click any %PRODUCTNAME document hyperlink.</ahelp>"
+#. ,sWG
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id3051545\n"
+"help.text"
+msgid "Download destination"
msgstr ""
-#: 01020400.xhp#par_idN10655.help.text
-msgid "The plug-in needs a version of Mozilla, Netscape, or Firefox installed on your system."
+#. GHTh
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id3061311\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays the selected folder to store the downloaded files.</ahelp>"
msgstr ""
-#: 01000000.xhp#tit.help.text
-msgctxt "01000000.xhp#tit.help.text"
-msgid "Options"
+#. b4)d
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id4814905\n"
+"help.text"
+msgid "Change"
msgstr ""
-#: 01000000.xhp#bm_id3153665.help.text
-msgid "<bookmark_value>options; tools</bookmark_value> <bookmark_value>defaults; program configuration</bookmark_value> <bookmark_value>settings; program configuration</bookmark_value>"
+#. Gjk.
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id2143925\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click to show a dialog box where you can select another folder.</ahelp>"
msgstr ""
-#: 01000000.xhp#hd_id3153665.1.help.text
-msgid "<link href=\"text/shared/optionen/01000000.xhp\" name=\"Options\">Options</link>"
-msgstr "<link href=\"text/shared/optionen/01000000.xhp\" name=\"Options\">პარამეტრები</link>"
+#. )KE+
+#: macrosecurity.xhp
+msgctxt ""
+"macrosecurity.xhp\n"
+"tit\n"
+"help.text"
+msgid "Macro Security"
+msgstr "მაკროს დაცვა"
-#: 01000000.xhp#par_id3151384.2.help.text
-msgid "<ahelp hid=\".uno:OptionsTreeDialog\">This command opens a dialog for a customized program configuration.</ahelp>"
-msgstr "<ahelp hid=\".uno:OptionsTreeDialog\">ეს ბრძანება ხსნის დიალოგს პროგრამის მორგებული პარამეტრებისთვის.</ahelp>"
+#. NL.J
+#: macrosecurity.xhp
+#, fuzzy
+msgctxt ""
+"macrosecurity.xhp\n"
+"par_idN1054C\n"
+"help.text"
+msgid "<variable id=\"macrosecurity\"><link href=\"text/shared/optionen/macrosecurity.xhp\">Macro Security</link></variable>"
+msgstr "<variable id=\"macrosecurity_sl\"><link href=\"text/shared/optionen/macrosecurity_sl.xhp\">დაცვის დონე</link></variable>"
-#: 01000000.xhp#par_id3156344.18.help.text
-msgid "All your settings are saved automatically. To expand an entry either double click this entry or click the plus sign. To collapse the entry, click the minus sign or double click the entry."
+#. ;ynI
+#: macrosecurity.xhp
+msgctxt ""
+"macrosecurity.xhp\n"
+"par_idN1056A\n"
+"help.text"
+msgid "The Macro Security dialog appears when a document contains one or more macros. You can also call the dialog from the <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01030300.xhp\">%PRODUCTNAME - Security</link></emph> page."
msgstr ""
-#: 01000000.xhp#par_idN10607.help.text
-msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME. %PRODUCTNAME Impress and %PRODUCTNAME Draw are treated as the same in this dialog. The common entries are always visible."
+#. j3@w
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"tit\n"
+"help.text"
+msgid "Server Authentication"
msgstr ""
-#: 01000000.xhp#par_id3125863.13.help.text
-msgid "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">Select an entry to edit.</ahelp>"
-msgstr "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">აირჩიეთ დასარედაქტირებელი ჩანაწერი.</ahelp>"
+#. I!XP
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN1053E\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/serverauthentication.xhp\">Server Authentication</link>"
+msgstr "<link href=\"text/shared/optionen/serverauthentication.xhp\">სერვერზე აუტენიფიკაცია</link>"
-#: 01000000.xhp#par_id1013200911280529.help.text
-msgid "Note for Mac OS X users: The Help mentions the menu path Tools - Options at numerous places. Replace this path with %PRODUCTNAME - Preferences on your Mac OS X main menu. Both menu entries open the Options dialog box."
+#. Bha1
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN1054E\n"
+"help.text"
+msgid "On the <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/mailmerge.xhp\">%PRODUCTNAME Writer - Mail Merge E-mail</link> tab page, click the <emph>Server Authentication</emph> button to specify the server security settings."
msgstr ""
-#: 01000000.xhp#hd_id3159149.4.help.text
-msgid "<link href=\"text/shared/optionen/01010000.xhp\" name=\"$[officename]\">%PRODUCTNAME</link>"
-msgstr "<link href=\"text/shared/optionen/01010000.xhp\" name=\"$[officename]\">%PRODUCTNAME</link>"
+#. ]8a\
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10563\n"
+"help.text"
+msgid "The outgoing mail server (SMTP) requires authentication"
+msgstr "გამავალი საფოსტო სერვერი (SMTP) მოითხოვს აუტენიფიკაციას"
-#: 01000000.xhp#hd_id3145787.3.help.text
-msgid "<link href=\"text/shared/optionen/01020000.xhp\" name=\"Load/Save\">Load/Save</link>"
-msgstr "<link href=\"text/shared/optionen/01020000.xhp\" name=\"Load/Save\">ჩატვირთვა/შენახვა</link>"
+#. Nhv0
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN105BE\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enables the authentication that is required to send e-mail by SMTP.</ahelp>"
+msgstr ""
-#: 01000000.xhp#hd_id3153726.19.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/optionen/01150000.xhp\" name=\"Language Settings\">Language Settings</link>"
-msgstr "<link href=\"text/shared/optionen/01140000.xhp\" name=\"Languages\">ენები</link>"
+#. lEV?
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN105CD\n"
+"help.text"
+msgid "The outgoing mail server (SMTP) requires separate authentication"
+msgstr "გამავალი საფოსტო სერვერი (SMTP) მოითხოვს ცალკე აუტენიფიკაციას"
-#: 01000000.xhp#hd_id3150872.20.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/optionen/01030000.xhp\" name=\"Internet\">Internet</link>"
-msgstr "<link href=\"text/shared/optionen/01000000.xhp\" name=\"Options\">პარამეტრები</link>"
+#. Q$qG
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN105D2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select if your SMTP server requires a user name and password.</ahelp>"
+msgstr ""
-#: 01000000.xhp#hd_id3153188.6.help.text
-msgid "<link href=\"text/shared/optionen/01040000.xhp\" name=\"Text Document\">%PRODUCTNAME Writer</link>"
-msgstr "<link href=\"text/shared/optionen/01040000.xhp\" name=\"Text Document\">%PRODUCTNAME Writer</link>"
+#. roO2
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN105E5\n"
+"help.text"
+msgid "User name"
+msgstr ""
-#: 01000000.xhp#hd_id3150104.5.help.text
-msgid "<link href=\"text/shared/optionen/01050000.xhp\" name=\"HTML Document\">%PRODUCTNAME Writer/Web</link>"
-msgstr "<link href=\"text/shared/optionen/01050000.xhp\" name=\"HTML Document\">%PRODUCTNAME Writer/ვები</link>"
+#. 3%+(
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN105EA\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the user name for the SMTP server.</ahelp>"
+msgstr "<ahelp hid=\".\">SMTP სერვერის მომხმარებლის სახელი შეიყვანეთ.</ahelp>"
-#: 01000000.xhp#hd_id3154918.7.help.text
-msgid "<link href=\"text/shared/optionen/01060000.xhp\" name=\"Spreadsheet\">%PRODUCTNAME Calc</link>"
-msgstr "<link href=\"text/shared/optionen/01060000.xhp\" name=\"Spreadsheet\">%PRODUCTNAME Calc</link>"
+#. fZqo
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN105FD\n"
+"help.text"
+msgid "Password"
+msgstr ""
-#: 01000000.xhp#hd_id3153142.8.help.text
-msgid "<link href=\"text/shared/optionen/01070000.xhp\" name=\"Presentation\">%PRODUCTNAME Impress</link>"
-msgstr "<link href=\"text/shared/optionen/01070000.xhp\" name=\"Presentation\">%PRODUCTNAME Impress</link>"
+#. h9w8
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10602\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the password for the user name.</ahelp>"
+msgstr "<ahelp hid=\".\">მომხმარებლის სახელი და პაროლი შეიყვანეთ.</ahelp>"
-#: 01000000.xhp#hd_id3147434.12.help.text
-msgid "<link href=\"text/shared/optionen/01080000.xhp\" name=\"Drawing\">%PRODUCTNAME Draw</link>"
-msgstr "<link href=\"text/shared/optionen/01080000.xhp\" name=\"Drawing\">%PRODUCTNAME Draw</link>"
+#. s,DH
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10615\n"
+"help.text"
+msgid "The outgoing mail server uses the same authentication as the incoming mail server."
+msgstr "გამავალი საფოსტო სერვერი იყენებს იგივე აუტენიფიკაციას რასაც შემომავალი საფოსტო სერვერი."
-#: 01000000.xhp#hd_id3154732.9.help.text
-msgid "<link href=\"text/shared/optionen/01090000.xhp\" name=\"Formula\">%PRODUCTNAME Math</link>"
-msgstr "<link href=\"text/shared/optionen/01090000.xhp\" name=\"Formula\">%PRODUCTNAME Math</link>"
+#. d{LW
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN1061A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select if you are required to first read your e-mail before you can send e-mail.</ahelp> This method is also called \"SMTP after POP3\"."
+msgstr ""
-#: 01000000.xhp#hd_id3155418.15.help.text
-msgid "<link href=\"text/shared/optionen/01110000.xhp\" name=\"Chart\">Charts</link>"
-msgstr "<link href=\"text/shared/optionen/01110000.xhp\" name=\"Chart\">Charts</link>"
+#. jS+{
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10629\n"
+"help.text"
+msgid "Server name"
+msgstr ""
-#: 01000000.xhp#hd_id3149420.21.help.text
-msgid "<link href=\"text/shared/optionen/01160000.xhp\" name=\"Data Sources\">%PRODUCTNAME Database</link>"
-msgstr "<link href=\"text/shared/optionen/01160000.xhp\" name=\"Data Sources\">%PRODUCTNAME Database</link>"
+#. PJC4
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN1062C\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the server name of your POP 3 or IMAP mail server.</ahelp>"
+msgstr "<ahelp hid=\".\">შეიყვანეთ თქვენი POP 3 ან IMAP საფოსტო სერვერის მისამართი.</ahelp>"
-#: 01060000.xhp#tit.help.text
-msgid "Spreadsheet Options"
-msgstr "გამოთვლის ფურცლის პარამეტრები"
+#. Cwzx
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN1063B\n"
+"help.text"
+msgid "Port"
+msgstr ""
-#: 01060000.xhp#hd_id3156414.1.help.text
-msgid "%PRODUCTNAME Calc Options"
-msgstr "%PRODUCTNAME Calc პარამეტრები"
+#. fASE
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10640\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the port on the POP3 or IMAP server.</ahelp>"
+msgstr "<ahelp hid=\".\">POP3 ან IMAP სერვერზე პორტის შეყვანა.</ahelp>"
-#: 01060000.xhp#par_id3145345.2.help.text
-msgid "<variable id=\"allgemein\"><ahelp hid=\".uno:ToolsOptions\">Defines various settings for spreadsheets, contents to be displayed, and the cursor direction after a cell entry. You can also define sorting lists, determine the number of decimal places and the settings for recording and highlighting changes. </ahelp></variable>"
-msgstr ""
+#. ;[si
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10653\n"
+"help.text"
+msgid "POP 3"
+msgstr "POP 3"
-#: 01150000.xhp#tit.help.text
-msgctxt "01150000.xhp#tit.help.text"
-msgid "Language Setting Options"
-msgstr ""
+#. A-.T
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10658\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies that the incoming mail server uses POP 3.</ahelp>"
+msgstr "<ahelp hid=\".\">საზღვრავს რომ შემომავალი საფოსტო სერვერი იყენებს POP 3.</ahelp>"
-#: 01150000.xhp#bm_id3148668.help.text
-msgid "<bookmark_value>languages;setting options</bookmark_value>"
-msgstr "<bookmark_value>CTL; პარამეტრები</bookmark_value>"
+#. Q=15
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10667\n"
+"help.text"
+msgid "IMAP"
+msgstr "IMAP"
-#: 01150000.xhp#hd_id3148668.1.help.text
-msgctxt "01150000.xhp#hd_id3148668.1.help.text"
-msgid "Language Setting Options"
-msgstr ""
+#. :N@/
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN1066A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies that the incoming mail server uses IMAP.</ahelp>"
+msgstr "<ahelp hid=\".\">საზღვრავს რომ შემომავალი საფოსტო სერვერი იყენებს IMAP.</ahelp>"
-#: 01150000.xhp#par_id3150499.2.help.text
-msgid "<variable id=\"typotext\">Defines the properties for additional languages. </variable>"
+#. *o7N
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10679\n"
+"help.text"
+msgid "User name"
msgstr ""
-#: 01150000.xhp#par_id3153665.3.help.text
-msgid "The <emph>Searching in Japanese</emph> and <emph>Asian Layout</emph> tab pages are only visible if the <emph>Asian language support</emph> option in the <emph>Languages</emph> tab page is activated and the <emph>Options</emph> dialog is re-opened. The <emph>Complex Text Layout</emph> tab page is only visible if the <emph>CTL support</emph> is enabled."
+#. 0ke8
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN1067E\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the user name for the IMAP server.</ahelp>"
+msgstr "<ahelp hid=\".\">შეიყვანეთ IMAP სერვერის მომხმარებლის სახელი.</ahelp>"
+
+#. \,r9
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10691\n"
+"help.text"
+msgid "Password"
msgstr ""
-#: 01110000.xhp#tit.help.text
-msgctxt "01110000.xhp#tit.help.text"
-msgid "Chart options"
+#. XzLR
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10696\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the password.</ahelp>"
+msgstr "<ahelp hid=\".\">პაროლის შეყვანა.</ahelp>"
+
+#. W1C\
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Grid"
msgstr ""
-#: 01110000.xhp#hd_id3145345.1.help.text
-msgctxt "01110000.xhp#hd_id3145345.1.help.text"
-msgid "Chart options"
+#. {\7Z
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"bm_id3147226\n"
+"help.text"
+msgid "<bookmark_value>grids; defaults (Writer/Calc)</bookmark_value> <bookmark_value>defaults; grids (Writer/Calc)</bookmark_value> <bookmark_value>snap grid defaults (Writer/Calc)</bookmark_value>"
msgstr ""
-#: 01110000.xhp#par_id3149182.2.help.text
-msgid "<variable id=\"farbe\"><ahelp hid=\"\" visibility=\"visible\">Defines the general settings for charts.</ahelp></variable>"
-msgstr "<variable id=\"farbe\"><ahelp hid=\"\" visibility=\"visible\">დიაგრამებისთვის საერთო პარამეტრებს საზღვრავს.</ahelp></variable>"
+#. C`E.
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3147226\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01050100.xhp\" name=\"Grid\">Grid</link>"
+msgstr "<link href=\"text/shared/optionen/01050100.xhp\" name=\"Grid\">ბადე</link>"
-#: 01130100.xhp#tit.help.text
-msgid "VBA Properties"
-msgstr "VBA პარამეტრები"
+#. :0dy
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3147088\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OPTIONS_GRID\">Specifies the settings for the configurable grid on your document pages. This grid helps you determine the exact position of your objects. You can also set this grid in line with the \"magnetic\" snap grid.</ahelp>"
+msgstr ""
-#: 01130100.xhp#bm_id3155805.help.text
-msgid "<bookmark_value>Microsoft Office; importing/exporting VBA code</bookmark_value> <bookmark_value>importing; Microsoft Office documents with VBA code</bookmark_value> <bookmark_value>exporting; Microsoft Office documents with VBA code</bookmark_value> <bookmark_value>loading; Microsoft Office documents with VBA code</bookmark_value> <bookmark_value>saving; VBA code in Microsoft Office documents</bookmark_value> <bookmark_value>VBA code; loading/saving documents with VBA code</bookmark_value> <bookmark_value>Visual Basic for Applications; loading/saving documents with VBA code</bookmark_value>"
+#. ?2%c
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3153749\n"
+"11\n"
+"help.text"
+msgid "Grid"
msgstr ""
-#: 01130100.xhp#hd_id3143267.20.help.text
-msgid "<link href=\"text/shared/optionen/01130100.xhp\" name=\"VBA Properties\">VBA Properties</link>"
-msgstr "<link href=\"text/shared/optionen/01130100.xhp\" name=\"VBA Properties\">VBA პარამეტრები</link>"
+#. %i9I
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3145382\n"
+"5\n"
+"help.text"
+msgid "Snap to grid"
+msgstr "ბადეზე გასწორება"
-#: 01130100.xhp#par_id3150443.2.help.text
-msgid "<ahelp hid=\".\">Specifies the general properties for loading and saving Microsoft Office documents with VBA (Visual Basic for Applications) code.</ahelp>"
+#. l7N,
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3154897\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_USE_GRIDSNAP\">Specifies whether to move frames, drawing elements, and controls only between grid points.</ahelp> To change the status of the snap grip only for the current action, drag an object while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Control key</caseinline><defaultinline>Ctrl key</defaultinline></switchinline>."
msgstr ""
-#: 01130100.xhp#hd_id3145582.3.help.text
-msgid "Microsoft Word 97/2000/XP"
-msgstr "Microsoft Word 97/2000"
+#. _g*,
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3153824\n"
+"7\n"
+"help.text"
+msgid "Visible grid"
+msgstr "ხილული ბადე"
-#: 01130100.xhp#par_id3149762.4.help.text
-msgid "Select the settings for Microsoft Word documents."
+#. i9DD
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3149516\n"
+"8\n"
+"help.text"
+msgid "<variable id=\"rastersicht\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_GRID_VISIBLE\">Specifies whether to display the grid.</ahelp></variable>"
msgstr ""
-#: 01130100.xhp#hd_id3155420.5.help.text
-msgctxt "01130100.xhp#hd_id3155420.5.help.text"
-msgid "Load Basic code"
+#. *EY!
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3149294\n"
+"29\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"><variable id=\"rastertextdraw\">It is also possible to toggle the visibility of the grid with the <emph>Grid - Display Grid</emph> command in the context menu for the page. You can also select the <emph>Grid - Grid to Front</emph> submenu of this context menu to display the grid in front of objects.</variable></caseinline></switchinline>"
msgstr ""
-#: 01130100.xhp#par_id3159399.6.help.text
-msgid "<variable id=\"codetext\"><ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_MSFILTEROPT:CB_WBAS_CODE\">Loads and saves the Basic code from a Microsoft document as a special $[officename] Basic module with the document. The disabled Microsoft Basic code is visible in the $[officename] Basic IDE between <emph>Sub</emph> and <emph>End Sub</emph>.</ahelp> You can edit the code. When saving the document in $[officename] format, the Basic code is saved as well. When saving in another format, the Basic code from the $[officename] Basic IDE is not saved. </variable>"
+#. LU^f
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3150791\n"
+"30\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><variable id=\"rastertext\">It is also possible to toggle the visibility of the grid with the <emph>Grid - Display Grid</emph> command in the context menu of the page. You can also select the <emph>Grid - Grid to Front</emph> submenu of this context menu to display the grid in front of objects.</variable></caseinline></switchinline>"
msgstr ""
-#: 01130100.xhp#hd_id3153824.7.help.text
-msgctxt "01130100.xhp#hd_id3153824.7.help.text"
-msgid "Save original Basic code"
+#. cIfE
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3154684\n"
+"36\n"
+"help.text"
+msgid "Resolution"
msgstr ""
-#: 01130100.xhp#par_id3150084.8.help.text
-msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_MSFILTEROPT:CB_WBAS_STG\">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 $[officename]. When saving the document in Microsoft format the Microsoft Basic is saved again with the code in an unchanged form.</ahelp>"
+#. %3R[
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3149203\n"
+"13\n"
+"help.text"
+msgid "Horizontal"
msgstr ""
-#: 01130100.xhp#par_id3153088.17.help.text
-msgid "When saving in another format than Microsoft Format, the Microsoft Basic Code is not saved. For example, if the document contains Microsoft Basic Code and you save it in $[officename] format, you will be warned that the Microsoft Basic Code will not be saved."
+#. A3N\
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3153104\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_DRAW_X\">Defines the unit of measure for the spacing between grid points on the X-axis.</ahelp>"
msgstr ""
-#: 01130100.xhp#par_id3151246.18.help.text
-msgid "The <emph>Save original Basic code</emph> checkbox takes precedence over the <emph>Load Basic code</emph> check box. If both boxes are marked and you edit the disabled Basic Code in the $[officename] Basic IDE, the original Microsoft Basic code will be saved when saving in the Microsoft format. A message appears to inform you of this."
+#. K5E(
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3150447\n"
+"17\n"
+"help.text"
+msgid "Vertical"
msgstr ""
-#: 01130100.xhp#par_id3148946.19.help.text
-msgid "To remove any possible Microsoft Basic macro viruses from the Microsoft document, unmark the <emph>Save Original Basic Code </emph>check box and save the document in Microsoft format. The document will be saved without the Microsoft Basic code."
+#. vo7N
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3148923\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_GRID:MTR_FLD_DRAW_Y\">Defines the grid points spacing in the desired unit of measurement on the Y-axis.</ahelp>"
msgstr ""
-#: 01130100.xhp#hd_id3154924.9.help.text
-msgid "Microsoft Excel 97/2000/XP"
-msgstr "Microsoft Excel 97/2000"
+#. LF1s
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3147228\n"
+"37\n"
+"help.text"
+msgid "Subdivision"
+msgstr "ქვეგაყოფა"
-#: 01130100.xhp#par_id3149457.10.help.text
-msgid "Specifies the settings for documents in Microsoft Excel."
+#. Dn_+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3153368\n"
+"15\n"
+"help.text"
+msgid "Horizontal"
msgstr ""
-#: 01130100.xhp#hd_id3154072.11.help.text
-msgctxt "01130100.xhp#hd_id3154072.11.help.text"
-msgid "Load Basic code"
-msgstr ""
+#. MM3[
+#: 01050100.xhp
+#, fuzzy
+msgctxt ""
+"01050100.xhp\n"
+"par_id3150439\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the number of intermediate spaces between grid points on the X-axis.</ahelp>"
+msgstr "<ahelp hid=\".\">უკანასკნელი ჩანაწერის რაოდენობის შეყვანა ფოსტის შერწყმაში ჩასართავად.</ahelp>"
-#: 01130100.xhp#hd_id0523200811475727.help.text
-msgid "Executable code"
+#. 0I4F
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3147441\n"
+"19\n"
+"help.text"
+msgid "Vertical"
msgstr ""
-#: 01130100.xhp#par_id0523200811475733.help.text
-msgid "<ahelp hid=\".\">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.</ahelp>"
-msgstr ""
+#. DdJ)
+#: 01050100.xhp
+#, fuzzy
+msgctxt ""
+"01050100.xhp\n"
+"par_id3154918\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the number of intermediate spaces between grid points on the Y-axis.</ahelp>"
+msgstr "<ahelp hid=\".\">უკანასკნელი ჩანაწერის რაოდენობის შეყვანა ფოსტის შერწყმაში ჩასართავად.</ahelp>"
-#: 01130100.xhp#hd_id3151211.12.help.text
-msgctxt "01130100.xhp#hd_id3151211.12.help.text"
-msgid "Save original Basic code"
+#. ]d6C
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3149667\n"
+"9\n"
+"help.text"
+msgid "Synchronize axes"
+msgstr "ღერძების სინქრონიზაცია"
+
+#. V.9u
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3147350\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_GRID:CBX_SYNCHRONIZE\">Specifies whether to change the current grid settings symmetrically.</ahelp> The resolution and subdivision for the X and Y axes remain the same."
msgstr ""
-#: 01130100.xhp#hd_id3149202.13.help.text
-msgid "Microsoft PowerPoint 97/2000/XP"
-msgstr "Microsoft PowerPoint 97/2000"
+#. ASWp
+#: 01050100.xhp
+#, fuzzy
+msgctxt ""
+"01050100.xhp\n"
+"par_id3146121\n"
+"31\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">There are additional commands on the context menu of a page:</caseinline><caseinline select=\"IMPRESS\">There are additional commands on the context menu of a page:</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>რეგულარული გამოსახულებები</defaultinline></switchinline>"
-#: 01130100.xhp#par_id3148922.14.help.text
-msgid "Specifies the settings for documents in Microsoft PowerPoint."
-msgstr ""
+#. z{Wk
+#: 01050100.xhp
+#, fuzzy
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3146984\n"
+"32\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Grid to Front</caseinline><caseinline select=\"IMPRESS\">Grid to Front</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>რეგულარული გამოსახულებები</defaultinline></switchinline>"
-#: 01130100.xhp#hd_id3148451.15.help.text
-msgctxt "01130100.xhp#hd_id3148451.15.help.text"
-msgid "Load Basic code"
-msgstr ""
+#. RNG`
+#: 01050100.xhp
+#, fuzzy
+msgctxt ""
+"01050100.xhp\n"
+"par_id3153573\n"
+"33\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Sets the visible grid in front of all objects.</caseinline><caseinline select=\"IMPRESS\">Sets the visible grid in front of all objects.</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ცხრილების რაოდენობა: </caseinline><caseinline select=\"CALC\">ფურცლების რაოდენობა: </caseinline></switchinline>"
-#: 01130100.xhp#hd_id3145419.16.help.text
-msgctxt "01130100.xhp#hd_id3145419.16.help.text"
-msgid "Save original Basic code"
+#. (~tn
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id4122135\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the visible grid in front of all objects.</ahelp>"
msgstr ""
-#: 01130100.xhp#par_id3153768.21.help.text
-msgid "<link href=\"text/shared/optionen/01010200.xhp\" name=\"Setting the default file format\">Setting the default file format</link>"
-msgstr ""
+#. `g?~
+#: 01050100.xhp
+#, fuzzy
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3149419\n"
+"34\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Snap Lines to Front</caseinline><caseinline select=\"IMPRESS\">Snap Lines to Front</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>რეგულარული გამოსახულებები</defaultinline></switchinline>"
-#: 01010900.xhp#tit.help.text
-msgid "Print Options"
-msgstr "ბეჭდვის პარამეტრები"
+#. 4=6a
+#: 01050100.xhp
+#, fuzzy
+msgctxt ""
+"01050100.xhp\n"
+"par_id3150592\n"
+"35\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Sets the snap lines in front of all objects.</caseinline><caseinline select=\"IMPRESS\">Sets the snap lines in front of all objects.</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>რეგულარული გამოსახულებები</defaultinline></switchinline>"
-#: 01010900.xhp#bm_id3147323.help.text
-msgid "<bookmark_value>printing; colors in grayscale</bookmark_value><bookmark_value>grayscale printing</bookmark_value><bookmark_value>colors; printing in grayscale</bookmark_value><bookmark_value>printing; warnings</bookmark_value><bookmark_value>paper size warning</bookmark_value>"
+#. 8%rX
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id1251869\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the snap lines in front of all objects.</ahelp>"
msgstr ""
-#: 01010900.xhp#hd_id3148946.1.help.text
-msgid "<link href=\"text/shared/optionen/01010900.xhp\" name=\"Print Options\">Print Options</link>"
-msgstr "<link href=\"text/shared/optionen/01010900.xhp\" name=\"Print Options\">ბეჭდვის პარამეტრები</link>"
-
-#: 01010900.xhp#par_id3150359.2.help.text
-msgid "<ahelp hid=\".\">Specifies the print setting options.</ahelp>"
+#. HL;6
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id984221\n"
+"help.text"
+msgid "Set the grid color on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - <link href=\"text/shared/optionen/01012000.xhp\">Appearance</link>."
msgstr ""
-#: 01010900.xhp#hd_id3148451.56.help.text
-msgid "Reduce print data"
+#. _m^h
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Load/Save options"
msgstr ""
-#: 01010900.xhp#par_id3154910.68.help.text
-msgid "You can reduce the amount of data to be sent to the printer. Reducing the print data increases the print speed because the print files are smaller. This makes it easier for printers with a smaller memory to print. Reducing print data can result in slightly lower print quality."
+#. Jl=6
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3147291\n"
+"1\n"
+"help.text"
+msgid "Load/Save options"
msgstr ""
-#: 01010900.xhp#hd_id3147085.57.help.text
-msgid "Settings for"
-msgstr "პარამეტრები"
+#. 4,+n
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3146957\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"laden\"><ahelp hid=\"\" visibility=\"visible\">Specifies general Load/Save settings. </ahelp></variable>"
+msgstr "<variable id=\"laden\"><ahelp hid=\"\" visibility=\"visible\">საზღვრავს ჩატვირთვა/შენახვის პარამეტრებს. </ahelp></variable>"
-#: 01010900.xhp#par_id3158407.69.help.text
-msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_COMMONPRINTOPTIONS_RB_PRINTFILEOUTPUT\">Specifies whether the print settings apply to direct printing or to printing to a file.</ahelp>"
+#. 7DBU
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Formatting Aids"
+msgstr "ფორმატირების დახმარება"
+
+#. rP^x
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"bm_id3144510\n"
+"help.text"
+msgid "<bookmark_value>non-printing characters (Writer)</bookmark_value><bookmark_value>displaying; non-printing characters (Writer)</bookmark_value><bookmark_value>paragraph marks; displaying (Writer)</bookmark_value><bookmark_value>characters; displaying only on screen (Writer)</bookmark_value><bookmark_value>optional hyphens (Writer)</bookmark_value><bookmark_value>hyphens; displaying custom (Writer)</bookmark_value><bookmark_value>custom hyphens (Writer)</bookmark_value><bookmark_value>spaces; displaying (Writer)</bookmark_value><bookmark_value>spaces; showing protected spaces (Writer)</bookmark_value><bookmark_value>protected spaces; showing (Writer)</bookmark_value><bookmark_value>non-breaking spaces (Writer)</bookmark_value><bookmark_value>tab stops; displaying (Writer)</bookmark_value><bookmark_value>break display (Writer)</bookmark_value><bookmark_value>hidden text;showing (Writer)</bookmark_value><bookmark_value>hidden fields display (Writer)</bookmark_value><bookmark_value>paragraphs; hidden paragraphs (Writer)</bookmark_value><bookmark_value>cursor; allowing in protected areas (Writer)</bookmark_value>"
msgstr ""
-#: 01010900.xhp#hd_id3145786.58.help.text
-msgid "Reduce transparency"
-msgstr "გამჭირვალობის შესუსტება"
+#. kH2p
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3154285\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01040600.xhp\" name=\"Formatting Aids\">Formatting Aids</link>"
+msgstr "<link href=\"text/shared/optionen/01040600.xhp\" name=\"Formatting Aids\">ფორმატირების დახმარება</link>"
-#: 01010900.xhp#par_id3159154.70.help.text
-msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_REDUCETRANSPARENCY\">If you mark this field the transparent objects will be printed like normal, non-transparent objects, depending on your selection in the following two option buttons.</ahelp>"
+#. N`r+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3155450\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OPTSHDWCRSR\">In $[officename] text and HTML documents, defines the display for certain characters and for the direct cursor.</ahelp>"
msgstr ""
-#: 01010900.xhp#par_id3156444.71.help.text
-msgid "Transparency cannot be output directly to a printer. The areas of the document in which transparency is to be visible must therefore always be calculated as bitmaps and sent to the printer. Depending on the size of the bitmaps and the print resolution a large amount of data may result."
-msgstr ""
+#. sNWy
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3144510\n"
+"27\n"
+"help.text"
+msgid "Display of"
+msgstr "ჩვენება"
-#: 01010900.xhp#hd_id3147441.59.help.text
-msgctxt "01010900.xhp#hd_id3147441.59.help.text"
-msgid "Automatically"
+#. *7jf
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3156343\n"
+"28\n"
+"help.text"
+msgid "Defines which non-printing characters are visible on screen. Activate the <link href=\"text/swriter/01/03100000.xhp\" name=\"Non-printing Characters On/Off\"><emph>Non-printing Characters</emph></link> icon on the <emph>Standard</emph> bar. All characters that you have selected on the <emph>Formatting Aids</emph> tab page will be displayed."
msgstr ""
-#: 01010900.xhp#par_id3150488.72.help.text
-msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_COMMONPRINTOPTIONS_RB_REDUCETRANSPARENCY_AUTO\">Specifies that the transparency is only printed if the transparent area covers less than a quarter of the entire page.</ahelp>"
+#. $k+:
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3154140\n"
+"29\n"
+"help.text"
+msgid "Paragraph end"
+msgstr "აბზაცის ბოლო"
+
+#. K/]Z
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3154123\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_PARA\">Specifies whether paragraph delimiters are displayed. The paragraph delimiters also contain paragraph format information.</ahelp>"
msgstr ""
-#: 01010900.xhp#hd_id3149417.73.help.text
-msgid "No transparency"
-msgstr "არაა გამჭირვალობა"
+#. 2RWN
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3153193\n"
+"31\n"
+"help.text"
+msgid "Custom hyphens"
+msgstr "სხვა დეფისები"
-#: 01010900.xhp#par_id3153878.74.help.text
-msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_COMMONPRINTOPTIONS_RB_REDUCETRANSPARENCY_NONE\">With this option transparency is never printed.</ahelp>"
+#. 9l4?
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3147230\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_SHYPH\">Specifies whether user-defined delimiters are displayed. These are hidden delimiters that you enter within a word by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Hyphen(-) </caseinline><defaultinline>Ctrl+Hyphen(-).</defaultinline></switchinline> Words with user-defined delimiters are only separated at the end of a line at the point where a user-defined delimiter has been inserted, irrespective of whether the automatic hyphenation is activated or deactivated.</ahelp>"
msgstr ""
-#: 01010900.xhp#hd_id3149960.60.help.text
-msgid "Reduce bitmaps"
-msgstr ""
+#. d=/d
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3147287\n"
+"33\n"
+"help.text"
+msgid "Spaces"
+msgstr "ღარები"
-#: 01010900.xhp#par_id3148455.75.help.text
-msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_REDUCEBITMAPS\">Specifies that bitmaps are printed with reduced quality. The resolution can only be reduced and not increased.</ahelp>"
+#. 1*mg
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3147427\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_SPACE\">Specifies whether to represent every space in the text with a dot.</ahelp>"
msgstr ""
-#: 01010900.xhp#hd_id3149400.61.help.text
-msgid "High/normal print quality"
-msgstr "მაღალი/საშუალო ბეჭდვის ხარისხი"
+#. t,iB
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3145750\n"
+"35\n"
+"help.text"
+msgid "Non-breaking spaces"
+msgstr "უწყვეტი ღარები"
-#: 01010900.xhp#par_id3154510.76.help.text
-msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_COMMONPRINTOPTIONS_RB_REDUCEBITMAPS_NORMAL\">High print quality corresponds to a resolution of 300dpi. Normal print quality corresponds to a resolution of 200dpi. </ahelp>"
+#. `y6B
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3152938\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_HSPACE\">Specifies that non-breaking spaces are shown as gray boxes. Non-breaking spaces are not broken at the end of a line and are entered with the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Shift+Spacebar </caseinline><defaultinline>Ctrl+Shift+Spacebar</defaultinline></switchinline> shortcut keys.</ahelp>"
msgstr ""
-#: 01010900.xhp#hd_id3146969.62.help.text
-msgctxt "01010900.xhp#hd_id3146969.62.help.text"
-msgid "Resolution"
+#. s@-G
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3147348\n"
+"37\n"
+"help.text"
+msgid "Tabs"
msgstr ""
-#: 01010900.xhp#par_id3154270.77.help.text
-msgid "<ahelp hid=\"SFX2_LISTBOX_TP_COMMONPRINTOPTIONS_LB_REDUCEBITMAPS_RESOLUTION\">Specifies the maximum print quality in dpi. The resolution can only be reduced and not increased.</ahelp>"
+#. Wg(G
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3153574\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_TAB\">Specifies that tab stops are displayed as small arrows.</ahelp>"
msgstr ""
-#: 01010900.xhp#hd_id3146789.63.help.text
-msgid "Include transparent objects"
-msgstr "გამჭირვალე ობიექტების ჩათვლით"
+#. R5)V
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3159154\n"
+"39\n"
+"help.text"
+msgid "Breaks"
+msgstr "წყვეტები"
-#: 01010900.xhp#par_id3150749.78.help.text
-msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_REDUCEBITMAPS_TRANSPARENCY\">If this field is marked, the reduction in print quality for bitmaps also applies to the transparent areas of objects.</ahelp>"
+#. IWeg
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3150874\n"
+"40\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_BREAK\">Displays all line breaks inserted with the Shift+Enter shortcut. These breaks create a new line, but do not start a new paragraph.</ahelp>"
msgstr ""
-#: 01010900.xhp#hd_id3154362.64.help.text
-msgid "Reduce gradients"
-msgstr "გრადიენტების შესუსტება"
+#. VVUA
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_idN108E5\n"
+"help.text"
+msgid "Hidden text"
+msgstr "დამალული ტექსტი"
-#: 01010900.xhp#par_id3148914.79.help.text
-msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_REDUCEGRADIENTS\">If this field is marked, gradients are printed with reduced quality.</ahelp>"
+#. 9|es
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_idN108FB\n"
+"help.text"
+msgid "<ahelp hid=\"sw:CheckBox:TP_OPTSHDWCRSR:CB_CHAR_HIDDEN\">Displays text that uses the character format \"hidden\", when <emph>View - Non-printing Characters</emph> is enabled.</ahelp>"
msgstr ""
-#: 01010900.xhp#hd_id3155766.65.help.text
-msgid "Gradient stripes"
-msgstr "გრადიენტული ზოლები"
+#. ZQ8q
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3149481\n"
+"41\n"
+"help.text"
+msgid "Fields: Hidden text (not for HTML documents)"
+msgstr "ველები: დამალული ტექსტი (არა HTML დოკუმენტებისთვის)"
-#: 01010900.xhp#par_id3156382.80.help.text
-msgid "<ahelp hid=\"SFX2_NUMERICFIELD_TP_COMMONPRINTOPTIONS_NF_REDUCEGRADIENTS_STEPCOUNT\">Specifies the maximum number of gradient stripes for printing.</ahelp>"
+#. @Cjn
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3149413\n"
+"42\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_HIDDEN\">Displays text that is hidden by <emph>Conditional Text</emph> or <emph>Hidden Text</emph> fields.</ahelp>"
msgstr ""
-#: 01010900.xhp#hd_id3146313.66.help.text
-msgid "Intermediate color"
-msgstr "საშუალო ფერი"
+#. DLF%
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3149300\n"
+"43\n"
+"help.text"
+msgid "Fields: Hidden paragraphs (not for HTML documents)"
+msgstr "ველები: დამალული აბზაცები (არა HTML დოკუმენტებისთვის)"
-#: 01010900.xhp#par_id3145230.81.help.text
-msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_COMMONPRINTOPTIONS_RB_REDUCEGRADIENTS_COLOR\">Specifies that gradients are only printed in a single intermediate color.</ahelp>"
+#. 8Xoi
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3149418\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_HIDDEN_PARA\">If you have inserted text using the <emph>Hidden Paragraph</emph> field, specifies whether to display the hidden paragraph.</ahelp> This option has the same function as the menu commands <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/03140000.xhp\" name=\"View - Hidden Paragraphs\">View - Hidden Paragraphs</link></caseinline><defaultinline>View - Hidden Paragraphs</defaultinline></switchinline> available in open text documents."
msgstr ""
-#: 01010900.xhp#hd_id3147323.67.help.text
-msgid "Convert colors to grayscale"
-msgstr "ფერების ნაცრისფრის გრადიენტებად გარდაქმნა"
+#. rerp
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3156180\n"
+"3\n"
+"help.text"
+msgid "Direct cursor (not for HTML documents)"
+msgstr "პირდაპირი კურსორი (არა HTML დოკუმენტებისთვის)"
-#: 01010900.xhp#par_id3145150.82.help.text
-msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_CONVERTTOGREYSCALES\">Specifies that all colors are printed only as grayscale.</ahelp>"
+#. }oQx
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3146900\n"
+"4\n"
+"help.text"
+msgid "Defines all the properties of the direct cursor."
msgstr ""
-#: 01010900.xhp#hd_id3150646.50.help.text
-msgid "Printer warnings"
-msgstr "პრინტერის გაფრთხილ;ებები"
+#. ,AHu
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3154273\n"
+"5\n"
+"help.text"
+msgid "Direct cursor"
+msgstr "პირდაპირი კურსორი"
-#: 01010900.xhp#par_id3154022.51.help.text
-msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_CONVERTTOGREYSCALES\">Defines which warnings appear before printing begins.</ahelp>"
+#. M!4r
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3150749\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SW:CHECKBOX:TP_OPTSHDWCRSR:CB_SHDWCRSONOFF\">Activates the direct cursor.</ahelp> You can also activate this function by clicking the <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/02/18130000.xhp\" name=\"Direct Cursor On/Off\">Direct Cursor On/Off</link></caseinline><defaultinline>Direct Cursor On/Off</defaultinline></switchinline> icon in a text document."
msgstr ""
-#: 01010900.xhp#hd_id3147003.52.help.text
-msgid "Paper size"
-msgstr "ქაღალდის ზომა"
+#. :P,o
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3152962\n"
+"7\n"
+"help.text"
+msgid "Insert (not for HTML document)"
+msgstr "ჩამატება (არა HTML დოკუმენტებისთვის)"
-#: 01010900.xhp#par_id3150206.53.help.text
-msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_PAPERSIZE\">Mark this check box if a certain paper size is needed for printing the current document.</ahelp> If the paper size used in the document is not provided by the current printer, you will receive an error message."
+#. 9Hbe
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3149020\n"
+"8\n"
+"help.text"
+msgid "Defines the insert options for the direct cursor. If you click at any position in your document, a new paragraph can be written or inserted exactly at this position. The properties of this paragraph depend on the selected option. You can select from the following options:"
msgstr ""
-#: 01010900.xhp#hd_id3155581.54.help.text
-msgid "Paper orientation"
-msgstr "ქაღალდის ორიენტაცია"
+#. [h)o
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3148995\n"
+"9\n"
+"help.text"
+msgid "Paragraph alignment"
+msgstr "აბზაცის განლაგება"
-#: 01010900.xhp#par_id3153231.55.help.text
-msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_PAPERORIENTATION\">Mark this check box if you need a certain paper orientation for printing the current document.</ahelp> If the format used by the current document is not available from the printer, an error message will appear."
+#. ;}8S
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3156384\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTSHDWCRSR:RB_SHDWCRSFILLMARGIN\">Sets the paragraph alignment when the direct cursor is used. Depending on where the mouse is clicked, the paragraph is formatted left aligned, centered or right aligned. The cursor before the mouse-click shows, by means of a triangle, which alignment is set. </ahelp>"
msgstr ""
-#: 01010900.xhp#hd_id3149531.83.help.text
-msgctxt "01010900.xhp#hd_id3149531.83.help.text"
-msgid "Transparency"
-msgstr "გამჭირვალეობა"
-
-#: 01010900.xhp#par_id3152778.84.help.text
-msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_TRANSPARENCY\">Mark this check box if you always want to be warned if transparent objects are contained in the document.</ahelp> If you print such a document, a dialog appears in which you can select if the transparency is to be printed in this print instruction."
+#. I5ZC
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3150387\n"
+"11\n"
+"help.text"
+msgid "Left paragraph margin"
msgstr ""
-#: online_update.xhp#tit.help.text
-msgid "Online Update"
+#. U0][
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3151188\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTSHDWCRSR:RB_SHDWCRSFILLINDENT\">When the direct cursor is used, the left paragraph indent is set at the horizontal position where you click the direct cursor. The paragraph is left aligned. </ahelp>"
msgstr ""
-#: online_update.xhp#bm_id7657094.help.text
-msgid "<bookmark_value>update options</bookmark_value> <bookmark_value>online update options</bookmark_value> <bookmark_value>options;online update</bookmark_value> <bookmark_value>online updates; checking automatically</bookmark_value> <bookmark_value>updates; checking automatically</bookmark_value> <bookmark_value>Internet; checking for updates</bookmark_value>"
+#. 1*6|
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3145147\n"
+"13\n"
+"help.text"
+msgid "Tabs"
msgstr ""
-#: online_update.xhp#hd_id29297.help.text
-msgid "<link href=\"text/shared/optionen/online_update.xhp\">Online Update</link>"
+#. i1/D
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3155174\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTSHDWCRSR:RB_SHDWCRSFILLTAB\">When the direct cursor is used, as many tabs as necessary are added in the new paragraph until the clicked position is reached.</ahelp>"
msgstr ""
-#: online_update.xhp#par_id8754844.help.text
-msgid "Specifies some options for the automatic notification and downloading of online updates to %PRODUCTNAME."
-msgstr ""
+#. %\$M
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3166449\n"
+"15\n"
+"help.text"
+msgid "Tabs and Spaces"
+msgstr "ტაბულაციები და ღარები"
-#: online_update.xhp#hd_id2189397.help.text
-msgid "Check for updates automatically"
+#. fRiy
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3155904\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTSHDWCRSR:RB_SHDWCRSFILLSPACE\">When the Direct Cursor is used, a corresponding number of tabs and spaces are inserted in the new paragraph as necessary until the clicked position is reached.</ahelp>"
msgstr ""
-#: online_update.xhp#par_id7523728.help.text
-msgid "<ahelp hid=\".\">Mark to check for online updates periodically, then select the time interval how often %PRODUCTNAME will check for online updates.</ahelp> %PRODUCTNAME will check once a day, week, or month, as soon as a working Internet connection is detected. If you connect to the Internet by a proxy server, set the proxy on <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Internet - Proxy</item>."
+#. r_1b
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3149964\n"
+"17\n"
+"help.text"
+msgid "All insert options refer only to the current paragraph generated with the Direct Cursor."
msgstr ""
-#: online_update.xhp#par_id8994109.help.text
-msgid "When an update is available, an icon in the menu bar displays some explaining text. Click the icon to proceed."
+#. c9yL
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3146134\n"
+"24\n"
+"help.text"
+msgid "Cursor in protected areas - Enabled"
msgstr ""
-#: online_update.xhp#par_id476699.help.text
-msgid "If you disable the check, the icon is removed from the menu bar."
+#. pD7%
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3147508\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"SW:CHECKBOX:TP_OPTSHDWCRSR:CB_ALLOW_IN_PROT\">Specifies that you can set the cursor in a protected area, but cannot make any changes.</ahelp>"
msgstr ""
-#: online_update.xhp#par_id4057130.help.text
-msgid "Online Update is a module that can be selected or deselected to be installed. Choose the customized installation in the Setup of %PRODUCTNAME."
-msgstr ""
+#. ^m@s
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"tit\n"
+"help.text"
+msgid "HTML compatibility"
+msgstr "HTML თავსებადობა"
-#: online_update.xhp#hd_id266426.help.text
-msgid "Every Day"
+#. .:uY
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"bm_id3155132\n"
+"help.text"
+msgid "<bookmark_value>$[officename] Basic scripts in HTML documents</bookmark_value><bookmark_value>HTML;compatibility settings</bookmark_value>"
msgstr ""
-#: online_update.xhp#par_id3031098.help.text
-msgid "<ahelp hid=\".\">A check will be performed once a day.</ahelp>"
-msgstr ""
+#. iUse
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3153821\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01030500.xhp\" name=\"HTML compatibility\">HTML compatibility</link>"
+msgstr "<link href=\"text/shared/optionen/01030500.xhp\" name=\"HTML compatibility\">HTML თავსებადობა</link>"
-#: online_update.xhp#hd_id8276619.help.text
-msgid "Every Week"
+#. Rf,J
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3156326\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:TABPAGE:RID_OFAPAGE_HTMLOPT\">Defines settings for HTML pages.</ahelp>"
msgstr ""
-#: online_update.xhp#par_id7824030.help.text
-msgid "<ahelp hid=\".\">A check will be performed once a week. This is the default setting.</ahelp>"
-msgstr ""
+#. O;C,
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3154897\n"
+"3\n"
+"help.text"
+msgid "Font sizes"
+msgstr "შრიფტის ზომა"
-#: online_update.xhp#hd_id7534104.help.text
-msgid "Every Month"
+#. +-5P
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3145673\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:NUMERICFIELD:RID_OFAPAGE_HTMLOPT:NF_SIZE7\">Use the spin buttons <emph>Size 1</emph> to <emph>Size 7</emph> to define the respective font sizes for the HTML <font size=1> to <font size=7> tags.</ahelp>"
msgstr ""
-#: online_update.xhp#par_id209051.help.text
-msgid "<ahelp hid=\".\">A check will be performed once a month.</ahelp>"
+#. Z$z-
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3148943\n"
+"5\n"
+"help.text"
+msgid "Import"
+msgstr "იმპორტი"
+
+#. SHmS
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3151385\n"
+"6\n"
+"help.text"
+msgid "Defines the settings for importing HTML documents."
msgstr ""
-#: online_update.xhp#hd_id1418805.help.text
-msgid "Check now"
+#. _SW3
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id6065248\n"
+"help.text"
+msgid "Use 'English (USA)' locale for numbers"
msgstr ""
-#: online_update.xhp#par_id1743522.help.text
-msgid "<ahelp hid=\".\">A check will be performed now.</ahelp>"
+#. kjEG
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id8023926\n"
+"help.text"
+msgid "When importing numbers from an HTML page, the decimal separator and the thousands separator characters differ according to the locale of the HTML page. The clipboard however contains no information about the locale. For example, the characters \"1.000\" copied from a German Web page most possibly mean \"one thousand\" because the period is the thousands separator in a German locale. If copied from an English Web page, the same characters stand for the number 1 as in \"one dot zero zero zero\"."
msgstr ""
-#: online_update.xhp#hd_id5994140.help.text
-msgid "Download updates automatically"
+#. 8m4)
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id7658314\n"
+"help.text"
+msgid "<ahelp hid=\".\">If not checked, numbers will be interpreted according to the setting in <emph>Language Settings - Language of - Locale setting</emph> in the Options dialog box. If checked, numbers will be interpreted as 'English (USA)' locale.</ahelp>"
msgstr ""
-#: online_update.xhp#par_id7870113.help.text
-msgid "<ahelp hid=\".\">Select to download an available online update file automatically to the specified folder.</ahelp>"
+#. t$X!
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3145068\n"
+"7\n"
+"help.text"
+msgid "Import unknown HTML tags as fields"
msgstr ""
-#: online_update.xhp#hd_id3051545.help.text
-msgid "Download destination"
+#. pR)-
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3149295\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_UNKNOWN_TAGS\">Mark this check box if you want <link href=\"text/shared/00/00000002.xhp#tags\" name=\"tags\">tags</link> that are not recognized by $[officename] to be imported as fields.</ahelp> For an opening tag, an HTML_ON field will be created with the value of the tag name. For a closing tag, an HTML_OFF will be created. These fields will be converted to tags in the HTML export."
msgstr ""
-#: online_update.xhp#par_id3061311.help.text
-msgid "<ahelp hid=\".\">Displays the selected folder to store the downloaded files.</ahelp>"
+#. -NjC
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3148797\n"
+"43\n"
+"help.text"
+msgid "Ignore font settings"
+msgstr "შრიფტთა პარამეტრების იგნორირება"
+
+#. )!h$
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3149202\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_IGNORE_FONTNAMES\">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. </ahelp>"
msgstr ""
-#: online_update.xhp#hd_id4814905.help.text
-msgid "Change"
+#. EY%9
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3151177\n"
+"9\n"
+"help.text"
+msgid "Export"
+msgstr "ექსპორტი"
+
+#. |nDf
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3150449\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:LISTBOX:RID_OFAPAGE_HTMLOPT:LB_EXPORT\">Defines the settings for exporting HTML documents.</ahelp> To export in HTML format select the <emph>HTML Document</emph> file type in the <link href=\"text/shared/01/01070000.xhp\" name=\"Save As\"><emph>Save As</emph></link> dialog. You can find further instructions in the <link href=\"text/shared/00/00000020.xhp\" name=\"Import and export filters\">Import and export filters</link> description."
msgstr ""
-#: online_update.xhp#par_id2143925.help.text
-msgid "<ahelp hid=\".\">Click to show a dialog box where you can select another folder.</ahelp>"
+#. |GxF
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3145606\n"
+"42\n"
+"help.text"
+msgid "To optimize the HTML export, select a browser or HTML standard from the Export box. If \"$[officename] Writer\" is selected, specific $[officename] Writer instructions are exported."
msgstr ""
-#: 01040200.xhp#tit.help.text
-msgctxt "01040200.xhp#tit.help.text"
-msgid "View"
+#. WGF7
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3155132\n"
+"16\n"
+"help.text"
+msgid "$[officename] Basic"
+msgstr "$[officename] საბაზისო"
+
+#. DfOb
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3146120\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_STARBASIC\">Mark this check box to include the $[officename] Basic instructions when exporting to HTML format.</ahelp>"
msgstr ""
-#: 01040200.xhp#bm_id3156346.help.text
-msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
+#. 8S]8
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3150872\n"
+"29\n"
+"help.text"
+msgid "You must activate this option before you create the $[officename] Basic Script, since otherwise it will not be inserted. $[officename] Basic Scripts must be located in the header of the HTML document. Once you have created the macro in the $[officename] Basic IDE, it appears in the source text of the HTML document in the header."
msgstr ""
-#: 01040200.xhp#hd_id3145090.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/optionen/01040200.xhp\" name=\"View\">View</link>"
-msgstr "<link href=\"text/shared/optionen/01010800.xhp\" name=\"View\">ხედი</link>"
+#. |Ha]
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3149664\n"
+"45\n"
+"help.text"
+msgid "Display warning"
+msgstr "გაფრთხილების ჩვენება"
-#: 01040200.xhp#par_id3147088.2.help.text
-msgid "<ahelp hid=\".\">Defines the default settings for displaying objects in your text documents and also the default settings for the window elements.</ahelp>"
+#. xw7x
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3150420\n"
+"46\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_STARBASIC_WARNING\">If this field is marked, when exporting to HTML a warning is shown that %PRODUCTNAME Basic macros will be lost.</ahelp>"
msgstr ""
-#: 01040200.xhp#hd_id3145072.3.help.text
-msgid "Snap Lines"
+#. WOXl
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3154729\n"
+"28\n"
+"help.text"
+msgid "Print layout"
msgstr ""
-#: 01040200.xhp#par_id3153527.4.help.text
-msgid "Specifies settings that refer to the representation of boundaries."
+#. ^yc:
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3145254\n"
+"39\n"
+"help.text"
+msgid "<ahelp hid=\".\">If you mark this field, the print layout of the current document is exported as well.</ahelp> It can be read by $[officename], Netscape Navigator, and MS Internet Explorer."
msgstr ""
-#: 01040200.xhp#hd_id3156346.9.help.text
-msgctxt "01040200.xhp#hd_id3156346.9.help.text"
-msgid "Helplines While Moving"
+#. h6:p
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3156276\n"
+"41\n"
+"help.text"
+msgid "The HTML filter supports CSS2 (Cascading Style Sheets Level 2) for printing documents. These capabilities are only effective if print layout export is activated."
msgstr ""
-#: 01040200.xhp#par_id3146798.10.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Displays snap lines around the frames when frames are moved. You can select the<emph> Helplines While Moving </emph>option to show the exact position of the object using lineal values.</ahelp>"
+#. nHU,
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3144764\n"
+"24\n"
+"help.text"
+msgid "Copy local graphics to Internet"
msgstr ""
-#: 01040200.xhp#hd_id3149416.11.help.text
-msgctxt "01040200.xhp#hd_id3149416.11.help.text"
-msgid "View"
+#. Wv3,
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3149379\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_LOCAL_GRF\">Mark this check box to automatically upload the embedded pictures to the Internet server when uploading using FTP. Use the <emph>Save As</emph> dialog to save the document and enter a complete FTP URL as the file name in the Internet.</ahelp>"
msgstr ""
-#: 01040200.xhp#par_id3155922.12.help.text
-msgid "Specifies whether scrollbars and rulers are displayed."
+#. vY2n
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3152960\n"
+"48\n"
+"help.text"
+msgid "Character set"
+msgstr "სიმბოლოს მინიჭება"
+
+#. 47ZK
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3149018\n"
+"49\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_LISTBOX_RID_OFAPAGE_HTMLOPT_LB_CHARSET\">Select the appropriate character set for the export</ahelp>."
msgstr ""
-#: 01040200.xhp#hd_id3145609.13.help.text
-msgctxt "01040200.xhp#hd_id3145609.13.help.text"
-msgid "Horizontal scrollbar"
+#. BY?k
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"tit\n"
+"help.text"
+msgid "Security Level"
+msgstr "უსაფრთხოვების დონე"
+
+#. b+d4
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"bm_id1203039\n"
+"help.text"
+msgid "<bookmark_value>security;security levels for macros</bookmark_value><bookmark_value>macros;security levels</bookmark_value><bookmark_value>levels;macro security</bookmark_value>"
msgstr ""
-#: 01040200.xhp#par_id3154347.14.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_HSCROLL\">Displays the horizontal scrollbar.</ahelp>"
+#. pxf~
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN10549\n"
+"help.text"
+msgid "<variable id=\"macrosecurity_sl\"><link href=\"text/shared/optionen/macrosecurity_sl.xhp\">Security Level</link></variable>"
+msgstr "<variable id=\"macrosecurity_sl\"><link href=\"text/shared/optionen/macrosecurity_sl.xhp\">დაცვის დონე</link></variable>"
+
+#. ?l_e
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN10567\n"
+"help.text"
+msgid "Select the <link href=\"text/shared/optionen/macrosecurity.xhp\">macro security</link> level from one of four options. The options differ according to the security level. Macros that are allowed to run on a higher security level are also allowed to run in all lower levels."
msgstr ""
-#: 01040200.xhp#hd_id3148663.15.help.text
-msgctxt "01040200.xhp#hd_id3148663.15.help.text"
-msgid "Vertical scrollbar"
+#. Q1OJ
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN10578\n"
+"help.text"
+msgid "Very high"
+msgstr "ძალიან მაღალი"
+
+#. YjGf
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN1057C\n"
+"help.text"
+msgid "Only macros from trusted file locations are allowed to run. All other macros, regardless of whether they are signed or not, are disabled."
msgstr ""
-#: 01040200.xhp#par_id3150541.16.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_VSCROLL\">Displays the vertical scrollbar.</ahelp>"
+#. 69~Y
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN10591\n"
+"help.text"
+msgid "<ahelp hid=\".\">Trusted file locations can be set on the Trusted Sources tab page. Any macro from a trusted file location is allowed to run.</ahelp>"
msgstr ""
-#: 01040200.xhp#hd_id3148798.65.help.text
-msgid "Ruler"
-msgstr "სახაზავი"
+#. -[.L
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN105A2\n"
+"help.text"
+msgid "High"
+msgstr "მაღალი"
-#: 01040200.xhp#par_id3154126.66.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_ANY_RULER\">Enables the rulers. Use the following two check boxes to select the ruler(s) to be shown.</ahelp>"
+#. 3h)q
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN105A6\n"
+"help.text"
+msgid "Only signed macros from trusted sources are allowed to run. Unsigned macros are disabled."
msgstr ""
-#: 01040200.xhp#hd_id3159149.17.help.text
-msgid "Horizontal ruler"
-msgstr "ჰორიზონტალური სახაზავი"
-
-#: 01040200.xhp#par_id3149202.18.help.text
-msgid "<ahelp hid=\"SW_LISTBOX_TP_CONTENT_OPT_LB_HMETRIC\">Displays the horizontal ruler. Select the desired measurement unit from the corresponding list.</ahelp>"
+#. F6-J
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN105A9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Trusted sources can be set on the Trusted Sources tab page. Only signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run.</ahelp>"
msgstr ""
-#: 01040200.xhp#hd_id3153104.19.help.text
-msgid "Vertical ruler"
-msgstr "ვერტიკალური სახაზავი"
+#. \0-L
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN105BA\n"
+"help.text"
+msgid "Medium"
+msgstr "საშუალო"
-#: 01040200.xhp#par_id3147287.20.help.text
-msgid "<ahelp hid=\"SW_LISTBOX_TP_CONTENT_OPT_LB_VMETRIC\">Displays the vertical ruler. Select the desired measurement unit from the corresponding list.</ahelp>"
+#. pYuw
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN105BE\n"
+"help.text"
+msgid "Confirmation required before executing macros from unknown sources."
msgstr ""
-#: 01040200.xhp#hd_id3152460.62.help.text
-msgid "Right-aligned"
-msgstr "მარჯვნივ გასწორებული"
-
-#: 01040200.xhp#par_id3151116.61.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_VRULER_RIGHT\">Aligns the vertical ruler with the right border.</ahelp>"
+#. m_$H
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN105C1\n"
+"help.text"
+msgid "<ahelp hid=\".\">Trusted sources can be set on the Trusted Sources tab page. Signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run. All other macros require your confirmation.</ahelp>"
msgstr ""
-#: 01040200.xhp#hd_id3155414.27.help.text
-msgid "Smooth scroll"
-msgstr "გლუვი სრიალი"
+#. lJAo
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN105D2\n"
+"help.text"
+msgid "Low (not recommended)"
+msgstr "დაბალი (არაა რეკომენდირებული)"
-#: 01040200.xhp#par_id3153364.28.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_SMOOTH_SCROLL\">Activates the smooth page scrolling function. </ahelp> The scrolling speed depends of the area and of the color depth display."
+#. M@B~
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN105D6\n"
+"help.text"
+msgid "All macros will be executed without confirmation. Use this setting only if you are certain that all documents that will be opened are safe."
msgstr ""
-#: 01040200.xhp#hd_id3153091.34.help.text
-msgctxt "01040200.xhp#hd_id3153091.34.help.text"
-msgid "Display"
+#. \K-e
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN105D9\n"
+"help.text"
+msgid "<ahelp hid=\".\">A macro can be set to auto-start, and it can perform potentially damaging actions, as for example delete or rename files. This setting is not recommended when you open documents from other authors.</ahelp>"
msgstr ""
-#: 01040200.xhp#par_id3154920.35.help.text
-msgid "Defines which document elements are displayed."
+#. uCw@
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fonts"
+msgstr "შრიფტი"
+
+#. 7}`x
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"bm_id3150715\n"
+"help.text"
+msgid "<bookmark_value>HTML;fonts for source display</bookmark_value><bookmark_value>Basic; fonts for source display</bookmark_value><bookmark_value>fonts;for HTML and Basic</bookmark_value>"
msgstr ""
-#: 01040200.xhp#hd_id3153143.36.help.text
-msgid "Graphics and objects"
-msgstr "გრაფიკა და ობიექტები"
+#. /Mn*
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3149398\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010700.xhp\" name=\"Fonts\">Fonts</link>"
+msgstr "<link href=\"text/shared/optionen/01010700.xhp\" name=\"Fonts\">შრიფტები</link>"
-#: 01040200.xhp#par_id3149261.37.help.text
-msgid "<variable id=\"grafikenaus\"><ahelp hid=\"SW:CHECKBOX:TP_CONTENT_OPT:CB_GRF\">Specifies whether to display graphics and objects on the screen.</ahelp></variable> If these elements are hidden, you will see empty frames as placeholders."
+#. X3qx
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3153665\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OFA_FONT_SUBSTITUTION\">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.</ahelp>"
msgstr ""
-#: 01040200.xhp#par_id3154944.38.help.text
-msgid "You can also control the display of graphics through the <link href=\"text/swriter/02/18120000.xhp\" name=\"Graphics\"><emph>Graphics On/Off</emph></link> icon. If a text document is open, this icon is displayed on the <emph>Tools</emph> bar."
+#. Ky9L
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3155419\n"
+"46\n"
+"help.text"
+msgid "If you want, you can override the default substitution font that your operating system uses when it encounters an unavailable font in a document."
msgstr ""
-#: 01040200.xhp#par_id3146898.39.help.text
-msgid "If the <emph>Graphics and objects </emph>option is not selected, no graphics will be loaded from the Internet. Graphics within a table and without an indication of their size can cause display problems when using an older HTML standard on the browsed page."
+#. 4cd?
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3145610\n"
+"25\n"
+"help.text"
+msgid "Font replacement also affects the display of fonts on the $[officename] user interface."
msgstr ""
-#: 01040200.xhp#hd_id3156332.40.help.text
-#, fuzzy
-msgid "Tables"
-msgstr "ცხრილი"
+#. {[J9
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3149295\n"
+"3\n"
+"help.text"
+msgid "Apply replacement table"
+msgstr "ჩანაცვლებათა ცხრილის გამოყენება"
-#: 01040200.xhp#par_id3154482.41.help.text
-msgid "<ahelp hid=\"SW:CHECKBOX:TP_CONTENT_OPT:CB_TBL\">Displays the tables contained in your document.</ahelp>"
+#. 0K|C
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3159413\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_SVX_FONT_SUBSTITUTION:CB_USETABLE\">Enables the font replacement settings that you define.</ahelp>"
msgstr ""
-#: 01040200.xhp#par_id3153713.67.help.text
-msgid "<ahelp hid=\".uno:TableBoundaries\">To display the table boundaries, right-click any table and choose <emph>Table Boundaries</emph>, or choose <emph>Table - Table Boundaries</emph> in a Writer document.</ahelp>"
+#. W+VK
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3148664\n"
+"4\n"
+"help.text"
+msgid "Replacement table"
+msgstr "ჩანაცვლების ცხრილი"
+
+#. f1LT
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3154073\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OFA_FONT_SUBST_CLB\">Lists the original font and the font that will replace it. Select <emph>Always</emph> to replace the font, even if the original font is installed on your system. Select <emph>Screen only </emph>to replace the screen font only and never replace the font for printing.</ahelp>"
msgstr ""
-#: 01040200.xhp#hd_id3149018.42.help.text
-msgid "Drawings and controls"
+#. zmc%
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id052020080402332\n"
+"help.text"
+msgid "Always checkbox"
msgstr ""
-#: 01040200.xhp#par_id3151249.43.help.text
-msgid "<ahelp hid=\"SW:CHECKBOX:TP_CONTENT_OPT:CB_DRWFAST\">Displays the drawings and controls contained in your document.</ahelp>"
+#. NVW5
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023432\n"
+"help.text"
+msgid "Screen only checkbox"
msgstr ""
-#: 01040200.xhp#hd_id3155937.44.help.text
-msgid "Field codes"
-msgstr "ველის კოდები"
+#. =ExS
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023472\n"
+"help.text"
+msgid "Replacement action"
+msgstr ""
-#: 01040200.xhp#par_id3155959.45.help.text
-msgid "<ahelp hid=\"SW:CHECKBOX:TP_CONTENT_OPT:CB_FIELD\">Displays the field names in the document instead of the contents of the fields.</ahelp> You can also choose <link href=\"text/swriter/01/03090000.xhp\" name=\"View - Fields\"><emph>View - Fields</emph></link> in a text document."
+#. /FpK
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023418\n"
+"help.text"
+msgid "checked"
msgstr ""
-#: 01040200.xhp#hd_id3150647.46.help.text
-#, fuzzy
-msgctxt "01040200.xhp#hd_id3150647.46.help.text"
-msgid "Comments"
-msgstr "შინაარსი"
+#. .X(a
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023451\n"
+"help.text"
+msgid "blank"
+msgstr ""
-#: 01040200.xhp#par_id3159335.47.help.text
-msgid "<ahelp hid=\"SW:CHECKBOX:TP_CONTENT_OPT:CB_POSTIT\">Displays comments. Click a comment to edit the text. Use the context menu in Navigator to locate or delete a comment. Use the comments's context menu to delete this comment or all comments or all comments of this author.</ahelp>"
+#. ^pMS
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id052020080402349\n"
+"help.text"
+msgid "Font replacement on screen and when printing, whether the font is installed or not."
msgstr ""
-#: 01040200.xhp#hd_id3147001.63.help.text
-msgid "Settings (for HTML document only)"
+#. bLnp
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023438\n"
+"help.text"
+msgid "checked"
msgstr ""
-#: 01040200.xhp#hd_id3149926.58.help.text
-msgid "Measurement unit (for HTML document only)"
+#. \E`A
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023482\n"
+"help.text"
+msgid "checked"
msgstr ""
-#: 01040200.xhp#par_id3154716.59.help.text
-msgid "<ahelp hid=\"SW_LISTBOX_TP_CONTENT_OPT_LB_METRIC\">Specifies the <link href=\"text/shared/00/00000003.xhp#metrik\" name=\"Unit\">Unit</link> for HTML documents.</ahelp>"
+#. g$a[
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023457\n"
+"help.text"
+msgid "Font replacement only on screen, whether the font is installed or not."
msgstr ""
-#: viewcertificate_d.xhp#tit.help.text
-msgid "Details"
-msgstr "ცნობები"
+#. T^=[
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0522200812384923\n"
+"help.text"
+msgid "blank"
+msgstr ""
-#: viewcertificate_d.xhp#par_idN10544.help.text
-msgid "<variable id=\"details\"><link href=\"text/shared/optionen/viewcertificate_d.xhp\">Details</link></variable>"
-msgstr "<variable id=\"details\"><link href=\"text/shared/optionen/viewcertificate_d.xhp\">დეტალები</link></variable>"
+#. 3[z2
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023410\n"
+"help.text"
+msgid "checked"
+msgstr ""
-#: viewcertificate_d.xhp#par_idN10562.help.text
-msgid "<ahelp hid=\".\">The Details page of the <link href=\"text/shared/optionen/viewcertificate.xhp\">View Certificate</link> dialog displays detailed information about the certificate.</ahelp>"
+#. pg?=
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023477\n"
+"help.text"
+msgid "Font replacement only on screen, but only if font is not available."
msgstr ""
-#: viewcertificate_d.xhp#par_idN105DB.help.text
-msgid "<ahelp hid=\".\">Use the value list box to view values and copy them to the clipboard.</ahelp>"
+#. K4#X
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023430\n"
+"help.text"
+msgid "blank"
msgstr ""
-#: viewcertificate_g.xhp#tit.help.text
-msgctxt "viewcertificate_g.xhp#tit.help.text"
-msgid "General"
+#. KxoR
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023577\n"
+"help.text"
+msgid "blank"
msgstr ""
-#: viewcertificate_g.xhp#par_idN1054D.help.text
-msgid "<variable id=\"general\"><link href=\"text/shared/optionen/viewcertificate_g.xhp\">General</link></variable>"
-msgstr "<variable id=\"general\"><link href=\"text/shared/optionen/viewcertificate_g.xhp\">საერთო</link></variable>"
+#. fgnV
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id052020080402354\n"
+"help.text"
+msgid "Font replacement on screen and when printing, but only if font is not available."
+msgstr ""
-#: viewcertificate_g.xhp#par_idN1056B.help.text
-msgid "<ahelp hid=\".\">The General page of the <link href=\"text/shared/optionen/viewcertificate.xhp\">View Certificate</link> dialog displays basic information about the certificate.</ahelp>"
+#. zx,i
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3154218\n"
+"9\n"
+"help.text"
+msgid "Font"
+msgstr "შრიფტი"
+
+#. rSeO
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3151176\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:COMBOBOX:RID_SVX_FONT_SUBSTITUTION:CB_FONT1\">Enter or select the name of the font that you want to replace.</ahelp>"
msgstr ""
-#: 01040300.xhp#tit.help.text
-msgid "Basic Fonts"
-msgstr "საბაზისო შრიფტები"
+#. ld3M
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3145785\n"
+"10\n"
+"help.text"
+msgid "Replace with"
+msgstr "ჩანაცვლება"
-#: 01040300.xhp#bm_id3151299.help.text
-msgid "<bookmark_value>fonts;default settings</bookmark_value><bookmark_value>defaults;fonts</bookmark_value><bookmark_value>basic fonts</bookmark_value><bookmark_value>predefining fonts</bookmark_value><bookmark_value>fonts;changing in templates</bookmark_value><bookmark_value>templates;changing basic fonts</bookmark_value><bookmark_value>paragraph styles;modifying basic fonts</bookmark_value>"
+#. IPR9
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3149560\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:COMBOBOX:RID_SVX_FONT_SUBSTITUTION:CB_FONT2\">Enter or select the name of the replacement font.</ahelp>"
msgstr ""
-#: 01040300.xhp#hd_id3151299.1.help.text
-msgid "<link href=\"text/shared/optionen/01040300.xhp\" name=\"Basic Fonts\">Basic Fonts</link>"
-msgstr "<link href=\"text/shared/optionen/01040300.xhp\" name=\"Basic Fonts\">საბაზისო შრიფტები</link>"
+#. LGaq
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3153363\n"
+"11\n"
+"help.text"
+msgid "Apply"
+msgstr ""
-#: 01040300.xhp#par_id3149786.2.help.text
-msgid "<ahelp hid=\"HID_STD_FONT\">Specifies the settings for the basic fonts in your documents.</ahelp>"
+#. O0(Y
+#: 01010700.xhp
+#, fuzzy
+msgctxt ""
+"01010700.xhp\n"
+"par_id3145750\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OFA_SUBST_APPLY\">Applies the selected font replacement.</ahelp>"
+msgstr "<ahelp hid=\"HID_OFA_SUBST_DELETE\">შლის არჩეული შრიფტის ჩანაცვლებას.</ahelp>"
+
+#. UN.k
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3146984\n"
+"help.text"
+msgid "<image id=\"img_id3155412\" src=\"svx/res/nu07.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155412\">Icon</alt></image>"
msgstr ""
-#: 01040300.xhp#par_id3152349.19.help.text
-msgid "You can also change the basic fonts for Asian and complex text layout languages if their support is enabled in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>."
+#. WBn8
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3147426\n"
+"22\n"
+"help.text"
+msgid "Apply"
msgstr ""
-#: 01040300.xhp#par_id3145609.18.help.text
-msgid "These settings define the basic fonts for the predefined templates. You can also modify or customize the <link href=\"text/shared/optionen/01040301.xhp\" name=\"default text templates\">default text templates</link>."
+#. :V@7
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3147443\n"
+"12\n"
+"help.text"
+msgid "Delete"
msgstr ""
-#: 01040300.xhp#hd_id3152811.3.help.text
-msgid "Basic fonts"
-msgstr "საბაზისო შრიფტები"
+#. OhJl
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3148576\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OFA_SUBST_DELETE\">Deletes the selected font replacement.</ahelp>"
+msgstr "<ahelp hid=\"HID_OFA_SUBST_DELETE\">შლის არჩეული შრიფტის ჩანაცვლებას.</ahelp>"
-#: 01040300.xhp#hd_id3150791.4.help.text
-msgctxt "01040300.xhp#hd_id3150791.4.help.text"
-msgid "Default"
+#. RQUW
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3149300\n"
+"help.text"
+msgid "<image id=\"img_id3147124\" src=\"svx/res/nu08.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147124\">Icon</alt></image>"
msgstr ""
-#: 01040300.xhp#par_id3154140.5.help.text
-msgid "<ahelp hid=\"SW_COMBOBOX_TP_STD_FONT_LB_STANDARD\">Specifies the font to be used for the <emph>Default</emph> Paragraph Style.</ahelp> The <emph>Default</emph> Paragraph Style font is used for nearly all Paragraph Styles, unless the Paragraph Style explicitly defines another font."
+#. 4#7g
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3145800\n"
+"24\n"
+"help.text"
+msgid "Delete"
msgstr ""
-#: 01040300.xhp#hd_id573137.help.text
-msgctxt "01040300.xhp#hd_id573137.help.text"
-msgid "Size"
+#. ,6)J
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3150715\n"
+"52\n"
+"help.text"
+msgid "Font settings for HTML and Basic sources"
+msgstr "შრიფტის პარამეტრები HTML-სთვის და საბაზისო წყაროებისთვის"
+
+#. F_hL
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3153950\n"
+"53\n"
+"help.text"
+msgid "Select the font and font size for the display of HTML and Basic source code."
msgstr ""
-#: 01040300.xhp#par_id7700735.help.text
-msgid "<ahelp hid=\".\">Specifies the size of the font.</ahelp>"
+#. iJEy
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3153838\n"
+"54\n"
+"help.text"
+msgid "Fonts"
+msgstr "შრიფტი"
+
+#. P:j*
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3146990\n"
+"55\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_LISTBOX_RID_SVX_FONT_SUBSTITUTION_LB_FONTNAME\">Select the font for the display of HTML and Basic source code.</ahelp> Select <emph>Automatic</emph> to detect a suitable font automatically."
msgstr ""
-#: 01040300.xhp#hd_id3150447.6.help.text
-msgctxt "01040300.xhp#hd_id3150447.6.help.text"
-msgid "Heading"
+#. BdHZ
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3146791\n"
+"56\n"
+"help.text"
+msgid "Non-proportional fonts only"
+msgstr "მხოლოდ არაპროპორციული შრიფტები"
+
+#. 1$E~
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3154362\n"
+"57\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_CHECKBOX_RID_SVX_FONT_SUBSTITUTION_CB_NONPROP\">Check to display only non-proportional fonts in the <emph>Fonts</emph> list box.</ahelp>"
msgstr ""
-#: 01040300.xhp#par_id3159149.7.help.text
-msgid "<ahelp hid=\"SW_COMBOBOX_TP_STD_FONT_LB_TITLE\">Specifies the font to be used for headings.</ahelp>"
+#. X$4;
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3153765\n"
+"58\n"
+"help.text"
+msgid "Size"
msgstr ""
-#: 01040300.xhp#hd_id3147228.8.help.text
-msgid "List"
-msgstr "სია"
+#. ^Zlh
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3150323\n"
+"59\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_LISTBOX_RID_SVX_FONT_SUBSTITUTION_LB_FONTHEIGHT\">Select a font size for the display of HTML and Basic source code.</ahelp>"
+msgstr ""
-#: 01040300.xhp#par_id3144433.9.help.text
-msgid "<ahelp hid=\"SW_COMBOBOX_TP_STD_FONT_LB_LIST\">Specifies the fonts for lists and numbering and all derived styles.</ahelp>"
+#. j/Ek
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Settings"
msgstr ""
-#: 01040300.xhp#par_id3150767.10.help.text
-msgid "When you choose <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/06050000.xhp\" name=\"Format - Numbering/Bullets\"><emph>Format - Numbering/Bullets</emph></link></caseinline><defaultinline><emph>Format - Numbering/Bullets</emph></defaultinline></switchinline> to format a paragraph with numbers or bullets in a text document, the program assigns these Paragraph Styles automatically."
+#. D.9j
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"bm_id3156410\n"
+"help.text"
+msgid "<bookmark_value>printing;formulas in $[officename] Math</bookmark_value><bookmark_value>title rows; printing in $[officename] Math</bookmark_value><bookmark_value>formula texts; printing in $[officename] Math</bookmark_value><bookmark_value>frames; printing in $[officename] Math</bookmark_value><bookmark_value>printing; in original size in $[officename] Math</bookmark_value><bookmark_value>original size; printing in $[officename] Math</bookmark_value><bookmark_value>printing; fitting to pages in $[officename] Math</bookmark_value><bookmark_value>format filling printing in $[officename] Math</bookmark_value><bookmark_value>printing; scaling in $[officename] Math</bookmark_value><bookmark_value>scaling; printing in $[officename] Math</bookmark_value><bookmark_value>fitting to pages;print settings in Math</bookmark_value>"
msgstr ""
-#: 01040300.xhp#hd_id3154918.11.help.text
-msgctxt "01040300.xhp#hd_id3154918.11.help.text"
-msgid "Caption"
+#. `F#O
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3150713\n"
+"1\n"
+"help.text"
+msgid "Settings"
msgstr ""
-#: 01040300.xhp#par_id3150010.12.help.text
-msgid "<ahelp hid=\"SW_COMBOBOX_TP_STD_FONT_LB_LABEL\">Specifies the font used for the captions of images and tables.</ahelp>"
+#. prOt
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3145090\n"
+"18\n"
+"help.text"
+msgid "<variable id=\"einst\"><ahelp hid=\"HID_PRINT_OPTIONS\">Defines formula settings that will be valid for all documents.</ahelp></variable>"
msgstr ""
-#: 01040300.xhp#hd_id3152463.13.help.text
-msgid "Index"
-msgstr "ინდექსი"
+#. OLQ`
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3159234\n"
+"2\n"
+"help.text"
+msgid "Print options"
+msgstr "ბეჭდვის პარამეტრები"
-#: 01040300.xhp#par_id3146923.14.help.text
-msgid "<ahelp hid=\"SW_COMBOBOX_TP_STD_FONT_LB_IDX\">Specifies the font used for indexes, alphabetical indexes, and tables of contents.</ahelp>"
+#. fih_
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3156410\n"
+"4\n"
+"help.text"
+msgid "Title"
+msgstr "თანამდებობა"
+
+#. S,(h
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3156347\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"STARMATH_CHECKBOX_RID_PRINTOPTIONPAGE_CB_TITLEROW\">Specifies whether you want the name of the document to be included in the printout.</ahelp>"
msgstr ""
-#: 01040300.xhp#hd_id3150103.15.help.text
-msgid "Current document only"
-msgstr "მხოლოდ მიმდინარე დოკუმენტები"
+#. O_R=
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3166410\n"
+"6\n"
+"help.text"
+msgid "Formula text"
+msgstr "ფორმულის ტექსტი"
-#: 01040300.xhp#par_id3083444.17.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_STD_FONT_CB_DOCONLY\">Specifies that the settings apply to the current document only.</ahelp>"
+#. -dzs
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3155449\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"STARMATH_CHECKBOX_RID_PRINTOPTIONPAGE_CB_EQUATION_TEXT\">Specifies whether to include the contents of the <emph>Commands</emph> window at the bottom of the printout.</ahelp>"
msgstr ""
-#: 01070100.xhp#tit.help.text
-msgctxt "01070100.xhp#tit.help.text"
-msgid "View"
+#. 9p#w
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3154046\n"
+"8\n"
+"help.text"
+msgid "Border"
msgstr ""
-#: 01070100.xhp#bm_id3147008.help.text
-msgid "<bookmark_value>rulers; visible in presentations</bookmark_value><bookmark_value>moving; using guide lines in presentations</bookmark_value><bookmark_value>guides; displaying when moving objects (Impress)</bookmark_value><bookmark_value>control point display in presentations</bookmark_value><bookmark_value>Bézier curves; control points in presentations</bookmark_value>"
+#. 5C)U
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3149516\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Applies a thin border to the formula area in the printout.</ahelp> <emph>Title</emph> and <emph>Formula text</emph> are only set down by a frame if the corresponding check box is active."
msgstr ""
-#: 01070100.xhp#hd_id3147000.1.help.text
-msgid "<link href=\"text/shared/optionen/01070100.xhp\" name=\"View\">View</link>"
-msgstr "<link href=\"text/shared/optionen/01070100.xhp\" name=\"View\">ჩვენება</link>"
+#. u2\+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3153822\n"
+"10\n"
+"help.text"
+msgid "Print format"
+msgstr "ბეჭდვის ფორმატი"
-#: 01070100.xhp#par_id3157898.2.help.text
-msgid "<ahelp hid=\"HID_SD_OPTIONS_CONTENTS\">Specifies the available display modes.</ahelp> By selecting an alternative display, you can speed up the screen display while editing your presentation."
-msgstr ""
+#. p9(r
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3150503\n"
+"12\n"
+"help.text"
+msgid "Original size"
+msgstr "ორიგინალური ზომა"
-#: 01070100.xhp#hd_id3148920.23.help.text
-msgctxt "01070100.xhp#hd_id3148920.23.help.text"
-msgid "Display"
+#. 6d.#
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3153627\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"STARMATH_RADIOBUTTON_RID_PRINTOPTIONPAGE_RB_ORIGINAL_SIZE\">Prints the formula without adjusting the current font size.</ahelp> It is possible that with large formulas a part of the command text is cut off."
msgstr ""
-#: 01070100.xhp#hd_id3155430.25.help.text
-msgid "Rulers visible"
-msgstr "სახაზავები ხილულია"
+#. B%fv
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3153896\n"
+"14\n"
+"help.text"
+msgid "Fit to size"
+msgstr "ზომისთვის მორგება"
-#: 01070100.xhp#par_id3147443.26.help.text
-msgid "<ahelp hid=\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_RULER\">Specifies whether to display the rulers at the top and to the left of the work area.</ahelp>"
+#. ;$sv
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3150541\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"STARMATH_RADIOBUTTON_RID_PRINTOPTIONPAGE_RB_FIT_TO_PAGE\">Adjusts the formula to the page format used in the printout.</ahelp> The real size will be determined by the used paper format."
msgstr ""
-#: 01070100.xhp#hd_id3145364.27.help.text
-msgctxt "01070100.xhp#hd_id3145364.27.help.text"
-msgid "Helplines While Moving"
+#. d,Oa
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3153381\n"
+"16\n"
+"help.text"
+msgid "Scaling"
msgstr ""
-#: 01070100.xhp#par_id3154147.28.help.text
-msgid "<variable id=\"verschieb\"><ahelp hid=\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_HELPLINES\">Specifies whether to display guides when moving an object.</ahelp></variable>"
+#. ?qG_
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3147084\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"STARMATH_METRICFIELD_RID_PRINTOPTIONPAGE_MF_ZOOM\">Reduces or enlarges the size of the printed formula by a specified enlargement factor.</ahelp> Type the desired enlargement factor directly in the <emph>Scaling</emph> control, or set the value using the arrow buttons."
msgstr ""
-#: 01070100.xhp#par_id3150488.29.help.text
-msgid "<variable id=\"vertext\"><item type=\"productname\">%PRODUCTNAME</item> creates dotted guides that extend beyond the box containing the selected object and which cover the entire work area, helping you position the object. </variable>"
-msgstr ""
+#. T61A
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3147228\n"
+"19\n"
+"help.text"
+msgid "Other options"
+msgstr "სხვა პარამეტრები"
-#: 01070100.xhp#par_id3153365.30.help.text
-msgid "You also can use this function through the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/shared/02/01171400.xhp\" name=\"Icon\">icon</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/shared/02/01171400.xhp\" name=\"Icon\">icon</link></caseinline><defaultinline>icon</defaultinline></switchinline> with the same name in the <emph>Options</emph> bar if a presentation or a drawing document is opened."
+#. uI/K
+#: 01090100.xhp
+#, fuzzy
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3149808\n"
+"21\n"
+"help.text"
+msgid "Ignore ~ and ' at the end of the line"
+msgstr "~ -ს იგნორირება ხაზის ბოლოს"
+
+#. 0#M7
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3149203\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"STARMATH_CHECKBOX_RID_PRINTOPTIONPAGE_CB_IGNORE_SPACING\">Specifies that these space wildcards will be removed if they are at the end of a line.</ahelp> In earlier versions of $[officename], adding such characters at the end of a line prevented the right edge of the formula from being cut off during printing."
msgstr ""
-#: 01070100.xhp#hd_id3155306.31.help.text
-msgid "All control points in Bézier editor"
+#. /,::
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id31567808\n"
+"help.text"
+msgid "Embed only used symbols (smaller file size)"
msgstr ""
-#: 01070100.xhp#par_id3153877.32.help.text
-msgid "<ahelp hid=\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_HANDLES_BEZIER\">Displays the control points of all Bézier points if you have previously selected a <link href=\"text/shared/00/00000005.xhp#bezierobjekt\" name=\"Bézier curve\">Bézier curve</link>. If the <emph>All control points in Bézier</emph> editor option is not marked, only the control points of the selected Bézier points will be visible.</ahelp>"
+#. K+Wr
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3789203\n"
+"help.text"
+msgid "<ahelp hid=\".\">Saves only those symbols with each formula that are used in that formula.</ahelp> In earlier versions of $[officename], all symbols were saved with each formula."
msgstr ""
-#: 01070100.xhp#hd_id3149418.33.help.text
-msgid "Contour of each individual object"
-msgstr "ყოველი ინდივიდუალური ობიექტის კონტურები"
+#. [r*R
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"tit\n"
+"help.text"
+msgid "General"
+msgstr ""
-#: 01070100.xhp#par_id3156284.34.help.text
-msgid "<ahelp hid=\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_MOVE_OUTLINE\"><item type=\"productname\">%PRODUCTNAME</item> displays the contour line of each individual object when moving this object.</ahelp> The <emph>Contour of each individual object </emph>option enables you to see if single objects conflict with other objects in the target position. If you do not mark the <emph>Contour of each individual object </emph>option, <item type=\"productname\">%PRODUCTNAME</item> only displays a square contour that includes all selected objects."
+#. 5|rh
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"bm_id3155450\n"
+"help.text"
+msgid "<bookmark_value>opening; dialog settings</bookmark_value> <bookmark_value>saving; dialog settings</bookmark_value> <bookmark_value>years; 2-digit options</bookmark_value> <bookmark_value>Help Agent;options</bookmark_value>"
msgstr ""
-#: macrosecurity.xhp#tit.help.text
-msgctxt "macrosecurity.xhp#tit.help.text"
-msgid "Macro Security"
-msgstr "მაკროს დაცვა"
+#. Qg`X
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3154514\n"
+"8\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010600.xhp\" name=\"General\">General</link>"
+msgstr "<link href=\"text/shared/optionen/01010600.xhp\" name=\"General\">საერთო</link>"
-#: macrosecurity.xhp#par_idN1054C.help.text
-#, fuzzy
-msgid "<variable id=\"macrosecurity\"><link href=\"text/shared/optionen/macrosecurity.xhp\">Macro Security</link></variable>"
-msgstr "<variable id=\"macrosecurity_sl\"><link href=\"text/shared/optionen/macrosecurity_sl.xhp\">დაცვის დონე</link></variable>"
+#. =kvG
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3150085\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the general settings for $[officename].</ahelp>"
+msgstr "<ahelp hid=\".\">$[officename]-სთვის საზღვრავს საერთო პარამეტრებს.</ahelp>"
-#: macrosecurity.xhp#par_idN1056A.help.text
-msgid "The Macro Security dialog appears when a document contains one or more macros. You can also call the dialog from the <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01030300.xhp\">%PRODUCTNAME - Security</link></emph> page."
-msgstr ""
+#. ydg1
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3148664\n"
+"25\n"
+"help.text"
+msgid "Help"
+msgstr "დახმარება"
-#: 01040500.xhp#tit.help.text
-msgid "Table"
-msgstr "ცხრილი"
+#. q-DL
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3153525\n"
+"38\n"
+"help.text"
+msgid "Specifies the behavior of the installed help."
+msgstr "საზღვრავს ინტერნეტ დახმარების პარამეტრებს."
-#: 01040500.xhp#bm_id3149656.help.text
-msgid "<bookmark_value>inserting; new text tables defaults</bookmark_value><bookmark_value>tables in text; default settings</bookmark_value><bookmark_value>aligning;tables in text</bookmark_value><bookmark_value>number formats; recognition in text tables</bookmark_value>"
+#. ;s]g
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_idN106DB\n"
+"help.text"
+msgid "Tips"
+msgstr "კარნახები"
+
+#. H0;u
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_idN106DF\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays the icon names and more bubble help information, for example, chapter names when you scroll through a document with chapters.</ahelp>"
msgstr ""
-#: 01040500.xhp#hd_id3153087.1.help.text
-msgid "<link href=\"text/shared/optionen/01040500.xhp\" name=\"Table\">Table</link>"
-msgstr "<link href=\"text/shared/optionen/01040500.xhp\" name=\"Table\">ცხრილი</link>"
+#. Nq?W
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_idN106F6\n"
+"help.text"
+msgid "Extended tips"
+msgstr "გაფართოებული კარნახები"
-#: 01040500.xhp#par_id3145674.2.help.text
-msgid "<ahelp hid=\"HID_OPTTABLE_PAGE\">Defines the attributes of tables in text documents.</ahelp>"
+#. ?iQP
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_idN106FA\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays a help text when you rest the cursor on an icon, a menu command, or a control on a dialog.</ahelp>"
+msgstr "<ahelp hid=\".\">ასახავს დახმკარების ტექსტს, როდესაც კურსორს ხატულაზე აჩერებთ, მენიუს ბრძანება ან დიალოგზე კონტროლი.</ahelp>"
+
+#. ?/:_
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3154138\n"
+"26\n"
+"help.text"
+msgid "Help Agent"
+msgstr "დახმარების აგენტი"
+
+#. lX%6
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3145174\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_MISC_CB_HELPAGENT\">Specifies that the Help Agent will be displayed automatically in selected situations. Click the Help Agent window to see a Help page with information about the current context.</ahelp>"
msgstr ""
-#: 01040500.xhp#par_id3145609.26.help.text
-msgid "Specifies the default settings for columns and rows and the table mode. Also specifies the standard values for moving and inserting columns and rows. For further information see <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05090201.xhp\" name=\"Editing Tables Using the Keyboard\">Editing Tables Using the Keyboard</link></caseinline><defaultinline> in the $[officename] Writer Help</defaultinline></switchinline>."
+#. k46s
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3153968\n"
+"30\n"
+"help.text"
+msgid "Reset Help Agent"
+msgstr "დახმარების აგენტის ხელახალი კონფიგურაცია"
+
+#. (F+C
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3151176\n"
+"31\n"
+"help.text"
+msgid "If you have not opened the Help Agent for a particular situation three times in succession, but rather have closed it or let it close automatically, the Help Agent for this situation is not shown again."
msgstr ""
-#: 01040500.xhp#hd_id3149656.27.help.text
-msgctxt "01040500.xhp#hd_id3149656.27.help.text"
-msgid "Default"
+#. jq}Z
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3159150\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_PUSHBUTTON_OFA_TP_MISC_PB_HELPAGENT_RESET\">Click <emph>Reset Help Agent </emph>to restore the default list of situations for which the Help Agent is displayed.</ahelp>"
msgstr ""
-#: 01040500.xhp#par_id3148797.28.help.text
-msgid "Defines the defaults for all newly created text tables in text documents."
+#. :SPP
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3152577\n"
+"34\n"
+"help.text"
+msgid "Open/Save dialogs"
msgstr ""
-#: 01040500.xhp#hd_id3152922.29.help.text
-msgctxt "01040500.xhp#hd_id3152922.29.help.text"
-msgid "Heading"
+#. Vj|U
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3145366\n"
+"35\n"
+"help.text"
+msgid "Use $[officename] dialogs"
msgstr ""
-#: 01040500.xhp#par_id3150447.30.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_HEADER\">Specifies that the first row of the table is formatted with the \"Table heading\" Paragraph Style.</ahelp>"
+#. )N?8
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3149260\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_MISC_CB_FILEDLG\">Specifies whether $[officename] dialogs are used to open and save documents. Otherwise the dialogs of the operating system are used.</ahelp>"
msgstr ""
-#: 01040500.xhp#hd_id3147086.31.help.text
-msgid "Repeat on each page"
-msgstr "გამეორება ყოველ გვერდზე"
+#. 92k6
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_idN10856\n"
+"help.text"
+msgid "When you open a file by an URL from the Windows file dialog, Windows will open a local copy of the file, located in the Internet Explorer cache. The %PRODUCTNAME file dialog opens the remote file."
+msgstr ""
-#: 01040500.xhp#par_id3149204.32.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_REPEAT_HEADER\">Specifies whether the table heading is carried over onto the new page after a page break.</ahelp>"
+#. a%[j
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3153138\n"
+"37\n"
+"help.text"
+msgid "The $[officename] dialogs for <link href=\"text/shared/01/01020000.xhp\" name=\"opening\">opening</link> and <link href=\"text/shared/01/01070000.xhp\" name=\"saving\">saving</link> documents are described in $[officename] Help."
msgstr ""
-#: 01040500.xhp#hd_id3125864.33.help.text
-msgid "Do not split (not in HTML)"
+#. (HG*
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3148617\n"
+"39\n"
+"help.text"
+msgid "Document status"
+msgstr "დოკუმენტის მდგომარეობა"
+
+#. e*w9
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3149299\n"
+"40\n"
+"help.text"
+msgid "Printing sets \"document modified\" status"
msgstr ""
-#: 01040500.xhp#par_id3155429.34.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_DONT_SPLIT\">Specifies that tables are not split by any type of text flow break.</ahelp> You can also find this option in menu <emph>Table - Table Properties - Text Flow</emph>."
+#. Y(,t
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3145800\n"
+"41\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_MISC_CB_DOCSTATUS\">Specifies whether the printing of the document counts as a modification.</ahelp> When this option is marked, the very next time the document is closed you are asked if the changes should be saved. The print date is then entered in the document properties as a change."
msgstr ""
-#: 01040500.xhp#hd_id3148575.35.help.text
-msgctxt "01040500.xhp#hd_id3148575.35.help.text"
-msgid "Border"
+#. klJh
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3149399\n"
+"help.text"
+msgid "Allow to save document even when the document is not modified"
msgstr ""
-#: 01040500.xhp#par_id3146119.36.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_BORDER\">Specifies that table cells have a border by default.</ahelp>"
+#. MOLV
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3145801\n"
+"help.text"
+msgid "Documents do not only store their content, but also their view properties. A change in the view properties does not trigger document modified status. View properties include things like (in case of a spreadsheet) active sheet, cursor position, zoom level etc. Quite often users want to store the view properties after they have been changed, and always enabling the save action allows this."
msgstr ""
-#: 01040500.xhp#hd_id3146976.37.help.text
-msgid "Input in tables"
-msgstr "ცხრილებში შეტანა"
+#. bhna
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3153561\n"
+"5\n"
+"help.text"
+msgid "Year (two digits)"
+msgstr "წელი (ორი ციფრი)"
-#: 01040500.xhp#hd_id3153142.39.help.text
-msgid "Number recognition"
-msgstr "ნომერის ამოცნობა"
+#. C+Cf
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3147530\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:NUMERICFIELD:OFA_TP_MISC:NF_YEARVALUE\">Defines a date range, within which the system recognizes a two-digit year.</ahelp>"
+msgstr ""
-#: 01040500.xhp#par_id3149481.40.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_NUMFORMATTING\">Specifies that numbers in a text table are recognized and formatted as numbers.</ahelp>"
+#. Lt@x
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3156343\n"
+"7\n"
+"help.text"
+msgid "In $[officename], years are indicated by four digits, so that the difference between 1/1/99 and 1/1/01 is two years. This <emph>Year (two digits)</emph> setting allows the user to define the years in which two-digit dates are added to 2000. To illustrate, if you specify a date of 1/1/30 or later, the entry \"1/1/20\" is recognized as 1/1/2020 instead of 1/1/1920."
msgstr ""
-#: 01040500.xhp#par_id3155306.41.help.text
-msgid "If <emph>Number recognition</emph> is not marked, numbers are saved in text format and are automatically left-aligned."
+#. zCwE
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Print"
msgstr ""
-#: 01040500.xhp#hd_id3155856.42.help.text
-msgid "Number format recognition"
+#. A}7Z
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"hd_id3153311\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01060700.xhp\" name=\"Print\">Print</link>"
+msgstr "<link href=\"text/shared/optionen/01060700.xhp\" name=\"Print\">ბეჭდვა</link>"
+
+#. 4oNy
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"par_id3143267\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"\">Determines the printer settings for spreadsheets.</ahelp>"
msgstr ""
-#: 01040500.xhp#par_id3159346.43.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_NUMFMT_FORMATTING\">If<emph> Number format recognition </emph>is not marked, only input in the format that has been set at the cell is accepted. Any other input resets the format to <emph>Text</emph>.</ahelp>"
+#. Xeap
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"par_id3155892\n"
+"3\n"
+"help.text"
+msgid "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Print</emph> defines the settings for all spreadsheets. To define settings for the current document only, choose <emph>File - Print</emph>, then click the <emph>Options</emph> button."
msgstr ""
-#: 01040500.xhp#hd_id3153876.44.help.text
-msgid "Alignment"
-msgstr "გასწორება"
+#. dx{$
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"hd_id3153542\n"
+"4\n"
+"help.text"
+msgid "Pages"
+msgstr "გვერდი"
-#: 01040500.xhp#par_id3149379.45.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_NUMALIGNMENT\">Specifies that numbers are always bottom right aligned in the cell.</ahelp> If this field is not marked numbers are always top left aligned in the cell."
+#. S@9U
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"hd_id3156155\n"
+"5\n"
+"help.text"
+msgid "Suppress output of empty pages"
+msgstr "ცარიელი გვერდების გამონატანს გთავაზობთ"
+
+#. 0(4{
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"par_id3158430\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_PRINT_BTN_SKIPEMPTYPAGES\">Specifies that empty pages that have no cell contents or draw objects are not printed.</ahelp> Cell attributes such as borders or background colors are not considered cell contents. Empty pages are not counted for page numbering."
msgstr ""
-#: 01040500.xhp#par_id3146792.46.help.text
-msgid "Direct formatting is not influenced by the <emph>Alignment</emph> field. If you center align the cell contents directly, they remain centered irrespective of whether text or numbers are involved."
+#. X](T
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"hd_id3150275\n"
+"7\n"
+"help.text"
+msgid "Sheets"
+msgstr "ფურცლები"
+
+#. $Rk%
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"hd_id3149784\n"
+"8\n"
+"help.text"
+msgid "Print only selected sheets"
+msgstr "მხოლოდ არჩეული ფურცლების ბეჭდვა"
+
+#. -:EQ
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"par_id3152349\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_PRINT_BTN_SELECTEDSHEETS\">Specifies that only contents from selected sheets are printed, even if you specify a wider range in the <emph>File - Print</emph> dialog or in the <emph>Format - Print Ranges</emph> dialog. Contents from sheets that are not selected will not be printed.</ahelp>"
msgstr ""
-#: 01040500.xhp#hd_id3154360.48.help.text
-msgid "Keyboard handling"
+#. gP.F
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"par_id3153349\n"
+"10\n"
+"help.text"
+msgid "To select multiple sheets, click on the sheet names on the bottom margin of the workspace while keeping the Ctrl key pressed."
msgstr ""
-#: 01040500.xhp#hd_id3149018.3.help.text
-msgid "Move cells"
-msgstr "უჯრების ცგადატანა"
+#. h-UB
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"tit\n"
+"help.text"
+msgid "Formula"
+msgstr "ფორმულა"
-#: 01040500.xhp#par_id3153711.4.help.text
-msgid "Defines the default settings for moving rows and columns with the keyboard. "
+#. 0MAN
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"bm_id4249399\n"
+"help.text"
+msgid "<bookmark_value>formula options;formula syntax</bookmark_value> <bookmark_value>formula options;separators</bookmark_value> <bookmark_value>formula options;reference syntax in string parameters</bookmark_value> <bookmark_value>separators;function</bookmark_value> <bookmark_value>separators;array column</bookmark_value> <bookmark_value>separators;array row</bookmark_value>"
msgstr ""
-#: 01040500.xhp#hd_id3155445.5.help.text
-msgctxt "01040500.xhp#hd_id3155445.5.help.text"
-msgid "Row"
-msgstr "რიგები"
+#. TC2^
+#: 01060900.xhp
+#, fuzzy
+msgctxt ""
+"01060900.xhp\n"
+"hd_id3145071\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01060900.xhp\" name=\"Formula\">Formula</link>"
+msgstr "<link href=\"text/shared/optionen/01010700.xhp\" name=\"Fonts\">შრიფტები</link>"
-#: 01040500.xhp#par_id3159264.6.help.text
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_OPTTABLE_PAGE:MF_ROWMOVE\">Specifies the value to be used for moving a row.</ahelp>"
+#. {_G!
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id3147576\n"
+"help.text"
+msgid "<ahelp hid=\".\">Defines formula syntax options for %PRODUCTNAME Calc.</ahelp>"
msgstr ""
-#: 01040500.xhp#hd_id3150388.7.help.text
-msgctxt "01040500.xhp#hd_id3150388.7.help.text"
-msgid "Column"
-msgstr "სვეტები"
+#. E)QZ
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"hd_id3149399\n"
+"help.text"
+msgid "Formula options"
+msgstr ""
-#: 01040500.xhp#par_id3155905.8.help.text
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_OPTTABLE_PAGE:MF_COLMOVE\">Specifies the value to be used for moving a column.</ahelp>"
+#. xD:G
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"hd_id31493991\n"
+"help.text"
+msgid "Formula syntax"
msgstr ""
-#: 01040500.xhp#hd_id3155938.9.help.text
-msgid "Insert"
-msgstr "ჩამატება"
+#. 4$nh
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id3155419\n"
+"help.text"
+msgid "There are three options. Let's see it by example. In a sample spreadsheet there are two worksheets, Sheet1 and Sheet2. In A1 cell of Sheet1 there is a reference to C4 cell of Sheet2."
+msgstr ""
-#: 01040500.xhp#par_id3155176.10.help.text
-msgid "Specifies the default settings for inserting rows and columns with the keyboard. "
+#. h#lB
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id3156155\n"
+"help.text"
+msgid "<emph>Calc A1</emph> - This is the default of %PRODUCTNAME Calc. The reference will be <item type=\"input\">=$Sheet2.C4</item>"
msgstr ""
-#: 01040500.xhp#hd_id3155333.11.help.text
-msgctxt "01040500.xhp#hd_id3155333.11.help.text"
-msgid "Row"
-msgstr "რიგები"
+#. sEKM
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id3147530\n"
+"help.text"
+msgid "<emph>Excel A1</emph> - This is the default of Microsoft Excel. The reference will be <item type=\"input\">=Sheet2!C4</item>"
+msgstr ""
-#: 01040500.xhp#par_id3153966.12.help.text
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_OPTTABLE_PAGE:MF_ROWINSERT\">Specifies the default value for inserting rows.</ahelp>"
+#. =;^n
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id3153061\n"
+"help.text"
+msgid "<emph>Excel R1C1</emph> - This is the relative row/column addressing, known from Microsoft Excel. The reference will be <item type=\"input\">=Sheet2!R[3]C[2]</item>"
msgstr ""
-#: 01040500.xhp#hd_id3155607.13.help.text
-msgctxt "01040500.xhp#hd_id3155607.13.help.text"
-msgid "Column"
-msgstr "სვეტები"
+#. rZH%
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"hd_id31493992\n"
+"help.text"
+msgid "Use English function names"
+msgstr ""
-#: 01040500.xhp#par_id3159334.14.help.text
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_OPTTABLE_PAGE:MF_COLINSERT\">Specifies the default value for inserting columns.</ahelp>"
+#. ,QPa
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id4155419\n"
+"help.text"
+msgid "In %PRODUCTNAME Calc function names can be localized. By default, the check box is off, which means the localized function names are used. Checking this check box will swap localized function names with the English ones. This change takes effect in all of the following areas: formula input and display, function wizard, and formula tips. You can of course uncheck it to go back to the localized function names."
msgstr ""
-#: 01040500.xhp#hd_id3150645.15.help.text
-msgid "Behavior of rows/columns"
+#. ~NH:
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"hd_id4149399\n"
+"help.text"
+msgid "Separators"
msgstr ""
-#: 01040500.xhp#par_id3150298.16.help.text
-msgid "Determines the relative effect of rows and columns on adjacent rows or columns, as well as on the entire table."
+#. _~9w
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id5155419\n"
+"help.text"
+msgid "This option group lets you configure separators in your formula expressions. This comes in handy when, for instance, you want to separate your function parameters by commas (,) instead of semicolons (;)."
msgstr ""
-#: 01040500.xhp#hd_id3149335.17.help.text
-msgid "Fixed"
-msgstr "ფიქსირებული"
+#. *CsV
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id6155419\n"
+"help.text"
+msgid "For example, instead of <item type=\"input\">=SUM(A1;B1;C1)</item> you can type <item type=\"input\">=SUM(A1,B1,C1)</item>."
+msgstr ""
-#: 01040500.xhp#par_id3151213.18.help.text
-msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTTABLE_PAGE:RB_FIX\">Specifies that changes to a row or column only affect the corresponding adjacent area.</ahelp>"
+#. *nBW
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id7155419\n"
+"help.text"
+msgid "Likewise, you can also change the column and row separators for in-line arrays. Previously, an in-line array used semicolons (;) as the column separators and the pipe symbols (|) as the row separators, so a typical in-line array expression looked like this for a 5 x 2 matrix array:"
msgstr ""
-#: 01040500.xhp#hd_id3154199.19.help.text
-msgid "Fixed, proportional"
-msgstr "ფიქსირებული, პროპორციული"
+#. 27,Y
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id8155419\n"
+"help.text"
+msgid "<item type=\"input\">={1;2;3;4;5|6;7;8;9;10}</item>"
+msgstr ""
-#: 01040500.xhp#par_id3147128.20.help.text
-msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTTABLE_PAGE:RB_FIXPROP\">Specifies that changes to a row or column have an effect on the entire table.</ahelp>"
+#. 5-Hq
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id9155419\n"
+"help.text"
+msgid "By changing the column separators to commas (,) and the row separators to semicolons (;), the same expression will look like this:"
msgstr ""
-#: 01040500.xhp#hd_id3150783.21.help.text
-msgid "Variable"
-msgstr "ცვლადი"
+#. lng4
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id0155419\n"
+"help.text"
+msgid "<item type=\"input\">={1,2,3,4,5;6,7,8,9,10}</item>"
+msgstr ""
-#: 01040500.xhp#par_id3166423.22.help.text
-msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTTABLE_PAGE:RB_VAR\">Specifies that changes to a row or column affect the table size.</ahelp>"
+#. $hl*
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"hd_id5149399\n"
+"help.text"
+msgid "Detailed calculation settings"
msgstr ""
-#: 01090000.xhp#tit.help.text
-#, fuzzy
-msgctxt "01090000.xhp#tit.help.text"
-msgid "Formula"
-msgstr "ფორმულა"
+#. PIyg
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id1015549\n"
+"help.text"
+msgid "Here you can configure the formula syntax to use when parsing references given in string parameters. This affects built-in functions such as INDIRECT that takes a reference as a string value."
+msgstr ""
-#: 01090000.xhp#hd_id3150040.1.help.text
-msgid "%PRODUCTNAME Math Options"
-msgstr "%PRODUCTNAME Math პარამეტრები"
+#. zDYO
+#: 01150200.xhp
+msgctxt ""
+"01150200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Searching in Japanese"
+msgstr "იაპონურად ძებნა"
-#: 01090000.xhp#par_id3166460.2.help.text
-msgid "<variable id=\"druckentext\"><ahelp hid=\".uno:SmEditOptions\">Defines the print format and print options for all new formula documents. These options apply when you print a formula directly from <item type=\"productname\">%PRODUCTNAME</item> Math.</ahelp></variable> You can also call the dialog by clicking the <emph>Options</emph> button in the <emph>Print</emph> dialog. The settings you define in the <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline></emph> dialog will be permanent settings, whereas the settings in the Print dialog are only valid for the current document."
-msgstr ""
+#. ubPT
+#: 01150200.xhp
+msgctxt ""
+"01150200.xhp\n"
+"hd_id3155338\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01150200.xhp\" name=\"Searching in Japanese\">Searching in Japanese</link>"
+msgstr "<link href=\"text/shared/optionen/01150200.xhp\" name=\"Searching in Japanese\">იაპონურად ძებნა</link>"
-#: 01090000.xhp#hd_id3154143.3.help.text
-msgid "<link href=\"text/shared/optionen/01090100.xhp\" name=\"Options\">Options</link>"
-msgstr "<link href=\"text/shared/optionen/01090100.xhp\" name=\"Options\">პარამეტრები</link>"
+#. H-@o
+#: 01150200.xhp
+msgctxt ""
+"01150200.xhp\n"
+"par_id3152996\n"
+"2\n"
+"help.text"
+msgid "Defines the search options for Japanese."
+msgstr "იაპონურად ძებნის პარამეტრებს საზღვრავს."
-#: 01013000.xhp#tit.help.text
-msgid "Accessibility"
-msgstr "სპეციალური შესაძლებლობები"
+#. 4X0V
+#: 01150200.xhp
+msgctxt ""
+"01150200.xhp\n"
+"hd_id3159399\n"
+"3\n"
+"help.text"
+msgid "Treat as equal"
+msgstr "ტოლად განხილვა"
-#: 01013000.xhp#bm_id3159411.help.text
-msgid "<bookmark_value>disabled persons</bookmark_value><bookmark_value>text colors for better accessibility</bookmark_value><bookmark_value>animations; accessibility options</bookmark_value><bookmark_value>Help tips; hiding</bookmark_value><bookmark_value>high contrast mode</bookmark_value><bookmark_value>accessibility; options</bookmark_value><bookmark_value>options; accessibility</bookmark_value>"
+#. 0F)0
+#: 01150200.xhp
+msgctxt ""
+"01150200.xhp\n"
+"par_id3154514\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_JSEARCH_OPTIONS_CB_MATCH_PROLONGED_SOUNDMARK\" visibility=\"visible\">Specifies the options to be treated as equal in a search.</ahelp>"
msgstr ""
-#: 01013000.xhp#hd_id3159411.1.help.text
-msgid "<link href=\"text/shared/optionen/01013000.xhp\" name=\"Accessibility\">Accessibility</link>"
-msgstr "<link href=\"text/shared/optionen/01013000.xhp\" name=\"Accessibility\">სპეციალური შესაძლებლობი</link>"
+#. :W/Z
+#: 01150200.xhp
+msgctxt ""
+"01150200.xhp\n"
+"hd_id3148944\n"
+"5\n"
+"help.text"
+msgid "Ignore"
+msgstr "იგნორირება"
-#: 01013000.xhp#par_id3149827.2.help.text
-msgid "<ahelp hid=\".\">Sets options that make <item type=\"productname\">%PRODUCTNAME</item> programs more accessible for users with reduced sight, limited dexterity or other disabilities.</ahelp>"
+#. LY\v
+#: 01150200.xhp
+msgctxt ""
+"01150200.xhp\n"
+"par_id3147264\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_JSEARCH_OPTIONS_CB_IGNORE_MIDDLE_DOT\" visibility=\"visible\">Specifies the characters to be ignored.</ahelp>"
msgstr ""
-#: 01013000.xhp#hd_id3166460.9.help.text
-msgid "Miscellaneous options"
-msgstr "სხვადასხვა პარამეტრები"
+#. j?4f
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Changes"
+msgstr ""
-#: 01013000.xhp#par_id3152996.10.help.text
-msgid "Sets accessibility options."
-msgstr "სპეციალური შესაძლებლობების პარამეტრებს საზღვრავს."
+#. *m@%
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"hd_id3159399\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01060600.xhp\" name=\"Changes\">Changes</link>"
+msgstr "<link href=\"text/shared/optionen/01060600.xhp\" name=\"Changes\">ცვლილებები</link>"
-#: 01013000.xhp#hd_id3154750.23.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\"></caseinline><defaultinline>Support assistive technology tools (program restart required)</defaultinline></switchinline>"
+#. /_Kw
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"par_id3155390\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SCPAGE_OPREDLINE\">The<emph> Changes </emph>dialog specifies various options for highlighting recorded changes in documents.</ahelp>"
msgstr ""
-#: 01013000.xhp#par_id3155628.24.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\"></caseinline><defaultinline><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_ACCESSIBILITY_TOOL\">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.</ahelp></defaultinline></switchinline>"
+#. ST%^
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"par_id3156343\n"
+"13\n"
+"help.text"
+msgid "To record changes to your work, choose <link href=\"text/shared/01/02230000.xhp\" name=\"Edit - Changes\"><emph>Edit - Changes</emph></link>."
msgstr ""
-#: 01013000.xhp#hd_id3154047.27.help.text
-msgid "Use text selection cursor in read-only text document"
-msgstr ""
+#. 9rb}
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"hd_id3152812\n"
+"3\n"
+"help.text"
+msgid "Color Definition for Changes"
+msgstr "ცვლილებებისთვის ფერების განსაზღვრა"
-#: 01013000.xhp#par_id3149164.28.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_TEXTSELECTION\">Displays cursor in read-only documents.</ahelp>"
+#. ]Kdz
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"par_id3150792\n"
+"4\n"
+"help.text"
+msgid "Defines colors for recorded changes. If you select the \"By author\" entry, $[officename] will automatically set the color depending on the author who undertook the changes."
msgstr ""
-#: 01013000.xhp#hd_id3147531.15.help.text
-msgid "Allow animated graphics"
-msgstr "გრაფიკის ანიმაციის ნების დართვა"
+#. rt]R
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"hd_id3150400\n"
+"5\n"
+"help.text"
+msgid "Changes"
+msgstr ""
-#: 01013000.xhp#par_id3145069.16.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_ANIMATED_GRAPHICS\">Previews animated graphics, such as GIF images, in <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
+#. $(e8
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"par_id3148451\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_CONTENT\">Specifies the color for changes of cell contents.</ahelp>"
msgstr ""
-#: 01013000.xhp#hd_id3147264.17.help.text
-msgid "Allow animated text"
-msgstr "ტექსტის ანიმაციის ნების დართვა"
+#. UM/c
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"hd_id3158410\n"
+"7\n"
+"help.text"
+msgid "Deletions"
+msgstr "წაშლები"
-#: 01013000.xhp#par_id3149656.18.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_ANIMATED_TEXTS\">Previews animated text, such as blinking and scrolling, in <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
+#. PG!d
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"par_id3147084\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_REMOVE\">Specifies the color to highlight deletions in a document.</ahelp>"
msgstr ""
-#: 01013000.xhp#hd_id3153381.11.help.text
-msgid "Help tips disappear after"
-msgstr "დახმარების კარნახი ქრება"
+#. oKZq
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"hd_id3154685\n"
+"9\n"
+"help.text"
+msgid "Insertions"
+msgstr "ჩასმები"
-#: 01013000.xhp#par_id3150868.12.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_TIPHELP\">Hides the <link href=\"text/shared/main0108.xhp\" name=\"Help tips\">Help tips</link> after the number of seconds that you enter.</ahelp> Otherwise, Help tips are displayed until you press Escape or move the cursor."
+#. q6=i
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"par_id3151383\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_INSERT\">Specifies the color to highlight insertions in a document.</ahelp>"
msgstr ""
-#: 01013000.xhp#hd_id3151043.13.help.text
-msgid "Seconds"
-msgstr "წამები"
+#. .UjF
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"hd_id3125863\n"
+"11\n"
+"help.text"
+msgid "Moved entries"
+msgstr "გადატანილი ჩანაწერები"
-#: 01013000.xhp#par_id3148672.14.help.text
-msgid "<ahelp hid=\"SVX_NUMERICFIELD_RID_SVXPAGE_ACCESSIBILITYCONFIG_NF_TIPHELP\">Enter the number of seconds to display the Help tips.</ahelp>"
+#. J]M`
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"par_id3159151\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_MOVE\">Specifies the color to highlight moved cell contents.</ahelp>"
msgstr ""
-#: 01013000.xhp#hd_id3149809.3.help.text
-msgid "Options for high contrast appearance"
+#. s-^W
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Changes"
msgstr ""
-#: 01013000.xhp#par_id3153106.4.help.text
-msgid "High contrast is an operating system setting that changes the system color scheme to improve readability. You can decide how <item type=\"productname\">%PRODUCTNAME</item> uses the high contrast settings of the operating system."
-msgstr ""
+#. 0b,u
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"hd_id3153823\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01040700.xhp\" name=\"Changes\">Changes</link>"
+msgstr "<link href=\"text/shared/optionen/01040700.xhp\" name=\"Changes\">ცვლილებები</link>"
-#: 01013000.xhp#par_id3125863.31.help.text
-msgid "Cell borders and shadows are always shown in text color when high contrast mode is active. The cell background color is ignored then."
+#. H6tQ
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"par_id3149416\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_REDLINE_OPT\">Defines the appearance of changes in the document.</ahelp>"
msgstr ""
-#: 01013000.xhp#hd_id3155132.29.help.text
-msgid "Automatically detect high contrast mode of operating system"
+#. J)SV
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"par_id3156153\n"
+"27\n"
+"help.text"
+msgid "To record or show changes in your text or spreadsheet document, choose <link href=\"text/shared/01/02230000.xhp\" name=\"Edit - Changes\"><emph>Edit - Changes - Record</emph></link> or <emph>Edit - Changes - Show</emph>."
msgstr ""
-#: 01013000.xhp#par_id3153768.30.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_AUTO_DETECT_HC\">Switches <item type=\"productname\">%PRODUCTNAME</item> into high contrast mode when the system background color is very dark.</ahelp>"
-msgstr ""
+#. 9l~t
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"hd_id3155419\n"
+"3\n"
+"help.text"
+msgid "Text display"
+msgstr "ასასახი ტექსტი"
-#: 01013000.xhp#hd_id3154918.19.help.text
-msgid "Use automatic font color for screen display"
+#. n](-
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"par_id3144510\n"
+"4\n"
+"help.text"
+msgid "Defines the settings for displaying recorded changes. Select the type of change and the corresponding display attribute and color. The preview field shows the effect of the selected display options."
msgstr ""
-#: 01013000.xhp#par_id3146984.20.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_AUTOMATIC_FONT_COLOR\">Displays fonts in <item type=\"productname\">%PRODUCTNAME</item> using the system color settings. This option only affects the screen display.</ahelp>"
+#. r+9`
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"hd_id3148550\n"
+"21\n"
+"help.text"
+msgid "Insertions / Attributes"
+msgstr "ჩასმები / ატრიბუტები"
+
+#. mNtz
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"par_id3154758\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SW_LISTBOX_TP_REDLINE_OPT_LB_INS_ATTR\">Specifies how changes in the document are displayed when text is inserted.</ahelp>"
msgstr ""
-#: 01013000.xhp#hd_id3153091.7.help.text
-msgid "Use system colors for page previews"
+#. Yr|;
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"hd_id3152812\n"
+"23\n"
+"help.text"
+msgid "Deletions / Attributes"
+msgstr "წაშლები / ატრიბუტები"
+
+#. zx/N
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"par_id3154365\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SW_LISTBOX_TP_REDLINE_OPT_LB_DEL_ATTR\">Specifies how changes in the document are displayed when text is deleted. If you record text deletions, the text is displayed with the selected attribute (for example, strikethrough) and is not deleted.</ahelp>"
msgstr ""
-#: 01013000.xhp#par_id3146923.8.help.text
-msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_PAGE_PREVIEWS\">Applies the high contrast settings of the operating system to page previews.</ahelp>"
+#. r0#-
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"hd_id3148674\n"
+"25\n"
+"help.text"
+msgid "Changed attributes / Attributes"
+msgstr "შეცვლილი ატრიბუტები / ატრიბუტები"
+
+#. wuQ7
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"par_id3151042\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SW_LISTBOX_TP_REDLINE_OPT_LB_CHG_ATTR\">Defines how changes to text attributes are displayed in the document. These changes affect attributes such as bold, italic or underline.</ahelp>"
msgstr ""
-#: 01020300.xhp#tit.help.text
-msgctxt "01020300.xhp#tit.help.text"
-msgid "E-mail"
+#. P*_r
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"hd_id3153105\n"
+"28\n"
+"help.text"
+msgid "Color"
+msgstr "ფერები"
+
+#. Hp*+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"par_id3145419\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SW_LISTBOX_TP_REDLINE_OPT_LB_CHG_COL\">You can also choose a color to display each type of recorded change. When you choose the condition \"By author\" in the list, the color is automatically determined by $[officename], then modified to match to the author of each change.</ahelp>"
msgstr ""
-#: 01020300.xhp#par_idN1054D.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/optionen/01020300.xhp\">E-mail</link>"
-msgstr "<link href=\"text/shared/optionen/01160200.xhp\">მონაცემთა ბაზები</link>"
+#. !-$I
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"hd_id3145607\n"
+"15\n"
+"help.text"
+msgid "Lines changed"
+msgstr "შეცვლილი ხაზები"
-#: 01020300.xhp#par_idN1056B.help.text
-msgid "On UNIX systems, specifies the e-mail program to use when you send the current document as e-mail."
+#. _v`f
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"par_id3149562\n"
+"16\n"
+"help.text"
+msgid "To indicate which lines of the text have been changed, you can define a mark that appears in the left or right page margin."
msgstr ""
-#: 01020300.xhp#par_idN10576.help.text
-msgid "E-mail program"
-msgstr "ელფოსტის პროგრამა"
+#. #glr
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"hd_id3145785\n"
+"17\n"
+"help.text"
+msgid "Mark"
+msgstr "მონიშვნა"
-#: 01020300.xhp#par_idN1057A.help.text
-msgid "<ahelp hid=\"703252484\">Enter the e-mail program path and name.</ahelp>"
-msgstr "<ahelp hid=\"703252484\">ელფოსტის პროგრამის გეზი და სახელი შეიყვანეთ.</ahelp>"
+#. {0IU
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"par_id3154638\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SW:LISTBOX:TP_REDLINE_OPT:LB_MARKPOS\">Defines if and where changed lines in the document are marked.</ahelp> You can set the markings so that they always appear on the left or right page margin, or on the outer or inner margin."
+msgstr ""
-#: 01020300.xhp#par_idN10591.help.text
-msgid "..."
-msgstr "..."
+#. ^fG;
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"hd_id3163713\n"
+"19\n"
+"help.text"
+msgid "Color"
+msgstr "ფერები"
-#: 01020300.xhp#par_idN10595.help.text
-msgid "<ahelp hid=\"703255045\">Opens a file dialog to select the e-mail program.</ahelp>"
+#. %wnt
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"par_id3146975\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SW:LISTBOX:TP_REDLINE_OPT:LB_LC_COL\">Specifies the color for highlighting the changed lines in the text.</ahelp>"
msgstr ""
diff --git a/source/ka/helpcontent2/source/text/simpress.po b/source/ka/helpcontent2/source/text/simpress.po
index a0bbe354976..240f148975b 100644
--- a/source/ka/helpcontent2/source/text/simpress.po
+++ b/source/ka/helpcontent2/source/text/simpress.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/simpress.oo
+#. extracted from helpcontent2/source/text/simpress
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsimpress.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-07-28 12:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,1222 +12,2015 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: main0101.xhp#tit.help.text
-msgid "File"
-msgstr "ფაილი"
+#. \#R=
+#: main0212.xhp
+msgctxt ""
+"main0212.xhp\n"
+"tit\n"
+"help.text"
+msgid "Slide Sorter Bar"
+msgstr ""
-#: main0101.xhp#hd_id3153190.1.help.text
+#. ,LTP
+#: main0212.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/main0101.xhp\" name=\"File\">File</link>"
-msgstr ""
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">ფაილი</link>\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/simpress/01/04110000.xhp\" name=\"ფაილი\">ფაილი</link>"
+msgctxt ""
+"main0212.xhp\n"
+"hd_id3149664\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/main0212.xhp\" name=\"Slide Sorter Bar\">Slide Sorter Bar</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: main0101.xhp#par_id3154321.2.help.text
-msgid "<ahelp hid=\".\">These commands apply to the current document, open a new document, or close the application.</ahelp>"
+#. 0Mp=
+#: main0212.xhp
+msgctxt ""
+"main0212.xhp\n"
+"par_id3146970\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">In<emph> Slide Sorter</emph> view, the <emph>Slide Sorter</emph> bar can be used.</ahelp>"
msgstr ""
-#: main0101.xhp#hd_id3149379.4.help.text
+#. Jw{Q
+#: main0212.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">Open</link>"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01020000.xhp\" name=\"გახსნა\">გახსნა</link>\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01020000.xhp\" name=\"გახსნა\">გახსნა</link>\n"
-"#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>"
+msgctxt ""
+"main0212.xhp\n"
+"hd_id3153711\n"
+"8\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/03130000.xhp\" name=\"Slide Show\">Slide Show</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: main0101.xhp#hd_id3149018.6.help.text
+#. BSoa
+#: main0106.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">Save As</link>"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01070000.xhp\" name=\"შეინახე როგორც\">შეინახე როგორც</link>\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">დაიმახსოვრე როგორც</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">შენახვა როგორც</link>\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01070000.xhp\" name=\"შეინახე როგორც\">შეინახე როგორც</link>"
+msgctxt ""
+"main0106.xhp\n"
+"tit\n"
+"help.text"
+msgid "Tools"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\nინსტრუმენტები\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\nინსტრუმენტები\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\nინსტრუმენტები\\n#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\\nხელსაწყოები"
-#: main0101.xhp#hd_id3145792.14.help.text
+#. J+LF
+#: main0106.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/01190000.xhp\" name=\"Versions\">Versions</link>"
+msgctxt ""
+"main0106.xhp\n"
+"hd_id3154017\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/main0106.xhp\" name=\"Tools\">Tools</link>"
+msgstr "<link href=\"text/simpress/01/02160000.xhp\" name=\"Fields\">ველები</link>"
+
+#. ?F1/
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"par_id3155064\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Contains spelling tools, a gallery of object art that you can add to your document, as well as tools for configuring menus, and setting program preferences.</ahelp>"
msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01190000.xhp\" name=\"ვერსიები\">ვერსიები</link>\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01190000.xhp\" name=\"Versions\">ვერსიები</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01190000.xhp\" name=\"Versions\">ვერსია</link>\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01190000.xhp\" name=\"ვერსიები\">ვერსიები</link>\n"
-"#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01190000.xhp\" name=\"Versions\">ვერსიები</link>"
-
-#: main0101.xhp#hd_id3145389.7.help.text
-msgid "<link href=\"text/simpress/01/01170000.xhp\" name=\"Export\">Export</link>"
-msgstr "<link href=\"text/simpress/01/01170000.xhp\" name=\"Export\">ექსპორტი</link>"
-#: main0101.xhp#hd_id3155524.9.help.text
+#. hl?4
+#: main0106.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/01100000.xhp\" name=\"Properties\">Properties</link>"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01100000.xhp\" name=\"პარამეტრები\">პარამეტრები</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01100000.xhp\" name=\"Properties\">თვისებები</link>\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01100000.xhp\" name=\"თვისებები\">თვისებები</link>\n"
-"#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01100000.xhp\" name=\"Properties\">თვისებები</link>"
+msgctxt ""
+"main0106.xhp\n"
+"hd_id3153248\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/06040000.xhp\" name=\"ავტო-შესწორება\">ავტო-შესწორება</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">ავტოკორექცია</link>\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/06040000.xhp\" name=\"ავტო-შესწორება\">ავტო-შესწორება</link>"
-#: main0101.xhp#hd_id3150051.12.help.text
+#. c@fK
+#: main0106.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">Print</link>"
+msgctxt ""
+"main0106.xhp\n"
+"hd_id3149130\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Customize</link>"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/06140000.xhp\" name=\"კონფოგურირება\">კონფიგურირება</link>\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/06140000.xhp\" name=\"კონფიგურაცია\">მორგება</link>\\n#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/06140000.xhp\" name=\"Configure\">მორგება</link>"
+
+#. _^2i
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"tit\n"
+"help.text"
+msgid "$[officename] Impress Features"
+msgstr ""
+
+#. u)$*
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3146119\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"main0503\"><link href=\"text/simpress/main0503.xhp\" name=\"$[officename] Impress Features\">$[officename] Impress Features</link></variable>"
+msgstr ""
+
+#. M^k)
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"par_id3151074\n"
+"2\n"
+"help.text"
+msgid "$[officename] Impress lets you create professional slide shows that can include charts, drawing objects, text, multimedia and a variety of other items. If you want, you can even import and modify Microsoft PowerPoint presentations."
+msgstr ""
+
+#. k@)C
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"par_id3149379\n"
+"3\n"
+"help.text"
+msgid "For on-screen slide shows, animation, slide transitions and multimedia are a few of the techniques you can use to make your presentation more exciting."
+msgstr ""
+
+#. #1,$
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3154016\n"
+"22\n"
+"help.text"
+msgid "Creating Vector Graphics"
+msgstr ""
+
+#. L%VS
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"par_id3154485\n"
+"23\n"
+"help.text"
+msgid "Many of the tools for creating vector graphics in $[officename] Draw are available in $[officename] Impress."
+msgstr ""
+
+#. l-:g
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3150208\n"
+"12\n"
+"help.text"
+msgid "Creating Slides"
+msgstr ""
+
+#. VN)?
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"par_id3153247\n"
+"13\n"
+"help.text"
+msgid "$[officename] Impress provides you with templates to create professional-looking slides."
+msgstr ""
+
+#. 4;*#
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"par_id3148610\n"
+"14\n"
+"help.text"
+msgid "You can also assign a number of dynamic effects to your slides, including animation and transition effects."
+msgstr ""
+
+#. 0GO^
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3153820\n"
+"15\n"
+"help.text"
+msgid "Creating Presentations"
+msgstr ""
+
+#. sl=T
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"par_id3153917\n"
+"16\n"
+"help.text"
+msgid "Several views or pages are available when you design a slide show. For example, the Slide Sorter displays an overview of your slides in thumbnail form, while the Handout page contains both the slide and the text you want to distribute to the audience."
+msgstr ""
+
+#. ^Tmq
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"par_id3148608\n"
+"17\n"
+"help.text"
+msgid "$[officename] Impress also lets you rehearse the timing of your slide show."
+msgstr ""
+
+#. e^+B
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3154649\n"
+"24\n"
+"help.text"
+msgid "Publishing Presentations"
+msgstr ""
+
+#. FE*g
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"par_id3150046\n"
+"25\n"
+"help.text"
+msgid "You can publish your slides on-screen, as handouts, or as HTML documents."
msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01130000.xhp\" name=\"ბეჩდვა\">ბეჭდვა</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">ბეჭდვა</link>\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01130000.xhp\" name=\"დაბეჭდვა\">დაბეჭდვა</link>\n"
-"#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">ბეჭვდა</link>"
-#: main0101.xhp#hd_id3146965.13.help.text
+#. 0Qs0
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3146965\n"
+"18\n"
+"help.text"
+msgid "Giving Presentations"
+msgstr ""
+
+#. taTa
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"par_id3145114\n"
+"19\n"
+"help.text"
+msgid "$[officename] Impress gives you the choice of running a slide show automatically or manually."
+msgstr ""
+
+#. |~Zm
+#: main0203.xhp
+msgctxt ""
+"main0203.xhp\n"
+"tit\n"
+"help.text"
+msgid "Text Formatting Bar"
+msgstr "ტექსტის ფორმატირების ზოლი"
+
+#. Ts]I
+#: main0203.xhp
+msgctxt ""
+"main0203.xhp\n"
+"hd_id3150010\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/main0203.xhp\" name=\"Text Formatting Bar\">Text Formatting Bar</link>"
+msgstr ""
+
+#. eX78
+#: main0203.xhp
+msgctxt ""
+"main0203.xhp\n"
+"par_id3152597\n"
+"2\n"
+"help.text"
+msgid "To display the <emph>Text Formatting</emph> Bar, place the cursor inside a text object."
+msgstr ""
+
+#. Z4nM
+#: main0203.xhp
+msgctxt ""
+"main0203.xhp\n"
+"hd_id3151391\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020200.xhp\" name=\"Font Color\">Font Color</link>"
+msgstr "<link href=\"text/shared/01/05020200.xhp\" name=\"ფონტის ფერი\">ფონტის ფერი</link>"
+
+#. 8rRh
+#: main0203.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/01140000.xhp\" name=\"Printer Settings\">Printer Settings</link>"
+msgctxt ""
+"main0203.xhp\n"
+"hd_id3154645\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Character</link>"
+msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
+
+#. h7b6
+#: main0203.xhp
+#, fuzzy
+msgctxt ""
+"main0203.xhp\n"
+"hd_id3149984\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragraph</link>"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/02220000.xhp\" name=\"ნახატის რუქა\">ნახატის რუქა</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">იმიჯმეპი</link>\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
+
+#. JRI?
+#: main0203.xhp
+msgctxt ""
+"main0203.xhp\n"
+"hd_id3153619\n"
+"7\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/shared/01/06050000.xhp\" name=\"Numbering Symbols\">Numbering Symbols</link></caseinline></switchinline>"
msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01140000.xhp\" name=\"პრინტერის პარამეტრები\">პრინტერის პარამეტრები</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01140000.xhp\" name=\"Printer Settings\">პრინტერის თვისებები</link>"
-#: main0206.xhp#tit.help.text
-msgid "Status Bar"
-msgstr "სტატუსის ზოლი"
+#. ){DC
+#: main0203.xhp
+msgctxt ""
+"main0203.xhp\n"
+"hd_id0122200903104143\n"
+"help.text"
+msgid "Increase Font"
+msgstr ""
-#: main0206.xhp#hd_id3153768.1.help.text
-msgid "<link href=\"text/simpress/main0206.xhp\" name=\"Status Bar\">Status Bar</link>"
+#. 9lVm
+#: main0203.xhp
+msgctxt ""
+"main0203.xhp\n"
+"par_id0122200903104255\n"
+"help.text"
+msgid "<ahelp hid=\".\">Increases the font size of the selected text.</ahelp>"
msgstr ""
-#: main0206.xhp#par_id3154020.2.help.text
-msgid "The status bar displays information about your document, including the currently selected object. You can double-click some status bar items to open a related dialog window."
+#. N{r5
+#: main0203.xhp
+msgctxt ""
+"main0203.xhp\n"
+"hd_id0122200903104228\n"
+"help.text"
+msgid "Reduce Font"
msgstr ""
-#: main0104.xhp#tit.help.text
+#. fH~d
+#: main0203.xhp
+msgctxt ""
+"main0203.xhp\n"
+"par_id0122200903104247\n"
+"help.text"
+msgid "<ahelp hid=\".\">Reduces the font size of the selected text.</ahelp>"
+msgstr ""
+
+#. ?!l8
+#: main0104.xhp
#, fuzzy
+msgctxt ""
+"main0104.xhp\n"
+"tit\n"
+"help.text"
msgid "Insert"
-msgstr ""
-"#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ჩასმა\n"
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"Insert\n"
-"#-#-#-#-# optionen.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ჩამატება\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ჩასმა\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ჩასმა\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ჩასმა\n"
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ჩასმა"
-
-#: main0104.xhp#hd_id3153726.1.help.text
+msgstr "#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\\nჩასმა\\n#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\nInsert\\n#-#-#-#-# optionen.po (PACKAGE VERSION) #-#-#-#-#\\nჩამატება\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nჩასმა\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\nჩასმა\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\nჩასმა\\n#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\nჩასმა"
+
+#. gkta
+#: main0104.xhp
#, fuzzy
+msgctxt ""
+"main0104.xhp\n"
+"hd_id3153726\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/simpress/main0104.xhp\" name=\"Insert\">Insert</link>"
msgstr "<link href=\"text/simpress/01/01170000.xhp\" name=\"Export\">ექსპორტი</link>"
-#: main0104.xhp#par_id3146971.2.help.text
+#. |66G
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"par_id3146971\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\".\">This menu contains the commands that are used to insert new elements into the document, for example, graphics, objects, special characters and other files.</ahelp>"
msgstr ""
-#: main0104.xhp#hd_id3145801.3.help.text
+#. Z5yE
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"hd_id3145801\n"
+"3\n"
+"help.text"
msgid "<link href=\"text/simpress/01/04010000.xhp\" name=\"Slide\">Slide</link>"
msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: main0104.xhp#par_idN105C7.help.text
+#. DX2(
+#: main0104.xhp
#, fuzzy
+msgctxt ""
+"main0104.xhp\n"
+"par_idN105C7\n"
+"help.text"
msgid "<link href=\"text/simpress/01/03152000.xhp\">Page Number</link>"
msgstr "<link href=\"text/simpress/01/01180000.xhp\" name=\"Page\">გვერდი</link>"
-#: main0104.xhp#par_idN10609.help.text
+#. pQF_
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"par_idN10609\n"
+"help.text"
msgid "Adds the slide number or the page number."
msgstr ""
-#: main0104.xhp#par_idN105D7.help.text
+#. h#HW
+#: main0104.xhp
#, fuzzy
+msgctxt ""
+"main0104.xhp\n"
+"par_idN105D7\n"
+"help.text"
msgid "<link href=\"text/simpress/01/03152000.xhp\">Date and Time</link>"
-msgstr ""
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">ფაილი</link>\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/simpress/01/04110000.xhp\" name=\"ფაილი\">ფაილი</link>"
-
-#: main0104.xhp#par_idN10624.help.text
+msgstr "#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">ფაილი</link>\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/01/04110000.xhp\" name=\"ფაილი\">ფაილი</link>"
+
+#. R~TI
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"par_idN10624\n"
+"help.text"
msgid "Adds the date and time as a field."
msgstr ""
-#: main0104.xhp#hd_id0915200910362363.help.text
+#. C1d+
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"hd_id0915200910362363\n"
+"help.text"
msgid "<link href=\"text/shared/01/04050000.xhp\" name=\"Comment\">Comment</link>"
msgstr "<link href=\"text/shared/01/04050000.xhp\" name=\"შენიშვნა\">შენიშვნა</link>"
-#: main0104.xhp#hd_id3153964.4.help.text
+#. DX:y
+#: main0104.xhp
#, fuzzy
+msgctxt ""
+"main0104.xhp\n"
+"hd_id3153964\n"
+"4\n"
+"help.text"
msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/04100000.xhp\" name=\"საგანგებო სიმბოლო\">საგანგებო სიმბოლო</link>\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">განსაკუთღებული სიმბოლო</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">სპეციალური სიმბოლო</link>\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/04100000.xhp\" name=\"საგანგებო სიმბოლო\">საგანგებო სიმბოლო</link>\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/04100000.xhp\" name=\"სპეციალური ასო-ნიშნის ჩასმა\">სპეციალური ასო-ნიშნის ჩასმა</link>"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/04100000.xhp\" name=\"საგანგებო სიმბოლო\">საგანგებო სიმბოლო</link>\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">განსაკუთღებული სიმბოლო</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">სპეციალური სიმბოლო</link>\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/04100000.xhp\" name=\"საგანგებო სიმბოლო\">საგანგებო სიმბოლო</link>\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/04100000.xhp\" name=\"სპეციალური ასო-ნიშნის ჩასმა\">სპეციალური ასო-ნიშნის ჩასმა</link>"
-#: main0104.xhp#hd_id3145790.10.help.text
+#. Ungy
+#: main0104.xhp
#, fuzzy
-msgctxt "main0104.xhp#hd_id3145790.10.help.text"
+msgctxt ""
+"main0104.xhp\n"
+"hd_id3145790\n"
+"10\n"
+"help.text"
msgid "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Hyperlink</link>"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01020000.xhp\" name=\"გახსნა\">გახსნა</link>\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01020000.xhp\" name=\"გახსნა\">გახსნა</link>\n"
-"#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01020000.xhp\" name=\"გახსნა\">გახსნა</link>\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01020000.xhp\" name=\"გახსნა\">გახსნა</link>\\n#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>"
-#: main0104.xhp#par_idN10651.help.text
+#. 1(:y
+#: main0104.xhp
#, fuzzy
+msgctxt ""
+"main0104.xhp\n"
+"par_idN10651\n"
+"help.text"
msgid "<link href=\"text/simpress/01/06050000.xhp\">Animated Image</link>"
msgstr "<link href=\"text/simpress/01/01180000.xhp\" name=\"Page\">გვერდი</link>"
-#: main0104.xhp#hd_id3145768.5.help.text
+#. [4?m
+#: main0104.xhp
#, fuzzy
+msgctxt ""
+"main0104.xhp\n"
+"hd_id3145768\n"
+"5\n"
+"help.text"
msgid "<link href=\"text/simpress/01/04080100.xhp\" name=\"Table\">Table</link>"
-msgstr ""
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">ფაილი</link>\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/simpress/01/04110000.xhp\" name=\"ფაილი\">ფაილი</link>"
-
-#: main0104.xhp#hd_id3143232.7.help.text
+msgstr "#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">ფაილი</link>\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/01/04110000.xhp\" name=\"ფაილი\">ფაილი</link>"
+
+#. !GJ;
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"hd_id3143232\n"
+"7\n"
+"help.text"
msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Chart\">Chart</link>"
msgstr ""
-#: main0104.xhp#par_id0302200904013251.help.text
+#. vDI6
+#: main0104.xhp
+msgctxt ""
+"main0104.xhp\n"
+"par_id0302200904013251\n"
+"help.text"
msgid "Inserts a chart."
msgstr ""
-#: main0104.xhp#hd_id3153812.8.help.text
+#. =J1h
+#: main0104.xhp
#, fuzzy
+msgctxt ""
+"main0104.xhp\n"
+"hd_id3153812\n"
+"8\n"
+"help.text"
msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/04160500.xhp\" name=\"მოლივლივე ჩარჩო\">მოლივლივე ჩარჩო</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">მოტივტივე ჩარჩო</link>\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/04160500.xhp\" name=\"მოძრავი ჩარჩო\">მოძრავი ჩარჩო</link>\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/04160500.xhp\" name=\"მცურავი ჩარჩო\">მცურავი ჩარჩო</link>"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/04160500.xhp\" name=\"მოლივლივე ჩარჩო\">მოლივლივე ჩარჩო</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">მოტივტივე ჩარჩო</link>\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/04160500.xhp\" name=\"მოძრავი ჩარჩო\">მოძრავი ჩარჩო</link>\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/04160500.xhp\" name=\"მცურავი ჩარჩო\">მცურავი ჩარჩო</link>"
-#: main0104.xhp#hd_id3149050.9.help.text
+#. y[F0
+#: main0104.xhp
#, fuzzy
+msgctxt ""
+"main0104.xhp\n"
+"hd_id3149050\n"
+"9\n"
+"help.text"
msgid "<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">File</link>"
-msgstr ""
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">ფაილი</link>\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/simpress/01/04110000.xhp\" name=\"ფაილი\">ფაილი</link>"
+msgstr "#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">ფაილი</link>\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/01/04110000.xhp\" name=\"ფაილი\">ფაილი</link>"
-#: main0214.xhp#tit.help.text
+#. LD9%
+#: main0105.xhp
#, fuzzy
-msgid "Picture Bar"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"სურათის ზოლი\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"სურათების ზოლი"
-
-#: main0214.xhp#hd_id3151245.1.help.text
-msgid "<link href=\"text/simpress/main0214.xhp\" name=\"Picture Bar\">Picture Bar</link>"
-msgstr ""
+msgctxt ""
+"main0105.xhp\n"
+"tit\n"
+"help.text"
+msgid "Format"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\nფორმატი\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nფორმატი\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\nფორმატი\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\nფორმატი\\n#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\\nფორმირება\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\nფორმატი"
-#: main0214.xhp#par_id3150543.2.help.text
-msgid "Use the <emph>Picture</emph> bar to set the color, contrast, and brightness options for the selected graphic object(s)."
-msgstr ""
+#. S+5R
+#: main0105.xhp
+#, fuzzy
+msgctxt ""
+"main0105.xhp\n"
+"hd_id3152596\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/main0105.xhp\" name=\"Format\">Format</link>"
+msgstr "#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">ფაილი</link>\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/01/04110000.xhp\" name=\"ფაილი\">ფაილი</link>"
+
+#. N?Y.
+#: main0105.xhp
+msgctxt ""
+"main0105.xhp\n"
+"par_id3145801\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FormatMenu\">Contains commands for formatting the layout and the contents of your document.</ahelp>"
+msgstr "<ahelp hid=\".uno:FormatMenu\">შეიცავს ბრძანებებს თქვენი დოკუმენტის განლაგებისა და შინაარსის ფორმატირებისთვის.</ahelp>"
-#: main0203.xhp#tit.help.text
-msgid "Text Formatting Bar"
-msgstr "ტექსტის ფორმატირების ზოლი"
+#. ,-X%
+#: main0105.xhp
+#, fuzzy
+msgctxt ""
+"main0105.xhp\n"
+"hd_id3147401\n"
+"8\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Character</link>"
+msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
-#: main0203.xhp#hd_id3150010.1.help.text
-msgid "<link href=\"text/simpress/main0203.xhp\" name=\"Text Formatting Bar\">Text Formatting Bar</link>"
-msgstr ""
+#. )(fU
+#: main0105.xhp
+#, fuzzy
+msgctxt ""
+"main0105.xhp\n"
+"hd_id3149941\n"
+"10\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragraph</link>"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/02220000.xhp\" name=\"ნახატის რუქა\">ნახატის რუქა</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">იმიჯმეპი</link>\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
-#: main0203.xhp#par_id3152597.2.help.text
-msgid "To display the <emph>Text Formatting</emph> Bar, place the cursor inside a text object."
-msgstr ""
+#. )FZ{
+#: main0105.xhp
+#, fuzzy
+msgctxt ""
+"main0105.xhp\n"
+"hd_id3147299\n"
+"15\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/Bullets\">Bullets and Numbering</link>"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/06050000.xhp\" name=\"ჩამონათვალი და გადანომვრა\">ჩამონათვალი და გადანომვრა</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/Bullets\">ბულეტები და დანომრვა</link>"
+
+#. ?vZ8
+#: main0105.xhp
+msgctxt ""
+"main0105.xhp\n"
+"hd_id3148727\n"
+"11\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/01180000.xhp\" name=\"Page\">Page</link>"
+msgstr "<link href=\"text/simpress/01/01180000.xhp\" name=\"Page\">გვერდი</link>"
-#: main0203.xhp#hd_id3151391.4.help.text
-msgid "<link href=\"text/shared/01/05020200.xhp\" name=\"Font Color\">Font Color</link>"
-msgstr "<link href=\"text/shared/01/05020200.xhp\" name=\"ფონტის ფერი\">ფონტის ფერი</link>"
+#. 1nIK
+#: main0105.xhp
+msgctxt ""
+"main0105.xhp\n"
+"hd_id3149499\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05230000.xhp\" name=\"Position and Size\">Position and Size</link>"
+msgstr "<link href=\"text/shared/01/05230000.xhp\" name=\"Position and Size\">პოზიცია და ზომა</link>"
-#: main0203.xhp#hd_id3154645.5.help.text
+#. _e:c
+#: main0105.xhp
#, fuzzy
-msgctxt "main0203.xhp#hd_id3154645.5.help.text"
-msgid "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Character</link>"
+msgctxt ""
+"main0105.xhp\n"
+"hd_id3154510\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05200000.xhp\" name=\"Line\">Line</link>"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/02180000.xhp\" name=\"ბმული\">ბმული</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">ბმულები</link>\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/02180000.xhp\" name=\"ბმულები\">ბმულები</link>"
+
+#. 1N]Z
+#: main0105.xhp
+msgctxt ""
+"main0105.xhp\n"
+"hd_id3149021\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">Area</link>"
+msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">არე</link>"
+
+#. ECAb
+#: main0105.xhp
+msgctxt ""
+"main0105.xhp\n"
+"hd_id3155961\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">Text</link>"
msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
-#: main0203.xhp#hd_id3149984.6.help.text
+#. 8A^g
+#: main0105.xhp
#, fuzzy
-msgctxt "main0203.xhp#hd_id3149984.6.help.text"
-msgid "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragraph</link>"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/02220000.xhp\" name=\"ნახატის რუქა\">ნახატის რუქა</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">იმიჯმეპი</link>\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
-
-#: main0203.xhp#hd_id3153619.7.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/shared/01/06050000.xhp\" name=\"Numbering Symbols\">Numbering Symbols</link></caseinline></switchinline>"
-msgstr ""
+msgctxt ""
+"main0105.xhp\n"
+"hd_id3156286\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/05120000.xhp\" name=\"Page Layout...\">Slide Design</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: main0203.xhp#hd_id0122200903104143.help.text
-msgid "Increase Font"
-msgstr ""
+#. sn-=
+#: main0105.xhp
+#, fuzzy
+msgctxt ""
+"main0105.xhp\n"
+"hd_id3163827\n"
+"12\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/05130000.xhp\" name=\"Modify Layout\">Slide Layout</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: main0203.xhp#par_id0122200903104255.help.text
-msgid "<ahelp hid=\".\">Increases the font size of the selected text.</ahelp>"
+#. O\e=
+#: main0211.xhp
+msgctxt ""
+"main0211.xhp\n"
+"tit\n"
+"help.text"
+msgid "Outline Bar"
msgstr ""
-#: main0203.xhp#hd_id0122200903104228.help.text
-msgid "Reduce Font"
+#. /_|h
+#: main0211.xhp
+#, fuzzy
+msgctxt ""
+"main0211.xhp\n"
+"hd_id3154013\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/main0211.xhp\" name=\"Outline Bar\">Outline Bar</link>"
+msgstr "#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">ფაილი</link>\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/01/04110000.xhp\" name=\"ფაილი\">ფაილი</link>"
+
+#. ^$RI
+#: main0211.xhp
+msgctxt ""
+"main0211.xhp\n"
+"par_id3145252\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">In<emph> Outline View</emph>, the Outline bar contains frequently used editing tools.</ahelp> Click the arrow next to an icon to open a toolbar that contains additional commands."
msgstr ""
-#: main0203.xhp#par_id0122200903104247.help.text
-msgid "<ahelp hid=\".\">Reduces the font size of the selected text.</ahelp>"
-msgstr ""
+#. 7J7U
+#: main0211.xhp
+#, fuzzy
+msgctxt ""
+"main0211.xhp\n"
+"hd_id3153912\n"
+"8\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/03130000.xhp\" name=\"Slide Show\">Slide Show</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: main0114.xhp#tit.help.text
-msgid "Slide Show"
-msgstr "სლაიდების ჩვენება"
+#. +uc+
+#: main0113.xhp
+msgctxt ""
+"main0113.xhp\n"
+"tit\n"
+"help.text"
+msgid "Modify"
+msgstr "შეცვლა"
-#: main0114.xhp#hd_id3154011.1.help.text
+#. (K1X
+#: main0113.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/main0114.xhp\" name=\"Slide Show\">Slide Show</link>"
+msgctxt ""
+"main0113.xhp\n"
+"hd_id3154020\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/main0113.xhp\" name=\"Modify\">Modify</link>"
msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: main0114.xhp#par_id3145252.2.help.text
-msgid "<ahelp hid=\".\">Contains commands and options for running a presentation.</ahelp>"
+#. 6RbF
+#: main0113.xhp
+msgctxt ""
+"main0113.xhp\n"
+"par_id3154321\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Contains commands for modifying objects in your document.</ahelp>"
msgstr ""
-#: main0114.xhp#hd_id3154510.3.help.text
-msgid "<link href=\"text/simpress/01/06080000.xhp\" name=\"Slide Show Settings\">Slide Show Settings</link>"
-msgstr "<link href=\"text/simpress/01/06080000.xhp\" name=\"დიაფილმის პარამეტრები\">დიაფილმის პარამეტრები</link>"
+#. IOqC
+#: main0113.xhp
+#, fuzzy
+msgctxt ""
+"main0113.xhp\n"
+"hd_id3153188\n"
+"9\n"
+"help.text"
+msgid "<link href=\"text/shared/02/05090000.xhp\" name=\"Rotate\">Rotate</link>"
+msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
+
+#. fGfh
+#: main0113.xhp
+msgctxt ""
+"main0113.xhp\n"
+"par_id3149378\n"
+"10\n"
+"help.text"
+msgid "Rotates the selected object(s)."
+msgstr ""
-#: main0114.xhp#hd_id3153486.5.help.text
+#. \bj2
+#: main0113.xhp
+msgctxt ""
+"main0113.xhp\n"
+"hd_id3149019\n"
+"8\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05360000.xhp\" name=\"Distribution\">Distribution</link>"
+msgstr ""
+
+#. Z?Qj
+#: main0113.xhp
#, fuzzy
-msgctxt "main0114.xhp#hd_id3153486.5.help.text"
-msgid "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaction\">Interaction</link>"
-msgstr "<link href=\"text/simpress/01/01170000.xhp\" name=\"Export\">ექსპორტი</link>"
+msgctxt ""
+"main0113.xhp\n"
+"hd_id3153966\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05190000.xhp\" name=\"Name Object\">Name Object</link>"
+msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
-#: main0114.xhp#par_idN10611.help.text
+#. eBou
+#: main0113.xhp
+msgctxt ""
+"main0113.xhp\n"
+"hd_id3154656\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05290100.xhp\" name=\"Group\">Group</link>"
+msgstr "<link href=\"text/shared/01/05290100.xhp\" name=\"Group\">ჯგუფი</link>"
+
+#. F),R
+#: main0113.xhp
+msgctxt ""
+"main0113.xhp\n"
+"hd_id3153484\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05290200.xhp\" name=\"Ungroup\">Ungroup</link>"
+msgstr "<link href=\"text/shared/01/05290200.xhp\" name=\"Ungroup\">განჯგუფება</link>"
+
+#. #Jaj
+#: main0113.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/01/06060000.xhp\">Custom Animation</link>"
-msgstr "<link href=\"text/simpress/01/01180000.xhp\" name=\"Page\">გვერდი</link>"
+msgctxt ""
+"main0113.xhp\n"
+"hd_id3148870\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05290300.xhp\" name=\"Edit Group\">Edit Group</link>"
+msgstr "<link href=\"text/shared/01/05290100.xhp\" name=\"Group\">ჯგუფი</link>"
-#: main0114.xhp#hd_id3153711.4.help.text
+#. rSeX
+#: main0113.xhp
+msgctxt ""
+"main0113.xhp\n"
+"hd_id3143233\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05290400.xhp\" name=\"Exit Group\">Exit Group</link>"
+msgstr "<link href=\"text/shared/01/05290400.xhp\" name=\"Exit Group\">ჯგუფის დატოვება</link>"
+
+#. ?d;D
+#: main0107.xhp
+msgctxt ""
+"main0107.xhp\n"
+"tit\n"
+"help.text"
+msgid "Window"
+msgstr "ფანჯარა"
+
+#. 9k_5
+#: main0107.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/01/06100000.xhp\" name=\"Custom Slide Show\">Custom Slide Show</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
+msgctxt ""
+"main0107.xhp\n"
+"hd_id3153770\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/main0107.xhp\" name=\"Window\">Window</link>"
+msgstr "#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">ფაილი</link>\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/01/04110000.xhp\" name=\"ფაილი\">ფაილი</link>"
+
+#. BRY*
+#: main0107.xhp
+msgctxt ""
+"main0107.xhp\n"
+"par_id3147435\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:WindowList\">Contains commands for manipulating and displaying document windows.</ahelp>"
+msgstr ""
-#: main0210.xhp#tit.help.text
+#. *#sI
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"tit\n"
+"help.text"
msgid "Drawing Bar"
msgstr "სახატავი დაფა"
-#: main0210.xhp#hd_id3150342.1.help.text
+#. K-l*
+#: main0210.xhp
+#, fuzzy
+msgctxt ""
+"main0210.xhp\n"
+"hd_id3150342\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/simpress/main0210.xhp\" name=\"Drawing Bar\">Drawing Bar</link>"
-msgstr ""
-
-#: main0210.xhp#par_id3150202.2.help.text
+msgstr "#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">ფაილი</link>\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/01/04110000.xhp\" name=\"ფაილი\">ფაილი</link>"
+
+#. 2;UU
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_id3150202\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\".\">The <emph>Drawing</emph> bar contains frequently used editing tools. Click the arrow next to an icon to open a toolbar that contains additional commands.</ahelp>"
msgstr ""
-#: main0210.xhp#par_id31502029.help.text
+#. ]Gp(
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_id31502029\n"
+"help.text"
msgid "You can view the Drawing bar also from a text document or spreadsheet. The set of visible icons can be slightly different according to the current document type."
msgstr ""
-#: main0210.xhp#hd_id3155962.3.help.text
+#. VASm
+#: main0210.xhp
#, fuzzy
+msgctxt ""
+"main0210.xhp\n"
+"hd_id3155962\n"
+"3\n"
+"help.text"
msgid "Select"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"არჩევა\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მონიშვნა"
-
-#: main0210.xhp#par_id3148488.4.help.text
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\nარჩევა\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\nმონიშვნა"
+
+#. tLsX
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_id3148488\n"
+"4\n"
+"help.text"
msgid "To select an object on the current slide, click the <emph>Select</emph> tool (white arrow) on the Drawing bar, and then click the object."
msgstr ""
-#: main0210.xhp#par_id3148610.5.help.text
+#. )G6i
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_id3148610\n"
+"5\n"
+"help.text"
msgid "To select more than one object, hold down Shift while you click."
msgstr ""
-#: main0210.xhp#par_id3148699.6.help.text
+#. ?nzg
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_id3148699\n"
+"6\n"
+"help.text"
msgid "To select an object that is behind another object, hold <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>, and then click the object. To select the next underlying object in the stacking, hold <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>, and then click again. To return the selection to the previously selected object, hold down Shift + <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>, and then click."
msgstr ""
-#: main0210.xhp#par_id3154651.7.help.text
+#. 8\/V
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_id3154651\n"
+"7\n"
+"help.text"
msgid "To add text to a selected object, double-click the object and type or enter your text."
msgstr ""
-#: main0210.xhp#par_id3153812.12.help.text
+#. 1I%^
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_id3153812\n"
+"12\n"
+"help.text"
msgid "To remove a selection, click anywhere outside the selected object, or press Escape."
msgstr ""
-#: main0210.xhp#par_idN106B0.help.text
+#. (ba0
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_idN106B0\n"
+"help.text"
msgid "<link href=\"text/simpress/02/10060000.xhp\">Rectangle</link>"
msgstr "<link href=\"text/simpress/02/10060000.xhp\">მართკუთხედი</link>"
-#: main0210.xhp#par_idN106C0.help.text
+#. +m!c
+#: main0210.xhp
#, fuzzy
+msgctxt ""
+"main0210.xhp\n"
+"par_idN106C0\n"
+"help.text"
msgid "Draws a filled rectangle where you drag in the current document. Click where you want to place a corner of the rectangle, and drag to the size you want. To draw a square, hold down Shift while you drag."
-msgstr ""
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მოცემულ დოკუმენტში ჭიმავს შევსებულ ოთკუთხედს. დააწკაპუნე იმ ადგილას სადაც გინდა დასვა მართკუთხედის კუთხე და გადაათრია რა ზომაზეც გინდა. კვადრატის მისაღებად გეჭიროთ Shift კლავიშა.\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მიმდინარე დოკუმენტში ხატავს სავსე მართკუთხედს. დააწკაპუნეთ იმ ადგილას, სადაც გინდათ, რომ იყოს მართკუთხედის კუთხე და გადაათრიეთ სასურველ ზომამდე. კვადრატის დასახატად გადათრევისას გეჭიროთ კლავიშზე Shift."
-
-#: main0210.xhp#par_idN106CD.help.text
+msgstr "#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\nმოცემულ დოკუმენტში ჭიმავს შევსებულ ოთკუთხედს. დააწკაპუნე იმ ადგილას სადაც გინდა დასვა მართკუთხედის კუთხე და გადაათრია რა ზომაზეც გინდა. კვადრატის მისაღებად გეჭიროთ Shift კლავიშა.\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\nმიმდინარე დოკუმენტში ხატავს სავსე მართკუთხედს. დააწკაპუნეთ იმ ადგილას, სადაც გინდათ, რომ იყოს მართკუთხედის კუთხე და გადაათრიეთ სასურველ ზომამდე. კვადრატის დასახატად გადათრევისას გეჭიროთ კლავიშზე Shift."
+
+#. ~?j@
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_idN106CD\n"
+"help.text"
msgid "<link href=\"text/simpress/02/10070000.xhp\">Ellipse</link>"
msgstr "<link href=\"text/simpress/02/10070000.xhp\">ელიფსი</link>"
-#: main0210.xhp#par_idN106DD.help.text
+#. w)JB
+#: main0210.xhp
#, fuzzy
+msgctxt ""
+"main0210.xhp\n"
+"par_idN106DD\n"
+"help.text"
msgid "Draws a filled oval where you drag in the current document. Click where you want to draw the oval, and drag to the size you want. To draw a circle, hold down Shift while you drag."
-msgstr ""
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მოცემულ დოკუმენტში ჭიმავს შევსებულ ოვალს. დააწკაპუნე იქ სადაც გინდა რომ ჩასვა ოვალი და გადაათრიეთ სასურველ ზომაზე. წრეწირის მისაღებად გაჭიროთ Shift ღილაკი.\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მიმდინარე დოკუმენტში გადათრევის ადგილას ხატავს შევსებულ ოვალს. დააწკაპუნეთ იქ სადაც გნებავთ ოვალის დახატვა და გათრევით გაზარდეთ სასურველ ზომამდე. წრის დასახატად გადათრევისას დააჭირეთ და არ აუშვათ Shift-ს "
-
-#: main0210.xhp#par_idN106EA.help.text
+msgstr "#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\nმოცემულ დოკუმენტში ჭიმავს შევსებულ ოვალს. დააწკაპუნე იქ სადაც გინდა რომ ჩასვა ოვალი და გადაათრიეთ სასურველ ზომაზე. წრეწირის მისაღებად გაჭიროთ Shift ღილაკი.\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\nმიმდინარე დოკუმენტში გადათრევის ადგილას ხატავს შევსებულ ოვალს. დააწკაპუნეთ იქ სადაც გნებავთ ოვალის დახატვა და გათრევით გაზარდეთ სასურველ ზომამდე. წრის დასახატად გადათრევისას დააჭირეთ და არ აუშვათ Shift-ს"
+
+#. h?!!
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_idN106EA\n"
+"help.text"
msgid "<link href=\"text/simpress/02/10050000.xhp\">Text</link>"
msgstr "<link href=\"text/simpress/02/10050000.xhp\">ტექსტი</link>"
-#: main0210.xhp#par_idN106FA.help.text
+#. C6%)
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_idN106FA\n"
+"help.text"
msgid "Draws a text box where you click or drag in the current document. Click anywhere in the document, and then type or paste your text."
msgstr "მოცემულ დოკუმენტში ჭიმავს ტექსტურ ველს.დააწკაპუნე ველში ნებისმიერ ადგილას და შემდეგ აკრიფე საჭირო ტექსტი."
-#: main0210.xhp#par_idN107C8.help.text
+#. `,RO
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_idN107C8\n"
+"help.text"
msgid "<link href=\"text/simpress/02/10120000.xhp\" name=\"Lines and Arrows\">Lines and Arrows</link>"
msgstr ""
-#: main0210.xhp#par_idN126D7.help.text
+#. D]`x
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_idN126D7\n"
+"help.text"
msgid "Opens the Arrows toolbar to insert lines and arrows."
msgstr ""
-#: main0210.xhp#par_idN10770.help.text
+#. T#MC
+#: main0210.xhp
#, fuzzy
-msgctxt "main0210.xhp#par_idN10770.help.text"
+msgctxt ""
+"main0210.xhp\n"
+"par_idN10770\n"
+"help.text"
msgid "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">Points</link>"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01130000.xhp\" name=\"ბეჩდვა\">ბეჭდვა</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">ბეჭდვა</link>\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01130000.xhp\" name=\"დაბეჭდვა\">დაბეჭდვა</link>\n"
-"#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">ბეჭვდა</link>"
-
-#: main0210.xhp#par_idN10780.help.text
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01130000.xhp\" name=\"ბეჩდვა\">ბეჭდვა</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">ბეჭდვა</link>\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01130000.xhp\" name=\"დაბეჭდვა\">დაბეჭდვა</link>\\n#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">ბეჭვდა</link>"
+
+#. T5m6
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_idN10780\n"
+"help.text"
msgid "Enables you to edit points on your drawing."
msgstr "საშუალებას გაძლევთ რედაქტირება გაუკეთოთ წერტილებს ნახატზე."
-#: main0210.xhp#par_idN10783.help.text
+#. di;3
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_idN10783\n"
+"help.text"
msgid "<link href=\"text/simpress/02/10030200.xhp\" name=\"Glue points\">Glue Points</link>"
msgstr "<link href=\"text/simpress/02/10030200.xhp\" name=\"Glue points\">წებოვანი წერტილები</link>"
-#: main0210.xhp#par_idN10793.help.text
+#. weX]
+#: main0210.xhp
#, fuzzy
+msgctxt ""
+"main0210.xhp\n"
+"par_idN10793\n"
+"help.text"
msgid "Enables you to edit glue points on your drawing."
msgstr "საშუალებას გაძლევთ რედაქტირება გაუკეთოთ წერტილებს ნახატზე."
-#: main0210.xhp#par_idN10803.help.text
+#. wZP8
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_idN10803\n"
+"help.text"
msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">From File</link>"
msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">ფაილიდან</link>"
-#: main0210.xhp#hd_id3153078.8.help.text
+#. /DY@
+#: main0210.xhp
#, fuzzy
+msgctxt ""
+"main0210.xhp\n"
+"hd_id3153078\n"
+"8\n"
+"help.text"
msgid "<link href=\"text/simpress/02/10030000.xhp\" name=\"Rotate\">Rotate</link>"
msgstr "<link href=\"text/simpress/01/01180000.xhp\" name=\"Page\">გვერდი</link>"
-#: main0210.xhp#par_id3154556.9.help.text
+#. ;8F3
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"par_id3154556\n"
+"9\n"
+"help.text"
msgid "This tool is used to rotate the object."
msgstr ""
-#: main0210.xhp#par_idN107FF.help.text
+#. Jp-2
+#: main0210.xhp
#, fuzzy
+msgctxt ""
+"main0210.xhp\n"
+"par_idN107FF\n"
+"help.text"
msgid "<link href=\"text/shared/3dsettings_toolbar.xhp\">Extrusion On/Off</link>"
-msgstr ""
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/3dsettings_toolbar.xhp\">ექსტრუზიის ჩართვა/გამორთვა</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/3dsettings_toolbar.xhp\"></link>"
+msgstr "#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/3dsettings_toolbar.xhp\">ექსტრუზიის ჩართვა/გამორთვა</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/3dsettings_toolbar.xhp\"></link>"
-#: main0210.xhp#par_idN1080F.help.text
+#. =b;h
+#: main0210.xhp
#, fuzzy
+msgctxt ""
+"main0210.xhp\n"
+"par_idN1080F\n"
+"help.text"
msgid "Switches the 3D effects on and off for the selected objects."
-msgstr ""
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მონიშნული ობიექტებისთვის სამგანზომილებიანი ეფექტების ჩართვა და გამორთვა.\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ცვლის 3D ეფექტებს ჩართვა გამორთვაზე."
+msgstr "#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\nმონიშნული ობიექტებისთვის სამგანზომილებიანი ეფექტების ჩართვა და გამორთვა.\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\nცვლის 3D ეფექტებს ჩართვა გამორთვაზე."
-#: main0210.xhp#hd_id3145350.11.help.text
+#. n5qo
+#: main0210.xhp
#, fuzzy
-msgctxt "main0210.xhp#hd_id3145350.11.help.text"
+msgctxt ""
+"main0210.xhp\n"
+"hd_id3145350\n"
+"11\n"
+"help.text"
msgid "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaction\">Interaction</link>"
msgstr "<link href=\"text/simpress/01/01170000.xhp\" name=\"Export\">ექსპორტი</link>"
-#: main0000.xhp#tit.help.text
-msgctxt "main0000.xhp#tit.help.text"
-msgid "Welcome to the $[officename] Impress Help"
-msgstr ""
-
-#: main0000.xhp#hd_id3150746.1.help.text
-msgctxt "main0000.xhp#hd_id3150746.1.help.text"
-msgid "Welcome to the $[officename] Impress Help"
-msgstr ""
-
-#: main0000.xhp#hd_id3153000.5.help.text
-msgid "How to Work With $[officename] Impress"
-msgstr ""
-
-#: main0000.xhp#hd_id3149880.7.help.text
-msgid "$[officename] Impress Menus, Toolbars, and Keys"
-msgstr ""
-
-#: main0000.xhp#hd_id3148386.6.help.text
-#, fuzzy
-msgid "Help about the Help"
-msgstr ""
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"დახმარება დახმარების შელახებ\n"
-"#-#-#-#-# shared.po (PACKAGE VERSION) #-#-#-#-#\n"
-"დახმარება დახმარების შესახებ\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"დახმარება დახმარების შესახებ\n"
-"#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\n"
-"დახმარება დახმარების შესახებ "
-
-#: main0103.xhp#tit.help.text
+#. ^8q/
+#: main0103.xhp
#, fuzzy
+msgctxt ""
+"main0103.xhp\n"
+"tit\n"
+"help.text"
msgid "View"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ნახვა\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ხედვა\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ხედი\n"
-"#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ხედი\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ხედი"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\nნახვა\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\nხედვა\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\nხედი\\n#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\\nხედი\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nხედი"
-#: main0103.xhp#hd_id3150297.1.help.text
+#. jsS*
+#: main0103.xhp
#, fuzzy
+msgctxt ""
+"main0103.xhp\n"
+"hd_id3150297\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/simpress/main0103.xhp\" name=\"View\">View</link>"
-msgstr ""
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">ფაილი</link>\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/simpress/01/04110000.xhp\" name=\"ფაილი\">ფაილი</link>"
-
-#: main0103.xhp#par_id3149378.2.help.text
+msgstr "#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">ფაილი</link>\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/01/04110000.xhp\" name=\"ფაილი\">ფაილი</link>"
+
+#. *2u[
+#: main0103.xhp
+msgctxt ""
+"main0103.xhp\n"
+"par_id3149378\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\".\">This menu contains commands for controlling the on-screen display of the document.</ahelp>"
msgstr ""
-#: main0103.xhp#hd_id3149121.3.help.text
+#. WBo5
+#: main0103.xhp
#, fuzzy
+msgctxt ""
+"main0103.xhp\n"
+"hd_id3149121\n"
+"3\n"
+"help.text"
msgid "<link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">Zoom</link>"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/03010000.xhp\" name=\"გადიდება\">გადიდება</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">მაშტაბი</link>\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/03010000.xhp\" name=\"გადიდება\">გადიდება</link>\n"
-"#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">გადიდება</link>"
-
-#: main0100.xhp#tit.help.text
-#, fuzzy
-msgid "Menus"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მენიუბი\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მნიუბი\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მენიუები\n"
-"#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მენიუები"
-
-#: main0100.xhp#hd_id3149664.1.help.text
-msgid "<variable id=\"main0100\"><link href=\"text/simpress/main0100.xhp\" name=\"Menus\">Menus</link></variable>"
-msgstr ""
-
-#: main0100.xhp#par_id3150012.2.help.text
-msgid "The following section lists the help topics available for menus and dialogs."
-msgstr "მომდევნო განყოფილება შეიცავს დახმარების თემებს მენიუებისა და დიალოგების შესახებ."
-
-#: main0200.xhp#tit.help.text
-#, fuzzy
-msgid "Toolbars"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ინსტუმენტების ზოლები\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ხელსაწყოთა ზოლი\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ინსტრუმენტთა პანელები\n"
-"#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ხელსაწყოთა ზოლი"
-
-#: main0200.xhp#hd_id3147434.1.help.text
-msgid "<variable id=\"main0200\"><link href=\"text/simpress/main0200.xhp\" name=\"Toolbars\">Toolbars</link></variable>"
-msgstr ""
-
-#: main0200.xhp#par_id31474099.help.text
-msgid "Add objects, including charts, spreadsheets, and images, to your document."
-msgstr ""
-
-#: main0204.xhp#tit.help.text
-msgid "Slide View Bar"
-msgstr ""
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/03010000.xhp\" name=\"გადიდება\">გადიდება</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">მაშტაბი</link>\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/03010000.xhp\" name=\"გადიდება\">გადიდება</link>\\n#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">გადიდება</link>"
-#: main0204.xhp#hd_id3150010.1.help.text
-msgid "<link href=\"text/simpress/main0204.xhp\" name=\"Slide View Bar\">Slide View Bar</link>"
-msgstr ""
-
-#: main0204.xhp#par_id3146971.2.help.text
-msgid "<ahelp hid=\"dummy\">The <emph>Slide View</emph> bar opens with the Slide Sorter view.</ahelp>"
-msgstr ""
-
-#: main0212.xhp#tit.help.text
-msgid "Slide Sorter Bar"
-msgstr ""
-
-#: main0212.xhp#hd_id3149664.1.help.text
-msgid "<link href=\"text/simpress/main0212.xhp\" name=\"Slide Sorter Bar\">Slide Sorter Bar</link>"
-msgstr ""
-
-#: main0212.xhp#par_id3146970.2.help.text
-msgid "<ahelp hid=\".\">In<emph> Slide Sorter</emph> view, the <emph>Slide Sorter</emph> bar can be used.</ahelp>"
-msgstr ""
-
-#: main0212.xhp#hd_id3153711.8.help.text
-#, fuzzy
-msgctxt "main0212.xhp#hd_id3153711.8.help.text"
-msgid "<link href=\"text/simpress/01/03130000.xhp\" name=\"Slide Show\">Slide Show</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: main0503.xhp#tit.help.text
-msgid "$[officename] Impress Features"
-msgstr ""
-
-#: main0503.xhp#hd_id3146119.1.help.text
-msgid "<variable id=\"main0503\"><link href=\"text/simpress/main0503.xhp\" name=\"$[officename] Impress Features\">$[officename] Impress Features</link></variable>"
-msgstr ""
-
-#: main0503.xhp#par_id3151074.2.help.text
-msgid "$[officename] Impress lets you create professional slide shows that can include charts, drawing objects, text, multimedia and a variety of other items. If you want, you can even import and modify Microsoft PowerPoint presentations."
-msgstr ""
-
-#: main0503.xhp#par_id3149379.3.help.text
-msgid "For on-screen slide shows, animation, slide transitions and multimedia are a few of the techniques you can use to make your presentation more exciting."
-msgstr ""
-
-#: main0503.xhp#hd_id3154016.22.help.text
-msgid "Creating Vector Graphics"
-msgstr ""
-
-#: main0503.xhp#par_id3154485.23.help.text
-msgid "Many of the tools for creating vector graphics in $[officename] Draw are available in $[officename] Impress."
-msgstr ""
-
-#: main0503.xhp#hd_id3150208.12.help.text
-msgid "Creating Slides"
-msgstr ""
-
-#: main0503.xhp#par_id3153247.13.help.text
-msgid "$[officename] Impress provides you with templates to create professional-looking slides."
-msgstr ""
-
-#: main0503.xhp#par_id3148610.14.help.text
-msgid "You can also assign a number of dynamic effects to your slides, including animation and transition effects."
-msgstr ""
-
-#: main0503.xhp#hd_id3153820.15.help.text
-msgid "Creating Presentations"
-msgstr ""
-
-#: main0503.xhp#par_id3153917.16.help.text
-msgid "Several views or pages are available when you design a slide show. For example, the Slide Sorter displays an overview of your slides in thumbnail form, while the Handout page contains both the slide and the text you want to distribute to the audience."
-msgstr ""
-
-#: main0503.xhp#par_id3148608.17.help.text
-msgid "$[officename] Impress also lets you rehearse the timing of your slide show."
-msgstr ""
-
-#: main0503.xhp#hd_id3154649.24.help.text
-msgid "Publishing Presentations"
-msgstr ""
-
-#: main0503.xhp#par_id3150046.25.help.text
-msgid "You can publish your slides on-screen, as handouts, or as HTML documents."
-msgstr ""
-
-#: main0503.xhp#hd_id3146965.18.help.text
-msgid "Giving Presentations"
-msgstr ""
-
-#: main0503.xhp#par_id3145114.19.help.text
-msgid "$[officename] Impress gives you the choice of running a slide show automatically or manually."
-msgstr ""
-
-#: main0105.xhp#tit.help.text
-#, fuzzy
-msgid "Format"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ფორმატი\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ფორმატი\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ფორმატი\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ფორმატი\n"
-"#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ფორმირება\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ფორმატი"
-
-#: main0105.xhp#hd_id3152596.1.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/main0105.xhp\" name=\"Format\">Format</link>"
-msgstr ""
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">ფაილი</link>\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/simpress/01/04110000.xhp\" name=\"ფაილი\">ფაილი</link>"
-
-#: main0105.xhp#par_id3145801.2.help.text
-msgid "<ahelp hid=\".uno:FormatMenu\">Contains commands for formatting the layout and the contents of your document.</ahelp>"
-msgstr "<ahelp hid=\".uno:FormatMenu\">შეიცავს ბრძანებებს თქვენი დოკუმენტის განლაგებისა და შინაარსის ფორმატირებისთვის.</ahelp>"
-
-#: main0105.xhp#hd_id3147401.8.help.text
-#, fuzzy
-msgctxt "main0105.xhp#hd_id3147401.8.help.text"
-msgid "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Character</link>"
-msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
-
-#: main0105.xhp#hd_id3149941.10.help.text
-#, fuzzy
-msgctxt "main0105.xhp#hd_id3149941.10.help.text"
-msgid "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragraph</link>"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/02220000.xhp\" name=\"ნახატის რუქა\">ნახატის რუქა</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">იმიჯმეპი</link>\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
-
-#: main0105.xhp#hd_id3147299.15.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/Bullets\">Bullets and Numbering</link>"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/06050000.xhp\" name=\"ჩამონათვალი და გადანომვრა\">ჩამონათვალი და გადანომვრა</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/Bullets\">ბულეტები და დანომრვა</link>"
-
-#: main0105.xhp#hd_id3148727.11.help.text
-msgid "<link href=\"text/simpress/01/01180000.xhp\" name=\"Page\">Page</link>"
-msgstr "<link href=\"text/simpress/01/01180000.xhp\" name=\"Page\">გვერდი</link>"
-
-#: main0105.xhp#hd_id3149499.6.help.text
-msgid "<link href=\"text/shared/01/05230000.xhp\" name=\"Position and Size\">Position and Size</link>"
-msgstr "<link href=\"text/shared/01/05230000.xhp\" name=\"Position and Size\">პოზიცია და ზომა</link>"
-
-#: main0105.xhp#hd_id3154510.3.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/05200000.xhp\" name=\"Line\">Line</link>"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/02180000.xhp\" name=\"ბმული\">ბმული</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">ბმულები</link>\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/02180000.xhp\" name=\"ბმულები\">ბმულები</link>"
-
-#: main0105.xhp#hd_id3149021.4.help.text
-msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">Area</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">არე</link>"
-
-#: main0105.xhp#hd_id3155961.5.help.text
-msgid "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">Text</link>"
-msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
-
-#: main0105.xhp#hd_id3156286.4.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/05120000.xhp\" name=\"Page Layout...\">Slide Design</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: main0105.xhp#hd_id3163827.12.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/05130000.xhp\" name=\"Modify Layout\">Slide Layout</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: main0102.xhp#tit.help.text
+#. 0KxI
+#: main0102.xhp
#, fuzzy
+msgctxt ""
+"main0102.xhp\n"
+"tit\n"
+"help.text"
msgid "Edit"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ჩასწორება\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"რედაქტირება\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"რედაქტირება\n"
-"#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\n"
-"რედაქტირება"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\nჩასწორება\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\nრედაქტირება\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\nრედაქტირება\\n#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\\nრედაქტირება"
-#: main0102.xhp#hd_id3153726.1.help.text
+#. sAb(
+#: main0102.xhp
#, fuzzy
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3153726\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/simpress/main0102.xhp\" name=\"Edit\">Edit</link>"
msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: main0102.xhp#par_id3151075.2.help.text
+#. L.Co
+#: main0102.xhp
+msgctxt ""
+"main0102.xhp\n"
+"par_id3151075\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\".\">This menu contains commands for editing the contents of the current document.</ahelp>"
msgstr ""
-#: main0102.xhp#hd_id3146316.3.help.text
+#. ./}^
+#: main0102.xhp
#, fuzzy
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3146316\n"
+"3\n"
+"help.text"
msgid "<link href=\"text/shared/01/02070000.xhp\" name=\"Paste Special\">Paste Special</link>"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/02070000.xhp\" name=\"საგანგებო ჩასმა\">საგანგებო ჩასმა</link>\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/02070000.xhp\" name=\"საგანგებოდ ჩასმა\">საგანგებოდ ჩასმა</link>"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/02070000.xhp\" name=\"საგანგებო ჩასმა\">საგანგებო ჩასმა</link>\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/02070000.xhp\" name=\"საგანგებოდ ჩასმა\">საგანგებოდ ჩასმა</link>"
-#: main0102.xhp#hd_id3154659.4.help.text
+#. #{3c
+#: main0102.xhp
#, fuzzy
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3154659\n"
+"4\n"
+"help.text"
msgid "<link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">Find & Replace</link>"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/02100000.xhp\" name=\"იპოვე და ჩაანაცვლე\">იპოვე და ჩაანაცვლე</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">პოვნა და შეცვლა</link>\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/02100000.xhp\" name=\"პოვნა და შეცვლა\">პოვნა და შეცვლა</link>"
-
-#: main0102.xhp#hd_id3148866.5.help.text
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/02100000.xhp\" name=\"იპოვე და ჩაანაცვლე\">იპოვე და ჩაანაცვლე</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">პოვნა და შეცვლა</link>\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/02100000.xhp\" name=\"პოვნა და შეცვლა\">პოვნა და შეცვლა</link>"
+
+#. [PY_
+#: main0102.xhp
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3148866\n"
+"5\n"
+"help.text"
msgid "<link href=\"text/simpress/01/02120000.xhp\" name=\"Duplicate\">Duplicate</link>"
msgstr "<link href=\"text/simpress/01/02120000.xhp\" name=\"Duplicate\">დუბლიკატები</link>"
-#: main0102.xhp#hd_id3154649.11.help.text
+#. |3TD
+#: main0102.xhp
#, fuzzy
-msgctxt "main0102.xhp#hd_id3154649.11.help.text"
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3154649\n"
+"11\n"
+"help.text"
msgid "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">Points</link>"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01130000.xhp\" name=\"ბეჩდვა\">ბეჭდვა</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">ბეჭდვა</link>\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01130000.xhp\" name=\"დაბეჭდვა\">დაბეჭდვა</link>\n"
-"#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">ბეჭვდა</link>"
-
-#: main0102.xhp#par_id3154766.12.help.text
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01130000.xhp\" name=\"ბეჩდვა\">ბეჭდვა</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">ბეჭდვა</link>\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01130000.xhp\" name=\"დაბეჭდვა\">დაბეჭდვა</link>\\n#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">ბეჭვდა</link>"
+
+#. #GX#
+#: main0102.xhp
+msgctxt ""
+"main0102.xhp\n"
+"par_id3154766\n"
+"12\n"
+"help.text"
msgid "Switches the <emph>Edit Points</emph> mode on and off."
msgstr ""
-#: main0102.xhp#hd_id3145116.13.help.text
+#. RS\X
+#: main0102.xhp
#, fuzzy
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3145116\n"
+"13\n"
+"help.text"
msgid "<link href=\"text/simpress/02/10030200.xhp\" name=\"Glue Points\">Glue Points</link>"
msgstr "<link href=\"text/simpress/02/10030200.xhp\" name=\"Glue points\">წებოვანი წერტილები</link>"
-#: main0102.xhp#par_id3147403.14.help.text
+#. B,O:
+#: main0102.xhp
+msgctxt ""
+"main0102.xhp\n"
+"par_id3147403\n"
+"14\n"
+"help.text"
msgid "Switches the <emph>Edit Glue Points</emph> mode on and off."
msgstr ""
-#: main0102.xhp#hd_id3150396.6.help.text
+#. Z/9#
+#: main0102.xhp
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3150396\n"
+"6\n"
+"help.text"
msgid "<link href=\"text/simpress/01/02160000.xhp\" name=\"Fields\">Fields</link>"
msgstr "<link href=\"text/simpress/01/02160000.xhp\" name=\"Fields\">ველები</link>"
-#: main0102.xhp#hd_id3149355.8.help.text
+#. cc2x
+#: main0102.xhp
#, fuzzy
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3149355\n"
+"8\n"
+"help.text"
msgid "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">Links</link>"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/02180000.xhp\" name=\"ბმული\">ბმული</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">ბმულები</link>\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/02180000.xhp\" name=\"ბმულები\">ბმულები</link>"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/02180000.xhp\" name=\"ბმული\">ბმული</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">ბმულები</link>\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/02180000.xhp\" name=\"ბმულები\">ბმულები</link>"
-#: main0102.xhp#hd_id3145590.9.help.text
+#. OrT=
+#: main0102.xhp
#, fuzzy
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3145590\n"
+"9\n"
+"help.text"
msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/02220000.xhp\" name=\"ნახატის რუქა\">ნახატის რუქა</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">იმიჯმეპი</link>\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/02220000.xhp\" name=\"ნახატის რუქა\">ნახატის რუქა</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">იმიჯმეპი</link>\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
-#: main0102.xhp#hd_id3145082.10.help.text
+#. j.~K
+#: main0102.xhp
#, fuzzy
-msgctxt "main0102.xhp#hd_id3145082.10.help.text"
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3145082\n"
+"10\n"
+"help.text"
msgid "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Hyperlink</link>"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01020000.xhp\" name=\"გახსნა\">გახსნა</link>\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01020000.xhp\" name=\"გახსნა\">გახსნა</link>\n"
-"#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>"
-
-#: main0113.xhp#tit.help.text
-msgid "Modify"
-msgstr "შეცვლა"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01020000.xhp\" name=\"გახსნა\">გახსნა</link>\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01020000.xhp\" name=\"გახსნა\">გახსნა</link>\\n#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>"
+
+#. $V-)
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"tit\n"
+"help.text"
+msgid "Line and Filling Bar"
+msgstr "კანტის და შევსების ზოლი"
-#: main0113.xhp#hd_id3154020.1.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/main0113.xhp\" name=\"Modify\">Modify</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
+#. G;8B
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id3149664\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/main0202.xhp\" name=\"Line and Filling Bar\">Line and Filling Bar</link>"
+msgstr ""
-#: main0113.xhp#par_id3154321.2.help.text
-msgid "<ahelp hid=\".\">Contains commands for modifying objects in your document.</ahelp>"
+#. ;l=O
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_id3153729\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">The Line and Filling Bar contains commands and options that you can apply in the current view.</ahelp>"
msgstr ""
-#: main0113.xhp#hd_id3153188.9.help.text
+#. F4T@
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id3156382\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">Line Style</link>"
+msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">ხაზის სტილი</link>"
+
+#. :D=%
+#: main0202.xhp
#, fuzzy
-msgid "<link href=\"text/shared/02/05090000.xhp\" name=\"Rotate\">Rotate</link>"
-msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
+msgctxt ""
+"main0202.xhp\n"
+"hd_id3159184\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Width\">Line Width</link>"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/05200100.xhp\" name=\"Line Width\">ხაზის სიგანე</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">ხაზის სტილი</link>"
+
+#. 4T8P
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id3150250\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Color\">Line Color</link>"
+msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Color\">ხაზის ფერი</link>"
-#: main0113.xhp#par_id3149378.10.help.text
-msgid "Rotates the selected object(s)."
-msgstr ""
+#. `cBQ
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id3148609\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Area Style / Filling</link>"
+msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">არეს სტილი /შევსება</link>"
-#: main0113.xhp#hd_id3149019.8.help.text
-msgid "<link href=\"text/shared/01/05360000.xhp\" name=\"Distribution\">Distribution</link>"
-msgstr ""
+#. AQ*Z
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id3150048\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">Shadow</link>"
+msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">ჩრდილი</link>"
+
+#. a??#
+#: main0114.xhp
+msgctxt ""
+"main0114.xhp\n"
+"tit\n"
+"help.text"
+msgid "Slide Show"
+msgstr "სლაიდების ჩვენება"
-#: main0113.xhp#hd_id3153966.3.help.text
+#. Wi$c
+#: main0114.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05190000.xhp\" name=\"Name Object\">Name Object</link>"
-msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">ტექსტი</link>"
+msgctxt ""
+"main0114.xhp\n"
+"hd_id3154011\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/main0114.xhp\" name=\"Slide Show\">Slide Show</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: main0113.xhp#hd_id3154656.4.help.text
-msgid "<link href=\"text/shared/01/05290100.xhp\" name=\"Group\">Group</link>"
-msgstr "<link href=\"text/shared/01/05290100.xhp\" name=\"Group\">ჯგუფი</link>"
+#. gMBX
+#: main0114.xhp
+msgctxt ""
+"main0114.xhp\n"
+"par_id3145252\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Contains commands and options for running a presentation.</ahelp>"
+msgstr ""
-#: main0113.xhp#hd_id3153484.7.help.text
-msgid "<link href=\"text/shared/01/05290200.xhp\" name=\"Ungroup\">Ungroup</link>"
-msgstr "<link href=\"text/shared/01/05290200.xhp\" name=\"Ungroup\">განჯგუფება</link>"
+#. h@Id
+#: main0114.xhp
+msgctxt ""
+"main0114.xhp\n"
+"hd_id3154510\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/06080000.xhp\" name=\"Slide Show Settings\">Slide Show Settings</link>"
+msgstr "<link href=\"text/simpress/01/06080000.xhp\" name=\"დიაფილმის პარამეტრები\">დიაფილმის პარამეტრები</link>"
-#: main0113.xhp#hd_id3148870.5.help.text
+#. q)ET
+#: main0114.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05290300.xhp\" name=\"Edit Group\">Edit Group</link>"
-msgstr "<link href=\"text/shared/01/05290100.xhp\" name=\"Group\">ჯგუფი</link>"
+msgctxt ""
+"main0114.xhp\n"
+"hd_id3153486\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaction\">Interaction</link>"
+msgstr "<link href=\"text/simpress/01/01170000.xhp\" name=\"Export\">ექსპორტი</link>"
-#: main0113.xhp#hd_id3143233.6.help.text
-msgid "<link href=\"text/shared/01/05290400.xhp\" name=\"Exit Group\">Exit Group</link>"
-msgstr "<link href=\"text/shared/01/05290400.xhp\" name=\"Exit Group\">ჯგუფის დატოვება</link>"
+#. Ve:/
+#: main0114.xhp
+#, fuzzy
+msgctxt ""
+"main0114.xhp\n"
+"par_idN10611\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/06060000.xhp\">Custom Animation</link>"
+msgstr "<link href=\"text/simpress/01/01180000.xhp\" name=\"Page\">გვერდი</link>"
-#: main0213.xhp#tit.help.text
+#. /HYF
+#: main0114.xhp
+#, fuzzy
+msgctxt ""
+"main0114.xhp\n"
+"hd_id3153711\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/06100000.xhp\" name=\"Custom Slide Show\">Custom Slide Show</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
+
+#. f|mT
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"tit\n"
+"help.text"
msgid "Options Bar"
msgstr "პარამეტრების ზოლი"
-#: main0213.xhp#hd_id3150012.1.help.text
+#. .ZTw
+#: main0213.xhp
+#, fuzzy
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3150012\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/simpress/main0213.xhp\" name=\"Options Bar\">Options Bar</link>"
-msgstr ""
-
-#: main0213.xhp#par_id3146971.2.help.text
+msgstr "#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">ფაილი</link>\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/01/04110000.xhp\" name=\"ფაილი\">ფაილი</link>"
+
+#. mdg-
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"par_id3146971\n"
+"2\n"
+"help.text"
msgid "To display the <emph>Options Bar</emph>, choose <emph>View - Toolbars - Options</emph>."
msgstr ""
-#: main0213.xhp#hd_id3148487.3.help.text
+#. `nRG
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3148487\n"
+"3\n"
+"help.text"
msgid "<link href=\"text/shared/02/01171200.xhp\" name=\"Display Grid\">Display Grid</link>"
msgstr "<link href=\"text/shared/02/01171200.xhp\" name=\"Display Grid\">ეკრანის ბადე</link>"
-#: main0213.xhp#hd_id3148700.4.help.text
+#. up\_
+#: main0213.xhp
#, fuzzy
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3148700\n"
+"4\n"
+"help.text"
msgid "<link href=\"text/shared/02/01171400.xhp\" name=\"Helplines While Moving\">Helplines While Moving</link>"
-msgstr ""
-"#-#-#-#-# shared.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/02/01171400.xhp\" name=\"Guides When Moving\">გიწევს მეგზურობას მოძრაობისას</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/02/01171400.xhp\" name=\"Guides When Moving\">იხელმძღვანელედ გადაადგილების დროს</link>"
+msgstr "#-#-#-#-# shared.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/02/01171400.xhp\" name=\"Guides When Moving\">გიწევს მეგზურობას მოძრაობისას</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/02/01171400.xhp\" name=\"Guides When Moving\">იხელმძღვანელედ გადაადგილების დროს</link>"
-#: main0213.xhp#hd_id3149603.5.help.text
+#. idK=
+#: main0213.xhp
#, fuzzy
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3149603\n"
+"5\n"
+"help.text"
msgid "<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\">Snap to Grid</link>"
-msgstr ""
-"#-#-#-#-# shared.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\">საკოორდინაციო ბადის გადაფარვა</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\">მიზიდვა ბადესთან</link>"
+msgstr "#-#-#-#-# shared.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\">საკოორდინაციო ბადის გადაფარვა</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\">მიზიდვა ბადესთან</link>"
-#: main0213.xhp#hd_id3143233.6.help.text
+#. VZ(#
+#: main0213.xhp
#, fuzzy
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3143233\n"
+"6\n"
+"help.text"
msgid "<link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Snap Lines\">Snap to Snap Lines</link>"
-msgstr ""
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Guides\">მიზიდვა მიმნიშვნელებთან</link>\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Guides\">Snap to Guides</link>"
+msgstr "#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Guides\">მიზიდვა მიმნიშვნელებთან</link>\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Guides\">Snap to Guides</link>"
-#: main0213.xhp#hd_id3146966.7.help.text
+#. 3)C1
+#: main0213.xhp
#, fuzzy
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3146966\n"
+"7\n"
+"help.text"
msgid "<link href=\"text/simpress/02/13150000.xhp\" name=\"Snap to Page Margins\">Snap to Page Margins</link>"
-msgstr ""
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/simpress/02/13150000.xhp\" name=\"Snap to Page Margins\">გვერდის კიდესათან მიზიდვა</link>\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/simpress/02/13150000.xhp\" name=\"გვერდის მინდვრებთან მიზიდვა\">გვერდის მინდვრებთან მიზიდვა</link>"
-
-#: main0213.xhp#hd_id3149051.8.help.text
+msgstr "#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/02/13150000.xhp\" name=\"Snap to Page Margins\">გვერდის კიდესათან მიზიდვა</link>\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/02/13150000.xhp\" name=\"გვერდის მინდვრებთან მიზიდვა\">გვერდის მინდვრებთან მიზიდვა</link>"
+
+#. ]=*n
+#: main0213.xhp
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3149051\n"
+"8\n"
+"help.text"
msgid "<link href=\"text/simpress/02/13160000.xhp\" name=\"Snap to Object Border\">Snap to Object Border</link>"
msgstr "<link href=\"text/simpress/02/13160000.xhp\" name=\"ობიექტების საზღვართან მიზიდვა\">ობიექტების საზღვართან მიზიდვა</link>"
-#: main0213.xhp#hd_id3150392.9.help.text
+#. .2Ac
+#: main0213.xhp
#, fuzzy
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3150392\n"
+"9\n"
+"help.text"
msgid "<link href=\"text/simpress/02/13170000.xhp\" name=\"Snap to Object Points\">Snap to Object Points</link>"
-msgstr ""
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/simpress/02/13170000.xhp\" name=\"Snap to Object Points\">ობიექტის პუნქტანებთან მიზიდვა</link>\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/simpress/02/13170000.xhp\" name=\"ობიექტების წერტილებთან მიზიდვა\">ობიექტების წერტილებთან მიზიდვა</link>"
+msgstr "#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/02/13170000.xhp\" name=\"Snap to Object Points\">ობიექტის პუნქტანებთან მიზიდვა</link>\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/02/13170000.xhp\" name=\"ობიექტების წერტილებთან მიზიდვა\">ობიექტების წერტილებთან მიზიდვა</link>"
-#: main0213.xhp#hd_id3156401.10.help.text
+#. Y@fy
+#: main0213.xhp
#, fuzzy
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3156401\n"
+"10\n"
+"help.text"
msgid "<link href=\"text/simpress/02/13180000.xhp\" name=\"Allow Quick Editing\">Allow Quick Editing</link>"
-msgstr ""
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/simpress/02/13180000.xhp\" name=\"Allow Quick Editing\">სწრაფი რედაქტირების გამოყენება</link>\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/simpress/02/13180000.xhp\" name=\"სწრაფი რედაქტირების ნების დართვა\">სწრაფი რედაქტირების ნების დართვა</link>"
+msgstr "#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/02/13180000.xhp\" name=\"Allow Quick Editing\">სწრაფი რედაქტირების გამოყენება</link>\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/02/13180000.xhp\" name=\"სწრაფი რედაქტირების ნების დართვა\">სწრაფი რედაქტირების ნების დართვა</link>"
-#: main0213.xhp#hd_id3145823.11.help.text
+#. Z4)H
+#: main0213.xhp
#, fuzzy
+msgctxt ""
+"main0213.xhp\n"
+"hd_id3145823\n"
+"11\n"
+"help.text"
msgid "<link href=\"text/simpress/02/13190000.xhp\" name=\"Select Text Area Only\">Select Text Area Only</link>"
+msgstr "#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/02/13190000.xhp\" name=\"Select Text Area Only\">მხოლოდ ტექსტის არის არჩევა</link>\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/02/13190000.xhp\" name=\"მხოლოდ ტექსტური არის არჩევა\">მხოლოდ ტექსტური არის არჩევა</link>"
+
+#. {Mki
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Welcome to the $[officename] Impress Help"
+msgstr ""
+
+#. IGM7
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"hd_id3150746\n"
+"1\n"
+"help.text"
+msgid "Welcome to the $[officename] Impress Help"
msgstr ""
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/simpress/02/13190000.xhp\" name=\"Select Text Area Only\">მხოლოდ ტექსტის არის არჩევა</link>\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/simpress/02/13190000.xhp\" name=\"მხოლოდ ტექსტური არის არჩევა\">მხოლოდ ტექსტური არის არჩევა</link>"
-#: main0106.xhp#tit.help.text
+#. ;pe4
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"hd_id3153000\n"
+"5\n"
+"help.text"
+msgid "How to Work With $[officename] Impress"
+msgstr ""
+
+#. .PKB
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"hd_id3149880\n"
+"7\n"
+"help.text"
+msgid "$[officename] Impress Menus, Toolbars, and Keys"
+msgstr ""
+
+#. a!N?
+#: main0000.xhp
#, fuzzy
-msgid "Tools"
+msgctxt ""
+"main0000.xhp\n"
+"hd_id3148386\n"
+"6\n"
+"help.text"
+msgid "Help about the Help"
+msgstr "#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\nდახმარება დახმარების შელახებ\\n#-#-#-#-# shared.po (PACKAGE VERSION) #-#-#-#-#\\nდახმარება დახმარების შესახებ\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\nდახმარება დახმარების შესახებ\\n#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\\nდახმარება დახმარების შესახებ"
+
+#. j05F
+#: main0204.xhp
+msgctxt ""
+"main0204.xhp\n"
+"tit\n"
+"help.text"
+msgid "Slide View Bar"
msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ინსტრუმენტები\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ინსტრუმენტები\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ინსტრუმენტები\n"
-"#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ხელსაწყოები"
-#: main0106.xhp#hd_id3154017.1.help.text
+#. psj7
+#: main0204.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/main0106.xhp\" name=\"Tools\">Tools</link>"
-msgstr "<link href=\"text/simpress/01/02160000.xhp\" name=\"Fields\">ველები</link>"
+msgctxt ""
+"main0204.xhp\n"
+"hd_id3150010\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/main0204.xhp\" name=\"Slide View Bar\">Slide View Bar</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: main0106.xhp#par_id3155064.2.help.text
-msgid "<ahelp hid=\".\">Contains spelling tools, a gallery of object art that you can add to your document, as well as tools for configuring menus, and setting program preferences.</ahelp>"
+#. y`\0
+#: main0204.xhp
+msgctxt ""
+"main0204.xhp\n"
+"par_id3146971\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"dummy\">The <emph>Slide View</emph> bar opens with the Slide Sorter view.</ahelp>"
msgstr ""
-#: main0106.xhp#hd_id3153248.4.help.text
+#. RH0t
+#: main0100.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
+msgctxt ""
+"main0100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Menus"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\nმენიუბი\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\nმნიუბი\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\nმენიუები\\n#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\\nმენიუები"
+
+#. ^^D,
+#: main0100.xhp
+msgctxt ""
+"main0100.xhp\n"
+"hd_id3149664\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"main0100\"><link href=\"text/simpress/main0100.xhp\" name=\"Menus\">Menus</link></variable>"
msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/06040000.xhp\" name=\"ავტო-შესწორება\">ავტო-შესწორება</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">ავტოკორექცია</link>\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/06040000.xhp\" name=\"ავტო-შესწორება\">ავტო-შესწორება</link>"
-#: main0106.xhp#hd_id3149130.6.help.text
+#. $=AL
+#: main0100.xhp
+msgctxt ""
+"main0100.xhp\n"
+"par_id3150012\n"
+"2\n"
+"help.text"
+msgid "The following section lists the help topics available for menus and dialogs."
+msgstr "მომდევნო განყოფილება შეიცავს დახმარების თემებს მენიუებისა და დიალოგების შესახებ."
+
+#. bNf~
+#: main0206.xhp
+msgctxt ""
+"main0206.xhp\n"
+"tit\n"
+"help.text"
+msgid "Status Bar"
+msgstr "სტატუსის ზოლი"
+
+#. Tn^[
+#: main0206.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Customize</link>"
+msgctxt ""
+"main0206.xhp\n"
+"hd_id3153768\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/main0206.xhp\" name=\"Status Bar\">Status Bar</link>"
+msgstr "#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">ფაილი</link>\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/01/04110000.xhp\" name=\"ფაილი\">ფაილი</link>"
+
+#. 62sU
+#: main0206.xhp
+msgctxt ""
+"main0206.xhp\n"
+"par_id3154020\n"
+"2\n"
+"help.text"
+msgid "The status bar displays information about your document, including the currently selected object. You can double-click some status bar items to open a related dialog window."
msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/06140000.xhp\" name=\"კონფოგურირება\">კონფიგურირება</link>\n"
-"#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/06140000.xhp\" name=\"კონფიგურაცია\">მორგება</link>\n"
-"#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/06140000.xhp\" name=\"Configure\">მორგება</link>"
-
-#: main0202.xhp#tit.help.text
-msgid "Line and Filling Bar"
-msgstr "კანტის და შევსების ზოლი"
-#: main0202.xhp#hd_id3149664.1.help.text
-msgid "<link href=\"text/simpress/main0202.xhp\" name=\"Line and Filling Bar\">Line and Filling Bar</link>"
+#. s[52
+#: main0200.xhp
+#, fuzzy
+msgctxt ""
+"main0200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Toolbars"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\nინსტუმენტების ზოლები\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\nხელსაწყოთა ზოლი\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\nინსტრუმენტთა პანელები\\n#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\\nხელსაწყოთა ზოლი"
+
+#. h6L1
+#: main0200.xhp
+msgctxt ""
+"main0200.xhp\n"
+"hd_id3147434\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"main0200\"><link href=\"text/simpress/main0200.xhp\" name=\"Toolbars\">Toolbars</link></variable>"
msgstr ""
-#: main0202.xhp#par_id3153729.2.help.text
-msgid "<ahelp hid=\".\">The Line and Filling Bar contains commands and options that you can apply in the current view.</ahelp>"
+#. A$n|
+#: main0200.xhp
+msgctxt ""
+"main0200.xhp\n"
+"par_id31474099\n"
+"help.text"
+msgid "Add objects, including charts, spreadsheets, and images, to your document."
msgstr ""
-#: main0202.xhp#hd_id3156382.3.help.text
-msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">Line Style</link>"
-msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">ხაზის სტილი</link>"
+#. h_FU
+#: main0101.xhp
+msgctxt ""
+"main0101.xhp\n"
+"tit\n"
+"help.text"
+msgid "File"
+msgstr "ფაილი"
-#: main0202.xhp#hd_id3159184.4.help.text
+#. V35p
+#: main0101.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Width\">Line Width</link>"
+msgctxt ""
+"main0101.xhp\n"
+"hd_id3153190\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/main0101.xhp\" name=\"File\">File</link>"
+msgstr "#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">ფაილი</link>\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/01/04110000.xhp\" name=\"ფაილი\">ფაილი</link>"
+
+#. d.K}
+#: main0101.xhp
+msgctxt ""
+"main0101.xhp\n"
+"par_id3154321\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">These commands apply to the current document, open a new document, or close the application.</ahelp>"
msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/05200100.xhp\" name=\"Line Width\">ხაზის სიგანე</link>\n"
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">ხაზის სტილი</link>"
-
-#: main0202.xhp#hd_id3150250.5.help.text
-msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Color\">Line Color</link>"
-msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Color\">ხაზის ფერი</link>"
-#: main0202.xhp#hd_id3148609.6.help.text
-msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Area Style / Filling</link>"
-msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">არეს სტილი /შევსება</link>"
-
-#: main0202.xhp#hd_id3150048.7.help.text
-msgid "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">Shadow</link>"
-msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">ჩრდილი</link>"
+#. XRkk
+#: main0101.xhp
+#, fuzzy
+msgctxt ""
+"main0101.xhp\n"
+"hd_id3149379\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">Open</link>"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01020000.xhp\" name=\"გახსნა\">გახსნა</link>\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01020000.xhp\" name=\"გახსნა\">გახსნა</link>\\n#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>"
-#: main0107.xhp#tit.help.text
-msgid "Window"
-msgstr "ფანჯარა"
+#. ILaJ
+#: main0101.xhp
+#, fuzzy
+msgctxt ""
+"main0101.xhp\n"
+"hd_id3149018\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">Save As</link>"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01070000.xhp\" name=\"შეინახე როგორც\">შეინახე როგორც</link>\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">დაიმახსოვრე როგორც</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">შენახვა როგორც</link>\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01070000.xhp\" name=\"შეინახე როგორც\">შეინახე როგორც</link>"
-#: main0107.xhp#hd_id3153770.1.help.text
+#. 3EKA
+#: main0101.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/main0107.xhp\" name=\"Window\">Window</link>"
-msgstr ""
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">ფაილი</link>\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/simpress/01/04110000.xhp\" name=\"ფაილი\">ფაილი</link>"
+msgctxt ""
+"main0101.xhp\n"
+"hd_id3145792\n"
+"14\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01190000.xhp\" name=\"Versions\">Versions</link>"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01190000.xhp\" name=\"ვერსიები\">ვერსიები</link>\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01190000.xhp\" name=\"Versions\">ვერსიები</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01190000.xhp\" name=\"Versions\">ვერსია</link>\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01190000.xhp\" name=\"ვერსიები\">ვერსიები</link>\\n#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01190000.xhp\" name=\"Versions\">ვერსიები</link>"
+
+#. ?2]F
+#: main0101.xhp
+msgctxt ""
+"main0101.xhp\n"
+"hd_id3145389\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/01170000.xhp\" name=\"Export\">Export</link>"
+msgstr "<link href=\"text/simpress/01/01170000.xhp\" name=\"Export\">ექსპორტი</link>"
-#: main0107.xhp#par_id3147435.2.help.text
-msgid "<ahelp hid=\".uno:WindowList\">Contains commands for manipulating and displaying document windows.</ahelp>"
-msgstr ""
+#. HWk%
+#: main0101.xhp
+#, fuzzy
+msgctxt ""
+"main0101.xhp\n"
+"hd_id3155524\n"
+"9\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01100000.xhp\" name=\"Properties\">Properties</link>"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01100000.xhp\" name=\"პარამეტრები\">პარამეტრები</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01100000.xhp\" name=\"Properties\">თვისებები</link>\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01100000.xhp\" name=\"თვისებები\">თვისებები</link>\\n#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01100000.xhp\" name=\"Properties\">თვისებები</link>"
-#: main0211.xhp#tit.help.text
-msgid "Outline Bar"
-msgstr ""
+#. [N7$
+#: main0101.xhp
+#, fuzzy
+msgctxt ""
+"main0101.xhp\n"
+"hd_id3150051\n"
+"12\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">Print</link>"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01130000.xhp\" name=\"ბეჩდვა\">ბეჭდვა</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">ბეჭდვა</link>\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01130000.xhp\" name=\"დაბეჭდვა\">დაბეჭდვა</link>\\n#-#-#-#-# smath.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">ბეჭვდა</link>"
-#: main0211.xhp#hd_id3154013.1.help.text
+#. zEeS
+#: main0101.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/main0211.xhp\" name=\"Outline Bar\">Outline Bar</link>"
-msgstr ""
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">ფაილი</link>\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/simpress/01/04110000.xhp\" name=\"ფაილი\">ფაილი</link>"
+msgctxt ""
+"main0101.xhp\n"
+"hd_id3146965\n"
+"13\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01140000.xhp\" name=\"Printer Settings\">Printer Settings</link>"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01140000.xhp\" name=\"პრინტერის პარამეტრები\">პრინტერის პარამეტრები</link>\\n#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/shared/01/01140000.xhp\" name=\"Printer Settings\">პრინტერის თვისებები</link>"
-#: main0211.xhp#par_id3145252.2.help.text
-msgid "<ahelp hid=\".\">In<emph> Outline View</emph>, the Outline bar contains frequently used editing tools.</ahelp> Click the arrow next to an icon to open a toolbar that contains additional commands."
-msgstr ""
+#. +z^s
+#: main0214.xhp
+#, fuzzy
+msgctxt ""
+"main0214.xhp\n"
+"tit\n"
+"help.text"
+msgid "Picture Bar"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\nსურათის ზოლი\\n#-#-#-#-# scalc.po (PACKAGE VERSION) #-#-#-#-#\\nსურათების ზოლი"
-#: main0211.xhp#hd_id3153912.8.help.text
+#. T9RR
+#: main0214.xhp
#, fuzzy
-msgctxt "main0211.xhp#hd_id3153912.8.help.text"
-msgid "<link href=\"text/simpress/01/03130000.xhp\" name=\"Slide Show\">Slide Show</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
+msgctxt ""
+"main0214.xhp\n"
+"hd_id3151245\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/main0214.xhp\" name=\"Picture Bar\">Picture Bar</link>"
+msgstr "#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">ფაილი</link>\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/01/04110000.xhp\" name=\"ფაილი\">ფაილი</link>"
+
+#. 1BPn
+#: main0214.xhp
+msgctxt ""
+"main0214.xhp\n"
+"par_id3150543\n"
+"2\n"
+"help.text"
+msgid "Use the <emph>Picture</emph> bar to set the color, contrast, and brightness options for the selected graphic object(s)."
+msgstr ""
-#: main0209.xhp#tit.help.text
+#. ai!Z
+#: main0209.xhp
+msgctxt ""
+"main0209.xhp\n"
+"tit\n"
+"help.text"
msgid "Rulers"
msgstr "სახაზავები"
-#: main0209.xhp#bm_id3153191.help.text
+#. nOS^
+#: main0209.xhp
+msgctxt ""
+"main0209.xhp\n"
+"bm_id3153191\n"
+"help.text"
msgid "<bookmark_value>rulers; in presentations</bookmark_value><bookmark_value>origin of rulers</bookmark_value>"
msgstr ""
-#: main0209.xhp#hd_id3153191.1.help.text
+#. D^qW
+#: main0209.xhp
#, fuzzy
+msgctxt ""
+"main0209.xhp\n"
+"hd_id3153191\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/simpress/main0209.xhp\" name=\"Rulers\">Rulers</link>"
-msgstr ""
-"#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">ფაილი</link>\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/simpress/01/04110000.xhp\" name=\"ფაილი\">ფაილი</link>"
-
-#: main0209.xhp#par_id3149666.2.help.text
+msgstr "#-#-#-#-# sdraw.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">ფაილი</link>\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\n<link href=\"text/simpress/01/04110000.xhp\" name=\"ფაილი\">ფაილი</link>"
+
+#. 1n6[
+#: main0209.xhp
+msgctxt ""
+"main0209.xhp\n"
+"par_id3149666\n"
+"2\n"
+"help.text"
msgid "You can use vertical and horizontal rulers at the left and upper edges of the $[officename] Impress workspace to assist you in creating your slide. The sections of the rulers that cover the area of the slide are white."
msgstr ""
-#: main0209.xhp#par_id3153963.4.help.text
+#. $B|K
+#: main0209.xhp
+msgctxt ""
+"main0209.xhp\n"
+"par_id3153963\n"
+"4\n"
+"help.text"
msgid "When you select an object, its dimensions are displayed on the rulers as gray double lines. To precisely resize the object, drag one of the double lines to a new location on the ruler."
msgstr ""
-#: main0209.xhp#par_id3150206.8.help.text
+#. :s\7
+#: main0209.xhp
+msgctxt ""
+"main0209.xhp\n"
+"par_id3150206\n"
+"8\n"
+"help.text"
msgid "When you select a text object on a slide, indents and tabs are displayed on the horizontal ruler. To change the indent or tab settings for the text object, drag an indent or a tab marker to a new location on the ruler."
msgstr ""
-#: main0209.xhp#par_id3150253.7.help.text
+#. /:92
+#: main0209.xhp
+msgctxt ""
+"main0209.xhp\n"
+"par_id3150253\n"
+"7\n"
+"help.text"
msgid "You can also drag a <link href=\"text/simpress/01/04030000.xhp\" name=\"snap line\">snap line</link> from a ruler to help you align objects on your slide. To insert a snap line using a ruler, drag the edge of a ruler into the slide."
msgstr ""
-#: main0209.xhp#par_id3153820.3.help.text
-msgid "To show or hide the rulers, choose <link href=\"text/simpress/01/03060000.xhp\" name=\"View - Rulers\"><emph>View - Rulers</emph></link>. "
+#. a)l!
+#: main0209.xhp
+msgctxt ""
+"main0209.xhp\n"
+"par_id3153820\n"
+"3\n"
+"help.text"
+msgid "To show or hide the rulers, choose <link href=\"text/simpress/01/03060000.xhp\" name=\"View - Rulers\"><emph>View - Rulers</emph></link>."
msgstr ""
-#: main0209.xhp#par_id3148609.9.help.text
+#. ,F,9
+#: main0209.xhp
+msgctxt ""
+"main0209.xhp\n"
+"par_id3148609\n"
+"9\n"
+"help.text"
msgid "To specify the measurement units for a ruler, right-click the ruler, and then choose a new unit from the list."
msgstr ""
-#: main0209.xhp#par_id3149129.6.help.text
+#. z;rM
+#: main0209.xhp
+msgctxt ""
+"main0209.xhp\n"
+"par_id3149129\n"
+"6\n"
+"help.text"
msgid "To change the origin (0 point) of the rulers, drag the intersection of the two rulers in the top left corner into the workspace. Vertical and horizontal guides appear. Continue to drag until the vertical and horizontal guides are where you want the new origin to be, and then release. To reset the origins of the rulers to the default values, double-click the intersection."
msgstr ""
-#: main0209.xhp#par_id3154651.5.help.text
+#. 6+E6
+#: main0209.xhp
+msgctxt ""
+"main0209.xhp\n"
+"par_id3154651\n"
+"5\n"
+"help.text"
msgid "To change the slide margins, drag the edge of the white areas in the rulers."
msgstr ""
diff --git a/source/ka/helpcontent2/source/text/simpress/00.po b/source/ka/helpcontent2/source/text/simpress/00.po
index 585a7da1c52..63d2f262c8c 100644
--- a/source/ka/helpcontent2/source/text/simpress/00.po
+++ b/source/ka/helpcontent2/source/text/simpress/00.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/simpress/00.oo
+#. extracted from helpcontent2/source/text/simpress/00
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-12 07:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,679 +12,1594 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: 00000413.xhp#tit.help.text
-msgctxt "00000413.xhp#tit.help.text"
-msgid "Modify Menu"
+#. `rcw
+#: 00000407.xhp
+msgctxt ""
+"00000407.xhp\n"
+"tit\n"
+"help.text"
+msgid "Slide Show Menu"
msgstr ""
-#: 00000413.xhp#hd_id3152578.1.help.text
-msgctxt "00000413.xhp#hd_id3152578.1.help.text"
-msgid "Modify Menu"
+#. qOFm
+#: 00000407.xhp
+msgctxt ""
+"00000407.xhp\n"
+"hd_id3150541\n"
+"1\n"
+"help.text"
+msgid "Slide Show Menu"
msgstr ""
-#: 00000413.xhp#par_id3151075.2.help.text
-msgid "Choose <emph>Modify - Convert </emph>(<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
-msgstr "ამოირჩიეთ <emph>შეცვლა - კონვერტაცია </emph>(<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
-
-#: 00000413.xhp#par_id3153415.46.help.text
-msgid "Open the context menu of a selected object and choose <emph>Convert</emph>"
-msgstr "გახსენით მონიშნული ობიექტის კონტექსტური მენიუ და ამოირჩიეთ <emph>კონვერტაცია</emph>"
-
-#: 00000413.xhp#par_id3149124.3.help.text
-msgid "Choose <emph>Modify - Convert - To Curve</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
-msgstr "ამოირჩიეთ <emph>შეცვლა - კონვერტაცია - To Curve</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
-
-#: 00000413.xhp#par_id3149018.27.help.text
-msgid "Open the context menu of a selected object and choose <emph>Convert - To Curve</emph>"
-msgstr "გახსენით მონიშნული ობიექტის კონტექსტური მენიუ და ამოირჩიეთ <emph>კონვერტაცია - To Curve</emph>"
-
-#: 00000413.xhp#par_id3156384.4.help.text
-msgid "Choose <emph>Modify - Convert - To Polygon</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
-msgstr "ამოირჩიეთ <emph>შეცვლა - კონვერტაცია - To Polygon</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
-
-#: 00000413.xhp#par_id3154702.26.help.text
-msgid "Open the context menu of a selected object and choose <emph>Convert - To Polygon</emph>"
-msgstr "გახსენით მონიშნული ობიექტის კონტექსტური მენიუ და ამოირჩიეთ <emph>კონვერტაცია - To Polygon</emph>"
-
-#: 00000413.xhp#par_id3147001.5.help.text
-msgid "Choose <emph>Modify - Convert - To 3D</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
-msgstr "ამოირჩიეთ <emph>შეცვლა - კონვერტაცია - 3D</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
+#. ]Qj)
+#: 00000407.xhp
+msgctxt ""
+"00000407.xhp\n"
+"par_id3158394\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"etdaw\">Choose <emph>Slide Show - Slide Transition</emph></variable>"
+msgstr "<variable id=\"etdaw\">ამოირჩიეთ <emph>დიაფილმი - სლაიდი Transition</emph></variable>"
-#: 00000413.xhp#par_id3155111.28.help.text
-msgid "Open the context menu of a selected object and choose <emph>Convert - To 3D </emph>"
-msgstr "გახსენით მონიშნული ობიექტის კონტექსტური მენიუ და ამოირჩიეთ <emph> კონვერტაცია - To 3D </emph>"
+#. t,+S
+#: 00000407.xhp
+msgctxt ""
+"00000407.xhp\n"
+"par_id3152576\n"
+"3\n"
+"help.text"
+msgid "Choose <emph>Insert - Animated Image</emph>"
+msgstr "ამოირჩიეთ <emph>ჩასმა - Animated Image</emph>"
-#: 00000413.xhp#par_id3150205.6.help.text
-msgid "Choose <emph>Modify - Convert - To 3D Rotation Object</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
-msgstr "ამოირჩიეთ <emph>შეცვლა - კონვერტაცია - 3D ობიექტის ბრუნვა</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
+#. )`,`
+#: 00000407.xhp
+msgctxt ""
+"00000407.xhp\n"
+"par_id3149262\n"
+"6\n"
+"help.text"
+msgid "Choose <emph>Slide Show - Custom Animation</emph>"
+msgstr "ამოირჩიეთ <emph>დიაფილმი - Custom Animation</emph>"
-#: 00000413.xhp#par_id3152992.29.help.text
-msgid "Open the context menu of a selected object and choose <emph>Convert - To 3D Rotation Body</emph>"
-msgstr "გახსენით მონიშნული ობიექტის კონტექსტური მენიუ და ამოირჩიეთ <emph>კონვერტაცია - 3D სხეულის ბრუნვა</emph>"
+#. ?,Se
+#: 00000407.xhp
+msgctxt ""
+"00000407.xhp\n"
+"par_id3146976\n"
+"7\n"
+"help.text"
+msgid "On the <emph>Drawing</emph> toolbar, click"
+msgstr "<emph>პრეზენტაცია</emph>-ზე ინსტრუმენტების ზოლი, დააწკაპე"
-#: 00000413.xhp#par_id3152986.33.help.text
-msgid "Choose <emph>Modify - Convert - To Bitmap</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
-msgstr "ამოირჩიეთ <emph>შეცვლა - კონვერტაცია - To Bitmap</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
+#. G]{s
+#: 00000407.xhp
+msgctxt ""
+"00000407.xhp\n"
+"par_id3155603\n"
+"help.text"
+msgid "<image id=\"img_id3149400\" src=\"cmd/sc_customanimation.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3149400\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149400\" src=\"cmd/sc_customanimation.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3149400\">ხატულა</alt></image>"
-#: 00000413.xhp#par_id3149409.34.help.text
-msgid "Open the context menu of a selected object and choose <emph>Convert - To Bitmap</emph>"
-msgstr "გახსენით მონიშნული ობიექტის კონტექსტური მენიუ და ამოირჩიეთ <emph>კონვერტაცია - To Bitmap</emph>"
+#. mA^C
+#: 00000407.xhp
+msgctxt ""
+"00000407.xhp\n"
+"par_id3154754\n"
+"8\n"
+"help.text"
+msgid "Custom Animation"
+msgstr "მორგებული ანიმაცია"
-#: 00000413.xhp#par_id3148870.35.help.text
-msgid "Choose <emph>Modify - Convert - To Metafile</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
-msgstr "ამოირჩიეთ <emph>შეცვლა - კონვერტაცია - To Metafile</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
+#. Y?V/
+#: 00000407.xhp
+msgctxt ""
+"00000407.xhp\n"
+"par_id3146316\n"
+"9\n"
+"help.text"
+msgid "Choose <emph>Slide Show - Interaction</emph>"
+msgstr "ამოირჩიეთ <emph>დიაფილმი - Interaction</emph>"
-#: 00000413.xhp#par_id3148608.36.help.text
-msgid "Open the context menu of a selected object and choose <emph>Convert - To Metafile</emph>"
-msgstr "გახსენით მონიშნული ობიექტის კონტექსტური მენიუ და ამოირჩიეთ <emph>კონვერტაცია - To Metafile</emph>"
+#. D_Lt
+#: 00000407.xhp
+msgctxt ""
+"00000407.xhp\n"
+"par_id3149257\n"
+"10\n"
+"help.text"
+msgid "On the <emph>Drawing</emph> toolbar, click"
+msgstr "<emph>პრეზენტაცია</emph>-ზე ინსტრუმენტების ზოლი, დააწკაპე"
-#: 00000413.xhp#par_id3153246.41.help.text
-msgid "Choose <emph>Modify - Convert - To Contour</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
-msgstr "ამოირჩიეთ <emph>შეცვლა - კონვერტაცია - To Contour</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
+#. uM+R
+#: 00000407.xhp
+msgctxt ""
+"00000407.xhp\n"
+"par_id3154649\n"
+"help.text"
+msgid "<image id=\"img_id3150205\" src=\"cmd/sc_animationeffects.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150205\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150205\" src=\"cmd/sc_animationeffects.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150205\">ხატულა</alt></image>"
-#: 00000413.xhp#par_id3159231.42.help.text
-msgid "Open the context menu of a selected object and choose <emph>Convert - To Contour</emph>"
-msgstr "გახსენით მონიშნული ობიექტის კონტექსტური მენიუ და ამოირჩიეთ <emph>კონვერტაცია - To Contour</emph>"
+#. 9Sp!
+#: 00000407.xhp
+msgctxt ""
+"00000407.xhp\n"
+"par_id3155380\n"
+"11\n"
+"help.text"
+msgid "Interaction"
+msgstr "ინტერაქცია"
-#: 00000413.xhp#par_id3153008.7.help.text
-msgid "Choose <emph>Modify - Arrange - In Front of Object</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
-msgstr "ამოირჩიეთ <emph>შეცვლა - დალაგება - ობიექტის წინ</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
+#. G.b]
+#: 00000407.xhp
+msgctxt ""
+"00000407.xhp\n"
+"par_id3152987\n"
+"12\n"
+"help.text"
+msgid "<variable id=\"praesent\">Choose <emph>Slide Show - Slide Show Settings</emph></variable>"
+msgstr "<variable id=\"praesent\">ამოირჩიეთ <emph>დიაფილმი - დიაფილმი პარამეტრები</emph></variable>"
-#: 00000413.xhp#par_id3145117.30.help.text
-msgid "Open the context menu of a selected object and choose <emph>Arrange - In Front of Object</emph>"
-msgstr "გახსენით მონიშნული ობიექტის კონტექსტური მენიუ და ამოირჩიეთ <emph>დალაგება -ობიექტის წინ</emph>"
+#. (^i`
+#: 00000407.xhp
+msgctxt ""
+"00000407.xhp\n"
+"par_id3155089\n"
+"13\n"
+"help.text"
+msgid "<variable id=\"indipra\">Choose <emph>Slide Show - Custom Slide Show</emph></variable>"
+msgstr "<variable id=\"indipra\">ამოირჩიეთ <emph>დიაფილმი - მორგებული დიაფილმი</emph></variable>"
-#: 00000413.xhp#par_id3147249.8.help.text
-msgctxt "00000413.xhp#par_id3147249.8.help.text"
-msgid "On the Drawing bar, open the <emph>Arrange</emph> toolbar and click:"
+#. z$47
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"tit\n"
+"help.text"
+msgid "File Menu"
msgstr ""
-#: 00000413.xhp#par_id3150537.help.text
-msgid "<image id=\"img_id3145233\" src=\"cmd/sc_beforeobject.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145233\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145233\" src=\"cmd/sc_beforeobject.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145233\">ხატულა</alt></image>"
-
-#: 00000413.xhp#par_id3153121.9.help.text
-msgid "In Front of Object"
-msgstr "ობიექტის ფასადზე"
-
-#: 00000413.xhp#par_id3150654.10.help.text
-msgid "Choose <emph>Modify - Arrange - Behind Object</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
-msgstr "ამოირჩიეთ <emph>შეცვლა - დალაგება - Behind Object</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
-
-#: 00000413.xhp#par_id3150482.31.help.text
-msgid "Open the context menu of a selected object and choose <emph>Arrange - Behind Object</emph>"
-msgstr "გახსენით მონიშნული ობიექტის კონტექსტური მენიუ და ამოირჩიეთ <emph>დალაგება - Behind Object</emph>"
-
-#: 00000413.xhp#par_id3149886.11.help.text
-msgctxt "00000413.xhp#par_id3149886.11.help.text"
-msgid "On the Drawing bar, open the <emph>Arrange</emph> toolbar and click:"
+#. {@ID
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"hd_id3153188\n"
+"1\n"
+"help.text"
+msgid "File Menu"
msgstr ""
-#: 00000413.xhp#par_id3150865.help.text
-msgid "<image id=\"img_id3145597\" src=\"cmd/sc_behindobject.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145597\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145597\" src=\"cmd/sc_behindobject.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145597\">ხატულა</alt></image>"
-
-#: 00000413.xhp#par_id3153110.12.help.text
-msgid "Behind Object"
-msgstr "უკანა ობიექტი"
+#. =K#u
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3146974\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"dtvlc\">Choose <emph>File - Export</emph></variable>"
+msgstr "<variable id=\"dtvlc\">ამოირჩიეთ <emph>ფაილი - ექსპორტი</emph></variable>"
-#: 00000413.xhp#par_id3150002.13.help.text
-msgid "Choose <emph>Modify - Arrange - Reverse</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
-msgstr "ამოირჩიეთ <emph>შეცვლა - დალაგება - Reverse</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
+#. [jh:
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"tit\n"
+"help.text"
+msgid "Format Menu"
+msgstr "ფორმატის მენიუ"
-#: 00000413.xhp#par_id3150339.32.help.text
-msgid "Open the context menu of a selected object and choose <emph>Arrange - Reverse</emph>"
-msgstr "გახსენით მონიშნული ობიექტის კონტექსტური მენიუ და ამოირჩიეთ <emph>დალაგება - შებრუნება</emph>"
+#. o{d{
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"hd_id3147001\n"
+"1\n"
+"help.text"
+msgid "Format Menu"
+msgstr "ფორმატის მენიუ"
-#: 00000413.xhp#par_id3145164.14.help.text
-msgctxt "00000413.xhp#par_id3145164.14.help.text"
-msgid "On the Drawing bar, open the <emph>Arrange</emph> toolbar and click:"
-msgstr ""
+#. mlpH
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3148489\n"
+"2\n"
+"help.text"
+msgid "In the context menu of a dimension line, choose <emph>Dimensions</emph>."
+msgstr "დააწკაპე context menu of a dimension line, ამოირჩიეთ <emph>Dimensions</emph>."
-#: 00000413.xhp#par_id3154327.help.text
-msgid "<image id=\"img_id3155439\" src=\"cmd/sc_reverseorder.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155439\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155439\" src=\"cmd/sc_reverseorder.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155439\">ხატულა</alt></image>"
+#. r0w6
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3150207\n"
+"15\n"
+"help.text"
+msgid "On the <emph>Lines and Arrows</emph> toolbar, click the <emph>Dimension Line</emph> icon."
+msgstr "დააწკაპე <emph>Lines and Arrows </emph>მონაცემთა ზოლზე the <emph>Dimension Line</emph> icon."
-#: 00000413.xhp#par_id3150272.15.help.text
-msgid "Reverse"
-msgstr "შებრუნება"
+#. tw5-
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3155530\n"
+"9\n"
+"help.text"
+msgid "<variable id=\"frtite\">Choose <emph>Format - Page</emph></variable>"
+msgstr "<variable id=\"frtite\">ამოირჩიეთ <emph>Format - ფურცელი</emph></variable>"
-#: 00000413.xhp#par_id3145298.21.help.text
-msgid "Choose <emph>Modify - Combine</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
-msgstr "ამოირჩიეთ <emph>შეცვლა - Combine</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
+#. 8?RL
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3145386\n"
+"13\n"
+"help.text"
+msgid "<variable id=\"frtites\">Choose <emph>Format - Page</emph> and then click the <emph>Page</emph> tab</variable>"
+msgstr "<variable id=\"frtites\">ამოირჩიეთ <emph>Format - ფურცელი </emph>and then click the <emph>ფურცელი </emph>tab </variable>"
-#: 00000413.xhp#par_id3148386.47.help.text
-msgid "Select two or more objects, open the context menu and choose <emph>Combine</emph>. "
-msgstr "მონიშნეთ ორი ან მეტი ობიექტი, გახსენი კონტექსტური მენიუ და ამოირჩიეთ <emph>Combine</emph>. "
+#. .*y\
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3148866\n"
+"14\n"
+"help.text"
+msgid "<variable id=\"frtiteh\">Choose <emph>Format - Page</emph> and then click the <emph>Background</emph> tab</variable>"
+msgstr "<variable id=\"frtiteh\">ამოირჩიეთ <emph>Format - ფურცელი</emph> and then click the <emph>Background</emph> tab </variable>"
-#: 00000413.xhp#par_id3150930.22.help.text
-msgid "Choose <emph>Modify - Split</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
-msgstr "ამოირჩიეთ <emph>შეცვლა - Split</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
+#. DcNm
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3155266\n"
+"10\n"
+"help.text"
+msgid "<variable id=\"adnsei\">Choose <emph>Format - Slide Layout</emph></variable>"
+msgstr "<variable id=\"adnsei\">ამოირჩიეთ <emph>Format - სლაიდი Layout</emph></variable>"
-#: 00000413.xhp#par_id3151022.48.help.text
-msgid "Select a combined object, open the context menu and choose <emph>Split</emph>. "
-msgstr "მონიშნეთ კომბინირებული, გახსენი კონტექსტური მენიუ და ამოირჩიეთ <emph>Split</emph>. "
+#. w:?N
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3152874\n"
+"11\n"
+"help.text"
+msgid "In a Draw document, right-click a layer tab and choose <emph>Modify Layer</emph>"
+msgstr "In a Draw document, right-click a layer tab and ამოირჩიეთ <emph>შეცვლა შრე</emph>"
-#: 00000413.xhp#par_id3154872.23.help.text
-msgid "Choose <emph>Modify - Connect</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
-msgstr "ამოირჩიეთ <emph>შეცვლა - შეერთება</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
+#. (H%U
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3154765\n"
+"17\n"
+"help.text"
+msgid "Choose <emph>Format - Layer</emph> (only $[officename] Draw)"
+msgstr "ამოირჩიეთ <emph>Format - შრე</emph> (only $[officename] Draw)"
-#: 00000413.xhp#par_id3150470.49.help.text
-msgid "Select two or more lines, open the context menu and choose <emph>Connect</emph>."
-msgstr "მონიშნეთ ორი ან მეტი ხაზი, გახსენი კონტექსტური მენიუ და ამოირჩიეთ <emph>შეერთება</emph>."
+#. 2-L.
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3153012\n"
+"12\n"
+"help.text"
+msgid "<variable id=\"seitenvorlage\">Choose <emph>Format - Slide Design</emph></variable>"
+msgstr "<variable id=\"seitenvorlage\">ამოირჩიეთ <emph>Format - სლაიდი Design</emph></variable>"
-#: 00000413.xhp#par_id3153920.24.help.text
-msgid "Choose <emph>Modify - Break</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
-msgstr "ამოირჩიეთ <emph>შეცვლა - წყვეტა</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
+#. kX,V
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert Menu"
+msgstr "ჩასმის მენიუ"
-#: 00000413.xhp#par_id3148430.50.help.text
-msgid "Select a line that was created by connecting two or more lines, open the context menu and choose <emph>Break</emph>."
-msgstr "მონიშნეთ ხაზი, რომელიც მიღებულია ორი ან მეტი ხაზის შეერთებით, გახსენი კონტექსტური მენიუ და ამოირჩიეთ <emph>წყვეტა</emph>."
+#. Hs@;
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"hd_id3143219\n"
+"1\n"
+"help.text"
+msgid "Insert Menu"
+msgstr "ჩასმის მენიუ"
-#: 00000413.xhp#par_id3155408.37.help.text
-msgid "Choose <emph>Modify - Shapes</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
-msgstr "ამოირჩიეთ <emph>შეცვლა - ფიგურები</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
+#. k~-I
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3147264\n"
+"2\n"
+"help.text"
+msgid "Choose <emph>Insert - Slide</emph>"
+msgstr "ამოირჩიეთ <emph>ჩასმა - სლაიდი</emph>"
-#: 00000413.xhp#par_id3145615.51.help.text
-msgid "Select two or more objects, open the context menu and choose <emph>Shapes</emph>"
-msgstr "მონიშნეთ ორი ან მეტი ობიექტი, გახსენი კონტექსტური მენიუ და ამოირჩიეთ <emph>Shapes</emph>"
+#. Dl`T
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3152597\n"
+"3\n"
+"help.text"
+msgid "On the <emph>Presentation</emph> bar, click"
+msgstr "<emph>პრეზენტაცის</emph> ზოლზე, დააწკაპე"
-#: 00000413.xhp#par_id3163822.38.help.text
-msgid "Choose <emph>Modify - Shapes - Merge</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
-msgstr "ამოირჩიეთ <emph>შეცვლა - ფორმები - ჩასმა</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
+#. 7XwH
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3145251\n"
+"help.text"
+msgid "<image id=\"img_id3151073\" src=\"cmd/sc_insertdoc.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151073\">Icon</alt></image>"
+msgstr "<image id=\"img_id3151073\" src=\"cmd/sc_insertdoc.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151073\">ხატულა</alt></image>"
-#: 00000413.xhp#par_id3156309.43.help.text
-msgid "Select two or more objects, open the context menu and choose <emph>Shapes - Merge</emph>"
-msgstr "მონიშნეთ ორი ან მეტი ობიექტი, გახსენი კონტექსტური მენიუ და ამოირჩიეთ <emph>ფორმები - ჩასმა</emph>"
+#. WG;m
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3154512\n"
+"4\n"
+"help.text"
+msgid "Slide"
+msgstr "სლაიდი"
-#: 00000413.xhp#par_id3150874.39.help.text
-msgid "Choose <emph>Modify - Shapes - Subtract</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
-msgstr "ამოირჩიეთ <emph>შეცვლა - ფორმები - Subtract</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
+#. 2ee!
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3155064\n"
+"5\n"
+"help.text"
+msgid "<variable id=\"seiteduplizieren\">Choose <emph>Insert - Duplicate Slide</emph></variable>"
+msgstr "<variable id=\"seiteduplizieren\">ამოირჩიეთ <emph>ჩასმა - გააორე სლაიდი</emph></variable>"
-#: 00000413.xhp#par_id3154643.44.help.text
-msgid "Select two or more objects, open the context menu and choose <emph>Shapes - Subtract</emph>"
-msgstr "მონიშნეთ ორი ან მეტი ობიექტი, გახსენი კონტექსტური მენიუ და ამოირჩიეთ <emph>ფორმები - Subtract</emph>"
+#. Kf5a
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3153711\n"
+"6\n"
+"help.text"
+msgid "<variable id=\"seitegliederung\">Choose <emph>Insert - Expand Slide</emph></variable>"
+msgstr "<variable id=\"seitegliederung\">ამოირჩიეთ <emph>ჩასმა - გაჭიმული სლაიდი</emph></variable>"
-#: 00000413.xhp#par_id3145204.40.help.text
-msgid "Choose <emph>Modify - Shapes - Intersect</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
-msgstr "ამოირჩიეთ <emph>შეცვლა - ფორმები - გადაკვეთა</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
+#. 9D6]
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3154254\n"
+"7\n"
+"help.text"
+msgid "<variable id=\"uebersicht\">Choose <emph>Insert - Summary Slide</emph></variable>"
+msgstr "<variable id=\"uebersicht\">ამოირჩიეთ <emph>ჩასმა - ჯამური სლაიდი</emph></variable>"
-#: 00000413.xhp#par_id3152931.45.help.text
-msgid "Select two or more objects, open the context menu and choose <emph>Shapes - Intersect</emph>"
-msgstr "მონიშნეთ ორი ან მეტი ობიექტი, გახსენი კონტექსტური მენიუ და ამოირჩიეთ <emph>ფორმები - გადაკვეთა</emph>"
+#. 66I;
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3147002\n"
+"8\n"
+"help.text"
+msgid "Choose <emph>Insert - Layer</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
+msgstr "ამოირჩიეთ <emph>ჩასმა - შრე</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
-#: 00000407.xhp#tit.help.text
-msgctxt "00000407.xhp#tit.help.text"
-msgid "Slide Show Menu"
-msgstr ""
+#. ESJ_
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3150363\n"
+"27\n"
+"help.text"
+msgid "Open context menu of layer tabs - choose <emph>Insert Layer</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
+msgstr "გახსენით შრეების ჩანართების კონტექსტური მენიუ - ამოირჩიეთ <emph>ჩასმა შრე</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
-#: 00000407.xhp#hd_id3150541.1.help.text
-msgctxt "00000407.xhp#hd_id3150541.1.help.text"
-msgid "Slide Show Menu"
-msgstr ""
+#. )E/R
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3155376\n"
+"9\n"
+"help.text"
+msgid "Choose <emph>Insert - Insert Snap Point/Line</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
+msgstr "ამოირჩიეთ <emph>ჩასმა - ჩასმა მიწებების წერტილი/ხაზი</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
-#: 00000407.xhp#par_id3158394.2.help.text
-msgid "<variable id=\"etdaw\">Choose <emph>Slide Show - Slide Transition</emph></variable>"
-msgstr "<variable id=\"etdaw\">ამოირჩიეთ <emph>დიაფილმი - სლაიდი Transition</emph></variable>"
+#. ad:X
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3154372\n"
+"28\n"
+"help.text"
+msgid "Open a context menu and choose <emph>Insert Snap Point/Line</emph>"
+msgstr "გახსენით კონტექსტური მენიუ და ამოირჩიეთ <emph>ჩასმა მიწებების წერტილი/ხაზი</emph>"
-#: 00000407.xhp#par_id3152576.3.help.text
-msgid "Choose <emph>Insert - Animated Image</emph>"
-msgstr "ამოირჩიეთ <emph>ჩასმა - Animated Image</emph>"
+#. +ysq
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3145388\n"
+"10\n"
+"help.text"
+msgid "<variable id=\"efglbe\">Select a snap point or line, open the context menu, and choose <emph>Edit Snap Point/Line</emph></variable>"
+msgstr "<variable id=\"efglbe\">მონიშნეთ მიწეპეპის წერილი ან ხაზი, გახსენით კონტექსტური მენიუ და ამოირჩიეთ <emph>რედაქტირება Snap Point/Line</emph></variable>"
-#: 00000407.xhp#par_id3149262.6.help.text
-msgid "Choose <emph>Slide Show - Custom Animation</emph>"
-msgstr "ამოირჩიეთ <emph>დიაფილმი - Custom Animation</emph>"
+#. rbn*
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3151239\n"
+"11\n"
+"help.text"
+msgid "Choose <emph>Insert - Spreadsheet</emph>"
+msgstr "ამოირჩიეთ <emph>ჩასმა - ელექტრონული ცხრილი</emph>"
-#: 00000407.xhp#par_id3146976.7.help.text
-msgctxt "00000407.xhp#par_id3146976.7.help.text"
-msgid "On the <emph>Drawing</emph> toolbar, click"
+#. ?:nX
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3144769\n"
+"12\n"
+"help.text"
+msgid "On the <emph>Insert</emph> toolbar, click"
msgstr "<emph>პრეზენტაცია</emph>-ზე ინსტრუმენტების ზოლი, დააწკაპე"
-#: 00000407.xhp#par_id3155603.help.text
-msgid "<image id=\"img_id3149400\" src=\"cmd/sc_customanimation.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3149400\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149400\" src=\"cmd/sc_customanimation.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3149400\">ხატულა</alt></image>"
+#. ,N!j
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3163703\n"
+"help.text"
+msgid "<image id=\"img_id3145361\" src=\"cmd/sc_grid.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145361\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145361\" src=\"cmd/sc_grid.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145361\">ხატულა</alt></image>"
-#: 00000407.xhp#par_id3154754.8.help.text
-msgid "Custom Animation"
-msgstr "მორგებული ანიმაცია"
+#. pWE@
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3146963\n"
+"13\n"
+"help.text"
+msgid "Spreadsheet"
+msgstr "ელექტრონული ცხრილი"
-#: 00000407.xhp#par_id3146316.9.help.text
-msgid "Choose <emph>Slide Show - Interaction</emph>"
-msgstr "ამოირჩიეთ <emph>დიაფილმი - Interaction</emph>"
+#. 1IEi
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3153075\n"
+"14\n"
+"help.text"
+msgid "Choose <emph>Insert - File</emph>"
+msgstr "ამოირჩიეთ <emph>ჩასმა - ფაილი</emph>"
-#: 00000407.xhp#par_id3149257.10.help.text
-msgctxt "00000407.xhp#par_id3149257.10.help.text"
-msgid "On the <emph>Drawing</emph> toolbar, click"
+#. wO{(
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3153958\n"
+"15\n"
+"help.text"
+msgid "On the <emph>Insert</emph> toolbar, click"
msgstr "<emph>პრეზენტაცია</emph>-ზე ინსტრუმენტების ზოლი, დააწკაპე"
-#: 00000407.xhp#par_id3154649.help.text
-msgid "<image id=\"img_id3150205\" src=\"cmd/sc_animationeffects.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150205\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150205\" src=\"cmd/sc_animationeffects.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150205\">ხატულა</alt></image>"
-
-#: 00000407.xhp#par_id3155380.11.help.text
-msgid "Interaction"
-msgstr "ინტერაქცია"
-
-#: 00000407.xhp#par_id3152987.12.help.text
-msgid "<variable id=\"praesent\">Choose <emph>Slide Show - Slide Show Settings</emph></variable>"
-msgstr "<variable id=\"praesent\">ამოირჩიეთ <emph>დიაფილმი - დიაფილმი პარამეტრები</emph></variable>"
-
-#: 00000407.xhp#par_id3155089.13.help.text
-msgid "<variable id=\"indipra\">Choose <emph>Slide Show - Custom Slide Show</emph></variable>"
-msgstr "<variable id=\"indipra\">ამოირჩიეთ <emph>დიაფილმი - მორგებული დიაფილმი</emph></variable>"
+#. |X`|
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3156397\n"
+"help.text"
+msgid "<image id=\"img_id3145237\" src=\"cmd/sc_inserttoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145237\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145237\" src=\"cmd/sc_inserttoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145237\">ხატულა</alt></image>"
-#: 00000402.xhp#tit.help.text
-msgctxt "00000402.xhp#tit.help.text"
-msgid "Edit Menu"
-msgstr "რედაქტირების მენიუ"
+#. Ym8C
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3157900\n"
+"16\n"
+"help.text"
+msgid "File"
+msgstr "ფაილი"
-#: 00000402.xhp#hd_id3150792.1.help.text
-msgctxt "00000402.xhp#hd_id3150792.1.help.text"
-msgid "Edit Menu"
-msgstr "რედაქტირების მენიუ"
+#. gHia
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3149351\n"
+"17\n"
+"help.text"
+msgid "<variable id=\"feldbf\">Choose <emph>Insert - Fields</emph></variable>"
+msgstr "<variable id=\"feldbf\">ამოირჩიეთ <emph>ჩასმა - Fields</emph></variable>"
-#: 00000402.xhp#par_id3145171.2.help.text
-msgid "Choose <emph>Edit - Duplicate</emph>"
-msgstr "ამოირჩიეთ <emph>რედაქტირება - დუბლირება</emph>"
+#. =F=J
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3150477\n"
+"22\n"
+"help.text"
+msgid "<variable id=\"feldbf1\">Choose <emph>Insert - Fields - Date (fixed)</emph></variable>"
+msgstr "<variable id=\"feldbf1\">ამოირჩიეთ <emph>ჩასმა - Fields - Date (fixed)</emph></variable>"
-#: 00000402.xhp#par_id3156441.7.help.text
-msgid "Shift+F3"
-msgstr "Shift+F3"
+#. Wcj8
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3146879\n"
+"18\n"
+"help.text"
+msgid "<variable id=\"feldbf2\">Choose <emph>Insert - Fields - Date (variable)</emph></variable>"
+msgstr "<variable id=\"feldbf2\">ამოირჩიეთ <emph>ჩასმა - Fields - Date (variable)</emph></variable>"
-#: 00000402.xhp#par_id3149263.3.help.text
-msgid "<variable id=\"bearbueber\">Choose <emph>Edit - Cross-fading</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only) </variable>"
-msgstr "<variable id=\"bearbueber\">ამოირჩიეთ <emph>რედაქტირება - ჯვარედინი-გადასვლა</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ნახატი) </variable>"
+#. z2X:
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3153036\n"
+"19\n"
+"help.text"
+msgid "<variable id=\"feldbf3\">Choose <emph>Insert - Fields - Time (fixed)</emph></variable>"
+msgstr "<variable id=\"feldbf3\">ამოირჩიეთ <emph>ჩასმა - Fields - Time (fixed)</emph></variable>"
-#: 00000402.xhp#par_id3149666.4.help.text
-msgid "<variable id=\"basl\">Choose <emph>Edit - Delete Slide</emph></variable>"
-msgstr "<variable id=\"basl\">ამოირჩიეთ <emph>რედაქტირება -სლაიდის წაშლა</emph></variable>"
+#. ,B/$
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3145590\n"
+"20\n"
+"help.text"
+msgid "<variable id=\"feldbf4\">Choose <emph>Insert - Fields - Time (variable)</emph></variable>"
+msgstr "<variable id=\"feldbf4\">ამოირჩიეთ <emph>ჩასმა - Fields - Time (variable)</emph></variable>"
-#: 00000402.xhp#par_id3147397.5.help.text
-msgid "<variable id=\"baebl\">Open the context menu of an inserted layer, then choose <emph>Delete Layer</emph></variable>"
-msgstr ""
+#. frrk
+#: 00000404.xhp
+#, fuzzy
+msgctxt ""
+"00000404.xhp\n"
+"par_id3153935\n"
+"21\n"
+"help.text"
+msgid "<variable id=\"feldbf5\">Choose <emph>Insert - Fields - Page Number</emph></variable>"
+msgstr "<variable id=\"feldbf7\">ამოირჩიეთ <emph>ჩასმა - Fields - ფაილი Name</emph></variable>"
-#: 00000402.xhp#par_id3155603.6.help.text
-msgid "<variable id=\"feldbefehl\">Choose <emph>Edit - Fields</emph></variable>"
-msgstr "<variable id=\"feldbefehl\">ამოირჩიეთ <emph>რედაქტირება - Fields</emph></variable>"
+#. kj#b
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3148583\n"
+"23\n"
+"help.text"
+msgid "<variable id=\"feldbf6\">Choose <emph>Insert - Fields - Author</emph></variable>"
+msgstr "<variable id=\"feldbf6\">ამოირჩიეთ <emph>ჩასმა - Fields - Author</emph></variable>"
-#: 00000402.xhp#par_id8695944.help.text
-msgid "<variable id=\"gluebar\">Click the <emph>Glue Points</emph> icon on the Drawing Bar </variable>"
-msgstr "<variable id=\"gluebar\">Click the <emph>ბლაგვი წერტილები</emph> ხატულა ხატვის ზოლში </variable>"
+#. 6:Xh
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id3155951\n"
+"24\n"
+"help.text"
+msgid "<variable id=\"feldbf7\">Choose <emph>Insert - Fields - File Name</emph></variable>"
+msgstr "<variable id=\"feldbf7\">ამოირჩიეთ <emph>ჩასმა - Fields - ფაილი Name</emph></variable>"
-#: 00000403.xhp#tit.help.text
-msgctxt "00000403.xhp#tit.help.text"
+#. C;i+
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"tit\n"
+"help.text"
msgid "View Menu"
msgstr "ხედის მენიუ"
-#: 00000403.xhp#hd_id3150542.1.help.text
-msgctxt "00000403.xhp#hd_id3150542.1.help.text"
+#. F}m/
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"hd_id3150542\n"
+"1\n"
+"help.text"
msgid "View Menu"
msgstr "ხედის მენიუ"
-#: 00000403.xhp#par_id3148798.2.help.text
+#. EalP
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3148798\n"
+"2\n"
+"help.text"
msgid "<variable id=\"aslal\">Choose <emph>View - Ruler</emph></variable>"
msgstr "<variable id=\"aslal\">ამოირჩიეთ <emph>ხედვა - სახაზავი</emph></variable>"
-#: 00000403.xhp#par_id3153771.3.help.text
+#. eMVr
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3153771\n"
+"3\n"
+"help.text"
msgid "<variable id=\"option\">Choose <emph>View - Toolbars - Options</emph></variable>"
msgstr "<variable id=\"option\">ამოირჩიეთ <emph>ხედვა - ხელსაწყოების ზოლი - პარამეტრები</emph></variable>"
-#: 00000403.xhp#par_id3152576.4.help.text
+#. k/7*
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3152576\n"
+"4\n"
+"help.text"
msgid "Choose <emph>View - Toolbars - Presentation</emph>"
msgstr "ამოირჩიეთ <emph>ხედვა - ხელსაწყოების ზოლი - პრეზენტაცია</emph>"
-#: 00000403.xhp#par_id3146316.8.help.text
+#. Doab
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3146316\n"
+"8\n"
+"help.text"
msgid "<variable id=\"quali\">Choose <emph>View - Color/Grayscale</emph></variable>"
msgstr "<variable id=\"quali\">ამოირჩიეთ <emph>ხედვა - ფერები/ნაცრისფერი ტონები</emph></variable>"
-#: 00000403.xhp#par_idN106A4.help.text
+#. e[Ja
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_idN106A4\n"
+"help.text"
msgid "<variable id=\"taskpane\">Choose <emph>View - Task Pane</emph></variable>"
msgstr "<variable id=\"taskpane\">ამოირჩიეთ <emph>ხედვა - ამოცანების პანელი</emph></variable>"
-#: 00000403.xhp#par_id3166426.10.help.text
-msgctxt "00000403.xhp#par_id3166426.10.help.text"
+#. koqF
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3166426\n"
+"10\n"
+"help.text"
msgid "Choose <emph>View - Normal</emph>"
msgstr "ამოირჩიეთ <emph>ხედვა - მთავარი</emph>"
-#: 00000403.xhp#par_id3157982.13.help.text
+#. |+8O
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3157982\n"
+"13\n"
+"help.text"
msgid "Choose <emph>View - Outline</emph>"
msgstr "ამოირჩიეთ <emph>ხედვა - ჩვეულებრივი</emph>"
-#: 00000403.xhp#par_id3149875.16.help.text
+#. MET%
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3149875\n"
+"16\n"
+"help.text"
msgid "Choose <emph>View - Slide Sorter</emph>"
msgstr "ამოირჩიეთ <emph>ხედვა - სლაიდი Sorter</emph>"
-#: 00000403.xhp#par_id3149352.19.help.text
+#. 1u?/
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3149352\n"
+"19\n"
+"help.text"
msgid "Choose <emph>View - Notes Page </emph>"
msgstr "ამოირჩიეთ <emph>ხედვა - Notes ფურცელი </emph>"
-#: 00000403.xhp#par_id3155255.22.help.text
+#. U9`:
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3155255\n"
+"22\n"
+"help.text"
msgid "Choose <emph>View - Handout Page</emph>"
msgstr "ამოირჩიეთ <emph>ხედვა - Handout ფურცელი</emph>"
-#: 00000403.xhp#par_id3154328.25.help.text
+#. +89R
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3154328\n"
+"25\n"
+"help.text"
msgid "Choose <emph>Slide Show - Slide Show</emph>"
msgstr "ამოირჩიეთ <emph>დიაფილმი - დიაფილმი</emph>"
-#: 00000403.xhp#par_id3150134.44.help.text
+#. \J=(
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3150134\n"
+"44\n"
+"help.text"
msgid "F5"
msgstr "F5"
-#: 00000403.xhp#par_id3145244.26.help.text
+#. zF/#
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3145244\n"
+"26\n"
+"help.text"
msgid "On the <emph>Presentation</emph> toolbar, click"
msgstr "<emph>პრეზენტაცია</emph>-ზე ინსტრუმენტების ზოლი, დააწკაპე"
-#: 00000403.xhp#par_id3148768.help.text
+#. j+@b
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3148768\n"
+"help.text"
msgid "<image id=\"img_id3148774\" src=\"cmd/sc_presentation.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148774\">Icon</alt></image>"
msgstr "<image id=\"img_id3148774\" src=\"cmd/sc_presentation.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148774\">ხატულა</alt></image>"
-#: 00000403.xhp#par_id3151016.27.help.text
+#. (X,#
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3151016\n"
+"27\n"
+"help.text"
msgid "Slide Show"
msgstr "სლაიდების ჩვენება"
-#: 00000403.xhp#par_id3153719.31.help.text
-msgctxt "00000403.xhp#par_id3153719.31.help.text"
+#. `6(I
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3153719\n"
+"31\n"
+"help.text"
msgid "Choose <emph>View - Normal</emph>"
msgstr "ამოირჩიეთ <emph>ხედვა - მთავარი</emph>"
-#: 00000403.xhp#par_id3151264.34.help.text
+#. JNsM
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3151264\n"
+"34\n"
+"help.text"
msgid "Choose <emph>View - Master</emph>"
msgstr "ამოირჩიეთ <emph>ხედვა - მთავარი</emph>"
-#: 00000403.xhp#par_idN10AF7.help.text
+#. eG8|
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_idN10AF7\n"
+"help.text"
msgid "<variable id=\"masterlayouts\">Choose <emph>View - Master - Slide Master </emph></variable>"
msgstr "<variable id=\"masterlayouts\">ამოირჩიეთ <emph>ხედვა - მთავარი - მთავარი სლაიდი </emph></variable>"
-#: 00000403.xhp#par_idN10B19.help.text
+#. SS3U
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_idN10B19\n"
+"help.text"
msgid "<variable id=\"notesmaster\">Choose <emph>View - Master - Notes Master</emph></variable>"
msgstr "<variable id=\"notesmaster\">ამოირჩიეთ <emph>ხედვა - მთავარი - მთავარი შენიშვნები</emph></variable>"
-#: 00000403.xhp#par_idN10B07.help.text
+#. 0aD9
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_idN10B07\n"
+"help.text"
msgid "<variable id=\"master\">Choose <emph>View - Master - Master Elements</emph></variable>"
msgstr "<variable id=\"master\">ამოირჩიეთ <emph>ხედვა - მთავარი - მთავარი ელემენტები</emph></variable>"
-#: 00000403.xhp#par_idN10B57.help.text
+#. Ph=7
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_idN10B57\n"
+"help.text"
msgid "Choose <emph>View - Header and Footer</emph>"
msgstr "ამოირჩიეთ <emph>ხედვა - ზედა და ქვედა კოლონტიტულები</emph>"
-#: 00000403.xhp#par_idN10B6E.help.text
+#. )V=W
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_idN10B6E\n"
+"help.text"
msgid "Choose <emph>Insert - Page number</emph>"
msgstr "ამოირჩიეთ <emph>ჩასმა - ფურცელის ნომერი</emph>"
-#: 00000403.xhp#par_idN10B74.help.text
+#. 2,Su
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_idN10B74\n"
+"help.text"
msgid "Choose <emph>Insert - Date and time</emph>"
msgstr "ამოირჩიეთ <emph>ჩასმა - თარიღი და დრო</emph>"
-#: 00000403.xhp#par_id3149286.37.help.text
+#. uE-h
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3149286\n"
+"37\n"
+"help.text"
msgid "<variable id=\"hinterzeichnung\">Choose <emph>View - Normal</emph></variable>"
msgstr "<variable id=\"hinterzeichnung\">ამოირჩიეთ <emph>ხედვა - ჩვეულებრივი</emph></variable>"
-#: 00000403.xhp#par_id3153480.56.help.text
+#. 7EEP
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3153480\n"
+"56\n"
+"help.text"
msgid "<variable id=\"master_drawing\">Choose <emph>View - Master - Slide Master</emph></variable>"
msgstr "<variable id=\"master_drawing\">ამოირჩიეთ <emph>ხედვა - მთავარი - სლაიდი მთავარი</emph></variable>"
-#: 00000403.xhp#par_id3147254.39.help.text
+#. 0.Im
+#: 00000403.xhp
+msgctxt ""
+"00000403.xhp\n"
+"par_id3147254\n"
+"39\n"
+"help.text"
msgid "<variable id=\"hinternotizen\">Choose <emph>View - Notes Page</emph></variable>"
msgstr "<variable id=\"hinternotizen\">ამოირჩიეთ <emph>ხედვა - შენიშვნების ფურცელი</emph></variable>"
-#: 00000404.xhp#tit.help.text
-msgctxt "00000404.xhp#tit.help.text"
-msgid "Insert Menu"
-msgstr "ჩასმის მენიუ"
-
-#: 00000404.xhp#hd_id3143219.1.help.text
-msgctxt "00000404.xhp#hd_id3143219.1.help.text"
-msgid "Insert Menu"
-msgstr "ჩასმის მენიუ"
-
-#: 00000404.xhp#par_id3147264.2.help.text
-msgid "Choose <emph>Insert - Slide</emph>"
-msgstr "ამოირჩიეთ <emph>ჩასმა - სლაიდი</emph>"
-
-#: 00000404.xhp#par_id3152597.3.help.text
-msgid "On the <emph>Presentation</emph> bar, click"
-msgstr "<emph>პრეზენტაცის</emph> ზოლზე, დააწკაპე"
-
-#: 00000404.xhp#par_id3145251.help.text
-msgid "<image id=\"img_id3151073\" src=\"cmd/sc_insertdoc.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151073\">Icon</alt></image>"
-msgstr "<image id=\"img_id3151073\" src=\"cmd/sc_insertdoc.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151073\">ხატულა</alt></image>"
-
-#: 00000404.xhp#par_id3154512.4.help.text
-msgid "Slide"
-msgstr "სლაიდი"
-
-#: 00000404.xhp#par_id3155064.5.help.text
-msgid "<variable id=\"seiteduplizieren\">Choose <emph>Insert - Duplicate Slide</emph></variable>"
-msgstr "<variable id=\"seiteduplizieren\">ამოირჩიეთ <emph>ჩასმა - გააორე სლაიდი</emph></variable>"
-
-#: 00000404.xhp#par_id3153711.6.help.text
-msgid "<variable id=\"seitegliederung\">Choose <emph>Insert - Expand Slide</emph></variable>"
-msgstr "<variable id=\"seitegliederung\">ამოირჩიეთ <emph>ჩასმა - გაჭიმული სლაიდი</emph></variable>"
-
-#: 00000404.xhp#par_id3154254.7.help.text
-msgid "<variable id=\"uebersicht\">Choose <emph>Insert - Summary Slide</emph></variable>"
-msgstr "<variable id=\"uebersicht\">ამოირჩიეთ <emph>ჩასმა - ჯამური სლაიდი</emph></variable>"
-
-#: 00000404.xhp#par_id3147002.8.help.text
-msgid "Choose <emph>Insert - Layer</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
-msgstr "ამოირჩიეთ <emph>ჩასმა - შრე</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
-
-#: 00000404.xhp#par_id3150363.27.help.text
-msgid "Open context menu of layer tabs - choose <emph>Insert Layer</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
-msgstr "გახსენით შრეების ჩანართების კონტექსტური მენიუ - ამოირჩიეთ <emph>ჩასმა შრე</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
-
-#: 00000404.xhp#par_id3155376.9.help.text
-msgid "Choose <emph>Insert - Insert Snap Point/Line</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
-msgstr "ამოირჩიეთ <emph>ჩასმა - ჩასმა მიწებების წერტილი/ხაზი</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
-
-#: 00000404.xhp#par_id3154372.28.help.text
-msgid "Open a context menu and choose <emph>Insert Snap Point/Line</emph>"
-msgstr "გახსენით კონტექსტური მენიუ და ამოირჩიეთ <emph>ჩასმა მიწებების წერტილი/ხაზი</emph>"
-
-#: 00000404.xhp#par_id3145388.10.help.text
-msgid "<variable id=\"efglbe\">Select a snap point or line, open the context menu, and choose <emph>Edit Snap Point/Line</emph></variable>"
-msgstr "<variable id=\"efglbe\">მონიშნეთ მიწეპეპის წერილი ან ხაზი, გახსენით კონტექსტური მენიუ და ამოირჩიეთ <emph>რედაქტირება Snap Point/Line</emph></variable>"
-
-#: 00000404.xhp#par_id3151239.11.help.text
-msgid "Choose <emph>Insert - Spreadsheet</emph>"
-msgstr "ამოირჩიეთ <emph>ჩასმა - ელექტრონული ცხრილი</emph>"
-
-#: 00000404.xhp#par_id3144769.12.help.text
-msgctxt "00000404.xhp#par_id3144769.12.help.text"
-msgid "On the <emph>Insert</emph> toolbar, click"
-msgstr "<emph>პრეზენტაცია</emph>-ზე ინსტრუმენტების ზოლი, დააწკაპე"
-
-#: 00000404.xhp#par_id3163703.help.text
-msgid "<image id=\"img_id3145361\" src=\"cmd/sc_grid.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145361\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145361\" src=\"cmd/sc_grid.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145361\">ხატულა</alt></image>"
-
-#: 00000404.xhp#par_id3146963.13.help.text
-msgid "Spreadsheet"
-msgstr "ელექტრონული ცხრილი"
-
-#: 00000404.xhp#par_id3153075.14.help.text
-msgid "Choose <emph>Insert - File</emph>"
-msgstr "ამოირჩიეთ <emph>ჩასმა - ფაილი</emph>"
-
-#: 00000404.xhp#par_id3153958.15.help.text
-msgctxt "00000404.xhp#par_id3153958.15.help.text"
-msgid "On the <emph>Insert</emph> toolbar, click"
-msgstr "<emph>პრეზენტაცია</emph>-ზე ინსტრუმენტების ზოლი, დააწკაპე"
-
-#: 00000404.xhp#par_id3156397.help.text
-msgid "<image id=\"img_id3145237\" src=\"cmd/sc_inserttoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145237\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145237\" src=\"cmd/sc_inserttoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145237\">ხატულა</alt></image>"
-
-#: 00000404.xhp#par_id3157900.16.help.text
-msgid "File"
-msgstr "ფაილი"
-
-#: 00000404.xhp#par_id3149351.17.help.text
-msgid "<variable id=\"feldbf\">Choose <emph>Insert - Fields</emph></variable>"
-msgstr "<variable id=\"feldbf\">ამოირჩიეთ <emph>ჩასმა - Fields</emph></variable>"
-
-#: 00000404.xhp#par_id3150477.22.help.text
-msgid "<variable id=\"feldbf1\">Choose <emph>Insert - Fields - Date (fixed)</emph></variable>"
-msgstr "<variable id=\"feldbf1\">ამოირჩიეთ <emph>ჩასმა - Fields - Date (fixed)</emph></variable>"
-
-#: 00000404.xhp#par_id3146879.18.help.text
-msgid "<variable id=\"feldbf2\">Choose <emph>Insert - Fields - Date (variable)</emph></variable>"
-msgstr "<variable id=\"feldbf2\">ამოირჩიეთ <emph>ჩასმა - Fields - Date (variable)</emph></variable>"
-
-#: 00000404.xhp#par_id3153036.19.help.text
-msgid "<variable id=\"feldbf3\">Choose <emph>Insert - Fields - Time (fixed)</emph></variable>"
-msgstr "<variable id=\"feldbf3\">ამოირჩიეთ <emph>ჩასმა - Fields - Time (fixed)</emph></variable>"
-
-#: 00000404.xhp#par_id3145590.20.help.text
-msgid "<variable id=\"feldbf4\">Choose <emph>Insert - Fields - Time (variable)</emph></variable>"
-msgstr "<variable id=\"feldbf4\">ამოირჩიეთ <emph>ჩასმა - Fields - Time (variable)</emph></variable>"
+#. %QAd
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"tit\n"
+"help.text"
+msgid "Tools Menu"
+msgstr "ხელსაწყოების მენიუ"
-#: 00000404.xhp#par_id3153935.21.help.text
-msgid "<variable id=\"feldbf5\">Choose Insert <switchinline select=\"appl\"><caseinline select=\"DRAW\">- Fields </caseinline></switchinline>- Page Number </variable>"
-msgstr "<variable id=\"feldbf5\">ამოირჩიეთ ჩასმა <switchinline select=\"appl\"><caseinline select=\"DRAW\">- Fields </caseinline></switchinline>- ფურცელი Number </variable>"
+#. PU8?
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"hd_id3153770\n"
+"1\n"
+"help.text"
+msgid "Tools Menu"
+msgstr "ხელსაწყოების მენიუ"
-#: 00000404.xhp#par_id3148583.23.help.text
-msgid "<variable id=\"feldbf6\">Choose <emph>Insert - Fields - Author</emph></variable>"
-msgstr "<variable id=\"feldbf6\">ამოირჩიეთ <emph>ჩასმა - Fields - Author</emph></variable>"
+#. \THc
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3153727\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"silbentrennung\">Choose <emph>Tools - Language - Hyphenation</emph></variable>"
+msgstr "<variable id=\"silbentrennung\">ამოირჩიეთ <emph>Tools - Language - Hyphenation</emph></variable>"
-#: 00000404.xhp#par_id3155951.24.help.text
-msgid "<variable id=\"feldbf7\">Choose <emph>Insert - Fields - File Name</emph></variable>"
-msgstr "<variable id=\"feldbf7\">ამოირჩიეთ <emph>ჩასმა - Fields - ფაილი Name</emph></variable>"
+#. _Lu3
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3163803\n"
+"22\n"
+"help.text"
+msgid "<variable id=\"neuprae\">Choose <emph>Slide Show - Custom Slide Show</emph> and then click <emph>New</emph>.</variable>"
+msgstr "<variable id=\"neuprae\">ამოირჩიეთ <emph>დიაფილმი - Custom დიაფილმი</emph> and then click <emph>New</emph>.</variable>"
-#: 00000004.xhp#tit.help.text
+#. @+K6
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"tit\n"
+"help.text"
msgid "To access this command"
msgstr "ამ ბრძანებასთან დაშვებისათვის"
-#: 00000004.xhp#hd_id3149655.1.help.text
+#. 7*fB
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id3149655\n"
+"1\n"
+"help.text"
msgid "<variable id=\"wie\">To access this command </variable>"
msgstr "<variable id=\"wie\">ამ ბრძანებასთან დაშვებისათვის </variable>"
-#: 00000004.xhp#par_id8789025.help.text
+#. ~sd{
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id8789025\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to save the selected bitmap picture as a file. The default file format is the internal format of the image.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">გახსენით დიალოგი მონიშნული სურათის ფაილად ჩასაწერად. ფაილის ნაგულისხმელი ფორმატია ინტერნეტის სურათების ფორმატი.</ahelp>"
-#: 00000004.xhp#par_id5316324.help.text
+#. V:Tf
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id5316324\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Custom Animation window on the Task pane.</ahelp>"
msgstr ""
-#: 00000004.xhp#par_id3147435.help.text
+#. j:[w
+#: 00000004.xhp
#, fuzzy
+msgctxt ""
+"00000004.xhp\n"
+"par_id3147435\n"
+"help.text"
msgid "<image id=\"img_id3156441\" src=\"cmd/sc_rect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
msgstr "<image id=\"img_id3145361\" src=\"cmd/sc_grid.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145361\">ხატულა</alt></image>"
-#: 00000004.xhp#par_id3145801.2.help.text
+#. q\8g
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3145801\n"
+"2\n"
+"help.text"
msgid "Rectangle"
msgstr "ოთხკუთხედი"
-#: 00000004.xhp#par_id3150749.help.text
+#. hlSP
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3150749\n"
+"help.text"
msgid "<image id=\"img_id3155065\" src=\"cmd/sc_ellipse.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155065\">Icon</alt></image>"
msgstr "<image id=\"img_id3155065\" src=\"cmd/sc_ellipse.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155065\">ხატულა</alt></image>"
-#: 00000004.xhp#par_id3147344.3.help.text
+#. C-(#
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3147344\n"
+"3\n"
+"help.text"
msgid "Ellipse"
msgstr "ელიფსი"
-#: 00000004.xhp#par_id3147004.help.text
+#. N5}-
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3147004\n"
+"help.text"
msgid "<image id=\"img_id3159236\" src=\"cmd/sc_linetoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159236\">Icon</alt></image>"
msgstr "<image id=\"img_id3159236\" src=\"cmd/sc_linetoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159236\">ხატულა</alt></image>"
-#: 00000004.xhp#par_id3150202.4.help.text
+#. QZ8C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3150202\n"
+"4\n"
+"help.text"
msgid "Curve"
msgstr "მრუდი"
-#: 00000004.xhp#par_id3156449.help.text
+#. bU1f
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3156449\n"
+"help.text"
msgid "<image id=\"img_id3149409\" src=\"cmd/sc_objectalign.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149409\">Icon</alt></image>"
msgstr "<image id=\"img_id3149409\" src=\"cmd/sc_objectalign.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149409\">ხატულა</alt></image>"
-#: 00000004.xhp#par_id3157979.5.help.text
+#. \Ueq
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3157979\n"
+"5\n"
+"help.text"
msgid "Alignment"
msgstr "განლაგება"
-#: 00000004.xhp#par_id3159208.help.text
+#. pJon
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3159208\n"
+"help.text"
msgid "<image id=\"img_id3159231\" src=\"cmd/sc_bringtofront.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159231\">Icon</alt></image>"
msgstr "<image id=\"img_id3159231\" src=\"cmd/sc_bringtofront.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159231\">ხატულა</alt></image>"
-#: 00000004.xhp#par_id3153013.6.help.text
+#. ~ZFR
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3153013\n"
+"6\n"
+"help.text"
msgid "Arrange"
msgstr "დალაგება"
-#: 00000406.xhp#tit.help.text
-msgctxt "00000406.xhp#tit.help.text"
-msgid "Tools Menu"
-msgstr "ხელსაწყოების მენიუ"
+#. Wn7e
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit Menu"
+msgstr "რედაქტირების მენიუ"
-#: 00000406.xhp#hd_id3153770.1.help.text
-msgctxt "00000406.xhp#hd_id3153770.1.help.text"
-msgid "Tools Menu"
-msgstr "ხელსაწყოების მენიუ"
+#. 7nDX
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"hd_id3150792\n"
+"1\n"
+"help.text"
+msgid "Edit Menu"
+msgstr "რედაქტირების მენიუ"
-#: 00000406.xhp#par_id3153727.2.help.text
-msgid "<variable id=\"silbentrennung\">Choose <emph>Tools - Language - Hyphenation</emph></variable>"
-msgstr "<variable id=\"silbentrennung\">ამოირჩიეთ <emph>Tools - Language - Hyphenation</emph></variable>"
+#. $$!|
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3145171\n"
+"2\n"
+"help.text"
+msgid "Choose <emph>Edit - Duplicate</emph>"
+msgstr "ამოირჩიეთ <emph>რედაქტირება - დუბლირება</emph>"
-#: 00000406.xhp#par_id3163803.22.help.text
-msgid "<variable id=\"neuprae\">Choose <emph>Slide Show - Custom Slide Show</emph> and then click <emph>New</emph>.</variable>"
-msgstr "<variable id=\"neuprae\">ამოირჩიეთ <emph>დიაფილმი - Custom დიაფილმი</emph> and then click <emph>New</emph>.</variable>"
+#. #AbH
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3156441\n"
+"7\n"
+"help.text"
+msgid "Shift+F3"
+msgstr "Shift+F3"
-#: 00000401.xhp#tit.help.text
-msgctxt "00000401.xhp#tit.help.text"
-msgid "File Menu"
+#. 3Gp@
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3149263\n"
+"3\n"
+"help.text"
+msgid "<variable id=\"bearbueber\">Choose <emph>Edit - Cross-fading</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only) </variable>"
+msgstr "<variable id=\"bearbueber\">ამოირჩიეთ <emph>რედაქტირება - ჯვარედინი-გადასვლა</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ნახატი) </variable>"
+
+#. 3G{@
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3149666\n"
+"4\n"
+"help.text"
+msgid "<variable id=\"basl\">Choose <emph>Edit - Delete Slide</emph></variable>"
+msgstr "<variable id=\"basl\">ამოირჩიეთ <emph>რედაქტირება -სლაიდის წაშლა</emph></variable>"
+
+#. mmO:
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3147397\n"
+"5\n"
+"help.text"
+msgid "<variable id=\"baebl\">Open the context menu of an inserted layer, then choose <emph>Delete Layer</emph></variable>"
msgstr ""
-#: 00000401.xhp#hd_id3153188.1.help.text
-msgctxt "00000401.xhp#hd_id3153188.1.help.text"
-msgid "File Menu"
+#. LpFo
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id3155603\n"
+"6\n"
+"help.text"
+msgid "<variable id=\"feldbefehl\">Choose <emph>Edit - Fields</emph></variable>"
+msgstr "<variable id=\"feldbefehl\">ამოირჩიეთ <emph>რედაქტირება - Fields</emph></variable>"
+
+#. 8T`.
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id8695944\n"
+"help.text"
+msgid "<variable id=\"gluebar\">Click the <emph>Glue Points</emph> icon on the Drawing Bar </variable>"
+msgstr "<variable id=\"gluebar\">Click the <emph>ბლაგვი წერტილები</emph> ხატულა ხატვის ზოლში </variable>"
+
+#. .\J5
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"tit\n"
+"help.text"
+msgid "Modify Menu"
msgstr ""
-#: 00000401.xhp#par_id3146974.2.help.text
-msgid "<variable id=\"dtvlc\">Choose <emph>File - Export</emph></variable>"
-msgstr "<variable id=\"dtvlc\">ამოირჩიეთ <emph>ფაილი - ექსპორტი</emph></variable>"
+#. dLl)
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"hd_id3152578\n"
+"1\n"
+"help.text"
+msgid "Modify Menu"
+msgstr ""
-#: 00000405.xhp#tit.help.text
-msgctxt "00000405.xhp#tit.help.text"
-msgid "Format Menu"
-msgstr "ფორმატის მენიუ"
+#. QQ1A
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3151075\n"
+"2\n"
+"help.text"
+msgid "Choose <emph>Modify - Convert </emph>(<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
+msgstr "ამოირჩიეთ <emph>შეცვლა - კონვერტაცია </emph>(<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
-#: 00000405.xhp#hd_id3147001.1.help.text
-msgctxt "00000405.xhp#hd_id3147001.1.help.text"
-msgid "Format Menu"
-msgstr "ფორმატის მენიუ"
+#. NfF]
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3153415\n"
+"46\n"
+"help.text"
+msgid "Open the context menu of a selected object and choose <emph>Convert</emph>"
+msgstr "გახსენით მონიშნული ობიექტის კონტექსტური მენიუ და ამოირჩიეთ <emph>კონვერტაცია</emph>"
-#: 00000405.xhp#par_id3148489.2.help.text
-msgid "In the context menu of a dimension line, choose <emph>Dimensions</emph>."
-msgstr "დააწკაპე context menu of a dimension line, ამოირჩიეთ <emph>Dimensions</emph>."
+#. pbd}
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3149124\n"
+"3\n"
+"help.text"
+msgid "Choose <emph>Modify - Convert - To Curve</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
+msgstr "ამოირჩიეთ <emph>შეცვლა - კონვერტაცია - To Curve</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
-#: 00000405.xhp#par_id3150207.15.help.text
-msgid "On the <emph>Lines and Arrows</emph> toolbar, click the <emph>Dimension Line</emph> icon."
-msgstr "დააწკაპე <emph>Lines and Arrows </emph>მონაცემთა ზოლზე the <emph>Dimension Line</emph> icon."
+#. B2b.
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3149018\n"
+"27\n"
+"help.text"
+msgid "Open the context menu of a selected object and choose <emph>Convert - To Curve</emph>"
+msgstr "გახსენით მონიშნული ობიექტის კონტექსტური მენიუ და ამოირჩიეთ <emph>კონვერტაცია - To Curve</emph>"
-#: 00000405.xhp#par_id3155530.9.help.text
-msgid "<variable id=\"frtite\">Choose <emph>Format - Page</emph></variable>"
-msgstr "<variable id=\"frtite\">ამოირჩიეთ <emph>Format - ფურცელი</emph></variable>"
+#. _Kv5
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3156384\n"
+"4\n"
+"help.text"
+msgid "Choose <emph>Modify - Convert - To Polygon</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
+msgstr "ამოირჩიეთ <emph>შეცვლა - კონვერტაცია - To Polygon</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
-#: 00000405.xhp#par_id3145386.13.help.text
-msgid "<variable id=\"frtites\">Choose <emph>Format - Page</emph> and then click the <emph>Page</emph> tab</variable>"
-msgstr "<variable id=\"frtites\">ამოირჩიეთ <emph>Format - ფურცელი </emph>and then click the <emph>ფურცელი </emph>tab </variable>"
+#. lP9O
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3154702\n"
+"26\n"
+"help.text"
+msgid "Open the context menu of a selected object and choose <emph>Convert - To Polygon</emph>"
+msgstr "გახსენით მონიშნული ობიექტის კონტექსტური მენიუ და ამოირჩიეთ <emph>კონვერტაცია - To Polygon</emph>"
-#: 00000405.xhp#par_id3148866.14.help.text
-msgid "<variable id=\"frtiteh\">Choose <emph>Format - Page</emph> and then click the <emph>Background</emph> tab</variable>"
-msgstr "<variable id=\"frtiteh\">ამოირჩიეთ <emph>Format - ფურცელი</emph> and then click the <emph>Background</emph> tab </variable>"
+#. Cko=
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3147001\n"
+"5\n"
+"help.text"
+msgid "Choose <emph>Modify - Convert - To 3D</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
+msgstr "ამოირჩიეთ <emph>შეცვლა - კონვერტაცია - 3D</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
-#: 00000405.xhp#par_id3155266.10.help.text
-msgid "<variable id=\"adnsei\">Choose <emph>Format - Slide Layout</emph></variable>"
-msgstr "<variable id=\"adnsei\">ამოირჩიეთ <emph>Format - სლაიდი Layout</emph></variable>"
+#. O56B
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3155111\n"
+"28\n"
+"help.text"
+msgid "Open the context menu of a selected object and choose <emph>Convert - To 3D </emph>"
+msgstr "გახსენით მონიშნული ობიექტის კონტექსტური მენიუ და ამოირჩიეთ <emph> კონვერტაცია - To 3D </emph>"
-#: 00000405.xhp#par_id3152874.11.help.text
-msgid "In a Draw document, right-click a layer tab and choose <emph>Modify Layer</emph>"
-msgstr "In a Draw document, right-click a layer tab and ამოირჩიეთ <emph>შეცვლა შრე</emph>"
+#. BQD}
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3150205\n"
+"6\n"
+"help.text"
+msgid "Choose <emph>Modify - Convert - To 3D Rotation Object</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
+msgstr "ამოირჩიეთ <emph>შეცვლა - კონვერტაცია - 3D ობიექტის ბრუნვა</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
-#: 00000405.xhp#par_id3154765.17.help.text
-msgid "Choose <emph>Format - Layer</emph> (only $[officename] Draw)"
-msgstr "ამოირჩიეთ <emph>Format - შრე</emph> (only $[officename] Draw)"
+#. lKYu
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3152992\n"
+"29\n"
+"help.text"
+msgid "Open the context menu of a selected object and choose <emph>Convert - To 3D Rotation Body</emph>"
+msgstr "გახსენით მონიშნული ობიექტის კონტექსტური მენიუ და ამოირჩიეთ <emph>კონვერტაცია - 3D სხეულის ბრუნვა</emph>"
-#: 00000405.xhp#par_id3153012.12.help.text
-msgid "<variable id=\"seitenvorlage\">Choose <emph>Format - Slide Design</emph></variable>"
-msgstr "<variable id=\"seitenvorlage\">ამოირჩიეთ <emph>Format - სლაიდი Design</emph></variable>"
+#. J]EA
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3152986\n"
+"33\n"
+"help.text"
+msgid "Choose <emph>Modify - Convert - To Bitmap</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
+msgstr "ამოირჩიეთ <emph>შეცვლა - კონვერტაცია - To Bitmap</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
+
+#. N0Er
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3149409\n"
+"34\n"
+"help.text"
+msgid "Open the context menu of a selected object and choose <emph>Convert - To Bitmap</emph>"
+msgstr "გახსენით მონიშნული ობიექტის კონტექსტური მენიუ და ამოირჩიეთ <emph>კონვერტაცია - To Bitmap</emph>"
+
+#. 9-.U
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3148870\n"
+"35\n"
+"help.text"
+msgid "Choose <emph>Modify - Convert - To Metafile</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
+msgstr "ამოირჩიეთ <emph>შეცვლა - კონვერტაცია - To Metafile</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
+
+#. 278\
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3148608\n"
+"36\n"
+"help.text"
+msgid "Open the context menu of a selected object and choose <emph>Convert - To Metafile</emph>"
+msgstr "გახსენით მონიშნული ობიექტის კონტექსტური მენიუ და ამოირჩიეთ <emph>კონვერტაცია - To Metafile</emph>"
+
+#. O@@-
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3153246\n"
+"41\n"
+"help.text"
+msgid "Choose <emph>Modify - Convert - To Contour</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
+msgstr "ამოირჩიეთ <emph>შეცვლა - კონვერტაცია - To Contour</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
+
+#. ;jhf
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3159231\n"
+"42\n"
+"help.text"
+msgid "Open the context menu of a selected object and choose <emph>Convert - To Contour</emph>"
+msgstr "გახსენით მონიშნული ობიექტის კონტექსტური მენიუ და ამოირჩიეთ <emph>კონვერტაცია - To Contour</emph>"
+
+#. sDc1
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3153008\n"
+"7\n"
+"help.text"
+msgid "Choose <emph>Modify - Arrange - In Front of Object</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
+msgstr "ამოირჩიეთ <emph>შეცვლა - დალაგება - ობიექტის წინ</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
+
+#. 9+G)
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3145117\n"
+"30\n"
+"help.text"
+msgid "Open the context menu of a selected object and choose <emph>Arrange - In Front of Object</emph>"
+msgstr "გახსენით მონიშნული ობიექტის კონტექსტური მენიუ და ამოირჩიეთ <emph>დალაგება -ობიექტის წინ</emph>"
+
+#. #^Xx
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3147249\n"
+"8\n"
+"help.text"
+msgid "On the Drawing bar, open the <emph>Arrange</emph> toolbar and click:"
+msgstr ""
+
+#. 3XTw
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3150537\n"
+"help.text"
+msgid "<image id=\"img_id3145233\" src=\"cmd/sc_beforeobject.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145233\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145233\" src=\"cmd/sc_beforeobject.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145233\">ხატულა</alt></image>"
+
+#. yT{(
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3153121\n"
+"9\n"
+"help.text"
+msgid "In Front of Object"
+msgstr "ობიექტის ფასადზე"
+
+#. SAgb
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3150654\n"
+"10\n"
+"help.text"
+msgid "Choose <emph>Modify - Arrange - Behind Object</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
+msgstr "ამოირჩიეთ <emph>შეცვლა - დალაგება - Behind Object</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
+
+#. =U}`
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3150482\n"
+"31\n"
+"help.text"
+msgid "Open the context menu of a selected object and choose <emph>Arrange - Behind Object</emph>"
+msgstr "გახსენით მონიშნული ობიექტის კონტექსტური მენიუ და ამოირჩიეთ <emph>დალაგება - Behind Object</emph>"
+
+#. 6qBS
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3149886\n"
+"11\n"
+"help.text"
+msgid "On the Drawing bar, open the <emph>Arrange</emph> toolbar and click:"
+msgstr ""
+
+#. R6@e
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3150865\n"
+"help.text"
+msgid "<image id=\"img_id3145597\" src=\"cmd/sc_behindobject.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145597\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145597\" src=\"cmd/sc_behindobject.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145597\">ხატულა</alt></image>"
+
+#. o8(8
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3153110\n"
+"12\n"
+"help.text"
+msgid "Behind Object"
+msgstr "უკანა ობიექტი"
+
+#. PeV4
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3150002\n"
+"13\n"
+"help.text"
+msgid "Choose <emph>Modify - Arrange - Reverse</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
+msgstr "ამოირჩიეთ <emph>შეცვლა - დალაგება - Reverse</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
+
+#. g%bB
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3150339\n"
+"32\n"
+"help.text"
+msgid "Open the context menu of a selected object and choose <emph>Arrange - Reverse</emph>"
+msgstr "გახსენით მონიშნული ობიექტის კონტექსტური მენიუ და ამოირჩიეთ <emph>დალაგება - შებრუნება</emph>"
+
+#. a1l@
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3145164\n"
+"14\n"
+"help.text"
+msgid "On the Drawing bar, open the <emph>Arrange</emph> toolbar and click:"
+msgstr ""
+
+#. 8@:(
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3154327\n"
+"help.text"
+msgid "<image id=\"img_id3155439\" src=\"cmd/sc_reverseorder.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155439\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155439\" src=\"cmd/sc_reverseorder.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155439\">ხატულა</alt></image>"
+
+#. :m%+
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3150272\n"
+"15\n"
+"help.text"
+msgid "Reverse"
+msgstr "შებრუნება"
+
+#. o:M#
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3145298\n"
+"21\n"
+"help.text"
+msgid "Choose <emph>Modify - Combine</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
+msgstr "ამოირჩიეთ <emph>შეცვლა - Combine</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
+
+#. JI$^
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3148386\n"
+"47\n"
+"help.text"
+msgid "Select two or more objects, open the context menu and choose <emph>Combine</emph>."
+msgstr "მონიშნეთ ორი ან მეტი ობიექტი, გახსენი კონტექსტური მენიუ და ამოირჩიეთ <emph>Combine</emph>."
+
+#. ?7a^
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3150930\n"
+"22\n"
+"help.text"
+msgid "Choose <emph>Modify - Split</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
+msgstr "ამოირჩიეთ <emph>შეცვლა - Split</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
+
+#. )$aN
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3151022\n"
+"48\n"
+"help.text"
+msgid "Select a combined object, open the context menu and choose <emph>Split</emph>."
+msgstr "მონიშნეთ კომბინირებული, გახსენი კონტექსტური მენიუ და ამოირჩიეთ <emph>Split</emph>."
+
+#. ?3pD
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3154872\n"
+"23\n"
+"help.text"
+msgid "Choose <emph>Modify - Connect</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
+msgstr "ამოირჩიეთ <emph>შეცვლა - შეერთება</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
+
+#. [DFs
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3150470\n"
+"49\n"
+"help.text"
+msgid "Select two or more lines, open the context menu and choose <emph>Connect</emph>."
+msgstr "მონიშნეთ ორი ან მეტი ხაზი, გახსენი კონტექსტური მენიუ და ამოირჩიეთ <emph>შეერთება</emph>."
+
+#. bN1c
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3153920\n"
+"24\n"
+"help.text"
+msgid "Choose <emph>Modify - Break</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
+msgstr "ამოირჩიეთ <emph>შეცვლა - წყვეტა</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
+
+#. d5si
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3148430\n"
+"50\n"
+"help.text"
+msgid "Select a line that was created by connecting two or more lines, open the context menu and choose <emph>Break</emph>."
+msgstr "მონიშნეთ ხაზი, რომელიც მიღებულია ორი ან მეტი ხაზის შეერთებით, გახსენი კონტექსტური მენიუ და ამოირჩიეთ <emph>წყვეტა</emph>."
+
+#. -.#.
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3155408\n"
+"37\n"
+"help.text"
+msgid "Choose <emph>Modify - Shapes</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
+msgstr "ამოირჩიეთ <emph>შეცვლა - ფიგურები</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
+
+#. tK`,
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3145615\n"
+"51\n"
+"help.text"
+msgid "Select two or more objects, open the context menu and choose <emph>Shapes</emph>"
+msgstr "მონიშნეთ ორი ან მეტი ობიექტი, გახსენი კონტექსტური მენიუ და ამოირჩიეთ <emph>Shapes</emph>"
+
+#. |BwW
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3163822\n"
+"38\n"
+"help.text"
+msgid "Choose <emph>Modify - Shapes - Merge</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
+msgstr "ამოირჩიეთ <emph>შეცვლა - ფორმები - ჩასმა</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
+
+#. J%i,
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3156309\n"
+"43\n"
+"help.text"
+msgid "Select two or more objects, open the context menu and choose <emph>Shapes - Merge</emph>"
+msgstr "მონიშნეთ ორი ან მეტი ობიექტი, გახსენი კონტექსტური მენიუ და ამოირჩიეთ <emph>ფორმები - ჩასმა</emph>"
+
+#. n3+a
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3150874\n"
+"39\n"
+"help.text"
+msgid "Choose <emph>Modify - Shapes - Subtract</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
+msgstr "ამოირჩიეთ <emph>შეცვლა - ფორმები - Subtract</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
+
+#. pEN:
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3154643\n"
+"44\n"
+"help.text"
+msgid "Select two or more objects, open the context menu and choose <emph>Shapes - Subtract</emph>"
+msgstr "მონიშნეთ ორი ან მეტი ობიექტი, გახსენი კონტექსტური მენიუ და ამოირჩიეთ <emph>ფორმები - Subtract</emph>"
+
+#. dY,E
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3145204\n"
+"40\n"
+"help.text"
+msgid "Choose <emph>Modify - Shapes - Intersect</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
+msgstr "ამოირჩიეთ <emph>შეცვლა - ფორმები - გადაკვეთა</emph> (<item type=\"productname\">%PRODUCTNAME</item> მხოლოდ ხატვისათვის)"
+
+#. .zkR
+#: 00000413.xhp
+msgctxt ""
+"00000413.xhp\n"
+"par_id3152931\n"
+"45\n"
+"help.text"
+msgid "Select two or more objects, open the context menu and choose <emph>Shapes - Intersect</emph>"
+msgstr "მონიშნეთ ორი ან მეტი ობიექტი, გახსენი კონტექსტური მენიუ და ამოირჩიეთ <emph>ფორმები - გადაკვეთა</emph>"
diff --git a/source/ka/helpcontent2/source/text/simpress/01.po b/source/ka/helpcontent2/source/text/simpress/01.po
index 15570134236..c0fbf064a69 100644
--- a/source/ka/helpcontent2/source/text/simpress/01.po
+++ b/source/ka/helpcontent2/source/text/simpress/01.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/simpress/01.oo
+#. extracted from helpcontent2/source/text/simpress/01
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
"PO-Revision-Date: 2011-07-28 12:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,4737 +12,10546 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: 13150000.xhp#tit.help.text
-msgid "Split"
-msgstr "გაყოფა"
-
-#: 13150000.xhp#bm_id3150439.help.text
-msgid "<bookmark_value>combining; undoing</bookmark_value><bookmark_value>splitting; combinations</bookmark_value>"
-msgstr ""
+#. jp`+
+#: 13050000.xhp
+#, fuzzy
+msgctxt ""
+"13050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Convert"
+msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\nკონვერტირება\\n#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\\nკონვერტირება\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nკონვერტაცია"
-#: 13150000.xhp#hd_id3150439.1.help.text
+#. V=eu
+#: 13050000.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/01/13150000.xhp\" name=\"Split\">Split</link>"
+msgctxt ""
+"13050000.xhp\n"
+"hd_id3152596\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/13050000.xhp\" name=\"Convert\">Convert</link>"
msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 13150000.xhp#par_id3147435.2.help.text
-msgid "<ahelp hid=\".uno:Dismantle\">Splits a <link href=\"text/simpress/01/13140000.xhp\" name=\"combined\">combined</link> object into individual objects.</ahelp> The resulting objects have the same line and fill properties as the combined object."
+#. HLjs
+#: 13050000.xhp
+msgctxt ""
+"13050000.xhp\n"
+"par_id3151075\n"
+"2\n"
+"help.text"
+msgid "Options for converting the selected object."
msgstr ""
-#: 04020000.xhp#tit.help.text
-msgctxt "04020000.xhp#tit.help.text"
-msgid "Insert Layer"
+#. ;=j\
+#: 05140000.xhp
+msgctxt ""
+"05140000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Modify Layer"
msgstr ""
-#: 04020000.xhp#hd_id3151074.1.help.text
-msgctxt "04020000.xhp#hd_id3151074.1.help.text"
-msgid "Insert Layer"
+#. e)/Y
+#: 05140000.xhp
+msgctxt ""
+"05140000.xhp\n"
+"bm_id3156329\n"
+"help.text"
+msgid "<bookmark_value>renaming layers</bookmark_value><bookmark_value>layers; renaming</bookmark_value>"
msgstr ""
-#: 04020000.xhp#par_id3153415.2.help.text
-msgid "<variable id=\"ebenetext\"><ahelp hid=\".uno:InsertLayer\">Inserts a new layer in the document. Layers are only available in Draw, not in Impress. </ahelp></variable>"
+#. fa68
+#: 05140000.xhp
+msgctxt ""
+"05140000.xhp\n"
+"hd_id3156329\n"
+"1\n"
+"help.text"
+msgid "Modify Layer"
msgstr ""
-#: 04020000.xhp#par_id3150205.13.help.text
-msgid "To select a layer, click the corresponding tab at the bottom of the workspace."
+#. l`PW
+#: 05140000.xhp
+msgctxt ""
+"05140000.xhp\n"
+"par_id3147265\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"ebene\"><ahelp hid=\".uno:ModifyLayer\">Changes the properties of the selected layer.</ahelp></variable>"
msgstr ""
-#: 04020000.xhp#hd_id3145588.3.help.text
-msgctxt "04020000.xhp#hd_id3145588.3.help.text"
+#. pOB^
+#: 05140000.xhp
+msgctxt ""
+"05140000.xhp\n"
+"hd_id3155603\n"
+"3\n"
+"help.text"
msgid "Name"
msgstr ""
-#: 04020000.xhp#par_id3149404.4.help.text
-msgid "<ahelp hid=\"SD:EDIT:DLG_INSERT_LAYER:EDT_NAME\">Enter a name for the new layer.</ahelp>"
+#. TTSm
+#: 05140000.xhp
+msgctxt ""
+"05140000.xhp\n"
+"par_id3155738\n"
+"4\n"
+"help.text"
+msgid "Enter a name for the selected layer."
msgstr ""
-#: 04020000.xhp#hd_id3153820.5.help.text
-msgctxt "04020000.xhp#hd_id3153820.5.help.text"
+#. 0uxY
+#: 05140000.xhp
+msgctxt ""
+"05140000.xhp\n"
+"par_id3149126\n"
+"18\n"
+"help.text"
+msgid "You can only change the name of a layer you created."
+msgstr ""
+
+#. qbh+
+#: 05140000.xhp
+msgctxt ""
+"05140000.xhp\n"
+"hd_id3147345\n"
+"5\n"
+"help.text"
msgid "Properties"
msgstr ""
-#: 04020000.xhp#par_id3151240.6.help.text
-msgid "Set the properties for the new layer."
+#. K^mh
+#: 05140000.xhp
+msgctxt ""
+"05140000.xhp\n"
+"par_id3148488\n"
+"6\n"
+"help.text"
+msgid "Sets the properties of the selected layer."
msgstr ""
-#: 04020000.xhp#hd_id3149945.7.help.text
-msgctxt "04020000.xhp#hd_id3149945.7.help.text"
+#. Po7;
+#: 05140000.xhp
+msgctxt ""
+"05140000.xhp\n"
+"hd_id3166423\n"
+"7\n"
+"help.text"
msgid "Visible"
msgstr ""
-#: 04020000.xhp#par_id3157980.8.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:DLG_INSERT_LAYER:CBX_VISIBLE\">Show or hide the layer.</ahelp>"
+#. m7^S
+#: 05140000.xhp
+msgctxt ""
+"05140000.xhp\n"
+"par_id3159239\n"
+"8\n"
+"help.text"
+msgid "Shows or hides the contents of the selected layer."
msgstr ""
-#: 04020000.xhp#hd_id3153246.9.help.text
-msgctxt "04020000.xhp#hd_id3153246.9.help.text"
+#. L5dz
+#: 05140000.xhp
+msgctxt ""
+"05140000.xhp\n"
+"hd_id3150208\n"
+"9\n"
+"help.text"
msgid "Printable"
msgstr ""
-#: 04020000.xhp#par_id3154762.10.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:DLG_INSERT_LAYER:CBX_PRINTABLE\">When printing, print or ignore this particular layer.</ahelp>"
-msgstr ""
-
-#: 04020000.xhp#hd_id3146965.11.help.text
-msgid "Locked"
-msgstr ""
-
-#: 04020000.xhp#par_id3149876.12.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:DLG_INSERT_LAYER:CBX_LOCKED\">Prevent elements on the layer from being edited.</ahelp>"
-msgstr ""
-
-#: 05120000.xhp#tit.help.text
-msgid "Slide Design"
+#. @V2+
+#: 05140000.xhp
+msgctxt ""
+"05140000.xhp\n"
+"par_id3152993\n"
+"10\n"
+"help.text"
+msgid "Prints the contents of the selected layer."
msgstr ""
-#: 05120000.xhp#hd_id3154253.1.help.text
+#. -~`,
+#: 05140000.xhp
#, fuzzy
-msgctxt "05120000.xhp#hd_id3154253.1.help.text"
-msgid "<link href=\"text/simpress/01/05120000.xhp\" name=\"Slide Design\">Slide Design</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: 05120000.xhp#par_id3148485.2.help.text
-msgid "<variable id=\"seitenvorlagetext\"><ahelp hid=\".uno:PresentationLayout\">Displays the <emph>Slide Design</emph> dialog, where you can select a layout scheme for the current slide. Any objects in the slide design are inserted behind objects in the current slide.</ahelp></variable>"
-msgstr ""
-
-#: 05120000.xhp#hd_id3154652.3.help.text
-msgid "Slide design"
-msgstr ""
-
-#: 05120000.xhp#par_id3152993.4.help.text
-msgid "Displays the slide designs you can apply to your slide. Select a design and click <emph>OK</emph> to apply it to the current slide."
-msgstr ""
-
-#: 05120000.xhp#hd_id3154372.7.help.text
-msgid "Exchange background page"
-msgstr ""
-
-#: 05120000.xhp#par_id3149407.8.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:DLG_PRESLT:CBX_MASTER_PAGE\">Applies the background of the selected slide design to all of the slides in your document.</ahelp>"
-msgstr ""
-
-#: 05120000.xhp#hd_id3153818.9.help.text
-msgctxt "05120000.xhp#hd_id3153818.9.help.text"
-msgid "Delete unused backgrounds"
-msgstr ""
-
-#: 05120000.xhp#par_id3148871.10.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:DLG_PRESLT:CBX_CHECK_MASTERS\">Deletes unreferenced background slides and presentation layouts from your document.</ahelp>"
-msgstr ""
-
-#: 05120000.xhp#hd_id3157982.5.help.text
-msgid "Load"
-msgstr "ჩატვირთვა"
-
-#: 05120000.xhp#par_id3156020.6.help.text
-msgid "<ahelp hid=\"SD:PUSHBUTTON:DLG_PRESLT:BTN_LOAD\">Displays the <link href=\"text/simpress/01/05120100.xhp\" name=\"Load Slide Design\"><emph>Load Slide Design</emph></link> dialog, where you can select additional slide designs.</ahelp>"
-msgstr ""
-
-#: 06100100.xhp#tit.help.text
-msgctxt "06100100.xhp#tit.help.text"
-msgid "Define Custom Slide Show"
-msgstr ""
-
-#: 06100100.xhp#hd_id3154020.1.help.text
-msgctxt "06100100.xhp#hd_id3154020.1.help.text"
-msgid "Define Custom Slide Show"
-msgstr ""
-
-#: 06100100.xhp#par_id3154659.2.help.text
-msgid "<variable id=\"neu\"><ahelp hid=\"\" visibility=\"visible\">Creates a custom slide show.</ahelp></variable>"
-msgstr ""
-
-#: 06100100.xhp#par_id3155379.3.help.text
-msgid "Select a slide and click <emph>>></emph> or <emph><<</emph> to add or remove the slide from the list."
-msgstr ""
-
-#: 06100100.xhp#par_id3156449.4.help.text
-msgid "<ahelp visibility=\"visible\" hid=\"SD_PUSHBUTTON_DLG_DEFINE_CUSTOMSHOW_BTN_ADD\">Adds an existing slide to the bottom of the <emph>Selected slides</emph> list. You need to select a slide in the <emph>Existing slides</emph> list before you can use this button.</ahelp>"
-msgstr ""
-
-#: 06100100.xhp#par_id3151240.5.help.text
-msgid "<ahelp visibility=\"visible\" hid=\"SD_PUSHBUTTON_DLG_DEFINE_CUSTOMSHOW_BTN_REMOVE\">Removes a slide from the <emph>Selected slides </emph>list. You need to choose a slide in the <emph>Selected slides </emph>list before you can use this button.</ahelp>"
+msgctxt ""
+"05140000.xhp\n"
+"hd_id3145585\n"
+"11\n"
+"help.text"
+msgid "Protected"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nდაცული\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nდაცულია"
+
+#. .voT
+#: 05140000.xhp
+msgctxt ""
+"05140000.xhp\n"
+"par_id3159488\n"
+"12\n"
+"help.text"
+msgid "Locks the contents of the selected layer, so that they cannot be edited."
msgstr ""
-#: 06100100.xhp#hd_id3156018.6.help.text
-msgctxt "06100100.xhp#hd_id3156018.6.help.text"
-msgid "Name"
+#. G6!H
+#: 05140000.xhp
+msgctxt ""
+"05140000.xhp\n"
+"hd_id3156448\n"
+"14\n"
+"help.text"
+msgid "Rename Layer"
msgstr ""
-#: 06100100.xhp#par_id3152871.7.help.text
-msgid "<ahelp hid=\"SD_EDIT_DLG_DEFINE_CUSTOMSHOW_EDT_NAME\" visibility=\"visible\">Displays the name of the custom slide show. If you want, you can enter a new name.</ahelp>"
+#. =ea?
+#: 05140000.xhp
+msgctxt ""
+"05140000.xhp\n"
+"par_id3163801\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\".uno:RenameLayer\">Renames the active layer.</ahelp> You can only change the name of a layer you created."
msgstr ""
-#: 06100100.xhp#hd_id3149050.8.help.text
-msgid "Existing slides"
+#. E[G-
+#: 13180000.xhp
+msgctxt ""
+"13180000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Shapes"
msgstr ""
-#: 06100100.xhp#par_id3154767.9.help.text
-msgid "<ahelp hid=\"SD_MULTILISTBOX_DLG_DEFINE_CUSTOMSHOW_LB_PAGES\" visibility=\"visible\">Lists all of the slides in the order in which they appear in the current document.</ahelp>"
-msgstr ""
+#. 7idU
+#: 13180000.xhp
+#, fuzzy
+msgctxt ""
+"13180000.xhp\n"
+"hd_id3154319\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/13180000.xhp\" name=\"Shapes\">Shapes</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 06100100.xhp#hd_id3146965.10.help.text
-msgid "Selected slides"
+#. Fek;
+#: 13180000.xhp
+msgctxt ""
+"13180000.xhp\n"
+"par_id3147435\n"
+"2\n"
+"help.text"
+msgid "Creates a shape from two or more selected objects."
msgstr ""
-#: 06100100.xhp#par_id3149874.11.help.text
-msgid "<ahelp hid=\"HID_DLG_DEFINE_CUSTOMSHOW_CTL\" visibility=\"visible\">Lists all of the slides in the custom slide show. If you want, you can change the order of the list by dragging the slides up or down.</ahelp>"
+#. 5*nv
+#: 13180000.xhp
+msgctxt ""
+"13180000.xhp\n"
+"par_id3156286\n"
+"3\n"
+"help.text"
+msgid "Shapes take on the properties of the lowermost object in the stacking order."
msgstr ""
-#: 05130000.xhp#tit.help.text
-msgctxt "05130000.xhp#tit.help.text"
-msgid "Slide Layout"
-msgstr ""
+#. \(8f
+#: 04040000m.xhp
+msgctxt ""
+"04040000m.xhp\n"
+"tit\n"
+"help.text"
+msgid "Columns"
+msgstr "სვეტები"
-#: 05130000.xhp#bm_id3154754.help.text
-msgid "<bookmark_value>changing; slide layouts</bookmark_value><bookmark_value>slide layouts</bookmark_value>"
+#. 8@D/
+#: 04040000m.xhp
+msgctxt ""
+"04040000m.xhp\n"
+"bm_id31556284711\n"
+"help.text"
+msgid "<bookmark_value>inserting; columns</bookmark_value><bookmark_value>columns; inserting</bookmark_value>"
msgstr ""
-#: 05130000.xhp#hd_id3154754.1.help.text
-msgctxt "05130000.xhp#hd_id3154754.1.help.text"
-msgid "Slide Layout"
-msgstr ""
+#. LCtV
+#: 04040000m.xhp
+#, fuzzy
+msgctxt ""
+"04040000m.xhp\n"
+"hd_id3155628\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/04040000m.xhp\" name=\"Columns\">Columns</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 05130000.xhp#par_id3149126.2.help.text
-msgid "<variable id=\"seite\"><ahelp hid=\".uno:ModifyPage\">Opens the Slide Layout panel on the Task pane.</ahelp></variable>"
+#. oV$(
+#: 04040000m.xhp
+msgctxt ""
+"04040000m.xhp\n"
+"par_id3150791\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertColumns\">Inserts a new column to the left of the active cell. The number of columns inserted correspond to the number of columns selected. The existing columns are moved to the right.</ahelp>"
msgstr ""
-#: 05130000.xhp#par_id31469757.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">The icon in the Presentation toolbar opens a submenu. Select the slide layout for the slide.</caseinline></switchinline>"
+#. jr@F
+#: 04040000m.xhp
+msgctxt ""
+"04040000m.xhp\n"
+"par_id0916200811234668\n"
+"help.text"
+msgid "In the context menu of a cell, choose <emph>Insert - Columns</emph>"
msgstr ""
-#: effectoptions.xhp#tit.help.text
-msgctxt "effectoptions.xhp#tit.help.text"
-msgid "Effect Options"
+#. dhyP
+#: 05250600.xhp
+msgctxt ""
+"05250600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Behind Object"
msgstr ""
-#: effectoptions.xhp#par_idN10547.help.text
-msgctxt "effectoptions.xhp#par_idN10547.help.text"
-msgid "Effect Options"
+#. ,`6@
+#: 05250600.xhp
+msgctxt ""
+"05250600.xhp\n"
+"bm_id3149664\n"
+"help.text"
+msgid "<bookmark_value>objects; behind object command</bookmark_value><bookmark_value>behind object command</bookmark_value>"
msgstr ""
-#: effectoptions.xhp#par_idN1055D.help.text
-msgid "<ahelp hid=\".\">Specifies additional properties for the selected element in the <link href=\"text/simpress/01/06060000.xhp\">Custom Animations</link> pane.</ahelp>"
+#. 0Ya-
+#: 05250600.xhp
+msgctxt ""
+"05250600.xhp\n"
+"hd_id3149664\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/05250600.xhp\" name=\"Behind Object\">Behind Object</link>"
msgstr ""
-#: effectoptions.xhp#par_idN105BB.help.text
-msgid "Assign an effect to an object, then click the <emph>...</emph> button to open the Effect Options dialog."
+#. r8nY
+#: 05250600.xhp
+msgctxt ""
+"05250600.xhp\n"
+"par_id3145253\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:BehindObject\">Changes the stacking order by moving the selected object behind an object that you specify. The screen location of the selected object does not change.</ahelp>"
msgstr ""
-#: effectoptions.xhp#par_idN1056E.help.text
-msgctxt "effectoptions.xhp#par_idN1056E.help.text"
-msgid "The dialog contains the following tab pages:"
+#. dhHK
+#: 05250600.xhp
+msgctxt ""
+"05250600.xhp\n"
+"par_id3149121\n"
+"4\n"
+"help.text"
+msgid "Select the object(s) that you want to move behind an other object. Right-click and choose <emph>Arrange - Behind Object</emph>, and then click an object in your slide."
msgstr ""
-#: effectoptions.xhp#par_idN105AF.help.text
-msgid "<embedvar href=\"text/simpress/01/effectoptionseffect.xhp#effect\"/>"
+#. e#gc
+#: 05250600.xhp
+msgctxt ""
+"05250600.xhp\n"
+"par_id3150345\n"
+"5\n"
+"help.text"
+msgid "<variable id=\"all\">Arranging objects affects the stacking order of all objects in your document. </variable>"
msgstr ""
-#: effectoptions.xhp#par_idN105B7.help.text
-msgid "<embedvar href=\"text/simpress/01/effectoptionstiming.xhp#timing\"/>"
+#. d?Ic
+#: slidesorter.xhp
+msgctxt ""
+"slidesorter.xhp\n"
+"tit\n"
+"help.text"
+msgid "Page/Slide Pane"
msgstr ""
-#: effectoptions.xhp#par_idN105BF.help.text
-msgid "<embedvar href=\"text/simpress/01/effectoptionstext.xhp#text\"/>"
+#. 4`d^
+#: slidesorter.xhp
+msgctxt ""
+"slidesorter.xhp\n"
+"par_idN10544\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/slidesorter.xhp\"><switchinline select=\"appl\"><caseinline select=\"DRAW\">Page </caseinline><defaultinline>Slide </defaultinline></switchinline>Pane</link>"
msgstr ""
-#: 13050700.xhp#tit.help.text
-msgid "To Contour "
+#. _9C(
+#: slidesorter.xhp
+msgctxt ""
+"slidesorter.xhp\n"
+"par_idN10554\n"
+"help.text"
+msgid "<ahelp hid=\".\">Switches the <switchinline select=\"appl\"><caseinline select=\"DRAW\">Page </caseinline><defaultinline>Slide </defaultinline></switchinline>Pane on and off.</ahelp>"
msgstr ""
-#: 13050700.xhp#bm_id3146119.help.text
-msgid "<bookmark_value>converting; to contours</bookmark_value><bookmark_value>contours; converting to</bookmark_value>"
+#. 8*JS
+#: slidesorter.xhp
+msgctxt ""
+"slidesorter.xhp\n"
+"par_idN10557\n"
+"help.text"
+msgid "You can use the <switchinline select=\"appl\"><caseinline select=\"DRAW\">Page </caseinline><defaultinline>Slide </defaultinline></switchinline> Pane to add, to rename, to delete, and to arrange slides or pages in Impress and Draw."
msgstr ""
-#: 13050700.xhp#hd_id3146119.1.help.text
+#. /9N+
+#: 05250000.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/01/13050700.xhp\" name=\"To Contour\">To Contour</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: 13050700.xhp#par_id3146974.2.help.text
-msgid "<ahelp hid=\".uno:convert_to_contour\">Converts the selected object to a polygon, or a group of polygons.</ahelp> If the conversion creates a group of polygons (for example, when you convert a text object), then press F3 to enter the group before you can select an individual polygon."
-msgstr ""
-
-#: 13050700.xhp#par_id3155601.3.help.text
-msgid "Once you convert a line or a text object to a contour, you can no longer edit it as you normally would. Instead, you can edit the contour as you would any polygon, including using the <emph>Edit – Points </emph>command to adjust its shape."
-msgstr ""
-
-#: 13160000.xhp#tit.help.text
-msgid "Connect"
-msgstr ""
+msgctxt ""
+"05250000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Arrange"
+msgstr "#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nმოწესრიგება\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nდალაგება"
-#: 13160000.xhp#hd_id3153768.1.help.text
+#. wZ%6
+#: 05250000.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/01/13160000.xhp\" name=\"Connect\">Connect</link>"
+msgctxt ""
+"05250000.xhp\n"
+"hd_id3155444\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/05250000.xhp\" name=\"Arrange\">Arrange</link>"
msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 13160000.xhp#par_id3152598.2.help.text
-msgid "<ahelp hid=\".uno:Connect\" visibility=\"visible\">Creates a line or Bézier curve by connecting two or more lines, Bézier curves, or other objects with a line.</ahelp> Closed objects containing a fill are converted to lines and lose their fill."
-msgstr ""
-
-#: 04990600.xhp#tit.help.text
-msgid "Author "
+#. {7x6
+#: 05250000.xhp
+msgctxt ""
+"05250000.xhp\n"
+"par_id3149259\n"
+"2\n"
+"help.text"
+msgid "Changes the stacking order of a selected object."
msgstr ""
-#: 04990600.xhp#bm_id3146974.help.text
-msgid "<bookmark_value>authors</bookmark_value><bookmark_value>fields; authors</bookmark_value>"
-msgstr ""
+#. ,HXM
+#: 04080100.xhp
+msgctxt ""
+"04080100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table"
+msgstr "ცხრილი"
-#: 04990600.xhp#hd_id3146974.1.help.text
+#. w,|D
+#: 04080100.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/01/04990600.xhp\" name=\"Author\">Author</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
+msgctxt ""
+"04080100.xhp\n"
+"hd_id3148576\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/04080100.xhp\">Table</link>"
+msgstr "<link href=\"text/swriter/01/04150000.xhp\">ცხრილი</link>"
-#: 04990600.xhp#par_id3153876.2.help.text
-msgid "<ahelp hid=\".uno:InsertAuthorField\">Inserts the first and last names listed in the $[officename] user data into the active slide.</ahelp>"
+#. `3#k
+#: 04080100.xhp
+msgctxt ""
+"04080100.xhp\n"
+"par_id3146975\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"tabelletext\"><ahelp hid=\".\">Inserts a new table into the current slide or page.</ahelp></variable>"
msgstr ""
-#: 04990600.xhp#par_id3154512.3.help.text
-msgid "To edit the name, choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010100.xhp\" name=\"$[officename] - User Data\"><emph>$[officename] - User Data</emph></link>."
+#. c^NB
+#: 05100000.xhp
+#, fuzzy
+msgctxt ""
+"05100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Styles and Formatting"
+msgstr "#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nსტილები და ფორმატირება\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nსტილები და ფორმატირება\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nსტილები და ფორმატირება\\n#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\nსტილები და ფორმატები"
+
+#. ]3#l
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"bm_id3156024\n"
+"help.text"
+msgid "<bookmark_value>Styles and Formatting window; graphics documents</bookmark_value><bookmark_value>fill format mode; styles</bookmark_value>"
msgstr ""
-#: effectoptionstiming.xhp#tit.help.text
-msgid "Timing"
+#. Q^@L
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"hd_id3156024\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/05100000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link>"
msgstr ""
-#: effectoptionstiming.xhp#par_idN10544.help.text
-msgid "<variable id=\"timing\"><link href=\"text/simpress/01/effectoptionstiming.xhp\">Timing</link></variable>"
+#. aBc=
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3150398\n"
+"2\n"
+"help.text"
+msgid "Lists available styles in a <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"floating window\">floating window</link>."
msgstr ""
-#: effectoptionstiming.xhp#par_idN10562.help.text
-msgid "Specifies the timing for the current effect in the <link href=\"text/simpress/01/effectoptions.xhp\">Effect Options</link> dialog."
+#. 7!-1
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3150439\n"
+"28\n"
+"help.text"
+msgid "The Styles and Formatting window in <item type=\"productname\">%PRODUCTNAME</item> Impress behaves differently than in other <item type=\"productname\">%PRODUCTNAME</item> programs. For example, you can create, edit and apply <emph>Graphics Styles</emph>, but you can only edit <emph>Presentation Styles</emph>."
msgstr ""
-#: effectoptionstiming.xhp#par_idN1057D.help.text
-msgctxt "effectoptionstiming.xhp#par_idN1057D.help.text"
-msgid "Start"
+#. |ua)
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3146121\n"
+"3\n"
+"help.text"
+msgid "When you edit a style, the changes are automatically applied to all of the elements formatted with this style in your document. If you want to ensure that the styles on a specific slide are not updated, create a new <link href=\"text/simpress/guide/masterpage.xhp\" name=\"master page\">master page</link> for the slide."
msgstr ""
-#: effectoptionstiming.xhp#par_idN1066F.help.text
-msgid "<ahelp hid=\"878841346\">Displays the start property of the selected animation effect.</ahelp> The following start properties are available:"
+#. uo:4
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"hd_id3145251\n"
+"5\n"
+"help.text"
+msgid "Presentation Styles"
msgstr ""
-#: effectoptionstiming.xhp#par_idN10675.help.text
-msgctxt "effectoptionstiming.xhp#par_idN10675.help.text"
-msgid "<emph>On click</emph> - the animation stops at this effect until the next mouse click."
+#. Cgw(
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3153418\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\".uno:TemplateFamily5\">Show styles used in <item type=\"productname\">%PRODUCTNAME</item> Impress AutoLayouts.</ahelp> You can only modify Presentation Styles."
msgstr ""
-#: effectoptionstiming.xhp#par_idN1067C.help.text
-msgctxt "effectoptionstiming.xhp#par_idN1067C.help.text"
-msgid "<emph>With previous</emph> - the animation runs immediately."
+#. |DW^
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3154253\n"
+"help.text"
+msgid "<image id=\"img_id3156382\" src=\"cmd/sc_presentation.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156382\">Icon</alt></image>"
msgstr ""
-#: effectoptionstiming.xhp#par_idN10683.help.text
-msgctxt "effectoptionstiming.xhp#par_idN10683.help.text"
-msgid "<emph>After previous</emph> - the animation runs as soon as the previous animation ends."
+#. NgAE
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3149128\n"
+"7\n"
+"help.text"
+msgid "Presentation Styles"
msgstr ""
-#: effectoptionstiming.xhp#par_idN10583.help.text
-msgid "Delay"
+#. mWk?
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"hd_id3150297\n"
+"8\n"
+"help.text"
+msgid "Graphics Styles"
msgstr ""
-#: effectoptionstiming.xhp#par_idN10693.help.text
-msgid "<ahelp hid=\"878844420\">Specifies an additional delay of n seconds until the effect starts.</ahelp>"
+#. N5O8
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3148488\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ParaStyle\">Show styles for formatting graphical elements, including text objects.</ahelp>"
msgstr ""
-#: effectoptionstiming.xhp#par_idN10587.help.text
-msgctxt "effectoptionstiming.xhp#par_idN10587.help.text"
-msgid "Speed"
+#. ],V/
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3145587\n"
+"help.text"
+msgid "<image id=\"img_id3150370\" src=\"cmd/sc_objectcatalog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150370\">Icon</alt></image>"
msgstr ""
-#: effectoptionstiming.xhp#par_idN106A0.help.text
-msgid "<ahelp hid=\"878841862\">Specifies the duration of the effect.</ahelp>"
+#. wKoM
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3154484\n"
+"10\n"
+"help.text"
+msgid "Graphics Styles"
msgstr ""
-#: effectoptionstiming.xhp#par_idN1058B.help.text
-msgid "Repeat"
-msgstr "გამეორება"
-
-#: effectoptionstiming.xhp#par_idN106AD.help.text
-msgid "<ahelp hid=\"878841864\">Specifies whether and how to repeat the current effect.</ahelp> Enter the number of repeats, or select from the list:"
+#. PE^X
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"hd_id3149404\n"
+"11\n"
+"help.text"
+msgid "Fill format mode"
msgstr ""
-#: effectoptionstiming.xhp#par_idN106B3.help.text
-msgid "<emph>(none)</emph> - the effect is not repeated."
+#. R6eh
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3149944\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TEMPLDLG_WATERCAN\">Applies the selected style to an object on your slide. Click the paint bucket icon and then click an object in your slide to apply the style. Click the paint bucket icon again to exit this mode.</ahelp>"
msgstr ""
-#: effectoptionstiming.xhp#par_idN106BA.help.text
-msgid "<emph>Until next click</emph> - the animation is repeated until the next mouse click."
+#. bc%v
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3156020\n"
+"help.text"
+msgid "<image id=\"img_id3153246\" src=\"cmd/sc_fillstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153246\">Icon</alt></image>"
msgstr ""
-#: effectoptionstiming.xhp#par_idN106C1.help.text
-msgid "<emph>Until end of slide</emph> - the animation repeats as long as the slide is displayed."
+#. FI=L
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3159228\n"
+"13\n"
+"help.text"
+msgid "Fill format mode"
msgstr ""
-#: effectoptionstiming.xhp#par_idN1058F.help.text
-msgid "Rewind when done playing"
-msgstr ""
+#. h-v.
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"hd_id3145362\n"
+"17\n"
+"help.text"
+msgid "New Style from Selection"
+msgstr "ახალი სტილი მონიშვნიდან"
-#: effectoptionstiming.xhp#par_idN106D1.help.text
-msgid "<ahelp hid=\"878838793\">Specifies whether to let the animated shape return to its starting state after the animation ends.</ahelp>"
+#. s)%-
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3153009\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TEMPLDLG_NEWBYEXAMPLE\"><link href=\"text/shared/01/05140100.xhp\" name=\"Creates a new style\">Creates a new style</link> using the format attributes of a selected object.</ahelp>"
msgstr ""
-#: effectoptionstiming.xhp#par_idN10593.help.text
-msgid "Animate as part of click sequence"
+#. $.zu
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3147297\n"
+"help.text"
+msgid "<image id=\"img_id3151390\" src=\"cmd/sc_stylenewbyexample.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151390\">Icon</alt></image>"
msgstr ""
-#: effectoptionstiming.xhp#par_idN106DE.help.text
-msgid "<ahelp hid=\"878838283\">Specifies whether to let the animation start in the normal click sequence.</ahelp>"
-msgstr ""
+#. N*LM
+#: 05100000.xhp
+#, fuzzy
+msgctxt ""
+"05100000.xhp\n"
+"par_id3150534\n"
+"19\n"
+"help.text"
+msgid "New Style from selection"
+msgstr "ახალი სტილი მონიშვნიდან"
-#: effectoptionstiming.xhp#par_idN10597.help.text
-msgid "Start effect on click of"
+#. MAmH
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"hd_id3153119\n"
+"20\n"
+"help.text"
+msgid "Update Style"
msgstr ""
-#: effectoptionstiming.xhp#par_idN106EB.help.text
-msgid "<ahelp hid=\"878838284\">Specifies whether to let the animation start when a specified shape is clicked.</ahelp>"
-msgstr ""
+#. CRWj
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3150653\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TEMPLDLG_UPDATEBYEXAMPLE\">Updates the Style selected in the Styles and Formatting window with the current formatting of the selected object.</ahelp>"
+msgstr "<ahelp hid=\"HID_TEMPLDLG_UPDATEBYEXAMPLE\">აახლებს სყილს რომელიც არჩეულია სტილების და ფორმატირების ფანჯარაშუ არჩეული ობიექტის მიმდინარე სტილთან.</ahelp>"
-#: effectoptionstiming.xhp#par_idN107C5.help.text
-msgid "<ahelp hid=\"878841357\">Select the shape by its name from the list box.</ahelp>"
+#. Mbi=
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3149888\n"
+"help.text"
+msgid "<image id=\"img_id3146878\" src=\"cmd/sc_styleupdatebyexample.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146878\">Icon</alt></image>"
msgstr ""
-#: 06080000.xhp#tit.help.text
-msgctxt "06080000.xhp#tit.help.text"
-msgid "Slide Show Settings"
+#. Sr)$
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3153085\n"
+"22\n"
+"help.text"
+msgid "Update Style"
msgstr ""
-#: 06080000.xhp#bm_id3153818.help.text
-msgid "<bookmark_value>presentations; settings for</bookmark_value><bookmark_value>slide shows; settings for</bookmark_value><bookmark_value>presentations; window / full screen</bookmark_value><bookmark_value>multiple monitors</bookmark_value>"
+#. _\./
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"hd_id3153936\n"
+"23\n"
+"help.text"
+msgid "Style List / Style Groups / Context menu: New / Modify / Delete"
msgstr ""
-#: 06080000.xhp#hd_id3153818.1.help.text
-msgctxt "06080000.xhp#hd_id3153818.1.help.text"
-msgid "Slide Show Settings"
+#. F`@@
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3145590\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TEMPLATE_FMT\">Create, edit, apply and manage styles.</ahelp>"
msgstr ""
-#: 06080000.xhp#par_id3148606.2.help.text
-msgid "<variable id=\"praesent\"><ahelp hid=\".uno:PresentationDialog\">Defines settings for your slide show, including which slide to start from, the way you advance the slides, the type of presentation, and pointer options.</ahelp></variable>"
+#. #Lf*
+#: 06100000.xhp
+msgctxt ""
+"06100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Custom Slide Shows"
msgstr ""
-#: 06080000.xhp#hd_id3150213.3.help.text
-msgid "Range"
+#. yHp[
+#: 06100000.xhp
+msgctxt ""
+"06100000.xhp\n"
+"hd_id3154659\n"
+"1\n"
+"help.text"
+msgid "Custom Slide Shows"
msgstr ""
-#: 06080000.xhp#par_id3154766.4.help.text
-msgid "Specifies which slides to include in the slide show."
+#. ?gzr
+#: 06100000.xhp
+msgctxt ""
+"06100000.xhp\n"
+"par_id3149207\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"indipraesent\"><ahelp hid=\".uno:CustomShowDialog\">Defines a custom slide show using slides within the current presentation. You can then pick slides to meet the needs of your audience. You can create as many custom slide shows as you want.</ahelp></variable>"
msgstr ""
-#: 06080000.xhp#hd_id3145363.5.help.text
-msgid "All slides"
+#. }roc
+#: 06100000.xhp
+msgctxt ""
+"06100000.xhp\n"
+"hd_id3155530\n"
+"3\n"
+"help.text"
+msgid "Name of the presentation(s)"
msgstr ""
-#: 06080000.xhp#par_id3145114.6.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_START_PRESENTATION:RBT_ALL\">Includes all of the slides in your slide show.</ahelp>"
+#. jEi)
+#: 06100000.xhp
+msgctxt ""
+"06100000.xhp\n"
+"par_id3156449\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SD_LISTBOX_DLG_CUSTOMSHOW_LB_CUSTOMSHOWS\">Lists the custom slide shows that are available.</ahelp>"
msgstr ""
-#: 06080000.xhp#hd_id3150431.7.help.text
-msgid "From:"
-msgstr "-დან"
-
-#: 06080000.xhp#par_id3150391.8.help.text
-msgid "<ahelp hid=\"SD:LISTBOX:DLG_START_PRESENTATION:LB_DIAS\">Enter the number of the start slide.</ahelp>"
+#. k=95
+#: 06100000.xhp
+msgctxt ""
+"06100000.xhp\n"
+"par_id3149408\n"
+"5\n"
+"help.text"
+msgid "To create a custom slide show, click <emph>New</emph>."
msgstr ""
-#: 06080000.xhp#hd_id3147404.86.help.text
-msgid "Custom Slide Show"
+#. eUe5
+#: 06100000.xhp
+msgctxt ""
+"06100000.xhp\n"
+"hd_id3152899\n"
+"9\n"
+"help.text"
+msgid "Use Custom Slide Show"
msgstr ""
-#: 06080000.xhp#par_id3150538.87.help.text
-msgid "<ahelp hid=\"SD:LISTBOX:DLG_START_PRESENTATION:LB_CUSTOMSHOW\">Runs a custom slide show in the order that you defined in <link href=\"text/simpress/01/06100000.xhp\" name=\"Slide Show - Custom Slide Show\"><emph>Slide Show - Custom Slide Show</emph></link>.</ahelp>"
+#. R0l0
+#: 06100000.xhp
+msgctxt ""
+"06100000.xhp\n"
+"par_id3149947\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SD_CHECKBOX_DLG_CUSTOMSHOW_CBX_USE_CUSTOMSHOW\">Runs the custom slide show you selected when you click <emph>Start</emph>. Otherwise, the entire presentation is shown.</ahelp>"
msgstr ""
-#: 06080000.xhp#hd_id3150653.88.help.text
-msgctxt "06080000.xhp#hd_id3150653.88.help.text"
-msgid "Type"
+#. X-~Z
+#: 06100000.xhp
+msgctxt ""
+"06100000.xhp\n"
+"hd_id3148604\n"
+"6\n"
+"help.text"
+msgid "To run a custom slide show:"
msgstr ""
-#: 06080000.xhp#par_id3149354.93.help.text
-msgid "Select the slide show type."
+#. gD$P
+#: 06100000.xhp
+msgctxt ""
+"06100000.xhp\n"
+"par_id3153250\n"
+"7\n"
+"help.text"
+msgid "Click the show in the list and then select <emph>Use Custom Slide Show</emph>."
msgstr ""
-#: 06080000.xhp#hd_id3150482.89.help.text
+#. ,D#)
+#: 06100000.xhp
#, fuzzy
-msgid "Default"
-msgstr ""
-"#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\n"
-"სტანდარტული\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ნაგულისხმები\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ნაგულისხმევი\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"საწყისი"
-
-#: 06080000.xhp#par_id3148730.94.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_START_PRESENTATION:RBT_STANDARD\">A full screen slide is shown.</ahelp>"
-msgstr ""
-
-#: 06080000.xhp#hd_id3153034.90.help.text
-msgid "Window"
-msgstr "ფანჯარა"
-
-#: 06080000.xhp#par_id3155257.82.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_START_PRESENTATION:RBT_WINDOW\">Slide show runs in the $[officename] program window.</ahelp>"
-msgstr ""
+msgctxt ""
+"06100000.xhp\n"
+"par_id3159230\n"
+"8\n"
+"help.text"
+msgid "Click <emph>Start</emph>."
+msgstr "დააწკაპუნეთ <emph>OK</emph>."
-#: 06080000.xhp#hd_id3145593.91.help.text
+#. `.Qy
+#: 06100000.xhp
#, fuzzy
-msgid "Auto"
-msgstr ""
-"#-#-#-#-# database.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ავტომატური\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ავტო"
-
-#: 06080000.xhp#par_id3149509.95.help.text
-msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_START_PRESENTATION:RBT_AUTO\">Restarts the slide show after the pause interval you specify. A pause slide is displayed between the final slide and the start slide. Press the Esc key to stop the show.</ahelp>."
-msgstr ""
-
-#: 06080000.xhp#hd_id3150862.96.help.text
-msgid "Duration of pause"
-msgstr ""
-
-#: 06080000.xhp#par_id3153112.97.help.text
-msgid "<ahelp hid=\"SD:TIMEFIELD:DLG_START_PRESENTATION:TMF_PAUSE\">Enter the duration of the pause before the slide show is repeated. If you enter zero, the show restarts immediately without showing a pause slide.</ahelp>"
-msgstr ""
-
-#: 06080000.xhp#hd_id3166420.92.help.text
-msgid "Show logo"
-msgstr "აჩვენე ლოგო"
-
-#: 06080000.xhp#par_id3154501.98.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:DLG_START_PRESENTATION:CBX_AUTOLOGO\">Displays the $[officename] logo on the pause slide.</ahelp> The logo cannot be exchanged."
-msgstr ""
+msgctxt ""
+"06100000.xhp\n"
+"hd_id3153808\n"
+"11\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/06100100.xhp\" name=\"New\">New</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 06080000.xhp#hd_id3150130.9.help.text
+#. |5Of
+#: 06100000.xhp
#, fuzzy
-msgid "Options"
-msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"პარამეტრები\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"თვისებები"
-
-#: 06080000.xhp#hd_id3149883.13.help.text
-msgid "Change slides manually"
-msgstr ""
-
-#: 06080000.xhp#par_id3147373.14.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:DLG_START_PRESENTATION:CBX_MANUEL\">Slides never change automatically when this box is selected.</ahelp>"
-msgstr ""
-
-#: 06080000.xhp#hd_id3155439.15.help.text
-msgid "Mouse pointer visible"
-msgstr ""
-
-#: 06080000.xhp#par_id3150272.16.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:DLG_START_PRESENTATION:CBX_MOUSEPOINTER\">Shows the mouse pointer during a slide show.</ahelp>"
-msgstr ""
-
-#: 06080000.xhp#hd_id3150570.17.help.text
-msgid "Mouse pointer as pen"
-msgstr ""
+msgctxt ""
+"06100000.xhp\n"
+"hd_id3153073\n"
+"12\n"
+"help.text"
+msgid "Edit"
+msgstr "გასვლა"
-#: 06080000.xhp#par_id3150665.18.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:DLG_START_PRESENTATION:CBX_PEN\">Changes the mouse pointer to a pen which you can use to draw on slides during the presentation.</ahelp>"
+#. PYff
+#: 06100000.xhp
+msgctxt ""
+"06100000.xhp\n"
+"par_id3150431\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SD_PUSHBUTTON_DLG_CUSTOMSHOW_BTN_EDIT\"><link href=\"text/simpress/01/06100100.xhp\" name=\"Add, remove or reorder\">Add, remove or reorder</link> slides as well as change the name of the selected custom slide show.</ahelp>"
msgstr ""
-#: 06080000.xhp#par_id3150475.19.help.text
-msgid "Anything you write with the pen is not saved when you exit the slide show. The color of the pen cannot be changed."
+#. Xn[5
+#: 06100000.xhp
+#, fuzzy
+msgctxt ""
+"06100000.xhp\n"
+"hd_id3151393\n"
+"14\n"
+"help.text"
+msgid "Copy"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nასლის შექმნა\\n#-#-#-#-# optionen.po (PACKAGE VERSION) #-#-#-#-#\\nასლი\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nკოპირება\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nკოპირება"
+
+#. ibT3
+#: 06100000.xhp
+msgctxt ""
+"06100000.xhp\n"
+"par_id3145236\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SD_PUSHBUTTON_DLG_CUSTOMSHOW_BTN_COPY\">Creates a copy of the selected custom slide show. You can modify the name of the show by clicking <emph>Edit</emph>.</ahelp>"
msgstr ""
-#: 06080000.xhp#hd_id3153927.20.help.text
-msgid "Navigator visible"
+#. $.HV
+#: 06100000.xhp
+msgctxt ""
+"06100000.xhp\n"
+"hd_id3153121\n"
+"16\n"
+"help.text"
+msgid "Start"
msgstr ""
-#: 06080000.xhp#par_id3148430.21.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:DLG_START_PRESENTATION:CBX_NAVIGATOR\">Displays the <link href=\"text/simpress/01/02110000.xhp\" name=\"Navigator\">Navigator</link> during the slide show.</ahelp>"
+#. T)y_
+#: 06100000.xhp
+msgctxt ""
+"06100000.xhp\n"
+"par_id3157907\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SD_PUSHBUTTON_DLG_CUSTOMSHOW_BTN_STARTSHOW\">Runs the slide show. Ensure that <emph>Use Custom Slide Show</emph> is selected if you want to run a custom presentation.</ahelp>"
msgstr ""
-#: 06080000.xhp#hd_id3153718.84.help.text
-msgid "Animations allowed"
+#. \:/n
+#: 05090000m.xhp
+msgctxt ""
+"05090000m.xhp\n"
+"tit\n"
+"help.text"
+msgid "Format Cells"
msgstr ""
-#: 06080000.xhp#par_id3083445.85.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:DLG_START_PRESENTATION:CBX_ANIMATION_ALLOWED\">Displays all frames of animated GIF files during the slide show.</ahelp> If this option is not selected, only the first frame of an animated GIF file is displayed."
+#. YL./
+#: 05090000m.xhp
+msgctxt ""
+"05090000m.xhp\n"
+"hd_id3147172\n"
+"1\n"
+"help.text"
+msgid "Format Cells"
msgstr ""
-#: 06080000.xhp#hd_id3152478.22.help.text
-msgid "Change slides by clicking on background"
-msgstr ""
+#. \T7g
+#: 05090000m.xhp
+#, fuzzy
+msgctxt ""
+"05090000m.xhp\n"
+"par_id3154643\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"tabelletext\"><ahelp hid=\".\">Specifies the properties of the selected table, for example, fonts, font effects, borders, and background.</ahelp></variable>"
+msgstr "<variable id=\"tabelletext\"><ahelp hid=\".uno:TableDialog\">განსაზღვრავს მონიშნული ცხრილის, მაგ., სახელს, სწორებას, დაშორებას, სვეტის სიგანეს, საზღვრების და ფონის პარამეტრებს.</ahelp></variable>"
-#: 06080000.xhp#par_id3156305.23.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:DLG_START_PRESENTATION:CBX_CHANGE_PAGE\">Advances to the next slide when you click on the background of a slide.</ahelp>"
+#. -o;f
+#: 05090000m.xhp
+msgctxt ""
+"05090000m.xhp\n"
+"par_id0916200811543127\n"
+"help.text"
+msgid "On the Table Bar, click <emph>Table Properties</emph>."
msgstr ""
-#: 06080000.xhp#hd_id3150960.24.help.text
-msgid "Presentation always on top"
-msgstr ""
+#. \f9]
+#: 05090000m.xhp
+msgctxt ""
+"05090000m.xhp\n"
+"hd_id3146119\n"
+"4\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>"
-#: 06080000.xhp#par_id3150764.25.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:DLG_START_PRESENTATION:CBX_ALWAYS_ON_TOP\">The $[officename] window remains on top during the presentation. No other program will show its window in front of your presentation.</ahelp>"
+#. Y5#e
+#: 05130000.xhp
+msgctxt ""
+"05130000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Slide Layout"
msgstr ""
-#: 06080000.xhp#hd_id6086611.help.text
-msgid "Multiple Monitors"
+#. K}rj
+#: 05130000.xhp
+msgctxt ""
+"05130000.xhp\n"
+"bm_id3154754\n"
+"help.text"
+msgid "<bookmark_value>changing; slide layouts</bookmark_value><bookmark_value>slide layouts</bookmark_value>"
msgstr ""
-#: 06080000.xhp#par_id5446943.help.text
-msgid "By default the primary monitor is used for slide show mode. If the current desktop is displayed on more than one monitor, you can select which monitor to use for full screen slide show mode. If the current desktop spans only one monitor, or if the multi monitor feature is not supported on the current system, you cannot select another monitor."
+#. K]9N
+#: 05130000.xhp
+msgctxt ""
+"05130000.xhp\n"
+"hd_id3154754\n"
+"1\n"
+"help.text"
+msgid "Slide Layout"
msgstr ""
-#: 06080000.xhp#hd_id4962309.help.text
-msgid "Presentation Monitor"
+#. QJ$T
+#: 05130000.xhp
+msgctxt ""
+"05130000.xhp\n"
+"par_id3149126\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"seite\"><ahelp hid=\".uno:ModifyPage\">Opens the Slide Layout panel on the Task pane.</ahelp></variable>"
msgstr ""
-#: 06080000.xhp#par_id5168919.help.text
-msgid "<ahelp hid=\".\">Select a monitor to use for full screen slide show mode.</ahelp>"
+#. WC~m
+#: 05130000.xhp
+msgctxt ""
+"05130000.xhp\n"
+"par_id31469757\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">The icon in the Presentation toolbar opens a submenu. Select the slide layout for the slide.</caseinline></switchinline>"
msgstr ""
-#: 06080000.xhp#par_id4846339.help.text
-msgid "If the system allows to span a window over all available monitors, you can also select \"All monitors\". In this case the presentation spans over all available monitors. "
-msgstr ""
+#. 2:kp
+#: 04030000m.xhp
+msgctxt ""
+"04030000m.xhp\n"
+"tit\n"
+"help.text"
+msgid "Rows"
+msgstr "რიგები"
-#: 06080000.xhp#par_id2321543.help.text
-msgid "This setting is saved in the user configuration and not inside the document."
+#. vf;8
+#: 04030000m.xhp
+msgctxt ""
+"04030000m.xhp\n"
+"bm_id31505414711\n"
+"help.text"
+msgid "<bookmark_value>rows; inserting</bookmark_value><bookmark_value>inserting; rows</bookmark_value>"
msgstr ""
-#: 13050400.xhp#tit.help.text
-msgid "Convert to 3D Rotation Object"
-msgstr ""
+#. :qxf
+#: 04030000m.xhp
+#, fuzzy
+msgctxt ""
+"04030000m.xhp\n"
+"hd_id3150541\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/04030000m.xhp\" name=\"Rows\">Rows</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 13050400.xhp#hd_id3146974.1.help.text
-msgid "<link href=\"text/simpress/01/13050400.xhp\" name=\"Convert to 3D Rotation Object\">Convert to 3D Rotation Object</link>"
+#. *\},
+#: 04030000m.xhp
+msgctxt ""
+"04030000m.xhp\n"
+"par_id3150767\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertRows\">Inserts a new row above the active cell. The number of rows inserted correspond to the number of rows selected. The existing rows are moved downward.</ahelp>"
msgstr ""
-#: 13050400.xhp#par_id3150717.2.help.text
-msgid "<ahelp hid=\".uno:ConvertInto3DLatheFast\">Creates a three-dimensional shape by rotating the selected object around its vertical axis.</ahelp>"
+#. ^q,b
+#: 04030000m.xhp
+msgctxt ""
+"04030000m.xhp\n"
+"par_id091620081118197\n"
+"help.text"
+msgid "In the context menu of a cell, choose <emph>Insert - Rows</emph>"
msgstr ""
-#: 04130000.xhp#tit.help.text
-msgid "Expand Slide"
+#. k`M0
+#: 04990600.xhp
+msgctxt ""
+"04990600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Author"
msgstr ""
-#: 04130000.xhp#bm_id3146119.help.text
-msgid "<bookmark_value>expanding;slides</bookmark_value><bookmark_value>slides;expanding</bookmark_value>"
+#. AL,l
+#: 04990600.xhp
+msgctxt ""
+"04990600.xhp\n"
+"bm_id3146974\n"
+"help.text"
+msgid "<bookmark_value>authors</bookmark_value><bookmark_value>fields; authors</bookmark_value>"
msgstr ""
-#: 04130000.xhp#hd_id3146119.1.help.text
+#. ;r3`
+#: 04990600.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/01/04130000.xhp\" name=\"Expand Slide\">Expand Slide</link>"
+msgctxt ""
+"04990600.xhp\n"
+"hd_id3146974\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/04990600.xhp\" name=\"Author\">Author</link>"
msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 04130000.xhp#par_id3154319.2.help.text
-msgid "<ahelp hid=\".uno:ExpandPage\">Creates a new slide from every top-level outline point (text one level below the title text in the outline hierarchy) in the selected slide. The outline text becomes the title of the new slide.</ahelp> Outline points below the top level on the original slide are moved up one level on the new slide."
-msgstr ""
-
-#: 04130000.xhp#par_id3146972.3.help.text
-msgid "You can only use the <emph>Expand Slide </emph>command if your slide layout contains a title object and an outline object."
-msgstr ""
-
-#: 04130000.xhp#par_id3149019.4.help.text
-msgid "If you want to keep the original slide, choose <emph>Edit - Undo</emph>."
+#. |9vz
+#: 04990600.xhp
+msgctxt ""
+"04990600.xhp\n"
+"par_id3153876\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertAuthorField\">Inserts the first and last names listed in the $[officename] user data into the active slide.</ahelp>"
msgstr ""
-#: 13170000.xhp#tit.help.text
-msgid "Break "
+#. `03-
+#: 04990600.xhp
+msgctxt ""
+"04990600.xhp\n"
+"par_id3154512\n"
+"3\n"
+"help.text"
+msgid "To edit the name, choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010100.xhp\" name=\"$[officename] - User Data\"><emph>$[officename] - User Data</emph></link>."
msgstr ""
-#: 13170000.xhp#bm_id3150870.help.text
-msgid "<bookmark_value>objects; breaking connections</bookmark_value><bookmark_value>breaking object connections</bookmark_value>"
+#. JO3/
+#: 13180100.xhp
+msgctxt ""
+"13180100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Merge"
msgstr ""
-#: 13170000.xhp#hd_id3150870.1.help.text
+#. 1(cc
+#: 13180100.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/01/13170000.xhp\" name=\"Break\">Break</link>"
+msgctxt ""
+"13180100.xhp\n"
+"hd_id3150870\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/13180100.xhp\" name=\"Merge\">Merge</link>"
msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 13170000.xhp#par_id3156441.2.help.text
-msgid "<ahelp hid=\".uno:Break\">Breaks apart lines joined with the <emph>Connect</emph> command.</ahelp>"
+#. _cCX
+#: 13180100.xhp
+msgctxt ""
+"13180100.xhp\n"
+"par_id3150012\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Merge\" visibility=\"visible\">Adds the area of the selected objects to the area of the lowermost object in the selection. This command is best used with overlapping objects.</ahelp>"
msgstr ""
-#: 13170000.xhp#par_id3153726.3.help.text
-msgid "You cannot apply a fill to closed shapes that have been broken apart with this command. "
+#. |w:w
+#: 13180100.xhp
+msgctxt ""
+"13180100.xhp\n"
+"par_id3152578\n"
+"3\n"
+"help.text"
+msgid "Any spaces that are visible between the objects are preserved."
msgstr ""
-#: 13050200.xhp#tit.help.text
-msgid "To Polygon"
+#. K.j`
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Slide Design"
msgstr ""
-#: 13050200.xhp#hd_id3152578.1.help.text
+#. C1j^
+#: 05120000.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/01/13050200.xhp\" name=\"To Polygon\">To Polygon</link>"
+msgctxt ""
+"05120000.xhp\n"
+"hd_id3154253\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/05120000.xhp\" name=\"Slide Design\">Slide Design</link>"
msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 13050200.xhp#par_id3145252.2.help.text
-msgid "<ahelp hid=\".uno:ChangePolygon\">Converts the selected object to a polygon (a closed object bounded by straight lines).</ahelp> The appearance of the object does not change. If you want, you can right-click and choose <link href=\"text/shared/main0227.xhp\" name=\"Edit Points\"><emph>Edit Points</emph></link> to view the changes."
-msgstr ""
-
-#: 13050200.xhp#hd_id3155066.4.help.text
-msgid "Convert to Polygon"
+#. L^aK
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"par_id3148485\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"seitenvorlagetext\"><ahelp hid=\".uno:PresentationLayout\">Displays the <emph>Slide Design</emph> dialog, where you can select a layout scheme for the current slide. Any objects in the slide design are inserted behind objects in the current slide.</ahelp></variable>"
msgstr ""
-#: 13050200.xhp#par_id3153713.5.help.text
-msgid "The following options are required to convert a bitmap image to a polygon. The converted image is actually a collection of smaller polygons filled with color."
+#. P\o`
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"hd_id3154652\n"
+"3\n"
+"help.text"
+msgid "Slide design"
msgstr ""
-#: 13050200.xhp#hd_id3154254.6.help.text
-msgctxt "13050200.xhp#hd_id3154254.6.help.text"
-msgid "Settings"
+#. GW}4
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"par_id3152993\n"
+"4\n"
+"help.text"
+msgid "Displays the slide designs you can apply to your slide. Select a design and click <emph>OK</emph> to apply it to the current slide."
msgstr ""
-#: 13050200.xhp#par_id3149126.7.help.text
-msgid "Set the conversion options for the image."
+#. yi6/
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"hd_id3154372\n"
+"7\n"
+"help.text"
+msgid "Exchange background page"
msgstr ""
-#: 13050200.xhp#hd_id3146314.8.help.text
-msgid "Number of colors:"
+#. ^GH;
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"par_id3149407\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:DLG_PRESLT:CBX_MASTER_PAGE\">Applies the background of the selected slide design to all of the slides in your document.</ahelp>"
msgstr ""
-#: 13050200.xhp#par_id3145790.9.help.text
-msgid "<ahelp hid=\"SD:NUMERICFIELD:DLG_VECTORIZE:NM_LAYERS\">Enter the number of colors to be displayed in the converted image. $[officename] generates a polygon for each occurrence of a color in the image.</ahelp>"
+#. y,Xq
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"hd_id3153818\n"
+"9\n"
+"help.text"
+msgid "Delete unused backgrounds"
msgstr ""
-#: 13050200.xhp#hd_id3150206.10.help.text
-msgid "Point reduction"
+#. ;0Bn
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"par_id3148871\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:DLG_PRESLT:CBX_CHECK_MASTERS\">Deletes unreferenced background slides and presentation layouts from your document.</ahelp>"
msgstr ""
-#: 13050200.xhp#par_id3159236.11.help.text
-msgid "<ahelp hid=\"SD:METRICFIELD:DLG_VECTORIZE:MT_REDUCE\">Removes color polygons that are smaller than the pixel value you enter.</ahelp>"
-msgstr ""
+#. T]B0
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"hd_id3157982\n"
+"5\n"
+"help.text"
+msgid "Load"
+msgstr "ჩატვირთვა"
-#: 13050200.xhp#hd_id3150364.12.help.text
-msgid "Fill holes"
+#. v5~r
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"par_id3156020\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SD:PUSHBUTTON:DLG_PRESLT:BTN_LOAD\">Displays the <link href=\"text/simpress/01/05120100.xhp\" name=\"Load Slide Design\"><emph>Load Slide Design</emph></link> dialog, where you can select additional slide designs.</ahelp>"
msgstr ""
-#: 13050200.xhp#par_id3145584.13.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:DLG_VECTORIZE:CB_FILLHOLES\">Fills the color gaps caused by applying a point reduction.</ahelp>"
+#. I:rK
+#: 04990700.xhp
+#, fuzzy
+msgctxt ""
+"04990700.xhp\n"
+"tit\n"
+"help.text"
+msgid "File name"
+msgstr "#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\\nფაილის სახელი\\n#-#-#-#-# database.po (PACKAGE VERSION) #-#-#-#-#\\nველის სახელი"
+
+#. B:q_
+#: 04990700.xhp
+msgctxt ""
+"04990700.xhp\n"
+"bm_id3148575\n"
+"help.text"
+msgid "<bookmark_value>fields; file names</bookmark_value>"
msgstr ""
-#: 13050200.xhp#hd_id3154371.14.help.text
-msgid "Tile size"
-msgstr ""
+#. rF-b
+#: 04990700.xhp
+#, fuzzy
+msgctxt ""
+"04990700.xhp\n"
+"hd_id3148575\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/04990700.xhp\" name=\"File name\">File name</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 13050200.xhp#par_id3156448.15.help.text
-msgid "<ahelp hid=\"SD:METRICFIELD:DLG_VECTORIZE:MT_FILLHOLES\">Enter the size of the rectangle for the background fill.</ahelp>"
+#. E$*Z
+#: 04990700.xhp
+msgctxt ""
+"04990700.xhp\n"
+"par_id3153142\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertFileField\">Inserts the name of the active file. The name only appears after you save the file.</ahelp>"
msgstr ""
-#: 13050200.xhp#hd_id3148840.16.help.text
-msgid "Source picture:"
+#. -tfo
+#: 13140000.xhp
+msgctxt ""
+"13140000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Combine"
msgstr ""
-#: 13050200.xhp#par_id3153917.17.help.text
-msgid "Preview of the original image."
-msgstr ""
+#. ]qbZ
+#: 13140000.xhp
+#, fuzzy
+msgctxt ""
+"13140000.xhp\n"
+"hd_id3150012\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/13140000.xhp\" name=\"Combine\">Combine</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 13050200.xhp#hd_id3149944.18.help.text
-msgid "Vectorized image:"
+#. +^_1
+#: 13140000.xhp
+msgctxt ""
+"13140000.xhp\n"
+"par_id3146974\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Combine\">Combines two or more selected objects into a single shape.</ahelp> Unlike <link href=\"text/shared/01/05290000.xhp\" name=\"grouping\">grouping</link>, a combined object takes on the properties of the lowermost object in the stacking order. You can <link href=\"text/simpress/01/13150000.xhp\" name=\"split\">split</link> apart combined objects, but the original object properties are lost."
+msgstr ""
+
+#. _{1k
+#: 13140000.xhp
+msgctxt ""
+"13140000.xhp\n"
+"par_id3153876\n"
+"3\n"
+"help.text"
+msgid "When you combine objects, the drawing elements are replaced by Bézier curves and holes appear where the objects overlap."
msgstr ""
-#: 13050200.xhp#par_id3148605.19.help.text
-msgid "Preview of the converted image. Click <emph>Preview</emph> to generate the vectorized image."
+#. 54#4
+#: 04110200.xhp
+msgctxt ""
+"04110200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert Text"
msgstr ""
-#: 13050200.xhp#hd_id3156020.20.help.text
-msgid "Progress"
+#. Y-fD
+#: 04110200.xhp
+msgctxt ""
+"04110200.xhp\n"
+"hd_id3145252\n"
+"1\n"
+"help.text"
+msgid "Insert Text"
msgstr ""
-#: 13050200.xhp#par_id3159207.21.help.text
-msgid "Displays the conversion progress."
+#. @7!e
+#: 04110200.xhp
+msgctxt ""
+"04110200.xhp\n"
+"par_id3150716\n"
+"2\n"
+"help.text"
+msgid "Inserts text from an ASCII, RTF, or HTML file into the active slide."
msgstr ""
-#: 13050200.xhp#hd_id3149048.22.help.text
-msgctxt "13050200.xhp#hd_id3149048.22.help.text"
-msgid "Preview"
+#. El1.
+#: 04110200.xhp
+msgctxt ""
+"04110200.xhp\n"
+"par_id3149018\n"
+"3\n"
+"help.text"
+msgid "The inserted text uses the default text formatting of the active slide. If you want, you can drag a text frame in your slide, and then insert the text. The text frame automatically extends downwards for longer text passages."
msgstr ""
-#: 13050200.xhp#par_id3150046.23.help.text
-msgid "<ahelp hid=\"SD:PUSHBUTTON:DLG_VECTORIZE:BTN_PREVIEW\">Previews the converted image without applying the changes.</ahelp>"
+#. eE=3
+#: 04110200.xhp
+msgctxt ""
+"04110200.xhp\n"
+"hd_id3156382\n"
+"4\n"
+"help.text"
+msgid "Display list"
msgstr ""
-#: 01180000.xhp#tit.help.text
-msgctxt "01180000.xhp#tit.help.text"
-msgid "Page"
+#. `QwX
+#: 04110200.xhp
+msgctxt ""
+"04110200.xhp\n"
+"par_id3154702\n"
+"5\n"
+"help.text"
+msgid "Select the text you want to insert from the list."
msgstr ""
-#: 01180000.xhp#hd_id3149379.1.help.text
-msgctxt "01180000.xhp#hd_id3149379.1.help.text"
-msgid "Page"
+#. Kd-1
+#: 04110200.xhp
+#, fuzzy
+msgctxt ""
+"04110200.xhp\n"
+"hd_id3150200\n"
+"6\n"
+"help.text"
+msgid "Link"
+msgstr "#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\nხაზი\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nხაზი\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nსტრიქონი"
+
+#. L0AY
+#: 04110200.xhp
+msgctxt ""
+"04110200.xhp\n"
+"par_id3155333\n"
+"7\n"
+"help.text"
+msgid "Inserts the text as a link. Links are updated automatically when the source file changes."
msgstr ""
-#: 01180000.xhp#par_id3150717.2.help.text
-msgid "<variable id=\"seiteeintext\"><ahelp hid=\".uno:PageSetup\" visibility=\"visible\">Sets page orientation, page margins, background and other layout options.</ahelp></variable>"
-msgstr ""
+#. r4F%
+#: 03070000.xhp
+msgctxt ""
+"03070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Presentation"
+msgstr "პრეზენტაცია"
-#: 01180000.xhp#par_id3145587.5.help.text
-msgid "To change the background of all of the pages in the active file, select a background, click <emph>OK</emph> and click <emph>Yes</emph> in the <emph>Page Settings</emph> dialog."
-msgstr ""
+#. IT7V
+#: 03070000.xhp
+#, fuzzy
+msgctxt ""
+"03070000.xhp\n"
+"hd_id3153144\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/03070000.xhp\" name=\"Presentation\">Presentation</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 03150300.xhp#tit.help.text
-msgid "Notes Master"
+#. $x*E
+#: 03070000.xhp
+msgctxt ""
+"03070000.xhp\n"
+"par_id3146975\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:CommonTaskBarVisible\">Common commands for slides.</ahelp>"
msgstr ""
-#: 03150300.xhp#bm_id3153144.help.text
-msgid "<bookmark_value>notes;default formatting</bookmark_value><bookmark_value>backgrounds;notes</bookmark_value><bookmark_value>speaker notes;defaults</bookmark_value>"
-msgstr ""
+#. %19%
+#: 03070000.xhp
+msgctxt ""
+"03070000.xhp\n"
+"hd_id3154018\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/04010000.xhp\" name=\"Slide\">Slide</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 03150300.xhp#hd_id3153144.1.help.text
+#. _do.
+#: 03070000.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/01/03150300.xhp\" name=\"Notes Master\">Notes Master</link>"
+msgctxt ""
+"03070000.xhp\n"
+"hd_id3154754\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/05130000.xhp\" name=\"Slide Layout\">Slide Layout</link>"
msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 03150300.xhp#par_id3154491.2.help.text
-msgid "<ahelp hid=\".uno:NotesMasterPage\">Displays the notes master, where you can set the default formatting for notes.</ahelp>"
-msgstr ""
-
-#: taskpanel.xhp#tit.help.text
-msgid "Task Pane"
-msgstr ""
-
-#: taskpanel.xhp#bm_id3274636.help.text
-msgid "<bookmark_value>task pane</bookmark_value>"
-msgstr ""
+#. _8e)
+#: 03070000.xhp
+#, fuzzy
+msgctxt ""
+"03070000.xhp\n"
+"hd_id3155960\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/05120000.xhp\" name=\"Slide Design\">Slide Design</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: taskpanel.xhp#par_idN10544.help.text
-msgid "<link href=\"text/simpress/01/taskpanel.xhp\">Task Pane</link>"
+#. HHH.
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Summary Slide"
msgstr ""
-#: taskpanel.xhp#par_idN10554.help.text
-msgid "<ahelp hid=\".\">Switches the %PRODUCTNAME Impress task pane on and off.</ahelp>"
+#. MJaz
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"bm_id3154013\n"
+"help.text"
+msgid "<bookmark_value>summary slide</bookmark_value>"
msgstr ""
-#: taskpanel.xhp#par_idN10557.help.text
-msgid "The task pane contains pages to specify the master pages, layouts, custom animation, and slide transition. Click another heading to open another page."
-msgstr ""
+#. cQJ5
+#: 04140000.xhp
+#, fuzzy
+msgctxt ""
+"04140000.xhp\n"
+"hd_id3154013\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/04140000.xhp\" name=\"Summary Slide\">Summary Slide</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: taskpanel.xhp#par_idN105D4.help.text
-msgctxt "taskpanel.xhp#par_idN105D4.help.text"
-msgid "<embedvar href=\"text/simpress/guide/masterpage.xhp#masterpage\"/>"
+#. kZ_;
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"par_id3149664\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SummaryPage\" visibility=\"visible\">Creates a new slide that contains a bulleted list from the titles of the slides that follow the selected slide. The summary slide is inserted behind the last slide.</ahelp>"
msgstr ""
-#: taskpanel.xhp#par_idN10652.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Master Pages tab page, where you apply a master page (background) to all slides (left-click) or to the selected slides (right-click).</ahelp>"
+#. nap;
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Delete Slide"
msgstr ""
-#: taskpanel.xhp#par_idN1067D.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Lists the currently used master pages.</ahelp>"
+#. Td]l
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"bm_id3154253\n"
+"help.text"
+msgid "<bookmark_value>deleting; slides</bookmark_value><bookmark_value>slides;deleting</bookmark_value>"
msgstr ""
-#: taskpanel.xhp#par_idN106A8.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Lists the recently used master pages.</ahelp>"
-msgstr ""
+#. :G[f
+#: 02130000.xhp
+#, fuzzy
+msgctxt ""
+"02130000.xhp\n"
+"hd_id3154253\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/02130000.xhp\" name=\"Delete Slide\">Delete Slide</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: taskpanel.xhp#par_idN106D3.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Lists all available master pages.</ahelp>"
+#. [OHv
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"par_id3145790\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"seiteloeschen\"><ahelp hid=\".uno:DeletePage\">Deletes the current slide or page.</ahelp></variable>"
msgstr ""
-#: taskpanel.xhp#par_idN106FA.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Left-click to apply the master page to all slides. Right-click for a submenu.</ahelp>"
+#. PAvl
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"par_id3150208\n"
+"8\n"
+"help.text"
+msgid "In the context menu of a slide or page you find the following command, among others:"
msgstr ""
-#: taskpanel.xhp#par_idN10747.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Applies the master page to all slides.</ahelp>"
+#. HI0/
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"hd_id3154485\n"
+"5\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Rename Slide </caseinline><defaultinline>Rename Page</defaultinline></switchinline>"
msgstr ""
-#: taskpanel.xhp#par_idN10762.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Applies the master page or the slide design to the selected slides.</ahelp>"
+#. _^ik
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"par_id3148702\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\".uno:RenamePage\">Renames the selected <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide </caseinline><defaultinline>page</defaultinline></switchinline>.</ahelp>"
msgstr ""
-#: taskpanel.xhp#par_idN10785.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Resizes the preview of the master pages.</ahelp>"
+#. gh{c
+#: 13050500.xhp
+msgctxt ""
+"13050500.xhp\n"
+"tit\n"
+"help.text"
+msgid "To Bitmap"
msgstr ""
-#: taskpanel.xhp#par_idN107B4.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Layouts tab page, where you apply a slide design to the selected slide or slides.</ahelp>"
+#. x.O#
+#: 13050500.xhp
+msgctxt ""
+"13050500.xhp\n"
+"bm_id3153142\n"
+"help.text"
+msgid "<bookmark_value>converting; to bitmaps</bookmark_value><bookmark_value>bitmaps; converting to</bookmark_value>"
msgstr ""
-#: taskpanel.xhp#par_idN107CB.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to apply a slide design to all selected slides. Right-click for a submenu.</ahelp>"
-msgstr ""
+#. i2,J
+#: 13050500.xhp
+#, fuzzy
+msgctxt ""
+"13050500.xhp\n"
+"hd_id3153142\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/13050500.xhp\" name=\"To Bitmap\">To Bitmap</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: taskpanel.xhp#par_idN1080E.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Custom Animation tab page, where you apply effects to the selected objects on a slide.</ahelp>"
+#. AkNG
+#: 13050500.xhp
+msgctxt ""
+"13050500.xhp\n"
+"par_id3146975\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertIntoBitmap\">Converts the selected object to a bitmap (a grid of pixels that represents an image).</ahelp>"
msgstr ""
-#: taskpanel.xhp#par_idN10839.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Slide Transition tab page, where you apply transition effects to the selected slides.</ahelp>"
+#. D#VT
+#: 13050500.xhp
+msgctxt ""
+"13050500.xhp\n"
+"par_id3149377\n"
+"4\n"
+"help.text"
+msgid "For more information, see the <link href=\"text/shared/00/00000005.xhp\" name=\"Glossary\">Glossary</link>."
msgstr ""
-#: taskpanel.xhp#par_id0916200812240344.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Table Design. Double-click a preview to insert a new table.</ahelp>"
+#. bHnW
+#: 13050500.xhp
+msgctxt ""
+"13050500.xhp\n"
+"par_id3155333\n"
+"3\n"
+"help.text"
+msgid "You can also copy the selected object and choose <emph>Edit - Paste Special </emph>and select the bitmap format from the list."
msgstr ""
-#: 03150100.xhp#tit.help.text
+#. Y(d?
+#: 03150100.xhp
+msgctxt ""
+"03150100.xhp\n"
+"tit\n"
+"help.text"
msgid "Slide Master"
msgstr ""
-#: 03150100.xhp#bm_id3154013.help.text
+#. 1-N]
+#: 03150100.xhp
+msgctxt ""
+"03150100.xhp\n"
+"bm_id3154013\n"
+"help.text"
msgid "<bookmark_value>normal view; backgrounds</bookmark_value><bookmark_value>backgrounds; normal view</bookmark_value><bookmark_value>views;slide master view</bookmark_value><bookmark_value>slide master view</bookmark_value>"
msgstr ""
-#: 03150100.xhp#hd_id3154013.1.help.text
+#. Dg]5
+#: 03150100.xhp
#, fuzzy
+msgctxt ""
+"03150100.xhp\n"
+"hd_id3154013\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/simpress/01/03150100.xhp\" name=\"Slide Master\">Slide Master</link>"
msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 03150100.xhp#par_id3151075.2.help.text
+#. }+2.
+#: 03150100.xhp
+msgctxt ""
+"03150100.xhp\n"
+"par_id3151075\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\".uno:SlideMasterPage\">Switches to slide master view, where you can add elements that you want to appear on all of the slides in your show that use the same slide master.</ahelp>"
msgstr ""
-#: 03150100.xhp#par_id4941557.help.text
+#. ]N!h
+#: 03150100.xhp
+msgctxt ""
+"03150100.xhp\n"
+"par_id4941557\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a new slide master into the document. Double-click the new slide master on the Slides pane to apply it to all slides.</ahelp>"
msgstr ""
-#: 03150100.xhp#par_id9961851.help.text
+#. WgE]
+#: 03150100.xhp
+msgctxt ""
+"03150100.xhp\n"
+"par_id9961851\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a slide master and click this icon to remove the slide master from the document.</ahelp>"
msgstr ""
-#: 03150100.xhp#par_id4526200.help.text
+#. @iXQ
+#: 03150100.xhp
+msgctxt ""
+"03150100.xhp\n"
+"par_id4526200\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a slide master and click this icon to rename the slide master.</ahelp>"
msgstr ""
-#: 03150100.xhp#par_id8036133.help.text
+#. $662
+#: 03150100.xhp
+msgctxt ""
+"03150100.xhp\n"
+"par_id8036133\n"
+"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Closes the slide master view.</ahelp>"
msgstr ""
-#: 04120000.xhp#tit.help.text
-msgid "Duplicate Slide"
-msgstr ""
-
-#: 04120000.xhp#hd_id3148576.1.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/04120000.xhp\" name=\"Duplicate Slide\">Duplicate Slide</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: 04120000.xhp#par_id3153190.2.help.text
-msgid "<ahelp hid=\".uno:DuplicatePage\" visibility=\"visible\">Inserts a copy of the current slide after the current slide.</ahelp>"
-msgstr ""
-
-#: 04990000.xhp#tit.help.text
-msgid "Fields "
-msgstr ""
-
-#: 04990000.xhp#bm_id3154011.help.text
-msgid "<bookmark_value>fields;in slides</bookmark_value>"
-msgstr ""
-
-#: 04990000.xhp#hd_id3154011.1.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/04990000.xhp\" name=\"Fields\">Fields</link> "
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
+#. 0ju}
+#: 05250500.xhp
+msgctxt ""
+"05250500.xhp\n"
+"tit\n"
+"help.text"
+msgid "In Front of Object"
+msgstr "ობიექტის ფასადზე"
-#: 04990000.xhp#par_id3149666.2.help.text
-msgid "Lists common fields that you can insert into your slide."
+#. n2H9
+#: 05250500.xhp
+msgctxt ""
+"05250500.xhp\n"
+"bm_id3152576\n"
+"help.text"
+msgid "<bookmark_value>objects; in front of object command</bookmark_value><bookmark_value>in front of object command</bookmark_value>"
msgstr ""
-#: 04990000.xhp#par_id3145799.3.help.text
-msgid "If you want to edit a field in your slide, select it and choose <emph>Edit – Fields</emph>."
+#. {}?k
+#: 05250500.xhp
+msgctxt ""
+"05250500.xhp\n"
+"hd_id3152576\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/05250500.xhp\" name=\"In Front of Object\">In Front of Object</link>"
msgstr ""
-#: 03120000.xhp#tit.help.text
-msgid "Handout Page"
+#. AW/R
+#: 05250500.xhp
+msgctxt ""
+"05250500.xhp\n"
+"par_id3152596\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:BeforeObject\">Changes the stacking order by moving the selected object in front of an object that you specify. The screen location of the selected object does not change.</ahelp>"
msgstr ""
-#: 03120000.xhp#hd_id3149456.1.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/03120000.xhp\" name=\"Handout Page\">Handout Page</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: 03120000.xhp#par_id3154684.2.help.text
-msgid "<ahelp hid=\"HID_SD_BTN_HANDOUT\">Switches to the handout master page, where you can scale several slides to fit on one printed page.</ahelp> To modify the number of slides you can print on a page, open the <emph>Layouts</emph> task pane and double-click a layout."
+#. ^FaR
+#: 05250500.xhp
+msgctxt ""
+"05250500.xhp\n"
+"par_id3153418\n"
+"4\n"
+"help.text"
+msgid "Select the object(s) that you want to move to the foreground. Right-click and choose <emph>Arrange – In Front of Object</emph>, and then click an object in your slide."
msgstr ""
-#: 04080100.xhp#tit.help.text
-msgid "Table"
-msgstr "ცხრილი"
-
-#: 04080100.xhp#hd_id3148576.1.help.text
-#, fuzzy
-msgid "<link href=\"text/shared/01/04080100.xhp\">Table</link>"
-msgstr "<link href=\"text/swriter/01/04150000.xhp\">ცხრილი</link>"
-
-#: 04080100.xhp#par_id3146975.2.help.text
-msgid "<variable id=\"tabelletext\"><ahelp hid=\".\">Inserts a new table into the current slide or page.</ahelp></variable>"
+#. M,{%
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate"
msgstr ""
-#: 02160000.xhp#tit.help.text
-msgid "Edit Fields "
+#. J4W$
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"hd_id3148868\n"
+"1\n"
+"help.text"
+msgid "Duplicate"
msgstr ""
-#: 02160000.xhp#bm_id3145251.help.text
-msgid "<bookmark_value>fields; editing</bookmark_value><bookmark_value>editing; fields</bookmark_value><bookmark_value>fields; formatting</bookmark_value><bookmark_value>formatting; fields</bookmark_value>"
+#. !;QG
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"par_id3148604\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"duplizieren\"><ahelp hid=\".uno:CopyObjects\">Makes one or more copies of a selected object. </ahelp></variable>"
msgstr ""
-#: 02160000.xhp#hd_id3145251.1.help.text
-msgid "Edit Fields "
+#. OK|W
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"hd_id3146962\n"
+"3\n"
+"help.text"
+msgid "Number of copies"
msgstr ""
-#: 02160000.xhp#par_id3154754.2.help.text
-msgid "<variable id=\"feldbefehltext\"><ahelp hid=\"SD:MODALDIALOG:DLG_FIELD_MODIFY\">Edits the properties of an inserted field.</ahelp></variable> To edit an inserted field, double-click it. <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Then choose <emph>Edit - Fields</emph>.</caseinline></switchinline><switchinline select=\"appl\"><caseinline select=\"DRAW\">Then choose <emph>Edit - Fields</emph>.</caseinline></switchinline>"
+#. ++0S
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"par_id3153075\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SD:NUMERICFIELD:DLG_COPY:NUM_FLD_COPIES\">Enter the number of copies you want to make.</ahelp>"
msgstr ""
-#: 02160000.xhp#hd_id3166425.3.help.text
-msgid "Field type"
-msgstr "ველის ტიპი"
-
-#: 02160000.xhp#par_id3159236.4.help.text
-msgid "Sets the type of a field."
+#. lG0j
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"hd_id3150431\n"
+"25\n"
+"help.text"
+msgid "Values from selection"
msgstr ""
-#: 02160000.xhp#hd_id3150208.5.help.text
-msgctxt "02160000.xhp#hd_id3150208.5.help.text"
-msgid "Fixed"
+#. !jf?
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"par_id3150534\n"
+"help.text"
+msgid "<image id=\"img_id3157870\" src=\"res/sc10350.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3157870\">Icon</alt></image>"
msgstr ""
-#: 02160000.xhp#par_id3156447.6.help.text
-msgid "<ahelp hid=\"SD_RADIOBUTTON_DLG_FIELD_MODIFY_RBT_FIX\">Displays the content of the field when the field was inserted.</ahelp>"
+#. @{}D
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"par_id3150744\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"SD:IMAGEBUTTON:DLG_COPY:BTN_SET_VIEWDATA\">Enters the width and the height values of the selected object in the <emph>X axis </emph>and the <emph>Y axis </emph>boxes respectively as well as the fill color of the object in the Start box.</ahelp> The rotation angle of the selected object is not entered."
msgstr ""
-#: 02160000.xhp#hd_id3153819.7.help.text
-msgctxt "02160000.xhp#hd_id3153819.7.help.text"
-msgid "Variable"
+#. os;G
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"hd_id3153932\n"
+"5\n"
+"help.text"
+msgid "Placement"
msgstr ""
-#: 02160000.xhp#par_id3153912.8.help.text
-msgid "<ahelp hid=\"SD_RADIOBUTTON_DLG_FIELD_MODIFY_RBT_VAR\">Displays the current value of the field.</ahelp>"
+#. hTl_
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"par_id3150860\n"
+"6\n"
+"help.text"
+msgid "Sets the position and rotation of a duplicate object with respect to the selected object."
msgstr ""
-#: 02160000.xhp#hd_id3148608.11.help.text
-msgctxt "02160000.xhp#hd_id3148608.11.help.text"
-msgid "Language"
+#. iOEq
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"hd_id3153084\n"
+"7\n"
+"help.text"
+msgid "X axis"
msgstr ""
-#: 02160000.xhp#par_id3150210.12.help.text
-msgid "<ahelp hid=\"SD_LISTBOX_DLG_FIELD_MODIFY_LB_LANGUAGE\">Select the language for the field.</ahelp>"
+#. l?Ch
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"par_id3153564\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SD:METRICFIELD:DLG_COPY:MTR_FLD_MOVE_X\">Enter the horizontal distance between the centers of the selected object and the duplicate object. Positive values shift the duplicate object to the right and negative values shift the duplicate object to the left.</ahelp>"
msgstr ""
-#: 02160000.xhp#hd_id3154765.9.help.text
-msgctxt "02160000.xhp#hd_id3154765.9.help.text"
-msgid "Format"
+#. 2fRn
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"hd_id3154507\n"
+"9\n"
+"help.text"
+msgid "Y axis"
msgstr ""
-#: 02160000.xhp#par_id3145112.10.help.text
-msgid "<ahelp hid=\"SD_LISTBOX_DLG_FIELD_MODIFY_LB_FORMAT\">Select a display format for the field.</ahelp>"
+#. +poO
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"par_id3149882\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SD:METRICFIELD:DLG_COPY:MTR_FLD_MOVE_Y\">Enter the vertical distance between the centers of the selected object and the duplicate object. Positive values shift the duplicate object down and negative values shift the duplicate object up.</ahelp>"
msgstr ""
-#: 04140000.xhp#tit.help.text
-msgid "Summary Slide"
+#. /r\P
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"hd_id3150022\n"
+"11\n"
+"help.text"
+msgid "Angle"
msgstr ""
-#: 04140000.xhp#bm_id3154013.help.text
-msgid "<bookmark_value>summary slide</bookmark_value>"
+#. HR~;
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"par_id3153738\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SD:METRICFIELD:DLG_COPY:MTR_FLD_ANGLE\">Enter the angle (0 to 359 degrees) by which you want to rotate the duplicate object. Positive values rotate the duplicate object in a clockwise direction and negative values in a counterclockwise direction. </ahelp>"
msgstr ""
-#: 04140000.xhp#hd_id3154013.1.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/04140000.xhp\" name=\"Summary Slide\">Summary Slide</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: 04140000.xhp#par_id3149664.2.help.text
-msgid "<ahelp hid=\".uno:SummaryPage\" visibility=\"visible\">Creates a new slide that contains a bulleted list from the titles of the slides that follow the selected slide. The summary slide is inserted behind the last slide.</ahelp>"
+#. :H!(
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"hd_id3145296\n"
+"13\n"
+"help.text"
+msgid "Enlargement"
msgstr ""
-#: 01170000.xhp#tit.help.text
-msgctxt "01170000.xhp#tit.help.text"
-msgid "Export"
+#. d|f0
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"par_id3156065\n"
+"14\n"
+"help.text"
+msgid "Sets the size of a duplicate object."
msgstr ""
-#: 01170000.xhp#bm_id3153728.help.text
-msgid "<bookmark_value>Macromedia Flash export</bookmark_value><bookmark_value>exporting;to Macromedia Flash format</bookmark_value>"
+#. bG\Q
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"hd_id3148769\n"
+"15\n"
+"help.text"
+msgid "Width"
msgstr ""
-#: 01170000.xhp#hd_id3153728.1.help.text
-msgctxt "01170000.xhp#hd_id3153728.1.help.text"
-msgid "Export"
+#. uT]*
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"par_id3150267\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SD:METRICFIELD:DLG_COPY:MTR_FLD_WIDTH\">Enter the amount by which you want to enlarge or reduce the width of the duplicate object.</ahelp>"
msgstr ""
-#: 01170000.xhp#par_id3150715.2.help.text
-msgid "<variable id=\"dokuveroe\"><ahelp hid=\".\">Exports your presentation or drawing and sets the export options.</ahelp></variable>"
+#. DjMg
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"hd_id3150930\n"
+"17\n"
+"help.text"
+msgid "Height"
msgstr ""
-#: 01170000.xhp#par_id3154254.4.help.text
-msgid "The following file formats present you with additional export options after you click <emph>Save</emph>: "
+#. %b^A
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"par_id3157970\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SD:METRICFIELD:DLG_COPY:MTR_FLD_HEIGHT\">Enter the amount by which you want to enlarge or reduce the height of the duplicate object.</ahelp>"
msgstr ""
-#: 01170000.xhp#par_id3155961.5.help.text
-msgid "<link href=\"text/shared/autopi/01110000.xhp\" name=\"HTML Document\">HTML Document</link>, <link href=\"text/shared/00/00000202.xhp\" name=\"JPEG\">JPEG</link>, <link href=\"text/shared/00/00000203.xhp\" name=\"SVM/WMF/PICT/MET\">SVM/WMF/PICT/MET</link>, <link href=\"text/shared/00/00000204.xhp\" name=\"BMP\">BMP</link>, <link href=\"text/shared/00/00000205.xhp\" name=\"GIF\">GIF</link>, <link href=\"text/shared/00/00000213.xhp\" name=\"EPS\">EPS</link>, <link href=\"text/shared/00/00000212.xhp\" name=\"PNG\">PNG</link>, <link href=\"text/shared/00/00000214.xhp\" name=\"PBM, PPM, PGM\">PBM, PPM, PGM</link>."
-msgstr ""
+#. BkGf
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"hd_id3154866\n"
+"19\n"
+"help.text"
+msgid "Colors"
+msgstr "ფერები"
-#: 01170000.xhp#par_id3145584.8.help.text
-msgid "If you select \"Macromedia Flash (SWF)\" as file format, the current Impress or Draw document will be exported to the Macromedia Flash format."
+#. 1RM2
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"par_id3150474\n"
+"20\n"
+"help.text"
+msgid "Sets the colors for the selected object and the duplicate object. If you make more than one copy, these colors define the start and end points of a color gradient."
msgstr ""
-#: 01170000.xhp#par_id3153817.7.help.text
-msgid "If you choose \"HTML Document\" as your file format, the <emph>HTML Export </emph><link href=\"text/shared/autopi/01110000.xhp\" name=\"AutoPilot\">Wizard</link> appears. This wizard guides you through the export process and includes the option to save the pictures in your presentation in GIF or JPG format."
+#. \8:H
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"hd_id3155819\n"
+"21\n"
+"help.text"
+msgid "Start"
msgstr ""
-#: 01170000.xhp#par_id3148604.9.help.text
-msgid "<link href=\"text/shared/01/01070001.xhp\" name=\"Export dialog\">Export dialog</link>"
+#. wG.d
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"par_id3155987\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SD:LISTBOX:DLG_COPY:LB_START_COLOR\">Choose a color for the selected object.</ahelp>"
msgstr ""
-#: 01170000.xhp#par_id3159208.6.help.text
-msgid "<link href=\"text/shared/00/00000020.xhp\" name=\"Information on Import and Export Filters\">Information on Import and Export Filters</link>"
-msgstr ""
+#. HMgY
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"hd_id3156258\n"
+"23\n"
+"help.text"
+msgid "End"
+msgstr "End"
-#: 03152000.xhp#tit.help.text
-msgid "Header and Footer"
+#. #\Q^
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"par_id3147167\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SD:LISTBOX:DLG_COPY:LB_END_COLOR\">Choose a color for the duplicate object. If you are making more than one copy, this color is applied to the last copy. </ahelp>"
msgstr ""
-#: 03152000.xhp#bm_id1374858.help.text
-msgid "<bookmark_value>slides;page numbers</bookmark_value><bookmark_value>slides;headers and footers</bookmark_value><bookmark_value>footers;slides</bookmark_value><bookmark_value>headers and footers;slides</bookmark_value>"
+#. ${/|
+#: 05120500m.xhp
+msgctxt ""
+"05120500m.xhp\n"
+"tit\n"
+"help.text"
+msgid "Delete"
msgstr ""
-#: 03152000.xhp#par_idN1053E.help.text
+#. _VyN
+#: 05120500m.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/01/03152000.xhp\">Header and Footer</link>"
+msgctxt ""
+"05120500m.xhp\n"
+"hd_id3145801\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/05120500m.xhp\" name=\"Delete\">Delete</link>"
msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 03152000.xhp#par_idN1054E.help.text
-msgid "<ahelp hid=\"SID_HEADER_AND_FOOTER\">Adds or changes text in placeholders at the top and the bottom of slides and slide masters.</ahelp>"
-msgstr ""
+#. lWIa
+#: 05120500m.xhp
+#, fuzzy
+msgctxt ""
+"05120500m.xhp\n"
+"par_id3153418\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"loeschentext\"><ahelp hid=\".uno:DeleteColumns\">Deletes the selected column(s) from the table.</ahelp></variable>"
+msgstr "<variable id=\"loeschentext\"><ahelp hid=\".uno:DeleteRows\">შლის მონიშნულ რიგ(ებ)ს ცხრილიდან.</ahelp></variable>"
-#: 03152000.xhp#par_idN10697.help.text
-msgid "The <emph>Header and Footer</emph> dialog contains the following tab pages: "
-msgstr ""
+#. V,ga
+#: 05120500m.xhp
+msgctxt ""
+"05120500m.xhp\n"
+"par_id3156385\n"
+"3\n"
+"help.text"
+msgid "This command is only available if the cursor is in a table."
+msgstr "ეს პარამეტრი ხელმისაწვდომია მხოლოდ მაშინ, როცა კურსორი ცხრილშია"
-#: 03152000.xhp#par_idN1069D.help.text
-msgid "<emph>Slide</emph> tab page where you can specify options for the current slide or for all slides."
+#. -XQN
+#: 05120500m.xhp
+msgctxt ""
+"05120500m.xhp\n"
+"par_id3155328\n"
+"115\n"
+"help.text"
+msgid "On <emph>Table</emph> Bar, click"
msgstr ""
-#: 03152000.xhp#par_idN106A5.help.text
-msgid "<emph>Notes and Handouts</emph> tab page where you can specify options for the notes pages and the handout pages."
+#. ^#TY
+#: 05120500m.xhp
+msgctxt ""
+"05120500m.xhp\n"
+"par_id3153600\n"
+"help.text"
+msgid "<image id=\"img_id3153607\" src=\"cmd/sc_deletecolumns.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3153607\">Icon</alt></image>"
msgstr ""
-#: 03152000.xhp#par_id3351542.help.text
-msgid "<embedvar href=\"text/simpress/guide/footer.xhp#footer\"/>"
-msgstr ""
+#. Lnsd
+#: 05120500m.xhp
+msgctxt ""
+"05120500m.xhp\n"
+"par_id3154423\n"
+"116\n"
+"help.text"
+msgid "Delete Column"
+msgstr "სვეტის წაშლა"
-#: 03152000.xhp#par_idN106AF.help.text
-msgctxt "03152000.xhp#par_idN106AF.help.text"
-msgid "<embedvar href=\"text/simpress/guide/masterpage.xhp#masterpage\"/>"
+#. eEeI
+#: 04130000.xhp
+msgctxt ""
+"04130000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Expand Slide"
msgstr ""
-#: 03152000.xhp#par_idN106B7.help.text
-msgid "Include on slide"
+#. X$ZX
+#: 04130000.xhp
+msgctxt ""
+"04130000.xhp\n"
+"bm_id3146119\n"
+"help.text"
+msgid "<bookmark_value>expanding;slides</bookmark_value><bookmark_value>slides;expanding</bookmark_value>"
msgstr ""
-#: 03152000.xhp#par_idN106BA.help.text
-msgid "Specify the elements to include on your slides."
-msgstr ""
+#. Ia\;
+#: 04130000.xhp
+#, fuzzy
+msgctxt ""
+"04130000.xhp\n"
+"hd_id3146119\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/04130000.xhp\" name=\"Expand Slide\">Expand Slide</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 03152000.xhp#par_idN106BD.help.text
-msgctxt "03152000.xhp#par_idN106BD.help.text"
-msgid "Footer"
+#. G].=
+#: 04130000.xhp
+msgctxt ""
+"04130000.xhp\n"
+"par_id3154319\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ExpandPage\">Creates a new slide from every top-level outline point (text one level below the title text in the outline hierarchy) in the selected slide. The outline text becomes the title of the new slide.</ahelp> Outline points below the top level on the original slide are moved up one level on the new slide."
msgstr ""
-#: 03152000.xhp#par_idN106C8.help.text
-msgid "<ahelp hid=\"sd:CheckBox:RID_SD_TABPAGE_HEADERFOOTER:CB_FOOTER\">Adds the text that you enter in the <emph>Footer text</emph> box to the bottom of the slide.</ahelp>"
+#. 6rK\
+#: 04130000.xhp
+msgctxt ""
+"04130000.xhp\n"
+"par_id3146972\n"
+"3\n"
+"help.text"
+msgid "You can only use the <emph>Expand Slide </emph>command if your slide layout contains a title object and an outline object."
msgstr ""
-#: 03152000.xhp#par_idN106D7.help.text
-msgid "Footer text"
+#. v)nb
+#: 04130000.xhp
+msgctxt ""
+"04130000.xhp\n"
+"par_id3149019\n"
+"4\n"
+"help.text"
+msgid "If you want to keep the original slide, choose <emph>Edit - Undo</emph>."
msgstr ""
-#: 03152000.xhp#par_idN106E2.help.text
-msgid "<ahelp hid=\"sd:Edit:RID_SD_TABPAGE_HEADERFOOTER:TB_FOOTER_FIXED\">Adds the text that you enter to the bottom of the slide.</ahelp>"
+#. uh6H
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Cross-fading"
msgstr ""
-#: 03152000.xhp#par_idN106F1.help.text
-msgctxt "03152000.xhp#par_idN106F1.help.text"
-msgid "Header"
+#. [v^6
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3148577\n"
+"1\n"
+"help.text"
+msgid "Cross-fading"
msgstr ""
-#: 03152000.xhp#par_idN106FC.help.text
-msgid "<ahelp hid=\"sd:CheckBox:RID_SD_TABPAGE_HEADERFOOTER:CB_HEADER\">Adds the text that you enter in the <emph>Header text</emph> box to the top of the slide.</ahelp>"
+#. zMC!
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3155601\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"uebertext\"><ahelp hid=\".uno:Morphing\">Creates shapes and distributes them by uniform increments between two drawing objects.</ahelp></variable>"
msgstr ""
-#: 03152000.xhp#par_idN1070B.help.text
-msgid "Header text"
+#. g?=;
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3146971\n"
+"11\n"
+"help.text"
+msgid "$[officename] draws a series of intermediate shapes between two selected objects and <link href=\"text/shared/01/05290000.xhp\" name=\"groups\">groups</link> the result."
msgstr ""
-#: 03152000.xhp#par_idN10716.help.text
-msgid "<ahelp hid=\"sd:Edit:RID_SD_TABPAGE_HEADERFOOTER:TB_HEADER_FIXED\">Adds the text that you enter to the top of the slide.</ahelp>"
+#. _D+]
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3155334\n"
+"3\n"
+"help.text"
+msgid "Settings"
msgstr ""
-#: 03152000.xhp#par_idN1072D.help.text
-msgid "Date and time"
+#. +n\Z
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3149126\n"
+"4\n"
+"help.text"
+msgid "Sets the options for cross-fading."
msgstr ""
-#: 03152000.xhp#par_idN10730.help.text
-msgid "<ahelp hid=\"sd:CheckBox:RID_SD_TABPAGE_HEADERFOOTER:CB_DATETIME\">Adds the date and time to the slide.</ahelp>"
+#. }#-{
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3149257\n"
+"5\n"
+"help.text"
+msgid "Increments"
msgstr ""
-#: 03152000.xhp#par_idN1074F.help.text
-msgctxt "03152000.xhp#par_idN1074F.help.text"
-msgid "Fixed"
+#. h$l8
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3150297\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SD:METRICFIELD:DLG_MORPH:MTF_STEPS\">Enter the number of shapes you want between the two selected objects.</ahelp>"
msgstr ""
-#: 03152000.xhp#par_idN10752.help.text
-msgid "<ahelp hid=\"sd:RadioButton:RID_SD_TABPAGE_HEADERFOOTER:RB_DATETIME_FIXED\">Displays the date and time that you enter in the text box.</ahelp>"
+#. SUCl
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3149211\n"
+"7\n"
+"help.text"
+msgid "Cross-fade attributes"
msgstr ""
-#: 03152000.xhp#par_idN10771.help.text
-msgctxt "03152000.xhp#par_idN10771.help.text"
-msgid "Variable"
+#. -gSg
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3150207\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:DLG_MORPH:CBX_ATTRIBUTES\">Applies cross-fading to the line and fill properties of the selected objects.</ahelp> For example, if the selected objects are filled with different colors, a color transition between the two colors is applied."
msgstr ""
-#: 03152000.xhp#par_idN10774.help.text
-msgid "<ahelp hid=\"sd:RadioButton:RID_SD_TABPAGE_HEADERFOOTER:RB_DATETIME_AUTOMATIC\">Displays the date and time that the slide was created. Select a date format from the list.</ahelp>"
+#. h4,s
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3152994\n"
+"9\n"
+"help.text"
+msgid "Same orientation"
msgstr ""
-#: 03152000.xhp#par_idN1078B.help.text
-msgctxt "03152000.xhp#par_idN1078B.help.text"
-msgid "Language"
+#. VnLZ
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3153819\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:DLG_MORPH:CBX_ORIENTATION\">Applies a smooth transition between the selected objects.</ahelp>"
msgstr ""
-#: 03152000.xhp#par_idN1078E.help.text
-msgid "<ahelp hid=\"sd:ListBox:RID_SD_TABPAGE_HEADERFOOTER:CB_DATETIME_LANGUAGE\">Select the language for the date and time format.</ahelp>"
+#. RdW?
+#: 06100100.xhp
+msgctxt ""
+"06100100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Define Custom Slide Show"
msgstr ""
-#: 03152000.xhp#par_idN107A5.help.text
-msgid "Slide number / Page number"
+#. =}o3
+#: 06100100.xhp
+msgctxt ""
+"06100100.xhp\n"
+"hd_id3154020\n"
+"1\n"
+"help.text"
+msgid "Define Custom Slide Show"
msgstr ""
-#: 03152000.xhp#par_idN107A8.help.text
-msgid "<ahelp hid=\"sd:CheckBox:RID_SD_TABPAGE_HEADERFOOTER:CB_SLIDENUMBER\">Adds the slide number or the page number.</ahelp>"
+#. 5l],
+#: 06100100.xhp
+msgctxt ""
+"06100100.xhp\n"
+"par_id3154659\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"neu\"><ahelp hid=\"\" visibility=\"visible\">Creates a custom slide show.</ahelp></variable>"
msgstr ""
-#: 03152000.xhp#par_idN107BF.help.text
-msgid "Do not show on first slide"
+#. G.51
+#: 06100100.xhp
+msgctxt ""
+"06100100.xhp\n"
+"par_id3155379\n"
+"3\n"
+"help.text"
+msgid "Select a slide and click <emph>>></emph> or <emph><<</emph> to add or remove the slide from the list."
msgstr ""
-#: 03152000.xhp#par_idN107C2.help.text
-msgid "<ahelp hid=\"sd:CheckBox:RID_SD_TABPAGE_HEADERFOOTER:CB_NOTONTITLE\">Does not display your specified information on the first slide of your presentation.</ahelp>"
+#. *G;O
+#: 06100100.xhp
+msgctxt ""
+"06100100.xhp\n"
+"par_id3156449\n"
+"4\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\"SD_PUSHBUTTON_DLG_DEFINE_CUSTOMSHOW_BTN_ADD\">Adds an existing slide to the bottom of the <emph>Selected slides</emph> list. You need to select a slide in the <emph>Existing slides</emph> list before you can use this button.</ahelp>"
msgstr ""
-#: 03152000.xhp#par_idN107D1.help.text
-msgid "Apply to All"
+#. +Z)6
+#: 06100100.xhp
+msgctxt ""
+"06100100.xhp\n"
+"par_id3151240\n"
+"5\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\"SD_PUSHBUTTON_DLG_DEFINE_CUSTOMSHOW_BTN_REMOVE\">Removes a slide from the <emph>Selected slides </emph>list. You need to choose a slide in the <emph>Selected slides </emph>list before you can use this button.</ahelp>"
msgstr ""
-#: 03152000.xhp#par_idN107DC.help.text
-msgid "<ahelp hid=\"sd:PushButton:RID_SD_TABPAGE_HEADERFOOTER:BT_APPLYTOALL\">Applies the settings to all the slides in your presentation, including the corresponding slide masters.</ahelp>"
+#. SR-*
+#: 06100100.xhp
+msgctxt ""
+"06100100.xhp\n"
+"hd_id3156018\n"
+"6\n"
+"help.text"
+msgid "Name"
msgstr ""
-#: 03152000.xhp#par_idN107FD.help.text
-msgid "Apply"
+#. |2N^
+#: 06100100.xhp
+msgctxt ""
+"06100100.xhp\n"
+"par_id3152871\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SD_EDIT_DLG_DEFINE_CUSTOMSHOW_EDT_NAME\" visibility=\"visible\">Displays the name of the custom slide show. If you want, you can enter a new name.</ahelp>"
msgstr ""
-#: 03152000.xhp#par_idN10800.help.text
-msgid "<ahelp hid=\"sd:PushButton:RID_SD_TABPAGE_HEADERFOOTER:BT_APPLY\">Applies the current settings to the selected slides.</ahelp>"
+#. $|kC
+#: 06100100.xhp
+msgctxt ""
+"06100100.xhp\n"
+"hd_id3149050\n"
+"8\n"
+"help.text"
+msgid "Existing slides"
msgstr ""
-#: 04110000.xhp#tit.help.text
-msgid "Insert File "
+#. 6j#4
+#: 06100100.xhp
+msgctxt ""
+"06100100.xhp\n"
+"par_id3154767\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SD_MULTILISTBOX_DLG_DEFINE_CUSTOMSHOW_LB_PAGES\" visibility=\"visible\">Lists all of the slides in the order in which they appear in the current document.</ahelp>"
msgstr ""
-#: 04110000.xhp#bm_id3153728.help.text
-msgid "<bookmark_value>files; inserting</bookmark_value><bookmark_value>inserting; files</bookmark_value><bookmark_value>HTML; inserting files</bookmark_value>"
+#. :5}]
+#: 06100100.xhp
+msgctxt ""
+"06100100.xhp\n"
+"hd_id3146965\n"
+"10\n"
+"help.text"
+msgid "Selected slides"
msgstr ""
-#: 04110000.xhp#hd_id3153728.1.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/04110000.xhp\" name=\"Insert File\">Insert File</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: 04110000.xhp#par_id3145799.2.help.text
-msgid "<variable id=\"dateitext\"><ahelp hid=\".uno:ImportFromFile\">Inserts a file into the active slide. You can insert $[officename] Draw or Impress files, or text from an HTML document or a text file.</ahelp></variable> If you have an active internet connection, you can also insert text from a web page by entering its URL in the <emph>File name </emph>box."
+#. W~!=
+#: 06100100.xhp
+msgctxt ""
+"06100100.xhp\n"
+"par_id3149874\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DLG_DEFINE_CUSTOMSHOW_CTL\" visibility=\"visible\">Lists all of the slides in the custom slide show. If you want, you can change the order of the list by dragging the slides up or down.</ahelp>"
msgstr ""
-#: 04110000.xhp#par_id3155446.4.help.text
-msgid "You can also choose to only insert specific <link href=\"text/simpress/01/04110100.xhp\" name=\"slides or objects\">slides or objects</link> from $[officename] Draw or Impress files."
+#. sO}1
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Notes Page"
msgstr ""
-#: 13050100.xhp#tit.help.text
-msgid "To Curve"
+#. *~S/
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"bm_id3153190\n"
+"help.text"
+msgid "<bookmark_value>notes; adding to slides</bookmark_value><bookmark_value>slides;inserting speaker notes</bookmark_value><bookmark_value>speaker notes;inserting</bookmark_value>"
msgstr ""
-#: 13050100.xhp#hd_id3125864.1.help.text
+#. H,YH
+#: 03110000.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/01/13050100.xhp\" name=\"To Curve\">To Curve</link>"
+msgctxt ""
+"03110000.xhp\n"
+"hd_id3153190\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/03110000.xhp\" name=\"Notes Page\">Notes Page</link>"
msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 13050100.xhp#par_id3147436.2.help.text
-msgid "<ahelp hid=\".uno:ChangeBezier\">Converts the selected object to a Bézier curve.</ahelp>"
+#. IbG|
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"par_id3154491\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SD_BTN_NOTES\">Switches to notes page view, where you can add notes to your slides.</ahelp> Notes are hidden from the audience when you give your presentation."
msgstr ""
-#: 02150000.xhp#tit.help.text
-msgctxt "02150000.xhp#tit.help.text"
-msgid "Cross-fading"
+#. Q#jt
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Export"
msgstr ""
-#: 02150000.xhp#hd_id3148577.1.help.text
-msgctxt "02150000.xhp#hd_id3148577.1.help.text"
-msgid "Cross-fading"
+#. b#E4
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"bm_id3153728\n"
+"help.text"
+msgid "<bookmark_value>Macromedia Flash export</bookmark_value><bookmark_value>exporting;to Macromedia Flash format</bookmark_value>"
msgstr ""
-#: 02150000.xhp#par_id3155601.2.help.text
-msgid "<variable id=\"uebertext\"><ahelp hid=\".uno:Morphing\">Creates shapes and distributes them by uniform increments between two drawing objects.</ahelp></variable>"
+#. QMr+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3153728\n"
+"1\n"
+"help.text"
+msgid "Export"
msgstr ""
-#: 02150000.xhp#par_id3146971.11.help.text
-msgid "$[officename] draws a series of intermediate shapes between two selected objects and <link href=\"text/shared/01/05290000.xhp\" name=\"groups\">groups</link> the result."
+#. FWal
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3150715\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"dokuveroe\"><ahelp hid=\".\">Exports your presentation or drawing and sets the export options.</ahelp></variable>"
msgstr ""
-#: 02150000.xhp#hd_id3155334.3.help.text
-msgctxt "02150000.xhp#hd_id3155334.3.help.text"
-msgid "Settings"
+#. 4I)5
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154254\n"
+"4\n"
+"help.text"
+msgid "The following file formats present you with additional export options after you click <emph>Save</emph>:"
msgstr ""
-#: 02150000.xhp#par_id3149126.4.help.text
-msgid "Sets the options for cross-fading."
+#. aQNM
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3155961\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01110000.xhp\" name=\"HTML Document\">HTML Document</link>, <link href=\"text/shared/00/00000202.xhp\" name=\"JPEG\">JPEG</link>, <link href=\"text/shared/00/00000203.xhp\" name=\"SVM/WMF/PICT/MET\">SVM/WMF/PICT/MET</link>, <link href=\"text/shared/00/00000204.xhp\" name=\"BMP\">BMP</link>, <link href=\"text/shared/00/00000205.xhp\" name=\"GIF\">GIF</link>, <link href=\"text/shared/00/00000213.xhp\" name=\"EPS\">EPS</link>, <link href=\"text/shared/00/00000212.xhp\" name=\"PNG\">PNG</link>, <link href=\"text/shared/00/00000214.xhp\" name=\"PBM, PPM, PGM\">PBM, PPM, PGM</link>."
msgstr ""
-#: 02150000.xhp#hd_id3149257.5.help.text
-msgid "Increments"
+#. }[1e
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3145584\n"
+"8\n"
+"help.text"
+msgid "If you select \"Macromedia Flash (SWF)\" as file format, the current Impress or Draw document will be exported to the Macromedia Flash format."
msgstr ""
-#: 02150000.xhp#par_id3150297.6.help.text
-msgid "<ahelp hid=\"SD:METRICFIELD:DLG_MORPH:MTF_STEPS\">Enter the number of shapes you want between the two selected objects.</ahelp>"
+#. 3a8^
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3153817\n"
+"7\n"
+"help.text"
+msgid "If you choose \"HTML Document\" as your file format, the <emph>HTML Export </emph><link href=\"text/shared/autopi/01110000.xhp\" name=\"AutoPilot\">Wizard</link> appears. This wizard guides you through the export process and includes the option to save the pictures in your presentation in GIF or JPG format."
msgstr ""
-#: 02150000.xhp#hd_id3149211.7.help.text
-msgid "Cross-fade attributes"
+#. |Kl*
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3148604\n"
+"9\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01070001.xhp\" name=\"Export dialog\">Export dialog</link>"
msgstr ""
-#: 02150000.xhp#par_id3150207.8.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:DLG_MORPH:CBX_ATTRIBUTES\">Applies cross-fading to the line and fill properties of the selected objects.</ahelp>For example, if the selected objects are filled with different colors, a color transition between the two colors is applied."
+#. \6-4
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3159208\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/shared/00/00000020.xhp\" name=\"Information on Import and Export Filters\">Information on Import and Export Filters</link>"
msgstr ""
-#: 02150000.xhp#hd_id3152994.9.help.text
-msgid "Same orientation"
+#. VN?r
+#: 03151200.xhp
+msgctxt ""
+"03151200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Notes Master Layout"
msgstr ""
-#: 02150000.xhp#par_id3153819.10.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:DLG_MORPH:CBX_ORIENTATION\">Applies a smooth transition between the selected objects.</ahelp>"
+#. W|i-
+#: 03151200.xhp
+#, fuzzy
+msgctxt ""
+"03151200.xhp\n"
+"par_idN10527\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/03151200.xhp\">Notes Master Layout</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
+
+#. n;Mb
+#: 03151200.xhp
+msgctxt ""
+"03151200.xhp\n"
+"par_idN1052B\n"
+"help.text"
+msgid "<ahelp hid=\"SID_MASTER_LAYOUTS_NOTES\">Add header, footer, date, and slide number to the notes master.</ahelp>"
msgstr ""
-#: 02110000.xhp#tit.help.text
+#. ?FB6
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"tit\n"
+"help.text"
msgid "Navigator"
msgstr "ნავიგატორი"
-#: 02110000.xhp#bm_id3149664.help.text
+#. eo\i
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"bm_id3149664\n"
+"help.text"
msgid "<bookmark_value>Navigator; presentations</bookmark_value><bookmark_value>presentations; navigating</bookmark_value>"
msgstr ""
-#: 02110000.xhp#hd_id3149664.1.help.text
+#. KBOV
+#: 02110000.xhp
#, fuzzy
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3149664\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/simpress/01/02110000.xhp\" name=\"Navigator\">Navigator</link>"
msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 02110000.xhp#par_id3149379.2.help.text
+#. o5^D
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3149379\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\"HID_SD_NAVIGATOR\">Opens the Navigator, where you can quickly jump to other slides or move between open files.</ahelp>"
msgstr ""
-#: 02110000.xhp#par_id3154015.38.help.text
+#. ckB|
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3154015\n"
+"38\n"
+"help.text"
msgid "You can <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dock\">dock</link> the Navigator to the edge of your workspace."
msgstr ""
-#: 02110000.xhp#par_id3156448.48.help.text
+#. +n!W
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3156448\n"
+"48\n"
+"help.text"
msgid "Press <item type=\"keycode\">Ctrl+Shift+F5</item> to open the Navigator when you are editing a presentation."
msgstr ""
-#: 02110000.xhp#hd_id3145235.8.help.text
-msgctxt "02110000.xhp#hd_id3145235.8.help.text"
+#. @Ays
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3145235\n"
+"8\n"
+"help.text"
msgid "Pointer"
msgstr ""
-#: 02110000.xhp#par_id3157874.9.help.text
+#. QC,~
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3157874\n"
+"9\n"
+"help.text"
msgid "<ahelp hid=\"HID_SD_NAVIGATOR_TBI_PEN\">Switches the mouse pointer to a pen that you can use to write on slides during a slide show.</ahelp> You cannot change the color of the pen."
msgstr ""
-#: 02110000.xhp#par_id3148729.help.text
+#. +d\p
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3148729\n"
+"help.text"
msgid "<image id=\"img_id3153034\" src=\"sd/res/imagelst/nv02.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153034\">Icon</alt></image>"
msgstr ""
-#: 02110000.xhp#par_id3150862.10.help.text
-msgctxt "02110000.xhp#par_id3150862.10.help.text"
+#. j59]
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150862\n"
+"10\n"
+"help.text"
msgid "Pointer"
msgstr ""
-#: 02110000.xhp#hd_id3152999.11.help.text
+#. M$Q0
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3152999\n"
+"11\n"
+"help.text"
msgid "First Slide"
msgstr ""
-#: 02110000.xhp#par_id3153564.12.help.text
+#. @m4*
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3153564\n"
+"12\n"
+"help.text"
msgid "<ahelp hid=\"HID_SD_NAVIGATOR_TBI_FIRST\">Jumps to the first slide in the slide show.</ahelp>"
msgstr ""
-#: 02110000.xhp#par_id3155925.help.text
+#. niw4
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3155925\n"
+"help.text"
msgid "<image id=\"img_id3155931\" src=\"cmd/sc_firstrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155931\">Icon</alt></image>"
msgstr ""
-#: 02110000.xhp#par_id3145246.13.help.text
+#. rAPo
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3145246\n"
+"13\n"
+"help.text"
msgid "First Page"
msgstr ""
-#: 02110000.xhp#hd_id3156061.14.help.text
-msgctxt "02110000.xhp#hd_id3156061.14.help.text"
+#. ehfF
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3156061\n"
+"14\n"
+"help.text"
msgid "Previous Slide"
msgstr ""
-#: 02110000.xhp#par_id3148768.15.help.text
+#. =|1=
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3148768\n"
+"15\n"
+"help.text"
msgid "<ahelp hid=\"HID_SD_NAVIGATOR_TBI_PREV\">Moves back one slide in the slide show.</ahelp>"
msgstr ""
-#: 02110000.xhp#par_id3153045.help.text
+#. #jA0
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3153045\n"
+"help.text"
msgid "<image id=\"img_id3157976\" src=\"cmd/sc_prevrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3157976\">Icon</alt></image>"
msgstr ""
-#: 02110000.xhp#par_id3150473.16.help.text
-msgctxt "02110000.xhp#par_id3150473.16.help.text"
+#. -]eW
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150473\n"
+"16\n"
+"help.text"
msgid "Previous Slide"
msgstr ""
-#: 02110000.xhp#hd_id3155369.17.help.text
-msgctxt "02110000.xhp#hd_id3155369.17.help.text"
+#. H\Q-
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3155369\n"
+"17\n"
+"help.text"
msgid "Next Slide"
msgstr ""
-#: 02110000.xhp#par_id3153920.18.help.text
+#. ?e,p
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3153920\n"
+"18\n"
+"help.text"
msgid "<ahelp hid=\"HID_SD_NAVIGATOR_TBI_NEXT\">Move forward one slide in the slide show.</ahelp>"
msgstr ""
-#: 02110000.xhp#par_id3083279.help.text
+#. SoBz
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3083279\n"
+"help.text"
msgid "<image id=\"img_id3083286\" src=\"cmd/sc_nextrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3083286\">Icon</alt></image>"
msgstr ""
-#: 02110000.xhp#par_id3149454.19.help.text
-msgctxt "02110000.xhp#par_id3149454.19.help.text"
+#. _q8L
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3149454\n"
+"19\n"
+"help.text"
msgid "Next Slide"
msgstr ""
-#: 02110000.xhp#hd_id3150762.20.help.text
-msgctxt "02110000.xhp#hd_id3150762.20.help.text"
+#. 5pHf
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3150762\n"
+"20\n"
+"help.text"
msgid "Last Slide"
msgstr ""
-#: 02110000.xhp#par_id3147564.21.help.text
+#. Op$a
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3147564\n"
+"21\n"
+"help.text"
msgid "<ahelp hid=\"HID_SD_NAVIGATOR_TBI_LAST\">Jumps to the last slide in the slide show.</ahelp>"
msgstr ""
-#: 02110000.xhp#par_id3151183.help.text
+#. `gI8
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3151183\n"
+"help.text"
msgid "<image id=\"img_id3156315\" src=\"cmd/sc_lastrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156315\">Icon</alt></image>"
msgstr ""
-#: 02110000.xhp#par_id3154055.22.help.text
-msgctxt "02110000.xhp#par_id3154055.22.help.text"
+#. Yb3H
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3154055\n"
+"22\n"
+"help.text"
msgid "Last Slide"
msgstr ""
-#: 02110000.xhp#hd_id3149979.23.help.text
+#. ,P{J
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3149979\n"
+"23\n"
+"help.text"
msgid "Drag Mode"
msgstr "გადატანის რეჟიმი"
-#: 02110000.xhp#par_id3150264.24.help.text
+#. d]89
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150264\n"
+"24\n"
+"help.text"
msgid "<ahelp hid=\"HID_SD_NAVIGATOR_TBI_DRAGTYPE\">Drag and drop slides and named objects into the active slide.</ahelp> You can only insert slides and named objects from a saved file. You can only insert named objects as copies."
msgstr ""
-#: 02110000.xhp#par_id3149757.help.text
+#. cO!D
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3149757\n"
+"help.text"
msgid "<image id=\"img_id3147254\" src=\"sw/imglst/sc20238.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147254\">Icon</alt></image>"
msgstr ""
-#: 02110000.xhp#par_id3154930.25.help.text
-msgctxt "02110000.xhp#par_id3154930.25.help.text"
+#. p@=t
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3154930\n"
+"25\n"
+"help.text"
msgid "Insert as hyperlink"
msgstr ""
-#: 02110000.xhp#par_id3145411.help.text
+#. #SSz
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3145411\n"
+"help.text"
msgid "<image id=\"img_id3145418\" src=\"cmd/sc_chainframes.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145418\">Icon</alt></image>"
msgstr ""
-#: 02110000.xhp#par_id3150508.26.help.text
-msgctxt "02110000.xhp#par_id3150508.26.help.text"
+#. S6N)
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150508\n"
+"26\n"
+"help.text"
msgid "Insert as link"
msgstr ""
-#: 02110000.xhp#par_id3147513.help.text
+#. Y^v[
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3147513\n"
+"help.text"
msgid "<image id=\"img_id3154258\" src=\"sw/imglst/sc20239.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154258\">Icon</alt></image>"
msgstr ""
-#: 02110000.xhp#par_id3149159.27.help.text
-msgctxt "02110000.xhp#par_id3149159.27.help.text"
+#. f;@d
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3149159\n"
+"27\n"
+"help.text"
msgid "Insert as copy"
msgstr ""
-#: 02110000.xhp#hd_id3148930.28.help.text
-msgctxt "02110000.xhp#hd_id3148930.28.help.text"
+#. v9/%
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3148930\n"
+"28\n"
+"help.text"
msgid "Insert as hyperlink"
msgstr ""
-#: 02110000.xhp#par_id3150713.29.help.text
+#. gnZn
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150713\n"
+"29\n"
+"help.text"
msgid "Inserts slides as a hyperlink (<link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link>) into the active slide."
msgstr ""
-#: 02110000.xhp#hd_id3152945.32.help.text
-msgctxt "02110000.xhp#hd_id3152945.32.help.text"
+#. ,,xz
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3152945\n"
+"32\n"
+"help.text"
msgid "Insert as link"
msgstr ""
-#: 02110000.xhp#par_id3153747.33.help.text
+#. AOQJ
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3153747\n"
+"33\n"
+"help.text"
msgid "Inserts slides as a <link href=\"text/shared/00/00000005.xhp#verknuepfung\" name=\"link\">link</link> into the active slide."
msgstr ""
-#: 02110000.xhp#hd_id3159274.30.help.text
-msgctxt "02110000.xhp#hd_id3159274.30.help.text"
+#. P)*%
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3159274\n"
+"30\n"
+"help.text"
msgid "Insert as copy"
msgstr ""
-#: 02110000.xhp#par_id3149920.31.help.text
+#. R1LG
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3149920\n"
+"31\n"
+"help.text"
msgid "Inserts a copy of a slide or named object into the active slide."
msgstr ""
-#: 02110000.xhp#hd_id4969328.help.text
+#. o_\i
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id4969328\n"
+"help.text"
msgid "Show Shapes"
msgstr ""
-#: 02110000.xhp#par_id9635914.help.text
+#. ?!lj
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id9635914\n"
+"help.text"
msgid "<ahelp hid=\".\">In the submenu you can choose to display a list of all shapes or only the named shapes. Use drag-and-drop in the list to reorder the shapes. When you set the focus to a slide and press the <item type=\"keycode\">Tab</item> key, the next shape in the defined order is selected.</ahelp>"
msgstr ""
-#: 02110000.xhp#hd_id3148624.36.help.text
+#. vSN%
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3148624\n"
+"36\n"
+"help.text"
msgid "Existing Slides"
msgstr ""
-#: 02110000.xhp#par_id3154599.37.help.text
+#. D$+j
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3154599\n"
+"37\n"
+"help.text"
msgid "<ahelp hid=\"HID_SD_NAVIGATOR_TLB\">Lists available slides. Double-click a slide to make it the active slide.</ahelp>"
msgstr ""
-#: 02110000.xhp#hd_id3150423.34.help.text
+#. )t[7
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3150423\n"
+"34\n"
+"help.text"
msgid "Open Documents"
msgstr "დოკუმენტების გახსნა"
-#: 02110000.xhp#par_id3150631.35.help.text
+#. ],z|
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150631\n"
+"35\n"
+"help.text"
msgid "<ahelp hid=\"HID_SD_NAVIGATOR_LB\">Lists available $[officename] files.</ahelp> Select a file to display the contents you can insert."
msgstr ""
-#: 05250600.xhp#tit.help.text
-msgid "Behind Object "
-msgstr ""
-
-#: 05250600.xhp#bm_id3149664.help.text
-msgid "<bookmark_value>objects; behind object command</bookmark_value><bookmark_value>behind object command</bookmark_value>"
-msgstr ""
-
-#: 05250600.xhp#hd_id3149664.1.help.text
-msgid "<link href=\"text/simpress/01/05250600.xhp\" name=\"Behind Object\">Behind Object</link>"
-msgstr ""
-
-#: 05250600.xhp#par_id3145253.2.help.text
-msgid "<ahelp hid=\".uno:BehindObject\">Changes the stacking order by moving the selected object behind an object that you specify. The screen location of the selected object does not change.</ahelp>"
-msgstr ""
-
-#: 05250600.xhp#par_id3149121.4.help.text
-msgid "Select the object(s) that you want to move behind an other object. Right-click and choose <emph>Arrange - Behind Object</emph>, and then click an object in your slide."
-msgstr ""
-
-#: 05250600.xhp#par_id3150345.5.help.text
-msgid "<variable id=\"all\">Arranging objects affects the stacking order of all objects in your document. </variable>"
-msgstr ""
-
-#: 05090000m.xhp#tit.help.text
-msgctxt "05090000m.xhp#tit.help.text"
-msgid "Format Cells"
-msgstr ""
-
-#: 05090000m.xhp#hd_id3147172.1.help.text
-msgctxt "05090000m.xhp#hd_id3147172.1.help.text"
-msgid "Format Cells"
+#. 97%g
+#: 05110500m.xhp
+msgctxt ""
+"05110500m.xhp\n"
+"tit\n"
+"help.text"
+msgid "Delete"
msgstr ""
-#: 05090000m.xhp#par_id3154643.2.help.text
+#. A_~d
+#: 05110500m.xhp
#, fuzzy
-msgid "<variable id=\"tabelletext\"><ahelp hid=\".\">Specifies the properties of the selected table, for example, fonts, font effects, borders, and background.</ahelp></variable>"
-msgstr "<variable id=\"tabelletext\"><ahelp hid=\".uno:TableDialog\">განსაზღვრავს მონიშნული ცხრილის, მაგ., სახელს, სწორებას, დაშორებას, სვეტის სიგანეს, საზღვრების და ფონის პარამეტრებს.</ahelp></variable>"
-
-#: 05090000m.xhp#par_id0916200811543127.help.text
-msgid "On the Table Bar, click <emph>Table Properties</emph>."
-msgstr ""
-
-#: 05090000m.xhp#hd_id3146119.4.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>"
-
-#: effectoptionstext.xhp#tit.help.text
-msgid "Text Animation"
-msgstr "ტექსტის ანიმაცია"
-
-#: effectoptionstext.xhp#par_idN105AE.help.text
-msgid "<variable id=\"text\"><link href=\"text/simpress/01/effectoptionstext.xhp\">Text Animation</link></variable>"
-msgstr ""
+msgctxt ""
+"05110500m.xhp\n"
+"hd_id3149502\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/05110500m.xhp\" name=\"Delete\">Delete</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: effectoptionstext.xhp#par_idN105CC.help.text
-msgid "Specifies the text animation settings for the current effect in the <link href=\"text/simpress/01/effectoptions.xhp\">Effect Options</link> dialog."
-msgstr ""
+#. V_;}
+#: 05110500m.xhp
+msgctxt ""
+"05110500m.xhp\n"
+"par_id3149050\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"loeschentext\"><ahelp hid=\".uno:DeleteRows\">Deletes the selected row(s) from the table.</ahelp></variable>"
+msgstr "<variable id=\"loeschentext\"><ahelp hid=\".uno:DeleteRows\">შლის მონიშნულ რიგ(ებ)ს ცხრილიდან.</ahelp></variable>"
-#: effectoptionstext.xhp#par_idN105DD.help.text
-msgid "Group text"
+#. wHpg
+#: 05110500m.xhp
+msgctxt ""
+"05110500m.xhp\n"
+"par_id3149591\n"
+"100\n"
+"help.text"
+msgid "On <emph>Table</emph> Bar, click"
msgstr ""
-#: effectoptionstext.xhp#par_idN105E1.help.text
-msgid "<ahelp hid=\"878857730\">Specifies how multiple paragraphs are animated</ahelp>:"
+#. 1^nM
+#: 05110500m.xhp
+msgctxt ""
+"05110500m.xhp\n"
+"par_id3147555\n"
+"help.text"
+msgid "<image id=\"img_id3150361\" src=\"cmd/sc_deleterows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3150361\">Icon</alt></image>"
msgstr ""
-#: effectoptionstext.xhp#par_idN105E7.help.text
-msgid "<emph>As one object</emph> - all paragraphs are animated as one object."
+#. hGGV
+#: 05110500m.xhp
+msgctxt ""
+"05110500m.xhp\n"
+"par_id3156248\n"
+"101\n"
+"help.text"
+msgid "Delete Row"
msgstr ""
-#: effectoptionstext.xhp#par_idN105EE.help.text
-msgid "<emph>All paragraphs at once</emph> - all paragraphs are animated at once, but can have different effects."
+#. }{I;
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Interaction"
msgstr ""
-#: effectoptionstext.xhp#par_idN105F5.help.text
-msgid "<emph>By 1st level paragraphs</emph> - the first level paragraphs, including sub-level paragraphs, are animated one after another."
+#. b#E!
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"bm_id3153246\n"
+"help.text"
+msgid "<bookmark_value>interactions; objects in interactive presentations</bookmark_value><bookmark_value>programs run by mouse click in presentations</bookmark_value><bookmark_value>running macros/programs in presentations</bookmark_value><bookmark_value>macros; running in presentations</bookmark_value><bookmark_value>presentations;exiting by interaction</bookmark_value><bookmark_value>exiting;by clicking objects</bookmark_value>"
msgstr ""
-#: effectoptionstext.xhp#par_idN105FB.help.text
-msgctxt "effectoptionstext.xhp#par_idN105FB.help.text"
-msgid "Automatically after"
+#. ?.QU
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3153246\n"
+"1\n"
+"help.text"
+msgid "Interaction"
msgstr ""
-#: effectoptionstext.xhp#par_idN105FF.help.text
-msgid "<ahelp hid=\"878855171\">If \"Group text - By 1st level paragraphs\" is selected, the paragraphs are animated one after the other.</ahelp>"
+#. O9_3
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3154762\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"interaktiontext\"><ahelp hid=\".uno:AnimationEffects\">Defines how the selected object behaves when you click on it during a slide show.</ahelp></variable>"
msgstr ""
-#: effectoptionstext.xhp#par_idN1067F.help.text
-msgid "<ahelp hid=\"878860804\">Enter an additional delay in seconds to animate subsequent paragraphs.</ahelp>"
+#. .3V)
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3145116\n"
+"3\n"
+"help.text"
+msgid "Action at mouse click"
msgstr ""
-#: effectoptionstext.xhp#par_idN10602.help.text
-msgid "Animate attached shape"
+#. 2}2a
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3153955\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"SD:LISTBOX:TP_ANIMATION:LB_ACTION\">Specifies the action that will run when you click the selected object during a slide show.</ahelp> You can also assign actions to grouped objects."
msgstr ""
-#: effectoptionstext.xhp#par_idN10606.help.text
-msgid "<ahelp hid=\"878855173\">Deselect this box to animate only the text, not the shape.</ahelp>"
+#. gfkP
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3150397\n"
+"4\n"
+"help.text"
+msgid "No action"
msgstr ""
-#: effectoptionstext.xhp#par_idN10609.help.text
-msgid "In reverse order"
-msgstr ""
+#. K;K3
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3147405\n"
+"45\n"
+"help.text"
+msgid "No action occurs."
+msgstr "ქმედება არ ხდება."
-#: effectoptionstext.xhp#par_idN1060D.help.text
-msgid "<ahelp hid=\"878855174\">Animates the paragraphs in reverse order.</ahelp>"
+#. rclX
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3145237\n"
+"5\n"
+"help.text"
+msgid "Go to previous slide"
msgstr ""
-#: 04990500.xhp#tit.help.text
-msgid "Page Number"
-msgstr "გვერდის ნომერი"
-
-#: 04990500.xhp#bm_id3154319.help.text
-msgid "<bookmark_value>fields; page numbers</bookmark_value><bookmark_value>page number field</bookmark_value><bookmark_value>slide numbers</bookmark_value><bookmark_value>presentations; numbering slides in</bookmark_value>"
+#. :w6Q
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3157871\n"
+"46\n"
+"help.text"
+msgid "Moves back one slide in the slide show."
msgstr ""
-#: 04990500.xhp#hd_id3154319.1.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/04990500.xhp\" name=\"Page Numbers\">Page Number</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: 04990500.xhp#par_id3145799.2.help.text
-msgid "<ahelp hid=\".\">Inserts the page number into the current slide or page.</ahelp> If you want to add a page number to every slide, choose View - Master<switchinline select=\"appl\"><caseinline select=\"IMPRESS\"> - Slide Master</caseinline></switchinline> and insert the page number field. To change the number format, choose <emph>Format - Page</emph> and then select a format from the list in the <emph>Layout Settings</emph> area."
+#. mO)9
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3157900\n"
+"6\n"
+"help.text"
+msgid "Go to next slide"
msgstr ""
-#: effectoptionseffect.xhp#tit.help.text
-#, fuzzy
-msgid "Effect"
+#. ($fW
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3150655\n"
+"47\n"
+"help.text"
+msgid "Moves forward one slide in the slide show."
msgstr ""
-"#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ეფექტი\n"
-"#-#-#-#-# database.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ეფექტი\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ეფექტები\n"
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ეფქტი"
-#: effectoptionseffect.xhp#par_idN10682.help.text
-msgid "<variable id=\"effect\"><link href=\"text/simpress/01/effectoptionseffect.xhp\">Effect</link></variable>"
+#. 0_X:
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3146879\n"
+"7\n"
+"help.text"
+msgid "Go to first slide"
msgstr ""
-#: effectoptionseffect.xhp#par_idN106A0.help.text
-msgid "Specifies the settings and enhancements for the current effect in the <link href=\"text/simpress/01/effectoptions.xhp\">Effect Options</link> dialog."
+#. 7dN8
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3150479\n"
+"48\n"
+"help.text"
+msgid "Jumps to the first slide in the slide show."
msgstr ""
-#: effectoptionseffect.xhp#par_idN106B1.help.text
-msgctxt "effectoptionseffect.xhp#par_idN106B1.help.text"
-msgid "Settings"
+#. H6?/
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3148725\n"
+"8\n"
+"help.text"
+msgid "Go to last slide"
msgstr ""
-#: effectoptionseffect.xhp#par_idN106B5.help.text
-msgid "For some effects, the settings can be specified on the <emph>Effect</emph> tab page."
+#. ^R(b
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3149891\n"
+"49\n"
+"help.text"
+msgid "Jumps to the last slide in the slide show."
msgstr ""
-#: effectoptionseffect.xhp#hd_id950041.help.text
-#, fuzzy
-msgid "Direction"
+#. T9g?
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3155258\n"
+"9\n"
+"help.text"
+msgid "Go to page or object"
msgstr ""
-"#-#-#-#-# shared.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მიმართულება\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მიმარულება\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მიმართულება"
-#: effectoptionseffect.xhp#par_id2195196.help.text
-msgid "<ahelp hid=\".\">Specifies the direction for the effect.</ahelp>"
+#. yR*M
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3148585\n"
+"50\n"
+"help.text"
+msgid "Jumps to a slide or a named object in a slide."
msgstr ""
-#: effectoptionseffect.xhp#hd_id8484756.help.text
-msgid "Accelerated start"
+#. Bk-a
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3153082\n"
+"10\n"
+"help.text"
+msgid "Target"
msgstr ""
-#: effectoptionseffect.xhp#par_id5049287.help.text
-msgid "<ahelp hid=\".\">Enable this option to assign a gradually increasing speed to the start of the effect.</ahelp>"
+#. ]8O1
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3153934\n"
+"51\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_ACTION_DLG_1\">Lists the slides and the objects that you can target.</ahelp>"
msgstr ""
-#: effectoptionseffect.xhp#hd_id7056794.help.text
-msgid "Decelerated end"
+#. b/di
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3154561\n"
+"11\n"
+"help.text"
+msgid "Slide / Object"
msgstr ""
-#: effectoptionseffect.xhp#par_id1145359.help.text
-msgid "<ahelp hid=\".\">Enable this option to assign a gradually decreasing speed to the end of the effect.</ahelp>"
+#. #.NI
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3153006\n"
+"53\n"
+"help.text"
+msgid "<ahelp hid=\"SD_EDIT_TP_ANIMATION_EDT_BOOKMARK\">Enter the name of the slide or the object that you want to look for.</ahelp>"
msgstr ""
-#: effectoptionseffect.xhp#par_idN10707.help.text
-msgid "Enhancements"
+#. AW.)
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3145162\n"
+"12\n"
+"help.text"
+msgid "Find"
msgstr ""
-#: effectoptionseffect.xhp#par_idN1070B.help.text
-msgid "Specifies the enhancements for the current effect."
+#. =V_Z
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3154501\n"
+"54\n"
+"help.text"
+msgid "<ahelp hid=\"SD:PUSHBUTTON:TP_ANIMATION:BTN_SEEK\">Searches for the specified slide or object.</ahelp>"
msgstr ""
-#: effectoptionseffect.xhp#par_idN1070E.help.text
-msgctxt "effectoptionseffect.xhp#par_idN1070E.help.text"
-msgid "Sound"
+#. O3VL
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3150128\n"
+"13\n"
+"help.text"
+msgid "Go to document"
msgstr ""
-#: effectoptionseffect.xhp#par_idN10712.help.text
-msgid "<ahelp hid=\"878824971\">Select a sound from the Gallery or select one of the special entries.</ahelp>"
+#. ZdF#
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3153730\n"
+"55\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_ACTION_DLG_2\">Opens and displays a file during a slide show. If you select a $[officename] file as the target document, you can also specify the page that will open.</ahelp>"
msgstr ""
-#: effectoptionseffect.xhp#par_idN10718.help.text
-msgid "<emph>No sound</emph> - no sound is played during animation of the effect."
+#. GQI!
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3150018\n"
+"14\n"
+"help.text"
+msgid "Document"
msgstr ""
-#: effectoptionseffect.xhp#par_idN1071F.help.text
-msgid "<emph>Stop previous sound</emph> - the sound of the previous effect is stopped as soon as the current effect runs."
+#. #Lg~
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3155931\n"
+"56\n"
+"help.text"
+msgid "Define the location of the target document."
msgstr ""
-#: effectoptionseffect.xhp#par_idN10726.help.text
-msgid "<emph>Other sound</emph> - displays a file open dialog to select a sound file."
+#. UFqU
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3155437\n"
+"15\n"
+"help.text"
+msgid "Document"
msgstr ""
-#: effectoptionseffect.xhp#par_idN1072C.help.text
-msgid "Sound button"
+#. [7M`
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3150566\n"
+"57\n"
+"help.text"
+msgid "<ahelp hid=\"SD:EDIT:TP_ANIMATION:EDT_DOCUMENT\">Enter a path to the file you want to open, or click <emph>Browse </emph>to locate the file.</ahelp>"
msgstr ""
-#: effectoptionseffect.xhp#par_idN10730.help.text
-msgid "<ahelp hid=\".\">Plays the selected sound file.</ahelp>"
+#. IEZ(
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3150658\n"
+"16\n"
+"help.text"
+msgid "Browse"
msgstr ""
-#: effectoptionseffect.xhp#par_idN10733.help.text
-msgid "After animation"
+#. l;N;
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3156061\n"
+"58\n"
+"help.text"
+msgid "<ahelp hid=\"SD:PUSHBUTTON:TP_ANIMATION:BTN_SEARCH\">Locate the file you want to open.</ahelp>"
msgstr ""
-#: effectoptionseffect.xhp#par_idN10737.help.text
-msgid "<ahelp hid=\"878824973\">Select a color to be shown after the animation ends, or select another after-effect from the list</ahelp>:"
+#. v;td
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3148776\n"
+"18\n"
+"help.text"
+msgid "Play sound"
msgstr ""
-#: effectoptionseffect.xhp#par_idN10752.help.text
-msgid "<emph>Dim with color</emph> - after the animation a dim color fills the shape."
+#. JO(P
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3155816\n"
+"60\n"
+"help.text"
+msgid "Plays a sound file."
msgstr ""
-#: effectoptionseffect.xhp#par_idN1073D.help.text
-msgid "<emph>Don't dim</emph> - no after-effect runs."
+#. ;}{q
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3147539\n"
+"19\n"
+"help.text"
+msgid "Sound"
msgstr ""
-#: effectoptionseffect.xhp#par_idN10744.help.text
-msgid "<emph>Hide after animation</emph> - hides the shape after the animation ends."
+#. mDLk
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3150467\n"
+"61\n"
+"help.text"
+msgid "Define the location of the sound file."
msgstr ""
-#: effectoptionseffect.xhp#par_idN1074B.help.text
-msgid "<emph>Hide on next animation</emph> - hides the shape on the next animation."
+#. fpEx
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3154869\n"
+"20\n"
+"help.text"
+msgid "Sound"
msgstr ""
-#: effectoptionseffect.xhp#par_idN10865.help.text
-msgid "Dim color"
+#. FX.a
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3155986\n"
+"62\n"
+"help.text"
+msgid "<ahelp hid=\"SD:EDIT:TP_ANIMATION:EDT_SOUND\">Enter a path to the sound file you want to open, or click <emph>Browse </emph>to locate the file.</ahelp>"
msgstr ""
-#: effectoptionseffect.xhp#par_idN1087B.help.text
-msgid "<ahelp hid=\"878824975\">Select the dim color.</ahelp>"
+#. ^e2}
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3155401\n"
+"21\n"
+"help.text"
+msgid "Browse"
msgstr ""
-#: effectoptionseffect.xhp#par_idN10758.help.text
-#, fuzzy
-msgid "Text animation"
-msgstr "ტექსტის ანიმაცია"
-
-#: effectoptionseffect.xhp#par_idN1075C.help.text
-msgid "<ahelp hid=\"878824977\">Select the animation mode for the text of the current shape</ahelp>:"
+#. O5y$
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3147171\n"
+"63\n"
+"help.text"
+msgid "Locate the sound file you want to play."
msgstr ""
-#: effectoptionseffect.xhp#par_idN10762.help.text
-msgid "<emph>All at once</emph> - animates the text all at once."
+#. Me.q
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3156318\n"
+"64\n"
+"help.text"
+msgid "If you did not install sound files with $[officename], you can run the $[officename] Setup program again and select <emph>Modify</emph>."
msgstr ""
-#: effectoptionseffect.xhp#par_idN10769.help.text
-msgid "<emph>Word by word</emph> - animates the text word by word."
+#. -|uj
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3154646\n"
+"22\n"
+"help.text"
+msgid "Play"
msgstr ""
-#: effectoptionseffect.xhp#par_idN10770.help.text
-msgid "<emph>Letter by letter</emph> - animates the text letter by letter."
+#. @S9$
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3145202\n"
+"65\n"
+"help.text"
+msgid "Plays the selected sound file."
msgstr ""
-#: effectoptionseffect.xhp#par_idN10776.help.text
-msgid "Delay between characters"
+#. 3Y*J
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3154260\n"
+"35\n"
+"help.text"
+msgid "Run program"
msgstr ""
-#: effectoptionseffect.xhp#par_idN1077A.help.text
-msgid "<ahelp hid=\"878828050\">Specifies the percentage of delay between animations of words or letters.</ahelp>"
+#. (#sr
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3155357\n"
+"79\n"
+"help.text"
+msgid "Starts a program during a slide show."
msgstr ""
-#: 13180300.xhp#tit.help.text
-msgid "Intersect"
+#. usu5
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3149157\n"
+"36\n"
+"help.text"
+msgid "Program"
msgstr ""
-#: 13180300.xhp#hd_id3153768.1.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/13180300.xhp\" name=\"Intersect\">Intersect</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: 13180300.xhp#par_id3146975.2.help.text
-msgid "<ahelp hid=\".uno:Intersect\" visibility=\"visible\">Creates a shape from the overlapping area of the selected objects.</ahelp>"
+#. O%^h
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3154277\n"
+"37\n"
+"help.text"
+msgid "Program"
msgstr ""
-#: 01180002.xhp#tit.help.text
-msgid "Background"
-msgstr "ფონი"
-
-#: 01180002.xhp#hd_id3154253.1.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/01180002.xhp\" name=\"Background\">Background</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: 01180002.xhp#par_id3155962.2.help.text
-msgid "Defines a background for a single page or for all of the pages in the active file."
+#. w)Fv
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3148918\n"
+"81\n"
+"help.text"
+msgid "<ahelp hid=\"SD_EDIT_TP_ANIMATION_EDT_PROGRAM\">Enter a path to the program you want to start, or click <emph>Browse </emph>to locate the program.</ahelp>"
msgstr ""
-#: 01180002.xhp#par_id3150297.3.help.text
-msgid "The options for this dialog are described <link href=\"text/shared/01/05210100.xhp\" name=\"here\">here</link>."
+#. d3J2
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3159269\n"
+"38\n"
+"help.text"
+msgid "Browse"
msgstr ""
-#: 13140000.xhp#tit.help.text
-msgid "Combine"
+#. CC?{
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3154097\n"
+"82\n"
+"help.text"
+msgid "Locate the program you want to start."
msgstr ""
-#: 13140000.xhp#hd_id3150012.1.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/13140000.xhp\" name=\"Combine\">Combine</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: 13140000.xhp#par_id3146974.2.help.text
-msgid "<ahelp hid=\".uno:Combine\">Combines two or more selected objects into a single shape.</ahelp>Unlike <link href=\"text/shared/01/05290000.xhp\" name=\"grouping\">grouping</link>, a combined object takes on the properties of the lowermost object in the stacking order. You can <link href=\"text/simpress/01/13150000.xhp\" name=\"split\">split</link> apart combined objects, but the original object properties are lost."
+#. ~Vi\
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3152940\n"
+"39\n"
+"help.text"
+msgid "Run macro"
msgstr ""
-#: 13140000.xhp#par_id3153876.3.help.text
-msgid "When you combine objects, the drawing elements are replaced by Bézier curves and holes appear where the objects overlap."
+#. Z6aK
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3153681\n"
+"83\n"
+"help.text"
+msgid "Runs a macro during the slide show."
msgstr ""
-#: 03180000.xhp#tit.help.text
-msgid "Color/Grayscale"
+#. ^8_k
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3149916\n"
+"40\n"
+"help.text"
+msgid "Macro"
msgstr ""
-#: 03180000.xhp#bm_id3153142.help.text
-msgid "<bookmark_value>display qualities of presentations</bookmark_value><bookmark_value>colors; displaying presentations</bookmark_value><bookmark_value>black and white display</bookmark_value><bookmark_value>grayscale display</bookmark_value>"
+#. x]gK
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3149804\n"
+"41\n"
+"help.text"
+msgid "Macro"
msgstr ""
-#: 03180000.xhp#hd_id3153142.1.help.text
-msgid "<link href=\"text/simpress/01/03180000.xhp\" name=\"Display Quality\">Color/Grayscale</link>"
+#. aeJg
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3148625\n"
+"85\n"
+"help.text"
+msgid "<ahelp hid=\"SD_EDIT_TP_ANIMATION_EDT_MACRO\">Enter a path to the macro you want to run, or click <emph>Browse </emph>to locate the macro.</ahelp>"
msgstr ""
-#: 03180000.xhp#par_id3151073.2.help.text
-msgid "Shows slides in color, grayscale, or black and white."
+#. r5Gp
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3150628\n"
+"42\n"
+"help.text"
+msgid "Browse"
msgstr ""
-#: 03180000.xhp#hd_id3149123.3.help.text
-msgid "Color"
-msgstr "ფერი"
-
-#: 03180000.xhp#par_id3154757.4.help.text
-msgid "<ahelp hid=\".uno:OutputQualityColor\">Shows slides in color.</ahelp>"
+#. YoMf
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3148417\n"
+"86\n"
+"help.text"
+msgid "Locate the macro you want to run."
msgstr ""
-#: 03180000.xhp#hd_id3155333.5.help.text
-msgid "Grayscale"
-msgstr "ნაცრისფერტონები"
-
-#: 03180000.xhp#par_id3150200.6.help.text
-msgid "<ahelp hid=\".uno:OutputQualityGrayscale\">Shows slides in shades of black and white.</ahelp>"
+#. j$3P
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3150424\n"
+"43\n"
+"help.text"
+msgid "Exit presentation"
msgstr ""
-#: 03180000.xhp#hd_id3150342.7.help.text
-msgid "Black and White"
+#. rN7s
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3154799\n"
+"87\n"
+"help.text"
+msgid "Ends the presentation."
msgstr ""
-#: 03180000.xhp#par_id3150207.8.help.text
-msgid "<ahelp hid=\".uno:OutputQualityBlackWhite\">Shows slides in pure black or white without shading.</ahelp>"
+#. |`V?
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_idN10AE2\n"
+"help.text"
+msgid "Start object action"
msgstr ""
-#: 06050000.xhp#tit.help.text
-msgctxt "06050000.xhp#tit.help.text"
-msgid "Animation"
+#. Ig/:
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_idN10AE6\n"
+"help.text"
+msgid "You can choose the \"Start object action\" entry for inserted OLE objects."
msgstr ""
-#: 06050000.xhp#hd_id3153726.1.help.text
+#. ={5S
+#: 06070000.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/01/06050000.xhp\" name=\"Animation\">Animation</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: 06050000.xhp#par_id3150012.2.help.text
-msgid "<variable id=\"animtext\"><ahelp hid=\".uno:AnimationObjects\">Creates a custom animation on the current slide.</ahelp> You can only use existing objects to create an animation. </variable>"
-msgstr ""
-
-#: 06050000.xhp#par_id3155444.86.help.text
-msgid "You can copy and paste animations into <item type=\"productname\">%PRODUCTNAME</item> Writer."
-msgstr ""
-
-#: 06050000.xhp#hd_id3155959.3.help.text
-msgctxt "06050000.xhp#hd_id3155959.3.help.text"
-msgid "Animation"
-msgstr ""
-
-#: 06050000.xhp#par_id3146316.4.help.text
-msgid "Shows a preview of the objects in the animation. You can also press the <emph>Play</emph> button to view the animation."
-msgstr ""
+msgctxt ""
+"06070000.xhp\n"
+"par_idN10AE9\n"
+"help.text"
+msgid "Edit"
+msgstr "გასვლა"
-#: 06050000.xhp#par_id3147344.6.help.text
-msgid "<ahelp hid=\"SD_IMAGEBUTTON_FLT_WIN_ANIMATION_BTN_FIRST\">Jumps to the first image in the animation sequence.</ahelp>"
+#. 6Q)A
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_idN10AED\n"
+"help.text"
+msgid "Opens the object in edit mode."
msgstr ""
-#: 06050000.xhp#par_id3150363.help.text
-msgid "<image id=\"img_id3154657\" src=\"res/helpimg/left2.png\" width=\"0.2189in\" height=\"0.1874in\"><alt id=\"alt_id3154657\">Icon</alt></image>"
+#. 20x!
+#: taskpanel.xhp
+msgctxt ""
+"taskpanel.xhp\n"
+"tit\n"
+"help.text"
+msgid "Task Pane"
msgstr ""
-#: 06050000.xhp#par_id3155530.5.help.text
-msgid "First image"
+#. K4@F
+#: taskpanel.xhp
+msgctxt ""
+"taskpanel.xhp\n"
+"bm_id3274636\n"
+"help.text"
+msgid "<bookmark_value>task pane</bookmark_value>"
msgstr ""
-#: 06050000.xhp#par_id3145386.8.help.text
-msgid "<ahelp hid=\"SD_IMAGEBUTTON_FLT_WIN_ANIMATION_BTN_REVERSE\">Plays the animation backwards.</ahelp>"
+#. KWmG
+#: taskpanel.xhp
+msgctxt ""
+"taskpanel.xhp\n"
+"par_idN10544\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/taskpanel.xhp\">Task Pane</link>"
msgstr ""
-#: 06050000.xhp#par_id3153912.help.text
-msgid "<image id=\"img_id3155268\" src=\"res/helpimg/left.png\" width=\"0.2189in\" height=\"0.1874in\"><alt id=\"alt_id3155268\">Icon</alt></image>"
+#. \X8S
+#: taskpanel.xhp
+msgctxt ""
+"taskpanel.xhp\n"
+"par_idN10554\n"
+"help.text"
+msgid "<ahelp hid=\".\">Switches the %PRODUCTNAME Impress task pane on and off.</ahelp>"
msgstr ""
-#: 06050000.xhp#par_id3152871.7.help.text
-msgid "Backwards"
-msgstr "უკან"
-
-#: 06050000.xhp#par_id3150210.10.help.text
-msgid "<ahelp hid=\"SD_IMAGEBUTTON_FLT_WIN_ANIMATION_BTN_STOP\">Stops playing the animation.</ahelp>"
+#. PM2`
+#: taskpanel.xhp
+msgctxt ""
+"taskpanel.xhp\n"
+"par_idN10557\n"
+"help.text"
+msgid "The task pane contains pages to specify the master pages, layouts, custom animation, and slide transition. Click another heading to open another page."
msgstr ""
-#: 06050000.xhp#par_id3153011.help.text
-msgid "<image id=\"img_id3147250\" src=\"res/helpimg/sistop.png\" width=\"0.2189in\" height=\"0.1874in\"><alt id=\"alt_id3147250\">Icon</alt></image>"
+#. W+h?
+#: taskpanel.xhp
+msgctxt ""
+"taskpanel.xhp\n"
+"par_idN105D4\n"
+"help.text"
+msgid "<embedvar href=\"text/simpress/guide/masterpage.xhp#masterpage\"/>"
msgstr ""
-#: 06050000.xhp#par_id3153961.9.help.text
-#, fuzzy
-msgid "Stop"
+#. XB54
+#: taskpanel.xhp
+msgctxt ""
+"taskpanel.xhp\n"
+"par_idN10652\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Master Pages tab page, where you apply a master page (background) to all slides (left-click) or to the selected slides (right-click).</ahelp>"
msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"-ზედა\n"
-"#-#-#-#-# optionen.po (PACKAGE VERSION) #-#-#-#-#\n"
-"გაჩერება"
-#: 06050000.xhp#par_id3147297.12.help.text
-msgid "<ahelp hid=\"SD_IMAGEBUTTON_FLT_WIN_ANIMATION_BTN_PLAY\">Plays the animation.</ahelp>"
+#. -Ij7
+#: taskpanel.xhp
+msgctxt ""
+"taskpanel.xhp\n"
+"par_idN1067D\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Lists the currently used master pages.</ahelp>"
msgstr ""
-#: 06050000.xhp#par_id3153119.help.text
-msgid "<image id=\"img_id3149352\" src=\"res/helpimg/right.png\" width=\"0.2189in\" height=\"0.1874in\"><alt id=\"alt_id3149352\">Icon</alt></image>"
+#. 7B%s
+#: taskpanel.xhp
+msgctxt ""
+"taskpanel.xhp\n"
+"par_idN106A8\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Lists the recently used master pages.</ahelp>"
msgstr ""
-#: 06050000.xhp#par_id3150478.11.help.text
-msgctxt "06050000.xhp#par_id3150478.11.help.text"
-msgid "Play"
+#. `=By
+#: taskpanel.xhp
+msgctxt ""
+"taskpanel.xhp\n"
+"par_idN106D3\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Lists all available master pages.</ahelp>"
msgstr ""
-#: 06050000.xhp#par_id3154675.14.help.text
-msgid "<ahelp hid=\"SD_IMAGEBUTTON_FLT_WIN_ANIMATION_BTN_LAST\">Jumps to the last image in the animation sequence.</ahelp>"
+#. ?Wgs
+#: taskpanel.xhp
+msgctxt ""
+"taskpanel.xhp\n"
+"par_idN106FA\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Left-click to apply the master page to all slides. Right-click for a submenu.</ahelp>"
msgstr ""
-#: 06050000.xhp#par_id3153932.help.text
-msgid "<image id=\"img_id3145593\" src=\"res/helpimg/right2.png\" width=\"0.2189in\" height=\"0.1874in\"><alt id=\"alt_id3145593\">Icon</alt></image>"
+#. M3?T
+#: taskpanel.xhp
+msgctxt ""
+"taskpanel.xhp\n"
+"par_idN10747\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Applies the master page to all slides.</ahelp>"
msgstr ""
-#: 06050000.xhp#par_id3149504.13.help.text
-msgid "Last image"
+#. ^9LH
+#: taskpanel.xhp
+msgctxt ""
+"taskpanel.xhp\n"
+"par_idN10762\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Applies the master page or the slide design to the selected slides.</ahelp>"
msgstr ""
-#: 06050000.xhp#hd_id3149956.15.help.text
-#, fuzzy
-msgid "Image Number"
-msgstr "გვერდის ნომერი"
-
-#: 06050000.xhp#par_id3150008.16.help.text
-msgid "<ahelp hid=\"SD_NUMERICFIELD_FLT_WIN_ANIMATION_NUM_FLD_BITMAP\">Indicates the position of the current image in the animation sequence.</ahelp> If you want to view another image, enter its number or click the up and down arrows."
+#. )q.i
+#: taskpanel.xhp
+msgctxt ""
+"taskpanel.xhp\n"
+"par_idN10785\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Resizes the preview of the master pages.</ahelp>"
msgstr ""
-#: 06050000.xhp#hd_id3148569.17.help.text
-msgid "Duration"
+#. #A2c
+#: taskpanel.xhp
+msgctxt ""
+"taskpanel.xhp\n"
+"par_idN107B4\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Layouts tab page, where you apply a slide design to the selected slide or slides.</ahelp>"
msgstr ""
-#: 06050000.xhp#par_id3150337.18.help.text
-msgid "<ahelp hid=\"SD_TIMEFIELD_FLT_WIN_ANIMATION_TIME_FIELD\">Enter the number of seconds to display the current image. This option is only available if you select the <emph>Bitmap object</emph> option in the <emph>Animation group</emph> field.</ahelp>"
+#. ZjNK
+#: taskpanel.xhp
+msgctxt ""
+"taskpanel.xhp\n"
+"par_idN107CB\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to apply a slide design to all selected slides. Right-click for a submenu.</ahelp>"
msgstr ""
-#: 06050000.xhp#hd_id3147368.83.help.text
-msgid "Loop count"
+#. %F_)
+#: taskpanel.xhp
+msgctxt ""
+"taskpanel.xhp\n"
+"par_idN1080E\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Custom Animation tab page, where you apply effects to the selected objects on a slide.</ahelp>"
msgstr ""
-#: 06050000.xhp#par_id3154326.84.help.text
-msgid "<ahelp hid=\"SD_LISTBOX_FLT_WIN_ANIMATION_LB_LOOP_COUNT\">Sets the number of times that the animation is played.</ahelp> If you want the animation to play continuously, choose <emph>Max</emph>."
+#. TV@Q
+#: taskpanel.xhp
+msgctxt ""
+"taskpanel.xhp\n"
+"par_idN10839\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Slide Transition tab page, where you apply transition effects to the selected slides.</ahelp>"
msgstr ""
-#: 06050000.xhp#hd_id3155928.19.help.text
-msgid "Image"
+#. )cO{
+#: taskpanel.xhp
+msgctxt ""
+"taskpanel.xhp\n"
+"par_id0916200812240344\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Table Design. Double-click a preview to insert a new table.</ahelp>"
msgstr ""
-#: 06050000.xhp#par_id3155434.37.help.text
-msgid "Adds or removes objects from your animation."
+#. R=^7
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Slide Show"
msgstr ""
-#: 06050000.xhp#hd_id3145353.38.help.text
-msgctxt "06050000.xhp#hd_id3145353.38.help.text"
-msgid "Apply Object"
-msgstr ""
+#. r*OE
+#: 03130000.xhp
+#, fuzzy
+msgctxt ""
+"03130000.xhp\n"
+"hd_id3159153\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/03130000.xhp\" name=\"Slide Show\">Slide Show</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 06050000.xhp#par_id3157974.39.help.text
-msgid "<ahelp hid=\"SD_IMAGEBUTTON_FLT_WIN_ANIMATION_BTN_GET_ONE_OBJECT\">Adds selected object(s) as a single image.</ahelp>"
+#. }[\S
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"par_id3154016\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"bldpra\"><ahelp hid=\"HID_SD_BTN_PRESENTATION\">Starts your slide show.</ahelp></variable>"
msgstr ""
-#: 06050000.xhp#par_id3156068.help.text
-msgid "<image id=\"img_id3148768\" src=\"sd/res/get1obj.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3148768\">Icon</alt></image>"
+#. P0p^
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"par_id3155066\n"
+"4\n"
+"help.text"
+msgid "You can specify settings for running a slide show in <link href=\"text/simpress/01/06080000.xhp\" name=\"Slide Show - Slide Show Settings\"><emph>Slide Show - Slide Show Settings</emph></link>."
msgstr ""
-#: 06050000.xhp#par_id3150268.79.help.text
-msgctxt "06050000.xhp#par_id3150268.79.help.text"
-msgid "Apply Object"
+#. =P6N
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"par_idN106CF\n"
+"help.text"
+msgid "Specify whether a slide show starts with the current slide or with the first slide on <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress - General</emph>."
msgstr ""
-#: 06050000.xhp#hd_id3153221.40.help.text
-msgctxt "06050000.xhp#hd_id3153221.40.help.text"
-msgid "Apply Objects Individually"
+#. 7/md
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"par_id3155960\n"
+"3\n"
+"help.text"
+msgid "To start a slide show, do one of the following:"
msgstr ""
-#: 06050000.xhp#par_id3147533.41.help.text
-msgid "<ahelp hid=\"SD_IMAGEBUTTON_FLT_WIN_ANIMATION_BTN_GET_ALL_OBJECTS\">Adds an image for each selected object.</ahelp> If you select a grouped object, an image is created for each object in the group."
+#. (on!
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"par_id3155337\n"
+"5\n"
+"help.text"
+msgid "Click the <emph>Slide Show</emph> icon on the <emph>Presentation</emph> toolbar."
msgstr ""
-#: 06050000.xhp#par_id3150470.85.help.text
-msgid "You can also select an animation, such as an animated GIF, and click this icon to open it for editing. When you are finished editing the animation, click <emph>Create</emph> to insert a new animation into your slide. "
+#. Z=/6
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"par_id3150343\n"
+"7\n"
+"help.text"
+msgid "Right-click a slide in <emph>Normal</emph> view and choose <emph>Slide Show.</emph>"
msgstr ""
-#: 06050000.xhp#par_id3156257.help.text
-msgid "<image id=\"img_id3153716\" src=\"sd/res/getallob.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153716\">Icon</alt></image>"
+#. 0Iu0
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"par_id3156445\n"
+"8\n"
+"help.text"
+msgid "Press F5."
msgstr ""
-#: 06050000.xhp#par_id3145621.80.help.text
-msgctxt "06050000.xhp#par_id3145621.80.help.text"
-msgid "Apply Objects Individually"
+#. N7*i
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"par_id3153912\n"
+"9\n"
+"help.text"
+msgid "Under Windows, right-click the *.sxi or *.odp file in the Windows Explorer, then choose <emph>Show</emph>."
msgstr ""
-#: 06050000.xhp#hd_id3163826.42.help.text
-msgctxt "06050000.xhp#hd_id3163826.42.help.text"
-msgid "Delete Current Image"
-msgstr ""
+#. IO@G
+#: effectoptionstext.xhp
+msgctxt ""
+"effectoptionstext.xhp\n"
+"tit\n"
+"help.text"
+msgid "Text Animation"
+msgstr "ტექსტის ანიმაცია"
-#: 06050000.xhp#par_id3149710.43.help.text
-msgid "<ahelp hid=\"SD_IMAGEBUTTON_FLT_WIN_ANIMATION_BTN_REMOVE_BITMAP\">Deletes current image from the animation sequence.</ahelp>"
+#. o*vm
+#: effectoptionstext.xhp
+msgctxt ""
+"effectoptionstext.xhp\n"
+"par_idN105AE\n"
+"help.text"
+msgid "<variable id=\"text\"><link href=\"text/simpress/01/effectoptionstext.xhp\">Text Animation</link></variable>"
msgstr ""
-#: 06050000.xhp#par_id3152926.help.text
-msgid "<image id=\"img_id3153210\" src=\"sd/res/del1bmp.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153210\">Icon</alt></image>"
+#. Qul-
+#: effectoptionstext.xhp
+msgctxt ""
+"effectoptionstext.xhp\n"
+"par_idN105CC\n"
+"help.text"
+msgid "Specifies the text animation settings for the current effect in the <link href=\"text/simpress/01/effectoptions.xhp\">Effect Options</link> dialog."
msgstr ""
-#: 06050000.xhp#par_id3151187.81.help.text
-msgctxt "06050000.xhp#par_id3151187.81.help.text"
-msgid "Delete Current Image"
+#. RzCC
+#: effectoptionstext.xhp
+msgctxt ""
+"effectoptionstext.xhp\n"
+"par_idN105DD\n"
+"help.text"
+msgid "Group text"
msgstr ""
-#: 06050000.xhp#hd_id3154641.44.help.text
-msgctxt "06050000.xhp#hd_id3154641.44.help.text"
-msgid "Delete All Images"
+#. KVW!
+#: effectoptionstext.xhp
+msgctxt ""
+"effectoptionstext.xhp\n"
+"par_idN105E1\n"
+"help.text"
+msgid "<ahelp hid=\"878857730\">Specifies how multiple paragraphs are animated</ahelp>:"
msgstr ""
-#: 06050000.xhp#par_id3150765.45.help.text
-msgid "<ahelp hid=\"SD_IMAGEBUTTON_FLT_WIN_ANIMATION_BTN_REMOVE_ALL\">Deletes all of the images in the animation.</ahelp>"
+#. W5Z9
+#: effectoptionstext.xhp
+msgctxt ""
+"effectoptionstext.xhp\n"
+"par_idN105E7\n"
+"help.text"
+msgid "<emph>As one object</emph> - all paragraphs are animated as one object."
msgstr ""
-#: 06050000.xhp#par_id3147271.help.text
-msgid "<image id=\"img_id3154049\" src=\"sd/res/delall.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154049\">Icon</alt></image>"
+#. k#kR
+#: effectoptionstext.xhp
+msgctxt ""
+"effectoptionstext.xhp\n"
+"par_idN105EE\n"
+"help.text"
+msgid "<emph>All paragraphs at once</emph> - all paragraphs are animated at once, but can have different effects."
msgstr ""
-#: 06050000.xhp#par_id3153618.82.help.text
-msgctxt "06050000.xhp#par_id3153618.82.help.text"
-msgid "Delete All Images"
+#. {ajR
+#: effectoptionstext.xhp
+msgctxt ""
+"effectoptionstext.xhp\n"
+"par_idN105F5\n"
+"help.text"
+msgid "<emph>By 1st level paragraphs</emph> - the first level paragraphs, including sub-level paragraphs, are animated one after another."
msgstr ""
-#: 06050000.xhp#hd_id3143234.22.help.text
-msgid "Number"
+#. ;leq
+#: effectoptionstext.xhp
+msgctxt ""
+"effectoptionstext.xhp\n"
+"par_idN105FB\n"
+"help.text"
+msgid "Automatically after"
msgstr ""
-#: 06050000.xhp#par_id3149294.23.help.text
-msgid "Total number of images in the animation."
+#. ma#_
+#: effectoptionstext.xhp
+msgctxt ""
+"effectoptionstext.xhp\n"
+"par_idN105FF\n"
+"help.text"
+msgid "<ahelp hid=\"878855171\">If \"Group text - By 1st level paragraphs\" is selected, the paragraphs are animated one after the other.</ahelp>"
msgstr ""
-#: 06050000.xhp#hd_id3159177.24.help.text
-msgid "Animation group"
+#. Fgr!
+#: effectoptionstext.xhp
+msgctxt ""
+"effectoptionstext.xhp\n"
+"par_idN1067F\n"
+"help.text"
+msgid "<ahelp hid=\"878860804\">Enter an additional delay in seconds to animate subsequent paragraphs.</ahelp>"
msgstr ""
-#: 06050000.xhp#par_id3146088.25.help.text
-msgid "Sets object properties for your animation."
+#. IGIR
+#: effectoptionstext.xhp
+msgctxt ""
+"effectoptionstext.xhp\n"
+"par_idN10602\n"
+"help.text"
+msgid "Animate attached shape"
msgstr ""
-#: 06050000.xhp#hd_id3147259.26.help.text
-msgid "Group object"
+#. `j[{
+#: effectoptionstext.xhp
+msgctxt ""
+"effectoptionstext.xhp\n"
+"par_idN10606\n"
+"help.text"
+msgid "<ahelp hid=\"878855173\">Deselect this box to animate only the text, not the shape.</ahelp>"
msgstr ""
-#: 06050000.xhp#par_id3151170.27.help.text
-msgid "<ahelp hid=\"SD_RADIOBUTTON_FLT_WIN_ANIMATION_RBT_GROUP\">Assembles images into a single object so that they can be moved as a group. You can still edit individual objects by double-clicking the group in the slide.</ahelp>"
+#. pZn-
+#: effectoptionstext.xhp
+msgctxt ""
+"effectoptionstext.xhp\n"
+"par_idN10609\n"
+"help.text"
+msgid "In reverse order"
msgstr ""
-#: 06050000.xhp#hd_id3154688.28.help.text
-msgid "Bitmap object"
+#. Aqc]
+#: effectoptionstext.xhp
+msgctxt ""
+"effectoptionstext.xhp\n"
+"par_idN1060D\n"
+"help.text"
+msgid "<ahelp hid=\"878855174\">Animates the paragraphs in reverse order.</ahelp>"
msgstr ""
-#: 06050000.xhp#par_id3155329.29.help.text
-msgid "<ahelp hid=\"SD_RADIOBUTTON_FLT_WIN_ANIMATION_RBT_BITMAP\">Combines images into a single image.</ahelp>"
+#. lD_f
+#: 13180300.xhp
+msgctxt ""
+"13180300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Intersect"
msgstr ""
-#: 06050000.xhp#hd_id3148815.32.help.text
+#. D/3M
+#: 13180300.xhp
#, fuzzy
-msgid "Alignment"
-msgstr ""
-"#-#-#-#-# optionen.po (PACKAGE VERSION) #-#-#-#-#\n"
-"გასწორება\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"გასწორება\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"განლაგება"
-
-#: 06050000.xhp#par_id3148834.33.help.text
-msgid "<ahelp hid=\"SD_LISTBOX_FLT_WIN_ANIMATION_LB_ADJUSTMENT\">Aligns the images in your animation.</ahelp>."
-msgstr ""
+msgctxt ""
+"13180300.xhp\n"
+"hd_id3153768\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/13180300.xhp\" name=\"Intersect\">Intersect</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 06050000.xhp#hd_id3148803.34.help.text
-#, fuzzy
-msgid "Create"
+#. M\5:
+#: 13180300.xhp
+msgctxt ""
+"13180300.xhp\n"
+"par_id3146975\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Intersect\" visibility=\"visible\">Creates a shape from the overlapping area of the selected objects.</ahelp>"
msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"შექმნილი:\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"შექმნა"
-#: 06050000.xhp#par_id3154294.35.help.text
-msgid "<ahelp hid=\"SD_PUSHBUTTON_FLT_WIN_ANIMATION_BTN_CREATE_GROUP\">Inserts the animation into the current slide.</ahelp>"
+#. T:%Y
+#: 04990300.xhp
+msgctxt ""
+"04990300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Time (fixed)"
msgstr ""
-#: 05250000.xhp#tit.help.text
-#, fuzzy
-msgid "Arrange"
+#. lIov
+#: 04990300.xhp
+msgctxt ""
+"04990300.xhp\n"
+"bm_id3146121\n"
+"help.text"
+msgid "<bookmark_value>times; fixed</bookmark_value><bookmark_value>fields; times (fixed)</bookmark_value>"
msgstr ""
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მოწესრიგება\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"დალაგება"
-#: 05250000.xhp#hd_id3155444.1.help.text
+#. h#Xh
+#: 04990300.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/01/05250000.xhp\" name=\"Arrange\">Arrange</link>"
+msgctxt ""
+"04990300.xhp\n"
+"hd_id3146121\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/04990300.xhp\" name=\"Time (fixed)\">Time (fixed)</link>"
msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 05250000.xhp#par_id3149259.2.help.text
-msgid "Changes the stacking order of a selected object."
-msgstr ""
-
-#: 06030000.xhp#tit.help.text
-msgid "Hyphenation"
+#. Wtf$
+#: 04990300.xhp
+msgctxt ""
+"04990300.xhp\n"
+"par_id3153726\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertTimeFieldFix\">Inserts the current time into your slide as a fixed field. The time is not automatically updated.</ahelp>"
msgstr ""
-#: 06030000.xhp#hd_id3154011.1.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/06030000.xhp\" name=\"Hyphenation\">Hyphenation</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: 06030000.xhp#par_id3153728.2.help.text
-msgid "<ahelp hid=\".uno:Hyphenation\" visibility=\"visible\">Turns hyphenation option for text objects on or off.</ahelp> You can turn hyphenation on or off for each paragraph."
+#. qfnR
+#: 04110100.xhp
+msgctxt ""
+"04110100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert Slides/Objects"
msgstr ""
-#: 03151100.xhp#tit.help.text
-msgid "Master Layout"
+#. kS5n
+#: 04110100.xhp
+msgctxt ""
+"04110100.xhp\n"
+"bm_id3146976\n"
+"help.text"
+msgid "<bookmark_value>inserting; objects from files</bookmark_value><bookmark_value>objects; inserting from files</bookmark_value><bookmark_value>slides; inserting as links</bookmark_value><bookmark_value>inserting; slides as links</bookmark_value><bookmark_value>backgrounds; deleting unused</bookmark_value>"
msgstr ""
-#: 03151100.xhp#par_idN10537.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/03151100.xhp\">Master Layout</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: 03151100.xhp#par_idN1053B.help.text
-msgid "<ahelp hid=\"SID_MASTER_LAYOUTS_SLIDE\">Adds or removes header, footer, date, and slide number placeholders to the layout of the slide master.</ahelp>"
+#. 0=@e
+#: 04110100.xhp
+msgctxt ""
+"04110100.xhp\n"
+"hd_id3146976\n"
+"1\n"
+"help.text"
+msgid "Insert Slides/Objects"
msgstr ""
-#: 03151100.xhp#par_idN1054A.help.text
-msgid "Placeholders"
+#. q69p
+#: 04110100.xhp
+msgctxt ""
+"04110100.xhp\n"
+"par_id3151073\n"
+"2\n"
+"help.text"
+msgid "Allows you to insert the entire file or specific elements in the file."
msgstr ""
-#: 03151100.xhp#par_idN10556.help.text
-msgctxt "03151100.xhp#par_idN10556.help.text"
-msgid "Header"
+#. XhG6
+#: 04110100.xhp
+msgctxt ""
+"04110100.xhp\n"
+"hd_id3154016\n"
+"3\n"
+"help.text"
+msgid "To insert specific elements from a file:"
msgstr ""
-#: 03151100.xhp#par_idN1055A.help.text
-msgid "<ahelp hid=\"sd:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_HEADER\">Adds a header placeholder to the slide master for notes.</ahelp>"
+#. ]#yI
+#: 04110100.xhp
+msgctxt ""
+"04110100.xhp\n"
+"par_id3150749\n"
+"4\n"
+"help.text"
+msgid "Click the plus sign next to the file name and select the elements you want to insert. Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> to add to or Shift to expand your selection."
msgstr ""
-#: 03151100.xhp#par_idN10571.help.text
-msgid "Date/time"
+#. uj)k
+#: 04110100.xhp
+msgctxt ""
+"04110100.xhp\n"
+"par_id3155962\n"
+"5\n"
+"help.text"
+msgid "If you want to insert the file as a link, select <emph>Link</emph>."
msgstr ""
-#: 03151100.xhp#par_idN10575.help.text
-msgid "<ahelp hid=\"sd:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_DATE\">Adds a date/time placeholder to the slide master.</ahelp>"
-msgstr ""
+#. svf|
+#: 04110100.xhp
+msgctxt ""
+"04110100.xhp\n"
+"par_id3149255\n"
+"6\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "დააწკაპუნეთ <emph>OK</emph>."
-#: 03151100.xhp#par_idN1058C.help.text
-msgctxt "03151100.xhp#par_idN1058C.help.text"
-msgid "Footer"
+#. .2H\
+#: 04110100.xhp
+msgctxt ""
+"04110100.xhp\n"
+"par_id3159236\n"
+"7\n"
+"help.text"
+msgid "At the prompt, click <emph>Yes </emph>to scale the elements to fit on the slide or <emph>No </emph>to preserve the original size of the elements."
msgstr ""
-#: 03151100.xhp#par_idN10590.help.text
-msgid "<ahelp hid=\"sd:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_FOOTER\">Adds a footer placeholder to the slide master.</ahelp>"
+#. ujOM
+#: 04110100.xhp
+#, fuzzy
+msgctxt ""
+"04110100.xhp\n"
+"hd_id3150207\n"
+"10\n"
+"help.text"
+msgid "Link"
+msgstr "#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\nხაზი\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nხაზი\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nსტრიქონი"
+
+#. W5g5
+#: 04110100.xhp
+msgctxt ""
+"04110100.xhp\n"
+"par_id3156448\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:DLG_INSERT_PAGES_OBJS:CBX_LINK\">Inserts a file or some file elements as a link that is automatically updated when the source file is modified.</ahelp>"
msgstr ""
-#: 03151100.xhp#par_idN105A7.help.text
-msgid "Slide number"
+#. Fw*Y
+#: 04110100.xhp
+msgctxt ""
+"04110100.xhp\n"
+"hd_id3152898\n"
+"12\n"
+"help.text"
+msgid "Delete unused backgrounds"
msgstr ""
-#: 03151100.xhp#par_idN105AB.help.text
-msgid "<ahelp hid=\"sd:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_PAGE_NUMBER\">Adds a slide number placeholder to the slide master.</ahelp>"
+#. V*7b
+#: 04110100.xhp
+msgctxt ""
+"04110100.xhp\n"
+"par_id3148868\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:DLG_INSERT_PAGES_OBJS:CBX_CHECK_MASTERS\">Unused master pages are not inserted.</ahelp>"
msgstr ""
-#: 03080000.xhp#tit.help.text
-msgid "Normal View"
+#. qVii
+#: 03151000.xhp
+msgctxt ""
+"03151000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Master Elements"
msgstr ""
-#: 03080000.xhp#bm_id3148576.help.text
-msgid "<bookmark_value>normal view;presentations</bookmark_value>"
+#. O=1,
+#: 03151000.xhp
+msgctxt ""
+"03151000.xhp\n"
+"bm_id4083986\n"
+"help.text"
+msgid "<bookmark_value>headers and footers;master layouts</bookmark_value><bookmark_value>master layouts with headers and footers</bookmark_value>"
msgstr ""
-#: 03080000.xhp#hd_id3148576.1.help.text
+#. !8O[
+#: 03151000.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/01/03080000.xhp\" name=\"Normal View\">Normal</link>"
+msgctxt ""
+"03151000.xhp\n"
+"par_idN1056D\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/03151000.xhp\">Master Elements</link>"
msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 03080000.xhp#par_id3145251.2.help.text
-msgid "<ahelp hid=\"HID_SD_BTN_DRAW\">Switches to normal view where you can create and edit your slides.</ahelp>."
-msgstr ""
-
-#: 03080000.xhp#par_id1977294.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a submenu with commands for the current slide.</ahelp>"
-msgstr ""
-
-#: 03080000.xhp#par_id9628894.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">When enabled, the current slide shows the background picture of the slide master.</ahelp>"
-msgstr ""
-
-#: 03080000.xhp#par_id7587206.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">When enabled, the current slide shows the objects of the slide master.</ahelp>"
-msgstr ""
-
-#: 03080000.xhp#par_id3257545.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a file dialog to select a picture. The picture will be scaled and inserted on the background of the current slide master. Use Format - Slide/Page - Background to remove the picture.</ahelp>"
+#. a$M5
+#: 03151000.xhp
+msgctxt ""
+"03151000.xhp\n"
+"par_idN1057D\n"
+"help.text"
+msgid "<ahelp hid=\".\">Add header, footer, date, and slide number placeholders to the slide master.</ahelp>"
msgstr ""
-#: 04990100.xhp#tit.help.text
-msgid "Date (fixed) "
+#. !iem
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Delete Layer"
msgstr ""
-#: 04990100.xhp#bm_id3153726.help.text
-msgid "<bookmark_value>dates; fixed</bookmark_value><bookmark_value>fields; dates (fixed)</bookmark_value>"
+#. u1J-
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"bm_id3153541\n"
+"help.text"
+msgid "<bookmark_value>layers; deleting</bookmark_value> <bookmark_value>deleting; layers</bookmark_value>"
msgstr ""
-#: 04990100.xhp#hd_id3153726.1.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/04990100.xhp\" name=\"Date (fixed)\">Date (fixed)</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: 04990100.xhp#par_id3151073.2.help.text
-msgid "<ahelp hid=\".uno:InsertDateFieldFix\">Inserts the current date into your slide as a fixed field. The date is not automatically updated.</ahelp>"
+#. xDk8
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"hd_id3153541\n"
+"1\n"
+"help.text"
+msgid "Delete Layer"
msgstr ""
-#: 04990100.xhp#par_id3146969.3.help.text
-msgid "<variable id=\"bearbeiten\">To edit an inserted field in your slide, double-click the field, place the cursor in front of the first character in the field and choose <link href=\"text/simpress/01/02160000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>.</variable>"
+#. J?q]
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3148664\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"ebeneloeschen\"><ahelp hid=\".uno:DeleteLayer\">Deletes the active layer.</ahelp></variable>"
msgstr ""
-#: 01180001.xhp#tit.help.text
-msgid "Page "
-msgstr ""
+#. ``M#
+#: 03150000.xhp
+msgctxt ""
+"03150000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Master"
+msgstr "მთავატი"
-#: 01180001.xhp#bm_id3154011.help.text
-msgid "<bookmark_value>slides; formatting</bookmark_value><bookmark_value>formatting;slides</bookmark_value>"
+#. F^9q
+#: 03150000.xhp
+msgctxt ""
+"03150000.xhp\n"
+"bm_id3153142\n"
+"help.text"
+msgid "<bookmark_value>master views</bookmark_value>"
msgstr ""
-#: 01180001.xhp#hd_id3154011.1.help.text
+#. )Fmy
+#: 03150000.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/01/01180001.xhp\" name=\"Page\">Page</link>"
+msgctxt ""
+"03150000.xhp\n"
+"hd_id3153142\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/03150000.xhp\" name=\"Master\">Master</link>"
msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 01180001.xhp#par_id3153416.2.help.text
-msgid "Sets page orientation, page margins, background and other layout options."
-msgstr ""
-
-#: 01180001.xhp#hd_id3155445.17.help.text
-msgid "Paper format"
+#. XNH]
+#: 03150000.xhp
+msgctxt ""
+"03150000.xhp\n"
+"par_id3150011\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SD_BTN_MASTERPAGE\">Switches to one of several master views, where you can add elements that you want to appear on all of the slides in your show.</ahelp>"
msgstr ""
-#: 01180001.xhp#hd_id3154703.19.help.text
-msgctxt "01180001.xhp#hd_id3154703.19.help.text"
-msgid "Format"
+#. Gj=H
+#: 05120100.xhp
+msgctxt ""
+"05120100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Load Slide Design"
msgstr ""
-#: 01180001.xhp#par_id3150299.20.help.text
-msgid "Select a paper format supported by your printer. You can also create a custom page size by selecting <emph>User </emph>and entering the size dimensions in the <emph>Width</emph> and <emph>Height</emph> boxes."
+#. X84$
+#: 05120100.xhp
+msgctxt ""
+"05120100.xhp\n"
+"hd_id3153728\n"
+"1\n"
+"help.text"
+msgid "Load Slide Design"
msgstr ""
-#: 01180001.xhp#hd_id3154659.21.help.text
-msgctxt "01180001.xhp#hd_id3154659.21.help.text"
-msgid "Width"
+#. zjbC
+#: 05120100.xhp
+msgctxt ""
+"05120100.xhp\n"
+"par_id3150717\n"
+"2\n"
+"help.text"
+msgid "Load additional slide designs for your presentation."
msgstr ""
-#: 01180001.xhp#par_id3152992.22.help.text
-msgid "Shows the width of the paper format you selected in the <emph>Format </emph>box. If you selected the <emph>User </emph>format, enter a value for the width of the page."
+#. HLll
+#: 05120100.xhp
+msgctxt ""
+"05120100.xhp\n"
+"par_id3154016\n"
+"4\n"
+"help.text"
+msgid "Select a design category, and then a template you want to apply."
msgstr ""
-#: 01180001.xhp#hd_id3153816.23.help.text
-msgctxt "01180001.xhp#hd_id3153816.23.help.text"
-msgid "Height"
+#. Ya^G
+#: 05120100.xhp
+msgctxt ""
+"05120100.xhp\n"
+"hd_id3150327\n"
+"27\n"
+"help.text"
+msgid "Categories"
msgstr ""
-#: 01180001.xhp#par_id3149945.24.help.text
-msgid "Shows the height of the paper format you selected in the <emph>Format </emph>box. If you selected the <emph>User </emph>format, enter a value for the height of the page."
+#. (aOM
+#: 05120100.xhp
+msgctxt ""
+"05120100.xhp\n"
+"par_id3147338\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_LISTBOX_DLG_NEW_FILE_LB_REGION\">Displays the available slide design categories.</ahelp>"
msgstr ""
-#: 01180001.xhp#hd_id3159207.25.help.text
-#, fuzzy
-msgid "Portrait"
-msgstr ""
-"#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\n"
-"შვეული\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"პორტრეტი"
+#. g!_J
+#: 05120100.xhp
+msgctxt ""
+"05120100.xhp\n"
+"hd_id3155962\n"
+"5\n"
+"help.text"
+msgid "Templates"
+msgstr "შაბლონები"
-#: 01180001.xhp#par_id3153250.26.help.text
-msgid "Page orientation is vertical."
+#. BL1%
+#: 05120100.xhp
+msgctxt ""
+"05120100.xhp\n"
+"par_id3155337\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_LISTBOX_DLG_NEW_FILE_LB_TEMPLATE\">Displays the templates for the selected design category.</ahelp>"
msgstr ""
-#: 01180001.xhp#hd_id3154766.27.help.text
-#, fuzzy
-msgid "Landscape"
+#. z[G=
+#: 05120100.xhp
+msgctxt ""
+"05120100.xhp\n"
+"hd_id3145791\n"
+"7\n"
+"help.text"
+msgid "More>>"
msgstr ""
-"#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\n"
-"თარაზული\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ლანდშაფტი"
-#: 01180001.xhp#par_id3153812.28.help.text
-msgid "Page orientation is horizontal."
+#. Ty6q
+#: 05120100.xhp
+msgctxt ""
+"05120100.xhp\n"
+"par_id3150344\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_MOREBUTTON_DLG_NEW_FILE_BT_MORE\">Shows or hides a preview and the properties of a selected template.</ahelp>"
msgstr ""
-#: 01180001.xhp#hd_id3153075.29.help.text
-msgid "Paper tray"
+#. (K*K
+#: 05120100.xhp
+msgctxt ""
+"05120100.xhp\n"
+"hd_id3154659\n"
+"9\n"
+"help.text"
+msgid "Preview"
msgstr ""
-#: 01180001.xhp#par_id3145115.30.help.text
-msgid "Select the paper source for your printer."
+#. 2Zk`
+#: 05120100.xhp
+msgctxt ""
+"05120100.xhp\n"
+"par_id3166431\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_CHECKBOX_DLG_NEW_FILE_BTN_PREVIEW\">Turns on a preview of the template.</ahelp>"
msgstr ""
-#: 01180001.xhp#par_id3150652.39.help.text
-msgid "If your document uses more than one paper format, you can select a different tray for each format."
+#. ZmTO
+#: 05120100.xhp
+msgctxt ""
+"05120100.xhp\n"
+"hd_id3150369\n"
+"11\n"
+"help.text"
+msgid "Preview field"
msgstr ""
-#: 01180001.xhp#hd_id3150746.3.help.text
-msgid "Margins"
-msgstr "საზღვრები"
-
-#: 01180001.xhp#par_id3153037.4.help.text
-msgid "Specify the distance between the edge of a printed page and the printable area."
+#. E*vN
+#: 05120100.xhp
+msgctxt ""
+"05120100.xhp\n"
+"par_id3154485\n"
+"12\n"
+"help.text"
+msgid "Displays a preview of the template."
msgstr ""
-#: 01180001.xhp#hd_id3145591.5.help.text
-#, fuzzy
-msgid "Left"
+#. 7%4.
+#: 05120100.xhp
+msgctxt ""
+"05120100.xhp\n"
+"par_id3159206\n"
+"13\n"
+"help.text"
+msgid "Some templates may not contain visible text objects or drawing objects."
msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მარცხნივ\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მარცხნივ\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მარცხენა"
-#: 01180001.xhp#par_id3154561.6.help.text
-msgid "Enter the distance between the left edge of the page and the data. You can see the result in the preview."
+#. oV9t
+#: 05120100.xhp
+msgctxt ""
+"05120100.xhp\n"
+"hd_id3149053\n"
+"14\n"
+"help.text"
+msgid "Description"
msgstr ""
-#: 01180001.xhp#hd_id3153084.7.help.text
-#, fuzzy
-msgid "Right"
+#. V*AJ
+#: 05120100.xhp
+msgctxt ""
+"05120100.xhp\n"
+"par_id3150051\n"
+"15\n"
+"help.text"
+msgid "Lists the properties of the selected template."
msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მარჯვნივ\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მარჯვენა"
-#: 01180001.xhp#par_id3153001.8.help.text
-msgid "Enter the distance between the right edge of the page and the data. You can see the result in the preview."
+#. %_w|
+#: 05120100.xhp
+msgctxt ""
+"05120100.xhp\n"
+"par_id3145234\n"
+"29\n"
+"help.text"
+msgid "These properties are optional and the boxes may be blank.You cannot edit the properties in this area."
msgstr ""
-#: 01180001.xhp#hd_id3153565.9.help.text
-#, fuzzy
-msgid "Top"
-msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ზევით\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ზედა\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ზედა"
+#. )x,j
+#: 05120100.xhp
+msgctxt ""
+"05120100.xhp\n"
+"hd_id3153124\n"
+"16\n"
+"help.text"
+msgid "Title"
+msgstr "სათაური"
-#: 01180001.xhp#par_id3145167.10.help.text
-msgid "Enter the distance between the top edge of the page and the data. You can see the result in the preview."
+#. dPDL
+#: 05120100.xhp
+msgctxt ""
+"05120100.xhp\n"
+"par_id3150650\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_EDIT_DLG_NEW_FILE_ED_TITLE\">Displays the title of the template.</ahelp>"
msgstr ""
-#: 01180001.xhp#hd_id3150335.11.help.text
-msgid "Bottom"
-msgstr "ქვედა"
+#. Gcwy
+#: 05120100.xhp
+msgctxt ""
+"05120100.xhp\n"
+"hd_id3157900\n"
+"18\n"
+"help.text"
+msgid "Subject"
+msgstr "თემა"
-#: 01180001.xhp#par_id3153736.12.help.text
-msgid "Enter the distance between the bottom edge of the page and the data. You can see the result in the preview."
+#. 0EdG
+#: 05120100.xhp
+msgctxt ""
+"05120100.xhp\n"
+"par_id3146874\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_EDIT_DLG_NEW_FILE_ED_THEMA\">Displays the subject of the template. Some templates are grouped together by subject.</ahelp>"
msgstr ""
-#: 01180001.xhp#hd_id3150018.15.help.text
-msgctxt "01180001.xhp#hd_id3150018.15.help.text"
-msgid "Format"
-msgstr ""
+#. \N%e
+#: 05120100.xhp
+msgctxt ""
+"05120100.xhp\n"
+"hd_id3148728\n"
+"20\n"
+"help.text"
+msgid "Keywords"
+msgstr "საკვანძო სიტყვები"
-#: 01180001.xhp#par_id3149877.16.help.text
-msgid "Specify the format for page numbering."
+#. P3:b
+#: 05120100.xhp
+msgctxt ""
+"05120100.xhp\n"
+"par_id3153036\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_EDIT_DLG_NEW_FILE_ED_KEYWORDS\">Displays the keywords for searching.</ahelp>"
msgstr ""
-#: 01180001.xhp#hd_id3155439.36.help.text
-msgid "Fit object to paper format"
+#. g5/P
+#: 05120100.xhp
+msgctxt ""
+"05120100.xhp\n"
+"hd_id3148583\n"
+"22\n"
+"help.text"
+msgid "Description"
msgstr ""
-#: 01180001.xhp#par_id3153042.37.help.text
-msgid "Reduces the scale of objects and the size of the font on the page so that they print on the selected paper format."
+#. bJ}N
+#: 05120100.xhp
+msgctxt ""
+"05120100.xhp\n"
+"par_id3155260\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_MULTILINEEDIT_DLG_NEW_FILE_ED_DESC\">Brief summary of the selected template.</ahelp>"
msgstr ""
-#: 03050000.xhp#tit.help.text
-msgid "Option Bar"
+#. )zrf
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hyphenation"
msgstr ""
-#: 03050000.xhp#hd_id3153415.1.help.text
+#. w@\D
+#: 06030000.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/01/03050000.xhp\" name=\"Option Bar\">Option Bar</link>"
+msgctxt ""
+"06030000.xhp\n"
+"hd_id3154011\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/06030000.xhp\" name=\"Hyphenation\">Hyphenation</link>"
msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 05150000.xhp#tit.help.text
-msgid "Dimensioning"
+#. 1!kC
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"par_id3153728\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Hyphenation\" visibility=\"visible\">Turns hyphenation option for text objects on or off.</ahelp> You can turn hyphenation on or off for each paragraph."
msgstr ""
-#: 05150000.xhp#bm_id3150439.help.text
-msgid "<bookmark_value>dimension lines; properties of</bookmark_value>"
-msgstr ""
+#. 8*nF
+#: 03060000.xhp
+msgctxt ""
+"03060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Rulers"
+msgstr "სახაზავები"
-#: 05150000.xhp#hd_id3150439.1.help.text
+#. IDBk
+#: 03060000.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/01/05150000.xhp\" name=\"Dimensioning\">Dimensioning</link>"
+msgctxt ""
+"03060000.xhp\n"
+"hd_id3146974\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/03060000.xhp\" name=\"Rulers\">Ruler</link>"
msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 05150000.xhp#par_id3159154.2.help.text
-msgid "<variable id=\"bemaszungtext\"><ahelp hid=\".uno:MeasureAttributes\">Changes the length, measurement and guide properties of the selected <link href=\"text/simpress/02/10120000.xhp\" name=\"dimension line\">dimension line</link>.</ahelp></variable>"
+#. @06+
+#: 03060000.xhp
+msgctxt ""
+"03060000.xhp\n"
+"par_id3149378\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ShowRuler\">Displays or hides rulers at the top and at the left edge of the workspace.</ahelp>"
msgstr ""
-#: 05150000.xhp#par_id3156382.85.help.text
-msgid "If you want to modify the line style or the arrow style of a dimension line, choose <link href=\"text/shared/01/05200000.xhp\" name=\"Format - Line\"><emph>Format - Line</emph></link>."
+#. W!,r
+#: 03060000.xhp
+msgctxt ""
+"03060000.xhp\n"
+"par_id3146972\n"
+"3\n"
+"help.text"
+msgid "You can use <link href=\"text/simpress/main0209.xhp\" name=\"rulers\">rulers</link> to position objects in the workspace, to set paragraph indents or to drag <link href=\"text/simpress/01/04030000.xhp\" name=\"guides\">guides</link> onto the page."
msgstr ""
-#: 05150000.xhp#par_id3154658.93.help.text
-msgid "A Dimension Line is always inserted on the <link href=\"text/simpress/guide/layer_tipps.xhp\" name=\"layer\">layer</link> called <emph>Dimension Lines</emph>. If you set that layer to invisible, you will not see any Dimension Line in your drawing."
+#. a#/}
+#: 04030100.xhp
+msgctxt ""
+"04030100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit Snap Line / Point"
msgstr ""
-#: 05150000.xhp#hd_id3166426.3.help.text
-#, fuzzy
-msgid "Line"
+#. EA.E
+#: 04030100.xhp
+msgctxt ""
+"04030100.xhp\n"
+"bm_id3149020\n"
+"help.text"
+msgid "<bookmark_value>guides; editing</bookmark_value><bookmark_value>editing; guides and snap points</bookmark_value><bookmark_value>snap points; editing</bookmark_value>"
msgstr ""
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ხაზი\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ხაზი\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"სტრიქონი"
-#: 05150000.xhp#par_id3159344.4.help.text
-msgid "Sets the distance properties of the dimension line and the guides with respect to each other and to the baseline."
+#. ,k`#
+#: 04030100.xhp
+msgctxt ""
+"04030100.xhp\n"
+"hd_id3149020\n"
+"1\n"
+"help.text"
+msgid "Edit Snap Line / Point"
msgstr ""
-#: 05150000.xhp#hd_id3150368.5.help.text
-msgid "Line distance"
+#. !f6y
+#: 04030100.xhp
+msgctxt ""
+"04030100.xhp\n"
+"par_id3149259\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SetSnapItem\">Sets the position of the selected snap point or snap line relative to the top left corner of the page. </ahelp>"
msgstr ""
-#: 05150000.xhp#par_id3145388.6.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_MEASURE:MTR_LINE_DIST\">Specifies the distance between the dimension line and the baseline (line distance = 0).</ahelp>"
+#. !T)#
+#: 04030100.xhp
+msgctxt ""
+"04030100.xhp\n"
+"hd_id3159238\n"
+"3\n"
+"help.text"
+msgid "Delete Snap Line/Point"
msgstr ""
-#: 05150000.xhp#hd_id3148700.7.help.text
-msgid "Guide overhang"
+#. ]2bX
+#: 04030100.xhp
+msgctxt ""
+"04030100.xhp\n"
+"par_id3154656\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DeleteSnapItem\">Deletes the selected snap point or snap line.</ahelp>"
msgstr ""
-#: 05150000.xhp#par_id3151243.8.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_MEASURE:MTR_FLD_HELPLINE_OVERHANG\">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.</ahelp>"
+#. l5s]
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit Fields"
msgstr ""
-#: 05150000.xhp#hd_id3149945.9.help.text
-msgid "Guide distance"
+#. uW.|
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"bm_id3145251\n"
+"help.text"
+msgid "<bookmark_value>fields; editing</bookmark_value><bookmark_value>editing; fields</bookmark_value><bookmark_value>fields; formatting</bookmark_value><bookmark_value>formatting; fields</bookmark_value>"
msgstr ""
-#: 05150000.xhp#par_id3159203.10.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_MEASURE:MTR_FLD_HELPLINE_DIST\">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.</ahelp>"
+#. Q=HE
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"hd_id3145251\n"
+"1\n"
+"help.text"
+msgid "Edit Fields"
msgstr ""
-#: 05150000.xhp#hd_id3150212.11.help.text
-msgid "Left guide"
+#. S$oQ
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3154754\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"feldbefehltext\"><ahelp hid=\"SD:MODALDIALOG:DLG_FIELD_MODIFY\">Edits the properties of an inserted field.</ahelp></variable> To edit an inserted field, double-click it. <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Then choose <emph>Edit - Fields</emph>.</caseinline></switchinline><switchinline select=\"appl\"><caseinline select=\"DRAW\">Then choose <emph>Edit - Fields</emph>.</caseinline></switchinline>"
msgstr ""
-#: 05150000.xhp#par_id3154762.12.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_MEASURE:MTR_FLD_HELPLINE1_LEN\">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.</ahelp>"
-msgstr ""
+#. 0b.W
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"hd_id3166425\n"
+"3\n"
+"help.text"
+msgid "Field type"
+msgstr "ველის ტიპი"
-#: 05150000.xhp#hd_id3153809.13.help.text
-msgid "Right guide"
+#. ?69^
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3159236\n"
+"4\n"
+"help.text"
+msgid "Sets the type of a field."
msgstr ""
-#: 05150000.xhp#par_id3149876.14.help.text
-msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_MEASURE:MTR_FLD_HELPLINE2_LEN\">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.</ahelp>"
+#. Z)::
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"hd_id3150208\n"
+"5\n"
+"help.text"
+msgid "Fixed"
msgstr ""
-#: 05150000.xhp#hd_id3150436.15.help.text
-msgid "Dimension line below the object"
+#. +4U\
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3156447\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SD_RADIOBUTTON_DLG_FIELD_MODIFY_RBT_FIX\">Displays the content of the field when the field was inserted.</ahelp>"
msgstr ""
-#: 05150000.xhp#par_id3151388.16.help.text
-msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_MEASURE:TSB_BELOW_REF_EDGE\">Reverses the properties set in the <emph>Line</emph> area.</ahelp>"
+#. HH;W
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"hd_id3153819\n"
+"7\n"
+"help.text"
+msgid "Variable"
msgstr ""
-#: 05150000.xhp#hd_id3145236.91.help.text
-msgid "Decimal places"
-msgstr "ათწილადთა ადგილი"
-
-#: 05150000.xhp#par_id3157876.92.help.text
-msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_MEASURE_MTR_FLD_DECIMALPLACES\">Specifies the number of decimal places used for the display of line properties.</ahelp>"
+#. )8#U
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3153912\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SD_RADIOBUTTON_DLG_FIELD_MODIFY_RBT_VAR\">Displays the current value of the field.</ahelp>"
msgstr ""
-#: 05150000.xhp#hd_id3150653.19.help.text
-msgid "Legend"
+#. `%;7
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"hd_id3148608\n"
+"11\n"
+"help.text"
+msgid "Language"
msgstr ""
-#: 05150000.xhp#par_id3146874.20.help.text
-msgid "Sets the properties of the dimension text."
+#. 1rUO
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3150210\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SD_LISTBOX_DLG_FIELD_MODIFY_LB_LANGUAGE\">Select the language for the field.</ahelp>"
msgstr ""
-#: 05150000.xhp#hd_id3149892.21.help.text
-msgid "Text position"
+#. K/+?
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"hd_id3154765\n"
+"9\n"
+"help.text"
+msgid "Format"
msgstr ""
-#: 05150000.xhp#par_id3148730.22.help.text
-msgid "<ahelp hid=\"HID_MEASURE_CTL_POSITION\">Determines the position of the dimension text with respect to the dimension line and the guides.</ahelp>"
+#. U],E
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3145112\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SD_LISTBOX_DLG_FIELD_MODIFY_LB_FORMAT\">Select a display format for the field.</ahelp>"
msgstr ""
-#: 05150000.xhp#par_id3148569.88.help.text
-msgid "The <emph>AutoVertical </emph>and <emph>AutoHorizontal </emph>checkboxes must be cleared before you can assign the <emph>Text position</emph>."
+#. tBc!
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Slide Sorter"
msgstr ""
-#: 05150000.xhp#hd_id3145167.23.help.text
-msgid "AutoVertical"
-msgstr ""
+#. T[97
+#: 03100000.xhp
+#, fuzzy
+msgctxt ""
+"03100000.xhp\n"
+"hd_id3146974\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/03100000.xhp\" name=\"Slide Sorter\">Slide Sorter</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 05150000.xhp#par_id3150019.24.help.text
-msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_MEASURE_TSB_AUTOPOSV\">Determines the optimal vertical position for the dimension text.</ahelp>"
+#. 1:]3
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"par_id3154492\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SD_BTN_SLIDE\">Displays miniature versions of the slides.</ahelp>"
msgstr ""
-#: 05150000.xhp#hd_id3155928.86.help.text
-msgid "AutoHorizontal"
+#. FN+*
+#: 03050000.xhp
+msgctxt ""
+"03050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Option Bar"
msgstr ""
-#: 05150000.xhp#par_id3149882.87.help.text
-msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_MEASURE_TSB_AUTOPOSH\">Determines the optimal horizontal position for the dimension text.</ahelp>"
-msgstr ""
+#. APsh
+#: 03050000.xhp
+#, fuzzy
+msgctxt ""
+"03050000.xhp\n"
+"hd_id3153415\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/03050000.xhp\" name=\"Option Bar\">Option Bar</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 05150000.xhp#hd_id3145247.17.help.text
-msgid "Show meas. units"
+#. 9.m1
+#: 04990100.xhp
+msgctxt ""
+"04990100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Date (fixed)"
+msgstr ""
+
+#. yRB3
+#: 04990100.xhp
+msgctxt ""
+"04990100.xhp\n"
+"bm_id3153726\n"
+"help.text"
+msgid "<bookmark_value>dates; fixed</bookmark_value><bookmark_value>fields; dates (fixed)</bookmark_value>"
msgstr ""
-#: 05150000.xhp#par_id3148386.18.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_MEASURE:LB_UNIT\">Shows or hides the dimension measurement units. You can also select a measurement unit you want to display from the list.</ahelp>"
+#. 5?d1
+#: 04990100.xhp
+#, fuzzy
+msgctxt ""
+"04990100.xhp\n"
+"hd_id3153726\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/04990100.xhp\" name=\"Date (fixed)\">Date (fixed)</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
+
+#. l=26
+#: 04990100.xhp
+msgctxt ""
+"04990100.xhp\n"
+"par_id3151073\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertDateFieldFix\">Inserts the current date into your slide as a fixed field. The date is not automatically updated.</ahelp>"
msgstr ""
-#: 05150000.xhp#hd_id3150930.83.help.text
-msgid "Parallel to line"
+#. Zdk!
+#: 04990100.xhp
+msgctxt ""
+"04990100.xhp\n"
+"par_id3146969\n"
+"3\n"
+"help.text"
+msgid "<variable id=\"bearbeiten\">To edit an inserted field in your slide, double-click the field, place the cursor in front of the first character in the field and choose <link href=\"text/simpress/01/02160000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>.</variable>"
msgstr ""
-#: 05150000.xhp#par_id3156060.84.help.text
-msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_MEASURE:TSB_PARALLEL\">Displays the text parallel to or at 90 degrees to the dimension line.</ahelp>"
+#. z;lT
+#: 03150300.xhp
+msgctxt ""
+"03150300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Notes Master"
msgstr ""
-#: 13050300.xhp#tit.help.text
-msgid "Convert to 3D "
+#. c;\,
+#: 03150300.xhp
+msgctxt ""
+"03150300.xhp\n"
+"bm_id3153144\n"
+"help.text"
+msgid "<bookmark_value>notes;default formatting</bookmark_value><bookmark_value>backgrounds;notes</bookmark_value><bookmark_value>speaker notes;defaults</bookmark_value>"
msgstr ""
-#: 13050300.xhp#hd_id3154017.1.help.text
+#. gUJ#
+#: 03150300.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/01/13050300.xhp\" name=\"Convert to 3D\">Convert to 3D</link>"
+msgctxt ""
+"03150300.xhp\n"
+"hd_id3153144\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/03150300.xhp\" name=\"Notes Master\">Notes Master</link>"
msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 13050300.xhp#par_id3155066.2.help.text
-msgid "<ahelp hid=\".uno:ConvertInto3D\">Converts the selected object to a three-dimensional (3D) object.</ahelp>"
-msgstr ""
-
-#: 13050300.xhp#par_id3147339.8.help.text
-msgid "<variable id=\"anmerkung\">The selected object is first converted to a contour, and then to a 3D object.</variable>"
-msgstr ""
-
-#: 13050300.xhp#par_id3149127.3.help.text
-msgid "If you select two or more objects and convert them to 3D, the result is a 3D group that acts as a single object. You can edit the individual objects in the group by choosing <switchinline select=\"appl\"><caseinline select=\"DRAW\"><emph>Modify</emph> - <emph>Enter Group</emph></caseinline><defaultinline><emph>Format - Group - Edit Group</emph></defaultinline></switchinline>. Choose <switchinline select=\"appl\"><caseinline select=\"DRAW\"><emph>Modify – Exit Group</emph></caseinline><defaultinline><emph>Format – Group – Exit Group</emph></defaultinline></switchinline> when you are finished."
-msgstr ""
-
-#: 13050300.xhp#par_id3151242.5.help.text
-msgid "Converting a group of objects to 3D does not change the stacking order of the individual objects."
+#. t=f{
+#: 03150300.xhp
+msgctxt ""
+"03150300.xhp\n"
+"par_id3154491\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:NotesMasterPage\">Displays the notes master, where you can set the default formatting for notes.</ahelp>"
msgstr ""
-#: 13050300.xhp#par_id3146965.9.help.text
-msgid "Press F3 to quickly enter a group and Ctrl+F3 to leave the group."
+#. U6=f
+#: 13050100.xhp
+msgctxt ""
+"13050100.xhp\n"
+"tit\n"
+"help.text"
+msgid "To Curve"
msgstr ""
-#: 13050300.xhp#par_id3145114.4.help.text
-msgid "You can also convert bitmap images and vector graphics, including clipart, to 3D objects. $[officename] treats bitmaps as rectangles and vector graphics as a group of polygons when converting to 3D."
-msgstr ""
+#. a#ty
+#: 13050100.xhp
+#, fuzzy
+msgctxt ""
+"13050100.xhp\n"
+"hd_id3125864\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/13050100.xhp\" name=\"To Curve\">To Curve</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 13050300.xhp#par_id3149876.6.help.text
-msgid "Even drawing objects that contain text can be converted."
+#. 7l(;
+#: 13050100.xhp
+msgctxt ""
+"13050100.xhp\n"
+"par_id3147436\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ChangeBezier\">Converts the selected object to a Bézier curve.</ahelp>"
msgstr ""
-#: 13050300.xhp#par_id3153960.7.help.text
-msgid "If you want, you can also apply a <link href=\"text/shared/01/05350000.xhp\" name=\"3D Effect\">3D Effect</link> to the converted object."
-msgstr ""
+#. %Eej
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Outline"
+msgstr "მონახაზი"
-#: 05110500m.xhp#tit.help.text
-msgctxt "05110500m.xhp#tit.help.text"
-msgid "Delete"
+#. @XJq
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"bm_id3149664\n"
+"help.text"
+msgid "<bookmark_value>outline view</bookmark_value><bookmark_value>editing;slide titles</bookmark_value>"
msgstr ""
-#: 05110500m.xhp#hd_id3149502.1.help.text
+#. eRJH
+#: 03090000.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/01/05110500m.xhp\" name=\"Delete\">Delete</link>"
+msgctxt ""
+"03090000.xhp\n"
+"hd_id3149664\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/03090000.xhp\" name=\"Outline\">Outline</link>"
msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 05110500m.xhp#par_id3149050.2.help.text
-msgid "<variable id=\"loeschentext\"><ahelp hid=\".uno:DeleteRows\">Deletes the selected row(s) from the table.</ahelp></variable>"
-msgstr "<variable id=\"loeschentext\"><ahelp hid=\".uno:DeleteRows\">შლის მონიშნულ რიგ(ებ)ს ცხრილიდან.</ahelp></variable>"
-
-#: 05110500m.xhp#par_id3149591.100.help.text
-msgctxt "05110500m.xhp#par_id3149591.100.help.text"
-msgid "On <emph>Table</emph> Bar, click"
+#. h@L[
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"par_id3152597\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SD_BTN_OUTLINE\">Switches to outline view where you can reorder slides and edit slide titles and headings.</ahelp>"
msgstr ""
-#: 05110500m.xhp#par_id3147555.help.text
-msgid "<image id=\"img_id3150361\" src=\"cmd/sc_deleterows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3150361\">Icon</alt></image>"
+#. 9CdW
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"par_id3150715\n"
+"3\n"
+"help.text"
+msgid "The <emph>Text Formatting</emph> bar contains the following icons for slide titles:<link href=\"text/shared/02/06060000.xhp\" name=\"Promote\">Promote</link>, <link href=\"text/shared/02/06050000.xhp\" name=\"Demote\">Demote</link>, <link href=\"text/shared/02/06100000.xhp\" name=\"Move Up\">Move Up</link> and <link href=\"text/shared/02/06110000.xhp\" name=\"Move Down\">Move Down</link>. If you want to reorder slide titles with the keyboard, ensure that the cursor is at the beginning of a title and press <item type=\"keycode\">Tab</item> to move the title one level lower in the hierarchy. To move the title up one level, press <item type=\"keycode\">Shift+Tab</item>."
msgstr ""
-#: 05110500m.xhp#par_id3156248.101.help.text
-msgid "Delete Row"
+#. XrF:
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"par_id3156382\n"
+"4\n"
+"help.text"
+msgid "The upper outline level corresponds to slide titles, and the lower levels correspond to the headings on a slides."
msgstr ""
-#: 04010000.xhp#tit.help.text
-msgid "Insert Slide / Page"
+#. #b$P
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Normal View"
msgstr ""
-#: 04010000.xhp#bm_id3159155.help.text
-msgid "<bookmark_value>inserting; slides</bookmark_value><bookmark_value>slides; inserting</bookmark_value>"
+#. Oicr
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"bm_id3148576\n"
+"help.text"
+msgid "<bookmark_value>normal view;presentations</bookmark_value>"
msgstr ""
-#: 04010000.xhp#hd_id3159155.1.help.text
-msgid "<link href=\"text/simpress/01/04010000.xhp\" name=\"Insert Slide / Page\">Insert Slide / Page</link>"
-msgstr ""
+#. ]J].
+#: 03080000.xhp
+#, fuzzy
+msgctxt ""
+"03080000.xhp\n"
+"hd_id3148576\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/03080000.xhp\" name=\"Normal View\">Normal</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 04010000.xhp#par_id3146119.2.help.text
-msgid "<variable id=\"seitetext\"><ahelp hid=\".uno:InsertPage\"><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Inserts a slide after the currently selected slide.</caseinline><defaultinline>Inserts a page after the currently selected page.</defaultinline></switchinline></ahelp></variable>"
+#. 5\y8
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"par_id3145251\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SD_BTN_DRAW\">Switches to normal view where you can create and edit your slides.</ahelp>"
+msgstr ""
+
+#. ~V9L
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"par_id1977294\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a submenu with commands for the current slide.</ahelp>"
msgstr ""
-#: 04010000.xhp#par_id3149207.12.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\"><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Applies the slide master background to the new slide. </caseinline><defaultinline>Applies the master page background to the new page.</defaultinline></switchinline></ahelp>"
+#. JohH
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"par_id9628894\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">When enabled, the current slide shows the background picture of the slide master.</ahelp>"
msgstr ""
-#: 04010000.xhp#par_id3145584.14.help.text
-msgid "<ahelp hid=\".\" visibility=\"hidden\"><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Includes objects on the slide master in the new slide. </caseinline><defaultinline>Includes objects on the master page in the new page.</defaultinline></switchinline></ahelp>"
+#. qc5R
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"par_id7587206\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">When enabled, the current slide shows the objects of the slide master.</ahelp>"
msgstr ""
-#: 13180000.xhp#tit.help.text
-msgid "Shapes"
+#. %KbL
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"par_id3257545\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a file dialog to select a picture. The picture will be scaled and inserted on the background of the current slide master. Use Format - Slide/Page - Background to remove the picture.</ahelp>"
msgstr ""
-#: 13180000.xhp#hd_id3154319.1.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/13180000.xhp\" name=\"Shapes\">Shapes</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: 13180000.xhp#par_id3147435.2.help.text
-msgid "Creates a shape from two or more selected objects."
+#. !Tu5
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert Layer"
msgstr ""
-#: 13180000.xhp#par_id3156286.3.help.text
-msgid "Shapes take on the properties of the lowermost object in the stacking order."
+#. ihY1
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3151074\n"
+"1\n"
+"help.text"
+msgid "Insert Layer"
msgstr ""
-#: 05140000.xhp#tit.help.text
-msgctxt "05140000.xhp#tit.help.text"
-msgid "Modify Layer"
+#. %nQt
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3153415\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"ebenetext\"><ahelp hid=\".uno:InsertLayer\">Inserts a new layer in the document. Layers are only available in Draw, not in Impress. </ahelp></variable>"
msgstr ""
-#: 05140000.xhp#bm_id3156329.help.text
-msgid "<bookmark_value>renaming layers</bookmark_value><bookmark_value>layers; renaming</bookmark_value>"
+#. \tRB
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3150205\n"
+"13\n"
+"help.text"
+msgid "To select a layer, click the corresponding tab at the bottom of the workspace."
msgstr ""
-#: 05140000.xhp#hd_id3156329.1.help.text
-msgctxt "05140000.xhp#hd_id3156329.1.help.text"
-msgid "Modify Layer"
+#. -%UE
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3145588\n"
+"3\n"
+"help.text"
+msgid "Name"
msgstr ""
-#: 05140000.xhp#par_id3147265.2.help.text
-msgid "<variable id=\"ebene\"><ahelp hid=\".uno:ModifyLayer\">Changes the properties of the selected layer.</ahelp></variable>"
+#. MO1U
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3149404\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SD:EDIT:DLG_INSERT_LAYER:EDT_NAME\">Enter a name for the new layer.</ahelp>"
msgstr ""
-#: 05140000.xhp#hd_id3155603.3.help.text
-msgctxt "05140000.xhp#hd_id3155603.3.help.text"
-msgid "Name"
+#. XL-J
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3153820\n"
+"5\n"
+"help.text"
+msgid "Properties"
msgstr ""
-#: 05140000.xhp#par_id3155738.4.help.text
-msgid "Enter a name for the selected layer."
+#. %7TR
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3151240\n"
+"6\n"
+"help.text"
+msgid "Set the properties for the new layer."
msgstr ""
-#: 05140000.xhp#par_id3149126.18.help.text
-msgid "You can only change the name of a layer you created."
+#. UVJi
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3149945\n"
+"7\n"
+"help.text"
+msgid "Visible"
msgstr ""
-#: 05140000.xhp#hd_id3147345.5.help.text
-msgctxt "05140000.xhp#hd_id3147345.5.help.text"
-msgid "Properties"
+#. Df_7
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3157980\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:DLG_INSERT_LAYER:CBX_VISIBLE\">Show or hide the layer.</ahelp>"
msgstr ""
-#: 05140000.xhp#par_id3148488.6.help.text
-msgid "Sets the properties of the selected layer."
+#. fo=)
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3153246\n"
+"9\n"
+"help.text"
+msgid "Printable"
msgstr ""
-#: 05140000.xhp#hd_id3166423.7.help.text
-msgctxt "05140000.xhp#hd_id3166423.7.help.text"
-msgid "Visible"
+#. }#?%
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3154762\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:DLG_INSERT_LAYER:CBX_PRINTABLE\">When printing, print or ignore this particular layer.</ahelp>"
msgstr ""
-#: 05140000.xhp#par_id3159239.8.help.text
-msgid "Shows or hides the contents of the selected layer."
+#. 1wz;
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3146965\n"
+"11\n"
+"help.text"
+msgid "Locked"
msgstr ""
-#: 05140000.xhp#hd_id3150208.9.help.text
-msgctxt "05140000.xhp#hd_id3150208.9.help.text"
-msgid "Printable"
+#. Zhlr
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3149876\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:DLG_INSERT_LAYER:CBX_LOCKED\">Prevent elements on the layer from being edited.</ahelp>"
msgstr ""
-#: 05140000.xhp#par_id3152993.10.help.text
-msgid "Prints the contents of the selected layer."
+#. qp\L
+#: 03151100.xhp
+msgctxt ""
+"03151100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Master Layout"
msgstr ""
-#: 05140000.xhp#hd_id3145585.11.help.text
+#. jSB!
+#: 03151100.xhp
#, fuzzy
-msgid "Protected"
+msgctxt ""
+"03151100.xhp\n"
+"par_idN10537\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/03151100.xhp\">Master Layout</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
+
+#. }@p[
+#: 03151100.xhp
+msgctxt ""
+"03151100.xhp\n"
+"par_idN1053B\n"
+"help.text"
+msgid "<ahelp hid=\"SID_MASTER_LAYOUTS_SLIDE\">Adds or removes header, footer, date, and slide number placeholders to the layout of the slide master.</ahelp>"
msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"დაცული\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"დაცულია"
-#: 05140000.xhp#par_id3159488.12.help.text
-msgid "Locks the contents of the selected layer, so that they cannot be edited."
+#. 0IE,
+#: 03151100.xhp
+msgctxt ""
+"03151100.xhp\n"
+"par_idN1054A\n"
+"help.text"
+msgid "Placeholders"
msgstr ""
-#: 05140000.xhp#hd_id3156448.14.help.text
-msgid "Rename Layer"
+#. rOLV
+#: 03151100.xhp
+msgctxt ""
+"03151100.xhp\n"
+"par_idN10556\n"
+"help.text"
+msgid "Header"
msgstr ""
-#: 05140000.xhp#par_id3163801.15.help.text
-msgid "<ahelp hid=\".uno:RenameLayer\">Renames the active layer.</ahelp> You can only change the name of a layer you created."
+#. Iu0W
+#: 03151100.xhp
+msgctxt ""
+"03151100.xhp\n"
+"par_idN1055A\n"
+"help.text"
+msgid "<ahelp hid=\"sd:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_HEADER\">Adds a header placeholder to the slide master for notes.</ahelp>"
msgstr ""
-#: 05250500.xhp#tit.help.text
-msgid "In Front of Object"
-msgstr "ობიექტის ფასადზე"
+#. nV68
+#: 03151100.xhp
+msgctxt ""
+"03151100.xhp\n"
+"par_idN10571\n"
+"help.text"
+msgid "Date/time"
+msgstr ""
-#: 05250500.xhp#bm_id3152576.help.text
-msgid "<bookmark_value>objects; in front of object command</bookmark_value><bookmark_value>in front of object command</bookmark_value>"
+#. (5S6
+#: 03151100.xhp
+msgctxt ""
+"03151100.xhp\n"
+"par_idN10575\n"
+"help.text"
+msgid "<ahelp hid=\"sd:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_DATE\">Adds a date/time placeholder to the slide master.</ahelp>"
msgstr ""
-#: 05250500.xhp#hd_id3152576.1.help.text
-msgid "<link href=\"text/simpress/01/05250500.xhp\" name=\"In Front of Object\">In Front of Object</link>"
+#. =4HS
+#: 03151100.xhp
+msgctxt ""
+"03151100.xhp\n"
+"par_idN1058C\n"
+"help.text"
+msgid "Footer"
msgstr ""
-#: 05250500.xhp#par_id3152596.2.help.text
-msgid "<ahelp hid=\".uno:BeforeObject\">Changes the stacking order by moving the selected object in front of an object that you specify. The screen location of the selected object does not change.</ahelp>"
+#. _ZvV
+#: 03151100.xhp
+msgctxt ""
+"03151100.xhp\n"
+"par_idN10590\n"
+"help.text"
+msgid "<ahelp hid=\"sd:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_FOOTER\">Adds a footer placeholder to the slide master.</ahelp>"
msgstr ""
-#: 05250500.xhp#par_id3153418.4.help.text
-msgid "Select the object(s) that you want to move to the foreground. Right-click and choose <emph>Arrange – In Front of Object</emph>, and then click an object in your slide."
+#. FstD
+#: 03151100.xhp
+msgctxt ""
+"03151100.xhp\n"
+"par_idN105A7\n"
+"help.text"
+msgid "Slide number"
msgstr ""
-#: 04990700.xhp#tit.help.text
-#, fuzzy
-msgid "File name"
+#. Dw(\
+#: 03151100.xhp
+msgctxt ""
+"03151100.xhp\n"
+"par_idN105AB\n"
+"help.text"
+msgid "<ahelp hid=\"sd:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_PAGE_NUMBER\">Adds a slide number placeholder to the slide master.</ahelp>"
msgstr ""
-"#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ფაილის სახელი\n"
-"#-#-#-#-# database.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ველის სახელი"
-#: 04990700.xhp#bm_id3148575.help.text
-msgid "<bookmark_value>fields; file names</bookmark_value>"
+#. fk\Z
+#: 13160000.xhp
+msgctxt ""
+"13160000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Connect"
msgstr ""
-#: 04990700.xhp#hd_id3148575.1.help.text
+#. g`W7
+#: 13160000.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/01/04990700.xhp\" name=\"File name\">File name</link>"
+msgctxt ""
+"13160000.xhp\n"
+"hd_id3153768\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/13160000.xhp\" name=\"Connect\">Connect</link>"
msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 04990700.xhp#par_id3153142.2.help.text
-msgid "<ahelp hid=\".uno:InsertFileField\">Inserts the name of the active file. The name only appears after you save the file.</ahelp>"
+#. %L{+
+#: 13160000.xhp
+msgctxt ""
+"13160000.xhp\n"
+"par_id3152598\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Connect\" visibility=\"visible\">Creates a line or Bézier curve by connecting two or more lines, Bézier curves, or other objects with a line.</ahelp> Closed objects containing a fill are converted to lines and lose their fill."
msgstr ""
-#: 06060000.xhp#tit.help.text
+#. Vsy|
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"tit\n"
+"help.text"
msgid "Custom Animation Pane"
msgstr ""
-#: 06060000.xhp#bm_id3148837.help.text
+#. Qt`O
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"bm_id3148837\n"
+"help.text"
msgid "<bookmark_value>sounds; for effects</bookmark_value><bookmark_value>effects; sounds</bookmark_value><bookmark_value>sounds; formats</bookmark_value><bookmark_value>presentations; ordering of effects</bookmark_value><bookmark_value>lists;animations</bookmark_value><bookmark_value>animations;list of</bookmark_value>"
msgstr ""
-#: 06060000.xhp#hd_id3148837.1.help.text
+#. *qnA
+#: 06060000.xhp
#, fuzzy
+msgctxt ""
+"06060000.xhp\n"
+"hd_id3148837\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/simpress/01/06060000.xhp\" name=\"Effects\">Custom Animation Pane</link>"
msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 06060000.xhp#par_id3144773.2.help.text
+#. ?8|.
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_id3144773\n"
+"2\n"
+"help.text"
msgid "<variable id=\"effekttext\"><ahelp hid=\".uno:EffectWindow\">Assigns effects to selected objects.</ahelp></variable>"
msgstr ""
-#: 06060000.xhp#par_idN1078E.help.text
+#. VENV
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN1078E\n"
+"help.text"
msgid "Animation List"
msgstr ""
-#: 06060000.xhp#par_idN10792.help.text
+#. hYtN
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN10792\n"
+"help.text"
msgid "<ahelp hid=\".\">The animation list displays all animations for the current slide. </ahelp>"
msgstr ""
-#: 06060000.xhp#par_idN10798.help.text
+#. }G9T
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN10798\n"
+"help.text"
msgid "Each slide has one main animation that runs when the slide is shown."
msgstr ""
-#: 06060000.xhp#par_idN1079C.help.text
+#. *[as
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN1079C\n"
+"help.text"
msgid "More animations may be present, which run when a shape is shown. If any of these animated shapes are present, they are listed in the lower half of the animation list. Tabs display the name of each shape that runs an animation."
msgstr ""
-#: 06060000.xhp#par_idN1079F.help.text
+#. hD_3
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN1079F\n"
+"help.text"
msgid "Each list entry can consist of the following columns, from left to right:"
msgstr ""
-#: 06060000.xhp#par_idN107A5.help.text
+#. i(JD
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN107A5\n"
+"help.text"
msgid "An optional + character signals that the text paragraphs are animated."
msgstr ""
-#: 06060000.xhp#par_idN107A9.help.text
+#. Vb^D
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN107A9\n"
+"help.text"
msgid "The second column shows the execution number of the animation."
msgstr ""
-#: 06060000.xhp#par_idN107AD.help.text
+#. 0bw6
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN107AD\n"
+"help.text"
msgid "Column three shows a mouse icon if the animation is started by a mouse click, and a clock if the animation starts after the previous animation ends."
msgstr ""
-#: 06060000.xhp#par_idN107B1.help.text
+#. q($D
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN107B1\n"
+"help.text"
msgid "In column four, an icon shows the animation effect."
msgstr ""
-#: 06060000.xhp#par_idN107B5.help.text
+#. _ft$
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN107B5\n"
+"help.text"
msgid "The fifth column shows the name of the shape for this animation effect and optionally the first characters of animated text."
msgstr ""
-#: 06060000.xhp#par_idN107B8.help.text
+#. 6z\?
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN107B8\n"
+"help.text"
msgid "Add"
msgstr "დამატება"
-#: 06060000.xhp#par_idN107BC.help.text
+#. WfV4
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN107BC\n"
+"help.text"
msgid "<ahelp hid=\".\">Opens the <link href=\"text/simpress/01/animationeffect.xhp\">Custom Animation</link> dialog to add another animation effect for the selected object on the slide.</ahelp>"
msgstr ""
-#: 06060000.xhp#par_idN107CD.help.text
+#. (Sde
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN107CD\n"
+"help.text"
msgid "Change"
msgstr ""
-#: 06060000.xhp#par_idN107D1.help.text
+#. w^63
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN107D1\n"
+"help.text"
msgid "<ahelp hid=\".\">Opens the <link href=\"text/simpress/01/animationeffect.xhp\">Custom Animation</link> dialog to change the animation effect for the selected entry on the animation list.</ahelp>"
msgstr ""
-#: 06060000.xhp#par_idN107E2.help.text
+#. ~/ON
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN107E2\n"
+"help.text"
msgid "Remove"
msgstr "ამოღება"
-#: 06060000.xhp#par_idN107E6.help.text
+#. IV#3
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN107E6\n"
+"help.text"
msgid "<ahelp hid=\".\">Removes the selected animation effects from the animation list.</ahelp>"
msgstr ""
-#: 06060000.xhp#par_idN107E9.help.text
-msgctxt "06060000.xhp#par_idN107E9.help.text"
+#. Xd1I
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN107E9\n"
+"help.text"
msgid "Start"
msgstr ""
-#: 06060000.xhp#par_idN107ED.help.text
+#. `cH{
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN107ED\n"
+"help.text"
msgid "<ahelp hid=\".\">Displays the start property of the selected animation effect.</ahelp> The following start properties are available:"
msgstr ""
-#: 06060000.xhp#par_idN107F3.help.text
-msgctxt "06060000.xhp#par_idN107F3.help.text"
+#. zx5f
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN107F3\n"
+"help.text"
msgid "<emph>On click</emph> - the animation stops at this effect until the next mouse click."
msgstr ""
-#: 06060000.xhp#par_idN107FA.help.text
-msgctxt "06060000.xhp#par_idN107FA.help.text"
+#. 6j@q
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN107FA\n"
+"help.text"
msgid "<emph>With previous</emph> - the animation runs immediately."
msgstr ""
-#: 06060000.xhp#par_idN10801.help.text
-msgctxt "06060000.xhp#par_idN10801.help.text"
+#. $0x5
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN10801\n"
+"help.text"
msgid "<emph>After previous</emph> - the animation runs as soon as the previous animation ends."
msgstr ""
-#: 06060000.xhp#par_idN10807.help.text
+#. :@Ij
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN10807\n"
+"help.text"
msgid "Property"
msgstr "მდგომარეობა"
-#: 06060000.xhp#par_idN1080B.help.text
+#. eUgn
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN1080B\n"
+"help.text"
msgid "<ahelp hid=\".\">Selects the additional properties of the animation. Click the <emph>...</emph> button to open the <link href=\"text/simpress/01/effectoptions.xhp\">Effect Options</link> dialog, where you can select and apply properties.</ahelp>"
msgstr ""
-#: 06060000.xhp#par_idN10820.help.text
-msgctxt "06060000.xhp#par_idN10820.help.text"
+#. IZ4P
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN10820\n"
+"help.text"
msgid "Speed"
msgstr ""
-#: 06060000.xhp#par_idN10824.help.text
+#. 7s(G
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN10824\n"
+"help.text"
msgid "<ahelp hid=\".\">Specifies the speed or duration of the selected animation effect.</ahelp>"
msgstr ""
-#: 06060000.xhp#par_idN10827.help.text
+#. H$w8
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN10827\n"
+"help.text"
msgid "Change order"
msgstr ""
-#: 06060000.xhp#par_idN1082B.help.text
+#. rGDY
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN1082B\n"
+"help.text"
msgid "<ahelp hid=\".\">Click one of the buttons to move the selected animation effect up or down in the list.</ahelp>"
msgstr ""
-#: 06060000.xhp#par_idN1082E.help.text
-msgctxt "06060000.xhp#par_idN1082E.help.text"
+#. n?I!
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN1082E\n"
+"help.text"
msgid "Play"
msgstr ""
-#: 06060000.xhp#par_idN10832.help.text
+#. (?\Y
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN10832\n"
+"help.text"
msgid "<ahelp hid=\".\">Plays the selected animation effect in the preview.</ahelp>"
msgstr ""
-#: 06060000.xhp#par_idN10835.help.text
-msgctxt "06060000.xhp#par_idN10835.help.text"
+#. ek}4
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN10835\n"
+"help.text"
msgid "Slide Show"
msgstr ""
-#: 06060000.xhp#par_idN10839.help.text
-msgctxt "06060000.xhp#par_idN10839.help.text"
+#. tKuC
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN10839\n"
+"help.text"
msgid "<ahelp hid=\".\">Starts the slide show from the current slide.</ahelp>"
msgstr ""
-#: 06060000.xhp#par_idN1083C.help.text
-msgctxt "06060000.xhp#par_idN1083C.help.text"
+#. z$*V
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN1083C\n"
+"help.text"
msgid "Automatic preview"
msgstr ""
-#: 06060000.xhp#par_idN10840.help.text
+#. /*3=
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN10840\n"
+"help.text"
msgid "<ahelp hid=\".\">Select to preview new or edited effects on the slide while you assign them.</ahelp>"
msgstr ""
-#: 03151200.xhp#tit.help.text
-msgid "Notes Master Layout"
-msgstr ""
+#. ZMe9
+#: 01180002.xhp
+msgctxt ""
+"01180002.xhp\n"
+"tit\n"
+"help.text"
+msgid "Background"
+msgstr "ფონი"
-#: 03151200.xhp#par_idN10527.help.text
+#. }\U%
+#: 01180002.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/01/03151200.xhp\">Notes Master Layout</link>"
+msgctxt ""
+"01180002.xhp\n"
+"hd_id3154253\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/01180002.xhp\" name=\"Background\">Background</link>"
msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 03151200.xhp#par_idN1052B.help.text
-msgid "<ahelp hid=\"SID_MASTER_LAYOUTS_NOTES\">Add header, footer, date, and slide number to the notes master.</ahelp>"
+#. /dIK
+#: 01180002.xhp
+msgctxt ""
+"01180002.xhp\n"
+"par_id3155962\n"
+"2\n"
+"help.text"
+msgid "Defines a background for a single page or for all of the pages in the active file."
msgstr ""
-#: 02130000.xhp#tit.help.text
-msgid "Delete Slide"
+#. l@8!
+#: 01180002.xhp
+msgctxt ""
+"01180002.xhp\n"
+"par_id3150297\n"
+"3\n"
+"help.text"
+msgid "The options for this dialog are described <link href=\"text/shared/01/05210100.xhp\" name=\"here\">here</link>."
msgstr ""
-#: 02130000.xhp#bm_id3154253.help.text
-msgid "<bookmark_value>deleting; slides</bookmark_value><bookmark_value>slides;deleting</bookmark_value>"
+#. W+TV
+#: 13050200.xhp
+msgctxt ""
+"13050200.xhp\n"
+"tit\n"
+"help.text"
+msgid "To Polygon"
msgstr ""
-#: 02130000.xhp#hd_id3154253.7.help.text
+#. VGk?
+#: 13050200.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/01/02130000.xhp\" name=\"Delete Slide\">Delete Slide</link>"
+msgctxt ""
+"13050200.xhp\n"
+"hd_id3152578\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/13050200.xhp\" name=\"To Polygon\">To Polygon</link>"
msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 02130000.xhp#par_id3145790.2.help.text
-msgid "<variable id=\"seiteloeschen\"><ahelp hid=\".uno:DeletePage\">Deletes the current slide or page.</ahelp></variable>"
-msgstr ""
-
-#: 02130000.xhp#par_id3150208.8.help.text
-msgid "In the context menu of a slide or page you find the following command, among others:"
-msgstr ""
-
-#: 02130000.xhp#hd_id3154485.5.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Rename Slide </caseinline><defaultinline>Rename Page</defaultinline></switchinline>"
+#. I.WF
+#: 13050200.xhp
+msgctxt ""
+"13050200.xhp\n"
+"par_id3145252\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ChangePolygon\">Converts the selected object to a polygon (a closed object bounded by straight lines).</ahelp> The appearance of the object does not change. If you want, you can right-click and choose <link href=\"text/shared/main0227.xhp\" name=\"Edit Points\"><emph>Edit Points</emph></link> to view the changes."
msgstr ""
-#: 02130000.xhp#par_id3148702.6.help.text
-msgid "<ahelp hid=\".uno:RenamePage\">Renames the selected <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide </caseinline><defaultinline>page</defaultinline></switchinline>.</ahelp>"
+#. TnXu
+#: 13050200.xhp
+msgctxt ""
+"13050200.xhp\n"
+"hd_id3155066\n"
+"4\n"
+"help.text"
+msgid "Convert to Polygon"
msgstr ""
-#: 04110100.xhp#tit.help.text
-msgctxt "04110100.xhp#tit.help.text"
-msgid "Insert Slides/Objects"
+#. *CO+
+#: 13050200.xhp
+msgctxt ""
+"13050200.xhp\n"
+"par_id3153713\n"
+"5\n"
+"help.text"
+msgid "The following options are required to convert a bitmap image to a polygon. The converted image is actually a collection of smaller polygons filled with color."
msgstr ""
-#: 04110100.xhp#bm_id3146976.help.text
-msgid "<bookmark_value>inserting; objects from files</bookmark_value><bookmark_value>objects; inserting from files</bookmark_value><bookmark_value>slides; inserting as links</bookmark_value><bookmark_value>inserting; slides as links</bookmark_value><bookmark_value>backgrounds; deleting unused</bookmark_value>"
+#. +IQb
+#: 13050200.xhp
+msgctxt ""
+"13050200.xhp\n"
+"hd_id3154254\n"
+"6\n"
+"help.text"
+msgid "Settings"
msgstr ""
-#: 04110100.xhp#hd_id3146976.1.help.text
-msgctxt "04110100.xhp#hd_id3146976.1.help.text"
-msgid "Insert Slides/Objects"
+#. A$*E
+#: 13050200.xhp
+msgctxt ""
+"13050200.xhp\n"
+"par_id3149126\n"
+"7\n"
+"help.text"
+msgid "Set the conversion options for the image."
msgstr ""
-#: 04110100.xhp#par_id3151073.2.help.text
-msgid "Allows you to insert the entire file or specific elements in the file."
+#. bos\
+#: 13050200.xhp
+msgctxt ""
+"13050200.xhp\n"
+"hd_id3146314\n"
+"8\n"
+"help.text"
+msgid "Number of colors:"
msgstr ""
-#: 04110100.xhp#hd_id3154016.3.help.text
-msgid "To insert specific elements from a file:"
+#. 5!FU
+#: 13050200.xhp
+msgctxt ""
+"13050200.xhp\n"
+"par_id3145790\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SD:NUMERICFIELD:DLG_VECTORIZE:NM_LAYERS\">Enter the number of colors to be displayed in the converted image. $[officename] generates a polygon for each occurrence of a color in the image.</ahelp>"
msgstr ""
-#: 04110100.xhp#par_id3150749.4.help.text
-msgid "Click the plus sign next to the file name and select the elements you want to insert. Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> to add to or Shift to expand your selection."
+#. EU6n
+#: 13050200.xhp
+msgctxt ""
+"13050200.xhp\n"
+"hd_id3150206\n"
+"10\n"
+"help.text"
+msgid "Point reduction"
msgstr ""
-#: 04110100.xhp#par_id3155962.5.help.text
-msgid "If you want to insert the file as a link, select <emph>Link</emph>."
+#. jSup
+#: 13050200.xhp
+msgctxt ""
+"13050200.xhp\n"
+"par_id3159236\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SD:METRICFIELD:DLG_VECTORIZE:MT_REDUCE\">Removes color polygons that are smaller than the pixel value you enter.</ahelp>"
msgstr ""
-#: 04110100.xhp#par_id3149255.6.help.text
-msgid "Click <emph>OK</emph>."
-msgstr "დააწკაპუნეთ <emph>OK</emph>."
-
-#: 04110100.xhp#par_id3159236.7.help.text
-msgid "At the prompt, click <emph>Yes </emph>to scale the elements to fit on the slide or <emph>No </emph>to preserve the original size of the elements."
+#. ;Kne
+#: 13050200.xhp
+msgctxt ""
+"13050200.xhp\n"
+"hd_id3150364\n"
+"12\n"
+"help.text"
+msgid "Fill holes"
msgstr ""
-#: 04110100.xhp#hd_id3150207.10.help.text
-#, fuzzy
-msgctxt "04110100.xhp#hd_id3150207.10.help.text"
-msgid "Link"
+#. kJ@B
+#: 13050200.xhp
+msgctxt ""
+"13050200.xhp\n"
+"par_id3145584\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:DLG_VECTORIZE:CB_FILLHOLES\">Fills the color gaps caused by applying a point reduction.</ahelp>"
msgstr ""
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ხაზი\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ხაზი\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"სტრიქონი"
-#: 04110100.xhp#par_id3156448.11.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:DLG_INSERT_PAGES_OBJS:CBX_LINK\">Inserts a file or some file elements as a link that is automatically updated when the source file is modified.</ahelp>"
+#. QkJ|
+#: 13050200.xhp
+msgctxt ""
+"13050200.xhp\n"
+"hd_id3154371\n"
+"14\n"
+"help.text"
+msgid "Tile size"
msgstr ""
-#: 04110100.xhp#hd_id3152898.12.help.text
-msgctxt "04110100.xhp#hd_id3152898.12.help.text"
-msgid "Delete unused backgrounds"
+#. .euU
+#: 13050200.xhp
+msgctxt ""
+"13050200.xhp\n"
+"par_id3156448\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SD:METRICFIELD:DLG_VECTORIZE:MT_FILLHOLES\">Enter the size of the rectangle for the background fill.</ahelp>"
msgstr ""
-#: 04110100.xhp#par_id3148868.13.help.text
-msgid "<ahelp hid=\"SD:CHECKBOX:DLG_INSERT_PAGES_OBJS:CBX_CHECK_MASTERS\">Unused master pages are not inserted.</ahelp>"
+#. K_Yw
+#: 13050200.xhp
+msgctxt ""
+"13050200.xhp\n"
+"hd_id3148840\n"
+"16\n"
+"help.text"
+msgid "Source picture:"
msgstr ""
-#: 04030000m.xhp#tit.help.text
-msgid "Rows"
-msgstr "რიგები"
-
-#: 04030000m.xhp#bm_id31505414711.help.text
-msgid "<bookmark_value>rows; inserting</bookmark_value><bookmark_value>inserting; rows</bookmark_value>"
+#. l2@j
+#: 13050200.xhp
+msgctxt ""
+"13050200.xhp\n"
+"par_id3153917\n"
+"17\n"
+"help.text"
+msgid "Preview of the original image."
msgstr ""
-#: 04030000m.xhp#hd_id3150541.1.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/04030000m.xhp\" name=\"Rows\">Rows</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: 04030000m.xhp#par_id3150767.2.help.text
-msgid "<ahelp hid=\".uno:InsertRows\">Inserts a new row above the active cell. The number of rows inserted correspond to the number of rows selected. The existing rows are moved downward.</ahelp>"
+#. 7#8V
+#: 13050200.xhp
+msgctxt ""
+"13050200.xhp\n"
+"hd_id3149944\n"
+"18\n"
+"help.text"
+msgid "Vectorized image:"
msgstr ""
-#: 04030000m.xhp#par_id091620081118197.help.text
-msgid "In the context menu of a cell, choose <emph>Insert - Rows</emph>"
+#. 8S7A
+#: 13050200.xhp
+msgctxt ""
+"13050200.xhp\n"
+"par_id3148605\n"
+"19\n"
+"help.text"
+msgid "Preview of the converted image. Click <emph>Preview</emph> to generate the vectorized image."
msgstr ""
-#: 02120000.xhp#tit.help.text
-msgctxt "02120000.xhp#tit.help.text"
-msgid "Duplicate"
+#. qp7I
+#: 13050200.xhp
+msgctxt ""
+"13050200.xhp\n"
+"hd_id3156020\n"
+"20\n"
+"help.text"
+msgid "Progress"
msgstr ""
-#: 02120000.xhp#hd_id3148868.1.help.text
-msgctxt "02120000.xhp#hd_id3148868.1.help.text"
-msgid "Duplicate"
+#. GLd.
+#: 13050200.xhp
+msgctxt ""
+"13050200.xhp\n"
+"par_id3159207\n"
+"21\n"
+"help.text"
+msgid "Displays the conversion progress."
msgstr ""
-#: 02120000.xhp#par_id3148604.2.help.text
-msgid "<variable id=\"duplizieren\"><ahelp hid=\".uno:CopyObjects\">Makes one or more copies of a selected object. </ahelp></variable>"
+#. n+Z,
+#: 13050200.xhp
+msgctxt ""
+"13050200.xhp\n"
+"hd_id3149048\n"
+"22\n"
+"help.text"
+msgid "Preview"
msgstr ""
-#: 02120000.xhp#hd_id3146962.3.help.text
-msgid "Number of copies"
+#. ?R~`
+#: 13050200.xhp
+msgctxt ""
+"13050200.xhp\n"
+"par_id3150046\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"SD:PUSHBUTTON:DLG_VECTORIZE:BTN_PREVIEW\">Previews the converted image without applying the changes.</ahelp>"
msgstr ""
-#: 02120000.xhp#par_id3153075.4.help.text
-msgid "<ahelp hid=\"SD:NUMERICFIELD:DLG_COPY:NUM_FLD_COPIES\">Enter the number of copies you want to make.</ahelp>"
+#. UH;d
+#: 04120000.xhp
+msgctxt ""
+"04120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate Slide"
msgstr ""
-#: 02120000.xhp#hd_id3150431.25.help.text
-msgid "Values from selection"
-msgstr ""
+#. !?qW
+#: 04120000.xhp
+#, fuzzy
+msgctxt ""
+"04120000.xhp\n"
+"hd_id3148576\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/04120000.xhp\" name=\"Duplicate Slide\">Duplicate Slide</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 02120000.xhp#par_id3150534.help.text
-msgid "<image id=\"img_id3157870\" src=\"res/sc10350.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3157870\">Icon</alt></image>"
+#. Aj[(
+#: 04120000.xhp
+msgctxt ""
+"04120000.xhp\n"
+"par_id3153190\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DuplicatePage\" visibility=\"visible\">Inserts a copy of the current slide after the current slide.</ahelp>"
msgstr ""
-#: 02120000.xhp#par_id3150744.27.help.text
-msgid "<ahelp hid=\"SD:IMAGEBUTTON:DLG_COPY:BTN_SET_VIEWDATA\">Enters the width and the height values of the selected object in the <emph>X axis </emph>and the <emph>Y axis </emph>boxes respectively as well as the fill color of the object in the Start box.</ahelp> The rotation angle of the selected object is not entered."
+#. :EBk
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Animation"
msgstr ""
-#: 02120000.xhp#hd_id3153932.5.help.text
-msgid "Placement"
-msgstr ""
+#. y2YL
+#: 06050000.xhp
+#, fuzzy
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3153726\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/06050000.xhp\" name=\"Animation\">Animation</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 02120000.xhp#par_id3150860.6.help.text
-msgid "Sets the position and rotation of a duplicate object with respect to the selected object."
+#. )Q|s
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3150012\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"animtext\"><ahelp hid=\".uno:AnimationObjects\">Creates a custom animation on the current slide.</ahelp> You can only use existing objects to create an animation. </variable>"
msgstr ""
-#: 02120000.xhp#hd_id3153084.7.help.text
-msgctxt "02120000.xhp#hd_id3153084.7.help.text"
-msgid "X axis"
+#. %nb;
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3155444\n"
+"86\n"
+"help.text"
+msgid "You can copy and paste animations into <item type=\"productname\">%PRODUCTNAME</item> Writer."
msgstr ""
-#: 02120000.xhp#par_id3153564.8.help.text
-msgid "<ahelp hid=\"SD:METRICFIELD:DLG_COPY:MTR_FLD_MOVE_X\">Enter the horizontal distance between the centers of the selected object and the duplicate object. Positive values shift the duplicate object to the right and negative values shift the duplicate object to the left.</ahelp>"
+#. AW1w
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3155959\n"
+"3\n"
+"help.text"
+msgid "Animation"
msgstr ""
-#: 02120000.xhp#hd_id3154507.9.help.text
-msgctxt "02120000.xhp#hd_id3154507.9.help.text"
-msgid "Y axis"
+#. Sg.2
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3146316\n"
+"4\n"
+"help.text"
+msgid "Shows a preview of the objects in the animation. You can also press the <emph>Play</emph> button to view the animation."
msgstr ""
-#: 02120000.xhp#par_id3149882.10.help.text
-msgid "<ahelp hid=\"SD:METRICFIELD:DLG_COPY:MTR_FLD_MOVE_Y\">Enter the vertical distance between the centers of the selected object and the duplicate object. Positive values shift the duplicate object down and negative values shift the duplicate object up.</ahelp>"
+#. nwsE
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3147344\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SD_IMAGEBUTTON_FLT_WIN_ANIMATION_BTN_FIRST\">Jumps to the first image in the animation sequence.</ahelp>"
msgstr ""
-#: 02120000.xhp#hd_id3150022.11.help.text
-msgid "Angle"
+#. Qjj3
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3150363\n"
+"help.text"
+msgid "<image id=\"img_id3154657\" src=\"res/helpimg/left2.png\" width=\"0.2189in\" height=\"0.1874in\"><alt id=\"alt_id3154657\">Icon</alt></image>"
msgstr ""
-#: 02120000.xhp#par_id3153738.12.help.text
-msgid "<ahelp hid=\"SD:METRICFIELD:DLG_COPY:MTR_FLD_ANGLE\">Enter the angle (0 to 359 degrees) by which you want to rotate the duplicate object. Positive values rotate the duplicate object in a clockwise direction and negative values in a counterclockwise direction. </ahelp>"
+#. S8n-
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3155530\n"
+"5\n"
+"help.text"
+msgid "First image"
msgstr ""
-#: 02120000.xhp#hd_id3145296.13.help.text
-msgid "Enlargement"
+#. 9Jzj
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3145386\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SD_IMAGEBUTTON_FLT_WIN_ANIMATION_BTN_REVERSE\">Plays the animation backwards.</ahelp>"
msgstr ""
-#: 02120000.xhp#par_id3156065.14.help.text
-msgid "Sets the size of a duplicate object."
+#. XL{4
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3153912\n"
+"help.text"
+msgid "<image id=\"img_id3155268\" src=\"res/helpimg/left.png\" width=\"0.2189in\" height=\"0.1874in\"><alt id=\"alt_id3155268\">Icon</alt></image>"
msgstr ""
-#: 02120000.xhp#hd_id3148769.15.help.text
-msgctxt "02120000.xhp#hd_id3148769.15.help.text"
-msgid "Width"
-msgstr ""
+#. kZBc
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3152871\n"
+"7\n"
+"help.text"
+msgid "Backwards"
+msgstr "უკან"
-#: 02120000.xhp#par_id3150267.16.help.text
-msgid "<ahelp hid=\"SD:METRICFIELD:DLG_COPY:MTR_FLD_WIDTH\">Enter the amount by which you want to enlarge or reduce the width of the duplicate object.</ahelp>"
+#. zjAg
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3150210\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SD_IMAGEBUTTON_FLT_WIN_ANIMATION_BTN_STOP\">Stops playing the animation.</ahelp>"
msgstr ""
-#: 02120000.xhp#hd_id3150930.17.help.text
-msgctxt "02120000.xhp#hd_id3150930.17.help.text"
-msgid "Height"
+#. Z0X`
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3153011\n"
+"help.text"
+msgid "<image id=\"img_id3147250\" src=\"res/helpimg/sistop.png\" width=\"0.2189in\" height=\"0.1874in\"><alt id=\"alt_id3147250\">Icon</alt></image>"
msgstr ""
-#: 02120000.xhp#par_id3157970.18.help.text
-msgid "<ahelp hid=\"SD:METRICFIELD:DLG_COPY:MTR_FLD_HEIGHT\">Enter the amount by which you want to enlarge or reduce the height of the duplicate object.</ahelp>"
+#. RsF8
+#: 06050000.xhp
+#, fuzzy
+msgctxt ""
+"06050000.xhp\n"
+"par_id3153961\n"
+"9\n"
+"help.text"
+msgid "Stop"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\n-ზედა\\n#-#-#-#-# optionen.po (PACKAGE VERSION) #-#-#-#-#\\nგაჩერება"
+
+#. E*Tl
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3147297\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SD_IMAGEBUTTON_FLT_WIN_ANIMATION_BTN_PLAY\">Plays the animation.</ahelp>"
msgstr ""
-#: 02120000.xhp#hd_id3154866.19.help.text
-msgid "Colors"
-msgstr "ფერები"
-
-#: 02120000.xhp#par_id3150474.20.help.text
-msgid "Sets the colors for the selected object and the duplicate object. If you make more than one copy, these colors define the start and end points of a color gradient."
+#. rnr4
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3153119\n"
+"help.text"
+msgid "<image id=\"img_id3149352\" src=\"res/helpimg/right.png\" width=\"0.2189in\" height=\"0.1874in\"><alt id=\"alt_id3149352\">Icon</alt></image>"
msgstr ""
-#: 02120000.xhp#hd_id3155819.21.help.text
-msgctxt "02120000.xhp#hd_id3155819.21.help.text"
-msgid "Start"
+#. +b)G
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3150478\n"
+"11\n"
+"help.text"
+msgid "Play"
msgstr ""
-#: 02120000.xhp#par_id3155987.22.help.text
-msgid "<ahelp hid=\"SD:LISTBOX:DLG_COPY:LB_START_COLOR\">Choose a color for the selected object.</ahelp>"
+#. 7q|;
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3154675\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SD_IMAGEBUTTON_FLT_WIN_ANIMATION_BTN_LAST\">Jumps to the last image in the animation sequence.</ahelp>"
msgstr ""
-#: 02120000.xhp#hd_id3156258.23.help.text
-msgid "End"
-msgstr "End"
-
-#: 02120000.xhp#par_id3147167.24.help.text
-msgid "<ahelp hid=\"SD:LISTBOX:DLG_COPY:LB_END_COLOR\">Choose a color for the duplicate object. If you are making more than one copy, this color is applied to the last copy. </ahelp>"
+#. !yYn
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3153932\n"
+"help.text"
+msgid "<image id=\"img_id3145593\" src=\"res/helpimg/right2.png\" width=\"0.2189in\" height=\"0.1874in\"><alt id=\"alt_id3145593\">Icon</alt></image>"
msgstr ""
-#: 13180100.xhp#tit.help.text
-msgid "Merge"
+#. 4=Td
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3149504\n"
+"13\n"
+"help.text"
+msgid "Last image"
msgstr ""
-#: 13180100.xhp#hd_id3150870.1.help.text
+#. _Zf[
+#: 06050000.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/01/13180100.xhp\" name=\"Merge\">Merge</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3149956\n"
+"15\n"
+"help.text"
+msgid "Image Number"
+msgstr "გვერდის ნომერი"
-#: 13180100.xhp#par_id3150012.2.help.text
-msgid "<ahelp hid=\".uno:Merge\" visibility=\"visible\">Adds the area of the selected objects to the area of the lowermost object in the selection. This command is best used with overlapping objects.</ahelp>"
+#. 1(5#
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3150008\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SD_NUMERICFIELD_FLT_WIN_ANIMATION_NUM_FLD_BITMAP\">Indicates the position of the current image in the animation sequence.</ahelp> If you want to view another image, enter its number or click the up and down arrows."
msgstr ""
-#: 13180100.xhp#par_id3152578.3.help.text
-msgid "Any spaces that are visible between the objects are preserved."
+#. 27YL
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3148569\n"
+"17\n"
+"help.text"
+msgid "Duration"
msgstr ""
-#: 05250700.xhp#tit.help.text
-msgid "Reverse "
+#. /(zc
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3150337\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SD_TIMEFIELD_FLT_WIN_ANIMATION_TIME_FIELD\">Enter the number of seconds to display the current image. This option is only available if you select the <emph>Bitmap object</emph> option in the <emph>Animation group</emph> field.</ahelp>"
msgstr ""
-#: 05250700.xhp#bm_id3154011.help.text
-msgid "<bookmark_value>reversing objects</bookmark_value><bookmark_value>objects; reversing</bookmark_value>"
+#. {)-v
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3147368\n"
+"83\n"
+"help.text"
+msgid "Loop count"
msgstr ""
-#: 05250700.xhp#hd_id3154011.1.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/05250700.xhp\" name=\"Reverse\">Reverse</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: 05250700.xhp#par_id3145800.2.help.text
-msgid "<ahelp hid=\".uno:ReverseOrder\">Reverses the stacking order of the selected objects.</ahelp>"
+#. !67@
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3154326\n"
+"84\n"
+"help.text"
+msgid "<ahelp hid=\"SD_LISTBOX_FLT_WIN_ANIMATION_LB_LOOP_COUNT\">Sets the number of times that the animation is played.</ahelp> If you want the animation to play continuously, choose <emph>Max</emph>."
msgstr ""
-#: 05250700.xhp#par_id3150717.3.help.text
-msgid "You can select this function only if at least two drawing elements are selected together."
+#. Kio8
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3155928\n"
+"19\n"
+"help.text"
+msgid "Image"
msgstr ""
-#: 06070000.xhp#tit.help.text
-msgctxt "06070000.xhp#tit.help.text"
-msgid "Interaction"
+#. I33b
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3155434\n"
+"37\n"
+"help.text"
+msgid "Adds or removes objects from your animation."
msgstr ""
-#: 06070000.xhp#bm_id3153246.help.text
-msgid "<bookmark_value>interactions; objects in interactive presentations</bookmark_value><bookmark_value>programs run by mouse click in presentations</bookmark_value><bookmark_value>running macros/programs in presentations</bookmark_value><bookmark_value>macros; running in presentations</bookmark_value><bookmark_value>presentations;exiting by interaction</bookmark_value><bookmark_value>exiting;by clicking objects</bookmark_value>"
+#. eK%=
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3145353\n"
+"38\n"
+"help.text"
+msgid "Apply Object"
msgstr ""
-#: 06070000.xhp#hd_id3153246.1.help.text
-msgctxt "06070000.xhp#hd_id3153246.1.help.text"
-msgid "Interaction"
+#. P.30
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3157974\n"
+"39\n"
+"help.text"
+msgid "<ahelp hid=\"SD_IMAGEBUTTON_FLT_WIN_ANIMATION_BTN_GET_ONE_OBJECT\">Adds selected object(s) as a single image.</ahelp>"
msgstr ""
-#: 06070000.xhp#par_id3154762.2.help.text
-msgid "<variable id=\"interaktiontext\"><ahelp hid=\".uno:AnimationEffects\">Defines how the selected object behaves when you click on it during a slide show.</ahelp></variable>"
+#. gci$
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3156068\n"
+"help.text"
+msgid "<image id=\"img_id3148768\" src=\"sd/res/get1obj.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3148768\">Icon</alt></image>"
msgstr ""
-#: 06070000.xhp#hd_id3145116.3.help.text
-msgid "Action at mouse click"
+#. 1j+b
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3150268\n"
+"79\n"
+"help.text"
+msgid "Apply Object"
msgstr ""
-#: 06070000.xhp#par_id3153955.44.help.text
-msgid "<ahelp hid=\"SD:LISTBOX:TP_ANIMATION:LB_ACTION\">Specifies the action that will run when you click the selected object during a slide show.</ahelp> You can also assign actions to grouped objects."
+#. %jB0
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3153221\n"
+"40\n"
+"help.text"
+msgid "Apply Objects Individually"
msgstr ""
-#: 06070000.xhp#hd_id3150397.4.help.text
-msgid "No action"
+#. km;u
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3147533\n"
+"41\n"
+"help.text"
+msgid "<ahelp hid=\"SD_IMAGEBUTTON_FLT_WIN_ANIMATION_BTN_GET_ALL_OBJECTS\">Adds an image for each selected object.</ahelp> If you select a grouped object, an image is created for each object in the group."
msgstr ""
-#: 06070000.xhp#par_id3147405.45.help.text
-msgid "No action occurs."
-msgstr "ქმედება არ ხდება."
-
-#: 06070000.xhp#hd_id3145237.5.help.text
-msgid "Go to previous slide"
+#. ]wK?
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3150470\n"
+"85\n"
+"help.text"
+msgid "You can also select an animation, such as an animated GIF, and click this icon to open it for editing. When you are finished editing the animation, click <emph>Create</emph> to insert a new animation into your slide."
msgstr ""
-#: 06070000.xhp#par_id3157871.46.help.text
-msgid "Moves back one slide in the slide show."
+#. [uUO
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3156257\n"
+"help.text"
+msgid "<image id=\"img_id3153716\" src=\"sd/res/getallob.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153716\">Icon</alt></image>"
msgstr ""
-#: 06070000.xhp#hd_id3157900.6.help.text
-msgid "Go to next slide"
+#. HgUU
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3145621\n"
+"80\n"
+"help.text"
+msgid "Apply Objects Individually"
msgstr ""
-#: 06070000.xhp#par_id3150655.47.help.text
-msgid "Moves forward one slide in the slide show."
+#. V+`X
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3163826\n"
+"42\n"
+"help.text"
+msgid "Delete Current Image"
msgstr ""
-#: 06070000.xhp#hd_id3146879.7.help.text
-msgid "Go to first slide"
+#. VkYY
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3149710\n"
+"43\n"
+"help.text"
+msgid "<ahelp hid=\"SD_IMAGEBUTTON_FLT_WIN_ANIMATION_BTN_REMOVE_BITMAP\">Deletes current image from the animation sequence.</ahelp>"
msgstr ""
-#: 06070000.xhp#par_id3150479.48.help.text
-msgid "Jumps to the first slide in the slide show."
+#. fT((
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3152926\n"
+"help.text"
+msgid "<image id=\"img_id3153210\" src=\"sd/res/del1bmp.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153210\">Icon</alt></image>"
msgstr ""
-#: 06070000.xhp#hd_id3148725.8.help.text
-msgid "Go to last slide"
+#. =_pW
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3151187\n"
+"81\n"
+"help.text"
+msgid "Delete Current Image"
msgstr ""
-#: 06070000.xhp#par_id3149891.49.help.text
-msgid "Jumps to the last slide in the slide show."
+#. k?qK
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3154641\n"
+"44\n"
+"help.text"
+msgid "Delete All Images"
msgstr ""
-#: 06070000.xhp#hd_id3155258.9.help.text
-msgid "Go to page or object"
+#. UV=6
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3150765\n"
+"45\n"
+"help.text"
+msgid "<ahelp hid=\"SD_IMAGEBUTTON_FLT_WIN_ANIMATION_BTN_REMOVE_ALL\">Deletes all of the images in the animation.</ahelp>"
msgstr ""
-#: 06070000.xhp#par_id3148585.50.help.text
-msgid "Jumps to a slide or a named object in a slide."
+#. ]34T
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3147271\n"
+"help.text"
+msgid "<image id=\"img_id3154049\" src=\"sd/res/delall.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154049\">Icon</alt></image>"
msgstr ""
-#: 06070000.xhp#hd_id3153082.10.help.text
-msgid "Target"
+#. o)O!
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3153618\n"
+"82\n"
+"help.text"
+msgid "Delete All Images"
msgstr ""
-#: 06070000.xhp#par_id3153934.51.help.text
-msgid "<ahelp hid=\"HID_CTL_ACTION_DLG_1\">Lists the slides and the objects that you can target.</ahelp>"
+#. _H0K
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3143234\n"
+"22\n"
+"help.text"
+msgid "Number"
msgstr ""
-#: 06070000.xhp#hd_id3154561.11.help.text
-msgid "Slide / Object"
+#. 0s}J
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3149294\n"
+"23\n"
+"help.text"
+msgid "Total number of images in the animation."
msgstr ""
-#: 06070000.xhp#par_id3153006.53.help.text
-msgid "<ahelp hid=\"SD_EDIT_TP_ANIMATION_EDT_BOOKMARK\">Enter the name of the slide or the object that you want to look for.</ahelp>"
+#. Ka7n
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3159177\n"
+"24\n"
+"help.text"
+msgid "Animation group"
msgstr ""
-#: 06070000.xhp#hd_id3145162.12.help.text
-msgid "Find"
+#. W`^H
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3146088\n"
+"25\n"
+"help.text"
+msgid "Sets object properties for your animation."
msgstr ""
-#: 06070000.xhp#par_id3154501.54.help.text
-msgid "<ahelp hid=\"SD:PUSHBUTTON:TP_ANIMATION:BTN_SEEK\">Searches for the specified slide or object.</ahelp>"
+#. LStW
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3147259\n"
+"26\n"
+"help.text"
+msgid "Group object"
msgstr ""
-#: 06070000.xhp#hd_id3150128.13.help.text
-msgid "Go to document"
+#. @]qL
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3151170\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"SD_RADIOBUTTON_FLT_WIN_ANIMATION_RBT_GROUP\">Assembles images into a single object so that they can be moved as a group. You can still edit individual objects by double-clicking the group in the slide.</ahelp>"
msgstr ""
-#: 06070000.xhp#par_id3153730.55.help.text
-msgid "<ahelp hid=\"HID_CTL_ACTION_DLG_2\">Opens and displays a file during a slide show. If you select a $[officename] file as the target document, you can also specify the page that will open.</ahelp>"
+#. BQb2
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3154688\n"
+"28\n"
+"help.text"
+msgid "Bitmap object"
msgstr ""
-#: 06070000.xhp#hd_id3150018.14.help.text
-msgctxt "06070000.xhp#hd_id3150018.14.help.text"
-msgid "Document"
+#. m/s5
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3155329\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"SD_RADIOBUTTON_FLT_WIN_ANIMATION_RBT_BITMAP\">Combines images into a single image.</ahelp>"
msgstr ""
-#: 06070000.xhp#par_id3155931.56.help.text
-msgid "Define the location of the target document."
-msgstr ""
+#. ?S/\
+#: 06050000.xhp
+#, fuzzy
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3148815\n"
+"32\n"
+"help.text"
+msgid "Alignment"
+msgstr "#-#-#-#-# optionen.po (PACKAGE VERSION) #-#-#-#-#\\nგასწორება\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nგასწორება\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nგანლაგება"
-#: 06070000.xhp#hd_id3155437.15.help.text
-msgctxt "06070000.xhp#hd_id3155437.15.help.text"
-msgid "Document"
+#. #AoK
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3148834\n"
+"33\n"
+"help.text"
+msgid "<ahelp hid=\"SD_LISTBOX_FLT_WIN_ANIMATION_LB_ADJUSTMENT\">Aligns the images in your animation.</ahelp>"
msgstr ""
-#: 06070000.xhp#par_id3150566.57.help.text
-msgid "<ahelp hid=\"SD:EDIT:TP_ANIMATION:EDT_DOCUMENT\">Enter a path to the file you want to open, or click <emph>Browse </emph>to locate the file.</ahelp>"
+#. lZv3
+#: 06050000.xhp
+#, fuzzy
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3148803\n"
+"34\n"
+"help.text"
+msgid "Create"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nშექმნილი:\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nშექმნა"
+
+#. eZ/)
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3154294\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\"SD_PUSHBUTTON_FLT_WIN_ANIMATION_BTN_CREATE_GROUP\">Inserts the animation into the current slide.</ahelp>"
msgstr ""
-#: 06070000.xhp#hd_id3150658.16.help.text
-msgctxt "06070000.xhp#hd_id3150658.16.help.text"
-msgid "Browse"
+#. +_9V
+#: 13050700.xhp
+msgctxt ""
+"13050700.xhp\n"
+"tit\n"
+"help.text"
+msgid "To Contour"
msgstr ""
-#: 06070000.xhp#par_id3156061.58.help.text
-msgid "<ahelp hid=\"SD:PUSHBUTTON:TP_ANIMATION:BTN_SEARCH\">Locate the file you want to open.</ahelp>"
+#. jDVD
+#: 13050700.xhp
+msgctxt ""
+"13050700.xhp\n"
+"bm_id3146119\n"
+"help.text"
+msgid "<bookmark_value>converting; to contours</bookmark_value><bookmark_value>contours; converting to</bookmark_value>"
msgstr ""
-#: 06070000.xhp#hd_id3148776.18.help.text
-msgid "Play sound"
-msgstr ""
+#. t-6f
+#: 13050700.xhp
+#, fuzzy
+msgctxt ""
+"13050700.xhp\n"
+"hd_id3146119\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/13050700.xhp\" name=\"To Contour\">To Contour</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 06070000.xhp#par_id3155816.60.help.text
-msgid "Plays a sound file."
+#. g(Uv
+#: 13050700.xhp
+msgctxt ""
+"13050700.xhp\n"
+"par_id3146974\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:convert_to_contour\">Converts the selected object to a polygon, or a group of polygons.</ahelp> If the conversion creates a group of polygons (for example, when you convert a text object), then press F3 to enter the group before you can select an individual polygon."
msgstr ""
-#: 06070000.xhp#hd_id3147539.19.help.text
-msgctxt "06070000.xhp#hd_id3147539.19.help.text"
-msgid "Sound"
+#. L)#2
+#: 13050700.xhp
+msgctxt ""
+"13050700.xhp\n"
+"par_id3155601\n"
+"3\n"
+"help.text"
+msgid "Once you convert a line or a text object to a contour, you can no longer edit it as you normally would. Instead, you can edit the contour as you would any polygon, including using the <emph>Edit – Points </emph>command to adjust its shape."
msgstr ""
-#: 06070000.xhp#par_id3150467.61.help.text
-msgid "Define the location of the sound file."
+#. }B,!
+#: 13170000.xhp
+msgctxt ""
+"13170000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Break"
msgstr ""
-#: 06070000.xhp#hd_id3154869.20.help.text
-msgctxt "06070000.xhp#hd_id3154869.20.help.text"
-msgid "Sound"
+#. ur?@
+#: 13170000.xhp
+msgctxt ""
+"13170000.xhp\n"
+"bm_id3150870\n"
+"help.text"
+msgid "<bookmark_value>objects; breaking connections</bookmark_value><bookmark_value>breaking object connections</bookmark_value>"
msgstr ""
-#: 06070000.xhp#par_id3155986.62.help.text
-msgid "<ahelp hid=\"SD:EDIT:TP_ANIMATION:EDT_SOUND\">Enter a path to the sound file you want to open, or click <emph>Browse </emph>to locate the file.</ahelp>"
-msgstr ""
+#. Ge*a
+#: 13170000.xhp
+#, fuzzy
+msgctxt ""
+"13170000.xhp\n"
+"hd_id3150870\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/13170000.xhp\" name=\"Break\">Break</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 06070000.xhp#hd_id3155401.21.help.text
-msgctxt "06070000.xhp#hd_id3155401.21.help.text"
-msgid "Browse"
+#. ViY~
+#: 13170000.xhp
+msgctxt ""
+"13170000.xhp\n"
+"par_id3156441\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Break\">Breaks apart lines joined with the <emph>Connect</emph> command.</ahelp>"
msgstr ""
-#: 06070000.xhp#par_id3147171.63.help.text
-msgid "Locate the sound file you want to play."
+#. prEY
+#: 13170000.xhp
+msgctxt ""
+"13170000.xhp\n"
+"par_id3153726\n"
+"3\n"
+"help.text"
+msgid "You cannot apply a fill to closed shapes that have been broken apart with this command."
msgstr ""
-#: 06070000.xhp#par_id3156318.64.help.text
-msgid "If you did not install sound files with $[officename], you can run the $[officename] Setup program again and select <emph>Modify</emph>."
+#. }-~U
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Slide Show Settings"
msgstr ""
-#: 06070000.xhp#hd_id3154646.22.help.text
-msgctxt "06070000.xhp#hd_id3154646.22.help.text"
-msgid "Play"
+#. Lk4P
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"bm_id3153818\n"
+"help.text"
+msgid "<bookmark_value>presentations; settings for</bookmark_value><bookmark_value>slide shows; settings for</bookmark_value><bookmark_value>presentations; window / full screen</bookmark_value><bookmark_value>multiple monitors</bookmark_value>"
msgstr ""
-#: 06070000.xhp#par_id3145202.65.help.text
-msgid "Plays the selected sound file."
+#. 9K=l
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"hd_id3153818\n"
+"1\n"
+"help.text"
+msgid "Slide Show Settings"
msgstr ""
-#: 06070000.xhp#hd_id3154260.35.help.text
-msgid "Run program"
+#. Re7G
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3148606\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"praesent\"><ahelp hid=\".uno:PresentationDialog\">Defines settings for your slide show, including which slide to start from, the way you advance the slides, the type of presentation, and pointer options.</ahelp></variable>"
msgstr ""
-#: 06070000.xhp#par_id3155357.79.help.text
-msgid "Starts a program during a slide show."
+#. ./bv
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"hd_id3150213\n"
+"3\n"
+"help.text"
+msgid "Range"
msgstr ""
-#: 06070000.xhp#hd_id3149157.36.help.text
-msgctxt "06070000.xhp#hd_id3149157.36.help.text"
-msgid "Program"
+#. FHPC
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3154766\n"
+"4\n"
+"help.text"
+msgid "Specifies which slides to include in the slide show."
msgstr ""
-#: 06070000.xhp#hd_id3154277.37.help.text
-msgctxt "06070000.xhp#hd_id3154277.37.help.text"
-msgid "Program"
+#. #A\2
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"hd_id3145363\n"
+"5\n"
+"help.text"
+msgid "All slides"
msgstr ""
-#: 06070000.xhp#par_id3148918.81.help.text
-msgid "<ahelp hid=\"SD_EDIT_TP_ANIMATION_EDT_PROGRAM\">Enter a path to the program you want to start, or click <emph>Browse </emph>to locate the program.</ahelp>"
+#. .0$$
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3145114\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_START_PRESENTATION:RBT_ALL\">Includes all of the slides in your slide show.</ahelp>"
msgstr ""
-#: 06070000.xhp#hd_id3159269.38.help.text
-msgctxt "06070000.xhp#hd_id3159269.38.help.text"
-msgid "Browse"
-msgstr ""
+#. 3}H*
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"hd_id3150431\n"
+"7\n"
+"help.text"
+msgid "From:"
+msgstr "-დან"
-#: 06070000.xhp#par_id3154097.82.help.text
-msgid "Locate the program you want to start."
+#. \\e)
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3150391\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SD:LISTBOX:DLG_START_PRESENTATION:LB_DIAS\">Enter the number of the start slide.</ahelp>"
msgstr ""
-#: 06070000.xhp#hd_id3152940.39.help.text
-msgid "Run macro"
+#. ]4_.
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"hd_id3147404\n"
+"86\n"
+"help.text"
+msgid "Custom Slide Show"
msgstr ""
-#: 06070000.xhp#par_id3153681.83.help.text
-msgid "Runs a macro during the slide show."
+#. eryu
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3150538\n"
+"87\n"
+"help.text"
+msgid "<ahelp hid=\"SD:LISTBOX:DLG_START_PRESENTATION:LB_CUSTOMSHOW\">Runs a custom slide show in the order that you defined in <link href=\"text/simpress/01/06100000.xhp\" name=\"Slide Show - Custom Slide Show\"><emph>Slide Show - Custom Slide Show</emph></link>.</ahelp>"
msgstr ""
-#: 06070000.xhp#hd_id3149916.40.help.text
-msgctxt "06070000.xhp#hd_id3149916.40.help.text"
-msgid "Macro"
+#. y%I]
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"hd_id3150653\n"
+"88\n"
+"help.text"
+msgid "Type"
msgstr ""
-#: 06070000.xhp#hd_id3149804.41.help.text
-msgctxt "06070000.xhp#hd_id3149804.41.help.text"
-msgid "Macro"
+#. $A7S
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3149354\n"
+"93\n"
+"help.text"
+msgid "Select the slide show type."
msgstr ""
-#: 06070000.xhp#par_id3148625.85.help.text
-msgid "<ahelp hid=\"SD_EDIT_TP_ANIMATION_EDT_MACRO\">Enter a path to the macro you want to run, or click <emph>Browse </emph>to locate the macro.</ahelp>"
+#. A$HZ
+#: 06080000.xhp
+#, fuzzy
+msgctxt ""
+"06080000.xhp\n"
+"hd_id3150482\n"
+"89\n"
+"help.text"
+msgid "Default"
+msgstr "#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\\nსტანდარტული\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nნაგულისხმები\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nნაგულისხმევი\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\nსაწყისი"
+
+#. XH!=
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3148730\n"
+"94\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_START_PRESENTATION:RBT_STANDARD\">A full screen slide is shown.</ahelp>"
msgstr ""
-#: 06070000.xhp#hd_id3150628.42.help.text
-msgctxt "06070000.xhp#hd_id3150628.42.help.text"
-msgid "Browse"
-msgstr ""
+#. /O_-
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"hd_id3153034\n"
+"90\n"
+"help.text"
+msgid "Window"
+msgstr "ფანჯარა"
-#: 06070000.xhp#par_id3148417.86.help.text
-msgid "Locate the macro you want to run."
+#. Fdil
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3155257\n"
+"82\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_START_PRESENTATION:RBT_WINDOW\">Slide show runs in the $[officename] program window.</ahelp>"
msgstr ""
-#: 06070000.xhp#hd_id3150424.43.help.text
-msgid "Exit presentation"
+#. ;o4D
+#: 06080000.xhp
+#, fuzzy
+msgctxt ""
+"06080000.xhp\n"
+"hd_id3145593\n"
+"91\n"
+"help.text"
+msgid "Auto"
+msgstr "#-#-#-#-# database.po (PACKAGE VERSION) #-#-#-#-#\\nავტომატური\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nავტო"
+
+#. 2WqT
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3149509\n"
+"95\n"
+"help.text"
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_START_PRESENTATION:RBT_AUTO\">Restarts the slide show after the pause interval you specify. A pause slide is displayed between the final slide and the start slide. Press the Esc key to stop the show.</ahelp>"
+msgstr ""
+
+#. K8Dt
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"hd_id3150862\n"
+"96\n"
+"help.text"
+msgid "Duration of pause"
msgstr ""
-#: 06070000.xhp#par_id3154799.87.help.text
-msgid "Ends the presentation."
+#. ;UEN
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3153112\n"
+"97\n"
+"help.text"
+msgid "<ahelp hid=\"SD:TIMEFIELD:DLG_START_PRESENTATION:TMF_PAUSE\">Enter the duration of the pause before the slide show is repeated. If you enter zero, the show restarts immediately without showing a pause slide.</ahelp>"
msgstr ""
-#: 06070000.xhp#par_idN10AE2.help.text
-msgid "Start object action"
-msgstr ""
+#. ,fgV
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"hd_id3166420\n"
+"92\n"
+"help.text"
+msgid "Show logo"
+msgstr "აჩვენე ლოგო"
-#: 06070000.xhp#par_idN10AE6.help.text
-msgid "You can choose the \"Start object action\" entry for inserted OLE objects."
+#. qt,y
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3154501\n"
+"98\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:DLG_START_PRESENTATION:CBX_AUTOLOGO\">Displays the $[officename] logo on the pause slide.</ahelp> The logo cannot be exchanged."
msgstr ""
-#: 06070000.xhp#par_idN10AE9.help.text
+#. TfjD
+#: 06080000.xhp
#, fuzzy
-msgctxt "06070000.xhp#par_idN10AE9.help.text"
-msgid "Edit"
-msgstr "გასვლა"
-
-#: 06070000.xhp#par_idN10AED.help.text
-msgid "Opens the object in edit mode."
+msgctxt ""
+"06080000.xhp\n"
+"hd_id3150130\n"
+"9\n"
+"help.text"
+msgid "Options"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nპარამეტრები\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nთვისებები"
+
+#. g$5%
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"hd_id3149883\n"
+"13\n"
+"help.text"
+msgid "Change slides manually"
msgstr ""
-#: 03130000.xhp#tit.help.text
-msgctxt "03130000.xhp#tit.help.text"
-msgid "Slide Show"
+#. J`u\
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3147373\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:DLG_START_PRESENTATION:CBX_MANUEL\">Slides never change automatically when this box is selected.</ahelp>"
msgstr ""
-#: 03130000.xhp#hd_id3159153.1.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/03130000.xhp\" name=\"Slide Show\">Slide Show</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: 03130000.xhp#par_id3154016.2.help.text
-msgid "<variable id=\"bldpra\"><ahelp hid=\"HID_SD_BTN_PRESENTATION\">Starts your slide show.</ahelp></variable>"
+#. umhN
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"hd_id3155439\n"
+"15\n"
+"help.text"
+msgid "Mouse pointer visible"
msgstr ""
-#: 03130000.xhp#par_id3155066.4.help.text
-msgid "You can specify settings for running a slide show in <link href=\"text/simpress/01/06080000.xhp\" name=\"Slide Show - Slide Show Settings\"><emph>Slide Show - Slide Show Settings</emph></link>."
+#. !clG
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3150272\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:DLG_START_PRESENTATION:CBX_MOUSEPOINTER\">Shows the mouse pointer during a slide show.</ahelp>"
msgstr ""
-#: 03130000.xhp#par_idN106CF.help.text
-msgid "Specify whether a slide show starts with the current slide or with the first slide on <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress - General</emph>."
+#. EqCK
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"hd_id3150570\n"
+"17\n"
+"help.text"
+msgid "Mouse pointer as pen"
msgstr ""
-#: 03130000.xhp#par_id3155960.3.help.text
-msgid "To start a slide show, do one of the following:"
+#. Ykxk
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3150665\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:DLG_START_PRESENTATION:CBX_PEN\">Changes the mouse pointer to a pen which you can use to draw on slides during the presentation.</ahelp>"
msgstr ""
-#: 03130000.xhp#par_id3155337.5.help.text
-msgid "Click the <emph>Slide Show</emph> icon on the <emph>Presentation</emph> toolbar."
+#. L{1a
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3150475\n"
+"19\n"
+"help.text"
+msgid "Anything you write with the pen is not saved when you exit the slide show. The color of the pen cannot be changed."
msgstr ""
-#: 03130000.xhp#par_id3150343.7.help.text
-msgid "Right-click a slide in <emph>Normal</emph> view and choose <emph>Slide Show.</emph>"
+#. ?Phd
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"hd_id3153927\n"
+"20\n"
+"help.text"
+msgid "Navigator visible"
msgstr ""
-#: 03130000.xhp#par_id3156445.8.help.text
-msgid "Press F5."
+#. \=]h
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3148430\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:DLG_START_PRESENTATION:CBX_NAVIGATOR\">Displays the <link href=\"text/simpress/01/02110000.xhp\" name=\"Navigator\">Navigator</link> during the slide show.</ahelp>"
msgstr ""
-#: 03130000.xhp#par_id3153912.9.help.text
-msgid "Under Windows, right-click the *.sxi or *.odp file in the Windows Explorer, then choose <emph>Show</emph>."
+#. Wlp.
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"hd_id3153718\n"
+"84\n"
+"help.text"
+msgid "Animations allowed"
msgstr ""
-#: 03060000.xhp#tit.help.text
-msgid "Rulers"
-msgstr "სახაზავები"
-
-#: 03060000.xhp#hd_id3146974.1.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/03060000.xhp\" name=\"Rulers\">Ruler</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: 03060000.xhp#par_id3149378.2.help.text
-msgid "<ahelp hid=\".uno:ShowRuler\">Displays or hides rulers at the top and at the left edge of the workspace.</ahelp>"
+#. V8^!
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3083445\n"
+"85\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:DLG_START_PRESENTATION:CBX_ANIMATION_ALLOWED\">Displays all frames of animated GIF files during the slide show.</ahelp> If this option is not selected, only the first frame of an animated GIF file is displayed."
msgstr ""
-#: 03060000.xhp#par_id3146972.3.help.text
-msgid "You can use <link href=\"text/simpress/main0209.xhp\" name=\"rulers\">rulers</link> to position objects in the workspace, to set paragraph indents or to drag <link href=\"text/simpress/01/04030000.xhp\" name=\"guides\">guides</link> onto the page."
+#. 7f9i
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"hd_id3152478\n"
+"22\n"
+"help.text"
+msgid "Change slides by clicking on background"
msgstr ""
-#: 13050500.xhp#tit.help.text
-msgid "To Bitmap "
+#. 4/.v
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3156305\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:DLG_START_PRESENTATION:CBX_CHANGE_PAGE\">Advances to the next slide when you click on the background of a slide.</ahelp>"
msgstr ""
-#: 13050500.xhp#bm_id3153142.help.text
-msgid "<bookmark_value>converting; to bitmaps</bookmark_value><bookmark_value>bitmaps; converting to</bookmark_value>"
+#. m=G)
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"hd_id3150960\n"
+"24\n"
+"help.text"
+msgid "Presentation always on top"
msgstr ""
-#: 13050500.xhp#hd_id3153142.1.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/13050500.xhp\" name=\"To Bitmap\">To Bitmap</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: 13050500.xhp#par_id3146975.2.help.text
-msgid "<ahelp hid=\".uno:ConvertIntoBitmap\">Converts the selected object to a bitmap (a grid of pixels that represents an image).</ahelp>"
+#. fdq3
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3150764\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"SD:CHECKBOX:DLG_START_PRESENTATION:CBX_ALWAYS_ON_TOP\">The $[officename] window remains on top during the presentation. No other program will show its window in front of your presentation.</ahelp>"
msgstr ""
-#: 13050500.xhp#par_id3149377.4.help.text
-msgid "For more information, see the <link href=\"text/shared/00/00000005.xhp\" name=\"Glossary\">Glossary</link>."
+#. nG]Y
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"hd_id6086611\n"
+"help.text"
+msgid "Multiple Monitors"
msgstr ""
-#: 13050500.xhp#par_id3155333.3.help.text
-msgid "You can also copy the selected object and choose <emph>Edit - Paste Special </emph>and select the bitmap format from the list<emph/>."
+#. yYaL
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id5446943\n"
+"help.text"
+msgid "By default the primary monitor is used for slide show mode. If the current desktop is displayed on more than one monitor, you can select which monitor to use for full screen slide show mode. If the current desktop spans only one monitor, or if the multi monitor feature is not supported on the current system, you cannot select another monitor."
msgstr ""
-#: 13180200.xhp#tit.help.text
-msgid "Subtract"
+#. \do.
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"hd_id4962309\n"
+"help.text"
+msgid "Presentation Monitor"
msgstr ""
-#: 13180200.xhp#hd_id3150439.1.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/13180200.xhp\" name=\"Subtract\">Subtract</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: 13180200.xhp#par_id3152596.2.help.text
-msgid "<ahelp hid=\".uno:Substract\" visibility=\"visible\">Subtracts the area of the selected objects from the area of the lowermost object.</ahelp>"
+#. ]^3s
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id5168919\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select a monitor to use for full screen slide show mode.</ahelp>"
msgstr ""
-#: 13180200.xhp#par_id3154320.3.help.text
-msgid "Any spaces between the objects are preserved."
+#. ;ThO
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id4846339\n"
+"help.text"
+msgid "If the system allows to span a window over all available monitors, you can also select \"All monitors\". In this case the presentation spans over all available monitors."
msgstr ""
-#: 03150000.xhp#tit.help.text
-msgid "Master"
-msgstr "მთავატი"
-
-#: 03150000.xhp#bm_id3153142.help.text
-msgid "<bookmark_value>master views</bookmark_value>"
+#. F#bI
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id2321543\n"
+"help.text"
+msgid "This setting is saved in the user configuration and not inside the document."
msgstr ""
-#: 03150000.xhp#hd_id3153142.1.help.text
+#. l336
+#: effectoptionseffect.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/01/03150000.xhp\" name=\"Master\">Master</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"tit\n"
+"help.text"
+msgid "Effect"
+msgstr "#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\\nეფექტი\\n#-#-#-#-# database.po (PACKAGE VERSION) #-#-#-#-#\\nეფექტი\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nეფექტები\\n#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\nეფქტი"
+
+#. :t-.
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_idN10682\n"
+"help.text"
+msgid "<variable id=\"effect\"><link href=\"text/simpress/01/effectoptionseffect.xhp\">Effect</link></variable>"
+msgstr ""
-#: 03150000.xhp#par_id3150011.2.help.text
-msgid "<ahelp hid=\"HID_SD_BTN_MASTERPAGE\">Switches to one of several master views, where you can add elements that you want to appear on all of the slides in your show.</ahelp>"
+#. 56=S
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_idN106A0\n"
+"help.text"
+msgid "Specifies the settings and enhancements for the current effect in the <link href=\"text/simpress/01/effectoptions.xhp\">Effect Options</link> dialog."
msgstr ""
-#: 03110000.xhp#tit.help.text
-msgid "Notes Page"
+#. %ir$
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_idN106B1\n"
+"help.text"
+msgid "Settings"
msgstr ""
-#: 03110000.xhp#bm_id3153190.help.text
-msgid "<bookmark_value>notes; adding to slides</bookmark_value><bookmark_value>slides;inserting speaker notes</bookmark_value><bookmark_value>speaker notes;inserting</bookmark_value>"
+#. 9OUr
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_idN106B5\n"
+"help.text"
+msgid "For some effects, the settings can be specified on the <emph>Effect</emph> tab page."
msgstr ""
-#: 03110000.xhp#hd_id3153190.1.help.text
+#. 7cQS
+#: effectoptionseffect.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/01/03110000.xhp\" name=\"Notes Page\">Notes Page</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"hd_id950041\n"
+"help.text"
+msgid "Direction"
+msgstr "#-#-#-#-# shared.po (PACKAGE VERSION) #-#-#-#-#\\nმიმართულება\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nმიმარულება\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nმიმართულება"
+
+#. -kSI
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_id2195196\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the direction for the effect.</ahelp>"
+msgstr ""
-#: 03110000.xhp#par_id3154491.2.help.text
-msgid "<ahelp hid=\"HID_SD_BTN_NOTES\">Switches to notes page view, where you can add notes to your slides.</ahelp> Notes are hidden from the audience when you give your presentation."
+#. B3o?
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"hd_id8484756\n"
+"help.text"
+msgid "Accelerated start"
msgstr ""
-#: 04990400.xhp#tit.help.text
-msgid "Time (variable)"
+#. 4kM*
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_id5049287\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enable this option to assign a gradually increasing speed to the start of the effect.</ahelp>"
msgstr ""
-#: 04990400.xhp#bm_id3146119.help.text
-msgid "<bookmark_value>times;variable</bookmark_value><bookmark_value>fields;times (variable)</bookmark_value>"
+#. f$P7
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"hd_id7056794\n"
+"help.text"
+msgid "Decelerated end"
msgstr ""
-#: 04990400.xhp#hd_id3146119.1.help.text
-msgid "<link href=\"text/simpress/01/04990400.xhp\" name=\"Time (variable)\">Time (variable)</link>"
+#. pV}t
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_id1145359\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enable this option to assign a gradually decreasing speed to the end of the effect.</ahelp>"
msgstr ""
-#: 04990400.xhp#par_id3147434.2.help.text
-msgid "<ahelp hid=\".uno:InsertTimeFieldVar\">Inserts the current time into your slide as a variable field. The time is automatically updated when you reload the file.</ahelp>"
+#. \`bP
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_idN10707\n"
+"help.text"
+msgid "Enhancements"
msgstr ""
-#: 06100000.xhp#tit.help.text
-msgctxt "06100000.xhp#tit.help.text"
-msgid "Custom Slide Shows"
+#. G/~?
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_idN1070B\n"
+"help.text"
+msgid "Specifies the enhancements for the current effect."
msgstr ""
-#: 06100000.xhp#hd_id3154659.1.help.text
-msgctxt "06100000.xhp#hd_id3154659.1.help.text"
-msgid "Custom Slide Shows"
+#. x]M)
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_idN1070E\n"
+"help.text"
+msgid "Sound"
msgstr ""
-#: 06100000.xhp#par_id3149207.2.help.text
-msgid "<variable id=\"indipraesent\"><ahelp hid=\".uno:CustomShowDialog\">Defines a custom slide show using slides within the current presentation. You can then pick slides to meet the needs of your audience. You can create as many custom slide shows as you want.</ahelp></variable>"
+#. :4AD
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_idN10712\n"
+"help.text"
+msgid "<ahelp hid=\"878824971\">Select a sound from the Gallery or select one of the special entries.</ahelp>"
msgstr ""
-#: 06100000.xhp#hd_id3155530.3.help.text
-msgid "Name of the presentation(s)"
+#. H_/e
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_idN10718\n"
+"help.text"
+msgid "<emph>No sound</emph> - no sound is played during animation of the effect."
msgstr ""
-#: 06100000.xhp#par_id3156449.4.help.text
-msgid "<ahelp hid=\"SD_LISTBOX_DLG_CUSTOMSHOW_LB_CUSTOMSHOWS\">Lists the custom slide shows that are available.</ahelp>"
+#. W#?I
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_idN1071F\n"
+"help.text"
+msgid "<emph>Stop previous sound</emph> - the sound of the previous effect is stopped as soon as the current effect runs."
msgstr ""
-#: 06100000.xhp#par_id3149408.5.help.text
-msgid "To create a custom slide show, click <emph>New</emph>."
+#. rR3X
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_idN10726\n"
+"help.text"
+msgid "<emph>Other sound</emph> - displays a file open dialog to select a sound file."
msgstr ""
-#: 06100000.xhp#hd_id3152899.9.help.text
-msgid "Use Custom Slide Show"
+#. 19(]
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_idN1072C\n"
+"help.text"
+msgid "Sound button"
msgstr ""
-#: 06100000.xhp#par_id3149947.10.help.text
-msgid "<ahelp hid=\"SD_CHECKBOX_DLG_CUSTOMSHOW_CBX_USE_CUSTOMSHOW\">Runs the custom slide show you selected when you click <emph>Start</emph>. Otherwise, the entire presentation is shown.</ahelp>"
+#. f1SE
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_idN10730\n"
+"help.text"
+msgid "<ahelp hid=\".\">Plays the selected sound file.</ahelp>"
msgstr ""
-#: 06100000.xhp#hd_id3148604.6.help.text
-msgid "To run a custom slide show:"
+#. oMSf
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_idN10733\n"
+"help.text"
+msgid "After animation"
msgstr ""
-#: 06100000.xhp#par_id3153250.7.help.text
-msgid "Click the show in the list and then select <emph>Use Custom Slide Show</emph>."
+#. T6}K
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_idN10737\n"
+"help.text"
+msgid "<ahelp hid=\"878824973\">Select a color to be shown after the animation ends, or select another after-effect from the list</ahelp>:"
msgstr ""
-#: 06100000.xhp#par_id3159230.8.help.text
-#, fuzzy
-msgid "Click <emph>Start</emph>."
-msgstr "დააწკაპუნეთ <emph>OK</emph>."
+#. 0b4}
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_idN10752\n"
+"help.text"
+msgid "<emph>Dim with color</emph> - after the animation a dim color fills the shape."
+msgstr ""
-#: 06100000.xhp#hd_id3153808.11.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/06100100.xhp\" name=\"New\">New</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
+#. q%So
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_idN1073D\n"
+"help.text"
+msgid "<emph>Don't dim</emph> - no after-effect runs."
+msgstr ""
-#: 06100000.xhp#hd_id3153073.12.help.text
-#, fuzzy
-msgctxt "06100000.xhp#hd_id3153073.12.help.text"
-msgid "Edit"
-msgstr "გასვლა"
+#. REmg
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_idN10744\n"
+"help.text"
+msgid "<emph>Hide after animation</emph> - hides the shape after the animation ends."
+msgstr ""
-#: 06100000.xhp#par_id3150431.13.help.text
-msgid "<ahelp hid=\"SD_PUSHBUTTON_DLG_CUSTOMSHOW_BTN_EDIT\"><link href=\"text/simpress/01/06100100.xhp\" name=\"Add, remove or reorder\">Add, remove or reorder</link> slides as well as change the name of the selected custom slide show.</ahelp>"
+#. boPa
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_idN1074B\n"
+"help.text"
+msgid "<emph>Hide on next animation</emph> - hides the shape on the next animation."
msgstr ""
-#: 06100000.xhp#hd_id3151393.14.help.text
-#, fuzzy
-msgid "Copy"
+#. J?6W
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_idN10865\n"
+"help.text"
+msgid "Dim color"
msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ასლის შექმნა\n"
-"#-#-#-#-# optionen.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ასლი\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"კოპირება\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"კოპირება"
-#: 06100000.xhp#par_id3145236.15.help.text
-msgid "<ahelp hid=\"SD_PUSHBUTTON_DLG_CUSTOMSHOW_BTN_COPY\">Creates a copy of the selected custom slide show. You can modify the name of the show by clicking <emph>Edit</emph>.</ahelp>"
+#. p,FF
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_idN1087B\n"
+"help.text"
+msgid "<ahelp hid=\"878824975\">Select the dim color.</ahelp>"
msgstr ""
-#: 06100000.xhp#hd_id3153121.16.help.text
-msgctxt "06100000.xhp#hd_id3153121.16.help.text"
-msgid "Start"
+#. 3Em{
+#: effectoptionseffect.xhp
+#, fuzzy
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_idN10758\n"
+"help.text"
+msgid "Text animation"
+msgstr "ტექსტის ანიმაცია"
+
+#. _q`8
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_idN1075C\n"
+"help.text"
+msgid "<ahelp hid=\"878824977\">Select the animation mode for the text of the current shape</ahelp>:"
msgstr ""
-#: 06100000.xhp#par_id3157907.17.help.text
-msgid "<ahelp hid=\"SD_PUSHBUTTON_DLG_CUSTOMSHOW_BTN_STARTSHOW\">Runs the slide show. Ensure that <emph>Use Custom Slide Show</emph> is selected if you want to run a custom presentation.</ahelp>"
+#. r?p!
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_idN10762\n"
+"help.text"
+msgid "<emph>All at once</emph> - animates the text all at once."
msgstr ""
-#: 04110200.xhp#tit.help.text
-msgctxt "04110200.xhp#tit.help.text"
-msgid "Insert Text"
+#. isQp
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_idN10769\n"
+"help.text"
+msgid "<emph>Word by word</emph> - animates the text word by word."
msgstr ""
-#: 04110200.xhp#hd_id3145252.1.help.text
-msgctxt "04110200.xhp#hd_id3145252.1.help.text"
-msgid "Insert Text"
+#. g@cx
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_idN10770\n"
+"help.text"
+msgid "<emph>Letter by letter</emph> - animates the text letter by letter."
msgstr ""
-#: 04110200.xhp#par_id3150716.2.help.text
-msgid "Inserts text from an ASCII, RTF, or HTML file into the active slide."
+#. WPL%
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_idN10776\n"
+"help.text"
+msgid "Delay between characters"
msgstr ""
-#: 04110200.xhp#par_id3149018.3.help.text
-msgid "The inserted text uses the default text formatting of the active slide. If you want, you can drag a text frame in your slide, and then insert the text. The text frame automatically extends downwards for longer text passages."
+#. pGEY
+#: effectoptionseffect.xhp
+msgctxt ""
+"effectoptionseffect.xhp\n"
+"par_idN1077A\n"
+"help.text"
+msgid "<ahelp hid=\"878828050\">Specifies the percentage of delay between animations of words or letters.</ahelp>"
msgstr ""
-#: 04110200.xhp#hd_id3156382.4.help.text
-msgid "Display list"
+#. /O33
+#: 04110000.xhp
+msgctxt ""
+"04110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert File"
msgstr ""
-#: 04110200.xhp#par_id3154702.5.help.text
-msgid "Select the text you want to insert from the list."
+#. mgay
+#: 04110000.xhp
+msgctxt ""
+"04110000.xhp\n"
+"bm_id3153728\n"
+"help.text"
+msgid "<bookmark_value>files; inserting</bookmark_value><bookmark_value>inserting; files</bookmark_value><bookmark_value>HTML; inserting files</bookmark_value>"
msgstr ""
-#: 04110200.xhp#hd_id3150200.6.help.text
+#. M{K%
+#: 04110000.xhp
#, fuzzy
-msgctxt "04110200.xhp#hd_id3150200.6.help.text"
-msgid "Link"
+msgctxt ""
+"04110000.xhp\n"
+"hd_id3153728\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/04110000.xhp\" name=\"Insert File\">Insert File</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
+
+#. ?$q)
+#: 04110000.xhp
+msgctxt ""
+"04110000.xhp\n"
+"par_id3145799\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"dateitext\"><ahelp hid=\".uno:ImportFromFile\">Inserts a file into the active slide. You can insert $[officename] Draw or Impress files, or text from an HTML document or a text file.</ahelp></variable> If you have an active internet connection, you can also insert text from a web page by entering its URL in the <emph>File name </emph>box."
msgstr ""
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ხაზი\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ხაზი\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"სტრიქონი"
-#: 04110200.xhp#par_id3155333.7.help.text
-msgid "Inserts the text as a link. Links are updated automatically when the source file changes."
+#. lUe?
+#: 04110000.xhp
+msgctxt ""
+"04110000.xhp\n"
+"par_id3155446\n"
+"4\n"
+"help.text"
+msgid "You can also choose to only insert specific <link href=\"text/simpress/01/04110100.xhp\" name=\"slides or objects\">slides or objects</link> from $[officename] Draw or Impress files."
msgstr ""
-#: 05170000.xhp#tit.help.text
+#. |(%v
+#: 05170000.xhp
+msgctxt ""
+"05170000.xhp\n"
+"tit\n"
+"help.text"
msgid "Connectors"
msgstr "შემაერთებლები"
-#: 05170000.xhp#bm_id3150297.help.text
+#. ,SO=
+#: 05170000.xhp
+msgctxt ""
+"05170000.xhp\n"
+"bm_id3150297\n"
+"help.text"
msgid "<bookmark_value>connectors; properties of</bookmark_value>"
msgstr ""
-#: 05170000.xhp#hd_id3150297.1.help.text
+#. Z;(9
+#: 05170000.xhp
#, fuzzy
+msgctxt ""
+"05170000.xhp\n"
+"hd_id3150297\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/simpress/01/05170000.xhp\" name=\"Connectors\">Connectors</link>"
msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 05170000.xhp#par_id3149209.2.help.text
+#. BALj
+#: 05170000.xhp
+msgctxt ""
+"05170000.xhp\n"
+"par_id3149209\n"
+"2\n"
+"help.text"
msgid "<variable id=\"verbindertext\"><ahelp hid=\".uno:ConnectorAttributes\">Sets the properties of a connector.</ahelp></variable>"
msgstr ""
-#: 05170000.xhp#hd_id3145384.21.help.text
-msgctxt "05170000.xhp#hd_id3145384.21.help.text"
+#. I-[;
+#: 05170000.xhp
+msgctxt ""
+"05170000.xhp\n"
+"hd_id3145384\n"
+"21\n"
+"help.text"
msgid "Type"
msgstr ""
-#: 05170000.xhp#par_id3152899.22.help.text
-msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_CONNECTION:LB_TYPE\">Lists the types of connectors that are available.</ahelp>There are four types of connectors: <emph>standard, line, straight, and curved</emph>."
+#. CKx_
+#: 05170000.xhp
+msgctxt ""
+"05170000.xhp\n"
+"par_id3152899\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_CONNECTION:LB_TYPE\">Lists the types of connectors that are available.</ahelp> There are four types of connectors: <emph>standard, line, straight, and curved</emph>."
msgstr ""
-#: 05170000.xhp#hd_id3148866.3.help.text
+#. jqJ%
+#: 05170000.xhp
+msgctxt ""
+"05170000.xhp\n"
+"hd_id3148866\n"
+"3\n"
+"help.text"
msgid "Line skew"
msgstr ""
-#: 05170000.xhp#par_id3148605.4.help.text
+#. GduP
+#: 05170000.xhp
+msgctxt ""
+"05170000.xhp\n"
+"par_id3148605\n"
+"4\n"
+"help.text"
msgid "Defines the skew of a connector line. The preview window displays the result."
msgstr ""
-#: 05170000.xhp#hd_id3157982.5.help.text
+#. tz3V
+#: 05170000.xhp
+msgctxt ""
+"05170000.xhp\n"
+"hd_id3157982\n"
+"5\n"
+"help.text"
msgid "Line 1"
msgstr ""
-#: 05170000.xhp#par_id3150215.6.help.text
+#. B_J6
+#: 05170000.xhp
+msgctxt ""
+"05170000.xhp\n"
+"par_id3150215\n"
+"6\n"
+"help.text"
msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_CONNECTION:MTR_FLD_LINE_1\">Enter a skew value for Line 1.</ahelp>"
msgstr ""
-#: 05170000.xhp#hd_id3145360.7.help.text
+#. 7gz/
+#: 05170000.xhp
+msgctxt ""
+"05170000.xhp\n"
+"hd_id3145360\n"
+"7\n"
+"help.text"
msgid "Line 2"
msgstr ""
-#: 05170000.xhp#par_id3146962.8.help.text
+#. Y|fG
+#: 05170000.xhp
+msgctxt ""
+"05170000.xhp\n"
+"par_id3146962\n"
+"8\n"
+"help.text"
msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_CONNECTION:MTR_FLD_LINE_2\">Enter a skew value for Line 2.</ahelp>"
msgstr ""
-#: 05170000.xhp#hd_id3149873.9.help.text
+#. 4*~U
+#: 05170000.xhp
+msgctxt ""
+"05170000.xhp\n"
+"hd_id3149873\n"
+"9\n"
+"help.text"
msgid "Line 3"
msgstr ""
-#: 05170000.xhp#par_id3153957.10.help.text
+#. K^2l
+#: 05170000.xhp
+msgctxt ""
+"05170000.xhp\n"
+"par_id3153957\n"
+"10\n"
+"help.text"
msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_CONNECTION:MTR_FLD_LINE_3\">Enter a skew value for Line 3.</ahelp>"
msgstr ""
-#: 05170000.xhp#hd_id3145581.11.help.text
+#. \mCu
+#: 05170000.xhp
+msgctxt ""
+"05170000.xhp\n"
+"hd_id3145581\n"
+"11\n"
+"help.text"
msgid "Line spacing"
msgstr ""
-#: 05170000.xhp#par_id3150395.12.help.text
+#. A.$U
+#: 05170000.xhp
+msgctxt ""
+"05170000.xhp\n"
+"par_id3150395\n"
+"12\n"
+"help.text"
msgid "Sets the line spacing for the connectors."
msgstr ""
-#: 05170000.xhp#hd_id3147297.13.help.text
+#. CE\|
+#: 05170000.xhp
+msgctxt ""
+"05170000.xhp\n"
+"hd_id3147297\n"
+"13\n"
+"help.text"
msgid "Begin horizontal"
msgstr ""
-#: 05170000.xhp#par_id3145238.14.help.text
+#. Hfre
+#: 05170000.xhp
+msgctxt ""
+"05170000.xhp\n"
+"par_id3145238\n"
+"14\n"
+"help.text"
msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_CONNECTION:MTR_FLD_HORZ_1\">Enter the amount of horizontal space you want at the beginning of the connector.</ahelp>"
msgstr ""
-#: 05170000.xhp#hd_id3153118.15.help.text
+#. qE-Q
+#: 05170000.xhp
+msgctxt ""
+"05170000.xhp\n"
+"hd_id3153118\n"
+"15\n"
+"help.text"
msgid "Begin vertical"
msgstr ""
-#: 05170000.xhp#par_id3150653.16.help.text
+#. H}S2
+#: 05170000.xhp
+msgctxt ""
+"05170000.xhp\n"
+"par_id3150653\n"
+"16\n"
+"help.text"
msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_CONNECTION:MTR_FLD_VERT_1\">Enter the amount of vertical space you want at the beginning of the connector.</ahelp>"
msgstr ""
-#: 05170000.xhp#hd_id3150746.17.help.text
+#. XUVP
+#: 05170000.xhp
+msgctxt ""
+"05170000.xhp\n"
+"hd_id3150746\n"
+"17\n"
+"help.text"
msgid "End horizontal"
msgstr ""
-#: 05170000.xhp#par_id3148726.18.help.text
+#. P9?,
+#: 05170000.xhp
+msgctxt ""
+"05170000.xhp\n"
+"par_id3148726\n"
+"18\n"
+"help.text"
msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_CONNECTION:MTR_FLD_HORZ_2\">Enter the amount of horizontal space you want at the end of the connector.</ahelp>"
msgstr ""
-#: 05170000.xhp#hd_id3153038.19.help.text
+#. mi85
+#: 05170000.xhp
+msgctxt ""
+"05170000.xhp\n"
+"hd_id3153038\n"
+"19\n"
+"help.text"
msgid "End vertical"
msgstr ""
-#: 05170000.xhp#par_id3155260.20.help.text
+#. MD7%
+#: 05170000.xhp
+msgctxt ""
+"05170000.xhp\n"
+"par_id3155260\n"
+"20\n"
+"help.text"
msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_CONNECTION:MTR_FLD_VERT_2\">Enter the amount of vertical space you want at the end of the connector.</ahelp>"
msgstr ""
-#: 05170000.xhp#hd_id3147369.23.help.text
+#. 3IsF
+#: 05170000.xhp
+msgctxt ""
+"05170000.xhp\n"
+"hd_id3147369\n"
+"23\n"
+"help.text"
msgid "Reset line skew"
msgstr ""
-#: 05170000.xhp#par_id3159205.24.help.text
-msgid "<ahelp hid=\".uno:NewRouting\">Resets the line skew values to the default.</ahelp>.<embedvar href=\"text/shared/00/00000001.xhp#kontext\"/>"
+#. b#Mi
+#: 05170000.xhp
+msgctxt ""
+"05170000.xhp\n"
+"par_id3159205\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\".uno:NewRouting\">Resets the line skew values to the default.</ahelp><embedvar href=\"text/shared/00/00000001.xhp#kontext\"/>"
msgstr ""
-#: 03090000.xhp#tit.help.text
-msgid "Outline"
-msgstr "მონახაზი"
-
-#: 03090000.xhp#bm_id3149664.help.text
-msgid "<bookmark_value>outline view</bookmark_value><bookmark_value>editing;slide titles</bookmark_value>"
-msgstr ""
-
-#: 03090000.xhp#hd_id3149664.1.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/03090000.xhp\" name=\"Outline\">Outline</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: 03090000.xhp#par_id3152597.2.help.text
-msgid "<ahelp hid=\"HID_SD_BTN_OUTLINE\">Switches to outline view where you can reorder slides and edit slide titles and headings.</ahelp>"
-msgstr ""
-
-#: 03090000.xhp#par_id3150715.3.help.text
-msgid "The <emph>Text Formatting</emph> bar contains the following icons for slide titles:<link href=\"text/shared/02/06060000.xhp\" name=\"Promote\">Promote</link>, <link href=\"text/shared/02/06050000.xhp\" name=\"Demote\">Demote</link>, <link href=\"text/shared/02/06100000.xhp\" name=\"Move Up\">Move Up</link> and <link href=\"text/shared/02/06110000.xhp\" name=\"Move Down\">Move Down</link>. If you want to reorder slide titles with the keyboard, ensure that the cursor is at the beginning of a title and press <item type=\"keycode\">Tab</item> to move the title one level lower in the hierarchy. To move the title up one level, press <item type=\"keycode\">Shift+Tab</item>."
-msgstr ""
-
-#: 03090000.xhp#par_id3156382.4.help.text
-msgid "The upper outline level corresponds to slide titles, and the lower levels correspond to the headings on a slides."
-msgstr ""
-
-#: 02140000.xhp#tit.help.text
-msgctxt "02140000.xhp#tit.help.text"
-msgid "Delete Layer"
-msgstr ""
-
-#: 02140000.xhp#bm_id3153541.help.text
-msgid "<bookmark_value>layers; deleting</bookmark_value> <bookmark_value>deleting; layers</bookmark_value>"
-msgstr ""
-
-#: 02140000.xhp#hd_id3153541.1.help.text
-msgctxt "02140000.xhp#hd_id3153541.1.help.text"
-msgid "Delete Layer"
-msgstr ""
-
-#: 02140000.xhp#par_id3148664.2.help.text
-msgid "<variable id=\"ebeneloeschen\"><ahelp hid=\".uno:DeleteLayer\">Deletes the active layer.</ahelp></variable>"
-msgstr ""
-
-#: 05120500m.xhp#tit.help.text
-msgctxt "05120500m.xhp#tit.help.text"
-msgid "Delete"
-msgstr ""
-
-#: 05120500m.xhp#hd_id3145801.1.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/05120500m.xhp\" name=\"Delete\">Delete</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: 05120500m.xhp#par_id3153418.2.help.text
-#, fuzzy
-msgid "<variable id=\"loeschentext\"><ahelp hid=\".uno:DeleteColumns\">Deletes the selected column(s) from the table.</ahelp></variable>"
-msgstr "<variable id=\"loeschentext\"><ahelp hid=\".uno:DeleteRows\">შლის მონიშნულ რიგ(ებ)ს ცხრილიდან.</ahelp></variable>"
-
-#: 05120500m.xhp#par_id3156385.3.help.text
-msgid "This command is only available if the cursor is in a table."
-msgstr "ეს პარამეტრი ხელმისაწვდომია მხოლოდ მაშინ, როცა კურსორი ცხრილშია"
-
-#: 05120500m.xhp#par_id3155328.115.help.text
-msgctxt "05120500m.xhp#par_id3155328.115.help.text"
-msgid "On <emph>Table</emph> Bar, click"
-msgstr ""
-
-#: 05120500m.xhp#par_id3153600.help.text
-msgid "<image id=\"img_id3153607\" src=\"cmd/sc_deletecolumns.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3153607\">Icon</alt></image>"
+#. 7,ZU
+#: 01180000.xhp
+msgctxt ""
+"01180000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Page"
msgstr ""
-#: 05120500m.xhp#par_id3154423.116.help.text
-msgid "Delete Column"
-msgstr "სვეტის წაშლა"
-
-#: 03070000.xhp#tit.help.text
-msgid "Presentation"
-msgstr "პრეზენტაცია"
-
-#: 03070000.xhp#hd_id3153144.1.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/03070000.xhp\" name=\"Presentation\">Presentation</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: 03070000.xhp#par_id3146975.2.help.text
-msgid "<ahelp hid=\".uno:CommonTaskBarVisible\">Common commands for slides.</ahelp>"
+#. 4BDN
+#: 01180000.xhp
+msgctxt ""
+"01180000.xhp\n"
+"hd_id3149379\n"
+"1\n"
+"help.text"
+msgid "Page"
msgstr ""
-#: 03070000.xhp#hd_id3154018.4.help.text
-msgid "<link href=\"text/simpress/01/04010000.xhp\" name=\"Slide\">Slide</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: 03070000.xhp#hd_id3154754.5.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/05130000.xhp\" name=\"Slide Layout\">Slide Layout</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: 03070000.xhp#hd_id3155960.6.help.text
-#, fuzzy
-msgctxt "03070000.xhp#hd_id3155960.6.help.text"
-msgid "<link href=\"text/simpress/01/05120000.xhp\" name=\"Slide Design\">Slide Design</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: 03151000.xhp#tit.help.text
-msgid "Master Elements"
+#. yQd[
+#: 01180000.xhp
+msgctxt ""
+"01180000.xhp\n"
+"par_id3150717\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"seiteeintext\"><ahelp hid=\".uno:PageSetup\" visibility=\"visible\">Sets page orientation, page margins, background and other layout options.</ahelp></variable>"
msgstr ""
-#: 03151000.xhp#bm_id4083986.help.text
-msgid "<bookmark_value>headers and footers;master layouts</bookmark_value><bookmark_value>master layouts with headers and footers</bookmark_value>"
+#. APYP
+#: 01180000.xhp
+msgctxt ""
+"01180000.xhp\n"
+"par_id3145587\n"
+"5\n"
+"help.text"
+msgid "To change the background of all of the pages in the active file, select a background, click <emph>OK</emph> and click <emph>Yes</emph> in the <emph>Page Settings</emph> dialog."
msgstr ""
-#: 03151000.xhp#par_idN1056D.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/03151000.xhp\">Master Elements</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: 03151000.xhp#par_idN1057D.help.text
-msgid "<ahelp hid=\".\">Add header, footer, date, and slide number placeholders to the slide master.</ahelp>"
+#. ZW-\
+#: 13050400.xhp
+msgctxt ""
+"13050400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Convert to 3D Rotation Object"
msgstr ""
-#: 03100000.xhp#tit.help.text
-msgid "Slide Sorter"
+#. a2TA
+#: 13050400.xhp
+msgctxt ""
+"13050400.xhp\n"
+"hd_id3146974\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/13050400.xhp\" name=\"Convert to 3D Rotation Object\">Convert to 3D Rotation Object</link>"
msgstr ""
-#: 03100000.xhp#hd_id3146974.1.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/03100000.xhp\" name=\"Slide Sorter\">Slide Sorter</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-
-#: 03100000.xhp#par_id3154492.2.help.text
-msgid "<ahelp hid=\"HID_SD_BTN_SLIDE\">Displays miniature versions of the slides.</ahelp>"
+#. m0A~
+#: 13050400.xhp
+msgctxt ""
+"13050400.xhp\n"
+"par_id3150717\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertInto3DLatheFast\">Creates a three-dimensional shape by rotating the selected object around its vertical axis.</ahelp>"
msgstr ""
-#: 13050600.xhp#tit.help.text
-msgid "To metafile "
+#. HTP+
+#: 04990400.xhp
+msgctxt ""
+"04990400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Time (variable)"
msgstr ""
-#: 13050600.xhp#bm_id3147434.help.text
-msgid "<bookmark_value>converting; to metafile format (WMF)</bookmark_value><bookmark_value>metafiles; converting to</bookmark_value>"
+#. QWv_
+#: 04990400.xhp
+msgctxt ""
+"04990400.xhp\n"
+"bm_id3146119\n"
+"help.text"
+msgid "<bookmark_value>times;variable</bookmark_value><bookmark_value>fields;times (variable)</bookmark_value>"
msgstr ""
-#: 13050600.xhp#hd_id3147434.1.help.text
+#. pZvh
+#: 04990400.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/01/13050600.xhp\" name=\"To metafile\">To metafile</link>"
+msgctxt ""
+"04990400.xhp\n"
+"hd_id3146119\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/04990400.xhp\" name=\"Time (variable)\">Time (variable)</link>"
msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 13050600.xhp#par_id3154490.2.help.text
-msgid "<ahelp hid=\".uno:ConvertIntoMetaFile\">Converts the selected object to Windows Metafile Format (WMF), containing both bitmap and vector graphic data.</ahelp>"
-msgstr ""
-
-#: 13050600.xhp#par_id3151075.4.help.text
-msgid "For more information on WMF, see the <link href=\"text/shared/00/00000005.xhp\" name=\"Glossary\">Glossary</link>."
-msgstr ""
-
-#: 13050600.xhp#par_id3147344.3.help.text
-msgid "You can also copy the selected object and choose <emph>Edit - Paste Special </emph>and select MetaFile from the list."
+#. TMWo
+#: 04990400.xhp
+msgctxt ""
+"04990400.xhp\n"
+"par_id3147434\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertTimeFieldVar\">Inserts the current time into your slide as a variable field. The time is automatically updated when you reload the file.</ahelp>"
msgstr ""
-#: 06040000.xhp#tit.help.text
+#. 5OFM
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"tit\n"
+"help.text"
msgid "Slide Transition"
msgstr ""
-#: 06040000.xhp#bm_id3153142.help.text
+#. G-uj
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"bm_id3153142\n"
+"help.text"
msgid "<bookmark_value>slide transitions; manual</bookmark_value><bookmark_value>slide transitions; sounds</bookmark_value><bookmark_value>sounds; on slide transitions</bookmark_value>"
msgstr ""
-#: 06040000.xhp#hd_id3153142.1.help.text
+#. m4D]
+#: 06040000.xhp
#, fuzzy
+msgctxt ""
+"06040000.xhp\n"
+"hd_id3153142\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/simpress/01/06040000.xhp\" name=\"Slide Transition\">Slide Transition</link>"
msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 06040000.xhp#par_id3154011.2.help.text
+#. j)hP
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3154011\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\".uno:Dia\">Defines the special effect that plays when you display a slide during a slide show.</ahelp>"
msgstr ""
-#: 06040000.xhp#par_id3154704.54.help.text
+#. 1V);
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3154704\n"
+"54\n"
+"help.text"
msgid "To apply the same transition effect to more than one slide, switch to the <link href=\"text/simpress/01/03100000.xhp\" name=\"Slide View\">Slide Sorter</link>, select the slides, and then choose <emph>Slide Show - Slide Transition</emph>."
msgstr ""
-#: 06040000.xhp#hd_id3149257.3.help.text
+#. ~j3!
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"hd_id3149257\n"
+"3\n"
+"help.text"
msgid "Apply to selected slides"
msgstr ""
-#: 06040000.xhp#par_id3145790.17.help.text
+#. !nCp
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3145790\n"
+"17\n"
+"help.text"
msgid "<ahelp hid=\"SD:IMAGEBUTTON:FLT_WIN_SLIDE_CHANGE:BTN_VT_EFFECT\">Select the slide transition you want to use for the selected slides.</ahelp>"
msgstr ""
-#: 06040000.xhp#par_idN106A5.help.text
+#. F-]2
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_idN106A5\n"
+"help.text"
msgid "Modify transition"
msgstr ""
-#: 06040000.xhp#par_idN106AB.help.text
+#. Jsq{
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_idN106AB\n"
+"help.text"
msgid "<ahelp hid=\".\">Enter the transition properties.</ahelp>"
msgstr ""
-#: 06040000.xhp#hd_id3159207.5.help.text
-msgctxt "06040000.xhp#hd_id3159207.5.help.text"
+#. `B1`
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"hd_id3159207\n"
+"5\n"
+"help.text"
msgid "Speed"
msgstr ""
-#: 06040000.xhp#par_id3149048.20.help.text
+#. @5o}
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3149048\n"
+"20\n"
+"help.text"
msgid "<variable id=\"geschwindigkeit1\"><ahelp hid=\".uno:DiaSpeed\">Sets the speed of the slide transition.</ahelp></variable><variable id=\"geschwindigkeit2\"></variable>"
msgstr ""
-#: 06040000.xhp#hd_id3156304.11.help.text
-msgctxt "06040000.xhp#hd_id3156304.11.help.text"
+#. W041
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"hd_id3156304\n"
+"11\n"
+"help.text"
msgid "Sound"
msgstr ""
-#: 06040000.xhp#par_id3153212.29.help.text
+#. a*h4
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3153212\n"
+"29\n"
+"help.text"
msgid "<ahelp hid=\"SD:IMAGEBUTTON:FLT_WIN_SLIDE_CHANGE:BTN_SOUND\">Lists sounds that can played during the slide transition.</ahelp>"
msgstr ""
-#: 06040000.xhp#par_idN1071E.help.text
+#. }z7X
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_idN1071E\n"
+"help.text"
msgid "Loop until next sound"
msgstr ""
-#: 06040000.xhp#par_idN10724.help.text
+#. B-JU
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_idN10724\n"
+"help.text"
msgid "<ahelp hid=\".\">Select to play the sound repeatedly until another sound starts.</ahelp>"
msgstr ""
-#: 06040000.xhp#par_idN10729.help.text
+#. ?;$v
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_idN10729\n"
+"help.text"
msgid "Advance slide"
msgstr ""
-#: 06040000.xhp#par_idN10737.help.text
+#. ((2d
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_idN10737\n"
+"help.text"
msgid "<ahelp hid=\".\">Specifies how to get the next slide.</ahelp>"
msgstr ""
-#: 06040000.xhp#par_idN1072F.help.text
+#. @Fi+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_idN1072F\n"
+"help.text"
msgid "On mouse click"
msgstr ""
-#: 06040000.xhp#par_idN10744.help.text
+#. ~DLK
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_idN10744\n"
+"help.text"
msgid "<ahelp hid=\".\">Select to advance to the next slide on a mouse click.</ahelp>"
msgstr ""
-#: 06040000.xhp#par_idN10735.help.text
-msgctxt "06040000.xhp#par_idN10735.help.text"
+#. ,pu}
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_idN10735\n"
+"help.text"
msgid "Automatically after"
msgstr ""
-#: 06040000.xhp#par_idN10751.help.text
+#. U^@)
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_idN10751\n"
+"help.text"
msgid "<ahelp hid=\".\">Select to advance to the next slide after a number of seconds. Enter the seconds in the numerical field next to the spin button, or click the spin button.</ahelp>"
msgstr ""
-#: 06040000.xhp#par_idN1073B.help.text
+#. 3$]e
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_idN1073B\n"
+"help.text"
msgid "Apply to All Slides"
msgstr ""
-#: 06040000.xhp#par_idN1075E.help.text
+#. 2XBE
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_idN1075E\n"
+"help.text"
msgid "<ahelp hid=\".\">Applies the selected slide transition to all slides in the current presentation document.</ahelp>"
msgstr ""
-#: 06040000.xhp#par_idN10741.help.text
-msgctxt "06040000.xhp#par_idN10741.help.text"
+#. I+x(
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_idN10741\n"
+"help.text"
msgid "Play"
msgstr ""
-#: 06040000.xhp#par_idN1076B.help.text
+#. }#%X
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_idN1076B\n"
+"help.text"
msgid "<ahelp hid=\".\">Shows the current slide transition as a preview.</ahelp>"
msgstr ""
-#: 06040000.xhp#par_idN10747.help.text
-msgctxt "06040000.xhp#par_idN10747.help.text"
+#. mS8d
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_idN10747\n"
+"help.text"
msgid "Slide Show"
msgstr ""
-#: 06040000.xhp#par_idN10778.help.text
-msgctxt "06040000.xhp#par_idN10778.help.text"
+#. l9NQ
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_idN10778\n"
+"help.text"
msgid "<ahelp hid=\".\">Starts the slide show from the current slide.</ahelp>"
msgstr ""
-#: 06040000.xhp#par_idN1074D.help.text
-msgctxt "06040000.xhp#par_idN1074D.help.text"
+#. 4F+V
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_idN1074D\n"
+"help.text"
msgid "Automatic preview"
msgstr ""
-#: 06040000.xhp#par_idN10785.help.text
+#. d-f0
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_idN10785\n"
+"help.text"
msgid "<ahelp hid=\".\">Select to see the slide transitions automatically in the document.</ahelp>"
msgstr ""
-#: 05120100.xhp#tit.help.text
-msgctxt "05120100.xhp#tit.help.text"
-msgid "Load Slide Design"
+#. `Dq\
+#: 04990200.xhp
+msgctxt ""
+"04990200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Date (variable)"
msgstr ""
-#: 05120100.xhp#hd_id3153728.1.help.text
-msgctxt "05120100.xhp#hd_id3153728.1.help.text"
-msgid "Load Slide Design"
+#. P$^m
+#: 04990200.xhp
+msgctxt ""
+"04990200.xhp\n"
+"bm_id3154320\n"
+"help.text"
+msgid "<bookmark_value>dates; variable</bookmark_value><bookmark_value>fields; dates (variable)</bookmark_value>"
msgstr ""
-#: 05120100.xhp#par_id3150717.2.help.text
-msgid "Load additional slide designs for your presentation."
+#. H_=J
+#: 04990200.xhp
+#, fuzzy
+msgctxt ""
+"04990200.xhp\n"
+"hd_id3154320\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/04990200.xhp\" name=\"Date (variable)\">Date (variable)</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
+
+#. h#Hp
+#: 04990200.xhp
+msgctxt ""
+"04990200.xhp\n"
+"par_id3154011\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertDateFieldVar\">Inserts the current date into your slide as a variable field. The date is automatically updated when you reload the file.</ahelp>"
msgstr ""
-#: 05120100.xhp#par_id3154016.4.help.text
-msgid "Select a design category, and then a template you want to apply."
+#. $.#d
+#: 04990000.xhp
+msgctxt ""
+"04990000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fields"
msgstr ""
-#: 05120100.xhp#hd_id3150327.27.help.text
-msgid "Categories"
+#. |@$m
+#: 04990000.xhp
+msgctxt ""
+"04990000.xhp\n"
+"bm_id3154011\n"
+"help.text"
+msgid "<bookmark_value>fields;in slides</bookmark_value>"
msgstr ""
-#: 05120100.xhp#par_id3147338.28.help.text
-msgid "<ahelp hid=\"SFX2_LISTBOX_DLG_NEW_FILE_LB_REGION\">Displays the available slide design categories.</ahelp>"
+#. Hi?W
+#: 04990000.xhp
+#, fuzzy
+msgctxt ""
+"04990000.xhp\n"
+"hd_id3154011\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/04990000.xhp\" name=\"Fields\">Fields</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
+
+#. Q/-F
+#: 04990000.xhp
+msgctxt ""
+"04990000.xhp\n"
+"par_id3149666\n"
+"2\n"
+"help.text"
+msgid "Lists common fields that you can insert into your slide."
msgstr ""
-#: 05120100.xhp#hd_id3155962.5.help.text
-msgid "Templates"
-msgstr "შაბლონები"
+#. 9-b2
+#: 04990000.xhp
+msgctxt ""
+"04990000.xhp\n"
+"par_id3145799\n"
+"3\n"
+"help.text"
+msgid "If you want to edit a field in your slide, select it and choose <emph>Edit – Fields</emph>."
+msgstr ""
-#: 05120100.xhp#par_id3155337.6.help.text
-msgid "<ahelp hid=\"SFX2_LISTBOX_DLG_NEW_FILE_LB_TEMPLATE\">Displays the templates for the selected design category.</ahelp>"
+#. +|gF
+#: effectoptionstiming.xhp
+msgctxt ""
+"effectoptionstiming.xhp\n"
+"tit\n"
+"help.text"
+msgid "Timing"
msgstr ""
-#: 05120100.xhp#hd_id3145791.7.help.text
-msgid "More>>"
+#. 7:[{
+#: effectoptionstiming.xhp
+msgctxt ""
+"effectoptionstiming.xhp\n"
+"par_idN10544\n"
+"help.text"
+msgid "<variable id=\"timing\"><link href=\"text/simpress/01/effectoptionstiming.xhp\">Timing</link></variable>"
msgstr ""
-#: 05120100.xhp#par_id3150344.8.help.text
-msgid "<ahelp hid=\"SFX2_MOREBUTTON_DLG_NEW_FILE_BT_MORE\">Shows or hides a preview and the properties of a selected template.</ahelp>"
+#. 1``/
+#: effectoptionstiming.xhp
+msgctxt ""
+"effectoptionstiming.xhp\n"
+"par_idN10562\n"
+"help.text"
+msgid "Specifies the timing for the current effect in the <link href=\"text/simpress/01/effectoptions.xhp\">Effect Options</link> dialog."
msgstr ""
-#: 05120100.xhp#hd_id3154659.9.help.text
-msgctxt "05120100.xhp#hd_id3154659.9.help.text"
-msgid "Preview"
+#. fkk)
+#: effectoptionstiming.xhp
+msgctxt ""
+"effectoptionstiming.xhp\n"
+"par_idN1057D\n"
+"help.text"
+msgid "Start"
msgstr ""
-#: 05120100.xhp#par_id3166431.10.help.text
-msgid "<ahelp hid=\"SFX2_CHECKBOX_DLG_NEW_FILE_BTN_PREVIEW\">Turns on a preview of the template.</ahelp>"
+#. OENy
+#: effectoptionstiming.xhp
+msgctxt ""
+"effectoptionstiming.xhp\n"
+"par_idN1066F\n"
+"help.text"
+msgid "<ahelp hid=\"878841346\">Displays the start property of the selected animation effect.</ahelp> The following start properties are available:"
msgstr ""
-#: 05120100.xhp#hd_id3150369.11.help.text
-msgid "Preview field"
+#. cXeF
+#: effectoptionstiming.xhp
+msgctxt ""
+"effectoptionstiming.xhp\n"
+"par_idN10675\n"
+"help.text"
+msgid "<emph>On click</emph> - the animation stops at this effect until the next mouse click."
msgstr ""
-#: 05120100.xhp#par_id3154485.12.help.text
-msgid "Displays a preview of the template."
+#. _47e
+#: effectoptionstiming.xhp
+msgctxt ""
+"effectoptionstiming.xhp\n"
+"par_idN1067C\n"
+"help.text"
+msgid "<emph>With previous</emph> - the animation runs immediately."
msgstr ""
-#: 05120100.xhp#par_id3159206.13.help.text
-msgid "Some templates may not contain visible text objects or drawing objects."
+#. for_
+#: effectoptionstiming.xhp
+msgctxt ""
+"effectoptionstiming.xhp\n"
+"par_idN10683\n"
+"help.text"
+msgid "<emph>After previous</emph> - the animation runs as soon as the previous animation ends."
msgstr ""
-#: 05120100.xhp#hd_id3149053.14.help.text
-msgctxt "05120100.xhp#hd_id3149053.14.help.text"
-msgid "Description"
+#. ZY-@
+#: effectoptionstiming.xhp
+msgctxt ""
+"effectoptionstiming.xhp\n"
+"par_idN10583\n"
+"help.text"
+msgid "Delay"
msgstr ""
-#: 05120100.xhp#par_id3150051.15.help.text
-msgid "Lists the properties of the selected template."
+#. @36i
+#: effectoptionstiming.xhp
+msgctxt ""
+"effectoptionstiming.xhp\n"
+"par_idN10693\n"
+"help.text"
+msgid "<ahelp hid=\"878844420\">Specifies an additional delay of n seconds until the effect starts.</ahelp>"
msgstr ""
-#: 05120100.xhp#par_id3145234.29.help.text
-msgid "These properties are optional and the boxes may be blank.You cannot edit the properties in this area."
+#. R#\r
+#: effectoptionstiming.xhp
+msgctxt ""
+"effectoptionstiming.xhp\n"
+"par_idN10587\n"
+"help.text"
+msgid "Speed"
msgstr ""
-#: 05120100.xhp#hd_id3153124.16.help.text
-msgid "Title"
-msgstr "სათაური"
+#. /#CX
+#: effectoptionstiming.xhp
+msgctxt ""
+"effectoptionstiming.xhp\n"
+"par_idN106A0\n"
+"help.text"
+msgid "<ahelp hid=\"878841862\">Specifies the duration of the effect.</ahelp>"
+msgstr ""
-#: 05120100.xhp#par_id3150650.17.help.text
-msgid "<ahelp hid=\"SFX2_EDIT_DLG_NEW_FILE_ED_TITLE\">Displays the title of the template.</ahelp>"
+#. `Ox1
+#: effectoptionstiming.xhp
+msgctxt ""
+"effectoptionstiming.xhp\n"
+"par_idN1058B\n"
+"help.text"
+msgid "Repeat"
+msgstr "გამეორება"
+
+#. x/S9
+#: effectoptionstiming.xhp
+msgctxt ""
+"effectoptionstiming.xhp\n"
+"par_idN106AD\n"
+"help.text"
+msgid "<ahelp hid=\"878841864\">Specifies whether and how to repeat the current effect.</ahelp> Enter the number of repeats, or select from the list:"
msgstr ""
-#: 05120100.xhp#hd_id3157900.18.help.text
-msgid "Subject"
-msgstr "თემა"
+#. qG`#
+#: effectoptionstiming.xhp
+msgctxt ""
+"effectoptionstiming.xhp\n"
+"par_idN106B3\n"
+"help.text"
+msgid "<emph>(none)</emph> - the effect is not repeated."
+msgstr ""
-#: 05120100.xhp#par_id3146874.19.help.text
-msgid "<ahelp hid=\"SFX2_EDIT_DLG_NEW_FILE_ED_THEMA\">Displays the subject of the template. Some templates are grouped together by subject.</ahelp>"
+#. 9TH5
+#: effectoptionstiming.xhp
+msgctxt ""
+"effectoptionstiming.xhp\n"
+"par_idN106BA\n"
+"help.text"
+msgid "<emph>Until next click</emph> - the animation is repeated until the next mouse click."
msgstr ""
-#: 05120100.xhp#hd_id3148728.20.help.text
-msgid "Keywords"
-msgstr "საკვანძო სიტყვები"
+#. U%H,
+#: effectoptionstiming.xhp
+msgctxt ""
+"effectoptionstiming.xhp\n"
+"par_idN106C1\n"
+"help.text"
+msgid "<emph>Until end of slide</emph> - the animation repeats as long as the slide is displayed."
+msgstr ""
-#: 05120100.xhp#par_id3153036.21.help.text
-msgid "<ahelp hid=\"SFX2_EDIT_DLG_NEW_FILE_ED_KEYWORDS\">Displays the keywords for searching.</ahelp>"
+#. (IrE
+#: effectoptionstiming.xhp
+msgctxt ""
+"effectoptionstiming.xhp\n"
+"par_idN1058F\n"
+"help.text"
+msgid "Rewind when done playing"
msgstr ""
-#: 05120100.xhp#hd_id3148583.22.help.text
-msgctxt "05120100.xhp#hd_id3148583.22.help.text"
-msgid "Description"
+#. `5Rh
+#: effectoptionstiming.xhp
+msgctxt ""
+"effectoptionstiming.xhp\n"
+"par_idN106D1\n"
+"help.text"
+msgid "<ahelp hid=\"878838793\">Specifies whether to let the animated shape return to its starting state after the animation ends.</ahelp>"
msgstr ""
-#: 05120100.xhp#par_id3155260.23.help.text
-msgid "<ahelp hid=\"SFX2_MULTILINEEDIT_DLG_NEW_FILE_ED_DESC\">Brief summary of the selected template.</ahelp>"
+#. X1JQ
+#: effectoptionstiming.xhp
+msgctxt ""
+"effectoptionstiming.xhp\n"
+"par_idN10593\n"
+"help.text"
+msgid "Animate as part of click sequence"
msgstr ""
-#: 04990300.xhp#tit.help.text
-msgid "Time (fixed) "
+#. qli-
+#: effectoptionstiming.xhp
+msgctxt ""
+"effectoptionstiming.xhp\n"
+"par_idN106DE\n"
+"help.text"
+msgid "<ahelp hid=\"878838283\">Specifies whether to let the animation start in the normal click sequence.</ahelp>"
msgstr ""
-#: 04990300.xhp#bm_id3146121.help.text
-msgid "<bookmark_value>times; fixed</bookmark_value><bookmark_value>fields; times (fixed)</bookmark_value>"
+#. XR_l
+#: effectoptionstiming.xhp
+msgctxt ""
+"effectoptionstiming.xhp\n"
+"par_idN10597\n"
+"help.text"
+msgid "Start effect on click of"
msgstr ""
-#: 04990300.xhp#hd_id3146121.1.help.text
+#. CRcr
+#: effectoptionstiming.xhp
+msgctxt ""
+"effectoptionstiming.xhp\n"
+"par_idN106EB\n"
+"help.text"
+msgid "<ahelp hid=\"878838284\">Specifies whether to let the animation start when a specified shape is clicked.</ahelp>"
+msgstr ""
+
+#. ~N7P
+#: effectoptionstiming.xhp
+msgctxt ""
+"effectoptionstiming.xhp\n"
+"par_idN107C5\n"
+"help.text"
+msgid "<ahelp hid=\"878841357\">Select the shape by its name from the list box.</ahelp>"
+msgstr ""
+
+#. ,I/X
+#: 13050300.xhp
+msgctxt ""
+"13050300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Convert to 3D"
+msgstr ""
+
+#. ?X0k
+#: 13050300.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/01/04990300.xhp\" name=\"Time (fixed)\">Time (fixed)</link>"
+msgctxt ""
+"13050300.xhp\n"
+"hd_id3154017\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/13050300.xhp\" name=\"Convert to 3D\">Convert to 3D</link>"
msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 04990300.xhp#par_id3153726.2.help.text
-msgid "<ahelp hid=\".uno:InsertTimeFieldFix\">Inserts the current time into your slide as a fixed field. The time is not automatically updated.</ahelp>"
+#. -sbL
+#: 13050300.xhp
+msgctxt ""
+"13050300.xhp\n"
+"par_id3155066\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertInto3D\">Converts the selected object to a three-dimensional (3D) object.</ahelp>"
msgstr ""
-#: 04040000m.xhp#tit.help.text
-msgid "Columns"
-msgstr "სვეტები"
+#. 2G7Z
+#: 13050300.xhp
+msgctxt ""
+"13050300.xhp\n"
+"par_id3147339\n"
+"8\n"
+"help.text"
+msgid "<variable id=\"anmerkung\">The selected object is first converted to a contour, and then to a 3D object.</variable>"
+msgstr ""
-#: 04040000m.xhp#bm_id31556284711.help.text
-msgid "<bookmark_value>inserting; columns</bookmark_value><bookmark_value>columns; inserting</bookmark_value>"
+#. a9HE
+#: 13050300.xhp
+msgctxt ""
+"13050300.xhp\n"
+"par_id3149127\n"
+"3\n"
+"help.text"
+msgid "If you select two or more objects and convert them to 3D, the result is a 3D group that acts as a single object. You can edit the individual objects in the group by choosing <switchinline select=\"appl\"><caseinline select=\"DRAW\"><emph>Modify</emph> - <emph>Enter Group</emph></caseinline><defaultinline><emph>Format - Group - Edit Group</emph></defaultinline></switchinline>. Choose <switchinline select=\"appl\"><caseinline select=\"DRAW\"><emph>Modify – Exit Group</emph></caseinline><defaultinline><emph>Format – Group – Exit Group</emph></defaultinline></switchinline> when you are finished."
msgstr ""
-#: 04040000m.xhp#hd_id3155628.1.help.text
-#, fuzzy
-msgid "<link href=\"text/simpress/01/04040000m.xhp\" name=\"Columns\">Columns</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
+#. W`LG
+#: 13050300.xhp
+msgctxt ""
+"13050300.xhp\n"
+"par_id3151242\n"
+"5\n"
+"help.text"
+msgid "Converting a group of objects to 3D does not change the stacking order of the individual objects."
+msgstr ""
-#: 04040000m.xhp#par_id3150791.2.help.text
-msgid "<ahelp hid=\".uno:InsertColumns\">Inserts a new column to the left of the active cell. The number of columns inserted correspond to the number of columns selected. The existing columns are moved to the right.</ahelp>"
+#. fQ0a
+#: 13050300.xhp
+msgctxt ""
+"13050300.xhp\n"
+"par_id3146965\n"
+"9\n"
+"help.text"
+msgid "Press F3 to quickly enter a group and Ctrl+F3 to leave the group."
msgstr ""
-#: 04040000m.xhp#par_id0916200811234668.help.text
-msgid "In the context menu of a cell, choose <emph>Insert - Columns</emph>"
+#. AV94
+#: 13050300.xhp
+msgctxt ""
+"13050300.xhp\n"
+"par_id3145114\n"
+"4\n"
+"help.text"
+msgid "You can also convert bitmap images and vector graphics, including clipart, to 3D objects. $[officename] treats bitmaps as rectangles and vector graphics as a group of polygons when converting to 3D."
+msgstr ""
+
+#. M]P%
+#: 13050300.xhp
+msgctxt ""
+"13050300.xhp\n"
+"par_id3149876\n"
+"6\n"
+"help.text"
+msgid "Even drawing objects that contain text can be converted."
+msgstr ""
+
+#. qQp5
+#: 13050300.xhp
+msgctxt ""
+"13050300.xhp\n"
+"par_id3153960\n"
+"7\n"
+"help.text"
+msgid "If you want, you can also apply a <link href=\"text/shared/01/05350000.xhp\" name=\"3D Effect\">3D Effect</link> to the converted object."
+msgstr ""
+
+#. /+jT
+#: 03120000.xhp
+msgctxt ""
+"03120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Handout Page"
msgstr ""
-#: 13050000.xhp#tit.help.text
+#. rKW$
+#: 03120000.xhp
#, fuzzy
-msgid "Convert"
+msgctxt ""
+"03120000.xhp\n"
+"hd_id3149456\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/03120000.xhp\" name=\"Handout Page\">Handout Page</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
+
+#. e:[r
+#: 03120000.xhp
+msgctxt ""
+"03120000.xhp\n"
+"par_id3154684\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SD_BTN_HANDOUT\">Switches to the handout master page, where you can scale several slides to fit on one printed page.</ahelp> To modify the number of slides you can print on a page, open the <emph>Layouts</emph> task pane and double-click a layout."
msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"კონვერტირება\n"
-"#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\n"
-"კონვერტირება\n"
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"კონვერტაცია"
-#: 13050000.xhp#hd_id3152596.1.help.text
+#. M-KG
+#: 04990500.xhp
+msgctxt ""
+"04990500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Page Number"
+msgstr "გვერდის ნომერი"
+
+#. WL|j
+#: 04990500.xhp
+msgctxt ""
+"04990500.xhp\n"
+"bm_id3154319\n"
+"help.text"
+msgid "<bookmark_value>fields; page numbers</bookmark_value><bookmark_value>page number field</bookmark_value><bookmark_value>slide numbers</bookmark_value><bookmark_value>presentations; numbering slides in</bookmark_value>"
+msgstr ""
+
+#. W.;I
+#: 04990500.xhp
#, fuzzy
-msgid "<link href=\"text/simpress/01/13050000.xhp\" name=\"Convert\">Convert</link>"
+msgctxt ""
+"04990500.xhp\n"
+"hd_id3154319\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/04990500.xhp\" name=\"Page Numbers\">Page Number</link>"
msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 13050000.xhp#par_id3151075.2.help.text
-msgid "Options for converting the selected object."
+#. kYRu
+#: 04990500.xhp
+msgctxt ""
+"04990500.xhp\n"
+"par_id3145799\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Inserts the page number into the current slide or page.</ahelp> If you want to add a page number to every slide, choose View - Master<switchinline select=\"appl\"><caseinline select=\"IMPRESS\"> - Slide Master</caseinline></switchinline> and insert the page number field. To change the number format, choose <emph>Format - Page</emph> and then select a format from the list in the <emph>Layout Settings</emph> area."
msgstr ""
-#: slidesorter.xhp#tit.help.text
-msgid "Page/Slide Pane"
+#. jV3P
+#: 05250700.xhp
+msgctxt ""
+"05250700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Reverse"
msgstr ""
-#: slidesorter.xhp#par_idN10544.help.text
-msgid "<link href=\"text/simpress/01/slidesorter.xhp\"><switchinline select=\"appl\"><caseinline select=\"DRAW\">Page </caseinline><defaultinline>Slide </defaultinline></switchinline>Pane</link>"
+#. gO:f
+#: 05250700.xhp
+msgctxt ""
+"05250700.xhp\n"
+"bm_id3154011\n"
+"help.text"
+msgid "<bookmark_value>reversing objects</bookmark_value><bookmark_value>objects; reversing</bookmark_value>"
msgstr ""
-#: slidesorter.xhp#par_idN10554.help.text
-msgid "<ahelp hid=\".\">Switches the <switchinline select=\"appl\"><caseinline select=\"DRAW\">Page </caseinline><defaultinline>Slide </defaultinline></switchinline>Pane on and off.</ahelp>"
+#. ETA!
+#: 05250700.xhp
+#, fuzzy
+msgctxt ""
+"05250700.xhp\n"
+"hd_id3154011\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/05250700.xhp\" name=\"Reverse\">Reverse</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
+
+#. Ce97
+#: 05250700.xhp
+msgctxt ""
+"05250700.xhp\n"
+"par_id3145800\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ReverseOrder\">Reverses the stacking order of the selected objects.</ahelp>"
msgstr ""
-#: slidesorter.xhp#par_idN10557.help.text
-msgid "You can use the <switchinline select=\"appl\"><caseinline select=\"DRAW\">Page </caseinline><defaultinline>Slide </defaultinline></switchinline> Pane to add, to rename, to delete, and to arrange slides or pages in Impress and Draw."
+#. 2^`)
+#: 05250700.xhp
+msgctxt ""
+"05250700.xhp\n"
+"par_id3150717\n"
+"3\n"
+"help.text"
+msgid "You can select this function only if at least two drawing elements are selected together."
msgstr ""
-#: 04030000.xhp#tit.help.text
-msgctxt "04030000.xhp#tit.help.text"
+#. I[*}
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"tit\n"
+"help.text"
msgid "Snap Point/Line"
msgstr ""
-#: 04030000.xhp#bm_id3145800.help.text
+#. ?rij
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"bm_id3145800\n"
+"help.text"
msgid "<bookmark_value>snap lines, see also guides</bookmark_value><bookmark_value>snap points;inserting</bookmark_value><bookmark_value>guides; inserting</bookmark_value><bookmark_value>magnetic lines in presentations</bookmark_value>"
msgstr ""
-#: 04030000.xhp#hd_id3145800.1.help.text
-msgctxt "04030000.xhp#hd_id3145800.1.help.text"
+#. sv\l
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"hd_id3145800\n"
+"1\n"
+"help.text"
msgid "Snap Point/Line"
msgstr ""
-#: 04030000.xhp#par_id3150752.2.help.text
+#. ttf_
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id3150752\n"
+"2\n"
+"help.text"
msgid "<variable id=\"fangtext\"><ahelp hid=\".uno:CapturePoint\">Inserts a snap point or snap line (also known as guide) that you can use to quickly align objects.</ahelp></variable> Snap points and snap lines do not appear in printed output."
msgstr ""
-#: 04030000.xhp#par_id3145388.19.help.text
+#. }dpf
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id3145388\n"
+"19\n"
+"help.text"
msgid "You can drag a snap line from the rulers and drop them on the page. To delete a snap line, drag it back to the ruler."
msgstr ""
-#: 04030000.xhp#par_id3153815.3.help.text
+#. =Wo6
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id3153815\n"
+"3\n"
+"help.text"
msgid "Draw or move an object near a snap point or snap line to snap it in place."
msgstr ""
-#: 04030000.xhp#par_id3157978.4.help.text
+#. TbOC
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id3157978\n"
+"4\n"
+"help.text"
msgid "To set the snap range, choose <switchinline select=\"appl\"><caseinline select=\"DRAW\"><link href=\"text/shared/optionen/01070300.xhp\" name=\"Drawing - Grid\"><emph>%PRODUCTNAME Draw - Grid</emph></link></caseinline><defaultinline><link href=\"text/shared/optionen/01070300.xhp\" name=\"Presentation - Grid\"><emph>%PRODUCTNAME Impress - Grid</emph></link></defaultinline></switchinline> in the Options dialog box."
msgstr ""
-#: 04030000.xhp#hd_id3147402.5.help.text
+#. wTO[
+#: 04030000.xhp
#, fuzzy
+msgctxt ""
+"04030000.xhp\n"
+"hd_id3147402\n"
+"5\n"
+"help.text"
msgid "Position"
-msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"მდებარეობა\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"Position"
-
-#: 04030000.xhp#par_id3150533.6.help.text
-msgid "Sets the position of a selected snap point or line relative to the top left corner of the page. "
-msgstr ""
-
-#: 04030000.xhp#par_id3153040.24.help.text
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nმდებარეობა\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nPosition"
+
+#. (%U,
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id3150533\n"
+"6\n"
+"help.text"
+msgid "Sets the position of a selected snap point or line relative to the top left corner of the page."
+msgstr ""
+
+#. z}H@
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id3153040\n"
+"24\n"
+"help.text"
msgid "You can also drag a snap point or snap line to a new position."
msgstr ""
-#: 04030000.xhp#hd_id3153078.7.help.text
-msgctxt "04030000.xhp#hd_id3153078.7.help.text"
+#. b6uj
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"hd_id3153078\n"
+"7\n"
+"help.text"
msgid "X axis"
msgstr ""
-#: 04030000.xhp#par_id3149951.8.help.text
+#. :*jf
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id3149951\n"
+"8\n"
+"help.text"
msgid "<ahelp hid=\"SD:METRICFIELD:DLG_SNAPLINE:MTR_FLD_X\">Enter the amount of space you want between the snap point or line and the left edge of the page.</ahelp>"
msgstr ""
-#: 04030000.xhp#hd_id3153932.9.help.text
-msgctxt "04030000.xhp#hd_id3153932.9.help.text"
+#. =i!k
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"hd_id3153932\n"
+"9\n"
+"help.text"
msgid "Y axis"
msgstr ""
-#: 04030000.xhp#par_id3153113.10.help.text
+#. _\h,
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id3153113\n"
+"10\n"
+"help.text"
msgid "<ahelp hid=\"SD:METRICFIELD:DLG_SNAPLINE:MTR_FLD_Y\">Enter the amount of space you want between the snap point or line and the top edge of the page.</ahelp>"
msgstr ""
-#: 04030000.xhp#hd_id3145168.11.help.text
-msgctxt "04030000.xhp#hd_id3145168.11.help.text"
+#. _?=8
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"hd_id3145168\n"
+"11\n"
+"help.text"
msgid "Type"
msgstr ""
-#: 04030000.xhp#par_id3154503.12.help.text
+#. ~Tep
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id3154503\n"
+"12\n"
+"help.text"
msgid "Specified the type of snap object you want to insert."
msgstr ""
-#: 04030000.xhp#hd_id3147366.13.help.text
+#. 1C9X
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"hd_id3147366\n"
+"13\n"
+"help.text"
msgid "Point"
msgstr ""
-#: 04030000.xhp#par_id3155926.14.help.text
+#. IV`d
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id3155926\n"
+"14\n"
+"help.text"
msgid "<ahelp hid=\"SD:IMAGERADIOBUTTON:DLG_SNAPLINE:RB_POINT\">Inserts a snap point.</ahelp>"
msgstr ""
-#: 04030000.xhp#hd_id3150014.15.help.text
+#. RL?s
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"hd_id3150014\n"
+"15\n"
+"help.text"
msgid "Vertical"
msgstr "ვერტიკალური"
-#: 04030000.xhp#par_id3145241.16.help.text
+#. 4G5`
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id3145241\n"
+"16\n"
+"help.text"
msgid "<ahelp hid=\"SD:IMAGERADIOBUTTON:DLG_SNAPLINE:RB_VERTICAL\">Inserts a vertical snap line.</ahelp>"
msgstr ""
-#: 04030000.xhp#hd_id3148386.17.help.text
+#. WjNP
+#: 04030000.xhp
#, fuzzy
+msgctxt ""
+"04030000.xhp\n"
+"hd_id3148386\n"
+"17\n"
+"help.text"
msgid "Horizontal"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nჰორიზონტალური\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\nჰორიზონტული"
+
+#. OL8i
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id3145348\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SD:IMAGERADIOBUTTON:DLG_SNAPLINE:RB_HORIZONTAL\">Inserts a horizontal snap line.</ahelp>"
msgstr ""
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ჰორიზონტალური\n"
-"#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ჰორიზონტული"
-#: 04030000.xhp#par_id3145348.18.help.text
-msgid "<ahelp hid=\"SD:IMAGERADIOBUTTON:DLG_SNAPLINE:RB_HORIZONTAL\">Inserts a horizontal snap line.</ahelp>"
+#. 9@Z}
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Dimensioning"
msgstr ""
-#: 04030100.xhp#tit.help.text
-msgctxt "04030100.xhp#tit.help.text"
-msgid "Edit Snap Line / Point"
+#. o\ll
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"bm_id3150439\n"
+"help.text"
+msgid "<bookmark_value>dimension lines; properties of</bookmark_value>"
msgstr ""
-#: 04030100.xhp#bm_id3149020.help.text
-msgid "<bookmark_value>guides; editing</bookmark_value><bookmark_value>editing; guides and snap points</bookmark_value><bookmark_value>snap points; editing</bookmark_value>"
+#. !$!V
+#: 05150000.xhp
+#, fuzzy
+msgctxt ""
+"05150000.xhp\n"
+"hd_id3150439\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/05150000.xhp\" name=\"Dimensioning\">Dimensioning</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
+
+#. P#y,
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"par_id3159154\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"bemaszungtext\"><ahelp hid=\".uno:MeasureAttributes\">Changes the length, measurement and guide properties of the selected <link href=\"text/simpress/02/10120000.xhp\" name=\"dimension line\">dimension line</link>.</ahelp></variable>"
msgstr ""
-#: 04030100.xhp#hd_id3149020.1.help.text
-msgctxt "04030100.xhp#hd_id3149020.1.help.text"
-msgid "Edit Snap Line / Point"
+#. D_!?
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"par_id3156382\n"
+"85\n"
+"help.text"
+msgid "If you want to modify the line style or the arrow style of a dimension line, choose <link href=\"text/shared/01/05200000.xhp\" name=\"Format - Line\"><emph>Format - Line</emph></link>."
msgstr ""
-#: 04030100.xhp#par_id3149259.2.help.text
-msgid "<ahelp hid=\".uno:SetSnapItem\">Sets the position of the selected snap point or snap line relative to the top left corner of the page. </ahelp>"
+#. B8|w
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"par_id3154658\n"
+"93\n"
+"help.text"
+msgid "A Dimension Line is always inserted on the <link href=\"text/simpress/guide/layer_tipps.xhp\" name=\"layer\">layer</link> called <emph>Dimension Lines</emph>. If you set that layer to invisible, you will not see any Dimension Line in your drawing."
msgstr ""
-#: 04030100.xhp#hd_id3159238.3.help.text
-msgid "Delete Snap Line/Point"
+#. h5?C
+#: 05150000.xhp
+#, fuzzy
+msgctxt ""
+"05150000.xhp\n"
+"hd_id3166426\n"
+"3\n"
+"help.text"
+msgid "Line"
+msgstr "#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\nხაზი\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nხაზი\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nსტრიქონი"
+
+#. h.lN
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"par_id3159344\n"
+"4\n"
+"help.text"
+msgid "Sets the distance properties of the dimension line and the guides with respect to each other and to the baseline."
msgstr ""
-#: 04030100.xhp#par_id3154656.4.help.text
-msgid "<ahelp hid=\".uno:DeleteSnapItem\">Deletes the selected snap point or snap line.</ahelp>"
+#. 4cLn
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"hd_id3150368\n"
+"5\n"
+"help.text"
+msgid "Line distance"
msgstr ""
-#: 04990200.xhp#tit.help.text
-msgid "Date (variable) "
+#. j!PL
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"par_id3145388\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_MEASURE:MTR_LINE_DIST\">Specifies the distance between the dimension line and the baseline (line distance = 0).</ahelp>"
msgstr ""
-#: 04990200.xhp#bm_id3154320.help.text
-msgid "<bookmark_value>dates; variable</bookmark_value><bookmark_value>fields; dates (variable)</bookmark_value>"
+#. Q7j_
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"hd_id3148700\n"
+"7\n"
+"help.text"
+msgid "Guide overhang"
msgstr ""
-#: 04990200.xhp#hd_id3154320.1.help.text
-msgid "<link href=\"text/simpress/01/04990200.xhp\" name=\"Date (variable)\">Date (variable)</link>"
+#. ;q%`
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"par_id3151243\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_MEASURE:MTR_FLD_HELPLINE_OVERHANG\">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.</ahelp>"
msgstr ""
-#: 04990200.xhp#par_id3154011.2.help.text
-msgid "<ahelp hid=\".uno:InsertDateFieldVar\">Inserts the current date into your slide as a variable field. The date is automatically updated when you reload the file.</ahelp>"
+#. 28a/
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"hd_id3149945\n"
+"9\n"
+"help.text"
+msgid "Guide distance"
+msgstr ""
+
+#. 7Svh
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"par_id3159203\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_MEASURE:MTR_FLD_HELPLINE_DIST\">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.</ahelp>"
+msgstr ""
+
+#. 2Ywm
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"hd_id3150212\n"
+"11\n"
+"help.text"
+msgid "Left guide"
+msgstr ""
+
+#. AlE:
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"par_id3154762\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_MEASURE:MTR_FLD_HELPLINE1_LEN\">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.</ahelp>"
+msgstr ""
+
+#. t:r?
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"hd_id3153809\n"
+"13\n"
+"help.text"
+msgid "Right guide"
+msgstr ""
+
+#. orzq
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"par_id3149876\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_MEASURE:MTR_FLD_HELPLINE2_LEN\">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.</ahelp>"
msgstr ""
-#: 05100000.xhp#tit.help.text
+#. v@6?
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"hd_id3150436\n"
+"15\n"
+"help.text"
+msgid "Dimension line below the object"
+msgstr ""
+
+#. ;/Pi
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"par_id3151388\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_MEASURE:TSB_BELOW_REF_EDGE\">Reverses the properties set in the <emph>Line</emph> area.</ahelp>"
+msgstr ""
+
+#. (j7l
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"hd_id3145236\n"
+"91\n"
+"help.text"
+msgid "Decimal places"
+msgstr "ათწილადთა ადგილი"
+
+#. YiO8
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"par_id3157876\n"
+"92\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_MEASURE_MTR_FLD_DECIMALPLACES\">Specifies the number of decimal places used for the display of line properties.</ahelp>"
+msgstr ""
+
+#. p4tl
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"hd_id3150653\n"
+"19\n"
+"help.text"
+msgid "Legend"
+msgstr ""
+
+#. ^aj$
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"par_id3146874\n"
+"20\n"
+"help.text"
+msgid "Sets the properties of the dimension text."
+msgstr ""
+
+#. Endm
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"hd_id3149892\n"
+"21\n"
+"help.text"
+msgid "Text position"
+msgstr ""
+
+#. qD/~
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"par_id3148730\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MEASURE_CTL_POSITION\">Determines the position of the dimension text with respect to the dimension line and the guides.</ahelp>"
+msgstr ""
+
+#. WY4F
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"par_id3148569\n"
+"88\n"
+"help.text"
+msgid "The <emph>AutoVertical </emph>and <emph>AutoHorizontal </emph>checkboxes must be cleared before you can assign the <emph>Text position</emph>."
+msgstr ""
+
+#. _fKJ
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"hd_id3145167\n"
+"23\n"
+"help.text"
+msgid "AutoVertical"
+msgstr ""
+
+#. KqJv
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"par_id3150019\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_MEASURE_TSB_AUTOPOSV\">Determines the optimal vertical position for the dimension text.</ahelp>"
+msgstr ""
+
+#. Rld0
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"hd_id3155928\n"
+"86\n"
+"help.text"
+msgid "AutoHorizontal"
+msgstr ""
+
+#. ?=lg
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"par_id3149882\n"
+"87\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_MEASURE_TSB_AUTOPOSH\">Determines the optimal horizontal position for the dimension text.</ahelp>"
+msgstr ""
+
+#. }kZl
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"hd_id3145247\n"
+"17\n"
+"help.text"
+msgid "Show meas. units"
+msgstr ""
+
+#. CBLr
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"par_id3148386\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_MEASURE:LB_UNIT\">Shows or hides the dimension measurement units. You can also select a measurement unit you want to display from the list.</ahelp>"
+msgstr ""
+
+#. F(q|
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"hd_id3150930\n"
+"83\n"
+"help.text"
+msgid "Parallel to line"
+msgstr ""
+
+#. 2u8w
+#: 05150000.xhp
+msgctxt ""
+"05150000.xhp\n"
+"par_id3156060\n"
+"84\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:TRISTATEBOX:RID_SVXPAGE_MEASURE:TSB_PARALLEL\">Displays the text parallel to or at 90 degrees to the dimension line.</ahelp>"
+msgstr ""
+
+#. AE`4
+#: 03180000.xhp
+msgctxt ""
+"03180000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Color/Grayscale"
+msgstr ""
+
+#. or^;
+#: 03180000.xhp
+msgctxt ""
+"03180000.xhp\n"
+"bm_id3153142\n"
+"help.text"
+msgid "<bookmark_value>display qualities of presentations</bookmark_value><bookmark_value>colors; displaying presentations</bookmark_value><bookmark_value>black and white display</bookmark_value><bookmark_value>grayscale display</bookmark_value>"
+msgstr ""
+
+#. Pspp
+#: 03180000.xhp
+msgctxt ""
+"03180000.xhp\n"
+"hd_id3153142\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/03180000.xhp\" name=\"Display Quality\">Color/Grayscale</link>"
+msgstr ""
+
+#. ooJO
+#: 03180000.xhp
+msgctxt ""
+"03180000.xhp\n"
+"par_id3151073\n"
+"2\n"
+"help.text"
+msgid "Shows slides in color, grayscale, or black and white."
+msgstr ""
+
+#. DZ)@
+#: 03180000.xhp
+msgctxt ""
+"03180000.xhp\n"
+"hd_id3149123\n"
+"3\n"
+"help.text"
+msgid "Color"
+msgstr "ფერი"
+
+#. HLfd
+#: 03180000.xhp
+msgctxt ""
+"03180000.xhp\n"
+"par_id3154757\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\".uno:OutputQualityColor\">Shows slides in color.</ahelp>"
+msgstr ""
+
+#. R/Os
+#: 03180000.xhp
+msgctxt ""
+"03180000.xhp\n"
+"hd_id3155333\n"
+"5\n"
+"help.text"
+msgid "Grayscale"
+msgstr "ნაცრისფერტონები"
+
+#. 0~XT
+#: 03180000.xhp
+msgctxt ""
+"03180000.xhp\n"
+"par_id3150200\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\".uno:OutputQualityGrayscale\">Shows slides in shades of black and white.</ahelp>"
+msgstr ""
+
+#. zuL#
+#: 03180000.xhp
+msgctxt ""
+"03180000.xhp\n"
+"hd_id3150342\n"
+"7\n"
+"help.text"
+msgid "Black and White"
+msgstr ""
+
+#. J=\%
+#: 03180000.xhp
+msgctxt ""
+"03180000.xhp\n"
+"par_id3150207\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\".uno:OutputQualityBlackWhite\">Shows slides in pure black or white without shading.</ahelp>"
+msgstr ""
+
+#. G)Bl
+#: 01180001.xhp
+msgctxt ""
+"01180001.xhp\n"
+"tit\n"
+"help.text"
+msgid "Page"
+msgstr ""
+
+#. Ny!;
+#: 01180001.xhp
+msgctxt ""
+"01180001.xhp\n"
+"bm_id3154011\n"
+"help.text"
+msgid "<bookmark_value>slides; formatting</bookmark_value><bookmark_value>formatting;slides</bookmark_value>"
+msgstr ""
+
+#. t9VU
+#: 01180001.xhp
#, fuzzy
-msgid "Styles and Formatting"
+msgctxt ""
+"01180001.xhp\n"
+"hd_id3154011\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/01180001.xhp\" name=\"Page\">Page</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
+
+#. FL|j
+#: 01180001.xhp
+msgctxt ""
+"01180001.xhp\n"
+"par_id3153416\n"
+"2\n"
+"help.text"
+msgid "Sets page orientation, page margins, background and other layout options."
msgstr ""
-"#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\n"
-"სტილები და ფორმატირება\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"სტილები და ფორმატირება\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"სტილები და ფორმატირება\n"
-"#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\n"
-"სტილები და ფორმატები"
-#: 05100000.xhp#bm_id3156024.help.text
-msgid "<bookmark_value>Styles and Formatting window; graphics documents</bookmark_value><bookmark_value>fill format mode; styles</bookmark_value>"
+#. |d2q
+#: 01180001.xhp
+msgctxt ""
+"01180001.xhp\n"
+"hd_id3155445\n"
+"17\n"
+"help.text"
+msgid "Paper format"
msgstr ""
-#: 05100000.xhp#hd_id3156024.1.help.text
-msgid "<link href=\"text/simpress/01/05100000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link>"
+#. GD`/
+#: 01180001.xhp
+msgctxt ""
+"01180001.xhp\n"
+"hd_id3154703\n"
+"19\n"
+"help.text"
+msgid "Format"
msgstr ""
-#: 05100000.xhp#par_id3150398.2.help.text
-msgid "Lists available styles in a <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"floating window\">floating window</link>."
+#. Eoy*
+#: 01180001.xhp
+msgctxt ""
+"01180001.xhp\n"
+"par_id3150299\n"
+"20\n"
+"help.text"
+msgid "Select a paper format supported by your printer. You can also create a custom page size by selecting <emph>User </emph>and entering the size dimensions in the <emph>Width</emph> and <emph>Height</emph> boxes."
msgstr ""
-#: 05100000.xhp#par_id3150439.28.help.text
-msgid "The Styles and Formatting window in <item type=\"productname\">%PRODUCTNAME</item> Impress behaves differently than in other <item type=\"productname\">%PRODUCTNAME</item> programs. For example, you can create, edit and apply <emph>Graphics Styles</emph>, but you can only edit <emph>Presentation Styles</emph>."
+#. 0%1p
+#: 01180001.xhp
+msgctxt ""
+"01180001.xhp\n"
+"hd_id3154659\n"
+"21\n"
+"help.text"
+msgid "Width"
msgstr ""
-#: 05100000.xhp#par_id3146121.3.help.text
-msgid "When you edit a style, the changes are automatically applied to all of the elements formatted with this style in your document. If you want to ensure that the styles on a specific slide are not updated, create a new <link href=\"text/simpress/guide/masterpage.xhp\" name=\"master page\">master page</link> for the slide."
+#. :Nsf
+#: 01180001.xhp
+msgctxt ""
+"01180001.xhp\n"
+"par_id3152992\n"
+"22\n"
+"help.text"
+msgid "Shows the width of the paper format you selected in the <emph>Format </emph>box. If you selected the <emph>User </emph>format, enter a value for the width of the page."
msgstr ""
-#: 05100000.xhp#hd_id3145251.5.help.text
-msgctxt "05100000.xhp#hd_id3145251.5.help.text"
-msgid "Presentation Styles"
+#. rW/v
+#: 01180001.xhp
+msgctxt ""
+"01180001.xhp\n"
+"hd_id3153816\n"
+"23\n"
+"help.text"
+msgid "Height"
msgstr ""
-#: 05100000.xhp#par_id3153418.6.help.text
-msgid "<ahelp hid=\".uno:TemplateFamily5\">Show styles used in <item type=\"productname\">%PRODUCTNAME</item> Impress AutoLayouts.</ahelp> You can only modify Presentation Styles."
+#. V7i3
+#: 01180001.xhp
+msgctxt ""
+"01180001.xhp\n"
+"par_id3149945\n"
+"24\n"
+"help.text"
+msgid "Shows the height of the paper format you selected in the <emph>Format </emph>box. If you selected the <emph>User </emph>format, enter a value for the height of the page."
msgstr ""
-#: 05100000.xhp#par_id3154253.help.text
-msgid "<image id=\"img_id3156382\" src=\"cmd/sc_presentation.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156382\">Icon</alt></image>"
+#. 1dR1
+#: 01180001.xhp
+#, fuzzy
+msgctxt ""
+"01180001.xhp\n"
+"hd_id3159207\n"
+"25\n"
+"help.text"
+msgid "Portrait"
+msgstr "#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\\nშვეული\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\nპორტრეტი"
+
+#. ~D]R
+#: 01180001.xhp
+msgctxt ""
+"01180001.xhp\n"
+"par_id3153250\n"
+"26\n"
+"help.text"
+msgid "Page orientation is vertical."
msgstr ""
-#: 05100000.xhp#par_id3149128.7.help.text
-msgctxt "05100000.xhp#par_id3149128.7.help.text"
-msgid "Presentation Styles"
+#. !4-8
+#: 01180001.xhp
+#, fuzzy
+msgctxt ""
+"01180001.xhp\n"
+"hd_id3154766\n"
+"27\n"
+"help.text"
+msgid "Landscape"
+msgstr "#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\\nთარაზული\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\nლანდშაფტი"
+
+#. TKHp
+#: 01180001.xhp
+msgctxt ""
+"01180001.xhp\n"
+"par_id3153812\n"
+"28\n"
+"help.text"
+msgid "Page orientation is horizontal."
msgstr ""
-#: 05100000.xhp#hd_id3150297.8.help.text
-msgctxt "05100000.xhp#hd_id3150297.8.help.text"
-msgid "Graphics Styles"
+#. yx+_
+#: 01180001.xhp
+msgctxt ""
+"01180001.xhp\n"
+"hd_id3153075\n"
+"29\n"
+"help.text"
+msgid "Paper tray"
msgstr ""
-#: 05100000.xhp#par_id3148488.9.help.text
-msgid "<ahelp hid=\".uno:ParaStyle\">Show styles for formatting graphical elements, including text objects.</ahelp>"
+#. 3GW%
+#: 01180001.xhp
+msgctxt ""
+"01180001.xhp\n"
+"par_id3145115\n"
+"30\n"
+"help.text"
+msgid "Select the paper source for your printer."
msgstr ""
-#: 05100000.xhp#par_id3145587.help.text
-msgid "<image id=\"img_id3150370\" src=\"cmd/sc_objectcatalog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150370\">Icon</alt></image>"
+#. RRrO
+#: 01180001.xhp
+msgctxt ""
+"01180001.xhp\n"
+"par_id3150652\n"
+"39\n"
+"help.text"
+msgid "If your document uses more than one paper format, you can select a different tray for each format."
msgstr ""
-#: 05100000.xhp#par_id3154484.10.help.text
-msgctxt "05100000.xhp#par_id3154484.10.help.text"
-msgid "Graphics Styles"
+#. 3i%-
+#: 01180001.xhp
+msgctxt ""
+"01180001.xhp\n"
+"hd_id3150746\n"
+"3\n"
+"help.text"
+msgid "Margins"
+msgstr "საზღვრები"
+
+#. m\{j
+#: 01180001.xhp
+msgctxt ""
+"01180001.xhp\n"
+"par_id3153037\n"
+"4\n"
+"help.text"
+msgid "Specify the distance between the edge of a printed page and the printable area."
msgstr ""
-#: 05100000.xhp#hd_id3149404.11.help.text
-msgctxt "05100000.xhp#hd_id3149404.11.help.text"
-msgid "Fill format mode"
+#. i#PV
+#: 01180001.xhp
+#, fuzzy
+msgctxt ""
+"01180001.xhp\n"
+"hd_id3145591\n"
+"5\n"
+"help.text"
+msgid "Left"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nმარცხნივ\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nმარცხნივ\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\nმარცხენა"
+
+#. LP$l
+#: 01180001.xhp
+msgctxt ""
+"01180001.xhp\n"
+"par_id3154561\n"
+"6\n"
+"help.text"
+msgid "Enter the distance between the left edge of the page and the data. You can see the result in the preview."
msgstr ""
-#: 05100000.xhp#par_id3149944.12.help.text
-msgid "<ahelp hid=\"HID_TEMPLDLG_WATERCAN\">Applies the selected style to an object on your slide. Click the paint bucket icon and then click an object in your slide to apply the style. Click the paint bucket icon again to exit this mode.</ahelp>"
+#. Bo?j
+#: 01180001.xhp
+#, fuzzy
+msgctxt ""
+"01180001.xhp\n"
+"hd_id3153084\n"
+"7\n"
+"help.text"
+msgid "Right"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nმარჯვნივ\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\nმარჯვენა"
+
+#. S4Q3
+#: 01180001.xhp
+msgctxt ""
+"01180001.xhp\n"
+"par_id3153001\n"
+"8\n"
+"help.text"
+msgid "Enter the distance between the right edge of the page and the data. You can see the result in the preview."
msgstr ""
-#: 05100000.xhp#par_id3156020.help.text
-msgid "<image id=\"img_id3153246\" src=\"cmd/sc_fillstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153246\">Icon</alt></image>"
+#. oTVg
+#: 01180001.xhp
+#, fuzzy
+msgctxt ""
+"01180001.xhp\n"
+"hd_id3153565\n"
+"9\n"
+"help.text"
+msgid "Top"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nზევით\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nზედა\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\nზედა"
+
+#. Gk$Q
+#: 01180001.xhp
+msgctxt ""
+"01180001.xhp\n"
+"par_id3145167\n"
+"10\n"
+"help.text"
+msgid "Enter the distance between the top edge of the page and the data. You can see the result in the preview."
msgstr ""
-#: 05100000.xhp#par_id3159228.13.help.text
-msgctxt "05100000.xhp#par_id3159228.13.help.text"
-msgid "Fill format mode"
+#. `9s|
+#: 01180001.xhp
+msgctxt ""
+"01180001.xhp\n"
+"hd_id3150335\n"
+"11\n"
+"help.text"
+msgid "Bottom"
+msgstr "ქვედა"
+
+#. +l6X
+#: 01180001.xhp
+msgctxt ""
+"01180001.xhp\n"
+"par_id3153736\n"
+"12\n"
+"help.text"
+msgid "Enter the distance between the bottom edge of the page and the data. You can see the result in the preview."
msgstr ""
-#: 05100000.xhp#hd_id3145362.17.help.text
-msgid "New Style from Selection"
-msgstr "ახალი სტილი მონიშვნიდან"
+#. DesT
+#: 01180001.xhp
+msgctxt ""
+"01180001.xhp\n"
+"hd_id3150018\n"
+"15\n"
+"help.text"
+msgid "Format"
+msgstr ""
-#: 05100000.xhp#par_id3153009.18.help.text
-msgid "<ahelp hid=\"HID_TEMPLDLG_NEWBYEXAMPLE\"><link href=\"text/shared/01/05140100.xhp\" name=\"Creates a new style\">Creates a new style</link> using the format attributes of a selected object.</ahelp>"
+#. [*K8
+#: 01180001.xhp
+msgctxt ""
+"01180001.xhp\n"
+"par_id3149877\n"
+"16\n"
+"help.text"
+msgid "Specify the format for page numbering."
msgstr ""
-#: 05100000.xhp#par_id3147297.help.text
-msgid "<image id=\"img_id3151390\" src=\"cmd/sc_stylenewbyexample.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151390\">Icon</alt></image>"
+#. O!+l
+#: 01180001.xhp
+msgctxt ""
+"01180001.xhp\n"
+"hd_id3155439\n"
+"36\n"
+"help.text"
+msgid "Fit object to paper format"
+msgstr ""
+
+#. @!Iu
+#: 01180001.xhp
+msgctxt ""
+"01180001.xhp\n"
+"par_id3153042\n"
+"37\n"
+"help.text"
+msgid "Reduces the scale of objects and the size of the font on the page so that they print on the selected paper format."
+msgstr ""
+
+#. F5Ts
+#: 13180200.xhp
+msgctxt ""
+"13180200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Subtract"
msgstr ""
-#: 05100000.xhp#par_id3150534.19.help.text
+#. _;nT
+#: 13180200.xhp
#, fuzzy
-msgid "New Style from selection"
-msgstr "ახალი სტილი მონიშვნიდან"
+msgctxt ""
+"13180200.xhp\n"
+"hd_id3150439\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/13180200.xhp\" name=\"Subtract\">Subtract</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
-#: 05100000.xhp#hd_id3153119.20.help.text
-msgctxt "05100000.xhp#hd_id3153119.20.help.text"
-msgid "Update Style"
+#. 72lj
+#: 13180200.xhp
+msgctxt ""
+"13180200.xhp\n"
+"par_id3152596\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Substract\" visibility=\"visible\">Subtracts the area of the selected objects from the area of the lowermost object.</ahelp>"
msgstr ""
-#: 05100000.xhp#par_id3150653.21.help.text
-msgid "<ahelp hid=\"HID_TEMPLDLG_UPDATEBYEXAMPLE\">Updates the Style selected in the Styles and Formatting window with the current formatting of the selected object.</ahelp>"
-msgstr "<ahelp hid=\"HID_TEMPLDLG_UPDATEBYEXAMPLE\">აახლებს სყილს რომელიც არჩეულია სტილების და ფორმატირების ფანჯარაშუ არჩეული ობიექტის მიმდინარე სტილთან.</ahelp>"
+#. M:^]
+#: 13180200.xhp
+msgctxt ""
+"13180200.xhp\n"
+"par_id3154320\n"
+"3\n"
+"help.text"
+msgid "Any spaces between the objects are preserved."
+msgstr ""
-#: 05100000.xhp#par_id3149888.help.text
-msgid "<image id=\"img_id3146878\" src=\"cmd/sc_styleupdatebyexample.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146878\">Icon</alt></image>"
+#. GD|v
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Header and Footer"
msgstr ""
-#: 05100000.xhp#par_id3153085.22.help.text
-msgctxt "05100000.xhp#par_id3153085.22.help.text"
-msgid "Update Style"
+#. ^*:`
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"bm_id1374858\n"
+"help.text"
+msgid "<bookmark_value>slides;page numbers</bookmark_value><bookmark_value>slides;headers and footers</bookmark_value><bookmark_value>footers;slides</bookmark_value><bookmark_value>headers and footers;slides</bookmark_value>"
msgstr ""
-#: 05100000.xhp#hd_id3153936.23.help.text
-msgid "Style List / Style Groups / Context menu: New / Modify / Delete"
+#. G/6{
+#: 03152000.xhp
+#, fuzzy
+msgctxt ""
+"03152000.xhp\n"
+"par_idN1053E\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/03152000.xhp\">Header and Footer</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
+
+#. A#Mr
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN1054E\n"
+"help.text"
+msgid "<ahelp hid=\"SID_HEADER_AND_FOOTER\">Adds or changes text in placeholders at the top and the bottom of slides and slide masters.</ahelp>"
msgstr ""
-#: 05100000.xhp#par_id3145590.24.help.text
-msgid "<ahelp hid=\"HID_TEMPLATE_FMT\">Create, edit, apply and manage styles.</ahelp>"
+#. RrLr
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN10697\n"
+"help.text"
+msgid "The <emph>Header and Footer</emph> dialog contains the following tab pages:"
+msgstr ""
+
+#. 3+H{
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN1069D\n"
+"help.text"
+msgid "<emph>Slide</emph> tab page where you can specify options for the current slide or for all slides."
+msgstr ""
+
+#. DCCI
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN106A5\n"
+"help.text"
+msgid "<emph>Notes and Handouts</emph> tab page where you can specify options for the notes pages and the handout pages."
+msgstr ""
+
+#. %CZ!
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_id3351542\n"
+"help.text"
+msgid "<embedvar href=\"text/simpress/guide/footer.xhp#footer\"/>"
+msgstr ""
+
+#. d=@!
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN106AF\n"
+"help.text"
+msgid "<embedvar href=\"text/simpress/guide/masterpage.xhp#masterpage\"/>"
+msgstr ""
+
+#. dvrM
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN106B7\n"
+"help.text"
+msgid "Include on slide"
+msgstr ""
+
+#. `s+n
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN106BA\n"
+"help.text"
+msgid "Specify the elements to include on your slides."
+msgstr ""
+
+#. M{PR
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN106BD\n"
+"help.text"
+msgid "Footer"
+msgstr ""
+
+#. }hg0
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN106C8\n"
+"help.text"
+msgid "<ahelp hid=\"sd:CheckBox:RID_SD_TABPAGE_HEADERFOOTER:CB_FOOTER\">Adds the text that you enter in the <emph>Footer text</emph> box to the bottom of the slide.</ahelp>"
+msgstr ""
+
+#. H_xE
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN106D7\n"
+"help.text"
+msgid "Footer text"
+msgstr ""
+
+#. N;fa
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN106E2\n"
+"help.text"
+msgid "<ahelp hid=\"sd:Edit:RID_SD_TABPAGE_HEADERFOOTER:TB_FOOTER_FIXED\">Adds the text that you enter to the bottom of the slide.</ahelp>"
+msgstr ""
+
+#. !j?a
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN106F1\n"
+"help.text"
+msgid "Header"
+msgstr ""
+
+#. mNkU
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN106FC\n"
+"help.text"
+msgid "<ahelp hid=\"sd:CheckBox:RID_SD_TABPAGE_HEADERFOOTER:CB_HEADER\">Adds the text that you enter in the <emph>Header text</emph> box to the top of the slide.</ahelp>"
+msgstr ""
+
+#. DY1+
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN1070B\n"
+"help.text"
+msgid "Header text"
+msgstr ""
+
+#. J1Gu
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN10716\n"
+"help.text"
+msgid "<ahelp hid=\"sd:Edit:RID_SD_TABPAGE_HEADERFOOTER:TB_HEADER_FIXED\">Adds the text that you enter to the top of the slide.</ahelp>"
+msgstr ""
+
+#. q=]k
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN1072D\n"
+"help.text"
+msgid "Date and time"
+msgstr ""
+
+#. aN)H
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN10730\n"
+"help.text"
+msgid "<ahelp hid=\"sd:CheckBox:RID_SD_TABPAGE_HEADERFOOTER:CB_DATETIME\">Adds the date and time to the slide.</ahelp>"
+msgstr ""
+
+#. .WhZ
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN1074F\n"
+"help.text"
+msgid "Fixed"
+msgstr ""
+
+#. `4^y
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN10752\n"
+"help.text"
+msgid "<ahelp hid=\"sd:RadioButton:RID_SD_TABPAGE_HEADERFOOTER:RB_DATETIME_FIXED\">Displays the date and time that you enter in the text box.</ahelp>"
+msgstr ""
+
+#. x2g=
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN10771\n"
+"help.text"
+msgid "Variable"
+msgstr ""
+
+#. p\OG
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN10774\n"
+"help.text"
+msgid "<ahelp hid=\"sd:RadioButton:RID_SD_TABPAGE_HEADERFOOTER:RB_DATETIME_AUTOMATIC\">Displays the date and time that the slide was created. Select a date format from the list.</ahelp>"
+msgstr ""
+
+#. S8-B
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN1078B\n"
+"help.text"
+msgid "Language"
+msgstr ""
+
+#. (1DN
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN1078E\n"
+"help.text"
+msgid "<ahelp hid=\"sd:ListBox:RID_SD_TABPAGE_HEADERFOOTER:CB_DATETIME_LANGUAGE\">Select the language for the date and time format.</ahelp>"
+msgstr ""
+
+#. `=4W
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN107A5\n"
+"help.text"
+msgid "Slide number / Page number"
+msgstr ""
+
+#. D5Rh
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN107A8\n"
+"help.text"
+msgid "<ahelp hid=\"sd:CheckBox:RID_SD_TABPAGE_HEADERFOOTER:CB_SLIDENUMBER\">Adds the slide number or the page number.</ahelp>"
+msgstr ""
+
+#. jw#Z
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN107BF\n"
+"help.text"
+msgid "Do not show on first slide"
+msgstr ""
+
+#. 5?!n
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN107C2\n"
+"help.text"
+msgid "<ahelp hid=\"sd:CheckBox:RID_SD_TABPAGE_HEADERFOOTER:CB_NOTONTITLE\">Does not display your specified information on the first slide of your presentation.</ahelp>"
+msgstr ""
+
+#. Wm?A
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN107D1\n"
+"help.text"
+msgid "Apply to All"
+msgstr ""
+
+#. j(DQ
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN107DC\n"
+"help.text"
+msgid "<ahelp hid=\"sd:PushButton:RID_SD_TABPAGE_HEADERFOOTER:BT_APPLYTOALL\">Applies the settings to all the slides in your presentation, including the corresponding slide masters.</ahelp>"
+msgstr ""
+
+#. l,`f
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN107FD\n"
+"help.text"
+msgid "Apply"
+msgstr ""
+
+#. 9#RG
+#: 03152000.xhp
+msgctxt ""
+"03152000.xhp\n"
+"par_idN10800\n"
+"help.text"
+msgid "<ahelp hid=\"sd:PushButton:RID_SD_TABPAGE_HEADERFOOTER:BT_APPLY\">Applies the current settings to the selected slides.</ahelp>"
+msgstr ""
+
+#. ]axp
+#: effectoptions.xhp
+msgctxt ""
+"effectoptions.xhp\n"
+"tit\n"
+"help.text"
+msgid "Effect Options"
+msgstr ""
+
+#. \++A
+#: effectoptions.xhp
+msgctxt ""
+"effectoptions.xhp\n"
+"par_idN10547\n"
+"help.text"
+msgid "Effect Options"
msgstr ""
-#: animationeffect.xhp#tit.help.text
-msgctxt "animationeffect.xhp#tit.help.text"
+#. .S#X
+#: effectoptions.xhp
+msgctxt ""
+"effectoptions.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies additional properties for the selected element in the <link href=\"text/simpress/01/06060000.xhp\">Custom Animations</link> pane.</ahelp>"
+msgstr ""
+
+#. wT5h
+#: effectoptions.xhp
+msgctxt ""
+"effectoptions.xhp\n"
+"par_idN105BB\n"
+"help.text"
+msgid "Assign an effect to an object, then click the <emph>...</emph> button to open the Effect Options dialog."
+msgstr ""
+
+#. -2cI
+#: effectoptions.xhp
+msgctxt ""
+"effectoptions.xhp\n"
+"par_idN1056E\n"
+"help.text"
+msgid "The dialog contains the following tab pages:"
+msgstr ""
+
+#. z3/:
+#: effectoptions.xhp
+msgctxt ""
+"effectoptions.xhp\n"
+"par_idN105AF\n"
+"help.text"
+msgid "<embedvar href=\"text/simpress/01/effectoptionseffect.xhp#effect\"/>"
+msgstr ""
+
+#. ?y{1
+#: effectoptions.xhp
+msgctxt ""
+"effectoptions.xhp\n"
+"par_idN105B7\n"
+"help.text"
+msgid "<embedvar href=\"text/simpress/01/effectoptionstiming.xhp#timing\"/>"
+msgstr ""
+
+#. NOf~
+#: effectoptions.xhp
+msgctxt ""
+"effectoptions.xhp\n"
+"par_idN105BF\n"
+"help.text"
+msgid "<embedvar href=\"text/simpress/01/effectoptionstext.xhp#text\"/>"
+msgstr ""
+
+#. {qWq
+#: animationeffect.xhp
+msgctxt ""
+"animationeffect.xhp\n"
+"tit\n"
+"help.text"
msgid "Custom Animation"
msgstr ""
-#: animationeffect.xhp#par_idN10547.help.text
-msgctxt "animationeffect.xhp#par_idN10547.help.text"
+#. ;,S,
+#: animationeffect.xhp
+msgctxt ""
+"animationeffect.xhp\n"
+"par_idN10547\n"
+"help.text"
msgid "Custom Animation"
msgstr ""
-#: animationeffect.xhp#par_idN105C7.help.text
+#. V:h8
+#: animationeffect.xhp
+msgctxt ""
+"animationeffect.xhp\n"
+"par_idN105C7\n"
+"help.text"
msgid "<ahelp hid=\"878874113\" visibility=\"hidden\">Select an effect and click OK to assign it.</ahelp>"
msgstr ""
-#: animationeffect.xhp#par_idN1055D.help.text
+#. xMXL
+#: animationeffect.xhp
+msgctxt ""
+"animationeffect.xhp\n"
+"par_idN1055D\n"
+"help.text"
msgid "Adds a new animation effect to the object selected in the slide, or changes the animation of the selected element in the <link href=\"text/simpress/01/06060000.xhp\">Custom Animations Pane</link>."
msgstr ""
-#: animationeffect.xhp#par_idN1056E.help.text
-msgctxt "animationeffect.xhp#par_idN1056E.help.text"
+#. $RBv
+#: animationeffect.xhp
+msgctxt ""
+"animationeffect.xhp\n"
+"par_idN1056E\n"
+"help.text"
msgid "The dialog contains the following tab pages:"
msgstr ""
-#: animationeffect.xhp#par_idN10571.help.text
+#. 42%/
+#: animationeffect.xhp
+msgctxt ""
+"animationeffect.xhp\n"
+"par_idN10571\n"
+"help.text"
msgid "Entrance"
msgstr ""
-#: animationeffect.xhp#par_idN10575.help.text
+#. hi%M
+#: animationeffect.xhp
+msgctxt ""
+"animationeffect.xhp\n"
+"par_idN10575\n"
+"help.text"
msgid "Select an entrance effect from the effect categories."
msgstr ""
-#: animationeffect.xhp#par_idN10578.help.text
+#. X[@F
+#: animationeffect.xhp
+msgctxt ""
+"animationeffect.xhp\n"
+"par_idN10578\n"
+"help.text"
msgid "Emphasis"
msgstr ""
-#: animationeffect.xhp#par_idN1057C.help.text
+#. M3!s
+#: animationeffect.xhp
+msgctxt ""
+"animationeffect.xhp\n"
+"par_idN1057C\n"
+"help.text"
msgid "Select an emphasis effect from the effect categories."
msgstr ""
-#: animationeffect.xhp#par_idN1057F.help.text
+#. ^LA/
+#: animationeffect.xhp
+msgctxt ""
+"animationeffect.xhp\n"
+"par_idN1057F\n"
+"help.text"
msgid "Exit"
msgstr "გასვლა"
-#: animationeffect.xhp#par_idN10583.help.text
+#. gdqd
+#: animationeffect.xhp
+msgctxt ""
+"animationeffect.xhp\n"
+"par_idN10583\n"
+"help.text"
msgid "Select an exiting effect from the effect categories."
msgstr ""
-#: animationeffect.xhp#par_idN10586.help.text
+#. !JR=
+#: animationeffect.xhp
+msgctxt ""
+"animationeffect.xhp\n"
+"par_idN10586\n"
+"help.text"
msgid "Motion Paths"
msgstr ""
-#: animationeffect.xhp#par_idN1058A.help.text
+#. 4=S8
+#: animationeffect.xhp
+msgctxt ""
+"animationeffect.xhp\n"
+"par_idN1058A\n"
+"help.text"
msgid "Select a motion path from the motion path categories."
msgstr ""
-#: animationeffect.xhp#par_idN1058D.help.text
-msgctxt "animationeffect.xhp#par_idN1058D.help.text"
+#. J.p]
+#: animationeffect.xhp
+msgctxt ""
+"animationeffect.xhp\n"
+"par_idN1058D\n"
+"help.text"
msgid "Speed"
msgstr ""
-#: animationeffect.xhp#par_idN10591.help.text
+#. fX@]
+#: animationeffect.xhp
+msgctxt ""
+"animationeffect.xhp\n"
+"par_idN10591\n"
+"help.text"
msgid "<ahelp hid=\"878874627\">Specifies the speed or duration of the selected animation effect.</ahelp>"
msgstr ""
-#: animationeffect.xhp#par_idN10594.help.text
-msgctxt "animationeffect.xhp#par_idN10594.help.text"
+#. ^7W1
+#: animationeffect.xhp
+msgctxt ""
+"animationeffect.xhp\n"
+"par_idN10594\n"
+"help.text"
msgid "Automatic preview"
msgstr ""
-#: animationeffect.xhp#par_idN10598.help.text
+#. }l#u
+#: animationeffect.xhp
+msgctxt ""
+"animationeffect.xhp\n"
+"par_idN10598\n"
+"help.text"
msgid "<ahelp hid=\"878871556\">Select to preview new or edited effects on the slide.</ahelp>"
msgstr ""
+
+#. DTf_
+#: 13150000.xhp
+msgctxt ""
+"13150000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Split"
+msgstr "გაყოფა"
+
+#. \s\(
+#: 13150000.xhp
+msgctxt ""
+"13150000.xhp\n"
+"bm_id3150439\n"
+"help.text"
+msgid "<bookmark_value>combining; undoing</bookmark_value><bookmark_value>splitting; combinations</bookmark_value>"
+msgstr ""
+
+#. R@~l
+#: 13150000.xhp
+#, fuzzy
+msgctxt ""
+"13150000.xhp\n"
+"hd_id3150439\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/13150000.xhp\" name=\"Split\">Split</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
+
+#. jXk@
+#: 13150000.xhp
+msgctxt ""
+"13150000.xhp\n"
+"par_id3147435\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Dismantle\">Splits a <link href=\"text/simpress/01/13140000.xhp\" name=\"combined\">combined</link> object into individual objects.</ahelp> The resulting objects have the same line and fill properties as the combined object."
+msgstr ""
+
+#. K,/x
+#: 13050600.xhp
+msgctxt ""
+"13050600.xhp\n"
+"tit\n"
+"help.text"
+msgid "To metafile"
+msgstr ""
+
+#. BiF#
+#: 13050600.xhp
+msgctxt ""
+"13050600.xhp\n"
+"bm_id3147434\n"
+"help.text"
+msgid "<bookmark_value>converting; to metafile format (WMF)</bookmark_value><bookmark_value>metafiles; converting to</bookmark_value>"
+msgstr ""
+
+#. age.
+#: 13050600.xhp
+#, fuzzy
+msgctxt ""
+"13050600.xhp\n"
+"hd_id3147434\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/13050600.xhp\" name=\"To metafile\">To metafile</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
+
+#. Rv(]
+#: 13050600.xhp
+msgctxt ""
+"13050600.xhp\n"
+"par_id3154490\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertIntoMetaFile\">Converts the selected object to Windows Metafile Format (WMF), containing both bitmap and vector graphic data.</ahelp>"
+msgstr ""
+
+#. wzEa
+#: 13050600.xhp
+msgctxt ""
+"13050600.xhp\n"
+"par_id3151075\n"
+"4\n"
+"help.text"
+msgid "For more information on WMF, see the <link href=\"text/shared/00/00000005.xhp\" name=\"Glossary\">Glossary</link>."
+msgstr ""
+
+#. .dl}
+#: 13050600.xhp
+msgctxt ""
+"13050600.xhp\n"
+"par_id3147344\n"
+"3\n"
+"help.text"
+msgid "You can also copy the selected object and choose <emph>Edit - Paste Special </emph>and select MetaFile from the list."
+msgstr ""
+
+#. c=[1
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert Slide / Page"
+msgstr ""
+
+#. FBma
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"bm_id3159155\n"
+"help.text"
+msgid "<bookmark_value>inserting; slides</bookmark_value><bookmark_value>slides; inserting</bookmark_value>"
+msgstr ""
+
+#. YB+Q
+#: 04010000.xhp
+#, fuzzy
+msgctxt ""
+"04010000.xhp\n"
+"hd_id3159155\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/04010000.xhp\" name=\"Insert Slide / Page\">Insert Slide / Page</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
+
+#. ECe$
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"par_id3146119\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"seitetext\"><ahelp hid=\".uno:InsertPage\"><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Inserts a slide after the currently selected slide.</caseinline><defaultinline>Inserts a page after the currently selected page.</defaultinline></switchinline></ahelp></variable>"
+msgstr ""
+
+#. s5QB
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"par_id3149207\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\"><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Applies the slide master background to the new slide. </caseinline><defaultinline>Applies the master page background to the new page.</defaultinline></switchinline></ahelp>"
+msgstr ""
+
+#. 4=fs
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"par_id3145584\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\"><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Includes objects on the slide master in the new slide. </caseinline><defaultinline>Includes objects on the master page in the new page.</defaultinline></switchinline></ahelp>"
+msgstr ""
diff --git a/source/ka/helpcontent2/source/text/simpress/02.po b/source/ka/helpcontent2/source/text/simpress/02.po
index 0b5c3419448..2becd9ce7f5 100644
--- a/source/ka/helpcontent2/source/text/simpress/02.po
+++ b/source/ka/helpcontent2/source/text/simpress/02.po
@@ -1,9 +1,9 @@
-#. extracted from helpcontent2/source/text/simpress/02.oo
+#. extracted from helpcontent2/source/text/simpress/02
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:02+0200\n"
"PO-Revision-Date: 2011-04-12 07:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,2940 +12,6499 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: 13150000.xhp#tit.help.text
-msgctxt "13150000.xhp#tit.help.text"
-msgid "Snap to Page Margins"
-msgstr "მიზიდვა გვერდის ველებთან"
-
-#: 13150000.xhp#hd_id3150441.1.help.text
-msgid "<link href=\"text/simpress/02/13150000.xhp\" name=\"Snap to Page Margins\">Snap to Page Margins</link>"
-msgstr "<link href=\"text/simpress/02/13150000.xhp\" name=\"გვერდის მინდვრებთან მიზიდვა\">გვერდის მინდვრებთან მიზიდვა</link>"
-
-#: 13150000.xhp#par_id3150717.help.text
-msgid "<image src=\"cmd/sc_snapborder.png\" id=\"img_id3154016\"><alt id=\"alt_id3154016\">Icon</alt></image>"
-msgstr "<image src=\"cmd/sc_snapborder.png\" id=\"img_id3154016\"><alt id=\"alt_id3154016\">ხატულა</alt></image>"
-
-#: 13150000.xhp#par_id3156384.2.help.text
-msgctxt "13150000.xhp#par_id3156384.2.help.text"
-msgid "Snap to Page Margins"
-msgstr "მიზიდვა გვერდის ველებთან"
-
-#: 04020000.xhp#tit.help.text
-msgid "Slides Per Row"
-msgstr "სლაიდი სტრიქონში"
-
-#: 04020000.xhp#hd_id3154319.1.help.text
-msgid "<link href=\"text/simpress/02/04020000.xhp\" name=\"Slides Per Row\">Slides Per Row</link>"
-msgstr "<link href=\"text/simpress/02/04020000.xhp\" name=\"სლაიდი სტრიქონში\"></link>"
-
-#: 04020000.xhp#par_id3154012.2.help.text
-msgid "<ahelp hid=\".uno:PagesPerRow\">Enter the number of slides to display on each row in the Slide Sorter.</ahelp>"
-msgstr "<ahelp hid=\".uno:PagesPerRow\">სლაიდების დამხარისხებელში შეიყვანეთ სათითაო სტრიქონში საჩვენებელი სლაიდების რაოდენობა.</ahelp>"
-
-#: 11080000.xhp#tit.help.text
-msgid "Hide Subpoints "
-msgstr "ქვეწერტილების დამალვა"
-
-#: 11080000.xhp#bm_id3146119.help.text
-msgid "<bookmark_value>subpoints; hiding</bookmark_value><bookmark_value>hiding; subpoints</bookmark_value>"
-msgstr "<bookmark_value>ქვეწერტილების; დამალვა</bookmark_value><bookmark_value>დამალვა; ქვეწერტილების</bookmark_value>"
-
-#: 11080000.xhp#hd_id3146119.1.help.text
-msgid "<link href=\"text/simpress/02/11080000.xhp\" name=\"Hide Subpoints\">Hide Subpoints</link> "
-msgstr "<link href=\"text/simpress/02/11080000.xhp\" name=\"ქვეწერტილების დამალვა\">ქვეწერტილების დამალვა</link> "
-
-#: 11080000.xhp#par_id3154490.2.help.text
-msgid "<ahelp visibility=\"visible\" hid=\".uno:OutlineCollapse\">Hides the subheadings of a selected heading. Hidden subheadings are indicated by a black line in front of a heading. To show the lower level headings, click the <link href=\"text/simpress/02/11090000.xhp\" name=\"Show Subpoints\"><emph>Show Subpoints</emph></link> icon.</ahelp>"
-msgstr "<ahelp visibility=\"visible\" hid=\".uno:OutlineCollapse\">მალავს არჩეული სათაურის ქვესათაურებს. დამალული ქვესათაურები აღინიშნებიან სათაურის წინ შავი ხაზით. სათაურების დაბალი დონის საჩვენებლად დააწკაპუნეთ ხატულაზე <link href=\"text/simpress/02/11090000.xhp\" name=\"Show Subpoints\"><emph>ქვეწერტილების ჩვენება</emph></link>.</ahelp>"
-
-#: 11080000.xhp#par_id3155961.help.text
-msgid "<image src=\"cmd/sc_outlinecollapse.png\" id=\"img_id3149256\"><alt id=\"alt_id3149256\">Icon</alt></image>"
-msgstr "<image src=\"cmd/sc_outlinecollapse.png\" id=\"img_id3149256\"><alt id=\"alt_id3149256\">ხატულა</alt></image>"
-
-#: 11080000.xhp#par_id3148489.3.help.text
-msgid "Hide Subpoints"
-msgstr "ქვეწერტილების დამალვა"
-
-#: 04060000.xhp#tit.help.text
-msgid "Time"
-msgstr "დრო"
-
-#: 04060000.xhp#hd_id3153188.1.help.text
-msgid "<link href=\"text/simpress/02/04060000.xhp\" name=\"Time\">Time</link>"
-msgstr "<link href=\"text/simpress/02/04060000.xhp\" name=\"დრო\">დრო</link>"
-
-#: 04060000.xhp#par_idN1059C.help.text
-msgid "<ahelp hid=\".\">Enter the amount of time before the slide show automatically advances to the next slide.</ahelp> This option is only available for automatic transition."
-msgstr "<ahelp hid=\".\">შეიყვანეთ დრო რომლის გასვლის შემდეგაც დიაფილმი ავტომატურად გადავა შემგედ სლაიდზე.</ahelp> პარამეტრი ხელმისაწვდომია მხოლოდ ავტომატური გადასვლის რეჟიმში."
-
-#: 13160000.xhp#tit.help.text
-msgctxt "13160000.xhp#tit.help.text"
-msgid "Snap to Object Border"
-msgstr "მიზიდვა ობიექტის საზღვრებთან"
-
-#: 13160000.xhp#hd_id3125865.1.help.text
-msgid "<link href=\"text/simpress/02/13160000.xhp\" name=\"Snap to Object Border\">Snap to Object Border</link>"
-msgstr "<link href=\"text/simpress/02/13160000.xhp\" name=\"ობიექტების საზღვართან მიზიდვა\">ობიექტების საზღვართან მიზიდვა</link>"
-
-#: 13160000.xhp#par_id3150717.help.text
-msgid "<image src=\"cmd/sc_snapframe.png\" id=\"img_id3154510\"><alt id=\"alt_id3154510\">Icon</alt></image>"
-msgstr "<image src=\"cmd/sc_snapframe.png\" id=\"img_id3154510\"><alt id=\"alt_id3154510\">ხატულა</alt></image>"
-
-#: 13160000.xhp#par_id3154018.2.help.text
-msgctxt "13160000.xhp#par_id3154018.2.help.text"
-msgid "Snap to Object Border"
-msgstr "მიზიდვა გვერდის ველებთან"
-
-#: 13100000.xhp#tit.help.text
-msgid "Exit all Groups"
-msgstr "ყველა ჯგუფიდან გასვლა"
-
-#: 13100000.xhp#hd_id3153188.1.help.text
-msgid "<link href=\"text/simpress/02/13100000.xhp\" name=\"Exit all Groups\">Exit all Groups</link>"
-msgstr "<link href=\"text/simpress/02/13100000.xhp\" name=\"ყველა ჯგუფიდან გასვლა\">ყველა ჯგუფიდან გასვლა</link>"
-
-#: 13100000.xhp#par_id3150011.2.help.text
-msgid "<ahelp hid=\".uno:LeaveAllGroups\" visibility=\"visible\">Exits all groups and returns to normal view.</ahelp>"
-msgstr "<ahelp hid=\".uno:LeaveAllGroups\" visibility=\"visible\">გამოდის ყველა ჯგუფიდან გასვლა და უბრუნდება ჩვეულებრივ ხედვას.</ahelp>"
-
-#: 13100000.xhp#par_id3155443.help.text
-msgid "<image src=\"cmd/sc_leaveallgroups.png\" id=\"img_id3154757\"><alt id=\"alt_id3154757\">Icon</alt></image>"
-msgstr "<image src=\"cmd/sc_leaveallgroups.png\" id=\"img_id3154757\"><alt id=\"alt_id3154757\">ხატულა</alt></image>"
-
-#: 13100000.xhp#par_id3149019.3.help.text
-msgid "Exit all groups"
-msgstr "ყველა ჯგუფიდან გასვლა"
-
-#: 10080000.xhp#tit.help.text
-msgctxt "10080000.xhp#tit.help.text"
-msgid "Curve"
-msgstr "მრუდი"
-
-#: 10080000.xhp#bm_id3149050.help.text
-msgid "<bookmark_value>toolbars;curves</bookmark_value><bookmark_value>curves; toolbar</bookmark_value><bookmark_value>polygons; inserting</bookmark_value><bookmark_value>inserting; polygons</bookmark_value><bookmark_value>freeform lines; drawing</bookmark_value><bookmark_value>drawing; freeform lines</bookmark_value>"
-msgstr "<bookmark_value>toolbars;curves</bookmark_value><bookmark_value>მრუდები; ხელსაწყოთა ზოლები</bookmark_value><bookmark_value>პოლიგონები; ჩასმა</bookmark_value><bookmark_value>ჩასმა; პოლიგონები</bookmark_value><bookmark_value>თავისუფალი ფორმის ხაზები; ხატვა</bookmark_value><bookmark_value>ხატვა; თავისუფალი ფორმის ხაზები</bookmark_value>"
-
-#: 10080000.xhp#hd_id3149875.1.help.text
-msgid "<link href=\"text/simpress/02/10080000.xhp\" name=\"Curve\">Curve</link>"
-msgstr "<link href=\"text/simpress/02/10080000.xhp\" name=\"მრუდი\">მრუდი</link>"
-
-#: 10080000.xhp#par_id3147301.2.help.text
-msgid "<ahelp hid=\".uno:LineToolbox\">The Curve icon on the Drawing bar opens the <emph>Lines</emph> toolbar, where you can add lines and shapes to the current slide.</ahelp>"
-msgstr "<ahelp hid=\".uno:LineToolbox\">ხატვის ზოლზე, მრუდის ხატულა ხსნის <emph>სტრიქონების</emph> ხელსაწყოთა ზოლს, სადაც შეგიძლიათ დაამატოთ ხაზები და ფორმები მიმდინარე სლაიდში.</ahelp>"
-
-#: 10080000.xhp#par_id3157873.3.help.text
-msgid "If you hold the Shift key down, the movement of the mouse is limited to multiples of 45 degrees. If you hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Options</caseinline><defaultinline>Alt</defaultinline></switchinline> key, the new point will not be connected to the last point. This allows you to create objects that consist of curves that are not connected together. If you draw a smaller object while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key into a larger object that you have not closed yet, the smaller object is subtracted from the larger one, thus appearing as a hole in the larger one."
-msgstr ""
-
-#: 10080000.xhp#par_id3153083.8.help.text
-msgid "Closed shapes automatically receive the fill that is displayed in the <emph>Area Style/Filling</emph> box on <emph>Line and Filling</emph> bar. "
-msgstr "სარკმელში <emph>არეალის სტილი/შევსება</emph> <emph>ხაზი და შევსება</emph> ზოლზე დახურული ფორმები ავტომატურად ივსებიან. "
-
-#: 10080000.xhp#hd_id3155926.4.help.text
-msgctxt "10080000.xhp#hd_id3155926.4.help.text"
-msgid "Curve, Filled"
-msgstr "მრუდი, შევსებული"
-
-#: 10080000.xhp#par_id3150016.6.help.text
-msgid "<ahelp hid=\".uno:BezierFill\">Draws a filled closed shape that is based on a Bézier curve. Click where you want the curve to start, drag, release, and then move the pointer to where you want the curve to end and click. Move the pointer and click again to add a straight line segment to the curve. Double-click to close the shape.</ahelp>"
-msgstr "<ahelp hid=\".uno:BezierFill\">ხატავს შევსებულ ფორმას, რომელიც დაფუძნებულია ბეზიერის მრუდზე. დააწკაპუნეთ იმ ადგილს, სადაც გინდათ რომ იყოს მრუდის დასაწყისი, გადაათრიეთ, აუშვით და შემდეგ გადაადგილეთ მიმთითებელი იმ ადგილას სადაც გინდათ, რომ იყოს დასასრული და დააწკაპუნეთ. მრუდზე პირდაპირი ხაზის სეგმენტის დასამატებლად გადაადგილეთ მიმთითებელი და კვლავ დააწკაპუნეთ. ფორმის დასახურად დააწკაპუნეთ ორჯერ.</ahelp>"
-
-#: 10080000.xhp#par_id3148773.help.text
-msgid "<image id=\"img_id3150936\" src=\"cmd/sc_bezierfill.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150936\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150936\" src=\"cmd/sc_bezierfill.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150936\">ხატულა</alt></image>"
-
-#: 10080000.xhp#par_id3150570.5.help.text
-msgctxt "10080000.xhp#par_id3150570.5.help.text"
-msgid "Curve, Filled"
-msgstr "მრუდი, შევსებული"
-
-#: 10080000.xhp#hd_id3149028.9.help.text
-msgid "Polygon, filled "
-msgstr "პოლიგონი, შევსებული"
-
-#: 10080000.xhp#par_id3155374.11.help.text
-msgid "<ahelp hid=\".uno:Polygon\">Draws a closed shape consisting of straight line segments. Click where you want to start the polygon, and drag to draw a line segment. Click again to define the end of the line segment, and continue clicking to define the remaining line segments of the polygon. Double-click to finish drawing the polygon. To constrain the polygon to angles of 45 degree, hold down Shift when you click.</ahelp>"
-msgstr "<ahelp hid=\".uno:Polygon\">ხატავს დასრულებულ ფორმას, რომელიც გამოხატულია პირდაპირი ხაზის სეგმენტით. დააწკაპუნეთ იმ ადგილს, სადაც გინდათ რომ იყოს პოლიგონის დასაწყისი და გადაათრიეთ ხაზის სეგმენტის დასახატად. ხაზის სეგმენტის დასასრულის განსასაზღვრად დააწკაპუნეთ კვლავ და გააგრძელეთ წკაპუნი პოლიგონის ხაზის სეგმენტების განსასაზღვრავად. პოლიგონის ხატვის დასასრულებლად დააწკაპუნეთ ორჯერ. პოლიგონის 45 გრადუსიანი კუთხით შესაზღუდად დაწკაპუნებისას გეჭიროთ კლავიშზე Shift.</ahelp>"
-
-#: 10080000.xhp#par_id3153720.help.text
-msgid "<image id=\"img_id3083443\" src=\"cmd/sc_polygon.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3083443\">Icon</alt></image>"
-msgstr "<image id=\"img_id3083443\" src=\"cmd/sc_polygon.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3083443\">ხატულა</alt></image>"
-
-#: 10080000.xhp#par_id3152926.10.help.text
-msgid "Polygon, Filled"
-msgstr "პოლიგონი, შევსებული"
-
-#: 10080000.xhp#hd_id3156322.13.help.text
-msgctxt "10080000.xhp#hd_id3156322.13.help.text"
-msgid "Polygon (45°), Filled"
-msgstr "პოლიგონი (45°), შევსებული"
-
-#: 10080000.xhp#par_id3151267.15.help.text
-msgid "<ahelp hid=\".uno:Polygon_Diagonal\">Draws a closed shape consisting of straight line segments that are constrained by angles of 45 degrees. Click where you want to start the polygon, and drag to draw a line segment. Click again to define the end of the line segment, and continue clicking to define the remaining line segments of the polygon. Double-click to finish drawing the polygon. To draw a polygon that is not constrained to a 45 degree angle, hold down Shift when you click.</ahelp>"
-msgstr "<ahelp hid=\".uno:Polygon_Diagonal\">ხატავს დასრულებულ ფორმას, რომელიც გამოხატულია 45 გრადუსიანი კუთხის პირდაპირი ხაზის სეგმენტით. დააწკაპუნეთ იმ ადგილს, სადაც გინდათ რომ იყოს პოლიგონის დასაწყისი და გადაათრიეთ ხაზის სეგმენტის დასახატად. ხაზის სეგმენტის დასასრულის განსასაზღვრად დააწკაპუნეთ კვლავ და გააგრძელეთ წკაპუნი პოლიგონის ხაზის სეგმენტების განსასაზღვრავად. პოლიგონის ხატვის დასასრულებლად დააწკაპუნეთ ორჯერ. პოლიგონის რომელიც არაა 45 გრადუსიანი კუთხის დასახატად, დაწკაპუნებისას გეჭიროთ კლავიშზე Shift.</ahelp>"
-
-#: 10080000.xhp#par_id3153624.help.text
-msgid "<image id=\"img_id3149976\" src=\"cmd/sc_polygon_diagonal.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149976\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149976\" src=\"cmd/sc_polygon_diagonal.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149976\">ხატულა</alt></image>"
-
-#: 10080000.xhp#par_id3153155.14.help.text
-msgctxt "10080000.xhp#par_id3153155.14.help.text"
-msgid "Polygon (45°), Filled"
-msgstr "პოლიგონი (45°), შევსებული"
-
-#: 10080000.xhp#hd_id3149292.94.help.text
-msgctxt "10080000.xhp#hd_id3149292.94.help.text"
-msgid "Freeform Line, Filled"
-msgstr "თავისუფალი ფორმის ხაზი, შევსებული"
-
-#: 10080000.xhp#par_id3147256.98.help.text
-msgid "<ahelp hid=\".uno:Freeline\">Draws a freeform line where you drag in the slide. When you release, $[officename] creates a closed shape by drawing a straight line segment from the endpoint to the starting point of the line. The shape within the lines will be filled with the current area color.</ahelp>"
-msgstr "<ahelp hid=\".uno:Freeline\">სლაიდში გადათრევით ხატავს თავისუფალი ფორმის ხაზს. აშვებისას $[officename] ქმნის დახურულ ფორმას ხაზის დასასრულიდან დასაწყის წერტილამდე პირდაპირი ხაზის სეგმენტის ხატვით. ფორმა შეივსება მიმდინარე არეალის ფერით.</ahelp>"
-
-#: 10080000.xhp#par_id3148833.help.text
-msgid "<image id=\"img_id3145410\" src=\"cmd/sc_freeline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145410\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145410\" src=\"cmd/sc_freeline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145410\">ხატულა</alt></image>"
-
-#: 10080000.xhp#par_id3154264.95.help.text
-msgctxt "10080000.xhp#par_id3154264.95.help.text"
-msgid "Freeform Line, Filled"
-msgstr "თავისუფალი ფორმის ხაზი, შევსებული"
-
-#: 10080000.xhp#hd_id3147506.17.help.text
-msgctxt "10080000.xhp#hd_id3147506.17.help.text"
-msgid "Curve"
-msgstr "მრუდი"
-
-#: 10080000.xhp#par_id3154100.help.text
-msgid "<image id=\"img_id3154106\" src=\"cmd/sc_bezier_unfilled.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154106\">Icon</alt></image>"
-msgstr "<image id=\"img_id3154106\" src=\"cmd/sc_bezier_unfilled.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154106\">ხატულა</alt></image>"
-
-#: 10080000.xhp#par_id3149801.18.help.text
-msgctxt "10080000.xhp#par_id3149801.18.help.text"
-msgid "Curve"
-msgstr "მრუდი"
-
-#: 10080000.xhp#hd_id3154610.22.help.text
-msgctxt "10080000.xhp#hd_id3154610.22.help.text"
-msgid "Polygon"
-msgstr "პოლიგონი"
-
-#: 10080000.xhp#par_id3153780.help.text
-msgid "<image id=\"img_id3146123\" src=\"cmd/sc_polygon_unfilled.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146123\">Icon</alt></image>"
-msgstr "<image id=\"img_id3146123\" src=\"cmd/sc_polygon_unfilled.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146123\">ხატულა</alt></image>"
-
-#: 10080000.xhp#par_id3158435.23.help.text
-msgctxt "10080000.xhp#par_id3158435.23.help.text"
-msgid "Polygon"
-msgstr "პოლიგონი"
-
-#: 10080000.xhp#hd_id3153668.26.help.text
-msgctxt "10080000.xhp#hd_id3153668.26.help.text"
-msgid "Polygon (45°)"
-msgstr "პოლიგონი (45°)"
-
-#: 10080000.xhp#par_id3150354.28.help.text
-msgid "<ahelp hid=\".uno:Polygon_Diagonal_Unfill\">Draws a line composed of a series of straight line segments, that are constrained by angles of 45 degree. Drag to draw a line segment, click to define the endpoint of the line segment, and then drag to draw a new line segment. Double-click to finish drawing the line. To create a closed shape, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and double-click.</ahelp>"
-msgstr "<ahelp hid=\".uno:Polygon_Diagonal_Unfill\">ხატავს პირდაპირი ხაზის სერიისგან შექმნილ ხაზს, რომელიც დახრილის 45 გრადუსიანი კუთხით. ხაზის სეგმენტის დასახატად გადაათრიეთ, დააწკაპუნეთ მისი დასასრული წერტილის განსასაზღვრად და შემდეგ ახალი ხაზის სეგმენტის დასახატად კვლავ გადაათრიეთ. სახატავი ხაზის დასასრულებლად დააწკაპუნეთ ორჯერ. დახურული ფორმის შესაქმნელად დააჭირეთ <switchinline select=\"sys\"><caseinline select=\"MAC\">პარამეტრებზე </caseinline><defaultinline>Alt</defaultinline></switchinline> და დააწკაპუნეთ ორჯერ.</ahelp>"
-
-#: 10080000.xhp#par_id3151108.help.text
-msgid "<image id=\"img_id3150987\" src=\"cmd/sc_polygon_diagonal_unfilled.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150987\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150987\" src=\"cmd/sc_polygon_diagonal_unfilled.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150987\">ხატულა</alt></image>"
-
-#: 10080000.xhp#par_id3150829.27.help.text
-msgctxt "10080000.xhp#par_id3150829.27.help.text"
-msgid "Polygon (45°)"
-msgstr "პოლიგონი (45°)"
-
-#: 10080000.xhp#hd_id3149340.96.help.text
-msgctxt "10080000.xhp#hd_id3149340.96.help.text"
-msgid "Freeform Line"
-msgstr "თავისუფალი ფორმის ხაზი"
-
-#: 10080000.xhp#par_id3159188.help.text
-msgid "<image id=\"img_id3159194\" src=\"cmd/sc_linetoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159194\">Icon</alt></image>"
-msgstr "<image id=\"img_id3159194\" src=\"cmd/sc_linetoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159194\">ხატულა</alt></image>"
-
-#: 10080000.xhp#par_id3159192.97.help.text
-msgctxt "10080000.xhp#par_id3159192.97.help.text"
-msgid "Freeform Line"
-msgstr "თავისუფალი ფორმის ხაზი"
-
-#: 13060000.xhp#tit.help.text
-msgid "Double-Click to add Text"
-msgstr "ტექსტის დასამატებლად ორჯერ დააწკაპუნეთ"
-
-#: 13060000.xhp#bm_id3150010.help.text
-msgid "<bookmark_value>text; double-clicking to edit</bookmark_value>"
-msgstr "<bookmark_value>ორჯერ დააწკაპუნეთ; ტექსტის რედაქტირებისთვის</bookmark_value>"
-
-#: 13060000.xhp#hd_id3150010.1.help.text
-msgid "<link href=\"text/simpress/02/13060000.xhp\" name=\"Double-Click to add Text\">Double-Click to add Text</link>"
-msgstr "<link href=\"text/simpress/02/13060000.xhp\" name=\"ტექსტის დასამატებლად ორჯერ დააწკაპუნეთ\">ტექსტის დასამატებლად ორჯერ დააწკაპუნეთ</link>"
-
-#: 13060000.xhp#par_id3149378.2.help.text
-msgid "<ahelp hid=\".uno:DoubleClickTextEdit\">Changes the mouse-click behavior, so that you can double-click an object to add or edit text.</ahelp>"
-msgstr "<ahelp hid=\".uno:DoubleClickTextEdit\">ცვლის მაუსის დაწკაპუნების შედეგს ისე, რომ ორჯერ დაწკაპუნებით შევენ შეძლებთ ტექსტის დამატებას ან რედაქტირებას.</ahelp>"
-
-#: 13060000.xhp#par_id3154756.help.text
-msgid "<image id=\"img_id3147341\" src=\"cmd/sc_doubleclicktextedit.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3147341\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147341\" src=\"cmd/sc_doubleclicktextedit.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3147341\">ხატულა</alt></image>"
-
-#: 13060000.xhp#par_id3155445.3.help.text
-msgid "Double-click to add Text"
-msgstr "ტექსტის დასამატებლად ორჯერ დააწკაპუნეთ"
-
-#: 13170000.xhp#tit.help.text
-msgctxt "13170000.xhp#tit.help.text"
-msgid "Snap to Object Points"
-msgstr "მიზიდვა ობიექტის წერტილებთან"
-
-#: 13170000.xhp#hd_id3150870.1.help.text
-msgid "<link href=\"text/simpress/02/13170000.xhp\" name=\"Snap to Object Points\">Snap to Object Points</link>"
-msgstr "<link href=\"text/simpress/02/13170000.xhp\" name=\"ობიექტების წერტილებთან მიზიდვა\">ობიექტების წერტილებთან მიზიდვა</link>"
-
-#: 13170000.xhp#par_id3154016.help.text
-msgid "<image src=\"cmd/sc_snappoints.png\" id=\"img_id3153415\"><alt id=\"alt_id3153415\">Icon</alt></image>"
-msgstr "<image src=\"cmd/sc_snappoints.png\" id=\"img_id3153415\"><alt id=\"alt_id3153415\">ხატულა</alt></image>"
-
-#: 13170000.xhp#par_id3148664.2.help.text
-msgctxt "13170000.xhp#par_id3148664.2.help.text"
-msgid "Snap to Object Points"
-msgstr "მიზიდვა ობიექტის წერტილებთან"
-
-#: 10060000.xhp#tit.help.text
-msgid "Rectangles "
-msgstr "მართკუთხედები "
-
-#: 10060000.xhp#bm_id3159204.help.text
+#. o)R9
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Rectangles"
+msgstr "მართკუთხედები"
+
+#. P_ss
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"bm_id3159204\n"
+"help.text"
msgid "<bookmark_value>rectangles</bookmark_value><bookmark_value>forms; inserting</bookmark_value><bookmark_value>geometric forms</bookmark_value><bookmark_value>inserting;rectangles</bookmark_value>"
msgstr "<bookmark_value>მართკუთხედები</bookmark_value><bookmark_value>ფორმები; ჩასმა</bookmark_value><bookmark_value>გეომეტრიული ფორმები</bookmark_value><bookmark_value>ჩასმა; მართკუთხედები</bookmark_value>"
-#: 10060000.xhp#hd_id3159204.1.help.text
+#. PXDa
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"hd_id3159204\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/simpress/02/10060000.xhp\" name=\"Rectangles\">Rectangles</link>"
msgstr "<link href=\"text/simpress/02/10060000.xhp\" name=\"მართკუთხედებიs\">Rectangles</link>"
-#: 10060000.xhp#par_id3145112.2.help.text
+#. k{ED
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"par_id3145112\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\".uno:RectangleToolbox\">Using Customize Toolbar, you can add the <emph>Rectangles</emph> toolbar.</ahelp>"
msgstr "<ahelp hid=\".uno:RectangleToolbox\">მორგების ხელსაწყოთა ზოლის გამოყენებით თქვენ შეგიძლიათ დაამატოთ <emph>მართკუთხედების</emph> ხელსაწყოთა ზოლი.</ahelp>"
-#: 10060000.xhp#hd_id3150396.4.help.text
-msgctxt "10060000.xhp#hd_id3150396.4.help.text"
+#. m:xS
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"hd_id3150396\n"
+"4\n"
+"help.text"
msgid "Rectangle"
msgstr "მართკუთხედი"
-#: 10060000.xhp#par_id3147405.28.help.text
+#. P[H2
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"par_id3147405\n"
+"28\n"
+"help.text"
msgid "Draws a filled rectangle where you drag in the current document. Click where you want to place a corner of the rectangle, and drag to the size you want. To draw a square, hold down Shift while you drag."
msgstr "მიმდინარე დოკუმენტში ხატავს სავსე მართკუთხედს. დააწკაპუნეთ იმ ადგილას, სადაც გინდათ, რომ იყოს მართკუთხედის კუთხე და გადაათრიეთ სასურველ ზომამდე. კვადრატის დასახატად გადათრევისას გეჭიროთ კლავიშზე Shift."
-#: 10060000.xhp#par_id3145828.help.text
+#. 15VN
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"par_id3145828\n"
+"help.text"
msgid "<image id=\"img_id3148729\" src=\"cmd/sc_rect.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3148729\">Icon</alt></image>"
msgstr "<image id=\"img_id3148729\" src=\"cmd/sc_rect.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3148729\">ხატულა</alt></image>"
-#: 10060000.xhp#par_id3154558.5.help.text
-msgctxt "10060000.xhp#par_id3154558.5.help.text"
+#. IXeg
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"par_id3154558\n"
+"5\n"
+"help.text"
msgid "Rectangle"
msgstr "მართკუთხედი"
-#: 10060000.xhp#hd_id3145591.7.help.text
-msgctxt "10060000.xhp#hd_id3145591.7.help.text"
+#. .-os
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"hd_id3145591\n"
+"7\n"
+"help.text"
msgid "Square"
msgstr "კვადრატი"
-#: 10060000.xhp#par_id3145164.9.help.text
+#. HKd5
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"par_id3145164\n"
+"9\n"
+"help.text"
msgid "<ahelp hid=\".uno:Square\">Draws a filled square where you drag in the current document. Click where you want to place a corner of the square, and drag to the size you want. To draw a rectangle, hold down Shift while you drag.</ahelp>"
msgstr "<ahelp hid=\".uno:Square\">მიმდინარე დოკუმენტში ხატავს სავსე კვადრატს. დააწკაპუნეთ იმ ადგილას, სადაც გინდათ, რომ იყოს კვადრატის კუთხე და გადაათრიეთ სასურველ ზომამდე. მართკუთხედის დასახატად გადათრევისას გეჭიროთ კლავიშზე Shift.</ahelp>"
-#: 10060000.xhp#par_id3149879.help.text
+#. p2xc
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"par_id3149879\n"
+"help.text"
msgid "<image id=\"img_id3149884\" src=\"cmd/sc_square.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3149884\">Icon</alt></image>"
msgstr "<image id=\"img_id3149884\" src=\"cmd/sc_square.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3149884\">ხატულა</alt></image>"
-#: 10060000.xhp#par_id3148770.8.help.text
-msgctxt "10060000.xhp#par_id3148770.8.help.text"
+#. @!)S
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"par_id3148770\n"
+"8\n"
+"help.text"
msgid "Square"
msgstr "კვადრატი"
-#: 10060000.xhp#hd_id3145295.10.help.text
-msgctxt "10060000.xhp#hd_id3145295.10.help.text"
+#. jSb$
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"hd_id3145295\n"
+"10\n"
+"help.text"
msgid "Rounded Rectangle"
msgstr "მომრგვალებული მართკუთხედი"
-#: 10060000.xhp#par_id3145355.12.help.text
+#. ![c;
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"par_id3145355\n"
+"12\n"
+"help.text"
msgid "<ahelp hid=\".uno:Rect_Rounded\">Draws a rounded rectangle with a fill where you drag in the current document. Click where you want to place a corner of the rounded rectangle, and drag to the size you want. To draw a rounded square, hold down Shift while you drag.</ahelp>"
msgstr "<ahelp hid=\".uno:Rect_Rounded\">მიმდინარე დოკუმენტში ხატავს სავსე მომრგვალებულ მართკუთხედს. დააწკაპუნეთ იმ ადგილას, სადაც გინდათ, რომ იყოს მომრგვალებული მართკუთხედის კუთხე და გადაათრიეთ სასურველ ზომამდე. მომრგვალებული კვადრატის დასახატად გადათრევისას გეჭიროთ კლავიშზე Shift.</ahelp>"
-#: 10060000.xhp#par_id3154870.help.text
+#. S]@U
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"par_id3154870\n"
+"help.text"
msgid "<image id=\"img_id3150467\" src=\"cmd/sc_rect_rounded.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3150467\">Icon</alt></image>"
msgstr "<image id=\"img_id3150467\" src=\"cmd/sc_rect_rounded.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3150467\">ხატულა</alt></image>"
-#: 10060000.xhp#par_id3155987.11.help.text
-msgctxt "10060000.xhp#par_id3155987.11.help.text"
+#. ]`g~
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"par_id3155987\n"
+"11\n"
+"help.text"
msgid "Rounded Rectangle"
msgstr "მომრგვალებული მართკუთხედი"
-#: 10060000.xhp#hd_id3083443.13.help.text
-msgctxt "10060000.xhp#hd_id3083443.13.help.text"
+#. ^@vR
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"hd_id3083443\n"
+"13\n"
+"help.text"
msgid "Rounded Square"
msgstr "მომრგვალებული კვადრატი"
-#: 10060000.xhp#par_id3149715.15.help.text
+#. ]U\8
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"par_id3149715\n"
+"15\n"
+"help.text"
msgid "<ahelp hid=\".uno:Square_Rounded\">Draws a rounded square with a fill where you drag in the current document. Click where you want to place a corner of the rounded square, and drag to the size you want. To draw a rounded rectangle, hold down Shift while you drag.</ahelp>"
msgstr "<ahelp hid=\".uno:Square_Rounded\">Draws a rounded square with a fill where you drag in the current document. Click where you want to place a corner of the rounded square, and drag to the size you want. To draw a rounded rectangle, hold down Shift while you drag.</ahelp>"
-#: 10060000.xhp#par_id3156323.help.text
+#. {:L^
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"par_id3156323\n"
+"help.text"
msgid "<image id=\"img_id3151189\" src=\"cmd/sc_square_rounded.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3151189\">Icon</alt></image>"
msgstr "<image id=\"img_id3151189\" src=\"cmd/sc_square_rounded.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3151189\">ხატულა</alt></image>"
-#: 10060000.xhp#par_id3145207.14.help.text
-msgctxt "10060000.xhp#par_id3145207.14.help.text"
+#. Gs..
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"par_id3145207\n"
+"14\n"
+"help.text"
msgid "Rounded Square"
msgstr "მომრგვალებული კვადრატი"
-#: 10060000.xhp#hd_id3153618.16.help.text
-msgctxt "10060000.xhp#hd_id3153618.16.help.text"
+#. qp1x
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"hd_id3153618\n"
+"16\n"
+"help.text"
msgid "Rectangle, Unfilled"
msgstr "მართკუთხედი, შეუვსებელი"
-#: 10060000.xhp#par_id3149981.18.help.text
+#. #aUy
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"par_id3149981\n"
+"18\n"
+"help.text"
msgid "<ahelp hid=\".uno:Rect_Unfilled\">Draws an empty rectangle where you drag in the current document. Click where you want to place a corner of the rectangle, and drag to the size you want. To draw a square, hold down Shift while you drag.</ahelp>"
msgstr "<ahelp hid=\".uno:Rect_Unfilled\">მიმდინარე დოკუმენტში ხატავს ცარიელ მართკუთხედს. დააწკაპუნეთ იმ ადგილას, სადაც გინდათ, რომ იყოს მართკუთხედის კუთხე და გადაათრიეთ სასურველ ზომამდე. მომრგვალებული კვადრატის დასახატად გადათრევისას გეჭიროთ კლავიშზე Shift.</ahelp>"
-#: 10060000.xhp#par_id3159179.help.text
+#. ]r-Y
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"par_id3159179\n"
+"help.text"
msgid "<image id=\"img_id3159186\" src=\"cmd/sc_rect_unfilled.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3159186\">Icon</alt></image>"
msgstr "<image id=\"img_id3159186\" src=\"cmd/sc_rect_unfilled.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3159186\">ხატულა</alt></image>"
-#: 10060000.xhp#par_id3153907.17.help.text
-msgctxt "10060000.xhp#par_id3153907.17.help.text"
+#. e3F=
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"par_id3153907\n"
+"17\n"
+"help.text"
msgid "Rectangle, Unfilled"
msgstr "მართკუთხედი, შეუვსებელი"
-#: 10060000.xhp#hd_id3154930.19.help.text
-msgctxt "10060000.xhp#hd_id3154930.19.help.text"
+#. Ei\p
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"hd_id3154930\n"
+"19\n"
+"help.text"
msgid "Square, Unfilled"
msgstr "კვადრატი, შეუვსებელი"
-#: 10060000.xhp#par_id3148830.21.help.text
+#. tFpH
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"par_id3148830\n"
+"21\n"
+"help.text"
msgid "<ahelp hid=\".uno:Square_Unfilled\">Draws an empty square where you drag in the current document. Click where you want to place a corner of the square, and drag to the size you want. To draw a rectangle, hold down Shift while you drag.</ahelp>"
msgstr "<ahelp hid=\".uno:Square_Unfilled\">მიმდინარე დოკუმენტში ხატავს ცარიელ კვადრატს. დააწკაპუნეთ იმ ადგილას, სადაც გინდათ, რომ იყოს კვადრატის კუთხე და გადაათრიეთ სასურველ ზომამდე. მართკუთხედის დასახატად გადათრევისას გეჭიროთ კლავიშზე Shift.</ahelp>"
-#: 10060000.xhp#par_id3154268.help.text
+#. SF7Z
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"par_id3154268\n"
+"help.text"
msgid "<image id=\"img_id3147510\" src=\"cmd/sc_square_unfilled.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3147510\">Icon</alt></image>"
msgstr "<image id=\"img_id3147510\" src=\"cmd/sc_square_unfilled.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3147510\">ხატულა</alt></image>"
-#: 10060000.xhp#par_id3149161.20.help.text
-msgctxt "10060000.xhp#par_id3149161.20.help.text"
+#. TLW7
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"par_id3149161\n"
+"20\n"
+"help.text"
msgid "Square, Unfilled"
msgstr "კვადრატი, შეუვსებელი"
-#: 10060000.xhp#hd_id3154098.22.help.text
+#. c2Ol
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"hd_id3154098\n"
+"22\n"
+"help.text"
msgid "Rounded Rectangle, Unfilled"
msgstr "მომრგვალებული მართკუთხედი, შეუვსებელი"
-#: 10060000.xhp#par_id3153684.24.help.text
+#. UtSe
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"par_id3153684\n"
+"24\n"
+"help.text"
msgid "<ahelp hid=\".uno:Rect_Rounded_Unfilled\">Draws an empty rounded rectangle where you drag in the current document. Click where you want to place a corner of the rounded rectangle, and drag to the size you want. To draw a rounded square, hold down Shift while you drag.</ahelp>"
msgstr "<ahelp hid=\".uno:Rect_Rounded_Unfilled\">მიმდინარე დოკუმენტში ხატავს ცარიელ მომრგვალებულ მართკუთხედს. დააწკაპუნეთ იმ ადგილას, სადაც გინდათ, რომ იყოს მომრგვალებული მართკუთხედის კუთხე და გადაათრიეთ სასურველ ზომამდე. მომრგვალებული კვადრატის დასახატად გადათრევისას გეჭიროთ კლავიშზე Shift.</ahelp>"
-#: 10060000.xhp#par_id3154603.help.text
+#. BG;{
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"par_id3154603\n"
+"help.text"
msgid "<image id=\"img_id3154610\" src=\"cmd/sc_rect_rounded_unfilled.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154610\">Icon</alt></image>"
msgstr "<image id=\"img_id3154610\" src=\"cmd/sc_rect_rounded_unfilled.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154610\">ხატულა</alt></image>"
-#: 10060000.xhp#par_id3154802.23.help.text
-msgctxt "10060000.xhp#par_id3154802.23.help.text"
+#. Vi:E
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"par_id3154802\n"
+"23\n"
+"help.text"
msgid "Rounded Square, Unfilled"
msgstr "მომრგვალებული კვადრატი, შეუვსებელი"
-#: 10060000.xhp#hd_id3150350.25.help.text
-msgctxt "10060000.xhp#hd_id3150350.25.help.text"
+#. H3r=
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"hd_id3150350\n"
+"25\n"
+"help.text"
msgid "Rounded Square, Unfilled"
msgstr "მომრგვალებული კვადრატი, შეუვსებელი"
-#: 10060000.xhp#par_id3150990.27.help.text
+#. MThR
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"par_id3150990\n"
+"27\n"
+"help.text"
msgid "<ahelp hid=\".uno:Square_Rounded_Unfilled\">Draws an empty rounded square where you drag in the current document. Click where you want to place a corner of the rounded square, and drag to the size you want. To draw a rounded rectangle, hold down Shift while you drag.</ahelp>"
msgstr "<ahelp hid=\".uno:Square_Rounded_Unfilled\">მიმდინარე დოკუმენტში ხატავს ცარიელ მომრგვალებულ კვადრატს. დააწკაპუნეთ იმ ადგილას, სადაც გინდათ, რომ იყოს მომრგვალებული კვადრატის კუთხე და გადაათრიეთ სასურველ ზომამდე. მომრგვალებული მართკუთხედის დასახატად გადათრევისას გეჭიროთ კლავიშზე Shift.</ahelp>"
-#: 10060000.xhp#par_id3154565.help.text
+#. ,]Q5
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"par_id3154565\n"
+"help.text"
msgid "<image id=\"img_id3154571\" src=\"cmd/sc_square_rounded_unfilled.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154571\">Icon</alt></image>"
msgstr "<image id=\"img_id3154571\" src=\"cmd/sc_square_rounded_unfilled.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154571\">ხატულა</alt></image>"
-#: 10060000.xhp#par_id3152960.26.help.text
-msgctxt "10060000.xhp#par_id3152960.26.help.text"
+#. PUs|
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"par_id3152960\n"
+"26\n"
+"help.text"
msgid "Rounded Square, Unfilled"
msgstr "მომრგვალებული კვადრატი, შეუვსებელი"
-#: 10030000.xhp#tit.help.text
-msgid "Mode"
-msgstr "რეჟიმი"
-
-#: 10030000.xhp#bm_id3150199.help.text
-msgid "<bookmark_value>flipping around a flip line</bookmark_value><bookmark_value>mirroring objects</bookmark_value><bookmark_value>3D rotation objects; converting to</bookmark_value><bookmark_value>slanting objects</bookmark_value><bookmark_value>objects; effects</bookmark_value><bookmark_value>distorting objects</bookmark_value><bookmark_value>shearing objects</bookmark_value><bookmark_value>transparency; of objects</bookmark_value><bookmark_value>gradients; transparent</bookmark_value><bookmark_value>colors; defining gradients interactively</bookmark_value><bookmark_value>gradients; defining colors</bookmark_value><bookmark_value>circles; of objects</bookmark_value>"
-msgstr "<bookmark_value>სატრიალებელი ხაზის გარშემო ტრიალი</bookmark_value><bookmark_value>სარკისებური ობიექტები</bookmark_value><bookmark_value>3D ბრუნვის ობიექტები; გარდაიქმნება</bookmark_value><bookmark_value>დახრილ ობიექტებად</bookmark_value><bookmark_value>ობიექტები; ეფექტები</bookmark_value><bookmark_value>დამახინჯებული ობიექტები</bookmark_value><bookmark_value>გაზიარების ობიექტები</bookmark_value><bookmark_value>გამჭვირვალობა; ობიექტების</bookmark_value><bookmark_value>გრადიენტები; გამჭვირვალე</bookmark_value><bookmark_value>ფერები; ინტერაქტიულიად განმსაზღვრელი გრადიენტები</bookmark_value><bookmark_value>გრადიენტები; ფერთა განმსაზღვრელი </bookmark_value><bookmark_value>წრეები; ობიექტების</bookmark_value>"
-
-#: 10030000.xhp#hd_id3147264.1.help.text
-msgid "<link href=\"text/simpress/02/10030000.xhp\" name=\"Mode\">Mode</link>"
-msgstr "<link href=\"text/simpress/02/10030000.xhp\" name=\"რეჟიმი\">რეჟიმი</link>"
-
-#: 10030000.xhp#par_id3153965.2.help.text
-msgid "<ahelp hid=\".uno:AdvancedMode\">Modifies the shape, orientation or fill of the selected object(s).</ahelp>"
-msgstr "<ahelp hid=\".uno:AdvancedMode\">ცვლის ობიექტ(ებ)ის ფორმას, ორიენტაციას ან ფონს.</ahelp>"
-
-#: 10030000.xhp#par_id3149665.help.text
-msgid "<image id=\"img_id3154490\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154490\">Icon</alt></image>"
-msgstr "<image id=\"img_id3154490\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154490\">ხატულა</alt></image>"
-
-#: 10030000.xhp#par_id3154018.3.help.text
-msgid "Effects (%PRODUCTNAME Draw only)"
-msgstr "ეფექტები (მხოლოდ %PRODUCTNAME Draw)"
-
-#: 10030000.xhp#par_id3149018.4.help.text
-msgid "To open the<item type=\"productname\">%PRODUCTNAME</item> Draw <emph>Mode </emph>toolbar, click the arrow next to the <emph>Effects </emph>icon on the <emph>Drawing</emph> bar. In %PRODUCTNAME Impress, choose <emph>View - Toolbars - Mode</emph>."
-msgstr "<item type=\"productname\">%PRODUCTNAME</item> Draw <emph>რეჟიმის </emph>ხელსაწყოთა ზოლის გასახსნელად დააწკაპუნეთ <emph>ხატვის</emph> ზოლზე <emph>ეფექტები </emph>ხატულას შემდეგ ისარზე. %PRODUCTNAME Impress-ში აირჩიეთ <emph>ხედი - ხელსაწყოთა ზოლები - რეჟიმი</emph>."
-
-#: 10030000.xhp#hd_id3150199.6.help.text
-msgctxt "10030000.xhp#hd_id3150199.6.help.text"
-msgid "Rotate"
-msgstr "ბრუნვა"
-
-#: 10030000.xhp#par_id3148489.40.help.text
-msgid "Rotates or skews the selected 2D object(s) around a pivot point. Drag a corner handle of the object in the direction you want to rotate it. To skew an object, drag a center handle in the direction you want to skew it."
-msgstr "საყრდენი წერტილის გარშემო აბრუნებს ან ხრის არჩეულ 2D ობიექტ(ებ)ს. გადაათრიეთ ობიექტის კუთხე გადაბრუნების სასურველი მიმართულებით. ობიექტის დასახრელად, გადაათრიეთ ცენტრალური არე სასურველი მიმართულებით."
-
-#: 10030000.xhp#par_id3154022.9.help.text
-msgid "Each slide has only one pivot point. Double-click an object to move the pivot point to the center of the object. You can also drag the pivot point to a new location on the screen, and then rotate the object."
-msgstr "ყოველ სლაიდს გააჩნია მხოლოდ ერთი საყრდენი წერტილი. ამ წერტილის გადასაადგილებლად ორჯერ დააწკაპუნეთ ობიექტის ცენტრს. თქვენ აგრეთვე შეგიძლიათ გადაათრიოთ საყრდენი წერტილი სასურველ ადგილას, შემდეგ დაატრიალოთ ობიექტი."
-
-#: 10030000.xhp#par_id3153914.10.help.text
-msgid "If you select a group that includes a 3D object, only the 3D object is rotated. You cannot skew a 3D object, instead, you can rotate it about the X and Y axes by dragging the center handles."
-msgstr "თუ თქვენ აირჩევთ ჯგუფს, რომელიც შეიცავს 3D ობიექტს, გადაბრუნდება მხოლოდ 3D ობიექტი. 3D ობიექტის გადახრა შეუძლებელია, სანაცვლოდ თქვენ შეგიძლიათ აბრუნოთ იგი X და Y ღერძების მიმართ ცენტრალური სახელურის გადათრევით."
-
-#: 10030000.xhp#par_id3146962.help.text
-msgid "<image id=\"img_id3153811\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153811\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153811\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153811\">ხატულა</alt></image>"
-
-#: 10030000.xhp#par_id3150435.7.help.text
-msgctxt "10030000.xhp#par_id3150435.7.help.text"
-msgid "Rotate"
-msgstr "ბრუნვა"
-
-#: 10030000.xhp#hd_id3151387.11.help.text
-msgctxt "10030000.xhp#hd_id3151387.11.help.text"
-msgid "Flip"
-msgstr "შეტრიალება"
-
-#: 10030000.xhp#par_id3157874.13.help.text
-msgid "<ahelp hid=\".uno:Mirror\">Flips the selected object(s) around a flip line, that you can drag to anywhere on the slide. Drag a handle of the object(s) across the flip line to flip the object(s). To change the orientation of the flip line, drag one of its end points to new location.</ahelp>"
-msgstr "<ahelp hid=\".uno:Mirror\">ატრიალებს არჩეულ ობიექტ(ებ)ს სატრიალებელი ხაზის გარშემო, რომელიც თქვენ შეგიძლიათ გადაათრიოთ სლაიდის ნებისმიერ ადგილას. გადაათრიეთ ობიექტის სახელური სატრიეალებელი ხაზის თავზე, სატრიალებელი ხაზის ორიენტაციის შესაცვლელად გადაათრიეთ მისი ერთი წერტილი ახალ ადგილას.</ahelp>"
-
-#: 10030000.xhp#par_id3153035.help.text
-msgid "<image id=\"img_id3153932\" src=\"cmd/sc_mirror.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153932\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153932\" src=\"cmd/sc_mirror.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153932\">ხატულა</alt></image>"
-
-#: 10030000.xhp#par_id3145590.12.help.text
-msgctxt "10030000.xhp#par_id3145590.12.help.text"
-msgid "Flip"
-msgstr "შეტრიალება"
-
-#: 10030000.xhp#hd_id3155263.33.help.text
-msgctxt "10030000.xhp#hd_id3155263.33.help.text"
-msgid "In 3D Rotation Object"
-msgstr "ობიექტის სამგანზომილებიანი ბრუნვა"
-
-#: 10030000.xhp#par_id3145169.35.help.text
-msgid "<ahelp hid=\".uno:ConvertInto3DLathe\">Converts the selected 2D object(s) to a 3D object, by rotating the object(s) around a symmetry line.</ahelp>"
-msgstr "<ahelp hid=\".uno:ConvertInto3DLathe\">გარდაქმნის არჩეულ 2D ობიექტ(ებ)ს 3D ობიექტებში, სიმეტრიის ხაზის გარშემო ბრუნვით.</ahelp>"
-
-#: 10030000.xhp#par_id3150332.36.help.text
-msgid "Drag the symmetry line to a new location to change the shape of the converted object. To change the orientation of the symmetry line, drag one of its end points. Click the object to convert it to 3D. "
-msgstr "გადაყვანილი ობიექტის ფორმის შესაცვლელად გადაათრიეთ სიმეტრიის ხაზი ახალ ადგილას. სიმეტრიის ხაზის ორიენტაციის შესაცვლელად გადაათრიეთ მისი ერთ-ერთი ბოლო წერტილი. ობიექტის 3D-ში გადასაყვანათ დააწკაპუნეთ მასზე."
-
-#: 10030000.xhp#par_id3150928.help.text
-msgid "<image id=\"img_id3145295\" src=\"svx/res/rotate3d.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145295\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145295\" src=\"svx/res/rotate3d.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145295\">ხატულა</alt></image>"
-
-#: 10030000.xhp#par_id3149024.34.help.text
-msgctxt "10030000.xhp#par_id3149024.34.help.text"
-msgid "In 3D Rotation Object"
-msgstr "ობიექტის სამგანზომილებიანი ბრუნვა"
-
-#: 10030000.xhp#hd_id3147536.24.help.text
-msgctxt "10030000.xhp#hd_id3147536.24.help.text"
-msgid "Set in circle (perspective)"
-msgstr "წრეში (ჰორიზონტი)"
-
-#: 10030000.xhp#par_id3150468.26.help.text
-msgid "<ahelp hid=\".uno:CrookRotate\">Distorts the selected object by wrapping it around imaginary circles, and then adding perspective. Drag a handle of the selected object to distort it.</ahelp> If the selected object is not a polygon or Bézier curve, you are prompted to change the object to a curve before you can distort it."
-msgstr "<ahelp hid=\".uno:CrookRotate\">წარმოსახვითი წრეების გარშემო შემოხვევით ამახინჯებს არჩეულ ობიექტს.დასამახინჯებლად გადაათრიეთ არჩეული ობიექტის სახელური.</ahelp> თუ არჩეული ობიექტი არ არის პოლიგონი ან ბეიზერის მრუდი, თქვენ მოგეთხოვებათ ობიექტის მრუდად დარაყვანა."
-
-#: 10030000.xhp#par_id3147167.help.text
-msgid "<image id=\"img_id3083443\" src=\"cmd/sc_crookslant.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3083443\">Icon</alt></image>"
-msgstr "<image id=\"img_id3083443\" src=\"cmd/sc_crookslant.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3083443\">ხატულა</alt></image>"
-
-#: 10030000.xhp#par_id3149454.25.help.text
-msgctxt "10030000.xhp#par_id3149454.25.help.text"
-msgid "Set in circle (perspective)"
-msgstr "წრეში (ჰორიზონტი)"
-
-#: 10030000.xhp#hd_id3151185.27.help.text
-msgctxt "10030000.xhp#hd_id3151185.27.help.text"
-msgid "Set to circle (slant)"
-msgstr "წრეში (დახრა)"
-
-#: 10030000.xhp#par_id3150766.29.help.text
-msgid "<ahelp hid=\".uno:CrookSlant\">Distorts the selected object by wrapping it around imaginary circles. Drag a handle of the selected object to distort it.</ahelp> If the selected object is not a polygon or Bézier curve, you are prompted to change the object to a curve before you can distort it."
-msgstr "<ahelp hid=\".uno:CrookSlant\">წარმოსახვითი წრეების გარშემო შემოხვევით ამახინჯებს არჩეულ ობიექტს.დასამახინჯებლად გადაათრიეთ არჩეული ობიექტის სახელური.</ahelp> თუ არჩეული ობიექტი არ არის პოლიგონი ან ბეიზერის მრუდი, თქვენ მოგეთხოვებათ ობიექტის მრუდად დარაყვანა."
-
-#: 10030000.xhp#par_id3150875.help.text
-msgid "<image id=\"img_id3150882\" src=\"cmd/sc_crookrotate.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3150882\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150882\" src=\"cmd/sc_crookrotate.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3150882\">ხატულა</alt></image>"
-
-#: 10030000.xhp#par_id3153156.28.help.text
-msgctxt "10030000.xhp#par_id3153156.28.help.text"
-msgid "Set to circle (slant)"
-msgstr "წრეში (დახრა)"
-
-#: 10030000.xhp#hd_id3154049.30.help.text
-msgctxt "10030000.xhp#hd_id3154049.30.help.text"
-msgid "Distort"
-msgstr "გამრუდება"
-
-#: 10030000.xhp#par_id3149756.32.help.text
-msgid "<ahelp hid=\".uno:Shear\">Lets you drag the handles of the selected object to change its shape.</ahelp> If the selected object is not a polygon or Bézier curve, you are prompted to change the object to a curve before you can distort it."
-msgstr "<ahelp hid=\".uno:Shear\">გაძლევთ შაშუალებას გადაათრით არჩეული ობიექტის სახელურები მისი ფორმის შესაცვლელად.</ahelp> თუ არჩეული ობიექტი არ არის პოლიგონი ან ბეიზერის მრუდი, თქვენ მოგეთხოვებათ ობიექტის მრუდად დარაყვანა."
-
-#: 10030000.xhp#par_id3154693.help.text
-msgid "<image id=\"img_id3154933\" src=\"cmd/sc_shear.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154933\">Icon</alt></image>"
-msgstr "<image id=\"img_id3154933\" src=\"cmd/sc_shear.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154933\">ხატულა</alt></image>"
-
-#: 10030000.xhp#par_id3154294.31.help.text
-msgctxt "10030000.xhp#par_id3154294.31.help.text"
-msgid "Distort"
-msgstr "გამრუდება"
-
-#: 10030000.xhp#hd_id3154203.42.help.text
-msgctxt "10030000.xhp#hd_id3154203.42.help.text"
-msgid "Transparency"
-msgstr "გამჭვირვალე"
-
-#: 10030000.xhp#par_id3154258.43.help.text
-msgid "<ahelp hid=\".uno:InteractiveTransparence\">Applies a transparency gradient to the selected object.</ahelp> The transparency line represents a a grayscale, with the black handle corresponding to 0% transparency and the white handle to 100% transparency."
-msgstr "<ahelp hid=\".uno:InteractiveTransparence\">არჩეულ ობიექტზე აყენებს გამჭვირვალობის გრადაციას.</ahelp> გამჭვირვალობის ხაზი წარმოადგენს რუხ ტონებს, შავს 0% გამჭვირვალობით, ხოლო 100% გამჭირვალობა წარმოადგენს თეთრს. "
-
-#: 10030000.xhp#par_id3147516.44.help.text
-msgid "Drag the white handle to change the direction of the transparency gradient. Drag the black handle to change the length of the gradient. You can also drag and drop colors onto the handles from the <emph>Color</emph> Bar to change their grayscale values."
-msgstr "გრადიენტის გამჭვირვალეობის შესაცვლელად გადაათრიეთ თეთრი სახელური. გრადიენტის სიგრძის შესაცვლელად გადაათრიეთ შავი სახელური. თქვენ შეგიძლიათ გადაათრიოთ ფერები <emph>ფერების</emph> ზოლიდან რათა შეცვალოთ გრადაციის ბოლო წერტილების ფერი. "
-
-#: 10030000.xhp#par_id3154104.60.help.text
-msgctxt "10030000.xhp#par_id3154104.60.help.text"
-msgid "To display the <emph>Color Bar</emph>, choose <emph>View - Toolbars - Color Bar</emph>."
-msgstr "<emph>ფერთა ზოლის</emph> საჩვენებლად აირჩიეთ <emph>ხედი - ხელსაწყოთა ზოლები - ფერთა ზოლი</emph>."
-
-#: 10030000.xhp#par_id3154602.help.text
-msgid "<image id=\"img_id3154790\" src=\"cmd/sc_interactivetransparence.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154790\">Icon</alt></image>"
-msgstr "<image id=\"img_id3154790\" src=\"cmd/sc_interactivetransparence.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154790\">ხატულა</alt></image>"
-
-#: 10030000.xhp#par_id3150623.45.help.text
-msgctxt "10030000.xhp#par_id3150623.45.help.text"
-msgid "Transparency"
-msgstr "გამჭვირვალე"
+#. :mJX
+#: 13050000.xhp
+msgctxt ""
+"13050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Show Snap Lines"
+msgstr "მიზიდული სტრიქონების ჩვენება"
-#: 10030000.xhp#hd_id3149932.46.help.text
-msgctxt "10030000.xhp#hd_id3149932.46.help.text"
-msgid "Gradient"
-msgstr "გრადიენტი"
+#. Lb!(
+#: 13050000.xhp
+msgctxt ""
+"13050000.xhp\n"
+"bm_id3152596\n"
+"help.text"
+msgid "<bookmark_value>guides; show snap lines icon</bookmark_value><bookmark_value>showing; guides</bookmark_value>"
+msgstr "<bookmark_value>პირობითი ხაზები; მიზიდვის ხაზების ჩვენების ხატულა</bookmark_value><bookmark_value>ჩვენება; პირობითი ხაზების</bookmark_value>"
-#: 10030000.xhp#par_id3149594.47.help.text
-msgid "<ahelp hid=\".uno:InteractiveGradient\">Modifies the gradient fill of the selected object. This command is only available if you applied a gradient to the selected object in <emph>Format - Area</emph>.</ahelp> Drag the handles of the gradient line to change the direction of the gradient or the length of the gradient. You can also drag and drop colors onto the handles from the <emph>Color</emph> Bar to change the color of the gradient endpoints. "
-msgstr "<ahelp hid=\".uno:InteractiveGradient\">ცვლის არჩეული ობიექტის გრადაციის ფონს. ეს ბრძანება მოქმედებს მხოლოდ მაშინ თუ თქვენ მიანიჭეთ გრადაცია ობიექტს მენიუში: <emph>ფორმატი - არე</emph>.</ahelp> გადაათრიეთ გრადაციის ხაზის სახელურები გრადაციის მიმართულების ან სიგრძის შესაცვლელად. თქვენ შეგიძლიათ გადაათრიოთ ფერები <emph>ფერების</emph> ზოლიდან რათა შეცვალოთ გრადაციის ბოლო წერტილების ფერი. "
+#. !d=n
+#: 13050000.xhp
+msgctxt ""
+"13050000.xhp\n"
+"hd_id3152596\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/02/13050000.xhp\" name=\"Show Snap Lines\">Show Snap Lines</link>"
+msgstr "<link href=\"text/simpress/02/13050000.xhp\" name=\"აჩვენე მიზიდვის ხაზები\">აჩვენე მიზიდვის ხაზები</link>"
-#: 10030000.xhp#par_id3151311.48.help.text
-msgctxt "10030000.xhp#par_id3151311.48.help.text"
-msgid "To display the <emph>Color Bar</emph>, choose <emph>View - Toolbars - Color Bar</emph>."
-msgstr "<emph>ფერთა ზოლის</emph> საჩვენებლად აირჩიეთ <emph>ხედი - ხელსაწყოთა ზოლები - ფერთა ზოლი</emph>."
+#. q5wx
+#: 13050000.xhp
+msgctxt ""
+"13050000.xhp\n"
+"par_id3154490\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:HelplinesVisible\">Shows or hides snap lines so can you align objects on your slide. To remove a snap line, drag it off the slide.</ahelp>"
+msgstr "<ahelp hid=\".uno:HelplinesVisible\">აჩვენებს ან მალავს მიზიდვის ხაზებს ისე რომ თქვენ შეგიძლიათ გაუსწოროთ ობიექტები თქვენს მხარედ. მიზიდვის ხაზის ამოსაღებად გაათრიეთ ის სლაიდიდან.</ahelp>"
-#: 10030000.xhp#par_id3150990.help.text
-msgid "<image id=\"img_id3151102\" src=\"cmd/sc_interactivegradient.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3151102\">Icon</alt></image>"
-msgstr "<image id=\"img_id3151102\" src=\"cmd/sc_interactivegradient.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3151102\">ხატულა</alt></image>"
+#. gaBU
+#: 13050000.xhp
+msgctxt ""
+"13050000.xhp\n"
+"par_id3149019\n"
+"help.text"
+msgid "<image id=\"img_id3156385\" src=\"cmd/sc_helplinesvisible.png\" width=\"4.23mm\" height=\"4.23mm\"><alt id=\"alt_id3156385\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156385\" src=\"cmd/sc_helplinesvisible.png\" width=\"4.23mm\" height=\"4.23mm\"><alt id=\"alt_id3156385\">ხატულა</alt></image>"
-#: 10030000.xhp#par_id3148400.49.help.text
-msgctxt "10030000.xhp#par_id3148400.49.help.text"
-msgid "Gradient"
-msgstr "გრადიენტი"
+#. *ai/
+#: 13050000.xhp
+msgctxt ""
+"13050000.xhp\n"
+"par_id3147339\n"
+"3\n"
+"help.text"
+msgid "Show Snap Lines"
+msgstr "მიზიდული სტრიქონების ჩვენება"
-#: 08060000.xhp#tit.help.text
-msgid "Current Slide/Level"
-msgstr "მიმდინარე სლაიდი/დონე"
+#. SwYc
+#: 13180000.xhp
+msgctxt ""
+"13180000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Allow Quick Editing"
+msgstr "ნებართვა სწრაფ რედაქტირებაზე"
-#: 08060000.xhp#hd_id3159153.1.help.text
-msgid "<link href=\"text/simpress/02/08060000.xhp\" name=\"Current Slide/Level\">Current Slide/Level</link>"
-msgstr "<link href=\"text/simpress/02/08060000.xhp\" name=\"Current Slide/Level\">მიმდინარე სლაიდი/დონე</link>"
+#. XgZU
+#: 13180000.xhp
+msgctxt ""
+"13180000.xhp\n"
+"hd_id3154758\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/02/13180000.xhp\" name=\"Allow Quick Editing\">Allow Quick Editing</link>"
+msgstr "<link href=\"text/simpress/02/13180000.xhp\" name=\"სწრაფი რედაქტირების ნების დართვა\">სწრაფი რედაქტირების ნების დართვა</link>"
-#: 08060000.xhp#par_id3153190.2.help.text
-msgid "<ahelp hid=\".uno:PageStatus\" visibility=\"visible\">Displays the current slide number followed by the total number of slides.</ahelp>"
-msgstr "<ahelp hid=\".uno:PageStatus\" visibility=\"visible\">აჩვენებს მიმდინარე სლაიდის ნომერს რომელსაც მოყვება სლაიდების საერთო რაოდენობა.</ahelp>"
+#. h/X%
+#: 13180000.xhp
+msgctxt ""
+"13180000.xhp\n"
+"par_id3149664\n"
+"help.text"
+msgid "<image src=\"cmd/sc_quickedit.png\" id=\"img_id3153728\"><alt id=\"alt_id3153728\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_quickedit.png\" id=\"img_id3153728\"><alt id=\"alt_id3153728\">ხატულა</alt></image>"
-#: 08060000.xhp#par_id3149126.3.help.text
-msgid "In Layer Mode, the name of the layer containing the selected object is displayed."
-msgstr "შრეების რეჟიმში, ნაჩვენები იქნება შრის სახელი, რომელიც შეიცავს არჩეულ ობიექტს."
+#. lN1T
+#: 13180000.xhp
+msgctxt ""
+"13180000.xhp\n"
+"par_id3146974\n"
+"2\n"
+"help.text"
+msgid "Allow Quick Editing"
+msgstr "ნებართვა სწრაფ რედაქტირებაზე"
-#: 10120000.xhp#tit.help.text
+#. ogew
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"tit\n"
+"help.text"
msgid "Arrows"
msgstr "ისრები"
-#: 10120000.xhp#bm_id3145799.help.text
+#. A~w3
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"bm_id3145799\n"
+"help.text"
msgid "<bookmark_value>lines;inserting</bookmark_value><bookmark_value>arrows; inserting</bookmark_value><bookmark_value>inserting; lines</bookmark_value><bookmark_value>inserting; arrows</bookmark_value><bookmark_value>dimension lines; drawing</bookmark_value>"
msgstr "<bookmark_value>ხაზები;ჩასმა</bookmark_value><bookmark_value>ისრები; ჩასმა</bookmark_value><bookmark_value>ჩასმა; ხაზები</bookmark_value><bookmark_value>ჩასმა; ისრები</bookmark_value><bookmark_value>განზომილების ხაზები; ხატვა</bookmark_value>"
-#: 10120000.xhp#hd_id3145799.1.help.text
+#. Q7H*
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"hd_id3145799\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/simpress/02/10120000.xhp\" name=\"Arrows\">Arrows</link>"
msgstr "<link href=\"text/simpress/02/10120000.xhp\" name=\"Arrows\">ისრები</link>"
-#: 10120000.xhp#par_id3145790.2.help.text
+#. $.?/
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3145790\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\".uno:ArrowsToolbox\">Open the <emph>Arrows</emph> toolbar, where you can add straight lines, lines with arrows, and dimension lines to the current slide or page.</ahelp>"
msgstr "<ahelp hid=\".uno:ArrowsToolbox\">გახსენით ხელსაწყოთა ზოლი <emph>ისრები</emph> სადაც შეგიძლიათ პირდაპირი, ისრიანი და განზომილებიანი ხაზების მიმდინარე სლაიდში ან გვერდში დამატება.</ahelp>"
-#: 10120000.xhp#par_idN1071F.help.text
+#. y1Kd
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_idN1071F\n"
+"help.text"
msgid "If you want, you can add an arrow after you draw a line by choosing Format - Line, and then selecting an arrow style from the Style box."
msgstr "თუ გინდათ, შეგიძლიათ ხაზის დახატვის შემდეგ დაამატოთ ისარი ბრძანება ფორმატი - ხაზი არჩევით და შემდეგ სტილების სარკმელიდან ისრის სტილის არჩევით."
-#: 10120000.xhp#hd_id3153811.5.help.text
-msgctxt "10120000.xhp#hd_id3153811.5.help.text"
+#. IB]h
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"hd_id3153811\n"
+"5\n"
+"help.text"
msgid "Line"
msgstr "ხაზი"
-#: 10120000.xhp#par_id3145114.6.help.text
+#. NeS6
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3145114\n"
+"6\n"
+"help.text"
msgid "Draws a straight line where you drag in the current document. To constrain the line to 45 degrees, hold down Shift while you drag."
msgstr "მიმდინარე დოკუმენტში გადათრევით ხატავს პირდაპირ ხაზს. ხაზის 45 გრადუსით დასახრელად გადათრევისას გეჭიროთ Shift კლავიშზე."
-#: 10120000.xhp#par_id3147405.help.text
+#. t)Qw
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3147405\n"
+"help.text"
msgid "<image id=\"img_id3147299\" src=\"cmd/sc_line.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147299\">Icon</alt></image>"
msgstr "<image id=\"img_id3147299\" src=\"cmd/sc_line.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147299\">ხატულა</alt></image>"
-#: 10120000.xhp#par_id3157906.7.help.text
-msgctxt "10120000.xhp#par_id3157906.7.help.text"
+#. DQfq
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3157906\n"
+"7\n"
+"help.text"
msgid "Line"
msgstr "ხაზი"
-#: 10120000.xhp#hd_id3148725.8.help.text
-msgctxt "10120000.xhp#hd_id3148725.8.help.text"
+#. -usj
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"hd_id3148725\n"
+"8\n"
+"help.text"
msgid "Line Ends with Arrow"
msgstr "ხაზი მთავრდება ისრით"
-#: 10120000.xhp#par_id3153034.9.help.text
+#. D?E]
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3153034\n"
+"9\n"
+"help.text"
msgid "<ahelp hid=\".uno:LineArrowEnd\">Draws a straight line that ends with an arrow where you drag in the current document. To constrain the line to 45 degrees, hold down Shift while you drag.</ahelp>"
msgstr "<ahelp hid=\".uno:LineArrowEnd\">Draws a straight line that ends with an arrow where you drag in the current document. To constrain the line to 45 degrees, hold down Shift while you drag.</ahelp>"
-#: 10120000.xhp#par_id3145590.help.text
+#. Ftm)
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3145590\n"
+"help.text"
msgid "<image id=\"img_id3145596\" src=\"cmd/sc_arrowstoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145596\">Icon</alt></image>"
msgstr "<image id=\"img_id3145596\" src=\"cmd/sc_arrowstoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145596\">ხატულა</alt></image>"
-#: 10120000.xhp#par_id3153733.10.help.text
-msgctxt "10120000.xhp#par_id3153733.10.help.text"
+#. Qv)3
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3153733\n"
+"10\n"
+"help.text"
msgid "Line Ends with Arrow"
msgstr "ხაზი მთავრდება ისრით"
-#: 10120000.xhp#hd_id3149881.11.help.text
-msgctxt "10120000.xhp#hd_id3149881.11.help.text"
+#. 6X@F
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"hd_id3149881\n"
+"11\n"
+"help.text"
msgid "Line with Arrow/Circle"
msgstr "ხაზი ისრით/წრით"
-#: 10120000.xhp#par_id3147370.12.help.text
+#. Dt~a
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3147370\n"
+"12\n"
+"help.text"
msgid "<ahelp hid=\".uno:LineArrowCircle\">Draws a straight line that starts with an arrow and ends with a circle where you drag in the current document. To constrain the line to 45 degrees, hold down Shift while you drag.</ahelp>"
msgstr "<ahelp hid=\".uno:LineArrowCircle\">მიმდინარე დოკუმენტში გადათრევით ხატავს პირდაპირ ხაზს, რომელიც იწყება ისრით და მთავრდება წრით. ხაზის 45 გრადუსით დასახრელად გადათრევისას დააჭირეთ Shift კლავიშზე.</ahelp>"
-#: 10120000.xhp#par_id3156060.help.text
+#. UlF7
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3156060\n"
+"help.text"
msgid "<image id=\"img_id3156066\" src=\"cmd/sc_linearrowcircle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156066\">Icon</alt></image>"
msgstr "<image id=\"img_id3156066\" src=\"cmd/sc_linearrowcircle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156066\">ხატულა</alt></image>"
-#: 10120000.xhp#par_id3145297.13.help.text
-msgctxt "10120000.xhp#par_id3145297.13.help.text"
+#. USqo
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3145297\n"
+"13\n"
+"help.text"
msgid "Line with Arrow/Circle"
msgstr "ხაზი ისრით/წრით"
-#: 10120000.xhp#hd_id3149024.14.help.text
-msgctxt "10120000.xhp#hd_id3149024.14.help.text"
+#. 3E!^
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"hd_id3149024\n"
+"14\n"
+"help.text"
msgid "Line with Arrow/Square"
msgstr "ხაზი ისრით/კვადრატით"
-#: 10120000.xhp#par_id3154873.15.help.text
+#. 0LOA
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3154873\n"
+"15\n"
+"help.text"
msgid "<ahelp hid=\".uno:LineArrowSquare\">Draws a straight line that starts with an arrow and ends with a square where you drag in the current document. To constrain the line to 45 degrees, hold down Shift while you drag.</ahelp>"
msgstr "<ahelp hid=\".uno:LineArrowSquare\">მიმდინარე დოკუმენტში გადათრევისას ხატავს პირდაპირ ხაზს, რომელიც იწყება ისრით და მთავრდება კვადრატით. ხაზის 45 გრადუსით დასახრელად გადათრევისას დააჭირეთ Shift კლავიშზე.</ahelp>"
-#: 10120000.xhp#par_id3155402.help.text
+#. Rt=+
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3155402\n"
+"help.text"
msgid "<image id=\"img_id3155409\" src=\"cmd/sc_linearrowsquare.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155409\">Icon</alt></image>"
msgstr "<image id=\"img_id3155409\" src=\"cmd/sc_linearrowsquare.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155409\">ხატულა</alt></image>"
-#: 10120000.xhp#par_id3149446.16.help.text
-msgctxt "10120000.xhp#par_id3149446.16.help.text"
+#. YEW_
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3149446\n"
+"16\n"
+"help.text"
msgid "Line with Arrow/Square"
msgstr "ხაზი ისრით/კვადრატით"
-#: 10120000.xhp#hd_id3150967.17.help.text
-msgctxt "10120000.xhp#hd_id3150967.17.help.text"
+#. }SbF
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"hd_id3150967\n"
+"17\n"
+"help.text"
msgid "Line (45°)"
msgstr "ხაზი (45°)"
-#: 10120000.xhp#par_id3152929.18.help.text
+#. cqSS
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3152929\n"
+"18\n"
+"help.text"
msgid "<ahelp hid=\".uno:Line_Diagonal\">Draws a straight line that is constrained by angles of 45 degrees.</ahelp>"
msgstr "<ahelp hid=\".uno:Line_Diagonal\">ხატავს 45 გრადუსიანი კუთხით დახრილ პირდაპირ ხაზს.</ahelp>"
-#: 10120000.xhp#par_id3145202.help.text
+#. 57Hi
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3145202\n"
+"help.text"
msgid "<image id=\"img_id3145209\" src=\"cmd/sc_line_diagonal.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145209\">Icon</alt></image>"
msgstr "<image id=\"img_id3145209\" src=\"cmd/sc_line_diagonal.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145209\">ხატულა</alt></image>"
-#: 10120000.xhp#par_id3153151.19.help.text
-msgctxt "10120000.xhp#par_id3153151.19.help.text"
+#. gO![
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3153151\n"
+"19\n"
+"help.text"
msgid "Line (45°)"
msgstr "ხაზი (45°)"
-#: 10120000.xhp#hd_id3150256.20.help.text
-msgctxt "10120000.xhp#hd_id3150256.20.help.text"
+#. )/NP
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"hd_id3150256\n"
+"20\n"
+"help.text"
msgid "Line Starts with Arrow"
msgstr "ხაზი იწყება ისრით"
-#: 10120000.xhp#par_id3143236.21.help.text
+#. `7/n
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3143236\n"
+"21\n"
+"help.text"
msgid "<ahelp hid=\".uno:LineArrowStart\">Draws a straight line that starts with an arrow where you drag in the current document. To constrain the line to 45 degrees, hold down Shift while you drag.</ahelp>"
msgstr "<ahelp hid=\".uno:LineArrowStart\">მიმდინარე დოკუმენტში ხატავს პირდაპირ ხაზს, რომელიც იწყება ისრით. ხაზის 45 გრადუსით დასახრელად გადათრევისას დააჭირეთ Shift კლავიშზე.</ahelp>"
-#: 10120000.xhp#par_id3151172.help.text
+#. ]AwG
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3151172\n"
+"help.text"
msgid "<image id=\"img_id3151178\" src=\"cmd/sc_linearrowstart.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151178\">Icon</alt></image>"
msgstr "<image id=\"img_id3151178\" src=\"cmd/sc_linearrowstart.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151178\">ხატულა</alt></image>"
-#: 10120000.xhp#par_id3148830.22.help.text
-msgctxt "10120000.xhp#par_id3148830.22.help.text"
+#. X%%H
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3148830\n"
+"22\n"
+"help.text"
msgid "Line Starts with Arrow"
msgstr "ხაზი იწყება ისრით"
-#: 10120000.xhp#hd_id3154295.23.help.text
-msgctxt "10120000.xhp#hd_id3154295.23.help.text"
+#. GMDo
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"hd_id3154295\n"
+"23\n"
+"help.text"
msgid "Line with Circle/Arrow"
msgstr "ხაზი წრით/ისრით"
-#: 10120000.xhp#par_id3158403.24.help.text
+#. LJIP
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3158403\n"
+"24\n"
+"help.text"
msgid "<ahelp hid=\".uno:LineCircleArrow\">Draws a straight line that starts with a circle and ends with an arrow where you drag in the current document. To constrain the line to 45 degrees, hold down Shift while you drag.</ahelp>"
msgstr "<ahelp hid=\".uno:LineCircleArrow\">მიმდინარე დოკუმენტში გადათრევისას ხატავს პირდაპირ ხაზს, რომელიც იწყება წრით და მთავრდება ისრით. ხაზის 45 გრადუსით დასახრელად გადათრევისას დააჭირეთ Shift კლავიშზე.</ahelp>"
-#: 10120000.xhp#par_id3154276.help.text
+#. q0#V
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3154276\n"
+"help.text"
msgid "<image id=\"img_id3149152\" src=\"cmd/sc_linecirclearrow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149152\">Icon</alt></image>"
msgstr "<image id=\"img_id3149152\" src=\"cmd/sc_linecirclearrow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149152\">ხატულა</alt></image>"
-#: 10120000.xhp#par_id3154100.25.help.text
-msgctxt "10120000.xhp#par_id3154100.25.help.text"
+#. CKqL
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3154100\n"
+"25\n"
+"help.text"
msgid "Line with Circle/Arrow"
msgstr "ხაზი წრით/ისრით"
-#: 10120000.xhp#hd_id3153688.26.help.text
-msgctxt "10120000.xhp#hd_id3153688.26.help.text"
+#. DCD8
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"hd_id3153688\n"
+"26\n"
+"help.text"
msgid "Line with Square/Arrow"
msgstr "ხაზი კვადრატით/ისრით"
-#: 10120000.xhp#par_id3149800.27.help.text
+#. {qP^
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3149800\n"
+"27\n"
+"help.text"
msgid "<ahelp hid=\".uno:LineSquareArrow\">Draws a straight line that starts with a square and ends with an arrow where you drag in the current document. To constrain the line to 45 degrees, hold down Shift while you drag.</ahelp>"
msgstr "<ahelp hid=\".uno:LineSquareArrow\">მიმდინარე დოკუმენტში გადათრევის შემთხვევასი ხატავს სწორ ხაზს რომელიც იწყება კვადრატით და მთავრდება ისრით. Draws a straight line that starts with a square and ends with an arrow where you drag in the current document. To constrain the line to 45 degrees, hold down Shift while you drag.</ahelp>"
-#: 10120000.xhp#par_id3153538.help.text
+#. ]8E$
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3153538\n"
+"help.text"
msgid "<image id=\"img_id3149931\" src=\"cmd/sc_linesquarearrow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149931\">Icon</alt></image>"
msgstr "<image id=\"img_id3149931\" src=\"cmd/sc_linesquarearrow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149931\">ხატულა</alt></image>"
-#: 10120000.xhp#par_id3150975.28.help.text
-msgctxt "10120000.xhp#par_id3150975.28.help.text"
+#. w5SQ
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3150975\n"
+"28\n"
+"help.text"
msgid "Line with Square/Arrow"
msgstr "ხაზი კვადრატით/ისრით"
-#: 10120000.xhp#hd_id3154477.35.help.text
-msgctxt "10120000.xhp#hd_id3154477.35.help.text"
+#. 9!tO
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"hd_id3154477\n"
+"35\n"
+"help.text"
msgid "Dimension Line"
msgstr "განზომილების ხაზი"
-#: 10120000.xhp#par_id3146124.36.help.text
+#. /dd;
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3146124\n"
+"36\n"
+"help.text"
msgid "<ahelp hid=\".uno:MeasureLine\">Draws a line that displays the dimension length bounded by guides.</ahelp> Dimension lines automatically calculate and display linear dimensions. To draw a dimension line, open the <emph>Arrows</emph> toolbar, and click the <emph>Dimension Line</emph> icon. Move your pointer to where you want the line to start and drag to draw the dimension line. Release when finished."
msgstr "<ahelp hid=\".uno:MeasureLine\">ხატაბს ხაზს, რომელიც არის ასახავს განზომილების სიგრძეს შემოსაზღვრულს პირობითი ხაზებით.</ahelp> განზომილების ხაზები ავტომატურად ითვლის და აჩვენებს მიმდევრობით განზომილებებს. განზომილების ხაზის დასახატად გახსენით ხელსაწყოთა ზოლი <emph>ისრები</emph> და დააწკაპუნეთ ხატულაზე <emph>განზომილების ხაზი</emph>. გადაადგილეთ თქვენი პოინტერი სადაც გინდათ, რომ იწყებოდეს ხაზი და განზომილების ხაზის დასახატად გადაათრიეთ იგი. დასასრულს აუშვით."
-#: 10120000.xhp#par_id3148407.37.help.text
+#. T@aM
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3148407\n"
+"37\n"
+"help.text"
msgid "If you want the dimension line to be the same length as the side of a nearby object, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while dragging. To constrain the dimension line to 45 degrees, hold down the Shift key while dragging."
msgstr "თუ გინდათ, რომ განზომილების ხაზი იყოს იგივე სიგრძის რა სიგრძისაც არის ობიექტის ახლოს მდებარე სლაიდი, გადათრევისას დააჭირეთ <switchinline select=\"sys\"><caseinline select=\"MAC\">ბრძანება </caseinline><defaultinline>Ctrl</defaultinline></switchinline> კლავიშზე. განზომილების ხაზის 45 გრადუსით დასახრელად გადათრევისას გეჭიროთ Shift კლავიშზე."
-#: 10120000.xhp#par_id3148986.53.help.text
+#. -k.M
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3148986\n"
+"53\n"
+"help.text"
msgid "In %PRODUCTNAME Draw, a dimension line is always inserted on the <link href=\"text/simpress/guide/layer_tipps.xhp\" name=\"layer\">layer</link> called <emph>Dimension Lines</emph>. If you set that layer to invisible, you will not see any dimension line in your drawing."
msgstr "%PRODUCTNAME Draw-ში განზომილების ხაზი ყოველთვის ჩასმულია <link href=\"text/simpress/guide/layer_tipps.xhp\" name=\"layer\">შრეზე</link> სახელად <emph>განზომილების ხაზები</emph>. თუ თქვენ გახდით იმ შრეს უხილავს, თქვენს ნახატში ვერ დაინახავთ ვერანაირ განზომილების ხაზს."
-#: 10120000.xhp#par_id3154836.help.text
+#. !w3O
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3154836\n"
+"help.text"
msgid "<image id=\"img_id3149684\" src=\"cmd/sc_measureline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149684\">Icon</alt></image>"
msgstr "<image id=\"img_id3149684\" src=\"cmd/sc_measureline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149684\">ხატულა</alt></image>"
-#: 10120000.xhp#par_id3151259.31.help.text
-msgctxt "10120000.xhp#par_id3151259.31.help.text"
+#. YIkJ
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3151259\n"
+"31\n"
+"help.text"
msgid "Dimension Line"
msgstr "განზომილების ხაზი"
-#: 10120000.xhp#hd_id3149784.32.help.text
-msgctxt "10120000.xhp#hd_id3149784.32.help.text"
+#. )/Qc
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"hd_id3149784\n"
+"32\n"
+"help.text"
msgid "Line with Arrows"
msgstr "ხაზი ისრებით"
-#: 10120000.xhp#par_id3156350.33.help.text
+#. 4Q;d
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3156350\n"
+"33\n"
+"help.text"
msgid "<ahelp hid=\".uno:LineArrows\">Draws a straight line with arrows at both ends where you drag in the current document. To constrain the line to 45 degrees, hold down Shift while you drag.</ahelp>"
msgstr "<ahelp hid=\".uno:LineArrows\">ხატავს სწორ ხაზს ბოლოებში ისრებით, როდესაც გადაათრევთ მიმდინარე დოკუმენტში. ხასის 45 გრადუსზე დასახატათ გადათრევისას დააჭირეთ და გეჭიროთ Shift ღილაკზე.</ahelp>"
-#: 10120000.xhp#par_id3147218.help.text
+#. {3{]
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3147218\n"
+"help.text"
msgid "<image id=\"img_id3147224\" src=\"cmd/sc_linearrows.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147224\">Icon</alt></image>"
msgstr "<image id=\"img_id3147224\" src=\"cmd/sc_linearrows.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147224\">ხატულა</alt></image>"
-#: 10120000.xhp#par_id3149435.34.help.text
-msgctxt "10120000.xhp#par_id3149435.34.help.text"
+#. GXhi
+#: 10120000.xhp
+msgctxt ""
+"10120000.xhp\n"
+"par_id3149435\n"
+"34\n"
+"help.text"
msgid "Line with Arrows"
msgstr "ხაზი ისრებით"
-#: 13030000.xhp#tit.help.text
-msgctxt "13030000.xhp#tit.help.text"
-msgid "Allow Effects"
-msgstr "ნებართვა ეფექტებზე"
+#. DNHm
+#: 11100000.xhp
+msgctxt ""
+"11100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Formatting On/Off"
+msgstr "ფორმატირების ჩართვა/გამორთვა"
-#: 13030000.xhp#bm_id3149666.help.text
-msgid "<bookmark_value>allowing; effects</bookmark_value><bookmark_value>effects; preview</bookmark_value>"
-msgstr "<bookmark_value>დაშვება; ეფექტების</bookmark_value><bookmark_value>effects; preview</bookmark_value>"
+#. VV!V
+#: 11100000.xhp
+msgctxt ""
+"11100000.xhp\n"
+"bm_id3150012\n"
+"help.text"
+msgid "<bookmark_value>formatting;slides headings</bookmark_value>"
+msgstr "<bookmark_value>ფორმატირება; სლაიდები ჰედერები</bookmark_value>"
-#: 13030000.xhp#hd_id3149666.1.help.text
-msgid "<link href=\"text/simpress/02/13030000.xhp\" name=\"Allow Effects\">Allow Effects</link>"
-msgstr "<link href=\"text/simpress/02/13030000.xhp\" name=\"ეფექტების დაშვება\">ეფექტების დაშვება</link>"
+#. rll@
+#: 11100000.xhp
+msgctxt ""
+"11100000.xhp\n"
+"hd_id3150012\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/02/11100000.xhp\" name=\"Formatting On/Off\">Formatting On/Off</link>"
+msgstr "<link href=\"text/simpress/02/11100000.xhp\" name=\"ფორმატირების ჩართვა/გამორთვა\">ფორმატირების ჩართვა/გამორთვა</link>"
-#: 13030000.xhp#par_id3145251.2.help.text
-msgid "<ahelp hid=\".uno:AnimationMode\">Plays a preview of an animation effect that is assigned to an object, when you click the object in the slide. To select an object for editing, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key when you click.</ahelp>"
-msgstr "<ahelp hid=\".uno:AnimationMode\">სლაიდში ობიექტზე დაწკაპუნებისას უკრავს ანიმაციის ობიექტისთვის მინიჭებულ ეფექტის წინასწარი ნახვის რეჟიმში. ობიექტის რედაქტირებისთვის ასარჩევად დააჭირეთ და გეჭიროთ <switchinline select=\"sys\"><caseinline select=\"MAC\">პარამეტრები </caseinline><defaultinline>Alt</defaultinline></switchinline> ღილაკს დაწკაპუნებისას.</ahelp>"
+#. gqNr
+#: 11100000.xhp
+msgctxt ""
+"11100000.xhp\n"
+"par_id3151073\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:OutlineFormat\">Shows or hides the character formatting of the slide headings. To change the character formatting of a heading, open the <emph>Styles and Formatting</emph> window, right-click a style, and then choose <emph>Modify</emph>.</ahelp>"
+msgstr "<ahelp hid=\".uno:OutlineFormat\">აჩვენებს ან მალავს სლაიდის სათაურების ასო-ნიშნების ფორმატირებას. სათაურში ასო-ნიშნების ფორმატის შესაცვლელად გახსენით <emph>სტილები და ფორმატირების</emph> ფანჯარა, დააწკაპუნეთ მარჯვენა ღილაკით სტილს და აირჩიეთ<emph>შეცვლა</emph>.</ahelp>"
-#: 13030000.xhp#par_id3154704.help.text
-msgid "<image id=\"img_id3149129\" src=\"cmd/sc_animationmode.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3149129\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149129\" src=\"cmd/sc_animationmode.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3149129\">ხატულა</alt></image>"
+#. eBSP
+#: 11100000.xhp
+msgctxt ""
+"11100000.xhp\n"
+"par_id3156382\n"
+"help.text"
+msgid "<image id=\"img_id3154254\" src=\"cmd/sc_outlineformat.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3154254\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154254\" src=\"cmd/sc_outlineformat.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3154254\">ხატულა</alt></image>"
-#: 13030000.xhp#par_id3159236.3.help.text
-msgctxt "13030000.xhp#par_id3159236.3.help.text"
-msgid "Allow Effects"
-msgstr "ნებართვა ეფექტებზე"
+#. 5D+Z
+#: 11100000.xhp
+msgctxt ""
+"11100000.xhp\n"
+"par_id3145789\n"
+"3\n"
+"help.text"
+msgid "Formatting On/Off"
+msgstr "ფორმატირების ჩართვა/გამორთვა"
-#: 10110000.xhp#tit.help.text
-msgctxt "10110000.xhp#tit.help.text"
-msgid "Insert"
-msgstr "ჩასმა"
+#. Q{M.
+#: 08020000.xhp
+msgctxt ""
+"08020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Current Size"
+msgstr "მიმდინარე ზომა"
-#: 10110000.xhp#hd_id3149945.1.help.text
-msgid "<link href=\"text/simpress/02/10110000.xhp\" name=\"Insert\">Insert</link>"
-msgstr "<link href=\"text/simpress/02/10110000.xhp\" name=\"Insert\">ჩასმა</link>"
+#. oNsF
+#: 08020000.xhp
+msgctxt ""
+"08020000.xhp\n"
+"hd_id3154011\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/02/08020000.xhp\" name=\"Current Size\">Current Size</link>"
+msgstr "<link href=\"text/simpress/02/08020000.xhp\" name=\"Current Size\">მიმდინარე ზომა</link>"
-#: 10110000.xhp#par_id3154766.help.text
-msgid "<image id=\"img_id3153812\" src=\"cmd/sc_drawchart.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153812\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153812\" src=\"cmd/sc_drawchart.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153812\">ხატულა</alt></image>"
+#. KP~,
+#: 08020000.xhp
+msgctxt ""
+"08020000.xhp\n"
+"par_id3154321\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Position\">Displays the X and Y position of the cursor and the size of the selected object.</ahelp>"
+msgstr "<ahelp hid=\".uno:Position\">აჩვენებს კურსორის X და Y პოზიციას აგრეთვე არჩეული ობიექტის ზომას.</ahelp>"
-#: 10110000.xhp#par_id3145582.4.help.text
-msgctxt "10110000.xhp#par_id3145582.4.help.text"
-msgid "Insert"
-msgstr "ჩასმა"
+#. #3fA
+#: 08020000.xhp
+msgctxt ""
+"08020000.xhp\n"
+"par_id3154510\n"
+"3\n"
+"help.text"
+msgid "This Status bar field uses the same measurement units as the rulers. You can define the units by choosing <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01070500.xhp\" name=\"Presentation - General\"><emph>%PRODUCTNAME Impress - General</emph></link>."
+msgstr ""
-#: 10110000.xhp#par_id3147401.2.help.text
-msgid "<ahelp hid=\".uno:InsertToolbox\">Open the <emph>Insert</emph> toolbar, where you can add objects, including charts, spreadsheets, and images, to your document.</ahelp>"
-msgstr "<ahelp hid=\".uno:InsertToolbox\">გახსენით <emph>ჩასმის</emph> ხელსაწყოთა ზოლი, სადაც შეგიძლიათ დაამატოთ ობიექტები, toolbar, where you can add objects, including charts, spreadsheets, and images, to your document.</ahelp>"
+#. `soI
+#: 13140000.xhp
+msgctxt ""
+"13140000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Snap to Snap Lines"
+msgstr ""
-#: 10110000.xhp#hd_id3149028.11.help.text
-msgid "<link href=\"text/simpress/01/04010000.xhp\" name=\"Slide\">Slide</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"სლაიდი\">სლაიდი</link>"
+#. 64m2
+#: 13140000.xhp
+#, fuzzy
+msgctxt ""
+"13140000.xhp\n"
+"hd_id3153726\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Snap Lines\">Snap to Snap Lines</link>"
+msgstr "<link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Guides\">Snap to Guides</link>"
-#: 10110000.xhp#hd_id3154558.13.help.text
-msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>"
-msgstr "<link href=\"text/shared/01/04160500.xhp\" name=\"მცურავი ჩარჩო\">მცურავი ჩარჩო</link>"
+#. K\UR
+#: 13140000.xhp
+msgctxt ""
+"13140000.xhp\n"
+"par_id3150717\n"
+"help.text"
+msgid "<image id=\"img_id3146969\" src=\"cmd/sc_helplinesuse.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3146969\">Icon</alt></image>"
+msgstr "<image id=\"img_id3146969\" src=\"cmd/sc_helplinesuse.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3146969\">ხატულა</alt></image>"
-#: 10110000.xhp#hd_id3148386.9.help.text
-msgid "<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">File</link>"
-msgstr "<link href=\"text/simpress/01/04110000.xhp\" name=\"ფაილი\">ფაილი</link>"
+#. v;D*
+#: 13140000.xhp
+msgctxt ""
+"13140000.xhp\n"
+"par_id3154255\n"
+"3\n"
+"help.text"
+msgid "Snap to Snap Lines"
+msgstr ""
-#: 10110000.xhp#hd_id3150567.8.help.text
-msgid "<link href=\"text/simpress/01/04080100.xhp\" name=\"Spreadsheet\">Spreadsheet</link>"
-msgstr "<link href=\"text/simpress/01/04080100.xhp\" name=\"ელექტრონული ცხრილი\">ელექტრონული ცხრილი</link>"
+#. CzFa
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Rehearse Timings"
+msgstr "დროის გამეორება"
-#: 10110000.xhp#hd_id3155986.10.help.text
-msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">From File</link>"
-msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">ფაილიდან</link>"
+#. f\zF
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"hd_id3150010\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/02/04070000.xhp\" name=\"Rehearse Timings\">Rehearse Timings</link>"
+msgstr "<link href=\"text/simpress/02/04070000.xhp\" name=\"გამეორების დროები\">გამეორების დროები</link>"
+
+#. Els9
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"par_id3154491\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:RehearseTimings\">Starts a slide show with a timer in the lower left corner.</ahelp>"
+msgstr "<ahelp hid=\".uno:RehearseTimings\">მარცხენა ქვედა კუთხეში უშვებს დიაფილმს ტაიმერით.</ahelp>"
+
+#. :X0G
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"par_id3156385\n"
+"help.text"
+msgid "<image id=\"img_id3155962\" src=\"cmd/sc_rehearsetimings.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155962\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155962\" src=\"cmd/sc_rehearsetimings.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155962\">ხატულა</alt></image>"
+
+#. 2BR^
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"par_id3150298\n"
+"3\n"
+"help.text"
+msgid "Rehearse Timings"
+msgstr "დროის გამეორება"
+
+#. K0y%
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"par_id3152994\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/06080000.xhp\" name=\"Slide Show Settings\">Slide Show Settings</link>"
+msgstr "<link href=\"text/simpress/01/06080000.xhp\" name=\"დიაფილმის პარამეტრები\">დიაფილმის პარამეტრები</link>"
+
+#. ZD%o
+#: 11110000.xhp
+msgctxt ""
+"11110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Black and White"
+msgstr "შავ-თეთრი"
+
+#. GG?N
+#: 11110000.xhp
+msgctxt ""
+"11110000.xhp\n"
+"bm_id3154011\n"
+"help.text"
+msgid "<bookmark_value>views; black and white</bookmark_value><bookmark_value>black and white view</bookmark_value>"
+msgstr "<bookmark_value>ჩვენება; შავ-თეთრი</bookmark_value><bookmark_value>შავ-თეთრი ჩვენება</bookmark_value>"
+
+#. drF;
+#: 11110000.xhp
+msgctxt ""
+"11110000.xhp\n"
+"hd_id3154011\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/02/11110000.xhp\" name=\"Black and White\">Black and White</link>"
+msgstr "<link href=\"text/simpress/02/11110000.xhp\" name=\"შავ-თეთრი\">შავ-თეთრი</link>"
+
+#. ]?I!
+#: 11110000.xhp
+msgctxt ""
+"11110000.xhp\n"
+"par_id3145251\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ColorView\">Shows your slides in black and white only.</ahelp>"
+msgstr "<ahelp hid=\".uno:ColorView\">აჩვენებს თქვენს სლაიდებს შავ-თეთრად.</ahelp>"
+
+#. cw%/
+#: 11110000.xhp
+msgctxt ""
+"11110000.xhp\n"
+"par_id3155335\n"
+"help.text"
+msgid "<image id=\"img_id3154705\" src=\"cmd/sc_colorview.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154705\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154705\" src=\"cmd/sc_colorview.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154705\">ხატულა</alt></image>"
+
+#. [7cE
+#: 11110000.xhp
+msgctxt ""
+"11110000.xhp\n"
+"par_id3150345\n"
+"3\n"
+"help.text"
+msgid "Black and White"
+msgstr "შავ-თეთრი"
-#: 10110000.xhp#hd_id3155408.17.help.text
+#. qOBP
+#: 11060000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/04150400.xhp\" name=\"Sound\">Sound</link>"
-msgstr "<link href=\"text/shared/01/04150200.xhp\" name=\"ჩანართი\">ჩანართი</link>"
+msgctxt ""
+"11060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "First Level"
+msgstr "პიორველი დონე"
+
+#. 3]]B
+#: 11060000.xhp
+msgctxt ""
+"11060000.xhp\n"
+"bm_id3153142\n"
+"help.text"
+msgid "<bookmark_value>levels; hiding</bookmark_value><bookmark_value>hiding; levels</bookmark_value>"
+msgstr "<bookmark_value>დენეების; დამალვა</bookmark_value><bookmark_value>დამალვა; დონეების</bookmark_value>"
+
+#. 9,jU
+#: 11060000.xhp
+msgctxt ""
+"11060000.xhp\n"
+"hd_id3153142\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/02/11060000.xhp\" name=\"First Level\">First Level</link>"
+msgstr "<link href=\"text/simpress/02/11060000.xhp\" name=\"პირველი დონე\">პირველი დონე</link>"
+
+#. 6wb4
+#: 11060000.xhp
+msgctxt ""
+"11060000.xhp\n"
+"par_id3151076\n"
+"2\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:OutlineCollapseAll\">Hides all of the headings of the slides in the current slide show except for the titles of the slides. Hidden headings are indicated by a black line in front of a slide title. To show the headings, click the <link href=\"text/simpress/02/11070000.xhp\" name=\"All Levels\"><emph>All Levels</emph></link> icon.</ahelp>"
+msgstr "<ahelp visibility=\"visible\" hid=\".uno:OutlineCollapseAll\">Hides all of the headings of the slides in the current slide show except for the titles of the slides. Hidden headings are indicated by a black line in front of a slide title. To show the headings, click the <link href=\"text/simpress/02/11070000.xhp\" name=\"All Levels\"><emph>All Levels</emph></link> icon.</ahelp>"
+
+#. *+{:
+#: 11060000.xhp
+msgctxt ""
+"11060000.xhp\n"
+"par_id3154702\n"
+"help.text"
+msgid "<image src=\"cmd/sc_outlinecollapseall.png\" id=\"img_id3155336\"><alt id=\"alt_id3155336\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_outlinecollapseall.png\" id=\"img_id3155336\"><alt id=\"alt_id3155336\">ხატულა</alt></image>"
-#: 10110000.xhp#hd_id3145063.18.help.text
+#. OFm8
+#: 11060000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/04150500.xhp\" name=\"Video\">Video</link>"
-msgstr "<link href=\"text/simpress/01/04110000.xhp\" name=\"ფაილი\">ფაილი</link>"
+msgctxt ""
+"11060000.xhp\n"
+"par_id3150207\n"
+"3\n"
+"help.text"
+msgid "First Level"
+msgstr "პირველი დონე"
+
+#. [Jd;
+#: 13190000.xhp
+msgctxt ""
+"13190000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Select Text Area Only"
+msgstr "მხოლოდ ტექსტური არეალის მონიშვნა"
+
+#. ,imK
+#: 13190000.xhp
+msgctxt ""
+"13190000.xhp\n"
+"hd_id3150439\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/02/13190000.xhp\" name=\"Select Text Area Only\">Select Text Area Only</link>"
+msgstr "<link href=\"text/simpress/02/13190000.xhp\" name=\"მხოლოდ ტექსტური არის არჩევა\">მხოლოდ ტექსტური არის არჩევა</link>"
+
+#. -nr=
+#: 13190000.xhp
+msgctxt ""
+"13190000.xhp\n"
+"par_id3154510\n"
+"help.text"
+msgid "<image src=\"cmd/sc_pickthrough.png\" id=\"img_id3154015\"><alt id=\"alt_id3154015\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_pickthrough.png\" id=\"img_id3154015\"><alt id=\"alt_id3154015\">ხატულა</alt></image>"
+
+#. ;v0S
+#: 13190000.xhp
+msgctxt ""
+"13190000.xhp\n"
+"par_id3154254\n"
+"2\n"
+"help.text"
+msgid "Select Text Area Only"
+msgstr "მხოლოდ ტექსტური არეალის მონიშვნა"
-#: 10110000.xhp#hd_id3145826.12.help.text
+#. kT0i
+#: 11090000.xhp
#, fuzzy
-msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
-msgstr "<link href=\"text/shared/01/04150200.xhp\" name=\"ჩანართი\">ჩანართი</link>"
+msgctxt ""
+"11090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Show Subpoints"
+msgstr "ქვეწერტილების ჩვენება"
-#: 10110000.xhp#hd_id3157904.6.help.text
-msgid "<link href=\"text/shared/guide/chart_insert.xhp\">Chart</link>"
-msgstr ""
+#. 4D2Z
+#: 11090000.xhp
+msgctxt ""
+"11090000.xhp\n"
+"bm_id3153144\n"
+"help.text"
+msgid "<bookmark_value>subpoints; showing</bookmark_value><bookmark_value>showing; subpoints</bookmark_value>"
+msgstr "<bookmark_value>ქვეწერტილების; ჩვენება</bookmark_value><bookmark_value>ჩვენება; ქვეწერტილების</bookmark_value>"
-#: 10110000.xhp#hd_id3153004.14.help.text
-msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE Object\">OLE Object</link>"
-msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE ობიექტი\">OLE ობიექტი</link>"
+#. TJ*}
+#: 11090000.xhp
+msgctxt ""
+"11090000.xhp\n"
+"hd_id3153144\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/02/11090000.xhp\" name=\"Show Subpoints\">Show Subpoints</link>"
+msgstr "<link href=\"text/simpress/02/11090000.xhp\" name=\"ქვეწერტილების ჩვენება\">ქვეწერტილების ჩვენება</link>"
+
+#. UCAV
+#: 11090000.xhp
+msgctxt ""
+"11090000.xhp\n"
+"par_id3154510\n"
+"2\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:OutlineExpand\">Displays the hidden subheadings of a selected heading. To hide the subheadings of a selected heading, click <link href=\"text/simpress/02/11080000.xhp\" name=\"Hide Subpoints\"><emph>Hide Subpoints</emph></link> icon.</ahelp>"
+msgstr "<ahelp visibility=\"visible\" hid=\".uno:OutlineExpand\">აჩვენებს არჩეული სათაურის დამალულ ქვესათაურებს. არჩეული სათაურის ქვესათაურების დასამალად დააწკაპუნეთ ხატულაზე <link href=\"text/simpress/02/11080000.xhp\" name=\"Hide Subpoints\"><emph>ქვეწერტილების დამალვა</emph></link>.</ahelp>"
-#: 10110000.xhp#hd_id3155930.15.help.text
-msgid "<link href=\"text/shared/01/04150200.xhp\" name=\"Plug-in\">Plug-in</link>"
-msgstr "<link href=\"text/shared/01/04150200.xhp\" name=\"ჩანართი\">ჩანართი</link>"
+#. !;hE
+#: 11090000.xhp
+msgctxt ""
+"11090000.xhp\n"
+"par_id3155959\n"
+"help.text"
+msgid "<image src=\"cmd/sc_outlineexpand.png\" id=\"img_id3155336\"><alt id=\"alt_id3155336\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_outlineexpand.png\" id=\"img_id3155336\"><alt id=\"alt_id3155336\">ხატულა</alt></image>"
+
+#. Ud\%
+#: 11090000.xhp
+#, fuzzy
+msgctxt ""
+"11090000.xhp\n"
+"par_id3146314\n"
+"3\n"
+"help.text"
+msgid "Show Subpoints"
+msgstr "ქვეწერტილების ჩვენება"
+
+#. ^Qdi
+#: 13040000.xhp
+#, fuzzy
+msgctxt ""
+"13040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Allow Interaction"
+msgstr "ინტერაქციის დაშვება"
+
+#. ^blD
+#: 13040000.xhp
+msgctxt ""
+"13040000.xhp\n"
+"bm_id3148386\n"
+"help.text"
+msgid "<bookmark_value>interactions; preview</bookmark_value><bookmark_value>allowing; interaction</bookmark_value>"
+msgstr "<bookmark_value>ინტერაქციები; გადახედვა</bookmark_value><bookmark_value>ვუშვებ; ინტერაქციას</bookmark_value>"
+
+#. =B_+
+#: 13040000.xhp
+msgctxt ""
+"13040000.xhp\n"
+"hd_id3148386\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/02/13040000.xhp\" name=\"Allow Interaction\">Allow Interaction</link>"
+msgstr "<link href=\"text/simpress/02/13040000.xhp\" name=\"ინტერაქციის დაშვება\">ინტერაქციის დაშვება</link>"
+
+#. 8{)j
+#: 13040000.xhp
+msgctxt ""
+"13040000.xhp\n"
+"par_id3150266\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ActionMode\">Runs a preview of the interaction that is assigned to an object, when you click the object in the slide. To select an object for editing, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key when you click.</ahelp>"
+msgstr "<ahelp hid=\".uno:ActionMode\">ჩართავს იმ ინტერაქციის გადახედვის რეჟიმს რომელიც მიენიჭება ობიექტს, სლაიდში ობიექტზე დაწკაპუნების შემდეგ. ობიექტის რედაქტირებისთვის ასარჩევად დააჭირეთ და გეჭიროთ <switchinline select=\"sys\"><caseinline select=\"MAC\">პარამეტრები </caseinline><defaultinline>Alt</defaultinline></switchinline> ღილაკს დაწკაპუნებისას.</ahelp>"
+
+#. 4+`:
+#: 13040000.xhp
+msgctxt ""
+"13040000.xhp\n"
+"par_id3153925\n"
+"help.text"
+msgid "<image id=\"img_id3156262\" src=\"cmd/sc_animationeffects.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3156262\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156262\" src=\"cmd/sc_animationeffects.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3156262\">ხატულა</alt></image>"
+
+#. rjuO
+#: 13040000.xhp
+#, fuzzy
+msgctxt ""
+"13040000.xhp\n"
+"par_id3156256\n"
+"3\n"
+"help.text"
+msgid "Allow Interaction"
+msgstr "ინტერაქციის დაშვება"
+
+#. QSkk
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Rotation Mode after Clicking Object"
+msgstr "ობიექტზე დაწკაპუნების შემდეგ ბრუნვის რეჟიმი"
+
+#. r/2l
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"bm_id2825428\n"
+"help.text"
+msgid "<bookmark_value>rotation mode</bookmark_value>"
+msgstr "<bookmark_value>ბრუნვის რეჟიმი</bookmark_value>"
+
+#. lE#+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"hd_id3149664\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/02/13020000.xhp\" name=\"Rotation Mode after Clicking Object\">Rotation Mode after Clicking Object</link>"
+msgstr "<link href=\"text/simpress/02/13020000.xhp\" name=\"ობიექტზე დაწკაპუნების შემდეგ ბრუნვის რეჟიმი\">ობიექტზე დაწკაპუნების შემდეგ ბრუნვის რეჟიმი</link>"
+
+#. 3^0~
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3154320\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ClickChangeRotation\">Changes the mouse-click behavior, so that rotation handles appear after you click an object, and then click it again.</ahelp> Drag a handle to rotate the object in the direction you want."
+msgstr "<ahelp hid=\".uno:ClickChangeRotation\">ცვლის მოუსის დაწკაპუნების მოქმედებას ისე, რომ დაწკაპუნების შემდეგ გაჩნდეს ბრუნვის ხელმოსაჭიდები, შემდეგ დააჭირეთ კიდე ერთხელ.</ahelp> ობიექტის სასურველი მიმართულებით დასატრიალებლად გააათრიეთ ხელმოწაჭიდი."
-#: 10090000.xhp#tit.help.text
-msgctxt "10090000.xhp#tit.help.text"
+#. ,cci
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3155066\n"
+"help.text"
+msgid "<image id=\"img_id3153714\" src=\"cmd/sc_clickchangerotation.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153714\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153714\" src=\"cmd/sc_clickchangerotation.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153714\">ხატულა</alt></image>"
+
+#. AvBk
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3149019\n"
+"3\n"
+"help.text"
+msgid "Rotation Mode after Clicking Object"
+msgstr "ობიექტზე დაწკაპუნების შემდეგ ბრუნვის რეჟიმი"
+
+#. 5B3p
+#: 13100000.xhp
+msgctxt ""
+"13100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Exit all Groups"
+msgstr "ყველა ჯგუფიდან გასვლა"
+
+#. 7![w
+#: 13100000.xhp
+msgctxt ""
+"13100000.xhp\n"
+"hd_id3153188\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/simpress/02/13100000.xhp\" name=\"Exit all Groups\">Exit all Groups</link>"
+msgstr "<link href=\"text/simpress/02/13100000.xhp\" name=\"ყველა ჯგუფიდან გასვლა\">ყველა ჯგუფიდან გასვლა</link>"
+
+#. OvZ:
+#: 13100000.xhp
+msgctxt ""
+"13100000.xhp\n"
+"par_id3150011\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:LeaveAllGroups\" visibility=\"visible\">Exits all groups and returns to normal view.</ahelp>"
+msgstr "<ahelp hid=\".uno:LeaveAllGroups\" visibility=\"visible\">გამოდის ყველა ჯგუფიდან გასვლა და უბრუნდება ჩვეულებრივ ხედვას.</ahelp>"
+
+#. KV./
+#: 13100000.xhp
+msgctxt ""
+"13100000.xhp\n"
+"par_id3155443\n"
+"help.text"
+msgid "<image src=\"cmd/sc_leaveallgroups.png\" id=\"img_id3154757\"><alt id=\"alt_id3154757\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_leaveallgroups.png\" id=\"img_id3154757\"><alt id=\"alt_id3154757\">ხატულა</alt></image>"
+
+#. LO}m
+#: 13100000.xhp
+msgctxt ""
+"13100000.xhp\n"
+"par_id3149019\n"
+"3\n"
+"help.text"
+msgid "Exit all groups"
+msgstr "ყველა ჯგუფიდან გასვლა"
+
+#. nAD6
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"tit\n"
+"help.text"
msgid "3D Objects"
msgstr "სამგანზომილებიანი ობიექტები"
-#: 10090000.xhp#bm_id3150208.help.text
+#. z6x:
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"bm_id3150208\n"
+"help.text"
msgid "<bookmark_value>toolbars;3D objects</bookmark_value><bookmark_value>3D objects; inserting</bookmark_value><bookmark_value>inserting;3D objects</bookmark_value><bookmark_value>cubes</bookmark_value><bookmark_value>spheres</bookmark_value><bookmark_value>cylinders</bookmark_value><bookmark_value>cones</bookmark_value><bookmark_value>pyramids</bookmark_value><bookmark_value>torus</bookmark_value><bookmark_value>shells</bookmark_value><bookmark_value>half-spheres</bookmark_value><bookmark_value>drawing;3D objects</bookmark_value>"
msgstr "<bookmark_value>ხელსაწყოთა ზოლები;სამგანზომილებიანი ობიექტები</bookmark_value><bookmark_value>სამგანზომილებიანი ობიექტები; ჩასმა</bookmark_value><bookmark_value>ჩასმა;სამგანზომილებიანი ობიექტები</bookmark_value><bookmark_value>კუბები</bookmark_value><bookmark_value>სფეროები</bookmark_value><bookmark_value>ცილინდრები</bookmark_value><bookmark_value>კონუსები</bookmark_value><bookmark_value>პირამიდები</bookmark_value><bookmark_value>ტორუსები</bookmark_value><bookmark_value>გარემოები</bookmark_value><bookmark_value>ნახევარსფეროები</bookmark_value><bookmark_value>ხატვა;სამგანზომილებიანი ობიექტები</bookmark_value>"
-#: 10090000.xhp#hd_id3159238.1.help.text
+#. VZ(n
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"hd_id3159238\n"
+"1\n"
+"help.text"
msgid "<link href=\"text/simpress/02/10090000.xhp\" name=\"3D Objects\">3D Objects</link>"
msgstr "<link href=\"text/simpress/02/10090000.xhp\" name=\"3D ობიექტები\">3D ობიექტები</link>"
-#: 10090000.xhp#par_id3152900.2.help.text
+#. `Fjn
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"par_id3152900\n"
+"2\n"
+"help.text"
msgid "<ahelp hid=\".uno:Objects3DToolbox\">Opens the <emph>3D Objects</emph> toolbar. The objects are three dimensional, with depth, illumination, and reflection.</ahelp> Each inserted object initially forms a 3D scene. You can press F3 to enter the scene. For these 3D objects, you can open the 3D Effects dialog to edit the properties."
msgstr ""
-#: 10090000.xhp#par_id3154767.help.text
+#. k7L0
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"par_id3154767\n"
+"help.text"
msgid "<image id=\"img_id3146967\" src=\"cmd/sc_objects3dtoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146967\">Icon</alt></image>"
msgstr "<image id=\"img_id3146967\" src=\"cmd/sc_objects3dtoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146967\">ხატულა</alt></image>"
-#: 10090000.xhp#par_id3150397.3.help.text
-msgctxt "10090000.xhp#par_id3150397.3.help.text"
+#. IFp*
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"par_id3150397\n"
+"3\n"
+"help.text"
msgid "3D Objects"
msgstr "სამგანზომილებიანი ობიექტები"
-#: 10090000.xhp#par_id3153038.4.help.text
+#. iE2m
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"par_id3153038\n"
+"4\n"
+"help.text"
msgid "To rotate a 3D object around any of its three axes, click to select the object, and then click again to display its rotation handles. Drag a handle in the direction you want to rotate the object."
msgstr "3D ობიექტის საკუთარი სამი ღერძის გარშემო სატრიალებლად , დააწკაპუნეთ ობიექტის ასარჩევად, შემდეგ დააწკაპუნეთ კიდევ ერთხელ მისი სატრიალებელი სახელურების გამოსაჩენად. ათრიეთ სახელური სასურველი საბრუნებელი მიმართულებით."
-#: 10090000.xhp#hd_id3153936.5.help.text
-msgctxt "10090000.xhp#hd_id3153936.5.help.text"
+#. )U\P
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"hd_id3153936\n"
+"5\n"
+"help.text"
msgid "Cube"
msgstr "კუბი"
-#: 10090000.xhp#par_id3145593.7.help.text
+#. ad\q
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"par_id3145593\n"
+"7\n"
+"help.text"
msgid "<ahelp hid=\".uno:Cube\">Draws a filled cube where you drag in the slide. To draw a 3D rectangle, hold down Shift while you drag.</ahelp>"
msgstr "<ahelp hid=\".uno:Cube\">Draws a filled cube where you drag in the slide. To draw a 3D rectangle, hold down Shift while you drag.</ahelp>"
-#: 10090000.xhp#par_id3149877.help.text
+#. _~$B
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"par_id3149877\n"
+"help.text"
msgid "<image id=\"img_id3149884\" src=\"cmd/sc_objects3dtoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149884\">Icon</alt></image>"
msgstr "<image id=\"img_id3149884\" src=\"cmd/sc_objects3dtoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149884\">ხატულა</alt></image>"
-#: 10090000.xhp#par_id3155440.6.help.text
-msgctxt "10090000.xhp#par_id3155440.6.help.text"
+#. (Oe?
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"par_id3155440\n"
+"6\n"
+"help.text"
msgid "Cube"
msgstr "კუბი"
-#: 10090000.xhp#hd_id3145354.8.help.text
-msgctxt "10090000.xhp#hd_id3145354.8.help.text"
+#. gVk:
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"hd_id3145354\n"
+"8\n"
+"help.text"
msgid "Sphere"
msgstr "სფერო"
-#: 10090000.xhp#par_id3145303.10.help.text
+#. hJq{
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"par_id3145303\n"
+"10\n"
+"help.text"
msgid "<ahelp hid=\".uno:Sphere\">Draws a filled sphere where you drag in the slide. To draw a spheroid, hold down Shift while you drag.</ahelp>"
msgstr "<ahelp hid=\".uno:Sphere\">გადათრევის ადგილას ხატავს შევსებულ სფეროს. სფეროიდის დასახატად გადათრევისას დააჭირეთ და გეჭიროთ Shift -ღილაკს.</ahelp>"
-#: 10090000.xhp#par_id3155985.help.text
+#. -|b@
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"par_id3155985\n"
+"help.text"
msgid "<image id=\"img_id3155992\" src=\"cmd/sc_sphere.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155992\">Icon</alt></image>"
msgstr "<image id=\"img_id3155992\" src=\"cmd/sc_sphere.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155992\">ხატულა</alt></image>"
-#: 10090000.xhp#par_id3153720.9.help.text
-msgctxt "10090000.xhp#par_id3153720.9.help.text"
+#. z*9O
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"par_id3153720\n"
+"9\n"
+"help.text"
msgid "Sphere"
msgstr "სფერო"
-#: 10090000.xhp#hd_id3149710.11.help.text
-msgctxt "10090000.xhp#hd_id3149710.11.help.text"
+#. x#%*
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"hd_id3149710\n"
+"11\n"
+"help.text"
msgid "Cylinder"
msgstr "ცილინდრი"
-#: 10090000.xhp#par_id3152928.13.help.text
+#. 0e:q
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"par_id3152928\n"
+"13\n"
+"help.text"
msgid "<ahelp hid=\".uno:Cylinder\">Draws a cylinder that is based on a circle where you drag in the slide. To draw a cylinder that is based on an oval, hold down Shift while you drag.</ahelp>"
msgstr "<ahelp hid=\".uno:Cylinder\">სლაიდზე გადათრევისას ხატავს ცილინდრს, რომელიც დაფუძნებულია წრეზე. ოვალზე დაფუძნებული ცილინდრის დასახატად გადათრევისას გეჭიროთ Shift კლავიშზე.</ahelp>"
-#: 10090000.xhp#par_id3147562.help.text
+#. ziKe
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"par_id3147562\n"
+"help.text"
msgid "<image id=\"img_id3147569\" src=\"cmd/sc_cylinder.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147569\">Icon</alt></image>"
msgstr "<image id=\"img_id3147569\" src=\"cmd/sc_cylinder.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147569\">ხატულა</alt></image>"
-#: 10090000.xhp#par_id3153151.12.help.text
-msgctxt "10090000.xhp#par_id3153151.12.help.text"
+#. Nibp
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"par_id3153151\n"
+"12\n"
+"help.text"
msgid "Cylinder"
msgstr "ცილინდრი"
-#: 10090000.xhp#hd_id3155843.14.help.text
-msgctxt "10090000.xhp#hd_id3155843.14.help.text"
+#. ];c8
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"hd_id3155843\n"
+"14\n"
+"help.text"
msgid "Cone"
msgstr "კონუსი"
-#: 10090000.xhp#par_id3143236.16.help.text
+#. p+5h
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"par_id3143236\n"
+"16\n"
+"help.text"
msgid "<ahelp hid=\".uno:Cone\">Draws a cone that is based on a circle where you drag in the slide. To draw a cone that is based on an oval, hold down Shift while you drag.</ahelp>"
msgstr "<ahelp hid=\".uno:Cone\">გადათრევის ადგილას ხატავს კონუსს, რომელიც დაფუძნებულია წრეზე. ოვალზე დაფუძნებული ცილინდრის დასახატად გადათრევისას დააჭირეთ და გეჭიროთ Shift -ღილაკს. Draws a cone that is based on a circle where you drag in the slide. To draw a cone that is based on an oval, hold down Shift while you drag.</ahelp>"
-#: 10090000.xhp#par_id3151172.help.text
+#. ?aE8
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"par_id3151172\n"
+"help.text"
msgid "<image id=\"img_id3151178\" src=\"cmd/sc_cone.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151178\">Icon</alt></image>"
msgstr "<image id=\"img_id3151178\" src=\"cmd/sc_cone.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151178\">ხატულა</alt></image>"
-#: 10090000.xhp#par_id3148829.15.help.text
-msgctxt "10090000.xhp#par_id3148829.15.help.text"
+#. ]m7O
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"par_id3148829\n"
+"15\n"
+"help.text"
msgid "Cone"
msgstr "კონუსი"
-#: 10090000.xhp#hd_id3158408.17.help.text
-msgctxt "10090000.xhp#hd_id3158408.17.help.text"
+#. df#_
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"hd_id3158408\n"
+"17\n"
+"help.text"
msgid "Pyramid"
msgstr "პირამიდა"
-#: 10090000.xhp#par_id3147511.19.help.text
+#. Loxi
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"par_id3147511\n"
+"19\n"
+"help.text"
msgid "<ahelp hid=\".uno:Cyramid\">Draws a pyramid with a square base where you drag in the slide. To draw a pyramid with a rectangular base, hold down Shift while you drag. To define a different polygon for the base of the pyramid, open the <emph>3D Effects </emph>dialog and click the <link href=\"text/shared/01/05350200.xhp\" name=\"Geometry\"><emph>Geometry</emph></link> tab. In the <emph>Segments</emph> area, enter the number of sides for the polygon in the box labeled <emph>Horizontal</emph>, and then click the green checkmark.</ahelp>"
msgstr "<ahelp hid=\".uno:Cyramid\">სლაიდში გადათრევისას ხატავს კვადრატზე დაფუძნებულ პირამიდას. მართკუთხედზე დაფუძნებული პირამიდის დასახატად გადათრევისას გეჭიროთ Shift კლავიშზე. პირამიდის სხვა პოლიგონის განსასაზღვრად გახსენით დიალოგი <emph>სამგანზონილებიანი ეფექტები </emph>და დააწკაპუნეთ <link href=\"text/shared/01/05350200.xhp\" name=\"Geometry\"><emph>გეომეტრია</emph></link> ჩანართზე. <emph>სეგმენტების</emph> არეალში, სარკმელში სახელად <emph>ჰორიზონტალური</emph> შეიტანეთ პოლიგონის მხარეების რიცხვი და შემდეგ დააწკაპუნეთ მწვანე მონიშვნის ნიშანზე.</ahelp>"
-#: 10090000.xhp#par_id3152941.help.text
+#. S(*|
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"par_id3152941\n"
+"help.text"
msgid "<image id=\"img_id3152948\" src=\"cmd/sc_cyramid.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152948\">Icon</alt></image>"
msgstr "<image id=\"img_id3152948\" src=\"cmd/sc_cyramid.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152948\">ხატულა</alt></image>"
-#: 10090000.xhp#par_id3149812.18.help.text
-msgctxt "10090000.xhp#par_id3149812.18.help.text"
+#. @N=+
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"par_id3149812\n"
+"18\n"
+"help.text"
msgid "Pyramid"
msgstr "პირამიდა"
-#: 10090000.xhp#hd_id3149930.20.help.text
-msgctxt "10090000.xhp#hd_id3149930.20.help.text"
+#. %f!6
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"hd_id3149930\n"
+"20\n"
+"help.text"
msgid "Torus"
msgstr "ტონუსი"
-#: 10090000.xhp#par_id3153533.22.help.text
+#. ^0l;
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"par_id3153533\n"
+"22\n"
+"help.text"
msgid "<ahelp hid=\".uno:Torus\">Draws a ring-shaped object that is based on a circle where you drag in the slide. To draw a torus that is based on an oval, hold down Shift while you drag.</ahelp>"
msgstr "<ahelp hid=\".uno:Torus\">სლაიდში გადათრევისას ხატავს წრის ფორმის ობიექტს, რომელიც დაფუძნებულია წრეზე. ოვალზე დაფუძნებული ტორუსის დასახატად გადათრევისას გეჭიროთ Shift კლავიშზე.</ahelp>"
-#: 10090000.xhp#par_id3151312.help.text
+#. 5+]F
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"par_id3151312\n"
+"help.text"
msgid "<image id=\"img_id3151319\" src=\"cmd/sc_torus.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151319\">Icon</alt></image>"
msgstr "<image id=\"img_id3151319\" src=\"cmd/sc_torus.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151319\">ხატულა</alt></image>"
-#: 10090000.xhp#par_id3151108.21.help.text
-msgctxt "10090000.xhp#par_id3151108.21.help.text"
+#. 7lE#
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"par_id3151108\n"
+"21\n"
+"help.text"
msgid "Torus"
msgstr "ტონუსი"
-#: 10090000.xhp#hd_id3152952.23.help.text
-msgctxt "10090000.xhp#hd_id3152952.23.help.text"
+#. doNV
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"hd_id3152952\n"
+"23\n"
+"help.text"
msgid "Shell"
msgstr "გარემო"
-#: 10090000.xhp#par_id3153774.25.help.text
+#. {;Wa
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"par_id3153774\n"
+"25\n"
+"help.text"
msgid "<ahelp hid=\".uno:Shell3D\">Draws a bowl-shaped object that is based on a circle where you drag in the slide. To draw a shell that is based on an oval, hold down Shift while you drag.</ahelp>"
msgstr "<ahelp hid=\".uno:Shell3D\">სლაიდში გადათრევისას ხატავს წრეზე დაფუძნებულ თასის ფორმის ობიექტს. ოვალზე დაფუძნებული ობიექტის დასახატად გადათრევისას გეჭიროთ Shift კლავიშზე.</ahelp>"
-#: 10090000.xhp#par_id3155904.help.text
+#. 4]rk
+#: 10090000.xhp
+msgctxt ""
+"10090000.xhp\n"
+"par_id3155904\n"